WS_OK_7.4.33 HEX
HEX
Server: nginx/1.21.4
System: Linux v12674 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: endtheignorance (1014)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v12674/lcaginesisstore-staging/.db.sql
-- 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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&#039;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&#039;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;action=track&amp;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&amp;action=track&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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 &amp; 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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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 &amp; 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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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 &amp; 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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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 &amp; 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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &amp; Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care &amp; 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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=lcaportalstoreg.liceclinicsofamerica.com&amp;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&amp;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 &#8211; 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 &amp; 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 &amp; 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 &amp; 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&#8217;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&#8217;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&#8217;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&#8217;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&#8217;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 &amp; Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand&#8217;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&#8230;</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&#8217;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&#8217;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&#8217;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&#8217;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> &#8211; 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> &#8211; 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> &#8211; 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&#8217;s Forum</a>. Elementor Pro users can get 24/7 premium support,  &hellip;</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 &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; 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&amp;utm_medium=link&amp;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 -&gt; Go to Plugins -&gt; Click on &#8216;Add new&#8217;-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; 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&#8217;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&#8217;s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag &amp; 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 &#8211; 2025-12-22</h4>\n<ul>\n<li>New: Introducing Atomic Tabs &#8211; enabling flexible and fully customizable tab layouts with nested Atomic Elements &#8211; Editor V4</li>\n<li>New: Introducing Entrance Interactions to add lightweight motion and bring elements to life as they appear &#8211; Editor V4</li>\n<li>Tweak: Replaced the legacy V3 container wrapper with the optimized V4 wrapper for improved markup &#8211; Editor V4</li>\n<li>Tweak: Improved frontend link control output to ensure consistent rendering &#8211; 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 &#8211; Editor V4</li>\n<li>Tweak: Updated Border control layout for a clearer and more consistent editing workflow &#8211; Editor V4</li>\n<li>Tweak: Added <code>span</code> option inside the Paragraph atom &#8211; Editor V4</li>\n<li>Tweak: Improved transitions to better support logical properties &#8211; Editor V4</li>\n<li>Tweak: Improved dropdown folder behavior and resolved related UI issues in Template Library</li>\n<li>Tweak: Merged &#8220;Import/Export Customization&#8221; 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 &#8211; Editor V4</li>\n<li>Fix: Fatal error when opening pages containing atomic elements while the V4 experiment is deactivated &#8211; Editor V4</li>\n<li>Fix: Hover Scale transform set through Class did not save correctly &#8211; 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=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - 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=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - 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=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; 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, &amp; 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=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - 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=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor&#039;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=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - 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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/16363652899d37f0387fc9b2370595e64e3ec528054422925a25c1ce18aea8d2?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/3b43aa50d7a26772b257dc9f78dc2d00e40c9e996a7f574d2b242385b4b67dc9?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e0c45ffd18f23598c4792c9db6841064ec4a5d2f7a4970486547799b5b6574eb?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/801efa1ef614c59ea2187e22bb4cdfd9b52fc9a2041d843f6a4e673577e1489f?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/dcb4ad0a1b1e2c37cb45d9f1ecca5f6e8de1885755241633afc4c6efe1a7fe8c?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/90fad29eadd72699174c29d23fa3b372f785599c71eeb418b535a1616057f10c?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/9bbd3657eef146c49965f460ad4161f6f28f8788ce80dd8dde44d372fac089c2?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a2b1fdc2a78927a03ebecbb1c0b8136620422b25f65d65d18223c2f17bff034e?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a601541e053b00a111d360da6c9836f6838d8b3b2c70160614cceb867a54af1c?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/895f0db4bf7c487580c456caf9e2fcd2bdb5b3d4fb9966e2417cbf371a2e53f1?s=32&#038;d=monsterid&#038;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, &amp; 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 &#8211; 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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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 &#8220;cha-ching&#8221; 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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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 &#8212; 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 &gt; Settings &gt; 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&amp;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&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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&amp;utm_source=wordpress.org&amp;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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/d3ea0d80d422506c74503d60d5458ae1f90f1d03f82000b1e98aa52e9de24a4b?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e908bd9e627f9705c8c57d8bd7aa08a938c18144c1c3b2277d3e63fc3800c4e5?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/1e4eaea7f4552ce011e70d13948ec62500d5a5cd22c35240d3c111c9c24d6dc4?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/390879c2d56623c68e13212a862fdc6078f6bfa5cd0a59624c07a1d910e01971?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f25b488228400b874a3e58a03a2f645bf812175c300199f66c46abf3eff5d1b9?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/2ee31382e1ea4c60866f10f71455de5ff4d85d259b3d279e5d11e75321a56ca5?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ba94da84d824f7242dbb99ae9d372137978aafab44634792658d8782885a904b?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ce9b6f61040a4957f5525647800313515927ce3280c5e41a444991faefb22f37?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/122e256580b54f7f4d4746f86c5f94445406fca8deb709f387db1b2bc9ae76b7?s=32&#038;d=monsterid&#038;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&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/79ece3b785d96091186b016058c9e82a05446d8e2f046e2cb9d3fecc82ab57c8?s=32&#038;d=monsterid&#038;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&section=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 &gt; 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&section=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&section=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&section=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&section=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&section=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&section=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 &amp; 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 &amp; 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&section=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&amp;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&amp;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&amp;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&amp;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 &amp; 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 &amp; 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:\"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'),(343852,'_transient_timeout_fedex_quote_3e2d507fb69f1a2097caf12225d213ec','1767548350','off'),(343853,'_transient_fedex_quote_3e2d507fb69f1a2097caf12225d213ec','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"fbb4fbde-568d-49ed-a05d-4bcd6a43e0fc\";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:387.23000000000002;s:19:\"totalNetFedExCharge\";d:387.23000000000002;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.549999999999997;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.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: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: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:76.549999999999997;s:14:\"netFedExCharge\";d:387.23000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:387.23000000000002;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.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: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:279.68000000000001;s:14:\"totalNetCharge\";d:139.06;s:19:\"totalNetFedExCharge\";d:139.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:29.989999999999998;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:22.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: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: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:29.989999999999998;s:14:\"netFedExCharge\";d:139.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.06;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:22.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: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:272.47000000000003;s:14:\"totalNetCharge\";d:135.68000000000001;s:19:\"totalNetFedExCharge\";d:135.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:29.420000000000002;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.390000000000001;}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: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:29.420000000000002;s:14:\"netFedExCharge\";d:135.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:135.68000000000001;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.390000000000001;}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:230.25;s:14:\"totalNetCharge\";d:129.72;s:19:\"totalNetFedExCharge\";d:129.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:28.420000000000002;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.390000000000001;}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: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:28.420000000000002;s:14:\"netFedExCharge\";d:129.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:129.72;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.390000000000001;}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:204.47999999999999;s:14:\"totalNetCharge\";d:116.09999999999999;s:19:\"totalNetFedExCharge\";d:116.09999999999999;s:18:\"shipmentRateDetail\";O: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.129999999999999;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.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: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: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:26.129999999999999;s:14:\"netFedExCharge\";d:116.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.09999999999999;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.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: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:172.93000000000001;s:14:\"totalNetCharge\";d:99.409999999999997;s:19:\"totalNetFedExCharge\";d:99.409999999999997;s:18:\"shipmentRateDetail\";O: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.32;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.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: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: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:23.32;s:14:\"netFedExCharge\";d:99.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:99.409999999999997;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.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: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'),(343854,'_transient_timeout_fedex_quote_084ba06cbbfa43c0e77b66cf7f023ced','1767548350','off'),(343855,'_transient_fedex_quote_084ba06cbbfa43c0e77b66cf7f023ced','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"df8b2fd7-d8db-4cf2-a954-1731866f2cb3\";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.25;s:14:\"totalNetCharge\";d:153.44;s:19:\"totalNetFedExCharge\";d:153.44;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:51.509999999999998;s:20:\"totalFreightDiscount\";d:126.31999999999999;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.2;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:25.120000000000001;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.530000000000001;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115.2;}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: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: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:\"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: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:10.949999999999999;s:14:\"netFedExCharge\";d:30.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.530000000000001;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: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.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.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'),(343863,'_transient_timeout_fedex_address_validation_8d4846c8d6f474942fa49bf8df0b2b47','1767548424','off'),(343864,'_transient_fedex_address_validation_8d4846c8d6f474942fa49bf8df0b2b47','UNKNOWN','off'),(343865,'_transient_timeout_fedex_quote_53661ee0620b061469f4eade9cad6601','1767548425','off'),(343866,'_transient_fedex_quote_53661ee0620b061469f4eade9cad6601','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"47118e92-138f-41ef-a606-9d3e63839720\";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:\"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'),(343867,'_transient_timeout_fedex_quote_3db7d417ff3219537cfbdcbe1c51b53b','1767548426','off'),(343868,'_transient_fedex_quote_3db7d417ff3219537cfbdcbe1c51b53b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6b5b03df-2399-4204-b6c7-57d1d28d9caa\";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:387.23000000000002;s:19:\"totalNetFedExCharge\";d:387.23000000000002;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.549999999999997;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.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: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: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:76.549999999999997;s:14:\"netFedExCharge\";d:387.23000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:387.23000000000002;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.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: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:279.68000000000001;s:14:\"totalNetCharge\";d:139.06;s:19:\"totalNetFedExCharge\";d:139.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:29.989999999999998;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:22.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: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: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:29.989999999999998;s:14:\"netFedExCharge\";d:139.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.06;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:22.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: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:272.47000000000003;s:14:\"totalNetCharge\";d:135.68000000000001;s:19:\"totalNetFedExCharge\";d:135.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:29.420000000000002;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.390000000000001;}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: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:29.420000000000002;s:14:\"netFedExCharge\";d:135.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:135.68000000000001;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.390000000000001;}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:230.25;s:14:\"totalNetCharge\";d:129.72;s:19:\"totalNetFedExCharge\";d:129.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:28.420000000000002;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.390000000000001;}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: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:28.420000000000002;s:14:\"netFedExCharge\";d:129.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:129.72;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.390000000000001;}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:204.47999999999999;s:14:\"totalNetCharge\";d:116.09999999999999;s:19:\"totalNetFedExCharge\";d:116.09999999999999;s:18:\"shipmentRateDetail\";O: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.129999999999999;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.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: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: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:26.129999999999999;s:14:\"netFedExCharge\";d:116.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.09999999999999;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.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: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:172.93000000000001;s:14:\"totalNetCharge\";d:99.409999999999997;s:19:\"totalNetFedExCharge\";d:99.409999999999997;s:18:\"shipmentRateDetail\";O: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.32;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.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: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: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:23.32;s:14:\"netFedExCharge\";d:99.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:99.409999999999997;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.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: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'),(343869,'_transient_timeout_fedex_address_validation_b8aa1a45adb60a084bd3693ca59d4866','1767548426','off'),(343870,'_transient_fedex_address_validation_b8aa1a45adb60a084bd3693ca59d4866','UNKNOWN','off'),(343871,'_transient_timeout_fedex_quote_c8fd8b57ad8f2b2741028ae614763d2f','1767548426','off'),(343872,'_transient_fedex_quote_c8fd8b57ad8f2b2741028ae614763d2f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5a7d3e52-3ceb-45ad-896b-62771c470f38\";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.25;s:14:\"totalNetCharge\";d:153.44;s:19:\"totalNetFedExCharge\";d:153.44;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:51.509999999999998;s:20:\"totalFreightDiscount\";d:126.31999999999999;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.2;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:25.120000000000001;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.530000000000001;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115.2;}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: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: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:\"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: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:10.949999999999999;s:14:\"netFedExCharge\";d:30.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.530000000000001;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: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.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.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'),(343876,'_transient_timeout_fedex_quote_c6db572c76682eb43e68abb130065bb3','1767548428','off'),(343877,'_transient_fedex_quote_c6db572c76682eb43e68abb130065bb3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"1d611929-7d25-4b3e-b28e-6e2b5b421a9f\";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:\"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'),(343878,'_transient_timeout_fedex_quote_1672f530e75072dfd91fbfeb3cae01cf','1767548429','off'),(343879,'_transient_fedex_quote_1672f530e75072dfd91fbfeb3cae01cf','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b5e986e7-44f8-4bd8-8586-b48465b9de34\";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:387.23000000000002;s:19:\"totalNetFedExCharge\";d:387.23000000000002;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.549999999999997;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.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: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: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:76.549999999999997;s:14:\"netFedExCharge\";d:387.23000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:387.23000000000002;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.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: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:279.68000000000001;s:14:\"totalNetCharge\";d:139.06;s:19:\"totalNetFedExCharge\";d:139.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:29.989999999999998;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:22.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: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: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:29.989999999999998;s:14:\"netFedExCharge\";d:139.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.06;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:22.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: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:272.47000000000003;s:14:\"totalNetCharge\";d:135.68000000000001;s:19:\"totalNetFedExCharge\";d:135.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:29.420000000000002;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.390000000000001;}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: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:29.420000000000002;s:14:\"netFedExCharge\";d:135.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:135.68000000000001;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.390000000000001;}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:230.25;s:14:\"totalNetCharge\";d:129.72;s:19:\"totalNetFedExCharge\";d:129.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:28.420000000000002;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.390000000000001;}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: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:28.420000000000002;s:14:\"netFedExCharge\";d:129.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:129.72;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.390000000000001;}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:204.47999999999999;s:14:\"totalNetCharge\";d:116.09999999999999;s:19:\"totalNetFedExCharge\";d:116.09999999999999;s:18:\"shipmentRateDetail\";O: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.129999999999999;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.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: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: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:26.129999999999999;s:14:\"netFedExCharge\";d:116.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.09999999999999;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.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: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:172.93000000000001;s:14:\"totalNetCharge\";d:99.409999999999997;s:19:\"totalNetFedExCharge\";d:99.409999999999997;s:18:\"shipmentRateDetail\";O: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.32;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.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: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: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:23.32;s:14:\"netFedExCharge\";d:99.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:99.409999999999997;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.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: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'),(343880,'_transient_timeout_fedex_quote_4af375f18361988b83a5c62ce67145ba','1767548429','off'),(343881,'_transient_fedex_quote_4af375f18361988b83a5c62ce67145ba','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"03a93e3c-2325-4a18-8f3d-599d9ba877a7\";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.25;s:14:\"totalNetCharge\";d:153.44;s:19:\"totalNetFedExCharge\";d:153.44;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:51.509999999999998;s:20:\"totalFreightDiscount\";d:126.31999999999999;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.2;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:25.120000000000001;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.530000000000001;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115.2;}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: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: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:\"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: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:10.949999999999999;s:14:\"netFedExCharge\";d:30.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.530000000000001;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: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.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.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'),(343883,'_transient_timeout_fedex_address_validation_333007ff99c3a5125f594257320eb914','1774719634','off'),(343884,'_transient_fedex_address_validation_333007ff99c3a5125f594257320eb914','RESIDENTIAL','off'),(343885,'_transient_timeout_fedex_quote_82c70117cfdc1f2ef92a1953e5f4ce52','1767548435','off'),(343886,'_transient_fedex_quote_82c70117cfdc1f2ef92a1953e5f4ce52','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"cc5fb473-5e7c-49e0-9a37-0a509aad90a7\";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:\"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'),(343887,'_transient_timeout_fedex_quote_7a835064cb5d6aa2ebdff10a4c4f06f1','1767548436','off'),(343888,'_transient_fedex_quote_7a835064cb5d6aa2ebdff10a4c4f06f1','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"c6c5af3a-e26b-41ab-a5b9-a5fd5071d655\";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:387.23000000000002;s:19:\"totalNetFedExCharge\";d:387.23000000000002;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.549999999999997;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.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: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: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:76.549999999999997;s:14:\"netFedExCharge\";d:387.23000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:387.23000000000002;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.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: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:279.68000000000001;s:14:\"totalNetCharge\";d:139.06;s:19:\"totalNetFedExCharge\";d:139.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:29.989999999999998;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:22.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: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: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:29.989999999999998;s:14:\"netFedExCharge\";d:139.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.06;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:22.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: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:272.47000000000003;s:14:\"totalNetCharge\";d:135.68000000000001;s:19:\"totalNetFedExCharge\";d:135.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:29.420000000000002;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.390000000000001;}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: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:29.420000000000002;s:14:\"netFedExCharge\";d:135.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:135.68000000000001;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.390000000000001;}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:230.25;s:14:\"totalNetCharge\";d:129.72;s:19:\"totalNetFedExCharge\";d:129.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:28.420000000000002;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.390000000000001;}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: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:28.420000000000002;s:14:\"netFedExCharge\";d:129.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:129.72;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.390000000000001;}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:204.47999999999999;s:14:\"totalNetCharge\";d:116.09999999999999;s:19:\"totalNetFedExCharge\";d:116.09999999999999;s:18:\"shipmentRateDetail\";O: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.129999999999999;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.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: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: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:26.129999999999999;s:14:\"netFedExCharge\";d:116.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.09999999999999;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.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: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:172.93000000000001;s:14:\"totalNetCharge\";d:99.409999999999997;s:19:\"totalNetFedExCharge\";d:99.409999999999997;s:18:\"shipmentRateDetail\";O: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.32;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.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: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: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:23.32;s:14:\"netFedExCharge\";d:99.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:99.409999999999997;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.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: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'),(343889,'_transient_timeout_fedex_quote_84ba52586bb13b9b80886705b5d4b326','1767548437','off'),(343890,'_transient_fedex_quote_84ba52586bb13b9b80886705b5d4b326','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e0f41790-3a62-4e57-aebe-338f93d4164c\";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.25;s:14:\"totalNetCharge\";d:153.44;s:19:\"totalNetFedExCharge\";d:153.44;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:51.509999999999998;s:20:\"totalFreightDiscount\";d:126.31999999999999;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.2;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:25.120000000000001;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.530000000000001;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115.2;}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: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: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:\"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: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:10.949999999999999;s:14:\"netFedExCharge\";d:30.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.530000000000001;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: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.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.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'),(343891,'_transient_timeout_fedex_address_validation_e78a72801b6cbc6719fd3133603ed5f4','1774719649','off'),(343892,'_transient_fedex_address_validation_e78a72801b6cbc6719fd3133603ed5f4','RESIDENTIAL','off'),(343893,'_transient_timeout_fedex_quote_1dbd464d31065a5b2391e35d14e15efa','1767548451','off'),(343894,'_transient_fedex_quote_1dbd464d31065a5b2391e35d14e15efa','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8a3373d6-d2bc-43d2-8bca-c1dc31dc792d\";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:\"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'),(343895,'_transient_timeout_fedex_quote_90d3a6c89d9c8fbd3f871ee563a00083','1767548452','off'),(343896,'_transient_fedex_quote_90d3a6c89d9c8fbd3f871ee563a00083','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"cb93c9f5-8244-4ef5-abfe-c1003e8ec1e4\";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:387.23000000000002;s:19:\"totalNetFedExCharge\";d:387.23000000000002;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.549999999999997;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.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: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: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:76.549999999999997;s:14:\"netFedExCharge\";d:387.23000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:387.23000000000002;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.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: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:279.68000000000001;s:14:\"totalNetCharge\";d:139.06;s:19:\"totalNetFedExCharge\";d:139.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:29.989999999999998;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:22.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: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: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:29.989999999999998;s:14:\"netFedExCharge\";d:139.06;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.06;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:22.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: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:272.47000000000003;s:14:\"totalNetCharge\";d:135.68000000000001;s:19:\"totalNetFedExCharge\";d:135.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:29.420000000000002;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.390000000000001;}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: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:29.420000000000002;s:14:\"netFedExCharge\";d:135.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:135.68000000000001;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.390000000000001;}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:230.25;s:14:\"totalNetCharge\";d:129.72;s:19:\"totalNetFedExCharge\";d:129.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:28.420000000000002;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.390000000000001;}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: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:28.420000000000002;s:14:\"netFedExCharge\";d:129.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:129.72;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.390000000000001;}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:204.47999999999999;s:14:\"totalNetCharge\";d:116.09999999999999;s:19:\"totalNetFedExCharge\";d:116.09999999999999;s:18:\"shipmentRateDetail\";O: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.129999999999999;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.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: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: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:26.129999999999999;s:14:\"netFedExCharge\";d:116.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:116.09999999999999;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.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: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:172.93000000000001;s:14:\"totalNetCharge\";d:99.409999999999997;s:19:\"totalNetFedExCharge\";d:99.409999999999997;s:18:\"shipmentRateDetail\";O: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.32;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.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: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: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:23.32;s:14:\"netFedExCharge\";d:99.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:99.409999999999997;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.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: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'),(343897,'_transient_timeout_fedex_quote_ae906aad4fab692b787f4f7baf538b46','1767548452','off'),(343898,'_transient_fedex_quote_ae906aad4fab692b787f4f7baf538b46','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"af6e8678-ff8f-4757-a85d-7389eb1f5757\";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.25;s:14:\"totalNetCharge\";d:153.44;s:19:\"totalNetFedExCharge\";d:153.44;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:51.509999999999998;s:20:\"totalFreightDiscount\";d:126.31999999999999;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.2;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:25.120000000000001;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.530000000000001;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115.2;}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: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: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:\"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: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:10.949999999999999;s:14:\"netFedExCharge\";d:30.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.530000000000001;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: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.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.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'),(343947,'_transient_timeout_fedex_quote_a47077b388fffe9d0572fd97c65d7898','1767551681','off'),(343948,'_transient_fedex_quote_a47077b388fffe9d0572fd97c65d7898','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f74b047f-ca45-445f-b49a-03144490b488\";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:249.19999999999999;s:14:\"totalNetCharge\";d:312.93000000000001;s:19:\"totalNetFedExCharge\";d:312.93000000000001;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:63.729999999999997;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:50.68;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}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:\"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:249.19999999999999;s:10:\"netFreight\";d:249.19999999999999;s:15:\"totalSurcharges\";d:63.729999999999997;s:14:\"netFedExCharge\";d:312.93000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:312.93000000000001;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:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:50.68;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}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:\"JAX\";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: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:218.19999999999999;s:14:\"totalNetCharge\";d:110.8;s:19:\"totalNetFedExCharge\";d:110.8;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:25.699999999999999;s:20:\"totalFreightDiscount\";d:133.09999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:21.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:111.28;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.449999999999999;}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: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:\"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:218.19999999999999;s:10:\"netFreight\";d:85.099999999999994;s:15:\"totalSurcharges\";d:25.699999999999999;s:14:\"netFedExCharge\";d:110.8;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:110.8;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:133.09999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:111.28;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:21.82;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.449999999999999;}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: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:\"JAX\";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: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:200.13999999999999;s:14:\"totalNetCharge\";d:102.33;s:19:\"totalNetFedExCharge\";d:102.33;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:24.27;s:20:\"totalFreightDiscount\";d:122.08;s:15:\"freightDiscount\";a: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.010000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:102.06999999999999;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.02;}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: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:\"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:200.13999999999999;s:10:\"netFreight\";d:78.060000000000002;s:15:\"totalSurcharges\";d:24.27;s:14:\"netFedExCharge\";d:102.33;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:102.33;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:122.08;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:102.06999999999999;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.010000000000002;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.02;}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: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:\"JAX\";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: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:90.010000000000005;s:14:\"totalNetCharge\";d:56.090000000000003;s:19:\"totalNetFedExCharge\";d:56.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:16.48;s:20:\"totalFreightDiscount\";d:50.399999999999999;s:15:\"freightDiscount\";a: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;s:7:\"percent\";d: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.399999999999999;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.2300000000000004;}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: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: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:90.010000000000005;s:10:\"netFreight\";d:39.609999999999999;s:15:\"totalSurcharges\";d:16.48;s:14:\"netFedExCharge\";d:56.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:56.090000000000003;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:50.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:41.399999999999999;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;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.2300000000000004;}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: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:\"JAX\";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: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:72.810000000000002;s:14:\"totalNetCharge\";d:46.990000000000002;s:19:\"totalNetFedExCharge\";d:46.990000000000002;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:14.949999999999999;s:20:\"totalFreightDiscount\";d:40.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:7.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:33.490000000000002;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.7000000000000002;}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: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:\"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:72.810000000000002;s:10:\"netFreight\";d:32.039999999999999;s:15:\"totalSurcharges\";d:14.949999999999999;s:14:\"netFedExCharge\";d:46.990000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.990000000000002;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:40.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:33.490000000000002;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.2800000000000002;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.7000000000000002;}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: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:\"JAX\";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: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:65.040000000000006;s:14:\"totalNetCharge\";d:42.880000000000003;s:19:\"totalNetFedExCharge\";d:42.880000000000003;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:14.26;s:20:\"totalFreightDiscount\";d:36.420000000000002;s:15:\"freightDiscount\";a: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.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:29.920000000000002;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.0099999999999998;}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: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:\"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:65.040000000000006;s:10:\"netFreight\";d:28.620000000000001;s:15:\"totalSurcharges\";d:14.26;s:14:\"netFedExCharge\";d:42.880000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.880000000000003;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:36.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:29.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:6.5;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.0099999999999998;}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: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:\"JAX\";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\";}}}s:9:\"quoteDate\";s:10:\"2025-12-28\";s:7:\"encoded\";b:0;}}','off'),(343949,'_transient_timeout_fedex_quote_60cfd875fe02e25ca52a56f203144330','1767551682','off'),(343950,'_transient_fedex_quote_60cfd875fe02e25ca52a56f203144330','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b452d275-dfe1-41ac-9e89-46c496688417\";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:19.57;s:14:\"totalNetCharge\";d:19.41;s:19:\"totalNetFedExCharge\";d:19.41;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:9.3399999999999999;s:20:\"totalFreightDiscount\";d:9.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:8.2200000000000006;s:7:\"percent\";d:42;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1.28;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.1400000000000001;}i:1;O:8:\"stdClass\":4:{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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16.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: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:19.57;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.3399999999999999;s:14:\"netFedExCharge\";d:19.41;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.41;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16.5;}s:21:\"totalFreightDiscounts\";d:9.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:1.28;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:8.2200000000000006;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.1400000000000001;}i:1;O:8:\"stdClass\":4:{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;}}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:\"JAX\";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-28\";s:7:\"encoded\";b:0;}}','off'),(343954,'_transient_timeout_wc_order_184410_needs_processing','1767033376','off'),(343955,'_transient_wc_order_184410_needs_processing','1','off'),(343962,'_transient_timeout_wc_order_184411_needs_processing','1767033463','off'),(343963,'_transient_wc_order_184411_needs_processing','1','off'),(344168,'_transient_timeout_wc_related_490','1767093131','off'),(344169,'_transient_wc_related_490','a:1:{s:51:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=490\";a:23:{i:0;s:2:\"23\";i:1;s:2:\"38\";i:2;s:2:\"39\";i:3;s:2:\"40\";i:4;s:2:\"41\";i:5;s:2:\"42\";i:6;s:2:\"43\";i:7;s:2:\"44\";i:8;s:2:\"45\";i:9;s:2:\"49\";i:10;s:2:\"51\";i:11;s:2:\"93\";i:12;s:2:\"95\";i:13;s:2:\"97\";i:14;s:2:\"99\";i:15;s:3:\"101\";i:16;s:3:\"103\";i:17;s:3:\"116\";i:18;s:3:\"118\";i:19;s:3:\"120\";i:20;s:3:\"487\";i:21;s:3:\"488\";i:22;s:3:\"489\";}}','off'),(344208,'_transient_timeout_fedex_quote_eb9b4c36bf371ff04ecb8e5d4c47d19b','1767619133','off'),(344209,'_transient_fedex_quote_eb9b4c36bf371ff04ecb8e5d4c47d19b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"9db818be-938a-4388-8a50-df8a3d11c325\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344210,'_transient_timeout_fedex_quote_2f8b23509ed722a65078719ecf3327d3','1767619254','off'),(344211,'_transient_fedex_quote_2f8b23509ed722a65078719ecf3327d3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6edcb04e-f1e5-4aba-8a1e-14a28a29144b\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344215,'_transient_timeout_fedex_address_validation_460be42611d12d609363db2b35706cac','1767619257','off'),(344216,'_transient_fedex_address_validation_460be42611d12d609363db2b35706cac','UNKNOWN','off'),(344217,'_transient_timeout_fedex_quote_b2158aa9e30e72896bc508fc6833716d','1767619259','off'),(344218,'_transient_fedex_quote_b2158aa9e30e72896bc508fc6833716d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d225c51b-78f3-44ff-b282-b3a199da6a69\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344221,'_transient_timeout_fedex_address_validation_c2f2ae145212a1b1fa8e1fecb453bfff','1767619289','off'),(344222,'_transient_fedex_address_validation_c2f2ae145212a1b1fa8e1fecb453bfff','UNKNOWN','off'),(344223,'_transient_timeout_fedex_quote_4ab2c90cff251b26a00bf9a48477af24','1767619291','off'),(344224,'_transient_fedex_quote_4ab2c90cff251b26a00bf9a48477af24','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e883c82b-6ab0-4a9d-8e21-be576261a282\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344226,'_transient_timeout_fedex_quote_5566966db55f99b2e9c34aa4ff8bcc7e','1767619291','off'),(344227,'_transient_fedex_quote_5566966db55f99b2e9c34aa4ff8bcc7e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"561c04ea-c211-4b64-b59b-d4314df22eb5\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344228,'_transient_timeout_fedex_quote_be3107a58d51da45032d5bca84bc165b','1767619295','off');
INSERT INTO `wp_options` VALUES (344229,'_transient_fedex_quote_be3107a58d51da45032d5bca84bc165b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d35ee6f7-5860-46a9-8425-35758df6eae0\";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:1017.3;s:14:\"totalNetCharge\";d:1265.73;s:19:\"totalNetFedExCharge\";d:1265.73;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:248.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:210.63;}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: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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:458.10000000000002;s:19:\"totalNetFedExCharge\";d:458.10000000000002;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:97.620000000000005;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.38999999999999;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:75.629999999999995;}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: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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:431.25999999999999;s:19:\"totalNetFedExCharge\";d:431.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.099999999999994;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.22000000000003;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:71.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:9;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:244.75999999999999;s:19:\"totalNetFedExCharge\";d:244.75999999999999;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:61.689999999999998;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.38999999999999;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:39.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:9;}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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:199.86000000000001;s:19:\"totalNetFedExCharge\";d:199.86000000000001;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:54.130000000000003;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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:32.140000000000001;}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: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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:184.21000000000001;s:19:\"totalNetFedExCharge\";d:184.21000000000001;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.5;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.74000000000001;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:29.510000000000002;}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: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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:68.569999999999993;s:19:\"totalNetFedExCharge\";d:68.569999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:48.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:38.520000000000003;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:9.5800000000000001;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:10.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: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;}i:3;O:8:\"stdClass\":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:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.4499999999999993;s:14:\"netFedExCharge\";d:21.98;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.98;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:11.699999999999999;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:3.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:35.530000000000001;s:10:\"netFreight\";d:15.279999999999999;s:15:\"totalSurcharges\";d:10.93;s:14:\"netFedExCharge\";d:26.210000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.210000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.25;s:16:\"freightDiscounts\";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.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:3.9100000000000001;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.96;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:24.370000000000001;s:10:\"netFreight\";d:11.210000000000001;s:15:\"totalSurcharges\";d:9.1699999999999999;s:14:\"netFedExCharge\";d:20.379999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.379999999999999;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:13.16;s:16:\"freightDiscounts\";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.48;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.6800000000000002;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344230,'_transient_timeout_fedex_quote_37b82ce6669d2994d53004a1a887a99d','1767619295','off'),(344231,'_transient_fedex_quote_37b82ce6669d2994d53004a1a887a99d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"67d03182-071e-4eb9-8a96-d14d9157e594\";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:1017.3;s:14:\"totalNetCharge\";d:1242.0899999999999;s:19:\"totalNetFedExCharge\";d:1242.0899999999999;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:224.78999999999999;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:206.63999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15;}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:92;}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:924.29999999999995;s:14:\"totalNetCharge\";d:446.25999999999999;s:19:\"totalNetFedExCharge\";d:446.25999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:85.780000000000001;s:20:\"totalFreightDiscount\";d:563.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:92.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:471.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:73.629999999999995;}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:92;}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:867.09000000000003;s:14:\"totalNetCharge\";d:419.42000000000002;s:19:\"totalNetFedExCharge\";d:419.42000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:81.260000000000005;s:20:\"totalFreightDiscount\";d:528.92999999999995;s:15:\"freightDiscount\";a: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.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:442.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:69.109999999999999;}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:92;}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:416.06999999999999;s:14:\"totalNetCharge\";d:232.93000000000001;s:19:\"totalNetFedExCharge\";d:232.93000000000001;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.859999999999999;s:20:\"totalFreightDiscount\";d:233;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:41.609999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:191.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:37.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: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:92;}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:331.22000000000003;s:14:\"totalNetCharge\";d:188.03;s:19:\"totalNetFedExCharge\";d:188.03;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:42.299999999999997;s:20:\"totalFreightDiscount\";d:185.49000000000001;s:15:\"freightDiscount\";a: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.130000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.36000000000001;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.149999999999999;}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:92;}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:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:301.61000000000001;s:14:\"totalNetCharge\";d:172.37;s:19:\"totalNetFedExCharge\";d:172.37;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:39.659999999999997;s:20:\"totalFreightDiscount\";d:168.90000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:30.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:138.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:27.510000000000002;}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:92;}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:87.120000000000005;s:14:\"totalNetCharge\";d:53.579999999999998;s:19:\"totalNetFedExCharge\";d:53.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:16.82;s:20:\"totalFreightDiscount\";d:50.359999999999999;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.780000000000001;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:9.5800000000000001;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.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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:90.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:92;}}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:27.219999999999999;s:10:\"netFreight\";d:11.710000000000001;s:15:\"totalSurcharges\";d:5.1900000000000004;s:14:\"netFedExCharge\";d:16.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:16.899999999999999;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:15.51;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;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:12.52;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:2.4900000000000002;}i:1;O:8:\"stdClass\":4:{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:35.530000000000001;s:10:\"netFreight\";d:14.57;s:15:\"totalSurcharges\";d:6.7000000000000002;s:14:\"netFedExCharge\";d:21.27;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.27;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.100000000000001;}s:21:\"totalFreightDiscounts\";d:20.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:17.050000000000001;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.9100000000000001;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.1000000000000001;}i:1;O:8:\"stdClass\":4:{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:24.370000000000001;s:10:\"netFreight\";d:10.48;s:15:\"totalSurcharges\";d:4.9299999999999997;s:14:\"netFedExCharge\";d:15.41;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:15.41;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:13.890000000000001;s:16:\"freightDiscounts\";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.210000000000001;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:2.6800000000000002;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.23;}i:1;O:8:\"stdClass\":4:{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-29\";s:7:\"encoded\";b:0;}}','off'),(344235,'_transient_timeout_wc_order_184412_needs_processing','1767100927','off'),(344236,'_transient_wc_order_184412_needs_processing','1','off'),(344271,'_site_transient_timeout_browser_89db729cfcdc129111f017b0e7ac324a','1767625551','off'),(344272,'_site_transient_browser_89db729cfcdc129111f017b0e7ac324a','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"143.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),(344273,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1767625551','off'),(344274,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:0;}','off'),(344277,'_transient_timeout_elementor_remote_info_api_data_3.33.6','1767063951','off'),(344278,'_transient_elementor_remote_info_api_data_3.33.6','a:4:{s:9:\"timestamp\";s:10:\"1767018376\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(344281,'_transient_timeout_wc_report_orders_stats_ba16c4635d0b3f2138de28d01abce548','1767653679','off'),(344282,'_transient_wc_report_orders_stats_ba16c4635d0b3f2138de28d01abce548','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:9;s:14:\"num_items_sold\";i:177;s:11:\"gross_sales\";d:17131.439999999999;s:11:\"total_sales\";d:16274.879999999997;s:7:\"coupons\";d:856.56000000000006;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:16274.879999999997;s:19:\"avg_items_per_order\";d:19.666699999999999;s:15:\"avg_order_value\";d:1808.3199999999997;s:15:\"total_customers\";i:8;s:8:\"products\";i:29;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-01\";s:10:\"date_start\";s:19:\"2025-12-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:2;s:14:\"num_items_sold\";i:22;s:11:\"gross_sales\";d:1786.1000000000001;s:11:\"total_sales\";d:1696.8000000000002;s:7:\"coupons\";d:89.300000000000011;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:1696.8000000000002;s:19:\"avg_items_per_order\";d:11;s:15:\"avg_order_value\";d:848.40000000000009;s:15:\"total_customers\";i:2;s:8:\"segments\";a:0:{}}}i:1;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-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:7;s:14:\"num_items_sold\";i:155;s:11:\"gross_sales\";d:15345.339999999998;s:11:\"total_sales\";d:14578.079999999998;s:7:\"coupons\";d:767.25999999999999;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:14578.079999999998;s:19:\"avg_items_per_order\";d:22.142900000000001;s:15:\"avg_order_value\";d:2082.5828571428569;s:15:\"total_customers\";i:6;s:8:\"segments\";a:0:{}}}i:2;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:3;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:4;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:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344283,'_transient_timeout_wc_report_products_stats_e455413e9f0b5216df91256ddb7ad755','1767653679','off'),(344284,'_transient_wc_report_products_stats_e455413e9f0b5216df91256ddb7ad755','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:177;s:11:\"net_revenue\";d:16274.880000000003;s:12:\"orders_count\";i:9;s:14:\"products_count\";i:29;s:16:\"variations_count\";i:1;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-01\";s:10:\"date_start\";s:19:\"2025-12-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:22;s:11:\"net_revenue\";d:1696.8;s:12:\"orders_count\";i:2;s:14:\"products_count\";i:12;s:16:\"variations_count\";i:1;s:8:\"segments\";a:0:{}}}i:1;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-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:155;s:11:\"net_revenue\";d:14578.079999999998;s:12:\"orders_count\";i:7;s:14:\"products_count\";i:26;s:16:\"variations_count\";i:1;s:8:\"segments\";a:0:{}}}i:2;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:3;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:4;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:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344285,'_transient_timeout_wc_report_variations_stats_afe17d2ca14cad5cd41be93e76cce359','1767653679','off'),(344286,'_transient_wc_report_variations_stats_afe17d2ca14cad5cd41be93e76cce359','a:2:{s:7:\"version\";s:10:\"1767034557\";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:5:{i:0;a:6:{s:8:\"interval\";s:7:\"2026-01\";s:10:\"date_start\";s:19:\"2025-12-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-29 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-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-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-28 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-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:3;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:4;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:5;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344287,'_transient_timeout_wc_report_orders_stats_1b612cad30fc89b9255765d0830b7c58','1767653679','off'),(344288,'_transient_wc_report_orders_stats_1b612cad30fc89b9255765d0830b7c58','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:16274.879999999997;s:8:\"products\";i:29;s:13:\"coupons_count\";i:1;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:29:{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:2465.8199999999997;s:13:\"coupons_count\";i:1;s:8:\"segments\";a:0:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2025-12-23\";s:10:\"date_start\";s:19:\"2025-12-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-23 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:11:\"net_revenue\";d:1611.3399999999999;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2025-12-24\";s:10:\"date_start\";s:19:\"2025-12-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-24 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-24 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:24;a:6:{s:8:\"interval\";s:10:\"2025-12-25\";s:10:\"date_start\";s:19:\"2025-12-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-25 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-25 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:25;a:6:{s:8:\"interval\";s:10:\"2025-12-26\";s:10:\"date_start\";s:19:\"2025-12-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-26 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-26 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:26;a:6:{s:8:\"interval\";s:10:\"2025-12-27\";s:10:\"date_start\";s:19:\"2025-12-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-27 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-27 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:27;a:6:{s:8:\"interval\";s:10:\"2025-12-28\";s:10:\"date_start\";s:19:\"2025-12-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-28 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:11:\"net_revenue\";d:10500.919999999998;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2025-12-29\";s:10:\"date_start\";s:19:\"2025-12-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-29 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:11:\"net_revenue\";d:1696.8000000000002;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:29;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344289,'_transient_timeout_wc_report_products_stats_1aec698a4f36b8d44c137c9b68bb81a3','1767653679','off'),(344290,'_transient_wc_report_products_stats_1aec698a4f36b8d44c137c9b68bb81a3','a:2:{s:7:\"version\";s:10:\"1767034557\";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:29:{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:{}}}i:22;a:6:{s:8:\"interval\";s:10:\"2025-12-23\";s:10:\"date_start\";s:19:\"2025-12-23 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-23 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-23 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-23 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:23;a:6:{s:8:\"interval\";s:10:\"2025-12-24\";s:10:\"date_start\";s:19:\"2025-12-24 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-24 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-24 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-24 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:24;a:6:{s:8:\"interval\";s:10:\"2025-12-25\";s:10:\"date_start\";s:19:\"2025-12-25 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-25 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-25 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-25 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:25;a:6:{s:8:\"interval\";s:10:\"2025-12-26\";s:10:\"date_start\";s:19:\"2025-12-26 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-26 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-26 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-26 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:26;a:6:{s:8:\"interval\";s:10:\"2025-12-27\";s:10:\"date_start\";s:19:\"2025-12-27 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-27 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-27 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-27 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:27;a:6:{s:8:\"interval\";s:10:\"2025-12-28\";s:10:\"date_start\";s:19:\"2025-12-28 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-28 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-28 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-28 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:28;a:6:{s:8:\"interval\";s:10:\"2025-12-29\";s:10:\"date_start\";s:19:\"2025-12-29 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-29 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-29 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-29 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:29;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344295,'_transient_timeout_uael_license_status','1767042426','off'),(344296,'_transient_uael_license_status','1','off'),(344297,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_woocommerce','1767064027','off'),(344298,'_site_transient_wp_plugin_dependencies_plugin_timeout_woocommerce','1','off'),(344302,'_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_elementor','1767064028','off'),(344303,'_site_transient_wp_plugin_dependencies_plugin_timeout_elementor','1','off'),(344307,'elementor_pro_remote_info_api_data_3.33.2','a:2:{s:7:\"timeout\";i:1767259358;s:5:\"value\";s:250924:\"{\"stable_version\":\"3.34.0\",\"last_updated\":\"2025-12-22 12:50:17\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:234725:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated &quot;Optimized Markup&quot; feature on new sites<\\/li>\\n<li>Tweak: Activated &quot;Menu&quot; feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with &quot;Access to edit content only&quot; are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an &quot;External URL&quot; source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added &quot;Space Between Dots&quot; control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed &quot;Payments&quot; module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged &quot;Form Submissions&quot; feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged &quot;Display Conditions&quot; into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to &quot;Load More&quot; or &quot;Infinite Scroll&quot; in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection &quot;Include By&quot; Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code>&lt;time&gt;<\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code>&lt;search&gt;<\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an &quot;Offset Sides&quot; functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Price List widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Slides widget<\\/li>\\n<li>Tweak: Added &quot;Title HTML Tag&quot; and &quot;Description HTML Tag&quot; in Flip Box widget<\\/li>\\n<li>Tweak: Added &quot;Description HTML Tag&quot; in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added &quot;Form Validation&quot; control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under &quot;Advanced Rules&quot; in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save &amp; Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful &amp; repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful &amp; repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&amp;quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into &quot;Row&quot; direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles &amp; Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel &amp; Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce &amp; Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added &quot;Auto Updates&quot; capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added &quot;Excerpt Length&quot; control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel &quot;Need Help&quot; link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content &amp; Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the &quot;Change&quot; Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave &amp; Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not &quot;Standard&quot; in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Show on Browsers&quot; Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging  Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to &quot;Canvas&quot; Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to &quot;Move to Trash&quot; in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress &quot;Learn More&quot; links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word &quot;occurred&quot; in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using &quot;Progress Bar&quot; and &quot;None&quot; view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing &quot;for&quot; attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing &quot;Save Changes&quot; document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: &quot;No headings were found on this page&quot; message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added &quot;Open in new tab&quot; option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: &quot;Graphic Element&quot; section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title &amp; Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: &quot;Reply To&quot; option not working in Form widget &quot;Email 2&quot; Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: &quot;No products were found&quot; message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code>&lt;br&gt;<\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code>&lt;p&gt;<\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL &quot;undefined Index&quot; notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show &quot;Custom label&quot; control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed &quot;Date&quot; query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for &quot;By Author&quot; condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under &quot;All&quot; filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons &amp; Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the &quot;Save as Global&quot; option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when &quot;Infinite Loop&quot; enabled with &quot;Autoplay&quot; in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core &gt;=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix:  Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>&gt;2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: &quot;Child of Term&quot; and &quot;Any child of term&quot; conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS &amp; Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows &amp; Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in &quot;All Archives&quot; condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row &amp; column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas &amp; Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling &amp; Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in &quot;Show up to X times&quot; Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed &quot;Scrolling Effects&quot; section label to &quot;Motion Effects&quot;<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns &amp; Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart &quot;View Cart&quot; &amp; &quot;Checkout&quot; buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code>&lt;IfModule&gt;<\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to &quot;On&quot;<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for &quot;Nothing Found&quot; message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in &quot;Nothing Found&quot; message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box &amp; CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons &amp; buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> &amp; <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab &amp; Custom CSS for Header &amp; Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing &quot;Edit Template&quot; in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added &quot;Any Child Of&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added &quot;In Child&quot; condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed &quot;Child Of&quot; templates condition to &quot;Direct Child Of&quot;<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari &amp; IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image &amp; ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags &amp; widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title &amp; Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller &amp; more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements &amp; Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for &quot;Nothing Found&quot; Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to &quot;All Singular&quot;<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control &amp; Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 &amp; 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow &quot;Content Only mode&quot; (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo &amp; Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min &amp; max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to &quot;Tweet&quot; button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio &amp; checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll &amp; Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 &amp; 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible &quot;required&quot; field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when &quot;Bring to Front&quot; is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler &amp; load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts &amp; Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA &amp; Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc &amp; Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products &amp; Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control &amp; Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position &quot;none&quot; remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts &amp; Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies &amp; authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.34.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2FnaW5lc2lzc3RvcmUtc3RhZ2luZy51czE0LmNkbi1hbHBoYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzY3MjE2MDczLCJleHAiOjE3NjczMDI0NzN9._U0AjYoryVHfUnxFP0Y8x2xKuDPb11raFWJ7A9miUyU\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2FnaW5lc2lzc3RvcmUtc3RhZ2luZy51czE0LmNkbi1hbHBoYS5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzY3MjE2MDczLCJleHAiOjE3NjczMDI0NzN9._U0AjYoryVHfUnxFP0Y8x2xKuDPb11raFWJ7A9miUyU\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2FnaW5lc2lzc3RvcmUtc3RhZ2luZy51czE0LmNkbi1hbHBoYS5jb20iLCJpYXQiOjE3NjcyMTYwNzMsImV4cCI6MTc2NzMwMjQ3M30.Lwmb_6_d__D68VisfHEo3tX6aldaUSR1aWVLLuIqObI\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2FnaW5lc2lzc3RvcmUtc3RhZ2luZy51czE0LmNkbi1hbHBoYS5jb20iLCJpYXQiOjE3NjcyMTYwNzMsImV4cCI6MTc2NzMwMjQ3M30.Lwmb_6_d__D68VisfHEo3tX6aldaUSR1aWVLLuIqObI\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),(344335,'_transient_timeout_wc_report_customers_8304e7d9152b940d9efb6eff769a4aad','1767626385','off'),(344336,'_transient_wc_report_customers_8304e7d9152b940d9efb6eff769a4aad','a:2:{s:7:\"version\";s:10:\"1767015002\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:95;s:7:\"user_id\";i:5;s:8:\"username\";s:13:\"lca_northwest\";s:4:\"name\";s:10:\"Mark Meyer\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:15:\"date_registered\";s:19:\"2021-04-08 20:00:29\";s:16:\"date_last_active\";s:19:\"2025-12-23 22:32:17\";s:15:\"date_last_order\";s:19:\"2025-12-23 22:00:28\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:7054.1499999999996;s:15:\"avg_order_value\";d:3527.0749999999998;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344337,'_transient_timeout_woocommerce_admin_misc_recommendations_specs','1767107989','off'),(344338,'_transient_woocommerce_admin_misc_recommendations_specs','a:1:{s:5:\"en_US\";a:1:{s:21:\"woocommerce-analytics\";O:8:\"stdClass\":2:{s:2:\"id\";s:21:\"woocommerce-analytics\";s:38:\"order_attribution_promotion_percentage\";a:3:{i:0;a:2:{i:0;s:3:\"9.7\";i:1;i:10;}i:1;a:2:{i:0;s:3:\"9.6\";i:1;i:10;}i:2;a:2:{i:0;s:3:\"9.5\";i:1;i:1;}}}}}','off'),(344342,'_transient_timeout_wc_report_customers_004a1d6d51006110676da1c19c1b6a37','1767626419','off'),(344343,'_transient_wc_report_customers_004a1d6d51006110676da1c19c1b6a37','a:2:{s:7:\"version\";s:10:\"1767015002\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:95;s:7:\"user_id\";i:5;s:8:\"username\";s:13:\"lca_northwest\";s:4:\"name\";s:10:\"Mark Meyer\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:15:\"date_registered\";s:19:\"2021-04-08 20:00:29\";s:16:\"date_last_active\";s:19:\"2025-12-23 22:32:17\";s:15:\"date_last_order\";s:19:\"2025-12-23 22:00:28\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:3203.98;s:15:\"avg_order_value\";d:3203.98;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344346,'elementor_controls_usage','a:3:{s:9:\"container\";a:7:{s:9:\"container\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:14:\"flex_direction\";i:4;s:16:\"flex_align_items\";i:3;s:8:\"flex_gap\";i:3;s:11:\"boxed_width\";i:3;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:4;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:3;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:22:\"typography_font_weight\";i:4;s:10:\"text_color\";i:3;s:20:\"typography_font_size\";i:1;s:22:\"typography_line_height\";i:2;s:16:\"link_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:10:\"_flex_size\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:2;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:10:\"faq_schema\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_toggle_style_title\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}}s:7:\"wp-page\";a:8:{s:7:\"heading\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:27;s:11:\"header_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:15;s:21:\"typography_typography\";i:27;s:22:\"typography_font_family\";i:27;s:22:\"typography_font_weight\";i:27;s:11:\"title_color\";i:27;s:20:\"typography_font_size\";i:13;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:15;s:8:\"_padding\";i:18;s:14:\"_element_width\";i:12;s:6:\"_title\";i:8;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:9;s:21:\"eael_svg_paths_custom\";i:9;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:9;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:14;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:5:\"align\";i:7;s:10:\"text_color\";i:4;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:7;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:8;s:5:\"width\";i:8;s:16:\"flex_align_items\";i:12;s:8:\"flex_gap\";i:13;s:20:\"flex_justify_content\";i:5;s:14:\"flex_direction\";i:5;s:9:\"flex_wrap\";i:2;s:11:\"boxed_width\";i:5;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:12;s:16:\"background_color\";i:11;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:8;s:13:\"border_radius\";i:8;s:12:\"border_color\";i:8;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_image\";i:4;s:23:\"background_overlay_size\";i:4;s:26:\"background_overlay_opacity\";i:4;s:18:\"overlay_blend_mode\";i:4;}}s:8:\"advanced\";a:6:{s:14:\"section_layout\";a:3:{s:6:\"margin\";i:10;s:7:\"padding\";i:13;s:10:\"_flex_size\";i:8;}s:18:\"_section_transform\";a:4:{s:34:\"_transform_translate_popover_hover\";i:8;s:34:\"_transform_translateX_effect_hover\";i:1;s:34:\"_transform_translateY_effect_hover\";i:8;s:28:\"_transform_translateY_effect\";i:3;}s:25:\"eael_wrapper_link_section\";a:2:{s:24:\"eael_wrapper_link_switch\";i:4;s:17:\"eael_wrapper_link\";i:4;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"size\";i:3;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:17:\"button_text_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:37:\"button_box_shadow_box_shadow_position\";i:3;s:12:\"align_mobile\";i:3;s:20:\"typography_font_size\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_line_height\";i:3;s:13:\"border_border\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:30:\"wcm_element_visibility_section\";a:1:{s:32:\"wcm_element_visibility_condition\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:29;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:28;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:3;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}}s:7:\"section\";a:2:{s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}}','off'),(344348,'_transient_timeout_wc_report_customers_dc4ba1a7c922f1f957c43badda9db385','1767626424','off'),(344349,'_transient_wc_report_customers_dc4ba1a7c922f1f957c43badda9db385','a:2:{s:7:\"version\";s:10:\"1767021618\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:95;s:7:\"user_id\";i:5;s:8:\"username\";s:13:\"lca_northwest\";s:4:\"name\";s:10:\"Mark Meyer\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:15:\"date_registered\";s:19:\"2021-04-08 20:00:29\";s:16:\"date_last_active\";s:19:\"2025-12-23 22:32:17\";s:15:\"date_last_order\";s:19:\"2025-12-23 22:00:28\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:3203.98;s:15:\"avg_order_value\";d:3203.98;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344351,'_transient_timeout_wc_report_customers_3112da2a4a436fdd678aa8d141180677','1767626447','off'),(344352,'_transient_wc_report_customers_3112da2a4a436fdd678aa8d141180677','a:2:{s:7:\"version\";s:10:\"1767021618\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-28 16:26:06\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:26:06\";s:12:\"orders_count\";i:6;s:11:\"total_spend\";d:10482.02;s:15:\"avg_order_value\";d:1747.0033333333333;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344355,'_transient_timeout_wc_report_customers_cd36027812feb120df8a1210e9c57c4e','1767626469','off'),(344356,'_transient_wc_report_customers_cd36027812feb120df8a1210e9c57c4e','a:2:{s:7:\"version\";s:10:\"1767021618\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-28 16:26:06\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:26:06\";s:12:\"orders_count\";i:6;s:11:\"total_spend\";d:10482.02;s:15:\"avg_order_value\";d:1747.0033333333333;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344358,'_transient_timeout_wc_report_customers_0a8f26cab436e9bf2cdb5f99a95657bb','1767626507','off'),(344359,'_transient_wc_report_customers_0a8f26cab436e9bf2cdb5f99a95657bb','a:2:{s:7:\"version\";s:10:\"1767021685\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:95;s:7:\"user_id\";i:5;s:8:\"username\";s:13:\"lca_northwest\";s:4:\"name\";s:10:\"Mark Meyer\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:15:\"date_registered\";s:19:\"2021-04-08 20:00:29\";s:16:\"date_last_active\";s:19:\"2025-12-23 22:32:17\";s:15:\"date_last_order\";s:19:\"2025-12-23 22:00:28\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:3203.98;s:15:\"avg_order_value\";d:3203.98;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344362,'_transient_timeout_wc_report_customers_a76fbde8e4d529e6f6aa9fd0d8b14c02','1767626524','off'),(344363,'_transient_wc_report_customers_a76fbde8e4d529e6f6aa9fd0d8b14c02','a:2:{s:7:\"version\";s:10:\"1767021685\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:95;s:7:\"user_id\";i:5;s:8:\"username\";s:13:\"lca_northwest\";s:4:\"name\";s:10:\"Mark Meyer\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:15:\"date_registered\";s:19:\"2021-04-08 20:00:29\";s:16:\"date_last_active\";s:19:\"2025-12-23 22:32:17\";s:15:\"date_last_order\";s:19:\"2025-12-23 22:00:28\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:3203.98;s:15:\"avg_order_value\";d:3203.98;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344366,'_transient_timeout_wc_report_customers_341ba7c2bfb8227e4ab4ea6192c1f6ac','1767626554','off'),(344367,'_transient_wc_report_customers_341ba7c2bfb8227e4ab4ea6192c1f6ac','a:2:{s:7:\"version\";s:10:\"1767021738\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:11;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2025-12-29 13:21:41\";s:15:\"date_last_order\";s:19:\"2025-12-29 13:21:41\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:1217.05;s:15:\"avg_order_value\";d:608.52499999999998;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344368,'_transient_timeout_wc_report_customers_81f2440240ec9bd65231809f88d2d7df','1767626581','off'),(344369,'_transient_wc_report_customers_81f2440240ec9bd65231809f88d2d7df','a:2:{s:7:\"version\";s:10:\"1767021738\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:11;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2025-12-29 13:21:41\";s:15:\"date_last_order\";s:19:\"2025-12-29 13:21:41\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:1217.05;s:15:\"avg_order_value\";d:608.52499999999998;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344446,'_transient_timeout_fedex_quote_fd48cac56500caf639d57c44b803df3a','1767633548','off'),(344447,'_transient_fedex_quote_fd48cac56500caf639d57c44b803df3a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d9bd9327-b976-451a-8af1-9cbbf25671bc\";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:945.08000000000004;s:14:\"totalNetCharge\";d:1156.99;s:19:\"totalNetFedExCharge\";d:1156.99;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:211.91;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:191.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:18;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOI\";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:883.08000000000004;s:14:\"totalNetCharge\";d:427.47000000000003;s:19:\"totalNetFedExCharge\";d:427.47000000000003;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.069999999999993;s:20:\"totalFreightDiscount\";d:538.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:88.310000000000002;s:7:\"percent\";d: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.37;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.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:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"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:\"BOI\";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:839.45000000000005;s:14:\"totalNetCharge\";d:407.00999999999999;s:19:\"totalNetFedExCharge\";d:407.00999999999999;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.620000000000005;s:20:\"totalFreightDiscount\";d:512.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:83.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:428.12;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:66.719999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"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:\"BOI\";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:783.74000000000001;s:14:\"totalNetCharge\";d:428;s:19:\"totalNetFedExCharge\";d:428;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.150000000000006;s:20:\"totalFreightDiscount\";d:438.88999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:78.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:360.51999999999998;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.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:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"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:\"BOI\";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:687.87;s:14:\"totalNetCharge\";d:377.29000000000002;s:19:\"totalNetFedExCharge\";d:377.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:74.620000000000005;s:20:\"totalFreightDiscount\";d:385.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:68.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:316.42000000000002;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:61.719999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"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:\"BOI\";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:490.91000000000003;s:14:\"totalNetCharge\";d:273.06999999999999;s:19:\"totalNetFedExCharge\";d:273.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:57.07;s:20:\"totalFreightDiscount\";d:274.91000000000003;s:15:\"freightDiscount\";a: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.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:225.81999999999999;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:44.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:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s: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:\"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:\"BOI\";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: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:124.48;s:14:\"totalNetCharge\";d:72.670000000000002;s:19:\"totalNetFedExCharge\";d:72.670000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:21.640000000000001;s:20:\"totalFreightDiscount\";d:73.450000000000003;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:59.75;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:13.699999999999999;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:10.84;}i:1;O:8:\"stdClass\":4:{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:77.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: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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:59.969999999999999;s:10:\"netFreight\";d:24.579999999999998;s:15:\"totalSurcharges\";d:10.619999999999999;s:14:\"netFedExCharge\";d:35.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:35.200000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:36.200000000000003;}s:21:\"totalFreightDiscounts\";d:35.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:28.789999999999999;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:6.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:5.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:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344448,'_transient_timeout_fedex_quote_daecb7a0b70ff774b2aee4db9efa656a','1767633554','off'),(344449,'_transient_fedex_quote_daecb7a0b70ff774b2aee4db9efa656a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f619e5a4-47ff-4dae-9f6e-1d7b62fb8e7b\";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:875.02999999999997;s:14:\"totalNetCharge\";d:1072.75;s:19:\"totalNetFedExCharge\";d:1072.75;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.72;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:177.62;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:813.02999999999997;s:14:\"totalNetCharge\";d:394.61000000000001;s:19:\"totalNetFedExCharge\";d:394.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:77.530000000000001;s:20:\"totalFreightDiscount\";d:495.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:81.299999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:414.64999999999998;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.629999999999995;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:770.37;s:14:\"totalNetCharge\";d:374.61000000000001;s:19:\"totalNetFedExCharge\";d:374.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:74.170000000000002;s:20:\"totalFreightDiscount\";d:469.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:77.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:392.88999999999999;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:61.270000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:719;s:14:\"totalNetCharge\";d:393.75;s:19:\"totalNetFedExCharge\";d:393.75;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.390000000000001;s:20:\"totalFreightDiscount\";d:402.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:71.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:330.74000000000001;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.489999999999995;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:627.38;s:14:\"totalNetCharge\";d:345.29000000000002;s:19:\"totalNetFedExCharge\";d:345.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:69.230000000000004;s:20:\"totalFreightDiscount\";d:351.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:62.729999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:288.58999999999997;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.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:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:458.06;s:14:\"totalNetCharge\";d:255.68000000000001;s:19:\"totalNetFedExCharge\";d:255.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:54.140000000000001;s:20:\"totalFreightDiscount\";d:256.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:45.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:210.71000000000001;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:41.240000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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: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:113.89;s:14:\"totalNetCharge\";d:68.620000000000005;s:19:\"totalNetFedExCharge\";d:68.620000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.93;s:20:\"totalFreightDiscount\";d:66.200000000000003;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.670000000000002;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:12.529999999999999;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:10.130000000000001;}i:1;O:8:\"stdClass\":4:{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:69.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:70;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:49.380000000000003;s:10:\"netFreight\";d:21.239999999999998;s:15:\"totalSurcharges\";d:9.9100000000000001;s:14:\"netFedExCharge\";d:31.149999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:31.149999999999999;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:28.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:22.710000000000001;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:5.4299999999999997;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.5099999999999998;}i:1;O:8:\"stdClass\":4:{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;}}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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344451,'_transient_timeout_fedex_quote_f8f8c6bdd2ae965ec62b1a2c4a70975f','1767633558','off'),(344452,'_transient_fedex_quote_f8f8c6bdd2ae965ec62b1a2c4a70975f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6aa76606-782b-4945-a25b-192a510431e9\";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:851.28999999999996;s:14:\"totalNetCharge\";d:1051.3;s:19:\"totalNetFedExCharge\";d:1051.3;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:200.00999999999999;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:174.25999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d: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: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:68;}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:\"BOI\";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:789.28999999999996;s:14:\"totalNetCharge\";d:386.88;s:19:\"totalNetFedExCharge\";d:386.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:79.060000000000002;s:20:\"totalFreightDiscount\";d:481.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:78.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:402.54000000000002;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:63.479999999999997;}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: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:68;}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:\"BOI\";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:752.71000000000004;s:14:\"totalNetCharge\";d:369.74000000000001;s:19:\"totalNetFedExCharge\";d:369.74000000000001;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.180000000000007;s:20:\"totalFreightDiscount\";d:459.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:75.269999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:383.88;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.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: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: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:68;}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:\"BOI\";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:709.85000000000002;s:14:\"totalNetCharge\";d:392.31999999999999;s:19:\"totalNetFedExCharge\";d:392.31999999999999;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.980000000000004;s:20:\"totalFreightDiscount\";d:397.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:70.980000000000004;s:7:\"percent\";d: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.52999999999997;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:3.5800000000000001;}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: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: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:68;}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:\"BOI\";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:614.36000000000001;s:14:\"totalNetCharge\";d:341.80000000000001;s:19:\"totalNetFedExCharge\";d:341.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:71.469999999999999;s:20:\"totalFreightDiscount\";d:344.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:61.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:282.60000000000002;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.890000000000001;}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: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:68;}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:\"BOI\";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:446.33999999999997;s:14:\"totalNetCharge\";d:252.88999999999999;s:19:\"totalNetFedExCharge\";d:252.88999999999999;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:56.5;s:20:\"totalFreightDiscount\";d:249.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:44.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:205.31999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.920000000000002;}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: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:68;}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:\"BOI\";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: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:110.72;s:14:\"totalNetCharge\";d:70.390000000000001;s:19:\"totalNetFedExCharge\";d:70.390000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:24.07;s:20:\"totalFreightDiscount\";d:64.400000000000006;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.219999999999999;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:12.18;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:10.6;}i:2;O:8:\"stdClass\":4:{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;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67.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:68;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:46.210000000000001;s:10:\"netFreight\";d:19.870000000000001;s:15:\"totalSurcharges\";d:13.050000000000001;s:14:\"netFedExCharge\";d:32.920000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:32.920000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.5;}s:21:\"totalFreightDiscounts\";d:26.34;s:16:\"freightDiscounts\";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.260000000000002;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:5.0800000000000001;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.9800000000000004;}i:2;O:8:\"stdClass\":4:{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;}}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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344453,'_transient_timeout_fedex_quote_944ba447e650c04d756e3774bb907f03','1767633562','off'),(344454,'_transient_fedex_quote_944ba447e650c04d756e3774bb907f03','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"72e0dfc6-6d60-4144-99a9-09dc1b089b42\";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.86000000000001;s:14:\"totalNetCharge\";d:1037.26;s:19:\"totalNetFedExCharge\";d:1037.26;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:196.40000000000001;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:172.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:15;}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:66;}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:\"BOI\";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:778.86000000000001;s:14:\"totalNetCharge\";d:381.08999999999997;s:19:\"totalNetFedExCharge\";d:381.08999999999997;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.340000000000003;s:20:\"totalFreightDiscount\";d:475.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:77.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:397.22000000000003;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:62.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:9;}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:66;}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:\"BOI\";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:736.38999999999999;s:14:\"totalNetCharge\";d:361.18000000000001;s:19:\"totalNetFedExCharge\";d:361.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:73.989999999999995;s:20:\"totalFreightDiscount\";d:449.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:73.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:375.56;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:59.310000000000002;}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: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:66;}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:\"BOI\";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:690.40999999999997;s:14:\"totalNetCharge\";d:381.12;s:19:\"totalNetFedExCharge\";d:381.12;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.340000000000003;s:20:\"totalFreightDiscount\";d:386.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:69.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:317.58999999999997;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:62.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:9;}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:66;}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:\"BOI\";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:598.00999999999999;s:14:\"totalNetCharge\";d:332.25;s:19:\"totalNetFedExCharge\";d:332.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:69.120000000000005;s:20:\"totalFreightDiscount\";d:334.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:59.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:275.07999999999998;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:54.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:9;}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:66;}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:\"BOI\";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:433.68000000000001;s:14:\"totalNetCharge\";d:245.30000000000001;s:19:\"totalNetFedExCharge\";d:245.30000000000001;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:54.479999999999997;s:20:\"totalFreightDiscount\";d:242.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:43.369999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:199.49000000000001;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:39.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:9;}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:66;}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:\"BOI\";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: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:108.09999999999999;s:14:\"totalNetCharge\";d:68.129999999999995;s:19:\"totalNetFedExCharge\";d:68.129999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:22.93;s:20:\"totalFreightDiscount\";d:62.899999999999999;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.009999999999998;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:11.890000000000001;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:10.359999999999999;}i:2;O:8:\"stdClass\":4:{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:65;}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:66;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:43.590000000000003;s:10:\"netFreight\";d:18.75;s:15:\"totalSurcharges\";d:11.91;s:14:\"netFedExCharge\";d:30.66;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.66;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:24.100000000000001;}s:21:\"totalFreightDiscounts\";d:24.84;s:16:\"freightDiscounts\";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.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:4.79;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.7400000000000002;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344456,'_transient_timeout_fedex_quote_8cbce9522c6bf2d89cc8dbf717ab6454','1767633565','off'),(344457,'_transient_fedex_quote_8cbce9522c6bf2d89cc8dbf717ab6454','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6bb4d337-c2a2-4250-a4e2-d9400cf7041f\";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:816.96000000000004;s:14:\"totalNetCharge\";d:1007.02;s:19:\"totalNetFedExCharge\";d:1007.02;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:190.06;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:167.31;}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: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:63;}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:\"BOI\";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:754.96000000000004;s:14:\"totalNetCharge\";d:368.98000000000002;s:19:\"totalNetFedExCharge\";d:368.98000000000002;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.549999999999997;s:20:\"totalFreightDiscount\";d:460.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:75.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:385.02999999999997;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.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: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: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:63;}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:\"BOI\";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:725.74000000000001;s:14:\"totalNetCharge\";d:355.30000000000001;s:19:\"totalNetFedExCharge\";d:355.30000000000001;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.25;s:20:\"totalFreightDiscount\";d:442.69;s:15:\"freightDiscount\";a: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.569999999999993;s:7:\"percent\";d: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.12;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:58.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: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: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:63;}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:\"BOI\";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:663.38;s:14:\"totalNetCharge\";d:365.92000000000002;s:19:\"totalNetFedExCharge\";d:365.92000000000002;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.030000000000001;s:20:\"totalFreightDiscount\";d:371.49000000000001;s:15:\"freightDiscount\";a: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.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:305.14999999999998;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.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: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: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:63;}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:\"BOI\";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:574.36000000000001;s:14:\"totalNetCharge\";d:318.83999999999997;s:19:\"totalNetFedExCharge\";d:318.83999999999997;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:66.109999999999999;s:20:\"totalFreightDiscount\";d:321.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:57.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:264.19999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.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: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:63;}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:\"BOI\";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:409.30000000000001;s:14:\"totalNetCharge\";d:231.49000000000001;s:19:\"totalNetFedExCharge\";d:231.49000000000001;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:51.399999999999999;s:20:\"totalFreightDiscount\";d:229.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:40.93;s:7:\"percent\";d: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.28;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.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: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: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:63;}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:\"BOI\";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: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:103.54000000000001;s:14:\"totalNetCharge\";d:64.859999999999999;s:19:\"totalNetFedExCharge\";d:64.859999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:21.620000000000001;s:20:\"totalFreightDiscount\";d:60.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:48.909999999999997;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:11.390000000000001;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:9.9499999999999993;}i:2;O:8:\"stdClass\":4:{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:62.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:63;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:39.030000000000001;s:10:\"netFreight\";d:16.789999999999999;s:15:\"totalSurcharges\";d:10.6;s:14:\"netFedExCharge\";d:27.390000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.390000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:21.699999999999999;}s:21:\"totalFreightDiscounts\";d:22.239999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:17.949999999999999;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.29;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.3300000000000001;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344458,'_transient_timeout_fedex_quote_924acd299f8d0b0e564a9093c2bf8e71','1767633569','off'),(344459,'_transient_fedex_quote_924acd299f8d0b0e564a9093c2bf8e71','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"934edb4b-b7cc-4c4e-9c17-b21544bca698\";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:787.01999999999998;s:14:\"totalNetCharge\";d:971.01999999999998;s:19:\"totalNetFedExCharge\";d:971.01999999999998;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:184;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:161.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: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: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:\"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:\"BOI\";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:725.01999999999998;s:14:\"totalNetCharge\";d:354.94999999999999;s:19:\"totalNetFedExCharge\";d:354.94999999999999;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.189999999999998;s:20:\"totalFreightDiscount\";d:442.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:72.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:369.75999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:58.409999999999997;}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: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:\"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:\"BOI\";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:696.19000000000005;s:14:\"totalNetCharge\";d:341.44;s:19:\"totalNetFedExCharge\";d:341.44;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:69.920000000000002;s:20:\"totalFreightDiscount\";d:424.67000000000002;s:15:\"freightDiscount\";a: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.620000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:355.05000000000001;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.140000000000001;}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: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:\"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:\"BOI\";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:646.03999999999996;s:14:\"totalNetCharge\";d:356.75;s:19:\"totalNetFedExCharge\";d:356.75;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.489999999999995;s:20:\"totalFreightDiscount\";d:361.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:64.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:297.18000000000001;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:58.710000000000001;}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: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:\"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:\"BOI\";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:559.71000000000004;s:14:\"totalNetCharge\";d:311.07999999999998;s:19:\"totalNetFedExCharge\";d:311.07999999999998;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:64.799999999999997;s:20:\"totalFreightDiscount\";d:313.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:55.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:257.45999999999998;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:51.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: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: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:\"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:\"BOI\";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:398.86000000000001;s:14:\"totalNetCharge\";d:225.96000000000001;s:19:\"totalNetFedExCharge\";d:225.96000000000001;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:50.469999999999999;s:20:\"totalFreightDiscount\";d:223.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:39.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:183.47999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:36.689999999999998;}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: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:\"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:\"BOI\";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: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:101.13;s:14:\"totalNetCharge\";d:65.370000000000005;s:19:\"totalNetFedExCharge\";d:65.370000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:21.710000000000001;s:20:\"totalFreightDiscount\";d:57.469999999999999;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.340000000000003;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:11.130000000000001;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:10.039999999999999;}i:2;O:8:\"stdClass\":4:{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:60.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: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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:36.619999999999997;s:10:\"netFreight\";d:17.210000000000001;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:27.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.899999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.300000000000001;}s:21:\"totalFreightDiscounts\";d:19.41;s:16:\"freightDiscounts\";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.380000000000001;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:4.0300000000000002;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.4199999999999999;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344460,'_transient_timeout_fedex_quote_6d5183eb520b6cb42e49797f3b65bf7d','1767633573','off'),(344461,'_transient_fedex_quote_6d5183eb520b6cb42e49797f3b65bf7d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5868a67c-b6e7-4465-bee7-a17a4c0cb394\";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:785.97000000000003;s:14:\"totalNetCharge\";d:969.75999999999999;s:19:\"totalNetFedExCharge\";d:969.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:183.78999999999999;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:161.03999999999999;}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: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:59;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:693.20000000000005;s:14:\"totalNetCharge\";d:340.02999999999997;s:19:\"totalNetFedExCharge\";d:340.02999999999997;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:69.680000000000007;s:20:\"totalFreightDiscount\";d:422.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.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:353.52999999999997;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.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: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: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:54;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:650.30999999999995;s:14:\"totalNetCharge\";d:319.91000000000003;s:19:\"totalNetFedExCharge\";d:319.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:66.290000000000006;s:20:\"totalFreightDiscount\";d:396.69;s:15:\"freightDiscount\";a: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.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:331.66000000000003;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.509999999999998;}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: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:54;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:584.97000000000003;s:14:\"totalNetCharge\";d:324.44;s:19:\"totalNetFedExCharge\";d:324.44;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:67.049999999999997;s:20:\"totalFreightDiscount\";d:327.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:58.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:269.07999999999998;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:53.270000000000003;}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: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:54;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:505.67000000000002;s:14:\"totalNetCharge\";d:282.49000000000001;s:19:\"totalNetFedExCharge\";d:282.49000000000001;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.990000000000002;s:20:\"totalFreightDiscount\";d:283.17000000000002;s:15:\"freightDiscount\";a: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.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:232.61000000000001;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:46.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: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: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:54;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:394.57999999999998;s:14:\"totalNetCharge\";d:223.69999999999999;s:19:\"totalNetFedExCharge\";d:223.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:50.090000000000003;s:20:\"totalFreightDiscount\";d:220.97;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:39.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:181.50999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:36.310000000000002;}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: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:59;}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:\"BOI\";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: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:90.159999999999997;s:14:\"totalNetCharge\";d:59.119999999999997;s:19:\"totalNetFedExCharge\";d:59.119999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:20.609999999999999;s:20:\"totalFreightDiscount\";d:51.649999999999999;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:41.729999999999997;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:9.9199999999999999;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:8.9399999999999995;}i:2;O:8:\"stdClass\":4:{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:52.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:53;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:25.649999999999999;s:10:\"netFreight\";d:12.06;s:15:\"totalSurcharges\";d:9.5899999999999999;s:14:\"netFedExCharge\";d:21.649999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.649999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11.800000000000001;}s:21:\"totalFreightDiscounts\";d:13.59;s:16:\"freightDiscounts\";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.77;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.8199999999999998;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:3.3199999999999998;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344462,'_transient_timeout_fedex_quote_387e11f1dcaecc7c7730e0810026dd2d','1767633578','off'),(344463,'_transient_fedex_quote_387e11f1dcaecc7c7730e0810026dd2d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8673b1f2-1387-416f-b0ef-d65083ca2c3c\";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:742.64999999999998;s:14:\"totalNetCharge\";d:917.65999999999997;s:19:\"totalNetFedExCharge\";d:917.65999999999997;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:175.00999999999999;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:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:152.25999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d: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: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:52;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:649.88;s:14:\"totalNetCharge\";d:319.70999999999998;s:19:\"totalNetFedExCharge\";d:319.70999999999998;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:66.260000000000005;s:20:\"totalFreightDiscount\";d:396.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:64.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:331.44;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.479999999999997;}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: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:47;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:607.32000000000005;s:14:\"totalNetCharge\";d:299.74000000000001;s:19:\"totalNetFedExCharge\";d:299.74000000000001;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.890000000000001;s:20:\"totalFreightDiscount\";d:370.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:60.729999999999997;s:7:\"percent\";d: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.74000000000001;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:49.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: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: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:47;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:514.28999999999996;s:14:\"totalNetCharge\";d:287.05000000000001;s:19:\"totalNetFedExCharge\";d:287.05000000000001;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:60.759999999999998;s:20:\"totalFreightDiscount\";d:288;s:15:\"freightDiscount\";a: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.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:236.56999999999999;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:46.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: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: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:47;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:444.91000000000003;s:14:\"totalNetCharge\";d:250.33000000000001;s:19:\"totalNetFedExCharge\";d:250.33000000000001;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:54.57;s:20:\"totalFreightDiscount\";d:249.15000000000001;s:15:\"freightDiscount\";a: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.490000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:204.66;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.789999999999999;}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: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:47;}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:\"BOI\";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:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:360.79000000000002;s:14:\"totalNetCharge\";d:205.81;s:19:\"totalNetFedExCharge\";d:205.81;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:47.07;s:20:\"totalFreightDiscount\";d:202.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:36.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:165.97;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:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:33.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: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: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:52;}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:\"BOI\";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: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:80.420000000000002;s:14:\"totalNetCharge\";d:54.280000000000001;s:19:\"totalNetFedExCharge\";d:54.280000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:19.760000000000002;s:20:\"totalFreightDiscount\";d:45.899999999999999;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:37.060000000000002;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:8.8399999999999999;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:8.0899999999999999;}i:2;O:8:\"stdClass\":4:{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:45.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: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:54.770000000000003;s:10:\"netFreight\";d:22.460000000000001;s:15:\"totalSurcharges\";d:10.17;s:14:\"netFedExCharge\";d:32.630000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:32.630000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.399999999999999;}s:21:\"totalFreightDiscounts\";d:32.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.0199999999999996;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.289999999999999;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:4.7699999999999996;}i:1;O:8:\"stdClass\":4:{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:25.649999999999999;s:10:\"netFreight\";d:12.06;s:15:\"totalSurcharges\";d:9.5899999999999999;s:14:\"netFedExCharge\";d:21.649999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.649999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11.800000000000001;}s:21:\"totalFreightDiscounts\";d:13.59;s:16:\"freightDiscounts\";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.77;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.8199999999999998;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:3.3199999999999998;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344464,'_transient_timeout_fedex_quote_35661217ebfffe68befd14672671cec6','1767633582','off'),(344465,'_transient_fedex_quote_35661217ebfffe68befd14672671cec6','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"034f9f7e-f6e9-4556-8b87-271d2d0805e3\";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:439.06999999999999;s:14:\"totalNetCharge\";d:538.24000000000001;s:19:\"totalNetFedExCharge\";d:538.24000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:99.170000000000002;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:89.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;}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:34;}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:439.06999999999999;s:10:\"netFreight\";d:439.06999999999999;s:15:\"totalSurcharges\";d:99.170000000000002;s:14:\"netFedExCharge\";d:538.24000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:538.24000000000001;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: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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:89.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;}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:\"BOI\";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\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:408.06999999999999;s:14:\"totalNetCharge\";d:198.03;s:19:\"totalNetFedExCharge\";d:198.03;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.890000000000001;s:20:\"totalFreightDiscount\";d:248.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:40.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:208.12;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:32.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: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: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:34;}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:408.06999999999999;s:10:\"netFreight\";d:159.13999999999999;s:15:\"totalSurcharges\";d:38.890000000000001;s:14:\"netFedExCharge\";d:198.03;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:198.03;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:248.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:208.12;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:40.810000000000002;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:32.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: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: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:\"BOI\";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\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:386.81999999999999;s:14:\"totalNetCharge\";d:188.06999999999999;s:19:\"totalNetFedExCharge\";d:188.06999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:37.210000000000001;s:20:\"totalFreightDiscount\";d:235.96000000000001;s:15:\"freightDiscount\";a: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.68;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:197.28;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:30.760000000000002;}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: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:34;}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:386.81999999999999;s:10:\"netFreight\";d:150.86000000000001;s:15:\"totalSurcharges\";d:37.210000000000001;s:14:\"netFedExCharge\";d:188.06999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:188.06999999999999;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:235.96000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:197.28;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:38.68;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:30.760000000000002;}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: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:\"BOI\";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\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:349.63;s:14:\"totalNetCharge\";d:191.66;s:19:\"totalNetFedExCharge\";d:191.66;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:37.82;s:20:\"totalFreightDiscount\";d:195.78999999999999;s:15:\"freightDiscount\";a: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.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:160.83000000000001;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:31.370000000000001;}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: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:34;}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:349.63;s:10:\"netFreight\";d:153.84;s:15:\"totalSurcharges\";d:37.82;s:14:\"netFedExCharge\";d:191.66;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:191.66;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:195.78999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:160.83000000000001;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.960000000000001;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:31.370000000000001;}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: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:\"BOI\";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\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:300.68000000000001;s:14:\"totalNetCharge\";d:165.75;s:19:\"totalNetFedExCharge\";d:165.75;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:33.450000000000003;s:20:\"totalFreightDiscount\";d:168.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:30.07;s:7:\"percent\";d: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.31;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:27;}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: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:34;}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:300.68000000000001;s:10:\"netFreight\";d:132.30000000000001;s:15:\"totalSurcharges\";d:33.450000000000003;s:14:\"netFedExCharge\";d:165.75;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:165.75;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:168.38;s:16:\"freightDiscounts\";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.31;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:30.07;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:27;}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: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:\"BOI\";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\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:221.12;s:14:\"totalNetCharge\";d:123.65000000000001;s:19:\"totalNetFedExCharge\";d:123.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:26.359999999999999;s:20:\"totalFreightDiscount\";d:123.83;s:15:\"freightDiscount\";a: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.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:101.72;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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.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: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: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:34;}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:221.12;s:10:\"netFreight\";d:97.290000000000006;s:15:\"totalSurcharges\";d:26.359999999999999;s:14:\"netFedExCharge\";d:123.65000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:123.65000000000001;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:123.83;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:101.72;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.109999999999999;s:7:\"percent\";d:10;}}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:0;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.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: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: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:\"BOI\";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: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:54.770000000000003;s:14:\"totalNetCharge\";d:32.630000000000003;s:19:\"totalNetFedExCharge\";d:32.630000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:10.17;s:20:\"totalFreightDiscount\";d:32.310000000000002;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:26.289999999999999;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:6.0199999999999996;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.7699999999999996;}i:1;O:8:\"stdClass\":4:{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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.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:34;}}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:54.770000000000003;s:10:\"netFreight\";d:22.460000000000001;s:15:\"totalSurcharges\";d:10.17;s:14:\"netFedExCharge\";d:32.630000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:32.630000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.399999999999999;}s:21:\"totalFreightDiscounts\";d:32.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.0199999999999996;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.289999999999999;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:4.7699999999999996;}i:1;O:8:\"stdClass\":4:{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;}}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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344466,'_transient_timeout_fedex_quote_e0a8b16935aa64003a87051e5c55db95','1767633585','off'),(344467,'_transient_fedex_quote_e0a8b16935aa64003a87051e5c55db95','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"18fe8c4c-4f71-4c17-b631-f83be39d40dd\";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:351.17000000000002;s:14:\"totalNetCharge\";d:429.54000000000002;s:19:\"totalNetFedExCharge\";d:429.54000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:78.370000000000005;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:71.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}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:351.17000000000002;s:10:\"netFreight\";d:351.17000000000002;s:15:\"totalSurcharges\";d:78.370000000000005;s:14:\"netFedExCharge\";d:429.54000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:429.54000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}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:71.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: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:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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:\"BOI\";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:320.17000000000002;s:14:\"totalNetCharge\";d:155.00999999999999;s:19:\"totalNetFedExCharge\";d:155.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:30.149999999999999;s:20:\"totalFreightDiscount\";d:195.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:32.020000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:163.28999999999999;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.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: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: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:23;}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:320.17000000000002;s:10:\"netFreight\";d:124.86;s:15:\"totalSurcharges\";d:30.149999999999999;s:14:\"netFedExCharge\";d:155.00999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:155.00999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}s:21:\"totalFreightDiscounts\";d:195.31;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:163.28999999999999;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:32.020000000000003;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.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: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: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:\"BOI\";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:299.14999999999998;s:14:\"totalNetCharge\";d:145.15000000000001;s:19:\"totalNetFedExCharge\";d:145.15000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:28.489999999999998;s:20:\"totalFreightDiscount\";d:182.49000000000001;s:15:\"freightDiscount\";a: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.920000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:152.56999999999999;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.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: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: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:23;}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:299.14999999999998;s:10:\"netFreight\";d:116.66;s:15:\"totalSurcharges\";d:28.489999999999998;s:14:\"netFedExCharge\";d:145.15000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:145.15000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}s:21:\"totalFreightDiscounts\";d:182.49000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:152.56999999999999;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.920000000000002;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.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: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: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:\"BOI\";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:255.74000000000001;s:14:\"totalNetCharge\";d:140.18000000000001;s:19:\"totalNetFedExCharge\";d:140.18000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:27.649999999999999;s:20:\"totalFreightDiscount\";d:143.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:25.57;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:117.64;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;}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: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:23;}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:255.74000000000001;s:10:\"netFreight\";d:112.53;s:15:\"totalSurcharges\";d:27.649999999999999;s:14:\"netFedExCharge\";d:140.18000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:140.18000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}s:21:\"totalFreightDiscounts\";d:143.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:117.64;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:25.57;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;}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: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:\"BOI\";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:219.91;s:14:\"totalNetCharge\";d:121.22;s:19:\"totalNetFedExCharge\";d:121.22;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:24.460000000000001;s:20:\"totalFreightDiscount\";d:123.15000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:21.989999999999998;s:7:\"percent\";d: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.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:19.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: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: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:23;}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:219.91;s:10:\"netFreight\";d:96.760000000000005;s:15:\"totalSurcharges\";d:24.460000000000001;s:14:\"netFedExCharge\";d:121.22;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:121.22;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}s:21:\"totalFreightDiscounts\";d:123.15000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:101.16;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:21.989999999999998;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.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: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: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:\"BOI\";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:167.16999999999999;s:14:\"totalNetCharge\";d:93.310000000000002;s:19:\"totalNetFedExCharge\";d:93.310000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:19.760000000000002;s:20:\"totalFreightDiscount\";d:93.620000000000005;s:15:\"freightDiscount\";a: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.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:76.900000000000006;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.109999999999999;}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: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:23;}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:167.16999999999999;s:10:\"netFreight\";d:73.549999999999997;s:15:\"totalSurcharges\";d:19.760000000000002;s:14:\"netFedExCharge\";d:93.310000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:93.310000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:23;}s:21:\"totalFreightDiscounts\";d:93.620000000000005;s:16:\"freightDiscounts\";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.900000000000006;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.719999999999999;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:15.109999999999999;}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: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:\"BOI\";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:39.969999999999999;s:14:\"totalNetCharge\";d:24.43;s:19:\"totalNetFedExCharge\";d:24.43;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:7.25;s:20:\"totalFreightDiscount\";d:22.789999999999999;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:18.390000000000001;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:4.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:3.6499999999999999;}i:1;O:8:\"stdClass\":4:{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:22.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:23;}}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:39.969999999999999;s:10:\"netFreight\";d:17.18;s:15:\"totalSurcharges\";d:7.25;s:14:\"netFedExCharge\";d:24.43;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.43;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:22.600000000000001;}s:21:\"totalFreightDiscounts\";d:22.789999999999999;s:16:\"freightDiscounts\";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.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:18.390000000000001;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.6499999999999999;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344477,'_transient_timeout_fedex_quote_d2007f237542cb9689c61336697f91f5','1767633772','off'),(344478,'_transient_fedex_quote_d2007f237542cb9689c61336697f91f5','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"84b6b294-9f04-45c4-8b08-59211f9db831\";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:1235.5;s:14:\"totalNetCharge\";d:1508.97;s:19:\"totalNetFedExCharge\";d:1508.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:273.47000000000003;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:250.81999999999999;}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: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:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOI\";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:1142.5;s:14:\"totalNetCharge\";d:551.27999999999997;s:19:\"totalNetFedExCharge\";d:551.27999999999997;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:105.70999999999999;s:20:\"totalFreightDiscount\";d:696.92999999999995;s:15:\"freightDiscount\";a: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.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:582.67999999999995;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:90.859999999999999;}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: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:\"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:\"BOI\";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:1084.8699999999999;s:14:\"totalNetCharge\";d:524.25999999999999;s:19:\"totalNetFedExCharge\";d:524.25999999999999;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:101.16;s:20:\"totalFreightDiscount\";d:661.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:108.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:553.27999999999997;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.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: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: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:\"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:\"BOI\";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:1013.41;s:14:\"totalNetCharge\";d:551.69000000000005;s:19:\"totalNetFedExCharge\";d:551.69000000000005;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:105.79000000000001;s:20:\"totalFreightDiscount\";d:567.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:101.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:466.17000000000002;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:90.939999999999998;}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: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:\"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:\"BOI\";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:882.72000000000003;s:14:\"totalNetCharge\";d:482.52999999999997;s:19:\"totalNetFedExCharge\";d:482.52999999999997;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.140000000000001;s:20:\"totalFreightDiscount\";d:494.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:88.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:406.05000000000001;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:79.290000000000006;}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: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:\"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:\"BOI\";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:648.98000000000002;s:14:\"totalNetCharge\";d:358.86000000000001;s:19:\"totalNetFedExCharge\";d:358.86000000000001;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:73.310000000000002;s:20:\"totalFreightDiscount\";d:363.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:64.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:298.52999999999997;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:58.460000000000001;}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: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:\"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:\"BOI\";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:160.09999999999999;s:14:\"totalNetCharge\";d:93.579999999999998;s:19:\"totalNetFedExCharge\";d:93.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:26.050000000000001;s:20:\"totalFreightDiscount\";d:92.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:74.959999999999994;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:17.609999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.35;}i:1;O:8:\"stdClass\":4:{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:95.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: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:65.609999999999999;s:10:\"netFreight\";d:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:48.280000000000001;s:10:\"netFreight\";d:20.760000000000002;s:15:\"totalSurcharges\";d:7.1100000000000003;s:14:\"netFedExCharge\";d:27.870000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.870000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27.300000000000001;}s:21:\"totalFreightDiscounts\";d:27.52;s:16:\"freightDiscounts\";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.210000000000001;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:5.3099999999999996;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.4100000000000001;}i:1;O:8:\"stdClass\":4:{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:46.210000000000001;s:10:\"netFreight\";d:19.870000000000001;s:15:\"totalSurcharges\";d:8.7200000000000006;s:14:\"netFedExCharge\";d:28.59;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.59;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.899999999999999;}s:21:\"totalFreightDiscounts\";d:26.34;s:16:\"freightDiscounts\";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.260000000000002;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:5.0800000000000001;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.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:4.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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344480,'_transient_timeout_fedex_quote_79aff55fa70825c421c78583d9b39155','1767633796','off'),(344481,'_transient_fedex_quote_79aff55fa70825c421c78583d9b39155','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8a898193-4b8e-4ca6-85d7-a621fa1f595a\";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:866.60000000000002;s:14:\"totalNetCharge\";d:1056.6099999999999;s:19:\"totalNetFedExCharge\";d:1056.6099999999999;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:190.00999999999999;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:175.91;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:804.60000000000002;s:14:\"totalNetCharge\";d:387.05000000000001;s:19:\"totalNetFedExCharge\";d:387.05000000000001;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:73.260000000000005;s:20:\"totalFreightDiscount\";d:490.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:80.459999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:410.35000000000002;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:63.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:761.97000000000003;s:14:\"totalNetCharge\";d:367.06999999999999;s:19:\"totalNetFedExCharge\";d:367.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:69.900000000000006;s:20:\"totalFreightDiscount\";d:464.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:76.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:388.60000000000002;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:60.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:723.87;s:14:\"totalNetCharge\";d:392.73000000000002;s:19:\"totalNetFedExCharge\";d:392.73000000000002;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.230000000000004;s:20:\"totalFreightDiscount\";d:405.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:72.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:332.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:64.930000000000007;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:629.79999999999995;s:14:\"totalNetCharge\";d:342.94;s:19:\"totalNetFedExCharge\";d:342.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:65.840000000000003;s:20:\"totalFreightDiscount\";d:352.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:62.990000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:289.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:56.539999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:457.55000000000001;s:14:\"totalNetCharge\";d:251.81;s:19:\"totalNetFedExCharge\";d:251.81;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:50.490000000000002;s:20:\"totalFreightDiscount\";d:256.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:45.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:210.47;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.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:113.89;s:14:\"totalNetCharge\";d:64.989999999999995;s:19:\"totalNetFedExCharge\";d:64.989999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:17.329999999999998;s:20:\"totalFreightDiscount\";d:66.230000000000004;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.700000000000003;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:12.529999999999999;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:10.130000000000001;}i:1;O:8:\"stdClass\":4:{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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:69;}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:70;}}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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:48.280000000000001;s:10:\"netFreight\";d:20.760000000000002;s:15:\"totalSurcharges\";d:7.1100000000000003;s:14:\"netFedExCharge\";d:27.870000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.870000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27.300000000000001;}s:21:\"totalFreightDiscounts\";d:27.52;s:16:\"freightDiscounts\";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.210000000000001;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:5.3099999999999996;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.4100000000000001;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344482,'_transient_timeout_fedex_quote_8c732cc100b397f55a9dbecd922d5105','1767633796','off'),(344483,'_transient_fedex_quote_8c732cc100b397f55a9dbecd922d5105','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"a2fdb609-b7a7-4cb0-9388-5d55feb33fce\";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:16:\"FEDEX_MEDIUM_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:210.84;s:14:\"totalNetCharge\";d:259.30000000000001;s:19:\"totalNetFedExCharge\";d:259.30000000000001;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:48.460000000000001;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:42.909999999999997;}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: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:\"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:210.84;s:10:\"netFreight\";d:210.84;s:15:\"totalSurcharges\";d:48.460000000000001;s:14:\"netFedExCharge\";d:259.30000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:259.30000000000001;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:42.909999999999997;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:179.84;s:14:\"totalNetCharge\";d:88.310000000000002;s:19:\"totalNetFedExCharge\";d:88.310000000000002;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.170000000000002;s:20:\"totalFreightDiscount\";d:109.7;s:15:\"freightDiscount\";a: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.98;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:91.719999999999999;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:14.42;}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: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:\"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:179.84;s:10:\"netFreight\";d:70.140000000000001;s:15:\"totalSurcharges\";d:18.170000000000002;s:14:\"netFedExCharge\";d:88.310000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:88.310000000000002;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:109.7;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:91.719999999999999;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:17.98;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:14.42;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:163.11000000000001;s:14:\"totalNetCharge\";d:80.450000000000003;s:19:\"totalNetFedExCharge\";d:80.450000000000003;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:16.84;s:20:\"totalFreightDiscount\";d:99.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:16.309999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:83.189999999999998;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:13.09;}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: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:\"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:163.11000000000001;s:10:\"netFreight\";d:63.609999999999999;s:15:\"totalSurcharges\";d:16.84;s:14:\"netFedExCharge\";d:80.450000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:80.450000000000003;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:99.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:83.189999999999998;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.309999999999999;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:13.09;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:116.64;s:14:\"totalNetCharge\";d:65.689999999999998;s:19:\"totalNetFedExCharge\";d:65.689999999999998;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:14.359999999999999;s:20:\"totalFreightDiscount\";d:65.310000000000002;s:15:\"freightDiscount\";a: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.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:53.649999999999999;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.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: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: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:\"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:116.64;s:10:\"netFreight\";d:51.329999999999998;s:15:\"totalSurcharges\";d:14.359999999999999;s:14:\"netFedExCharge\";d:65.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:65.689999999999998;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:65.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:53.649999999999999;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.66;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.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: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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:100.29000000000001;s:14:\"totalNetCharge\";d:57.030000000000001;s:19:\"totalNetFedExCharge\";d:57.030000000000001;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:12.9;s:20:\"totalFreightDiscount\";d:56.159999999999997;s:15:\"freightDiscount\";a: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.029999999999999;s:7:\"percent\";d: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.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:9.1500000000000004;}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: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:\"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:100.29000000000001;s:10:\"netFreight\";d:44.130000000000003;s:15:\"totalSurcharges\";d:12.9;s:14:\"netFedExCharge\";d:57.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:57.030000000000001;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: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:46.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:10.029999999999999;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.1500000000000004;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:77.719999999999999;s:14:\"totalNetCharge\";d:45.090000000000003;s:19:\"totalNetFedExCharge\";d:45.090000000000003;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:10.890000000000001;s:20:\"totalFreightDiscount\";d:43.520000000000003;s:15:\"freightDiscount\";a: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.7699999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:35.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:7.1399999999999997;}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: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:\"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:77.719999999999999;s:10:\"netFreight\";d:34.200000000000003;s:15:\"totalSurcharges\";d:10.890000000000001;s:14:\"netFedExCharge\";d:45.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.090000000000003;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:43.520000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:35.75;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.7699999999999996;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.1399999999999997;}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: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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344484,'_transient_timeout_fedex_quote_c8816069a758d8d31c1c87d465f73e57','1767633797','off'),(344485,'_transient_fedex_quote_c8816069a758d8d31c1c87d465f73e57','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"bd12e041-6114-40b8-864b-7da960df7b69\";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:134.55000000000001;s:14:\"totalNetCharge\";d:80.219999999999999;s:19:\"totalNetFedExCharge\";d:80.219999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:22.23;s:20:\"totalFreightDiscount\";d:76.560000000000002;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:61.759999999999998;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:14.800000000000001;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.33;}i:1;O:8:\"stdClass\":4:{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;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76.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:78;}}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.609999999999999;s:10:\"netFreight\";d:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:48.280000000000001;s:10:\"netFreight\";d:20.760000000000002;s:15:\"totalSurcharges\";d:7.1100000000000003;s:14:\"netFedExCharge\";d:27.870000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.870000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27.300000000000001;}s:21:\"totalFreightDiscounts\";d:27.52;s:16:\"freightDiscounts\";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.210000000000001;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:5.3099999999999996;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.4100000000000001;}i:1;O:8:\"stdClass\":4:{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:20.66;s:10:\"netFreight\";d:10.33;s:15:\"totalSurcharges\";d:4.9000000000000004;s:14:\"netFedExCharge\";d:15.23;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:15.23;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:7.4000000000000004;}s:21:\"totalFreightDiscounts\";d:10.33;s:16:\"freightDiscounts\";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.0600000000000005;s:7:\"percent\";d:39;}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:2:{i:0;O:8:\"stdClass\":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.2000000000000002;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344489,'_transient_timeout_fedex_quote_79b14894ad58894c3a68614962d51854','1767633983','off'),(344490,'_transient_fedex_quote_79b14894ad58894c3a68614962d51854','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"268caf18-e0da-4839-8622-6accc6bcafd3\";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:852.98000000000002;s:14:\"totalNetCharge\";d:1043.23;s:19:\"totalNetFedExCharge\";d:1043.23;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:190.25;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:173.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:15;}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:69;}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:\"BOI\";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:790.98000000000002;s:14:\"totalNetCharge\";d:382.47000000000003;s:19:\"totalNetFedExCharge\";d:382.47000000000003;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:73.989999999999995;s:20:\"totalFreightDiscount\";d:482.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:79.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:403.39999999999998;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:62.890000000000001;}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: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:69;}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:\"BOI\";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:754.38;s:14:\"totalNetCharge\";d:365.31;s:19:\"totalNetFedExCharge\";d:365.31;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.099999999999994;s:20:\"totalFreightDiscount\";d:460.17000000000002;s:15:\"freightDiscount\";a: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.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:384.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:60;}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: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:69;}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:\"BOI\";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:720.22000000000003;s:14:\"totalNetCharge\";d:392.60000000000002;s:19:\"totalNetFedExCharge\";d:392.60000000000002;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:75.700000000000003;s:20:\"totalFreightDiscount\";d:403.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:72.019999999999996;s:7:\"percent\";d: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.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:64.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:9;}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:69;}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:\"BOI\";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:623.26999999999998;s:14:\"totalNetCharge\";d:341.30000000000001;s:19:\"totalNetFedExCharge\";d:341.30000000000001;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:67.060000000000002;s:20:\"totalFreightDiscount\";d:349.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:62.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:286.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:55.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: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:69;}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:\"BOI\";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:451.69999999999999;s:14:\"totalNetCharge\";d:250.52000000000001;s:19:\"totalNetFedExCharge\";d:250.52000000000001;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:51.770000000000003;s:20:\"totalFreightDiscount\";d:252.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:45.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:207.78;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:40.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:9;}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:69;}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:\"BOI\";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:111.81999999999999;s:14:\"totalNetCharge\";d:65.709999999999994;s:19:\"totalNetFedExCharge\";d:65.709999999999994;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:18.940000000000001;s:20:\"totalFreightDiscount\";d:65.049999999999997;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.75;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:12.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:9.9399999999999995;}i:1;O:8:\"stdClass\":4:{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:68.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:69;}}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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:46.210000000000001;s:10:\"netFreight\";d:19.870000000000001;s:15:\"totalSurcharges\";d:8.7200000000000006;s:14:\"netFedExCharge\";d:28.59;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.59;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.899999999999999;}s:21:\"totalFreightDiscounts\";d:26.34;s:16:\"freightDiscounts\";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.260000000000002;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:5.0800000000000001;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.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:4.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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344494,'_transient_timeout_fedex_quote_cdfa82370c7f160edaa5ff35d06c7080','1767634056','off'),(344495,'_transient_fedex_quote_cdfa82370c7f160edaa5ff35d06c7080','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"996fb87a-bec3-4780-9623-4c5391161fb2\";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:842.54999999999995;s:14:\"totalNetCharge\";d:1029.1900000000001;s:19:\"totalNetFedExCharge\";d:1029.1900000000001;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:186.63999999999999;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:171.03999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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:780.54999999999995;s:14:\"totalNetCharge\";d:376.67000000000002;s:19:\"totalNetFedExCharge\";d:376.67000000000002;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.260000000000005;s:20:\"totalFreightDiscount\";d:476.13999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:78.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:398.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:62.060000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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:738.05999999999995;s:14:\"totalNetCharge\";d:356.75;s:19:\"totalNetFedExCharge\";d:356.75;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.909999999999997;s:20:\"totalFreightDiscount\";d:450.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:73.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:376.41000000000003;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:58.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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:700.77999999999997;s:14:\"totalNetCharge\";d:381.41000000000003;s:19:\"totalNetFedExCharge\";d:381.41000000000003;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:73.069999999999993;s:20:\"totalFreightDiscount\";d:392.44;s:15:\"freightDiscount\";a: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.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:322.36000000000001;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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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:606.91999999999996;s:14:\"totalNetCharge\";d:331.74000000000001;s:19:\"totalNetFedExCharge\";d:331.74000000000001;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:64.700000000000003;s:20:\"totalFreightDiscount\";d:339.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:60.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:279.18000000000001;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:54.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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:439.04000000000002;s:14:\"totalNetCharge\";d:242.91999999999999;s:19:\"totalNetFedExCharge\";d:242.91999999999999;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:49.740000000000002;s:20:\"totalFreightDiscount\";d:245.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:43.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:201.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:39.539999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:67;}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:\"BOI\";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.2;s:14:\"totalNetCharge\";d:63.450000000000003;s:19:\"totalNetFedExCharge\";d:63.450000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:17.800000000000001;s:20:\"totalFreightDiscount\";d:63.549999999999997;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.539999999999999;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:12.01;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.6999999999999993;}i:1;O:8:\"stdClass\":4:{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:66.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:67;}}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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:43.590000000000003;s:10:\"netFreight\";d:18.75;s:15:\"totalSurcharges\";d:7.5800000000000001;s:14:\"netFedExCharge\";d:26.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.329999999999998;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:24.84;s:16:\"freightDiscounts\";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.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:4.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: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;}}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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344499,'_transient_timeout_fedex_quote_044b22ed9ad5d730d5d39c61ad6ef882','1767634063','off'),(344500,'_transient_fedex_quote_044b22ed9ad5d730d5d39c61ad6ef882','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0d272ea5-3158-402f-9d56-a2d859bdf8dd\";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:852.98000000000002;s:14:\"totalNetCharge\";d:1043.23;s:19:\"totalNetFedExCharge\";d:1043.23;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:190.25;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:173.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:15;}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:69;}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:\"BOI\";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:790.98000000000002;s:14:\"totalNetCharge\";d:382.47000000000003;s:19:\"totalNetFedExCharge\";d:382.47000000000003;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:73.989999999999995;s:20:\"totalFreightDiscount\";d:482.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:79.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:403.39999999999998;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:62.890000000000001;}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: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:69;}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:\"BOI\";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:754.38;s:14:\"totalNetCharge\";d:365.31;s:19:\"totalNetFedExCharge\";d:365.31;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.099999999999994;s:20:\"totalFreightDiscount\";d:460.17000000000002;s:15:\"freightDiscount\";a: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.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:384.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:60;}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: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:69;}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:\"BOI\";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:720.22000000000003;s:14:\"totalNetCharge\";d:392.60000000000002;s:19:\"totalNetFedExCharge\";d:392.60000000000002;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:75.700000000000003;s:20:\"totalFreightDiscount\";d:403.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:72.019999999999996;s:7:\"percent\";d: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.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:64.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:9;}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:69;}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:\"BOI\";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:623.26999999999998;s:14:\"totalNetCharge\";d:341.30000000000001;s:19:\"totalNetFedExCharge\";d:341.30000000000001;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:67.060000000000002;s:20:\"totalFreightDiscount\";d:349.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:62.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:286.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:55.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: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:69;}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:\"BOI\";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:451.69999999999999;s:14:\"totalNetCharge\";d:250.52000000000001;s:19:\"totalNetFedExCharge\";d:250.52000000000001;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:51.770000000000003;s:20:\"totalFreightDiscount\";d:252.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:45.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:207.78;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:40.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:9;}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:69;}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:\"BOI\";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:111.81999999999999;s:14:\"totalNetCharge\";d:65.709999999999994;s:19:\"totalNetFedExCharge\";d:65.709999999999994;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:18.940000000000001;s:20:\"totalFreightDiscount\";d:65.049999999999997;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.75;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:12.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:9.9399999999999995;}i:1;O:8:\"stdClass\":4:{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:68.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:69;}}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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:46.210000000000001;s:10:\"netFreight\";d:19.870000000000001;s:15:\"totalSurcharges\";d:8.7200000000000006;s:14:\"netFedExCharge\";d:28.59;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.59;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.899999999999999;}s:21:\"totalFreightDiscounts\";d:26.34;s:16:\"freightDiscounts\";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.260000000000002;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:5.0800000000000001;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.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:4.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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344569,'_transient_timeout_wc_report_customers_c74436216b4f13ecf096475f5cd619c5','1767636562','off'),(344570,'_transient_wc_report_customers_c74436216b4f13ecf096475f5cd619c5','a:2:{s:7:\"version\";s:10:\"1767030786\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-29 16:49:01\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:26:06\";s:12:\"orders_count\";i:5;s:11:\"total_spend\";d:9886.369999999999;s:15:\"avg_order_value\";d:1977.2739999999999;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344572,'_transient_timeout_wc_report_customers_2e4a87b68d6299533f7750e7ef99ea5d','1767636581','off'),(344573,'_transient_wc_report_customers_2e4a87b68d6299533f7750e7ef99ea5d','a:2:{s:7:\"version\";s:10:\"1767030786\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-29 16:49:01\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:26:06\";s:12:\"orders_count\";i:5;s:11:\"total_spend\";d:9886.369999999999;s:15:\"avg_order_value\";d:1977.2739999999999;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344609,'_transient_timeout_fedex_quote_bdf5237b677f95dc3512fcc95182b274','1767639076','off'),(344610,'_transient_fedex_quote_bdf5237b677f95dc3512fcc95182b274','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7a1da78d-7797-4fc5-806b-bdc855c32ae2\";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:1195.46;s:14:\"totalNetCharge\";d:1479.53;s:19:\"totalNetFedExCharge\";d:1479.53;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:284.06999999999999;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: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:245.62;}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: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:93;}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:\"BOI\";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:1102.46;s:14:\"totalNetCharge\";d:542.03999999999996;s:19:\"totalNetFedExCharge\";d:542.03999999999996;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:112.06999999999999;s:20:\"totalFreightDiscount\";d:672.49000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:110.23999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:562.25;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:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:89.159999999999997;}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: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:93;}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:\"BOI\";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:1052.45;s:14:\"totalNetCharge\";d:518.58000000000004;s:19:\"totalNetFedExCharge\";d:518.58000000000004;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:108.12;s:20:\"totalFreightDiscount\";d:641.99000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:105.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:536.74000000000001;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:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:85.209999999999994;}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: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:93;}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:\"BOI\";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:965.87;s:14:\"totalNetCharge\";d:536.04999999999995;s:19:\"totalNetFedExCharge\";d:536.04999999999995;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:111.06;s:20:\"totalFreightDiscount\";d:540.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:96.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:444.30000000000001;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:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:88.150000000000006;}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: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:93;}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:\"BOI\";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:846.5;s:14:\"totalNetCharge\";d:472.88999999999999;s:19:\"totalNetFedExCharge\";d:472.88999999999999;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:100.42;s:20:\"totalFreightDiscount\";d:474.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:84.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:389.38;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:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:77.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: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: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:93;}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:\"BOI\";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:609.45000000000005;s:14:\"totalNetCharge\";d:347.44999999999999;s:19:\"totalNetFedExCharge\";d:347.44999999999999;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.299999999999997;s:20:\"totalFreightDiscount\";d:341.30000000000001;s:15:\"freightDiscount\";a: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.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:280.35000000000002;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:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.390000000000001;}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: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:93;}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:\"BOI\";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: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:152.61000000000001;s:14:\"totalNetCharge\";d:99.790000000000006;s:19:\"totalNetFedExCharge\";d:99.790000000000006;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:35.020000000000003;s:20:\"totalFreightDiscount\";d:87.840000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:71.049999999999997;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.789999999999999;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:15.279999999999999;}i:2;O:8:\"stdClass\":4:{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;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:92.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:93;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:11.02;s:14:\"netFedExCharge\";d:37.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.469999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{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:51.479999999999997;s:10:\"netFreight\";d:21.109999999999999;s:15:\"totalSurcharges\";d:13.31;s:14:\"netFedExCharge\";d:34.420000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.420000000000002;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:30.370000000000001;s:16:\"freightDiscounts\";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.710000000000001;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:5.6600000000000001;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:5.2400000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:36.619999999999997;s:10:\"netFreight\";d:17.210000000000001;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:27.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.899999999999999;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:19.41;s:16:\"freightDiscounts\";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.380000000000001;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:4.0300000000000002;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.4199999999999999;}i:2;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344612,'_transient_timeout_fedex_quote_3cdc0e8f76b9be4a42f01ad8cd1957ba','1767639092','off'),(344613,'_transient_fedex_quote_3cdc0e8f76b9be4a42f01ad8cd1957ba','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"53d132f1-205e-4e24-9b31-a0eddc08710b\";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:875.02999999999997;s:14:\"totalNetCharge\";d:1066.75;s:19:\"totalNetFedExCharge\";d:1066.75;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:191.72;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:177.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:813.02999999999997;s:14:\"totalNetCharge\";d:391.00999999999999;s:19:\"totalNetFedExCharge\";d:391.00999999999999;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:73.930000000000007;s:20:\"totalFreightDiscount\";d:495.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:81.299999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:414.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:64.629999999999995;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:770.37;s:14:\"totalNetCharge\";d:371.00999999999999;s:19:\"totalNetFedExCharge\";d:371.00999999999999;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.569999999999993;s:20:\"totalFreightDiscount\";d:469.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:77.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:392.88999999999999;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:61.270000000000003;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:719;s:14:\"totalNetCharge\";d:390.14999999999998;s:19:\"totalNetFedExCharge\";d:390.14999999999998;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:73.790000000000006;s:20:\"totalFreightDiscount\";d:402.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:71.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:330.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:64.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:627.38;s:14:\"totalNetCharge\";d:341.69;s:19:\"totalNetFedExCharge\";d:341.69;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:65.629999999999995;s:20:\"totalFreightDiscount\";d:351.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:62.729999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:288.58999999999997;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:56.329999999999998;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:458.06;s:14:\"totalNetCharge\";d:252.08000000000001;s:19:\"totalNetFedExCharge\";d:252.08000000000001;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:50.539999999999999;s:20:\"totalFreightDiscount\";d:256.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:45.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:210.71000000000001;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.240000000000002;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:113.89;s:14:\"totalNetCharge\";d:65.019999999999996;s:19:\"totalNetFedExCharge\";d:65.019999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:17.329999999999998;s:20:\"totalFreightDiscount\";d:66.200000000000003;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.670000000000002;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:12.529999999999999;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:10.130000000000001;}i:1;O:8:\"stdClass\":4:{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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:69.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:70;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:10.119999999999999;s:14:\"netFedExCharge\";d:36.57;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.57;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.380000000000003;s:10:\"netFreight\";d:21.239999999999998;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:28.449999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.449999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.699999999999999;}s:21:\"totalFreightDiscounts\";d:28.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:22.710000000000001;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:5.4299999999999997;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.5099999999999998;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344614,'_transient_timeout_fedex_quote_77afd6629f20f48c158fe8c0de819c71','1767639093','off'),(344615,'_transient_fedex_quote_77afd6629f20f48c158fe8c0de819c71','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"4360ad67-0715-41ef-bb2b-6afbfbfccdde\";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:300.83999999999997;s:14:\"totalNetCharge\";d:369.01999999999998;s:19:\"totalNetFedExCharge\";d:369.01999999999998;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:68.180000000000007;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:61.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: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: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:\"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:300.83999999999997;s:10:\"netFreight\";d:300.83999999999997;s:15:\"totalSurcharges\";d:68.180000000000007;s:14:\"netFedExCharge\";d:369.01999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:369.01999999999998;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:61.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: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:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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:\"BOI\";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:269.83999999999997;s:14:\"totalNetCharge\";d:131.41;s:19:\"totalNetFedExCharge\";d:131.41;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:26.170000000000002;s:20:\"totalFreightDiscount\";d:164.59999999999999;s:15:\"freightDiscount\";a: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.98;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:137.62;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:21.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: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: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:16;}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:269.83999999999997;s:10:\"netFreight\";d:105.23999999999999;s:15:\"totalSurcharges\";d:26.170000000000002;s:14:\"netFedExCharge\";d:131.41;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:131.41;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:164.59999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:137.62;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:26.98;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:21.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: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: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:\"BOI\";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:241.63;s:14:\"totalNetCharge\";d:118.19;s:19:\"totalNetFedExCharge\";d:118.19;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.949999999999999;s:20:\"totalFreightDiscount\";d:147.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:24.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:123.23;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.300000000000001;}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: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:16;}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:241.63;s:10:\"netFreight\";d:94.239999999999995;s:15:\"totalSurcharges\";d:23.949999999999999;s:14:\"netFedExCharge\";d:118.19;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.19;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.38999999999999;s:16:\"freightDiscounts\";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.23;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.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:19.300000000000001;}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: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:\"BOI\";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:188.75;s:14:\"totalNetCharge\";d:104.72;s:19:\"totalNetFedExCharge\";d:104.72;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.68;s:20:\"totalFreightDiscount\";d:105.70999999999999;s:15:\"freightDiscount\";a: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.879999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:86.829999999999998;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:17.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: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: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:16;}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:188.75;s:10:\"netFreight\";d:83.040000000000006;s:15:\"totalSurcharges\";d:21.68;s:14:\"netFedExCharge\";d:104.72;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:104.72;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:105.70999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:86.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:18.879999999999999;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:17.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: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: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:\"BOI\";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:166.61000000000001;s:14:\"totalNetCharge\";d:93.019999999999996;s:19:\"totalNetFedExCharge\";d:93.019999999999996;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:19.710000000000001;s:20:\"totalFreightDiscount\";d:93.299999999999997;s:15:\"freightDiscount\";a: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.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:76.640000000000001;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.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: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: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:16;}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:166.61000000000001;s:10:\"netFreight\";d:73.310000000000002;s:15:\"totalSurcharges\";d:19.710000000000001;s:14:\"netFedExCharge\";d:93.019999999999996;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:93.019999999999996;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:93.299999999999997;s:16:\"freightDiscounts\";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.640000000000001;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.66;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:15.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: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: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:\"BOI\";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.23;s:14:\"totalNetCharge\";d:72.180000000000007;s:19:\"totalNetFedExCharge\";d:72.180000000000007;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:16.199999999999999;s:20:\"totalFreightDiscount\";d:71.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:12.720000000000001;s:7:\"percent\";d: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.530000000000001;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.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: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: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:16;}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.23;s:10:\"netFreight\";d:55.979999999999997;s:15:\"totalSurcharges\";d:16.199999999999999;s:14:\"netFedExCharge\";d:72.180000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:72.180000000000007;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:71.25;s:16:\"freightDiscounts\";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.530000000000001;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.720000000000001;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.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: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: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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344616,'_transient_timeout_fedex_quote_39766cf16e3df9bac2d46bc1e1d095ce','1767639093','off'),(344617,'_transient_fedex_quote_39766cf16e3df9bac2d46bc1e1d095ce','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d012208c-cf04-4280-a50e-9b3e6b76f3ad\";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:145.55000000000001;s:14:\"totalNetCharge\";d:86.659999999999997;s:19:\"totalNetFedExCharge\";d:86.659999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:24.09;s:20:\"totalFreightDiscount\";d:82.980000000000004;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.969999999999999;s:7:\"percent\";d:45.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.010000000000002;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.289999999999999;}i:1;O:8:\"stdClass\":4:{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:85;}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:86;}}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:64.510000000000005;s:10:\"netFreight\";d:26.449999999999999;s:15:\"totalSurcharges\";d:10.119999999999999;s:14:\"netFedExCharge\";d:36.57;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.57;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:38.060000000000002;s:16:\"freightDiscounts\";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.0999999999999996;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.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:5.6200000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.380000000000003;s:10:\"netFreight\";d:21.239999999999998;s:15:\"totalSurcharges\";d:7.21;s:14:\"netFedExCharge\";d:28.449999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:28.449999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.699999999999999;}s:21:\"totalFreightDiscounts\";d:28.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:22.710000000000001;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:5.4299999999999997;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.5099999999999998;}i:1;O:8:\"stdClass\":4:{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:31.66;s:10:\"netFreight\";d:14.880000000000001;s:15:\"totalSurcharges\";d:6.7599999999999998;s:14:\"netFedExCharge\";d:21.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.640000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:15.699999999999999;}s:21:\"totalFreightDiscounts\";d:16.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:13.300000000000001;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.48;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.1600000000000001;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344619,'_transient_timeout_fedex_quote_c02a4b55112f28420006d783a8ffea6b','1767639101','off'),(344620,'_transient_fedex_quote_c02a4b55112f28420006d783a8ffea6b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0013b074-83c9-468f-951c-35e3ab2cdf9e\";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:876.72000000000003;s:14:\"totalNetCharge\";d:1070.28;s:19:\"totalNetFedExCharge\";d:1070.28;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:193.56;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:177.96000000000001;}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: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:\"BOI\";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:392.69999999999999;s:19:\"totalNetFedExCharge\";d:392.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:74.959999999999994;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: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.760000000000005;}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: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:\"BOI\";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:372.69;s:19:\"totalNetFedExCharge\";d:372.69;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.599999999999994;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: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.399999999999999;}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: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:\"BOI\";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:396.54000000000002;s:19:\"totalNetFedExCharge\";d:396.54000000000002;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:75.620000000000005;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: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.420000000000002;}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: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:\"BOI\";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:347.29000000000002;s:19:\"totalNetFedExCharge\";d:347.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:67.319999999999993;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: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.119999999999997;}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: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:\"BOI\";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:255.81;s:19:\"totalNetFedExCharge\";d:255.81;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:51.909999999999997;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: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.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: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: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:\"BOI\";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:114.98999999999999;s:14:\"totalNetCharge\";d:66.469999999999999;s:19:\"totalNetFedExCharge\";d:66.469999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:18.329999999999998;s:20:\"totalFreightDiscount\";d:66.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:54.200000000000003;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:12.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:10.23;}i:1;O:8:\"stdClass\":4:{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:70.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: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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.380000000000003;s:10:\"netFreight\";d:21.239999999999998;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:29.350000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.350000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.5;}s:21:\"totalFreightDiscounts\";d:28.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:22.710000000000001;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:5.4299999999999997;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.5099999999999998;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344621,'_transient_timeout_fedex_quote_66e8a60770588c845689e9ce9a468f83','1767639102','off'),(344622,'_transient_fedex_quote_66e8a60770588c845689e9ce9a468f83','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"63acf64b-027f-4555-b89e-4513ab479938\";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:172.84;s:14:\"totalNetCharge\";d:209.09999999999999;s:19:\"totalNetFedExCharge\";d:209.09999999999999;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:36.259999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:35.210000000000001;}i:1;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: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\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:172.84;s:10:\"netFreight\";d:172.84;s:15:\"totalSurcharges\";d:36.259999999999998;s:14:\"netFedExCharge\";d:209.09999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:209.09999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:35.210000000000001;}i:1;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:\"BOI\";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:141.84;s:14:\"totalNetCharge\";d:67.780000000000001;s:19:\"totalNetFedExCharge\";d:67.780000000000001;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:12.460000000000001;s:20:\"totalFreightDiscount\";d:86.519999999999996;s:15:\"freightDiscount\";a: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.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:72.340000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.41;}i:1;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:5;}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:141.84;s:10:\"netFreight\";d:55.32;s:15:\"totalSurcharges\";d:12.460000000000001;s:14:\"netFedExCharge\";d:67.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:67.780000000000001;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:86.519999999999996;s:16:\"freightDiscounts\";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.340000000000003;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.18;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.41;}i:1;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:\"BOI\";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:128;s:14:\"totalNetCharge\";d:61.289999999999999;s:19:\"totalNetFedExCharge\";d:61.289999999999999;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:11.369999999999999;s:20:\"totalFreightDiscount\";d:78.079999999999998;s:15:\"freightDiscount\";a: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.800000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:65.280000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.32;}i:1;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:5;}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:128;s:10:\"netFreight\";d:49.920000000000002;s:15:\"totalSurcharges\";d:11.369999999999999;s:14:\"netFedExCharge\";d:61.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:61.289999999999999;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:78.079999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:65.280000000000001;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.800000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.32;}i:1;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:\"BOI\";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:85.810000000000002;s:14:\"totalNetCharge\";d:46.670000000000002;s:19:\"totalNetFedExCharge\";d:46.670000000000002;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:8.9100000000000001;s:20:\"totalFreightDiscount\";d:48.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:8.5800000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:39.469999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.8600000000000003;}i:1;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:5;}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:85.810000000000002;s:10:\"netFreight\";d:37.759999999999998;s:15:\"totalSurcharges\";d:8.9100000000000001;s:14:\"netFedExCharge\";d:46.670000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.670000000000002;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:48.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:39.469999999999999;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.5800000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.8600000000000003;}i:1;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:\"BOI\";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:73.790000000000006;s:14:\"totalNetCharge\";d:40.310000000000002;s:19:\"totalNetFedExCharge\";d:40.310000000000002;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:7.8399999999999999;s:20:\"totalFreightDiscount\";d:41.32;s:15:\"freightDiscount\";a: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.3799999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:33.939999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.79;}i:1;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:5;}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:73.790000000000006;s:10:\"netFreight\";d:32.469999999999999;s:15:\"totalSurcharges\";d:7.8399999999999999;s:14:\"netFedExCharge\";d:40.310000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.310000000000002;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:41.32;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:33.939999999999998;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.3799999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.79;}i:1;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:\"BOI\";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:56.490000000000002;s:14:\"totalNetCharge\";d:31.140000000000001;s:19:\"totalNetFedExCharge\";d:31.140000000000001;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:6.29;s:20:\"totalFreightDiscount\";d:31.640000000000001;s:15:\"freightDiscount\";a: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.6500000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:25.989999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.2400000000000002;}i:1;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:5;}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:56.490000000000002;s:10:\"netFreight\";d:24.850000000000001;s:15:\"totalSurcharges\";d:6.29;s:14:\"netFedExCharge\";d:31.140000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:31.140000000000001;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:31.640000000000001;s:16:\"freightDiscounts\";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.989999999999998;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.6500000000000004;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.2400000000000002;}i:1;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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344623,'_transient_timeout_fedex_quote_33c90979ce974a74c5715d0ffb67550a','1767639103','off'),(344624,'_transient_fedex_quote_33c90979ce974a74c5715d0ffb67550a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6a5341b4-98f1-4561-a3a2-9241918e565f\";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:134.31999999999999;s:14:\"totalNetCharge\";d:81.379999999999995;s:19:\"totalNetFedExCharge\";d:81.379999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:23.170000000000002;s:20:\"totalFreightDiscount\";d:76.109999999999999;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:61.350000000000001;s:7:\"percent\";d:43.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.76;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.369999999999999;}i:1;O:8:\"stdClass\":4:{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:74.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:76;}}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.609999999999999;s:10:\"netFreight\";d:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.380000000000003;s:10:\"netFreight\";d:21.239999999999998;s:15:\"totalSurcharges\";d:8.1099999999999994;s:14:\"netFedExCharge\";d:29.350000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.350000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.5;}s:21:\"totalFreightDiscounts\";d:28.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:22.710000000000001;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:5.4299999999999997;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.5099999999999998;}i:1;O:8:\"stdClass\":4:{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:19.329999999999998;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:4.8399999999999999;s:14:\"netFedExCharge\";d:14.91;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:14.91;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:4.5999999999999996;}s:21:\"totalFreightDiscounts\";d:9.2599999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.1099999999999999;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.1500000000000004;s:7:\"percent\";d:37;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":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;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344629,'_transient_timeout_fedex_quote_d10af69a2bf537c671a616de7d07d28a','1767639200','off'),(344630,'_transient_fedex_quote_d10af69a2bf537c671a616de7d07d28a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"14596af5-b814-4abb-89cc-14c9362ae745\";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:866.60000000000002;s:14:\"totalNetCharge\";d:1056.6099999999999;s:19:\"totalNetFedExCharge\";d:1056.6099999999999;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:190.00999999999999;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:175.91;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:804.60000000000002;s:14:\"totalNetCharge\";d:387.05000000000001;s:19:\"totalNetFedExCharge\";d:387.05000000000001;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:73.260000000000005;s:20:\"totalFreightDiscount\";d:490.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:80.459999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:410.35000000000002;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:63.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:761.97000000000003;s:14:\"totalNetCharge\";d:367.06999999999999;s:19:\"totalNetFedExCharge\";d:367.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:69.900000000000006;s:20:\"totalFreightDiscount\";d:464.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:76.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:388.60000000000002;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:60.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:723.87;s:14:\"totalNetCharge\";d:392.73000000000002;s:19:\"totalNetFedExCharge\";d:392.73000000000002;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.230000000000004;s:20:\"totalFreightDiscount\";d:405.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:72.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:332.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:64.930000000000007;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:629.79999999999995;s:14:\"totalNetCharge\";d:342.94;s:19:\"totalNetFedExCharge\";d:342.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:65.840000000000003;s:20:\"totalFreightDiscount\";d:352.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:62.990000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:289.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:56.539999999999999;}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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:457.55000000000001;s:14:\"totalNetCharge\";d:251.81;s:19:\"totalNetFedExCharge\";d:251.81;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:50.490000000000002;s:20:\"totalFreightDiscount\";d:256.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:45.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:210.47;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.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: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:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70;}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:\"BOI\";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:113.89;s:14:\"totalNetCharge\";d:64.989999999999995;s:19:\"totalNetFedExCharge\";d:64.989999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:17.329999999999998;s:20:\"totalFreightDiscount\";d:66.230000000000004;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.700000000000003;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:12.529999999999999;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:10.130000000000001;}i:1;O:8:\"stdClass\":4:{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:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:69;}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:70;}}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:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:48.280000000000001;s:10:\"netFreight\";d:20.760000000000002;s:15:\"totalSurcharges\";d:7.1100000000000003;s:14:\"netFedExCharge\";d:27.870000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.870000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27.300000000000001;}s:21:\"totalFreightDiscounts\";d:27.52;s:16:\"freightDiscounts\";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.210000000000001;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:5.3099999999999996;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.4100000000000001;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344631,'_transient_timeout_fedex_quote_55e419ad670e5477f096c7e16a4f6c7c','1767639201','off'),(344632,'_transient_fedex_quote_55e419ad670e5477f096c7e16a4f6c7c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"306b22c0-8c27-4f91-ad08-ad813ee60643\";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:16:\"FEDEX_MEDIUM_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:210.84;s:14:\"totalNetCharge\";d:259.30000000000001;s:19:\"totalNetFedExCharge\";d:259.30000000000001;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:48.460000000000001;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:42.909999999999997;}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: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:\"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:210.84;s:10:\"netFreight\";d:210.84;s:15:\"totalSurcharges\";d:48.460000000000001;s:14:\"netFedExCharge\";d:259.30000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:259.30000000000001;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:42.909999999999997;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:179.84;s:14:\"totalNetCharge\";d:88.310000000000002;s:19:\"totalNetFedExCharge\";d:88.310000000000002;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.170000000000002;s:20:\"totalFreightDiscount\";d:109.7;s:15:\"freightDiscount\";a: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.98;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:91.719999999999999;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:14.42;}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: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:\"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:179.84;s:10:\"netFreight\";d:70.140000000000001;s:15:\"totalSurcharges\";d:18.170000000000002;s:14:\"netFedExCharge\";d:88.310000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:88.310000000000002;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:109.7;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:91.719999999999999;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:17.98;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:14.42;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:163.11000000000001;s:14:\"totalNetCharge\";d:80.450000000000003;s:19:\"totalNetFedExCharge\";d:80.450000000000003;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:16.84;s:20:\"totalFreightDiscount\";d:99.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:16.309999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:83.189999999999998;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:13.09;}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: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:\"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:163.11000000000001;s:10:\"netFreight\";d:63.609999999999999;s:15:\"totalSurcharges\";d:16.84;s:14:\"netFedExCharge\";d:80.450000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:80.450000000000003;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:99.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:83.189999999999998;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.309999999999999;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:13.09;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:116.64;s:14:\"totalNetCharge\";d:65.689999999999998;s:19:\"totalNetFedExCharge\";d:65.689999999999998;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:14.359999999999999;s:20:\"totalFreightDiscount\";d:65.310000000000002;s:15:\"freightDiscount\";a: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.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:53.649999999999999;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.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: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: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:\"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:116.64;s:10:\"netFreight\";d:51.329999999999998;s:15:\"totalSurcharges\";d:14.359999999999999;s:14:\"netFedExCharge\";d:65.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:65.689999999999998;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:65.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:53.649999999999999;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.66;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.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: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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:100.29000000000001;s:14:\"totalNetCharge\";d:57.030000000000001;s:19:\"totalNetFedExCharge\";d:57.030000000000001;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:12.9;s:20:\"totalFreightDiscount\";d:56.159999999999997;s:15:\"freightDiscount\";a: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.029999999999999;s:7:\"percent\";d: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.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:9.1500000000000004;}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: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:\"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:100.29000000000001;s:10:\"netFreight\";d:44.130000000000003;s:15:\"totalSurcharges\";d:12.9;s:14:\"netFedExCharge\";d:57.030000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:57.030000000000001;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: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:46.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:10.029999999999999;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.1500000000000004;}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: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:\"BOI\";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:16:\"FEDEX_MEDIUM_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:77.719999999999999;s:14:\"totalNetCharge\";d:45.090000000000003;s:19:\"totalNetFedExCharge\";d:45.090000000000003;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:10.890000000000001;s:20:\"totalFreightDiscount\";d:43.520000000000003;s:15:\"freightDiscount\";a: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.7699999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:35.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:7.1399999999999997;}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: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:\"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:77.719999999999999;s:10:\"netFreight\";d:34.200000000000003;s:15:\"totalSurcharges\";d:10.890000000000001;s:14:\"netFedExCharge\";d:45.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.090000000000003;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:43.520000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:35.75;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.7699999999999996;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.1399999999999997;}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: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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344633,'_transient_timeout_fedex_quote_d330139c76242816ad8feeefe06ac46d','1767639201','off'),(344634,'_transient_fedex_quote_d330139c76242816ad8feeefe06ac46d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d81009a4-94e8-41fc-9c81-4acd84f53f82\";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:134.55000000000001;s:14:\"totalNetCharge\";d:80.219999999999999;s:19:\"totalNetFedExCharge\";d:80.219999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.25;s:15:\"totalSurcharges\";d:22.23;s:20:\"totalFreightDiscount\";d:76.560000000000002;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:61.759999999999998;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:14.800000000000001;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.33;}i:1;O:8:\"stdClass\":4:{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;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76.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:78;}}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.609999999999999;s:10:\"netFreight\";d:26.899999999999999;s:15:\"totalSurcharges\";d:10.220000000000001;s:14:\"netFedExCharge\";d:37.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.700000000000003;}s:21:\"totalFreightDiscounts\";d:38.710000000000001;s:16:\"freightDiscounts\";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:31.489999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7199999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:48.280000000000001;s:10:\"netFreight\";d:20.760000000000002;s:15:\"totalSurcharges\";d:7.1100000000000003;s:14:\"netFedExCharge\";d:27.870000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.870000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27.300000000000001;}s:21:\"totalFreightDiscounts\";d:27.52;s:16:\"freightDiscounts\";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.210000000000001;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:5.3099999999999996;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.4100000000000001;}i:1;O:8:\"stdClass\":4:{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:20.66;s:10:\"netFreight\";d:10.33;s:15:\"totalSurcharges\";d:4.9000000000000004;s:14:\"netFedExCharge\";d:15.23;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:15.23;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:7.4000000000000004;}s:21:\"totalFreightDiscounts\";d:10.33;s:16:\"freightDiscounts\";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.0600000000000005;s:7:\"percent\";d:39;}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:2:{i:0;O:8:\"stdClass\":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.2000000000000002;}i:1;O:8:\"stdClass\":4:{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:\"BOI\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344640,'_transient_timeout_wc_order_184414_needs_processing','1767120955','off'),(344641,'_transient_wc_order_184414_needs_processing','1','off'),(344700,'_site_transient_timeout_woocommerce_new_version','1767653669','off'),(344701,'_site_transient_woocommerce_new_version','','off'),(344707,'_transient_timeout_wc_report_customers_35df8703607968550784b35b570ea0e7','1767653771','off'),(344708,'_transient_wc_report_customers_35df8703607968550784b35b570ea0e7','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:13;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2025-12-22 18:25:45\";s:15:\"date_last_order\";s:19:\"2025-12-22 18:25:45\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:2326.8499999999999;s:15:\"avg_order_value\";d:1163.425;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344709,'_transient_timeout_wc_report_customers_c164198776d1005ed2143072027b7621','1767653773','off'),(344710,'_transient_wc_report_customers_c164198776d1005ed2143072027b7621','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:25;s:7:\"user_id\";i:20;s:8:\"username\";s:16:\"lca_santaclarita\";s:4:\"name\";s:15:\"Hasani Thompson\";s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:15:\"North Hollywood\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"91607\";s:15:\"date_registered\";s:19:\"2021-04-18 15:12:08\";s:16:\"date_last_active\";s:19:\"2025-12-23 05:51:47\";s:15:\"date_last_order\";s:19:\"2025-12-23 05:51:47\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:1266.26;s:15:\"avg_order_value\";d:633.13;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344711,'_transient_timeout_wc_report_customers_2b8ae3c897a6d7886dbdd20fb8c262d6','1767653775','off'),(344712,'_transient_wc_report_customers_2b8ae3c897a6d7886dbdd20fb8c262d6','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:25;s:7:\"user_id\";i:20;s:8:\"username\";s:16:\"lca_santaclarita\";s:4:\"name\";s:15:\"Hasani Thompson\";s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:15:\"North Hollywood\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"91607\";s:15:\"date_registered\";s:19:\"2021-04-18 15:12:08\";s:16:\"date_last_active\";s:19:\"2025-12-23 05:51:47\";s:15:\"date_last_order\";s:19:\"2025-12-23 05:51:47\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:1266.26;s:15:\"avg_order_value\";d:633.13;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344714,'_transient_timeout_wc_report_customers_4a58c3755762210b4212f4281220223b','1767653776','off'),(344715,'_transient_wc_report_customers_4a58c3755762210b4212f4281220223b','a:2:{s:7:\"version\";s:10:\"1767034557\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:96;s:7:\"user_id\";i:92;s:8:\"username\";s:11:\"lca_fremont\";s:4:\"name\";s:18:\"Michelle LeHang Du\";s:5:\"email\";s:27:\"info@liceclinicsfremont.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:10:\"Union City\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94587\";s:15:\"date_registered\";s:19:\"2021-04-26 19:26:48\";s:16:\"date_last_active\";s:19:\"2025-12-23 08:20:07\";s:15:\"date_last_order\";s:19:\"2025-12-23 08:20:07\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:1109.8299999999999;s:15:\"avg_order_value\";d:1109.8299999999999;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344720,'_transient_timeout_wc_report_customers_1abd6d1509b24de05028e247f01116bd','1767653837','off'),(344721,'_transient_wc_report_customers_1abd6d1509b24de05028e247f01116bd','a:2:{s:7:\"version\";s:10:\"1767049032\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:13;s:7:\"user_id\";i:7;s:8:\"username\";s:10:\"lca_gilroy\";s:4:\"name\";s:9:\"Amy Allen\";s:5:\"email\";s:20:\"lca.gilroy@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:9:\"Hollister\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95023\";s:15:\"date_registered\";s:19:\"2021-04-16 17:48:49\";s:16:\"date_last_active\";s:19:\"2025-12-22 18:25:45\";s:15:\"date_last_order\";s:19:\"2025-12-22 18:25:45\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:2326.8499999999999;s:15:\"avg_order_value\";d:1163.425;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344723,'_transient_timeout_wc_report_customers_b69b242551e207a49035a6cfb292fa98','1767653862','off'),(344724,'_transient_wc_report_customers_b69b242551e207a49035a6cfb292fa98','a:2:{s:7:\"version\";s:10:\"1767049038\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:25;s:7:\"user_id\";i:20;s:8:\"username\";s:16:\"lca_santaclarita\";s:4:\"name\";s:15:\"Hasani Thompson\";s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:15:\"North Hollywood\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"91607\";s:15:\"date_registered\";s:19:\"2021-04-18 15:12:08\";s:16:\"date_last_active\";s:19:\"2025-12-23 05:51:47\";s:15:\"date_last_order\";s:19:\"2025-12-23 05:51:47\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:1266.26;s:15:\"avg_order_value\";d:633.13;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344728,'_transient_timeout_wc_report_customers_53b3c794d2445fe251429cf9fdf85aaf','1767653902','off'),(344729,'_transient_wc_report_customers_53b3c794d2445fe251429cf9fdf85aaf','a:2:{s:7:\"version\";s:10:\"1767049097\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:25;s:7:\"user_id\";i:20;s:8:\"username\";s:16:\"lca_santaclarita\";s:4:\"name\";s:15:\"Hasani Thompson\";s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:15:\"North Hollywood\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"91607\";s:15:\"date_registered\";s:19:\"2021-04-18 15:12:08\";s:16:\"date_last_active\";s:19:\"2025-12-23 05:51:47\";s:15:\"date_last_order\";s:19:\"2025-12-23 05:51:47\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:501.50999999999999;s:15:\"avg_order_value\";d:501.50999999999999;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344731,'_transient_timeout_wc_report_customers_6c51ac06ddb743e8df6ab697bf7e7f2b','1767653938','off'),(344732,'_transient_wc_report_customers_6c51ac06ddb743e8df6ab697bf7e7f2b','a:2:{s:7:\"version\";s:10:\"1767049097\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:96;s:7:\"user_id\";i:92;s:8:\"username\";s:11:\"lca_fremont\";s:4:\"name\";s:18:\"Michelle LeHang Du\";s:5:\"email\";s:27:\"info@liceclinicsfremont.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:10:\"Union City\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94587\";s:15:\"date_registered\";s:19:\"2021-04-26 19:26:48\";s:16:\"date_last_active\";s:19:\"2025-12-23 08:20:07\";s:15:\"date_last_order\";s:19:\"2025-12-23 08:20:07\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:1109.8299999999999;s:15:\"avg_order_value\";d:1109.8299999999999;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344736,'_transient_timeout_wc_report_customers_a3f5ba16710ef78fba693349130637c4','1767654049','off'),(344737,'_transient_wc_report_customers_a3f5ba16710ef78fba693349130637c4','a:2:{s:7:\"version\";s:10:\"1767049201\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:11;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2025-12-29 13:21:41\";s:15:\"date_last_order\";s:19:\"2025-12-29 13:21:41\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:735.59000000000003;s:15:\"avg_order_value\";d:735.59000000000003;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344740,'_transient_timeout_wc_report_customers_2449edfc5b2ae11bffd014ebacb0e337','1767654069','off'),(344741,'_transient_wc_report_customers_2449edfc5b2ae11bffd014ebacb0e337','a:2:{s:7:\"version\";s:10:\"1767049201\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:11;s:7:\"user_id\";i:3;s:8:\"username\";s:12:\"lca_mckinney\";s:4:\"name\";s:16:\"Amanda Westerman\";s:5:\"email\";s:28:\"info@liceclinicsmckinney.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:15:\"date_registered\";s:19:\"2021-04-08 19:52:25\";s:16:\"date_last_active\";s:19:\"2025-12-29 13:21:41\";s:15:\"date_last_order\";s:19:\"2025-12-29 13:21:41\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:735.59000000000003;s:15:\"avg_order_value\";d:735.59000000000003;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344743,'_transient_timeout_wc_report_customers_13a85c6a6a0f6d853a63abce94362616','1767654113','off'),(344744,'_transient_wc_report_customers_13a85c6a6a0f6d853a63abce94362616','a:2:{s:7:\"version\";s:10:\"1767049284\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:12;s:7:\"user_id\";i:6;s:8:\"username\";s:11:\"lca_modesto\";s:4:\"name\";s:11:\"Amira Purto\";s:5:\"email\";s:27:\"info@liceclinicsmodesto.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Modesto\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:15:\"date_registered\";s:19:\"2021-04-16 17:39:54\";s:16:\"date_last_active\";s:19:\"2025-12-29 17:36:19\";s:15:\"date_last_order\";s:19:\"2025-12-28 17:43:06\";s:12:\"orders_count\";i:3;s:11:\"total_spend\";d:3718.6199999999999;s:15:\"avg_order_value\";d:1239.54;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344747,'_transient_timeout_wc_report_customers_22048d0c060b47aaf8bbc1040e061b1e','1767654132','off'),(344748,'_transient_wc_report_customers_22048d0c060b47aaf8bbc1040e061b1e','a:2:{s:7:\"version\";s:10:\"1767049284\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:12;s:7:\"user_id\";i:6;s:8:\"username\";s:11:\"lca_modesto\";s:4:\"name\";s:11:\"Amira Purto\";s:5:\"email\";s:27:\"info@liceclinicsmodesto.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Modesto\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:15:\"date_registered\";s:19:\"2021-04-16 17:39:54\";s:16:\"date_last_active\";s:19:\"2025-12-29 17:36:19\";s:15:\"date_last_order\";s:19:\"2025-12-28 17:43:06\";s:12:\"orders_count\";i:3;s:11:\"total_spend\";d:3718.6199999999999;s:15:\"avg_order_value\";d:1239.54;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344751,'_transient_timeout_wc_report_customers_75add7c81cc6684800bae77e9caee383','1767654166','off'),(344752,'_transient_wc_report_customers_75add7c81cc6684800bae77e9caee383','a:2:{s:7:\"version\";s:10:\"1767049336\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:107;s:7:\"user_id\";i:65;s:8:\"username\";s:14:\"lca_freshheads\";s:4:\"name\";s:13:\"Mandy Ottesen\";s:5:\"email\";s:31:\"mandy@freshheadsliceremoval.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"St Johns\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32259\";s:15:\"date_registered\";s:19:\"2021-04-19 04:26:44\";s:16:\"date_last_active\";s:19:\"2025-12-28 18:37:03\";s:15:\"date_last_order\";s:19:\"2025-12-28 18:37:03\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:696.53999999999996;s:15:\"avg_order_value\";d:348.26999999999998;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344753,'_transient_timeout_wc_report_customers_e3dc167abc1abc9f74687e743840576e','1767654186','off'),(344754,'_transient_wc_report_customers_e3dc167abc1abc9f74687e743840576e','a:2:{s:7:\"version\";s:10:\"1767049336\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:107;s:7:\"user_id\";i:65;s:8:\"username\";s:14:\"lca_freshheads\";s:4:\"name\";s:13:\"Mandy Ottesen\";s:5:\"email\";s:31:\"mandy@freshheadsliceremoval.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:8:\"St Johns\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32259\";s:15:\"date_registered\";s:19:\"2021-04-19 04:26:44\";s:16:\"date_last_active\";s:19:\"2025-12-28 18:37:03\";s:15:\"date_last_order\";s:19:\"2025-12-28 18:37:03\";s:12:\"orders_count\";i:2;s:11:\"total_spend\";d:696.53999999999996;s:15:\"avg_order_value\";d:348.26999999999998;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344781,'_transient_timeout_wc_report_customers_328433a6d0762f9bf3414105257ec5bf','1767654869','off'),(344782,'_transient_wc_report_customers_328433a6d0762f9bf3414105257ec5bf','a:2:{s:7:\"version\";s:10:\"1767049400\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:113;s:7:\"user_id\";i:112;s:8:\"username\";s:9:\"lca_boise\";s:4:\"name\";s:12:\"Scott Wilson\";s:5:\"email\";s:35:\"info@boise.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:10:\"Farmington\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84025\";s:15:\"date_registered\";s:19:\"2025-10-28 01:23:29\";s:16:\"date_last_active\";s:19:\"2025-12-29 18:54:01\";s:15:\"date_last_order\";s:19:\"2025-12-29 18:54:01\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:961.21000000000004;s:15:\"avg_order_value\";d:961.21000000000004;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344783,'_transient_timeout_wc_report_customers_48c5beb432ef8e2b71f2982e0321929c','1767654887','off'),(344784,'_transient_wc_report_customers_48c5beb432ef8e2b71f2982e0321929c','a:2:{s:7:\"version\";s:10:\"1767049400\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:113;s:7:\"user_id\";i:112;s:8:\"username\";s:9:\"lca_boise\";s:4:\"name\";s:12:\"Scott Wilson\";s:5:\"email\";s:35:\"info@boise.liceclinicsofamerica.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:10:\"Farmington\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84025\";s:15:\"date_registered\";s:19:\"2025-10-28 01:23:29\";s:16:\"date_last_active\";s:19:\"2025-12-29 18:54:01\";s:15:\"date_last_order\";s:19:\"2025-12-29 18:54:01\";s:12:\"orders_count\";i:1;s:11:\"total_spend\";d:961.21000000000004;s:15:\"avg_order_value\";d:961.21000000000004;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344792,'_transient_timeout_wc_report_customers_aaf23a06e96570716f1f25b98f13e81d','1767655008','off'),(344793,'_transient_wc_report_customers_aaf23a06e96570716f1f25b98f13e81d','a:2:{s:7:\"version\";s:10:\"1767050122\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-28 16:26:06\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:16:47\";s:12:\"orders_count\";i:4;s:11:\"total_spend\";d:8675.9700000000012;s:15:\"avg_order_value\";d:2168.9925000000003;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344794,'_transient_timeout_wc_report_customers_08c5390a70c99c4d562e52630a6c9766','1767655029','off'),(344795,'_transient_wc_report_customers_08c5390a70c99c4d562e52630a6c9766','a:2:{s:7:\"version\";s:10:\"1767050122\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:79;s:7:\"user_id\";i:76;s:8:\"username\";s:15:\"lca_liceaunties\";s:4:\"name\";s:12:\"Naomi Golden\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:15:\"date_registered\";s:19:\"2021-04-19 05:23:11\";s:16:\"date_last_active\";s:19:\"2025-12-28 16:26:06\";s:15:\"date_last_order\";s:19:\"2025-12-28 16:16:47\";s:12:\"orders_count\";i:4;s:11:\"total_spend\";d:8675.9700000000012;s:15:\"avg_order_value\";d:2168.9925000000003;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(344825,'_transient_timeout_woocommerce_fedex_oauth_access_token_4c5db8954d11020bd36e24d0ed3af788','1767061910','off'),(344826,'_transient_woocommerce_fedex_oauth_access_token_4c5db8954d11020bd36e24d0ed3af788','eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJDWFMtVFAiXSwiUGF5bG9hZCI6eyJjbGllbnRJZGVudGl0eSI6eyJjbGllbnRLZXkiOiJsNzBhNWFhMzAzY2Q2MTRiYzQ5OWEyNWZmZGExMWFkODczIn0sImF1dGhlbnRpY2F0aW9uUmVhbG0iOiJDTUFDIiwiYWRkaXRpb25hbElkZW50aXR5Ijp7InRpbWVTdGFtcCI6IjI5LURlYy0yMDI1IDIwOjMyOjUxIEVTVCIsImdyYW50X3R5cGUiOiJjbGllbnRfY3JlZGVudGlhbHMiLCJhcGltb2RlIjoiTGl2ZSIsImN4c0lzcyI6Imh0dHBzOi8vY3hzYXV0aHNlcnZlci1wcm9kLmFwcC5wYWFzLmZlZGV4LmNvbS90b2tlbi9vYXV0aDIifSwicGVyc29uYVR5cGUiOiJEaXJlY3RJbnRlZ3JhdG9yX0IyQiJ9LCJleHAiOjE3NjcwNjE5NzEsImp0aSI6IjI5ZjQzOTBiLTI2MzEtNDY3Ny04Y2E5LTE4MDNiNjM0MTJhMyJ9.N4JaGZ9loLJV9HFtgGNrPkhabEKqObt_deKkT1sBeX_2_AnMPSU0LItEQeLqeR-lkqnV-CZQt8Fp2uNNkG3ckDXWARygivPUCfuvMsxrg47Fw3FWZqsG88eM8ugDZlhkGzJP_ymhC2R2SZOJH1_1Je2kkroT14I8gdlHk6veh6ac6kmt1LU-9xexmi4V7za0u9DAXSnNlh2jkjn203Hym0vqa0_B7LMwu17lL2hx6UzJebXEkCa6r4mXYNQoVq-QHSDozkrkaCTcUYLHm2H9pHkbnVum9eRQM2AU5gR6cHNR5999GY3Qx5XosI2yQKZmEFIP1XzCtN4ygFA5M7jDHxFXqula_0HO3cdJRGZHd4lncX37Kwd1PuOYS8L1c0cJwXbcSRiml4T0UINq5khXWYzlridKDx9nqXTRAoRGh0vqCMQzjBpEEgU_DxjyxZin2Kuh2lYYiaXXVPR1f0uS8FhUuZg0AxDaGk_Un-W04GLycN_oUYbQ9RBNAy6TEXhWtD4yRsCR3SVVPZ-o79d4nl8Giw6FeITvlxbVVA32OtzPiNnD2K7GCskWz7KkKquQQUAsHpn8blul7CxTku952frJZSdo54V8AQvINm8eUmRGL0bIu5q92hd_-NNMpWNXUebZqcWBZxmTCSRllWVpQMITB5qebqKTZ8mabJC2pLo','off'),(344839,'_transient_timeout_fedex_quote_4753bf766456ce46931d64b72c08d8d3','1767663405','off');
INSERT INTO `wp_options` VALUES (344840,'_transient_fedex_quote_4753bf766456ce46931d64b72c08d8d3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"22f7e56e-1a07-4612-b6df-f62aa0b30fb7\";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:782.48000000000002;s:14:\"totalNetCharge\";d:971.22000000000003;s:19:\"totalNetFedExCharge\";d:971.22000000000003;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:188.74000000000001;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:161.53999999999999;}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: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:54;}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:720.48000000000002;s:14:\"totalNetCharge\";d:355.51999999999998;s:19:\"totalNetFedExCharge\";d:355.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:74.519999999999996;s:20:\"totalFreightDiscount\";d:439.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:72.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:367.44;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:58.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: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: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:54;}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:690.48000000000002;s:14:\"totalNetCharge\";d:341.44;s:19:\"totalNetFedExCharge\";d:341.44;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:72.140000000000001;s:20:\"totalFreightDiscount\";d:421.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:69.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:352.13999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.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: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: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:54;}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:590.67999999999995;s:14:\"totalNetCharge\";d:330.13999999999999;s:19:\"totalNetFedExCharge\";d:330.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:70.239999999999995;s:20:\"totalFreightDiscount\";d:330.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:59.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:271.72000000000003;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: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: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:54;}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:522.41999999999996;s:14:\"totalNetCharge\";d:294.01999999999998;s:19:\"totalNetFedExCharge\";d:294.01999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:64.159999999999997;s:20:\"totalFreightDiscount\";d:292.56;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:52.240000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:240.31999999999999;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:48.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: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: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:54;}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:434.48000000000002;s:14:\"totalNetCharge\";d:247.5;s:19:\"totalNetFedExCharge\";d:247.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:56.32;s:20:\"totalFreightDiscount\";d:243.30000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:43.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:199.86000000000001;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:40.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: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: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:54;}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:105.3;s:14:\"totalNetCharge\";d:74.099999999999994;s:19:\"totalNetFedExCharge\";d:74.099999999999994;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.66;s:20:\"totalFreightDiscount\";d:56.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:45.280000000000001;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:11.58;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.720000000000001;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:53.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:54;}}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:105.3;s:10:\"netFreight\";d:48.439999999999998;s:15:\"totalSurcharges\";d:25.66;s:14:\"netFedExCharge\";d:74.099999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:74.099999999999994;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:56.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:11.58;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.280000000000001;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:11.720000000000001;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344841,'_transient_timeout_fedex_quote_1db4701b2b685a2735394be23ca51e43','1767663406','off'),(344842,'_transient_fedex_quote_1db4701b2b685a2735394be23ca51e43','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d990655d-1cf0-4f04-8a38-9ed6d8baae14\";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:125.78;s:14:\"totalNetCharge\";d:94.299999999999997;s:19:\"totalNetFedExCharge\";d:94.299999999999997;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:34.799999999999997;s:20:\"totalFreightDiscount\";d:66.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:52.450000000000003;s:7:\"percent\";d:39;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:13.83;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.789999999999999;}i:1;O:8:\"stdClass\":4:{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.2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:58.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:59;}}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:105.3;s:10:\"netFreight\";d:48.439999999999998;s:15:\"totalSurcharges\";d:25.66;s:14:\"netFedExCharge\";d:74.099999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:74.099999999999994;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:56.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:11.58;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.280000000000001;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:11.720000000000001;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}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:20.48;s:10:\"netFreight\";d:11.06;s:15:\"totalSurcharges\";d:9.1400000000000006;s:14:\"netFedExCharge\";d:20.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.199999999999999;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.0699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344845,'_transient_timeout_fedex_quote_857ef7d9ec1ef6a2d42ab03faaf720e8','1767663414','off'),(344846,'_transient_fedex_quote_857ef7d9ec1ef6a2d42ab03faaf720e8','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6be65e19-58fc-493b-9d62-21b0087d92b2\";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:782.48000000000002;s:14:\"totalNetCharge\";d:971.22000000000003;s:19:\"totalNetFedExCharge\";d:971.22000000000003;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:188.74000000000001;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:161.53999999999999;}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: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:54;}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:720.48000000000002;s:14:\"totalNetCharge\";d:355.51999999999998;s:19:\"totalNetFedExCharge\";d:355.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:74.519999999999996;s:20:\"totalFreightDiscount\";d:439.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:72.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:367.44;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:58.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: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: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:54;}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:690.48000000000002;s:14:\"totalNetCharge\";d:341.44;s:19:\"totalNetFedExCharge\";d:341.44;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:72.140000000000001;s:20:\"totalFreightDiscount\";d:421.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:69.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:352.13999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.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: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: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:54;}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:590.67999999999995;s:14:\"totalNetCharge\";d:330.13999999999999;s:19:\"totalNetFedExCharge\";d:330.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:70.239999999999995;s:20:\"totalFreightDiscount\";d:330.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:59.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:271.72000000000003;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: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: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:54;}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:522.41999999999996;s:14:\"totalNetCharge\";d:294.01999999999998;s:19:\"totalNetFedExCharge\";d:294.01999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:64.159999999999997;s:20:\"totalFreightDiscount\";d:292.56;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:52.240000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:240.31999999999999;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:48.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: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: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:54;}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:434.48000000000002;s:14:\"totalNetCharge\";d:247.5;s:19:\"totalNetFedExCharge\";d:247.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:56.32;s:20:\"totalFreightDiscount\";d:243.30000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:43.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:199.86000000000001;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:40.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: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: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:54;}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:105.3;s:14:\"totalNetCharge\";d:74.099999999999994;s:19:\"totalNetFedExCharge\";d:74.099999999999994;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.66;s:20:\"totalFreightDiscount\";d:56.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:45.280000000000001;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:11.58;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.720000000000001;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:53.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:54;}}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:105.3;s:10:\"netFreight\";d:48.439999999999998;s:15:\"totalSurcharges\";d:25.66;s:14:\"netFedExCharge\";d:74.099999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:74.099999999999994;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:56.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:11.58;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.280000000000001;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:11.720000000000001;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344853,'_transient_timeout_fedex_quote_3cdcd26631db5a3c3a80b2f7d539093f','1767663626','off'),(344854,'_transient_fedex_quote_3cdcd26631db5a3c3a80b2f7d539093f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"1652f09d-90c3-48f9-a573-7651392d1c9e\";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:1412.46;s:14:\"totalNetCharge\";d:1761.5699999999999;s:19:\"totalNetFedExCharge\";d:1761.5699999999999;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:349.11000000000001;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:293.11000000000001;}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: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:118;}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:1375.8800000000001;s:14:\"totalNetCharge\";d:679.52999999999997;s:19:\"totalNetFedExCharge\";d:679.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:142.94;s:20:\"totalFreightDiscount\";d:839.28999999999996;s:15:\"freightDiscount\";a: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.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:701.70000000000005;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:112.31;}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: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:118;}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:1294.46;s:14:\"totalNetCharge\";d:641.35000000000002;s:19:\"totalNetFedExCharge\";d:641.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:136.50999999999999;s:20:\"totalFreightDiscount\";d:789.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:129.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:660.16999999999996;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:105.88;}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: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:118;}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:1150.5;s:14:\"totalNetCharge\";d:643.00999999999999;s:19:\"totalNetFedExCharge\";d:643.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:136.78999999999999;s:20:\"totalFreightDiscount\";d:644.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:115.05;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:529.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: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:106.16;}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: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:118;}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:1008.9;s:14:\"totalNetCharge\";d:568.09000000000003;s:19:\"totalNetFedExCharge\";d:568.09000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:124.17;s:20:\"totalFreightDiscount\";d:564.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:100.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:464.08999999999997;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:93.540000000000006;}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: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:118;}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:893.51999999999998;s:14:\"totalNetCharge\";d:511.38;s:19:\"totalNetFedExCharge\";d:511.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118.23999999999999;s:20:\"totalFreightDiscount\";d:500.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:89.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:411.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: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:83.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: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: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:118;}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:216.05000000000001;s:14:\"totalNetCharge\";d:147.94999999999999;s:19:\"totalNetFedExCharge\";d:147.94999999999999;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:55.060000000000002;s:20:\"totalFreightDiscount\";d:123.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:99.390000000000001;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.77;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:23.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: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.2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116.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: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:19.510000000000002;s:14:\"netFedExCharge\";d:50.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.530000000000001;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:\"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: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.0700000000000003;}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.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:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:19.789999999999999;s:14:\"netFedExCharge\";d:52.130000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.130000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.200000000000003;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";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:46;}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: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.3499999999999996;}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.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:68.689999999999998;s:10:\"netFreight\";d:29.530000000000001;s:15:\"totalSurcharges\";d:15.76;s:14:\"netFedExCharge\";d:45.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.5;}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: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.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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344855,'_transient_timeout_fedex_quote_8f9b62edd04a369cba3e3424a8590b73','1767663627','off'),(344856,'_transient_fedex_quote_8f9b62edd04a369cba3e3424a8590b73','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0e4bdfb0-070d-4d53-9f1f-14b42f24a6f4\";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:297.63;s:14:\"totalNetCharge\";d:217.66999999999999;s:19:\"totalNetFedExCharge\";d:217.66999999999999;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:85.620000000000005;s:20:\"totalFreightDiscount\";d:165.58000000000001;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:132.83000000000001;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.75;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: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:34.689999999999998;}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:2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:156.30000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:158;}}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:19.510000000000002;s:14:\"netFedExCharge\";d:50.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.530000000000001;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:\"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: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.0700000000000003;}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.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:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:19.789999999999999;s:14:\"netFedExCharge\";d:52.130000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.130000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.200000000000003;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";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:46;}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: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.3499999999999996;}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.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:68.689999999999998;s:10:\"netFreight\";d:29.530000000000001;s:15:\"totalSurcharges\";d:15.76;s:14:\"netFedExCharge\";d:45.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.5;}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: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.40000000000000002;}}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:30.559999999999999;s:14:\"netFedExCharge\";d:69.719999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.719999999999999;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.279999999999999;}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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344860,'_transient_timeout_fedex_quote_c289d07c6843c5492222104df12439de','1767663652','off'),(344861,'_transient_fedex_quote_c289d07c6843c5492222104df12439de','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b3780301-a052-4bfa-9c52-f3210bb3ac75\";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:1613.3299999999999;s:19:\"totalNetFedExCharge\";d:1613.3299999999999;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:308.60000000000002;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:268.39999999999998;}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: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: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.9400000000001;s:14:\"totalNetCharge\";d:620.83000000000004;s:19:\"totalNetFedExCharge\";d:620.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:125.16;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:4:{i: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.8300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:102.58;}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: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: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:1195.73;s:14:\"totalNetCharge\";d:585.55999999999995;s:19:\"totalNetFedExCharge\";d:585.55999999999995;s:18:\"shipmentRateDetail\";O: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.22;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:4:{i: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.8300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:96.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: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: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: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:1062.75;s:14:\"totalNetCharge\";d:587.07000000000005;s:19:\"totalNetFedExCharge\";d:587.07000000000005;s:18:\"shipmentRateDetail\";O: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.47;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:4:{i: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.8300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:96.890000000000001;}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: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: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:931.95000000000005;s:14:\"totalNetCharge\";d:517.87;s:19:\"totalNetFedExCharge\";d:517.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:107.81999999999999;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:4:{i: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.8300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:85.239999999999995;}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: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: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.79999999999995;s:14:\"totalNetCharge\";d:469.75999999999999;s:19:\"totalNetFedExCharge\";d:469.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:103.33;s:20:\"totalFreightDiscount\";d:466.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: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:383.08999999999997;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:76.840000000000003;}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: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: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: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:201.63999999999999;s:14:\"totalNetCharge\";d:132.90000000000001;s:19:\"totalNetFedExCharge\";d:132.90000000000001;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:44.539999999999999;s:20:\"totalFreightDiscount\";d:113.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:91.109999999999999;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.170000000000002;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:20.93;}i:1;O:8:\"stdClass\":4:{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:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:108.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: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:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:15.18;s:14:\"netFedExCharge\";d:46.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.200000000000003;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:\"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.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.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:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:15.43;s:14:\"netFedExCharge\";d:47.619999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:47.619999999999997;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:\"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.5599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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: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:54.659999999999997;s:10:\"netFreight\";d:25.149999999999999;s:15:\"totalSurcharges\";d:13.93;s:14:\"netFedExCharge\";d:39.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.079999999999998;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:29.510000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:23.5;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.0099999999999998;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.0599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}}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-29\";s:7:\"encoded\";b:0;}}','off'),(344862,'_transient_timeout_fedex_quote_eee28943388ec29be034d69fced79b5d','1767663652','off'),(344863,'_transient_fedex_quote_eee28943388ec29be034d69fced79b5d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"cc64973b-0139-4f43-ad93-ce9c5a8291da\";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:283.22000000000003;s:14:\"totalNetCharge\";d:193.96000000000001;s:19:\"totalNetFedExCharge\";d:193.96000000000001;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:66.439999999999998;s:20:\"totalFreightDiscount\";d:155.69999999999999;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:124.55;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:31.149999999999999;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:30.690000000000001;}i:1;O:8:\"stdClass\":4:{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: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;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148.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:149;}}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.18;s:14:\"netFedExCharge\";d:46.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.200000000000003;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:\"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.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.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:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:15.43;s:14:\"netFedExCharge\";d:47.619999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:47.619999999999997;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:\"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.5599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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: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:54.659999999999997;s:10:\"netFreight\";d:25.149999999999999;s:15:\"totalSurcharges\";d:13.93;s:14:\"netFedExCharge\";d:39.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.079999999999998;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:29.510000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:23.5;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.0099999999999998;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.0599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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: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:21.899999999999999;s:14:\"netFedExCharge\";d:61.060000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:61.060000000000002;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.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: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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344864,'_transient_timeout_fedex_quote_a486bb1fa2675fb65ffeb541c8ede07e','1767663670','off'),(344865,'_transient_fedex_quote_a486bb1fa2675fb65ffeb541c8ede07e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ba0a9978-a170-443a-9fcc-1bb325fae22a\";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:1340.6400000000001;s:14:\"totalNetCharge\";d:1675.21;s:19:\"totalNetFedExCharge\";d:1675.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:334.56999999999999;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:278.56999999999999;}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: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:112;}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:1305.9200000000001;s:14:\"totalNetCharge\";d:646.73000000000002;s:19:\"totalNetFedExCharge\";d:646.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:137.41999999999999;s:20:\"totalFreightDiscount\";d:796.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:130.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:666.01999999999998;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:106.79000000000001;}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: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:112;}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:1228.6400000000001;s:14:\"totalNetCharge\";d:610.48000000000002;s:19:\"totalNetFedExCharge\";d:610.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:131.31;s:20:\"totalFreightDiscount\";d:749.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:122.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:626.61000000000001;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:100.68000000000001;}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: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:112;}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:1092;s:14:\"totalNetCharge\";d:612.05999999999995;s:19:\"totalNetFedExCharge\";d:612.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:131.58000000000001;s:20:\"totalFreightDiscount\";d:611.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:109.2;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:502.31999999999999;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:100.95;}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: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:112;}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:957.60000000000002;s:14:\"totalNetCharge\";d:540.94000000000005;s:19:\"totalNetFedExCharge\";d:540.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:119.59999999999999;s:20:\"totalFreightDiscount\";d:536.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:95.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:440.5;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:88.969999999999999;}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: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:112;}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:852.86000000000001;s:14:\"totalNetCharge\";d:489.88;s:19:\"totalNetFedExCharge\";d:489.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:114.62;s:20:\"totalFreightDiscount\";d:477.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.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:392.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: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:80.069999999999993;}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: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:112;}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:207.30000000000001;s:14:\"totalNetCharge\";d:143.41;s:19:\"totalNetFedExCharge\";d:143.41;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:54.270000000000003;s:20:\"totalFreightDiscount\";d:118.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:95.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:22.800000000000001;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.620000000000001;}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.2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:111.2;}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: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:19.510000000000002;s:14:\"netFedExCharge\";d:50.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.530000000000001;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:\"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: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.0700000000000003;}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.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:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:19.760000000000002;s:14:\"netFedExCharge\";d:51.950000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.950000000000003;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:\"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.3200000000000003;}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.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:15;s:14:\"netFedExCharge\";d:40.93;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.93;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d: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: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.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:\"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-29\";s:7:\"encoded\";b:0;}}','off'),(344866,'_transient_timeout_fedex_quote_1a9fce30c8bcb2a1bdc3e738d191116d','1767663671','off'),(344867,'_transient_fedex_quote_1a9fce30c8bcb2a1bdc3e738d191116d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0799204b-e717-400a-bb6e-f6240d465d1d\";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:288.88;s:14:\"totalNetCharge\";d:213.13;s:19:\"totalNetFedExCharge\";d:213.13;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:84.829999999999998;s:20:\"totalFreightDiscount\";d:160.58000000000001;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.80000000000001;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:31.780000000000001;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: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:33.899999999999999;}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:2;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:150.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:152;}}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:19.510000000000002;s:14:\"netFedExCharge\";d:50.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.530000000000001;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:\"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: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.0700000000000003;}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.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:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:19.760000000000002;s:14:\"netFedExCharge\";d:51.950000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.950000000000003;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:\"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.3200000000000003;}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.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:15;s:14:\"netFedExCharge\";d:40.93;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.93;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d: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: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.40000000000000002;}}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:30.559999999999999;s:14:\"netFedExCharge\";d:69.719999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.719999999999999;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.279999999999999;}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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344878,'_transient_timeout_wc_related_3696','1767145931','off'),(344879,'_transient_wc_related_3696','a:1:{s:52:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=3696\";a:23:{i:0;s:2:\"23\";i:1;s:2:\"38\";i:2;s:2:\"39\";i:3;s:2:\"40\";i:4;s:2:\"41\";i:5;s:2:\"42\";i:6;s:2:\"43\";i:7;s:2:\"44\";i:8;s:2:\"45\";i:9;s:2:\"49\";i:10;s:2:\"51\";i:11;s:2:\"93\";i:12;s:2:\"95\";i:13;s:2:\"97\";i:14;s:2:\"99\";i:15;s:3:\"101\";i:16;s:3:\"103\";i:17;s:3:\"116\";i:18;s:3:\"118\";i:19;s:3:\"120\";i:20;s:3:\"487\";i:21;s:3:\"488\";i:22;s:3:\"489\";}}','off'),(344894,'_transient_timeout_fedex_quote_fbabc139f3271738e414e706bbf5fbfd','1767665300','off'),(344895,'_transient_fedex_quote_fbabc139f3271738e414e706bbf5fbfd','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7e037f28-cfaa-4e8e-90d1-690595d5a887\";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:4524.6599999999999;s:14:\"totalNetCharge\";d:5556.5500000000002;s:19:\"totalNetFedExCharge\";d:5556.5500000000002;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:1031.8900000000001;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:58.950000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:928.38999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:43.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:378;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:4407.4799999999996;s:14:\"totalNetCharge\";d:2137.6900000000001;s:19:\"totalNetFedExCharge\";d:2137.6900000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:418.76999999999998;s:20:\"totalFreightDiscount\";d:2688.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:440.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:2247.8099999999999;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:36.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:355.58999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:26.100000000000001;}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:378;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:4146.6599999999999;s:14:\"totalNetCharge\";d:2015.3599999999999;s:19:\"totalNetFedExCharge\";d:2015.3599999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:398.17000000000002;s:20:\"totalFreightDiscount\";d:2529.4699999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:414.67000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:2114.8000000000002;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:36.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:334.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:26.100000000000001;}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:378;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3685.5;s:14:\"totalNetCharge\";d:2020.6900000000001;s:19:\"totalNetFedExCharge\";d:2020.6900000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:399.06999999999999;s:20:\"totalFreightDiscount\";d:2063.8800000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:368.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:1695.3299999999999;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:36.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:335.88999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:26.100000000000001;}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:378;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3231.9000000000001;s:14:\"totalNetCharge\";d:1780.6900000000001;s:19:\"totalNetFedExCharge\";d:1780.6900000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:358.64999999999998;s:20:\"totalFreightDiscount\";d:1809.8599999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:323.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:1486.6700000000001;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:36.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:295.47000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:26.100000000000001;}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:378;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2744.2800000000002;s:14:\"totalNetCharge\";d:1522.6800000000001;s:19:\"totalNetFedExCharge\";d:1522.6800000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:315.19999999999999;s:20:\"totalFreightDiscount\";d:1536.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:274.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:1262.3699999999999;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:36.030000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:252.02000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:26.100000000000001;}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:378;}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:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s: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:711.47000000000003;s:14:\"totalNetCharge\";d:454.83999999999997;s:19:\"totalNetFedExCharge\";d:454.83999999999997;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:144.27000000000001;s:20:\"totalFreightDiscount\";d:400.89999999999998;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:322.64999999999998;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:78.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:73.900000000000006;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:32.670000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:33.299999999999997;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.4000000000000004;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:372;}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:378;}}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:62.630000000000003;s:10:\"netFreight\";d:26.93;s:15:\"totalSurcharges\";d:13.41;s:14:\"netFedExCharge\";d:40.340000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.340000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:32.799999999999997;}s:21:\"totalFreightDiscounts\";d:35.700000000000003;s:16:\"freightDiscounts\";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.8899999999999997;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:28.809999999999999;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:6.4400000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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: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.399999999999999;}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:\"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:54.659999999999997;s:10:\"netFreight\";d:25.149999999999999;s:15:\"totalSurcharges\";d:12.130000000000001;s:14:\"netFedExCharge\";d:37.280000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:37.280000000000001;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:29.510000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:23.5;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.0099999999999998;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.0599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:65.629999999999995;s:10:\"netFreight\";d:28.219999999999999;s:15:\"totalSurcharges\";d:12.779999999999999;s:14:\"netFedExCharge\";d:41;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:33.5;}s:21:\"totalFreightDiscounts\";d:37.409999999999997;s:16:\"freightDiscounts\";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.190000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.2199999999999998;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.71;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";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;}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:224.55000000000001;s:10:\"netFreight\";d:96.569999999999993;s:15:\"totalSurcharges\";d:40.890000000000001;s:14:\"netFedExCharge\";d:137.46000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:137.46000000000001;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:127.98;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:103.29000000000001;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:24.690000000000001;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.68;}i:1;O:8:\"stdClass\":4:{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.2;}}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:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:14.279999999999999;s:14:\"netFedExCharge\";d:45.299999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.299999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.399999999999999;}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.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: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: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:72.109999999999999;s:10:\"netFreight\";d:31.010000000000002;s:15:\"totalSurcharges\";d:15.18;s:14:\"netFedExCharge\";d:46.189999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.189999999999998;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: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: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.40000000000000002;}}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:99.439999999999998;s:10:\"netFreight\";d:45.740000000000002;s:15:\"totalSurcharges\";d:23.300000000000001;s:14:\"netFedExCharge\";d:69.040000000000006;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.040000000000006;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:24.399999999999999;}s:21:\"totalFreightDiscounts\";d:53.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:42.759999999999998;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:10.94;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.16;}i:1;O:8:\"stdClass\":4:{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:0.80000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";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-29\";s:7:\"encoded\";b:0;}}','off'),(344913,'_site_transient_timeout_wp_theme_files_patterns-d9321489d224016c0f725c0020fe8012','1767072602','off'),(344914,'_site_transient_wp_theme_files_patterns-d9321489d224016c0f725c0020fe8012','a:2:{s:7:\"version\";s:7:\"4.11.18\";s:8:\"patterns\";a:0:{}}','off'),(344919,'_transient_timeout_jetpack_update_remote_package_last_query','1767071408','off'),(344920,'_transient_jetpack_update_remote_package_last_query','1767071348','off'),(344923,'_transient_doing_cron','1785326963.6663410663604736328125','on'),(344926,'_transient_timeout_code_snippets_welcome_data','1767388955','off'),(344927,'_transient_code_snippets_welcome_data','a:5:{s:6:\"banner\";a:9:{s:3:\"key\";s:6:\"bf2025\";s:14:\"start_datetime\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-11-18 00:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"end_datetime\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-12-03 00:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"text_free\";s:63:\"Save up to 50% on Code Snippets Pro with our Black Friday Sale!\";s:15:\"action_url_free\";s:45:\"https://codesnippets.pro/pricing/?cs_user=new\";s:17:\"action_label_free\";s:8:\"Get Deal\";s:8:\"text_pro\";s:58:\"Save up to 50% on your upgrade with our Black Friday Sale!\";s:14:\"action_url_pro\";s:50:\"https://codesnippets.pro/pricing/?cs_user=existing\";s:16:\"action_label_pro\";s:8:\"Get Deal\";}s:9:\"hero-item\";a:3:{s:4:\"name\";s:24:\"Meet Snippet Conditions!\";s:10:\"follow_url\";s:78:\"https://codesnippets.pro/blog/version-3-7-snippet-conditions-official-release/\";s:9:\"image_url\";s:78:\"https://codesnippets.pro/wp-content/uploads/2025/09/conditions_screenshot.webp\";}s:8:\"features\";a:4:{i:0;a:5:{s:5:\"title\";s:28:\"Pssss... Get Secret Discount\";s:10:\"follow_url\";s:22:\"https://snipco.de/TFIG\";s:9:\"image_url\";s:81:\"https://codesnippets.pro/wp-content/uploads/2024/09/Promotions_Hero_All_Plans.png\";s:8:\"category\";s:5:\"offer\";s:11:\"description\";s:100:\"Get secret discount on all Code Snippets Pro plans. Just use coupon code \'General5\' at the checkout!\";}i:1;a:5:{s:5:\"title\";s:25:\"Add Unsplash to WordPress\";s:10:\"follow_url\";s:22:\"https://snipco.de/Mind\";s:9:\"image_url\";s:53:\"https://i3.ytimg.com/vi/kRSwWDanX0A/maxresdefault.jpg\";s:8:\"category\";s:3:\"tip\";s:11:\"description\";s:70:\"Code Snippet to Add Unsplash to WordPress - Find and Download Images..\";}i:2;a:5:{s:5:\"title\";s:30:\"Code Snippet Cloud Setup Guide\";s:10:\"follow_url\";s:22:\"https://snipco.de/Mine\";s:9:\"image_url\";s:149:\"https://cdn.getgist.com/attachment_images/76ca6cef08ca8e69ac1e7fbc15004bebbd08ad595ee67e0d7b55d1a9555354bfScreenshot%202023-11-23%20at%2000.50.02.png\";s:8:\"category\";s:5:\"guide\";s:11:\"description\";s:143:\"We have done our best to make the cloud set up as smooth and easy as possible. This guide below will walk you through the process step by step.\";}i:3;a:5:{s:5:\"title\";s:14:\"Cloud and AI +\";s:10:\"follow_url\";s:22:\"https://snipco.de/Minf\";s:9:\"image_url\";s:53:\"https://i3.ytimg.com/vi/rEOC2bIwY-w/maxresdefault.jpg\";s:8:\"category\";s:11:\"new feature\";s:11:\"description\";s:68:\"Code Snippets 3.6 Announcement - AI CodeSnippets - Generate AI Code!\";}}s:8:\"partners\";a:4:{i:0;a:3:{s:5:\"title\";s:9:\"Elementor\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3d\";s:9:\"image_url\";s:76:\"https://codesnippets.pro/wp-content/uploads/2024/05/Elementor-logo-green.png\";}i:1;a:3:{s:5:\"title\";s:7:\"InstaWP\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3n\";s:9:\"image_url\";s:68:\"https://codesnippets.pro/wp-content/uploads/2024/05/instawp-logo.png\";}i:2;a:3:{s:5:\"title\";s:11:\"Dynamic.ooo\";s:10:\"follow_url\";s:28:\"https://snipco.de/dynamicooo\";s:9:\"image_url\";s:71:\"https://codesnippets.pro/wp-content/uploads/2025/09/Dynamicooo-Logo.png\";}i:3;a:3:{s:5:\"title\";s:10:\"Crocoblock\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3l\";s:9:\"image_url\";s:71:\"https://codesnippets.pro/wp-content/uploads/2024/05/crocoblock-logo.png\";}}s:9:\"changelog\";a:4:{s:5:\"3.9.3\";a:2:{s:5:\"Added\";a:1:{s:4:\"core\";a:1:{i:0;s:124:\"end-to-end tests to verify the toggle visual state in the snippets list page, improving UI verification and test reliability\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:115:\"Fix missing import of common/direction in src/css/manage.scss to restore correct styling and direction-aware layout\";i:1;s:115:\"Fix toggle activation check to ensure the correct transformation value is used when detecting active/inactive state\";}}}s:5:\"3.9.2\";a:2:{s:7:\"Changed\";a:1:{s:4:\"core\";a:6:{i:0;s:85:\"Introduced a custom scissors icon and updated button title for the TinyMCE extension.\";i:1;s:50:\"Improved back-navigation styling on the edit page.\";i:2;s:78:\"Refined layout for column names and action buttons in the Cloud Snippets list.\";i:3;s:56:\"Enhanced overall styling of cloud-related UI components.\";i:4;s:76:\"Optimized cloud search with more efficient pagination and snippet retrieval.\";i:5;s:83:\"Introduced groundwork to prevent Composer dependency collisions with other plugins.\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:80:\"Improved sanitization and normalization across Cloud API and pagination outputs.\";i:1;s:72:\"Resolved various TinyMCE issues reported in the WordPress support forum.\";}}}s:5:\"3.9.1\";a:2:{s:7:\"Changed\";a:1:{s:4:\"core\";a:2:{i:0;s:98:\"Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling\";i:1;s:54:\"Updated dependencies to the latest compatible versions\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:72:\"Fixed TinyMCE menu button registration to prevent initialization failure\";i:1;s:64:\"Fixed the position of the \'code direction\' control in the editor\";}}}s:5:\"3.9.0\";a:3:{s:5:\"Added\";a:1:{s:4:\"core\";a:2:{i:0;s:100:\"Added contextual notices in the Snippets list table to surface action results and warnings in the UI\";i:1;s:89:\"Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing\";}}s:7:\"Changed\";a:1:{s:4:\"core\";a:1:{i:0;s:147:\"Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling)\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:67:\"Fixed REST API pagination to return correct results and page counts\";i:1;s:72:\"Resolved styling selector so the active snippet name highlights reliably\";}}}}}','off'),(344928,'_site_transient_timeout_wp_theme_files_patterns-25e37835aa4d86b19d476c966671cf84','1767217956','off'),(344929,'_site_transient_wp_theme_files_patterns-25e37835aa4d86b19d476c966671cf84','a:2:{s:7:\"version\";s:7:\"4.11.18\";s:8:\"patterns\";a:0:{}}','off'),(344930,'_transient_timeout_asta4d84ea5b192ab0fb1dcbdfdf813f764','1769808156','off'),(344931,'_transient_asta4d84ea5b192ab0fb1dcbdfdf813f764','Cloudflare, Inc.','off'),(344932,'_site_transient_timeout_bsf_analytics_track','1767388957','off'),(344933,'_site_transient_bsf_analytics_track','1','off'),(344934,'_transient_timeout_wc_memberships_number_notes','1767237757','off'),(344935,'_transient_wc_memberships_number_notes','0','off'),(344936,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1767388957','off'),(344937,'_transient_woocommerce_admin_pes_incentive_woopayments_cache','a:3:{s:10:\"incentives\";a:2:{i:0;a:6:{s:2:\"id\";s:32:\"wcpay-promo-2023-switch-discount\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:12:\"welcome_page\";s:11:\"description\";s:115:\"Sign up today for WooPayments and get <b>20% off</b> your payment processing costs for <b>the first six months.</b>\";s:9:\"cta_label\";s:28:\"Install WooPayments for free\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";}i:1;a:9:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:20:\"wc_settings_payments\";s:11:\"description\";s:161:\"Use the native payments solution built and supported by Woo to accept online and in-person payments, track revenue, and handle all payment activity in one place.\";s:9:\"cta_label\";s:20:\"Install and save 20%\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";s:5:\"title\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:17:\"short_description\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:5:\"badge\";s:27:\"Save 20% on processing fees\";}}s:12:\"context_hash\";s:32:\"bf8dce6f4e3f0cabe3630ef0e68e1b89\";s:9:\"timestamp\";i:1767216157;}','off'),(344938,'_transient_timeout_woocommerce_admin_settings_payments_has_providers_with_incentive','1767219757','off'),(344939,'_transient_woocommerce_admin_settings_payments_has_providers_with_incentive','yes','off'),(344940,'_transient_timeout__woocommerce_helper_subscriptions','1767226959','off'),(344941,'_transient__woocommerce_helper_subscriptions','a:18:{s:20:\"18734005782359-18665\";a:29:{s:11:\"product_key\";s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";s:10:\"product_id\";i:18665;s:12:\"product_name\";s:19:\"UPS Shipping Method\";s:11:\"product_url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:12:\"product_icon\";s:64:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-UPS-1.png\";s:12:\"product_slug\";s:19:\"ups-shipping-method\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:53:\"https://woocommerce.com/document/ups-shipping-method/\";s:8:\"zip_slug\";s:24:\"woocommerce-shipping-ups\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1790542250;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005782359;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005748468-4872510\";a:29:{s:11:\"product_key\";s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";s:10:\"product_id\";i:4872510;s:12:\"product_name\";s:15:\"Request a Quote\";s:11:\"product_url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2019/10/Request-a-Quote-opbfhy.png\";s:12:\"product_slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;69\";s:17:\"documentation_url\";s:46:\"https://woocommerce.com/document/requestquote/\";s:8:\"zip_slug\";s:27:\"woocommerce-request-a-quote\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1789750161;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005748468;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005705317-9008506\";a:29:{s:11:\"product_key\";s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";s:10:\"product_id\";i:9008506;s:12:\"product_name\";s:38:\"User Registration - Custom Form Fields\";s:11:\"product_url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:12:\"product_icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2022/05/User-Registration-for-WooCommerce-2.png\";s:12:\"product_slug\";s:33:\"user-registration-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:67:\"https://woocommerce.com/document/user-registration-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"user-registration-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1788718881;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005705317;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005661611-4721661\";a:29:{s:11:\"product_key\";s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";s:10:\"product_id\";i:4721661;s:12:\"product_name\";s:10:\"Tax Exempt\";s:11:\"product_url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:12:\"product_icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2019/08/tax-exempt.png\";s:12:\"product_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/tax-exempt-plugin/\";s:8:\"zip_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:1477530;i:1;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1787673994;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005661611;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734005560148-958589\";a:29:{s:11:\"product_key\";s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1785091154;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005560148;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18693\";a:29:{s:11:\"product_key\";s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18616\";a:29:{s:11:\"product_key\";s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:1928786;i:1;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18620\";a:29:{s:11:\"product_key\";s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005296209-6142928\";a:29:{s:11:\"product_key\";s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";s:10:\"product_id\";i:6142928;s:12:\"product_name\";s:20:\"Customize My Account\";s:11:\"product_url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:12:\"product_icon\";s:94:\"https://woocommerce.com/wp-content/uploads/2020/07/customize-my-account-product-icon-80X80.png\";s:12:\"product_slug\";s:36:\"customize-my-account-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:70:\"https://woocommerce.com/document/customize-my-account-for-woocommerce/\";s:8:\"zip_slug\";s:41:\"customize-my-account-page-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1778772125;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005296209;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005144935-18693\";a:29:{s:11:\"product_key\";s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:2390483;i:1;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1775598314;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005144935;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734005115010-958589\";a:29:{s:11:\"product_key\";s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774995599;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005115010;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18741\";a:29:{s:11:\"product_key\";s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";s:10:\"product_id\";i:18741;s:12:\"product_name\";s:27:\"Shipping Multiple Addresses\";s:11:\"product_url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:12:\"product_icon\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:27:\"shipping-multiple-addresses\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;59\";s:17:\"documentation_url\";s:40:\"https://woocommerce.com/document/?p=1712\";s:8:\"zip_slug\";s:39:\"woocommerce-shipping-multiple-addresses\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005114126-8499707\";a:29:{s:11:\"product_key\";s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";s:10:\"product_id\";i:8499707;s:12:\"product_name\";s:14:\"Order Approval\";s:11:\"product_url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:12:\"product_icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/08/Order-Approval.png?w=80\";s:12:\"product_slug\";s:30:\"order-approval-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:64:\"https://woocommerce.com/document/order-approval-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"addify-order-approval-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18616\";a:29:{s:11:\"product_key\";s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"&#36;49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18620\";a:29:{s:11:\"product_key\";s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"&#36;109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";}s:14:\"product_status\";s:7:\"publish\";}s:15:\"7747008-4065824\";a:29:{s:11:\"product_key\";s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";s:10:\"product_id\";i:4065824;s:12:\"product_name\";s:15:\"QuickBooks Sync\";s:11:\"product_url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:12:\"product_icon\";s:63:\"https://woocommerce.com/wp-content/uploads/2019/04/qb_thumb.png\";s:12:\"product_slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:65:\"https://woocommerce.com/document/quickbooks-sync-for-woocommerce/\";s:8:\"zip_slug\";s:38:\"myworks-woo-sync-for-quickbooks-online\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1798752159;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:7747008;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";}s:14:\"product_status\";s:7:\"publish\";}s:13:\"wporg-5278104\";a:27:{s:11:\"product_key\";s:13:\"wporg-5278104\";s:10:\"product_id\";i:5278104;s:12:\"product_name\";s:11:\"WooPayments\";s:11:\"product_url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:12:\"product_icon\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:12:\"product_slug\";s:11:\"woopayments\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:45:\"https://woocommerce.com/document/woopayments/\";s:8:\"zip_slug\";s:20:\"woocommerce-payments\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1798752159;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:1;s:13:\"has_changelog\";b:1;}s:23:\"woo-free-18734003407318\";a:27:{s:11:\"product_key\";s:23:\"woo-free-18734003407318\";s:10:\"product_id\";i:18734003407318;s:12:\"product_name\";s:30:\"WooCommerce.com Update Manager\";s:11:\"product_url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/03/Woo.com-Update-Manager.png\";s:12:\"product_slug\";s:18:\"woo-update-manager\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"&#36;0\";s:17:\"documentation_url\";s:52:\"https://woocommerce.com/document/woo-update-manager/\";s:8:\"zip_slug\";s:18:\"woo-update-manager\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1798752159;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;}}','off'),(344944,'_transient_timeout__woocommerce_helper_updates','1767259360','off'),(344945,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"56979491f77143dfc3e1ca92c4afde1d\";s:7:\"updated\";i:1767216159;s:8:\"products\";a:14:{i:18616;a:6:{s:7:\"version\";s:5:\"5.2.8\";s:4:\"slug\";s:17:\"minmax-quantities\";s:3:\"url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:7:\"package\";s:431:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-min-max-quantities/woocommerce-min-max-quantities.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=194362232b8f5e894291d2c94736042da6114b110e2d16760f51ad1536db7ddb\";s:14:\"upgrade_notice\";s:117:\"Tweak - Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18620;a:6:{s:7:\"version\";s:5:\"4.5.0\";s:4:\"slug\";s:21:\"fedex-shipping-module\";s:3:\"url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:7:\"package\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=1f89df99a115005a7dd3cf9609a871a9b9677fa462aa7009a7e660ff0ead4eb1\";s:14:\"upgrade_notice\";s:57:\"Tweak - WordPress 6.9 and WooCommerce 10.4 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18665;a:6:{s:7:\"version\";s:5:\"3.9.1\";s:4:\"slug\";s:19:\"ups-shipping-method\";s:3:\"url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:7:\"package\";s:419:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-ups/woocommerce-shipping-ups.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=fd784b4594071aae38711d217bc1c95f20576474fb4a5a71e58dd01ff6ce1385\";s:14:\"upgrade_notice\";s:39:\"Tweak - WooCommerce 10.3 compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18693;a:6:{s:7:\"version\";s:5:\"2.6.7\";s:4:\"slug\";s:17:\"shipment-tracking\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipment-tracking/woocommerce-shipment-tracking.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=785e3b1061779693dd18d41ea72ac8eacf1c7d055cdc802d8931a9d00352f5ec\";s:14:\"upgrade_notice\";s:71:\"Tweak - WordPress 6.9 compatibility and WooCommerce 10.4 compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18741;a:6:{s:7:\"version\";s:5:\"4.3.2\";s:4:\"slug\";s:27:\"shipping-multiple-addresses\";s:3:\"url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:7:\"package\";s:449:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=32a2bfccf3e00555ccf4de907f76f18a9c938c51236361f198ef8be3fdae3dfa\";s:14:\"upgrade_notice\";s:57:\"Tweak - WordPress 6.9 and WooCommerce 10.4 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:958589;a:6:{s:7:\"version\";s:6:\"1.27.4\";s:4:\"slug\";s:23:\"woocommerce-memberships\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:7:\"package\";s:417:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=6a838697d132f250bbe35b1430a25fdb4ea1119eb6126807b40b034414b1c8ba\";s:14:\"upgrade_notice\";s:92:\"Fix - Subscriptions - \"Next Bill On\" date value on front-end memberships table not localized\";s:12:\"requires_php\";s:3:\"7.4\";}i:4065824;a:6:{s:7:\"version\";s:5:\"3.0.2\";s:4:\"slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:3:\"url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:7:\"package\";s:447:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/myworks-woo-sync-for-quickbooks-online/myworks-woo-sync-for-quickbooks-online.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=53cb76481e9ff5f0f4f4ae425f53aab50235958bc9778742083c252036c6e235\";s:14:\"upgrade_notice\";s:60:\"Improved order data handling for stores not yet running HPOS\";s:12:\"requires_php\";s:3:\"7.3\";}i:4721661;a:6:{s:7:\"version\";s:5:\"1.9.2\";s:4:\"slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-tax-exempt-plugin/woocommerce-tax-exempt-plugin.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=d5f29cad8597bc02639d48074f018574c96a547c996607ca7004d5f8f4134a03\";s:14:\"upgrade_notice\";s:64:\"Update -  Updated compatibility for latest WooCommerce versions.\";s:12:\"requires_php\";s:3:\"7.4\";}i:4872510;a:6:{s:7:\"version\";s:5:\"2.9.0\";s:4:\"slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:3:\"url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:7:\"package\";s:425:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-request-a-quote/woocommerce-request-a-quote.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=5fe39ed5752e09e06f3b6af08e460bc8ed93cffab05b593f46c0204439b9245a\";s:14:\"upgrade_notice\";s:53:\"Add – Added a button color option for quote emails.\";s:12:\"requires_php\";s:3:\"7.4\";}i:5278104;a:6:{s:7:\"version\";s:6:\"10.3.1\";s:4:\"slug\";s:11:\"woopayments\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-payments.10.3.1.zip\";s:14:\"upgrade_notice\";s:116:\"Fix - Fix fatal error on WooCommerce Settings Payments tab caused by missing hook in Get_PM_Promotions request class\";s:12:\"requires_php\";s:3:\"7.3\";}i:6142928;a:6:{s:7:\"version\";s:5:\"2.0.1\";s:4:\"slug\";s:36:\"customize-my-account-for-woocommerce\";s:3:\"url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:7:\"package\";s:453:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=fb9cc6aa10072b33395a8f605db6024dd8b9531d38d49a4168adb6603e9bab2b\";s:14:\"upgrade_notice\";s:49:\"Tweak     - Color opacity slider on color picker.\";s:12:\"requires_php\";s:3:\"5.6\";}i:8499707;a:6:{s:7:\"version\";s:5:\"1.4.0\";s:4:\"slug\";s:30:\"order-approval-for-woocommerce\";s:3:\"url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-order-approval-woocommerce/addify-order-approval-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=92fd7f273afa038aba53ef5fba670585e6cdb592acb33f20395a5eb868a1aa9a\";s:14:\"upgrade_notice\";s:20:\"Add - Brand support.\";s:12:\"requires_php\";s:3:\"7.4\";}i:9008506;a:6:{s:7:\"version\";s:3:\"1.8\";s:4:\"slug\";s:33:\"user-registration-for-woocommerce\";s:3:\"url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/user-registration-for-woocommerce/user-registration-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=f10b31d039a27006194d865357d728afdedaf7171bd92ef4b9af07091ebe146a\";s:14:\"upgrade_notice\";s:62:\"new - Show all registered users both manual and auto approval.\";s:12:\"requires_php\";s:3:\"5.6\";}i:18734003407318;a:6:{s:7:\"version\";s:5:\"1.0.3\";s:4:\"slug\";s:18:\"woo-update-manager\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:7:\"package\";s:407:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woo-update-manager/woo-update-manager.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251231%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251231T212240Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=94f62004f491cfa3451ad4a7df9f866d78fe6bf4c4604c615e628062ad822ba3\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";}}s:6:\"errors\";a:0:{}}','off'),(344946,'_transient_timeout_astra-addon-cron-test-ok','1767219761','off'),(344947,'_transient_astra-addon-cron-test-ok','1','off'),(344948,'_transient_timeout_awdr_sale_count','1767302562','off'),(344949,'_transient_awdr_sale_count','65','off'),(344950,'_transient_timeout_astra-theme-cron-test-ok','1767219763','off'),(344951,'_transient_astra-theme-cron-test-ok','1','off'),(344952,'_transient_timeout__woocommerce_helper_product_usage_notice_rules','1767302563','off'),(344953,'_transient__woocommerce_helper_product_usage_notice_rules','a:3:{s:35:\"wait_in_seconds_after_any_dismisses\";i:259200;s:8:\"products\";a:2:{i:4652610;a:8:{s:4:\"name\";s:11:\"AutomateWoo\";s:13:\"regular_price\";s:3:\"159\";s:14:\"max_dismissals\";i:2;s:29:\"wait_in_seconds_after_dismiss\";i:604800;s:34:\"wait_in_seconds_after_remind_later\";i:1209600;s:7:\"show_as\";s:5:\"modal\";s:12:\"color_scheme\";s:7:\"default\";s:7:\"screens\";a:10:{s:38:\"automatewoo_page_automatewoo-dashboard\";a:0:{}s:16:\"edit-aw_workflow\";a:0:{}s:11:\"aw_workflow\";a:0:{}s:33:\"automatewoo_page_automatewoo-logs\";a:0:{}s:34:\"automatewoo_page_automatewoo-queue\";a:0:{}s:34:\"automatewoo_page_automatewoo-carts\";a:0:{}s:35:\"automatewoo_page_automatewoo-guests\";a:0:{}s:36:\"automatewoo_page_automatewoo-opt-ins\";a:0:{}s:34:\"automatewoo_page_automatewoo-tools\";a:0:{}s:37:\"automatewoo_page_automatewoo-settings\";a:0:{}}}i:27147;a:8:{s:4:\"name\";s:25:\"WooCommerce Subscriptions\";s:13:\"regular_price\";s:3:\"279\";s:14:\"max_dismissals\";i:2;s:29:\"wait_in_seconds_after_dismiss\";i:604800;s:34:\"wait_in_seconds_after_remind_later\";i:1209600;s:7:\"show_as\";s:5:\"modal\";s:12:\"color_scheme\";s:7:\"default\";s:7:\"screens\";a:2:{s:45:\"woocommerce_page_wc-orders--shop_subscription\";a:0:{}s:28:\"woocommerce_page_wc-settings\";a:1:{s:2:\"qs\";a:1:{s:3:\"tab\";s:13:\"subscriptions\";}}}}}s:19:\"restricted_products\";a:1:{i:216836;a:2:{s:4:\"name\";s:18:\"Composite Products\";s:13:\"regular_price\";s:3:\"149\";}}}','off'),(344954,'_site_transient_timeout_php_check_da775d00ae55849f14f81cf79fc50d46','1767820963','off'),(344955,'_site_transient_php_check_da775d00ae55849f14f81cf79fc50d46','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(344956,'_transient_timeout_elementor_remote_info_api_data_3.34.0','1767259363','off'),(344957,'_transient_elementor_remote_info_api_data_3.34.0','a:4:{s:9:\"timestamp\";s:10:\"1767212850\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','off'),(344958,'_transient_timeout_wp_mail_smtp_error_debug_events_transient_30-days','1767219763','off'),(344959,'_transient_wp_mail_smtp_error_debug_events_transient_30-days','0','off'),(344960,'_transient_timeout_wc_tracks_blog_details','1767302563','off'),(344961,'_transient_wc_tracks_blog_details','a:6:{s:3:\"url\";s:50:\"https://lcaginesisstore-staging.us14.cdn-alpha.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";i:248896177;s:8:\"store_id\";s:36:\"cfaf79f4-92b5-4788-bf08-cc8c7baea606\";s:14:\"products_count\";s:2:\"53\";s:10:\"wc_version\";s:6:\"10.4.3\";}','off'),(344962,'_transient_timeout_astra_addons_nav_menu_loader_nav_items_transient','1767820980','off'),(344963,'_transient_astra_addons_nav_menu_loader_nav_items_transient','a:1:{i:28;a:3:{i:0;O:7:\"WP_Post\":78:{s:2:\"ID\";i:125;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2021-03-28 19:25:57\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:8:\"SHOP NOW\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:8:\"shop-now\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:55:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=125\";s:10:\"menu_order\";i:1;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:125;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:3:\"115\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:9:\"Elementor\";s:3:\"url\";s:60:\"https://lcaginesisstore-staging.us14.cdn-alpha.com/shop-now/\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}i:1;O:7:\"WP_Post\":78:{s:2:\"ID\";i:126;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2021-03-28 19:25:57\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:10:\"MY ACCOUNT\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:10:\"my-account\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:55:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=126\";s:10:\"menu_order\";i:2;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:126;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:2:\"22\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:15:\"My Account Page\";s:3:\"url\";s:62:\"https://lcaginesisstore-staging.us14.cdn-alpha.com/my-account/\";s:5:\"title\";s:10:\"MY ACCOUNT\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}i:2;O:7:\"WP_Post\":78:{s:2:\"ID\";i:2929;s:11:\"post_author\";s:2:\"95\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2024-09-13 19:18:06\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:4:\"CART\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:4:\"cart\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=2929\";s:10:\"menu_order\";i:3;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:2929;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:2:\"20\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:9:\"Cart Page\";s:3:\"url\";s:56:\"https://lcaginesisstore-staging.us14.cdn-alpha.com/cart/\";s:5:\"title\";s:4:\"CART\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}}}','off'),(345042,'_site_transient_timeout_theme_roots','1770191031','off'),(345043,'_site_transient_theme_roots','a:2:{s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(345044,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9.1-partial-0.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.1-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.9.1-partial-0.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.9.1-rollback-0.zip\";}s:7:\"current\";s:5:\"6.9.1\";s:7:\"version\";s:5:\"6.9.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:3:\"6.9\";s:9:\"new_files\";s:0:\"\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.0.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.0.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.0\";s:7:\"version\";s:5:\"6.9.0\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1770189232;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}','off'),(345182,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785326963;s:8:\"response\";a:14:{s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:6:\"1.4.11\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"8.1\";s:16:\"requires_plugins\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"code-snippets/code-snippets.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/code-snippets\";s:4:\"slug\";s:13:\"code-snippets\";s:6:\"plugin\";s:31:\"code-snippets/code-snippets.php\";s:11:\"new_version\";s:5:\"3.9.6\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/code-snippets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/code-snippets.3.9.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";s:3:\"svg\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/code-snippets/assets/banner-1544x500.png?rev=3147867\";s:2:\"1x\";s:68:\"https://ps.w.org/code-snippets/assets/banner-772x250.png?rev=3147867\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.9.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:41:\"woo-discount-rules/woo-discount-rules.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/woo-discount-rules\";s:4:\"slug\";s:18:\"woo-discount-rules\";s:6:\"plugin\";s:41:\"woo-discount-rules/woo-discount-rules.php\";s:11:\"new_version\";s:6:\"2.6.16\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woo-discount-rules/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woo-discount-rules.2.6.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woo-discount-rules/assets/icon-256x256.png?rev=1977982\";s:2:\"1x\";s:71:\"https://ps.w.org/woo-discount-rules/assets/icon-128x128.png?rev=1977982\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/woo-discount-rules/assets/banner-1544x500.png?rev=3365504\";s:2:\"1x\";s:73:\"https://ps.w.org/woo-discount-rules/assets/banner-772x250.png?rev=3365504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.6.1\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"6.9.5\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3625253\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3625253\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:49:\"w.org/plugins/order-import-export-for-woocommerce\";s:4:\"slug\";s:35:\"order-import-export-for-woocommerce\";s:6:\"plugin\";s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";s:11:\"new_version\";s:5:\"2.7.6\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/order-import-export-for-woocommerce/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/order-import-export-for-woocommerce.2.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/order-import-export-for-woocommerce/assets/icon-256x256.gif?rev=3133964\";s:2:\"1x\";s:88:\"https://ps.w.org/order-import-export-for-woocommerce/assets/icon-128x128.gif?rev=3133964\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/order-import-export-for-woocommerce/assets/banner-1544x500.gif?rev=3108558\";s:2:\"1x\";s:90:\"https://ps.w.org/order-import-export-for-woocommerce/assets/banner-772x250.gif?rev=3108558\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:229:\"<ul>\n<li>[Feature] - Added an opt-in toggle to include timezone offset in exported order dates.</li>\n<li>[Compatibility] – Tested OK with WordPress 7.0.1</li>\n<li>[Compatibility] – Tested OK with WooCommerce 10.9.4</li>\n</ul>\";}s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:53:\"w.org/plugins/wt-woocommerce-sequential-order-numbers\";s:4:\"slug\";s:39:\"wt-woocommerce-sequential-order-numbers\";s:6:\"plugin\";s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";s:11:\"new_version\";s:5:\"1.7.9\";s:3:\"url\";s:70:\"https://wordpress.org/plugins/wt-woocommerce-sequential-order-numbers/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/wt-woocommerce-sequential-order-numbers.1.7.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:92:\"https://ps.w.org/wt-woocommerce-sequential-order-numbers/assets/icon-128x128.png?rev=2599891\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:94:\"https://ps.w.org/wt-woocommerce-sequential-order-numbers/assets/banner-772x250.png?rev=2576328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}s:14:\"upgrade_notice\";s:140:\"<ul>\n<li>[Compatibility] - Tested OK with WooCommerce 10.8.1</li>\n<li>[Compatibility] - Tested OK with Plugin Check plugin v1.9.0</li>\n</ul>\";}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:5:\"2.1.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-301-redirects.2.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-128x128.jpg?rev=2783827\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-301-redirects/assets/banner-1544x500.png?rev=2783827\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-301-redirects/assets/banner-772x250.png?rev=2783827\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.9.2\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.9.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/woocommerce-paypal-payments\";s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:11:\"new_version\";s:5:\"4.1.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/woocommerce-paypal-payments/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-paypal-payments.4.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-256x256.png?rev=3234615\";s:2:\"1x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-128x128.png?rev=3234615\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-1544x500.png?rev=3234615\";s:2:\"1x\";s:82:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-772x250.png?rev=3234615\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.9.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/woocommerce-advanced-free-shipping\";s:4:\"slug\";s:34:\"woocommerce-advanced-free-shipping\";s:6:\"plugin\";s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";s:11:\"new_version\";s:7:\"1.1.7.1\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/woocommerce-advanced-free-shipping/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/woocommerce-advanced-free-shipping.1.1.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/icon-256x256.png?rev=1171652\";s:2:\"1x\";s:87:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/icon-128x128.png?rev=1171652\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/banner-772x250.png?rev=901859\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:57:\"w.org/plugins/quantity-field-on-shop-page-for-woocommerce\";s:4:\"slug\";s:43:\"quantity-field-on-shop-page-for-woocommerce\";s:6:\"plugin\";s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/quantity-field-on-shop-page-for-woocommerce/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/quantity-field-on-shop-page-for-woocommerce.6.6.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:87:\"https://s.w.org/plugins/geopattern-icon/quantity-field-on-shop-page-for-woocommerce.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.6.1\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.9.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:33:{s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";s:7:\"1.1.7.1\";s:27:\"astra-addon/astra-addon.php\";s:7:\"4.11.13\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:31:\"code-snippets/code-snippets.php\";s:5:\"3.9.4\";s:23:\"pagespeed/pagespeed.php\";s:5:\"1.2.2\";s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";s:5:\"2.0.1\";s:41:\"woo-discount-rules/woo-discount-rules.php\";s:6:\"2.6.13\";s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";s:6:\"2.6.13\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.6\";s:23:\"elementor/elementor.php\";s:6:\"3.35.0\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.33.2\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.5.9\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:5:\"6.7.4\";s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";s:5:\"1.4.0\";s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";s:6:\"2.2.12\";s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";s:5:\"2.7.0\";s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";s:5:\"2.3.0\";s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";s:5:\"1.4.2\";s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";s:5:\"1.7.7\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:6:\"2.0.11\";s:51:\"woocommerce-tax-exempt-plugin/addify_tax_exempt.php\";s:5:\"1.9.2\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.8.3\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"1.42.0\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.4.3\";s:41:\"woo-update-manager/woo-update-manager.php\";s:5:\"1.0.3\";s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";s:5:\"4.5.0\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:6:\"1.27.4\";s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";s:5:\"5.2.8\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:5:\"3.3.2\";s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";s:5:\"2.6.7\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.9.5\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.7.1\";}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=193131 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (18,11,'_elementor_edit_mode','builder'),(19,11,'_elementor_template_type','kit'),(20,11,'_elementor_version','3.30.1'),(21,11,'_elementor_pro_version','3.30.0'),(22,12,'_wp_attached_file','2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png'),(23,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:107;s:4:\"file\";s:62:\"2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,16,'_edit_lock','1759773945:2'),(34,16,'_edit_last','2'),(35,16,'_elementor_edit_mode','builder'),(36,16,'_elementor_template_type','wp-page'),(37,16,'_elementor_version','3.1.4'),(38,16,'_elementor_pro_version','3.2.1'),(39,16,'_astra_content_layout_flag','disabled'),(40,16,'site-post-title','disabled'),(41,16,'ast-title-bar-display','disabled'),(42,16,'ast-featured-img','disabled'),(43,16,'site-content-layout','page-builder'),(44,16,'site-sidebar-layout','no-sidebar'),(46,16,'_wp_page_template','elementor_canvas'),(47,16,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.035},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:techsupport@laradasciences.com\\\">techsupport@laradasciences.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(51,16,'theme-transparent-header-meta','default'),(52,16,'stick-header-meta','default'),(53,18,'_wp_attached_file','woocommerce-placeholder.png'),(54,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,23,'_edit_lock','1752162732:2'),(56,23,'_edit_last','2'),(57,23,'_sku','AA-RINSE'),(59,23,'total_sales','2171'),(60,23,'_tax_status','taxable'),(61,23,'_tax_class',''),(62,23,'_manage_stock','no'),(63,23,'_backorders','no'),(64,23,'_sold_individually','no'),(65,23,'_virtual','no'),(66,23,'_downloadable','no'),(67,23,'_download_limit','-1'),(68,23,'_download_expiry','-1'),(69,23,'_stock',NULL),(70,23,'_stock_status','instock'),(71,23,'_wc_average_rating','0'),(72,23,'_wc_review_count','0'),(73,23,'_product_version','9.9.5'),(75,23,'site-sidebar-layout','default'),(76,23,'site-content-layout','default'),(77,23,'theme-transparent-header-meta','default'),(78,23,'stick-header-meta','default'),(81,25,'_wp_attached_file','2021/03/ActiveRinse8oz.jpg'),(82,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/ActiveRinse8oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(83,26,'_wp_attached_file','2021/03/ActiveRinse16oz.jpg'),(84,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/ActiveRinse16oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(85,27,'_wp_attached_file','2021/03/CombOutMousse.jpg'),(86,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/CombOutMousse.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(87,28,'_wp_attached_file','2021/03/LRK.jpg'),(88,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2021/03/LRK.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(89,29,'_wp_attached_file','2021/03/PreventativeDetanglingSpray.jpg'),(90,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/03/PreventativeDetanglingSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(91,30,'_wp_attached_file','2021/03/PreventativeSpray.jpg'),(92,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventativeSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(93,31,'_wp_attached_file','2021/03/PreventiveConditioner.jpg'),(94,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveConditioner.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(95,32,'_wp_attached_file','2021/03/PreventiveHairbands.jpg'),(96,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveHairbands.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(97,33,'_wp_attached_file','2021/03/PreventiveKit.jpg'),(98,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/PreventiveKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(99,34,'_wp_attached_file','2021/03/PreventiveShampoo.jpg'),(100,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventiveShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(101,35,'_wp_attached_file','2021/03/TerminatorComb.jpg'),(102,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/TerminatorComb.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(122,38,'_sku','AA-RINSE-16-OZ'),(123,38,'total_sales','859'),(124,38,'_tax_status','taxable'),(125,38,'_tax_class',''),(126,38,'_manage_stock','no'),(127,38,'_backorders','no'),(128,38,'_sold_individually','no'),(129,38,'_virtual','no'),(130,38,'_downloadable','no'),(131,38,'_download_limit','0'),(132,38,'_download_expiry','0'),(134,38,'_stock_status','instock'),(135,38,'_wc_average_rating','0'),(136,38,'_wc_review_count','0'),(137,38,'_product_version','9.9.5'),(139,39,'_sku','aa-8-oz shampoo'),(140,39,'total_sales','585'),(141,39,'_tax_status','taxable'),(142,39,'_tax_class',''),(143,39,'_manage_stock','no'),(144,39,'_backorders','no'),(145,39,'_sold_individually','no'),(146,39,'_virtual','no'),(147,39,'_downloadable','no'),(148,39,'_download_limit','0'),(149,39,'_download_expiry','0'),(151,39,'_stock_status','instock'),(152,39,'_wc_average_rating','0'),(153,39,'_wc_review_count','0'),(154,39,'_product_version','9.8.4'),(156,40,'_sku','aa-8-oz conditioner'),(157,40,'total_sales','470'),(158,40,'_tax_status','taxable'),(159,40,'_tax_class',''),(160,40,'_manage_stock','no'),(161,40,'_backorders','no'),(162,40,'_sold_individually','no'),(163,40,'_virtual','no'),(164,40,'_downloadable','no'),(165,40,'_download_limit','0'),(166,40,'_download_expiry','0'),(168,40,'_stock_status','instock'),(169,40,'_wc_average_rating','0'),(170,40,'_wc_review_count','0'),(171,40,'_product_version','9.8.4'),(173,41,'_sku','AA - Comb'),(174,41,'total_sales','4220'),(175,41,'_tax_status','taxable'),(176,41,'_tax_class',''),(177,41,'_manage_stock','no'),(178,41,'_backorders','no'),(179,41,'_sold_individually','no'),(180,41,'_virtual','no'),(181,41,'_downloadable','no'),(182,41,'_download_limit','0'),(183,41,'_download_expiry','0'),(185,41,'_stock_status','instock'),(186,41,'_wc_average_rating','0'),(187,41,'_wc_review_count','0'),(188,41,'_product_version','9.8.4'),(190,42,'_sku','AA-COMB-OUT-MOUSSE'),(191,42,'total_sales','592'),(192,42,'_tax_status','taxable'),(193,42,'_tax_class',''),(194,42,'_manage_stock','no'),(195,42,'_backorders','no'),(196,42,'_sold_individually','no'),(197,42,'_virtual','no'),(198,42,'_downloadable','no'),(199,42,'_download_limit','0'),(200,42,'_download_expiry','0'),(202,42,'_stock_status','instock'),(203,42,'_wc_average_rating','0'),(204,42,'_wc_review_count','0'),(205,42,'_product_version','9.8.1'),(207,43,'_sku','AA - Protect'),(208,43,'total_sales','2094'),(209,43,'_tax_status','taxable'),(210,43,'_tax_class',''),(211,43,'_manage_stock','no'),(212,43,'_backorders','no'),(213,43,'_sold_individually','no'),(214,43,'_virtual','no'),(215,43,'_downloadable','no'),(216,43,'_download_limit','0'),(217,43,'_download_expiry','0'),(219,43,'_stock_status','instock'),(220,43,'_wc_average_rating','0'),(221,43,'_wc_review_count','0'),(222,43,'_product_version','9.8.1'),(224,44,'_sku','CS-PREVENTIVE-KIT'),(225,44,'total_sales','814'),(226,44,'_tax_status','taxable'),(227,44,'_tax_class',''),(228,44,'_manage_stock','no'),(229,44,'_backorders','no'),(230,44,'_sold_individually','no'),(231,44,'_virtual','no'),(232,44,'_downloadable','no'),(233,44,'_download_limit','0'),(234,44,'_download_expiry','0'),(236,44,'_stock_status','instock'),(237,44,'_wc_average_rating','0'),(238,44,'_wc_review_count','0'),(239,44,'_product_version','9.8.1'),(241,45,'_sku','CS-SUPER/SHAM-8oz'),(242,45,'total_sales','2023'),(243,45,'_tax_status','taxable'),(244,45,'_tax_class',''),(245,45,'_manage_stock','no'),(246,45,'_backorders','no'),(247,45,'_sold_individually','no'),(248,45,'_virtual','no'),(249,45,'_downloadable','no'),(250,45,'_download_limit','0'),(251,45,'_download_expiry','0'),(252,45,'_stock',NULL),(253,45,'_stock_status','instock'),(254,45,'_wc_average_rating','0'),(255,45,'_wc_review_count','0'),(256,45,'_product_version','9.8.1'),(258,46,'_sku','LCoA LRK - Lice Remover Kit'),(259,46,'total_sales','1'),(260,46,'_tax_status','taxable'),(261,46,'_tax_class',''),(262,46,'_manage_stock','no'),(263,46,'_backorders','no'),(264,46,'_sold_individually','no'),(265,46,'_virtual','no'),(266,46,'_downloadable','no'),(267,46,'_download_limit','0'),(268,46,'_download_expiry','0'),(269,46,'_stock',NULL),(270,46,'_stock_status','instock'),(271,46,'_wc_average_rating','0'),(272,46,'_wc_review_count','0'),(273,46,'_product_version','5.3.0'),(275,47,'_sku','ONECURE-KIT-18'),(276,47,'total_sales','1'),(277,47,'_tax_status','taxable'),(278,47,'_tax_class',''),(279,47,'_manage_stock','no'),(280,47,'_backorders','no'),(281,47,'_sold_individually','no'),(282,47,'_virtual','no'),(283,47,'_downloadable','no'),(284,47,'_download_limit','0'),(285,47,'_download_expiry','0'),(287,47,'_stock_status','instock'),(288,47,'_wc_average_rating','0'),(289,47,'_wc_review_count','0'),(290,47,'_product_version','5.3.0'),(292,48,'_sku','ONECURE-TIPKIT-18'),(293,48,'total_sales','1'),(294,48,'_tax_status','taxable'),(295,48,'_tax_class',''),(296,48,'_manage_stock','no'),(297,48,'_backorders','no'),(298,48,'_sold_individually','no'),(299,48,'_virtual','no'),(300,48,'_downloadable','no'),(301,48,'_download_limit','0'),(302,48,'_download_expiry','0'),(304,48,'_stock_status','instock'),(305,48,'_wc_average_rating','0'),(306,48,'_wc_review_count','0'),(307,48,'_product_version','5.3.0'),(309,49,'_sku','CS-PREVENT/DETANGLE-8'),(310,49,'total_sales','2063'),(311,49,'_tax_status','taxable'),(312,49,'_tax_class',''),(313,49,'_manage_stock','no'),(314,49,'_backorders','no'),(315,49,'_sold_individually','no'),(316,49,'_virtual','no'),(317,49,'_downloadable','no'),(318,49,'_download_limit','0'),(319,49,'_download_expiry','0'),(321,49,'_stock_status','instock'),(322,49,'_wc_average_rating','0'),(323,49,'_wc_review_count','0'),(324,49,'_product_version','9.8.1'),(326,50,'_sku','R-HAIRBAND-4'),(327,50,'total_sales','2'),(328,50,'_tax_status','taxable'),(329,50,'_tax_class',''),(330,50,'_manage_stock','no'),(331,50,'_backorders','no'),(332,50,'_sold_individually','no'),(333,50,'_virtual','no'),(334,50,'_downloadable','no'),(335,50,'_download_limit','0'),(336,50,'_download_expiry','0'),(338,50,'_stock_status','instock'),(339,50,'_wc_average_rating','0'),(340,50,'_wc_review_count','0'),(341,50,'_product_version','9.6.0'),(343,51,'_sku','LCoA Urgent Care Kit'),(344,51,'total_sales','419'),(345,51,'_tax_status','taxable'),(346,51,'_tax_class',''),(347,51,'_manage_stock','no'),(348,51,'_backorders','no'),(349,51,'_sold_individually','no'),(350,51,'_virtual','no'),(351,51,'_downloadable','no'),(352,51,'_download_limit','0'),(353,51,'_download_expiry','0'),(355,51,'_stock_status','instock'),(356,51,'_wc_average_rating','0'),(357,51,'_wc_review_count','0'),(358,51,'_product_version','9.8.1'),(360,52,'_wp_attached_file','2021/03/ActiveRinse8oz-1.jpg'),(361,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/ActiveRinse8oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(362,52,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse8oz.jpg'),(367,53,'_wp_attached_file','2021/03/ActiveRinse16oz-1.jpg'),(368,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ActiveRinse16oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(369,53,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse16oz.jpg'),(370,38,'_wp_old_slug','import-placeholder-for-16652'),(372,38,'_thumbnail_id','3366'),(374,54,'_wp_attached_file','2021/03/PreventiveShampoo-1.jpg'),(375,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveShampoo-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(376,54,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveShampoo.jpg'),(377,39,'_wp_old_slug','import-placeholder-for-16656'),(378,39,'_regular_price','90.00'),(379,39,'_thumbnail_id','3370'),(380,39,'_price','90.00'),(381,55,'_wp_attached_file','2021/03/PreventiveConditioner-1.jpg'),(382,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/PreventiveConditioner-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(383,55,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveConditioner.jpg'),(384,40,'_wp_old_slug','import-placeholder-for-16660'),(385,40,'_regular_price','90.00'),(386,40,'_thumbnail_id','3368'),(387,40,'_price','90.00'),(388,56,'_wp_attached_file','2021/03/TerminatorComb-1.jpg'),(389,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/TerminatorComb-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(390,56,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/TerminatorComb.jpg'),(391,41,'_wp_old_slug','import-placeholder-for-16666'),(393,41,'_thumbnail_id','3364'),(395,57,'_wp_attached_file','2021/03/CombOutMousse-1.jpg'),(396,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/CombOutMousse-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(397,57,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/CombOutMousse.jpg'),(398,42,'_wp_old_slug','import-placeholder-for-16670'),(400,42,'_thumbnail_id','3367'),(402,58,'_wp_attached_file','2021/03/PreventativeSpray-1.jpg'),(403,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventativeSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(404,58,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeSpray.jpg'),(405,43,'_wp_old_slug','import-placeholder-for-16674'),(406,43,'_regular_price','90.00'),(407,43,'_thumbnail_id','3372'),(408,43,'_price','90.00'),(409,59,'_wp_attached_file','2021/03/PreventiveKit-1.jpg'),(410,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/PreventiveKit-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(411,59,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveKit.jpg'),(412,44,'_wp_old_slug','import-placeholder-for-16678'),(414,44,'_thumbnail_id','2831'),(416,60,'_wp_attached_file','2021/03/ClarifyingShampoo.jpg'),(417,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ClarifyingShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(418,60,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ClarifyingShampoo.jpg'),(419,45,'_wp_old_slug','import-placeholder-for-16694'),(421,45,'_thumbnail_id','3373'),(423,61,'_wp_attached_file','2021/03/LRK-1.jpg'),(424,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2021/03/LRK-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(425,61,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/LRK-1.jpg'),(426,46,'_wp_old_slug','import-placeholder-for-16697'),(428,46,'_thumbnail_id','61'),(430,62,'_wp_attached_file','2021/03/OneCure.jpg'),(431,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2021/03/OneCure.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(432,62,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCure.jpg'),(433,47,'_wp_old_slug','import-placeholder-for-16700'),(435,47,'_thumbnail_id','62'),(437,63,'_wp_attached_file','2021/03/OneCureTipKit.jpg'),(438,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/OneCureTipKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(439,63,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCureTipKit.jpg'),(440,48,'_wp_old_slug','import-placeholder-for-16703'),(442,48,'_thumbnail_id','63'),(444,64,'_wp_attached_file','2021/03/PreventativeDetanglingSpray-1.jpg'),(445,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2021/03/PreventativeDetanglingSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(446,64,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeDetanglingSpray.jpg'),(447,49,'_wp_old_slug','import-placeholder-for-16706'),(448,49,'_regular_price','90.00'),(449,49,'_thumbnail_id','3369'),(450,49,'_price','90.00'),(451,65,'_wp_attached_file','2021/03/PreventiveHairbands-1.jpg'),(452,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveHairbands-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(453,65,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveHairbands-1.jpg'),(454,50,'_wp_old_slug','import-placeholder-for-16709'),(455,50,'_regular_price','69.80'),(456,50,'_thumbnail_id','65'),(457,50,'_price','69.80'),(458,66,'_wp_attached_file','2021/03/UrgentCareKit.jpg'),(459,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2021/03/UrgentCareKit.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,66,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/04/UrgentCareKit.jpg'),(461,51,'_wp_old_slug','import-placeholder-for-16879'),(463,51,'_thumbnail_id','2828'),(516,23,'_wp_old_slug','active-rise-8oz-bottles-12-pack'),(517,23,'_wp_old_date','2021-03-24'),(519,23,'_thumbnail_id','3365'),(520,23,'_wp_old_slug','active-rise-8oz-bottles'),(523,70,'_elementor_edit_mode','builder'),(524,70,'_elementor_template_type','product'),(525,70,'_elementor_version','3.18.3'),(526,70,'_elementor_pro_version','3.18.2'),(527,70,'_astra_content_layout_flag','disabled'),(528,70,'site-post-title','disabled'),(529,70,'ast-title-bar-display','disabled'),(530,70,'ast-featured-img','disabled'),(531,70,'site-content-layout','page-builder'),(532,70,'site-sidebar-layout','no-sidebar'),(533,70,'_edit_lock','1705005761:2'),(534,70,'_wp_page_template','default'),(535,70,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(537,70,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(545,38,'_edit_lock','1752162589:2'),(546,38,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 16 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(592,38,'_price','165.76'),(593,38,'_price','165.76'),(594,38,'_edit_last','2'),(595,38,'_regular_price','165.76'),(596,38,'site-sidebar-layout','default'),(597,38,'site-content-layout','default'),(598,38,'theme-transparent-header-meta','default'),(599,38,'stick-header-meta','default'),(601,45,'_edit_lock','1746800622:2'),(602,45,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(648,45,'_price','50.00'),(649,45,'_price','50.00'),(650,45,'_edit_last','2'),(651,45,'_regular_price','50.00'),(652,45,'site-sidebar-layout','default'),(653,45,'site-content-layout','default'),(654,45,'theme-transparent-header-meta','default'),(655,45,'stick-header-meta','default'),(656,41,'_edit_lock','1750087559:2'),(657,41,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(704,41,'_edit_last','2'),(706,41,'site-sidebar-layout','default'),(707,41,'site-content-layout','default'),(708,41,'theme-transparent-header-meta','default'),(709,41,'stick-header-meta','default'),(710,42,'_edit_lock','1746800398:2'),(711,46,'_edit_lock','1722631747:2'),(712,42,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(747,41,'_price','73.20'),(748,41,'_price','73.20'),(759,42,'_edit_last','2'),(761,42,'site-sidebar-layout','default'),(762,42,'site-content-layout','default'),(763,42,'theme-transparent-header-meta','default'),(764,42,'stick-header-meta','default'),(767,42,'_price','90.00'),(768,42,'_price','90.00'),(769,46,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(813,46,'_price','63.00'),(814,46,'_price','63.00'),(815,46,'_edit_last','2'),(816,46,'_regular_price','63.00'),(817,46,'site-sidebar-layout','default'),(818,46,'site-content-layout','default'),(819,46,'theme-transparent-header-meta','default'),(820,46,'stick-header-meta','default'),(821,47,'_edit_lock','1685573113:2'),(822,48,'_edit_lock','1685573100:2'),(823,47,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 3 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(868,47,'_price','375.00'),(869,47,'_price','375.00'),(870,47,'_edit_last','2'),(871,47,'_regular_price','375.00'),(872,47,'site-sidebar-layout','default'),(873,47,'site-content-layout','default'),(874,47,'theme-transparent-header-meta','default'),(875,47,'stick-header-meta','default'),(876,48,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(921,48,'_price','300.00'),(922,48,'_price','300.00'),(923,48,'_edit_last','2'),(924,48,'_regular_price','300.00'),(925,48,'site-sidebar-layout','default'),(926,48,'site-content-layout','default'),(927,48,'theme-transparent-header-meta','default'),(928,48,'stick-header-meta','default'),(929,51,'_edit_lock','1746799907:2'),(930,51,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(975,51,'_price','170.00'),(976,51,'_price','170.00'),(977,51,'_edit_last','2'),(978,51,'_regular_price','170.00'),(979,51,'site-sidebar-layout','default'),(980,51,'site-content-layout','default'),(981,51,'theme-transparent-header-meta','default'),(982,51,'stick-header-meta','default'),(983,44,'_edit_lock','1746799910:2'),(984,44,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1027,44,'_price','138.00'),(1028,44,'_price','138.00'),(1029,44,'_edit_last','2'),(1030,44,'_regular_price','138.00'),(1031,44,'site-sidebar-layout','default'),(1032,44,'site-content-layout','default'),(1033,44,'theme-transparent-header-meta','default'),(1034,44,'stick-header-meta','default'),(1035,43,'_edit_lock','1746800485:2'),(1036,49,'_edit_lock','1746800348:2'),(1037,50,'_edit_lock','1740069658:2'),(1038,40,'_edit_lock','1747236884:2'),(1039,39,'_edit_lock','1747236884:2'),(1041,23,'_regular_price','68.54'),(1042,23,'_price','68.54'),(1043,50,'_edit_last','2'),(1044,50,'site-sidebar-layout','default'),(1045,50,'site-content-layout','default'),(1046,50,'theme-transparent-header-meta','default'),(1047,50,'stick-header-meta','default'),(1048,49,'_edit_last','2'),(1049,49,'site-sidebar-layout','default'),(1050,49,'site-content-layout','default'),(1051,49,'theme-transparent-header-meta','default'),(1052,49,'stick-header-meta','default'),(1053,40,'_edit_last','2'),(1054,40,'site-sidebar-layout','default'),(1055,40,'site-content-layout','default'),(1056,40,'theme-transparent-header-meta','default'),(1057,40,'stick-header-meta','default'),(1058,41,'_regular_price','73.20'),(1059,42,'_regular_price','90.00'),(1060,43,'_edit_last','2'),(1061,43,'site-sidebar-layout','default'),(1062,43,'site-content-layout','default'),(1063,43,'theme-transparent-header-meta','default'),(1064,43,'stick-header-meta','default'),(1065,39,'_edit_last','2'),(1066,39,'site-sidebar-layout','default'),(1067,39,'site-content-layout','default'),(1068,39,'theme-transparent-header-meta','default'),(1069,39,'stick-header-meta','default'),(1070,93,'_sku','AA - Bulk Rinse 100%'),(1071,93,'_regular_price','0.00'),(1072,93,'total_sales','5548'),(1073,93,'_tax_status','taxable'),(1074,93,'_tax_class',''),(1075,93,'_manage_stock','no'),(1076,93,'_backorders','no'),(1077,93,'_sold_individually','no'),(1078,93,'_virtual','no'),(1079,93,'_downloadable','no'),(1080,93,'_download_limit','-1'),(1081,93,'_download_expiry','-1'),(1082,93,'_thumbnail_id','3700'),(1083,93,'_stock',NULL),(1084,93,'_stock_status','instock'),(1085,93,'_wc_average_rating','0'),(1086,93,'_wc_review_count','0'),(1087,93,'_product_version','10.0.4'),(1088,93,'_price','0.00'),(1089,93,'site-sidebar-layout','default'),(1090,93,'site-content-layout','default'),(1091,93,'theme-transparent-header-meta','default'),(1092,93,'stick-header-meta','default'),(1093,93,'_wp_old_date','2021-03-24'),(1094,93,'_edit_lock','1755199274:2'),(1095,93,'_edit_last','2'),(1096,94,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz100.jpg'),(1097,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2021/03/BulkPortalActiveRinse32oz100.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1098,95,'_sku','AA - Bulk Rinse 50/50'),(1099,95,'_regular_price','0.00'),(1100,95,'total_sales','318'),(1101,95,'_tax_status','taxable'),(1102,95,'_tax_class',''),(1103,95,'_manage_stock','no'),(1104,95,'_backorders','no'),(1105,95,'_sold_individually','no'),(1106,95,'_virtual','no'),(1107,95,'_downloadable','no'),(1108,95,'_download_limit','-1'),(1109,95,'_download_expiry','-1'),(1110,95,'_thumbnail_id','3701'),(1111,95,'_stock',NULL),(1112,95,'_stock_status','instock'),(1113,95,'_wc_average_rating','0'),(1114,95,'_wc_review_count','0'),(1115,95,'_product_version','10.0.4'),(1116,95,'_price','0.00'),(1117,95,'site-sidebar-layout','default'),(1118,95,'site-content-layout','default'),(1119,95,'theme-transparent-header-meta','default'),(1120,95,'stick-header-meta','default'),(1121,95,'_wp_old_date','2021-03-24'),(1122,95,'_edit_lock','1755199272:2'),(1123,95,'_edit_last','2'),(1124,96,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz5050.jpg'),(1125,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:41:\"2021/03/BulkPortalActiveRinse32oz5050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1126,97,'_sku','CS-BULK-PREVENT/DETANGLE-128oz'),(1127,97,'_regular_price','0.00'),(1128,97,'total_sales','235'),(1129,97,'_tax_status','taxable'),(1130,97,'_tax_class',''),(1131,97,'_manage_stock','no'),(1132,97,'_backorders','no'),(1133,97,'_sold_individually','no'),(1134,97,'_virtual','no'),(1135,97,'_downloadable','no'),(1136,97,'_download_limit','-1'),(1137,97,'_download_expiry','-1'),(1138,97,'_thumbnail_id','3702'),(1139,97,'_stock',NULL),(1140,97,'_stock_status','instock'),(1141,97,'_wc_average_rating','0'),(1142,97,'_wc_review_count','0'),(1143,97,'_product_version','10.0.4'),(1144,97,'_price','0.00'),(1145,97,'site-sidebar-layout','default'),(1146,97,'site-content-layout','default'),(1147,97,'theme-transparent-header-meta','default'),(1148,97,'stick-header-meta','default'),(1149,97,'_wp_old_date','2021-03-24'),(1150,97,'_edit_lock','1755199271:2'),(1151,97,'_edit_last','2'),(1152,98,'_wp_attached_file','2021/03/BulkPortalPreventiveSprayGallon.jpg'),(1153,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:43:\"2021/03/BulkPortalPreventiveSprayGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1154,99,'_sku','AA - Bulk Mousse'),(1155,99,'_regular_price','0.00'),(1156,99,'total_sales','294'),(1157,99,'_tax_status','taxable'),(1158,99,'_tax_class',''),(1159,99,'_manage_stock','no'),(1160,99,'_backorders','no'),(1161,99,'_sold_individually','no'),(1162,99,'_virtual','no'),(1163,99,'_downloadable','no'),(1164,99,'_download_limit','-1'),(1165,99,'_download_expiry','-1'),(1166,99,'_thumbnail_id','3703'),(1167,99,'_stock',NULL),(1168,99,'_stock_status','instock'),(1169,99,'_wc_average_rating','0'),(1170,99,'_wc_review_count','0'),(1171,99,'_product_version','10.0.4'),(1172,99,'_price','0.00'),(1173,99,'site-sidebar-layout','default'),(1174,99,'site-content-layout','default'),(1175,99,'theme-transparent-header-meta','default'),(1176,99,'stick-header-meta','default'),(1177,99,'_wp_old_date','2021-03-24'),(1178,99,'_edit_lock','1755199271:2'),(1179,100,'_wp_attached_file','2021/03/BulkPortalMousseGallon.jpg'),(1180,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2021/03/BulkPortalMousseGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1181,99,'_edit_last','2'),(1182,101,'_sku','AA - Empty Rinse'),(1183,101,'_regular_price','8.40'),(1184,101,'total_sales','8'),(1185,101,'_tax_status','taxable'),(1186,101,'_tax_class',''),(1187,101,'_manage_stock','no'),(1188,101,'_backorders','no'),(1189,101,'_sold_individually','no'),(1190,101,'_virtual','no'),(1191,101,'_downloadable','no'),(1192,101,'_download_limit','-1'),(1193,101,'_download_expiry','-1'),(1194,101,'_thumbnail_id','102'),(1195,101,'_stock',NULL),(1196,101,'_stock_status','instock'),(1197,101,'_wc_average_rating','0'),(1198,101,'_wc_review_count','0'),(1199,101,'_product_version','8.3.1'),(1200,101,'_price','8.40'),(1201,101,'site-sidebar-layout','default'),(1202,101,'site-content-layout','default'),(1203,101,'theme-transparent-header-meta','default'),(1204,101,'stick-header-meta','default'),(1205,101,'_wp_old_date','2021-03-24'),(1206,101,'_edit_lock','1701451012:2'),(1207,102,'_wp_attached_file','2021/03/Bulk-Empty-Rinse-1483467026.jpg'),(1208,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:39:\"2021/03/Bulk-Empty-Rinse-1483467026.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1209,101,'_edit_last','2'),(1210,103,'_sku','AA - Empty Foamer'),(1211,103,'_regular_price','8.40'),(1212,103,'total_sales','22'),(1213,103,'_tax_status','taxable'),(1214,103,'_tax_class',''),(1215,103,'_manage_stock','no'),(1216,103,'_backorders','no'),(1217,103,'_sold_individually','no'),(1218,103,'_virtual','no'),(1219,103,'_downloadable','no'),(1220,103,'_download_limit','-1'),(1221,103,'_download_expiry','-1'),(1222,103,'_thumbnail_id','104'),(1223,103,'_stock',NULL),(1224,103,'_stock_status','instock'),(1225,103,'_wc_average_rating','0'),(1226,103,'_wc_review_count','0'),(1227,103,'_product_version','8.3.1'),(1228,103,'_price','8.40'),(1229,103,'site-sidebar-layout','default'),(1230,103,'site-content-layout','default'),(1231,103,'theme-transparent-header-meta','default'),(1232,103,'stick-header-meta','default'),(1233,103,'_wp_old_date','2021-03-24'),(1234,103,'_edit_lock','1701450883:2'),(1235,104,'_wp_attached_file','2021/03/Bulk-Empty-Foamer-1483467050.jpg'),(1236,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2021/03/Bulk-Empty-Foamer-1483467050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1237,103,'_edit_last','2'),(1238,105,'_edit_lock','1685572869:2'),(1239,105,'_edit_last','2'),(1240,106,'_wp_attached_file','2021/03/PortalLogo-1530631821.jpg'),(1241,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:33:\"2021/03/PortalLogo-1530631821.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1242,105,'_thumbnail_id','106'),(1243,105,'total_sales','0'),(1244,105,'_tax_status','taxable'),(1245,105,'_tax_class',''),(1246,105,'_manage_stock','no'),(1247,105,'_backorders','no'),(1248,105,'_sold_individually','no'),(1249,105,'_virtual','no'),(1250,105,'_downloadable','no'),(1251,105,'_download_limit','-1'),(1252,105,'_download_expiry','-1'),(1253,105,'_stock',NULL),(1254,105,'_stock_status','instock'),(1255,105,'_wc_average_rating','0'),(1256,105,'_wc_review_count','0'),(1257,105,'_product_version','5.3.0'),(1258,105,'site-sidebar-layout','default'),(1259,105,'site-content-layout','default'),(1260,105,'theme-transparent-header-meta','default'),(1261,105,'stick-header-meta','default'),(1263,11,'_wp_page_template','default'),(1264,11,'_elementor_page_settings','a:25:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:5:{s:3:\"url\";s:103:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\";s:2:\"id\";i:3577;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:24:\"woocommerce_shop_page_id\";s:2:\"19\";}'),(1272,112,'_elementor_edit_mode','builder'),(1273,112,'_elementor_template_type','header'),(1274,112,'_elementor_version','3.31.3'),(1275,112,'_elementor_pro_version','3.31.2'),(1276,112,'_edit_lock','1758127202:2'),(1277,112,'_astra_content_layout_flag','disabled'),(1278,112,'site-post-title','disabled'),(1279,112,'ast-title-bar-display','disabled'),(1280,112,'ast-featured-img','disabled'),(1281,112,'site-content-layout','page-builder'),(1282,112,'site-sidebar-layout','no-sidebar'),(1283,113,'_wp_attached_file','2021/03/DESIGNFORM-Logo.png'),(1284,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:20;s:4:\"file\";s:27:\"2021/03/DESIGNFORM-Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1285,113,'_elementor_source_image_hash','fd99471ca45f84cb2b5307d710dd12da786d629a'),(1286,112,'_wp_page_template','default'),(1287,112,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(1302,19,'_edit_lock','1752096033:107'),(1303,19,'_elementor_edit_mode','builder'),(1304,19,'_elementor_template_type','wp-page'),(1305,19,'_elementor_version','3.30.1'),(1306,19,'_elementor_pro_version','3.30.0'),(1307,115,'_edit_lock','1766207283:2'),(1308,115,'_edit_last','2'),(1309,115,'_elementor_edit_mode','builder'),(1310,115,'_elementor_template_type','wp-page'),(1311,115,'_elementor_version','3.33.5'),(1312,115,'_elementor_pro_version','3.33.2'),(1313,115,'_astra_content_layout_flag','disabled'),(1314,115,'site-post-title','disabled'),(1315,115,'ast-title-bar-display','disabled'),(1316,115,'ast-featured-img','disabled'),(1317,115,'site-content-layout','page-builder'),(1318,115,'site-sidebar-layout','no-sidebar'),(1319,115,'_wp_page_template','default'),(1320,115,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"header_size\":\"h5\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(1321,23,'_wp_old_slug','active-rise-8oz'),(1324,116,'_sku','AA - Pediatrician Sample Case'),(1325,116,'_regular_price','165.00'),(1326,116,'total_sales','203'),(1327,116,'_tax_status','taxable'),(1328,116,'_tax_class',''),(1329,116,'_manage_stock','no'),(1330,116,'_backorders','no'),(1331,116,'_sold_individually','no'),(1332,116,'_virtual','no'),(1333,116,'_downloadable','no'),(1334,116,'_download_limit','-1'),(1335,116,'_download_expiry','-1'),(1336,116,'_thumbnail_id','2851'),(1337,116,'_stock',NULL),(1338,116,'_stock_status','instock'),(1339,116,'_wc_average_rating','0'),(1340,116,'_wc_review_count','0'),(1341,116,'_product_version','9.8.1'),(1342,116,'_price','165.00'),(1343,116,'site-sidebar-layout','default'),(1344,116,'site-content-layout','default'),(1345,116,'theme-transparent-header-meta','default'),(1346,116,'stick-header-meta','default'),(1347,116,'_wp_old_date','2021-03-24'),(1348,116,'_edit_lock','1746799906:2'),(1349,116,'_edit_last','2'),(1350,117,'_wp_attached_file','2021/03/PortalActiveRinseSample2oz.jpg'),(1351,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:38:\"2021/03/PortalActiveRinseSample2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1352,116,'_weight','8.7'),(1354,118,'_sku','LCoA Urgent Care & Prevent Kit'),(1355,118,'_regular_price','215.00'),(1356,118,'total_sales','183'),(1357,118,'_tax_status','taxable'),(1358,118,'_tax_class',''),(1359,118,'_manage_stock','no'),(1360,118,'_backorders','no'),(1361,118,'_sold_individually','no'),(1362,118,'_virtual','no'),(1363,118,'_downloadable','no'),(1364,118,'_download_limit','0'),(1365,118,'_download_expiry','0'),(1366,118,'_thumbnail_id','2826'),(1367,118,'_stock',NULL),(1368,118,'_stock_status','instock'),(1369,118,'_wc_average_rating','0'),(1370,118,'_wc_review_count','0'),(1371,118,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1372,118,'_product_version','9.8.1'),(1373,118,'_price','215.00'),(1374,118,'site-sidebar-layout','default'),(1375,118,'site-content-layout','default'),(1376,118,'theme-transparent-header-meta','default'),(1377,118,'stick-header-meta','default'),(1378,118,'_edit_lock','1746799906:2'),(1379,119,'_wp_attached_file','2021/03/PortalPROKitUrgentPrevent.jpg'),(1380,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2021/03/PortalPROKitUrgentPrevent.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1381,118,'_edit_last','2'),(1382,118,'_weight','14.1'),(1384,120,'_sku','CS-PREVENT/SPRAY-2oz'),(1385,120,'_regular_price','63.00'),(1386,120,'total_sales','591'),(1387,120,'_tax_status','taxable'),(1388,120,'_tax_class',''),(1389,120,'_manage_stock','no'),(1390,120,'_backorders','no'),(1391,120,'_sold_individually','no'),(1392,120,'_virtual','no'),(1393,120,'_downloadable','no'),(1394,120,'_download_limit','0'),(1395,120,'_download_expiry','0'),(1396,120,'_thumbnail_id','3371'),(1397,120,'_stock',NULL),(1398,120,'_stock_status','instock'),(1399,120,'_wc_average_rating','0'),(1400,120,'_wc_review_count','0'),(1401,120,'_product_version','9.8.1'),(1402,120,'_price','63.00'),(1403,120,'site-sidebar-layout','default'),(1404,120,'site-content-layout','default'),(1405,120,'theme-transparent-header-meta','default'),(1406,120,'stick-header-meta','default'),(1407,120,'_edit_lock','1746800450:2'),(1408,121,'_wp_attached_file','2021/03/PortalPreventiveSpray2oz.jpg'),(1409,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2021/03/PortalPreventiveSpray2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1410,120,'_edit_last','2'),(1411,120,'_weight','4'),(1413,23,'_weight','7.3'),(1414,38,'_weight','18.5'),(1415,42,'_weight','4.90'),(1416,45,'_weight','7.50'),(1417,46,'_weight','11.00'),(1418,41,'_weight','2.40'),(1419,47,'_weight','9.00'),(1420,48,'_weight','8.00'),(1421,51,'_weight','10.80'),(1422,39,'_weight','7.4'),(1423,40,'_weight','7.45'),(1424,43,'_weight','7.80'),(1425,49,'_weight','7.80'),(1426,50,'_weight','2.00'),(1427,44,'_weight','11.55'),(1428,93,'_weight','2.15'),(1429,95,'_weight','2.15'),(1430,97,'_weight','7.85'),(1431,99,'_weight','7.85'),(1432,103,'_weight','.55'),(1433,101,'_weight','.55'),(1434,105,'_sku','Starter Package'),(1435,105,'_weight','55'),(1440,125,'_menu_item_type','post_type'),(1441,125,'_menu_item_menu_item_parent','0'),(1442,125,'_menu_item_object_id','115'),(1443,125,'_menu_item_object','page'),(1444,125,'_menu_item_target',''),(1445,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1446,125,'_menu_item_xfn',''),(1447,125,'_menu_item_url',''),(1449,126,'_menu_item_type','post_type'),(1450,126,'_menu_item_menu_item_parent','0'),(1451,126,'_menu_item_object_id','22'),(1452,126,'_menu_item_object','page'),(1453,126,'_menu_item_target',''),(1454,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1455,126,'_menu_item_xfn',''),(1456,126,'_menu_item_url',''),(1478,112,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(1500,131,'_edit_lock','1685572868:2'),(1501,131,'_edit_last','2'),(1502,132,'_wp_attached_file','2021/03/capes.jpg'),(1503,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:17:\"2021/03/capes.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1504,131,'_thumbnail_id','200'),(1505,131,'total_sales','372'),(1506,131,'_tax_status','taxable'),(1507,131,'_tax_class',''),(1508,131,'_manage_stock','no'),(1509,131,'_backorders','no'),(1510,131,'_sold_individually','no'),(1511,131,'_virtual','no'),(1512,131,'_downloadable','no'),(1513,131,'_download_limit','-1'),(1514,131,'_download_expiry','-1'),(1515,131,'_stock',NULL),(1516,131,'_stock_status','instock'),(1517,131,'_wc_average_rating','0'),(1518,131,'_wc_review_count','0'),(1519,131,'_product_version','6.0.0'),(1520,131,'site-sidebar-layout','default'),(1521,131,'site-content-layout','default'),(1522,131,'theme-transparent-header-meta','default'),(1523,131,'stick-header-meta','default'),(1524,133,'_edit_lock','1685572867:2'),(1525,133,'_edit_last','2'),(1526,134,'_wp_attached_file','2021/03/Head-Bands.jpg'),(1527,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2151;s:6:\"height\";i:1706;s:4:\"file\";s:22:\"2021/03/Head-Bands.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Head-Bands-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Head-Bands-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Head-Bands-1536x1218.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Head-Bands-2048x1624.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1528,133,'_thumbnail_id','134'),(1529,133,'_regular_price','14.30'),(1530,133,'total_sales','1081'),(1531,133,'_tax_status','taxable'),(1532,133,'_tax_class',''),(1533,133,'_manage_stock','no'),(1534,133,'_backorders','no'),(1535,133,'_sold_individually','no'),(1536,133,'_virtual','no'),(1537,133,'_downloadable','no'),(1538,133,'_download_limit','-1'),(1539,133,'_download_expiry','-1'),(1540,133,'_stock',NULL),(1541,133,'_stock_status','instock'),(1542,133,'_wc_average_rating','0'),(1543,133,'_wc_review_count','0'),(1544,133,'_product_version','6.0.0'),(1545,133,'_price','14.30'),(1546,133,'site-sidebar-layout','default'),(1547,133,'site-content-layout','default'),(1548,133,'theme-transparent-header-meta','default'),(1549,133,'stick-header-meta','default'),(1550,131,'_regular_price','12.65'),(1551,131,'_price','12.65'),(1552,135,'_edit_lock','1685572805:2'),(1553,135,'_edit_last','2'),(1554,136,'_wp_attached_file','2021/03/Clips.jpg'),(1555,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1508;s:6:\"height\";i:1508;s:4:\"file\";s:17:\"2021/03/Clips.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Clips-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Clips-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1556,135,'_thumbnail_id','136'),(1557,135,'_regular_price','2.48'),(1558,135,'total_sales','121'),(1559,135,'_tax_status','taxable'),(1560,135,'_tax_class',''),(1561,135,'_manage_stock','no'),(1562,135,'_backorders','no'),(1563,135,'_sold_individually','no'),(1564,135,'_virtual','no'),(1565,135,'_downloadable','no'),(1566,135,'_download_limit','-1'),(1567,135,'_download_expiry','-1'),(1568,135,'_stock',NULL),(1569,135,'_stock_status','instock'),(1570,135,'_wc_average_rating','0'),(1571,135,'_wc_review_count','0'),(1572,135,'_product_version','6.0.0'),(1573,135,'_price','2.48'),(1574,135,'site-sidebar-layout','default'),(1575,135,'site-content-layout','default'),(1576,135,'theme-transparent-header-meta','default'),(1577,135,'stick-header-meta','default'),(1578,137,'_edit_lock','1685572802:2'),(1579,137,'_edit_last','2'),(1580,137,'_regular_price','6.05'),(1581,137,'total_sales','706'),(1582,137,'_tax_status','taxable'),(1583,137,'_tax_class',''),(1584,137,'_manage_stock','no'),(1585,137,'_backorders','no'),(1586,137,'_sold_individually','no'),(1587,137,'_virtual','no'),(1588,137,'_downloadable','no'),(1589,137,'_download_limit','-1'),(1590,137,'_download_expiry','-1'),(1591,137,'_stock',NULL),(1592,137,'_stock_status','instock'),(1593,137,'_wc_average_rating','0'),(1594,137,'_wc_review_count','0'),(1595,137,'_product_version','6.0.0'),(1596,137,'_price','6.05'),(1597,137,'site-sidebar-layout','default'),(1598,137,'site-content-layout','default'),(1599,137,'theme-transparent-header-meta','default'),(1600,137,'stick-header-meta','default'),(1601,138,'_edit_lock','1685572798:2'),(1602,138,'_edit_last','2'),(1603,139,'_wp_attached_file','2021/03/yhst-60093691062574_2246_27282157.gif'),(1604,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:175;s:4:\"file\";s:45:\"2021/03/yhst-60093691062574_2246_27282157.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1605,138,'_thumbnail_id','322'),(1606,138,'_regular_price','4.95'),(1607,138,'total_sales','200'),(1608,138,'_tax_status','taxable'),(1609,138,'_tax_class',''),(1610,138,'_manage_stock','no'),(1611,138,'_backorders','no'),(1612,138,'_sold_individually','no'),(1613,138,'_virtual','no'),(1614,138,'_downloadable','no'),(1615,138,'_download_limit','-1'),(1616,138,'_download_expiry','-1'),(1617,138,'_stock',NULL),(1618,138,'_stock_status','instock'),(1619,138,'_wc_average_rating','0'),(1620,138,'_wc_review_count','0'),(1621,138,'_product_version','6.0.0'),(1622,138,'_price','4.95'),(1623,138,'site-sidebar-layout','default'),(1624,138,'site-content-layout','default'),(1625,138,'theme-transparent-header-meta','default'),(1626,138,'stick-header-meta','default'),(1627,141,'_wp_attached_file','2021/03/Wet-Brushes.jpg'),(1628,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:1272;s:4:\"file\";s:23:\"2021/03/Wet-Brushes.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Wet-Brushes-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1629,137,'_thumbnail_id','141'),(1630,142,'_edit_lock','1685572795:2'),(1631,142,'_edit_last','2'),(1632,143,'_wp_attached_file','2021/03/6sidedetangler.jpg'),(1633,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2021/03/6sidedetangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1634,142,'_thumbnail_id','143'),(1635,142,'_regular_price','1.25'),(1636,142,'total_sales','55'),(1637,142,'_tax_status','taxable'),(1638,142,'_tax_class',''),(1639,142,'_manage_stock','no'),(1640,142,'_backorders','no'),(1641,142,'_sold_individually','no'),(1642,142,'_virtual','no'),(1643,142,'_downloadable','no'),(1644,142,'_download_limit','-1'),(1645,142,'_download_expiry','-1'),(1646,142,'_stock',NULL),(1647,142,'_stock_status','instock'),(1648,142,'_wc_average_rating','0'),(1649,142,'_wc_review_count','0'),(1650,142,'_product_version','5.3.0'),(1651,142,'_price','1.25'),(1652,142,'site-sidebar-layout','default'),(1653,142,'site-content-layout','default'),(1654,142,'theme-transparent-header-meta','default'),(1655,142,'stick-header-meta','default'),(1656,144,'_edit_lock','1685572785:2'),(1657,144,'_edit_last','2'),(1658,145,'_wp_attached_file','2021/03/3905.jpg'),(1659,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/03/3905.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"3905-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1660,144,'_thumbnail_id','145'),(1661,144,'_regular_price','1.38'),(1662,144,'total_sales','362'),(1663,144,'_tax_status','taxable'),(1664,144,'_tax_class',''),(1665,144,'_manage_stock','no'),(1666,144,'_backorders','no'),(1667,144,'_sold_individually','no'),(1668,144,'_virtual','no'),(1669,144,'_downloadable','no'),(1670,144,'_download_limit','-1'),(1671,144,'_download_expiry','-1'),(1672,144,'_stock',NULL),(1673,144,'_stock_status','instock'),(1674,144,'_wc_average_rating','0'),(1675,144,'_wc_review_count','0'),(1676,144,'_product_version','6.0.0'),(1677,144,'_price','1.38'),(1678,144,'site-sidebar-layout','default'),(1679,144,'site-content-layout','default'),(1680,144,'theme-transparent-header-meta','default'),(1681,144,'stick-header-meta','default'),(1682,146,'_edit_lock','1685572782:2'),(1683,146,'_edit_last','2'),(1684,147,'_wp_attached_file','2021/03/9detangler.jpg'),(1685,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2021/03/9detangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"9detangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1686,146,'_thumbnail_id','147'),(1687,146,'_regular_price','1.38'),(1688,146,'total_sales','142'),(1689,146,'_tax_status','taxable'),(1690,146,'_tax_class',''),(1691,146,'_manage_stock','no'),(1692,146,'_backorders','no'),(1693,146,'_sold_individually','no'),(1694,146,'_virtual','no'),(1695,146,'_downloadable','no'),(1696,146,'_download_limit','-1'),(1697,146,'_download_expiry','-1'),(1698,146,'_stock',NULL),(1699,146,'_stock_status','instock'),(1700,146,'_wc_average_rating','0'),(1701,146,'_wc_review_count','0'),(1702,146,'_product_version','6.0.0'),(1703,146,'_price','1.38'),(1704,146,'site-sidebar-layout','default'),(1705,146,'site-content-layout','default'),(1706,146,'theme-transparent-header-meta','default'),(1707,146,'stick-header-meta','default'),(1710,148,'_edit_lock','1685572778:2'),(1711,148,'_edit_last','2'),(1712,148,'total_sales','420'),(1713,148,'_tax_status','taxable'),(1714,148,'_tax_class',''),(1715,148,'_manage_stock','no'),(1716,148,'_backorders','no'),(1717,148,'_sold_individually','no'),(1718,148,'_virtual','no'),(1719,148,'_downloadable','no'),(1720,148,'_download_limit','-1'),(1721,148,'_download_expiry','-1'),(1722,148,'_stock',NULL),(1723,148,'_stock_status','instock'),(1724,148,'_wc_average_rating','0'),(1725,148,'_wc_review_count','0'),(1726,148,'_product_version','6.0.0'),(1727,148,'site-sidebar-layout','default'),(1728,148,'site-content-layout','default'),(1729,148,'theme-transparent-header-meta','default'),(1730,148,'stick-header-meta','default'),(1731,149,'_wp_attached_file','2021/03/wet-brush-disney-princesses.png'),(1732,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:1050;s:4:\"file\";s:39:\"2021/03/wet-brush-disney-princesses.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"wet-brush-disney-princesses-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1733,148,'_thumbnail_id','149'),(1734,148,'_regular_price','8.25'),(1735,148,'_price','8.25'),(1792,158,'_edit_lock','1627057017:2'),(1793,158,'_edit_last','2'),(1794,158,'_elementor_edit_mode','builder'),(1795,158,'_elementor_template_type','wp-page'),(1796,158,'_elementor_version','3.1.4'),(1797,158,'_elementor_pro_version','3.2.1'),(1798,158,'_astra_content_layout_flag','disabled'),(1799,158,'site-post-title','disabled'),(1800,158,'ast-title-bar-display','disabled'),(1801,158,'ast-featured-img','disabled'),(1802,158,'site-content-layout','page-builder'),(1803,158,'site-sidebar-layout','no-sidebar'),(1804,158,'_wp_page_template','default'),(1805,158,'_elementor_data','[{\"id\":\"3e27095\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3e668aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"78792ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"85f95d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shipping Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2c801b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\"><strong>1. General<\\/strong><br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">Subject to stock availability. We will fulfill the available products to you, and contact you about whether you would prefer to await restocking of the back-ordered item or if you would prefer for us to process a refund.<\\/span><\\/p><p><strong>2. Shipping Costs<\\/strong><br \\/>Shipping costs are calculated during checkout based on weight, dimensions, and destination of the items in the order. Payment for shipping will be collected with the purchase.<br \\/>This price will be the final price for shipping cost to the customer.<br \\/><br \\/><strong>3. Returns<\\/strong><br \\/><strong>3.1 Return Due to Change Of Mind<\\/strong><br \\/>Ginesis Products will happily accept returns due to a change of mind as long as a request to return is received by us within 30 days of receipt of item and are returned to us in original packaging, unused, and in resellable condition.<br \\/>Return shipping will be paid at the customer\'s expense and will be required to arrange their own shipping.<br \\/>Once returns are received and accepted, refunds will be processed to store credit for a future purchase. We will notify you once this has been completed through email.<br \\/>(Ginesis Products) will refund the value of the goods returned but will NOT refund the value of any shipping paid.<br \\/><strong>3.2 Warranty Returns<\\/strong><br \\/>Ginesis Products will happily honor any valid warranty claims, provided a claim is submitted within 90 days of receipt of items.<br \\/>Customers will be required to pre-pay the return shipping, however, we will reimburse you upon successful warranty claim.<br \\/>Upon return receipt of items for a warranty claim, you can expect Ginesis Products to process your warranty claim within 7 days.<br \\/>Once the warranty claim is confirmed, you will receive the choice of:<br \\/>(a) refund to your payment method<br \\/>(b) a refund in store credit<br \\/>(c) a replacement item sent to you (if stock is available)<\\/p><p><strong>4. Delivery Terms<\\/strong><br \\/><strong>4.1 Transit Time Domestically<\\/strong><br \\/>In general, domestic shipments are in transit for 2 - 7 days<br \\/><strong>4.2 Transit Time Internationally<\\/strong><br \\/>Generally, orders shipped internationally are in transit for 4 - 22 days. This varies greatly depending on the courier you have selected. We are able to offer a more specific estimate when you are choosing your courier at the checkout.<br \\/><strong>4.3 Dispatch Time<\\/strong><br \\/>Orders are usually dispatched within 2 business days of payment of the order<br \\/>Our warehouse operates on Monday - Friday during standard business hours, except on national holidays at which time the warehouse will be closed. In these instances, we take steps to ensure shipment delays will be kept to a minimum.<br \\/><strong>4.4 Change Of Delivery Address<\\/strong><br \\/>For change of delivery address requests, we are able to change the address at any time before the order has been dispatched.<br \\/><strong>4.5 P.O. Box Shipping<\\/strong><br \\/>Ginesis Products does not offer shipping to po boxes.<br \\/><strong>4.6 Military Address Shipping<\\/strong><br \\/>We are unable to ship to military addresses.<br \\/><strong>4.7 Items Out Of Stock<\\/strong><br \\/>If an item is out of stock, we will dispatch the in-stock items immediately and send the remaining items once they return to stock.<br \\/><strong>4.8 Delivery Time Exceeded<\\/strong><br \\/>If delivery time has exceeded the forecasted time, please contact us so that we can conduct an investigation.<br \\/><br \\/><strong>5. Tracking Notifications<\\/strong><br \\/>Upon dispatch, customers will receive a tracking link from which they will be able to follow the progress of their shipment based on the latest updates made available by the shipping provider.<br \\/><br \\/><strong>6. Parcels Damaged In Transit<\\/strong><br \\/>If you find a parcel is damaged in-transit, if possible, please reject the parcel from the courier and get in touch with our customer service. If the parcel has been delivered without you being present, please contact customer service with next steps.<br \\/><br \\/><strong>7. Import Duties &amp; Taxes<\\/strong><br \\/>Import duties and taxes for international shipments may be liable to be paid upon arrival in destination country. This varies by country, and Ginesis Products encourage you to be aware of these potential costs before placing an order with us.<br \\/>If you refuse to to pay duties and taxes upon arrival at your destination country, the goods will be returned to Ginesis Products at the customers expense, and the customer will receive a refund for the value of goods paid, minus the cost of the return shipping. The cost of the initial shipping will not be refunded.<br \\/><br \\/><strong>8. Cancellations<\\/strong><br \\/>If you change your mind before you have received your order, we are able to accept cancellations at any time before the order has been dispatched. If an order<br \\/>has already been dispatched, please refer to our refund policy.<br \\/><br \\/><strong>9. Insurance<\\/strong><br \\/>Parcels are insured for loss and damage up to the value as stated by the courier.<br \\/><strong>9.1 Process for Parcel Damaged In Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has completed their investigation into the claim.<br \\/><strong>9.2 Process for Parcel Lost in Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has investigated and deemed the parcel lost.<br \\/><br \\/><strong>10. Customer Service<\\/strong><br \\/>For all customer service inquiries, please email us at <strong>ginesis@ginesis.com<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3ac570f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1808,125,'_wp_old_date','2021-03-28'),(1809,126,'_wp_old_date','2021-03-28'),(1823,23,'_length','8.25'),(1824,23,'_width','6.24'),(1825,23,'_height','8'),(1826,23,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1827,23,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1828,23,'_wc_memberships_force_public','no'),(1829,23,'_wc_memberships_exclude_discounts','no'),(1830,38,'_length','10.75'),(1831,38,'_width','10.75'),(1832,38,'_height','10.75'),(1833,38,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1834,38,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1835,38,'_wc_memberships_force_public','no'),(1836,38,'_wc_memberships_exclude_discounts','no'),(1837,42,'_length','8.25'),(1838,42,'_width','6.25'),(1839,42,'_height','8'),(1840,42,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1841,42,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1842,42,'_wc_memberships_force_public','no'),(1843,42,'_wc_memberships_exclude_discounts','no'),(1844,45,'_length','8.25'),(1845,45,'_width','6.25'),(1846,45,'_height','8'),(1847,45,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1848,45,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1849,45,'_wc_memberships_force_public','no'),(1850,45,'_wc_memberships_exclude_discounts','no'),(1851,118,'_length','14.25'),(1852,118,'_width','9'),(1853,118,'_height','8.25'),(1854,118,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1855,118,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1856,118,'_wc_memberships_force_public','no'),(1857,118,'_wc_memberships_exclude_discounts','no'),(1858,51,'_length','12.5'),(1859,51,'_width','6.25'),(1860,51,'_height','8'),(1861,51,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1862,51,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1863,51,'_wc_memberships_force_public','no'),(1864,51,'_wc_memberships_exclude_discounts','no'),(1865,116,'_length','13'),(1866,116,'_width','9'),(1867,116,'_height','8.5'),(1868,116,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1869,116,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1870,116,'_wc_memberships_force_public','no'),(1871,116,'_wc_memberships_exclude_discounts','no'),(1872,39,'_length','8.25'),(1873,39,'_width','6.25'),(1874,39,'_height','8'),(1875,39,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1876,39,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1877,39,'_wc_memberships_force_public','no'),(1878,39,'_wc_memberships_exclude_discounts','no'),(1879,40,'_length','8.25'),(1880,40,'_width','6.25'),(1881,40,'_height','8'),(1882,40,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1883,40,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1884,40,'_wc_memberships_force_public','no'),(1885,40,'_wc_memberships_exclude_discounts','no'),(1886,120,'_length','8.25'),(1887,120,'_width','6.25'),(1888,120,'_height','9'),(1889,120,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1890,120,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1891,120,'_wc_memberships_force_public','no'),(1892,120,'_wc_memberships_exclude_discounts','no'),(1893,43,'_length','8.25'),(1894,43,'_width','6.25'),(1895,43,'_height','8'),(1896,43,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1897,43,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1898,43,'_wc_memberships_force_public','no'),(1899,43,'_wc_memberships_exclude_discounts','no'),(1900,49,'_length','8.25'),(1901,49,'_width','6.25'),(1902,49,'_height','9'),(1903,49,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1904,49,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1905,49,'_wc_memberships_force_public','no'),(1906,49,'_wc_memberships_exclude_discounts','no'),(1907,44,'_length','12.5'),(1908,44,'_width','6.25'),(1909,44,'_height','8'),(1910,44,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1911,44,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1912,44,'_wc_memberships_force_public','no'),(1913,44,'_wc_memberships_exclude_discounts','no'),(1914,161,'_edit_lock','1754927951:2'),(1915,161,'_edit_last','2'),(1916,161,'_access_method','signup'),(1917,161,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(1918,162,'_edit_last','2'),(1919,162,'_start_date','2023-07-31 00:00:00'),(1921,162,'_end_date',''),(1923,162,'_edit_lock','1751907480:2'),(1924,131,'_weight','2.3'),(1925,131,'_length','8'),(1926,131,'_width','5.5'),(1927,131,'_height','5.5'),(1928,131,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1929,131,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1930,131,'_wc_memberships_force_public','no'),(1931,131,'_wc_memberships_exclude_discounts','no'),(1932,133,'_weight','1.2'),(1933,133,'_length','8.25'),(1934,133,'_width','7.25'),(1935,133,'_height','4.5'),(1936,133,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1937,133,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1938,133,'_wc_memberships_force_public','no'),(1939,133,'_wc_memberships_exclude_discounts','no'),(1940,135,'_weight','0.15'),(1941,135,'_length','7'),(1942,135,'_width','2.25'),(1943,135,'_height','1.5'),(1944,135,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1945,135,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1946,135,'_wc_memberships_force_public','no'),(1947,135,'_wc_memberships_exclude_discounts','no'),(1948,137,'_weight','.25'),(1949,137,'_length','9.75'),(1950,137,'_width','2.75'),(1951,137,'_height','1.75'),(1952,137,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1953,137,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1954,137,'_wc_memberships_force_public','no'),(1955,137,'_wc_memberships_exclude_discounts','no'),(1956,138,'_weight','0.15'),(1957,138,'_length','7'),(1958,138,'_width','2.5'),(1959,138,'_height','1.5'),(1960,138,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1961,138,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1962,138,'_wc_memberships_force_public','no'),(1963,138,'_wc_memberships_exclude_discounts','no'),(1964,142,'_weight','0.05'),(1965,142,'_length','8.5'),(1966,142,'_width','1.75'),(1967,142,'_height','.25'),(1968,142,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1969,142,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1970,142,'_wc_memberships_force_public','no'),(1971,142,'_wc_memberships_exclude_discounts','no'),(1972,144,'_weight','0.05'),(1973,144,'_length','9'),(1974,144,'_width','1'),(1975,144,'_height','.25'),(1976,144,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1977,144,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1978,144,'_wc_memberships_force_public','no'),(1979,144,'_wc_memberships_exclude_discounts','no'),(1980,146,'_weight','0.05'),(1981,146,'_length','9'),(1982,146,'_width','1.75'),(1983,146,'_height','.25'),(1984,146,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1985,146,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1986,146,'_wc_memberships_force_public','no'),(1987,146,'_wc_memberships_exclude_discounts','no'),(1988,148,'_weight','0.2'),(1989,148,'_length','10.5'),(1990,148,'_width','3'),(1991,148,'_height','1.5'),(1992,148,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1993,148,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1994,148,'_wc_memberships_force_public','no'),(1995,148,'_wc_memberships_exclude_discounts','no'),(1996,99,'_length','12'),(1997,99,'_width','6'),(1998,99,'_height','6'),(1999,99,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2000,99,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2001,99,'_wc_memberships_force_public','no'),(2002,99,'_wc_memberships_exclude_discounts','no'),(2003,97,'_length','12'),(2004,97,'_width','6'),(2005,97,'_height','6'),(2006,97,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2007,97,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2008,97,'_wc_memberships_force_public','no'),(2009,97,'_wc_memberships_exclude_discounts','no'),(2011,95,'_width','3.5'),(2012,95,'_height','9'),(2013,95,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2014,95,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2015,95,'_wc_memberships_force_public','no'),(2016,95,'_wc_memberships_exclude_discounts','no'),(2018,93,'_width','3.5'),(2019,93,'_height','9'),(2020,93,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2021,93,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2022,93,'_wc_memberships_force_public','no'),(2023,93,'_wc_memberships_exclude_discounts','no'),(2079,47,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2080,47,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2081,47,'_wc_memberships_force_public','no'),(2082,47,'_wc_memberships_exclude_discounts','no'),(2177,50,'_length','12'),(2178,50,'_width','12'),(2179,50,'_height','4'),(2180,50,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2181,50,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2182,50,'_wc_memberships_force_public','no'),(2183,50,'_wc_memberships_exclude_discounts','no'),(2184,46,'_length','22'),(2185,46,'_width','9'),(2186,46,'_height','8'),(2187,46,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2188,46,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2189,46,'_wc_memberships_force_public','no'),(2190,46,'_wc_memberships_exclude_discounts','no'),(2191,41,'_length','8.5'),(2192,41,'_width','4.5'),(2193,41,'_height','3'),(2194,41,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2195,41,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2196,41,'_wc_memberships_force_public','no'),(2197,41,'_wc_memberships_exclude_discounts','no'),(2198,47,'_length','13'),(2199,47,'_width','11'),(2200,47,'_height','9'),(2201,48,'_length','20'),(2202,48,'_width','8'),(2203,48,'_height','8'),(2204,48,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2205,48,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2206,48,'_wc_memberships_force_public','no'),(2207,48,'_wc_memberships_exclude_discounts','no'),(2293,171,'_order_currency','USD'),(2294,171,'_cart_discount','0'),(2295,171,'_cart_discount_tax','0'),(2296,171,'_order_shipping','-9.44'),(2297,171,'_order_shipping_tax','0'),(2298,171,'_order_tax','0'),(2299,171,'_order_total','-10.69'),(2300,171,'_order_version','5.1.0'),(2301,171,'_prices_include_tax','no'),(2302,171,'_refund_amount','10.69'),(2303,171,'_refunded_by','2'),(2304,171,'_refunded_payment','1'),(2305,171,'_refund_reason',''),(2400,174,'_order_currency','USD'),(2401,174,'_cart_discount','0'),(2402,174,'_cart_discount_tax','0'),(2403,174,'_order_shipping','-9.44'),(2404,174,'_order_shipping_tax','0'),(2405,174,'_order_tax','0'),(2406,174,'_order_total','-10.69'),(2407,174,'_order_version','5.1.0'),(2408,174,'_prices_include_tax','no'),(2409,174,'_refund_amount','10.69'),(2410,174,'_refunded_by','2'),(2411,174,'_refunded_payment','1'),(2412,174,'_refund_reason','Test'),(2453,47,'mwqb_sync_uiiqb','0'),(2454,48,'mwqb_sync_uiiqb','0'),(2491,181,'_edit_lock','1627057018:2'),(2493,182,'_edit_lock','1627057018:2'),(2495,158,'_elementor_controls_usage','a:4:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2507,183,'_edit_lock','1627057017:2'),(2508,183,'_edit_last','2'),(2509,183,'_wp_page_template','default'),(2510,183,'_wc_memberships_force_public','no'),(2511,183,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2512,183,'site-sidebar-layout','no-sidebar'),(2513,183,'site-content-layout','page-builder'),(2514,183,'theme-transparent-header-meta','default'),(2515,183,'stick-header-meta','default'),(2516,183,'_elementor_edit_mode','builder'),(2517,183,'_elementor_template_type','wp-page'),(2518,183,'_elementor_version','3.1.4'),(2519,183,'_elementor_pro_version','3.2.1'),(2520,183,'_astra_content_layout_flag','disabled'),(2521,183,'site-post-title','disabled'),(2522,183,'ast-title-bar-display','disabled'),(2523,183,'ast-featured-img','disabled'),(2524,183,'_elementor_data','[{\"id\":\"8d32df5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"16adafd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.087},\"elements\":[],\"isInner\":false},{\"id\":\"1301bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.913},\"elements\":[{\"id\":\"014df00\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0393c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"216f34c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Ginesis Products, we respect your privacy. We are the sole owners of the personal information we gather on this site and will never sell, rent or trade it to third parties.<br \\/><br \\/><strong>Information We Gather<\\/strong><br \\/>Like most websites, our server logs record visitor activity on our site, such as IP address, browser type, pages viewed, from where a visitor came, where the visitor went after leaving our site, etc. This information provides us with site statistics, but not personally identifiable information. We also make use of browser \\u201ccookies\\u201d to enable you to navigate around the website. None of the cookies we use enable third parties to access any of your information.<br \\/>If you fill out a form on our site, you may be required to provide some of your contact information (such as name, email address, and phone number). We may use that information to contact you via email or phone.<br \\/>If you order or buy a product using our forms or shopping cart, we will secure your personal information from unauthorized access, use or disclosure. When personal information (such as a credit card number or personal data) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.<br \\/>If you have an account on our site, you will log in securely using your username and password.<br \\/><br \\/><strong>How We Use Information<\\/strong><br \\/>If you provide us with contact information, we may send you periodic emails from time to time regarding our company and products. Users that don\\u2019t want these communications can opt-out, either through links in the emails or by sending a request to ginesis@ginesis.com<br \\/><br \\/><strong>Changes to Our Policy<\\/strong><br \\/>Ginesis Products reserves the right to amend or replace this privacy policy at any time and from time to time without prior notice. Any updated or new privacy policy will be posted on this site.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98bb173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.979},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2525,183,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2526,181,'_edit_last','2'),(2527,181,'_wp_page_template','default'),(2528,181,'_wc_memberships_force_public','no'),(2529,181,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2530,181,'site-sidebar-layout','no-sidebar'),(2531,181,'site-content-layout','page-builder'),(2532,181,'theme-transparent-header-meta','default'),(2533,181,'stick-header-meta','default'),(2534,181,'_elementor_edit_mode','builder'),(2535,181,'_elementor_template_type','wp-page'),(2536,181,'_elementor_version','3.1.4'),(2537,181,'_elementor_pro_version','3.2.1'),(2538,181,'_astra_content_layout_flag','disabled'),(2539,181,'site-post-title','disabled'),(2540,181,'ast-title-bar-display','disabled'),(2541,181,'ast-featured-img','disabled'),(2542,181,'_elementor_data','[{\"id\":\"561e004\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"b096220\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"4cc4675\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"1c5babd\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refund Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e8624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.<br \\/><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To be eligible for a return, your item must be in the same condition that you received it, in its original packaging. You\\u2019ll also need the receipt or proof of purchase.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To start a return, you can contact us at <strong>ginesis@ginesis.com<\\/strong>. Items sent back to us without first requesting a return will not be accepted.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">You can always contact us for any return question at <strong>ginesis@ginesis.com<\\/strong>.<\\/span><\\/p><p><strong>Damages and Issues<\\/strong><br \\/>Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.<\\/p><p><strong>Refunds<\\/strong><br \\/>We will notify you once we\\u2019ve received and inspected your return, and let you know if the refund was approved or not. If approved, you\\u2019ll be automatically refunded on your original payment method. Please remember it can take some time for your bank or credit card company to process and post the refund too.<\\/p>\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d2590a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2543,181,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2544,182,'_edit_last','2'),(2545,182,'_wp_page_template','default'),(2546,182,'_wc_memberships_force_public','no'),(2547,182,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2548,182,'site-sidebar-layout','no-sidebar'),(2549,182,'site-content-layout','page-builder'),(2550,182,'theme-transparent-header-meta','default'),(2551,182,'stick-header-meta','default'),(2552,182,'_elementor_edit_mode','builder'),(2553,182,'_elementor_template_type','wp-page'),(2554,182,'_elementor_version','3.1.4'),(2555,182,'_elementor_pro_version','3.2.1'),(2556,182,'_astra_content_layout_flag','disabled'),(2557,182,'site-post-title','disabled'),(2558,182,'ast-title-bar-display','disabled'),(2559,182,'ast-featured-img','disabled'),(2560,182,'_elementor_data','[{\"id\":\"2c157a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"407cbb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"b8cc6fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"c64e51f\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bc66e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms of Service\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93dfc9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>OVERVIEW<\\/strong><br \\/>This website is operated by Ginesis Products. Throughout the site, the terms \\u201cwe\\u201d, \\u201cus\\u201d and \\u201cour\\u201d refer to Ginesis Products. Ginesis Products offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<\\/p><p>By visiting our site and\\/ or purchasing something from us, you engage in our \\u201cService\\u201d and agree to be bound by the following terms and conditions (\\u201cTerms of Service\\u201d, \\u201cTerms\\u201d), including those additional terms and conditions and policies referenced herein and\\/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and\\/ or contributors of content.<\\/p><p>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<\\/p><p>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and\\/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<\\/p><p>Our store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.<\\/p><p><strong>SECTION 1 - ONLINE STORE TERMS<\\/strong><br \\/>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br \\/>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br \\/>You must not transmit any worms or viruses or any code of a destructive nature.<br \\/>A breach or violation of any of the Terms will result in an immediate termination of your Services.<\\/p><p><strong>SECTION 2 - GENERAL CONDITIONS<\\/strong><br \\/>We reserve the right to refuse service to anyone for any reason at any time.<br \\/>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br \\/>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br \\/>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<\\/p><p><strong>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<\\/strong><br \\/>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br \\/>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<\\/p><p><strong>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<\\/strong><br \\/>Prices for our products are subject to change without notice.<br \\/>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br \\/>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<\\/p><p><strong>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<\\/strong><br \\/>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br \\/>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br \\/>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br \\/>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<\\/p><p><strong>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<\\/strong><br \\/>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and\\/or orders that use the same billing and\\/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e mail and\\/or billing address\\/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<\\/p><p>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<\\/p><p>For more detail, please review our Returns Policy.<\\/p><p><strong>SECTION 7 - OPTIONAL TOOLS<\\/strong><br \\/>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br \\/>You acknowledge and agree that we provide access to such tools \\u201das is\\u201d and \\u201cas available\\u201d without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br \\/>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br \\/>We may also, in the future, offer new services and\\/or features through the website (including, the release of new tools and resources). Such new features and\\/or services shall also be subject to these Terms of Service.<\\/p><p><strong>SECTION 8 - THIRD-PARTY LINKS<\\/strong><br \\/>Certain content, products and services available via our Service may include materials from third-parties.<br \\/>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br \\/>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<\\/p><p><strong>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<\\/strong><br \\/>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br \\/>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party\\u2019s intellectual property or these Terms of Service.<br \\/>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<\\/p><p><strong>SECTION 10 - PERSONAL INFORMATION<\\/strong><br \\/>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<\\/p><p><strong>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<\\/strong><br \\/>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br \\/>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<\\/p><p><strong>SECTION 12 - PROHIBITED USES<\\/strong><br \\/>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<\\/p><p><strong>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<\\/strong><br \\/>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br \\/>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br \\/>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br \\/>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br \\/>In no case shall Ginesis Products, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<\\/p><p>SECTION 14 - INDEMNIFICATION<br \\/>You agree to indemnify, defend and hold harmless Ginesis Products and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys\\u2019 fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<\\/p><p><strong>SECTION 15 - SEVERABILITY<\\/strong><br \\/>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<\\/p><p><strong>SECTION 16 - TERMINATION<\\/strong><br \\/>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br \\/>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br \\/>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and\\/or accordingly may deny you access to our Services (or any part thereof).<\\/p><p><strong>SECTION 17 - ENTIRE AGREEMENT<\\/strong><br \\/>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br \\/>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br \\/>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<\\/p><p><strong>SECTION 18 - GOVERNING LAW<\\/strong><br \\/>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of United States.<\\/p><p><strong>SECTION 19 - CHANGES TO TERMS OF SERVICE<\\/strong><br \\/>You can review the most current version of the Terms of Service at any time at this page.<br \\/>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<\\/p><p><strong>SECTION 20 - CONTACT INFORMATION<\\/strong><br \\/>Questions about the Terms of Service should be sent to us at <strong>ginesis@ginesis.com<\\/strong>.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"831812f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2561,182,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2562,184,'_elementor_edit_mode','builder'),(2563,184,'_elementor_template_type','footer'),(2564,184,'_elementor_version','3.31.3'),(2565,184,'_elementor_pro_version','3.31.2'),(2566,184,'_astra_content_layout_flag','disabled'),(2567,184,'site-post-title','disabled'),(2568,184,'ast-title-bar-display','disabled'),(2569,184,'ast-featured-img','disabled'),(2570,184,'site-content-layout','page-builder'),(2571,184,'site-sidebar-layout','no-sidebar'),(2572,184,'_edit_lock','1758127888:2'),(2652,184,'_wp_page_template','default'),(2653,184,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(2668,184,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(2687,21,'_edit_lock','1743611533:2'),(2688,21,'_elementor_edit_mode','builder'),(2689,21,'_elementor_template_type','wp-page'),(2690,21,'_elementor_version','3.1.4'),(2691,21,'_elementor_pro_version','3.2.1'),(2692,21,'_wp_page_template','default'),(2693,21,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2694,21,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2736,190,'_start_date','2021-07-29 00:00:00'),(2738,190,'_end_date',''),(2740,191,'_start_date','2025-09-05 00:00:00'),(2742,191,'_end_date',''),(2744,192,'_start_date','2021-08-24 00:00:00'),(2746,192,'_end_date',''),(2884,198,'_wp_attached_file','2021/03/PortalPROKitUrgentPreventSq.jpg'),(2885,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2021/03/PortalPROKitUrgentPreventSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"PortalPROKitUrgentPreventSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,199,'_wp_attached_file','2021/03/PortalPROKitUrgentSq.jpg'),(2887,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2021/03/PortalPROKitUrgentSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"PortalPROKitUrgentSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2888,51,'mwqb_sync_uiiqb','0'),(2889,118,'mwqb_sync_uiiqb','0'),(2890,200,'_wp_attached_file','2021/03/MicrosoftTeams-image.jpg'),(2891,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2021/03/MicrosoftTeams-image.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,131,'mwqb_sync_uiiqb','0'),(3483,214,'_order_currency','USD'),(3484,214,'_cart_discount','0'),(3485,214,'_cart_discount_tax','0'),(3486,214,'_order_shipping','-9.44'),(3487,214,'_order_shipping_tax','0'),(3488,214,'_order_tax','0'),(3489,214,'_order_total','-10.69'),(3490,214,'_order_version','5.1.0'),(3491,214,'_prices_include_tax','no'),(3492,214,'_refund_amount','10.69'),(3493,214,'_refunded_by','2'),(3494,214,'_refunded_payment','1'),(3495,214,'_refund_reason',''),(3524,215,'_start_date','2021-07-20 00:00:00'),(3526,215,'_end_date',''),(3528,216,'_start_date','2023-05-31 00:00:00'),(3530,216,'_end_date',''),(3532,217,'_start_date','2025-01-22 00:00:00'),(3534,217,'_end_date',''),(3536,218,'_start_date','2021-04-16 18:01:08'),(3538,218,'_end_date',''),(3540,219,'_start_date','2021-04-16 18:05:00'),(3542,219,'_end_date',''),(3544,220,'_start_date','2021-07-19 00:00:00'),(3546,220,'_end_date',''),(3548,221,'_start_date','2021-04-16 18:10:42'),(3550,221,'_end_date',''),(3552,222,'_start_date','2021-04-16 18:14:06'),(3554,222,'_end_date',''),(3556,223,'_start_date','2021-04-16 18:18:33'),(3558,223,'_end_date',''),(3560,224,'_start_date','2021-04-18 14:33:06'),(3562,224,'_end_date',''),(3570,226,'_start_date','2022-03-16 00:00:00'),(3572,226,'_end_date',''),(3574,227,'_start_date','2021-04-18 14:55:36'),(3576,227,'_end_date',''),(3578,228,'_start_date','2021-04-18 15:07:12'),(3580,228,'_end_date',''),(3586,230,'_start_date','2022-06-07 00:00:00'),(3588,230,'_end_date',''),(3590,231,'_start_date','2021-04-18 15:19:20'),(3592,231,'_end_date',''),(3594,232,'_start_date','2022-08-31 00:00:00'),(3596,232,'_end_date',''),(3598,233,'_start_date','2021-04-18 15:27:25'),(3600,233,'_end_date',''),(3602,234,'_start_date','2021-04-18 15:32:47'),(3604,234,'_end_date',''),(3606,235,'_start_date','2021-04-18 15:34:59'),(3608,235,'_end_date',''),(3610,236,'_start_date','2021-04-18 15:39:32'),(3612,236,'_end_date',''),(3614,237,'_start_date','2022-08-31 00:00:00'),(3616,237,'_end_date',''),(3618,238,'_start_date','2021-07-19 00:00:00'),(3620,238,'_end_date',''),(3622,239,'_start_date','2021-04-18 15:48:03'),(3624,239,'_end_date',''),(3626,240,'_start_date','2021-04-18 15:51:21'),(3628,240,'_end_date',''),(3630,241,'_start_date','2021-04-18 15:59:29'),(3632,241,'_end_date',''),(3634,242,'_start_date','2021-04-18 16:03:23'),(3636,242,'_end_date',''),(3638,243,'_start_date','2021-04-18 16:05:33'),(3640,243,'_end_date',''),(3642,244,'_start_date','2021-04-18 16:08:41'),(3644,244,'_end_date',''),(3650,246,'_start_date','2021-04-18 16:13:03'),(3652,246,'_end_date',''),(3654,247,'_start_date','2021-04-18 16:16:32'),(3656,247,'_end_date',''),(3658,248,'_start_date','2021-04-18 16:20:05'),(3660,248,'_end_date',''),(3662,249,'_start_date','2022-08-31 00:00:00'),(3664,249,'_end_date',''),(3666,250,'_start_date','2021-04-18 16:24:35'),(3668,250,'_end_date',''),(3670,251,'_start_date','2021-04-18 16:26:50'),(3672,251,'_end_date',''),(3674,252,'_start_date','2021-04-18 16:30:32'),(3676,252,'_end_date',''),(3682,254,'_start_date','2021-04-18 16:36:13'),(3684,254,'_end_date',''),(3686,255,'_start_date','2021-04-18 16:39:13'),(3688,255,'_end_date',''),(3690,256,'_start_date','2021-08-24 00:00:00'),(3692,256,'_end_date',''),(3694,257,'_start_date','2021-04-18 16:44:42'),(3696,257,'_end_date',''),(3698,258,'_start_date','2022-09-01 00:00:00'),(3700,258,'_end_date',''),(3702,259,'_start_date','2023-09-19 00:00:00'),(3704,259,'_end_date',''),(3706,260,'_start_date','2022-09-01 00:00:00'),(3708,260,'_end_date',''),(3710,261,'_start_date','2021-11-22 00:00:00'),(3712,261,'_end_date',''),(3714,262,'_start_date','2021-04-19 02:49:57'),(3716,262,'_end_date',''),(3718,263,'_start_date','2022-09-14 00:00:00'),(3720,263,'_end_date',''),(3722,264,'_start_date','2021-04-19 03:16:26'),(3724,264,'_end_date',''),(3726,265,'_start_date','2021-04-19 03:38:32'),(3728,265,'_end_date',''),(3730,266,'_start_date','2024-04-19 00:00:00'),(3732,266,'_end_date',''),(3734,267,'_start_date','2021-04-19 03:54:22'),(3736,267,'_end_date',''),(3738,268,'_start_date','2025-08-21 00:00:00'),(3740,268,'_end_date',''),(3742,269,'_start_date','2025-05-08 00:00:00'),(3744,269,'_end_date',''),(3746,270,'_start_date','2021-08-24 00:00:00'),(3748,270,'_end_date',''),(3750,271,'_start_date','2021-04-19 04:12:47'),(3752,271,'_end_date',''),(3758,273,'_start_date','2023-06-12 00:00:00'),(3760,273,'_end_date',''),(3762,274,'_start_date','2023-10-31 00:00:00'),(3764,274,'_end_date',''),(3766,275,'_start_date','2022-08-31 00:00:00'),(3768,275,'_end_date',''),(3770,276,'_start_date','2021-04-19 04:39:50'),(3772,276,'_end_date',''),(3774,277,'_start_date','2021-04-19 04:45:04'),(3776,277,'_end_date',''),(3778,278,'_start_date','2021-04-19 04:48:55'),(3780,278,'_end_date',''),(3782,279,'_start_date','2021-04-19 04:53:06'),(3784,279,'_end_date',''),(3786,280,'_start_date','2021-04-19 04:57:40'),(3788,280,'_end_date',''),(3790,281,'_start_date','2021-04-19 05:06:55'),(3792,281,'_end_date',''),(3794,282,'_start_date','2023-03-20 00:00:00'),(3796,282,'_end_date',''),(3798,283,'_start_date','2022-08-31 00:00:00'),(3800,283,'_end_date',''),(3802,284,'_start_date','2021-04-19 05:17:50'),(3804,284,'_end_date',''),(3806,285,'_start_date','2023-09-19 00:00:00'),(3808,285,'_end_date',''),(3810,286,'_start_date','2021-07-19 00:00:00'),(3812,286,'_end_date',''),(3814,287,'_start_date','2023-05-25 00:00:00'),(3816,287,'_end_date',''),(3818,288,'_start_date','2021-11-16 00:00:00'),(3820,288,'_end_date',''),(3822,289,'_start_date','2021-04-19 05:42:14'),(3824,289,'_end_date',''),(3826,290,'_start_date','2021-04-19 05:48:24'),(3828,290,'_end_date',''),(3830,291,'_start_date','2022-08-31 00:00:00'),(3832,291,'_end_date',''),(3834,292,'_start_date','2022-08-31 00:00:00'),(3836,292,'_end_date',''),(3838,293,'_start_date','2021-04-19 06:01:40'),(3840,293,'_end_date',''),(3846,295,'_start_date','2021-04-19 06:08:54'),(3848,295,'_end_date',''),(3850,296,'_start_date','2021-07-19 00:00:00'),(3852,296,'_end_date',''),(3854,46,'mwqb_sync_uiiqb','0'),(3855,298,'_start_date','2023-10-31 00:00:00'),(3857,298,'_end_date',''),(3860,299,'_start_date','2023-10-20 00:00:00'),(3862,299,'_end_date',''),(3866,115,'_wc_memberships_force_public','yes'),(3867,115,'_wc_memberships_use_custom_page_content_restricted_message','no'),(3868,115,'theme-transparent-header-meta','default'),(3869,115,'stick-header-meta','default'),(3872,50,'mwqb_sync_uiiqb','0'),(3875,16,'_elementor_controls_usage','a:6:{s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:1:{s:32:\"wcm_element_visibility_condition\";i:1;}}}}}'),(3915,302,'_order_key','wc_order_5IjGJDjmdzJmu'),(3916,302,'_customer_user','60'),(3917,302,'_payment_method','paypal'),(3918,302,'_payment_method_title','PayPal'),(3919,302,'_customer_ip_address','98.193.14.84'),(3920,302,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1'),(3921,302,'_created_via','checkout'),(3922,302,'_cart_hash','be1745989257cfae6f9f1d7d35dea734'),(3923,302,'_billing_first_name','Jill'),(3924,302,'_billing_last_name','Leshtz'),(3925,302,'_billing_address_1','1580 Lancelot Avenue'),(3926,302,'_billing_city','Highland park'),(3927,302,'_billing_state','IL'),(3928,302,'_billing_postcode','60035'),(3929,302,'_billing_country','US'),(3930,302,'_billing_email','jleshtz@gmail.com'),(3931,302,'_billing_phone','8473639001'),(3932,302,'_shipping_first_name','Jill'),(3933,302,'_shipping_last_name','Leshtz'),(3934,302,'_shipping_company','LCA North Shore'),(3935,302,'_shipping_address_1','1580 Lancelot Avenue'),(3936,302,'_shipping_city','Highland park'),(3937,302,'_shipping_state','IL'),(3938,302,'_shipping_postcode','60035'),(3939,302,'_shipping_country','US'),(3940,302,'_order_currency','USD'),(3941,302,'_cart_discount','0'),(3942,302,'_cart_discount_tax','0'),(3943,302,'_order_shipping','74.31'),(3944,302,'_order_shipping_tax','0'),(3945,302,'_order_tax','0'),(3946,302,'_order_total','74.31'),(3947,302,'_order_version','5.2.2'),(3948,302,'_prices_include_tax','no'),(3949,302,'_billing_address_index','Jill Leshtz  1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(3950,302,'_shipping_address_index','Jill Leshtz LCA North Shore 1580 Lancelot Avenue  Highland park IL 60035 US'),(3951,302,'is_vat_exempt','no'),(3952,302,'Payment type','instant'),(3953,302,'_transaction_id','4G507490984720510'),(3954,302,'_paypal_status','completed'),(3955,302,'PayPal Transaction Fee','2.45'),(3956,302,'_date_paid','1619035533'),(3957,302,'_paid_date','2021-04-21 20:05:33'),(3958,302,'_download_permissions_granted','yes'),(3959,302,'_recorded_sales','yes'),(3960,302,'_recorded_coupon_usage_counts','yes'),(3961,302,'_order_stock_reduced','yes'),(3962,302,'_new_order_email_sent','true'),(3963,303,'_order_key','wc_order_nepfsxu2qRgZs'),(3964,303,'_customer_user','87'),(3965,303,'_payment_method','paypal'),(3966,303,'_payment_method_title','PayPal'),(3967,303,'_customer_ip_address','70.189.75.106'),(3968,303,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(3969,303,'_created_via','checkout'),(3970,303,'_cart_hash','b1ff3276138bdeac5d9ba72719fcff79'),(3971,303,'_billing_first_name','Wade'),(3972,303,'_billing_last_name','Huntsman'),(3973,303,'_billing_company','LCA Midsouth'),(3974,303,'_billing_address_1','1104 E 25th St.'),(3975,303,'_billing_city','Tulsa'),(3976,303,'_billing_state','OK'),(3977,303,'_billing_postcode','74114'),(3978,303,'_billing_country','US'),(3979,303,'_billing_email','info@liceclinicsmidsouth.com'),(3980,303,'_billing_phone','9189783329'),(3981,303,'_shipping_first_name','Ian'),(3982,303,'_shipping_last_name','Zinth'),(3983,303,'_shipping_address_1','16654 E Kent Dr'),(3984,303,'_shipping_city','Aurora'),(3985,303,'_shipping_state','CO'),(3986,303,'_shipping_postcode','80013'),(3987,303,'_shipping_country','US'),(3988,303,'_order_currency','USD'),(3989,303,'_cart_discount','0'),(3990,303,'_cart_discount_tax','0'),(3991,303,'_order_shipping','0'),(3992,303,'_order_shipping_tax','0'),(3993,303,'_order_tax','0'),(3994,303,'_order_total','504.00'),(3995,303,'_order_version','5.2.2'),(3996,303,'_prices_include_tax','no'),(3997,303,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(3998,303,'_shipping_address_index','Ian Zinth  16654 E Kent Dr  Aurora CO 80013 US'),(3999,303,'is_vat_exempt','no'),(4000,303,'Payment type','instant'),(4001,303,'_transaction_id','21208020VU916860U'),(4002,303,'_paypal_status','completed'),(4003,303,'PayPal Transaction Fee','14.92'),(4004,303,'_date_paid','1619038953'),(4005,303,'_paid_date','2021-04-21 21:02:33'),(4006,303,'_download_permissions_granted','yes'),(4007,303,'_recorded_sales','yes'),(4008,303,'_recorded_coupon_usage_counts','yes'),(4009,303,'_order_stock_reduced','yes'),(4010,303,'_new_order_email_sent','true'),(4011,304,'_order_key','wc_order_TaLsRS3lNqWf0'),(4012,304,'_customer_user','87'),(4013,304,'_payment_method','paypal'),(4014,304,'_payment_method_title','PayPal'),(4015,304,'_customer_ip_address','70.189.75.106'),(4016,304,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4017,304,'_created_via','checkout'),(4018,304,'_cart_hash','ac9acdf2f3020bb3011a686cc9701cbc'),(4019,304,'_billing_first_name','Wade'),(4020,304,'_billing_last_name','Huntsman'),(4021,304,'_billing_company','LCA Midsouth'),(4022,304,'_billing_address_1','1104 E 25th St.'),(4023,304,'_billing_city','Tulsa'),(4024,304,'_billing_state','OK'),(4025,304,'_billing_postcode','74114'),(4026,304,'_billing_country','US'),(4027,304,'_billing_email','info@liceclinicsmidsouth.com'),(4028,304,'_billing_phone','9189783329'),(4029,304,'_shipping_first_name','Logan'),(4030,304,'_shipping_last_name','Witt'),(4031,304,'_shipping_address_1','3000 S 28th Place'),(4032,304,'_shipping_address_2','Apartment 12'),(4033,304,'_shipping_city','Rogers'),(4034,304,'_shipping_state','AR'),(4035,304,'_shipping_postcode','72756'),(4036,304,'_shipping_country','US'),(4037,304,'_order_currency','USD'),(4038,304,'_cart_discount','0'),(4039,304,'_cart_discount_tax','0'),(4040,304,'_order_shipping','0'),(4041,304,'_order_shipping_tax','0'),(4042,304,'_order_tax','0'),(4043,304,'_order_total','504.00'),(4044,304,'_order_version','5.2.2'),(4045,304,'_prices_include_tax','no'),(4046,304,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4047,304,'_shipping_address_index','Logan Witt  3000 S 28th Place Apartment 12 Rogers AR 72756 US'),(4048,304,'is_vat_exempt','no'),(4049,304,'Payment type','instant'),(4050,304,'_transaction_id','6VN71713MU342332V'),(4051,304,'_paypal_status','completed'),(4052,304,'PayPal Transaction Fee','14.92'),(4053,304,'_date_paid','1619039386'),(4054,304,'_paid_date','2021-04-21 21:09:46'),(4055,304,'_download_permissions_granted','yes'),(4056,304,'_recorded_sales','yes'),(4057,304,'_recorded_coupon_usage_counts','yes'),(4058,304,'_order_stock_reduced','yes'),(4059,304,'_new_order_email_sent','true'),(4060,305,'_order_key','wc_order_8T6fmfleE5tQ8'),(4061,305,'_customer_user','87'),(4062,305,'_payment_method','paypal'),(4063,305,'_payment_method_title','PayPal'),(4064,305,'_customer_ip_address','70.189.75.106'),(4065,305,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4066,305,'_created_via','checkout'),(4067,305,'_cart_hash','e36dd478fe5dbee1ce3fdbf83bbbbb82'),(4068,305,'_billing_first_name','Wade'),(4069,305,'_billing_last_name','Huntsman'),(4070,305,'_billing_company','LCA Midsouth'),(4071,305,'_billing_address_1','1104 E 25th St.'),(4072,305,'_billing_city','Tulsa'),(4073,305,'_billing_state','OK'),(4074,305,'_billing_postcode','74114'),(4075,305,'_billing_country','US'),(4076,305,'_billing_email','info@liceclinicsmidsouth.com'),(4077,305,'_billing_phone','9189783329'),(4078,305,'_shipping_first_name','Katee'),(4079,305,'_shipping_last_name','Morrison'),(4080,305,'_shipping_address_1','748 Brookwood Drive'),(4081,305,'_shipping_address_2','Apartment 103'),(4082,305,'_shipping_city','Oklahoma City'),(4083,305,'_shipping_state','OK'),(4084,305,'_shipping_postcode','73139'),(4085,305,'_shipping_country','US'),(4086,305,'_order_currency','USD'),(4087,305,'_cart_discount','0'),(4088,305,'_cart_discount_tax','0'),(4089,305,'_order_shipping','101.15'),(4090,305,'_order_shipping_tax','0'),(4091,305,'_order_tax','0'),(4092,305,'_order_total','749.15'),(4093,305,'_order_version','5.2.2'),(4094,305,'_prices_include_tax','no'),(4095,305,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4096,305,'_shipping_address_index','Katee Morrison  748 Brookwood Drive Apartment 103 Oklahoma City OK 73139 US'),(4097,305,'is_vat_exempt','no'),(4098,305,'Payment type','instant'),(4099,305,'_transaction_id','3T729698HN174380Y'),(4100,305,'_paypal_status','completed'),(4101,305,'PayPal Transaction Fee','22.03'),(4102,305,'_date_paid','1619039879'),(4103,305,'_paid_date','2021-04-21 21:17:59'),(4104,305,'_download_permissions_granted','yes'),(4105,305,'_recorded_sales','yes'),(4106,305,'_recorded_coupon_usage_counts','yes'),(4107,305,'_order_stock_reduced','yes'),(4108,305,'_new_order_email_sent','true'),(4109,306,'_order_key','wc_order_RDBF3MRMbkvGt'),(4110,306,'_customer_user','87'),(4111,306,'_payment_method','paypal'),(4112,306,'_payment_method_title','PayPal'),(4113,306,'_customer_ip_address','70.189.75.106'),(4114,306,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4115,306,'_created_via','checkout'),(4116,306,'_cart_hash','7a0b0da2078f3048a80ba33aeb6133ed'),(4117,306,'_billing_first_name','Wade'),(4118,306,'_billing_last_name','Huntsman'),(4119,306,'_billing_company','LCA Midsouth'),(4120,306,'_billing_address_1','1104 E 25th St.'),(4121,306,'_billing_city','Tulsa'),(4122,306,'_billing_state','OK'),(4123,306,'_billing_postcode','74114'),(4124,306,'_billing_country','US'),(4125,306,'_billing_email','info@liceclinicsmidsouth.com'),(4126,306,'_billing_phone','9189783329'),(4127,306,'_shipping_first_name','Wade'),(4128,306,'_shipping_last_name','Huntsman'),(4129,306,'_shipping_company','Lice Clinics of America'),(4130,306,'_shipping_address_1','3421 E 21st Street'),(4131,306,'_shipping_address_2','Office Door'),(4132,306,'_shipping_city','Tulsa'),(4133,306,'_shipping_state','OK'),(4134,306,'_shipping_postcode','74114'),(4135,306,'_shipping_country','US'),(4136,306,'_order_currency','USD'),(4137,306,'_cart_discount','0'),(4138,306,'_cart_discount_tax','0'),(4139,306,'_order_shipping','0'),(4140,306,'_order_shipping_tax','0'),(4141,306,'_order_tax','0'),(4142,306,'_order_total','504.00'),(4143,306,'_order_version','5.2.2'),(4144,306,'_prices_include_tax','no'),(4145,306,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4146,306,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Street Office Door Tulsa OK 74114 US'),(4147,306,'is_vat_exempt','no'),(4148,306,'Payment type','instant'),(4149,306,'_transaction_id','9RJ67994H9328432S'),(4150,306,'_paypal_status','completed'),(4151,306,'PayPal Transaction Fee','14.92'),(4152,306,'_date_paid','1619040370'),(4153,306,'_paid_date','2021-04-21 21:26:10'),(4154,306,'_download_permissions_granted','yes'),(4155,306,'_recorded_sales','yes'),(4156,306,'_recorded_coupon_usage_counts','yes'),(4157,306,'_order_stock_reduced','yes'),(4158,306,'_new_order_email_sent','true'),(4239,103,'mwqb_sync_uiiqb','0'),(4240,103,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4241,103,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4242,103,'_wc_memberships_force_public','no'),(4243,103,'_wc_memberships_exclude_discounts','no'),(4244,101,'mwqb_sync_uiiqb','0'),(4245,101,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4246,101,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4247,101,'_wc_memberships_force_public','no'),(4248,101,'_wc_memberships_exclude_discounts','no'),(4249,99,'mwqb_sync_uiiqb','0'),(4250,97,'mwqb_sync_uiiqb','0'),(4251,95,'mwqb_sync_uiiqb','0'),(4252,93,'mwqb_sync_uiiqb','0'),(4255,99,'_pw_exclude_free_shipping','yes'),(4256,97,'_pw_exclude_free_shipping','yes'),(4257,95,'_pw_exclude_free_shipping','yes'),(4258,93,'_pw_exclude_free_shipping','yes'),(4259,310,'_order_key','wc_order_NPRrbJjbrYMGU'),(4260,310,'_customer_user','51'),(4261,310,'_payment_method','paypal'),(4262,310,'_payment_method_title','PayPal'),(4263,310,'_customer_ip_address','184.88.225.214'),(4264,310,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15'),(4265,310,'_created_via','checkout'),(4266,310,'_cart_hash','4dda168929ee221ac7b8ce000dba596b'),(4267,310,'_billing_first_name','Corie'),(4268,310,'_billing_last_name','Kaniamos'),(4269,310,'_billing_address_1','5026 Tildens Grove Blvd'),(4270,310,'_billing_city','Windermere'),(4271,310,'_billing_state','FL'),(4272,310,'_billing_postcode','34786'),(4273,310,'_billing_country','US'),(4274,310,'_billing_email','corie@liceclinicsofflorida.com'),(4275,310,'_billing_phone','6163406321'),(4276,310,'_shipping_first_name','Maria'),(4277,310,'_shipping_last_name','Hagg'),(4278,310,'_shipping_company','LCA Stuart'),(4279,310,'_shipping_address_1','17 S. Via Lucindia Dr.'),(4280,310,'_shipping_city','Stuart'),(4281,310,'_shipping_state','FL'),(4282,310,'_shipping_postcode','34996'),(4283,310,'_shipping_country','US'),(4284,310,'_order_currency','USD'),(4285,310,'_cart_discount','0'),(4286,310,'_cart_discount_tax','0'),(4287,310,'_order_shipping','22.97'),(4288,310,'_order_shipping_tax','0'),(4289,310,'_order_tax','0'),(4290,310,'_order_total','22.97'),(4291,310,'_order_version','5.2.2'),(4292,310,'_prices_include_tax','no'),(4293,310,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(4294,310,'_shipping_address_index','Maria Hagg LCA Stuart 17 S. Via Lucindia Dr.  Stuart FL 34996 US'),(4295,310,'is_vat_exempt','no'),(4296,310,'Payment type','instant'),(4297,310,'_transaction_id','8WS15477M96113211'),(4298,310,'_paypal_status','completed'),(4299,310,'PayPal Transaction Fee','0.97'),(4300,310,'_date_paid','1619106299'),(4301,310,'_paid_date','2021-04-22 15:44:59'),(4302,310,'_download_permissions_granted','yes'),(4303,310,'_recorded_sales','yes'),(4304,310,'_recorded_coupon_usage_counts','yes'),(4305,310,'_order_stock_reduced','yes'),(4306,310,'_new_order_email_sent','true'),(4307,311,'_order_key','wc_order_iqp4Z8Bcvtu0n'),(4308,311,'_customer_user','15'),(4309,311,'_payment_method','paypal'),(4310,311,'_payment_method_title','PayPal'),(4311,311,'_customer_ip_address','172.15.92.16'),(4312,311,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 Edg/89.0.774.77'),(4313,311,'_created_via','checkout'),(4314,311,'_cart_hash','01eff56f0d22af60d3b4a121d7a74397'),(4315,311,'_billing_first_name','David'),(4316,311,'_billing_last_name','Florsheim'),(4317,311,'_billing_company','Lice Clincs of America'),(4318,311,'_billing_address_1','11506 N Creekside Ct'),(4319,311,'_billing_city','Mequon'),(4320,311,'_billing_state','WI'),(4321,311,'_billing_postcode','53092'),(4322,311,'_billing_country','US'),(4323,311,'_billing_email','info@liceclinicsmilwaukee.com'),(4324,311,'_billing_phone','4142556550'),(4325,311,'_shipping_first_name','Jess'),(4326,311,'_shipping_last_name','Evans'),(4327,311,'_shipping_company','LCA'),(4328,311,'_shipping_address_1','124 N Broadway Suite L1'),(4329,311,'_shipping_city','DePere'),(4330,311,'_shipping_state','WI'),(4331,311,'_shipping_postcode','54115'),(4332,311,'_shipping_country','US'),(4333,311,'_order_currency','USD'),(4334,311,'_cart_discount','0'),(4335,311,'_cart_discount_tax','0'),(4336,311,'_order_shipping','25.92'),(4337,311,'_order_shipping_tax','0'),(4338,311,'_order_tax','0'),(4339,311,'_order_total','185.16'),(4340,311,'_order_version','5.2.2'),(4341,311,'_prices_include_tax','no'),(4342,311,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(4343,311,'_shipping_address_index','Jess Evans LCA 124 N Broadway Suite L1  DePere WI 54115 US'),(4344,311,'is_vat_exempt','no'),(4345,311,'Payment type','instant'),(4346,311,'_transaction_id','0H665280E05011258'),(4347,311,'_paypal_status','completed'),(4348,311,'PayPal Transaction Fee','5.67'),(4349,311,'_date_paid','1619114785'),(4350,311,'_paid_date','2021-04-22 18:06:25'),(4351,311,'_download_permissions_granted','yes'),(4352,311,'_recorded_sales','yes'),(4353,311,'_recorded_coupon_usage_counts','yes'),(4354,311,'_order_stock_reduced','yes'),(4355,311,'_new_order_email_sent','true'),(4356,312,'_order_key','wc_order_Bc15LY16eaUha'),(4357,312,'_customer_user','59'),(4358,312,'_payment_method','paypal'),(4359,312,'_payment_method_title','PayPal'),(4360,312,'_customer_ip_address','99.96.98.2'),(4361,312,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36'),(4362,312,'_created_via','checkout'),(4363,312,'_cart_hash','28b9539902f4e476ec9f59b829f13c04'),(4364,312,'_billing_first_name','Jacob'),(4365,312,'_billing_last_name','Anthon'),(4366,312,'_billing_address_1','58 arbor bend dr'),(4367,312,'_billing_city','Houston'),(4368,312,'_billing_state','TX'),(4369,312,'_billing_postcode','77070'),(4370,312,'_billing_country','US'),(4371,312,'_billing_email','louseysolutions@gmail.com'),(4372,312,'_billing_phone','602-400-8520'),(4373,312,'_shipping_first_name','Allison'),(4374,312,'_shipping_last_name','Anthon'),(4375,312,'_shipping_company','LCA Sugar Land'),(4376,312,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(4377,312,'_shipping_city','Tomball'),(4378,312,'_shipping_state','TX'),(4379,312,'_shipping_postcode','77375'),(4380,312,'_shipping_country','US'),(4381,312,'_order_currency','USD'),(4382,312,'_cart_discount','0'),(4383,312,'_cart_discount_tax','0'),(4384,312,'_order_shipping','0'),(4385,312,'_order_shipping_tax','0'),(4386,312,'_order_tax','0'),(4387,312,'_order_total','1795.72'),(4388,312,'_order_version','5.2.2'),(4389,312,'_prices_include_tax','no'),(4390,312,'_billing_address_index','Jacob Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8520'),(4391,312,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US'),(4392,312,'is_vat_exempt','no'),(4393,312,'Payment type','instant'),(4394,312,'_transaction_id','9Y208890HX527082X'),(4395,312,'_paypal_status','completed'),(4396,312,'PayPal Transaction Fee','52.38'),(4397,312,'_date_paid','1619126466'),(4398,312,'_paid_date','2021-04-22 21:21:06'),(4399,312,'_download_permissions_granted','yes'),(4400,312,'_recorded_sales','yes'),(4401,312,'_recorded_coupon_usage_counts','yes'),(4402,312,'_order_stock_reduced','yes'),(4403,312,'_new_order_email_sent','true'),(4404,313,'_order_key','wc_order_UszF7MH9erGcq'),(4405,313,'_customer_user','28'),(4406,313,'_payment_method','paypal'),(4407,313,'_payment_method_title','PayPal'),(4408,313,'_customer_ip_address','172.115.255.171'),(4409,313,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4410,313,'_created_via','checkout'),(4411,313,'_cart_hash','92e9de4d4925a464ad9385827d83d58d'),(4412,313,'_billing_first_name','Kelli'),(4413,313,'_billing_last_name','Washington'),(4414,313,'_billing_company','Lice Clinics of America - Temecula'),(4415,313,'_billing_address_1','2438 Bear Rock Gln'),(4416,313,'_billing_city','Escondido'),(4417,313,'_billing_state','CA'),(4418,313,'_billing_postcode','92026'),(4419,313,'_billing_country','US'),(4420,313,'_billing_email','info@liceclinicstemecula.com'),(4421,313,'_billing_phone','7606255580'),(4422,313,'_shipping_first_name','Kelli'),(4423,313,'_shipping_last_name','Washington'),(4424,313,'_shipping_company','Lice Clinics of America - Temecula'),(4425,313,'_shipping_address_1','2438 Bear Rock Gln'),(4426,313,'_shipping_city','Escondido'),(4427,313,'_shipping_state','CA'),(4428,313,'_shipping_postcode','92026'),(4429,313,'_shipping_country','US'),(4430,313,'_order_currency','USD'),(4431,313,'_cart_discount','0'),(4432,313,'_cart_discount_tax','0'),(4433,313,'_order_shipping','46.14'),(4434,313,'_order_shipping_tax','0'),(4435,313,'_order_tax','0'),(4436,313,'_order_total','206.66'),(4437,313,'_order_version','5.2.2'),(4438,313,'_prices_include_tax','no'),(4439,313,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(4440,313,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(4441,313,'is_vat_exempt','no'),(4442,313,'Payment type','instant'),(4443,313,'_transaction_id','0R5884710H307180H'),(4444,313,'_paypal_status','completed'),(4445,313,'PayPal Transaction Fee','6.29'),(4446,313,'_date_paid','1619127931'),(4447,313,'_paid_date','2021-04-22 21:45:31'),(4448,313,'_download_permissions_granted','yes'),(4449,313,'_recorded_sales','yes'),(4450,313,'_recorded_coupon_usage_counts','yes'),(4451,313,'_order_stock_reduced','yes'),(4452,313,'_new_order_email_sent','true'),(4497,316,'_order_key','wc_order_raeAmHkFcbBT9'),(4498,316,'_customer_user','0'),(4499,316,'_payment_method','paypal'),(4500,316,'_payment_method_title','PayPal'),(4501,316,'_customer_ip_address','136.62.176.226'),(4502,316,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4503,316,'_created_via','checkout'),(4504,316,'_cart_hash','7d93086a5ea639ab9bdbfb48c109203b'),(4505,316,'_billing_first_name','Lee'),(4506,316,'_billing_last_name','Rogers'),(4507,316,'_billing_company','LCA Wichita'),(4508,316,'_billing_address_1','345 South Belmont Street, Wichita, KS, USA'),(4509,316,'_billing_city','Wichita'),(4510,316,'_billing_state','KS'),(4511,316,'_billing_postcode','67218'),(4512,316,'_billing_country','US'),(4513,316,'_billing_email','leerogers@flash.net'),(4514,316,'_billing_phone','3167279951'),(4515,316,'_shipping_first_name','Lee'),(4516,316,'_shipping_last_name','Rogers'),(4517,316,'_shipping_company','LCA Wichita'),(4518,316,'_shipping_address_1','130 S Greenwich Road'),(4519,316,'_shipping_address_2','Lot 56'),(4520,316,'_shipping_city','Wichita'),(4521,316,'_shipping_state','KS'),(4522,316,'_shipping_postcode','67207'),(4523,316,'_shipping_country','US'),(4524,316,'_order_currency','USD'),(4525,316,'_cart_discount','0'),(4526,316,'_cart_discount_tax','0'),(4527,316,'_order_shipping','0'),(4528,316,'_order_shipping_tax','0'),(4529,316,'_order_tax','0'),(4530,316,'_order_total','524.32'),(4531,316,'_order_version','5.2.2'),(4532,316,'_prices_include_tax','no'),(4533,316,'_billing_address_index','Lee Rogers LCA Wichita 345 South Belmont Street, Wichita, KS, USA  Wichita KS 67218 US leerogers@flash.net 3167279951'),(4534,316,'_shipping_address_index','Lee Rogers LCA Wichita 130 S Greenwich Road Lot 56 Wichita KS 67207 US'),(4535,316,'is_vat_exempt','no'),(4536,316,'Payment type','instant'),(4537,316,'_transaction_id','3K750559JE7772522'),(4538,316,'_paypal_status','completed'),(4539,316,'PayPal Transaction Fee','15.51'),(4540,316,'_date_paid','1619205057'),(4541,316,'_paid_date','2021-04-23 19:10:57'),(4542,316,'_download_permissions_granted','yes'),(4543,316,'_recorded_sales','yes'),(4544,316,'_recorded_coupon_usage_counts','yes'),(4545,316,'_order_stock_reduced','yes'),(4546,316,'_new_order_email_sent','true'),(4547,317,'_order_key','wc_order_ojDojnI4ry2Kx'),(4548,317,'_customer_user','80'),(4549,317,'_payment_method','paypal'),(4550,317,'_payment_method_title','PayPal'),(4551,317,'_customer_ip_address','174.249.80.155'),(4552,317,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(4553,317,'_created_via','checkout'),(4554,317,'_cart_hash','3f019eefc6af4c8e587200dc15895e5b'),(4555,317,'_billing_first_name','Sharon'),(4556,317,'_billing_last_name','Rizzuto'),(4557,317,'_billing_address_1','143 Merion Ave'),(4558,317,'_billing_city','Narberth'),(4559,317,'_billing_state','PA'),(4560,317,'_billing_postcode','19072'),(4561,317,'_billing_country','US'),(4562,317,'_billing_email','liceclinicphilly@gmail.com'),(4563,317,'_billing_phone','2155141903'),(4564,317,'_shipping_first_name','Sharon'),(4565,317,'_shipping_last_name','Rizzuto'),(4566,317,'_shipping_company','LCA Downington'),(4567,317,'_shipping_address_1','1982 Butler pike'),(4568,317,'_shipping_address_2','#4'),(4569,317,'_shipping_city','Conshohocken'),(4570,317,'_shipping_state','PA'),(4571,317,'_shipping_postcode','19428'),(4572,317,'_shipping_country','US'),(4573,317,'_order_currency','USD'),(4574,317,'_cart_discount','0'),(4575,317,'_cart_discount_tax','0'),(4576,317,'_order_shipping','23.46'),(4577,317,'_order_shipping_tax','0'),(4578,317,'_order_tax','0'),(4579,317,'_order_total','30.96'),(4580,317,'_order_version','5.2.2'),(4581,317,'_prices_include_tax','no'),(4582,317,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(4583,317,'_shipping_address_index','Sharon Rizzuto LCA Downington 1982 Butler pike #4 Conshohocken PA 19428 US'),(4584,317,'is_vat_exempt','no'),(4585,317,'Payment type','instant'),(4586,317,'_transaction_id','3JT23978MN316150F'),(4587,317,'_paypal_status','completed'),(4588,317,'PayPal Transaction Fee','1.20'),(4589,317,'_date_paid','1619266238'),(4590,317,'_paid_date','2021-04-24 12:10:38'),(4591,317,'_download_permissions_granted','yes'),(4592,317,'_recorded_sales','yes'),(4593,317,'_recorded_coupon_usage_counts','yes'),(4594,317,'_order_stock_reduced','yes'),(4595,317,'_new_order_email_sent','true'),(4612,312,'_edit_lock','1619459846:2'),(4613,312,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031143\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"c3f9b6b602f9fa3d6144c68cf7c114e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031132\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"5b56bea0d217be539cc81fa18a1f33aa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031121\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"1408c71f701f43f5fc5c2fa786867bbe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031110\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"0eb43d1f5bc78b8f2a1346eb2b9f2eaa\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031100\";s:12:\"date_shipped\";i:1619459609;s:11:\"tracking_id\";s:32:\"01033bd7fb07f01c5c555e39f4262f84\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031095\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"7e057feb521a20b6c9d9002d39edfb93\";}}'),(4614,312,'_edit_last','2'),(4615,312,'_date_completed','1619459629'),(4616,312,'_completed_date','2021-04-26 17:53:49'),(4617,318,'_regular_price','3.00'),(4618,318,'total_sales','679'),(4619,318,'_tax_status','taxable'),(4620,318,'_tax_class',''),(4621,318,'_manage_stock','no'),(4622,318,'_backorders','no'),(4623,318,'_sold_individually','no'),(4624,318,'_weight','2.5'),(4625,318,'_length','3.3'),(4626,318,'_width','1.57'),(4627,318,'_height','1.57'),(4628,318,'_virtual','no'),(4629,318,'_downloadable','no'),(4630,318,'_download_limit','-1'),(4631,318,'_download_expiry','-1'),(4632,318,'_thumbnail_id','319'),(4633,318,'_stock',NULL),(4634,318,'_stock_status','instock'),(4635,318,'_wc_average_rating','0'),(4636,318,'_wc_review_count','0'),(4637,318,'_product_version','5.3.0'),(4638,318,'_price','3.00'),(4639,318,'site-sidebar-layout','default'),(4640,318,'site-content-layout','default'),(4641,318,'theme-transparent-header-meta','default'),(4642,318,'stick-header-meta','default'),(4643,318,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4644,318,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4645,318,'_wc_memberships_force_public','no'),(4646,318,'_wc_memberships_exclude_discounts','no'),(4647,318,'_edit_lock','1712575406:102'),(4648,318,'_edit_last','2'),(4649,318,'mwqb_sync_uiiqb','0'),(4650,319,'_wp_attached_file','2021/04/Goomies.jpg'),(4651,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1813;s:6:\"height\";i:1814;s:4:\"file\";s:19:\"2021/04/Goomies.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Goomies-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Goomies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Goomies-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4652,318,'_wp_old_slug','goomies-4-pack'),(4653,320,'_regular_price','3.75'),(4654,320,'total_sales','178'),(4655,320,'_tax_status','taxable'),(4656,320,'_tax_class',''),(4657,320,'_manage_stock','no'),(4658,320,'_backorders','no'),(4659,320,'_sold_individually','no'),(4660,320,'_weight','.25'),(4661,320,'_length','10.5'),(4662,320,'_width','4.25'),(4663,320,'_height','4.25'),(4664,320,'_virtual','no'),(4665,320,'_downloadable','no'),(4666,320,'_download_limit','-1'),(4667,320,'_download_expiry','-1'),(4668,320,'_thumbnail_id','321'),(4669,320,'_stock',NULL),(4670,320,'_stock_status','instock'),(4671,320,'_wc_average_rating','0'),(4672,320,'_wc_review_count','0'),(4673,320,'_product_version','5.3.0'),(4674,320,'_price','3.75'),(4675,320,'site-sidebar-layout','default'),(4676,320,'site-content-layout','default'),(4677,320,'theme-transparent-header-meta','default'),(4678,320,'stick-header-meta','default'),(4679,320,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4680,320,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4681,320,'_wc_memberships_force_public','no'),(4682,320,'_wc_memberships_exclude_discounts','no'),(4683,320,'_edit_lock','1685572771:2'),(4684,320,'_edit_last','2'),(4685,320,'mwqb_sync_uiiqb','0'),(4686,321,'_wp_attached_file','2021/04/wet-comb.jpg'),(4687,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2021/04/wet-comb.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wet-comb-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wet-comb-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"wet-comb-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"wet-comb-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 320 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393233933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"9.324\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4690,322,'_wp_attached_file','2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg'),(4691,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:589;s:6:\"height\";i:490;s:4:\"file\";s:61:\"2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4692,138,'mwqb_sync_uiiqb','0'),(4693,323,'_start_date','2023-03-20 00:00:00'),(4695,323,'_end_date',''),(4736,325,'_order_key','wc_order_BavmdPHzbJ4Hg'),(4737,325,'_customer_user','77'),(4738,325,'_payment_method','paypal'),(4739,325,'_payment_method_title','PayPal'),(4740,325,'_customer_ip_address','107.205.56.86'),(4741,325,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4742,325,'_created_via','checkout'),(4743,325,'_cart_hash','fde93750ba051c6c9faabe206e49eb4c'),(4744,325,'_billing_first_name','Phil'),(4745,325,'_billing_last_name','Moon'),(4746,325,'_billing_company','Lice Clinics of America--Fresno'),(4747,325,'_billing_address_1','314A 4th Ave'),(4748,325,'_billing_city','San Francisco'),(4749,325,'_billing_state','CA'),(4750,325,'_billing_postcode','94118'),(4751,325,'_billing_country','US'),(4752,325,'_billing_email','info@liceclinicsfresno.com'),(4753,325,'_billing_phone','5593046305'),(4754,325,'_shipping_first_name','Kristen'),(4755,325,'_shipping_last_name','Maroot-Rippee'),(4756,325,'_shipping_company','Lice Busters LLC. FRESNO'),(4757,325,'_shipping_address_1','487 West Scott Avenue'),(4758,325,'_shipping_city','Fresno'),(4759,325,'_shipping_state','CA'),(4760,325,'_shipping_postcode','93704'),(4761,325,'_shipping_country','US'),(4762,325,'_order_currency','USD'),(4763,325,'_cart_discount','0'),(4764,325,'_cart_discount_tax','0'),(4765,325,'_order_shipping','51.84'),(4766,325,'_order_shipping_tax','0'),(4767,325,'_order_tax','0'),(4768,325,'_order_total','51.84'),(4769,325,'_order_version','5.2.2'),(4770,325,'_prices_include_tax','no'),(4771,325,'_billing_address_index','Phil Moon Lice Clinics of America--Fresno 314A 4th Ave  San Francisco CA 94118 US info@liceclinicsfresno.com 5593046305'),(4772,325,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue  Fresno CA 93704 US'),(4773,325,'is_vat_exempt','no'),(4774,325,'Payment type','instant'),(4775,325,'_transaction_id','15D43611JA181174G'),(4776,325,'_paypal_status','completed'),(4777,325,'PayPal Transaction Fee','1.80'),(4778,325,'_date_paid','1619469600'),(4779,325,'_paid_date','2021-04-26 20:40:00'),(4780,325,'_download_permissions_granted','yes'),(4781,325,'_recorded_sales','yes'),(4782,325,'_recorded_coupon_usage_counts','yes'),(4783,325,'_order_stock_reduced','yes'),(4784,325,'_new_order_email_sent','true'),(4785,326,'_order_key','wc_order_pJHFH8v6opVCB'),(4786,326,'_customer_user','77'),(4787,326,'_payment_method','paypal'),(4788,326,'_payment_method_title','PayPal'),(4789,326,'_customer_ip_address','107.205.56.86'),(4790,326,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4791,326,'_created_via','checkout'),(4792,326,'_cart_hash','fde93750ba051c6c9faabe206e49eb4c'),(4793,326,'_billing_first_name','Phil'),(4794,326,'_billing_last_name','Moon'),(4795,326,'_billing_company','Lice Clinics of America--Visalia'),(4796,326,'_billing_address_1','585 56th Street'),(4797,326,'_billing_city','Oakland'),(4798,326,'_billing_state','CA'),(4799,326,'_billing_postcode','94609'),(4800,326,'_billing_country','US'),(4801,326,'_billing_email','info@liceclinicsfresno.com'),(4802,326,'_billing_phone','5593046305'),(4803,326,'_shipping_first_name','Kristen'),(4804,326,'_shipping_last_name','Maroot-Rippee'),(4805,326,'_shipping_company','Lice Busters LLC. VISALIA'),(4806,326,'_shipping_address_1','487 West Scott Avenue'),(4807,326,'_shipping_city','Fresno'),(4808,326,'_shipping_state','CA'),(4809,326,'_shipping_postcode','93704'),(4810,326,'_shipping_country','US'),(4811,326,'_order_currency','USD'),(4812,326,'_cart_discount','0'),(4813,326,'_cart_discount_tax','0'),(4814,326,'_order_shipping','51.84'),(4815,326,'_order_shipping_tax','0'),(4816,326,'_order_tax','0'),(4817,326,'_order_total','51.84'),(4818,326,'_order_version','5.2.2'),(4819,326,'_prices_include_tax','no'),(4820,326,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(4821,326,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 West Scott Avenue  Fresno CA 93704 US'),(4822,326,'is_vat_exempt','no'),(4823,326,'Payment type','instant'),(4824,326,'_transaction_id','7B6451632X389530V'),(4825,326,'_paypal_status','completed'),(4826,326,'PayPal Transaction Fee','1.80'),(4827,326,'_date_paid','1619469819'),(4828,326,'_paid_date','2021-04-26 20:43:39'),(4829,326,'_download_permissions_granted','yes'),(4830,326,'_recorded_sales','yes'),(4831,326,'_recorded_coupon_usage_counts','yes'),(4832,326,'_order_stock_reduced','yes'),(4833,326,'_new_order_email_sent','true'),(4834,327,'_order_key','wc_order_75ypOtdSfDSxC'),(4835,327,'_customer_user','53'),(4836,327,'_payment_method','paypal'),(4837,327,'_payment_method_title','PayPal'),(4838,327,'_customer_ip_address','99.5.78.154'),(4839,327,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(4840,327,'_created_via','checkout'),(4841,327,'_cart_hash','d74c5156ce669d9dcb443996a1db8ac1'),(4842,327,'_billing_first_name','Dena'),(4843,327,'_billing_last_name','Black'),(4844,327,'_billing_address_1','8216 CURICO LANE'),(4845,327,'_billing_city','CHARLOTTE'),(4846,327,'_billing_state','NC'),(4847,327,'_billing_postcode','28227'),(4848,327,'_billing_country','US'),(4849,327,'_billing_email','info@liceclinicssouthcharlotte.com'),(4850,327,'_billing_phone','9102647141'),(4851,327,'_shipping_first_name','Dena'),(4852,327,'_shipping_last_name','Black'),(4853,327,'_shipping_address_1','8216 CURICO LANE'),(4854,327,'_shipping_city','CHARLOTTE'),(4855,327,'_shipping_state','NC'),(4856,327,'_shipping_postcode','28227'),(4857,327,'_shipping_country','US'),(4858,327,'_order_currency','USD'),(4859,327,'_cart_discount','0'),(4860,327,'_cart_discount_tax','0'),(4861,327,'_order_shipping','41.83'),(4862,327,'_order_shipping_tax','0'),(4863,327,'_order_tax','0'),(4864,327,'_order_total','41.83'),(4865,327,'_order_version','5.2.2'),(4866,327,'_prices_include_tax','no'),(4867,327,'_billing_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(4868,327,'_shipping_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US'),(4869,327,'is_vat_exempt','no'),(4870,327,'Payment type','instant'),(4871,327,'_transaction_id','8N398951S8980294V'),(4872,327,'_paypal_status','completed'),(4873,327,'PayPal Transaction Fee','1.51'),(4874,327,'_date_paid','1619475666'),(4875,327,'_paid_date','2021-04-26 22:21:06'),(4876,327,'_download_permissions_granted','yes'),(4877,327,'_recorded_sales','yes'),(4878,327,'_recorded_coupon_usage_counts','yes'),(4879,327,'_order_stock_reduced','yes'),(4880,327,'_new_order_email_sent','true'),(4881,316,'_edit_lock','1619476794:2'),(4882,316,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031187\";s:12:\"date_shipped\";s:10:\"1619395200\";s:11:\"tracking_id\";s:32:\"5f4ed0fc1bc55b4b7fc365add96b685f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031176\";s:12:\"date_shipped\";i:1619476828;s:11:\"tracking_id\";s:32:\"f7ab2df636854089b7ab4697c2929cec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031165\";s:12:\"date_shipped\";i:1619476834;s:11:\"tracking_id\";s:32:\"923e94efef96021079bc4ec879a4b15f\";}}'),(4883,316,'_edit_last','2'),(4884,316,'_date_completed','1619476837'),(4885,316,'_completed_date','2021-04-26 22:40:37'),(4886,317,'_edit_lock','1619476963:2'),(4887,317,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031213\";s:12:\"date_shipped\";s:10:\"1619395200\";s:11:\"tracking_id\";s:32:\"7870ed4c83538b60327ad876c3f2a7cd\";}}'),(4888,317,'_edit_last','2'),(4889,317,'_date_completed','1619477089'),(4890,317,'_completed_date','2021-04-26 22:44:49'),(4895,313,'_edit_lock','1619477310:2'),(4896,313,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030960\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"05ebc6abdec332f56e2567f1183f1a09\";}}'),(4897,313,'_edit_last','2'),(4898,313,'_date_completed','1619477364'),(4899,313,'_completed_date','2021-04-26 22:49:24'),(4900,311,'_edit_lock','1619477433:2'),(4901,311,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030938\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"f2ff2c7ebffcfa93c668203d475df5c3\";}}'),(4902,311,'_edit_last','2'),(4903,311,'_date_completed','1619477566'),(4904,311,'_completed_date','2021-04-26 22:52:46'),(4905,310,'_edit_lock','1619477485:2'),(4906,310,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030802\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"9dba081da3201e406a21a141a86bf334\";}}'),(4907,310,'_edit_last','2'),(4908,310,'_date_completed','1619477611'),(4909,310,'_completed_date','2021-04-26 22:53:31'),(4910,302,'_edit_lock','1759346052:2'),(4911,302,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030607\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"c187db699853ccf2e334541f00c65674\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030592\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"2563447b959a1d36557cc708196f64ed\";}}'),(4912,302,'_edit_last','2'),(4913,302,'_date_completed','1619478198'),(4914,302,'_completed_date','2021-04-26 23:03:18'),(4915,328,'_order_key','wc_order_M7wqM0km89wAs'),(4916,328,'_customer_user','43'),(4917,328,'_payment_method','paypal'),(4918,328,'_payment_method_title','PayPal'),(4919,328,'_customer_ip_address','73.107.118.11'),(4920,328,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4921,328,'_created_via','checkout'),(4922,328,'_cart_hash','42222a7b58fc03f32ecabcba170d8d4e'),(4923,328,'_billing_first_name','Ryan'),(4924,328,'_billing_last_name','Nelson'),(4925,328,'_billing_address_1','140 Flame Vine drive'),(4926,328,'_billing_city','Naples'),(4927,328,'_billing_state','FL'),(4928,328,'_billing_postcode','34110'),(4929,328,'_billing_country','US'),(4930,328,'_billing_email','Rjnelson73@gmail.com'),(4931,328,'_billing_phone','239-281-0719'),(4932,328,'_shipping_first_name','Ryan'),(4933,328,'_shipping_last_name','Nelson'),(4934,328,'_shipping_address_1','140 Flame Vine drive'),(4935,328,'_shipping_city','Naples'),(4936,328,'_shipping_state','FL'),(4937,328,'_shipping_postcode','34110'),(4938,328,'_shipping_country','US'),(4939,328,'_order_currency','USD'),(4940,328,'_cart_discount','0'),(4941,328,'_cart_discount_tax','0'),(4942,328,'_order_shipping','42.23'),(4943,328,'_order_shipping_tax','0'),(4944,328,'_order_tax','0'),(4945,328,'_order_total','283.70'),(4946,328,'_order_version','5.2.2'),(4947,328,'_prices_include_tax','no'),(4948,328,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(4949,328,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US'),(4950,328,'is_vat_exempt','no'),(4951,328,'Payment type','instant'),(4952,328,'_transaction_id','7CW703060S528461P'),(4953,328,'_paypal_status','completed'),(4954,328,'PayPal Transaction Fee','8.53'),(4955,328,'_date_paid','1619533951'),(4956,328,'_paid_date','2021-04-27 14:32:31'),(4957,328,'_download_permissions_granted','yes'),(4958,328,'_recorded_sales','yes'),(4959,328,'_recorded_coupon_usage_counts','yes'),(4960,328,'_order_stock_reduced','yes'),(4961,328,'_new_order_email_sent','true'),(4962,306,'_edit_lock','1619543128:2'),(4963,306,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030732\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"d7b647c8bc9d9ab38e3a7499c5ea9f8c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030743\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"53dc3c34e51a3cda3e64e01083decc16\";}}'),(4964,306,'_edit_last','2'),(4965,306,'_date_completed','1619543269'),(4966,306,'_completed_date','2021-04-27 17:07:49'),(4967,305,'_edit_lock','1619543212:2'),(4968,305,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030754\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"20f57c1db3117ef8f7f666004ab05cc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030765\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"4ebf5c57c55ad0a5d249883d9a0988f6\";}}'),(4969,305,'_edit_last','2'),(4970,305,'_date_completed','1619543350'),(4971,305,'_completed_date','2021-04-27 17:09:10'),(4972,304,'_edit_lock','1619543276:2'),(4973,304,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030710\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"1039c8141a5c1264c68d3b1b21cdde78\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030721\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"34eae400bc2a589148f4e4837a637295\";}}'),(4974,304,'_edit_last','2'),(4975,304,'_date_completed','1619543414'),(4976,304,'_completed_date','2021-04-27 17:10:14'),(4977,303,'_edit_lock','1619543445:2'),(4978,303,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030684\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"3bd821edf9ef416546d401604dc5137e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030695\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"c33041a463b497bd06920d39bf2aafe1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030700\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"aba105778f99d4b134b6a63dbcfa86cf\";}}'),(4979,303,'_edit_last','2'),(4980,303,'_date_completed','1619543478'),(4981,303,'_completed_date','2021-04-27 17:11:18'),(4982,329,'_order_key','wc_order_F4CnA7GCOvNAm'),(4983,329,'_customer_user','3'),(4984,329,'_payment_method','paypal'),(4985,329,'_payment_method_title','PayPal'),(4986,329,'_customer_ip_address','70.142.202.154'),(4987,329,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4988,329,'_created_via','checkout'),(4989,329,'_cart_hash','b2402f6c3a6ec41e19c4559205696219'),(4990,329,'_billing_first_name','Amanda'),(4991,329,'_billing_last_name','Westerman'),(4992,329,'_billing_address_1','3120 Hudson Crossing'),(4993,329,'_billing_address_2','Suite A2'),(4994,329,'_billing_city','MCKINNEY'),(4995,329,'_billing_state','TX'),(4996,329,'_billing_postcode','75070'),(4997,329,'_billing_country','US'),(4998,329,'_billing_email','info@liceclinicsmckinney.com'),(4999,329,'_billing_phone','214-417-5741'),(5000,329,'_shipping_first_name','Amanda'),(5001,329,'_shipping_last_name','Westerman'),(5002,329,'_shipping_address_1','3120 Hudson Crossing'),(5003,329,'_shipping_address_2','Suite A2'),(5004,329,'_shipping_city','MCKINNEY'),(5005,329,'_shipping_state','TX'),(5006,329,'_shipping_postcode','75070'),(5007,329,'_shipping_country','US'),(5008,329,'_order_currency','USD'),(5009,329,'_cart_discount','0'),(5010,329,'_cart_discount_tax','0'),(5011,329,'_order_shipping','0'),(5012,329,'_order_shipping_tax','0'),(5013,329,'_order_tax','0'),(5014,329,'_order_total','504.49'),(5015,329,'_order_version','5.2.2'),(5016,329,'_prices_include_tax','no'),(5017,329,'_billing_address_index','Amanda Westerman  3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US info@liceclinicsmckinney.com 214-417-5741'),(5018,329,'_shipping_address_index','Amanda Westerman  3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(5019,329,'is_vat_exempt','no'),(5020,329,'Payment type','instant'),(5021,329,'_transaction_id','6BY211872K421734E'),(5022,329,'_paypal_status','completed'),(5023,329,'PayPal Transaction Fee','14.93'),(5024,329,'_date_paid','1619544002'),(5025,329,'_paid_date','2021-04-27 17:20:02'),(5026,329,'_download_permissions_granted','yes'),(5027,329,'_recorded_sales','yes'),(5028,329,'_recorded_coupon_usage_counts','yes'),(5029,329,'_order_stock_reduced','yes'),(5030,329,'_new_order_email_sent','true'),(5031,325,'_edit_lock','1619552962:2'),(5032,325,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031371\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"c0eda1509ab3f2e59ee6e324b90a1f90\";}}'),(5033,325,'_edit_last','2'),(5034,325,'_date_completed','1619553101'),(5035,325,'_completed_date','2021-04-27 19:51:41'),(5036,326,'_edit_lock','1619553012:2'),(5037,326,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031382\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"d2ec419af237c7e8f71defdda9bde619\";}}'),(5038,326,'_edit_last','2'),(5039,326,'_date_completed','1619553153'),(5040,326,'_completed_date','2021-04-27 19:52:33'),(5041,327,'_edit_lock','1619553071:2'),(5042,327,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031420\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"a87991029f26fddfa2b59bf6edd302ea\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031419\";s:12:\"date_shipped\";i:1619553206;s:11:\"tracking_id\";s:32:\"24e0daa9ebc3987e200a0f0d11c27654\";}}'),(5043,327,'_edit_last','2'),(5044,327,'_date_completed','1619553211'),(5045,327,'_completed_date','2021-04-27 19:53:31'),(5082,332,'_order_key','wc_order_7fjsxGDzIk8Ms'),(5083,332,'_customer_user','34'),(5084,332,'_payment_method','paypal'),(5085,332,'_payment_method_title','PayPal'),(5086,332,'_customer_ip_address','172.58.39.106'),(5087,332,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36'),(5088,332,'_created_via','checkout'),(5089,332,'_cart_hash','7aaac5d0c000d16317b9294d81043e1d'),(5090,332,'_billing_first_name','Margaret'),(5091,332,'_billing_last_name','Torres-Wilson'),(5092,332,'_billing_address_1','1055 W Moana'),(5093,332,'_billing_city','Reno'),(5094,332,'_billing_state','NV'),(5095,332,'_billing_postcode','89508'),(5096,332,'_billing_country','US'),(5097,332,'_billing_email','lcarenoshop@gmail.com'),(5098,332,'_billing_phone','(775)357-7523'),(5099,332,'_shipping_first_name','Margaret'),(5100,332,'_shipping_last_name','Torres-Wilson'),(5101,332,'_shipping_address_1','3375 Becard lane'),(5102,332,'_shipping_city','Reno'),(5103,332,'_shipping_state','NV'),(5104,332,'_shipping_postcode','89508'),(5105,332,'_shipping_country','US'),(5106,332,'_order_currency','USD'),(5107,332,'_cart_discount','0'),(5108,332,'_cart_discount_tax','0'),(5109,332,'_order_shipping','78.64'),(5110,332,'_order_shipping_tax','0'),(5111,332,'_order_tax','0'),(5112,332,'_order_total','352.76'),(5113,332,'_order_version','5.2.2'),(5114,332,'_prices_include_tax','no'),(5115,332,'_billing_address_index','Margaret Torres-Wilson  1055 W Moana  Reno NV 89508 US lcarenoshop@gmail.com (775)357-7523'),(5116,332,'_shipping_address_index','Margaret Torres-Wilson  3375 Becard lane  Reno NV 89508 US'),(5117,332,'is_vat_exempt','no'),(5118,332,'Payment type','instant'),(5119,332,'_transaction_id','3JU31351RT136561Y'),(5120,332,'_paypal_status','completed'),(5121,332,'PayPal Transaction Fee','10.53'),(5122,332,'_date_paid','1619557901'),(5123,332,'_paid_date','2021-04-27 21:11:41'),(5124,332,'_download_permissions_granted','yes'),(5125,332,'_recorded_sales','yes'),(5126,332,'_recorded_coupon_usage_counts','yes'),(5127,332,'_order_stock_reduced','yes'),(5128,332,'_new_order_email_sent','true'),(5129,333,'_order_key','wc_order_ZyMHhbkx0eEVF'),(5130,333,'_customer_user','48'),(5131,333,'_payment_method','paypal'),(5132,333,'_payment_method_title','PayPal'),(5133,333,'_customer_ip_address','50.4.121.93'),(5134,333,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),(5135,333,'_created_via','checkout'),(5136,333,'_cart_hash','7ff0a6fad3e4724c888ec693f19d69a0'),(5137,333,'_billing_first_name','Suzanne'),(5138,333,'_billing_last_name','McCutchan'),(5139,333,'_billing_address_1','7206 OAK HILL RD'),(5140,333,'_billing_city','Evansville'),(5141,333,'_billing_state','IN'),(5142,333,'_billing_postcode','47725'),(5143,333,'_billing_country','US'),(5144,333,'_billing_email','suzannemccutchan@outlook.com'),(5145,333,'_billing_phone','8127468389'),(5146,333,'_shipping_first_name','Suzanne'),(5147,333,'_shipping_last_name','McCutchan'),(5148,333,'_shipping_address_1','7206 Oak Hill Rd'),(5149,333,'_shipping_city','Evansville'),(5150,333,'_shipping_state','IN'),(5151,333,'_shipping_postcode','47725'),(5152,333,'_shipping_country','US'),(5153,333,'_order_currency','USD'),(5154,333,'_cart_discount','0'),(5155,333,'_cart_discount_tax','0'),(5156,333,'_order_shipping','68.44'),(5157,333,'_order_shipping_tax','0'),(5158,333,'_order_tax','0'),(5159,333,'_order_total','560.63'),(5160,333,'_order_version','5.2.2'),(5161,333,'_prices_include_tax','no'),(5162,333,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(5163,333,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US'),(5164,333,'is_vat_exempt','no'),(5165,333,'Payment type','instant'),(5166,333,'_transaction_id','1RD5813599755784B'),(5167,333,'_paypal_status','completed'),(5168,333,'PayPal Transaction Fee','16.56'),(5169,333,'_date_paid','1619623622'),(5170,333,'_paid_date','2021-04-28 15:27:02'),(5171,333,'_download_permissions_granted','yes'),(5172,333,'_recorded_sales','yes'),(5173,333,'_recorded_coupon_usage_counts','yes'),(5174,333,'_order_stock_reduced','yes'),(5175,333,'_new_order_email_sent','true'),(5176,334,'_order_key','wc_order_ZdKrExsGLmI8n'),(5177,334,'_customer_user','4'),(5178,334,'_payment_method','paypal'),(5179,334,'_payment_method_title','PayPal'),(5180,334,'_customer_ip_address','69.27.10.234'),(5181,334,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49'),(5182,334,'_created_via','checkout'),(5183,334,'_cart_hash','86100dfc9e3991ad075c0327d05582cc'),(5184,334,'_billing_first_name','David'),(5185,334,'_billing_last_name','Washburn'),(5186,334,'_billing_company','Larada Sciences'),(5187,334,'_billing_address_1','154 East Myrtle Ave.'),(5188,334,'_billing_address_2','Ste. #304'),(5189,334,'_billing_city','Murray'),(5190,334,'_billing_state','UT'),(5191,334,'_billing_postcode','84107'),(5192,334,'_billing_country','US'),(5193,334,'_billing_email','info@liceclinicssaltlakecity.com'),(5194,334,'_billing_phone','8013260674'),(5195,334,'_shipping_first_name','David'),(5196,334,'_shipping_last_name','Washburn'),(5197,334,'_shipping_company','Larada Sciences'),(5198,334,'_shipping_address_1','154 East Myrtle Ave.'),(5199,334,'_shipping_address_2','Ste. #304'),(5200,334,'_shipping_city','Murray'),(5201,334,'_shipping_state','UT'),(5202,334,'_shipping_postcode','84107'),(5203,334,'_shipping_country','US'),(5204,334,'_order_currency','USD'),(5205,334,'_cart_discount','0'),(5206,334,'_cart_discount_tax','0'),(5207,334,'_order_shipping','0'),(5208,334,'_order_shipping_tax','0'),(5209,334,'_order_tax','0'),(5210,334,'_order_total','817.76'),(5211,334,'_order_version','5.2.2'),(5212,334,'_prices_include_tax','no'),(5213,334,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #304 Murray UT 84107 US info@liceclinicssaltlakecity.com 8013260674'),(5214,334,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #304 Murray UT 84107 US'),(5215,334,'is_vat_exempt','no'),(5216,334,'Payment type','instant'),(5217,334,'_transaction_id','0SF23238DK0251807'),(5218,334,'_paypal_status','completed'),(5219,334,'PayPal Transaction Fee','24.02'),(5220,334,'_date_paid','1619727117'),(5221,334,'_paid_date','2021-04-29 20:11:57'),(5222,334,'_download_permissions_granted','yes'),(5223,334,'_recorded_sales','yes'),(5224,334,'_recorded_coupon_usage_counts','yes'),(5225,334,'_order_stock_reduced','yes'),(5226,334,'_new_order_email_sent','true'),(5227,335,'_order_key','wc_order_uBoFEvca5xOas'),(5228,335,'_customer_user','73'),(5229,335,'_payment_method','paypal'),(5230,335,'_payment_method_title','PayPal'),(5231,335,'_customer_ip_address','174.195.205.95'),(5232,335,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(5233,335,'_created_via','checkout'),(5234,335,'_cart_hash','b14958a403f8620ae462bcd9a48c1528'),(5235,335,'_billing_first_name','Lice Clinics'),(5236,335,'_billing_last_name','Castro Valley'),(5237,335,'_billing_company','Lice Clinics of America - Castro Valley'),(5238,335,'_billing_address_1','20406 Redwood Rd, Suite A'),(5239,335,'_billing_city','Castro Valley'),(5240,335,'_billing_state','CA'),(5241,335,'_billing_postcode','94546'),(5242,335,'_billing_country','US'),(5243,335,'_billing_email','info@liceclinicscastrovalley.com'),(5244,335,'_billing_phone','5106763272'),(5245,335,'_shipping_first_name','Lice Clinics'),(5246,335,'_shipping_last_name','Castro Valley'),(5247,335,'_shipping_company','LCA - Castro Valley'),(5248,335,'_shipping_address_1','31372 Mackinaw St'),(5249,335,'_shipping_city','Union City'),(5250,335,'_shipping_state','CA'),(5251,335,'_shipping_postcode','94587'),(5252,335,'_shipping_country','US'),(5253,335,'_order_currency','USD'),(5254,335,'_cart_discount','0'),(5255,335,'_cart_discount_tax','0'),(5256,335,'_order_shipping','0'),(5257,335,'_order_shipping_tax','0'),(5258,335,'_order_tax','0'),(5259,335,'_order_total','552.00'),(5260,335,'_order_version','5.2.2'),(5261,335,'_prices_include_tax','no'),(5262,335,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(5263,335,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US'),(5266,335,'is_vat_exempt','no'),(5267,335,'Payment type','instant'),(5268,335,'_transaction_id','5MF573424K514411S'),(5269,335,'_paypal_status','completed'),(5270,335,'PayPal Transaction Fee','16.31'),(5271,335,'_date_paid','1619808295'),(5272,335,'_paid_date','2021-04-30 18:44:55'),(5273,335,'_download_permissions_granted','yes'),(5274,335,'_recorded_sales','yes'),(5275,335,'_recorded_coupon_usage_counts','yes'),(5276,335,'_order_stock_reduced','yes'),(5277,335,'_new_order_email_sent','true'),(5282,328,'_edit_lock','1619815140:2'),(5283,329,'_edit_lock','1619815055:2'),(5284,332,'_edit_lock','1619814968:2'),(5285,333,'_edit_lock','1619814919:2'),(5286,334,'_edit_lock','1620049816:2'),(5287,333,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031670\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"5eb6d532e594c76afcfcd7700ef9e9c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031680\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"24cba9b465431e7428807acaaad8e820\";}}'),(5288,333,'_edit_last','2'),(5289,333,'_date_completed','1619815055'),(5290,333,'_completed_date','2021-04-30 20:37:35'),(5291,332,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031614\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"fcca7cdb9239da2463a88b60ab3d7eb8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031625\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"06642ea2d51b45f01e1035553adef6c5\";}}'),(5292,332,'_edit_last','2'),(5293,332,'_date_completed','1619815103'),(5294,332,'_completed_date','2021-04-30 20:38:23'),(5295,329,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031500\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"651ccf546560981e2d2cf72c194200a6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031511\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"8bf1ee014a3f2f9d46e891207039d470\";}}'),(5296,329,'_edit_last','2'),(5297,329,'_date_completed','1619815172'),(5298,329,'_completed_date','2021-04-30 20:39:32'),(5299,328,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031463\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"50c3af8cddec7a05c3666f7d5de8fed5\";}}'),(5300,328,'_edit_last','2'),(5301,328,'_date_completed','1619815278'),(5302,328,'_completed_date','2021-04-30 20:41:18'),(5303,336,'_order_key','wc_order_Cy6j8zz9FlsiY'),(5304,336,'_customer_user','47'),(5305,336,'_payment_method','paypal'),(5306,336,'_payment_method_title','PayPal'),(5307,336,'_customer_ip_address','72.177.241.58'),(5308,336,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(5309,336,'_created_via','checkout'),(5310,336,'_cart_hash','5654ee514c24a316ebdc33492062c667'),(5311,336,'_billing_first_name','Tracy'),(5312,336,'_billing_last_name','Copeland'),(5313,336,'_billing_company','South Texas Lice Clinics LLC'),(5314,336,'_billing_address_1','14223 Silverhollow'),(5315,336,'_billing_city','San Antonio'),(5316,336,'_billing_state','TX'),(5317,336,'_billing_postcode','78232'),(5318,336,'_billing_country','US'),(5319,336,'_billing_email','info@liceclinicsanantoniowest.com'),(5320,336,'_billing_phone','2103135033'),(5321,336,'_shipping_first_name','Tracy'),(5322,336,'_shipping_last_name','Copeland'),(5323,336,'_shipping_company','South Texas Lice Clinics LLC'),(5324,336,'_shipping_address_1','14223 Silverhollow'),(5325,336,'_shipping_city','San Antonio'),(5326,336,'_shipping_state','TX'),(5327,336,'_shipping_postcode','78232'),(5328,336,'_shipping_country','US'),(5329,336,'_order_currency','USD'),(5330,336,'_cart_discount','0'),(5331,336,'_cart_discount_tax','0'),(5332,336,'_order_shipping','0'),(5333,336,'_order_shipping_tax','0'),(5334,336,'_order_tax','0'),(5335,336,'_order_total','564.96'),(5336,336,'_order_version','5.2.2'),(5337,336,'_prices_include_tax','no'),(5338,336,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(5339,336,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US'),(5340,336,'is_vat_exempt','no'),(5341,336,'Payment type','instant'),(5342,336,'_transaction_id','17N01457RE664444E'),(5343,336,'_paypal_status','completed'),(5344,336,'PayPal Transaction Fee','16.68'),(5345,336,'_date_paid','1619898394'),(5346,336,'_paid_date','2021-05-01 19:46:34'),(5347,336,'_download_permissions_granted','yes'),(5348,336,'_recorded_sales','yes'),(5349,336,'_recorded_coupon_usage_counts','yes'),(5350,336,'_order_stock_reduced','yes'),(5351,336,'_new_order_email_sent','true'),(5352,337,'_order_key','wc_order_GaNozCFl4lImo'),(5353,337,'_customer_user','0'),(5354,337,'_payment_method','paypal'),(5355,337,'_payment_method_title','PayPal'),(5356,337,'_customer_ip_address','174.27.19.157'),(5357,337,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5358,337,'_created_via','checkout'),(5359,337,'_cart_hash','b3759c68b52e654ef93e80c5dae0ec3e'),(5360,337,'_billing_first_name','SaLeah'),(5361,337,'_billing_last_name','Snelling'),(5362,337,'_billing_address_1','11024 W. Inglin Dr'),(5363,337,'_billing_city','Boise'),(5364,337,'_billing_state','ID'),(5365,337,'_billing_postcode','83709'),(5366,337,'_billing_country','US'),(5367,337,'_billing_email','info@liceclinicsboise.com'),(5368,337,'_billing_phone','2088302070'),(5369,337,'_shipping_first_name','SaLeah'),(5370,337,'_shipping_last_name','Snelling'),(5371,337,'_shipping_address_1','11024 W. Inglin Dr'),(5372,337,'_shipping_city','Boise'),(5373,337,'_shipping_state','ID'),(5374,337,'_shipping_postcode','83709'),(5375,337,'_shipping_country','US'),(5376,337,'_order_currency','USD'),(5377,337,'_cart_discount','0'),(5378,337,'_cart_discount_tax','0'),(5379,337,'_order_shipping','0'),(5380,337,'_order_shipping_tax','0'),(5381,337,'_order_tax','0'),(5382,337,'_order_total','1037.63'),(5383,337,'_order_version','5.2.2'),(5384,337,'_prices_include_tax','no'),(5385,337,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(5386,337,'_shipping_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US'),(5387,337,'is_vat_exempt','no'),(5388,337,'Payment type','instant'),(5389,337,'_transaction_id','2MA59702H8237653D'),(5390,337,'_paypal_status','completed'),(5391,337,'PayPal Transaction Fee','30.39'),(5392,337,'_date_paid','1619969961'),(5393,337,'_paid_date','2021-05-02 15:39:21'),(5394,337,'_download_permissions_granted','yes'),(5395,337,'_recorded_sales','yes'),(5396,337,'_recorded_coupon_usage_counts','yes'),(5397,337,'_order_stock_reduced','yes'),(5398,337,'_new_order_email_sent','true'),(5399,338,'_order_key','wc_order_emKJUNvCRts3j'),(5400,338,'_customer_user','78'),(5401,338,'_payment_method','paypal'),(5402,338,'_payment_method_title','PayPal'),(5403,338,'_customer_ip_address','108.54.149.237'),(5404,338,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(5405,338,'_created_via','checkout'),(5406,338,'_cart_hash','9ce4502e62f4c29012d06d16dab11328'),(5407,338,'_billing_first_name','Richard'),(5408,338,'_billing_last_name','Florsheim'),(5409,338,'_billing_company','Licura'),(5410,338,'_billing_address_1','3827 w fairway heights dr'),(5411,338,'_billing_city','Mequon'),(5412,338,'_billing_state','WI'),(5413,338,'_billing_postcode','53092'),(5414,338,'_billing_country','US'),(5415,338,'_billing_email','tara@liceclinicslongIsland.com'),(5416,338,'_billing_phone','5619006382'),(5417,338,'_shipping_first_name','Richard'),(5418,338,'_shipping_last_name','Florsheim'),(5419,338,'_shipping_company','LCA'),(5420,338,'_shipping_address_1','2330 Faye ct'),(5421,338,'_shipping_city','Merrick'),(5422,338,'_shipping_state','NY'),(5423,338,'_shipping_postcode','11566'),(5424,338,'_shipping_country','US'),(5425,338,'_order_currency','USD'),(5426,338,'_cart_discount','0'),(5427,338,'_cart_discount_tax','0'),(5428,338,'_order_shipping','11.73'),(5429,338,'_order_shipping_tax','0'),(5430,338,'_order_tax','0'),(5431,338,'_order_total','11.73'),(5432,338,'_order_version','5.2.2'),(5433,338,'_prices_include_tax','no'),(5434,338,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(5435,338,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(5436,338,'is_vat_exempt','no'),(5437,338,'Payment type','instant'),(5438,338,'_transaction_id','2XG08802KM5963736'),(5439,338,'_paypal_status','completed'),(5440,338,'PayPal Transaction Fee','0.64'),(5441,338,'_date_paid','1620004679'),(5442,338,'_paid_date','2021-05-03 01:17:59'),(5443,338,'_download_permissions_granted','yes'),(5444,338,'_recorded_sales','yes'),(5445,338,'_recorded_coupon_usage_counts','yes'),(5446,338,'_order_stock_reduced','yes'),(5447,338,'_new_order_email_sent','true'),(5448,339,'_order_key','wc_order_NZSlf1eYCAUxP'),(5449,339,'_customer_user','20'),(5450,339,'_payment_method','paypal'),(5451,339,'_payment_method_title','PayPal'),(5452,339,'_customer_ip_address','199.191.81.2'),(5453,339,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36'),(5454,339,'_created_via','checkout'),(5455,339,'_cart_hash','580223e776b8f75e04f72a8520928091'),(5456,339,'_billing_first_name','Hasani'),(5457,339,'_billing_last_name','Thompson'),(5458,339,'_billing_company','Heat in Hair'),(5459,339,'_billing_address_1','27225 Camp Plenty Road'),(5460,339,'_billing_address_2','1D'),(5461,339,'_billing_city','Santa Clarita'),(5462,339,'_billing_state','CA'),(5463,339,'_billing_postcode','91351'),(5464,339,'_billing_country','US'),(5465,339,'_billing_email','info@liceclinicssantaclarita.com'),(5466,339,'_billing_phone','6615850263'),(5467,339,'_shipping_first_name','Hasani'),(5468,339,'_shipping_last_name','Thompson'),(5469,339,'_shipping_company','Heat in Hair'),(5470,339,'_shipping_address_1','5145 Nightsky Place'),(5471,339,'_shipping_city','Palmdale'),(5472,339,'_shipping_state','CA'),(5473,339,'_shipping_postcode','93552'),(5474,339,'_shipping_country','US'),(5475,339,'_order_currency','USD'),(5476,339,'_cart_discount','0'),(5477,339,'_cart_discount_tax','0'),(5478,339,'_order_shipping','130.85'),(5479,339,'_order_shipping_tax','0'),(5480,339,'_order_tax','0'),(5481,339,'_order_total','564.27'),(5482,339,'_order_version','5.2.2'),(5483,339,'_prices_include_tax','no'),(5484,339,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(5485,339,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US'),(5486,339,'is_vat_exempt','no'),(5487,339,'Payment type','instant'),(5488,339,'_transaction_id','1XD34487N7906672H'),(5489,339,'_paypal_status','completed'),(5490,339,'PayPal Transaction Fee','16.66'),(5491,339,'_date_paid','1620017994'),(5492,339,'_paid_date','2021-05-03 04:59:54'),(5493,339,'_download_permissions_granted','yes'),(5494,339,'_recorded_sales','yes'),(5495,339,'_recorded_coupon_usage_counts','yes'),(5496,339,'_order_stock_reduced','yes'),(5497,339,'_new_order_email_sent','true'),(5498,335,'_edit_lock','1620049710:2'),(5499,336,'_edit_lock','1620141834:2'),(5500,337,'_edit_lock','1620052437:2'),(5501,338,'_edit_lock','1620054889:2'),(5502,339,'_edit_lock','1620142097:2'),(5503,335,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032014\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"1dedc85e73ed2827f7355e4d3d9f214a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032025\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"9a02c3461769a768913cbb6930d80dee\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032003\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"3929f5cb752b71823bf03aa0c579b22e\";}}'),(5504,335,'_edit_last','2'),(5505,335,'_date_completed','1620049848'),(5506,335,'_completed_date','2021-05-03 13:50:48'),(5507,334,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031934\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"de29ceade2229a8d9d7b39718c32a751\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031923\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"52adc4a1a13c9c1985c341b1511c1a85\";}}'),(5508,334,'_edit_last','2'),(5509,334,'_date_completed','1620049935'),(5510,334,'_completed_date','2021-05-03 13:52:15'),(5511,337,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032091\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"5b9a6f6e965381b0b75ce4bb87bafd80\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032080\";s:12:\"date_shipped\";i:1620052563;s:11:\"tracking_id\";s:32:\"bf9e7d5891faca9ffaf97f00388cf068\";}}'),(5512,337,'_edit_last','2'),(5513,337,'_date_completed','1620052568'),(5514,337,'_completed_date','2021-05-03 14:36:08'),(5546,338,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032128\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"67731906c42b952223a3980055447771\";}}'),(5547,338,'_edit_last','2'),(5548,338,'_date_completed','1620054879'),(5549,338,'_completed_date','2021-05-03 15:14:39'),(5556,267,'_edit_lock','1635345260:2'),(5558,341,'_order_key','wc_order_KfUjFEXghlgXI'),(5559,341,'_customer_user','7'),(5560,341,'_payment_method','paypal'),(5561,341,'_payment_method_title','PayPal'),(5562,341,'_customer_ip_address','71.93.225.128'),(5563,341,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5564,341,'_created_via','checkout'),(5565,341,'_cart_hash','c0748c49f9d6b1ee5b315a4592a2e2f2'),(5566,341,'_billing_first_name','Amy'),(5567,341,'_billing_last_name','Allen'),(5568,341,'_billing_company','Lice Clinics Of America'),(5569,341,'_billing_address_1','251 Promise Way'),(5570,341,'_billing_city','Hollister'),(5571,341,'_billing_state','CA'),(5572,341,'_billing_postcode','95023'),(5573,341,'_billing_country','US'),(5574,341,'_billing_email','lca.gilroy@gmail.com'),(5575,341,'_billing_phone','4085005537'),(5576,341,'_shipping_first_name','Amy'),(5577,341,'_shipping_last_name','Allen'),(5578,341,'_shipping_company','LCA Gilroy'),(5579,341,'_shipping_address_1','7680 Monterey Street'),(5580,341,'_shipping_address_2','Suite 104A'),(5581,341,'_shipping_city','Gilroy'),(5582,341,'_shipping_state','CA'),(5583,341,'_shipping_postcode','95020'),(5584,341,'_shipping_country','US'),(5585,341,'_order_currency','USD'),(5586,341,'_cart_discount','0'),(5587,341,'_cart_discount_tax','0'),(5588,341,'_order_shipping','0'),(5589,341,'_order_shipping_tax','0'),(5590,341,'_order_tax','0'),(5591,341,'_order_total','712.16'),(5592,341,'_order_version','5.2.2'),(5593,341,'_prices_include_tax','no'),(5594,341,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(5595,341,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US'),(5596,341,'is_vat_exempt','no'),(5597,341,'Payment type','instant'),(5598,341,'_transaction_id','1T685501AC4589236'),(5599,341,'_paypal_status','completed'),(5600,341,'PayPal Transaction Fee','20.95'),(5601,341,'_date_paid','1620068034'),(5602,341,'_paid_date','2021-05-03 18:53:54'),(5603,341,'_download_permissions_granted','yes'),(5604,341,'_recorded_sales','yes'),(5605,341,'_recorded_coupon_usage_counts','yes'),(5606,341,'_order_stock_reduced','yes'),(5607,341,'_new_order_email_sent','true'),(5608,342,'_order_key','wc_order_WmOb1He5aJNQJ'),(5609,342,'_customer_user','58'),(5610,342,'_payment_method','paypal'),(5611,342,'_payment_method_title','PayPal'),(5612,342,'_customer_ip_address','47.160.43.203'),(5613,342,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(5614,342,'_created_via','checkout'),(5615,342,'_cart_hash','e794b4e620b0f0ba29c619fe3ea2b2c9'),(5616,342,'_billing_first_name','Heather'),(5617,342,'_billing_last_name','Smith'),(5618,342,'_billing_address_1','P.O. Box 155624'),(5619,342,'_billing_city','Lufkin'),(5620,342,'_billing_state','TX'),(5621,342,'_billing_postcode','75915'),(5622,342,'_billing_country','US'),(5623,342,'_billing_email','easttexaslca@yahoo.com'),(5624,342,'_billing_phone','9364143560'),(5625,342,'_shipping_first_name','Heather'),(5626,342,'_shipping_last_name','Smith'),(5627,342,'_shipping_company','LCA Lufkin'),(5628,342,'_shipping_address_1','404 Cr 3133'),(5629,342,'_shipping_city','Jacksonville'),(5630,342,'_shipping_state','TX'),(5631,342,'_shipping_postcode','75766'),(5632,342,'_shipping_country','US'),(5633,342,'_order_currency','USD'),(5634,342,'_cart_discount','0'),(5635,342,'_cart_discount_tax','0'),(5636,342,'_order_shipping','42.59'),(5637,342,'_order_shipping_tax','0'),(5638,342,'_order_tax','0'),(5639,342,'_order_total','186.59'),(5640,342,'_order_version','5.2.2'),(5641,342,'_prices_include_tax','no'),(5642,342,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(5643,342,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133  Jacksonville TX 75766 US'),(5644,342,'is_vat_exempt','no'),(5645,342,'Payment type','instant'),(5646,342,'_transaction_id','3VL97919AU8561535'),(5647,342,'_paypal_status','completed'),(5648,342,'PayPal Transaction Fee','5.71'),(5649,342,'_date_paid','1620070256'),(5650,342,'_paid_date','2021-05-03 19:30:56'),(5651,342,'_download_permissions_granted','yes'),(5652,342,'_recorded_sales','yes'),(5653,342,'_recorded_coupon_usage_counts','yes'),(5654,342,'_order_stock_reduced','yes'),(5655,342,'_new_order_email_sent','true'),(5656,341,'_edit_lock','1620074591:2'),(5657,341,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032297\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"fdcbf919da9d43a2526a8ad53ba9ab61\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032286\";s:12:\"date_shipped\";i:1620074717;s:11:\"tracking_id\";s:32:\"e36ac30ff1858dab8baffb89c9d2c21c\";}}'),(5658,341,'_edit_last','2'),(5659,341,'_date_completed','1620074719'),(5660,341,'_completed_date','2021-05-03 20:45:19'),(5661,343,'_order_key','wc_order_8hmQ2ybe9V2bC'),(5662,343,'_customer_user','15'),(5663,343,'_payment_method','paypal'),(5664,343,'_payment_method_title','PayPal'),(5665,343,'_customer_ip_address','172.15.92.16'),(5666,343,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.51'),(5667,343,'_created_via','checkout'),(5668,343,'_cart_hash','be7b564c95aa90c710ff0c9838beb1bc'),(5669,343,'_billing_first_name','David'),(5670,343,'_billing_last_name','Florsheim'),(5671,343,'_billing_company','Lice Clincs of America'),(5672,343,'_billing_address_1','11506 N Creekside Ct'),(5673,343,'_billing_city','Mequon'),(5674,343,'_billing_state','WI'),(5675,343,'_billing_postcode','53092'),(5676,343,'_billing_country','US'),(5677,343,'_billing_email','info@liceclinicsmilwaukee.com'),(5678,343,'_billing_phone','4142556550'),(5679,343,'_shipping_first_name','Jess'),(5680,343,'_shipping_last_name','Evans'),(5681,343,'_shipping_company','LCA'),(5682,343,'_shipping_address_1','8424 W Center Road Suite 212'),(5683,343,'_shipping_city','Omaha'),(5684,343,'_shipping_state','NE'),(5685,343,'_shipping_postcode','68124'),(5686,343,'_shipping_country','US'),(5687,343,'_order_currency','USD'),(5688,343,'_cart_discount','0'),(5689,343,'_cart_discount_tax','0'),(5690,343,'_order_shipping','22.23'),(5691,343,'_order_shipping_tax','0'),(5692,343,'_order_tax','0'),(5693,343,'_order_total','398.21'),(5694,343,'_order_version','5.2.2'),(5695,343,'_prices_include_tax','no'),(5696,343,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(5697,343,'_shipping_address_index','Jess Evans LCA 8424 W Center Road Suite 212  Omaha NE 68124 US'),(5698,343,'is_vat_exempt','no'),(5699,343,'Payment type','instant'),(5700,343,'_transaction_id','1JP767399M744392P'),(5701,343,'_paypal_status','completed'),(5702,343,'PayPal Transaction Fee','11.85'),(5703,343,'_date_paid','1620078388'),(5704,343,'_paid_date','2021-05-03 21:46:28'),(5705,343,'_download_permissions_granted','yes'),(5706,343,'_recorded_sales','yes'),(5707,343,'_recorded_coupon_usage_counts','yes'),(5708,343,'_order_stock_reduced','yes'),(5709,343,'_new_order_email_sent','true'),(5710,342,'_edit_lock','1620140209:2'),(5711,342,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032323\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"9299a3d5168c63e9c8457cfb8b46ac60\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032312\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"c69b3eefc1264594e4b47cae4a189359\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032301\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"7711817b9ff9ff99b8a5b2b2fcdeeebd\";}}'),(5712,342,'_edit_last','2'),(5713,342,'_date_completed','1620140315'),(5714,342,'_completed_date','2021-05-04 14:58:35'),(5715,336,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032069\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"882b5fd6b7d8336697d00ba3030b73fb\";}}'),(5716,336,'_edit_last','2'),(5717,336,'_date_completed','1620141971'),(5718,336,'_completed_date','2021-05-04 15:26:11'),(5719,339,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032172\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"b52e13f0a1ba771d76d0d88851d7f6af\";}}'),(5720,339,'_edit_last','2'),(5721,339,'_date_completed','1620142001'),(5722,339,'_completed_date','2021-05-04 15:26:41'),(5723,343,'_edit_lock','1620142645:2'),(5724,343,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032389\";s:12:\"date_shipped\";s:10:\"1620086400\";s:11:\"tracking_id\";s:32:\"606ee6ed2caae4fa95d759d201fbc760\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032378\";s:12:\"date_shipped\";i:1620142749;s:11:\"tracking_id\";s:32:\"5dcd473961dd51d88c5e8c2c4c3a60a2\";}}'),(5725,343,'_edit_last','2'),(5726,343,'_date_completed','1620142754'),(5727,343,'_completed_date','2021-05-04 15:39:14'),(5728,344,'_order_key','wc_order_wWWQjfvv2Jy1r'),(5729,344,'_customer_user','53'),(5730,344,'_payment_method','paypal'),(5731,344,'_payment_method_title','PayPal'),(5732,344,'_customer_ip_address','99.5.78.154'),(5733,344,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5734,344,'_created_via','checkout'),(5735,344,'_cart_hash','4629b5c3a455682059e631450472256e'),(5736,344,'_billing_first_name','Dena'),(5737,344,'_billing_last_name','Black'),(5738,344,'_billing_address_1','8216 CURICO LANE'),(5739,344,'_billing_city','CHARLOTTE'),(5740,344,'_billing_state','NC'),(5741,344,'_billing_postcode','28227'),(5742,344,'_billing_country','US'),(5743,344,'_billing_email','info@liceclinicssouthcharlotte.com'),(5744,344,'_billing_phone','9102647141'),(5745,344,'_shipping_first_name','Dena'),(5746,344,'_shipping_last_name','Black'),(5747,344,'_shipping_address_1','8216 CURICO LANE'),(5748,344,'_shipping_city','CHARLOTTE'),(5749,344,'_shipping_state','NC'),(5750,344,'_shipping_postcode','28227'),(5751,344,'_shipping_country','US'),(5752,344,'_order_currency','USD'),(5753,344,'_cart_discount','0'),(5754,344,'_cart_discount_tax','0'),(5755,344,'_order_shipping','11.23'),(5756,344,'_order_shipping_tax','0'),(5757,344,'_order_tax','0'),(5758,344,'_order_total','11.23'),(5759,344,'_order_version','5.2.2'),(5760,344,'_prices_include_tax','no'),(5761,344,'_billing_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(5762,344,'_shipping_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US'),(5764,344,'is_vat_exempt','no'),(5765,344,'Payment type','instant'),(5766,344,'_transaction_id','7KF59366572568109'),(5767,344,'_paypal_status','completed'),(5768,344,'PayPal Transaction Fee','0.63'),(5769,344,'_date_paid','1620144934'),(5770,344,'_paid_date','2021-05-04 16:15:34'),(5771,344,'_download_permissions_granted','yes'),(5772,344,'_recorded_sales','yes'),(5773,344,'_recorded_coupon_usage_counts','yes'),(5774,344,'_order_stock_reduced','yes'),(5775,344,'_new_order_email_sent','true'),(5776,345,'_order_key','wc_order_5CyK354yCQ9zv'),(5777,345,'_customer_user','11'),(5778,345,'_payment_method','paypal'),(5779,345,'_payment_method_title','PayPal'),(5780,345,'_customer_ip_address','74.130.231.217'),(5781,345,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5782,345,'_created_via','checkout'),(5783,345,'_cart_hash','b458f9aec454a0f9dfba5fa0410037d9'),(5784,345,'_billing_first_name','Tina'),(5785,345,'_billing_last_name','Hunt'),(5786,345,'_billing_company','LCBG, LLC'),(5787,345,'_billing_address_1','830 Fairview Ave.'),(5788,345,'_billing_address_2','Suite A-4'),(5789,345,'_billing_city','Bowling Green'),(5790,345,'_billing_state','KY'),(5791,345,'_billing_postcode','42101'),(5792,345,'_billing_country','US'),(5793,345,'_billing_email','info@liceclinicsbowlinggreen.com'),(5794,345,'_billing_phone','2709996803'),(5795,345,'_shipping_first_name','Tina'),(5796,345,'_shipping_last_name','Hunt'),(5797,345,'_shipping_address_1','494 Hub Boulevard'),(5798,345,'_shipping_address_2','Apt 1012'),(5799,345,'_shipping_city','Bowling Green'),(5800,345,'_shipping_state','KY'),(5801,345,'_shipping_postcode','42101'),(5802,345,'_shipping_country','US'),(5803,345,'_order_currency','USD'),(5804,345,'_cart_discount','0'),(5805,345,'_cart_discount_tax','0'),(5806,345,'_order_shipping','30.07'),(5807,345,'_order_shipping_tax','0'),(5808,345,'_order_tax','0'),(5809,345,'_order_total','377.27'),(5810,345,'_order_version','5.2.2'),(5811,345,'_prices_include_tax','no'),(5812,345,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(5813,345,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(5814,345,'is_vat_exempt','no'),(5815,345,'Payment type','instant'),(5816,345,'_transaction_id','5AY36466AC909004C'),(5817,345,'_paypal_status','completed'),(5818,345,'PayPal Transaction Fee','11.24'),(5819,345,'_date_paid','1620149316'),(5820,345,'_paid_date','2021-05-04 17:28:36'),(5821,345,'_download_permissions_granted','yes'),(5822,345,'_recorded_sales','yes'),(5823,345,'_recorded_coupon_usage_counts','yes'),(5824,345,'_order_stock_reduced','yes'),(5825,345,'_new_order_email_sent','true'),(5826,346,'_order_key','wc_order_hqVGj7OrtXmgW'),(5827,346,'_customer_user','55'),(5828,346,'_payment_method','paypal'),(5829,346,'_payment_method_title','PayPal'),(5830,346,'_customer_ip_address','75.133.107.65'),(5831,346,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13729.72.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36'),(5832,346,'_created_via','checkout'),(5833,346,'_cart_hash','3c41a6d95bbee148d1cc60513af96cea'),(5834,346,'_billing_first_name','Stephanie'),(5835,346,'_billing_last_name','Knecht'),(5836,346,'_billing_company','Lice Clinics Of America'),(5837,346,'_billing_address_1','1207 Route 9, Suite 8'),(5838,346,'_billing_city','Wappinger Falls'),(5839,346,'_billing_state','NY'),(5840,346,'_billing_postcode','12590'),(5841,346,'_billing_country','US'),(5842,346,'_billing_email','stephanieknecht@lcaconnecticut.com'),(5843,346,'_billing_phone','9144565000'),(5844,346,'_shipping_first_name','Stephanie'),(5845,346,'_shipping_last_name','Knecht'),(5846,346,'_shipping_company','Lice Clinics Of America'),(5847,346,'_shipping_address_1','1207 Route 9, Suite 8'),(5848,346,'_shipping_city','Wappinger Falls'),(5849,346,'_shipping_state','NY'),(5850,346,'_shipping_postcode','12590'),(5851,346,'_shipping_country','US'),(5852,346,'_order_currency','USD'),(5853,346,'_cart_discount','0'),(5854,346,'_cart_discount_tax','0'),(5855,346,'_order_shipping','15.3'),(5856,346,'_order_shipping_tax','0'),(5857,346,'_order_tax','0'),(5858,346,'_order_total','32.05'),(5859,346,'_order_version','5.2.2'),(5860,346,'_prices_include_tax','no'),(5861,346,'_billing_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8  Wappinger Falls NY 12590 US stephanieknecht@lcaconnecticut.com 9144565000'),(5862,346,'_shipping_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8  Wappinger Falls NY 12590 US'),(5863,346,'is_vat_exempt','no'),(5864,346,'Payment type','instant'),(5865,346,'_transaction_id','1AH464043P861431E'),(5866,346,'_paypal_status','completed'),(5867,346,'PayPal Transaction Fee','1.23'),(5868,346,'_date_paid','1620158911'),(5869,346,'_paid_date','2021-05-04 20:08:31'),(5870,346,'_download_permissions_granted','yes'),(5871,346,'_recorded_sales','yes'),(5872,346,'_recorded_coupon_usage_counts','yes'),(5873,346,'_order_stock_reduced','yes'),(5874,346,'_new_order_email_sent','true'),(5875,345,'_edit_lock','1620165154:2'),(5876,345,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032562\";s:12:\"date_shipped\";s:10:\"1620086400\";s:11:\"tracking_id\";s:32:\"266af6f80ea5fc4e02ae821f8bb657bb\";}}'),(5877,345,'_edit_last','2'),(5878,345,'_date_completed','1620165280'),(5879,345,'_completed_date','2021-05-04 21:54:40'),(5990,350,'_order_key','wc_order_eR2lzhc1SC5C4'),(5991,350,'_customer_user','6'),(5992,350,'_payment_method','paypal'),(5993,350,'_payment_method_title','PayPal'),(5994,350,'_customer_ip_address','73.90.177.129'),(5995,350,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(5996,350,'_created_via','checkout'),(5997,350,'_cart_hash','bd2b95c3398e4f66839af547b03fc489'),(5998,350,'_billing_first_name','Amira'),(5999,350,'_billing_last_name','Purto'),(6000,350,'_billing_address_1','2628 Acapulco Way'),(6001,350,'_billing_city','Modesto'),(6002,350,'_billing_state','CA'),(6003,350,'_billing_postcode','95355'),(6004,350,'_billing_country','US'),(6005,350,'_billing_email','amira77@sbcglobal.net'),(6006,350,'_billing_phone','2096422061'),(6007,350,'_shipping_first_name','Amira'),(6008,350,'_shipping_last_name','Purto'),(6009,350,'_shipping_address_1','2628 Acapulco Way'),(6010,350,'_shipping_city','Modesto'),(6011,350,'_shipping_state','CA'),(6012,350,'_shipping_postcode','95355'),(6013,350,'_shipping_country','US'),(6014,350,'_order_currency','USD'),(6015,350,'_cart_discount','0'),(6016,350,'_cart_discount_tax','0'),(6017,350,'_order_shipping','0'),(6018,350,'_order_shipping_tax','0'),(6019,350,'_order_tax','0'),(6020,350,'_order_total','971.20'),(6021,350,'_order_version','5.2.2'),(6022,350,'_prices_include_tax','no'),(6023,350,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(6024,350,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(6025,350,'is_vat_exempt','no'),(6026,350,'Payment type','instant'),(6027,350,'_transaction_id','3SJ76006DU711632F'),(6028,350,'_paypal_status','completed'),(6029,350,'PayPal Transaction Fee','28.46'),(6030,350,'_date_paid','1620182276'),(6031,350,'_paid_date','2021-05-05 02:37:56'),(6032,350,'_download_permissions_granted','yes'),(6033,350,'_recorded_sales','yes'),(6034,350,'_recorded_coupon_usage_counts','yes'),(6035,350,'_order_stock_reduced','yes'),(6036,350,'_new_order_email_sent','true'),(6049,346,'_edit_lock','1620226123:2'),(6050,346,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032805\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"9d65916a365ebccc512fd0bd815a21d4\";}}'),(6051,346,'_edit_last','2'),(6052,346,'_date_completed','1620226241'),(6053,346,'_completed_date','2021-05-05 14:50:41'),(6054,350,'_edit_lock','1620226175:2'),(6055,350,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032838\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"7faffd6bb730918041f6a0c8911ad32b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032827\";s:12:\"date_shipped\";i:1620226295;s:11:\"tracking_id\";s:32:\"29c0b515a9f027a0fa846cb2741702a0\";}}'),(6056,350,'_edit_last','2'),(6057,350,'_date_completed','1620226300'),(6058,350,'_completed_date','2021-05-05 14:51:40'),(6059,344,'_edit_lock','1620319689:2'),(6060,351,'_order_key','wc_order_aB17zGhWfjVmJ'),(6061,351,'_customer_user','46'),(6062,351,'_payment_method','paypal'),(6063,351,'_payment_method_title','PayPal'),(6064,351,'_customer_ip_address','216.163.6.72'),(6065,351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6066,351,'_created_via','checkout'),(6067,351,'_cart_hash','5ddbf9375a1795716656de31e0553118'),(6068,351,'_billing_first_name','Shannon'),(6069,351,'_billing_last_name','Steele'),(6070,351,'_billing_company','SBS Investments'),(6071,351,'_billing_address_1','1702 Hazelwood Court'),(6072,351,'_billing_city','Jonesboro'),(6073,351,'_billing_state','AR'),(6074,351,'_billing_postcode','72401'),(6075,351,'_billing_country','US'),(6076,351,'_billing_email','info@liceclinicsjonesboro.com'),(6077,351,'_billing_phone','8709262731'),(6078,351,'_shipping_first_name','Shannon'),(6079,351,'_shipping_last_name','Steele'),(6080,351,'_shipping_company','SBS Investments/LCA- Jonesboro'),(6081,351,'_shipping_address_1','3106 Orval Orlan Drive'),(6082,351,'_shipping_address_2','Suite D'),(6083,351,'_shipping_city','Jonesboro'),(6084,351,'_shipping_state','AR'),(6085,351,'_shipping_postcode','72404'),(6086,351,'_shipping_country','US'),(6087,351,'_order_currency','USD'),(6088,351,'_cart_discount','0'),(6089,351,'_cart_discount_tax','0'),(6090,351,'_order_shipping','48.4'),(6091,351,'_order_shipping_tax','0'),(6092,351,'_order_tax','0'),(6093,351,'_order_total','712.39'),(6094,351,'_order_version','5.2.2'),(6095,351,'_prices_include_tax','no'),(6096,351,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(6097,351,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(6098,351,'is_vat_exempt','no'),(6099,351,'Payment type','instant'),(6100,351,'_transaction_id','0YS87334RY018805L'),(6101,351,'_paypal_status','completed'),(6102,351,'PayPal Transaction Fee','20.96'),(6103,351,'_date_paid','1620229985'),(6104,351,'_paid_date','2021-05-05 15:53:05'),(6105,351,'_download_permissions_granted','yes'),(6106,351,'_recorded_sales','yes'),(6107,351,'_recorded_coupon_usage_counts','yes'),(6108,351,'_order_stock_reduced','yes'),(6109,351,'_new_order_email_sent','true'),(6150,351,'_edit_lock','1620235356:2'),(6151,351,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033065\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"a20251546124d82aaf66f822f459fc98\";}}'),(6152,351,'_edit_last','2'),(6153,351,'_date_completed','1620235485'),(6154,351,'_completed_date','2021-05-05 17:24:45'),(6155,353,'_order_key','wc_order_uuNYkIkBacadX'),(6156,353,'_customer_user','64'),(6157,353,'_payment_method','paypal'),(6158,353,'_payment_method_title','PayPal'),(6159,353,'_customer_ip_address','72.130.248.224'),(6160,353,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6161,353,'_created_via','checkout'),(6162,353,'_cart_hash','dd36e868d9ad38c5d4a768331c7738b9'),(6163,353,'_billing_first_name','Barrie'),(6164,353,'_billing_last_name','Desmond'),(6165,353,'_billing_address_1','50 ALAHELE PL'),(6166,353,'_billing_city','Kihei'),(6167,353,'_billing_state','HI'),(6168,353,'_billing_postcode','96753-7809'),(6169,353,'_billing_country','US'),(6170,353,'_billing_email','info@liceclinicshawaii.com'),(6171,353,'_billing_phone','8082834247'),(6172,353,'_shipping_first_name','Barrie'),(6173,353,'_shipping_last_name','Desmond'),(6174,353,'_shipping_address_1','50 ALAHELE PL'),(6175,353,'_shipping_city','Kihei'),(6176,353,'_shipping_state','HI'),(6177,353,'_shipping_postcode','96753-7809'),(6178,353,'_shipping_country','US'),(6179,353,'_order_currency','USD'),(6180,353,'_cart_discount','0'),(6181,353,'_cart_discount_tax','0'),(6182,353,'_order_shipping','0'),(6183,353,'_order_shipping_tax','0'),(6184,353,'_order_tax','0'),(6185,353,'_order_total','520.00'),(6186,353,'_order_version','5.2.2'),(6187,353,'_prices_include_tax','no'),(6188,353,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(6189,353,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US'),(6190,353,'is_vat_exempt','no'),(6191,353,'Payment type','instant'),(6192,353,'_transaction_id','2SK32997GF050782M'),(6193,353,'_paypal_status','completed'),(6194,353,'PayPal Transaction Fee','15.38'),(6195,353,'_date_paid','1620273245'),(6196,353,'_paid_date','2021-05-06 03:54:05'),(6197,353,'_download_permissions_granted','yes'),(6198,353,'_recorded_sales','yes'),(6199,353,'_recorded_coupon_usage_counts','yes'),(6200,353,'_order_stock_reduced','yes'),(6201,353,'_new_order_email_sent','true'),(6252,356,'_order_currency','USD'),(6253,356,'_cart_discount','0'),(6254,356,'_cart_discount_tax','0'),(6255,356,'_order_shipping','-13.84'),(6256,356,'_order_shipping_tax','0'),(6257,356,'_order_tax','0'),(6258,356,'_order_total','-13.84'),(6259,356,'_order_version','5.2.2'),(6260,356,'_prices_include_tax','no'),(6261,356,'_refund_amount','13.84'),(6262,356,'_refunded_by','2'),(6263,356,'_refunded_payment','1'),(6264,356,'_refund_reason',''),(6270,353,'_edit_lock','1620319623:2'),(6271,357,'_order_key','wc_order_JNKioO121np1o'),(6272,357,'_customer_user','61'),(6273,357,'_payment_method','paypal'),(6274,357,'_payment_method_title','PayPal'),(6275,357,'_customer_ip_address','69.174.167.215'),(6276,357,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6277,357,'_created_via','checkout'),(6278,357,'_cart_hash','1b1e33d2e859dc923c24a63722a4d741'),(6279,357,'_billing_first_name','Judy'),(6280,357,'_billing_last_name','Hayden'),(6281,357,'_billing_company','LCA'),(6282,357,'_billing_address_1','1795 Alysheba Way'),(6283,357,'_billing_address_2','Ste 4105'),(6284,357,'_billing_city','Lexington'),(6285,357,'_billing_state','KY'),(6286,357,'_billing_postcode','40509'),(6287,357,'_billing_country','US'),(6288,357,'_billing_email','info@liceclinicslexington.com'),(6289,357,'_billing_phone','8595376966'),(6290,357,'_shipping_first_name','Judy'),(6291,357,'_shipping_last_name','Hayden'),(6292,357,'_shipping_company','LCA Lexington'),(6293,357,'_shipping_address_1','1795 Alysheba Way'),(6294,357,'_shipping_address_2','Suite 4105'),(6295,357,'_shipping_city','Lexington'),(6296,357,'_shipping_state','KY'),(6297,357,'_shipping_postcode','40509'),(6298,357,'_shipping_country','US'),(6299,357,'_order_currency','USD'),(6300,357,'_cart_discount','0'),(6301,357,'_cart_discount_tax','0'),(6302,357,'_order_shipping','0'),(6303,357,'_order_shipping_tax','0'),(6304,357,'_order_tax','0'),(6305,357,'_order_total','612.46'),(6306,357,'_order_version','5.2.2'),(6307,357,'_prices_include_tax','no'),(6308,357,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(6309,357,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US'),(6310,357,'is_vat_exempt','no'),(6311,357,'Payment type','instant'),(6312,357,'_transaction_id','6TX026923R9263528'),(6313,357,'_paypal_status','completed'),(6314,357,'PayPal Transaction Fee','18.06'),(6315,357,'_date_paid','1620318444'),(6316,357,'_paid_date','2021-05-06 16:27:24'),(6317,357,'_download_permissions_granted','yes'),(6318,357,'_recorded_sales','yes'),(6319,357,'_recorded_coupon_usage_counts','yes'),(6320,357,'_order_stock_reduced','yes'),(6321,357,'_new_order_email_sent','true'),(6322,353,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:4:\"USPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:22:\"9405511899560736425658\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"e0555e92422b31ed1fe152e3c036e7ae\";}}'),(6323,353,'_edit_last','2'),(6324,353,'_date_completed','1620319748'),(6325,353,'_completed_date','2021-05-06 16:49:08'),(6326,344,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032492\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"dcde535fcc7619296c49e1447c92be7b\";}}'),(6327,344,'_edit_last','2'),(6328,344,'_date_completed','1620319809'),(6329,344,'_completed_date','2021-05-06 16:50:09'),(6334,357,'_edit_lock','1620658076:2'),(6335,358,'_order_key','wc_order_1LybKiZUrqyk8'),(6336,358,'_customer_user','17'),(6337,358,'_payment_method','paypal'),(6338,358,'_payment_method_title','PayPal'),(6339,358,'_customer_ip_address','199.241.229.196'),(6340,358,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15'),(6341,358,'_created_via','checkout'),(6342,358,'_cart_hash','571a47190ae1a7574131b9aff8c792d6'),(6343,358,'_billing_first_name','Bess'),(6344,358,'_billing_last_name','Hayes'),(6345,358,'_billing_company','LCA Des Moines'),(6346,358,'_billing_address_1','7753 S. Westbrook Dr'),(6347,358,'_billing_city','Dubuque'),(6348,358,'_billing_state','IA'),(6349,358,'_billing_postcode','52002'),(6350,358,'_billing_country','US'),(6351,358,'_billing_email','info@liceclinicsnortherniowa.com'),(6352,358,'_billing_phone','5635646764'),(6353,358,'_shipping_first_name','Jaimi'),(6354,358,'_shipping_last_name','Washington'),(6355,358,'_shipping_company','LCA Des Moines'),(6356,358,'_shipping_address_1','1139 Burlington Terrace'),(6357,358,'_shipping_city','Des Moines'),(6358,358,'_shipping_state','IA'),(6359,358,'_shipping_postcode','50314'),(6360,358,'_shipping_country','US'),(6361,358,'_order_currency','USD'),(6362,358,'_cart_discount','0'),(6363,358,'_cart_discount_tax','0'),(6364,358,'_order_shipping','12.47'),(6365,358,'_order_shipping_tax','0'),(6366,358,'_order_tax','0'),(6367,358,'_order_total','12.47'),(6368,358,'_order_version','5.2.2'),(6369,358,'_prices_include_tax','no'),(6370,358,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(6371,358,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US'),(6372,358,'is_vat_exempt','no'),(6373,358,'Payment type','instant'),(6374,358,'_transaction_id','3XE65714R71292239'),(6375,358,'_paypal_status','completed'),(6376,358,'PayPal Transaction Fee','0.66'),(6377,358,'_date_paid','1620407132'),(6378,358,'_paid_date','2021-05-07 17:05:32'),(6379,358,'_download_permissions_granted','yes'),(6380,358,'_recorded_sales','yes'),(6381,358,'_recorded_coupon_usage_counts','yes'),(6382,358,'_order_stock_reduced','yes'),(6383,358,'_new_order_email_sent','true'),(6384,357,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033720\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"ec804cc18889af847ee1d14c067e99bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033710\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"ad09d4a5d4e95c9844c754083c3e7fbe\";}}'),(6385,357,'_edit_last','2'),(6386,357,'_date_completed','1620658209'),(6387,357,'_completed_date','2021-05-10 14:50:09'),(6388,359,'_order_key','wc_order_T1KC4hi3echaU'),(6389,359,'_customer_user','79'),(6390,359,'_payment_method','paypal'),(6391,359,'_payment_method_title','PayPal'),(6392,359,'_customer_ip_address','76.72.44.28'),(6393,359,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(6394,359,'_created_via','checkout'),(6395,359,'_cart_hash','e8e697c6cea4b34f63b78404f64356e9'),(6396,359,'_billing_first_name','Shanna'),(6397,359,'_billing_last_name','Castille'),(6398,359,'_billing_address_1','1097 Hundley Rd'),(6399,359,'_billing_city','Eunice'),(6400,359,'_billing_state','LA'),(6401,359,'_billing_postcode','70535'),(6402,359,'_billing_country','US'),(6403,359,'_billing_email','Shanna_sr09@yahoo.com'),(6404,359,'_billing_phone','3374668998'),(6405,359,'_shipping_first_name','Shanna'),(6406,359,'_shipping_last_name','Castille'),(6407,359,'_shipping_address_1','1097 Hundley Rd'),(6408,359,'_shipping_city','Eunice'),(6409,359,'_shipping_state','LA'),(6410,359,'_shipping_postcode','70535'),(6411,359,'_shipping_country','US'),(6412,359,'_order_currency','USD'),(6413,359,'_cart_discount','0'),(6414,359,'_cart_discount_tax','0'),(6415,359,'_order_shipping','0'),(6416,359,'_order_shipping_tax','0'),(6417,359,'_order_tax','0'),(6418,359,'_order_total','637.38'),(6419,359,'_order_version','5.2.2'),(6420,359,'_prices_include_tax','no'),(6421,359,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(6422,359,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US'),(6423,359,'is_vat_exempt','no'),(6424,359,'Payment type','instant'),(6425,359,'_transaction_id','90973661S9172890D'),(6426,359,'_paypal_status','completed'),(6427,359,'PayPal Transaction Fee','18.78'),(6428,359,'_date_paid','1620661813'),(6429,359,'_paid_date','2021-05-10 15:50:13'),(6430,359,'_download_permissions_granted','yes'),(6431,359,'_recorded_sales','yes'),(6432,359,'_recorded_coupon_usage_counts','yes'),(6433,359,'_order_stock_reduced','yes'),(6434,359,'_new_order_email_sent','true'),(6435,359,'_edit_lock','1620679605:2'),(6436,359,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034039\";s:12:\"date_shipped\";s:10:\"1620604800\";s:11:\"tracking_id\";s:32:\"771d77dbb17766b4d40d755935db5a8b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034028\";s:12:\"date_shipped\";i:1620679647;s:11:\"tracking_id\";s:32:\"867cba54226fd82628427eee3b688128\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034017\";s:12:\"date_shipped\";i:1620679655;s:11:\"tracking_id\";s:32:\"f542824c609203b93d5f9fe6b4c7d7f6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034006\";s:12:\"date_shipped\";i:1620679664;s:11:\"tracking_id\";s:32:\"6572f4a38b17796e7c86bf16f3bd6343\";}}'),(6437,359,'_edit_last','2'),(6438,359,'_date_completed','1620679668'),(6439,359,'_completed_date','2021-05-10 20:47:48'),(6440,360,'_order_key','wc_order_ajg7fm82EEbCx'),(6441,360,'_customer_user','77'),(6442,360,'_payment_method','paypal'),(6443,360,'_payment_method_title','PayPal'),(6444,360,'_customer_ip_address','107.205.56.86'),(6445,360,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6446,360,'_created_via','checkout'),(6447,360,'_cart_hash','08dea6fccdc65385ce0c8b39a5aa93b5'),(6448,360,'_billing_first_name','Phil'),(6449,360,'_billing_last_name','Moon'),(6450,360,'_billing_company','Lice Clinics of America--Visalia'),(6451,360,'_billing_address_1','585 56th Street'),(6452,360,'_billing_city','Oakland'),(6453,360,'_billing_state','CA'),(6454,360,'_billing_postcode','94609'),(6455,360,'_billing_country','US'),(6456,360,'_billing_email','info@liceclinicsfresno.com'),(6457,360,'_billing_phone','5593046305'),(6458,360,'_shipping_first_name','Kristen'),(6459,360,'_shipping_last_name','Maroot-Rippee'),(6460,360,'_shipping_company','Lice Busters LLC. FRESNO'),(6461,360,'_shipping_address_1','487 West Scott Avenue'),(6462,360,'_shipping_city','Fresno'),(6463,360,'_shipping_state','CA'),(6464,360,'_shipping_postcode','93704'),(6465,360,'_shipping_country','US'),(6466,360,'_order_currency','USD'),(6467,360,'_cart_discount','0'),(6468,360,'_cart_discount_tax','0'),(6469,360,'_order_shipping','0'),(6470,360,'_order_shipping_tax','0'),(6471,360,'_order_tax','0'),(6472,360,'_order_total','752.00'),(6473,360,'_order_version','5.2.2'),(6474,360,'_prices_include_tax','no'),(6475,360,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(6476,360,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue  Fresno CA 93704 US'),(6477,360,'is_vat_exempt','no'),(6478,360,'Payment type','instant'),(6479,360,'_transaction_id','270798509C613611U'),(6480,360,'_paypal_status','completed'),(6481,360,'PayPal Transaction Fee','22.11'),(6482,360,'_date_paid','1620703787'),(6483,360,'_paid_date','2021-05-11 03:29:47'),(6484,360,'_download_permissions_granted','yes'),(6485,360,'_recorded_sales','yes'),(6486,360,'_recorded_coupon_usage_counts','yes'),(6487,360,'_order_stock_reduced','yes'),(6488,360,'_new_order_email_sent','true'),(6489,358,'_edit_lock','1621002994:2'),(6490,360,'_edit_lock','1620841692:2'),(6491,360,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:12:\"168953034109\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034109\";s:12:\"date_shipped\";s:10:\"1620691200\";s:11:\"tracking_id\";s:32:\"8fcf14aa6d47e056fb15caeab1a23d03\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034094\";s:12:\"date_shipped\";s:10:\"1620691200\";s:11:\"tracking_id\";s:32:\"8800eed1405624834999da1a2270a2f1\";}}'),(6492,360,'_edit_last','2'),(6493,360,'_date_completed','1620841824'),(6494,360,'_completed_date','2021-05-12 17:50:24'),(6495,361,'_order_key','wc_order_5MRfdF0Ym8Dw8'),(6496,361,'_customer_user','26'),(6497,361,'_payment_method','paypal'),(6498,361,'_payment_method_title','PayPal'),(6499,361,'_customer_ip_address','174.63.202.137'),(6500,361,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6501,361,'_created_via','checkout'),(6502,361,'_cart_hash','7155f7e4186497e1bef5e61320ae05c5'),(6503,361,'_billing_first_name','Andrew'),(6504,361,'_billing_last_name','Crumrine'),(6505,361,'_billing_address_1','3537 Stevens Way'),(6506,361,'_billing_city','Augusta'),(6507,361,'_billing_state','GA'),(6508,361,'_billing_postcode','30907'),(6509,361,'_billing_country','US'),(6510,361,'_billing_email','augustagalice@gmail.com'),(6511,361,'_billing_phone','7063064588'),(6512,361,'_shipping_first_name','Andrew'),(6513,361,'_shipping_last_name','Crumrine'),(6514,361,'_shipping_address_1','3537 Stevens Way'),(6515,361,'_shipping_city','Augusta'),(6516,361,'_shipping_state','GA'),(6517,361,'_shipping_postcode','30907'),(6518,361,'_shipping_country','US'),(6519,361,'_order_currency','USD'),(6520,361,'_cart_discount','0'),(6521,361,'_cart_discount_tax','0'),(6522,361,'_order_shipping','16.06'),(6523,361,'_order_shipping_tax','0'),(6524,361,'_order_tax','0'),(6525,361,'_order_total','321.18'),(6526,361,'_order_version','5.2.2'),(6527,361,'_prices_include_tax','no'),(6528,361,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(6529,361,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US'),(6530,361,'is_vat_exempt','no'),(6531,361,'Payment type','instant'),(6532,361,'_transaction_id','6W2305214M5717914'),(6533,361,'_paypal_status','completed'),(6534,361,'PayPal Transaction Fee','9.61'),(6535,361,'_date_paid','1620844989'),(6536,361,'_paid_date','2021-05-12 18:43:09'),(6537,361,'_download_permissions_granted','yes'),(6538,361,'_recorded_sales','yes'),(6539,361,'_recorded_coupon_usage_counts','yes'),(6540,361,'_order_stock_reduced','yes'),(6541,361,'_new_order_email_sent','true'),(6578,363,'_order_key','wc_order_l7rrxRalIlA4T'),(6579,363,'_customer_user','71'),(6580,363,'_payment_method','paypal'),(6581,363,'_payment_method_title','PayPal'),(6582,363,'_customer_ip_address','176.80.114.93'),(6583,363,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(6584,363,'_created_via','checkout'),(6585,363,'_cart_hash','35b3e2245033f544b820ee1e09b683fa'),(6586,363,'_billing_first_name','Mercedes'),(6587,363,'_billing_last_name','Domingo'),(6588,363,'_billing_company','JAMIC LLC'),(6589,363,'_billing_address_1','3525 Del Mar Heights Road'),(6590,363,'_billing_address_2','#1014'),(6591,363,'_billing_city','San Diego'),(6592,363,'_billing_state','CA'),(6593,363,'_billing_postcode','92130'),(6594,363,'_billing_country','US'),(6595,363,'_billing_email','mdomingo@extramile.es'),(6596,363,'_billing_phone','8582498337'),(6597,363,'_shipping_first_name','Azucena'),(6598,363,'_shipping_last_name','Villagomez'),(6599,363,'_shipping_address_1','122 E. 17 St.'),(6600,363,'_shipping_city','National City'),(6601,363,'_shipping_state','CA'),(6602,363,'_shipping_postcode','91950'),(6603,363,'_shipping_country','US'),(6604,363,'_order_currency','USD'),(6605,363,'_cart_discount','0'),(6606,363,'_cart_discount_tax','0'),(6607,363,'_order_shipping','43.85'),(6608,363,'_order_shipping_tax','0'),(6609,363,'_order_tax','0'),(6610,363,'_order_total','43.85'),(6611,363,'_order_version','5.2.2'),(6612,363,'_prices_include_tax','no'),(6613,363,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(6614,363,'_shipping_address_index','Azucena Villagomez  122 E. 17 St.  National City CA 91950 US'),(6617,363,'is_vat_exempt','no'),(6618,363,'Payment type','instant'),(6619,363,'_transaction_id','7Y971225WA117930R'),(6620,363,'_paypal_status','completed'),(6621,363,'PayPal Transaction Fee','1.57'),(6622,363,'_date_paid','1620927698'),(6623,363,'_paid_date','2021-05-13 17:41:38'),(6624,363,'_download_permissions_granted','yes'),(6625,363,'_recorded_sales','yes'),(6626,363,'_recorded_coupon_usage_counts','yes'),(6627,363,'_order_stock_reduced','yes'),(6628,363,'_new_order_email_sent','true'),(6629,364,'_order_key','wc_order_Rvvx8IVxrAWx5'),(6630,364,'_customer_user','40'),(6631,364,'_payment_method','paypal'),(6632,364,'_payment_method_title','PayPal'),(6633,364,'_customer_ip_address','76.121.251.218'),(6634,364,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6635,364,'_created_via','checkout'),(6636,364,'_cart_hash','bd7db3530b434223fb7055ba981d8823'),(6637,364,'_billing_first_name','PAUL'),(6638,364,'_billing_last_name','Cunningham'),(6639,364,'_billing_address_1','25606 180th AVE SE'),(6640,364,'_billing_city','Covington'),(6641,364,'_billing_state','WA'),(6642,364,'_billing_postcode','98042'),(6643,364,'_billing_country','US'),(6644,364,'_billing_email','cjp104@gmail.com'),(6645,364,'_billing_phone','2064128444'),(6646,364,'_shipping_first_name','PAUL'),(6647,364,'_shipping_last_name','Cunningham'),(6648,364,'_shipping_address_1','25606 180th AVE SE'),(6649,364,'_shipping_city','Covington'),(6650,364,'_shipping_state','WA'),(6651,364,'_shipping_postcode','98042'),(6652,364,'_shipping_country','US'),(6653,364,'_order_currency','USD'),(6654,364,'_cart_discount','0'),(6655,364,'_cart_discount_tax','0'),(6656,364,'_order_shipping','60'),(6657,364,'_order_shipping_tax','0'),(6658,364,'_order_tax','0'),(6659,364,'_order_total','264.00'),(6660,364,'_order_version','5.2.2'),(6661,364,'_prices_include_tax','no'),(6662,364,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(6663,364,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US'),(6664,364,'is_vat_exempt','no'),(6665,364,'Payment type','instant'),(6666,364,'_transaction_id','8V016471UU800143X'),(6667,364,'_paypal_status','completed'),(6668,364,'PayPal Transaction Fee','7.96'),(6669,364,'_date_paid','1620929763'),(6670,364,'_paid_date','2021-05-13 18:16:03'),(6671,364,'_download_permissions_granted','yes'),(6672,364,'_recorded_sales','yes'),(6673,364,'_recorded_coupon_usage_counts','yes'),(6674,364,'_order_stock_reduced','yes'),(6675,364,'_new_order_email_sent','true'),(6676,364,'_edit_lock','1621002707:2'),(6677,364,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034808\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"d78e4ff422aa5a3cf753dd36d421d348\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034793\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"2147d438c3e75cf0e5deb490b38816af\";}}'),(6678,364,'_edit_last','2'),(6679,364,'_date_completed','1621002834'),(6680,364,'_completed_date','2021-05-14 14:33:54'),(6681,363,'_edit_lock','1621002854:2'),(6682,363,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034782\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"b4121a675e638dfdadf4893959083b00\";}}'),(6683,363,'_edit_last','2'),(6684,363,'_date_completed','1621002990'),(6685,363,'_completed_date','2021-05-14 14:36:30'),(6690,361,'_edit_lock','1621003024:2'),(6691,358,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033856\";s:12:\"date_shipped\";s:10:\"1620345600\";s:11:\"tracking_id\";s:32:\"1275fe70192398a7e251360c0ca6da94\";}}'),(6692,358,'_edit_last','2'),(6693,358,'_date_completed','1621003062'),(6694,358,'_completed_date','2021-05-14 14:37:42'),(6695,361,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034635\";s:12:\"date_shipped\";s:10:\"1620777600\";s:11:\"tracking_id\";s:32:\"8b74183e184a8c2259e6d1e3b68d4016\";}}'),(6696,361,'_edit_last','2'),(6697,361,'_date_completed','1621003165'),(6698,361,'_completed_date','2021-05-14 14:39:25'),(6699,366,'_order_key','wc_order_YUJbDjQKuTqXB'),(6700,366,'_customer_user','3'),(6701,366,'_payment_method','paypal'),(6702,366,'_payment_method_title','PayPal'),(6703,366,'_customer_ip_address','70.142.202.154'),(6704,366,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6705,366,'_created_via','checkout'),(6706,366,'_cart_hash','8e37fd8fa97b7723cd353eea50fda14c'),(6707,366,'_billing_first_name','Amanda'),(6708,366,'_billing_last_name','Westerman'),(6709,366,'_billing_company','Lice Clinics of America McKinney'),(6710,366,'_billing_address_1','3120 Hudson Crossing'),(6711,366,'_billing_address_2','Suite A2'),(6712,366,'_billing_city','MCKINNEY'),(6713,366,'_billing_state','TX'),(6714,366,'_billing_postcode','75070'),(6715,366,'_billing_country','US'),(6716,366,'_billing_email','awesterman1103@gmail.com'),(6717,366,'_billing_phone','2144175741'),(6718,366,'_shipping_first_name','Amanda'),(6719,366,'_shipping_last_name','Westerman'),(6720,366,'_shipping_company','Lice Clinics of America McKinney'),(6721,366,'_shipping_address_1','3120 Hudson Crossing'),(6722,366,'_shipping_address_2','Suite A2'),(6723,366,'_shipping_city','MCKINNEY'),(6724,366,'_shipping_state','TX'),(6725,366,'_shipping_postcode','75070'),(6726,366,'_shipping_country','US'),(6727,366,'_order_currency','USD'),(6728,366,'_cart_discount','0'),(6729,366,'_cart_discount_tax','0'),(6730,366,'_order_shipping','37.64'),(6731,366,'_order_shipping_tax','0'),(6732,366,'_order_tax','0'),(6733,366,'_order_total','552.36'),(6734,366,'_order_version','5.2.2'),(6735,366,'_prices_include_tax','no'),(6736,366,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(6737,366,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(6738,366,'is_vat_exempt','no'),(6739,366,'Payment type','instant'),(6740,366,'_transaction_id','2PG21552GM7242502'),(6741,366,'_paypal_status','completed'),(6742,366,'PayPal Transaction Fee','16.32'),(6743,366,'_date_paid','1621011331'),(6744,366,'_paid_date','2021-05-14 16:55:31'),(6745,366,'_download_permissions_granted','yes'),(6746,366,'_recorded_sales','yes'),(6747,366,'_recorded_coupon_usage_counts','yes'),(6748,366,'_order_stock_reduced','yes'),(6749,366,'_new_order_email_sent','true'),(6750,367,'_order_key','wc_order_MNaU3jBRcTnYD'),(6751,367,'_customer_user','3'),(6752,367,'_payment_method','paypal'),(6753,367,'_payment_method_title','PayPal'),(6754,367,'_customer_ip_address','70.142.202.154'),(6755,367,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6756,367,'_created_via','checkout'),(6757,367,'_cart_hash','8a7f8fe7e5fc5732c4387c7674265aa3'),(6758,367,'_billing_first_name','Amanda'),(6759,367,'_billing_last_name','Westerman'),(6760,367,'_billing_company','Lice Clinics of America McKinney'),(6761,367,'_billing_address_1','3120 Hudson Crossing'),(6762,367,'_billing_address_2','Suite A2'),(6763,367,'_billing_city','MCKINNEY'),(6764,367,'_billing_state','TX'),(6765,367,'_billing_postcode','75070'),(6766,367,'_billing_country','US'),(6767,367,'_billing_email','awesterman1103@gmail.com'),(6768,367,'_billing_phone','2144175741'),(6769,367,'_shipping_first_name','Lice clinics of'),(6770,367,'_shipping_last_name','Dublin'),(6771,367,'_shipping_company','LCA Dublin'),(6772,367,'_shipping_address_1','5910 Wilcox Place Suite E'),(6773,367,'_shipping_address_2','Suite E'),(6774,367,'_shipping_city','Dublin'),(6775,367,'_shipping_state','OH'),(6776,367,'_shipping_postcode','43016'),(6777,367,'_shipping_country','US'),(6778,367,'_order_currency','USD'),(6779,367,'_cart_discount','0'),(6780,367,'_cart_discount_tax','0'),(6781,367,'_order_shipping','17.29'),(6782,367,'_order_shipping_tax','0'),(6783,367,'_order_tax','0'),(6784,367,'_order_total','161.29'),(6785,367,'_order_version','5.2.2'),(6786,367,'_prices_include_tax','no'),(6787,367,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(6788,367,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(6789,367,'is_vat_exempt','no'),(6790,367,'Payment type','instant'),(6791,367,'_transaction_id','7BM51585SP8960743'),(6792,367,'_paypal_status','completed'),(6793,367,'PayPal Transaction Fee','4.98'),(6794,367,'_date_paid','1621012672'),(6795,367,'_paid_date','2021-05-14 17:17:52'),(6796,367,'_download_permissions_granted','yes'),(6797,367,'_recorded_sales','yes'),(6798,367,'_recorded_coupon_usage_counts','yes'),(6799,367,'_order_stock_reduced','yes'),(6800,367,'_new_order_email_sent','true'),(6801,366,'_edit_lock','1621266330:2'),(6802,367,'_edit_lock','1621022773:2'),(6803,367,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034900\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"444c9a75a1339fe42800c374f60bbfe0\";}}'),(6804,367,'_edit_last','2'),(6805,367,'_date_completed','1621022784'),(6806,367,'_completed_date','2021-05-14 20:06:24'),(6807,368,'_order_key','wc_order_yKkGpt7M8WNA9'),(6808,368,'_customer_user','28'),(6809,368,'_payment_method','paypal'),(6810,368,'_payment_method_title','PayPal'),(6811,368,'_customer_ip_address','172.115.255.171'),(6812,368,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6813,368,'_created_via','checkout'),(6814,368,'_cart_hash','0a3d36f72e141b485272b1a311f3b14f'),(6815,368,'_billing_first_name','Kelli'),(6816,368,'_billing_last_name','Washington'),(6817,368,'_billing_company','Lice Clinics of America - Temecula'),(6818,368,'_billing_address_1','2438 Bear Rock Gln'),(6819,368,'_billing_city','Escondido'),(6820,368,'_billing_state','CA'),(6821,368,'_billing_postcode','92026'),(6822,368,'_billing_country','US'),(6823,368,'_billing_email','info@liceclinicstemecula.com'),(6824,368,'_billing_phone','7606255580'),(6825,368,'_shipping_first_name','Kelli'),(6826,368,'_shipping_last_name','Washington'),(6827,368,'_shipping_company','Lice Clinics of America - Temecula'),(6828,368,'_shipping_address_1','2438 Bear Rock Gln'),(6829,368,'_shipping_city','Escondido'),(6830,368,'_shipping_state','CA'),(6831,368,'_shipping_postcode','92026'),(6832,368,'_shipping_country','US'),(6833,368,'_order_currency','USD'),(6834,368,'_cart_discount','0'),(6835,368,'_cart_discount_tax','0'),(6836,368,'_order_shipping','27.55'),(6837,368,'_order_shipping_tax','0'),(6838,368,'_order_tax','0'),(6839,368,'_order_total','285.79'),(6840,368,'_order_version','5.2.2'),(6841,368,'_prices_include_tax','no'),(6842,368,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(6843,368,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(6844,368,'is_vat_exempt','no'),(6845,368,'Payment type','instant'),(6846,368,'_transaction_id','2GA9509045404433M'),(6847,368,'_paypal_status','completed'),(6848,368,'PayPal Transaction Fee','8.59'),(6849,368,'_date_paid','1621025374'),(6850,368,'_paid_date','2021-05-14 20:49:34'),(6851,368,'_download_permissions_granted','yes'),(6852,368,'_recorded_sales','yes'),(6853,368,'_recorded_coupon_usage_counts','yes'),(6854,368,'_order_stock_reduced','yes'),(6855,368,'_new_order_email_sent','true'),(6856,369,'_order_key','wc_order_p1v8NMKZqKKeD'),(6857,369,'_customer_user','61'),(6858,369,'_payment_method','paypal'),(6859,369,'_payment_method_title','PayPal'),(6860,369,'_customer_ip_address','69.174.167.167'),(6861,369,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6862,369,'_created_via','checkout'),(6863,369,'_cart_hash','c89e8216773ec090bae101ecef1f1f97'),(6864,369,'_billing_first_name','Judy'),(6865,369,'_billing_last_name','Hayden'),(6866,369,'_billing_company','LCA'),(6867,369,'_billing_address_1','1795 Alysheba Way'),(6868,369,'_billing_address_2','Ste 4105'),(6869,369,'_billing_city','Lexington'),(6870,369,'_billing_state','KY'),(6871,369,'_billing_postcode','40509'),(6872,369,'_billing_country','US'),(6873,369,'_billing_email','info@liceclinicslexington.com'),(6874,369,'_billing_phone','8595376966'),(6875,369,'_shipping_first_name','Judy'),(6876,369,'_shipping_last_name','Hayden'),(6877,369,'_shipping_company','LCA Florence'),(6878,369,'_shipping_address_1','6905 Burlington Pike'),(6879,369,'_shipping_address_2','Suite A'),(6880,369,'_shipping_city','Florence'),(6881,369,'_shipping_state','KY'),(6882,369,'_shipping_postcode','41042'),(6883,369,'_shipping_country','US'),(6884,369,'_order_currency','USD'),(6885,369,'_cart_discount','0'),(6886,369,'_cart_discount_tax','0'),(6887,369,'_order_shipping','0'),(6888,369,'_order_shipping_tax','0'),(6889,369,'_order_tax','0'),(6890,369,'_order_total','612.46'),(6891,369,'_order_version','5.2.2'),(6892,369,'_prices_include_tax','no'),(6893,369,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(6894,369,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Suite A Florence KY 41042 US'),(6895,369,'is_vat_exempt','no'),(6896,369,'Payment type','instant'),(6897,369,'_transaction_id','5FY62454JY8877439'),(6898,369,'_paypal_status','completed'),(6899,369,'PayPal Transaction Fee','18.06'),(6900,369,'_date_paid','1621081964'),(6901,369,'_paid_date','2021-05-15 12:32:44'),(6902,369,'_download_permissions_granted','yes'),(6903,369,'_recorded_sales','yes'),(6904,369,'_recorded_coupon_usage_counts','yes'),(6905,369,'_order_stock_reduced','yes'),(6906,369,'_new_order_email_sent','true'),(6907,370,'_order_key','wc_order_5b13bbEqhL9Ck'),(6908,370,'_customer_user','46'),(6909,370,'_payment_method','paypal'),(6910,370,'_payment_method_title','PayPal'),(6911,370,'_customer_ip_address','216.163.6.72'),(6912,370,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6913,370,'_created_via','checkout'),(6914,370,'_cart_hash','01fa640fb6c49927881b2de922f6c71f'),(6915,370,'_billing_first_name','Shannon'),(6916,370,'_billing_last_name','Steele'),(6917,370,'_billing_company','SBS Investments'),(6918,370,'_billing_address_1','1702 Hazelwood Court'),(6919,370,'_billing_city','Jonesboro'),(6920,370,'_billing_state','AR'),(6921,370,'_billing_postcode','72401'),(6922,370,'_billing_country','US'),(6923,370,'_billing_email','info@liceclinicsjonesboro.com'),(6924,370,'_billing_phone','8709262731'),(6925,370,'_shipping_first_name','Shannon'),(6926,370,'_shipping_last_name','Steele'),(6927,370,'_shipping_company','SBS Investments/LCA- Jonesboro'),(6928,370,'_shipping_address_1','3106 Orval Orlan Drive'),(6929,370,'_shipping_address_2','Suite D'),(6930,370,'_shipping_city','Jonesboro'),(6931,370,'_shipping_state','AR'),(6932,370,'_shipping_postcode','72404'),(6933,370,'_shipping_country','US'),(6934,370,'_order_currency','USD'),(6935,370,'_cart_discount','0'),(6936,370,'_cart_discount_tax','0'),(6937,370,'_order_shipping','11.01'),(6938,370,'_order_shipping_tax','0'),(6939,370,'_order_tax','0'),(6940,370,'_order_total','71.01'),(6941,370,'_order_version','5.2.2'),(6942,370,'_prices_include_tax','no'),(6943,370,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(6944,370,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(6945,370,'is_vat_exempt','no'),(6946,370,'Payment type','instant'),(6947,370,'_transaction_id','2S596327B5279954V'),(6948,370,'_paypal_status','completed'),(6949,370,'PayPal Transaction Fee','2.36'),(6950,370,'_date_paid','1621104107'),(6951,370,'_paid_date','2021-05-15 18:41:47'),(6952,370,'_download_permissions_granted','yes'),(6953,370,'_recorded_sales','yes'),(6954,370,'_recorded_coupon_usage_counts','yes'),(6955,370,'_order_stock_reduced','yes'),(6956,370,'_new_order_email_sent','true'),(6957,369,'_edit_lock','1621266014:2'),(6958,369,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035057\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"acad4124be3517002be425ab0b7cf844\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035046\";s:12:\"date_shipped\";i:1621266100;s:11:\"tracking_id\";s:32:\"19db34c8face01f3967ad6794a7ffd66\";}}'),(6959,369,'_edit_last','2'),(6960,369,'_date_completed','1621266104'),(6961,369,'_completed_date','2021-05-17 15:41:44'),(6962,368,'_edit_lock','1621266070:2'),(6963,368,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035035\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"44c7da37fd2723a4dcd7b33be296e607\";}}'),(6964,368,'_edit_last','2'),(6965,368,'_date_completed','1621266185'),(6966,368,'_completed_date','2021-05-17 15:43:05'),(6967,366,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034999\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"84948810c0eadb4204eb4bc5ce9b98c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034988\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"826cff52e8b5a791b52c3f2b4bab2042\";}}'),(6968,366,'_edit_last','2'),(6969,366,'_date_completed','1621266458'),(6970,366,'_completed_date','2021-05-17 15:47:38'),(6971,370,'_edit_lock','1621278685:2'),(6972,370,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035079\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"8aaca81bb4baeb61d9d06c7c6ef40628\";}}'),(6973,370,'_edit_last','2'),(6974,370,'_date_completed','1621278824'),(6975,370,'_completed_date','2021-05-17 19:13:44'),(6976,371,'_order_key','wc_order_cCS8RmaE6P9qc'),(6977,371,'_customer_user','48'),(6978,371,'_payment_method','paypal'),(6979,371,'_payment_method_title','PayPal'),(6980,371,'_customer_ip_address','50.4.121.93'),(6981,371,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.56'),(6982,371,'_created_via','checkout'),(6983,371,'_cart_hash','aa34034639a23310ecd36418320ed06e'),(6984,371,'_billing_first_name','Suzanne'),(6985,371,'_billing_last_name','McCutchan'),(6986,371,'_billing_address_1','7206 OAK HILL RD'),(6987,371,'_billing_city','Evansville'),(6988,371,'_billing_state','IN'),(6989,371,'_billing_postcode','47725'),(6990,371,'_billing_country','US'),(6991,371,'_billing_email','suzannemccutchan@outlook.com'),(6992,371,'_billing_phone','8127468389'),(6993,371,'_shipping_first_name','Suzanne'),(6994,371,'_shipping_last_name','McCutchan'),(6995,371,'_shipping_address_1','7206 Oak Hill Rd'),(6996,371,'_shipping_city','Evansville'),(6997,371,'_shipping_state','IN'),(6998,371,'_shipping_postcode','47725'),(6999,371,'_shipping_country','US'),(7000,371,'_order_currency','USD'),(7001,371,'_cart_discount','0'),(7002,371,'_cart_discount_tax','0'),(7003,371,'_order_shipping','18.97'),(7004,371,'_order_shipping_tax','0'),(7005,371,'_order_tax','0'),(7006,371,'_order_total','313.87'),(7007,371,'_order_version','5.2.2'),(7008,371,'_prices_include_tax','no'),(7009,371,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(7010,371,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US'),(7011,371,'is_vat_exempt','no'),(7012,371,'Payment type','instant'),(7013,371,'_transaction_id','6WG87133573673355'),(7014,371,'_paypal_status','completed'),(7015,371,'PayPal Transaction Fee','9.40'),(7016,371,'_date_paid','1621372774'),(7017,371,'_paid_date','2021-05-18 21:19:34'),(7018,371,'_download_permissions_granted','yes'),(7019,371,'_recorded_sales','yes'),(7020,371,'_recorded_coupon_usage_counts','yes'),(7021,371,'_order_stock_reduced','yes'),(7022,371,'_new_order_email_sent','true'),(7023,372,'_order_key','wc_order_GUGk5Rpl1FWPH'),(7024,372,'_customer_user','15'),(7025,372,'_payment_method','paypal'),(7026,372,'_payment_method_title','PayPal'),(7027,372,'_customer_ip_address','172.15.92.16'),(7028,372,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.56'),(7029,372,'_created_via','checkout'),(7030,372,'_cart_hash','05f075852494576fd1ee7890cc19ba47'),(7031,372,'_billing_first_name','David'),(7032,372,'_billing_last_name','Florsheim'),(7033,372,'_billing_company','Lice Clincs of America'),(7034,372,'_billing_address_1','11506 N Creekside Ct'),(7035,372,'_billing_city','Mequon'),(7036,372,'_billing_state','WI'),(7037,372,'_billing_postcode','53092'),(7038,372,'_billing_country','US'),(7039,372,'_billing_email','info@liceclinicsmilwaukee.com'),(7040,372,'_billing_phone','4142556550'),(7041,372,'_shipping_first_name','Caitlin'),(7042,372,'_shipping_last_name','Kugler'),(7043,372,'_shipping_company','LCA'),(7044,372,'_shipping_address_1','2748 Wisconsin St'),(7045,372,'_shipping_city','Sturtevant'),(7046,372,'_shipping_state','WI'),(7047,372,'_shipping_postcode','53177'),(7048,372,'_shipping_country','US'),(7049,372,'_order_currency','USD'),(7050,372,'_cart_discount','0'),(7051,372,'_cart_discount_tax','0'),(7052,372,'_order_shipping','17.29'),(7053,372,'_order_shipping_tax','0'),(7054,372,'_order_tax','0'),(7055,372,'_order_total','193.66'),(7056,372,'_order_version','5.2.2'),(7057,372,'_prices_include_tax','no'),(7058,372,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(7059,372,'_shipping_address_index','Caitlin Kugler LCA 2748 Wisconsin St  Sturtevant WI 53177 US'),(7060,372,'is_vat_exempt','no'),(7061,372,'Payment type','instant'),(7062,372,'_transaction_id','0J208326BH1415929'),(7063,372,'_paypal_status','completed'),(7064,372,'PayPal Transaction Fee','5.92'),(7065,372,'_date_paid','1621471975'),(7066,372,'_paid_date','2021-05-20 00:52:55'),(7067,372,'_download_permissions_granted','yes'),(7068,372,'_recorded_sales','yes'),(7069,372,'_recorded_coupon_usage_counts','yes'),(7070,372,'_order_stock_reduced','yes'),(7071,372,'_new_order_email_sent','true'),(7072,371,'_edit_lock','1621528872:2'),(7073,371,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035388\";s:12:\"date_shipped\";s:10:\"1621382400\";s:11:\"tracking_id\";s:32:\"3a9c49d4cc61e815d0f8e791497f4f5b\";}}'),(7074,371,'_edit_last','2'),(7075,371,'_date_completed','1621528993'),(7076,371,'_completed_date','2021-05-20 16:43:13'),(7077,372,'_edit_lock','1621529144:2'),(7078,372,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035594\";s:12:\"date_shipped\";s:10:\"1621468800\";s:11:\"tracking_id\";s:32:\"e9434d08273ba463845f39c58fdeba77\";}}'),(7079,372,'_edit_last','2'),(7080,372,'_date_completed','1621529241'),(7081,372,'_completed_date','2021-05-20 16:47:21'),(7082,373,'_order_key','wc_order_A5ysTRQYhTawM'),(7083,373,'_customer_user','49'),(7084,373,'_payment_method','paypal'),(7085,373,'_payment_method_title','PayPal'),(7086,373,'_customer_ip_address','96.255.114.62'),(7087,373,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7088,373,'_created_via','checkout'),(7089,373,'_cart_hash','af42e5553b55995f4b3a329d6f42e485'),(7090,373,'_billing_first_name','Michelle'),(7091,373,'_billing_last_name','Winkler'),(7092,373,'_billing_address_1','8943 Garrett Way'),(7093,373,'_billing_city','Manassas'),(7094,373,'_billing_state','VA'),(7095,373,'_billing_postcode','20112'),(7096,373,'_billing_country','US'),(7097,373,'_billing_email','info@northernvirginialiceclinics.com'),(7098,373,'_billing_phone','8587520975'),(7099,373,'_shipping_first_name','Michelle'),(7100,373,'_shipping_last_name','Winkler'),(7101,373,'_shipping_address_1','8943 Garrett Way'),(7102,373,'_shipping_city','Manassas'),(7103,373,'_shipping_state','VA'),(7104,373,'_shipping_postcode','20112'),(7105,373,'_shipping_country','US'),(7106,373,'_order_currency','USD'),(7107,373,'_cart_discount','0'),(7108,373,'_cart_discount_tax','0'),(7109,373,'_order_shipping','0'),(7110,373,'_order_shipping_tax','0'),(7111,373,'_order_tax','0'),(7112,373,'_order_total','539.20'),(7113,373,'_order_version','5.2.2'),(7114,373,'_prices_include_tax','no'),(7115,373,'_billing_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(7116,373,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US'),(7117,373,'is_vat_exempt','no'),(7118,373,'Payment type','instant'),(7119,373,'_transaction_id','69U581013K0784049'),(7120,373,'_paypal_status','completed'),(7121,373,'PayPal Transaction Fee','15.94'),(7122,373,'_date_paid','1621530199'),(7123,373,'_paid_date','2021-05-20 17:03:19'),(7124,373,'_download_permissions_granted','yes'),(7125,373,'_recorded_sales','yes'),(7126,373,'_recorded_coupon_usage_counts','yes'),(7127,373,'_order_stock_reduced','yes'),(7128,373,'_new_order_email_sent','true'),(7129,374,'_order_key','wc_order_q6s7PSIyzc90N'),(7130,374,'_customer_user','36'),(7131,374,'_payment_method','paypal'),(7132,374,'_payment_method_title','PayPal'),(7133,374,'_customer_ip_address','198.212.9.203'),(7134,374,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(7135,374,'_created_via','checkout'),(7136,374,'_cart_hash','a23bc1b288263b2ff4f00813a37a2d65'),(7137,374,'_billing_first_name','Melanie'),(7138,374,'_billing_last_name','Sherman'),(7139,374,'_billing_company','Lice Clinics of Bakersfield'),(7140,374,'_billing_address_1','2920 F ST'),(7141,374,'_billing_address_2','G-9'),(7142,374,'_billing_city','Bakersfield'),(7143,374,'_billing_state','CA'),(7144,374,'_billing_postcode','93301'),(7145,374,'_billing_country','US'),(7146,374,'_billing_email','2920lca@gmail.com'),(7147,374,'_billing_phone','661-616-8900'),(7148,374,'_shipping_first_name','Melanie'),(7149,374,'_shipping_last_name','Sherman'),(7150,374,'_shipping_company','Lice Clinics of Bakersfield'),(7151,374,'_shipping_address_1','2920 F ST'),(7152,374,'_shipping_address_2','G-9'),(7153,374,'_shipping_city','Bakersfield'),(7154,374,'_shipping_state','CA'),(7155,374,'_shipping_postcode','93301'),(7156,374,'_shipping_country','US'),(7157,374,'_order_currency','USD'),(7158,374,'_cart_discount','0'),(7159,374,'_cart_discount_tax','0'),(7160,374,'_order_shipping','110.25'),(7161,374,'_order_shipping_tax','0'),(7162,374,'_order_tax','0'),(7163,374,'_order_total','580.21'),(7164,374,'_order_version','5.2.2'),(7165,374,'_prices_include_tax','no'),(7166,374,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(7167,374,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US'),(7168,374,'is_vat_exempt','no'),(7169,374,'Payment type','instant'),(7170,374,'_transaction_id','41778122FN7309213'),(7171,374,'_paypal_status','completed'),(7172,374,'PayPal Transaction Fee','17.13'),(7173,374,'_date_paid','1621617770'),(7174,374,'_paid_date','2021-05-21 17:22:50'),(7175,374,'_download_permissions_granted','yes'),(7176,374,'_recorded_sales','yes'),(7177,374,'_recorded_coupon_usage_counts','yes'),(7178,374,'_order_stock_reduced','yes'),(7179,374,'_new_order_email_sent','true'),(7180,373,'_edit_lock','1621618773:2'),(7181,373,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035804\";s:12:\"date_shipped\";s:10:\"1621468800\";s:11:\"tracking_id\";s:32:\"6b04f30181af71520c9e965a186b6527\";}}'),(7182,373,'_edit_last','2'),(7183,373,'_date_completed','1621618906'),(7184,373,'_completed_date','2021-05-21 17:41:46'),(7185,375,'_order_key','wc_order_jYqA10vEpoXGT'),(7186,375,'_customer_user','79'),(7187,375,'_payment_method','paypal'),(7188,375,'_payment_method_title','PayPal'),(7189,375,'_customer_ip_address','71.91.158.65'),(7190,375,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(7191,375,'_created_via','checkout'),(7192,375,'_cart_hash','c170990b90cc4b5603f07926767d292a'),(7193,375,'_billing_first_name','Shanna'),(7194,375,'_billing_last_name','Castille'),(7195,375,'_billing_address_1','1097 Hundley Rd'),(7196,375,'_billing_city','Eunice'),(7197,375,'_billing_state','LA'),(7198,375,'_billing_postcode','70535'),(7199,375,'_billing_country','US'),(7200,375,'_billing_email','Shanna_sr09@yahoo.com'),(7201,375,'_billing_phone','3374668998'),(7202,375,'_shipping_first_name','Rebekah'),(7203,375,'_shipping_last_name','Gay'),(7204,375,'_shipping_address_1','339 Forty Oaks Farm Rd'),(7205,375,'_shipping_city','West Monroe'),(7206,375,'_shipping_state','LA'),(7207,375,'_shipping_postcode','71291'),(7208,375,'_shipping_country','US'),(7209,375,'_order_currency','USD'),(7210,375,'_cart_discount','0'),(7211,375,'_cart_discount_tax','0'),(7212,375,'_order_shipping','54.89'),(7213,375,'_order_shipping_tax','0'),(7214,375,'_order_tax','0'),(7215,375,'_order_total','514.63'),(7216,375,'_order_version','5.3.0'),(7217,375,'_prices_include_tax','no'),(7218,375,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(7219,375,'_shipping_address_index','Rebekah Gay  339 Forty Oaks Farm Rd  West Monroe LA 71291 US'),(7220,375,'is_vat_exempt','no'),(7221,375,'Payment type','instant'),(7222,375,'_transaction_id','8T176672WG036074F'),(7223,375,'_paypal_status','completed'),(7224,375,'PayPal Transaction Fee','15.22'),(7225,375,'_date_paid','1621789120'),(7226,375,'_paid_date','2021-05-23 16:58:40'),(7227,375,'_download_permissions_granted','yes'),(7228,375,'_recorded_sales','yes'),(7229,375,'_recorded_coupon_usage_counts','yes'),(7230,375,'_order_stock_reduced','yes'),(7231,375,'_new_order_email_sent','true'),(7232,376,'_order_key','wc_order_b2Q8Wiw0jKjBp'),(7233,376,'_customer_user','3'),(7234,376,'_payment_method','paypal'),(7235,376,'_payment_method_title','PayPal'),(7236,376,'_customer_ip_address','70.142.202.154'),(7237,376,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7238,376,'_created_via','checkout'),(7239,376,'_cart_hash','f64273028cea5141e73f6005f703173a'),(7240,376,'_billing_first_name','Amanda'),(7241,376,'_billing_last_name','Westerman'),(7242,376,'_billing_company','Lice Clinics of America McKinney'),(7243,376,'_billing_address_1','3120 Hudson Crossing'),(7244,376,'_billing_address_2','Suite A2'),(7245,376,'_billing_city','MCKINNEY'),(7246,376,'_billing_state','TX'),(7247,376,'_billing_postcode','75070'),(7248,376,'_billing_country','US'),(7249,376,'_billing_email','awesterman1103@gmail.com'),(7250,376,'_billing_phone','2144175741'),(7251,376,'_shipping_first_name','Lice clinics of'),(7252,376,'_shipping_last_name','Dublin'),(7253,376,'_shipping_company','LCA Dublin'),(7254,376,'_shipping_address_1','5910 Wilcox Place Suite E'),(7255,376,'_shipping_address_2','Suite E'),(7256,376,'_shipping_city','Dublin'),(7257,376,'_shipping_state','OH'),(7258,376,'_shipping_postcode','43016'),(7259,376,'_shipping_country','US'),(7260,376,'_order_currency','USD'),(7261,376,'_cart_discount','0'),(7262,376,'_cart_discount_tax','0'),(7263,376,'_order_shipping','51.14'),(7264,376,'_order_shipping_tax','0'),(7265,376,'_order_tax','0'),(7266,376,'_order_total','518.34'),(7267,376,'_order_version','5.3.0'),(7268,376,'_prices_include_tax','no'),(7269,376,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(7270,376,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(7271,376,'is_vat_exempt','no'),(7272,376,'Payment type','instant'),(7273,376,'_transaction_id','1NL62405DK371064L'),(7274,376,'_paypal_status','completed'),(7275,376,'PayPal Transaction Fee','15.33'),(7276,376,'_date_paid','1621869397'),(7277,376,'_paid_date','2021-05-24 15:16:37'),(7278,376,'_download_permissions_granted','yes'),(7279,376,'_recorded_sales','yes'),(7280,376,'_recorded_coupon_usage_counts','yes'),(7281,376,'_order_stock_reduced','yes'),(7282,376,'_new_order_email_sent','true'),(7283,377,'_order_key','wc_order_vtAeefxqIstbJ'),(7284,377,'_customer_user','3'),(7285,377,'_payment_method','paypal'),(7286,377,'_payment_method_title','PayPal'),(7287,377,'_customer_ip_address','70.142.202.154'),(7288,377,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7289,377,'_created_via','checkout'),(7290,377,'_cart_hash','6efe4038529cb2a97b6df6aae32ea534'),(7291,377,'_billing_first_name','Lee'),(7292,377,'_billing_last_name','Rodgers'),(7293,377,'_billing_company','Lice Clinics Wichita'),(7294,377,'_billing_address_1','345 S. Belmont'),(7295,377,'_billing_city','Wichita'),(7296,377,'_billing_state','KS'),(7297,377,'_billing_postcode','67218'),(7298,377,'_billing_country','US'),(7299,377,'_billing_email','leerodgers@flash.net'),(7300,377,'_billing_phone','3164483880'),(7301,377,'_shipping_first_name','Lee'),(7302,377,'_shipping_last_name','Rodgers'),(7303,377,'_shipping_company','Lice Clinics Wichita'),(7304,377,'_shipping_address_1','2552 N. Maize Court'),(7305,377,'_shipping_address_2','Suite 500'),(7306,377,'_shipping_city','Wichita'),(7307,377,'_shipping_state','KS'),(7308,377,'_shipping_postcode','67205'),(7309,377,'_shipping_country','US'),(7310,377,'_order_currency','USD'),(7311,377,'_cart_discount','0'),(7312,377,'_cart_discount_tax','0'),(7313,377,'_order_shipping','73.12'),(7314,377,'_order_shipping_tax','0'),(7315,377,'_order_tax','0'),(7316,377,'_order_total','933.44'),(7317,377,'_order_version','5.3.0'),(7318,377,'_prices_include_tax','no'),(7319,377,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont  Wichita KS 67218 US leerodgers@flash.net 3164483880'),(7320,377,'_shipping_address_index','Lee Rodgers Lice Clinics Wichita 2552 N. Maize Court Suite 500 Wichita KS 67205 US'),(7321,377,'is_vat_exempt','no'),(7322,377,'Payment type','instant'),(7323,377,'_transaction_id','7J777880RK254523W'),(7324,377,'_paypal_status','completed'),(7325,377,'PayPal Transaction Fee','27.37'),(7326,377,'_date_paid','1621875762'),(7327,377,'_paid_date','2021-05-24 17:02:42'),(7328,377,'_download_permissions_granted','yes'),(7329,377,'_recorded_sales','yes'),(7330,377,'_recorded_coupon_usage_counts','yes'),(7331,377,'_order_stock_reduced','yes'),(7332,377,'_new_order_email_sent','true'),(7333,378,'_order_key','wc_order_20We3n2nIuaQy'),(7334,378,'_customer_user','79'),(7335,378,'_payment_method','paypal'),(7336,378,'_payment_method_title','PayPal'),(7337,378,'_customer_ip_address','71.91.158.65'),(7338,378,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(7339,378,'_created_via','checkout'),(7340,378,'_cart_hash','207d84e3ecd56238989eef6bbacdeb34'),(7341,378,'_billing_first_name','Shanna'),(7342,378,'_billing_last_name','Castille'),(7343,378,'_billing_address_1','1097 Hundley Rd'),(7344,378,'_billing_city','Eunice'),(7345,378,'_billing_state','LA'),(7346,378,'_billing_postcode','70535'),(7347,378,'_billing_country','US'),(7348,378,'_billing_email','Shanna_sr09@yahoo.com'),(7349,378,'_billing_phone','3374668998'),(7350,378,'_shipping_first_name','Shanna'),(7351,378,'_shipping_last_name','Castille'),(7352,378,'_shipping_address_1','1097 Hundley Rd'),(7353,378,'_shipping_city','Eunice'),(7354,378,'_shipping_state','LA'),(7355,378,'_shipping_postcode','70535'),(7356,378,'_shipping_country','US'),(7357,378,'_order_currency','USD'),(7358,378,'_cart_discount','0'),(7359,378,'_cart_discount_tax','0'),(7360,378,'_order_shipping','41.11'),(7361,378,'_order_shipping_tax','0'),(7362,378,'_order_tax','0'),(7363,378,'_order_total','376.15'),(7364,378,'_order_version','5.3.0'),(7365,378,'_prices_include_tax','no'),(7366,378,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(7367,378,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US'),(7368,378,'is_vat_exempt','no'),(7369,378,'Payment type','instant'),(7370,378,'_transaction_id','4C047708XX548923W'),(7371,378,'_paypal_status','completed'),(7372,378,'PayPal Transaction Fee','11.21'),(7373,378,'_date_paid','1621879338'),(7374,378,'_paid_date','2021-05-24 18:02:18'),(7375,378,'_download_permissions_granted','yes'),(7376,378,'_recorded_sales','yes'),(7377,378,'_recorded_coupon_usage_counts','yes'),(7378,378,'_order_stock_reduced','yes'),(7379,378,'_new_order_email_sent','true'),(7380,379,'_order_key','wc_order_FMYcpg85g8Mh8'),(7381,379,'_customer_user','56'),(7382,379,'_payment_method','paypal'),(7383,379,'_payment_method_title','PayPal'),(7384,379,'_customer_ip_address','70.120.139.55'),(7385,379,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(7386,379,'_created_via','checkout'),(7387,379,'_cart_hash','ebf03254bfb872b4cebffc4e23611d3c'),(7388,379,'_billing_first_name','Gus'),(7389,379,'_billing_last_name','Romero'),(7390,379,'_billing_company','Ditta Solutions LLC'),(7391,379,'_billing_address_1','2104 Aristocrat Dr'),(7392,379,'_billing_city','Irving'),(7393,379,'_billing_state','TX'),(7394,379,'_billing_postcode','75063'),(7395,379,'_billing_country','US'),(7396,379,'_billing_email','gus@liceclinicsdfw.com'),(7397,379,'_billing_phone','214-325-0466'),(7398,379,'_shipping_first_name','Gus'),(7399,379,'_shipping_last_name','Romero'),(7400,379,'_shipping_company','LCA Dallas'),(7401,379,'_shipping_address_1','2104 Aristocrat Dr'),(7402,379,'_shipping_city','Irving'),(7403,379,'_shipping_state','TX'),(7404,379,'_shipping_postcode','75063'),(7405,379,'_shipping_country','US'),(7406,379,'_order_currency','USD'),(7407,379,'_cart_discount','0'),(7408,379,'_cart_discount_tax','0'),(7409,379,'_order_shipping','29.33'),(7410,379,'_order_shipping_tax','0'),(7411,379,'_order_tax','0'),(7412,379,'_order_total','29.33'),(7413,379,'_order_version','5.3.0'),(7414,379,'_prices_include_tax','no'),(7415,379,'_billing_address_index','Gus Romero Ditta Solutions LLC 2104 Aristocrat Dr  Irving TX 75063 US gus@liceclinicsdfw.com 214-325-0466'),(7416,379,'_shipping_address_index','Gus Romero LCA Dallas 2104 Aristocrat Dr  Irving TX 75063 US'),(7417,379,'is_vat_exempt','no'),(7418,379,'Payment type','instant'),(7419,379,'_transaction_id','5J795263R77761220'),(7420,379,'_paypal_status','completed'),(7421,379,'PayPal Transaction Fee','1.15'),(7422,379,'_date_paid','1621879878'),(7423,379,'_paid_date','2021-05-24 18:11:18'),(7424,379,'_download_permissions_granted','yes'),(7425,379,'_recorded_sales','yes'),(7426,379,'_recorded_coupon_usage_counts','yes'),(7427,379,'_order_stock_reduced','yes'),(7428,379,'_new_order_email_sent','true'),(7429,376,'_edit_lock','1621881136:2'),(7430,377,'_edit_lock','1621976558:2'),(7431,381,'_order_currency','USD'),(7432,381,'_cart_discount','0'),(7433,381,'_cart_discount_tax','0'),(7434,381,'_order_shipping','-73.12'),(7435,381,'_order_shipping_tax','0'),(7436,381,'_order_tax','0'),(7437,381,'_order_total','-73.12'),(7438,381,'_order_version','5.2.2'),(7439,381,'_prices_include_tax','no'),(7440,381,'_refund_amount','73.12'),(7441,381,'_refunded_by','2'),(7442,381,'_refunded_payment','1'),(7443,381,'_refund_reason',''),(7444,374,'_edit_lock','1621880645:2'),(7445,374,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035860\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"71f6df7fcf9269d8faaf4cd657d71590\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035859\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"214aff400630a0726399d3acfa5176aa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035848\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"2b0a29ab0cb9b1b8c06e717dbb32abec\";}}'),(7446,374,'_edit_last','2'),(7447,374,'_date_completed','1621880786'),(7448,374,'_completed_date','2021-05-24 18:26:26'),(7449,375,'_edit_lock','1621977699:2'),(7450,376,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036123\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"76a09421df4325b97ec745bf1c25420f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036112\";s:12:\"date_shipped\";i:1621881263;s:11:\"tracking_id\";s:32:\"1dcf137eadcccc2e674a38af91131ae8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036101\";s:12:\"date_shipped\";i:1621881269;s:11:\"tracking_id\";s:32:\"7f75d8db1a383b26ded6a72e1c14780d\";}}'),(7451,376,'_edit_last','2'),(7452,376,'_date_completed','1621881272'),(7453,376,'_completed_date','2021-05-24 18:34:32'),(7460,382,'_order_key','wc_order_wZG8Jus8DeysT'),(7461,382,'_customer_user','87'),(7462,382,'_payment_method','paypal'),(7463,382,'_payment_method_title','PayPal'),(7464,382,'_customer_ip_address','70.189.75.106'),(7465,382,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7466,382,'_created_via','checkout'),(7467,382,'_cart_hash','88dfbd19ac062663bd6f214e6119ccf9'),(7468,382,'_billing_first_name','Wade'),(7469,382,'_billing_last_name','Huntsman'),(7470,382,'_billing_company','LCA Midsouth'),(7471,382,'_billing_address_1','1104 E 25th St.'),(7472,382,'_billing_city','Tulsa'),(7473,382,'_billing_state','OK'),(7474,382,'_billing_postcode','74114'),(7475,382,'_billing_country','US'),(7476,382,'_billing_email','info@liceclinicsmidsouth.com'),(7477,382,'_billing_phone','9189783329'),(7478,382,'_shipping_first_name','Logqn'),(7479,382,'_shipping_last_name','Witt'),(7480,382,'_shipping_address_1','3000 S 28th PL'),(7481,382,'_shipping_address_2','Apt# 12'),(7482,382,'_shipping_city','Rogers'),(7483,382,'_shipping_state','AR'),(7484,382,'_shipping_postcode','72756'),(7485,382,'_shipping_country','US'),(7486,382,'_order_currency','USD'),(7487,382,'_cart_discount','0'),(7488,382,'_cart_discount_tax','0'),(7489,382,'_order_shipping','20.2'),(7490,382,'_order_shipping_tax','0'),(7491,382,'_order_tax','0'),(7492,382,'_order_total','164.20'),(7493,382,'_order_version','5.3.0'),(7494,382,'_prices_include_tax','no'),(7495,382,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7496,382,'_shipping_address_index','Logqn Witt  3000 S 28th PL Apt# 12 Rogers AR 72756 US'),(7497,382,'is_vat_exempt','no'),(7498,382,'Payment type','instant'),(7499,382,'_transaction_id','24J90661LF4719255'),(7500,382,'_paypal_status','completed'),(7501,382,'PayPal Transaction Fee','5.06'),(7502,382,'_date_paid','1621887448'),(7503,382,'_paid_date','2021-05-24 20:17:28'),(7504,382,'_download_permissions_granted','yes'),(7505,382,'_recorded_sales','yes'),(7506,382,'_recorded_coupon_usage_counts','yes'),(7507,382,'_order_stock_reduced','yes'),(7508,382,'_new_order_email_sent','true'),(7547,384,'_order_key','wc_order_esKdBw0wvd3n7'),(7548,384,'_customer_user','87'),(7549,384,'_payment_method','paypal'),(7550,384,'_payment_method_title','PayPal'),(7551,384,'_customer_ip_address','70.189.75.106'),(7552,384,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7553,384,'_created_via','checkout'),(7554,384,'_cart_hash','b60882a34bd7d05dfdfec2f247c16990'),(7555,384,'_billing_first_name','Wade'),(7556,384,'_billing_last_name','Huntsman'),(7557,384,'_billing_company','LCA Midsouth'),(7558,384,'_billing_address_1','1104 E 25th St.'),(7559,384,'_billing_city','Tulsa'),(7560,384,'_billing_state','OK'),(7561,384,'_billing_postcode','74114'),(7562,384,'_billing_country','US'),(7563,384,'_billing_email','info@liceclinicsmidsouth.com'),(7564,384,'_billing_phone','9189783329'),(7565,384,'_shipping_first_name','Katee'),(7566,384,'_shipping_last_name','Morrison'),(7567,384,'_shipping_address_1','748 Brookwood Dr'),(7568,384,'_shipping_address_2','Apt # 103'),(7569,384,'_shipping_city','OKC'),(7570,384,'_shipping_state','OK'),(7571,384,'_shipping_postcode','74139'),(7572,384,'_shipping_country','US'),(7573,384,'_order_currency','USD'),(7574,384,'_cart_discount','0'),(7575,384,'_cart_discount_tax','0'),(7576,384,'_order_shipping','0'),(7577,384,'_order_shipping_tax','0'),(7578,384,'_order_tax','0'),(7579,384,'_order_total','504.00'),(7580,384,'_order_version','5.3.0'),(7581,384,'_prices_include_tax','no'),(7582,384,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7583,384,'_shipping_address_index','Katee Morrison  748 Brookwood Dr Apt # 103 OKC OK 74139 US'),(7584,384,'is_vat_exempt','no'),(7585,384,'Payment type','instant'),(7586,384,'_transaction_id','4JJ488167L8900145'),(7587,384,'_paypal_status','completed'),(7588,384,'PayPal Transaction Fee','14.92'),(7589,384,'_date_paid','1621887911'),(7590,384,'_paid_date','2021-05-24 20:25:11'),(7591,384,'_download_permissions_granted','yes'),(7592,384,'_recorded_sales','yes'),(7593,384,'_recorded_coupon_usage_counts','yes'),(7594,384,'_order_stock_reduced','yes'),(7595,384,'_new_order_email_sent','true'),(7596,385,'_order_key','wc_order_ZwQaD0d6EXVRI'),(7597,385,'_customer_user','87'),(7598,385,'_payment_method','paypal'),(7599,385,'_payment_method_title','PayPal'),(7600,385,'_customer_ip_address','70.189.75.106'),(7601,385,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7602,385,'_created_via','checkout'),(7603,385,'_cart_hash','7a7493f408d89e807eb9ce8443aaebf1'),(7604,385,'_billing_first_name','Wade'),(7605,385,'_billing_last_name','Huntsman'),(7606,385,'_billing_company','LCA Midsouth'),(7607,385,'_billing_address_1','1104 E 25th St.'),(7608,385,'_billing_city','Tulsa'),(7609,385,'_billing_state','OK'),(7610,385,'_billing_postcode','74114'),(7611,385,'_billing_country','US'),(7612,385,'_billing_email','info@liceclinicsmidsouth.com'),(7613,385,'_billing_phone','9189783329'),(7614,385,'_shipping_first_name','Wade'),(7615,385,'_shipping_last_name','Huntsman'),(7616,385,'_shipping_company','Lice Clinics of America'),(7617,385,'_shipping_address_1','3421 E 21st'),(7618,385,'_shipping_address_2','Office'),(7619,385,'_shipping_city','Tulsa'),(7620,385,'_shipping_state','OK'),(7621,385,'_shipping_postcode','74114'),(7622,385,'_shipping_country','US'),(7623,385,'_order_currency','USD'),(7624,385,'_cart_discount','0'),(7625,385,'_cart_discount_tax','0'),(7626,385,'_order_shipping','0'),(7627,385,'_order_shipping_tax','0'),(7628,385,'_order_tax','0'),(7629,385,'_order_total','552.00'),(7630,385,'_order_version','5.3.0'),(7631,385,'_prices_include_tax','no'),(7632,385,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7633,385,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Office Tulsa OK 74114 US'),(7634,385,'is_vat_exempt','no'),(7635,385,'Payment type','instant'),(7636,385,'_transaction_id','2WK03734F8569334D'),(7637,385,'_paypal_status','completed'),(7638,385,'PayPal Transaction Fee','16.31'),(7639,385,'_date_paid','1621888246'),(7640,385,'_paid_date','2021-05-24 20:30:46'),(7641,385,'_download_permissions_granted','yes'),(7642,385,'_recorded_sales','yes'),(7643,385,'_recorded_coupon_usage_counts','yes'),(7644,385,'_order_stock_reduced','yes'),(7645,385,'_new_order_email_sent','true'),(7650,385,'_edit_lock','1621976283:2'),(7651,384,'_edit_lock','1621976427:2'),(7652,382,'_edit_lock','1621976606:2'),(7653,379,'_edit_lock','1621977637:2'),(7654,378,'_edit_lock','1621976509:2'),(7655,385,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036329\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"169455a65c99758f7c1757db53e12266\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036318\";s:12:\"date_shipped\";i:1621976246;s:11:\"tracking_id\";s:32:\"ed265462d1330dc59870cb4ab20c010b\";}}'),(7656,385,'_edit_last','2'),(7657,385,'_date_completed','1621976250'),(7658,385,'_completed_date','2021-05-25 20:57:30'),(7659,384,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036292\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"421a5dd125437e059ed2726a7f622615\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036281\";s:12:\"date_shipped\";i:1621976528;s:11:\"tracking_id\";s:32:\"8a17128355719e7b17617c0ea1090678\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036270\";s:12:\"date_shipped\";i:1621976537;s:11:\"tracking_id\";s:32:\"05246d40ca04a566112728ba85a153b8\";}}'),(7660,384,'_edit_last','2'),(7661,384,'_date_completed','1621976542'),(7662,384,'_completed_date','2021-05-25 21:02:22'),(7663,382,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036259\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"acd1dd0a0e6562d4694bb310c2c62bfb\";}}'),(7664,382,'_edit_last','2'),(7665,382,'_date_completed','1621976595'),(7666,382,'_completed_date','2021-05-25 21:03:15'),(7667,378,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036178\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"91612f690cbf44ff4ec5db04f8ea1d39\";}}'),(7668,378,'_edit_last','2'),(7669,378,'_date_completed','1621976648'),(7670,378,'_completed_date','2021-05-25 21:04:08'),(7671,377,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036190\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"5bbd34394ba70b90d58cbc23390543fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036189\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"5b00c4df04643e126887a02b0fe7d0d8\";}}'),(7672,377,'_edit_last','2'),(7673,377,'_date_completed','1621976697'),(7674,377,'_completed_date','2021-05-25 21:04:57'),(7675,379,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036204\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"9a14f5563d0529234e79d8a4e567049e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036215\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"7801b49e56e0d107965fd784779a4e93\";}}'),(7676,379,'_edit_last','2'),(7677,379,'_date_completed','1621977778'),(7678,379,'_completed_date','2021-05-25 21:22:58'),(7679,375,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035918\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"ed481faf6521a07fc2d057f8e9c51d20\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035929\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"9957a89753e9ccb6fe7789709a935fa1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035930\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"c8cb53021a8439915e326c7a81a0d66a\";}}'),(7680,375,'_edit_last','2'),(7681,375,'_date_completed','1621977819'),(7682,375,'_completed_date','2021-05-25 21:23:39'),(7683,386,'_order_key','wc_order_bD0YqKNOtI3v4'),(7684,386,'_customer_user','61'),(7685,386,'_payment_method','paypal'),(7686,386,'_payment_method_title','PayPal'),(7687,386,'_customer_ip_address','69.174.167.167'),(7688,386,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7689,386,'_created_via','checkout'),(7690,386,'_cart_hash','652e3a49ffcb377b8d8e3c43474df1de'),(7691,386,'_billing_first_name','Judith'),(7692,386,'_billing_last_name','Hayden'),(7693,386,'_billing_company','LCA Florence'),(7694,386,'_billing_address_1','1795 Alysheba Way'),(7695,386,'_billing_address_2','Ste 4105'),(7696,386,'_billing_city','Lexington'),(7697,386,'_billing_state','KY'),(7698,386,'_billing_postcode','40509'),(7699,386,'_billing_country','US'),(7700,386,'_billing_email','info@liceclinicslexington.com'),(7701,386,'_billing_phone','8595376966'),(7702,386,'_shipping_first_name','Judith'),(7703,386,'_shipping_last_name','Hayden'),(7704,386,'_shipping_company','LCA Florence'),(7705,386,'_shipping_address_1','1795 Alysheba Way'),(7706,386,'_shipping_address_2','Ste 4105'),(7707,386,'_shipping_city','Lexington'),(7708,386,'_shipping_state','KY'),(7709,386,'_shipping_postcode','40509'),(7710,386,'_shipping_country','US'),(7711,386,'_order_currency','USD'),(7712,386,'_cart_discount','0'),(7713,386,'_cart_discount_tax','0'),(7714,386,'_order_shipping','0'),(7715,386,'_order_shipping_tax','0'),(7716,386,'_order_tax','0'),(7717,386,'_order_total','688.24'),(7718,386,'_order_version','5.3.0'),(7719,386,'_prices_include_tax','no'),(7720,386,'_billing_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(7721,386,'_shipping_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US'),(7723,386,'is_vat_exempt','no'),(7724,386,'Payment type','instant'),(7725,386,'_transaction_id','92J113603P145210B'),(7726,386,'_paypal_status','completed'),(7727,386,'PayPal Transaction Fee','20.26'),(7728,386,'_date_paid','1622057843'),(7729,386,'_paid_date','2021-05-26 19:37:23'),(7730,386,'_download_permissions_granted','yes'),(7731,386,'_recorded_sales','yes'),(7732,386,'_recorded_coupon_usage_counts','yes'),(7733,386,'_order_stock_reduced','yes'),(7734,386,'_new_order_email_sent','true'),(7735,387,'_order_key','wc_order_WQa8ZQd5457cr'),(7736,387,'_customer_user','84'),(7737,387,'_payment_method','paypal'),(7738,387,'_payment_method_title','PayPal'),(7739,387,'_customer_ip_address','73.223.119.21'),(7740,387,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(7741,387,'_created_via','checkout'),(7742,387,'_cart_hash','ae401b158409f5f7b79e74f206676e54'),(7743,387,'_billing_first_name','Thuytien'),(7744,387,'_billing_last_name','Du'),(7745,387,'_billing_company','Nitzy'),(7746,387,'_billing_address_1','1126 Rockefeller dr'),(7747,387,'_billing_city','Sunnyvale'),(7748,387,'_billing_state','CA'),(7749,387,'_billing_postcode','94087'),(7750,387,'_billing_country','US'),(7751,387,'_billing_email','nitzyliceremoval@gmail.com'),(7752,387,'_billing_phone','4082309895'),(7753,387,'_shipping_first_name','Thuytien'),(7754,387,'_shipping_last_name','Du'),(7755,387,'_shipping_company','LCA Nitzy Sunnyvale'),(7756,387,'_shipping_address_1','545 South Murphy Ave'),(7757,387,'_shipping_city','Sunnyvale'),(7758,387,'_shipping_state','CA'),(7759,387,'_shipping_postcode','94086'),(7760,387,'_shipping_country','US'),(7761,387,'_order_currency','USD'),(7762,387,'_cart_discount','0'),(7763,387,'_cart_discount_tax','0'),(7764,387,'_order_shipping','49.39'),(7765,387,'_order_shipping_tax','0'),(7766,387,'_order_tax','0'),(7767,387,'_order_total','49.39'),(7768,387,'_order_version','5.3.0'),(7769,387,'_prices_include_tax','no'),(7770,387,'_billing_address_index','Thuytien Du Nitzy 1126 Rockefeller dr  Sunnyvale CA 94087 US nitzyliceremoval@gmail.com 4082309895'),(7771,387,'_shipping_address_index','Thuytien Du LCA Nitzy Sunnyvale 545 South Murphy Ave  Sunnyvale CA 94086 US'),(7772,387,'is_vat_exempt','no'),(7773,387,'Payment type','instant'),(7774,387,'_transaction_id','8LW86920KU856061T'),(7775,387,'_paypal_status','completed'),(7776,387,'PayPal Transaction Fee','1.73'),(7777,387,'_date_paid','1622080628'),(7778,387,'_paid_date','2021-05-27 01:57:08'),(7779,387,'_download_permissions_granted','yes'),(7780,387,'_recorded_sales','yes'),(7781,387,'_recorded_coupon_usage_counts','yes'),(7782,387,'_order_stock_reduced','yes'),(7783,387,'_new_order_email_sent','true'),(7785,388,'_order_key','wc_order_gFWjJnrsJZTiI'),(7786,388,'_customer_user','39'),(7787,388,'_payment_method','paypal'),(7788,388,'_payment_method_title','PayPal'),(7789,388,'_customer_ip_address','50.50.116.169'),(7790,388,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(7791,388,'_created_via','checkout'),(7792,388,'_cart_hash','c48ed9d931441204044369988e3535c1'),(7793,388,'_billing_first_name','Patty'),(7794,388,'_billing_last_name','Ziegler'),(7795,388,'_billing_address_1','3090 Saddle Brook Tr'),(7796,388,'_billing_city','Sun Prairie'),(7797,388,'_billing_state','WI'),(7798,388,'_billing_postcode','53590'),(7799,388,'_billing_country','US'),(7800,388,'_billing_email','liceremovalwisconsin@gmail.com'),(7801,388,'_billing_phone','6088258255'),(7802,388,'_shipping_first_name','Patty'),(7803,388,'_shipping_last_name','Ziegler'),(7804,388,'_shipping_address_1','3090 Saddle Brook Tr'),(7805,388,'_shipping_city','Sun Prairie'),(7806,388,'_shipping_state','WI'),(7807,388,'_shipping_postcode','53590'),(7808,388,'_shipping_country','US'),(7809,388,'_order_currency','USD'),(7810,388,'_cart_discount','0'),(7811,388,'_cart_discount_tax','0'),(7812,388,'_order_shipping','14.7'),(7813,388,'_order_shipping_tax','0'),(7814,388,'_order_tax','0'),(7815,388,'_order_total','158.70'),(7816,388,'_order_version','5.3.0'),(7817,388,'_prices_include_tax','no'),(7818,388,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(7819,388,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US'),(7820,388,'is_vat_exempt','no'),(7821,388,'Payment type','instant'),(7822,388,'_transaction_id','8U179666LJ3243411'),(7823,388,'_paypal_status','completed'),(7824,388,'PayPal Transaction Fee','4.90'),(7825,388,'_date_paid','1622131113'),(7826,388,'_paid_date','2021-05-27 15:58:33'),(7827,388,'_download_permissions_granted','yes'),(7828,388,'_recorded_sales','yes'),(7829,388,'_recorded_coupon_usage_counts','yes'),(7830,388,'_order_stock_reduced','yes'),(7831,388,'_new_order_email_sent','true'),(7832,389,'_order_key','wc_order_KgH42rEtyInUz'),(7833,389,'_customer_user','11'),(7834,389,'_payment_method','paypal'),(7835,389,'_payment_method_title','PayPal'),(7836,389,'_customer_ip_address','74.130.231.217'),(7837,389,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7838,389,'_created_via','checkout'),(7839,389,'_cart_hash','0555bd1d6bc81dffa727ec617c3b4030'),(7840,389,'_billing_first_name','Tina'),(7841,389,'_billing_last_name','Hunt'),(7842,389,'_billing_company','LCBG, LLC'),(7843,389,'_billing_address_1','830 Fairview Ave.'),(7844,389,'_billing_address_2','Suite A-4'),(7845,389,'_billing_city','Bowling Green'),(7846,389,'_billing_state','KY'),(7847,389,'_billing_postcode','42101'),(7848,389,'_billing_country','US'),(7849,389,'_billing_email','info@liceclinicsbowlinggreen.com'),(7850,389,'_billing_phone','2709996803'),(7851,389,'_shipping_first_name','Tina'),(7852,389,'_shipping_last_name','Hunt'),(7853,389,'_shipping_address_1','494 Hub Boulevard'),(7854,389,'_shipping_address_2','Apt 1012'),(7855,389,'_shipping_city','Bowling Green'),(7856,389,'_shipping_state','KY'),(7857,389,'_shipping_postcode','42101'),(7858,389,'_shipping_country','US'),(7859,389,'_order_currency','USD'),(7860,389,'_cart_discount','0'),(7861,389,'_cart_discount_tax','0'),(7862,389,'_order_shipping','25.77'),(7863,389,'_order_shipping_tax','0'),(7864,389,'_order_tax','0'),(7865,389,'_order_total','145.77'),(7866,389,'_order_version','5.3.0'),(7867,389,'_prices_include_tax','no'),(7868,389,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(7869,389,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(7870,389,'is_vat_exempt','no'),(7871,389,'Payment type','instant'),(7872,389,'_transaction_id','3BP54832F1896030D'),(7873,389,'_paypal_status','completed'),(7874,389,'PayPal Transaction Fee','4.53'),(7875,389,'_date_paid','1622140810'),(7876,389,'_paid_date','2021-05-27 18:40:10'),(7877,389,'_download_permissions_granted','yes'),(7878,389,'_recorded_sales','yes'),(7879,389,'_recorded_coupon_usage_counts','yes'),(7880,389,'_order_stock_reduced','yes'),(7881,389,'_new_order_email_sent','true'),(7884,390,'_order_key','wc_order_LjssTZYhkXsnT'),(7885,390,'_customer_user','92'),(7886,390,'_payment_method','paypal'),(7887,390,'_payment_method_title','PayPal'),(7888,390,'_customer_ip_address','73.170.210.164'),(7889,390,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7890,390,'_created_via','checkout'),(7891,390,'_cart_hash','40e69d0c86257cf815fe533dc6eac5f6'),(7892,390,'_billing_first_name','Michelle'),(7893,390,'_billing_last_name','Du'),(7894,390,'_billing_company','LCA Fremont'),(7895,390,'_billing_address_1','31372 Mackinaw Street'),(7896,390,'_billing_city','Union City'),(7897,390,'_billing_state','CA'),(7898,390,'_billing_postcode','94587'),(7899,390,'_billing_country','US'),(7900,390,'_billing_email','info@liceclinicsfremont.com'),(7901,390,'_billing_phone','510-770-4394'),(7902,390,'_shipping_first_name','Michelle'),(7903,390,'_shipping_last_name','Du'),(7904,390,'_shipping_company','LCA Fremont'),(7905,390,'_shipping_address_1','31372 Mackinaw Street'),(7906,390,'_shipping_city','Union City'),(7907,390,'_shipping_state','CA'),(7908,390,'_shipping_postcode','94587'),(7909,390,'_shipping_country','US'),(7910,390,'_order_currency','USD'),(7911,390,'_cart_discount','0'),(7912,390,'_cart_discount_tax','0'),(7913,390,'_order_shipping','0'),(7914,390,'_order_shipping_tax','0'),(7915,390,'_order_tax','0'),(7916,390,'_order_total','528.00'),(7917,390,'_order_version','5.3.0'),(7918,390,'_prices_include_tax','no'),(7919,390,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(7920,390,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US'),(7921,390,'is_vat_exempt','no'),(7922,390,'Payment type','instant'),(7923,390,'_transaction_id','8TH43337PX9726349'),(7924,390,'_paypal_status','completed'),(7925,390,'PayPal Transaction Fee','15.61'),(7926,390,'_date_paid','1622147195'),(7927,390,'_paid_date','2021-05-27 20:26:35'),(7928,390,'_download_permissions_granted','yes'),(7929,390,'_recorded_sales','yes'),(7930,390,'_recorded_coupon_usage_counts','yes'),(7931,390,'_order_stock_reduced','yes'),(7932,390,'_new_order_email_sent','true'),(7933,391,'_order_key','wc_order_FCr87JthbU5ZJ'),(7934,391,'_customer_user','6'),(7935,391,'_payment_method','paypal'),(7936,391,'_payment_method_title','PayPal'),(7937,391,'_customer_ip_address','73.90.177.129'),(7938,391,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7939,391,'_created_via','checkout'),(7940,391,'_cart_hash','d3addc8b482498f6675fa71e3b362f80'),(7941,391,'_billing_first_name','Amira'),(7942,391,'_billing_last_name','Purto'),(7943,391,'_billing_address_1','2628 Acapulco Way'),(7944,391,'_billing_city','Modesto'),(7945,391,'_billing_state','CA'),(7946,391,'_billing_postcode','95355'),(7947,391,'_billing_country','US'),(7948,391,'_billing_email','amira77@sbcglobal.net'),(7949,391,'_billing_phone','2096422061'),(7950,391,'_shipping_first_name','Amira'),(7951,391,'_shipping_last_name','Purto'),(7952,391,'_shipping_address_1','2628 Acapulco Way'),(7953,391,'_shipping_city','Modesto'),(7954,391,'_shipping_state','CA'),(7955,391,'_shipping_postcode','95355'),(7956,391,'_shipping_country','US'),(7957,391,'_order_currency','USD'),(7958,391,'_cart_discount','0'),(7959,391,'_cart_discount_tax','0'),(7960,391,'_order_shipping','0'),(7961,391,'_order_shipping_tax','0'),(7962,391,'_order_tax','0'),(7963,391,'_order_total','968.00'),(7964,391,'_order_version','5.3.0'),(7965,391,'_prices_include_tax','no'),(7966,391,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(7967,391,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(7968,391,'is_vat_exempt','no'),(7969,391,'Payment type','instant'),(7970,391,'_transaction_id','1AC125037D3398439'),(7971,391,'_paypal_status','completed'),(7972,391,'PayPal Transaction Fee','28.37'),(7973,391,'_date_paid','1622180255'),(7974,391,'_paid_date','2021-05-28 05:37:35'),(7975,391,'_download_permissions_granted','yes'),(7976,391,'_recorded_sales','yes'),(7977,391,'_recorded_coupon_usage_counts','yes'),(7978,391,'_order_stock_reduced','yes'),(7979,391,'_new_order_email_sent','true'),(7980,392,'_order_key','wc_order_MhOzb3oA9HLtV'),(7981,392,'_customer_user','13'),(7982,392,'_payment_method','paypal'),(7983,392,'_payment_method_title','PayPal'),(7984,392,'_customer_ip_address','70.180.5.104'),(7985,392,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(7986,392,'_created_via','checkout'),(7987,392,'_cart_hash','071fa4425fcf1f6557df2a6f77f5c6e7'),(7988,392,'_billing_first_name','Erich'),(7989,392,'_billing_last_name','Deines'),(7990,392,'_billing_address_1','15801 S. 48th St'),(7991,392,'_billing_address_2','3110'),(7992,392,'_billing_city','Phoenix'),(7993,392,'_billing_state','AZ'),(7994,392,'_billing_postcode','85048'),(7995,392,'_billing_country','US'),(7996,392,'_billing_email','info@liceclinicstucson.com'),(7997,392,'_billing_phone','8087280533'),(7998,392,'_shipping_first_name','Erich'),(7999,392,'_shipping_last_name','Deines'),(8000,392,'_shipping_company','LCA Tucson'),(8001,392,'_shipping_address_1','5300 E. Erickson Drive'),(8002,392,'_shipping_address_2','Suite 104'),(8003,392,'_shipping_city','Tucson'),(8004,392,'_shipping_state','AZ'),(8005,392,'_shipping_postcode','85712'),(8006,392,'_shipping_country','US'),(8007,392,'_order_currency','USD'),(8008,392,'_cart_discount','0'),(8009,392,'_cart_discount_tax','0'),(8010,392,'_order_shipping','13.32'),(8011,392,'_order_shipping_tax','0'),(8012,392,'_order_tax','0'),(8013,392,'_order_total','13.32'),(8014,392,'_order_version','5.3.0'),(8015,392,'_prices_include_tax','no'),(8016,392,'_billing_address_index','Erich Deines  15801 S. 48th St 3110 Phoenix AZ 85048 US info@liceclinicstucson.com 8087280533'),(8017,392,'_shipping_address_index','Erich Deines LCA Tucson 5300 E. Erickson Drive Suite 104 Tucson AZ 85712 US'),(8018,392,'is_vat_exempt','no'),(8019,392,'Payment type','instant'),(8020,392,'_transaction_id','59L9150084053215E'),(8021,392,'_paypal_status','completed'),(8022,392,'PayPal Transaction Fee','0.69'),(8023,392,'_date_paid','1622224506'),(8024,392,'_paid_date','2021-05-28 17:55:06'),(8025,392,'_download_permissions_granted','yes'),(8026,392,'_recorded_sales','yes'),(8027,392,'_recorded_coupon_usage_counts','yes'),(8028,392,'_order_stock_reduced','yes'),(8029,392,'_new_order_email_sent','true'),(8036,393,'_order_key','wc_order_jbhYXzmUOMijF'),(8037,393,'_customer_user','28'),(8038,393,'_payment_method','paypal'),(8039,393,'_payment_method_title','PayPal'),(8040,393,'_customer_ip_address','172.115.255.171'),(8041,393,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8042,393,'_created_via','checkout'),(8043,393,'_cart_hash','a31e0bd9630c29a30e9b3b0b25eb64a2'),(8044,393,'_billing_first_name','Kelli'),(8045,393,'_billing_last_name','Washington'),(8046,393,'_billing_company','Lice Clinics of America - Temecula'),(8047,393,'_billing_address_1','2438 Bear Rock Gln'),(8048,393,'_billing_city','Escondido'),(8049,393,'_billing_state','CA'),(8050,393,'_billing_postcode','92026'),(8051,393,'_billing_country','US'),(8052,393,'_billing_email','info@liceclinicstemecula.com'),(8053,393,'_billing_phone','7606255580'),(8054,393,'_shipping_first_name','Kelli'),(8055,393,'_shipping_last_name','Washington'),(8056,393,'_shipping_company','Lice Clinics of America - Temecula'),(8057,393,'_shipping_address_1','2438 Bear Rock Gln'),(8058,393,'_shipping_city','Escondido'),(8059,393,'_shipping_state','CA'),(8060,393,'_shipping_postcode','92026'),(8061,393,'_shipping_country','US'),(8062,393,'_order_currency','USD'),(8063,393,'_cart_discount','0'),(8064,393,'_cart_discount_tax','0'),(8065,393,'_order_shipping','35.34'),(8066,393,'_order_shipping_tax','0'),(8067,393,'_order_tax','0'),(8068,393,'_order_total','35.34'),(8069,393,'_order_version','5.3.0'),(8070,393,'_prices_include_tax','no'),(8071,393,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(8072,393,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(8073,393,'is_vat_exempt','no'),(8074,393,'Payment type','instant'),(8075,393,'_transaction_id','9FK042156B567705A'),(8076,393,'_paypal_status','completed'),(8077,393,'PayPal Transaction Fee','1.32'),(8078,393,'_date_paid','1622239284'),(8079,393,'_paid_date','2021-05-28 22:01:24'),(8080,393,'_download_permissions_granted','yes'),(8081,393,'_recorded_sales','yes'),(8082,393,'_recorded_coupon_usage_counts','yes'),(8083,393,'_order_stock_reduced','yes'),(8084,393,'_new_order_email_sent','true'),(8085,394,'_order_key','wc_order_6Lbsl1iJudD9r'),(8086,394,'_customer_user','78'),(8087,394,'_payment_method','paypal'),(8088,394,'_payment_method_title','PayPal'),(8089,394,'_customer_ip_address','108.54.149.237'),(8090,394,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8091,394,'_created_via','checkout'),(8092,394,'_cart_hash','bc7df33e09da74854cc019eef17acac6'),(8093,394,'_billing_first_name','Richard'),(8094,394,'_billing_last_name','Florsheim'),(8095,394,'_billing_company','Licura'),(8096,394,'_billing_address_1','3827 w fairway heights dr'),(8097,394,'_billing_city','Mequon'),(8098,394,'_billing_state','WI'),(8099,394,'_billing_postcode','53092'),(8100,394,'_billing_country','US'),(8101,394,'_billing_email','tara@liceclinicslongIsland.com'),(8102,394,'_billing_phone','5619006382'),(8103,394,'_shipping_first_name','Richard'),(8104,394,'_shipping_last_name','Florsheim'),(8105,394,'_shipping_company','LCA'),(8106,394,'_shipping_address_1','599 west hartsdale ave'),(8107,394,'_shipping_address_2','Ate 203'),(8108,394,'_shipping_city','White plains'),(8109,394,'_shipping_state','NY'),(8110,394,'_shipping_postcode','10607'),(8111,394,'_shipping_country','US'),(8112,394,'_order_currency','USD'),(8113,394,'_cart_discount','0'),(8114,394,'_cart_discount_tax','0'),(8115,394,'_order_shipping','11.76'),(8116,394,'_order_shipping_tax','0'),(8117,394,'_order_tax','0'),(8118,394,'_order_total','11.76'),(8119,394,'_order_version','5.3.0'),(8120,394,'_prices_include_tax','no'),(8121,394,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8122,394,'_shipping_address_index','Richard Florsheim LCA 599 west hartsdale ave Ate 203 White plains NY 10607 US'),(8123,394,'is_vat_exempt','no'),(8124,394,'Payment type','instant'),(8125,394,'_transaction_id','78600027C1492024G'),(8126,394,'_paypal_status','completed'),(8127,394,'PayPal Transaction Fee','0.64'),(8128,394,'_date_paid','1622509662'),(8129,394,'_paid_date','2021-06-01 01:07:42'),(8130,394,'_download_permissions_granted','yes'),(8131,394,'_recorded_sales','yes'),(8132,394,'_recorded_coupon_usage_counts','yes'),(8133,394,'_order_stock_reduced','yes'),(8134,394,'_new_order_email_sent','true'),(8135,390,'_edit_lock','1622556524:2'),(8136,390,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036796\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"f27587989e6bcfa60e416729083cd99a\";}}'),(8137,390,'_edit_last','2'),(8138,390,'_date_completed','1622556647'),(8139,390,'_completed_date','2021-06-01 14:10:47'),(8140,388,'_edit_lock','1622556642:2'),(8141,388,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036752\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"ca46a34de5451cc6fd023e25545d4cee\";}}'),(8142,388,'_edit_last','2'),(8143,388,'_date_completed','1622556767'),(8144,388,'_completed_date','2021-06-01 14:12:47'),(8145,387,'_edit_lock','1622556748:2'),(8146,387,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036720\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"6b3f210303e94d683300c8feea4657c7\";}}'),(8147,387,'_edit_last','2'),(8148,387,'_date_completed','1622556814'),(8149,387,'_completed_date','2021-06-01 14:13:34'),(8150,389,'_edit_lock','1622556819:2'),(8151,389,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036741\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"9246958ffffc7ee6f8676928ca189980\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036730\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"607b78c876696b48c03f75e241124cef\";}}'),(8152,389,'_edit_last','2'),(8153,389,'_date_completed','1622556942'),(8154,389,'_completed_date','2021-06-01 14:15:42'),(8155,391,'_edit_lock','1622556908:2'),(8156,391,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036855\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"2fa8285f71acc1be51bb985e9027beb1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036844\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"91fd6b98ec01812b25665ecbc38ce16c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036833\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"b221e3ff5cef2f04a44b9f2808e1af63\";}}'),(8157,391,'_edit_last','2'),(8158,391,'_date_completed','1622557042'),(8159,391,'_completed_date','2021-06-01 14:17:22'),(8160,392,'_edit_lock','1622557002:2'),(8161,392,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036914\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"3877a8d51cb95a83e7e8275b3bce5492\";}}'),(8162,392,'_edit_last','2'),(8163,392,'_date_completed','1622557124'),(8164,392,'_completed_date','2021-06-01 14:18:44'),(8166,396,'_order_key','wc_order_YyihnZ5BxoYts'),(8167,396,'_customer_user','77'),(8168,396,'_payment_method','paypal'),(8169,396,'_payment_method_title','PayPal'),(8170,396,'_customer_ip_address','107.205.56.86'),(8171,396,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(8172,396,'_created_via','checkout'),(8173,396,'_cart_hash','629c7925e688cce91793f28ed2ef710c'),(8174,396,'_billing_first_name','Phil'),(8175,396,'_billing_last_name','Moon'),(8176,396,'_billing_company','Lice Clinics of America--Visalia'),(8177,396,'_billing_address_1','585 56th Street'),(8178,396,'_billing_city','Oakland'),(8179,396,'_billing_state','CA'),(8180,396,'_billing_postcode','94609'),(8181,396,'_billing_country','US'),(8182,396,'_billing_email','info@liceclinicsfresno.com'),(8183,396,'_billing_phone','5593046305'),(8184,396,'_shipping_first_name','Kristen'),(8185,396,'_shipping_last_name','Maroot-Rippee'),(8186,396,'_shipping_company','Lice Busters LLC. CULVER CITY'),(8187,396,'_shipping_address_1','487 West Scott Avenue'),(8188,396,'_shipping_city','Fresno'),(8189,396,'_shipping_state','CA'),(8190,396,'_shipping_postcode','93704'),(8191,396,'_shipping_country','US'),(8192,396,'_order_currency','USD'),(8193,396,'_cart_discount','0'),(8194,396,'_cart_discount_tax','0'),(8195,396,'_order_shipping','0'),(8196,396,'_order_shipping_tax','0'),(8197,396,'_order_tax','0'),(8198,396,'_order_total','3204.00'),(8199,396,'_order_version','5.3.0'),(8200,396,'_prices_include_tax','no'),(8201,396,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(8202,396,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. CULVER CITY 487 West Scott Avenue  Fresno CA 93704 US'),(8203,396,'is_vat_exempt','no'),(8204,396,'Payment type','instant'),(8205,396,'_transaction_id','4TC26351J0053153A'),(8206,396,'_paypal_status','completed'),(8207,396,'PayPal Transaction Fee','93.22'),(8208,396,'_date_paid','1622559757'),(8209,396,'_paid_date','2021-06-01 15:02:37'),(8210,396,'_download_permissions_granted','yes'),(8211,396,'_recorded_sales','yes'),(8212,396,'_recorded_coupon_usage_counts','yes'),(8213,396,'_order_stock_reduced','yes'),(8214,396,'_new_order_email_sent','true'),(8215,386,'_edit_lock','1622564041:2'),(8216,386,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036557\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"034e16a500c402040d13dd73d082e3a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036568\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"7c25ebe144b563eba5e1c3e310e38c20\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036579\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"bf45da27c2c8c0f5518c1c222b004dc6\";}}'),(8217,386,'_edit_last','2'),(8218,386,'_date_completed','1622564091'),(8219,386,'_completed_date','2021-06-01 16:14:51'),(8220,393,'_edit_lock','1622564024:2'),(8221,393,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036970\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"b3214b69bbdaea23f4c1fbc322d8c3a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036969\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"bafc02871faa6e36ee3349fae2ca08cd\";}}'),(8222,393,'_edit_last','2'),(8223,393,'_date_completed','1622564162'),(8224,393,'_completed_date','2021-06-01 16:16:02'),(8225,397,'_order_key','wc_order_O9jOkiUJgr6g7'),(8226,397,'_customer_user','83'),(8227,397,'_payment_method','paypal'),(8228,397,'_payment_method_title','PayPal'),(8229,397,'_customer_ip_address','71.211.148.239'),(8230,397,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8231,397,'_created_via','checkout'),(8232,397,'_cart_hash','a7ecc5df646b3f6b12fbb866f403d567'),(8233,397,'_billing_first_name','Tanya'),(8234,397,'_billing_last_name','LLC'),(8235,397,'_billing_company','Tanya Kensley LLC'),(8236,397,'_billing_address_1','4248 McMurry Ave'),(8237,397,'_billing_city','Fort Collins'),(8238,397,'_billing_state','CO'),(8239,397,'_billing_postcode','80525'),(8240,397,'_billing_country','US'),(8241,397,'_billing_email','info@liceclinicsnortherncolorado.com'),(8242,397,'_billing_phone','9702338787'),(8243,397,'_shipping_first_name','Tanya'),(8244,397,'_shipping_last_name','Kensley'),(8245,397,'_shipping_company','LCA Fort Collins'),(8246,397,'_shipping_address_1','4248 McMurry Ave'),(8247,397,'_shipping_city','Fort Collins'),(8248,397,'_shipping_state','CO'),(8249,397,'_shipping_postcode','80525'),(8250,397,'_shipping_country','US'),(8251,397,'_order_currency','USD'),(8252,397,'_cart_discount','0'),(8253,397,'_cart_discount_tax','0'),(8254,397,'_order_shipping','16.34'),(8255,397,'_order_shipping_tax','0'),(8256,397,'_order_tax','0'),(8257,397,'_order_total','16.34'),(8258,397,'_order_version','5.3.0'),(8259,397,'_prices_include_tax','no'),(8260,397,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(8261,397,'_shipping_address_index','Tanya Kensley LCA Fort Collins 4248 McMurry Ave  Fort Collins CO 80525 US'),(8262,397,'is_vat_exempt','no'),(8263,397,'Payment type','instant'),(8264,397,'_transaction_id','4N306737EV0018325'),(8265,397,'_paypal_status','completed'),(8266,397,'PayPal Transaction Fee','0.77'),(8267,397,'_date_paid','1622564221'),(8268,397,'_paid_date','2021-06-01 16:17:01'),(8269,397,'_download_permissions_granted','yes'),(8270,397,'_recorded_sales','yes'),(8271,397,'_recorded_coupon_usage_counts','yes'),(8272,397,'_order_stock_reduced','yes'),(8273,397,'_new_order_email_sent','true'),(8274,398,'_order_key','wc_order_WA9dg2BjkwNKP'),(8275,398,'_customer_user','51'),(8276,398,'_payment_method','paypal'),(8277,398,'_payment_method_title','PayPal'),(8278,398,'_customer_ip_address','174.248.65.102'),(8279,398,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8280,398,'_created_via','checkout'),(8281,398,'_cart_hash','110361ba1ab71194a49e5bbbea1d8dec'),(8282,398,'_billing_first_name','Corie'),(8283,398,'_billing_last_name','Kaniamos'),(8284,398,'_billing_address_1','5026 Tildens Grove Blvd'),(8285,398,'_billing_city','Windermere'),(8286,398,'_billing_state','FL'),(8287,398,'_billing_postcode','34786'),(8288,398,'_billing_country','US'),(8289,398,'_billing_email','corie@liceclinicsofflorida.com'),(8290,398,'_billing_phone','6163406321'),(8291,398,'_shipping_first_name','Maria'),(8292,398,'_shipping_last_name','Hagg'),(8293,398,'_shipping_company','LCA Stuart'),(8294,398,'_shipping_address_1','17 S. Via Lucindia Dr.'),(8295,398,'_shipping_city','Stuart'),(8296,398,'_shipping_state','FL'),(8297,398,'_shipping_postcode','34996'),(8298,398,'_shipping_country','US'),(8299,398,'_order_currency','USD'),(8300,398,'_cart_discount','0'),(8301,398,'_cart_discount_tax','0'),(8302,398,'_order_shipping','16.53'),(8303,398,'_order_shipping_tax','0'),(8304,398,'_order_tax','0'),(8305,398,'_order_total','16.53'),(8306,398,'_order_version','5.3.0'),(8307,398,'_prices_include_tax','no'),(8308,398,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(8309,398,'_shipping_address_index','Maria Hagg LCA Stuart 17 S. Via Lucindia Dr.  Stuart FL 34996 US'),(8310,398,'is_vat_exempt','no'),(8311,398,'Payment type','instant'),(8312,398,'_transaction_id','24W32077Y33695730'),(8313,398,'_paypal_status','completed'),(8314,398,'PayPal Transaction Fee','0.78'),(8315,398,'_date_paid','1622566889'),(8316,398,'_paid_date','2021-06-01 17:01:29'),(8317,398,'_download_permissions_granted','yes'),(8318,398,'_recorded_sales','yes'),(8319,398,'_recorded_coupon_usage_counts','yes'),(8320,398,'_order_stock_reduced','yes'),(8321,398,'_new_order_email_sent','true'),(8322,399,'_order_key','wc_order_2tNvdMawq4zQW'),(8323,399,'_customer_user','51'),(8324,399,'_payment_method','paypal'),(8325,399,'_payment_method_title','PayPal'),(8326,399,'_customer_ip_address','174.248.65.102'),(8327,399,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8328,399,'_created_via','checkout'),(8329,399,'_cart_hash','110361ba1ab71194a49e5bbbea1d8dec'),(8330,399,'_billing_first_name','Corie'),(8331,399,'_billing_last_name','Kaniamos'),(8332,399,'_billing_address_1','5026 Tildens Grove Blvd'),(8333,399,'_billing_city','Windermere'),(8334,399,'_billing_state','FL'),(8335,399,'_billing_postcode','34786'),(8336,399,'_billing_country','US'),(8337,399,'_billing_email','corie@liceclinicsofflorida.com'),(8338,399,'_billing_phone','6163406321'),(8339,399,'_shipping_first_name','Michele'),(8340,399,'_shipping_last_name','Orloff'),(8341,399,'_shipping_company','LCA West Palm Beach'),(8342,399,'_shipping_address_1','1136 Magnolia St'),(8343,399,'_shipping_city','West Palm Beach'),(8344,399,'_shipping_state','FL'),(8345,399,'_shipping_postcode','33405'),(8346,399,'_shipping_country','US'),(8347,399,'_order_currency','USD'),(8348,399,'_cart_discount','0'),(8349,399,'_cart_discount_tax','0'),(8350,399,'_order_shipping','16.53'),(8351,399,'_order_shipping_tax','0'),(8352,399,'_order_tax','0'),(8353,399,'_order_total','16.53'),(8354,399,'_order_version','5.3.0'),(8355,399,'_prices_include_tax','no'),(8356,399,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(8357,399,'_shipping_address_index','Michele Orloff LCA West Palm Beach 1136 Magnolia St  West Palm Beach FL 33405 US'),(8358,399,'is_vat_exempt','no'),(8359,399,'Payment type','instant'),(8360,399,'_transaction_id','88485247B5021803N'),(8361,399,'_paypal_status','completed'),(8362,399,'PayPal Transaction Fee','0.78'),(8363,399,'_date_paid','1622567078'),(8364,399,'_paid_date','2021-06-01 17:04:38'),(8365,399,'_download_permissions_granted','yes'),(8366,399,'_recorded_sales','yes'),(8367,399,'_recorded_coupon_usage_counts','yes'),(8368,399,'_order_stock_reduced','yes'),(8369,399,'_new_order_email_sent','true'),(8370,41,'mwqb_sync_uiiqb','0'),(8371,148,'mwqb_sync_uiiqb','0'),(8372,146,'mwqb_sync_uiiqb','0'),(8373,144,'mwqb_sync_uiiqb','0'),(8374,142,'mwqb_sync_uiiqb','0'),(8375,137,'mwqb_sync_uiiqb','0'),(8376,135,'mwqb_sync_uiiqb','0'),(8377,105,'mwqb_sync_uiiqb','0'),(8378,116,'mwqb_sync_uiiqb','0'),(8379,120,'mwqb_sync_uiiqb','0'),(8380,133,'mwqb_sync_uiiqb','0'),(8381,23,'mwqb_sync_uiiqb','0'),(8382,45,'mwqb_sync_uiiqb','0'),(8383,49,'mwqb_sync_uiiqb','0'),(8384,43,'mwqb_sync_uiiqb','0'),(8385,42,'mwqb_sync_uiiqb','0'),(8386,40,'mwqb_sync_uiiqb','0'),(8387,44,'mwqb_sync_uiiqb','0'),(8388,39,'mwqb_sync_uiiqb','0'),(8389,38,'mwqb_sync_uiiqb','0'),(8393,396,'_edit_lock','1624039183:2'),(8394,396,'_wc_shipment_tracking_items','a:12:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037211\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"aba599bc04cffc0cc5f54cbbdab92f63\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037200\";s:12:\"date_shipped\";i:1622581394;s:11:\"tracking_id\";s:32:\"e6a635b44179aea3a6aad6124b3647df\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037196\";s:12:\"date_shipped\";i:1622581402;s:11:\"tracking_id\";s:32:\"9d1af1eeef0f7ba9cca48d5d979f5a1f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037185\";s:12:\"date_shipped\";i:1622581409;s:11:\"tracking_id\";s:32:\"b92a974e74b4ada44ee3e6d62be539af\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037174\";s:12:\"date_shipped\";i:1622581417;s:11:\"tracking_id\";s:32:\"f8fd59978d2b35068ba40bdf00386566\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037163\";s:12:\"date_shipped\";i:1622581425;s:11:\"tracking_id\";s:32:\"8be9aa1f085e2f513f0c6d3ebb8a3b19\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037152\";s:12:\"date_shipped\";i:1622581433;s:11:\"tracking_id\";s:32:\"4dae56f4e221291d9892557063386841\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037141\";s:12:\"date_shipped\";i:1622581440;s:11:\"tracking_id\";s:32:\"654b6f003a417a701dcea9e572aa6a5c\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037130\";s:12:\"date_shipped\";i:1622581446;s:11:\"tracking_id\";s:32:\"8f6928d0f176438268eb2e628b994be7\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037120\";s:12:\"date_shipped\";i:1622581467;s:11:\"tracking_id\";s:32:\"c64e66fe6d3ddaf643ce07439205fc22\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037119\";s:12:\"date_shipped\";i:1622581473;s:11:\"tracking_id\";s:32:\"3f123a636d9cf1e08db7e964c29f4e09\";}i:11;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037108\";s:12:\"date_shipped\";i:1622581481;s:11:\"tracking_id\";s:32:\"5faeb3572516db9772c460e2a40dc39f\";}}'),(8395,396,'_edit_last','2'),(8396,396,'_date_completed','1622581489'),(8397,396,'_completed_date','2021-06-01 21:04:49'),(8398,401,'_order_key','wc_order_V7L807e0Vmm4I'),(8399,401,'_customer_user','68'),(8400,401,'_payment_method','paypal'),(8401,401,'_payment_method_title','PayPal'),(8402,401,'_customer_ip_address','184.98.175.99'),(8403,401,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8404,401,'_created_via','checkout'),(8405,401,'_cart_hash','21b554d26be75e641b24672d27671c51'),(8406,401,'_billing_first_name','Martell'),(8407,401,'_billing_last_name','Deines'),(8408,401,'_billing_company','Lice Clinics of America Chandler'),(8409,401,'_billing_address_1','3303 S. Lindsay'),(8410,401,'_billing_address_2','#109'),(8411,401,'_billing_city','GILBERT'),(8412,401,'_billing_state','AZ'),(8413,401,'_billing_postcode','85297'),(8414,401,'_billing_country','US'),(8415,401,'_billing_email','info@liceclinicschandler.com'),(8416,401,'_billing_phone','6023095468'),(8417,401,'_shipping_first_name','Martell'),(8418,401,'_shipping_last_name','Deines'),(8419,401,'_shipping_company','LCA Chandler'),(8420,401,'_shipping_address_1','3303 S. Lindsey Road'),(8421,401,'_shipping_address_2','Suite 109'),(8422,401,'_shipping_city','Gilbert'),(8423,401,'_shipping_state','AZ'),(8424,401,'_shipping_postcode','85297'),(8425,401,'_shipping_country','US'),(8426,401,'_order_currency','USD'),(8427,401,'_cart_discount','0'),(8428,401,'_cart_discount_tax','0'),(8429,401,'_order_shipping','132.47'),(8430,401,'_order_shipping_tax','0'),(8431,401,'_order_tax','0'),(8432,401,'_order_total','132.47'),(8433,401,'_order_version','5.3.0'),(8434,401,'_prices_include_tax','no'),(8435,401,'_billing_address_index','Martell Deines Lice Clinics of America Chandler 3303 S. Lindsay #109 GILBERT AZ 85297 US info@liceclinicschandler.com 6023095468'),(8436,401,'_shipping_address_index','Martell Deines LCA Chandler 3303 S. Lindsey Road Suite 109 Gilbert AZ 85297 US'),(8437,401,'is_vat_exempt','no'),(8438,401,'Payment type','instant'),(8439,401,'_transaction_id','6Y1853042K827040G'),(8440,401,'_paypal_status','completed'),(8441,401,'PayPal Transaction Fee','4.14'),(8442,401,'_date_paid','1622586179'),(8443,401,'_paid_date','2021-06-01 22:22:59'),(8444,401,'_download_permissions_granted','yes'),(8445,401,'_recorded_sales','yes'),(8446,401,'_recorded_coupon_usage_counts','yes'),(8447,401,'_order_stock_reduced','yes'),(8448,401,'_new_order_email_sent','true'),(8449,402,'_order_key','wc_order_QWf422EQC9TTg'),(8450,402,'_customer_user','52'),(8451,402,'_payment_method','paypal'),(8452,402,'_payment_method_title','PayPal'),(8453,402,'_customer_ip_address','76.104.59.108'),(8454,402,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8455,402,'_created_via','checkout'),(8456,402,'_cart_hash','120b0dbcb73f2ccedb4068aa5f83af11'),(8457,402,'_billing_first_name','Darlene'),(8458,402,'_billing_last_name','LaFramboise'),(8459,402,'_billing_company','LCA-NOVA'),(8460,402,'_billing_address_1','25473 Tomey Ct'),(8461,402,'_billing_city','Aldie'),(8462,402,'_billing_state','VA'),(8463,402,'_billing_postcode','20105-3048'),(8464,402,'_billing_country','US'),(8465,402,'_billing_email','info@liceremovalnova.com'),(8466,402,'_billing_phone','7033031576'),(8467,402,'_shipping_first_name','Darlene'),(8468,402,'_shipping_last_name','LaFramboise'),(8469,402,'_shipping_company','LCA-NOVA'),(8470,402,'_shipping_address_1','25473 Tomey Ct'),(8471,402,'_shipping_city','Aldie'),(8472,402,'_shipping_state','VA'),(8473,402,'_shipping_postcode','20105-3048'),(8474,402,'_shipping_country','US'),(8475,402,'_order_currency','USD'),(8476,402,'_cart_discount','0'),(8477,402,'_cart_discount_tax','0'),(8478,402,'_order_shipping','14.64'),(8479,402,'_order_shipping_tax','0'),(8480,402,'_order_tax','0'),(8481,402,'_order_total','71.76'),(8482,402,'_order_version','5.3.0'),(8483,402,'_prices_include_tax','no'),(8484,402,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(8485,402,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US'),(8486,402,'is_vat_exempt','no'),(8487,402,'Payment type','instant'),(8488,402,'_transaction_id','3GB7344274572325V'),(8489,402,'_paypal_status','completed'),(8490,402,'PayPal Transaction Fee','2.38'),(8491,402,'_date_paid','1622646103'),(8492,402,'_paid_date','2021-06-02 15:01:43'),(8493,402,'_download_permissions_granted','yes'),(8494,402,'_recorded_sales','yes'),(8495,402,'_recorded_coupon_usage_counts','yes'),(8496,402,'_order_stock_reduced','yes'),(8497,402,'_new_order_email_sent','true'),(8536,401,'_edit_lock','1622650329:2'),(8537,401,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037417\";s:12:\"date_shipped\";s:10:\"1622592000\";s:11:\"tracking_id\";s:32:\"e0e0ccca3c3c3763010ffc27dfb495a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037406\";s:12:\"date_shipped\";i:1622650410;s:11:\"tracking_id\";s:32:\"192d18abb8778006827fe64987821c36\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037391\";s:12:\"date_shipped\";i:1622650416;s:11:\"tracking_id\";s:32:\"8278aed8fac75f9f703458d2d8b1dc4a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037380\";s:12:\"date_shipped\";i:1622650422;s:11:\"tracking_id\";s:32:\"ac312b7b1aaac86b2ff1b928a58fa4a1\";}}'),(8538,401,'_edit_last','2'),(8539,401,'_date_completed','1622650454'),(8540,401,'_completed_date','2021-06-02 16:14:14'),(8541,404,'_order_key','wc_order_j7nQU5mZHbiXe'),(8542,404,'_customer_user','3'),(8543,404,'_payment_method','paypal'),(8544,404,'_payment_method_title','PayPal'),(8545,404,'_customer_ip_address','70.142.202.154'),(8546,404,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8547,404,'_created_via','checkout'),(8548,404,'_cart_hash','90257c7e1d4635dfa5ac2be2aaddd0a1'),(8549,404,'_billing_first_name','Amanda'),(8550,404,'_billing_last_name','Westerman'),(8551,404,'_billing_company','Lice Clinics of America McKinney'),(8552,404,'_billing_address_1','3120 Hudson Crossing'),(8553,404,'_billing_address_2','Suite A2'),(8554,404,'_billing_city','MCKINNEY'),(8555,404,'_billing_state','TX'),(8556,404,'_billing_postcode','75070'),(8557,404,'_billing_country','US'),(8558,404,'_billing_email','awesterman1103@gmail.com'),(8559,404,'_billing_phone','2144175741'),(8560,404,'_shipping_first_name','Amanda'),(8561,404,'_shipping_last_name','Westerman'),(8562,404,'_shipping_company','Lice Clinics of America McKinney'),(8563,404,'_shipping_address_1','3120 Hudson Crossing'),(8564,404,'_shipping_address_2','Suite A2'),(8565,404,'_shipping_city','MCKINNEY'),(8566,404,'_shipping_state','TX'),(8567,404,'_shipping_postcode','75070'),(8568,404,'_shipping_country','US'),(8569,404,'_order_currency','USD'),(8570,404,'_cart_discount','0'),(8571,404,'_cart_discount_tax','0'),(8572,404,'_order_shipping','0'),(8573,404,'_order_shipping_tax','0'),(8574,404,'_order_tax','0'),(8575,404,'_order_total','542.56'),(8576,404,'_order_version','5.3.0'),(8577,404,'_prices_include_tax','no'),(8578,404,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(8579,404,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(8580,404,'is_vat_exempt','no'),(8581,404,'Payment type','instant'),(8582,404,'_transaction_id','06X76641S4285024B'),(8583,404,'_paypal_status','completed'),(8584,404,'PayPal Transaction Fee','16.03'),(8585,404,'_date_paid','1622735969'),(8586,404,'_paid_date','2021-06-03 15:59:29'),(8587,404,'_download_permissions_granted','yes'),(8588,404,'_recorded_sales','yes'),(8589,404,'_recorded_coupon_usage_counts','yes'),(8590,404,'_order_stock_reduced','yes'),(8591,404,'_new_order_email_sent','true'),(8596,402,'_edit_lock','1622754787:2'),(8597,402,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037439\";s:12:\"date_shipped\";s:10:\"1622592000\";s:11:\"tracking_id\";s:32:\"1f8983e86a6413fca3d85071eaba2442\";}}'),(8598,402,'_edit_last','2'),(8599,402,'_date_completed','1622754925'),(8600,402,'_completed_date','2021-06-03 21:15:25'),(8601,404,'_edit_lock','1622754840:2'),(8602,404,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037531\";s:12:\"date_shipped\";s:10:\"1622678400\";s:11:\"tracking_id\";s:32:\"233b51fd94309f4313d4c3ee2e56d5a3\";}}'),(8603,404,'_edit_last','2'),(8604,404,'_date_completed','1622754975'),(8605,404,'_completed_date','2021-06-03 21:16:15'),(8606,399,'_edit_lock','1622755572:2'),(8607,398,'_edit_lock','1622755594:2'),(8608,397,'_edit_lock','1622755638:2'),(8609,399,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037303\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"f17c1eab1676cdb76d92be4b12a02480\";}}'),(8610,399,'_edit_last','2'),(8611,399,'_date_completed','1622755703'),(8612,399,'_completed_date','2021-06-03 21:28:23'),(8613,398,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037288\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"3dcc946495365278202f3728d3cc604f\";}}'),(8614,398,'_edit_last','2'),(8615,398,'_date_completed','1622755735'),(8616,398,'_completed_date','2021-06-03 21:28:55'),(8617,397,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037277\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"7e7831f9a9744c7f156895a93205993b\";}}'),(8618,397,'_edit_last','2'),(8619,397,'_date_completed','1622755769'),(8620,397,'_completed_date','2021-06-03 21:29:29'),(8621,394,'_edit_lock','1622755665:2'),(8622,394,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037005\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"7270bf0e7e72347cbd10e25d77544af3\";}}'),(8623,394,'_edit_last','2'),(8624,394,'_date_completed','1622755806'),(8625,394,'_completed_date','2021-06-03 21:30:06'),(8626,405,'_order_key','wc_order_njen3UvjKpqQJ'),(8627,405,'_customer_user','58'),(8628,405,'_payment_method','paypal'),(8629,405,'_payment_method_title','PayPal'),(8630,405,'_customer_ip_address','107.77.189.16'),(8631,405,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8632,405,'_created_via','checkout'),(8633,405,'_cart_hash','375be206faa90ea8f314398f97714ee3'),(8634,405,'_billing_first_name','Heather'),(8635,405,'_billing_last_name','Smith'),(8636,405,'_billing_address_1','P.O. Box 155624'),(8637,405,'_billing_city','Lufkin'),(8638,405,'_billing_state','TX'),(8639,405,'_billing_postcode','75915'),(8640,405,'_billing_country','US'),(8641,405,'_billing_email','easttexaslca@yahoo.com'),(8642,405,'_billing_phone','9364143560'),(8643,405,'_shipping_first_name','Heather'),(8644,405,'_shipping_last_name','Smith'),(8645,405,'_shipping_company','LCA Lufkin'),(8646,405,'_shipping_address_1','404 Cr 3133'),(8647,405,'_shipping_city','Jacksonville'),(8648,405,'_shipping_state','TX'),(8649,405,'_shipping_postcode','75766'),(8650,405,'_shipping_country','US'),(8651,405,'_order_currency','USD'),(8652,405,'_cart_discount','0'),(8653,405,'_cart_discount_tax','0'),(8654,405,'_order_shipping','35.79'),(8655,405,'_order_shipping_tax','0'),(8656,405,'_order_tax','0'),(8657,405,'_order_total','35.79'),(8658,405,'_order_version','5.3.0'),(8659,405,'_prices_include_tax','no'),(8660,405,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(8661,405,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133  Jacksonville TX 75766 US'),(8662,405,'is_vat_exempt','no'),(8663,405,'Payment type','instant'),(8664,405,'_transaction_id','059999181P174033V'),(8665,405,'_paypal_status','completed'),(8666,405,'PayPal Transaction Fee','1.34'),(8667,405,'_date_paid','1622943425'),(8668,405,'_paid_date','2021-06-06 01:37:05'),(8669,405,'_download_permissions_granted','yes'),(8670,405,'_recorded_sales','yes'),(8671,405,'_recorded_coupon_usage_counts','yes'),(8672,405,'_order_stock_reduced','yes'),(8673,405,'_new_order_email_sent','true'),(8674,406,'_order_key','wc_order_Ol67Du0BZTFTE'),(8675,406,'_customer_user','54'),(8676,406,'_payment_method','paypal'),(8677,406,'_payment_method_title','PayPal'),(8678,406,'_customer_ip_address','71.239.20.69'),(8679,406,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36'),(8680,406,'_created_via','checkout'),(8681,406,'_cart_hash','2f64c64e011cd7c421819580dadff404'),(8682,406,'_billing_first_name','Erin'),(8683,406,'_billing_last_name','Hawn'),(8684,406,'_billing_address_1','10 W Phillip Rd'),(8685,406,'_billing_address_2','123'),(8686,406,'_billing_city','Vernon Hills'),(8687,406,'_billing_state','IL'),(8688,406,'_billing_postcode','60061'),(8689,406,'_billing_country','US'),(8690,406,'_billing_email','info@liceclinicsvernonhills.com'),(8691,406,'_billing_phone','8475960408'),(8692,406,'_shipping_first_name','Erin'),(8693,406,'_shipping_last_name','Hawn'),(8694,406,'_shipping_address_1','1491 S Amarias Dr'),(8695,406,'_shipping_city','Round lake'),(8696,406,'_shipping_state','IL'),(8697,406,'_shipping_postcode','60073'),(8698,406,'_shipping_country','US'),(8699,406,'_order_currency','USD'),(8700,406,'_cart_discount','0'),(8701,406,'_cart_discount_tax','0'),(8702,406,'_order_shipping','0'),(8703,406,'_order_shipping_tax','0'),(8704,406,'_order_tax','0'),(8705,406,'_order_total','656.29'),(8706,406,'_order_version','5.3.0'),(8707,406,'_prices_include_tax','no'),(8708,406,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(8709,406,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US'),(8710,406,'is_vat_exempt','no'),(8711,406,'Payment type','instant'),(8712,406,'_transaction_id','96Y37272WT4721846'),(8713,406,'_paypal_status','completed'),(8714,406,'PayPal Transaction Fee','19.33'),(8715,406,'_date_paid','1623029377'),(8716,406,'_paid_date','2021-06-07 01:29:37'),(8717,406,'_download_permissions_granted','yes'),(8718,406,'_recorded_sales','yes'),(8719,406,'_recorded_coupon_usage_counts','yes'),(8720,406,'_order_stock_reduced','yes'),(8721,406,'_new_order_email_sent','true'),(8722,407,'_order_key','wc_order_QezYTURyWuMYK'),(8723,407,'_customer_user','15'),(8724,407,'_payment_method','paypal'),(8725,407,'_payment_method_title','PayPal'),(8726,407,'_customer_ip_address','172.15.92.16'),(8727,407,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.37'),(8728,407,'_created_via','checkout'),(8729,407,'_cart_hash','a73595b81d3b41859100920adab13f8d'),(8730,407,'_billing_first_name','David'),(8731,407,'_billing_last_name','Florsheim'),(8732,407,'_billing_company','Lice Clincs of America'),(8733,407,'_billing_address_1','11506 N Creekside Ct'),(8734,407,'_billing_city','Mequon'),(8735,407,'_billing_state','WI'),(8736,407,'_billing_postcode','53092'),(8737,407,'_billing_country','US'),(8738,407,'_billing_email','info@liceclinicsmilwaukee.com'),(8739,407,'_billing_phone','4142556550'),(8740,407,'_shipping_first_name','Caitlin'),(8741,407,'_shipping_last_name','Kugler'),(8742,407,'_shipping_company','LCA'),(8743,407,'_shipping_address_1','2748 Wisconsin St'),(8744,407,'_shipping_city','Sturtevant'),(8745,407,'_shipping_state','WI'),(8746,407,'_shipping_postcode','53177'),(8747,407,'_shipping_country','US'),(8748,407,'_order_currency','USD'),(8749,407,'_cart_discount','0'),(8750,407,'_cart_discount_tax','0'),(8751,407,'_order_shipping','18.94'),(8752,407,'_order_shipping_tax','0'),(8753,407,'_order_tax','0'),(8754,407,'_order_total','252.43'),(8755,407,'_order_version','5.3.0'),(8756,407,'_prices_include_tax','no'),(8757,407,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(8758,407,'_shipping_address_index','Caitlin Kugler LCA 2748 Wisconsin St  Sturtevant WI 53177 US'),(8759,407,'is_vat_exempt','no'),(8760,407,'Payment type','instant'),(8761,407,'_transaction_id','9EC03371K81105916'),(8762,407,'_paypal_status','completed'),(8763,407,'PayPal Transaction Fee','7.62'),(8764,407,'_date_paid','1623082172'),(8765,407,'_paid_date','2021-06-07 16:09:32'),(8766,407,'_download_permissions_granted','yes'),(8767,407,'_recorded_sales','yes'),(8768,407,'_recorded_coupon_usage_counts','yes'),(8769,407,'_order_stock_reduced','yes'),(8770,407,'_new_order_email_sent','true'),(8771,408,'_order_key','wc_order_hFXcwKtOPXE8M'),(8772,408,'_customer_user','17'),(8773,408,'_payment_method','paypal'),(8774,408,'_payment_method_title','PayPal'),(8775,408,'_customer_ip_address','66.230.244.128'),(8776,408,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(8777,408,'_created_via','checkout'),(8778,408,'_cart_hash','9bd0da3b76a2389baa015105f1ff149c'),(8779,408,'_billing_first_name','Bess'),(8780,408,'_billing_last_name','Hayes'),(8781,408,'_billing_company','LCA Des Moines'),(8782,408,'_billing_address_1','7753 S. Westbrook Dr'),(8783,408,'_billing_city','Dubuque'),(8784,408,'_billing_state','IA'),(8785,408,'_billing_postcode','52002'),(8786,408,'_billing_country','US'),(8787,408,'_billing_email','info@liceclinicsnortherniowa.com'),(8788,408,'_billing_phone','5635646764'),(8789,408,'_shipping_first_name','Bess'),(8790,408,'_shipping_last_name','Hayes'),(8791,408,'_shipping_company','LCA Des Moines'),(8792,408,'_shipping_address_1','7753 S. Westbrook Dr'),(8793,408,'_shipping_city','Dubuque'),(8794,408,'_shipping_state','IA'),(8795,408,'_shipping_postcode','52002'),(8796,408,'_shipping_country','US'),(8797,408,'_order_currency','USD'),(8798,408,'_cart_discount','0'),(8799,408,'_cart_discount_tax','0'),(8800,408,'_order_shipping','12.5'),(8801,408,'_order_shipping_tax','0'),(8802,408,'_order_tax','0'),(8803,408,'_order_total','12.50'),(8804,408,'_order_version','5.3.0'),(8805,408,'_prices_include_tax','no'),(8806,408,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(8807,408,'_shipping_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US'),(8808,408,'is_vat_exempt','no'),(8809,408,'Payment type','instant'),(8810,408,'_transaction_id','9PH05743K7941840C'),(8811,408,'_paypal_status','completed'),(8812,408,'PayPal Transaction Fee','0.66'),(8813,408,'_date_paid','1623089677'),(8814,408,'_paid_date','2021-06-07 18:14:37'),(8815,408,'_download_permissions_granted','yes'),(8816,408,'_recorded_sales','yes'),(8817,408,'_recorded_coupon_usage_counts','yes'),(8818,408,'_order_stock_reduced','yes'),(8819,408,'_new_order_email_sent','true'),(8820,405,'_edit_lock','1623093799:2'),(8821,405,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037737\";s:12:\"date_shipped\";s:10:\"1623024000\";s:11:\"tracking_id\";s:32:\"e661692118f6f337e38b0f2ba0e61b73\";}}'),(8822,405,'_edit_last','2'),(8823,405,'_date_completed','1623093901'),(8824,405,'_completed_date','2021-06-07 19:25:01'),(8825,409,'_order_key','wc_order_qP42X88udO4Vs'),(8826,409,'_customer_user','73'),(8827,409,'_payment_method','paypal'),(8828,409,'_payment_method_title','PayPal'),(8829,409,'_customer_ip_address','73.170.210.164'),(8830,409,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(8831,409,'_created_via','checkout'),(8832,409,'_cart_hash','3c7f37398b4164e5cd74fcba52ffff0e'),(8833,409,'_billing_first_name','Lice Clinics'),(8834,409,'_billing_last_name','Castro Valley'),(8835,409,'_billing_company','Lice Clinics of America - Castro Valley'),(8836,409,'_billing_address_1','20406 Redwood Rd, Suite A'),(8837,409,'_billing_city','Castro Valley'),(8838,409,'_billing_state','CA'),(8839,409,'_billing_postcode','94546'),(8840,409,'_billing_country','US'),(8841,409,'_billing_email','info@liceclinicscastrovalley.com'),(8842,409,'_billing_phone','5106763272'),(8843,409,'_shipping_first_name','Lice Clinics'),(8844,409,'_shipping_last_name','Castro Valley'),(8845,409,'_shipping_company','LCA - Castro Valley'),(8846,409,'_shipping_address_1','31372 Mackinaw St'),(8847,409,'_shipping_city','Union City'),(8848,409,'_shipping_state','CA'),(8849,409,'_shipping_postcode','94587'),(8850,409,'_shipping_country','US'),(8851,409,'_order_currency','USD'),(8852,409,'_cart_discount','0'),(8853,409,'_cart_discount_tax','0'),(8854,409,'_order_shipping','0'),(8855,409,'_order_shipping_tax','0'),(8856,409,'_order_tax','0'),(8857,409,'_order_total','509.44'),(8858,409,'_order_version','5.3.0'),(8859,409,'_prices_include_tax','no'),(8860,409,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(8861,409,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US'),(8862,409,'is_vat_exempt','no'),(8863,409,'Payment type','instant'),(8864,409,'_transaction_id','6M930278TC932484K'),(8865,409,'_paypal_status','completed'),(8866,409,'PayPal Transaction Fee','15.07'),(8867,409,'_date_paid','1623111268'),(8868,409,'_paid_date','2021-06-08 00:14:28'),(8869,409,'_download_permissions_granted','yes'),(8870,409,'_recorded_sales','yes'),(8871,409,'_recorded_coupon_usage_counts','yes'),(8872,409,'_order_stock_reduced','yes'),(8873,409,'_new_order_email_sent','true'),(8874,410,'_order_key','wc_order_kqm16DsCmFKjm'),(8875,410,'_customer_user','78'),(8876,410,'_payment_method','paypal'),(8877,410,'_payment_method_title','PayPal'),(8878,410,'_customer_ip_address','108.54.149.237'),(8879,410,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(8880,410,'_created_via','checkout'),(8881,410,'_cart_hash','bc7df33e09da74854cc019eef17acac6'),(8882,410,'_billing_first_name','Richard'),(8883,410,'_billing_last_name','Florsheim'),(8884,410,'_billing_company','Licura'),(8885,410,'_billing_address_1','3827 w fairway heights dr'),(8886,410,'_billing_city','Mequon'),(8887,410,'_billing_state','WI'),(8888,410,'_billing_postcode','53092'),(8889,410,'_billing_country','US'),(8890,410,'_billing_email','tara@liceclinicslongIsland.com'),(8891,410,'_billing_phone','5619006382'),(8892,410,'_shipping_first_name','Richard'),(8893,410,'_shipping_last_name','Florsheim'),(8894,410,'_shipping_company','LCA'),(8895,410,'_shipping_address_1','599 west hartsdale ave'),(8896,410,'_shipping_address_2','Ate 203'),(8897,410,'_shipping_city','White plains'),(8898,410,'_shipping_state','NY'),(8899,410,'_shipping_postcode','10607'),(8900,410,'_shipping_country','US'),(8901,410,'_order_currency','USD'),(8902,410,'_cart_discount','0'),(8903,410,'_cart_discount_tax','0'),(8904,410,'_order_shipping','11.76'),(8905,410,'_order_shipping_tax','0'),(8906,410,'_order_tax','0'),(8907,410,'_order_total','11.76'),(8908,410,'_order_version','5.3.0'),(8909,410,'_prices_include_tax','no'),(8910,410,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8911,410,'_shipping_address_index','Richard Florsheim LCA 599 west hartsdale ave Ate 203 White plains NY 10607 US'),(8912,410,'is_vat_exempt','no'),(8913,410,'Payment type','instant'),(8914,410,'_transaction_id','7B679543H1094760P'),(8915,410,'_paypal_status','completed'),(8916,410,'PayPal Transaction Fee','0.64'),(8917,410,'_date_paid','1623121078'),(8918,410,'_paid_date','2021-06-08 02:57:58'),(8919,410,'_download_permissions_granted','yes'),(8920,410,'_recorded_sales','yes'),(8921,410,'_recorded_coupon_usage_counts','yes'),(8922,410,'_order_stock_reduced','yes'),(8923,410,'_new_order_email_sent','true'),(8924,411,'_order_key','wc_order_xQKHRBeUXXj0l'),(8925,411,'_customer_user','78'),(8926,411,'_payment_method','paypal'),(8927,411,'_payment_method_title','PayPal'),(8928,411,'_customer_ip_address','108.54.149.237'),(8929,411,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(8930,411,'_created_via','checkout'),(8931,411,'_cart_hash','ad3adc33964aa1fa7552f376f7b96f57'),(8932,411,'_billing_first_name','Richard'),(8933,411,'_billing_last_name','Florsheim'),(8934,411,'_billing_company','Licura'),(8935,411,'_billing_address_1','3827 w fairway heights dr'),(8936,411,'_billing_city','Mequon'),(8937,411,'_billing_state','WI'),(8938,411,'_billing_postcode','53092'),(8939,411,'_billing_country','US'),(8940,411,'_billing_email','tara@liceclinicslongIsland.com'),(8941,411,'_billing_phone','5619006382'),(8942,411,'_shipping_first_name','Richard'),(8943,411,'_shipping_last_name','Florsheim'),(8944,411,'_shipping_company','LCA'),(8945,411,'_shipping_address_1','2330 Faye ct'),(8946,411,'_shipping_city','Merrick'),(8947,411,'_shipping_state','NY'),(8948,411,'_shipping_postcode','11566'),(8949,411,'_shipping_country','US'),(8950,411,'_order_currency','USD'),(8951,411,'_cart_discount','0'),(8952,411,'_cart_discount_tax','0'),(8953,411,'_order_shipping','16.8'),(8954,411,'_order_shipping_tax','0'),(8955,411,'_order_tax','0'),(8956,411,'_order_total','129.30'),(8957,411,'_order_version','5.3.0'),(8958,411,'_prices_include_tax','no'),(8959,411,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8960,411,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(8961,411,'is_vat_exempt','no'),(8962,411,'Payment type','instant'),(8963,411,'_transaction_id','15C43799068398348'),(8964,411,'_paypal_status','completed'),(8965,411,'PayPal Transaction Fee','4.05'),(8966,411,'_date_paid','1623121365'),(8967,411,'_paid_date','2021-06-08 03:02:45'),(8968,411,'_download_permissions_granted','yes'),(8969,411,'_recorded_sales','yes'),(8970,411,'_recorded_coupon_usage_counts','yes'),(8971,411,'_order_stock_reduced','yes'),(8972,411,'_new_order_email_sent','true'),(8973,412,'_order_key','wc_order_1VyqY1u5SuSBi'),(8974,412,'_customer_user','76'),(8975,412,'_payment_method','paypal'),(8976,412,'_payment_method_title','PayPal'),(8977,412,'_customer_ip_address','146.115.131.163'),(8978,412,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(8979,412,'_created_via','checkout'),(8980,412,'_cart_hash','02b63c33766229c8e676e541d1e88dab'),(8981,412,'_billing_first_name','Naomi'),(8982,412,'_billing_last_name','Golden'),(8983,412,'_billing_address_1','31 Mann Ave'),(8984,412,'_billing_city','Needham'),(8985,412,'_billing_state','MA'),(8986,412,'_billing_postcode','02492'),(8987,412,'_billing_country','US'),(8988,412,'_billing_email','nrgolden6486@gmail.com'),(8989,412,'_billing_phone','617-851-1322'),(8990,412,'_shipping_first_name','Naomi'),(8991,412,'_shipping_last_name','Golden'),(8992,412,'_shipping_company','LCA Newton'),(8993,412,'_shipping_address_1','1234 Chestnut Street'),(8994,412,'_shipping_address_2','Suite 101A'),(8995,412,'_shipping_city','Newton Upper Falls'),(8996,412,'_shipping_state','MA'),(8997,412,'_shipping_postcode','02464'),(8998,412,'_shipping_country','US'),(8999,412,'_order_currency','USD'),(9000,412,'_cart_discount','0'),(9001,412,'_cart_discount_tax','0'),(9002,412,'_order_shipping','24.43'),(9003,412,'_order_shipping_tax','0'),(9004,412,'_order_tax','0'),(9005,412,'_order_total','206.83'),(9006,412,'_order_version','5.3.0'),(9007,412,'_prices_include_tax','no'),(9008,412,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(9009,412,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US'),(9010,412,'is_vat_exempt','no'),(9011,412,'Payment type','instant'),(9012,412,'_transaction_id','72H06112J06289820'),(9013,412,'_paypal_status','completed'),(9014,412,'PayPal Transaction Fee','6.30'),(9015,412,'_date_paid','1623175538'),(9016,412,'_paid_date','2021-06-08 18:05:38'),(9017,412,'_download_permissions_granted','yes'),(9018,412,'_recorded_sales','yes'),(9019,412,'_recorded_coupon_usage_counts','yes'),(9020,412,'_order_stock_reduced','yes'),(9021,412,'_new_order_email_sent','true'),(9022,413,'_order_key','wc_order_Jq9USyAGQ94Ns'),(9023,413,'_customer_user','37'),(9024,413,'_payment_method','paypal'),(9025,413,'_payment_method_title','PayPal'),(9026,413,'_customer_ip_address','71.29.240.25'),(9027,413,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9028,413,'_created_via','checkout'),(9029,413,'_cart_hash','f11d826909e2c0f6fb05cf6bce2beceb'),(9030,413,'_billing_first_name','Melody'),(9031,413,'_billing_last_name','Carter'),(9032,413,'_billing_company','Family Hair Clinic of South Ga LLC'),(9033,413,'_billing_address_1','514 South Church Street'),(9034,413,'_billing_city','Hahira'),(9035,413,'_billing_state','GA'),(9036,413,'_billing_postcode','31632'),(9037,413,'_billing_country','US'),(9038,413,'_billing_email','familyhairclinic@gmail.com'),(9039,413,'_billing_phone','2294151748'),(9040,413,'_shipping_first_name','Melody'),(9041,413,'_shipping_last_name','Carter'),(9042,413,'_shipping_company','LCA Family Hair Clinic'),(9043,413,'_shipping_address_1','7754 GA Highway 122 W'),(9044,413,'_shipping_city','Hahira'),(9045,413,'_shipping_state','GA'),(9046,413,'_shipping_postcode','31632'),(9047,413,'_shipping_country','US'),(9048,413,'_order_currency','USD'),(9049,413,'_cart_discount','0'),(9050,413,'_cart_discount_tax','0'),(9051,413,'_order_shipping','13.25'),(9052,413,'_order_shipping_tax','0'),(9053,413,'_order_tax','0'),(9054,413,'_order_total','70.37'),(9055,413,'_order_version','5.3.0'),(9056,413,'_prices_include_tax','no'),(9057,413,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 514 South Church Street  Hahira GA 31632 US familyhairclinic@gmail.com 2294151748'),(9058,413,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US'),(9059,413,'is_vat_exempt','no'),(9060,413,'Payment type','instant'),(9061,413,'_transaction_id','6CX06769V2924681W'),(9062,413,'_paypal_status','completed'),(9063,413,'PayPal Transaction Fee','2.34'),(9064,413,'_date_paid','1623251810'),(9065,413,'_paid_date','2021-06-09 15:16:50'),(9066,413,'_download_permissions_granted','yes'),(9067,413,'_recorded_sales','yes'),(9068,413,'_recorded_coupon_usage_counts','yes'),(9069,413,'_order_stock_reduced','yes'),(9070,413,'_new_order_email_sent','true'),(9071,408,'_edit_lock','1623259405:2'),(9072,408,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037840\";s:12:\"date_shipped\";s:10:\"1623024000\";s:11:\"tracking_id\";s:32:\"788042556c1b5dceb9e3650816583af1\";}}'),(9073,408,'_edit_last','2'),(9074,408,'_date_completed','1623259412'),(9075,408,'_completed_date','2021-06-09 17:23:32'),(9076,410,'_edit_lock','1623259486:2'),(9077,410,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037976\";s:12:\"date_shipped\";s:10:\"1623196800\";s:11:\"tracking_id\";s:32:\"4aa0a9cf89bfaa4a1fc91ed2dc66e74b\";}}'),(9078,410,'_edit_last','2'),(9079,410,'_date_completed','1623259590'),(9080,410,'_completed_date','2021-06-09 17:26:30'),(9081,411,'_edit_lock','1623259531:2'),(9082,411,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037943\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"bb0f4d3c7813dcb7cbc8c4030d3094d6\";}}'),(9083,411,'_edit_last','2'),(9084,411,'_date_completed','1623259664'),(9085,411,'_completed_date','2021-06-09 17:27:44'),(9086,412,'_edit_lock','1623259583:2'),(9087,412,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038067\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"918087d51bb63fa954445f8cd1379fcf\";}}'),(9088,412,'_edit_last','2'),(9089,412,'_date_completed','1623259721'),(9090,412,'_completed_date','2021-06-09 17:28:41'),(9091,413,'_edit_lock','1623259664:2'),(9092,413,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038160\";s:12:\"date_shipped\";s:10:\"1623196800\";s:11:\"tracking_id\";s:32:\"b859e18a6e12d0bebbd0011f558cc599\";}}'),(9093,413,'_edit_last','2'),(9094,413,'_date_completed','1623259791'),(9095,413,'_completed_date','2021-06-09 17:29:51'),(9219,409,'_edit_lock','1623273218:2'),(9220,409,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038023\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"665d279c41cdfd54acc96ae109dbd84a\";}}'),(9221,409,'_edit_last','2'),(9222,409,'_date_completed','1623273356'),(9223,409,'_completed_date','2021-06-09 21:15:56'),(9224,407,'_edit_lock','1636413233:2'),(9225,407,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037818\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"23bb8d75bcd47e5d4c9d55b1c361962f\";}}'),(9226,407,'_edit_last','2'),(9227,407,'_date_completed','1623273392'),(9228,407,'_completed_date','2021-06-09 21:16:32'),(9229,406,'_edit_lock','1623273330:2'),(9230,406,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038240\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"77095253137a9c2df696fa4ce81ff028\";}}'),(9231,406,'_edit_last','2'),(9232,406,'_date_completed','1623273428'),(9233,406,'_completed_date','2021-06-09 21:17:08'),(9234,418,'_order_key','wc_order_IA4vFFl9VIcFj'),(9235,418,'_customer_user','47'),(9236,418,'_payment_method','paypal'),(9237,418,'_payment_method_title','PayPal'),(9238,418,'_customer_ip_address','72.177.241.58'),(9239,418,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9240,418,'_created_via','checkout'),(9241,418,'_cart_hash','f7eafe01aecf4b7f36bce1f2282c1936'),(9242,418,'_billing_first_name','Tracy'),(9243,418,'_billing_last_name','Copeland'),(9244,418,'_billing_company','South Texas Lice Clinics LLC'),(9245,418,'_billing_address_1','14223 Silverhollow'),(9246,418,'_billing_city','San Antonio'),(9247,418,'_billing_state','TX'),(9248,418,'_billing_postcode','78232'),(9249,418,'_billing_country','US'),(9250,418,'_billing_email','info@liceclinicsanantoniowest.com'),(9251,418,'_billing_phone','2103135033'),(9252,418,'_shipping_first_name','Tracy'),(9253,418,'_shipping_last_name','Copeland'),(9254,418,'_shipping_company','South Texas Lice Clinics LLC'),(9255,418,'_shipping_address_1','14223 Silverhollow'),(9256,418,'_shipping_city','San Antonio'),(9257,418,'_shipping_state','TX'),(9258,418,'_shipping_postcode','78232'),(9259,418,'_shipping_country','US'),(9260,418,'_order_currency','USD'),(9261,418,'_cart_discount','0'),(9262,418,'_cart_discount_tax','0'),(9263,418,'_order_shipping','0'),(9264,418,'_order_shipping_tax','0'),(9265,418,'_order_tax','0'),(9266,418,'_order_total','555.36'),(9267,418,'_order_version','5.3.0'),(9268,418,'_prices_include_tax','no'),(9269,418,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(9270,418,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US'),(9271,418,'is_vat_exempt','no'),(9272,418,'Payment type','instant'),(9273,418,'_transaction_id','2NE141849D720050D'),(9274,418,'_paypal_status','completed'),(9275,418,'PayPal Transaction Fee','16.41'),(9276,418,'_date_paid','1623278425'),(9277,418,'_paid_date','2021-06-09 22:40:25'),(9278,418,'_download_permissions_granted','yes'),(9279,418,'_recorded_sales','yes'),(9280,418,'_recorded_coupon_usage_counts','yes'),(9281,418,'_order_stock_reduced','yes'),(9282,418,'_new_order_email_sent','true'),(9283,419,'_order_key','wc_order_2paDX6h5ELPQb'),(9284,419,'_customer_user','6'),(9285,419,'_payment_method','paypal'),(9286,419,'_payment_method_title','PayPal'),(9287,419,'_customer_ip_address','73.90.177.129'),(9288,419,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9289,419,'_created_via','checkout'),(9290,419,'_cart_hash','096c852f3ef874b16087e93aa1ed3bb0'),(9291,419,'_billing_first_name','Amira'),(9292,419,'_billing_last_name','Purto'),(9293,419,'_billing_address_1','2628 Acapulco Way'),(9294,419,'_billing_city','Modesto'),(9295,419,'_billing_state','CA'),(9296,419,'_billing_postcode','95355'),(9297,419,'_billing_country','US'),(9298,419,'_billing_email','amira77@sbcglobal.net'),(9299,419,'_billing_phone','2096422061'),(9300,419,'_shipping_first_name','Amira'),(9301,419,'_shipping_last_name','Purto'),(9302,419,'_shipping_address_1','2628 Acapulco Way'),(9303,419,'_shipping_city','Modesto'),(9304,419,'_shipping_state','CA'),(9305,419,'_shipping_postcode','95355'),(9306,419,'_shipping_country','US'),(9307,419,'_order_currency','USD'),(9308,419,'_cart_discount','0'),(9309,419,'_cart_discount_tax','0'),(9310,419,'_order_shipping','0'),(9311,419,'_order_shipping_tax','0'),(9312,419,'_order_tax','0'),(9313,419,'_order_total','1801.28'),(9314,419,'_order_version','5.3.0'),(9315,419,'_prices_include_tax','no'),(9316,419,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(9317,419,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(9318,419,'is_vat_exempt','no'),(9319,419,'Payment type','instant'),(9320,419,'_transaction_id','3RM77897KT6097926'),(9321,419,'_paypal_status','completed'),(9322,419,'PayPal Transaction Fee','52.54'),(9323,419,'_date_paid','1623293629'),(9324,419,'_paid_date','2021-06-10 02:53:49'),(9325,419,'_download_permissions_granted','yes'),(9326,419,'_recorded_sales','yes'),(9327,419,'_recorded_coupon_usage_counts','yes'),(9328,419,'_order_stock_reduced','yes'),(9329,419,'_new_order_email_sent','true'),(9330,420,'_order_key','wc_order_5Aqd1MQ08D0Of'),(9331,420,'_customer_user','3'),(9332,420,'_payment_method','paypal'),(9333,420,'_payment_method_title','PayPal'),(9334,420,'_customer_ip_address','70.142.202.154'),(9335,420,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9336,420,'_created_via','checkout'),(9337,420,'_cart_hash','4f2135f3b2cba990d6337db7f2d01eed'),(9338,420,'_billing_first_name','Lee'),(9339,420,'_billing_last_name','Rodgers'),(9340,420,'_billing_company','Lice Clinics Wichita'),(9341,420,'_billing_address_1','345 S. Belmont'),(9342,420,'_billing_city','Wichita'),(9343,420,'_billing_state','KS'),(9344,420,'_billing_postcode','67218'),(9345,420,'_billing_country','US'),(9346,420,'_billing_email','leerodgers@flash.net'),(9347,420,'_billing_phone','3164483880'),(9348,420,'_shipping_first_name','Lice clinics of'),(9349,420,'_shipping_last_name','Dublin'),(9350,420,'_shipping_company','LCA Dublin'),(9351,420,'_shipping_address_1','5910 Wilcox Place Suite E'),(9352,420,'_shipping_address_2','Suite E'),(9353,420,'_shipping_city','Dublin'),(9354,420,'_shipping_state','OH'),(9355,420,'_shipping_postcode','43016'),(9356,420,'_shipping_country','US'),(9357,420,'_order_currency','USD'),(9358,420,'_cart_discount','0'),(9359,420,'_cart_discount_tax','0'),(9360,420,'_order_shipping','0'),(9361,420,'_order_shipping_tax','0'),(9362,420,'_order_tax','0'),(9363,420,'_order_total','696.00'),(9364,420,'_order_version','5.3.0'),(9365,420,'_prices_include_tax','no'),(9366,420,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont  Wichita KS 67218 US leerodgers@flash.net 3164483880'),(9367,420,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(9368,420,'is_vat_exempt','no'),(9369,421,'_order_key','wc_order_TdDy0Q3ylG4rf'),(9370,421,'_customer_user','11'),(9371,421,'_payment_method','paypal'),(9372,421,'_payment_method_title','PayPal'),(9373,421,'_customer_ip_address','74.130.231.217'),(9374,421,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9375,421,'_created_via','checkout'),(9376,421,'_cart_hash','d1d1a67cf1967135389aab7969f897bf'),(9377,421,'_billing_first_name','Tina'),(9378,421,'_billing_last_name','Hunt'),(9379,421,'_billing_company','LCBG, LLC'),(9380,421,'_billing_address_1','830 Fairview Ave.'),(9381,421,'_billing_address_2','Suite A-4'),(9382,421,'_billing_city','Bowling Green'),(9383,421,'_billing_state','KY'),(9384,421,'_billing_postcode','42101'),(9385,421,'_billing_country','US'),(9386,421,'_billing_email','info@liceclinicsbowlinggreen.com'),(9387,421,'_billing_phone','2709996803'),(9388,421,'_shipping_first_name','Tina'),(9389,421,'_shipping_last_name','Hunt'),(9390,421,'_shipping_address_1','494 Hub Boulevard'),(9391,421,'_shipping_address_2','Apt 1012'),(9392,421,'_shipping_city','Bowling Green'),(9393,421,'_shipping_state','KY'),(9394,421,'_shipping_postcode','42101'),(9395,421,'_shipping_country','US'),(9396,421,'_order_currency','USD'),(9397,421,'_cart_discount','0'),(9398,421,'_cart_discount_tax','0'),(9399,421,'_order_shipping','13.3'),(9400,421,'_order_shipping_tax','0'),(9401,421,'_order_tax','0'),(9402,421,'_order_total','142.42'),(9403,421,'_order_version','5.3.0'),(9404,421,'_prices_include_tax','no'),(9405,421,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(9406,421,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(9407,421,'is_vat_exempt','no'),(9408,421,'Payment type','instant'),(9409,421,'_transaction_id','87781874382794404'),(9410,421,'_paypal_status','completed'),(9411,421,'PayPal Transaction Fee','4.43'),(9412,421,'_date_paid','1623349115'),(9413,421,'_paid_date','2021-06-10 18:18:35'),(9414,421,'_download_permissions_granted','yes'),(9415,421,'_recorded_sales','yes'),(9416,421,'_recorded_coupon_usage_counts','yes'),(9417,421,'_order_stock_reduced','yes'),(9418,421,'_new_order_email_sent','true'),(9459,420,'Payment type','instant'),(9460,420,'_transaction_id','46P41084FA160550N'),(9461,420,'_paypal_status','completed'),(9462,420,'PayPal Transaction Fee','20.48'),(9463,420,'_date_paid','1623352960'),(9464,420,'_paid_date','2021-06-10 19:22:40'),(9465,420,'_download_permissions_granted','yes'),(9466,420,'_recorded_sales','yes'),(9467,420,'_recorded_coupon_usage_counts','yes'),(9468,420,'_order_stock_reduced','yes'),(9469,420,'_new_order_email_sent','true'),(9470,423,'_order_key','wc_order_s6SIo4uLuCuse'),(9471,423,'_customer_user','4'),(9472,423,'_payment_method','paypal'),(9473,423,'_payment_method_title','PayPal'),(9474,423,'_customer_ip_address','174.52.110.36'),(9475,423,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(9476,423,'_created_via','checkout'),(9477,423,'_cart_hash','aa4c94e704924fb1ce475a405398387d'),(9478,423,'_billing_first_name','David'),(9479,423,'_billing_last_name','Washburn'),(9480,423,'_billing_company','Larada Sciences'),(9481,423,'_billing_address_1','154 East Myrtle Ave.'),(9482,423,'_billing_address_2','Ste. #101'),(9483,423,'_billing_city','Murray'),(9484,423,'_billing_state','UT'),(9485,423,'_billing_postcode','84107'),(9486,423,'_billing_country','US'),(9487,423,'_billing_email','david@laradasciences.com'),(9488,423,'_billing_phone','8019197428'),(9489,423,'_shipping_first_name','David'),(9490,423,'_shipping_last_name','Washburn'),(9491,423,'_shipping_company','Larada Sciences'),(9492,423,'_shipping_address_1','154 East Myrtle Ave.'),(9493,423,'_shipping_address_2','Ste. #101'),(9494,423,'_shipping_city','Murray'),(9495,423,'_shipping_state','UT'),(9496,423,'_shipping_postcode','84107'),(9497,423,'_shipping_country','US'),(9498,423,'_order_currency','USD'),(9499,423,'_cart_discount','0'),(9500,423,'_cart_discount_tax','0'),(9501,423,'_order_shipping','0'),(9502,423,'_order_shipping_tax','0'),(9503,423,'_order_tax','0'),(9504,423,'_order_total','1068.96'),(9505,423,'_order_version','5.3.0'),(9506,423,'_prices_include_tax','no'),(9507,423,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(9508,423,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US'),(9509,423,'is_vat_exempt','no'),(9510,423,'Payment type','instant'),(9511,423,'_transaction_id','7EP31078H1622172D'),(9512,423,'_paypal_status','completed'),(9513,423,'PayPal Transaction Fee','31.30'),(9514,423,'_date_paid','1623432443'),(9515,423,'_paid_date','2021-06-11 17:27:23'),(9516,423,'_download_permissions_granted','yes'),(9517,423,'_recorded_sales','yes'),(9518,423,'_recorded_coupon_usage_counts','yes'),(9519,423,'_order_stock_reduced','yes'),(9520,423,'_new_order_email_sent','true'),(9521,424,'_order_key','wc_order_pbAG7GdVEh4PE'),(9522,424,'_customer_user','3'),(9523,424,'_payment_method','paypal'),(9524,424,'_payment_method_title','PayPal'),(9525,424,'_customer_ip_address','70.142.202.154'),(9526,424,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9527,424,'_created_via','checkout'),(9528,424,'_cart_hash','cdb47513e6bb70c83c94964c24e9bfd1'),(9529,424,'_billing_first_name','Amanda'),(9530,424,'_billing_last_name','Westerman'),(9531,424,'_billing_company','Lice Clinics of America McKinney'),(9532,424,'_billing_address_1','3120 Hudson Crossing'),(9533,424,'_billing_address_2','Suite A2'),(9534,424,'_billing_city','MCKINNEY'),(9535,424,'_billing_state','TX'),(9536,424,'_billing_postcode','75070'),(9537,424,'_billing_country','US'),(9538,424,'_billing_email','awesterman1103@gmail.com'),(9539,424,'_billing_phone','2144175741'),(9540,424,'_shipping_first_name','Amanda'),(9541,424,'_shipping_last_name','Westerman'),(9542,424,'_shipping_company','Lice Clinics of America McKinney'),(9543,424,'_shipping_address_1','3120 Hudson Crossing'),(9544,424,'_shipping_address_2','Suite A2'),(9545,424,'_shipping_city','MCKINNEY'),(9546,424,'_shipping_state','TX'),(9547,424,'_shipping_postcode','75070'),(9548,424,'_shipping_country','US'),(9549,424,'_order_currency','USD'),(9550,424,'_cart_discount','0'),(9551,424,'_cart_discount_tax','0'),(9552,424,'_order_shipping','0'),(9553,424,'_order_shipping_tax','0'),(9554,424,'_order_tax','0'),(9555,424,'_order_total','513.12'),(9556,424,'_order_version','5.3.0'),(9557,424,'_prices_include_tax','no'),(9558,424,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(9559,424,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(9560,424,'is_vat_exempt','no'),(9561,424,'Payment type','instant'),(9562,424,'_transaction_id','8H12623074617840Y'),(9563,424,'_paypal_status','completed'),(9564,424,'PayPal Transaction Fee','15.18'),(9565,424,'_date_paid','1623437200'),(9566,424,'_paid_date','2021-06-11 18:46:40'),(9567,424,'_download_permissions_granted','yes'),(9568,424,'_recorded_sales','yes'),(9569,424,'_recorded_coupon_usage_counts','yes'),(9570,424,'_order_stock_reduced','yes'),(9571,424,'_new_order_email_sent','true'),(9572,424,'_edit_lock','1623446359:2'),(9585,420,'_edit_lock','1623443250:2'),(9586,420,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038608\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c6227d3695789ccde6c8281d349663bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038593\";s:12:\"date_shipped\";i:1623442137;s:11:\"tracking_id\";s:32:\"3aff64ce4c5894ae87fde645d8604c2d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038582\";s:12:\"date_shipped\";i:1623442800;s:11:\"tracking_id\";s:32:\"c81bcbdd73f52e9cd5e08fbef0b47f9e\";}}'),(9587,420,'_edit_last','2'),(9588,420,'_date_completed','1623442805'),(9589,420,'_completed_date','2021-06-11 20:20:05'),(9590,421,'_edit_lock','1623443295:2'),(9591,421,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038527\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"7fb439dbb2624547314149ea2c04cb35\";}}'),(9592,421,'_edit_last','2'),(9593,421,'_date_completed','1623443422'),(9594,421,'_completed_date','2021-06-11 20:30:22'),(9595,418,'_edit_lock','1623443370:2'),(9596,418,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038365\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c6e539b3e7d2476dcae4a6697c7ed86b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038354\";s:12:\"date_shipped\";i:1623443471;s:11:\"tracking_id\";s:32:\"fb1fa820d2966bd24018799e4e9fc47d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038343\";s:12:\"date_shipped\";i:1623443476;s:11:\"tracking_id\";s:32:\"f42308d14545142d8fd1f19fe8ed77e2\";}}'),(9597,418,'_edit_last','2'),(9598,418,'_date_completed','1623443479'),(9599,418,'_completed_date','2021-06-11 20:31:19'),(9600,425,'_order_key','wc_order_GEIB1oqcNa3kv'),(9601,425,'_customer_user','83'),(9602,425,'_payment_method','paypal'),(9603,425,'_payment_method_title','PayPal'),(9604,425,'_customer_ip_address','71.211.148.239'),(9605,425,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9606,425,'_created_via','checkout'),(9607,425,'_cart_hash','4f56219e455c6bfd33aeffd6fc78a0f4'),(9608,425,'_billing_first_name','Tanya'),(9609,425,'_billing_last_name','LLC'),(9610,425,'_billing_company','Tanya Kensley LLC'),(9611,425,'_billing_address_1','4248 McMurry Ave'),(9612,425,'_billing_city','Fort Collins'),(9613,425,'_billing_state','CO'),(9614,425,'_billing_postcode','80525'),(9615,425,'_billing_country','US'),(9616,425,'_billing_email','info@liceclinicsnortherncolorado.com'),(9617,425,'_billing_phone','9702338787'),(9618,425,'_shipping_first_name','Tanya'),(9619,425,'_shipping_last_name','Kensley'),(9620,425,'_shipping_company','LCA Fort Collins'),(9621,425,'_shipping_address_1','4248 McMurry Ave'),(9622,425,'_shipping_city','Fort Collins'),(9623,425,'_shipping_state','CO'),(9624,425,'_shipping_postcode','80525'),(9625,425,'_shipping_country','US'),(9626,425,'_order_currency','USD'),(9627,425,'_cart_discount','0'),(9628,425,'_cart_discount_tax','0'),(9629,425,'_order_shipping','16.55'),(9630,425,'_order_shipping_tax','0'),(9631,425,'_order_tax','0'),(9632,425,'_order_total','16.55'),(9633,425,'_order_version','5.3.0'),(9634,425,'_prices_include_tax','no'),(9635,425,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(9636,425,'_shipping_address_index','Tanya Kensley LCA Fort Collins 4248 McMurry Ave  Fort Collins CO 80525 US'),(9637,425,'is_vat_exempt','no'),(9638,425,'Payment type','instant'),(9639,425,'_transaction_id','5K4132466G942161S'),(9640,425,'_paypal_status','completed'),(9641,425,'PayPal Transaction Fee','0.78'),(9642,425,'_date_paid','1623446090'),(9643,425,'_paid_date','2021-06-11 21:14:50'),(9644,425,'_download_permissions_granted','yes'),(9645,425,'_recorded_sales','yes'),(9646,425,'_recorded_coupon_usage_counts','yes'),(9647,425,'_order_stock_reduced','yes'),(9648,425,'_new_order_email_sent','true'),(9649,424,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038696\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c79ecc464d119b06becd12ee28684fb0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038685\";s:12:\"date_shipped\";i:1623446493;s:11:\"tracking_id\";s:32:\"6079dd594fe98d38f2a32a47c3af739e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038674\";s:12:\"date_shipped\";i:1623446498;s:11:\"tracking_id\";s:32:\"e7001edd3a97bc8f0d14babc129ab030\";}}'),(9650,424,'_edit_last','2'),(9651,424,'_date_completed','1623446501'),(9652,424,'_completed_date','2021-06-11 21:21:41'),(9653,426,'_order_key','wc_order_NqiTxEkMmNX9e'),(9654,426,'_customer_user','78'),(9655,426,'_payment_method','paypal'),(9656,426,'_payment_method_title','PayPal'),(9657,426,'_customer_ip_address','172.58.220.44'),(9658,426,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(9659,426,'_created_via','checkout'),(9660,426,'_cart_hash','241ae07abb8fba1abafa4485ad279571'),(9661,426,'_billing_first_name','Richard'),(9662,426,'_billing_last_name','Florsheim'),(9663,426,'_billing_company','Licura'),(9664,426,'_billing_address_1','3827 w fairway heights dr'),(9665,426,'_billing_city','Mequon'),(9666,426,'_billing_state','WI'),(9667,426,'_billing_postcode','53092'),(9668,426,'_billing_country','US'),(9669,426,'_billing_email','tara@liceclinicslongIsland.com'),(9670,426,'_billing_phone','5619006382'),(9671,426,'_shipping_first_name','Richard'),(9672,426,'_shipping_last_name','Florsheim'),(9673,426,'_shipping_company','LCA'),(9674,426,'_shipping_address_1','2330 Faye ct'),(9675,426,'_shipping_city','Merrick'),(9676,426,'_shipping_state','NY'),(9677,426,'_shipping_postcode','11566'),(9678,426,'_shipping_country','US'),(9679,426,'_order_currency','USD'),(9680,426,'_cart_discount','0'),(9681,426,'_cart_discount_tax','0'),(9682,426,'_order_shipping','16.8'),(9683,426,'_order_shipping_tax','0'),(9684,426,'_order_tax','0'),(9685,426,'_order_total','118.80'),(9686,426,'_order_version','5.3.0'),(9687,426,'_prices_include_tax','no'),(9688,426,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(9689,426,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(9690,426,'is_vat_exempt','no'),(9691,426,'Payment type','instant'),(9692,426,'_transaction_id','3C1513709U2129021'),(9693,426,'_paypal_status','completed'),(9694,426,'PayPal Transaction Fee','3.75'),(9695,426,'_date_paid','1623463031'),(9696,426,'_paid_date','2021-06-12 01:57:11'),(9697,426,'_download_permissions_granted','yes'),(9698,426,'_recorded_sales','yes'),(9699,426,'_recorded_coupon_usage_counts','yes'),(9700,426,'_order_stock_reduced','yes'),(9701,426,'_new_order_email_sent','true'),(9702,427,'_order_key','wc_order_W0tSsntnBgLGH'),(9703,427,'_customer_user','53'),(9704,427,'_payment_method','paypal'),(9705,427,'_payment_method_title','PayPal'),(9706,427,'_customer_ip_address','99.5.78.154'),(9707,427,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(9708,427,'_created_via','checkout'),(9709,427,'_cart_hash','3b872c82aea49b82bef20e0724878e88'),(9710,427,'_billing_first_name','Dena'),(9711,427,'_billing_last_name','Black'),(9712,427,'_billing_address_1','8216 CURICO LANE'),(9713,427,'_billing_city','CHARLOTTE'),(9714,427,'_billing_state','NC'),(9715,427,'_billing_postcode','28227'),(9716,427,'_billing_country','US'),(9717,427,'_billing_email','info@liceclinicssouthcharlotte.com'),(9718,427,'_billing_phone','9102647141'),(9719,427,'_shipping_first_name','Dena'),(9720,427,'_shipping_last_name','Black'),(9721,427,'_shipping_address_1','8216 CURICO LANE'),(9722,427,'_shipping_city','CHARLOTTE'),(9723,427,'_shipping_state','NC'),(9724,427,'_shipping_postcode','28227'),(9725,427,'_shipping_country','US'),(9726,427,'_order_currency','USD'),(9727,427,'_cart_discount','0'),(9728,427,'_cart_discount_tax','0'),(9729,427,'_order_shipping','19.63'),(9730,427,'_order_shipping_tax','0'),(9731,427,'_order_tax','0'),(9732,427,'_order_total','19.63'),(9733,427,'_order_version','5.3.0'),(9734,427,'_prices_include_tax','no'),(9735,427,'_billing_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(9736,427,'_shipping_address_index','Dena Black  8216 CURICO LANE  CHARLOTTE NC 28227 US'),(9737,427,'is_vat_exempt','no'),(9738,427,'Payment type','instant'),(9739,427,'_transaction_id','36R19106X5272162H'),(9740,427,'_paypal_status','completed'),(9741,427,'PayPal Transaction Fee','0.87'),(9742,427,'_date_paid','1623637545'),(9743,427,'_paid_date','2021-06-14 02:25:45'),(9744,427,'_download_permissions_granted','yes'),(9745,427,'_recorded_sales','yes'),(9746,427,'_recorded_coupon_usage_counts','yes'),(9747,427,'_order_stock_reduced','yes'),(9748,427,'_new_order_email_sent','true'),(9749,428,'_order_key','wc_order_zecpxzGV9PJ4x'),(9750,428,'_customer_user','53'),(9751,428,'_payment_method','paypal'),(9752,428,'_payment_method_title','PayPal'),(9753,428,'_customer_ip_address','99.5.78.154'),(9754,428,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(9755,428,'_created_via','checkout'),(9756,428,'_cart_hash','d6b591d1bdb7148801b9cd9e6b15e769'),(9757,428,'_billing_first_name','DENA'),(9758,428,'_billing_last_name','BLACK'),(9759,428,'_billing_address_1','8216 CURICO LANE'),(9760,428,'_billing_city','CHARLOTTE'),(9761,428,'_billing_state','NC'),(9762,428,'_billing_postcode','28227'),(9763,428,'_billing_country','US'),(9764,428,'_billing_email','DBLACK1960@GMAIL.COM'),(9765,428,'_billing_phone','9102647141'),(9766,428,'_shipping_first_name','KATHRYN'),(9767,428,'_shipping_last_name','FARREH'),(9768,428,'_shipping_company','LCA'),(9769,428,'_shipping_address_1','4503 CODDINGTON LOOP'),(9770,428,'_shipping_address_2','#106'),(9771,428,'_shipping_city','WILMINGTON'),(9772,428,'_shipping_state','NC'),(9773,428,'_shipping_postcode','28405'),(9774,428,'_shipping_country','US'),(9775,428,'_order_currency','USD'),(9776,428,'_cart_discount','0'),(9777,428,'_cart_discount_tax','0'),(9778,428,'_order_shipping','29.08'),(9779,428,'_order_shipping_tax','0'),(9780,428,'_order_tax','0'),(9781,428,'_order_total','32.83'),(9782,428,'_order_version','5.3.0'),(9783,428,'_prices_include_tax','no'),(9784,428,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(9785,428,'_shipping_address_index','KATHRYN FARREH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US'),(9786,428,'is_vat_exempt','no'),(9787,428,'Payment type','instant'),(9788,428,'_transaction_id','17C109638K8642709'),(9789,428,'_paypal_status','completed'),(9790,428,'PayPal Transaction Fee','1.25'),(9791,428,'_date_paid','1623637974'),(9792,428,'_paid_date','2021-06-14 02:32:54'),(9793,428,'_download_permissions_granted','yes'),(9794,428,'_recorded_sales','yes'),(9795,428,'_recorded_coupon_usage_counts','yes'),(9796,428,'_order_stock_reduced','yes'),(9797,428,'_new_order_email_sent','true'),(9798,429,'_order_key','wc_order_afYClhDBInQvQ'),(9799,429,'_customer_user','55'),(9800,429,'_payment_method','paypal'),(9801,429,'_payment_method_title','PayPal'),(9802,429,'_customer_ip_address','75.133.107.65'),(9803,429,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13729.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.130 Safari/537.36'),(9804,429,'_created_via','checkout'),(9805,429,'_cart_hash','144161084e98c71408daff8c4855254c'),(9806,429,'_billing_first_name','Stephanie'),(9807,429,'_billing_last_name','Knecht'),(9808,429,'_billing_company','Lice Clinics Of America'),(9809,429,'_billing_address_1','1207 Route 9, Suite 8'),(9810,429,'_billing_city','Wappinger Falls'),(9811,429,'_billing_state','NY'),(9812,429,'_billing_postcode','12590'),(9813,429,'_billing_country','US'),(9814,429,'_billing_email','stephanieknecht@lcaconnecticut.com'),(9815,429,'_billing_phone','9144565000'),(9816,429,'_shipping_first_name','Stephanie'),(9817,429,'_shipping_last_name','Knecht'),(9818,429,'_shipping_company','Lice Clinics Of America'),(9819,429,'_shipping_address_1','1207 Route 9, Suite 8'),(9820,429,'_shipping_city','Wappinger Falls'),(9821,429,'_shipping_state','NY'),(9822,429,'_shipping_postcode','12590'),(9823,429,'_shipping_country','US'),(9824,429,'_order_currency','USD'),(9825,429,'_cart_discount','0'),(9826,429,'_cart_discount_tax','0'),(9827,429,'_order_shipping','45.46'),(9828,429,'_order_shipping_tax','0'),(9829,429,'_order_tax','0'),(9830,429,'_order_total','49.21'),(9831,429,'_order_version','5.3.0'),(9832,429,'_prices_include_tax','no'),(9833,429,'_billing_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8  Wappinger Falls NY 12590 US stephanieknecht@lcaconnecticut.com 9144565000'),(9834,429,'_shipping_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8  Wappinger Falls NY 12590 US'),(9835,429,'is_vat_exempt','no'),(9836,429,'Payment type','instant'),(9837,429,'_transaction_id','11A22897Y72611314'),(9838,429,'_paypal_status','completed'),(9839,429,'PayPal Transaction Fee','1.73'),(9840,429,'_date_paid','1623721413'),(9841,429,'_paid_date','2021-06-15 01:43:33'),(9842,429,'_download_permissions_granted','yes'),(9843,429,'_recorded_sales','yes'),(9844,429,'_recorded_coupon_usage_counts','yes'),(9845,429,'_order_stock_reduced','yes'),(9846,429,'_new_order_email_sent','true'),(9847,423,'_edit_lock','1623767893:2'),(9848,423,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038799\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"f3f8107ffba72554798d8264563f2289\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038788\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"6473f6aada88ea3466cf4b8691e29e57\";}}'),(9849,423,'_edit_last','2'),(9850,423,'_date_completed','1623768017'),(9851,423,'_completed_date','2021-06-15 14:40:17'),(9852,426,'_edit_lock','1623767954:2'),(9853,426,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038814\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"a43ee7f50a50882aaeefa3dfa2a6a6c1\";}}'),(9854,426,'_edit_last','2'),(9855,426,'_date_completed','1623768086'),(9856,426,'_completed_date','2021-06-15 14:41:26'),(9857,425,'_edit_lock','1623767995:2'),(9858,425,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038803\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"d19d639b9b08ba602d4ca48da7f658f9\";}}'),(9859,425,'_edit_last','2'),(9860,425,'_date_completed','1623768126'),(9861,425,'_completed_date','2021-06-15 14:42:06'),(9862,430,'_order_key','wc_order_4YOGZqbPNDqSL'),(9863,430,'_customer_user','20'),(9864,430,'_payment_method','paypal'),(9865,430,'_payment_method_title','PayPal'),(9866,430,'_customer_ip_address','76.175.96.152'),(9867,430,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(9868,430,'_created_via','checkout'),(9869,430,'_cart_hash','bee113a8b8f4e8c0d969f3a513efa354'),(9870,430,'_billing_first_name','Hasani'),(9871,430,'_billing_last_name','Thompson'),(9872,430,'_billing_company','Heat in Hair'),(9873,430,'_billing_address_1','27225 Camp Plenty Road'),(9874,430,'_billing_address_2','1D'),(9875,430,'_billing_city','Santa Clarita'),(9876,430,'_billing_state','CA'),(9877,430,'_billing_postcode','91351'),(9878,430,'_billing_country','US'),(9879,430,'_billing_email','info@liceclinicssantaclarita.com'),(9880,430,'_billing_phone','6615850263'),(9881,430,'_shipping_first_name','Hasani'),(9882,430,'_shipping_last_name','Thompson'),(9883,430,'_shipping_company','Heat in Hair'),(9884,430,'_shipping_address_1','5145 Nightsky Place'),(9885,430,'_shipping_city','Palmdale'),(9886,430,'_shipping_state','CA'),(9887,430,'_shipping_postcode','93552'),(9888,430,'_shipping_country','US'),(9889,430,'_order_currency','USD'),(9890,430,'_cart_discount','0'),(9891,430,'_cart_discount_tax','0'),(9892,430,'_order_shipping','31.15'),(9893,430,'_order_shipping_tax','0'),(9894,430,'_order_tax','0'),(9895,430,'_order_total','274.51'),(9896,430,'_order_version','5.3.0'),(9897,430,'_prices_include_tax','no'),(9898,430,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(9899,430,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US'),(9900,430,'is_vat_exempt','no'),(9901,430,'Payment type','instant'),(9902,430,'_transaction_id','94J78918T1626744M'),(9903,430,'_paypal_status','completed'),(9904,430,'PayPal Transaction Fee','8.26'),(9905,430,'_date_paid','1623799049'),(9906,430,'_paid_date','2021-06-15 23:17:29'),(9907,430,'_download_permissions_granted','yes'),(9908,430,'_recorded_sales','yes'),(9909,430,'_recorded_coupon_usage_counts','yes'),(9910,430,'_order_stock_reduced','yes'),(9911,430,'_new_order_email_sent','true'),(9912,427,'_edit_lock','1623808704:2'),(9913,427,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038906\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"1f7278c98be19e31c55996ea33798b94\";}}'),(9914,427,'_edit_last','2'),(9915,427,'_date_completed','1623808733'),(9916,427,'_completed_date','2021-06-16 01:58:53'),(9917,428,'_edit_lock','1623808944:2'),(9918,428,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038928\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"6c68fafb04253b428cf8f7b6ae0887bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038917\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"8cfc1f191f3fc12a042f2f872eb58695\";}}'),(9919,428,'_edit_last','2'),(9920,428,'_date_completed','1623809013'),(9921,428,'_completed_date','2021-06-16 02:03:33'),(9922,419,'_edit_lock','1623872211:2'),(9923,429,'_edit_lock','1623809039:2'),(9924,429,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038972\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"248c1228ba37f4b786d44e11422b2413\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038983\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"35283c79fa7288a315d3ee1b0b93dcdc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038994\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"6ca3cbba313e04b849b8c4c317c5c576\";}}'),(9925,429,'_edit_last','2'),(9926,429,'_date_completed','1623809180'),(9927,429,'_completed_date','2021-06-16 02:06:20'),(9928,431,'_order_key','wc_order_LmSCw7CgOcPnd'),(9929,431,'_customer_user','5'),(9930,431,'_payment_method','paypal'),(9931,431,'_payment_method_title','PayPal'),(9932,431,'_customer_ip_address','73.11.93.174'),(9933,431,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(9934,431,'_created_via','checkout'),(9935,431,'_cart_hash','3203e1d1cfa59c1b10532273818f26fc'),(9936,431,'_billing_first_name','Mark'),(9937,431,'_billing_last_name','Meyer'),(9938,431,'_billing_company','LCA Northwest'),(9939,431,'_billing_address_1','PO Box 25829'),(9940,431,'_billing_city','Portland'),(9941,431,'_billing_state','OR'),(9942,431,'_billing_postcode','97298'),(9943,431,'_billing_country','US'),(9944,431,'_billing_email','mark@nwliceclinics.com'),(9945,431,'_billing_phone','5037244204'),(9946,431,'_shipping_first_name','Shawnde'),(9947,431,'_shipping_last_name','Russell'),(9948,431,'_shipping_company','Lice Clinics Of America'),(9949,431,'_shipping_address_1','1444 NW College Way'),(9950,431,'_shipping_address_2','Suite 6'),(9951,431,'_shipping_city','Bend'),(9952,431,'_shipping_state','OR'),(9953,431,'_shipping_postcode','97003'),(9954,431,'_shipping_country','US'),(9955,431,'_order_currency','USD'),(9956,431,'_cart_discount','0'),(9957,431,'_cart_discount_tax','0'),(9958,431,'_order_shipping','24.31'),(9959,431,'_order_shipping_tax','0'),(9960,431,'_order_tax','0'),(9961,431,'_order_total','24.31'),(9962,431,'_order_version','5.3.0'),(9963,431,'_prices_include_tax','no'),(9964,431,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(9965,431,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Bend OR 97003 US'),(9966,431,'is_vat_exempt','no'),(9967,431,'Payment type','instant'),(9968,431,'_transaction_id','6RP198815F6262606'),(9969,431,'_paypal_status','completed'),(9970,431,'PayPal Transaction Fee','1.00'),(9971,431,'_date_paid','1623869155'),(9972,431,'_paid_date','2021-06-16 18:45:55'),(9973,431,'_download_permissions_granted','yes'),(9974,431,'_recorded_sales','yes'),(9975,431,'_recorded_coupon_usage_counts','yes'),(9976,431,'_order_stock_reduced','yes'),(9977,431,'_new_order_email_sent','true'),(9978,419,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039155\";s:12:\"date_shipped\";s:10:\"1623801600\";s:11:\"tracking_id\";s:32:\"a624e5d461ec5010470fe7f2c86a11cf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039144\";s:12:\"date_shipped\";i:1623872321;s:11:\"tracking_id\";s:32:\"22e5b3066e0509375801e6050d779941\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039133\";s:12:\"date_shipped\";i:1623872327;s:11:\"tracking_id\";s:32:\"d43f982a81ccabbbf74fd14f181ea75d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039122\";s:12:\"date_shipped\";i:1623872334;s:11:\"tracking_id\";s:32:\"87779f40d65ad9a598763579cb4bba25\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039111\";s:12:\"date_shipped\";i:1623872342;s:11:\"tracking_id\";s:32:\"fca7df06ca9eaedba966a26fa430f6ff\";}}'),(9979,419,'_edit_last','2'),(9980,419,'_date_completed','1623872347'),(9981,419,'_completed_date','2021-06-16 19:39:07'),(9982,433,'_order_key','wc_order_JW4kaJ49YO45A'),(9983,433,'_customer_user','67'),(9984,433,'_payment_method','paypal'),(9985,433,'_payment_method_title','PayPal'),(9986,433,'_customer_ip_address','74.77.55.50'),(9987,433,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9988,433,'_created_via','checkout'),(9989,433,'_cart_hash','40165c18722f224c060e39602c9b51f3'),(9990,433,'_billing_first_name','Marnie'),(9991,433,'_billing_last_name','Murray'),(9992,433,'_billing_company','Naughty Nits'),(9993,433,'_billing_address_1','2809 Wehrle Drive'),(9994,433,'_billing_address_2','Suite 10'),(9995,433,'_billing_city','Williamsville'),(9996,433,'_billing_state','NY'),(9997,433,'_billing_postcode','14221'),(9998,433,'_billing_country','US'),(9999,433,'_billing_email','liceclinicsupstateny@gmail.com'),(10000,433,'_billing_phone','7166265423'),(10001,433,'_shipping_first_name','Marnie'),(10002,433,'_shipping_last_name','Murray'),(10003,433,'_shipping_company','LCA Buffalo'),(10004,433,'_shipping_address_1','2809 Wehrle Drive'),(10005,433,'_shipping_address_2','Suite 10'),(10006,433,'_shipping_city','Williamsville'),(10007,433,'_shipping_state','NY'),(10008,433,'_shipping_postcode','14221'),(10009,433,'_shipping_country','US'),(10010,433,'_order_currency','USD'),(10011,433,'_cart_discount','0'),(10012,433,'_cart_discount_tax','0'),(10013,433,'_order_shipping','0'),(10014,433,'_order_shipping_tax','0'),(10015,433,'_order_tax','0'),(10016,433,'_order_total','848.28'),(10017,433,'_order_version','5.3.0'),(10018,433,'_prices_include_tax','no'),(10019,433,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(10020,433,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US'),(10021,433,'is_vat_exempt','no'),(10022,433,'Payment type','instant'),(10023,433,'_transaction_id','86B711015A340010V'),(10024,433,'_paypal_status','completed'),(10025,433,'PayPal Transaction Fee','24.90'),(10026,433,'_date_paid','1623945635'),(10027,433,'_paid_date','2021-06-17 16:00:35'),(10028,433,'_download_permissions_granted','yes'),(10029,433,'_recorded_sales','yes'),(10030,433,'_recorded_coupon_usage_counts','yes'),(10031,433,'_order_stock_reduced','yes'),(10032,433,'_new_order_email_sent','true'),(10033,434,'_order_key','wc_order_hrT8cPRhKiiHS'),(10034,434,'_customer_user','61'),(10035,434,'_payment_method','paypal'),(10036,434,'_payment_method_title','PayPal'),(10037,434,'_customer_ip_address','69.174.167.215'),(10038,434,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(10039,434,'_created_via','checkout'),(10040,434,'_cart_hash','e400018ce7393792cbd2227bbdebaa9e'),(10041,434,'_billing_first_name','Judith'),(10042,434,'_billing_last_name','Hayden'),(10043,434,'_billing_company','LCA Florence'),(10044,434,'_billing_address_1','1795 Alysheba Way'),(10045,434,'_billing_address_2','Ste 4105'),(10046,434,'_billing_city','Lexington'),(10047,434,'_billing_state','KY'),(10048,434,'_billing_postcode','40509'),(10049,434,'_billing_country','US'),(10050,434,'_billing_email','info@liceclinicslexington.com'),(10051,434,'_billing_phone','8595376966'),(10052,434,'_shipping_first_name','Judy'),(10053,434,'_shipping_last_name','Hayden'),(10054,434,'_shipping_company','LCA Lexington'),(10055,434,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(10056,434,'_shipping_city','Lexington'),(10057,434,'_shipping_state','KY'),(10058,434,'_shipping_postcode','40509'),(10059,434,'_shipping_country','US'),(10060,434,'_order_currency','USD'),(10061,434,'_cart_discount','0'),(10062,434,'_cart_discount_tax','0'),(10063,434,'_order_shipping','0'),(10064,434,'_order_shipping_tax','0'),(10065,434,'_order_tax','0'),(10066,434,'_order_total','616.64'),(10067,434,'_order_version','5.3.0'),(10068,434,'_prices_include_tax','no'),(10069,434,'_billing_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(10070,434,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US'),(10071,434,'is_vat_exempt','no'),(10072,435,'_order_key','wc_order_pQWsuKVZg0hjq'),(10073,435,'_customer_user','59'),(10074,435,'_payment_method','paypal'),(10075,435,'_payment_method_title','PayPal'),(10076,435,'_customer_ip_address','99.96.98.2'),(10077,435,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(10078,435,'_created_via','checkout'),(10079,435,'_cart_hash','4f1204fc17646ed73096944c44527eaf'),(10080,435,'_billing_first_name','Allison'),(10081,435,'_billing_last_name','Anthon'),(10082,435,'_billing_address_1','58 arbor bend dr'),(10083,435,'_billing_city','Houston'),(10084,435,'_billing_state','TX'),(10085,435,'_billing_postcode','77070'),(10086,435,'_billing_country','US'),(10087,435,'_billing_email','louseysolutions@gmail.com'),(10088,435,'_billing_phone','602-400-8330'),(10089,435,'_shipping_first_name','Allison'),(10090,435,'_shipping_last_name','Anthon'),(10091,435,'_shipping_company','LCA Sugar Land'),(10092,435,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(10093,435,'_shipping_city','Tomball'),(10094,435,'_shipping_state','TX'),(10095,435,'_shipping_postcode','77375'),(10096,435,'_shipping_country','US'),(10097,435,'_order_currency','USD'),(10098,435,'_cart_discount','0'),(10099,435,'_cart_discount_tax','0'),(10100,435,'_order_shipping','0'),(10101,435,'_order_shipping_tax','0'),(10102,435,'_order_tax','0'),(10103,435,'_order_total','761.31'),(10104,435,'_order_version','5.3.0'),(10105,435,'_prices_include_tax','no'),(10106,435,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(10107,435,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US'),(10108,435,'is_vat_exempt','no'),(10109,434,'Payment type','instant'),(10110,434,'_transaction_id','8L340718EM952603R'),(10111,434,'_paypal_status','completed'),(10112,434,'PayPal Transaction Fee','18.18'),(10113,434,'_date_paid','1623956599'),(10114,434,'_paid_date','2021-06-17 19:03:19'),(10115,434,'_download_permissions_granted','yes'),(10116,434,'_recorded_sales','yes'),(10117,434,'_recorded_coupon_usage_counts','yes'),(10118,434,'_order_stock_reduced','yes'),(10119,434,'_new_order_email_sent','true'),(10120,435,'Payment type','instant'),(10121,435,'_transaction_id','1LS35751FK008041K'),(10122,435,'_paypal_status','completed'),(10123,435,'PayPal Transaction Fee','22.38'),(10124,435,'_date_paid','1623956623'),(10125,435,'_paid_date','2021-06-17 19:03:43'),(10126,435,'_download_permissions_granted','yes'),(10127,435,'_recorded_sales','yes'),(10128,435,'_recorded_coupon_usage_counts','yes'),(10129,435,'_order_stock_reduced','yes'),(10130,435,'_new_order_email_sent','true'),(10170,437,'_order_key','wc_order_Ht7Wyg9VCcZ5O'),(10171,437,'_customer_user','0'),(10172,437,'_payment_method','paypal'),(10173,437,'_payment_method_title','PayPal'),(10174,437,'_customer_ip_address','24.249.130.151'),(10175,437,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(10176,437,'_created_via','checkout'),(10177,437,'_cart_hash','8d075fe0e132d4fcb6954a5e99566479'),(10178,437,'_billing_first_name','Lee'),(10179,437,'_billing_last_name','Rogers'),(10180,437,'_billing_company','LCA Wichita'),(10181,437,'_billing_address_1','345 South Belmont Street, Wichita, KS, USA'),(10182,437,'_billing_city','Wichita'),(10183,437,'_billing_state','KS'),(10184,437,'_billing_postcode','67218'),(10185,437,'_billing_country','US'),(10186,437,'_billing_email','leerogers@flash.net'),(10187,437,'_billing_phone','3167279951'),(10188,437,'_shipping_first_name','Lee'),(10189,437,'_shipping_last_name','Rogers'),(10190,437,'_shipping_company','LCA Wichita'),(10191,437,'_shipping_address_1','2552 N Maize Court'),(10192,437,'_shipping_address_2','Suite 500'),(10193,437,'_shipping_city','Wichita'),(10194,437,'_shipping_state','KS'),(10195,437,'_shipping_postcode','67205'),(10196,437,'_shipping_country','US'),(10197,437,'_order_currency','USD'),(10198,437,'_cart_discount','0'),(10199,437,'_cart_discount_tax','0'),(10200,437,'_order_shipping','22.83'),(10201,437,'_order_shipping_tax','0'),(10202,437,'_order_tax','0'),(10203,437,'_order_total','322.33'),(10204,437,'_order_version','5.3.0'),(10205,437,'_prices_include_tax','no'),(10206,437,'_billing_address_index','Lee Rogers LCA Wichita 345 South Belmont Street, Wichita, KS, USA  Wichita KS 67218 US leerogers@flash.net 3167279951'),(10207,437,'_shipping_address_index','Lee Rogers LCA Wichita 2552 N Maize Court Suite 500 Wichita KS 67205 US'),(10208,437,'is_vat_exempt','no'),(10209,437,'Payment type','instant'),(10210,437,'_transaction_id','5F522247VX985730R'),(10211,437,'_paypal_status','completed'),(10212,437,'PayPal Transaction Fee','9.65'),(10213,437,'_date_paid','1623971011'),(10214,437,'_paid_date','2021-06-17 23:03:31'),(10215,437,'_download_permissions_granted','yes'),(10216,437,'_recorded_sales','yes'),(10217,437,'_recorded_coupon_usage_counts','yes'),(10218,437,'_order_stock_reduced','yes'),(10219,437,'_new_order_email_sent','true'),(10220,438,'_order_key','wc_order_OdFuMWoXiziBw'),(10221,438,'_customer_user','0'),(10222,438,'_payment_method','paypal'),(10223,438,'_payment_method_title','PayPal'),(10224,438,'_customer_ip_address','24.159.114.98'),(10225,438,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(10226,438,'_created_via','checkout'),(10227,438,'_cart_hash','fc0404b3273e82ad92ad108b4a9acf24'),(10228,438,'_billing_first_name','Tim'),(10229,438,'_billing_last_name','Trankina'),(10230,438,'_billing_address_1','5805 State Bridge Road'),(10231,438,'_billing_address_2','Suite G450'),(10232,438,'_billing_city','Duluth'),(10233,438,'_billing_state','GA'),(10234,438,'_billing_postcode','30097'),(10235,438,'_billing_country','US'),(10236,438,'_billing_email','info@liceclinicsnorthgwinnett.com'),(10237,438,'_billing_phone','7707226040'),(10238,438,'_shipping_first_name','Tim'),(10239,438,'_shipping_last_name','Trankina'),(10240,438,'_shipping_company','LCA North Gwinnett'),(10241,438,'_shipping_address_1','1110 Satellite Blvd.'),(10242,438,'_shipping_address_2','Suite 203'),(10243,438,'_shipping_city','Suwanee'),(10244,438,'_shipping_state','GA'),(10245,438,'_shipping_postcode','30024'),(10246,438,'_shipping_country','US'),(10247,438,'_order_currency','USD'),(10248,438,'_cart_discount','0'),(10249,438,'_cart_discount_tax','0'),(10250,438,'_order_shipping','30.27'),(10251,438,'_order_shipping_tax','0'),(10252,438,'_order_tax','0'),(10253,438,'_order_total','552.19'),(10254,438,'_order_version','5.3.0'),(10255,438,'_prices_include_tax','no'),(10256,438,'_billing_address_index','Tim Trankina  5805 State Bridge Road Suite G450 Duluth GA 30097 US info@liceclinicsnorthgwinnett.com 7707226040'),(10257,438,'_shipping_address_index','Tim Trankina LCA North Gwinnett 1110 Satellite Blvd. Suite 203 Suwanee GA 30024 US'),(10258,438,'is_vat_exempt','no'),(10259,438,'Payment type','instant'),(10260,438,'_transaction_id','7DT81188NM6492016'),(10261,438,'_paypal_status','completed'),(10262,438,'PayPal Transaction Fee','16.31'),(10263,438,'_date_paid','1624028625'),(10264,438,'_paid_date','2021-06-18 15:03:45'),(10265,438,'_download_permissions_granted','yes'),(10266,438,'_recorded_sales','yes'),(10267,438,'_recorded_coupon_usage_counts','yes'),(10268,438,'_order_stock_reduced','yes'),(10269,438,'_new_order_email_sent','true'),(10270,439,'_order_key','wc_order_G3Z9HUmiu7iWk'),(10271,439,'_customer_user','87'),(10272,439,'_payment_method','paypal'),(10273,439,'_payment_method_title','PayPal'),(10274,439,'_customer_ip_address','70.189.75.106'),(10275,439,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(10276,439,'_created_via','checkout'),(10277,439,'_cart_hash','6c2797a0722b8710237e4cf64ef86634'),(10278,439,'_billing_first_name','Wade'),(10279,439,'_billing_last_name','Huntsman'),(10280,439,'_billing_company','LCA Midsouth'),(10281,439,'_billing_address_1','1104 E 25th St.'),(10282,439,'_billing_city','Tulsa'),(10283,439,'_billing_state','OK'),(10284,439,'_billing_postcode','74114'),(10285,439,'_billing_country','US'),(10286,439,'_billing_email','info@liceclinicsmidsouth.com'),(10287,439,'_billing_phone','9189783329'),(10288,439,'_shipping_first_name','Wade'),(10289,439,'_shipping_last_name','Huntsman'),(10290,439,'_shipping_company','Lice Clinics of America'),(10291,439,'_shipping_address_1','3421 E 21st'),(10292,439,'_shipping_address_2','Office'),(10293,439,'_shipping_city','Tulsa'),(10294,439,'_shipping_state','OK'),(10295,439,'_shipping_postcode','74114'),(10296,439,'_shipping_country','US'),(10297,439,'_order_currency','USD'),(10298,439,'_cart_discount','0'),(10299,439,'_cart_discount_tax','0'),(10300,439,'_order_shipping','0'),(10301,439,'_order_shipping_tax','0'),(10302,439,'_order_tax','0'),(10303,439,'_order_total','696.00'),(10304,439,'_order_version','5.3.0'),(10305,439,'_prices_include_tax','no'),(10306,439,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(10307,439,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Office Tulsa OK 74114 US'),(10308,439,'is_vat_exempt','no'),(10309,439,'Payment type','instant'),(10310,439,'_transaction_id','6Y412828VA005362J'),(10311,439,'_paypal_status','completed'),(10312,439,'PayPal Transaction Fee','20.48'),(10313,439,'_date_paid','1624029107'),(10314,439,'_paid_date','2021-06-18 15:11:47'),(10315,439,'_download_permissions_granted','yes'),(10316,439,'_recorded_sales','yes'),(10317,439,'_recorded_coupon_usage_counts','yes'),(10318,439,'_order_stock_reduced','yes'),(10319,439,'_new_order_email_sent','true'),(10320,440,'_order_key','wc_order_shkXQcSosbNWs'),(10321,440,'_customer_user','87'),(10322,440,'_payment_method','paypal'),(10323,440,'_payment_method_title','PayPal'),(10324,440,'_customer_ip_address','70.189.75.106'),(10325,440,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(10326,440,'_created_via','checkout'),(10327,440,'_cart_hash','f821aca4baa6ac7ee6dfe3d1d41b3891'),(10328,440,'_billing_first_name','Wade'),(10329,440,'_billing_last_name','Huntsman'),(10330,440,'_billing_company','LCA Midsouth'),(10331,440,'_billing_address_1','1104 E 25th St.'),(10332,440,'_billing_city','Tulsa'),(10333,440,'_billing_state','OK'),(10334,440,'_billing_postcode','74114'),(10335,440,'_billing_country','US'),(10336,440,'_billing_email','info@liceclinicsmidsouth.com'),(10337,440,'_billing_phone','9189783329'),(10338,440,'_shipping_first_name','Logan'),(10339,440,'_shipping_last_name','Witt'),(10340,440,'_shipping_company','Lice Clinics of America'),(10341,440,'_shipping_address_1','3000 S 28th Place'),(10342,440,'_shipping_address_2','Apartment 12'),(10343,440,'_shipping_city','Rogers'),(10344,440,'_shipping_state','AR'),(10345,440,'_shipping_postcode','72756'),(10346,440,'_shipping_country','US'),(10347,440,'_order_currency','USD'),(10348,440,'_cart_discount','0'),(10349,440,'_cart_discount_tax','0'),(10350,440,'_order_shipping','0'),(10351,440,'_order_shipping_tax','0'),(10352,440,'_order_tax','0'),(10353,440,'_order_total','552.00'),(10354,440,'_order_version','5.3.0'),(10355,440,'_prices_include_tax','no'),(10356,440,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(10357,440,'_shipping_address_index','Logan Witt Lice Clinics of America 3000 S 28th Place Apartment 12 Rogers AR 72756 US'),(10358,440,'is_vat_exempt','no'),(10359,440,'Payment type','instant'),(10360,440,'_transaction_id','1FR50965WE534764R'),(10361,440,'_paypal_status','completed'),(10362,440,'PayPal Transaction Fee','16.31'),(10363,440,'_date_paid','1624029618'),(10364,440,'_paid_date','2021-06-18 15:20:18'),(10365,440,'_download_permissions_granted','yes'),(10366,440,'_recorded_sales','yes'),(10367,440,'_recorded_coupon_usage_counts','yes'),(10368,440,'_order_stock_reduced','yes'),(10369,440,'_new_order_email_sent','true'),(10370,441,'_order_key','wc_order_NnIzzoridMIx3'),(10371,441,'_customer_user','87'),(10372,441,'_payment_method','paypal'),(10373,441,'_payment_method_title','PayPal'),(10374,441,'_customer_ip_address','70.189.75.106'),(10375,441,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(10376,441,'_created_via','checkout'),(10377,441,'_cart_hash','ff73e673360b487a81f7b82e67e537e3'),(10378,441,'_billing_first_name','Wade'),(10379,441,'_billing_last_name','Huntsman'),(10380,441,'_billing_company','LCA Midsouth'),(10381,441,'_billing_address_1','1104 E 25th St.'),(10382,441,'_billing_city','Tulsa'),(10383,441,'_billing_state','OK'),(10384,441,'_billing_postcode','74114'),(10385,441,'_billing_country','US'),(10386,441,'_billing_email','info@liceclinicsmidsouth.com'),(10387,441,'_billing_phone','9189783329'),(10388,441,'_shipping_first_name','Ian'),(10389,441,'_shipping_last_name','Zinth'),(10390,441,'_shipping_company','Lice Clinics of America'),(10391,441,'_shipping_address_1','16654 E Kent Dr'),(10392,441,'_shipping_city','Aurora'),(10393,441,'_shipping_state','CO'),(10394,441,'_shipping_postcode','80013'),(10395,441,'_shipping_country','US'),(10396,441,'_order_currency','USD'),(10397,441,'_cart_discount','0'),(10398,441,'_cart_discount_tax','0'),(10399,441,'_order_shipping','10.18'),(10400,441,'_order_shipping_tax','0'),(10401,441,'_order_tax','0'),(10402,441,'_order_total','10.18'),(10403,441,'_order_version','5.3.0'),(10404,441,'_prices_include_tax','no'),(10405,441,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(10406,441,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 E Kent Dr  Aurora CO 80013 US'),(10407,441,'is_vat_exempt','no'),(10408,441,'Payment type','instant'),(10409,441,'_transaction_id','6U0143157R440680T'),(10410,441,'_paypal_status','completed'),(10411,441,'PayPal Transaction Fee','0.60'),(10412,441,'_date_paid','1624029766'),(10413,441,'_paid_date','2021-06-18 15:22:46'),(10414,441,'_download_permissions_granted','yes'),(10415,441,'_recorded_sales','yes'),(10416,441,'_recorded_coupon_usage_counts','yes'),(10417,441,'_order_stock_reduced','yes'),(10418,441,'_new_order_email_sent','true'),(10458,443,'_order_key','wc_order_WRuvyT1hO0Ir2'),(10459,443,'_customer_user','0'),(10460,443,'_payment_method','paypal'),(10461,443,'_payment_method_title','PayPal'),(10462,443,'_customer_ip_address','24.249.130.151'),(10463,443,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(10464,443,'_created_via','checkout'),(10465,443,'_cart_hash','13a9dd5b75a0c8a7cf620b9f46a7dcff'),(10466,443,'_billing_first_name','Lee'),(10467,443,'_billing_last_name','Rogers'),(10468,443,'_billing_company','LCA - Wichita'),(10469,443,'_billing_address_1','40 N Interstate 35'),(10470,443,'_billing_address_2','4B2'),(10471,443,'_billing_city','Austin'),(10472,443,'_billing_state','KS'),(10473,443,'_billing_postcode','78701'),(10474,443,'_billing_country','US'),(10475,443,'_billing_email','liceclinicwichita@gmail.com'),(10476,443,'_billing_phone','3167279951'),(10477,443,'_shipping_first_name','Lee'),(10478,443,'_shipping_last_name','Rogers'),(10479,443,'_shipping_company','LCA Wichita'),(10480,443,'_shipping_address_1','2552 N Maize Court'),(10481,443,'_shipping_address_2','Suite 500'),(10482,443,'_shipping_city','Wichita'),(10483,443,'_shipping_state','KS'),(10484,443,'_shipping_postcode','67205'),(10485,443,'_shipping_country','US'),(10486,443,'_order_currency','USD'),(10487,443,'_cart_discount','0'),(10488,443,'_cart_discount_tax','0'),(10489,443,'_order_shipping','31.29'),(10490,443,'_order_shipping_tax','0'),(10491,443,'_order_tax','0'),(10492,443,'_order_total','354.49'),(10493,443,'_order_version','5.4.1'),(10494,443,'_prices_include_tax','no'),(10495,443,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(10496,443,'_shipping_address_index','Lee Rogers LCA Wichita 2552 N Maize Court Suite 500 Wichita KS 67205 US'),(10497,443,'is_vat_exempt','no'),(10498,443,'Payment type','instant'),(10499,443,'_transaction_id','7Y623598RW1941023'),(10500,443,'_paypal_status','completed'),(10501,443,'PayPal Transaction Fee','10.58'),(10502,443,'_date_paid','1624031987'),(10503,443,'_paid_date','2021-06-18 15:59:47'),(10504,443,'_download_permissions_granted','yes'),(10505,443,'_recorded_sales','yes'),(10506,443,'_recorded_coupon_usage_counts','yes'),(10507,443,'_order_stock_reduced','yes'),(10508,443,'_new_order_email_sent','true'),(10509,444,'_order_key','wc_order_DRvwW2tezFaIr'),(10510,444,'_customer_user','46'),(10511,444,'_payment_method','paypal'),(10512,444,'_payment_method_title','PayPal'),(10513,444,'_customer_ip_address','216.163.6.72'),(10514,444,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(10515,444,'_created_via','checkout'),(10516,444,'_cart_hash','573687cef306bc721b949e01ac1afa0c'),(10517,444,'_billing_first_name','Shannon'),(10518,444,'_billing_last_name','Steele'),(10519,444,'_billing_company','SBS Investments'),(10520,444,'_billing_address_1','1702 Hazelwood Court'),(10521,444,'_billing_city','Jonesboro'),(10522,444,'_billing_state','AR'),(10523,444,'_billing_postcode','72401'),(10524,444,'_billing_country','US'),(10525,444,'_billing_email','info@liceclinicsjonesboro.com'),(10526,444,'_billing_phone','8709262731'),(10527,444,'_shipping_first_name','Shannon'),(10528,444,'_shipping_last_name','Steele'),(10529,444,'_shipping_company','SBS Investments/LCA- Jonesboro'),(10530,444,'_shipping_address_1','3106 Orval Orlan Drive'),(10531,444,'_shipping_address_2','Suite D'),(10532,444,'_shipping_city','Jonesboro'),(10533,444,'_shipping_state','AR'),(10534,444,'_shipping_postcode','72404'),(10535,444,'_shipping_country','US'),(10536,444,'_order_currency','USD'),(10537,444,'_cart_discount','0'),(10538,444,'_cart_discount_tax','0'),(10539,444,'_order_shipping','29.99'),(10540,444,'_order_shipping_tax','0'),(10541,444,'_order_tax','0'),(10542,444,'_order_total','304.98'),(10543,444,'_order_version','5.3.0'),(10544,444,'_prices_include_tax','no'),(10545,444,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(10546,444,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(10547,444,'is_vat_exempt','no'),(10548,444,'Payment type','instant'),(10549,444,'_transaction_id','52J03478EV766372T'),(10550,444,'_paypal_status','completed'),(10551,444,'PayPal Transaction Fee','9.14'),(10552,444,'_date_paid','1624036257'),(10553,444,'_paid_date','2021-06-18 17:10:57'),(10554,444,'_download_permissions_granted','yes'),(10555,444,'_recorded_sales','yes'),(10556,444,'_recorded_coupon_usage_counts','yes'),(10557,444,'_order_stock_reduced','yes'),(10558,444,'_new_order_email_sent','true'),(10559,437,'_edit_lock','1624040165:2'),(10560,437,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039556\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"b725bfba749a129ee8e5c9f4612029a6\";}}'),(10561,437,'_edit_last','2'),(10562,437,'_date_completed','1624040290'),(10563,437,'_completed_date','2021-06-18 18:18:10'),(10564,434,'_edit_lock','1624040219:2'),(10565,434,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039523\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"dc06be5079e6e9ff04f36eb1f77b65e1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039512\";s:12:\"date_shipped\";i:1624040352;s:11:\"tracking_id\";s:32:\"a1719e3624a3305917dcda4b20465f22\";}}'),(10566,434,'_edit_last','2'),(10567,434,'_date_completed','1624040355'),(10568,434,'_completed_date','2021-06-18 18:19:15'),(10569,433,'_edit_lock','1636413234:2'),(10570,433,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039464\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"9d4989f13498ad73f5b035b9801995e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039453\";s:12:\"date_shipped\";i:1624040412;s:11:\"tracking_id\";s:32:\"15ed38887ab550d54ac17e4091cff593\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039442\";s:12:\"date_shipped\";i:1624040418;s:11:\"tracking_id\";s:32:\"b2f8c58c398b1f215e3153e7413a9448\";}}'),(10571,433,'_edit_last','2'),(10572,433,'_date_completed','1624040420'),(10573,433,'_completed_date','2021-06-18 18:20:20'),(10574,430,'_edit_lock','1624040349:2'),(10575,430,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039203\";s:12:\"date_shipped\";s:10:\"1623801600\";s:11:\"tracking_id\";s:32:\"58dd69d63ee56cd6c1ce2da607528439\";}}'),(10576,430,'_edit_last','2'),(10577,430,'_date_completed','1624040482'),(10578,430,'_completed_date','2021-06-18 18:21:22'),(10587,431,'_edit_lock','1624040723:2'),(10588,431,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039328\";s:12:\"date_shipped\";s:10:\"1623801600\";s:11:\"tracking_id\";s:32:\"db24861639fac8badad45dc58d9de5b8\";}}'),(10589,431,'_edit_last','2'),(10590,431,'_date_completed','1624040565'),(10591,431,'_completed_date','2021-06-18 18:22:45'),(10592,443,'_edit_lock','1624630820:2'),(10593,443,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039604\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"27f8b2f285cf723e2f1763befe0c0a16\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040413\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"82d672e3f9eb0c6367e47017a26762d6\";}}'),(10594,443,'_edit_last','2'),(10595,443,'_date_completed','1624044204'),(10596,443,'_completed_date','2021-06-18 19:23:24'),(10597,438,'_edit_lock','1624044158:2'),(10598,438,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039590\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"8eeafa1872be725508c5fa08d9901d6f\";}}'),(10599,438,'_edit_last','2'),(10600,438,'_date_completed','1624044270'),(10601,438,'_completed_date','2021-06-18 19:24:30'),(10602,435,'_edit_lock','1624302601:2'),(10603,439,'_edit_lock','1624285269:2'),(10604,440,'_edit_lock','1624285212:2'),(10605,441,'_edit_lock','1624044253:2'),(10606,441,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039615\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"58a8305431cc67141ad1f3a06573a23e\";}}'),(10607,441,'_edit_last','2'),(10608,441,'_date_completed','1624044364'),(10609,441,'_completed_date','2021-06-18 19:26:04'),(10610,445,'_order_key','wc_order_ybBobn8Xp5YQE'),(10611,445,'_customer_user','0'),(10612,445,'_payment_method','paypal'),(10613,445,'_payment_method_title','PayPal'),(10614,445,'_customer_ip_address','174.27.19.157'),(10615,445,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(10616,445,'_created_via','checkout'),(10617,445,'_cart_hash','fb2fe25463b8e26a2003ac37b8bb3c38'),(10618,445,'_billing_first_name','SaLeah'),(10619,445,'_billing_last_name','Snelling'),(10620,445,'_billing_address_1','11024 W. Inglin Dr'),(10621,445,'_billing_city','Boise'),(10622,445,'_billing_state','ID'),(10623,445,'_billing_postcode','83709'),(10624,445,'_billing_country','US'),(10625,445,'_billing_email','info@liceclinicsboise.com'),(10626,445,'_billing_phone','2088302070'),(10627,445,'_shipping_first_name','SaLeah'),(10628,445,'_shipping_last_name','Snelling'),(10629,445,'_shipping_address_1','11024 W. Inglin Dr'),(10630,445,'_shipping_city','Boise'),(10631,445,'_shipping_state','ID'),(10632,445,'_shipping_postcode','83709'),(10633,445,'_shipping_country','US'),(10634,445,'_order_currency','USD'),(10635,445,'_cart_discount','0'),(10636,445,'_cart_discount_tax','0'),(10637,445,'_order_shipping','68'),(10638,445,'_order_shipping_tax','0'),(10639,445,'_order_tax','0'),(10640,445,'_order_total','684.64'),(10641,445,'_order_version','5.3.0'),(10642,445,'_prices_include_tax','no'),(10643,445,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(10644,445,'_shipping_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US'),(10645,445,'is_vat_exempt','no'),(10646,445,'Payment type','instant'),(10647,445,'_transaction_id','15268373WG522192U'),(10648,445,'_paypal_status','completed'),(10649,445,'PayPal Transaction Fee','20.15'),(10650,445,'_date_paid','1624045816'),(10651,445,'_paid_date','2021-06-18 19:50:16'),(10652,445,'_download_permissions_granted','yes'),(10653,445,'_recorded_sales','yes'),(10654,445,'_recorded_coupon_usage_counts','yes'),(10655,445,'_order_stock_reduced','yes'),(10656,445,'_new_order_email_sent','true'),(10657,446,'_order_key','wc_order_dgrPjXjIhO6yY'),(10658,446,'_customer_user','28'),(10659,446,'_payment_method','paypal'),(10660,446,'_payment_method_title','PayPal'),(10661,446,'_customer_ip_address','98.176.185.214'),(10662,446,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(10663,446,'_created_via','checkout'),(10664,446,'_cart_hash','4fb0a6dbfcc4a92cff29879f764b073d'),(10665,446,'_billing_first_name','Kelli'),(10666,446,'_billing_last_name','Washington'),(10667,446,'_billing_company','Lice Clinics of America - Temecula'),(10668,446,'_billing_address_1','2438 Bear Rock Gln'),(10669,446,'_billing_city','Escondido'),(10670,446,'_billing_state','CA'),(10671,446,'_billing_postcode','92026'),(10672,446,'_billing_country','US'),(10673,446,'_billing_email','info@liceclinicstemecula.com'),(10674,446,'_billing_phone','7606255580'),(10675,446,'_shipping_first_name','Kelli'),(10676,446,'_shipping_last_name','Washington'),(10677,446,'_shipping_company','Lice Clinics of America - Temecula'),(10678,446,'_shipping_address_1','2438 Bear Rock Gln'),(10679,446,'_shipping_city','Escondido'),(10680,446,'_shipping_state','CA'),(10681,446,'_shipping_postcode','92026'),(10682,446,'_shipping_country','US'),(10683,446,'_order_currency','USD'),(10684,446,'_cart_discount','0'),(10685,446,'_cart_discount_tax','0'),(10686,446,'_order_shipping','31.48'),(10687,446,'_order_shipping_tax','0'),(10688,446,'_order_tax','0'),(10689,446,'_order_total','304.60'),(10690,446,'_order_version','5.3.0'),(10691,446,'_prices_include_tax','no'),(10692,446,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(10693,446,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(10694,446,'is_vat_exempt','no'),(10695,446,'Payment type','instant'),(10696,446,'_transaction_id','5K667873L51989907'),(10697,446,'_paypal_status','completed'),(10698,446,'PayPal Transaction Fee','9.13'),(10699,446,'_date_paid','1624064424'),(10700,446,'_paid_date','2021-06-19 01:00:24'),(10701,446,'_download_permissions_granted','yes'),(10702,446,'_recorded_sales','yes'),(10703,446,'_recorded_coupon_usage_counts','yes'),(10704,446,'_order_stock_reduced','yes'),(10705,446,'_new_order_email_sent','true'),(10706,444,'_edit_lock','1624285133:2'),(10707,444,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039718\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"3e7631c039868d70b40dd29773ec7d8a\";}}'),(10708,444,'_edit_last','2'),(10709,444,'_date_completed','1624285263'),(10710,444,'_completed_date','2021-06-21 14:21:03'),(10711,440,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039670\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"fd6eab4a38e3b70c6a9f44f4c4853162\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039660\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"ed630f5298102aa942bee957f1b3ec07\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039659\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"ef2893c8b576bdfa203e050cb5bdcded\";}}'),(10712,440,'_edit_last','2'),(10713,440,'_date_completed','1624285333'),(10714,440,'_completed_date','2021-06-21 14:22:13'),(10715,439,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039637\";s:12:\"date_shipped\";s:10:\"1623974400\";s:11:\"tracking_id\";s:32:\"a1a19246753e214d55fb7567f6d69fce\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039626\";s:12:\"date_shipped\";i:1624285408;s:11:\"tracking_id\";s:32:\"0ebc662aac377125d1b79adb2ad330d9\";}}'),(10716,439,'_edit_last','2'),(10717,439,'_date_completed','1624285409'),(10718,439,'_completed_date','2021-06-21 14:23:29'),(10719,445,'_edit_lock','1624302307:2'),(10720,445,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039762\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"bb70fc8a7a0afdf81f0a877b65a39d65\";}}'),(10721,445,'_edit_last','2'),(10722,445,'_date_completed','1624302407'),(10723,445,'_completed_date','2021-06-21 19:06:47'),(10724,446,'_edit_lock','1624302390:2'),(10725,446,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039784\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"50d2a80169b361d3ef198699b7c8a3ed\";}}'),(10726,446,'_edit_last','2'),(10727,446,'_date_completed','1624302475'),(10728,446,'_completed_date','2021-06-21 19:07:55'),(10729,435,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039497\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"c32a2ab38a8e208ca887f96b51f236a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039501\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"969dc40cca61bd2a99629edd9e9b98e9\";}}'),(10730,435,'_edit_last','2'),(10731,435,'_date_completed','1624302569'),(10732,435,'_completed_date','2021-06-21 19:09:29'),(10733,447,'_order_key','wc_order_iEYtv0mbhWsC6'),(10734,447,'_customer_user','77'),(10735,447,'_payment_method','paypal'),(10736,447,'_payment_method_title','PayPal'),(10737,447,'_customer_ip_address','107.205.56.86'),(10738,447,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(10739,447,'_created_via','checkout'),(10740,447,'_cart_hash','d1ba8931f8982778ce9e594c71cd5a65'),(10741,447,'_billing_first_name','Phil'),(10742,447,'_billing_last_name','Moon'),(10743,447,'_billing_company','Lice Clinics of America--Visalia'),(10744,447,'_billing_address_1','585 56th Street'),(10745,447,'_billing_city','Oakland'),(10746,447,'_billing_state','CA'),(10747,447,'_billing_postcode','94609'),(10748,447,'_billing_country','US'),(10749,447,'_billing_email','info@liceclinicsfresno.com'),(10750,447,'_billing_phone','5593046305'),(10751,447,'_shipping_first_name','Kristen'),(10752,447,'_shipping_last_name','Maroot-Rippee'),(10753,447,'_shipping_company','Lice Busters LLC. FRESNO'),(10754,447,'_shipping_address_1','487 West Scott Avenue'),(10755,447,'_shipping_city','Fresno'),(10756,447,'_shipping_state','CA'),(10757,447,'_shipping_postcode','93704'),(10758,447,'_shipping_country','US'),(10759,447,'_order_currency','USD'),(10760,447,'_cart_discount','0'),(10761,447,'_cart_discount_tax','0'),(10762,447,'_order_shipping','72.27'),(10763,447,'_order_shipping_tax','0'),(10764,447,'_order_tax','0'),(10765,447,'_order_total','201.39'),(10766,447,'_order_version','5.4.1'),(10767,447,'_prices_include_tax','no'),(10768,447,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(10769,447,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue  Fresno CA 93704 US'),(10770,447,'is_vat_exempt','no'),(10771,447,'Payment type','instant'),(10772,447,'_transaction_id','8PG44937B55507739'),(10773,447,'_paypal_status','completed'),(10774,447,'PayPal Transaction Fee','6.14'),(10775,447,'_date_paid','1624314418'),(10776,447,'_paid_date','2021-06-21 22:26:58'),(10777,447,'_download_permissions_granted','yes'),(10778,447,'_recorded_sales','yes'),(10779,447,'_recorded_coupon_usage_counts','yes'),(10780,447,'_order_stock_reduced','yes'),(10781,447,'_new_order_email_sent','true'),(10782,448,'_order_key','wc_order_0eoVb1kVDQpYl'),(10783,448,'_customer_user','71'),(10784,448,'_payment_method','paypal'),(10785,448,'_payment_method_title','PayPal'),(10786,448,'_customer_ip_address','176.80.131.251'),(10787,448,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(10788,448,'_created_via','checkout'),(10789,448,'_cart_hash','c63f4b64c67297ee51a117f29a662d49'),(10790,448,'_billing_first_name','Mercedes'),(10791,448,'_billing_last_name','Domingo'),(10792,448,'_billing_company','JAMIC LLC'),(10793,448,'_billing_address_1','3525 Del Mar Heights Road'),(10794,448,'_billing_address_2','#1014'),(10795,448,'_billing_city','San Diego'),(10796,448,'_billing_state','CA'),(10797,448,'_billing_postcode','92130'),(10798,448,'_billing_country','US'),(10799,448,'_billing_email','mdomingo@extramile.es'),(10800,448,'_billing_phone','8582498337'),(10801,448,'_shipping_first_name','Azucena'),(10802,448,'_shipping_last_name','Villagomez'),(10803,448,'_shipping_address_1','122 E. 17th St'),(10804,448,'_shipping_city','National City'),(10805,448,'_shipping_state','CA'),(10806,448,'_shipping_postcode','91950'),(10807,448,'_shipping_country','US'),(10808,448,'_order_currency','USD'),(10809,448,'_cart_discount','0'),(10810,448,'_cart_discount_tax','0'),(10811,448,'_order_shipping','0'),(10812,448,'_order_shipping_tax','0'),(10813,448,'_order_tax','0'),(10814,448,'_order_total','941.44'),(10815,448,'_order_version','5.4.1'),(10816,448,'_prices_include_tax','no'),(10817,448,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(10818,448,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US'),(10819,448,'is_vat_exempt','no'),(10820,448,'Payment type','instant'),(10821,448,'_transaction_id','3W152758X9251254C'),(10822,448,'_paypal_status','completed'),(10823,448,'PayPal Transaction Fee','27.60'),(10824,448,'_date_paid','1624364649'),(10825,448,'_paid_date','2021-06-22 12:24:09'),(10826,448,'_download_permissions_granted','yes'),(10827,448,'_recorded_sales','yes'),(10828,448,'_recorded_coupon_usage_counts','yes'),(10829,448,'_order_stock_reduced','yes'),(10830,448,'_new_order_email_sent','true'),(10831,447,'_edit_lock','1624390813:2'),(10832,447,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039946\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"35adc6bd6724520bdcaf0e548d85f05c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039935\";s:12:\"date_shipped\";s:10:\"1624233600\";s:11:\"tracking_id\";s:32:\"be90487b6b27b63964b32bade30de111\";}}'),(10833,447,'_edit_last','2'),(10834,447,'_date_completed','1624390951'),(10835,447,'_completed_date','2021-06-22 19:42:31'),(10843,449,'_order_key','wc_order_xvER2fyynXl99'),(10844,449,'_customer_user','43'),(10845,449,'_payment_method','paypal'),(10846,449,'_payment_method_title','PayPal'),(10847,449,'_customer_ip_address','73.54.106.146'),(10848,449,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(10849,449,'_created_via','checkout'),(10850,449,'_cart_hash','5e5866c6b310635431fdcf2cc02d4513'),(10851,449,'_billing_first_name','Ryan'),(10852,449,'_billing_last_name','Nelson'),(10853,449,'_billing_address_1','140 Flame Vine drive'),(10854,449,'_billing_city','Naples'),(10855,449,'_billing_state','FL'),(10856,449,'_billing_postcode','34110'),(10857,449,'_billing_country','US'),(10858,449,'_billing_email','Rjnelson73@gmail.com'),(10859,449,'_billing_phone','239-281-0719'),(10860,449,'_shipping_first_name','Ryan'),(10861,449,'_shipping_last_name','Nelson'),(10862,449,'_shipping_address_1','140 Flame Vine drive'),(10863,449,'_shipping_city','Naples'),(10864,449,'_shipping_state','FL'),(10865,449,'_shipping_postcode','34110'),(10866,449,'_shipping_country','US'),(10867,449,'_order_currency','USD'),(10868,449,'_cart_discount','0'),(10869,449,'_cart_discount_tax','0'),(10870,449,'_order_shipping','41.1'),(10871,449,'_order_shipping_tax','0'),(10872,449,'_order_tax','0'),(10873,449,'_order_total','391.72'),(10874,449,'_order_version','5.4.1'),(10875,449,'_prices_include_tax','no'),(10876,449,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(10877,449,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US'),(10878,449,'is_vat_exempt','no'),(10879,449,'Payment type','instant'),(10880,449,'_transaction_id','81M75960J00876047'),(10881,449,'_paypal_status','completed'),(10882,449,'PayPal Transaction Fee','11.66'),(10883,449,'_date_paid','1624456057'),(10884,449,'_paid_date','2021-06-23 13:47:37'),(10885,449,'_download_permissions_granted','yes'),(10886,449,'_recorded_sales','yes'),(10887,449,'_recorded_coupon_usage_counts','yes'),(10888,449,'_order_stock_reduced','yes'),(10889,449,'_new_order_email_sent','true'),(10890,450,'_order_key','wc_order_WPxztmnqLuKMl'),(10891,450,'_customer_user','3'),(10892,450,'_payment_method','paypal'),(10893,450,'_payment_method_title','PayPal'),(10894,450,'_customer_ip_address','70.142.202.154'),(10895,450,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(10896,450,'_created_via','checkout'),(10897,450,'_cart_hash','eab51d3006f4ac7e8eceb65e1e9b46c9'),(10898,450,'_billing_first_name','Amanda'),(10899,450,'_billing_last_name','Westerman'),(10900,450,'_billing_company','Lice Clinics of America McKinney'),(10901,450,'_billing_address_1','3120 Hudson Crossing'),(10902,450,'_billing_address_2','Suite A2'),(10903,450,'_billing_city','MCKINNEY'),(10904,450,'_billing_state','TX'),(10905,450,'_billing_postcode','75070'),(10906,450,'_billing_country','US'),(10907,450,'_billing_email','awesterman1103@gmail.com'),(10908,450,'_billing_phone','2144175741'),(10909,450,'_shipping_first_name','Amanda'),(10910,450,'_shipping_last_name','Westerman'),(10911,450,'_shipping_company','Lice Clinics of America McKinney'),(10912,450,'_shipping_address_1','3120 Hudson Crossing'),(10913,450,'_shipping_address_2','Suite A2'),(10914,450,'_shipping_city','MCKINNEY'),(10915,450,'_shipping_state','TX'),(10916,450,'_shipping_postcode','75070'),(10917,450,'_shipping_country','US'),(10918,450,'_order_currency','USD'),(10919,450,'_cart_discount','0'),(10920,450,'_cart_discount_tax','0'),(10921,450,'_order_shipping','0'),(10922,450,'_order_shipping_tax','0'),(10923,450,'_order_tax','0'),(10924,450,'_order_total','524.32'),(10925,450,'_order_version','5.4.1'),(10926,450,'_prices_include_tax','no'),(10927,450,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(10928,450,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(10929,450,'is_vat_exempt','no'),(10930,450,'Payment type','instant'),(10931,450,'_transaction_id','7G161067C9330163M'),(10932,450,'_paypal_status','completed'),(10933,450,'PayPal Transaction Fee','15.51'),(10934,450,'_date_paid','1624477040'),(10935,450,'_paid_date','2021-06-23 19:37:20'),(10936,450,'_download_permissions_granted','yes'),(10937,450,'_recorded_sales','yes'),(10938,450,'_recorded_coupon_usage_counts','yes'),(10939,450,'_order_stock_reduced','yes'),(10940,450,'_new_order_email_sent','true'),(10941,451,'_order_key','wc_order_hnA8tzomKMBrC'),(10942,451,'_customer_user','79'),(10943,451,'_payment_method','paypal'),(10944,451,'_payment_method_title','PayPal'),(10945,451,'_customer_ip_address','76.72.44.28'),(10946,451,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(10947,451,'_created_via','checkout'),(10948,451,'_cart_hash','7011bc8b589f01a6fc3e9a7c11c70ff5'),(10949,451,'_billing_first_name','Shanna'),(10950,451,'_billing_last_name','Castille'),(10951,451,'_billing_address_1','1097 Hundley Rd'),(10952,451,'_billing_city','Eunice'),(10953,451,'_billing_state','LA'),(10954,451,'_billing_postcode','70535'),(10955,451,'_billing_country','US'),(10956,451,'_billing_email','Shanna_sr09@yahoo.com'),(10957,451,'_billing_phone','3374668998'),(10958,451,'_shipping_first_name','Shanna'),(10959,451,'_shipping_last_name','Castille'),(10960,451,'_shipping_address_1','1097 Hundley Rd'),(10961,451,'_shipping_city','eunice'),(10962,451,'_shipping_state','LA'),(10963,451,'_shipping_postcode','70535'),(10964,451,'_shipping_country','US'),(10965,451,'_order_currency','USD'),(10966,451,'_cart_discount','0'),(10967,451,'_cart_discount_tax','0'),(10968,451,'_order_shipping','22.19'),(10969,451,'_order_shipping_tax','0'),(10970,451,'_order_tax','0'),(10971,451,'_order_total','310.19'),(10972,451,'_order_version','5.4.1'),(10973,451,'_prices_include_tax','no'),(10974,451,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(10975,451,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US'),(10976,451,'is_vat_exempt','no'),(10977,451,'Payment type','instant'),(10978,451,'_transaction_id','9S540819E96648701'),(10979,451,'_paypal_status','completed'),(10980,451,'PayPal Transaction Fee','9.30'),(10981,451,'_date_paid','1624490364'),(10982,451,'_paid_date','2021-06-23 23:19:24'),(10983,451,'_download_permissions_granted','yes'),(10984,451,'_recorded_sales','yes'),(10985,451,'_recorded_coupon_usage_counts','yes'),(10986,451,'_order_stock_reduced','yes'),(10987,451,'_new_order_email_sent','true'),(10988,452,'_order_key','wc_order_7HnxQmuJbJMhw'),(10989,452,'_customer_user','6'),(10990,452,'_payment_method','paypal'),(10991,452,'_payment_method_title','PayPal'),(10992,452,'_customer_ip_address','73.90.177.129'),(10993,452,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(10994,452,'_created_via','checkout'),(10995,452,'_cart_hash','03ff8cd039fade25203d7b5e34a9e8be'),(10996,452,'_billing_first_name','Amira'),(10997,452,'_billing_last_name','Purto'),(10998,452,'_billing_address_1','2628 Acapulco Way'),(10999,452,'_billing_city','Modesto'),(11000,452,'_billing_state','CA'),(11001,452,'_billing_postcode','95355'),(11002,452,'_billing_country','US'),(11003,452,'_billing_email','amira77@sbcglobal.net'),(11004,452,'_billing_phone','2096422061'),(11005,452,'_shipping_first_name','Amira'),(11006,452,'_shipping_last_name','Purto'),(11007,452,'_shipping_address_1','2628 Acapulco Way'),(11008,452,'_shipping_city','Modesto'),(11009,452,'_shipping_state','CA'),(11010,452,'_shipping_postcode','95355'),(11011,452,'_shipping_country','US'),(11012,452,'_order_currency','USD'),(11013,452,'_cart_discount','0'),(11014,452,'_cart_discount_tax','0'),(11015,452,'_order_shipping','0'),(11016,452,'_order_shipping_tax','0'),(11017,452,'_order_tax','0'),(11018,452,'_order_total','670.40'),(11019,452,'_order_version','5.4.1'),(11020,452,'_prices_include_tax','no'),(11021,452,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(11022,452,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(11023,452,'is_vat_exempt','no'),(11024,452,'Payment type','instant'),(11025,452,'_transaction_id','7TD199446A086652R'),(11026,452,'_paypal_status','completed'),(11027,452,'PayPal Transaction Fee','19.74'),(11028,452,'_date_paid','1624514963'),(11029,452,'_paid_date','2021-06-24 06:09:23'),(11030,452,'_download_permissions_granted','yes'),(11031,452,'_recorded_sales','yes'),(11032,452,'_recorded_coupon_usage_counts','yes'),(11033,452,'_order_stock_reduced','yes'),(11034,452,'_new_order_email_sent','true'),(11074,454,'_order_key','wc_order_lSMFPyWLsq0ta'),(11075,454,'_customer_user','7'),(11076,454,'_payment_method','paypal'),(11077,454,'_payment_method_title','PayPal'),(11078,454,'_customer_ip_address','71.93.225.128'),(11079,454,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(11080,454,'_created_via','checkout'),(11081,454,'_cart_hash','2062da35ae91709ddd9fd6f7c0e1bea2'),(11082,454,'_billing_first_name','Amy'),(11083,454,'_billing_last_name','Allen'),(11084,454,'_billing_company','Lice Clinics Of America'),(11085,454,'_billing_address_1','251 Promise Way'),(11086,454,'_billing_city','Hollister'),(11087,454,'_billing_state','CA'),(11088,454,'_billing_postcode','95023'),(11089,454,'_billing_country','US'),(11090,454,'_billing_email','lca.gilroy@gmail.com'),(11091,454,'_billing_phone','4085005537'),(11092,454,'_shipping_first_name','Amy'),(11093,454,'_shipping_last_name','Allen'),(11094,454,'_shipping_company','LCA Gilroy'),(11095,454,'_shipping_address_1','7680 Monterey Street'),(11096,454,'_shipping_address_2','Suite 104A'),(11097,454,'_shipping_city','Gilroy'),(11098,454,'_shipping_state','CA'),(11099,454,'_shipping_postcode','95020'),(11100,454,'_shipping_country','US'),(11101,454,'_order_currency','USD'),(11102,454,'_cart_discount','0'),(11103,454,'_cart_discount_tax','0'),(11104,454,'_order_shipping','0'),(11105,454,'_order_shipping_tax','0'),(11106,454,'_order_tax','0'),(11107,454,'_order_total','996.96'),(11108,454,'_order_version','5.4.1'),(11109,454,'_prices_include_tax','no'),(11110,454,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(11111,454,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US'),(11112,454,'is_vat_exempt','no'),(11113,454,'Payment type','instant'),(11114,454,'_transaction_id','2P033346696231314'),(11115,454,'_paypal_status','completed'),(11116,454,'PayPal Transaction Fee','29.21'),(11117,454,'_date_paid','1624561912'),(11118,454,'_paid_date','2021-06-24 19:11:52'),(11119,454,'_download_permissions_granted','yes'),(11120,454,'_recorded_sales','yes'),(11121,454,'_recorded_coupon_usage_counts','yes'),(11122,454,'_order_stock_reduced','yes'),(11123,454,'_new_order_email_sent','true'),(11124,454,'_edit_lock','1624630195:2'),(11125,454,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040435\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"1394d42575988911f2522e0144663f42\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040424\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"d5f2b87bf694c7f943a877f0c15c121c\";}}'),(11126,454,'_edit_last','2'),(11127,454,'_date_completed','1624630330'),(11128,454,'_completed_date','2021-06-25 14:12:10'),(11129,450,'_edit_lock','1624630482:2'),(11134,449,'_edit_lock','1624630656:2'),(11135,452,'_edit_lock','1624630288:2'),(11136,452,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040365\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"686426913780fb2612113577a2d5512f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040354\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"fd42a6845994bd1da8e09afb809e7876\";}}'),(11137,452,'_edit_last','2'),(11138,452,'_date_completed','1624630424'),(11139,452,'_completed_date','2021-06-25 14:13:44'),(11140,451,'_edit_lock','1624630318:2'),(11141,451,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040343\";s:12:\"date_shipped\";s:10:\"1624492800\";s:11:\"tracking_id\";s:32:\"92035ef67435e4c6f9ec5ad4f802a2dd\";}}'),(11142,451,'_edit_last','2'),(11143,451,'_date_completed','1624630453'),(11144,451,'_completed_date','2021-06-25 14:14:13'),(11145,450,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040284\";s:12:\"date_shipped\";s:10:\"1624406400\";s:11:\"tracking_id\";s:32:\"8c90a7f8caf98d2adb53cc2d2b8edc7f\";}}'),(11146,450,'_edit_last','2'),(11147,450,'_date_completed','1624630619'),(11148,450,'_completed_date','2021-06-25 14:16:59'),(11149,449,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040160\";s:12:\"date_shipped\";s:10:\"1624406400\";s:11:\"tracking_id\";s:32:\"3e44db36cc4acd1bc6817423b0ba9e2e\";}}'),(11150,449,'_edit_last','2'),(11151,449,'_date_completed','1624630740'),(11152,449,'_completed_date','2021-06-25 14:19:00'),(11153,448,'_edit_lock','1624632442:2'),(11158,448,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039957\";s:12:\"date_shipped\";s:10:\"1624320000\";s:11:\"tracking_id\";s:32:\"9bd3946d592ceae84306ebb5409d190a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039968\";s:12:\"date_shipped\";s:10:\"1624320000\";s:11:\"tracking_id\";s:32:\"351edd49bda78782affca4138f9787aa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039979\";s:12:\"date_shipped\";s:10:\"1624320000\";s:11:\"tracking_id\";s:32:\"3bfbdb001d621afd9b59021b6521407c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039980\";s:12:\"date_shipped\";s:10:\"1624320000\";s:11:\"tracking_id\";s:32:\"8de7f0b4ae87bdc64ac817752604985a\";}}'),(11159,448,'_edit_last','2'),(11160,448,'_date_completed','1624632383'),(11161,448,'_completed_date','2021-06-25 14:46:23'),(11162,457,'_order_key','wc_order_quXiGtTCyqqTY'),(11163,457,'_customer_user','11'),(11164,457,'_payment_method','paypal'),(11165,457,'_payment_method_title','PayPal'),(11166,457,'_customer_ip_address','74.130.231.217'),(11167,457,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(11168,457,'_created_via','checkout'),(11169,457,'_cart_hash','d597ede6e87f6407d373418eea901c25'),(11170,457,'_billing_first_name','Tina'),(11171,457,'_billing_last_name','Hunt'),(11172,457,'_billing_company','LCBG, LLC'),(11173,457,'_billing_address_1','830 Fairview Ave.'),(11174,457,'_billing_address_2','Suite A-4'),(11175,457,'_billing_city','Bowling Green'),(11176,457,'_billing_state','KY'),(11177,457,'_billing_postcode','42101'),(11178,457,'_billing_country','US'),(11179,457,'_billing_email','info@liceclinicsbowlinggreen.com'),(11180,457,'_billing_phone','2709996803'),(11181,457,'_shipping_first_name','Tina'),(11182,457,'_shipping_last_name','Hunt'),(11183,457,'_shipping_address_1','494 Hub Boulevard'),(11184,457,'_shipping_address_2','Apt 1012'),(11185,457,'_shipping_city','Bowling Green'),(11186,457,'_shipping_state','KY'),(11187,457,'_shipping_postcode','42101'),(11188,457,'_shipping_country','US'),(11189,457,'_order_currency','USD'),(11190,457,'_cart_discount','0'),(11191,457,'_cart_discount_tax','0'),(11192,457,'_order_shipping','26.73'),(11193,457,'_order_shipping_tax','0'),(11194,457,'_order_tax','0'),(11195,457,'_order_total','170.73'),(11196,457,'_order_version','5.4.1'),(11197,457,'_prices_include_tax','no'),(11198,457,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(11199,457,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(11200,457,'is_vat_exempt','no'),(11201,457,'Payment type','instant'),(11202,457,'_transaction_id','5TG42632FW712894H'),(11203,457,'_paypal_status','completed'),(11204,457,'PayPal Transaction Fee','5.25'),(11205,457,'_date_paid','1624650539'),(11206,457,'_paid_date','2021-06-25 19:48:59'),(11207,457,'_download_permissions_granted','yes'),(11208,457,'_recorded_sales','yes'),(11209,457,'_recorded_coupon_usage_counts','yes'),(11210,457,'_order_stock_reduced','yes'),(11211,457,'_new_order_email_sent','true'),(11212,458,'_order_key','wc_order_HCEDtUoYDlrvj'),(11213,458,'_customer_user','28'),(11214,458,'_payment_method','paypal'),(11215,458,'_payment_method_title','PayPal'),(11216,458,'_customer_ip_address','172.115.255.171'),(11217,458,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(11218,458,'_created_via','checkout'),(11219,458,'_cart_hash','05fe4b5f40f79b7a3ffd6ccae9d97182'),(11220,458,'_billing_first_name','Kelli'),(11221,458,'_billing_last_name','Washington'),(11222,458,'_billing_company','Lice Clinics of America - Temecula'),(11223,458,'_billing_address_1','2438 Bear Rock Gln'),(11224,458,'_billing_city','Escondido'),(11225,458,'_billing_state','CA'),(11226,458,'_billing_postcode','92026'),(11227,458,'_billing_country','US'),(11228,458,'_billing_email','info@liceclinicstemecula.com'),(11229,458,'_billing_phone','7606255580'),(11230,458,'_shipping_first_name','Kelli'),(11231,458,'_shipping_last_name','Washington'),(11232,458,'_shipping_company','Lice Clinics of America - Temecula'),(11233,458,'_shipping_address_1','2438 Bear Rock Gln'),(11234,458,'_shipping_city','Escondido'),(11235,458,'_shipping_state','CA'),(11236,458,'_shipping_postcode','92026'),(11237,458,'_shipping_country','US'),(11238,458,'_order_currency','USD'),(11239,458,'_cart_discount','0'),(11240,458,'_cart_discount_tax','0'),(11241,458,'_order_shipping','31.48'),(11242,458,'_order_shipping_tax','0'),(11243,458,'_order_tax','0'),(11244,458,'_order_total','237.40'),(11245,458,'_order_version','5.4.1'),(11246,458,'_prices_include_tax','no'),(11247,458,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(11248,458,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(11249,458,'is_vat_exempt','no'),(11250,458,'Payment type','instant'),(11251,458,'_transaction_id','11267865EE9310158'),(11252,458,'_paypal_status','completed'),(11253,458,'PayPal Transaction Fee','7.18'),(11254,458,'_date_paid','1624666294'),(11255,458,'_paid_date','2021-06-26 00:11:34'),(11256,458,'_download_permissions_granted','yes'),(11257,458,'_recorded_sales','yes'),(11258,458,'_recorded_coupon_usage_counts','yes'),(11259,458,'_order_stock_reduced','yes'),(11260,458,'_new_order_email_sent','true'),(11261,459,'_order_key','wc_order_cYSDZMR55dPg8'),(11262,459,'_customer_user','92'),(11263,459,'_payment_method','paypal'),(11264,459,'_payment_method_title','PayPal'),(11265,459,'_customer_ip_address','73.170.210.164'),(11266,459,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(11267,459,'_created_via','checkout'),(11268,459,'_cart_hash','537d87fabeda2b17f23e550a70113430'),(11269,459,'_billing_first_name','Michelle'),(11270,459,'_billing_last_name','Du'),(11271,459,'_billing_company','LCA Fremont'),(11272,459,'_billing_address_1','31372 Mackinaw Street'),(11273,459,'_billing_city','Union City'),(11274,459,'_billing_state','CA'),(11275,459,'_billing_postcode','94587'),(11276,459,'_billing_country','US'),(11277,459,'_billing_email','info@liceclinicsfremont.com'),(11278,459,'_billing_phone','510-770-4394'),(11279,459,'_shipping_first_name','Michelle'),(11280,459,'_shipping_last_name','Du'),(11281,459,'_shipping_company','LCA Fremont'),(11282,459,'_shipping_address_1','31372 Mackinaw Street'),(11283,459,'_shipping_city','Union City'),(11284,459,'_shipping_state','CA'),(11285,459,'_shipping_postcode','94587'),(11286,459,'_shipping_country','US'),(11287,459,'_order_currency','USD'),(11288,459,'_cart_discount','0'),(11289,459,'_cart_discount_tax','0'),(11290,459,'_order_shipping','32.39'),(11291,459,'_order_shipping_tax','0'),(11292,459,'_order_tax','0'),(11293,459,'_order_total','32.39'),(11294,459,'_order_version','5.4.1'),(11295,459,'_prices_include_tax','no'),(11296,459,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(11297,459,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US'),(11299,459,'is_vat_exempt','no'),(11300,459,'Payment type','instant'),(11301,459,'_transaction_id','7Y422251AA441673P'),(11302,459,'_paypal_status','completed'),(11303,459,'PayPal Transaction Fee','1.24'),(11304,459,'_date_paid','1624913625'),(11305,459,'_paid_date','2021-06-28 20:53:45'),(11306,459,'_download_permissions_granted','yes'),(11307,459,'_recorded_sales','yes'),(11308,459,'_recorded_coupon_usage_counts','yes'),(11309,459,'_order_stock_reduced','yes'),(11310,459,'_new_order_email_sent','true'),(11311,459,'_edit_lock','1624984611:2'),(11312,458,'_edit_lock','1624920295:2'),(11313,457,'_edit_lock','1624920242:2'),(11314,457,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040571\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"8d7e420893f82c057ba6b3a2241061e0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040582\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"0eba0f282208559fcc0a0effe7a4076a\";}}'),(11315,457,'_edit_last','2'),(11316,457,'_date_completed','1624920247'),(11317,457,'_completed_date','2021-06-28 22:44:07'),(11318,458,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040560\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"c13818ad065222021601098e319c32bd\";}}'),(11319,458,'_edit_last','2'),(11320,458,'_date_completed','1624920403'),(11321,458,'_completed_date','2021-06-28 22:46:43'),(11322,459,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953040733\";s:12:\"date_shipped\";s:10:\"1624924800\";s:11:\"tracking_id\";s:32:\"9c11b5a7091db8b37c3670488b2965be\";}}'),(11323,459,'_edit_last','2'),(11324,459,'_date_completed','1624984587'),(11325,459,'_completed_date','2021-06-29 16:36:27'),(11326,460,'_order_key','wc_order_kz4FSqATH3BKf'),(11327,460,'_customer_user','80'),(11328,460,'_payment_method','paypal'),(11329,460,'_payment_method_title','PayPal'),(11330,460,'_customer_ip_address','174.198.25.191'),(11331,460,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(11332,460,'_created_via','checkout'),(11333,460,'_cart_hash','2f639105f5b945f0674453fd1c55bbeb'),(11334,460,'_billing_first_name','Sharon'),(11335,460,'_billing_last_name','Rizzuto'),(11336,460,'_billing_address_1','143 Merion Ave'),(11337,460,'_billing_city','Narberth'),(11338,460,'_billing_state','PA'),(11339,460,'_billing_postcode','19072'),(11340,460,'_billing_country','US'),(11341,460,'_billing_email','liceclinicphilly@gmail.com'),(11342,460,'_billing_phone','2155141903'),(11343,460,'_shipping_first_name','Sharon'),(11344,460,'_shipping_last_name','Rizzuto'),(11345,460,'_shipping_company','LCA Philly'),(11346,460,'_shipping_address_1','1982 Butler pike'),(11347,460,'_shipping_address_2','#4'),(11348,460,'_shipping_city','Conshohocken'),(11349,460,'_shipping_state','PA'),(11350,460,'_shipping_postcode','19428'),(11351,460,'_shipping_country','US'),(11352,460,'_order_currency','USD'),(11353,460,'_cart_discount','0'),(11354,460,'_cart_discount_tax','0'),(11355,460,'_order_shipping','22.24'),(11356,460,'_order_shipping_tax','0'),(11357,460,'_order_tax','0'),(11358,460,'_order_total','22.24'),(11359,460,'_order_version','5.4.1'),(11360,460,'_prices_include_tax','no'),(11361,460,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(11362,460,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US'),(11363,460,'is_vat_exempt','no'),(11364,460,'Payment type','instant'),(11365,460,'_transaction_id','2YR73308RT554845X'),(11366,460,'_paypal_status','completed'),(11367,460,'PayPal Transaction Fee','0.94'),(11368,460,'_date_paid','1625054278'),(11369,460,'_paid_date','2021-06-30 11:57:58'),(11370,460,'_download_permissions_granted','yes'),(11371,460,'_recorded_sales','yes'),(11372,460,'_recorded_coupon_usage_counts','yes'),(11373,460,'_order_stock_reduced','yes'),(11374,460,'_new_order_email_sent','true'),(11375,461,'_order_key','wc_order_jU9psEp51XJnp'),(11376,461,'_customer_user','26'),(11377,461,'_payment_method','paypal'),(11378,461,'_payment_method_title','PayPal'),(11379,461,'_customer_ip_address','174.63.202.137'),(11380,461,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(11381,461,'_created_via','checkout'),(11382,461,'_cart_hash','8fa41b63e7fa7950f44a4bab14718c78'),(11383,461,'_billing_first_name','Andrew'),(11384,461,'_billing_last_name','Crumrine'),(11385,461,'_billing_address_1','3537 Stevens Way'),(11386,461,'_billing_city','Augusta'),(11387,461,'_billing_state','GA'),(11388,461,'_billing_postcode','30907'),(11389,461,'_billing_country','US'),(11390,461,'_billing_email','augustagalice@gmail.com'),(11391,461,'_billing_phone','7063064588'),(11392,461,'_shipping_first_name','Andrew'),(11393,461,'_shipping_last_name','Crumrine'),(11394,461,'_shipping_address_1','3537 Stevens Way'),(11395,461,'_shipping_city','Augusta'),(11396,461,'_shipping_state','GA'),(11397,461,'_shipping_postcode','30907'),(11398,461,'_shipping_country','US'),(11399,461,'_order_currency','USD'),(11400,461,'_cart_discount','0'),(11401,461,'_cart_discount_tax','0'),(11402,461,'_order_shipping','19.13'),(11403,461,'_order_shipping_tax','0'),(11404,461,'_order_tax','0'),(11405,461,'_order_total','364.25'),(11406,461,'_order_version','5.4.1'),(11407,461,'_prices_include_tax','no'),(11408,461,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(11409,461,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US'),(11410,461,'is_vat_exempt','no'),(11411,461,'Payment type','instant'),(11412,461,'_transaction_id','5FR23774K94097456'),(11413,461,'_paypal_status','completed'),(11414,461,'PayPal Transaction Fee','10.86'),(11415,461,'_date_paid','1625077221'),(11416,461,'_paid_date','2021-06-30 18:20:21'),(11417,461,'_download_permissions_granted','yes'),(11418,461,'_recorded_sales','yes'),(11419,461,'_recorded_coupon_usage_counts','yes'),(11420,461,'_order_stock_reduced','yes'),(11421,461,'_new_order_email_sent','true'),(11423,462,'_order_key','wc_order_BHRXWeQxe1Gmy'),(11424,462,'_customer_user','48'),(11425,462,'_payment_method','paypal'),(11426,462,'_payment_method_title','PayPal'),(11427,462,'_customer_ip_address','50.4.121.93'),(11428,462,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59'),(11429,462,'_created_via','checkout'),(11430,462,'_cart_hash','053ace930aa1184ceea4310d2009156b'),(11431,462,'_billing_first_name','Suzanne'),(11432,462,'_billing_last_name','McCutchan'),(11433,462,'_billing_address_1','7206 OAK HILL RD'),(11434,462,'_billing_city','Evansville'),(11435,462,'_billing_state','IN'),(11436,462,'_billing_postcode','47725'),(11437,462,'_billing_country','US'),(11438,462,'_billing_email','suzannemccutchan@outlook.com'),(11439,462,'_billing_phone','8127468389'),(11440,462,'_shipping_first_name','Suzanne'),(11441,462,'_shipping_last_name','McCutchan'),(11442,462,'_shipping_address_1','7206 Oak Hill Rd'),(11443,462,'_shipping_city','Evansville'),(11444,462,'_shipping_state','IN'),(11445,462,'_shipping_postcode','47725'),(11446,462,'_shipping_country','US'),(11447,462,'_order_currency','USD'),(11448,462,'_cart_discount','0'),(11449,462,'_cart_discount_tax','0'),(11450,462,'_order_shipping','30.21'),(11451,462,'_order_shipping_tax','0'),(11452,462,'_order_tax','0'),(11453,462,'_order_total','325.11'),(11454,462,'_order_version','5.4.1'),(11455,462,'_prices_include_tax','no'),(11456,462,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(11457,462,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US'),(11458,462,'is_vat_exempt','no'),(11459,462,'Payment type','instant'),(11460,462,'_transaction_id','7XL61966180240514'),(11461,462,'_paypal_status','completed'),(11462,462,'PayPal Transaction Fee','9.73'),(11463,462,'_date_paid','1625151697'),(11464,462,'_paid_date','2021-07-01 15:01:37'),(11465,462,'_download_permissions_granted','yes'),(11466,462,'_recorded_sales','yes'),(11467,462,'_recorded_coupon_usage_counts','yes'),(11468,462,'_order_stock_reduced','yes'),(11469,462,'_new_order_email_sent','true'),(11470,463,'_order_key','wc_order_9xYQLVOrhbbhe'),(11471,463,'_customer_user','0'),(11472,463,'_payment_method','paypal'),(11473,463,'_payment_method_title','PayPal'),(11474,463,'_customer_ip_address','174.27.19.157'),(11475,463,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(11476,463,'_created_via','checkout'),(11477,463,'_cart_hash','7d58c89f8795f13daafdac679ee3f2dd'),(11478,463,'_billing_first_name','SaLeah'),(11479,463,'_billing_last_name','Snelling'),(11480,463,'_billing_address_1','11024 W. Inglin Dr'),(11481,463,'_billing_city','Boise'),(11482,463,'_billing_state','ID'),(11483,463,'_billing_postcode','83709'),(11484,463,'_billing_country','US'),(11485,463,'_billing_email','info@liceclinicsboise.com'),(11486,463,'_billing_phone','2088302070'),(11487,463,'_shipping_first_name','SaLeah'),(11488,463,'_shipping_last_name','Snelling'),(11489,463,'_shipping_address_1','11024 W. Inglin Dr'),(11490,463,'_shipping_city','Boise'),(11491,463,'_shipping_state','ID'),(11492,463,'_shipping_postcode','83709'),(11493,463,'_shipping_country','US'),(11494,463,'_order_currency','USD'),(11495,463,'_cart_discount','0'),(11496,463,'_cart_discount_tax','0'),(11497,463,'_order_shipping','79.21'),(11498,463,'_order_shipping_tax','0'),(11499,463,'_order_tax','0'),(11500,463,'_order_total','407.78'),(11501,463,'_order_version','5.4.1'),(11502,463,'_prices_include_tax','no'),(11503,463,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(11504,463,'_shipping_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US'),(11505,463,'is_vat_exempt','no'),(11506,463,'Payment type','instant'),(11507,463,'_transaction_id','5GR06072YH3171740'),(11508,463,'_paypal_status','completed'),(11509,463,'PayPal Transaction Fee','12.13'),(11510,463,'_date_paid','1625156420'),(11511,463,'_paid_date','2021-07-01 16:20:20'),(11512,463,'_download_permissions_granted','yes'),(11513,463,'_recorded_sales','yes'),(11514,463,'_recorded_coupon_usage_counts','yes'),(11515,463,'_order_stock_reduced','yes'),(11516,463,'_new_order_email_sent','true'),(11517,464,'_order_key','wc_order_LHQmsSlPe4YJG'),(11518,464,'_customer_user','78'),(11519,464,'_payment_method','paypal'),(11520,464,'_payment_method_title','PayPal'),(11521,464,'_customer_ip_address','108.54.149.237'),(11522,464,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(11523,464,'_created_via','checkout'),(11524,464,'_cart_hash','94dbd9731ca2dd329f4c675dc32f47ad'),(11525,464,'_billing_first_name','Richard'),(11526,464,'_billing_last_name','Florsheim'),(11527,464,'_billing_company','Licura'),(11528,464,'_billing_address_1','3827 w fairway heights dr'),(11529,464,'_billing_city','Mequon'),(11530,464,'_billing_state','WI'),(11531,464,'_billing_postcode','53092'),(11532,464,'_billing_country','US'),(11533,464,'_billing_email','tara@liceclinicslongIsland.com'),(11534,464,'_billing_phone','5619006382'),(11535,464,'_shipping_first_name','Richard'),(11536,464,'_shipping_last_name','Florsheim'),(11537,464,'_shipping_company','LCA'),(11538,464,'_shipping_address_1','599 west hartsdale ave'),(11539,464,'_shipping_city','White plains'),(11540,464,'_shipping_state','NY'),(11541,464,'_shipping_postcode','10607'),(11542,464,'_shipping_country','US'),(11543,464,'_order_currency','USD'),(11544,464,'_cart_discount','0'),(11545,464,'_cart_discount_tax','0'),(11546,464,'_order_shipping','9.78'),(11547,464,'_order_shipping_tax','0'),(11548,464,'_order_tax','0'),(11549,464,'_order_total','66.90'),(11550,464,'_order_version','5.4.1'),(11551,464,'_prices_include_tax','no'),(11552,464,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(11553,464,'_shipping_address_index','Richard Florsheim LCA 599 west hartsdale ave  White plains NY 10607 US'),(11554,464,'is_vat_exempt','no'),(11555,464,'Payment type','instant'),(11556,464,'_transaction_id','4CE694428X890974U'),(11557,464,'_paypal_status','completed'),(11558,464,'PayPal Transaction Fee','2.24'),(11559,464,'_date_paid','1625167286'),(11560,464,'_paid_date','2021-07-01 19:21:26'),(11561,464,'_download_permissions_granted','yes'),(11562,464,'_recorded_sales','yes'),(11563,464,'_recorded_coupon_usage_counts','yes'),(11564,464,'_order_stock_reduced','yes'),(11565,464,'_new_order_email_sent','true'),(11566,465,'_order_key','wc_order_14G82JhCzgkfE'),(11567,465,'_customer_user','15'),(11568,465,'_payment_method','paypal'),(11569,465,'_payment_method_title','PayPal'),(11570,465,'_customer_ip_address','172.15.92.16'),(11571,465,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59'),(11572,465,'_created_via','checkout'),(11573,465,'_cart_hash','9b005f90724de8971269b07b592cf753'),(11574,465,'_billing_first_name','David'),(11575,465,'_billing_last_name','Florsheim'),(11576,465,'_billing_company','Lice Clincs of America'),(11577,465,'_billing_address_1','11506 N Creekside Ct'),(11578,465,'_billing_city','Mequon'),(11579,465,'_billing_state','WI'),(11580,465,'_billing_postcode','53092'),(11581,465,'_billing_country','US'),(11582,465,'_billing_email','info@liceclinicsmilwaukee.com'),(11583,465,'_billing_phone','4142556550'),(11584,465,'_shipping_first_name','Jess'),(11585,465,'_shipping_last_name','Evans'),(11586,465,'_shipping_company','LCA'),(11587,465,'_shipping_address_1','8424 W Center Road Suite 212'),(11588,465,'_shipping_city','Omaha'),(11589,465,'_shipping_state','NE'),(11590,465,'_shipping_postcode','68124'),(11591,465,'_shipping_country','US'),(11592,465,'_order_currency','USD'),(11593,465,'_cart_discount','0'),(11594,465,'_cart_discount_tax','0'),(11595,465,'_order_shipping','21.27'),(11596,465,'_order_shipping_tax','0'),(11597,465,'_order_tax','0'),(11598,465,'_order_total','221.76'),(11599,465,'_order_version','5.4.1'),(11600,465,'_prices_include_tax','no'),(11601,465,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(11602,465,'_shipping_address_index','Jess Evans LCA 8424 W Center Road Suite 212  Omaha NE 68124 US'),(11603,465,'is_vat_exempt','no'),(11604,465,'Payment type','instant'),(11605,465,'_transaction_id','83530283KW961034M'),(11606,465,'_paypal_status','completed'),(11607,465,'PayPal Transaction Fee','6.73'),(11608,465,'_date_paid','1625193504'),(11609,465,'_paid_date','2021-07-02 02:38:24'),(11610,465,'_download_permissions_granted','yes'),(11611,465,'_recorded_sales','yes'),(11612,465,'_recorded_coupon_usage_counts','yes'),(11613,465,'_order_stock_reduced','yes'),(11614,465,'_new_order_email_sent','true'),(11615,463,'_edit_lock','1625235522:2'),(11616,463,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041681\";s:12:\"date_shipped\";s:10:\"1625184000\";s:11:\"tracking_id\";s:32:\"2f54e1168b97287da2e5e92e0b01803e\";}}'),(11617,463,'_edit_last','2'),(11618,463,'_date_completed','1625235635'),(11619,463,'_completed_date','2021-07-02 14:20:35'),(11620,462,'_edit_lock','1625235599:2'),(11621,462,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041475\";s:12:\"date_shipped\";s:10:\"1625097600\";s:11:\"tracking_id\";s:32:\"203d432fc7bb443bba6b63e89308e67c\";}}'),(11622,462,'_edit_last','2'),(11623,462,'_date_completed','1625235733'),(11624,462,'_completed_date','2021-07-02 14:22:13'),(11625,461,'_edit_lock','1625235654:2'),(11626,461,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041340\";s:12:\"date_shipped\";s:10:\"1625011200\";s:11:\"tracking_id\";s:32:\"843f2fc6d4a95210182b9d9fca2dbcd4\";}}'),(11627,461,'_edit_last','2'),(11628,461,'_date_completed','1625235779'),(11629,461,'_completed_date','2021-07-02 14:22:59'),(11630,460,'_edit_lock','1625235742:2'),(11631,460,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041052\";s:12:\"date_shipped\";s:10:\"1625011200\";s:11:\"tracking_id\";s:32:\"859ce131b4df27de2bbe46671814a492\";}}'),(11632,460,'_edit_last','2'),(11633,460,'_date_completed','1625235835'),(11634,460,'_completed_date','2021-07-02 14:23:55'),(11635,466,'_order_key','wc_order_X6zr2Vth6R7BB'),(11636,466,'_customer_user','0'),(11637,466,'_payment_method','paypal'),(11638,466,'_payment_method_title','PayPal'),(11639,466,'_customer_ip_address','73.199.67.69'),(11640,466,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(11641,466,'_created_via','checkout'),(11642,466,'_cart_hash','c35a73f6287961b0848df2e8c3e7ea9e'),(11643,466,'_billing_first_name','Meredith'),(11644,466,'_billing_last_name','Croy'),(11645,466,'_billing_company','Meredith Croy'),(11646,466,'_billing_address_1','749 ARDEN RD'),(11647,466,'_billing_city','JENKINTOWN'),(11648,466,'_billing_state','PA'),(11649,466,'_billing_postcode','19046-1524'),(11650,466,'_billing_country','US'),(11651,466,'_billing_email','designer303@aol.com'),(11652,466,'_billing_phone','2672501243'),(11653,466,'_shipping_first_name','Brianna'),(11654,466,'_shipping_last_name','Kepner'),(11655,466,'_shipping_address_1','506 S White Horse Pike'),(11656,466,'_shipping_address_2','Apt A101'),(11657,466,'_shipping_city','stratford'),(11658,466,'_shipping_state','NJ'),(11659,466,'_shipping_postcode','08084'),(11660,466,'_shipping_country','US'),(11661,466,'_order_currency','USD'),(11662,466,'_cart_discount','0'),(11663,466,'_cart_discount_tax','0'),(11664,466,'_order_shipping','71.07'),(11665,466,'_order_shipping_tax','0'),(11666,466,'_order_tax','0'),(11667,466,'_order_total','781.47'),(11668,466,'_order_version','5.4.1'),(11669,466,'_prices_include_tax','no'),(11670,466,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(11671,466,'_shipping_address_index','Brianna Kepner  506 S White Horse Pike Apt A101 stratford NJ 08084 US'),(11673,466,'is_vat_exempt','no'),(11674,466,'Payment type','instant'),(11675,466,'_transaction_id','6CD054456H282125W'),(11676,466,'_paypal_status','completed'),(11677,466,'PayPal Transaction Fee','22.96'),(11678,466,'_date_paid','1625241123'),(11679,466,'_paid_date','2021-07-02 15:52:03'),(11680,466,'_download_permissions_granted','yes'),(11681,466,'_recorded_sales','yes'),(11682,466,'_recorded_coupon_usage_counts','yes'),(11683,466,'_order_stock_reduced','yes'),(11684,466,'_new_order_email_sent','true'),(11685,467,'_order_key','wc_order_uFSXLjyzMEYVQ'),(11686,467,'_customer_user','37'),(11687,467,'_payment_method','paypal'),(11688,467,'_payment_method_title','PayPal'),(11689,467,'_customer_ip_address','71.29.240.25'),(11690,467,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.59'),(11691,467,'_created_via','checkout'),(11692,467,'_cart_hash','f4a3a0b779f5edb521701bb7e7b8f3ca'),(11693,467,'_billing_first_name','Melody'),(11694,467,'_billing_last_name','Carter'),(11695,467,'_billing_company','Family Hair Clinic of South Ga LLC'),(11696,467,'_billing_address_1','514 South Church Street'),(11697,467,'_billing_city','Hahira'),(11698,467,'_billing_state','GA'),(11699,467,'_billing_postcode','31632'),(11700,467,'_billing_country','US'),(11701,467,'_billing_email','familyhairclinic@gmail.com'),(11702,467,'_billing_phone','2294151748'),(11703,467,'_shipping_first_name','Melody'),(11704,467,'_shipping_last_name','Carter'),(11705,467,'_shipping_company','LCA Family Hair Clinic'),(11706,467,'_shipping_address_1','7754 GA Highway 122 W'),(11707,467,'_shipping_city','Hahira'),(11708,467,'_shipping_state','GA'),(11709,467,'_shipping_postcode','31632'),(11710,467,'_shipping_country','US'),(11711,467,'_order_currency','USD'),(11712,467,'_cart_discount','0'),(11713,467,'_cart_discount_tax','0'),(11714,467,'_order_shipping','36.94'),(11715,467,'_order_shipping_tax','0'),(11716,467,'_order_tax','0'),(11717,467,'_order_total','94.06'),(11718,467,'_order_version','5.4.1'),(11719,467,'_prices_include_tax','no'),(11720,467,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 514 South Church Street  Hahira GA 31632 US familyhairclinic@gmail.com 2294151748'),(11721,467,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US'),(11722,467,'is_vat_exempt','no'),(11723,467,'Payment type','instant'),(11724,467,'_transaction_id','50A04610V4090005L'),(11725,467,'_paypal_status','completed'),(11726,467,'PayPal Transaction Fee','3.03'),(11727,467,'_date_paid','1625250427'),(11728,467,'_paid_date','2021-07-02 18:27:07'),(11729,467,'_download_permissions_granted','yes'),(11730,467,'_recorded_sales','yes'),(11731,467,'_recorded_coupon_usage_counts','yes'),(11732,467,'_order_stock_reduced','yes'),(11733,467,'_new_order_email_sent','true'),(11734,465,'_edit_lock','1636413235:2'),(11735,464,'_edit_lock','1625597491:2'),(11736,465,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041740\";s:12:\"date_shipped\";s:10:\"1625184000\";s:11:\"tracking_id\";s:32:\"59a641d1042efd373da39fc6f9e0aa78\";}}'),(11737,465,'_edit_last','2'),(11738,465,'_date_completed','1625253854'),(11739,465,'_completed_date','2021-07-02 19:24:14'),(11740,466,'_edit_lock','1625597646:2'),(11741,467,'_edit_lock','1625868578:2'),(11742,469,'_order_key','wc_order_yiZA7gz71D9Zs'),(11743,469,'_customer_user','54'),(11744,469,'_payment_method','paypal'),(11745,469,'_payment_method_title','PayPal'),(11746,469,'_customer_ip_address','172.58.139.61'),(11747,469,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.120 Mobile Safari/537.36'),(11748,469,'_created_via','checkout'),(11749,469,'_cart_hash','25bccfa6236e5f25800ae59ffbadfd32'),(11750,469,'_billing_first_name','Erin'),(11751,469,'_billing_last_name','Hawn'),(11752,469,'_billing_address_1','10 W Phillip Rd'),(11753,469,'_billing_address_2','123'),(11754,469,'_billing_city','Vernon Hills'),(11755,469,'_billing_state','IL'),(11756,469,'_billing_postcode','60061'),(11757,469,'_billing_country','US'),(11758,469,'_billing_email','info@liceclinicsvernonhills.com'),(11759,469,'_billing_phone','8475960408'),(11760,469,'_shipping_first_name','Erin'),(11761,469,'_shipping_last_name','Hawn'),(11762,469,'_shipping_address_1','1491 S Amarias Dr'),(11763,469,'_shipping_city','Round lake'),(11764,469,'_shipping_state','IL'),(11765,469,'_shipping_postcode','60073'),(11766,469,'_shipping_country','US'),(11767,469,'_order_currency','USD'),(11768,469,'_cart_discount','0'),(11769,469,'_cart_discount_tax','0'),(11770,469,'_order_shipping','0'),(11771,469,'_order_shipping_tax','0'),(11772,469,'_order_tax','0'),(11773,469,'_order_total','616.64'),(11774,469,'_order_version','5.4.1'),(11775,469,'_prices_include_tax','no'),(11776,469,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(11777,469,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US'),(11778,469,'is_vat_exempt','no'),(11779,469,'Payment type','instant'),(11780,469,'_transaction_id','95778968XF834551B'),(11781,469,'_paypal_status','completed'),(11782,469,'PayPal Transaction Fee','18.18'),(11783,469,'_date_paid','1625314364'),(11784,469,'_paid_date','2021-07-03 12:12:44'),(11785,469,'_download_permissions_granted','yes'),(11786,469,'_recorded_sales','yes'),(11787,469,'_recorded_coupon_usage_counts','yes'),(11788,469,'_order_stock_reduced','yes'),(11789,469,'_new_order_email_sent','true'),(11790,470,'_order_key','wc_order_Y5qvt3dU8wtBc'),(11791,470,'_customer_user','52'),(11792,470,'_payment_method','paypal'),(11793,470,'_payment_method_title','PayPal'),(11794,470,'_customer_ip_address','76.104.59.108'),(11795,470,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(11796,470,'_created_via','checkout'),(11797,470,'_cart_hash','421e1557aaebf15ea5a5ef24d4347482'),(11798,470,'_billing_first_name','Darlene'),(11799,470,'_billing_last_name','LaFramboise'),(11800,470,'_billing_company','LCA-NOVA'),(11801,470,'_billing_address_1','25473 Tomey Ct'),(11802,470,'_billing_city','Aldie'),(11803,470,'_billing_state','VA'),(11804,470,'_billing_postcode','20105-3048'),(11805,470,'_billing_country','US'),(11806,470,'_billing_email','info@liceremovalnova.com'),(11807,470,'_billing_phone','7033031576'),(11808,470,'_shipping_first_name','Darlene'),(11809,470,'_shipping_last_name','LaFramboise'),(11810,470,'_shipping_company','LCA-NOVA'),(11811,470,'_shipping_address_1','25473 Tomey Ct'),(11812,470,'_shipping_city','Aldie'),(11813,470,'_shipping_state','VA'),(11814,470,'_shipping_postcode','20105-3048'),(11815,470,'_shipping_country','US'),(11816,470,'_order_currency','USD'),(11817,470,'_cart_discount','0'),(11818,470,'_cart_discount_tax','0'),(11819,470,'_order_shipping','13.33'),(11820,470,'_order_shipping_tax','0'),(11821,470,'_order_tax','0'),(11822,470,'_order_total','70.45'),(11823,470,'_order_version','5.4.1'),(11824,470,'_prices_include_tax','no'),(11825,470,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(11826,470,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US'),(11827,470,'is_vat_exempt','no'),(11828,470,'Payment type','instant'),(11829,470,'_transaction_id','6MD07494Y7027415E'),(11830,470,'_paypal_status','completed'),(11831,470,'PayPal Transaction Fee','2.34'),(11832,470,'_date_paid','1625494263'),(11833,470,'_paid_date','2021-07-05 14:11:03'),(11834,470,'_download_permissions_granted','yes'),(11835,470,'_recorded_sales','yes'),(11836,470,'_recorded_coupon_usage_counts','yes'),(11837,470,'_order_stock_reduced','yes'),(11838,470,'_new_order_email_sent','true'),(11839,471,'_order_key','wc_order_3mtwYj5UKSEvq'),(11840,471,'_customer_user','58'),(11841,471,'_payment_method','paypal'),(11842,471,'_payment_method_title','PayPal'),(11843,471,'_customer_ip_address','107.115.45.51'),(11844,471,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(11845,471,'_created_via','checkout'),(11846,471,'_cart_hash','02d514d647ac78e6ea78962576c0a9a6'),(11847,471,'_billing_first_name','Heather'),(11848,471,'_billing_last_name','Smith'),(11849,471,'_billing_address_1','P.O. Box 155624'),(11850,471,'_billing_city','Lufkin'),(11851,471,'_billing_state','TX'),(11852,471,'_billing_postcode','75915'),(11853,471,'_billing_country','US'),(11854,471,'_billing_email','easttexaslca@yahoo.com'),(11855,471,'_billing_phone','9364143560'),(11856,471,'_shipping_first_name','Heather'),(11857,471,'_shipping_last_name','Smith'),(11858,471,'_shipping_company','LCA Lufkin'),(11859,471,'_shipping_address_1','404 Cr 3133'),(11860,471,'_shipping_city','Jacksonville'),(11861,471,'_shipping_state','TX'),(11862,471,'_shipping_postcode','75766'),(11863,471,'_shipping_country','US'),(11864,471,'_order_currency','USD'),(11865,471,'_cart_discount','0'),(11866,471,'_cart_discount_tax','0'),(11867,471,'_order_shipping','36.21'),(11868,471,'_order_shipping_tax','0'),(11869,471,'_order_tax','0'),(11870,471,'_order_total','36.21'),(11871,471,'_order_version','5.4.1'),(11872,471,'_prices_include_tax','no'),(11873,471,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(11874,471,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133  Jacksonville TX 75766 US'),(11875,471,'is_vat_exempt','no'),(11876,471,'Payment type','instant'),(11877,471,'_transaction_id','09578652ME5902242'),(11878,471,'_paypal_status','completed'),(11879,471,'PayPal Transaction Fee','1.35'),(11880,471,'_date_paid','1625583672'),(11881,471,'_paid_date','2021-07-06 15:01:12'),(11882,471,'_download_permissions_granted','yes'),(11883,471,'_recorded_sales','yes'),(11884,471,'_recorded_coupon_usage_counts','yes'),(11885,471,'_order_stock_reduced','yes'),(11886,471,'_new_order_email_sent','true'),(11887,472,'_order_key','wc_order_1UMOWjqGuFJrM'),(11888,472,'_customer_user','78'),(11889,472,'_payment_method','paypal'),(11890,472,'_payment_method_title','PayPal'),(11891,472,'_customer_ip_address','108.54.149.237'),(11892,472,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(11893,472,'_created_via','checkout'),(11894,472,'_cart_hash','75df7de359cccc9b980bf31383217c3d'),(11895,472,'_billing_first_name','Richard'),(11896,472,'_billing_last_name','Florsheim'),(11897,472,'_billing_company','Licura'),(11898,472,'_billing_address_1','3827 w fairway heights dr'),(11899,472,'_billing_city','Mequon'),(11900,472,'_billing_state','WI'),(11901,472,'_billing_postcode','53092'),(11902,472,'_billing_country','US'),(11903,472,'_billing_email','tara@liceclinicslongIsland.com'),(11904,472,'_billing_phone','5619006382'),(11905,472,'_shipping_first_name','Richard'),(11906,472,'_shipping_last_name','Florsheim'),(11907,472,'_shipping_company','LCA'),(11908,472,'_shipping_address_1','2330 Faye ct'),(11909,472,'_shipping_city','Merrick'),(11910,472,'_shipping_state','NY'),(11911,472,'_shipping_postcode','11566'),(11912,472,'_shipping_country','US'),(11913,472,'_order_currency','USD'),(11914,472,'_cart_discount','0'),(11915,472,'_cart_discount_tax','0'),(11916,472,'_order_shipping','10.77'),(11917,472,'_order_shipping_tax','0'),(11918,472,'_order_tax','0'),(11919,472,'_order_total','125.01'),(11920,472,'_order_version','5.4.1'),(11921,472,'_prices_include_tax','no'),(11922,472,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(11923,472,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(11924,472,'is_vat_exempt','no'),(11925,472,'Payment type','instant'),(11926,472,'_transaction_id','78988726023744844'),(11927,472,'_paypal_status','completed'),(11928,472,'PayPal Transaction Fee','3.93'),(11929,472,'_date_paid','1625585900'),(11930,472,'_paid_date','2021-07-06 15:38:20'),(11931,472,'_download_permissions_granted','yes'),(11932,472,'_recorded_sales','yes'),(11933,472,'_recorded_coupon_usage_counts','yes'),(11934,472,'_order_stock_reduced','yes'),(11935,472,'_new_order_email_sent','true'),(11936,473,'_order_key','wc_order_kg56jZKlK2NlQ'),(11937,473,'_customer_user','0'),(11938,473,'_payment_method','paypal'),(11939,473,'_payment_method_title','PayPal'),(11940,473,'_customer_ip_address','63.152.27.249'),(11941,473,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(11942,473,'_created_via','checkout'),(11943,473,'_cart_hash','ca0a5601562bf60a06ace1a53c73f97b'),(11944,473,'_billing_first_name','Meredith'),(11945,473,'_billing_last_name','Croy'),(11946,473,'_billing_company','Meredith Croy'),(11947,473,'_billing_address_1','749 ARDEN RD'),(11948,473,'_billing_city','JENKINTOWN'),(11949,473,'_billing_state','PA'),(11950,473,'_billing_postcode','19046-1524'),(11951,473,'_billing_country','US'),(11952,473,'_billing_email','designer303@aol.com'),(11953,473,'_billing_phone','2672501243'),(11954,473,'_shipping_first_name','Brianna'),(11955,473,'_shipping_last_name','Kepner'),(11956,473,'_shipping_address_1','152 Maurice Blvd'),(11957,473,'_shipping_city','Rio Grande'),(11958,473,'_shipping_state','NJ'),(11959,473,'_shipping_postcode','08241'),(11960,473,'_shipping_country','US'),(11961,473,'_order_currency','USD'),(11962,473,'_cart_discount','0'),(11963,473,'_cart_discount_tax','0'),(11964,473,'_order_shipping','13.17'),(11965,473,'_order_shipping_tax','0'),(11966,473,'_order_tax','0'),(11967,473,'_order_total','13.17'),(11968,473,'_order_version','5.4.1'),(11969,473,'_prices_include_tax','no'),(11970,473,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(11971,473,'_shipping_address_index','Brianna Kepner  152 Maurice Blvd  Rio Grande NJ 08241 US'),(11973,473,'is_vat_exempt','no'),(11974,473,'Payment type','instant'),(11975,473,'_transaction_id','657424698C720523V'),(11976,473,'_paypal_status','completed'),(11977,473,'PayPal Transaction Fee','0.68'),(11978,473,'_date_paid','1625588159'),(11979,473,'_paid_date','2021-07-06 16:15:59'),(11980,473,'_download_permissions_granted','yes'),(11981,473,'_recorded_sales','yes'),(11982,473,'_recorded_coupon_usage_counts','yes'),(11983,473,'_order_stock_reduced','yes'),(11984,473,'_new_order_email_sent','true'),(11985,474,'_order_key','wc_order_H9ZzRGQAkckbn'),(11986,474,'_customer_user','17'),(11987,474,'_payment_method','paypal'),(11988,474,'_payment_method_title','PayPal'),(11989,474,'_customer_ip_address','68.169.253.102'),(11990,474,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(11991,474,'_created_via','checkout'),(11992,474,'_cart_hash','3a0e1694307cfc4f9fa42870c4283488'),(11993,474,'_billing_first_name','Bess'),(11994,474,'_billing_last_name','Hayes'),(11995,474,'_billing_company','LCA Des Moines'),(11996,474,'_billing_address_1','7753 S. Westbrook Dr'),(11997,474,'_billing_city','Dubuque'),(11998,474,'_billing_state','IA'),(11999,474,'_billing_postcode','52002'),(12000,474,'_billing_country','US'),(12001,474,'_billing_email','info@liceclinicsnortherniowa.com'),(12002,474,'_billing_phone','5635646764'),(12003,474,'_shipping_first_name','Jaimi'),(12004,474,'_shipping_last_name','Washington'),(12005,474,'_shipping_company','LCA Des Moines'),(12006,474,'_shipping_address_1','1139 Burlington Terrace'),(12007,474,'_shipping_city','Des Moines'),(12008,474,'_shipping_state','IA'),(12009,474,'_shipping_postcode','50314'),(12010,474,'_shipping_country','US'),(12011,474,'_order_currency','USD'),(12012,474,'_cart_discount','0'),(12013,474,'_cart_discount_tax','0'),(12014,474,'_order_shipping','15.35'),(12015,474,'_order_shipping_tax','0'),(12016,474,'_order_tax','0'),(12017,474,'_order_total','15.35'),(12018,474,'_order_version','5.4.1'),(12019,474,'_prices_include_tax','no'),(12020,474,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(12021,474,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US'),(12022,474,'is_vat_exempt','no'),(12023,474,'Payment type','instant'),(12024,474,'_transaction_id','97W40432LU897503W'),(12025,474,'_paypal_status','completed'),(12026,474,'PayPal Transaction Fee','0.75'),(12027,474,'_date_paid','1625593283'),(12028,474,'_paid_date','2021-07-06 17:41:23'),(12029,474,'_download_permissions_granted','yes'),(12030,474,'_recorded_sales','yes'),(12031,474,'_recorded_coupon_usage_counts','yes'),(12032,474,'_order_stock_reduced','yes'),(12033,474,'_new_order_email_sent','true'),(12034,471,'_edit_lock','1625596676:2'),(12035,471,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042118\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"a954d85a746c80400a13cac09a421549\";}}'),(12036,471,'_edit_last','2'),(12037,471,'_date_completed','1625596793'),(12038,471,'_completed_date','2021-07-06 18:39:53'),(12039,464,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042107\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"d869bf942825c3b0209146625e9b7b37\";}}'),(12040,464,'_edit_last','2'),(12041,464,'_date_completed','1625597321'),(12042,464,'_completed_date','2021-07-06 18:48:41'),(12043,470,'_edit_lock','1625597559:2'),(12044,470,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041980\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"6ec8382b70aef98dccebcdb62e15b10f\";}}'),(12045,470,'_edit_last','2'),(12046,470,'_date_completed','1625597650'),(12047,470,'_completed_date','2021-07-06 18:54:10'),(12048,469,'_edit_lock','1625598062:2'),(12049,472,'_edit_lock','1625841924:2'),(12050,473,'_edit_lock','1625868525:2'),(12051,474,'_edit_lock','1625842379:2'),(12052,466,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042092\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"457fe53a90ec86ab3851273db0e4959b\";}}'),(12053,466,'_edit_last','2'),(12054,466,'_date_completed','1625597786'),(12055,466,'_completed_date','2021-07-06 18:56:26'),(12056,469,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041968\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"2b23ea40649ad80c608633f334bfa10c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041957\";s:12:\"date_shipped\";i:1625597918;s:11:\"tracking_id\";s:32:\"6428123284890b3371aca3bee09c92aa\";}}'),(12057,469,'_edit_last','2'),(12058,469,'_date_completed','1625597921'),(12059,469,'_completed_date','2021-07-06 18:58:41'),(12060,475,'_order_key','wc_order_8B1qQNZRCF5oV'),(12061,475,'_customer_user','66'),(12062,475,'_payment_method','paypal'),(12063,475,'_payment_method_title','PayPal'),(12064,475,'_customer_ip_address','73.212.109.5'),(12065,475,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(12066,475,'_created_via','checkout'),(12067,475,'_cart_hash','a727be640f7508e115630809b44441ab'),(12068,475,'_billing_first_name','Mark'),(12069,475,'_billing_last_name','Dent'),(12070,475,'_billing_company','Lice Clinics of Maryland'),(12071,475,'_billing_address_1','801 W 33rd Street'),(12072,475,'_billing_city','BAltimore'),(12073,475,'_billing_state','MD'),(12074,475,'_billing_postcode','21211'),(12075,475,'_billing_country','US'),(12076,475,'_billing_email','info@liceclinicsofmaryland.com'),(12077,475,'_billing_phone','4438349991'),(12078,475,'_shipping_first_name','Mark'),(12079,475,'_shipping_last_name','Dent'),(12080,475,'_shipping_company','LCA Baltimore'),(12081,475,'_shipping_address_1','604 Providence Road'),(12082,475,'_shipping_city','Towson'),(12083,475,'_shipping_state','MD'),(12084,475,'_shipping_postcode','21286'),(12085,475,'_shipping_country','US'),(12086,475,'_order_currency','USD'),(12087,475,'_cart_discount','0'),(12088,475,'_cart_discount_tax','0'),(12089,475,'_order_shipping','0'),(12090,475,'_order_shipping_tax','0'),(12091,475,'_order_tax','0'),(12092,475,'_order_total','647.52'),(12093,475,'_order_version','5.4.1'),(12094,475,'_prices_include_tax','no'),(12095,475,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(12096,475,'_shipping_address_index','Mark Dent LCA Baltimore 604 Providence Road  Towson MD 21286 US'),(12098,475,'is_vat_exempt','no'),(12099,475,'Payment type','instant'),(12100,475,'_transaction_id','3K0902525N614882K'),(12101,475,'_paypal_status','completed'),(12102,475,'PayPal Transaction Fee','19.08'),(12103,475,'_date_paid','1625672113'),(12104,475,'_paid_date','2021-07-07 15:35:13'),(12105,475,'_download_permissions_granted','yes'),(12106,475,'_recorded_sales','yes'),(12107,475,'_recorded_coupon_usage_counts','yes'),(12108,475,'_order_stock_reduced','yes'),(12109,475,'_new_order_email_sent','true'),(12110,475,'_edit_lock','1625726921:2'),(12111,475,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042427\";s:12:\"date_shipped\";s:10:\"1625616000\";s:11:\"tracking_id\";s:32:\"00a11b85dc012fc395a3cedee6d56444\";}}'),(12112,475,'_edit_last','2'),(12113,475,'_date_completed','1625727054'),(12114,475,'_completed_date','2021-07-08 06:50:54'),(12115,476,'_order_key','wc_order_pB5jgTHnWES4k'),(12116,476,'_customer_user','78'),(12117,476,'_payment_method','paypal'),(12118,476,'_payment_method_title','PayPal'),(12119,476,'_customer_ip_address','108.54.149.237'),(12120,476,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(12121,476,'_created_via','checkout'),(12122,476,'_cart_hash','b41240273e80609c29aa3d7e17950ce8'),(12123,476,'_billing_first_name','Richard'),(12124,476,'_billing_last_name','Florsheim'),(12125,476,'_billing_company','Licura'),(12126,476,'_billing_address_1','3827 w fairway heights dr'),(12127,476,'_billing_city','Mequon'),(12128,476,'_billing_state','WI'),(12129,476,'_billing_postcode','53092'),(12130,476,'_billing_country','US'),(12131,476,'_billing_email','tara@liceclinicslongIsland.com'),(12132,476,'_billing_phone','5619006382'),(12133,476,'_shipping_first_name','Richard'),(12134,476,'_shipping_last_name','Florsheim'),(12135,476,'_shipping_company','LCA'),(12136,476,'_shipping_address_1','2330 Faye ct'),(12137,476,'_shipping_city','Merrick'),(12138,476,'_shipping_state','NY'),(12139,476,'_shipping_postcode','11566'),(12140,476,'_shipping_country','US'),(12141,476,'_order_currency','USD'),(12142,476,'_cart_discount','0'),(12143,476,'_cart_discount_tax','0'),(12144,476,'_order_shipping','19.6'),(12145,476,'_order_shipping_tax','0'),(12146,476,'_order_tax','0'),(12147,476,'_order_total','43.85'),(12148,476,'_order_version','5.4.1'),(12149,476,'_prices_include_tax','no'),(12150,476,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(12151,476,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(12152,476,'is_vat_exempt','no'),(12153,476,'Payment type','instant'),(12154,476,'_transaction_id','5LP30895359651218'),(12155,476,'_paypal_status','completed'),(12156,476,'PayPal Transaction Fee','1.57'),(12157,476,'_date_paid','1625762503'),(12158,476,'_paid_date','2021-07-08 16:41:43'),(12159,476,'_download_permissions_granted','yes'),(12160,476,'_recorded_sales','yes'),(12161,476,'_recorded_coupon_usage_counts','yes'),(12162,476,'_order_stock_reduced','yes'),(12163,476,'_new_order_email_sent','true'),(12164,477,'_order_key','wc_order_KxUTWRyCDw8fp'),(12165,477,'_customer_user','77'),(12166,477,'_payment_method','paypal'),(12167,477,'_payment_method_title','PayPal'),(12168,477,'_customer_ip_address','72.134.249.118'),(12169,477,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(12170,477,'_created_via','checkout'),(12171,477,'_cart_hash','76be417e2957c6c18c76adfd7c2a7f37'),(12172,477,'_billing_first_name','Phil'),(12173,477,'_billing_last_name','Moon'),(12174,477,'_billing_company','Lice Clinics of America--Visalia'),(12175,477,'_billing_address_1','585 56th Street'),(12176,477,'_billing_city','Oakland'),(12177,477,'_billing_state','CA'),(12178,477,'_billing_postcode','94609'),(12179,477,'_billing_country','US'),(12180,477,'_billing_email','info@liceclinicsfresno.com'),(12181,477,'_billing_phone','5593046305'),(12182,477,'_shipping_first_name','Kristen'),(12183,477,'_shipping_last_name','Maroot-Rippee'),(12184,477,'_shipping_company','Lice Busters LLC. FRESNO'),(12185,477,'_shipping_address_1','487 West Scott Avenue'),(12186,477,'_shipping_city','Fresno'),(12187,477,'_shipping_state','CA'),(12188,477,'_shipping_postcode','93704'),(12189,477,'_shipping_country','US'),(12190,477,'_order_currency','USD'),(12191,477,'_cart_discount','0'),(12192,477,'_cart_discount_tax','0'),(12193,477,'_order_shipping','60.84'),(12194,477,'_order_shipping_tax','0'),(12195,477,'_order_tax','0'),(12196,477,'_order_total','644.52'),(12197,477,'_order_version','5.4.1'),(12198,477,'_prices_include_tax','no'),(12199,477,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(12200,477,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue  Fresno CA 93704 US'),(12201,477,'is_vat_exempt','no'),(12202,477,'Payment type','instant'),(12203,477,'_transaction_id','7Y673865T06197446'),(12204,477,'_paypal_status','completed'),(12205,477,'PayPal Transaction Fee','18.99'),(12206,477,'_date_paid','1625779639'),(12207,477,'_paid_date','2021-07-08 21:27:19'),(12208,477,'_download_permissions_granted','yes'),(12209,477,'_recorded_sales','yes'),(12210,477,'_recorded_coupon_usage_counts','yes'),(12211,477,'_order_stock_reduced','yes'),(12212,477,'_new_order_email_sent','true'),(12213,478,'_order_key','wc_order_J1FcGQ3frpnHP'),(12214,478,'_customer_user','77'),(12215,478,'_payment_method','paypal'),(12216,478,'_payment_method_title','PayPal'),(12217,478,'_customer_ip_address','72.134.249.118'),(12218,478,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(12219,478,'_created_via','checkout'),(12220,478,'_cart_hash','31b239a79f25d51e4ab6e7b8e0fef03d'),(12221,478,'_billing_first_name','Phil'),(12222,478,'_billing_last_name','Moon'),(12223,478,'_billing_company','Lice Clinics of America--Visalia'),(12224,478,'_billing_address_1','585 56th Street'),(12225,478,'_billing_city','Oakland'),(12226,478,'_billing_state','CA'),(12227,478,'_billing_postcode','94609'),(12228,478,'_billing_country','US'),(12229,478,'_billing_email','info@liceclinicsfresno.com'),(12230,478,'_billing_phone','5593046305'),(12231,478,'_shipping_first_name','Kristen'),(12232,478,'_shipping_last_name','Maroot-Rippee'),(12233,478,'_shipping_company','Lice Busters LLC. VISALIA'),(12234,478,'_shipping_address_1','487 W. Scott Avenue'),(12235,478,'_shipping_city','Fresno'),(12236,478,'_shipping_state','CA'),(12237,478,'_shipping_postcode','93704'),(12238,478,'_shipping_country','US'),(12239,478,'_order_currency','USD'),(12240,478,'_cart_discount','0'),(12241,478,'_cart_discount_tax','0'),(12242,478,'_order_shipping','136.31'),(12243,478,'_order_shipping_tax','0'),(12244,478,'_order_tax','0'),(12245,478,'_order_total','459.51'),(12246,478,'_order_version','5.4.1'),(12247,478,'_prices_include_tax','no'),(12248,478,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(12249,478,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 W. Scott Avenue  Fresno CA 93704 US'),(12250,478,'is_vat_exempt','no'),(12251,478,'Payment type','instant'),(12252,478,'_transaction_id','5NY10758WA469874G'),(12253,478,'_paypal_status','completed'),(12254,478,'PayPal Transaction Fee','13.63'),(12255,478,'_date_paid','1625779918'),(12256,478,'_paid_date','2021-07-08 21:31:58'),(12257,478,'_download_permissions_granted','yes'),(12258,478,'_recorded_sales','yes'),(12259,478,'_recorded_coupon_usage_counts','yes'),(12260,478,'_order_stock_reduced','yes'),(12261,478,'_new_order_email_sent','true'),(12262,479,'_order_key','wc_order_OHlj2cegMF6nJ'),(12263,479,'_customer_user','77'),(12264,479,'_payment_method','paypal'),(12265,479,'_payment_method_title','PayPal'),(12266,479,'_customer_ip_address','72.134.249.118'),(12267,479,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(12268,479,'_created_via','checkout'),(12269,479,'_cart_hash','0c09fa1a6d667005803b1c9e5bc18f5a'),(12270,479,'_billing_first_name','Phil'),(12271,479,'_billing_last_name','Moon'),(12272,479,'_billing_company','Lice Clinics of America--Visalia'),(12273,479,'_billing_address_1','585 56th Street'),(12274,479,'_billing_city','Oakland'),(12275,479,'_billing_state','CA'),(12276,479,'_billing_postcode','94609'),(12277,479,'_billing_country','US'),(12278,479,'_billing_email','info@liceclinicsfresno.com'),(12279,479,'_billing_phone','5593046305'),(12280,479,'_shipping_first_name','Kristen'),(12281,479,'_shipping_last_name','Maroot-Rippee'),(12282,479,'_shipping_company','Lice Busters LLC. VISALIA'),(12283,479,'_shipping_address_1','487 W. Scott Avenue'),(12284,479,'_shipping_city','Fresno'),(12285,479,'_shipping_state','CA'),(12286,479,'_shipping_postcode','93704'),(12287,479,'_shipping_country','US'),(12288,479,'_order_currency','USD'),(12289,479,'_cart_discount','0'),(12290,479,'_cart_discount_tax','0'),(12291,479,'_order_shipping','25.02'),(12292,479,'_order_shipping_tax','0'),(12293,479,'_order_tax','0'),(12294,479,'_order_total','169.02'),(12295,479,'_order_version','5.4.1'),(12296,479,'_prices_include_tax','no'),(12297,479,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(12298,479,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 W. Scott Avenue  Fresno CA 93704 US'),(12299,479,'is_vat_exempt','no'),(12300,479,'Payment type','instant'),(12301,479,'_transaction_id','8VY66116CA5968522'),(12302,479,'_paypal_status','completed'),(12303,479,'PayPal Transaction Fee','5.20'),(12304,479,'_date_paid','1625780490'),(12305,479,'_paid_date','2021-07-08 21:41:30'),(12306,479,'_download_permissions_granted','yes'),(12307,479,'_recorded_sales','yes'),(12308,479,'_recorded_coupon_usage_counts','yes'),(12309,479,'_order_stock_reduced','yes'),(12310,479,'_new_order_email_sent','true'),(12311,476,'_edit_lock','1625841744:2'),(12312,476,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042611\";s:12:\"date_shipped\";s:10:\"1625702400\";s:11:\"tracking_id\";s:32:\"cd3e130050d4aeee87b773b91cd35d10\";}}'),(12313,476,'_edit_last','2'),(12314,476,'_date_completed','1625841846'),(12315,476,'_completed_date','2021-07-09 14:44:06'),(12316,474,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042129\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"3956d647e8b3dc68b0ceb5f2b35462fc\";}}'),(12317,474,'_edit_last','2'),(12318,474,'_date_completed','1625841965'),(12319,474,'_completed_date','2021-07-09 14:46:05'),(12320,472,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042107\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"503ea9d4cdb71eb7cac67374ad529865\";}}'),(12321,472,'_edit_last','2'),(12322,472,'_date_completed','1625842049'),(12323,472,'_completed_date','2021-07-09 14:47:29'),(12363,473,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042092\";s:12:\"date_shipped\";s:10:\"1625529600\";s:11:\"tracking_id\";s:32:\"779aa9c7fe7f7cf726b1f9de37f4a494\";}}'),(12364,473,'_edit_last','2'),(12365,473,'_date_completed','1625868666'),(12366,473,'_completed_date','2021-07-09 22:11:06'),(12367,467,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041913\";s:12:\"date_shipped\";s:10:\"1625184000\";s:11:\"tracking_id\";s:32:\"be1e0b9b985291d078c296a10c0d5d61\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953041924\";s:12:\"date_shipped\";s:10:\"1625184000\";s:11:\"tracking_id\";s:32:\"9595a61e085bf9fc5f15f838b4ad70d6\";}}'),(12368,467,'_edit_last','2'),(12369,467,'_date_completed','1625868707'),(12370,467,'_completed_date','2021-07-09 22:11:47'),(12371,482,'_order_key','wc_order_fHrHO4gze78XK'),(12372,482,'_customer_user','78'),(12373,482,'_payment_method','paypal'),(12374,482,'_payment_method_title','PayPal'),(12375,482,'_customer_ip_address','172.58.205.134'),(12376,482,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(12377,482,'_created_via','checkout'),(12378,482,'_cart_hash','5f382a2e61f02e8278e030cce26446f0'),(12379,482,'_billing_first_name','Richard'),(12380,482,'_billing_last_name','Florsheim'),(12381,482,'_billing_company','Licura'),(12382,482,'_billing_address_1','3827 w fairway heights dr'),(12383,482,'_billing_city','Mequon'),(12384,482,'_billing_state','WI'),(12385,482,'_billing_postcode','53092'),(12386,482,'_billing_country','US'),(12387,482,'_billing_email','tara@liceclinicslongIsland.com'),(12388,482,'_billing_phone','5619006382'),(12389,482,'_shipping_first_name','Richard'),(12390,482,'_shipping_last_name','Florsheim'),(12391,482,'_shipping_company','LCA'),(12392,482,'_shipping_address_1','2330 Faye ct'),(12393,482,'_shipping_city','Merrick'),(12394,482,'_shipping_state','NY'),(12395,482,'_shipping_postcode','11566'),(12396,482,'_shipping_country','US'),(12397,482,'_order_currency','USD'),(12398,482,'_cart_discount','0'),(12399,482,'_cart_discount_tax','0'),(12400,482,'_order_shipping','23.05'),(12401,482,'_order_shipping_tax','0'),(12402,482,'_order_tax','0'),(12403,482,'_order_total','167.05'),(12404,482,'_order_version','5.4.1'),(12405,482,'_prices_include_tax','no'),(12406,482,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(12407,482,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct  Merrick NY 11566 US'),(12408,482,'is_vat_exempt','no'),(12409,482,'Payment type','instant'),(12410,482,'_transaction_id','20835527ST870814U'),(12411,482,'_paypal_status','completed'),(12412,482,'PayPal Transaction Fee','5.14'),(12413,482,'_date_paid','1626011349'),(12414,482,'_paid_date','2021-07-11 13:49:09'),(12415,482,'_download_permissions_granted','yes'),(12416,482,'_recorded_sales','yes'),(12417,482,'_recorded_coupon_usage_counts','yes'),(12418,482,'_order_stock_reduced','yes'),(12419,482,'_new_order_email_sent','true'),(12424,477,'_edit_lock','1626100631:2'),(12425,478,'_edit_lock','1626118572:2'),(12426,479,'_edit_lock','1626123019:2'),(12427,482,'_edit_lock','1626118549:2'),(12428,477,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042655\";s:12:\"date_shipped\";s:10:\"1625788800\";s:11:\"tracking_id\";s:32:\"37fc62b04d6fd0a6966e40897d5a731d\";}}'),(12429,477,'_edit_last','2'),(12430,477,'_date_completed','1626100758'),(12431,477,'_completed_date','2021-07-12 14:39:18'),(12432,478,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042736\";s:12:\"date_shipped\";s:10:\"1625788800\";s:11:\"tracking_id\";s:32:\"a740791d1e472c9195545ca5e75da39c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042725\";s:12:\"date_shipped\";s:10:\"1625788800\";s:11:\"tracking_id\";s:32:\"bb07a54c3b6770802b4570f707a45815\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042714\";s:12:\"date_shipped\";s:10:\"1625788800\";s:11:\"tracking_id\";s:32:\"09eb401cbf8540cebb879004b40b6ec8\";}}'),(12433,478,'_edit_last','2'),(12434,478,'_date_completed','1626100673'),(12435,478,'_completed_date','2021-07-12 14:37:53'),(12474,484,'_order_key','wc_order_4hdYk7ZFhWi6y'),(12475,484,'_customer_user','5'),(12476,484,'_payment_method','paypal'),(12477,484,'_payment_method_title','PayPal'),(12478,484,'_customer_ip_address','73.11.93.174'),(12479,484,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(12480,484,'_created_via','checkout'),(12481,484,'_cart_hash','e32c89b3090e62a2d753244a6e4155b8'),(12482,484,'_billing_first_name','Mark'),(12483,484,'_billing_last_name','Meyer'),(12484,484,'_billing_company','LCA Northwest'),(12485,484,'_billing_address_1','PO Box 25829'),(12486,484,'_billing_city','Portland'),(12487,484,'_billing_state','OR'),(12488,484,'_billing_postcode','97298'),(12489,484,'_billing_country','US'),(12490,484,'_billing_email','mark@nwliceclinics.com'),(12491,484,'_billing_phone','5037244204'),(12492,484,'_shipping_first_name','Mark'),(12493,484,'_shipping_last_name','Meyer'),(12494,484,'_shipping_company','LCA Northwest'),(12495,484,'_shipping_address_1','5201 SW Westgate Drive'),(12496,484,'_shipping_address_2','Suite 106'),(12497,484,'_shipping_city','Portland'),(12498,484,'_shipping_state','OR'),(12499,484,'_shipping_postcode','97221'),(12500,484,'_shipping_country','US'),(12501,484,'_order_currency','USD'),(12502,484,'_cart_discount','0'),(12503,484,'_cart_discount_tax','0'),(12504,484,'_order_shipping','0'),(12505,484,'_order_shipping_tax','0'),(12506,484,'_order_tax','0'),(12507,484,'_order_total','2174.24'),(12508,484,'_order_version','5.4.1'),(12509,484,'_prices_include_tax','no'),(12510,484,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(12511,484,'_shipping_address_index','Mark Meyer LCA Northwest 5201 SW Westgate Drive Suite 106 Portland OR 97221 US'),(12512,484,'is_vat_exempt','no'),(12513,484,'Payment type','instant'),(12514,484,'_transaction_id','6UG552247B357741V'),(12515,484,'_paypal_status','completed'),(12516,484,'PayPal Transaction Fee','63.35'),(12517,484,'_date_paid','1626112079'),(12518,484,'_paid_date','2021-07-12 17:47:59'),(12519,484,'_download_permissions_granted','yes'),(12520,484,'_recorded_sales','yes'),(12521,484,'_recorded_coupon_usage_counts','yes'),(12522,484,'_order_stock_reduced','yes'),(12523,484,'_new_order_email_sent','true'),(12524,485,'_order_key','wc_order_MzJhkbz9Mqx8T'),(12525,485,'_customer_user','37'),(12526,485,'_payment_method','paypal'),(12527,485,'_payment_method_title','PayPal'),(12528,485,'_customer_ip_address','71.29.240.25'),(12529,485,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),(12530,485,'_created_via','checkout'),(12531,485,'_cart_hash','6e077c0d1e816ae5a58ddf057ee0f728'),(12532,485,'_billing_first_name','Melody'),(12533,485,'_billing_last_name','Carter'),(12534,485,'_billing_company','Family Hair Clinic of South Ga LLC'),(12535,485,'_billing_address_1','7754 GA HIGHWAY 122 W'),(12536,485,'_billing_city','HAHIRA'),(12537,485,'_billing_state','GA'),(12538,485,'_billing_postcode','31632-2210'),(12539,485,'_billing_country','US'),(12540,485,'_billing_email','familyhairclinic@gmail.com'),(12541,485,'_billing_phone','2294151748'),(12542,485,'_shipping_first_name','Melody'),(12543,485,'_shipping_last_name','Carter'),(12544,485,'_shipping_company','LCA Family Hair Clinic'),(12545,485,'_shipping_address_1','7754 GA Highway 122 W'),(12546,485,'_shipping_city','Hahira'),(12547,485,'_shipping_state','GA'),(12548,485,'_shipping_postcode','31632'),(12549,485,'_shipping_country','US'),(12550,485,'_order_currency','USD'),(12551,485,'_cart_discount','0'),(12552,485,'_cart_discount_tax','0'),(12553,485,'_order_shipping','13.94'),(12554,485,'_order_shipping_tax','0'),(12555,485,'_order_tax','0'),(12556,485,'_order_total','13.94'),(12557,485,'_order_version','5.4.1'),(12558,485,'_prices_include_tax','no'),(12559,485,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(12560,485,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US'),(12561,485,'is_vat_exempt','no'),(12562,485,'Payment type','instant'),(12563,485,'_transaction_id','93Y697395S793640P'),(12564,485,'_paypal_status','completed'),(12565,485,'PayPal Transaction Fee','0.70'),(12566,485,'_date_paid','1626113157'),(12567,485,'_paid_date','2021-07-12 18:05:57'),(12568,485,'_download_permissions_granted','yes'),(12569,485,'_recorded_sales','yes'),(12570,485,'_recorded_coupon_usage_counts','yes'),(12571,485,'_order_stock_reduced','yes'),(12572,485,'_new_order_email_sent','true'),(12577,482,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042839\";s:12:\"date_shipped\";s:10:\"1626048000\";s:11:\"tracking_id\";s:32:\"b709acf0ea8964afbc0fb6224576ac38\";}}'),(12578,482,'_edit_last','2'),(12579,482,'_date_completed','1626118624'),(12580,482,'_completed_date','2021-07-12 19:37:04'),(12581,484,'_edit_lock','1638482612:2'),(12582,484,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042910\";s:12:\"date_shipped\";s:10:\"1626048000\";s:11:\"tracking_id\";s:32:\"b5e886dbc683834c1b5601d42ea8ef63\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042909\";s:12:\"date_shipped\";i:1626118955;s:11:\"tracking_id\";s:32:\"fd09a8ddb75e741e930ce50a3561edb7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042894\";s:12:\"date_shipped\";i:1626118965;s:11:\"tracking_id\";s:32:\"281bfcf1148a7ef10c16a60df9be1aaf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042883\";s:12:\"date_shipped\";i:1626118976;s:11:\"tracking_id\";s:32:\"c84be86ddcc0410df224eb872e972c8f\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042872\";s:12:\"date_shipped\";i:1626118989;s:11:\"tracking_id\";s:32:\"4961f9f8b0969b699542768da4a84e73\";}}'),(12583,484,'_edit_last','2'),(12584,484,'_date_completed','1626118997'),(12585,484,'_completed_date','2021-07-12 19:43:17'),(12586,485,'_edit_lock','1626122880:2'),(12587,485,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042942\";s:12:\"date_shipped\";s:10:\"1626048000\";s:11:\"tracking_id\";s:32:\"493aa89d5214d18646079bc18a0e9fd7\";}}'),(12588,485,'_edit_last','2'),(12589,485,'_date_completed','1626122999'),(12590,485,'_completed_date','2021-07-12 20:49:59'),(12591,479,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953042817\";s:12:\"date_shipped\";s:10:\"1626048000\";s:11:\"tracking_id\";s:32:\"b1ff21bd595a8519196e0968ec658c5c\";}}'),(12592,479,'_edit_last','2'),(12593,479,'_date_completed','1626123064'),(12594,479,'_completed_date','2021-07-12 20:51:04'),(12595,161,'_wp_old_slug','clinic-owner'),(12596,486,'_edit_lock','1754930196:2'),(12597,486,'_edit_last','89'),(12598,486,'_access_method','manual-only'),(12599,486,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(12600,487,'_sku','AA - Bulk Mousse-1'),(12601,487,'_regular_price','31.35'),(12602,487,'total_sales','990'),(12603,487,'_tax_status','taxable'),(12604,487,'_tax_class',''),(12605,487,'_manage_stock','no'),(12606,487,'_backorders','no'),(12607,487,'_sold_individually','no'),(12608,487,'_weight','7.85'),(12609,487,'_length','12'),(12610,487,'_width','6'),(12611,487,'_height','6'),(12612,487,'_virtual','no'),(12613,487,'_downloadable','no'),(12614,487,'_download_limit','-1'),(12615,487,'_download_expiry','-1'),(12616,487,'_thumbnail_id','3703'),(12617,487,'_stock',NULL),(12618,487,'_stock_status','instock'),(12619,487,'_wc_average_rating','0'),(12620,487,'_wc_review_count','0'),(12621,487,'_product_version','10.0.4'),(12622,487,'_price','31.35'),(12623,487,'site-sidebar-layout','default'),(12624,487,'site-content-layout','default'),(12625,487,'theme-transparent-header-meta','default'),(12626,487,'stick-header-meta','default'),(12627,487,'_wp_old_date','2021-03-24'),(12628,487,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(12629,487,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(12630,487,'_wc_memberships_force_public','no'),(12631,487,'_wc_memberships_exclude_discounts','no'),(12632,487,'mwqb_sync_uiiqb','0'),(12633,487,'_pw_exclude_free_shipping','yes'),(12634,487,'_edit_lock','1755199270:2'),(12635,487,'_edit_last','2'),(12636,488,'_sku','CS-BULK-PREVENT/DETANGLE-128oz-1'),(12637,488,'_regular_price','31.35'),(12638,488,'total_sales','913'),(12639,488,'_tax_status','taxable'),(12640,488,'_tax_class',''),(12641,488,'_manage_stock','no'),(12642,488,'_backorders','no'),(12643,488,'_sold_individually','no'),(12644,488,'_weight','7.85'),(12645,488,'_length','12'),(12646,488,'_width','6'),(12647,488,'_height','6'),(12648,488,'_virtual','no'),(12649,488,'_downloadable','no'),(12650,488,'_download_limit','-1'),(12651,488,'_download_expiry','-1'),(12652,488,'_thumbnail_id','3702'),(12653,488,'_stock',NULL),(12654,488,'_stock_status','instock'),(12655,488,'_wc_average_rating','0'),(12656,488,'_wc_review_count','0'),(12657,488,'_product_version','10.0.4'),(12658,488,'_price','31.35'),(12659,488,'site-sidebar-layout','default'),(12660,488,'site-content-layout','default'),(12661,488,'theme-transparent-header-meta','default'),(12662,488,'stick-header-meta','default'),(12663,488,'_wp_old_date','2021-03-24'),(12664,488,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(12665,488,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(12666,488,'_wc_memberships_force_public','no'),(12667,488,'_wc_memberships_exclude_discounts','no'),(12668,488,'mwqb_sync_uiiqb','0'),(12669,488,'_pw_exclude_free_shipping','yes'),(12670,488,'_edit_lock','1755199270:2'),(12671,489,'_sku','AA - Bulk Rinse 50/50-1'),(12672,489,'_regular_price','19.04'),(12673,489,'total_sales','350'),(12674,489,'_tax_status','taxable'),(12675,489,'_tax_class',''),(12676,489,'_manage_stock','no'),(12677,489,'_backorders','no'),(12678,489,'_sold_individually','no'),(12679,489,'_weight','2.15'),(12681,489,'_width','3.5'),(12682,489,'_height','9'),(12683,489,'_virtual','no'),(12684,489,'_downloadable','no'),(12685,489,'_download_limit','-1'),(12686,489,'_download_expiry','-1'),(12687,489,'_thumbnail_id','3701'),(12688,489,'_stock',NULL),(12689,489,'_stock_status','instock'),(12690,489,'_wc_average_rating','0'),(12691,489,'_wc_review_count','0'),(12692,489,'_product_version','10.0.4'),(12693,489,'_price','19.04'),(12694,489,'site-sidebar-layout','default'),(12695,489,'site-content-layout','default'),(12696,489,'theme-transparent-header-meta','default'),(12697,489,'stick-header-meta','default'),(12698,489,'_wp_old_date','2021-03-24'),(12699,489,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(12700,489,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(12701,489,'_wc_memberships_force_public','no'),(12702,489,'_wc_memberships_exclude_discounts','no'),(12703,489,'mwqb_sync_uiiqb','0'),(12704,489,'_pw_exclude_free_shipping','yes'),(12705,489,'_edit_lock','1755199269:2'),(12706,490,'_sku','AA - Bulk Rinse 100%-1'),(12707,490,'_regular_price','19.60'),(12708,490,'total_sales','11919'),(12709,490,'_tax_status','taxable'),(12710,490,'_tax_class',''),(12711,490,'_manage_stock','no'),(12712,490,'_backorders','no'),(12713,490,'_sold_individually','no'),(12714,490,'_weight','2.15'),(12716,490,'_width','3.5'),(12717,490,'_height','9'),(12718,490,'_virtual','no'),(12719,490,'_downloadable','no'),(12720,490,'_download_limit','-1'),(12721,490,'_download_expiry','-1'),(12722,490,'_thumbnail_id','3700'),(12723,490,'_stock',NULL),(12724,490,'_stock_status','instock'),(12725,490,'_wc_average_rating','0'),(12726,490,'_wc_review_count','0'),(12727,490,'_product_version','10.0.4'),(12728,490,'_price','19.60'),(12729,490,'site-sidebar-layout','default'),(12730,490,'site-content-layout','default'),(12731,490,'theme-transparent-header-meta','default'),(12732,490,'stick-header-meta','default'),(12733,490,'_wp_old_date','2021-03-24'),(12734,490,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(12735,490,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(12736,490,'_wc_memberships_force_public','no'),(12737,490,'_wc_memberships_exclude_discounts','no'),(12738,490,'mwqb_sync_uiiqb','0'),(12739,490,'_pw_exclude_free_shipping','yes'),(12740,490,'_edit_lock','1755199269:2'),(12741,488,'_edit_last','2'),(12742,489,'_edit_last','2'),(12743,490,'_edit_last','2'),(12751,491,'_order_key','wc_order_TisnvSpWN6FW1'),(12752,491,'_customer_user','51'),(12753,491,'_payment_method','paypal'),(12754,491,'_payment_method_title','PayPal'),(12755,491,'_customer_ip_address','73.0.148.33'),(12756,491,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(12757,491,'_created_via','checkout'),(12758,491,'_cart_hash','9e3b2f817d55e3fe210623f4ee487f45'),(12759,491,'_billing_first_name','Corie'),(12760,491,'_billing_last_name','Kaniamos'),(12761,491,'_billing_address_1','5026 Tildens Grove Blvd'),(12762,491,'_billing_city','Windermere'),(12763,491,'_billing_state','FL'),(12764,491,'_billing_postcode','34786'),(12765,491,'_billing_country','US'),(12766,491,'_billing_email','corie@liceclinicsofflorida.com'),(12767,491,'_billing_phone','6163406321'),(12768,491,'_shipping_first_name','Maria'),(12769,491,'_shipping_last_name','Hagg'),(12770,491,'_shipping_company','LCA Stuart'),(12771,491,'_shipping_address_1','17 S. Via Lucindia Dr.'),(12772,491,'_shipping_city','Stuart'),(12773,491,'_shipping_state','FL'),(12774,491,'_shipping_postcode','34996'),(12775,491,'_shipping_country','US'),(12776,491,'_order_currency','USD'),(12777,491,'_cart_discount','0'),(12778,491,'_cart_discount_tax','0'),(12779,491,'_order_shipping','16.73'),(12780,491,'_order_shipping_tax','0'),(12781,491,'_order_tax','0'),(12782,491,'_order_total','16.73'),(12783,491,'_order_version','5.5.1'),(12784,491,'_prices_include_tax','no'),(12785,491,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(12786,491,'_shipping_address_index','Maria Hagg LCA Stuart 17 S. Via Lucindia Dr.  Stuart FL 34996 US'),(12788,491,'is_vat_exempt','no'),(12789,491,'Payment type','instant'),(12790,491,'_transaction_id','6J645241EY391145E'),(12791,491,'_paypal_status','completed'),(12792,491,'PayPal Transaction Fee','0.79'),(12793,491,'_date_paid','1626190950'),(12794,491,'_paid_date','2021-07-13 15:42:30'),(12795,491,'_download_permissions_granted','yes'),(12796,491,'_recorded_sales','yes'),(12797,491,'_recorded_coupon_usage_counts','yes'),(12798,491,'_order_stock_reduced','yes'),(12799,491,'_new_order_email_sent','true'),(12800,492,'_order_key','wc_order_WRyw96ijxpRd3'),(12801,492,'_customer_user','67'),(12802,492,'_payment_method','paypal'),(12803,492,'_payment_method_title','PayPal'),(12804,492,'_customer_ip_address','74.77.55.50'),(12805,492,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(12806,492,'_created_via','checkout'),(12807,492,'_cart_hash','e151bd131821578d1b4fe90aa696198f'),(12808,492,'_billing_first_name','Marnie'),(12809,492,'_billing_last_name','Murray'),(12810,492,'_billing_company','Naughty Nits'),(12811,492,'_billing_address_1','2809 Wehrle Drive'),(12812,492,'_billing_address_2','Suite 10'),(12813,492,'_billing_city','Williamsville'),(12814,492,'_billing_state','NY'),(12815,492,'_billing_postcode','14221'),(12816,492,'_billing_country','US'),(12817,492,'_billing_email','liceclinicsupstateny@gmail.com'),(12818,492,'_billing_phone','7166265423'),(12819,492,'_shipping_first_name','Marnie'),(12820,492,'_shipping_last_name','Murray'),(12821,492,'_shipping_company','LCA Buffalo'),(12822,492,'_shipping_address_1','2809 Wehrle Drive'),(12823,492,'_shipping_address_2','Suite 10'),(12824,492,'_shipping_city','Williamsville'),(12825,492,'_shipping_state','NY'),(12826,492,'_shipping_postcode','14221'),(12827,492,'_shipping_country','US'),(12828,492,'_order_currency','USD'),(12829,492,'_cart_discount','0'),(12830,492,'_cart_discount_tax','0'),(12831,492,'_order_shipping','40.03'),(12832,492,'_order_shipping_tax','0'),(12833,492,'_order_tax','0'),(12834,492,'_order_total','558.07'),(12835,492,'_order_version','5.5.0'),(12836,492,'_prices_include_tax','no'),(12837,492,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(12838,492,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US'),(12839,492,'is_vat_exempt','no'),(12840,492,'Payment type','instant'),(12841,492,'_transaction_id','46A19465F8740344C'),(12842,492,'_paypal_status','completed'),(12843,492,'PayPal Transaction Fee','16.48'),(12844,492,'_date_paid','1626201223'),(12845,492,'_paid_date','2021-07-13 18:33:43'),(12846,492,'_download_permissions_granted','yes'),(12847,492,'_recorded_sales','yes'),(12848,492,'_recorded_coupon_usage_counts','yes'),(12849,492,'_order_stock_reduced','yes'),(12850,492,'_new_order_email_sent','true'),(12851,493,'_order_key','wc_order_DgWkEjniSRrZC'),(12852,493,'_customer_user','64'),(12853,493,'_payment_method','paypal'),(12854,493,'_payment_method_title','PayPal'),(12855,493,'_customer_ip_address','72.130.248.224'),(12856,493,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(12857,493,'_created_via','checkout'),(12858,493,'_cart_hash','555e5c2a399e084d70798a028670de1e'),(12859,493,'_billing_first_name','Barrie'),(12860,493,'_billing_last_name','Desmond'),(12861,493,'_billing_address_1','50 ALAHELE PL'),(12862,493,'_billing_city','Kihei'),(12863,493,'_billing_state','HI'),(12864,493,'_billing_postcode','96753-7809'),(12865,493,'_billing_country','US'),(12866,493,'_billing_email','info@liceclinicshawaii.com'),(12867,493,'_billing_phone','8082834247'),(12868,493,'_shipping_first_name','Barrie'),(12869,493,'_shipping_last_name','Desmond'),(12870,493,'_shipping_address_1','50 ALAHELE PL'),(12871,493,'_shipping_city','Kihei'),(12872,493,'_shipping_state','HI'),(12873,493,'_shipping_postcode','96753-7809'),(12874,493,'_shipping_country','US'),(12875,493,'_order_currency','USD'),(12876,493,'_cart_discount','0'),(12877,493,'_cart_discount_tax','0'),(12878,493,'_order_shipping','0'),(12879,493,'_order_shipping_tax','0'),(12880,493,'_order_tax','0'),(12881,493,'_order_total','616.64'),(12882,493,'_order_version','5.5.0'),(12883,493,'_prices_include_tax','no'),(12884,493,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(12885,493,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US'),(12886,493,'is_vat_exempt','no'),(12887,493,'Payment type','instant'),(12888,493,'_transaction_id','1DM53830J2013053D'),(12889,493,'_paypal_status','completed'),(12890,493,'PayPal Transaction Fee','18.18'),(12891,493,'_date_paid','1626202855'),(12892,493,'_paid_date','2021-07-13 19:00:55'),(12893,493,'_download_permissions_granted','yes'),(12894,493,'_recorded_sales','yes'),(12895,493,'_recorded_coupon_usage_counts','yes'),(12896,493,'_order_stock_reduced','yes'),(12897,493,'_new_order_email_sent','true'),(12898,494,'_order_key','wc_order_WrlaR3aPamqfE'),(12899,494,'_customer_user','49'),(12900,494,'_payment_method','paypal'),(12901,494,'_payment_method_title','PayPal'),(12902,494,'_customer_ip_address','96.255.114.62'),(12903,494,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(12904,494,'_created_via','checkout'),(12905,494,'_cart_hash','2c579bf64f2c31ecc8d4e6960f1331f4'),(12906,494,'_billing_first_name','Michelle'),(12907,494,'_billing_last_name','Winkler'),(12908,494,'_billing_company','LCA - Manassas'),(12909,494,'_billing_address_1','8943 Garrett Way'),(12910,494,'_billing_city','Manassas'),(12911,494,'_billing_state','VA'),(12912,494,'_billing_postcode','20112'),(12913,494,'_billing_country','US'),(12914,494,'_billing_email','info@northernvirginialiceclinics.com'),(12915,494,'_billing_phone','8587520975'),(12916,494,'_shipping_first_name','Michelle'),(12917,494,'_shipping_last_name','Winkler'),(12918,494,'_shipping_company','LCA - Manassas'),(12919,494,'_shipping_address_1','8943 Garrett Way'),(12920,494,'_shipping_city','Manassas'),(12921,494,'_shipping_state','VA'),(12922,494,'_shipping_postcode','20112'),(12923,494,'_shipping_country','US'),(12924,494,'_order_currency','USD'),(12925,494,'_cart_discount','0'),(12926,494,'_cart_discount_tax','0'),(12927,494,'_order_shipping','0'),(12928,494,'_order_shipping_tax','0'),(12929,494,'_order_tax','0'),(12930,494,'_order_total','866.24'),(12931,494,'_order_version','5.5.1'),(12932,494,'_prices_include_tax','no'),(12933,494,'_billing_address_index','Michelle Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(12934,494,'_shipping_address_index','Michelle Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US'),(12935,494,'is_vat_exempt','no'),(12936,494,'Payment type','instant'),(12937,494,'_transaction_id','6JD482785X048132V'),(12938,494,'_paypal_status','completed'),(12939,494,'PayPal Transaction Fee','25.42'),(12940,494,'_date_paid','1626208236'),(12941,494,'_paid_date','2021-07-13 20:30:36'),(12942,494,'_download_permissions_granted','yes'),(12943,494,'_recorded_sales','yes'),(12944,494,'_recorded_coupon_usage_counts','yes'),(12945,494,'_order_stock_reduced','yes'),(12946,494,'_new_order_email_sent','true'),(12947,492,'_edit_lock','1626210735:2'),(12948,492,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043206\";s:12:\"date_shipped\";s:10:\"1626134400\";s:11:\"tracking_id\";s:32:\"cb901445da02b22417a348a07cf3dfff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043191\";s:12:\"date_shipped\";i:1626210847;s:11:\"tracking_id\";s:32:\"c00fe0555730c13d71b2fe850e450e5f\";}}'),(12949,492,'_edit_last','2'),(12950,492,'_date_completed','1626210850'),(12951,492,'_completed_date','2021-07-13 21:14:10'),(12952,491,'_edit_lock','1626360401:2'),(12953,493,'_edit_lock','1626210824:2'),(12954,494,'_edit_lock','1626359977:2'),(12955,493,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043240\";s:12:\"date_shipped\";s:10:\"1626134400\";s:11:\"tracking_id\";s:32:\"3f925609857b8cd30c24b659cf776c4e\";}}'),(12956,493,'_edit_last','2'),(12957,493,'_date_completed','1626210948'),(12958,493,'_completed_date','2021-07-13 21:15:48'),(12959,495,'_order_key','wc_order_DzcRzCD2vFkOX'),(12960,495,'_customer_user','28'),(12961,495,'_payment_method','paypal'),(12962,495,'_payment_method_title','PayPal'),(12963,495,'_customer_ip_address','172.115.255.171'),(12964,495,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(12965,495,'_created_via','checkout'),(12966,495,'_cart_hash','06b5dfc959ea5e4d5b69924b4bf2c19d'),(12967,495,'_billing_first_name','Kelli'),(12968,495,'_billing_last_name','Washington'),(12969,495,'_billing_company','Lice Clinics of America - Temecula'),(12970,495,'_billing_address_1','2438 Bear Rock Gln'),(12971,495,'_billing_city','Escondido'),(12972,495,'_billing_state','CA'),(12973,495,'_billing_postcode','92026'),(12974,495,'_billing_country','US'),(12975,495,'_billing_email','info@liceclinicstemecula.com'),(12976,495,'_billing_phone','7606255580'),(12977,495,'_shipping_first_name','Kelli'),(12978,495,'_shipping_last_name','Washington'),(12979,495,'_shipping_company','Lice Clinics of America - Temecula'),(12980,495,'_shipping_address_1','2438 Bear Rock Gln'),(12981,495,'_shipping_city','Escondido'),(12982,495,'_shipping_state','CA'),(12983,495,'_shipping_postcode','92026'),(12984,495,'_shipping_country','US'),(12985,495,'_order_currency','USD'),(12986,495,'_cart_discount','0'),(12987,495,'_cart_discount_tax','0'),(12988,495,'_order_shipping','30.08'),(12989,495,'_order_shipping_tax','0'),(12990,495,'_order_tax','0'),(12991,495,'_order_total','327.32'),(12992,495,'_order_version','5.5.1'),(12993,495,'_prices_include_tax','no'),(12994,495,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(12995,495,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(12996,495,'is_vat_exempt','no'),(12997,495,'Payment type','instant'),(12998,495,'_transaction_id','41A90094V03155637'),(12999,495,'_paypal_status','completed'),(13000,495,'PayPal Transaction Fee','9.79'),(13001,495,'_date_paid','1626298810'),(13002,495,'_paid_date','2021-07-14 21:40:10'),(13003,495,'_download_permissions_granted','yes'),(13004,495,'_recorded_sales','yes'),(13005,495,'_recorded_coupon_usage_counts','yes'),(13006,495,'_order_stock_reduced','yes'),(13007,495,'_new_order_email_sent','true'),(13008,496,'_order_key','wc_order_idYPARnmvFuSK'),(13009,496,'_customer_user','20'),(13010,496,'_payment_method','paypal'),(13011,496,'_payment_method_title','PayPal'),(13012,496,'_customer_ip_address','45.51.241.116'),(13013,496,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(13014,496,'_created_via','checkout'),(13015,496,'_cart_hash','e0ad1fece5d52a99bf7a405a254f4ef1'),(13016,496,'_billing_first_name','Hasani'),(13017,496,'_billing_last_name','Thompson'),(13018,496,'_billing_company','Heat in Hair'),(13019,496,'_billing_address_1','27225 Camp Plenty Road'),(13020,496,'_billing_address_2','1D'),(13021,496,'_billing_city','Santa Clarita'),(13022,496,'_billing_state','CA'),(13023,496,'_billing_postcode','91351'),(13024,496,'_billing_country','US'),(13025,496,'_billing_email','info@liceclinicssantaclarita.com'),(13026,496,'_billing_phone','6615850263'),(13027,496,'_shipping_first_name','Hasani'),(13028,496,'_shipping_last_name','Thompson'),(13029,496,'_shipping_company','Heat in Hair'),(13030,496,'_shipping_address_1','5145 Nightsky Place'),(13031,496,'_shipping_city','Palmdale'),(13032,496,'_shipping_state','CA'),(13033,496,'_shipping_postcode','93552'),(13034,496,'_shipping_country','US'),(13035,496,'_order_currency','USD'),(13036,496,'_cart_discount','0'),(13037,496,'_cart_discount_tax','0'),(13038,496,'_order_shipping','53.54'),(13039,496,'_order_shipping_tax','0'),(13040,496,'_order_tax','0'),(13041,496,'_order_total','233.54'),(13042,496,'_order_version','5.5.1'),(13043,496,'_prices_include_tax','no'),(13044,496,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(13045,496,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US'),(13046,496,'is_vat_exempt','no'),(13047,496,'Payment type','instant'),(13048,496,'_transaction_id','5B8293398J235642R'),(13049,496,'_paypal_status','completed'),(13050,496,'PayPal Transaction Fee','7.07'),(13051,496,'_date_paid','1626317775'),(13052,496,'_paid_date','2021-07-15 02:56:15'),(13053,496,'_download_permissions_granted','yes'),(13054,496,'_recorded_sales','yes'),(13055,496,'_recorded_coupon_usage_counts','yes'),(13056,496,'_order_stock_reduced','yes'),(13057,496,'_new_order_email_sent','true'),(13058,494,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043310\";s:12:\"date_shipped\";s:10:\"1626220800\";s:11:\"tracking_id\";s:32:\"3521bf3bca356d06bf8e851f66ccad4a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043309\";s:12:\"date_shipped\";s:10:\"1626220800\";s:11:\"tracking_id\";s:32:\"4bcdfead857ce39ddf7607eeafd9993d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043294\";s:12:\"date_shipped\";s:10:\"1626220800\";s:11:\"tracking_id\";s:32:\"66efede7eecdfd9823100efa7c2b2e0d\";}}'),(13059,494,'_edit_last','2'),(13060,494,'_date_completed','1626360074'),(13061,494,'_completed_date','2021-07-15 14:41:14'),(13062,491,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043125\";s:12:\"date_shipped\";s:10:\"1626220800\";s:11:\"tracking_id\";s:32:\"5cadc0d9105bde1cff2a0e2b5b4e9fbf\";}}'),(13063,491,'_edit_last','2'),(13064,491,'_date_completed','1626360464'),(13065,491,'_completed_date','2021-07-15 14:47:44'),(13066,497,'_order_key','wc_order_1RBd1Y8gJVIqb'),(13067,497,'_customer_user','0'),(13068,497,'_payment_method','paypal'),(13069,497,'_payment_method_title','PayPal'),(13070,497,'_customer_ip_address','208.139.201.242'),(13071,497,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13072,497,'_created_via','checkout'),(13073,497,'_cart_hash','8e40415b0e15e8a8e72a28b9503b7b67'),(13074,497,'_billing_first_name','Lee'),(13075,497,'_billing_last_name','Rogers'),(13076,497,'_billing_company','LCA - Wichita'),(13077,497,'_billing_address_1','40 N Interstate 35'),(13078,497,'_billing_address_2','4B2'),(13079,497,'_billing_city','Austin'),(13080,497,'_billing_state','KS'),(13081,497,'_billing_postcode','78701'),(13082,497,'_billing_country','US'),(13083,497,'_billing_email','liceclinicwichita@gmail.com'),(13084,497,'_billing_phone','3167279951'),(13085,497,'_shipping_first_name','Danielle'),(13086,497,'_shipping_last_name','Ritter'),(13087,497,'_shipping_company','LCA Wichita'),(13088,497,'_shipping_address_1','121 N Colby'),(13089,497,'_shipping_city','Valley Center'),(13090,497,'_shipping_state','KS'),(13091,497,'_shipping_postcode','67147'),(13092,497,'_shipping_country','US'),(13093,497,'_order_currency','USD'),(13094,497,'_cart_discount','0'),(13095,497,'_cart_discount_tax','0'),(13096,497,'_order_shipping','0'),(13097,497,'_order_shipping_tax','0'),(13098,497,'_order_tax','0'),(13099,497,'_order_total','775.90'),(13100,497,'_order_version','5.5.1'),(13101,497,'_prices_include_tax','no'),(13102,497,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(13103,497,'_shipping_address_index','Danielle Ritter LCA Wichita 121 N Colby  Valley Center KS 67147 US'),(13104,497,'is_vat_exempt','no'),(13105,497,'Payment type','instant'),(13106,497,'_transaction_id','893253270A538743P'),(13107,497,'_paypal_status','completed'),(13108,497,'PayPal Transaction Fee','22.80'),(13109,497,'_date_paid','1626366979'),(13110,497,'_paid_date','2021-07-15 16:36:19'),(13111,497,'_download_permissions_granted','yes'),(13112,497,'_recorded_sales','yes'),(13113,497,'_recorded_coupon_usage_counts','yes'),(13114,497,'_order_stock_reduced','yes'),(13115,497,'_new_order_email_sent','true'),(13116,498,'_order_key','wc_order_S8ABaHzfbIWOs'),(13117,498,'_customer_user','26'),(13118,498,'_payment_method','paypal'),(13119,498,'_payment_method_title','PayPal'),(13120,498,'_customer_ip_address','174.63.202.137'),(13121,498,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13122,498,'_created_via','checkout'),(13123,498,'_cart_hash','1513ca7a74bb739b09f6dd7bcf666fab'),(13124,498,'_billing_first_name','Andrew'),(13125,498,'_billing_last_name','Crumrine'),(13126,498,'_billing_address_1','3537 Stevens Way'),(13127,498,'_billing_city','Augusta'),(13128,498,'_billing_state','GA'),(13129,498,'_billing_postcode','30907'),(13130,498,'_billing_country','US'),(13131,498,'_billing_email','augustagalice@gmail.com'),(13132,498,'_billing_phone','7063064588'),(13133,498,'_shipping_first_name','Andrew'),(13134,498,'_shipping_last_name','Crumrine'),(13135,498,'_shipping_address_1','3537 Stevens Way'),(13136,498,'_shipping_city','Augusta'),(13137,498,'_shipping_state','GA'),(13138,498,'_shipping_postcode','30907'),(13139,498,'_shipping_country','US'),(13140,498,'_order_currency','USD'),(13141,498,'_cart_discount','0'),(13142,498,'_cart_discount_tax','0'),(13143,498,'_order_shipping','40.51'),(13144,498,'_order_shipping_tax','0'),(13145,498,'_order_tax','0'),(13146,498,'_order_total','528.16'),(13147,498,'_order_version','5.5.1'),(13148,498,'_prices_include_tax','no'),(13149,498,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(13150,498,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US'),(13151,498,'is_vat_exempt','no'),(13152,498,'Payment type','instant'),(13153,498,'_transaction_id','67993437CK1303305'),(13154,498,'_paypal_status','completed'),(13155,498,'PayPal Transaction Fee','15.62'),(13156,498,'_date_paid','1626370232'),(13157,498,'_paid_date','2021-07-15 17:30:32'),(13158,498,'_download_permissions_granted','yes'),(13159,498,'_recorded_sales','yes'),(13160,498,'_recorded_coupon_usage_counts','yes'),(13161,498,'_order_stock_reduced','yes'),(13162,498,'_new_order_email_sent','true'),(13163,499,'_order_key','wc_order_oVfaoBmyTJMMp'),(13164,499,'_customer_user','3'),(13165,499,'_payment_method','paypal'),(13166,499,'_payment_method_title','PayPal'),(13167,499,'_customer_ip_address','70.142.202.154'),(13168,499,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13169,499,'_created_via','checkout'),(13170,499,'_cart_hash','2b13b9a559ac9f65c0209e3ebbef90f4'),(13171,499,'_billing_first_name','Amanda'),(13172,499,'_billing_last_name','Westerman'),(13173,499,'_billing_company','Lice Clinics of America McKinney'),(13174,499,'_billing_address_1','3120 Hudson Crossing'),(13175,499,'_billing_address_2','Suite A2'),(13176,499,'_billing_city','MCKINNEY'),(13177,499,'_billing_state','TX'),(13178,499,'_billing_postcode','75070'),(13179,499,'_billing_country','US'),(13180,499,'_billing_email','awesterman1103@gmail.com'),(13181,499,'_billing_phone','2144175741'),(13182,499,'_shipping_first_name','Amanda'),(13183,499,'_shipping_last_name','Westerman'),(13184,499,'_shipping_company','Lice Clinics of America McKinney'),(13185,499,'_shipping_address_1','3120 Hudson Crossing'),(13186,499,'_shipping_address_2','Suite A2'),(13187,499,'_shipping_city','MCKINNEY'),(13188,499,'_shipping_state','TX'),(13189,499,'_shipping_postcode','75070'),(13190,499,'_shipping_country','US'),(13191,499,'_order_currency','USD'),(13192,499,'_cart_discount','0'),(13193,499,'_cart_discount_tax','0'),(13194,499,'_order_shipping','0'),(13195,499,'_order_shipping_tax','0'),(13196,499,'_order_tax','0'),(13197,499,'_order_total','600.00'),(13198,499,'_order_version','5.5.1'),(13199,499,'_prices_include_tax','no'),(13200,499,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(13201,499,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(13202,499,'is_vat_exempt','no'),(13203,499,'Payment type','instant'),(13204,499,'_transaction_id','0DS61623FH1052805'),(13205,499,'_paypal_status','completed'),(13206,499,'PayPal Transaction Fee','17.70'),(13207,499,'_date_paid','1626373431'),(13208,499,'_paid_date','2021-07-15 18:23:51'),(13209,499,'_download_permissions_granted','yes'),(13210,499,'_recorded_sales','yes'),(13211,499,'_recorded_coupon_usage_counts','yes'),(13212,499,'_order_stock_reduced','yes'),(13213,499,'_new_order_email_sent','true'),(13214,500,'_order_key','wc_order_fCHAzclF3oGBR'),(13215,500,'_customer_user','6'),(13216,500,'_payment_method','paypal'),(13217,500,'_payment_method_title','PayPal'),(13218,500,'_customer_ip_address','73.90.177.129'),(13219,500,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(13220,500,'_created_via','checkout'),(13221,500,'_cart_hash','be03db4535444c6c2dc3a0003ddda5c8'),(13222,500,'_billing_first_name','Amira'),(13223,500,'_billing_last_name','Purto'),(13224,500,'_billing_address_1','2628 Acapulco Way'),(13225,500,'_billing_city','Modesto'),(13226,500,'_billing_state','CA'),(13227,500,'_billing_postcode','95355'),(13228,500,'_billing_country','US'),(13229,500,'_billing_email','amira77@sbcglobal.net'),(13230,500,'_billing_phone','2096422061'),(13231,500,'_shipping_first_name','Amira'),(13232,500,'_shipping_last_name','Purto'),(13233,500,'_shipping_address_1','2628 Acapulco Way'),(13234,500,'_shipping_city','Modesto'),(13235,500,'_shipping_state','CA'),(13236,500,'_shipping_postcode','95355'),(13237,500,'_shipping_country','US'),(13238,500,'_order_currency','USD'),(13239,500,'_cart_discount','0'),(13240,500,'_cart_discount_tax','0'),(13241,500,'_order_shipping','0'),(13242,500,'_order_shipping_tax','0'),(13243,500,'_order_tax','0'),(13244,500,'_order_total','1269.12'),(13245,500,'_order_version','5.5.1'),(13246,500,'_prices_include_tax','no'),(13247,500,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(13248,500,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(13249,500,'is_vat_exempt','no'),(13250,500,'Payment type','instant'),(13251,500,'_transaction_id','20875376LK754210J'),(13252,500,'_paypal_status','completed'),(13253,500,'PayPal Transaction Fee','37.10'),(13254,500,'_date_paid','1626417512'),(13255,500,'_paid_date','2021-07-16 06:38:32'),(13256,500,'_download_permissions_granted','yes'),(13257,500,'_recorded_sales','yes'),(13258,500,'_recorded_coupon_usage_counts','yes'),(13259,500,'_order_stock_reduced','yes'),(13260,500,'_new_order_email_sent','true'),(13261,501,'_order_key','wc_order_m32aFqUXokI1I'),(13262,501,'_customer_user','92'),(13263,501,'_payment_method','paypal'),(13264,501,'_payment_method_title','PayPal'),(13265,501,'_customer_ip_address','73.170.210.164'),(13266,501,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13267,501,'_created_via','checkout'),(13268,501,'_cart_hash','7d4cf0edc2ab6c4aa60b4d4d097a718b'),(13269,501,'_billing_first_name','Michelle'),(13270,501,'_billing_last_name','Du'),(13271,501,'_billing_company','LCA Fremont'),(13272,501,'_billing_address_1','31372 Mackinaw Street'),(13273,501,'_billing_city','Union City'),(13274,501,'_billing_state','CA'),(13275,501,'_billing_postcode','94587'),(13276,501,'_billing_country','US'),(13277,501,'_billing_email','info@liceclinicsfremont.com'),(13278,501,'_billing_phone','510-770-4394'),(13279,501,'_shipping_first_name','Michelle'),(13280,501,'_shipping_last_name','Du'),(13281,501,'_shipping_company','LCA Fremont'),(13282,501,'_shipping_address_1','31372 Mackinaw Street'),(13283,501,'_shipping_city','Union City'),(13284,501,'_shipping_state','CA'),(13285,501,'_shipping_postcode','94587'),(13286,501,'_shipping_country','US'),(13287,501,'_order_currency','USD'),(13288,501,'_cart_discount','0'),(13289,501,'_cart_discount_tax','0'),(13290,501,'_order_shipping','0'),(13291,501,'_order_shipping_tax','0'),(13292,501,'_order_tax','0'),(13293,501,'_order_total','543.04'),(13294,501,'_order_version','5.5.1'),(13295,501,'_prices_include_tax','no'),(13296,501,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(13297,501,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US'),(13298,501,'is_vat_exempt','no'),(13299,501,'Payment type','instant'),(13300,501,'_transaction_id','3UE30292BM964522B'),(13301,501,'_paypal_status','completed'),(13302,501,'PayPal Transaction Fee','16.05'),(13303,501,'_date_paid','1626455937'),(13304,501,'_paid_date','2021-07-16 17:18:57'),(13305,501,'_download_permissions_granted','yes'),(13306,501,'_recorded_sales','yes'),(13307,501,'_recorded_coupon_usage_counts','yes'),(13308,501,'_order_stock_reduced','yes'),(13309,501,'_new_order_email_sent','true'),(13310,501,'_edit_lock','1626673356:2'),(13311,501,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043835\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"918466e5a302cbaf1b6fc66310bb211e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043824\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"05d6a6d2dee22a701a50a0a8300922e8\";}}'),(13312,501,'_edit_last','2'),(13313,501,'_date_completed','1626673491'),(13314,501,'_completed_date','2021-07-19 05:44:51'),(13315,500,'_edit_lock','1626673426:2'),(13316,500,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043695\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"89737c6fe996713cc16def7530f01965\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043684\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"41b138ed64676ebdbbbf22f95906388f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043673\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"b9d3a5daa0418430ea29bd70031b6ab0\";}}'),(13317,500,'_edit_last','2'),(13318,500,'_date_completed','1626673563'),(13319,500,'_completed_date','2021-07-19 05:46:03'),(13320,496,'_edit_lock','1626673493:2'),(13321,496,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043490\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"d722a816be1b5b95a33dba668241f508\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043489\";s:12:\"date_shipped\";s:10:\"1626393600\";s:11:\"tracking_id\";s:32:\"7b7c594adb908fda53ffdeb1b6f98827\";}}'),(13322,496,'_edit_last','2'),(13323,496,'_date_completed','1626673613'),(13324,496,'_completed_date','2021-07-19 05:46:53'),(13325,499,'_edit_lock','1626673544:2'),(13326,499,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043581\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"734986950180a36f8a5d3eeeaec8f3d6\";}}'),(13327,499,'_edit_last','2'),(13328,499,'_date_completed','1626673682'),(13329,499,'_completed_date','2021-07-19 05:48:02'),(13330,495,'_edit_lock','1626673594:2'),(13331,495,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043504\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"3e7cdeb4b8e1f13941243bbb8fa7ee2e\";}}'),(13332,495,'_edit_last','2'),(13333,495,'_date_completed','1626673725'),(13334,495,'_completed_date','2021-07-19 05:48:45'),(13335,497,'_edit_lock','1626878196:2'),(13336,498,'_edit_lock','1626878846:2'),(13337,490,'_wp_old_slug','bulk-active-rise-100-copy'),(13338,489,'_wp_old_slug','bulk-active-rise-50-50-copy'),(13339,503,'_edit_last','2'),(13340,503,'_start_date','2021-07-19 00:00:00'),(13342,503,'_end_date',''),(13344,503,'_edit_lock','1718379236:89'),(13345,286,'_edit_lock','1626713265:2'),(13346,286,'_edit_last','2'),(13349,220,'_edit_lock','1626713303:2'),(13350,220,'_edit_last','2'),(13354,296,'_edit_lock','1626713320:2'),(13355,296,'_edit_last','2'),(13358,238,'_edit_lock','1626713335:2'),(13359,238,'_edit_last','2'),(13362,504,'_order_key','wc_order_RnsYELAqssnBY'),(13363,504,'_customer_user','83'),(13364,504,'_payment_method','paypal'),(13365,504,'_payment_method_title','PayPal'),(13366,504,'_customer_ip_address','71.211.148.239'),(13367,504,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(13368,504,'_created_via','checkout'),(13369,504,'_cart_hash','d7ec541fdee34a82159024d6a5858f3f'),(13370,504,'_billing_first_name','Tanya'),(13371,504,'_billing_last_name','LLC'),(13372,504,'_billing_company','Tanya Kensley LLC'),(13373,504,'_billing_address_1','4248 McMurry Ave'),(13374,504,'_billing_city','Fort Collins'),(13375,504,'_billing_state','CO'),(13376,504,'_billing_postcode','80525'),(13377,504,'_billing_country','US'),(13378,504,'_billing_email','info@liceclinicsnortherncolorado.com'),(13379,504,'_billing_phone','9702338787'),(13380,504,'_shipping_first_name','Tanya'),(13381,504,'_shipping_last_name','Kensley'),(13382,504,'_shipping_company','LCA Fort Collins'),(13383,504,'_shipping_address_1','4248 McMurry Ave'),(13384,504,'_shipping_city','Fort Collins'),(13385,504,'_shipping_state','CO'),(13386,504,'_shipping_postcode','80525'),(13387,504,'_shipping_country','US'),(13388,504,'_order_currency','USD'),(13389,504,'_cart_discount','0'),(13390,504,'_cart_discount_tax','0'),(13391,504,'_order_shipping','50.21'),(13392,504,'_order_shipping_tax','0'),(13393,504,'_order_tax','0'),(13394,504,'_order_total','157.01'),(13395,504,'_order_version','5.5.1'),(13396,504,'_prices_include_tax','no'),(13397,504,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(13398,504,'_shipping_address_index','Tanya Kensley LCA Fort Collins 4248 McMurry Ave  Fort Collins CO 80525 US'),(13399,504,'is_vat_exempt','no'),(13400,504,'Payment type','instant'),(13401,504,'_transaction_id','5T0956472J0097621'),(13402,504,'_paypal_status','completed'),(13403,504,'PayPal Transaction Fee','4.85'),(13404,504,'_date_paid','1626720891'),(13405,504,'_paid_date','2021-07-19 18:54:51'),(13406,504,'_download_permissions_granted','yes'),(13407,504,'_recorded_sales','yes'),(13408,504,'_recorded_coupon_usage_counts','yes'),(13409,504,'_order_stock_reduced','yes'),(13410,504,'_new_order_email_sent','true'),(13411,505,'_order_key','wc_order_MgADhIuZckWXI'),(13412,505,'_customer_user','4'),(13413,505,'_payment_method','paypal'),(13414,505,'_payment_method_title','PayPal'),(13415,505,'_customer_ip_address','174.52.110.36'),(13416,505,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13417,505,'_created_via','checkout'),(13418,505,'_cart_hash','12f1476fdeb831fd2f0e563a77afcd90'),(13419,505,'_billing_first_name','David'),(13420,505,'_billing_last_name','Washburn'),(13421,505,'_billing_company','Larada Sciences'),(13422,505,'_billing_address_1','154 East Myrtle Ave.'),(13423,505,'_billing_address_2','Ste. #101'),(13424,505,'_billing_city','Murray'),(13425,505,'_billing_state','UT'),(13426,505,'_billing_postcode','84107'),(13427,505,'_billing_country','US'),(13428,505,'_billing_email','david@laradasciences.com'),(13429,505,'_billing_phone','8019197428'),(13430,505,'_shipping_first_name','David'),(13431,505,'_shipping_last_name','Washburn'),(13432,505,'_shipping_company','Larada Sciences'),(13433,505,'_shipping_address_1','154 East Myrtle Ave.'),(13434,505,'_shipping_address_2','Ste. #101'),(13435,505,'_shipping_city','Murray'),(13436,505,'_shipping_state','UT'),(13437,505,'_shipping_postcode','84107'),(13438,505,'_shipping_country','US'),(13439,505,'_order_currency','USD'),(13440,505,'_cart_discount','0'),(13441,505,'_cart_discount_tax','0'),(13442,505,'_order_shipping','0'),(13443,505,'_order_shipping_tax','0'),(13444,505,'_order_tax','0'),(13445,505,'_order_total','966.56'),(13446,505,'_order_version','5.5.1'),(13447,505,'_prices_include_tax','no'),(13448,505,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(13449,505,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US'),(13450,505,'is_vat_exempt','no'),(13451,505,'Payment type','instant'),(13452,505,'_transaction_id','0T85225035339672F'),(13453,505,'_paypal_status','completed'),(13454,505,'PayPal Transaction Fee','28.33'),(13455,505,'_date_paid','1626727326'),(13456,505,'_paid_date','2021-07-19 20:42:06'),(13457,505,'_download_permissions_granted','yes'),(13458,505,'_recorded_sales','yes'),(13459,505,'_recorded_coupon_usage_counts','yes'),(13460,505,'_order_stock_reduced','yes'),(13461,505,'_new_order_email_sent','true'),(13462,506,'_order_key','wc_order_tV5ErSK2p2Mjo'),(13463,506,'_customer_user','64'),(13464,506,'_payment_method','paypal'),(13465,506,'_payment_method_title','PayPal'),(13466,506,'_customer_ip_address','66.91.90.146'),(13467,506,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(13468,506,'_created_via','checkout'),(13469,506,'_cart_hash','ee16f88dfc5bc88339b34b6031e25992'),(13470,506,'_billing_first_name','Barrie'),(13471,506,'_billing_last_name','Desmond'),(13472,506,'_billing_address_1','50 ALAHELE PL'),(13473,506,'_billing_city','Kihei'),(13474,506,'_billing_state','HI'),(13475,506,'_billing_postcode','96753-7809'),(13476,506,'_billing_country','US'),(13477,506,'_billing_email','info@liceclinicshawaii.com'),(13478,506,'_billing_phone','8082834247'),(13479,506,'_shipping_first_name','Lice Clinics'),(13480,506,'_shipping_last_name','Hawaii'),(13481,506,'_shipping_address_1','250 Ward Avenue'),(13482,506,'_shipping_address_2','Suite 231'),(13483,506,'_shipping_city','Honolulu'),(13484,506,'_shipping_state','HI'),(13485,506,'_shipping_postcode','96814'),(13486,506,'_shipping_country','US'),(13487,506,'_order_currency','USD'),(13488,506,'_cart_discount','0'),(13489,506,'_cart_discount_tax','0'),(13490,506,'_order_shipping','0'),(13491,506,'_order_shipping_tax','0'),(13492,506,'_order_tax','0'),(13493,506,'_order_total','1009.76'),(13494,506,'_order_version','5.5.1'),(13495,506,'_prices_include_tax','no'),(13496,506,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(13497,506,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US'),(13498,506,'is_vat_exempt','no'),(13499,506,'Payment type','instant'),(13500,506,'_transaction_id','4WH33867DX393734S'),(13501,506,'_paypal_status','completed'),(13502,506,'PayPal Transaction Fee','29.58'),(13503,506,'_date_paid','1626746454'),(13504,506,'_paid_date','2021-07-20 02:00:54'),(13505,506,'_download_permissions_granted','yes'),(13506,506,'_recorded_sales','yes'),(13507,506,'_recorded_coupon_usage_counts','yes'),(13508,506,'_order_stock_reduced','yes'),(13509,506,'_new_order_email_sent','true'),(13510,507,'_order_key','wc_order_D6fEAz0fU84tc'),(13511,507,'_customer_user','59'),(13512,507,'_payment_method','paypal'),(13513,507,'_payment_method_title','PayPal'),(13514,507,'_customer_ip_address','99.96.98.2'),(13515,507,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13516,507,'_created_via','checkout'),(13517,507,'_cart_hash','07706f48f6c6067dac0c4e136651222c'),(13518,507,'_billing_first_name','Allison'),(13519,507,'_billing_last_name','Anthon'),(13520,507,'_billing_address_1','58 arbor bend dr'),(13521,507,'_billing_city','Houston'),(13522,507,'_billing_state','TX'),(13523,507,'_billing_postcode','77070'),(13524,507,'_billing_country','US'),(13525,507,'_billing_email','louseysolutions@gmail.com'),(13526,507,'_billing_phone','602-400-8330'),(13527,507,'_shipping_first_name','Allison'),(13528,507,'_shipping_last_name','Anthon'),(13529,507,'_shipping_company','LCA Sugar Land'),(13530,507,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(13531,507,'_shipping_city','Tomball'),(13532,507,'_shipping_state','TX'),(13533,507,'_shipping_postcode','77375'),(13534,507,'_shipping_country','US'),(13535,507,'_order_currency','USD'),(13536,507,'_cart_discount','0'),(13537,507,'_cart_discount_tax','0'),(13538,507,'_order_shipping','0'),(13539,507,'_order_shipping_tax','0'),(13540,507,'_order_tax','0'),(13541,507,'_order_total','1131.92'),(13542,507,'_order_version','5.5.1'),(13543,507,'_prices_include_tax','no'),(13544,507,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(13545,507,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US'),(13546,507,'is_vat_exempt','no'),(13547,507,'Payment type','instant'),(13548,507,'_transaction_id','5CY77223TE440693S'),(13549,507,'_paypal_status','completed'),(13550,507,'PayPal Transaction Fee','33.13'),(13551,507,'_date_paid','1626747284'),(13552,507,'_paid_date','2021-07-20 02:14:44'),(13553,507,'_download_permissions_granted','yes'),(13554,507,'_recorded_sales','yes'),(13555,507,'_recorded_coupon_usage_counts','yes'),(13556,507,'_order_stock_reduced','yes'),(13557,507,'_new_order_email_sent','true'),(13558,504,'_edit_lock','1626760150:2'),(13559,504,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043982\";s:12:\"date_shipped\";s:10:\"1626652800\";s:11:\"tracking_id\";s:32:\"80f70fd1ef4f5f5547b283b92c17ba9c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043971\";s:12:\"date_shipped\";s:10:\"1626652800\";s:11:\"tracking_id\";s:32:\"990dfc6a7aeed618cde8940b6af6bf27\";}}'),(13560,504,'_edit_last','2'),(13561,504,'_date_completed','1626759962'),(13562,504,'_completed_date','2021-07-20 05:46:02'),(13563,215,'_edit_lock','1629819804:2'),(13564,215,'_edit_last','2'),(13567,508,'_order_key','wc_order_qtIGuiWyWnPo5'),(13568,508,'_customer_user','0'),(13569,508,'_payment_method','paypal'),(13570,508,'_payment_method_title','PayPal'),(13571,508,'_customer_ip_address','174.27.19.157'),(13572,508,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(13573,508,'_created_via','checkout'),(13574,508,'_cart_hash','1a59239bc23b11eaf44e9ac773c453c5'),(13575,508,'_billing_first_name','SaLeah'),(13576,508,'_billing_last_name','Snelling'),(13577,508,'_billing_address_1','11024 W. Inglin Dr'),(13578,508,'_billing_city','Boise'),(13579,508,'_billing_state','ID'),(13580,508,'_billing_postcode','83709'),(13581,508,'_billing_country','US'),(13582,508,'_billing_email','info@liceclinicsboise.com'),(13583,508,'_billing_phone','2088302070'),(13584,508,'_shipping_first_name','SaLeah'),(13585,508,'_shipping_last_name','Snelling'),(13586,508,'_shipping_address_1','2650 South Eagle Road'),(13587,508,'_shipping_address_2','Ste 120'),(13588,508,'_shipping_city','Meridian'),(13589,508,'_shipping_state','ID'),(13590,508,'_shipping_postcode','83642'),(13591,508,'_shipping_country','US'),(13592,508,'_order_currency','USD'),(13593,508,'_cart_discount','0'),(13594,508,'_cart_discount_tax','0'),(13595,508,'_order_shipping','123.95'),(13596,508,'_order_shipping_tax','0'),(13597,508,'_order_tax','0'),(13598,508,'_order_total','1084.04'),(13599,508,'_order_version','5.5.1'),(13600,508,'_prices_include_tax','no'),(13601,508,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(13602,508,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US'),(13603,508,'is_vat_exempt','no'),(13604,508,'Payment type','instant'),(13605,508,'_transaction_id','1MD47515E97670019'),(13606,508,'_paypal_status','completed'),(13607,508,'PayPal Transaction Fee','31.74'),(13608,508,'_date_paid','1626800539'),(13609,508,'_paid_date','2021-07-20 17:02:19'),(13610,508,'_download_permissions_granted','yes'),(13611,508,'_recorded_sales','yes'),(13612,508,'_recorded_coupon_usage_counts','yes'),(13613,508,'_order_stock_reduced','yes'),(13614,508,'_new_order_email_sent','true'),(13615,509,'_order_key','wc_order_hnfeU4fOFvc2s'),(13616,509,'_customer_user','76'),(13617,509,'_payment_method','paypal'),(13618,509,'_payment_method_title','PayPal'),(13619,509,'_customer_ip_address','146.115.131.163'),(13620,509,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(13621,509,'_created_via','checkout'),(13622,509,'_cart_hash','eef6ec0676de515d37c07a27954db4f4'),(13623,509,'_billing_first_name','Naomi'),(13624,509,'_billing_last_name','Golden'),(13625,509,'_billing_address_1','31 Mann Ave'),(13626,509,'_billing_city','Needham'),(13627,509,'_billing_state','MA'),(13628,509,'_billing_postcode','02492'),(13629,509,'_billing_country','US'),(13630,509,'_billing_email','nrgolden6486@gmail.com'),(13631,509,'_billing_phone','617-851-1322'),(13632,509,'_shipping_first_name','Naomi'),(13633,509,'_shipping_last_name','Golden'),(13634,509,'_shipping_company','LCA Newton'),(13635,509,'_shipping_address_1','1234 Chestnut Street'),(13636,509,'_shipping_address_2','Suite 101A'),(13637,509,'_shipping_city','Newton Upper Falls'),(13638,509,'_shipping_state','MA'),(13639,509,'_shipping_postcode','02464'),(13640,509,'_shipping_country','US'),(13641,509,'_order_currency','USD'),(13642,509,'_cart_discount','0'),(13643,509,'_cart_discount_tax','0'),(13644,509,'_order_shipping','42.27'),(13645,509,'_order_shipping_tax','0'),(13646,509,'_order_tax','0'),(13647,509,'_order_total','474.27'),(13648,509,'_order_version','5.5.1'),(13649,509,'_prices_include_tax','no'),(13650,509,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(13651,509,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US'),(13653,509,'is_vat_exempt','no'),(13654,509,'Payment type','instant'),(13655,509,'_transaction_id','7YY40545EE8017438'),(13656,509,'_paypal_status','completed'),(13657,509,'PayPal Transaction Fee','14.05'),(13658,509,'_date_paid','1626805078'),(13659,509,'_paid_date','2021-07-20 18:17:58'),(13660,509,'_download_permissions_granted','yes'),(13661,509,'_recorded_sales','yes'),(13662,509,'_recorded_coupon_usage_counts','yes'),(13663,509,'_order_stock_reduced','yes'),(13664,509,'_new_order_email_sent','true'),(13665,510,'_order_key','wc_order_bcrKHvg13wFz9'),(13666,510,'_customer_user','64'),(13667,510,'_payment_method','paypal'),(13668,510,'_payment_method_title','PayPal'),(13669,510,'_customer_ip_address','66.91.90.146'),(13670,510,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(13671,510,'_created_via','checkout'),(13672,510,'_cart_hash','dc63d3c753b425305b78a7db1d61fd97'),(13673,510,'_billing_first_name','Barrie'),(13674,510,'_billing_last_name','Desmond'),(13675,510,'_billing_address_1','50 ALAHELE PL'),(13676,510,'_billing_city','Kihei'),(13677,510,'_billing_state','HI'),(13678,510,'_billing_postcode','96753-7809'),(13679,510,'_billing_country','US'),(13680,510,'_billing_email','info@liceclinicshawaii.com'),(13681,510,'_billing_phone','8082834247'),(13682,510,'_shipping_first_name','Lice Clinics'),(13683,510,'_shipping_last_name','Hawaii - WAIPAHU ORDER'),(13684,510,'_shipping_address_1','250 Ward Avenue'),(13685,510,'_shipping_address_2','Suite 231'),(13686,510,'_shipping_city','Honolulu'),(13687,510,'_shipping_state','HI'),(13688,510,'_shipping_postcode','96814'),(13689,510,'_shipping_country','US'),(13690,510,'_order_currency','USD'),(13691,510,'_cart_discount','0'),(13692,510,'_cart_discount_tax','0'),(13693,510,'_order_shipping','0'),(13694,510,'_order_shipping_tax','0'),(13695,510,'_order_tax','0'),(13696,510,'_order_total','1024.16'),(13697,510,'_order_version','5.5.1'),(13698,510,'_prices_include_tax','no'),(13699,510,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(13700,510,'_shipping_address_index','Lice Clinics Hawaii - WAIPAHU ORDER  250 Ward Avenue Suite 231 Honolulu HI 96814 US'),(13701,510,'is_vat_exempt','no'),(13702,510,'Payment type','instant'),(13703,510,'_transaction_id','6BP22217K1150694M'),(13704,510,'_paypal_status','completed'),(13705,510,'PayPal Transaction Fee','30.00'),(13706,510,'_date_paid','1626830478'),(13707,510,'_paid_date','2021-07-21 01:21:18'),(13708,510,'_download_permissions_granted','yes'),(13709,510,'_recorded_sales','yes'),(13710,510,'_recorded_coupon_usage_counts','yes'),(13711,510,'_order_stock_reduced','yes'),(13712,510,'_new_order_email_sent','true'),(13713,508,'_edit_lock','1626877966:2'),(13714,508,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044224\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"cd2c796ab8d2f4ed8f23beed11920033\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044213\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"43654e62c6b870d9d481b3d9f023cae2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044202\";s:12:\"date_shipped\";i:1626878055;s:11:\"tracking_id\";s:32:\"72e5b11ee007b76fa67f938be11b3798\";}}'),(13715,508,'_edit_last','2'),(13716,508,'_date_completed','1626878058'),(13717,508,'_completed_date','2021-07-21 14:34:18'),(13718,509,'_edit_lock','1626878109:2'),(13719,509,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044235\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"bdc1f735d8f9ce26973365063c40d480\";}}'),(13720,509,'_edit_last','2'),(13721,509,'_date_completed','1626878137'),(13722,509,'_completed_date','2021-07-21 14:35:37'),(13723,497,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043548\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"7cf4d0708d567345e790b60a7777dd5d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043559\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"afc3f5462f55c5217f950151dd6379fa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043560\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"d9055a8db65a01fdcebd87dd82b1415c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953043570\";s:12:\"date_shipped\";s:10:\"1626307200\";s:11:\"tracking_id\";s:32:\"010a43b19a8f57d7f15dd46806a51bba\";}}'),(13724,497,'_edit_last','2'),(13725,497,'_date_completed','1626878333'),(13726,497,'_completed_date','2021-07-21 14:38:53'),(13727,505,'_edit_lock','1626878675:2'),(13728,505,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044029\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"00fabf4f5dbacb0d7dace9a795d7990a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044018\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"d2f2a51c15c3d4cff0ea6e55f43ff591\";}}'),(13729,505,'_edit_last','2'),(13730,505,'_date_completed','1626878807'),(13731,505,'_completed_date','2021-07-21 14:46:47'),(13732,506,'_edit_lock','1626878768:2'),(13733,506,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044062\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"ed13f14da8a2b5a81a33bc0990663f73\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044051\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"bfb0fff6f4d5f40b1a04a68cc6fa9e40\";}}'),(13734,506,'_edit_last','2'),(13735,506,'_date_completed','1626878900'),(13736,506,'_completed_date','2021-07-21 14:48:20'),(13737,498,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044084\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"a9e282845255dab2188dd55cccf3de71\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044073\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"1d2fcb2fa7af54e792e5541bd519c1ed\";}}'),(13738,498,'_edit_last','2'),(13739,498,'_date_completed','1626878953'),(13740,498,'_completed_date','2021-07-21 14:49:13'),(13741,507,'_edit_lock','1626879614:2'),(13742,507,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044110\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"2537525a73bc81c61b6d74ac80e08dfc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044100\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"4bf70099bee9314d6bcc148d516ae7ec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044095\";s:12:\"date_shipped\";s:10:\"1626739200\";s:11:\"tracking_id\";s:32:\"b60b6b41aee6d46ac887cb4e63dfd494\";}}'),(13743,507,'_edit_last','2'),(13744,507,'_date_completed','1626879059'),(13745,507,'_completed_date','2021-07-21 14:50:59'),(13746,510,'_edit_lock','1626983155:2'),(13747,273,'_edit_lock','1686610009:2'),(13748,511,'_order_key','wc_order_QREUQwWzIXty1'),(13749,511,'_customer_user','25'),(13750,511,'_payment_method','paypal'),(13751,511,'_payment_method_title','PayPal'),(13752,511,'_customer_ip_address','23.124.3.136'),(13753,511,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(13754,511,'_created_via','checkout'),(13755,511,'_cart_hash','2ac93ed786b33fef000dda4bdaa23849'),(13756,511,'_billing_first_name','Jason'),(13757,511,'_billing_last_name','McQueen'),(13758,511,'_billing_address_1','39 Canebrake Blvd'),(13759,511,'_billing_city','Hattiesburg'),(13760,511,'_billing_state','MS'),(13761,511,'_billing_postcode','39402'),(13762,511,'_billing_country','US'),(13763,511,'_billing_email','info@liceclinicssouthms.com'),(13764,511,'_billing_phone','6016063355'),(13765,511,'_shipping_first_name','Jason'),(13766,511,'_shipping_last_name','McQueen'),(13767,511,'_shipping_address_1','39 Canebrake Blvd'),(13768,511,'_shipping_city','Hattiesburg'),(13769,511,'_shipping_state','MS'),(13770,511,'_shipping_postcode','39402'),(13771,511,'_shipping_country','US'),(13772,511,'_order_currency','USD'),(13773,511,'_cart_discount','0'),(13774,511,'_cart_discount_tax','0'),(13775,511,'_order_shipping','0'),(13776,511,'_order_shipping_tax','0'),(13777,511,'_order_tax','0'),(13778,511,'_order_total','545.76'),(13779,511,'_order_version','5.5.1'),(13780,511,'_prices_include_tax','no'),(13781,511,'_billing_address_index','Jason McQueen  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(13782,511,'_shipping_address_index','Jason McQueen  39 Canebrake Blvd  Hattiesburg MS 39402 US'),(13783,511,'is_vat_exempt','no'),(13784,511,'Payment type','instant'),(13785,511,'_transaction_id','3UE8956827803102N'),(13786,511,'_paypal_status','completed'),(13787,511,'PayPal Transaction Fee','16.13'),(13788,511,'_date_paid','1626891348'),(13789,511,'_paid_date','2021-07-21 18:15:48'),(13790,511,'_download_permissions_granted','yes'),(13791,511,'_recorded_sales','yes'),(13792,511,'_recorded_coupon_usage_counts','yes'),(13793,511,'_order_stock_reduced','yes'),(13794,511,'_new_order_email_sent','true'),(13800,515,'_edit_lock','1758734707:2'),(13801,515,'_edit_last','2'),(13802,515,'expiry_date',''),(13803,515,'date_expires',''),(13804,515,'_acfw_excluded_coupons','a:0:{}'),(13805,515,'_acfw_schedule_start',''),(13806,515,'_acfw_schedule_end',''),(13807,515,'_acfw_schedule_start_error_msg',''),(13808,515,'_acfw_schedule_expire_error_msg',''),(13809,515,'_acfw_enable_payment_methods_restrict',''),(13810,515,'_acfw_reset_usage_limit_period','none'),(13811,515,'_acfw_disable_url_coupon',''),(13812,515,'_acfw_force_apply_url_coupon',''),(13813,515,'_acfw_code_url_override',''),(13814,515,'_acfw_success_message',''),(13815,515,'_acfw_after_redirect_url',''),(13816,515,'_acfw_enable_role_restriction',''),(13817,515,'_acfw_usage_limit_reset_time',''),(13818,515,'_acfw_shipping_overrides','a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}'),(13819,515,'discount_type','fixed_cart'),(13820,515,'coupon_amount','0'),(13821,515,'individual_use','no'),(13822,515,'usage_limit','0'),(13823,515,'usage_limit_per_user','0'),(13824,515,'limit_usage_to_x_items','0'),(13825,515,'usage_count','22'),(13826,515,'free_shipping','no'),(13827,515,'exclude_sale_items','no'),(13828,515,'minimum_amount','500'),(13831,510,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044305\";s:12:\"date_shipped\";s:10:\"1626825600\";s:11:\"tracking_id\";s:32:\"fd3b3297a75a6d762be89c692074e5e0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044290\";s:12:\"date_shipped\";s:10:\"1626825600\";s:11:\"tracking_id\";s:32:\"c33d7e70fdbc9569371f7692a42fe47e\";}}'),(13832,510,'_edit_last','2'),(13833,510,'_date_completed','1626983277'),(13834,510,'_completed_date','2021-07-22 19:47:57'),(13835,511,'_edit_lock','1626983265:2'),(13836,511,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044393\";s:12:\"date_shipped\";s:10:\"1626825600\";s:11:\"tracking_id\";s:32:\"f584940bf22a05aa782e0140bb023586\";}}'),(13837,511,'_edit_last','2'),(13838,511,'_date_completed','1626983323'),(13839,511,'_completed_date','2021-07-22 19:48:43'),(13844,516,'_order_key','wc_order_V7r0KATlI7mQH'),(13845,516,'_customer_user','37'),(13846,516,'_payment_method','paypal'),(13847,516,'_payment_method_title','PayPal'),(13848,516,'_customer_ip_address','71.28.34.252'),(13849,516,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 Edg/91.0.864.71'),(13850,516,'_created_via','checkout'),(13851,516,'_cart_hash','4dee820aa5689bf7bd485541f061aad7'),(13852,516,'_billing_first_name','Melody'),(13853,516,'_billing_last_name','Carter'),(13854,516,'_billing_company','Family Hair Clinic of South Ga LLC'),(13855,516,'_billing_address_1','7754 GA HIGHWAY 122 W'),(13856,516,'_billing_city','HAHIRA'),(13857,516,'_billing_state','GA'),(13858,516,'_billing_postcode','31632-2210'),(13859,516,'_billing_country','US'),(13860,516,'_billing_email','familyhairclinic@gmail.com'),(13861,516,'_billing_phone','2294151748'),(13862,516,'_shipping_first_name','Melody'),(13863,516,'_shipping_last_name','Carter'),(13864,516,'_shipping_company','LCA Family Hair Clinic'),(13865,516,'_shipping_address_1','7754 GA Highway 122 W'),(13866,516,'_shipping_city','Hahira'),(13867,516,'_shipping_state','GA'),(13868,516,'_shipping_postcode','31632'),(13869,516,'_shipping_country','US'),(13870,516,'_order_currency','USD'),(13871,516,'_cart_discount','0'),(13872,516,'_cart_discount_tax','0'),(13873,516,'_order_shipping','22.51'),(13874,516,'_order_shipping_tax','0'),(13875,516,'_order_tax','0'),(13876,516,'_order_total','79.63'),(13877,516,'_order_version','5.5.1'),(13878,516,'_prices_include_tax','no'),(13879,516,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(13880,516,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US'),(13881,516,'is_vat_exempt','no'),(13882,516,'Payment type','instant'),(13883,516,'_transaction_id','0CY02568FT364584H'),(13884,516,'_paypal_status','completed'),(13885,516,'PayPal Transaction Fee','2.61'),(13886,516,'_date_paid','1626990190'),(13887,516,'_paid_date','2021-07-22 21:43:10'),(13888,516,'_download_permissions_granted','yes'),(13889,516,'_recorded_sales','yes'),(13890,516,'_recorded_coupon_usage_counts','yes'),(13891,516,'_order_stock_reduced','yes'),(13892,516,'_new_order_email_sent','true'),(13893,517,'_order_key','wc_order_hTr9jKm9Hqb0a'),(13894,517,'_customer_user','3'),(13895,517,'_payment_method','paypal'),(13896,517,'_payment_method_title','PayPal'),(13897,517,'_customer_ip_address','98.243.134.81'),(13898,517,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(13899,517,'_created_via','checkout'),(13900,517,'_cart_hash','b324152c93aff3b00418f28b250ae105'),(13901,517,'_billing_first_name','Amanda'),(13902,517,'_billing_last_name','Westerman'),(13903,517,'_billing_company','Lice Clinics of America McKinney'),(13904,517,'_billing_address_1','3120 Hudson Crossing'),(13905,517,'_billing_address_2','Suite A2'),(13906,517,'_billing_city','MCKINNEY'),(13907,517,'_billing_state','TX'),(13908,517,'_billing_postcode','75070'),(13909,517,'_billing_country','US'),(13910,517,'_billing_email','awesterman1103@gmail.com'),(13911,517,'_billing_phone','2144175741'),(13912,517,'_shipping_first_name','Lice clinics of'),(13913,517,'_shipping_last_name','Dublin'),(13914,517,'_shipping_company','LCA Dublin'),(13915,517,'_shipping_address_1','5910 Wilcox Place Suite E'),(13916,517,'_shipping_address_2','Suite E'),(13917,517,'_shipping_city','Dublin'),(13918,517,'_shipping_state','OH'),(13919,517,'_shipping_postcode','43016'),(13920,517,'_shipping_country','US'),(13921,517,'_order_currency','USD'),(13922,517,'_cart_discount','0'),(13923,517,'_cart_discount_tax','0'),(13924,517,'_order_shipping','0'),(13925,517,'_order_shipping_tax','0'),(13926,517,'_order_tax','0'),(13927,517,'_order_total','527.22'),(13928,517,'_order_version','5.5.1'),(13929,517,'_prices_include_tax','no'),(13930,517,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(13931,517,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(13932,517,'is_vat_exempt','no'),(13933,517,'Payment type','instant'),(13934,517,'_transaction_id','0N836178WS894503T'),(13935,517,'_paypal_status','completed'),(13936,517,'PayPal Transaction Fee','15.59'),(13937,517,'_date_paid','1627052121'),(13938,517,'_paid_date','2021-07-23 14:55:21'),(13939,517,'_download_permissions_granted','yes'),(13940,517,'_recorded_sales','yes'),(13941,517,'_recorded_coupon_usage_counts','yes'),(13942,517,'_order_stock_reduced','yes'),(13943,517,'_new_order_email_sent','true'),(13944,20,'_edit_lock','1627057017:2'),(13945,22,'_edit_lock','1747236004:2'),(13946,20,'_edit_last','2'),(13947,20,'_wp_page_template','default'),(13948,20,'_wc_memberships_force_public','no'),(13949,20,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13950,20,'site-sidebar-layout','default'),(13951,20,'site-content-layout','default'),(13952,20,'theme-transparent-header-meta','default'),(13953,20,'stick-header-meta','default'),(13954,21,'_edit_last','2'),(13955,21,'_wc_memberships_force_public','no'),(13956,21,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13957,21,'site-sidebar-layout','default'),(13958,21,'site-content-layout','default'),(13959,21,'theme-transparent-header-meta','default'),(13960,21,'stick-header-meta','default'),(13961,16,'_wc_memberships_force_public','yes'),(13962,16,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13963,22,'_edit_last','95'),(13964,22,'_wp_page_template','default'),(13965,22,'_wc_memberships_force_public','yes'),(13966,22,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13967,22,'site-sidebar-layout','default'),(13968,22,'site-content-layout','default'),(13969,22,'theme-transparent-header-meta','default'),(13970,22,'stick-header-meta','default'),(13971,158,'_wc_memberships_force_public','no'),(13972,158,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13973,158,'theme-transparent-header-meta','default'),(13974,158,'stick-header-meta','default'),(13975,19,'_edit_last','2'),(13976,19,'_wp_page_template','default'),(13977,19,'_wc_memberships_force_public','no'),(13978,19,'_wc_memberships_use_custom_page_content_restricted_message','no'),(13979,19,'site-sidebar-layout','default'),(13980,19,'site-content-layout','default'),(13981,19,'theme-transparent-header-meta','default'),(13982,19,'stick-header-meta','default'),(13983,518,'_order_key','wc_order_LFTJlQ2Z29R6I'),(13984,518,'_customer_user','87'),(13985,518,'_payment_method','paypal'),(13986,518,'_payment_method_title','PayPal'),(13987,518,'_customer_ip_address','99.190.5.233'),(13988,518,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(13989,518,'_created_via','checkout'),(13990,518,'_cart_hash','5825f713a851e389a9c41d9841d06c35'),(13991,518,'_billing_first_name','Wade'),(13992,518,'_billing_last_name','Huntsman'),(13993,518,'_billing_company','LCA Midsouth'),(13994,518,'_billing_address_1','1104 E 25th St.'),(13995,518,'_billing_city','Tulsa'),(13996,518,'_billing_state','OK'),(13997,518,'_billing_postcode','74114'),(13998,518,'_billing_country','US'),(13999,518,'_billing_email','info@liceclinicsmidsouth.com'),(14000,518,'_billing_phone','9189783329'),(14001,518,'_shipping_first_name','Katee'),(14002,518,'_shipping_last_name','Morrison'),(14003,518,'_shipping_company','Lice Clinics of America'),(14004,518,'_shipping_address_1','748 Brookwood Dr'),(14005,518,'_shipping_address_2','Apt 103'),(14006,518,'_shipping_city','Oklahoma CIty'),(14007,518,'_shipping_state','OK'),(14008,518,'_shipping_postcode','74139'),(14009,518,'_shipping_country','US'),(14010,518,'_order_currency','USD'),(14011,518,'_cart_discount','0'),(14012,518,'_cart_discount_tax','0'),(14013,518,'_order_shipping','0'),(14014,518,'_order_shipping_tax','0'),(14015,518,'_order_tax','0'),(14016,518,'_order_total','576.00'),(14017,518,'_order_version','5.5.2'),(14018,518,'_prices_include_tax','no'),(14019,518,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(14020,518,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103 Oklahoma CIty OK 74139 US'),(14021,518,'is_vat_exempt','no'),(14022,518,'Payment type','instant'),(14023,518,'_transaction_id','9K681061UG432693X'),(14024,518,'_paypal_status','completed'),(14025,518,'PayPal Transaction Fee','17.00'),(14026,518,'_date_paid','1627070265'),(14027,518,'_paid_date','2021-07-23 19:57:45'),(14028,518,'_download_permissions_granted','yes'),(14029,518,'_recorded_sales','yes'),(14030,518,'_recorded_coupon_usage_counts','yes'),(14031,518,'_order_stock_reduced','yes'),(14032,518,'_new_order_email_sent','true'),(14033,519,'_order_key','wc_order_lFZVtQGxkf7b5'),(14034,519,'_customer_user','87'),(14035,519,'_payment_method','paypal'),(14036,519,'_payment_method_title','PayPal'),(14037,519,'_customer_ip_address','99.190.5.233'),(14038,519,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(14039,519,'_created_via','checkout'),(14040,519,'_cart_hash','5d85cf7b1999b5ec8b53fa708d1d50e8'),(14041,519,'_billing_first_name','Wade'),(14042,519,'_billing_last_name','Huntsman'),(14043,519,'_billing_company','LCA Midsouth'),(14044,519,'_billing_address_1','1104 E 25th St.'),(14045,519,'_billing_city','Tulsa'),(14046,519,'_billing_state','OK'),(14047,519,'_billing_postcode','74114'),(14048,519,'_billing_country','US'),(14049,519,'_billing_email','info@liceclinicsmidsouth.com'),(14050,519,'_billing_phone','9189783329'),(14051,519,'_shipping_first_name','Logan'),(14052,519,'_shipping_last_name','Witt'),(14053,519,'_shipping_company','Lice Clinics of America'),(14054,519,'_shipping_address_1','3000 S. 28th Place'),(14055,519,'_shipping_address_2','Apt 12'),(14056,519,'_shipping_city','Rogers'),(14057,519,'_shipping_state','AR'),(14058,519,'_shipping_postcode','72756'),(14059,519,'_shipping_country','US'),(14060,519,'_order_currency','USD'),(14061,519,'_cart_discount','0'),(14062,519,'_cart_discount_tax','0'),(14063,519,'_order_shipping','0'),(14064,519,'_order_shipping_tax','0'),(14065,519,'_order_tax','0'),(14066,519,'_order_total','504.00'),(14067,519,'_order_version','5.5.2'),(14068,519,'_prices_include_tax','no'),(14069,519,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(14070,519,'_shipping_address_index','Logan Witt Lice Clinics of America 3000 S. 28th Place Apt 12 Rogers AR 72756 US'),(14071,519,'is_vat_exempt','no'),(14072,519,'Payment type','instant'),(14073,519,'_transaction_id','850672969R668903N'),(14074,519,'_paypal_status','completed'),(14075,519,'PayPal Transaction Fee','14.92'),(14076,519,'_date_paid','1627070474'),(14077,519,'_paid_date','2021-07-23 20:01:14'),(14078,519,'_download_permissions_granted','yes'),(14079,519,'_recorded_sales','yes'),(14080,519,'_recorded_coupon_usage_counts','yes'),(14081,519,'_order_stock_reduced','yes'),(14082,519,'_new_order_email_sent','true'),(14083,520,'_order_key','wc_order_IZ3HKNGAcjxrw'),(14084,520,'_customer_user','87'),(14085,520,'_payment_method','paypal'),(14086,520,'_payment_method_title','PayPal'),(14087,520,'_customer_ip_address','99.190.5.233'),(14088,520,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(14089,520,'_created_via','checkout'),(14090,520,'_cart_hash','d8c3c65632a7f81afaeb0b76f02900ab'),(14091,520,'_billing_first_name','Wade'),(14092,520,'_billing_last_name','Huntsman'),(14093,520,'_billing_company','LCA Midsouth'),(14094,520,'_billing_address_1','1104 E 25th St.'),(14095,520,'_billing_city','Tulsa'),(14096,520,'_billing_state','OK'),(14097,520,'_billing_postcode','74114'),(14098,520,'_billing_country','US'),(14099,520,'_billing_email','info@liceclinicsmidsouth.com'),(14100,520,'_billing_phone','9189783329'),(14101,520,'_shipping_first_name','Wade'),(14102,520,'_shipping_last_name','Huntsman'),(14103,520,'_shipping_company','Lice Clinics of America'),(14104,520,'_shipping_address_1','3421 E 21st St'),(14105,520,'_shipping_city','Tulsa'),(14106,520,'_shipping_state','OK'),(14107,520,'_shipping_postcode','74114'),(14108,520,'_shipping_country','US'),(14109,520,'_order_currency','USD'),(14110,520,'_cart_discount','0'),(14111,520,'_cart_discount_tax','0'),(14112,520,'_order_shipping','0'),(14113,520,'_order_shipping_tax','0'),(14114,520,'_order_tax','0'),(14115,520,'_order_total','504.00'),(14116,520,'_order_version','5.5.2'),(14117,520,'_prices_include_tax','no'),(14118,520,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(14119,520,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st St  Tulsa OK 74114 US'),(14120,520,'is_vat_exempt','no'),(14121,520,'Payment type','instant'),(14122,520,'_transaction_id','1ME85972KD743573X'),(14123,520,'_paypal_status','completed'),(14124,520,'PayPal Transaction Fee','14.92'),(14125,520,'_date_paid','1627070672'),(14126,520,'_paid_date','2021-07-23 20:04:32'),(14127,520,'_download_permissions_granted','yes'),(14128,520,'_recorded_sales','yes'),(14129,520,'_recorded_coupon_usage_counts','yes'),(14130,520,'_order_stock_reduced','yes'),(14131,520,'_new_order_email_sent','true'),(14132,521,'_order_key','wc_order_cVL4BB0kj6VUg'),(14133,521,'_customer_user','87'),(14134,521,'_payment_method','paypal'),(14135,521,'_payment_method_title','PayPal'),(14136,521,'_customer_ip_address','99.190.5.233'),(14137,521,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(14138,521,'_created_via','checkout'),(14139,521,'_cart_hash','ff73e673360b487a81f7b82e67e537e3'),(14140,521,'_billing_first_name','Wade'),(14141,521,'_billing_last_name','Huntsman'),(14142,521,'_billing_company','LCA Midsouth'),(14143,521,'_billing_address_1','1104 E 25th St.'),(14144,521,'_billing_city','Tulsa'),(14145,521,'_billing_state','OK'),(14146,521,'_billing_postcode','74114'),(14147,521,'_billing_country','US'),(14148,521,'_billing_email','info@liceclinicsmidsouth.com'),(14149,521,'_billing_phone','9189783329'),(14150,521,'_shipping_first_name','Iam'),(14151,521,'_shipping_last_name','Zinth'),(14152,521,'_shipping_company','Lice Clinics of America'),(14153,521,'_shipping_address_1','16654 E Kent Drive'),(14154,521,'_shipping_city','Aurora'),(14155,521,'_shipping_state','CO'),(14156,521,'_shipping_postcode','80013'),(14157,521,'_shipping_country','US'),(14158,521,'_order_currency','USD'),(14159,521,'_cart_discount','0'),(14160,521,'_cart_discount_tax','0'),(14161,521,'_order_shipping','10.18'),(14162,521,'_order_shipping_tax','0'),(14163,521,'_order_tax','0'),(14164,521,'_order_total','10.18'),(14165,521,'_order_version','5.5.2'),(14166,521,'_prices_include_tax','no'),(14167,521,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(14168,521,'_shipping_address_index','Iam Zinth Lice Clinics of America 16654 E Kent Drive  Aurora CO 80013 US'),(14169,521,'is_vat_exempt','no'),(14170,521,'Payment type','instant'),(14171,521,'_transaction_id','53A53588PW9574831'),(14172,521,'_paypal_status','completed'),(14173,521,'PayPal Transaction Fee','0.60'),(14174,521,'_date_paid','1627070898'),(14175,521,'_paid_date','2021-07-23 20:08:18'),(14176,521,'_download_permissions_granted','yes'),(14177,521,'_recorded_sales','yes'),(14178,521,'_recorded_coupon_usage_counts','yes'),(14179,521,'_order_stock_reduced','yes'),(14180,521,'_new_order_email_sent','true'),(14220,523,'_order_key','wc_order_Bb4vQNup0s8mF'),(14221,523,'_customer_user','84'),(14222,523,'_payment_method','paypal'),(14223,523,'_payment_method_title','PayPal'),(14224,523,'_customer_ip_address','73.223.119.21'),(14225,523,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(14226,523,'_created_via','checkout'),(14227,523,'_cart_hash','df1870cc39baf5dfac1d3724624031af'),(14228,523,'_billing_first_name','Thuytien'),(14229,523,'_billing_last_name','Du'),(14230,523,'_billing_company','Nitzy'),(14231,523,'_billing_address_1','1126 Rockefeller dr'),(14232,523,'_billing_city','Sunnyvale'),(14233,523,'_billing_state','CA'),(14234,523,'_billing_postcode','94087'),(14235,523,'_billing_country','US'),(14236,523,'_billing_email','nitzyliceremoval@gmail.com'),(14237,523,'_billing_phone','4082309895'),(14238,523,'_shipping_first_name','Thuytien'),(14239,523,'_shipping_last_name','Du'),(14240,523,'_shipping_company','LCA Nitzy Sunnyvale'),(14241,523,'_shipping_address_1','545 South Murphy Ave'),(14242,523,'_shipping_city','Sunnyvale'),(14243,523,'_shipping_state','CA'),(14244,523,'_shipping_postcode','94086'),(14245,523,'_shipping_country','US'),(14246,523,'_order_currency','USD'),(14247,523,'_cart_discount','0'),(14248,523,'_cart_discount_tax','0'),(14249,523,'_order_shipping','0'),(14250,523,'_order_shipping_tax','0'),(14251,523,'_order_tax','0'),(14252,523,'_order_total','523.20'),(14253,523,'_order_version','5.5.2'),(14254,523,'_prices_include_tax','no'),(14255,523,'_billing_address_index','Thuytien Du Nitzy 1126 Rockefeller dr  Sunnyvale CA 94087 US nitzyliceremoval@gmail.com 4082309895'),(14256,523,'_shipping_address_index','Thuytien Du LCA Nitzy Sunnyvale 545 South Murphy Ave  Sunnyvale CA 94086 US'),(14257,523,'is_vat_exempt','no'),(14258,523,'Payment type','instant'),(14259,523,'_transaction_id','44R66902Y5906784F'),(14260,523,'_paypal_status','completed'),(14261,523,'PayPal Transaction Fee','15.47'),(14262,523,'_date_paid','1627089541'),(14263,523,'_paid_date','2021-07-24 01:19:01'),(14264,523,'_download_permissions_granted','yes'),(14265,523,'_recorded_sales','yes'),(14266,523,'_recorded_coupon_usage_counts','yes'),(14267,523,'_order_stock_reduced','yes'),(14268,523,'_new_order_email_sent','true'),(14269,524,'_order_key','wc_order_hKNBgjWLzYBx3'),(14270,524,'_customer_user','57'),(14271,524,'_payment_method','paypal'),(14272,524,'_payment_method_title','PayPal'),(14273,524,'_customer_ip_address','99.4.183.234'),(14274,524,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),(14275,524,'_created_via','checkout'),(14276,524,'_cart_hash','64aac5341ced7db2392dc541475fae37'),(14277,524,'_billing_first_name','Heather'),(14278,524,'_billing_last_name','Purtle'),(14279,524,'_billing_address_1','1 Creekview Ct'),(14280,524,'_billing_address_2','Ste C'),(14281,524,'_billing_city','Greenville'),(14282,524,'_billing_state','SC'),(14283,524,'_billing_postcode','29615'),(14284,524,'_billing_country','US'),(14285,524,'_billing_email','info@liceclinicsupstatesc.com'),(14286,524,'_billing_phone','8643604388'),(14287,524,'_shipping_first_name','Heather'),(14288,524,'_shipping_last_name','Purtle'),(14289,524,'_shipping_company','LCA Greenville'),(14290,524,'_shipping_address_1','1 Creekview Court'),(14291,524,'_shipping_address_2','Suite C'),(14292,524,'_shipping_city','Greenville'),(14293,524,'_shipping_state','SC'),(14294,524,'_shipping_postcode','29615'),(14295,524,'_shipping_country','US'),(14296,524,'_order_currency','USD'),(14297,524,'_cart_discount','0'),(14298,524,'_cart_discount_tax','0'),(14299,524,'_order_shipping','33.58'),(14300,524,'_order_shipping_tax','0'),(14301,524,'_order_tax','0'),(14302,524,'_order_total','227.48'),(14303,524,'_order_version','5.5.2'),(14304,524,'_prices_include_tax','no'),(14305,524,'_billing_address_index','Heather Purtle  1 Creekview Ct Ste C Greenville SC 29615 US info@liceclinicsupstatesc.com 8643604388'),(14306,524,'_shipping_address_index','Heather Purtle LCA Greenville 1 Creekview Court Suite C Greenville SC 29615 US'),(14307,524,'is_vat_exempt','no'),(14308,524,'Payment type','instant'),(14309,524,'_transaction_id','7N722492S14917242'),(14310,524,'_paypal_status','completed'),(14311,524,'PayPal Transaction Fee','6.90'),(14312,524,'_date_paid','1627092765'),(14313,524,'_paid_date','2021-07-24 02:12:45'),(14314,524,'_download_permissions_granted','yes'),(14315,524,'_recorded_sales','yes'),(14316,524,'_recorded_coupon_usage_counts','yes'),(14317,524,'_order_stock_reduced','yes'),(14318,524,'_new_order_email_sent','true'),(14319,525,'_order_key','wc_order_DXOfIZ7xphGUJ'),(14320,525,'_customer_user','21'),(14321,525,'_payment_method','paypal'),(14322,525,'_payment_method_title','PayPal'),(14323,525,'_customer_ip_address','173.216.41.31'),(14324,525,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(14325,525,'_created_via','checkout'),(14326,525,'_cart_hash','6da739569bb7650cc7ec730ac64ba29a'),(14327,525,'_billing_first_name','LCA'),(14328,525,'_billing_last_name','Arkansas'),(14329,525,'_billing_company','LCA - Central Arkansas'),(14330,525,'_billing_address_1','1011 N. 2nd St., Ste. D'),(14331,525,'_billing_city','Cabot'),(14332,525,'_billing_state','AR'),(14333,525,'_billing_postcode','72023'),(14334,525,'_billing_country','US'),(14335,525,'_billing_email','liceclinicslittlerock@gmail.com'),(14336,525,'_billing_phone','15014249396'),(14337,525,'_shipping_first_name','LCA'),(14338,525,'_shipping_last_name','Arkansas'),(14339,525,'_shipping_company','LCA - Central Arkansas'),(14340,525,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(14341,525,'_shipping_city','Cabot'),(14342,525,'_shipping_state','AR'),(14343,525,'_shipping_postcode','72023'),(14344,525,'_shipping_country','US'),(14345,525,'_order_currency','USD'),(14346,525,'_cart_discount','0'),(14347,525,'_cart_discount_tax','0'),(14348,525,'_order_shipping','0'),(14349,525,'_order_shipping_tax','0'),(14350,525,'_order_tax','0'),(14351,525,'_order_total','1078.40'),(14352,525,'_order_version','5.5.2'),(14353,525,'_prices_include_tax','no'),(14354,525,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(14355,525,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US'),(14356,525,'is_vat_exempt','no'),(14357,525,'Payment type','instant'),(14358,525,'_transaction_id','52406443CH783231V'),(14359,525,'_paypal_status','completed'),(14360,525,'PayPal Transaction Fee','31.57'),(14361,525,'_date_paid','1627093290'),(14362,525,'_paid_date','2021-07-24 02:21:30'),(14363,525,'_download_permissions_granted','yes'),(14364,525,'_recorded_sales','yes'),(14365,525,'_recorded_coupon_usage_counts','yes'),(14366,525,'_order_stock_reduced','yes'),(14367,525,'_new_order_email_sent','true'),(14368,526,'_order_key','wc_order_VwJSBXXGTNOPD'),(14369,526,'_customer_user','36'),(14370,526,'_payment_method','paypal'),(14371,526,'_payment_method_title','PayPal'),(14372,526,'_customer_ip_address','47.35.24.157'),(14373,526,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(14374,526,'_created_via','checkout'),(14375,526,'_cart_hash','78ff5e8649e6a3ef6f6c2f204b99878b'),(14376,526,'_billing_first_name','Melanie'),(14377,526,'_billing_last_name','Sherman'),(14378,526,'_billing_company','Lice Clinics of Bakersfield'),(14379,526,'_billing_address_1','2920 F ST'),(14380,526,'_billing_address_2','G-9'),(14381,526,'_billing_city','Bakersfield'),(14382,526,'_billing_state','CA'),(14383,526,'_billing_postcode','93301'),(14384,526,'_billing_country','US'),(14385,526,'_billing_email','2920lca@gmail.com'),(14386,526,'_billing_phone','661-616-8900'),(14387,526,'_shipping_first_name','Melanie'),(14388,526,'_shipping_last_name','Sherman'),(14389,526,'_shipping_company','Lice Clinics of Bakersfield'),(14390,526,'_shipping_address_1','2920 F ST'),(14391,526,'_shipping_address_2','G-9'),(14392,526,'_shipping_city','Bakersfield'),(14393,526,'_shipping_state','CA'),(14394,526,'_shipping_postcode','93301'),(14395,526,'_shipping_country','US'),(14396,526,'_order_currency','USD'),(14397,526,'_cart_discount','0'),(14398,526,'_cart_discount_tax','0'),(14399,526,'_order_shipping','0'),(14400,526,'_order_shipping_tax','0'),(14401,526,'_order_tax','0'),(14402,526,'_order_total','688.80'),(14403,526,'_order_version','5.5.2'),(14404,526,'_prices_include_tax','no'),(14405,526,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(14406,526,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US'),(14407,526,'is_vat_exempt','no'),(14408,526,'Payment type','instant'),(14409,526,'_transaction_id','9B225579EN502853L'),(14410,526,'_paypal_status','completed'),(14411,526,'PayPal Transaction Fee','20.28'),(14412,526,'_date_paid','1627154830'),(14413,526,'_paid_date','2021-07-24 19:27:10'),(14414,526,'_download_permissions_granted','yes'),(14415,526,'_recorded_sales','yes'),(14416,526,'_recorded_coupon_usage_counts','yes'),(14417,526,'_order_stock_reduced','yes'),(14418,526,'_new_order_email_sent','true'),(14419,527,'_order_key','wc_order_MiI2Qz6iDRMHx'),(14420,527,'_customer_user','79'),(14421,527,'_payment_method','paypal'),(14422,527,'_payment_method_title','PayPal'),(14423,527,'_customer_ip_address','174.203.33.69'),(14424,527,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(14425,527,'_created_via','checkout'),(14426,527,'_cart_hash','882d78c4a2d8c0526285b055d944784a'),(14427,527,'_billing_first_name','Shanna'),(14428,527,'_billing_last_name','Castille'),(14429,527,'_billing_address_1','1097 Hundley Rd'),(14430,527,'_billing_city','Eunice'),(14431,527,'_billing_state','LA'),(14432,527,'_billing_postcode','70535'),(14433,527,'_billing_country','US'),(14434,527,'_billing_email','Shanna_sr09@yahoo.com'),(14435,527,'_billing_phone','3374668998'),(14436,527,'_shipping_first_name','Shanna'),(14437,527,'_shipping_last_name','Castille'),(14438,527,'_shipping_address_1','1097 Hundley Rd'),(14439,527,'_shipping_city','eunice'),(14440,527,'_shipping_state','LA'),(14441,527,'_shipping_postcode','70535'),(14442,527,'_shipping_country','US'),(14443,527,'_order_currency','USD'),(14444,527,'_cart_discount','0'),(14445,527,'_cart_discount_tax','0'),(14446,527,'_order_shipping','26.55'),(14447,527,'_order_shipping_tax','0'),(14448,527,'_order_tax','0'),(14449,527,'_order_total','413.91'),(14450,527,'_order_version','5.5.2'),(14451,527,'_prices_include_tax','no'),(14452,527,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(14453,527,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US'),(14454,527,'is_vat_exempt','no'),(14455,527,'Payment type','instant'),(14456,527,'_transaction_id','5HB92387F5467352J'),(14457,527,'_paypal_status','completed'),(14458,527,'PayPal Transaction Fee','12.30'),(14459,527,'_date_paid','1627230698'),(14460,527,'_paid_date','2021-07-25 16:31:38'),(14461,527,'_download_permissions_granted','yes'),(14462,527,'_recorded_sales','yes'),(14463,527,'_recorded_coupon_usage_counts','yes'),(14464,527,'_order_stock_reduced','yes'),(14465,527,'_new_order_email_sent','true'),(14466,528,'_order_key','wc_order_rJs0y63fPzxBm'),(14467,528,'_customer_user','61'),(14468,528,'_payment_method','paypal'),(14469,528,'_payment_method_title','PayPal'),(14470,528,'_customer_ip_address','69.174.167.167'),(14471,528,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(14472,528,'_created_via','checkout'),(14473,528,'_cart_hash','c8e0074c754d869d76c65c074c97955b'),(14474,528,'_billing_first_name','Judith'),(14475,528,'_billing_last_name','Hayden'),(14476,528,'_billing_company','LCA Florence'),(14477,528,'_billing_address_1','1795 Alysheba Way'),(14478,528,'_billing_address_2','Ste 4105'),(14479,528,'_billing_city','Lexington'),(14480,528,'_billing_state','KY'),(14481,528,'_billing_postcode','40509'),(14482,528,'_billing_country','US'),(14483,528,'_billing_email','info@liceclinicslexington.com'),(14484,528,'_billing_phone','8595376966'),(14485,528,'_shipping_first_name','Judy'),(14486,528,'_shipping_last_name','Hayden'),(14487,528,'_shipping_company','LCA Florence'),(14488,528,'_shipping_address_1','6905 Burlington Pike'),(14489,528,'_shipping_address_2','Ste A'),(14490,528,'_shipping_city','Florence'),(14491,528,'_shipping_state','KY'),(14492,528,'_shipping_postcode','41042'),(14493,528,'_shipping_country','US'),(14494,528,'_order_currency','USD'),(14495,528,'_cart_discount','0'),(14496,528,'_cart_discount_tax','0'),(14497,528,'_order_shipping','0'),(14498,528,'_order_shipping_tax','0'),(14499,528,'_order_tax','0'),(14500,528,'_order_total','868.00'),(14501,528,'_order_version','5.5.2'),(14502,528,'_prices_include_tax','no'),(14503,528,'_billing_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(14504,528,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US'),(14505,528,'is_vat_exempt','no'),(14506,528,'Payment type','instant'),(14507,528,'_transaction_id','8RD27112T3827003Y'),(14508,528,'_paypal_status','completed'),(14509,528,'PayPal Transaction Fee','25.47'),(14510,528,'_date_paid','1627257692'),(14511,528,'_paid_date','2021-07-26 00:01:32'),(14512,528,'_download_permissions_granted','yes'),(14513,528,'_recorded_sales','yes'),(14514,528,'_recorded_coupon_usage_counts','yes'),(14515,528,'_order_stock_reduced','yes'),(14516,528,'_new_order_email_sent','true'),(14517,516,'_edit_lock','1627306730:2'),(14518,516,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044670\";s:12:\"date_shipped\";s:10:\"1626998400\";s:11:\"tracking_id\";s:32:\"465f1f495763bbc86f6a44e86437e38c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044669\";s:12:\"date_shipped\";s:10:\"1626998400\";s:11:\"tracking_id\";s:32:\"65e7a04db8a94169ebb1f1afa10dfcf0\";}}'),(14519,516,'_edit_last','2'),(14520,516,'_date_completed','1627306598'),(14521,516,'_completed_date','2021-07-26 13:36:38'),(14522,517,'_edit_lock','1627306821:2'),(14523,517,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044728\";s:12:\"date_shipped\";s:10:\"1626998400\";s:11:\"tracking_id\";s:32:\"59423a354d833215a16962a01c16fef1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044717\";s:12:\"date_shipped\";s:10:\"1626998400\";s:11:\"tracking_id\";s:32:\"0851661a11a1799e3422633bb2991395\";}}'),(14524,517,'_edit_last','2'),(14525,517,'_date_completed','1627306935'),(14526,517,'_completed_date','2021-07-26 13:42:15'),(14567,530,'_order_key','wc_order_bJvRyr7izsDTU'),(14568,530,'_customer_user','61'),(14569,530,'_payment_method','paypal'),(14570,530,'_payment_method_title','PayPal'),(14571,530,'_customer_ip_address','69.174.167.215'),(14572,530,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(14573,530,'_created_via','checkout'),(14574,530,'_cart_hash','d78be5aaa597339a730d9d6e369fad58'),(14575,530,'_billing_first_name','Judith'),(14576,530,'_billing_last_name','Hayden'),(14577,530,'_billing_company','LCA Lexington'),(14578,530,'_billing_address_1','1795 Alysheba Way'),(14579,530,'_billing_address_2','Ste 4105'),(14580,530,'_billing_city','Lexington'),(14581,530,'_billing_state','KY'),(14582,530,'_billing_postcode','40509'),(14583,530,'_billing_country','US'),(14584,530,'_billing_email','info@liceclinicslexington.com'),(14585,530,'_billing_phone','8595376966'),(14586,530,'_shipping_first_name','Judith'),(14587,530,'_shipping_last_name','Hayden'),(14588,530,'_shipping_company','LCA Lexington'),(14589,530,'_shipping_address_1','1795 Alysheba Way'),(14590,530,'_shipping_address_2','Ste 4105'),(14591,530,'_shipping_city','Lexington'),(14592,530,'_shipping_state','KY'),(14593,530,'_shipping_postcode','40509'),(14594,530,'_shipping_country','US'),(14595,530,'_order_currency','USD'),(14596,530,'_cart_discount','0'),(14597,530,'_cart_discount_tax','0'),(14598,530,'_order_shipping','56.13'),(14599,530,'_order_shipping_tax','0'),(14600,530,'_order_tax','0'),(14601,530,'_order_total','699.49'),(14602,530,'_order_version','5.5.2'),(14603,530,'_prices_include_tax','no'),(14604,530,'_billing_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(14605,530,'_shipping_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US'),(14606,530,'is_vat_exempt','no'),(14607,530,'Payment type','instant'),(14608,530,'_transaction_id','0D566398JT143484M'),(14609,530,'_paypal_status','completed'),(14610,530,'PayPal Transaction Fee','20.59'),(14611,530,'_date_paid','1627313907'),(14612,530,'_paid_date','2021-07-26 15:38:27'),(14613,530,'_download_permissions_granted','yes'),(14614,530,'_recorded_sales','yes'),(14615,530,'_recorded_coupon_usage_counts','yes'),(14616,530,'_order_stock_reduced','yes'),(14617,530,'_new_order_email_sent','true'),(14618,531,'_edit_lock','1752174341:2'),(14619,531,'_edit_last','2'),(14620,531,'_elementor_edit_mode','builder'),(14621,531,'_elementor_template_type','wp-page'),(14622,531,'_elementor_version','3.30.2'),(14623,531,'_elementor_pro_version','3.30.0'),(14624,531,'_astra_content_layout_flag','disabled'),(14625,531,'site-post-title','disabled'),(14626,531,'ast-title-bar-display','disabled'),(14627,531,'ast-featured-img','disabled'),(14628,531,'site-content-layout','page-builder'),(14629,531,'site-sidebar-layout','no-sidebar'),(14630,531,'_wp_page_template','default'),(14631,531,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(14632,531,'_wc_memberships_force_public','no'),(14633,531,'_wc_memberships_use_custom_page_content_restricted_message','no'),(14634,531,'theme-transparent-header-meta','default'),(14635,531,'stick-header-meta','default'),(14651,532,'_order_key','wc_order_IqcXQXkyjCFma'),(14652,532,'_customer_user','63'),(14653,532,'_payment_method','paypal'),(14654,532,'_payment_method_title','PayPal'),(14655,532,'_customer_ip_address','24.19.102.130'),(14656,532,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:78.0) Gecko/20100101 Firefox/78.0'),(14657,532,'_created_via','checkout'),(14658,532,'_cart_hash','e698777e66085c2622e008a665645e93'),(14659,532,'_billing_first_name','Lisa'),(14660,532,'_billing_last_name','Hagman'),(14661,532,'_billing_address_1','2458 E Phinney Bay Drive'),(14662,532,'_billing_city','Bremerton'),(14663,532,'_billing_state','WA'),(14664,532,'_billing_postcode','98312'),(14665,532,'_billing_country','US'),(14666,532,'_billing_email','info@liceclinicspugetsound.com'),(14667,532,'_billing_phone','360-471-7900'),(14668,532,'_shipping_first_name','Lisa'),(14669,532,'_shipping_last_name','Hagman'),(14670,532,'_shipping_address_1','2458 E Phinney Bay Drive'),(14671,532,'_shipping_city','Bremerton'),(14672,532,'_shipping_state','WA'),(14673,532,'_shipping_postcode','98312'),(14674,532,'_shipping_country','US'),(14675,532,'_order_currency','USD'),(14676,532,'_cart_discount','0'),(14677,532,'_cart_discount_tax','0'),(14678,532,'_order_shipping','152.45'),(14679,532,'_order_shipping_tax','0'),(14680,532,'_order_tax','0'),(14681,532,'_order_total','152.45'),(14682,532,'_order_version','5.5.2'),(14683,532,'_prices_include_tax','no'),(14684,532,'_billing_address_index','Lisa Hagman  2458 E Phinney Bay Drive  Bremerton WA 98312 US info@liceclinicspugetsound.com 360-471-7900'),(14685,532,'_shipping_address_index','Lisa Hagman  2458 E Phinney Bay Drive  Bremerton WA 98312 US'),(14686,532,'is_vat_exempt','no'),(14687,532,'Payment type','instant'),(14688,532,'_transaction_id','0SH03796A8306402H'),(14689,532,'_paypal_status','completed'),(14690,532,'PayPal Transaction Fee','4.72'),(14691,532,'_date_paid','1627323740'),(14692,532,'_paid_date','2021-07-26 18:22:20'),(14693,532,'_download_permissions_granted','yes'),(14694,532,'_recorded_sales','yes'),(14695,532,'_recorded_coupon_usage_counts','yes'),(14696,532,'_order_stock_reduced','yes'),(14697,532,'_new_order_email_sent','true'),(14748,528,'_edit_lock','1627338533:2'),(14750,530,'_edit_lock','1627338192:2'),(14751,530,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045242\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"f6af34a8d91a25cfbecd01063bf0c3a7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045231\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"fc1f9341e2135edf8100ff27f5027244\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045220\";s:12:\"date_shipped\";i:1627338328;s:11:\"tracking_id\";s:32:\"7b1e2eb507ca6ba71952d0b9765b17c7\";}}'),(14752,530,'_edit_last','2'),(14753,530,'_date_completed','1627338332'),(14754,530,'_completed_date','2021-07-26 22:25:32'),(14755,526,'_edit_lock','1627338462:2'),(14756,526,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045117\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"f970d4591b0e8d50d2994bff6b6727db\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045106\";s:12:\"date_shipped\";i:1627338373;s:11:\"tracking_id\";s:32:\"4af7c3501c395f06b7df9c84b62f36c5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045091\";s:12:\"date_shipped\";i:1627338381;s:11:\"tracking_id\";s:32:\"6311848972b37d53e2d0c5848dc11cdb\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045080\";s:12:\"date_shipped\";i:1627338389;s:11:\"tracking_id\";s:32:\"f3b7ddb5b913e3b7fa0fabdc05e29dfa\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045070\";s:12:\"date_shipped\";i:1627338397;s:11:\"tracking_id\";s:32:\"6d449241421b155f7630d6f5e71a3759\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045069\";s:12:\"date_shipped\";i:1627338415;s:11:\"tracking_id\";s:32:\"9e218db1169eb2c6a1350ad6c71b0c05\";}}'),(14757,526,'_edit_last','2'),(14758,526,'_date_completed','1627338418'),(14759,526,'_completed_date','2021-07-26 22:26:58'),(14764,528,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045025\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"f4d082259b87ce7f2a152c54f92a499a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045014\";s:12:\"date_shipped\";i:1627338648;s:11:\"tracking_id\";s:32:\"877c647e318e800691ea00d8d2a51b6f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045003\";s:12:\"date_shipped\";i:1627338654;s:11:\"tracking_id\";s:32:\"9f8b22b085e639f6caee051417a9911d\";}}'),(14765,528,'_edit_last','2'),(14766,528,'_date_completed','1627338657'),(14767,528,'_completed_date','2021-07-26 22:30:57'),(14768,527,'_edit_lock','1627338622:2'),(14769,527,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044989\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"0add6983f0a650507ec8bb74e20475d7\";}}'),(14770,527,'_edit_last','2'),(14771,527,'_date_completed','1627338733'),(14772,527,'_completed_date','2021-07-26 22:32:13'),(14773,523,'_edit_lock','1627338683:2'),(14774,523,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044978\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"bd96397a7a89a7708440c0c4dc050970\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044967\";s:12:\"date_shipped\";i:1627338805;s:11:\"tracking_id\";s:32:\"dc2c20eaeaa1479d3a57a9fb209aeb9a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044956\";s:12:\"date_shipped\";i:1627338812;s:11:\"tracking_id\";s:32:\"a57320ac50ac3f3720239eecac9b5281\";}}'),(14775,523,'_edit_last','2'),(14776,523,'_date_completed','1627338816'),(14777,523,'_completed_date','2021-07-26 22:33:36'),(14778,518,'_edit_lock','1627338935:2'),(14779,519,'_edit_lock','1627338894:2'),(14780,520,'_edit_lock','1627338743:2'),(14781,521,'_edit_lock','1627396276:2'),(14782,520,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044853\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"5b7c53abcd4d2200865e3385da2aedc2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044842\";s:12:\"date_shipped\";i:1627338873;s:11:\"tracking_id\";s:32:\"113e733b57727feb54e14098b289345c\";}}'),(14783,520,'_edit_last','2'),(14784,520,'_date_completed','1627338878'),(14785,520,'_completed_date','2021-07-26 22:34:38'),(14787,525,'_edit_lock','1627338998:2'),(14788,525,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044923\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"6e1501576b3788ca347599c2cb68cf4e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044912\";s:12:\"date_shipped\";i:1627338965;s:11:\"tracking_id\";s:32:\"8054c13254ff4b4af5aecdd62d6f0cc2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044901\";s:12:\"date_shipped\";i:1627338970;s:11:\"tracking_id\";s:32:\"9b8bb3e4b5f7212c7d066c617b232793\";}}'),(14789,525,'_edit_last','2'),(14790,525,'_date_completed','1627338974'),(14791,525,'_completed_date','2021-07-26 22:36:14'),(14792,519,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044831\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"c4956401eec212194ddf0b1215c51917\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044820\";s:12:\"date_shipped\";i:1627339013;s:11:\"tracking_id\";s:32:\"fa6474f3a5c84d9fc6fe79d634ad2189\";}}'),(14793,519,'_edit_last','2'),(14794,519,'_date_completed','1627339017'),(14795,519,'_completed_date','2021-07-26 22:36:57'),(14796,518,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044810\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"5853fecdbd106e34b6773637bfef70a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044809\";s:12:\"date_shipped\";i:1627339071;s:11:\"tracking_id\";s:32:\"67ebee87cc77372d3672da68a1d95adb\";}}'),(14797,518,'_edit_last','2'),(14798,518,'_date_completed','1627339075'),(14799,518,'_completed_date','2021-07-26 22:37:55'),(14804,524,'_edit_lock','1635521256:2'),(14805,524,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044886\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"ed682b7798ae56579cf5ece1ffaeaa02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044875\";s:12:\"date_shipped\";i:1627339161;s:11:\"tracking_id\";s:32:\"ceb4dc60cff80deaf6893405b74b40ea\";}}'),(14806,524,'_edit_last','2'),(14807,524,'_date_completed','1627339165'),(14808,524,'_completed_date','2021-07-26 22:39:25'),(14809,521,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953044864\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"c1df9deb4ddd92835374bfe48e18b25a\";}}'),(14810,521,'_edit_last','2'),(14811,521,'_date_completed','1627396414'),(14812,521,'_completed_date','2021-07-27 14:33:34'),(14813,532,'_edit_lock','1638482611:2'),(14814,532,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045301\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"4588dbb3f3523f37717dd2f62a7e5d07\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045297\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"5a9adf0aefb9887bc5f47530d7b1da21\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045286\";s:12:\"date_shipped\";s:10:\"1627257600\";s:11:\"tracking_id\";s:32:\"b5bdd54c721234df87134b6e1d9363e6\";}}'),(14815,532,'_edit_last','2'),(14816,532,'_date_completed','1627396901'),(14817,532,'_completed_date','2021-07-27 14:41:41'),(14818,538,'_order_key','wc_order_DLNGgNjPKG2qQ'),(14819,538,'_customer_user','7'),(14820,538,'_payment_method','paypal'),(14821,538,'_payment_method_title','PayPal'),(14822,538,'_customer_ip_address','71.93.225.128'),(14823,538,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(14824,538,'_created_via','checkout'),(14825,538,'_cart_hash','4027c85ba5e80053373aca84e38a79cc'),(14826,538,'_billing_first_name','Amy'),(14827,538,'_billing_last_name','Allen'),(14828,538,'_billing_company','Lice Clinics Of America'),(14829,538,'_billing_address_1','251 Promise Way'),(14830,538,'_billing_city','Hollister'),(14831,538,'_billing_state','CA'),(14832,538,'_billing_postcode','95023'),(14833,538,'_billing_country','US'),(14834,538,'_billing_email','lca.gilroy@gmail.com'),(14835,538,'_billing_phone','4085005537'),(14836,538,'_shipping_first_name','Amy'),(14837,538,'_shipping_last_name','Allen'),(14838,538,'_shipping_company','LCA Gilroy'),(14839,538,'_shipping_address_1','7680 Monterey Street'),(14840,538,'_shipping_address_2','Suite 104A'),(14841,538,'_shipping_city','Gilroy'),(14842,538,'_shipping_state','CA'),(14843,538,'_shipping_postcode','95020'),(14844,538,'_shipping_country','US'),(14845,538,'_order_currency','USD'),(14846,538,'_cart_discount','0'),(14847,538,'_cart_discount_tax','0'),(14848,538,'_order_shipping','0'),(14849,538,'_order_shipping_tax','0'),(14850,538,'_order_tax','0'),(14851,538,'_order_total','913.28'),(14852,538,'_order_version','5.5.2'),(14853,538,'_prices_include_tax','no'),(14854,538,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(14855,538,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US'),(14856,538,'is_vat_exempt','no'),(14857,538,'Payment type','instant'),(14858,538,'_transaction_id','7LP40795SS793251S'),(14859,538,'_paypal_status','completed'),(14860,538,'PayPal Transaction Fee','26.79'),(14861,538,'_date_paid','1627497514'),(14862,538,'_paid_date','2021-07-28 18:38:34'),(14863,538,'_download_permissions_granted','yes'),(14864,538,'_recorded_sales','yes'),(14865,538,'_recorded_coupon_usage_counts','yes'),(14866,538,'_order_stock_reduced','yes'),(14867,538,'_new_order_email_sent','true'),(14868,538,'_edit_lock','1627915314:2'),(14869,190,'_edit_lock','1627568294:2'),(14870,190,'_edit_last','2'),(14874,539,'_order_key','wc_order_UZ6jaFK6xLSjq'),(14875,539,'_customer_user','3'),(14876,539,'_payment_method','paypal'),(14877,539,'_payment_method_title','PayPal'),(14878,539,'_customer_ip_address','70.142.202.154'),(14879,539,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(14880,539,'_created_via','checkout'),(14881,539,'_cart_hash','4b4a7a30fb95c0ef8406c876cd087208'),(14882,539,'_billing_first_name','Amanda'),(14883,539,'_billing_last_name','Westerman'),(14884,539,'_billing_company','Lice Clinics of America McKinney'),(14885,539,'_billing_address_1','3120 Hudson Crossing'),(14886,539,'_billing_address_2','Suite A2'),(14887,539,'_billing_city','MCKINNEY'),(14888,539,'_billing_state','TX'),(14889,539,'_billing_postcode','75070'),(14890,539,'_billing_country','US'),(14891,539,'_billing_email','awesterman1103@gmail.com'),(14892,539,'_billing_phone','2144175741'),(14893,539,'_shipping_first_name','Amanda'),(14894,539,'_shipping_last_name','Westerman'),(14895,539,'_shipping_company','Lice Clinics of America McKinney'),(14896,539,'_shipping_address_1','3120 Hudson Crossing'),(14897,539,'_shipping_address_2','Suite A2'),(14898,539,'_shipping_city','MCKINNEY'),(14899,539,'_shipping_state','TX'),(14900,539,'_shipping_postcode','75070'),(14901,539,'_shipping_country','US'),(14902,539,'_order_currency','USD'),(14903,539,'_cart_discount','0'),(14904,539,'_cart_discount_tax','0'),(14905,539,'_order_shipping','0'),(14906,539,'_order_shipping_tax','0'),(14907,539,'_order_tax','0'),(14908,539,'_order_total','1067.44'),(14909,539,'_order_version','5.5.2'),(14910,539,'_prices_include_tax','no'),(14911,539,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(14912,539,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(14913,539,'is_vat_exempt','no'),(14914,539,'Payment type','instant'),(14915,539,'_transaction_id','50G68550KM974001K'),(14916,539,'_paypal_status','completed'),(14917,539,'PayPal Transaction Fee','31.26'),(14918,539,'_date_paid','1627570651'),(14919,539,'_paid_date','2021-07-29 14:57:31'),(14920,539,'_download_permissions_granted','yes'),(14921,539,'_recorded_sales','yes'),(14922,539,'_recorded_coupon_usage_counts','yes'),(14923,539,'_order_stock_reduced','yes'),(14924,539,'_new_order_email_sent','true'),(14925,540,'_order_key','wc_order_sTsuEFHIpBhup'),(14926,540,'_customer_user','37'),(14927,540,'_payment_method','paypal'),(14928,540,'_payment_method_title','PayPal'),(14929,540,'_customer_ip_address','71.28.34.252'),(14930,540,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),(14931,540,'_created_via','checkout'),(14932,540,'_cart_hash','0f459f015578c4f232b9a90da67502ae'),(14933,540,'_billing_first_name','Melody'),(14934,540,'_billing_last_name','Carter'),(14935,540,'_billing_company','Family Hair Clinic of South Ga LLC'),(14936,540,'_billing_address_1','7754 GA HIGHWAY 122 W'),(14937,540,'_billing_city','HAHIRA'),(14938,540,'_billing_state','GA'),(14939,540,'_billing_postcode','31632-2210'),(14940,540,'_billing_country','US'),(14941,540,'_billing_email','familyhairclinic@gmail.com'),(14942,540,'_billing_phone','2294151748'),(14943,540,'_shipping_first_name','Melody'),(14944,540,'_shipping_last_name','Carter'),(14945,540,'_shipping_company','LCA Family Hair Clinic'),(14946,540,'_shipping_address_1','7754 GA Highway 122 W'),(14947,540,'_shipping_city','Hahira'),(14948,540,'_shipping_state','GA'),(14949,540,'_shipping_postcode','31632'),(14950,540,'_shipping_country','US'),(14951,540,'_order_currency','USD'),(14952,540,'_cart_discount','0'),(14953,540,'_cart_discount_tax','0'),(14954,540,'_order_shipping','25.4'),(14955,540,'_order_shipping_tax','0'),(14956,540,'_order_tax','0'),(14957,540,'_order_total','145.40'),(14958,540,'_order_version','5.5.2'),(14959,540,'_prices_include_tax','no'),(14960,540,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(14961,540,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US'),(14962,540,'is_vat_exempt','no'),(14963,540,'Payment type','instant'),(14964,540,'_transaction_id','7JW5668805569681R'),(14965,540,'_paypal_status','completed'),(14966,540,'PayPal Transaction Fee','4.52'),(14967,540,'_date_paid','1627571435'),(14968,540,'_paid_date','2021-07-29 15:10:35'),(14969,540,'_download_permissions_granted','yes'),(14970,540,'_recorded_sales','yes'),(14971,540,'_recorded_coupon_usage_counts','yes'),(14972,540,'_order_stock_reduced','yes'),(14973,540,'_new_order_email_sent','true'),(14974,541,'_order_key','wc_order_lpi9Xtqhhjb2k'),(14975,541,'_customer_user','80'),(14976,541,'_payment_method','paypal'),(14977,541,'_payment_method_title','PayPal'),(14978,541,'_customer_ip_address','174.198.34.192'),(14979,541,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(14980,541,'_created_via','checkout'),(14981,541,'_cart_hash','0d9d752c21e332b9dd72069b9e403233'),(14982,541,'_billing_first_name','Sharon'),(14983,541,'_billing_last_name','Rizzuto'),(14984,541,'_billing_address_1','143 Merion Ave'),(14985,541,'_billing_city','Narberth'),(14986,541,'_billing_state','PA'),(14987,541,'_billing_postcode','19072'),(14988,541,'_billing_country','US'),(14989,541,'_billing_email','liceclinicphilly@gmail.com'),(14990,541,'_billing_phone','2155141903'),(14991,541,'_shipping_first_name','Sharon'),(14992,541,'_shipping_last_name','Rizzuto'),(14993,541,'_shipping_company','LCA Philly'),(14994,541,'_shipping_address_1','1982 Butler pike'),(14995,541,'_shipping_address_2','#4'),(14996,541,'_shipping_city','Conshohocken'),(14997,541,'_shipping_state','PA'),(14998,541,'_shipping_postcode','19428'),(14999,541,'_shipping_country','US'),(15000,541,'_order_currency','USD'),(15001,541,'_cart_discount','0'),(15002,541,'_cart_discount_tax','0'),(15003,541,'_order_shipping','58.8'),(15004,541,'_order_shipping_tax','0'),(15005,541,'_order_tax','0'),(15006,541,'_order_total','122.80'),(15007,541,'_order_version','5.5.2'),(15008,541,'_prices_include_tax','no'),(15009,541,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(15010,541,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US'),(15011,541,'is_vat_exempt','no'),(15012,541,'Payment type','instant'),(15013,541,'_transaction_id','84K187681G404024T'),(15014,541,'_paypal_status','completed'),(15015,541,'PayPal Transaction Fee','3.86'),(15016,541,'_date_paid','1627596196'),(15017,541,'_paid_date','2021-07-29 22:03:16'),(15018,541,'_download_permissions_granted','yes'),(15019,541,'_recorded_sales','yes'),(15020,541,'_recorded_coupon_usage_counts','yes'),(15021,541,'_order_stock_reduced','yes'),(15022,541,'_new_order_email_sent','true'),(15023,541,'_edit_lock','1635521356:2'),(15024,541,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045985\";s:12:\"date_shipped\";s:10:\"1627603200\";s:11:\"tracking_id\";s:32:\"27461fe4877dc753e38d76835a9abeb7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045974\";s:12:\"date_shipped\";i:1627672990;s:11:\"tracking_id\";s:32:\"79e348f68aecc2e93307bb425fc46469\";}}'),(15025,541,'_edit_last','2'),(15026,541,'_date_completed','1627673001'),(15027,541,'_completed_date','2021-07-30 19:23:21'),(15028,539,'_edit_lock','1627672967:2'),(15029,539,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045941\";s:12:\"date_shipped\";s:10:\"1627603200\";s:11:\"tracking_id\";s:32:\"b44884097ca98fa62c2905a749120e7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045930\";s:12:\"date_shipped\";i:1627673066;s:11:\"tracking_id\";s:32:\"578641cbd34db52b3d6ecfe11dd3babe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045920\";s:12:\"date_shipped\";i:1627673073;s:11:\"tracking_id\";s:32:\"47d6fed3eaef34fe5ad8179f3c1284e4\";}}'),(15030,539,'_edit_last','2'),(15031,539,'_date_completed','1627673078'),(15032,539,'_completed_date','2021-07-30 19:24:38'),(15033,540,'_edit_lock','1627915376:2'),(15034,542,'_order_key','wc_order_VAtprBrSXHobV'),(15035,542,'_customer_user','4'),(15036,542,'_payment_method','paypal'),(15037,542,'_payment_method_title','PayPal'),(15038,542,'_customer_ip_address','174.52.110.36'),(15039,542,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(15040,542,'_created_via','checkout'),(15041,542,'_cart_hash','0a734610eef480595486f26ebcc0237f'),(15042,542,'_billing_first_name','David'),(15043,542,'_billing_last_name','Washburn'),(15044,542,'_billing_company','Larada Sciences'),(15045,542,'_billing_address_1','154 East Myrtle Ave.'),(15046,542,'_billing_address_2','Ste. #101'),(15047,542,'_billing_city','Murray'),(15048,542,'_billing_state','UT'),(15049,542,'_billing_postcode','84107'),(15050,542,'_billing_country','US'),(15051,542,'_billing_email','david@laradasciences.com'),(15052,542,'_billing_phone','8019197428'),(15053,542,'_shipping_first_name','David'),(15054,542,'_shipping_last_name','Washburn'),(15055,542,'_shipping_company','Larada Sciences'),(15056,542,'_shipping_address_1','154 East Myrtle Ave.'),(15057,542,'_shipping_address_2','Ste. #101'),(15058,542,'_shipping_city','Murray'),(15059,542,'_shipping_state','UT'),(15060,542,'_shipping_postcode','84107'),(15061,542,'_shipping_country','US'),(15062,542,'_order_currency','USD'),(15063,542,'_cart_discount','0'),(15064,542,'_cart_discount_tax','0'),(15065,542,'_order_shipping','0'),(15066,542,'_order_shipping_tax','0'),(15067,542,'_order_tax','0'),(15068,542,'_order_total','527.52'),(15069,542,'_order_version','5.5.2'),(15070,542,'_prices_include_tax','no'),(15071,542,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(15072,542,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US'),(15073,542,'is_vat_exempt','no'),(15074,542,'Payment type','instant'),(15075,542,'_transaction_id','71E70410RY8175948'),(15076,542,'_paypal_status','completed'),(15077,542,'PayPal Transaction Fee','15.60'),(15078,542,'_date_paid','1627683407'),(15079,542,'_paid_date','2021-07-30 22:16:47'),(15080,542,'_download_permissions_granted','yes'),(15081,542,'_recorded_sales','yes'),(15082,542,'_recorded_coupon_usage_counts','yes'),(15083,542,'_order_stock_reduced','yes'),(15084,542,'_new_order_email_sent','true'),(15085,543,'_order_key','wc_order_Z7T4iPj9CPWMG'),(15086,543,'_customer_user','28'),(15087,543,'_payment_method','paypal'),(15088,543,'_payment_method_title','PayPal'),(15089,543,'_customer_ip_address','172.115.255.171'),(15090,543,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(15091,543,'_created_via','checkout'),(15092,543,'_cart_hash','db96ad44742efe524669b591ef128708'),(15093,543,'_billing_first_name','Kelli'),(15094,543,'_billing_last_name','Washington'),(15095,543,'_billing_company','Lice Clinics of America - Temecula'),(15096,543,'_billing_address_1','2438 Bear Rock Gln'),(15097,543,'_billing_city','Escondido'),(15098,543,'_billing_state','CA'),(15099,543,'_billing_postcode','92026'),(15100,543,'_billing_country','US'),(15101,543,'_billing_email','info@liceclinicstemecula.com'),(15102,543,'_billing_phone','7606255580'),(15103,543,'_shipping_first_name','Kelli'),(15104,543,'_shipping_last_name','Washington'),(15105,543,'_shipping_company','Lice Clinics of America - Temecula'),(15106,543,'_shipping_address_1','2438 Bear Rock Gln'),(15107,543,'_shipping_city','Escondido'),(15108,543,'_shipping_state','CA'),(15109,543,'_shipping_postcode','92026'),(15110,543,'_shipping_country','US'),(15111,543,'_order_currency','USD'),(15112,543,'_cart_discount','0'),(15113,543,'_cart_discount_tax','0'),(15114,543,'_order_shipping','26.34'),(15115,543,'_order_shipping_tax','0'),(15116,543,'_order_tax','0'),(15117,543,'_order_total','269.70'),(15118,543,'_order_version','5.5.2'),(15119,543,'_prices_include_tax','no'),(15120,543,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(15121,543,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(15122,543,'is_vat_exempt','no'),(15123,543,'Payment type','instant'),(15124,543,'_transaction_id','6UU92569E90106500'),(15125,543,'_paypal_status','completed'),(15126,543,'PayPal Transaction Fee','8.12'),(15127,543,'_date_paid','1627690666'),(15128,543,'_paid_date','2021-07-31 00:17:46'),(15129,543,'_download_permissions_granted','yes'),(15130,543,'_recorded_sales','yes'),(15131,543,'_recorded_coupon_usage_counts','yes'),(15132,543,'_order_stock_reduced','yes'),(15133,543,'_new_order_email_sent','true'),(15134,544,'_order_key','wc_order_bVZCYyf4a4NLE'),(15135,544,'_customer_user','78'),(15136,544,'_payment_method','paypal'),(15137,544,'_payment_method_title','PayPal'),(15138,544,'_customer_ip_address','108.54.149.237'),(15139,544,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(15140,544,'_created_via','checkout'),(15141,544,'_cart_hash','e8c37d2ccb97fffec634d8df58737622'),(15142,544,'_billing_first_name','Richard'),(15143,544,'_billing_last_name','Florsheim'),(15144,544,'_billing_company','Licura'),(15145,544,'_billing_address_1','3827 w fairway heights dr'),(15146,544,'_billing_city','Mequon'),(15147,544,'_billing_state','WI'),(15148,544,'_billing_postcode','53092'),(15149,544,'_billing_country','US'),(15150,544,'_billing_email','tara@liceclinicslongIsland.com'),(15151,544,'_billing_phone','5619006382'),(15152,544,'_shipping_first_name','Tara'),(15153,544,'_shipping_last_name','Johnson'),(15154,544,'_shipping_company','LCA'),(15155,544,'_shipping_address_1','2330 Faye ct'),(15156,544,'_shipping_city','Merrick'),(15157,544,'_shipping_state','NY'),(15158,544,'_shipping_postcode','11566'),(15159,544,'_shipping_country','US'),(15160,544,'_order_currency','USD'),(15161,544,'_cart_discount','0'),(15162,544,'_cart_discount_tax','0'),(15163,544,'_order_shipping','18.08'),(15164,544,'_order_shipping_tax','0'),(15165,544,'_order_tax','0'),(15166,544,'_order_total','106.08'),(15167,544,'_order_version','5.5.2'),(15168,544,'_prices_include_tax','no'),(15169,544,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(15170,544,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US'),(15171,544,'is_vat_exempt','no'),(15172,544,'Payment type','instant'),(15173,544,'_transaction_id','4K641495PF864124G'),(15174,544,'_paypal_status','completed'),(15175,544,'PayPal Transaction Fee','3.38'),(15176,544,'_date_paid','1627763953'),(15177,544,'_paid_date','2021-07-31 20:39:13'),(15178,544,'_download_permissions_granted','yes'),(15179,544,'_recorded_sales','yes'),(15180,544,'_recorded_coupon_usage_counts','yes'),(15181,544,'_order_stock_reduced','yes'),(15182,544,'_new_order_email_sent','true'),(15183,538,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045724\";s:12:\"date_shipped\";s:10:\"1627430400\";s:11:\"tracking_id\";s:32:\"5cd0c5a88744ad553557eeb00f03a908\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045713\";s:12:\"date_shipped\";s:10:\"1627430400\";s:11:\"tracking_id\";s:32:\"6c803777e37c838bedd32a9a81771b4d\";}}'),(15184,538,'_edit_last','2'),(15185,538,'_date_completed','1627915451'),(15186,538,'_completed_date','2021-08-02 14:44:11'),(15187,540,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953045849\";s:12:\"date_shipped\";s:10:\"1627430400\";s:11:\"tracking_id\";s:32:\"ac351f8ff0be1f29a637bf202282423e\";}}'),(15188,540,'_edit_last','2'),(15189,540,'_date_completed','1627915505'),(15190,540,'_completed_date','2021-08-02 14:45:05'),(15191,542,'_edit_lock','1627915414:2'),(15192,542,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046330\";s:12:\"date_shipped\";s:10:\"1627862400\";s:11:\"tracking_id\";s:32:\"8e3132ef84f1bfbfc54f4b4da12d4d40\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046320\";s:12:\"date_shipped\";i:1627915547;s:11:\"tracking_id\";s:32:\"58acc9db67b6a91dd021e2ddb3f0e1fd\";}}'),(15193,542,'_edit_last','2'),(15194,542,'_date_completed','1627915554'),(15195,542,'_completed_date','2021-08-02 14:45:54'),(15196,543,'_edit_lock','1627921899:2'),(15197,544,'_edit_lock','1627921981:2'),(15198,543,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046341\";s:12:\"date_shipped\";s:10:\"1627862400\";s:11:\"tracking_id\";s:32:\"a88aabd1160d439b76e17f7bfa2ae2d9\";}}'),(15199,543,'_edit_last','2'),(15200,543,'_date_completed','1627921995'),(15201,543,'_completed_date','2021-08-02 16:33:15'),(15202,544,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046352\";s:12:\"date_shipped\";s:10:\"1627862400\";s:11:\"tracking_id\";s:32:\"b819171a9ee11bd8b334dd4644b305e6\";}}'),(15203,544,'_edit_last','2'),(15204,544,'_date_completed','1627922076'),(15205,544,'_completed_date','2021-08-02 16:34:36'),(15206,545,'_order_key','wc_order_7HbNKxbdPOoQU'),(15207,545,'_customer_user','77'),(15208,545,'_payment_method','paypal'),(15209,545,'_payment_method_title','PayPal'),(15210,545,'_customer_ip_address','107.205.56.86'),(15211,545,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(15212,545,'_created_via','checkout'),(15213,545,'_cart_hash','91ea424f19bfd8dedaa32119e9ca6f4d'),(15214,545,'_billing_first_name','Phil'),(15215,545,'_billing_last_name','Moon'),(15216,545,'_billing_company','Lice Clinics of America--Visalia'),(15217,545,'_billing_address_1','585 56th Street'),(15218,545,'_billing_city','Oakland'),(15219,545,'_billing_state','CA'),(15220,545,'_billing_postcode','94609'),(15221,545,'_billing_country','US'),(15222,545,'_billing_email','info@liceclinicsfresno.com'),(15223,545,'_billing_phone','5593046305'),(15224,545,'_shipping_first_name','Kristen'),(15225,545,'_shipping_last_name','Maroot-Rippee'),(15226,545,'_shipping_company','Lice Busters LLC. FRESNO'),(15227,545,'_shipping_address_1','487 W. Scott Avenue'),(15228,545,'_shipping_city','Fresno'),(15229,545,'_shipping_state','CA'),(15230,545,'_shipping_postcode','93704'),(15231,545,'_shipping_country','US'),(15232,545,'_order_currency','USD'),(15233,545,'_cart_discount','0'),(15234,545,'_cart_discount_tax','0'),(15235,545,'_order_shipping','29.96'),(15236,545,'_order_shipping_tax','0'),(15237,545,'_order_tax','0'),(15238,545,'_order_total','198.96'),(15239,545,'_order_version','5.5.2'),(15240,545,'_prices_include_tax','no'),(15241,545,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(15242,545,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US'),(15243,545,'is_vat_exempt','no'),(15244,545,'Payment type','instant'),(15245,545,'_transaction_id','8U3956470A929183S'),(15246,545,'_paypal_status','completed'),(15247,545,'PayPal Transaction Fee','7.43'),(15248,545,'_date_paid','1627940704'),(15249,545,'_paid_date','2021-08-02 21:45:04'),(15250,545,'_download_permissions_granted','yes'),(15251,545,'_recorded_sales','yes'),(15252,545,'_recorded_coupon_usage_counts','yes'),(15253,545,'_order_stock_reduced','yes'),(15254,545,'_new_order_email_sent','true'),(15255,546,'_order_key','wc_order_C9DpdqfGjEwyp'),(15256,546,'_customer_user','77'),(15257,546,'_payment_method','paypal'),(15258,546,'_payment_method_title','PayPal'),(15259,546,'_customer_ip_address','107.205.56.86'),(15260,546,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(15261,546,'_created_via','checkout'),(15262,546,'_cart_hash','f09da62973f5d369df33aee398ac03ba'),(15263,546,'_billing_first_name','Phil'),(15264,546,'_billing_last_name','Moon'),(15265,546,'_billing_company','Lice Clinics of America--Visalia'),(15266,546,'_billing_address_1','585 56th Street'),(15267,546,'_billing_city','Oakland'),(15268,546,'_billing_state','CA'),(15269,546,'_billing_postcode','94609'),(15270,546,'_billing_country','US'),(15271,546,'_billing_email','info@liceclinicsfresno.com'),(15272,546,'_billing_phone','5593046305'),(15273,546,'_shipping_first_name','Kristen'),(15274,546,'_shipping_last_name','Maroot-Rippee'),(15275,546,'_shipping_company','Lice Busters LLC. FRESNO'),(15276,546,'_shipping_address_1','487 W. Scott Avenue'),(15277,546,'_shipping_city','Fresno'),(15278,546,'_shipping_state','CA'),(15279,546,'_shipping_postcode','93704'),(15280,546,'_shipping_country','US'),(15281,546,'_order_currency','USD'),(15282,546,'_cart_discount','0'),(15283,546,'_cart_discount_tax','0'),(15284,546,'_order_shipping','42.17'),(15285,546,'_order_shipping_tax','0'),(15286,546,'_order_tax','0'),(15287,546,'_order_total','167.17'),(15288,546,'_order_version','5.5.2'),(15289,546,'_prices_include_tax','no'),(15290,546,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(15291,546,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US'),(15292,546,'is_vat_exempt','no'),(15293,546,'Payment type','instant'),(15294,546,'_transaction_id','0KF543885X967525G'),(15295,546,'_paypal_status','completed'),(15296,546,'PayPal Transaction Fee','6.32'),(15297,546,'_date_paid','1627940829'),(15298,546,'_paid_date','2021-08-02 21:47:09'),(15299,546,'_download_permissions_granted','yes'),(15300,546,'_recorded_sales','yes'),(15301,546,'_recorded_coupon_usage_counts','yes'),(15302,546,'_order_stock_reduced','yes'),(15303,546,'_new_order_email_sent','true'),(15304,547,'_order_key','wc_order_ouvv8NdARDj5m'),(15305,547,'_customer_user','48'),(15306,547,'_payment_method','paypal'),(15307,547,'_payment_method_title','PayPal'),(15308,547,'_customer_ip_address','50.4.121.93'),(15309,547,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.70'),(15310,547,'_created_via','checkout'),(15311,547,'_cart_hash','aa017772274267166d7e8767db15bb64'),(15312,547,'_billing_first_name','Suzanne'),(15313,547,'_billing_last_name','McCutchan'),(15314,547,'_billing_address_1','7206 OAK HILL RD'),(15315,547,'_billing_city','Evansville'),(15316,547,'_billing_state','IN'),(15317,547,'_billing_postcode','47725'),(15318,547,'_billing_country','US'),(15319,547,'_billing_email','suzannemccutchan@outlook.com'),(15320,547,'_billing_phone','8127468389'),(15321,547,'_shipping_first_name','Suzanne'),(15322,547,'_shipping_last_name','McCutchan'),(15323,547,'_shipping_address_1','7206 Oak Hill Rd'),(15324,547,'_shipping_city','Evansville'),(15325,547,'_shipping_state','IN'),(15326,547,'_shipping_postcode','47725'),(15327,547,'_shipping_country','US'),(15328,547,'_order_currency','USD'),(15329,547,'_cart_discount','0'),(15330,547,'_cart_discount_tax','0'),(15331,547,'_order_shipping','40.18'),(15332,547,'_order_shipping_tax','0'),(15333,547,'_order_tax','0'),(15334,547,'_order_total','671.20'),(15335,547,'_order_version','5.5.2'),(15336,547,'_prices_include_tax','no'),(15337,547,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(15338,547,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US'),(15339,547,'is_vat_exempt','no'),(15340,547,'Payment type','instant'),(15341,547,'_transaction_id','04S83215CY189880R'),(15342,547,'_paypal_status','completed'),(15343,547,'PayPal Transaction Fee','23.91'),(15344,547,'_date_paid','1628001155'),(15345,547,'_paid_date','2021-08-03 14:32:35'),(15346,547,'_download_permissions_granted','yes'),(15347,547,'_recorded_sales','yes'),(15348,547,'_recorded_coupon_usage_counts','yes'),(15349,547,'_order_stock_reduced','yes'),(15350,547,'_new_order_email_sent','true'),(15351,545,'_edit_lock','1628010038:2'),(15352,546,'_edit_lock','1628019219:2'),(15353,545,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046580\";s:12:\"date_shipped\";s:10:\"1627948800\";s:11:\"tracking_id\";s:32:\"0cf9f03fce13f42414a2c848a56c2917\";}}'),(15354,545,'_edit_last','2'),(15355,545,'_date_completed','1628010157'),(15356,545,'_completed_date','2021-08-03 17:02:37'),(15357,549,'_order_key','wc_order_ADoEAB0RtRCAC'),(15358,549,'_customer_user','68'),(15359,549,'_payment_method','paypal'),(15360,549,'_payment_method_title','PayPal'),(15361,549,'_customer_ip_address','174.26.230.143'),(15362,549,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(15363,549,'_created_via','checkout'),(15364,549,'_cart_hash','fe2bac54a087b3317a415794876430f0'),(15365,549,'_billing_first_name','Martell'),(15366,549,'_billing_last_name','Deines'),(15367,549,'_billing_company','Lice Clinics of America Chandler'),(15368,549,'_billing_address_1','3303 S. Lindsay'),(15369,549,'_billing_address_2','#109'),(15370,549,'_billing_city','GILBERT'),(15371,549,'_billing_state','AZ'),(15372,549,'_billing_postcode','85297'),(15373,549,'_billing_country','US'),(15374,549,'_billing_email','info@liceclinicschandler.com'),(15375,549,'_billing_phone','6023095468'),(15376,549,'_shipping_first_name','Martell'),(15377,549,'_shipping_last_name','Deines'),(15378,549,'_shipping_company','LCA Chandler'),(15379,549,'_shipping_address_1','3303 S. Lindsey Road'),(15380,549,'_shipping_address_2','Suite 109'),(15381,549,'_shipping_city','Gilbert'),(15382,549,'_shipping_state','AZ'),(15383,549,'_shipping_postcode','85297'),(15384,549,'_shipping_country','US'),(15385,549,'_order_currency','USD'),(15386,549,'_cart_discount','0'),(15387,549,'_cart_discount_tax','0'),(15388,549,'_order_shipping','86.78'),(15389,549,'_order_shipping_tax','0'),(15390,549,'_order_tax','0'),(15391,549,'_order_total','86.78'),(15392,549,'_order_version','5.5.2'),(15393,549,'_prices_include_tax','no'),(15394,549,'_billing_address_index','Martell Deines Lice Clinics of America Chandler 3303 S. Lindsay #109 GILBERT AZ 85297 US info@liceclinicschandler.com 6023095468'),(15395,549,'_shipping_address_index','Martell Deines LCA Chandler 3303 S. Lindsey Road Suite 109 Gilbert AZ 85297 US'),(15396,549,'is_vat_exempt','no'),(15397,549,'Payment type','instant'),(15398,549,'_transaction_id','57654567R98675721'),(15399,549,'_paypal_status','completed'),(15400,549,'PayPal Transaction Fee','3.52'),(15401,549,'_date_paid','1628013928'),(15402,549,'_paid_date','2021-08-03 18:05:28'),(15403,549,'_download_permissions_granted','yes'),(15404,549,'_recorded_sales','yes'),(15405,549,'_recorded_coupon_usage_counts','yes'),(15406,549,'_order_stock_reduced','yes'),(15407,549,'_new_order_email_sent','true'),(15408,546,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046570\";s:12:\"date_shipped\";s:10:\"1627948800\";s:11:\"tracking_id\";s:32:\"2d6c3c09bc2c83e72b341624903b151f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046569\";s:12:\"date_shipped\";i:1628019349;s:11:\"tracking_id\";s:32:\"a7a64fd6788c3c53c4decd44ef647f6c\";}}'),(15409,546,'_edit_last','2'),(15410,546,'_date_completed','1628019354'),(15411,546,'_completed_date','2021-08-03 19:35:54'),(15412,547,'_edit_lock','1628019259:2'),(15413,547,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046650\";s:12:\"date_shipped\";s:10:\"1627948800\";s:11:\"tracking_id\";s:32:\"47cba6f66082382418f7bd39c6639019\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046640\";s:12:\"date_shipped\";i:1628019394;s:11:\"tracking_id\";s:32:\"95c188cc8d65e00d26007d4bf93eac7f\";}}'),(15414,547,'_edit_last','2'),(15415,547,'_date_completed','1628019398'),(15416,547,'_completed_date','2021-08-03 19:36:38'),(15417,549,'_edit_lock','1628021166:2'),(15418,549,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046889\";s:12:\"date_shipped\";s:10:\"1627948800\";s:11:\"tracking_id\";s:32:\"1be828c86f7e29e8aee1aea2e97e848f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046878\";s:12:\"date_shipped\";i:1628021280;s:11:\"tracking_id\";s:32:\"69b3c13a36f57b6dd19ca9450bc041d9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046867\";s:12:\"date_shipped\";i:1628021286;s:11:\"tracking_id\";s:32:\"9d7394f3313b20d801a32df8e1001376\";}}'),(15419,549,'_edit_last','2'),(15420,549,'_date_completed','1628021291'),(15421,549,'_completed_date','2021-08-03 20:08:11'),(15422,550,'_order_key','wc_order_2FM8qbBNfxfBv'),(15423,550,'_customer_user','11'),(15424,550,'_payment_method','paypal'),(15425,550,'_payment_method_title','PayPal'),(15426,550,'_customer_ip_address','74.130.231.217'),(15427,550,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(15428,550,'_created_via','checkout'),(15429,550,'_cart_hash','f19d5155f9543281a06c6afda8f119b3'),(15430,550,'_billing_first_name','Tina'),(15431,550,'_billing_last_name','Hunt'),(15432,550,'_billing_company','LCBG, LLC'),(15433,550,'_billing_address_1','830 Fairview Ave.'),(15434,550,'_billing_address_2','Suite A-4'),(15435,550,'_billing_city','Bowling Green'),(15436,550,'_billing_state','KY'),(15437,550,'_billing_postcode','42101'),(15438,550,'_billing_country','US'),(15439,550,'_billing_email','info@liceclinicsbowlinggreen.com'),(15440,550,'_billing_phone','2709996803'),(15441,550,'_shipping_first_name','Tina'),(15442,550,'_shipping_last_name','Hunt'),(15443,550,'_shipping_address_1','494 Hub Boulevard'),(15444,550,'_shipping_address_2','Apt 1012'),(15445,550,'_shipping_city','Bowling Green'),(15446,550,'_shipping_state','KY'),(15447,550,'_shipping_postcode','42101'),(15448,550,'_shipping_country','US'),(15449,550,'_order_currency','USD'),(15450,550,'_cart_discount','0'),(15451,550,'_cart_discount_tax','0'),(15452,550,'_order_shipping','33.08'),(15453,550,'_order_shipping_tax','0'),(15454,550,'_order_tax','0'),(15455,550,'_order_total','641.90'),(15456,550,'_order_version','5.5.2'),(15457,550,'_prices_include_tax','no'),(15458,550,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(15459,550,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(15460,550,'is_vat_exempt','no'),(15461,550,'Payment type','instant'),(15462,550,'_transaction_id','8W751537TN485343A'),(15463,550,'_paypal_status','completed'),(15464,550,'PayPal Transaction Fee','22.89'),(15465,550,'_date_paid','1628023661'),(15466,550,'_paid_date','2021-08-03 20:47:41'),(15467,550,'_download_permissions_granted','yes'),(15468,550,'_recorded_sales','yes'),(15469,550,'_recorded_coupon_usage_counts','yes'),(15470,550,'_order_stock_reduced','yes'),(15471,550,'_new_order_email_sent','true'),(15472,551,'_order_key','wc_order_lFk08bsfx9TBJ'),(15473,551,'_customer_user','8'),(15474,551,'_payment_method','paypal'),(15475,551,'_payment_method_title','PayPal'),(15476,551,'_customer_ip_address','99.125.232.5'),(15477,551,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(15478,551,'_created_via','checkout'),(15479,551,'_cart_hash','1d5a04c7b9e20b720d202b18da2caba8'),(15480,551,'_billing_first_name','amy'),(15481,551,'_billing_last_name','sharp'),(15482,551,'_billing_company','Nit Wits'),(15483,551,'_billing_address_1','6002 Sweetbay Dr'),(15484,551,'_billing_city','Crestwood'),(15485,551,'_billing_state','KY'),(15486,551,'_billing_postcode','40014'),(15487,551,'_billing_country','US'),(15488,551,'_billing_email','sharpamy02@gmail.com'),(15489,551,'_billing_phone','5023109281'),(15490,551,'_shipping_first_name','Barbara'),(15491,551,'_shipping_last_name','Frieden'),(15492,551,'_shipping_company','LCA Nit Wits'),(15493,551,'_shipping_address_1','9302 New LaGrange Road'),(15494,551,'_shipping_address_2','Unit H'),(15495,551,'_shipping_city','Louisville'),(15496,551,'_shipping_state','KY'),(15497,551,'_shipping_postcode','40242'),(15498,551,'_shipping_country','US'),(15499,551,'_order_currency','USD'),(15500,551,'_cart_discount','0'),(15501,551,'_cart_discount_tax','0'),(15502,551,'_order_shipping','10.27'),(15503,551,'_order_shipping_tax','0'),(15504,551,'_order_tax','0'),(15505,551,'_order_total','10.27'),(15506,551,'_order_version','5.5.2'),(15507,551,'_prices_include_tax','no'),(15508,551,'_billing_address_index','amy sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US sharpamy02@gmail.com 5023109281'),(15509,551,'_shipping_address_index','Barbara Frieden LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US'),(15510,551,'is_vat_exempt','no'),(15511,551,'Payment type','instant'),(15512,551,'_transaction_id','7TR87868NT296394K'),(15513,551,'_paypal_status','completed'),(15514,551,'PayPal Transaction Fee','0.85'),(15515,551,'_date_paid','1628090430'),(15516,551,'_paid_date','2021-08-04 15:20:30'),(15517,551,'_download_permissions_granted','yes'),(15518,551,'_recorded_sales','yes'),(15519,551,'_recorded_coupon_usage_counts','yes'),(15520,551,'_order_stock_reduced','yes'),(15521,551,'_new_order_email_sent','true'),(15522,550,'_edit_lock','1628095895:2'),(15523,551,'_edit_lock','1628096287:2'),(15524,550,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046959\";s:12:\"date_shipped\";s:10:\"1628035200\";s:11:\"tracking_id\";s:32:\"17f36733649ea0e9638e0a658e4bb048\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953046948\";s:12:\"date_shipped\";i:1628096000;s:11:\"tracking_id\";s:32:\"030611f6052680fb52dba3c0b496aa1b\";}}'),(15525,550,'_edit_last','2'),(15526,550,'_date_completed','1628096011'),(15527,550,'_completed_date','2021-08-04 16:53:31'),(15528,551,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047072\";s:12:\"date_shipped\";s:10:\"1628035200\";s:11:\"tracking_id\";s:32:\"95ffd1ff64836e107a07a7bf9e9c70ce\";}}'),(15529,551,'_edit_last','2'),(15530,551,'_date_completed','1628096082'),(15531,551,'_completed_date','2021-08-04 16:54:42'),(15532,552,'_order_key','wc_order_J4ANO8dwfX9w3'),(15533,552,'_customer_user','52'),(15534,552,'_payment_method','paypal'),(15535,552,'_payment_method_title','PayPal'),(15536,552,'_customer_ip_address','76.104.59.108'),(15537,552,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),(15538,552,'_created_via','checkout'),(15539,552,'_cart_hash','bae88cb97a53fd69a262a32365bcb49a'),(15540,552,'_billing_first_name','Darlene'),(15541,552,'_billing_last_name','LaFramboise'),(15542,552,'_billing_company','LCA-NOVA'),(15543,552,'_billing_address_1','25473 Tomey Ct'),(15544,552,'_billing_city','Aldie'),(15545,552,'_billing_state','VA'),(15546,552,'_billing_postcode','20105-3048'),(15547,552,'_billing_country','US'),(15548,552,'_billing_email','info@liceremovalnova.com'),(15549,552,'_billing_phone','7033031576'),(15550,552,'_shipping_first_name','Darlene'),(15551,552,'_shipping_last_name','LaFramboise'),(15552,552,'_shipping_company','LCA-NOVA'),(15553,552,'_shipping_address_1','25473 Tomey Ct'),(15554,552,'_shipping_city','Aldie'),(15555,552,'_shipping_state','VA'),(15556,552,'_shipping_postcode','20105-3048'),(15557,552,'_shipping_country','US'),(15558,552,'_order_currency','USD'),(15559,552,'_cart_discount','0'),(15560,552,'_cart_discount_tax','0'),(15561,552,'_order_shipping','13.33'),(15562,552,'_order_shipping_tax','0'),(15563,552,'_order_tax','0'),(15564,552,'_order_total','13.33'),(15565,552,'_order_version','5.5.2'),(15566,552,'_prices_include_tax','no'),(15567,552,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(15568,552,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US'),(15569,552,'is_vat_exempt','no'),(15570,552,'Payment type','instant'),(15571,552,'_transaction_id','0US85311JE2297700'),(15572,552,'_paypal_status','completed'),(15573,552,'PayPal Transaction Fee','0.96'),(15574,552,'_date_paid','1628098226'),(15575,552,'_paid_date','2021-08-04 17:30:26'),(15576,552,'_download_permissions_granted','yes'),(15577,552,'_recorded_sales','yes'),(15578,552,'_recorded_coupon_usage_counts','yes'),(15579,552,'_order_stock_reduced','yes'),(15580,552,'_new_order_email_sent','true'),(15581,553,'_order_key','wc_order_Cpeg0tJOUpdMF'),(15582,553,'_customer_user','53'),(15583,553,'_payment_method','paypal'),(15584,553,'_payment_method_title','PayPal'),(15585,553,'_customer_ip_address','99.5.78.154'),(15586,553,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(15587,553,'_created_via','checkout'),(15588,553,'_cart_hash','916b53e6c5fa7c8afaab7e00f3312a75'),(15589,553,'_billing_first_name','DENA'),(15590,553,'_billing_last_name','BLACK'),(15591,553,'_billing_address_1','8216 CURICO LANE'),(15592,553,'_billing_city','CHARLOTTE'),(15593,553,'_billing_state','NC'),(15594,553,'_billing_postcode','28227'),(15595,553,'_billing_country','US'),(15596,553,'_billing_email','DBLACK1960@GMAIL.COM'),(15597,553,'_billing_phone','9102647141'),(15598,553,'_shipping_first_name','DENA'),(15599,553,'_shipping_last_name','BLACK'),(15600,553,'_shipping_address_1','8216 CURICO LANE'),(15601,553,'_shipping_city','CHARLOTTE'),(15602,553,'_shipping_state','NC'),(15603,553,'_shipping_postcode','28227'),(15604,553,'_shipping_country','US'),(15605,553,'_order_currency','USD'),(15606,553,'_cart_discount','0'),(15607,553,'_cart_discount_tax','0'),(15608,553,'_order_shipping','29.43'),(15609,553,'_order_shipping_tax','0'),(15610,553,'_order_tax','0'),(15611,553,'_order_total','29.43'),(15612,553,'_order_version','5.5.2'),(15613,553,'_prices_include_tax','no'),(15614,553,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(15615,553,'_shipping_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US'),(15616,553,'is_vat_exempt','no'),(15617,553,'Payment type','instant'),(15618,553,'_transaction_id','0CY66614CG816084M'),(15619,553,'_paypal_status','completed'),(15620,553,'PayPal Transaction Fee','1.52'),(15621,553,'_date_paid','1628113775'),(15622,553,'_paid_date','2021-08-04 21:49:35'),(15623,553,'_download_permissions_granted','yes'),(15624,553,'_recorded_sales','yes'),(15625,553,'_recorded_coupon_usage_counts','yes'),(15626,553,'_order_stock_reduced','yes'),(15627,553,'_new_order_email_sent','true'),(15628,554,'_order_key','wc_order_vjdQx2bXBhNTY'),(15629,554,'_customer_user','53'),(15630,554,'_payment_method','paypal'),(15631,554,'_payment_method_title','PayPal'),(15632,554,'_customer_ip_address','99.5.78.154'),(15633,554,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(15634,554,'_created_via','checkout'),(15635,554,'_cart_hash','03cc33c0035bc5d04dd5abec94f60949'),(15636,554,'_billing_first_name','DENA'),(15637,554,'_billing_last_name','BLACK'),(15638,554,'_billing_address_1','8216 CURICO LANE'),(15639,554,'_billing_city','CHARLOTTE'),(15640,554,'_billing_state','NC'),(15641,554,'_billing_postcode','28227'),(15642,554,'_billing_country','US'),(15643,554,'_billing_email','DBLACK1960@GMAIL.COM'),(15644,554,'_billing_phone','9102647141'),(15645,554,'_shipping_first_name','KATHRYN'),(15646,554,'_shipping_last_name','FARREH'),(15647,554,'_shipping_company','LCA'),(15648,554,'_shipping_address_1','4503 CODDINGTON LOOP'),(15649,554,'_shipping_address_2','#106'),(15650,554,'_shipping_city','WILMINGTON'),(15651,554,'_shipping_state','NC'),(15652,554,'_shipping_postcode','28405'),(15653,554,'_shipping_country','US'),(15654,554,'_order_currency','USD'),(15655,554,'_cart_discount','0'),(15656,554,'_cart_discount_tax','0'),(15657,554,'_order_shipping','16.56'),(15658,554,'_order_shipping_tax','0'),(15659,554,'_order_tax','0'),(15660,554,'_order_total','16.56'),(15661,554,'_order_version','5.5.2'),(15662,554,'_prices_include_tax','no'),(15663,554,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(15664,554,'_shipping_address_index','KATHRYN FARREH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US'),(15665,554,'is_vat_exempt','no'),(15666,554,'Payment type','instant'),(15667,554,'_transaction_id','5UK5023886145290H'),(15668,554,'_paypal_status','completed'),(15669,554,'PayPal Transaction Fee','1.07'),(15670,554,'_date_paid','1628113869'),(15671,554,'_paid_date','2021-08-04 21:51:09'),(15672,554,'_download_permissions_granted','yes'),(15673,554,'_recorded_sales','yes'),(15674,554,'_recorded_coupon_usage_counts','yes'),(15675,554,'_order_stock_reduced','yes'),(15676,554,'_new_order_email_sent','true'),(15677,555,'_order_key','wc_order_DlT6szrTU4dt1'),(15678,555,'_customer_user','40'),(15679,555,'_payment_method','paypal'),(15680,555,'_payment_method_title','PayPal'),(15681,555,'_customer_ip_address','76.121.248.120'),(15682,555,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(15683,555,'_created_via','checkout'),(15684,555,'_cart_hash','5d1db1bce6d95759212eb08a9b618c1c'),(15685,555,'_billing_first_name','PAUL'),(15686,555,'_billing_last_name','Cunningham'),(15687,555,'_billing_address_1','25606 180th AVE SE'),(15688,555,'_billing_city','Covington'),(15689,555,'_billing_state','WA'),(15690,555,'_billing_postcode','98042'),(15691,555,'_billing_country','US'),(15692,555,'_billing_email','cjp104@gmail.com'),(15693,555,'_billing_phone','2064128444'),(15694,555,'_shipping_first_name','PAUL'),(15695,555,'_shipping_last_name','Cunningham'),(15696,555,'_shipping_address_1','25606 180th AVE SE'),(15697,555,'_shipping_city','Covington'),(15698,555,'_shipping_state','WA'),(15699,555,'_shipping_postcode','98042'),(15700,555,'_shipping_country','US'),(15701,555,'_order_currency','USD'),(15702,555,'_cart_discount','0'),(15703,555,'_cart_discount_tax','0'),(15704,555,'_order_shipping','18.14'),(15705,555,'_order_shipping_tax','0'),(15706,555,'_order_tax','0'),(15707,555,'_order_total','18.14'),(15708,555,'_order_version','5.5.2'),(15709,555,'_prices_include_tax','no'),(15710,555,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(15711,555,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US'),(15712,555,'is_vat_exempt','no'),(15713,555,'Payment type','instant'),(15714,555,'_transaction_id','66S56058XC865994B'),(15715,555,'_paypal_status','completed'),(15716,555,'PayPal Transaction Fee','1.12'),(15717,555,'_date_paid','1628123892'),(15718,555,'_paid_date','2021-08-05 00:38:12'),(15719,555,'_download_permissions_granted','yes'),(15720,555,'_recorded_sales','yes'),(15721,555,'_recorded_coupon_usage_counts','yes'),(15722,555,'_order_stock_reduced','yes'),(15723,555,'_new_order_email_sent','true'),(15763,552,'_edit_lock','1635521432:2'),(15764,552,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047153\";s:12:\"date_shipped\";s:10:\"1628035200\";s:11:\"tracking_id\";s:32:\"d0bc030b8f80ae1da667813bd7a280d1\";}}'),(15765,552,'_edit_last','2'),(15766,552,'_date_completed','1628139466'),(15767,552,'_completed_date','2021-08-05 04:57:46'),(15768,557,'_order_key','wc_order_AQ9lfFW9Hlkam'),(15769,557,'_customer_user','53'),(15770,557,'_payment_method','paypal'),(15771,557,'_payment_method_title','PayPal'),(15772,557,'_customer_ip_address','99.5.78.154'),(15773,557,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(15774,557,'_created_via','checkout'),(15775,557,'_cart_hash','aedccbf6c324d80332a123e8a1cc0ef9'),(15776,557,'_billing_first_name','DENA'),(15777,557,'_billing_last_name','BLACK'),(15778,557,'_billing_address_1','8216 CURICO LANE'),(15779,557,'_billing_city','CHARLOTTE'),(15780,557,'_billing_state','NC'),(15781,557,'_billing_postcode','28227'),(15782,557,'_billing_country','US'),(15783,557,'_billing_email','DBLACK1960@GMAIL.COM'),(15784,557,'_billing_phone','9102647141'),(15785,557,'_shipping_first_name','KATHRYN'),(15786,557,'_shipping_last_name','FARREH'),(15787,557,'_shipping_company','LCA'),(15788,557,'_shipping_address_1','4503 CODDINGTON LOOP'),(15789,557,'_shipping_address_2','#106'),(15790,557,'_shipping_city','WILMINGTON'),(15791,557,'_shipping_state','NC'),(15792,557,'_shipping_postcode','28405'),(15793,557,'_shipping_country','US'),(15794,557,'_order_currency','USD'),(15795,557,'_cart_discount','0'),(15796,557,'_cart_discount_tax','0'),(15797,557,'_order_shipping','9.57'),(15798,557,'_order_shipping_tax','0'),(15799,557,'_order_tax','0'),(15800,557,'_order_total','66.69'),(15801,557,'_order_version','5.5.2'),(15802,557,'_prices_include_tax','no'),(15803,557,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(15804,557,'_shipping_address_index','KATHRYN FARREH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US'),(15805,557,'is_vat_exempt','no'),(15806,557,'Payment type','instant'),(15807,557,'_transaction_id','4PT34963AJ828281W'),(15808,557,'_paypal_status','completed'),(15809,557,'PayPal Transaction Fee','2.82'),(15810,557,'_date_paid','1628169809'),(15811,557,'_paid_date','2021-08-05 13:23:29'),(15812,557,'_download_permissions_granted','yes'),(15813,557,'_recorded_sales','yes'),(15814,557,'_recorded_coupon_usage_counts','yes'),(15815,557,'_order_stock_reduced','yes'),(15816,557,'_new_order_email_sent','true'),(15853,559,'_order_key','wc_order_YfuKDB0kE0ONI'),(15854,559,'_customer_user','53'),(15855,559,'_payment_method','paypal'),(15856,559,'_payment_method_title','PayPal'),(15857,559,'_customer_ip_address','99.5.78.154'),(15858,559,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(15859,559,'_created_via','checkout'),(15860,559,'_cart_hash','5335894b4c54108af576768d05bf595d'),(15861,559,'_billing_first_name','DENA'),(15862,559,'_billing_last_name','BLACK'),(15863,559,'_billing_address_1','8216 CURICO LANE'),(15864,559,'_billing_city','CHARLOTTE'),(15865,559,'_billing_state','NC'),(15866,559,'_billing_postcode','28227'),(15867,559,'_billing_country','US'),(15868,559,'_billing_email','DBLACK1960@GMAIL.COM'),(15869,559,'_billing_phone','9102647141'),(15870,559,'_shipping_first_name','DENA'),(15871,559,'_shipping_last_name','BLACK'),(15872,559,'_shipping_address_1','8216 CURICO LANE'),(15873,559,'_shipping_city','CHARLOTTE'),(15874,559,'_shipping_state','NC'),(15875,559,'_shipping_postcode','28227'),(15876,559,'_shipping_country','US'),(15877,559,'_order_currency','USD'),(15878,559,'_cart_discount','0'),(15879,559,'_cart_discount_tax','0'),(15880,559,'_order_shipping','10.02'),(15881,559,'_order_shipping_tax','0'),(15882,559,'_order_tax','0'),(15883,559,'_order_total','124.26'),(15884,559,'_order_version','5.5.2'),(15885,559,'_prices_include_tax','no'),(15886,559,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(15887,559,'_shipping_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US'),(15888,559,'is_vat_exempt','no'),(15889,559,'Payment type','instant'),(15890,559,'_transaction_id','0BA11786XP0859115'),(15891,559,'_paypal_status','completed'),(15892,559,'PayPal Transaction Fee','4.83'),(15893,559,'_date_paid','1628169990'),(15894,559,'_paid_date','2021-08-05 13:26:30'),(15895,559,'_download_permissions_granted','yes'),(15896,559,'_recorded_sales','yes'),(15897,559,'_recorded_coupon_usage_counts','yes'),(15898,559,'_order_stock_reduced','yes'),(15899,559,'_new_order_email_sent','true'),(15900,560,'_order_key','wc_order_iqMBaQyXXTVRA'),(15901,560,'_customer_user','56'),(15902,560,'_payment_method','paypal'),(15903,560,'_payment_method_title','PayPal'),(15904,560,'_customer_ip_address','70.120.139.55'),(15905,560,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(15906,560,'_created_via','checkout'),(15907,560,'_cart_hash','e09db643290d21496facb5f3543fece1'),(15908,560,'_billing_first_name','Gus'),(15909,560,'_billing_last_name','Romero'),(15910,560,'_billing_company','Ditta Solutions LLC'),(15911,560,'_billing_address_1','2104 Aristocrat Dr'),(15912,560,'_billing_city','Irving'),(15913,560,'_billing_state','TX'),(15914,560,'_billing_postcode','75063'),(15915,560,'_billing_country','US'),(15916,560,'_billing_email','gus@liceclinicsdfw.com'),(15917,560,'_billing_phone','214-325-0466'),(15918,560,'_shipping_first_name','Gus'),(15919,560,'_shipping_last_name','Romero'),(15920,560,'_shipping_company','Ditta Solutions LLC'),(15921,560,'_shipping_address_1','2104 Aristocrat Dr'),(15922,560,'_shipping_city','Irving'),(15923,560,'_shipping_state','TX'),(15924,560,'_shipping_postcode','75063'),(15925,560,'_shipping_country','US'),(15926,560,'_order_currency','USD'),(15927,560,'_cart_discount','0'),(15928,560,'_cart_discount_tax','0'),(15929,560,'_order_shipping','48.55'),(15930,560,'_order_shipping_tax','0'),(15931,560,'_order_tax','0'),(15932,560,'_order_total','48.55'),(15933,560,'_order_version','5.5.2'),(15934,560,'_prices_include_tax','no'),(15935,560,'_billing_address_index','Gus Romero Ditta Solutions LLC 2104 Aristocrat Dr  Irving TX 75063 US gus@liceclinicsdfw.com 214-325-0466'),(15936,560,'_shipping_address_index','Gus Romero Ditta Solutions LLC 2104 Aristocrat Dr  Irving TX 75063 US'),(15937,560,'is_vat_exempt','no'),(15938,560,'Payment type','instant'),(15939,560,'_transaction_id','61M201209K013824P'),(15940,560,'_paypal_status','completed'),(15941,560,'PayPal Transaction Fee','2.18'),(15942,560,'_date_paid','1628176804'),(15943,560,'_paid_date','2021-08-05 15:20:04'),(15944,560,'_download_permissions_granted','yes'),(15945,560,'_recorded_sales','yes'),(15946,560,'_recorded_coupon_usage_counts','yes'),(15947,560,'_order_stock_reduced','yes'),(15948,560,'_new_order_email_sent','true'),(15957,557,'_edit_lock','1628182634:2'),(15958,559,'_edit_lock','1628181885:2'),(15959,559,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047201\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"b7a03e915e53cab19c1af20845fcf1ef\";}}'),(15960,559,'_edit_last','2'),(15961,559,'_date_completed','1628181969'),(15962,559,'_completed_date','2021-08-05 16:46:09'),(15963,557,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047278\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"f5acc6bca084ae52056a8a6e1649887d\";}}'),(15964,557,'_edit_last','2'),(15965,557,'_date_completed','1628181999'),(15966,557,'_completed_date','2021-08-05 16:46:39'),(15967,554,'_edit_lock','1635521606:2'),(15968,553,'_edit_lock','1635521466:2'),(15969,553,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047278\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"5a8fa199f3251ca3249de49438868089\";}}'),(15970,553,'_edit_last','2'),(15971,553,'_date_completed','1628182070'),(15972,553,'_completed_date','2021-08-05 16:47:50'),(15973,554,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047245\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"12a4bd8a3cb39f02fcee657dc268e290\";}}'),(15974,554,'_edit_last','2'),(15975,554,'_date_completed','1628182141'),(15976,554,'_completed_date','2021-08-05 16:49:01'),(15977,555,'_edit_lock','1628182495:2'),(15978,555,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047267\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"df37a05413561ae332b0cfeae716b278\";}}'),(15979,555,'_edit_last','2'),(15980,555,'_date_completed','1628182186'),(15981,555,'_completed_date','2021-08-05 16:49:46'),(15982,560,'_edit_lock','1635521621:2'),(15983,561,'_order_key','wc_order_CRnItu9h49PQi'),(15984,561,'_customer_user','0'),(15985,561,'_payment_method','paypal'),(15986,561,'_payment_method_title','PayPal'),(15987,561,'_customer_ip_address','174.27.19.157'),(15988,561,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(15989,561,'_created_via','checkout'),(15990,561,'_cart_hash','b2b1fada35def2be33b511a6bafc8c4b'),(15991,561,'_billing_first_name','SaLeah'),(15992,561,'_billing_last_name','Snelling'),(15993,561,'_billing_address_1','11024 W. Inglin Dr'),(15994,561,'_billing_city','Boise'),(15995,561,'_billing_state','ID'),(15996,561,'_billing_postcode','83709'),(15997,561,'_billing_country','US'),(15998,561,'_billing_email','info@liceclinicsboise.com'),(15999,561,'_billing_phone','2088302070'),(16000,561,'_shipping_first_name','SaLeah'),(16001,561,'_shipping_last_name','Snelling'),(16002,561,'_shipping_address_1','2650 South Eagle Road'),(16003,561,'_shipping_address_2','Ste 120'),(16004,561,'_shipping_city','Meridian'),(16005,561,'_shipping_state','ID'),(16006,561,'_shipping_postcode','83642'),(16007,561,'_shipping_country','US'),(16008,561,'_order_currency','USD'),(16009,561,'_cart_discount','0'),(16010,561,'_cart_discount_tax','0'),(16011,561,'_order_shipping','33.25'),(16012,561,'_order_shipping_tax','0'),(16013,561,'_order_tax','0'),(16014,561,'_order_total','477.73'),(16015,561,'_order_version','5.5.2'),(16016,561,'_prices_include_tax','no'),(16017,561,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(16018,561,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US'),(16019,561,'is_vat_exempt','no'),(16020,561,'Payment type','instant'),(16021,561,'_transaction_id','5EW08255EV491953D'),(16022,561,'_paypal_status','completed'),(16023,561,'PayPal Transaction Fee','17.16'),(16024,561,'_date_paid','1628193218'),(16025,561,'_paid_date','2021-08-05 19:53:38'),(16026,561,'_download_permissions_granted','yes'),(16027,561,'_recorded_sales','yes'),(16028,561,'_recorded_coupon_usage_counts','yes'),(16029,561,'_order_stock_reduced','yes'),(16030,561,'_new_order_email_sent','true'),(16031,562,'_order_key','wc_order_6GVgFxf7zBOgE'),(16032,562,'_customer_user','83'),(16033,562,'_payment_method','paypal'),(16034,562,'_payment_method_title','PayPal'),(16035,562,'_customer_ip_address','71.211.178.64'),(16036,562,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(16037,562,'_created_via','checkout'),(16038,562,'_cart_hash','b8c6cdfd1e390ec3f1bbf3607b9a171f'),(16039,562,'_billing_first_name','Tanya'),(16040,562,'_billing_last_name','LLC'),(16041,562,'_billing_company','Tanya Kensley LLC'),(16042,562,'_billing_address_1','4248 McMurry Ave'),(16043,562,'_billing_city','Fort Collins'),(16044,562,'_billing_state','CO'),(16045,562,'_billing_postcode','80525'),(16046,562,'_billing_country','US'),(16047,562,'_billing_email','info@liceclinicsnortherncolorado.com'),(16048,562,'_billing_phone','9702338787'),(16049,562,'_shipping_first_name','Tanya'),(16050,562,'_shipping_last_name','LLC'),(16051,562,'_shipping_company','Tanya Kensley LLC'),(16052,562,'_shipping_address_1','4248 McMurry Ave'),(16053,562,'_shipping_city','Fort Collins'),(16054,562,'_shipping_state','CO'),(16055,562,'_shipping_postcode','80525'),(16056,562,'_shipping_country','US'),(16057,562,'_order_currency','USD'),(16058,562,'_cart_discount','0'),(16059,562,'_cart_discount_tax','0'),(16060,562,'_order_shipping','23.94'),(16061,562,'_order_shipping_tax','0'),(16062,562,'_order_tax','0'),(16063,562,'_order_total','23.94'),(16064,562,'_order_version','5.5.2'),(16065,562,'_prices_include_tax','no'),(16066,562,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(16067,562,'_shipping_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US'),(16068,562,'is_vat_exempt','no'),(16069,562,'Payment type','instant'),(16070,562,'_transaction_id','8US4800750627774N'),(16071,562,'_paypal_status','completed'),(16072,562,'PayPal Transaction Fee','1.33'),(16073,562,'_date_paid','1628197683'),(16074,562,'_paid_date','2021-08-05 21:08:03'),(16075,562,'_download_permissions_granted','yes'),(16076,562,'_recorded_sales','yes'),(16077,562,'_recorded_coupon_usage_counts','yes'),(16078,562,'_order_stock_reduced','yes'),(16079,562,'_new_order_email_sent','true'),(16080,563,'_order_key','wc_order_XcgNdJ1rNhmM7'),(16081,563,'_customer_user','20'),(16082,563,'_payment_method','paypal'),(16083,563,'_payment_method_title','PayPal'),(16084,563,'_customer_ip_address','76.175.96.152'),(16085,563,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.147 Safari/537.36'),(16086,563,'_created_via','checkout'),(16087,563,'_cart_hash','77f3f5a19ccefb656529fea8f04dbd20'),(16088,563,'_billing_first_name','Hasani'),(16089,563,'_billing_last_name','Thompson'),(16090,563,'_billing_company','Heat in Hair'),(16091,563,'_billing_address_1','27225 Camp Plenty Road'),(16092,563,'_billing_address_2','1D'),(16093,563,'_billing_city','Santa Clarita'),(16094,563,'_billing_state','CA'),(16095,563,'_billing_postcode','91351'),(16096,563,'_billing_country','US'),(16097,563,'_billing_email','info@liceclinicssantaclarita.com'),(16098,563,'_billing_phone','6615850263'),(16099,563,'_shipping_first_name','Hasani'),(16100,563,'_shipping_last_name','Thompson'),(16101,563,'_shipping_company','Heat in Hair'),(16102,563,'_shipping_address_1','5145 Nightsky Place'),(16103,563,'_shipping_city','Palmdale'),(16104,563,'_shipping_state','CA'),(16105,563,'_shipping_postcode','93552'),(16106,563,'_shipping_country','US'),(16107,563,'_order_currency','USD'),(16108,563,'_cart_discount','0'),(16109,563,'_cart_discount_tax','0'),(16110,563,'_order_shipping','151.54'),(16111,563,'_order_shipping_tax','0'),(16112,563,'_order_tax','0'),(16113,563,'_order_total','895.06'),(16114,563,'_order_version','5.5.2'),(16115,563,'_prices_include_tax','no'),(16116,563,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(16117,563,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US'),(16118,563,'is_vat_exempt','no'),(16119,563,'Payment type','instant'),(16120,563,'_transaction_id','4AX15990YL1411948'),(16121,563,'_paypal_status','completed'),(16122,563,'PayPal Transaction Fee','31.73'),(16123,563,'_date_paid','1628198419'),(16124,563,'_paid_date','2021-08-05 21:20:19'),(16125,563,'_download_permissions_granted','yes'),(16126,563,'_recorded_sales','yes'),(16127,563,'_recorded_coupon_usage_counts','yes'),(16128,563,'_order_stock_reduced','yes'),(16129,563,'_new_order_email_sent','true'),(16130,560,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047360\";s:12:\"date_shipped\";s:10:\"1628121600\";s:11:\"tracking_id\";s:32:\"244e2a7ada5e6a103cba5c6b68436caa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047359\";s:12:\"date_shipped\";i:1628201308;s:11:\"tracking_id\";s:32:\"c2c024e39814c9a16bd168d388ce4b16\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047348\";s:12:\"date_shipped\";i:1628201322;s:11:\"tracking_id\";s:32:\"82fa80c3a4bc00ebd04dc482341a16f7\";}}'),(16131,560,'_edit_last','2'),(16132,560,'_date_completed','1628201341'),(16133,560,'_completed_date','2021-08-05 22:09:01'),(16134,564,'_order_key','wc_order_rKWnRM6s8gaJU'),(16135,564,'_customer_user','58'),(16136,564,'_payment_method','paypal'),(16137,564,'_payment_method_title','PayPal'),(16138,564,'_customer_ip_address','107.242.125.17'),(16139,564,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(16140,564,'_created_via','checkout'),(16141,564,'_cart_hash','7b5756d55f54f99e2db36f70ba46be42'),(16142,564,'_billing_first_name','Heather'),(16143,564,'_billing_last_name','Smith'),(16144,564,'_billing_address_1','P.O. Box 155624'),(16145,564,'_billing_city','Lufkin'),(16146,564,'_billing_state','TX'),(16147,564,'_billing_postcode','75915'),(16148,564,'_billing_country','US'),(16149,564,'_billing_email','easttexaslca@yahoo.com'),(16150,564,'_billing_phone','9364143560'),(16151,564,'_shipping_first_name','Heather'),(16152,564,'_shipping_last_name','Smith'),(16153,564,'_shipping_company','LCA Lufkin'),(16154,564,'_shipping_address_1','404 Cr 3133'),(16155,564,'_shipping_city','Jacksonville'),(16156,564,'_shipping_state','TX'),(16157,564,'_shipping_postcode','75766'),(16158,564,'_shipping_country','US'),(16159,564,'_order_currency','USD'),(16160,564,'_cart_discount','0'),(16161,564,'_cart_discount_tax','0'),(16162,564,'_order_shipping','35.69'),(16163,564,'_order_shipping_tax','0'),(16164,564,'_order_tax','0'),(16165,564,'_order_total','131.69'),(16166,564,'_order_version','5.5.2'),(16167,564,'_prices_include_tax','no'),(16168,564,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(16169,564,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133  Jacksonville TX 75766 US'),(16170,564,'is_vat_exempt','no'),(16171,564,'Payment type','instant'),(16172,564,'_transaction_id','1UC52617C13358805'),(16173,564,'_paypal_status','completed'),(16174,564,'PayPal Transaction Fee','5.09'),(16175,564,'_date_paid','1628203435'),(16176,564,'_paid_date','2021-08-05 22:43:55'),(16177,564,'_download_permissions_granted','yes'),(16178,564,'_recorded_sales','yes'),(16179,564,'_recorded_coupon_usage_counts','yes'),(16180,564,'_order_stock_reduced','yes'),(16181,564,'_new_order_email_sent','true'),(16182,565,'_order_key','wc_order_vzV8nDTclOLBb'),(16183,565,'_customer_user','79'),(16184,565,'_payment_method','paypal'),(16185,565,'_payment_method_title','PayPal'),(16186,565,'_customer_ip_address','71.91.158.65'),(16187,565,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(16188,565,'_created_via','checkout'),(16189,565,'_cart_hash','9e01e411450381433caeeed0c091d8d4'),(16190,565,'_billing_first_name','Shanna'),(16191,565,'_billing_last_name','Castille'),(16192,565,'_billing_address_1','1097 Hundley Rd'),(16193,565,'_billing_city','Eunice'),(16194,565,'_billing_state','LA'),(16195,565,'_billing_postcode','70535'),(16196,565,'_billing_country','US'),(16197,565,'_billing_email','Shanna_sr09@yahoo.com'),(16198,565,'_billing_phone','3374668998'),(16199,565,'_shipping_first_name','Rebekah'),(16200,565,'_shipping_last_name','Gay'),(16201,565,'_shipping_company','LCANLA'),(16202,565,'_shipping_address_1','339 Forty Oaks Farm Rd'),(16203,565,'_shipping_city','West Monroe'),(16204,565,'_shipping_state','LA'),(16205,565,'_shipping_postcode','71291'),(16206,565,'_shipping_country','US'),(16207,565,'_order_currency','USD'),(16208,565,'_cart_discount','0'),(16209,565,'_cart_discount_tax','0'),(16210,565,'_order_shipping','23'),(16211,565,'_order_shipping_tax','0'),(16212,565,'_order_tax','0'),(16213,565,'_order_total','425.24'),(16214,565,'_order_version','5.5.2'),(16215,565,'_prices_include_tax','no'),(16216,565,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(16217,565,'_shipping_address_index','Rebekah Gay LCANLA 339 Forty Oaks Farm Rd  West Monroe LA 71291 US'),(16218,565,'is_vat_exempt','no'),(16219,565,'Payment type','instant'),(16220,565,'_transaction_id','1CX47157VA240111M'),(16221,565,'_paypal_status','completed'),(16222,565,'PayPal Transaction Fee','15.33'),(16223,565,'_date_paid','1628217369'),(16224,565,'_paid_date','2021-08-06 02:36:09'),(16225,565,'_download_permissions_granted','yes'),(16226,565,'_recorded_sales','yes'),(16227,565,'_recorded_coupon_usage_counts','yes'),(16228,565,'_order_stock_reduced','yes'),(16229,565,'_new_order_email_sent','true'),(16230,563,'_edit_lock','1628275378:2'),(16231,563,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047521\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"8dff2663820c02e66f89c4bff848be5a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047510\";s:12:\"date_shipped\";i:1628275494;s:11:\"tracking_id\";s:32:\"6347ea9c28d540746cb61d533d84ed64\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047500\";s:12:\"date_shipped\";i:1628275498;s:11:\"tracking_id\";s:32:\"d4f39f0e4473491c5ddedd8c0f149840\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047495\";s:12:\"date_shipped\";i:1628275506;s:11:\"tracking_id\";s:32:\"ada629ab3fd144a06e7530a0e3978557\";}}'),(16232,563,'_edit_last','2'),(16233,563,'_date_completed','1628275508'),(16234,563,'_completed_date','2021-08-06 18:45:08'),(16235,561,'_edit_lock','1628275240:2'),(16236,561,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047462\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"840683ca2ffb3591d5aabae016630a13\";}}'),(16237,561,'_edit_last','2'),(16238,561,'_date_completed','1628275370'),(16239,561,'_completed_date','2021-08-06 18:42:50'),(16240,562,'_edit_lock','1628275538:2'),(16241,562,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047484\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"f7ba9eb3d9a11ba2436232f345a33224\";}}'),(16242,562,'_edit_last','2'),(16243,562,'_date_completed','1628275404'),(16244,562,'_completed_date','2021-08-06 18:43:24'),(16245,564,'_edit_lock','1635521679:2'),(16246,565,'_edit_lock','1628275528:2'),(16247,565,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047532\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"360cb2ccd6f6b84266f62e2275818387\";}}'),(16248,565,'_edit_last','2'),(16249,565,'_date_completed','1628275668'),(16250,565,'_completed_date','2021-08-06 18:47:48'),(16251,566,'_order_key','wc_order_2rdpv6KoB4Vqh'),(16252,566,'_customer_user','0'),(16253,566,'_payment_method','paypal'),(16254,566,'_payment_method_title','PayPal'),(16255,566,'_customer_ip_address','136.49.57.192'),(16256,566,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(16257,566,'_created_via','checkout'),(16258,566,'_cart_hash','65717e4fbef19fc83424af398433a514'),(16259,566,'_billing_first_name','Lee'),(16260,566,'_billing_last_name','Rogers'),(16261,566,'_billing_company','LCA - Wichita'),(16262,566,'_billing_address_1','40 N Interstate 35'),(16263,566,'_billing_address_2','4B2'),(16264,566,'_billing_city','Austin'),(16265,566,'_billing_state','KS'),(16266,566,'_billing_postcode','78701'),(16267,566,'_billing_country','US'),(16268,566,'_billing_email','liceclinicwichita@gmail.com'),(16269,566,'_billing_phone','3167279951'),(16270,566,'_shipping_first_name','Danielle'),(16271,566,'_shipping_last_name','Ritter'),(16272,566,'_shipping_company','LCA Wichita'),(16273,566,'_shipping_address_1','121 N Colby'),(16274,566,'_shipping_city','Valley Center'),(16275,566,'_shipping_state','KS'),(16276,566,'_shipping_postcode','67147'),(16277,566,'_shipping_country','US'),(16278,566,'_order_currency','USD'),(16279,566,'_cart_discount','0'),(16280,566,'_cart_discount_tax','0'),(16281,566,'_order_shipping','0'),(16282,566,'_order_shipping_tax','0'),(16283,566,'_order_tax','0'),(16284,566,'_order_total','723.14'),(16285,566,'_order_version','5.5.2'),(16286,566,'_prices_include_tax','no'),(16287,566,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(16288,566,'_shipping_address_index','Danielle Ritter LCA Wichita 121 N Colby  Valley Center KS 67147 US'),(16289,566,'is_vat_exempt','no'),(16290,566,'Payment type','instant'),(16291,566,'_transaction_id','4FR85745YM691061R'),(16292,566,'_paypal_status','completed'),(16293,566,'PayPal Transaction Fee','25.73'),(16294,566,'_date_paid','1628277737'),(16295,566,'_paid_date','2021-08-06 19:22:17'),(16296,566,'_download_permissions_granted','yes'),(16297,566,'_recorded_sales','yes'),(16298,566,'_recorded_coupon_usage_counts','yes'),(16299,566,'_order_stock_reduced','yes'),(16300,566,'_new_order_email_sent','true'),(16301,567,'_order_key','wc_order_U6KdqDflkw79n'),(16302,567,'_customer_user','76'),(16303,567,'_payment_method','paypal'),(16304,567,'_payment_method_title','PayPal'),(16305,567,'_customer_ip_address','75.69.50.106'),(16306,567,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(16307,567,'_created_via','checkout'),(16308,567,'_cart_hash','a32cbe9d82272cc0b630029fd7adb000'),(16309,567,'_billing_first_name','Naomi'),(16310,567,'_billing_last_name','Golden'),(16311,567,'_billing_address_1','31 Mann Ave'),(16312,567,'_billing_city','Needham'),(16313,567,'_billing_state','MA'),(16314,567,'_billing_postcode','02492'),(16315,567,'_billing_country','US'),(16316,567,'_billing_email','nrgolden6486@gmail.com'),(16317,567,'_billing_phone','617-851-1322'),(16318,567,'_shipping_first_name','Naomi'),(16319,567,'_shipping_last_name','Golden'),(16320,567,'_shipping_company','LCA Newton'),(16321,567,'_shipping_address_1','1234 Chestnut Street'),(16322,567,'_shipping_address_2','Suite 101A'),(16323,567,'_shipping_city','Newton Upper Falls'),(16324,567,'_shipping_state','MA'),(16325,567,'_shipping_postcode','02464'),(16326,567,'_shipping_country','US'),(16327,567,'_order_currency','USD'),(16328,567,'_cart_discount','0'),(16329,567,'_cart_discount_tax','0'),(16330,567,'_order_shipping','13.5'),(16331,567,'_order_shipping_tax','0'),(16332,567,'_order_tax','0'),(16333,567,'_order_total','95.30'),(16334,567,'_order_version','5.5.2'),(16335,567,'_prices_include_tax','no'),(16336,567,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(16337,567,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US'),(16338,567,'is_vat_exempt','no'),(16339,567,'Payment type','instant'),(16340,567,'_transaction_id','7F696669MY731244F'),(16341,567,'_paypal_status','completed'),(16342,567,'PayPal Transaction Fee','3.82'),(16343,567,'_date_paid','1628290638'),(16344,567,'_paid_date','2021-08-06 22:57:18'),(16345,567,'_download_permissions_granted','yes'),(16346,567,'_recorded_sales','yes'),(16347,567,'_recorded_coupon_usage_counts','yes'),(16348,567,'_order_stock_reduced','yes'),(16349,567,'_new_order_email_sent','true'),(16350,568,'_order_key','wc_order_uOZ9zXSrei5Sr'),(16351,568,'_customer_user','6'),(16352,568,'_payment_method','paypal'),(16353,568,'_payment_method_title','PayPal'),(16354,568,'_customer_ip_address','73.90.177.129'),(16355,568,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),(16356,568,'_created_via','checkout'),(16357,568,'_cart_hash','71c1b27dbf0d563d9cca7b29820f6fb7'),(16358,568,'_billing_first_name','Amira'),(16359,568,'_billing_last_name','Purto'),(16360,568,'_billing_address_1','2628 Acapulco Way'),(16361,568,'_billing_city','Modesto'),(16362,568,'_billing_state','CA'),(16363,568,'_billing_postcode','95355'),(16364,568,'_billing_country','US'),(16365,568,'_billing_email','amira77@sbcglobal.net'),(16366,568,'_billing_phone','2096422061'),(16367,568,'_shipping_first_name','Amira'),(16368,568,'_shipping_last_name','Purto'),(16369,568,'_shipping_address_1','2628 Acapulco Way'),(16370,568,'_shipping_city','Modesto'),(16371,568,'_shipping_state','CA'),(16372,568,'_shipping_postcode','95355'),(16373,568,'_shipping_country','US'),(16374,568,'_order_currency','USD'),(16375,568,'_cart_discount','0'),(16376,568,'_cart_discount_tax','0'),(16377,568,'_order_shipping','0'),(16378,568,'_order_shipping_tax','0'),(16379,568,'_order_tax','0'),(16380,568,'_order_total','1636.04'),(16381,568,'_order_version','5.5.2'),(16382,568,'_prices_include_tax','no'),(16383,568,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(16384,568,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(16385,568,'is_vat_exempt','no'),(16386,568,'Payment type','instant'),(16387,568,'_transaction_id','9T576675DD130280G'),(16388,568,'_paypal_status','completed'),(16389,568,'PayPal Transaction Fee','57.59'),(16390,568,'_date_paid','1628352804'),(16391,568,'_paid_date','2021-08-07 16:13:24'),(16392,568,'_download_permissions_granted','yes'),(16393,568,'_recorded_sales','yes'),(16394,568,'_recorded_coupon_usage_counts','yes'),(16395,568,'_order_stock_reduced','yes'),(16396,568,'_new_order_email_sent','true'),(16397,569,'_order_key','wc_order_SbGvToBPk9qhR'),(16398,569,'_customer_user','46'),(16399,569,'_payment_method','paypal'),(16400,569,'_payment_method_title','PayPal'),(16401,569,'_customer_ip_address','216.163.6.72'),(16402,569,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(16403,569,'_created_via','checkout'),(16404,569,'_cart_hash','6f80b99bc9ebdec17b720d2123f8ee2c'),(16405,569,'_billing_first_name','Shannon'),(16406,569,'_billing_last_name','Steele'),(16407,569,'_billing_company','SBS Investments'),(16408,569,'_billing_address_1','1702 Hazelwood Court'),(16409,569,'_billing_city','Jonesboro'),(16410,569,'_billing_state','AR'),(16411,569,'_billing_postcode','72401'),(16412,569,'_billing_country','US'),(16413,569,'_billing_email','info@liceclinicsjonesboro.com'),(16414,569,'_billing_phone','8709262731'),(16415,569,'_shipping_first_name','Shannon'),(16416,569,'_shipping_last_name','Steele'),(16417,569,'_shipping_company','SBS Investments/LCA- Jonesboro'),(16418,569,'_shipping_address_1','3106 Orval Orlan Drive'),(16419,569,'_shipping_address_2','Suite D'),(16420,569,'_shipping_city','Jonesboro'),(16421,569,'_shipping_state','AR'),(16422,569,'_shipping_postcode','72404'),(16423,569,'_shipping_country','US'),(16424,569,'_order_currency','USD'),(16425,569,'_cart_discount','0'),(16426,569,'_cart_discount_tax','0'),(16427,569,'_order_shipping','0'),(16428,569,'_order_shipping_tax','0'),(16429,569,'_order_tax','0'),(16430,569,'_order_total','555.06'),(16431,569,'_order_version','5.5.2'),(16432,569,'_prices_include_tax','no'),(16433,569,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(16434,569,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(16435,569,'is_vat_exempt','no'),(16436,569,'Payment type','instant'),(16437,569,'_transaction_id','0P847193ES766861T'),(16438,569,'_paypal_status','completed'),(16439,569,'PayPal Transaction Fee','19.86'),(16440,569,'_date_paid','1628377935'),(16441,569,'_paid_date','2021-08-07 23:12:15'),(16442,569,'_download_permissions_granted','yes'),(16443,569,'_recorded_sales','yes'),(16444,569,'_recorded_coupon_usage_counts','yes'),(16445,569,'_order_stock_reduced','yes'),(16446,569,'_new_order_email_sent','true'),(16447,570,'_order_key','wc_order_xCEWzLe7ablHf'),(16448,570,'_customer_user','60'),(16449,570,'_payment_method','paypal'),(16450,570,'_payment_method_title','PayPal'),(16451,570,'_customer_ip_address','98.193.14.84'),(16452,570,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(16453,570,'_created_via','checkout'),(16454,570,'_cart_hash','3ea8f2ea235fd25b2383628148e87c06'),(16455,570,'_billing_first_name','Jill'),(16456,570,'_billing_last_name','Leshtz'),(16457,570,'_billing_address_1','1580 Lancelot Avenue'),(16458,570,'_billing_city','Highland park'),(16459,570,'_billing_state','IL'),(16460,570,'_billing_postcode','60035'),(16461,570,'_billing_country','US'),(16462,570,'_billing_email','jleshtz@gmail.com'),(16463,570,'_billing_phone','8473639001'),(16464,570,'_shipping_first_name','Jill'),(16465,570,'_shipping_last_name','Leshtz'),(16466,570,'_shipping_company','LCA North Shore'),(16467,570,'_shipping_address_1','1580 Lancelot Avenue'),(16468,570,'_shipping_city','Highland park'),(16469,570,'_shipping_state','IL'),(16470,570,'_shipping_postcode','60035'),(16471,570,'_shipping_country','US'),(16472,570,'_order_currency','USD'),(16473,570,'_cart_discount','0'),(16474,570,'_cart_discount_tax','0'),(16475,570,'_order_shipping','0'),(16476,570,'_order_shipping_tax','0'),(16477,570,'_order_tax','0'),(16478,570,'_order_total','933.60'),(16479,570,'_order_version','5.5.2'),(16480,570,'_prices_include_tax','no'),(16481,570,'_billing_address_index','Jill Leshtz  1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(16482,570,'_shipping_address_index','Jill Leshtz LCA North Shore 1580 Lancelot Avenue  Highland park IL 60035 US'),(16483,570,'is_vat_exempt','no'),(16484,570,'Payment type','instant'),(16485,570,'_transaction_id','6TK945634T872850C'),(16486,570,'_paypal_status','completed'),(16487,570,'PayPal Transaction Fee','33.07'),(16488,570,'_date_paid','1628389513'),(16489,570,'_paid_date','2021-08-08 02:25:13'),(16490,570,'_download_permissions_granted','yes'),(16491,570,'_recorded_sales','yes'),(16492,570,'_recorded_coupon_usage_counts','yes'),(16493,570,'_order_stock_reduced','yes'),(16494,570,'_new_order_email_sent','true'),(16495,571,'_order_key','wc_order_nBrqYWAIIulhq'),(16496,571,'_customer_user','17'),(16497,571,'_payment_method','paypal'),(16498,571,'_payment_method_title','PayPal'),(16499,571,'_customer_ip_address','68.169.253.102'),(16500,571,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(16501,571,'_created_via','checkout'),(16502,571,'_cart_hash','3a0e1694307cfc4f9fa42870c4283488'),(16503,571,'_billing_first_name','Bess'),(16504,571,'_billing_last_name','Hayes'),(16505,571,'_billing_company','LCA Des Moines'),(16506,571,'_billing_address_1','7753 S. Westbrook Dr'),(16507,571,'_billing_city','Dubuque'),(16508,571,'_billing_state','IA'),(16509,571,'_billing_postcode','52002'),(16510,571,'_billing_country','US'),(16511,571,'_billing_email','info@liceclinicsnortherniowa.com'),(16512,571,'_billing_phone','5635646764'),(16513,571,'_shipping_first_name','Jaimi'),(16514,571,'_shipping_last_name','Washington'),(16515,571,'_shipping_company','LCA Des Moines'),(16516,571,'_shipping_address_1','1139 Burlington Terrace'),(16517,571,'_shipping_city','Des Moines'),(16518,571,'_shipping_state','IA'),(16519,571,'_shipping_postcode','50314'),(16520,571,'_shipping_country','US'),(16521,571,'_order_currency','USD'),(16522,571,'_cart_discount','0'),(16523,571,'_cart_discount_tax','0'),(16524,571,'_order_shipping','15.35'),(16525,571,'_order_shipping_tax','0'),(16526,571,'_order_tax','0'),(16527,571,'_order_total','15.35'),(16528,571,'_order_version','5.5.2'),(16529,571,'_prices_include_tax','no'),(16530,571,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(16531,571,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US'),(16532,571,'is_vat_exempt','no'),(16533,571,'Payment type','instant'),(16534,571,'_transaction_id','3XV616604T974603U'),(16535,571,'_paypal_status','completed'),(16536,571,'PayPal Transaction Fee','1.03'),(16537,571,'_date_paid','1628520835'),(16538,571,'_paid_date','2021-08-09 14:53:55'),(16539,571,'_download_permissions_granted','yes'),(16540,571,'_recorded_sales','yes'),(16541,571,'_recorded_coupon_usage_counts','yes'),(16542,571,'_order_stock_reduced','yes'),(16543,571,'_new_order_email_sent','true'),(16544,572,'_order_key','wc_order_VA3EUqbZd0MRv'),(16545,572,'_customer_user','17'),(16546,572,'_payment_method','paypal'),(16547,572,'_payment_method_title','PayPal'),(16548,572,'_customer_ip_address','68.169.253.102'),(16549,572,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(16550,572,'_created_via','checkout'),(16551,572,'_cart_hash','868a3c0627ff4efd54583d61d55ba1ad'),(16552,572,'_billing_first_name','Bess'),(16553,572,'_billing_last_name','Hayes'),(16554,572,'_billing_company','LCA Des Moines'),(16555,572,'_billing_address_1','7753 S. Westbrook Dr'),(16556,572,'_billing_city','Dubuque'),(16557,572,'_billing_state','IA'),(16558,572,'_billing_postcode','52002'),(16559,572,'_billing_country','US'),(16560,572,'_billing_email','info@liceclinicsnortherniowa.com'),(16561,572,'_billing_phone','5635646764'),(16562,572,'_shipping_first_name','Bess'),(16563,572,'_shipping_last_name','Hayes'),(16564,572,'_shipping_company','LCA Dubuque'),(16565,572,'_shipping_address_1','7753 S. Westbrook Dr'),(16566,572,'_shipping_city','Dubuque'),(16567,572,'_shipping_state','IA'),(16568,572,'_shipping_postcode','52002'),(16569,572,'_shipping_country','US'),(16570,572,'_order_currency','USD'),(16571,572,'_cart_discount','0'),(16572,572,'_cart_discount_tax','0'),(16573,572,'_order_shipping','12.64'),(16574,572,'_order_shipping_tax','0'),(16575,572,'_order_tax','0'),(16576,572,'_order_total','12.64'),(16577,572,'_order_version','5.5.2'),(16578,572,'_prices_include_tax','no'),(16579,572,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(16580,572,'_shipping_address_index','Bess Hayes LCA Dubuque 7753 S. Westbrook Dr  Dubuque IA 52002 US'),(16581,572,'is_vat_exempt','no'),(16582,572,'Payment type','instant'),(16583,572,'_transaction_id','1TG58859BU492901P'),(16584,572,'_paypal_status','completed'),(16585,572,'PayPal Transaction Fee','0.93'),(16586,572,'_date_paid','1628520982'),(16587,572,'_paid_date','2021-08-09 14:56:22'),(16588,572,'_download_permissions_granted','yes'),(16589,572,'_recorded_sales','yes'),(16590,572,'_recorded_coupon_usage_counts','yes'),(16591,572,'_order_stock_reduced','yes'),(16592,572,'_new_order_email_sent','true'),(16593,564,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047624\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"4c2fad7853fe20683f46a3b64c44a1ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047613\";s:12:\"date_shipped\";s:10:\"1628208000\";s:11:\"tracking_id\";s:32:\"1d6299849f5f1b53e0890c8f960a7742\";}}'),(16594,564,'_edit_last','2'),(16595,564,'_date_completed','1628534281'),(16596,564,'_completed_date','2021-08-09 18:38:01'),(16597,567,'_edit_lock','1636413236:2'),(16598,567,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047749\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"e2210e59d22694c83cb167df2a61b9dd\";}}'),(16599,567,'_edit_last','2'),(16600,567,'_date_completed','1628534350'),(16601,567,'_completed_date','2021-08-09 18:39:10'),(16602,566,'_edit_lock','1635521750:2'),(16603,566,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047771\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"b22ba6f076a7bd2a1941a4f42db38243\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047760\";s:12:\"date_shipped\";i:1628534396;s:11:\"tracking_id\";s:32:\"014a6198e28f9df436223c0dda46bdb2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047750\";s:12:\"date_shipped\";i:1628534405;s:11:\"tracking_id\";s:32:\"8de0f217f2495c6dcce80f0c79178797\";}}'),(16604,566,'_edit_last','2'),(16605,566,'_date_completed','1628534410'),(16606,566,'_completed_date','2021-08-09 18:40:10'),(16607,569,'_edit_lock','1628534341:2'),(16608,569,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047933\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"9ba974b294e33c488bf918c2f131fcc0\";}}'),(16609,569,'_edit_last','2'),(16610,569,'_date_completed','1628534442'),(16611,569,'_completed_date','2021-08-09 18:40:42'),(16612,568,'_edit_lock','1628534453:2'),(16613,568,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047900\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"07e49aea80a4eb786ec51f8443a517f1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047896\";s:12:\"date_shipped\";i:1628534536;s:11:\"tracking_id\";s:32:\"06518b93ccba87e0fbc2e95c4c86cadd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047885\";s:12:\"date_shipped\";i:1628534542;s:11:\"tracking_id\";s:32:\"6857a23def1e6fe0a520dd49b6a505dd\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047874\";s:12:\"date_shipped\";i:1628534548;s:11:\"tracking_id\";s:32:\"36916e56a64e11fb3f8a6f6fa23bbdd1\";}}'),(16614,568,'_edit_last','2'),(16615,568,'_date_completed','1628534554'),(16616,568,'_completed_date','2021-08-09 18:42:34'),(16617,573,'_order_key','wc_order_7brONIAwreBMo'),(16618,573,'_customer_user','78'),(16619,573,'_payment_method','paypal'),(16620,573,'_payment_method_title','PayPal'),(16621,573,'_customer_ip_address','108.54.149.237'),(16622,573,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(16623,573,'_created_via','checkout'),(16624,573,'_cart_hash','4e3eb5047825a55603d9567144963f0d'),(16625,573,'_billing_first_name','Richard'),(16626,573,'_billing_last_name','Florsheim'),(16627,573,'_billing_company','Licura'),(16628,573,'_billing_address_1','3827 w fairway heights dr'),(16629,573,'_billing_city','Mequon'),(16630,573,'_billing_state','WI'),(16631,573,'_billing_postcode','53092'),(16632,573,'_billing_country','US'),(16633,573,'_billing_email','tara@liceclinicslongIsland.com'),(16634,573,'_billing_phone','5619006382'),(16635,573,'_shipping_first_name','Tara'),(16636,573,'_shipping_last_name','Johnson'),(16637,573,'_shipping_company','LCA'),(16638,573,'_shipping_address_1','2330 Faye ct'),(16639,573,'_shipping_city','Merrick'),(16640,573,'_shipping_state','NY'),(16641,573,'_shipping_postcode','11566'),(16642,573,'_shipping_country','US'),(16643,573,'_order_currency','USD'),(16644,573,'_cart_discount','0'),(16645,573,'_cart_discount_tax','0'),(16646,573,'_order_shipping','10.77'),(16647,573,'_order_shipping_tax','0'),(16648,573,'_order_tax','0'),(16649,573,'_order_total','76.77'),(16650,573,'_order_version','5.5.2'),(16651,573,'_prices_include_tax','no'),(16652,573,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(16653,573,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US'),(16654,573,'is_vat_exempt','no'),(16655,573,'Payment type','instant'),(16656,573,'_transaction_id','2FU52002WK728370R'),(16657,573,'_paypal_status','completed'),(16658,573,'PayPal Transaction Fee','3.17'),(16659,573,'_date_paid','1628540954'),(16660,573,'_paid_date','2021-08-09 20:29:14'),(16661,573,'_download_permissions_granted','yes'),(16662,573,'_recorded_sales','yes'),(16663,573,'_recorded_coupon_usage_counts','yes'),(16664,573,'_order_stock_reduced','yes'),(16665,573,'_new_order_email_sent','true'),(16666,574,'_order_key','wc_order_QKB8tAReCITus'),(16667,574,'_customer_user','78'),(16668,574,'_payment_method','paypal'),(16669,574,'_payment_method_title','PayPal'),(16670,574,'_customer_ip_address','108.54.149.237'),(16671,574,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(16672,574,'_created_via','checkout'),(16673,574,'_cart_hash','4e3eb5047825a55603d9567144963f0d'),(16674,574,'_billing_first_name','Richard'),(16675,574,'_billing_last_name','Florsheim'),(16676,574,'_billing_company','Licura'),(16677,574,'_billing_address_1','3827 w fairway heights dr'),(16678,574,'_billing_city','Mequon'),(16679,574,'_billing_state','WI'),(16680,574,'_billing_postcode','53092'),(16681,574,'_billing_country','US'),(16682,574,'_billing_email','tara@liceclinicslongIsland.com'),(16683,574,'_billing_phone','5619006382'),(16684,574,'_shipping_first_name','Tara'),(16685,574,'_shipping_last_name','Johnson'),(16686,574,'_shipping_company','LCA'),(16687,574,'_shipping_address_1','2330 Faye ct'),(16688,574,'_shipping_city','Merrick'),(16689,574,'_shipping_state','NY'),(16690,574,'_shipping_postcode','11566'),(16691,574,'_shipping_country','US'),(16692,574,'_order_currency','USD'),(16693,574,'_cart_discount','0'),(16694,574,'_cart_discount_tax','0'),(16695,574,'_order_shipping','10.77'),(16696,574,'_order_shipping_tax','0'),(16697,574,'_order_tax','0'),(16698,574,'_order_total','76.77'),(16699,574,'_order_version','5.5.2'),(16700,574,'_prices_include_tax','no'),(16701,574,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(16702,574,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US'),(16703,574,'is_vat_exempt','no'),(16704,574,'Payment type','instant'),(16705,574,'_transaction_id','5FJ965547F206924V'),(16706,574,'_paypal_status','completed'),(16707,574,'PayPal Transaction Fee','3.17'),(16708,574,'_date_paid','1628541125'),(16709,574,'_paid_date','2021-08-09 20:32:05'),(16710,574,'_download_permissions_granted','yes'),(16711,574,'_recorded_sales','yes'),(16712,574,'_recorded_coupon_usage_counts','yes'),(16713,574,'_order_stock_reduced','yes'),(16714,574,'_new_order_email_sent','true'),(16715,575,'_order_key','wc_order_lbnUqIM18Tx9c'),(16716,575,'_customer_user','51'),(16717,575,'_payment_method','paypal'),(16718,575,'_payment_method_title','PayPal'),(16719,575,'_customer_ip_address','172.58.171.143'),(16720,575,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(16721,575,'_created_via','checkout'),(16722,575,'_cart_hash','9e3b2f817d55e3fe210623f4ee487f45'),(16723,575,'_billing_first_name','Corie'),(16724,575,'_billing_last_name','Kaniamos'),(16725,575,'_billing_address_1','5026 Tildens Grove Blvd'),(16726,575,'_billing_city','Windermere'),(16727,575,'_billing_state','FL'),(16728,575,'_billing_postcode','34786'),(16729,575,'_billing_country','US'),(16730,575,'_billing_email','corie@liceclinicsofflorida.com'),(16731,575,'_billing_phone','6163406321'),(16732,575,'_shipping_first_name','Catie'),(16733,575,'_shipping_last_name','Carnie'),(16734,575,'_shipping_company','LCA WPB'),(16735,575,'_shipping_address_1','4977 B ALDER Dr'),(16736,575,'_shipping_city','West Palm Beach'),(16737,575,'_shipping_state','FL'),(16738,575,'_shipping_postcode','33417'),(16739,575,'_shipping_country','US'),(16740,575,'_order_currency','USD'),(16741,575,'_cart_discount','0'),(16742,575,'_cart_discount_tax','0'),(16743,575,'_order_shipping','16.73'),(16744,575,'_order_shipping_tax','0'),(16745,575,'_order_tax','0'),(16746,575,'_order_total','16.73'),(16747,575,'_order_version','5.5.2'),(16748,575,'_prices_include_tax','no'),(16749,575,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(16750,575,'_shipping_address_index','Catie Carnie LCA WPB 4977 B ALDER Dr  West Palm Beach FL 33417 US'),(16751,575,'is_vat_exempt','no'),(16752,575,'Payment type','instant'),(16753,575,'_transaction_id','6V7697966U953614X'),(16754,575,'_paypal_status','completed'),(16755,575,'PayPal Transaction Fee','1.07'),(16756,575,'_date_paid','1628556488'),(16757,575,'_paid_date','2021-08-10 00:48:08'),(16758,575,'_download_permissions_granted','yes'),(16759,575,'_recorded_sales','yes'),(16760,575,'_recorded_coupon_usage_counts','yes'),(16761,575,'_order_stock_reduced','yes'),(16762,575,'_new_order_email_sent','true'),(16763,576,'_order_key','wc_order_enxmBatnAm9RL'),(16764,576,'_customer_user','51'),(16765,576,'_payment_method','paypal'),(16766,576,'_payment_method_title','PayPal'),(16767,576,'_customer_ip_address','172.58.171.143'),(16768,576,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(16769,576,'_created_via','checkout'),(16770,576,'_cart_hash','f6261e6587850899bb828d8b686aaed8'),(16771,576,'_billing_first_name','Corie'),(16772,576,'_billing_last_name','Kaniamos'),(16773,576,'_billing_address_1','5026 Tildens Grove Blvd'),(16774,576,'_billing_city','Windermere'),(16775,576,'_billing_state','FL'),(16776,576,'_billing_postcode','34786'),(16777,576,'_billing_country','US'),(16778,576,'_billing_email','corie@liceclinicsofflorida.com'),(16779,576,'_billing_phone','6163406321'),(16780,576,'_shipping_first_name','Maria'),(16781,576,'_shipping_last_name','Hagg'),(16782,576,'_shipping_company','LCA STUART'),(16783,576,'_shipping_address_1','17 Via Lucindia Dr South'),(16784,576,'_shipping_city','Stuart'),(16785,576,'_shipping_state','FL'),(16786,576,'_shipping_postcode','34996'),(16787,576,'_shipping_country','US'),(16788,576,'_order_currency','USD'),(16789,576,'_cart_discount','0'),(16790,576,'_cart_discount_tax','0'),(16791,576,'_order_shipping','14.89'),(16792,576,'_order_shipping_tax','0'),(16793,576,'_order_tax','0'),(16794,576,'_order_total','14.89'),(16795,576,'_order_version','5.5.2'),(16796,576,'_prices_include_tax','no'),(16797,576,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(16798,576,'_shipping_address_index','Maria Hagg LCA STUART 17 Via Lucindia Dr South  Stuart FL 34996 US'),(16799,576,'is_vat_exempt','no'),(16800,576,'Payment type','instant'),(16801,576,'_transaction_id','5TS51782VU593250P'),(16802,576,'_paypal_status','completed'),(16803,576,'PayPal Transaction Fee','1.01'),(16804,576,'_date_paid','1628556994'),(16805,576,'_paid_date','2021-08-10 00:56:34'),(16806,576,'_download_permissions_granted','yes'),(16807,576,'_recorded_sales','yes'),(16808,576,'_recorded_coupon_usage_counts','yes'),(16809,576,'_order_stock_reduced','yes'),(16810,576,'_new_order_email_sent','true'),(16811,577,'_order_key','wc_order_abpfWZQgM8IQG'),(16812,577,'_customer_user','50'),(16813,577,'_payment_method','paypal'),(16814,577,'_payment_method_title','PayPal'),(16815,577,'_customer_ip_address','73.16.68.179'),(16816,577,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62'),(16817,577,'_created_via','checkout'),(16818,577,'_cart_hash','c0aa4a91e72c5ddccc0576699c14d945'),(16819,577,'_billing_first_name','Christine'),(16820,577,'_billing_last_name','Cherry'),(16821,577,'_billing_company','NITS END'),(16822,577,'_billing_address_1','PO BOX 1092'),(16823,577,'_billing_city','Campton'),(16824,577,'_billing_state','NH'),(16825,577,'_billing_postcode','03223'),(16826,577,'_billing_country','US'),(16827,577,'_billing_email','info@liceclinicsplaistow.com'),(16828,577,'_billing_phone','16034983390'),(16829,577,'_shipping_first_name','Megan'),(16830,577,'_shipping_last_name','O\'Neil'),(16831,577,'_shipping_company','LCA Plaistow'),(16832,577,'_shipping_address_1','18 Sheridan St'),(16833,577,'_shipping_city','Haverhill'),(16834,577,'_shipping_state','MA'),(16835,577,'_shipping_postcode','01830'),(16836,577,'_shipping_country','US'),(16837,577,'_order_currency','USD'),(16838,577,'_cart_discount','0'),(16839,577,'_cart_discount_tax','0'),(16840,577,'_order_shipping','23.5'),(16841,577,'_order_shipping_tax','0'),(16842,577,'_order_tax','0'),(16843,577,'_order_total','338.86'),(16844,577,'_order_version','5.5.2'),(16845,577,'_prices_include_tax','no'),(16846,577,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(16847,577,'_shipping_address_index','Megan O\'Neil LCA Plaistow 18 Sheridan St  Haverhill MA 01830 US'),(16849,577,'is_vat_exempt','no'),(16850,577,'Payment type','instant'),(16851,577,'_transaction_id','9VU5429257648862X'),(16852,577,'_paypal_status','completed'),(16853,577,'PayPal Transaction Fee','12.32'),(16854,577,'_date_paid','1628596657'),(16855,577,'_paid_date','2021-08-10 11:57:37'),(16856,577,'_download_permissions_granted','yes'),(16857,577,'_recorded_sales','yes'),(16858,577,'_recorded_coupon_usage_counts','yes'),(16859,577,'_order_stock_reduced','yes'),(16860,577,'_new_order_email_sent','true'),(16861,578,'_order_key','wc_order_q5QoQBQ0HIUOG'),(16862,578,'_customer_user','73'),(16863,578,'_payment_method','paypal'),(16864,578,'_payment_method_title','PayPal'),(16865,578,'_customer_ip_address','98.47.94.35'),(16866,578,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(16867,578,'_created_via','checkout'),(16868,578,'_cart_hash','3af97f5e49579520c6ac2f110e1efe98'),(16869,578,'_billing_first_name','Lice Clinics'),(16870,578,'_billing_last_name','Castro Valley'),(16871,578,'_billing_company','Lice Clinics of America - Castro Valley'),(16872,578,'_billing_address_1','20406 Redwood Rd, Suite A'),(16873,578,'_billing_city','Castro Valley'),(16874,578,'_billing_state','CA'),(16875,578,'_billing_postcode','94546'),(16876,578,'_billing_country','US'),(16877,578,'_billing_email','info@liceclinicscastrovalley.com'),(16878,578,'_billing_phone','5106763272'),(16879,578,'_shipping_first_name','Lice Clinics'),(16880,578,'_shipping_last_name','Castro Valley'),(16881,578,'_shipping_company','LCA - Castro Valley'),(16882,578,'_shipping_address_1','31372 Mackinaw St'),(16883,578,'_shipping_city','Union City'),(16884,578,'_shipping_state','CA'),(16885,578,'_shipping_postcode','94587'),(16886,578,'_shipping_country','US'),(16887,578,'_order_currency','USD'),(16888,578,'_cart_discount','0'),(16889,578,'_cart_discount_tax','0'),(16890,578,'_order_shipping','0'),(16891,578,'_order_shipping_tax','0'),(16892,578,'_order_tax','0'),(16893,578,'_order_total','764.80'),(16894,578,'_order_version','5.5.2'),(16895,578,'_prices_include_tax','no'),(16896,578,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(16897,578,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US'),(16898,578,'is_vat_exempt','no'),(16899,578,'Payment type','instant'),(16900,578,'_transaction_id','6TJ89896UU388584G'),(16901,578,'_paypal_status','completed'),(16902,578,'PayPal Transaction Fee','27.18'),(16903,578,'_date_paid','1628605186'),(16904,578,'_paid_date','2021-08-10 14:19:46'),(16905,578,'_download_permissions_granted','yes'),(16906,578,'_recorded_sales','yes'),(16907,578,'_recorded_coupon_usage_counts','yes'),(16908,578,'_order_stock_reduced','yes'),(16909,578,'_new_order_email_sent','true'),(16910,579,'_order_key','wc_order_uBLnnRye1PCBe'),(16911,579,'_customer_user','54'),(16912,579,'_payment_method','paypal'),(16913,579,'_payment_method_title','PayPal'),(16914,579,'_customer_ip_address','67.175.206.111'),(16915,579,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(16916,579,'_created_via','checkout'),(16917,579,'_cart_hash','998807a26c16a5420ff6fd0917c1fa8b'),(16918,579,'_billing_first_name','Erin'),(16919,579,'_billing_last_name','Hawn'),(16920,579,'_billing_address_1','10 W Phillip Rd'),(16921,579,'_billing_address_2','123'),(16922,579,'_billing_city','Vernon Hills'),(16923,579,'_billing_state','IL'),(16924,579,'_billing_postcode','60061'),(16925,579,'_billing_country','US'),(16926,579,'_billing_email','info@liceclinicsvernonhills.com'),(16927,579,'_billing_phone','8475960408'),(16928,579,'_shipping_first_name','Erin'),(16929,579,'_shipping_last_name','Hawn'),(16930,579,'_shipping_address_1','1491 S Amarias Dr'),(16931,579,'_shipping_city','Round lake'),(16932,579,'_shipping_state','IL'),(16933,579,'_shipping_postcode','60073'),(16934,579,'_shipping_country','US'),(16935,579,'_order_currency','USD'),(16936,579,'_cart_discount','0'),(16937,579,'_cart_discount_tax','0'),(16938,579,'_order_shipping','33.92'),(16939,579,'_order_shipping_tax','0'),(16940,579,'_order_tax','0'),(16941,579,'_order_total','347.52'),(16942,579,'_order_version','5.5.2'),(16943,579,'_prices_include_tax','no'),(16944,579,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(16945,579,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US'),(16946,579,'is_vat_exempt','no'),(16947,579,'Payment type','instant'),(16948,579,'_transaction_id','8RK51678BJ9052339'),(16949,579,'_paypal_status','completed'),(16950,579,'PayPal Transaction Fee','12.62'),(16951,579,'_date_paid','1628607958'),(16952,579,'_paid_date','2021-08-10 15:05:58'),(16953,579,'_download_permissions_granted','yes'),(16954,579,'_recorded_sales','yes'),(16955,579,'_recorded_coupon_usage_counts','yes'),(16956,579,'_order_stock_reduced','yes'),(16957,579,'_new_order_email_sent','true'),(16958,580,'_order_key','wc_order_WePQi0pXoyTZ0'),(16959,580,'_customer_user','23'),(16960,580,'_payment_method','paypal'),(16961,580,'_payment_method_title','PayPal'),(16962,580,'_customer_ip_address','67.164.84.44'),(16963,580,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(16964,580,'_created_via','checkout'),(16965,580,'_cart_hash','6125db7e16a90cb3ce13bcb51d84e865'),(16966,580,'_billing_first_name','Jackie'),(16967,580,'_billing_last_name','Huynh'),(16968,580,'_billing_company','Lice Clinics of America - San Francisco'),(16969,580,'_billing_address_1','1121 San Anselmo Ave'),(16970,580,'_billing_city','Millbrae'),(16971,580,'_billing_state','CA'),(16972,580,'_billing_postcode','94030'),(16973,580,'_billing_country','US'),(16974,580,'_billing_email','liceclinicssf@gmail.com'),(16975,580,'_billing_phone','4087806936'),(16976,580,'_shipping_first_name','Jackie'),(16977,580,'_shipping_last_name','Huynh'),(16978,580,'_shipping_company','Lice Clinics of America - San Francisco'),(16979,580,'_shipping_address_1','1121 San Anselmo Ave'),(16980,580,'_shipping_city','Millbrae'),(16981,580,'_shipping_state','CA'),(16982,580,'_shipping_postcode','94030'),(16983,580,'_shipping_country','US'),(16984,580,'_order_currency','USD'),(16985,580,'_cart_discount','0'),(16986,580,'_cart_discount_tax','0'),(16987,580,'_order_shipping','79.7'),(16988,580,'_order_shipping_tax','0'),(16989,580,'_order_tax','0'),(16990,580,'_order_total','439.70'),(16991,580,'_order_version','5.5.2'),(16992,580,'_prices_include_tax','no'),(16993,580,'_billing_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US liceclinicssf@gmail.com 4087806936'),(16994,580,'_shipping_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US'),(16996,580,'is_vat_exempt','no'),(16997,580,'Payment type','instant'),(16998,580,'_transaction_id','1LU07073HG487634V'),(16999,580,'_paypal_status','completed'),(17000,580,'PayPal Transaction Fee','15.84'),(17001,580,'_date_paid','1628632292'),(17002,580,'_paid_date','2021-08-10 21:51:32'),(17003,580,'_download_permissions_granted','yes'),(17004,580,'_recorded_sales','yes'),(17005,580,'_recorded_coupon_usage_counts','yes'),(17006,580,'_order_stock_reduced','yes'),(17007,580,'_new_order_email_sent','true'),(17008,578,'_edit_lock','1628636309:2'),(17009,578,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048517\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"6aad989bbed4c031ba836cb8aa3223fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048506\";s:12:\"date_shipped\";i:1628636430;s:11:\"tracking_id\";s:32:\"ee349795109a5ffc752461ed36e0be64\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048491\";s:12:\"date_shipped\";i:1628636438;s:11:\"tracking_id\";s:32:\"6ae6750ec3d291897341a153138dece2\";}}'),(17010,578,'_edit_last','2'),(17011,578,'_date_completed','1628636440'),(17012,578,'_completed_date','2021-08-10 23:00:40'),(17013,579,'_edit_lock','1628636416:2'),(17014,579,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048470\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"d5bf7dae0054b1c2804536e1e2ba8fbe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048469\";s:12:\"date_shipped\";i:1628636492;s:11:\"tracking_id\";s:32:\"0a7173d922684d42d90527e78c765f22\";}}'),(17015,579,'_edit_last','2'),(17016,579,'_date_completed','1628636502'),(17017,579,'_completed_date','2021-08-10 23:01:42'),(17018,570,'_edit_lock','1628694207:2'),(17019,571,'_edit_lock','1628694401:2'),(17020,572,'_edit_lock','1628694285:2'),(17021,573,'_edit_lock','1628636742:2'),(17022,574,'_edit_lock','1628694323:2'),(17023,575,'_edit_lock','1628636503:2'),(17024,576,'_edit_lock','1628636538:2'),(17025,577,'_edit_lock','1628694360:2'),(17026,580,'_edit_lock','1628694290:2'),(17027,575,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048425\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"1649fd3f9fcd4632be64b1e5c4c67584\";}}'),(17028,575,'_edit_last','2'),(17029,575,'_date_completed','1628636629'),(17030,575,'_completed_date','2021-08-10 23:03:49'),(17031,576,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048436\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"023d8af9933516cea64e1a2c581d4675\";}}'),(17032,576,'_edit_last','2'),(17033,576,'_date_completed','1628636664'),(17034,576,'_completed_date','2021-08-10 23:04:24'),(17035,573,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048160\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"9c837bd0e842accd25947d1fc319ac0c\";}}'),(17036,573,'_edit_last','2'),(17037,573,'_date_completed','1628636738'),(17038,573,'_completed_date','2021-08-10 23:05:38'),(17039,580,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048609\";s:12:\"date_shipped\";s:10:\"1628640000\";s:11:\"tracking_id\";s:32:\"f27197356a95579b9212f8ab793c8323\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048594\";s:12:\"date_shipped\";s:10:\"1628640000\";s:11:\"tracking_id\";s:32:\"310667e04ad9933ab856dc55a1ca332c\";}}'),(17040,580,'_edit_last','2'),(17041,580,'_date_completed','1628694268'),(17042,580,'_completed_date','2021-08-11 15:04:28'),(17043,570,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048024\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"fd62df097dc0dc6de3c991c7fad6f1dd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048035\";s:12:\"date_shipped\";s:10:\"1628467200\";s:11:\"tracking_id\";s:32:\"5b4fcbcfdf3d4d9bc10c133671dd7487\";}}'),(17044,570,'_edit_last','2'),(17045,570,'_date_completed','1628694339'),(17046,570,'_completed_date','2021-08-11 15:05:39'),(17047,571,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953047999\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"ee098f8d47d6b893a86b71bf8a7496ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048002\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"e798cb005bfc7efca32d7b009ec69067\";}}'),(17048,571,'_edit_last','2'),(17049,571,'_date_completed','1628694396'),(17050,571,'_completed_date','2021-08-11 15:06:36'),(17051,572,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048013\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"db6109d98b47fb18c2e379bd068dc6f0\";}}'),(17052,572,'_edit_last','2'),(17053,572,'_date_completed','1628694421'),(17054,572,'_completed_date','2021-08-11 15:07:01'),(17055,574,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048160\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"c135627ef1d91486947d068cad215e9f\";}}'),(17056,574,'_edit_last','2'),(17057,574,'_date_completed','1628694456'),(17058,574,'_completed_date','2021-08-11 15:07:36');
INSERT INTO `wp_postmeta` VALUES (17059,577,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048458\";s:12:\"date_shipped\";s:10:\"1628553600\";s:11:\"tracking_id\";s:32:\"473bb8eb7ad9ea686423c6d703acf217\";}}'),(17060,577,'_edit_last','2'),(17061,577,'_date_completed','1628694498'),(17062,577,'_completed_date','2021-08-11 15:08:18'),(17063,582,'_order_key','wc_order_OZGGmnE9qHYze'),(17064,582,'_customer_user','28'),(17065,582,'_payment_method','paypal'),(17066,582,'_payment_method_title','PayPal'),(17067,582,'_customer_ip_address','172.115.255.171'),(17068,582,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17069,582,'_created_via','checkout'),(17070,582,'_cart_hash','0de8432b086d3c184444277b88cd29b7'),(17071,582,'_billing_first_name','Kelli'),(17072,582,'_billing_last_name','Washington'),(17073,582,'_billing_company','Lice Clinics of America - Temecula'),(17074,582,'_billing_address_1','2438 Bear Rock Gln'),(17075,582,'_billing_city','Escondido'),(17076,582,'_billing_state','CA'),(17077,582,'_billing_postcode','92026'),(17078,582,'_billing_country','US'),(17079,582,'_billing_email','info@liceclinicstemecula.com'),(17080,582,'_billing_phone','7606255580'),(17081,582,'_shipping_first_name','Kelli'),(17082,582,'_shipping_last_name','Washington'),(17083,582,'_shipping_company','Lice Clinics of America - Temecula'),(17084,582,'_shipping_address_1','2438 Bear Rock Gln'),(17085,582,'_shipping_city','Escondido'),(17086,582,'_shipping_state','CA'),(17087,582,'_shipping_postcode','92026'),(17088,582,'_shipping_country','US'),(17089,582,'_order_currency','USD'),(17090,582,'_cart_discount','0'),(17091,582,'_cart_discount_tax','0'),(17092,582,'_order_shipping','63.09'),(17093,582,'_order_shipping_tax','0'),(17094,582,'_order_tax','0'),(17095,582,'_order_total','351.09'),(17096,582,'_order_version','5.5.2'),(17097,582,'_prices_include_tax','no'),(17098,582,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(17099,582,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(17100,582,'is_vat_exempt','no'),(17101,582,'Payment type','instant'),(17102,582,'_transaction_id','12B41054UL978745U'),(17103,582,'_paypal_status','completed'),(17104,582,'PayPal Transaction Fee','12.74'),(17105,582,'_date_paid','1628726134'),(17106,582,'_paid_date','2021-08-11 23:55:34'),(17107,582,'_download_permissions_granted','yes'),(17108,582,'_recorded_sales','yes'),(17109,582,'_recorded_coupon_usage_counts','yes'),(17110,582,'_order_stock_reduced','yes'),(17111,582,'_new_order_email_sent','true'),(17112,582,'_edit_lock','1629232974:2'),(17113,582,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048804\";s:12:\"date_shipped\";s:10:\"1628726400\";s:11:\"tracking_id\";s:32:\"561e468aad9e0dabd425d19a40560d71\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953048790\";s:12:\"date_shipped\";s:10:\"1628726400\";s:11:\"tracking_id\";s:32:\"cef68f5c44d90ee7d6edc25de92054e1\";}}'),(17114,583,'_order_key','wc_order_iQRlPpbUTCpYi'),(17115,583,'_customer_user','5'),(17116,583,'_payment_method','paypal'),(17117,583,'_payment_method_title','PayPal'),(17118,583,'_customer_ip_address','73.11.93.174'),(17119,583,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(17120,583,'_created_via','checkout'),(17121,583,'_cart_hash','b44d73b77ed9ecdf06b6c85d338ac1ed'),(17122,583,'_billing_first_name','Mark'),(17123,583,'_billing_last_name','Meyer'),(17124,583,'_billing_company','LCA Northwest'),(17125,583,'_billing_address_1','PO Box 25829'),(17126,583,'_billing_city','Portland'),(17127,583,'_billing_state','OR'),(17128,583,'_billing_postcode','97298'),(17129,583,'_billing_country','US'),(17130,583,'_billing_email','mark@nwliceclinics.com'),(17131,583,'_billing_phone','5037244204'),(17132,583,'_shipping_first_name','Mark'),(17133,583,'_shipping_last_name','Meyer'),(17134,583,'_shipping_company','LCA Northwest'),(17135,583,'_shipping_address_1','5201 SW Westgate Drive'),(17136,583,'_shipping_address_2','Suite 106'),(17137,583,'_shipping_city','Portland'),(17138,583,'_shipping_state','OR'),(17139,583,'_shipping_postcode','97221'),(17140,583,'_shipping_country','US'),(17141,583,'_order_currency','USD'),(17142,583,'_cart_discount','0'),(17143,583,'_cart_discount_tax','0'),(17144,583,'_order_shipping','0'),(17145,583,'_order_shipping_tax','0'),(17146,583,'_order_tax','0'),(17147,583,'_order_total','1278.08'),(17148,583,'_order_version','5.5.2'),(17149,583,'_prices_include_tax','no'),(17150,583,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(17151,583,'_shipping_address_index','Mark Meyer LCA Northwest 5201 SW Westgate Drive Suite 106 Portland OR 97221 US'),(17152,583,'is_vat_exempt','no'),(17153,583,'Payment type','instant'),(17154,583,'_transaction_id','59K61079ND187151A'),(17155,583,'_paypal_status','completed'),(17156,583,'PayPal Transaction Fee','45.09'),(17157,583,'_date_paid','1628795837'),(17158,583,'_paid_date','2021-08-12 19:17:17'),(17159,583,'_download_permissions_granted','yes'),(17160,583,'_recorded_sales','yes'),(17161,583,'_recorded_coupon_usage_counts','yes'),(17162,583,'_order_stock_reduced','yes'),(17163,583,'_new_order_email_sent','true'),(17203,585,'_order_key','wc_order_lX0Pvk6zToOPP'),(17204,585,'_customer_user','87'),(17205,585,'_payment_method','paypal'),(17206,585,'_payment_method_title','PayPal'),(17207,585,'_customer_ip_address','70.189.75.106'),(17208,585,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(17209,585,'_created_via','checkout'),(17210,585,'_cart_hash','d2af7750f0f781e9c20fa6c9fd6f6b92'),(17211,585,'_billing_first_name','Wade'),(17212,585,'_billing_last_name','Huntsman'),(17213,585,'_billing_company','LCA Midsouth'),(17214,585,'_billing_address_1','1104 E 25th St.'),(17215,585,'_billing_city','Tulsa'),(17216,585,'_billing_state','OK'),(17217,585,'_billing_postcode','74114'),(17218,585,'_billing_country','US'),(17219,585,'_billing_email','info@liceclinicsmidsouth.com'),(17220,585,'_billing_phone','9189783329'),(17221,585,'_shipping_first_name','Logan'),(17222,585,'_shipping_last_name','Witt'),(17223,585,'_shipping_company','Lice Clinics of America'),(17224,585,'_shipping_address_1','3000 S 28th Place'),(17225,585,'_shipping_address_2','Apt 12'),(17226,585,'_shipping_city','Rogers'),(17227,585,'_shipping_state','AR'),(17228,585,'_shipping_postcode','72756'),(17229,585,'_shipping_country','US'),(17230,585,'_order_currency','USD'),(17231,585,'_cart_discount','0'),(17232,585,'_cart_discount_tax','0'),(17233,585,'_order_shipping','0'),(17234,585,'_order_shipping_tax','0'),(17235,585,'_order_tax','0'),(17236,585,'_order_total','679.00'),(17237,585,'_order_version','5.5.2'),(17238,585,'_prices_include_tax','no'),(17239,585,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(17240,585,'_shipping_address_index','Logan Witt Lice Clinics of America 3000 S 28th Place Apt 12 Rogers AR 72756 US'),(17241,585,'is_vat_exempt','no'),(17242,585,'Payment type','instant'),(17243,585,'_transaction_id','5HN230527T225050T'),(17244,585,'_paypal_status','completed'),(17245,585,'PayPal Transaction Fee','24.19'),(17246,585,'_date_paid','1628881632'),(17247,585,'_paid_date','2021-08-13 19:07:12'),(17248,585,'_download_permissions_granted','yes'),(17249,585,'_recorded_sales','yes'),(17250,585,'_recorded_coupon_usage_counts','yes'),(17251,585,'_order_stock_reduced','yes'),(17252,585,'_new_order_email_sent','true'),(17253,586,'_order_key','wc_order_Hw01BlEigiA57'),(17254,586,'_customer_user','87'),(17255,586,'_payment_method','paypal'),(17256,586,'_payment_method_title','PayPal'),(17257,586,'_customer_ip_address','70.189.75.106'),(17258,586,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(17259,586,'_created_via','checkout'),(17260,586,'_cart_hash','a98bd37b94bab2a3cc2db4f80523c744'),(17261,586,'_billing_first_name','Wade'),(17262,586,'_billing_last_name','Huntsman'),(17263,586,'_billing_company','LCA Midsouth'),(17264,586,'_billing_address_1','1104 E 25th St.'),(17265,586,'_billing_city','Tulsa'),(17266,586,'_billing_state','OK'),(17267,586,'_billing_postcode','74114'),(17268,586,'_billing_country','US'),(17269,586,'_billing_email','info@liceclinicsmidsouth.com'),(17270,586,'_billing_phone','9189783329'),(17271,586,'_shipping_first_name','Ian'),(17272,586,'_shipping_last_name','Zinth'),(17273,586,'_shipping_address_1','16654 E Kent Drive'),(17274,586,'_shipping_city','Aurora'),(17275,586,'_shipping_state','CO'),(17276,586,'_shipping_postcode','80013'),(17277,586,'_shipping_country','US'),(17278,586,'_order_currency','USD'),(17279,586,'_cart_discount','0'),(17280,586,'_cart_discount_tax','0'),(17281,586,'_order_shipping','29.77'),(17282,586,'_order_shipping_tax','0'),(17283,586,'_order_tax','0'),(17284,586,'_order_total','298.77'),(17285,586,'_order_version','5.5.2'),(17286,586,'_prices_include_tax','no'),(17287,586,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(17288,586,'_shipping_address_index','Ian Zinth  16654 E Kent Drive  Aurora CO 80013 US'),(17289,586,'is_vat_exempt','no'),(17290,586,'Payment type','instant'),(17291,586,'_transaction_id','9R142269R1796312L'),(17292,586,'_paypal_status','completed'),(17293,586,'PayPal Transaction Fee','10.92'),(17294,586,'_date_paid','1628881847'),(17295,586,'_paid_date','2021-08-13 19:10:47'),(17296,586,'_download_permissions_granted','yes'),(17297,586,'_recorded_sales','yes'),(17298,586,'_recorded_coupon_usage_counts','yes'),(17299,586,'_order_stock_reduced','yes'),(17300,586,'_new_order_email_sent','true'),(17301,587,'_order_key','wc_order_TOdpxo2ugiH1X'),(17302,587,'_customer_user','87'),(17303,587,'_payment_method','paypal'),(17304,587,'_payment_method_title','PayPal'),(17305,587,'_customer_ip_address','70.189.75.106'),(17306,587,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(17307,587,'_created_via','checkout'),(17308,587,'_cart_hash','6f960863067f41012fb2bde898859225'),(17309,587,'_billing_first_name','Wade'),(17310,587,'_billing_last_name','Huntsman'),(17311,587,'_billing_company','LCA Midsouth'),(17312,587,'_billing_address_1','1104 E 25th St.'),(17313,587,'_billing_city','Tulsa'),(17314,587,'_billing_state','OK'),(17315,587,'_billing_postcode','74114'),(17316,587,'_billing_country','US'),(17317,587,'_billing_email','info@liceclinicsmidsouth.com'),(17318,587,'_billing_phone','9189783329'),(17319,587,'_shipping_first_name','Katee'),(17320,587,'_shipping_last_name','Morrison'),(17321,587,'_shipping_company','Lice Clinic'),(17322,587,'_shipping_address_1','748 Brookwood Drive'),(17323,587,'_shipping_address_2','Apt 103'),(17324,587,'_shipping_city','Oklahoma City'),(17325,587,'_shipping_state','OK'),(17326,587,'_shipping_postcode','74139'),(17327,587,'_shipping_country','US'),(17328,587,'_order_currency','USD'),(17329,587,'_cart_discount','0'),(17330,587,'_cart_discount_tax','0'),(17331,587,'_order_shipping','0'),(17332,587,'_order_shipping_tax','0'),(17333,587,'_order_tax','0'),(17334,587,'_order_total','821.00'),(17335,587,'_order_version','5.5.2'),(17336,587,'_prices_include_tax','no'),(17337,587,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(17338,587,'_shipping_address_index','Katee Morrison Lice Clinic 748 Brookwood Drive Apt 103 Oklahoma City OK 74139 US'),(17339,587,'is_vat_exempt','no'),(17340,587,'Payment type','instant'),(17341,587,'_transaction_id','7EJ75856C6632233V'),(17342,587,'_paypal_status','completed'),(17343,587,'PayPal Transaction Fee','29.14'),(17344,587,'_date_paid','1628882124'),(17345,587,'_paid_date','2021-08-13 19:15:24'),(17346,587,'_download_permissions_granted','yes'),(17347,587,'_recorded_sales','yes'),(17348,587,'_recorded_coupon_usage_counts','yes'),(17349,587,'_order_stock_reduced','yes'),(17350,587,'_new_order_email_sent','true'),(17351,588,'_order_key','wc_order_nBxsw9uTB8v2r'),(17352,588,'_customer_user','87'),(17353,588,'_payment_method','paypal'),(17354,588,'_payment_method_title','PayPal'),(17355,588,'_customer_ip_address','70.189.75.106'),(17356,588,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(17357,588,'_created_via','checkout'),(17358,588,'_cart_hash','45a687790f5ad5ac445c0a56e000b24c'),(17359,588,'_billing_first_name','Wade'),(17360,588,'_billing_last_name','Huntsman'),(17361,588,'_billing_company','LCA Midsouth'),(17362,588,'_billing_address_1','1104 E 25th St.'),(17363,588,'_billing_city','Tulsa'),(17364,588,'_billing_state','OK'),(17365,588,'_billing_postcode','74114'),(17366,588,'_billing_country','US'),(17367,588,'_billing_email','info@liceclinicsmidsouth.com'),(17368,588,'_billing_phone','9189783329'),(17369,588,'_shipping_first_name','Wade'),(17370,588,'_shipping_last_name','Huntsman'),(17371,588,'_shipping_company','Lice Clinics of America'),(17372,588,'_shipping_address_1','3421 E 21st St'),(17373,588,'_shipping_city','Tulsa'),(17374,588,'_shipping_state','OK'),(17375,588,'_shipping_postcode','74114'),(17376,588,'_shipping_country','US'),(17377,588,'_order_currency','USD'),(17378,588,'_cart_discount','0'),(17379,588,'_cart_discount_tax','0'),(17380,588,'_order_shipping','0'),(17381,588,'_order_shipping_tax','0'),(17382,588,'_order_tax','0'),(17383,588,'_order_total','683.00'),(17384,588,'_order_version','5.5.2'),(17385,588,'_prices_include_tax','no'),(17386,588,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(17387,588,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st St  Tulsa OK 74114 US'),(17388,588,'is_vat_exempt','no'),(17389,588,'Payment type','instant'),(17390,588,'_transaction_id','6X9434437K989305V'),(17391,588,'_paypal_status','completed'),(17392,588,'PayPal Transaction Fee','24.33'),(17393,588,'_date_paid','1628882278'),(17394,588,'_paid_date','2021-08-13 19:17:58'),(17395,588,'_download_permissions_granted','yes'),(17396,588,'_recorded_sales','yes'),(17397,588,'_recorded_coupon_usage_counts','yes'),(17398,588,'_order_stock_reduced','yes'),(17399,588,'_new_order_email_sent','true'),(17407,589,'_order_key','wc_order_UycoNhpL5Vsu1'),(17408,589,'_customer_user','9'),(17409,589,'_payment_method','paypal'),(17410,589,'_payment_method_title','PayPal'),(17411,589,'_customer_ip_address','24.63.192.155'),(17412,589,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 Edg/92.0.902.73'),(17413,589,'_created_via','checkout'),(17414,589,'_cart_hash','70b67c1fbafe173debdc61528ffbd7c5'),(17415,589,'_billing_first_name','Brenda'),(17416,589,'_billing_last_name','Howard'),(17417,589,'_billing_company','Lice Clinics Medway'),(17418,589,'_billing_address_1','165 Main St'),(17419,589,'_billing_address_2','Suite 111A'),(17420,589,'_billing_city','Medway'),(17421,589,'_billing_state','MA'),(17422,589,'_billing_postcode','02053'),(17423,589,'_billing_country','US'),(17424,589,'_billing_email','info@electricchecks.com'),(17425,589,'_billing_phone','15082926761'),(17426,589,'_shipping_first_name','Brenda'),(17427,589,'_shipping_last_name','Howard'),(17428,589,'_shipping_company','Lice Clinics Medway'),(17429,589,'_shipping_address_1','165 Main St'),(17430,589,'_shipping_address_2','Suite 111A'),(17431,589,'_shipping_city','Medway'),(17432,589,'_shipping_state','MA'),(17433,589,'_shipping_postcode','02053'),(17434,589,'_shipping_country','US'),(17435,589,'_order_currency','USD'),(17436,589,'_cart_discount','0'),(17437,589,'_cart_discount_tax','0'),(17438,589,'_order_shipping','24.93'),(17439,589,'_order_shipping_tax','0'),(17440,589,'_order_tax','0'),(17441,589,'_order_total','279.33'),(17442,589,'_order_version','5.5.2'),(17443,589,'_prices_include_tax','no'),(17444,589,'_billing_address_index','Brenda Howard Lice Clinics Medway 165 Main St Suite 111A Medway MA 02053 US info@electricchecks.com 15082926761'),(17445,589,'_shipping_address_index','Brenda Howard Lice Clinics Medway 165 Main St Suite 111A Medway MA 02053 US'),(17446,589,'is_vat_exempt','no'),(17447,589,'Payment type','instant'),(17448,589,'_transaction_id','8H799546VP1675701'),(17449,589,'_paypal_status','completed'),(17450,589,'PayPal Transaction Fee','10.24'),(17451,589,'_date_paid','1628974268'),(17452,589,'_paid_date','2021-08-14 20:51:08'),(17453,589,'_download_permissions_granted','yes'),(17454,589,'_recorded_sales','yes'),(17455,589,'_recorded_coupon_usage_counts','yes'),(17456,589,'_order_stock_reduced','yes'),(17457,589,'_new_order_email_sent','true'),(17458,590,'_order_key','wc_order_HB0QZypma4E3A'),(17459,590,'_customer_user','59'),(17460,590,'_payment_method','paypal'),(17461,590,'_payment_method_title','PayPal'),(17462,590,'_customer_ip_address','99.96.98.2'),(17463,590,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17464,590,'_created_via','checkout'),(17465,590,'_cart_hash','734256f339b8f051a90d1f49a3c83f40'),(17466,590,'_billing_first_name','Allison'),(17467,590,'_billing_last_name','Anthon'),(17468,590,'_billing_address_1','58 arbor bend dr'),(17469,590,'_billing_city','Houston'),(17470,590,'_billing_state','TX'),(17471,590,'_billing_postcode','77070'),(17472,590,'_billing_country','US'),(17473,590,'_billing_email','louseysolutions@gmail.com'),(17474,590,'_billing_phone','602-400-8330'),(17475,590,'_shipping_first_name','Allison'),(17476,590,'_shipping_last_name','Anthon'),(17477,590,'_shipping_company','LCA Sugar Land'),(17478,590,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(17479,590,'_shipping_city','Tomball'),(17480,590,'_shipping_state','TX'),(17481,590,'_shipping_postcode','77375'),(17482,590,'_shipping_country','US'),(17483,590,'_order_currency','USD'),(17484,590,'_cart_discount','0'),(17485,590,'_cart_discount_tax','0'),(17486,590,'_order_shipping','0'),(17487,590,'_order_shipping_tax','0'),(17488,590,'_order_tax','0'),(17489,590,'_order_total','1178.36'),(17490,590,'_order_version','5.5.2'),(17491,590,'_prices_include_tax','no'),(17492,590,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(17493,590,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US'),(17494,590,'is_vat_exempt','no'),(17495,590,'Payment type','instant'),(17496,590,'_transaction_id','7U48593829747203K'),(17497,590,'_paypal_status','completed'),(17498,590,'PayPal Transaction Fee','41.61'),(17499,590,'_date_paid','1629084288'),(17500,590,'_paid_date','2021-08-16 03:24:48'),(17501,590,'_download_permissions_granted','yes'),(17502,590,'_recorded_sales','yes'),(17503,590,'_recorded_coupon_usage_counts','yes'),(17504,590,'_order_stock_reduced','yes'),(17505,590,'_new_order_email_sent','true'),(17506,591,'_order_key','wc_order_XQ4msx2CqMWHJ'),(17507,591,'_customer_user','6'),(17508,591,'_payment_method','paypal'),(17509,591,'_payment_method_title','PayPal'),(17510,591,'_customer_ip_address','73.185.101.95'),(17511,591,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17512,591,'_created_via','checkout'),(17513,591,'_cart_hash','9f93593210841dc0bda2ecefe677b1c2'),(17514,591,'_billing_first_name','Amira'),(17515,591,'_billing_last_name','Purto'),(17516,591,'_billing_address_1','2628 Acapulco Way'),(17517,591,'_billing_city','Modesto'),(17518,591,'_billing_state','CA'),(17519,591,'_billing_postcode','95355'),(17520,591,'_billing_country','US'),(17521,591,'_billing_email','amira77@sbcglobal.net'),(17522,591,'_billing_phone','2096422061'),(17523,591,'_shipping_first_name','Amira'),(17524,591,'_shipping_last_name','Purto'),(17525,591,'_shipping_address_1','2628 Acapulco Way'),(17526,591,'_shipping_city','Modesto'),(17527,591,'_shipping_state','CA'),(17528,591,'_shipping_postcode','95355'),(17529,591,'_shipping_country','US'),(17530,591,'_order_currency','USD'),(17531,591,'_cart_discount','0'),(17532,591,'_cart_discount_tax','0'),(17533,591,'_order_shipping','0'),(17534,591,'_order_shipping_tax','0'),(17535,591,'_order_tax','0'),(17536,591,'_order_total','1917.64'),(17537,591,'_order_version','5.5.2'),(17538,591,'_prices_include_tax','no'),(17539,591,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(17540,591,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US'),(17541,591,'is_vat_exempt','no'),(17542,591,'Payment type','instant'),(17543,591,'_transaction_id','61H48062AT098423M'),(17544,591,'_paypal_status','completed'),(17545,591,'PayPal Transaction Fee','67.42'),(17546,591,'_date_paid','1629094304'),(17547,591,'_paid_date','2021-08-16 06:11:44'),(17548,591,'_download_permissions_granted','yes'),(17549,591,'_recorded_sales','yes'),(17550,591,'_recorded_coupon_usage_counts','yes'),(17551,591,'_order_stock_reduced','yes'),(17552,591,'_new_order_email_sent','true'),(17553,592,'_order_key','wc_order_IWndyrZvrmQFX'),(17554,592,'_customer_user','71'),(17555,592,'_payment_method','paypal'),(17556,592,'_payment_method_title','PayPal'),(17557,592,'_customer_ip_address','176.83.174.139'),(17558,592,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(17559,592,'_created_via','checkout'),(17560,592,'_cart_hash','ae19f97eb9bf3a0ef29042516a546c66'),(17561,592,'_billing_first_name','Mercedes'),(17562,592,'_billing_last_name','Domingo'),(17563,592,'_billing_company','JAMIC LLC'),(17564,592,'_billing_address_1','3525 Del Mar Heights Road'),(17565,592,'_billing_address_2','#1014'),(17566,592,'_billing_city','San Diego'),(17567,592,'_billing_state','CA'),(17568,592,'_billing_postcode','92130'),(17569,592,'_billing_country','US'),(17570,592,'_billing_email','mdomingo@extramile.es'),(17571,592,'_billing_phone','8582498337'),(17572,592,'_shipping_first_name','Azucena'),(17573,592,'_shipping_last_name','Villagomez'),(17574,592,'_shipping_address_1','122 E. 17th St'),(17575,592,'_shipping_city','National City'),(17576,592,'_shipping_state','CA'),(17577,592,'_shipping_postcode','91950'),(17578,592,'_shipping_country','US'),(17579,592,'_order_currency','USD'),(17580,592,'_cart_discount','0'),(17581,592,'_cart_discount_tax','0'),(17582,592,'_order_shipping','65.14'),(17583,592,'_order_shipping_tax','0'),(17584,592,'_order_tax','0'),(17585,592,'_order_total','179.38'),(17586,592,'_order_version','5.5.2'),(17587,592,'_prices_include_tax','no'),(17588,592,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(17589,592,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US'),(17590,592,'is_vat_exempt','no'),(17591,592,'Payment type','instant'),(17592,592,'_transaction_id','36999088D3988003R'),(17593,592,'_paypal_status','completed'),(17594,592,'PayPal Transaction Fee','6.75'),(17595,592,'_date_paid','1629117521'),(17596,592,'_paid_date','2021-08-16 12:38:41'),(17597,592,'_download_permissions_granted','yes'),(17598,592,'_recorded_sales','yes'),(17599,592,'_recorded_coupon_usage_counts','yes'),(17600,592,'_order_stock_reduced','yes'),(17601,592,'_new_order_email_sent','true'),(17602,593,'_order_key','wc_order_5Xs8X5J18L9Qo'),(17603,593,'_customer_user','43'),(17604,593,'_payment_method','paypal'),(17605,593,'_payment_method_title','PayPal'),(17606,593,'_customer_ip_address','73.54.106.146'),(17607,593,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(17608,593,'_created_via','checkout'),(17609,593,'_cart_hash','0ca8e85a0f3025ac12dbd95648638177'),(17610,593,'_billing_first_name','Ryan'),(17611,593,'_billing_last_name','Nelson'),(17612,593,'_billing_address_1','140 Flame Vine drive'),(17613,593,'_billing_city','Naples'),(17614,593,'_billing_state','FL'),(17615,593,'_billing_postcode','34110'),(17616,593,'_billing_country','US'),(17617,593,'_billing_email','Rjnelson73@gmail.com'),(17618,593,'_billing_phone','239-281-0719'),(17619,593,'_shipping_first_name','Ryan'),(17620,593,'_shipping_last_name','Nelson'),(17621,593,'_shipping_address_1','140 Flame Vine drive'),(17622,593,'_shipping_city','Naples'),(17623,593,'_shipping_state','FL'),(17624,593,'_shipping_postcode','34110'),(17625,593,'_shipping_country','US'),(17626,593,'_order_currency','USD'),(17627,593,'_cart_discount','0'),(17628,593,'_cart_discount_tax','0'),(17629,593,'_order_shipping','26.45'),(17630,593,'_order_shipping_tax','0'),(17631,593,'_order_tax','0'),(17632,593,'_order_total','227.57'),(17633,593,'_order_version','5.5.2'),(17634,593,'_prices_include_tax','no'),(17635,593,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(17636,593,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US'),(17638,593,'is_vat_exempt','no'),(17639,593,'Payment type','instant'),(17640,593,'_transaction_id','5W758347YF3806004'),(17641,593,'_paypal_status','completed'),(17642,593,'PayPal Transaction Fee','8.43'),(17643,593,'_date_paid','1629122325'),(17644,593,'_paid_date','2021-08-16 13:58:45'),(17645,593,'_download_permissions_granted','yes'),(17646,593,'_recorded_sales','yes'),(17647,593,'_recorded_coupon_usage_counts','yes'),(17648,593,'_order_stock_reduced','yes'),(17649,593,'_new_order_email_sent','true'),(17650,594,'_order_key','wc_order_HlmudTPURyel3'),(17651,594,'_customer_user','77'),(17652,594,'_payment_method','paypal'),(17653,594,'_payment_method_title','PayPal'),(17654,594,'_customer_ip_address','107.205.56.86'),(17655,594,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17656,594,'_created_via','checkout'),(17657,594,'_cart_hash','bbe735f48bf4c8a47749d10c1710d27d'),(17658,594,'_billing_first_name','Phil'),(17659,594,'_billing_last_name','Moon'),(17660,594,'_billing_company','Lice Clinics of America--Fresno'),(17661,594,'_billing_address_1','585 56th Street'),(17662,594,'_billing_city','Oakland'),(17663,594,'_billing_state','CA'),(17664,594,'_billing_postcode','94609'),(17665,594,'_billing_country','US'),(17666,594,'_billing_email','info@liceclinicsfresno.com'),(17667,594,'_billing_phone','5593046305'),(17668,594,'_shipping_first_name','Kristen'),(17669,594,'_shipping_last_name','Maroot-Rippee'),(17670,594,'_shipping_company','Lice Busters LLC. FRESNO'),(17671,594,'_shipping_address_1','487 W. Scott Avenue'),(17672,594,'_shipping_city','Fresno'),(17673,594,'_shipping_state','CA'),(17674,594,'_shipping_postcode','93704'),(17675,594,'_shipping_country','US'),(17676,594,'_order_currency','USD'),(17677,594,'_cart_discount','0'),(17678,594,'_cart_discount_tax','0'),(17679,594,'_order_shipping','0'),(17680,594,'_order_shipping_tax','0'),(17681,594,'_order_tax','0'),(17682,594,'_order_total','777.40'),(17683,594,'_order_version','5.5.2'),(17684,594,'_prices_include_tax','no'),(17685,594,'_billing_address_index','Phil Moon Lice Clinics of America--Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(17686,594,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US'),(17687,594,'is_vat_exempt','no'),(17688,594,'Payment type','instant'),(17689,594,'_transaction_id','96869849XP7536812'),(17690,594,'_paypal_status','completed'),(17691,594,'PayPal Transaction Fee','27.62'),(17692,594,'_date_paid','1629149375'),(17693,594,'_paid_date','2021-08-16 21:29:35'),(17694,594,'_download_permissions_granted','yes'),(17695,594,'_recorded_sales','yes'),(17696,594,'_recorded_coupon_usage_counts','yes'),(17697,594,'_order_stock_reduced','yes'),(17698,594,'_new_order_email_sent','true'),(17699,595,'_order_key','wc_order_1mmEUrEhBgCN6'),(17700,595,'_customer_user','28'),(17701,595,'_payment_method','paypal'),(17702,595,'_payment_method_title','PayPal'),(17703,595,'_customer_ip_address','172.115.255.171'),(17704,595,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17705,595,'_created_via','checkout'),(17706,595,'_cart_hash','07ff091bd60ff92bc1b80ca50efb81a5'),(17707,595,'_billing_first_name','Kelli'),(17708,595,'_billing_last_name','Washington'),(17709,595,'_billing_company','Lice Clinics of America - Temecula'),(17710,595,'_billing_address_1','2438 Bear Rock Gln'),(17711,595,'_billing_city','Escondido'),(17712,595,'_billing_state','CA'),(17713,595,'_billing_postcode','92026'),(17714,595,'_billing_country','US'),(17715,595,'_billing_email','info@liceclinicstemecula.com'),(17716,595,'_billing_phone','7606255580'),(17717,595,'_shipping_first_name','Kelli'),(17718,595,'_shipping_last_name','Washington'),(17719,595,'_shipping_company','Lice Clinics of America - Temecula'),(17720,595,'_shipping_address_1','2438 Bear Rock Gln'),(17721,595,'_shipping_city','Escondido'),(17722,595,'_shipping_state','CA'),(17723,595,'_shipping_postcode','92026'),(17724,595,'_shipping_country','US'),(17725,595,'_order_currency','USD'),(17726,595,'_cart_discount','0'),(17727,595,'_cart_discount_tax','0'),(17728,595,'_order_shipping','26.89'),(17729,595,'_order_shipping_tax','0'),(17730,595,'_order_tax','0'),(17731,595,'_order_total','293.77'),(17732,595,'_order_version','5.5.2'),(17733,595,'_prices_include_tax','no'),(17734,595,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(17735,595,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US'),(17736,595,'is_vat_exempt','no'),(17737,595,'Payment type','instant'),(17738,595,'_transaction_id','0DM14243U7512114M'),(17739,595,'_paypal_status','completed'),(17740,595,'PayPal Transaction Fee','10.74'),(17741,595,'_date_paid','1629153673'),(17742,595,'_paid_date','2021-08-16 22:41:13'),(17743,595,'_download_permissions_granted','yes'),(17744,595,'_recorded_sales','yes'),(17745,595,'_recorded_coupon_usage_counts','yes'),(17746,595,'_order_stock_reduced','yes'),(17747,595,'_new_order_email_sent','true'),(17748,596,'_order_key','wc_order_97adqD3wNJKBg'),(17749,596,'_customer_user','3'),(17750,596,'_payment_method','paypal'),(17751,596,'_payment_method_title','PayPal'),(17752,596,'_customer_ip_address','70.142.202.154'),(17753,596,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(17754,596,'_created_via','checkout'),(17755,596,'_cart_hash','d3993bf72a5ea6db9ca2585d89ee2dbc'),(17756,596,'_billing_first_name','Lee'),(17757,596,'_billing_last_name','Rodgers'),(17758,596,'_billing_company','Lice Clinics Wichita'),(17759,596,'_billing_address_1','345 S. Belmont'),(17760,596,'_billing_city','Wichita'),(17761,596,'_billing_state','KS'),(17762,596,'_billing_postcode','67218'),(17763,596,'_billing_country','US'),(17764,596,'_billing_email','leerodgers@flash.net'),(17765,596,'_billing_phone','3164483880'),(17766,596,'_shipping_first_name','Lice clinics of'),(17767,596,'_shipping_last_name','Dublin'),(17768,596,'_shipping_company','LCA Dublin'),(17769,596,'_shipping_address_1','5910 Wilcox Place Suite E'),(17770,596,'_shipping_address_2','Suite E'),(17771,596,'_shipping_city','Dublin'),(17772,596,'_shipping_state','OH'),(17773,596,'_shipping_postcode','43016'),(17774,596,'_shipping_country','US'),(17775,596,'_order_currency','USD'),(17776,596,'_cart_discount','0'),(17777,596,'_cart_discount_tax','0'),(17778,596,'_order_shipping','0'),(17779,596,'_order_shipping_tax','0'),(17780,596,'_order_tax','0'),(17781,596,'_order_total','780.72'),(17782,596,'_order_version','5.5.2'),(17783,596,'_prices_include_tax','no'),(17784,596,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont  Wichita KS 67218 US leerodgers@flash.net 3164483880'),(17785,596,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(17786,596,'is_vat_exempt','no'),(17787,596,'Payment type','instant'),(17788,596,'_transaction_id','1F6107261H928542F'),(17789,596,'_paypal_status','completed'),(17790,596,'PayPal Transaction Fee','27.74'),(17791,596,'_date_paid','1629213150'),(17792,596,'_paid_date','2021-08-17 15:12:30'),(17793,596,'_download_permissions_granted','yes'),(17794,596,'_recorded_sales','yes'),(17795,596,'_recorded_coupon_usage_counts','yes'),(17796,596,'_order_stock_reduced','yes'),(17797,596,'_new_order_email_sent','true'),(17798,597,'_order_key','wc_order_1erdhsCYC0RTZ'),(17799,597,'_customer_user','13'),(17800,597,'_payment_method','paypal'),(17801,597,'_payment_method_title','PayPal'),(17802,597,'_customer_ip_address','68.99.201.73'),(17803,597,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),(17804,597,'_created_via','checkout'),(17805,597,'_cart_hash','e122af292be733e02cef10e04e38b5c4'),(17806,597,'_billing_first_name','Erich'),(17807,597,'_billing_last_name','Deines'),(17808,597,'_billing_address_1','15801 S. 48th St'),(17809,597,'_billing_address_2','3110'),(17810,597,'_billing_city','Phoenix'),(17811,597,'_billing_state','AZ'),(17812,597,'_billing_postcode','85048'),(17813,597,'_billing_country','US'),(17814,597,'_billing_email','info@liceclinicstucson.com'),(17815,597,'_billing_phone','8087280533'),(17816,597,'_shipping_first_name','Erich'),(17817,597,'_shipping_last_name','Deines'),(17818,597,'_shipping_company','LCA Tucson'),(17819,597,'_shipping_address_1','5300 E. Erickson Drive'),(17820,597,'_shipping_address_2','Suite 104'),(17821,597,'_shipping_city','Tucson'),(17822,597,'_shipping_state','AZ'),(17823,597,'_shipping_postcode','85712'),(17824,597,'_shipping_country','US'),(17825,597,'_order_currency','USD'),(17826,597,'_cart_discount','0'),(17827,597,'_cart_discount_tax','0'),(17828,597,'_order_shipping','17.41'),(17829,597,'_order_shipping_tax','0'),(17830,597,'_order_tax','0'),(17831,597,'_order_total','17.41'),(17832,597,'_order_version','5.5.2'),(17833,597,'_prices_include_tax','no'),(17834,597,'_billing_address_index','Erich Deines  15801 S. 48th St 3110 Phoenix AZ 85048 US info@liceclinicstucson.com 8087280533'),(17835,597,'_shipping_address_index','Erich Deines LCA Tucson 5300 E. Erickson Drive Suite 104 Tucson AZ 85712 US'),(17836,597,'is_vat_exempt','no'),(17837,597,'Payment type','instant'),(17838,597,'_transaction_id','8FD96669ME025705M'),(17839,597,'_paypal_status','completed'),(17840,597,'PayPal Transaction Fee','1.10'),(17841,597,'_date_paid','1629220859'),(17842,597,'_paid_date','2021-08-17 17:20:59'),(17843,597,'_download_permissions_granted','yes'),(17844,597,'_recorded_sales','yes'),(17845,597,'_recorded_coupon_usage_counts','yes'),(17846,597,'_order_stock_reduced','yes'),(17847,597,'_new_order_email_sent','true'),(17848,597,'_edit_lock','1629232225:2'),(17849,597,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049980\";s:12:\"date_shipped\";s:10:\"1629158400\";s:11:\"tracking_id\";s:32:\"6643a11b70ebf652f43fce001b7e856b\";}}'),(17850,597,'_edit_last','2'),(17851,597,'_date_completed','1629232364'),(17852,597,'_completed_date','2021-08-17 20:32:44'),(17853,596,'_edit_lock','1629232287:2'),(17854,596,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049844\";s:12:\"date_shipped\";s:10:\"1629158400\";s:11:\"tracking_id\";s:32:\"6daf88e6bda32036e1692384879d5325\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049855\";s:12:\"date_shipped\";i:1629232405;s:11:\"tracking_id\";s:32:\"180ccf60b7e4e75b3ade78e4101428ca\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049866\";s:12:\"date_shipped\";i:1629232416;s:11:\"tracking_id\";s:32:\"682197296cb001a8104ae026f96c4e4d\";}}'),(17855,596,'_edit_last','2'),(17856,596,'_date_completed','1629232421'),(17857,596,'_completed_date','2021-08-17 20:33:41'),(17858,595,'_edit_lock','1629232345:2'),(17859,595,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049649\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"6d27b3d4abb565caef6eeacdb93598aa\";}}'),(17860,595,'_edit_last','2'),(17861,595,'_date_completed','1629232462'),(17862,595,'_completed_date','2021-08-17 20:34:22'),(17863,594,'_edit_lock','1629232425:2'),(17864,593,'_edit_lock','1629232457:2'),(17865,592,'_edit_lock','1629232526:2'),(17866,591,'_edit_lock','1629232598:2'),(17867,590,'_edit_lock','1629232662:2'),(17868,589,'_edit_lock','1629232683:2'),(17869,588,'_edit_lock','1629232725:2'),(17870,594,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049693\";s:12:\"date_shipped\";s:10:\"1629158400\";s:11:\"tracking_id\";s:32:\"09b8995d33aff504c20d37063f8563bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049708\";s:12:\"date_shipped\";i:1629232531;s:11:\"tracking_id\";s:32:\"d30927eae827ee6c18f81b3fa6dce990\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049719\";s:12:\"date_shipped\";i:1629232541;s:11:\"tracking_id\";s:32:\"1ce99d967f8cd51f466264b78db9615a\";}}'),(17871,594,'_edit_last','2'),(17872,594,'_date_completed','1629232546'),(17873,594,'_completed_date','2021-08-17 20:35:46'),(17874,593,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049579\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"5e847ef20e1daee636e1a88d69a97286\";}}'),(17875,593,'_edit_last','2'),(17876,593,'_date_completed','1629232596'),(17877,593,'_completed_date','2021-08-17 20:36:36'),(17878,592,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049281\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"26b8ac66eeeb97894cc9167f8837f140\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049292\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"dcf4d4638997d3895461c22b61a3beae\";}}'),(17879,592,'_edit_last','2'),(17880,592,'_date_completed','1629232641'),(17881,592,'_completed_date','2021-08-17 20:37:21'),(17882,591,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049498\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"4f5f978b290f18f4e7b17aacf5cffc73\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049502\";s:12:\"date_shipped\";i:1629232696;s:11:\"tracking_id\";s:32:\"5b2d0e6fcbfabaecc3c1765287fd137d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049513\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"d3ae59876b7df781b0a76e9e498410fa\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049513\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"3ae059b77c0b675df26639089dea2679\";}}'),(17883,591,'_edit_last','2'),(17884,591,'_date_completed','1629232721'),(17885,591,'_completed_date','2021-08-17 20:38:41'),(17886,590,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049400\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"2ebcc6b2f8633c5f6d117d36350e6e11\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049410\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"baedeb5437eaf7c8e9e9787f5e503bce\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049421\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"31fd42f7c2a7331bfee0a60285d00c3f\";}}'),(17887,590,'_edit_last','2'),(17888,590,'_date_completed','1629232801'),(17889,590,'_completed_date','2021-08-17 20:40:01'),(17890,589,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049395\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"0abb0fa2ac84f94b7a65e100e0e06347\";}}'),(17891,589,'_edit_last','2'),(17892,589,'_date_completed','1629232819'),(17893,589,'_completed_date','2021-08-17 20:40:19'),(17894,588,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049318\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"3bfa138d83007ee2b30e2a914861e577\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049329\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"340f386bad17a55e4fb4edaa19bef952\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049330\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"101a5daf8fd6bc82bff5f195883ddb49\";}}'),(17895,588,'_edit_last','2'),(17896,588,'_date_completed','1629232863'),(17897,588,'_completed_date','2021-08-17 20:41:03'),(17898,587,'_edit_lock','1629232803:2'),(17899,586,'_edit_lock','1629232849:2'),(17900,585,'_edit_lock','1629232891:2'),(17901,583,'_edit_lock','1629232942:2'),(17902,587,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049443\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"f40c5785be1e7f2a3749cb50924920ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049454\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"2a1733f6295b78f61cb840655e974d28\";}}'),(17903,587,'_edit_last','2'),(17904,587,'_date_completed','1629232922'),(17905,587,'_completed_date','2021-08-17 20:42:02'),(17906,586,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049226\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"465421730bade294dd9c8f4befbc07b2\";}}'),(17907,586,'_edit_last','2'),(17908,586,'_date_completed','1629232968'),(17909,586,'_completed_date','2021-08-17 20:42:48'),(17910,585,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049476\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"2f155f69f77889d4120fd46e942f54c8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049487\";s:12:\"date_shipped\";s:10:\"1629072000\";s:11:\"tracking_id\";s:32:\"6a9b29b50ece6e7ebeba4b7dc464615e\";}}'),(17911,585,'_edit_last','2'),(17912,585,'_date_completed','1629233031'),(17913,585,'_completed_date','2021-08-17 20:43:51'),(17914,583,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049042\";s:12:\"date_shipped\";s:10:\"1628812800\";s:11:\"tracking_id\";s:32:\"594820ec9d391a3e66ea135ccfae9964\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953049053\";s:12:\"date_shipped\";s:10:\"1628812800\";s:11:\"tracking_id\";s:32:\"bd64c72825eac7971bfaff390db6d99d\";}}'),(17915,583,'_edit_last','2'),(17916,583,'_date_completed','1629233067'),(17917,583,'_completed_date','2021-08-17 20:44:27'),(17918,582,'_edit_last','2'),(17919,582,'_date_completed','1629233113'),(17920,582,'_completed_date','2021-08-17 20:45:13'),(17925,598,'_order_key','wc_order_bFPoyQsuvXnNn'),(17926,598,'_customer_user','78'),(17927,598,'_payment_method','paypal'),(17928,598,'_payment_method_title','PayPal'),(17929,598,'_customer_ip_address','98.2.233.154'),(17930,598,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(17931,598,'_created_via','checkout'),(17932,598,'_cart_hash','6bedaa9aafaa77901cb8d6ca9dccaf2a'),(17933,598,'_billing_first_name','Richard'),(17934,598,'_billing_last_name','Florsheim'),(17935,598,'_billing_company','Licura'),(17936,598,'_billing_address_1','3827 w fairway heights dr'),(17937,598,'_billing_city','Mequon'),(17938,598,'_billing_state','WI'),(17939,598,'_billing_postcode','53092'),(17940,598,'_billing_country','US'),(17941,598,'_billing_email','tara@liceclinicslongIsland.com'),(17942,598,'_billing_phone','5619006382'),(17943,598,'_shipping_first_name','Tara'),(17944,598,'_shipping_last_name','Johnson'),(17945,598,'_shipping_company','LCA'),(17946,598,'_shipping_address_1','599 west Hartsdale ave'),(17947,598,'_shipping_address_2','Ste 203'),(17948,598,'_shipping_city','White Plains'),(17949,598,'_shipping_state','NY'),(17950,598,'_shipping_postcode','10607'),(17951,598,'_shipping_country','US'),(17952,598,'_order_currency','USD'),(17953,598,'_cart_discount','0'),(17954,598,'_cart_discount_tax','0'),(17955,598,'_order_shipping','17.57'),(17956,598,'_order_shipping_tax','0'),(17957,598,'_order_tax','0'),(17958,598,'_order_total','218.69'),(17959,598,'_order_version','5.6.0'),(17960,598,'_prices_include_tax','no'),(17961,598,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(17962,598,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White Plains NY 10607 US'),(17963,598,'is_vat_exempt','no'),(17964,598,'Payment type','instant'),(17965,598,'_transaction_id','2FK40663KC473563E'),(17966,598,'_paypal_status','completed'),(17967,598,'PayPal Transaction Fee','8.12'),(17968,598,'_date_paid','1629289858'),(17969,598,'_paid_date','2021-08-18 12:30:58'),(17970,598,'_download_permissions_granted','yes'),(17971,598,'_recorded_sales','yes'),(17972,598,'_recorded_coupon_usage_counts','yes'),(17973,598,'_order_stock_reduced','yes'),(17974,598,'_new_order_email_sent','true'),(17975,599,'_order_key','wc_order_dUrlE9UamjO6g'),(17976,599,'_customer_user','55'),(17977,599,'_payment_method','paypal'),(17978,599,'_payment_method_title','PayPal'),(17979,599,'_customer_ip_address','75.133.107.65'),(17980,599,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(17981,599,'_created_via','checkout'),(17982,599,'_cart_hash','f6261e6587850899bb828d8b686aaed8'),(17983,599,'_billing_first_name','Stephanie'),(17984,599,'_billing_last_name','Knecht'),(17985,599,'_billing_company','Lice Clinics of America'),(17986,599,'_billing_address_1','67 Prospect Avenue Suite 301'),(17987,599,'_billing_city','Hartford'),(17988,599,'_billing_state','CT'),(17989,599,'_billing_postcode','06106'),(17990,599,'_billing_country','US'),(17991,599,'_billing_email','stephanieknecht@lcaconnecticut.com'),(17992,599,'_billing_phone','9144565000'),(17993,599,'_shipping_first_name','Stephanie'),(17994,599,'_shipping_last_name','Knecht'),(17995,599,'_shipping_company','Lice Clinics of America'),(17996,599,'_shipping_address_1','67 Prospect Avenue Suite 301'),(17997,599,'_shipping_city','Hartford'),(17998,599,'_shipping_state','CT'),(17999,599,'_shipping_postcode','06106'),(18000,599,'_shipping_country','US'),(18001,599,'_order_currency','USD'),(18002,599,'_cart_discount','0'),(18003,599,'_cart_discount_tax','0'),(18004,599,'_order_shipping','14.89'),(18005,599,'_order_shipping_tax','0'),(18006,599,'_order_tax','0'),(18007,599,'_order_total','14.89'),(18008,599,'_order_version','5.6.0'),(18009,599,'_prices_include_tax','no'),(18010,599,'_billing_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US stephanieknecht@lcaconnecticut.com 9144565000'),(18011,599,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US'),(18012,599,'is_vat_exempt','no'),(18013,599,'Payment type','instant'),(18014,599,'_transaction_id','2H450695P73040933'),(18015,599,'_paypal_status','completed'),(18016,599,'PayPal Transaction Fee','1.01'),(18017,599,'_date_paid','1629291377'),(18018,599,'_paid_date','2021-08-18 12:56:17'),(18019,599,'_download_permissions_granted','yes'),(18020,599,'_recorded_sales','yes'),(18021,599,'_recorded_coupon_usage_counts','yes'),(18022,599,'_order_stock_reduced','yes'),(18023,599,'_new_order_email_sent','true'),(18031,600,'_order_key','wc_order_dVkCrbOPAyNgv'),(18032,600,'_customer_user','0'),(18033,600,'_payment_method','paypal'),(18034,600,'_payment_method_title','PayPal'),(18035,600,'_customer_ip_address','174.27.19.157'),(18036,600,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(18037,600,'_created_via','checkout'),(18038,600,'_cart_hash','f016a932ed4aaa35a7884546fd4a4d0c'),(18039,600,'_billing_first_name','SaLeah'),(18040,600,'_billing_last_name','Snelling'),(18041,600,'_billing_address_1','11024 W. Inglin Dr'),(18042,600,'_billing_city','Boise'),(18043,600,'_billing_state','ID'),(18044,600,'_billing_postcode','83709'),(18045,600,'_billing_country','US'),(18046,600,'_billing_email','info@liceclinicsboise.com'),(18047,600,'_billing_phone','2088302070'),(18048,600,'_shipping_first_name','SaLeah'),(18049,600,'_shipping_last_name','Snelling'),(18050,600,'_shipping_address_1','2650 South Eagle Road'),(18051,600,'_shipping_address_2','Ste 120'),(18052,600,'_shipping_city','Meridian'),(18053,600,'_shipping_state','ID'),(18054,600,'_shipping_postcode','83642'),(18055,600,'_shipping_country','US'),(18056,600,'_order_currency','USD'),(18057,600,'_cart_discount','0'),(18058,600,'_cart_discount_tax','0'),(18059,600,'_order_shipping','117.54'),(18060,600,'_order_shipping_tax','0'),(18061,600,'_order_tax','0'),(18062,600,'_order_total','1224.90'),(18063,600,'_order_version','5.6.0'),(18064,600,'_prices_include_tax','no'),(18065,600,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(18066,600,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US '),(18067,600,'is_vat_exempt','no'),(18068,600,'Payment type','instant'),(18069,600,'_transaction_id','43X87904225689848'),(18070,600,'_paypal_status','completed'),(18071,600,'PayPal Transaction Fee','43.24'),(18072,600,'_date_paid','1629385956'),(18073,600,'_paid_date','2021-08-19 15:12:36'),(18074,600,'_download_permissions_granted','yes'),(18075,600,'_recorded_sales','yes'),(18076,600,'_recorded_coupon_usage_counts','yes'),(18077,600,'_order_stock_reduced','yes'),(18078,600,'_new_order_email_sent','true'),(18079,601,'_order_key','wc_order_VFhR9QEATVTey'),(18080,601,'_customer_user','4'),(18081,601,'_payment_method','paypal'),(18082,601,'_payment_method_title','PayPal'),(18083,601,'_customer_ip_address','166.70.216.143'),(18084,601,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(18085,601,'_created_via','checkout'),(18086,601,'_cart_hash','ba24ed90dfbf32fc115031827025343b'),(18087,601,'_billing_first_name','David'),(18088,601,'_billing_last_name','Washburn'),(18089,601,'_billing_company','Larada Sciences'),(18090,601,'_billing_address_1','154 East Myrtle Ave.'),(18091,601,'_billing_address_2','Ste. #101'),(18092,601,'_billing_city','Murray'),(18093,601,'_billing_state','UT'),(18094,601,'_billing_postcode','84107'),(18095,601,'_billing_country','US'),(18096,601,'_billing_email','david@laradasciences.com'),(18097,601,'_billing_phone','8019197428'),(18098,601,'_shipping_first_name','David'),(18099,601,'_shipping_last_name','Washburn'),(18100,601,'_shipping_company','Larada Sciences'),(18101,601,'_shipping_address_1','154 East Myrtle Ave.'),(18102,601,'_shipping_address_2','Ste. #101'),(18103,601,'_shipping_city','Murray'),(18104,601,'_shipping_state','UT'),(18105,601,'_shipping_postcode','84107'),(18106,601,'_shipping_country','US'),(18107,601,'_order_currency','USD'),(18108,601,'_cart_discount','0'),(18109,601,'_cart_discount_tax','0'),(18110,601,'_order_shipping','0'),(18111,601,'_order_shipping_tax','0'),(18112,601,'_order_tax','0'),(18113,601,'_order_total','931.04'),(18114,601,'_order_version','5.6.0'),(18115,601,'_prices_include_tax','no'),(18116,601,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(18117,601,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(18118,601,'is_vat_exempt','no'),(18119,601,'Payment type','instant'),(18120,601,'_transaction_id','0BV42156FF638235C'),(18121,601,'_paypal_status','completed'),(18122,601,'PayPal Transaction Fee','32.98'),(18123,601,'_date_paid','1629386911'),(18124,601,'_paid_date','2021-08-19 15:28:31'),(18125,601,'_download_permissions_granted','yes'),(18126,601,'_recorded_sales','yes'),(18127,601,'_recorded_coupon_usage_counts','yes'),(18128,601,'_order_stock_reduced','yes'),(18129,601,'_new_order_email_sent','true'),(18130,602,'_order_key','wc_order_H5wp9w8fFUkMv'),(18131,602,'_customer_user','61'),(18132,602,'_payment_method','paypal'),(18133,602,'_payment_method_title','PayPal'),(18134,602,'_customer_ip_address','71.64.131.71'),(18135,602,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(18136,602,'_created_via','checkout'),(18137,602,'_cart_hash','95407484d4997b28d6c8f565073d3a7d'),(18138,602,'_billing_first_name','Judith'),(18139,602,'_billing_last_name','Hayden'),(18140,602,'_billing_company','LCA Lexington'),(18141,602,'_billing_address_1','1795 Alysheba Way'),(18142,602,'_billing_address_2','Ste 4105'),(18143,602,'_billing_city','Lexington'),(18144,602,'_billing_state','KY'),(18145,602,'_billing_postcode','40509'),(18146,602,'_billing_country','US'),(18147,602,'_billing_email','info@liceclinicslexington.com'),(18148,602,'_billing_phone','8595376966'),(18149,602,'_shipping_first_name','Judy'),(18150,602,'_shipping_last_name','Hayden'),(18151,602,'_shipping_company','LCA Florence'),(18152,602,'_shipping_address_1','6905 Burlington Pike'),(18153,602,'_shipping_address_2','Ste A'),(18154,602,'_shipping_city','Florence'),(18155,602,'_shipping_state','KY'),(18156,602,'_shipping_postcode','41042'),(18157,602,'_shipping_country','US'),(18158,602,'_order_currency','USD'),(18159,602,'_cart_discount','0'),(18160,602,'_cart_discount_tax','0'),(18161,602,'_order_shipping','0'),(18162,602,'_order_shipping_tax','0'),(18163,602,'_order_tax','0'),(18164,602,'_order_total','693.44'),(18165,602,'_order_version','5.6.0'),(18166,602,'_prices_include_tax','no'),(18167,602,'_billing_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(18168,602,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(18169,602,'is_vat_exempt','no'),(18170,602,'Payment type','instant'),(18171,602,'_transaction_id','30999844PH957152T'),(18172,602,'_paypal_status','completed'),(18173,602,'PayPal Transaction Fee','24.69'),(18174,602,'_date_paid','1629394401'),(18175,602,'_paid_date','2021-08-19 17:33:21'),(18176,602,'_download_permissions_granted','yes'),(18177,602,'_recorded_sales','yes'),(18178,602,'_recorded_coupon_usage_counts','yes'),(18179,602,'_order_stock_reduced','yes'),(18180,602,'_new_order_email_sent','true'),(18181,603,'_order_key','wc_order_8gwbRHYlHzfsn'),(18182,603,'_customer_user','79'),(18183,603,'_payment_method','paypal'),(18184,603,'_payment_method_title','PayPal'),(18185,603,'_customer_ip_address','76.72.44.28'),(18186,603,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(18187,603,'_created_via','checkout'),(18188,603,'_cart_hash','2bcc1c96c0af203d10a59548e97dde35'),(18189,603,'_billing_first_name','Shanna'),(18190,603,'_billing_last_name','Castille'),(18191,603,'_billing_address_1','1097 Hundley Rd'),(18192,603,'_billing_city','Eunice'),(18193,603,'_billing_state','LA'),(18194,603,'_billing_postcode','70535'),(18195,603,'_billing_country','US'),(18196,603,'_billing_email','Shanna_sr09@yahoo.com'),(18197,603,'_billing_phone','3374668998'),(18198,603,'_shipping_first_name','Shanna'),(18199,603,'_shipping_last_name','Castille'),(18200,603,'_shipping_address_1','1097 Hundley Rd'),(18201,603,'_shipping_city','eunice'),(18202,603,'_shipping_state','LA'),(18203,603,'_shipping_postcode','70535'),(18204,603,'_shipping_country','US'),(18205,603,'_order_currency','USD'),(18206,603,'_cart_discount','0'),(18207,603,'_cart_discount_tax','0'),(18208,603,'_order_shipping','0'),(18209,603,'_order_shipping_tax','0'),(18210,603,'_order_tax','0'),(18211,603,'_order_total','588.48'),(18212,603,'_order_version','5.6.0'),(18213,603,'_prices_include_tax','no'),(18214,603,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(18215,603,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(18216,603,'is_vat_exempt','no'),(18217,603,'Payment type','instant'),(18218,603,'_transaction_id','9L356192CY153883M'),(18219,603,'_paypal_status','completed'),(18220,603,'PayPal Transaction Fee','21.03'),(18221,603,'_date_paid','1629405718'),(18222,603,'_paid_date','2021-08-19 20:41:58'),(18223,603,'_download_permissions_granted','yes'),(18224,603,'_recorded_sales','yes'),(18225,603,'_recorded_coupon_usage_counts','yes'),(18226,603,'_order_stock_reduced','yes'),(18227,603,'_new_order_email_sent','true'),(18228,604,'_order_key','wc_order_1YYukgFJOIPJS'),(18229,604,'_customer_user','3'),(18230,604,'_payment_method','paypal'),(18231,604,'_payment_method_title','PayPal'),(18232,604,'_customer_ip_address','70.142.202.154'),(18233,604,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(18234,604,'_created_via','checkout'),(18235,604,'_cart_hash','6531157f597b228ea6d5d23dc0a9a8b1'),(18236,604,'_billing_first_name','Amanda'),(18237,604,'_billing_last_name','Westerman'),(18238,604,'_billing_company','Lice Clinics of America McKinney'),(18239,604,'_billing_address_1','3120 Hudson Crossing'),(18240,604,'_billing_address_2','Suite A2'),(18241,604,'_billing_city','MCKINNEY'),(18242,604,'_billing_state','TX'),(18243,604,'_billing_postcode','75070'),(18244,604,'_billing_country','US'),(18245,604,'_billing_email','awesterman1103@gmail.com'),(18246,604,'_billing_phone','2144175741'),(18247,604,'_shipping_first_name','Amanda'),(18248,604,'_shipping_last_name','Westerman'),(18249,604,'_shipping_company','Lice Clinics of America McKinney'),(18250,604,'_shipping_address_1','3120 Hudson Crossing'),(18251,604,'_shipping_address_2','Suite A2'),(18252,604,'_shipping_city','MCKINNEY'),(18253,604,'_shipping_state','TX'),(18254,604,'_shipping_postcode','75070'),(18255,604,'_shipping_country','US'),(18256,604,'_order_currency','USD'),(18257,604,'_cart_discount','0'),(18258,604,'_cart_discount_tax','0'),(18259,604,'_order_shipping','0'),(18260,604,'_order_shipping_tax','0'),(18261,604,'_order_tax','0'),(18262,604,'_order_total','507.14'),(18263,604,'_order_version','5.6.0'),(18264,604,'_prices_include_tax','no'),(18265,604,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(18266,604,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(18267,604,'is_vat_exempt','no'),(18268,604,'Payment type','instant'),(18269,604,'_transaction_id','5F506357XG0012838'),(18270,604,'_paypal_status','completed'),(18271,604,'PayPal Transaction Fee','18.19'),(18272,604,'_date_paid','1629419719'),(18273,604,'_paid_date','2021-08-20 00:35:19'),(18274,604,'_download_permissions_granted','yes'),(18275,604,'_recorded_sales','yes'),(18276,604,'_recorded_coupon_usage_counts','yes'),(18277,604,'_order_stock_reduced','yes'),(18278,604,'_new_order_email_sent','true'),(18279,604,'_edit_lock','1629473701:2'),(18280,603,'_edit_lock','1629473720:2'),(18281,602,'_edit_lock','1629473783:2'),(18282,601,'_edit_lock','1629473817:2'),(18283,600,'_edit_lock','1629473855:2'),(18284,599,'_edit_lock','1629473877:2'),(18285,598,'_edit_lock','1629473915:2'),(18286,604,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050506\";s:12:\"date_shipped\";s:10:\"1629417600\";s:11:\"tracking_id\";s:32:\"3903561ef68980354481f7cc204b7f12\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050517\";s:12:\"date_shipped\";s:10:\"1629417600\";s:11:\"tracking_id\";s:32:\"d631eab5aeaf35a6018ba6777d89bae7\";}}'),(18287,604,'_edit_last','2'),(18288,604,'_date_completed','1629473822'),(18289,604,'_completed_date','2021-08-20 15:37:02'),(18290,603,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050469\";s:12:\"date_shipped\";s:10:\"1629417600\";s:11:\"tracking_id\";s:32:\"c7a1da80990214070b14cbd4a67444c1\";}}'),(18291,603,'_edit_last','2'),(18292,603,'_date_completed','1629473859'),(18293,603,'_completed_date','2021-08-20 15:37:39'),(18294,602,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050377\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"bc35bcef1c437f24cdcadf6d79fcd056\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050388\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"e8fe6672b7e92bec3ab73a54ff0e940e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050399\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"e290851f25a850ecf96e42152427ed36\";}}'),(18295,602,'_edit_last','2'),(18296,602,'_date_completed','1629473922'),(18297,602,'_completed_date','2021-08-20 15:38:42'),(18298,601,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050300\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"ea342c999d5ca0f8961e1c89891fadf0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050311\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"7dba0501a031d01a3db40da93c977a9a\";}}'),(18299,601,'_edit_last','2'),(18300,601,'_date_completed','1629473953'),(18301,601,'_completed_date','2021-08-20 15:39:13'),(18302,600,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050285\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"3e59bbbf70d6d4e375c9c259c4d76be4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050296\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"9f54bdd9fdfb0a636a7e9c8769246845\";}}'),(18303,600,'_edit_last','2'),(18304,600,'_date_completed','1629473995'),(18305,600,'_completed_date','2021-08-20 15:39:55'),(18306,599,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050046\";s:12:\"date_shipped\";s:10:\"1629331200\";s:11:\"tracking_id\";s:32:\"e9684184c311c2400f28d30ea848cf16\";}}'),(18307,599,'_edit_last','2'),(18308,599,'_date_completed','1629474017'),(18309,599,'_completed_date','2021-08-20 15:40:17'),(18310,598,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050013\";s:12:\"date_shipped\";s:10:\"1629244800\";s:11:\"tracking_id\";s:32:\"c9ce71aba21fb3471b449bc2d7ab45b7\";}}'),(18311,598,'_edit_last','2'),(18312,598,'_date_completed','1629474043'),(18313,598,'_completed_date','2021-08-20 15:40:43'),(18314,606,'_order_key','wc_order_x9nOoE3NFbUGJ'),(18315,606,'_customer_user','47'),(18316,606,'_payment_method','paypal'),(18317,606,'_payment_method_title','PayPal'),(18318,606,'_customer_ip_address','72.177.241.58'),(18319,606,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),(18320,606,'_created_via','checkout'),(18321,606,'_cart_hash','a37092aa9ecb0522bfda0b709795c1e2'),(18322,606,'_billing_first_name','Tracy'),(18323,606,'_billing_last_name','Copeland'),(18324,606,'_billing_company','South Texas Lice Clinics LLC'),(18325,606,'_billing_address_1','14223 Silverhollow'),(18326,606,'_billing_city','San Antonio'),(18327,606,'_billing_state','TX'),(18328,606,'_billing_postcode','78232'),(18329,606,'_billing_country','US'),(18330,606,'_billing_email','info@liceclinicsanantoniowest.com'),(18331,606,'_billing_phone','2103135033'),(18332,606,'_shipping_first_name','Tracy'),(18333,606,'_shipping_last_name','Copeland'),(18334,606,'_shipping_company','South Texas Lice Clinics LLC'),(18335,606,'_shipping_address_1','14223 Silverhollow'),(18336,606,'_shipping_city','San Antonio'),(18337,606,'_shipping_state','TX'),(18338,606,'_shipping_postcode','78232'),(18339,606,'_shipping_country','US'),(18340,606,'_order_currency','USD'),(18341,606,'_cart_discount','0'),(18342,606,'_cart_discount_tax','0'),(18343,606,'_order_shipping','0'),(18344,606,'_order_shipping_tax','0'),(18345,606,'_order_tax','0'),(18346,606,'_order_total','935.88'),(18347,606,'_order_version','5.6.0'),(18348,606,'_prices_include_tax','no'),(18349,606,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(18350,606,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(18351,606,'is_vat_exempt','no'),(18352,606,'Payment type','instant'),(18353,606,'_transaction_id','8FY61511F6310480M'),(18354,606,'_paypal_status','completed'),(18355,606,'PayPal Transaction Fee','33.15'),(18356,606,'_date_paid','1629479609'),(18357,606,'_paid_date','2021-08-20 17:13:29'),(18358,606,'_download_permissions_granted','yes'),(18359,606,'_recorded_sales','yes'),(18360,606,'_recorded_coupon_usage_counts','yes'),(18361,606,'_order_stock_reduced','yes'),(18362,606,'_new_order_email_sent','true'),(18363,607,'_order_key','wc_order_TU625yH18ZmPM'),(18364,607,'_customer_user','67'),(18365,607,'_payment_method','paypal'),(18366,607,'_payment_method_title','PayPal'),(18367,607,'_customer_ip_address','74.77.55.50'),(18368,607,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(18369,607,'_created_via','checkout'),(18370,607,'_cart_hash','f15091bf73ad8159b237c6c20209f8ae'),(18371,607,'_billing_first_name','Marnie'),(18372,607,'_billing_last_name','Murray'),(18373,607,'_billing_company','Naughty Nits'),(18374,607,'_billing_address_1','2809 Wehrle Drive'),(18375,607,'_billing_address_2','Suite 10'),(18376,607,'_billing_city','Williamsville'),(18377,607,'_billing_state','NY'),(18378,607,'_billing_postcode','14221'),(18379,607,'_billing_country','US'),(18380,607,'_billing_email','liceclinicsupstateny@gmail.com'),(18381,607,'_billing_phone','7166265423'),(18382,607,'_shipping_first_name','Marnie'),(18383,607,'_shipping_last_name','Murray'),(18384,607,'_shipping_company','LCA Buffalo'),(18385,607,'_shipping_address_1','2809 Wehrle Drive'),(18386,607,'_shipping_address_2','Suite 10'),(18387,607,'_shipping_city','Williamsville'),(18388,607,'_shipping_state','NY'),(18389,607,'_shipping_postcode','14221'),(18390,607,'_shipping_country','US'),(18391,607,'_order_currency','USD'),(18392,607,'_cart_discount','0'),(18393,607,'_cart_discount_tax','0'),(18394,607,'_order_shipping','20.18'),(18395,607,'_order_shipping_tax','0'),(18396,607,'_order_tax','0'),(18397,607,'_order_total','308.18'),(18398,607,'_order_version','5.7.0'),(18399,607,'_prices_include_tax','no'),(18400,607,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(18401,607,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(18402,607,'is_vat_exempt','no'),(18403,607,'Payment type','instant'),(18404,607,'_transaction_id','2TM64413RE623705U'),(18405,607,'_paypal_status','completed'),(18406,607,'PayPal Transaction Fee','11.25'),(18407,607,'_date_paid','1629562123'),(18408,607,'_paid_date','2021-08-21 16:08:43'),(18409,607,'_download_permissions_granted','yes'),(18410,607,'_recorded_sales','yes'),(18411,607,'_recorded_coupon_usage_counts','yes'),(18412,607,'_order_stock_reduced','yes'),(18413,607,'_new_order_email_sent','true'),(18414,608,'_order_key','wc_order_LqLX0gmHvit6f'),(18415,608,'_customer_user','66'),(18416,608,'_payment_method','paypal'),(18417,608,'_payment_method_title','PayPal'),(18418,608,'_customer_ip_address','73.129.83.207'),(18419,608,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(18420,608,'_created_via','checkout'),(18421,608,'_cart_hash','13f25605a912373d879d897b4dc575f8'),(18422,608,'_billing_first_name','Mark'),(18423,608,'_billing_last_name','Dent'),(18424,608,'_billing_company','Lice Clinics of Maryland'),(18425,608,'_billing_address_1','801 W 33rd Street'),(18426,608,'_billing_city','BAltimore'),(18427,608,'_billing_state','MD'),(18428,608,'_billing_postcode','21211'),(18429,608,'_billing_country','US'),(18430,608,'_billing_email','info@liceclinicsofmaryland.com'),(18431,608,'_billing_phone','4438349991'),(18432,608,'_shipping_first_name','Mark'),(18433,608,'_shipping_last_name','Dent'),(18434,608,'_shipping_company','LCA Baltimore'),(18435,608,'_shipping_address_1','604 Providence Road'),(18436,608,'_shipping_city','Towson'),(18437,608,'_shipping_state','MD'),(18438,608,'_shipping_postcode','21286'),(18439,608,'_shipping_country','US'),(18440,608,'_order_currency','USD'),(18441,608,'_cart_discount','0'),(18442,608,'_cart_discount_tax','0'),(18443,608,'_order_shipping','75.55'),(18444,608,'_order_shipping_tax','0'),(18445,608,'_order_tax','0'),(18446,608,'_order_total','1125.79'),(18447,608,'_order_version','5.6.0'),(18448,608,'_prices_include_tax','no'),(18449,608,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(18450,608,'_shipping_address_index','Mark Dent LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(18453,608,'is_vat_exempt','no'),(18454,608,'Payment type','instant'),(18455,608,'_transaction_id','7YN11476FR747243T'),(18456,608,'_paypal_status','completed'),(18457,608,'PayPal Transaction Fee','39.78'),(18458,608,'_date_paid','1629727352'),(18459,608,'_paid_date','2021-08-23 14:02:32'),(18460,608,'_download_permissions_granted','yes'),(18461,608,'_recorded_sales','yes'),(18462,608,'_recorded_coupon_usage_counts','yes'),(18463,608,'_order_stock_reduced','yes'),(18464,608,'_new_order_email_sent','true'),(18465,609,'_order_key','wc_order_ifvqItPCmdreu'),(18466,609,'_customer_user','79'),(18467,609,'_payment_method','paypal'),(18468,609,'_payment_method_title','PayPal'),(18469,609,'_customer_ip_address','98.239.59.123'),(18470,609,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(18471,609,'_created_via','checkout'),(18472,609,'_cart_hash','a4d1329637e4d6d602f347c0c8855712'),(18473,609,'_billing_first_name','Shanna'),(18474,609,'_billing_last_name','Castille'),(18475,609,'_billing_address_1','1097 Hundley Rd'),(18476,609,'_billing_city','Eunice'),(18477,609,'_billing_state','LA'),(18478,609,'_billing_postcode','70535'),(18479,609,'_billing_country','US'),(18480,609,'_billing_email','Shanna_sr09@yahoo.com'),(18481,609,'_billing_phone','3374668998'),(18482,609,'_shipping_first_name','Rebekah'),(18483,609,'_shipping_last_name','Gay'),(18484,609,'_shipping_company','LCANLA'),(18485,609,'_shipping_address_1','339 Forty Oaks Farm Rd'),(18486,609,'_shipping_city','West Monroe'),(18487,609,'_shipping_state','LA'),(18488,609,'_shipping_postcode','71291'),(18489,609,'_shipping_country','US'),(18490,609,'_order_currency','USD'),(18491,609,'_cart_discount','0'),(18492,609,'_cart_discount_tax','0'),(18493,609,'_order_shipping','38.2'),(18494,609,'_order_shipping_tax','0'),(18495,609,'_order_tax','0'),(18496,609,'_order_total','512.44'),(18497,609,'_order_version','5.6.0'),(18498,609,'_prices_include_tax','no'),(18499,609,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(18500,609,'_shipping_address_index','Rebekah Gay LCANLA 339 Forty Oaks Farm Rd  West Monroe LA 71291 US '),(18501,609,'is_vat_exempt','no'),(18502,609,'Payment type','instant'),(18503,609,'_transaction_id','1U6675376R970043P'),(18504,609,'_paypal_status','completed'),(18505,609,'PayPal Transaction Fee','18.37'),(18506,609,'_date_paid','1629741421'),(18507,609,'_paid_date','2021-08-23 17:57:01'),(18508,609,'_download_permissions_granted','yes'),(18509,609,'_recorded_sales','yes'),(18510,609,'_recorded_coupon_usage_counts','yes'),(18511,609,'_order_stock_reduced','yes'),(18512,609,'_new_order_email_sent','true'),(18514,610,'_elementor_edit_mode','builder'),(18515,610,'_elementor_template_type','popup'),(18516,610,'_elementor_version','3.8.0'),(18517,610,'_elementor_pro_version','3.7.7'),(18518,610,'_astra_content_layout_flag','disabled'),(18519,610,'site-post-title','disabled'),(18520,610,'ast-title-bar-display','disabled'),(18521,610,'ast-featured-img','disabled'),(18522,610,'site-content-layout','page-builder'),(18523,610,'site-sidebar-layout','no-sidebar'),(18524,610,'_edit_lock','1668804035:2'),(18525,610,'_wp_page_template','default'),(18526,610,'_elementor_data','[{\"id\":\"92f2393\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"1143eee\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c539ca8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\",\"id\":12,\"alt\":\"\",\"source\":\"library\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"bf75a79\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a7bdcd4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a682eb8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div><strong>PLEASE NOTE - There has been an increase in pricing for Dimethicone based products due to supply chain issues.<\\/strong><\\/div>\",\"align\":\"left\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"981483b\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"97c2c00\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"d80b165\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Click to Learn More\",\"tab_content\":\"<p><span style=\\\"font-size: 17px;\\\">We received notice from Ginesis that prices on all products using Dimethicone as an ingredient will increase starting today. This is the result of a dimethicone shortage across the country caused by supply chain interruptions, tariffs, and trade embargos. This is completely out of our control. Ginesis is working with multiple suppliers and also working to find alternatives. Please see below for the statement we received from Jeff Hester, President and Owner of Ginesis.<br><\\/span><br>Due to tariffs and recent trade embargos, there is severely limited feed-stock for the raw materials required to produce Dimethicone 350SF. Currently there is no material stateside and vessels on the water have been delayed again. New orders for the material ETA are November 2021 and shortages are expected through Q2 2022.&nbsp;<\\/p>\\n<p>As a result, prices have recently more than doubled from the already inflated prices earlier this year and Dimethicone 350SF is still difficult to source. We apologize for the inconvenience this supply chain disruption is&nbsp;causing and look forward to the market stabilizing for this material.<\\/p>\",\"_id\":\"c27b033\"}],\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"faq_schema\":\"yes\",\"title_color\":\"#5BC500\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"content_color\":\"#000000\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Raleway\",\"content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"toggle\"}],\"isInner\":false}],\"isInner\":false}]'),(18528,610,'_elementor_popup_display_settings','a:2:{s:8:\"triggers\";a:2:{s:15:\"page_load_delay\";i:2;s:9:\"page_load\";s:3:\"yes\";}s:6:\"timing\";a:0:{}}'),(18552,612,'_order_key','wc_order_VBE4WJ3EcT2wg'),(18553,612,'_customer_user','84'),(18554,612,'_payment_method','paypal'),(18555,612,'_payment_method_title','PayPal'),(18556,612,'_customer_ip_address','73.223.119.21'),(18557,612,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(18558,612,'_created_via','checkout'),(18559,612,'_cart_hash','36009c45577e490a1b7746eab087af18'),(18560,612,'_billing_first_name','Thuytien'),(18561,612,'_billing_last_name','Du'),(18562,612,'_billing_company','Nitzy'),(18563,612,'_billing_address_1','1126 Rockefeller dr'),(18564,612,'_billing_city','Sunnyvale'),(18565,612,'_billing_state','CA'),(18566,612,'_billing_postcode','94087'),(18567,612,'_billing_country','US'),(18568,612,'_billing_email','nitzyliceremoval@gmail.com'),(18569,612,'_billing_phone','4082309895'),(18570,612,'_shipping_first_name','Thuytien'),(18571,612,'_shipping_last_name','Du'),(18572,612,'_shipping_company','LCA Nitzy Sunnyvale'),(18573,612,'_shipping_address_1','545 South Murphy Ave'),(18574,612,'_shipping_city','Sunnyvale'),(18575,612,'_shipping_state','CA'),(18576,612,'_shipping_postcode','94086'),(18577,612,'_shipping_country','US'),(18578,612,'_order_currency','USD'),(18579,612,'_cart_discount','0'),(18580,612,'_cart_discount_tax','0'),(18581,612,'_order_shipping','0'),(18582,612,'_order_shipping_tax','0'),(18583,612,'_order_tax','0'),(18584,612,'_order_total','523.20'),(18585,612,'_order_version','5.6.0'),(18586,612,'_prices_include_tax','no'),(18587,612,'_billing_address_index','Thuytien Du Nitzy 1126 Rockefeller dr  Sunnyvale CA 94087 US nitzyliceremoval@gmail.com 4082309895'),(18588,612,'_shipping_address_index','Thuytien Du LCA Nitzy Sunnyvale 545 South Murphy Ave  Sunnyvale CA 94086 US '),(18589,612,'is_vat_exempt','no'),(18590,612,'Payment type','instant'),(18591,612,'_transaction_id','3N990677155428646'),(18592,612,'_paypal_status','completed'),(18593,612,'PayPal Transaction Fee','18.75'),(18594,612,'_date_paid','1629756392'),(18595,612,'_paid_date','2021-08-23 22:06:32'),(18596,612,'_download_permissions_granted','yes'),(18597,612,'_recorded_sales','yes'),(18598,612,'_recorded_coupon_usage_counts','yes'),(18599,612,'_order_stock_reduced','yes'),(18600,612,'_new_order_email_sent','true'),(18697,615,'_order_key','wc_order_QxRFSTPvrvATp'),(18698,615,'_customer_user','92'),(18699,615,'_payment_method','paypal'),(18700,615,'_payment_method_title','PayPal'),(18701,615,'_customer_ip_address','73.63.207.98'),(18702,615,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(18703,615,'_created_via','checkout'),(18704,615,'_cart_hash','28ea1bb3dd0ec9d0994216f84480b40c'),(18705,615,'_billing_first_name','Michelle'),(18706,615,'_billing_last_name','Du'),(18707,615,'_billing_company','LCA Fremont'),(18708,615,'_billing_address_1','31372 Mackinaw Street'),(18709,615,'_billing_city','Union City'),(18710,615,'_billing_state','CA'),(18711,615,'_billing_postcode','94587'),(18712,615,'_billing_country','US'),(18713,615,'_billing_email','info@liceclinicsfremont.com'),(18714,615,'_billing_phone','510-770-4394'),(18715,615,'_shipping_first_name','Michelle'),(18716,615,'_shipping_last_name','Du'),(18717,615,'_shipping_company','LCA Fremont'),(18718,615,'_shipping_address_1','31372 Mackinaw Street'),(18719,615,'_shipping_city','Union City'),(18720,615,'_shipping_state','CA'),(18721,615,'_shipping_postcode','94587'),(18722,615,'_shipping_country','US'),(18723,615,'_order_currency','USD'),(18724,615,'_cart_discount','0'),(18725,615,'_cart_discount_tax','0'),(18726,615,'_order_shipping','0'),(18727,615,'_order_shipping_tax','0'),(18728,615,'_order_tax','0'),(18729,615,'_order_total','661.92'),(18730,615,'_order_version','5.6.0'),(18731,615,'_prices_include_tax','no'),(18732,615,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(18733,615,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(18735,615,'is_vat_exempt','no'),(18736,615,'Payment type','instant'),(18737,615,'_transaction_id','0D514159GR179724P'),(18738,615,'_paypal_status','completed'),(18739,615,'PayPal Transaction Fee','23.59'),(18740,615,'_date_paid','1629784430'),(18741,615,'_paid_date','2021-08-24 05:53:50'),(18742,615,'_download_permissions_granted','yes'),(18743,615,'_recorded_sales','yes'),(18744,615,'_recorded_coupon_usage_counts','yes'),(18745,615,'_order_stock_reduced','yes'),(18746,615,'_new_order_email_sent','true'),(18749,490,'minimum_allowed_quantity',''),(18750,490,'maximum_allowed_quantity',''),(18751,490,'group_of_quantity',''),(18752,490,'minmax_do_not_count','no'),(18753,490,'minmax_cart_exclude','no'),(18754,490,'minmax_category_group_of_exclude','no'),(18755,489,'minimum_allowed_quantity',''),(18756,489,'maximum_allowed_quantity',''),(18757,489,'group_of_quantity',''),(18758,489,'minmax_do_not_count','no'),(18759,489,'minmax_cart_exclude','no'),(18760,489,'minmax_category_group_of_exclude','no'),(18761,488,'minimum_allowed_quantity',''),(18762,488,'maximum_allowed_quantity',''),(18763,488,'group_of_quantity',''),(18764,488,'minmax_do_not_count','no'),(18765,488,'minmax_cart_exclude','no'),(18766,488,'minmax_category_group_of_exclude','no'),(18767,487,'minimum_allowed_quantity',''),(18768,487,'maximum_allowed_quantity',''),(18769,487,'group_of_quantity',''),(18770,487,'minmax_do_not_count','no'),(18771,487,'minmax_cart_exclude','no'),(18772,487,'minmax_category_group_of_exclude','no'),(18773,99,'minimum_allowed_quantity',''),(18774,99,'maximum_allowed_quantity','20'),(18775,99,'group_of_quantity',''),(18776,99,'minmax_do_not_count','no'),(18777,99,'minmax_cart_exclude','no'),(18778,99,'minmax_category_group_of_exclude','no'),(18779,97,'minimum_allowed_quantity',''),(18780,97,'maximum_allowed_quantity','20'),(18781,97,'group_of_quantity',''),(18782,97,'minmax_do_not_count','no'),(18783,97,'minmax_cart_exclude','no'),(18784,97,'minmax_category_group_of_exclude','no'),(18785,95,'minimum_allowed_quantity',''),(18786,95,'maximum_allowed_quantity','20'),(18787,95,'group_of_quantity',''),(18788,95,'minmax_do_not_count','no'),(18789,95,'minmax_cart_exclude','no'),(18790,95,'minmax_category_group_of_exclude','no'),(18791,93,'minimum_allowed_quantity',''),(18792,93,'maximum_allowed_quantity','20'),(18793,93,'group_of_quantity',''),(18794,93,'minmax_do_not_count','no'),(18795,93,'minmax_cart_exclude','no'),(18796,93,'minmax_category_group_of_exclude','no'),(18804,617,'_order_currency','USD'),(18805,617,'_cart_discount','0'),(18806,617,'_cart_discount_tax','0'),(18807,617,'_order_shipping','-53.75'),(18808,617,'_order_shipping_tax','0'),(18809,617,'_order_tax','0'),(18810,617,'_order_total','-53.75'),(18811,617,'_order_version','5.6.0'),(18812,617,'_prices_include_tax','no'),(18813,617,'_refund_amount','53.75'),(18814,617,'_refunded_by','2'),(18815,617,'_refunded_payment','1'),(18816,617,'_refund_reason',''),(18818,618,'_order_currency','USD'),(18819,618,'_cart_discount','0'),(18820,618,'_cart_discount_tax','0'),(18821,618,'_order_shipping','-31.83'),(18822,618,'_order_shipping_tax','0'),(18823,618,'_order_tax','0'),(18824,618,'_order_total','-31.83'),(18825,618,'_order_version','5.6.0'),(18826,618,'_prices_include_tax','no'),(18827,618,'_refund_amount','31.83'),(18828,618,'_refunded_by','2'),(18829,618,'_refunded_payment','1'),(18830,618,'_refund_reason',''),(18832,192,'_edit_lock','1629819534:2'),(18833,192,'_edit_last','2'),(18836,270,'_edit_lock','1629819617:2'),(18837,270,'_edit_last','2'),(18840,256,'_edit_lock','1629819721:2'),(18841,256,'_edit_last','2'),(18850,620,'_order_key','wc_order_a2FHMml5rAEoC'),(18851,620,'_customer_user','84'),(18852,620,'_payment_method','paypal'),(18853,620,'_payment_method_title','PayPal'),(18854,620,'_customer_ip_address','73.223.119.21'),(18855,620,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(18856,620,'_created_via','checkout'),(18857,620,'_cart_hash','de71841de3dd57f85396a90bf5b39e5f'),(18858,620,'_billing_first_name','Thuytien'),(18859,620,'_billing_last_name','Du'),(18860,620,'_billing_company','Nitzy'),(18861,620,'_billing_address_1','1126 Rockefeller dr'),(18862,620,'_billing_city','Sunnyvale'),(18863,620,'_billing_state','CA'),(18864,620,'_billing_postcode','94087'),(18865,620,'_billing_country','US'),(18866,620,'_billing_email','nitzyliceremoval@gmail.com'),(18867,620,'_billing_phone','4082309895'),(18868,620,'_shipping_first_name','Thuytien'),(18869,620,'_shipping_last_name','Du'),(18870,620,'_shipping_company','LCA Nitzy Sunnyvale'),(18871,620,'_shipping_address_1','545 South Murphy Ave'),(18872,620,'_shipping_city','Sunnyvale'),(18873,620,'_shipping_state','CA'),(18874,620,'_shipping_postcode','94086'),(18875,620,'_shipping_country','US'),(18876,620,'_order_currency','USD'),(18877,620,'_cart_discount','0'),(18878,620,'_cart_discount_tax','0'),(18879,620,'_order_shipping','24.59'),(18880,620,'_order_shipping_tax','0'),(18881,620,'_order_tax','0'),(18882,620,'_order_total','24.59'),(18883,620,'_order_version','5.6.0'),(18884,620,'_prices_include_tax','no'),(18885,620,'_billing_address_index','Thuytien Du Nitzy 1126 Rockefeller dr  Sunnyvale CA 94087 US nitzyliceremoval@gmail.com 4082309895'),(18886,620,'_shipping_address_index','Thuytien Du LCA Nitzy Sunnyvale 545 South Murphy Ave  Sunnyvale CA 94086 US '),(18887,620,'is_vat_exempt','no'),(18888,620,'Payment type','instant'),(18889,620,'_transaction_id','37R24125BR792040M'),(18890,620,'_paypal_status','completed'),(18891,620,'PayPal Transaction Fee','1.35'),(18892,620,'_date_paid','1629836768'),(18893,620,'_paid_date','2021-08-24 20:26:08'),(18894,620,'_download_permissions_granted','yes'),(18895,620,'_recorded_sales','yes'),(18896,620,'_recorded_coupon_usage_counts','yes'),(18897,620,'_order_stock_reduced','yes'),(18898,620,'_new_order_email_sent','true'),(19199,627,'_order_currency','USD'),(19200,627,'_cart_discount','0'),(19201,627,'_cart_discount_tax','0'),(19202,627,'_order_shipping','0'),(19203,627,'_order_shipping_tax','0'),(19204,627,'_order_tax','0'),(19205,627,'_order_total','-532.80'),(19206,627,'_order_version','5.6.0'),(19207,627,'_prices_include_tax','no'),(19208,627,'_refund_amount','532.80'),(19209,627,'_refunded_by','2'),(19210,627,'_refunded_payment','1'),(19211,627,'_refund_reason',''),(19212,628,'_order_currency','USD'),(19213,628,'_cart_discount','0'),(19214,628,'_cart_discount_tax','0'),(19215,628,'_order_shipping','0'),(19216,628,'_order_shipping_tax','0'),(19217,628,'_order_tax','0'),(19218,628,'_order_total','-1060.88'),(19219,628,'_order_version','5.6.0'),(19220,628,'_prices_include_tax','no'),(19221,628,'_refund_amount','1060.88'),(19222,628,'_refunded_by','2'),(19223,628,'_refunded_payment','1'),(19224,628,'_refund_reason',''),(19225,629,'_order_currency','USD'),(19226,629,'_cart_discount','0'),(19227,629,'_cart_discount_tax','0'),(19228,629,'_order_shipping','0'),(19229,629,'_order_shipping_tax','0'),(19230,629,'_order_tax','0'),(19231,629,'_order_total','-540.48'),(19232,629,'_order_version','5.6.0'),(19233,629,'_prices_include_tax','no'),(19234,629,'_refund_amount','540.48'),(19235,629,'_refunded_by','2'),(19236,629,'_refunded_payment','1'),(19237,629,'_refund_reason',''),(19238,630,'_order_currency','USD'),(19239,630,'_cart_discount','0'),(19240,630,'_cart_discount_tax','0'),(19241,630,'_order_shipping','0'),(19242,630,'_order_shipping_tax','0'),(19243,630,'_order_tax','0'),(19244,630,'_order_total','-530.44'),(19245,630,'_order_version','5.6.0'),(19246,630,'_prices_include_tax','no'),(19247,630,'_refund_amount','530.44'),(19248,630,'_refunded_by','2'),(19249,630,'_refunded_payment','1'),(19250,630,'_refund_reason',''),(19251,631,'_order_currency','USD'),(19252,631,'_cart_discount','0'),(19253,631,'_cart_discount_tax','0'),(19254,631,'_order_shipping','0'),(19255,631,'_order_shipping_tax','0'),(19256,631,'_order_tax','0'),(19257,631,'_order_total','-639.36'),(19258,631,'_order_version','5.6.0'),(19259,631,'_prices_include_tax','no'),(19260,631,'_refund_amount','639.36'),(19261,631,'_refunded_by','2'),(19262,631,'_refunded_payment','1'),(19263,631,'_refund_reason',''),(19264,632,'_order_currency','USD'),(19265,632,'_cart_discount','0'),(19266,632,'_cart_discount_tax','0'),(19267,632,'_order_shipping','0'),(19268,632,'_order_shipping_tax','0'),(19269,632,'_order_tax','0'),(19270,632,'_order_total','-530.44'),(19271,632,'_order_version','5.6.0'),(19272,632,'_prices_include_tax','no'),(19273,632,'_refund_amount','530.44'),(19274,632,'_refunded_by','2'),(19275,632,'_refunded_payment','1'),(19276,632,'_refund_reason',''),(19354,615,'_edit_lock','1629899768:2'),(19355,615,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051535\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"66b7fab5248ee6ec7ab54d637e4d904a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051524\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"e85ffa0811ce7745d6a3ab429d6269ef\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051513\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"c09dab4085cf690798a7f260db786a98\";}}'),(19356,615,'_edit_last','2'),(19357,615,'_date_completed','1629899890'),(19358,615,'_completed_date','2021-08-25 13:58:10'),(19359,612,'_edit_lock','1630071680:2'),(19360,612,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051395\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"f11956fca47bc2ce591f777f1c1227f9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051384\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"0cff589c11b3bed11c67ffcadc480291\";}}'),(19361,612,'_edit_last','2'),(19362,612,'_date_completed','1629900213'),(19363,612,'_completed_date','2021-08-25 14:03:33'),(19364,620,'_edit_lock','1629900108:2'),(19365,620,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051373\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"a407c708ac5d80efed71a37d873c41cd\";}}'),(19366,620,'_edit_last','2'),(19367,620,'_date_completed','1629900247'),(19368,620,'_completed_date','2021-08-25 14:04:07'),(19369,608,'_edit_lock','1629900257:2'),(19370,608,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050789\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"66d02f3ac6f0a3184ffc27ddcbe329a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050778\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"a52f45285a8b09a3db8cb495481809e1\";}}'),(19371,608,'_edit_last','2'),(19372,608,'_date_completed','1629900388'),(19373,608,'_completed_date','2021-08-25 14:06:28'),(19374,606,'_edit_lock','1635521965:2'),(19375,606,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050767\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"7e2c19c8b976c8ef68eb2b3b00362df4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050756\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"44352f36ab2a26ecac74880403582e4b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953050745\";s:12:\"date_shipped\";s:10:\"1629763200\";s:11:\"tracking_id\";s:32:\"e2020717860231dff4ebb157a9f6eec3\";}}'),(19376,606,'_edit_last','2'),(19377,606,'_date_completed','1629900463'),(19378,606,'_completed_date','2021-08-25 14:07:43'),(19379,609,'_edit_lock','1632166720:2'),(19380,607,'_edit_lock','1632407778:2'),(19425,490,'sg_product_enable','no'),(19426,490,'sg_product_disable','no'),(19427,489,'sg_product_enable','no'),(19428,489,'sg_product_disable','no'),(19429,488,'sg_product_enable','no'),(19430,488,'sg_product_disable','no'),(19431,487,'sg_product_enable','no'),(19432,487,'sg_product_disable','no'),(19433,99,'sg_product_enable','yes'),(19434,99,'sg_product_disable','no'),(19435,97,'sg_product_enable','yes'),(19436,97,'sg_product_disable','no'),(19437,95,'sg_product_enable','yes'),(19438,95,'sg_product_disable','no'),(19439,93,'sg_product_enable','yes'),(19440,93,'sg_product_disable','no'),(19524,639,'_order_key','wc_order_y38BGAgG3Iz5n'),(19525,639,'_customer_user','3'),(19526,639,'_payment_method','paypal'),(19527,639,'_payment_method_title','PayPal'),(19528,639,'_customer_ip_address','70.142.202.154'),(19529,639,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(19530,639,'_created_via','checkout'),(19531,639,'_cart_hash','8be173d8ed3afec8ad09a0faeda500b9'),(19532,639,'_billing_first_name','Lee'),(19533,639,'_billing_last_name','Rodgers'),(19534,639,'_billing_company','Lice Clinics Wichita'),(19535,639,'_billing_address_1','345 S. Belmont'),(19536,639,'_billing_city','Wichita'),(19537,639,'_billing_state','KS'),(19538,639,'_billing_postcode','67218'),(19539,639,'_billing_country','US'),(19540,639,'_billing_email','leerodgers@flash.net'),(19541,639,'_billing_phone','3164483880'),(19542,639,'_shipping_first_name','Lice clinics of'),(19543,639,'_shipping_last_name','Dublin'),(19544,639,'_shipping_company','LCA Dublin'),(19545,639,'_shipping_address_1','5910 Wilcox Place Suite E'),(19546,639,'_shipping_address_2','Suite E'),(19547,639,'_shipping_city','Dublin'),(19548,639,'_shipping_state','OH'),(19549,639,'_shipping_postcode','43016'),(19550,639,'_shipping_country','US'),(19551,639,'_order_currency','USD'),(19552,639,'_cart_discount','0'),(19553,639,'_cart_discount_tax','0'),(19554,639,'_order_shipping','0'),(19555,639,'_order_shipping_tax','0'),(19556,639,'_order_tax','0'),(19557,639,'_order_total','535.46'),(19558,639,'_order_version','5.6.0'),(19559,639,'_prices_include_tax','no'),(19560,639,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont  Wichita KS 67218 US leerodgers@flash.net 3164483880'),(19561,639,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US '),(19562,639,'is_vat_exempt','no'),(19565,639,'Payment type','instant'),(19566,639,'_transaction_id','2WW26882YJ071535D'),(19567,639,'_paypal_status','completed'),(19568,639,'PayPal Transaction Fee','19.18'),(19569,639,'_date_paid','1629989584'),(19570,639,'_paid_date','2021-08-26 14:53:04'),(19571,639,'_download_permissions_granted','yes'),(19572,639,'_recorded_sales','yes'),(19573,639,'_recorded_coupon_usage_counts','yes'),(19574,639,'_order_stock_reduced','yes'),(19575,639,'_new_order_email_sent','true'),(19576,640,'_order_key','wc_order_RAI5HbmewO9m6'),(19577,640,'_customer_user','21'),(19578,640,'_payment_method','paypal'),(19579,640,'_payment_method_title','PayPal'),(19580,640,'_customer_ip_address','107.77.200.18'),(19581,640,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(19582,640,'_created_via','checkout'),(19583,640,'_cart_hash','dccb56e282f99aea66d1e86609fb1fbf'),(19584,640,'_billing_first_name','LCA'),(19585,640,'_billing_last_name','Arkansas'),(19586,640,'_billing_company','LCA - Central Arkansas'),(19587,640,'_billing_address_1','1011 N. 2nd St., Ste. D'),(19588,640,'_billing_city','Cabot'),(19589,640,'_billing_state','AR'),(19590,640,'_billing_postcode','72023'),(19591,640,'_billing_country','US'),(19592,640,'_billing_email','liceclinicslittlerock@gmail.com'),(19593,640,'_billing_phone','15014249396'),(19594,640,'_shipping_first_name','LCA'),(19595,640,'_shipping_last_name','Arkansas'),(19596,640,'_shipping_company','LCA - Central Arkansas'),(19597,640,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(19598,640,'_shipping_city','Cabot'),(19599,640,'_shipping_state','AR'),(19600,640,'_shipping_postcode','72023'),(19601,640,'_shipping_country','US'),(19602,640,'_order_currency','USD'),(19603,640,'_cart_discount','0'),(19604,640,'_cart_discount_tax','0'),(19605,640,'_order_shipping','0'),(19606,640,'_order_shipping_tax','0'),(19607,640,'_order_tax','0'),(19608,640,'_order_total','1004.56'),(19609,640,'_order_version','5.6.0'),(19610,640,'_prices_include_tax','no'),(19611,640,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(19612,640,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(19613,640,'is_vat_exempt','no'),(19614,640,'_edit_lock','1630352991:2'),(19615,640,'_edit_last','2'),(19616,640,'_recorded_coupon_usage_counts','yes'),(19617,640,'Payment type','instant'),(19618,640,'_transaction_id','7X741375LR220610S'),(19619,640,'_paypal_status','completed'),(19620,640,'PayPal Transaction Fee','35.55'),(19621,640,'_date_paid','1630009653'),(19622,640,'_paid_date','2021-08-26 20:27:33'),(19623,640,'_download_permissions_granted','yes'),(19624,640,'_recorded_sales','yes'),(19625,640,'_order_stock_reduced','yes'),(19626,640,'_new_order_email_sent','true'),(19628,641,'_order_key','wc_order_1Mz9aS6WKViig'),(19629,641,'_customer_user','86'),(19630,641,'_payment_method','paypal'),(19631,641,'_payment_method_title','PayPal'),(19632,641,'_customer_ip_address','97.126.118.64'),(19633,641,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(19634,641,'_created_via','checkout'),(19635,641,'_cart_hash','a63e5ccc790cce10042dcc56c283fb9f'),(19636,641,'_billing_first_name','Traci'),(19637,641,'_billing_last_name','Benson'),(19638,641,'_billing_address_1','1504 184th Ave Ne'),(19639,641,'_billing_city','Bellevue'),(19640,641,'_billing_state','WA'),(19641,641,'_billing_postcode','98008'),(19642,641,'_billing_country','US'),(19643,641,'_billing_email','info@liceclinicsbellevue.com'),(19644,641,'_billing_phone','2067192644'),(19645,641,'_shipping_first_name','Traci'),(19646,641,'_shipping_last_name','Benson'),(19647,641,'_shipping_address_1','1504 184th Ave Ne'),(19648,641,'_shipping_city','Bellevue'),(19649,641,'_shipping_state','WA'),(19650,641,'_shipping_postcode','98008'),(19651,641,'_shipping_country','US'),(19652,641,'_order_currency','USD'),(19653,641,'_cart_discount','0'),(19654,641,'_cart_discount_tax','0'),(19655,641,'_order_shipping','60.31'),(19656,641,'_order_shipping_tax','0'),(19657,641,'_order_tax','0'),(19658,641,'_order_total','223.99'),(19659,641,'_order_version','5.6.0'),(19660,641,'_prices_include_tax','no'),(19661,641,'_billing_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US info@liceclinicsbellevue.com 2067192644'),(19662,641,'_shipping_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US '),(19663,641,'is_vat_exempt','no'),(19742,644,'_order_currency','USD'),(19743,644,'_cart_discount','0'),(19744,644,'_cart_discount_tax','0'),(19745,644,'_order_shipping','0'),(19746,644,'_order_shipping_tax','0'),(19747,644,'_order_tax','0'),(19748,644,'_order_total','-523.20'),(19749,644,'_order_version','5.6.0'),(19750,644,'_prices_include_tax','no'),(19751,644,'_refund_amount','523.20'),(19752,644,'_refunded_by','2'),(19753,644,'_refunded_payment','1'),(19754,644,'_refund_reason',''),(19757,641,'_edit_lock','1630432307:2'),(19762,641,'_edit_last','2'),(19763,641,'_recorded_coupon_usage_counts','yes'),(19764,645,'_order_key','wc_order_MZzQSPC4hXpEn'),(19765,645,'_customer_user','7'),(19766,645,'_payment_method','paypal'),(19767,645,'_payment_method_title','PayPal'),(19768,645,'_customer_ip_address','71.93.225.128'),(19769,645,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(19770,645,'_created_via','checkout'),(19771,645,'_cart_hash','749cbb01efbee49072e9967e463c99d1'),(19772,645,'_billing_first_name','Amy'),(19773,645,'_billing_last_name','Allen'),(19774,645,'_billing_company','Lice Clinics Of America'),(19775,645,'_billing_address_1','251 Promise Way'),(19776,645,'_billing_city','Hollister'),(19777,645,'_billing_state','CA'),(19778,645,'_billing_postcode','95023'),(19779,645,'_billing_country','US'),(19780,645,'_billing_email','lca.gilroy@gmail.com'),(19781,645,'_billing_phone','4085005537'),(19782,645,'_shipping_first_name','Amy'),(19783,645,'_shipping_last_name','Allen'),(19784,645,'_shipping_company','LCA Gilroy'),(19785,645,'_shipping_address_1','7680 Monterey Street'),(19786,645,'_shipping_address_2','Suite 104A'),(19787,645,'_shipping_city','Gilroy'),(19788,645,'_shipping_state','CA'),(19789,645,'_shipping_postcode','95020'),(19790,645,'_shipping_country','US'),(19791,645,'_order_currency','USD'),(19792,645,'_cart_discount','0'),(19793,645,'_cart_discount_tax','0'),(19794,645,'_order_shipping','0'),(19795,645,'_order_shipping_tax','0'),(19796,645,'_order_tax','0'),(19797,645,'_order_total','1885.30'),(19798,645,'_order_version','5.6.0'),(19799,645,'_prices_include_tax','no'),(19800,645,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(19801,645,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(19802,645,'is_vat_exempt','no'),(19803,646,'_order_key','wc_order_YC2gNfLsuyotT'),(19804,646,'_customer_user','0'),(19805,646,'_payment_method','paypal'),(19806,646,'_payment_method_title','PayPal'),(19807,646,'_customer_ip_address','73.199.67.69'),(19808,646,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(19809,646,'_created_via','checkout'),(19810,646,'_cart_hash','576081268233c9fb32d6613d3e2ccdf6'),(19811,646,'_billing_first_name','Meredith'),(19812,646,'_billing_last_name','Croy'),(19813,646,'_billing_company','Meredith Croy'),(19814,646,'_billing_address_1','749 ARDEN RD'),(19815,646,'_billing_city','JENKINTOWN'),(19816,646,'_billing_state','PA'),(19817,646,'_billing_postcode','19046-1524'),(19818,646,'_billing_country','US'),(19819,646,'_billing_email','designer303@aol.com'),(19820,646,'_billing_phone','2672501243'),(19821,646,'_shipping_first_name','Elisabeth'),(19822,646,'_shipping_last_name','Newell'),(19823,646,'_shipping_address_1','112 Alburger Ave'),(19824,646,'_shipping_city','philadelphia'),(19825,646,'_shipping_state','PA'),(19826,646,'_shipping_postcode','19115'),(19827,646,'_shipping_country','US'),(19828,646,'_order_currency','USD'),(19829,646,'_cart_discount','0'),(19830,646,'_cart_discount_tax','0'),(19831,646,'_order_shipping','20.08'),(19832,646,'_order_shipping_tax','0'),(19833,646,'_order_tax','0'),(19834,646,'_order_total','115.08'),(19835,646,'_order_version','5.6.0'),(19836,646,'_prices_include_tax','no'),(19837,646,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(19838,646,'_shipping_address_index','Elisabeth Newell  112 Alburger Ave  philadelphia PA 19115 US '),(19839,646,'is_vat_exempt','no'),(19840,646,'_edit_lock','1630432335:2'),(19841,645,'_edit_lock','1630435456:2'),(19842,646,'_edit_last','2'),(19843,646,'_recorded_coupon_usage_counts','yes'),(19844,645,'_edit_last','2'),(19845,645,'_recorded_coupon_usage_counts','yes'),(19866,646,'Payment type','instant'),(19867,646,'_transaction_id','8XS37267A26966905'),(19868,646,'_paypal_status','completed'),(19869,646,'PayPal Transaction Fee','4.51'),(19870,646,'_date_paid','1630095550'),(19871,646,'_paid_date','2021-08-27 20:19:10'),(19872,646,'_download_permissions_granted','yes'),(19873,646,'_recorded_sales','yes'),(19874,646,'_order_stock_reduced','yes'),(19875,646,'_new_order_email_sent','true'),(19876,648,'_order_key','wc_order_PNw3rFCk4K7C9'),(19877,648,'_customer_user','77'),(19878,648,'_payment_method','paypal'),(19879,648,'_payment_method_title','PayPal'),(19880,648,'_customer_ip_address','73.90.33.25'),(19881,648,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(19882,648,'_created_via','checkout'),(19883,648,'_cart_hash','1f6fc8a177b7e7bb827d39d6cb1ea60e'),(19884,648,'_billing_first_name','Phil'),(19885,648,'_billing_last_name','Moon'),(19886,648,'_billing_company','Lice Clinics of America--Fresno'),(19887,648,'_billing_address_1','585 56th Street'),(19888,648,'_billing_city','Oakland'),(19889,648,'_billing_state','CA'),(19890,648,'_billing_postcode','94609'),(19891,648,'_billing_country','US'),(19892,648,'_billing_email','info@liceclinicsfresno.com'),(19893,648,'_billing_phone','5593046305'),(19894,648,'_shipping_first_name','Kristen'),(19895,648,'_shipping_last_name','Maroot-Rippee'),(19896,648,'_shipping_company','Lice Busters LLC. FRESNO'),(19897,648,'_shipping_address_1','487 W. Scott Avenue'),(19898,648,'_shipping_city','Fresno'),(19899,648,'_shipping_state','CA'),(19900,648,'_shipping_postcode','93704'),(19901,648,'_shipping_country','US'),(19902,648,'_order_currency','USD'),(19903,648,'_cart_discount','0'),(19904,648,'_cart_discount_tax','0'),(19905,648,'_order_shipping','0'),(19906,648,'_order_shipping_tax','0'),(19907,648,'_order_tax','0'),(19908,648,'_order_total','837.84'),(19909,648,'_order_version','5.6.0'),(19910,648,'_prices_include_tax','no'),(19911,648,'_billing_address_index','Phil Moon Lice Clinics of America--Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(19912,648,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(19914,648,'is_vat_exempt','no'),(19915,648,'Payment type','instant'),(19916,648,'_transaction_id','0V3452900L958381J'),(19917,648,'_paypal_status','completed'),(19918,648,'PayPal Transaction Fee','29.73'),(19919,648,'_date_paid','1630097342'),(19920,648,'_paid_date','2021-08-27 20:49:02'),(19921,648,'_download_permissions_granted','yes'),(19922,648,'_recorded_sales','yes'),(19923,648,'_recorded_coupon_usage_counts','yes'),(19924,648,'_order_stock_reduced','yes'),(19925,648,'_new_order_email_sent','true'),(20006,651,'_order_key','wc_order_dS3A1X4h778G9'),(20007,651,'_customer_user','55'),(20008,651,'_payment_method','paypal'),(20009,651,'_payment_method_title','PayPal'),(20010,651,'_customer_ip_address','75.133.107.65'),(20011,651,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(20012,651,'_created_via','checkout'),(20013,651,'_cart_hash','48527019cdb340af25031abbfffd97d5'),(20014,651,'_billing_first_name','Stephanie'),(20015,651,'_billing_last_name','Knecht'),(20016,651,'_billing_company','Lice Clinics of America'),(20017,651,'_billing_address_1','11 Stony Hill Road'),(20018,651,'_billing_city','Bethel'),(20019,651,'_billing_state','CT'),(20020,651,'_billing_postcode','06801'),(20021,651,'_billing_country','US'),(20022,651,'_billing_email','stephanieknecht@lcaconnecticut.com'),(20023,651,'_billing_phone','9144565000'),(20024,651,'_shipping_first_name','Stephanie'),(20025,651,'_shipping_last_name','Knecht'),(20026,651,'_shipping_company','Lice Clinics of America'),(20027,651,'_shipping_address_1','11 Stony Hill Road'),(20028,651,'_shipping_city','Bethel'),(20029,651,'_shipping_state','CT'),(20030,651,'_shipping_postcode','06801'),(20031,651,'_shipping_country','US'),(20032,651,'_order_currency','USD'),(20033,651,'_cart_discount','0'),(20034,651,'_cart_discount_tax','0'),(20035,651,'_order_shipping','41.17'),(20036,651,'_order_shipping_tax','0'),(20037,651,'_order_tax','0'),(20038,651,'_order_total','41.17'),(20039,651,'_order_version','5.6.0'),(20040,651,'_prices_include_tax','no'),(20041,651,'_billing_address_index','Stephanie Knecht Lice Clinics of America 11 Stony Hill Road  Bethel CT 06801 US stephanieknecht@lcaconnecticut.com 9144565000'),(20042,651,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 11 Stony Hill Road  Bethel CT 06801 US '),(20043,651,'is_vat_exempt','no'),(20045,651,'_edit_lock','1630353820:2'),(20048,651,'_edit_last','2'),(20049,651,'_recorded_coupon_usage_counts','yes'),(20058,651,'Payment type','instant'),(20059,651,'_transaction_id','0KX45677GH1533348'),(20060,651,'_paypal_status','completed'),(20061,651,'PayPal Transaction Fee','1.93'),(20062,651,'_date_paid','1630335412'),(20063,651,'_paid_date','2021-08-30 14:56:52'),(20064,651,'_download_permissions_granted','yes'),(20065,651,'_recorded_sales','yes'),(20066,651,'_order_stock_reduced','yes'),(20067,651,'_new_order_email_sent','true'),(20068,641,'Payment type','instant'),(20069,641,'_transaction_id','1ES34903WY0462218'),(20070,641,'_paypal_status','completed'),(20071,641,'PayPal Transaction Fee','8.31'),(20072,641,'_date_paid','1630338863'),(20073,641,'_paid_date','2021-08-30 15:54:23'),(20074,641,'_download_permissions_granted','yes'),(20075,641,'_recorded_sales','yes'),(20076,641,'_order_stock_reduced','yes'),(20077,641,'_new_order_email_sent','true'),(20119,640,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051969\";s:12:\"date_shipped\";s:10:\"1630022400\";s:11:\"tracking_id\";s:32:\"ef81e3b9fe737617da7d5b91c5aefcea\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051958\";s:12:\"date_shipped\";s:10:\"1630022400\";s:11:\"tracking_id\";s:32:\"ae4194ea835cbc8a5028cbf66df124f5\";}}'),(20120,640,'_date_completed','1630353117'),(20121,640,'_completed_date','2021-08-30 19:51:57'),(20122,648,'_edit_lock','1630353236:2'),(20123,648,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052119\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"e4abe1105a25cc162eb939dfb300d9a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052108\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"3c2af6f0643714ffdecdbb5c919a1bbd\";}}'),(20124,648,'_edit_last','2'),(20125,648,'_date_completed','1630353354'),(20126,648,'_completed_date','2021-08-30 19:55:54'),(20131,651,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052314\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"5a2de1c03a599b1217743634e293aa9f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052303\";s:12:\"date_shipped\";i:1630353420;s:11:\"tracking_id\";s:32:\"89f66b561787ea311b3b7b1a2e13261f\";}}'),(20132,651,'_date_completed','1630353424'),(20133,651,'_completed_date','2021-08-30 19:57:04'),(20171,645,'Payment type','instant'),(20172,645,'_transaction_id','1U134505V28462215'),(20173,645,'_paypal_status','completed'),(20174,645,'PayPal Transaction Fee','66.29'),(20175,645,'_date_paid','1630362098'),(20176,645,'_paid_date','2021-08-30 22:21:38'),(20177,645,'_download_permissions_granted','yes'),(20178,645,'_recorded_sales','yes'),(20179,645,'_order_stock_reduced','yes'),(20180,645,'_new_order_email_sent','true'),(20219,655,'_order_key','wc_order_gJ0sgq9HsRg4G'),(20220,655,'_customer_user','28'),(20221,655,'_payment_method','paypal'),(20222,655,'_payment_method_title','PayPal'),(20223,655,'_customer_ip_address','98.176.185.214'),(20224,655,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20225,655,'_created_via','checkout'),(20226,655,'_cart_hash','f4d591c412053cddcc2c08561af55b66'),(20227,655,'_billing_first_name','Kelli'),(20228,655,'_billing_last_name','Washington'),(20229,655,'_billing_company','Lice Clinics of America - Temecula'),(20230,655,'_billing_address_1','2438 Bear Rock Gln'),(20231,655,'_billing_city','Escondido'),(20232,655,'_billing_state','CA'),(20233,655,'_billing_postcode','92026'),(20234,655,'_billing_country','US'),(20235,655,'_billing_email','info@liceclinicstemecula.com'),(20236,655,'_billing_phone','7606255580'),(20237,655,'_shipping_first_name','Kelli'),(20238,655,'_shipping_last_name','Washington'),(20239,655,'_shipping_company','Lice Clinics of America - Temecula'),(20240,655,'_shipping_address_1','2438 Bear Rock Gln'),(20241,655,'_shipping_city','Escondido'),(20242,655,'_shipping_state','CA'),(20243,655,'_shipping_postcode','92026'),(20244,655,'_shipping_country','US'),(20245,655,'_order_currency','USD'),(20246,655,'_cart_discount','0'),(20247,655,'_cart_discount_tax','0'),(20248,655,'_order_shipping','48.51'),(20249,655,'_order_shipping_tax','0'),(20250,655,'_order_tax','0'),(20251,655,'_order_total','462.91'),(20252,655,'_order_version','5.6.0'),(20253,655,'_prices_include_tax','no'),(20254,655,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(20255,655,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(20256,655,'is_vat_exempt','no'),(20257,655,'Payment type','instant'),(20258,655,'_transaction_id','24L70986GK6834032'),(20259,655,'_paypal_status','completed'),(20260,655,'PayPal Transaction Fee','16.65'),(20261,655,'_date_paid','1630426694'),(20262,655,'_paid_date','2021-08-31 16:18:14'),(20263,655,'_download_permissions_granted','yes'),(20264,655,'_recorded_sales','yes'),(20265,655,'_recorded_coupon_usage_counts','yes'),(20266,655,'_order_stock_reduced','yes'),(20267,655,'_new_order_email_sent','true'),(20279,639,'_edit_lock','1630432273:2'),(20280,639,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051811\";s:12:\"date_shipped\";s:10:\"1629936000\";s:11:\"tracking_id\";s:32:\"c6361cf36e2ad4c56f95db1c3ee25991\";}}'),(20281,639,'_edit_last','2'),(20282,639,'_date_completed','1630432414'),(20283,639,'_completed_date','2021-08-31 17:53:34'),(20284,641,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052325\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"4c194e14e55e7afc2e53106a6a63fffa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052336\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"7f3350b8317b3b62bd33916641b93d86\";}}'),(20285,641,'_date_completed','1630432447'),(20286,641,'_completed_date','2021-08-31 17:54:07'),(20287,646,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052082\";s:12:\"date_shipped\";s:10:\"1630281600\";s:11:\"tracking_id\";s:32:\"67ac5f5c074e17daf1efebd7e419ef41\";}}'),(20288,646,'_date_completed','1630432471'),(20289,646,'_completed_date','2021-08-31 17:54:31'),(20290,645,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052612\";s:12:\"date_shipped\";s:10:\"1630368000\";s:11:\"tracking_id\";s:32:\"ee02c4b9e34c79f1004bc11463f43aa5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052601\";s:12:\"date_shipped\";i:1630435583;s:11:\"tracking_id\";s:32:\"d7ba33431c0b54976580c14f897c6745\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052597\";s:12:\"date_shipped\";i:1630435590;s:11:\"tracking_id\";s:32:\"0731ba8517e1d096a3155648a5b46ba4\";}}'),(20291,645,'_date_completed','1630435594'),(20292,645,'_completed_date','2021-08-31 18:46:34'),(20293,655,'_edit_lock','1630435509:2'),(20294,655,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052678\";s:12:\"date_shipped\";s:10:\"1630368000\";s:11:\"tracking_id\";s:32:\"02bfcd2d6e28ce82e60d6abc5920ba97\";}}'),(20295,655,'_edit_last','2'),(20296,655,'_date_completed','1630435648'),(20297,655,'_completed_date','2021-08-31 18:47:28'),(20337,657,'_order_key','wc_order_NphCmkhJlTpsG'),(20338,657,'_customer_user','76'),(20339,657,'_payment_method','paypal'),(20340,657,'_payment_method_title','PayPal'),(20341,657,'_customer_ip_address','146.115.131.163'),(20342,657,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(20343,657,'_created_via','checkout'),(20344,657,'_cart_hash','6b756f67bfe1b9d8e5797752fd23f9fe'),(20345,657,'_billing_first_name','Naomi'),(20346,657,'_billing_last_name','Golden'),(20347,657,'_billing_address_1','31 Mann Ave'),(20348,657,'_billing_city','Needham'),(20349,657,'_billing_state','MA'),(20350,657,'_billing_postcode','02492'),(20351,657,'_billing_country','US'),(20352,657,'_billing_email','nrgolden6486@gmail.com'),(20353,657,'_billing_phone','617-851-1322'),(20354,657,'_shipping_first_name','Naomi'),(20355,657,'_shipping_last_name','Golden'),(20356,657,'_shipping_company','LCA Newton'),(20357,657,'_shipping_address_1','1234 Chestnut Street'),(20358,657,'_shipping_address_2','Suite 101A'),(20359,657,'_shipping_city','Newton Upper Falls'),(20360,657,'_shipping_state','MA'),(20361,657,'_shipping_postcode','02464'),(20362,657,'_shipping_country','US'),(20363,657,'_order_currency','USD'),(20364,657,'_cart_discount','0'),(20365,657,'_cart_discount_tax','0'),(20366,657,'_order_shipping','48.48'),(20367,657,'_order_shipping_tax','0'),(20368,657,'_order_tax','0'),(20369,657,'_order_total','566.70'),(20370,657,'_order_version','5.6.0'),(20371,657,'_prices_include_tax','no'),(20372,657,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(20373,657,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US '),(20374,657,'is_vat_exempt','no'),(20375,657,'_edit_lock','1636413255:2'),(20376,657,'_edit_last','2'),(20377,657,'_recorded_coupon_usage_counts','yes'),(20452,660,'_order_key','wc_order_eZDFl1p8WylNh'),(20453,660,'_customer_user','73'),(20454,660,'_payment_method','paypal'),(20455,660,'_payment_method_title','PayPal'),(20456,660,'_customer_ip_address','73.63.207.98'),(20457,660,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20458,660,'_created_via','checkout'),(20459,660,'_cart_hash','4c1f7142e72958f2cef8cd46d67f20c5'),(20460,660,'_billing_first_name','Lice Clinics'),(20461,660,'_billing_last_name','Castro Valley'),(20462,660,'_billing_company','Lice Clinics of America - Castro Valley'),(20463,660,'_billing_address_1','20406 Redwood Rd, Suite A'),(20464,660,'_billing_city','Castro Valley'),(20465,660,'_billing_state','CA'),(20466,660,'_billing_postcode','94546'),(20467,660,'_billing_country','US'),(20468,660,'_billing_email','info@liceclinicscastrovalley.com'),(20469,660,'_billing_phone','5106763272'),(20470,660,'_shipping_first_name','Lice Clinics'),(20471,660,'_shipping_last_name','Castro Valley'),(20472,660,'_shipping_company','LCA - Castro Valley'),(20473,660,'_shipping_address_1','31372 Mackinaw St'),(20474,660,'_shipping_city','Union City'),(20475,660,'_shipping_state','CA'),(20476,660,'_shipping_postcode','94587'),(20477,660,'_shipping_country','US'),(20478,660,'_order_currency','USD'),(20479,660,'_cart_discount','0'),(20480,660,'_cart_discount_tax','0'),(20481,660,'_order_shipping','0'),(20482,660,'_order_shipping_tax','0'),(20483,660,'_order_tax','0'),(20484,660,'_order_total','676.80'),(20485,660,'_order_version','5.6.0'),(20486,660,'_prices_include_tax','no'),(20487,660,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(20488,660,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(20489,660,'is_vat_exempt','no'),(20492,660,'_edit_lock','1631024910:2'),(20500,661,'_order_key','wc_order_v5hRYVYIGCbaw'),(20501,661,'_customer_user','41'),(20502,661,'_payment_method','paypal'),(20503,661,'_payment_method_title','PayPal'),(20504,661,'_customer_ip_address','47.12.48.95'),(20505,661,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(20506,661,'_created_via','checkout'),(20507,661,'_cart_hash','03f5de918e426ed023251a943d6a8a62'),(20508,661,'_billing_first_name','Rainya'),(20509,661,'_billing_last_name','Strack'),(20510,661,'_billing_company','Lice Clinic- St.Cloud'),(20511,661,'_billing_address_1','509 5th St SW'),(20512,661,'_billing_city','Little Falls'),(20513,661,'_billing_state','MN'),(20514,661,'_billing_postcode','56345'),(20515,661,'_billing_country','US'),(20516,661,'_billing_email','info@liceclinicstcloud.com'),(20517,661,'_billing_phone','+13204231652'),(20518,661,'_shipping_first_name','Rainya'),(20519,661,'_shipping_last_name','Strack'),(20520,661,'_shipping_company','LCA St. Cloud'),(20521,661,'_shipping_address_1','509 Fifth St SW'),(20522,661,'_shipping_city','Little Falls'),(20523,661,'_shipping_state','MN'),(20524,661,'_shipping_postcode','56345'),(20525,661,'_shipping_country','US'),(20526,661,'_order_currency','USD'),(20527,661,'_cart_discount','0'),(20528,661,'_cart_discount_tax','0'),(20529,661,'_order_shipping','24.71'),(20530,661,'_order_shipping_tax','0'),(20531,661,'_order_tax','0'),(20532,661,'_order_total','153.83'),(20533,661,'_order_version','5.6.0'),(20534,661,'_prices_include_tax','no'),(20535,661,'_billing_address_index','Rainya Strack Lice Clinic- St.Cloud 509 5th St SW  Little Falls MN 56345 US info@liceclinicstcloud.com +13204231652'),(20536,661,'_shipping_address_index','Rainya Strack LCA St. Cloud 509 Fifth St SW  Little Falls MN 56345 US '),(20537,661,'is_vat_exempt','no'),(20538,662,'_order_key','wc_order_EYWZ1k3R2qzlV'),(20539,662,'_customer_user','55'),(20540,662,'_payment_method','paypal'),(20541,662,'_payment_method_title','PayPal'),(20542,662,'_customer_ip_address','75.133.107.65'),(20543,662,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(20544,662,'_created_via','checkout'),(20545,662,'_cart_hash','9649487b8c2a97aa3e20438454731d3e'),(20546,662,'_billing_first_name','Stephanie'),(20547,662,'_billing_last_name','Knecht'),(20548,662,'_billing_company','Lice Clinics of America'),(20549,662,'_billing_address_1','109 Boston Post Road, Suite 201'),(20550,662,'_billing_city','Orange'),(20551,662,'_billing_state','CT'),(20552,662,'_billing_postcode','06477'),(20553,662,'_billing_country','US'),(20554,662,'_billing_email','stephanieknecht@lcaconnecticut.com'),(20555,662,'_billing_phone','9144565000'),(20556,662,'_shipping_first_name','Stephanie'),(20557,662,'_shipping_last_name','Knecht'),(20558,662,'_shipping_company','Lice Clinics of America'),(20559,662,'_shipping_address_1','109 Boston Post Road, Suite 201'),(20560,662,'_shipping_city','Orange'),(20561,662,'_shipping_state','CT'),(20562,662,'_shipping_postcode','06477'),(20563,662,'_shipping_country','US'),(20564,662,'_order_currency','USD'),(20565,662,'_cart_discount','0'),(20566,662,'_cart_discount_tax','0'),(20567,662,'_order_shipping','15.51'),(20568,662,'_order_shipping_tax','0'),(20569,662,'_order_tax','0'),(20570,662,'_order_total','60.51'),(20571,662,'_order_version','5.6.0'),(20572,662,'_prices_include_tax','no'),(20573,662,'_billing_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US stephanieknecht@lcaconnecticut.com 9144565000'),(20574,662,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US '),(20575,662,'is_vat_exempt','no'),(20576,662,'_edit_lock','1631024806:2'),(20577,662,'_edit_last','2'),(20578,662,'_recorded_coupon_usage_counts','yes'),(20579,663,'_order_key','wc_order_kOuxKy9SvG1Fw'),(20580,663,'_customer_user','25'),(20581,663,'_payment_method','paypal'),(20582,663,'_payment_method_title','PayPal'),(20583,663,'_customer_ip_address','23.124.3.136'),(20584,663,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(20585,663,'_created_via','checkout'),(20586,663,'_cart_hash','0a1e75670935e05f572b31acd6b833c2'),(20587,663,'_billing_first_name','Blaine'),(20588,663,'_billing_last_name','Tyrone'),(20589,663,'_billing_address_1','39 Canebrake Blvd'),(20590,663,'_billing_city','Hattiesburg'),(20591,663,'_billing_state','MS'),(20592,663,'_billing_postcode','39402'),(20593,663,'_billing_country','US'),(20594,663,'_billing_email','info@liceclinicssouthms.com'),(20595,663,'_billing_phone','6016063355'),(20596,663,'_shipping_first_name','Blaine'),(20597,663,'_shipping_last_name','Tyrone'),(20598,663,'_shipping_address_1','39 Canebrake Blvd'),(20599,663,'_shipping_city','Hattiesburg'),(20600,663,'_shipping_state','MS'),(20601,663,'_shipping_postcode','39402'),(20602,663,'_shipping_country','US'),(20603,663,'_order_currency','USD'),(20604,663,'_cart_discount','0'),(20605,663,'_cart_discount_tax','0'),(20606,663,'_order_shipping','9.57'),(20607,663,'_order_shipping_tax','0'),(20608,663,'_order_tax','0'),(20609,663,'_order_total','9.57'),(20610,663,'_order_version','5.6.0'),(20611,663,'_prices_include_tax','no'),(20612,663,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(20613,663,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(20614,663,'is_vat_exempt','no'),(20615,663,'_edit_lock','1631815787:2'),(20616,663,'_edit_last','2'),(20617,663,'_recorded_coupon_usage_counts','yes'),(20618,660,'_edit_last','2'),(20619,660,'_recorded_coupon_usage_counts','yes'),(20620,661,'_edit_lock','1630681616:2'),(20621,661,'_edit_last','2'),(20622,661,'_recorded_coupon_usage_counts','yes'),(20623,661,'Payment type','instant'),(20624,661,'_transaction_id','0HW53660BU5881508'),(20625,661,'_paypal_status','completed'),(20626,661,'PayPal Transaction Fee','5.86'),(20627,661,'_date_paid','1630601888'),(20628,661,'_paid_date','2021-09-02 16:58:08'),(20629,661,'_download_permissions_granted','yes'),(20630,661,'_recorded_sales','yes'),(20631,661,'_order_stock_reduced','yes'),(20632,661,'_new_order_email_sent','true'),(20633,664,'_order_key','wc_order_SXfoeyF6qCVsf'),(20634,664,'_customer_user','26'),(20635,664,'_payment_method','paypal'),(20636,664,'_payment_method_title','PayPal'),(20637,664,'_customer_ip_address','76.125.25.222'),(20638,664,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20639,664,'_created_via','checkout'),(20640,664,'_cart_hash','5178765ee73989c39a292659da4686af'),(20641,664,'_billing_first_name','Andrew'),(20642,664,'_billing_last_name','Crumrine'),(20643,664,'_billing_address_1','3537 Stevens Way'),(20644,664,'_billing_city','Augusta'),(20645,664,'_billing_state','GA'),(20646,664,'_billing_postcode','30907'),(20647,664,'_billing_country','US'),(20648,664,'_billing_email','augustagalice@gmail.com'),(20649,664,'_billing_phone','7063064588'),(20650,664,'_shipping_first_name','Andrew'),(20651,664,'_shipping_last_name','Crumrine'),(20652,664,'_shipping_address_1','3537 Stevens Way'),(20653,664,'_shipping_city','Augusta'),(20654,664,'_shipping_state','GA'),(20655,664,'_shipping_postcode','30907'),(20656,664,'_shipping_country','US'),(20657,664,'_order_currency','USD'),(20658,664,'_cart_discount','0'),(20659,664,'_cart_discount_tax','0'),(20660,664,'_order_shipping','33.77'),(20661,664,'_order_shipping_tax','0'),(20662,664,'_order_tax','0'),(20663,664,'_order_total','640.41'),(20664,664,'_order_version','5.6.0'),(20665,664,'_prices_include_tax','no'),(20666,664,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(20667,664,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(20668,664,'is_vat_exempt','no'),(20669,660,'Payment type','instant'),(20670,660,'_transaction_id','4V677610GU6962426'),(20671,660,'_paypal_status','completed'),(20672,660,'PayPal Transaction Fee','24.11'),(20673,660,'_date_paid','1630628428'),(20674,660,'_paid_date','2021-09-03 00:20:28'),(20675,660,'_download_permissions_granted','yes'),(20676,660,'_recorded_sales','yes'),(20677,660,'_order_stock_reduced','yes'),(20678,660,'_new_order_email_sent','true'),(20679,662,'Payment type','instant'),(20680,662,'_transaction_id','6LL81648N36220225'),(20681,662,'_paypal_status','completed'),(20682,662,'PayPal Transaction Fee','2.60'),(20683,662,'_date_paid','1630673671'),(20684,662,'_paid_date','2021-09-03 12:54:31'),(20685,662,'_download_permissions_granted','yes'),(20686,662,'_recorded_sales','yes'),(20687,662,'_order_stock_reduced','yes'),(20688,662,'_new_order_email_sent','true'),(20689,664,'_edit_lock','1631651587:2'),(20690,664,'_edit_last','2'),(20691,664,'_recorded_coupon_usage_counts','yes'),(20692,661,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953052976\";s:12:\"date_shipped\";s:10:\"1630540800\";s:11:\"tracking_id\";s:32:\"152c9a2e349e664325b35731a92dfb53\";}}'),(20693,661,'_date_completed','1630681757'),(20694,661,'_completed_date','2021-09-03 15:09:17'),(20695,665,'_order_key','wc_order_p5CvdL41IoYN4'),(20696,665,'_customer_user','46'),(20697,665,'_payment_method','paypal'),(20698,665,'_payment_method_title','PayPal'),(20699,665,'_customer_ip_address','216.163.6.72'),(20700,665,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20701,665,'_created_via','checkout'),(20702,665,'_cart_hash','0235125e473e55c623d5c34c41a4c999'),(20703,665,'_billing_first_name','Shannon'),(20704,665,'_billing_last_name','Steele'),(20705,665,'_billing_company','SBS Investments'),(20706,665,'_billing_address_1','1702 Hazelwood Court'),(20707,665,'_billing_city','Jonesboro'),(20708,665,'_billing_state','AR'),(20709,665,'_billing_postcode','72401'),(20710,665,'_billing_country','US'),(20711,665,'_billing_email','info@liceclinicsjonesboro.com'),(20712,665,'_billing_phone','8709262731'),(20713,665,'_shipping_first_name','Shannon'),(20714,665,'_shipping_last_name','Steele'),(20715,665,'_shipping_company','SBS Investments/LCA- Jonesboro'),(20716,665,'_shipping_address_1','3106 Orval Orlan Drive'),(20717,665,'_shipping_address_2','Suite D'),(20718,665,'_shipping_city','Jonesboro'),(20719,665,'_shipping_state','AR'),(20720,665,'_shipping_postcode','72404'),(20721,665,'_shipping_country','US'),(20722,665,'_order_currency','USD'),(20723,665,'_cart_discount','0'),(20724,665,'_cart_discount_tax','0'),(20725,665,'_order_shipping','33.26'),(20726,665,'_order_shipping_tax','0'),(20727,665,'_order_tax','0'),(20728,665,'_order_total','407.42'),(20729,665,'_order_version','5.6.0'),(20730,665,'_prices_include_tax','no'),(20731,665,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(20732,665,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(20733,665,'is_vat_exempt','no'),(20734,666,'_order_key','wc_order_acX5PPhvrlTdf'),(20735,666,'_customer_user','0'),(20736,666,'_payment_method','paypal'),(20737,666,'_payment_method_title','PayPal'),(20738,666,'_customer_ip_address','76.219.107.30'),(20739,666,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20740,666,'_created_via','checkout'),(20741,666,'_cart_hash','96fc44a8fb1ae9e59beabc4652c1b4db'),(20742,666,'_billing_first_name','Lee'),(20743,666,'_billing_last_name','Rogers'),(20744,666,'_billing_company','LCA - Wichita'),(20745,666,'_billing_address_1','40 N Interstate 35'),(20746,666,'_billing_address_2','4B2'),(20747,666,'_billing_city','Austin'),(20748,666,'_billing_state','KS'),(20749,666,'_billing_postcode','78701'),(20750,666,'_billing_country','US'),(20751,666,'_billing_email','liceclinicwichita@gmail.com'),(20752,666,'_billing_phone','3167279951'),(20753,666,'_shipping_first_name','Kaitlin'),(20754,666,'_shipping_last_name','Ryan'),(20755,666,'_shipping_company','Lice Clinics of America'),(20756,666,'_shipping_address_1','5910 Wilcox Place'),(20757,666,'_shipping_address_2','Suite E'),(20758,666,'_shipping_city','Dublin'),(20759,666,'_shipping_state','OH'),(20760,666,'_shipping_postcode','43016'),(20761,666,'_shipping_country','US'),(20762,666,'_order_currency','USD'),(20763,666,'_cart_discount','0'),(20764,666,'_cart_discount_tax','0'),(20765,666,'_order_shipping','0'),(20766,666,'_order_shipping_tax','0'),(20767,666,'_order_tax','0'),(20768,666,'_order_total','818.14'),(20769,666,'_order_version','5.6.0'),(20770,666,'_prices_include_tax','no'),(20771,666,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(20772,666,'_shipping_address_index','Kaitlin Ryan Lice Clinics of America 5910 Wilcox Place Suite E Dublin OH 43016 US '),(20773,666,'is_vat_exempt','no'),(20774,666,'Payment type','instant'),(20775,666,'_transaction_id','43K62684NF2664523'),(20776,666,'_paypal_status','completed'),(20777,666,'PayPal Transaction Fee','29.04'),(20778,666,'_date_paid','1630689528'),(20779,666,'_paid_date','2021-09-03 17:18:48'),(20780,666,'_download_permissions_granted','yes'),(20781,666,'_recorded_sales','yes'),(20782,666,'_recorded_coupon_usage_counts','yes'),(20783,666,'_order_stock_reduced','yes'),(20784,666,'_new_order_email_sent','true'),(20785,667,'_order_key','wc_order_L51nL4kHKNgJk'),(20786,667,'_customer_user','54'),(20787,667,'_payment_method','paypal'),(20788,667,'_payment_method_title','PayPal'),(20789,667,'_customer_ip_address','67.175.206.111'),(20790,667,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.166 Mobile Safari/537.36'),(20791,667,'_created_via','checkout'),(20792,667,'_cart_hash','a96d6cc51ef4b97efba8a37189e1f77d'),(20793,667,'_billing_first_name','Erin'),(20794,667,'_billing_last_name','Hawn'),(20795,667,'_billing_address_1','10 W Phillip Rd'),(20796,667,'_billing_address_2','123'),(20797,667,'_billing_city','Vernon Hills'),(20798,667,'_billing_state','IL'),(20799,667,'_billing_postcode','60061'),(20800,667,'_billing_country','US'),(20801,667,'_billing_email','info@liceclinicsvernonhills.com'),(20802,667,'_billing_phone','8475960408'),(20803,667,'_shipping_first_name','Erin'),(20804,667,'_shipping_last_name','Hawn'),(20805,667,'_shipping_address_1','1491 S Amarias Dr'),(20806,667,'_shipping_city','Round lake'),(20807,667,'_shipping_state','IL'),(20808,667,'_shipping_postcode','60073'),(20809,667,'_shipping_country','US'),(20810,667,'_order_currency','USD'),(20811,667,'_cart_discount','0'),(20812,667,'_cart_discount_tax','0'),(20813,667,'_order_shipping','0'),(20814,667,'_order_shipping_tax','0'),(20815,667,'_order_tax','0'),(20816,667,'_order_total','674.44'),(20817,667,'_order_version','5.6.0'),(20818,667,'_prices_include_tax','no'),(20819,667,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(20820,667,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(20821,667,'is_vat_exempt','no'),(20822,668,'_order_key','wc_order_goBkx1LXAussV'),(20823,668,'_customer_user','46'),(20824,668,'_payment_method','paypal'),(20825,668,'_payment_method_title','PayPal'),(20826,668,'_customer_ip_address','216.163.6.72'),(20827,668,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20828,668,'_created_via','checkout'),(20829,668,'_cart_hash','6746824dcf63d93766ae7fb551811e50'),(20830,668,'_billing_first_name','Shannon'),(20831,668,'_billing_last_name','Steele'),(20832,668,'_billing_company','SBS Investments'),(20833,668,'_billing_address_1','1702 Hazelwood Court'),(20834,668,'_billing_city','Jonesboro'),(20835,668,'_billing_state','AR'),(20836,668,'_billing_postcode','72401'),(20837,668,'_billing_country','US'),(20838,668,'_billing_email','info@liceclinicsjonesboro.com'),(20839,668,'_billing_phone','8709262731'),(20840,668,'_shipping_first_name','Shannon'),(20841,668,'_shipping_last_name','Steele'),(20842,668,'_shipping_company','SBS Investments/LCA- Jonesboro'),(20843,668,'_shipping_address_1','3106 Orval Orlan Drive'),(20844,668,'_shipping_address_2','Suite D'),(20845,668,'_shipping_city','Jonesboro'),(20846,668,'_shipping_state','AR'),(20847,668,'_shipping_postcode','72404'),(20848,668,'_shipping_country','US'),(20849,668,'_order_currency','USD'),(20850,668,'_cart_discount','0'),(20851,668,'_cart_discount_tax','0'),(20852,668,'_order_shipping','11.17'),(20853,668,'_order_shipping_tax','0'),(20854,668,'_order_tax','0'),(20855,668,'_order_total','11.17'),(20856,668,'_order_version','5.6.0'),(20857,668,'_prices_include_tax','no'),(20858,668,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(20859,668,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(20860,668,'is_vat_exempt','no'),(20861,668,'Payment type','instant'),(20862,668,'_transaction_id','4D5623788R6472636'),(20863,668,'_paypal_status','completed'),(20864,668,'PayPal Transaction Fee','0.88'),(20865,668,'_date_paid','1630948098'),(20866,668,'_paid_date','2021-09-06 17:08:18'),(20867,668,'_download_permissions_granted','yes'),(20868,668,'_recorded_sales','yes'),(20869,668,'_recorded_coupon_usage_counts','yes'),(20870,668,'_order_stock_reduced','yes'),(20871,668,'_new_order_email_sent','true'),(20872,666,'_edit_lock','1631024761:2'),(20873,666,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053104\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"4050fffe7bcc61798e939b1b85c543f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053090\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"90bf6d24961511c59fc147f95f712f14\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053089\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"e47d24aa3bda7317ee2d5eda93b1553b\";}}'),(20874,666,'_edit_last','2'),(20875,666,'_date_completed','1631024893'),(20876,666,'_completed_date','2021-09-07 14:28:13'),(20877,662,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053023\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"4635ef3c82f7a06cc5e68407ed82b201\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053012\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"47de324456462306def76eee58e51349\";}}'),(20878,662,'_date_completed','1631024940'),(20879,662,'_completed_date','2021-09-07 14:29:00'),(20880,660,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053067\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"25f7001b8c3eac17dbc8cf140713435f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053056\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"da35cebe4b52798f6ebd11adb8c6406b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053045\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"71a91d428c354502156c25840a539319\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053034\";s:12:\"date_shipped\";s:10:\"1630627200\";s:11:\"tracking_id\";s:32:\"41c178cffe4b1a51edffc3d5b01131e5\";}}'),(20881,660,'_date_completed','1631025004'),(20882,660,'_completed_date','2021-09-07 14:30:04'),(20883,667,'_edit_lock','1631462749:2'),(20884,667,'_edit_last','2'),(20885,667,'_recorded_coupon_usage_counts','yes'),(20886,665,'_edit_lock','1631111629:2'),(20887,665,'_edit_last','2'),(20888,665,'_recorded_coupon_usage_counts','yes'),(20889,665,'Payment type','instant'),(20890,665,'_transaction_id','2YA97766CY199812H'),(20891,665,'_paypal_status','completed'),(20892,665,'PayPal Transaction Fee','14.71'),(20893,665,'_date_paid','1631031822'),(20894,665,'_paid_date','2021-09-07 16:23:42'),(20895,665,'_download_permissions_granted','yes'),(20896,665,'_recorded_sales','yes'),(20897,665,'_order_stock_reduced','yes'),(20898,665,'_new_order_email_sent','true'),(20899,667,'Payment type','instant'),(20900,667,'_transaction_id','09H34763TS190812C'),(20901,667,'_paypal_status','completed'),(20902,667,'PayPal Transaction Fee','24.03'),(20903,667,'_date_paid','1631065573'),(20904,667,'_paid_date','2021-09-08 01:46:13'),(20905,667,'_download_permissions_granted','yes'),(20906,667,'_recorded_sales','yes'),(20907,667,'_order_stock_reduced','yes'),(20908,667,'_new_order_email_sent','true'),(20915,665,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053310\";s:12:\"date_shipped\";s:10:\"1630972800\";s:11:\"tracking_id\";s:32:\"65ffcabce4988f27391caf4cfaf09c2b\";}}'),(20916,665,'_date_completed','1631111388'),(20917,665,'_completed_date','2021-09-08 14:29:48'),(20926,663,'Payment type','instant'),(20927,663,'_transaction_id','03257200AN166821T'),(20928,663,'_paypal_status','completed'),(20929,663,'PayPal Transaction Fee','0.82'),(20930,663,'_date_paid','1631203505'),(20931,663,'_paid_date','2021-09-09 16:05:05'),(20932,663,'_download_permissions_granted','yes'),(20933,663,'_recorded_sales','yes'),(20934,663,'_order_stock_reduced','yes'),(20935,663,'_new_order_email_sent','true'),(20936,673,'_order_key','wc_order_2jZlEgMD0t15X'),(20937,673,'_customer_user','3'),(20938,673,'_payment_method','paypal'),(20939,673,'_payment_method_title','PayPal'),(20940,673,'_customer_ip_address','70.142.202.154'),(20941,673,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(20942,673,'_created_via','checkout'),(20943,673,'_cart_hash','7526f465f2972ed7af1becced3bda795'),(20944,673,'_billing_first_name','Amanda'),(20945,673,'_billing_last_name','Westerman'),(20946,673,'_billing_company','Lice Clinics of America McKinney'),(20947,673,'_billing_address_1','3120 Hudson Crossing'),(20948,673,'_billing_address_2','Suite A2'),(20949,673,'_billing_city','MCKINNEY'),(20950,673,'_billing_state','TX'),(20951,673,'_billing_postcode','75070'),(20952,673,'_billing_country','US'),(20953,673,'_billing_email','awesterman1103@gmail.com'),(20954,673,'_billing_phone','2144175741'),(20955,673,'_shipping_first_name','Amanda'),(20956,673,'_shipping_last_name','Westerman'),(20957,673,'_shipping_company','Lice Clinics of America McKinney'),(20958,673,'_shipping_address_1','3120 Hudson Crossing'),(20959,673,'_shipping_address_2','Suite A2'),(20960,673,'_shipping_city','MCKINNEY'),(20961,673,'_shipping_state','TX'),(20962,673,'_shipping_postcode','75070'),(20963,673,'_shipping_country','US'),(20964,673,'_order_currency','USD'),(20965,673,'_cart_discount','0'),(20966,673,'_cart_discount_tax','0'),(20967,673,'_order_shipping','0'),(20968,673,'_order_shipping_tax','0'),(20969,673,'_order_tax','0'),(20970,673,'_order_total','540.33'),(20971,673,'_order_version','5.6.0'),(20972,673,'_prices_include_tax','no'),(20973,673,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(20974,673,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(20975,673,'is_vat_exempt','no'),(20976,673,'Payment type','instant'),(20977,673,'_transaction_id','1HP06550YX113762V'),(20978,673,'_paypal_status','completed'),(20979,673,'PayPal Transaction Fee','19.35'),(20980,673,'_date_paid','1631220821'),(20981,673,'_paid_date','2021-09-09 20:53:41'),(20982,673,'_download_permissions_granted','yes'),(20983,673,'_recorded_sales','yes'),(20984,673,'_recorded_coupon_usage_counts','yes'),(20985,673,'_order_stock_reduced','yes'),(20986,673,'_new_order_email_sent','true'),(21023,675,'_order_key','wc_order_lnPWWoqhdnR9k'),(21024,675,'_customer_user','78'),(21025,675,'_payment_method','paypal'),(21026,675,'_payment_method_title','PayPal'),(21027,675,'_customer_ip_address','71.125.224.112'),(21028,675,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(21029,675,'_created_via','checkout'),(21030,675,'_cart_hash','75df7de359cccc9b980bf31383217c3d'),(21031,675,'_billing_first_name','Richard'),(21032,675,'_billing_last_name','Florsheim'),(21033,675,'_billing_company','Licura'),(21034,675,'_billing_address_1','3827 w fairway heights dr'),(21035,675,'_billing_city','Mequon'),(21036,675,'_billing_state','WI'),(21037,675,'_billing_postcode','53092'),(21038,675,'_billing_country','US'),(21039,675,'_billing_email','tara@liceclinicslongIsland.com'),(21040,675,'_billing_phone','5619006382'),(21041,675,'_shipping_first_name','Tara'),(21042,675,'_shipping_last_name','Johnson'),(21043,675,'_shipping_company','LCA'),(21044,675,'_shipping_address_1','2330 Faye ct'),(21045,675,'_shipping_address_2','Ste 203'),(21046,675,'_shipping_city','Merrick'),(21047,675,'_shipping_state','NY'),(21048,675,'_shipping_postcode','11566'),(21049,675,'_shipping_country','US'),(21050,675,'_order_currency','USD'),(21051,675,'_cart_discount','0'),(21052,675,'_cart_discount_tax','0'),(21053,675,'_order_shipping','10.77'),(21054,675,'_order_shipping_tax','0'),(21055,675,'_order_tax','0'),(21056,675,'_order_total','125.01'),(21057,675,'_order_version','5.6.0'),(21058,675,'_prices_include_tax','no'),(21059,675,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(21060,675,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct Ste 203 Merrick NY 11566 US '),(21061,675,'is_vat_exempt','no'),(21062,675,'Payment type','instant'),(21063,675,'_transaction_id','68846798UJ8731355'),(21064,675,'_paypal_status','completed'),(21065,675,'PayPal Transaction Fee','4.85'),(21066,675,'_date_paid','1631288784'),(21067,675,'_paid_date','2021-09-10 15:46:24'),(21068,675,'_download_permissions_granted','yes'),(21069,675,'_recorded_sales','yes'),(21070,675,'_recorded_coupon_usage_counts','yes'),(21071,675,'_order_stock_reduced','yes'),(21072,675,'_new_order_email_sent','true'),(21073,657,'Payment type','instant'),(21074,657,'_transaction_id','6TM40651WL830221J'),(21075,657,'_paypal_status','completed'),(21076,657,'PayPal Transaction Fee','20.27'),(21077,657,'_date_paid','1631365715'),(21078,657,'_paid_date','2021-09-11 13:08:35'),(21079,657,'_download_permissions_granted','yes'),(21080,657,'_recorded_sales','yes'),(21081,657,'_order_stock_reduced','yes'),(21082,657,'_new_order_email_sent','true'),(21083,676,'_order_key','wc_order_rRh3WhNmGztgH'),(21084,676,'_customer_user','28'),(21085,676,'_payment_method','paypal'),(21086,676,'_payment_method_title','PayPal'),(21087,676,'_customer_ip_address','172.115.255.171'),(21088,676,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(21089,676,'_created_via','checkout'),(21090,676,'_cart_hash','96c7f04789b400a838848fceaea50c18'),(21091,676,'_billing_first_name','Kelli'),(21092,676,'_billing_last_name','Washington'),(21093,676,'_billing_company','Lice Clinics of America - Temecula'),(21094,676,'_billing_address_1','2438 Bear Rock Gln'),(21095,676,'_billing_city','Escondido'),(21096,676,'_billing_state','CA'),(21097,676,'_billing_postcode','92026'),(21098,676,'_billing_country','US'),(21099,676,'_billing_email','info@liceclinicstemecula.com'),(21100,676,'_billing_phone','7606255580'),(21101,676,'_shipping_first_name','Kelli'),(21102,676,'_shipping_last_name','Washington'),(21103,676,'_shipping_company','Lice Clinics of America - Temecula'),(21104,676,'_shipping_address_1','2438 Bear Rock Gln'),(21105,676,'_shipping_city','Escondido'),(21106,676,'_shipping_state','CA'),(21107,676,'_shipping_postcode','92026'),(21108,676,'_shipping_country','US'),(21109,676,'_order_currency','USD'),(21110,676,'_cart_discount','0'),(21111,676,'_cart_discount_tax','0'),(21112,676,'_order_shipping','38.34'),(21113,676,'_order_shipping_tax','0'),(21114,676,'_order_tax','0'),(21115,676,'_order_total','182.34'),(21116,676,'_order_version','5.6.0'),(21117,676,'_prices_include_tax','no'),(21118,676,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(21119,676,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(21120,676,'is_vat_exempt','no'),(21157,678,'_order_key','wc_order_MsOuHHNl2Xbso'),(21158,678,'_customer_user','71'),(21159,678,'_payment_method','paypal'),(21160,678,'_payment_method_title','PayPal'),(21161,678,'_customer_ip_address','176.80.106.34'),(21162,678,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(21163,678,'_created_via','checkout'),(21164,678,'_cart_hash','95121814f8f159878003a06d15e0942e'),(21165,678,'_billing_first_name','Mercedes'),(21166,678,'_billing_last_name','Domingo'),(21167,678,'_billing_company','JAMIC LLC'),(21168,678,'_billing_address_1','3525 Del Mar Heights Road'),(21169,678,'_billing_address_2','#1014'),(21170,678,'_billing_city','San Diego'),(21171,678,'_billing_state','CA'),(21172,678,'_billing_postcode','92130'),(21173,678,'_billing_country','US'),(21174,678,'_billing_email','mdomingo@extramile.es'),(21175,678,'_billing_phone','8582498337'),(21176,678,'_shipping_first_name','Azucena'),(21177,678,'_shipping_last_name','Villagomez'),(21178,678,'_shipping_address_1','122 E. 17th St'),(21179,678,'_shipping_city','National City'),(21180,678,'_shipping_state','CA'),(21181,678,'_shipping_postcode','91950'),(21182,678,'_shipping_country','US'),(21183,678,'_order_currency','USD'),(21184,678,'_cart_discount','0'),(21185,678,'_cart_discount_tax','0'),(21186,678,'_order_shipping','0'),(21187,678,'_order_shipping_tax','0'),(21188,678,'_order_tax','0'),(21189,678,'_order_total','1763.34'),(21190,678,'_order_version','5.6.0'),(21191,678,'_prices_include_tax','no'),(21192,678,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(21193,678,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US '),(21195,678,'is_vat_exempt','no'),(21196,678,'Payment type','instant'),(21197,678,'_transaction_id','9AB50329VR089333L'),(21198,678,'_paypal_status','completed'),(21199,678,'PayPal Transaction Fee','62.03'),(21200,678,'_date_paid','1631435245'),(21201,678,'_paid_date','2021-09-12 08:27:25'),(21202,678,'_download_permissions_granted','yes'),(21203,678,'_recorded_sales','yes'),(21204,678,'_recorded_coupon_usage_counts','yes'),(21205,678,'_order_stock_reduced','yes'),(21206,678,'_new_order_email_sent','true'),(21219,667,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053387\";s:12:\"date_shipped\";s:10:\"1631059200\";s:11:\"tracking_id\";s:32:\"c8dd4c9bd94859dd0dda091f00c7a732\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053398\";s:12:\"date_shipped\";s:10:\"1631059200\";s:11:\"tracking_id\";s:32:\"4b3b416ce66e485dea178f973e3ca854\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053402\";s:12:\"date_shipped\";s:10:\"1631059200\";s:11:\"tracking_id\";s:32:\"3660b1e3f837b58103318a9e17ca5dc6\";}}'),(21220,667,'_date_completed','1631462851'),(21221,667,'_completed_date','2021-09-12 16:07:31'),(21231,673,'_edit_lock','1631464997:2'),(21232,673,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053582\";s:12:\"date_shipped\";s:10:\"1631232000\";s:11:\"tracking_id\";s:32:\"c20f448b8ff03880d925b43184e6c0de\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053571\";s:12:\"date_shipped\";s:10:\"1631232000\";s:11:\"tracking_id\";s:32:\"ed1c55e611236f34d9175cc204f05da5\";}}'),(21233,673,'_edit_last','2'),(21234,673,'_date_completed','1631465053'),(21235,673,'_completed_date','2021-09-12 16:44:13'),(21237,676,'_edit_lock','1631651645:2'),(21240,676,'_edit_last','2'),(21241,676,'_recorded_coupon_usage_counts','yes'),(21246,679,'_order_key','wc_order_EVYiuiQDikm3k'),(21247,679,'_customer_user','61'),(21248,679,'_payment_method','paypal'),(21249,679,'_payment_method_title','PayPal'),(21250,679,'_customer_ip_address','192.24.195.49'),(21251,679,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(21252,679,'_created_via','checkout'),(21253,679,'_cart_hash','f4b30014aadc31d7486b48cb0872734f'),(21254,679,'_billing_first_name','Judith'),(21255,679,'_billing_last_name','Hayden'),(21256,679,'_billing_company','LCA Lexington'),(21257,679,'_billing_address_1','1795 Alysheba Way'),(21258,679,'_billing_address_2','Ste 4105'),(21259,679,'_billing_city','Lexington'),(21260,679,'_billing_state','KY'),(21261,679,'_billing_postcode','40509'),(21262,679,'_billing_country','US'),(21263,679,'_billing_email','info@liceclinicslexington.com'),(21264,679,'_billing_phone','8595376966'),(21265,679,'_shipping_first_name','Judy'),(21266,679,'_shipping_last_name','Hayden'),(21267,679,'_shipping_company','LCA Florence'),(21268,679,'_shipping_address_1','6905 Burlington Pike'),(21269,679,'_shipping_address_2','Ste A'),(21270,679,'_shipping_city','Florence'),(21271,679,'_shipping_state','KY'),(21272,679,'_shipping_postcode','41042'),(21273,679,'_shipping_country','US'),(21274,679,'_order_currency','USD'),(21275,679,'_cart_discount','0'),(21276,679,'_cart_discount_tax','0'),(21277,679,'_order_shipping','0'),(21278,679,'_order_shipping_tax','0'),(21279,679,'_order_tax','0'),(21280,679,'_order_total','677.28'),(21281,679,'_order_version','5.6.0'),(21282,679,'_prices_include_tax','no'),(21283,679,'_billing_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(21284,679,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(21285,679,'is_vat_exempt','no'),(21286,679,'Payment type','instant'),(21287,679,'_transaction_id','2LG22105GC7565246'),(21288,679,'_paypal_status','completed'),(21289,679,'PayPal Transaction Fee','24.13'),(21290,679,'_date_paid','1631546295'),(21291,679,'_paid_date','2021-09-13 15:18:15'),(21292,679,'_download_permissions_granted','yes'),(21293,679,'_recorded_sales','yes'),(21294,679,'_recorded_coupon_usage_counts','yes'),(21295,679,'_order_stock_reduced','yes'),(21296,679,'_new_order_email_sent','true'),(21297,676,'Payment type','instant'),(21298,676,'_transaction_id','64S624892H2657949'),(21299,676,'_paypal_status','completed'),(21300,676,'PayPal Transaction Fee','6.85'),(21301,676,'_date_paid','1631547504'),(21302,676,'_paid_date','2021-09-13 15:38:24'),(21303,676,'_download_permissions_granted','yes'),(21304,676,'_recorded_sales','yes'),(21305,676,'_order_stock_reduced','yes'),(21306,676,'_new_order_email_sent','true'),(21307,680,'_order_key','wc_order_DbWrOgbTb0cFS'),(21308,680,'_customer_user','87'),(21309,680,'_payment_method','paypal'),(21310,680,'_payment_method_title','PayPal'),(21311,680,'_customer_ip_address','70.189.75.106'),(21312,680,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(21313,680,'_created_via','checkout'),(21314,680,'_cart_hash','2632415b4ac8d887347b87eac0fec5ab'),(21315,680,'_billing_first_name','Wade'),(21316,680,'_billing_last_name','Huntsman'),(21317,680,'_billing_company','LCA Midsouth'),(21318,680,'_billing_address_1','1104 E 25th St'),(21319,680,'_billing_city','Tulsa'),(21320,680,'_billing_state','OK'),(21321,680,'_billing_postcode','74114'),(21322,680,'_billing_country','US'),(21323,680,'_billing_email','info@liceclinicsmidsouth.com'),(21324,680,'_billing_phone','9189783329'),(21325,680,'_shipping_first_name','Elizabeth'),(21326,680,'_shipping_last_name','Martin'),(21327,680,'_shipping_company','Lice Clinics of America'),(21328,680,'_shipping_address_1','4000 South Dixieland Road'),(21329,680,'_shipping_address_2','Z204'),(21330,680,'_shipping_city','Rogers'),(21331,680,'_shipping_state','AR'),(21332,680,'_shipping_postcode','72758'),(21333,680,'_shipping_country','US'),(21334,680,'_order_currency','USD'),(21335,680,'_cart_discount','0'),(21336,680,'_cart_discount_tax','0'),(21337,680,'_order_shipping','0'),(21338,680,'_order_shipping_tax','0'),(21339,680,'_order_tax','0'),(21340,680,'_order_total','676.50'),(21341,680,'_order_version','5.6.0'),(21342,680,'_prices_include_tax','no'),(21343,680,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(21344,680,'_shipping_address_index','Elizabeth Martin Lice Clinics of America 4000 South Dixieland Road Z204 Rogers AR 72758 US '),(21345,680,'is_vat_exempt','no'),(21346,680,'Payment type','instant'),(21347,680,'_transaction_id','2XS0076462025740H'),(21348,680,'_paypal_status','completed'),(21349,680,'PayPal Transaction Fee','24.10'),(21350,680,'_date_paid','1631550500'),(21351,680,'_paid_date','2021-09-13 16:28:20'),(21352,680,'_download_permissions_granted','yes'),(21353,680,'_recorded_sales','yes'),(21354,680,'_recorded_coupon_usage_counts','yes'),(21355,680,'_order_stock_reduced','yes'),(21356,680,'_new_order_email_sent','true'),(21363,681,'_order_key','wc_order_ySl8Rygu4fAjm'),(21364,681,'_customer_user','87'),(21365,681,'_payment_method','paypal'),(21366,681,'_payment_method_title','PayPal'),(21367,681,'_customer_ip_address','70.189.75.106'),(21368,681,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(21369,681,'_created_via','checkout'),(21370,681,'_cart_hash','a64a76bf3f9b01830886ed74bfe5c443'),(21371,681,'_billing_first_name','Wade'),(21372,681,'_billing_last_name','Huntsman'),(21373,681,'_billing_company','LCA Midsouth'),(21374,681,'_billing_address_1','1104 E 25th St'),(21375,681,'_billing_city','Tulsa'),(21376,681,'_billing_state','OK'),(21377,681,'_billing_postcode','74114'),(21378,681,'_billing_country','US'),(21379,681,'_billing_email','info@liceclinicsmidsouth.com'),(21380,681,'_billing_phone','9189783329'),(21381,681,'_shipping_first_name','Wade'),(21382,681,'_shipping_last_name','Huntsman'),(21383,681,'_shipping_company','Lice Clinics of America'),(21384,681,'_shipping_address_1','3421 E 21st St'),(21385,681,'_shipping_city','Tulsa'),(21386,681,'_shipping_state','OK'),(21387,681,'_shipping_postcode','74114'),(21388,681,'_shipping_country','US'),(21389,681,'_order_currency','USD'),(21390,681,'_cart_discount','0'),(21391,681,'_cart_discount_tax','0'),(21392,681,'_order_shipping','0'),(21393,681,'_order_shipping_tax','0'),(21394,681,'_order_tax','0'),(21395,681,'_order_total','617.00'),(21396,681,'_order_version','5.6.0'),(21397,681,'_prices_include_tax','no'),(21398,681,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(21399,681,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st St  Tulsa OK 74114 US '),(21400,681,'is_vat_exempt','no'),(21401,681,'Payment type','instant'),(21402,681,'_transaction_id','7M039682P0300104D'),(21403,681,'_paypal_status','completed'),(21404,681,'PayPal Transaction Fee','22.02'),(21405,681,'_date_paid','1631550871'),(21406,681,'_paid_date','2021-09-13 16:34:31'),(21407,681,'_download_permissions_granted','yes'),(21408,681,'_recorded_sales','yes'),(21409,681,'_recorded_coupon_usage_counts','yes'),(21410,681,'_order_stock_reduced','yes'),(21411,681,'_new_order_email_sent','true'),(21412,682,'_order_key','wc_order_hlmFzmtnyeHH3'),(21413,682,'_customer_user','87'),(21414,682,'_payment_method','paypal'),(21415,682,'_payment_method_title','PayPal'),(21416,682,'_customer_ip_address','70.189.75.106'),(21417,682,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(21418,682,'_created_via','checkout'),(21419,682,'_cart_hash','d7886f8e6876e7410ad7397343b4cf3b'),(21420,682,'_billing_first_name','Wade'),(21421,682,'_billing_last_name','Huntsman'),(21422,682,'_billing_company','LCA Midsouth'),(21423,682,'_billing_address_1','1104 E 25th St'),(21424,682,'_billing_city','Tulsa'),(21425,682,'_billing_state','OK'),(21426,682,'_billing_postcode','74114'),(21427,682,'_billing_country','US'),(21428,682,'_billing_email','info@liceclinicsmidsouth.com'),(21429,682,'_billing_phone','9189783329'),(21430,682,'_shipping_first_name','Ian'),(21431,682,'_shipping_last_name','Zinth'),(21432,682,'_shipping_company','Lice Clinics of America'),(21433,682,'_shipping_address_1','16654 East Kent Drive'),(21434,682,'_shipping_city','Aurora'),(21435,682,'_shipping_state','CO'),(21436,682,'_shipping_postcode','80013'),(21437,682,'_shipping_country','US'),(21438,682,'_order_currency','USD'),(21439,682,'_cart_discount','0'),(21440,682,'_cart_discount_tax','0'),(21441,682,'_order_shipping','0'),(21442,682,'_order_shipping_tax','0'),(21443,682,'_order_tax','0'),(21444,682,'_order_total','549.50'),(21445,682,'_order_version','5.6.0'),(21446,682,'_prices_include_tax','no'),(21447,682,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(21448,682,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 East Kent Drive  Aurora CO 80013 US '),(21449,682,'is_vat_exempt','no'),(21450,682,'Payment type','instant'),(21451,682,'_transaction_id','02K94249RM825810F'),(21452,682,'_paypal_status','completed'),(21453,682,'PayPal Transaction Fee','19.67'),(21454,682,'_date_paid','1631551076'),(21455,682,'_paid_date','2021-09-13 16:37:56'),(21456,682,'_download_permissions_granted','yes'),(21457,682,'_recorded_sales','yes'),(21458,682,'_recorded_coupon_usage_counts','yes'),(21459,682,'_order_stock_reduced','yes'),(21460,682,'_new_order_email_sent','true'),(21462,664,'Payment type','instant'),(21463,664,'_transaction_id','8A811684H2780064W'),(21464,664,'_paypal_status','completed'),(21465,664,'PayPal Transaction Fee','22.84'),(21466,664,'_date_paid','1631558372'),(21467,664,'_paid_date','2021-09-13 18:39:32'),(21468,664,'_download_permissions_granted','yes'),(21469,664,'_recorded_sales','yes'),(21470,664,'_order_stock_reduced','yes'),(21471,664,'_new_order_email_sent','true'),(21473,679,'_edit_lock','1631650828:2'),(21474,679,'_edit_last','2'),(21475,683,'_order_key','wc_order_9Xdq0DR9wuRmp'),(21476,683,'_customer_user','64'),(21477,683,'_payment_method','paypal'),(21478,683,'_payment_method_title','PayPal'),(21479,683,'_customer_ip_address','66.91.90.146'),(21480,683,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(21481,683,'_created_via','checkout'),(21482,683,'_cart_hash','bdda0a78ca61c0d4edcd68759a2bfb67'),(21483,683,'_billing_first_name','Barrie'),(21484,683,'_billing_last_name','Desmond'),(21485,683,'_billing_address_1','50 ALAHELE PL'),(21486,683,'_billing_city','Kihei'),(21487,683,'_billing_state','HI'),(21488,683,'_billing_postcode','96753-7809'),(21489,683,'_billing_country','US'),(21490,683,'_billing_email','info@liceclinicshawaii.com'),(21491,683,'_billing_phone','8082834247'),(21492,683,'_shipping_first_name','Barrie'),(21493,683,'_shipping_last_name','Desmond'),(21494,683,'_shipping_address_1','50 ALAHELE PL'),(21495,683,'_shipping_city','Kihei'),(21496,683,'_shipping_state','HI'),(21497,683,'_shipping_postcode','96753-7809'),(21498,683,'_shipping_country','US'),(21499,683,'_order_currency','USD'),(21500,683,'_cart_discount','0'),(21501,683,'_cart_discount_tax','0'),(21502,683,'_order_shipping','475.48'),(21503,683,'_order_shipping_tax','0'),(21504,683,'_order_tax','0'),(21505,683,'_order_total','776.78'),(21506,683,'_order_version','5.6.0'),(21507,683,'_prices_include_tax','no'),(21508,683,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(21509,683,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(21510,683,'is_vat_exempt','no'),(21511,684,'_order_key','wc_order_nZb1Zgw9l5p3p'),(21512,684,'_customer_user','29'),(21513,684,'_payment_method','paypal'),(21514,684,'_payment_method_title','PayPal'),(21515,684,'_customer_ip_address','68.80.67.132'),(21516,684,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13982.88.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.162 Safari/537.36'),(21517,684,'_created_via','checkout'),(21518,684,'_cart_hash','e8d0091ea68a50ef72484854e9aa95e6'),(21519,684,'_billing_first_name','Kevin'),(21520,684,'_billing_last_name','Reilly'),(21521,684,'_billing_address_1','5460 Richie Ct'),(21522,684,'_billing_city','Pipersville'),(21523,684,'_billing_state','PA'),(21524,684,'_billing_postcode','18947'),(21525,684,'_billing_country','US'),(21526,684,'_billing_email','info@liceclinicslansdale.com'),(21527,684,'_billing_phone','2156941408'),(21528,684,'_shipping_first_name','Kevin'),(21529,684,'_shipping_last_name','Reilly'),(21530,684,'_shipping_company','LCA Lansdale'),(21531,684,'_shipping_address_1','2131 North Broad Street'),(21532,684,'_shipping_address_2','Suite 101'),(21533,684,'_shipping_city','Lansdale'),(21534,684,'_shipping_state','PA'),(21535,684,'_shipping_postcode','19446'),(21536,684,'_shipping_country','US'),(21537,684,'_order_currency','USD'),(21538,684,'_cart_discount','0'),(21539,684,'_cart_discount_tax','0'),(21540,684,'_order_shipping','21.36'),(21541,684,'_order_shipping_tax','0'),(21542,684,'_order_tax','0'),(21543,684,'_order_total','265.98'),(21544,684,'_order_version','5.6.0'),(21545,684,'_prices_include_tax','no'),(21546,684,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(21547,684,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(21548,684,'is_vat_exempt','no'),(21549,684,'Payment type','instant'),(21550,684,'_transaction_id','8MH20182WR4539338'),(21551,684,'_paypal_status','completed'),(21552,684,'PayPal Transaction Fee','9.77'),(21553,684,'_date_paid','1631565163'),(21554,684,'_paid_date','2021-09-13 20:32:43'),(21555,684,'_download_permissions_granted','yes'),(21556,684,'_recorded_sales','yes'),(21557,684,'_recorded_coupon_usage_counts','yes'),(21558,684,'_order_stock_reduced','yes'),(21559,684,'_new_order_email_sent','true'),(21598,686,'_order_key','wc_order_b2WDorGTwfCrP'),(21599,686,'_customer_user','67'),(21600,686,'_payment_method','paypal'),(21601,686,'_payment_method_title','PayPal'),(21602,686,'_customer_ip_address','74.77.55.50'),(21603,686,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(21604,686,'_created_via','checkout'),(21605,686,'_cart_hash','20788daedcaf87c4535fd4ece63c3af3'),(21606,686,'_billing_first_name','Marnie'),(21607,686,'_billing_last_name','Murray'),(21608,686,'_billing_company','Naughty Nits'),(21609,686,'_billing_address_1','2809 Wehrle Drive'),(21610,686,'_billing_address_2','Suite 10'),(21611,686,'_billing_city','Williamsville'),(21612,686,'_billing_state','NY'),(21613,686,'_billing_postcode','14221'),(21614,686,'_billing_country','US'),(21615,686,'_billing_email','liceclinicsupstateny@gmail.com'),(21616,686,'_billing_phone','7166265423'),(21617,686,'_shipping_first_name','Marnie'),(21618,686,'_shipping_last_name','Murray'),(21619,686,'_shipping_company','LCA Buffalo'),(21620,686,'_shipping_address_1','2809 Wehrle Drive'),(21621,686,'_shipping_address_2','Suite 10'),(21622,686,'_shipping_city','Williamsville'),(21623,686,'_shipping_state','NY'),(21624,686,'_shipping_postcode','14221'),(21625,686,'_shipping_country','US'),(21626,686,'_order_currency','USD'),(21627,686,'_cart_discount','0'),(21628,686,'_cart_discount_tax','0'),(21629,686,'_order_shipping','0'),(21630,686,'_order_shipping_tax','0'),(21631,686,'_order_tax','0'),(21632,686,'_order_total','630.72'),(21633,686,'_order_version','5.6.0'),(21634,686,'_prices_include_tax','no'),(21635,686,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(21636,686,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(21637,686,'is_vat_exempt','no'),(21638,687,'_order_key','wc_order_8GiHyE1S3CGF7'),(21639,687,'_customer_user','22'),(21640,687,'_payment_method','paypal'),(21641,687,'_payment_method_title','PayPal'),(21642,687,'_customer_ip_address','73.36.99.111'),(21643,687,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8'),(21644,687,'_created_via','checkout'),(21645,687,'_cart_hash','d560fe23d0482b97c605dd82fed1132c'),(21646,687,'_billing_first_name','Jaclyn'),(21647,687,'_billing_last_name','O\'Connell'),(21648,687,'_billing_company','Disentangle'),(21649,687,'_billing_address_1','11104 S. Kedzie'),(21650,687,'_billing_city','Chicago'),(21651,687,'_billing_state','IL'),(21652,687,'_billing_postcode','60655'),(21653,687,'_billing_country','US'),(21654,687,'_billing_email','jpcarey84@gmail.com'),(21655,687,'_billing_phone','773-507-0951'),(21656,687,'_shipping_first_name','Jaclyn'),(21657,687,'_shipping_last_name','O\'Connell'),(21658,687,'_shipping_company','LCA Disentangle Lice - Chicago'),(21659,687,'_shipping_address_1','10354 S. Hamlin'),(21660,687,'_shipping_city','Chicago'),(21661,687,'_shipping_state','IL'),(21662,687,'_shipping_postcode','60655'),(21663,687,'_shipping_country','US'),(21664,687,'_order_currency','USD'),(21665,687,'_cart_discount','0'),(21666,687,'_cart_discount_tax','0'),(21667,687,'_order_shipping','0'),(21668,687,'_order_shipping_tax','0'),(21669,687,'_order_tax','0'),(21670,687,'_order_total','1594.56'),(21671,687,'_order_version','5.6.0'),(21672,687,'_prices_include_tax','no'),(21673,687,'_billing_address_index','Jaclyn O\'Connell Disentangle 11104 S. Kedzie  Chicago IL 60655 US jpcarey84@gmail.com 773-507-0951'),(21674,687,'_shipping_address_index','Jaclyn O\'Connell LCA Disentangle Lice - Chicago 10354 S. Hamlin  Chicago IL 60655 US '),(21675,687,'is_vat_exempt','no'),(21676,687,'_edit_lock','1631805115:2'),(21677,687,'_edit_last','2'),(21678,687,'_recorded_coupon_usage_counts','yes'),(21679,686,'_edit_lock','1632166192:2'),(21680,686,'_edit_last','2'),(21681,686,'_recorded_coupon_usage_counts','yes'),(21684,684,'_edit_lock','1631650779:2'),(21685,684,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054361\";s:12:\"date_shipped\";s:10:\"1631577600\";s:11:\"tracking_id\";s:32:\"b7f4138a59293d5fe9b65e537736f4fe\";}}'),(21686,684,'_edit_last','2'),(21687,684,'_date_completed','1631650909'),(21688,684,'_completed_date','2021-09-14 20:21:49'),(21689,679,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054270\";s:12:\"date_shipped\";s:10:\"1631577600\";s:11:\"tracking_id\";s:32:\"88a18bc299e8af959e6e85e2922dc5f7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054269\";s:12:\"date_shipped\";i:1631650961;s:11:\"tracking_id\";s:32:\"68625f3a17a80ce6b8324e6ff6e54488\";}}'),(21690,679,'_date_completed','1631650964'),(21691,679,'_completed_date','2021-09-14 20:22:44'),(21692,683,'acfw_shipping_discount_recalc','yes'),(21693,683,'_edit_lock','1631805156:2'),(21694,683,'_edit_last','2'),(21695,683,'_recorded_coupon_usage_counts','yes'),(21697,682,'_edit_lock','1631651506:2'),(21698,681,'_edit_lock','1631651463:2'),(21699,680,'_edit_lock','1631815375:2'),(21700,681,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054166\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"20f60daeba4f028faa28da98c09a94d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054155\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"83298887e6a59ec069215520d62614d8\";}}'),(21701,681,'_edit_last','2'),(21702,681,'_date_completed','1631651591'),(21703,681,'_completed_date','2021-09-14 20:33:11'),(21704,682,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054199\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"71a62639f4a206067c7a31c86c7c7dbb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054188\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"5af1f8db443b241bb4f05239a2f252d4\";}}'),(21705,682,'_edit_last','2'),(21706,682,'_date_completed','1631651623'),(21707,682,'_completed_date','2021-09-14 20:33:43'),(21708,664,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054203\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"d7a5f08143bffc0893da3b6b2cdd96fc\";}}'),(21709,664,'_date_completed','1631651683'),(21710,664,'_completed_date','2021-09-14 20:34:43'),(21711,676,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054052\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"04950a2373c8387b21bea2429a37082d\";}}'),(21712,676,'_date_completed','1631651766'),(21713,676,'_completed_date','2021-09-14 20:36:06'),(21714,683,'Payment type','instant'),(21715,683,'_transaction_id','5F61995219852842W'),(21716,683,'_paypal_status','completed'),(21717,683,'PayPal Transaction Fee','27.60'),(21718,683,'_date_paid','1631652671'),(21719,683,'_paid_date','2021-09-14 20:51:11'),(21720,683,'_download_permissions_granted','yes'),(21721,683,'_recorded_sales','yes'),(21722,683,'_order_stock_reduced','yes'),(21723,683,'_new_order_email_sent','true'),(21724,687,'Payment type','instant'),(21725,687,'_transaction_id','21W87679N5191532K'),(21726,687,'_paypal_status','completed'),(21727,687,'PayPal Transaction Fee','56.14'),(21728,687,'_date_paid','1631654877'),(21729,687,'_paid_date','2021-09-14 21:27:57'),(21730,687,'_download_permissions_granted','yes'),(21731,687,'_recorded_sales','yes'),(21732,687,'_order_stock_reduced','yes'),(21733,687,'_new_order_email_sent','true'),(21782,687,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054681\";s:12:\"date_shipped\";s:10:\"1631664000\";s:11:\"tracking_id\";s:32:\"47c0bd0dcd2107f48c2b5f0763c070b0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054670\";s:12:\"date_shipped\";s:10:\"1631664000\";s:11:\"tracking_id\";s:32:\"1683804d7e60234af9fe6e8cb3d8dbcc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054660\";s:12:\"date_shipped\";s:10:\"1631664000\";s:11:\"tracking_id\";s:32:\"eb48ff94c43d6c4dc2ce76970882187c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054659\";s:12:\"date_shipped\";s:10:\"1631664000\";s:11:\"tracking_id\";s:32:\"1f588dc52d96ad9aff714ed5f2b3ecff\";}}'),(21783,687,'_date_completed','1631805243'),(21784,687,'_completed_date','2021-09-16 15:14:03'),(21785,683,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054648\";s:12:\"date_shipped\";s:10:\"1631664000\";s:11:\"tracking_id\";s:32:\"89e5967f83c19830412d9f2850e725cd\";}}'),(21786,683,'_date_completed','1631805287'),(21787,683,'_completed_date','2021-09-16 15:14:47'),(21826,678,'_edit_lock','1631898723:2'),(21827,675,'_edit_lock','1631815796:2'),(21828,668,'_edit_lock','1631815707:2'),(21829,680,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054122\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"159e5b8ffdcc7dae485e21a87cbabace\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054133\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"5cfb2714a94810e3b887b88c2483874d\";}}'),(21830,680,'_edit_last','2'),(21831,680,'_date_completed','1631815476'),(21832,680,'_completed_date','2021-09-16 18:04:36'),(21833,675,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053663\";s:12:\"date_shipped\";s:10:\"1631232000\";s:11:\"tracking_id\";s:32:\"c6bfded6f4721bb2e0e443ba7aea5397\";}}'),(21834,675,'_edit_last','2'),(21835,675,'_date_completed','1631815746'),(21836,675,'_completed_date','2021-09-16 18:09:06'),(21837,668,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053310\";s:12:\"date_shipped\";s:10:\"1630972800\";s:11:\"tracking_id\";s:32:\"0405d724f5793e8b1fc7b48a281f8701\";}}'),(21838,668,'_edit_last','2'),(21839,668,'_date_completed','1631815840'),(21840,668,'_completed_date','2021-09-16 18:10:40'),(21841,663,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053505\";s:12:\"date_shipped\";s:10:\"1631145600\";s:11:\"tracking_id\";s:32:\"8f8cfdf6f3ee55b198f6ff1d2fc22808\";}}'),(21842,663,'_date_completed','1631815883'),(21843,663,'_completed_date','2021-09-16 18:11:23'),(21844,686,'Payment type','instant'),(21845,686,'_transaction_id','91S61668U86582247'),(21846,686,'_paypal_status','completed'),(21847,686,'PayPal Transaction Fee','22.50'),(21848,686,'_date_paid','1631816858'),(21849,686,'_paid_date','2021-09-16 18:27:38'),(21850,686,'_download_permissions_granted','yes'),(21851,686,'_recorded_sales','yes'),(21852,686,'_order_stock_reduced','yes'),(21853,686,'_new_order_email_sent','true'),(21854,691,'_order_key','wc_order_Eqb6PwVBfa63f'),(21855,691,'_customer_user','66'),(21856,691,'_payment_method','paypal'),(21857,691,'_payment_method_title','PayPal'),(21858,691,'_customer_ip_address','73.129.83.207'),(21859,691,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(21860,691,'_created_via','checkout'),(21861,691,'_cart_hash','e74435d74d43b52ca68901f2b8267e5f'),(21862,691,'_billing_first_name','Mark'),(21863,691,'_billing_last_name','Dent'),(21864,691,'_billing_company','Lice Clinics of Maryland'),(21865,691,'_billing_address_1','801 W 33rd Street'),(21866,691,'_billing_city','BAltimore'),(21867,691,'_billing_state','MD'),(21868,691,'_billing_postcode','21211'),(21869,691,'_billing_country','US'),(21870,691,'_billing_email','info@liceclinicsofmaryland.com'),(21871,691,'_billing_phone','4438349991'),(21872,691,'_shipping_first_name','Dawn'),(21873,691,'_shipping_last_name','Mumaw'),(21874,691,'_shipping_company','LCA Baltimore'),(21875,691,'_shipping_address_1','604 Providence Road'),(21876,691,'_shipping_city','Towson'),(21877,691,'_shipping_state','MD'),(21878,691,'_shipping_postcode','21286'),(21879,691,'_shipping_country','US'),(21880,691,'_order_currency','USD'),(21881,691,'_cart_discount','0'),(21882,691,'_cart_discount_tax','0'),(21883,691,'_order_shipping','0'),(21884,691,'_order_shipping_tax','0'),(21885,691,'_order_tax','0'),(21886,691,'_order_total','585.54'),(21887,691,'_order_version','5.6.0'),(21888,691,'_prices_include_tax','no'),(21889,691,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(21890,691,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(21891,691,'is_vat_exempt','no'),(21892,691,'Payment type','instant'),(21893,691,'_transaction_id','2HL434462H635174P'),(21894,691,'_paypal_status','completed'),(21895,691,'PayPal Transaction Fee','20.93'),(21896,691,'_date_paid','1631823680'),(21897,691,'_paid_date','2021-09-16 20:21:20'),(21898,691,'_download_permissions_granted','yes'),(21899,691,'_recorded_sales','yes'),(21900,691,'_recorded_coupon_usage_counts','yes'),(21901,691,'_order_stock_reduced','yes'),(21902,691,'_new_order_email_sent','true'),(21903,692,'_order_key','wc_order_omHVMpBgLiaZW'),(21904,692,'_customer_user','80'),(21905,692,'_payment_method','paypal'),(21906,692,'_payment_method_title','PayPal'),(21907,692,'_customer_ip_address','71.224.201.32'),(21908,692,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0'),(21909,692,'_created_via','checkout'),(21910,692,'_cart_hash','215a7246d442fda932759fc431b94e83'),(21911,692,'_billing_first_name','Sharon'),(21912,692,'_billing_last_name','Rizzuto'),(21913,692,'_billing_address_1','143 Merion Ave'),(21914,692,'_billing_city','Narberth'),(21915,692,'_billing_state','PA'),(21916,692,'_billing_postcode','19072'),(21917,692,'_billing_country','US'),(21918,692,'_billing_email','liceclinicphilly@gmail.com'),(21919,692,'_billing_phone','2155141903'),(21920,692,'_shipping_first_name','Sharon'),(21921,692,'_shipping_last_name','Rizzuto'),(21922,692,'_shipping_company','LCA Philly'),(21923,692,'_shipping_address_1','1982 Butler pike'),(21924,692,'_shipping_address_2','#4'),(21925,692,'_shipping_city','Conshohocken'),(21926,692,'_shipping_state','PA'),(21927,692,'_shipping_postcode','19428'),(21928,692,'_shipping_country','US'),(21929,692,'_order_currency','USD'),(21930,692,'_cart_discount','0'),(21931,692,'_cart_discount_tax','0'),(21932,692,'_order_shipping','23.09'),(21933,692,'_order_shipping_tax','0'),(21934,692,'_order_tax','0'),(21935,692,'_order_total','189.69'),(21936,692,'_order_version','5.6.0'),(21937,692,'_prices_include_tax','no'),(21938,692,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(21939,692,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US '),(21940,692,'is_vat_exempt','no'),(21941,692,'Payment type','instant'),(21942,692,'_transaction_id','9VN171297C7646925'),(21943,692,'_paypal_status','completed'),(21944,692,'PayPal Transaction Fee','7.11'),(21945,692,'_date_paid','1631869245'),(21946,692,'_paid_date','2021-09-17 09:00:45'),(21947,692,'_download_permissions_granted','yes'),(21948,692,'_recorded_sales','yes'),(21949,692,'_recorded_coupon_usage_counts','yes'),(21950,692,'_order_stock_reduced','yes'),(21951,692,'_new_order_email_sent','true'),(21955,692,'_edit_lock','1631898401:2'),(21956,692,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054980\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"e5bd15154436ac2ddd9e192d3f533bf4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054979\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"ddb691abe534dc2a41ad8368d5f34add\";}}'),(21957,692,'_edit_last','2'),(21958,692,'_date_completed','1631898485'),(21959,692,'_completed_date','2021-09-17 17:08:05'),(21960,691,'_edit_lock','1631898571:2'),(21961,691,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054968\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"2aceb39bab60d93a1fddf012ce2e1746\";}}'),(21962,691,'_edit_last','2'),(21963,691,'_date_completed','1631898565'),(21964,691,'_completed_date','2021-09-17 17:09:25'),(21965,678,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054887\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"3c86fec6412c2ba2dae0da4283b4c9dd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054876\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"bca6057f35caf73f267ae5b097932ac7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054865\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"e91de0ab709979d460988c83db11c485\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054854\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"6fb2bb831c72c9a1fff7a86ac5e3f779\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953054843\";s:12:\"date_shipped\";s:10:\"1631750400\";s:11:\"tracking_id\";s:32:\"879e5ece9dde5ba6f82fe612072fbd7b\";}}'),(21966,678,'_edit_last','2'),(21967,678,'_date_completed','1631898853'),(21968,678,'_completed_date','2021-09-17 17:14:13'),(21969,693,'_order_key','wc_order_CkKsuSIesW4JW'),(21970,693,'_customer_user','5'),(21971,693,'_payment_method','paypal'),(21972,693,'_payment_method_title','PayPal'),(21973,693,'_customer_ip_address','73.11.93.174'),(21974,693,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(21975,693,'_created_via','checkout'),(21976,693,'_cart_hash','8c3b359b1674abe784a2451618bc8360'),(21977,693,'_billing_first_name','Mark'),(21978,693,'_billing_last_name','Meyer'),(21979,693,'_billing_company','LCA Northwest'),(21980,693,'_billing_address_1','PO Box 25829'),(21981,693,'_billing_city','Portland'),(21982,693,'_billing_state','OR'),(21983,693,'_billing_postcode','97298'),(21984,693,'_billing_country','US'),(21985,693,'_billing_email','mark@nwliceclinics.com'),(21986,693,'_billing_phone','5037244204'),(21987,693,'_shipping_first_name','Mark'),(21988,693,'_shipping_last_name','Meyer'),(21989,693,'_shipping_company','LCA Northwest'),(21990,693,'_shipping_address_1','5201 SW Westgate Drive'),(21991,693,'_shipping_address_2','Suite 106'),(21992,693,'_shipping_city','Portland'),(21993,693,'_shipping_state','OR'),(21994,693,'_shipping_postcode','97221'),(21995,693,'_shipping_country','US'),(21996,693,'_order_currency','USD'),(21997,693,'_cart_discount','0'),(21998,693,'_cart_discount_tax','0'),(21999,693,'_order_shipping','0'),(22000,693,'_order_shipping_tax','0'),(22001,693,'_order_tax','0'),(22002,693,'_order_total','2009.32'),(22003,693,'_order_version','5.6.0'),(22004,693,'_prices_include_tax','no'),(22005,693,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(22006,693,'_shipping_address_index','Mark Meyer LCA Northwest 5201 SW Westgate Drive Suite 106 Portland OR 97221 US '),(22007,693,'is_vat_exempt','no'),(22008,693,'Payment type','instant'),(22009,693,'_transaction_id','1CJ366855B482481A'),(22010,693,'_paypal_status','completed'),(22011,693,'PayPal Transaction Fee','70.62'),(22012,693,'_date_paid','1631899358'),(22013,693,'_paid_date','2021-09-17 17:22:38'),(22014,693,'_download_permissions_granted','yes'),(22015,693,'_recorded_sales','yes'),(22016,693,'_recorded_coupon_usage_counts','yes'),(22017,693,'_order_stock_reduced','yes'),(22018,693,'_new_order_email_sent','true'),(22063,695,'_order_key','wc_order_ORWXOq6xqwHrc'),(22064,695,'_customer_user','51'),(22065,695,'_payment_method','paypal'),(22066,695,'_payment_method_title','PayPal'),(22067,695,'_customer_ip_address','73.0.148.33'),(22068,695,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22069,695,'_created_via','checkout'),(22070,695,'_cart_hash','065b3e14d4129f5c4c143663fef4dbe9'),(22071,695,'_billing_first_name','Corie'),(22072,695,'_billing_last_name','Kaniamos'),(22073,695,'_billing_address_1','5026 Tildens Grove Blvd'),(22074,695,'_billing_city','Windermere'),(22075,695,'_billing_state','FL'),(22076,695,'_billing_postcode','34786'),(22077,695,'_billing_country','US'),(22078,695,'_billing_email','corie@liceclinicsofflorida.com'),(22079,695,'_billing_phone','6163406321'),(22080,695,'_shipping_first_name','Maria'),(22081,695,'_shipping_last_name','Hagg'),(22082,695,'_shipping_company','LCA STUART'),(22083,695,'_shipping_address_1','17 Via Lucindia Dr South'),(22084,695,'_shipping_city','Stuart'),(22085,695,'_shipping_state','FL'),(22086,695,'_shipping_postcode','34996'),(22087,695,'_shipping_country','US'),(22088,695,'_order_currency','USD'),(22089,695,'_cart_discount','0'),(22090,695,'_cart_discount_tax','0'),(22091,695,'_order_shipping','14.92'),(22092,695,'_order_shipping_tax','0'),(22093,695,'_order_tax','0'),(22094,695,'_order_total','14.92'),(22095,695,'_order_version','5.7.1'),(22096,695,'_prices_include_tax','no'),(22097,695,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(22098,695,'_shipping_address_index','Maria Hagg LCA STUART 17 Via Lucindia Dr South  Stuart FL 34996 US '),(22099,695,'is_vat_exempt','no'),(22100,686,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055173\";s:12:\"date_shipped\";s:10:\"1632096000\";s:11:\"tracking_id\";s:32:\"c65cac435fc0e5a0aae656ed7b8ae446\";}}'),(22101,686,'_date_completed','1632166287'),(22102,686,'_completed_date','2021-09-20 19:31:27'),(22103,693,'_edit_lock','1632166488:2'),(22108,693,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055059\";s:12:\"date_shipped\";s:10:\"1631836800\";s:11:\"tracking_id\";s:32:\"684d0b1a918c89f2d2307d39c7ef71bc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055048\";s:12:\"date_shipped\";s:10:\"1631836800\";s:11:\"tracking_id\";s:32:\"747cb4e788144a3c7d2c87af9a754915\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055037\";s:12:\"date_shipped\";s:10:\"1631836800\";s:11:\"tracking_id\";s:32:\"f51d32cffb3151a08ad2bb0c8cebbf31\";}}'),(22109,693,'_edit_last','2'),(22110,693,'_date_completed','1632166621'),(22111,693,'_completed_date','2021-09-20 19:37:01'),(22120,607,'_edit_last','2'),(22121,609,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051086\";s:12:\"date_shipped\";s:10:\"1629676800\";s:11:\"tracking_id\";s:32:\"b88e87ea979134b7a85973bd38c62894\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953051097\";s:12:\"date_shipped\";s:10:\"1629676800\";s:11:\"tracking_id\";s:32:\"8ed488c539275c2335cf6c8493384270\";}}'),(22122,609,'_edit_last','2'),(22123,609,'_date_completed','1632166847'),(22124,609,'_completed_date','2021-09-20 19:40:47'),(22125,657,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053880\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"d1c93bfb1531b39de725b4042688f071\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953053891\";s:12:\"date_shipped\";s:10:\"1631491200\";s:11:\"tracking_id\";s:32:\"09ff45c775b68635b01cef31a11487c9\";}}'),(22126,657,'_date_completed','1632166902'),(22127,657,'_completed_date','2021-09-20 19:41:42'),(22165,697,'_order_key','wc_order_rq8gglk3KDXWq'),(22166,697,'_customer_user','20'),(22167,697,'_payment_method','paypal'),(22168,697,'_payment_method_title','PayPal'),(22169,697,'_customer_ip_address','199.191.81.10'),(22170,697,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),(22171,697,'_created_via','checkout'),(22172,697,'_cart_hash','32980bbff869add1fea9f6a9b31003d9'),(22173,697,'_billing_first_name','Hasani'),(22174,697,'_billing_last_name','Thompson'),(22175,697,'_billing_company','Heat in Hair'),(22176,697,'_billing_address_1','27225 Camp Plenty Road'),(22177,697,'_billing_address_2','1D'),(22178,697,'_billing_city','Santa Clarita'),(22179,697,'_billing_state','CA'),(22180,697,'_billing_postcode','91351'),(22181,697,'_billing_country','US'),(22182,697,'_billing_email','info@liceclinicssantaclarita.com'),(22183,697,'_billing_phone','6615850263'),(22184,697,'_shipping_first_name','Hasani'),(22185,697,'_shipping_last_name','Thompson'),(22186,697,'_shipping_company','Heat in Hair'),(22187,697,'_shipping_address_1','5145 Nightsky Place'),(22188,697,'_shipping_city','Palmdale'),(22189,697,'_shipping_state','CA'),(22190,697,'_shipping_postcode','93552'),(22191,697,'_shipping_country','US'),(22192,697,'_order_currency','USD'),(22193,697,'_cart_discount','0'),(22194,697,'_cart_discount_tax','0'),(22195,697,'_order_shipping','0'),(22196,697,'_order_shipping_tax','0'),(22197,697,'_order_tax','0'),(22198,697,'_order_total','928.00'),(22199,697,'_order_version','5.7.0'),(22200,697,'_prices_include_tax','no'),(22201,697,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(22202,697,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(22203,697,'is_vat_exempt','no'),(22204,697,'Payment type','instant'),(22205,697,'_transaction_id','5NU00166VS255030X'),(22206,697,'_paypal_status','completed'),(22207,697,'PayPal Transaction Fee','32.88'),(22208,697,'_date_paid','1632199035'),(22209,697,'_paid_date','2021-09-21 04:37:15'),(22210,697,'_download_permissions_granted','yes'),(22211,697,'_recorded_sales','yes'),(22212,697,'_recorded_coupon_usage_counts','yes'),(22213,697,'_order_stock_reduced','yes'),(22214,697,'_new_order_email_sent','true'),(22215,695,'_edit_lock','1633356521:2'),(22216,695,'_edit_last','2'),(22217,695,'_recorded_coupon_usage_counts','yes'),(22218,697,'_edit_lock','1632407736:2'),(22219,699,'_order_key','wc_order_3zmxsRmd5eF9l'),(22220,699,'_customer_user','6'),(22221,699,'_payment_method','paypal'),(22222,699,'_payment_method_title','PayPal'),(22223,699,'_customer_ip_address','73.185.101.95'),(22224,699,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22225,699,'_created_via','checkout'),(22226,699,'_cart_hash','9e78c7db604f4a350c045dc4572e9ac1'),(22227,699,'_billing_first_name','Amira'),(22228,699,'_billing_last_name','Purto'),(22229,699,'_billing_address_1','2628 Acapulco Way'),(22230,699,'_billing_city','Modesto'),(22231,699,'_billing_state','CA'),(22232,699,'_billing_postcode','95355'),(22233,699,'_billing_country','US'),(22234,699,'_billing_email','amira77@sbcglobal.net'),(22235,699,'_billing_phone','2096422061'),(22236,699,'_shipping_first_name','Amira'),(22237,699,'_shipping_last_name','Purto'),(22238,699,'_shipping_address_1','2628 Acapulco Way'),(22239,699,'_shipping_city','Modesto'),(22240,699,'_shipping_state','CA'),(22241,699,'_shipping_postcode','95355'),(22242,699,'_shipping_country','US'),(22243,699,'_order_currency','USD'),(22244,699,'_cart_discount','0'),(22245,699,'_cart_discount_tax','0'),(22246,699,'_order_shipping','0'),(22247,699,'_order_shipping_tax','0'),(22248,699,'_order_tax','0'),(22249,699,'_order_total','1401.08'),(22250,699,'_order_version','5.7.0'),(22251,699,'_prices_include_tax','no'),(22252,699,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(22253,699,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(22254,699,'is_vat_exempt','no'),(22255,699,'Payment type','instant'),(22256,699,'_transaction_id','3VN57216642451155'),(22257,699,'_paypal_status','completed'),(22258,699,'PayPal Transaction Fee','49.39'),(22259,699,'_date_paid','1632283244'),(22260,699,'_paid_date','2021-09-22 04:00:44'),(22261,699,'_download_permissions_granted','yes'),(22262,699,'_recorded_sales','yes'),(22263,699,'_recorded_coupon_usage_counts','yes'),(22264,699,'_order_stock_reduced','yes'),(22265,699,'_new_order_email_sent','true'),(22266,700,'_order_key','wc_order_3Ym2LcGpmVER7'),(22267,700,'_customer_user','0'),(22268,700,'_payment_method','paypal'),(22269,700,'_payment_method_title','PayPal'),(22270,700,'_customer_ip_address','136.49.57.192'),(22271,700,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22272,700,'_created_via','checkout'),(22273,700,'_cart_hash','3b87e58fbc00ba14246a25a3d4dbb66b'),(22274,700,'_billing_first_name','Lee'),(22275,700,'_billing_last_name','Rogers'),(22276,700,'_billing_company','LCA - Wichita'),(22277,700,'_billing_address_1','40 N Interstate 35'),(22278,700,'_billing_address_2','4B2'),(22279,700,'_billing_city','Austin'),(22280,700,'_billing_state','KS'),(22281,700,'_billing_postcode','78701'),(22282,700,'_billing_country','US'),(22283,700,'_billing_email','liceclinicwichita@gmail.com'),(22284,700,'_billing_phone','3167279951'),(22285,700,'_shipping_first_name','Danielle'),(22286,700,'_shipping_last_name','Ritter'),(22287,700,'_shipping_company','LCA Wichita'),(22288,700,'_shipping_address_1','121 N Colby'),(22289,700,'_shipping_city','Valley Center'),(22290,700,'_shipping_state','KS'),(22291,700,'_shipping_postcode','67147'),(22292,700,'_shipping_country','US'),(22293,700,'_order_currency','USD'),(22294,700,'_cart_discount','0'),(22295,700,'_cart_discount_tax','0'),(22296,700,'_order_shipping','0'),(22297,700,'_order_shipping_tax','0'),(22298,700,'_order_tax','0'),(22299,700,'_order_total','1119.80'),(22300,700,'_order_version','5.7.0'),(22301,700,'_prices_include_tax','no'),(22302,700,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(22303,700,'_shipping_address_index','Danielle Ritter LCA Wichita 121 N Colby  Valley Center KS 67147 US '),(22304,700,'is_vat_exempt','no'),(22305,700,'_edit_lock','1632778424:2'),(22306,700,'_edit_last','2'),(22307,700,'_recorded_coupon_usage_counts','yes'),(22312,701,'_order_key','wc_order_EVTGuEHuUhyD1'),(22313,701,'_customer_user','3'),(22314,701,'_payment_method','paypal'),(22315,701,'_payment_method_title','PayPal'),(22316,701,'_customer_ip_address','70.142.202.154'),(22317,701,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(22318,701,'_created_via','checkout'),(22319,701,'_cart_hash','88ab52fd2f744f87724053cb72a2016e'),(22320,701,'_billing_first_name','Amanda'),(22321,701,'_billing_last_name','Westerman'),(22322,701,'_billing_company','Lice Clinics of America McKinney'),(22323,701,'_billing_address_1','3120 Hudson Crossing'),(22324,701,'_billing_address_2','Suite A2'),(22325,701,'_billing_city','MCKINNEY'),(22326,701,'_billing_state','TX'),(22327,701,'_billing_postcode','75070'),(22328,701,'_billing_country','US'),(22329,701,'_billing_email','awesterman1103@gmail.com'),(22330,701,'_billing_phone','2144175741'),(22331,701,'_shipping_first_name','Amanda'),(22332,701,'_shipping_last_name','Westerman'),(22333,701,'_shipping_company','Lice Clinics of America McKinney'),(22334,701,'_shipping_address_1','3120 Hudson Crossing'),(22335,701,'_shipping_address_2','Suite A2'),(22336,701,'_shipping_city','MCKINNEY'),(22337,701,'_shipping_state','TX'),(22338,701,'_shipping_postcode','75070'),(22339,701,'_shipping_country','US'),(22340,701,'_order_currency','USD'),(22341,701,'_cart_discount','0'),(22342,701,'_cart_discount_tax','0'),(22343,701,'_order_shipping','0'),(22344,701,'_order_shipping_tax','0'),(22345,701,'_order_tax','0'),(22346,701,'_order_total','538.52'),(22347,701,'_order_version','5.7.0'),(22348,701,'_prices_include_tax','no'),(22349,701,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(22350,701,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(22351,701,'is_vat_exempt','no'),(22352,701,'Payment type','instant'),(22353,701,'_transaction_id','4SN99689PF2257314'),(22354,701,'_paypal_status','completed'),(22355,701,'PayPal Transaction Fee','19.28'),(22356,701,'_date_paid','1632336589'),(22357,701,'_paid_date','2021-09-22 18:49:49'),(22358,701,'_download_permissions_granted','yes'),(22359,701,'_recorded_sales','yes'),(22360,701,'_recorded_coupon_usage_counts','yes'),(22361,701,'_order_stock_reduced','yes'),(22362,701,'_new_order_email_sent','true'),(22363,702,'_order_key','wc_order_hlbmvOwfQRyzQ'),(22364,702,'_customer_user','28'),(22365,702,'_payment_method','paypal'),(22366,702,'_payment_method_title','PayPal'),(22367,702,'_customer_ip_address','172.115.255.171'),(22368,702,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22369,702,'_created_via','checkout'),(22370,702,'_cart_hash','d00a0963539547b51d56608febf13811'),(22371,702,'_billing_first_name','Kelli'),(22372,702,'_billing_last_name','Washington'),(22373,702,'_billing_company','Lice Clinics of America - Temecula'),(22374,702,'_billing_address_1','2438 Bear Rock Gln'),(22375,702,'_billing_city','Escondido'),(22376,702,'_billing_state','CA'),(22377,702,'_billing_postcode','92026'),(22378,702,'_billing_country','US'),(22379,702,'_billing_email','info@liceclinicstemecula.com'),(22380,702,'_billing_phone','7606255580'),(22381,702,'_shipping_first_name','Kelli'),(22382,702,'_shipping_last_name','Washington'),(22383,702,'_shipping_company','Lice Clinics of America - Temecula'),(22384,702,'_shipping_address_1','2438 Bear Rock Gln'),(22385,702,'_shipping_city','Escondido'),(22386,702,'_shipping_state','CA'),(22387,702,'_shipping_postcode','92026'),(22388,702,'_shipping_country','US'),(22389,702,'_order_currency','USD'),(22390,702,'_cart_discount','0'),(22391,702,'_cart_discount_tax','0'),(22392,702,'_order_shipping','30.13'),(22393,702,'_order_shipping_tax','0'),(22394,702,'_order_tax','0'),(22395,702,'_order_total','246.13'),(22396,702,'_order_version','5.7.0'),(22397,702,'_prices_include_tax','no'),(22398,702,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(22399,702,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(22400,702,'is_vat_exempt','no'),(22401,702,'Payment type','instant'),(22402,702,'_transaction_id','1RR30895XC988274N'),(22403,702,'_paypal_status','completed'),(22404,702,'PayPal Transaction Fee','9.08'),(22405,702,'_date_paid','1632337849'),(22406,702,'_paid_date','2021-09-22 19:10:49'),(22407,702,'_download_permissions_granted','yes'),(22408,702,'_recorded_sales','yes'),(22409,702,'_recorded_coupon_usage_counts','yes'),(22410,702,'_order_stock_reduced','yes'),(22411,702,'_new_order_email_sent','true'),(22452,701,'_edit_lock','1632407202:2'),(22453,701,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055508\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"51b06e089e51f1aaab628f8a3b954a41\";}}'),(22454,701,'_edit_last','2'),(22455,701,'_date_completed','1632407193'),(22456,701,'_completed_date','2021-09-23 14:26:33'),(22457,702,'_edit_lock','1632407099:2'),(22458,702,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055520\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"33668d03b2789c37bf8232d377ebe6b4\";}}'),(22459,702,'_edit_last','2'),(22460,702,'_date_completed','1632407234'),(22461,702,'_completed_date','2021-09-23 14:27:14'),(22462,699,'_edit_lock','1632407596:2'),(22463,699,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055460\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"4973e075c6e6cf97acd4a99d69e9fbe1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055450\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"eb3f6e2922441e5b033464513084f059\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055449\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"06b2c095a7da48e702fcb3f59e5a61da\";}}'),(22464,699,'_edit_last','2'),(22465,699,'_date_completed','1632407724'),(22466,699,'_completed_date','2021-09-23 14:35:24'),(22467,697,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055298\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"18ff9f7bd62351b7b7134f61b660027b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055287\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"ec7734e4fd107b9fe3e2aa516adb03ba\";}}'),(22468,697,'_edit_last','2'),(22469,697,'_date_completed','1632407793'),(22470,697,'_completed_date','2021-09-23 14:36:33'),(22471,607,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055276\";s:12:\"date_shipped\";s:10:\"1632268800\";s:11:\"tracking_id\";s:32:\"e4690404d43fbf0c61b93a15e95ad4b2\";}}'),(22472,607,'_date_completed','1632407908'),(22473,607,'_completed_date','2021-09-23 14:38:28'),(22474,704,'_order_key','wc_order_mTRliZUU3Dhf7'),(22475,704,'_customer_user','4'),(22476,704,'_payment_method','paypal'),(22477,704,'_payment_method_title','PayPal'),(22478,704,'_customer_ip_address','166.70.216.143'),(22479,704,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22480,704,'_created_via','checkout'),(22481,704,'_cart_hash','6e41dd4c03c2183d4061d31dfae21a55'),(22482,704,'_billing_first_name','David'),(22483,704,'_billing_last_name','Washburn'),(22484,704,'_billing_company','Larada Sciences'),(22485,704,'_billing_address_1','154 East Myrtle Ave.'),(22486,704,'_billing_address_2','Ste. #101'),(22487,704,'_billing_city','Murray'),(22488,704,'_billing_state','UT'),(22489,704,'_billing_postcode','84107'),(22490,704,'_billing_country','US'),(22491,704,'_billing_email','david@laradasciences.com'),(22492,704,'_billing_phone','8019197428'),(22493,704,'_shipping_first_name','David'),(22494,704,'_shipping_last_name','Washburn'),(22495,704,'_shipping_company','Larada Sciences'),(22496,704,'_shipping_address_1','154 East Myrtle Ave.'),(22497,704,'_shipping_address_2','Ste. #101'),(22498,704,'_shipping_city','Murray'),(22499,704,'_shipping_state','UT'),(22500,704,'_shipping_postcode','84107'),(22501,704,'_shipping_country','US'),(22502,704,'_order_currency','USD'),(22503,704,'_cart_discount','0'),(22504,704,'_cart_discount_tax','0'),(22505,704,'_order_shipping','0'),(22506,704,'_order_shipping_tax','0'),(22507,704,'_order_tax','0'),(22508,704,'_order_total','1407.62'),(22509,704,'_order_version','5.7.0'),(22510,704,'_prices_include_tax','no'),(22511,704,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(22512,704,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(22513,704,'is_vat_exempt','no'),(22514,705,'_order_key','wc_order_q3lt1kSs9l4ch'),(22515,705,'_customer_user','7'),(22516,705,'_payment_method','paypal'),(22517,705,'_payment_method_title','PayPal'),(22518,705,'_customer_ip_address','71.93.225.128'),(22519,705,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(22520,705,'_created_via','checkout'),(22521,705,'_cart_hash','07c13cc6a9231ac504de0e673d5fb3fd'),(22522,705,'_billing_first_name','Amy'),(22523,705,'_billing_last_name','Allen'),(22524,705,'_billing_company','Lice Clinics Of America'),(22525,705,'_billing_address_1','251 Promise Way'),(22526,705,'_billing_city','Hollister'),(22527,705,'_billing_state','CA'),(22528,705,'_billing_postcode','95023'),(22529,705,'_billing_country','US'),(22530,705,'_billing_email','lca.gilroy@gmail.com'),(22531,705,'_billing_phone','4085005537'),(22532,705,'_shipping_first_name','Amy'),(22533,705,'_shipping_last_name','Allen'),(22534,705,'_shipping_company','LCA Gilroy'),(22535,705,'_shipping_address_1','7680 Monterey Street'),(22536,705,'_shipping_address_2','Suite 104A'),(22537,705,'_shipping_city','Gilroy'),(22538,705,'_shipping_state','CA'),(22539,705,'_shipping_postcode','95020'),(22540,705,'_shipping_country','US'),(22541,705,'_order_currency','USD'),(22542,705,'_cart_discount','0'),(22543,705,'_cart_discount_tax','0'),(22544,705,'_order_shipping','0'),(22545,705,'_order_shipping_tax','0'),(22546,705,'_order_tax','0'),(22547,705,'_order_total','554.88'),(22548,705,'_order_version','5.7.1'),(22549,705,'_prices_include_tax','no'),(22550,705,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(22551,705,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(22552,705,'is_vat_exempt','no'),(22553,705,'Payment type','instant'),(22554,705,'_transaction_id','2PW07842SV421791D'),(22555,705,'_paypal_status','completed'),(22556,705,'PayPal Transaction Fee','19.86'),(22557,705,'_date_paid','1632429365'),(22558,705,'_paid_date','2021-09-23 20:36:05'),(22559,705,'_download_permissions_granted','yes'),(22560,705,'_recorded_sales','yes'),(22561,705,'_recorded_coupon_usage_counts','yes'),(22562,705,'_order_stock_reduced','yes'),(22563,705,'_new_order_email_sent','true'),(22564,704,'_edit_lock','1632503751:2'),(22565,704,'_edit_last','2'),(22566,704,'_recorded_coupon_usage_counts','yes'),(22567,704,'Payment type','instant'),(22568,704,'_transaction_id','9GD236923R563192X'),(22569,704,'_paypal_status','completed'),(22570,704,'PayPal Transaction Fee','49.62'),(22571,704,'_date_paid','1632437864'),(22572,704,'_paid_date','2021-09-23 22:57:44'),(22573,704,'_download_permissions_granted','yes'),(22574,704,'_recorded_sales','yes'),(22575,704,'_order_stock_reduced','yes'),(22576,704,'_new_order_email_sent','true'),(22577,706,'_order_key','wc_order_k9ygda2T4zw0d'),(22578,706,'_customer_user','78'),(22579,706,'_payment_method','paypal'),(22580,706,'_payment_method_title','PayPal'),(22581,706,'_customer_ip_address','108.54.149.237'),(22582,706,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(22583,706,'_created_via','checkout'),(22584,706,'_cart_hash','6cddfa1a59b5987d1e0020cd2371c04b'),(22585,706,'_billing_first_name','Richard'),(22586,706,'_billing_last_name','Florsheim'),(22587,706,'_billing_company','Licura'),(22588,706,'_billing_address_1','3827 w fairway heights dr'),(22589,706,'_billing_city','Mequon'),(22590,706,'_billing_state','WI'),(22591,706,'_billing_postcode','53092'),(22592,706,'_billing_country','US'),(22593,706,'_billing_email','tara@liceclinicslongIsland.com'),(22594,706,'_billing_phone','5619006382'),(22595,706,'_shipping_first_name','Tara'),(22596,706,'_shipping_last_name','Johnson'),(22597,706,'_shipping_company','LCA'),(22598,706,'_shipping_address_1','2330 Faye ct'),(22599,706,'_shipping_address_2','Ste 203'),(22600,706,'_shipping_city','Merrick'),(22601,706,'_shipping_state','NY'),(22602,706,'_shipping_postcode','11566'),(22603,706,'_shipping_country','US'),(22604,706,'_order_currency','USD'),(22605,706,'_cart_discount','0'),(22606,706,'_cart_discount_tax','0'),(22607,706,'_order_shipping','11.92'),(22608,706,'_order_shipping_tax','0'),(22609,706,'_order_tax','0'),(22610,706,'_order_total','11.92'),(22611,706,'_order_version','5.7.1'),(22612,706,'_prices_include_tax','no'),(22613,706,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(22614,706,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct Ste 203 Merrick NY 11566 US '),(22615,706,'is_vat_exempt','no'),(22616,706,'_edit_lock','1632778703:2'),(22617,706,'_edit_last','2'),(22618,706,'_recorded_coupon_usage_counts','yes'),(22619,707,'_order_key','wc_order_VauFH4UXI2qJf'),(22620,707,'_customer_user','78'),(22621,707,'_payment_method','paypal'),(22622,707,'_payment_method_title','PayPal'),(22623,707,'_customer_ip_address','108.54.149.237'),(22624,707,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(22625,707,'_created_via','checkout'),(22626,707,'_cart_hash','9c34b66f5c90fc525d2d802e5bb0eac1'),(22627,707,'_billing_first_name','Richard'),(22628,707,'_billing_last_name','Florsheim'),(22629,707,'_billing_company','Licura'),(22630,707,'_billing_address_1','3827 w fairway heights dr'),(22631,707,'_billing_city','Mequon'),(22632,707,'_billing_state','WI'),(22633,707,'_billing_postcode','53092'),(22634,707,'_billing_country','US'),(22635,707,'_billing_email','tara@liceclinicslongIsland.com'),(22636,707,'_billing_phone','5619006382'),(22637,707,'_shipping_first_name','Tara'),(22638,707,'_shipping_last_name','Johnson'),(22639,707,'_shipping_company','LCA'),(22640,707,'_shipping_address_1','599 west Hartsdale ave'),(22641,707,'_shipping_address_2','Ste 203'),(22642,707,'_shipping_city','White plains'),(22643,707,'_shipping_state','NY'),(22644,707,'_shipping_postcode','10607'),(22645,707,'_shipping_country','US'),(22646,707,'_order_currency','USD'),(22647,707,'_cart_discount','0'),(22648,707,'_cart_discount_tax','0'),(22649,707,'_order_shipping','13.53'),(22650,707,'_order_shipping_tax','0'),(22651,707,'_order_tax','0'),(22652,707,'_order_total','13.53'),(22653,707,'_order_version','5.7.1'),(22654,707,'_prices_include_tax','no'),(22655,707,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(22656,707,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(22657,707,'is_vat_exempt','no'),(22658,706,'Payment type','instant'),(22659,706,'_transaction_id','1GM04978VG2295703'),(22660,706,'_paypal_status','completed'),(22661,706,'PayPal Transaction Fee','0.91'),(22662,706,'_date_paid','1632494574'),(22663,706,'_paid_date','2021-09-24 14:42:54'),(22664,706,'_download_permissions_granted','yes'),(22665,706,'_recorded_sales','yes'),(22666,706,'_order_stock_reduced','yes'),(22667,706,'_new_order_email_sent','true'),(22668,707,'_edit_lock','1632778729:2'),(22669,707,'_edit_last','2'),(22670,707,'_recorded_coupon_usage_counts','yes'),(22671,704,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055688\";s:12:\"date_shipped\";s:10:\"1632441600\";s:11:\"tracking_id\";s:32:\"64bb3f6bbd8f21cd7cef622dea2ee851\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055677\";s:12:\"date_shipped\";i:1632503169;s:11:\"tracking_id\";s:32:\"09379bb22b37ca8aae1bbabbaeefa624\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055666\";s:12:\"date_shipped\";i:1632503173;s:11:\"tracking_id\";s:32:\"5eccd8257736d749a8068f21c1e7a2fc\";}}'),(22672,704,'_date_completed','1632503179'),(22673,704,'_completed_date','2021-09-24 17:06:19'),(22674,707,'Payment type','instant'),(22675,707,'_transaction_id','99S445858F713491G'),(22676,707,'_paypal_status','completed'),(22677,707,'PayPal Transaction Fee','0.96'),(22678,707,'_date_paid','1632503899'),(22679,707,'_paid_date','2021-09-24 17:18:19'),(22680,707,'_download_permissions_granted','yes'),(22681,707,'_recorded_sales','yes'),(22682,707,'_order_stock_reduced','yes'),(22683,707,'_new_order_email_sent','true'),(22684,700,'Payment type','instant'),(22685,700,'_transaction_id','79237930TV972271T'),(22686,700,'_paypal_status','completed'),(22687,700,'PayPal Transaction Fee','39.57'),(22688,700,'_date_paid','1632530486'),(22689,700,'_paid_date','2021-09-25 00:41:26'),(22690,700,'_download_permissions_granted','yes'),(22691,700,'_recorded_sales','yes'),(22692,700,'_order_stock_reduced','yes'),(22693,700,'_new_order_email_sent','true'),(22694,41,'sg_product_enable','no'),(22695,41,'sg_product_disable','no'),(22696,41,'minimum_allowed_quantity',''),(22697,41,'maximum_allowed_quantity',''),(22698,41,'group_of_quantity',''),(22699,41,'minmax_do_not_count','no'),(22700,41,'minmax_cart_exclude','no'),(22701,41,'minmax_category_group_of_exclude','no'),(22739,709,'_order_key','wc_order_dxnVtJHZFV8cb'),(22740,709,'_customer_user','61'),(22741,709,'_payment_method','paypal'),(22742,709,'_payment_method_title','PayPal'),(22743,709,'_customer_ip_address','217.180.202.68'),(22744,709,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22745,709,'_created_via','checkout'),(22746,709,'_cart_hash','33b4bcf20c4bed45b1b25c487e9028f1'),(22747,709,'_billing_first_name','Judith'),(22748,709,'_billing_last_name','Hayden'),(22749,709,'_billing_company','LCA Lexington'),(22750,709,'_billing_address_1','1795 Alysheba Way'),(22751,709,'_billing_address_2','Ste 4105'),(22752,709,'_billing_city','Lexington'),(22753,709,'_billing_state','KY'),(22754,709,'_billing_postcode','40509'),(22755,709,'_billing_country','US'),(22756,709,'_billing_email','info@liceclinicslexington.com'),(22757,709,'_billing_phone','8595376966'),(22758,709,'_shipping_first_name','Judith'),(22759,709,'_shipping_last_name','Hayden'),(22760,709,'_shipping_company','LCA Lexington'),(22761,709,'_shipping_address_1','1795 Alysheba Way'),(22762,709,'_shipping_address_2','Ste 4105'),(22763,709,'_shipping_city','Lexington'),(22764,709,'_shipping_state','KY'),(22765,709,'_shipping_postcode','40509'),(22766,709,'_shipping_country','US'),(22767,709,'_order_currency','USD'),(22768,709,'_cart_discount','0'),(22769,709,'_cart_discount_tax','0'),(22770,709,'_order_shipping','0'),(22771,709,'_order_shipping_tax','0'),(22772,709,'_order_tax','0'),(22773,709,'_order_total','1052.54'),(22774,709,'_order_version','5.7.0'),(22775,709,'_prices_include_tax','no'),(22776,709,'_billing_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(22777,709,'_shipping_address_index','Judith Hayden LCA Lexington 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(22778,709,'is_vat_exempt','no'),(22779,709,'Payment type','instant'),(22780,709,'_transaction_id','2M644148L26492117'),(22781,709,'_paypal_status','completed'),(22782,709,'PayPal Transaction Fee','37.22'),(22783,709,'_date_paid','1632769237'),(22784,709,'_paid_date','2021-09-27 19:00:37'),(22785,709,'_download_permissions_granted','yes'),(22786,709,'_recorded_sales','yes'),(22787,709,'_recorded_coupon_usage_counts','yes'),(22788,709,'_order_stock_reduced','yes'),(22789,709,'_new_order_email_sent','true'),(22793,709,'_edit_lock','1632778189:2'),(22794,709,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056011\";s:12:\"date_shipped\";s:10:\"1632700800\";s:11:\"tracking_id\";s:32:\"43d9d8171e6cc36925449a0f2b4f5aa7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056000\";s:12:\"date_shipped\";i:1632778316;s:11:\"tracking_id\";s:32:\"f75a83db5fd8487d3ab9cf0ee48aaac3\";}}'),(22795,709,'_edit_last','2'),(22796,709,'_date_completed','1632778321'),(22797,709,'_completed_date','2021-09-27 21:32:01'),(22798,700,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055828\";s:12:\"date_shipped\";s:10:\"1632700800\";s:11:\"tracking_id\";s:32:\"079f47065157e751753428dd17a8442e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055817\";s:12:\"date_shipped\";i:1632778374;s:11:\"tracking_id\";s:32:\"e913073a3fe39a1c20186be19dc480d9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055806\";s:12:\"date_shipped\";i:1632778381;s:11:\"tracking_id\";s:32:\"e7761ad806030fd12fbc64728eb57c8c\";}}'),(22799,700,'_date_completed','1632778387'),(22800,700,'_completed_date','2021-09-27 21:33:07'),(22801,706,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055736\";s:12:\"date_shipped\";s:10:\"1632441600\";s:11:\"tracking_id\";s:32:\"66379e12f553888b03be952a562bba1d\";}}'),(22802,706,'_date_completed','1632778833'),(22803,706,'_completed_date','2021-09-27 21:40:33'),(22804,707,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055703\";s:12:\"date_shipped\";s:10:\"1632441600\";s:11:\"tracking_id\";s:32:\"3b7171736bd2480dea111d1a77d75840\";}}'),(22805,707,'_date_completed','1632778863'),(22806,707,'_completed_date','2021-09-27 21:41:03'),(22807,710,'_order_key','wc_order_gz2HIm2PPPj7R'),(22808,710,'_customer_user','21'),(22809,710,'_payment_method','paypal'),(22810,710,'_payment_method_title','PayPal'),(22811,710,'_customer_ip_address','173.216.41.31'),(22812,710,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(22813,710,'_created_via','checkout'),(22814,710,'_cart_hash','e071f44f497cb25f78a6b048638c3cc5'),(22815,710,'_billing_first_name','LCA'),(22816,710,'_billing_last_name','Arkansas'),(22817,710,'_billing_company','LCA - Central Arkansas'),(22818,710,'_billing_address_1','1011 N. 2nd St., Ste. D'),(22819,710,'_billing_city','Cabot'),(22820,710,'_billing_state','AR'),(22821,710,'_billing_postcode','72023'),(22822,710,'_billing_country','US'),(22823,710,'_billing_email','liceclinicslittlerock@gmail.com'),(22824,710,'_billing_phone','15014249396'),(22825,710,'_shipping_first_name','LCA'),(22826,710,'_shipping_last_name','Arkansas'),(22827,710,'_shipping_company','LCA - Central Arkansas'),(22828,710,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(22829,710,'_shipping_city','Cabot'),(22830,710,'_shipping_state','AR'),(22831,710,'_shipping_postcode','72023'),(22832,710,'_shipping_country','US'),(22833,710,'_order_currency','USD'),(22834,710,'_cart_discount','0'),(22835,710,'_cart_discount_tax','0'),(22836,710,'_order_shipping','0'),(22837,710,'_order_shipping_tax','0'),(22838,710,'_order_tax','0'),(22839,710,'_order_total','1162.80'),(22840,710,'_order_version','5.7.1'),(22841,710,'_prices_include_tax','no'),(22842,710,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(22843,710,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(22844,710,'is_vat_exempt','no'),(22845,710,'_edit_lock','1633962945:2'),(22846,710,'_recorded_coupon_usage_counts','yes'),(22847,711,'_order_key','wc_order_cq2ZsLDOHegF8'),(22848,711,'_customer_user','0'),(22849,711,'_payment_method','paypal'),(22850,711,'_payment_method_title','PayPal'),(22851,711,'_customer_ip_address','174.27.80.127'),(22852,711,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(22853,711,'_created_via','checkout'),(22854,711,'_cart_hash','5b99b9be755564a81669cb3e4d7e3eb5'),(22855,711,'_billing_first_name','SaLeah'),(22856,711,'_billing_last_name','Snelling'),(22857,711,'_billing_address_1','11024 W. Inglin Dr'),(22858,711,'_billing_city','Boise'),(22859,711,'_billing_state','ID'),(22860,711,'_billing_postcode','83709'),(22861,711,'_billing_country','US'),(22862,711,'_billing_email','info@liceclinicsboise.com'),(22863,711,'_billing_phone','2088302070'),(22864,711,'_shipping_first_name','SaLeah'),(22865,711,'_shipping_last_name','Snelling'),(22866,711,'_shipping_address_1','2650 South Eagle Road'),(22867,711,'_shipping_address_2','Ste 120'),(22868,711,'_shipping_city','Meridian'),(22869,711,'_shipping_state','ID'),(22870,711,'_shipping_postcode','83642'),(22871,711,'_shipping_country','US'),(22872,711,'_order_currency','USD'),(22873,711,'_cart_discount','0'),(22874,711,'_cart_discount_tax','0'),(22875,711,'_order_shipping','21.8'),(22876,711,'_order_shipping_tax','0'),(22877,711,'_order_tax','0'),(22878,711,'_order_total','21.80'),(22879,711,'_order_version','5.7.1'),(22880,711,'_prices_include_tax','no'),(22881,711,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(22882,711,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US '),(22883,711,'is_vat_exempt','no'),(22886,712,'_start_date','2022-07-18 00:00:00'),(22888,712,'_end_date',''),(22890,711,'_edit_lock','1633021034:2'),(22891,711,'_recorded_coupon_usage_counts','yes'),(22892,711,'_edit_last','2'),(22893,711,'Payment type','instant'),(22894,711,'_transaction_id','02G44076YJ2639905'),(22895,711,'_paypal_status','completed'),(22896,711,'PayPal Transaction Fee','1.25'),(22897,711,'_date_paid','1632955872'),(22898,711,'_paid_date','2021-09-29 22:51:12'),(22899,711,'_download_permissions_granted','yes'),(22900,711,'_recorded_sales','yes'),(22901,711,'_order_stock_reduced','yes'),(22902,711,'_new_order_email_sent','true'),(22903,711,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056261\";s:12:\"date_shipped\";s:10:\"1632960000\";s:11:\"tracking_id\";s:32:\"0ead71c56993967a844dfe741e870211\";}}'),(22904,711,'_date_completed','1633021026'),(22905,711,'_completed_date','2021-09-30 16:57:06'),(22906,705,'_edit_lock','1633021605:2'),(22907,705,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953055644\";s:12:\"date_shipped\";s:10:\"1632441600\";s:11:\"tracking_id\";s:32:\"3933de8743a826567946e2faa2469f64\";}}'),(22908,705,'_edit_last','2'),(22909,705,'_date_completed','1633021388'),(22910,705,'_completed_date','2021-09-30 17:03:08'),(22911,714,'_order_key','wc_order_gv2zxT8GflZSi'),(22912,714,'_customer_user','48'),(22913,714,'_payment_method','paypal'),(22914,714,'_payment_method_title','PayPal'),(22915,714,'_customer_ip_address','50.4.121.93'),(22916,714,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47'),(22917,714,'_created_via','checkout'),(22918,714,'_cart_hash','c60ceb942d269cdded047eef2527da1c'),(22919,714,'_billing_first_name','Suzanne'),(22920,714,'_billing_last_name','McCutchan'),(22921,714,'_billing_address_1','7206 OAK HILL RD'),(22922,714,'_billing_city','Evansville'),(22923,714,'_billing_state','IN'),(22924,714,'_billing_postcode','47725'),(22925,714,'_billing_country','US'),(22926,714,'_billing_email','suzannemccutchan@outlook.com'),(22927,714,'_billing_phone','8127468389'),(22928,714,'_shipping_first_name','Suzanne'),(22929,714,'_shipping_last_name','McCutchan'),(22930,714,'_shipping_address_1','7206 Oak Hill Rd'),(22931,714,'_shipping_city','Evansville'),(22932,714,'_shipping_state','IN'),(22933,714,'_shipping_postcode','47725'),(22934,714,'_shipping_country','US'),(22935,714,'_order_currency','USD'),(22936,714,'_cart_discount','0'),(22937,714,'_cart_discount_tax','0'),(22938,714,'_order_shipping','34.41'),(22939,714,'_order_shipping_tax','0'),(22940,714,'_order_tax','0'),(22941,714,'_order_total','565.47'),(22942,714,'_order_version','5.8.0'),(22943,714,'_prices_include_tax','no'),(22944,714,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(22945,714,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US '),(22946,714,'is_vat_exempt','no'),(22947,715,'_order_key','wc_order_tnw1sZA1llL1W'),(22948,715,'_customer_user','79'),(22949,715,'_payment_method','paypal'),(22950,715,'_payment_method_title','PayPal'),(22951,715,'_customer_ip_address','174.203.51.172'),(22952,715,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(22953,715,'_created_via','checkout'),(22954,715,'_cart_hash','d55896f161d2d59e3b2e26eefdf943fe'),(22955,715,'_billing_first_name','Shanna'),(22956,715,'_billing_last_name','Castille'),(22957,715,'_billing_address_1','1097 Hundley Rd'),(22958,715,'_billing_city','Eunice'),(22959,715,'_billing_state','LA'),(22960,715,'_billing_postcode','70535'),(22961,715,'_billing_country','US'),(22962,715,'_billing_email','Shanna_sr09@yahoo.com'),(22963,715,'_billing_phone','3374668998'),(22964,715,'_shipping_first_name','Shanna'),(22965,715,'_shipping_last_name','Castille'),(22966,715,'_shipping_address_1','1097 Hundley Rd'),(22967,715,'_shipping_city','eunice'),(22968,715,'_shipping_state','LA'),(22969,715,'_shipping_postcode','70535'),(22970,715,'_shipping_country','US'),(22971,715,'_order_currency','USD'),(22972,715,'_cart_discount','0'),(22973,715,'_cart_discount_tax','0'),(22974,715,'_order_shipping','0'),(22975,715,'_order_shipping_tax','0'),(22976,715,'_order_tax','0'),(22977,715,'_order_total','633.60'),(22978,715,'_order_version','5.7.1'),(22979,715,'_prices_include_tax','no'),(22980,715,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(22981,715,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(22982,715,'is_vat_exempt','no'),(22983,715,'Payment type','instant'),(22984,715,'_transaction_id','5F138937FC788045G'),(22985,715,'_paypal_status','completed'),(22986,715,'PayPal Transaction Fee','22.60'),(22987,715,'_date_paid','1633038898'),(22988,715,'_paid_date','2021-09-30 21:54:58'),(22989,715,'_download_permissions_granted','yes'),(22990,715,'_recorded_sales','yes'),(22991,715,'_recorded_coupon_usage_counts','yes'),(22992,715,'_order_stock_reduced','yes'),(22993,715,'_new_order_email_sent','true'),(22994,716,'_order_key','wc_order_WY5RA9NSEqg4N'),(22995,716,'_customer_user','37'),(22996,716,'_payment_method','paypal'),(22997,716,'_payment_method_title','PayPal'),(22998,716,'_customer_ip_address','98.16.3.16'),(22999,716,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'),(23000,716,'_created_via','checkout'),(23001,716,'_cart_hash','6d57126da4b2974957f5b0c13a82fd20'),(23002,716,'_billing_first_name','Melody'),(23003,716,'_billing_last_name','Carter'),(23004,716,'_billing_company','Family Hair Clinic of South Ga LLC'),(23005,716,'_billing_address_1','7754 GA HIGHWAY 122 W'),(23006,716,'_billing_city','HAHIRA'),(23007,716,'_billing_state','GA'),(23008,716,'_billing_postcode','31632-2210'),(23009,716,'_billing_country','US'),(23010,716,'_billing_email','familyhairclinic@gmail.com'),(23011,716,'_billing_phone','2294151748'),(23012,716,'_shipping_first_name','Melody'),(23013,716,'_shipping_last_name','Carter'),(23014,716,'_shipping_company','LCA Family Hair Clinic'),(23015,716,'_shipping_address_1','7754 GA Highway 122 W'),(23016,716,'_shipping_city','Hahira'),(23017,716,'_shipping_state','GA'),(23018,716,'_shipping_postcode','31632'),(23019,716,'_shipping_country','US'),(23020,716,'_order_currency','USD'),(23021,716,'_cart_discount','0'),(23022,716,'_cart_discount_tax','0'),(23023,716,'_order_shipping','22.93'),(23024,716,'_order_shipping_tax','0'),(23025,716,'_order_tax','0'),(23026,716,'_order_total','143.89'),(23027,716,'_order_version','5.7.1'),(23028,716,'_prices_include_tax','no'),(23029,716,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(23030,716,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(23031,716,'is_vat_exempt','no'),(23032,716,'_edit_lock','1633553338:2'),(23033,716,'_recorded_coupon_usage_counts','yes'),(23071,695,'Payment type','instant'),(23072,695,'_transaction_id','6ML52581BT753912V'),(23073,695,'_paypal_status','completed'),(23074,695,'PayPal Transaction Fee','1.01'),(23075,695,'_date_paid','1633128907'),(23076,695,'_paid_date','2021-10-01 22:55:07'),(23077,695,'_download_permissions_granted','yes'),(23078,695,'_recorded_sales','yes'),(23079,695,'_order_stock_reduced','yes'),(23080,695,'_new_order_email_sent','true'),(23081,718,'_order_key','wc_order_epa2Ia9pOStOK'),(23082,718,'_customer_user','0'),(23083,718,'_payment_method','paypal'),(23084,718,'_payment_method_title','PayPal'),(23085,718,'_customer_ip_address','98.114.225.15'),(23086,718,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(23087,718,'_created_via','checkout'),(23088,718,'_cart_hash','bb9b554c9200df2236427147ed22379d'),(23089,718,'_billing_first_name','Meredith'),(23090,718,'_billing_last_name','Croy'),(23091,718,'_billing_company','Meredith Croy'),(23092,718,'_billing_address_1','749 ARDEN RD'),(23093,718,'_billing_city','JENKINTOWN'),(23094,718,'_billing_state','PA'),(23095,718,'_billing_postcode','19046-1524'),(23096,718,'_billing_country','US'),(23097,718,'_billing_email','designer303@aol.com'),(23098,718,'_billing_phone','2672501243'),(23099,718,'_shipping_first_name','Elisabeth'),(23100,718,'_shipping_last_name','Newell'),(23101,718,'_shipping_address_1','110 Alburger Ave'),(23102,718,'_shipping_city','philadelphia'),(23103,718,'_shipping_state','PA'),(23104,718,'_shipping_postcode','19115'),(23105,718,'_shipping_country','US'),(23106,718,'_order_currency','USD'),(23107,718,'_cart_discount','0'),(23108,718,'_cart_discount_tax','0'),(23109,718,'_order_shipping','26.38'),(23110,718,'_order_shipping_tax','0'),(23111,718,'_order_tax','0'),(23112,718,'_order_total','373.90'),(23113,718,'_order_version','5.7.1'),(23114,718,'_prices_include_tax','no'),(23115,718,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(23116,718,'_shipping_address_index','Elisabeth Newell  110 Alburger Ave  philadelphia PA 19115 US '),(23117,718,'is_vat_exempt','no'),(23118,714,'_edit_lock','1634667838:2'),(23119,715,'_edit_lock','1633356711:2'),(23120,695,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056629\";s:12:\"date_shipped\";s:10:\"1633305600\";s:11:\"tracking_id\";s:32:\"9012cbb2ba1d213ee9e2625c627e8af5\";}}'),(23121,695,'_date_completed','1633356620'),(23122,695,'_completed_date','2021-10-04 14:10:20'),(23123,715,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056526\";s:12:\"date_shipped\";s:10:\"1633046400\";s:11:\"tracking_id\";s:32:\"0f0ff214aae8404ce1e35e8e33ffec2a\";}}'),(23124,715,'_edit_last','2'),(23125,715,'_date_completed','1633356840'),(23126,715,'_completed_date','2021-10-04 14:14:00'),(23127,719,'_order_key','wc_order_wvdlMWDOG4XEV'),(23128,719,'_customer_user','11'),(23129,719,'_payment_method','paypal'),(23130,719,'_payment_method_title','PayPal'),(23131,719,'_customer_ip_address','74.130.231.217'),(23132,719,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(23133,719,'_created_via','checkout'),(23134,719,'_cart_hash','a73be5cc99a9ab4d2bf79b63f352cfd2'),(23135,719,'_billing_first_name','Tina'),(23136,719,'_billing_last_name','Hunt'),(23137,719,'_billing_company','LCBG, LLC'),(23138,719,'_billing_address_1','830 Fairview Ave.'),(23139,719,'_billing_address_2','Suite A-4'),(23140,719,'_billing_city','Bowling Green'),(23141,719,'_billing_state','KY'),(23142,719,'_billing_postcode','42101'),(23143,719,'_billing_country','US'),(23144,719,'_billing_email','info@liceclinicsbowlinggreen.com'),(23145,719,'_billing_phone','2709996803'),(23146,719,'_shipping_first_name','Tina'),(23147,719,'_shipping_last_name','Hunt'),(23148,719,'_shipping_address_1','494 Hub Boulevard'),(23149,719,'_shipping_address_2','Apt 1012'),(23150,719,'_shipping_city','Bowling Green'),(23151,719,'_shipping_state','KY'),(23152,719,'_shipping_postcode','42101'),(23153,719,'_shipping_country','US'),(23154,719,'_order_currency','USD'),(23155,719,'_cart_discount','0'),(23156,719,'_cart_discount_tax','0'),(23157,719,'_order_shipping','15.22'),(23158,719,'_order_shipping_tax','0'),(23159,719,'_order_tax','0'),(23160,719,'_order_total','126.22'),(23161,719,'_order_version','5.7.1'),(23162,719,'_prices_include_tax','no'),(23163,719,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(23164,719,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(23165,719,'is_vat_exempt','no'),(23166,719,'Payment type','instant'),(23167,719,'_transaction_id','6BJ29448UP516903P'),(23168,719,'_paypal_status','completed'),(23169,719,'PayPal Transaction Fee','4.90'),(23170,719,'_date_paid','1633367857'),(23171,719,'_paid_date','2021-10-04 17:17:37'),(23172,719,'_download_permissions_granted','yes'),(23173,719,'_recorded_sales','yes'),(23174,719,'_recorded_coupon_usage_counts','yes'),(23175,719,'_order_stock_reduced','yes'),(23176,719,'_new_order_email_sent','true'),(23191,720,'_order_key','wc_order_iIdmtZwZnHWNf'),(23192,720,'_customer_user','67'),(23193,720,'_payment_method','paypal'),(23194,720,'_payment_method_title','PayPal'),(23195,720,'_customer_ip_address','74.77.55.50'),(23196,720,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(23197,720,'_created_via','checkout'),(23198,720,'_cart_hash','685a46b0ee0c99a4f14f7992a3ef4ca3'),(23199,720,'_billing_first_name','Marnie'),(23200,720,'_billing_last_name','Murray'),(23201,720,'_billing_company','Naughty Nits'),(23202,720,'_billing_address_1','2809 Wehrle Drive'),(23203,720,'_billing_address_2','Suite 10'),(23204,720,'_billing_city','Williamsville'),(23205,720,'_billing_state','NY'),(23206,720,'_billing_postcode','14221'),(23207,720,'_billing_country','US'),(23208,720,'_billing_email','liceclinicsupstateny@gmail.com'),(23209,720,'_billing_phone','7166265423'),(23210,720,'_shipping_first_name','Marnie'),(23211,720,'_shipping_last_name','Murray'),(23212,720,'_shipping_company','LCA Buffalo'),(23213,720,'_shipping_address_1','2809 Wehrle Drive'),(23214,720,'_shipping_address_2','Suite 10'),(23215,720,'_shipping_city','Williamsville'),(23216,720,'_shipping_state','NY'),(23217,720,'_shipping_postcode','14221'),(23218,720,'_shipping_country','US'),(23219,720,'_order_currency','USD'),(23220,720,'_cart_discount','0'),(23221,720,'_cart_discount_tax','0'),(23222,720,'_order_shipping','14.71'),(23223,720,'_order_shipping_tax','0'),(23224,720,'_order_tax','0'),(23225,720,'_order_total','256.63'),(23226,720,'_order_version','5.7.1'),(23227,720,'_prices_include_tax','no'),(23228,720,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(23229,720,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(23230,720,'is_vat_exempt','no'),(23231,720,'Payment type','instant'),(23232,720,'_transaction_id','2RP40409CW288781L'),(23233,720,'_paypal_status','completed'),(23234,720,'PayPal Transaction Fee','9.45'),(23235,720,'_date_paid','1633447638'),(23236,720,'_paid_date','2021-10-05 15:27:18'),(23237,720,'_download_permissions_granted','yes'),(23238,720,'_recorded_sales','yes'),(23239,720,'_recorded_coupon_usage_counts','yes'),(23240,720,'_order_stock_reduced','yes'),(23241,720,'_new_order_email_sent','true'),(23280,722,'_order_key','wc_order_XdXzfj000r4YH'),(23281,722,'_customer_user','0'),(23282,722,'_payment_method','paypal'),(23283,722,'_payment_method_title','PayPal'),(23284,722,'_customer_ip_address','136.49.57.192'),(23285,722,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'),(23286,722,'_created_via','checkout'),(23287,722,'_cart_hash','8da527f592ad6cc89f41130f2717d9f3'),(23288,722,'_billing_first_name','Lee'),(23289,722,'_billing_last_name','Rogers'),(23290,722,'_billing_company','LCA - Wichita'),(23291,722,'_billing_address_1','40 N Interstate 35'),(23292,722,'_billing_address_2','4B2'),(23293,722,'_billing_city','Austin'),(23294,722,'_billing_state','KS'),(23295,722,'_billing_postcode','78701'),(23296,722,'_billing_country','US'),(23297,722,'_billing_email','liceclinicwichita@gmail.com'),(23298,722,'_billing_phone','3167279951'),(23299,722,'_shipping_first_name','Kaitlin'),(23300,722,'_shipping_last_name','Ryan'),(23301,722,'_shipping_company','LCA Dublin'),(23302,722,'_shipping_address_1','5910 Wilcox Place'),(23303,722,'_shipping_address_2','Suite E'),(23304,722,'_shipping_city','Dublin'),(23305,722,'_shipping_state','OH'),(23306,722,'_shipping_postcode','43016'),(23307,722,'_shipping_country','US'),(23308,722,'_order_currency','USD'),(23309,722,'_cart_discount','0'),(23310,722,'_cart_discount_tax','0'),(23311,722,'_order_shipping','0'),(23312,722,'_order_shipping_tax','0'),(23313,722,'_order_tax','0'),(23314,722,'_order_total','1260.48'),(23315,722,'_order_version','5.7.1'),(23316,722,'_prices_include_tax','no'),(23317,722,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(23318,722,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(23319,722,'is_vat_exempt','no'),(23320,722,'Payment type','instant'),(23321,722,'_transaction_id','0WT5126345198301R'),(23322,722,'_paypal_status','completed'),(23323,722,'PayPal Transaction Fee','44.48'),(23324,722,'_date_paid','1633467936'),(23325,722,'_paid_date','2021-10-05 21:05:36'),(23326,722,'_download_permissions_granted','yes'),(23327,722,'_recorded_sales','yes'),(23328,722,'_recorded_coupon_usage_counts','yes'),(23329,722,'_order_stock_reduced','yes'),(23330,722,'_new_order_email_sent','true'),(23346,723,'_order_key','wc_order_AW25ZBYAGnu7o'),(23347,723,'_customer_user','48'),(23348,723,'_payment_method','paypal'),(23349,723,'_payment_method_title','PayPal'),(23350,723,'_customer_ip_address','50.4.121.93'),(23351,723,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47'),(23352,723,'_created_via','checkout'),(23353,723,'_cart_hash','7fffa1957a37277d8004f7d1cabb5ef7'),(23354,723,'_billing_first_name','Suzanne'),(23355,723,'_billing_last_name','McCutchan'),(23356,723,'_billing_address_1','7206 OAK HILL RD'),(23357,723,'_billing_city','Evansville'),(23358,723,'_billing_state','IN'),(23359,723,'_billing_postcode','47725'),(23360,723,'_billing_country','US'),(23361,723,'_billing_email','suzannemccutchan@outlook.com'),(23362,723,'_billing_phone','8127468389'),(23363,723,'_shipping_first_name','Suzanne'),(23364,723,'_shipping_last_name','McCutchan'),(23365,723,'_shipping_address_1','7206 Oak Hill Rd'),(23366,723,'_shipping_city','Evansville'),(23367,723,'_shipping_state','IN'),(23368,723,'_shipping_postcode','47725'),(23369,723,'_shipping_country','US'),(23370,723,'_order_currency','USD'),(23371,723,'_cart_discount','0'),(23372,723,'_cart_discount_tax','0'),(23373,723,'_order_shipping','16.25'),(23374,723,'_order_shipping_tax','0'),(23375,723,'_order_tax','0'),(23376,723,'_order_total','317.69'),(23377,723,'_order_version','5.7.1'),(23378,723,'_prices_include_tax','no'),(23379,723,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(23380,723,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US '),(23381,723,'is_vat_exempt','no'),(23382,723,'Payment type','instant'),(23383,723,'_transaction_id','7R058946Y1208615H'),(23384,723,'_paypal_status','completed'),(23385,723,'PayPal Transaction Fee','11.58'),(23386,723,'_date_paid','1633473982'),(23387,723,'_paid_date','2021-10-05 22:46:22'),(23388,723,'_download_permissions_granted','yes'),(23389,723,'_recorded_sales','yes'),(23390,723,'_recorded_coupon_usage_counts','yes'),(23391,723,'_order_stock_reduced','yes'),(23392,723,'_new_order_email_sent','true'),(23393,718,'_edit_lock','1633548132:2'),(23394,718,'_edit_last','2'),(23395,718,'_recorded_coupon_usage_counts','yes'),(23396,718,'Payment type','instant'),(23397,718,'_transaction_id','3UJ22603FA573831X'),(23398,718,'_paypal_status','completed'),(23399,718,'PayPal Transaction Fee','13.54'),(23400,718,'_date_paid','1633532482'),(23401,718,'_paid_date','2021-10-06 15:01:22'),(23402,718,'_download_permissions_granted','yes'),(23403,718,'_recorded_sales','yes'),(23404,718,'_order_stock_reduced','yes'),(23405,718,'_new_order_email_sent','true'),(23406,724,'_order_key','wc_order_0n6fvLDjXDblM'),(23407,724,'_customer_user','25'),(23408,724,'_payment_method','paypal'),(23409,724,'_payment_method_title','PayPal'),(23410,724,'_customer_ip_address','23.124.3.136'),(23411,724,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(23412,724,'_created_via','checkout'),(23413,724,'_cart_hash','c33ff5cd97c10f712c7bc629d5eb0f83'),(23414,724,'_billing_first_name','Blaine'),(23415,724,'_billing_last_name','Tyrone'),(23416,724,'_billing_address_1','39 Canebrake Blvd'),(23417,724,'_billing_city','Hattiesburg'),(23418,724,'_billing_state','MS'),(23419,724,'_billing_postcode','39402'),(23420,724,'_billing_country','US'),(23421,724,'_billing_email','info@liceclinicssouthms.com'),(23422,724,'_billing_phone','6016063355'),(23423,724,'_shipping_first_name','Blaine'),(23424,724,'_shipping_last_name','Tyrone'),(23425,724,'_shipping_address_1','39 Canebrake Blvd'),(23426,724,'_shipping_city','Hattiesburg'),(23427,724,'_shipping_state','MS'),(23428,724,'_shipping_postcode','39402'),(23429,724,'_shipping_country','US'),(23430,724,'_order_currency','USD'),(23431,724,'_cart_discount','0'),(23432,724,'_cart_discount_tax','0'),(23433,724,'_order_shipping','9.59'),(23434,724,'_order_shipping_tax','0'),(23435,724,'_order_tax','0'),(23436,724,'_order_total','9.59'),(23437,724,'_order_version','5.7.1'),(23438,724,'_prices_include_tax','no'),(23439,724,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(23440,724,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(23441,724,'is_vat_exempt','no'),(23442,725,'_order_key','wc_order_nPTvLKWSDmgAy'),(23443,725,'_customer_user','6'),(23444,725,'_payment_method','paypal'),(23445,725,'_payment_method_title','PayPal'),(23446,725,'_customer_ip_address','73.185.101.95'),(23447,725,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36'),(23448,725,'_created_via','checkout'),(23449,725,'_cart_hash','40f0c15f8a61e440229dc9675b6c827f'),(23450,725,'_billing_first_name','Amira'),(23451,725,'_billing_last_name','Purto'),(23452,725,'_billing_address_1','2628 Acapulco Way'),(23453,725,'_billing_city','Modesto'),(23454,725,'_billing_state','CA'),(23455,725,'_billing_postcode','95355'),(23456,725,'_billing_country','US'),(23457,725,'_billing_email','amira77@sbcglobal.net'),(23458,725,'_billing_phone','2096422061'),(23459,725,'_shipping_first_name','Amira'),(23460,725,'_shipping_last_name','Purto'),(23461,725,'_shipping_address_1','2628 Acapulco Way'),(23462,725,'_shipping_city','Modesto'),(23463,725,'_shipping_state','CA'),(23464,725,'_shipping_postcode','95355'),(23465,725,'_shipping_country','US'),(23466,725,'_order_currency','USD'),(23467,725,'_cart_discount','0'),(23468,725,'_cart_discount_tax','0'),(23469,725,'_order_shipping','0'),(23470,725,'_order_shipping_tax','0'),(23471,725,'_order_tax','0'),(23472,725,'_order_total','1632.24'),(23473,725,'_order_version','5.7.1'),(23474,725,'_prices_include_tax','no'),(23475,725,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(23476,725,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(23477,725,'is_vat_exempt','no'),(23478,725,'Payment type','instant'),(23479,725,'_transaction_id','4UR95555LJ152734V'),(23480,725,'_paypal_status','completed'),(23481,725,'PayPal Transaction Fee','57.46'),(23482,725,'_date_paid','1633542269'),(23483,725,'_paid_date','2021-10-06 17:44:29'),(23484,725,'_download_permissions_granted','yes'),(23485,725,'_recorded_sales','yes'),(23486,725,'_recorded_coupon_usage_counts','yes'),(23487,725,'_order_stock_reduced','yes'),(23488,725,'_new_order_email_sent','true'),(23489,710,'Payment type','instant'),(23490,710,'_transaction_id','4F468786H8482772X'),(23491,710,'_paypal_status','completed'),(23492,710,'PayPal Transaction Fee','41.07'),(23493,710,'_date_paid','1633546284'),(23494,710,'_paid_date','2021-10-06 18:51:24'),(23495,710,'_download_permissions_granted','yes'),(23496,710,'_recorded_sales','yes'),(23497,710,'_order_stock_reduced','yes'),(23498,710,'_new_order_email_sent','true'),(23499,719,'_edit_lock','1633962751:2'),(23500,720,'_edit_lock','1633962985:2'),(23501,722,'_edit_lock','1633548235:2'),(23502,723,'_edit_lock','1633548033:2'),(23503,725,'_edit_lock','1633553030:2'),(23504,718,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057187\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"ea00c7fd153733ed5e4a62d261e5424f\";}}'),(23505,718,'_date_completed','1633548123'),(23506,718,'_completed_date','2021-10-06 19:22:03'),(23507,723,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057165\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"fa67bd72628025245cbb81b1b3063982\";}}'),(23508,723,'_edit_last','2'),(23509,723,'_date_completed','1633548168'),(23510,723,'_completed_date','2021-10-06 19:22:48'),(23511,722,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057154\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"1877f946bfaa15bebfc3fa76a7c1cfc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057143\";s:12:\"date_shipped\";i:1633548208;s:11:\"tracking_id\";s:32:\"3834e32a2cf62caac8ec9d3e642fd42e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057132\";s:12:\"date_shipped\";i:1633548215;s:11:\"tracking_id\";s:32:\"c8c3b98cb1d88762b1cf3b206b5e4bca\";}}'),(23512,722,'_edit_last','2'),(23513,722,'_date_completed','1633548219'),(23514,722,'_completed_date','2021-10-06 19:23:39'),(23515,716,'Payment type','instant'),(23516,716,'_transaction_id','3LP939771H328905H'),(23517,716,'_paypal_status','completed'),(23518,716,'PayPal Transaction Fee','5.51'),(23519,716,'_date_paid','1633548558'),(23520,716,'_paid_date','2021-10-06 19:29:18'),(23521,716,'_download_permissions_granted','yes'),(23522,716,'_recorded_sales','yes'),(23523,716,'_order_stock_reduced','yes'),(23524,716,'_new_order_email_sent','true'),(23525,725,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057235\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"4da06f766ffe81eeccf266c81c357c82\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057224\";s:12:\"date_shipped\";i:1633552661;s:11:\"tracking_id\";s:32:\"0f99879ac5e01a90feb102eed46670ad\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057213\";s:12:\"date_shipped\";i:1633552670;s:11:\"tracking_id\";s:32:\"160693e8f41dce96e8a883ba77314d97\";}}'),(23526,725,'_edit_last','2'),(23527,725,'_date_completed','1633552719'),(23528,725,'_completed_date','2021-10-06 20:38:39'),(23529,716,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057290\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"e314ac296200c43d0399d3778f78a0cf\";}}'),(23530,716,'_edit_last','2'),(23531,716,'_date_completed','1633553332'),(23532,716,'_completed_date','2021-10-06 20:48:52'),(23533,726,'_order_key','wc_order_L1Twfl1aysNKL'),(23534,726,'_customer_user','0'),(23535,726,'_payment_method','paypal'),(23536,726,'_payment_method_title','PayPal'),(23537,726,'_customer_ip_address','174.27.80.127'),(23538,726,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(23539,726,'_created_via','checkout'),(23540,726,'_cart_hash','597c2695ccf0cfe85c4342e690fed7a4'),(23541,726,'_billing_first_name','SaLeah'),(23542,726,'_billing_last_name','Snelling'),(23543,726,'_billing_address_1','11024 W. Inglin Dr'),(23544,726,'_billing_city','Boise'),(23545,726,'_billing_state','ID'),(23546,726,'_billing_postcode','83709'),(23547,726,'_billing_country','US'),(23548,726,'_billing_email','info@liceclinicsboise.com'),(23549,726,'_billing_phone','2088302070'),(23550,726,'_shipping_first_name','SaLeah'),(23551,726,'_shipping_last_name','Snelling'),(23552,726,'_shipping_address_1','2650 South Eagle Road'),(23553,726,'_shipping_address_2','Ste 120'),(23554,726,'_shipping_city','Meridian'),(23555,726,'_shipping_state','ID'),(23556,726,'_shipping_postcode','83642'),(23557,726,'_shipping_country','US'),(23558,726,'_order_currency','USD'),(23559,726,'_cart_discount','0'),(23560,726,'_cart_discount_tax','0'),(23561,726,'_order_shipping','95.2'),(23562,726,'_order_shipping_tax','0'),(23563,726,'_order_tax','0'),(23564,726,'_order_total','1152.68'),(23565,726,'_order_version','5.7.1'),(23566,726,'_prices_include_tax','no'),(23567,726,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(23568,726,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US '),(23569,726,'is_vat_exempt','no'),(23570,726,'Payment type','instant'),(23571,726,'_transaction_id','5K4216699H4165726'),(23572,726,'_paypal_status','completed'),(23573,726,'PayPal Transaction Fee','40.72'),(23574,726,'_date_paid','1633560915'),(23575,726,'_paid_date','2021-10-06 22:55:15'),(23576,726,'_download_permissions_granted','yes'),(23577,726,'_recorded_sales','yes'),(23578,726,'_recorded_coupon_usage_counts','yes'),(23579,726,'_order_stock_reduced','yes'),(23580,726,'_new_order_email_sent','true'),(23581,727,'_order_key','wc_order_xpHWWqQcrhngI'),(23582,727,'_customer_user','77'),(23583,727,'_payment_method','paypal'),(23584,727,'_payment_method_title','PayPal'),(23585,727,'_customer_ip_address','107.205.56.86'),(23586,727,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(23587,727,'_created_via','checkout'),(23588,727,'_cart_hash','b84a53d5ad3851ea507dafabb13696f1'),(23589,727,'_billing_first_name','Phil'),(23590,727,'_billing_last_name','Moon'),(23591,727,'_billing_company','Lice Clinics of America--Fresno'),(23592,727,'_billing_address_1','585 56th Street'),(23593,727,'_billing_city','Oakland'),(23594,727,'_billing_state','CA'),(23595,727,'_billing_postcode','94609'),(23596,727,'_billing_country','US'),(23597,727,'_billing_email','info@liceclinicsfresno.com'),(23598,727,'_billing_phone','5593046305'),(23599,727,'_shipping_first_name','Kristen'),(23600,727,'_shipping_last_name','Maroot-Rippee'),(23601,727,'_shipping_company','Lice Busters LLC. FRESNO'),(23602,727,'_shipping_address_1','487 W. Scott Avenue'),(23603,727,'_shipping_city','Fresno'),(23604,727,'_shipping_state','CA'),(23605,727,'_shipping_postcode','93704'),(23606,727,'_shipping_country','US'),(23607,727,'_order_currency','USD'),(23608,727,'_cart_discount','0'),(23609,727,'_cart_discount_tax','0'),(23610,727,'_order_shipping','76.98'),(23611,727,'_order_shipping_tax','0'),(23612,727,'_order_tax','0'),(23613,727,'_order_total','432.98'),(23614,727,'_order_version','5.7.1'),(23615,727,'_prices_include_tax','no'),(23616,727,'_billing_address_index','Phil Moon Lice Clinics of America--Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(23617,727,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(23618,727,'is_vat_exempt','no'),(23619,727,'Payment type','instant'),(23620,727,'_transaction_id','9CW35594LK505725K'),(23621,727,'_paypal_status','completed'),(23622,727,'PayPal Transaction Fee','15.60'),(23623,727,'_date_paid','1633619449'),(23624,727,'_paid_date','2021-10-07 15:10:49'),(23625,727,'_download_permissions_granted','yes'),(23626,727,'_recorded_sales','yes'),(23627,727,'_recorded_coupon_usage_counts','yes'),(23628,727,'_order_stock_reduced','yes'),(23629,727,'_new_order_email_sent','true'),(23630,714,'_recorded_coupon_usage_counts','yes'),(23631,234,'_edit_lock','1633620599:2'),(23632,234,'_edit_last','2'),(23635,728,'_order_key','wc_order_6N5Sj9sWs3oOc'),(23636,728,'_customer_user','51'),(23637,728,'_payment_method','paypal'),(23638,728,'_payment_method_title','PayPal'),(23639,728,'_customer_ip_address','73.0.148.33'),(23640,728,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36'),(23641,728,'_created_via','checkout'),(23642,728,'_cart_hash','065b3e14d4129f5c4c143663fef4dbe9'),(23643,728,'_billing_first_name','Corie'),(23644,728,'_billing_last_name','Kaniamos'),(23645,728,'_billing_address_1','5026 Tildens Grove Blvd'),(23646,728,'_billing_city','Windermere'),(23647,728,'_billing_state','FL'),(23648,728,'_billing_postcode','34786'),(23649,728,'_billing_country','US'),(23650,728,'_billing_email','corie@liceclinicsofflorida.com'),(23651,728,'_billing_phone','6163406321'),(23652,728,'_shipping_first_name','Catie'),(23653,728,'_shipping_last_name','Carny'),(23654,728,'_shipping_company','LCA West Palm Beach'),(23655,728,'_shipping_address_1','4977 B Alder Dr'),(23656,728,'_shipping_address_2','Foxwood Estates'),(23657,728,'_shipping_city','West Palm Beach'),(23658,728,'_shipping_state','FL'),(23659,728,'_shipping_postcode','33417'),(23660,728,'_shipping_country','US'),(23661,728,'_order_currency','USD'),(23662,728,'_cart_discount','0'),(23663,728,'_cart_discount_tax','0'),(23664,728,'_order_shipping','14.92'),(23665,728,'_order_shipping_tax','0'),(23666,728,'_order_tax','0'),(23667,728,'_order_total','14.92'),(23668,728,'_order_version','5.7.1'),(23669,728,'_prices_include_tax','no'),(23670,728,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(23671,728,'_shipping_address_index','Catie Carny LCA West Palm Beach 4977 B Alder Dr Foxwood Estates West Palm Beach FL 33417 US '),(23672,728,'is_vat_exempt','no'),(23673,729,'_order_key','wc_order_dTn9AH8jSGWw0'),(23674,729,'_customer_user','17'),(23675,729,'_payment_method','paypal'),(23676,729,'_payment_method_title','PayPal'),(23677,729,'_customer_ip_address','66.230.244.128'),(23678,729,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(23679,729,'_created_via','checkout'),(23680,729,'_cart_hash','0b5bae0ee0058f84942604e4852b2e28'),(23681,729,'_billing_first_name','Bess'),(23682,729,'_billing_last_name','Hayes'),(23683,729,'_billing_company','LCA Des Moines'),(23684,729,'_billing_address_1','7753 S. Westbrook Dr'),(23685,729,'_billing_city','Dubuque'),(23686,729,'_billing_state','IA'),(23687,729,'_billing_postcode','52002'),(23688,729,'_billing_country','US'),(23689,729,'_billing_email','info@liceclinicsnortherniowa.com'),(23690,729,'_billing_phone','5635646764'),(23691,729,'_shipping_first_name','Bess'),(23692,729,'_shipping_last_name','Hayes'),(23693,729,'_shipping_company','LCA Dubuque'),(23694,729,'_shipping_address_1','7753 S. Westbrook Dr'),(23695,729,'_shipping_city','Dubuque'),(23696,729,'_shipping_state','IA'),(23697,729,'_shipping_postcode','52002'),(23698,729,'_shipping_country','US'),(23699,729,'_order_currency','USD'),(23700,729,'_cart_discount','0'),(23701,729,'_cart_discount_tax','0'),(23702,729,'_order_shipping','12.7'),(23703,729,'_order_shipping_tax','0'),(23704,729,'_order_tax','0'),(23705,729,'_order_total','12.70'),(23706,729,'_order_version','5.8.0'),(23707,729,'_prices_include_tax','no'),(23708,729,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(23709,729,'_shipping_address_index','Bess Hayes LCA Dubuque 7753 S. Westbrook Dr  Dubuque IA 52002 US '),(23710,729,'is_vat_exempt','no'),(23711,730,'_order_key','wc_order_BwyeCIwyCtLfC'),(23712,730,'_customer_user','17'),(23713,730,'_payment_method','paypal'),(23714,730,'_payment_method_title','PayPal'),(23715,730,'_customer_ip_address','66.230.244.128'),(23716,730,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(23717,730,'_created_via','checkout'),(23718,730,'_cart_hash','175998223f821b67d447611128cbadea'),(23719,730,'_billing_first_name','Bess'),(23720,730,'_billing_last_name','Hayes'),(23721,730,'_billing_company','LCA Des Moines'),(23722,730,'_billing_address_1','7753 S. Westbrook Dr'),(23723,730,'_billing_city','Dubuque'),(23724,730,'_billing_state','IA'),(23725,730,'_billing_postcode','52002'),(23726,730,'_billing_country','US'),(23727,730,'_billing_email','info@liceclinicsnortherniowa.com'),(23728,730,'_billing_phone','5635646764'),(23729,730,'_shipping_first_name','Jaimi'),(23730,730,'_shipping_last_name','Washington'),(23731,730,'_shipping_company','LCA Des Moines'),(23732,730,'_shipping_address_1','1139 Burlington Terrace'),(23733,730,'_shipping_city','Des Moines'),(23734,730,'_shipping_state','IA'),(23735,730,'_shipping_postcode','50314'),(23736,730,'_shipping_country','US'),(23737,730,'_order_currency','USD'),(23738,730,'_cart_discount','0'),(23739,730,'_cart_discount_tax','0'),(23740,730,'_order_shipping','42.81'),(23741,730,'_order_shipping_tax','0'),(23742,730,'_order_tax','0'),(23743,730,'_order_total','42.81'),(23744,730,'_order_version','5.8.0'),(23745,730,'_prices_include_tax','no'),(23746,730,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(23747,730,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US '),(23748,730,'is_vat_exempt','no'),(23749,728,'_edit_lock','1633962946:2'),(23750,728,'_recorded_coupon_usage_counts','yes'),(23751,728,'Payment type','instant'),(23752,728,'_transaction_id','5UB01943VK044610T'),(23753,728,'_paypal_status','completed'),(23754,728,'PayPal Transaction Fee','1.01'),(23755,728,'_date_paid','1633710012'),(23756,728,'_paid_date','2021-10-08 16:20:12'),(23757,728,'_download_permissions_granted','yes'),(23758,728,'_recorded_sales','yes'),(23759,728,'_order_stock_reduced','yes'),(23760,728,'_new_order_email_sent','true'),(23761,732,'_order_key','wc_order_I4HGOYXQkKWMT'),(23762,732,'_customer_user','53'),(23763,732,'_payment_method','paypal'),(23764,732,'_payment_method_title','PayPal'),(23765,732,'_customer_ip_address','99.5.78.154'),(23766,732,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(23767,732,'_created_via','checkout'),(23768,732,'_cart_hash','0b5bae0ee0058f84942604e4852b2e28'),(23769,732,'_billing_first_name','DENA'),(23770,732,'_billing_last_name','BLACK'),(23771,732,'_billing_address_1','8216 CURICO LANE'),(23772,732,'_billing_city','CHARLOTTE'),(23773,732,'_billing_state','NC'),(23774,732,'_billing_postcode','28227'),(23775,732,'_billing_country','US'),(23776,732,'_billing_email','DBLACK1960@GMAIL.COM'),(23777,732,'_billing_phone','9102647141'),(23778,732,'_shipping_first_name','KATHRYN'),(23779,732,'_shipping_last_name','FARREH'),(23780,732,'_shipping_company','LCA'),(23781,732,'_shipping_address_1','4503 CODDINGTON LOOP'),(23782,732,'_shipping_address_2','#106'),(23783,732,'_shipping_city','WILMINGTON'),(23784,732,'_shipping_state','NC'),(23785,732,'_shipping_postcode','28405'),(23786,732,'_shipping_country','US'),(23787,732,'_order_currency','USD'),(23788,732,'_cart_discount','0'),(23789,732,'_cart_discount_tax','0'),(23790,732,'_order_shipping','12.7'),(23791,732,'_order_shipping_tax','0'),(23792,732,'_order_tax','0'),(23793,732,'_order_total','12.70'),(23794,732,'_order_version','5.8.0'),(23795,732,'_prices_include_tax','no'),(23796,732,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(23797,732,'_shipping_address_index','KATHRYN FARREH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US '),(23798,732,'is_vat_exempt','no'),(23799,724,'_edit_lock','1634136034:2'),(23800,724,'_recorded_coupon_usage_counts','yes'),(23801,733,'_order_key','wc_order_mYgeceXiiBFwS'),(23802,733,'_customer_user','53'),(23803,733,'_payment_method','paypal'),(23804,733,'_payment_method_title','PayPal'),(23805,733,'_customer_ip_address','99.5.78.154'),(23806,733,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(23807,733,'_created_via','checkout'),(23808,733,'_cart_hash','0b5bae0ee0058f84942604e4852b2e28'),(23809,733,'_billing_first_name','DENA'),(23810,733,'_billing_last_name','BLACK'),(23811,733,'_billing_address_1','8216 CURICO LANE'),(23812,733,'_billing_city','CHARLOTTE'),(23813,733,'_billing_state','NC'),(23814,733,'_billing_postcode','28227'),(23815,733,'_billing_country','US'),(23816,733,'_billing_email','DBLACK1960@GMAIL.COM'),(23817,733,'_billing_phone','9102647141'),(23818,733,'_shipping_first_name','DENA'),(23819,733,'_shipping_last_name','BLACK'),(23820,733,'_shipping_address_1','8216 CURICO LANE'),(23821,733,'_shipping_city','CHARLOTTE'),(23822,733,'_shipping_state','NC'),(23823,733,'_shipping_postcode','28227'),(23824,733,'_shipping_country','US'),(23825,733,'_order_currency','USD'),(23826,733,'_cart_discount','0'),(23827,733,'_cart_discount_tax','0'),(23828,733,'_order_shipping','12.7'),(23829,733,'_order_shipping_tax','0'),(23830,733,'_order_tax','0'),(23831,733,'_order_total','12.70'),(23832,733,'_order_version','5.8.0'),(23833,733,'_prices_include_tax','no'),(23834,733,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(23835,733,'_shipping_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US '),(23836,733,'is_vat_exempt','no'),(23837,734,'_order_key','wc_order_ZW1upXdI91OKh'),(23838,734,'_customer_user','53'),(23839,734,'_payment_method','paypal'),(23840,734,'_payment_method_title','PayPal'),(23841,734,'_customer_ip_address','99.5.78.154'),(23842,734,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(23843,734,'_created_via','checkout'),(23844,734,'_cart_hash','da2160d27ff0f3bdcb6287bc5dde6687'),(23845,734,'_billing_first_name','DENA'),(23846,734,'_billing_last_name','BLACK'),(23847,734,'_billing_address_1','8216 CURICO LANE'),(23848,734,'_billing_city','CHARLOTTE'),(23849,734,'_billing_state','NC'),(23850,734,'_billing_postcode','28227'),(23851,734,'_billing_country','US'),(23852,734,'_billing_email','DBLACK1960@GMAIL.COM'),(23853,734,'_billing_phone','9102647141'),(23854,734,'_shipping_first_name','DENA'),(23855,734,'_shipping_last_name','BLACK'),(23856,734,'_shipping_address_1','8216 CURICO LANE'),(23857,734,'_shipping_city','CHARLOTTE'),(23858,734,'_shipping_state','NC'),(23859,734,'_shipping_postcode','28227'),(23860,734,'_shipping_country','US'),(23861,734,'_order_currency','USD'),(23862,734,'_cart_discount','0'),(23863,734,'_cart_discount_tax','0'),(23864,734,'_order_shipping','11.44'),(23865,734,'_order_shipping_tax','0'),(23866,734,'_order_tax','0'),(23867,734,'_order_total','11.44'),(23868,734,'_order_version','5.7.1'),(23869,734,'_prices_include_tax','no'),(23870,734,'_billing_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(23871,734,'_shipping_address_index','DENA BLACK  8216 CURICO LANE  CHARLOTTE NC 28227 US '),(23872,734,'is_vat_exempt','no'),(23873,734,'Payment type','instant'),(23874,734,'_transaction_id','5DG17069RG142663H'),(23875,734,'_paypal_status','completed'),(23876,734,'PayPal Transaction Fee','0.89'),(23877,734,'_date_paid','1633711933'),(23878,734,'_paid_date','2021-10-08 16:52:13'),(23879,734,'_download_permissions_granted','yes'),(23880,734,'_recorded_sales','yes'),(23881,734,'_recorded_coupon_usage_counts','yes'),(23882,734,'_order_stock_reduced','yes'),(23883,734,'_new_order_email_sent','true'),(23884,735,'_order_key','wc_order_czlnqNagIqsG7'),(23885,735,'_customer_user','53'),(23886,735,'_payment_method','paypal'),(23887,735,'_payment_method_title','PayPal'),(23888,735,'_customer_ip_address','99.5.78.154'),(23889,735,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(23890,735,'_created_via','checkout'),(23891,735,'_cart_hash','da2160d27ff0f3bdcb6287bc5dde6687'),(23892,735,'_billing_first_name','DENA'),(23893,735,'_billing_last_name','BLACK'),(23894,735,'_billing_company','LCA'),(23895,735,'_billing_address_1','8216 CURICO LANE'),(23896,735,'_billing_city','CHARLOTTE'),(23897,735,'_billing_state','NC'),(23898,735,'_billing_postcode','28227'),(23899,735,'_billing_country','US'),(23900,735,'_billing_email','dblack1960@gmail.com'),(23901,735,'_billing_phone','9102647141'),(23902,735,'_shipping_first_name','KATHRYN'),(23903,735,'_shipping_last_name','FERRAH'),(23904,735,'_shipping_company','LCA'),(23905,735,'_shipping_address_1','4503 CODDINGTON LOOP'),(23906,735,'_shipping_address_2','#106'),(23907,735,'_shipping_city','WILMINGTON'),(23908,735,'_shipping_state','NC'),(23909,735,'_shipping_postcode','28405'),(23910,735,'_shipping_country','US'),(23911,735,'_order_currency','USD'),(23912,735,'_cart_discount','0'),(23913,735,'_cart_discount_tax','0'),(23914,735,'_order_shipping','11.44'),(23915,735,'_order_shipping_tax','0'),(23916,735,'_order_tax','0'),(23917,735,'_order_total','11.44'),(23918,735,'_order_version','5.7.1'),(23919,735,'_prices_include_tax','no'),(23920,735,'_billing_address_index','DENA BLACK LCA 8216 CURICO LANE  CHARLOTTE NC 28227 US dblack1960@gmail.com 9102647141'),(23921,735,'_shipping_address_index','KATHRYN FERRAH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US '),(23922,735,'is_vat_exempt','no'),(23923,735,'Payment type','instant'),(23924,735,'_transaction_id','1RK58039JY3142045'),(23925,735,'_paypal_status','completed'),(23926,735,'PayPal Transaction Fee','0.89'),(23927,735,'_date_paid','1633712287'),(23928,735,'_paid_date','2021-10-08 16:58:07'),(23929,735,'_download_permissions_granted','yes'),(23930,735,'_recorded_sales','yes'),(23931,735,'_recorded_coupon_usage_counts','yes'),(23932,735,'_order_stock_reduced','yes'),(23933,735,'_new_order_email_sent','true'),(23934,733,'_edit_lock','1634321165:2'),(23935,732,'_edit_lock','1634320616:2'),(23936,730,'_edit_lock','1634913580:2'),(23937,729,'_edit_lock','1634913582:2'),(23938,733,'_edit_last','2'),(23939,733,'_new_order_email_sent','true'),(23940,732,'_edit_last','2'),(23941,732,'_new_order_email_sent','true'),(23942,730,'_edit_last','2'),(23943,730,'_new_order_email_sent','true'),(23944,729,'_edit_last','2'),(23945,729,'_new_order_email_sent','true'),(23947,736,'_order_key','wc_order_vouxRUgRYYXSb'),(23948,736,'_customer_user','5'),(23949,736,'_payment_method','paypal'),(23950,736,'_payment_method_title','PayPal'),(23951,736,'_customer_ip_address','73.11.93.174'),(23952,736,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'),(23953,736,'_created_via','checkout'),(23954,736,'_cart_hash','e1833b550ffc844e8b41b9192b73abf8'),(23955,736,'_billing_first_name','Mark'),(23956,736,'_billing_last_name','Meyer'),(23957,736,'_billing_company','LCA Northwest'),(23958,736,'_billing_address_1','PO Box 25829'),(23959,736,'_billing_city','Portland'),(23960,736,'_billing_state','OR'),(23961,736,'_billing_postcode','97298'),(23962,736,'_billing_country','US'),(23963,736,'_billing_email','mark@nwliceclinics.com'),(23964,736,'_billing_phone','5037244204'),(23965,736,'_shipping_first_name','Shawnde'),(23966,736,'_shipping_last_name','Russell'),(23967,736,'_shipping_company','Lice Clinics Of America'),(23968,736,'_shipping_address_1','1444 NW College Way Suite 6'),(23969,736,'_shipping_address_2','Suite 6'),(23970,736,'_shipping_city','Bend'),(23971,736,'_shipping_state','OR'),(23972,736,'_shipping_postcode','97003'),(23973,736,'_shipping_country','US'),(23974,736,'_order_currency','USD'),(23975,736,'_cart_discount','0'),(23976,736,'_cart_discount_tax','0'),(23977,736,'_order_shipping','29.3'),(23978,736,'_order_shipping_tax','0'),(23979,736,'_order_tax','0'),(23980,736,'_order_total','348.98'),(23981,736,'_order_version','5.7.1'),(23982,736,'_prices_include_tax','no'),(23983,736,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(23984,736,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97003 US '),(23985,736,'is_vat_exempt','no'),(23986,736,'Payment type','instant'),(23987,736,'_transaction_id','75B21357JG697631W'),(23988,736,'_paypal_status','completed'),(23989,736,'PayPal Transaction Fee','12.67'),(23990,736,'_date_paid','1633729110'),(23991,736,'_paid_date','2021-10-08 21:38:30'),(23992,736,'_download_permissions_granted','yes'),(23993,736,'_recorded_sales','yes'),(23994,736,'_recorded_coupon_usage_counts','yes'),(23995,736,'_order_stock_reduced','yes'),(23996,736,'_new_order_email_sent','true'),(23997,737,'_order_key','wc_order_9fgg1lEZ2FHUN'),(23998,737,'_customer_user','46'),(23999,737,'_payment_method','paypal'),(24000,737,'_payment_method_title','PayPal'),(24001,737,'_customer_ip_address','216.163.6.72'),(24002,737,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36'),(24003,737,'_created_via','checkout'),(24004,737,'_cart_hash','82420ae93fbfd50da15d6db1c62919ca'),(24005,737,'_billing_first_name','Shannon'),(24006,737,'_billing_last_name','Steele'),(24007,737,'_billing_company','SBS Investments'),(24008,737,'_billing_address_1','1702 Hazelwood Court'),(24009,737,'_billing_city','Jonesboro'),(24010,737,'_billing_state','AR'),(24011,737,'_billing_postcode','72401'),(24012,737,'_billing_country','US'),(24013,737,'_billing_email','info@liceclinicsjonesboro.com'),(24014,737,'_billing_phone','8709262731'),(24015,737,'_shipping_first_name','Shannon'),(24016,737,'_shipping_last_name','Steele'),(24017,737,'_shipping_company','SBS Investments/LCA- Jonesboro'),(24018,737,'_shipping_address_1','3106 Orval Orlan Drive'),(24019,737,'_shipping_address_2','Suite D'),(24020,737,'_shipping_city','Jonesboro'),(24021,737,'_shipping_state','AR'),(24022,737,'_shipping_postcode','72404'),(24023,737,'_shipping_country','US'),(24024,737,'_order_currency','USD'),(24025,737,'_cart_discount','0'),(24026,737,'_cart_discount_tax','0'),(24027,737,'_order_shipping','11.22'),(24028,737,'_order_shipping_tax','0'),(24029,737,'_order_tax','0'),(24030,737,'_order_total','11.22'),(24031,737,'_order_version','5.8.0'),(24032,737,'_prices_include_tax','no'),(24033,737,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(24034,737,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(24035,737,'is_vat_exempt','no'),(24036,726,'_edit_lock','1633967702:2'),(24037,727,'_edit_lock','1633962631:2'),(24038,734,'_edit_lock','1633962123:2'),(24039,735,'_edit_lock','1635521551:2'),(24040,736,'_edit_lock','1633962556:2'),(24041,735,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057599\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"9b5cd978fc8c8cbf82ad572d921573ee\";}}'),(24042,735,'_edit_last','2'),(24043,735,'_date_completed','1633962212'),(24044,735,'_completed_date','2021-10-11 14:23:32'),(24045,734,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057577\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"361e7a6a32eef8cef316a54660a92e8e\";}}'),(24046,734,'_edit_last','2'),(24047,734,'_date_completed','1633962259'),(24048,734,'_completed_date','2021-10-11 14:24:19'),(24049,736,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057614\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"b8bdcd8a84fbd5b8c764e7f334925eff\";}}'),(24050,736,'_edit_last','2'),(24051,736,'_date_completed','1633962311'),(24052,736,'_completed_date','2021-10-11 14:25:11'),(24053,737,'_edit_lock','1635258370:2'),(24054,737,'_edit_last','2'),(24055,737,'_new_order_email_sent','true'),(24056,727,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057408\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"8f585fa7c85826aff43fa191d4a98819\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057393\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"a202df94b5a8258e4a0cc63dd717e8eb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057382\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"38b0e390cb2a02d84d974dbca0baf9ba\";}}'),(24057,727,'_edit_last','2'),(24058,727,'_date_completed','1633962748'),(24059,727,'_completed_date','2021-10-11 14:32:28'),(24060,728,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057360\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"70fd445699e86b97e59fdd3093dc3192\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057350\";s:12:\"date_shipped\";s:10:\"1633651200\";s:11:\"tracking_id\";s:32:\"d079f4220e7564eda0b118135b0ecb1b\";}}'),(24061,728,'_edit_last','2'),(24062,728,'_date_completed','1633962814'),(24063,728,'_completed_date','2021-10-11 14:33:34'),(24064,719,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953056857\";s:12:\"date_shipped\";s:10:\"1633305600\";s:11:\"tracking_id\";s:32:\"62586e78113cf88657635010470d3c4f\";}}'),(24065,719,'_edit_last','2'),(24066,719,'_date_completed','1633962886'),(24067,719,'_completed_date','2021-10-11 14:34:46'),(24068,720,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057040\";s:12:\"date_shipped\";s:10:\"1633392000\";s:11:\"tracking_id\";s:32:\"ec3a04dd0ce5efb13494e2e94f8da81f\";}}'),(24069,720,'_edit_last','2'),(24070,720,'_date_completed','1633962918'),(24071,720,'_completed_date','2021-10-11 14:35:18'),(24072,710,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057280\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"1e4a8c3a08a58152a91e5eeb6e532887\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057279\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"4ff8911f8549982016f9ae08f982dde0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057268\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"583e2ee4b197f802e19a6276997ea10d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057257\";s:12:\"date_shipped\";s:10:\"1633478400\";s:11:\"tracking_id\";s:32:\"b4132c9fb00cf084a6a0d168430118d3\";}}'),(24073,710,'_edit_last','2'),(24074,710,'_date_completed','1633963059'),(24075,710,'_completed_date','2021-10-11 14:37:39'),(24076,733,'_recorded_coupon_usage_counts','yes'),(24077,732,'_recorded_coupon_usage_counts','yes'),(24078,737,'_recorded_coupon_usage_counts','yes'),(24079,726,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057350\";s:12:\"date_shipped\";s:10:\"1633564800\";s:11:\"tracking_id\";s:32:\"a7273c9bb69a0f0ca34eec5940299ac7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057360\";s:12:\"date_shipped\";s:10:\"1633564800\";s:11:\"tracking_id\";s:32:\"5aa076725d3e2e121c267bf8efd6a0c8\";}}'),(24080,726,'_edit_last','2'),(24081,726,'_date_completed','1633967828'),(24082,726,'_completed_date','2021-10-11 15:57:08'),(24083,730,'_recorded_coupon_usage_counts','yes'),(24084,729,'_recorded_coupon_usage_counts','yes'),(24121,739,'_order_key','wc_order_HfZkeaRZD0bRl'),(24122,739,'_customer_user','77'),(24123,739,'_payment_method','paypal'),(24124,739,'_payment_method_title','PayPal'),(24125,739,'_customer_ip_address','107.205.56.86'),(24126,739,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(24127,739,'_created_via','checkout'),(24128,739,'_cart_hash','943715a9165be0c770281a753c7f9250'),(24129,739,'_billing_first_name','Phil'),(24130,739,'_billing_last_name','Moon'),(24131,739,'_billing_company','Lice Clinics of America--VISALIA'),(24132,739,'_billing_address_1','585 56th Street'),(24133,739,'_billing_city','Oakland'),(24134,739,'_billing_state','CA'),(24135,739,'_billing_postcode','94609'),(24136,739,'_billing_country','US'),(24137,739,'_billing_email','info@liceclinicsfresno.com'),(24138,739,'_billing_phone','5593046305'),(24139,739,'_shipping_first_name','Kristen'),(24140,739,'_shipping_last_name','Maroot-Rippee'),(24141,739,'_shipping_company','Lice Busters LLC. VISALIA'),(24142,739,'_shipping_address_1','487 W. Scott Avenue'),(24143,739,'_shipping_city','Fresno'),(24144,739,'_shipping_state','CA'),(24145,739,'_shipping_postcode','93704'),(24146,739,'_shipping_country','US'),(24147,739,'_order_currency','USD'),(24148,739,'_cart_discount','0'),(24149,739,'_cart_discount_tax','0'),(24150,739,'_order_shipping','0'),(24151,739,'_order_shipping_tax','0'),(24152,739,'_order_tax','0'),(24153,739,'_order_total','514.56'),(24154,739,'_order_version','5.8.0'),(24155,739,'_prices_include_tax','no'),(24156,739,'_billing_address_index','Phil Moon Lice Clinics of America--VISALIA 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(24157,739,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 W. Scott Avenue  Fresno CA 93704 US '),(24158,739,'is_vat_exempt','no'),(24159,739,'Payment type','instant'),(24160,739,'_transaction_id','30L650777W216364F'),(24161,739,'_paypal_status','completed'),(24162,739,'PayPal Transaction Fee','18.45'),(24163,739,'_date_paid','1633996530'),(24164,739,'_paid_date','2021-10-11 23:55:30'),(24165,739,'_download_permissions_granted','yes'),(24166,739,'_recorded_sales','yes'),(24167,739,'_recorded_coupon_usage_counts','yes'),(24168,739,'_order_stock_reduced','yes'),(24169,739,'_new_order_email_sent','true'),(24170,740,'_order_key','wc_order_zb2ilzVhLeA2t'),(24171,740,'_customer_user','77'),(24172,740,'_payment_method','paypal'),(24173,740,'_payment_method_title','PayPal'),(24174,740,'_customer_ip_address','107.205.56.86'),(24175,740,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),(24176,740,'_created_via','checkout'),(24177,740,'_cart_hash','7db3de62b3300370dc3a0019097b841a'),(24178,740,'_billing_first_name','Phil'),(24179,740,'_billing_last_name','Moon'),(24180,740,'_billing_company','Lice Clinics of America--FRESNO'),(24181,740,'_billing_address_1','585 56th Street'),(24182,740,'_billing_city','Oakland'),(24183,740,'_billing_state','CA'),(24184,740,'_billing_postcode','94609'),(24185,740,'_billing_country','US'),(24186,740,'_billing_email','info@liceclinicsfresno.com'),(24187,740,'_billing_phone','5593046305'),(24188,740,'_shipping_first_name','Kristen'),(24189,740,'_shipping_last_name','Maroot-Rippee'),(24190,740,'_shipping_company','Lice Busters LLC. FRESNO'),(24191,740,'_shipping_address_1','487 W. Scott Avenue'),(24192,740,'_shipping_city','Fresno'),(24193,740,'_shipping_state','CA'),(24194,740,'_shipping_postcode','93704'),(24195,740,'_shipping_country','US'),(24196,740,'_order_currency','USD'),(24197,740,'_cart_discount','0'),(24198,740,'_cart_discount_tax','0'),(24199,740,'_order_shipping','30.72'),(24200,740,'_order_shipping_tax','0'),(24201,740,'_order_tax','0'),(24202,740,'_order_total','356.16'),(24203,740,'_order_version','5.7.1'),(24204,740,'_prices_include_tax','no'),(24205,740,'_billing_address_index','Phil Moon Lice Clinics of America--FRESNO 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(24206,740,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(24207,740,'is_vat_exempt','no'),(24208,740,'Payment type','instant'),(24209,740,'_transaction_id','6M5438682P463344U'),(24210,740,'_paypal_status','completed'),(24211,740,'PayPal Transaction Fee','12.92'),(24212,740,'_date_paid','1633997654'),(24213,740,'_paid_date','2021-10-12 00:14:14'),(24214,740,'_download_permissions_granted','yes'),(24215,740,'_recorded_sales','yes'),(24216,740,'_recorded_coupon_usage_counts','yes'),(24217,740,'_order_stock_reduced','yes'),(24218,740,'_new_order_email_sent','true'),(24219,724,'Payment type','instant'),(24220,724,'_transaction_id','46A82880YP658915A'),(24221,724,'_paypal_status','completed'),(24222,724,'PayPal Transaction Fee','0.82'),(24223,724,'_date_paid','1634056831'),(24224,724,'_paid_date','2021-10-12 16:40:31'),(24225,724,'_download_permissions_granted','yes'),(24226,724,'_recorded_sales','yes'),(24227,724,'_order_stock_reduced','yes'),(24228,724,'_new_order_email_sent','true'),(24229,741,'_order_key','wc_order_XnbcdACUASPKl'),(24230,741,'_customer_user','94'),(24231,741,'_payment_method','paypal'),(24232,741,'_payment_method_title','PayPal'),(24233,741,'_customer_ip_address','76.200.128.12'),(24234,741,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36'),(24235,741,'_created_via','checkout'),(24236,741,'_cart_hash','957c4d0f5c3d8ed72019959b439d7cfb'),(24237,741,'_billing_first_name','Dacy'),(24238,741,'_billing_last_name','Hitt'),(24239,741,'_billing_address_1','8850 Penbrooke ct'),(24240,741,'_billing_city','Cumming'),(24241,741,'_billing_state','GA'),(24242,741,'_billing_postcode','30028'),(24243,741,'_billing_country','US'),(24244,741,'_billing_email','dacy1016@gmail.com'),(24245,741,'_billing_phone','7705965455'),(24246,741,'_shipping_first_name','Dacy'),(24247,741,'_shipping_last_name','Hitt'),(24248,741,'_shipping_address_1','102 Mary Alice Park rd'),(24249,741,'_shipping_address_2','Suite 503'),(24250,741,'_shipping_city','Cumming'),(24251,741,'_shipping_state','GA'),(24252,741,'_shipping_postcode','30040'),(24253,741,'_shipping_country','US'),(24254,741,'_order_currency','USD'),(24255,741,'_cart_discount','0'),(24256,741,'_cart_discount_tax','0'),(24257,741,'_order_shipping','0'),(24258,741,'_order_shipping_tax','0'),(24259,741,'_order_tax','0'),(24260,741,'_order_total','1376.90'),(24261,741,'_order_version','5.8.0'),(24262,741,'_prices_include_tax','no'),(24263,741,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(24264,741,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(24265,741,'is_vat_exempt','no'),(24266,741,'Payment type','instant'),(24267,741,'_transaction_id','41R365726W595143V'),(24268,741,'_paypal_status','completed'),(24269,741,'PayPal Transaction Fee','48.54'),(24270,741,'_date_paid','1634123543'),(24271,741,'_paid_date','2021-10-13 11:12:23'),(24272,741,'_download_permissions_granted','yes'),(24273,741,'_recorded_sales','yes'),(24274,741,'_recorded_coupon_usage_counts','yes'),(24275,741,'_order_stock_reduced','yes'),(24276,741,'_new_order_email_sent','true'),(24280,724,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057901\";s:12:\"date_shipped\";s:10:\"1634083200\";s:11:\"tracking_id\";s:32:\"90256cd44dc1d75ff9407c696730f292\";}}'),(24281,724,'_edit_last','2'),(24282,724,'_date_completed','1634136167'),(24283,724,'_completed_date','2021-10-13 14:42:47'),(24284,739,'_edit_lock','1634331899:2'),(24285,740,'_edit_lock','1634136305:2'),(24286,740,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057875\";s:12:\"date_shipped\";s:10:\"1634083200\";s:11:\"tracking_id\";s:32:\"76bd3bd2e1677e83da4ed4de044102bd\";}}'),(24287,740,'_edit_last','2'),(24288,740,'_date_completed','1634136381'),(24289,740,'_completed_date','2021-10-13 14:46:21'),(24290,742,'_order_key','wc_order_hN1YNO3CjF9m9'),(24291,742,'_customer_user','52'),(24292,742,'_payment_method','paypal'),(24293,742,'_payment_method_title','PayPal'),(24294,742,'_customer_ip_address','173.66.45.162'),(24295,742,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36'),(24296,742,'_created_via','checkout'),(24297,742,'_cart_hash','e6224e5d1f73d67d9128f4458b88af7f'),(24298,742,'_billing_first_name','Darlene'),(24299,742,'_billing_last_name','LaFramboise'),(24300,742,'_billing_company','LCA-NOVA'),(24301,742,'_billing_address_1','25473 Tomey Ct'),(24302,742,'_billing_city','Aldie'),(24303,742,'_billing_state','VA'),(24304,742,'_billing_postcode','20105-3048'),(24305,742,'_billing_country','US'),(24306,742,'_billing_email','info@liceremovalnova.com'),(24307,742,'_billing_phone','7033031576'),(24308,742,'_shipping_first_name','Darlene'),(24309,742,'_shipping_last_name','LaFramboise'),(24310,742,'_shipping_company','LCA-NOVA'),(24311,742,'_shipping_address_1','25473 Tomey Ct'),(24312,742,'_shipping_city','Aldie'),(24313,742,'_shipping_state','VA'),(24314,742,'_shipping_postcode','20105-3048'),(24315,742,'_shipping_country','US'),(24316,742,'_order_currency','USD'),(24317,742,'_cart_discount','0'),(24318,742,'_cart_discount_tax','0'),(24319,742,'_order_shipping','18.33'),(24320,742,'_order_shipping_tax','0'),(24321,742,'_order_tax','0'),(24322,742,'_order_total','139.29'),(24323,742,'_order_version','5.8.0'),(24324,742,'_prices_include_tax','no'),(24325,742,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(24326,742,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(24327,742,'is_vat_exempt','no'),(24328,742,'_edit_lock','1634151880:2'),(24329,742,'_edit_last','2'),(24330,742,'_recorded_coupon_usage_counts','yes'),(24331,742,'Payment type','instant'),(24332,742,'_transaction_id','3LX48099XE271652F'),(24333,742,'_paypal_status','completed'),(24334,742,'PayPal Transaction Fee','5.35'),(24335,742,'_date_paid','1634139615'),(24336,742,'_paid_date','2021-10-13 15:40:15'),(24337,742,'_download_permissions_granted','yes'),(24338,742,'_recorded_sales','yes'),(24339,742,'_order_stock_reduced','yes'),(24340,742,'_new_order_email_sent','true'),(24341,741,'_edit_lock','1634151861:2'),(24342,741,'_edit_last','2'),(24343,741,'_date_completed','1634151841'),(24344,741,'_completed_date','2021-10-13 19:04:01'),(24345,742,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057978\";s:12:\"date_shipped\";s:10:\"1634083200\";s:11:\"tracking_id\";s:32:\"a813caf5ff4be9b3a0bac6d38d540bc2\";}}'),(24346,742,'_date_completed','1634151876'),(24347,742,'_completed_date','2021-10-13 19:04:36'),(24363,743,'_order_key','wc_order_hPsWVULx6hGMp'),(24364,743,'_customer_user','49'),(24365,743,'_payment_method','paypal'),(24366,743,'_payment_method_title','PayPal'),(24367,743,'_customer_ip_address','96.255.114.62'),(24368,743,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(24369,743,'_created_via','checkout'),(24370,743,'_cart_hash','6eb4f8948cd214e247bf351d3b3ea4c1'),(24371,743,'_billing_first_name','Michelle'),(24372,743,'_billing_last_name','Winkler'),(24373,743,'_billing_company','LCA - Manassas'),(24374,743,'_billing_address_1','8943 Garrett Way'),(24375,743,'_billing_city','Manassas'),(24376,743,'_billing_state','VA'),(24377,743,'_billing_postcode','20112'),(24378,743,'_billing_country','US'),(24379,743,'_billing_email','info@northernvirginialiceclinics.com'),(24380,743,'_billing_phone','8587520975'),(24381,743,'_shipping_first_name','Michelle'),(24382,743,'_shipping_last_name','Winkler'),(24383,743,'_shipping_address_1','8943 Garrett Way'),(24384,743,'_shipping_city','Manassas'),(24385,743,'_shipping_state','VA'),(24386,743,'_shipping_postcode','20112'),(24387,743,'_shipping_country','US'),(24388,743,'_order_currency','USD'),(24389,743,'_cart_discount','0'),(24390,743,'_cart_discount_tax','0'),(24391,743,'_order_shipping','0'),(24392,743,'_order_shipping_tax','0'),(24393,743,'_order_tax','0'),(24394,743,'_order_total','1221.64'),(24395,743,'_order_version','5.8.0'),(24396,743,'_prices_include_tax','no'),(24397,743,'_billing_address_index','Michelle Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(24398,743,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(24399,743,'is_vat_exempt','no'),(24400,743,'_edit_lock','1634331780:2'),(24401,743,'_edit_last','2'),(24402,743,'_recorded_coupon_usage_counts','yes'),(24407,743,'Payment type','instant'),(24408,743,'_transaction_id','6VU15216KR7835736'),(24409,743,'_paypal_status','completed'),(24410,743,'PayPal Transaction Fee','43.13'),(24411,743,'_date_paid','1634233009'),(24412,743,'_paid_date','2021-10-14 17:36:49'),(24413,743,'_download_permissions_granted','yes'),(24414,743,'_recorded_sales','yes'),(24415,743,'_order_stock_reduced','yes'),(24416,743,'_new_order_email_sent','true'),(24453,745,'_order_key','wc_order_wUuxQ4A4owOQN'),(24454,745,'_customer_user','43'),(24455,745,'_payment_method','paypal'),(24456,745,'_payment_method_title','PayPal'),(24457,745,'_customer_ip_address','73.23.141.96'),(24458,745,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(24459,745,'_created_via','checkout'),(24460,745,'_cart_hash','c5959ddf05253a1d289873081487fcb2'),(24461,745,'_billing_first_name','Ryan'),(24462,745,'_billing_last_name','Nelson'),(24463,745,'_billing_address_1','140 Flame Vine drive'),(24464,745,'_billing_city','Naples'),(24465,745,'_billing_state','FL'),(24466,745,'_billing_postcode','34110'),(24467,745,'_billing_country','US'),(24468,745,'_billing_email','Rjnelson73@gmail.com'),(24469,745,'_billing_phone','239-281-0719'),(24470,745,'_shipping_first_name','Ryan'),(24471,745,'_shipping_last_name','Nelson'),(24472,745,'_shipping_address_1','140 Flame Vine drive'),(24473,745,'_shipping_city','Naples'),(24474,745,'_shipping_state','FL'),(24475,745,'_shipping_postcode','34110'),(24476,745,'_shipping_country','US'),(24477,745,'_order_currency','USD'),(24478,745,'_cart_discount','0'),(24479,745,'_cart_discount_tax','0'),(24480,745,'_order_shipping','14.96'),(24481,745,'_order_shipping_tax','0'),(24482,745,'_order_tax','0'),(24483,745,'_order_total','14.96'),(24484,745,'_order_version','5.8.0'),(24485,745,'_prices_include_tax','no'),(24486,745,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(24487,745,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(24488,745,'is_vat_exempt','no'),(24530,745,'_edit_lock','1634321348:2'),(24531,745,'_edit_last','2'),(24532,745,'_recorded_coupon_usage_counts','yes'),(24536,747,'_order_key','wc_order_s3fgsSkS5cCjJ'),(24537,747,'_customer_user','60'),(24538,747,'_payment_method','paypal'),(24539,747,'_payment_method_title','PayPal'),(24540,747,'_customer_ip_address','98.193.14.84'),(24541,747,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(24542,747,'_created_via','checkout'),(24543,747,'_cart_hash','61da66fbcd394ee0812622110dd8813f'),(24544,747,'_billing_first_name','Jill'),(24545,747,'_billing_last_name','Leshtz'),(24546,747,'_billing_company','Lice clinics of America-North Shore'),(24547,747,'_billing_address_1','1580 Lancelot Avenue'),(24548,747,'_billing_city','Highland park'),(24549,747,'_billing_state','IL'),(24550,747,'_billing_postcode','60035'),(24551,747,'_billing_country','US'),(24552,747,'_billing_email','jleshtz@gmail.com'),(24553,747,'_billing_phone','8473639001'),(24554,747,'_shipping_first_name','Jill'),(24555,747,'_shipping_last_name','Leshtz'),(24556,747,'_shipping_company','LCA North Shore'),(24557,747,'_shipping_address_1','1580 Lancelot Avenue'),(24558,747,'_shipping_city','Highland park'),(24559,747,'_shipping_state','IL'),(24560,747,'_shipping_postcode','60035'),(24561,747,'_shipping_country','US'),(24562,747,'_order_currency','USD'),(24563,747,'_cart_discount','0'),(24564,747,'_cart_discount_tax','0'),(24565,747,'_order_shipping','12.7'),(24566,747,'_order_shipping_tax','0'),(24567,747,'_order_tax','0'),(24568,747,'_order_total','12.70'),(24569,747,'_order_version','5.8.0'),(24570,747,'_prices_include_tax','no'),(24571,747,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(24572,747,'_shipping_address_index','Jill Leshtz LCA North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(24573,747,'is_vat_exempt','no'),(24574,748,'_order_key','wc_order_SsB4anf53a0Ay'),(24575,748,'_customer_user','60'),(24576,748,'_payment_method','paypal'),(24577,748,'_payment_method_title','PayPal'),(24578,748,'_customer_ip_address','98.193.14.84'),(24579,748,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(24580,748,'_created_via','checkout'),(24581,748,'_cart_hash','9b18da6e6bde2b98e04214074b49908c'),(24582,748,'_billing_first_name','Jill'),(24583,748,'_billing_last_name','Leshtz'),(24584,748,'_billing_company','Lice clinics of America-North Shore'),(24585,748,'_billing_address_1','1580 Lancelot Avenue'),(24586,748,'_billing_city','Highland park'),(24587,748,'_billing_state','IL'),(24588,748,'_billing_postcode','60035'),(24589,748,'_billing_country','US'),(24590,748,'_billing_email','jleshtz@gmail.com'),(24591,748,'_billing_phone','8473639001'),(24592,748,'_shipping_first_name','Jill'),(24593,748,'_shipping_last_name','Leshtz'),(24594,748,'_shipping_company','LCA North Shore'),(24595,748,'_shipping_address_1','1580 Lancelot Avenue'),(24596,748,'_shipping_city','Highland park'),(24597,748,'_shipping_state','IL'),(24598,748,'_shipping_postcode','60035'),(24599,748,'_shipping_country','US'),(24600,748,'_order_currency','USD'),(24601,748,'_cart_discount','0'),(24602,748,'_cart_discount_tax','0'),(24603,748,'_order_shipping','12.7'),(24604,748,'_order_shipping_tax','0'),(24605,748,'_order_tax','0'),(24606,748,'_order_total','12.70'),(24607,748,'_order_version','5.8.0'),(24608,748,'_prices_include_tax','no'),(24609,748,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(24610,748,'_shipping_address_index','Jill Leshtz LCA North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(24611,748,'is_vat_exempt','no'),(24612,733,'Payment type','instant'),(24613,733,'_transaction_id','323028652H601293A'),(24614,733,'_paypal_status','completed'),(24615,733,'PayPal Transaction Fee','0.93'),(24616,733,'_date_paid','1634307460'),(24617,733,'_paid_date','2021-10-15 14:17:40'),(24618,733,'_download_permissions_granted','yes'),(24619,733,'_recorded_sales','yes'),(24620,733,'_order_stock_reduced','yes'),(24621,732,'Payment type','instant'),(24622,732,'_transaction_id','62F33986AY899571H'),(24623,732,'_paypal_status','completed'),(24624,732,'PayPal Transaction Fee','0.93'),(24625,732,'_date_paid','1634307540'),(24626,732,'_paid_date','2021-10-15 14:19:00'),(24627,732,'_download_permissions_granted','yes'),(24628,732,'_recorded_sales','yes'),(24629,732,'_order_stock_reduced','yes'),(24630,745,'Payment type','instant'),(24631,745,'_transaction_id','6FA27650164111933'),(24632,745,'_paypal_status','completed'),(24633,745,'PayPal Transaction Fee','1.01'),(24634,745,'_date_paid','1634307673'),(24635,745,'_paid_date','2021-10-15 14:21:13'),(24636,745,'_download_permissions_granted','yes'),(24637,745,'_recorded_sales','yes'),(24638,745,'_order_stock_reduced','yes'),(24639,745,'_new_order_email_sent','true'),(24641,748,'_edit_lock','1635794635:2'),(24642,748,'_edit_last','2'),(24643,748,'_recorded_coupon_usage_counts','yes'),(24644,747,'_edit_lock','1635794718:2'),(24645,747,'_edit_last','2'),(24646,747,'_recorded_coupon_usage_counts','yes'),(24647,732,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058390\";s:12:\"date_shipped\";s:10:\"1634256000\";s:11:\"tracking_id\";s:32:\"3b2073a50be6b84a577855516f6a38e5\";}}'),(24648,732,'_date_completed','1634320728'),(24649,732,'_completed_date','2021-10-15 17:58:48'),(24650,733,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058404\";s:12:\"date_shipped\";s:10:\"1634256000\";s:11:\"tracking_id\";s:32:\"a2cd9d3739bcf3835710ced8541b1eee\";}}'),(24651,733,'_date_completed','1634320791'),(24652,733,'_completed_date','2021-10-15 17:59:51'),(24653,745,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058389\";s:12:\"date_shipped\";s:10:\"1634256000\";s:11:\"tracking_id\";s:32:\"5063de4a25bc821ec8bf723633fa89c6\";}}'),(24654,745,'_date_completed','1634321362'),(24655,745,'_completed_date','2021-10-15 18:09:22'),(24656,743,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058183\";s:12:\"date_shipped\";s:10:\"1634169600\";s:11:\"tracking_id\";s:32:\"cf61406263fc6db6b053755802b29d38\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058194\";s:12:\"date_shipped\";s:10:\"1634169600\";s:11:\"tracking_id\";s:32:\"7b7cc5c4486cdafcba894e068e3b6234\";}}'),(24657,743,'_date_completed','1634331906'),(24658,743,'_completed_date','2021-10-15 21:05:06'),(24659,739,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953057831\";s:12:\"date_shipped\";s:10:\"1634083200\";s:11:\"tracking_id\";s:32:\"53386295b8713183fa76902b7a047307\";}}'),(24660,739,'_edit_last','2'),(24661,739,'_date_completed','1634331979'),(24662,739,'_completed_date','2021-10-15 21:06:19'),(24663,750,'_order_key','wc_order_m9dqB3RZXDXms'),(24664,750,'_customer_user','59'),(24665,750,'_payment_method','paypal'),(24666,750,'_payment_method_title','PayPal'),(24667,750,'_customer_ip_address','98.196.77.72'),(24668,750,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(24669,750,'_created_via','checkout'),(24670,750,'_cart_hash','01a3a8cffe61ad510a01517d651c0db1'),(24671,750,'_billing_first_name','Allison'),(24672,750,'_billing_last_name','Anthon'),(24673,750,'_billing_address_1','58 arbor bend dr'),(24674,750,'_billing_city','Houston'),(24675,750,'_billing_state','TX'),(24676,750,'_billing_postcode','77070'),(24677,750,'_billing_country','US'),(24678,750,'_billing_email','louseysolutions@gmail.com'),(24679,750,'_billing_phone','602-400-8330'),(24680,750,'_shipping_first_name','Allison'),(24681,750,'_shipping_last_name','Anthon'),(24682,750,'_shipping_company','LCA Sugar Land'),(24683,750,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(24684,750,'_shipping_city','Tomball'),(24685,750,'_shipping_state','TX'),(24686,750,'_shipping_postcode','77375'),(24687,750,'_shipping_country','US'),(24688,750,'_order_currency','USD'),(24689,750,'_cart_discount','0'),(24690,750,'_cart_discount_tax','0'),(24691,750,'_order_shipping','0'),(24692,750,'_order_shipping_tax','0'),(24693,750,'_order_tax','0'),(24694,750,'_order_total','1438.19'),(24695,750,'_order_version','5.8.0'),(24696,750,'_prices_include_tax','no'),(24697,750,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(24698,750,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(24699,750,'is_vat_exempt','no'),(24700,751,'_order_key','wc_order_ptRJ6O0Lla4Ts'),(24701,751,'_customer_user','76'),(24702,751,'_payment_method','paypal'),(24703,751,'_payment_method_title','PayPal'),(24704,751,'_customer_ip_address','146.115.131.163'),(24705,751,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(24706,751,'_created_via','checkout'),(24707,751,'_cart_hash','46d19a9ec84db4f9682cd39b4932f0d4'),(24708,751,'_billing_first_name','Naomi'),(24709,751,'_billing_last_name','Golden'),(24710,751,'_billing_address_1','31 Mann Ave'),(24711,751,'_billing_city','Needham'),(24712,751,'_billing_state','MA'),(24713,751,'_billing_postcode','02492'),(24714,751,'_billing_country','US'),(24715,751,'_billing_email','nrgolden6486@gmail.com'),(24716,751,'_billing_phone','617-851-1322'),(24717,751,'_shipping_first_name','Naomi'),(24718,751,'_shipping_last_name','Golden'),(24719,751,'_shipping_company','LCA Newton'),(24720,751,'_shipping_address_1','1234 Chestnut Street'),(24721,751,'_shipping_address_2','Suite 101A'),(24722,751,'_shipping_city','Newton Upper Falls'),(24723,751,'_shipping_state','MA'),(24724,751,'_shipping_postcode','02464'),(24725,751,'_shipping_country','US'),(24726,751,'_order_currency','USD'),(24727,751,'_cart_discount','0'),(24728,751,'_cart_discount_tax','0'),(24729,751,'_order_shipping','0'),(24730,751,'_order_shipping_tax','0'),(24731,751,'_order_tax','0'),(24732,751,'_order_total','508.80'),(24733,751,'_order_version','5.8.0'),(24734,751,'_prices_include_tax','no'),(24735,751,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(24736,751,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US '),(24737,751,'is_vat_exempt','no'),(24738,751,'Payment type','instant'),(24739,751,'_transaction_id','80W83409NY4924001'),(24740,751,'_paypal_status','completed'),(24741,751,'PayPal Transaction Fee','18.25'),(24742,751,'_date_paid','1634405012'),(24743,751,'_paid_date','2021-10-16 17:23:32'),(24744,751,'_download_permissions_granted','yes'),(24745,751,'_recorded_sales','yes'),(24746,751,'_recorded_coupon_usage_counts','yes'),(24747,751,'_order_stock_reduced','yes'),(24748,751,'_new_order_email_sent','true'),(24787,753,'_order_key','wc_order_hqzN0NyinrK2g'),(24788,753,'_customer_user','71'),(24789,753,'_payment_method','paypal'),(24790,753,'_payment_method_title','PayPal'),(24791,753,'_customer_ip_address','83.56.63.15'),(24792,753,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(24793,753,'_created_via','checkout'),(24794,753,'_cart_hash','2e6d1b1cef87ca51f4f10403a95eb7a5'),(24795,753,'_billing_first_name','Mercedes'),(24796,753,'_billing_last_name','Domingo'),(24797,753,'_billing_company','JAMIC LLC'),(24798,753,'_billing_address_1','3525 Del Mar Heights Road'),(24799,753,'_billing_address_2','#1014'),(24800,753,'_billing_city','San Diego'),(24801,753,'_billing_state','CA'),(24802,753,'_billing_postcode','92130'),(24803,753,'_billing_country','US'),(24804,753,'_billing_email','mdomingo@extramile.es'),(24805,753,'_billing_phone','8582498337'),(24806,753,'_shipping_first_name','Azucena'),(24807,753,'_shipping_last_name','Villagomez'),(24808,753,'_shipping_address_1','122 E. 17th St'),(24809,753,'_shipping_city','National City'),(24810,753,'_shipping_state','CA'),(24811,753,'_shipping_postcode','91950'),(24812,753,'_shipping_country','US'),(24813,753,'_order_currency','USD'),(24814,753,'_cart_discount','0'),(24815,753,'_cart_discount_tax','0'),(24816,753,'_order_shipping','50.3'),(24817,753,'_order_shipping_tax','0'),(24818,753,'_order_tax','0'),(24819,753,'_order_total','50.30'),(24820,753,'_order_version','5.8.0'),(24821,753,'_prices_include_tax','no'),(24822,753,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(24823,753,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US '),(24824,753,'is_vat_exempt','no'),(24825,754,'_order_key','wc_order_1Rpoqw1Ap8Qve'),(24826,754,'_customer_user','3'),(24827,754,'_payment_method','paypal'),(24828,754,'_payment_method_title','PayPal'),(24829,754,'_customer_ip_address','70.142.202.154'),(24830,754,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(24831,754,'_created_via','checkout'),(24832,754,'_cart_hash','5374c0e129739ee1ff18be9440a84dd5'),(24833,754,'_billing_first_name','Amanda'),(24834,754,'_billing_last_name','Westerman'),(24835,754,'_billing_company','Lice Clinics of America McKinney'),(24836,754,'_billing_address_1','3120 Hudson Crossing'),(24837,754,'_billing_address_2','Suite A2'),(24838,754,'_billing_city','MCKINNEY'),(24839,754,'_billing_state','TX'),(24840,754,'_billing_postcode','75070'),(24841,754,'_billing_country','US'),(24842,754,'_billing_email','awesterman1103@gmail.com'),(24843,754,'_billing_phone','2144175741'),(24844,754,'_shipping_first_name','Amanda'),(24845,754,'_shipping_last_name','Westerman'),(24846,754,'_shipping_company','Lice Clinics of America McKinney'),(24847,754,'_shipping_address_1','3120 Hudson Crossing'),(24848,754,'_shipping_address_2','Suite A2'),(24849,754,'_shipping_city','MCKINNEY'),(24850,754,'_shipping_state','TX'),(24851,754,'_shipping_postcode','75070'),(24852,754,'_shipping_country','US'),(24853,754,'_order_currency','USD'),(24854,754,'_cart_discount','0'),(24855,754,'_cart_discount_tax','0'),(24856,754,'_order_shipping','0'),(24857,754,'_order_shipping_tax','0'),(24858,754,'_order_tax','0'),(24859,754,'_order_total','610.94'),(24860,754,'_order_version','5.8.0'),(24861,754,'_prices_include_tax','no'),(24862,754,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(24863,754,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(24864,754,'is_vat_exempt','no'),(24865,754,'Payment type','instant'),(24866,754,'_transaction_id','6EJ250833A227114M'),(24867,754,'_paypal_status','completed'),(24868,754,'PayPal Transaction Fee','21.81'),(24869,754,'_date_paid','1634566718'),(24870,754,'_paid_date','2021-10-18 14:18:38'),(24871,754,'_download_permissions_granted','yes'),(24872,754,'_recorded_sales','yes'),(24873,754,'_recorded_coupon_usage_counts','yes'),(24874,754,'_order_stock_reduced','yes'),(24875,754,'_new_order_email_sent','true'),(24877,753,'_edit_lock','1635258423:2'),(24880,753,'_edit_last','2'),(24881,753,'_recorded_coupon_usage_counts','yes'),(24882,750,'_edit_lock','1635258139:2'),(24883,750,'_edit_last','2'),(24884,750,'_recorded_coupon_usage_counts','yes'),(24885,754,'_edit_lock','1634579875:2'),(24886,754,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058551\";s:12:\"date_shipped\";s:10:\"1634515200\";s:11:\"tracking_id\";s:32:\"41b549ac4fec8064f3a7672ebb0d39e4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058540\";s:12:\"date_shipped\";i:1634579999;s:11:\"tracking_id\";s:32:\"6c62b16d14523f8d7d3ee7459fea0d6d\";}}'),(24887,754,'_edit_last','2'),(24888,754,'_date_completed','1634580003'),(24889,754,'_completed_date','2021-10-18 18:00:03'),(24890,714,'Payment type','instant'),(24891,714,'_transaction_id','17V655695W443752C'),(24892,714,'_paypal_status','completed'),(24893,714,'PayPal Transaction Fee','20.22'),(24894,714,'_date_paid','1634586429'),(24895,714,'_paid_date','2021-10-18 19:47:09'),(24896,714,'_download_permissions_granted','yes'),(24897,714,'_recorded_sales','yes'),(24898,714,'_order_stock_reduced','yes'),(24899,714,'_new_order_email_sent','true'),(24900,751,'_edit_lock','1634587332:2'),(24901,751,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058492\";s:12:\"date_shipped\";s:10:\"1634515200\";s:11:\"tracking_id\";s:32:\"73b0b99dcbe91eda3dfc593139279347\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058507\";s:12:\"date_shipped\";i:1634587458;s:11:\"tracking_id\";s:32:\"49c1219bdbf85f99e588f661e9ad98d9\";}}'),(24902,753,'Payment type','instant'),(24903,753,'_transaction_id','5T9651353J763914T'),(24904,753,'_paypal_status','completed'),(24905,753,'PayPal Transaction Fee','2.25'),(24906,753,'_date_paid','1634587455'),(24907,753,'_paid_date','2021-10-18 20:04:15'),(24908,753,'_download_permissions_granted','yes'),(24909,753,'_recorded_sales','yes'),(24910,753,'_order_stock_reduced','yes'),(24911,753,'_new_order_email_sent','true'),(24912,751,'_edit_last','2'),(24913,751,'_date_completed','1634587462'),(24914,751,'_completed_date','2021-10-18 20:04:22'),(24919,755,'_order_key','wc_order_motFKqmyqsLEg'),(24920,755,'_customer_user','21'),(24921,755,'_payment_method','paypal'),(24922,755,'_payment_method_title','PayPal'),(24923,755,'_customer_ip_address','173.216.41.31'),(24924,755,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(24925,755,'_created_via','checkout'),(24926,755,'_cart_hash','c90c9cb338926390bd522d1cdfcca16d'),(24927,755,'_billing_first_name','LCA'),(24928,755,'_billing_last_name','Arkansas'),(24929,755,'_billing_company','LCA - Central Arkansas'),(24930,755,'_billing_address_1','1011 N. 2nd St., Ste. D'),(24931,755,'_billing_city','Cabot'),(24932,755,'_billing_state','AR'),(24933,755,'_billing_postcode','72023'),(24934,755,'_billing_country','US'),(24935,755,'_billing_email','liceclinicslittlerock@gmail.com'),(24936,755,'_billing_phone','15014249396'),(24937,755,'_shipping_first_name','LCA'),(24938,755,'_shipping_last_name','Arkansas'),(24939,755,'_shipping_company','LCA - Central Arkansas'),(24940,755,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(24941,755,'_shipping_city','Cabot'),(24942,755,'_shipping_state','AR'),(24943,755,'_shipping_postcode','72023'),(24944,755,'_shipping_country','US'),(24945,755,'_order_currency','USD'),(24946,755,'_cart_discount','0'),(24947,755,'_cart_discount_tax','0'),(24948,755,'_order_shipping','0'),(24949,755,'_order_shipping_tax','0'),(24950,755,'_order_tax','0'),(24951,755,'_order_total','924.04'),(24952,755,'_order_version','5.8.0'),(24953,755,'_prices_include_tax','no'),(24954,755,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(24955,755,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(24956,755,'is_vat_exempt','no'),(24957,755,'_edit_lock','1634756277:2'),(24958,755,'_edit_last','2'),(24959,755,'_recorded_coupon_usage_counts','yes'),(24960,755,'Payment type','instant'),(24961,755,'_transaction_id','3F548344WB7159720'),(24962,755,'_paypal_status','completed'),(24963,755,'PayPal Transaction Fee','32.74'),(24964,755,'_date_paid','1634667928'),(24965,755,'_paid_date','2021-10-19 18:25:28'),(24966,755,'_download_permissions_granted','yes'),(24967,755,'_recorded_sales','yes'),(24968,755,'_order_stock_reduced','yes'),(24969,755,'_new_order_email_sent','true'),(24970,714,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058621\";s:12:\"date_shipped\";s:10:\"1634515200\";s:11:\"tracking_id\";s:32:\"16ba8fb8167501cdcc31047e27d335a9\";}}'),(24971,714,'_edit_last','2'),(24972,714,'_date_completed','1634667963'),(24973,714,'_completed_date','2021-10-19 18:26:03'),(24978,756,'_order_key','wc_order_D8jOUsjf66Xpo'),(24979,756,'_customer_user','47'),(24980,756,'_payment_method','paypal'),(24981,756,'_payment_method_title','PayPal'),(24982,756,'_customer_ip_address','70.121.191.254'),(24983,756,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(24984,756,'_created_via','checkout'),(24985,756,'_cart_hash','382aaa6305f5bdb9031650a5460af028'),(24986,756,'_billing_first_name','Tracy'),(24987,756,'_billing_last_name','Copeland'),(24988,756,'_billing_company','South Texas Lice Clinics LLC'),(24989,756,'_billing_address_1','14223 Silverhollow'),(24990,756,'_billing_city','San Antonio'),(24991,756,'_billing_state','TX'),(24992,756,'_billing_postcode','78232'),(24993,756,'_billing_country','US'),(24994,756,'_billing_email','info@liceclinicsanantoniowest.com'),(24995,756,'_billing_phone','2103135033'),(24996,756,'_shipping_first_name','Tracy'),(24997,756,'_shipping_last_name','Copeland'),(24998,756,'_shipping_company','South Texas Lice Clinics LLC'),(24999,756,'_shipping_address_1','14223 Silverhollow'),(25000,756,'_shipping_city','San Antonio'),(25001,756,'_shipping_state','TX'),(25002,756,'_shipping_postcode','78232'),(25003,756,'_shipping_country','US'),(25004,756,'_order_currency','USD'),(25005,756,'_cart_discount','0'),(25006,756,'_cart_discount_tax','0'),(25007,756,'_order_shipping','0'),(25008,756,'_order_shipping_tax','0'),(25009,756,'_order_tax','0'),(25010,756,'_order_total','850.70'),(25011,756,'_order_version','5.8.0'),(25012,756,'_prices_include_tax','no'),(25013,756,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(25014,756,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(25015,756,'is_vat_exempt','no'),(25016,756,'Payment type','instant'),(25017,756,'_transaction_id','74180577SB345711M'),(25018,756,'_paypal_status','completed'),(25019,756,'PayPal Transaction Fee','30.18'),(25020,756,'_date_paid','1634677835'),(25021,756,'_paid_date','2021-10-19 21:10:35'),(25022,756,'_download_permissions_granted','yes'),(25023,756,'_recorded_sales','yes'),(25024,756,'_recorded_coupon_usage_counts','yes'),(25025,756,'_order_stock_reduced','yes'),(25026,756,'_new_order_email_sent','true'),(25029,302,'wf_order_exported_status','1'),(25030,303,'wf_order_exported_status','1'),(25031,304,'wf_order_exported_status','1'),(25032,305,'wf_order_exported_status','1'),(25033,306,'wf_order_exported_status','1'),(25034,310,'wf_order_exported_status','1'),(25035,311,'wf_order_exported_status','1'),(25036,312,'wf_order_exported_status','1'),(25037,313,'wf_order_exported_status','1'),(25038,316,'wf_order_exported_status','1'),(25039,317,'wf_order_exported_status','1'),(25040,325,'wf_order_exported_status','1'),(25041,326,'wf_order_exported_status','1'),(25042,327,'wf_order_exported_status','1'),(25043,328,'wf_order_exported_status','1'),(25044,329,'wf_order_exported_status','1'),(25045,332,'wf_order_exported_status','1'),(25046,333,'wf_order_exported_status','1'),(25047,334,'wf_order_exported_status','1'),(25048,335,'wf_order_exported_status','1'),(25049,336,'wf_order_exported_status','1'),(25050,337,'wf_order_exported_status','1'),(25051,338,'wf_order_exported_status','1'),(25052,339,'wf_order_exported_status','1'),(25053,341,'wf_order_exported_status','1'),(25054,342,'wf_order_exported_status','1'),(25055,343,'wf_order_exported_status','1'),(25056,344,'wf_order_exported_status','1'),(25057,345,'wf_order_exported_status','1'),(25058,346,'wf_order_exported_status','1'),(25059,350,'wf_order_exported_status','1'),(25060,351,'wf_order_exported_status','1'),(25061,353,'wf_order_exported_status','1'),(25062,357,'wf_order_exported_status','1'),(25063,358,'wf_order_exported_status','1'),(25064,359,'wf_order_exported_status','1'),(25065,360,'wf_order_exported_status','1'),(25066,361,'wf_order_exported_status','1'),(25067,363,'wf_order_exported_status','1'),(25068,364,'wf_order_exported_status','1'),(25069,366,'wf_order_exported_status','1'),(25070,367,'wf_order_exported_status','1'),(25071,368,'wf_order_exported_status','1'),(25072,369,'wf_order_exported_status','1'),(25073,370,'wf_order_exported_status','1'),(25074,371,'wf_order_exported_status','1'),(25075,372,'wf_order_exported_status','1'),(25076,373,'wf_order_exported_status','1'),(25077,374,'wf_order_exported_status','1'),(25078,375,'wf_order_exported_status','1'),(25079,376,'wf_order_exported_status','1'),(25080,377,'wf_order_exported_status','1'),(25081,378,'wf_order_exported_status','1'),(25082,379,'wf_order_exported_status','1'),(25083,382,'wf_order_exported_status','1'),(25084,384,'wf_order_exported_status','1'),(25085,385,'wf_order_exported_status','1'),(25086,386,'wf_order_exported_status','1'),(25087,387,'wf_order_exported_status','1'),(25088,388,'wf_order_exported_status','1'),(25089,389,'wf_order_exported_status','1'),(25090,390,'wf_order_exported_status','1'),(25091,391,'wf_order_exported_status','1'),(25092,392,'wf_order_exported_status','1'),(25093,393,'wf_order_exported_status','1'),(25094,394,'wf_order_exported_status','1'),(25095,396,'wf_order_exported_status','1'),(25096,397,'wf_order_exported_status','1'),(25097,398,'wf_order_exported_status','1'),(25098,399,'wf_order_exported_status','1'),(25099,401,'wf_order_exported_status','1'),(25100,402,'wf_order_exported_status','1'),(25101,404,'wf_order_exported_status','1'),(25102,405,'wf_order_exported_status','1'),(25103,406,'wf_order_exported_status','1'),(25104,407,'wf_order_exported_status','1'),(25105,408,'wf_order_exported_status','1'),(25106,409,'wf_order_exported_status','1'),(25107,410,'wf_order_exported_status','1'),(25108,411,'wf_order_exported_status','1'),(25109,412,'wf_order_exported_status','1'),(25110,413,'wf_order_exported_status','1'),(25111,418,'wf_order_exported_status','1'),(25112,419,'wf_order_exported_status','1'),(25113,420,'wf_order_exported_status','1'),(25114,421,'wf_order_exported_status','1'),(25115,423,'wf_order_exported_status','1'),(25116,424,'wf_order_exported_status','1'),(25117,425,'wf_order_exported_status','1'),(25118,426,'wf_order_exported_status','1'),(25119,427,'wf_order_exported_status','1'),(25120,428,'wf_order_exported_status','1'),(25121,429,'wf_order_exported_status','1'),(25122,430,'wf_order_exported_status','1'),(25123,431,'wf_order_exported_status','1'),(25124,433,'wf_order_exported_status','1'),(25125,434,'wf_order_exported_status','1'),(25126,435,'wf_order_exported_status','1'),(25127,437,'wf_order_exported_status','1'),(25128,438,'wf_order_exported_status','1'),(25129,439,'wf_order_exported_status','1'),(25130,440,'wf_order_exported_status','1'),(25131,441,'wf_order_exported_status','1'),(25132,443,'wf_order_exported_status','1'),(25133,444,'wf_order_exported_status','1'),(25134,445,'wf_order_exported_status','1'),(25135,446,'wf_order_exported_status','1'),(25136,447,'wf_order_exported_status','1'),(25137,448,'wf_order_exported_status','1'),(25138,449,'wf_order_exported_status','1'),(25139,450,'wf_order_exported_status','1'),(25140,451,'wf_order_exported_status','1'),(25141,452,'wf_order_exported_status','1'),(25142,454,'wf_order_exported_status','1'),(25143,457,'wf_order_exported_status','1'),(25144,458,'wf_order_exported_status','1'),(25145,459,'wf_order_exported_status','1'),(25146,460,'wf_order_exported_status','1'),(25147,461,'wf_order_exported_status','1'),(25148,462,'wf_order_exported_status','1'),(25149,463,'wf_order_exported_status','1'),(25150,464,'wf_order_exported_status','1'),(25151,465,'wf_order_exported_status','1'),(25152,466,'wf_order_exported_status','1'),(25153,467,'wf_order_exported_status','1'),(25154,469,'wf_order_exported_status','1'),(25155,470,'wf_order_exported_status','1'),(25156,471,'wf_order_exported_status','1'),(25157,472,'wf_order_exported_status','1'),(25158,473,'wf_order_exported_status','1'),(25159,474,'wf_order_exported_status','1'),(25160,475,'wf_order_exported_status','1'),(25161,476,'wf_order_exported_status','1'),(25162,477,'wf_order_exported_status','1'),(25163,478,'wf_order_exported_status','1'),(25164,479,'wf_order_exported_status','1'),(25165,482,'wf_order_exported_status','1'),(25166,484,'wf_order_exported_status','1'),(25167,485,'wf_order_exported_status','1'),(25168,491,'wf_order_exported_status','1'),(25169,492,'wf_order_exported_status','1'),(25170,493,'wf_order_exported_status','1'),(25171,494,'wf_order_exported_status','1'),(25172,495,'wf_order_exported_status','1'),(25173,496,'wf_order_exported_status','1'),(25174,497,'wf_order_exported_status','1'),(25175,498,'wf_order_exported_status','1'),(25176,499,'wf_order_exported_status','1'),(25177,500,'wf_order_exported_status','1'),(25178,501,'wf_order_exported_status','1'),(25179,504,'wf_order_exported_status','1'),(25180,505,'wf_order_exported_status','1'),(25181,506,'wf_order_exported_status','1'),(25182,507,'wf_order_exported_status','1'),(25183,508,'wf_order_exported_status','1'),(25184,509,'wf_order_exported_status','1'),(25185,510,'wf_order_exported_status','1'),(25186,511,'wf_order_exported_status','1'),(25187,516,'wf_order_exported_status','1'),(25188,517,'wf_order_exported_status','1'),(25189,518,'wf_order_exported_status','1'),(25190,519,'wf_order_exported_status','1'),(25191,520,'wf_order_exported_status','1'),(25192,521,'wf_order_exported_status','1'),(25193,523,'wf_order_exported_status','1'),(25194,524,'wf_order_exported_status','1'),(25195,525,'wf_order_exported_status','1'),(25196,526,'wf_order_exported_status','1'),(25197,527,'wf_order_exported_status','1'),(25198,528,'wf_order_exported_status','1'),(25199,530,'wf_order_exported_status','1'),(25200,532,'wf_order_exported_status','1'),(25201,538,'wf_order_exported_status','1'),(25202,539,'wf_order_exported_status','1'),(25203,540,'wf_order_exported_status','1'),(25204,541,'wf_order_exported_status','1'),(25205,542,'wf_order_exported_status','1'),(25206,543,'wf_order_exported_status','1'),(25207,544,'wf_order_exported_status','1'),(25208,545,'wf_order_exported_status','1'),(25209,546,'wf_order_exported_status','1'),(25210,547,'wf_order_exported_status','1'),(25211,549,'wf_order_exported_status','1'),(25212,550,'wf_order_exported_status','1'),(25213,551,'wf_order_exported_status','1'),(25214,552,'wf_order_exported_status','1'),(25215,553,'wf_order_exported_status','1'),(25216,554,'wf_order_exported_status','1'),(25217,555,'wf_order_exported_status','1'),(25218,557,'wf_order_exported_status','1'),(25219,559,'wf_order_exported_status','1'),(25220,560,'wf_order_exported_status','1'),(25221,561,'wf_order_exported_status','1'),(25222,562,'wf_order_exported_status','1'),(25223,563,'wf_order_exported_status','1'),(25224,564,'wf_order_exported_status','1'),(25225,565,'wf_order_exported_status','1'),(25226,566,'wf_order_exported_status','1'),(25227,567,'wf_order_exported_status','1'),(25228,568,'wf_order_exported_status','1'),(25229,569,'wf_order_exported_status','1'),(25230,570,'wf_order_exported_status','1'),(25231,571,'wf_order_exported_status','1'),(25232,572,'wf_order_exported_status','1'),(25233,573,'wf_order_exported_status','1'),(25234,574,'wf_order_exported_status','1'),(25235,575,'wf_order_exported_status','1'),(25236,576,'wf_order_exported_status','1'),(25237,577,'wf_order_exported_status','1'),(25238,578,'wf_order_exported_status','1'),(25239,579,'wf_order_exported_status','1'),(25240,580,'wf_order_exported_status','1'),(25241,582,'wf_order_exported_status','1'),(25242,583,'wf_order_exported_status','1'),(25243,585,'wf_order_exported_status','1'),(25244,586,'wf_order_exported_status','1'),(25245,587,'wf_order_exported_status','1'),(25246,588,'wf_order_exported_status','1'),(25247,589,'wf_order_exported_status','1'),(25248,590,'wf_order_exported_status','1'),(25249,591,'wf_order_exported_status','1'),(25250,592,'wf_order_exported_status','1'),(25251,593,'wf_order_exported_status','1'),(25252,594,'wf_order_exported_status','1'),(25253,595,'wf_order_exported_status','1'),(25254,596,'wf_order_exported_status','1'),(25255,597,'wf_order_exported_status','1'),(25256,598,'wf_order_exported_status','1'),(25257,599,'wf_order_exported_status','1'),(25258,600,'wf_order_exported_status','1'),(25259,601,'wf_order_exported_status','1'),(25260,602,'wf_order_exported_status','1'),(25261,603,'wf_order_exported_status','1'),(25262,604,'wf_order_exported_status','1'),(25263,606,'wf_order_exported_status','1'),(25264,607,'wf_order_exported_status','1'),(25265,608,'wf_order_exported_status','1'),(25266,609,'wf_order_exported_status','1'),(25267,612,'wf_order_exported_status','1'),(25268,615,'wf_order_exported_status','1'),(25269,620,'wf_order_exported_status','1'),(25270,639,'wf_order_exported_status','1'),(25271,640,'wf_order_exported_status','1'),(25272,641,'wf_order_exported_status','1'),(25273,645,'wf_order_exported_status','1'),(25274,646,'wf_order_exported_status','1'),(25275,648,'wf_order_exported_status','1'),(25276,651,'wf_order_exported_status','1'),(25277,655,'wf_order_exported_status','1'),(25278,657,'wf_order_exported_status','1'),(25279,660,'wf_order_exported_status','1'),(25280,661,'wf_order_exported_status','1'),(25281,662,'wf_order_exported_status','1'),(25282,663,'wf_order_exported_status','1'),(25283,664,'wf_order_exported_status','1'),(25284,665,'wf_order_exported_status','1'),(25285,666,'wf_order_exported_status','1'),(25286,667,'wf_order_exported_status','1'),(25287,668,'wf_order_exported_status','1'),(25288,673,'wf_order_exported_status','1'),(25289,675,'wf_order_exported_status','1'),(25290,676,'wf_order_exported_status','1'),(25291,678,'wf_order_exported_status','1'),(25292,679,'wf_order_exported_status','1'),(25293,680,'wf_order_exported_status','1'),(25294,681,'wf_order_exported_status','1'),(25295,682,'wf_order_exported_status','1'),(25296,683,'wf_order_exported_status','1'),(25297,684,'wf_order_exported_status','1'),(25298,686,'wf_order_exported_status','1'),(25299,687,'wf_order_exported_status','1'),(25300,691,'wf_order_exported_status','1'),(25301,692,'wf_order_exported_status','1'),(25302,693,'wf_order_exported_status','1'),(25303,695,'wf_order_exported_status','1'),(25304,697,'wf_order_exported_status','1'),(25305,699,'wf_order_exported_status','1'),(25306,700,'wf_order_exported_status','1'),(25307,701,'wf_order_exported_status','1'),(25308,702,'wf_order_exported_status','1'),(25309,704,'wf_order_exported_status','1'),(25310,705,'wf_order_exported_status','1'),(25311,706,'wf_order_exported_status','1'),(25312,707,'wf_order_exported_status','1'),(25313,709,'wf_order_exported_status','1'),(25314,710,'wf_order_exported_status','1'),(25315,711,'wf_order_exported_status','1'),(25316,714,'wf_order_exported_status','1'),(25317,715,'wf_order_exported_status','1'),(25318,716,'wf_order_exported_status','1'),(25319,718,'wf_order_exported_status','1'),(25320,719,'wf_order_exported_status','1'),(25321,720,'wf_order_exported_status','1'),(25323,722,'wf_order_exported_status','1'),(25324,723,'wf_order_exported_status','1'),(25325,724,'wf_order_exported_status','1'),(25326,725,'wf_order_exported_status','1'),(25327,726,'wf_order_exported_status','1'),(25328,727,'wf_order_exported_status','1'),(25329,728,'wf_order_exported_status','1'),(25330,729,'wf_order_exported_status','1'),(25331,730,'wf_order_exported_status','1'),(25332,732,'wf_order_exported_status','1'),(25333,733,'wf_order_exported_status','1'),(25334,734,'wf_order_exported_status','1'),(25335,735,'wf_order_exported_status','1'),(25336,736,'wf_order_exported_status','1'),(25337,737,'wf_order_exported_status','1'),(25338,739,'wf_order_exported_status','1'),(25339,740,'wf_order_exported_status','1'),(25340,741,'wf_order_exported_status','1'),(25341,742,'wf_order_exported_status','1'),(25342,743,'wf_order_exported_status','1'),(25344,745,'wf_order_exported_status','1'),(25346,747,'wf_order_exported_status','1'),(25347,748,'wf_order_exported_status','1'),(25348,750,'wf_order_exported_status','1'),(25349,751,'wf_order_exported_status','1'),(25350,753,'wf_order_exported_status','1'),(25351,754,'wf_order_exported_status','1'),(25352,755,'wf_order_exported_status','1'),(25353,756,'wf_order_exported_status','1'),(25357,758,'_order_currency','USD'),(25358,758,'_cart_discount','0'),(25359,758,'_cart_discount_tax','0'),(25360,758,'_order_shipping','-48.48'),(25361,758,'_order_shipping_tax','0'),(25362,758,'_order_tax','0'),(25363,758,'_order_total','-48.48'),(25364,758,'_order_version','5.8.0'),(25365,758,'_prices_include_tax','no'),(25366,758,'_refund_amount','48.48'),(25367,758,'_refunded_by','2'),(25368,758,'_refunded_payment','1'),(25369,758,'_refund_reason','refunded shipping per scott'),(25370,759,'_order_key','wc_order_aYcBw5xvSx4sN'),(25371,759,'_customer_user','78'),(25372,759,'_payment_method','paypal'),(25373,759,'_payment_method_title','PayPal'),(25374,759,'_customer_ip_address','172.58.229.140'),(25375,759,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(25376,759,'_created_via','checkout'),(25377,759,'_cart_hash','6c4bedfd35a23a2ca233a59f2fec466c'),(25378,759,'_billing_first_name','Richard'),(25379,759,'_billing_last_name','Florsheim'),(25380,759,'_billing_company','Licura'),(25381,759,'_billing_address_1','3827 w fairway heights dr'),(25382,759,'_billing_city','Mequon'),(25383,759,'_billing_state','WI'),(25384,759,'_billing_postcode','53092'),(25385,759,'_billing_country','US'),(25386,759,'_billing_email','tara@liceclinicslongIsland.com'),(25387,759,'_billing_phone','5619006382'),(25388,759,'_shipping_first_name','Tara'),(25389,759,'_shipping_last_name','Johnson'),(25390,759,'_shipping_company','LCA'),(25391,759,'_shipping_address_1','2330 Faye ct'),(25392,759,'_shipping_city','Merrick'),(25393,759,'_shipping_state','NY'),(25394,759,'_shipping_postcode','11566'),(25395,759,'_shipping_country','US'),(25396,759,'_order_currency','USD'),(25397,759,'_cart_discount','0'),(25398,759,'_cart_discount_tax','0'),(25399,759,'_order_shipping','14.21'),(25400,759,'_order_shipping_tax','0'),(25401,759,'_order_tax','0'),(25402,759,'_order_total','14.21'),(25403,759,'_order_version','5.8.0'),(25404,759,'_prices_include_tax','no'),(25405,759,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(25406,759,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(25407,759,'is_vat_exempt','no'),(25408,760,'_order_key','wc_order_fN0LmkEVySYwP'),(25409,760,'_customer_user','13'),(25410,760,'_payment_method','paypal'),(25411,760,'_payment_method_title','PayPal'),(25412,760,'_customer_ip_address','70.184.104.14'),(25413,760,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(25414,760,'_created_via','checkout'),(25415,760,'_cart_hash','8632c0c0aea4d0a1296fc2aefd7f8c5f'),(25416,760,'_billing_first_name','Erich'),(25417,760,'_billing_last_name','Deines'),(25418,760,'_billing_address_1','15801 S. 48th St'),(25419,760,'_billing_address_2','3110'),(25420,760,'_billing_city','Phoenix'),(25421,760,'_billing_state','AZ'),(25422,760,'_billing_postcode','85048'),(25423,760,'_billing_country','US'),(25424,760,'_billing_email','info@liceclinicstucson.com'),(25425,760,'_billing_phone','8087280533'),(25426,760,'_shipping_first_name','Erich'),(25427,760,'_shipping_last_name','Deines'),(25428,760,'_shipping_company','LCA Tucson'),(25429,760,'_shipping_address_1','5300 E. Erickson Drive'),(25430,760,'_shipping_address_2','Suite 104'),(25431,760,'_shipping_city','Tucson'),(25432,760,'_shipping_state','AZ'),(25433,760,'_shipping_postcode','85712'),(25434,760,'_shipping_country','US'),(25435,760,'_order_currency','USD'),(25436,760,'_cart_discount','0'),(25437,760,'_cart_discount_tax','0'),(25438,760,'_order_shipping','16.85'),(25439,760,'_order_shipping_tax','0'),(25440,760,'_order_tax','0'),(25441,760,'_order_total','16.85'),(25442,760,'_order_version','5.8.0'),(25443,760,'_prices_include_tax','no'),(25444,760,'_billing_address_index','Erich Deines  15801 S. 48th St 3110 Phoenix AZ 85048 US info@liceclinicstucson.com 8087280533'),(25445,760,'_shipping_address_index','Erich Deines LCA Tucson 5300 E. Erickson Drive Suite 104 Tucson AZ 85712 US '),(25446,760,'is_vat_exempt','no'),(25447,759,'_edit_lock','1634913467:2'),(25448,759,'_edit_last','2'),(25449,759,'_recorded_coupon_usage_counts','yes'),(25453,756,'_edit_lock','1634753326:2'),(25454,756,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058838\";s:12:\"date_shipped\";s:10:\"1634688000\";s:11:\"tracking_id\";s:32:\"af5d9f75ff3ff7b0776d8cd5620501a1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058827\";s:12:\"date_shipped\";i:1634752959;s:11:\"tracking_id\";s:32:\"6176a8ab12949997ee7ea2f7b8fd6e61\";}}'),(25455,756,'_edit_last','2'),(25456,756,'_date_completed','1634752961'),(25457,756,'_completed_date','2021-10-20 18:02:41'),(25458,755,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058713\";s:12:\"date_shipped\";s:10:\"1634688000\";s:11:\"tracking_id\";s:32:\"3344961ebe21eead3c1963e7ce804e4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058702\";s:12:\"date_shipped\";i:1634756153;s:11:\"tracking_id\";s:32:\"ee8d2939e7f5db72bf2f505defec6b70\";}}'),(25459,755,'_date_completed','1634756156'),(25460,755,'_completed_date','2021-10-20 18:55:56'),(25461,730,'Payment type','instant'),(25462,730,'_transaction_id','0SD317917M453803T'),(25463,730,'_paypal_status','completed'),(25464,730,'PayPal Transaction Fee','1.98'),(25465,730,'_date_paid','1634756308'),(25466,730,'_paid_date','2021-10-20 18:58:28'),(25467,730,'_download_permissions_granted','yes'),(25468,730,'_recorded_sales','yes'),(25469,730,'_order_stock_reduced','yes'),(25470,729,'Payment type','instant'),(25471,729,'_transaction_id','1L5725077G996753M'),(25472,729,'_paypal_status','completed'),(25473,729,'PayPal Transaction Fee','0.93'),(25474,729,'_date_paid','1634756645'),(25475,729,'_paid_date','2021-10-20 19:04:05'),(25476,729,'_download_permissions_granted','yes'),(25477,729,'_recorded_sales','yes'),(25478,729,'_order_stock_reduced','yes'),(25480,759,'Payment type','instant'),(25481,759,'_transaction_id','9U358820AP188664H'),(25482,759,'_paypal_status','completed'),(25483,759,'PayPal Transaction Fee','0.99'),(25484,759,'_date_paid','1634761565'),(25485,759,'_paid_date','2021-10-20 20:26:05'),(25486,759,'_download_permissions_granted','yes'),(25487,759,'_recorded_sales','yes'),(25488,759,'_order_stock_reduced','yes'),(25489,759,'_new_order_email_sent','true'),(25490,761,'_order_key','wc_order_Y7kKjjItewD1n'),(25491,761,'_customer_user','9'),(25492,761,'_payment_method','paypal'),(25493,761,'_payment_method_title','PayPal'),(25494,761,'_customer_ip_address','24.63.192.155'),(25495,761,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50'),(25496,761,'_created_via','checkout'),(25497,761,'_cart_hash','6dd880c1fa99e6cc68d11e6d3c8836e2'),(25498,761,'_billing_first_name','Brenda'),(25499,761,'_billing_last_name','Howard'),(25500,761,'_billing_company','Lice Clinics Medway'),(25501,761,'_billing_address_1','165 Main St'),(25502,761,'_billing_address_2','Suite 111A'),(25503,761,'_billing_city','Medway'),(25504,761,'_billing_state','MA'),(25505,761,'_billing_postcode','02053'),(25506,761,'_billing_country','US'),(25507,761,'_billing_email','info@electricchecks.com'),(25508,761,'_billing_phone','15082926761'),(25509,761,'_shipping_first_name','Brenda'),(25510,761,'_shipping_last_name','Howard'),(25511,761,'_shipping_company','Lice Clinics Medway'),(25512,761,'_shipping_address_1','165 Main St'),(25513,761,'_shipping_address_2','Suite 111A'),(25514,761,'_shipping_city','Medway'),(25515,761,'_shipping_state','MA'),(25516,761,'_shipping_postcode','02053'),(25517,761,'_shipping_country','US'),(25518,761,'_order_currency','USD'),(25519,761,'_cart_discount','0'),(25520,761,'_cart_discount_tax','0'),(25521,761,'_order_shipping','22.48'),(25522,761,'_order_shipping_tax','0'),(25523,761,'_order_tax','0'),(25524,761,'_order_total','137.48'),(25525,761,'_order_version','5.8.0'),(25526,761,'_prices_include_tax','no'),(25527,761,'_billing_address_index','Brenda Howard Lice Clinics Medway 165 Main St Suite 111A Medway MA 02053 US info@electricchecks.com 15082926761'),(25528,761,'_shipping_address_index','Brenda Howard Lice Clinics Medway 165 Main St Suite 111A Medway MA 02053 US '),(25529,761,'is_vat_exempt','no'),(25530,761,'Payment type','instant'),(25531,761,'_transaction_id','3D634510FT9655220'),(25532,761,'_paypal_status','completed'),(25533,761,'PayPal Transaction Fee','5.29'),(25534,761,'_date_paid','1634852564'),(25535,761,'_paid_date','2021-10-21 21:42:44'),(25536,761,'_download_permissions_granted','yes'),(25537,761,'_recorded_sales','yes'),(25538,761,'_recorded_coupon_usage_counts','yes'),(25539,761,'_order_stock_reduced','yes'),(25540,761,'_new_order_email_sent','true'),(25541,762,'_order_key','wc_order_YjlnNS67QF6IJ'),(25542,762,'_customer_user','50'),(25543,762,'_payment_method','paypal'),(25544,762,'_payment_method_title','PayPal'),(25545,762,'_customer_ip_address','24.218.89.60'),(25546,762,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50'),(25547,762,'_created_via','checkout'),(25548,762,'_cart_hash','6e6483dc9ab17e79834bece8eda89905'),(25549,762,'_billing_first_name','Christine'),(25550,762,'_billing_last_name','Cherry'),(25551,762,'_billing_company','NITS END'),(25552,762,'_billing_address_1','PO BOX 1092'),(25553,762,'_billing_city','Campton'),(25554,762,'_billing_state','NH'),(25555,762,'_billing_postcode','03223'),(25556,762,'_billing_country','US'),(25557,762,'_billing_email','info@liceclinicsplaistow.com'),(25558,762,'_billing_phone','16034983390'),(25559,762,'_shipping_first_name','Megan'),(25560,762,'_shipping_last_name','O\'Neil'),(25561,762,'_shipping_company','LCA Plaistow'),(25562,762,'_shipping_address_1','18 Sheridan St'),(25563,762,'_shipping_city','Haverhill'),(25564,762,'_shipping_state','MA'),(25565,762,'_shipping_postcode','01830'),(25566,762,'_shipping_country','US'),(25567,762,'_order_currency','USD'),(25568,762,'_cart_discount','0'),(25569,762,'_cart_discount_tax','0'),(25570,762,'_order_shipping','23.68'),(25571,762,'_order_shipping_tax','0'),(25572,762,'_order_tax','0'),(25573,762,'_order_total','349.12'),(25574,762,'_order_version','5.8.0'),(25575,762,'_prices_include_tax','no'),(25576,762,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(25577,762,'_shipping_address_index','Megan O\'Neil LCA Plaistow 18 Sheridan St  Haverhill MA 01830 US '),(25578,762,'is_vat_exempt','no'),(25579,762,'Payment type','instant'),(25580,762,'_transaction_id','6PC745701B173094K'),(25581,762,'_paypal_status','completed'),(25582,762,'PayPal Transaction Fee','12.67'),(25583,762,'_date_paid','1634902897'),(25584,762,'_paid_date','2021-10-22 11:41:37'),(25585,762,'_download_permissions_granted','yes'),(25586,762,'_recorded_sales','yes'),(25587,762,'_recorded_coupon_usage_counts','yes'),(25588,762,'_order_stock_reduced','yes'),(25589,762,'_new_order_email_sent','true'),(25590,760,'_edit_lock','1635172860:2'),(25591,760,'_edit_last','2'),(25592,760,'_recorded_coupon_usage_counts','yes'),(25593,761,'_edit_lock','1634917394:2'),(25594,762,'_edit_lock','1636416427:2'),(25595,759,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058893\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"b0592bb7757e290595a9ceee6c5bebc4\";}}'),(25596,759,'_date_completed','1634913490'),(25597,759,'_completed_date','2021-10-22 14:38:10'),(25598,730,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058860\";s:12:\"date_shipped\";s:10:\"1634688000\";s:11:\"tracking_id\";s:32:\"1ff54464950a9d2d674c59df6c444624\";}}'),(25599,730,'_date_completed','1634913631'),(25600,730,'_completed_date','2021-10-22 14:40:31'),(25601,729,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058871\";s:12:\"date_shipped\";s:10:\"1634688000\";s:11:\"tracking_id\";s:32:\"879fcbc8f2e3d106b123396efeab1854\";}}'),(25602,729,'_date_completed','1634913703'),(25603,729,'_completed_date','2021-10-22 14:41:43'),(25604,763,'_order_key','wc_order_0Ai39WN2qoWFG'),(25605,763,'_customer_user','87'),(25606,763,'_payment_method','paypal'),(25607,763,'_payment_method_title','PayPal'),(25608,763,'_customer_ip_address','70.189.75.106'),(25609,763,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(25610,763,'_created_via','checkout'),(25611,763,'_cart_hash','dd07b17ef660caeab262df4e486a0448'),(25612,763,'_billing_first_name','Wade'),(25613,763,'_billing_last_name','Huntsman'),(25614,763,'_billing_company','LCA Midsouth'),(25615,763,'_billing_address_1','1104 E 25th St'),(25616,763,'_billing_city','Tulsa'),(25617,763,'_billing_state','OK'),(25618,763,'_billing_postcode','74114'),(25619,763,'_billing_country','US'),(25620,763,'_billing_email','info@liceclinicsmidsouth.com'),(25621,763,'_billing_phone','9189783329'),(25622,763,'_shipping_first_name','Wade'),(25623,763,'_shipping_last_name','Huntsman'),(25624,763,'_shipping_company','Lice Clinics of America'),(25625,763,'_shipping_address_1','3421 E 21st Street'),(25626,763,'_shipping_city','Tulsa'),(25627,763,'_shipping_state','OK'),(25628,763,'_shipping_postcode','74114'),(25629,763,'_shipping_country','US'),(25630,763,'_order_currency','USD'),(25631,763,'_cart_discount','0'),(25632,763,'_cart_discount_tax','0'),(25633,763,'_order_shipping','0'),(25634,763,'_order_shipping_tax','0'),(25635,763,'_order_tax','0'),(25636,763,'_order_total','910.46'),(25637,763,'_order_version','5.8.0'),(25638,763,'_prices_include_tax','no'),(25639,763,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(25640,763,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Street  Tulsa OK 74114 US '),(25641,763,'is_vat_exempt','no'),(25642,763,'Payment type','instant'),(25643,763,'_transaction_id','23X85253YV272445C'),(25644,763,'_paypal_status','completed'),(25645,763,'PayPal Transaction Fee','32.27'),(25646,763,'_date_paid','1634917237'),(25647,763,'_paid_date','2021-10-22 15:40:37'),(25648,763,'_download_permissions_granted','yes'),(25649,763,'_recorded_sales','yes'),(25650,763,'_recorded_coupon_usage_counts','yes'),(25651,763,'_order_stock_reduced','yes'),(25652,763,'_new_order_email_sent','true'),(25653,764,'_order_key','wc_order_QlHBgSxk65ekR'),(25654,764,'_customer_user','87'),(25655,764,'_payment_method','paypal'),(25656,764,'_payment_method_title','PayPal'),(25657,764,'_customer_ip_address','70.189.75.106'),(25658,764,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(25659,764,'_created_via','checkout'),(25660,764,'_cart_hash','26e120a0b234782dc98cb420dd1d09de'),(25661,764,'_billing_first_name','Wade'),(25662,764,'_billing_last_name','Huntsman'),(25663,764,'_billing_company','LCA Midsouth'),(25664,764,'_billing_address_1','1104 E 25th St'),(25665,764,'_billing_city','Tulsa'),(25666,764,'_billing_state','OK'),(25667,764,'_billing_postcode','74114'),(25668,764,'_billing_country','US'),(25669,764,'_billing_email','info@liceclinicsmidsouth.com'),(25670,764,'_billing_phone','9189783329'),(25671,764,'_shipping_first_name','Logan'),(25672,764,'_shipping_last_name','Futrell'),(25673,764,'_shipping_company','Lice Clinics of America'),(25674,764,'_shipping_address_1','3000 S 28th Place Apt 12'),(25675,764,'_shipping_city','Rogers'),(25676,764,'_shipping_state','AR'),(25677,764,'_shipping_postcode','72758'),(25678,764,'_shipping_country','US'),(25679,764,'_order_currency','USD'),(25680,764,'_cart_discount','0'),(25681,764,'_cart_discount_tax','0'),(25682,764,'_order_shipping','0'),(25683,764,'_order_shipping_tax','0'),(25684,764,'_order_tax','0'),(25685,764,'_order_total','510.44'),(25686,764,'_order_version','5.8.0'),(25687,764,'_prices_include_tax','no'),(25688,764,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(25689,764,'_shipping_address_index','Logan Futrell Lice Clinics of America 3000 S 28th Place Apt 12  Rogers AR 72758 US '),(25690,764,'is_vat_exempt','no'),(25691,764,'Payment type','instant'),(25692,764,'_transaction_id','60E11365UE4819109'),(25693,764,'_paypal_status','completed'),(25694,764,'PayPal Transaction Fee','18.30'),(25695,764,'_date_paid','1634917450'),(25696,764,'_paid_date','2021-10-22 15:44:10'),(25697,764,'_download_permissions_granted','yes'),(25698,764,'_recorded_sales','yes'),(25699,764,'_recorded_coupon_usage_counts','yes'),(25700,764,'_order_stock_reduced','yes'),(25701,764,'_new_order_email_sent','true'),(25702,761,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059135\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"f1f9b3467bee6a8787a29e4ced8061d1\";}}'),(25703,761,'_edit_last','2'),(25704,761,'_date_completed','1634917502'),(25705,761,'_completed_date','2021-10-22 15:45:02'),(25706,762,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059124\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"d3e06cd514076bb2c91a79736cc3434a\";}}'),(25707,762,'_edit_last','2'),(25708,762,'_date_completed','1634917556'),(25709,762,'_completed_date','2021-10-22 15:45:56'),(25710,765,'_order_key','wc_order_2qMXumWG8g9VE'),(25711,765,'_customer_user','87'),(25712,765,'_payment_method','paypal'),(25713,765,'_payment_method_title','PayPal'),(25714,765,'_customer_ip_address','70.189.75.106'),(25715,765,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(25716,765,'_created_via','checkout'),(25717,765,'_cart_hash','a8486723272b546a339a313559851a0b'),(25718,765,'_billing_first_name','Wade'),(25719,765,'_billing_last_name','Huntsman'),(25720,765,'_billing_company','LCA Midsouth'),(25721,765,'_billing_address_1','1104 E 25th St'),(25722,765,'_billing_city','Tulsa'),(25723,765,'_billing_state','OK'),(25724,765,'_billing_postcode','74114'),(25725,765,'_billing_country','US'),(25726,765,'_billing_email','info@liceclinicsmidsouth.com'),(25727,765,'_billing_phone','9189783329'),(25728,765,'_shipping_first_name','Katee'),(25729,765,'_shipping_last_name','Morrison'),(25730,765,'_shipping_company','Lice Clinics of America'),(25731,765,'_shipping_address_1','748 Brookwood Dr Apt 103'),(25732,765,'_shipping_city','OKC'),(25733,765,'_shipping_state','OK'),(25734,765,'_shipping_postcode','73139'),(25735,765,'_shipping_country','US'),(25736,765,'_order_currency','USD'),(25737,765,'_cart_discount','0'),(25738,765,'_cart_discount_tax','0'),(25739,765,'_order_shipping','0'),(25740,765,'_order_shipping_tax','0'),(25741,765,'_order_tax','0'),(25742,765,'_order_total','501.50'),(25743,765,'_order_version','5.8.0'),(25744,765,'_prices_include_tax','no'),(25745,765,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(25746,765,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103  OKC OK 73139 US '),(25747,765,'is_vat_exempt','no'),(25748,765,'Payment type','instant'),(25749,765,'_transaction_id','2SK85674UV043333A'),(25750,765,'_paypal_status','completed'),(25751,765,'PayPal Transaction Fee','17.99'),(25752,765,'_date_paid','1634917614'),(25753,765,'_paid_date','2021-10-22 15:46:54'),(25754,765,'_download_permissions_granted','yes'),(25755,765,'_recorded_sales','yes'),(25756,765,'_recorded_coupon_usage_counts','yes'),(25757,765,'_order_stock_reduced','yes'),(25758,765,'_new_order_email_sent','true'),(25759,766,'_order_key','wc_order_O1UxmSEECfsPu'),(25760,766,'_customer_user','87'),(25761,766,'_payment_method','paypal'),(25762,766,'_payment_method_title','PayPal'),(25763,766,'_customer_ip_address','70.189.75.106'),(25764,766,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(25765,766,'_created_via','checkout'),(25766,766,'_cart_hash','0afe729ea98cac9fe0614abb88c05556'),(25767,766,'_billing_first_name','Wade'),(25768,766,'_billing_last_name','Huntsman'),(25769,766,'_billing_company','LCA Midsouth'),(25770,766,'_billing_address_1','1104 E 25th St'),(25771,766,'_billing_city','Tulsa'),(25772,766,'_billing_state','OK'),(25773,766,'_billing_postcode','74114'),(25774,766,'_billing_country','US'),(25775,766,'_billing_email','info@liceclinicsmidsouth.com'),(25776,766,'_billing_phone','9189783329'),(25777,766,'_shipping_first_name','Ian'),(25778,766,'_shipping_last_name','Zinth'),(25779,766,'_shipping_company','Lice Clinics of America'),(25780,766,'_shipping_address_1','16654 E Kent Drive'),(25781,766,'_shipping_city','Aurora'),(25782,766,'_shipping_state','CO'),(25783,766,'_shipping_postcode','80014'),(25784,766,'_shipping_country','US'),(25785,766,'_order_currency','USD'),(25786,766,'_cart_discount','0'),(25787,766,'_cart_discount_tax','0'),(25788,766,'_order_shipping','0'),(25789,766,'_order_shipping_tax','0'),(25790,766,'_order_tax','0'),(25791,766,'_order_total','561.98'),(25792,766,'_order_version','5.8.0'),(25793,766,'_prices_include_tax','no'),(25794,766,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(25795,766,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 E Kent Drive  Aurora CO 80014 US '),(25796,766,'is_vat_exempt','no'),(25797,766,'Payment type','instant'),(25798,766,'_transaction_id','8YD16746RR076811R'),(25799,766,'_paypal_status','completed'),(25800,766,'PayPal Transaction Fee','20.10'),(25801,766,'_date_paid','1634917845'),(25802,766,'_paid_date','2021-10-22 15:50:45'),(25803,766,'_download_permissions_granted','yes'),(25804,766,'_recorded_sales','yes'),(25805,766,'_recorded_coupon_usage_counts','yes'),(25806,766,'_order_stock_reduced','yes'),(25807,766,'_new_order_email_sent','true'),(25808,760,'Payment type','instant'),(25809,760,'_transaction_id','742900236W029693S'),(25810,760,'_paypal_status','completed'),(25811,760,'PayPal Transaction Fee','1.08'),(25812,760,'_date_paid','1634936471'),(25813,760,'_paid_date','2021-10-22 21:01:11'),(25814,760,'_download_permissions_granted','yes'),(25815,760,'_recorded_sales','yes'),(25816,760,'_order_stock_reduced','yes'),(25817,760,'_new_order_email_sent','true'),(25818,737,'Payment type','instant'),(25819,737,'_transaction_id','6KV40847SL666970L'),(25820,737,'_paypal_status','completed'),(25821,737,'PayPal Transaction Fee','0.88'),(25822,737,'_date_paid','1635088562'),(25823,737,'_paid_date','2021-10-24 15:16:02'),(25824,737,'_download_permissions_granted','yes'),(25825,737,'_recorded_sales','yes'),(25826,737,'_order_stock_reduced','yes'),(25827,768,'_order_key','wc_order_kI33VLcx28jsQ'),(25828,768,'_customer_user','64'),(25829,768,'_payment_method','paypal'),(25830,768,'_payment_method_title','PayPal'),(25831,768,'_customer_ip_address','72.130.248.224'),(25832,768,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(25833,768,'_created_via','checkout'),(25834,768,'_cart_hash','8d8a10a7e4e7f07c000116a5360a55e9'),(25835,768,'_billing_first_name','Barrie'),(25836,768,'_billing_last_name','Desmond'),(25837,768,'_billing_address_1','50 ALAHELE PL'),(25838,768,'_billing_city','Kihei'),(25839,768,'_billing_state','HI'),(25840,768,'_billing_postcode','96753-7809'),(25841,768,'_billing_country','US'),(25842,768,'_billing_email','info@liceclinicshawaii.com'),(25843,768,'_billing_phone','8082834247'),(25844,768,'_shipping_first_name','Barrie'),(25845,768,'_shipping_last_name','Desmond'),(25846,768,'_shipping_address_1','50 ALAHELE PL'),(25847,768,'_shipping_city','Kihei'),(25848,768,'_shipping_state','HI'),(25849,768,'_shipping_postcode','96753-7809'),(25850,768,'_shipping_country','US'),(25851,768,'_order_currency','USD'),(25852,768,'_cart_discount','0'),(25853,768,'_cart_discount_tax','0'),(25854,768,'_order_shipping','316.41'),(25855,768,'_order_shipping_tax','0'),(25856,768,'_order_tax','0'),(25857,768,'_order_total','795.21'),(25858,768,'_order_version','5.8.0'),(25859,768,'_prices_include_tax','no'),(25860,768,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(25861,768,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(25862,768,'is_vat_exempt','no'),(25863,768,'Payment type','instant'),(25864,768,'_transaction_id','55322652868030026'),(25865,768,'_paypal_status','completed'),(25866,768,'PayPal Transaction Fee','28.24'),(25867,768,'_date_paid','1635153040'),(25868,768,'_paid_date','2021-10-25 09:10:40'),(25869,768,'_download_permissions_granted','yes'),(25870,768,'_recorded_sales','yes'),(25871,768,'_recorded_coupon_usage_counts','yes'),(25872,515,'_used_by','64'),(25873,768,'_order_stock_reduced','yes'),(25874,768,'_new_order_email_sent','true'),(25875,763,'_edit_lock','1636413675:2'),(25876,764,'_edit_lock','1636413668:2'),(25877,765,'_edit_lock','1636413664:2'),(25878,766,'_edit_lock','1636416427:2'),(25879,763,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059205\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"71ede631c53a2d80027195fddbde9574\";}}'),(25880,763,'_edit_last','2'),(25881,763,'_date_completed','1635172531'),(25882,763,'_completed_date','2021-10-25 14:35:31'),(25883,765,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059238\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"e0daec49578c5bba1aa005223c1cb4ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059227\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"7d322cdf751bbf17166814582e692064\";}}'),(25884,765,'_edit_last','2'),(25885,765,'_date_completed','1635172593'),(25886,765,'_completed_date','2021-10-25 14:36:33'),(25887,764,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059216\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"1f0039ea7b468275e6957749bf8c201a\";}}'),(25888,764,'_edit_last','2'),(25889,764,'_date_completed','1635172632'),(25890,764,'_completed_date','2021-10-25 14:37:12'),(25891,766,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059271\";s:12:\"date_shipped\";s:10:\"1634860800\";s:11:\"tracking_id\";s:32:\"f97c2f761136148ac56fbc6d542e4aa2\";}}'),(25892,766,'_edit_last','2'),(25893,766,'_date_completed','1635172717'),(25894,766,'_completed_date','2021-10-25 14:38:37'),(25895,769,'_order_key','wc_order_wl73b4w6Tqr2X'),(25896,769,'_customer_user','54'),(25897,769,'_payment_method','paypal'),(25898,769,'_payment_method_title','PayPal'),(25899,769,'_customer_ip_address','172.58.139.156'),(25900,769,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36'),(25901,769,'_created_via','checkout'),(25902,769,'_cart_hash','aa68867abef352cc5514c79b3eca6a13'),(25903,769,'_billing_first_name','Erin'),(25904,769,'_billing_last_name','Hawn'),(25905,769,'_billing_address_1','10 W Phillip Rd'),(25906,769,'_billing_address_2','123'),(25907,769,'_billing_city','Vernon Hills'),(25908,769,'_billing_state','IL'),(25909,769,'_billing_postcode','60061'),(25910,769,'_billing_country','US'),(25911,769,'_billing_email','info@liceclinicsvernonhills.com'),(25912,769,'_billing_phone','8475960408'),(25913,769,'_shipping_first_name','Erin'),(25914,769,'_shipping_last_name','Hawn'),(25915,769,'_shipping_address_1','1491 S Amarias Dr'),(25916,769,'_shipping_city','Round lake'),(25917,769,'_shipping_state','IL'),(25918,769,'_shipping_postcode','60073'),(25919,769,'_shipping_country','US'),(25920,769,'_order_currency','USD'),(25921,769,'_cart_discount','0'),(25922,769,'_cart_discount_tax','0'),(25923,769,'_order_shipping','0'),(25924,769,'_order_shipping_tax','0'),(25925,769,'_order_tax','0'),(25926,769,'_order_total','569.54'),(25927,769,'_order_version','5.8.0'),(25928,769,'_prices_include_tax','no'),(25929,769,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(25930,769,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(25931,769,'is_vat_exempt','no'),(25932,768,'acfw_shipping_discount_recalc','yes'),(25933,768,'_edit_lock','1635258466:2'),(25934,760,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059385\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"1290fdb2ddacb50d083b2eaac4210253\";}}'),(25935,760,'_date_completed','1635172997'),(25936,760,'_completed_date','2021-10-25 14:43:17'),(25937,770,'_order_key','wc_order_uUqgKzjbRtEjR'),(25938,770,'_customer_user','46'),(25939,770,'_payment_method','paypal'),(25940,770,'_payment_method_title','PayPal'),(25941,770,'_customer_ip_address','216.163.6.72'),(25942,770,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(25943,770,'_created_via','checkout'),(25944,770,'_cart_hash','16aae40709775ab510682bf2ca8fbfcc'),(25945,770,'_billing_first_name','Shannon'),(25946,770,'_billing_last_name','Steele'),(25947,770,'_billing_company','SBS Investments'),(25948,770,'_billing_address_1','1702 Hazelwood Court'),(25949,770,'_billing_city','Jonesboro'),(25950,770,'_billing_state','AR'),(25951,770,'_billing_postcode','72401'),(25952,770,'_billing_country','US'),(25953,770,'_billing_email','info@liceclinicsjonesboro.com'),(25954,770,'_billing_phone','8709262731'),(25955,770,'_shipping_first_name','Shannon'),(25956,770,'_shipping_last_name','Steele'),(25957,770,'_shipping_company','SBS Investments/LCA- Jonesboro'),(25958,770,'_shipping_address_1','3106 Orval Orlan Drive'),(25959,770,'_shipping_address_2','Suite D'),(25960,770,'_shipping_city','Jonesboro'),(25961,770,'_shipping_state','AR'),(25962,770,'_shipping_postcode','72404'),(25963,770,'_shipping_country','US'),(25964,770,'_order_currency','USD'),(25965,770,'_cart_discount','0'),(25966,770,'_cart_discount_tax','0'),(25967,770,'_order_shipping','34.48'),(25968,770,'_order_shipping_tax','0'),(25969,770,'_order_tax','0'),(25970,770,'_order_total','219.48'),(25971,770,'_order_version','5.8.0'),(25972,770,'_prices_include_tax','no'),(25973,770,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(25974,770,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(25975,770,'is_vat_exempt','no'),(25976,770,'Payment type','instant'),(25977,770,'_transaction_id','0WS051825F548535C'),(25978,770,'_paypal_status','completed'),(25979,770,'PayPal Transaction Fee','8.15'),(25980,770,'_date_paid','1635176334'),(25981,770,'_paid_date','2021-10-25 15:38:54'),(25982,770,'_download_permissions_granted','yes'),(25983,770,'_recorded_sales','yes'),(25984,770,'_recorded_coupon_usage_counts','yes'),(25985,770,'_order_stock_reduced','yes'),(25986,770,'_new_order_email_sent','true'),(25987,771,'_order_key','wc_order_4SHoWurv72cvd'),(25988,771,'_customer_user','25'),(25989,771,'_payment_method','paypal'),(25990,771,'_payment_method_title','PayPal'),(25991,771,'_customer_ip_address','23.124.3.136'),(25992,771,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(25993,771,'_created_via','checkout'),(25994,771,'_cart_hash','06ca02b61d5e99395824b06f851daff7'),(25995,771,'_billing_first_name','Blaine'),(25996,771,'_billing_last_name','Tyrone'),(25997,771,'_billing_address_1','39 Canebrake Blvd'),(25998,771,'_billing_city','Hattiesburg'),(25999,771,'_billing_state','MS'),(26000,771,'_billing_postcode','39402'),(26001,771,'_billing_country','US'),(26002,771,'_billing_email','info@liceclinicssouthms.com'),(26003,771,'_billing_phone','6016063355'),(26004,771,'_shipping_first_name','Blaine'),(26005,771,'_shipping_last_name','Tyrone'),(26006,771,'_shipping_address_1','39 Canebrake Blvd'),(26007,771,'_shipping_city','Hattiesburg'),(26008,771,'_shipping_state','MS'),(26009,771,'_shipping_postcode','39402'),(26010,771,'_shipping_country','US'),(26011,771,'_order_currency','USD'),(26012,771,'_cart_discount','0'),(26013,771,'_cart_discount_tax','0'),(26014,771,'_order_shipping','0'),(26015,771,'_order_shipping_tax','0'),(26016,771,'_order_tax','0'),(26017,771,'_order_total','502.68'),(26018,771,'_order_version','5.8.0'),(26019,771,'_prices_include_tax','no'),(26020,771,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(26021,771,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(26022,771,'is_vat_exempt','no'),(26023,771,'Payment type','instant'),(26024,771,'_transaction_id','41R011730T2628403'),(26025,771,'_paypal_status','completed'),(26026,771,'PayPal Transaction Fee','18.03'),(26027,771,'_date_paid','1635179303'),(26028,771,'_paid_date','2021-10-25 16:28:23'),(26029,771,'_download_permissions_granted','yes'),(26030,771,'_recorded_sales','yes'),(26031,771,'_recorded_coupon_usage_counts','yes'),(26032,771,'_order_stock_reduced','yes'),(26033,771,'_new_order_email_sent','true'),(26034,769,'_edit_lock','1635431526:2'),(26035,769,'_edit_last','2'),(26036,769,'_recorded_coupon_usage_counts','yes'),(26037,750,'Payment type','instant'),(26038,750,'_transaction_id','86B07187JW5185134'),(26039,750,'_paypal_status','completed'),(26040,750,'PayPal Transaction Fee','50.68'),(26041,750,'_date_paid','1635191109'),(26042,750,'_paid_date','2021-10-25 19:45:09'),(26043,750,'_download_permissions_granted','yes'),(26044,750,'_recorded_sales','yes'),(26045,750,'_order_stock_reduced','yes'),(26046,750,'_new_order_email_sent','true'),(26047,772,'_order_key','wc_order_SVyvnPyI81ueS'),(26048,772,'_customer_user','61'),(26049,772,'_payment_method','paypal'),(26050,772,'_payment_method_title','PayPal'),(26051,772,'_customer_ip_address','217.180.202.28'),(26052,772,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(26053,772,'_created_via','checkout'),(26054,772,'_cart_hash','cf07efbadf6d19a30de0235e46d0a6b4'),(26055,772,'_billing_first_name','Judy'),(26056,772,'_billing_last_name','Hayden'),(26057,772,'_billing_company','LCA Milford'),(26058,772,'_billing_address_1','1795 Alysheba Way'),(26059,772,'_billing_address_2','Ste 4105'),(26060,772,'_billing_city','LEXINGTON'),(26061,772,'_billing_state','KY'),(26062,772,'_billing_postcode','40509-8509'),(26063,772,'_billing_country','US'),(26064,772,'_billing_email','judy@liceclinicslexington.com'),(26065,772,'_billing_phone','8595376966'),(26066,772,'_shipping_first_name','Judy'),(26067,772,'_shipping_last_name','Hayden'),(26068,772,'_shipping_company','LCA'),(26069,772,'_shipping_address_1','6905 Burlington Pike'),(26070,772,'_shipping_address_2','Ste A'),(26071,772,'_shipping_city','Florence'),(26072,772,'_shipping_state','KY'),(26073,772,'_shipping_postcode','41042'),(26074,772,'_shipping_country','US'),(26075,772,'_order_currency','USD'),(26076,772,'_cart_discount','0'),(26077,772,'_cart_discount_tax','0'),(26078,772,'_order_shipping','0'),(26079,772,'_order_shipping_tax','0'),(26080,772,'_order_tax','0'),(26081,772,'_order_total','1027.18'),(26082,772,'_order_version','5.8.0'),(26083,772,'_prices_include_tax','no'),(26084,772,'_billing_address_index','Judy Hayden LCA Milford 1795 Alysheba Way Ste 4105 LEXINGTON KY 40509-8509 US judy@liceclinicslexington.com 8595376966'),(26085,772,'_shipping_address_index','Judy Hayden LCA 6905 Burlington Pike Ste A Florence KY 41042 US '),(26086,772,'is_vat_exempt','no'),(26087,772,'Payment type','instant'),(26088,772,'_transaction_id','6A9742064Y402480E'),(26089,772,'_paypal_status','completed'),(26090,772,'PayPal Transaction Fee','36.34'),(26091,772,'_date_paid','1635251254'),(26092,772,'_paid_date','2021-10-26 12:27:34'),(26093,772,'_download_permissions_granted','yes'),(26094,772,'_recorded_sales','yes'),(26095,772,'_recorded_coupon_usage_counts','yes'),(26096,772,'_order_stock_reduced','yes'),(26097,772,'_new_order_email_sent','true'),(26098,750,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059731\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"86718549288aeda44a8e1e509c04ee2e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059720\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"41bcc31ea3a082bb7306f1d83f38fdb1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059710\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"59373b612a561d58c33c2418a300ee17\";}}'),(26099,750,'_date_completed','1635258101'),(26100,750,'_completed_date','2021-10-26 14:21:41'),(26101,771,'_edit_lock','1635258043:2'),(26102,771,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059617\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"cebc1e9a7a4077a11bf3a5dc8dac6ae1\";}}'),(26103,771,'_edit_last','2'),(26104,771,'_date_completed','1635258175'),(26105,771,'_completed_date','2021-10-26 14:22:55'),(26106,770,'_edit_lock','1635258322:2'),(26107,770,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059569\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"fd4ead482d69315cfa4f1075dab40189\";}}'),(26108,770,'_edit_last','2'),(26109,770,'_date_completed','1635258316'),(26110,770,'_completed_date','2021-10-26 14:25:16'),(26111,737,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059466\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"be346b00471a4e48b5c2272761daa185\";}}'),(26112,737,'_date_completed','1635258363'),(26113,737,'_completed_date','2021-10-26 14:26:03'),(26114,753,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058654\";s:12:\"date_shipped\";s:10:\"1634601600\";s:11:\"tracking_id\";s:32:\"ec0030d05e819e38402ccd4e477df2f3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953058665\";s:12:\"date_shipped\";s:10:\"1634601600\";s:11:\"tracking_id\";s:32:\"64ed2ce32a0ffd6abd94c72cd299321c\";}}'),(26115,753,'_date_completed','1635258416'),(26116,753,'_completed_date','2021-10-26 14:26:56'),(26117,768,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059525\";s:12:\"date_shipped\";s:10:\"1635120000\";s:11:\"tracking_id\";s:32:\"33eaec8e9e3166a42a20eec5fd66c0fe\";}}'),(26118,768,'_edit_last','2'),(26119,768,'_date_completed','1635258447'),(26120,768,'_completed_date','2021-10-26 14:27:27'),(26121,773,'_order_key','wc_order_ioG5i2SkPiPuh'),(26122,773,'_customer_user','26'),(26123,773,'_payment_method','paypal'),(26124,773,'_payment_method_title','PayPal'),(26125,773,'_customer_ip_address','76.125.25.222'),(26126,773,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(26127,773,'_created_via','checkout'),(26128,773,'_cart_hash','cb9dda49e7505601dc5c174b616ddc2f'),(26129,773,'_billing_first_name','Andrew'),(26130,773,'_billing_last_name','Crumrine'),(26131,773,'_billing_address_1','3537 Stevens Way'),(26132,773,'_billing_city','Augusta'),(26133,773,'_billing_state','GA'),(26134,773,'_billing_postcode','30907'),(26135,773,'_billing_country','US'),(26136,773,'_billing_email','augustagalice@gmail.com'),(26137,773,'_billing_phone','7063064588'),(26138,773,'_shipping_first_name','Andrew'),(26139,773,'_shipping_last_name','Crumrine'),(26140,773,'_shipping_address_1','3537 Stevens Way'),(26141,773,'_shipping_city','Augusta'),(26142,773,'_shipping_state','GA'),(26143,773,'_shipping_postcode','30907'),(26144,773,'_shipping_country','US'),(26145,773,'_order_currency','USD'),(26146,773,'_cart_discount','0'),(26147,773,'_cart_discount_tax','0'),(26148,773,'_order_shipping','15.35'),(26149,773,'_order_shipping_tax','0'),(26150,773,'_order_tax','0'),(26151,773,'_order_total','253.91'),(26152,773,'_order_version','5.8.0'),(26153,773,'_prices_include_tax','no'),(26154,773,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(26155,773,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(26156,773,'is_vat_exempt','no'),(26157,774,'_order_key','wc_order_2T8W5TDm020A3'),(26158,774,'_customer_user','66'),(26159,774,'_payment_method','paypal'),(26160,774,'_payment_method_title','PayPal'),(26161,774,'_customer_ip_address','73.129.83.207'),(26162,774,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(26163,774,'_created_via','checkout'),(26164,774,'_cart_hash','edefb1431eb04a0d90038b716ea6736a'),(26165,774,'_billing_first_name','Mark'),(26166,774,'_billing_last_name','Dent'),(26167,774,'_billing_company','Lice Clinics of Maryland'),(26168,774,'_billing_address_1','801 W 33rd Street'),(26169,774,'_billing_city','BAltimore'),(26170,774,'_billing_state','MD'),(26171,774,'_billing_postcode','21211'),(26172,774,'_billing_country','US'),(26173,774,'_billing_email','info@liceclinicsofmaryland.com'),(26174,774,'_billing_phone','4438349991'),(26175,774,'_shipping_first_name','Dawn'),(26176,774,'_shipping_last_name','Mumaw'),(26177,774,'_shipping_company','LCA Baltimore'),(26178,774,'_shipping_address_1','604 Providence Road'),(26179,774,'_shipping_city','Towson'),(26180,774,'_shipping_state','MD'),(26181,774,'_shipping_postcode','21286'),(26182,774,'_shipping_country','US'),(26183,774,'_order_currency','USD'),(26184,774,'_cart_discount','0'),(26185,774,'_cart_discount_tax','0'),(26186,774,'_order_shipping','0'),(26187,774,'_order_shipping_tax','0'),(26188,774,'_order_tax','0'),(26189,774,'_order_total','838.60'),(26190,774,'_order_version','5.8.0'),(26191,774,'_prices_include_tax','no'),(26192,774,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(26193,774,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(26194,774,'is_vat_exempt','no'),(26195,774,'Payment type','instant'),(26196,774,'_transaction_id','30V27377VM7249457'),(26197,774,'_paypal_status','completed'),(26198,774,'PayPal Transaction Fee','29.76'),(26199,774,'_date_paid','1635264760'),(26200,774,'_paid_date','2021-10-26 16:12:40'),(26201,774,'_download_permissions_granted','yes'),(26202,774,'_recorded_sales','yes'),(26203,774,'_recorded_coupon_usage_counts','yes'),(26204,774,'_order_stock_reduced','yes'),(26205,774,'_new_order_email_sent','true'),(26206,773,'_edit_lock','1635793668:2'),(26207,773,'_edit_last','2'),(26208,773,'_recorded_coupon_usage_counts','yes'),(26209,772,'_edit_lock','1635270717:2'),(26210,772,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059775\";s:12:\"date_shipped\";s:10:\"1635206400\";s:11:\"tracking_id\";s:32:\"dcdaabafe29729fcf79d3f185f4dfefd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059764\";s:12:\"date_shipped\";i:1635270798;s:11:\"tracking_id\";s:32:\"53ccc060bc072b79d936208f90b4d8b0\";}}'),(26211,772,'_edit_last','2'),(26212,772,'_date_completed','1635270801'),(26213,772,'_completed_date','2021-10-26 17:53:21'),(26214,774,'_edit_lock','1636413518:2'),(26215,775,'_order_key','wc_order_QgiBK4h3iPuZJ'),(26216,775,'_customer_user','36'),(26217,775,'_payment_method','paypal'),(26218,775,'_payment_method_title','PayPal'),(26219,775,'_customer_ip_address','50.91.108.77'),(26220,775,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(26221,775,'_created_via','checkout'),(26222,775,'_cart_hash','7f41fb992a82a7abd9951ef98ac1e0dd'),(26223,775,'_billing_first_name','Melanie'),(26224,775,'_billing_last_name','Sherman'),(26225,775,'_billing_company','Lice Clinics of Bakersfield'),(26226,775,'_billing_address_1','2920 F ST'),(26227,775,'_billing_address_2','G-9'),(26228,775,'_billing_city','Bakersfield'),(26229,775,'_billing_state','CA'),(26230,775,'_billing_postcode','93301'),(26231,775,'_billing_country','US'),(26232,775,'_billing_email','2920lca@gmail.com'),(26233,775,'_billing_phone','661-616-8900'),(26234,775,'_shipping_first_name','Melanie'),(26235,775,'_shipping_last_name','Sherman'),(26236,775,'_shipping_company','Lice Clinics of Bakersfield'),(26237,775,'_shipping_address_1','2920 F ST'),(26238,775,'_shipping_address_2','G-9'),(26239,775,'_shipping_city','Bakersfield'),(26240,775,'_shipping_state','CA'),(26241,775,'_shipping_postcode','93301'),(26242,775,'_shipping_country','US'),(26243,775,'_order_currency','USD'),(26244,775,'_cart_discount','0'),(26245,775,'_cart_discount_tax','0'),(26246,775,'_order_shipping','0'),(26247,775,'_order_shipping_tax','0'),(26248,775,'_order_tax','0'),(26249,775,'_order_total','627.84'),(26250,775,'_order_version','5.8.0'),(26251,775,'_prices_include_tax','no'),(26252,775,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(26253,775,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(26254,775,'is_vat_exempt','no'),(26255,776,'_order_key','wc_order_IgEhZ9oSz4CFP'),(26256,776,'_customer_user','64'),(26257,776,'_payment_method','paypal'),(26258,776,'_payment_method_title','PayPal'),(26259,776,'_customer_ip_address','72.130.248.224'),(26260,776,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(26261,776,'_created_via','checkout'),(26262,776,'_cart_hash','0b5b2fc23a0662a82c2fd97f18913902'),(26263,776,'_billing_first_name','Barrie'),(26264,776,'_billing_last_name','Desmond'),(26265,776,'_billing_address_1','50 ALAHELE PL'),(26266,776,'_billing_city','Kihei'),(26267,776,'_billing_state','HI'),(26268,776,'_billing_postcode','96753-7809'),(26269,776,'_billing_country','US'),(26270,776,'_billing_email','info@liceclinicshawaii.com'),(26271,776,'_billing_phone','8082834247'),(26272,776,'_shipping_first_name','Lice Clinics'),(26273,776,'_shipping_last_name','Hawaii'),(26274,776,'_shipping_address_1','250 Ward Avenue'),(26275,776,'_shipping_address_2','Suite 231'),(26276,776,'_shipping_city','Honolulu'),(26277,776,'_shipping_state','HI'),(26278,776,'_shipping_postcode','96814'),(26279,776,'_shipping_country','US'),(26280,776,'_order_currency','USD'),(26281,776,'_cart_discount','0'),(26282,776,'_cart_discount_tax','0'),(26283,776,'_order_shipping','531.01'),(26284,776,'_order_shipping_tax','0'),(26285,776,'_order_tax','0'),(26286,776,'_order_total','1242.61'),(26287,776,'_order_version','5.8.0'),(26288,776,'_prices_include_tax','no'),(26289,776,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(26290,776,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(26291,776,'is_vat_exempt','no'),(26292,267,'_edit_last','2'),(26294,777,'_order_key','wc_order_KwvztcnbecukM'),(26295,777,'_customer_user','58'),(26296,777,'_payment_method','paypal'),(26297,777,'_payment_method_title','PayPal'),(26298,777,'_customer_ip_address','76.164.79.170'),(26299,777,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(26300,777,'_created_via','checkout'),(26301,777,'_cart_hash','c70d56a8f38fc92a905f6eb8579c810b'),(26302,777,'_billing_first_name','Heather'),(26303,777,'_billing_last_name','Smith'),(26304,777,'_billing_address_1','P.O. Box 155624'),(26305,777,'_billing_city','Lufkin'),(26306,777,'_billing_state','TX'),(26307,777,'_billing_postcode','75915'),(26308,777,'_billing_country','US'),(26309,777,'_billing_email','easttexaslca@yahoo.com'),(26310,777,'_billing_phone','9364143560'),(26311,777,'_shipping_first_name','Heather'),(26312,777,'_shipping_last_name','Smith'),(26313,777,'_shipping_company','LCA Lufkin'),(26314,777,'_shipping_address_1','223 E. Emma St'),(26315,777,'_shipping_city','Bullard'),(26316,777,'_shipping_state','TX'),(26317,777,'_shipping_postcode','75757'),(26318,777,'_shipping_country','US'),(26319,777,'_order_currency','USD'),(26320,777,'_cart_discount','0'),(26321,777,'_cart_discount_tax','0'),(26322,777,'_order_shipping','23.97'),(26323,777,'_order_shipping_tax','0'),(26324,777,'_order_tax','0'),(26325,777,'_order_total','285.47'),(26326,777,'_order_version','5.8.0'),(26327,777,'_prices_include_tax','no'),(26328,777,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(26329,777,'_shipping_address_index','Heather Smith LCA Lufkin 223 E. Emma St  Bullard TX 75757 US '),(26330,777,'is_vat_exempt','no'),(26331,777,'Payment type','instant'),(26332,777,'_transaction_id','8V138966C7742345N'),(26333,777,'_paypal_status','completed'),(26334,777,'PayPal Transaction Fee','10.45'),(26335,777,'_date_paid','1635346326'),(26336,777,'_paid_date','2021-10-27 14:52:06'),(26337,777,'_download_permissions_granted','yes'),(26338,777,'_recorded_sales','yes'),(26339,777,'_recorded_coupon_usage_counts','yes'),(26340,777,'_order_stock_reduced','yes'),(26341,777,'_new_order_email_sent','true'),(26342,284,'_edit_lock','1635348830:2'),(26343,284,'_edit_last','2'),(26345,776,'acfw_shipping_discount_recalc','yes'),(26346,776,'_edit_lock','1635529964:2'),(26347,775,'_edit_lock','1635521150:2'),(26348,776,'_edit_last','2'),(26349,776,'_recorded_coupon_usage_counts','yes'),(26350,515,'_used_by','64'),(26351,775,'_edit_last','2'),(26352,775,'_recorded_coupon_usage_counts','yes'),(26353,775,'Payment type','instant'),(26354,775,'_transaction_id','9W89130838916733N'),(26355,775,'_paypal_status','completed'),(26356,775,'PayPal Transaction Fee','22.40'),(26357,775,'_date_paid','1635354190'),(26358,775,'_paid_date','2021-10-27 17:03:10'),(26359,775,'_download_permissions_granted','yes'),(26360,775,'_recorded_sales','yes'),(26361,775,'_order_stock_reduced','yes'),(26362,775,'_new_order_email_sent','true'),(26363,776,'Payment type','instant'),(26364,776,'_transaction_id','89540063171336159'),(26365,776,'_paypal_status','completed'),(26366,776,'PayPal Transaction Fee','43.86'),(26367,776,'_date_paid','1635357475'),(26368,776,'_paid_date','2021-10-27 17:57:55'),(26369,776,'_download_permissions_granted','yes'),(26370,776,'_recorded_sales','yes'),(26371,776,'_order_stock_reduced','yes'),(26372,776,'_new_order_email_sent','true'),(26373,769,'Payment type','instant'),(26374,769,'_transaction_id','3CU36094T9836720D'),(26375,769,'_paypal_status','completed'),(26376,769,'PayPal Transaction Fee','20.37'),(26377,769,'_date_paid','1635362271'),(26378,769,'_paid_date','2021-10-27 19:17:51'),(26379,769,'_download_permissions_granted','yes'),(26380,769,'_recorded_sales','yes'),(26381,769,'_order_stock_reduced','yes'),(26382,769,'_new_order_email_sent','true'),(26383,778,'_order_key','wc_order_na1zVcvN1Pmgk'),(26384,778,'_customer_user','83'),(26385,778,'_payment_method','paypal'),(26386,778,'_payment_method_title','PayPal'),(26387,778,'_customer_ip_address','97.122.90.40'),(26388,778,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),(26389,778,'_created_via','checkout'),(26390,778,'_cart_hash','628e21c87f4717f35a70905dcf1668a9'),(26391,778,'_billing_first_name','Tanya'),(26392,778,'_billing_last_name','LLC'),(26393,778,'_billing_company','Tanya Kensley LLC'),(26394,778,'_billing_address_1','4248 McMurry Ave'),(26395,778,'_billing_city','Fort Collins'),(26396,778,'_billing_state','CO'),(26397,778,'_billing_postcode','80525'),(26398,778,'_billing_country','US'),(26399,778,'_billing_email','info@liceclinicsnortherncolorado.com'),(26400,778,'_billing_phone','9702338787'),(26401,778,'_shipping_first_name','Tanya'),(26402,778,'_shipping_last_name','LLC'),(26403,778,'_shipping_company','Tanya Kensley LLC'),(26404,778,'_shipping_address_1','4248 McMurry Ave'),(26405,778,'_shipping_city','Fort Collins'),(26406,778,'_shipping_state','CO'),(26407,778,'_shipping_postcode','80525'),(26408,778,'_shipping_country','US'),(26409,778,'_order_currency','USD'),(26410,778,'_cart_discount','0'),(26411,778,'_cart_discount_tax','0'),(26412,778,'_order_shipping','24.82'),(26413,778,'_order_shipping_tax','0'),(26414,778,'_order_tax','0'),(26415,778,'_order_total','63.22'),(26416,778,'_order_version','5.8.0'),(26417,778,'_prices_include_tax','no'),(26418,778,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(26419,778,'_shipping_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US '),(26420,778,'is_vat_exempt','no'),(26461,778,'_edit_lock','1637017036:2'),(26462,778,'_edit_last','2'),(26463,778,'_recorded_coupon_usage_counts','yes'),(26464,769,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060312\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"8ebbe01fdb22c18a488e71bdddf04bfc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060301\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"62c2f543bb15dad75a59420ec08efbc8\";}}'),(26465,769,'_date_completed','1635431655'),(26466,769,'_completed_date','2021-10-28 14:34:15'),(26467,775,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060264\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"bcfd7cd0c60fbb5e52f0886437a5df98\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060253\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"a41978e186126d8249c8d323723104d4\";}}'),(26468,775,'_date_completed','1635431785'),(26469,775,'_completed_date','2021-10-28 14:36:25'),(26470,777,'_edit_lock','1636413509:2'),(26471,777,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060194\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"aa528e49411662b0b7a3f3c7f80f8412\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060183\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"71626ed855c314b58e41149c7a989dfc\";}}'),(26472,777,'_edit_last','2'),(26473,777,'_date_completed','1635431861'),(26474,777,'_completed_date','2021-10-28 14:37:41'),(26475,774,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060003\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"d20d737700feadb7c5e50c4b0f9f16b1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953059992\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"08e446b45e071f0a4f11f167ed2958c4\";}}'),(26476,774,'_edit_last','2'),(26477,774,'_date_completed','1635431926'),(26478,774,'_completed_date','2021-10-28 14:38:46'),(26566,782,'_order_key','wc_order_AgY1vFITYNTQJ'),(26567,782,'_customer_user','0'),(26568,782,'_payment_method','paypal'),(26569,782,'_payment_method_title','PayPal'),(26570,782,'_customer_ip_address','174.27.86.141'),(26571,782,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(26572,782,'_created_via','checkout'),(26573,782,'_cart_hash','f1137ebb74d0ab09c15d4a1c34c4b57b'),(26574,782,'_billing_first_name','SaLeah'),(26575,782,'_billing_last_name','Snelling'),(26576,782,'_billing_address_1','11024 W. Inglin Dr'),(26577,782,'_billing_city','Boise'),(26578,782,'_billing_state','ID'),(26579,782,'_billing_postcode','83709'),(26580,782,'_billing_country','US'),(26581,782,'_billing_email','info@liceclinicsboise.com'),(26582,782,'_billing_phone','2088302070'),(26583,782,'_shipping_first_name','SaLeah'),(26584,782,'_shipping_last_name','Snelling'),(26585,782,'_shipping_address_1','2650 South Eagle Road'),(26586,782,'_shipping_address_2','Ste 120'),(26587,782,'_shipping_city','Meridian'),(26588,782,'_shipping_state','ID'),(26589,782,'_shipping_postcode','83642'),(26590,782,'_shipping_country','US'),(26591,782,'_order_currency','USD'),(26592,782,'_cart_discount','0'),(26593,782,'_cart_discount_tax','0'),(26594,782,'_order_shipping','33.85'),(26595,782,'_order_shipping_tax','0'),(26596,782,'_order_tax','0'),(26597,782,'_order_total','71.35'),(26598,782,'_order_version','5.8.0'),(26599,782,'_prices_include_tax','no'),(26600,782,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(26601,782,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US '),(26602,782,'is_vat_exempt','no'),(26603,783,'_order_key','wc_order_dOArbDUwKBpsb'),(26604,783,'_customer_user','67'),(26605,783,'_payment_method','paypal'),(26606,783,'_payment_method_title','PayPal'),(26607,783,'_customer_ip_address','74.77.55.50'),(26608,783,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(26609,783,'_created_via','checkout'),(26610,783,'_cart_hash','2273f7c2d1667fe5a548d167cd92b272'),(26611,783,'_billing_first_name','Marnie'),(26612,783,'_billing_last_name','Murray'),(26613,783,'_billing_company','Naughty Nits'),(26614,783,'_billing_address_1','2809 Wehrle Drive'),(26615,783,'_billing_address_2','Suite 10'),(26616,783,'_billing_city','Williamsville'),(26617,783,'_billing_state','NY'),(26618,783,'_billing_postcode','14221'),(26619,783,'_billing_country','US'),(26620,783,'_billing_email','liceclinicsupstateny@gmail.com'),(26621,783,'_billing_phone','7166265423'),(26622,783,'_shipping_first_name','Marnie'),(26623,783,'_shipping_last_name','Murray'),(26624,783,'_shipping_company','LCA Buffalo'),(26625,783,'_shipping_address_1','2809 Wehrle Drive'),(26626,783,'_shipping_address_2','Suite 10'),(26627,783,'_shipping_city','Williamsville'),(26628,783,'_shipping_state','NY'),(26629,783,'_shipping_postcode','14221'),(26630,783,'_shipping_country','US'),(26631,783,'_order_currency','USD'),(26632,783,'_cart_discount','0'),(26633,783,'_cart_discount_tax','0'),(26634,783,'_order_shipping','0'),(26635,783,'_order_shipping_tax','0'),(26636,783,'_order_tax','0'),(26637,783,'_order_total','571.20'),(26638,783,'_order_version','5.8.0'),(26639,783,'_prices_include_tax','no'),(26640,783,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(26641,783,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(26642,783,'is_vat_exempt','no'),(26643,784,'_order_key','wc_order_giSWm6OfaDMT0'),(26644,784,'_customer_user','3'),(26645,784,'_payment_method','paypal'),(26646,784,'_payment_method_title','PayPal'),(26647,784,'_customer_ip_address','70.142.202.154'),(26648,784,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(26649,784,'_created_via','checkout'),(26650,784,'_cart_hash','3c7047534810ec07d0b6944a078d877d'),(26651,784,'_billing_first_name','Amanda'),(26652,784,'_billing_last_name','Westerman'),(26653,784,'_billing_company','Lice Clinics of America McKinney'),(26654,784,'_billing_address_1','3120 Hudson Crossing'),(26655,784,'_billing_address_2','Suite A2'),(26656,784,'_billing_city','MCKINNEY'),(26657,784,'_billing_state','TX'),(26658,784,'_billing_postcode','75070'),(26659,784,'_billing_country','US'),(26660,784,'_billing_email','awesterman1103@gmail.com'),(26661,784,'_billing_phone','2144175741'),(26662,784,'_shipping_first_name','Lice clinics of'),(26663,784,'_shipping_last_name','Dublin'),(26664,784,'_shipping_company','LCA Dublin'),(26665,784,'_shipping_address_1','5910 Wilcox Place Suite E'),(26666,784,'_shipping_address_2','Suite E'),(26667,784,'_shipping_city','Dublin'),(26668,784,'_shipping_state','OH'),(26669,784,'_shipping_postcode','43016'),(26670,784,'_shipping_country','US'),(26671,784,'_order_currency','USD'),(26672,784,'_cart_discount','0'),(26673,784,'_cart_discount_tax','0'),(26674,784,'_order_shipping','0'),(26675,784,'_order_shipping_tax','0'),(26676,784,'_order_tax','0'),(26677,784,'_order_total','531.84'),(26678,784,'_order_version','5.8.0'),(26679,784,'_prices_include_tax','no'),(26680,784,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(26681,784,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US '),(26682,784,'is_vat_exempt','no'),(26683,784,'Payment type','instant'),(26684,784,'_transaction_id','9E687336NU4128527'),(26685,784,'_paypal_status','completed'),(26686,784,'PayPal Transaction Fee','19.05'),(26687,784,'_date_paid','1635517061'),(26688,784,'_paid_date','2021-10-29 14:17:41'),(26689,784,'_download_permissions_granted','yes'),(26690,784,'_recorded_sales','yes'),(26691,784,'_recorded_coupon_usage_counts','yes'),(26692,784,'_order_stock_reduced','yes'),(26693,784,'_new_order_email_sent','true'),(26694,759,'wf_order_exported_status','1'),(26695,760,'wf_order_exported_status','1'),(26696,761,'wf_order_exported_status','1'),(26697,762,'wf_order_exported_status','1'),(26698,763,'wf_order_exported_status','1'),(26699,764,'wf_order_exported_status','1'),(26700,765,'wf_order_exported_status','1'),(26701,766,'wf_order_exported_status','1'),(26702,768,'wf_order_exported_status','1'),(26703,769,'wf_order_exported_status','1'),(26704,770,'wf_order_exported_status','1'),(26705,771,'wf_order_exported_status','1'),(26706,772,'wf_order_exported_status','1'),(26707,773,'wf_order_exported_status','1'),(26708,774,'wf_order_exported_status','1'),(26709,775,'wf_order_exported_status','1'),(26710,776,'wf_order_exported_status','1'),(26711,777,'wf_order_exported_status','1'),(26712,778,'wf_order_exported_status','1'),(26715,782,'wf_order_exported_status','1'),(26716,783,'wf_order_exported_status','1'),(26717,784,'wf_order_exported_status','1'),(26718,783,'_edit_lock','1635777576:2'),(26719,782,'_edit_lock','1635950400:2'),(26720,783,'_edit_last','2'),(26721,783,'_recorded_coupon_usage_counts','yes'),(26722,782,'_edit_last','2'),(26723,782,'_recorded_coupon_usage_counts','yes'),(26724,784,'_edit_lock','1635529729:2'),(26725,783,'Payment type','instant'),(26726,783,'_transaction_id','13A11778L54530226'),(26727,783,'_paypal_status','completed'),(26728,783,'PayPal Transaction Fee','20.42'),(26729,783,'_date_paid','1635522789'),(26730,783,'_paid_date','2021-10-29 15:53:09'),(26731,783,'_download_permissions_granted','yes'),(26732,783,'_recorded_sales','yes'),(26733,783,'_order_stock_reduced','yes'),(26734,783,'_new_order_email_sent','true'),(26735,782,'Payment type','instant'),(26736,782,'_transaction_id','25483394EX799625T'),(26737,782,'_paypal_status','completed'),(26738,782,'PayPal Transaction Fee','2.98'),(26739,782,'_date_paid','1635524780'),(26740,782,'_paid_date','2021-10-29 16:26:20'),(26741,782,'_download_permissions_granted','yes'),(26742,782,'_recorded_sales','yes'),(26743,782,'_order_stock_reduced','yes'),(26744,782,'_new_order_email_sent','true'),(26745,784,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060470\";s:12:\"date_shipped\";s:10:\"1635465600\";s:11:\"tracking_id\";s:32:\"0de10d143096e5560d99bd5f5f57c318\";}}'),(26746,784,'_edit_last','2'),(26747,784,'_date_completed','1635529792'),(26748,784,'_completed_date','2021-10-29 17:49:52'),(26749,776,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060210\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"22e88823b306fc030acc9b82308a64c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060220\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"600c1bf20ea9afc6cab79fe2976d6a92\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060231\";s:12:\"date_shipped\";s:10:\"1635292800\";s:11:\"tracking_id\";s:32:\"af2345a936ba44279bc00a9706e5e42c\";}}'),(26750,776,'_date_completed','1635530060'),(26751,776,'_completed_date','2021-10-29 17:54:20'),(26752,773,'Payment type','instant'),(26753,773,'_transaction_id','0YT96399UR691350S'),(26754,773,'_paypal_status','completed'),(26755,773,'PayPal Transaction Fee','9.35'),(26756,773,'_date_paid','1635699005'),(26757,773,'_paid_date','2021-10-31 16:50:05'),(26758,773,'_download_permissions_granted','yes'),(26759,773,'_recorded_sales','yes'),(26760,773,'_order_stock_reduced','yes'),(26761,773,'_new_order_email_sent','true'),(26762,785,'_order_key','wc_order_DoyHcXWRK0Ol0'),(26763,785,'_customer_user','64'),(26764,785,'_payment_method','paypal'),(26765,785,'_payment_method_title','PayPal'),(26766,785,'_customer_ip_address','72.130.248.224'),(26767,785,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(26768,785,'_created_via','checkout'),(26769,785,'_cart_hash','23ccb0c15d8dc283c054a21bd5ef6b2e'),(26770,785,'_billing_first_name','Barrie'),(26771,785,'_billing_last_name','Desmond'),(26772,785,'_billing_address_1','50 ALAHELE PL'),(26773,785,'_billing_city','Kihei'),(26774,785,'_billing_state','HI'),(26775,785,'_billing_postcode','96753-7809'),(26776,785,'_billing_country','US'),(26777,785,'_billing_email','info@liceclinicshawaii.com'),(26778,785,'_billing_phone','8082834247'),(26779,785,'_shipping_first_name','Barrie'),(26780,785,'_shipping_last_name','Desmond'),(26781,785,'_shipping_address_1','50 ALAHELE PL'),(26782,785,'_shipping_city','Kihei'),(26783,785,'_shipping_state','HI'),(26784,785,'_shipping_postcode','96753-7809'),(26785,785,'_shipping_country','US'),(26786,785,'_order_currency','USD'),(26787,785,'_cart_discount','0'),(26788,785,'_cart_discount_tax','0'),(26789,785,'_order_shipping','368.2'),(26790,785,'_order_shipping_tax','0'),(26791,785,'_order_tax','0'),(26792,785,'_order_total','721.70'),(26793,785,'_order_version','5.8.0'),(26794,785,'_prices_include_tax','no'),(26795,785,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(26796,785,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(26797,785,'is_vat_exempt','no'),(26798,785,'Payment type','instant'),(26799,785,'_transaction_id','8XY17426Y5045472D'),(26800,785,'_paypal_status','completed'),(26801,785,'PayPal Transaction Fee','25.68'),(26802,785,'_date_paid','1635701687'),(26803,785,'_paid_date','2021-10-31 17:34:47'),(26804,785,'_download_permissions_granted','yes'),(26805,785,'_recorded_sales','yes'),(26806,785,'_recorded_coupon_usage_counts','yes'),(26807,515,'_used_by','64'),(26808,785,'_order_stock_reduced','yes'),(26809,785,'_new_order_email_sent','true'),(26810,783,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060529\";s:12:\"date_shipped\";s:10:\"1635465600\";s:11:\"tracking_id\";s:32:\"2da3f43d0e05ad2bb178edec9c21e34b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060518\";s:12:\"date_shipped\";s:10:\"1635465600\";s:11:\"tracking_id\";s:32:\"bab7366f5fb7ed4d536aef5908d740d4\";}}'),(26811,783,'_date_completed','1635777701'),(26812,783,'_completed_date','2021-11-01 14:41:41'),(26813,782,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060507\";s:12:\"date_shipped\";s:10:\"1635465600\";s:11:\"tracking_id\";s:32:\"df2897717bb5b9591f643f474630c5fe\";}}'),(26814,782,'_date_completed','1635777781'),(26815,782,'_completed_date','2021-11-01 14:43:01'),(26816,786,'_order_key','wc_order_VaYE9K0ocjUFL'),(26817,786,'_customer_user','76'),(26818,786,'_payment_method','paypal'),(26819,786,'_payment_method_title','PayPal'),(26820,786,'_customer_ip_address','73.126.87.181'),(26821,786,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(26822,786,'_created_via','checkout'),(26823,786,'_cart_hash','45973474b8908472d6d6523f65b5eafd'),(26824,786,'_billing_first_name','Naomi'),(26825,786,'_billing_last_name','Golden'),(26826,786,'_billing_address_1','31 Mann Ave'),(26827,786,'_billing_city','Needham'),(26828,786,'_billing_state','MA'),(26829,786,'_billing_postcode','02492'),(26830,786,'_billing_country','US'),(26831,786,'_billing_email','nrgolden6486@gmail.com'),(26832,786,'_billing_phone','617-851-1322'),(26833,786,'_shipping_first_name','Naomi'),(26834,786,'_shipping_last_name','Golden'),(26835,786,'_shipping_company','LCA Newton'),(26836,786,'_shipping_address_1','1234 Chestnut Street'),(26837,786,'_shipping_address_2','Suite 101A'),(26838,786,'_shipping_city','Newton Upper Falls'),(26839,786,'_shipping_state','MA'),(26840,786,'_shipping_postcode','02464'),(26841,786,'_shipping_country','US'),(26842,786,'_order_currency','USD'),(26843,786,'_cart_discount','0'),(26844,786,'_cart_discount_tax','0'),(26845,786,'_order_shipping','0'),(26846,786,'_order_shipping_tax','0'),(26847,786,'_order_tax','0'),(26848,786,'_order_total','647.04'),(26849,786,'_order_version','5.8.0'),(26850,786,'_prices_include_tax','no'),(26851,786,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(26852,786,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US '),(26853,786,'is_vat_exempt','no'),(26854,748,'Payment type','instant'),(26855,748,'_transaction_id','9SL101839G1089438'),(26856,748,'_paypal_status','completed'),(26857,748,'PayPal Transaction Fee','0.93'),(26858,748,'_date_paid','1635780957'),(26859,748,'_paid_date','2021-11-01 15:35:57'),(26860,748,'_download_permissions_granted','yes'),(26861,748,'_recorded_sales','yes'),(26862,748,'_order_stock_reduced','yes'),(26863,748,'_new_order_email_sent','true'),(26864,747,'Payment type','instant'),(26865,747,'_transaction_id','7J401100DU8162939'),(26866,747,'_paypal_status','completed'),(26867,747,'PayPal Transaction Fee','0.93'),(26868,747,'_date_paid','1635781104'),(26869,747,'_paid_date','2021-11-01 15:38:24'),(26870,747,'_download_permissions_granted','yes'),(26871,747,'_recorded_sales','yes'),(26872,747,'_order_stock_reduced','yes'),(26873,747,'_new_order_email_sent','true'),(26874,787,'_order_key','wc_order_xNA6LPY2ISuxo'),(26875,787,'_customer_user','3'),(26876,787,'_payment_method','paypal'),(26877,787,'_payment_method_title','PayPal'),(26878,787,'_customer_ip_address','70.142.202.154'),(26879,787,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(26880,787,'_created_via','checkout'),(26881,787,'_cart_hash','95883e849154caa0675517f1b398f2a1'),(26882,787,'_billing_first_name','Amanda'),(26883,787,'_billing_last_name','Westerman'),(26884,787,'_billing_company','Lice Clinics of America McKinney'),(26885,787,'_billing_address_1','3120 Hudson Crossing'),(26886,787,'_billing_address_2','Suite A2'),(26887,787,'_billing_city','MCKINNEY'),(26888,787,'_billing_state','TX'),(26889,787,'_billing_postcode','75070'),(26890,787,'_billing_country','US'),(26891,787,'_billing_email','awesterman1103@gmail.com'),(26892,787,'_billing_phone','2144175741'),(26893,787,'_shipping_first_name','Lice'),(26894,787,'_shipping_last_name','McKinney'),(26895,787,'_shipping_company','Lice Clinics of America McKinney'),(26896,787,'_shipping_address_1','3120 Hudson Crossing'),(26897,787,'_shipping_address_2','Suite A2'),(26898,787,'_shipping_city','McKinney'),(26899,787,'_shipping_state','TX'),(26900,787,'_shipping_postcode','75070'),(26901,787,'_shipping_country','US'),(26902,787,'_order_currency','USD'),(26903,787,'_cart_discount','0'),(26904,787,'_cart_discount_tax','0'),(26905,787,'_order_shipping','0'),(26906,787,'_order_shipping_tax','0'),(26907,787,'_order_tax','0'),(26908,787,'_order_total','985.26'),(26909,787,'_order_version','5.8.0'),(26910,787,'_prices_include_tax','no'),(26911,787,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(26912,787,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(26913,787,'is_vat_exempt','no'),(26914,787,'Payment type','instant'),(26915,787,'_transaction_id','9KG13588JY5145806'),(26916,787,'_paypal_status','completed'),(26917,787,'PayPal Transaction Fee','34.88'),(26918,787,'_date_paid','1635790923'),(26919,787,'_paid_date','2021-11-01 18:22:03'),(26920,787,'_download_permissions_granted','yes'),(26921,787,'_recorded_sales','yes'),(26922,787,'_recorded_coupon_usage_counts','yes'),(26923,787,'_order_stock_reduced','yes'),(26924,787,'_new_order_email_sent','true'),(26925,786,'_edit_lock','1635881742:2'),(26926,786,'_edit_last','2'),(26927,786,'_recorded_coupon_usage_counts','yes'),(26928,773,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060687\";s:12:\"date_shipped\";s:10:\"1635724800\";s:11:\"tracking_id\";s:32:\"3ab5c1144523e52b9d8d26ba2662bdd3\";}}'),(26929,773,'_date_completed','1635793795'),(26930,773,'_completed_date','2021-11-01 19:09:55'),(26931,785,'acfw_shipping_discount_recalc','yes'),(26932,785,'_edit_lock','1635793749:2'),(26933,785,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060698\";s:12:\"date_shipped\";s:10:\"1635724800\";s:11:\"tracking_id\";s:32:\"459c00f8624089cbf2e87a95187c9463\";}}'),(26934,785,'_edit_last','2'),(26935,785,'_date_completed','1635793841'),(26936,785,'_completed_date','2021-11-01 19:10:41'),(26937,747,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060746\";s:12:\"date_shipped\";s:10:\"1635724800\";s:11:\"tracking_id\";s:32:\"9486eb85dc2fbad4024a83b14707e565\";}}'),(26938,747,'_date_completed','1635794739'),(26939,747,'_completed_date','2021-11-01 19:25:39'),(26940,748,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060757\";s:12:\"date_shipped\";s:10:\"1635724800\";s:11:\"tracking_id\";s:32:\"1c57ec2d0d7cda1cf719dc6ea609b205\";}}'),(26941,748,'_date_completed','1635794759'),(26942,748,'_completed_date','2021-11-01 19:25:59'),(26943,789,'_order_key','wc_order_YA3OooQ8dBa3t'),(26944,789,'_customer_user','61'),(26945,789,'_payment_method','paypal'),(26946,789,'_payment_method_title','PayPal'),(26947,789,'_customer_ip_address','217.180.202.68'),(26948,789,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(26949,789,'_created_via','checkout'),(26950,789,'_cart_hash','1782c696fb06200dff59bdd97d1a96e9'),(26951,789,'_billing_first_name','Judy'),(26952,789,'_billing_last_name','Hayden'),(26953,789,'_billing_company','LCA Lexington'),(26954,789,'_billing_address_1','1795 Alysheba Way'),(26955,789,'_billing_address_2','Ste 4105'),(26956,789,'_billing_city','LEXINGTON'),(26957,789,'_billing_state','KY'),(26958,789,'_billing_postcode','40509-8509'),(26959,789,'_billing_country','US'),(26960,789,'_billing_email','judy@liceclinicslexington.com'),(26961,789,'_billing_phone','8595376966'),(26962,789,'_shipping_first_name','Judy'),(26963,789,'_shipping_last_name','Hayden'),(26964,789,'_shipping_company','LCA Lexington'),(26965,789,'_shipping_address_1','1795 Alysheba Way'),(26966,789,'_shipping_address_2','Ste 4105'),(26967,789,'_shipping_city','LEXINGTON'),(26968,789,'_shipping_state','KY'),(26969,789,'_shipping_postcode','40509-8509'),(26970,789,'_shipping_country','US'),(26971,789,'_order_currency','USD'),(26972,789,'_cart_discount','0'),(26973,789,'_cart_discount_tax','0'),(26974,789,'_order_shipping','0'),(26975,789,'_order_shipping_tax','0'),(26976,789,'_order_tax','0'),(26977,789,'_order_total','1164.90'),(26978,789,'_order_version','5.8.0'),(26979,789,'_prices_include_tax','no'),(26980,789,'_billing_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Ste 4105 LEXINGTON KY 40509-8509 US judy@liceclinicslexington.com 8595376966'),(26981,789,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Ste 4105 LEXINGTON KY 40509-8509 US '),(26983,789,'is_vat_exempt','no'),(26984,789,'Payment type','instant'),(26985,789,'_transaction_id','53C54060B1207804B'),(26986,789,'_paypal_status','completed'),(26987,789,'PayPal Transaction Fee','41.15'),(26988,789,'_date_paid','1635799555'),(26989,789,'_paid_date','2021-11-01 20:45:55'),(26990,789,'_download_permissions_granted','yes'),(26991,789,'_recorded_sales','yes'),(26992,789,'_recorded_coupon_usage_counts','yes'),(26993,789,'_order_stock_reduced','yes'),(26994,789,'_new_order_email_sent','true'),(27032,786,'Payment type','instant'),(27033,786,'_transaction_id','0Y6407018K3262027'),(27034,786,'_paypal_status','completed'),(27035,786,'PayPal Transaction Fee','23.07'),(27036,786,'_date_paid','1635861426'),(27037,786,'_paid_date','2021-11-02 13:57:06'),(27038,786,'_download_permissions_granted','yes'),(27039,786,'_recorded_sales','yes'),(27040,786,'_order_stock_reduced','yes'),(27041,786,'_new_order_email_sent','true'),(27042,786,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060882\";s:12:\"date_shipped\";s:10:\"1635811200\";s:11:\"tracking_id\";s:32:\"f9fb59019fe579677753ad5edab499a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060871\";s:12:\"date_shipped\";i:1635881866;s:11:\"tracking_id\";s:32:\"c028e6c64aa543c394f665dfadfbcb49\";}}'),(27043,786,'_date_completed','1635881869'),(27044,786,'_completed_date','2021-11-02 19:37:49'),(27045,789,'_edit_lock','1635881903:2'),(27046,789,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060838\";s:12:\"date_shipped\";s:10:\"1635811200\";s:11:\"tracking_id\";s:32:\"b58de2954bc88a9b29964dedd7b8db32\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060827\";s:12:\"date_shipped\";i:1635881908;s:11:\"tracking_id\";s:32:\"5aeab0f6b24d8fab36d93b8e1b8c838f\";}}'),(27047,789,'_edit_last','2'),(27048,789,'_date_completed','1635881987'),(27049,789,'_completed_date','2021-11-02 19:39:47'),(27050,787,'_edit_lock','1636415924:2'),(27051,787,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060816\";s:12:\"date_shipped\";s:10:\"1635811200\";s:11:\"tracking_id\";s:32:\"fb53adf7e58fbe8a65322f51ae9eb465\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060805\";s:12:\"date_shipped\";i:1635882085;s:11:\"tracking_id\";s:32:\"c9147f886bf0ea86dd8d223e612e21d4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060790\";s:12:\"date_shipped\";i:1635882091;s:11:\"tracking_id\";s:32:\"7ceb9d0d19bc85c68df4e8c2d87d94c5\";}}'),(27052,787,'_edit_last','2'),(27053,787,'_date_completed','1635882099'),(27054,787,'_completed_date','2021-11-02 19:41:39'),(27055,791,'_order_key','wc_order_bE1fv1frWerJJ'),(27056,791,'_customer_user','28'),(27057,791,'_payment_method','paypal'),(27058,791,'_payment_method_title','PayPal'),(27059,791,'_customer_ip_address','172.115.255.171'),(27060,791,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27061,791,'_created_via','checkout'),(27062,791,'_cart_hash','fa960ca5e7cee5d533229feaffebcb8a'),(27063,791,'_billing_first_name','Kelli'),(27064,791,'_billing_last_name','Washington'),(27065,791,'_billing_company','Lice Clinics of America - Temecula'),(27066,791,'_billing_address_1','2438 Bear Rock Gln'),(27067,791,'_billing_city','Escondido'),(27068,791,'_billing_state','CA'),(27069,791,'_billing_postcode','92026'),(27070,791,'_billing_country','US'),(27071,791,'_billing_email','info@liceclinicstemecula.com'),(27072,791,'_billing_phone','7606255580'),(27073,791,'_shipping_first_name','Kelli'),(27074,791,'_shipping_last_name','Washington'),(27075,791,'_shipping_company','Lice Clinics of America - Temecula'),(27076,791,'_shipping_address_1','2438 Bear Rock Gln'),(27077,791,'_shipping_city','Escondido'),(27078,791,'_shipping_state','CA'),(27079,791,'_shipping_postcode','92026'),(27080,791,'_shipping_country','US'),(27081,791,'_order_currency','USD'),(27082,791,'_cart_discount','0'),(27083,791,'_cart_discount_tax','0'),(27084,791,'_order_shipping','41.12'),(27085,791,'_order_shipping_tax','0'),(27086,791,'_order_tax','0'),(27087,791,'_order_total','257.12'),(27088,791,'_order_version','5.8.0'),(27089,791,'_prices_include_tax','no'),(27090,791,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(27091,791,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(27092,791,'is_vat_exempt','no'),(27093,791,'Payment type','instant'),(27094,791,'_transaction_id','2TA50498PK761445J'),(27095,791,'_paypal_status','completed'),(27096,791,'PayPal Transaction Fee','9.46'),(27097,791,'_date_paid','1635883786'),(27098,791,'_paid_date','2021-11-02 20:09:46'),(27099,791,'_download_permissions_granted','yes'),(27100,791,'_recorded_sales','yes'),(27101,791,'_recorded_coupon_usage_counts','yes'),(27102,791,'_order_stock_reduced','yes'),(27103,791,'_new_order_email_sent','true'),(27104,792,'_order_key','wc_order_s4TWWlk6u4mCx'),(27105,792,'_customer_user','11'),(27106,792,'_payment_method','paypal'),(27107,792,'_payment_method_title','PayPal'),(27108,792,'_customer_ip_address','74.130.231.217'),(27109,792,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(27110,792,'_created_via','checkout'),(27111,792,'_cart_hash','d5bbc462c5d19bcf3f094987562bd056'),(27112,792,'_billing_first_name','Tina'),(27113,792,'_billing_last_name','Hunt'),(27114,792,'_billing_company','LCBG, LLC'),(27115,792,'_billing_address_1','830 Fairview Ave.'),(27116,792,'_billing_address_2','Suite A-4'),(27117,792,'_billing_city','Bowling Green'),(27118,792,'_billing_state','KY'),(27119,792,'_billing_postcode','42101'),(27120,792,'_billing_country','US'),(27121,792,'_billing_email','info@liceclinicsbowlinggreen.com'),(27122,792,'_billing_phone','2709996803'),(27123,792,'_shipping_first_name','Tina'),(27124,792,'_shipping_last_name','Hunt'),(27125,792,'_shipping_address_1','494 Hub Boulevard'),(27126,792,'_shipping_address_2','Apt 1012'),(27127,792,'_shipping_city','Bowling Green'),(27128,792,'_shipping_state','KY'),(27129,792,'_shipping_postcode','42101'),(27130,792,'_shipping_country','US'),(27131,792,'_order_currency','USD'),(27132,792,'_cart_discount','0'),(27133,792,'_cart_discount_tax','0'),(27134,792,'_order_shipping','13.85'),(27135,792,'_order_shipping_tax','0'),(27136,792,'_order_tax','0'),(27137,792,'_order_total','201.83'),(27138,792,'_order_version','5.8.0'),(27139,792,'_prices_include_tax','no'),(27140,792,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(27141,792,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(27142,792,'is_vat_exempt','no'),(27143,792,'Payment type','instant'),(27144,792,'_transaction_id','8PR19371NY1741312'),(27145,792,'_paypal_status','completed'),(27146,792,'PayPal Transaction Fee','7.53'),(27147,792,'_date_paid','1635895942'),(27148,792,'_paid_date','2021-11-02 23:32:22'),(27149,792,'_download_permissions_granted','yes'),(27150,792,'_recorded_sales','yes'),(27151,792,'_recorded_coupon_usage_counts','yes'),(27152,792,'_order_stock_reduced','yes'),(27153,792,'_new_order_email_sent','true'),(27154,793,'_order_key','wc_order_DugaRncmlsBHZ'),(27155,793,'_customer_user','0'),(27156,793,'_payment_method','paypal'),(27157,793,'_payment_method_title','PayPal'),(27158,793,'_customer_ip_address','174.27.86.141'),(27159,793,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(27160,793,'_created_via','checkout'),(27161,793,'_cart_hash','16c4fef2eb6135258ec32ee11264fc98'),(27162,793,'_billing_first_name','SaLeah'),(27163,793,'_billing_last_name','Snelling'),(27164,793,'_billing_address_1','11024 W. Inglin Dr'),(27165,793,'_billing_city','Boise'),(27166,793,'_billing_state','ID'),(27167,793,'_billing_postcode','83709'),(27168,793,'_billing_country','US'),(27169,793,'_billing_email','info@liceclinicsboise.com'),(27170,793,'_billing_phone','2088302070'),(27171,793,'_shipping_first_name','SaLeah'),(27172,793,'_shipping_last_name','Snelling'),(27173,793,'_shipping_address_1','2650 South Eagle Road'),(27174,793,'_shipping_address_2','Ste 120'),(27175,793,'_shipping_city','Meridian'),(27176,793,'_shipping_state','ID'),(27177,793,'_shipping_postcode','83642'),(27178,793,'_shipping_country','US'),(27179,793,'_order_currency','USD'),(27180,793,'_cart_discount','0'),(27181,793,'_cart_discount_tax','0'),(27182,793,'_order_shipping','0'),(27183,793,'_order_shipping_tax','0'),(27184,793,'_order_tax','0'),(27185,793,'_order_total','1456.53'),(27186,793,'_order_version','5.8.0'),(27187,793,'_prices_include_tax','no'),(27188,793,'_billing_address_index','SaLeah Snelling  11024 W. Inglin Dr  Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(27189,793,'_shipping_address_index','SaLeah Snelling  2650 South Eagle Road Ste 120 Meridian ID 83642 US '),(27190,793,'is_vat_exempt','no'),(27191,793,'Payment type','instant'),(27192,793,'_transaction_id','22677360SA5266907'),(27193,793,'_paypal_status','completed'),(27194,793,'PayPal Transaction Fee','51.32'),(27195,793,'_date_paid','1635916127'),(27196,793,'_paid_date','2021-11-03 05:08:47'),(27197,793,'_download_permissions_granted','yes'),(27198,793,'_recorded_sales','yes'),(27199,793,'_recorded_coupon_usage_counts','yes'),(27200,793,'_order_stock_reduced','yes'),(27201,793,'_new_order_email_sent','true'),(27202,794,'_order_key','wc_order_l7tI8FDqNv5SQ'),(27203,794,'_customer_user','4'),(27204,794,'_payment_method','paypal'),(27205,794,'_payment_method_title','PayPal'),(27206,794,'_customer_ip_address','174.52.110.36'),(27207,794,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),(27208,794,'_created_via','checkout'),(27209,794,'_cart_hash','cad844f7843e72fa8041be8bf6800bab'),(27210,794,'_billing_first_name','David'),(27211,794,'_billing_last_name','Washburn'),(27212,794,'_billing_company','Larada Sciences'),(27213,794,'_billing_address_1','154 East Myrtle Ave.'),(27214,794,'_billing_address_2','Ste. #101'),(27215,794,'_billing_city','Murray'),(27216,794,'_billing_state','UT'),(27217,794,'_billing_postcode','84107'),(27218,794,'_billing_country','US'),(27219,794,'_billing_email','david@laradasciences.com'),(27220,794,'_billing_phone','8019197428'),(27221,794,'_shipping_first_name','David'),(27222,794,'_shipping_last_name','Washburn'),(27223,794,'_shipping_company','Larada Sciences'),(27224,794,'_shipping_address_1','154 East Myrtle Ave.'),(27225,794,'_shipping_address_2','Ste. #101'),(27226,794,'_shipping_city','Murray'),(27227,794,'_shipping_state','UT'),(27228,794,'_shipping_postcode','84107'),(27229,794,'_shipping_country','US'),(27230,794,'_order_currency','USD'),(27231,794,'_cart_discount','0'),(27232,794,'_cart_discount_tax','0'),(27233,794,'_order_shipping','0'),(27234,794,'_order_shipping_tax','0'),(27235,794,'_order_tax','0'),(27236,794,'_order_total','855.18'),(27237,794,'_order_version','5.8.0'),(27238,794,'_prices_include_tax','no'),(27239,794,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(27240,794,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(27241,794,'is_vat_exempt','no'),(27250,794,'_edit_lock','1637016841:2'),(27251,794,'_edit_last','2'),(27252,794,'_recorded_coupon_usage_counts','yes'),(27253,793,'_edit_lock','1636413410:2'),(27254,791,'_edit_lock','1635951325:2'),(27255,791,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060952\";s:12:\"date_shipped\";s:10:\"1635897600\";s:11:\"tracking_id\";s:32:\"44032d6232e17a796dac3501c2b2d3ca\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060941\";s:12:\"date_shipped\";i:1635951410;s:11:\"tracking_id\";s:32:\"a77827703269be176c625599e9262c65\";}}'),(27256,791,'_edit_last','2'),(27257,791,'_date_completed','1635951415'),(27258,791,'_completed_date','2021-11-03 14:56:55'),(27259,793,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060974\";s:12:\"date_shipped\";s:10:\"1635897600\";s:11:\"tracking_id\";s:32:\"7f390d96471e71f1faa9fcd5153325f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060963\";s:12:\"date_shipped\";i:1635951519;s:11:\"tracking_id\";s:32:\"02a1c61b3d970be510c103e1d65bf919\";}}'),(27260,793,'_edit_last','2'),(27261,793,'_date_completed','1635951529'),(27262,793,'_completed_date','2021-11-03 14:58:49'),(27263,792,'_edit_lock','1636413414:2'),(27264,792,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953060930\";s:12:\"date_shipped\";s:10:\"1635897600\";s:11:\"tracking_id\";s:32:\"38b6743ef400505cb54f7296cbc216a0\";}}'),(27265,792,'_edit_last','2'),(27266,792,'_date_completed','1635951579'),(27267,792,'_completed_date','2021-11-03 14:59:39'),(27268,795,'_order_key','wc_order_slIXkVntwo0fJ'),(27269,795,'_customer_user','37'),(27270,795,'_payment_method','paypal'),(27271,795,'_payment_method_title','PayPal'),(27272,795,'_customer_ip_address','75.91.13.94'),(27273,795,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40'),(27274,795,'_created_via','checkout'),(27275,795,'_cart_hash','0fcf9aecdadcb4ec39c1cf8ed6d8ca0d'),(27276,795,'_billing_first_name','Melody'),(27277,795,'_billing_last_name','Carter'),(27278,795,'_billing_company','Family Hair Clinic of South Ga LLC'),(27279,795,'_billing_address_1','7754 GA HIGHWAY 122 W'),(27280,795,'_billing_city','HAHIRA'),(27281,795,'_billing_state','GA'),(27282,795,'_billing_postcode','31632-2210'),(27283,795,'_billing_country','US'),(27284,795,'_billing_email','familyhairclinic@gmail.com'),(27285,795,'_billing_phone','2294151748'),(27286,795,'_shipping_first_name','Melody'),(27287,795,'_shipping_last_name','Carter'),(27288,795,'_shipping_company','LCA Family Hair Clinic'),(27289,795,'_shipping_address_1','7754 GA Highway 122 W'),(27290,795,'_shipping_city','Hahira'),(27291,795,'_shipping_state','GA'),(27292,795,'_shipping_postcode','31632'),(27293,795,'_shipping_country','US'),(27294,795,'_order_currency','USD'),(27295,795,'_cart_discount','0'),(27296,795,'_cart_discount_tax','0'),(27297,795,'_order_shipping','17.13'),(27298,795,'_order_shipping_tax','0'),(27299,795,'_order_tax','0'),(27300,795,'_order_total','77.61'),(27301,795,'_order_version','5.8.0'),(27302,795,'_prices_include_tax','no'),(27303,795,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(27304,795,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(27305,795,'is_vat_exempt','no'),(27306,796,'_order_key','wc_order_JYQ7UIdZyMGmj'),(27307,796,'_customer_user','6'),(27308,796,'_payment_method','paypal'),(27309,796,'_payment_method_title','PayPal'),(27310,796,'_customer_ip_address','73.185.101.95'),(27311,796,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),(27312,796,'_created_via','checkout'),(27313,796,'_cart_hash','07b1393613a767a0136513c73e3e6532'),(27314,796,'_billing_first_name','Amira'),(27315,796,'_billing_last_name','Purto'),(27316,796,'_billing_address_1','2628 Acapulco Way'),(27317,796,'_billing_city','Modesto'),(27318,796,'_billing_state','CA'),(27319,796,'_billing_postcode','95355'),(27320,796,'_billing_country','US'),(27321,796,'_billing_email','amira77@sbcglobal.net'),(27322,796,'_billing_phone','2096422061'),(27323,796,'_shipping_first_name','Amira'),(27324,796,'_shipping_last_name','Purto'),(27325,796,'_shipping_address_1','2628 Acapulco Way'),(27326,796,'_shipping_city','Modesto'),(27327,796,'_shipping_state','CA'),(27328,796,'_shipping_postcode','95355'),(27329,796,'_shipping_country','US'),(27330,796,'_order_currency','USD'),(27331,796,'_cart_discount','0'),(27332,796,'_cart_discount_tax','0'),(27333,796,'_order_shipping','0'),(27334,796,'_order_shipping_tax','0'),(27335,796,'_order_tax','0'),(27336,796,'_order_total','1644.48'),(27337,796,'_order_version','5.8.0'),(27338,796,'_prices_include_tax','no'),(27339,796,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(27340,796,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(27341,796,'is_vat_exempt','no'),(27342,796,'Payment type','instant'),(27343,796,'_transaction_id','4WV326152N744325E'),(27344,796,'_paypal_status','completed'),(27345,796,'PayPal Transaction Fee','57.88'),(27346,796,'_date_paid','1635966320'),(27347,796,'_paid_date','2021-11-03 19:05:20'),(27348,796,'_download_permissions_granted','yes'),(27349,796,'_recorded_sales','yes'),(27350,796,'_recorded_coupon_usage_counts','yes'),(27351,796,'_order_stock_reduced','yes'),(27352,796,'_new_order_email_sent','true'),(27353,795,'_edit_lock','1636402628:2'),(27354,795,'_edit_last','2'),(27355,795,'_recorded_coupon_usage_counts','yes'),(27356,796,'_edit_lock','1636413707:2'),(27357,796,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061260\";s:12:\"date_shipped\";s:10:\"1635984000\";s:11:\"tracking_id\";s:32:\"9855a681c3cd2251ff4900a00289e624\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061250\";s:12:\"date_shipped\";i:1636036722;s:11:\"tracking_id\";s:32:\"9351daf3054979533a68d933be34fc31\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061249\";s:12:\"date_shipped\";i:1636036726;s:11:\"tracking_id\";s:32:\"1eb1e72f331961718f8e9627a014935d\";}}'),(27358,796,'_edit_last','2'),(27359,796,'_date_completed','1636036731'),(27360,796,'_completed_date','2021-11-04 14:38:51'),(27368,797,'_order_key','wc_order_20HVSpvfnGFFC'),(27369,797,'_customer_user','64'),(27370,797,'_payment_method','paypal'),(27371,797,'_payment_method_title','PayPal'),(27372,797,'_customer_ip_address','72.130.248.224'),(27373,797,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27374,797,'_created_via','checkout'),(27375,797,'_cart_hash','61ac06b2a476a1bf1e9101dfd70e0dfa'),(27376,797,'_billing_first_name','Barrie'),(27377,797,'_billing_last_name','Desmond'),(27378,797,'_billing_address_1','50 ALAHELE PL'),(27379,797,'_billing_city','Kihei'),(27380,797,'_billing_state','HI'),(27381,797,'_billing_postcode','96753-7809'),(27382,797,'_billing_country','US'),(27383,797,'_billing_email','info@liceclinicshawaii.com'),(27384,797,'_billing_phone','8082834247'),(27385,797,'_shipping_first_name','Barrie'),(27386,797,'_shipping_last_name','Desmond'),(27387,797,'_shipping_address_1','50 ALAHELE PL'),(27388,797,'_shipping_city','Kihei'),(27389,797,'_shipping_state','HI'),(27390,797,'_shipping_postcode','96753-7809'),(27391,797,'_shipping_country','US'),(27392,797,'_order_currency','USD'),(27393,797,'_cart_discount','0'),(27394,797,'_cart_discount_tax','0'),(27395,797,'_order_shipping','136.66'),(27396,797,'_order_shipping_tax','0'),(27397,797,'_order_tax','0'),(27398,797,'_order_total','318.10'),(27399,797,'_order_version','5.8.0'),(27400,797,'_prices_include_tax','no'),(27401,797,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(27402,797,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(27403,797,'is_vat_exempt','no'),(27404,797,'Payment type','instant'),(27405,797,'_transaction_id','25476389R7588744L'),(27406,797,'_paypal_status','completed'),(27407,797,'PayPal Transaction Fee','11.59'),(27408,797,'_date_paid','1636150803'),(27409,797,'_paid_date','2021-11-05 22:20:03'),(27410,797,'_download_permissions_granted','yes'),(27411,797,'_recorded_sales','yes'),(27412,797,'_recorded_coupon_usage_counts','yes'),(27413,797,'_order_stock_reduced','yes'),(27414,797,'_new_order_email_sent','true'),(27415,798,'_order_key','wc_order_ZPNkOZVY28zX4'),(27416,798,'_customer_user','5'),(27417,798,'_payment_method','paypal'),(27418,798,'_payment_method_title','PayPal'),(27419,798,'_customer_ip_address','73.11.93.174'),(27420,798,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27421,798,'_created_via','checkout'),(27422,798,'_cart_hash','e3e3b516341fe633c45d690256610327'),(27423,798,'_billing_first_name','Mark'),(27424,798,'_billing_last_name','Meyer'),(27425,798,'_billing_company','LCA Northwest'),(27426,798,'_billing_address_1','PO Box 25829'),(27427,798,'_billing_city','Portland'),(27428,798,'_billing_state','OR'),(27429,798,'_billing_postcode','97298'),(27430,798,'_billing_country','US'),(27431,798,'_billing_email','mark@nwliceclinics.com'),(27432,798,'_billing_phone','5037244204'),(27433,798,'_shipping_first_name','Mark'),(27434,798,'_shipping_last_name','Meyer'),(27435,798,'_shipping_company','LCA Northwest'),(27436,798,'_shipping_address_1','5201 SW Westgate Drive'),(27437,798,'_shipping_address_2','Suite 106'),(27438,798,'_shipping_city','Portland'),(27439,798,'_shipping_state','OR'),(27440,798,'_shipping_postcode','97221'),(27441,798,'_shipping_country','US'),(27442,798,'_order_currency','USD'),(27443,798,'_cart_discount','0'),(27444,798,'_cart_discount_tax','0'),(27445,798,'_order_shipping','0'),(27446,798,'_order_shipping_tax','0'),(27447,798,'_order_tax','0'),(27448,798,'_order_total','1998.00'),(27449,798,'_order_version','5.8.0'),(27450,798,'_prices_include_tax','no'),(27451,798,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829  Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(27452,798,'_shipping_address_index','Mark Meyer LCA Northwest 5201 SW Westgate Drive Suite 106 Portland OR 97221 US '),(27453,798,'is_vat_exempt','no'),(27454,798,'Payment type','instant'),(27455,798,'_transaction_id','32U67277BH014825H'),(27456,798,'_paypal_status','completed'),(27457,798,'PayPal Transaction Fee','70.22'),(27458,798,'_date_paid','1636153160'),(27459,798,'_paid_date','2021-11-05 22:59:20'),(27460,798,'_download_permissions_granted','yes'),(27461,798,'_recorded_sales','yes'),(27462,798,'_recorded_coupon_usage_counts','yes'),(27463,798,'_order_stock_reduced','yes'),(27464,798,'_new_order_email_sent','true'),(27465,799,'_order_key','wc_order_GYdhNQ81e2l4O'),(27466,799,'_customer_user','40'),(27467,799,'_payment_method','paypal'),(27468,799,'_payment_method_title','PayPal'),(27469,799,'_customer_ip_address','76.121.248.120'),(27470,799,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27471,799,'_created_via','checkout'),(27472,799,'_cart_hash','2484f369c3031b6a7cb5392dc955df37'),(27473,799,'_billing_first_name','PAUL'),(27474,799,'_billing_last_name','Cunningham'),(27475,799,'_billing_address_1','25606 180th AVE SE'),(27476,799,'_billing_city','Covington'),(27477,799,'_billing_state','WA'),(27478,799,'_billing_postcode','98042'),(27479,799,'_billing_country','US'),(27480,799,'_billing_email','cjp104@gmail.com'),(27481,799,'_billing_phone','2064128444'),(27482,799,'_shipping_first_name','PAUL'),(27483,799,'_shipping_last_name','Cunningham'),(27484,799,'_shipping_address_1','25606 180th AVE SE'),(27485,799,'_shipping_city','Covington'),(27486,799,'_shipping_state','WA'),(27487,799,'_shipping_postcode','98042'),(27488,799,'_shipping_country','US'),(27489,799,'_order_currency','USD'),(27490,799,'_cart_discount','0'),(27491,799,'_cart_discount_tax','0'),(27492,799,'_order_shipping','18.59'),(27493,799,'_order_shipping_tax','0'),(27494,799,'_order_tax','0'),(27495,799,'_order_total','18.59'),(27496,799,'_order_version','5.8.0'),(27497,799,'_prices_include_tax','no'),(27498,799,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(27499,799,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US '),(27500,799,'is_vat_exempt','no'),(27501,800,'_order_key','wc_order_AzfDO0jLritiW'),(27502,800,'_customer_user','74'),(27503,800,'_payment_method','paypal'),(27504,800,'_payment_method_title','PayPal'),(27505,800,'_customer_ip_address','172.86.129.100'),(27506,800,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),(27507,800,'_created_via','checkout'),(27508,800,'_cart_hash','dbdf6e4aa87e126ce845476197643a63'),(27509,800,'_billing_first_name','Michelle'),(27510,800,'_billing_last_name','Repp'),(27511,800,'_billing_company','LCOA'),(27512,800,'_billing_address_1','8615 N Division St Ste A'),(27513,800,'_billing_city','Spokane'),(27514,800,'_billing_state','WA'),(27515,800,'_billing_postcode','99208'),(27516,800,'_billing_country','US'),(27517,800,'_billing_email','info@liceclinicspokane.com'),(27518,800,'_billing_phone','5097039290'),(27519,800,'_shipping_first_name','Michelle'),(27520,800,'_shipping_last_name','Repp'),(27521,800,'_shipping_company','LCOA'),(27522,800,'_shipping_address_1','8615 N Division St Ste A'),(27523,800,'_shipping_city','Spokane'),(27524,800,'_shipping_state','WA'),(27525,800,'_shipping_postcode','99208'),(27526,800,'_shipping_country','US'),(27527,800,'_order_currency','USD'),(27528,800,'_cart_discount','0'),(27529,800,'_cart_discount_tax','0'),(27530,800,'_order_shipping','33.17'),(27531,800,'_order_shipping_tax','0'),(27532,800,'_order_tax','0'),(27533,800,'_order_total','95.57'),(27534,800,'_order_version','5.8.0'),(27535,800,'_prices_include_tax','no'),(27536,800,'_billing_address_index','Michelle Repp LCOA 8615 N Division St Ste A  Spokane WA 99208 US info@liceclinicspokane.com 5097039290'),(27537,800,'_shipping_address_index','Michelle Repp LCOA 8615 N Division St Ste A  Spokane WA 99208 US '),(27538,800,'is_vat_exempt','no'),(27577,795,'Payment type','instant'),(27578,795,'_transaction_id','3M806063HW5973639'),(27579,795,'_paypal_status','completed'),(27580,795,'PayPal Transaction Fee','3.20'),(27581,795,'_date_paid','1636383952'),(27582,795,'_paid_date','2021-11-08 15:05:52'),(27583,795,'_download_permissions_granted','yes'),(27584,795,'_recorded_sales','yes'),(27585,795,'_order_stock_reduced','yes'),(27586,795,'_new_order_email_sent','true'),(27587,798,'_edit_lock','1636388073:2'),(27588,798,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061591\";s:12:\"date_shipped\";s:10:\"1636329600\";s:11:\"tracking_id\";s:32:\"4ee0ac83bc422d77a9f31690b5a40946\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061580\";s:12:\"date_shipped\";i:1636387964;s:11:\"tracking_id\";s:32:\"a7e78979e64ce988db0d2d45bc7ab1e5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061570\";s:12:\"date_shipped\";i:1636387972;s:11:\"tracking_id\";s:32:\"8e70d7e7013e64aed30097fd34ff9114\";}}'),(27589,798,'_edit_last','2'),(27590,798,'_date_completed','1636387977'),(27591,798,'_completed_date','2021-11-08 16:12:57'),(27592,797,'_edit_lock','1636388542:2'),(27593,797,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061558\";s:12:\"date_shipped\";s:10:\"1636329600\";s:11:\"tracking_id\";s:32:\"5215d010850e7bbac17d50a7e1b641ab\";}}'),(27594,797,'_edit_last','2'),(27595,797,'_date_completed','1636388669'),(27596,797,'_completed_date','2021-11-08 16:24:29'),(27598,802,'_order_key','wc_order_ZGYdmDsg6ptIu'),(27599,802,'_customer_user','79'),(27600,802,'_payment_method','paypal'),(27601,802,'_payment_method_title','PayPal'),(27602,802,'_customer_ip_address','76.72.44.28'),(27603,802,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(27604,802,'_created_via','checkout'),(27605,802,'_cart_hash','fcf2014e0900de7df770910119cdc297'),(27606,802,'_billing_first_name','Shanna'),(27607,802,'_billing_last_name','Castille'),(27608,802,'_billing_address_1','1097 Hundley Rd'),(27609,802,'_billing_city','Eunice'),(27610,802,'_billing_state','LA'),(27611,802,'_billing_postcode','70535'),(27612,802,'_billing_country','US'),(27613,802,'_billing_email','Shanna_sr09@yahoo.com'),(27614,802,'_billing_phone','3374668998'),(27615,802,'_shipping_first_name','Shanna'),(27616,802,'_shipping_last_name','Castille'),(27617,802,'_shipping_address_1','1097 Hundley Rd'),(27618,802,'_shipping_city','eunice'),(27619,802,'_shipping_state','LA'),(27620,802,'_shipping_postcode','70535'),(27621,802,'_shipping_country','US'),(27622,802,'_order_currency','USD'),(27623,802,'_cart_discount','0'),(27624,802,'_cart_discount_tax','0'),(27625,802,'_order_shipping','0'),(27626,802,'_order_shipping_tax','0'),(27627,802,'_order_tax','0'),(27628,802,'_order_total','622.08'),(27629,802,'_order_version','5.8.0'),(27630,802,'_prices_include_tax','no'),(27631,802,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(27632,802,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(27633,802,'is_vat_exempt','no'),(27634,799,'_edit_lock','1636494969:2'),(27635,799,'_edit_last','2'),(27636,799,'_recorded_coupon_usage_counts','yes'),(27641,795,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061639\";s:12:\"date_shipped\";s:10:\"1636329600\";s:11:\"tracking_id\";s:32:\"fe12c8d0edbb4dfb680ef8670e307b02\";}}'),(27642,795,'_date_completed','1636401476'),(27643,795,'_completed_date','2021-11-08 19:57:56'),(27651,803,'_order_key','wc_order_MudTvEQaWHhK2'),(27652,803,'_customer_user','0'),(27653,803,'_payment_method','paypal'),(27654,803,'_payment_method_title','PayPal'),(27655,803,'_customer_ip_address','136.49.57.192'),(27656,803,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27657,803,'_created_via','checkout'),(27658,803,'_cart_hash','b88d91172148a2f68abb95f1623b8356'),(27659,803,'_billing_first_name','Lee'),(27660,803,'_billing_last_name','Rogers'),(27661,803,'_billing_company','LCA - Wichita'),(27662,803,'_billing_address_1','40 N Interstate 35'),(27663,803,'_billing_address_2','4B2'),(27664,803,'_billing_city','Austin'),(27665,803,'_billing_state','KS'),(27666,803,'_billing_postcode','78701'),(27667,803,'_billing_country','US'),(27668,803,'_billing_email','liceclinicwichita@gmail.com'),(27669,803,'_billing_phone','3167279951'),(27670,803,'_shipping_first_name','Danielle'),(27671,803,'_shipping_last_name','Ritter'),(27672,803,'_shipping_company','LCA Wichita'),(27673,803,'_shipping_address_1','121 N Colby'),(27674,803,'_shipping_city','Valley Center'),(27675,803,'_shipping_state','KS'),(27676,803,'_shipping_postcode','67147'),(27677,803,'_shipping_country','US'),(27678,803,'_order_currency','USD'),(27679,803,'_cart_discount','0'),(27680,803,'_cart_discount_tax','0'),(27681,803,'_order_shipping','0'),(27682,803,'_order_shipping_tax','0'),(27683,803,'_order_tax','0'),(27684,803,'_order_total','1179.34'),(27685,803,'_order_version','5.8.0'),(27686,803,'_prices_include_tax','no'),(27687,803,'_billing_address_index','Lee Rogers LCA - Wichita 40 N Interstate 35 4B2 Austin KS 78701 US liceclinicwichita@gmail.com 3167279951'),(27688,803,'_shipping_address_index','Danielle Ritter LCA Wichita 121 N Colby  Valley Center KS 67147 US '),(27689,803,'is_vat_exempt','no'),(27690,803,'Payment type','instant'),(27691,803,'_transaction_id','1X8727088M522604T'),(27692,803,'_paypal_status','completed'),(27693,803,'PayPal Transaction Fee','41.65'),(27694,803,'_date_paid','1636409010'),(27695,803,'_paid_date','2021-11-08 22:03:30'),(27696,803,'_download_permissions_granted','yes'),(27697,803,'_recorded_sales','yes'),(27698,803,'_recorded_coupon_usage_counts','yes'),(27699,803,'_order_stock_reduced','yes'),(27700,803,'_new_order_email_sent','true'),(27701,799,'Payment type','instant'),(27702,799,'_transaction_id','9HA30307MA7978546'),(27703,799,'_paypal_status','completed'),(27704,799,'PayPal Transaction Fee','1.14'),(27705,799,'_date_paid','1636409336'),(27706,799,'_paid_date','2021-11-08 22:08:56'),(27707,799,'_download_permissions_granted','yes'),(27708,799,'_recorded_sales','yes'),(27709,799,'_order_stock_reduced','yes'),(27710,799,'_new_order_email_sent','true'),(27711,260,'_edit_lock','1662061052:2'),(27712,260,'_edit_last','2'),(27715,800,'_edit_lock','1636745755:2'),(27716,800,'_edit_last','2'),(27717,800,'_recorded_coupon_usage_counts','yes'),(27718,802,'_edit_lock','1637084091:2'),(27719,802,'_edit_last','2'),(27720,802,'_recorded_coupon_usage_counts','yes'),(27722,803,'_edit_lock','1636494905:2'),(27723,803,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061786\";s:12:\"date_shipped\";s:10:\"1636416000\";s:11:\"tracking_id\";s:32:\"34da5e1c295f1c667f3c1bb391ab3056\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061775\";s:12:\"date_shipped\";i:1636495026;s:11:\"tracking_id\";s:32:\"eac325721fa128641da1f8b145f1c222\";}}'),(27724,803,'_edit_last','2'),(27725,803,'_date_completed','1636495030'),(27726,803,'_completed_date','2021-11-09 21:57:10'),(27727,799,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953061764\";s:12:\"date_shipped\";s:10:\"1636416000\";s:11:\"tracking_id\";s:32:\"8956c52c16d73e6221aa1848a0290dfd\";}}'),(27728,799,'_date_completed','1636495103'),(27729,799,'_completed_date','2021-11-09 21:58:23'),(27730,805,'_order_key','wc_order_szNEnqk5Z9h13'),(27731,805,'_customer_user','7'),(27732,805,'_payment_method','paypal'),(27733,805,'_payment_method_title','PayPal'),(27734,805,'_customer_ip_address','71.93.225.128'),(27735,805,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(27736,805,'_created_via','checkout'),(27737,805,'_cart_hash','1716ce3647db54b1e6a0b82cc4b26361'),(27738,805,'_billing_first_name','Amy'),(27739,805,'_billing_last_name','Allen'),(27740,805,'_billing_company','Lice Clinics Of America'),(27741,805,'_billing_address_1','251 Promise Way'),(27742,805,'_billing_city','Hollister'),(27743,805,'_billing_state','CA'),(27744,805,'_billing_postcode','95023'),(27745,805,'_billing_country','US'),(27746,805,'_billing_email','lca.gilroy@gmail.com'),(27747,805,'_billing_phone','4085005537'),(27748,805,'_shipping_first_name','Amy'),(27749,805,'_shipping_last_name','Allen'),(27750,805,'_shipping_company','LCA Gilroy'),(27751,805,'_shipping_address_1','7680 Monterey Street'),(27752,805,'_shipping_address_2','Suite 104A'),(27753,805,'_shipping_city','Gilroy'),(27754,805,'_shipping_state','CA'),(27755,805,'_shipping_postcode','95020'),(27756,805,'_shipping_country','US'),(27757,805,'_order_currency','USD'),(27758,805,'_cart_discount','0'),(27759,805,'_cart_discount_tax','0'),(27760,805,'_order_shipping','0'),(27761,805,'_order_shipping_tax','0'),(27762,805,'_order_tax','0'),(27763,805,'_order_total','2081.62'),(27764,805,'_order_version','5.8.0'),(27765,805,'_prices_include_tax','no'),(27766,805,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(27767,805,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(27768,805,'is_vat_exempt','no'),(27769,800,'Payment type','instant'),(27770,800,'_transaction_id','4E7235008X9341414'),(27771,800,'_paypal_status','completed'),(27772,800,'PayPal Transaction Fee','3.83'),(27773,800,'_date_paid','1636526986'),(27774,800,'_paid_date','2021-11-10 06:49:46'),(27775,800,'_download_permissions_granted','yes'),(27776,800,'_recorded_sales','yes'),(27777,800,'_order_stock_reduced','yes'),(27778,800,'_new_order_email_sent','true'),(27780,806,'_order_key','wc_order_tK7ALS4TcVi3Z'),(27781,806,'_customer_user','52'),(27782,806,'_payment_method','paypal'),(27783,806,'_payment_method_title','PayPal'),(27784,806,'_customer_ip_address','173.66.45.162'),(27785,806,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27786,806,'_created_via','checkout'),(27787,806,'_cart_hash','8b0d8de7670deef84de5d1341330829c'),(27788,806,'_billing_first_name','Darlene'),(27789,806,'_billing_last_name','LaFramboise'),(27790,806,'_billing_company','LCA-NOVA'),(27791,806,'_billing_address_1','25473 Tomey Ct'),(27792,806,'_billing_city','Aldie'),(27793,806,'_billing_state','VA'),(27794,806,'_billing_postcode','20105-3048'),(27795,806,'_billing_country','US'),(27796,806,'_billing_email','info@liceremovalnova.com'),(27797,806,'_billing_phone','7033031576'),(27798,806,'_shipping_first_name','Darlene'),(27799,806,'_shipping_last_name','LaFramboise'),(27800,806,'_shipping_company','LCA-NOVA'),(27801,806,'_shipping_address_1','25473 Tomey Ct'),(27802,806,'_shipping_city','Aldie'),(27803,806,'_shipping_state','VA'),(27804,806,'_shipping_postcode','20105-3048'),(27805,806,'_shipping_country','US'),(27806,806,'_order_currency','USD'),(27807,806,'_cart_discount','0'),(27808,806,'_cart_discount_tax','0'),(27809,806,'_order_shipping','13.66'),(27810,806,'_order_shipping_tax','0'),(27811,806,'_order_tax','0'),(27812,806,'_order_total','74.14'),(27813,806,'_order_version','5.8.0'),(27814,806,'_prices_include_tax','no'),(27815,806,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(27816,806,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(27817,806,'is_vat_exempt','no'),(27818,805,'_edit_lock','1636745685:2'),(27819,805,'_edit_last','2'),(27820,805,'_recorded_coupon_usage_counts','yes'),(27821,805,'Payment type','instant'),(27822,805,'_transaction_id','06X5519525793061S'),(27823,805,'_paypal_status','completed'),(27824,805,'PayPal Transaction Fee','73.14'),(27825,805,'_date_paid','1636568851'),(27826,805,'_paid_date','2021-11-10 18:27:31'),(27827,805,'_download_permissions_granted','yes'),(27828,805,'_recorded_sales','yes'),(27829,805,'_order_stock_reduced','yes'),(27830,805,'_new_order_email_sent','true'),(27831,807,'_order_key','wc_order_l0HVAWDvJdyrQ'),(27832,807,'_customer_user','0'),(27833,807,'_payment_method','paypal'),(27834,807,'_payment_method_title','PayPal'),(27835,807,'_customer_ip_address','136.49.57.192'),(27836,807,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(27837,807,'_created_via','checkout'),(27838,807,'_cart_hash','39975543cd9ff819b395a3be3feb4c10'),(27839,807,'_billing_first_name','Lee'),(27840,807,'_billing_last_name','Rogers'),(27841,807,'_billing_company','LCA Dublin'),(27842,807,'_billing_address_1','40 N Interstate 35'),(27843,807,'_billing_address_2','Apt 4B2'),(27844,807,'_billing_city','Austin'),(27845,807,'_billing_state','TX'),(27846,807,'_billing_postcode','78701'),(27847,807,'_billing_country','US'),(27848,807,'_billing_email','leerogers@flash.net'),(27849,807,'_billing_phone','3167279951'),(27850,807,'_shipping_first_name','Kaitlin'),(27851,807,'_shipping_last_name','Ryan'),(27852,807,'_shipping_company','LCA Dublin'),(27853,807,'_shipping_address_1','5910 Wilcox Place'),(27854,807,'_shipping_address_2','Suite E'),(27855,807,'_shipping_city','Dublin'),(27856,807,'_shipping_state','OH'),(27857,807,'_shipping_postcode','43016'),(27858,807,'_shipping_country','US'),(27859,807,'_order_currency','USD'),(27860,807,'_cart_discount','0'),(27861,807,'_cart_discount_tax','0'),(27862,807,'_order_shipping','0'),(27863,807,'_order_shipping_tax','0'),(27864,807,'_order_tax','0'),(27865,807,'_order_total','987.56'),(27866,807,'_order_version','5.8.0'),(27867,807,'_prices_include_tax','no'),(27868,807,'_billing_address_index','Lee Rogers LCA Dublin 40 N Interstate 35 Apt 4B2 Austin TX 78701 US leerogers@flash.net 3167279951'),(27869,807,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(27870,807,'is_vat_exempt','no'),(27871,807,'Payment type','instant'),(27872,807,'_transaction_id','5W909931G9161022J'),(27873,807,'_paypal_status','completed'),(27874,807,'PayPal Transaction Fee','34.96'),(27875,807,'_date_paid','1636639221'),(27876,807,'_paid_date','2021-11-11 14:00:21'),(27877,807,'_download_permissions_granted','yes'),(27878,807,'_recorded_sales','yes'),(27879,807,'_recorded_coupon_usage_counts','yes'),(27880,807,'_order_stock_reduced','yes'),(27881,807,'_new_order_email_sent','true'),(27882,806,'_edit_lock','1636753146:2'),(27883,806,'_edit_last','2'),(27884,806,'_recorded_coupon_usage_counts','yes'),(27885,806,'Payment type','instant'),(27886,806,'_transaction_id','4GE83462HD3545517'),(27887,806,'_paypal_status','completed'),(27888,806,'PayPal Transaction Fee','3.08'),(27889,806,'_date_paid','1636673644'),(27890,806,'_paid_date','2021-11-11 23:34:04'),(27891,806,'_download_permissions_granted','yes'),(27892,806,'_recorded_sales','yes'),(27893,806,'_order_stock_reduced','yes'),(27894,806,'_new_order_email_sent','true'),(27895,805,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062094\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"aafa80a91064222fc73d80c9a9b75a6b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062083\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"e57d2e2b3574b959ced6f03afb249afe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062072\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"6742d45cb6614bd1e5917fadf08cc25b\";}}'),(27896,805,'_date_completed','1636745802'),(27897,805,'_completed_date','2021-11-12 19:36:42'),(27898,800,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062040\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"d5e05d0b7ca85a993acb2d1b4ac44aa6\";}}'),(27899,800,'_date_completed','1636745874'),(27900,800,'_completed_date','2021-11-12 19:37:54'),(27901,808,'_order_key','wc_order_hVT6C6wzwmDEc'),(27902,808,'_customer_user','49'),(27903,808,'_payment_method','paypal'),(27904,808,'_payment_method_title','PayPal'),(27905,808,'_customer_ip_address','96.255.114.62'),(27906,808,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(27907,808,'_created_via','checkout'),(27908,808,'_cart_hash','bc1113d7560effd97ce79027d31d9c39'),(27909,808,'_billing_first_name','Kristi'),(27910,808,'_billing_last_name','Winkler'),(27911,808,'_billing_company','LCA - Manassas'),(27912,808,'_billing_address_1','8943 Garrett Way'),(27913,808,'_billing_city','Manassas'),(27914,808,'_billing_state','VA'),(27915,808,'_billing_postcode','20112'),(27916,808,'_billing_country','US'),(27917,808,'_billing_email','info@northernvirginialiceclinics.com'),(27918,808,'_billing_phone','8587520975'),(27919,808,'_shipping_first_name','Kristi'),(27920,808,'_shipping_last_name','Winkler'),(27921,808,'_shipping_company','LCA - Manassas'),(27922,808,'_shipping_address_1','8943 Garrett Way'),(27923,808,'_shipping_city','Manassas'),(27924,808,'_shipping_state','VA'),(27925,808,'_shipping_postcode','20112'),(27926,808,'_shipping_country','US'),(27927,808,'_order_currency','USD'),(27928,808,'_cart_discount','0'),(27929,808,'_cart_discount_tax','0'),(27930,808,'_order_shipping','0'),(27931,808,'_order_shipping_tax','0'),(27932,808,'_order_tax','0'),(27933,808,'_order_total','1100.68'),(27934,808,'_order_version','5.8.0'),(27935,808,'_prices_include_tax','no'),(27936,808,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(27937,808,'_shipping_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(27938,808,'is_vat_exempt','no'),(27939,808,'_edit_lock','1637085555:2'),(27940,808,'_edit_last','2'),(27941,808,'_recorded_coupon_usage_counts','yes'),(27942,807,'_edit_lock','1636753148:2'),(27943,806,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062234\";s:12:\"date_shipped\";s:10:\"1636675200\";s:11:\"tracking_id\";s:32:\"b41f6a372ee658ada8f6b862ed556b78\";}}'),(27944,806,'_date_completed','1636753251'),(27945,806,'_completed_date','2021-11-12 21:40:51'),(27946,807,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062153\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"e2bc7a2af3a59b0dc046b5d839ccab3d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062164\";s:12:\"date_shipped\";s:10:\"1636588800\";s:11:\"tracking_id\";s:32:\"141fce401321b6732e0df9d9a803d6d0\";}}'),(27947,807,'_edit_last','2'),(27948,807,'_date_completed','1636753281'),(27949,807,'_completed_date','2021-11-12 21:41:21'),(27950,808,'Payment type','instant'),(27951,808,'_transaction_id','12867709JM8036612'),(27952,808,'_paypal_status','completed'),(27953,808,'PayPal Transaction Fee','38.90'),(27954,808,'_date_paid','1636757634'),(27955,808,'_paid_date','2021-11-12 22:53:54'),(27956,808,'_download_permissions_granted','yes'),(27957,808,'_recorded_sales','yes'),(27958,808,'_order_stock_reduced','yes'),(27959,808,'_new_order_email_sent','true'),(27960,809,'_order_key','wc_order_RRt9Woeh3xAlH'),(27961,809,'_customer_user','8'),(27962,809,'_payment_method','paypal'),(27963,809,'_payment_method_title','PayPal'),(27964,809,'_customer_ip_address','99.125.232.5'),(27965,809,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(27966,809,'_created_via','checkout'),(27967,809,'_cart_hash','e2a8842b101df64862dc95358c928e1f'),(27968,809,'_billing_first_name','amy'),(27969,809,'_billing_last_name','sharp'),(27970,809,'_billing_company','Nit Wits'),(27971,809,'_billing_address_1','6002 Sweetbay Dr'),(27972,809,'_billing_city','Crestwood'),(27973,809,'_billing_state','KY'),(27974,809,'_billing_postcode','40014'),(27975,809,'_billing_country','US'),(27976,809,'_billing_email','sharpamy02@gmail.com'),(27977,809,'_billing_phone','5023109281'),(27978,809,'_shipping_first_name','Amy'),(27979,809,'_shipping_last_name','Sharp'),(27980,809,'_shipping_company','LCA Nit Wits'),(27981,809,'_shipping_address_1','9302 New LaGrange Road'),(27982,809,'_shipping_address_2','Unit H'),(27983,809,'_shipping_city','Louisville'),(27984,809,'_shipping_state','KY'),(27985,809,'_shipping_postcode','40242'),(27986,809,'_shipping_country','US'),(27987,809,'_order_currency','USD'),(27988,809,'_cart_discount','0'),(27989,809,'_cart_discount_tax','0'),(27990,809,'_order_shipping','11.47'),(27991,809,'_order_shipping_tax','0'),(27992,809,'_order_tax','0'),(27993,809,'_order_total','56.47'),(27994,809,'_order_version','5.8.0'),(27995,809,'_prices_include_tax','no'),(27996,809,'_billing_address_index','amy sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US sharpamy02@gmail.com 5023109281'),(27997,809,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(27998,809,'is_vat_exempt','no'),(28039,794,'Payment type','instant'),(28040,794,'_transaction_id','26292149DE1182614'),(28041,794,'_paypal_status','completed'),(28042,794,'PayPal Transaction Fee','30.34'),(28043,794,'_date_paid','1636982344'),(28044,794,'_paid_date','2021-11-15 13:19:04'),(28045,794,'_download_permissions_granted','yes'),(28046,794,'_recorded_sales','yes'),(28047,794,'_order_stock_reduced','yes'),(28048,794,'_new_order_email_sent','true'),(28049,778,'Payment type','instant'),(28050,778,'_transaction_id','1TY85996VF776350T'),(28051,778,'_paypal_status','completed'),(28052,778,'PayPal Transaction Fee','2.70'),(28053,778,'_date_paid','1637003213'),(28054,778,'_paid_date','2021-11-15 19:06:53'),(28055,778,'_download_permissions_granted','yes'),(28056,778,'_recorded_sales','yes'),(28057,778,'_order_stock_reduced','yes'),(28058,778,'_new_order_email_sent','true'),(28059,802,'Payment type','instant'),(28060,802,'_transaction_id','3TR508374T650861N'),(28061,802,'_paypal_status','completed'),(28062,802,'PayPal Transaction Fee','22.20'),(28063,802,'_date_paid','1637013381'),(28064,802,'_paid_date','2021-11-15 21:56:21'),(28065,802,'_download_permissions_granted','yes'),(28066,802,'_recorded_sales','yes'),(28067,802,'_order_stock_reduced','yes'),(28068,802,'_new_order_email_sent','true'),(28069,811,'_order_key','wc_order_UTyh1DTUMF71M'),(28070,811,'_customer_user','79'),(28071,811,'_payment_method','paypal'),(28072,811,'_payment_method_title','PayPal'),(28073,811,'_customer_ip_address','76.72.44.28'),(28074,811,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(28075,811,'_created_via','checkout'),(28076,811,'_cart_hash','dea880844a3fc6e7a0bac169d33a850c'),(28077,811,'_billing_first_name','Shanna'),(28078,811,'_billing_last_name','Castille'),(28079,811,'_billing_address_1','1097 Hundley Rd'),(28080,811,'_billing_city','Eunice'),(28081,811,'_billing_state','LA'),(28082,811,'_billing_postcode','70535'),(28083,811,'_billing_country','US'),(28084,811,'_billing_email','Shanna_sr09@yahoo.com'),(28085,811,'_billing_phone','3374668998'),(28086,811,'_shipping_first_name','Shanna'),(28087,811,'_shipping_last_name','Castille'),(28088,811,'_shipping_address_1','1097 Hundley Rd'),(28089,811,'_shipping_city','eunice'),(28090,811,'_shipping_state','LA'),(28091,811,'_shipping_postcode','70535'),(28092,811,'_shipping_country','US'),(28093,811,'_order_currency','USD'),(28094,811,'_cart_discount','0'),(28095,811,'_cart_discount_tax','0'),(28096,811,'_order_shipping','17.67'),(28097,811,'_order_shipping_tax','0'),(28098,811,'_order_tax','0'),(28099,811,'_order_total','184.71'),(28100,811,'_order_version','5.8.0'),(28101,811,'_prices_include_tax','no'),(28102,811,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(28103,811,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(28104,811,'is_vat_exempt','no'),(28105,811,'Payment type','instant'),(28106,811,'_transaction_id','95N34520EJ1870903'),(28107,811,'_paypal_status','completed'),(28108,811,'PayPal Transaction Fee','6.94'),(28109,811,'_date_paid','1637013550'),(28110,811,'_paid_date','2021-11-15 21:59:10'),(28111,811,'_download_permissions_granted','yes'),(28112,811,'_recorded_sales','yes'),(28113,811,'_recorded_coupon_usage_counts','yes'),(28114,811,'_order_stock_reduced','yes'),(28115,811,'_new_order_email_sent','true'),(28116,809,'_edit_lock','1637085257:2'),(28117,809,'_edit_last','2'),(28118,809,'_recorded_coupon_usage_counts','yes'),(28119,794,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062430\";s:12:\"date_shipped\";s:10:\"1636934400\";s:11:\"tracking_id\";s:32:\"4702aef5ff801a1793993eddc38e4c90\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062440\";s:12:\"date_shipped\";i:1637016955;s:11:\"tracking_id\";s:32:\"1adf45866a9f0e3b836865c8a8ac6b37\";}}'),(28120,794,'_date_completed','1637016959'),(28121,794,'_completed_date','2021-11-15 22:55:59'),(28122,778,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062613\";s:12:\"date_shipped\";s:10:\"1636934400\";s:11:\"tracking_id\";s:32:\"6c5607dffb086bd567acd61b39803daf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062602\";s:12:\"date_shipped\";i:1637017016;s:11:\"tracking_id\";s:32:\"50b4aa4b2c2749898f8b48ed10172936\";}}'),(28123,778,'_date_completed','1637017020'),(28124,778,'_completed_date','2021-11-15 22:57:00'),(28125,812,'_order_key','wc_order_w7RpH7Hzz870z'),(28126,812,'_customer_user','6'),(28127,812,'_payment_method','paypal'),(28128,812,'_payment_method_title','PayPal'),(28129,812,'_customer_ip_address','73.235.108.240'),(28130,812,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(28131,812,'_created_via','checkout'),(28132,812,'_cart_hash','316c82ab5e0c239a67fbaa14161a156c'),(28133,812,'_billing_first_name','Amira'),(28134,812,'_billing_last_name','Purto'),(28135,812,'_billing_address_1','2628 Acapulco Way'),(28136,812,'_billing_city','Modesto'),(28137,812,'_billing_state','CA'),(28138,812,'_billing_postcode','95355'),(28139,812,'_billing_country','US'),(28140,812,'_billing_email','amira77@sbcglobal.net'),(28141,812,'_billing_phone','2096422061'),(28142,812,'_shipping_first_name','Amira'),(28143,812,'_shipping_last_name','Purto'),(28144,812,'_shipping_address_1','2628 Acapulco Way'),(28145,812,'_shipping_city','Modesto'),(28146,812,'_shipping_state','CA'),(28147,812,'_shipping_postcode','95355'),(28148,812,'_shipping_country','US'),(28149,812,'_order_currency','USD'),(28150,812,'_cart_discount','0'),(28151,812,'_cart_discount_tax','0'),(28152,812,'_order_shipping','0'),(28153,812,'_order_shipping_tax','0'),(28154,812,'_order_tax','0'),(28155,812,'_order_total','564.22'),(28156,812,'_order_version','5.8.0'),(28157,812,'_prices_include_tax','no'),(28158,812,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(28159,812,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(28160,812,'is_vat_exempt','no'),(28161,812,'Payment type','instant'),(28162,812,'_transaction_id','1G645795TC989872W'),(28163,812,'_paypal_status','completed'),(28164,812,'PayPal Transaction Fee','20.18'),(28165,812,'_date_paid','1637019211'),(28166,812,'_paid_date','2021-11-15 23:33:31'),(28167,812,'_download_permissions_granted','yes'),(28168,812,'_recorded_sales','yes'),(28169,812,'_recorded_coupon_usage_counts','yes'),(28170,812,'_order_stock_reduced','yes'),(28171,812,'_new_order_email_sent','true'),(28172,813,'_order_key','wc_order_FpnDlRdgRhdtZ'),(28173,813,'_customer_user','6'),(28174,813,'_payment_method','paypal'),(28175,813,'_payment_method_title','PayPal'),(28176,813,'_customer_ip_address','73.235.108.240'),(28177,813,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(28178,813,'_created_via','checkout'),(28179,813,'_cart_hash','71294ce787a270489ac15e1d811e1b09'),(28180,813,'_billing_first_name','Amira'),(28181,813,'_billing_last_name','Purto'),(28182,813,'_billing_address_1','2628 Acapulco Way'),(28183,813,'_billing_city','Modesto'),(28184,813,'_billing_state','CA'),(28185,813,'_billing_postcode','95355'),(28186,813,'_billing_country','US'),(28187,813,'_billing_email','amira77@sbcglobal.net'),(28188,813,'_billing_phone','2096422061'),(28189,813,'_shipping_first_name','Amira'),(28190,813,'_shipping_last_name','Purto'),(28191,813,'_shipping_address_1','2628 Acapulco Way'),(28192,813,'_shipping_city','Modesto'),(28193,813,'_shipping_state','CA'),(28194,813,'_shipping_postcode','95355'),(28195,813,'_shipping_country','US'),(28196,813,'_order_currency','USD'),(28197,813,'_cart_discount','0'),(28198,813,'_cart_discount_tax','0'),(28199,813,'_order_shipping','0'),(28200,813,'_order_shipping_tax','0'),(28201,813,'_order_tax','0'),(28202,813,'_order_total','519.08'),(28203,813,'_order_version','5.8.0'),(28204,813,'_prices_include_tax','no'),(28205,813,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(28206,813,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(28207,813,'is_vat_exempt','no'),(28208,813,'Payment type','instant'),(28209,813,'_transaction_id','0DT85767YN544491M'),(28210,813,'_paypal_status','completed'),(28211,813,'PayPal Transaction Fee','18.61'),(28212,813,'_date_paid','1637019395'),(28213,813,'_paid_date','2021-11-15 23:36:35'),(28214,813,'_download_permissions_granted','yes'),(28215,813,'_recorded_sales','yes'),(28216,813,'_recorded_coupon_usage_counts','yes'),(28217,813,'_order_stock_reduced','yes'),(28218,813,'_new_order_email_sent','true'),(28219,809,'Payment type','instant'),(28220,809,'_transaction_id','23C039766V3818335'),(28221,809,'_paypal_status','completed'),(28222,809,'PayPal Transaction Fee','2.46'),(28223,809,'_date_paid','1637026108'),(28224,809,'_paid_date','2021-11-16 01:28:28'),(28225,809,'_download_permissions_granted','yes'),(28226,809,'_recorded_sales','yes'),(28227,809,'_order_stock_reduced','yes'),(28228,809,'_new_order_email_sent','true'),(28229,814,'_order_key','wc_order_AcNbjeEC54ld1'),(28230,814,'_customer_user','55'),(28231,814,'_payment_method','paypal'),(28232,814,'_payment_method_title','PayPal'),(28233,814,'_customer_ip_address','75.133.107.65'),(28234,814,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(28235,814,'_created_via','checkout'),(28236,814,'_cart_hash','39e998feab53c5a283e4600d006fd65d'),(28237,814,'_billing_first_name','Stephanie'),(28238,814,'_billing_last_name','Knecht'),(28239,814,'_billing_company','Lice Clinics of America'),(28240,814,'_billing_address_1','109 Boston Post Road, Suite 201'),(28241,814,'_billing_city','Orange'),(28242,814,'_billing_state','CT'),(28243,814,'_billing_postcode','06477'),(28244,814,'_billing_country','US'),(28245,814,'_billing_email','stephanieknecht@lcaconnecticut.com'),(28246,814,'_billing_phone','9144565000'),(28247,814,'_shipping_first_name','Stephanie'),(28248,814,'_shipping_last_name','Knecht'),(28249,814,'_shipping_company','Lice Clinics of America'),(28250,814,'_shipping_address_1','109 Boston Post Road, Suite 201'),(28251,814,'_shipping_city','Orange'),(28252,814,'_shipping_state','CT'),(28253,814,'_shipping_postcode','06477'),(28254,814,'_shipping_country','US'),(28255,814,'_order_currency','USD'),(28256,814,'_cart_discount','0'),(28257,814,'_cart_discount_tax','0'),(28258,814,'_order_shipping','22.33'),(28259,814,'_order_shipping_tax','0'),(28260,814,'_order_tax','0'),(28261,814,'_order_total','22.33'),(28262,814,'_order_version','5.8.0'),(28263,814,'_prices_include_tax','no'),(28264,814,'_billing_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US stephanieknecht@lcaconnecticut.com 9144565000'),(28265,814,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US '),(28266,814,'is_vat_exempt','no'),(28267,288,'_edit_lock','1637076728:2'),(28268,288,'_edit_last','2'),(28271,814,'_edit_lock','1637170137:2'),(28272,814,'_edit_last','2'),(28273,814,'_recorded_coupon_usage_counts','yes'),(28274,811,'_edit_lock','1637076986:2'),(28275,811,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062635\";s:12:\"date_shipped\";s:10:\"1637020800\";s:11:\"tracking_id\";s:32:\"e0076c33d0c32e98f7a3e4ab86ec57e9\";}}'),(28276,811,'_edit_last','2'),(28277,811,'_date_completed','1637077116'),(28278,811,'_completed_date','2021-11-16 15:38:36'),(28279,814,'Payment type','instant'),(28280,814,'_transaction_id','6K815679EJ026002X'),(28281,814,'_paypal_status','completed'),(28282,814,'PayPal Transaction Fee','1.27'),(28283,814,'_date_paid','1637083886'),(28284,814,'_paid_date','2021-11-16 17:31:26'),(28285,814,'_download_permissions_granted','yes'),(28286,814,'_recorded_sales','yes'),(28287,814,'_order_stock_reduced','yes'),(28288,814,'_new_order_email_sent','true'),(28289,813,'_edit_lock','1637083834:2'),(28290,813,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062657\";s:12:\"date_shipped\";s:10:\"1637020800\";s:11:\"tracking_id\";s:32:\"99c567c8869c50fdf72957deb7bc29be\";}}'),(28291,813,'_edit_last','2'),(28292,813,'_date_completed','1637083939'),(28293,813,'_completed_date','2021-11-16 17:32:19'),(28294,802,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062646\";s:12:\"date_shipped\";s:10:\"1637020800\";s:11:\"tracking_id\";s:32:\"9184fbd26e03463112b5e02fe5a98fd5\";}}'),(28295,802,'_date_completed','1637084043'),(28296,802,'_completed_date','2021-11-16 17:34:03'),(28297,812,'_edit_lock','1637085126:2'),(28298,812,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062668\";s:12:\"date_shipped\";s:10:\"1637020800\";s:11:\"tracking_id\";s:32:\"5ccaa0dd30d0b26e237fc787578a73a2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062679\";s:12:\"date_shipped\";i:1637084167;s:11:\"tracking_id\";s:32:\"9383cb181e37e87357ceba100f5084af\";}}'),(28299,812,'_edit_last','2'),(28300,812,'_date_completed','1637085155'),(28301,812,'_completed_date','2021-11-16 17:52:35'),(28302,809,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062690\";s:12:\"date_shipped\";s:10:\"1637020800\";s:11:\"tracking_id\";s:32:\"50deba85864067c8cb7949a59ebcfe21\";}}'),(28303,809,'_date_completed','1637085383'),(28304,809,'_completed_date','2021-11-16 17:56:23'),(28305,808,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062348\";s:12:\"date_shipped\";s:10:\"1636934400\";s:11:\"tracking_id\";s:32:\"2724c405599c51db82eca5c8b4ca3fee\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062359\";s:12:\"date_shipped\";s:10:\"1636934400\";s:11:\"tracking_id\";s:32:\"2722716c5329d6900866a4a1d67a55cc\";}}'),(28306,808,'_date_completed','1637085523'),(28307,808,'_completed_date','2021-11-16 17:58:43'),(28308,815,'_order_key','wc_order_FcWuiMhpKdE0M'),(28309,815,'_customer_user','37'),(28310,815,'_payment_method','paypal'),(28311,815,'_payment_method_title','PayPal'),(28312,815,'_customer_ip_address','75.91.13.94'),(28313,815,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),(28314,815,'_created_via','checkout'),(28315,815,'_cart_hash','7c349527d135406890666dfd3518f0d5'),(28316,815,'_billing_first_name','Melody'),(28317,815,'_billing_last_name','Carter'),(28318,815,'_billing_company','Family Hair Clinic of South Ga LLC'),(28319,815,'_billing_address_1','7754 GA HIGHWAY 122 W'),(28320,815,'_billing_city','HAHIRA'),(28321,815,'_billing_state','GA'),(28322,815,'_billing_postcode','31632-2210'),(28323,815,'_billing_country','US'),(28324,815,'_billing_email','familyhairclinic@gmail.com'),(28325,815,'_billing_phone','2294151748'),(28326,815,'_shipping_first_name','Melody'),(28327,815,'_shipping_last_name','Carter'),(28328,815,'_shipping_company','LCA Family Hair Clinic'),(28329,815,'_shipping_address_1','7754 GA Highway 122 W'),(28330,815,'_shipping_city','Hahira'),(28331,815,'_shipping_state','GA'),(28332,815,'_shipping_postcode','31632'),(28333,815,'_shipping_country','US'),(28334,815,'_order_currency','USD'),(28335,815,'_cart_discount','0'),(28336,815,'_cart_discount_tax','0'),(28337,815,'_order_shipping','26.15'),(28338,815,'_order_shipping_tax','0'),(28339,815,'_order_tax','0'),(28340,815,'_order_total','348.71'),(28341,815,'_order_version','5.8.0'),(28342,815,'_prices_include_tax','no'),(28343,815,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(28344,815,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(28345,815,'is_vat_exempt','no'),(28346,815,'Payment type','instant'),(28347,815,'_transaction_id','7LF11887KD1926222'),(28348,815,'_paypal_status','completed'),(28349,815,'PayPal Transaction Fee','12.66'),(28350,815,'_date_paid','1637090449'),(28351,815,'_paid_date','2021-11-16 19:20:49'),(28352,815,'_download_permissions_granted','yes'),(28353,815,'_recorded_sales','yes'),(28354,815,'_recorded_coupon_usage_counts','yes'),(28355,815,'_order_stock_reduced','yes'),(28356,815,'_new_order_email_sent','true'),(28357,816,'_order_key','wc_order_HAQIYhx671KN2'),(28358,816,'_customer_user','5'),(28359,816,'_payment_method','paypal'),(28360,816,'_payment_method_title','PayPal'),(28361,816,'_customer_ip_address','73.11.93.174'),(28362,816,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(28363,816,'_created_via','checkout'),(28364,816,'_cart_hash','257c2aaaeda4676bb32fb1538af033d1'),(28365,816,'_billing_first_name','Shawnde'),(28366,816,'_billing_last_name','Russell'),(28367,816,'_billing_company','Lice Clinics Of America'),(28368,816,'_billing_address_1','1444 NW College Way Suite 6'),(28369,816,'_billing_address_2','Suite 6'),(28370,816,'_billing_city','Bend'),(28371,816,'_billing_state','OR'),(28372,816,'_billing_postcode','97003'),(28373,816,'_billing_country','US'),(28374,816,'_billing_email','mark@nwliceclinics.com'),(28375,816,'_billing_phone','5037244204'),(28376,816,'_shipping_first_name','Shawnde'),(28377,816,'_shipping_last_name','Russell'),(28378,816,'_shipping_company','Lice Clinics Of America'),(28379,816,'_shipping_address_1','1444 NW College Way Suite 6'),(28380,816,'_shipping_address_2','Suite 6'),(28381,816,'_shipping_city','Bend'),(28382,816,'_shipping_state','OR'),(28383,816,'_shipping_postcode','97003'),(28384,816,'_shipping_country','US'),(28385,816,'_order_currency','USD'),(28386,816,'_cart_discount','0'),(28387,816,'_cart_discount_tax','0'),(28388,816,'_order_shipping','40.99'),(28389,816,'_order_shipping_tax','0'),(28390,816,'_order_tax','0'),(28391,816,'_order_total','237.49'),(28392,816,'_order_version','5.8.0'),(28393,816,'_prices_include_tax','no'),(28394,816,'_billing_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97003 US mark@nwliceclinics.com 5037244204'),(28395,816,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97003 US '),(28396,816,'is_vat_exempt','no'),(28397,816,'Payment type','instant'),(28398,816,'_transaction_id','9883371206741372L'),(28399,816,'_paypal_status','completed'),(28400,816,'PayPal Transaction Fee','8.78'),(28401,816,'_date_paid','1637102965'),(28402,816,'_paid_date','2021-11-16 22:49:25'),(28403,816,'_download_permissions_granted','yes'),(28404,816,'_recorded_sales','yes'),(28405,816,'_recorded_coupon_usage_counts','yes'),(28406,816,'_order_stock_reduced','yes'),(28407,816,'_new_order_email_sent','true'),(28408,817,'_order_key','wc_order_7KqR8njCASYD7'),(28409,817,'_customer_user','20'),(28410,817,'_payment_method','paypal'),(28411,817,'_payment_method_title','PayPal'),(28412,817,'_customer_ip_address','76.175.96.152'),(28413,817,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14150.64.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.104 Safari/537.36'),(28414,817,'_created_via','checkout'),(28415,817,'_cart_hash','03beb800152159cf23c5a5821fbab9ee'),(28416,817,'_billing_first_name','Hasani'),(28417,817,'_billing_last_name','Thompson'),(28418,817,'_billing_company','Heat in Hair'),(28419,817,'_billing_address_1','27225 Camp Plenty Road'),(28420,817,'_billing_address_2','1D'),(28421,817,'_billing_city','Santa Clarita'),(28422,817,'_billing_state','CA'),(28423,817,'_billing_postcode','91351'),(28424,817,'_billing_country','US'),(28425,817,'_billing_email','info@liceclinicssantaclarita.com'),(28426,817,'_billing_phone','6615850263'),(28427,817,'_shipping_first_name','Hasani'),(28428,817,'_shipping_last_name','Thompson'),(28429,817,'_shipping_company','Heat in Hair'),(28430,817,'_shipping_address_1','5145 Nightsky Place'),(28431,817,'_shipping_city','Palmdale'),(28432,817,'_shipping_state','CA'),(28433,817,'_shipping_postcode','93552'),(28434,817,'_shipping_country','US'),(28435,817,'_order_currency','USD'),(28436,817,'_cart_discount','0'),(28437,817,'_cart_discount_tax','0'),(28438,817,'_order_shipping','36.04'),(28439,817,'_order_shipping_tax','0'),(28440,817,'_order_tax','0'),(28441,817,'_order_total','241.04'),(28442,817,'_order_version','5.8.0'),(28443,817,'_prices_include_tax','no'),(28444,817,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(28445,817,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(28446,817,'is_vat_exempt','no'),(28447,817,'Payment type','instant'),(28448,817,'_transaction_id','2D6060005K958804V'),(28449,817,'_paypal_status','completed'),(28450,817,'PayPal Transaction Fee','8.90'),(28451,817,'_date_paid','1637116499'),(28452,817,'_paid_date','2021-11-17 02:34:59'),(28453,817,'_download_permissions_granted','yes'),(28454,817,'_recorded_sales','yes'),(28455,817,'_recorded_coupon_usage_counts','yes'),(28456,817,'_order_stock_reduced','yes'),(28457,817,'_new_order_email_sent','true'),(28458,815,'_edit_lock','1637170075:2'),(28459,815,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062852\";s:12:\"date_shipped\";s:10:\"1637107200\";s:11:\"tracking_id\";s:32:\"2eb3d8e3567fe40e87cfabbab1ba6369\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062841\";s:12:\"date_shipped\";i:1637170178;s:11:\"tracking_id\";s:32:\"7f64c1323fbdb77e8ff5b65ae221a47e\";}}'),(28460,815,'_edit_last','2'),(28461,815,'_date_completed','1637170180'),(28462,815,'_completed_date','2021-11-17 17:29:40'),(28463,814,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062830\";s:12:\"date_shipped\";s:10:\"1637107200\";s:11:\"tracking_id\";s:32:\"4f8cbe5583914137495481cacafe6f38\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062820\";s:12:\"date_shipped\";i:1637170253;s:11:\"tracking_id\";s:32:\"5cea01f8d7a2c38431354830342c06ee\";}}'),(28464,814,'_date_completed','1637170257'),(28465,814,'_completed_date','2021-11-17 17:30:57'),(28466,816,'_edit_lock','1637170216:2'),(28467,816,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062900\";s:12:\"date_shipped\";s:10:\"1637107200\";s:11:\"tracking_id\";s:32:\"138e78c3c63309e0a483664541cf719d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062896\";s:12:\"date_shipped\";i:1637170336;s:11:\"tracking_id\";s:32:\"77446139020b12a4ae1d77f8a6fa44e8\";}}'),(28468,816,'_edit_last','2'),(28469,816,'_date_completed','1637170340'),(28470,816,'_completed_date','2021-11-17 17:32:20'),(28471,817,'_edit_lock','1637170341:2'),(28472,817,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953062911\";s:12:\"date_shipped\";s:10:\"1637107200\";s:11:\"tracking_id\";s:32:\"5b5c467abf816094a4f73debc281c098\";}}'),(28473,817,'_edit_last','2'),(28474,817,'_date_completed','1637170395'),(28475,817,'_completed_date','2021-11-17 17:33:15'),(28476,819,'_order_key','wc_order_eLIpWiWNgO8BU'),(28477,819,'_customer_user','3'),(28478,819,'_payment_method','paypal'),(28479,819,'_payment_method_title','PayPal'),(28480,819,'_customer_ip_address','70.142.202.154'),(28481,819,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(28482,819,'_created_via','checkout'),(28483,819,'_cart_hash','2f852484733b534145fd9e9002ae92b6'),(28484,819,'_billing_first_name','Amanda'),(28485,819,'_billing_last_name','Westerman'),(28486,819,'_billing_company','Lice Clinics of America McKinney'),(28487,819,'_billing_address_1','3120 Hudson Crossing'),(28488,819,'_billing_address_2','Suite A2'),(28489,819,'_billing_city','MCKINNEY'),(28490,819,'_billing_state','TX'),(28491,819,'_billing_postcode','75070'),(28492,819,'_billing_country','US'),(28493,819,'_billing_email','awesterman1103@gmail.com'),(28494,819,'_billing_phone','2144175741'),(28495,819,'_shipping_first_name','Lice'),(28496,819,'_shipping_last_name','McKinney'),(28497,819,'_shipping_company','Lice Clinics of America McKinney'),(28498,819,'_shipping_address_1','3120 Hudson Crossing'),(28499,819,'_shipping_address_2','Suite A2'),(28500,819,'_shipping_city','McKinney'),(28501,819,'_shipping_state','TX'),(28502,819,'_shipping_postcode','75070'),(28503,819,'_shipping_country','US'),(28504,819,'_order_currency','USD'),(28505,819,'_cart_discount','0'),(28506,819,'_cart_discount_tax','0'),(28507,819,'_order_shipping','0'),(28508,819,'_order_shipping_tax','0'),(28509,819,'_order_tax','0'),(28510,819,'_order_total','607.38'),(28511,819,'_order_version','5.8.0'),(28512,819,'_prices_include_tax','no'),(28513,819,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(28514,819,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(28515,819,'is_vat_exempt','no'),(28516,819,'Payment type','instant'),(28517,819,'_transaction_id','1XV07491M9916281G'),(28518,819,'_paypal_status','completed'),(28519,819,'PayPal Transaction Fee','21.69'),(28520,819,'_date_paid','1637271037'),(28521,819,'_paid_date','2021-11-18 21:30:37'),(28522,819,'_download_permissions_granted','yes'),(28523,819,'_recorded_sales','yes'),(28524,819,'_recorded_coupon_usage_counts','yes'),(28525,819,'_order_stock_reduced','yes'),(28526,819,'_new_order_email_sent','true'),(28527,820,'_order_key','wc_order_yNPY40p1EjhQ6'),(28528,820,'_customer_user','92'),(28529,820,'_payment_method','paypal'),(28530,820,'_payment_method_title','PayPal'),(28531,820,'_customer_ip_address','73.63.207.98'),(28532,820,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(28533,820,'_created_via','checkout'),(28534,820,'_cart_hash','5a2c13782b9bcbe05f57cfd240ec4c33'),(28535,820,'_billing_first_name','Michelle'),(28536,820,'_billing_last_name','Du'),(28537,820,'_billing_company','LCA Fremont'),(28538,820,'_billing_address_1','31372 Mackinaw Street'),(28539,820,'_billing_city','Union City'),(28540,820,'_billing_state','CA'),(28541,820,'_billing_postcode','94587'),(28542,820,'_billing_country','US'),(28543,820,'_billing_email','info@liceclinicsfremont.com'),(28544,820,'_billing_phone','510-770-4394'),(28545,820,'_shipping_first_name','Michelle'),(28546,820,'_shipping_last_name','Du'),(28547,820,'_shipping_company','LCA Fremont'),(28548,820,'_shipping_address_1','31372 Mackinaw Street'),(28549,820,'_shipping_city','Union City'),(28550,820,'_shipping_state','CA'),(28551,820,'_shipping_postcode','94587'),(28552,820,'_shipping_country','US'),(28553,820,'_order_currency','USD'),(28554,820,'_cart_discount','0'),(28555,820,'_cart_discount_tax','0'),(28556,820,'_order_shipping','0'),(28557,820,'_order_shipping_tax','0'),(28558,820,'_order_tax','0'),(28559,820,'_order_total','518.40'),(28560,820,'_order_version','5.8.0'),(28561,820,'_prices_include_tax','no'),(28562,820,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(28563,820,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(28564,820,'is_vat_exempt','no'),(28565,821,'_order_key','wc_order_ko2c2CgJ1oasc'),(28566,821,'_customer_user','17'),(28567,821,'_payment_method','paypal'),(28568,821,'_payment_method_title','PayPal'),(28569,821,'_customer_ip_address','68.169.253.102'),(28570,821,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(28571,821,'_created_via','checkout'),(28572,821,'_cart_hash','dee5434d78e7a30ec6cb3e35156da0b1'),(28573,821,'_billing_first_name','Bess'),(28574,821,'_billing_last_name','Hayes'),(28575,821,'_billing_company','LCA Des Moines'),(28576,821,'_billing_address_1','7753 S. Westbrook Dr'),(28577,821,'_billing_city','Dubuque'),(28578,821,'_billing_state','IA'),(28579,821,'_billing_postcode','52002'),(28580,821,'_billing_country','US'),(28581,821,'_billing_email','info@liceclinicsnortherniowa.com'),(28582,821,'_billing_phone','5635646764'),(28583,821,'_shipping_first_name','Jaimi'),(28584,821,'_shipping_last_name','Washington'),(28585,821,'_shipping_company','LCA Des Moines'),(28586,821,'_shipping_address_1','1139 Burlington Terrace'),(28587,821,'_shipping_city','Des Moines'),(28588,821,'_shipping_state','IA'),(28589,821,'_shipping_postcode','50314'),(28590,821,'_shipping_country','US'),(28591,821,'_order_currency','USD'),(28592,821,'_cart_discount','0'),(28593,821,'_cart_discount_tax','0'),(28594,821,'_order_shipping','12.99'),(28595,821,'_order_shipping_tax','0'),(28596,821,'_order_tax','0'),(28597,821,'_order_total','12.99'),(28598,821,'_order_version','5.9.0'),(28599,821,'_prices_include_tax','no'),(28600,821,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(28601,821,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US '),(28602,821,'is_vat_exempt','no'),(28603,822,'_order_key','wc_order_WhZqKwPRxoYuv'),(28604,822,'_customer_user','54'),(28605,822,'_payment_method','paypal'),(28606,822,'_payment_method_title','PayPal'),(28607,822,'_customer_ip_address','172.58.143.38'),(28608,822,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Mobile Safari/537.36'),(28609,822,'_created_via','checkout'),(28610,822,'_cart_hash','5b9739f13a5d9198c97d5d56fe4c4a83'),(28611,822,'_billing_first_name','Erin'),(28612,822,'_billing_last_name','Hawn'),(28613,822,'_billing_address_1','10 W Phillip Rd'),(28614,822,'_billing_address_2','123'),(28615,822,'_billing_city','Vernon Hills'),(28616,822,'_billing_state','IL'),(28617,822,'_billing_postcode','60061'),(28618,822,'_billing_country','US'),(28619,822,'_billing_email','info@liceclinicsvernonhills.com'),(28620,822,'_billing_phone','8475960408'),(28621,822,'_shipping_first_name','Erin'),(28622,822,'_shipping_last_name','Hawn'),(28623,822,'_shipping_address_1','1491 S Amarias Dr'),(28624,822,'_shipping_city','Round lake'),(28625,822,'_shipping_state','IL'),(28626,822,'_shipping_postcode','60073'),(28627,822,'_shipping_country','US'),(28628,822,'_order_currency','USD'),(28629,822,'_cart_discount','0'),(28630,822,'_cart_discount_tax','0'),(28631,822,'_order_shipping','0'),(28632,822,'_order_shipping_tax','0'),(28633,822,'_order_tax','0'),(28634,822,'_order_total','538.82'),(28635,822,'_order_version','5.8.0'),(28636,822,'_prices_include_tax','no'),(28637,822,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(28638,822,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(28640,820,'_edit_lock','1637604096:2'),(28641,820,'_edit_last','2'),(28642,820,'_recorded_coupon_usage_counts','yes'),(28643,820,'Payment type','instant'),(28644,820,'_transaction_id','7GB36740W22603836'),(28645,820,'_paypal_status','completed'),(28646,820,'PayPal Transaction Fee','18.58'),(28647,820,'_date_paid','1637359598'),(28648,820,'_paid_date','2021-11-19 22:06:38'),(28649,820,'_download_permissions_granted','yes'),(28650,820,'_recorded_sales','yes'),(28651,820,'_order_stock_reduced','yes'),(28652,820,'_new_order_email_sent','true'),(28653,823,'_order_key','wc_order_8wtOiJHnfJOeB'),(28654,823,'_customer_user','87'),(28655,823,'_payment_method','paypal'),(28656,823,'_payment_method_title','PayPal'),(28657,823,'_customer_ip_address','71.205.128.124'),(28658,823,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(28659,823,'_created_via','checkout'),(28660,823,'_cart_hash','f241055ead4d1dd5b2e25b93466ae497'),(28661,823,'_billing_first_name','Wade'),(28662,823,'_billing_last_name','Huntsman'),(28663,823,'_billing_company','LCA Midsouth'),(28664,823,'_billing_address_1','1104 E 25th St'),(28665,823,'_billing_city','Tulsa'),(28666,823,'_billing_state','OK'),(28667,823,'_billing_postcode','74114'),(28668,823,'_billing_country','US'),(28669,823,'_billing_email','info@liceclinicsmidsouth.com'),(28670,823,'_billing_phone','9189783329'),(28671,823,'_shipping_first_name','Ian'),(28672,823,'_shipping_last_name','Zinth'),(28673,823,'_shipping_company','Lice Clinics of America'),(28674,823,'_shipping_address_1','16654 E Kent Drive'),(28675,823,'_shipping_city','Aurora'),(28676,823,'_shipping_state','CO'),(28677,823,'_shipping_postcode','80014'),(28678,823,'_shipping_country','US'),(28679,823,'_order_currency','USD'),(28680,823,'_cart_discount','0'),(28681,823,'_cart_discount_tax','0'),(28682,823,'_order_shipping','0'),(28683,823,'_order_shipping_tax','0'),(28684,823,'_order_tax','0'),(28685,823,'_order_total','523.00'),(28686,823,'_order_version','5.8.0'),(28687,823,'_prices_include_tax','no'),(28688,823,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(28689,823,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 E Kent Drive  Aurora CO 80014 US '),(28690,823,'is_vat_exempt','no'),(28691,823,'Payment type','instant'),(28692,823,'_transaction_id','0VL99179DJ2163127'),(28693,823,'_paypal_status','completed'),(28694,823,'PayPal Transaction Fee','18.74'),(28695,823,'_date_paid','1637362750'),(28696,823,'_paid_date','2021-11-19 22:59:10'),(28697,823,'_download_permissions_granted','yes'),(28698,823,'_recorded_sales','yes'),(28699,823,'_recorded_coupon_usage_counts','yes'),(28700,823,'_order_stock_reduced','yes'),(28701,823,'_new_order_email_sent','true'),(28702,824,'_order_key','wc_order_d271aG6PHK7kT'),(28703,824,'_customer_user','87'),(28704,824,'_payment_method','paypal'),(28705,824,'_payment_method_title','PayPal'),(28706,824,'_customer_ip_address','71.205.128.124'),(28707,824,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(28708,824,'_created_via','checkout'),(28709,824,'_cart_hash','9b6a81d1e82a6a3c3b33f605b9a9db37'),(28710,824,'_billing_first_name','Wade'),(28711,824,'_billing_last_name','Huntsman'),(28712,824,'_billing_company','LCA Midsouth'),(28713,824,'_billing_address_1','1104 E 25th St'),(28714,824,'_billing_city','Tulsa'),(28715,824,'_billing_state','OK'),(28716,824,'_billing_postcode','74114'),(28717,824,'_billing_country','US'),(28718,824,'_billing_email','info@liceclinicsmidsouth.com'),(28719,824,'_billing_phone','9189783329'),(28720,824,'_shipping_first_name','Wade'),(28721,824,'_shipping_last_name','Huntsman'),(28722,824,'_shipping_company','Lice Clinics of America'),(28723,824,'_shipping_address_1','3421 E 21st ST'),(28724,824,'_shipping_city','Tulsa'),(28725,824,'_shipping_state','OK'),(28726,824,'_shipping_postcode','74114'),(28727,824,'_shipping_country','US'),(28728,824,'_order_currency','USD'),(28729,824,'_cart_discount','0'),(28730,824,'_cart_discount_tax','0'),(28731,824,'_order_shipping','0'),(28732,824,'_order_shipping_tax','0'),(28733,824,'_order_tax','0'),(28734,824,'_order_total','601.00'),(28735,824,'_order_version','5.9.0'),(28736,824,'_prices_include_tax','no'),(28737,824,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(28738,824,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st ST  Tulsa OK 74114 US '),(28739,824,'is_vat_exempt','no'),(28740,824,'Payment type','instant'),(28741,824,'_transaction_id','6LG73935CX263411A'),(28742,824,'_paypal_status','completed'),(28743,824,'PayPal Transaction Fee','21.46'),(28744,824,'_date_paid','1637362983'),(28745,824,'_paid_date','2021-11-19 23:03:03'),(28746,824,'_download_permissions_granted','yes'),(28747,824,'_recorded_sales','yes'),(28748,824,'_recorded_coupon_usage_counts','yes'),(28749,824,'_order_stock_reduced','yes'),(28750,824,'_new_order_email_sent','true'),(28751,825,'_order_key','wc_order_RHfDejj0C3C2z'),(28752,825,'_customer_user','87'),(28753,825,'_payment_method','paypal'),(28754,825,'_payment_method_title','PayPal'),(28755,825,'_customer_ip_address','71.205.128.124'),(28756,825,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(28757,825,'_created_via','checkout'),(28758,825,'_cart_hash','75602327d0cc1b8e4bad18bb84ea8c2e'),(28759,825,'_billing_first_name','Wade'),(28760,825,'_billing_last_name','Huntsman'),(28761,825,'_billing_company','LCA Midsouth'),(28762,825,'_billing_address_1','1104 E 25th St'),(28763,825,'_billing_city','Tulsa'),(28764,825,'_billing_state','OK'),(28765,825,'_billing_postcode','74114'),(28766,825,'_billing_country','US'),(28767,825,'_billing_email','info@liceclinicsmidsouth.com'),(28768,825,'_billing_phone','9189783329'),(28769,825,'_shipping_first_name','Wade'),(28770,825,'_shipping_last_name','Huntsman'),(28771,825,'_shipping_company','Lice Clinics of America'),(28772,825,'_shipping_address_1','3000 S 28th Place'),(28773,825,'_shipping_address_2','Apt 12'),(28774,825,'_shipping_city','Rogers'),(28775,825,'_shipping_state','AR'),(28776,825,'_shipping_postcode','72758'),(28777,825,'_shipping_country','US'),(28778,825,'_order_currency','USD'),(28779,825,'_cart_discount','0'),(28780,825,'_cart_discount_tax','0'),(28781,825,'_order_shipping','0'),(28782,825,'_order_shipping_tax','0'),(28783,825,'_order_tax','0'),(28784,825,'_order_total','523.00'),(28785,825,'_order_version','5.8.0'),(28786,825,'_prices_include_tax','no'),(28787,825,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(28788,825,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3000 S 28th Place Apt 12 Rogers AR 72758 US '),(28789,825,'is_vat_exempt','no'),(28790,825,'Payment type','instant'),(28791,825,'_transaction_id','7MM93074PD824802J'),(28792,825,'_paypal_status','completed'),(28793,825,'PayPal Transaction Fee','18.74'),(28794,825,'_date_paid','1637363488'),(28795,825,'_paid_date','2021-11-19 23:11:28'),(28796,825,'_download_permissions_granted','yes'),(28797,825,'_recorded_sales','yes'),(28798,825,'_recorded_coupon_usage_counts','yes'),(28799,825,'_order_stock_reduced','yes'),(28800,825,'_new_order_email_sent','true'),(28801,826,'_order_key','wc_order_v4ZJpdsr90KLs'),(28802,826,'_customer_user','87'),(28803,826,'_payment_method','paypal'),(28804,826,'_payment_method_title','PayPal'),(28805,826,'_customer_ip_address','71.205.128.124'),(28806,826,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(28807,826,'_created_via','checkout'),(28808,826,'_cart_hash','0df3a40d931f237d341f92f2b9efda46'),(28809,826,'_billing_first_name','Katee'),(28810,826,'_billing_last_name','Morrison'),(28811,826,'_billing_company','LCA Midsouth'),(28812,826,'_billing_address_1','748 Brookwood Dr Apt 103'),(28813,826,'_billing_city','OKC'),(28814,826,'_billing_state','OK'),(28815,826,'_billing_postcode','73139'),(28816,826,'_billing_country','US'),(28817,826,'_billing_email','info@liceclinicsmidsouth.com'),(28818,826,'_billing_phone','4055744820'),(28819,826,'_shipping_first_name','Katee'),(28820,826,'_shipping_last_name','Morrison'),(28821,826,'_shipping_company','Lice Clinics of America'),(28822,826,'_shipping_address_1','748 Brookwood Dr'),(28823,826,'_shipping_address_2','Apt 103'),(28824,826,'_shipping_city','OKC'),(28825,826,'_shipping_state','AR'),(28826,826,'_shipping_postcode','73139'),(28827,826,'_shipping_country','US'),(28828,826,'_order_currency','USD'),(28829,826,'_cart_discount','0'),(28830,826,'_cart_discount_tax','0'),(28831,826,'_order_shipping','0'),(28832,826,'_order_shipping_tax','0'),(28833,826,'_order_tax','0'),(28834,826,'_order_total','573.72'),(28835,826,'_order_version','5.8.0'),(28836,826,'_prices_include_tax','no'),(28837,826,'_billing_address_index','Katee Morrison LCA Midsouth 748 Brookwood Dr Apt 103  OKC OK 73139 US info@liceclinicsmidsouth.com 4055744820'),(28838,826,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103 OKC AR 73139 US '),(28839,826,'is_vat_exempt','no'),(28840,826,'Payment type','instant'),(28841,826,'_transaction_id','25H15157T2105715A'),(28842,826,'_paypal_status','completed'),(28843,826,'PayPal Transaction Fee','20.51'),(28844,826,'_date_paid','1637363968'),(28845,826,'_paid_date','2021-11-19 23:19:28'),(28846,826,'_download_permissions_granted','yes'),(28847,826,'_recorded_sales','yes'),(28848,826,'_recorded_coupon_usage_counts','yes'),(28849,826,'_order_stock_reduced','yes'),(28850,826,'_new_order_email_sent','true'),(28851,822,'is_vat_exempt','no'),(28852,822,'Payment type','instant'),(28853,822,'_transaction_id','1JD86182WH7987748'),(28854,822,'_paypal_status','completed'),(28855,822,'PayPal Transaction Fee','19.29'),(28856,822,'_date_paid','1637421862'),(28857,822,'_paid_date','2021-11-20 15:24:22'),(28858,822,'_download_permissions_granted','yes'),(28859,822,'_recorded_sales','yes'),(28860,822,'_recorded_coupon_usage_counts','yes'),(28861,822,'_order_stock_reduced','yes'),(28862,822,'_new_order_email_sent','true'),(28863,827,'_order_key','wc_order_FBPgSCBLXDWVo'),(28864,827,'_customer_user','47'),(28865,827,'_payment_method','paypal'),(28866,827,'_payment_method_title','PayPal'),(28867,827,'_customer_ip_address','70.121.191.254'),(28868,827,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(28869,827,'_created_via','checkout'),(28870,827,'_cart_hash','f1be3511391bb17d48756b39fc9fb7c9'),(28871,827,'_billing_first_name','Tracy'),(28872,827,'_billing_last_name','Copeland'),(28873,827,'_billing_company','South Texas Lice Clinics LLC'),(28874,827,'_billing_address_1','14223 Silverhollow'),(28875,827,'_billing_city','San Antonio'),(28876,827,'_billing_state','TX'),(28877,827,'_billing_postcode','78232'),(28878,827,'_billing_country','US'),(28879,827,'_billing_email','info@liceclinicsanantoniowest.com'),(28880,827,'_billing_phone','2103135033'),(28881,827,'_shipping_first_name','Tracy'),(28882,827,'_shipping_last_name','Copeland'),(28883,827,'_shipping_company','South Texas Lice Clinics LLC'),(28884,827,'_shipping_address_1','14223 Silverhollow'),(28885,827,'_shipping_city','San Antonio'),(28886,827,'_shipping_state','TX'),(28887,827,'_shipping_postcode','78232'),(28888,827,'_shipping_country','US'),(28889,827,'_order_currency','USD'),(28890,827,'_cart_discount','0'),(28891,827,'_cart_discount_tax','0'),(28892,827,'_order_shipping','21.79'),(28893,827,'_order_shipping_tax','0'),(28894,827,'_order_tax','0'),(28895,827,'_order_total','342.33'),(28896,827,'_order_version','5.8.0'),(28897,827,'_prices_include_tax','no'),(28898,827,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(28899,827,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(28900,827,'is_vat_exempt','no'),(28901,827,'Payment type','instant'),(28902,827,'_transaction_id','9NA82395LS1586229'),(28903,827,'_paypal_status','completed'),(28904,827,'PayPal Transaction Fee','12.44'),(28905,827,'_date_paid','1637522637'),(28906,827,'_paid_date','2021-11-21 19:23:57'),(28907,827,'_download_permissions_granted','yes'),(28908,827,'_recorded_sales','yes'),(28909,827,'_recorded_coupon_usage_counts','yes'),(28910,827,'_order_stock_reduced','yes'),(28911,827,'_new_order_email_sent','true'),(28912,827,'_edit_lock','1637591846:2'),(28913,828,'_order_currency','USD'),(28914,828,'_cart_discount','0'),(28915,828,'_cart_discount_tax','0'),(28916,828,'_order_shipping','-21.79'),(28917,828,'_order_shipping_tax','0'),(28918,828,'_order_tax','0'),(28919,828,'_order_total','-342.33'),(28920,828,'_order_version','5.8.0'),(28921,828,'_prices_include_tax','no'),(28922,828,'_refund_amount','342.33'),(28923,828,'_refunded_by','2'),(28924,828,'_refunded_payment','1'),(28925,828,'_refund_reason',''),(28926,829,'_order_key','wc_order_hKh3M3kJlzU92'),(28927,829,'_customer_user','47'),(28928,829,'_payment_method','paypal'),(28929,829,'_payment_method_title','PayPal'),(28930,829,'_customer_ip_address','70.121.191.254'),(28931,829,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(28932,829,'_created_via','checkout'),(28933,829,'_cart_hash','c59a8c70876177e44ab7b28c26cfe652'),(28934,829,'_billing_first_name','Tracy'),(28935,829,'_billing_last_name','Copeland'),(28936,829,'_billing_company','South Texas Lice Clinics LLC'),(28937,829,'_billing_address_1','14223 Silverhollow'),(28938,829,'_billing_city','San Antonio'),(28939,829,'_billing_state','TX'),(28940,829,'_billing_postcode','78232'),(28941,829,'_billing_country','US'),(28942,829,'_billing_email','info@liceclinicsanantoniowest.com'),(28943,829,'_billing_phone','2103135033'),(28944,829,'_shipping_first_name','Tracy'),(28945,829,'_shipping_last_name','Copeland'),(28946,829,'_shipping_company','South Texas Lice Clinics LLC'),(28947,829,'_shipping_address_1','14223 Silverhollow'),(28948,829,'_shipping_city','San Antonio'),(28949,829,'_shipping_state','TX'),(28950,829,'_shipping_postcode','78232'),(28951,829,'_shipping_country','US'),(28952,829,'_order_currency','USD'),(28953,829,'_cart_discount','0'),(28954,829,'_cart_discount_tax','0'),(28955,829,'_order_shipping','0'),(28956,829,'_order_shipping_tax','0'),(28957,829,'_order_tax','0'),(28958,829,'_order_total','506.60'),(28959,829,'_order_version','5.9.0'),(28960,829,'_prices_include_tax','no'),(28961,829,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(28962,829,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(28963,829,'is_vat_exempt','no'),(28964,829,'Payment type','instant'),(28965,829,'_transaction_id','8UB74715UA3947347'),(28966,829,'_paypal_status','completed'),(28967,829,'PayPal Transaction Fee','18.17'),(28968,829,'_date_paid','1637592608'),(28969,829,'_paid_date','2021-11-22 14:50:08'),(28970,829,'_download_permissions_granted','yes'),(28971,829,'_recorded_sales','yes'),(28972,829,'_recorded_coupon_usage_counts','yes'),(28973,829,'_order_stock_reduced','yes'),(28974,829,'_new_order_email_sent','true'),(28975,830,'_order_key','wc_order_8BcWffMSRSB4v'),(28976,830,'_customer_user','67'),(28977,830,'_payment_method','paypal'),(28978,830,'_payment_method_title','PayPal'),(28979,830,'_customer_ip_address','74.77.55.50'),(28980,830,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(28981,830,'_created_via','checkout'),(28982,830,'_cart_hash','4fe18daee1452a655f4124ed2b532999'),(28983,830,'_billing_first_name','Marnie'),(28984,830,'_billing_last_name','Murray'),(28985,830,'_billing_company','Naughty Nits'),(28986,830,'_billing_address_1','2809 Wehrle Drive'),(28987,830,'_billing_address_2','Suite 10'),(28988,830,'_billing_city','Williamsville'),(28989,830,'_billing_state','NY'),(28990,830,'_billing_postcode','14221'),(28991,830,'_billing_country','US'),(28992,830,'_billing_email','liceclinicsupstateny@gmail.com'),(28993,830,'_billing_phone','7166265423'),(28994,830,'_shipping_first_name','Marnie'),(28995,830,'_shipping_last_name','Murray'),(28996,830,'_shipping_company','LCA Buffalo'),(28997,830,'_shipping_address_1','2809 Wehrle Drive'),(28998,830,'_shipping_address_2','Suite 10'),(28999,830,'_shipping_city','Williamsville'),(29000,830,'_shipping_state','NY'),(29001,830,'_shipping_postcode','14221'),(29002,830,'_shipping_country','US'),(29003,830,'_order_currency','USD'),(29004,830,'_cart_discount','0'),(29005,830,'_cart_discount_tax','0'),(29006,830,'_order_shipping','46.77'),(29007,830,'_order_shipping_tax','0'),(29008,830,'_order_tax','0'),(29009,830,'_order_total','489.33'),(29010,830,'_order_version','5.9.0'),(29011,830,'_prices_include_tax','no'),(29012,830,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(29013,830,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(29014,830,'is_vat_exempt','no'),(29015,261,'_edit_lock','1637594925:2'),(29016,261,'_edit_last','2'),(29023,831,'_order_key','wc_order_4GtpLvkPZ5FNq'),(29024,831,'_customer_user','26'),(29025,831,'_payment_method','paypal'),(29026,831,'_payment_method_title','PayPal'),(29027,831,'_customer_ip_address','76.125.25.222'),(29028,831,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29029,831,'_created_via','checkout'),(29030,831,'_cart_hash','561e5a7527604d5516e0cd7ed8a8c368'),(29031,831,'_billing_first_name','Andrew'),(29032,831,'_billing_last_name','Crumrine'),(29033,831,'_billing_address_1','3537 Stevens Way'),(29034,831,'_billing_city','Augusta'),(29035,831,'_billing_state','GA'),(29036,831,'_billing_postcode','30907'),(29037,831,'_billing_country','US'),(29038,831,'_billing_email','augustagalice@gmail.com'),(29039,831,'_billing_phone','7063064588'),(29040,831,'_shipping_first_name','Andrew'),(29041,831,'_shipping_last_name','Crumrine'),(29042,831,'_shipping_address_1','3537 Stevens Way'),(29043,831,'_shipping_city','Augusta'),(29044,831,'_shipping_state','GA'),(29045,831,'_shipping_postcode','30907'),(29046,831,'_shipping_country','US'),(29047,831,'_order_currency','USD'),(29048,831,'_cart_discount','0'),(29049,831,'_cart_discount_tax','0'),(29050,831,'_order_shipping','20.35'),(29051,831,'_order_shipping_tax','0'),(29052,831,'_order_tax','0'),(29053,831,'_order_total','446.59'),(29054,831,'_order_version','5.9.0'),(29055,831,'_prices_include_tax','no'),(29056,831,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(29057,831,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(29058,831,'is_vat_exempt','no'),(29059,831,'_edit_lock','1637692862:2'),(29060,831,'_edit_last','2'),(29061,831,'_recorded_coupon_usage_counts','yes'),(29062,819,'_edit_lock','1637609406:2'),(29063,822,'_edit_lock','1637604514:2'),(29064,824,'_edit_lock','1637692495:2'),(29065,823,'_edit_lock','1637609449:2'),(29066,825,'_edit_lock','1637609574:2'),(29067,826,'_edit_lock','1637603559:2'),(29068,826,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063377\";s:12:\"date_shipped\";s:10:\"1637539200\";s:11:\"tracking_id\";s:32:\"0e2a6f8957a6e9e41431615a913e4dd2\";}}'),(29069,826,'_edit_last','2'),(29070,826,'_date_completed','1637603616'),(29071,826,'_completed_date','2021-11-22 17:53:36'),(29072,820,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063333\";s:12:\"date_shipped\";s:10:\"1637539200\";s:11:\"tracking_id\";s:32:\"f33926b8c04131b2d5e0e31e23ebc10f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063322\";s:12:\"date_shipped\";i:1637604009;s:11:\"tracking_id\";s:32:\"5ff66102ec9189016eb5784459432a39\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063311\";s:12:\"date_shipped\";i:1637604017;s:11:\"tracking_id\";s:32:\"0c40e4626af5c099f26d1aa18452f2f9\";}}'),(29073,820,'_date_completed','1637604020'),(29074,820,'_completed_date','2021-11-22 18:00:20'),(29075,822,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063399\";s:12:\"date_shipped\";s:10:\"1637539200\";s:11:\"tracking_id\";s:32:\"03aec3113f26c4f987a6ea8692c832c9\";}}'),(29076,822,'_edit_last','2'),(29077,822,'_date_completed','1637604131'),(29078,822,'_completed_date','2021-11-22 18:02:11'),(29081,832,'_order_key','wc_order_ElkgxkWbUZ1QB'),(29082,832,'_customer_user','87'),(29083,832,'_payment_method','paypal'),(29084,832,'_payment_method_title','PayPal'),(29085,832,'_customer_ip_address','70.189.75.106'),(29086,832,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(29087,832,'_created_via','checkout'),(29088,832,'_cart_hash','4cd07cbfcb91206fcbe9a6eefb9050ee'),(29089,832,'_billing_first_name','Katee'),(29090,832,'_billing_last_name','Morrison'),(29091,832,'_billing_company','LCA Midsouth'),(29092,832,'_billing_address_1','748 Brookwood Dr Apt 103'),(29093,832,'_billing_city','OKC'),(29094,832,'_billing_state','OK'),(29095,832,'_billing_postcode','73139'),(29096,832,'_billing_country','US'),(29097,832,'_billing_email','info@liceclinicsmidsouth.com'),(29098,832,'_billing_phone','4055744820'),(29099,832,'_shipping_first_name','Katee'),(29100,832,'_shipping_last_name','Morrison'),(29101,832,'_shipping_company','Lice Clinics of America'),(29102,832,'_shipping_address_1','748 Brookwood Dr'),(29103,832,'_shipping_address_2','Apt 103'),(29104,832,'_shipping_city','OKC'),(29105,832,'_shipping_state','OK'),(29106,832,'_shipping_postcode','73139'),(29107,832,'_shipping_country','US'),(29108,832,'_order_currency','USD'),(29109,832,'_cart_discount','0'),(29110,832,'_cart_discount_tax','0'),(29111,832,'_order_shipping','11.71'),(29112,832,'_order_shipping_tax','0'),(29113,832,'_order_tax','0'),(29114,832,'_order_total','104.21'),(29115,832,'_order_version','5.9.0'),(29116,832,'_prices_include_tax','no'),(29117,832,'_billing_address_index','Katee Morrison LCA Midsouth 748 Brookwood Dr Apt 103  OKC OK 73139 US info@liceclinicsmidsouth.com 4055744820'),(29118,832,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103 OKC OK 73139 US '),(29119,832,'is_vat_exempt','no'),(29120,832,'Payment type','instant'),(29121,832,'_transaction_id','8SH54581WJ049834E'),(29122,832,'_paypal_status','completed'),(29123,832,'PayPal Transaction Fee','4.13'),(29124,832,'_date_paid','1637606535'),(29125,832,'_paid_date','2021-11-22 18:42:15'),(29126,832,'_download_permissions_granted','yes'),(29127,832,'_recorded_sales','yes'),(29128,832,'_recorded_coupon_usage_counts','yes'),(29129,832,'_order_stock_reduced','yes'),(29130,832,'_new_order_email_sent','true'),(29131,833,'_order_key','wc_order_6tQXVGQd3qejb'),(29132,833,'_customer_user','87'),(29133,833,'_payment_method','paypal'),(29134,833,'_payment_method_title','PayPal'),(29135,833,'_customer_ip_address','70.189.75.106'),(29136,833,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(29137,833,'_created_via','checkout'),(29138,833,'_cart_hash','823a04cb47ef8acbe623af52d613d4f8'),(29139,833,'_billing_first_name','Wade'),(29140,833,'_billing_last_name','Huntsman'),(29141,833,'_billing_company','LCA Midsouth'),(29142,833,'_billing_address_1','1104 E 25th St'),(29143,833,'_billing_city','Tulsa'),(29144,833,'_billing_state','OK'),(29145,833,'_billing_postcode','74114'),(29146,833,'_billing_country','US'),(29147,833,'_billing_email','info@liceclinicsmidsouth.com'),(29148,833,'_billing_phone','9189783329'),(29149,833,'_shipping_first_name','Wade'),(29150,833,'_shipping_last_name','Huntsman'),(29151,833,'_shipping_company','Lice Clinics of America'),(29152,833,'_shipping_address_1','3421 E 21st St'),(29153,833,'_shipping_city','Tulsa'),(29154,833,'_shipping_state','OK'),(29155,833,'_shipping_postcode','74114'),(29156,833,'_shipping_country','US'),(29157,833,'_order_currency','USD'),(29158,833,'_cart_discount','0'),(29159,833,'_cart_discount_tax','0'),(29160,833,'_order_shipping','16.44'),(29161,833,'_order_shipping_tax','0'),(29162,833,'_order_tax','0'),(29163,833,'_order_total','201.44'),(29164,833,'_order_version','5.9.0'),(29165,833,'_prices_include_tax','no'),(29166,833,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(29167,833,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st St  Tulsa OK 74114 US '),(29168,833,'is_vat_exempt','no'),(29169,833,'Payment type','instant'),(29170,833,'_transaction_id','74296633EG900445C'),(29171,833,'_paypal_status','completed'),(29172,833,'PayPal Transaction Fee','7.52'),(29173,833,'_date_paid','1637606723'),(29174,833,'_paid_date','2021-11-22 18:45:23'),(29175,833,'_download_permissions_granted','yes'),(29176,833,'_recorded_sales','yes'),(29177,833,'_recorded_coupon_usage_counts','yes'),(29178,833,'_order_stock_reduced','yes'),(29179,833,'_new_order_email_sent','true'),(29180,829,'_edit_lock','1637694447:2'),(29181,832,'_edit_lock','1637692637:2'),(29182,833,'_edit_lock','1637692688:2'),(29183,819,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063138\";s:12:\"date_shipped\";s:10:\"1637193600\";s:11:\"tracking_id\";s:32:\"53aefe842cad8f37f2b6b5e0b9ed57f0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063127\";s:12:\"date_shipped\";s:10:\"1637193600\";s:11:\"tracking_id\";s:32:\"7fcdd34fcf4440798bdcb61f718e5127\";}}'),(29184,819,'_edit_last','2'),(29185,819,'_date_completed','1637609504'),(29186,819,'_completed_date','2021-11-22 19:31:44'),(29187,823,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063296\";s:12:\"date_shipped\";s:10:\"1637280000\";s:11:\"tracking_id\";s:32:\"58609a4efe76aad998c61a7f800431c1\";}}'),(29188,823,'_edit_last','2'),(29189,823,'_date_completed','1637609580'),(29190,823,'_completed_date','2021-11-22 19:33:00'),(29191,824,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063355\";s:12:\"date_shipped\";s:10:\"1637366400\";s:11:\"tracking_id\";s:32:\"12e9fee3e34b214055942733b0c1db27\";}}'),(29192,824,'_edit_last','2'),(29193,825,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063344\";s:12:\"date_shipped\";s:10:\"1637366400\";s:11:\"tracking_id\";s:32:\"a3b53baa4d88b16172050f0460332ae7\";}}'),(29194,825,'_edit_last','2'),(29195,825,'_date_completed','1637609687'),(29196,825,'_completed_date','2021-11-22 19:34:47'),(29197,821,'_edit_lock','1638562624:2'),(29198,830,'_edit_lock','1637692826:2'),(29199,821,'_edit_last','2'),(29200,821,'_recorded_coupon_usage_counts','yes'),(29201,830,'_edit_last','2'),(29202,830,'_recorded_coupon_usage_counts','yes'),(29203,830,'Payment type','instant'),(29204,830,'_transaction_id','75B440597P899410W'),(29205,830,'_paypal_status','completed'),(29206,830,'PayPal Transaction Fee','17.57'),(29207,830,'_date_paid','1637615712'),(29208,830,'_paid_date','2021-11-22 21:15:12'),(29209,830,'_download_permissions_granted','yes'),(29210,830,'_recorded_sales','yes'),(29211,830,'_order_stock_reduced','yes'),(29212,830,'_new_order_email_sent','true'),(29213,834,'_order_key','wc_order_E5oYpD0lyTgJX'),(29214,834,'_customer_user','6'),(29215,834,'_payment_method','paypal'),(29216,834,'_payment_method_title','PayPal'),(29217,834,'_customer_ip_address','73.235.108.240'),(29218,834,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36'),(29219,834,'_created_via','checkout'),(29220,834,'_cart_hash','b769352b75d9b80e8754a0405689ce59'),(29221,834,'_billing_first_name','Amira'),(29222,834,'_billing_last_name','Purto'),(29223,834,'_billing_address_1','2628 Acapulco Way'),(29224,834,'_billing_city','Modesto'),(29225,834,'_billing_state','CA'),(29226,834,'_billing_postcode','95355'),(29227,834,'_billing_country','US'),(29228,834,'_billing_email','amira77@sbcglobal.net'),(29229,834,'_billing_phone','2096422061'),(29230,834,'_shipping_first_name','Amira'),(29231,834,'_shipping_last_name','Purto'),(29232,834,'_shipping_address_1','2628 Acapulco Way'),(29233,834,'_shipping_city','Modesto'),(29234,834,'_shipping_state','CA'),(29235,834,'_shipping_postcode','95355'),(29236,834,'_shipping_country','US'),(29237,834,'_order_currency','USD'),(29238,834,'_cart_discount','0'),(29239,834,'_cart_discount_tax','0'),(29240,834,'_order_shipping','0'),(29241,834,'_order_shipping_tax','0'),(29242,834,'_order_tax','0'),(29243,834,'_order_total','990.80'),(29244,834,'_order_version','5.9.0'),(29245,834,'_prices_include_tax','no'),(29246,834,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(29247,834,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(29248,834,'is_vat_exempt','no'),(29249,834,'Payment type','instant'),(29250,834,'_transaction_id','8UD20333YN086842A'),(29251,834,'_paypal_status','completed'),(29252,834,'PayPal Transaction Fee','35.07'),(29253,834,'_date_paid','1637617767'),(29254,834,'_paid_date','2021-11-22 21:49:27'),(29255,834,'_download_permissions_granted','yes'),(29256,834,'_recorded_sales','yes'),(29257,834,'_recorded_coupon_usage_counts','yes'),(29258,834,'_order_stock_reduced','yes'),(29259,834,'_new_order_email_sent','true'),(29260,835,'_order_key','wc_order_McBBwg0LNo2DZ'),(29261,835,'_customer_user','11'),(29262,835,'_payment_method','paypal'),(29263,835,'_payment_method_title','PayPal'),(29264,835,'_customer_ip_address','74.130.231.217'),(29265,835,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(29266,835,'_created_via','checkout'),(29267,835,'_cart_hash','f88911ae228889804d9c27769ea80ac4'),(29268,835,'_billing_first_name','Tina'),(29269,835,'_billing_last_name','Hunt'),(29270,835,'_billing_company','LCBG, LLC'),(29271,835,'_billing_address_1','830 Fairview Ave.'),(29272,835,'_billing_address_2','Suite A-4'),(29273,835,'_billing_city','Bowling Green'),(29274,835,'_billing_state','KY'),(29275,835,'_billing_postcode','42101'),(29276,835,'_billing_country','US'),(29277,835,'_billing_email','info@liceclinicsbowlinggreen.com'),(29278,835,'_billing_phone','2709996803'),(29279,835,'_shipping_first_name','Tina'),(29280,835,'_shipping_last_name','Hunt'),(29281,835,'_shipping_address_1','494 Hub Boulevard'),(29282,835,'_shipping_address_2','Apt 1012'),(29283,835,'_shipping_city','Bowling Green'),(29284,835,'_shipping_state','KY'),(29285,835,'_shipping_postcode','42101'),(29286,835,'_shipping_country','US'),(29287,835,'_order_currency','USD'),(29288,835,'_cart_discount','0'),(29289,835,'_cart_discount_tax','0'),(29290,835,'_order_shipping','19.76'),(29291,835,'_order_shipping_tax','0'),(29292,835,'_order_tax','0'),(29293,835,'_order_total','460.22'),(29294,835,'_order_version','5.9.0'),(29295,835,'_prices_include_tax','no'),(29296,835,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(29297,835,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(29298,835,'is_vat_exempt','no'),(29299,835,'Payment type','instant'),(29300,835,'_transaction_id','0AY77049JL0507216'),(29301,835,'_paypal_status','completed'),(29302,835,'PayPal Transaction Fee','16.55'),(29303,835,'_date_paid','1637621039'),(29304,835,'_paid_date','2021-11-22 22:43:59'),(29305,835,'_download_permissions_granted','yes'),(29306,835,'_recorded_sales','yes'),(29307,835,'_recorded_coupon_usage_counts','yes'),(29308,835,'_order_stock_reduced','yes'),(29309,835,'_new_order_email_sent','true'),(29348,831,'Payment type','instant'),(29349,831,'_transaction_id','16A20384P0304424V'),(29350,831,'_paypal_status','completed'),(29351,831,'PayPal Transaction Fee','16.08'),(29352,831,'_date_paid','1637672987'),(29353,831,'_paid_date','2021-11-23 13:09:47'),(29354,831,'_download_permissions_granted','yes'),(29355,831,'_recorded_sales','yes'),(29356,831,'_order_stock_reduced','yes'),(29357,831,'_new_order_email_sent','true'),(29358,837,'_order_key','wc_order_pTetlBtywJ2J2'),(29359,837,'_customer_user','78'),(29360,837,'_payment_method','paypal'),(29361,837,'_payment_method_title','PayPal'),(29362,837,'_customer_ip_address','108.54.149.237'),(29363,837,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(29364,837,'_created_via','checkout'),(29365,837,'_cart_hash','b5c8bead3ef95d3e8b1c8e3f4dd52605'),(29366,837,'_billing_first_name','Richard'),(29367,837,'_billing_last_name','Florsheim'),(29368,837,'_billing_company','Licura'),(29369,837,'_billing_address_1','3827 w fairway heights dr'),(29370,837,'_billing_city','Mequon'),(29371,837,'_billing_state','WI'),(29372,837,'_billing_postcode','53092'),(29373,837,'_billing_country','US'),(29374,837,'_billing_email','tara@liceclinicslongIsland.com'),(29375,837,'_billing_phone','5619006382'),(29376,837,'_shipping_first_name','Tara'),(29377,837,'_shipping_last_name','Johnson'),(29378,837,'_shipping_company','LCA'),(29379,837,'_shipping_address_1','599 w.Hartsdale ave'),(29380,837,'_shipping_city','Whiteplains'),(29381,837,'_shipping_state','NY'),(29382,837,'_shipping_postcode','10607'),(29383,837,'_shipping_country','US'),(29384,837,'_order_currency','USD'),(29385,837,'_cart_discount','0'),(29386,837,'_cart_discount_tax','0'),(29387,837,'_order_shipping','23.59'),(29388,837,'_order_shipping_tax','0'),(29389,837,'_order_tax','0'),(29390,837,'_order_total','177.55'),(29391,837,'_order_version','5.9.0'),(29392,837,'_prices_include_tax','no'),(29393,837,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(29394,837,'_shipping_address_index','Tara Johnson LCA 599 w.Hartsdale ave  Whiteplains NY 10607 US '),(29395,837,'is_vat_exempt','no'),(29396,834,'_edit_lock','1637692756:2'),(29397,835,'_edit_lock','1637692840:2'),(29398,824,'_date_completed','1637692566'),(29399,824,'_completed_date','2021-11-23 18:36:06'),(29400,833,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063540\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"a02ec853a97fc440e1867630e19f0890\";}}'),(29401,833,'_edit_last','2'),(29402,833,'_date_completed','1637692675'),(29403,833,'_completed_date','2021-11-23 18:37:55'),(29404,832,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063539\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"be6e575818eb719d7c2c64490d4c0749\";}}'),(29405,832,'_edit_last','2'),(29406,832,'_date_completed','1637692732'),(29407,832,'_completed_date','2021-11-23 18:38:52'),(29408,830,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063609\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"a441b359139ba10c9365f94402995d3e\";}}'),(29409,830,'_date_completed','1637692804'),(29410,830,'_completed_date','2021-11-23 18:40:04'),(29416,834,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063631\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"9a1ffba44cb1c8d609f7d336dff73ccb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063620\";s:12:\"date_shipped\";i:1637692858;s:11:\"tracking_id\";s:32:\"07b293b02d08599718847fbca04a0b51\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063610\";s:12:\"date_shipped\";i:1637692865;s:11:\"tracking_id\";s:32:\"55628451a2e7e6da316ed0ec2c0ee9c8\";}}'),(29417,834,'_edit_last','2'),(29418,834,'_date_completed','1637692868'),(29419,834,'_completed_date','2021-11-23 18:41:08'),(29420,835,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063653\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"2db635862bdbaccb7e4fea4b18cd33bf\";}}'),(29421,835,'_edit_last','2'),(29422,835,'_date_completed','1637692926'),(29423,835,'_completed_date','2021-11-23 18:42:06'),(29424,831,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063664\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"87f4e6d3069cbe3223d6343b7c9db804\";}}'),(29425,831,'_date_completed','1637692996'),(29426,831,'_completed_date','2021-11-23 18:43:16'),(29428,838,'_order_key','wc_order_MZNOxQDjf40Hn'),(29429,838,'_customer_user','51'),(29430,838,'_payment_method','paypal'),(29431,838,'_payment_method_title','PayPal'),(29432,838,'_customer_ip_address','73.0.148.33'),(29433,838,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29434,838,'_created_via','checkout'),(29435,838,'_cart_hash','940a4a2318323f4e85e51d2196779ad3'),(29436,838,'_billing_first_name','Corie'),(29437,838,'_billing_last_name','Kaniamos'),(29438,838,'_billing_address_1','5026 Tildens Grove Blvd'),(29439,838,'_billing_city','Windermere'),(29440,838,'_billing_state','FL'),(29441,838,'_billing_postcode','34786'),(29442,838,'_billing_country','US'),(29443,838,'_billing_email','corie@liceclinicsofflorida.com'),(29444,838,'_billing_phone','6163406321'),(29445,838,'_shipping_first_name','Maria'),(29446,838,'_shipping_last_name','Hagg'),(29447,838,'_shipping_company','LCA STUART FL'),(29448,838,'_shipping_address_1','17 Via Lucindia Dr South'),(29449,838,'_shipping_city','Stuart'),(29450,838,'_shipping_state','FL'),(29451,838,'_shipping_postcode','34996'),(29452,838,'_shipping_country','US'),(29453,838,'_order_currency','USD'),(29454,838,'_cart_discount','0'),(29455,838,'_cart_discount_tax','0'),(29456,838,'_order_shipping','13.87'),(29457,838,'_order_shipping_tax','0'),(29458,838,'_order_tax','0'),(29459,838,'_order_total','70.87'),(29460,838,'_order_version','5.9.0'),(29461,838,'_prices_include_tax','no'),(29462,838,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(29463,838,'_shipping_address_index','Maria Hagg LCA STUART FL 17 Via Lucindia Dr South  Stuart FL 34996 US '),(29466,838,'is_vat_exempt','no'),(29467,829,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063528\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"31c303ad4dc2644e50ee6ef439862455\";}}'),(29468,829,'_edit_last','2'),(29469,829,'_date_completed','1637694151'),(29470,829,'_completed_date','2021-11-23 19:02:31'),(29471,838,'Payment type','instant'),(29472,838,'_transaction_id','7WD303711C153525C'),(29473,838,'_paypal_status','completed'),(29474,838,'PayPal Transaction Fee','2.96'),(29475,838,'_date_paid','1637694214'),(29476,838,'_paid_date','2021-11-23 19:03:34'),(29477,838,'_download_permissions_granted','yes'),(29478,838,'_recorded_sales','yes'),(29479,838,'_recorded_coupon_usage_counts','yes'),(29480,838,'_order_stock_reduced','yes'),(29481,838,'_new_order_email_sent','true'),(29482,838,'_edit_lock','1638200405:2'),(29487,839,'_order_key','wc_order_9tDWkRK6OwjHF'),(29488,839,'_customer_user','23'),(29489,839,'_payment_method','paypal'),(29490,839,'_payment_method_title','PayPal'),(29491,839,'_customer_ip_address','67.164.84.44'),(29492,839,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(29493,839,'_created_via','checkout'),(29494,839,'_cart_hash','38f26ff5d8ce5e8d26912413cf7ef500'),(29495,839,'_billing_first_name','Jackie'),(29496,839,'_billing_last_name','Huynh'),(29497,839,'_billing_company','Lice Clinics of America - San Francisco'),(29498,839,'_billing_address_1','1121 San Anselmo Ave'),(29499,839,'_billing_city','Millbrae'),(29500,839,'_billing_state','CA'),(29501,839,'_billing_postcode','94030'),(29502,839,'_billing_country','US'),(29503,839,'_billing_email','liceclinicssf@gmail.com'),(29504,839,'_billing_phone','4087806936'),(29505,839,'_shipping_first_name','Jackie'),(29506,839,'_shipping_last_name','Huynh'),(29507,839,'_shipping_company','Lice Clinics of America - San Francisco'),(29508,839,'_shipping_address_1','1121 San Anselmo Ave'),(29509,839,'_shipping_city','Millbrae'),(29510,839,'_shipping_state','CA'),(29511,839,'_shipping_postcode','94030'),(29512,839,'_shipping_country','US'),(29513,839,'_order_currency','USD'),(29514,839,'_cart_discount','0'),(29515,839,'_cart_discount_tax','0'),(29516,839,'_order_shipping','0'),(29517,839,'_order_shipping_tax','0'),(29518,839,'_order_tax','0'),(29519,839,'_order_total','920.20'),(29520,839,'_order_version','5.9.0'),(29521,839,'_prices_include_tax','no'),(29522,839,'_billing_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US liceclinicssf@gmail.com 4087806936'),(29523,839,'_shipping_address_index','Jackie Huynh Lice Clinics of America - San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US '),(29524,839,'is_vat_exempt','no'),(29525,840,'_order_key','wc_order_6jzf9cEMmvj59'),(29526,840,'_customer_user','46'),(29527,840,'_payment_method','paypal'),(29528,840,'_payment_method_title','PayPal'),(29529,840,'_customer_ip_address','216.163.6.72'),(29530,840,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29531,840,'_created_via','checkout'),(29532,840,'_cart_hash','41004334994e5bd9e25368e67ce65752'),(29533,840,'_billing_first_name','Shannon'),(29534,840,'_billing_last_name','Steele'),(29535,840,'_billing_company','SBS Investments'),(29536,840,'_billing_address_1','1702 Hazelwood Court'),(29537,840,'_billing_city','Jonesboro'),(29538,840,'_billing_state','AR'),(29539,840,'_billing_postcode','72401'),(29540,840,'_billing_country','US'),(29541,840,'_billing_email','info@liceclinicsjonesboro.com'),(29542,840,'_billing_phone','8709262731'),(29543,840,'_shipping_first_name','Shannon'),(29544,840,'_shipping_last_name','Steele'),(29545,840,'_shipping_company','SBS Investments/LCA- Jonesboro'),(29546,840,'_shipping_address_1','3106 Orval Orlan Drive'),(29547,840,'_shipping_address_2','Suite D'),(29548,840,'_shipping_city','Jonesboro'),(29549,840,'_shipping_state','AR'),(29550,840,'_shipping_postcode','72404'),(29551,840,'_shipping_country','US'),(29552,840,'_order_currency','USD'),(29553,840,'_cart_discount','0'),(29554,840,'_cart_discount_tax','0'),(29555,840,'_order_shipping','12.78'),(29556,840,'_order_shipping_tax','0'),(29557,840,'_order_tax','0'),(29558,840,'_order_total','12.78'),(29559,840,'_order_version','5.9.0'),(29560,840,'_prices_include_tax','no'),(29561,840,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(29562,840,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(29563,840,'is_vat_exempt','no'),(29564,840,'Payment type','instant'),(29565,840,'_transaction_id','7FK4803353957473V'),(29566,840,'_paypal_status','completed'),(29567,840,'PayPal Transaction Fee','0.94'),(29568,840,'_date_paid','1638034808'),(29569,840,'_paid_date','2021-11-27 17:40:08'),(29570,840,'_download_permissions_granted','yes'),(29571,840,'_recorded_sales','yes'),(29572,840,'_recorded_coupon_usage_counts','yes'),(29573,840,'_order_stock_reduced','yes'),(29574,840,'_new_order_email_sent','true'),(29575,841,'_order_key','wc_order_j9k1Wbz4n271x'),(29576,841,'_customer_user','94'),(29577,841,'_payment_method','paypal'),(29578,841,'_payment_method_title','PayPal'),(29579,841,'_customer_ip_address','76.200.128.12'),(29580,841,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(29581,841,'_created_via','checkout'),(29582,841,'_cart_hash','1d2e776159688d09be29b774017d36e0'),(29583,841,'_billing_first_name','Dacy'),(29584,841,'_billing_last_name','Hitt'),(29585,841,'_billing_address_1','8850 Penbrooke ct'),(29586,841,'_billing_city','Cumming'),(29587,841,'_billing_state','GA'),(29588,841,'_billing_postcode','30028'),(29589,841,'_billing_country','US'),(29590,841,'_billing_email','dacy1016@gmail.com'),(29591,841,'_billing_phone','7705965455'),(29592,841,'_shipping_first_name','Dacy'),(29593,841,'_shipping_last_name','Hitt'),(29594,841,'_shipping_address_1','102 Mary Alice Park rd'),(29595,841,'_shipping_address_2','Suite 503'),(29596,841,'_shipping_city','Cumming'),(29597,841,'_shipping_state','GA'),(29598,841,'_shipping_postcode','30040'),(29599,841,'_shipping_country','US'),(29600,841,'_order_currency','USD'),(29601,841,'_cart_discount','0'),(29602,841,'_cart_discount_tax','0'),(29603,841,'_order_shipping','43.89'),(29604,841,'_order_shipping_tax','0'),(29605,841,'_order_tax','0'),(29606,841,'_order_total','538.91'),(29607,841,'_order_version','5.9.0'),(29608,841,'_prices_include_tax','no'),(29609,841,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(29610,841,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(29611,841,'is_vat_exempt','no'),(29612,842,'_order_key','wc_order_W8saSrJ2bjkUZ'),(29613,842,'_customer_user','80'),(29614,842,'_payment_method','paypal'),(29615,842,'_payment_method_title','PayPal'),(29616,842,'_customer_ip_address','174.198.212.185'),(29617,842,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(29618,842,'_created_via','checkout'),(29619,842,'_cart_hash','0fa5dab0e6c2614d18de85f85e3dfad6'),(29620,842,'_billing_first_name','Sharon'),(29621,842,'_billing_last_name','Rizzuto'),(29622,842,'_billing_address_1','143 Merion Ave'),(29623,842,'_billing_city','Narberth'),(29624,842,'_billing_state','PA'),(29625,842,'_billing_postcode','19072'),(29626,842,'_billing_country','US'),(29627,842,'_billing_email','liceclinicphilly@gmail.com'),(29628,842,'_billing_phone','2155141903'),(29629,842,'_shipping_first_name','Sharon'),(29630,842,'_shipping_last_name','Rizzuto'),(29631,842,'_shipping_company','LCA Philly'),(29632,842,'_shipping_address_1','1982 Butler pike'),(29633,842,'_shipping_address_2','#4'),(29634,842,'_shipping_city','Conshohocken'),(29635,842,'_shipping_state','PA'),(29636,842,'_shipping_postcode','19428'),(29637,842,'_shipping_country','US'),(29638,842,'_order_currency','USD'),(29639,842,'_cart_discount','0'),(29640,842,'_cart_discount_tax','0'),(29641,842,'_order_shipping','17.15'),(29642,842,'_order_shipping_tax','0'),(29643,842,'_order_tax','0'),(29644,842,'_order_total','56.15'),(29645,842,'_order_version','5.9.0'),(29646,842,'_prices_include_tax','no'),(29647,842,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(29648,842,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US '),(29649,842,'is_vat_exempt','no'),(29653,837,'_edit_lock','1638217057:2'),(29654,837,'_edit_last','2'),(29655,837,'_recorded_coupon_usage_counts','yes'),(29656,837,'Payment type','instant'),(29657,837,'_transaction_id','4L971414DA851615M'),(29658,837,'_paypal_status','completed'),(29659,837,'PayPal Transaction Fee','6.69'),(29660,837,'_date_paid','1638124246'),(29661,837,'_paid_date','2021-11-28 18:30:46'),(29662,837,'_download_permissions_granted','yes'),(29663,837,'_recorded_sales','yes'),(29664,837,'_order_stock_reduced','yes'),(29665,837,'_new_order_email_sent','true'),(29666,844,'_order_key','wc_order_L09ftPfdoeHcO'),(29667,844,'_customer_user','79'),(29668,844,'_payment_method','paypal'),(29669,844,'_payment_method_title','PayPal'),(29670,844,'_customer_ip_address','76.72.44.28'),(29671,844,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(29672,844,'_created_via','checkout'),(29673,844,'_cart_hash','00f9e272539a16bef8e98f5c571e9064'),(29674,844,'_billing_first_name','Shanna'),(29675,844,'_billing_last_name','Castille'),(29676,844,'_billing_address_1','1097 Hundley Rd'),(29677,844,'_billing_city','Eunice'),(29678,844,'_billing_state','LA'),(29679,844,'_billing_postcode','70535'),(29680,844,'_billing_country','US'),(29681,844,'_billing_email','Shanna_sr09@yahoo.com'),(29682,844,'_billing_phone','3374668998'),(29683,844,'_shipping_first_name','Shanna'),(29684,844,'_shipping_last_name','Castille'),(29685,844,'_shipping_address_1','1097 Hundley Rd'),(29686,844,'_shipping_city','eunice'),(29687,844,'_shipping_state','LA'),(29688,844,'_shipping_postcode','70535'),(29689,844,'_shipping_country','US'),(29690,844,'_order_currency','USD'),(29691,844,'_cart_discount','0'),(29692,844,'_cart_discount_tax','0'),(29693,844,'_order_shipping','18.59'),(29694,844,'_order_shipping_tax','0'),(29695,844,'_order_tax','0'),(29696,844,'_order_total','292.19'),(29697,844,'_order_version','5.9.0'),(29698,844,'_prices_include_tax','no'),(29699,844,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(29700,844,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(29701,844,'is_vat_exempt','no'),(29702,844,'Payment type','instant'),(29703,844,'_transaction_id','15566604FV784402Y'),(29704,844,'_paypal_status','completed'),(29705,844,'PayPal Transaction Fee','10.69'),(29706,844,'_date_paid','1638135751'),(29707,844,'_paid_date','2021-11-28 21:42:31'),(29708,844,'_download_permissions_granted','yes'),(29709,844,'_recorded_sales','yes'),(29710,844,'_recorded_coupon_usage_counts','yes'),(29711,844,'_order_stock_reduced','yes'),(29712,844,'_new_order_email_sent','true'),(29713,845,'_order_key','wc_order_upyZfcRi71urf'),(29714,845,'_customer_user','71'),(29715,845,'_payment_method','paypal'),(29716,845,'_payment_method_title','PayPal'),(29717,845,'_customer_ip_address','83.50.55.39'),(29718,845,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(29719,845,'_created_via','checkout'),(29720,845,'_cart_hash','3324e211c7de7c70c721f947ac260cc4'),(29721,845,'_billing_first_name','Mercedes'),(29722,845,'_billing_last_name','Domingo'),(29723,845,'_billing_company','JAMIC LLC'),(29724,845,'_billing_address_1','3525 Del Mar Heights Road'),(29725,845,'_billing_address_2','#1014'),(29726,845,'_billing_city','San Diego'),(29727,845,'_billing_state','CA'),(29728,845,'_billing_postcode','92130'),(29729,845,'_billing_country','US'),(29730,845,'_billing_email','mdomingo@extramile.es'),(29731,845,'_billing_phone','8582498337'),(29732,845,'_shipping_first_name','Azucena'),(29733,845,'_shipping_last_name','Villagomez'),(29734,845,'_shipping_address_1','122 E. 17th St'),(29735,845,'_shipping_city','National City'),(29736,845,'_shipping_state','CA'),(29737,845,'_shipping_postcode','91950'),(29738,845,'_shipping_country','US'),(29739,845,'_order_currency','USD'),(29740,845,'_cart_discount','0'),(29741,845,'_cart_discount_tax','0'),(29742,845,'_order_shipping','0'),(29743,845,'_order_shipping_tax','0'),(29744,845,'_order_tax','0'),(29745,845,'_order_total','1524.04'),(29746,845,'_order_version','5.9.0'),(29747,845,'_prices_include_tax','no'),(29748,845,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(29749,845,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US '),(29750,845,'is_vat_exempt','no'),(29751,846,'_order_key','wc_order_zwpL7yimDjdhy'),(29752,846,'_customer_user','67'),(29753,846,'_payment_method','paypal'),(29754,846,'_payment_method_title','PayPal'),(29755,846,'_customer_ip_address','74.77.55.50'),(29756,846,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29757,846,'_created_via','checkout'),(29758,846,'_cart_hash','507775b0c265f2d949a94d528e48e498'),(29759,846,'_billing_first_name','Marnie'),(29760,846,'_billing_last_name','Murray'),(29761,846,'_billing_company','Naughty Nits'),(29762,846,'_billing_address_1','2809 Wehrle Drive'),(29763,846,'_billing_address_2','Suite 10'),(29764,846,'_billing_city','Williamsville'),(29765,846,'_billing_state','NY'),(29766,846,'_billing_postcode','14221'),(29767,846,'_billing_country','US'),(29768,846,'_billing_email','liceclinicsupstateny@gmail.com'),(29769,846,'_billing_phone','7166265423'),(29770,846,'_shipping_first_name','Marnie'),(29771,846,'_shipping_last_name','Murray'),(29772,846,'_shipping_company','LCA Buffalo'),(29773,846,'_shipping_address_1','2809 Wehrle Drive'),(29774,846,'_shipping_address_2','Suite 10'),(29775,846,'_shipping_city','Williamsville'),(29776,846,'_shipping_state','NY'),(29777,846,'_shipping_postcode','14221'),(29778,846,'_shipping_country','US'),(29779,846,'_order_currency','USD'),(29780,846,'_cart_discount','0'),(29781,846,'_cart_discount_tax','0'),(29782,846,'_order_shipping','0'),(29783,846,'_order_shipping_tax','0'),(29784,846,'_order_tax','0'),(29785,846,'_order_total','566.40'),(29786,846,'_order_version','5.9.0'),(29787,846,'_prices_include_tax','no'),(29788,846,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(29789,846,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(29790,846,'is_vat_exempt','no'),(29791,846,'Payment type','instant'),(29792,846,'_transaction_id','6906447730868474H'),(29793,846,'_paypal_status','completed'),(29794,846,'PayPal Transaction Fee','20.26'),(29795,846,'_date_paid','1638197627'),(29796,846,'_paid_date','2021-11-29 14:53:47'),(29797,846,'_download_permissions_granted','yes'),(29798,846,'_recorded_sales','yes'),(29799,846,'_recorded_coupon_usage_counts','yes'),(29800,846,'_order_stock_reduced','yes'),(29801,846,'_new_order_email_sent','true'),(29802,842,'_edit_lock','1638976792:2'),(29803,841,'_edit_lock','1638226094:2'),(29804,842,'_edit_last','2'),(29805,842,'_recorded_coupon_usage_counts','yes'),(29806,841,'_edit_last','2'),(29807,841,'_recorded_coupon_usage_counts','yes'),(29808,838,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063686\";s:12:\"date_shipped\";s:10:\"1637625600\";s:11:\"tracking_id\";s:32:\"d4b3d3b7656b5a66f350e3fec1f2b86b\";}}'),(29809,838,'_edit_last','2'),(29810,838,'_date_completed','1638200397'),(29811,838,'_completed_date','2021-11-29 15:39:57'),(29812,841,'Payment type','instant'),(29813,841,'_transaction_id','0JT684898J923463H'),(29814,841,'_paypal_status','completed'),(29815,841,'PayPal Transaction Fee','19.30'),(29816,841,'_date_paid','1638200710'),(29817,841,'_paid_date','2021-11-29 15:45:10'),(29818,841,'_download_permissions_granted','yes'),(29819,841,'_recorded_sales','yes'),(29820,841,'_order_stock_reduced','yes'),(29821,841,'_new_order_email_sent','true'),(29822,847,'_order_key','wc_order_ToD2FMHLBMPa4'),(29823,847,'_customer_user','0'),(29824,847,'_payment_method','paypal'),(29825,847,'_payment_method_title','PayPal'),(29826,847,'_customer_ip_address','70.168.117.2'),(29827,847,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29828,847,'_created_via','checkout'),(29829,847,'_cart_hash','1620220f6004a971f8c5c9b0b72e5b53'),(29830,847,'_billing_first_name','Lee'),(29831,847,'_billing_last_name','Rogers'),(29832,847,'_billing_company','LCA Dublin'),(29833,847,'_billing_address_1','121 North Colby'),(29834,847,'_billing_address_2','Apt 4B2'),(29835,847,'_billing_city','Valley Center'),(29836,847,'_billing_state','KS'),(29837,847,'_billing_postcode','67147'),(29838,847,'_billing_country','US'),(29839,847,'_billing_email','leerogers@flash.net'),(29840,847,'_billing_phone','3167279951'),(29841,847,'_shipping_first_name','Lee'),(29842,847,'_shipping_last_name','Rogers'),(29843,847,'_shipping_company','LCA Dublin'),(29844,847,'_shipping_address_1','121 North Colby'),(29845,847,'_shipping_address_2','Apt 4B2'),(29846,847,'_shipping_city','Valley Center'),(29847,847,'_shipping_state','KS'),(29848,847,'_shipping_postcode','67147'),(29849,847,'_shipping_country','US'),(29850,847,'_order_currency','USD'),(29851,847,'_cart_discount','0'),(29852,847,'_cart_discount_tax','0'),(29853,847,'_order_shipping','0'),(29854,847,'_order_shipping_tax','0'),(29855,847,'_order_tax','0'),(29856,847,'_order_total','1035.04'),(29857,847,'_order_version','5.9.0'),(29858,847,'_prices_include_tax','no'),(29859,847,'_billing_address_index','Lee Rogers LCA Dublin 121 North Colby Apt 4B2 Valley Center KS 67147 US leerogers@flash.net 3167279951'),(29860,847,'_shipping_address_index','Lee Rogers LCA Dublin 121 North Colby Apt 4B2 Valley Center KS 67147 US '),(29861,847,'is_vat_exempt','no'),(29862,847,'Payment type','instant'),(29863,847,'_transaction_id','816509593B220163M'),(29864,847,'_paypal_status','completed'),(29865,847,'PayPal Transaction Fee','36.61'),(29866,847,'_date_paid','1638214395'),(29867,847,'_paid_date','2021-11-29 19:33:15'),(29868,847,'_download_permissions_granted','yes'),(29869,847,'_recorded_sales','yes'),(29870,847,'_recorded_coupon_usage_counts','yes'),(29871,847,'_order_stock_reduced','yes'),(29872,847,'_new_order_email_sent','true'),(29873,848,'_order_key','wc_order_2BNFY82W8tHTx'),(29874,848,'_customer_user','0'),(29875,848,'_payment_method','paypal'),(29876,848,'_payment_method_title','PayPal'),(29877,848,'_customer_ip_address','70.168.117.2'),(29878,848,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(29879,848,'_created_via','checkout'),(29880,848,'_cart_hash','8b587be4affb5271be10cdf36f9d3cd8'),(29881,848,'_billing_first_name','Danniele'),(29882,848,'_billing_last_name','Ritter'),(29883,848,'_billing_company','LCA Wichita'),(29884,848,'_billing_address_1','121 North Colby'),(29885,848,'_billing_city','Valley Center'),(29886,848,'_billing_state','KS'),(29887,848,'_billing_postcode','67147'),(29888,848,'_billing_country','US'),(29889,848,'_billing_email','dritter90@HOTMAIL.com'),(29890,848,'_billing_phone','3166411525'),(29891,848,'_shipping_first_name','Danniele'),(29892,848,'_shipping_last_name','Ritter'),(29893,848,'_shipping_company','LCA Wichita'),(29894,848,'_shipping_address_1','121 North Colby'),(29895,848,'_shipping_city','Valley Center'),(29896,848,'_shipping_state','KS'),(29897,848,'_shipping_postcode','67147'),(29898,848,'_shipping_country','US'),(29899,848,'_order_currency','USD'),(29900,848,'_cart_discount','0'),(29901,848,'_cart_discount_tax','0'),(29902,848,'_order_shipping','14.51'),(29903,848,'_order_shipping_tax','0'),(29904,848,'_order_tax','0'),(29905,848,'_order_total','135.47'),(29906,848,'_order_version','5.9.0'),(29907,848,'_prices_include_tax','no'),(29908,848,'_billing_address_index','Danniele Ritter LCA Wichita 121 North Colby  Valley Center KS 67147 US dritter90@HOTMAIL.com 3166411525'),(29909,848,'_shipping_address_index','Danniele Ritter LCA Wichita 121 North Colby  Valley Center KS 67147 US '),(29910,848,'is_vat_exempt','no'),(29911,848,'Payment type','instant'),(29912,848,'_transaction_id','7LY87937MM8253530'),(29913,848,'_paypal_status','completed'),(29914,848,'PayPal Transaction Fee','5.22'),(29915,848,'_date_paid','1638215034'),(29916,848,'_paid_date','2021-11-29 19:43:54'),(29917,848,'_download_permissions_granted','yes'),(29918,848,'_recorded_sales','yes'),(29919,848,'_recorded_coupon_usage_counts','yes'),(29920,848,'_order_stock_reduced','yes'),(29921,848,'_new_order_email_sent','true'),(29929,849,'_order_key','wc_order_WzdQ5dEdyR6XF'),(29930,849,'_customer_user','36'),(29931,849,'_payment_method','paypal'),(29932,849,'_payment_method_title','PayPal'),(29933,849,'_customer_ip_address','107.77.229.153'),(29934,849,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(29935,849,'_created_via','checkout'),(29936,849,'_cart_hash','648cb756b3913b1fd2110506b4fa4b9e'),(29937,849,'_billing_first_name','Melanie'),(29938,849,'_billing_last_name','Sherman'),(29939,849,'_billing_company','Lice Clinics of Bakersfield'),(29940,849,'_billing_address_1','2920 F ST'),(29941,849,'_billing_address_2','G-9'),(29942,849,'_billing_city','Bakersfield'),(29943,849,'_billing_state','CA'),(29944,849,'_billing_postcode','93301'),(29945,849,'_billing_country','US'),(29946,849,'_billing_email','2920lca@gmail.com'),(29947,849,'_billing_phone','661-616-8900'),(29948,849,'_shipping_first_name','Melanie'),(29949,849,'_shipping_last_name','Sherman'),(29950,849,'_shipping_company','Lice Clinics of Bakersfield'),(29951,849,'_shipping_address_1','2920 F ST'),(29952,849,'_shipping_address_2','G-9'),(29953,849,'_shipping_city','Bakersfield'),(29954,849,'_shipping_state','CA'),(29955,849,'_shipping_postcode','93301'),(29956,849,'_shipping_country','US'),(29957,849,'_order_currency','USD'),(29958,849,'_cart_discount','0'),(29959,849,'_cart_discount_tax','0'),(29960,849,'_order_shipping','25.21'),(29961,849,'_order_shipping_tax','0'),(29962,849,'_order_tax','0'),(29963,849,'_order_total','25.21'),(29964,849,'_order_version','5.9.0'),(29965,849,'_prices_include_tax','no'),(29966,849,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(29967,849,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(29968,849,'is_vat_exempt','no'),(29969,850,'_order_key','wc_order_2qKMzCKStm6tH'),(29970,850,'_customer_user','36'),(29971,850,'_payment_method','paypal'),(29972,850,'_payment_method_title','PayPal'),(29973,850,'_customer_ip_address','107.77.229.153'),(29974,850,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(29975,850,'_created_via','checkout'),(29976,850,'_cart_hash','4fc99f0166e42e5f4c3064e1a8db83eb'),(29977,850,'_billing_first_name','Melanie'),(29978,850,'_billing_last_name','Sherman'),(29979,850,'_billing_company','Lice Clinics of Bakersfield'),(29980,850,'_billing_address_1','2920 F ST'),(29981,850,'_billing_address_2','G-9'),(29982,850,'_billing_city','Bakersfield'),(29983,850,'_billing_state','CA'),(29984,850,'_billing_postcode','93301'),(29985,850,'_billing_country','US'),(29986,850,'_billing_email','2920lca@gmail.com'),(29987,850,'_billing_phone','661-616-8900'),(29988,850,'_shipping_first_name','Melanie'),(29989,850,'_shipping_last_name','Sherman'),(29990,850,'_shipping_company','Lice Clinics of Bakersfield'),(29991,850,'_shipping_address_1','2920 F ST'),(29992,850,'_shipping_address_2','G-9'),(29993,850,'_shipping_city','Bakersfield'),(29994,850,'_shipping_state','CA'),(29995,850,'_shipping_postcode','93301'),(29996,850,'_shipping_country','US'),(29997,850,'_order_currency','USD'),(29998,850,'_cart_discount','0'),(29999,850,'_cart_discount_tax','0'),(30000,850,'_order_shipping','25.21'),(30001,850,'_order_shipping_tax','0'),(30002,850,'_order_tax','0'),(30003,850,'_order_total','25.21'),(30004,850,'_order_version','5.9.0'),(30005,850,'_prices_include_tax','no'),(30006,850,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(30007,850,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(30008,850,'is_vat_exempt','no'),(30089,846,'_edit_lock','1638216924:2'),(30090,846,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063973\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"a33e8623deea10cd463d7022db56cf34\";}}'),(30091,846,'_edit_last','2'),(30092,846,'_date_completed','1638217027'),(30093,846,'_completed_date','2021-11-29 20:17:07'),(30094,840,'_edit_lock','1638217408:2'),(30095,844,'_edit_lock','1638217353:2'),(30096,837,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063907\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"fa186ae4ef3f9b225312e386270c44a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063892\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"5d9e51eb586834d79a92c8a096b7d8af\";}}'),(30097,837,'_date_completed','1638217124'),(30098,837,'_completed_date','2021-11-29 20:18:44'),(30099,844,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063918\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"279a924f5929b94c1504e88e5f6af785\";}}'),(30100,844,'_edit_last','2'),(30101,844,'_date_completed','1638217472'),(30102,844,'_completed_date','2021-11-29 20:24:32'),(30103,840,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953063848\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"df0351df30057dd211c27c614cbf0b3c\";}}'),(30104,840,'_edit_last','2'),(30105,840,'_date_completed','1638217542'),(30106,840,'_completed_date','2021-11-29 20:25:42'),(30107,847,'_edit_lock','1638558437:2'),(30108,848,'_edit_lock','1638558607:2'),(30109,853,'_order_key','wc_order_8JPBbyOr1oUDO'),(30110,853,'_customer_user','31'),(30111,853,'_payment_method','paypal'),(30112,853,'_payment_method_title','PayPal'),(30113,853,'_customer_ip_address','72.215.39.64'),(30114,853,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(30115,853,'_created_via','checkout'),(30116,853,'_cart_hash','f6e0d3132d375d7e6836e8c4115a6933'),(30117,853,'_billing_first_name','Lesley'),(30118,853,'_billing_last_name','Prince'),(30119,853,'_billing_company','LCA Emerald Coast'),(30120,853,'_billing_address_1','128 Eglin Parkway SE'),(30121,853,'_billing_city','Fort Walton Beach'),(30122,853,'_billing_state','FL'),(30123,853,'_billing_postcode','32548'),(30124,853,'_billing_country','US'),(30125,853,'_billing_email','info@liceclinicsemeraldcoast.com'),(30126,853,'_billing_phone','6018321465'),(30127,853,'_shipping_first_name','Lesley'),(30128,853,'_shipping_last_name','Prince'),(30129,853,'_shipping_company','LCA Fort Walton Beach'),(30130,853,'_shipping_address_1','128 Eglin Pkwy SE'),(30131,853,'_shipping_city','Fort Walton Beach'),(30132,853,'_shipping_state','FL'),(30133,853,'_shipping_postcode','32548'),(30134,853,'_shipping_country','US'),(30135,853,'_order_currency','USD'),(30136,853,'_cart_discount','0'),(30137,853,'_cart_discount_tax','0'),(30138,853,'_order_shipping','12.64'),(30139,853,'_order_shipping_tax','0'),(30140,853,'_order_tax','0'),(30141,853,'_order_total','73.12'),(30142,853,'_order_version','5.9.0'),(30143,853,'_prices_include_tax','no'),(30144,853,'_billing_address_index','Lesley Prince LCA Emerald Coast 128 Eglin Parkway SE  Fort Walton Beach FL 32548 US info@liceclinicsemeraldcoast.com 6018321465'),(30145,853,'_shipping_address_index','Lesley Prince LCA Fort Walton Beach 128 Eglin Pkwy SE  Fort Walton Beach FL 32548 US '),(30146,853,'is_vat_exempt','no'),(30148,854,'_order_key','wc_order_0WlwwWlKDYFH4'),(30149,854,'_customer_user','17'),(30150,854,'_payment_method','sgitsoa_gateway'),(30151,854,'_payment_method_title','Pre Order'),(30152,854,'_customer_ip_address','66.230.244.128'),(30153,854,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(30154,854,'_created_via','checkout'),(30155,854,'_cart_hash','c40b01dde66e6066a217e93c440a3ca8'),(30156,854,'_billing_first_name','Bess'),(30157,854,'_billing_last_name','Hayes'),(30158,854,'_billing_company','LCA Des Moines'),(30159,854,'_billing_address_1','7753 S. Westbrook Dr'),(30160,854,'_billing_city','Dubuque'),(30161,854,'_billing_state','IA'),(30162,854,'_billing_postcode','52002'),(30163,854,'_billing_country','US'),(30164,854,'_billing_email','info@liceclinicsnortherniowa.com'),(30165,854,'_billing_phone','5635646764'),(30166,854,'_shipping_first_name','Jaimi'),(30167,854,'_shipping_last_name','Washington'),(30168,854,'_shipping_company','LCA Des Moines'),(30169,854,'_shipping_address_1','1139 Burlington Terrace'),(30170,854,'_shipping_city','Des Moines'),(30171,854,'_shipping_state','IA'),(30172,854,'_shipping_postcode','50314'),(30173,854,'_shipping_country','US'),(30174,854,'_order_currency','USD'),(30175,854,'_cart_discount','0'),(30176,854,'_cart_discount_tax','0'),(30177,854,'_order_shipping','12.96'),(30178,854,'_order_shipping_tax','0'),(30179,854,'_order_tax','0'),(30180,854,'_order_total','12.96'),(30181,854,'_order_version','5.9.0'),(30182,854,'_prices_include_tax','no'),(30183,854,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(30184,854,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US '),(30185,854,'is_vat_exempt','no'),(30186,821,'Payment type','instant'),(30187,821,'_transaction_id','9P466396HW354431S'),(30188,821,'_paypal_status','completed'),(30189,821,'PayPal Transaction Fee','0.94'),(30190,821,'_date_paid','1638219829'),(30191,821,'_paid_date','2021-11-29 21:03:49'),(30192,821,'_download_permissions_granted','yes'),(30193,821,'_recorded_sales','yes'),(30194,821,'_order_stock_reduced','yes'),(30195,821,'_new_order_email_sent','true'),(30196,855,'_order_key','wc_order_DHU2jzRQlPf70'),(30197,855,'_customer_user','17'),(30198,855,'_payment_method','paypal'),(30199,855,'_payment_method_title','PayPal'),(30200,855,'_customer_ip_address','66.230.244.128'),(30201,855,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(30202,855,'_created_via','checkout'),(30203,855,'_cart_hash','820a2496df235b1218182aae2e62fe27'),(30204,855,'_billing_first_name','Bess'),(30205,855,'_billing_last_name','Hayes'),(30206,855,'_billing_company','LCA Des Moines'),(30207,855,'_billing_address_1','7753 S. Westbrook Dr'),(30208,855,'_billing_city','Dubuque'),(30209,855,'_billing_state','IA'),(30210,855,'_billing_postcode','52002'),(30211,855,'_billing_country','US'),(30212,855,'_billing_email','info@liceclinicsnortherniowa.com'),(30213,855,'_billing_phone','5635646764'),(30214,855,'_shipping_first_name','Bess'),(30215,855,'_shipping_last_name','Hayes'),(30216,855,'_shipping_company','LCA Dubuque'),(30217,855,'_shipping_address_1','7753 S. Westbrook Dr'),(30218,855,'_shipping_city','Dubuque'),(30219,855,'_shipping_state','IA'),(30220,855,'_shipping_postcode','52002'),(30221,855,'_shipping_country','US'),(30222,855,'_order_currency','USD'),(30223,855,'_cart_discount','0'),(30224,855,'_cart_discount_tax','0'),(30225,855,'_order_shipping','12.96'),(30226,855,'_order_shipping_tax','0'),(30227,855,'_order_tax','0'),(30228,855,'_order_total','12.96'),(30229,855,'_order_version','5.9.0'),(30230,855,'_prices_include_tax','no'),(30231,855,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(30232,855,'_shipping_address_index','Bess Hayes LCA Dubuque 7753 S. Westbrook Dr  Dubuque IA 52002 US '),(30233,855,'is_vat_exempt','no'),(30234,845,'_edit_lock','1638830341:2'),(30235,845,'_edit_last','2'),(30236,845,'_recorded_coupon_usage_counts','yes'),(30241,850,'_edit_lock','1638478599:2'),(30242,850,'_edit_last','2'),(30243,850,'_recorded_coupon_usage_counts','yes'),(30244,849,'_edit_lock','1638478728:2'),(30245,849,'_edit_last','2'),(30246,849,'_recorded_coupon_usage_counts','yes'),(30247,841,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064042\";s:12:\"date_shipped\";s:10:\"1638144000\";s:11:\"tracking_id\";s:32:\"d181e93fef5363a9b0f9c5294f3c0cbb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064031\";s:12:\"date_shipped\";i:1638226216;s:11:\"tracking_id\";s:32:\"3a78c0c1b47238f97a3998a8e1931a11\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064020\";s:12:\"date_shipped\";i:1638226225;s:11:\"tracking_id\";s:32:\"979b0b9a5855d2550ad2c65cd1545da8\";}}'),(30248,841,'_date_completed','1638226228'),(30249,841,'_completed_date','2021-11-29 22:50:28'),(30250,845,'Payment type','instant'),(30251,845,'_transaction_id','604012995N652512R'),(30252,845,'_paypal_status','completed'),(30253,845,'PayPal Transaction Fee','53.68'),(30254,845,'_date_paid','1638229093'),(30255,845,'_paid_date','2021-11-29 23:38:13'),(30256,845,'_download_permissions_granted','yes'),(30257,845,'_recorded_sales','yes'),(30258,845,'_order_stock_reduced','yes'),(30259,845,'_new_order_email_sent','true'),(30260,856,'_order_key','wc_order_E32BQdBuqXi4a'),(30261,856,'_customer_user','28'),(30262,856,'_payment_method','paypal'),(30263,856,'_payment_method_title','PayPal'),(30264,856,'_customer_ip_address','172.115.255.171'),(30265,856,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30266,856,'_created_via','checkout'),(30267,856,'_cart_hash','ea40e2dd493d7e386968c14ee3b630b3'),(30268,856,'_billing_first_name','Kelli'),(30269,856,'_billing_last_name','Washington'),(30270,856,'_billing_company','Lice Clinics of America - Temecula'),(30271,856,'_billing_address_1','2438 Bear Rock Gln'),(30272,856,'_billing_city','Escondido'),(30273,856,'_billing_state','CA'),(30274,856,'_billing_postcode','92026'),(30275,856,'_billing_country','US'),(30276,856,'_billing_email','info@liceclinicstemecula.com'),(30277,856,'_billing_phone','7606255580'),(30278,856,'_shipping_first_name','Kelli'),(30279,856,'_shipping_last_name','Washington'),(30280,856,'_shipping_company','Lice Clinics of America - Temecula'),(30281,856,'_shipping_address_1','2438 Bear Rock Gln'),(30282,856,'_shipping_city','Escondido'),(30283,856,'_shipping_state','CA'),(30284,856,'_shipping_postcode','92026'),(30285,856,'_shipping_country','US'),(30286,856,'_order_currency','USD'),(30287,856,'_cart_discount','0'),(30288,856,'_cart_discount_tax','0'),(30289,856,'_order_shipping','35.34'),(30290,856,'_order_shipping_tax','0'),(30291,856,'_order_tax','0'),(30292,856,'_order_total','350.82'),(30293,856,'_order_version','5.9.0'),(30294,856,'_prices_include_tax','no'),(30295,856,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(30296,856,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(30297,856,'is_vat_exempt','no'),(30298,856,'Payment type','instant'),(30299,856,'_transaction_id','2HJ61225P4924634X'),(30300,856,'_paypal_status','completed'),(30301,856,'PayPal Transaction Fee','12.73'),(30302,856,'_date_paid','1638234745'),(30303,856,'_paid_date','2021-11-30 01:12:25'),(30304,856,'_download_permissions_granted','yes'),(30305,856,'_recorded_sales','yes'),(30306,856,'_recorded_coupon_usage_counts','yes'),(30307,856,'_order_stock_reduced','yes'),(30308,856,'_new_order_email_sent','true'),(30309,857,'_order_key','wc_order_wUnDOLvMgvNZp'),(30310,857,'_customer_user','46'),(30311,857,'_payment_method','paypal'),(30312,857,'_payment_method_title','PayPal'),(30313,857,'_customer_ip_address','216.163.6.72'),(30314,857,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30315,857,'_created_via','checkout'),(30316,857,'_cart_hash','973529c29472b187e24b3303f936ccdd'),(30317,857,'_billing_first_name','Shannon'),(30318,857,'_billing_last_name','Steele'),(30319,857,'_billing_company','SBS Investments'),(30320,857,'_billing_address_1','1702 Hazelwood Court'),(30321,857,'_billing_city','Jonesboro'),(30322,857,'_billing_state','AR'),(30323,857,'_billing_postcode','72401'),(30324,857,'_billing_country','US'),(30325,857,'_billing_email','info@liceclinicsjonesboro.com'),(30326,857,'_billing_phone','8709262731'),(30327,857,'_shipping_first_name','Shannon'),(30328,857,'_shipping_last_name','Steele'),(30329,857,'_shipping_company','SBS Investments/LCA- Jonesboro'),(30330,857,'_shipping_address_1','3106 Orval Orlan Drive'),(30331,857,'_shipping_address_2','Suite D'),(30332,857,'_shipping_city','Jonesboro'),(30333,857,'_shipping_state','AR'),(30334,857,'_shipping_postcode','72404'),(30335,857,'_shipping_country','US'),(30336,857,'_order_currency','USD'),(30337,857,'_cart_discount','0'),(30338,857,'_cart_discount_tax','0'),(30339,857,'_order_shipping','19.88'),(30340,857,'_order_shipping_tax','0'),(30341,857,'_order_tax','0'),(30342,857,'_order_total','436.46'),(30343,857,'_order_version','5.9.0'),(30344,857,'_prices_include_tax','no'),(30345,857,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(30346,857,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(30347,857,'is_vat_exempt','no'),(30348,853,'_edit_lock','1638375540:2'),(30349,853,'_edit_last','2'),(30350,853,'_recorded_coupon_usage_counts','yes'),(30351,839,'_edit_lock','1638478447:2'),(30352,854,'_edit_lock','1638292723:2'),(30353,855,'_edit_lock','1638481386:2'),(30354,854,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064112\";s:12:\"date_shipped\";s:10:\"1638230400\";s:11:\"tracking_id\";s:32:\"d8256e8bb7ec1e65c0258c74672610fd\";}}'),(30355,854,'_edit_last','2'),(30356,854,'_date_completed','1638292856'),(30357,854,'_date_paid','1638292856'),(30358,854,'_paid_date','2021-11-30 17:20:56'),(30359,854,'_completed_date','2021-11-30 17:20:56'),(30360,854,'_download_permissions_granted','yes'),(30361,854,'_recorded_sales','yes'),(30362,854,'_recorded_coupon_usage_counts','yes'),(30363,854,'_order_stock_reduced','yes'),(30364,853,'Payment type','instant'),(30365,853,'_transaction_id','7XG27126PA219233W'),(30366,853,'_paypal_status','completed'),(30367,853,'PayPal Transaction Fee','3.04'),(30368,853,'_date_paid','1638297161'),(30369,853,'_paid_date','2021-11-30 18:32:41'),(30370,853,'_download_permissions_granted','yes'),(30371,853,'_recorded_sales','yes'),(30372,853,'_order_stock_reduced','yes'),(30373,853,'_new_order_email_sent','true'),(30412,857,'_edit_lock','1638480992:2'),(30413,855,'_edit_last','2'),(30414,855,'_recorded_coupon_usage_counts','yes'),(30415,857,'_edit_last','2'),(30416,857,'_recorded_coupon_usage_counts','yes'),(30417,856,'_edit_lock','1638302379:2'),(30418,856,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064178\";s:12:\"date_shipped\";s:10:\"1638230400\";s:11:\"tracking_id\";s:32:\"e891235e76d3c1b1e579d8e2aa74ec6c\";}}'),(30419,856,'_edit_last','2'),(30420,856,'_date_completed','1638302252'),(30421,856,'_completed_date','2021-11-30 19:57:32'),(30422,839,'_edit_last','2'),(30423,839,'_recorded_coupon_usage_counts','yes'),(30424,853,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064260\";s:12:\"date_shipped\";s:10:\"1638316800\";s:11:\"tracking_id\";s:32:\"17efc1a1be437a90f4e9e453908906b9\";}}'),(30425,853,'_date_completed','1638375674'),(30426,853,'_completed_date','2021-12-01 16:21:14'),(30427,855,'Payment type','instant'),(30428,855,'_transaction_id','2PK392818T526971L'),(30429,855,'_paypal_status','completed'),(30430,855,'PayPal Transaction Fee','0.94'),(30431,855,'_date_paid','1638379373'),(30432,855,'_paid_date','2021-12-01 17:22:53'),(30433,855,'_download_permissions_granted','yes'),(30434,855,'_recorded_sales','yes'),(30435,855,'_order_stock_reduced','yes'),(30436,855,'_new_order_email_sent','true'),(30437,857,'Payment type','instant'),(30438,857,'_transaction_id','76H38550VH101032R'),(30439,857,'_paypal_status','completed'),(30440,857,'PayPal Transaction Fee','15.72'),(30441,857,'_date_paid','1638386350'),(30442,857,'_paid_date','2021-12-01 19:19:10'),(30443,857,'_download_permissions_granted','yes'),(30444,857,'_recorded_sales','yes'),(30445,857,'_order_stock_reduced','yes'),(30446,857,'_new_order_email_sent','true'),(30447,859,'_order_key','wc_order_KqxCMedprbxmV'),(30448,859,'_customer_user','36'),(30449,859,'_payment_method','paypal'),(30450,859,'_payment_method_title','PayPal'),(30451,859,'_customer_ip_address','23.113.81.155'),(30452,859,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(30453,859,'_created_via','checkout'),(30454,859,'_cart_hash','482919d0b074c6f15f432471e39273a1'),(30455,859,'_billing_first_name','Melanie'),(30456,859,'_billing_last_name','Sherman'),(30457,859,'_billing_company','Lice Clinics of Bakersfield'),(30458,859,'_billing_address_1','2920 F ST'),(30459,859,'_billing_address_2','G-9'),(30460,859,'_billing_city','Bakersfield'),(30461,859,'_billing_state','CA'),(30462,859,'_billing_postcode','93301'),(30463,859,'_billing_country','US'),(30464,859,'_billing_email','2920lca@gmail.com'),(30465,859,'_billing_phone','661-616-8900'),(30466,859,'_shipping_first_name','Melanie'),(30467,859,'_shipping_last_name','Sherman'),(30468,859,'_shipping_company','Lice Clinics of Bakersfield'),(30469,859,'_shipping_address_1','2920 F ST'),(30470,859,'_shipping_address_2','G-9'),(30471,859,'_shipping_city','Bakersfield'),(30472,859,'_shipping_state','CA'),(30473,859,'_shipping_postcode','93301'),(30474,859,'_shipping_country','US'),(30475,859,'_order_currency','USD'),(30476,859,'_cart_discount','0'),(30477,859,'_cart_discount_tax','0'),(30478,859,'_order_shipping','25.56'),(30479,859,'_order_shipping_tax','0'),(30480,859,'_order_tax','0'),(30481,859,'_order_total','241.56'),(30482,859,'_order_version','5.9.0'),(30483,859,'_prices_include_tax','no'),(30484,859,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(30485,859,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(30486,859,'is_vat_exempt','no'),(30487,859,'Payment type','instant'),(30488,859,'_transaction_id','5XD03089LJ429482X'),(30489,859,'_paypal_status','completed'),(30490,859,'PayPal Transaction Fee','8.92'),(30491,859,'_date_paid','1638397920'),(30492,859,'_paid_date','2021-12-01 22:32:00'),(30493,859,'_download_permissions_granted','yes'),(30494,859,'_recorded_sales','yes'),(30495,859,'_recorded_coupon_usage_counts','yes'),(30496,859,'_order_stock_reduced','yes'),(30497,859,'_new_order_email_sent','true'),(30498,849,'Payment type','instant'),(30499,849,'_transaction_id','01J474300W921911S'),(30500,849,'_paypal_status','completed'),(30501,849,'PayPal Transaction Fee','1.37'),(30502,849,'_date_paid','1638398151'),(30503,849,'_paid_date','2021-12-01 22:35:51'),(30504,849,'_download_permissions_granted','yes'),(30505,849,'_recorded_sales','yes'),(30506,849,'_order_stock_reduced','yes'),(30507,849,'_new_order_email_sent','true'),(30508,850,'Payment type','instant'),(30509,850,'_transaction_id','1N675044EK866154A'),(30510,850,'_paypal_status','completed'),(30511,850,'PayPal Transaction Fee','1.37'),(30512,850,'_date_paid','1638398201'),(30513,850,'_paid_date','2021-12-01 22:36:41'),(30514,850,'_download_permissions_granted','yes'),(30515,850,'_recorded_sales','yes'),(30516,850,'_order_stock_reduced','yes'),(30517,850,'_new_order_email_sent','true'),(30518,839,'Payment type','instant'),(30519,839,'_transaction_id','5AV70230HE685493X'),(30520,839,'_paypal_status','completed'),(30521,839,'PayPal Transaction Fee','32.60'),(30522,839,'_date_paid','1638398741'),(30523,839,'_paid_date','2021-12-01 22:45:41'),(30524,839,'_download_permissions_granted','yes'),(30525,839,'_recorded_sales','yes'),(30526,839,'_order_stock_reduced','yes'),(30527,839,'_new_order_email_sent','true'),(30528,860,'_order_key','wc_order_JArOzq6MlvzOG'),(30529,860,'_customer_user','59'),(30530,860,'_payment_method','paypal'),(30531,860,'_payment_method_title','PayPal'),(30532,860,'_customer_ip_address','98.196.77.72'),(30533,860,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30534,860,'_created_via','checkout'),(30535,860,'_cart_hash','d672d1e2db1f023b4883dcc5b28f9fd7'),(30536,860,'_billing_first_name','Allison'),(30537,860,'_billing_last_name','Anthon'),(30538,860,'_billing_address_1','58 arbor bend dr'),(30539,860,'_billing_city','Houston'),(30540,860,'_billing_state','TX'),(30541,860,'_billing_postcode','77070'),(30542,860,'_billing_country','US'),(30543,860,'_billing_email','louseysolutions@gmail.com'),(30544,860,'_billing_phone','602-400-8330'),(30545,860,'_shipping_first_name','Allison'),(30546,860,'_shipping_last_name','Anthon'),(30547,860,'_shipping_company','LCA Sugar Land'),(30548,860,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(30549,860,'_shipping_city','Tomball'),(30550,860,'_shipping_state','TX'),(30551,860,'_shipping_postcode','77375'),(30552,860,'_shipping_country','US'),(30553,860,'_order_currency','USD'),(30554,860,'_cart_discount','0'),(30555,860,'_cart_discount_tax','0'),(30556,860,'_order_shipping','0'),(30557,860,'_order_shipping_tax','0'),(30558,860,'_order_tax','0'),(30559,860,'_order_total','1253.74'),(30560,860,'_order_version','5.9.0'),(30561,860,'_prices_include_tax','no'),(30562,860,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(30563,860,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(30564,860,'is_vat_exempt','no'),(30565,860,'Payment type','instant'),(30566,860,'_transaction_id','4SV39413ES727640V'),(30567,860,'_paypal_status','completed'),(30568,860,'PayPal Transaction Fee','44.25'),(30569,860,'_date_paid','1638407145'),(30570,860,'_paid_date','2021-12-02 01:05:45'),(30571,860,'_download_permissions_granted','yes'),(30572,860,'_recorded_sales','yes'),(30573,860,'_recorded_coupon_usage_counts','yes'),(30574,860,'_order_stock_reduced','yes'),(30575,860,'_new_order_email_sent','true'),(30576,861,'_order_key','wc_order_c9i53CfM0X9fN'),(30577,861,'_customer_user','3'),(30578,861,'_payment_method','paypal'),(30579,861,'_payment_method_title','PayPal'),(30580,861,'_customer_ip_address','70.142.202.154'),(30581,861,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(30582,861,'_created_via','checkout'),(30583,861,'_cart_hash','4a3841630bd91baf8a6e877aeac53e97'),(30584,861,'_billing_first_name','Amanda'),(30585,861,'_billing_last_name','Westerman'),(30586,861,'_billing_company','Lice Clinics of America McKinney'),(30587,861,'_billing_address_1','3120 Hudson Crossing'),(30588,861,'_billing_address_2','Suite A2'),(30589,861,'_billing_city','MCKINNEY'),(30590,861,'_billing_state','TX'),(30591,861,'_billing_postcode','75070'),(30592,861,'_billing_country','US'),(30593,861,'_billing_email','awesterman1103@gmail.com'),(30594,861,'_billing_phone','2144175741'),(30595,861,'_shipping_first_name','Lice'),(30596,861,'_shipping_last_name','McKinney'),(30597,861,'_shipping_company','Lice Clinics of America McKinney'),(30598,861,'_shipping_address_1','3120 Hudson Crossing'),(30599,861,'_shipping_address_2','Suite A2'),(30600,861,'_shipping_city','McKinney'),(30601,861,'_shipping_state','TX'),(30602,861,'_shipping_postcode','75070'),(30603,861,'_shipping_country','US'),(30604,861,'_order_currency','USD'),(30605,861,'_cart_discount','0'),(30606,861,'_cart_discount_tax','0'),(30607,861,'_order_shipping','0'),(30608,861,'_order_shipping_tax','0'),(30609,861,'_order_tax','0'),(30610,861,'_order_total','765.80'),(30611,861,'_order_version','5.9.0'),(30612,861,'_prices_include_tax','no'),(30613,861,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(30614,861,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(30615,861,'is_vat_exempt','no'),(30616,861,'Payment type','instant'),(30617,861,'_transaction_id','97B07776TU920834R'),(30618,861,'_paypal_status','completed'),(30619,861,'PayPal Transaction Fee','27.22'),(30620,861,'_date_paid','1638462701'),(30621,861,'_paid_date','2021-12-02 16:31:41'),(30622,861,'_download_permissions_granted','yes'),(30623,861,'_recorded_sales','yes'),(30624,861,'_recorded_coupon_usage_counts','yes'),(30625,861,'_order_stock_reduced','yes'),(30626,861,'_new_order_email_sent','true'),(30627,861,'_edit_lock','1638478131:2'),(30628,861,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064800\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"2b2afc9c9310784613c11cc532b6d8a0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064796\";s:12:\"date_shipped\";i:1638478055;s:11:\"tracking_id\";s:32:\"9eeada4d0ff08b8e3569ed785625585f\";}}'),(30629,861,'_edit_last','2'),(30630,861,'_date_completed','1638478063'),(30631,861,'_completed_date','2021-12-02 20:47:43'),(30632,860,'_edit_lock','1638478203:2'),(30633,860,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064730\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"cbc850b0f4ec974299f70299ef622270\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064720\";s:12:\"date_shipped\";i:1638478218;s:11:\"tracking_id\";s:32:\"b3a221bdb7922304b432e3030dd40fc2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064719\";s:12:\"date_shipped\";i:1638478223;s:11:\"tracking_id\";s:32:\"534d8000b8149f5d5838635a8ee8b0cd\";}}'),(30634,860,'_edit_last','2'),(30635,860,'_date_completed','1638478306'),(30636,860,'_completed_date','2021-12-02 20:51:46'),(30637,839,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064708\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"330a6e0d65b68f68953038589e7e23df\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064693\";s:12:\"date_shipped\";i:1638478376;s:11:\"tracking_id\";s:32:\"8535dc5507b8b5b75557294c39e93077\";}}'),(30638,839,'_date_completed','1638478379'),(30639,839,'_completed_date','2021-12-02 20:52:59'),(30640,859,'_edit_lock','1638478550:2'),(30641,859,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064627\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"dd42376111a6cd8a2834796d35dc7dab\";}}'),(30642,859,'_edit_last','2'),(30643,859,'_date_completed','1638478681'),(30644,859,'_completed_date','2021-12-02 20:58:01'),(30645,850,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064616\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"43432a78886643e0686ffbe30c0fe445\";}}'),(30646,850,'_date_completed','1638478721'),(30647,850,'_completed_date','2021-12-02 20:58:41'),(30648,849,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064605\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"eded162cc2bb98e894b8f9d8fa3cdf2e\";}}'),(30649,849,'_date_completed','1638478769'),(30650,849,'_completed_date','2021-12-02 20:59:29'),(30651,857,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064590\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"74b4e9a69459e783e957e7dfce441ed5\";}}'),(30652,857,'_date_completed','1638478896'),(30653,857,'_completed_date','2021-12-02 21:01:36'),(30654,855,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064568\";s:12:\"date_shipped\";s:10:\"1638403200\";s:11:\"tracking_id\";s:32:\"54bb86f529482edd2021f09c96d794db\";}}'),(30655,855,'_date_completed','1638481184'),(30656,855,'_completed_date','2021-12-02 21:39:44'),(30657,862,'_order_key','wc_order_PjuiBBB7oaOL3'),(30658,862,'_customer_user','83'),(30659,862,'_payment_method','paypal'),(30660,862,'_payment_method_title','PayPal'),(30661,862,'_customer_ip_address','97.122.90.40'),(30662,862,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(30663,862,'_created_via','checkout'),(30664,862,'_cart_hash','e966759c57f1b11018124f7177b9e135'),(30665,862,'_billing_first_name','Tanya'),(30666,862,'_billing_last_name','LLC'),(30667,862,'_billing_address_1','4248 McMurry Ave'),(30668,862,'_billing_city','Fort Collins'),(30669,862,'_billing_state','CO'),(30670,862,'_billing_postcode','80525'),(30671,862,'_billing_country','US'),(30672,862,'_billing_email','info@liceclinicsnortherncolorado.com'),(30673,862,'_billing_phone','9702338787'),(30674,862,'_shipping_first_name','Lice Clinics'),(30675,862,'_shipping_last_name','America'),(30676,862,'_shipping_company','Lice Clinics of America Longmont'),(30677,862,'_shipping_address_1','421 21st Ave, Suite 210'),(30678,862,'_shipping_city','Longmont'),(30679,862,'_shipping_state','CO'),(30680,862,'_shipping_postcode','80501'),(30681,862,'_shipping_country','US'),(30682,862,'_order_currency','USD'),(30683,862,'_cart_discount','0'),(30684,862,'_cart_discount_tax','0'),(30685,862,'_order_shipping','16.95'),(30686,862,'_order_shipping_tax','0'),(30687,862,'_order_tax','0'),(30688,862,'_order_total','16.95'),(30689,862,'_order_version','5.9.0'),(30690,862,'_prices_include_tax','no'),(30691,862,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(30692,862,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(30693,862,'is_vat_exempt','no'),(30694,863,'_order_key','wc_order_nYYENPqABPvEu'),(30695,863,'_customer_user','11'),(30696,863,'_payment_method','paypal'),(30697,863,'_payment_method_title','PayPal'),(30698,863,'_customer_ip_address','74.130.231.217'),(30699,863,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30700,863,'_created_via','checkout'),(30701,863,'_cart_hash','e59951a8a4f79954120c5f8963e41a0e'),(30702,863,'_billing_first_name','Tina'),(30703,863,'_billing_last_name','Hunt'),(30704,863,'_billing_company','LCBG, LLC'),(30705,863,'_billing_address_1','830 Fairview Ave.'),(30706,863,'_billing_address_2','Suite A-4'),(30707,863,'_billing_city','Bowling Green'),(30708,863,'_billing_state','KY'),(30709,863,'_billing_postcode','42101'),(30710,863,'_billing_country','US'),(30711,863,'_billing_email','info@liceclinicsbowlinggreen.com'),(30712,863,'_billing_phone','2709996803'),(30713,863,'_shipping_first_name','Tina'),(30714,863,'_shipping_last_name','Hunt'),(30715,863,'_shipping_address_1','494 Hub Boulevard'),(30716,863,'_shipping_address_2','Apt 1012'),(30717,863,'_shipping_city','Bowling Green'),(30718,863,'_shipping_state','KY'),(30719,863,'_shipping_postcode','42101'),(30720,863,'_shipping_country','US'),(30721,863,'_order_currency','USD'),(30722,863,'_cart_discount','0'),(30723,863,'_cart_discount_tax','0'),(30724,863,'_order_shipping','16.36'),(30725,863,'_order_shipping_tax','0'),(30726,863,'_order_tax','0'),(30727,863,'_order_total','388.14'),(30728,863,'_order_version','5.9.0'),(30729,863,'_prices_include_tax','no'),(30730,863,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(30731,863,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(30732,863,'is_vat_exempt','no'),(30733,863,'Payment type','instant'),(30734,863,'_transaction_id','1KA16467LA293074C'),(30735,863,'_paypal_status','completed'),(30736,863,'PayPal Transaction Fee','14.04'),(30737,863,'_date_paid','1638549987'),(30738,863,'_paid_date','2021-12-03 16:46:27'),(30739,863,'_download_permissions_granted','yes'),(30740,863,'_recorded_sales','yes'),(30741,863,'_recorded_coupon_usage_counts','yes'),(30742,863,'_order_stock_reduced','yes'),(30743,863,'_new_order_email_sent','true'),(30744,862,'_edit_lock','1638891438:2'),(30745,862,'_edit_last','2'),(30746,862,'_recorded_coupon_usage_counts','yes'),(30747,845,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064189\";s:12:\"date_shipped\";s:10:\"1638748800\";s:11:\"tracking_id\";s:32:\"36de4130e399a04d8d918cb6752a1331\";}}'),(30748,845,'_date_completed','1638558441'),(30749,845,'_completed_date','2021-12-03 19:07:21'),(30750,847,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064123\";s:12:\"date_shipped\";s:10:\"1638489600\";s:11:\"tracking_id\";s:32:\"27fbc80311f3447472f418c1c3c497c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064134\";s:12:\"date_shipped\";i:1638558572;s:11:\"tracking_id\";s:32:\"cd1e5d8a51616c4f92c6ee46037ff08c\";}}'),(30751,847,'_edit_last','2'),(30752,847,'_date_completed','1638558575'),(30753,847,'_completed_date','2021-12-03 19:09:35'),(30754,848,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064101\";s:12:\"date_shipped\";s:10:\"1638489600\";s:11:\"tracking_id\";s:32:\"5909788d1344541330b1ac689ca1ba67\";}}'),(30755,848,'_edit_last','2'),(30756,848,'_date_completed','1638558601'),(30757,848,'_completed_date','2021-12-03 19:10:01'),(30758,821,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953064112\";s:12:\"date_shipped\";s:10:\"1638489600\";s:11:\"tracking_id\";s:32:\"72247ae71b0bb3a434ae2e7dfda594d8\";}}'),(30759,821,'_date_completed','1638558821'),(30760,821,'_completed_date','2021-12-03 19:13:41'),(30761,862,'Payment type','instant'),(30762,862,'_transaction_id','3KH61083LW658963G'),(30763,862,'_paypal_status','completed'),(30764,862,'PayPal Transaction Fee','1.08'),(30765,862,'_date_paid','1638636382'),(30766,862,'_paid_date','2021-12-04 16:46:22'),(30767,862,'_download_permissions_granted','yes'),(30768,862,'_recorded_sales','yes'),(30769,862,'_order_stock_reduced','yes'),(30770,862,'_new_order_email_sent','true'),(30771,864,'_order_key','wc_order_DIV2rJAEo9E1K'),(30772,864,'_customer_user','4'),(30773,864,'_payment_method','paypal'),(30774,864,'_payment_method_title','PayPal'),(30775,864,'_customer_ip_address','174.52.110.36'),(30776,864,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30777,864,'_created_via','checkout'),(30778,864,'_cart_hash','f450bf5b143bd5916d243e9ef7697dd3'),(30779,864,'_billing_first_name','David'),(30780,864,'_billing_last_name','Washburn'),(30781,864,'_billing_company','Larada Sciences'),(30782,864,'_billing_address_1','154 East Myrtle Ave.'),(30783,864,'_billing_address_2','Ste. #101'),(30784,864,'_billing_city','Murray'),(30785,864,'_billing_state','UT'),(30786,864,'_billing_postcode','84107'),(30787,864,'_billing_country','US'),(30788,864,'_billing_email','david@laradasciences.com'),(30789,864,'_billing_phone','8019197428'),(30790,864,'_shipping_first_name','David'),(30791,864,'_shipping_last_name','Washburn'),(30792,864,'_shipping_company','Larada Sciences'),(30793,864,'_shipping_address_1','154 East Myrtle Ave.'),(30794,864,'_shipping_address_2','Ste. #101'),(30795,864,'_shipping_city','Murray'),(30796,864,'_shipping_state','UT'),(30797,864,'_shipping_postcode','84107'),(30798,864,'_shipping_country','US'),(30799,864,'_order_currency','USD'),(30800,864,'_cart_discount','0'),(30801,864,'_cart_discount_tax','0'),(30802,864,'_order_shipping','0'),(30803,864,'_order_shipping_tax','0'),(30804,864,'_order_tax','0'),(30805,864,'_order_total','1467.14'),(30806,864,'_order_version','5.9.0'),(30807,864,'_prices_include_tax','no'),(30808,864,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(30809,864,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(30810,864,'is_vat_exempt','no'),(30849,866,'_order_key','wc_order_WZrnBWycGSWmN'),(30850,866,'_customer_user','29'),(30851,866,'_payment_method','paypal'),(30852,866,'_payment_method_title','PayPal'),(30853,866,'_customer_ip_address','71.225.162.32'),(30854,866,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1'),(30855,866,'_created_via','checkout'),(30856,866,'_cart_hash','d1674b888fa5dae38b95cc7021608d51'),(30857,866,'_billing_first_name','Kevin'),(30858,866,'_billing_last_name','Reilly'),(30859,866,'_billing_address_1','5460 Richie Ct'),(30860,866,'_billing_city','Pipersville'),(30861,866,'_billing_state','PA'),(30862,866,'_billing_postcode','18947'),(30863,866,'_billing_country','US'),(30864,866,'_billing_email','info@liceclinicslansdale.com'),(30865,866,'_billing_phone','2156941408'),(30866,866,'_shipping_first_name','Kevin'),(30867,866,'_shipping_last_name','Reilly'),(30868,866,'_shipping_company','LCA Lansdale'),(30869,866,'_shipping_address_1','2131 North Broad Street'),(30870,866,'_shipping_address_2','Suite 101'),(30871,866,'_shipping_city','Lansdale'),(30872,866,'_shipping_state','PA'),(30873,866,'_shipping_postcode','19446'),(30874,866,'_shipping_country','US'),(30875,866,'_order_currency','USD'),(30876,866,'_cart_discount','0'),(30877,866,'_cart_discount_tax','0'),(30878,866,'_order_shipping','13.84'),(30879,866,'_order_shipping_tax','0'),(30880,866,'_order_tax','0'),(30881,866,'_order_total','103.34'),(30882,866,'_order_version','5.9.0'),(30883,866,'_prices_include_tax','no'),(30884,866,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(30885,866,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(30886,866,'is_vat_exempt','no'),(30887,866,'Payment type','instant'),(30888,866,'_transaction_id','8B527158BP716912H'),(30889,866,'_paypal_status','completed'),(30890,866,'PayPal Transaction Fee','4.10'),(30891,866,'_date_paid','1638714685'),(30892,866,'_paid_date','2021-12-05 14:31:25'),(30893,866,'_download_permissions_granted','yes'),(30894,866,'_recorded_sales','yes'),(30895,866,'_recorded_coupon_usage_counts','yes'),(30896,866,'_order_stock_reduced','yes'),(30897,866,'_new_order_email_sent','true'),(30898,864,'_edit_lock','1638830633:2'),(30899,864,'_edit_last','2'),(30900,864,'_recorded_coupon_usage_counts','yes'),(30901,863,'_edit_lock','1638804876:2'),(30902,863,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065005\";s:12:\"date_shipped\";s:10:\"1638748800\";s:11:\"tracking_id\";s:32:\"83616d5926a994c9c07322c6a664c143\";}}'),(30903,863,'_edit_last','2'),(30904,863,'_date_completed','1638805004'),(30905,863,'_completed_date','2021-12-06 15:36:44'),(30934,864,'Payment type','instant'),(30935,864,'_transaction_id','98J40759G98186158'),(30936,864,'_paypal_status','completed'),(30937,864,'PayPal Transaction Fee','51.69'),(30938,864,'_date_paid','1638811232'),(30939,864,'_paid_date','2021-12-06 17:20:32'),(30940,864,'_download_permissions_granted','yes'),(30941,864,'_recorded_sales','yes'),(30942,864,'_order_stock_reduced','yes'),(30943,864,'_new_order_email_sent','true'),(30944,868,'_order_key','wc_order_fVWIW6NsQBZmZ'),(30945,868,'_customer_user','76'),(30946,868,'_payment_method','paypal'),(30947,868,'_payment_method_title','PayPal'),(30948,868,'_customer_ip_address','75.69.50.106'),(30949,868,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(30950,868,'_created_via','checkout'),(30951,868,'_cart_hash','833f40799707863589dcc64552676a8e'),(30952,868,'_billing_first_name','Naomi'),(30953,868,'_billing_last_name','Golden'),(30954,868,'_billing_address_1','31 Mann Ave'),(30955,868,'_billing_city','Needham'),(30956,868,'_billing_state','MA'),(30957,868,'_billing_postcode','02492'),(30958,868,'_billing_country','US'),(30959,868,'_billing_email','nrgolden6486@gmail.com'),(30960,868,'_billing_phone','617-851-1322'),(30961,868,'_shipping_first_name','Naomi'),(30962,868,'_shipping_last_name','Golden'),(30963,868,'_shipping_company','LCA Newton'),(30964,868,'_shipping_address_1','1234 Chestnut Street'),(30965,868,'_shipping_address_2','Suite 101A'),(30966,868,'_shipping_city','Newton Upper Falls'),(30967,868,'_shipping_state','MA'),(30968,868,'_shipping_postcode','02464'),(30969,868,'_shipping_country','US'),(30970,868,'_order_currency','USD'),(30971,868,'_cart_discount','0'),(30972,868,'_cart_discount_tax','0'),(30973,868,'_order_shipping','0'),(30974,868,'_order_shipping_tax','0'),(30975,868,'_order_tax','0'),(30976,868,'_order_total','509.76'),(30977,868,'_order_version','5.9.0'),(30978,868,'_prices_include_tax','no'),(30979,868,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(30980,868,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US '),(30981,868,'is_vat_exempt','no'),(30982,869,'_order_key','wc_order_rPdZJ3AIHX31n'),(30983,869,'_customer_user','73'),(30984,869,'_payment_method','paypal'),(30985,869,'_payment_method_title','PayPal'),(30986,869,'_customer_ip_address','73.63.207.98'),(30987,869,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(30988,869,'_created_via','checkout'),(30989,869,'_cart_hash','3a32e018ea32f97f014cb62fdaa2cf79'),(30990,869,'_billing_first_name','Lice Clinics'),(30991,869,'_billing_last_name','Castro Valley'),(30992,869,'_billing_company','Lice Clinics of America - Castro Valley'),(30993,869,'_billing_address_1','20406 Redwood Rd, Suite A'),(30994,869,'_billing_city','Castro Valley'),(30995,869,'_billing_state','CA'),(30996,869,'_billing_postcode','94546'),(30997,869,'_billing_country','US'),(30998,869,'_billing_email','info@liceclinicscastrovalley.com'),(30999,869,'_billing_phone','5106763272'),(31000,869,'_shipping_first_name','Lice Clinics'),(31001,869,'_shipping_last_name','Castro Valley'),(31002,869,'_shipping_company','LCA - Castro Valley'),(31003,869,'_shipping_address_1','36628 Sequoia Ct'),(31004,869,'_shipping_city','Newark'),(31005,869,'_shipping_state','CA'),(31006,869,'_shipping_postcode','94560'),(31007,869,'_shipping_country','US'),(31008,869,'_order_currency','USD'),(31009,869,'_cart_discount','0'),(31010,869,'_cart_discount_tax','0'),(31011,869,'_order_shipping','0'),(31012,869,'_order_shipping_tax','0'),(31013,869,'_order_tax','0'),(31014,869,'_order_total','678.02'),(31015,869,'_order_version','6.0.0'),(31016,869,'_prices_include_tax','no'),(31017,869,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(31018,869,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 36628 Sequoia Ct  Newark CA 94560 US '),(31019,869,'is_vat_exempt','no'),(31023,868,'_edit_lock','1639073317:2'),(31024,868,'_edit_last','2'),(31025,868,'_recorded_coupon_usage_counts','yes'),(31026,868,'Payment type','instant'),(31027,868,'_transaction_id','3E817425P1680043J'),(31028,868,'_paypal_status','completed'),(31029,868,'PayPal Transaction Fee','18.28'),(31030,868,'_date_paid','1638829406'),(31031,868,'_paid_date','2021-12-06 22:23:26'),(31032,868,'_download_permissions_granted','yes'),(31033,868,'_recorded_sales','yes'),(31034,868,'_order_stock_reduced','yes'),(31035,868,'_new_order_email_sent','true'),(31036,864,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065336\";s:12:\"date_shipped\";s:10:\"1638748800\";s:11:\"tracking_id\";s:32:\"d87ede57f2f4f264a5b8762ff43901fb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065325\";s:12:\"date_shipped\";i:1638830749;s:11:\"tracking_id\";s:32:\"4d8e17b9569b73d6407c9babe7fb9b27\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065314\";s:12:\"date_shipped\";i:1638830756;s:11:\"tracking_id\";s:32:\"bc49e5d0336407e9a1f247e65bf076e9\";}}'),(31037,864,'_date_completed','1638830762'),(31038,864,'_completed_date','2021-12-06 22:46:02'),(31039,866,'_edit_lock','1638830677:2'),(31040,866,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065174\";s:12:\"date_shipped\";s:10:\"1638748800\";s:11:\"tracking_id\";s:32:\"20e018f315f7633a9834f45a9b6f654f\";}}'),(31041,866,'_edit_last','2'),(31042,866,'_date_completed','1638830793'),(31043,866,'_completed_date','2021-12-06 22:46:33'),(31044,842,'Payment type','instant'),(31045,842,'_transaction_id','6VF61754Y8584011R'),(31046,842,'_paypal_status','completed'),(31047,842,'PayPal Transaction Fee','2.45'),(31048,842,'_date_paid','1638836803'),(31049,842,'_paid_date','2021-12-07 00:26:43'),(31050,842,'_download_permissions_granted','yes'),(31051,842,'_recorded_sales','yes'),(31052,842,'_order_stock_reduced','yes'),(31053,842,'_new_order_email_sent','true'),(31092,862,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065163\";s:12:\"date_shipped\";s:10:\"1638835200\";s:11:\"tracking_id\";s:32:\"598ad48377b814cd54d3a3d3c805548e\";}}'),(31093,862,'_date_completed','1638891567'),(31094,862,'_completed_date','2021-12-07 15:39:27'),(31134,872,'_order_key','wc_order_7STSff6WF7gyC'),(31135,872,'_customer_user','0'),(31136,872,'_payment_method','paypal'),(31137,872,'_payment_method_title','PayPal'),(31138,872,'_customer_ip_address','136.49.57.192'),(31139,872,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),(31140,872,'_created_via','checkout'),(31141,872,'_cart_hash','34dc5018e5f7f1dd91d7e34a8df6856e'),(31142,872,'_billing_first_name','Lee'),(31143,872,'_billing_last_name','Rogers'),(31144,872,'_billing_company','United States'),(31145,872,'_billing_address_1','40 N Interstate 35'),(31146,872,'_billing_address_2','APT 4B2'),(31147,872,'_billing_city','Austin'),(31148,872,'_billing_state','TX'),(31149,872,'_billing_postcode','78701'),(31150,872,'_billing_country','US'),(31151,872,'_billing_email','leerogers@flash.net'),(31152,872,'_billing_phone','316-727-9951'),(31153,872,'_shipping_first_name','Kaitlin'),(31154,872,'_shipping_last_name','Ryan'),(31155,872,'_shipping_company','LCA Dublin'),(31156,872,'_shipping_address_1','5910 Wilcox Place'),(31157,872,'_shipping_address_2','Suite E'),(31158,872,'_shipping_city','Dublin'),(31159,872,'_shipping_state','OH'),(31160,872,'_shipping_postcode','43016'),(31161,872,'_shipping_country','US'),(31162,872,'_order_currency','USD'),(31163,872,'_cart_discount','0'),(31164,872,'_cart_discount_tax','0'),(31165,872,'_order_shipping','0'),(31166,872,'_order_shipping_tax','0'),(31167,872,'_order_tax','0'),(31168,872,'_order_total','1476.98'),(31169,872,'_order_version','5.9.0'),(31170,872,'_prices_include_tax','no'),(31171,872,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(31172,872,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(31173,872,'is_vat_exempt','no'),(31174,872,'Payment type','instant'),(31175,872,'_transaction_id','1UG2208759804771T'),(31176,872,'_paypal_status','completed'),(31177,872,'PayPal Transaction Fee','52.04'),(31178,872,'_date_paid','1638924118'),(31179,872,'_paid_date','2021-12-08 00:41:58'),(31180,872,'_download_permissions_granted','yes'),(31181,872,'_recorded_sales','yes'),(31182,872,'_recorded_coupon_usage_counts','yes'),(31183,872,'_order_stock_reduced','yes'),(31184,872,'_new_order_email_sent','true'),(31188,842,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065509\";s:12:\"date_shipped\";s:10:\"1638921600\";s:11:\"tracking_id\";s:32:\"56dfb632c6535f3c7bf266ff78c52f7e\";}}'),(31189,842,'_date_completed','1638976786'),(31190,842,'_completed_date','2021-12-08 15:19:46'),(31191,872,'_edit_lock','1638996386:2'),(31192,869,'_edit_lock','1639685666:2'),(31193,869,'_edit_last','2'),(31194,869,'_recorded_coupon_usage_counts','yes'),(31195,873,'_order_key','wc_order_H1iyTZ1CHWZcZ'),(31196,873,'_customer_user','0'),(31197,873,'_payment_method','paypal'),(31198,873,'_payment_method_title','PayPal'),(31199,873,'_customer_ip_address','98.114.225.15'),(31200,873,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36'),(31201,873,'_created_via','checkout'),(31202,873,'_cart_hash','c43866a303d690e5c2293d7be478fa09'),(31203,873,'_billing_first_name','Meredith'),(31204,873,'_billing_last_name','Croy'),(31205,873,'_billing_company','Meredith Croy'),(31206,873,'_billing_address_1','749 ARDEN RD'),(31207,873,'_billing_city','JENKINTOWN'),(31208,873,'_billing_state','PA'),(31209,873,'_billing_postcode','19046-1524'),(31210,873,'_billing_country','US'),(31211,873,'_billing_email','designer303@aol.com'),(31212,873,'_billing_phone','2672501243'),(31213,873,'_shipping_first_name','Elisabeth'),(31214,873,'_shipping_last_name','Newell'),(31215,873,'_shipping_address_1','110 Alburger Ave'),(31216,873,'_shipping_city','Philadelphia'),(31217,873,'_shipping_state','PA'),(31218,873,'_shipping_postcode','19115'),(31219,873,'_shipping_country','US'),(31220,873,'_order_currency','USD'),(31221,873,'_cart_discount','0'),(31222,873,'_cart_discount_tax','0'),(31223,873,'_order_shipping','25.21'),(31224,873,'_order_shipping_tax','0'),(31225,873,'_order_tax','0'),(31226,873,'_order_total','266.17'),(31227,873,'_order_version','5.9.0'),(31228,873,'_prices_include_tax','no'),(31229,873,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(31230,873,'_shipping_address_index','Elisabeth Newell  110 Alburger Ave  Philadelphia PA 19115 US '),(31231,873,'is_vat_exempt','no'),(31269,875,'_order_key','wc_order_GaJWcIzBq8bQP'),(31270,875,'_customer_user','78'),(31271,875,'_payment_method','paypal'),(31272,875,'_payment_method_title','PayPal'),(31273,875,'_customer_ip_address','108.54.149.237'),(31274,875,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1'),(31275,875,'_created_via','checkout'),(31276,875,'_cart_hash','931b95c74f477f720f49b98db85c3d4e'),(31277,875,'_billing_first_name','Richard'),(31278,875,'_billing_last_name','Florsheim'),(31279,875,'_billing_company','Licura'),(31280,875,'_billing_address_1','3827 w fairway heights dr'),(31281,875,'_billing_city','Mequon'),(31282,875,'_billing_state','WI'),(31283,875,'_billing_postcode','53092'),(31284,875,'_billing_country','US'),(31285,875,'_billing_email','tara@liceclinicslongIsland.com'),(31286,875,'_billing_phone','5619006382'),(31287,875,'_shipping_first_name','Tara'),(31288,875,'_shipping_last_name','Johnson'),(31289,875,'_shipping_company','LCA'),(31290,875,'_shipping_address_1','2330 Faye cr'),(31291,875,'_shipping_city','Merrick'),(31292,875,'_shipping_state','NY'),(31293,875,'_shipping_postcode','11566'),(31294,875,'_shipping_country','US'),(31295,875,'_order_currency','USD'),(31296,875,'_cart_discount','0'),(31297,875,'_cart_discount_tax','0'),(31298,875,'_order_shipping','19.35'),(31299,875,'_order_shipping_tax','0'),(31300,875,'_order_tax','0'),(31301,875,'_order_total','200.79'),(31302,875,'_order_version','5.9.0'),(31303,875,'_prices_include_tax','no'),(31304,875,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(31305,875,'_shipping_address_index','Tara Johnson LCA 2330 Faye cr  Merrick NY 11566 US '),(31306,875,'is_vat_exempt','no'),(31307,875,'Payment type','instant'),(31308,875,'_transaction_id','4XL412229N9602706'),(31309,875,'_paypal_status','completed'),(31310,875,'PayPal Transaction Fee','7.50'),(31311,875,'_date_paid','1638989407'),(31312,875,'_paid_date','2021-12-08 18:50:07'),(31313,875,'_download_permissions_granted','yes'),(31314,875,'_recorded_sales','yes'),(31315,875,'_recorded_coupon_usage_counts','yes'),(31316,875,'_order_stock_reduced','yes'),(31317,875,'_new_order_email_sent','true'),(31318,876,'_order_key','wc_order_qIc7PBMlnwhOR'),(31319,876,'_customer_user','6'),(31320,876,'_payment_method','paypal'),(31321,876,'_payment_method_title','PayPal'),(31322,876,'_customer_ip_address','73.185.101.95'),(31323,876,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36'),(31324,876,'_created_via','checkout'),(31325,876,'_cart_hash','266af85bf318b219c300d42b16f54969'),(31326,876,'_billing_first_name','Amira'),(31327,876,'_billing_last_name','Purto'),(31328,876,'_billing_address_1','2628 Acapulco Way'),(31329,876,'_billing_city','Modesto'),(31330,876,'_billing_state','CA'),(31331,876,'_billing_postcode','95355'),(31332,876,'_billing_country','US'),(31333,876,'_billing_email','amira77@sbcglobal.net'),(31334,876,'_billing_phone','2096422061'),(31335,876,'_shipping_first_name','Amira'),(31336,876,'_shipping_last_name','Purto'),(31337,876,'_shipping_address_1','2628 Acapulco Way'),(31338,876,'_shipping_city','Modesto'),(31339,876,'_shipping_state','CA'),(31340,876,'_shipping_postcode','95355'),(31341,876,'_shipping_country','US'),(31342,876,'_order_currency','USD'),(31343,876,'_cart_discount','0'),(31344,876,'_cart_discount_tax','0'),(31345,876,'_order_shipping','0'),(31346,876,'_order_shipping_tax','0'),(31347,876,'_order_tax','0'),(31348,876,'_order_total','1159.66'),(31349,876,'_order_version','5.9.0'),(31350,876,'_prices_include_tax','no'),(31351,876,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(31352,876,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(31353,876,'is_vat_exempt','no'),(31354,876,'Payment type','instant'),(31355,876,'_transaction_id','4EC3906553897750J'),(31356,876,'_paypal_status','completed'),(31357,876,'PayPal Transaction Fee','40.96'),(31358,876,'_date_paid','1638989772'),(31359,876,'_paid_date','2021-12-08 18:56:12'),(31360,876,'_download_permissions_granted','yes'),(31361,876,'_recorded_sales','yes'),(31362,876,'_recorded_coupon_usage_counts','yes'),(31363,876,'_order_stock_reduced','yes'),(31364,876,'_new_order_email_sent','true'),(31404,872,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065873\";s:12:\"date_shipped\";s:10:\"1638921600\";s:11:\"tracking_id\";s:32:\"0cda07ae645e3bab0b7683f03c7f488d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065862\";s:12:\"date_shipped\";s:10:\"1638921600\";s:11:\"tracking_id\";s:32:\"72120a6d3ee9e035bde84add339fffe4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065851\";s:12:\"date_shipped\";i:1638996374;s:11:\"tracking_id\";s:32:\"8b70a43a8355e94e1bd0a24fca0464d2\";}}'),(31405,872,'_edit_last','2'),(31406,872,'_date_completed','1638996351'),(31407,872,'_completed_date','2021-12-08 20:45:51'),(31408,876,'_edit_lock','1639073680:2'),(31409,875,'_edit_lock','1638996297:2'),(31410,875,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065987\";s:12:\"date_shipped\";s:10:\"1638921600\";s:11:\"tracking_id\";s:32:\"78dbf0c79c9d2d056084a88ff83f47a2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065987\";s:12:\"date_shipped\";s:10:\"1638921600\";s:11:\"tracking_id\";s:32:\"a389df34ff078bde0d5e08dba895c653\";}}'),(31411,875,'_edit_last','2'),(31412,875,'_date_completed','1638996430'),(31413,875,'_completed_date','2021-12-08 20:47:10'),(31414,878,'_order_key','wc_order_qehQODSq8fq73'),(31415,878,'_customer_user','5'),(31416,878,'_payment_method','paypal'),(31417,878,'_payment_method_title','PayPal'),(31418,878,'_customer_ip_address','73.11.93.174'),(31419,878,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36'),(31420,878,'_created_via','checkout'),(31421,878,'_cart_hash','5e20ca1b38b27af9e906d24178d43e6f'),(31422,878,'_billing_first_name','Mark'),(31423,878,'_billing_last_name','Meyer'),(31424,878,'_billing_company','lice clinics of america- portland'),(31425,878,'_billing_address_1','5201 SW Westgate Dr suite 106'),(31426,878,'_billing_address_2','106'),(31427,878,'_billing_city','portland'),(31428,878,'_billing_state','OR'),(31429,878,'_billing_postcode','97221'),(31430,878,'_billing_country','US'),(31431,878,'_billing_email','mark@nwliceclinics.com'),(31432,878,'_billing_phone','5034040475'),(31433,878,'_shipping_first_name','Mark'),(31434,878,'_shipping_last_name','Meyer'),(31435,878,'_shipping_company','lice clinics of america- portland'),(31436,878,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(31437,878,'_shipping_address_2','106'),(31438,878,'_shipping_city','portland'),(31439,878,'_shipping_state','OR'),(31440,878,'_shipping_postcode','97221'),(31441,878,'_shipping_country','US'),(31442,878,'_order_currency','USD'),(31443,878,'_cart_discount','0'),(31444,878,'_cart_discount_tax','0'),(31445,878,'_order_shipping','0'),(31446,878,'_order_shipping_tax','0'),(31447,878,'_order_tax','0'),(31448,878,'_order_total','1313.26'),(31449,878,'_order_version','5.9.0'),(31450,878,'_prices_include_tax','no'),(31451,878,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(31452,878,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(31453,878,'is_vat_exempt','no'),(31454,878,'Payment type','instant'),(31455,878,'_transaction_id','1W165644YS7783434'),(31456,878,'_paypal_status','completed'),(31457,878,'PayPal Transaction Fee','46.32'),(31458,878,'_date_paid','1639009806'),(31459,878,'_paid_date','2021-12-09 00:30:06'),(31460,878,'_download_permissions_granted','yes'),(31461,878,'_recorded_sales','yes'),(31462,878,'_recorded_coupon_usage_counts','yes'),(31463,878,'_order_stock_reduced','yes'),(31464,878,'_new_order_email_sent','true'),(31465,878,'_edit_lock','1639069048:2'),(31466,878,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066045\";s:12:\"date_shipped\";s:10:\"1639008000\";s:11:\"tracking_id\";s:32:\"617973a37031ee399d70401adff27562\";}}'),(31467,878,'_edit_last','2'),(31468,878,'_date_completed','1639069139'),(31469,878,'_completed_date','2021-12-09 16:58:59'),(31508,873,'_edit_lock','1639597703:2'),(31509,873,'_edit_last','2'),(31510,873,'_recorded_coupon_usage_counts','yes'),(31511,868,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065439\";s:12:\"date_shipped\";s:10:\"1639008000\";s:11:\"tracking_id\";s:32:\"3c37bd3bee6422fd187b06e0469d0b9c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953065440\";s:12:\"date_shipped\";i:1639073307;s:11:\"tracking_id\";s:32:\"c7142e528148222c47feffa6c2fbffb2\";}}'),(31512,868,'_date_completed','1639073311'),(31513,868,'_completed_date','2021-12-09 18:08:31'),(31514,876,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066012\";s:12:\"date_shipped\";s:10:\"1639008000\";s:11:\"tracking_id\";s:32:\"a9197b088c489ea2f27bfea5deea99f8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066023\";s:12:\"date_shipped\";i:1639073800;s:11:\"tracking_id\";s:32:\"0f6e26224d431ca331d47c0d1aec638e\";}}'),(31515,876,'_edit_last','2'),(31516,876,'_date_completed','1639073804'),(31517,876,'_completed_date','2021-12-09 18:16:44'),(31518,880,'_order_key','wc_order_Kxt3qXPWHpHPl'),(31519,880,'_customer_user','43'),(31520,880,'_payment_method','paypal'),(31521,880,'_payment_method_title','PayPal'),(31522,880,'_customer_ip_address','73.23.141.96'),(31523,880,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1'),(31524,880,'_created_via','checkout'),(31525,880,'_cart_hash','c83d6fbbbbf2b0c468a75e8cbfbb8b3e'),(31526,880,'_billing_first_name','Ryan'),(31527,880,'_billing_last_name','Nelson'),(31528,880,'_billing_address_1','140 Flame Vine drive'),(31529,880,'_billing_city','Naples'),(31530,880,'_billing_state','FL'),(31531,880,'_billing_postcode','34110'),(31532,880,'_billing_country','US'),(31533,880,'_billing_email','Rjnelson73@gmail.com'),(31534,880,'_billing_phone','239-281-0719'),(31535,880,'_shipping_first_name','Ryan'),(31536,880,'_shipping_last_name','Nelson'),(31537,880,'_shipping_address_1','140 Flame Vine drive'),(31538,880,'_shipping_city','Naples'),(31539,880,'_shipping_state','FL'),(31540,880,'_shipping_postcode','34110'),(31541,880,'_shipping_country','US'),(31542,880,'_order_currency','USD'),(31543,880,'_cart_discount','0'),(31544,880,'_cart_discount_tax','0'),(31545,880,'_order_shipping','22.5'),(31546,880,'_order_shipping_tax','0'),(31547,880,'_order_tax','0'),(31548,880,'_order_total','226.98'),(31549,880,'_order_version','5.9.0'),(31550,880,'_prices_include_tax','no'),(31551,880,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(31552,880,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(31553,880,'is_vat_exempt','no'),(31556,881,'_order_key','wc_order_mb1tZDWnBnLSY'),(31557,881,'_customer_user','13'),(31558,881,'_payment_method','paypal'),(31559,881,'_payment_method_title','PayPal'),(31560,881,'_customer_ip_address','68.99.201.73'),(31561,881,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0'),(31562,881,'_created_via','checkout'),(31563,881,'_cart_hash','e82dde2ab76488cef6d25ea52db4053f'),(31564,881,'_billing_first_name','Erich'),(31565,881,'_billing_last_name','Deines'),(31566,881,'_billing_address_1','15801 S. 48th St'),(31567,881,'_billing_address_2','3110'),(31568,881,'_billing_city','Phoenix'),(31569,881,'_billing_state','AZ'),(31570,881,'_billing_postcode','85048'),(31571,881,'_billing_country','US'),(31572,881,'_billing_email','info@liceclinicstucson.com'),(31573,881,'_billing_phone','8087280533'),(31574,881,'_shipping_first_name','Erich'),(31575,881,'_shipping_last_name','Deines'),(31576,881,'_shipping_company','LCA Tucson'),(31577,881,'_shipping_address_1','5300 E. Erickson Drive'),(31578,881,'_shipping_address_2','Suite 104'),(31579,881,'_shipping_city','Tucson'),(31580,881,'_shipping_state','AZ'),(31581,881,'_shipping_postcode','85712'),(31582,881,'_shipping_country','US'),(31583,881,'_order_currency','USD'),(31584,881,'_cart_discount','0'),(31585,881,'_cart_discount_tax','0'),(31586,881,'_order_shipping','16.49'),(31587,881,'_order_shipping_tax','0'),(31588,881,'_order_tax','0'),(31589,881,'_order_total','16.49'),(31590,881,'_order_version','5.9.0'),(31591,881,'_prices_include_tax','no'),(31592,881,'_billing_address_index','Erich Deines  15801 S. 48th St 3110 Phoenix AZ 85048 US info@liceclinicstucson.com 8087280533'),(31593,881,'_shipping_address_index','Erich Deines LCA Tucson 5300 E. Erickson Drive Suite 104 Tucson AZ 85712 US '),(31594,881,'is_vat_exempt','no'),(31595,881,'Payment type','instant'),(31596,881,'_transaction_id','62D37042XL289160M'),(31597,881,'_paypal_status','completed'),(31598,881,'PayPal Transaction Fee','1.07'),(31599,881,'_date_paid','1639221415'),(31600,881,'_paid_date','2021-12-11 11:16:55'),(31601,881,'_download_permissions_granted','yes'),(31602,881,'_recorded_sales','yes'),(31603,881,'_recorded_coupon_usage_counts','yes'),(31604,881,'_order_stock_reduced','yes'),(31605,881,'_new_order_email_sent','true'),(31606,882,'_order_key','wc_order_RnqN1W0KzJqI4'),(31607,882,'_customer_user','51'),(31608,882,'_payment_method','paypal'),(31609,882,'_payment_method_title','PayPal'),(31610,882,'_customer_ip_address','184.88.225.214'),(31611,882,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1'),(31612,882,'_created_via','checkout'),(31613,882,'_cart_hash','ef49d4e4955284f680384e2211f6b86b'),(31614,882,'_billing_first_name','Corie'),(31615,882,'_billing_last_name','Kaniamos'),(31616,882,'_billing_address_1','5026 Tildens Grove Blvd'),(31617,882,'_billing_city','Windermere'),(31618,882,'_billing_state','FL'),(31619,882,'_billing_postcode','34786'),(31620,882,'_billing_country','US'),(31621,882,'_billing_email','corie@liceclinicsofflorida.com'),(31622,882,'_billing_phone','6163406321'),(31623,882,'_shipping_first_name','Catie'),(31624,882,'_shipping_last_name','Carney'),(31625,882,'_shipping_company','LCA - West Palm Beach'),(31626,882,'_shipping_address_1','4977 B Alder Dr'),(31627,882,'_shipping_address_2','Foxwood Estates'),(31628,882,'_shipping_city','West Palm Beach'),(31629,882,'_shipping_state','FL'),(31630,882,'_shipping_postcode','33417'),(31631,882,'_shipping_country','US'),(31632,882,'_order_currency','USD'),(31633,882,'_cart_discount','0'),(31634,882,'_cart_discount_tax','0'),(31635,882,'_order_shipping','15.27'),(31636,882,'_order_shipping_tax','0'),(31637,882,'_order_tax','0'),(31638,882,'_order_total','15.27'),(31639,882,'_order_version','6.0.0'),(31640,882,'_prices_include_tax','no'),(31641,882,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(31642,882,'_shipping_address_index','Catie Carney LCA - West Palm Beach 4977 B Alder Dr Foxwood Estates West Palm Beach FL 33417 US '),(31643,882,'is_vat_exempt','no'),(31644,883,'_order_key','wc_order_uUqvauyNlEazF'),(31645,883,'_customer_user','51'),(31646,883,'_payment_method','paypal'),(31647,883,'_payment_method_title','PayPal'),(31648,883,'_customer_ip_address','73.0.148.33'),(31649,883,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36'),(31650,883,'_created_via','checkout'),(31651,883,'_cart_hash','a8e4b16408d854a74a532a05dc56d49a'),(31652,883,'_billing_first_name','Corie'),(31653,883,'_billing_last_name','Kaniamos'),(31654,883,'_billing_address_1','5026 Tildens Grove Blvd'),(31655,883,'_billing_city','Windermere'),(31656,883,'_billing_state','FL'),(31657,883,'_billing_postcode','34786'),(31658,883,'_billing_country','US'),(31659,883,'_billing_email','corie@liceclinicsofflorida.com'),(31660,883,'_billing_phone','6163406321'),(31661,883,'_shipping_first_name','Maria'),(31662,883,'_shipping_last_name','Hagg'),(31663,883,'_shipping_company','LCA - STUART'),(31664,883,'_shipping_address_1','17 Via Lucindia Dr. SOUTH'),(31665,883,'_shipping_city','Stuart'),(31666,883,'_shipping_state','FL'),(31667,883,'_shipping_postcode','34996'),(31668,883,'_shipping_country','US'),(31669,883,'_order_currency','USD'),(31670,883,'_cart_discount','0'),(31671,883,'_cart_discount_tax','0'),(31672,883,'_order_shipping','15.27'),(31673,883,'_order_shipping_tax','0'),(31674,883,'_order_tax','0'),(31675,883,'_order_total','15.27'),(31676,883,'_order_version','6.0.0'),(31677,883,'_prices_include_tax','no'),(31678,883,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(31679,883,'_shipping_address_index','Maria Hagg LCA - STUART 17 Via Lucindia Dr. SOUTH  Stuart FL 34996 US '),(31680,883,'is_vat_exempt','no'),(31681,873,'Payment type','instant'),(31682,873,'_transaction_id','2P699436G3032782S'),(31683,873,'_paypal_status','completed'),(31684,873,'PayPal Transaction Fee','9.78'),(31685,873,'_date_paid','1639254233'),(31686,873,'_paid_date','2021-12-11 20:23:53'),(31687,873,'_download_permissions_granted','yes'),(31688,873,'_recorded_sales','yes'),(31689,873,'_order_stock_reduced','yes'),(31690,873,'_new_order_email_sent','true'),(31691,884,'_order_key','wc_order_qEn72eghZv0XU'),(31692,884,'_customer_user','51'),(31693,884,'_payment_method','paypal'),(31694,884,'_payment_method_title','PayPal'),(31695,884,'_customer_ip_address','73.0.148.33'),(31696,884,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36'),(31697,884,'_created_via','checkout'),(31698,884,'_cart_hash','d8fd5b8c08627f6e4939da2aa5f9252b'),(31699,884,'_billing_first_name','Corie'),(31700,884,'_billing_last_name','Kaniamos'),(31701,884,'_billing_address_1','5026 Tildens Grove Blvd'),(31702,884,'_billing_city','Windermere'),(31703,884,'_billing_state','FL'),(31704,884,'_billing_postcode','34786'),(31705,884,'_billing_country','US'),(31706,884,'_billing_email','corie@liceclinicsofflorida.com'),(31707,884,'_billing_phone','6163406321'),(31708,884,'_shipping_first_name','Catie'),(31709,884,'_shipping_last_name','Carney'),(31710,884,'_shipping_company','LCA - WPB'),(31711,884,'_shipping_address_1','4977 B Alder Dr'),(31712,884,'_shipping_address_2','Fowwood Estates'),(31713,884,'_shipping_city','West Palm Beach'),(31714,884,'_shipping_state','FL'),(31715,884,'_shipping_postcode','33417'),(31716,884,'_shipping_country','US'),(31717,884,'_order_currency','USD'),(31718,884,'_cart_discount','0'),(31719,884,'_cart_discount_tax','0'),(31720,884,'_order_shipping','13.84'),(31721,884,'_order_shipping_tax','0'),(31722,884,'_order_tax','0'),(31723,884,'_order_total','13.84'),(31724,884,'_order_version','5.9.0'),(31725,884,'_prices_include_tax','no'),(31726,884,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(31727,884,'_shipping_address_index','Catie Carney LCA - WPB 4977 B Alder Dr Fowwood Estates West Palm Beach FL 33417 US '),(31728,884,'is_vat_exempt','no'),(31729,884,'Payment type','instant'),(31730,884,'_transaction_id','2PD75807H3478601U'),(31731,884,'_paypal_status','completed'),(31732,884,'PayPal Transaction Fee','0.97'),(31733,884,'_date_paid','1639255012'),(31734,884,'_paid_date','2021-12-11 20:36:52'),(31735,884,'_download_permissions_granted','yes'),(31736,884,'_recorded_sales','yes'),(31737,884,'_recorded_coupon_usage_counts','yes'),(31738,884,'_order_stock_reduced','yes'),(31739,884,'_new_order_email_sent','true'),(31740,885,'_order_key','wc_order_lC0yTPL3q7eB0'),(31741,885,'_customer_user','79'),(31742,885,'_payment_method','paypal'),(31743,885,'_payment_method_title','PayPal'),(31744,885,'_customer_ip_address','76.72.44.28'),(31745,885,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(31746,885,'_created_via','checkout'),(31747,885,'_cart_hash','d9854e264de84521708bd3d0b23ff330'),(31748,885,'_billing_first_name','Shanna'),(31749,885,'_billing_last_name','Castille'),(31750,885,'_billing_address_1','1097 Hundley Rd'),(31751,885,'_billing_city','Eunice'),(31752,885,'_billing_state','LA'),(31753,885,'_billing_postcode','70535'),(31754,885,'_billing_country','US'),(31755,885,'_billing_email','Shanna_sr09@yahoo.com'),(31756,885,'_billing_phone','3374668998'),(31757,885,'_shipping_first_name','Shanna'),(31758,885,'_shipping_last_name','Castille'),(31759,885,'_shipping_address_1','1097 Hundley Rd'),(31760,885,'_shipping_city','eunice'),(31761,885,'_shipping_state','LA'),(31762,885,'_shipping_postcode','70535'),(31763,885,'_shipping_country','US'),(31764,885,'_order_currency','USD'),(31765,885,'_cart_discount','0'),(31766,885,'_cart_discount_tax','0'),(31767,885,'_order_shipping','27.25'),(31768,885,'_order_shipping_tax','0'),(31769,885,'_order_tax','0'),(31770,885,'_order_total','473.73'),(31771,885,'_order_version','5.9.0'),(31772,885,'_prices_include_tax','no'),(31773,885,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(31774,885,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(31775,885,'is_vat_exempt','no'),(31776,885,'Payment type','instant'),(31777,885,'_transaction_id','3C040697WM4922044'),(31778,885,'_paypal_status','completed'),(31779,885,'PayPal Transaction Fee','17.02'),(31780,885,'_date_paid','1639257371'),(31781,885,'_paid_date','2021-12-11 21:16:11'),(31782,885,'_download_permissions_granted','yes'),(31783,885,'_recorded_sales','yes'),(31784,885,'_recorded_coupon_usage_counts','yes'),(31785,885,'_order_stock_reduced','yes'),(31786,885,'_new_order_email_sent','true'),(31787,886,'_order_key','wc_order_JLGss82BdXwMq'),(31788,886,'_customer_user','3'),(31789,886,'_payment_method','paypal'),(31790,886,'_payment_method_title','PayPal'),(31791,886,'_customer_ip_address','70.142.202.154'),(31792,886,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(31793,886,'_created_via','checkout'),(31794,886,'_cart_hash','7c14ce403d7869543773d2393fea0dfa'),(31795,886,'_billing_first_name','Amanda'),(31796,886,'_billing_last_name','Westerman'),(31797,886,'_billing_company','Lice Clinics of America McKinney'),(31798,886,'_billing_address_1','3120 Hudson Crossing'),(31799,886,'_billing_address_2','Suite A2'),(31800,886,'_billing_city','MCKINNEY'),(31801,886,'_billing_state','TX'),(31802,886,'_billing_postcode','75070'),(31803,886,'_billing_country','US'),(31804,886,'_billing_email','awesterman1103@gmail.com'),(31805,886,'_billing_phone','2144175741'),(31806,886,'_shipping_first_name','Lice'),(31807,886,'_shipping_last_name','McKinney'),(31808,886,'_shipping_company','Lice Clinics of America McKinney'),(31809,886,'_shipping_address_1','3120 Hudson Crossing'),(31810,886,'_shipping_address_2','Suite A2'),(31811,886,'_shipping_city','McKinney'),(31812,886,'_shipping_state','TX'),(31813,886,'_shipping_postcode','75070'),(31814,886,'_shipping_country','US'),(31815,886,'_order_currency','USD'),(31816,886,'_cart_discount','0'),(31817,886,'_cart_discount_tax','0'),(31818,886,'_order_shipping','0'),(31819,886,'_order_shipping_tax','0'),(31820,886,'_order_tax','0'),(31821,886,'_order_total','504.80'),(31822,886,'_order_version','5.9.0'),(31823,886,'_prices_include_tax','no'),(31824,886,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(31825,886,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(31826,886,'is_vat_exempt','no'),(31827,886,'Payment type','instant'),(31828,886,'_transaction_id','8NP77933HM031774J'),(31829,886,'_paypal_status','completed'),(31830,886,'PayPal Transaction Fee','18.11'),(31831,886,'_date_paid','1639414248'),(31832,886,'_paid_date','2021-12-13 16:50:48'),(31833,886,'_download_permissions_granted','yes'),(31834,886,'_recorded_sales','yes'),(31835,886,'_recorded_coupon_usage_counts','yes'),(31836,886,'_order_stock_reduced','yes'),(31837,886,'_new_order_email_sent','true'),(31838,881,'_edit_lock','1639427171:2'),(31839,884,'_edit_lock','1639427096:2'),(31840,885,'_edit_lock','1639427305:2'),(31841,886,'_edit_lock','1639427250:2'),(31842,884,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066310\";s:12:\"date_shipped\";s:10:\"1639353600\";s:11:\"tracking_id\";s:32:\"4406f391c21d6105e52ad8b96dc8864b\";}}'),(31843,884,'_edit_last','2'),(31844,884,'_date_completed','1639427221'),(31845,884,'_completed_date','2021-12-13 20:27:01'),(31846,881,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066295\";s:12:\"date_shipped\";s:10:\"1639353600\";s:11:\"tracking_id\";s:32:\"d7b11a3825b0dee72b6afb136b51d618\";}}'),(31847,881,'_edit_last','2'),(31848,881,'_date_completed','1639427304'),(31849,881,'_completed_date','2021-12-13 20:28:24'),(31850,886,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066376\";s:12:\"date_shipped\";s:10:\"1639353600\";s:11:\"tracking_id\";s:32:\"76a4ff2a354c58b6e03d7c174b9105ba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066365\";s:12:\"date_shipped\";i:1639427349;s:11:\"tracking_id\";s:32:\"f3434c33a8065a175cb414e35e4007f0\";}}'),(31851,886,'_edit_last','2'),(31852,886,'_date_completed','1639427353'),(31853,886,'_completed_date','2021-12-13 20:29:13'),(31854,885,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066332\";s:12:\"date_shipped\";s:10:\"1639353600\";s:11:\"tracking_id\";s:32:\"72ce4bd6df877f6e3ab87acb5cfe6cb8\";}}'),(31855,885,'_edit_last','2'),(31856,885,'_date_completed','1639427423'),(31857,885,'_completed_date','2021-12-13 20:30:23'),(31858,880,'_edit_lock','1639511728:2'),(31859,880,'_edit_last','2'),(31860,880,'_recorded_coupon_usage_counts','yes'),(31861,888,'_order_key','wc_order_E7Q9ASgn28pnl'),(31862,888,'_customer_user','48'),(31863,888,'_payment_method','paypal'),(31864,888,'_payment_method_title','PayPal'),(31865,888,'_customer_ip_address','50.4.121.93'),(31866,888,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.34'),(31867,888,'_created_via','checkout'),(31868,888,'_cart_hash','9adcbf8240281ca6fe14bf52e632cf72'),(31869,888,'_billing_first_name','Suzanne'),(31870,888,'_billing_last_name','McCutchan'),(31871,888,'_billing_address_1','7206 OAK HILL RD'),(31872,888,'_billing_city','Evansville'),(31873,888,'_billing_state','IN'),(31874,888,'_billing_postcode','47725'),(31875,888,'_billing_country','US'),(31876,888,'_billing_email','suzannemccutchan@outlook.com'),(31877,888,'_billing_phone','8127468389'),(31878,888,'_shipping_first_name','Suzanne'),(31879,888,'_shipping_last_name','McCutchan'),(31880,888,'_shipping_address_1','7206 Oak Hill Rd'),(31881,888,'_shipping_city','Evansville'),(31882,888,'_shipping_state','IN'),(31883,888,'_shipping_postcode','47725'),(31884,888,'_shipping_country','US'),(31885,888,'_order_currency','USD'),(31886,888,'_cart_discount','0'),(31887,888,'_cart_discount_tax','0'),(31888,888,'_order_shipping','37.12'),(31889,888,'_order_shipping_tax','0'),(31890,888,'_order_tax','0'),(31891,888,'_order_total','492.43'),(31892,888,'_order_version','6.0.0'),(31893,888,'_prices_include_tax','no'),(31894,888,'_billing_address_index','Suzanne McCutchan  7206 OAK HILL RD  Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(31895,888,'_shipping_address_index','Suzanne McCutchan  7206 Oak Hill Rd  Evansville IN 47725 US '),(31896,888,'is_vat_exempt','no'),(31897,880,'Payment type','instant'),(31898,880,'_transaction_id','1A6255375L691502U'),(31899,880,'_paypal_status','completed'),(31900,880,'PayPal Transaction Fee','8.41'),(31901,880,'_date_paid','1639494680'),(31902,880,'_paid_date','2021-12-14 15:11:20'),(31903,880,'_download_permissions_granted','yes'),(31904,880,'_recorded_sales','yes'),(31905,880,'_order_stock_reduced','yes'),(31906,880,'_new_order_email_sent','true'),(31907,889,'_order_key','wc_order_GC1tvrot62b9C'),(31908,889,'_customer_user','37'),(31909,889,'_payment_method','paypal'),(31910,889,'_payment_method_title','PayPal'),(31911,889,'_customer_ip_address','71.29.229.7'),(31912,889,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36 Edg/96.0.1054.53'),(31913,889,'_created_via','checkout'),(31914,889,'_cart_hash','e1ec020e981f6081d153948eec7d860a'),(31915,889,'_billing_first_name','Melody'),(31916,889,'_billing_last_name','Carter'),(31917,889,'_billing_company','Family Hair Clinic of South Ga LLC'),(31918,889,'_billing_address_1','7754 GA HIGHWAY 122 W'),(31919,889,'_billing_city','HAHIRA'),(31920,889,'_billing_state','GA'),(31921,889,'_billing_postcode','31632-2210'),(31922,889,'_billing_country','US'),(31923,889,'_billing_email','familyhairclinic@gmail.com'),(31924,889,'_billing_phone','2294151748'),(31925,889,'_shipping_first_name','Melody'),(31926,889,'_shipping_last_name','Carter'),(31927,889,'_shipping_company','LCA Family Hair Clinic'),(31928,889,'_shipping_address_1','7754 GA Highway 122 W'),(31929,889,'_shipping_city','Hahira'),(31930,889,'_shipping_state','GA'),(31931,889,'_shipping_postcode','31632'),(31932,889,'_shipping_country','US'),(31933,889,'_order_currency','USD'),(31934,889,'_cart_discount','0'),(31935,889,'_cart_discount_tax','0'),(31936,889,'_order_shipping','24.6'),(31937,889,'_order_shipping_tax','0'),(31938,889,'_order_tax','0'),(31939,889,'_order_total','145.56'),(31940,889,'_order_version','6.0.0'),(31941,889,'_prices_include_tax','no'),(31942,889,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(31943,889,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(31944,889,'is_vat_exempt','no'),(31945,890,'_order_key','wc_order_aPmfmukSMiqyv'),(31946,890,'_customer_user','83'),(31947,890,'_payment_method','paypal'),(31948,890,'_payment_method_title','PayPal'),(31949,890,'_customer_ip_address','97.122.90.40'),(31950,890,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(31951,890,'_created_via','checkout'),(31952,890,'_cart_hash','6585440a57a18361ea8ce5871bf9bfc8'),(31953,890,'_billing_first_name','Tanya'),(31954,890,'_billing_last_name','LLC'),(31955,890,'_billing_address_1','4248 McMurry Ave'),(31956,890,'_billing_city','Fort Collins'),(31957,890,'_billing_state','CO'),(31958,890,'_billing_postcode','80525'),(31959,890,'_billing_country','US'),(31960,890,'_billing_email','info@liceclinicsnortherncolorado.com'),(31961,890,'_billing_phone','9702338787'),(31962,890,'_shipping_first_name','Lice Clinics'),(31963,890,'_shipping_last_name','America'),(31964,890,'_shipping_company','Lice Clinics of America Longmont'),(31965,890,'_shipping_address_1','421 21st Ave, Suite 210'),(31966,890,'_shipping_city','Longmont'),(31967,890,'_shipping_state','CO'),(31968,890,'_shipping_postcode','80501'),(31969,890,'_shipping_country','US'),(31970,890,'_order_currency','USD'),(31971,890,'_cart_discount','0'),(31972,890,'_cart_discount_tax','0'),(31973,890,'_order_shipping','39.58'),(31974,890,'_order_shipping_tax','0'),(31975,890,'_order_tax','0'),(31976,890,'_order_total','39.58'),(31977,890,'_order_version','6.0.0'),(31978,890,'_prices_include_tax','no'),(31979,890,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(31980,890,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(31981,890,'is_vat_exempt','no'),(31982,889,'_edit_lock','1640109927:2'),(31983,888,'_edit_lock','1639762916:2'),(31984,888,'_edit_last','2'),(31985,888,'_recorded_coupon_usage_counts','yes'),(31986,889,'_edit_last','2'),(31987,889,'_recorded_coupon_usage_counts','yes'),(31988,880,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066457\";s:12:\"date_shipped\";s:10:\"1639440000\";s:11:\"tracking_id\";s:32:\"cd09d790ad8357b4963612aa3edba4a2\";}}'),(31989,880,'_date_completed','1639511834'),(31990,880,'_completed_date','2021-12-14 19:57:14'),(31991,891,'_order_key','wc_order_lNYTFxZH5XdIp'),(31992,891,'_customer_user','50'),(31993,891,'_payment_method','paypal'),(31994,891,'_payment_method_title','PayPal'),(31995,891,'_customer_ip_address','73.126.237.59'),(31996,891,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36 Edg/96.0.1054.43'),(31997,891,'_created_via','checkout'),(31998,891,'_cart_hash','77c6e2f451513cc68fa8322c22a3cbd1'),(31999,891,'_billing_first_name','Christine'),(32000,891,'_billing_last_name','Cherry'),(32001,891,'_billing_company','NITS END'),(32002,891,'_billing_address_1','PO BOX 1092'),(32003,891,'_billing_city','Campton'),(32004,891,'_billing_state','NH'),(32005,891,'_billing_postcode','03223'),(32006,891,'_billing_country','US'),(32007,891,'_billing_email','info@liceclinicsplaistow.com'),(32008,891,'_billing_phone','16034983390'),(32009,891,'_shipping_first_name','Megan'),(32010,891,'_shipping_last_name','O\'Neil'),(32011,891,'_shipping_company','LCA Plaistow'),(32012,891,'_shipping_address_1','18 Sheridan St'),(32013,891,'_shipping_city','Haverhill'),(32014,891,'_shipping_state','MA'),(32015,891,'_shipping_postcode','01830'),(32016,891,'_shipping_country','US'),(32017,891,'_order_currency','USD'),(32018,891,'_cart_discount','0'),(32019,891,'_cart_discount_tax','0'),(32020,891,'_order_shipping','27.77'),(32021,891,'_order_shipping_tax','0'),(32022,891,'_order_tax','0'),(32023,891,'_order_total','485.69'),(32024,891,'_order_version','5.9.0'),(32025,891,'_prices_include_tax','no'),(32026,891,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(32027,891,'_shipping_address_index','Megan O\'Neil LCA Plaistow 18 Sheridan St  Haverhill MA 01830 US '),(32028,891,'is_vat_exempt','no'),(32029,891,'Payment type','instant'),(32030,891,'_transaction_id','6UH78729CB727600J'),(32031,891,'_paypal_status','completed'),(32032,891,'PayPal Transaction Fee','17.44'),(32033,891,'_date_paid','1639522208'),(32034,891,'_paid_date','2021-12-14 22:50:08'),(32035,891,'_download_permissions_granted','yes'),(32036,891,'_recorded_sales','yes'),(32037,891,'_recorded_coupon_usage_counts','yes'),(32038,891,'_order_stock_reduced','yes'),(32039,891,'_new_order_email_sent','true'),(32040,869,'Payment type','instant'),(32041,869,'_transaction_id','9L268067FD6677736'),(32042,869,'_paypal_status','completed'),(32043,869,'PayPal Transaction Fee','24.15'),(32044,869,'_date_paid','1639596935'),(32045,869,'_paid_date','2021-12-15 19:35:35'),(32046,869,'_download_permissions_granted','yes'),(32047,869,'_recorded_sales','yes'),(32048,869,'_order_stock_reduced','yes'),(32049,869,'_new_order_email_sent','true'),(32050,891,'_edit_lock','1639597643:2'),(32051,891,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066490\";s:12:\"date_shipped\";s:10:\"1639526400\";s:11:\"tracking_id\";s:32:\"161af046d5a9304fb297dbc34e1cb906\";}}'),(32052,891,'_edit_last','2'),(32053,891,'_date_completed','1639597635'),(32054,891,'_completed_date','2021-12-15 19:47:15'),(32055,873,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066321\";s:12:\"date_shipped\";s:10:\"1639526400\";s:11:\"tracking_id\";s:32:\"bfde6d1a43f1a61d399aaf42e90dabbd\";}}'),(32056,873,'_date_completed','1639597791'),(32057,873,'_completed_date','2021-12-15 19:49:51'),(32096,890,'_edit_lock','1639685740:2'),(32097,890,'_edit_last','2'),(32098,890,'_recorded_coupon_usage_counts','yes'),(32099,890,'Payment type','instant'),(32100,890,'_transaction_id','6WF62726SH0519901'),(32101,890,'_paypal_status','completed'),(32102,890,'PayPal Transaction Fee','1.87'),(32103,890,'_date_paid','1639674550'),(32104,890,'_paid_date','2021-12-16 17:09:10'),(32105,890,'_download_permissions_granted','yes'),(32106,890,'_recorded_sales','yes'),(32107,890,'_order_stock_reduced','yes'),(32108,890,'_new_order_email_sent','true'),(32116,888,'Payment type','instant'),(32117,888,'_transaction_id','2BG45569W7133382B'),(32118,888,'_paypal_status','completed'),(32119,888,'PayPal Transaction Fee','17.68'),(32120,888,'_date_paid','1639682667'),(32121,888,'_paid_date','2021-12-16 19:24:27'),(32122,888,'_download_permissions_granted','yes'),(32123,888,'_recorded_sales','yes'),(32124,888,'_order_stock_reduced','yes'),(32125,888,'_new_order_email_sent','true'),(32126,869,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066550\";s:12:\"date_shipped\";s:10:\"1639612800\";s:11:\"tracking_id\";s:32:\"f86f8d7591a9edd5db57a85072104b1a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066549\";s:12:\"date_shipped\";i:1639685756;s:11:\"tracking_id\";s:32:\"40922b3a85e4c76c24c19ce776416c85\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066538\";s:12:\"date_shipped\";i:1639685764;s:11:\"tracking_id\";s:32:\"4e21183e8ce6644739c54fd957823cf1\";}}'),(32127,869,'_date_completed','1639685767'),(32128,869,'_completed_date','2021-12-16 20:16:07'),(32129,890,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066777\";s:12:\"date_shipped\";s:10:\"1639612800\";s:11:\"tracking_id\";s:32:\"0a5b421370baa6cf0e42896fc37079e4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066766\";s:12:\"date_shipped\";i:1639685831;s:11:\"tracking_id\";s:32:\"8235cf4c613c7fc8a2f4c067eb5069fc\";}}'),(32130,890,'_date_completed','1639685834'),(32131,890,'_completed_date','2021-12-16 20:17:14'),(32133,893,'_order_key','wc_order_d83akhOU5RyLx'),(32134,893,'_customer_user','47'),(32135,893,'_payment_method','paypal'),(32136,893,'_payment_method_title','PayPal'),(32137,893,'_customer_ip_address','72.177.241.58'),(32138,893,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(32139,893,'_created_via','checkout'),(32140,893,'_cart_hash','68a9d9d7104de14cb108b8a81d8812fd'),(32141,893,'_billing_first_name','Tracy'),(32142,893,'_billing_last_name','Copeland'),(32143,893,'_billing_company','South Texas Lice Clinics LLC'),(32144,893,'_billing_address_1','14223 Silverhollow'),(32145,893,'_billing_city','San Antonio'),(32146,893,'_billing_state','TX'),(32147,893,'_billing_postcode','78232'),(32148,893,'_billing_country','US'),(32149,893,'_billing_email','info@liceclinicsanantoniowest.com'),(32150,893,'_billing_phone','2103135033'),(32151,893,'_shipping_first_name','Tracy'),(32152,893,'_shipping_last_name','Copeland'),(32153,893,'_shipping_company','South Texas Lice Clinics LLC'),(32154,893,'_shipping_address_1','14223 Silverhollow'),(32155,893,'_shipping_city','San Antonio'),(32156,893,'_shipping_state','TX'),(32157,893,'_shipping_postcode','78232'),(32158,893,'_shipping_country','US'),(32159,893,'_order_currency','USD'),(32160,893,'_cart_discount','0'),(32161,893,'_cart_discount_tax','0'),(32162,893,'_order_shipping','18.72'),(32163,893,'_order_shipping_tax','0'),(32164,893,'_order_tax','0'),(32165,893,'_order_total','203.72'),(32166,893,'_order_version','6.0.0'),(32167,893,'_prices_include_tax','no'),(32168,893,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(32169,893,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(32170,893,'is_vat_exempt','no'),(32171,893,'Payment type','instant'),(32172,893,'_transaction_id','05Y37967U4643934T'),(32173,893,'_paypal_status','completed'),(32174,893,'PayPal Transaction Fee','7.60'),(32175,893,'_date_paid','1639691698'),(32176,893,'_paid_date','2021-12-16 21:54:58'),(32177,893,'_download_permissions_granted','yes'),(32178,893,'_recorded_sales','yes'),(32179,893,'_recorded_coupon_usage_counts','yes'),(32180,893,'_order_stock_reduced','yes'),(32181,893,'_new_order_email_sent','true'),(32182,893,'_edit_lock','1639762515:2'),(32183,893,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066880\";s:12:\"date_shipped\";s:10:\"1639699200\";s:11:\"tracking_id\";s:32:\"1f388309df3ee7d1139927acc3d62846\";}}'),(32184,893,'_edit_last','2'),(32185,893,'_date_completed','1639762642'),(32186,893,'_completed_date','2021-12-17 17:37:22'),(32187,888,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066858\";s:12:\"date_shipped\";s:10:\"1639699200\";s:11:\"tracking_id\";s:32:\"1d896029c71884d323da0f7d22397df4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953066847\";s:12:\"date_shipped\";i:1639762791;s:11:\"tracking_id\";s:32:\"44c957059c87f57615cd6d5e5863f470\";}}'),(32188,888,'_date_completed','1639762804'),(32189,888,'_completed_date','2021-12-17 17:40:04'),(32190,894,'_order_key','wc_order_theheiNpALba1'),(32191,894,'_customer_user','66'),(32192,894,'_payment_method','paypal'),(32193,894,'_payment_method_title','PayPal'),(32194,894,'_customer_ip_address','69.250.30.77'),(32195,894,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(32196,894,'_created_via','checkout'),(32197,894,'_cart_hash','a3e8d9c48c56d636bd691d84370f9b3d'),(32198,894,'_billing_first_name','Mark'),(32199,894,'_billing_last_name','Dent'),(32200,894,'_billing_company','Lice Clinics of Maryland'),(32201,894,'_billing_address_1','801 W 33rd Street'),(32202,894,'_billing_city','BAltimore'),(32203,894,'_billing_state','MD'),(32204,894,'_billing_postcode','21211'),(32205,894,'_billing_country','US'),(32206,894,'_billing_email','info@liceclinicsofmaryland.com'),(32207,894,'_billing_phone','4438349991'),(32208,894,'_shipping_first_name','Dawn'),(32209,894,'_shipping_last_name','Mumaw'),(32210,894,'_shipping_company','LCA Baltimore'),(32211,894,'_shipping_address_1','604 Providence Road'),(32212,894,'_shipping_city','Towson'),(32213,894,'_shipping_state','MD'),(32214,894,'_shipping_postcode','21286'),(32215,894,'_shipping_country','US'),(32216,894,'_order_currency','USD'),(32217,894,'_cart_discount','0'),(32218,894,'_cart_discount_tax','0'),(32219,894,'_order_shipping','44.65'),(32220,894,'_order_shipping_tax','0'),(32221,894,'_order_tax','0'),(32222,894,'_order_total','654.25'),(32223,894,'_order_version','6.0.0'),(32224,894,'_prices_include_tax','no'),(32225,894,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(32226,894,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(32227,894,'is_vat_exempt','no'),(32228,894,'Payment type','instant'),(32229,894,'_transaction_id','2N438370VD347990N'),(32230,894,'_paypal_status','completed'),(32231,894,'PayPal Transaction Fee','23.32'),(32232,894,'_date_paid','1639842484'),(32233,894,'_paid_date','2021-12-18 15:48:04'),(32234,894,'_download_permissions_granted','yes'),(32235,894,'_recorded_sales','yes'),(32236,894,'_recorded_coupon_usage_counts','yes'),(32237,894,'_order_stock_reduced','yes'),(32238,894,'_new_order_email_sent','true'),(32239,895,'_order_key','wc_order_GsTIodAy5SZ4b'),(32240,895,'_customer_user','54'),(32241,895,'_payment_method','paypal'),(32242,895,'_payment_method_title','PayPal'),(32243,895,'_customer_ip_address','67.175.206.111'),(32244,895,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(32245,895,'_created_via','checkout'),(32246,895,'_cart_hash','9364b6981138498d22ea194f4ab9efd2'),(32247,895,'_billing_first_name','Erin'),(32248,895,'_billing_last_name','Hawn'),(32249,895,'_billing_address_1','10 W Phillip Rd'),(32250,895,'_billing_address_2','123'),(32251,895,'_billing_city','Vernon Hills'),(32252,895,'_billing_state','IL'),(32253,895,'_billing_postcode','60061'),(32254,895,'_billing_country','US'),(32255,895,'_billing_email','info@liceclinicsvernonhills.com'),(32256,895,'_billing_phone','8475960408'),(32257,895,'_shipping_first_name','Erin'),(32258,895,'_shipping_last_name','Hawn'),(32259,895,'_shipping_address_1','1491 S Amarias Dr'),(32260,895,'_shipping_city','Round lake'),(32261,895,'_shipping_state','IL'),(32262,895,'_shipping_postcode','60073'),(32263,895,'_shipping_country','US'),(32264,895,'_order_currency','USD'),(32265,895,'_cart_discount','0'),(32266,895,'_cart_discount_tax','0'),(32267,895,'_order_shipping','0'),(32268,895,'_order_shipping_tax','0'),(32269,895,'_order_tax','0'),(32270,895,'_order_total','675.40'),(32271,895,'_order_version','6.0.0'),(32272,895,'_prices_include_tax','no'),(32273,895,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(32274,895,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(32275,895,'is_vat_exempt','no'),(32276,896,'_order_key','wc_order_L10cppu1VgSYE'),(32277,896,'_customer_user','20'),(32278,896,'_payment_method','paypal'),(32279,896,'_payment_method_title','PayPal'),(32280,896,'_customer_ip_address','45.51.241.116'),(32281,896,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14150.87.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.124 Safari/537.36'),(32282,896,'_created_via','checkout'),(32283,896,'_cart_hash','599c668a2d66880b3017882b8a65e9ac'),(32284,896,'_billing_first_name','Hasani'),(32285,896,'_billing_last_name','Thompson'),(32286,896,'_billing_company','Heat in Hair'),(32287,896,'_billing_address_1','27225 Camp Plenty Road'),(32288,896,'_billing_address_2','1D'),(32289,896,'_billing_city','Santa Clarita'),(32290,896,'_billing_state','CA'),(32291,896,'_billing_postcode','91351'),(32292,896,'_billing_country','US'),(32293,896,'_billing_email','info@liceclinicssantaclarita.com'),(32294,896,'_billing_phone','6615850263'),(32295,896,'_shipping_first_name','Hasani'),(32296,896,'_shipping_last_name','Thompson'),(32297,896,'_shipping_company','Heat in Hair'),(32298,896,'_shipping_address_1','5145 Nightsky Place'),(32299,896,'_shipping_city','Palmdale'),(32300,896,'_shipping_state','CA'),(32301,896,'_shipping_postcode','93552'),(32302,896,'_shipping_country','US'),(32303,896,'_order_currency','USD'),(32304,896,'_cart_discount','0'),(32305,896,'_cart_discount_tax','0'),(32306,896,'_order_shipping','85.02'),(32307,896,'_order_shipping_tax','0'),(32308,896,'_order_tax','0'),(32309,896,'_order_total','975.98'),(32310,896,'_order_version','6.0.0'),(32311,896,'_prices_include_tax','no'),(32312,896,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(32313,896,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(32314,896,'is_vat_exempt','no'),(32315,896,'Payment type','instant'),(32316,896,'_transaction_id','3NH45763YH9542829'),(32317,896,'_paypal_status','completed'),(32318,896,'PayPal Transaction Fee','34.55'),(32319,896,'_date_paid','1639981468'),(32320,896,'_paid_date','2021-12-20 06:24:28'),(32321,896,'_download_permissions_granted','yes'),(32322,896,'_recorded_sales','yes'),(32323,896,'_recorded_coupon_usage_counts','yes'),(32324,896,'_order_stock_reduced','yes'),(32325,896,'_new_order_email_sent','true'),(32326,897,'_order_key','wc_order_ZSCK8ONAtaaX2'),(32327,897,'_customer_user','87'),(32328,897,'_payment_method','paypal'),(32329,897,'_payment_method_title','PayPal'),(32330,897,'_customer_ip_address','70.189.75.106'),(32331,897,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(32332,897,'_created_via','checkout'),(32333,897,'_cart_hash','cdd3411019df3585722fd8aa2586dbf6'),(32334,897,'_billing_first_name','Wade'),(32335,897,'_billing_last_name','Huntsman'),(32336,897,'_billing_company','LCA Midsouth'),(32337,897,'_billing_address_1','1104 E 25th St'),(32338,897,'_billing_city','Tulsa'),(32339,897,'_billing_state','OK'),(32340,897,'_billing_postcode','74114'),(32341,897,'_billing_country','US'),(32342,897,'_billing_email','info@liceclinicsmidsouth.com'),(32343,897,'_billing_phone','9189783329'),(32344,897,'_shipping_first_name','Wade'),(32345,897,'_shipping_last_name','Huntsman'),(32346,897,'_shipping_company','Lice Clinics of America'),(32347,897,'_shipping_address_1','3421 E 21st St'),(32348,897,'_shipping_city','Tulsa'),(32349,897,'_shipping_state','OK'),(32350,897,'_shipping_postcode','74114'),(32351,897,'_shipping_country','US'),(32352,897,'_order_currency','USD'),(32353,897,'_cart_discount','0'),(32354,897,'_cart_discount_tax','0'),(32355,897,'_order_shipping','0'),(32356,897,'_order_shipping_tax','0'),(32357,897,'_order_tax','0'),(32358,897,'_order_total','743.42'),(32359,897,'_order_version','6.0.0'),(32360,897,'_prices_include_tax','no'),(32361,897,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(32362,897,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st St  Tulsa OK 74114 US '),(32363,897,'is_vat_exempt','no'),(32364,897,'Payment type','instant'),(32365,897,'_transaction_id','49557939DD228502E'),(32366,897,'_paypal_status','completed'),(32367,897,'PayPal Transaction Fee','26.44'),(32368,897,'_date_paid','1640014963'),(32369,897,'_paid_date','2021-12-20 15:42:43'),(32370,897,'_download_permissions_granted','yes'),(32371,897,'_recorded_sales','yes'),(32372,897,'_recorded_coupon_usage_counts','yes'),(32373,897,'_order_stock_reduced','yes'),(32374,897,'_new_order_email_sent','true'),(32375,898,'_order_key','wc_order_Beqib3Gci7XpY'),(32376,898,'_customer_user','87'),(32377,898,'_payment_method','paypal'),(32378,898,'_payment_method_title','PayPal'),(32379,898,'_customer_ip_address','70.189.75.106'),(32380,898,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(32381,898,'_created_via','checkout'),(32382,898,'_cart_hash','6a21a103f62734b1195575f73c08a39f'),(32383,898,'_billing_first_name','Wade'),(32384,898,'_billing_last_name','Huntsman'),(32385,898,'_billing_company','LCA Midsouth'),(32386,898,'_billing_address_1','1104 E 25th St'),(32387,898,'_billing_city','Tulsa'),(32388,898,'_billing_state','OK'),(32389,898,'_billing_postcode','74114'),(32390,898,'_billing_country','US'),(32391,898,'_billing_email','info@liceclinicsmidsouth.com'),(32392,898,'_billing_phone','9189783329'),(32393,898,'_shipping_first_name','Katee'),(32394,898,'_shipping_last_name','Morrison'),(32395,898,'_shipping_company','Lice Clinics of America'),(32396,898,'_shipping_address_1','748 Brookwood Dr Apt 103'),(32397,898,'_shipping_city','OKC'),(32398,898,'_shipping_state','OK'),(32399,898,'_shipping_postcode','74139'),(32400,898,'_shipping_country','US'),(32401,898,'_order_currency','USD'),(32402,898,'_cart_discount','0'),(32403,898,'_cart_discount_tax','0'),(32404,898,'_order_shipping','0'),(32405,898,'_order_shipping_tax','0'),(32406,898,'_order_tax','0'),(32407,898,'_order_total','539.90'),(32408,898,'_order_version','6.0.0'),(32409,898,'_prices_include_tax','no'),(32410,898,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(32411,898,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103  OKC OK 74139 US '),(32413,898,'is_vat_exempt','no'),(32414,898,'Payment type','instant'),(32415,898,'_transaction_id','7R8242183A329102P'),(32416,898,'_paypal_status','completed'),(32417,898,'PayPal Transaction Fee','19.33'),(32418,898,'_date_paid','1640015490'),(32419,898,'_paid_date','2021-12-20 15:51:30'),(32420,898,'_download_permissions_granted','yes'),(32421,898,'_recorded_sales','yes'),(32422,898,'_recorded_coupon_usage_counts','yes'),(32423,898,'_order_stock_reduced','yes'),(32424,898,'_new_order_email_sent','true'),(32425,899,'_order_key','wc_order_9KOjsHF9uuc8u'),(32426,899,'_customer_user','87'),(32427,899,'_payment_method','paypal'),(32428,899,'_payment_method_title','PayPal'),(32429,899,'_customer_ip_address','70.189.75.106'),(32430,899,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(32431,899,'_created_via','checkout'),(32432,899,'_cart_hash','fc8e8f6b5b05977b48d579be308ddfa7'),(32433,899,'_billing_first_name','Wade'),(32434,899,'_billing_last_name','Huntsman'),(32435,899,'_billing_company','LCA Midsouth'),(32436,899,'_billing_address_1','1104 E 25th St'),(32437,899,'_billing_city','Tulsa'),(32438,899,'_billing_state','OK'),(32439,899,'_billing_postcode','74114'),(32440,899,'_billing_country','US'),(32441,899,'_billing_email','info@liceclinicsmidsouth.com'),(32442,899,'_billing_phone','9189783329'),(32443,899,'_shipping_first_name','Logan'),(32444,899,'_shipping_last_name','Futrell'),(32445,899,'_shipping_company','Lice Clinics of America'),(32446,899,'_shipping_address_1','207 E Monroe Ave Ste D'),(32447,899,'_shipping_city','Lowell'),(32448,899,'_shipping_state','AR'),(32449,899,'_shipping_postcode','72745'),(32450,899,'_shipping_country','US'),(32451,899,'_order_currency','USD'),(32452,899,'_cart_discount','0'),(32453,899,'_cart_discount_tax','0'),(32454,899,'_order_shipping','0'),(32455,899,'_order_shipping_tax','0'),(32456,899,'_order_tax','0'),(32457,899,'_order_total','510.44'),(32458,899,'_order_version','6.0.0'),(32459,899,'_prices_include_tax','no'),(32460,899,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(32461,899,'_shipping_address_index','Logan Futrell Lice Clinics of America 207 E Monroe Ave Ste D  Lowell AR 72745 US '),(32462,899,'is_vat_exempt','no'),(32463,899,'Payment type','instant'),(32464,899,'_transaction_id','6AN68849A10231149'),(32465,899,'_paypal_status','completed'),(32466,899,'PayPal Transaction Fee','18.30'),(32467,899,'_date_paid','1640015704'),(32468,899,'_paid_date','2021-12-20 15:55:04'),(32469,899,'_download_permissions_granted','yes'),(32470,899,'_recorded_sales','yes'),(32471,899,'_recorded_coupon_usage_counts','yes'),(32472,899,'_order_stock_reduced','yes'),(32473,899,'_new_order_email_sent','true'),(32474,900,'_order_key','wc_order_akDCyTgm68Jg0'),(32475,900,'_customer_user','87'),(32476,900,'_payment_method','paypal'),(32477,900,'_payment_method_title','PayPal'),(32478,900,'_customer_ip_address','70.189.75.106'),(32479,900,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(32480,900,'_created_via','checkout'),(32481,900,'_cart_hash','2927627f2dfdeda534b51adcbb31f1f4'),(32482,900,'_billing_first_name','Wade'),(32483,900,'_billing_last_name','Huntsman'),(32484,900,'_billing_company','LCA Midsouth'),(32485,900,'_billing_address_1','1104 E 25th St'),(32486,900,'_billing_city','Tulsa'),(32487,900,'_billing_state','OK'),(32488,900,'_billing_postcode','74114'),(32489,900,'_billing_country','US'),(32490,900,'_billing_email','info@liceclinicsmidsouth.com'),(32491,900,'_billing_phone','9189783329'),(32492,900,'_shipping_first_name','Ian'),(32493,900,'_shipping_last_name','Zinth'),(32494,900,'_shipping_company','Lice Clinics of America'),(32495,900,'_shipping_address_1','16654 E Kent Drive'),(32496,900,'_shipping_city','Aurora'),(32497,900,'_shipping_state','CO'),(32498,900,'_shipping_postcode','80014'),(32499,900,'_shipping_country','US'),(32500,900,'_order_currency','USD'),(32501,900,'_cart_discount','0'),(32502,900,'_cart_discount_tax','0'),(32503,900,'_order_shipping','0'),(32504,900,'_order_shipping_tax','0'),(32505,900,'_order_tax','0'),(32506,900,'_order_total','521.96'),(32507,900,'_order_version','6.0.0'),(32508,900,'_prices_include_tax','no'),(32509,900,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(32510,900,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 E Kent Drive  Aurora CO 80014 US '),(32511,900,'is_vat_exempt','no'),(32512,900,'Payment type','instant'),(32513,900,'_transaction_id','5JM394231N153390N'),(32514,900,'_paypal_status','completed'),(32515,900,'PayPal Transaction Fee','18.71'),(32516,900,'_date_paid','1640016141'),(32517,900,'_paid_date','2021-12-20 16:02:21'),(32518,900,'_download_permissions_granted','yes'),(32519,900,'_recorded_sales','yes'),(32520,900,'_recorded_coupon_usage_counts','yes'),(32521,900,'_order_stock_reduced','yes'),(32522,900,'_new_order_email_sent','true'),(32523,898,'_edit_lock','1640021547:2'),(32524,901,'_order_currency','USD'),(32525,901,'_cart_discount','0'),(32526,901,'_cart_discount_tax','0'),(32527,901,'_order_shipping','0'),(32528,901,'_order_shipping_tax','0'),(32529,901,'_order_tax','0'),(32530,901,'_order_total','-539.90'),(32531,901,'_order_version','6.0.0'),(32532,901,'_prices_include_tax','no'),(32533,901,'_refund_amount','539.90'),(32534,901,'_refunded_by','2'),(32535,901,'_refunded_payment','1'),(32536,901,'_refund_reason',''),(32537,902,'_order_key','wc_order_WRhknnPrd828f'),(32538,902,'_customer_user','87'),(32539,902,'_payment_method','paypal'),(32540,902,'_payment_method_title','PayPal'),(32541,902,'_customer_ip_address','70.189.75.106'),(32542,902,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(32543,902,'_created_via','checkout'),(32544,902,'_cart_hash','b202cf8524aac4e99ebcdcc6758d01dd'),(32545,902,'_billing_first_name','Wade'),(32546,902,'_billing_last_name','Huntsman'),(32547,902,'_billing_company','LCA Midsouth'),(32548,902,'_billing_address_1','1104 E 25th St'),(32549,902,'_billing_city','Tulsa'),(32550,902,'_billing_state','OK'),(32551,902,'_billing_postcode','74114'),(32552,902,'_billing_country','US'),(32553,902,'_billing_email','info@liceclinicsmidsouth.com'),(32554,902,'_billing_phone','9189783329'),(32555,902,'_shipping_first_name','Katee'),(32556,902,'_shipping_last_name','Morrison'),(32557,902,'_shipping_company','Lice Clinics of America'),(32558,902,'_shipping_address_1','748 Brookwood Dr Apt 103'),(32559,902,'_shipping_city','OKC'),(32560,902,'_shipping_state','OK'),(32561,902,'_shipping_postcode','73139'),(32562,902,'_shipping_country','US'),(32563,902,'_order_currency','USD'),(32564,902,'_cart_discount','0'),(32565,902,'_cart_discount_tax','0'),(32566,902,'_order_shipping','0'),(32567,902,'_order_shipping_tax','0'),(32568,902,'_order_tax','0'),(32569,902,'_order_total','573.50'),(32570,902,'_order_version','6.0.0'),(32571,902,'_prices_include_tax','no'),(32572,902,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(32573,902,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103  OKC OK 73139 US '),(32574,902,'is_vat_exempt','no'),(32575,902,'Payment type','instant'),(32576,902,'_transaction_id','68951777J2490141R'),(32577,902,'_paypal_status','completed'),(32578,902,'PayPal Transaction Fee','20.51'),(32579,902,'_date_paid','1640021009'),(32580,902,'_paid_date','2021-12-20 17:23:29'),(32581,902,'_download_permissions_granted','yes'),(32582,902,'_recorded_sales','yes'),(32583,902,'_recorded_coupon_usage_counts','yes'),(32584,902,'_order_stock_reduced','yes'),(32585,902,'_new_order_email_sent','true'),(32586,903,'_order_key','wc_order_RUo4ycOS5OgHK'),(32587,903,'_customer_user','71'),(32588,903,'_payment_method','paypal'),(32589,903,'_payment_method_title','PayPal'),(32590,903,'_customer_ip_address','83.50.224.84'),(32591,903,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(32592,903,'_created_via','checkout'),(32593,903,'_cart_hash','2489715e5f337be728d7fda44e488b02'),(32594,903,'_billing_first_name','Mercedes'),(32595,903,'_billing_last_name','Domingo'),(32596,903,'_billing_company','JAMIC LLC'),(32597,903,'_billing_address_1','3525 Del Mar Heights Road'),(32598,903,'_billing_address_2','#1014'),(32599,903,'_billing_city','San Diego'),(32600,903,'_billing_state','CA'),(32601,903,'_billing_postcode','92130'),(32602,903,'_billing_country','US'),(32603,903,'_billing_email','mdomingo@extramile.es'),(32604,903,'_billing_phone','8582498337'),(32605,903,'_shipping_first_name','Azucena'),(32606,903,'_shipping_last_name','Villagomez'),(32607,903,'_shipping_address_1','122 E. 17th St'),(32608,903,'_shipping_city','National City'),(32609,903,'_shipping_state','CA'),(32610,903,'_shipping_postcode','91950'),(32611,903,'_shipping_country','US'),(32612,903,'_order_currency','USD'),(32613,903,'_cart_discount','0'),(32614,903,'_cart_discount_tax','0'),(32615,903,'_order_shipping','22.3'),(32616,903,'_order_shipping_tax','0'),(32617,903,'_order_tax','0'),(32618,903,'_order_total','22.30'),(32619,903,'_order_version','6.0.0'),(32620,903,'_prices_include_tax','no'),(32621,903,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(32622,903,'_shipping_address_index','Azucena Villagomez  122 E. 17th St  National City CA 91950 US '),(32623,903,'is_vat_exempt','no'),(32624,889,'Payment type','instant'),(32625,889,'_transaction_id','56E73029EV602803T'),(32626,889,'_paypal_status','completed'),(32627,889,'PayPal Transaction Fee','5.57'),(32628,889,'_date_paid','1640042873'),(32629,889,'_paid_date','2021-12-20 23:27:53'),(32630,889,'_download_permissions_granted','yes'),(32631,889,'_recorded_sales','yes'),(32632,889,'_order_stock_reduced','yes'),(32633,889,'_new_order_email_sent','true'),(32634,904,'_order_key','wc_order_53zpIPalGpmc2'),(32635,904,'_customer_user','49'),(32636,904,'_payment_method','paypal'),(32637,904,'_payment_method_title','PayPal'),(32638,904,'_customer_ip_address','96.255.114.62'),(32639,904,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(32640,904,'_created_via','checkout'),(32641,904,'_cart_hash','5815ed81f9bf3c8a34f2fdb9bd346c63'),(32642,904,'_billing_first_name','Kristi'),(32643,904,'_billing_last_name','Winkler'),(32644,904,'_billing_company','LCA - Manassas'),(32645,904,'_billing_address_1','8943 Garrett Way'),(32646,904,'_billing_city','Manassas'),(32647,904,'_billing_state','VA'),(32648,904,'_billing_postcode','20112'),(32649,904,'_billing_country','US'),(32650,904,'_billing_email','info@northernvirginialiceclinics.com'),(32651,904,'_billing_phone','8587520975'),(32652,904,'_shipping_first_name','Kristi'),(32653,904,'_shipping_last_name','Winkler'),(32654,904,'_shipping_company','LCA - Manassas'),(32655,904,'_shipping_address_1','8943 Garrett Way'),(32656,904,'_shipping_city','Manassas'),(32657,904,'_shipping_state','VA'),(32658,904,'_shipping_postcode','20112'),(32659,904,'_shipping_country','US'),(32660,904,'_order_currency','USD'),(32661,904,'_cart_discount','0'),(32662,904,'_cart_discount_tax','0'),(32663,904,'_order_shipping','50.52'),(32664,904,'_order_shipping_tax','0'),(32665,904,'_order_tax','0'),(32666,904,'_order_total','955.10'),(32667,904,'_order_version','6.0.0'),(32668,904,'_prices_include_tax','no'),(32669,904,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(32670,904,'_shipping_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(32671,904,'is_vat_exempt','no'),(32672,904,'Payment type','instant'),(32673,904,'_transaction_id','0BH18735SU945841V'),(32674,904,'_paypal_status','completed'),(32675,904,'PayPal Transaction Fee','33.82'),(32676,904,'_date_paid','1640094508'),(32677,904,'_paid_date','2021-12-21 13:48:28'),(32678,904,'_download_permissions_granted','yes'),(32679,904,'_recorded_sales','yes'),(32680,904,'_recorded_coupon_usage_counts','yes'),(32681,904,'_order_stock_reduced','yes'),(32682,904,'_new_order_email_sent','true'),(32683,894,'_edit_lock','1640109885:2'),(32684,896,'_edit_lock','1640109833:2'),(32685,897,'_edit_lock','1640101316:2'),(32686,899,'_edit_lock','1640101212:2'),(32687,900,'_edit_lock','1640101270:2'),(32688,902,'_edit_lock','1640101195:2'),(32689,904,'_edit_lock','1640723027:2'),(32690,902,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067214\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"fc255a46a13bd69bbfe095e4cfc353a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067203\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"b119bbd0617318a7854ad41473e57b66\";}}'),(32691,902,'_edit_last','2'),(32692,902,'_date_completed','1640101169'),(32693,902,'_completed_date','2021-12-21 15:39:29'),(32694,899,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067133\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"c41f2b976e33869c6eaffd98ddd633ea\";}}'),(32695,899,'_edit_last','2'),(32696,899,'_date_completed','1640101346'),(32697,899,'_completed_date','2021-12-21 15:42:26'),(32698,900,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067177\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"0a575cf41b319c85848d4c6b4cfe6540\";}}'),(32699,900,'_edit_last','2'),(32700,900,'_date_completed','1640101404'),(32701,900,'_completed_date','2021-12-21 15:43:24'),(32702,897,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067096\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"4da9bd60f113bfa1e587c925ff381e91\";}}'),(32703,897,'_edit_last','2'),(32704,897,'_date_completed','1640101441'),(32705,897,'_completed_date','2021-12-21 15:44:01'),(32706,903,'_edit_lock','1640723111:2'),(32707,903,'_edit_last','2'),(32708,903,'_recorded_coupon_usage_counts','yes'),(32709,896,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067100\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"155d4baeca60ee8f83e3bf56b4b76ef8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067111\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"1cb381760e0035de2accf8104c16effa\";}}'),(32710,896,'_edit_last','2'),(32711,896,'_date_completed','1640109963'),(32712,896,'_completed_date','2021-12-21 18:06:03'),(32713,894,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067052\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"d2f1283be1e03ac1e162bfbe251dd361\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067063\";s:12:\"date_shipped\";s:10:\"1639958400\";s:11:\"tracking_id\";s:32:\"cb2f851d7e8d0502c3c6243033734a1e\";}}'),(32714,894,'_edit_last','2'),(32715,894,'_date_completed','1640110018'),(32716,894,'_completed_date','2021-12-21 18:06:58'),(32717,889,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067317\";s:12:\"date_shipped\";s:10:\"1640044800\";s:11:\"tracking_id\";s:32:\"68dbd6a5e7ae84e3bfa9ddb9e6a0eb60\";}}'),(32718,889,'_date_completed','1640110051'),(32719,889,'_completed_date','2021-12-21 18:07:31'),(32720,906,'_order_key','wc_order_GbA6RENSbFRfx'),(32721,906,'_customer_user','74'),(32722,906,'_payment_method','paypal'),(32723,906,'_payment_method_title','PayPal'),(32724,906,'_customer_ip_address','172.86.129.100'),(32725,906,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62'),(32726,906,'_created_via','checkout'),(32727,906,'_cart_hash','c8dc7ed9fe2aa3153e52b34bb6a6083c'),(32728,906,'_billing_first_name','Michelle'),(32729,906,'_billing_last_name','Repp'),(32730,906,'_billing_company','LCOA'),(32731,906,'_billing_address_1','8615 N Division St Ste A'),(32732,906,'_billing_city','Spokane'),(32733,906,'_billing_state','WA'),(32734,906,'_billing_postcode','99208'),(32735,906,'_billing_country','US'),(32736,906,'_billing_email','info@liceclinicspokane.com'),(32737,906,'_billing_phone','5097039290'),(32738,906,'_shipping_first_name','Michelle'),(32739,906,'_shipping_last_name','Repp'),(32740,906,'_shipping_company','LCOA'),(32741,906,'_shipping_address_1','8615 N Division St Ste A'),(32742,906,'_shipping_city','Spokane'),(32743,906,'_shipping_state','WA'),(32744,906,'_shipping_postcode','99208'),(32745,906,'_shipping_country','US'),(32746,906,'_order_currency','USD'),(32747,906,'_cart_discount','0'),(32748,906,'_cart_discount_tax','0'),(32749,906,'_order_shipping','51.83'),(32750,906,'_order_shipping_tax','0'),(32751,906,'_order_tax','0'),(32752,906,'_order_total','375.17'),(32753,906,'_order_version','6.0.0'),(32754,906,'_prices_include_tax','no'),(32755,906,'_billing_address_index','Michelle Repp LCOA 8615 N Division St Ste A  Spokane WA 99208 US info@liceclinicspokane.com 5097039290'),(32756,906,'_shipping_address_index','Michelle Repp LCOA 8615 N Division St Ste A  Spokane WA 99208 US '),(32757,906,'is_vat_exempt','no'),(32758,882,'_edit_lock','1640195460:2'),(32759,883,'_edit_lock','1640195406:2'),(32760,882,'_edit_last','2'),(32761,882,'_recorded_coupon_usage_counts','yes'),(32762,883,'_edit_last','2'),(32763,883,'_recorded_coupon_usage_counts','yes'),(32764,903,'Payment type','instant'),(32765,903,'_transaction_id','9DV74924LD878434F'),(32766,903,'_paypal_status','completed'),(32767,903,'PayPal Transaction Fee','1.27'),(32768,903,'_date_paid','1640129481'),(32769,903,'_paid_date','2021-12-21 23:31:21'),(32770,903,'_download_permissions_granted','yes'),(32771,903,'_recorded_sales','yes'),(32772,903,'_order_stock_reduced','yes'),(32773,903,'_new_order_email_sent','true'),(32774,882,'Payment type','instant'),(32775,882,'_transaction_id','7T643849MX155962D'),(32776,882,'_paypal_status','completed'),(32777,882,'PayPal Transaction Fee','1.02'),(32778,882,'_date_paid','1640147191'),(32779,882,'_paid_date','2021-12-22 04:26:31'),(32780,882,'_download_permissions_granted','yes'),(32781,882,'_recorded_sales','yes'),(32782,882,'_order_stock_reduced','yes'),(32783,882,'_new_order_email_sent','true'),(32784,883,'Payment type','instant'),(32785,883,'_transaction_id','32X293858A760025E'),(32786,883,'_paypal_status','completed'),(32787,883,'PayPal Transaction Fee','1.02'),(32788,883,'_date_paid','1640147246'),(32789,883,'_paid_date','2021-12-22 04:27:26'),(32790,883,'_download_permissions_granted','yes'),(32791,883,'_recorded_sales','yes'),(32792,883,'_order_stock_reduced','yes'),(32793,883,'_new_order_email_sent','true'),(32794,883,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067523\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"b4865880088ef01d821338f0357a4fe3\";}}'),(32795,883,'_date_completed','1640195428'),(32796,883,'_completed_date','2021-12-22 17:50:28'),(32797,882,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067501\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"6bc643065044ea8d19f86a2cf5f9adc0\";}}'),(32798,882,'_date_completed','1640195578'),(32799,882,'_completed_date','2021-12-22 17:52:58'),(32880,909,'_order_key','wc_order_XNcvDRI7Q310B'),(32881,909,'_customer_user','61'),(32882,909,'_payment_method','paypal'),(32883,909,'_payment_method_title','PayPal'),(32884,909,'_customer_ip_address','217.180.202.68'),(32885,909,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(32886,909,'_created_via','checkout'),(32887,909,'_cart_hash','96c00d425e7cac44db7143fca4197425'),(32888,909,'_billing_first_name','Judy'),(32889,909,'_billing_last_name','Hayden'),(32890,909,'_billing_company','LCA Lexington'),(32891,909,'_billing_address_1','1795 Alysheba Way'),(32892,909,'_billing_address_2','Ste 4105'),(32893,909,'_billing_city','LEXINGTON'),(32894,909,'_billing_state','KY'),(32895,909,'_billing_postcode','40509-8509'),(32896,909,'_billing_country','US'),(32897,909,'_billing_email','judy@liceclinicslexington.com'),(32898,909,'_billing_phone','8595376966'),(32899,909,'_shipping_first_name','Judy'),(32900,909,'_shipping_last_name','Hayden'),(32901,909,'_shipping_company','Lice Clinics of America Lexington'),(32902,909,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(32903,909,'_shipping_city','Lexington'),(32904,909,'_shipping_state','KY'),(32905,909,'_shipping_postcode','40509'),(32906,909,'_shipping_country','US'),(32907,909,'_order_currency','USD'),(32908,909,'_cart_discount','0'),(32909,909,'_cart_discount_tax','0'),(32910,909,'_order_shipping','0'),(32911,909,'_order_shipping_tax','0'),(32912,909,'_order_tax','0'),(32913,909,'_order_total','1114.42'),(32914,909,'_order_version','6.0.0'),(32915,909,'_prices_include_tax','no'),(32916,909,'_billing_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Ste 4105 LEXINGTON KY 40509-8509 US judy@liceclinicslexington.com 8595376966'),(32917,909,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(32919,909,'is_vat_exempt','no'),(32920,909,'Payment type','instant'),(32921,909,'_transaction_id','45785256KY8699629'),(32922,909,'_paypal_status','completed'),(32923,909,'PayPal Transaction Fee','39.38'),(32924,909,'_date_paid','1640205027'),(32925,909,'_paid_date','2021-12-22 20:30:27'),(32926,909,'_download_permissions_granted','yes'),(32927,909,'_recorded_sales','yes'),(32928,909,'_recorded_coupon_usage_counts','yes'),(32929,909,'_order_stock_reduced','yes'),(32930,909,'_new_order_email_sent','true'),(32931,910,'_order_key','wc_order_yLfrmYIwPG8xB'),(32932,910,'_customer_user','28'),(32933,910,'_payment_method','paypal'),(32934,910,'_payment_method_title','PayPal'),(32935,910,'_customer_ip_address','172.115.255.171'),(32936,910,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(32937,910,'_created_via','checkout'),(32938,910,'_cart_hash','e663638cecf8b00dab94565d006f5786'),(32939,910,'_billing_first_name','Kelli'),(32940,910,'_billing_last_name','Washington'),(32941,910,'_billing_company','Lice Clinics of America - Temecula'),(32942,910,'_billing_address_1','2438 Bear Rock Gln'),(32943,910,'_billing_city','Escondido'),(32944,910,'_billing_state','CA'),(32945,910,'_billing_postcode','92026'),(32946,910,'_billing_country','US'),(32947,910,'_billing_email','info@liceclinicstemecula.com'),(32948,910,'_billing_phone','7606255580'),(32949,910,'_shipping_first_name','Kelli'),(32950,910,'_shipping_last_name','Washington'),(32951,910,'_shipping_company','Lice Clinics of America - Temecula'),(32952,910,'_shipping_address_1','2438 Bear Rock Gln'),(32953,910,'_shipping_city','Escondido'),(32954,910,'_shipping_state','CA'),(32955,910,'_shipping_postcode','92026'),(32956,910,'_shipping_country','US'),(32957,910,'_order_currency','USD'),(32958,910,'_cart_discount','0'),(32959,910,'_cart_discount_tax','0'),(32960,910,'_order_shipping','69.76'),(32961,910,'_order_shipping_tax','0'),(32962,910,'_order_tax','0'),(32963,910,'_order_total','544.00'),(32964,910,'_order_version','6.0.0'),(32965,910,'_prices_include_tax','no'),(32966,910,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(32967,910,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(32968,910,'is_vat_exempt','no'),(32975,909,'_edit_lock','1640282451:2'),(32976,910,'_edit_lock','1640282388:2'),(32977,910,'_edit_last','2'),(32978,910,'_recorded_coupon_usage_counts','yes'),(32979,910,'Payment type','instant'),(32980,910,'_transaction_id','81N06547V7609563R'),(32981,910,'_paypal_status','completed'),(32982,910,'PayPal Transaction Fee','19.48'),(32983,910,'_date_paid','1640208564'),(32984,910,'_paid_date','2021-12-22 21:29:24'),(32985,910,'_download_permissions_granted','yes'),(32986,910,'_recorded_sales','yes'),(32987,910,'_order_stock_reduced','yes'),(32988,910,'_new_order_email_sent','true'),(32989,895,'_edit_lock','1640722935:2'),(32991,895,'_edit_last','2'),(32992,895,'_recorded_coupon_usage_counts','yes'),(32999,906,'_edit_lock','1640282302:2'),(33000,906,'_edit_last','2'),(33001,906,'_recorded_coupon_usage_counts','yes'),(33002,906,'Payment type','instant'),(33003,906,'_transaction_id','7TB80751DE557431U'),(33004,906,'_paypal_status','completed'),(33005,906,'PayPal Transaction Fee','13.58'),(33006,906,'_date_paid','1640211014'),(33007,906,'_paid_date','2021-12-22 22:10:14'),(33008,906,'_download_permissions_granted','yes'),(33009,906,'_recorded_sales','yes'),(33010,906,'_order_stock_reduced','yes'),(33011,906,'_new_order_email_sent','true'),(33012,895,'Payment type','instant'),(33013,895,'_transaction_id','6X906132VD579484T'),(33014,895,'_paypal_status','completed'),(33015,895,'PayPal Transaction Fee','24.06'),(33016,895,'_date_paid','1640269786'),(33017,895,'_paid_date','2021-12-23 14:29:46'),(33018,895,'_download_permissions_granted','yes'),(33019,895,'_recorded_sales','yes'),(33020,895,'_order_stock_reduced','yes'),(33021,895,'_new_order_email_sent','true'),(33022,906,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067784\";s:12:\"date_shipped\";s:10:\"1640217600\";s:11:\"tracking_id\";s:32:\"ad41cc4e1c64f8f8e4a4c4e294af7b39\";}}'),(33023,906,'_date_completed','1640282421'),(33024,906,'_completed_date','2021-12-23 18:00:21'),(33025,910,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067762\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"acd95c250ec15c110f705cf6e8af7c94\";}}'),(33026,910,'_date_completed','1640282514'),(33027,910,'_completed_date','2021-12-23 18:01:54'),(33028,909,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067740\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"0c738f2037018b2c9807117ed31b7bf6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067730\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"bd8daac08c9d09caeb7e3969d16a0a2e\";}}'),(33029,909,'_edit_last','2'),(33030,909,'_date_completed','1640282581'),(33031,909,'_completed_date','2021-12-23 18:03:01'),(33032,911,'_order_key','wc_order_qlKJqIh3uwyIj'),(33033,911,'_customer_user','83'),(33034,911,'_payment_method','paypal'),(33035,911,'_payment_method_title','PayPal'),(33036,911,'_customer_ip_address','97.122.90.40'),(33037,911,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(33038,911,'_created_via','checkout'),(33039,911,'_cart_hash','f0e76e2a779bb6f948cc404641f10505'),(33040,911,'_billing_first_name','Tanya'),(33041,911,'_billing_last_name','LLC'),(33042,911,'_billing_address_1','4248 McMurry Ave'),(33043,911,'_billing_city','Fort Collins'),(33044,911,'_billing_state','CO'),(33045,911,'_billing_postcode','80525'),(33046,911,'_billing_country','US'),(33047,911,'_billing_email','info@liceclinicsnortherncolorado.com'),(33048,911,'_billing_phone','9702338787'),(33049,911,'_shipping_first_name','Lice Clinics'),(33050,911,'_shipping_last_name','America'),(33051,911,'_shipping_company','Lice Clinics of America Longmont'),(33052,911,'_shipping_address_1','421 21st Ave, Suite 210'),(33053,911,'_shipping_city','Longmont'),(33054,911,'_shipping_state','CO'),(33055,911,'_shipping_postcode','80501'),(33056,911,'_shipping_country','US'),(33057,911,'_order_currency','USD'),(33058,911,'_cart_discount','0'),(33059,911,'_cart_discount_tax','0'),(33060,911,'_order_shipping','16.45'),(33061,911,'_order_shipping_tax','0'),(33062,911,'_order_tax','0'),(33063,911,'_order_total','93.25'),(33064,911,'_order_version','6.0.0'),(33065,911,'_prices_include_tax','no'),(33066,911,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(33067,911,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(33068,911,'is_vat_exempt','no'),(33069,911,'Payment type','instant'),(33070,911,'_transaction_id','2JJ31135CJ7230409'),(33071,911,'_paypal_status','completed'),(33072,911,'PayPal Transaction Fee','3.74'),(33073,911,'_date_paid','1640383220'),(33074,911,'_paid_date','2021-12-24 22:00:20'),(33075,911,'_download_permissions_granted','yes'),(33076,911,'_recorded_sales','yes'),(33077,911,'_recorded_coupon_usage_counts','yes'),(33078,911,'_order_stock_reduced','yes'),(33079,911,'_new_order_email_sent','true'),(33080,912,'_order_key','wc_order_4jcX1rRKRJn1C'),(33081,912,'_customer_user','64'),(33082,912,'_payment_method','paypal'),(33083,912,'_payment_method_title','PayPal'),(33084,912,'_customer_ip_address','72.130.248.224'),(33085,912,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33086,912,'_created_via','checkout'),(33087,912,'_cart_hash','eaa80bcd7816dfa983b2afabbc9bce94'),(33088,912,'_billing_first_name','Barrie'),(33089,912,'_billing_last_name','Desmond'),(33090,912,'_billing_address_1','50 ALAHELE PL'),(33091,912,'_billing_city','Kihei'),(33092,912,'_billing_state','HI'),(33093,912,'_billing_postcode','96753-7809'),(33094,912,'_billing_country','US'),(33095,912,'_billing_email','info@liceclinicshawaii.com'),(33096,912,'_billing_phone','8082834247'),(33097,912,'_shipping_first_name','Barrie'),(33098,912,'_shipping_last_name','Desmond'),(33099,912,'_shipping_address_1','50 ALAHELE PL'),(33100,912,'_shipping_city','Kihei'),(33101,912,'_shipping_state','HI'),(33102,912,'_shipping_postcode','96753-7809'),(33103,912,'_shipping_country','US'),(33104,912,'_order_currency','USD'),(33105,912,'_cart_discount','0'),(33106,912,'_cart_discount_tax','0'),(33107,912,'_order_shipping','467.83'),(33108,912,'_order_shipping_tax','0'),(33109,912,'_order_tax','0'),(33110,912,'_order_total','740.10'),(33111,912,'_order_version','6.0.0'),(33112,912,'_prices_include_tax','no'),(33113,912,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(33114,912,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(33115,912,'is_vat_exempt','no'),(33116,912,'Payment type','instant'),(33117,912,'_transaction_id','3D52564990060215N'),(33118,912,'_paypal_status','completed'),(33119,912,'PayPal Transaction Fee','26.32'),(33120,912,'_date_paid','1640561511'),(33121,912,'_paid_date','2021-12-26 23:31:51'),(33122,912,'_download_permissions_granted','yes'),(33123,912,'_recorded_sales','yes'),(33124,912,'_recorded_coupon_usage_counts','yes'),(33125,515,'_used_by','64'),(33126,912,'_order_stock_reduced','yes'),(33127,912,'_new_order_email_sent','true'),(33128,913,'_order_key','wc_order_PSq5aFBBYhCac'),(33129,913,'_customer_user','64'),(33130,913,'_payment_method','paypal'),(33131,913,'_payment_method_title','PayPal'),(33132,913,'_customer_ip_address','72.130.248.224'),(33133,913,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33134,913,'_created_via','checkout'),(33135,913,'_cart_hash','02e19b713362fb92265771986d61372a'),(33136,913,'_billing_first_name','Barrie'),(33137,913,'_billing_last_name','Desmond'),(33138,913,'_billing_address_1','50 ALAHELE PL'),(33139,913,'_billing_city','Kihei'),(33140,913,'_billing_state','HI'),(33141,913,'_billing_postcode','96753-7809'),(33142,913,'_billing_country','US'),(33143,913,'_billing_email','info@liceclinicshawaii.com'),(33144,913,'_billing_phone','8082834247'),(33145,913,'_shipping_first_name','Lice Clinics'),(33146,913,'_shipping_last_name','Hawaii'),(33147,913,'_shipping_address_1','250 Ward Avenue'),(33148,913,'_shipping_address_2','Suite 231'),(33149,913,'_shipping_city','Honolulu'),(33150,913,'_shipping_state','HI'),(33151,913,'_shipping_postcode','96814'),(33152,913,'_shipping_country','US'),(33153,913,'_order_currency','USD'),(33154,913,'_cart_discount','0'),(33155,913,'_cart_discount_tax','0'),(33156,913,'_order_shipping','677.08'),(33157,913,'_order_shipping_tax','0'),(33158,913,'_order_tax','0'),(33159,913,'_order_total','1773.30'),(33160,913,'_order_version','6.0.0'),(33161,913,'_prices_include_tax','no'),(33162,913,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(33163,913,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(33164,913,'is_vat_exempt','no'),(33165,913,'Payment type','instant'),(33166,913,'_transaction_id','39N80910X7093870D'),(33167,913,'_paypal_status','completed'),(33168,913,'PayPal Transaction Fee','62.38'),(33169,913,'_date_paid','1640561831'),(33170,913,'_paid_date','2021-12-26 23:37:11'),(33171,913,'_download_permissions_granted','yes'),(33172,913,'_recorded_sales','yes'),(33173,913,'_recorded_coupon_usage_counts','yes'),(33174,515,'_used_by','64'),(33175,913,'_order_stock_reduced','yes'),(33176,913,'_new_order_email_sent','true'),(33177,914,'_order_key','wc_order_NXADli7AKO0Dh'),(33178,914,'_customer_user','3'),(33179,914,'_payment_method','paypal'),(33180,914,'_payment_method_title','PayPal'),(33181,914,'_customer_ip_address','70.142.202.154'),(33182,914,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33183,914,'_created_via','checkout'),(33184,914,'_cart_hash','9c5d37f19a8f9704452b80a237f4de09'),(33185,914,'_billing_first_name','Amanda'),(33186,914,'_billing_last_name','Westerman'),(33187,914,'_billing_company','Lice Clinics of America McKinney'),(33188,914,'_billing_address_1','3120 Hudson Crossing'),(33189,914,'_billing_address_2','Suite A2'),(33190,914,'_billing_city','MCKINNEY'),(33191,914,'_billing_state','TX'),(33192,914,'_billing_postcode','75070'),(33193,914,'_billing_country','US'),(33194,914,'_billing_email','awesterman1103@gmail.com'),(33195,914,'_billing_phone','2144175741'),(33196,914,'_shipping_first_name','Lice'),(33197,914,'_shipping_last_name','McKinney'),(33198,914,'_shipping_company','Lice Clinics of America McKinney'),(33199,914,'_shipping_address_1','3120 Hudson Crossing'),(33200,914,'_shipping_address_2','Suite A2'),(33201,914,'_shipping_city','McKinney'),(33202,914,'_shipping_state','TX'),(33203,914,'_shipping_postcode','75070'),(33204,914,'_shipping_country','US'),(33205,914,'_order_currency','USD'),(33206,914,'_cart_discount','0'),(33207,914,'_cart_discount_tax','0'),(33208,914,'_order_shipping','0'),(33209,914,'_order_shipping_tax','0'),(33210,914,'_order_tax','0'),(33211,914,'_order_total','713.62'),(33212,914,'_order_version','6.0.0'),(33213,914,'_prices_include_tax','no'),(33214,914,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(33215,914,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(33216,914,'is_vat_exempt','no'),(33217,914,'Payment type','instant'),(33218,914,'_transaction_id','3YS6594144607940E'),(33219,914,'_paypal_status','completed'),(33220,914,'PayPal Transaction Fee','25.40'),(33221,914,'_date_paid','1640632455'),(33222,914,'_paid_date','2021-12-27 19:14:15'),(33223,914,'_download_permissions_granted','yes'),(33224,914,'_recorded_sales','yes'),(33225,914,'_recorded_coupon_usage_counts','yes'),(33226,914,'_order_stock_reduced','yes'),(33227,914,'_new_order_email_sent','true'),(33228,915,'_order_key','wc_order_B34I7w3hSziGS'),(33229,915,'_customer_user','6'),(33230,915,'_payment_method','paypal'),(33231,915,'_payment_method_title','PayPal'),(33232,915,'_customer_ip_address','73.185.101.95'),(33233,915,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33234,915,'_created_via','checkout'),(33235,915,'_cart_hash','1a92545eb2f05275553b198c4ada0fc3'),(33236,915,'_billing_first_name','Amira'),(33237,915,'_billing_last_name','Purto'),(33238,915,'_billing_address_1','2628 Acapulco Way'),(33239,915,'_billing_city','Modesto'),(33240,915,'_billing_state','CA'),(33241,915,'_billing_postcode','95355'),(33242,915,'_billing_country','US'),(33243,915,'_billing_email','amira77@sbcglobal.net'),(33244,915,'_billing_phone','2096422061'),(33245,915,'_shipping_first_name','Amira'),(33246,915,'_shipping_last_name','Purto'),(33247,915,'_shipping_address_1','2628 Acapulco Way'),(33248,915,'_shipping_city','Modesto'),(33249,915,'_shipping_state','CA'),(33250,915,'_shipping_postcode','95355'),(33251,915,'_shipping_country','US'),(33252,915,'_order_currency','USD'),(33253,915,'_cart_discount','0'),(33254,915,'_cart_discount_tax','0'),(33255,915,'_order_shipping','162.79'),(33256,915,'_order_shipping_tax','0'),(33257,915,'_order_tax','0'),(33258,915,'_order_total','1884.05'),(33259,915,'_order_version','6.0.0'),(33260,915,'_prices_include_tax','no'),(33261,915,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(33262,915,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(33263,915,'is_vat_exempt','no'),(33264,915,'Payment type','instant'),(33265,915,'_transaction_id','19669599VC018541T'),(33266,915,'_paypal_status','completed'),(33267,915,'PayPal Transaction Fee','66.24'),(33268,915,'_date_paid','1640684793'),(33269,915,'_paid_date','2021-12-28 09:46:33'),(33270,915,'_download_permissions_granted','yes'),(33271,915,'_recorded_sales','yes'),(33272,915,'_recorded_coupon_usage_counts','yes'),(33273,915,'_order_stock_reduced','yes'),(33274,915,'_new_order_email_sent','true'),(33275,916,'_order_key','wc_order_KXSvov0OrHFie'),(33276,916,'_customer_user','6'),(33277,916,'_payment_method','paypal'),(33278,916,'_payment_method_title','PayPal'),(33279,916,'_customer_ip_address','73.185.101.95'),(33280,916,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33281,916,'_created_via','checkout'),(33282,916,'_cart_hash','36fe6d1b4747d71dc5f89612466a6a0e'),(33283,916,'_billing_first_name','Amira'),(33284,916,'_billing_last_name','Purto'),(33285,916,'_billing_address_1','2628 Acapulco Way'),(33286,916,'_billing_city','Modesto'),(33287,916,'_billing_state','CA'),(33288,916,'_billing_postcode','95355'),(33289,916,'_billing_country','US'),(33290,916,'_billing_email','amira77@sbcglobal.net'),(33291,916,'_billing_phone','2096422061'),(33292,916,'_shipping_first_name','Amira'),(33293,916,'_shipping_last_name','Purto'),(33294,916,'_shipping_address_1','2628 Acapulco Way'),(33295,916,'_shipping_city','Modesto'),(33296,916,'_shipping_state','CA'),(33297,916,'_shipping_postcode','95355'),(33298,916,'_shipping_country','US'),(33299,916,'_order_currency','USD'),(33300,916,'_cart_discount','0'),(33301,916,'_cart_discount_tax','0'),(33302,916,'_order_shipping','191.59'),(33303,916,'_order_shipping_tax','0'),(33304,916,'_order_tax','0'),(33305,916,'_order_total','1963.99'),(33306,916,'_order_version','6.0.0'),(33307,916,'_prices_include_tax','no'),(33308,916,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(33309,916,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(33310,916,'is_vat_exempt','no'),(33311,916,'Payment type','instant'),(33312,916,'_transaction_id','1HW908877P323042W'),(33313,916,'_paypal_status','completed'),(33314,916,'PayPal Transaction Fee','69.03'),(33315,916,'_date_paid','1640685182'),(33316,916,'_paid_date','2021-12-28 09:53:02'),(33317,916,'_download_permissions_granted','yes'),(33318,916,'_recorded_sales','yes'),(33319,916,'_recorded_coupon_usage_counts','yes'),(33320,916,'_order_stock_reduced','yes'),(33321,916,'_new_order_email_sent','true'),(33322,911,'_edit_lock','1640723078:2'),(33323,912,'acfw_shipping_discount_recalc','yes'),(33324,912,'_edit_lock','1640723247:2'),(33325,913,'acfw_shipping_discount_recalc','yes'),(33326,913,'_edit_lock','1640723140:2'),(33327,895,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067821\";s:12:\"date_shipped\";s:10:\"1640217600\";s:11:\"tracking_id\";s:32:\"436ad787e7119ad81414257313af7799\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067832\";s:12:\"date_shipped\";s:10:\"1640217600\";s:11:\"tracking_id\";s:32:\"8efb94a3cba335a0d8402a4d426a5ac2\";}}'),(33328,895,'_date_completed','1640723061'),(33329,895,'_completed_date','2021-12-28 20:24:21'),(33330,903,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067486\";s:12:\"date_shipped\";s:10:\"1640131200\";s:11:\"tracking_id\";s:32:\"962230b16ad04640f9702c90964ff950\";}}'),(33331,903,'_date_completed','1640723103'),(33332,903,'_completed_date','2021-12-28 20:25:03'),(33333,904,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067350\";s:12:\"date_shipped\";s:10:\"1640044800\";s:11:\"tracking_id\";s:32:\"2061ae3c631a896b3063fd3e143db60e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067361\";s:12:\"date_shipped\";s:10:\"1640044800\";s:11:\"tracking_id\";s:32:\"c0115b70ca5a3e36aa4c148e1b757250\";}}'),(33334,904,'_edit_last','2'),(33335,904,'_date_completed','1640723141'),(33336,904,'_completed_date','2021-12-28 20:25:41'),(33337,911,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067913\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"5aae0a5cd44eee655df4e63485e5bccd\";}}'),(33338,911,'_edit_last','2'),(33339,911,'_date_completed','1640723194'),(33340,911,'_completed_date','2021-12-28 20:26:34'),(33341,912,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067979\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"2bc6a84dc11ef7a9d83a9cbf40df2734\";}}'),(33342,912,'_edit_last','2'),(33343,912,'_date_completed','1640723241'),(33344,912,'_completed_date','2021-12-28 20:27:21'),(33345,913,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067980\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"5219a7411b9ee7caf43072ce9faebaf2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953067990\";s:12:\"date_shipped\";i:1640723261;s:11:\"tracking_id\";s:32:\"a411bd132c1eedd12c05e16895d8a233\";}}'),(33346,913,'_edit_last','2'),(33347,913,'_date_completed','1640723266'),(33348,913,'_completed_date','2021-12-28 20:27:46'),(33349,914,'_edit_lock','1640731012:2'),(33350,915,'_edit_lock','1640731104:2'),(33351,916,'_edit_lock','1640731184:2'),(33352,918,'_order_key','wc_order_4IbpRjnT2yhGl'),(33353,918,'_customer_user','47'),(33354,918,'_payment_method','paypal'),(33355,918,'_payment_method_title','PayPal'),(33356,918,'_customer_ip_address','72.177.241.58'),(33357,918,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33358,918,'_created_via','checkout'),(33359,918,'_cart_hash','cbced8429898f83c70f6768058705670'),(33360,918,'_billing_first_name','Tracy'),(33361,918,'_billing_last_name','Copeland'),(33362,918,'_billing_company','South Texas Lice Clinics LLC'),(33363,918,'_billing_address_1','14223 Silverhollow'),(33364,918,'_billing_city','San Antonio'),(33365,918,'_billing_state','TX'),(33366,918,'_billing_postcode','78232'),(33367,918,'_billing_country','US'),(33368,918,'_billing_email','info@liceclinicsanantoniowest.com'),(33369,918,'_billing_phone','2103135033'),(33370,918,'_shipping_first_name','Tracy'),(33371,918,'_shipping_last_name','Copeland'),(33372,918,'_shipping_company','South Texas Lice Clinics LLC'),(33373,918,'_shipping_address_1','14223 Silverhollow'),(33374,918,'_shipping_city','San Antonio'),(33375,918,'_shipping_state','TX'),(33376,918,'_shipping_postcode','78232'),(33377,918,'_shipping_country','US'),(33378,918,'_order_currency','USD'),(33379,918,'_cart_discount','0'),(33380,918,'_cart_discount_tax','0'),(33381,918,'_order_shipping','0'),(33382,918,'_order_shipping_tax','0'),(33383,918,'_order_tax','0'),(33384,918,'_order_total','558.44'),(33385,918,'_order_version','6.0.0'),(33386,918,'_prices_include_tax','no'),(33387,918,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(33388,918,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(33389,918,'is_vat_exempt','no'),(33390,918,'Payment type','instant'),(33391,918,'_transaction_id','3K509565E2544803X'),(33392,918,'_paypal_status','completed'),(33393,918,'PayPal Transaction Fee','19.98'),(33394,918,'_date_paid','1640726264'),(33395,918,'_paid_date','2021-12-28 21:17:44'),(33396,918,'_download_permissions_granted','yes'),(33397,918,'_recorded_sales','yes'),(33398,918,'_recorded_coupon_usage_counts','yes'),(33399,918,'_order_stock_reduced','yes'),(33400,918,'_new_order_email_sent','true'),(33401,919,'_order_key','wc_order_jMcIdk4sEfM8Z'),(33402,919,'_customer_user','79'),(33403,919,'_payment_method','paypal'),(33404,919,'_payment_method_title','PayPal'),(33405,919,'_customer_ip_address','76.72.44.28'),(33406,919,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(33407,919,'_created_via','checkout'),(33408,919,'_cart_hash','d6498c4239d6a68386873f2bbc61d1ef'),(33409,919,'_billing_first_name','Shanna'),(33410,919,'_billing_last_name','Castille'),(33411,919,'_billing_address_1','1097 Hundley Rd'),(33412,919,'_billing_city','Eunice'),(33413,919,'_billing_state','LA'),(33414,919,'_billing_postcode','70535'),(33415,919,'_billing_country','US'),(33416,919,'_billing_email','Shanna_sr09@yahoo.com'),(33417,919,'_billing_phone','3374668998'),(33418,919,'_shipping_first_name','Shanna'),(33419,919,'_shipping_last_name','Castille'),(33420,919,'_shipping_address_1','1097 Hundley Rd'),(33421,919,'_shipping_city','eunice'),(33422,919,'_shipping_state','LA'),(33423,919,'_shipping_postcode','70535'),(33424,919,'_shipping_country','US'),(33425,919,'_order_currency','USD'),(33426,919,'_cart_discount','0'),(33427,919,'_cart_discount_tax','0'),(33428,919,'_order_shipping','0'),(33429,919,'_order_shipping_tax','0'),(33430,919,'_order_tax','0'),(33431,919,'_order_total','1197.20'),(33432,919,'_order_version','6.0.0'),(33433,919,'_prices_include_tax','no'),(33434,919,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(33435,919,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(33436,919,'is_vat_exempt','no'),(33437,919,'Payment type','instant'),(33438,919,'_transaction_id','28R13085HR679474P'),(33439,919,'_paypal_status','completed'),(33440,919,'PayPal Transaction Fee','42.27'),(33441,919,'_date_paid','1640728178'),(33442,919,'_paid_date','2021-12-28 21:49:38'),(33443,919,'_download_permissions_granted','yes'),(33444,919,'_recorded_sales','yes'),(33445,919,'_recorded_coupon_usage_counts','yes'),(33446,919,'_order_stock_reduced','yes'),(33447,919,'_new_order_email_sent','true'),(33448,914,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068081\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"107d2fd73e203c83d87dcfa05a20a3dd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068070\";s:12:\"date_shipped\";i:1640731101;s:11:\"tracking_id\";s:32:\"2f74d62994a036b5ca0e4c1afba434da\";}}'),(33449,914,'_edit_last','2'),(33450,914,'_date_completed','1640731105'),(33451,914,'_completed_date','2021-12-28 22:38:25'),(33452,915,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068070\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"c2a1aa93bed94f33028f4bbd5320ad67\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068059\";s:12:\"date_shipped\";i:1640731216;s:11:\"tracking_id\";s:32:\"8d8c295448866a839b99abc6f1a204c7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068048\";s:12:\"date_shipped\";i:1640731223;s:11:\"tracking_id\";s:32:\"085bfce75966568cf907ae092243b324\";}}'),(33453,915,'_edit_last','2'),(33454,915,'_date_completed','1640731228'),(33455,915,'_completed_date','2021-12-28 22:40:28'),(33456,916,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068173\";s:12:\"date_shipped\";s:10:\"1640649600\";s:11:\"tracking_id\";s:32:\"fa90f6f5648cbb7367d0abd1fd6d9fb9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068162\";s:12:\"date_shipped\";i:1640731274;s:11:\"tracking_id\";s:32:\"60c2fa5d4963c39509995b7ed24818d0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068151\";s:12:\"date_shipped\";i:1640731283;s:11:\"tracking_id\";s:32:\"4e827b56b10cbaaf30ebcc9caa318115\";}}'),(33457,916,'_edit_last','2'),(33458,916,'_date_completed','1640731288'),(33459,916,'_completed_date','2021-12-28 22:41:28'),(33460,920,'_order_key','wc_order_365kCERJZ9GHc'),(33461,920,'_customer_user','0'),(33462,920,'_payment_method','paypal'),(33463,920,'_payment_method_title','PayPal'),(33464,920,'_customer_ip_address','136.49.57.192'),(33465,920,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33466,920,'_created_via','checkout'),(33467,920,'_cart_hash','2418217a6d13574c42322600f7bfce3f'),(33468,920,'_billing_first_name','Lee'),(33469,920,'_billing_last_name','Rogers'),(33470,920,'_billing_company','United States'),(33471,920,'_billing_address_1','40 N Interstate 35'),(33472,920,'_billing_address_2','APT 4B2'),(33473,920,'_billing_city','Austin'),(33474,920,'_billing_state','TX'),(33475,920,'_billing_postcode','78701'),(33476,920,'_billing_country','US'),(33477,920,'_billing_email','leerogers@flash.net'),(33478,920,'_billing_phone','316-727-9951'),(33479,920,'_shipping_first_name','Kaitlin'),(33480,920,'_shipping_last_name','Ryan'),(33481,920,'_shipping_company','LCA Dublin'),(33482,920,'_shipping_address_1','5910 Wilcox Place'),(33483,920,'_shipping_address_2','Suite E'),(33484,920,'_shipping_city','Dublin'),(33485,920,'_shipping_state','OH'),(33486,920,'_shipping_postcode','43016'),(33487,920,'_shipping_country','US'),(33488,920,'_order_currency','USD'),(33489,920,'_cart_discount','0'),(33490,920,'_cart_discount_tax','0'),(33491,920,'_order_shipping','0'),(33492,920,'_order_shipping_tax','0'),(33493,920,'_order_tax','0'),(33494,920,'_order_total','1163.44'),(33495,920,'_order_version','6.0.0'),(33496,920,'_prices_include_tax','no'),(33497,920,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(33498,920,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(33499,920,'is_vat_exempt','no'),(33500,920,'Payment type','instant'),(33501,920,'_transaction_id','2TH84138SW6217941'),(33502,920,'_paypal_status','completed'),(33503,920,'PayPal Transaction Fee','41.09'),(33504,920,'_date_paid','1640798352'),(33505,920,'_paid_date','2021-12-29 17:19:12'),(33506,920,'_download_permissions_granted','yes'),(33507,920,'_recorded_sales','yes'),(33508,920,'_recorded_coupon_usage_counts','yes'),(33509,920,'_order_stock_reduced','yes'),(33510,920,'_new_order_email_sent','true'),(33511,921,'_order_key','wc_order_qymbbJzmcTBoQ'),(33512,921,'_customer_user','4'),(33513,921,'_payment_method','paypal'),(33514,921,'_payment_method_title','PayPal'),(33515,921,'_customer_ip_address','174.52.110.36'),(33516,921,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33517,921,'_created_via','checkout'),(33518,921,'_cart_hash','fbe7730580f1c013b772800d83452a0f'),(33519,921,'_billing_first_name','David'),(33520,921,'_billing_last_name','Washburn'),(33521,921,'_billing_company','Larada Sciences'),(33522,921,'_billing_address_1','154 East Myrtle Ave.'),(33523,921,'_billing_address_2','Ste. #101'),(33524,921,'_billing_city','Murray'),(33525,921,'_billing_state','UT'),(33526,921,'_billing_postcode','84107'),(33527,921,'_billing_country','US'),(33528,921,'_billing_email','david@laradasciences.com'),(33529,921,'_billing_phone','8019197428'),(33530,921,'_shipping_first_name','David'),(33531,921,'_shipping_last_name','Washburn'),(33532,921,'_shipping_company','Larada Sciences'),(33533,921,'_shipping_address_1','154 East Myrtle Ave.'),(33534,921,'_shipping_address_2','Ste. #101'),(33535,921,'_shipping_city','Murray'),(33536,921,'_shipping_state','UT'),(33537,921,'_shipping_postcode','84107'),(33538,921,'_shipping_country','US'),(33539,921,'_order_currency','USD'),(33540,921,'_cart_discount','0'),(33541,921,'_cart_discount_tax','0'),(33542,921,'_order_shipping','0'),(33543,921,'_order_shipping_tax','0'),(33544,921,'_order_tax','0'),(33545,921,'_order_total','1489.96'),(33546,921,'_order_version','6.0.0'),(33547,921,'_prices_include_tax','no'),(33548,921,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(33549,921,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(33550,921,'is_vat_exempt','no'),(33551,921,'_edit_lock','1640878385:2'),(33552,921,'_edit_last','2'),(33553,921,'_recorded_coupon_usage_counts','yes'),(33554,919,'_edit_lock','1640803095:2'),(33555,919,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068379\";s:12:\"date_shipped\";s:10:\"1640736000\";s:11:\"tracking_id\";s:32:\"708e61a9115f0a3c6fcdcd22a533e56c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068368\";s:12:\"date_shipped\";i:1640803196;s:11:\"tracking_id\";s:32:\"4172e424a5d478f0dba4d47cb48027a5\";}}'),(33556,919,'_edit_last','2'),(33557,919,'_date_completed','1640803201'),(33558,919,'_completed_date','2021-12-29 18:40:01'),(33559,918,'_edit_lock','1640803154:2'),(33560,918,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068357\";s:12:\"date_shipped\";s:10:\"1640736000\";s:11:\"tracking_id\";s:32:\"2cba4aa937b304ee316290514da24c48\";}}'),(33561,918,'_edit_last','2'),(33562,918,'_date_completed','1640803279'),(33563,918,'_completed_date','2021-12-29 18:41:19'),(33564,921,'Payment type','instant'),(33565,921,'_transaction_id','49736267E2507605X'),(33566,921,'_paypal_status','completed'),(33567,921,'PayPal Transaction Fee','52.49'),(33568,921,'_date_paid','1640804268'),(33569,921,'_paid_date','2021-12-29 18:57:48'),(33570,921,'_download_permissions_granted','yes'),(33571,921,'_recorded_sales','yes'),(33572,921,'_order_stock_reduced','yes'),(33573,921,'_new_order_email_sent','true'),(33574,922,'_order_key','wc_order_3uwPM6mXOYhwY'),(33575,922,'_customer_user','63'),(33576,922,'_payment_method','paypal'),(33577,922,'_payment_method_title','PayPal'),(33578,922,'_customer_ip_address','24.19.102.130'),(33579,922,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(33580,922,'_created_via','checkout'),(33581,922,'_cart_hash','7ea44ad144dd6cae2071bfebb80cfa10'),(33582,922,'_billing_first_name','Lisa'),(33583,922,'_billing_last_name','Hagman'),(33584,922,'_billing_address_1','5190 NW Eldorado BLVD'),(33585,922,'_billing_city','Bremerton'),(33586,922,'_billing_state','WA'),(33587,922,'_billing_postcode','98312'),(33588,922,'_billing_country','US'),(33589,922,'_billing_email','licegirls@icloud.com'),(33590,922,'_billing_phone','360-471-7900'),(33591,922,'_shipping_first_name','Lisa'),(33592,922,'_shipping_last_name','Hagman'),(33593,922,'_shipping_address_1','5190 NW Eldorado BLVD'),(33594,922,'_shipping_city','Bremerton'),(33595,922,'_shipping_state','WA'),(33596,922,'_shipping_postcode','98312'),(33597,922,'_shipping_country','US'),(33598,922,'_order_currency','USD'),(33599,922,'_cart_discount','0'),(33600,922,'_cart_discount_tax','0'),(33601,922,'_order_shipping','28.61'),(33602,922,'_order_shipping_tax','0'),(33603,922,'_order_tax','0'),(33604,922,'_order_total','28.61'),(33605,922,'_order_version','6.1.0'),(33606,922,'_prices_include_tax','no'),(33607,922,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(33608,922,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(33609,922,'is_vat_exempt','no'),(33610,923,'_order_key','wc_order_DdsFZyVk1KTae'),(33611,923,'_customer_user','63'),(33612,923,'_payment_method','paypal'),(33613,923,'_payment_method_title','PayPal'),(33614,923,'_customer_ip_address','24.19.102.130'),(33615,923,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(33616,923,'_created_via','checkout'),(33617,923,'_cart_hash','71bc4de5c95d370333daac62d316053c'),(33618,923,'_billing_first_name','Lisa'),(33619,923,'_billing_last_name','Hagman'),(33620,923,'_billing_address_1','5190 NW Eldorado BLVD'),(33621,923,'_billing_city','Bremerton'),(33622,923,'_billing_state','WA'),(33623,923,'_billing_postcode','98312'),(33624,923,'_billing_country','US'),(33625,923,'_billing_email','licegirls@icloud.com'),(33626,923,'_billing_phone','360-471-7900'),(33627,923,'_shipping_first_name','Lisa'),(33628,923,'_shipping_last_name','Hagman'),(33629,923,'_shipping_address_1','5190 NW Eldorado BLVD'),(33630,923,'_shipping_city','Bremerton'),(33631,923,'_shipping_state','WA'),(33632,923,'_shipping_postcode','98312'),(33633,923,'_shipping_country','US'),(33634,923,'_order_currency','USD'),(33635,923,'_cart_discount','0'),(33636,923,'_cart_discount_tax','0'),(33637,923,'_order_shipping','28.61'),(33638,923,'_order_shipping_tax','0'),(33639,923,'_order_tax','0'),(33640,923,'_order_total','28.61'),(33641,923,'_order_version','6.1.0'),(33642,923,'_prices_include_tax','no'),(33643,923,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(33644,923,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(33645,923,'is_vat_exempt','no'),(33646,924,'_order_key','wc_order_kC6VGSg4ReD12'),(33647,924,'_customer_user','63'),(33648,924,'_payment_method','paypal'),(33649,924,'_payment_method_title','PayPal'),(33650,924,'_customer_ip_address','24.19.102.130'),(33651,924,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(33652,924,'_created_via','checkout'),(33653,924,'_cart_hash','6e6fcc12d3ddf410ad81209fceabdf0e'),(33654,924,'_billing_first_name','Lisa'),(33655,924,'_billing_last_name','Hagman'),(33656,924,'_billing_address_1','5190 NW Eldorado BLVD'),(33657,924,'_billing_city','Bremerton'),(33658,924,'_billing_state','WA'),(33659,924,'_billing_postcode','98312'),(33660,924,'_billing_country','US'),(33661,924,'_billing_email','licegirls@icloud.com'),(33662,924,'_billing_phone','360-471-7900'),(33663,924,'_shipping_first_name','Lisa'),(33664,924,'_shipping_last_name','Hagman'),(33665,924,'_shipping_address_1','5190 NW Eldorado BLVD'),(33666,924,'_shipping_city','Bremerton'),(33667,924,'_shipping_state','WA'),(33668,924,'_shipping_postcode','98312'),(33669,924,'_shipping_country','US'),(33670,924,'_order_currency','USD'),(33671,924,'_cart_discount','0'),(33672,924,'_cart_discount_tax','0'),(33673,924,'_order_shipping','28.61'),(33674,924,'_order_shipping_tax','0'),(33675,924,'_order_tax','0'),(33676,924,'_order_total','28.61'),(33677,924,'_order_version','6.1.0'),(33678,924,'_prices_include_tax','no'),(33679,924,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(33680,924,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(33681,924,'is_vat_exempt','no'),(33682,922,'_edit_lock','1642800282:2'),(33683,923,'_edit_lock','1642800281:2'),(33684,924,'_edit_lock','1642800422:2'),(33685,922,'_edit_last','2'),(33686,922,'_recorded_coupon_usage_counts','yes'),(33687,923,'_edit_last','2'),(33688,923,'_recorded_coupon_usage_counts','yes'),(33689,924,'_edit_last','2'),(33690,924,'_recorded_coupon_usage_counts','yes'),(33691,925,'_order_key','wc_order_WZGlqYE74C4Z4'),(33692,925,'_customer_user','8'),(33693,925,'_payment_method','paypal'),(33694,925,'_payment_method_title','PayPal'),(33695,925,'_customer_ip_address','99.125.232.5'),(33696,925,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),(33697,925,'_created_via','checkout'),(33698,925,'_cart_hash','9d5f2c0ecf81e624d503e95a47686d44'),(33699,925,'_billing_first_name','Amy'),(33700,925,'_billing_last_name','Sharp'),(33701,925,'_billing_company','Nit Wits'),(33702,925,'_billing_address_1','6002 Sweetbay Dr'),(33703,925,'_billing_city','Crestwood'),(33704,925,'_billing_state','KY'),(33705,925,'_billing_postcode','40014'),(33706,925,'_billing_country','US'),(33707,925,'_billing_email','asharp@ht-school.org'),(33708,925,'_billing_phone','15023109281'),(33709,925,'_shipping_first_name','Amy'),(33710,925,'_shipping_last_name','Sharp'),(33711,925,'_shipping_company','LCA Nit Wits'),(33712,925,'_shipping_address_1','9302 New LaGrange Road'),(33713,925,'_shipping_address_2','Unit H'),(33714,925,'_shipping_city','Louisville'),(33715,925,'_shipping_state','KY'),(33716,925,'_shipping_postcode','40242'),(33717,925,'_shipping_country','US'),(33718,925,'_order_currency','USD'),(33719,925,'_cart_discount','0'),(33720,925,'_cart_discount_tax','0'),(33721,925,'_order_shipping','11.42'),(33722,925,'_order_shipping_tax','0'),(33723,925,'_order_tax','0'),(33724,925,'_order_total','11.42'),(33725,925,'_order_version','6.1.1'),(33726,925,'_prices_include_tax','no'),(33727,925,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(33728,925,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(33729,925,'is_vat_exempt','no'),(33730,925,'_edit_lock','1643831975:2'),(33731,925,'_edit_last','2'),(33732,925,'_recorded_coupon_usage_counts','yes'),(33733,920,'_edit_lock','1640878127:2'),(33734,920,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068519\";s:12:\"date_shipped\";s:10:\"1640822400\";s:11:\"tracking_id\";s:32:\"1c45cfee1707efa7b270e396d00784c8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068508\";s:12:\"date_shipped\";i:1640878199;s:11:\"tracking_id\";s:32:\"75525769fadf2170abf2a0d2b8f0a22a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068493\";s:12:\"date_shipped\";i:1640878206;s:11:\"tracking_id\";s:32:\"e692880f4ad67933bfb3586aa6395359\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068482\";s:12:\"date_shipped\";i:1640878216;s:11:\"tracking_id\";s:32:\"7f3ea117e3592663243e304816c050d8\";}}'),(33735,920,'_edit_last','2'),(33736,920,'_date_completed','1640878223'),(33737,920,'_completed_date','2021-12-30 15:30:23'),(33738,921,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068596\";s:12:\"date_shipped\";s:10:\"1640822400\";s:11:\"tracking_id\";s:32:\"6c743566e02aff85dc3edc75c78827de\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068585\";s:12:\"date_shipped\";i:1640878305;s:11:\"tracking_id\";s:32:\"dc49785de7e538a3fdc0de82786ddc1c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068574\";s:12:\"date_shipped\";i:1640878311;s:11:\"tracking_id\";s:32:\"5a6361898dfa85471f1156f8e54ff71f\";}}'),(33739,921,'_date_completed','1640878316'),(33740,921,'_completed_date','2021-12-30 15:31:56'),(33749,926,'_order_key','wc_order_tS5ZKmRnfqykg'),(33750,926,'_customer_user','40'),(33751,926,'_payment_method','paypal'),(33752,926,'_payment_method_title','PayPal'),(33753,926,'_customer_ip_address','76.121.248.120'),(33754,926,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33755,926,'_created_via','checkout'),(33756,926,'_cart_hash','75a815b107ce900bfc355b5aad1c3a51'),(33757,926,'_billing_first_name','PAUL'),(33758,926,'_billing_last_name','Cunningham'),(33759,926,'_billing_address_1','25606 180th AVE SE'),(33760,926,'_billing_city','Covington'),(33761,926,'_billing_state','WA'),(33762,926,'_billing_postcode','98042'),(33763,926,'_billing_country','US'),(33764,926,'_billing_email','cjp104@gmail.com'),(33765,926,'_billing_phone','2064128444'),(33766,926,'_shipping_first_name','PAUL'),(33767,926,'_shipping_last_name','Cunningham'),(33768,926,'_shipping_address_1','25606 180th AVE SE'),(33769,926,'_shipping_city','Covington'),(33770,926,'_shipping_state','WA'),(33771,926,'_shipping_postcode','98042'),(33772,926,'_shipping_country','US'),(33773,926,'_order_currency','USD'),(33774,926,'_cart_discount','0'),(33775,926,'_cart_discount_tax','0'),(33776,926,'_order_shipping','28.6'),(33777,926,'_order_shipping_tax','0'),(33778,926,'_order_tax','0'),(33779,926,'_order_total','196.60'),(33780,926,'_order_version','6.0.0'),(33781,926,'_prices_include_tax','no'),(33782,926,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(33783,926,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US '),(33784,926,'is_vat_exempt','no'),(33785,926,'Payment type','instant'),(33786,926,'_transaction_id','86Y5239747398943W'),(33787,926,'_paypal_status','completed'),(33788,926,'PayPal Transaction Fee','7.35'),(33789,926,'_date_paid','1640907731'),(33790,926,'_paid_date','2021-12-30 23:42:11'),(33791,926,'_download_permissions_granted','yes'),(33792,926,'_recorded_sales','yes'),(33793,926,'_recorded_coupon_usage_counts','yes'),(33794,926,'_order_stock_reduced','yes'),(33795,926,'_new_order_email_sent','true'),(33876,929,'_order_key','wc_order_XjLnI2DL4eCau'),(33877,929,'_customer_user','61'),(33878,929,'_payment_method','paypal'),(33879,929,'_payment_method_title','PayPal'),(33880,929,'_customer_ip_address','217.180.202.28'),(33881,929,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(33882,929,'_created_via','checkout'),(33883,929,'_cart_hash','5c44df90314d3d8798b9ca06625eb515'),(33884,929,'_billing_first_name','Judy'),(33885,929,'_billing_last_name','Hayden'),(33886,929,'_billing_company','LCA Lexington'),(33887,929,'_billing_address_1','1795 Alysheba Way'),(33888,929,'_billing_address_2','Ste 4105'),(33889,929,'_billing_city','LEXINGTON'),(33890,929,'_billing_state','KY'),(33891,929,'_billing_postcode','40509-8509'),(33892,929,'_billing_country','US'),(33893,929,'_billing_email','judy@liceclinicslexington.com'),(33894,929,'_billing_phone','8595376966'),(33895,929,'_shipping_first_name','Judy'),(33896,929,'_shipping_last_name','Hayden'),(33897,929,'_shipping_company','Lice Clinics of America'),(33898,929,'_shipping_address_1','6905 Burlington Pike'),(33899,929,'_shipping_address_2','Ste A'),(33900,929,'_shipping_city','Florence'),(33901,929,'_shipping_state','KY'),(33902,929,'_shipping_postcode','41042'),(33903,929,'_shipping_country','US'),(33904,929,'_order_currency','USD'),(33905,929,'_cart_discount','0'),(33906,929,'_cart_discount_tax','0'),(33907,929,'_order_shipping','0'),(33908,929,'_order_shipping_tax','0'),(33909,929,'_order_tax','0'),(33910,929,'_order_total','1184.16'),(33911,929,'_order_version','6.0.0'),(33912,929,'_prices_include_tax','no'),(33913,929,'_billing_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Ste 4105 LEXINGTON KY 40509-8509 US judy@liceclinicslexington.com 8595376966'),(33914,929,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(33915,929,'is_vat_exempt','no'),(33916,929,'Payment type','instant'),(33917,929,'_transaction_id','67225741FC376840U'),(33918,929,'_paypal_status','completed'),(33919,929,'PayPal Transaction Fee','41.82'),(33920,929,'_date_paid','1640914851'),(33921,929,'_paid_date','2021-12-31 01:40:51'),(33922,929,'_download_permissions_granted','yes'),(33923,929,'_recorded_sales','yes'),(33924,929,'_recorded_coupon_usage_counts','yes'),(33925,929,'_order_stock_reduced','yes'),(33926,929,'_new_order_email_sent','true'),(33934,49,'_stock',NULL),(33936,930,'_order_key','wc_order_ZQMdKRI57ppF1'),(33937,930,'_customer_user','78'),(33938,930,'_payment_method','paypal'),(33939,930,'_payment_method_title','PayPal'),(33940,930,'_customer_ip_address','172.58.207.101'),(33941,930,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1'),(33942,930,'_created_via','checkout'),(33943,930,'_cart_hash','180be2c9e993b34abe4c14043f604473'),(33944,930,'_billing_first_name','Richard'),(33945,930,'_billing_last_name','Florsheim'),(33946,930,'_billing_company','Licura'),(33947,930,'_billing_address_1','3827 w fairway heights dr'),(33948,930,'_billing_city','Mequon'),(33949,930,'_billing_state','WI'),(33950,930,'_billing_postcode','53092'),(33951,930,'_billing_country','US'),(33952,930,'_billing_email','tara@liceclinicslongIsland.com'),(33953,930,'_billing_phone','5619006382'),(33954,930,'_shipping_first_name','Tara'),(33955,930,'_shipping_last_name','Johnson'),(33956,930,'_shipping_company','LCA'),(33957,930,'_shipping_address_1','2330 Faye ct'),(33958,930,'_shipping_city','Merrick'),(33959,930,'_shipping_state','NY'),(33960,930,'_shipping_postcode','11566'),(33961,930,'_shipping_country','US'),(33962,930,'_order_currency','USD'),(33963,930,'_cart_discount','0'),(33964,930,'_cart_discount_tax','0'),(33965,930,'_order_shipping','23.05'),(33966,930,'_order_shipping_tax','0'),(33967,930,'_order_tax','0'),(33968,930,'_order_total','181.45'),(33969,930,'_order_version','6.0.0'),(33970,930,'_prices_include_tax','no'),(33971,930,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(33972,930,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(33973,930,'is_vat_exempt','no'),(33974,930,'_edit_lock','1641314384:2'),(33975,930,'_edit_last','2'),(33976,930,'_recorded_coupon_usage_counts','yes'),(33977,930,'Payment type','instant'),(33978,930,'_transaction_id','0F372997JR070884G'),(33979,930,'_paypal_status','completed'),(33980,930,'PayPal Transaction Fee','6.82'),(33981,930,'_date_paid','1641232272'),(33982,930,'_paid_date','2022-01-03 17:51:12'),(33983,930,'_download_permissions_granted','yes'),(33984,930,'_recorded_sales','yes'),(33985,930,'_order_stock_reduced','yes'),(33986,930,'_new_order_email_sent','true'),(33987,931,'_order_key','wc_order_hdfYovcfvz8w4'),(33988,931,'_customer_user','49'),(33989,931,'_payment_method','paypal'),(33990,931,'_payment_method_title','PayPal'),(33991,931,'_customer_ip_address','96.255.114.62'),(33992,931,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15'),(33993,931,'_created_via','checkout'),(33994,931,'_cart_hash','85a9b8033971260234d10fad18f67eb6'),(33995,931,'_billing_first_name','Kristi'),(33996,931,'_billing_last_name','Winkler'),(33997,931,'_billing_company','LCA - Manassas'),(33998,931,'_billing_address_1','8943 Garrett Way'),(33999,931,'_billing_city','Manassas'),(34000,931,'_billing_state','VA'),(34001,931,'_billing_postcode','20112'),(34002,931,'_billing_country','US'),(34003,931,'_billing_email','info@northernvirginialiceclinics.com'),(34004,931,'_billing_phone','8587520975'),(34005,931,'_shipping_first_name','Kristi'),(34006,931,'_shipping_last_name','Winkler'),(34007,931,'_shipping_company','LCA - Manassas'),(34008,931,'_shipping_address_1','8943 Garrett Way'),(34009,931,'_shipping_city','Manassas'),(34010,931,'_shipping_state','VA'),(34011,931,'_shipping_postcode','20112'),(34012,931,'_shipping_country','US'),(34013,931,'_order_currency','USD'),(34014,931,'_cart_discount','0'),(34015,931,'_cart_discount_tax','0'),(34016,931,'_order_shipping','17.46'),(34017,931,'_order_shipping_tax','0'),(34018,931,'_order_tax','0'),(34019,931,'_order_total','17.46'),(34020,931,'_order_version','6.0.0'),(34021,931,'_prices_include_tax','no'),(34022,931,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(34023,931,'_shipping_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(34024,931,'is_vat_exempt','no'),(34025,931,'Payment type','instant'),(34026,931,'_transaction_id','5E601365HH593761X'),(34027,931,'_paypal_status','completed'),(34028,931,'PayPal Transaction Fee','1.10'),(34029,931,'_date_paid','1641313292'),(34030,931,'_paid_date','2022-01-04 16:21:32'),(34031,931,'_download_permissions_granted','yes'),(34032,931,'_recorded_sales','yes'),(34033,931,'_recorded_coupon_usage_counts','yes'),(34034,931,'_order_stock_reduced','yes'),(34035,931,'_new_order_email_sent','true'),(34036,931,'_edit_lock','1641493570:2'),(34037,929,'_edit_lock','1641314422:2'),(34038,926,'_edit_lock','1641314303:2'),(34039,930,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069088\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"de2125fb48fe10ab41fc6befc4352b8b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069099\";s:12:\"date_shipped\";i:1641314372;s:11:\"tracking_id\";s:32:\"e1657adf39b55780748904ff356007c9\";}}'),(34040,930,'_date_completed','1641314377'),(34041,930,'_completed_date','2022-01-04 16:39:37'),(34042,929,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068828\";s:12:\"date_shipped\";s:10:\"1641168000\";s:11:\"tracking_id\";s:32:\"38e8accb80dada0326e16f0af7ad83e4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068839\";s:12:\"date_shipped\";s:10:\"1641168000\";s:11:\"tracking_id\";s:32:\"c8134f8eca728a71d47e6787871e6bbb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068840\";s:12:\"date_shipped\";s:10:\"1641168000\";s:11:\"tracking_id\";s:32:\"e35bbcb811bcfb9ef018c5b98118ede3\";}}'),(34043,929,'_edit_last','2'),(34044,929,'_date_completed','1641314416'),(34045,929,'_completed_date','2022-01-04 16:40:16'),(34046,926,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953068817\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"fd07587c7e7623f029e37238181d1ed6\";}}'),(34047,926,'_edit_last','2'),(34048,926,'_date_completed','1641314437'),(34049,926,'_completed_date','2022-01-04 16:40:37'),(34050,932,'_order_key','wc_order_yFUDZnBHQwMDa'),(34051,932,'_customer_user','11'),(34052,932,'_payment_method','paypal'),(34053,932,'_payment_method_title','PayPal'),(34054,932,'_customer_ip_address','74.131.22.162'),(34055,932,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(34056,932,'_created_via','checkout'),(34057,932,'_cart_hash','3e918a3807b1b0fb62397f79bd113294'),(34058,932,'_billing_first_name','Tina'),(34059,932,'_billing_last_name','Hunt'),(34060,932,'_billing_company','LCBG, LLC'),(34061,932,'_billing_address_1','830 Fairview Ave.'),(34062,932,'_billing_address_2','Suite A-4'),(34063,932,'_billing_city','Bowling Green'),(34064,932,'_billing_state','KY'),(34065,932,'_billing_postcode','42101'),(34066,932,'_billing_country','US'),(34067,932,'_billing_email','info@liceclinicsbowlinggreen.com'),(34068,932,'_billing_phone','2709996803'),(34069,932,'_shipping_first_name','Tina'),(34070,932,'_shipping_last_name','Hunt'),(34071,932,'_shipping_address_1','494 Hub Boulevard'),(34072,932,'_shipping_address_2','Apt 1012'),(34073,932,'_shipping_city','Bowling Green'),(34074,932,'_shipping_state','KY'),(34075,932,'_shipping_postcode','42101'),(34076,932,'_shipping_country','US'),(34077,932,'_order_currency','USD'),(34078,932,'_cart_discount','0'),(34079,932,'_cart_discount_tax','0'),(34080,932,'_order_shipping','20.17'),(34081,932,'_order_shipping_tax','0'),(34082,932,'_order_tax','0'),(34083,932,'_order_total','500.62'),(34084,932,'_order_version','6.0.0'),(34085,932,'_prices_include_tax','no'),(34086,932,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(34087,932,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(34088,932,'is_vat_exempt','no'),(34089,932,'Payment type','instant'),(34090,932,'_transaction_id','2KN12503SM997502J'),(34091,932,'_paypal_status','completed'),(34092,932,'PayPal Transaction Fee','17.96'),(34093,932,'_date_paid','1641322831'),(34094,932,'_paid_date','2022-01-04 19:00:31'),(34095,932,'_download_permissions_granted','yes'),(34096,932,'_recorded_sales','yes'),(34097,932,'_recorded_coupon_usage_counts','yes'),(34098,932,'_order_stock_reduced','yes'),(34099,932,'_new_order_email_sent','true'),(34100,933,'_order_key','wc_order_tszeAR3XnCLzd'),(34101,933,'_customer_user','7'),(34102,933,'_payment_method','paypal'),(34103,933,'_payment_method_title','PayPal'),(34104,933,'_customer_ip_address','71.93.225.128'),(34105,933,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(34106,933,'_created_via','checkout'),(34107,933,'_cart_hash','a7982b627950fd5c65829acee54a3e2d'),(34108,933,'_billing_first_name','Amy'),(34109,933,'_billing_last_name','Allen'),(34110,933,'_billing_company','Lice Clinics Of America'),(34111,933,'_billing_address_1','251 Promise Way'),(34112,933,'_billing_city','Hollister'),(34113,933,'_billing_state','CA'),(34114,933,'_billing_postcode','95023'),(34115,933,'_billing_country','US'),(34116,933,'_billing_email','lca.gilroy@gmail.com'),(34117,933,'_billing_phone','4085005537'),(34118,933,'_shipping_first_name','Amy'),(34119,933,'_shipping_last_name','Allen'),(34120,933,'_shipping_company','LCA Gilroy'),(34121,933,'_shipping_address_1','7680 Monterey Street'),(34122,933,'_shipping_address_2','Suite 104A'),(34123,933,'_shipping_city','Gilroy'),(34124,933,'_shipping_state','CA'),(34125,933,'_shipping_postcode','95020'),(34126,933,'_shipping_country','US'),(34127,933,'_order_currency','USD'),(34128,933,'_cart_discount','0'),(34129,933,'_cart_discount_tax','0'),(34130,933,'_order_shipping','0'),(34131,933,'_order_shipping_tax','0'),(34132,933,'_order_tax','0'),(34133,933,'_order_total','1352.08'),(34134,933,'_order_version','6.0.0'),(34135,933,'_prices_include_tax','no'),(34136,933,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(34137,933,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(34138,933,'is_vat_exempt','no'),(34139,933,'_edit_lock','1641493927:2'),(34140,933,'_edit_last','2'),(34141,933,'_recorded_coupon_usage_counts','yes'),(34142,933,'Payment type','instant'),(34143,933,'_transaction_id','0KV31892LD3477405'),(34144,933,'_paypal_status','completed'),(34145,933,'PayPal Transaction Fee','47.68'),(34146,933,'_date_paid','1641335498'),(34147,933,'_paid_date','2022-01-04 22:31:38'),(34148,933,'_download_permissions_granted','yes'),(34149,933,'_recorded_sales','yes'),(34150,933,'_order_stock_reduced','yes'),(34151,933,'_new_order_email_sent','true'),(34153,934,'_order_key','wc_order_WwsyOzIsy9DRo'),(34154,934,'_customer_user','5'),(34155,934,'_payment_method','paypal'),(34156,934,'_payment_method_title','PayPal'),(34157,934,'_customer_ip_address','73.11.93.174'),(34158,934,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(34159,934,'_created_via','checkout'),(34160,934,'_cart_hash','785fd16c6ea8455235d7555fa65c0790'),(34161,934,'_billing_first_name','Mark'),(34162,934,'_billing_last_name','Meyer'),(34163,934,'_billing_company','lice clinics of america- portland'),(34164,934,'_billing_address_1','5201 SW Westgate Dr suite 106'),(34165,934,'_billing_address_2','106'),(34166,934,'_billing_city','portland'),(34167,934,'_billing_state','OR'),(34168,934,'_billing_postcode','97221'),(34169,934,'_billing_country','US'),(34170,934,'_billing_email','mark@nwliceclinics.com'),(34171,934,'_billing_phone','5034040475'),(34172,934,'_shipping_first_name','Mark'),(34173,934,'_shipping_last_name','Meyer'),(34174,934,'_shipping_company','lice clinics of america- portland'),(34175,934,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(34176,934,'_shipping_address_2','106'),(34177,934,'_shipping_city','portland'),(34178,934,'_shipping_state','OR'),(34179,934,'_shipping_postcode','97221'),(34180,934,'_shipping_country','US'),(34181,934,'_order_currency','USD'),(34182,934,'_cart_discount','0'),(34183,934,'_cart_discount_tax','0'),(34184,934,'_order_shipping','0'),(34185,934,'_order_shipping_tax','0'),(34186,934,'_order_tax','0'),(34187,934,'_order_total','2418.32'),(34188,934,'_order_version','6.0.0'),(34189,934,'_prices_include_tax','no'),(34190,934,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(34191,934,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(34192,934,'is_vat_exempt','no'),(34193,934,'Payment type','instant'),(34194,934,'_transaction_id','0GM25498X2962854P'),(34195,934,'_paypal_status','completed'),(34196,934,'PayPal Transaction Fee','84.89'),(34197,934,'_date_paid','1641411174'),(34198,934,'_paid_date','2022-01-05 19:32:54'),(34199,934,'_download_permissions_granted','yes'),(34200,934,'_recorded_sales','yes'),(34201,934,'_recorded_coupon_usage_counts','yes'),(34202,934,'_order_stock_reduced','yes'),(34203,934,'_new_order_email_sent','true'),(34204,936,'_order_key','wc_order_OA8338f6uloiA'),(34205,936,'_customer_user','17'),(34206,936,'_payment_method','paypal'),(34207,936,'_payment_method_title','PayPal'),(34208,936,'_customer_ip_address','172.56.12.190'),(34209,936,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_16) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(34210,936,'_created_via','checkout'),(34211,936,'_cart_hash','09c01c3984a4dc1ff245476ff4293567'),(34212,936,'_billing_first_name','Bess'),(34213,936,'_billing_last_name','Hayes'),(34214,936,'_billing_company','LCA Des Moines'),(34215,936,'_billing_address_1','7753 S. Westbrook Dr'),(34216,936,'_billing_city','Dubuque'),(34217,936,'_billing_state','IA'),(34218,936,'_billing_postcode','52002'),(34219,936,'_billing_country','US'),(34220,936,'_billing_email','info@liceclinicsnortherniowa.com'),(34221,936,'_billing_phone','5635646764'),(34222,936,'_shipping_first_name','Bess'),(34223,936,'_shipping_last_name','Hayes'),(34224,936,'_shipping_company','LCA Des Moines'),(34225,936,'_shipping_address_1','1139 Burlington Terrace'),(34226,936,'_shipping_city','Des Moines'),(34227,936,'_shipping_state','IA'),(34228,936,'_shipping_postcode','50314'),(34229,936,'_shipping_country','US'),(34230,936,'_order_currency','USD'),(34231,936,'_cart_discount','0'),(34232,936,'_cart_discount_tax','0'),(34233,936,'_order_shipping','13.63'),(34234,936,'_order_shipping_tax','0'),(34235,936,'_order_tax','0'),(34236,936,'_order_total','13.63'),(34237,936,'_order_version','6.0.0'),(34238,936,'_prices_include_tax','no'),(34239,936,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr  Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(34240,936,'_shipping_address_index','Bess Hayes LCA Des Moines 1139 Burlington Terrace  Des Moines IA 50314 US '),(34241,936,'is_vat_exempt','no'),(34242,938,'_order_key','wc_order_VsWaFD2s9Fgs7'),(34243,938,'_customer_user','54'),(34244,938,'_payment_method','paypal'),(34245,938,'_payment_method_title','PayPal'),(34246,938,'_customer_ip_address','67.175.206.111'),(34247,938,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(34248,938,'_created_via','checkout'),(34249,938,'_cart_hash','dfbb03ce79960df55ccbd48c4dd05e34'),(34250,938,'_billing_first_name','Erin'),(34251,938,'_billing_last_name','Hawn'),(34252,938,'_billing_address_1','10 W Phillip Rd'),(34253,938,'_billing_address_2','123'),(34254,938,'_billing_city','Vernon Hills'),(34255,938,'_billing_state','IL'),(34256,938,'_billing_postcode','60061'),(34257,938,'_billing_country','US'),(34258,938,'_billing_email','info@liceclinicsvernonhills.com'),(34259,938,'_billing_phone','8475960408'),(34260,938,'_shipping_first_name','Erin'),(34261,938,'_shipping_last_name','Hawn'),(34262,938,'_shipping_address_1','1491 S Amarias Dr'),(34263,938,'_shipping_city','Round lake'),(34264,938,'_shipping_state','IL'),(34265,938,'_shipping_postcode','60073'),(34266,938,'_shipping_country','US'),(34267,938,'_order_currency','USD'),(34268,938,'_cart_discount','0'),(34269,938,'_cart_discount_tax','0'),(34270,938,'_order_shipping','0'),(34271,938,'_order_shipping_tax','0'),(34272,938,'_order_tax','0'),(34273,938,'_order_total','543.90'),(34274,938,'_order_version','6.1.0'),(34275,938,'_prices_include_tax','no'),(34276,938,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(34277,938,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(34278,938,'is_vat_exempt','no'),(34279,938,'_edit_lock','1642532793:2'),(34280,938,'_edit_last','2'),(34281,938,'_recorded_coupon_usage_counts','yes'),(34282,936,'_edit_lock','1641850498:2'),(34283,936,'_edit_last','2'),(34284,936,'_recorded_coupon_usage_counts','yes'),(34285,932,'_edit_lock','1641493635:2'),(34286,934,'_edit_lock','1641493994:2'),(34287,931,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069114\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"cb8077ba297e9bb52190f6bc0a4f1390\";}}'),(34288,931,'_edit_last','2'),(34289,931,'_date_completed','1641493686'),(34290,931,'_completed_date','2022-01-06 18:28:06'),(34291,932,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069272\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"beee9537d8e83c1c29d8f3bd2b71f279\";}}'),(34292,932,'_edit_last','2'),(34293,932,'_date_completed','1641493736'),(34294,932,'_completed_date','2022-01-06 18:28:56'),(34295,933,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069294\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"3ed316ffd7e0fd7a108701c1eb39db86\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069309\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"a14e60f5deed90db1fd253d77fd09d77\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069310\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"4b0a0d6e7e3b5f2730c3e93592256db4\";}}'),(34296,933,'_date_completed','1641493847'),(34297,933,'_completed_date','2022-01-06 18:30:47'),(34298,934,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069434\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"abc3632d70f61adbe74a24f3eec88fe4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069445\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"d551ed5bab356aeedb04dc65b7467bad\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069456\";s:12:\"date_shipped\";s:10:\"1641254400\";s:11:\"tracking_id\";s:32:\"1dec9f6e1c75fc65a8745058f7c263bf\";}}'),(34299,934,'_edit_last','2'),(34300,934,'_date_completed','1641494106'),(34301,934,'_completed_date','2022-01-06 18:35:06'),(34302,939,'_order_key','wc_order_Fpwgv2gzDG88w'),(34303,939,'_customer_user','3'),(34304,939,'_payment_method','paypal'),(34305,939,'_payment_method_title','PayPal'),(34306,939,'_customer_ip_address','70.142.202.154'),(34307,939,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(34308,939,'_created_via','checkout'),(34309,939,'_cart_hash','48d50319da05562644ad975da892bd0d'),(34310,939,'_billing_first_name','Amanda'),(34311,939,'_billing_last_name','Westerman'),(34312,939,'_billing_company','Lice Clinics of America McKinney'),(34313,939,'_billing_address_1','3120 Hudson Crossing'),(34314,939,'_billing_address_2','Suite A2'),(34315,939,'_billing_city','MCKINNEY'),(34316,939,'_billing_state','TX'),(34317,939,'_billing_postcode','75070'),(34318,939,'_billing_country','US'),(34319,939,'_billing_email','awesterman1103@gmail.com'),(34320,939,'_billing_phone','2144175741'),(34321,939,'_shipping_first_name','Lice'),(34322,939,'_shipping_last_name','McKinney'),(34323,939,'_shipping_company','Lice Clinics of America McKinney'),(34324,939,'_shipping_address_1','3120 Hudson Crossing'),(34325,939,'_shipping_address_2','Suite A2'),(34326,939,'_shipping_city','McKinney'),(34327,939,'_shipping_state','TX'),(34328,939,'_shipping_postcode','75070'),(34329,939,'_shipping_country','US'),(34330,939,'_order_currency','USD'),(34331,939,'_cart_discount','0'),(34332,939,'_cart_discount_tax','0'),(34333,939,'_order_shipping','0'),(34334,939,'_order_shipping_tax','0'),(34335,939,'_order_tax','0'),(34336,939,'_order_total','652.13'),(34337,939,'_order_version','6.0.0'),(34338,939,'_prices_include_tax','no'),(34339,939,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(34340,939,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(34341,939,'is_vat_exempt','no'),(34342,939,'Payment type','instant'),(34343,939,'_transaction_id','7VY690794W067954T'),(34344,939,'_paypal_status','completed'),(34345,939,'PayPal Transaction Fee','23.25'),(34346,939,'_date_paid','1641508550'),(34347,939,'_paid_date','2022-01-06 22:35:50'),(34348,939,'_download_permissions_granted','yes'),(34349,939,'_recorded_sales','yes'),(34350,939,'_recorded_coupon_usage_counts','yes'),(34351,939,'_order_stock_reduced','yes'),(34352,939,'_new_order_email_sent','true'),(34353,936,'Payment type','instant'),(34354,936,'_transaction_id','68N451947L2877000'),(34355,936,'_paypal_status','completed'),(34356,936,'PayPal Transaction Fee','0.97'),(34357,936,'_date_paid','1641664195'),(34358,936,'_paid_date','2022-01-08 17:49:55'),(34359,936,'_download_permissions_granted','yes'),(34360,936,'_recorded_sales','yes'),(34361,936,'_order_stock_reduced','yes'),(34362,936,'_new_order_email_sent','true'),(34363,939,'_edit_lock','1641850605:2'),(34364,939,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069526\";s:12:\"date_shipped\";s:10:\"1641772800\";s:11:\"tracking_id\";s:32:\"9b7f5bd78709341b1fd4e9ef5d812dc1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069515\";s:12:\"date_shipped\";s:10:\"1641772800\";s:11:\"tracking_id\";s:32:\"408672e0294a4cf94ad5fbd3fddb4d9a\";}}'),(34365,939,'_edit_last','2'),(34366,939,'_date_completed','1641850577'),(34367,939,'_completed_date','2022-01-10 21:36:17'),(34368,936,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069684\";s:12:\"date_shipped\";s:10:\"1641772800\";s:11:\"tracking_id\";s:32:\"6094326c1d77d0de1e3ce5bbc486b26e\";}}'),(34369,936,'_date_completed','1641850631'),(34370,936,'_completed_date','2022-01-10 21:37:11'),(34371,940,'_order_key','wc_order_cVkL0W0wpH4jL'),(34372,940,'_customer_user','25'),(34373,940,'_payment_method','paypal'),(34374,940,'_payment_method_title','PayPal'),(34375,940,'_customer_ip_address','23.124.3.136'),(34376,940,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(34377,940,'_created_via','checkout'),(34378,940,'_cart_hash','d1c9631e8feab148fc9b4aee783ccc2e'),(34379,940,'_billing_first_name','Blaine'),(34380,940,'_billing_last_name','Tyrone'),(34381,940,'_billing_address_1','39 Canebrake Blvd'),(34382,940,'_billing_city','Hattiesburg'),(34383,940,'_billing_state','MS'),(34384,940,'_billing_postcode','39402'),(34385,940,'_billing_country','US'),(34386,940,'_billing_email','info@liceclinicssouthms.com'),(34387,940,'_billing_phone','6016063355'),(34388,940,'_shipping_first_name','Blaine'),(34389,940,'_shipping_last_name','Tyrone'),(34390,940,'_shipping_address_1','39 Canebrake Blvd'),(34391,940,'_shipping_city','Hattiesburg'),(34392,940,'_shipping_state','MS'),(34393,940,'_shipping_postcode','39402'),(34394,940,'_shipping_country','US'),(34395,940,'_order_currency','USD'),(34396,940,'_cart_discount','0'),(34397,940,'_cart_discount_tax','0'),(34398,940,'_order_shipping','12.84'),(34399,940,'_order_shipping_tax','0'),(34400,940,'_order_tax','0'),(34401,940,'_order_total','86.13'),(34402,940,'_order_version','6.0.0'),(34403,940,'_prices_include_tax','no'),(34404,940,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(34405,940,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(34406,940,'is_vat_exempt','no'),(34407,940,'Payment type','instant'),(34408,940,'_transaction_id','6X23372181464913Y'),(34409,940,'_paypal_status','completed'),(34410,940,'PayPal Transaction Fee','3.50'),(34411,940,'_date_paid','1641853310'),(34412,940,'_paid_date','2022-01-10 22:21:50'),(34413,940,'_download_permissions_granted','yes'),(34414,940,'_recorded_sales','yes'),(34415,940,'_recorded_coupon_usage_counts','yes'),(34416,940,'_order_stock_reduced','yes'),(34417,940,'_new_order_email_sent','true'),(34418,941,'_order_key','wc_order_JaYHanRHlZaY7'),(34419,941,'_customer_user','80'),(34420,941,'_payment_method','paypal'),(34421,941,'_payment_method_title','PayPal'),(34422,941,'_customer_ip_address','71.224.201.32'),(34423,941,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0'),(34424,941,'_created_via','checkout'),(34425,941,'_cart_hash','69380b19a967dcad2eb09ed4bf1a81a0'),(34426,941,'_billing_first_name','Sharon'),(34427,941,'_billing_last_name','Rizzuto'),(34428,941,'_billing_address_1','143 Merion Ave'),(34429,941,'_billing_city','Narberth'),(34430,941,'_billing_state','PA'),(34431,941,'_billing_postcode','19072'),(34432,941,'_billing_country','US'),(34433,941,'_billing_email','liceclinicphilly@gmail.com'),(34434,941,'_billing_phone','2155141903'),(34435,941,'_shipping_first_name','Sharon'),(34436,941,'_shipping_last_name','Rizzuto'),(34437,941,'_shipping_company','LCA Philly'),(34438,941,'_shipping_address_1','1982 Butler pike'),(34439,941,'_shipping_address_2','#4'),(34440,941,'_shipping_city','Conshohocken'),(34441,941,'_shipping_state','PA'),(34442,941,'_shipping_postcode','19428'),(34443,941,'_shipping_country','US'),(34444,941,'_order_currency','USD'),(34445,941,'_cart_discount','0'),(34446,941,'_cart_discount_tax','0'),(34447,941,'_order_shipping','36.95'),(34448,941,'_order_shipping_tax','0'),(34449,941,'_order_tax','0'),(34450,941,'_order_total','36.95'),(34451,941,'_order_version','6.1.0'),(34452,941,'_prices_include_tax','no'),(34453,941,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(34454,941,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US '),(34455,941,'is_vat_exempt','no'),(34456,941,'_edit_lock','1642002180:2'),(34457,941,'_edit_last','2'),(34458,941,'_recorded_coupon_usage_counts','yes'),(34489,940,'_edit_lock','1641925803:2'),(34490,940,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953069880\";s:12:\"date_shipped\";s:10:\"1641859200\";s:11:\"tracking_id\";s:32:\"38b72f73d427677545d6c78648f88d4e\";}}'),(34491,940,'_edit_last','2'),(34492,940,'_date_completed','1641925833'),(34493,940,'_completed_date','2022-01-11 18:30:33'),(34494,942,'_order_key','wc_order_qPVqI9Y62XGQg'),(34495,942,'_customer_user','43'),(34496,942,'_payment_method','paypal'),(34497,942,'_payment_method_title','PayPal'),(34498,942,'_customer_ip_address','170.55.190.162'),(34499,942,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(34500,942,'_created_via','checkout'),(34501,942,'_cart_hash','0e365a6e5655ad4a1cab497324242382'),(34502,942,'_billing_first_name','Ryan'),(34503,942,'_billing_last_name','Nelson'),(34504,942,'_billing_address_1','140 Flame Vine drive'),(34505,942,'_billing_city','Naples'),(34506,942,'_billing_state','FL'),(34507,942,'_billing_postcode','34110'),(34508,942,'_billing_country','US'),(34509,942,'_billing_email','Rjnelson73@gmail.com'),(34510,942,'_billing_phone','239-281-0719'),(34511,942,'_shipping_first_name','Ryan'),(34512,942,'_shipping_last_name','Nelson'),(34513,942,'_shipping_address_1','140 Flame Vine drive'),(34514,942,'_shipping_city','Naples'),(34515,942,'_shipping_state','FL'),(34516,942,'_shipping_postcode','34110'),(34517,942,'_shipping_country','US'),(34518,942,'_order_currency','USD'),(34519,942,'_cart_discount','0'),(34520,942,'_cart_discount_tax','0'),(34521,942,'_order_shipping','40.84'),(34522,942,'_order_shipping_tax','0'),(34523,942,'_order_tax','0'),(34524,942,'_order_total','381.88'),(34525,942,'_order_version','6.1.0'),(34526,942,'_prices_include_tax','no'),(34527,942,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(34528,942,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(34529,942,'is_vat_exempt','no'),(34530,941,'Payment type','instant'),(34531,941,'_transaction_id','9HK39487B9682891P'),(34532,941,'_paypal_status','completed'),(34533,941,'PayPal Transaction Fee','1.78'),(34534,941,'_date_paid','1641949354'),(34535,941,'_paid_date','2022-01-12 01:02:34'),(34536,941,'_download_permissions_granted','yes'),(34537,941,'_recorded_sales','yes'),(34538,941,'_order_stock_reduced','yes'),(34539,941,'_new_order_email_sent','true'),(34540,943,'_order_key','wc_order_SmVLURtNAcSeg'),(34541,943,'_customer_user','47'),(34542,943,'_payment_method','paypal'),(34543,943,'_payment_method_title','PayPal'),(34544,943,'_customer_ip_address','70.121.191.254'),(34545,943,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(34546,943,'_created_via','checkout'),(34547,943,'_cart_hash','c5fe295c56dbaf41c5ab0e271900df18'),(34548,943,'_billing_first_name','Tracy'),(34549,943,'_billing_last_name','Copeland'),(34550,943,'_billing_company','South Texas Lice Clinics LLC'),(34551,943,'_billing_address_1','14223 Silverhollow'),(34552,943,'_billing_city','San Antonio'),(34553,943,'_billing_state','TX'),(34554,943,'_billing_postcode','78232'),(34555,943,'_billing_country','US'),(34556,943,'_billing_email','info@liceclinicsanantoniowest.com'),(34557,943,'_billing_phone','2103135033'),(34558,943,'_shipping_first_name','Tracy'),(34559,943,'_shipping_last_name','Copeland'),(34560,943,'_shipping_company','South Texas Lice Clinics LLC'),(34561,943,'_shipping_address_1','14223 Silverhollow'),(34562,943,'_shipping_city','San Antonio'),(34563,943,'_shipping_state','TX'),(34564,943,'_shipping_postcode','78232'),(34565,943,'_shipping_country','US'),(34566,943,'_order_currency','USD'),(34567,943,'_cart_discount','0'),(34568,943,'_cart_discount_tax','0'),(34569,943,'_order_shipping','0'),(34570,943,'_order_shipping_tax','0'),(34571,943,'_order_tax','0'),(34572,943,'_order_total','531.02'),(34573,943,'_order_version','6.1.0'),(34574,943,'_prices_include_tax','no'),(34575,943,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(34576,943,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(34577,943,'is_vat_exempt','no'),(34578,943,'Payment type','instant'),(34579,943,'_transaction_id','8H276430HN0130151'),(34580,943,'_paypal_status','completed'),(34581,943,'PayPal Transaction Fee','19.02'),(34582,943,'_date_paid','1641957293'),(34583,943,'_paid_date','2022-01-12 03:14:53'),(34584,943,'_download_permissions_granted','yes'),(34585,943,'_recorded_sales','yes'),(34586,943,'_recorded_coupon_usage_counts','yes'),(34587,943,'_order_stock_reduced','yes'),(34588,943,'_new_order_email_sent','true'),(34589,942,'_edit_lock','1642011743:2'),(34590,942,'_edit_last','2'),(34591,942,'_recorded_coupon_usage_counts','yes'),(34592,941,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070070\";s:12:\"date_shipped\";s:10:\"1641945600\";s:11:\"tracking_id\";s:32:\"301a8ab5a364e07a7c30014105f34d98\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070060\";s:12:\"date_shipped\";i:1642002296;s:11:\"tracking_id\";s:32:\"adce939508829e3e9707d0fa11294ce3\";}}'),(34593,941,'_date_completed','1642002303'),(34594,941,'_completed_date','2022-01-12 15:45:03'),(34595,942,'Payment type','instant'),(34596,942,'_transaction_id','916842512R507090W'),(34597,942,'_paypal_status','completed'),(34598,942,'PayPal Transaction Fee','13.82'),(34599,942,'_date_paid','1642003746'),(34600,942,'_paid_date','2022-01-12 16:09:06'),(34601,942,'_download_permissions_granted','yes'),(34602,942,'_recorded_sales','yes'),(34603,942,'_order_stock_reduced','yes'),(34604,942,'_new_order_email_sent','true'),(34605,943,'_edit_lock','1642008426:2'),(34606,943,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070081\";s:12:\"date_shipped\";s:10:\"1641945600\";s:11:\"tracking_id\";s:32:\"9e4956ed425dcdc53412edf7d3f3781e\";}}'),(34607,943,'_edit_last','2'),(34608,943,'_date_completed','1642006880'),(34609,943,'_completed_date','2022-01-12 17:01:20'),(34610,942,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070118\";s:12:\"date_shipped\";s:10:\"1641945600\";s:11:\"tracking_id\";s:32:\"d7be45bc0114ea15ccfcb87d7dff0e0e\";}}'),(34611,942,'_date_completed','1642011868'),(34612,942,'_completed_date','2022-01-12 18:24:28'),(34613,944,'_order_key','wc_order_Kdin599VCpol0'),(34614,944,'_customer_user','36'),(34615,944,'_payment_method','paypal'),(34616,944,'_payment_method_title','PayPal'),(34617,944,'_customer_ip_address','23.113.80.90'),(34618,944,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(34619,944,'_created_via','checkout'),(34620,944,'_cart_hash','2029026f003d43e26e465980320c838c'),(34621,944,'_billing_first_name','Melanie'),(34622,944,'_billing_last_name','Sherman'),(34623,944,'_billing_company','Lice Clinics of Bakersfield'),(34624,944,'_billing_address_1','2920 F ST'),(34625,944,'_billing_address_2','G-9'),(34626,944,'_billing_city','Bakersfield'),(34627,944,'_billing_state','CA'),(34628,944,'_billing_postcode','93301'),(34629,944,'_billing_country','US'),(34630,944,'_billing_email','2920lca@gmail.com'),(34631,944,'_billing_phone','661-616-8900'),(34632,944,'_shipping_first_name','Melanie'),(34633,944,'_shipping_last_name','Sherman'),(34634,944,'_shipping_company','Lice Clinics of Bakersfield'),(34635,944,'_shipping_address_1','2920 F ST'),(34636,944,'_shipping_address_2','G-9'),(34637,944,'_shipping_city','Bakersfield'),(34638,944,'_shipping_state','CA'),(34639,944,'_shipping_postcode','93301'),(34640,944,'_shipping_country','US'),(34641,944,'_order_currency','USD'),(34642,944,'_cart_discount','0'),(34643,944,'_cart_discount_tax','0'),(34644,944,'_order_shipping','26.54'),(34645,944,'_order_shipping_tax','0'),(34646,944,'_order_tax','0'),(34647,944,'_order_total','26.54'),(34648,944,'_order_version','6.1.0'),(34649,944,'_prices_include_tax','no'),(34650,944,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(34651,944,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(34652,944,'is_vat_exempt','no'),(34653,945,'_order_key','wc_order_KL167lx7LkNPt'),(34654,945,'_customer_user','36'),(34655,945,'_payment_method','paypal'),(34656,945,'_payment_method_title','PayPal'),(34657,945,'_customer_ip_address','23.113.80.90'),(34658,945,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(34659,945,'_created_via','checkout'),(34660,945,'_cart_hash','000e924bf8611df3d7bd1ad0449138f7'),(34661,945,'_billing_first_name','Melanie'),(34662,945,'_billing_last_name','Sherman'),(34663,945,'_billing_company','Lice Clinics of Bakersfield'),(34664,945,'_billing_address_1','2920 F ST'),(34665,945,'_billing_address_2','G-9'),(34666,945,'_billing_city','Bakersfield'),(34667,945,'_billing_state','CA'),(34668,945,'_billing_postcode','93301'),(34669,945,'_billing_country','US'),(34670,945,'_billing_email','2920lca@gmail.com'),(34671,945,'_billing_phone','661-616-8900'),(34672,945,'_shipping_first_name','Melanie'),(34673,945,'_shipping_last_name','Sherman'),(34674,945,'_shipping_company','Lice Clinics of Bakersfield'),(34675,945,'_shipping_address_1','2920 F ST'),(34676,945,'_shipping_address_2','G-9'),(34677,945,'_shipping_city','Bakersfield'),(34678,945,'_shipping_state','CA'),(34679,945,'_shipping_postcode','93301'),(34680,945,'_shipping_country','US'),(34681,945,'_order_currency','USD'),(34682,945,'_cart_discount','0'),(34683,945,'_cart_discount_tax','0'),(34684,945,'_order_shipping','26.54'),(34685,945,'_order_shipping_tax','0'),(34686,945,'_order_tax','0'),(34687,945,'_order_total','26.54'),(34688,945,'_order_version','6.1.0'),(34689,945,'_prices_include_tax','no'),(34690,945,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(34691,945,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(34692,945,'is_vat_exempt','no'),(34693,946,'_order_key','wc_order_mJopnwAYh0kDa'),(34694,946,'_customer_user','77'),(34695,946,'_payment_method','paypal'),(34696,946,'_payment_method_title','PayPal'),(34697,946,'_customer_ip_address','107.205.56.86'),(34698,946,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(34699,946,'_created_via','checkout'),(34700,946,'_cart_hash','969de80c042405fe9c8c7e5b88c876ce'),(34701,946,'_billing_first_name','Phil'),(34702,946,'_billing_last_name','Moon'),(34703,946,'_billing_company','Lice Clinics of America--FRESNO'),(34704,946,'_billing_address_1','585 56th Street'),(34705,946,'_billing_city','Oakland'),(34706,946,'_billing_state','CA'),(34707,946,'_billing_postcode','94609'),(34708,946,'_billing_country','US'),(34709,946,'_billing_email','info@liceclinicsfresno.com'),(34710,946,'_billing_phone','5593046305'),(34711,946,'_shipping_first_name','Kristen'),(34712,946,'_shipping_last_name','Maroot-Rippee'),(34713,946,'_shipping_company','Lice Busters LLC. FRESNO'),(34714,946,'_shipping_address_1','487 W. Scott Avenue'),(34715,946,'_shipping_city','Fresno'),(34716,946,'_shipping_state','CA'),(34717,946,'_shipping_postcode','93704'),(34718,946,'_shipping_country','US'),(34719,946,'_order_currency','USD'),(34720,946,'_cart_discount','0'),(34721,946,'_cart_discount_tax','0'),(34722,946,'_order_shipping','44.67'),(34723,946,'_order_shipping_tax','0'),(34724,946,'_order_tax','0'),(34725,946,'_order_total','571.37'),(34726,946,'_order_version','6.1.0'),(34727,946,'_prices_include_tax','no'),(34728,946,'_billing_address_index','Phil Moon Lice Clinics of America--FRESNO 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(34729,946,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(34730,946,'is_vat_exempt','no'),(34731,946,'Payment type','instant'),(34732,946,'_transaction_id','6268637073970282X'),(34733,946,'_paypal_status','completed'),(34734,946,'PayPal Transaction Fee','20.43'),(34735,946,'_date_paid','1642043345'),(34736,946,'_paid_date','2022-01-13 03:09:05'),(34737,946,'_download_permissions_granted','yes'),(34738,946,'_recorded_sales','yes'),(34739,946,'_recorded_coupon_usage_counts','yes'),(34740,946,'_order_stock_reduced','yes'),(34741,946,'_new_order_email_sent','true'),(34742,946,'_edit_lock','1642093614:2'),(34743,946,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070195\";s:12:\"date_shipped\";s:10:\"1642032000\";s:11:\"tracking_id\";s:32:\"c2bc5a903a64cbe43d0709c053aa269b\";}}'),(34744,946,'_edit_last','2'),(34745,946,'_date_completed','1642093679'),(34746,946,'_completed_date','2022-01-13 17:07:59'),(34747,945,'_edit_lock','1642184172:2'),(34748,944,'_edit_lock','1642184238:2'),(34749,945,'_edit_last','2'),(34750,945,'_recorded_coupon_usage_counts','yes'),(34751,944,'_edit_last','2'),(34752,944,'_recorded_coupon_usage_counts','yes'),(34753,944,'Payment type','instant'),(34754,944,'_transaction_id','20P71650UY240652P'),(34755,944,'_paypal_status','completed'),(34756,944,'PayPal Transaction Fee','1.42'),(34757,944,'_date_paid','1642105373'),(34758,944,'_paid_date','2022-01-13 20:22:53'),(34759,944,'_download_permissions_granted','yes'),(34760,944,'_recorded_sales','yes'),(34761,944,'_order_stock_reduced','yes'),(34762,944,'_new_order_email_sent','true'),(34763,945,'Payment type','instant'),(34764,945,'_transaction_id','00Y9609844482290A'),(34765,945,'_paypal_status','completed'),(34766,945,'PayPal Transaction Fee','1.42'),(34767,945,'_date_paid','1642105413'),(34768,945,'_paid_date','2022-01-13 20:23:33'),(34769,945,'_download_permissions_granted','yes'),(34770,945,'_recorded_sales','yes'),(34771,945,'_order_stock_reduced','yes'),(34772,945,'_new_order_email_sent','true'),(34773,948,'_order_key','wc_order_s7jLvudibFS44'),(34774,948,'_customer_user','52'),(34775,948,'_payment_method','paypal'),(34776,948,'_payment_method_title','PayPal'),(34777,948,'_customer_ip_address','96.255.239.233'),(34778,948,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(34779,948,'_created_via','checkout'),(34780,948,'_cart_hash','0761ff1d043c0331ff692d35dd004c39'),(34781,948,'_billing_first_name','Darlene'),(34782,948,'_billing_last_name','LaFramboise'),(34783,948,'_billing_company','LCA-NOVA'),(34784,948,'_billing_address_1','25473 Tomey Ct'),(34785,948,'_billing_city','Aldie'),(34786,948,'_billing_state','VA'),(34787,948,'_billing_postcode','20105-3048'),(34788,948,'_billing_country','US'),(34789,948,'_billing_email','info@liceremovalnova.com'),(34790,948,'_billing_phone','7033031576'),(34791,948,'_shipping_first_name','Darlene'),(34792,948,'_shipping_last_name','LaFramboise'),(34793,948,'_shipping_company','LCA-NOVA'),(34794,948,'_shipping_address_1','25473 Tomey Ct'),(34795,948,'_shipping_city','Aldie'),(34796,948,'_shipping_state','VA'),(34797,948,'_shipping_postcode','20105-3048'),(34798,948,'_shipping_country','US'),(34799,948,'_order_currency','USD'),(34800,948,'_cart_discount','0'),(34801,948,'_cart_discount_tax','0'),(34802,948,'_order_shipping','10.46'),(34803,948,'_order_shipping_tax','0'),(34804,948,'_order_tax','0'),(34805,948,'_order_total','76.94'),(34806,948,'_order_version','6.1.0'),(34807,948,'_prices_include_tax','no'),(34808,948,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(34809,948,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(34810,948,'is_vat_exempt','no'),(34811,948,'Payment type','instant'),(34812,948,'_transaction_id','189672704E631332B'),(34813,948,'_paypal_status','completed'),(34814,948,'PayPal Transaction Fee','3.18'),(34815,948,'_date_paid','1642110541'),(34816,948,'_paid_date','2022-01-13 21:49:01'),(34817,948,'_download_permissions_granted','yes'),(34818,948,'_recorded_sales','yes'),(34819,948,'_recorded_coupon_usage_counts','yes'),(34820,948,'_order_stock_reduced','yes'),(34821,948,'_new_order_email_sent','true'),(34822,949,'_order_key','wc_order_LdIXYCRAPYB2P'),(34823,949,'_customer_user','66'),(34824,949,'_payment_method','paypal'),(34825,949,'_payment_method_title','PayPal'),(34826,949,'_customer_ip_address','71.166.57.225'),(34827,949,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36 Edg/97.0.1072.55'),(34828,949,'_created_via','checkout'),(34829,949,'_cart_hash','1de38e234064b30ba330eda519058456'),(34830,949,'_billing_first_name','Mark'),(34831,949,'_billing_last_name','Dent'),(34832,949,'_billing_company','Lice Clinics of Maryland'),(34833,949,'_billing_address_1','801 W 33rd Street'),(34834,949,'_billing_city','BAltimore'),(34835,949,'_billing_state','MD'),(34836,949,'_billing_postcode','21211'),(34837,949,'_billing_country','US'),(34838,949,'_billing_email','info@liceclinicsofmaryland.com'),(34839,949,'_billing_phone','4438349991'),(34840,949,'_shipping_first_name','Dawn'),(34841,949,'_shipping_last_name','Mumaw'),(34842,949,'_shipping_company','LCA Baltimore'),(34843,949,'_shipping_address_1','604 Providence Road'),(34844,949,'_shipping_city','Towson'),(34845,949,'_shipping_state','MD'),(34846,949,'_shipping_postcode','21286'),(34847,949,'_shipping_country','US'),(34848,949,'_order_currency','USD'),(34849,949,'_cart_discount','0'),(34850,949,'_cart_discount_tax','0'),(34851,949,'_order_shipping','40.26'),(34852,949,'_order_shipping_tax','0'),(34853,949,'_order_tax','0'),(34854,949,'_order_total','620.58'),(34855,949,'_order_version','6.1.0'),(34856,949,'_prices_include_tax','no'),(34857,949,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(34858,949,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(34859,949,'is_vat_exempt','no'),(34860,949,'Payment type','instant'),(34861,949,'_transaction_id','0FF91281JY798952W'),(34862,949,'_paypal_status','completed'),(34863,949,'PayPal Transaction Fee','22.15'),(34864,949,'_date_paid','1642169324'),(34865,949,'_paid_date','2022-01-14 14:08:44'),(34866,949,'_download_permissions_granted','yes'),(34867,949,'_recorded_sales','yes'),(34868,949,'_recorded_coupon_usage_counts','yes'),(34869,949,'_order_stock_reduced','yes'),(34870,949,'_new_order_email_sent','true'),(34871,950,'_order_key','wc_order_S1BdnhgjGJX8v'),(34872,950,'_customer_user','55'),(34873,950,'_payment_method','paypal'),(34874,950,'_payment_method_title','PayPal'),(34875,950,'_customer_ip_address','174.83.123.140'),(34876,950,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14268.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.111 Safari/537.36'),(34877,950,'_created_via','checkout'),(34878,950,'_cart_hash','7c976d26917a61de6f1477adafcf8d53'),(34879,950,'_billing_first_name','Stephanie'),(34880,950,'_billing_last_name','Knecht'),(34881,950,'_billing_company','Lice Clinics of America'),(34882,950,'_billing_address_1','109 Boston Post Road, Suite 201'),(34883,950,'_billing_city','Orange'),(34884,950,'_billing_state','CT'),(34885,950,'_billing_postcode','06477'),(34886,950,'_billing_country','US'),(34887,950,'_billing_email','stephanieknecht@lcaconnecticut.com'),(34888,950,'_billing_phone','9144565000'),(34889,950,'_shipping_first_name','Stephanie'),(34890,950,'_shipping_last_name','Knecht'),(34891,950,'_shipping_company','Lice Clinics of America'),(34892,950,'_shipping_address_1','11 Stony Hill Road'),(34893,950,'_shipping_city','Bethel'),(34894,950,'_shipping_state','CT'),(34895,950,'_shipping_postcode','06801'),(34896,950,'_shipping_country','US'),(34897,950,'_order_currency','USD'),(34898,950,'_cart_discount','0'),(34899,950,'_cart_discount_tax','0'),(34900,950,'_order_shipping','19.05'),(34901,950,'_order_shipping_tax','0'),(34902,950,'_order_tax','0'),(34903,950,'_order_total','19.05'),(34904,950,'_order_version','6.1.0'),(34905,950,'_prices_include_tax','no'),(34906,950,'_billing_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US stephanieknecht@lcaconnecticut.com 9144565000'),(34907,950,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 11 Stony Hill Road  Bethel CT 06801 US '),(34908,950,'is_vat_exempt','no'),(34909,950,'_edit_lock','1642431632:2'),(34910,950,'_edit_last','2'),(34911,950,'_recorded_coupon_usage_counts','yes'),(34912,945,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070335\";s:12:\"date_shipped\";s:10:\"1642118400\";s:11:\"tracking_id\";s:32:\"09529374b266580827eabd7aaff6676e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070335\";s:12:\"date_shipped\";s:10:\"1642118400\";s:11:\"tracking_id\";s:32:\"a52e712f7dd623ee2d3f65b188e6c05a\";}}'),(34913,945,'_date_completed','1642184293'),(34914,945,'_completed_date','2022-01-14 18:18:13'),(34915,944,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070313\";s:12:\"date_shipped\";s:10:\"1642118400\";s:11:\"tracking_id\";s:32:\"c8488badef3e2cbfee7bad757e6fa745\";}}'),(34916,944,'_date_completed','1642184371'),(34917,944,'_completed_date','2022-01-14 18:19:31'),(34918,948,'_edit_lock','1642184386:2'),(34919,948,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070324\";s:12:\"date_shipped\";s:10:\"1642118400\";s:11:\"tracking_id\";s:32:\"4aabe724c1949f8c9ff26dfd2a476dfc\";}}'),(34920,948,'_edit_last','2'),(34921,948,'_date_completed','1642184503'),(34922,948,'_completed_date','2022-01-14 18:21:43'),(34923,950,'Payment type','instant'),(34924,950,'_transaction_id','5J1351273D3888344'),(34925,950,'_paypal_status','completed'),(34926,950,'PayPal Transaction Fee','1.15'),(34927,950,'_date_paid','1642188329'),(34928,950,'_paid_date','2022-01-14 19:25:29'),(34929,950,'_download_permissions_granted','yes'),(34930,950,'_recorded_sales','yes'),(34931,950,'_order_stock_reduced','yes'),(34932,950,'_new_order_email_sent','true'),(34972,952,'_order_key','wc_order_b5zv73KLrWoQC'),(34973,952,'_customer_user','87'),(34974,952,'_payment_method','paypal'),(34975,952,'_payment_method_title','PayPal'),(34976,952,'_customer_ip_address','70.189.75.106'),(34977,952,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(34978,952,'_created_via','checkout'),(34979,952,'_cart_hash','3a3c790d0d30c4216750f649d656c19b'),(34980,952,'_billing_first_name','Wade'),(34981,952,'_billing_last_name','Huntsman'),(34982,952,'_billing_company','LCA Midsouth'),(34983,952,'_billing_address_1','1104 E 25th St'),(34984,952,'_billing_city','Tulsa'),(34985,952,'_billing_state','OK'),(34986,952,'_billing_postcode','74114'),(34987,952,'_billing_country','US'),(34988,952,'_billing_email','info@liceclinicsmidsouth.com'),(34989,952,'_billing_phone','9189783329'),(34990,952,'_shipping_first_name','Katee'),(34991,952,'_shipping_last_name','Morrison'),(34992,952,'_shipping_company','Lice Clinics of America'),(34993,952,'_shipping_address_1','748 Brookwood Dr Apt 103'),(34994,952,'_shipping_city','OKC'),(34995,952,'_shipping_state','OK'),(34996,952,'_shipping_postcode','73139'),(34997,952,'_shipping_country','US'),(34998,952,'_order_currency','USD'),(34999,952,'_cart_discount','0'),(35000,952,'_cart_discount_tax','0'),(35001,952,'_order_shipping','0'),(35002,952,'_order_shipping_tax','0'),(35003,952,'_order_tax','0'),(35004,952,'_order_total','1291.90'),(35005,952,'_order_version','6.1.0'),(35006,952,'_prices_include_tax','no'),(35007,952,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(35008,952,'_shipping_address_index','Katee Morrison Lice Clinics of America 748 Brookwood Dr Apt 103  OKC OK 73139 US '),(35009,952,'is_vat_exempt','no'),(35010,952,'Payment type','instant'),(35011,952,'_transaction_id','87D453165C315883L'),(35012,952,'_paypal_status','completed'),(35013,952,'PayPal Transaction Fee','45.58'),(35014,952,'_date_paid','1642199418'),(35015,952,'_paid_date','2022-01-14 22:30:18'),(35016,952,'_download_permissions_granted','yes'),(35017,952,'_recorded_sales','yes'),(35018,952,'_recorded_coupon_usage_counts','yes'),(35019,952,'_order_stock_reduced','yes'),(35020,952,'_new_order_email_sent','true'),(35021,953,'_order_key','wc_order_WG6K0uYiUhv28'),(35022,953,'_customer_user','87'),(35023,953,'_payment_method','paypal'),(35024,953,'_payment_method_title','PayPal'),(35025,953,'_customer_ip_address','70.189.75.106'),(35026,953,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(35027,953,'_created_via','checkout'),(35028,953,'_cart_hash','3249245ac28b6ded0e7ea7dccb34070e'),(35029,953,'_billing_first_name','Wade'),(35030,953,'_billing_last_name','Huntsman'),(35031,953,'_billing_company','LCA Midsouth'),(35032,953,'_billing_address_1','1104 E 25th St'),(35033,953,'_billing_city','Tulsa'),(35034,953,'_billing_state','OK'),(35035,953,'_billing_postcode','74114'),(35036,953,'_billing_country','US'),(35037,953,'_billing_email','info@liceclinicsmidsouth.com'),(35038,953,'_billing_phone','9189783329'),(35039,953,'_shipping_first_name','Wade'),(35040,953,'_shipping_last_name','Huntsman'),(35041,953,'_shipping_company','Lice Clinics of America'),(35042,953,'_shipping_address_1','3421 E 21st Street'),(35043,953,'_shipping_city','Tulsa'),(35044,953,'_shipping_state','OK'),(35045,953,'_shipping_postcode','74114'),(35046,953,'_shipping_country','US'),(35047,953,'_order_currency','USD'),(35048,953,'_cart_discount','0'),(35049,953,'_cart_discount_tax','0'),(35050,953,'_order_shipping','0'),(35051,953,'_order_shipping_tax','0'),(35052,953,'_order_tax','0'),(35053,953,'_order_total','653.00'),(35054,953,'_order_version','6.1.0'),(35055,953,'_prices_include_tax','no'),(35056,953,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(35057,953,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Street  Tulsa OK 74114 US '),(35058,953,'is_vat_exempt','no'),(35059,953,'Payment type','instant'),(35060,953,'_transaction_id','5SF745054S1414443'),(35061,953,'_paypal_status','completed'),(35062,953,'PayPal Transaction Fee','23.28'),(35063,953,'_date_paid','1642199630'),(35064,953,'_paid_date','2022-01-14 22:33:50'),(35065,953,'_download_permissions_granted','yes'),(35066,953,'_recorded_sales','yes'),(35067,953,'_recorded_coupon_usage_counts','yes'),(35068,953,'_order_stock_reduced','yes'),(35069,953,'_new_order_email_sent','true'),(35070,954,'_order_key','wc_order_MXmTywy35qtpW'),(35071,954,'_customer_user','87'),(35072,954,'_payment_method','paypal'),(35073,954,'_payment_method_title','PayPal'),(35074,954,'_customer_ip_address','70.189.75.106'),(35075,954,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(35076,954,'_created_via','checkout'),(35077,954,'_cart_hash','511e318ef0e29b62dd5be7e595d83261'),(35078,954,'_billing_first_name','Wade'),(35079,954,'_billing_last_name','Huntsman'),(35080,954,'_billing_company','LCA Midsouth'),(35081,954,'_billing_address_1','1104 E 25th St'),(35082,954,'_billing_city','Tulsa'),(35083,954,'_billing_state','OK'),(35084,954,'_billing_postcode','74114'),(35085,954,'_billing_country','US'),(35086,954,'_billing_email','info@liceclinicsmidsouth.com'),(35087,954,'_billing_phone','9189783329'),(35088,954,'_shipping_first_name','Ian'),(35089,954,'_shipping_last_name','Zinth'),(35090,954,'_shipping_company','Lice Clinics of America'),(35091,954,'_shipping_address_1','16654 E Kent Dr'),(35092,954,'_shipping_city','Aurora'),(35093,954,'_shipping_state','CO'),(35094,954,'_shipping_postcode','80013'),(35095,954,'_shipping_country','US'),(35096,954,'_order_currency','USD'),(35097,954,'_cart_discount','0'),(35098,954,'_cart_discount_tax','0'),(35099,954,'_order_shipping','0'),(35100,954,'_order_shipping_tax','0'),(35101,954,'_order_tax','0'),(35102,954,'_order_total','529.73'),(35103,954,'_order_version','6.1.0'),(35104,954,'_prices_include_tax','no'),(35105,954,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(35106,954,'_shipping_address_index','Ian Zinth Lice Clinics of America 16654 E Kent Dr  Aurora CO 80013 US '),(35107,954,'is_vat_exempt','no'),(35108,954,'Payment type','instant'),(35109,954,'_transaction_id','02T17793ST2141728'),(35110,954,'_paypal_status','completed'),(35111,954,'PayPal Transaction Fee','18.98'),(35112,954,'_date_paid','1642199879'),(35113,954,'_paid_date','2022-01-14 22:37:59'),(35114,954,'_download_permissions_granted','yes'),(35115,954,'_recorded_sales','yes'),(35116,954,'_recorded_coupon_usage_counts','yes'),(35117,954,'_order_stock_reduced','yes'),(35118,954,'_new_order_email_sent','true'),(35119,955,'_order_key','wc_order_1Npszil444b5M'),(35120,955,'_customer_user','87'),(35121,955,'_payment_method','paypal'),(35122,955,'_payment_method_title','PayPal'),(35123,955,'_customer_ip_address','70.189.75.106'),(35124,955,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15'),(35125,955,'_created_via','checkout'),(35126,955,'_cart_hash','806d4ebc771986e3ddee47abe9c02996'),(35127,955,'_billing_first_name','Danniele'),(35128,955,'_billing_last_name','Ritter'),(35129,955,'_billing_company','Wichita Manager'),(35130,955,'_billing_address_1','1104 E 25th St'),(35131,955,'_billing_city','Tulsa'),(35132,955,'_billing_state','OK'),(35133,955,'_billing_postcode','74114'),(35134,955,'_billing_country','US'),(35135,955,'_billing_email','info@liceclinicsmidsouth.com'),(35136,955,'_billing_phone','9189783329'),(35137,955,'_shipping_first_name','Danniele'),(35138,955,'_shipping_last_name','Ritter'),(35139,955,'_shipping_company','Lice Clinics of America - Wichita'),(35140,955,'_shipping_address_1','121 N Colby'),(35141,955,'_shipping_city','Valley Center'),(35142,955,'_shipping_state','KS'),(35143,955,'_shipping_postcode','67147'),(35144,955,'_shipping_country','US'),(35145,955,'_order_currency','USD'),(35146,955,'_cart_discount','0'),(35147,955,'_cart_discount_tax','0'),(35148,955,'_order_shipping','0'),(35149,955,'_order_shipping_tax','0'),(35150,955,'_order_tax','0'),(35151,955,'_order_total','1121.02'),(35152,955,'_order_version','6.1.0'),(35153,955,'_prices_include_tax','no'),(35154,955,'_billing_address_index','Danniele Ritter Wichita Manager 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(35155,955,'_shipping_address_index','Danniele Ritter Lice Clinics of America - Wichita 121 N Colby  Valley Center KS 67147 US '),(35156,955,'is_vat_exempt','no'),(35157,955,'Payment type','instant'),(35158,955,'_transaction_id','72T253351F020944W'),(35159,955,'_paypal_status','completed'),(35160,955,'PayPal Transaction Fee','39.61'),(35161,955,'_date_paid','1642200162'),(35162,955,'_paid_date','2022-01-14 22:42:42'),(35163,955,'_download_permissions_granted','yes'),(35164,955,'_recorded_sales','yes'),(35165,955,'_recorded_coupon_usage_counts','yes'),(35166,955,'_order_stock_reduced','yes'),(35167,955,'_new_order_email_sent','true'),(35168,938,'Payment type','instant'),(35169,938,'_transaction_id','67J933668T211450L'),(35170,938,'_paypal_status','completed'),(35171,938,'PayPal Transaction Fee','19.47'),(35172,938,'_date_paid','1642277638'),(35173,938,'_paid_date','2022-01-15 20:13:58'),(35174,938,'_download_permissions_granted','yes'),(35175,938,'_recorded_sales','yes'),(35176,938,'_order_stock_reduced','yes'),(35177,938,'_new_order_email_sent','true'),(35178,950,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070390\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"56430e18837072c5eafa1561d8210e36\";}}'),(35179,950,'_date_completed','1642431536'),(35180,950,'_completed_date','2022-01-17 14:58:56'),(35181,949,'_edit_lock','1642431700:2'),(35182,952,'_edit_lock','1642440016:2'),(35183,953,'_edit_lock','1642440567:2'),(35184,954,'_edit_lock','1642440565:2'),(35185,955,'_edit_lock','1642532794:2'),(35186,949,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070380\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"e71473c7108faf61daeb238a1b3c2c83\";}}'),(35187,949,'_edit_last','2'),(35188,949,'_date_completed','1642431831'),(35189,949,'_completed_date','2022-01-17 15:03:51'),(35190,954,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070482\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"4de864c8462fa7fcc6903ac059fcae50\";}}'),(35191,954,'_edit_last','2'),(35192,954,'_date_completed','1642439935'),(35193,954,'_completed_date','2022-01-17 17:18:55'),(35194,952,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070449\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"6a8c09c5330f7abddf75834a59bc282f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070438\";s:12:\"date_shipped\";i:1642440108;s:11:\"tracking_id\";s:32:\"c0405f8c024e506937cf4da12ebd9377\";}}'),(35195,952,'_edit_last','2'),(35196,952,'_date_completed','1642440110'),(35197,952,'_completed_date','2022-01-17 17:21:50'),(35198,953,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070471\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"93f1ecf0160e920f59cdf15711503259\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070460\";s:12:\"date_shipped\";i:1642440201;s:11:\"tracking_id\";s:32:\"f7630bcceb67c9cf448cde17b8275d14\";}}'),(35199,953,'_edit_last','2'),(35200,953,'_date_completed','1642440203'),(35201,953,'_completed_date','2022-01-17 17:23:23'),(35202,956,'_order_key','wc_order_zdVvLJrMc82gh'),(35203,956,'_customer_user','26'),(35204,956,'_payment_method','paypal'),(35205,956,'_payment_method_title','PayPal'),(35206,956,'_customer_ip_address','76.125.25.222'),(35207,956,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35208,956,'_created_via','checkout'),(35209,956,'_cart_hash','e67a5d124944f3b8e919e1503a3e1bbe'),(35210,956,'_billing_first_name','Andrew'),(35211,956,'_billing_last_name','Crumrine'),(35212,956,'_billing_address_1','3537 Stevens Way'),(35213,956,'_billing_city','Augusta'),(35214,956,'_billing_state','GA'),(35215,956,'_billing_postcode','30907'),(35216,956,'_billing_country','US'),(35217,956,'_billing_email','augustagalice@gmail.com'),(35218,956,'_billing_phone','7063064588'),(35219,956,'_shipping_first_name','Andrew'),(35220,956,'_shipping_last_name','Crumrine'),(35221,956,'_shipping_address_1','3537 Stevens Way'),(35222,956,'_shipping_city','Augusta'),(35223,956,'_shipping_state','GA'),(35224,956,'_shipping_postcode','30907'),(35225,956,'_shipping_country','US'),(35226,956,'_order_currency','USD'),(35227,956,'_cart_discount','0'),(35228,956,'_cart_discount_tax','0'),(35229,956,'_order_shipping','31.32'),(35230,956,'_order_shipping_tax','0'),(35231,956,'_order_tax','0'),(35232,956,'_order_total','421.56'),(35233,956,'_order_version','6.1.0'),(35234,956,'_prices_include_tax','no'),(35235,956,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(35236,956,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(35237,956,'is_vat_exempt','no'),(35238,956,'_edit_lock','1642531388:2'),(35239,956,'_edit_last','2'),(35240,956,'_recorded_coupon_usage_counts','yes'),(35241,956,'Payment type','instant'),(35242,956,'_transaction_id','60646944YA244403M'),(35243,956,'_paypal_status','completed'),(35244,956,'PayPal Transaction Fee','15.20'),(35245,956,'_date_paid','1642512755'),(35246,956,'_paid_date','2022-01-18 13:32:35'),(35247,956,'_download_permissions_granted','yes'),(35248,956,'_recorded_sales','yes'),(35249,956,'_order_stock_reduced','yes'),(35250,956,'_new_order_email_sent','true'),(35251,957,'_order_key','wc_order_uieM7lC3b5rPB'),(35252,957,'_customer_user','3'),(35253,957,'_payment_method','paypal'),(35254,957,'_payment_method_title','PayPal'),(35255,957,'_customer_ip_address','70.142.202.154'),(35256,957,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(35257,957,'_created_via','checkout'),(35258,957,'_cart_hash','0916762f24894f5696540856bcf2cf35'),(35259,957,'_billing_first_name','Amanda'),(35260,957,'_billing_last_name','Westerman'),(35261,957,'_billing_company','Lice Clinics of America McKinney'),(35262,957,'_billing_address_1','3120 Hudson Crossing'),(35263,957,'_billing_address_2','Suite A2'),(35264,957,'_billing_city','MCKINNEY'),(35265,957,'_billing_state','TX'),(35266,957,'_billing_postcode','75070'),(35267,957,'_billing_country','US'),(35268,957,'_billing_email','awesterman1103@gmail.com'),(35269,957,'_billing_phone','2144175741'),(35270,957,'_shipping_first_name','Lice'),(35271,957,'_shipping_last_name','McKinney'),(35272,957,'_shipping_company','Lice Clinics of America McKinney'),(35273,957,'_shipping_address_1','3120 Hudson Crossing'),(35274,957,'_shipping_address_2','Suite A2'),(35275,957,'_shipping_city','McKinney'),(35276,957,'_shipping_state','TX'),(35277,957,'_shipping_postcode','75070'),(35278,957,'_shipping_country','US'),(35279,957,'_order_currency','USD'),(35280,957,'_cart_discount','0'),(35281,957,'_cart_discount_tax','0'),(35282,957,'_order_shipping','0'),(35283,957,'_order_shipping_tax','0'),(35284,957,'_order_tax','0'),(35285,957,'_order_total','596.64'),(35286,957,'_order_version','6.1.0'),(35287,957,'_prices_include_tax','no'),(35288,957,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(35289,957,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(35290,957,'is_vat_exempt','no'),(35291,957,'Payment type','instant'),(35292,957,'_transaction_id','2BC504191L156331V'),(35293,957,'_paypal_status','completed'),(35294,957,'PayPal Transaction Fee','21.31'),(35295,957,'_date_paid','1642527935'),(35296,957,'_paid_date','2022-01-18 17:45:35'),(35297,957,'_download_permissions_granted','yes'),(35298,957,'_recorded_sales','yes'),(35299,957,'_recorded_coupon_usage_counts','yes'),(35300,957,'_order_stock_reduced','yes'),(35301,957,'_new_order_email_sent','true'),(35302,956,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070736\";s:12:\"date_shipped\";s:10:\"1642464000\";s:11:\"tracking_id\";s:32:\"c1e620f527719ba9dafec34a9163ed88\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070725\";s:12:\"date_shipped\";i:1642531520;s:11:\"tracking_id\";s:32:\"2e430154771bae020ebc607771f74cdc\";}}'),(35303,956,'_date_completed','1642531523'),(35304,956,'_completed_date','2022-01-18 18:45:23'),(35305,955,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070508\";s:12:\"date_shipped\";s:10:\"1642118400\";s:11:\"tracking_id\";s:32:\"7479bee0d16d42a6df6f9d5db0f1f76b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070519\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"379ed6832cad8727cabe19cd8b4a8732\";}}'),(35306,955,'_edit_last','2'),(35307,955,'_date_completed','1642532788'),(35308,955,'_completed_date','2022-01-18 19:06:28'),(35309,938,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070563\";s:12:\"date_shipped\";s:10:\"1642377600\";s:11:\"tracking_id\";s:32:\"46ac52200f717a92472bc8f4e2da3893\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070574\";s:12:\"date_shipped\";i:1642532810;s:11:\"tracking_id\";s:32:\"95064403f906fe9a006516ea3697bb62\";}}'),(35310,938,'_date_completed','1642532814'),(35311,938,'_completed_date','2022-01-18 19:06:54'),(35312,958,'_order_key','wc_order_zklzGf5NJLgmw'),(35313,958,'_customer_user','46'),(35314,958,'_payment_method','paypal'),(35315,958,'_payment_method_title','PayPal'),(35316,958,'_customer_ip_address','216.163.6.72'),(35317,958,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35318,958,'_created_via','checkout'),(35319,958,'_cart_hash','fe5f6a975bbba0f27ee3e76d1ec176a8'),(35320,958,'_billing_first_name','Shannon'),(35321,958,'_billing_last_name','Steele'),(35322,958,'_billing_company','SBS Investments'),(35323,958,'_billing_address_1','1702 Hazelwood Court'),(35324,958,'_billing_city','Jonesboro'),(35325,958,'_billing_state','AR'),(35326,958,'_billing_postcode','72401'),(35327,958,'_billing_country','US'),(35328,958,'_billing_email','info@liceclinicsjonesboro.com'),(35329,958,'_billing_phone','8709262731'),(35330,958,'_shipping_first_name','Shannon'),(35331,958,'_shipping_last_name','Steele'),(35332,958,'_shipping_company','SBS Investments/LCA- Jonesboro'),(35333,958,'_shipping_address_1','3106 Orval Orlan Drive'),(35334,958,'_shipping_address_2','Suite D'),(35335,958,'_shipping_city','Jonesboro'),(35336,958,'_shipping_state','AR'),(35337,958,'_shipping_postcode','72404'),(35338,958,'_shipping_country','US'),(35339,958,'_order_currency','USD'),(35340,958,'_cart_discount','0'),(35341,958,'_cart_discount_tax','0'),(35342,958,'_order_shipping','38.35'),(35343,958,'_order_shipping_tax','0'),(35344,958,'_order_tax','0'),(35345,958,'_order_total','732.59'),(35346,958,'_order_version','6.1.0'),(35347,958,'_prices_include_tax','no'),(35348,958,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(35349,958,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(35350,958,'is_vat_exempt','no'),(35351,958,'Payment type','instant'),(35352,958,'_transaction_id','4SJ17027PF171222L'),(35353,958,'_paypal_status','completed'),(35354,958,'PayPal Transaction Fee','26.06'),(35355,958,'_date_paid','1642550266'),(35356,958,'_paid_date','2022-01-18 23:57:46'),(35357,958,'_download_permissions_granted','yes'),(35358,958,'_recorded_sales','yes'),(35359,958,'_recorded_coupon_usage_counts','yes'),(35360,958,'_order_stock_reduced','yes'),(35361,958,'_new_order_email_sent','true'),(35362,959,'_order_key','wc_order_JELHrPWbp6CME'),(35363,959,'_customer_user','92'),(35364,959,'_payment_method','paypal'),(35365,959,'_payment_method_title','PayPal'),(35366,959,'_customer_ip_address','73.63.207.98'),(35367,959,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35368,959,'_created_via','checkout'),(35369,959,'_cart_hash','bc5ea9487eee1451522bf455ef0ec058'),(35370,959,'_billing_first_name','Michelle'),(35371,959,'_billing_last_name','Du'),(35372,959,'_billing_company','LCA Fremont'),(35373,959,'_billing_address_1','31372 Mackinaw Street'),(35374,959,'_billing_city','Union City'),(35375,959,'_billing_state','CA'),(35376,959,'_billing_postcode','94587'),(35377,959,'_billing_country','US'),(35378,959,'_billing_email','info@liceclinicsfremont.com'),(35379,959,'_billing_phone','510-770-4394'),(35380,959,'_shipping_first_name','Michelle'),(35381,959,'_shipping_last_name','Du'),(35382,959,'_shipping_company','LCA Fremont'),(35383,959,'_shipping_address_1','31372 Mackinaw Street'),(35384,959,'_shipping_city','Union City'),(35385,959,'_shipping_state','CA'),(35386,959,'_shipping_postcode','94587'),(35387,959,'_shipping_country','US'),(35388,959,'_order_currency','USD'),(35389,959,'_cart_discount','0'),(35390,959,'_cart_discount_tax','0'),(35391,959,'_order_shipping','0'),(35392,959,'_order_shipping_tax','0'),(35393,959,'_order_tax','0'),(35394,959,'_order_total','557.52'),(35395,959,'_order_version','6.1.0'),(35396,959,'_prices_include_tax','no'),(35397,959,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(35398,959,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(35399,959,'is_vat_exempt','no'),(35400,960,'_order_key','wc_order_xltiRpSX09ues'),(35401,960,'_customer_user','59'),(35402,960,'_payment_method','paypal'),(35403,960,'_payment_method_title','PayPal'),(35404,960,'_customer_ip_address','98.196.77.72'),(35405,960,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35406,960,'_created_via','checkout'),(35407,960,'_cart_hash','64eb631012f3225cbc1206973882769b'),(35408,960,'_billing_first_name','Allison'),(35409,960,'_billing_last_name','Anthon'),(35410,960,'_billing_address_1','58 arbor bend dr'),(35411,960,'_billing_city','Houston'),(35412,960,'_billing_state','TX'),(35413,960,'_billing_postcode','77070'),(35414,960,'_billing_country','US'),(35415,960,'_billing_email','louseysolutions@gmail.com'),(35416,960,'_billing_phone','602-400-8330'),(35417,960,'_shipping_first_name','Allison'),(35418,960,'_shipping_last_name','Anthon'),(35419,960,'_shipping_company','LCA Sugar Land'),(35420,960,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(35421,960,'_shipping_city','Tomball'),(35422,960,'_shipping_state','TX'),(35423,960,'_shipping_postcode','77375'),(35424,960,'_shipping_country','US'),(35425,960,'_order_currency','USD'),(35426,960,'_cart_discount','0'),(35427,960,'_cart_discount_tax','0'),(35428,960,'_order_shipping','0'),(35429,960,'_order_shipping_tax','0'),(35430,960,'_order_tax','0'),(35431,960,'_order_total','1701.62'),(35432,960,'_order_version','6.1.1'),(35433,960,'_prices_include_tax','no'),(35434,960,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(35435,960,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(35436,960,'is_vat_exempt','no'),(35437,958,'_edit_lock','1642627366:2'),(35438,958,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070861\";s:12:\"date_shipped\";s:10:\"1642550400\";s:11:\"tracking_id\";s:32:\"0c0fe18c6f77fb96327583295be9a79b\";}}'),(35439,958,'_edit_last','2'),(35440,958,'_date_completed','1642616221'),(35441,958,'_completed_date','2022-01-19 18:17:01'),(35442,961,'_order_key','wc_order_vRY1O5n2S4aSf'),(35443,961,'_customer_user','0'),(35444,961,'_payment_method','paypal'),(35445,961,'_payment_method_title','PayPal'),(35446,961,'_customer_ip_address','76.219.107.30'),(35447,961,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35448,961,'_created_via','checkout'),(35449,961,'_cart_hash','e75b10eec4cb0b010b3211946f1dc575'),(35450,961,'_billing_first_name','Lee'),(35451,961,'_billing_last_name','Rogers'),(35452,961,'_billing_company','United States'),(35453,961,'_billing_address_1','40 N Interstate 35'),(35454,961,'_billing_address_2','APT 4B2'),(35455,961,'_billing_city','Austin'),(35456,961,'_billing_state','TX'),(35457,961,'_billing_postcode','78701'),(35458,961,'_billing_country','US'),(35459,961,'_billing_email','leerogers@flash.net'),(35460,961,'_billing_phone','316-727-9951'),(35461,961,'_shipping_first_name','Kaitlin'),(35462,961,'_shipping_last_name','Ryan'),(35463,961,'_shipping_company','LCA Dublin'),(35464,961,'_shipping_address_1','5910 Wilcox Place'),(35465,961,'_shipping_address_2','Suite E'),(35466,961,'_shipping_city','Dublin'),(35467,961,'_shipping_state','OH'),(35468,961,'_shipping_postcode','43016'),(35469,961,'_shipping_country','US'),(35470,961,'_order_currency','USD'),(35471,961,'_cart_discount','0'),(35472,961,'_cart_discount_tax','0'),(35473,961,'_order_shipping','0'),(35474,961,'_order_shipping_tax','0'),(35475,961,'_order_tax','0'),(35476,961,'_order_total','1353.26'),(35477,961,'_order_version','6.1.0'),(35478,961,'_prices_include_tax','no'),(35479,961,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(35480,961,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(35481,961,'is_vat_exempt','no'),(35482,961,'Payment type','instant'),(35483,961,'_transaction_id','6TW0341590478662F'),(35484,961,'_paypal_status','completed'),(35485,961,'PayPal Transaction Fee','47.72'),(35486,961,'_date_paid','1642629269'),(35487,961,'_paid_date','2022-01-19 21:54:29'),(35488,961,'_download_permissions_granted','yes'),(35489,961,'_recorded_sales','yes'),(35490,961,'_recorded_coupon_usage_counts','yes'),(35491,961,'_order_stock_reduced','yes'),(35492,961,'_new_order_email_sent','true'),(35493,962,'_order_key','wc_order_dd7KB4g3rjVxH'),(35494,962,'_customer_user','28'),(35495,962,'_payment_method','paypal'),(35496,962,'_payment_method_title','PayPal'),(35497,962,'_customer_ip_address','172.115.255.171'),(35498,962,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35499,962,'_created_via','checkout'),(35500,962,'_cart_hash','49618722bd0093543db96196aed8d7fd'),(35501,962,'_billing_first_name','Kelli'),(35502,962,'_billing_last_name','Washington'),(35503,962,'_billing_company','Lice Clinics of America - Temecula'),(35504,962,'_billing_address_1','2438 Bear Rock Gln'),(35505,962,'_billing_city','Escondido'),(35506,962,'_billing_state','CA'),(35507,962,'_billing_postcode','92026'),(35508,962,'_billing_country','US'),(35509,962,'_billing_email','info@liceclinicstemecula.com'),(35510,962,'_billing_phone','7606255580'),(35511,962,'_shipping_first_name','Kelli'),(35512,962,'_shipping_last_name','Washington'),(35513,962,'_shipping_company','Lice Clinics of America - Temecula'),(35514,962,'_shipping_address_1','2438 Bear Rock Gln'),(35515,962,'_shipping_city','Escondido'),(35516,962,'_shipping_state','CA'),(35517,962,'_shipping_postcode','92026'),(35518,962,'_shipping_country','US'),(35519,962,'_order_currency','USD'),(35520,962,'_cart_discount','0'),(35521,962,'_cart_discount_tax','0'),(35522,962,'_order_shipping','30.71'),(35523,962,'_order_shipping_tax','0'),(35524,962,'_order_tax','0'),(35525,962,'_order_total','337.95'),(35526,962,'_order_version','6.1.0'),(35527,962,'_prices_include_tax','no'),(35528,962,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(35529,962,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(35530,962,'is_vat_exempt','no'),(35531,962,'Payment type','instant'),(35532,962,'_transaction_id','80D05804HG174804S'),(35533,962,'_paypal_status','completed'),(35534,962,'PayPal Transaction Fee','12.28'),(35535,962,'_date_paid','1642633534'),(35536,962,'_paid_date','2022-01-19 23:05:34'),(35537,962,'_download_permissions_granted','yes'),(35538,962,'_recorded_sales','yes'),(35539,962,'_recorded_coupon_usage_counts','yes'),(35540,962,'_order_stock_reduced','yes'),(35541,962,'_new_order_email_sent','true'),(35542,962,'_edit_lock','1642701947:2'),(35543,961,'_edit_lock','1642701948:2'),(35544,957,'_edit_lock','1642779156:2'),(35545,962,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071033\";s:12:\"date_shipped\";s:10:\"1642636800\";s:11:\"tracking_id\";s:32:\"e10dc39faa88efd8faf3bc12b431439f\";}}'),(35546,962,'_edit_last','2'),(35547,962,'_date_completed','1642702030'),(35548,962,'_completed_date','2022-01-20 18:07:10'),(35549,961,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071000\";s:12:\"date_shipped\";s:10:\"1642636800\";s:11:\"tracking_id\";s:32:\"2e714727403d33d1c8e4a4122873ffbc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070997\";s:12:\"date_shipped\";i:1642702065;s:11:\"tracking_id\";s:32:\"df47346d872d24231c115472975df400\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070986\";s:12:\"date_shipped\";i:1642702074;s:11:\"tracking_id\";s:32:\"fe993130e4f930eaf3d1d6c1c4e77f30\";}}'),(35550,961,'_edit_last','2'),(35551,961,'_date_completed','1642702078'),(35552,961,'_completed_date','2022-01-20 18:07:58'),(35553,963,'_order_key','wc_order_QGnntIewFyank'),(35554,963,'_customer_user','79'),(35555,963,'_payment_method','paypal'),(35556,963,'_payment_method_title','PayPal'),(35557,963,'_customer_ip_address','76.72.44.28'),(35558,963,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(35559,963,'_created_via','checkout'),(35560,963,'_cart_hash','2213da1ffea205373081c3869bf37ab3'),(35561,963,'_billing_first_name','Shanna'),(35562,963,'_billing_last_name','Castille'),(35563,963,'_billing_address_1','1097 Hundley Rd'),(35564,963,'_billing_city','Eunice'),(35565,963,'_billing_state','LA'),(35566,963,'_billing_postcode','70535'),(35567,963,'_billing_country','US'),(35568,963,'_billing_email','Shanna_sr09@yahoo.com'),(35569,963,'_billing_phone','3374668998'),(35570,963,'_shipping_first_name','Shanna'),(35571,963,'_shipping_last_name','Castille'),(35572,963,'_shipping_address_1','1097 Hundley Rd'),(35573,963,'_shipping_city','eunice'),(35574,963,'_shipping_state','LA'),(35575,963,'_shipping_postcode','70535'),(35576,963,'_shipping_country','US'),(35577,963,'_order_currency','USD'),(35578,963,'_cart_discount','0'),(35579,963,'_cart_discount_tax','0'),(35580,963,'_order_shipping','0'),(35581,963,'_order_shipping_tax','0'),(35582,963,'_order_tax','0'),(35583,963,'_order_total','534.96'),(35584,963,'_order_version','6.1.0'),(35585,963,'_prices_include_tax','no'),(35586,963,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(35587,963,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(35588,963,'is_vat_exempt','no'),(35589,963,'Payment type','instant'),(35590,963,'_transaction_id','5NV67740A01996146'),(35591,963,'_paypal_status','completed'),(35592,963,'PayPal Transaction Fee','19.16'),(35593,963,'_date_paid','1642707391'),(35594,963,'_paid_date','2022-01-20 19:36:31'),(35595,963,'_download_permissions_granted','yes'),(35596,963,'_recorded_sales','yes'),(35597,963,'_recorded_coupon_usage_counts','yes'),(35598,963,'_order_stock_reduced','yes'),(35599,963,'_new_order_email_sent','true'),(35600,964,'_order_key','wc_order_08QuKwky2ffop'),(35601,964,'_customer_user','67'),(35602,964,'_payment_method','paypal'),(35603,964,'_payment_method_title','PayPal'),(35604,964,'_customer_ip_address','74.77.55.50'),(35605,964,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35606,964,'_created_via','checkout'),(35607,964,'_cart_hash','8f6f66433072e8b29a5733f163a54fbd'),(35608,964,'_billing_first_name','Marnie'),(35609,964,'_billing_last_name','Murray'),(35610,964,'_billing_company','Naughty Nits'),(35611,964,'_billing_address_1','2809 Wehrle Drive'),(35612,964,'_billing_address_2','Suite 10'),(35613,964,'_billing_city','Williamsville'),(35614,964,'_billing_state','NY'),(35615,964,'_billing_postcode','14221'),(35616,964,'_billing_country','US'),(35617,964,'_billing_email','liceclinicsupstateny@gmail.com'),(35618,964,'_billing_phone','7166265423'),(35619,964,'_shipping_first_name','Marnie'),(35620,964,'_shipping_last_name','Murray'),(35621,964,'_shipping_company','LCA Buffalo'),(35622,964,'_shipping_address_1','2809 Wehrle Drive'),(35623,964,'_shipping_address_2','Suite 10'),(35624,964,'_shipping_city','Williamsville'),(35625,964,'_shipping_state','NY'),(35626,964,'_shipping_postcode','14221'),(35627,964,'_shipping_country','US'),(35628,964,'_order_currency','USD'),(35629,964,'_cart_discount','0'),(35630,964,'_cart_discount_tax','0'),(35631,964,'_order_shipping','0'),(35632,964,'_order_shipping_tax','0'),(35633,964,'_order_tax','0'),(35634,964,'_order_total','815.04'),(35635,964,'_order_version','6.1.0'),(35636,964,'_prices_include_tax','no'),(35637,964,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(35638,964,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(35639,964,'is_vat_exempt','no'),(35640,964,'Payment type','instant'),(35641,964,'_transaction_id','0W7895902F646590M'),(35642,964,'_paypal_status','completed'),(35643,964,'PayPal Transaction Fee','28.93'),(35644,964,'_date_paid','1642708317'),(35645,964,'_paid_date','2022-01-20 19:51:57'),(35646,964,'_download_permissions_granted','yes'),(35647,964,'_recorded_sales','yes'),(35648,964,'_recorded_coupon_usage_counts','yes'),(35649,964,'_order_stock_reduced','yes'),(35650,964,'_new_order_email_sent','true'),(35651,963,'_edit_lock','1642712126:2'),(35652,963,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071136\";s:12:\"date_shipped\";s:10:\"1642636800\";s:11:\"tracking_id\";s:32:\"f86c76116c42413dfb690100283ed6d3\";}}'),(35653,963,'_edit_last','2'),(35654,963,'_date_completed','1642712172'),(35655,963,'_completed_date','2022-01-20 20:56:12'),(35656,964,'_edit_lock','1642716317:2'),(35657,964,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071158\";s:12:\"date_shipped\";s:10:\"1642636800\";s:11:\"tracking_id\";s:32:\"1f1f578b790145f6e5eea226706a28ff\";}}'),(35658,964,'_edit_last','2'),(35659,964,'_date_completed','1642716423'),(35660,964,'_completed_date','2022-01-20 22:07:03'),(35661,960,'_edit_lock','1643055716:2'),(35662,959,'_edit_lock','1642800114:2'),(35663,960,'_edit_last','2'),(35664,960,'_recorded_coupon_usage_counts','yes'),(35665,959,'_edit_last','2'),(35666,959,'_recorded_coupon_usage_counts','yes'),(35667,966,'_order_key','wc_order_cUN1llahMvG6B'),(35668,966,'_customer_user','78'),(35669,966,'_payment_method','paypal'),(35670,966,'_payment_method_title','PayPal'),(35671,966,'_customer_ip_address','108.54.149.237'),(35672,966,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1'),(35673,966,'_created_via','checkout'),(35674,966,'_cart_hash','7b9030984fe9af3c3046da65a808d2f8'),(35675,966,'_billing_first_name','Richard'),(35676,966,'_billing_last_name','Florsheim'),(35677,966,'_billing_company','Licura'),(35678,966,'_billing_address_1','3827 w fairway heights dr'),(35679,966,'_billing_city','Mequon'),(35680,966,'_billing_state','WI'),(35681,966,'_billing_postcode','53092'),(35682,966,'_billing_country','US'),(35683,966,'_billing_email','tara@liceclinicslongIsland.com'),(35684,966,'_billing_phone','5619006382'),(35685,966,'_shipping_first_name','Tara'),(35686,966,'_shipping_last_name','Johnson'),(35687,966,'_shipping_company','LCA'),(35688,966,'_shipping_address_1','2330 Faye ct'),(35689,966,'_shipping_city','Merrick'),(35690,966,'_shipping_state','NY'),(35691,966,'_shipping_postcode','11566'),(35692,966,'_shipping_country','US'),(35693,966,'_order_currency','USD'),(35694,966,'_cart_discount','0'),(35695,966,'_cart_discount_tax','0'),(35696,966,'_order_shipping','18.99'),(35697,966,'_order_shipping_tax','0'),(35698,966,'_order_tax','0'),(35699,966,'_order_total','310.35'),(35700,966,'_order_version','6.1.0'),(35701,966,'_prices_include_tax','no'),(35702,966,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(35703,966,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(35704,966,'is_vat_exempt','no'),(35705,966,'Payment type','instant'),(35706,966,'_transaction_id','20B27307HG936833E'),(35707,966,'_paypal_status','completed'),(35708,966,'PayPal Transaction Fee','11.32'),(35709,966,'_date_paid','1642730884'),(35710,966,'_paid_date','2022-01-21 02:08:04'),(35711,966,'_download_permissions_granted','yes'),(35712,966,'_recorded_sales','yes'),(35713,966,'_recorded_coupon_usage_counts','yes'),(35714,966,'_order_stock_reduced','yes'),(35715,966,'_new_order_email_sent','true'),(35752,968,'_order_key','wc_order_aqMi9njjyw5D3'),(35753,968,'_customer_user','6'),(35754,968,'_payment_method','paypal'),(35755,968,'_payment_method_title','PayPal'),(35756,968,'_customer_ip_address','73.185.101.95'),(35757,968,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35758,968,'_created_via','checkout'),(35759,968,'_cart_hash','04d2fcb124fd2bbbe9db5ee0e6eb968e'),(35760,968,'_billing_first_name','Amira'),(35761,968,'_billing_last_name','Purto'),(35762,968,'_billing_address_1','2628 Acapulco Way'),(35763,968,'_billing_city','Modesto'),(35764,968,'_billing_state','CA'),(35765,968,'_billing_postcode','95355'),(35766,968,'_billing_country','US'),(35767,968,'_billing_email','amira77@sbcglobal.net'),(35768,968,'_billing_phone','2096422061'),(35769,968,'_shipping_first_name','Amira'),(35770,968,'_shipping_last_name','Purto'),(35771,968,'_shipping_address_1','2628 Acapulco Way'),(35772,968,'_shipping_city','Modesto'),(35773,968,'_shipping_state','CA'),(35774,968,'_shipping_postcode','95355'),(35775,968,'_shipping_country','US'),(35776,968,'_order_currency','USD'),(35777,968,'_cart_discount','0'),(35778,968,'_cart_discount_tax','0'),(35779,968,'_order_shipping','0'),(35780,968,'_order_shipping_tax','0'),(35781,968,'_order_tax','0'),(35782,968,'_order_total','807.18'),(35783,968,'_order_version','6.1.0'),(35784,968,'_prices_include_tax','no'),(35785,968,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(35786,968,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(35787,968,'is_vat_exempt','no'),(35788,968,'Payment type','instant'),(35789,968,'_transaction_id','7UV19082F2142014N'),(35790,968,'_paypal_status','completed'),(35791,968,'PayPal Transaction Fee','28.66'),(35792,968,'_date_paid','1642742704'),(35793,968,'_paid_date','2022-01-21 05:25:04'),(35794,968,'_download_permissions_granted','yes'),(35795,968,'_recorded_sales','yes'),(35796,968,'_recorded_coupon_usage_counts','yes'),(35797,968,'_order_stock_reduced','yes'),(35798,968,'_new_order_email_sent','true'),(35799,959,'Payment type','instant'),(35800,959,'_transaction_id','3C178055MM1857741'),(35801,959,'_paypal_status','completed'),(35802,959,'PayPal Transaction Fee','19.95'),(35803,959,'_date_paid','1642751970'),(35804,959,'_paid_date','2022-01-21 07:59:30'),(35805,959,'_download_permissions_granted','yes'),(35806,959,'_recorded_sales','yes'),(35807,959,'_order_stock_reduced','yes'),(35808,959,'_new_order_email_sent','true'),(35809,957,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953070817\";s:12:\"date_shipped\";s:10:\"1642464000\";s:11:\"tracking_id\";s:32:\"a2d2a32d24adb6755e73496eeeb16d9e\";}}'),(35810,957,'_edit_last','2'),(35811,957,'_date_completed','1642779147'),(35812,957,'_completed_date','2022-01-21 15:32:27'),(35813,924,'Payment type','instant'),(35814,924,'_transaction_id','0D81430053652093E'),(35815,924,'_paypal_status','completed'),(35816,924,'PayPal Transaction Fee','1.49'),(35817,924,'_date_paid','1642792005'),(35818,924,'_paid_date','2022-01-21 19:06:45'),(35819,924,'_download_permissions_granted','yes'),(35820,924,'_recorded_sales','yes'),(35821,924,'_order_stock_reduced','yes'),(35822,924,'_new_order_email_sent','true'),(35823,923,'Payment type','instant'),(35824,923,'_transaction_id','57Y10675V15862322'),(35825,923,'_paypal_status','completed'),(35826,923,'PayPal Transaction Fee','1.49'),(35827,923,'_date_paid','1642792083'),(35828,923,'_paid_date','2022-01-21 19:08:03'),(35829,923,'_download_permissions_granted','yes'),(35830,923,'_recorded_sales','yes'),(35831,923,'_order_stock_reduced','yes'),(35832,923,'_new_order_email_sent','true'),(35833,922,'Payment type','instant'),(35834,922,'_transaction_id','5YS82798Y82259705'),(35835,922,'_paypal_status','completed'),(35836,922,'PayPal Transaction Fee','1.49'),(35837,922,'_date_paid','1642792168'),(35838,922,'_paid_date','2022-01-21 19:09:28'),(35839,922,'_download_permissions_granted','yes'),(35840,922,'_recorded_sales','yes'),(35841,922,'_order_stock_reduced','yes'),(35842,922,'_new_order_email_sent','true'),(35843,966,'_edit_lock','1642800069:2'),(35844,968,'_edit_lock','1642800181:2'),(35845,966,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071206\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"ed3ace8bdbe93037880a091886d0a4a5\";}}'),(35846,966,'_edit_last','2'),(35847,966,'_date_completed','1642800203'),(35848,966,'_completed_date','2022-01-21 21:23:23'),(35849,959,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071261\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"18b2227bf14b9af537ff1717d82e8c02\";}}'),(35850,959,'_date_completed','1642800229'),(35851,959,'_completed_date','2022-01-21 21:23:49'),(35852,968,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071250\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"eea0a9405bc3de0197afd4037893036f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071240\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"f3c20c5c98d482ed211502f1a4c0aa14\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071239\";s:12:\"date_shipped\";i:1642800312;s:11:\"tracking_id\";s:32:\"eb57e78f47f0712e73d87e83264b214e\";}}'),(35853,968,'_edit_last','2'),(35854,968,'_date_completed','1642800288'),(35855,968,'_completed_date','2022-01-21 21:24:48'),(35856,924,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071310\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"8131284d547d99ce45230cfcb8b0fe69\";}}'),(35857,923,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071320\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"ebdeb6fe5dd397f3bb0965909b38c2b9\";}}'),(35858,923,'_date_completed','1642800389'),(35859,923,'_completed_date','2022-01-21 21:26:29'),(35860,922,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071320\";s:12:\"date_shipped\";s:10:\"1642723200\";s:11:\"tracking_id\";s:32:\"8eaab30fe48fa27d9731cbdf042f76f4\";}}'),(35861,922,'_date_completed','1642800406'),(35862,922,'_completed_date','2022-01-21 21:26:46'),(35863,924,'_date_completed','1642800411'),(35864,924,'_completed_date','2022-01-21 21:26:51'),(35865,960,'Payment type','instant'),(35866,960,'_transaction_id','0CG74675Y0081122L'),(35867,960,'_paypal_status','completed'),(35868,960,'PayPal Transaction Fee','59.88'),(35869,960,'_date_paid','1642968447'),(35870,960,'_paid_date','2022-01-23 20:07:27'),(35871,960,'_download_permissions_granted','yes'),(35872,960,'_recorded_sales','yes'),(35873,960,'_order_stock_reduced','yes'),(35874,960,'_new_order_email_sent','true'),(35875,969,'_order_key','wc_order_jLvdNucN1cDym'),(35876,969,'_customer_user','3'),(35877,969,'_payment_method','paypal'),(35878,969,'_payment_method_title','PayPal'),(35879,969,'_customer_ip_address','70.142.202.154'),(35880,969,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(35881,969,'_created_via','checkout'),(35882,969,'_cart_hash','1fbef9052460aadcc38deaf7d173c076'),(35883,969,'_billing_first_name','Amanda'),(35884,969,'_billing_last_name','Westerman'),(35885,969,'_billing_company','Lice Clinics of America McKinney'),(35886,969,'_billing_address_1','3120 Hudson Crossing'),(35887,969,'_billing_address_2','Suite A2'),(35888,969,'_billing_city','MCKINNEY'),(35889,969,'_billing_state','TX'),(35890,969,'_billing_postcode','75070'),(35891,969,'_billing_country','US'),(35892,969,'_billing_email','awesterman1103@gmail.com'),(35893,969,'_billing_phone','2144175741'),(35894,969,'_shipping_first_name','AMANDA'),(35895,969,'_shipping_last_name','Westerman'),(35896,969,'_shipping_address_1','1709 Damian Way'),(35897,969,'_shipping_city','Richardson'),(35898,969,'_shipping_state','TX'),(35899,969,'_shipping_postcode','75081'),(35900,969,'_shipping_country','US'),(35901,969,'_order_currency','USD'),(35902,969,'_cart_discount','0'),(35903,969,'_cart_discount_tax','0'),(35904,969,'_order_shipping','0'),(35905,969,'_order_shipping_tax','0'),(35906,969,'_order_tax','0'),(35907,969,'_order_total','1720.20'),(35908,969,'_order_version','6.1.1'),(35909,969,'_prices_include_tax','no'),(35910,969,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(35911,969,'_shipping_address_index','AMANDA Westerman  1709 Damian Way  Richardson TX 75081 US '),(35912,969,'is_vat_exempt','no'),(35913,969,'Payment type','instant'),(35914,969,'_transaction_id','6KH02505BP6428236'),(35915,969,'_paypal_status','completed'),(35916,969,'PayPal Transaction Fee','60.52'),(35917,969,'_date_paid','1642984564'),(35918,969,'_paid_date','2022-01-24 00:36:04'),(35919,969,'_download_permissions_granted','yes'),(35920,969,'_recorded_sales','yes'),(35921,969,'_recorded_coupon_usage_counts','yes'),(35922,969,'_order_stock_reduced','yes'),(35923,969,'_new_order_email_sent','true'),(35930,960,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071434\";s:12:\"date_shipped\";s:10:\"1642982400\";s:11:\"tracking_id\";s:32:\"fc5ce631cc8e7ba83b6de111b31358d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071423\";s:12:\"date_shipped\";i:1643055832;s:11:\"tracking_id\";s:32:\"ff48eb793d66b2fd5488705c8e569bbe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071412\";s:12:\"date_shipped\";i:1643055841;s:11:\"tracking_id\";s:32:\"ed040dac521c133c8b074b914bbb675e\";}}'),(35931,960,'_date_completed','1643055844'),(35932,960,'_completed_date','2022-01-24 20:24:04'),(35934,970,'_order_key','wc_order_TScsgE3n2bSwo'),(35935,970,'_customer_user','79'),(35936,970,'_payment_method','paypal'),(35937,970,'_payment_method_title','PayPal'),(35938,970,'_customer_ip_address','76.72.44.28'),(35939,970,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(35940,970,'_created_via','checkout'),(35941,970,'_cart_hash','a0cb109e6b21d1eb48474e274ae0b7c1'),(35942,970,'_billing_first_name','Shanna'),(35943,970,'_billing_last_name','Castille'),(35944,970,'_billing_address_1','1097 Hundley Rd'),(35945,970,'_billing_city','Eunice'),(35946,970,'_billing_state','LA'),(35947,970,'_billing_postcode','70535'),(35948,970,'_billing_country','US'),(35949,970,'_billing_email','Shanna_sr09@yahoo.com'),(35950,970,'_billing_phone','3374668998'),(35951,970,'_shipping_first_name','Shanna'),(35952,970,'_shipping_last_name','Castille'),(35953,970,'_shipping_address_1','1097 Hundley Rd'),(35954,970,'_shipping_city','eunice'),(35955,970,'_shipping_state','LA'),(35956,970,'_shipping_postcode','70535'),(35957,970,'_shipping_country','US'),(35958,970,'_order_currency','USD'),(35959,970,'_cart_discount','0'),(35960,970,'_cart_discount_tax','0'),(35961,970,'_order_shipping','15.21'),(35962,970,'_order_shipping_tax','0'),(35963,970,'_order_tax','0'),(35964,970,'_order_total','57.45'),(35965,970,'_order_version','6.1.1'),(35966,970,'_prices_include_tax','no'),(35967,970,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(35968,970,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(35969,970,'is_vat_exempt','no'),(35970,970,'Payment type','instant'),(35971,970,'_transaction_id','74N64655H9659264X'),(35972,970,'_paypal_status','completed'),(35973,970,'PayPal Transaction Fee','2.50'),(35974,970,'_date_paid','1643064705'),(35975,970,'_paid_date','2022-01-24 22:51:45'),(35976,970,'_download_permissions_granted','yes'),(35977,970,'_recorded_sales','yes'),(35978,970,'_recorded_coupon_usage_counts','yes'),(35979,970,'_order_stock_reduced','yes'),(35980,970,'_new_order_email_sent','true'),(35981,970,'_edit_lock','1643125283:2'),(35982,970,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071640\";s:12:\"date_shipped\";s:10:\"1643068800\";s:11:\"tracking_id\";s:32:\"8b7fcf82bf123a5ed3a3ab528868c46e\";}}'),(35983,970,'_edit_last','2'),(35984,970,'_date_completed','1643125280'),(35985,970,'_completed_date','2022-01-25 15:41:20'),(35987,971,'_order_key','wc_order_oWGI7yH4s9Kef'),(35988,971,'_customer_user','21'),(35989,971,'_payment_method','paypal'),(35990,971,'_payment_method_title','PayPal'),(35991,971,'_customer_ip_address','173.216.41.31'),(35992,971,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(35993,971,'_created_via','checkout'),(35994,971,'_cart_hash','7d8b7f550ec0e34d94ba1ae1044cf489'),(35995,971,'_billing_first_name','LCA'),(35996,971,'_billing_last_name','Arkansas'),(35997,971,'_billing_company','LCA - Central Arkansas'),(35998,971,'_billing_address_1','1011 N. 2nd St., Ste. D'),(35999,971,'_billing_city','Cabot'),(36000,971,'_billing_state','AR'),(36001,971,'_billing_postcode','72023'),(36002,971,'_billing_country','US'),(36003,971,'_billing_email','liceclinicslittlerock@gmail.com'),(36004,971,'_billing_phone','15014249396'),(36005,971,'_shipping_first_name','LCA'),(36006,971,'_shipping_last_name','Arkansas'),(36007,971,'_shipping_company','LCA - Central Arkansas'),(36008,971,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(36009,971,'_shipping_city','Cabot'),(36010,971,'_shipping_state','AR'),(36011,971,'_shipping_postcode','72023'),(36012,971,'_shipping_country','US'),(36013,971,'_order_currency','USD'),(36014,971,'_cart_discount','0'),(36015,971,'_cart_discount_tax','0'),(36016,971,'_order_shipping','0'),(36017,971,'_order_shipping_tax','0'),(36018,971,'_order_tax','0'),(36019,971,'_order_total','1097.60'),(36020,971,'_order_version','6.1.1'),(36021,971,'_prices_include_tax','no'),(36022,971,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(36023,971,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(36024,971,'is_vat_exempt','no'),(36025,972,'_order_key','wc_order_jXR6wqjopMyac'),(36026,972,'_customer_user','61'),(36027,972,'_payment_method','paypal'),(36028,972,'_payment_method_title','PayPal'),(36029,972,'_customer_ip_address','217.180.202.68'),(36030,972,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(36031,972,'_created_via','checkout'),(36032,972,'_cart_hash','41d8a0c78f16e89521b48fbedb17ed16'),(36033,972,'_billing_first_name','Judy'),(36034,972,'_billing_last_name','Hayden'),(36035,972,'_billing_company','Lice Clinics of America Lexington'),(36036,972,'_billing_address_1','1795 Alysheba Way Suite 4105'),(36037,972,'_billing_address_2','Ste 4105'),(36038,972,'_billing_city','Lexington'),(36039,972,'_billing_state','KY'),(36040,972,'_billing_postcode','40509'),(36041,972,'_billing_country','US'),(36042,972,'_billing_email','angel@liceclinicslexington.com'),(36043,972,'_billing_phone','8595234813'),(36044,972,'_shipping_first_name','Judy'),(36045,972,'_shipping_last_name','Hayden'),(36046,972,'_shipping_company','Lice Clinics of America Lexington'),(36047,972,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(36048,972,'_shipping_city','Lexington'),(36049,972,'_shipping_state','KY'),(36050,972,'_shipping_postcode','40509'),(36051,972,'_shipping_country','US'),(36052,972,'_order_currency','USD'),(36053,972,'_cart_discount','0'),(36054,972,'_cart_discount_tax','0'),(36055,972,'_order_shipping','0'),(36056,972,'_order_shipping_tax','0'),(36057,972,'_order_tax','0'),(36058,972,'_order_total','1413.03'),(36059,972,'_order_version','6.1.1'),(36060,972,'_prices_include_tax','no'),(36061,972,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(36062,972,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(36063,972,'is_vat_exempt','no'),(36064,972,'Payment type','instant'),(36065,972,'_transaction_id','9DY33643431021613'),(36066,972,'_paypal_status','completed'),(36067,972,'PayPal Transaction Fee','49.80'),(36068,972,'_date_paid','1643220196'),(36069,972,'_paid_date','2022-01-26 18:03:16'),(36070,972,'_download_permissions_granted','yes'),(36071,972,'_recorded_sales','yes'),(36072,972,'_recorded_coupon_usage_counts','yes'),(36073,972,'_order_stock_reduced','yes'),(36074,972,'_new_order_email_sent','true'),(36075,973,'_order_key','wc_order_f5Z9UZ9eIMIaS'),(36076,973,'_customer_user','3'),(36077,973,'_payment_method','paypal'),(36078,973,'_payment_method_title','PayPal'),(36079,973,'_customer_ip_address','70.142.202.154'),(36080,973,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(36081,973,'_created_via','checkout'),(36082,973,'_cart_hash','15170520fa9a07183d4fff701bc592e5'),(36083,973,'_billing_first_name','Amanda'),(36084,973,'_billing_last_name','Westerman'),(36085,973,'_billing_company','Lice Clinics of America McKinney'),(36086,973,'_billing_address_1','3120 Hudson Crossing'),(36087,973,'_billing_address_2','Suite A2'),(36088,973,'_billing_city','MCKINNEY'),(36089,973,'_billing_state','TX'),(36090,973,'_billing_postcode','75070'),(36091,973,'_billing_country','US'),(36092,973,'_billing_email','awesterman1103@gmail.com'),(36093,973,'_billing_phone','2144175741'),(36094,973,'_shipping_first_name','Lice'),(36095,973,'_shipping_last_name','McKinney'),(36096,973,'_shipping_company','Lice Clinics of America McKinney'),(36097,973,'_shipping_address_1','3120 Hudson Crossing'),(36098,973,'_shipping_address_2','Suite A2'),(36099,973,'_shipping_city','McKinney'),(36100,973,'_shipping_state','TX'),(36101,973,'_shipping_postcode','75070'),(36102,973,'_shipping_country','US'),(36103,973,'_order_currency','USD'),(36104,973,'_cart_discount','0'),(36105,973,'_cart_discount_tax','0'),(36106,973,'_order_shipping','0'),(36107,973,'_order_shipping_tax','0'),(36108,973,'_order_tax','0'),(36109,973,'_order_total','616.13'),(36110,973,'_order_version','6.1.1'),(36111,973,'_prices_include_tax','no'),(36112,973,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(36113,973,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(36114,973,'is_vat_exempt','no'),(36115,973,'Payment type','instant'),(36116,973,'_transaction_id','5PV07190PM735724T'),(36117,973,'_paypal_status','completed'),(36118,973,'PayPal Transaction Fee','21.99'),(36119,973,'_date_paid','1643300660'),(36120,973,'_paid_date','2022-01-27 16:24:20'),(36121,973,'_download_permissions_granted','yes'),(36122,973,'_recorded_sales','yes'),(36123,973,'_recorded_coupon_usage_counts','yes'),(36124,973,'_order_stock_reduced','yes'),(36125,973,'_new_order_email_sent','true'),(36126,972,'_edit_lock','1643301586:2'),(36127,972,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071835\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"58495d33b65efd72b930d6986b099e8b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071824\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"b81316bd696ebb1748cad2a99ed797f7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071813\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"ee635f437feac3f2323a41bca2d87a47\";}}'),(36128,972,'_edit_last','2'),(36129,972,'_date_completed','1643301687'),(36130,972,'_completed_date','2022-01-27 16:41:27'),(36131,973,'_edit_lock','1643301883:2'),(36132,969,'_edit_lock','1643302027:2'),(36133,973,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071879\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"50595d0b1154c80bdc40bad6fd7adf09\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071868\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"d1969b29c34afdfca76ffbf1cb84998b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071857\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"6e35cbe1d6075858567c7652388e6672\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071846\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"6c49845a121a99c78299c57c82b03ed2\";}}'),(36134,973,'_edit_last','2'),(36135,973,'_date_completed','1643301800'),(36136,973,'_completed_date','2022-01-27 16:43:20'),(36137,969,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071846\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"c781e0908e6ca95ef53918e881dbb2de\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953071857\";s:12:\"date_shipped\";s:10:\"1643155200\";s:11:\"tracking_id\";s:32:\"44a08d3cab2afbec97b574f870e54183\";}}'),(36138,969,'_edit_last','2'),(36139,969,'_date_completed','1643302024'),(36140,969,'_completed_date','2022-01-27 16:47:04'),(36181,276,'_edit_lock','1643388864:2'),(36182,276,'_edit_last','2'),(36186,975,'_order_key','wc_order_qkCeKvMBAk9mN'),(36187,975,'_customer_user','67'),(36188,975,'_payment_method','paypal'),(36189,975,'_payment_method_title','PayPal'),(36190,975,'_customer_ip_address','74.77.55.50'),(36191,975,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(36192,975,'_created_via','checkout'),(36193,975,'_cart_hash','f751f6e5a3d75b00dc2879fb437ae206'),(36194,975,'_billing_first_name','Marnie'),(36195,975,'_billing_last_name','Murray'),(36196,975,'_billing_company','Naughty Nits'),(36197,975,'_billing_address_1','2809 Wehrle Drive'),(36198,975,'_billing_address_2','Suite 10'),(36199,975,'_billing_city','Williamsville'),(36200,975,'_billing_state','NY'),(36201,975,'_billing_postcode','14221'),(36202,975,'_billing_country','US'),(36203,975,'_billing_email','liceclinicsupstateny@gmail.com'),(36204,975,'_billing_phone','7166265423'),(36205,975,'_shipping_first_name','Marnie'),(36206,975,'_shipping_last_name','Murray'),(36207,975,'_shipping_company','LCA Buffalo'),(36208,975,'_shipping_address_1','2809 Wehrle Drive'),(36209,975,'_shipping_address_2','Suite 10'),(36210,975,'_shipping_city','Williamsville'),(36211,975,'_shipping_state','NY'),(36212,975,'_shipping_postcode','14221'),(36213,975,'_shipping_country','US'),(36214,975,'_order_currency','USD'),(36215,975,'_cart_discount','0'),(36216,975,'_cart_discount_tax','0'),(36217,975,'_order_shipping','0'),(36218,975,'_order_shipping_tax','0'),(36219,975,'_order_tax','0'),(36220,975,'_order_total','804.66'),(36221,975,'_order_version','6.1.1'),(36222,975,'_prices_include_tax','no'),(36223,975,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(36224,975,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(36225,975,'is_vat_exempt','no'),(36226,975,'Payment type','instant'),(36227,975,'_transaction_id','8A293275XE214703C'),(36228,975,'_paypal_status','completed'),(36229,975,'PayPal Transaction Fee','28.57'),(36230,975,'_date_paid','1643393940'),(36231,975,'_paid_date','2022-01-28 18:19:00'),(36232,975,'_download_permissions_granted','yes'),(36233,975,'_recorded_sales','yes'),(36234,975,'_recorded_coupon_usage_counts','yes'),(36235,975,'_order_stock_reduced','yes'),(36236,975,'_new_order_email_sent','true'),(36237,925,'Payment type','instant'),(36238,925,'_transaction_id','74L00987SE487364W'),(36239,925,'_paypal_status','completed'),(36240,925,'PayPal Transaction Fee','0.89'),(36241,925,'_date_paid','1643578813'),(36242,925,'_paid_date','2022-01-30 21:40:13'),(36243,925,'_download_permissions_granted','yes'),(36244,925,'_recorded_sales','yes'),(36245,925,'_order_stock_reduced','yes'),(36246,925,'_new_order_email_sent','true'),(36247,977,'_order_key','wc_order_5wjrDTmwqPicD'),(36248,977,'_customer_user','76'),(36249,977,'_payment_method','paypal'),(36250,977,'_payment_method_title','PayPal'),(36251,977,'_customer_ip_address','146.115.131.163'),(36252,977,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(36253,977,'_created_via','checkout'),(36254,977,'_cart_hash','44a41ba59feff263e736be580deb784b'),(36255,977,'_billing_first_name','Naomi'),(36256,977,'_billing_last_name','Golden'),(36257,977,'_billing_address_1','31 Mann Ave'),(36258,977,'_billing_city','Needham'),(36259,977,'_billing_state','MA'),(36260,977,'_billing_postcode','02492'),(36261,977,'_billing_country','US'),(36262,977,'_billing_email','nrgolden6486@gmail.com'),(36263,977,'_billing_phone','617-851-1322'),(36264,977,'_shipping_first_name','Naomi'),(36265,977,'_shipping_last_name','Golden'),(36266,977,'_shipping_company','Lice Aunties'),(36267,977,'_shipping_address_1','1234 Chestnut Street'),(36268,977,'_shipping_address_2','Suite 101A'),(36269,977,'_shipping_city','Newton Upper Falls'),(36270,977,'_shipping_state','MA'),(36271,977,'_shipping_postcode','02464'),(36272,977,'_shipping_country','US'),(36273,977,'_order_currency','USD'),(36274,977,'_cart_discount','0'),(36275,977,'_cart_discount_tax','0'),(36276,977,'_order_shipping','0'),(36277,977,'_order_shipping_tax','0'),(36278,977,'_order_tax','0'),(36279,977,'_order_total','502.24'),(36280,977,'_order_version','6.1.1'),(36281,977,'_prices_include_tax','no'),(36282,977,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(36283,977,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US '),(36284,977,'is_vat_exempt','no'),(36285,977,'_edit_lock','1643919184:2'),(36286,977,'_edit_last','2'),(36287,977,'_recorded_coupon_usage_counts','yes'),(36288,977,'Payment type','instant'),(36289,977,'_transaction_id','9YC321126R864940L'),(36290,977,'_paypal_status','completed'),(36291,977,'PayPal Transaction Fee','18.02'),(36292,977,'_date_paid','1643823881'),(36293,977,'_paid_date','2022-02-02 17:44:41'),(36294,977,'_download_permissions_granted','yes'),(36295,977,'_recorded_sales','yes'),(36296,977,'_order_stock_reduced','yes'),(36297,977,'_new_order_email_sent','true'),(36298,978,'_order_key','wc_order_TcNp42l6tekRV'),(36299,978,'_customer_user','0'),(36300,978,'_payment_method','paypal'),(36301,978,'_payment_method_title','PayPal'),(36302,978,'_customer_ip_address','136.49.57.192'),(36303,978,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(36304,978,'_created_via','checkout'),(36305,978,'_cart_hash','d5135b7b192594bed58ba146400e324e'),(36306,978,'_billing_first_name','Lee'),(36307,978,'_billing_last_name','Rogers'),(36308,978,'_billing_company','United States'),(36309,978,'_billing_address_1','40 N Interstate 35'),(36310,978,'_billing_address_2','APT 4B2'),(36311,978,'_billing_city','Austin'),(36312,978,'_billing_state','TX'),(36313,978,'_billing_postcode','78701'),(36314,978,'_billing_country','US'),(36315,978,'_billing_email','leerogers@flash.net'),(36316,978,'_billing_phone','316-727-9951'),(36317,978,'_shipping_first_name','Kaitlin'),(36318,978,'_shipping_last_name','Ryan'),(36319,978,'_shipping_company','LCA Dublin'),(36320,978,'_shipping_address_1','5910 Wilcox Place'),(36321,978,'_shipping_address_2','Suite E'),(36322,978,'_shipping_city','Dublin'),(36323,978,'_shipping_state','OH'),(36324,978,'_shipping_postcode','43016'),(36325,978,'_shipping_country','US'),(36326,978,'_order_currency','USD'),(36327,978,'_cart_discount','0'),(36328,978,'_cart_discount_tax','0'),(36329,978,'_order_shipping','0'),(36330,978,'_order_shipping_tax','0'),(36331,978,'_order_tax','0'),(36332,978,'_order_total','1030.77'),(36333,978,'_order_version','6.1.1'),(36334,978,'_prices_include_tax','no'),(36335,978,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(36336,978,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(36337,978,'is_vat_exempt','no'),(36338,978,'Payment type','instant'),(36339,978,'_transaction_id','5V726083MD524793C'),(36340,978,'_paypal_status','completed'),(36341,978,'PayPal Transaction Fee','36.46'),(36342,978,'_date_paid','1643829282'),(36343,978,'_paid_date','2022-02-02 19:14:42'),(36344,978,'_download_permissions_granted','yes'),(36345,978,'_recorded_sales','yes'),(36346,978,'_recorded_coupon_usage_counts','yes'),(36347,978,'_order_stock_reduced','yes'),(36348,978,'_new_order_email_sent','true'),(36349,979,'_order_key','wc_order_uI1D0AHmdVPYn'),(36350,979,'_customer_user','11'),(36351,979,'_payment_method','paypal'),(36352,979,'_payment_method_title','PayPal'),(36353,979,'_customer_ip_address','74.131.22.162'),(36354,979,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(36355,979,'_created_via','checkout'),(36356,979,'_cart_hash','f1a48b2e98abe89161306ad49c65ee2f'),(36357,979,'_billing_first_name','Tina'),(36358,979,'_billing_last_name','Hunt'),(36359,979,'_billing_company','LCBG, LLC'),(36360,979,'_billing_address_1','830 Fairview Ave.'),(36361,979,'_billing_address_2','Suite A-4'),(36362,979,'_billing_city','Bowling Green'),(36363,979,'_billing_state','KY'),(36364,979,'_billing_postcode','42101'),(36365,979,'_billing_country','US'),(36366,979,'_billing_email','info@liceclinicsbowlinggreen.com'),(36367,979,'_billing_phone','2709996803'),(36368,979,'_shipping_first_name','Tina'),(36369,979,'_shipping_last_name','Hunt'),(36370,979,'_shipping_address_1','494 Hub Boulevard'),(36371,979,'_shipping_address_2','Apt 1012'),(36372,979,'_shipping_city','Bowling Green'),(36373,979,'_shipping_state','KY'),(36374,979,'_shipping_postcode','42101'),(36375,979,'_shipping_country','US'),(36376,979,'_order_currency','USD'),(36377,979,'_cart_discount','0'),(36378,979,'_cart_discount_tax','0'),(36379,979,'_order_shipping','14.36'),(36380,979,'_order_shipping_tax','0'),(36381,979,'_order_tax','0'),(36382,979,'_order_total','151.04'),(36383,979,'_order_version','6.1.1'),(36384,979,'_prices_include_tax','no'),(36385,979,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(36386,979,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(36387,979,'is_vat_exempt','no'),(36388,979,'Payment type','instant'),(36389,979,'_transaction_id','1Y5771517S138890G'),(36390,979,'_paypal_status','completed'),(36391,979,'PayPal Transaction Fee','5.76'),(36392,979,'_date_paid','1643829652'),(36393,979,'_paid_date','2022-02-02 19:20:52'),(36394,979,'_download_permissions_granted','yes'),(36395,979,'_recorded_sales','yes'),(36396,979,'_recorded_coupon_usage_counts','yes'),(36397,979,'_order_stock_reduced','yes'),(36398,979,'_new_order_email_sent','true'),(36399,975,'_edit_lock','1643831828:2'),(36400,925,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072246\";s:12:\"date_shipped\";s:10:\"1643673600\";s:11:\"tracking_id\";s:32:\"ec70f4b62d4e9180fdef09bc55b922c5\";}}'),(36401,925,'_date_completed','1643831930'),(36402,925,'_completed_date','2022-02-02 19:58:50'),(36403,975,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072165\";s:12:\"date_shipped\";s:10:\"1643328000\";s:11:\"tracking_id\";s:32:\"e6ae5a5fd700acc3ba76b11b092aac0f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072176\";s:12:\"date_shipped\";s:10:\"1643328000\";s:11:\"tracking_id\";s:32:\"40c6b8650fa499a41e8a40ff440322a3\";}}'),(36404,975,'_edit_last','2'),(36405,975,'_date_completed','1643831960'),(36406,975,'_completed_date','2022-02-02 19:59:20'),(36407,971,'_edit_lock','1644336751:2'),(36408,971,'_edit_last','2'),(36409,971,'_recorded_coupon_usage_counts','yes'),(36410,980,'_order_key','wc_order_MwAZqtYQeyoJm'),(36411,980,'_customer_user','5'),(36412,980,'_payment_method','paypal'),(36413,980,'_payment_method_title','PayPal'),(36414,980,'_customer_ip_address','73.11.93.174'),(36415,980,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36'),(36416,980,'_created_via','checkout'),(36417,980,'_cart_hash','aed3f79b3bd67d5250f2f9602a035e62'),(36418,980,'_billing_first_name','Mark'),(36419,980,'_billing_last_name','Meyer'),(36420,980,'_billing_company','lice clinics of america- portland'),(36421,980,'_billing_address_1','5201 SW Westgate Dr suite 106'),(36422,980,'_billing_address_2','106'),(36423,980,'_billing_city','portland'),(36424,980,'_billing_state','OR'),(36425,980,'_billing_postcode','97221'),(36426,980,'_billing_country','US'),(36427,980,'_billing_email','mark@nwliceclinics.com'),(36428,980,'_billing_phone','5034040475'),(36429,980,'_shipping_first_name','Mark'),(36430,980,'_shipping_last_name','Meyer'),(36431,980,'_shipping_company','lice clinics of america- portland'),(36432,980,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(36433,980,'_shipping_address_2','106'),(36434,980,'_shipping_city','portland'),(36435,980,'_shipping_state','OR'),(36436,980,'_shipping_postcode','97221'),(36437,980,'_shipping_country','US'),(36438,980,'_order_currency','USD'),(36439,980,'_cart_discount','0'),(36440,980,'_cart_discount_tax','0'),(36441,980,'_order_shipping','0'),(36442,980,'_order_shipping_tax','0'),(36443,980,'_order_tax','0'),(36444,980,'_order_total','819.16'),(36445,980,'_order_version','6.1.1'),(36446,980,'_prices_include_tax','no'),(36447,980,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(36448,980,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(36449,980,'is_vat_exempt','no'),(36450,980,'Payment type','instant'),(36451,980,'_transaction_id','4DY48675H2382174Y'),(36452,980,'_paypal_status','completed'),(36453,980,'PayPal Transaction Fee','29.08'),(36454,980,'_date_paid','1643844789'),(36455,980,'_paid_date','2022-02-02 23:33:09'),(36456,980,'_download_permissions_granted','yes'),(36457,980,'_recorded_sales','yes'),(36458,980,'_recorded_coupon_usage_counts','yes'),(36459,980,'_order_stock_reduced','yes'),(36460,980,'_new_order_email_sent','true'),(36461,981,'_order_key','wc_order_w3XWRCzqPcSTF'),(36462,981,'_customer_user','6'),(36463,981,'_payment_method','paypal'),(36464,981,'_payment_method_title','PayPal'),(36465,981,'_customer_ip_address','76.20.84.214'),(36466,981,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(36467,981,'_created_via','checkout'),(36468,981,'_cart_hash','14c8e27650c0cc9a244d259d7f4d72e3'),(36469,981,'_billing_first_name','Amira'),(36470,981,'_billing_last_name','Purto'),(36471,981,'_billing_address_1','2628 Acapulco Way'),(36472,981,'_billing_city','Modesto'),(36473,981,'_billing_state','CA'),(36474,981,'_billing_postcode','95355'),(36475,981,'_billing_country','US'),(36476,981,'_billing_email','amira77@sbcglobal.net'),(36477,981,'_billing_phone','2096422061'),(36478,981,'_shipping_first_name','Amira'),(36479,981,'_shipping_last_name','Purto'),(36480,981,'_shipping_address_1','2628 Acapulco Way'),(36481,981,'_shipping_city','Modesto'),(36482,981,'_shipping_state','CA'),(36483,981,'_shipping_postcode','95355'),(36484,981,'_shipping_country','US'),(36485,981,'_order_currency','USD'),(36486,981,'_cart_discount','0'),(36487,981,'_cart_discount_tax','0'),(36488,981,'_order_shipping','0'),(36489,981,'_order_shipping_tax','0'),(36490,981,'_order_tax','0'),(36491,981,'_order_total','869.92'),(36492,981,'_order_version','6.1.1'),(36493,981,'_prices_include_tax','no'),(36494,981,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(36495,981,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(36496,981,'is_vat_exempt','no'),(36497,981,'Payment type','instant'),(36498,981,'_transaction_id','3XB02379KX2822520'),(36499,981,'_paypal_status','completed'),(36500,981,'PayPal Transaction Fee','30.85'),(36501,981,'_date_paid','1643878187'),(36502,981,'_paid_date','2022-02-03 08:49:47'),(36503,981,'_download_permissions_granted','yes'),(36504,981,'_recorded_sales','yes'),(36505,981,'_recorded_coupon_usage_counts','yes'),(36506,981,'_order_stock_reduced','yes'),(36507,981,'_new_order_email_sent','true'),(36546,980,'_edit_lock','1643918942:2'),(36547,980,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072680\";s:12:\"date_shipped\";s:10:\"1643846400\";s:11:\"tracking_id\";s:32:\"b8e9f0a33b31331e839a6a316edf45f7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072670\";s:12:\"date_shipped\";i:1643919056;s:11:\"tracking_id\";s:32:\"33226a1b1f6de2d840ea67b0f76938d3\";}}'),(36548,980,'_edit_last','2'),(36549,980,'_date_completed','1643919063'),(36550,980,'_completed_date','2022-02-03 20:11:03'),(36551,981,'_edit_lock','1643919019:2'),(36552,981,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072750\";s:12:\"date_shipped\";s:10:\"1643846400\";s:11:\"tracking_id\";s:32:\"7ab00453b17d4df47e2da2fcbf0b606c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072740\";s:12:\"date_shipped\";i:1643919147;s:11:\"tracking_id\";s:32:\"61a34bee8a2d849174b1f3ce9c668812\";}}'),(36553,981,'_edit_last','2'),(36554,981,'_date_completed','1643919151'),(36555,981,'_completed_date','2022-02-03 20:12:31'),(36556,979,'_edit_lock','1643919103:2'),(36557,979,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072603\";s:12:\"date_shipped\";s:10:\"1643846400\";s:11:\"tracking_id\";s:32:\"2a8677847a949e007af31c8dd9089065\";}}'),(36558,979,'_edit_last','2'),(36559,979,'_date_completed','1643919215'),(36560,979,'_completed_date','2022-02-03 20:13:35'),(36561,977,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072500\";s:12:\"date_shipped\";s:10:\"1643846400\";s:11:\"tracking_id\";s:32:\"b15e78a3e776600a1686c49a53d6fb92\";}}'),(36562,977,'_date_completed','1643919275'),(36563,977,'_completed_date','2022-02-03 20:14:35'),(36564,983,'_order_key','wc_order_9Cjo1qjsqI71B'),(36565,983,'_customer_user','78'),(36566,983,'_payment_method','paypal'),(36567,983,'_payment_method_title','PayPal'),(36568,983,'_customer_ip_address','108.54.149.237'),(36569,983,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1'),(36570,983,'_created_via','checkout'),(36571,983,'_cart_hash','28b0034fafe427ce5f5994eb0d614104'),(36572,983,'_billing_first_name','Richard'),(36573,983,'_billing_last_name','Florsheim'),(36574,983,'_billing_company','Licura'),(36575,983,'_billing_address_1','3827 w fairway heights dr'),(36576,983,'_billing_city','Mequon'),(36577,983,'_billing_state','WI'),(36578,983,'_billing_postcode','53092'),(36579,983,'_billing_country','US'),(36580,983,'_billing_email','tara@liceclinicslongIsland.com'),(36581,983,'_billing_phone','5619006382'),(36582,983,'_shipping_first_name','Tara'),(36583,983,'_shipping_last_name','Johnson'),(36584,983,'_shipping_company','LCA'),(36585,983,'_shipping_address_1','2330 Faye ct'),(36586,983,'_shipping_city','Merrick'),(36587,983,'_shipping_state','NY'),(36588,983,'_shipping_postcode','11566'),(36589,983,'_shipping_country','US'),(36590,983,'_order_currency','USD'),(36591,983,'_cart_discount','0'),(36592,983,'_cart_discount_tax','0'),(36593,983,'_order_shipping','11.94'),(36594,983,'_order_shipping_tax','0'),(36595,983,'_order_tax','0'),(36596,983,'_order_total','144.90'),(36597,983,'_order_version','6.1.1'),(36598,983,'_prices_include_tax','no'),(36599,983,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(36600,983,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(36601,983,'is_vat_exempt','no'),(36602,983,'Payment type','instant'),(36603,983,'_transaction_id','6C7694939A064845G'),(36604,983,'_paypal_status','completed'),(36605,983,'PayPal Transaction Fee','5.55'),(36606,983,'_date_paid','1643937744'),(36607,983,'_paid_date','2022-02-04 01:22:24'),(36608,983,'_download_permissions_granted','yes'),(36609,983,'_recorded_sales','yes'),(36610,983,'_recorded_coupon_usage_counts','yes'),(36611,983,'_order_stock_reduced','yes'),(36612,983,'_new_order_email_sent','true'),(36613,978,'_edit_lock','1644336899:2'),(36614,983,'_edit_lock','1643997869:2'),(36615,983,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:64:\"https://www.liceclinicsofamerica.com/find-a-lice-clinic-near-me/\";s:12:\"date_shipped\";s:10:\"1643932800\";s:11:\"tracking_id\";s:32:\"46d22c5e7c2ffbf7b238e5b7b99f8fbd\";}}'),(36616,983,'_edit_last','2'),(36617,983,'_date_completed','1643997861'),(36618,983,'_completed_date','2022-02-04 18:04:21'),(36619,984,'_order_key','wc_order_adI5Ay2AeXzbh'),(36620,984,'_customer_user','50'),(36621,984,'_payment_method','paypal'),(36622,984,'_payment_method_title','PayPal'),(36623,984,'_customer_ip_address','73.126.237.59'),(36624,984,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.69'),(36625,984,'_created_via','checkout'),(36626,984,'_cart_hash','885674568a37699a411cf2a22cb14f5f'),(36627,984,'_billing_first_name','Christine'),(36628,984,'_billing_last_name','Cherry'),(36629,984,'_billing_company','NITS END'),(36630,984,'_billing_address_1','PO BOX 1092'),(36631,984,'_billing_city','Campton'),(36632,984,'_billing_state','NH'),(36633,984,'_billing_postcode','03223'),(36634,984,'_billing_country','US'),(36635,984,'_billing_email','info@liceclinicsplaistow.com'),(36636,984,'_billing_phone','16034983390'),(36637,984,'_shipping_first_name','Latasha'),(36638,984,'_shipping_last_name','Harrington'),(36639,984,'_shipping_company','Nits End'),(36640,984,'_shipping_address_1','11 Maple St'),(36641,984,'_shipping_city','Bridgton'),(36642,984,'_shipping_state','ME'),(36643,984,'_shipping_postcode','04009'),(36644,984,'_shipping_country','US'),(36645,984,'_order_currency','USD'),(36646,984,'_cart_discount','0'),(36647,984,'_cart_discount_tax','0'),(36648,984,'_order_shipping','30.19'),(36649,984,'_order_shipping_tax','0'),(36650,984,'_order_tax','0'),(36651,984,'_order_total','388.03'),(36652,984,'_order_version','6.1.1'),(36653,984,'_prices_include_tax','no'),(36654,984,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(36655,984,'_shipping_address_index','Latasha Harrington Nits End 11 Maple St  Bridgton ME 04009 US '),(36656,984,'is_vat_exempt','no'),(36657,984,'Payment type','instant'),(36658,984,'_transaction_id','4SC04739TY2545512'),(36659,984,'_paypal_status','completed'),(36660,984,'PayPal Transaction Fee','14.03'),(36661,984,'_date_paid','1644174494'),(36662,984,'_paid_date','2022-02-06 19:08:14'),(36663,984,'_download_permissions_granted','yes'),(36664,984,'_recorded_sales','yes'),(36665,984,'_recorded_coupon_usage_counts','yes'),(36666,984,'_order_stock_reduced','yes'),(36667,984,'_new_order_email_sent','true'),(36668,985,'_order_key','wc_order_zuiDfNbDojbp2'),(36669,985,'_customer_user','20'),(36670,985,'_payment_method','paypal'),(36671,985,'_payment_method_title','PayPal'),(36672,985,'_customer_ip_address','12.70.31.173'),(36673,985,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36'),(36674,985,'_created_via','checkout'),(36675,985,'_cart_hash','2742cff9b4356d033f4f3b905fd59af2'),(36676,985,'_billing_first_name','Hasani'),(36677,985,'_billing_last_name','Thompson'),(36678,985,'_billing_company','Heat in Hair'),(36679,985,'_billing_address_1','27225 Camp Plenty Road'),(36680,985,'_billing_address_2','1D'),(36681,985,'_billing_city','Santa Clarita'),(36682,985,'_billing_state','CA'),(36683,985,'_billing_postcode','91351'),(36684,985,'_billing_country','US'),(36685,985,'_billing_email','info@liceclinicssantaclarita.com'),(36686,985,'_billing_phone','6615850263'),(36687,985,'_shipping_first_name','Hasani'),(36688,985,'_shipping_last_name','Thompson'),(36689,985,'_shipping_company','Heat in Hair'),(36690,985,'_shipping_address_1','5145 Nightsky Place'),(36691,985,'_shipping_city','Palmdale'),(36692,985,'_shipping_state','CA'),(36693,985,'_shipping_postcode','93552'),(36694,985,'_shipping_country','US'),(36695,985,'_order_currency','USD'),(36696,985,'_cart_discount','0'),(36697,985,'_cart_discount_tax','0'),(36698,985,'_order_shipping','69.51'),(36699,985,'_order_shipping_tax','0'),(36700,985,'_order_tax','0'),(36701,985,'_order_total','422.71'),(36702,985,'_order_version','6.1.1'),(36703,985,'_prices_include_tax','no'),(36704,985,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(36705,985,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(36706,985,'is_vat_exempt','no'),(36707,985,'Payment type','instant'),(36708,985,'_transaction_id','9GU49745H62497018'),(36709,985,'_paypal_status','completed'),(36710,985,'PayPal Transaction Fee','15.24'),(36711,985,'_date_paid','1644213592'),(36712,985,'_paid_date','2022-02-07 05:59:52'),(36713,985,'_download_permissions_granted','yes'),(36714,985,'_recorded_sales','yes'),(36715,985,'_recorded_coupon_usage_counts','yes'),(36716,985,'_order_stock_reduced','yes'),(36717,985,'_new_order_email_sent','true'),(36756,987,'_order_key','wc_order_XDKEEaD2Uauu8'),(36757,987,'_customer_user','82'),(36758,987,'_payment_method','paypal'),(36759,987,'_payment_method_title','PayPal'),(36760,987,'_customer_ip_address','96.88.214.86'),(36761,987,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(36762,987,'_created_via','checkout'),(36763,987,'_cart_hash','5bf05b2ab64def4f45f85c0e2b4ad3ce'),(36764,987,'_billing_first_name','Sonny'),(36765,987,'_billing_last_name','Le'),(36766,987,'_billing_address_1','6080 FRANCONIA ROAD'),(36767,987,'_billing_address_2','SUITE D'),(36768,987,'_billing_city','ALEXANDRIA'),(36769,987,'_billing_state','VA'),(36770,987,'_billing_postcode','22310'),(36771,987,'_billing_country','US'),(36772,987,'_billing_email','sonnynguyenle@gmail.com'),(36773,987,'_billing_phone','703-520-9000'),(36774,987,'_shipping_first_name','Nigel'),(36775,987,'_shipping_last_name','Le'),(36776,987,'_shipping_address_1','4137 Fairfax Center Creek Drive'),(36777,987,'_shipping_city','Fairfax'),(36778,987,'_shipping_state','VA'),(36779,987,'_shipping_postcode','22030'),(36780,987,'_shipping_country','US'),(36781,987,'_order_currency','USD'),(36782,987,'_cart_discount','0'),(36783,987,'_cart_discount_tax','0'),(36784,987,'_order_shipping','0'),(36785,987,'_order_shipping_tax','0'),(36786,987,'_order_tax','0'),(36787,987,'_order_total','1143.12'),(36788,987,'_order_version','6.2.0'),(36789,987,'_prices_include_tax','no'),(36790,987,'_billing_address_index','Sonny Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(36791,987,'_shipping_address_index','Nigel Le  4137 Fairfax Center Creek Drive  Fairfax VA 22030 US '),(36792,987,'is_vat_exempt','no'),(36831,971,'Payment type','instant'),(36832,971,'_transaction_id','2PR96031FU0279728'),(36833,971,'_paypal_status','completed'),(36834,971,'PayPal Transaction Fee','38.80'),(36835,971,'_date_paid','1644273966'),(36836,971,'_paid_date','2022-02-07 22:46:06'),(36837,971,'_download_permissions_granted','yes'),(36838,971,'_recorded_sales','yes'),(36839,971,'_order_stock_reduced','yes'),(36840,971,'_new_order_email_sent','true'),(36841,987,'_edit_lock','1644435407:2'),(36842,987,'_edit_last','2'),(36843,987,'_recorded_coupon_usage_counts','yes'),(36844,985,'_edit_lock','1644277397:2'),(36845,985,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073058\";s:12:\"date_shipped\";s:10:\"1644192000\";s:11:\"tracking_id\";s:32:\"f5326296e349d2d0169a797f72d6d909\";}}'),(36846,985,'_edit_last','2'),(36847,985,'_date_completed','1644277327'),(36848,985,'_completed_date','2022-02-07 23:42:07'),(36849,987,'Payment type','instant'),(36850,987,'_transaction_id','2ED83510U84854530'),(36851,987,'_paypal_status','completed'),(36852,987,'PayPal Transaction Fee','40.38'),(36853,987,'_date_paid','1644292016'),(36854,987,'_paid_date','2022-02-08 03:46:56'),(36855,987,'_download_permissions_granted','yes'),(36856,987,'_recorded_sales','yes'),(36857,987,'_order_stock_reduced','yes'),(36858,987,'_new_order_email_sent','true'),(36859,971,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073117\";s:12:\"date_shipped\";s:10:\"1644278400\";s:11:\"tracking_id\";s:32:\"a15c28649a43c6782fdc8459f3145a50\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073106\";s:12:\"date_shipped\";i:1644336752;s:11:\"tracking_id\";s:32:\"1c43d81232fece7c3e93139f84994cd9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073091\";s:12:\"date_shipped\";i:1644336757;s:11:\"tracking_id\";s:32:\"a212f45f3067e5c1336631388551d093\";}}'),(36860,971,'_date_completed','1644336759'),(36861,971,'_completed_date','2022-02-08 16:12:39'),(36862,984,'_edit_lock','1644336900:2'),(36863,978,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072614\";s:12:\"date_shipped\";s:10:\"1643760000\";s:11:\"tracking_id\";s:32:\"6a126dc41275bf3910dcb1bf9c465902\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072625\";s:12:\"date_shipped\";s:10:\"1644192000\";s:11:\"tracking_id\";s:32:\"ce5c657400df0c02d2df5af3731259eb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953072636\";s:12:\"date_shipped\";s:10:\"1644192000\";s:11:\"tracking_id\";s:32:\"a6597a92c35ed2a633c8d4b3d4c24f17\";}}'),(36864,978,'_edit_last','2'),(36865,978,'_date_completed','1644336962'),(36866,978,'_completed_date','2022-02-08 16:16:02'),(36867,984,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073014\";s:12:\"date_shipped\";s:10:\"1644192000\";s:11:\"tracking_id\";s:32:\"de7a4b0443ea3d6b2b9fd86de3858460\";}}'),(36868,984,'_edit_last','2'),(36869,984,'_date_completed','1644336979'),(36870,984,'_completed_date','2022-02-08 16:16:19'),(36871,991,'_order_key','wc_order_9mMQXjx12M14P'),(36872,991,'_customer_user','64'),(36873,991,'_payment_method','paypal'),(36874,991,'_payment_method_title','PayPal'),(36875,991,'_customer_ip_address','72.130.2.72'),(36876,991,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36'),(36877,991,'_created_via','checkout'),(36878,991,'_cart_hash','4b47cd174242ea220df52a7f747c41af'),(36879,991,'_billing_first_name','Barrie'),(36880,991,'_billing_last_name','Desmond'),(36881,991,'_billing_address_1','50 ALAHELE PL'),(36882,991,'_billing_city','Kihei'),(36883,991,'_billing_state','HI'),(36884,991,'_billing_postcode','96753-7809'),(36885,991,'_billing_country','US'),(36886,991,'_billing_email','info@liceclinicshawaii.com'),(36887,991,'_billing_phone','8082834247'),(36888,991,'_shipping_first_name','Lice Clinics'),(36889,991,'_shipping_last_name','Hawaii'),(36890,991,'_shipping_address_1','250 Ward Avenue'),(36891,991,'_shipping_address_2','Suite 231'),(36892,991,'_shipping_city','Honolulu'),(36893,991,'_shipping_state','HI'),(36894,991,'_shipping_postcode','96814'),(36895,991,'_shipping_country','US'),(36896,991,'_order_currency','USD'),(36897,991,'_cart_discount','0'),(36898,991,'_cart_discount_tax','0'),(36899,991,'_order_shipping','688.07'),(36900,991,'_order_shipping_tax','0'),(36901,991,'_order_tax','0'),(36902,991,'_order_total','888.52'),(36903,991,'_order_version','6.2.0'),(36904,991,'_prices_include_tax','no'),(36905,991,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(36906,991,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(36907,991,'is_vat_exempt','no'),(36908,992,'_order_key','wc_order_g91hajDTYM7Ej'),(36909,992,'_customer_user','49'),(36910,992,'_payment_method','paypal'),(36911,992,'_payment_method_title','PayPal'),(36912,992,'_customer_ip_address','96.255.114.62'),(36913,992,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(36914,992,'_created_via','checkout'),(36915,992,'_cart_hash','a1e74c5a2bfa774bae20a5b9af33b462'),(36916,992,'_billing_first_name','Kristi'),(36917,992,'_billing_last_name','Winkler'),(36918,992,'_billing_company','LCA - Manassas'),(36919,992,'_billing_address_1','8943 Garrett Way'),(36920,992,'_billing_city','Manassas'),(36921,992,'_billing_state','VA'),(36922,992,'_billing_postcode','20112'),(36923,992,'_billing_country','US'),(36924,992,'_billing_email','info@northernvirginialiceclinics.com'),(36925,992,'_billing_phone','8587520975'),(36926,992,'_shipping_first_name','Michelle'),(36927,992,'_shipping_last_name','Winkler'),(36928,992,'_shipping_address_1','8943 Garrett Way'),(36929,992,'_shipping_city','Manassas'),(36930,992,'_shipping_state','VA'),(36931,992,'_shipping_postcode','20112'),(36932,992,'_shipping_country','US'),(36933,992,'_order_currency','USD'),(36934,992,'_cart_discount','0'),(36935,992,'_cart_discount_tax','0'),(36936,992,'_order_shipping','75.65'),(36937,992,'_order_shipping_tax','0'),(36938,992,'_order_tax','0'),(36939,992,'_order_total','1325.33'),(36940,992,'_order_version','6.2.0'),(36941,992,'_prices_include_tax','no'),(36942,992,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(36943,992,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(36944,992,'is_vat_exempt','no'),(36945,992,'Payment type','instant'),(36946,992,'_transaction_id','8RA76853059695317'),(36947,992,'_paypal_status','completed'),(36948,992,'PayPal Transaction Fee','46.74'),(36949,992,'_date_paid','1644358626'),(36950,992,'_paid_date','2022-02-08 22:17:06'),(36951,992,'_download_permissions_granted','yes'),(36952,992,'_recorded_sales','yes'),(36953,992,'_recorded_coupon_usage_counts','yes'),(36954,992,'_order_stock_reduced','yes'),(36955,992,'_new_order_email_sent','true'),(36956,993,'_order_key','wc_order_OJ3pbGxGyz74D'),(36957,993,'_customer_user','29'),(36958,993,'_payment_method','paypal'),(36959,993,'_payment_method_title','PayPal'),(36960,993,'_customer_ip_address','71.225.162.32'),(36961,993,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1'),(36962,993,'_created_via','checkout'),(36963,993,'_cart_hash','9efc6eb0e42e8141bc2ead86e7e9e13a'),(36964,993,'_billing_first_name','Kevin'),(36965,993,'_billing_last_name','Reilly'),(36966,993,'_billing_address_1','5460 Richie Ct'),(36967,993,'_billing_city','Pipersville'),(36968,993,'_billing_state','PA'),(36969,993,'_billing_postcode','18947'),(36970,993,'_billing_country','US'),(36971,993,'_billing_email','info@liceclinicslansdale.com'),(36972,993,'_billing_phone','2156941408'),(36973,993,'_shipping_first_name','Kevin'),(36974,993,'_shipping_last_name','Reilly'),(36975,993,'_shipping_company','LCA Lansdale'),(36976,993,'_shipping_address_1','2131 North Broad Street'),(36977,993,'_shipping_address_2','Suite 101'),(36978,993,'_shipping_city','Lansdale'),(36979,993,'_shipping_state','PA'),(36980,993,'_shipping_postcode','19446'),(36981,993,'_shipping_country','US'),(36982,993,'_order_currency','USD'),(36983,993,'_cart_discount','0'),(36984,993,'_cart_discount_tax','0'),(36985,993,'_order_shipping','28.05'),(36986,993,'_order_shipping_tax','0'),(36987,993,'_order_tax','0'),(36988,993,'_order_total','270.48'),(36989,993,'_order_version','6.2.0'),(36990,993,'_prices_include_tax','no'),(36991,993,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(36992,993,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(36993,993,'is_vat_exempt','no'),(36994,993,'Payment type','instant'),(36995,993,'_transaction_id','7CD556844M5094708'),(36996,993,'_paypal_status','completed'),(36997,993,'PayPal Transaction Fee','9.93'),(36998,993,'_date_paid','1644370546'),(36999,993,'_paid_date','2022-02-09 01:35:46'),(37000,993,'_download_permissions_granted','yes'),(37001,993,'_recorded_sales','yes'),(37002,993,'_recorded_coupon_usage_counts','yes'),(37003,993,'_order_stock_reduced','yes'),(37004,993,'_new_order_email_sent','true'),(37021,992,'_edit_lock','1644435534:2'),(37022,993,'_edit_lock','1644435675:2'),(37023,987,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073209\";s:12:\"date_shipped\";s:10:\"1644364800\";s:11:\"tracking_id\";s:32:\"79e3859884e3048f047941c024d05b1b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073194\";s:12:\"date_shipped\";i:1644435441;s:11:\"tracking_id\";s:32:\"797f26ffc03541277ceb3513cb4dbdc6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073183\";s:12:\"date_shipped\";i:1644435516;s:11:\"tracking_id\";s:32:\"d42636072df39fc906b6634fce17e013\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073172\";s:12:\"date_shipped\";i:1644435530;s:11:\"tracking_id\";s:32:\"4fb01de5746813d972ef306b7a55114d\";}}'),(37037,987,'_date_completed','1644435536'),(37038,987,'_completed_date','2022-02-09 19:38:56'),(37041,993,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073389\";s:12:\"date_shipped\";s:10:\"1644364800\";s:11:\"tracking_id\";s:32:\"a2fa28643b56341a35b2ff4ef60721bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073378\";s:12:\"date_shipped\";i:1644435565;s:11:\"tracking_id\";s:32:\"838f5e7e64be4708345013450c9c4003\";}}'),(37042,993,'_edit_last','2'),(37043,993,'_date_completed','1644435570'),(37044,993,'_completed_date','2022-02-09 19:39:30'),(37048,992,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073367\";s:12:\"date_shipped\";s:10:\"1644364800\";s:11:\"tracking_id\";s:32:\"fa7ed73e699f9268afa78fe64994ff80\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073356\";s:12:\"date_shipped\";i:1644435593;s:11:\"tracking_id\";s:32:\"66c5fd34491e4b1742a48f874c889866\";}}'),(37049,992,'_edit_last','2'),(37050,992,'_date_completed','1644435599'),(37051,992,'_completed_date','2022-02-09 19:39:59'),(37056,994,'_order_key','wc_order_25UivKaDQU9wF'),(37057,994,'_customer_user','47'),(37058,994,'_payment_method','paypal'),(37059,994,'_payment_method_title','PayPal'),(37060,994,'_customer_ip_address','174.246.195.208'),(37061,994,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1'),(37062,994,'_created_via','checkout'),(37063,994,'_cart_hash','684bd142f4769301bef333db670383ac'),(37064,994,'_billing_first_name','Tracy'),(37065,994,'_billing_last_name','Copeland'),(37066,994,'_billing_company','South Texas Lice Clinics LLC'),(37067,994,'_billing_address_1','14223 Silverhollow'),(37068,994,'_billing_city','San Antonio'),(37069,994,'_billing_state','TX'),(37070,994,'_billing_postcode','78232'),(37071,994,'_billing_country','US'),(37072,994,'_billing_email','info@liceclinicsanantoniowest.com'),(37073,994,'_billing_phone','2103135033'),(37074,994,'_shipping_first_name','Tracy'),(37075,994,'_shipping_last_name','Copeland'),(37076,994,'_shipping_company','South Texas Lice Clinics LLC'),(37077,994,'_shipping_address_1','14223 Silverhollow'),(37078,994,'_shipping_city','San Antonio'),(37079,994,'_shipping_state','TX'),(37080,994,'_shipping_postcode','78232'),(37081,994,'_shipping_country','US'),(37082,994,'_order_currency','USD'),(37083,994,'_cart_discount','0'),(37084,994,'_cart_discount_tax','0'),(37085,994,'_order_shipping','70.78'),(37086,994,'_order_shipping_tax','0'),(37087,994,'_order_tax','0'),(37088,994,'_order_total','298.58'),(37089,994,'_order_version','6.2.0'),(37090,994,'_prices_include_tax','no'),(37091,994,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(37092,994,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(37093,994,'is_vat_exempt','no'),(37094,994,'Payment type','instant'),(37095,994,'_transaction_id','8ER86914TL621153T'),(37096,994,'_paypal_status','completed'),(37097,994,'PayPal Transaction Fee','10.91'),(37098,994,'_date_paid','1644435756'),(37099,994,'_paid_date','2022-02-09 19:42:36'),(37100,994,'_download_permissions_granted','yes'),(37101,994,'_recorded_sales','yes'),(37102,994,'_recorded_coupon_usage_counts','yes'),(37103,994,'_order_stock_reduced','yes'),(37104,994,'_new_order_email_sent','true'),(37105,994,'_edit_lock','1644438778:2'),(37106,994,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073460\";s:12:\"date_shipped\";s:10:\"1644364800\";s:11:\"tracking_id\";s:32:\"7055719a170b0e01b656185d00b13d3b\";}}'),(37107,994,'_edit_last','2'),(37108,994,'_date_completed','1644438776'),(37109,994,'_completed_date','2022-02-09 20:32:56'),(37117,995,'_order_key','wc_order_wVE03I2Xxdwx1'),(37118,995,'_customer_user','3'),(37119,995,'_payment_method','paypal'),(37120,995,'_payment_method_title','PayPal'),(37121,995,'_customer_ip_address','70.142.202.154'),(37122,995,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(37123,995,'_created_via','checkout'),(37124,995,'_cart_hash','7d0be9a8dba58898aac926b2dc49ec82'),(37125,995,'_billing_first_name','Amanda'),(37126,995,'_billing_last_name','Westerman'),(37127,995,'_billing_company','Lice Clinics of America McKinney'),(37128,995,'_billing_address_1','3120 Hudson Crossing'),(37129,995,'_billing_address_2','Suite A2'),(37130,995,'_billing_city','MCKINNEY'),(37131,995,'_billing_state','TX'),(37132,995,'_billing_postcode','75070'),(37133,995,'_billing_country','US'),(37134,995,'_billing_email','awesterman1103@gmail.com'),(37135,995,'_billing_phone','2144175741'),(37136,995,'_shipping_first_name','Lice'),(37137,995,'_shipping_last_name','McKinney'),(37138,995,'_shipping_company','Lice Clinics of America McKinney'),(37139,995,'_shipping_address_1','3120 Hudson Crossing'),(37140,995,'_shipping_address_2','Suite A2'),(37141,995,'_shipping_city','McKinney'),(37142,995,'_shipping_state','TX'),(37143,995,'_shipping_postcode','75070'),(37144,995,'_shipping_country','US'),(37145,995,'_order_currency','USD'),(37146,995,'_cart_discount','0'),(37147,995,'_cart_discount_tax','0'),(37148,995,'_order_shipping','0'),(37149,995,'_order_shipping_tax','0'),(37150,995,'_order_tax','0'),(37151,995,'_order_total','980.99'),(37152,995,'_order_version','6.2.0'),(37153,995,'_prices_include_tax','no'),(37154,995,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(37155,995,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(37156,995,'is_vat_exempt','no'),(37157,995,'Payment type','instant'),(37158,995,'_transaction_id','3X720984GG4113355'),(37159,995,'_paypal_status','completed'),(37160,995,'PayPal Transaction Fee','34.73'),(37161,995,'_date_paid','1644506069'),(37162,995,'_paid_date','2022-02-10 15:14:29'),(37163,995,'_download_permissions_granted','yes'),(37164,995,'_recorded_sales','yes'),(37165,995,'_recorded_coupon_usage_counts','yes'),(37166,995,'_order_stock_reduced','yes'),(37167,995,'_new_order_email_sent','true'),(37168,995,'_edit_lock','1644519502:2'),(37169,995,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073551\";s:12:\"date_shipped\";s:10:\"1644451200\";s:11:\"tracking_id\";s:32:\"d46133705137c5ac0caa7da908d2f7dd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073540\";s:12:\"date_shipped\";i:1644519539;s:11:\"tracking_id\";s:32:\"afa42752414e4febcdf78084af36ae6b\";}}'),(37170,995,'_edit_last','2'),(37171,995,'_date_completed','1644519543'),(37172,995,'_completed_date','2022-02-10 18:59:03'),(37173,996,'_order_key','wc_order_3sHMv5p79jM5o'),(37174,996,'_customer_user','37'),(37175,996,'_payment_method','paypal'),(37176,996,'_payment_method_title','PayPal'),(37177,996,'_customer_ip_address','98.18.216.162'),(37178,996,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.43'),(37179,996,'_created_via','checkout'),(37180,996,'_cart_hash','788e658b47cbca3c90c4781ae94a9904'),(37181,996,'_billing_first_name','Melody'),(37182,996,'_billing_last_name','Carter'),(37183,996,'_billing_company','Family Hair Clinic of South Ga LLC'),(37184,996,'_billing_address_1','7754 GA HIGHWAY 122 W'),(37185,996,'_billing_city','HAHIRA'),(37186,996,'_billing_state','GA'),(37187,996,'_billing_postcode','31632-2210'),(37188,996,'_billing_country','US'),(37189,996,'_billing_email','familyhairclinic@gmail.com'),(37190,996,'_billing_phone','2294151748'),(37191,996,'_shipping_first_name','Melody'),(37192,996,'_shipping_last_name','Carter'),(37193,996,'_shipping_company','LCA Family Hair Clinic'),(37194,996,'_shipping_address_1','7754 GA Highway 122 W'),(37195,996,'_shipping_city','Hahira'),(37196,996,'_shipping_state','GA'),(37197,996,'_shipping_postcode','31632'),(37198,996,'_shipping_country','US'),(37199,996,'_order_currency','USD'),(37200,996,'_cart_discount','0'),(37201,996,'_cart_discount_tax','0'),(37202,996,'_order_shipping','45.47'),(37203,996,'_order_shipping_tax','0'),(37204,996,'_order_tax','0'),(37205,996,'_order_total','315.71'),(37206,996,'_order_version','6.2.0'),(37207,996,'_prices_include_tax','no'),(37208,996,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(37209,996,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(37210,996,'is_vat_exempt','no'),(37211,997,'_order_key','wc_order_W963MRB5zGQEi'),(37212,997,'_customer_user','43'),(37213,997,'_payment_method','paypal'),(37214,997,'_payment_method_title','PayPal'),(37215,997,'_customer_ip_address','174.211.106.192'),(37216,997,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1'),(37217,997,'_created_via','checkout'),(37218,997,'_cart_hash','4259db8f22686c63fd3c63de77d080f1'),(37219,997,'_billing_first_name','Ryan'),(37220,997,'_billing_last_name','Nelson'),(37221,997,'_billing_address_1','140 Flame Vine drive'),(37222,997,'_billing_city','Naples'),(37223,997,'_billing_state','FL'),(37224,997,'_billing_postcode','34110'),(37225,997,'_billing_country','US'),(37226,997,'_billing_email','Rjnelson73@gmail.com'),(37227,997,'_billing_phone','239-281-0719'),(37228,997,'_shipping_first_name','Ryan'),(37229,997,'_shipping_last_name','Nelson'),(37230,997,'_shipping_address_1','140 Flame Vine drive'),(37231,997,'_shipping_city','Naples'),(37232,997,'_shipping_state','FL'),(37233,997,'_shipping_postcode','34110'),(37234,997,'_shipping_country','US'),(37235,997,'_order_currency','USD'),(37236,997,'_cart_discount','0'),(37237,997,'_cart_discount_tax','0'),(37238,997,'_order_shipping','23.94'),(37239,997,'_order_shipping_tax','0'),(37240,997,'_order_tax','0'),(37241,997,'_order_total','248.82'),(37242,997,'_order_version','6.2.0'),(37243,997,'_prices_include_tax','no'),(37244,997,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(37245,997,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(37246,997,'is_vat_exempt','no'),(37247,997,'_edit_lock','1644616175:2'),(37248,997,'_edit_last','2'),(37249,997,'_recorded_coupon_usage_counts','yes'),(37250,997,'Payment type','instant'),(37251,997,'_transaction_id','2EP689079C2251815'),(37252,997,'_paypal_status','completed'),(37253,997,'PayPal Transaction Fee','9.17'),(37254,997,'_date_paid','1644588208'),(37255,997,'_paid_date','2022-02-11 14:03:28'),(37256,997,'_download_permissions_granted','yes'),(37257,997,'_recorded_sales','yes'),(37258,997,'_order_stock_reduced','yes'),(37259,997,'_new_order_email_sent','true'),(37260,996,'_edit_lock','1645123476:2'),(37261,996,'_edit_last','2'),(37262,996,'_recorded_coupon_usage_counts','yes'),(37263,991,'acfw_shipping_discount_recalc','yes'),(37264,991,'_edit_lock','1644949738:2'),(37265,991,'_edit_last','2'),(37266,991,'_recorded_coupon_usage_counts','yes'),(37267,515,'_used_by','64'),(37268,997,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073621\";s:12:\"date_shipped\";s:10:\"1644537600\";s:11:\"tracking_id\";s:32:\"0a4aefe0f539aa5352a1cf941a97cede\";}}'),(37269,997,'_date_completed','1644616088'),(37270,997,'_completed_date','2022-02-11 21:48:08'),(37277,998,'_order_key','wc_order_P9iuRJ9VJOMyU'),(37278,998,'_customer_user','77'),(37279,998,'_payment_method','paypal'),(37280,998,'_payment_method_title','PayPal'),(37281,998,'_customer_ip_address','107.205.56.86'),(37282,998,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(37283,998,'_created_via','checkout'),(37284,998,'_cart_hash','b505187a5db53326913a4bcaa08d728c'),(37285,998,'_billing_first_name','Phil'),(37286,998,'_billing_last_name','Moon'),(37287,998,'_billing_company','Lice Clinics of America--FRESNO'),(37288,998,'_billing_address_1','585 56th Street'),(37289,998,'_billing_city','Oakland'),(37290,998,'_billing_state','CA'),(37291,998,'_billing_postcode','94609'),(37292,998,'_billing_country','US'),(37293,998,'_billing_email','info@liceclinicsfresno.com'),(37294,998,'_billing_phone','5593046305'),(37295,998,'_shipping_first_name','Kristen'),(37296,998,'_shipping_last_name','Maroot-Rippee'),(37297,998,'_shipping_company','Lice Busters LLC. FRESNO'),(37298,998,'_shipping_address_1','487 W. Scott Avenue'),(37299,998,'_shipping_city','Fresno'),(37300,998,'_shipping_state','CA'),(37301,998,'_shipping_postcode','93704'),(37302,998,'_shipping_country','US'),(37303,998,'_order_currency','USD'),(37304,998,'_cart_discount','0'),(37305,998,'_cart_discount_tax','0'),(37306,998,'_order_shipping','0'),(37307,998,'_order_shipping_tax','0'),(37308,998,'_order_tax','0'),(37309,998,'_order_total','511.60'),(37310,998,'_order_version','6.2.0'),(37311,998,'_prices_include_tax','no'),(37312,998,'_billing_address_index','Phil Moon Lice Clinics of America--FRESNO 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(37313,998,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(37314,998,'is_vat_exempt','no'),(37315,998,'Payment type','instant'),(37316,998,'_transaction_id','9F117149HF840391P'),(37317,998,'_paypal_status','completed'),(37318,998,'PayPal Transaction Fee','18.34'),(37319,998,'_date_paid','1644855079'),(37320,998,'_paid_date','2022-02-14 16:11:19'),(37321,998,'_download_permissions_granted','yes'),(37322,998,'_recorded_sales','yes'),(37323,998,'_recorded_coupon_usage_counts','yes'),(37324,998,'_order_stock_reduced','yes'),(37325,998,'_new_order_email_sent','true'),(37327,999,'_order_key','wc_order_YsIlVgKJWqezZ'),(37328,999,'_customer_user','36'),(37329,999,'_payment_method','paypal'),(37330,999,'_payment_method_title','PayPal'),(37331,999,'_customer_ip_address','99.122.115.15'),(37332,999,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(37333,999,'_created_via','checkout'),(37334,999,'_cart_hash','b207118c34e3cd6a7a032cb327825d71'),(37335,999,'_billing_first_name','Melanie'),(37336,999,'_billing_last_name','Sherman'),(37337,999,'_billing_company','Lice Clinics of Bakersfield'),(37338,999,'_billing_address_1','2920 F ST'),(37339,999,'_billing_address_2','G-9'),(37340,999,'_billing_city','Bakersfield'),(37341,999,'_billing_state','CA'),(37342,999,'_billing_postcode','93301'),(37343,999,'_billing_country','US'),(37344,999,'_billing_email','2920lca@gmail.com'),(37345,999,'_billing_phone','661-616-8900'),(37346,999,'_shipping_first_name','Melanie'),(37347,999,'_shipping_last_name','Sherman'),(37348,999,'_shipping_company','Lice Clinics of Bakersfield'),(37349,999,'_shipping_address_1','2920 F ST'),(37350,999,'_shipping_address_2','G-9'),(37351,999,'_shipping_city','Bakersfield'),(37352,999,'_shipping_state','CA'),(37353,999,'_shipping_postcode','93301'),(37354,999,'_shipping_country','US'),(37355,999,'_order_currency','USD'),(37356,999,'_cart_discount','0'),(37357,999,'_cart_discount_tax','0'),(37358,999,'_order_shipping','42.36'),(37359,999,'_order_shipping_tax','0'),(37360,999,'_order_tax','0'),(37361,999,'_order_total','175.32'),(37362,999,'_order_version','6.3.1'),(37363,999,'_prices_include_tax','no'),(37364,999,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(37365,999,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(37366,999,'is_vat_exempt','no'),(37367,1000,'_order_key','wc_order_16qbfWSePnL2D'),(37368,1000,'_customer_user','77'),(37369,1000,'_payment_method','paypal'),(37370,1000,'_payment_method_title','PayPal'),(37371,1000,'_customer_ip_address','107.205.56.86'),(37372,1000,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(37373,1000,'_created_via','checkout'),(37374,1000,'_cart_hash','257b96a08b852858d34d1589252ec23e'),(37375,1000,'_billing_first_name','Phil'),(37376,1000,'_billing_last_name','Moon'),(37377,1000,'_billing_company','Lice Clinics of America--VISALIA'),(37378,1000,'_billing_address_1','585 56th Street'),(37379,1000,'_billing_city','Oakland'),(37380,1000,'_billing_state','CA'),(37381,1000,'_billing_postcode','94609'),(37382,1000,'_billing_country','US'),(37383,1000,'_billing_email','info@liceclinicsfresno.com'),(37384,1000,'_billing_phone','5593046305'),(37385,1000,'_shipping_first_name','Kristen'),(37386,1000,'_shipping_last_name','Maroot-Rippee'),(37387,1000,'_shipping_company','Lice Busters LLC. VISALIA'),(37388,1000,'_shipping_address_1','487 W. Scott Avenue'),(37389,1000,'_shipping_city','Fresno'),(37390,1000,'_shipping_state','CA'),(37391,1000,'_shipping_postcode','93704'),(37392,1000,'_shipping_country','US'),(37393,1000,'_order_currency','USD'),(37394,1000,'_cart_discount','0'),(37395,1000,'_cart_discount_tax','0'),(37396,1000,'_order_shipping','0'),(37397,1000,'_order_shipping_tax','0'),(37398,1000,'_order_tax','0'),(37399,1000,'_order_total','556.42'),(37400,1000,'_order_version','6.2.0'),(37401,1000,'_prices_include_tax','no'),(37402,1000,'_billing_address_index','Phil Moon Lice Clinics of America--VISALIA 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(37403,1000,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 W. Scott Avenue  Fresno CA 93704 US '),(37404,1000,'is_vat_exempt','no'),(37405,1000,'Payment type','instant'),(37406,1000,'_transaction_id','5LP831889T755734G'),(37407,1000,'_paypal_status','completed'),(37408,1000,'PayPal Transaction Fee','19.91'),(37409,1000,'_date_paid','1644855636'),(37410,1000,'_paid_date','2022-02-14 16:20:36'),(37411,1000,'_download_permissions_granted','yes'),(37412,1000,'_recorded_sales','yes'),(37413,1000,'_recorded_coupon_usage_counts','yes'),(37414,1000,'_order_stock_reduced','yes'),(37415,1000,'_new_order_email_sent','true'),(37416,999,'_edit_lock','1648132606:2'),(37417,999,'_edit_last','2'),(37418,999,'_recorded_coupon_usage_counts','yes'),(37419,998,'_edit_lock','1645123334:2'),(37420,1000,'_edit_lock','1645111808:2'),(37421,998,'_wc_shipment_tracking_items','a:2:{i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074308\";s:12:\"date_shipped\";s:10:\"1645056000\";s:11:\"tracking_id\";s:32:\"b0d0f3148bd346eb195096f3dc6cca5e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074293\";s:12:\"date_shipped\";i:1645123460;s:11:\"tracking_id\";s:32:\"26b0a8afde04abc4983b2294a7b669fc\";}}'),(37422,998,'_edit_last','2'),(37423,998,'_date_completed','1644875519'),(37424,998,'_completed_date','2022-02-14 21:51:59'),(37425,1000,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073908\";s:12:\"date_shipped\";s:10:\"1644796800\";s:11:\"tracking_id\";s:32:\"81fc565b07c74e207b9869cb5c172d1d\";}}'),(37426,1000,'_edit_last','2'),(37427,1000,'_date_completed','1644875534'),(37428,1000,'_completed_date','2022-02-14 21:52:14'),(37429,991,'Payment type','instant'),(37430,991,'_transaction_id','7JU14598P8416490C'),(37431,991,'_paypal_status','completed'),(37432,991,'PayPal Transaction Fee','31.50'),(37433,991,'_date_paid','1644880004'),(37434,991,'_paid_date','2022-02-14 23:06:44'),(37435,991,'_download_permissions_granted','yes'),(37436,991,'_recorded_sales','yes'),(37437,991,'_order_stock_reduced','yes'),(37438,991,'_new_order_email_sent','true'),(37439,1001,'_order_key','wc_order_DX4s5DWcq0gzR'),(37440,1001,'_customer_user','87'),(37441,1001,'_payment_method','paypal'),(37442,1001,'_payment_method_title','PayPal'),(37443,1001,'_customer_ip_address','70.189.75.106'),(37444,1001,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15'),(37445,1001,'_created_via','checkout'),(37446,1001,'_cart_hash','22eb9720449d8757c03a62e1c25b0325'),(37447,1001,'_billing_first_name','Wade'),(37448,1001,'_billing_last_name','Huntsman'),(37449,1001,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(37450,1001,'_billing_address_1','1104 E 25th ST'),(37451,1001,'_billing_city','Tulsa'),(37452,1001,'_billing_state','OK'),(37453,1001,'_billing_postcode','74114'),(37454,1001,'_billing_country','US'),(37455,1001,'_billing_email','info@liceclinicsmidsouth.com'),(37456,1001,'_billing_phone','9189783329'),(37457,1001,'_shipping_first_name','Hannah'),(37458,1001,'_shipping_last_name','Lee'),(37459,1001,'_shipping_company','LCA Aurora'),(37460,1001,'_shipping_address_1','17954 E Anthem Dr'),(37461,1001,'_shipping_city','Parker'),(37462,1001,'_shipping_state','CO'),(37463,1001,'_shipping_postcode','80134'),(37464,1001,'_shipping_country','US'),(37465,1001,'_order_currency','USD'),(37466,1001,'_cart_discount','0'),(37467,1001,'_cart_discount_tax','0'),(37468,1001,'_order_shipping','24.73'),(37469,1001,'_order_shipping_tax','0'),(37470,1001,'_order_tax','0'),(37471,1001,'_order_total','214.48'),(37472,1001,'_order_version','6.2.0'),(37473,1001,'_prices_include_tax','no'),(37474,1001,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(37475,1001,'_shipping_address_index','Hannah Lee LCA Aurora 17954 E Anthem Dr  Parker CO 80134 US '),(37476,1001,'is_vat_exempt','no'),(37477,1001,'Payment type','instant'),(37478,1001,'_transaction_id','02H647756B622430J'),(37479,1001,'_paypal_status','completed'),(37480,1001,'PayPal Transaction Fee','7.98'),(37481,1001,'_date_paid','1644942263'),(37482,1001,'_paid_date','2022-02-15 16:24:23'),(37483,1001,'_download_permissions_granted','yes'),(37484,1001,'_recorded_sales','yes'),(37485,1001,'_recorded_coupon_usage_counts','yes'),(37486,1001,'_order_stock_reduced','yes'),(37487,1001,'_new_order_email_sent','true'),(37488,1002,'_order_key','wc_order_HHS8dxA9XthGT'),(37489,1002,'_customer_user','87'),(37490,1002,'_payment_method','paypal'),(37491,1002,'_payment_method_title','PayPal'),(37492,1002,'_customer_ip_address','70.189.75.106'),(37493,1002,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15'),(37494,1002,'_created_via','checkout'),(37495,1002,'_cart_hash','c5ea516a9dddfcf8dd44819829ea9aab'),(37496,1002,'_billing_first_name','Wade'),(37497,1002,'_billing_last_name','Huntsman'),(37498,1002,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(37499,1002,'_billing_address_1','1104 E 25th ST'),(37500,1002,'_billing_city','Tulsa'),(37501,1002,'_billing_state','OK'),(37502,1002,'_billing_postcode','74114'),(37503,1002,'_billing_country','US'),(37504,1002,'_billing_email','info@liceclinicsmidsouth.com'),(37505,1002,'_billing_phone','9189783329'),(37506,1002,'_shipping_first_name','Katee'),(37507,1002,'_shipping_last_name','Morrison'),(37508,1002,'_shipping_company','Lice Clinics of America OKC'),(37509,1002,'_shipping_address_1','4001 N Classen Blvd'),(37510,1002,'_shipping_address_2','116'),(37511,1002,'_shipping_city','Oklahoma City'),(37512,1002,'_shipping_state','OK'),(37513,1002,'_shipping_postcode','73118'),(37514,1002,'_shipping_country','US'),(37515,1002,'_order_currency','USD'),(37516,1002,'_cart_discount','0'),(37517,1002,'_cart_discount_tax','0'),(37518,1002,'_order_shipping','0'),(37519,1002,'_order_shipping_tax','0'),(37520,1002,'_order_tax','0'),(37521,1002,'_order_total','717.56'),(37522,1002,'_order_version','6.2.0'),(37523,1002,'_prices_include_tax','no'),(37524,1002,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(37525,1002,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd 116 Oklahoma City OK 73118 US '),(37526,1002,'is_vat_exempt','no'),(37527,1002,'Payment type','instant'),(37528,1002,'_transaction_id','4LM27985DA254643J'),(37529,1002,'_paypal_status','completed'),(37530,1002,'PayPal Transaction Fee','25.53'),(37531,1002,'_date_paid','1644942987'),(37532,1002,'_paid_date','2022-02-15 16:36:27'),(37533,1002,'_download_permissions_granted','yes'),(37534,1002,'_recorded_sales','yes'),(37535,1002,'_recorded_coupon_usage_counts','yes'),(37536,1002,'_order_stock_reduced','yes'),(37537,1002,'_new_order_email_sent','true'),(37538,1003,'_order_key','wc_order_Sn9rVvtFWUhrb'),(37539,1003,'_customer_user','87'),(37540,1003,'_payment_method','paypal'),(37541,1003,'_payment_method_title','PayPal'),(37542,1003,'_customer_ip_address','70.189.75.106'),(37543,1003,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Safari/605.1.15'),(37544,1003,'_created_via','checkout'),(37545,1003,'_cart_hash','bcf6a7d96e35404ed7d47c6b694da115'),(37546,1003,'_billing_first_name','Wade'),(37547,1003,'_billing_last_name','Huntsman'),(37548,1003,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(37549,1003,'_billing_address_1','1104 E 25th ST'),(37550,1003,'_billing_city','Tulsa'),(37551,1003,'_billing_state','OK'),(37552,1003,'_billing_postcode','74114'),(37553,1003,'_billing_country','US'),(37554,1003,'_billing_email','info@liceclinicsmidsouth.com'),(37555,1003,'_billing_phone','9189783329'),(37556,1003,'_shipping_first_name','Wade'),(37557,1003,'_shipping_last_name','Huntsman'),(37558,1003,'_shipping_company','Lice Clinics of America Tulsa'),(37559,1003,'_shipping_address_1','3421 E 21st Street'),(37560,1003,'_shipping_city','Tulsa'),(37561,1003,'_shipping_state','OK'),(37562,1003,'_shipping_postcode','74114'),(37563,1003,'_shipping_country','US'),(37564,1003,'_order_currency','USD'),(37565,1003,'_cart_discount','0'),(37566,1003,'_cart_discount_tax','0'),(37567,1003,'_order_shipping','0'),(37568,1003,'_order_shipping_tax','0'),(37569,1003,'_order_tax','0'),(37570,1003,'_order_total','993.38'),(37571,1003,'_order_version','6.2.0'),(37572,1003,'_prices_include_tax','no'),(37573,1003,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(37574,1003,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st Street  Tulsa OK 74114 US '),(37575,1003,'is_vat_exempt','no'),(37576,1003,'Payment type','instant'),(37577,1003,'_transaction_id','9P307623Y72071208'),(37578,1003,'_paypal_status','completed'),(37579,1003,'PayPal Transaction Fee','35.16'),(37580,1003,'_date_paid','1644943340'),(37581,1003,'_paid_date','2022-02-15 16:42:20'),(37582,1003,'_download_permissions_granted','yes'),(37583,1003,'_recorded_sales','yes'),(37584,1003,'_recorded_coupon_usage_counts','yes'),(37585,1003,'_order_stock_reduced','yes'),(37586,1003,'_new_order_email_sent','true'),(37587,1004,'_order_key','wc_order_WD5OZjJwvtHso'),(37588,1004,'_customer_user','55'),(37589,1004,'_payment_method','paypal'),(37590,1004,'_payment_method_title','PayPal'),(37591,1004,'_customer_ip_address','174.83.123.140'),(37592,1004,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14388.52.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.91 Safari/537.36'),(37593,1004,'_created_via','checkout'),(37594,1004,'_cart_hash','432776e7f410b6f5fa211caa300a8661'),(37595,1004,'_billing_first_name','Stephanie'),(37596,1004,'_billing_last_name','Knecht'),(37597,1004,'_billing_company','Lice Clinics of America'),(37598,1004,'_billing_address_1','67 Prospect Avenue Suite 301'),(37599,1004,'_billing_city','Hartford'),(37600,1004,'_billing_state','CT'),(37601,1004,'_billing_postcode','06106'),(37602,1004,'_billing_country','US'),(37603,1004,'_billing_email','stephanieknecht@lcaconnecticut.com'),(37604,1004,'_billing_phone','9144565000'),(37605,1004,'_shipping_first_name','Stephanie'),(37606,1004,'_shipping_last_name','Knecht'),(37607,1004,'_shipping_company','Lice Clinics of America'),(37608,1004,'_shipping_address_1','67 Prospect Avenue Suite 301'),(37609,1004,'_shipping_city','Hartford'),(37610,1004,'_shipping_state','CT'),(37611,1004,'_shipping_postcode','06106'),(37612,1004,'_shipping_country','US'),(37613,1004,'_order_currency','USD'),(37614,1004,'_cart_discount','0'),(37615,1004,'_cart_discount_tax','0'),(37616,1004,'_order_shipping','16.21'),(37617,1004,'_order_shipping_tax','0'),(37618,1004,'_order_tax','0'),(37619,1004,'_order_total','16.21'),(37620,1004,'_order_version','6.2.0'),(37621,1004,'_prices_include_tax','no'),(37622,1004,'_billing_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US stephanieknecht@lcaconnecticut.com 9144565000'),(37623,1004,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US '),(37624,1004,'is_vat_exempt','no'),(37625,1003,'_edit_lock','1644955181:2'),(37626,1002,'_edit_lock','1644955038:2'),(37627,1001,'_edit_lock','1645111911:2'),(37628,1001,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074000\";s:12:\"date_shipped\";s:10:\"1644883200\";s:11:\"tracking_id\";s:32:\"8773517ae8d27807e0322106cc7f0ecf\";}}'),(37629,1001,'_edit_last','2'),(37630,1001,'_date_completed','1644949731'),(37631,1001,'_completed_date','2022-02-15 18:28:51'),(37632,991,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073985\";s:12:\"date_shipped\";s:10:\"1644883200\";s:11:\"tracking_id\";s:32:\"bdb533a9cbe9f3a7aea44e4e06b40662\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953073996\";s:12:\"date_shipped\";i:1644949863;s:11:\"tracking_id\";s:32:\"07577132ef104dba7ab493955092bc08\";}}'),(37633,991,'_date_completed','1644949869'),(37634,991,'_completed_date','2022-02-15 18:31:09'),(37635,1002,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074010\";s:12:\"date_shipped\";s:10:\"1644883200\";s:11:\"tracking_id\";s:32:\"a39685b624c92f28dd30d1fa6de3780b\";}}'),(37636,1002,'_edit_last','2'),(37637,1002,'_date_completed','1644955149'),(37638,1002,'_completed_date','2022-02-15 19:59:09'),(37639,1003,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074032\";s:12:\"date_shipped\";s:10:\"1644883200\";s:11:\"tracking_id\";s:32:\"5ae6308fb8c24599dce0abad40317868\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074021\";s:12:\"date_shipped\";i:1644955174;s:11:\"tracking_id\";s:32:\"c5ec162b1a65bf4f6aea4a9bf74a7c9b\";}}'),(37640,1003,'_edit_last','2'),(37641,1003,'_date_completed','1644955177'),(37642,1003,'_completed_date','2022-02-15 19:59:37'),(37643,1004,'_edit_lock','1645033501:2'),(37644,1004,'_edit_last','2'),(37645,1004,'_recorded_coupon_usage_counts','yes'),(37646,1004,'Payment type','instant'),(37647,1004,'_transaction_id','5XF35658R1128731X'),(37648,1004,'_paypal_status','completed'),(37649,1004,'PayPal Transaction Fee','1.06'),(37650,1004,'_date_paid','1644959712'),(37651,1004,'_paid_date','2022-02-15 21:15:12'),(37652,1004,'_download_permissions_granted','yes'),(37653,1004,'_recorded_sales','yes'),(37654,1004,'_order_stock_reduced','yes'),(37655,1004,'_new_order_email_sent','true'),(37696,1004,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074113\";s:12:\"date_shipped\";s:10:\"1644969600\";s:11:\"tracking_id\";s:32:\"8fe4d4a7b0a60188d747ba0a8dc13312\";}}'),(37697,1004,'_date_completed','1645033529'),(37698,1004,'_completed_date','2022-02-16 17:45:29'),(37700,1007,'_order_key','wc_order_sONTGRWUOZZbU'),(37701,1007,'_customer_user','47'),(37702,1007,'_payment_method','paypal'),(37703,1007,'_payment_method_title','PayPal'),(37704,1007,'_customer_ip_address','72.177.241.58'),(37705,1007,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(37706,1007,'_created_via','checkout'),(37707,1007,'_cart_hash','30c92f99cf637b43f6d929b6129e8e21'),(37708,1007,'_billing_first_name','Tracy'),(37709,1007,'_billing_last_name','Copeland'),(37710,1007,'_billing_company','South Texas Lice Clinics LLC'),(37711,1007,'_billing_address_1','14223 Silverhollow'),(37712,1007,'_billing_city','San Antonio'),(37713,1007,'_billing_state','TX'),(37714,1007,'_billing_postcode','78232'),(37715,1007,'_billing_country','US'),(37716,1007,'_billing_email','info@liceclinicsanantoniowest.com'),(37717,1007,'_billing_phone','2103135033'),(37718,1007,'_shipping_first_name','Tracy'),(37719,1007,'_shipping_last_name','Copeland'),(37720,1007,'_shipping_company','South Texas Lice Clinics LLC'),(37721,1007,'_shipping_address_1','14223 Silverhollow'),(37722,1007,'_shipping_city','San Antonio'),(37723,1007,'_shipping_state','TX'),(37724,1007,'_shipping_postcode','78232'),(37725,1007,'_shipping_country','US'),(37726,1007,'_order_currency','USD'),(37727,1007,'_cart_discount','0'),(37728,1007,'_cart_discount_tax','0'),(37729,1007,'_order_shipping','0'),(37730,1007,'_order_shipping_tax','0'),(37731,1007,'_order_tax','0'),(37732,1007,'_order_total','506.36'),(37733,1007,'_order_version','6.2.0'),(37734,1007,'_prices_include_tax','no'),(37735,1007,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(37736,1007,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(37737,1007,'is_vat_exempt','no'),(37738,1007,'Payment type','instant'),(37739,1007,'_transaction_id','7TL128349X306553R'),(37740,1007,'_paypal_status','completed'),(37741,1007,'PayPal Transaction Fee','18.16'),(37742,1007,'_date_paid','1645034923'),(37743,1007,'_paid_date','2022-02-16 18:08:43'),(37744,1007,'_download_permissions_granted','yes'),(37745,1007,'_recorded_sales','yes'),(37746,1007,'_recorded_coupon_usage_counts','yes'),(37747,1007,'_order_stock_reduced','yes'),(37748,1007,'_new_order_email_sent','true'),(37749,996,'Payment type','instant'),(37750,996,'_transaction_id','68K84982KF5662503'),(37751,996,'_paypal_status','completed'),(37752,996,'PayPal Transaction Fee','11.51'),(37753,996,'_date_paid','1645052439'),(37754,996,'_paid_date','2022-02-16 23:00:39'),(37755,996,'_download_permissions_granted','yes'),(37756,996,'_recorded_sales','yes'),(37757,996,'_order_stock_reduced','yes'),(37758,996,'_new_order_email_sent','true'),(37759,1008,'_order_key','wc_order_4rDJClESIcj7e'),(37760,1008,'_customer_user','3'),(37761,1008,'_payment_method','paypal'),(37762,1008,'_payment_method_title','PayPal'),(37763,1008,'_customer_ip_address','70.142.202.154'),(37764,1008,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(37765,1008,'_created_via','checkout'),(37766,1008,'_cart_hash','9d6fd42a0fd894000ee05aed9c0d422a'),(37767,1008,'_billing_first_name','Amanda'),(37768,1008,'_billing_last_name','Westerman'),(37769,1008,'_billing_company','Lice Clinics of America McKinney'),(37770,1008,'_billing_address_1','3120 Hudson Crossing'),(37771,1008,'_billing_address_2','Suite A2'),(37772,1008,'_billing_city','MCKINNEY'),(37773,1008,'_billing_state','TX'),(37774,1008,'_billing_postcode','75070'),(37775,1008,'_billing_country','US'),(37776,1008,'_billing_email','awesterman1103@gmail.com'),(37777,1008,'_billing_phone','2144175741'),(37778,1008,'_shipping_first_name','Lice'),(37779,1008,'_shipping_last_name','McKinney'),(37780,1008,'_shipping_company','Lice Clinics of America McKinney'),(37781,1008,'_shipping_address_1','3120 Hudson Crossing'),(37782,1008,'_shipping_address_2','Suite A2'),(37783,1008,'_shipping_city','McKinney'),(37784,1008,'_shipping_state','TX'),(37785,1008,'_shipping_postcode','75070'),(37786,1008,'_shipping_country','US'),(37787,1008,'_order_currency','USD'),(37788,1008,'_cart_discount','0'),(37789,1008,'_cart_discount_tax','0'),(37790,1008,'_order_shipping','0'),(37791,1008,'_order_shipping_tax','0'),(37792,1008,'_order_tax','0'),(37793,1008,'_order_total','572.38'),(37794,1008,'_order_version','6.2.0'),(37795,1008,'_prices_include_tax','no'),(37796,1008,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(37797,1008,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(37798,1008,'is_vat_exempt','no'),(37799,1008,'Payment type','instant'),(37800,1008,'_transaction_id','75K71904BF2117454'),(37801,1008,'_paypal_status','completed'),(37802,1008,'PayPal Transaction Fee','20.47'),(37803,1008,'_date_paid','1645119320'),(37804,1008,'_paid_date','2022-02-17 17:35:20'),(37805,1008,'_download_permissions_granted','yes'),(37806,1008,'_recorded_sales','yes'),(37807,1008,'_recorded_coupon_usage_counts','yes'),(37808,1008,'_order_stock_reduced','yes'),(37809,1008,'_new_order_email_sent','true'),(37810,996,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074320\";s:12:\"date_shipped\";s:10:\"1645056000\";s:11:\"tracking_id\";s:32:\"48723525a9f684506d86b7b66afe7875\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074319\";s:12:\"date_shipped\";i:1645123504;s:11:\"tracking_id\";s:32:\"34a661c915b88298256e40f250bbe76b\";}}'),(37811,996,'_date_completed','1645123508'),(37812,996,'_completed_date','2022-02-17 18:45:08'),(37813,1007,'_edit_lock','1645123779:2'),(37814,1007,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074249\";s:12:\"date_shipped\";s:10:\"1645056000\";s:11:\"tracking_id\";s:32:\"f50a9a831d51750a961d31784117f6a6\";}}'),(37815,1007,'_edit_last','2'),(37816,1007,'_date_completed','1645123715'),(37817,1007,'_completed_date','2022-02-17 18:48:35'),(37818,1009,'_order_key','wc_order_lu0XFe7QPI5dN'),(37819,1009,'_customer_user','55'),(37820,1009,'_payment_method','paypal'),(37821,1009,'_payment_method_title','PayPal'),(37822,1009,'_customer_ip_address','69.117.194.180'),(37823,1009,'_customer_user_agent','Mozilla/5.0 (X11; CrOS armv7l 13310.94.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.134 Safari/537.36'),(37824,1009,'_created_via','checkout'),(37825,1009,'_cart_hash','31f8174ea6871cf99de29e839d966969'),(37826,1009,'_billing_first_name','Stephanie'),(37827,1009,'_billing_last_name','Knecht'),(37828,1009,'_billing_company','Lice Clinics of America'),(37829,1009,'_billing_address_1','1207 Route 9'),(37830,1009,'_billing_address_2','Suite 8'),(37831,1009,'_billing_city','wappinger falls'),(37832,1009,'_billing_state','NY'),(37833,1009,'_billing_postcode','12590'),(37834,1009,'_billing_country','US'),(37835,1009,'_billing_email','stephanieknecht@lcaconnecticut.com'),(37836,1009,'_billing_phone','9144565000'),(37837,1009,'_shipping_first_name','Stephanie'),(37838,1009,'_shipping_last_name','Knecht'),(37839,1009,'_shipping_company','Lice Clinics of America'),(37840,1009,'_shipping_address_1','1207 Route 9'),(37841,1009,'_shipping_address_2','Suite 8'),(37842,1009,'_shipping_city','wappinger falls'),(37843,1009,'_shipping_state','NY'),(37844,1009,'_shipping_postcode','12590'),(37845,1009,'_shipping_country','US'),(37846,1009,'_order_currency','USD'),(37847,1009,'_cart_discount','0'),(37848,1009,'_cart_discount_tax','0'),(37849,1009,'_order_shipping','14.8'),(37850,1009,'_order_shipping_tax','0'),(37851,1009,'_order_tax','0'),(37852,1009,'_order_total','14.80'),(37853,1009,'_order_version','6.2.0'),(37854,1009,'_prices_include_tax','no'),(37855,1009,'_billing_address_index','Stephanie Knecht Lice Clinics of America 1207 Route 9 Suite 8 wappinger falls NY 12590 US stephanieknecht@lcaconnecticut.com 9144565000'),(37856,1009,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 1207 Route 9 Suite 8 wappinger falls NY 12590 US '),(37857,1009,'is_vat_exempt','no'),(37858,1009,'_edit_lock','1645639636:2'),(37859,1009,'_edit_last','2'),(37860,1009,'_recorded_coupon_usage_counts','yes'),(37861,1008,'_edit_lock','1645205866:2'),(37862,1008,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074352\";s:12:\"date_shipped\";s:10:\"1645056000\";s:11:\"tracking_id\";s:32:\"54ce50a11ddf07ae674d6da0ed91c997\";}}'),(37863,1009,'Payment type','instant'),(37864,1009,'_transaction_id','7FW45672KM951194N'),(37865,1009,'_paypal_status','completed'),(37866,1009,'PayPal Transaction Fee','1.01'),(37867,1009,'_date_paid','1645155506'),(37868,1009,'_paid_date','2022-02-18 03:38:26'),(37869,1009,'_download_permissions_granted','yes'),(37870,1009,'_recorded_sales','yes'),(37871,1009,'_order_stock_reduced','yes'),(37872,1009,'_new_order_email_sent','true'),(37873,1008,'_edit_last','2'),(37874,1008,'_date_completed','1645205988'),(37875,1008,'_completed_date','2022-02-18 17:39:48'),(37876,1010,'_order_key','wc_order_21GR56EAkM7Tn'),(37877,1010,'_customer_user','26'),(37878,1010,'_payment_method','paypal'),(37879,1010,'_payment_method_title','PayPal'),(37880,1010,'_customer_ip_address','68.126.201.125'),(37881,1010,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(37882,1010,'_created_via','checkout'),(37883,1010,'_cart_hash','3ce90545c22c3105a52d871dd672f18c'),(37884,1010,'_billing_first_name','Andrew'),(37885,1010,'_billing_last_name','Crumrine'),(37886,1010,'_billing_address_1','3537 Stevens Way'),(37887,1010,'_billing_city','Augusta'),(37888,1010,'_billing_state','GA'),(37889,1010,'_billing_postcode','30907'),(37890,1010,'_billing_country','US'),(37891,1010,'_billing_email','augustagalice@gmail.com'),(37892,1010,'_billing_phone','7063064588'),(37893,1010,'_shipping_first_name','Andrew'),(37894,1010,'_shipping_last_name','Crumrine'),(37895,1010,'_shipping_address_1','3537 Stevens Way'),(37896,1010,'_shipping_city','Augusta'),(37897,1010,'_shipping_state','GA'),(37898,1010,'_shipping_postcode','30907'),(37899,1010,'_shipping_country','US'),(37900,1010,'_order_currency','USD'),(37901,1010,'_cart_discount','0'),(37902,1010,'_cart_discount_tax','0'),(37903,1010,'_order_shipping','0'),(37904,1010,'_order_shipping_tax','0'),(37905,1010,'_order_tax','0'),(37906,1010,'_order_total','647.52'),(37907,1010,'_order_version','6.2.0'),(37908,1010,'_prices_include_tax','no'),(37909,1010,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(37910,1010,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(37911,1010,'is_vat_exempt','no'),(37912,1010,'Payment type','instant'),(37913,1010,'_transaction_id','82V876082Y4107224'),(37914,1010,'_paypal_status','completed'),(37915,1010,'PayPal Transaction Fee','23.09'),(37916,1010,'_date_paid','1645373844'),(37917,1010,'_paid_date','2022-02-20 16:17:24'),(37918,1010,'_download_permissions_granted','yes'),(37919,1010,'_recorded_sales','yes'),(37920,1010,'_recorded_coupon_usage_counts','yes'),(37921,1010,'_order_stock_reduced','yes'),(37922,1010,'_new_order_email_sent','true'),(37923,1011,'_order_key','wc_order_FAKZkT6YSPUP5'),(37924,1011,'_customer_user','26'),(37925,1011,'_payment_method','paypal'),(37926,1011,'_payment_method_title','PayPal'),(37927,1011,'_customer_ip_address','68.126.201.125'),(37928,1011,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(37929,1011,'_created_via','checkout'),(37930,1011,'_cart_hash','71eacd62547cd6e33652d1d0b9ef41ef'),(37931,1011,'_billing_first_name','Andrew'),(37932,1011,'_billing_last_name','Crumrine'),(37933,1011,'_billing_address_1','3537 Stevens Way'),(37934,1011,'_billing_city','Augusta'),(37935,1011,'_billing_state','GA'),(37936,1011,'_billing_postcode','30907'),(37937,1011,'_billing_country','US'),(37938,1011,'_billing_email','augustagalice@gmail.com'),(37939,1011,'_billing_phone','7063064588'),(37940,1011,'_shipping_first_name','Andrew'),(37941,1011,'_shipping_last_name','Crumrine'),(37942,1011,'_shipping_address_1','3537 Stevens Way'),(37943,1011,'_shipping_city','Augusta'),(37944,1011,'_shipping_state','GA'),(37945,1011,'_shipping_postcode','30907'),(37946,1011,'_shipping_country','US'),(37947,1011,'_order_currency','USD'),(37948,1011,'_cart_discount','0'),(37949,1011,'_cart_discount_tax','0'),(37950,1011,'_order_shipping','16.03'),(37951,1011,'_order_shipping_tax','0'),(37952,1011,'_order_tax','0'),(37953,1011,'_order_total','174.43'),(37954,1011,'_order_version','6.2.0'),(37955,1011,'_prices_include_tax','no'),(37956,1011,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(37957,1011,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(37958,1011,'is_vat_exempt','no'),(37959,1011,'Payment type','instant'),(37960,1011,'_transaction_id','9JW83476034056842'),(37961,1011,'_paypal_status','completed'),(37962,1011,'PayPal Transaction Fee','6.58'),(37963,1011,'_date_paid','1645374179'),(37964,1011,'_paid_date','2022-02-20 16:22:59'),(37965,1011,'_download_permissions_granted','yes'),(37966,1011,'_recorded_sales','yes'),(37967,1011,'_recorded_coupon_usage_counts','yes'),(37968,1011,'_order_stock_reduced','yes'),(37969,1011,'_new_order_email_sent','true'),(37970,1012,'_order_key','wc_order_GXoE5xfOBd69N'),(37971,1012,'_customer_user','79'),(37972,1012,'_payment_method','paypal'),(37973,1012,'_payment_method_title','PayPal'),(37974,1012,'_customer_ip_address','173.14.91.166'),(37975,1012,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(37976,1012,'_created_via','checkout'),(37977,1012,'_cart_hash','835329b985c782b3eeb33c0be1fa267d'),(37978,1012,'_billing_first_name','Shanna'),(37979,1012,'_billing_last_name','Castille'),(37980,1012,'_billing_address_1','1097 Hundley Rd'),(37981,1012,'_billing_city','Eunice'),(37982,1012,'_billing_state','LA'),(37983,1012,'_billing_postcode','70535'),(37984,1012,'_billing_country','US'),(37985,1012,'_billing_email','Shanna_sr09@yahoo.com'),(37986,1012,'_billing_phone','3374668998'),(37987,1012,'_shipping_first_name','Rebekah'),(37988,1012,'_shipping_last_name','Gay'),(37989,1012,'_shipping_address_1','339 Forty Oaks Farm Rd'),(37990,1012,'_shipping_city','West Monroe'),(37991,1012,'_shipping_state','LA'),(37992,1012,'_shipping_postcode','71291'),(37993,1012,'_shipping_country','US'),(37994,1012,'_order_currency','USD'),(37995,1012,'_cart_discount','0'),(37996,1012,'_cart_discount_tax','0'),(37997,1012,'_order_shipping','20.29'),(37998,1012,'_order_shipping_tax','0'),(37999,1012,'_order_tax','0'),(38000,1012,'_order_total','393.09'),(38001,1012,'_order_version','6.2.0'),(38002,1012,'_prices_include_tax','no'),(38003,1012,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(38004,1012,'_shipping_address_index','Rebekah Gay  339 Forty Oaks Farm Rd  West Monroe LA 71291 US '),(38005,1012,'is_vat_exempt','no'),(38006,1012,'Payment type','instant'),(38007,1012,'_transaction_id','3JY78876A1208292Y'),(38008,1012,'_paypal_status','completed'),(38009,1012,'PayPal Transaction Fee','14.21'),(38010,1012,'_date_paid','1645401541'),(38011,1012,'_paid_date','2022-02-20 23:59:01'),(38012,1012,'_download_permissions_granted','yes'),(38013,1012,'_recorded_sales','yes'),(38014,1012,'_recorded_coupon_usage_counts','yes'),(38015,1012,'_order_stock_reduced','yes'),(38016,1012,'_new_order_email_sent','true'),(38017,1013,'_order_key','wc_order_lOzxlqsZnfZYG'),(38018,1013,'_customer_user','79'),(38019,1013,'_payment_method','paypal'),(38020,1013,'_payment_method_title','PayPal'),(38021,1013,'_customer_ip_address','173.14.91.166'),(38022,1013,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(38023,1013,'_created_via','checkout'),(38024,1013,'_cart_hash','4f130969bbc38dd9d5d2030cb992beb5'),(38025,1013,'_billing_first_name','Shanna'),(38026,1013,'_billing_last_name','Castille'),(38027,1013,'_billing_address_1','1097 Hundley Rd'),(38028,1013,'_billing_city','Eunice'),(38029,1013,'_billing_state','LA'),(38030,1013,'_billing_postcode','70535'),(38031,1013,'_billing_country','US'),(38032,1013,'_billing_email','Shanna_sr09@yahoo.com'),(38033,1013,'_billing_phone','3374668998'),(38034,1013,'_shipping_first_name','Shanna'),(38035,1013,'_shipping_last_name','Castille'),(38036,1013,'_shipping_address_1','1097 Hundley Rd'),(38037,1013,'_shipping_city','eunice'),(38038,1013,'_shipping_state','LA'),(38039,1013,'_shipping_postcode','70535'),(38040,1013,'_shipping_country','US'),(38041,1013,'_order_currency','USD'),(38042,1013,'_cart_discount','0'),(38043,1013,'_cart_discount_tax','0'),(38044,1013,'_order_shipping','26.97'),(38045,1013,'_order_shipping_tax','0'),(38046,1013,'_order_tax','0'),(38047,1013,'_order_total','497.51'),(38048,1013,'_order_version','6.2.0'),(38049,1013,'_prices_include_tax','no'),(38050,1013,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(38051,1013,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(38052,1013,'is_vat_exempt','no'),(38053,1013,'Payment type','instant'),(38054,1013,'_transaction_id','9A676046HV966331F'),(38055,1013,'_paypal_status','completed'),(38056,1013,'PayPal Transaction Fee','17.85'),(38057,1013,'_date_paid','1645401695'),(38058,1013,'_paid_date','2022-02-21 00:01:35'),(38059,1013,'_download_permissions_granted','yes'),(38060,1013,'_recorded_sales','yes'),(38061,1013,'_recorded_coupon_usage_counts','yes'),(38062,1013,'_order_stock_reduced','yes'),(38063,1013,'_new_order_email_sent','true'),(38064,279,'_edit_lock','1645461899:2'),(38065,1014,'_order_key','wc_order_FnB7S3xdpLYO9'),(38066,1014,'_customer_user','60'),(38067,1014,'_payment_method','paypal'),(38068,1014,'_payment_method_title','PayPal'),(38069,1014,'_customer_ip_address','98.193.14.84'),(38070,1014,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(38071,1014,'_created_via','checkout'),(38072,1014,'_cart_hash','4ff4697d59266a19f05637e47578f7f3'),(38073,1014,'_billing_first_name','Jill'),(38074,1014,'_billing_last_name','Leshtz'),(38075,1014,'_billing_company','Lice clinics of America-North Shore'),(38076,1014,'_billing_address_1','1580 Lancelot Avenue'),(38077,1014,'_billing_city','Highland park'),(38078,1014,'_billing_state','IL'),(38079,1014,'_billing_postcode','60035'),(38080,1014,'_billing_country','US'),(38081,1014,'_billing_email','jleshtz@gmail.com'),(38082,1014,'_billing_phone','8473639001'),(38083,1014,'_shipping_first_name','Jill'),(38084,1014,'_shipping_last_name','Leshtz'),(38085,1014,'_shipping_company','Lice clinics of America-North Shore'),(38086,1014,'_shipping_address_1','1580 Lancelot Avenue'),(38087,1014,'_shipping_city','Highland park'),(38088,1014,'_shipping_state','IL'),(38089,1014,'_shipping_postcode','60035'),(38090,1014,'_shipping_country','US'),(38091,1014,'_order_currency','USD'),(38092,1014,'_cart_discount','0'),(38093,1014,'_cart_discount_tax','0'),(38094,1014,'_order_shipping','13.79'),(38095,1014,'_order_shipping_tax','0'),(38096,1014,'_order_tax','0'),(38097,1014,'_order_total','13.79'),(38098,1014,'_order_version','6.2.0'),(38099,1014,'_prices_include_tax','no'),(38100,1014,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(38101,1014,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(38102,1014,'is_vat_exempt','no'),(38103,1015,'_order_key','wc_order_qfVlpeuOpx04S'),(38104,1015,'_customer_user','60'),(38105,1015,'_payment_method','paypal'),(38106,1015,'_payment_method_title','PayPal'),(38107,1015,'_customer_ip_address','98.193.14.84'),(38108,1015,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(38109,1015,'_created_via','checkout'),(38110,1015,'_cart_hash','d3430b3d0e675fae0717c8629b7e6e24'),(38111,1015,'_billing_first_name','Jill'),(38112,1015,'_billing_last_name','Leshtz'),(38113,1015,'_billing_company','Lice clinics of America-North Shore'),(38114,1015,'_billing_address_1','1580 Lancelot Avenue'),(38115,1015,'_billing_city','Highland park'),(38116,1015,'_billing_state','IL'),(38117,1015,'_billing_postcode','60035'),(38118,1015,'_billing_country','US'),(38119,1015,'_billing_email','jleshtz@gmail.com'),(38120,1015,'_billing_phone','8473639001'),(38121,1015,'_shipping_first_name','Jill'),(38122,1015,'_shipping_last_name','Leshtz'),(38123,1015,'_shipping_company','Lice clinics of America-North Shore'),(38124,1015,'_shipping_address_1','1580 Lancelot Avenue'),(38125,1015,'_shipping_city','Highland park'),(38126,1015,'_shipping_state','IL'),(38127,1015,'_shipping_postcode','60035'),(38128,1015,'_shipping_country','US'),(38129,1015,'_order_currency','USD'),(38130,1015,'_cart_discount','0'),(38131,1015,'_cart_discount_tax','0'),(38132,1015,'_order_shipping','13.79'),(38133,1015,'_order_shipping_tax','0'),(38134,1015,'_order_tax','0'),(38135,1015,'_order_total','13.79'),(38136,1015,'_order_version','6.2.0'),(38137,1015,'_prices_include_tax','no'),(38138,1015,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(38139,1015,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(38140,1015,'is_vat_exempt','no'),(38141,1016,'_order_key','wc_order_XdSU4hUWVjlnI'),(38142,1016,'_customer_user','28'),(38143,1016,'_payment_method','paypal'),(38144,1016,'_payment_method_title','PayPal'),(38145,1016,'_customer_ip_address','172.115.255.171'),(38146,1016,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38147,1016,'_created_via','checkout'),(38148,1016,'_cart_hash','aabd5406cdba28bf89fd5fc1b1174c4f'),(38149,1016,'_billing_first_name','Kelli'),(38150,1016,'_billing_last_name','Washington'),(38151,1016,'_billing_company','Lice Clinics of America - Temecula'),(38152,1016,'_billing_address_1','2438 Bear Rock Gln'),(38153,1016,'_billing_city','Escondido'),(38154,1016,'_billing_state','CA'),(38155,1016,'_billing_postcode','92026'),(38156,1016,'_billing_country','US'),(38157,1016,'_billing_email','info@liceclinicstemecula.com'),(38158,1016,'_billing_phone','7606255580'),(38159,1016,'_shipping_first_name','Kelli'),(38160,1016,'_shipping_last_name','Washington'),(38161,1016,'_shipping_company','Lice Clinics of America - Temecula'),(38162,1016,'_shipping_address_1','2438 Bear Rock Gln'),(38163,1016,'_shipping_city','Escondido'),(38164,1016,'_shipping_state','CA'),(38165,1016,'_shipping_postcode','92026'),(38166,1016,'_shipping_country','US'),(38167,1016,'_order_currency','USD'),(38168,1016,'_cart_discount','0'),(38169,1016,'_cart_discount_tax','0'),(38170,1016,'_order_shipping','62.7'),(38171,1016,'_order_shipping_tax','0'),(38172,1016,'_order_tax','0'),(38173,1016,'_order_total','354.06'),(38174,1016,'_order_version','6.2.0'),(38175,1016,'_prices_include_tax','no'),(38176,1016,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(38177,1016,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(38178,1016,'is_vat_exempt','no'),(38179,1015,'_edit_lock','1645639578:2'),(38180,1015,'_edit_last','2'),(38181,1015,'_recorded_coupon_usage_counts','yes'),(38182,1014,'_edit_lock','1645639502:2'),(38183,1014,'_edit_last','2'),(38184,1014,'_recorded_coupon_usage_counts','yes'),(38185,1016,'_edit_lock','1645639449:2'),(38186,1016,'_edit_last','2'),(38187,1016,'_recorded_coupon_usage_counts','yes'),(38200,1012,'_edit_lock','1645540868:2'),(38201,1012,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074591\";s:12:\"date_shipped\";s:10:\"1645401600\";s:11:\"tracking_id\";s:32:\"0bd72b5252824ec08a1705ea80f5bef0\";}}'),(38202,1012,'_edit_last','2'),(38203,1012,'_date_completed','1645540990'),(38204,1012,'_completed_date','2022-02-22 14:43:10'),(38205,1013,'_edit_lock','1645540942:2'),(38206,1013,'_edit_last','2'),(38207,1013,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074606\";s:12:\"date_shipped\";s:10:\"1645401600\";s:11:\"tracking_id\";s:32:\"889b7115d240d7da87be4b64aa45d235\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074606\";s:12:\"date_shipped\";s:10:\"1645401600\";s:11:\"tracking_id\";s:32:\"453ebdb216e81f4e583443fa8537c6a4\";}}'),(38208,1013,'_date_completed','1645541061'),(38209,1013,'_completed_date','2022-02-22 14:44:21'),(38210,1010,'_edit_lock','1645541005:2'),(38211,1010,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074536\";s:12:\"date_shipped\";s:10:\"1645401600\";s:11:\"tracking_id\";s:32:\"b0eded6d4134dd94e273442481df2db6\";}}'),(38212,1010,'_edit_last','2'),(38213,1010,'_date_completed','1645541121'),(38214,1010,'_completed_date','2022-02-22 14:45:21'),(38215,1015,'Payment type','instant'),(38216,1015,'_transaction_id','1U486424Y58676026'),(38217,1015,'_paypal_status','completed'),(38218,1015,'PayPal Transaction Fee','0.97'),(38219,1015,'_date_paid','1645547527'),(38220,1015,'_paid_date','2022-02-22 16:32:07'),(38221,1015,'_download_permissions_granted','yes'),(38222,1015,'_recorded_sales','yes'),(38223,1015,'_order_stock_reduced','yes'),(38224,1015,'_new_order_email_sent','true'),(38225,1014,'Payment type','instant'),(38226,1014,'_transaction_id','1WS0889227983500S'),(38227,1014,'_paypal_status','completed'),(38228,1014,'PayPal Transaction Fee','0.97'),(38229,1014,'_date_paid','1645547584'),(38230,1014,'_paid_date','2022-02-22 16:33:04'),(38231,1014,'_download_permissions_granted','yes'),(38232,1014,'_recorded_sales','yes'),(38233,1014,'_order_stock_reduced','yes'),(38234,1014,'_new_order_email_sent','true'),(38235,1016,'Payment type','instant'),(38236,1016,'_transaction_id','6C660373FE323225H'),(38237,1016,'_paypal_status','completed'),(38238,1016,'PayPal Transaction Fee','12.85'),(38239,1016,'_date_paid','1645553538'),(38240,1016,'_paid_date','2022-02-22 18:12:18'),(38241,1016,'_download_permissions_granted','yes'),(38242,1016,'_recorded_sales','yes'),(38243,1016,'_order_stock_reduced','yes'),(38244,1016,'_new_order_email_sent','true'),(38245,1017,'_order_key','wc_order_ov2ADzLMY4ats'),(38246,1017,'_customer_user','61'),(38247,1017,'_payment_method','paypal'),(38248,1017,'_payment_method_title','PayPal'),(38249,1017,'_customer_ip_address','71.64.131.71'),(38250,1017,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38251,1017,'_created_via','checkout'),(38252,1017,'_cart_hash','cc3e54afd3df8b1ddd50fa1576d7914c'),(38253,1017,'_billing_first_name','Judith'),(38254,1017,'_billing_last_name','Hayden'),(38255,1017,'_billing_address_1','1795 alysheba Way'),(38256,1017,'_billing_address_2','Ste 4105'),(38257,1017,'_billing_city','Lexington'),(38258,1017,'_billing_state','KY'),(38259,1017,'_billing_postcode','40509'),(38260,1017,'_billing_country','US'),(38261,1017,'_billing_email','judy@liceclinicslexington.com'),(38262,1017,'_billing_phone','8595376966'),(38263,1017,'_shipping_first_name','Judy'),(38264,1017,'_shipping_last_name','Hayden'),(38265,1017,'_shipping_company','Lice Clinics of America Milford'),(38266,1017,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(38267,1017,'_shipping_city','Lexington'),(38268,1017,'_shipping_state','KY'),(38269,1017,'_shipping_postcode','40509'),(38270,1017,'_shipping_country','US'),(38271,1017,'_order_currency','USD'),(38272,1017,'_cart_discount','0'),(38273,1017,'_cart_discount_tax','0'),(38274,1017,'_order_shipping','0'),(38275,1017,'_order_shipping_tax','0'),(38276,1017,'_order_tax','0'),(38277,1017,'_order_total','649.55'),(38278,1017,'_order_version','6.2.0'),(38279,1017,'_prices_include_tax','no'),(38280,1017,'_billing_address_index','Judith Hayden  1795 alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(38281,1017,'_shipping_address_index','Judy Hayden Lice Clinics of America Milford 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(38282,1017,'is_vat_exempt','no'),(38283,1017,'Payment type','instant'),(38284,1017,'_transaction_id','3DH07591A41101349'),(38285,1017,'_paypal_status','completed'),(38286,1017,'PayPal Transaction Fee','23.16'),(38287,1017,'_date_paid','1645558709'),(38288,1017,'_paid_date','2022-02-22 19:38:29'),(38289,1017,'_download_permissions_granted','yes'),(38290,1017,'_recorded_sales','yes'),(38291,1017,'_recorded_coupon_usage_counts','yes'),(38292,1017,'_order_stock_reduced','yes'),(38293,1017,'_new_order_email_sent','true'),(38294,1017,'_edit_lock','1645639371:2'),(38295,1017,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074878\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"05db72eefdfaf85d47524bed9de0edd5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074889\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"909eb7619bb238a65fb59f0513a3fd82\";}}'),(38296,1017,'_edit_last','2'),(38297,1017,'_date_completed','1645639448'),(38298,1017,'_completed_date','2022-02-23 18:04:08'),(38299,1016,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074867\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"38ba9071cc690a2374e5b00baa6c5b2f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074856\";s:12:\"date_shipped\";i:1645639541;s:11:\"tracking_id\";s:32:\"a5679bf8947cb3d22d26e7fffab242ba\";}}'),(38300,1016,'_date_completed','1645639544'),(38301,1016,'_completed_date','2022-02-23 18:05:44'),(38302,1014,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074834\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"b58877fde0fff99dac5a555646feefeb\";}}'),(38303,1014,'_date_completed','1645639628'),(38304,1014,'_completed_date','2022-02-23 18:07:08'),(38305,1015,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074823\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"9afc6a453980483294c496e3daf60f1c\";}}'),(38306,1015,'_date_completed','1645639663'),(38307,1015,'_completed_date','2022-02-23 18:07:43'),(38308,1011,'_edit_lock','1645639637:2'),(38309,1009,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074466\";s:12:\"date_shipped\";s:10:\"1645142400\";s:11:\"tracking_id\";s:32:\"07a490e0818d6445d27be54096fc54ce\";}}'),(38310,1009,'_date_completed','1645639751'),(38311,1009,'_completed_date','2022-02-23 18:09:11'),(38312,1011,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953074558\";s:12:\"date_shipped\";s:10:\"1645401600\";s:11:\"tracking_id\";s:32:\"f8815085467eda8f6a1195e08b10ae96\";}}'),(38313,1011,'_edit_last','2'),(38314,1011,'_date_completed','1645639771'),(38315,1011,'_completed_date','2022-02-23 18:09:31'),(38316,1019,'_order_key','wc_order_UzsA76RJlFAdw'),(38317,1019,'_customer_user','66'),(38318,1019,'_payment_method','paypal'),(38319,1019,'_payment_method_title','PayPal'),(38320,1019,'_customer_ip_address','69.250.30.77'),(38321,1019,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38322,1019,'_created_via','checkout'),(38323,1019,'_cart_hash','945a51ba60d5347a035551984463febc'),(38324,1019,'_billing_first_name','Mark'),(38325,1019,'_billing_last_name','Dent'),(38326,1019,'_billing_company','Lice Clinics of Maryland'),(38327,1019,'_billing_address_1','801 W 33rd Street'),(38328,1019,'_billing_city','BAltimore'),(38329,1019,'_billing_state','MD'),(38330,1019,'_billing_postcode','21211'),(38331,1019,'_billing_country','US'),(38332,1019,'_billing_email','info@liceclinicsofmaryland.com'),(38333,1019,'_billing_phone','4438349991'),(38334,1019,'_shipping_first_name','Dawn'),(38335,1019,'_shipping_last_name','Mumaw'),(38336,1019,'_shipping_company','LCA Baltimore'),(38337,1019,'_shipping_address_1','604 Providence Road'),(38338,1019,'_shipping_city','Towson'),(38339,1019,'_shipping_state','MD'),(38340,1019,'_shipping_postcode','21286'),(38341,1019,'_shipping_country','US'),(38342,1019,'_order_currency','USD'),(38343,1019,'_cart_discount','0'),(38344,1019,'_cart_discount_tax','0'),(38345,1019,'_order_shipping','56.43'),(38346,1019,'_order_shipping_tax','0'),(38347,1019,'_order_tax','0'),(38348,1019,'_order_total','806.67'),(38349,1019,'_order_version','6.2.0'),(38350,1019,'_prices_include_tax','no'),(38351,1019,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(38352,1019,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(38353,1019,'is_vat_exempt','no'),(38354,1019,'Payment type','instant'),(38355,1019,'_transaction_id','29S66960HE5035636'),(38356,1019,'_paypal_status','completed'),(38357,1019,'PayPal Transaction Fee','28.64'),(38358,1019,'_date_paid','1645640066'),(38359,1019,'_paid_date','2022-02-23 18:14:26'),(38360,1019,'_download_permissions_granted','yes'),(38361,1019,'_recorded_sales','yes'),(38362,1019,'_recorded_coupon_usage_counts','yes'),(38363,1019,'_order_stock_reduced','yes'),(38364,1019,'_new_order_email_sent','true'),(38365,1020,'_order_key','wc_order_DzTJlBxUwCSeF'),(38366,1020,'_customer_user','5'),(38367,1020,'_payment_method','paypal'),(38368,1020,'_payment_method_title','PayPal'),(38369,1020,'_customer_ip_address','73.11.93.174'),(38370,1020,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38371,1020,'_created_via','checkout'),(38372,1020,'_cart_hash','7940ee51307c52bb7020c5a4c0d7cb8f'),(38373,1020,'_billing_first_name','Mark'),(38374,1020,'_billing_last_name','Meyer'),(38375,1020,'_billing_company','lice clinics of america- portland'),(38376,1020,'_billing_address_1','5201 SW Westgate Dr suite 106'),(38377,1020,'_billing_address_2','106'),(38378,1020,'_billing_city','portland'),(38379,1020,'_billing_state','OR'),(38380,1020,'_billing_postcode','97221'),(38381,1020,'_billing_country','US'),(38382,1020,'_billing_email','mark@nwliceclinics.com'),(38383,1020,'_billing_phone','5034040475'),(38384,1020,'_shipping_first_name','Shawnde'),(38385,1020,'_shipping_last_name','Russell'),(38386,1020,'_shipping_company','Lice Clinics Of America'),(38387,1020,'_shipping_address_1','1444 NW College Way Suite 6'),(38388,1020,'_shipping_address_2','Suite 6'),(38389,1020,'_shipping_city','Bend'),(38390,1020,'_shipping_state','OR'),(38391,1020,'_shipping_postcode','97703'),(38392,1020,'_shipping_country','US'),(38393,1020,'_order_currency','USD'),(38394,1020,'_cart_discount','0'),(38395,1020,'_cart_discount_tax','0'),(38396,1020,'_order_shipping','23.69'),(38397,1020,'_order_shipping_tax','0'),(38398,1020,'_order_tax','0'),(38399,1020,'_order_total','160.37'),(38400,1020,'_order_version','6.2.0'),(38401,1020,'_prices_include_tax','no'),(38402,1020,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(38403,1020,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(38404,1020,'is_vat_exempt','no'),(38405,1020,'Payment type','instant'),(38406,1020,'_transaction_id','1L695259J29455114'),(38407,1020,'_paypal_status','completed'),(38408,1020,'PayPal Transaction Fee','6.09'),(38409,1020,'_date_paid','1645643277'),(38410,1020,'_paid_date','2022-02-23 19:07:57'),(38411,1020,'_download_permissions_granted','yes'),(38412,1020,'_recorded_sales','yes'),(38413,1020,'_recorded_coupon_usage_counts','yes'),(38414,1020,'_order_stock_reduced','yes'),(38415,1020,'_new_order_email_sent','true'),(38416,1021,'_order_key','wc_order_oHYJq0jlC5EQx'),(38417,1021,'_customer_user','64'),(38418,1021,'_payment_method','paypal'),(38419,1021,'_payment_method_title','PayPal'),(38420,1021,'_customer_ip_address','72.130.2.72'),(38421,1021,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38422,1021,'_created_via','checkout'),(38423,1021,'_cart_hash','b8aca15c42bcde57c5244ce4a19e876e'),(38424,1021,'_billing_first_name','Barrie'),(38425,1021,'_billing_last_name','Desmond'),(38426,1021,'_billing_address_1','50 ALAHELE PL'),(38427,1021,'_billing_city','Kihei'),(38428,1021,'_billing_state','HI'),(38429,1021,'_billing_postcode','96753-7809'),(38430,1021,'_billing_country','US'),(38431,1021,'_billing_email','info@liceclinicshawaii.com'),(38432,1021,'_billing_phone','8082834247'),(38433,1021,'_shipping_first_name','Barrie'),(38434,1021,'_shipping_last_name','Desmond'),(38435,1021,'_shipping_address_1','50 ALAHELE PL'),(38436,1021,'_shipping_city','Kihei'),(38437,1021,'_shipping_state','HI'),(38438,1021,'_shipping_postcode','96753-7809'),(38439,1021,'_shipping_country','US'),(38440,1021,'_order_currency','USD'),(38441,1021,'_cart_discount','0'),(38442,1021,'_cart_discount_tax','0'),(38443,1021,'_order_shipping','408.28'),(38444,1021,'_order_shipping_tax','0'),(38445,1021,'_order_tax','0'),(38446,1021,'_order_total','727.50'),(38447,1021,'_order_version','6.2.0'),(38448,1021,'_prices_include_tax','no'),(38449,1021,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(38450,1021,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(38451,1021,'is_vat_exempt','no'),(38452,1021,'acfw_shipping_discount_recalc','yes'),(38453,1021,'_edit_lock','1645803980:2'),(38454,1021,'_edit_last','2'),(38455,1021,'_recorded_coupon_usage_counts','yes'),(38456,515,'_used_by','64'),(38457,1019,'_edit_lock','1645649896:2'),(38458,1020,'_edit_lock','1645650192:2'),(38459,1019,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075039\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"9713df0d7ed67fa378c93d8950d15115\";}}'),(38460,1019,'_edit_last','2'),(38461,1019,'_date_completed','1645649961'),(38462,1019,'_completed_date','2022-02-23 20:59:21'),(38463,1020,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075040\";s:12:\"date_shipped\";s:10:\"1645574400\";s:11:\"tracking_id\";s:32:\"e628492f0e5c25403206f05498f1c2dd\";}}'),(38464,1020,'_edit_last','2'),(38465,1020,'_date_completed','1645650101'),(38466,1020,'_completed_date','2022-02-23 21:01:41'),(38467,1021,'Payment type','instant'),(38468,1021,'_transaction_id','2HD3474229231202P'),(38469,1021,'_paypal_status','completed'),(38470,1021,'PayPal Transaction Fee','25.88'),(38471,1021,'_date_paid','1645650150'),(38472,1021,'_paid_date','2022-02-23 21:02:30'),(38473,1021,'_download_permissions_granted','yes'),(38474,1021,'_recorded_sales','yes'),(38475,1021,'_order_stock_reduced','yes'),(38476,1021,'_new_order_email_sent','true'),(38477,1022,'_order_key','wc_order_9mNo9KQVEvgSu'),(38478,1022,'_customer_user','36'),(38479,1022,'_payment_method','paypal'),(38480,1022,'_payment_method_title','PayPal'),(38481,1022,'_customer_ip_address','99.122.115.15'),(38482,1022,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(38483,1022,'_created_via','checkout'),(38484,1022,'_cart_hash','7291fc96fb169866af1b8dd1c4b643b5'),(38485,1022,'_billing_first_name','Melanie'),(38486,1022,'_billing_last_name','Sherman'),(38487,1022,'_billing_company','Lice Clinics of Bakersfield'),(38488,1022,'_billing_address_1','2920 F ST'),(38489,1022,'_billing_address_2','G-9'),(38490,1022,'_billing_city','Bakersfield'),(38491,1022,'_billing_state','CA'),(38492,1022,'_billing_postcode','93301'),(38493,1022,'_billing_country','US'),(38494,1022,'_billing_email','2920lca@gmail.com'),(38495,1022,'_billing_phone','661-616-8900'),(38496,1022,'_shipping_first_name','Melanie'),(38497,1022,'_shipping_last_name','Sherman'),(38498,1022,'_shipping_company','Lice Clinics of Bakersfield'),(38499,1022,'_shipping_address_1','2920 F ST'),(38500,1022,'_shipping_address_2','G-9'),(38501,1022,'_shipping_city','Bakersfield'),(38502,1022,'_shipping_state','CA'),(38503,1022,'_shipping_postcode','93301'),(38504,1022,'_shipping_country','US'),(38505,1022,'_order_currency','USD'),(38506,1022,'_cart_discount','0'),(38507,1022,'_cart_discount_tax','0'),(38508,1022,'_order_shipping','20.51'),(38509,1022,'_order_shipping_tax','0'),(38510,1022,'_order_tax','0'),(38511,1022,'_order_total','286.43'),(38512,1022,'_order_version','6.2.0'),(38513,1022,'_prices_include_tax','no'),(38514,1022,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(38515,1022,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(38516,1022,'is_vat_exempt','no'),(38517,1022,'Payment type','instant'),(38518,1022,'_transaction_id','7TM545802G9426323'),(38519,1022,'_paypal_status','completed'),(38520,1022,'PayPal Transaction Fee','10.49'),(38521,1022,'_date_paid','1645656524'),(38522,1022,'_paid_date','2022-02-23 22:48:44'),(38523,1022,'_download_permissions_granted','yes'),(38524,1022,'_recorded_sales','yes'),(38525,1022,'_recorded_coupon_usage_counts','yes'),(38526,1022,'_order_stock_reduced','yes'),(38527,1022,'_new_order_email_sent','true'),(38528,1023,'_order_key','wc_order_fBPCRusIwNrWk'),(38529,1023,'_customer_user','36'),(38530,1023,'_payment_method','paypal'),(38531,1023,'_payment_method_title','PayPal'),(38532,1023,'_customer_ip_address','99.122.115.15'),(38533,1023,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(38534,1023,'_created_via','checkout'),(38535,1023,'_cart_hash','fe3716f317d51971363902a7b5a06c64'),(38536,1023,'_billing_first_name','Melanie'),(38537,1023,'_billing_last_name','Sherman'),(38538,1023,'_billing_company','Lice Clinics of Bakersfield'),(38539,1023,'_billing_address_1','2920 F ST'),(38540,1023,'_billing_address_2','G-9'),(38541,1023,'_billing_city','Bakersfield'),(38542,1023,'_billing_state','CA'),(38543,1023,'_billing_postcode','93301'),(38544,1023,'_billing_country','US'),(38545,1023,'_billing_email','2920lca@gmail.com'),(38546,1023,'_billing_phone','661-616-8900'),(38547,1023,'_shipping_first_name','Melanie'),(38548,1023,'_shipping_last_name','Sherman'),(38549,1023,'_shipping_company','Lice Clinics of Bakersfield'),(38550,1023,'_shipping_address_1','2920 F ST'),(38551,1023,'_shipping_address_2','G-9'),(38552,1023,'_shipping_city','Bakersfield'),(38553,1023,'_shipping_state','CA'),(38554,1023,'_shipping_postcode','93301'),(38555,1023,'_shipping_country','US'),(38556,1023,'_order_currency','USD'),(38557,1023,'_cart_discount','0'),(38558,1023,'_cart_discount_tax','0'),(38559,1023,'_order_shipping','26.84'),(38560,1023,'_order_shipping_tax','0'),(38561,1023,'_order_tax','0'),(38562,1023,'_order_total','26.84'),(38563,1023,'_order_version','6.2.0'),(38564,1023,'_prices_include_tax','no'),(38565,1023,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(38566,1023,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(38567,1023,'is_vat_exempt','no'),(38568,1024,'_order_key','wc_order_2IfM65xw7jpzX'),(38569,1024,'_customer_user','57'),(38570,1024,'_payment_method','paypal'),(38571,1024,'_payment_method_title','PayPal'),(38572,1024,'_customer_ip_address','107.203.54.57'),(38573,1024,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.43'),(38574,1024,'_created_via','checkout'),(38575,1024,'_cart_hash','178f5773260f5c77093537728f07cfd8'),(38576,1024,'_billing_first_name','Heather'),(38577,1024,'_billing_last_name','Purtle'),(38578,1024,'_billing_address_1','1 Creekview Ct'),(38579,1024,'_billing_address_2','Ste C'),(38580,1024,'_billing_city','Greenville'),(38581,1024,'_billing_state','SC'),(38582,1024,'_billing_postcode','29615'),(38583,1024,'_billing_country','US'),(38584,1024,'_billing_email','info@liceclinicsupstatesc.com'),(38585,1024,'_billing_phone','8643604388'),(38586,1024,'_shipping_first_name','Heather'),(38587,1024,'_shipping_last_name','Purtle'),(38588,1024,'_shipping_company','LCA Greenville'),(38589,1024,'_shipping_address_1','1 Creekview Court'),(38590,1024,'_shipping_address_2','Suite C'),(38591,1024,'_shipping_city','Greenville'),(38592,1024,'_shipping_state','SC'),(38593,1024,'_shipping_postcode','29615'),(38594,1024,'_shipping_country','US'),(38595,1024,'_order_currency','USD'),(38596,1024,'_cart_discount','0'),(38597,1024,'_cart_discount_tax','0'),(38598,1024,'_order_shipping','15.39'),(38599,1024,'_order_shipping_tax','0'),(38600,1024,'_order_tax','0'),(38601,1024,'_order_total','94.59'),(38602,1024,'_order_version','6.3.1'),(38603,1024,'_prices_include_tax','no'),(38604,1024,'_billing_address_index','Heather Purtle  1 Creekview Ct Ste C Greenville SC 29615 US info@liceclinicsupstatesc.com 8643604388'),(38605,1024,'_shipping_address_index','Heather Purtle LCA Greenville 1 Creekview Court Suite C Greenville SC 29615 US '),(38606,1024,'is_vat_exempt','no'),(38607,1025,'_order_key','wc_order_tjp9qrFCPcIUZ'),(38608,1025,'_customer_user','80'),(38609,1025,'_payment_method','paypal'),(38610,1025,'_payment_method_title','PayPal'),(38611,1025,'_customer_ip_address','71.224.201.32'),(38612,1025,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0'),(38613,1025,'_created_via','checkout'),(38614,1025,'_cart_hash','a501858e3e1e62529ce0d82885190b88'),(38615,1025,'_billing_first_name','Sharon'),(38616,1025,'_billing_last_name','Rizzuto'),(38617,1025,'_billing_address_1','143 Merion Ave'),(38618,1025,'_billing_city','Narberth'),(38619,1025,'_billing_state','PA'),(38620,1025,'_billing_postcode','19072'),(38621,1025,'_billing_country','US'),(38622,1025,'_billing_email','liceclinicphilly@gmail.com'),(38623,1025,'_billing_phone','2155141903'),(38624,1025,'_shipping_first_name','Sharon'),(38625,1025,'_shipping_last_name','Rizzuto'),(38626,1025,'_shipping_company','LCA Philly'),(38627,1025,'_shipping_address_1','1982 Butler pike'),(38628,1025,'_shipping_address_2','#4'),(38629,1025,'_shipping_city','Conshohocken'),(38630,1025,'_shipping_state','PA'),(38631,1025,'_shipping_postcode','19428'),(38632,1025,'_shipping_country','US'),(38633,1025,'_order_currency','USD'),(38634,1025,'_cart_discount','0'),(38635,1025,'_cart_discount_tax','0'),(38636,1025,'_order_shipping','19.89'),(38637,1025,'_order_shipping_tax','0'),(38638,1025,'_order_tax','0'),(38639,1025,'_order_total','19.89'),(38640,1025,'_order_version','6.2.1'),(38641,1025,'_prices_include_tax','no'),(38642,1025,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(38643,1025,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US '),(38644,1025,'is_vat_exempt','no'),(38645,1026,'_order_key','wc_order_WHwGEi6HikNrV'),(38646,1026,'_customer_user','83'),(38647,1026,'_payment_method','paypal'),(38648,1026,'_payment_method_title','PayPal'),(38649,1026,'_customer_ip_address','71.211.140.8'),(38650,1026,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36'),(38651,1026,'_created_via','checkout'),(38652,1026,'_cart_hash','80b98e2d51e703a8df89766e84a5e995'),(38653,1026,'_billing_first_name','Tanya'),(38654,1026,'_billing_last_name','LLC'),(38655,1026,'_billing_address_1','4248 McMurry Ave'),(38656,1026,'_billing_city','Fort Collins'),(38657,1026,'_billing_state','CO'),(38658,1026,'_billing_postcode','80525'),(38659,1026,'_billing_country','US'),(38660,1026,'_billing_email','info@liceclinicsnortherncolorado.com'),(38661,1026,'_billing_phone','9702338787'),(38662,1026,'_shipping_first_name','Lice Clinics'),(38663,1026,'_shipping_last_name','America'),(38664,1026,'_shipping_company','Lice Clinics of America Longmont'),(38665,1026,'_shipping_address_1','421 21st Ave, Suite 210'),(38666,1026,'_shipping_city','Longmont'),(38667,1026,'_shipping_state','CO'),(38668,1026,'_shipping_postcode','80501'),(38669,1026,'_shipping_country','US'),(38670,1026,'_order_currency','USD'),(38671,1026,'_cart_discount','0'),(38672,1026,'_cart_discount_tax','0'),(38673,1026,'_order_shipping','23.78'),(38674,1026,'_order_shipping_tax','0'),(38675,1026,'_order_tax','0'),(38676,1026,'_order_total','66.02'),(38677,1026,'_order_version','6.2.1'),(38678,1026,'_prices_include_tax','no'),(38679,1026,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(38680,1026,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(38681,1026,'is_vat_exempt','no'),(38682,1026,'_edit_lock','1645830518:2'),(38683,1023,'_edit_lock','1645816635:2'),(38684,1026,'_edit_last','2'),(38685,1026,'_recorded_coupon_usage_counts','yes'),(38686,1023,'_edit_last','2'),(38687,1023,'_recorded_coupon_usage_counts','yes'),(38688,1022,'_edit_lock','1645803926:2'),(38689,1022,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075131\";s:12:\"date_shipped\";s:10:\"1645660800\";s:11:\"tracking_id\";s:32:\"cfada00b69ccffc8874b9fd9f0897043\";}}'),(38690,1022,'_edit_last','2'),(38691,1022,'_date_completed','1645804030'),(38692,1022,'_completed_date','2022-02-25 15:47:10'),(38693,1021,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075120\";s:12:\"date_shipped\";s:10:\"1645660800\";s:11:\"tracking_id\";s:32:\"e2efdbeecb53d9cb5fb04a801f965605\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075110\";s:12:\"date_shipped\";s:10:\"1645660800\";s:11:\"tracking_id\";s:32:\"25014603af97d1bbf845b94bbf9d34e0\";}}'),(38694,1021,'_date_completed','1645804114'),(38695,1021,'_completed_date','2022-02-25 15:48:34'),(38696,1023,'Payment type','instant'),(38697,1023,'_transaction_id','6HL033886L3879432'),(38698,1023,'_paypal_status','completed'),(38699,1023,'PayPal Transaction Fee','1.43'),(38700,1023,'_date_paid','1645805384'),(38701,1023,'_paid_date','2022-02-25 16:09:44'),(38702,1023,'_download_permissions_granted','yes'),(38703,1023,'_recorded_sales','yes'),(38704,1023,'_order_stock_reduced','yes'),(38705,1023,'_new_order_email_sent','true'),(38706,1027,'_order_key','wc_order_t926NZ8xlSBHs'),(38707,1027,'_customer_user','38'),(38708,1027,'_payment_method','paypal'),(38709,1027,'_payment_method_title','PayPal'),(38710,1027,'_customer_ip_address','71.196.158.134'),(38711,1027,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50'),(38712,1027,'_created_via','checkout'),(38713,1027,'_cart_hash','3dbf3704ef810aab94cfa4038d95d6da'),(38714,1027,'_billing_first_name','Tami'),(38715,1027,'_billing_last_name','Mantia'),(38716,1027,'_billing_company','Lice Solutions'),(38717,1027,'_billing_address_1','636 Ruby Trust Way'),(38718,1027,'_billing_city','Castle Rock'),(38719,1027,'_billing_state','CO'),(38720,1027,'_billing_postcode','80108'),(38721,1027,'_billing_country','US'),(38722,1027,'_billing_email','tamimantia@gmail.com'),(38723,1027,'_billing_phone','3033196924'),(38724,1027,'_shipping_first_name','Melissa'),(38725,1027,'_shipping_last_name','Mantia'),(38726,1027,'_shipping_company','LCA North Pittsburgh'),(38727,1027,'_shipping_address_1','2213 Temperance Drive'),(38728,1027,'_shipping_city','Pittsburgh'),(38729,1027,'_shipping_state','PA'),(38730,1027,'_shipping_postcode','15237'),(38731,1027,'_shipping_country','US'),(38732,1027,'_order_currency','USD'),(38733,1027,'_cart_discount','0'),(38734,1027,'_cart_discount_tax','0'),(38735,1027,'_order_shipping','15.24'),(38736,1027,'_order_shipping_tax','0'),(38737,1027,'_order_tax','0'),(38738,1027,'_order_total','281.16'),(38739,1027,'_order_version','6.2.1'),(38740,1027,'_prices_include_tax','no'),(38741,1027,'_billing_address_index','Tami Mantia Lice Solutions 636 Ruby Trust Way  Castle Rock CO 80108 US tamimantia@gmail.com 3033196924');
INSERT INTO `wp_postmeta` VALUES (38742,1027,'_shipping_address_index','Melissa Mantia LCA North Pittsburgh 2213 Temperance Drive  Pittsburgh PA 15237 US '),(38743,1027,'is_vat_exempt','no'),(38744,1027,'Payment type','instant'),(38745,1027,'_transaction_id','3T207973F63904720'),(38746,1027,'_paypal_status','completed'),(38747,1027,'PayPal Transaction Fee','10.30'),(38748,1027,'_date_paid','1645809032'),(38749,1027,'_paid_date','2022-02-25 17:10:32'),(38750,1027,'_download_permissions_granted','yes'),(38751,1027,'_recorded_sales','yes'),(38752,1027,'_recorded_coupon_usage_counts','yes'),(38753,1027,'_order_stock_reduced','yes'),(38754,1027,'_new_order_email_sent','true'),(38755,1023,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075278\";s:12:\"date_shipped\";s:10:\"1645747200\";s:11:\"tracking_id\";s:32:\"63d6f7f71f097a1f00af02335d6e2113\";}}'),(38756,1023,'_date_completed','1645816763'),(38757,1023,'_completed_date','2022-02-25 19:19:23'),(38758,1024,'_edit_lock','1647533896:2'),(38759,1025,'_edit_lock','1646154074:2'),(38760,1024,'_edit_last','2'),(38761,1024,'_recorded_coupon_usage_counts','yes'),(38762,1025,'_edit_last','2'),(38763,1025,'_recorded_coupon_usage_counts','yes'),(38764,1026,'Payment type','instant'),(38765,1026,'_transaction_id','2PG51632S7822745T'),(38766,1026,'_paypal_status','completed'),(38767,1026,'PayPal Transaction Fee','2.79'),(38768,1026,'_date_paid','1645818366'),(38769,1026,'_paid_date','2022-02-25 19:46:06'),(38770,1026,'_download_permissions_granted','yes'),(38771,1026,'_recorded_sales','yes'),(38772,1026,'_order_stock_reduced','yes'),(38773,1026,'_new_order_email_sent','true'),(38774,1026,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075337\";s:12:\"date_shipped\";s:10:\"1645747200\";s:11:\"tracking_id\";s:32:\"c14fc507b8d56502ac1c01f2fbde287b\";}}'),(38775,1026,'_date_completed','1645830552'),(38776,1026,'_completed_date','2022-02-25 23:09:12'),(38777,1027,'_edit_lock','1645830520:2'),(38778,1027,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075289\";s:12:\"date_shipped\";s:10:\"1645747200\";s:11:\"tracking_id\";s:32:\"e45914f96a8be9cbae094d2716706afa\";}}'),(38779,1027,'_edit_last','2'),(38780,1027,'_date_completed','1645830575'),(38781,1027,'_completed_date','2022-02-25 23:09:35'),(38782,1028,'_order_key','wc_order_B9cnbEW8dsaOw'),(38783,1028,'_customer_user','6'),(38784,1028,'_payment_method','paypal'),(38785,1028,'_payment_method_title','PayPal'),(38786,1028,'_customer_ip_address','73.235.108.240'),(38787,1028,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38788,1028,'_created_via','checkout'),(38789,1028,'_cart_hash','48b0d57a825094c9237222d07930a674'),(38790,1028,'_billing_first_name','Amira'),(38791,1028,'_billing_last_name','Purto'),(38792,1028,'_billing_address_1','2628 Acapulco Way'),(38793,1028,'_billing_city','Modesto'),(38794,1028,'_billing_state','CA'),(38795,1028,'_billing_postcode','95355'),(38796,1028,'_billing_country','US'),(38797,1028,'_billing_email','amira77@sbcglobal.net'),(38798,1028,'_billing_phone','2096422061'),(38799,1028,'_shipping_first_name','Amira'),(38800,1028,'_shipping_last_name','Purto'),(38801,1028,'_shipping_address_1','2628 Acapulco Way'),(38802,1028,'_shipping_city','Modesto'),(38803,1028,'_shipping_state','CA'),(38804,1028,'_shipping_postcode','95355'),(38805,1028,'_shipping_country','US'),(38806,1028,'_order_currency','USD'),(38807,1028,'_cart_discount','0'),(38808,1028,'_cart_discount_tax','0'),(38809,1028,'_order_shipping','0'),(38810,1028,'_order_shipping_tax','0'),(38811,1028,'_order_tax','0'),(38812,1028,'_order_total','501.04'),(38813,1028,'_order_version','6.2.1'),(38814,1028,'_prices_include_tax','no'),(38815,1028,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(38816,1028,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(38817,1028,'is_vat_exempt','no'),(38818,1028,'Payment type','instant'),(38819,1028,'_transaction_id','7D643638B57714252'),(38820,1028,'_paypal_status','completed'),(38821,1028,'PayPal Transaction Fee','17.98'),(38822,1028,'_date_paid','1645916867'),(38823,1028,'_paid_date','2022-02-26 23:07:47'),(38824,1028,'_download_permissions_granted','yes'),(38825,1028,'_recorded_sales','yes'),(38826,1028,'_recorded_coupon_usage_counts','yes'),(38827,1028,'_order_stock_reduced','yes'),(38828,1028,'_new_order_email_sent','true'),(38829,1029,'_order_key','wc_order_DbwaCiKwjdL8l'),(38830,1029,'_customer_user','78'),(38831,1029,'_payment_method','paypal'),(38832,1029,'_payment_method_title','PayPal'),(38833,1029,'_customer_ip_address','71.125.224.80'),(38834,1029,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1'),(38835,1029,'_created_via','checkout'),(38836,1029,'_cart_hash','8dd03652fbdabd4c8099ec464bc607c2'),(38837,1029,'_billing_first_name','Richard'),(38838,1029,'_billing_last_name','Florsheim'),(38839,1029,'_billing_company','Licura'),(38840,1029,'_billing_address_1','3827 w fairway heights dr'),(38841,1029,'_billing_city','Mequon'),(38842,1029,'_billing_state','WI'),(38843,1029,'_billing_postcode','53092'),(38844,1029,'_billing_country','US'),(38845,1029,'_billing_email','tara@liceclinicslongIsland.com'),(38846,1029,'_billing_phone','5619006382'),(38847,1029,'_shipping_first_name','Tara'),(38848,1029,'_shipping_last_name','Johnson'),(38849,1029,'_shipping_company','LCA'),(38850,1029,'_shipping_address_1','2330 Faye ct'),(38851,1029,'_shipping_city','Merrick'),(38852,1029,'_shipping_state','NY'),(38853,1029,'_shipping_postcode','11566'),(38854,1029,'_shipping_country','US'),(38855,1029,'_order_currency','USD'),(38856,1029,'_cart_discount','0'),(38857,1029,'_cart_discount_tax','0'),(38858,1029,'_order_shipping','16.25'),(38859,1029,'_order_shipping_tax','0'),(38860,1029,'_order_tax','0'),(38861,1029,'_order_total','16.25'),(38862,1029,'_order_version','6.2.1'),(38863,1029,'_prices_include_tax','no'),(38864,1029,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(38865,1029,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(38866,1029,'is_vat_exempt','no'),(38867,1029,'_edit_lock','1646090302:2'),(38868,1029,'_edit_last','2'),(38869,1029,'_recorded_coupon_usage_counts','yes'),(38870,1029,'Payment type','instant'),(38871,1029,'_transaction_id','3UA22551TG871523L'),(38872,1029,'_paypal_status','completed'),(38873,1029,'PayPal Transaction Fee','1.06'),(38874,1029,'_date_paid','1646064092'),(38875,1029,'_paid_date','2022-02-28 16:01:32'),(38876,1029,'_download_permissions_granted','yes'),(38877,1029,'_recorded_sales','yes'),(38878,1029,'_order_stock_reduced','yes'),(38879,1029,'_new_order_email_sent','true'),(38880,1028,'_edit_lock','1646090301:2'),(38881,1029,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075462\";s:12:\"date_shipped\";s:10:\"1646006400\";s:11:\"tracking_id\";s:32:\"6bb92d4e2fefe388c4c3d503d67f42dc\";}}'),(38882,1029,'_date_completed','1646090347'),(38883,1029,'_completed_date','2022-02-28 23:19:07'),(38884,1028,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075418\";s:12:\"date_shipped\";s:10:\"1646006400\";s:11:\"tracking_id\";s:32:\"81f877a497fc8c70d02ec5d6084bcec6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075407\";s:12:\"date_shipped\";i:1646090429;s:11:\"tracking_id\";s:32:\"d33df3cd4c134e26c5eafef18745eabb\";}}'),(38885,1028,'_edit_last','2'),(38886,1028,'_date_completed','1646090435'),(38887,1028,'_completed_date','2022-02-28 23:20:35'),(38895,1025,'Payment type','instant'),(38896,1025,'_transaction_id','5BP26187F9894760E'),(38897,1025,'_paypal_status','completed'),(38898,1025,'PayPal Transaction Fee','1.18'),(38899,1025,'_date_paid','1646135703'),(38900,1025,'_paid_date','2022-03-01 11:55:03'),(38901,1025,'_download_permissions_granted','yes'),(38902,1025,'_recorded_sales','yes'),(38903,1025,'_order_stock_reduced','yes'),(38904,1025,'_new_order_email_sent','true'),(38905,1030,'_order_key','wc_order_LzeFVUDjj657Q'),(38906,1030,'_customer_user','4'),(38907,1030,'_payment_method','paypal'),(38908,1030,'_payment_method_title','PayPal'),(38909,1030,'_customer_ip_address','174.52.110.36'),(38910,1030,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36'),(38911,1030,'_created_via','checkout'),(38912,1030,'_cart_hash','5a461ed030e50dd091b29bf7adca21db'),(38913,1030,'_billing_first_name','David'),(38914,1030,'_billing_last_name','Washburn'),(38915,1030,'_billing_company','Larada Sciences'),(38916,1030,'_billing_address_1','154 East Myrtle Ave.'),(38917,1030,'_billing_address_2','Ste. #101'),(38918,1030,'_billing_city','Murray'),(38919,1030,'_billing_state','UT'),(38920,1030,'_billing_postcode','84107'),(38921,1030,'_billing_country','US'),(38922,1030,'_billing_email','david@laradasciences.com'),(38923,1030,'_billing_phone','8019197428'),(38924,1030,'_shipping_first_name','David'),(38925,1030,'_shipping_last_name','Washburn'),(38926,1030,'_shipping_company','Larada Sciences'),(38927,1030,'_shipping_address_1','154 East Myrtle Ave.'),(38928,1030,'_shipping_address_2','Ste. #101'),(38929,1030,'_shipping_city','Murray'),(38930,1030,'_shipping_state','UT'),(38931,1030,'_shipping_postcode','84107'),(38932,1030,'_shipping_country','US'),(38933,1030,'_order_currency','USD'),(38934,1030,'_cart_discount','0'),(38935,1030,'_cart_discount_tax','0'),(38936,1030,'_order_shipping','0'),(38937,1030,'_order_shipping_tax','0'),(38938,1030,'_order_tax','0'),(38939,1030,'_order_total','1215.76'),(38940,1030,'_order_version','6.2.1'),(38941,1030,'_prices_include_tax','no'),(38942,1030,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(38943,1030,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(38944,1030,'is_vat_exempt','no'),(38945,1031,'_order_key','wc_order_SJD9WmzqVvJ82'),(38946,1031,'_customer_user','73'),(38947,1031,'_payment_method','paypal'),(38948,1031,'_payment_method_title','PayPal'),(38949,1031,'_customer_ip_address','73.63.207.98'),(38950,1031,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38951,1031,'_created_via','checkout'),(38952,1031,'_cart_hash','112a911998e01d4793c2a4e73be8f25b'),(38953,1031,'_billing_first_name','Lice Clinics'),(38954,1031,'_billing_last_name','Castro Valley'),(38955,1031,'_billing_company','Lice Clinics of America - Castro Valley'),(38956,1031,'_billing_address_1','20406 Redwood Rd, Suite A'),(38957,1031,'_billing_city','Castro Valley'),(38958,1031,'_billing_state','CA'),(38959,1031,'_billing_postcode','94546'),(38960,1031,'_billing_country','US'),(38961,1031,'_billing_email','liceclinicscastrovalley@gmail.com'),(38962,1031,'_billing_phone','5106763272'),(38963,1031,'_shipping_first_name','Lice Clinics'),(38964,1031,'_shipping_last_name','Castro Valley'),(38965,1031,'_shipping_company','LCA - Castro Valley'),(38966,1031,'_shipping_address_1','31372 Mackinaw St'),(38967,1031,'_shipping_city','Union City'),(38968,1031,'_shipping_state','CA'),(38969,1031,'_shipping_postcode','94587'),(38970,1031,'_shipping_country','US'),(38971,1031,'_order_currency','USD'),(38972,1031,'_cart_discount','0'),(38973,1031,'_cart_discount_tax','0'),(38974,1031,'_order_shipping','0'),(38975,1031,'_order_shipping_tax','0'),(38976,1031,'_order_tax','0'),(38977,1031,'_order_total','635.20'),(38978,1031,'_order_version','6.2.1'),(38979,1031,'_prices_include_tax','no'),(38980,1031,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(38981,1031,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(38982,1031,'is_vat_exempt','no'),(38983,1030,'_edit_lock','1646755740:2'),(38984,1030,'_edit_last','2'),(38985,1030,'_recorded_coupon_usage_counts','yes'),(38986,1025,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075679\";s:12:\"date_shipped\";s:10:\"1646092800\";s:11:\"tracking_id\";s:32:\"21f34dc3d320d7cfea87a53643f21b58\";}}'),(38987,1025,'_date_completed','1646154170'),(38988,1025,'_completed_date','2022-03-01 17:02:50'),(38989,1032,'_order_key','wc_order_jPeEebe1MkeVM'),(38990,1032,'_customer_user','0'),(38991,1032,'_payment_method','paypal'),(38992,1032,'_payment_method_title','PayPal'),(38993,1032,'_customer_ip_address','136.49.57.192'),(38994,1032,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(38995,1032,'_created_via','checkout'),(38996,1032,'_cart_hash','7ed88aa4057f442172dd7313b5c40a9a'),(38997,1032,'_billing_first_name','Lee'),(38998,1032,'_billing_last_name','Rogers'),(38999,1032,'_billing_company','United States'),(39000,1032,'_billing_address_1','40 N Interstate 35'),(39001,1032,'_billing_address_2','APT 4B2'),(39002,1032,'_billing_city','Austin'),(39003,1032,'_billing_state','TX'),(39004,1032,'_billing_postcode','78701'),(39005,1032,'_billing_country','US'),(39006,1032,'_billing_email','leerogers@flash.net'),(39007,1032,'_billing_phone','316-727-9951'),(39008,1032,'_shipping_first_name','Kaitlin'),(39009,1032,'_shipping_last_name','Ryan'),(39010,1032,'_shipping_company','LCA Dublin'),(39011,1032,'_shipping_address_1','5910 Wilcox Place'),(39012,1032,'_shipping_address_2','Suite E'),(39013,1032,'_shipping_city','Dublin'),(39014,1032,'_shipping_state','OH'),(39015,1032,'_shipping_postcode','43016'),(39016,1032,'_shipping_country','US'),(39017,1032,'_order_currency','USD'),(39018,1032,'_cart_discount','0'),(39019,1032,'_cart_discount_tax','0'),(39020,1032,'_order_shipping','0'),(39021,1032,'_order_shipping_tax','0'),(39022,1032,'_order_tax','0'),(39023,1032,'_order_total','1394.96'),(39024,1032,'_order_version','6.2.1'),(39025,1032,'_prices_include_tax','no'),(39026,1032,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(39027,1032,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(39028,1032,'is_vat_exempt','no'),(39029,1032,'Payment type','instant'),(39030,1032,'_transaction_id','7FP23268YR9906338'),(39031,1032,'_paypal_status','completed'),(39032,1032,'PayPal Transaction Fee','49.17'),(39033,1032,'_date_paid','1646168879'),(39034,1032,'_paid_date','2022-03-01 21:07:59'),(39035,1032,'_download_permissions_granted','yes'),(39036,1032,'_recorded_sales','yes'),(39037,1032,'_recorded_coupon_usage_counts','yes'),(39038,1032,'_order_stock_reduced','yes'),(39039,1032,'_new_order_email_sent','true'),(39040,1031,'_edit_lock','1646324089:2'),(39041,1031,'_edit_last','2'),(39042,1031,'_recorded_coupon_usage_counts','yes'),(39044,1033,'_order_key','wc_order_PaTC5S0flReQ4'),(39045,1033,'_customer_user','11'),(39046,1033,'_payment_method','paypal'),(39047,1033,'_payment_method_title','PayPal'),(39048,1033,'_customer_ip_address','71.66.163.35'),(39049,1033,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39050,1033,'_created_via','checkout'),(39051,1033,'_cart_hash','752821dfcb2712ac26a14c31900fce23'),(39052,1033,'_billing_first_name','Tina'),(39053,1033,'_billing_last_name','Hunt'),(39054,1033,'_billing_company','LCBG, LLC'),(39055,1033,'_billing_address_1','830 Fairview Ave.'),(39056,1033,'_billing_address_2','Suite A-4'),(39057,1033,'_billing_city','Bowling Green'),(39058,1033,'_billing_state','KY'),(39059,1033,'_billing_postcode','42101'),(39060,1033,'_billing_country','US'),(39061,1033,'_billing_email','info@liceclinicsbowlinggreen.com'),(39062,1033,'_billing_phone','2709996803'),(39063,1033,'_shipping_first_name','Tina'),(39064,1033,'_shipping_last_name','Hunt'),(39065,1033,'_shipping_address_1','494 Hub Boulevard'),(39066,1033,'_shipping_address_2','Apt 1012'),(39067,1033,'_shipping_city','Bowling Green'),(39068,1033,'_shipping_state','KY'),(39069,1033,'_shipping_postcode','42101'),(39070,1033,'_shipping_country','US'),(39071,1033,'_order_currency','USD'),(39072,1033,'_cart_discount','0'),(39073,1033,'_cart_discount_tax','0'),(39074,1033,'_order_shipping','37.31'),(39075,1033,'_order_shipping_tax','0'),(39076,1033,'_order_tax','0'),(39077,1033,'_order_total','797.01'),(39078,1033,'_order_version','6.2.1'),(39079,1033,'_prices_include_tax','no'),(39080,1033,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(39081,1033,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(39082,1033,'is_vat_exempt','no'),(39083,1033,'Payment type','instant'),(39084,1033,'_transaction_id','628017740L7355007'),(39085,1033,'_paypal_status','completed'),(39086,1033,'PayPal Transaction Fee','28.31'),(39087,1033,'_date_paid','1646188091'),(39088,1033,'_paid_date','2022-03-02 02:28:11'),(39089,1033,'_download_permissions_granted','yes'),(39090,1033,'_recorded_sales','yes'),(39091,1033,'_recorded_coupon_usage_counts','yes'),(39092,1033,'_order_stock_reduced','yes'),(39093,1033,'_new_order_email_sent','true'),(39094,1034,'_order_key','wc_order_ylyiUokZxVNXa'),(39095,1034,'_customer_user','6'),(39096,1034,'_payment_method','paypal'),(39097,1034,'_payment_method_title','PayPal'),(39098,1034,'_customer_ip_address','76.20.84.214'),(39099,1034,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39100,1034,'_created_via','checkout'),(39101,1034,'_cart_hash','8584a746ef1e0ab7dc2688cf099c23f0'),(39102,1034,'_billing_first_name','Amira'),(39103,1034,'_billing_last_name','Purto'),(39104,1034,'_billing_address_1','2628 Acapulco Way'),(39105,1034,'_billing_city','Modesto'),(39106,1034,'_billing_state','CA'),(39107,1034,'_billing_postcode','95355'),(39108,1034,'_billing_country','US'),(39109,1034,'_billing_email','amira77@sbcglobal.net'),(39110,1034,'_billing_phone','2096422061'),(39111,1034,'_shipping_first_name','Amira'),(39112,1034,'_shipping_last_name','Purto'),(39113,1034,'_shipping_address_1','2628 Acapulco Way'),(39114,1034,'_shipping_city','Modesto'),(39115,1034,'_shipping_state','CA'),(39116,1034,'_shipping_postcode','95355'),(39117,1034,'_shipping_country','US'),(39118,1034,'_order_currency','USD'),(39119,1034,'_cart_discount','0'),(39120,1034,'_cart_discount_tax','0'),(39121,1034,'_order_shipping','0'),(39122,1034,'_order_shipping_tax','0'),(39123,1034,'_order_tax','0'),(39124,1034,'_order_total','996.12'),(39125,1034,'_order_version','6.2.1'),(39126,1034,'_prices_include_tax','no'),(39127,1034,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(39128,1034,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(39129,1034,'is_vat_exempt','no'),(39130,1034,'Payment type','instant'),(39131,1034,'_transaction_id','2J977208KJ651940X'),(39132,1034,'_paypal_status','completed'),(39133,1034,'PayPal Transaction Fee','35.25'),(39134,1034,'_date_paid','1646197793'),(39135,1034,'_paid_date','2022-03-02 05:09:53'),(39136,1034,'_download_permissions_granted','yes'),(39137,1034,'_recorded_sales','yes'),(39138,1034,'_recorded_coupon_usage_counts','yes'),(39139,1034,'_order_stock_reduced','yes'),(39140,1034,'_new_order_email_sent','true'),(39141,1031,'Payment type','instant'),(39142,1031,'_transaction_id','0YK65251XB756071R'),(39143,1031,'_paypal_status','completed'),(39144,1031,'PayPal Transaction Fee','22.66'),(39145,1031,'_date_paid','1646233695'),(39146,1031,'_paid_date','2022-03-02 15:08:15'),(39147,1031,'_download_permissions_granted','yes'),(39148,1031,'_recorded_sales','yes'),(39149,1031,'_order_stock_reduced','yes'),(39150,1031,'_new_order_email_sent','true'),(39190,1033,'_edit_lock','1646239737:2'),(39191,1033,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075999\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"f08f6832d6dda0bb0286bfa049ca4a02\";}}'),(39192,1033,'_edit_last','2'),(39193,1033,'_date_completed','1646239863'),(39194,1033,'_completed_date','2022-03-02 16:51:03'),(39195,1032,'_edit_lock','1646240037:2'),(39196,1032,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075911\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"ae4ae464e4d1eac0b53817f50a710e6c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075900\";s:12:\"date_shipped\";i:1646239964;s:11:\"tracking_id\";s:32:\"2eca26d5c2c070773fe6afb770e8c601\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075896\";s:12:\"date_shipped\";i:1646239978;s:11:\"tracking_id\";s:32:\"dda57a010770a006b5130cfe314704b5\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953075885\";s:12:\"date_shipped\";i:1646239988;s:11:\"tracking_id\";s:32:\"b7688ca4f608793a07f4e1ba2d89abec\";}}'),(39197,1032,'_edit_last','2'),(39198,1032,'_date_completed','1646240134'),(39199,1032,'_completed_date','2022-03-02 16:55:34'),(39200,1034,'_edit_lock','1646240205:2'),(39201,1034,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076013\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"e4c04ecc9ed591baae5975c40357638a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076002\";s:12:\"date_shipped\";i:1646240216;s:11:\"tracking_id\";s:32:\"dfac30f10cfba8ae74a073f1924b3c4d\";}}'),(39202,1034,'_edit_last','2'),(39203,1034,'_date_completed','1646240269'),(39204,1034,'_completed_date','2022-03-02 16:57:49'),(39205,1036,'_order_key','wc_order_7OuObgtxXg8B9'),(39206,1036,'_customer_user','61'),(39207,1036,'_payment_method','paypal'),(39208,1036,'_payment_method_title','PayPal'),(39209,1036,'_customer_ip_address','217.180.202.68'),(39210,1036,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39211,1036,'_created_via','checkout'),(39212,1036,'_cart_hash','2cd27465422b08d79bc90cc6e986b624'),(39213,1036,'_billing_first_name','Judy'),(39214,1036,'_billing_last_name','Hayden'),(39215,1036,'_billing_company','Lice Clinics of America Lexington'),(39216,1036,'_billing_address_1','1795 Alysheba Way Suite 4105'),(39217,1036,'_billing_address_2','Ste 4105'),(39218,1036,'_billing_city','Lexington'),(39219,1036,'_billing_state','KY'),(39220,1036,'_billing_postcode','40509'),(39221,1036,'_billing_country','US'),(39222,1036,'_billing_email','angel@liceclinicslexington.com'),(39223,1036,'_billing_phone','8595234813'),(39224,1036,'_shipping_first_name','Judy'),(39225,1036,'_shipping_last_name','Hayden'),(39226,1036,'_shipping_company','Lice Clinics of America Milford'),(39227,1036,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(39228,1036,'_shipping_city','Lexington'),(39229,1036,'_shipping_state','KY'),(39230,1036,'_shipping_postcode','40509'),(39231,1036,'_shipping_country','US'),(39232,1036,'_order_currency','USD'),(39233,1036,'_cart_discount','0'),(39234,1036,'_cart_discount_tax','0'),(39235,1036,'_order_shipping','0'),(39236,1036,'_order_shipping_tax','0'),(39237,1036,'_order_tax','0'),(39238,1036,'_order_total','1495.42'),(39239,1036,'_order_version','6.2.1'),(39240,1036,'_prices_include_tax','no'),(39241,1036,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(39242,1036,'_shipping_address_index','Judy Hayden Lice Clinics of America Milford 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(39243,1036,'is_vat_exempt','no'),(39244,1036,'Payment type','instant'),(39245,1036,'_transaction_id','2KN76731XW388303J'),(39246,1036,'_paypal_status','completed'),(39247,1036,'PayPal Transaction Fee','52.68'),(39248,1036,'_date_paid','1646244892'),(39249,1036,'_paid_date','2022-03-02 18:14:52'),(39250,1036,'_download_permissions_granted','yes'),(39251,1036,'_recorded_sales','yes'),(39252,1036,'_recorded_coupon_usage_counts','yes'),(39253,1036,'_order_stock_reduced','yes'),(39254,1036,'_new_order_email_sent','true'),(39255,1037,'_order_key','wc_order_6EPu6bOjlhmIs'),(39256,1037,'_customer_user','77'),(39257,1037,'_payment_method','paypal'),(39258,1037,'_payment_method_title','PayPal'),(39259,1037,'_customer_ip_address','107.205.56.86'),(39260,1037,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(39261,1037,'_created_via','checkout'),(39262,1037,'_cart_hash','53c2930c5aaf163c1c1991fcd03b033e'),(39263,1037,'_billing_first_name','Phil'),(39264,1037,'_billing_last_name','Moon'),(39265,1037,'_billing_company','Lice Clinics of America--fresno'),(39266,1037,'_billing_address_1','585 56th Street'),(39267,1037,'_billing_city','Oakland'),(39268,1037,'_billing_state','CA'),(39269,1037,'_billing_postcode','94609'),(39270,1037,'_billing_country','US'),(39271,1037,'_billing_email','info@liceclinicsfresno.com'),(39272,1037,'_billing_phone','5593046305'),(39273,1037,'_shipping_first_name','Kristen'),(39274,1037,'_shipping_last_name','Maroot-Rippee'),(39275,1037,'_shipping_company','Lice Busters LLC. fresno'),(39276,1037,'_shipping_address_1','487 W. Scott Avenue'),(39277,1037,'_shipping_city','Fresno'),(39278,1037,'_shipping_state','CA'),(39279,1037,'_shipping_postcode','93704'),(39280,1037,'_shipping_country','US'),(39281,1037,'_order_currency','USD'),(39282,1037,'_cart_discount','0'),(39283,1037,'_cart_discount_tax','0'),(39284,1037,'_order_shipping','0'),(39285,1037,'_order_shipping_tax','0'),(39286,1037,'_order_tax','0'),(39287,1037,'_order_total','539.08'),(39288,1037,'_order_version','6.2.1'),(39289,1037,'_prices_include_tax','no'),(39290,1037,'_billing_address_index','Phil Moon Lice Clinics of America--fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(39291,1037,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. fresno 487 W. Scott Avenue  Fresno CA 93704 US '),(39292,1037,'is_vat_exempt','no'),(39293,1037,'Payment type','instant'),(39294,1037,'_transaction_id','8H656753GH990045D'),(39295,1037,'_paypal_status','completed'),(39296,1037,'PayPal Transaction Fee','19.30'),(39297,1037,'_date_paid','1646276352'),(39298,1037,'_paid_date','2022-03-03 02:59:12'),(39299,1037,'_download_permissions_granted','yes'),(39300,1037,'_recorded_sales','yes'),(39301,1037,'_recorded_coupon_usage_counts','yes'),(39302,1037,'_order_stock_reduced','yes'),(39303,1037,'_new_order_email_sent','true'),(39304,1038,'_order_key','wc_order_yGn7ISlw4tFJR'),(39305,1038,'_customer_user','77'),(39306,1038,'_payment_method','paypal'),(39307,1038,'_payment_method_title','PayPal'),(39308,1038,'_customer_ip_address','107.205.56.86'),(39309,1038,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(39310,1038,'_created_via','checkout'),(39311,1038,'_cart_hash','c90ca4b14a4221047780d3e24fc1cec2'),(39312,1038,'_billing_first_name','Phil'),(39313,1038,'_billing_last_name','Moon'),(39314,1038,'_billing_company','Lice Clinics of America--Visalia'),(39315,1038,'_billing_address_1','585 56th Street'),(39316,1038,'_billing_city','Oakland'),(39317,1038,'_billing_state','CA'),(39318,1038,'_billing_postcode','94609'),(39319,1038,'_billing_country','US'),(39320,1038,'_billing_email','info@liceclinicsfresno.com'),(39321,1038,'_billing_phone','5593046305'),(39322,1038,'_shipping_first_name','Kristen'),(39323,1038,'_shipping_last_name','Maroot-Rippee'),(39324,1038,'_shipping_company','Lice Busters LLC. VISALIA'),(39325,1038,'_shipping_address_1','487 W. Scott Avenue'),(39326,1038,'_shipping_city','Fresno'),(39327,1038,'_shipping_state','CA'),(39328,1038,'_shipping_postcode','93704'),(39329,1038,'_shipping_country','US'),(39330,1038,'_order_currency','USD'),(39331,1038,'_cart_discount','0'),(39332,1038,'_cart_discount_tax','0'),(39333,1038,'_order_shipping','0'),(39334,1038,'_order_shipping_tax','0'),(39335,1038,'_order_tax','0'),(39336,1038,'_order_total','506.36'),(39337,1038,'_order_version','6.2.1'),(39338,1038,'_prices_include_tax','no'),(39339,1038,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(39340,1038,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 W. Scott Avenue  Fresno CA 93704 US '),(39341,1038,'is_vat_exempt','no'),(39342,1038,'Payment type','instant'),(39343,1038,'_transaction_id','8RK41862JE2909443'),(39344,1038,'_paypal_status','completed'),(39345,1038,'PayPal Transaction Fee','18.16'),(39346,1038,'_date_paid','1646276533'),(39347,1038,'_paid_date','2022-03-03 03:02:13'),(39348,1038,'_download_permissions_granted','yes'),(39349,1038,'_recorded_sales','yes'),(39350,1038,'_recorded_coupon_usage_counts','yes'),(39351,1038,'_order_stock_reduced','yes'),(39352,1038,'_new_order_email_sent','true'),(39353,1036,'_edit_lock','1646323399:2'),(39354,1036,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076116\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"271aa1c8bedf6a5500969996a052212b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076105\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"9c02dce8d2fa686d63ec9779f947ce2f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076090\";s:12:\"date_shipped\";i:1646323528;s:11:\"tracking_id\";s:32:\"a55012b2444c7c89de4523cdd6e0ae73\";}}'),(39355,1036,'_edit_last','2'),(39356,1036,'_date_completed','1646323480'),(39357,1036,'_completed_date','2022-03-03 16:04:40'),(39358,1031,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076079\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"0f0c3881b53351f7895860826ea8c85e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076068\";s:12:\"date_shipped\";s:10:\"1646179200\";s:11:\"tracking_id\";s:32:\"a414e2ff4fc1e199088dd9b65eb30e71\";}}'),(39359,1031,'_date_completed','1646324001'),(39360,1031,'_completed_date','2022-03-03 16:13:21'),(39361,1038,'_edit_lock','1646334648:2'),(39362,1037,'_edit_lock','1646324394:2'),(39363,1037,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076171\";s:12:\"date_shipped\";s:10:\"1646265600\";s:11:\"tracking_id\";s:32:\"2b82875d60ef8232938bc4b6dcbd8801\";}}'),(39364,1037,'_edit_last','2'),(39365,1037,'_date_completed','1646324133'),(39366,1037,'_completed_date','2022-03-03 16:15:33'),(39367,224,'_edit_lock','1646325748:2'),(39368,224,'_edit_last','2'),(39370,1038,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076208\";s:12:\"date_shipped\";s:10:\"1646265600\";s:11:\"tracking_id\";s:32:\"1fc13b2998edee338ceb81f8439df7e3\";}}'),(39371,1038,'_edit_last','2'),(39372,1038,'_date_completed','1646334689'),(39373,1038,'_completed_date','2022-03-03 19:11:29'),(39374,1040,'_order_key','wc_order_INd8oh71HeD0o'),(39375,1040,'_customer_user','67'),(39376,1040,'_payment_method','paypal'),(39377,1040,'_payment_method_title','PayPal'),(39378,1040,'_customer_ip_address','74.77.55.50'),(39379,1040,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36'),(39380,1040,'_created_via','checkout'),(39381,1040,'_cart_hash','392cbfff5138ac6f62eda42094fe1387'),(39382,1040,'_billing_first_name','Marnie'),(39383,1040,'_billing_last_name','Murray'),(39384,1040,'_billing_company','Naughty Nits'),(39385,1040,'_billing_address_1','2809 Wehrle Drive'),(39386,1040,'_billing_address_2','Suite 10'),(39387,1040,'_billing_city','Williamsville'),(39388,1040,'_billing_state','NY'),(39389,1040,'_billing_postcode','14221'),(39390,1040,'_billing_country','US'),(39391,1040,'_billing_email','liceclinicsupstateny@gmail.com'),(39392,1040,'_billing_phone','7166265423'),(39393,1040,'_shipping_first_name','Marnie'),(39394,1040,'_shipping_last_name','Murray'),(39395,1040,'_shipping_company','LCA Buffalo'),(39396,1040,'_shipping_address_1','2809 Wehrle Drive'),(39397,1040,'_shipping_address_2','Suite 10'),(39398,1040,'_shipping_city','Williamsville'),(39399,1040,'_shipping_state','NY'),(39400,1040,'_shipping_postcode','14221'),(39401,1040,'_shipping_country','US'),(39402,1040,'_order_currency','USD'),(39403,1040,'_cart_discount','0'),(39404,1040,'_cart_discount_tax','0'),(39405,1040,'_order_shipping','0'),(39406,1040,'_order_shipping_tax','0'),(39407,1040,'_order_tax','0'),(39408,1040,'_order_total','544.32'),(39409,1040,'_order_version','6.2.1'),(39410,1040,'_prices_include_tax','no'),(39411,1040,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(39412,1040,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(39413,1040,'is_vat_exempt','no'),(39414,1040,'Payment type','instant'),(39415,1040,'_transaction_id','0JH3617622610383W'),(39416,1040,'_paypal_status','completed'),(39417,1040,'PayPal Transaction Fee','19.49'),(39418,1040,'_date_paid','1646336067'),(39419,1040,'_paid_date','2022-03-03 19:34:27'),(39420,1040,'_download_permissions_granted','yes'),(39421,1040,'_recorded_sales','yes'),(39422,1040,'_recorded_coupon_usage_counts','yes'),(39423,1040,'_order_stock_reduced','yes'),(39424,1040,'_new_order_email_sent','true'),(39464,1042,'_order_key','wc_order_WDJo6GU2JTSiK'),(39465,1042,'_customer_user','59'),(39466,1042,'_payment_method','paypal'),(39467,1042,'_payment_method_title','PayPal'),(39468,1042,'_customer_ip_address','98.196.77.72'),(39469,1042,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39470,1042,'_created_via','checkout'),(39471,1042,'_cart_hash','c9fc3197fb1138c08993dc700daab03f'),(39472,1042,'_billing_first_name','Allison'),(39473,1042,'_billing_last_name','Anthon'),(39474,1042,'_billing_address_1','58 arbor bend dr'),(39475,1042,'_billing_city','Houston'),(39476,1042,'_billing_state','TX'),(39477,1042,'_billing_postcode','77070'),(39478,1042,'_billing_country','US'),(39479,1042,'_billing_email','louseysolutions@gmail.com'),(39480,1042,'_billing_phone','602-400-8330'),(39481,1042,'_shipping_first_name','Allison'),(39482,1042,'_shipping_last_name','Anthon'),(39483,1042,'_shipping_company','LCA Sugar Land'),(39484,1042,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(39485,1042,'_shipping_city','Tomball'),(39486,1042,'_shipping_state','TX'),(39487,1042,'_shipping_postcode','77375'),(39488,1042,'_shipping_country','US'),(39489,1042,'_order_currency','USD'),(39490,1042,'_cart_discount','0'),(39491,1042,'_cart_discount_tax','0'),(39492,1042,'_order_shipping','0'),(39493,1042,'_order_shipping_tax','0'),(39494,1042,'_order_tax','0'),(39495,1042,'_order_total','656.10'),(39496,1042,'_order_version','6.2.1'),(39497,1042,'_prices_include_tax','no'),(39498,1042,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(39499,1042,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(39500,1042,'is_vat_exempt','no'),(39501,1030,'Payment type','instant'),(39502,1030,'_transaction_id','2MU15817SR8646928'),(39503,1030,'_paypal_status','completed'),(39504,1030,'PayPal Transaction Fee','42.92'),(39505,1030,'_date_paid','1646404715'),(39506,1030,'_paid_date','2022-03-04 14:38:35'),(39507,1030,'_download_permissions_granted','yes'),(39508,1030,'_recorded_sales','yes'),(39509,1030,'_order_stock_reduced','yes'),(39510,1030,'_new_order_email_sent','true'),(39511,1043,'_order_key','wc_order_RBvUYm9g1LkHL'),(39512,1043,'_customer_user','47'),(39513,1043,'_payment_method','paypal'),(39514,1043,'_payment_method_title','PayPal'),(39515,1043,'_customer_ip_address','174.197.21.169'),(39516,1043,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1'),(39517,1043,'_created_via','checkout'),(39518,1043,'_cart_hash','b7a4f4b663cf2858beda01d59c1c8a12'),(39519,1043,'_billing_first_name','Tracy'),(39520,1043,'_billing_last_name','Copeland'),(39521,1043,'_billing_company','South Texas Lice Clinics LLC'),(39522,1043,'_billing_address_1','14223 Silverhollow'),(39523,1043,'_billing_city','San Antonio'),(39524,1043,'_billing_state','TX'),(39525,1043,'_billing_postcode','78232'),(39526,1043,'_billing_country','US'),(39527,1043,'_billing_email','info@liceclinicsanantoniowest.com'),(39528,1043,'_billing_phone','2103135033'),(39529,1043,'_shipping_first_name','Sheli'),(39530,1043,'_shipping_last_name','Schomer'),(39531,1043,'_shipping_company','LCA SA East'),(39532,1043,'_shipping_address_1','3127 Laura Lee Way'),(39533,1043,'_shipping_city','San Antonio'),(39534,1043,'_shipping_state','TX'),(39535,1043,'_shipping_postcode','78223'),(39536,1043,'_shipping_country','US'),(39537,1043,'_order_currency','USD'),(39538,1043,'_cart_discount','0'),(39539,1043,'_cart_discount_tax','0'),(39540,1043,'_order_shipping','50.65'),(39541,1043,'_order_shipping_tax','0'),(39542,1043,'_order_tax','0'),(39543,1043,'_order_total','821.97'),(39544,1043,'_order_version','6.2.1'),(39545,1043,'_prices_include_tax','no'),(39546,1043,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(39547,1043,'_shipping_address_index','Sheli Schomer LCA SA East 3127 Laura Lee Way  San Antonio TX 78223 US '),(39548,1043,'is_vat_exempt','no'),(39549,1043,'Payment type','instant'),(39550,1043,'_transaction_id','4DR14674GL0462843'),(39551,1043,'_paypal_status','completed'),(39552,1043,'PayPal Transaction Fee','29.18'),(39553,1043,'_date_paid','1646412624'),(39554,1043,'_paid_date','2022-03-04 16:50:24'),(39555,1043,'_download_permissions_granted','yes'),(39556,1043,'_recorded_sales','yes'),(39557,1043,'_recorded_coupon_usage_counts','yes'),(39558,1043,'_order_stock_reduced','yes'),(39559,1043,'_new_order_email_sent','true'),(39560,1042,'_edit_lock','1646841258:2'),(39561,1042,'_edit_last','2'),(39562,1042,'_recorded_coupon_usage_counts','yes'),(39563,1040,'_edit_lock','1646413486:2'),(39564,1040,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076311\";s:12:\"date_shipped\";s:10:\"1646265600\";s:11:\"tracking_id\";s:32:\"fd1a4609eb39c159d051728429df949e\";}}'),(39565,1040,'_edit_last','2'),(39566,1040,'_date_completed','1646413539'),(39567,1040,'_completed_date','2022-03-04 17:05:39'),(39568,1044,'_order_key','wc_order_zeWJU0AddIY4Q'),(39569,1044,'_customer_user','21'),(39570,1044,'_payment_method','paypal'),(39571,1044,'_payment_method_title','PayPal'),(39572,1044,'_customer_ip_address','173.216.41.31'),(39573,1044,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39574,1044,'_created_via','checkout'),(39575,1044,'_cart_hash','f1c94d50ef47459378b7fd80fed7f712'),(39576,1044,'_billing_first_name','LCA'),(39577,1044,'_billing_last_name','Arkansas'),(39578,1044,'_billing_company','LCA - Central Arkansas'),(39579,1044,'_billing_address_1','1011 N. 2nd St., Ste. D'),(39580,1044,'_billing_city','Cabot'),(39581,1044,'_billing_state','AR'),(39582,1044,'_billing_postcode','72023'),(39583,1044,'_billing_country','US'),(39584,1044,'_billing_email','liceclinicslittlerock@gmail.com'),(39585,1044,'_billing_phone','15014249396'),(39586,1044,'_shipping_first_name','LCA'),(39587,1044,'_shipping_last_name','Arkansas'),(39588,1044,'_shipping_company','LCA - Central Arkansas'),(39589,1044,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(39590,1044,'_shipping_city','Cabot'),(39591,1044,'_shipping_state','AR'),(39592,1044,'_shipping_postcode','72023'),(39593,1044,'_shipping_country','US'),(39594,1044,'_order_currency','USD'),(39595,1044,'_cart_discount','0'),(39596,1044,'_cart_discount_tax','0'),(39597,1044,'_order_shipping','0'),(39598,1044,'_order_shipping_tax','0'),(39599,1044,'_order_tax','0'),(39600,1044,'_order_total','869.14'),(39601,1044,'_order_version','6.3.1'),(39602,1044,'_prices_include_tax','no'),(39603,1044,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(39604,1044,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(39605,1044,'is_vat_exempt','no'),(39606,1045,'_order_key','wc_order_2VR6ZxwrTZyq9'),(39607,1045,'_customer_user','20'),(39608,1045,'_payment_method','paypal'),(39609,1045,'_payment_method_title','PayPal'),(39610,1045,'_customer_ip_address','76.175.96.152'),(39611,1045,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14388.61.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.107 Safari/537.36'),(39612,1045,'_created_via','checkout'),(39613,1045,'_cart_hash','9afc9a25a847ae34a78f3ecc7d0b1ca8'),(39614,1045,'_billing_first_name','Hasani'),(39615,1045,'_billing_last_name','Thompson'),(39616,1045,'_billing_company','Heat in Hair'),(39617,1045,'_billing_address_1','27225 Camp Plenty Road'),(39618,1045,'_billing_address_2','1D'),(39619,1045,'_billing_city','Santa Clarita'),(39620,1045,'_billing_state','CA'),(39621,1045,'_billing_postcode','91351'),(39622,1045,'_billing_country','US'),(39623,1045,'_billing_email','info@liceclinicssantaclarita.com'),(39624,1045,'_billing_phone','6615850263'),(39625,1045,'_shipping_first_name','Hasani'),(39626,1045,'_shipping_last_name','Thompson'),(39627,1045,'_shipping_company','Heat in Hair'),(39628,1045,'_shipping_address_1','5145 Nightsky Place'),(39629,1045,'_shipping_city','Palmdale'),(39630,1045,'_shipping_state','CA'),(39631,1045,'_shipping_postcode','93552'),(39632,1045,'_shipping_country','US'),(39633,1045,'_order_currency','USD'),(39634,1045,'_cart_discount','0'),(39635,1045,'_cart_discount_tax','0'),(39636,1045,'_order_shipping','64.48'),(39637,1045,'_order_shipping_tax','0'),(39638,1045,'_order_tax','0'),(39639,1045,'_order_total','592.04'),(39640,1045,'_order_version','6.2.1'),(39641,1045,'_prices_include_tax','no'),(39642,1045,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(39643,1045,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(39644,1045,'is_vat_exempt','no'),(39645,1045,'Payment type','instant'),(39646,1045,'_transaction_id','96X34484183673437'),(39647,1045,'_paypal_status','completed'),(39648,1045,'PayPal Transaction Fee','21.15'),(39649,1045,'_date_paid','1646427171'),(39650,1045,'_paid_date','2022-03-04 20:52:51'),(39651,1045,'_download_permissions_granted','yes'),(39652,1045,'_recorded_sales','yes'),(39653,1045,'_recorded_coupon_usage_counts','yes'),(39654,1045,'_order_stock_reduced','yes'),(39655,1045,'_new_order_email_sent','true'),(39656,255,'_edit_lock','1646431525:2'),(39657,255,'_edit_last','2'),(39661,1046,'_order_key','wc_order_leL1tfoSFyu64'),(39662,1046,'_customer_user','74'),(39663,1046,'_payment_method','paypal'),(39664,1046,'_payment_method_title','PayPal'),(39665,1046,'_customer_ip_address','172.86.129.100'),(39666,1046,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.30'),(39667,1046,'_created_via','checkout'),(39668,1046,'_cart_hash','e0022b7fb664e43c3df1bf0c50b00154'),(39669,1046,'_billing_first_name','Michelle'),(39670,1046,'_billing_last_name','Repp'),(39671,1046,'_billing_company','LCOA'),(39672,1046,'_billing_address_1','8615 N Division St'),(39673,1046,'_billing_address_2','Suite A'),(39674,1046,'_billing_city','Spokane'),(39675,1046,'_billing_state','WA'),(39676,1046,'_billing_postcode','99208'),(39677,1046,'_billing_country','US'),(39678,1046,'_billing_email','info@liceclinicspokane.com'),(39679,1046,'_billing_phone','5097039290'),(39680,1046,'_shipping_first_name','Michelle'),(39681,1046,'_shipping_last_name','Repp'),(39682,1046,'_shipping_company','LCOA'),(39683,1046,'_shipping_address_1','8615 N Division St'),(39684,1046,'_shipping_address_2','Suite A'),(39685,1046,'_shipping_city','Spokane'),(39686,1046,'_shipping_state','WA'),(39687,1046,'_shipping_postcode','99208'),(39688,1046,'_shipping_country','US'),(39689,1046,'_order_currency','USD'),(39690,1046,'_cart_discount','0'),(39691,1046,'_cart_discount_tax','0'),(39692,1046,'_order_shipping','36.54'),(39693,1046,'_order_shipping_tax','0'),(39694,1046,'_order_tax','0'),(39695,1046,'_order_total','219.24'),(39696,1046,'_order_version','6.3.1'),(39697,1046,'_prices_include_tax','no'),(39698,1046,'_billing_address_index','Michelle Repp LCOA 8615 N Division St Suite A Spokane WA 99208 US info@liceclinicspokane.com 5097039290'),(39699,1046,'_shipping_address_index','Michelle Repp LCOA 8615 N Division St Suite A Spokane WA 99208 US '),(39700,1046,'is_vat_exempt','no'),(39701,1047,'_order_key','wc_order_140CNNkbb1tdY'),(39702,1047,'_customer_user','51'),(39703,1047,'_payment_method','paypal'),(39704,1047,'_payment_method_title','PayPal'),(39705,1047,'_customer_ip_address','73.0.148.33'),(39706,1047,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(39707,1047,'_created_via','checkout'),(39708,1047,'_cart_hash','33a3fd9e58517f358fcf9c74a2fb92fc'),(39709,1047,'_billing_first_name','Corie'),(39710,1047,'_billing_last_name','Kaniamos'),(39711,1047,'_billing_address_1','5026 Tildens Grove Blvd'),(39712,1047,'_billing_city','Windermere'),(39713,1047,'_billing_state','FL'),(39714,1047,'_billing_postcode','34786'),(39715,1047,'_billing_country','US'),(39716,1047,'_billing_email','corie@liceclinicsofflorida.com'),(39717,1047,'_billing_phone','6163406321'),(39718,1047,'_shipping_first_name','Maria'),(39719,1047,'_shipping_last_name','Hagg'),(39720,1047,'_shipping_company','LCA - STUART'),(39721,1047,'_shipping_address_1','17 Via Lucindia Dr South'),(39722,1047,'_shipping_city','Stuart'),(39723,1047,'_shipping_state','FL'),(39724,1047,'_shipping_postcode','34996'),(39725,1047,'_shipping_country','US'),(39726,1047,'_order_currency','USD'),(39727,1047,'_cart_discount','0'),(39728,1047,'_cart_discount_tax','0'),(39729,1047,'_order_shipping','14.87'),(39730,1047,'_order_shipping_tax','0'),(39731,1047,'_order_tax','0'),(39732,1047,'_order_total','14.87'),(39733,1047,'_order_version','6.3.1'),(39734,1047,'_prices_include_tax','no'),(39735,1047,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(39736,1047,'_shipping_address_index','Maria Hagg LCA - STUART 17 Via Lucindia Dr South  Stuart FL 34996 US '),(39737,1047,'is_vat_exempt','no'),(39738,1048,'_order_key','wc_order_EwZ9Cz7ZsBGQF'),(39739,1048,'_customer_user','46'),(39740,1048,'_payment_method','paypal'),(39741,1048,'_payment_method_title','PayPal'),(39742,1048,'_customer_ip_address','216.163.6.72'),(39743,1048,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(39744,1048,'_created_via','checkout'),(39745,1048,'_cart_hash','e19ff870ca8603e7ff44b47d4a7c9f14'),(39746,1048,'_billing_first_name','Shannon'),(39747,1048,'_billing_last_name','Steele'),(39748,1048,'_billing_company','SBS Investments'),(39749,1048,'_billing_address_1','1702 Hazelwood Court'),(39750,1048,'_billing_city','Jonesboro'),(39751,1048,'_billing_state','AR'),(39752,1048,'_billing_postcode','72401'),(39753,1048,'_billing_country','US'),(39754,1048,'_billing_email','info@liceclinicsjonesboro.com'),(39755,1048,'_billing_phone','8709262731'),(39756,1048,'_shipping_first_name','Shannon'),(39757,1048,'_shipping_last_name','Steele'),(39758,1048,'_shipping_company','SBS Investments/LCA- Jonesboro'),(39759,1048,'_shipping_address_1','3106 Orval Orlan Drive'),(39760,1048,'_shipping_address_2','Suite D'),(39761,1048,'_shipping_city','Jonesboro'),(39762,1048,'_shipping_state','AR'),(39763,1048,'_shipping_postcode','72404'),(39764,1048,'_shipping_country','US'),(39765,1048,'_order_currency','USD'),(39766,1048,'_cart_discount','0'),(39767,1048,'_cart_discount_tax','0'),(39768,1048,'_order_shipping','21.84'),(39769,1048,'_order_shipping_tax','0'),(39770,1048,'_order_tax','0'),(39771,1048,'_order_total','282.59'),(39772,1048,'_order_version','6.2.1'),(39773,1048,'_prices_include_tax','no'),(39774,1048,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(39775,1048,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(39776,1048,'is_vat_exempt','no'),(39777,1048,'Payment type','instant'),(39778,1048,'_transaction_id','2UD84478BX782233M'),(39779,1048,'_paypal_status','completed'),(39780,1048,'PayPal Transaction Fee','10.35'),(39781,1048,'_date_paid','1646598110'),(39782,1048,'_paid_date','2022-03-06 20:21:50'),(39783,1048,'_download_permissions_granted','yes'),(39784,1048,'_recorded_sales','yes'),(39785,1048,'_recorded_coupon_usage_counts','yes'),(39786,1048,'_order_stock_reduced','yes'),(39787,1048,'_new_order_email_sent','true'),(39788,1049,'_order_key','wc_order_KgCXxVD4APNuK'),(39789,1049,'_customer_user','94'),(39790,1049,'_payment_method','paypal'),(39791,1049,'_payment_method_title','PayPal'),(39792,1049,'_customer_ip_address','76.200.128.12'),(39793,1049,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.43'),(39794,1049,'_created_via','checkout'),(39795,1049,'_cart_hash','392f52ebbed9211a5ebf65b11854464e'),(39796,1049,'_billing_first_name','Dacy'),(39797,1049,'_billing_last_name','Hitt'),(39798,1049,'_billing_address_1','8850 Penbrooke ct'),(39799,1049,'_billing_city','Cumming'),(39800,1049,'_billing_state','GA'),(39801,1049,'_billing_postcode','30028'),(39802,1049,'_billing_country','US'),(39803,1049,'_billing_email','dacy1016@gmail.com'),(39804,1049,'_billing_phone','7705965455'),(39805,1049,'_shipping_first_name','Dacy'),(39806,1049,'_shipping_last_name','Hitt'),(39807,1049,'_shipping_address_1','102 Mary Alice Park rd'),(39808,1049,'_shipping_address_2','Suite 503'),(39809,1049,'_shipping_city','Cumming'),(39810,1049,'_shipping_state','GA'),(39811,1049,'_shipping_postcode','30040'),(39812,1049,'_shipping_country','US'),(39813,1049,'_order_currency','USD'),(39814,1049,'_cart_discount','0'),(39815,1049,'_cart_discount_tax','0'),(39816,1049,'_order_shipping','56'),(39817,1049,'_order_shipping_tax','0'),(39818,1049,'_order_tax','0'),(39819,1049,'_order_total','1207.56'),(39820,1049,'_order_version','6.2.1'),(39821,1049,'_prices_include_tax','no'),(39822,1049,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(39823,1049,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(39824,1049,'is_vat_exempt','no'),(39825,1046,'_edit_lock','1647365209:2'),(39826,1049,'_edit_lock','1646756758:2'),(39827,1046,'_edit_last','2'),(39828,1046,'_recorded_coupon_usage_counts','yes'),(39829,1049,'_edit_last','2'),(39830,1049,'_recorded_coupon_usage_counts','yes'),(39831,1030,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076470\";s:12:\"date_shipped\";s:10:\"1646611200\";s:11:\"tracking_id\";s:32:\"e4a2a1132d980794b6609a604b8e0604\";}}'),(39832,1044,'_edit_lock','1647873224:2'),(39833,1044,'_edit_last','2'),(39834,1044,'_recorded_coupon_usage_counts','yes'),(39835,1049,'Payment type','instant'),(39836,1049,'_transaction_id','67V0937210104642R'),(39837,1049,'_paypal_status','completed'),(39838,1049,'PayPal Transaction Fee','42.63'),(39839,1049,'_date_paid','1646675374'),(39840,1049,'_paid_date','2022-03-07 17:49:34'),(39841,1049,'_download_permissions_granted','yes'),(39842,1049,'_recorded_sales','yes'),(39843,1049,'_order_stock_reduced','yes'),(39844,1049,'_new_order_email_sent','true'),(39845,1050,'_order_key','wc_order_kytVXGmLBPMfR'),(39846,1050,'_customer_user','92'),(39847,1050,'_payment_method','paypal'),(39848,1050,'_payment_method_title','PayPal'),(39849,1050,'_customer_ip_address','73.63.207.98'),(39850,1050,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36'),(39851,1050,'_created_via','checkout'),(39852,1050,'_cart_hash','7a6401808dba4d27e0763e34432024c7'),(39853,1050,'_billing_first_name','Michelle'),(39854,1050,'_billing_last_name','Du'),(39855,1050,'_billing_company','LCA Fremont'),(39856,1050,'_billing_address_1','31372 Mackinaw Street'),(39857,1050,'_billing_city','Union City'),(39858,1050,'_billing_state','CA'),(39859,1050,'_billing_postcode','94587'),(39860,1050,'_billing_country','US'),(39861,1050,'_billing_email','info@liceclinicsfremont.com'),(39862,1050,'_billing_phone','510-770-4394'),(39863,1050,'_shipping_first_name','Michelle'),(39864,1050,'_shipping_last_name','Du'),(39865,1050,'_shipping_company','LCA Fremont'),(39866,1050,'_shipping_address_1','31372 Mackinaw Street'),(39867,1050,'_shipping_city','Union City'),(39868,1050,'_shipping_state','CA'),(39869,1050,'_shipping_postcode','94587'),(39870,1050,'_shipping_country','US'),(39871,1050,'_order_currency','USD'),(39872,1050,'_cart_discount','0'),(39873,1050,'_cart_discount_tax','0'),(39874,1050,'_order_shipping','0'),(39875,1050,'_order_shipping_tax','0'),(39876,1050,'_order_tax','0'),(39877,1050,'_order_total','769.60'),(39878,1050,'_order_version','6.2.1'),(39879,1050,'_prices_include_tax','no'),(39880,1050,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(39881,1050,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(39882,1050,'is_vat_exempt','no'),(39883,1051,'_order_key','wc_order_iUmtFBXYL1kw7'),(39884,1051,'_customer_user','60'),(39885,1051,'_payment_method','paypal'),(39886,1051,'_payment_method_title','PayPal'),(39887,1051,'_customer_ip_address','98.193.14.84'),(39888,1051,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(39889,1051,'_created_via','checkout'),(39890,1051,'_cart_hash','7c285dfa6cdcf107b1dc352968cd753f'),(39891,1051,'_billing_first_name','Jill'),(39892,1051,'_billing_last_name','Leshtz'),(39893,1051,'_billing_company','Lice clinics of America-North Shore'),(39894,1051,'_billing_address_1','1580 Lancelot Avenue'),(39895,1051,'_billing_city','Highland park'),(39896,1051,'_billing_state','IL'),(39897,1051,'_billing_postcode','60035'),(39898,1051,'_billing_country','US'),(39899,1051,'_billing_email','jleshtz@gmail.com'),(39900,1051,'_billing_phone','8473639001'),(39901,1051,'_shipping_first_name','Jill'),(39902,1051,'_shipping_last_name','Leshtz'),(39903,1051,'_shipping_company','Lice clinics of America-North Shore'),(39904,1051,'_shipping_address_1','1580 Lancelot Avenue'),(39905,1051,'_shipping_city','Highland park'),(39906,1051,'_shipping_state','IL'),(39907,1051,'_shipping_postcode','60035'),(39908,1051,'_shipping_country','US'),(39909,1051,'_order_currency','USD'),(39910,1051,'_cart_discount','0'),(39911,1051,'_cart_discount_tax','0'),(39912,1051,'_order_shipping','23.17'),(39913,1051,'_order_shipping_tax','0'),(39914,1051,'_order_tax','0'),(39915,1051,'_order_total','470.53'),(39916,1051,'_order_version','6.2.1'),(39917,1051,'_prices_include_tax','no'),(39918,1051,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(39919,1051,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(39920,1051,'is_vat_exempt','no'),(39921,1051,'Payment type','instant'),(39922,1051,'_transaction_id','2HG38770M4646002A'),(39923,1051,'_paypal_status','completed'),(39924,1051,'PayPal Transaction Fee','16.91'),(39925,1051,'_date_paid','1646701794'),(39926,1051,'_paid_date','2022-03-08 01:09:54'),(39927,1051,'_download_permissions_granted','yes'),(39928,1051,'_recorded_sales','yes'),(39929,1051,'_recorded_coupon_usage_counts','yes'),(39930,1051,'_order_stock_reduced','yes'),(39931,1051,'_new_order_email_sent','true'),(39932,1042,'Payment type','instant'),(39933,1042,'_transaction_id','6G6403560Y354954W'),(39934,1042,'_paypal_status','completed'),(39935,1042,'PayPal Transaction Fee','23.39'),(39936,1042,'_date_paid','1646704614'),(39937,1042,'_paid_date','2022-03-08 01:56:54'),(39938,1042,'_download_permissions_granted','yes'),(39939,1042,'_recorded_sales','yes'),(39940,1042,'_order_stock_reduced','yes'),(39941,1042,'_new_order_email_sent','true'),(39942,1051,'_edit_lock','1646755529:2'),(39943,1051,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076870\";s:12:\"date_shipped\";s:10:\"1646697600\";s:11:\"tracking_id\";s:32:\"476ef72c261ee45ff42ceb12fef603ce\";}}'),(39944,1051,'_edit_last','2'),(39945,1051,'_date_completed','1646755529'),(39946,1051,'_completed_date','2022-03-08 16:05:29'),(39947,1030,'_date_completed','1646755871'),(39948,1030,'_completed_date','2022-03-08 16:11:11'),(39949,1050,'_edit_lock','1646928462:2'),(39950,1050,'_edit_last','2'),(39951,1050,'_recorded_coupon_usage_counts','yes'),(39952,1052,'_start_date','2023-07-27 00:00:00'),(39954,1052,'_end_date',''),(39956,1048,'_edit_lock','1646859553:2'),(39957,1045,'_edit_lock','1646756876:2'),(39958,1043,'_edit_lock','1646859608:2'),(39959,1049,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076686\";s:12:\"date_shipped\";s:10:\"1646697600\";s:11:\"tracking_id\";s:32:\"03a08041e1d572a49ad6ec166fafb520\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076675\";s:12:\"date_shipped\";s:10:\"1646697600\";s:11:\"tracking_id\";s:32:\"73776624ac2c516dd5e94f972aaac932\";}}'),(39960,1049,'_date_completed','1646756815'),(39961,1049,'_completed_date','2022-03-08 16:26:55'),(39962,1045,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076723\";s:12:\"date_shipped\";s:10:\"1646697600\";s:11:\"tracking_id\";s:32:\"ae276ea1e11479f0a6f26557a12b74be\";}}'),(39963,1045,'_edit_last','2'),(39964,1045,'_date_completed','1646756920'),(39965,1045,'_completed_date','2022-03-08 16:28:40'),(39966,1053,'_order_key','wc_order_Ho8rwfIImwqjm'),(39967,1053,'_customer_user','96'),(39968,1053,'_payment_method','paypal'),(39969,1053,'_payment_method_title','PayPal'),(39970,1053,'_customer_ip_address','173.16.141.186'),(39971,1053,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.30'),(39972,1053,'_created_via','checkout'),(39973,1053,'_cart_hash','d51ece1f6d4d21c0072cd846b40aacb9'),(39974,1053,'_billing_first_name','Jaimi'),(39975,1053,'_billing_last_name','Washington'),(39976,1053,'_billing_company','Lice Clinics of America - Des Moines'),(39977,1053,'_billing_address_1','6900 University Ave. Ste 120'),(39978,1053,'_billing_city','Windsor Heights'),(39979,1053,'_billing_state','IA'),(39980,1053,'_billing_postcode','50324'),(39981,1053,'_billing_country','US'),(39982,1053,'_billing_email','j.m.licesolutions@gmail.com'),(39983,1053,'_billing_phone','515-971-0667'),(39984,1053,'_shipping_first_name','Jaimi'),(39985,1053,'_shipping_last_name','Washington'),(39986,1053,'_shipping_address_1','1139 Burlington Terrace'),(39987,1053,'_shipping_city','Des Moines'),(39988,1053,'_shipping_state','IA'),(39989,1053,'_shipping_postcode','50314'),(39990,1053,'_shipping_country','US'),(39991,1053,'_order_currency','USD'),(39992,1053,'_cart_discount','0'),(39993,1053,'_cart_discount_tax','0'),(39994,1053,'_order_shipping','16.92'),(39995,1053,'_order_shipping_tax','0'),(39996,1053,'_order_tax','0'),(39997,1053,'_order_total','16.92'),(39998,1053,'_order_version','6.3.1'),(39999,1053,'_prices_include_tax','no'),(40000,1053,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 6900 University Ave. Ste 120  Windsor Heights IA 50324 US j.m.licesolutions@gmail.com 515-971-0667'),(40001,1053,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(40002,1053,'is_vat_exempt','no'),(40003,1054,'_order_key','wc_order_wkpglGr3TAOgL'),(40004,1054,'_customer_user','43'),(40005,1054,'_payment_method','paypal'),(40006,1054,'_payment_method_title','PayPal'),(40007,1054,'_customer_ip_address','170.55.190.162'),(40008,1054,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(40009,1054,'_created_via','checkout'),(40010,1054,'_cart_hash','88e3bcf6f682f164ba6a21e3dff502c9'),(40011,1054,'_billing_first_name','Ryan'),(40012,1054,'_billing_last_name','Nelson'),(40013,1054,'_billing_address_1','140 Flame Vine drive'),(40014,1054,'_billing_city','Naples'),(40015,1054,'_billing_state','FL'),(40016,1054,'_billing_postcode','34110'),(40017,1054,'_billing_country','US'),(40018,1054,'_billing_email','Rjnelson73@gmail.com'),(40019,1054,'_billing_phone','239-281-0719'),(40020,1054,'_shipping_first_name','Ryan'),(40021,1054,'_shipping_last_name','Nelson'),(40022,1054,'_shipping_address_1','140 Flame Vine drive'),(40023,1054,'_shipping_city','Naples'),(40024,1054,'_shipping_state','FL'),(40025,1054,'_shipping_postcode','34110'),(40026,1054,'_shipping_country','US'),(40027,1054,'_order_currency','USD'),(40028,1054,'_cart_discount','0'),(40029,1054,'_cart_discount_tax','0'),(40030,1054,'_order_shipping','25.35'),(40031,1054,'_order_shipping_tax','0'),(40032,1054,'_order_tax','0'),(40033,1054,'_order_total','287.19'),(40034,1054,'_order_version','6.2.1'),(40035,1054,'_prices_include_tax','no'),(40036,1054,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(40037,1054,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(40038,1054,'is_vat_exempt','no'),(40039,1053,'_edit_lock','1647873362:2'),(40040,1054,'_edit_lock','1646928600:2'),(40041,1053,'_edit_last','2'),(40042,1053,'_recorded_coupon_usage_counts','yes'),(40043,1054,'_edit_last','2'),(40044,1054,'_recorded_coupon_usage_counts','yes'),(40045,1042,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076892\";s:12:\"date_shipped\";s:10:\"1646784000\";s:11:\"tracking_id\";s:32:\"e3c6a4130c6d01c1b7cb44decda959f1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076881\";s:12:\"date_shipped\";s:10:\"1646784000\";s:11:\"tracking_id\";s:32:\"26d4142a18662eeee0151d698a35b0d6\";}}'),(40046,1042,'_date_completed','1646841359'),(40047,1042,'_completed_date','2022-03-09 15:55:59'),(40051,1054,'Payment type','instant'),(40052,1054,'_transaction_id','98U51775XE481733T'),(40053,1054,'_paypal_status','completed'),(40054,1054,'PayPal Transaction Fee','10.51'),(40055,1054,'_date_paid','1646848204'),(40056,1054,'_paid_date','2022-03-09 17:50:04'),(40057,1054,'_download_permissions_granted','yes'),(40058,1054,'_recorded_sales','yes'),(40059,1054,'_order_stock_reduced','yes'),(40060,1054,'_new_order_email_sent','true'),(40061,1050,'Payment type','instant'),(40062,1050,'_transaction_id','0UD104596R744145G'),(40063,1050,'_paypal_status','completed'),(40064,1050,'PayPal Transaction Fee','27.35'),(40065,1050,'_date_paid','1646852781'),(40066,1050,'_paid_date','2022-03-09 19:06:21'),(40067,1050,'_download_permissions_granted','yes'),(40068,1050,'_recorded_sales','yes'),(40069,1050,'_order_stock_reduced','yes'),(40070,1050,'_new_order_email_sent','true'),(40071,1047,'_edit_lock','1647623993:2'),(40072,1047,'_edit_last','2'),(40073,1047,'_recorded_coupon_usage_counts','yes'),(40074,1048,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953076610\";s:12:\"date_shipped\";s:10:\"1646784000\";s:11:\"tracking_id\";s:32:\"6a3d7dd989b88e875de613f9d814493b\";}}'),(40075,1048,'_edit_last','2'),(40076,1048,'_date_completed','1646859680'),(40077,1048,'_completed_date','2022-03-09 21:01:20'),(40078,1043,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179571\";s:12:\"date_shipped\";s:10:\"1646784000\";s:11:\"tracking_id\";s:32:\"890cf17caab1f8df5a715e52ee150371\";}}'),(40079,1043,'_edit_last','2'),(40080,1043,'_date_completed','1646859714'),(40081,1043,'_completed_date','2022-03-09 21:01:54'),(40082,1050,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179593\";s:12:\"date_shipped\";s:10:\"1646870400\";s:11:\"tracking_id\";s:32:\"df8f203d7137959770ae2f2ee3fcc851\";}}'),(40083,1050,'_date_completed','1646928569'),(40084,1050,'_completed_date','2022-03-10 16:09:29'),(40085,1054,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179582\";s:12:\"date_shipped\";s:10:\"1646870400\";s:11:\"tracking_id\";s:32:\"11e78c6e8d9c0e1d4ca6fe7b07163c6f\";}}'),(40086,1054,'_date_completed','1646928593'),(40087,1054,'_completed_date','2022-03-10 16:09:53'),(40088,1055,'_order_key','wc_order_3397K1O3xbNTC'),(40089,1055,'_customer_user','3'),(40090,1055,'_payment_method','paypal'),(40091,1055,'_payment_method_title','PayPal'),(40092,1055,'_customer_ip_address','70.142.202.154'),(40093,1055,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(40094,1055,'_created_via','checkout'),(40095,1055,'_cart_hash','59d0187b323f391a953dceb996a48f7e'),(40096,1055,'_billing_first_name','Amanda'),(40097,1055,'_billing_last_name','Westerman'),(40098,1055,'_billing_company','Lice Clinics of America McKinney'),(40099,1055,'_billing_address_1','3120 Hudson Crossing'),(40100,1055,'_billing_address_2','Suite A2'),(40101,1055,'_billing_city','MCKINNEY'),(40102,1055,'_billing_state','TX'),(40103,1055,'_billing_postcode','75070'),(40104,1055,'_billing_country','US'),(40105,1055,'_billing_email','awesterman1103@gmail.com'),(40106,1055,'_billing_phone','2144175741'),(40107,1055,'_shipping_first_name','Lice'),(40108,1055,'_shipping_last_name','McKinney'),(40109,1055,'_shipping_company','Lice Clinics of America McKinney'),(40110,1055,'_shipping_address_1','3120 Hudson Crossing'),(40111,1055,'_shipping_address_2','Suite A2'),(40112,1055,'_shipping_city','McKinney'),(40113,1055,'_shipping_state','TX'),(40114,1055,'_shipping_postcode','75070'),(40115,1055,'_shipping_country','US'),(40116,1055,'_order_currency','USD'),(40117,1055,'_cart_discount','0'),(40118,1055,'_cart_discount_tax','0'),(40119,1055,'_order_shipping','0'),(40120,1055,'_order_shipping_tax','0'),(40121,1055,'_order_tax','0'),(40122,1055,'_order_total','609.66'),(40123,1055,'_order_version','6.2.1'),(40124,1055,'_prices_include_tax','no'),(40125,1055,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(40126,1055,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(40127,1055,'is_vat_exempt','no'),(40128,1055,'Payment type','instant'),(40129,1055,'_transaction_id','7D904051276323021'),(40130,1055,'_paypal_status','completed'),(40131,1055,'PayPal Transaction Fee','21.77'),(40132,1055,'_date_paid','1646932672'),(40133,1055,'_paid_date','2022-03-10 17:17:52'),(40134,1055,'_download_permissions_granted','yes'),(40135,1055,'_recorded_sales','yes'),(40136,1055,'_recorded_coupon_usage_counts','yes'),(40137,1055,'_order_stock_reduced','yes'),(40138,1055,'_new_order_email_sent','true'),(40176,1058,'_order_key','wc_order_vP6A9txBiWkSw'),(40177,1058,'_customer_user','76'),(40178,1058,'_payment_method','paypal'),(40179,1058,'_payment_method_title','PayPal'),(40180,1058,'_customer_ip_address','146.115.118.214'),(40181,1058,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(40182,1058,'_created_via','checkout'),(40183,1058,'_cart_hash','1e4082bab543370d4d85828bde1a1451'),(40184,1058,'_billing_first_name','Naomi'),(40185,1058,'_billing_last_name','Golden'),(40186,1058,'_billing_address_1','31 Mann Ave'),(40187,1058,'_billing_city','Needham'),(40188,1058,'_billing_state','MA'),(40189,1058,'_billing_postcode','02492'),(40190,1058,'_billing_country','US'),(40191,1058,'_billing_email','nrgolden6486@gmail.com'),(40192,1058,'_billing_phone','617-851-1322'),(40193,1058,'_shipping_first_name','Naomi'),(40194,1058,'_shipping_last_name','Golden'),(40195,1058,'_shipping_company','Lice Aunties'),(40196,1058,'_shipping_address_1','3 Baldwin Green Common'),(40197,1058,'_shipping_address_2','Suite 310'),(40198,1058,'_shipping_city','Woburn'),(40199,1058,'_shipping_state','MA'),(40200,1058,'_shipping_postcode','01801'),(40201,1058,'_shipping_country','US'),(40202,1058,'_order_currency','USD'),(40203,1058,'_cart_discount','0'),(40204,1058,'_cart_discount_tax','0'),(40205,1058,'_order_shipping','0'),(40206,1058,'_order_shipping_tax','0'),(40207,1058,'_order_tax','0'),(40208,1058,'_order_total','554.40'),(40209,1058,'_order_version','6.3.1'),(40210,1058,'_prices_include_tax','no'),(40211,1058,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(40212,1058,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(40213,1058,'is_vat_exempt','no'),(40214,1058,'_edit_lock','1647270536:2'),(40215,1058,'_edit_last','2'),(40216,1058,'_recorded_coupon_usage_counts','yes'),(40217,1055,'_edit_lock','1646954842:2'),(40218,1055,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179641\";s:12:\"date_shipped\";s:10:\"1646870400\";s:11:\"tracking_id\";s:32:\"9fea54a0e6656142a05e10ae68946f81\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179630\";s:12:\"date_shipped\";i:1646954976;s:11:\"tracking_id\";s:32:\"8b66a2db2fd8612aba89156376f4fa53\";}}'),(40219,1055,'_edit_last','2'),(40220,1055,'_date_completed','1646954979'),(40221,1055,'_completed_date','2022-03-10 23:29:39'),(40230,1058,'Payment type','instant'),(40231,1058,'_transaction_id','1SX445848M8401211'),(40232,1058,'_paypal_status','completed'),(40233,1058,'PayPal Transaction Fee','19.84'),(40234,1058,'_date_paid','1647029563'),(40235,1058,'_paid_date','2022-03-11 20:12:43'),(40236,1058,'_download_permissions_granted','yes'),(40237,1058,'_recorded_sales','yes'),(40238,1058,'_order_stock_reduced','yes'),(40239,1058,'_new_order_email_sent','true'),(40242,1059,'_order_key','wc_order_lFi5tzaiVErQw'),(40243,1059,'_customer_user','15'),(40244,1059,'_payment_method','paypal'),(40245,1059,'_payment_method_title','PayPal'),(40246,1059,'_customer_ip_address','172.15.92.16'),(40247,1059,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36 Edg/98.0.1108.56'),(40248,1059,'_created_via','checkout'),(40249,1059,'_cart_hash','34cc9140ef53d3249ed82e4b5c7bd5f0'),(40250,1059,'_billing_first_name','David'),(40251,1059,'_billing_last_name','Florsheim'),(40252,1059,'_billing_company','Lice Clincs of America'),(40253,1059,'_billing_address_1','11506 N Creekside Ct'),(40254,1059,'_billing_city','Mequon'),(40255,1059,'_billing_state','WI'),(40256,1059,'_billing_postcode','53092'),(40257,1059,'_billing_country','US'),(40258,1059,'_billing_email','info@liceclinicsmilwaukee.com'),(40259,1059,'_billing_phone','4142556550'),(40260,1059,'_shipping_first_name','Jillian'),(40261,1059,'_shipping_last_name','Kresal'),(40262,1059,'_shipping_company','LCA'),(40263,1059,'_shipping_address_1','124 N Broadway Suite L1'),(40264,1059,'_shipping_address_2','L1'),(40265,1059,'_shipping_city','DePere'),(40266,1059,'_shipping_state','WI'),(40267,1059,'_shipping_postcode','54115'),(40268,1059,'_shipping_country','US'),(40269,1059,'_order_currency','USD'),(40270,1059,'_cart_discount','0'),(40271,1059,'_cart_discount_tax','0'),(40272,1059,'_order_shipping','18.88'),(40273,1059,'_order_shipping_tax','0'),(40274,1059,'_order_tax','0'),(40275,1059,'_order_total','229.08'),(40276,1059,'_order_version','6.3.1'),(40277,1059,'_prices_include_tax','no'),(40278,1059,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(40279,1059,'_shipping_address_index','Jillian Kresal LCA 124 N Broadway Suite L1 L1 DePere WI 54115 US '),(40280,1059,'is_vat_exempt','no'),(40281,1059,'Payment type','instant'),(40282,1059,'_transaction_id','20Y156076D954132Y'),(40283,1059,'_paypal_status','completed'),(40284,1059,'PayPal Transaction Fee','8.48'),(40285,1059,'_date_paid','1647036691'),(40286,1059,'_paid_date','2022-03-11 22:11:31'),(40287,1059,'_download_permissions_granted','yes'),(40288,1059,'_recorded_sales','yes'),(40289,1059,'_recorded_coupon_usage_counts','yes'),(40290,1059,'_order_stock_reduced','yes'),(40291,1059,'_new_order_email_sent','true'),(40293,1060,'_order_key','wc_order_0ThMh6bMABkCh'),(40294,1060,'_customer_user','5'),(40295,1060,'_payment_method','paypal'),(40296,1060,'_payment_method_title','PayPal'),(40297,1060,'_customer_ip_address','71.59.205.126'),(40298,1060,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40299,1060,'_created_via','checkout'),(40300,1060,'_cart_hash','7c60a7bffe3098fd05a804f77d72c223'),(40301,1060,'_billing_first_name','Mark'),(40302,1060,'_billing_last_name','Meyer'),(40303,1060,'_billing_company','lice clinics of america- portland'),(40304,1060,'_billing_address_1','5201 SW Westgate Dr suite 106'),(40305,1060,'_billing_address_2','106'),(40306,1060,'_billing_city','portland'),(40307,1060,'_billing_state','OR'),(40308,1060,'_billing_postcode','97221'),(40309,1060,'_billing_country','US'),(40310,1060,'_billing_email','mark@nwliceclinics.com'),(40311,1060,'_billing_phone','5034040475'),(40312,1060,'_shipping_first_name','Mark'),(40313,1060,'_shipping_last_name','Meyer'),(40314,1060,'_shipping_company','lice clinics of america- portland'),(40315,1060,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(40316,1060,'_shipping_address_2','106'),(40317,1060,'_shipping_city','portland'),(40318,1060,'_shipping_state','OR'),(40319,1060,'_shipping_postcode','97221'),(40320,1060,'_shipping_country','US'),(40321,1060,'_order_currency','USD'),(40322,1060,'_cart_discount','0'),(40323,1060,'_cart_discount_tax','0'),(40324,1060,'_order_shipping','0'),(40325,1060,'_order_shipping_tax','0'),(40326,1060,'_order_tax','0'),(40327,1060,'_order_total','2539.86'),(40328,1060,'_order_version','6.3.1'),(40329,1060,'_prices_include_tax','no'),(40330,1060,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(40331,1060,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(40332,1060,'is_vat_exempt','no'),(40333,1060,'Payment type','instant'),(40334,1060,'_transaction_id','01P89608PD841751K'),(40335,1060,'_paypal_status','completed'),(40336,1060,'PayPal Transaction Fee','89.13'),(40337,1060,'_date_paid','1647039145'),(40338,1060,'_paid_date','2022-03-11 22:52:25'),(40339,1060,'_download_permissions_granted','yes'),(40340,1060,'_recorded_sales','yes'),(40341,1060,'_recorded_coupon_usage_counts','yes'),(40342,1060,'_order_stock_reduced','yes'),(40343,1060,'_new_order_email_sent','true'),(40344,1047,'Payment type','instant'),(40345,1047,'_transaction_id','0RD55700EH140462K'),(40346,1047,'_paypal_status','completed'),(40347,1047,'PayPal Transaction Fee','1.01'),(40348,1047,'_date_paid','1647039332'),(40349,1047,'_paid_date','2022-03-11 22:55:32'),(40350,1047,'_download_permissions_granted','yes'),(40351,1047,'_recorded_sales','yes'),(40352,1047,'_order_stock_reduced','yes'),(40353,1047,'_new_order_email_sent','true'),(40354,1061,'_order_key','wc_order_5wIzkkTPoFx0I'),(40355,1061,'_customer_user','37'),(40356,1061,'_payment_method','paypal'),(40357,1061,'_payment_method_title','PayPal'),(40358,1061,'_customer_ip_address','71.28.42.25'),(40359,1061,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36 Edg/99.0.1150.39'),(40360,1061,'_created_via','checkout'),(40361,1061,'_cart_hash','d556669f13dd12612c02f205d21e526a'),(40362,1061,'_billing_first_name','Melody'),(40363,1061,'_billing_last_name','Carter'),(40364,1061,'_billing_company','Family Hair Clinic of South Ga LLC'),(40365,1061,'_billing_address_1','7754 GA HIGHWAY 122 W'),(40366,1061,'_billing_city','HAHIRA'),(40367,1061,'_billing_state','GA'),(40368,1061,'_billing_postcode','31632-2210'),(40369,1061,'_billing_country','US'),(40370,1061,'_billing_email','familyhairclinic@gmail.com'),(40371,1061,'_billing_phone','2294151748'),(40372,1061,'_shipping_first_name','Melody'),(40373,1061,'_shipping_last_name','Carter'),(40374,1061,'_shipping_company','LCA Family Hair Clinic'),(40375,1061,'_shipping_address_1','7754 GA Highway 122 W'),(40376,1061,'_shipping_city','Hahira'),(40377,1061,'_shipping_state','GA'),(40378,1061,'_shipping_postcode','31632'),(40379,1061,'_shipping_country','US'),(40380,1061,'_order_currency','USD'),(40381,1061,'_cart_discount','0'),(40382,1061,'_cart_discount_tax','0'),(40383,1061,'_order_shipping','45.44'),(40384,1061,'_order_shipping_tax','0'),(40385,1061,'_order_tax','0'),(40386,1061,'_order_total','191.12'),(40387,1061,'_order_version','6.3.1'),(40388,1061,'_prices_include_tax','no'),(40389,1061,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(40390,1061,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(40391,1061,'is_vat_exempt','no'),(40392,1062,'_order_key','wc_order_hrKfMfzKHV1bA'),(40393,1062,'_customer_user','28'),(40394,1062,'_payment_method','paypal'),(40395,1062,'_payment_method_title','PayPal'),(40396,1062,'_customer_ip_address','172.115.255.171'),(40397,1062,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40398,1062,'_created_via','checkout'),(40399,1062,'_cart_hash','0fc8b8ebb4a1e0729c373ab389513a6a'),(40400,1062,'_billing_first_name','Kelli'),(40401,1062,'_billing_last_name','Washington'),(40402,1062,'_billing_company','Lice Clinics of America - Temecula'),(40403,1062,'_billing_address_1','2438 Bear Rock Gln'),(40404,1062,'_billing_city','Escondido'),(40405,1062,'_billing_state','CA'),(40406,1062,'_billing_postcode','92026'),(40407,1062,'_billing_country','US'),(40408,1062,'_billing_email','info@liceclinicstemecula.com'),(40409,1062,'_billing_phone','7606255580'),(40410,1062,'_shipping_first_name','Kelli'),(40411,1062,'_shipping_last_name','Washington'),(40412,1062,'_shipping_company','Lice Clinics of America - Temecula'),(40413,1062,'_shipping_address_1','2438 Bear Rock Gln'),(40414,1062,'_shipping_city','Escondido'),(40415,1062,'_shipping_state','CA'),(40416,1062,'_shipping_postcode','92026'),(40417,1062,'_shipping_country','US'),(40418,1062,'_order_currency','USD'),(40419,1062,'_cart_discount','0'),(40420,1062,'_cart_discount_tax','0'),(40421,1062,'_order_shipping','31.09'),(40422,1062,'_order_shipping_tax','0'),(40423,1062,'_order_tax','0'),(40424,1062,'_order_total','322.45'),(40425,1062,'_order_version','6.3.1'),(40426,1062,'_prices_include_tax','no'),(40427,1062,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(40428,1062,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(40429,1062,'is_vat_exempt','no'),(40430,1062,'Payment type','instant'),(40431,1062,'_transaction_id','2YD94191X8306761G'),(40432,1062,'_paypal_status','completed'),(40433,1062,'PayPal Transaction Fee','11.74'),(40434,1062,'_date_paid','1647131480'),(40435,1062,'_paid_date','2022-03-13 00:31:20'),(40436,1062,'_download_permissions_granted','yes'),(40437,1062,'_recorded_sales','yes'),(40438,1062,'_recorded_coupon_usage_counts','yes'),(40439,1062,'_order_stock_reduced','yes'),(40440,1062,'_new_order_email_sent','true'),(40479,1064,'_order_key','wc_order_84ZLGEDDiVMar'),(40480,1064,'_customer_user','50'),(40481,1064,'_payment_method','paypal'),(40482,1064,'_payment_method_title','PayPal'),(40483,1064,'_customer_ip_address','73.126.237.59'),(40484,1064,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50'),(40485,1064,'_created_via','checkout'),(40486,1064,'_cart_hash','aa75be21fe2189453ebf8a53b2ceeed4'),(40487,1064,'_billing_first_name','Christine'),(40488,1064,'_billing_last_name','Cherry'),(40489,1064,'_billing_company','NITS END'),(40490,1064,'_billing_address_1','PO BOX 1092'),(40491,1064,'_billing_city','Campton'),(40492,1064,'_billing_state','NH'),(40493,1064,'_billing_postcode','03223'),(40494,1064,'_billing_country','US'),(40495,1064,'_billing_email','info@liceclinicsplaistow.com'),(40496,1064,'_billing_phone','16034983390'),(40497,1064,'_shipping_first_name','Megan'),(40498,1064,'_shipping_last_name','O\'Neil'),(40499,1064,'_shipping_company','NITS END'),(40500,1064,'_shipping_address_1','18 Sheridan St'),(40501,1064,'_shipping_city','Haverhill'),(40502,1064,'_shipping_state','MA'),(40503,1064,'_shipping_postcode','01830'),(40504,1064,'_shipping_country','US'),(40505,1064,'_order_currency','USD'),(40506,1064,'_cart_discount','0'),(40507,1064,'_cart_discount_tax','0'),(40508,1064,'_order_shipping','20.28'),(40509,1064,'_order_shipping_tax','0'),(40510,1064,'_order_tax','0'),(40511,1064,'_order_total','219.72'),(40512,1064,'_order_version','6.3.1'),(40513,1064,'_prices_include_tax','no'),(40514,1064,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(40515,1064,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(40516,1064,'is_vat_exempt','no'),(40517,1064,'Payment type','instant'),(40518,1064,'_transaction_id','7G3248691X966740B'),(40519,1064,'_paypal_status','completed'),(40520,1064,'PayPal Transaction Fee','8.16'),(40521,1064,'_date_paid','1647200740'),(40522,1064,'_paid_date','2022-03-13 19:45:40'),(40523,1064,'_download_permissions_granted','yes'),(40524,1064,'_recorded_sales','yes'),(40525,1064,'_recorded_coupon_usage_counts','yes'),(40526,1064,'_order_stock_reduced','yes'),(40527,1064,'_new_order_email_sent','true'),(40528,1065,'_order_key','wc_order_Aj21fleJz7Ah1'),(40529,1065,'_customer_user','64'),(40530,1065,'_payment_method','paypal'),(40531,1065,'_payment_method_title','PayPal'),(40532,1065,'_customer_ip_address','12.29.220.91'),(40533,1065,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40534,1065,'_created_via','checkout'),(40535,1065,'_cart_hash','8c528f18e32a50a55a0ba923d350f064'),(40536,1065,'_billing_first_name','Barrie'),(40537,1065,'_billing_last_name','Desmond'),(40538,1065,'_billing_address_1','50 ALAHELE PL'),(40539,1065,'_billing_city','Kihei'),(40540,1065,'_billing_state','HI'),(40541,1065,'_billing_postcode','96753-7809'),(40542,1065,'_billing_country','US'),(40543,1065,'_billing_email','info@liceclinicshawaii.com'),(40544,1065,'_billing_phone','8082834247'),(40545,1065,'_shipping_first_name','Barrie'),(40546,1065,'_shipping_last_name','Desmond'),(40547,1065,'_shipping_address_1','50 ALAHELE PL'),(40548,1065,'_shipping_city','Kihei'),(40549,1065,'_shipping_state','HI'),(40550,1065,'_shipping_postcode','96753-7809'),(40551,1065,'_shipping_country','US'),(40552,1065,'_order_currency','USD'),(40553,1065,'_cart_discount','0'),(40554,1065,'_cart_discount_tax','0'),(40555,1065,'_order_shipping','758.74'),(40556,1065,'_order_shipping_tax','0'),(40557,1065,'_order_tax','0'),(40558,1065,'_order_total','1507.45'),(40559,1065,'_order_version','6.3.1'),(40560,1065,'_prices_include_tax','no'),(40561,1065,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(40562,1065,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(40563,1065,'is_vat_exempt','no'),(40564,1059,'_edit_lock','1647270349:2'),(40565,1059,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179799\";s:12:\"date_shipped\";i:1647270410;s:11:\"tracking_id\";s:32:\"af2fcacbdb2141e7f69e672f5015af6f\";}}'),(40566,1059,'_edit_last','2'),(40567,1059,'_date_completed','1647270413'),(40568,1059,'_completed_date','2022-03-14 15:06:53'),(40569,1060,'_edit_lock','1647294836:2'),(40570,1062,'_edit_lock','1647278546:2'),(40571,1064,'_edit_lock','1647270526:2'),(40572,1064,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179788\";s:12:\"date_shipped\";s:10:\"1647216000\";s:11:\"tracking_id\";s:32:\"f408223ba29605ff4e140caf327cfbb9\";}}'),(40573,1064,'_edit_last','2'),(40574,1064,'_date_completed','1647270519'),(40575,1064,'_completed_date','2022-03-14 15:08:39'),(40576,1058,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179777\";s:12:\"date_shipped\";s:10:\"1646956800\";s:11:\"tracking_id\";s:32:\"721ec26858bdb1a520a5a2b070b04a24\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179766\";s:12:\"date_shipped\";i:1647270578;s:11:\"tracking_id\";s:32:\"1f797fe04f510a47ea8e0c4f8530d5f6\";}}'),(40577,1058,'_date_completed','1647270583'),(40578,1058,'_completed_date','2022-03-14 15:09:43'),(40579,1062,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179803\";s:12:\"date_shipped\";s:10:\"1647216000\";s:11:\"tracking_id\";s:32:\"b079962ff8a5a8e44d1552fbad1014b8\";}}'),(40580,1062,'_edit_last','2'),(40581,1062,'_date_completed','1647275026'),(40582,1062,'_completed_date','2022-03-14 16:23:46'),(40583,1066,'_order_key','wc_order_LcqJFgfjrXGgy'),(40584,1066,'_customer_user','0'),(40585,1066,'_payment_method','paypal'),(40586,1066,'_payment_method_title','PayPal'),(40587,1066,'_customer_ip_address','96.235.161.31'),(40588,1066,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40589,1066,'_created_via','checkout'),(40590,1066,'_cart_hash','7d7af605feb66921753bb9b5d548401d'),(40591,1066,'_billing_first_name','Meredith'),(40592,1066,'_billing_last_name','Croy'),(40593,1066,'_billing_company','Meredith Croy'),(40594,1066,'_billing_address_1','749 ARDEN RD'),(40595,1066,'_billing_city','JENKINTOWN'),(40596,1066,'_billing_state','PA'),(40597,1066,'_billing_postcode','19046-1524'),(40598,1066,'_billing_country','US'),(40599,1066,'_billing_email','designer303@aol.com'),(40600,1066,'_billing_phone','2672501243'),(40601,1066,'_shipping_first_name','Elisabeth'),(40602,1066,'_shipping_last_name','Newell'),(40603,1066,'_shipping_address_1','110 Alburger Ave'),(40604,1066,'_shipping_city','Philadelphia'),(40605,1066,'_shipping_state','PA'),(40606,1066,'_shipping_postcode','19115'),(40607,1066,'_shipping_country','US'),(40608,1066,'_order_currency','USD'),(40609,1066,'_cart_discount','0'),(40610,1066,'_cart_discount_tax','0'),(40611,1066,'_order_shipping','42.12'),(40612,1066,'_order_shipping_tax','0'),(40613,1066,'_order_tax','0'),(40614,1066,'_order_total','352.44'),(40615,1066,'_order_version','6.3.1'),(40616,1066,'_prices_include_tax','no'),(40617,1066,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(40618,1066,'_shipping_address_index','Elisabeth Newell  110 Alburger Ave  Philadelphia PA 19115 US '),(40619,1066,'is_vat_exempt','no'),(40620,1066,'_edit_lock','1648053505:2'),(40621,1066,'_edit_last','2'),(40622,1066,'_recorded_coupon_usage_counts','yes'),(40623,1060,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179869\";s:12:\"date_shipped\";s:10:\"1647216000\";s:11:\"tracking_id\";s:32:\"9c60afb97eb451bf95400158fa631b20\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179858\";s:12:\"date_shipped\";i:1647294915;s:11:\"tracking_id\";s:32:\"1f65e6f3b26a4c00e4439fc2c53547cd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179847\";s:12:\"date_shipped\";i:1647294938;s:11:\"tracking_id\";s:32:\"1c908b2cf6dd1bd70fd6edb904564894\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179836\";s:12:\"date_shipped\";i:1647294946;s:11:\"tracking_id\";s:32:\"b79da55eccf857448f87110f61ed9315\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179825\";s:12:\"date_shipped\";i:1647294955;s:11:\"tracking_id\";s:32:\"d65adf8ec81320f12cdf03f430152beb\";}}'),(40624,1060,'_edit_last','2'),(40625,1060,'_date_completed','1647294959'),(40626,1060,'_completed_date','2022-03-14 21:55:59'),(40627,1046,'Payment type','instant'),(40628,1046,'_transaction_id','7UX96844MV641881E'),(40629,1046,'_paypal_status','completed'),(40630,1046,'PayPal Transaction Fee','8.14'),(40631,1046,'_date_paid','1647324448'),(40632,1046,'_paid_date','2022-03-15 06:07:28'),(40633,1046,'_download_permissions_granted','yes'),(40634,1046,'_recorded_sales','yes'),(40635,1046,'_order_stock_reduced','yes'),(40636,1046,'_new_order_email_sent','true'),(40637,1046,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180016\";s:12:\"date_shipped\";s:10:\"1647302400\";s:11:\"tracking_id\";s:32:\"163c62e5fe599253f855f1a8ff2f3a2a\";}}'),(40638,1046,'_date_completed','1647365314'),(40639,1046,'_completed_date','2022-03-15 17:28:34'),(40640,1065,'acfw_shipping_discount_recalc','yes'),(40641,1065,'_edit_lock','1647623712:2'),(40642,1065,'_edit_last','2'),(40643,1065,'_recorded_coupon_usage_counts','yes'),(40644,515,'_used_by','64'),(40683,1068,'_order_key','wc_order_6s0jzGNT003p0'),(40684,1068,'_customer_user','0'),(40685,1068,'_payment_method','paypal'),(40686,1068,'_payment_method_title','PayPal'),(40687,1068,'_customer_ip_address','136.49.57.192'),(40688,1068,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40689,1068,'_created_via','checkout'),(40690,1068,'_cart_hash','b2a8083a2894b76ac51f6ba5309dbe09'),(40691,1068,'_billing_first_name','Lee'),(40692,1068,'_billing_last_name','Rogers'),(40693,1068,'_billing_company','United States'),(40694,1068,'_billing_address_1','40 N Interstate 35'),(40695,1068,'_billing_address_2','APT 4B2'),(40696,1068,'_billing_city','Austin'),(40697,1068,'_billing_state','TX'),(40698,1068,'_billing_postcode','78701'),(40699,1068,'_billing_country','US'),(40700,1068,'_billing_email','leerogers@flash.net'),(40701,1068,'_billing_phone','316-727-9951'),(40702,1068,'_shipping_first_name','Kaitlin'),(40703,1068,'_shipping_last_name','Ryan'),(40704,1068,'_shipping_company','LCA Dublin'),(40705,1068,'_shipping_address_1','5910 Wilcox Place'),(40706,1068,'_shipping_address_2','Suite E'),(40707,1068,'_shipping_city','Dublin'),(40708,1068,'_shipping_state','OH'),(40709,1068,'_shipping_postcode','43016'),(40710,1068,'_shipping_country','US'),(40711,1068,'_order_currency','USD'),(40712,1068,'_cart_discount','0'),(40713,1068,'_cart_discount_tax','0'),(40714,1068,'_order_shipping','0'),(40715,1068,'_order_shipping_tax','0'),(40716,1068,'_order_tax','0'),(40717,1068,'_order_total','1009.72'),(40718,1068,'_order_version','6.3.1'),(40719,1068,'_prices_include_tax','no'),(40720,1068,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(40721,1068,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(40722,1068,'is_vat_exempt','no'),(40723,1068,'Payment type','instant'),(40724,1068,'_transaction_id','1HM456617L3601313'),(40725,1068,'_paypal_status','completed'),(40726,1068,'PayPal Transaction Fee','35.73'),(40727,1068,'_date_paid','1647375900'),(40728,1068,'_paid_date','2022-03-15 20:25:00'),(40729,1068,'_download_permissions_granted','yes'),(40730,1068,'_recorded_sales','yes'),(40731,1068,'_recorded_coupon_usage_counts','yes'),(40732,1068,'_order_stock_reduced','yes'),(40733,1068,'_new_order_email_sent','true'),(40734,1069,'_order_key','wc_order_LCSKPEq6zw1NB'),(40735,1069,'_customer_user','47'),(40736,1069,'_payment_method','paypal'),(40737,1069,'_payment_method_title','PayPal'),(40738,1069,'_customer_ip_address','136.50.10.195'),(40739,1069,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(40740,1069,'_created_via','checkout'),(40741,1069,'_cart_hash','d02aa020cb00266962d7549c3ec1803f'),(40742,1069,'_billing_first_name','Tracy'),(40743,1069,'_billing_last_name','Copeland'),(40744,1069,'_billing_company','South Texas Lice Clinics LLC'),(40745,1069,'_billing_address_1','14223 Silverhollow'),(40746,1069,'_billing_city','San Antonio'),(40747,1069,'_billing_state','TX'),(40748,1069,'_billing_postcode','78232'),(40749,1069,'_billing_country','US'),(40750,1069,'_billing_email','info@liceclinicsanantoniowest.com'),(40751,1069,'_billing_phone','2103135033'),(40752,1069,'_shipping_first_name','Tracy'),(40753,1069,'_shipping_last_name','Copeland'),(40754,1069,'_shipping_company','South Texas Lice Clinics LLC'),(40755,1069,'_shipping_address_1','14223 Silverhollow'),(40756,1069,'_shipping_city','San Antonio'),(40757,1069,'_shipping_state','TX'),(40758,1069,'_shipping_postcode','78232'),(40759,1069,'_shipping_country','US'),(40760,1069,'_order_currency','USD'),(40761,1069,'_cart_discount','0'),(40762,1069,'_cart_discount_tax','0'),(40763,1069,'_order_shipping','0'),(40764,1069,'_order_shipping_tax','0'),(40765,1069,'_order_tax','0'),(40766,1069,'_order_total','559.24'),(40767,1069,'_order_version','6.3.1'),(40768,1069,'_prices_include_tax','no'),(40769,1069,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(40770,1069,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(40771,1069,'is_vat_exempt','no'),(40772,1069,'Payment type','instant'),(40773,1069,'_transaction_id','39J95181PE177983X'),(40774,1069,'_paypal_status','completed'),(40775,1069,'PayPal Transaction Fee','20.01'),(40776,1069,'_date_paid','1647383849'),(40777,1069,'_paid_date','2022-03-15 22:37:29'),(40778,1069,'_download_permissions_granted','yes'),(40779,1069,'_recorded_sales','yes'),(40780,1069,'_recorded_coupon_usage_counts','yes'),(40781,1069,'_order_stock_reduced','yes'),(40782,1069,'_new_order_email_sent','true'),(40783,1070,'_order_key','wc_order_ZVZmJWKZWUt7g'),(40784,1070,'_customer_user','47'),(40785,1070,'_payment_method','paypal'),(40786,1070,'_payment_method_title','PayPal'),(40787,1070,'_customer_ip_address','136.50.10.195'),(40788,1070,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(40789,1070,'_created_via','checkout'),(40790,1070,'_cart_hash','4d26b9b45e32d7ee83afb911bea7ac00'),(40791,1070,'_billing_first_name','Tracy'),(40792,1070,'_billing_last_name','Copeland'),(40793,1070,'_billing_company','South Texas Lice Clinics LLC'),(40794,1070,'_billing_address_1','14223 Silverhollow'),(40795,1070,'_billing_city','San Antonio'),(40796,1070,'_billing_state','TX'),(40797,1070,'_billing_postcode','78232'),(40798,1070,'_billing_country','US'),(40799,1070,'_billing_email','info@liceclinicsanantoniowest.com'),(40800,1070,'_billing_phone','2103135033'),(40801,1070,'_shipping_first_name','Tracy'),(40802,1070,'_shipping_last_name','Copeland'),(40803,1070,'_shipping_company','South Texas Lice Clinics LLC'),(40804,1070,'_shipping_address_1','14223 Silverhollow'),(40805,1070,'_shipping_city','San Antonio'),(40806,1070,'_shipping_state','TX'),(40807,1070,'_shipping_postcode','78232'),(40808,1070,'_shipping_country','US'),(40809,1070,'_order_currency','USD'),(40810,1070,'_cart_discount','0'),(40811,1070,'_cart_discount_tax','0'),(40812,1070,'_order_shipping','0'),(40813,1070,'_order_shipping_tax','0'),(40814,1070,'_order_tax','0'),(40815,1070,'_order_total','584.44'),(40816,1070,'_order_version','6.3.1'),(40817,1070,'_prices_include_tax','no'),(40818,1070,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(40819,1070,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow  San Antonio TX 78232 US '),(40820,1070,'is_vat_exempt','no'),(40821,1070,'Payment type','instant'),(40822,1070,'_transaction_id','4BN603765U3240932'),(40823,1070,'_paypal_status','completed'),(40824,1070,'PayPal Transaction Fee','20.89'),(40825,1070,'_date_paid','1647384705'),(40826,1070,'_paid_date','2022-03-15 22:51:45'),(40827,1070,'_download_permissions_granted','yes'),(40828,1070,'_recorded_sales','yes'),(40829,1070,'_recorded_coupon_usage_counts','yes'),(40830,1070,'_order_stock_reduced','yes'),(40831,1070,'_new_order_email_sent','true'),(40832,1071,'_order_key','wc_order_3dcKOl5ldZEVn'),(40833,1071,'_customer_user','47'),(40834,1071,'_payment_method','paypal'),(40835,1071,'_payment_method_title','PayPal'),(40836,1071,'_customer_ip_address','136.50.10.195'),(40837,1071,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(40838,1071,'_created_via','checkout'),(40839,1071,'_cart_hash','dd26fad1d6e5d5298660a1530126846e'),(40840,1071,'_billing_first_name','Tracy'),(40841,1071,'_billing_last_name','Copeland'),(40842,1071,'_billing_company','LCA SA East'),(40843,1071,'_billing_address_1','14223 Silverhollow'),(40844,1071,'_billing_city','San Antonio'),(40845,1071,'_billing_state','TX'),(40846,1071,'_billing_postcode','78232'),(40847,1071,'_billing_country','US'),(40848,1071,'_billing_email','info@liceclinicsanantoniowest.com'),(40849,1071,'_billing_phone','2103135033'),(40850,1071,'_shipping_first_name','Tracy'),(40851,1071,'_shipping_last_name','Copeland'),(40852,1071,'_shipping_company','LCA SA East'),(40853,1071,'_shipping_address_1','14223 Silverhollow'),(40854,1071,'_shipping_city','San Antonio'),(40855,1071,'_shipping_state','TX'),(40856,1071,'_shipping_postcode','78232'),(40857,1071,'_shipping_country','US'),(40858,1071,'_order_currency','USD'),(40859,1071,'_cart_discount','0'),(40860,1071,'_cart_discount_tax','0'),(40861,1071,'_order_shipping','45.6'),(40862,1071,'_order_shipping_tax','0'),(40863,1071,'_order_tax','0'),(40864,1071,'_order_total','684.49'),(40865,1071,'_order_version','6.3.1'),(40866,1071,'_prices_include_tax','no'),(40867,1071,'_billing_address_index','Tracy Copeland LCA SA East 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(40868,1071,'_shipping_address_index','Tracy Copeland LCA SA East 14223 Silverhollow  San Antonio TX 78232 US '),(40869,1071,'is_vat_exempt','no'),(40870,1071,'Payment type','instant'),(40871,1071,'_transaction_id','26J56421T4662354W'),(40872,1071,'_paypal_status','completed'),(40873,1071,'PayPal Transaction Fee','24.38'),(40874,1071,'_date_paid','1647385296'),(40875,1071,'_paid_date','2022-03-15 23:01:36'),(40876,1071,'_download_permissions_granted','yes'),(40877,1071,'_recorded_sales','yes'),(40878,1071,'_recorded_coupon_usage_counts','yes'),(40879,1071,'_order_stock_reduced','yes'),(40880,1071,'_new_order_email_sent','true'),(40881,226,'_edit_lock','1647389206:2'),(40882,226,'_edit_last','2'),(40885,1066,'Payment type','instant'),(40886,1066,'_transaction_id','3458581498494281F'),(40887,1066,'_paypal_status','completed'),(40888,1066,'PayPal Transaction Fee','12.79'),(40889,1066,'_date_paid','1647442058'),(40890,1066,'_paid_date','2022-03-16 14:47:38'),(40891,1066,'_download_permissions_granted','yes'),(40892,1066,'_recorded_sales','yes'),(40893,1066,'_order_stock_reduced','yes'),(40894,1066,'_new_order_email_sent','true'),(40895,1068,'_edit_lock','1647455992:2'),(40896,1068,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180082\";s:12:\"date_shipped\";s:10:\"1647388800\";s:11:\"tracking_id\";s:32:\"9e6fefd4fcf4395c2d33483fe510c248\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180071\";s:12:\"date_shipped\";i:1647456013;s:11:\"tracking_id\";s:32:\"c1b9d36bb60bce5a57cec72467a22dfd\";}}'),(40897,1068,'_edit_last','2'),(40898,1068,'_date_completed','1647456020'),(40899,1068,'_completed_date','2022-03-16 18:40:20'),(40907,1072,'_order_key','wc_order_UK7q68PYb2Mef'),(40908,1072,'_customer_user','54'),(40909,1072,'_payment_method','paypal'),(40910,1072,'_payment_method_title','PayPal'),(40911,1072,'_customer_ip_address','71.239.20.69'),(40912,1072,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14469.41.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.57 Safari/537.36'),(40913,1072,'_created_via','checkout'),(40914,1072,'_cart_hash','b22fd4cf10c8899ed67da7c77bf4c008'),(40915,1072,'_billing_first_name','Erin'),(40916,1072,'_billing_last_name','Hawn'),(40917,1072,'_billing_address_1','10 W Phillip Rd'),(40918,1072,'_billing_address_2','123'),(40919,1072,'_billing_city','Vernon Hills'),(40920,1072,'_billing_state','IL'),(40921,1072,'_billing_postcode','60061'),(40922,1072,'_billing_country','US'),(40923,1072,'_billing_email','info@liceclinicsvernonhills.com'),(40924,1072,'_billing_phone','8475960408'),(40925,1072,'_shipping_first_name','Erin'),(40926,1072,'_shipping_last_name','Hawn'),(40927,1072,'_shipping_address_1','1491 S Amarias Dr'),(40928,1072,'_shipping_city','Round lake'),(40929,1072,'_shipping_state','IL'),(40930,1072,'_shipping_postcode','60073'),(40931,1072,'_shipping_country','US'),(40932,1072,'_order_currency','USD'),(40933,1072,'_cart_discount','0'),(40934,1072,'_cart_discount_tax','0'),(40935,1072,'_order_shipping','0'),(40936,1072,'_order_shipping_tax','0'),(40937,1072,'_order_tax','0'),(40938,1072,'_order_total','735.44'),(40939,1072,'_order_version','6.3.1'),(40940,1072,'_prices_include_tax','no'),(40941,1072,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(40942,1072,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(40943,1072,'is_vat_exempt','no'),(40944,1073,'_order_key','wc_order_LCUXoTYsgfztl'),(40945,1073,'_customer_user','11'),(40946,1073,'_payment_method','paypal'),(40947,1073,'_payment_method_title','PayPal'),(40948,1073,'_customer_ip_address','74.131.22.162'),(40949,1073,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(40950,1073,'_created_via','checkout'),(40951,1073,'_cart_hash','e8aab88e930bfe7d2ee5d18684363c5e'),(40952,1073,'_billing_first_name','Tina'),(40953,1073,'_billing_last_name','Hunt'),(40954,1073,'_billing_company','LCBG, LLC'),(40955,1073,'_billing_address_1','830 Fairview Ave.'),(40956,1073,'_billing_address_2','Suite A-4'),(40957,1073,'_billing_city','Bowling Green'),(40958,1073,'_billing_state','KY'),(40959,1073,'_billing_postcode','42101'),(40960,1073,'_billing_country','US'),(40961,1073,'_billing_email','info@liceclinicsbowlinggreen.com'),(40962,1073,'_billing_phone','2709996803'),(40963,1073,'_shipping_first_name','Tina'),(40964,1073,'_shipping_last_name','Hunt'),(40965,1073,'_shipping_address_1','494 Hub Boulevard'),(40966,1073,'_shipping_address_2','Apt 1012'),(40967,1073,'_shipping_city','Bowling Green'),(40968,1073,'_shipping_state','KY'),(40969,1073,'_shipping_postcode','42101'),(40970,1073,'_shipping_country','US'),(40971,1073,'_order_currency','USD'),(40972,1073,'_cart_discount','0'),(40973,1073,'_cart_discount_tax','0'),(40974,1073,'_order_shipping','15.3'),(40975,1073,'_order_shipping_tax','0'),(40976,1073,'_order_tax','0'),(40977,1073,'_order_total','277.14'),(40978,1073,'_order_version','6.3.1'),(40979,1073,'_prices_include_tax','no'),(40980,1073,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(40981,1073,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(40982,1073,'is_vat_exempt','no'),(40983,1073,'Payment type','instant'),(40984,1073,'_transaction_id','30A97970N20936104'),(40985,1073,'_paypal_status','completed'),(40986,1073,'PayPal Transaction Fee','10.16'),(40987,1073,'_date_paid','1647460194'),(40988,1073,'_paid_date','2022-03-16 19:49:54'),(40989,1073,'_download_permissions_granted','yes'),(40990,1073,'_recorded_sales','yes'),(40991,1073,'_recorded_coupon_usage_counts','yes'),(40992,1073,'_order_stock_reduced','yes'),(40993,1073,'_new_order_email_sent','true'),(40994,1024,'Payment type','instant'),(40995,1024,'_transaction_id','0FC9485884760313C'),(40996,1024,'_paypal_status','completed'),(40997,1024,'PayPal Transaction Fee','3.79'),(40998,1024,'_date_paid','1647464998'),(40999,1024,'_paid_date','2022-03-16 21:09:58'),(41000,1024,'_download_permissions_granted','yes'),(41001,1024,'_recorded_sales','yes'),(41002,1024,'_order_stock_reduced','yes'),(41003,1024,'_new_order_email_sent','true'),(41004,1065,'Payment type','instant'),(41005,1065,'_transaction_id','9XE388994J8826806'),(41006,1065,'_paypal_status','completed'),(41007,1065,'PayPal Transaction Fee','53.10'),(41008,1065,'_date_paid','1647466533'),(41009,1065,'_paid_date','2022-03-16 21:35:33'),(41010,1065,'_download_permissions_granted','yes'),(41011,1065,'_recorded_sales','yes'),(41012,1065,'_order_stock_reduced','yes'),(41013,1065,'_new_order_email_sent','true'),(41014,1072,'_edit_lock','1648053625:2'),(41015,1072,'_edit_last','2'),(41016,1072,'_recorded_coupon_usage_counts','yes'),(41017,1071,'_edit_lock','1647468574:2'),(41018,1070,'_edit_lock','1647468489:2'),(41019,1069,'_edit_lock','1647468564:2'),(41020,1071,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180141\";s:12:\"date_shipped\";s:10:\"1647388800\";s:11:\"tracking_id\";s:32:\"9b91da36d33662da1237128a437d2fec\";}}'),(41021,1071,'_edit_last','2'),(41022,1071,'_date_completed','1647468599'),(41023,1071,'_completed_date','2022-03-16 22:09:59'),(41024,1070,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180130\";s:12:\"date_shipped\";s:10:\"1647388800\";s:11:\"tracking_id\";s:32:\"8c5006aefa65786690ef2d8e615b6744\";}}'),(41025,1070,'_edit_last','2'),(41026,1070,'_date_completed','1647468621'),(41027,1070,'_completed_date','2022-03-16 22:10:21'),(41028,1069,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180120\";s:12:\"date_shipped\";s:10:\"1647388800\";s:11:\"tracking_id\";s:32:\"c6e8378bc7568f0c9ba7a39f81493767\";}}'),(41029,1069,'_edit_last','2'),(41030,1069,'_date_completed','1647468699'),(41031,1069,'_completed_date','2022-03-16 22:11:39'),(41032,1073,'_edit_lock','1647533686:2'),(41033,1073,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180222\";s:12:\"date_shipped\";s:10:\"1647475200\";s:11:\"tracking_id\";s:32:\"d054453c58e982e40cf4ace8be849a43\";}}'),(41034,1073,'_edit_last','2'),(41035,1073,'_date_completed','1647533798'),(41036,1073,'_completed_date','2022-03-17 16:16:38'),(41037,1024,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180244\";s:12:\"date_shipped\";s:10:\"1647475200\";s:11:\"tracking_id\";s:32:\"8c3e93ba482eec1cc8021881706c547f\";}}'),(41038,1024,'_date_completed','1647533869'),(41039,1024,'_completed_date','2022-03-17 16:17:49'),(41040,1053,'Payment type','instant'),(41041,1053,'_transaction_id','34053804HB1854827'),(41042,1053,'_paypal_status','completed'),(41043,1053,'PayPal Transaction Fee','1.08'),(41044,1053,'_date_paid','1647618886'),(41045,1053,'_paid_date','2022-03-18 15:54:46'),(41046,1053,'_download_permissions_granted','yes'),(41047,1053,'_recorded_sales','yes'),(41048,1053,'_order_stock_reduced','yes'),(41049,1053,'_new_order_email_sent','true'),(41050,1044,'Payment type','instant'),(41051,1044,'_transaction_id','6SP02887JW506773T'),(41052,1044,'_paypal_status','completed'),(41053,1044,'PayPal Transaction Fee','30.82'),(41054,1044,'_date_paid','1647623443'),(41055,1044,'_paid_date','2022-03-18 17:10:43'),(41056,1044,'_download_permissions_granted','yes'),(41057,1044,'_recorded_sales','yes'),(41058,1044,'_order_stock_reduced','yes'),(41059,1044,'_new_order_email_sent','true'),(41060,1065,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180255\";s:12:\"date_shipped\";s:10:\"1647561600\";s:11:\"tracking_id\";s:32:\"f905e75b56fa774c220d8b6353f8952c\";}}'),(41061,1065,'_date_completed','1647623798'),(41062,1065,'_completed_date','2022-03-18 17:16:38'),(41063,1047,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830179814\";s:12:\"date_shipped\";s:10:\"1647561600\";s:11:\"tracking_id\";s:32:\"968acc9d8d634033a09055d5490d46bc\";}}'),(41064,1047,'_date_completed','1647623919'),(41065,1047,'_completed_date','2022-03-18 17:18:39'),(41066,1075,'_order_key','wc_order_eLry8ekSKgcS8'),(41067,1075,'_customer_user','6'),(41068,1075,'_payment_method','paypal'),(41069,1075,'_payment_method_title','PayPal'),(41070,1075,'_customer_ip_address','76.20.84.214'),(41071,1075,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(41072,1075,'_created_via','checkout'),(41073,1075,'_cart_hash','5d8d5e9baf523c92792a9268df44423f'),(41074,1075,'_billing_first_name','Amira'),(41075,1075,'_billing_last_name','Purto'),(41076,1075,'_billing_address_1','2628 Acapulco Way'),(41077,1075,'_billing_city','Modesto'),(41078,1075,'_billing_state','CA'),(41079,1075,'_billing_postcode','95355'),(41080,1075,'_billing_country','US'),(41081,1075,'_billing_email','amira77@sbcglobal.net'),(41082,1075,'_billing_phone','2096422061'),(41083,1075,'_shipping_first_name','Amira'),(41084,1075,'_shipping_last_name','Purto'),(41085,1075,'_shipping_address_1','2628 Acapulco Way'),(41086,1075,'_shipping_city','Modesto'),(41087,1075,'_shipping_state','CA'),(41088,1075,'_shipping_postcode','95355'),(41089,1075,'_shipping_country','US'),(41090,1075,'_order_currency','USD'),(41091,1075,'_cart_discount','0'),(41092,1075,'_cart_discount_tax','0'),(41093,1075,'_order_shipping','0'),(41094,1075,'_order_shipping_tax','0'),(41095,1075,'_order_tax','0'),(41096,1075,'_order_total','1483.10'),(41097,1075,'_order_version','6.3.1'),(41098,1075,'_prices_include_tax','no'),(41099,1075,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(41100,1075,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(41101,1075,'is_vat_exempt','no'),(41102,1075,'Payment type','instant'),(41103,1075,'_transaction_id','8CP24149UR016043K'),(41104,1075,'_paypal_status','completed'),(41105,1075,'PayPal Transaction Fee','52.25'),(41106,1075,'_date_paid','1647628389'),(41107,1075,'_paid_date','2022-03-18 18:33:09'),(41108,1075,'_download_permissions_granted','yes'),(41109,1075,'_recorded_sales','yes'),(41110,1075,'_recorded_coupon_usage_counts','yes'),(41111,1075,'_order_stock_reduced','yes'),(41112,1075,'_new_order_email_sent','true'),(41117,1076,'_order_key','wc_order_DOc3DdAgwbkT3'),(41118,1076,'_customer_user','79'),(41119,1076,'_payment_method','paypal'),(41120,1076,'_payment_method_title','PayPal'),(41121,1076,'_customer_ip_address','173.14.91.166'),(41122,1076,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(41123,1076,'_created_via','checkout'),(41124,1076,'_cart_hash','c72b70ab3a57acc1f4a88f20a7eae76c'),(41125,1076,'_billing_first_name','Shanna'),(41126,1076,'_billing_last_name','Castille'),(41127,1076,'_billing_address_1','1097 Hundley Rd'),(41128,1076,'_billing_city','Eunice'),(41129,1076,'_billing_state','LA'),(41130,1076,'_billing_postcode','70535'),(41131,1076,'_billing_country','US'),(41132,1076,'_billing_email','Shanna_sr09@yahoo.com'),(41133,1076,'_billing_phone','3374668998'),(41134,1076,'_shipping_first_name','Shanna'),(41135,1076,'_shipping_last_name','Castille'),(41136,1076,'_shipping_address_1','1097 Hundley Rd'),(41137,1076,'_shipping_city','eunice'),(41138,1076,'_shipping_state','LA'),(41139,1076,'_shipping_postcode','70535'),(41140,1076,'_shipping_country','US'),(41141,1076,'_order_currency','USD'),(41142,1076,'_cart_discount','0'),(41143,1076,'_cart_discount_tax','0'),(41144,1076,'_order_shipping','27.14'),(41145,1076,'_order_shipping_tax','0'),(41146,1076,'_order_tax','0'),(41147,1076,'_order_total','474.90'),(41148,1076,'_order_version','6.3.1'),(41149,1076,'_prices_include_tax','no'),(41150,1076,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(41151,1076,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(41152,1076,'is_vat_exempt','no'),(41153,1076,'Payment type','instant'),(41154,1076,'_transaction_id','15K121258T615633T'),(41155,1076,'_paypal_status','completed'),(41156,1076,'PayPal Transaction Fee','17.06'),(41157,1076,'_date_paid','1647713209'),(41158,1076,'_paid_date','2022-03-19 18:06:49'),(41159,1076,'_download_permissions_granted','yes'),(41160,1076,'_recorded_sales','yes'),(41161,1076,'_recorded_coupon_usage_counts','yes'),(41162,1076,'_order_stock_reduced','yes'),(41163,1076,'_new_order_email_sent','true'),(41165,1072,'Payment type','instant'),(41166,1072,'_transaction_id','38C06791CN109383F'),(41167,1072,'_paypal_status','completed'),(41168,1072,'PayPal Transaction Fee','26.16'),(41169,1072,'_date_paid','1647784328'),(41170,1072,'_paid_date','2022-03-20 13:52:08'),(41171,1072,'_download_permissions_granted','yes'),(41172,1072,'_recorded_sales','yes'),(41173,1072,'_order_stock_reduced','yes'),(41174,1072,'_new_order_email_sent','true'),(41175,1077,'_order_key','wc_order_hjzVhGRzBa0aJ'),(41176,1077,'_customer_user','55'),(41177,1077,'_payment_method','paypal'),(41178,1077,'_payment_method_title','PayPal'),(41179,1077,'_customer_ip_address','174.83.123.140'),(41180,1077,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14388.52.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.91 Safari/537.36'),(41181,1077,'_created_via','checkout'),(41182,1077,'_cart_hash','8f1008edd15a7be653de370e47acaf14'),(41183,1077,'_billing_first_name','Stephanie'),(41184,1077,'_billing_last_name','Knecht'),(41185,1077,'_billing_company','Lice Clinics of America'),(41186,1077,'_billing_address_1','14 Gereg Glenn Road'),(41187,1077,'_billing_city','Brookfield'),(41188,1077,'_billing_state','CT'),(41189,1077,'_billing_postcode','06804'),(41190,1077,'_billing_country','US'),(41191,1077,'_billing_email','stephanieknecht@lcaconnecticut.com'),(41192,1077,'_billing_phone','9144565000'),(41193,1077,'_shipping_first_name','Stephanie'),(41194,1077,'_shipping_last_name','Knecht'),(41195,1077,'_shipping_company','Lice Clinics of America'),(41196,1077,'_shipping_address_1','14 Gereg Glenn Road'),(41197,1077,'_shipping_city','Brookfield'),(41198,1077,'_shipping_state','CT'),(41199,1077,'_shipping_postcode','06804'),(41200,1077,'_shipping_country','US'),(41201,1077,'_order_currency','USD'),(41202,1077,'_cart_discount','0'),(41203,1077,'_cart_discount_tax','0'),(41204,1077,'_order_shipping','16'),(41205,1077,'_order_shipping_tax','0'),(41206,1077,'_order_tax','0'),(41207,1077,'_order_total','16.00'),(41208,1077,'_order_version','6.3.1'),(41209,1077,'_prices_include_tax','no'),(41210,1077,'_billing_address_index','Stephanie Knecht Lice Clinics of America 14 Gereg Glenn Road  Brookfield CT 06804 US stephanieknecht@lcaconnecticut.com 9144565000'),(41211,1077,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 14 Gereg Glenn Road  Brookfield CT 06804 US '),(41212,1077,'is_vat_exempt','no'),(41213,1053,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180472\";s:12:\"date_shipped\";s:10:\"1647820800\";s:11:\"tracking_id\";s:32:\"dc76003d22652c1db9c7e3e518e78cb5\";}}'),(41214,1044,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180510\";s:12:\"date_shipped\";s:10:\"1647820800\";s:11:\"tracking_id\";s:32:\"29f43e64323b1753cd2242881da56bff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180520\";s:12:\"date_shipped\";i:1647873252;s:11:\"tracking_id\";s:32:\"b2cacbdf3c51994e3675065d45040c4d\";}}'),(41215,1044,'_date_completed','1647873255'),(41216,1044,'_completed_date','2022-03-21 14:34:15'),(41217,1053,'_date_completed','1647873455'),(41218,1053,'_completed_date','2022-03-21 14:37:35'),(41219,1075,'_edit_lock','1647917040:2'),(41220,1075,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180553\";s:12:\"date_shipped\";s:10:\"1647820800\";s:11:\"tracking_id\";s:32:\"96c8b19b2c7392245b46eab56e40be96\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180564\";s:12:\"date_shipped\";i:1647873585;s:11:\"tracking_id\";s:32:\"ccfe74352bc8325dac6df490776f03a0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180575\";s:12:\"date_shipped\";i:1647873595;s:11:\"tracking_id\";s:32:\"6c8eda0d0aceea7f7ce2e3d04ea64c20\";}}'),(41221,1077,'_edit_lock','1647985899:2'),(41222,1077,'_edit_last','2'),(41223,1077,'_recorded_coupon_usage_counts','yes'),(41224,1076,'_edit_lock','1647909555:2'),(41225,1076,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180597\";s:12:\"date_shipped\";s:10:\"1647820800\";s:11:\"tracking_id\";s:32:\"2f32b71066d7e146ba1a8848ba95c8b0\";}}'),(41226,1078,'_order_key','wc_order_t5URsK9naFNWH'),(41227,1078,'_customer_user','3'),(41228,1078,'_payment_method','paypal'),(41229,1078,'_payment_method_title','PayPal'),(41230,1078,'_customer_ip_address','70.142.202.154'),(41231,1078,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36'),(41232,1078,'_created_via','checkout'),(41233,1078,'_cart_hash','28edb5253b1a4309850681c87350c56b'),(41234,1078,'_billing_first_name','Amanda'),(41235,1078,'_billing_last_name','Westerman'),(41236,1078,'_billing_company','Lice Clinics of America McKinney'),(41237,1078,'_billing_address_1','3120 Hudson Crossing'),(41238,1078,'_billing_address_2','Suite A2'),(41239,1078,'_billing_city','MCKINNEY'),(41240,1078,'_billing_state','TX'),(41241,1078,'_billing_postcode','75070'),(41242,1078,'_billing_country','US'),(41243,1078,'_billing_email','awesterman1103@gmail.com'),(41244,1078,'_billing_phone','2144175741'),(41245,1078,'_shipping_first_name','Lice'),(41246,1078,'_shipping_last_name','McKinney'),(41247,1078,'_shipping_company','Lice Clinics of America McKinney'),(41248,1078,'_shipping_address_1','3120 Hudson Crossing'),(41249,1078,'_shipping_address_2','Suite A2'),(41250,1078,'_shipping_city','McKinney'),(41251,1078,'_shipping_state','TX'),(41252,1078,'_shipping_postcode','75070'),(41253,1078,'_shipping_country','US'),(41254,1078,'_order_currency','USD'),(41255,1078,'_cart_discount','0'),(41256,1078,'_cart_discount_tax','0'),(41257,1078,'_order_shipping','0'),(41258,1078,'_order_shipping_tax','0'),(41259,1078,'_order_tax','0'),(41260,1078,'_order_total','624.00'),(41261,1078,'_order_version','6.3.1'),(41262,1078,'_prices_include_tax','no'),(41263,1078,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(41264,1078,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(41265,1078,'is_vat_exempt','no'),(41266,1078,'Payment type','instant'),(41267,1078,'_transaction_id','5WK07872BK888872J'),(41268,1078,'_paypal_status','completed'),(41269,1078,'PayPal Transaction Fee','22.27'),(41270,1078,'_date_paid','1647886724'),(41271,1078,'_paid_date','2022-03-21 18:18:44'),(41272,1078,'_download_permissions_granted','yes'),(41273,1078,'_recorded_sales','yes'),(41274,1078,'_recorded_coupon_usage_counts','yes'),(41275,1078,'_order_stock_reduced','yes'),(41276,1078,'_new_order_email_sent','true'),(41277,1078,'_edit_lock','1647909342:2'),(41278,1078,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180748\";s:12:\"date_shipped\";s:10:\"1647907200\";s:11:\"tracking_id\";s:32:\"3023ed57a8937f7c0dab1ac6716b612a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180737\";s:12:\"date_shipped\";i:1647909258;s:11:\"tracking_id\";s:32:\"a2137b0cda53369db93a2896d4bc833c\";}}'),(41279,1078,'_edit_last','2'),(41280,1078,'_date_completed','1647909260'),(41281,1078,'_completed_date','2022-03-22 00:34:20'),(41282,1076,'_edit_last','2'),(41283,1076,'_date_completed','1647909691'),(41284,1076,'_completed_date','2022-03-22 00:41:31'),(41285,1075,'_edit_last','2'),(41286,1075,'_date_completed','1647909717'),(41287,1075,'_completed_date','2022-03-22 00:41:57'),(41288,1077,'Payment type','instant'),(41289,1077,'_transaction_id','4DK907052A191134B'),(41290,1077,'_paypal_status','completed'),(41291,1077,'PayPal Transaction Fee','1.05'),(41292,1077,'_date_paid','1647949769'),(41293,1077,'_paid_date','2022-03-22 11:49:29'),(41294,1077,'_download_permissions_granted','yes'),(41295,1077,'_recorded_sales','yes'),(41296,1077,'_order_stock_reduced','yes'),(41297,1077,'_new_order_email_sent','true'),(41298,1079,'_order_key','wc_order_gFUReFHMWfYO7'),(41299,1079,'_customer_user','36'),(41300,1079,'_payment_method','paypal'),(41301,1079,'_payment_method_title','PayPal'),(41302,1079,'_customer_ip_address','198.212.9.203'),(41303,1079,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1'),(41304,1079,'_created_via','checkout'),(41305,1079,'_cart_hash','cae2a710e58c9423e873b7daacf06975'),(41306,1079,'_billing_first_name','Melanie'),(41307,1079,'_billing_last_name','Sherman'),(41308,1079,'_billing_company','Lice Clinics of Bakersfield'),(41309,1079,'_billing_address_1','2920 F ST'),(41310,1079,'_billing_address_2','G-9'),(41311,1079,'_billing_city','Bakersfield'),(41312,1079,'_billing_state','CA'),(41313,1079,'_billing_postcode','93301'),(41314,1079,'_billing_country','US'),(41315,1079,'_billing_email','2920lca@gmail.com'),(41316,1079,'_billing_phone','661-616-8900'),(41317,1079,'_shipping_first_name','Melanie'),(41318,1079,'_shipping_last_name','Sherman'),(41319,1079,'_shipping_company','Lice Clinics of Bakersfield'),(41320,1079,'_shipping_address_1','2920 F ST'),(41321,1079,'_shipping_address_2','G-9'),(41322,1079,'_shipping_city','Bakersfield'),(41323,1079,'_shipping_state','CA'),(41324,1079,'_shipping_postcode','93301'),(41325,1079,'_shipping_country','US'),(41326,1079,'_order_currency','USD'),(41327,1079,'_cart_discount','0'),(41328,1079,'_cart_discount_tax','0'),(41329,1079,'_order_shipping','29.76'),(41330,1079,'_order_shipping_tax','0'),(41331,1079,'_order_tax','0'),(41332,1079,'_order_total','96.24'),(41333,1079,'_order_version','6.3.1'),(41334,1079,'_prices_include_tax','no'),(41335,1079,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(41336,1079,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(41337,1079,'is_vat_exempt','no'),(41338,1080,'_order_key','wc_order_vHHDPEq8WAZoA'),(41339,1080,'_customer_user','36'),(41340,1080,'_payment_method','paypal'),(41341,1080,'_payment_method_title','PayPal'),(41342,1080,'_customer_ip_address','198.212.9.203'),(41343,1080,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Mobile/15E148 Safari/604.1'),(41344,1080,'_created_via','checkout'),(41345,1080,'_cart_hash','dad7f46536af10719dea0cd313875a61'),(41346,1080,'_billing_first_name','Melanie'),(41347,1080,'_billing_last_name','Sherman'),(41348,1080,'_billing_company','Lice Clinics of Bakersfield'),(41349,1080,'_billing_address_1','2920 F ST'),(41350,1080,'_billing_address_2','G-9'),(41351,1080,'_billing_city','Bakersfield'),(41352,1080,'_billing_state','CA'),(41353,1080,'_billing_postcode','93301'),(41354,1080,'_billing_country','US'),(41355,1080,'_billing_email','2920lca@gmail.com'),(41356,1080,'_billing_phone','661-616-8900'),(41357,1080,'_shipping_first_name','Melanie'),(41358,1080,'_shipping_last_name','Sherman'),(41359,1080,'_shipping_company','Lice Clinics of Bakersfield'),(41360,1080,'_shipping_address_1','2920 F ST'),(41361,1080,'_shipping_address_2','G-9'),(41362,1080,'_shipping_city','Bakersfield'),(41363,1080,'_shipping_state','CA'),(41364,1080,'_shipping_postcode','93301'),(41365,1080,'_shipping_country','US'),(41366,1080,'_order_currency','USD'),(41367,1080,'_cart_discount','0'),(41368,1080,'_cart_discount_tax','0'),(41369,1080,'_order_shipping','27.61'),(41370,1080,'_order_shipping_tax','0'),(41371,1080,'_order_tax','0'),(41372,1080,'_order_total','27.61'),(41373,1080,'_order_version','6.3.1'),(41374,1080,'_prices_include_tax','no'),(41375,1080,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(41376,1080,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(41377,1080,'is_vat_exempt','no'),(41458,1083,'_order_key','wc_order_w5gGxrQYTP557'),(41459,1083,'_customer_user','25'),(41460,1083,'_payment_method','paypal'),(41461,1083,'_payment_method_title','PayPal'),(41462,1083,'_customer_ip_address','23.124.3.136'),(41463,1083,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(41464,1083,'_created_via','checkout'),(41465,1083,'_cart_hash','f9c84bb37642825258686562fc364e39'),(41466,1083,'_billing_first_name','Blaine'),(41467,1083,'_billing_last_name','Tyrone'),(41468,1083,'_billing_address_1','39 Canebrake Blvd'),(41469,1083,'_billing_city','Hattiesburg'),(41470,1083,'_billing_state','MS'),(41471,1083,'_billing_postcode','39402'),(41472,1083,'_billing_country','US'),(41473,1083,'_billing_email','info@liceclinicssouthms.com'),(41474,1083,'_billing_phone','6016063355'),(41475,1083,'_shipping_first_name','Blaine'),(41476,1083,'_shipping_last_name','Tyrone'),(41477,1083,'_shipping_address_1','39 Canebrake Blvd'),(41478,1083,'_shipping_city','Hattiesburg'),(41479,1083,'_shipping_state','MS'),(41480,1083,'_shipping_postcode','39402'),(41481,1083,'_shipping_country','US'),(41482,1083,'_order_currency','USD'),(41483,1083,'_cart_discount','0'),(41484,1083,'_cart_discount_tax','0'),(41485,1083,'_order_shipping','10.88'),(41486,1083,'_order_shipping_tax','0'),(41487,1083,'_order_tax','0'),(41488,1083,'_order_total','69.17'),(41489,1083,'_order_version','6.3.1'),(41490,1083,'_prices_include_tax','no'),(41491,1083,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(41492,1083,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(41493,1083,'is_vat_exempt','no'),(41494,1083,'Payment type','instant'),(41495,1083,'_transaction_id','18U790974D3973616'),(41496,1083,'_paypal_status','completed'),(41497,1083,'PayPal Transaction Fee','2.90'),(41498,1083,'_date_paid','1647977862'),(41499,1083,'_paid_date','2022-03-22 19:37:42'),(41500,1083,'_download_permissions_granted','yes'),(41501,1083,'_recorded_sales','yes'),(41502,1083,'_recorded_coupon_usage_counts','yes'),(41503,1083,'_order_stock_reduced','yes'),(41504,1083,'_new_order_email_sent','true'),(41505,1084,'_order_key','wc_order_iGSXvIjkyVZi7'),(41506,1084,'_customer_user','87'),(41507,1084,'_payment_method','paypal'),(41508,1084,'_payment_method_title','PayPal'),(41509,1084,'_customer_ip_address','70.189.75.106'),(41510,1084,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(41511,1084,'_created_via','checkout'),(41512,1084,'_cart_hash','56e3c796494aaff248862ac59d763681'),(41513,1084,'_billing_first_name','Wade'),(41514,1084,'_billing_last_name','Huntsman'),(41515,1084,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(41516,1084,'_billing_address_1','1104 E 25th ST'),(41517,1084,'_billing_city','Tulsa'),(41518,1084,'_billing_state','OK'),(41519,1084,'_billing_postcode','74114'),(41520,1084,'_billing_country','US'),(41521,1084,'_billing_email','info@liceclinicsmidsouth.com'),(41522,1084,'_billing_phone','9189783329'),(41523,1084,'_shipping_first_name','Makayla'),(41524,1084,'_shipping_last_name','Rogers'),(41525,1084,'_shipping_company','LCA Wichita'),(41526,1084,'_shipping_address_1','130 S Greenwich Rd'),(41527,1084,'_shipping_address_2','#56'),(41528,1084,'_shipping_city','Wichita'),(41529,1084,'_shipping_state','KS'),(41530,1084,'_shipping_postcode','67207'),(41531,1084,'_shipping_country','US'),(41532,1084,'_order_currency','USD'),(41533,1084,'_cart_discount','0'),(41534,1084,'_cart_discount_tax','0'),(41535,1084,'_order_shipping','0'),(41536,1084,'_order_shipping_tax','0'),(41537,1084,'_order_tax','0'),(41538,1084,'_order_total','615.28'),(41539,1084,'_order_version','6.3.1'),(41540,1084,'_prices_include_tax','no'),(41541,1084,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(41542,1084,'_shipping_address_index','Makayla Rogers LCA Wichita 130 S Greenwich Rd #56 Wichita KS 67207 US '),(41543,1084,'is_vat_exempt','no'),(41544,1084,'Payment type','instant'),(41545,1084,'_transaction_id','4VS09638LH318681K'),(41546,1084,'_paypal_status','completed'),(41547,1084,'PayPal Transaction Fee','21.96'),(41548,1084,'_date_paid','1647978795'),(41549,1084,'_paid_date','2022-03-22 19:53:15'),(41550,1084,'_download_permissions_granted','yes'),(41551,1084,'_recorded_sales','yes'),(41552,1084,'_recorded_coupon_usage_counts','yes'),(41553,1084,'_order_stock_reduced','yes'),(41554,1084,'_new_order_email_sent','true'),(41555,1085,'_order_key','wc_order_AEA41APiXlV9Q'),(41556,1085,'_customer_user','87'),(41557,1085,'_payment_method','paypal'),(41558,1085,'_payment_method_title','PayPal'),(41559,1085,'_customer_ip_address','70.189.75.106'),(41560,1085,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(41561,1085,'_created_via','checkout'),(41562,1085,'_cart_hash','2ce1515a7362015b9816424b083c3817'),(41563,1085,'_billing_first_name','Wade'),(41564,1085,'_billing_last_name','Huntsman'),(41565,1085,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(41566,1085,'_billing_address_1','1104 E 25th ST'),(41567,1085,'_billing_city','Tulsa'),(41568,1085,'_billing_state','OK'),(41569,1085,'_billing_postcode','74114'),(41570,1085,'_billing_country','US'),(41571,1085,'_billing_email','info@liceclinicsmidsouth.com'),(41572,1085,'_billing_phone','9189783329'),(41573,1085,'_shipping_first_name','Logan'),(41574,1085,'_shipping_last_name','Futrell'),(41575,1085,'_shipping_company','Lice Clinics of America NWA'),(41576,1085,'_shipping_address_1','207 E Monroe Ave'),(41577,1085,'_shipping_address_2','Suite D'),(41578,1085,'_shipping_city','Lowell'),(41579,1085,'_shipping_state','AR'),(41580,1085,'_shipping_postcode','72745'),(41581,1085,'_shipping_country','US'),(41582,1085,'_order_currency','USD'),(41583,1085,'_cart_discount','0'),(41584,1085,'_cart_discount_tax','0'),(41585,1085,'_order_shipping','0'),(41586,1085,'_order_shipping_tax','0'),(41587,1085,'_order_tax','0'),(41588,1085,'_order_total','516.16'),(41589,1085,'_order_version','6.3.1'),(41590,1085,'_prices_include_tax','no'),(41591,1085,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(41592,1085,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Suite D Lowell AR 72745 US '),(41593,1085,'is_vat_exempt','no'),(41594,1085,'Payment type','instant'),(41595,1085,'_transaction_id','76973469TM977751N'),(41596,1085,'_paypal_status','completed'),(41597,1085,'PayPal Transaction Fee','18.50'),(41598,1085,'_date_paid','1647978985'),(41599,1085,'_paid_date','2022-03-22 19:56:25'),(41600,1085,'_download_permissions_granted','yes'),(41601,1085,'_recorded_sales','yes'),(41602,1085,'_recorded_coupon_usage_counts','yes'),(41603,1085,'_order_stock_reduced','yes'),(41604,1085,'_new_order_email_sent','true'),(41605,1083,'_edit_lock','1647985502:2'),(41606,1083,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180900\";s:12:\"date_shipped\";s:10:\"1647907200\";s:11:\"tracking_id\";s:32:\"ff14a80e3f9d00c2fa900830e29f7c7e\";}}'),(41607,1083,'_edit_last','2'),(41608,1083,'_date_completed','1647985405'),(41609,1083,'_completed_date','2022-03-22 21:43:25'),(41610,1084,'_edit_lock','1648053592:2'),(41611,1085,'_edit_lock','1648053591:2'),(41612,1077,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180818\";s:12:\"date_shipped\";s:10:\"1647907200\";s:11:\"tracking_id\";s:32:\"8a307505fe761f9052d67c40059e4c23\";}}'),(41613,1077,'_date_completed','1647985555'),(41614,1077,'_completed_date','2022-03-22 21:45:55'),(41615,1086,'_order_key','wc_order_NCGrnjbJqIsvp'),(41616,1086,'_customer_user','5'),(41617,1086,'_payment_method','paypal'),(41618,1086,'_payment_method_title','PayPal'),(41619,1086,'_customer_ip_address','73.11.93.174'),(41620,1086,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36'),(41621,1086,'_created_via','checkout'),(41622,1086,'_cart_hash','fa7cc180fb3d89b2ec33595b336b778c'),(41623,1086,'_billing_first_name','Mark'),(41624,1086,'_billing_last_name','Meyer'),(41625,1086,'_billing_company','lice clinics of america- portland'),(41626,1086,'_billing_address_1','5201 SW Westgate Dr suite 106'),(41627,1086,'_billing_address_2','106'),(41628,1086,'_billing_city','portland'),(41629,1086,'_billing_state','OR'),(41630,1086,'_billing_postcode','97221'),(41631,1086,'_billing_country','US'),(41632,1086,'_billing_email','mark@nwliceclinics.com'),(41633,1086,'_billing_phone','5034040475'),(41634,1086,'_shipping_first_name','Mark'),(41635,1086,'_shipping_last_name','Meyer'),(41636,1086,'_shipping_company','lice clinics of america- portland'),(41637,1086,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(41638,1086,'_shipping_address_2','106'),(41639,1086,'_shipping_city','portland'),(41640,1086,'_shipping_state','OR'),(41641,1086,'_shipping_postcode','97221'),(41642,1086,'_shipping_country','US'),(41643,1086,'_order_currency','USD'),(41644,1086,'_cart_discount','0'),(41645,1086,'_cart_discount_tax','0'),(41646,1086,'_order_shipping','31.36'),(41647,1086,'_order_shipping_tax','0'),(41648,1086,'_order_tax','0'),(41649,1086,'_order_total','259.16'),(41650,1086,'_order_version','6.3.1'),(41651,1086,'_prices_include_tax','no'),(41652,1086,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(41653,1086,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(41654,1086,'is_vat_exempt','no'),(41655,1086,'Payment type','instant'),(41656,1086,'_transaction_id','22779725AR9052153'),(41657,1086,'_paypal_status','completed'),(41658,1086,'PayPal Transaction Fee','9.53'),(41659,1086,'_date_paid','1647985969'),(41660,1086,'_paid_date','2022-03-22 21:52:49'),(41661,1086,'_download_permissions_granted','yes'),(41662,1086,'_recorded_sales','yes'),(41663,1086,'_recorded_coupon_usage_counts','yes'),(41664,1086,'_order_stock_reduced','yes'),(41665,1086,'_new_order_email_sent','true'),(41666,1087,'_order_key','wc_order_2pA6Pxm0S7mB1'),(41667,1087,'_customer_user','5'),(41668,1087,'_payment_method','paypal'),(41669,1087,'_payment_method_title','PayPal'),(41670,1087,'_customer_ip_address','73.11.93.174'),(41671,1087,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36'),(41672,1087,'_created_via','checkout'),(41673,1087,'_cart_hash','c15a810e08622a4b4040142988afae2e'),(41674,1087,'_billing_first_name','Mark'),(41675,1087,'_billing_last_name','Meyer'),(41676,1087,'_billing_company','lice clinics of america- portland'),(41677,1087,'_billing_address_1','5201 SW Westgate Dr suite 106'),(41678,1087,'_billing_address_2','106'),(41679,1087,'_billing_city','portland'),(41680,1087,'_billing_state','OR'),(41681,1087,'_billing_postcode','97221'),(41682,1087,'_billing_country','US'),(41683,1087,'_billing_email','mark@nwliceclinics.com'),(41684,1087,'_billing_phone','5034040475'),(41685,1087,'_shipping_first_name','Shawnde'),(41686,1087,'_shipping_last_name','Russell'),(41687,1087,'_shipping_company','Lice Clinics Of America'),(41688,1087,'_shipping_address_1','1444 NW College Way Suite 6'),(41689,1087,'_shipping_address_2','Suite 6'),(41690,1087,'_shipping_city','Bend'),(41691,1087,'_shipping_state','OR'),(41692,1087,'_shipping_postcode','97703'),(41693,1087,'_shipping_country','US'),(41694,1087,'_order_currency','USD'),(41695,1087,'_cart_discount','0'),(41696,1087,'_cart_discount_tax','0'),(41697,1087,'_order_shipping','31.36'),(41698,1087,'_order_shipping_tax','0'),(41699,1087,'_order_tax','0'),(41700,1087,'_order_total','259.16'),(41701,1087,'_order_version','6.3.1'),(41702,1087,'_prices_include_tax','no'),(41703,1087,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US mark@nwliceclinics.com 5034040475'),(41704,1087,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(41705,1087,'is_vat_exempt','no'),(41706,1087,'Payment type','instant'),(41707,1087,'_transaction_id','81E67016L5974482V'),(41708,1087,'_paypal_status','completed'),(41709,1087,'PayPal Transaction Fee','9.53'),(41710,1087,'_date_paid','1647986198'),(41711,1087,'_paid_date','2022-03-22 21:56:38'),(41712,1087,'_download_permissions_granted','yes'),(41713,1087,'_recorded_sales','yes'),(41714,1087,'_recorded_coupon_usage_counts','yes'),(41715,1087,'_order_stock_reduced','yes'),(41716,1087,'_new_order_email_sent','true'),(41717,1088,'_order_key','wc_order_zePsWqDxuyKYV'),(41718,1088,'_customer_user','87'),(41719,1088,'_payment_method','paypal'),(41720,1088,'_payment_method_title','PayPal'),(41721,1088,'_customer_ip_address','70.189.75.106'),(41722,1088,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(41723,1088,'_created_via','checkout'),(41724,1088,'_cart_hash','60650bfae290000f40426ebb2ca4bf1a'),(41725,1088,'_billing_first_name','Wade'),(41726,1088,'_billing_last_name','Huntsman'),(41727,1088,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(41728,1088,'_billing_address_1','1104 E 25th ST'),(41729,1088,'_billing_city','Tulsa'),(41730,1088,'_billing_state','OK'),(41731,1088,'_billing_postcode','74114'),(41732,1088,'_billing_country','US'),(41733,1088,'_billing_email','info@liceclinicsmidsouth.com'),(41734,1088,'_billing_phone','9189783329'),(41735,1088,'_shipping_first_name','Hannah'),(41736,1088,'_shipping_last_name','Lee'),(41737,1088,'_shipping_company','Lice Clinics of America Aurora'),(41738,1088,'_shipping_address_1','17954 E Anthem Drive'),(41739,1088,'_shipping_city','Parker'),(41740,1088,'_shipping_state','CO'),(41741,1088,'_shipping_postcode','80134'),(41742,1088,'_shipping_country','US'),(41743,1088,'_order_currency','USD'),(41744,1088,'_cart_discount','0'),(41745,1088,'_cart_discount_tax','0'),(41746,1088,'_order_shipping','0'),(41747,1088,'_order_shipping_tax','0'),(41748,1088,'_order_tax','0'),(41749,1088,'_order_total','517.67'),(41750,1088,'_order_version','6.3.1'),(41751,1088,'_prices_include_tax','no'),(41752,1088,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(41753,1088,'_shipping_address_index','Hannah Lee Lice Clinics of America Aurora 17954 E Anthem Drive  Parker CO 80134 US '),(41754,1088,'is_vat_exempt','no'),(41755,1088,'Payment type','instant'),(41756,1088,'_transaction_id','3LY22368KE212750M'),(41757,1088,'_paypal_status','completed'),(41758,1088,'PayPal Transaction Fee','18.56'),(41759,1088,'_date_paid','1647992235'),(41760,1088,'_paid_date','2022-03-22 23:37:15'),(41761,1088,'_download_permissions_granted','yes'),(41762,1088,'_recorded_sales','yes'),(41763,1088,'_recorded_coupon_usage_counts','yes'),(41764,1088,'_order_stock_reduced','yes'),(41765,1088,'_new_order_email_sent','true'),(41766,1089,'_order_key','wc_order_aPXGtdFyukLWy'),(41767,1089,'_customer_user','87'),(41768,1089,'_payment_method','paypal'),(41769,1089,'_payment_method_title','PayPal'),(41770,1089,'_customer_ip_address','70.189.75.106'),(41771,1089,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(41772,1089,'_created_via','checkout'),(41773,1089,'_cart_hash','184b5ed64354e2ae8b490168deacf501'),(41774,1089,'_billing_first_name','Wade'),(41775,1089,'_billing_last_name','Huntsman'),(41776,1089,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(41777,1089,'_billing_address_1','1104 E 25th ST'),(41778,1089,'_billing_city','Tulsa'),(41779,1089,'_billing_state','OK'),(41780,1089,'_billing_postcode','74114'),(41781,1089,'_billing_country','US'),(41782,1089,'_billing_email','info@liceclinicsmidsouth.com'),(41783,1089,'_billing_phone','9189783329'),(41784,1089,'_shipping_first_name','Wade'),(41785,1089,'_shipping_last_name','Huntsman'),(41786,1089,'_shipping_company','Lice Clinics of America Midsouth'),(41787,1089,'_shipping_address_1','3421 E 21st Street'),(41788,1089,'_shipping_city','Tulsa'),(41789,1089,'_shipping_state','OK'),(41790,1089,'_shipping_postcode','74114'),(41791,1089,'_shipping_country','US'),(41792,1089,'_order_currency','USD'),(41793,1089,'_cart_discount','0'),(41794,1089,'_cart_discount_tax','0'),(41795,1089,'_order_shipping','0'),(41796,1089,'_order_shipping_tax','0'),(41797,1089,'_order_tax','0'),(41798,1089,'_order_total','1028.43'),(41799,1089,'_order_version','6.3.1'),(41800,1089,'_prices_include_tax','no'),(41801,1089,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(41802,1089,'_shipping_address_index','Wade Huntsman Lice Clinics of America Midsouth 3421 E 21st Street  Tulsa OK 74114 US '),(41803,1089,'is_vat_exempt','no'),(41804,1089,'Payment type','instant'),(41805,1089,'_transaction_id','9P8610890W832090B'),(41806,1089,'_paypal_status','completed'),(41807,1089,'PayPal Transaction Fee','36.38'),(41808,1089,'_date_paid','1647992446'),(41809,1089,'_paid_date','2022-03-22 23:40:46'),(41810,1089,'_download_permissions_granted','yes'),(41811,1089,'_recorded_sales','yes'),(41812,1089,'_recorded_coupon_usage_counts','yes'),(41813,1089,'_order_stock_reduced','yes'),(41814,1089,'_new_order_email_sent','true'),(41815,1090,'_order_key','wc_order_KqxgzYM8PRSIQ'),(41816,1090,'_customer_user','40'),(41817,1090,'_payment_method','paypal'),(41818,1090,'_payment_method_title','PayPal'),(41819,1090,'_customer_ip_address','76.121.248.120'),(41820,1090,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36'),(41821,1090,'_created_via','checkout'),(41822,1090,'_cart_hash','edec33421d3faf05cb6060c2c5097ba9'),(41823,1090,'_billing_first_name','PAUL'),(41824,1090,'_billing_last_name','Cunningham'),(41825,1090,'_billing_address_1','25606 180th AVE SE'),(41826,1090,'_billing_city','Covington'),(41827,1090,'_billing_state','WA'),(41828,1090,'_billing_postcode','98042'),(41829,1090,'_billing_country','US'),(41830,1090,'_billing_email','cjp104@gmail.com'),(41831,1090,'_billing_phone','2064128444'),(41832,1090,'_shipping_first_name','PAUL'),(41833,1090,'_shipping_last_name','Cunningham'),(41834,1090,'_shipping_address_1','25606 180th AVE SE'),(41835,1090,'_shipping_city','Covington'),(41836,1090,'_shipping_state','WA'),(41837,1090,'_shipping_postcode','98042'),(41838,1090,'_shipping_country','US'),(41839,1090,'_order_currency','USD'),(41840,1090,'_cart_discount','0'),(41841,1090,'_cart_discount_tax','0'),(41842,1090,'_order_shipping','29.2'),(41843,1090,'_order_shipping_tax','0'),(41844,1090,'_order_tax','0'),(41845,1090,'_order_total','243.52'),(41846,1090,'_order_version','6.3.1'),(41847,1090,'_prices_include_tax','no'),(41848,1090,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(41849,1090,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US '),(41850,1090,'is_vat_exempt','no'),(41851,1080,'_edit_lock','1648126460:2'),(41852,1080,'_edit_last','2'),(41853,1080,'_recorded_coupon_usage_counts','yes'),(41854,1079,'_edit_lock','1648126314:2'),(41855,1079,'_edit_last','2'),(41856,1079,'_recorded_coupon_usage_counts','yes'),(41857,1090,'_edit_lock','1648490851:2'),(41858,1090,'_edit_last','2'),(41859,1090,'_recorded_coupon_usage_counts','yes'),(41860,1086,'_edit_lock','1648053648:2'),(41861,1087,'_edit_lock','1648053771:2'),(41862,1066,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180531\";s:12:\"date_shipped\";s:10:\"1647475200\";s:11:\"tracking_id\";s:32:\"17c5b0be0e47af093cd076976054c51f\";}}'),(41863,1066,'_date_completed','1648053638'),(41864,1066,'_completed_date','2022-03-23 16:40:38'),(41865,1072,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180601\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"e9cce2b8552a46d3a3d4d2e5b33fee74\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180612\";s:12:\"date_shipped\";i:1648053673;s:11:\"tracking_id\";s:32:\"208cd63e1983e3f9c1fbbf748ccef21b\";}}'),(41866,1072,'_date_completed','1648053678'),(41867,1072,'_completed_date','2022-03-23 16:41:18'),(41868,1084,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180921\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"f68fddb6ac6e4a57e76721b55ea6c5e8\";}}'),(41869,1085,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180932\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"206fb766e4567985fbcea248e00a1963\";}}'),(41870,1085,'_edit_last','2'),(41871,1085,'_date_completed','1648053711'),(41872,1085,'_completed_date','2022-03-23 16:41:51'),(41873,1084,'_edit_last','2'),(41874,1084,'_date_completed','1648053716'),(41875,1084,'_completed_date','2022-03-23 16:41:56'),(41876,1086,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180943\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"edca361669595e712e56eca91b97b89f\";}}'),(41877,1086,'_edit_last','2'),(41878,1086,'_date_completed','1648053748'),(41879,1086,'_completed_date','2022-03-23 16:42:28'),(41880,1087,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180987\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"e2becbd04ca9d30aaf4fa56c3cc79f90\";}}'),(41881,1087,'_edit_last','2'),(41882,1087,'_date_completed','1648053765'),(41883,1087,'_completed_date','2022-03-23 16:42:45'),(41884,1088,'_edit_lock','1648061773:2'),(41885,1089,'_edit_lock','1648061674:2'),(41886,1079,'Payment type','instant'),(41887,1079,'_transaction_id','59E0694493681625T'),(41888,1079,'_paypal_status','completed'),(41889,1079,'PayPal Transaction Fee','3.85'),(41890,1079,'_date_paid','1648057390'),(41891,1079,'_paid_date','2022-03-23 17:43:10'),(41892,1079,'_download_permissions_granted','yes'),(41893,1079,'_recorded_sales','yes'),(41894,1079,'_order_stock_reduced','yes'),(41895,1079,'_new_order_email_sent','true'),(41896,1080,'Payment type','instant'),(41897,1080,'_transaction_id','47T77930AG948020Y'),(41898,1080,'_paypal_status','completed'),(41899,1080,'PayPal Transaction Fee','1.45'),(41900,1080,'_date_paid','1648057466'),(41901,1080,'_paid_date','2022-03-23 17:44:26'),(41902,1080,'_download_permissions_granted','yes'),(41903,1080,'_recorded_sales','yes'),(41904,1080,'_order_stock_reduced','yes'),(41905,1080,'_new_order_email_sent','true'),(41906,1091,'_order_key','wc_order_6L62E4TuXvU4o'),(41907,1091,'_customer_user','83'),(41908,1091,'_payment_method','paypal'),(41909,1091,'_payment_method_title','PayPal'),(41910,1091,'_customer_ip_address','75.166.131.62'),(41911,1091,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(41912,1091,'_created_via','checkout'),(41913,1091,'_cart_hash','749f606b2d6b88250c1a6aa6ab3f6ba3'),(41914,1091,'_billing_first_name','Tanya'),(41915,1091,'_billing_last_name','LLC'),(41916,1091,'_billing_address_1','4248 McMurry Ave'),(41917,1091,'_billing_city','Fort Collins'),(41918,1091,'_billing_state','CO'),(41919,1091,'_billing_postcode','80525'),(41920,1091,'_billing_country','US'),(41921,1091,'_billing_email','info@liceclinicsnortherncolorado.com'),(41922,1091,'_billing_phone','9702338787'),(41923,1091,'_shipping_first_name','Tanya'),(41924,1091,'_shipping_last_name','Kensley'),(41925,1091,'_shipping_company','LLC'),(41926,1091,'_shipping_address_1','4248 McMurry Ave'),(41927,1091,'_shipping_city','Fort Collins'),(41928,1091,'_shipping_state','CO'),(41929,1091,'_shipping_postcode','80525'),(41930,1091,'_shipping_country','US'),(41931,1091,'_order_currency','USD'),(41932,1091,'_cart_discount','0'),(41933,1091,'_cart_discount_tax','0'),(41934,1091,'_order_shipping','24.46'),(41935,1091,'_order_shipping_tax','0'),(41936,1091,'_order_tax','0'),(41937,1091,'_order_total','24.46'),(41938,1091,'_order_version','6.3.1'),(41939,1091,'_prices_include_tax','no'),(41940,1091,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(41941,1091,'_shipping_address_index','Tanya Kensley LLC 4248 McMurry Ave  Fort Collins CO 80525 US '),(41942,1091,'is_vat_exempt','no'),(41943,1091,'_edit_lock','1648490907:2'),(41944,1091,'_edit_last','2'),(41945,1091,'_recorded_coupon_usage_counts','yes'),(41946,1089,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181012\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"68b53d420dca3f6d8ebf4cad4c0f2376\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181001\";s:12:\"date_shipped\";i:1648061788;s:11:\"tracking_id\";s:32:\"3995596387db2d523082e7695986d05a\";}}'),(41947,1089,'_edit_last','2'),(41948,1089,'_date_completed','1648061792'),(41949,1089,'_completed_date','2022-03-23 18:56:32'),(41950,1088,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830180998\";s:12:\"date_shipped\";s:10:\"1647993600\";s:11:\"tracking_id\";s:32:\"3d129b45a75532f50bb5c2602ee63b53\";}}'),(41951,1088,'_edit_last','2'),(41952,1088,'_date_completed','1648061871'),(41953,1088,'_completed_date','2022-03-23 18:57:51'),(41954,999,'Payment type','instant'),(41955,999,'_transaction_id','4TX34722367299516'),(41956,999,'_paypal_status','completed'),(41957,999,'PayPal Transaction Fee','6.61'),(41958,999,'_date_paid','1648066855'),(41959,999,'_paid_date','2022-03-23 20:20:55'),(41960,999,'_download_permissions_granted','yes'),(41961,999,'_recorded_sales','yes'),(41962,999,'_order_stock_reduced','yes'),(41963,999,'_new_order_email_sent','true'),(41964,1092,'_order_key','wc_order_2sCnjyjihgDpQ'),(41965,1092,'_customer_user','77'),(41966,1092,'_payment_method','paypal'),(41967,1092,'_payment_method_title','PayPal'),(41968,1092,'_customer_ip_address','107.205.56.86'),(41969,1092,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(41970,1092,'_created_via','checkout'),(41971,1092,'_cart_hash','5a707dd1f70ae54e7d51ff090c38ec2d'),(41972,1092,'_billing_first_name','Phil'),(41973,1092,'_billing_last_name','Moon'),(41974,1092,'_billing_company','Lice Clinics of America-Fresno'),(41975,1092,'_billing_address_1','585 56th Street'),(41976,1092,'_billing_city','Oakland'),(41977,1092,'_billing_state','CA'),(41978,1092,'_billing_postcode','94609'),(41979,1092,'_billing_country','US'),(41980,1092,'_billing_email','info@liceclinicsfresno.com'),(41981,1092,'_billing_phone','5593046305'),(41982,1092,'_shipping_first_name','Kristen'),(41983,1092,'_shipping_last_name','Maroot-Rippee'),(41984,1092,'_shipping_company','Lice Busters LLC. FRESNO'),(41985,1092,'_shipping_address_1','487 W. Scott Avenue'),(41986,1092,'_shipping_city','Fresno'),(41987,1092,'_shipping_state','CA'),(41988,1092,'_shipping_postcode','93704'),(41989,1092,'_shipping_country','US'),(41990,1092,'_order_currency','USD'),(41991,1092,'_cart_discount','0'),(41992,1092,'_cart_discount_tax','0'),(41993,1092,'_order_shipping','0'),(41994,1092,'_order_shipping_tax','0'),(41995,1092,'_order_tax','0'),(41996,1092,'_order_total','670.00'),(41997,1092,'_order_version','6.3.1'),(41998,1092,'_prices_include_tax','no'),(41999,1092,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(42000,1092,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 W. Scott Avenue  Fresno CA 93704 US '),(42001,1092,'is_vat_exempt','no'),(42002,1092,'Payment type','instant'),(42003,1092,'_transaction_id','6VL235897J833420H'),(42004,1092,'_paypal_status','completed'),(42005,1092,'PayPal Transaction Fee','23.87'),(42006,1092,'_date_paid','1648067614'),(42007,1092,'_paid_date','2022-03-23 20:33:34'),(42008,1092,'_download_permissions_granted','yes'),(42009,1092,'_recorded_sales','yes'),(42010,1092,'_recorded_coupon_usage_counts','yes'),(42011,1092,'_order_stock_reduced','yes'),(42012,1092,'_new_order_email_sent','true'),(42013,1079,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181045\";s:12:\"date_shipped\";s:10:\"1648080000\";s:11:\"tracking_id\";s:32:\"f2bb1485aa13645ce7b1fffdb78e3bae\";}}'),(42014,1079,'_date_completed','1648126435'),(42015,1079,'_completed_date','2022-03-24 12:53:55'),(42016,1080,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181045\";s:12:\"date_shipped\";s:10:\"1648080000\";s:11:\"tracking_id\";s:32:\"25ca2b09c5aee9d2627742d49898e639\";}}'),(42017,1080,'_date_completed','1648126453'),(42018,1080,'_completed_date','2022-03-24 12:54:13'),(42024,999,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181207\";s:12:\"date_shipped\";s:10:\"1648080000\";s:11:\"tracking_id\";s:32:\"430483ea14aa7ccd4c264fe0ec55fc01\";}}'),(42025,999,'_date_completed','1648132721'),(42026,999,'_completed_date','2022-03-24 14:38:41'),(42030,1091,'Payment type','instant'),(42031,1091,'_transaction_id','4L521788W2505471G'),(42032,1091,'_paypal_status','completed'),(42033,1091,'PayPal Transaction Fee','1.34'),(42034,1091,'_date_paid','1648140347'),(42035,1091,'_paid_date','2022-03-24 16:45:47'),(42036,1091,'_download_permissions_granted','yes'),(42037,1091,'_recorded_sales','yes'),(42038,1091,'_order_stock_reduced','yes'),(42039,1091,'_new_order_email_sent','true'),(42040,1093,'_order_key','wc_order_bUpvcfx9QHDNA'),(42041,1093,'_customer_user','83'),(42042,1093,'_payment_method','paypal'),(42043,1093,'_payment_method_title','PayPal'),(42044,1093,'_customer_ip_address','75.166.131.62'),(42045,1093,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(42046,1093,'_created_via','checkout'),(42047,1093,'_cart_hash','b3f0ba8e2ca46a21d6397af26dd37be2'),(42048,1093,'_billing_first_name','Tanya'),(42049,1093,'_billing_last_name','LLC'),(42050,1093,'_billing_address_1','4248 McMurry Ave'),(42051,1093,'_billing_city','Fort Collins'),(42052,1093,'_billing_state','CO'),(42053,1093,'_billing_postcode','80525'),(42054,1093,'_billing_country','US'),(42055,1093,'_billing_email','info@liceclinicsnortherncolorado.com'),(42056,1093,'_billing_phone','9702338787'),(42057,1093,'_shipping_first_name','Lice Clinics'),(42058,1093,'_shipping_last_name','America'),(42059,1093,'_shipping_company','Lice Clinics of America Longmont'),(42060,1093,'_shipping_address_1','421 21st Ave, Suite 210'),(42061,1093,'_shipping_city','Longmont'),(42062,1093,'_shipping_state','CO'),(42063,1093,'_shipping_postcode','80501'),(42064,1093,'_shipping_country','US'),(42065,1093,'_order_currency','USD'),(42066,1093,'_cart_discount','0'),(42067,1093,'_cart_discount_tax','0'),(42068,1093,'_order_shipping','25.01'),(42069,1093,'_order_shipping_tax','0'),(42070,1093,'_order_tax','0'),(42071,1093,'_order_total','151.73'),(42072,1093,'_order_version','6.3.1'),(42073,1093,'_prices_include_tax','no'),(42074,1093,'_billing_address_index','Tanya LLC  4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(42075,1093,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(42076,1093,'is_vat_exempt','no'),(42077,1093,'Payment type','instant'),(42078,1093,'_transaction_id','9TC915089G364305M'),(42079,1093,'_paypal_status','completed'),(42080,1093,'PayPal Transaction Fee','5.79'),(42081,1093,'_date_paid','1648140456'),(42082,1093,'_paid_date','2022-03-24 16:47:36'),(42083,1093,'_download_permissions_granted','yes'),(42084,1093,'_recorded_sales','yes'),(42085,1093,'_recorded_coupon_usage_counts','yes'),(42086,1093,'_order_stock_reduced','yes'),(42087,1093,'_new_order_email_sent','true'),(42088,1094,'_order_key','wc_order_3Ba6P2bqPiGmm'),(42089,1094,'_customer_user','77'),(42090,1094,'_payment_method','paypal'),(42091,1094,'_payment_method_title','PayPal'),(42092,1094,'_customer_ip_address','107.205.56.86'),(42093,1094,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.83 Safari/537.36'),(42094,1094,'_created_via','checkout'),(42095,1094,'_cart_hash','e2c11c86896c3c0f106375b8a32b6dfe'),(42096,1094,'_billing_first_name','Phil'),(42097,1094,'_billing_last_name','Moon'),(42098,1094,'_billing_company','Lice Clinics of America-Visalia'),(42099,1094,'_billing_address_1','585 56th Street'),(42100,1094,'_billing_city','Oakland'),(42101,1094,'_billing_state','CA'),(42102,1094,'_billing_postcode','94609'),(42103,1094,'_billing_country','US'),(42104,1094,'_billing_email','info@liceclinicsfresno.com'),(42105,1094,'_billing_phone','5593046305'),(42106,1094,'_shipping_first_name','Kristen'),(42107,1094,'_shipping_last_name','Maroot-Rippee'),(42108,1094,'_shipping_company','Lice Busters LLC. Visalia'),(42109,1094,'_shipping_address_1','487 W. Scott Avenue'),(42110,1094,'_shipping_city','Fresno'),(42111,1094,'_shipping_state','CA'),(42112,1094,'_shipping_postcode','93704'),(42113,1094,'_shipping_country','US'),(42114,1094,'_order_currency','USD'),(42115,1094,'_cart_discount','0'),(42116,1094,'_cart_discount_tax','0'),(42117,1094,'_order_shipping','0'),(42118,1094,'_order_shipping_tax','0'),(42119,1094,'_order_tax','0'),(42120,1094,'_order_total','565.36'),(42121,1094,'_order_version','6.3.1'),(42122,1094,'_prices_include_tax','no'),(42123,1094,'_billing_address_index','Phil Moon Lice Clinics of America-Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(42124,1094,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Visalia 487 W. Scott Avenue  Fresno CA 93704 US '),(42125,1094,'is_vat_exempt','no'),(42126,1094,'Payment type','instant'),(42127,1094,'_transaction_id','9DN40748V27967714'),(42128,1094,'_paypal_status','completed'),(42129,1094,'PayPal Transaction Fee','20.22'),(42130,1094,'_date_paid','1648180363'),(42131,1094,'_paid_date','2022-03-25 03:52:43'),(42132,1094,'_download_permissions_granted','yes'),(42133,1094,'_recorded_sales','yes'),(42134,1094,'_recorded_coupon_usage_counts','yes'),(42135,1094,'_order_stock_reduced','yes'),(42136,1094,'_new_order_email_sent','true'),(42137,1090,'Payment type','instant'),(42138,1090,'_transaction_id','19E672166B019021M'),(42139,1090,'_paypal_status','completed'),(42140,1090,'PayPal Transaction Fee','8.99'),(42141,1090,'_date_paid','1648212070'),(42142,1090,'_paid_date','2022-03-25 12:41:10'),(42143,1090,'_download_permissions_granted','yes'),(42144,1090,'_recorded_sales','yes'),(42145,1090,'_order_stock_reduced','yes'),(42146,1090,'_new_order_email_sent','true'),(42147,1095,'_order_key','wc_order_X9qmS51ORDQv7'),(42148,1095,'_customer_user','61'),(42149,1095,'_payment_method','paypal'),(42150,1095,'_payment_method_title','PayPal'),(42151,1095,'_customer_ip_address','217.180.202.28'),(42152,1095,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36'),(42153,1095,'_created_via','checkout'),(42154,1095,'_cart_hash','aa8002cd02abe2968ca38e803958cff7'),(42155,1095,'_billing_first_name','Judy'),(42156,1095,'_billing_last_name','Hayden'),(42157,1095,'_billing_company','Lice Clinics of America Lexington'),(42158,1095,'_billing_address_1','1795 Alysheba Way Suite 4105'),(42159,1095,'_billing_address_2','Ste 4105'),(42160,1095,'_billing_city','Lexington'),(42161,1095,'_billing_state','KY'),(42162,1095,'_billing_postcode','40509'),(42163,1095,'_billing_country','US'),(42164,1095,'_billing_email','judy@liceclinicscincinnati.com'),(42165,1095,'_billing_phone','8595376966'),(42166,1095,'_shipping_first_name','Judy'),(42167,1095,'_shipping_last_name','Hayden'),(42168,1095,'_shipping_company','Lice Clinics of America Florence'),(42169,1095,'_shipping_address_1','6905 Burlington Pike'),(42170,1095,'_shipping_address_2','Ste A'),(42171,1095,'_shipping_city','Florence'),(42172,1095,'_shipping_state','KY'),(42173,1095,'_shipping_postcode','41042'),(42174,1095,'_shipping_country','US'),(42175,1095,'_order_currency','USD'),(42176,1095,'_cart_discount','0'),(42177,1095,'_cart_discount_tax','0'),(42178,1095,'_order_shipping','0'),(42179,1095,'_order_shipping_tax','0'),(42180,1095,'_order_tax','0'),(42181,1095,'_order_total','1556.79'),(42182,1095,'_order_version','6.3.1'),(42183,1095,'_prices_include_tax','no'),(42184,1095,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(42185,1095,'_shipping_address_index','Judy Hayden Lice Clinics of America Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(42186,1095,'is_vat_exempt','no'),(42187,1095,'Payment type','instant'),(42188,1095,'_transaction_id','72S183160A214860G'),(42189,1095,'_paypal_status','completed'),(42190,1095,'PayPal Transaction Fee','54.82'),(42191,1095,'_date_paid','1648485147'),(42192,1095,'_paid_date','2022-03-28 16:32:27'),(42193,1095,'_download_permissions_granted','yes'),(42194,1095,'_recorded_sales','yes'),(42195,1095,'_recorded_coupon_usage_counts','yes'),(42196,1095,'_order_stock_reduced','yes'),(42197,1095,'_new_order_email_sent','true'),(42198,1096,'_order_key','wc_order_QTdgwlN9AOT5L'),(42199,1096,'_customer_user','66'),(42200,1096,'_payment_method','paypal'),(42201,1096,'_payment_method_title','PayPal'),(42202,1096,'_customer_ip_address','69.250.30.77'),(42203,1096,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(42204,1096,'_created_via','checkout'),(42205,1096,'_cart_hash','17ad5693d07f1d525e3fc6e6f59559bd'),(42206,1096,'_billing_first_name','Mark'),(42207,1096,'_billing_last_name','Dent'),(42208,1096,'_billing_company','Lice Clinics of Maryland'),(42209,1096,'_billing_address_1','801 W 33rd Street'),(42210,1096,'_billing_city','BAltimore'),(42211,1096,'_billing_state','MD'),(42212,1096,'_billing_postcode','21211'),(42213,1096,'_billing_country','US'),(42214,1096,'_billing_email','info@liceclinicsofmaryland.com'),(42215,1096,'_billing_phone','4438349991'),(42216,1096,'_shipping_first_name','Dawn'),(42217,1096,'_shipping_last_name','Mumaw'),(42218,1096,'_shipping_company','LCA Baltimore'),(42219,1096,'_shipping_address_1','604 Providence Road'),(42220,1096,'_shipping_city','Towson'),(42221,1096,'_shipping_state','MD'),(42222,1096,'_shipping_postcode','21286'),(42223,1096,'_shipping_country','US'),(42224,1096,'_order_currency','USD'),(42225,1096,'_cart_discount','0'),(42226,1096,'_cart_discount_tax','0'),(42227,1096,'_order_shipping','103.62'),(42228,1096,'_order_shipping_tax','0'),(42229,1096,'_order_tax','0'),(42230,1096,'_order_total','1385.58'),(42231,1096,'_order_version','6.3.1'),(42232,1096,'_prices_include_tax','no'),(42233,1096,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(42234,1096,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(42235,1096,'is_vat_exempt','no'),(42236,1092,'_edit_lock','1648490940:2'),(42237,1093,'_edit_lock','1648492765:2'),(42238,1094,'_edit_lock','1648492764:2'),(42239,1095,'_edit_lock','1648499363:2'),(42240,1090,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181398\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"70930b78206bfae171ea75764ced1c61\";}}'),(42241,1090,'_date_completed','1648490958'),(42242,1090,'_completed_date','2022-03-28 18:09:18'),(42243,1091,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181240\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"fa00e0667595b9cd4bc5179df075e394\";}}'),(42244,1091,'_date_completed','1648491025'),(42245,1091,'_completed_date','2022-03-28 18:10:25'),(42246,1092,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181413\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"da50bf47ba72ab008924b5786ece05a5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181402\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"de0fbea3dbaa589ba69dc899c2de87bd\";}}'),(42247,1092,'_edit_last','2'),(42248,1092,'_date_completed','1648491077'),(42249,1092,'_completed_date','2022-03-28 18:11:17'),(42250,1094,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181402\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"b37e1c985c0c3f67777afa7cf67aa910\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181402\";s:12:\"date_shipped\";s:10:\"1648166400\";s:11:\"tracking_id\";s:32:\"ff462fe98422a8e5074fdb78cf85ab72\";}}'),(42251,1094,'_edit_last','2'),(42252,1094,'_date_completed','1648492851'),(42253,1094,'_completed_date','2022-03-28 18:40:51'),(42254,1093,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181251\";s:12:\"date_shipped\";s:10:\"1648080000\";s:11:\"tracking_id\";s:32:\"8811856b368d4eca15795de46aa3614b\";}}'),(42255,1093,'_edit_last','2'),(42256,1093,'_date_completed','1648492868'),(42257,1093,'_completed_date','2022-03-28 18:41:08'),(42258,1098,'_order_key','wc_order_i3tY8Z4Zegj9h'),(42259,1098,'_customer_user','26'),(42260,1098,'_payment_method','paypal'),(42261,1098,'_payment_method_title','PayPal'),(42262,1098,'_customer_ip_address','68.126.201.125'),(42263,1098,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36'),(42264,1098,'_created_via','checkout'),(42265,1098,'_cart_hash','82eef9f33312cec16b6538e2bb8977e0'),(42266,1098,'_billing_first_name','Andrew'),(42267,1098,'_billing_last_name','Crumrine'),(42268,1098,'_billing_address_1','3537 Stevens Way'),(42269,1098,'_billing_city','Augusta'),(42270,1098,'_billing_state','GA'),(42271,1098,'_billing_postcode','30907'),(42272,1098,'_billing_country','US'),(42273,1098,'_billing_email','augustagalice@gmail.com'),(42274,1098,'_billing_phone','7063064588'),(42275,1098,'_shipping_first_name','Andrew'),(42276,1098,'_shipping_last_name','Crumrine'),(42277,1098,'_shipping_address_1','3537 Stevens Way'),(42278,1098,'_shipping_city','Augusta'),(42279,1098,'_shipping_state','GA'),(42280,1098,'_shipping_postcode','30907'),(42281,1098,'_shipping_country','US'),(42282,1098,'_order_currency','USD'),(42283,1098,'_cart_discount','0'),(42284,1098,'_cart_discount_tax','0'),(42285,1098,'_order_shipping','23.52'),(42286,1098,'_order_shipping_tax','0'),(42287,1098,'_order_tax','0'),(42288,1098,'_order_total','474.24'),(42289,1098,'_order_version','6.3.1'),(42290,1098,'_prices_include_tax','no'),(42291,1098,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(42292,1098,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(42293,1098,'is_vat_exempt','no'),(42294,1095,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181663\";s:12:\"date_shipped\";s:10:\"1648425600\";s:11:\"tracking_id\";s:32:\"dca49710da7deee23d8375187dc12713\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181652\";s:12:\"date_shipped\";i:1648499403;s:11:\"tracking_id\";s:32:\"dab323d56a3c69ad58b7b24a32c7a7e1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181641\";s:12:\"date_shipped\";i:1648499410;s:11:\"tracking_id\";s:32:\"d94ccf17bbd6b4b60d7921dbfcab7053\";}}'),(42295,1095,'_edit_last','2'),(42296,1095,'_date_completed','1648499413'),(42297,1095,'_completed_date','2022-03-28 20:30:13'),(42298,1099,'_order_key','wc_order_tmK15baqBw8AE'),(42299,1099,'_customer_user','6'),(42300,1099,'_payment_method','paypal'),(42301,1099,'_payment_method_title','PayPal'),(42302,1099,'_customer_ip_address','76.20.84.214'),(42303,1099,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(42304,1099,'_created_via','checkout'),(42305,1099,'_cart_hash','99f0832fd01ae203821b1dcdf0e58e17'),(42306,1099,'_billing_first_name','Amira'),(42307,1099,'_billing_last_name','Purto'),(42308,1099,'_billing_address_1','2628 Acapulco Way'),(42309,1099,'_billing_city','Modesto'),(42310,1099,'_billing_state','CA'),(42311,1099,'_billing_postcode','95355'),(42312,1099,'_billing_country','US'),(42313,1099,'_billing_email','amira77@sbcglobal.net'),(42314,1099,'_billing_phone','2096422061'),(42315,1099,'_shipping_first_name','Amira'),(42316,1099,'_shipping_last_name','Purto'),(42317,1099,'_shipping_address_1','2628 Acapulco Way'),(42318,1099,'_shipping_city','Modesto'),(42319,1099,'_shipping_state','CA'),(42320,1099,'_shipping_postcode','95355'),(42321,1099,'_shipping_country','US'),(42322,1099,'_order_currency','USD'),(42323,1099,'_cart_discount','0'),(42324,1099,'_cart_discount_tax','0'),(42325,1099,'_order_shipping','0'),(42326,1099,'_order_shipping_tax','0'),(42327,1099,'_order_tax','0'),(42328,1099,'_order_total','1097.72'),(42329,1099,'_order_version','6.3.1'),(42330,1099,'_prices_include_tax','no'),(42331,1099,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(42332,1099,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(42333,1099,'is_vat_exempt','no'),(42334,1099,'Payment type','instant'),(42335,1099,'_transaction_id','6L341194AF7404101'),(42336,1099,'_paypal_status','completed'),(42337,1099,'PayPal Transaction Fee','38.80'),(42338,1099,'_date_paid','1648517293'),(42339,1099,'_paid_date','2022-03-29 01:28:13'),(42340,1099,'_download_permissions_granted','yes'),(42341,1099,'_recorded_sales','yes'),(42342,1099,'_recorded_coupon_usage_counts','yes'),(42343,1099,'_order_stock_reduced','yes'),(42344,1099,'_new_order_email_sent','true'),(42345,1100,'_order_key','wc_order_txOxyUlQOhUN3'),(42346,1100,'_customer_user','6'),(42347,1100,'_payment_method','paypal'),(42348,1100,'_payment_method_title','PayPal'),(42349,1100,'_customer_ip_address','76.20.84.214'),(42350,1100,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(42351,1100,'_created_via','checkout'),(42352,1100,'_cart_hash','9c846d1c23c6f64d71c4a2af912fb791'),(42353,1100,'_billing_first_name','Amira'),(42354,1100,'_billing_last_name','Purto'),(42355,1100,'_billing_address_1','2628 Acapulco Way'),(42356,1100,'_billing_city','Modesto'),(42357,1100,'_billing_state','CA'),(42358,1100,'_billing_postcode','95355'),(42359,1100,'_billing_country','US'),(42360,1100,'_billing_email','amira77@sbcglobal.net'),(42361,1100,'_billing_phone','2096422061'),(42362,1100,'_shipping_first_name','Amira'),(42363,1100,'_shipping_last_name','Purto'),(42364,1100,'_shipping_address_1','2628 Acapulco Way'),(42365,1100,'_shipping_city','Modesto'),(42366,1100,'_shipping_state','CA'),(42367,1100,'_shipping_postcode','95355'),(42368,1100,'_shipping_country','US'),(42369,1100,'_order_currency','USD'),(42370,1100,'_cart_discount','0'),(42371,1100,'_cart_discount_tax','0'),(42372,1100,'_order_shipping','0'),(42373,1100,'_order_shipping_tax','0'),(42374,1100,'_order_tax','0'),(42375,1100,'_order_total','537.90'),(42376,1100,'_order_version','6.3.1'),(42377,1100,'_prices_include_tax','no'),(42378,1100,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(42379,1100,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(42380,1100,'is_vat_exempt','no'),(42381,1100,'Payment type','instant'),(42382,1100,'_transaction_id','9HY09041GX065020K'),(42383,1100,'_paypal_status','completed'),(42384,1100,'PayPal Transaction Fee','19.26'),(42385,1100,'_date_paid','1648572384'),(42386,1100,'_paid_date','2022-03-29 16:46:24'),(42387,1100,'_download_permissions_granted','yes'),(42388,1100,'_recorded_sales','yes'),(42389,1100,'_recorded_coupon_usage_counts','yes'),(42390,1100,'_order_stock_reduced','yes'),(42391,1100,'_new_order_email_sent','true'),(42392,1099,'_edit_lock','1648575621:2'),(42393,1099,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181696\";s:12:\"date_shipped\";s:10:\"1648512000\";s:11:\"tracking_id\";s:32:\"bd85440c5e71d9c39abc6ee4acc8693f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181685\";s:12:\"date_shipped\";i:1648575530;s:11:\"tracking_id\";s:32:\"898ef79465802fe3fc5f982cb3922e56\";}}'),(42394,1099,'_edit_last','2'),(42395,1099,'_date_completed','1648575722'),(42396,1099,'_completed_date','2022-03-29 17:42:02'),(42397,1100,'_edit_lock','1648575838:2'),(42398,1100,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181733\";s:12:\"date_shipped\";s:10:\"1648512000\";s:11:\"tracking_id\";s:32:\"a0cd9985b3cbcf365f91d91d993dc6da\";}}'),(42399,1100,'_edit_last','2'),(42400,1100,'_date_completed','1648575858'),(42401,1100,'_completed_date','2022-03-29 17:44:18'),(42403,1101,'_order_key','wc_order_NyFK1dC3DyK64'),(42404,1101,'_customer_user','7'),(42405,1101,'_payment_method','paypal'),(42406,1101,'_payment_method_title','PayPal'),(42407,1101,'_customer_ip_address','71.93.225.128'),(42408,1101,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(42409,1101,'_created_via','checkout'),(42410,1101,'_cart_hash','373ed2ebda63ae76a7c9c9f07f6f4f2d'),(42411,1101,'_billing_first_name','Amy'),(42412,1101,'_billing_last_name','Allen'),(42413,1101,'_billing_company','Lice Clinics Of America'),(42414,1101,'_billing_address_1','251 Promise Way'),(42415,1101,'_billing_city','Hollister'),(42416,1101,'_billing_state','CA'),(42417,1101,'_billing_postcode','95023'),(42418,1101,'_billing_country','US'),(42419,1101,'_billing_email','lca.gilroy@gmail.com'),(42420,1101,'_billing_phone','4085005537'),(42421,1101,'_shipping_first_name','Amy'),(42422,1101,'_shipping_last_name','Allen'),(42423,1101,'_shipping_company','LCA Gilroy'),(42424,1101,'_shipping_address_1','7680 Monterey Street'),(42425,1101,'_shipping_address_2','Suite 104A'),(42426,1101,'_shipping_city','Gilroy'),(42427,1101,'_shipping_state','CA'),(42428,1101,'_shipping_postcode','95020'),(42429,1101,'_shipping_country','US'),(42430,1101,'_order_currency','USD'),(42431,1101,'_cart_discount','0'),(42432,1101,'_cart_discount_tax','0'),(42433,1101,'_order_shipping','0'),(42434,1101,'_order_shipping_tax','0'),(42435,1101,'_order_tax','0'),(42436,1101,'_order_total','690.08'),(42437,1101,'_order_version','6.3.1'),(42438,1101,'_prices_include_tax','no'),(42439,1101,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(42440,1101,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(42441,1101,'is_vat_exempt','no'),(42442,1101,'Payment type','instant'),(42443,1101,'_transaction_id','63G94064353443218'),(42444,1101,'_paypal_status','completed'),(42445,1101,'PayPal Transaction Fee','24.57'),(42446,1101,'_date_paid','1648594219'),(42447,1101,'_paid_date','2022-03-29 22:50:19'),(42448,1101,'_download_permissions_granted','yes'),(42449,1101,'_recorded_sales','yes'),(42450,1101,'_recorded_coupon_usage_counts','yes'),(42451,1101,'_order_stock_reduced','yes'),(42452,1101,'_new_order_email_sent','true'),(42453,1096,'_edit_lock','1648729954:2'),(42454,1098,'_edit_lock','1648851552:2'),(42455,1061,'_edit_lock','1648729993:2'),(42456,1096,'_edit_last','2'),(42457,1096,'_recorded_coupon_usage_counts','yes'),(42458,1098,'_edit_last','2'),(42459,1098,'_recorded_coupon_usage_counts','yes'),(42460,1061,'_edit_last','2'),(42461,1061,'_recorded_coupon_usage_counts','yes'),(42462,1096,'Payment type','instant'),(42463,1096,'_transaction_id','93W11222SR177534W'),(42464,1096,'_paypal_status','completed'),(42465,1096,'PayPal Transaction Fee','48.85'),(42466,1096,'_date_paid','1648653137'),(42467,1096,'_paid_date','2022-03-30 15:12:17'),(42468,1096,'_download_permissions_granted','yes'),(42469,1096,'_recorded_sales','yes'),(42470,1096,'_order_stock_reduced','yes'),(42471,1096,'_new_order_email_sent','true'),(42472,1061,'Payment type','instant'),(42473,1061,'_transaction_id','3DP28138PA664105J'),(42474,1061,'_paypal_status','completed'),(42475,1061,'PayPal Transaction Fee','7.16'),(42476,1061,'_date_paid','1648657818'),(42477,1061,'_paid_date','2022-03-30 16:30:18'),(42478,1061,'_download_permissions_granted','yes'),(42479,1061,'_recorded_sales','yes'),(42480,1061,'_order_stock_reduced','yes'),(42481,1061,'_new_order_email_sent','true'),(42482,1098,'Payment type','instant'),(42483,1098,'_transaction_id','3JF629902J524034Y'),(42484,1098,'_paypal_status','completed'),(42485,1098,'PayPal Transaction Fee','17.04'),(42486,1098,'_date_paid','1648672883'),(42487,1098,'_paid_date','2022-03-30 20:41:23'),(42488,1098,'_download_permissions_granted','yes'),(42489,1098,'_recorded_sales','yes'),(42490,1098,'_order_stock_reduced','yes'),(42491,1098,'_new_order_email_sent','true'),(42492,1101,'_edit_lock','1648730026:2'),(42493,1101,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181836\";s:12:\"date_shipped\";s:10:\"1648598400\";s:11:\"tracking_id\";s:32:\"0533ce3b483b5b2a578611ef3c154f36\";}}'),(42494,1101,'_edit_last','2'),(42495,1101,'_date_completed','1648730020'),(42496,1101,'_completed_date','2022-03-31 12:33:40'),(42497,1096,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181880\";s:12:\"date_shipped\";s:10:\"1648598400\";s:11:\"tracking_id\";s:32:\"ee1bf9fd7c0ef24a426653c042923c81\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181870\";s:12:\"date_shipped\";s:10:\"1648598400\";s:11:\"tracking_id\";s:32:\"b16b69646005757a54de03cc2ef506d0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181869\";s:12:\"date_shipped\";s:10:\"1648598400\";s:11:\"tracking_id\";s:32:\"6bf8aedecbaff8bc395ae099c0671d08\";}}'),(42498,1096,'_date_completed','1648730083'),(42499,1096,'_completed_date','2022-03-31 12:34:43'),(42500,1061,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181940\";s:12:\"date_shipped\";s:10:\"1648598400\";s:11:\"tracking_id\";s:32:\"bd6db30c72aa48ba72dcf6b6d71e73ba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830181939\";s:12:\"date_shipped\";i:1648730124;s:11:\"tracking_id\";s:32:\"954ba48d4c0c28bc2e0435e54f216ca7\";}}'),(42501,1061,'_date_completed','1648730128'),(42502,1061,'_completed_date','2022-03-31 12:35:28'),(42503,1102,'_order_key','wc_order_D8W1iZFbwknPK'),(42504,1102,'_customer_user','61'),(42505,1102,'_payment_method','paypal'),(42506,1102,'_payment_method_title','PayPal'),(42507,1102,'_customer_ip_address','217.180.202.68'),(42508,1102,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36'),(42509,1102,'_created_via','checkout'),(42510,1102,'_cart_hash','c0d2565052dc373127c99358800d4927'),(42511,1102,'_billing_first_name','Judy'),(42512,1102,'_billing_last_name','Hayden'),(42513,1102,'_billing_company','Lice Clinics of America Lexington'),(42514,1102,'_billing_address_1','1795 Alysheba Way Suite 4105'),(42515,1102,'_billing_address_2','Ste 4105'),(42516,1102,'_billing_city','Lexington'),(42517,1102,'_billing_state','KY'),(42518,1102,'_billing_postcode','40509'),(42519,1102,'_billing_country','US'),(42520,1102,'_billing_email','angel@liceclinicslexington.com'),(42521,1102,'_billing_phone','8595234813'),(42522,1102,'_shipping_first_name','Judy'),(42523,1102,'_shipping_last_name','Hayden'),(42524,1102,'_shipping_company','Lice Clinics of America Lexington'),(42525,1102,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(42526,1102,'_shipping_city','Lexington'),(42527,1102,'_shipping_state','KY'),(42528,1102,'_shipping_postcode','40509'),(42529,1102,'_shipping_country','US'),(42530,1102,'_order_currency','USD'),(42531,1102,'_cart_discount','0'),(42532,1102,'_cart_discount_tax','0'),(42533,1102,'_order_shipping','0'),(42534,1102,'_order_shipping_tax','0'),(42535,1102,'_order_tax','0'),(42536,1102,'_order_total','889.74'),(42537,1102,'_order_version','6.3.1'),(42538,1102,'_prices_include_tax','no'),(42539,1102,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(42540,1102,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(42541,1102,'is_vat_exempt','no'),(42542,1102,'Payment type','instant'),(42543,1102,'_transaction_id','82044649X34982303'),(42544,1102,'_paypal_status','completed'),(42545,1102,'PayPal Transaction Fee','31.54'),(42546,1102,'_date_paid','1648841587'),(42547,1102,'_paid_date','2022-04-01 19:33:07'),(42548,1102,'_download_permissions_granted','yes'),(42549,1102,'_recorded_sales','yes'),(42550,1102,'_recorded_coupon_usage_counts','yes'),(42551,1102,'_order_stock_reduced','yes'),(42552,1102,'_new_order_email_sent','true'),(42553,1098,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182030\";s:12:\"date_shipped\";s:10:\"1648771200\";s:11:\"tracking_id\";s:32:\"a9f530a7e9b2355076c2dc6dbb53c244\";}}'),(42554,1098,'_date_completed','1648851674'),(42555,1098,'_completed_date','2022-04-01 22:21:14'),(42556,1103,'_order_key','wc_order_l6c5IyMaFEMQX'),(42557,1103,'_customer_user','28'),(42558,1103,'_payment_method','paypal'),(42559,1103,'_payment_method_title','PayPal'),(42560,1103,'_customer_ip_address','172.115.255.171'),(42561,1103,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36'),(42562,1103,'_created_via','checkout'),(42563,1103,'_cart_hash','ef734cb990f09797cbd09493f4c395e5'),(42564,1103,'_billing_first_name','Kelli'),(42565,1103,'_billing_last_name','Washington'),(42566,1103,'_billing_company','Lice Clinics of America - Temecula'),(42567,1103,'_billing_address_1','2438 Bear Rock Gln'),(42568,1103,'_billing_city','Escondido'),(42569,1103,'_billing_state','CA'),(42570,1103,'_billing_postcode','92026'),(42571,1103,'_billing_country','US'),(42572,1103,'_billing_email','info@liceclinicstemecula.com'),(42573,1103,'_billing_phone','7606255580'),(42574,1103,'_shipping_first_name','Kelli'),(42575,1103,'_shipping_last_name','Washington'),(42576,1103,'_shipping_company','Lice Clinics of America - Temecula'),(42577,1103,'_shipping_address_1','2438 Bear Rock Gln'),(42578,1103,'_shipping_city','Escondido'),(42579,1103,'_shipping_state','CA'),(42580,1103,'_shipping_postcode','92026'),(42581,1103,'_shipping_country','US'),(42582,1103,'_order_currency','USD'),(42583,1103,'_cart_discount','0'),(42584,1103,'_cart_discount_tax','0'),(42585,1103,'_order_shipping','58.53'),(42586,1103,'_order_shipping_tax','0'),(42587,1103,'_order_tax','0'),(42588,1103,'_order_total','356.71'),(42589,1103,'_order_version','6.3.1'),(42590,1103,'_prices_include_tax','no'),(42591,1103,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(42592,1103,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(42593,1103,'is_vat_exempt','no'),(42594,1103,'Payment type','instant'),(42595,1103,'_transaction_id','14280571V43511827'),(42596,1103,'_paypal_status','completed'),(42597,1103,'PayPal Transaction Fee','12.94'),(42598,1103,'_date_paid','1648942021'),(42599,1103,'_paid_date','2022-04-02 23:27:01'),(42600,1103,'_download_permissions_granted','yes'),(42601,1103,'_recorded_sales','yes'),(42602,1103,'_recorded_coupon_usage_counts','yes'),(42603,1103,'_order_stock_reduced','yes'),(42604,1103,'_new_order_email_sent','true'),(42643,1105,'_order_key','wc_order_L7ftFJogJIEFB'),(42644,1105,'_customer_user','51'),(42645,1105,'_payment_method','paypal'),(42646,1105,'_payment_method_title','PayPal'),(42647,1105,'_customer_ip_address','172.58.173.59'),(42648,1105,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/205.1.437312666 Mobile/15E148 Safari/604.1'),(42649,1105,'_created_via','checkout'),(42650,1105,'_cart_hash','b1b38f9824aa24abc6009a3573e80d21'),(42651,1105,'_billing_first_name','Corie'),(42652,1105,'_billing_last_name','Kaniamos'),(42653,1105,'_billing_address_1','5026 Tildens Grove Blvd'),(42654,1105,'_billing_city','Windermere'),(42655,1105,'_billing_state','FL'),(42656,1105,'_billing_postcode','34786'),(42657,1105,'_billing_country','US'),(42658,1105,'_billing_email','corie@liceclinicsofflorida.com'),(42659,1105,'_billing_phone','6163406321'),(42660,1105,'_shipping_first_name','Maria'),(42661,1105,'_shipping_last_name','Hagg'),(42662,1105,'_shipping_company','LCA - STUART'),(42663,1105,'_shipping_address_1','17 Via Lucindia Dr South'),(42664,1105,'_shipping_city','Stuart'),(42665,1105,'_shipping_state','FL'),(42666,1105,'_shipping_postcode','34996'),(42667,1105,'_shipping_country','US'),(42668,1105,'_order_currency','USD'),(42669,1105,'_cart_discount','0'),(42670,1105,'_cart_discount_tax','0'),(42671,1105,'_order_shipping','16.97'),(42672,1105,'_order_shipping_tax','0'),(42673,1105,'_order_tax','0'),(42674,1105,'_order_total','16.97'),(42675,1105,'_order_version','6.3.1'),(42676,1105,'_prices_include_tax','no'),(42677,1105,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(42678,1105,'_shipping_address_index','Maria Hagg LCA - STUART 17 Via Lucindia Dr South  Stuart FL 34996 US '),(42679,1105,'is_vat_exempt','no'),(42680,1106,'_order_key','wc_order_36mX4mKWZM6oN'),(42681,1106,'_customer_user','51'),(42682,1106,'_payment_method','paypal'),(42683,1106,'_payment_method_title','PayPal'),(42684,1106,'_customer_ip_address','172.58.175.155'),(42685,1106,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/205.1.437312666 Mobile/15E148 Safari/604.1'),(42686,1106,'_created_via','checkout'),(42687,1106,'_cart_hash','5e8dff68f3c007848f4b4bf2287543a3'),(42688,1106,'_billing_first_name','Corie'),(42689,1106,'_billing_last_name','Kaniamos'),(42690,1106,'_billing_address_1','5026 Tildens Grove Blvd'),(42691,1106,'_billing_city','Windermere'),(42692,1106,'_billing_state','FL'),(42693,1106,'_billing_postcode','34786'),(42694,1106,'_billing_country','US'),(42695,1106,'_billing_email','corie@liceclinicsofflorida.com'),(42696,1106,'_billing_phone','6163406321'),(42697,1106,'_shipping_first_name','Catie'),(42698,1106,'_shipping_last_name','Carny'),(42699,1106,'_shipping_company','LCA West Palm Beach'),(42700,1106,'_shipping_address_1','4977 B Alder Dr'),(42701,1106,'_shipping_address_2','Foxwood Estates'),(42702,1106,'_shipping_city','WPB'),(42703,1106,'_shipping_state','FL'),(42704,1106,'_shipping_postcode','33417'),(42705,1106,'_shipping_country','US'),(42706,1106,'_order_currency','USD'),(42707,1106,'_cart_discount','0'),(42708,1106,'_cart_discount_tax','0'),(42709,1106,'_order_shipping','16.97'),(42710,1106,'_order_shipping_tax','0'),(42711,1106,'_order_tax','0'),(42712,1106,'_order_total','16.97'),(42713,1106,'_order_version','6.3.1'),(42714,1106,'_prices_include_tax','no'),(42715,1106,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(42716,1106,'_shipping_address_index','Catie Carny LCA West Palm Beach 4977 B Alder Dr Foxwood Estates WPB FL 33417 US '),(42717,1106,'is_vat_exempt','no'),(42718,1107,'_order_key','wc_order_UB1HfUDZguaTo'),(42719,1107,'_customer_user','80'),(42720,1107,'_payment_method','paypal'),(42721,1107,'_payment_method_title','PayPal'),(42722,1107,'_customer_ip_address','71.224.201.32'),(42723,1107,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0'),(42724,1107,'_created_via','checkout'),(42725,1107,'_cart_hash','5c9365507080e3145bb41c1ef4ae1a14'),(42726,1107,'_billing_first_name','Sharon'),(42727,1107,'_billing_last_name','Rizzuto'),(42728,1107,'_billing_address_1','143 Merion Ave'),(42729,1107,'_billing_city','Narberth'),(42730,1107,'_billing_state','PA'),(42731,1107,'_billing_postcode','19072'),(42732,1107,'_billing_country','US'),(42733,1107,'_billing_email','liceclinicphilly@gmail.com'),(42734,1107,'_billing_phone','2155141903'),(42735,1107,'_shipping_first_name','Sharon'),(42736,1107,'_shipping_last_name','Rizzuto'),(42737,1107,'_shipping_company','LCA Philly'),(42738,1107,'_shipping_address_1','1982 Butler pike'),(42739,1107,'_shipping_address_2','#4'),(42740,1107,'_shipping_city','Conshohocken'),(42741,1107,'_shipping_state','PA'),(42742,1107,'_shipping_postcode','19428'),(42743,1107,'_shipping_country','US'),(42744,1107,'_order_currency','USD'),(42745,1107,'_cart_discount','0'),(42746,1107,'_cart_discount_tax','0'),(42747,1107,'_order_shipping','16.97'),(42748,1107,'_order_shipping_tax','0'),(42749,1107,'_order_tax','0'),(42750,1107,'_order_total','16.97'),(42751,1107,'_order_version','6.3.1'),(42752,1107,'_prices_include_tax','no'),(42753,1107,'_billing_address_index','Sharon Rizzuto  143 Merion Ave  Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(42754,1107,'_shipping_address_index','Sharon Rizzuto LCA Philly 1982 Butler pike #4 Conshohocken PA 19428 US '),(42755,1107,'is_vat_exempt','no'),(42756,1103,'_edit_lock','1649087058:2'),(42757,1103,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182236\";s:12:\"date_shipped\";s:10:\"1649030400\";s:11:\"tracking_id\";s:32:\"2fdbb1799b578edf897b75820a777e89\";}}'),(42758,1103,'_edit_last','2'),(42759,1103,'_date_completed','1649086397'),(42760,1103,'_completed_date','2022-04-04 15:33:17'),(42761,1108,'_order_key','wc_order_tDenP8vWCgk1b'),(42762,1108,'_customer_user','37'),(42763,1108,'_payment_method','paypal'),(42764,1108,'_payment_method_title','PayPal'),(42765,1108,'_customer_ip_address','71.28.42.25'),(42766,1108,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29'),(42767,1108,'_created_via','checkout'),(42768,1108,'_cart_hash','c657d57f6616e1ae641efe5902ffc3a8'),(42769,1108,'_billing_first_name','Melody'),(42770,1108,'_billing_last_name','Carter'),(42771,1108,'_billing_company','Family Hair Clinic of South Ga LLC'),(42772,1108,'_billing_address_1','7754 GA HIGHWAY 122 W'),(42773,1108,'_billing_city','HAHIRA'),(42774,1108,'_billing_state','GA'),(42775,1108,'_billing_postcode','31632-2210'),(42776,1108,'_billing_country','US'),(42777,1108,'_billing_email','familyhairclinic@gmail.com'),(42778,1108,'_billing_phone','2294151748'),(42779,1108,'_shipping_first_name','Melody'),(42780,1108,'_shipping_last_name','Carter'),(42781,1108,'_shipping_company','LCA Family Hair Clinic'),(42782,1108,'_shipping_address_1','7754 GA Highway 122 W'),(42783,1108,'_shipping_city','Hahira'),(42784,1108,'_shipping_state','GA'),(42785,1108,'_shipping_postcode','31632'),(42786,1108,'_shipping_country','US'),(42787,1108,'_order_currency','USD'),(42788,1108,'_cart_discount','0'),(42789,1108,'_cart_discount_tax','0'),(42790,1108,'_order_shipping','27.89'),(42791,1108,'_order_shipping_tax','0'),(42792,1108,'_order_tax','0'),(42793,1108,'_order_total','443.81'),(42794,1108,'_order_version','6.3.1'),(42795,1108,'_prices_include_tax','no'),(42796,1108,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(42797,1108,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(42798,1108,'is_vat_exempt','no'),(42799,1108,'Payment type','instant'),(42800,1108,'_transaction_id','6U0654355R7567813'),(42801,1108,'_paypal_status','completed'),(42802,1108,'PayPal Transaction Fee','15.98'),(42803,1108,'_date_paid','1649092423'),(42804,1108,'_paid_date','2022-04-04 17:13:43'),(42805,1108,'_download_permissions_granted','yes'),(42806,1108,'_recorded_sales','yes'),(42807,1108,'_recorded_coupon_usage_counts','yes'),(42808,1108,'_order_stock_reduced','yes'),(42809,1108,'_new_order_email_sent','true'),(42810,1109,'_order_key','wc_order_VdnQhN7TvsPfJ'),(42811,1109,'_customer_user','3'),(42812,1109,'_payment_method','paypal'),(42813,1109,'_payment_method_title','PayPal'),(42814,1109,'_customer_ip_address','99.30.170.254'),(42815,1109,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36'),(42816,1109,'_created_via','checkout'),(42817,1109,'_cart_hash','44a3fb340464f8c4a0464e1c0399cfa2'),(42818,1109,'_billing_first_name','Amanda'),(42819,1109,'_billing_last_name','Westerman'),(42820,1109,'_billing_company','Lice Clinics of America McKinney'),(42821,1109,'_billing_address_1','3120 Hudson Crossing'),(42822,1109,'_billing_address_2','Suite A2'),(42823,1109,'_billing_city','MCKINNEY'),(42824,1109,'_billing_state','TX'),(42825,1109,'_billing_postcode','75070'),(42826,1109,'_billing_country','US'),(42827,1109,'_billing_email','awesterman1103@gmail.com'),(42828,1109,'_billing_phone','2144175741'),(42829,1109,'_shipping_first_name','Lice'),(42830,1109,'_shipping_last_name','McKinney'),(42831,1109,'_shipping_company','Lice Clinics of America McKinney'),(42832,1109,'_shipping_address_1','3120 Hudson Crossing'),(42833,1109,'_shipping_address_2','Suite A2'),(42834,1109,'_shipping_city','McKinney'),(42835,1109,'_shipping_state','TX'),(42836,1109,'_shipping_postcode','75070'),(42837,1109,'_shipping_country','US'),(42838,1109,'_order_currency','USD'),(42839,1109,'_cart_discount','0'),(42840,1109,'_cart_discount_tax','0'),(42841,1109,'_order_shipping','0'),(42842,1109,'_order_shipping_tax','0'),(42843,1109,'_order_tax','0'),(42844,1109,'_order_total','592.75'),(42845,1109,'_order_version','6.3.1'),(42846,1109,'_prices_include_tax','no'),(42847,1109,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(42848,1109,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(42849,1109,'is_vat_exempt','no'),(42850,1109,'Payment type','instant'),(42851,1109,'_transaction_id','29S29325F8094004X'),(42852,1109,'_paypal_status','completed'),(42853,1109,'PayPal Transaction Fee','21.18'),(42854,1109,'_date_paid','1649093936'),(42855,1109,'_paid_date','2022-04-04 17:38:56'),(42856,1109,'_download_permissions_granted','yes'),(42857,1109,'_recorded_sales','yes'),(42858,1109,'_recorded_coupon_usage_counts','yes'),(42859,1109,'_order_stock_reduced','yes'),(42860,1109,'_new_order_email_sent','true'),(42861,1110,'_order_key','wc_order_8k5zRFlsPpPNz'),(42862,1110,'_customer_user','59'),(42863,1110,'_payment_method','paypal'),(42864,1110,'_payment_method_title','PayPal'),(42865,1110,'_customer_ip_address','98.200.12.157'),(42866,1110,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36'),(42867,1110,'_created_via','checkout'),(42868,1110,'_cart_hash','fbcc56b35b0a5b30244e325e751d86ed'),(42869,1110,'_billing_first_name','Allison'),(42870,1110,'_billing_last_name','Anthon'),(42871,1110,'_billing_address_1','58 arbor bend dr'),(42872,1110,'_billing_city','Houston'),(42873,1110,'_billing_state','TX'),(42874,1110,'_billing_postcode','77070'),(42875,1110,'_billing_country','US'),(42876,1110,'_billing_email','louseysolutions@gmail.com'),(42877,1110,'_billing_phone','602-400-8330'),(42878,1110,'_shipping_first_name','Allison'),(42879,1110,'_shipping_last_name','Anthon'),(42880,1110,'_shipping_company','LCA Sugar Land'),(42881,1110,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(42882,1110,'_shipping_city','Tomball'),(42883,1110,'_shipping_state','TX'),(42884,1110,'_shipping_postcode','77375'),(42885,1110,'_shipping_country','US'),(42886,1110,'_order_currency','USD'),(42887,1110,'_cart_discount','0'),(42888,1110,'_cart_discount_tax','0'),(42889,1110,'_order_shipping','0'),(42890,1110,'_order_shipping_tax','0'),(42891,1110,'_order_tax','0'),(42892,1110,'_order_total','771.06'),(42893,1110,'_order_version','6.3.1'),(42894,1110,'_prices_include_tax','no'),(42895,1110,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(42896,1110,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(42897,1110,'is_vat_exempt','no'),(42898,1111,'_order_key','wc_order_GzL7N7qn0BiW5'),(42899,1111,'_customer_user','59'),(42900,1111,'_payment_method','paypal'),(42901,1111,'_payment_method_title','PayPal'),(42902,1111,'_customer_ip_address','98.200.12.157'),(42903,1111,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36'),(42904,1111,'_created_via','checkout'),(42905,1111,'_cart_hash','372b30e8cc93ce4bbcd0203249b57767'),(42906,1111,'_billing_first_name','Allison'),(42907,1111,'_billing_last_name','Anthon'),(42908,1111,'_billing_address_1','58 arbor bend dr'),(42909,1111,'_billing_city','Houston'),(42910,1111,'_billing_state','TX'),(42911,1111,'_billing_postcode','77070'),(42912,1111,'_billing_country','US'),(42913,1111,'_billing_email','louseysolutions@gmail.com'),(42914,1111,'_billing_phone','602-400-8330'),(42915,1111,'_shipping_first_name','Allison'),(42916,1111,'_shipping_last_name','Anthon'),(42917,1111,'_shipping_company','LCA Sugar Land'),(42918,1111,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(42919,1111,'_shipping_city','Tomball'),(42920,1111,'_shipping_state','TX'),(42921,1111,'_shipping_postcode','77375'),(42922,1111,'_shipping_country','US'),(42923,1111,'_order_currency','USD'),(42924,1111,'_cart_discount','0'),(42925,1111,'_cart_discount_tax','0'),(42926,1111,'_order_shipping','0'),(42927,1111,'_order_shipping_tax','0'),(42928,1111,'_order_tax','0'),(42929,1111,'_order_total','702.24'),(42930,1111,'_order_version','6.3.1'),(42931,1111,'_prices_include_tax','no'),(42932,1111,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(42933,1111,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(42934,1111,'is_vat_exempt','no'),(42935,1112,'_order_key','wc_order_HTGPLWcV8JbAw'),(42936,1112,'_customer_user','11'),(42937,1112,'_payment_method','paypal'),(42938,1112,'_payment_method_title','PayPal'),(42939,1112,'_customer_ip_address','74.131.22.162'),(42940,1112,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(42941,1112,'_created_via','checkout'),(42942,1112,'_cart_hash','bb8c0a2c5a3414499713888a119afbb9'),(42943,1112,'_billing_first_name','Tina'),(42944,1112,'_billing_last_name','Hunt'),(42945,1112,'_billing_company','LCBG, LLC'),(42946,1112,'_billing_address_1','830 Fairview Ave.'),(42947,1112,'_billing_address_2','Suite A-4'),(42948,1112,'_billing_city','Bowling Green'),(42949,1112,'_billing_state','KY'),(42950,1112,'_billing_postcode','42101'),(42951,1112,'_billing_country','US'),(42952,1112,'_billing_email','info@liceclinicsbowlinggreen.com'),(42953,1112,'_billing_phone','2709996803'),(42954,1112,'_shipping_first_name','Tina'),(42955,1112,'_shipping_last_name','Hunt'),(42956,1112,'_shipping_address_1','494 Hub Boulevard'),(42957,1112,'_shipping_address_2','Apt 1012'),(42958,1112,'_shipping_city','Bowling Green'),(42959,1112,'_shipping_state','KY'),(42960,1112,'_shipping_postcode','42101'),(42961,1112,'_shipping_country','US'),(42962,1112,'_order_currency','USD'),(42963,1112,'_cart_discount','0'),(42964,1112,'_cart_discount_tax','0'),(42965,1112,'_order_shipping','39.57'),(42966,1112,'_order_shipping_tax','0'),(42967,1112,'_order_tax','0'),(42968,1112,'_order_total','844.83'),(42969,1112,'_order_version','6.3.1'),(42970,1112,'_prices_include_tax','no'),(42971,1112,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(42972,1112,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(42973,1112,'is_vat_exempt','no'),(42974,1112,'Payment type','instant'),(42975,1112,'_transaction_id','47175916TP344944H'),(42976,1112,'_paypal_status','completed'),(42977,1112,'PayPal Transaction Fee','29.97'),(42978,1112,'_date_paid','1649122664'),(42979,1112,'_paid_date','2022-04-05 01:37:44'),(42980,1112,'_download_permissions_granted','yes'),(42981,1112,'_recorded_sales','yes'),(42982,1112,'_recorded_coupon_usage_counts','yes'),(42983,1112,'_order_stock_reduced','yes'),(42984,1112,'_new_order_email_sent','true'),(42985,1106,'_edit_lock','1649185456:2'),(42986,1106,'_edit_last','2'),(42987,1106,'_recorded_coupon_usage_counts','yes'),(42988,1105,'_edit_lock','1649774047:2'),(42989,1105,'_edit_last','2'),(42990,1105,'_recorded_coupon_usage_counts','yes'),(42994,1106,'Payment type','instant'),(42995,1106,'_transaction_id','2RA52480P4236074F'),(42996,1106,'_paypal_status','completed'),(42997,1106,'PayPal Transaction Fee','1.08'),(42998,1106,'_date_paid','1649170843'),(42999,1106,'_paid_date','2022-04-05 15:00:43'),(43000,1106,'_download_permissions_granted','yes'),(43001,1106,'_recorded_sales','yes'),(43002,1106,'_order_stock_reduced','yes'),(43003,1106,'_new_order_email_sent','true'),(43004,1109,'_edit_lock','1649170760:2'),(43005,1109,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182328\";s:12:\"date_shipped\";s:10:\"1649116800\";s:11:\"tracking_id\";s:32:\"51b2ea2a3d1d69e76ec13c0ae34f7810\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182317\";s:12:\"date_shipped\";i:1649170888;s:11:\"tracking_id\";s:32:\"6f4704a116c010c929c687e6b825dab7\";}}'),(43006,1109,'_edit_last','2'),(43007,1109,'_date_completed','1649170892'),(43008,1109,'_completed_date','2022-04-05 15:01:32'),(43009,1108,'_edit_lock','1649170794:2'),(43010,1108,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182270\";s:12:\"date_shipped\";s:10:\"1649116800\";s:11:\"tracking_id\";s:32:\"9166127a006b6f4d82a3192cb4523b3b\";}}'),(43011,1108,'_edit_last','2'),(43012,1108,'_date_completed','1649170928'),(43013,1108,'_completed_date','2022-04-05 15:02:08'),(43052,1107,'_edit_lock','1649881579:2'),(43053,1107,'_edit_last','2'),(43054,1107,'_recorded_coupon_usage_counts','yes'),(43055,1112,'_edit_lock','1649184103:2'),(43056,1102,'_edit_lock','1649184183:2'),(43057,1112,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182442\";s:12:\"date_shipped\";s:10:\"1649116800\";s:11:\"tracking_id\";s:32:\"45decedc16bb9aaab587d6a149b0dd01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182453\";s:12:\"date_shipped\";i:1649183765;s:11:\"tracking_id\";s:32:\"bc25335f6529ede4fe129ccec5377ee9\";}}'),(43058,1112,'_edit_last','2'),(43059,1112,'_date_completed','1649183774'),(43060,1112,'_completed_date','2022-04-05 18:36:14'),(43061,1102,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182199\";s:12:\"date_shipped\";s:10:\"1649116800\";s:11:\"tracking_id\";s:32:\"f1b4ffb4fd89e5ee754a41f0d5540c4d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182203\";s:12:\"date_shipped\";i:1649184292;s:11:\"tracking_id\";s:32:\"1120eda1a31d73fa37393a16631f28de\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182214\";s:12:\"date_shipped\";i:1649184301;s:11:\"tracking_id\";s:32:\"41c24d6c1257064a271b09fd3c696080\";}}'),(43062,1102,'_edit_last','2'),(43063,1102,'_date_completed','1649184304'),(43064,1102,'_completed_date','2022-04-05 18:45:04'),(43065,1106,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182475\";s:12:\"date_shipped\";s:10:\"1649116800\";s:11:\"tracking_id\";s:32:\"ee1fd8a16dad8d390331e672f83ca4c1\";}}'),(43066,1106,'_date_completed','1649185564'),(43067,1106,'_completed_date','2022-04-05 19:06:04'),(43105,1110,'_edit_lock','1649425575:2'),(43106,1111,'_edit_lock','1649425681:2'),(43107,1110,'_edit_last','2'),(43108,1110,'_recorded_coupon_usage_counts','yes'),(43109,1111,'_edit_last','2'),(43110,1111,'_recorded_coupon_usage_counts','yes'),(43111,1116,'_order_key','wc_order_XdN8pjs8DFhFA'),(43112,1116,'_customer_user','76'),(43113,1116,'_payment_method','paypal'),(43114,1116,'_payment_method_title','PayPal'),(43115,1116,'_customer_ip_address','146.115.131.163'),(43116,1116,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(43117,1116,'_created_via','checkout'),(43118,1116,'_cart_hash','57c0cbcd3cdac1e18103d884478f687a'),(43119,1116,'_billing_first_name','Naomi'),(43120,1116,'_billing_last_name','Golden'),(43121,1116,'_billing_address_1','31 Mann Ave'),(43122,1116,'_billing_city','Needham'),(43123,1116,'_billing_state','MA'),(43124,1116,'_billing_postcode','02492'),(43125,1116,'_billing_country','US'),(43126,1116,'_billing_email','nrgolden6486@gmail.com'),(43127,1116,'_billing_phone','617-851-1322'),(43128,1116,'_shipping_first_name','Naomi'),(43129,1116,'_shipping_last_name','Golden'),(43130,1116,'_shipping_company','Lice Aunties'),(43131,1116,'_shipping_address_1','1234 Chestnut Street'),(43132,1116,'_shipping_city','Newton'),(43133,1116,'_shipping_state','MA'),(43134,1116,'_shipping_postcode','02464'),(43135,1116,'_shipping_country','US'),(43136,1116,'_order_currency','USD'),(43137,1116,'_cart_discount','0'),(43138,1116,'_cart_discount_tax','0'),(43139,1116,'_order_shipping','0'),(43140,1116,'_order_shipping_tax','0'),(43141,1116,'_order_tax','0'),(43142,1116,'_order_total','707.20'),(43143,1116,'_order_version','6.3.1'),(43144,1116,'_prices_include_tax','no'),(43145,1116,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(43146,1116,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(43147,1116,'is_vat_exempt','no'),(43148,1116,'_edit_lock','1649285695:2'),(43149,1116,'_edit_last','2'),(43150,1116,'_recorded_coupon_usage_counts','yes'),(43151,1116,'Payment type','instant'),(43152,1116,'_transaction_id','36T23827BB002994A'),(43153,1116,'_paypal_status','completed'),(43154,1116,'PayPal Transaction Fee','25.17'),(43155,1116,'_date_paid','1649261589'),(43156,1116,'_paid_date','2022-04-06 16:13:09'),(43157,1116,'_download_permissions_granted','yes'),(43158,1116,'_recorded_sales','yes'),(43159,1116,'_order_stock_reduced','yes'),(43160,1116,'_new_order_email_sent','true'),(43198,1118,'_order_key','wc_order_pUFYiBWe6wrBC'),(43199,1118,'_customer_user','47'),(43200,1118,'_payment_method','paypal'),(43201,1118,'_payment_method_title','PayPal'),(43202,1118,'_customer_ip_address','72.177.241.58'),(43203,1118,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(43204,1118,'_created_via','checkout'),(43205,1118,'_cart_hash','a87065b3060fd748d0250c53792023aa'),(43206,1118,'_billing_first_name','Tracy'),(43207,1118,'_billing_last_name','Copeland'),(43208,1118,'_billing_company','LCA SA West'),(43209,1118,'_billing_address_1','14223 Silverhollow'),(43210,1118,'_billing_city','San Antonio'),(43211,1118,'_billing_state','TX'),(43212,1118,'_billing_postcode','78232'),(43213,1118,'_billing_country','US'),(43214,1118,'_billing_email','info@liceclinicsanantoniowest.com'),(43215,1118,'_billing_phone','2103135033'),(43216,1118,'_shipping_first_name','Tracy'),(43217,1118,'_shipping_last_name','Copeland'),(43218,1118,'_shipping_company','LCA SA West'),(43219,1118,'_shipping_address_1','14223 Silverhollow'),(43220,1118,'_shipping_city','San Antonio'),(43221,1118,'_shipping_state','TX'),(43222,1118,'_shipping_postcode','78232'),(43223,1118,'_shipping_country','US'),(43224,1118,'_order_currency','USD'),(43225,1118,'_cart_discount','0'),(43226,1118,'_cart_discount_tax','0'),(43227,1118,'_order_shipping','42.79'),(43228,1118,'_order_shipping_tax','0'),(43229,1118,'_order_tax','0'),(43230,1118,'_order_total','549.15'),(43231,1118,'_order_version','6.3.1'),(43232,1118,'_prices_include_tax','no'),(43233,1118,'_billing_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(43234,1118,'_shipping_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US '),(43235,1118,'is_vat_exempt','no'),(43236,1118,'Payment type','instant'),(43237,1118,'_transaction_id','8T356697EX681872S'),(43238,1118,'_paypal_status','completed'),(43239,1118,'PayPal Transaction Fee','19.66'),(43240,1118,'_date_paid','1649273087'),(43241,1118,'_paid_date','2022-04-06 19:24:47'),(43242,1118,'_download_permissions_granted','yes'),(43243,1118,'_recorded_sales','yes'),(43244,1118,'_recorded_coupon_usage_counts','yes'),(43245,1118,'_order_stock_reduced','yes'),(43246,1118,'_new_order_email_sent','true'),(43247,1118,'_edit_lock','1649285271:2'),(43248,1118,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182810\";s:12:\"date_shipped\";s:10:\"1649203200\";s:11:\"tracking_id\";s:32:\"9c4f8aed7b370f64855b208f2ae3072a\";}}'),(43249,1118,'_edit_last','2'),(43250,1118,'_date_completed','1649285362'),(43251,1118,'_completed_date','2022-04-06 22:49:22'),(43252,1116,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182615\";s:12:\"date_shipped\";s:10:\"1649203200\";s:11:\"tracking_id\";s:32:\"02072cad8ef1b84575683f902f7bf4db\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182604\";s:12:\"date_shipped\";i:1649285633;s:11:\"tracking_id\";s:32:\"29436a23a8b80c1e5d60cbe9394fc3c6\";}}'),(43253,1116,'_date_completed','1649285638'),(43254,1116,'_completed_date','2022-04-06 22:53:58'),(43255,1119,'_order_key','wc_order_YY2OiB4Oqrhtt'),(43256,1119,'_customer_user','57'),(43257,1119,'_payment_method','paypal'),(43258,1119,'_payment_method_title','PayPal'),(43259,1119,'_customer_ip_address','107.203.54.57'),(43260,1119,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36 Edg/100.0.1185.29'),(43261,1119,'_created_via','checkout'),(43262,1119,'_cart_hash','18a319b4c2ea055519a061de8d6a0785'),(43263,1119,'_billing_first_name','Heather'),(43264,1119,'_billing_last_name','Purtle'),(43265,1119,'_billing_address_1','1 Creekview Ct'),(43266,1119,'_billing_address_2','Ste C'),(43267,1119,'_billing_city','Greenville'),(43268,1119,'_billing_state','SC'),(43269,1119,'_billing_postcode','29615'),(43270,1119,'_billing_country','US'),(43271,1119,'_billing_email','info@liceclinicsupstatesc.com'),(43272,1119,'_billing_phone','8643604388'),(43273,1119,'_shipping_first_name','Heather'),(43274,1119,'_shipping_last_name','Purtle'),(43275,1119,'_shipping_company','LCA Greenville'),(43276,1119,'_shipping_address_1','1 Creekview Court'),(43277,1119,'_shipping_address_2','Suite C'),(43278,1119,'_shipping_city','Greenville'),(43279,1119,'_shipping_state','SC'),(43280,1119,'_shipping_postcode','29615'),(43281,1119,'_shipping_country','US'),(43282,1119,'_order_currency','USD'),(43283,1119,'_cart_discount','0'),(43284,1119,'_cart_discount_tax','0'),(43285,1119,'_order_shipping','13.63'),(43286,1119,'_order_shipping_tax','0'),(43287,1119,'_order_tax','0'),(43288,1119,'_order_total','13.63'),(43289,1119,'_order_version','6.3.1'),(43290,1119,'_prices_include_tax','no'),(43291,1119,'_billing_address_index','Heather Purtle  1 Creekview Ct Ste C Greenville SC 29615 US info@liceclinicsupstatesc.com 8643604388'),(43292,1119,'_shipping_address_index','Heather Purtle LCA Greenville 1 Creekview Court Suite C Greenville SC 29615 US '),(43293,1119,'is_vat_exempt','no'),(43294,1119,'_edit_lock','1649685111:2'),(43295,1119,'_edit_last','2'),(43296,1119,'_recorded_coupon_usage_counts','yes'),(43297,1111,'Payment type','instant'),(43298,1111,'_transaction_id','64995469C41706155'),(43299,1111,'_paypal_status','completed'),(43300,1111,'PayPal Transaction Fee','25.00'),(43301,1111,'_date_paid','1649365287'),(43302,1111,'_paid_date','2022-04-07 21:01:27'),(43303,1111,'_download_permissions_granted','yes'),(43304,1111,'_recorded_sales','yes'),(43305,1111,'_order_stock_reduced','yes'),(43306,1111,'_new_order_email_sent','true'),(43307,1110,'Payment type','instant'),(43308,1110,'_transaction_id','3585478302438620T'),(43309,1110,'_paypal_status','completed'),(43310,1110,'PayPal Transaction Fee','27.40'),(43311,1110,'_date_paid','1649365336'),(43312,1110,'_paid_date','2022-04-07 21:02:16'),(43313,1110,'_download_permissions_granted','yes'),(43314,1110,'_recorded_sales','yes'),(43315,1110,'_order_stock_reduced','yes'),(43316,1110,'_new_order_email_sent','true'),(43317,1120,'_order_key','wc_order_VSwgL2MtyOve7'),(43318,1120,'_customer_user','46'),(43319,1120,'_payment_method','paypal'),(43320,1120,'_payment_method_title','PayPal'),(43321,1120,'_customer_ip_address','216.163.6.72'),(43322,1120,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43323,1120,'_created_via','checkout'),(43324,1120,'_cart_hash','c0701cd8b7b4cc4ef9ad1508ea9ef966'),(43325,1120,'_billing_first_name','Shannon'),(43326,1120,'_billing_last_name','Steele'),(43327,1120,'_billing_company','SBS Investments'),(43328,1120,'_billing_address_1','1702 Hazelwood Court'),(43329,1120,'_billing_city','Jonesboro'),(43330,1120,'_billing_state','AR'),(43331,1120,'_billing_postcode','72401'),(43332,1120,'_billing_country','US'),(43333,1120,'_billing_email','info@liceclinicsjonesboro.com'),(43334,1120,'_billing_phone','8709262731'),(43335,1120,'_shipping_first_name','Shannon'),(43336,1120,'_shipping_last_name','Steele'),(43337,1120,'_shipping_company','SBS Investments/LCA- Jonesboro'),(43338,1120,'_shipping_address_1','3106 Orval Orlan Drive'),(43339,1120,'_shipping_address_2','Suite D'),(43340,1120,'_shipping_city','Jonesboro'),(43341,1120,'_shipping_state','AR'),(43342,1120,'_shipping_postcode','72404'),(43343,1120,'_shipping_country','US'),(43344,1120,'_order_currency','USD'),(43345,1120,'_cart_discount','0'),(43346,1120,'_cart_discount_tax','0'),(43347,1120,'_order_shipping','0'),(43348,1120,'_order_shipping_tax','0'),(43349,1120,'_order_tax','0'),(43350,1120,'_order_total','835.84'),(43351,1120,'_order_version','6.3.1'),(43352,1120,'_prices_include_tax','no'),(43353,1120,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(43354,1120,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(43355,1120,'is_vat_exempt','no'),(43356,1120,'Payment type','instant'),(43357,1120,'_transaction_id','76L64792GW8630330'),(43358,1120,'_paypal_status','completed'),(43359,1120,'PayPal Transaction Fee','29.66'),(43360,1120,'_date_paid','1649371980'),(43361,1120,'_paid_date','2022-04-07 22:53:00'),(43362,1120,'_download_permissions_granted','yes'),(43363,1120,'_recorded_sales','yes'),(43364,1120,'_recorded_coupon_usage_counts','yes'),(43365,1120,'_order_stock_reduced','yes'),(43366,1120,'_new_order_email_sent','true'),(43368,1119,'Payment type','instant'),(43369,1119,'_transaction_id','37108261N7057760A'),(43370,1119,'_paypal_status','completed'),(43371,1119,'PayPal Transaction Fee','0.97'),(43372,1119,'_date_paid','1649378646'),(43373,1119,'_paid_date','2022-04-08 00:44:06'),(43374,1119,'_download_permissions_granted','yes'),(43375,1119,'_recorded_sales','yes'),(43376,1119,'_order_stock_reduced','yes'),(43377,1119,'_new_order_email_sent','true'),(43378,1121,'_order_currency','USD'),(43379,1121,'_cart_discount','0'),(43380,1121,'_cart_discount_tax','0'),(43381,1121,'_order_shipping','0'),(43382,1121,'_order_shipping_tax','0'),(43383,1121,'_order_tax','0'),(43384,1121,'_order_total','-771.06'),(43385,1121,'_order_version','6.3.1'),(43386,1121,'_prices_include_tax','no'),(43387,1121,'_refund_amount','771.06'),(43388,1121,'_refunded_by','2'),(43389,1121,'_refunded_payment','1'),(43390,1121,'_refund_reason',''),(43391,1122,'_order_currency','USD'),(43392,1122,'_cart_discount','0'),(43393,1122,'_cart_discount_tax','0'),(43394,1122,'_order_shipping','0'),(43395,1122,'_order_shipping_tax','0'),(43396,1122,'_order_tax','0'),(43397,1122,'_order_total','-702.24'),(43398,1122,'_order_version','6.3.1'),(43399,1122,'_prices_include_tax','no'),(43400,1122,'_refund_amount','702.24'),(43401,1122,'_refunded_by','2'),(43402,1122,'_refunded_payment','1'),(43403,1122,'_refund_reason',''),(43404,1119,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182979\";s:12:\"date_shipped\";s:10:\"1649376000\";s:11:\"tracking_id\";s:32:\"32b705f92103e12de59106bc6974ac02\";}}'),(43405,1119,'_date_completed','1649685237'),(43406,1119,'_completed_date','2022-04-11 13:53:57'),(43407,1120,'_edit_lock','1649685446:2'),(43408,1120,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830182968\";s:12:\"date_shipped\";s:10:\"1649376000\";s:11:\"tracking_id\";s:32:\"3ec246ccdfd3592327d6cde8fb19e5aa\";}}'),(43409,1120,'_edit_last','2'),(43410,1120,'_date_completed','1649685580'),(43411,1120,'_completed_date','2022-04-11 13:59:40'),(43412,1105,'Payment type','instant'),(43413,1105,'_transaction_id','4DT649594J918414W'),(43414,1105,'_paypal_status','completed'),(43415,1105,'PayPal Transaction Fee','1.08'),(43416,1105,'_date_paid','1649694397'),(43417,1105,'_paid_date','2022-04-11 16:26:37'),(43418,1105,'_download_permissions_granted','yes'),(43419,1105,'_recorded_sales','yes'),(43420,1105,'_order_stock_reduced','yes'),(43421,1105,'_new_order_email_sent','true'),(43422,1123,'_order_key','wc_order_4RX873bJYYIyl'),(43423,1123,'_customer_user','59'),(43424,1123,'_payment_method','paypal'),(43425,1123,'_payment_method_title','PayPal'),(43426,1123,'_customer_ip_address','98.196.77.72'),(43427,1123,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43428,1123,'_created_via','checkout'),(43429,1123,'_cart_hash','05dcaa2ae0ef2853c340f93f0c9b28fc'),(43430,1123,'_billing_first_name','Allison'),(43431,1123,'_billing_last_name','Anthon'),(43432,1123,'_billing_address_1','58 arbor bend dr'),(43433,1123,'_billing_city','Houston'),(43434,1123,'_billing_state','TX'),(43435,1123,'_billing_postcode','77070'),(43436,1123,'_billing_country','US'),(43437,1123,'_billing_email','louseysolutions@gmail.com'),(43438,1123,'_billing_phone','602-400-8330'),(43439,1123,'_shipping_first_name','Allison'),(43440,1123,'_shipping_last_name','Anthon'),(43441,1123,'_shipping_company','LCA Sugar Land'),(43442,1123,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(43443,1123,'_shipping_city','Tomball'),(43444,1123,'_shipping_state','TX'),(43445,1123,'_shipping_postcode','77375'),(43446,1123,'_shipping_country','US'),(43447,1123,'_order_currency','USD'),(43448,1123,'_cart_discount','0'),(43449,1123,'_cart_discount_tax','0'),(43450,1123,'_order_shipping','69.81'),(43451,1123,'_order_shipping_tax','0'),(43452,1123,'_order_tax','0'),(43453,1123,'_order_total','772.05'),(43454,1123,'_order_version','6.3.1'),(43455,1123,'_prices_include_tax','no'),(43456,1123,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(43457,1123,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(43458,1123,'is_vat_exempt','no'),(43459,1124,'_order_key','wc_order_CxshI6Yq5ZJwz'),(43460,1124,'_customer_user','59'),(43461,1124,'_payment_method','paypal'),(43462,1124,'_payment_method_title','PayPal'),(43463,1124,'_customer_ip_address','98.196.77.72'),(43464,1124,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43465,1124,'_created_via','checkout'),(43466,1124,'_cart_hash','61585231b27c8bdaf828b586ffd7cdaa'),(43467,1124,'_billing_first_name','Allison'),(43468,1124,'_billing_last_name','Anthon'),(43469,1124,'_billing_address_1','58 arbor bend dr'),(43470,1124,'_billing_city','Houston'),(43471,1124,'_billing_state','TX'),(43472,1124,'_billing_postcode','77070'),(43473,1124,'_billing_country','US'),(43474,1124,'_billing_email','louseysolutions@gmail.com'),(43475,1124,'_billing_phone','602-400-8330'),(43476,1124,'_shipping_first_name','Allison'),(43477,1124,'_shipping_last_name','Anthon'),(43478,1124,'_shipping_company','LCA Sugar Land'),(43479,1124,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(43480,1124,'_shipping_city','Tomball'),(43481,1124,'_shipping_state','TX'),(43482,1124,'_shipping_postcode','77375'),(43483,1124,'_shipping_country','US'),(43484,1124,'_order_currency','USD'),(43485,1124,'_cart_discount','0'),(43486,1124,'_cart_discount_tax','0'),(43487,1124,'_order_shipping','51.3'),(43488,1124,'_order_shipping_tax','0'),(43489,1124,'_order_tax','0'),(43490,1124,'_order_total','762.12'),(43491,1124,'_order_version','6.3.1'),(43492,1124,'_prices_include_tax','no'),(43493,1124,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(43494,1124,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(43495,1124,'is_vat_exempt','no'),(43496,1125,'_order_key','wc_order_BYGXaR32JoeA0'),(43497,1125,'_customer_user','0'),(43498,1125,'_payment_method','paypal'),(43499,1125,'_payment_method_title','PayPal'),(43500,1125,'_customer_ip_address','136.49.57.192'),(43501,1125,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43502,1125,'_created_via','checkout'),(43503,1125,'_cart_hash','a158a7f6b6be28b538598dd9dd00227a'),(43504,1125,'_billing_first_name','Lee'),(43505,1125,'_billing_last_name','Rogers'),(43506,1125,'_billing_company','United States'),(43507,1125,'_billing_address_1','40 N Interstate 35'),(43508,1125,'_billing_address_2','APT 4B2'),(43509,1125,'_billing_city','Austin'),(43510,1125,'_billing_state','TX'),(43511,1125,'_billing_postcode','78701'),(43512,1125,'_billing_country','US'),(43513,1125,'_billing_email','leerogers@flash.net'),(43514,1125,'_billing_phone','316-727-9951'),(43515,1125,'_shipping_first_name','Kaitlin'),(43516,1125,'_shipping_last_name','Ryan'),(43517,1125,'_shipping_company','LCA Dublin'),(43518,1125,'_shipping_address_1','5910 Wilcox Place'),(43519,1125,'_shipping_address_2','Suite E'),(43520,1125,'_shipping_city','Dublin'),(43521,1125,'_shipping_state','OH'),(43522,1125,'_shipping_postcode','43016'),(43523,1125,'_shipping_country','US'),(43524,1125,'_order_currency','USD'),(43525,1125,'_cart_discount','0'),(43526,1125,'_cart_discount_tax','0'),(43527,1125,'_order_shipping','0'),(43528,1125,'_order_shipping_tax','0'),(43529,1125,'_order_tax','0'),(43530,1125,'_order_total','1707.55'),(43531,1125,'_order_version','6.3.1'),(43532,1125,'_prices_include_tax','no'),(43533,1125,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(43534,1125,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(43535,1125,'is_vat_exempt','no'),(43536,1125,'Payment type','instant'),(43537,1125,'_transaction_id','1WF33840R5670024H'),(43538,1125,'_paypal_status','completed'),(43539,1125,'PayPal Transaction Fee','60.08'),(43540,1125,'_date_paid','1649733473'),(43541,1125,'_paid_date','2022-04-12 03:17:53'),(43542,1125,'_download_permissions_granted','yes'),(43543,1125,'_recorded_sales','yes'),(43544,1125,'_recorded_coupon_usage_counts','yes'),(43545,1125,'_order_stock_reduced','yes'),(43546,1125,'_new_order_email_sent','true'),(43547,1105,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183130\";s:12:\"date_shipped\";s:10:\"1649721600\";s:11:\"tracking_id\";s:32:\"4cf77e1e1d7bf51048247506f94ccdda\";}}'),(43548,1105,'_date_completed','1649774158'),(43549,1105,'_completed_date','2022-04-12 14:35:58'),(43550,1123,'_edit_lock','1649881694:2'),(43551,1124,'_edit_lock','1649881650:2'),(43552,1123,'_edit_last','2'),(43553,1123,'_recorded_coupon_usage_counts','yes'),(43554,1124,'_edit_last','2'),(43555,1124,'_recorded_coupon_usage_counts','yes'),(43556,1126,'_order_key','wc_order_iOTGa7miYH7Hz'),(43557,1126,'_customer_user','21'),(43558,1126,'_payment_method','paypal'),(43559,1126,'_payment_method_title','PayPal'),(43560,1126,'_customer_ip_address','173.216.41.31'),(43561,1126,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36'),(43562,1126,'_created_via','checkout'),(43563,1126,'_cart_hash','a2fb1fdde741352b662c5d411844ff78'),(43564,1126,'_billing_first_name','LCA'),(43565,1126,'_billing_last_name','Arkansas'),(43566,1126,'_billing_company','LCA - Central Arkansas'),(43567,1126,'_billing_address_1','1011 N. 2nd St., Ste. D'),(43568,1126,'_billing_city','Cabot'),(43569,1126,'_billing_state','AR'),(43570,1126,'_billing_postcode','72023'),(43571,1126,'_billing_country','US'),(43572,1126,'_billing_email','liceclinicslittlerock@gmail.com'),(43573,1126,'_billing_phone','15014249396'),(43574,1126,'_shipping_first_name','LCA'),(43575,1126,'_shipping_last_name','Arkansas'),(43576,1126,'_shipping_company','LCA - Central Arkansas'),(43577,1126,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(43578,1126,'_shipping_city','Cabot'),(43579,1126,'_shipping_state','AR'),(43580,1126,'_shipping_postcode','72023'),(43581,1126,'_shipping_country','US'),(43582,1126,'_order_currency','USD'),(43583,1126,'_cart_discount','0'),(43584,1126,'_cart_discount_tax','0'),(43585,1126,'_order_shipping','0'),(43586,1126,'_order_shipping_tax','0'),(43587,1126,'_order_tax','0'),(43588,1126,'_order_total','586.75'),(43589,1126,'_order_version','6.3.1'),(43590,1126,'_prices_include_tax','no'),(43591,1126,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(43592,1126,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(43593,1126,'is_vat_exempt','no'),(43594,1126,'Payment type','instant'),(43595,1126,'_transaction_id','1GR08945E2855004C'),(43596,1126,'_paypal_status','completed'),(43597,1126,'PayPal Transaction Fee','20.97'),(43598,1126,'_date_paid','1649790424'),(43599,1126,'_paid_date','2022-04-12 19:07:04'),(43600,1126,'_download_permissions_granted','yes'),(43601,1126,'_recorded_sales','yes'),(43602,1126,'_recorded_coupon_usage_counts','yes'),(43603,1126,'_order_stock_reduced','yes'),(43604,1126,'_new_order_email_sent','true'),(43605,1127,'_order_key','wc_order_qjIWfkh4AQdGZ'),(43606,1127,'_customer_user','43'),(43607,1127,'_payment_method','paypal'),(43608,1127,'_payment_method_title','PayPal'),(43609,1127,'_customer_ip_address','174.211.97.31'),(43610,1127,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1'),(43611,1127,'_created_via','checkout'),(43612,1127,'_cart_hash','65a641dfbd516b7dd1da2079908a97b9'),(43613,1127,'_billing_first_name','Ryan'),(43614,1127,'_billing_last_name','Nelson'),(43615,1127,'_billing_address_1','140 Flame Vine drive'),(43616,1127,'_billing_city','Naples'),(43617,1127,'_billing_state','FL'),(43618,1127,'_billing_postcode','34110'),(43619,1127,'_billing_country','US'),(43620,1127,'_billing_email','Rjnelson73@gmail.com'),(43621,1127,'_billing_phone','239-281-0719'),(43622,1127,'_shipping_first_name','Ryan'),(43623,1127,'_shipping_last_name','Nelson'),(43624,1127,'_shipping_address_1','140 Flame Vine drive'),(43625,1127,'_shipping_city','Naples'),(43626,1127,'_shipping_state','FL'),(43627,1127,'_shipping_postcode','34110'),(43628,1127,'_shipping_country','US'),(43629,1127,'_order_currency','USD'),(43630,1127,'_cart_discount','0'),(43631,1127,'_cart_discount_tax','0'),(43632,1127,'_order_shipping','20.21'),(43633,1127,'_order_shipping_tax','0'),(43634,1127,'_order_tax','0'),(43635,1127,'_order_total','165.89'),(43636,1127,'_order_version','6.3.1'),(43637,1127,'_prices_include_tax','no'),(43638,1127,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(43639,1127,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(43640,1127,'is_vat_exempt','no'),(43641,1126,'_edit_lock','1649796717:2'),(43642,1126,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183460\";s:12:\"date_shipped\";s:10:\"1649721600\";s:11:\"tracking_id\";s:32:\"7e5b4d1489e8673a03d3236670e3d20f\";}}'),(43643,1126,'_edit_last','2'),(43644,1126,'_date_completed','1649796790'),(43645,1126,'_completed_date','2022-04-12 20:53:10'),(43646,1125,'_edit_lock','1649801160:2'),(43647,1125,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183405\";s:12:\"date_shipped\";s:10:\"1649721600\";s:11:\"tracking_id\";s:32:\"35bfbfd5e18e2702d831aec21299fcff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183390\";s:12:\"date_shipped\";i:1649797008;s:11:\"tracking_id\";s:32:\"7545abff7d481008cf7a74b3dfa735ed\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183380\";s:12:\"date_shipped\";i:1649797015;s:11:\"tracking_id\";s:32:\"228367aca3b1d17a96d9693949fd4395\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183379\";s:12:\"date_shipped\";i:1649797023;s:11:\"tracking_id\";s:32:\"834ee31de90b4bd099b650374454ba13\";}}'),(43648,1125,'_edit_last','2'),(43649,1125,'_date_completed','1649797027'),(43650,1125,'_completed_date','2022-04-12 20:57:07'),(43651,1107,'Payment type','instant'),(43652,1107,'_transaction_id','9YU22547L63716409'),(43653,1107,'_paypal_status','completed'),(43654,1107,'PayPal Transaction Fee','1.08'),(43655,1107,'_date_paid','1649848719'),(43656,1107,'_paid_date','2022-04-13 11:18:39'),(43657,1107,'_download_permissions_granted','yes'),(43658,1107,'_recorded_sales','yes'),(43659,1107,'_order_stock_reduced','yes'),(43660,1107,'_new_order_email_sent','true'),(43661,1124,'Payment type','instant'),(43662,1124,'_transaction_id','1AW216209M346125W'),(43663,1124,'_paypal_status','completed'),(43664,1124,'PayPal Transaction Fee','27.09'),(43665,1124,'_date_paid','1649865527'),(43666,1124,'_paid_date','2022-04-13 15:58:47'),(43667,1124,'_download_permissions_granted','yes'),(43668,1124,'_recorded_sales','yes'),(43669,1124,'_order_stock_reduced','yes'),(43670,1124,'_new_order_email_sent','true'),(43671,1123,'Payment type','instant'),(43672,1123,'_transaction_id','1AX95973KK9840019'),(43673,1123,'_paypal_status','completed'),(43674,1123,'PayPal Transaction Fee','27.43'),(43675,1123,'_date_paid','1649865606'),(43676,1123,'_paid_date','2022-04-13 16:00:06'),(43677,1123,'_download_permissions_granted','yes'),(43678,1123,'_recorded_sales','yes'),(43679,1123,'_order_stock_reduced','yes'),(43680,1123,'_new_order_email_sent','true'),(43681,1129,'_order_key','wc_order_fFl6vkkPUY6Sf'),(43682,1129,'_customer_user','64'),(43683,1129,'_payment_method','paypal'),(43684,1129,'_payment_method_title','PayPal'),(43685,1129,'_customer_ip_address','72.130.2.72'),(43686,1129,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43687,1129,'_created_via','checkout'),(43688,1129,'_cart_hash','202fb2cd60076197fbbbc1cec97affa3'),(43689,1129,'_billing_first_name','Barrie'),(43690,1129,'_billing_last_name','Desmond'),(43691,1129,'_billing_address_1','50 ALAHELE PL'),(43692,1129,'_billing_city','Kihei'),(43693,1129,'_billing_state','HI'),(43694,1129,'_billing_postcode','96753-7809'),(43695,1129,'_billing_country','US'),(43696,1129,'_billing_email','info@liceclinicshawaii.com'),(43697,1129,'_billing_phone','8082834247'),(43698,1129,'_shipping_first_name','Lice Clinics'),(43699,1129,'_shipping_last_name','Hawaii'),(43700,1129,'_shipping_address_1','250 Ward Avenue'),(43701,1129,'_shipping_address_2','Suite 231'),(43702,1129,'_shipping_city','Honolulu'),(43703,1129,'_shipping_state','HI'),(43704,1129,'_shipping_postcode','96814'),(43705,1129,'_shipping_country','US'),(43706,1129,'_order_currency','USD'),(43707,1129,'_cart_discount','0'),(43708,1129,'_cart_discount_tax','0'),(43709,1129,'_order_shipping','464.47'),(43710,1129,'_order_shipping_tax','0'),(43711,1129,'_order_tax','0'),(43712,1129,'_order_total','807.44'),(43713,1129,'_order_version','6.3.1'),(43714,1129,'_prices_include_tax','no'),(43715,1129,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(43716,1129,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(43717,1129,'is_vat_exempt','no'),(43718,1130,'_order_key','wc_order_ZkHjRHXeusWEH'),(43719,1130,'_customer_user','4'),(43720,1130,'_payment_method','paypal'),(43721,1130,'_payment_method_title','PayPal'),(43722,1130,'_customer_ip_address','174.52.110.36'),(43723,1130,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(43724,1130,'_created_via','checkout'),(43725,1130,'_cart_hash','6916f85dbdc528fdbd3fd4aa2899f975'),(43726,1130,'_billing_first_name','David'),(43727,1130,'_billing_last_name','Washburn'),(43728,1130,'_billing_company','Larada Sciences'),(43729,1130,'_billing_address_1','154 East Myrtle Ave.'),(43730,1130,'_billing_address_2','Ste. #101'),(43731,1130,'_billing_city','Murray'),(43732,1130,'_billing_state','UT'),(43733,1130,'_billing_postcode','84107'),(43734,1130,'_billing_country','US'),(43735,1130,'_billing_email','david@laradasciences.com'),(43736,1130,'_billing_phone','8019197428'),(43737,1130,'_shipping_first_name','David'),(43738,1130,'_shipping_last_name','Washburn'),(43739,1130,'_shipping_company','Larada Sciences'),(43740,1130,'_shipping_address_1','154 East Myrtle Ave.'),(43741,1130,'_shipping_address_2','Ste. #101'),(43742,1130,'_shipping_city','Murray'),(43743,1130,'_shipping_state','UT'),(43744,1130,'_shipping_postcode','84107'),(43745,1130,'_shipping_country','US'),(43746,1130,'_order_currency','USD'),(43747,1130,'_cart_discount','0'),(43748,1130,'_cart_discount_tax','0'),(43749,1130,'_order_shipping','0'),(43750,1130,'_order_shipping_tax','0'),(43751,1130,'_order_tax','0'),(43752,1130,'_order_total','1859.04'),(43753,1130,'_order_version','6.3.1'),(43754,1130,'_prices_include_tax','no'),(43755,1130,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(43756,1130,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(43757,1130,'is_vat_exempt','no'),(43758,1130,'Payment type','instant'),(43759,1130,'_transaction_id','5X748040CC990530X'),(43760,1130,'_paypal_status','completed'),(43761,1130,'PayPal Transaction Fee','65.37'),(43762,1130,'_date_paid','1649879105'),(43763,1130,'_paid_date','2022-04-13 19:45:05'),(43764,1130,'_download_permissions_granted','yes'),(43765,1130,'_recorded_sales','yes'),(43766,1130,'_recorded_coupon_usage_counts','yes'),(43767,1130,'_order_stock_reduced','yes'),(43768,1130,'_new_order_email_sent','true'),(43769,1107,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183471\";s:12:\"date_shipped\";s:10:\"1649808000\";s:11:\"tracking_id\";s:32:\"4ed6da8a41d36ed29c1cd07aa7fd3a46\";}}'),(43770,1107,'_date_completed','1649881701'),(43771,1107,'_completed_date','2022-04-13 20:28:21'),(43772,1123,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183585\";s:12:\"date_shipped\";s:10:\"1649808000\";s:11:\"tracking_id\";s:32:\"859d0e34330df763c307db22e8ec0ae5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183574\";s:12:\"date_shipped\";i:1649881740;s:11:\"tracking_id\";s:32:\"7fcfdecf211bb8e1950ef282e5243b63\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183563\";s:12:\"date_shipped\";i:1649881746;s:11:\"tracking_id\";s:32:\"333646165d7447b905e38941aaf00f4b\";}}'),(43773,1123,'_date_completed','1649881749'),(43774,1123,'_completed_date','2022-04-13 20:29:09'),(43775,1124,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183552\";s:12:\"date_shipped\";s:10:\"1649808000\";s:11:\"tracking_id\";s:32:\"c4b2d4da25f1aeefc4211aef1efd9c9b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183541\";s:12:\"date_shipped\";i:1649881768;s:11:\"tracking_id\";s:32:\"84ad785eef615f618081c6f5c2ca4ef7\";}}'),(43776,1124,'_date_completed','1649881771'),(43777,1124,'_completed_date','2022-04-13 20:29:31'),(43778,1127,'_edit_lock','1649954898:2'),(43779,1127,'_edit_last','2'),(43780,1127,'_recorded_coupon_usage_counts','yes'),(43781,1129,'acfw_shipping_discount_recalc','yes'),(43782,1129,'_edit_lock','1650296231:2'),(43783,1129,'_edit_last','2'),(43784,1129,'_recorded_coupon_usage_counts','yes'),(43785,515,'_used_by','64'),(43786,1127,'Payment type','instant'),(43787,1127,'_transaction_id','6E950647K2132862U'),(43788,1127,'_paypal_status','completed'),(43789,1127,'PayPal Transaction Fee','6.28'),(43790,1127,'_date_paid','1649934272'),(43791,1127,'_paid_date','2022-04-14 11:04:32'),(43792,1127,'_download_permissions_granted','yes'),(43793,1127,'_recorded_sales','yes'),(43794,1127,'_order_stock_reduced','yes'),(43795,1127,'_new_order_email_sent','true'),(43796,1127,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183655\";s:12:\"date_shipped\";s:10:\"1649894400\";s:11:\"tracking_id\";s:32:\"c3f5f835e8b550faeaf2dfd8e946c1fa\";}}'),(43797,1127,'_date_completed','1649955031'),(43798,1127,'_completed_date','2022-04-14 16:50:31'),(43799,1130,'_edit_lock','1649954940:2'),(43800,1130,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183644\";s:12:\"date_shipped\";s:10:\"1649894400\";s:11:\"tracking_id\";s:32:\"43a21a8df9de5301bb20d6aa8b34b0b7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183633\";s:12:\"date_shipped\";i:1649955058;s:11:\"tracking_id\";s:32:\"7ba577d1b4964714d0a659d8a29b21dd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183622\";s:12:\"date_shipped\";i:1649955066;s:11:\"tracking_id\";s:32:\"87bdfc996c06247b865da005adf5ef3f\";}}'),(43801,1130,'_edit_last','2'),(43802,1130,'_date_completed','1649955069'),(43803,1130,'_completed_date','2022-04-14 16:51:09'),(43804,1131,'_order_key','wc_order_7ji4J7EiLIgtk'),(43805,1131,'_customer_user','47'),(43806,1131,'_payment_method','paypal'),(43807,1131,'_payment_method_title','PayPal'),(43808,1131,'_customer_ip_address','72.177.241.58'),(43809,1131,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(43810,1131,'_created_via','checkout'),(43811,1131,'_cart_hash','4c79b00aacfe9b8512bb29f6bab868bd'),(43812,1131,'_billing_first_name','Tracy'),(43813,1131,'_billing_last_name','Copeland'),(43814,1131,'_billing_company','LCA SA West'),(43815,1131,'_billing_address_1','14223 Silverhollow'),(43816,1131,'_billing_city','San Antonio'),(43817,1131,'_billing_state','TX'),(43818,1131,'_billing_postcode','78232'),(43819,1131,'_billing_country','US'),(43820,1131,'_billing_email','info@liceclinicsanantoniowest.com'),(43821,1131,'_billing_phone','2103135033'),(43822,1131,'_shipping_first_name','Tracy'),(43823,1131,'_shipping_last_name','Copeland'),(43824,1131,'_shipping_company','LCA SA West'),(43825,1131,'_shipping_address_1','14223 Silverhollow'),(43826,1131,'_shipping_city','San Antonio'),(43827,1131,'_shipping_state','TX'),(43828,1131,'_shipping_postcode','78232'),(43829,1131,'_shipping_country','US'),(43830,1131,'_order_currency','USD'),(43831,1131,'_cart_discount','0'),(43832,1131,'_cart_discount_tax','0'),(43833,1131,'_order_shipping','0'),(43834,1131,'_order_shipping_tax','0'),(43835,1131,'_order_tax','0'),(43836,1131,'_order_total','558.28'),(43837,1131,'_order_version','6.3.1'),(43838,1131,'_prices_include_tax','no'),(43839,1131,'_billing_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(43840,1131,'_shipping_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US '),(43841,1131,'is_vat_exempt','no'),(43842,1131,'Payment type','instant'),(43843,1131,'_transaction_id','89G707689G362101X'),(43844,1131,'_paypal_status','completed'),(43845,1131,'PayPal Transaction Fee','19.97'),(43846,1131,'_date_paid','1649957338'),(43847,1131,'_paid_date','2022-04-14 17:28:58'),(43848,1131,'_download_permissions_granted','yes'),(43849,1131,'_recorded_sales','yes'),(43850,1131,'_recorded_coupon_usage_counts','yes'),(43851,1131,'_order_stock_reduced','yes'),(43852,1131,'_new_order_email_sent','true'),(43853,1129,'Payment type','instant'),(43854,1129,'_transaction_id','9NL463384S6360520'),(43855,1129,'_paypal_status','completed'),(43856,1129,'PayPal Transaction Fee','28.67'),(43857,1129,'_date_paid','1649965879'),(43858,1129,'_paid_date','2022-04-14 19:51:19'),(43859,1129,'_download_permissions_granted','yes'),(43860,1129,'_recorded_sales','yes'),(43861,1129,'_order_stock_reduced','yes'),(43862,1129,'_new_order_email_sent','true'),(43863,1132,'_order_key','wc_order_9NmvyUl3OY7XB'),(43864,1132,'_customer_user','3'),(43865,1132,'_payment_method','paypal'),(43866,1132,'_payment_method_title','PayPal'),(43867,1132,'_customer_ip_address','70.142.202.154'),(43868,1132,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(43869,1132,'_created_via','checkout'),(43870,1132,'_cart_hash','cacf21b324cdb52fdc059daa556afb6f'),(43871,1132,'_billing_first_name','Amanda'),(43872,1132,'_billing_last_name','Westerman'),(43873,1132,'_billing_company','Lice Clinics of America McKinney'),(43874,1132,'_billing_address_1','3120 Hudson Crossing'),(43875,1132,'_billing_address_2','Suite A2'),(43876,1132,'_billing_city','MCKINNEY'),(43877,1132,'_billing_state','TX'),(43878,1132,'_billing_postcode','75070'),(43879,1132,'_billing_country','US'),(43880,1132,'_billing_email','awesterman1103@gmail.com'),(43881,1132,'_billing_phone','2144175741'),(43882,1132,'_shipping_first_name','AMANDA'),(43883,1132,'_shipping_last_name','Westerman'),(43884,1132,'_shipping_address_1','1709 Damian Way'),(43885,1132,'_shipping_city','Richardson'),(43886,1132,'_shipping_state','TX'),(43887,1132,'_shipping_postcode','75081'),(43888,1132,'_shipping_country','US'),(43889,1132,'_order_currency','USD'),(43890,1132,'_cart_discount','0'),(43891,1132,'_cart_discount_tax','0'),(43892,1132,'_order_shipping','0'),(43893,1132,'_order_shipping_tax','0'),(43894,1132,'_order_tax','0'),(43895,1132,'_order_total','690.50'),(43896,1132,'_order_version','6.3.1'),(43897,1132,'_prices_include_tax','no'),(43898,1132,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(43899,1132,'_shipping_address_index','AMANDA Westerman  1709 Damian Way  Richardson TX 75081 US '),(43900,1132,'is_vat_exempt','no'),(43901,1132,'Payment type','instant'),(43902,1132,'_transaction_id','8HS05470HC110270A'),(43903,1132,'_paypal_status','completed'),(43904,1132,'PayPal Transaction Fee','24.59'),(43905,1132,'_date_paid','1650052052'),(43906,1132,'_paid_date','2022-04-15 19:47:32'),(43907,1132,'_download_permissions_granted','yes'),(43908,1132,'_recorded_sales','yes'),(43909,1132,'_recorded_coupon_usage_counts','yes'),(43910,1132,'_order_stock_reduced','yes'),(43911,1132,'_new_order_email_sent','true'),(43912,1133,'_order_key','wc_order_TgMK9zaKzSmVS'),(43913,1133,'_customer_user','5'),(43914,1133,'_payment_method','paypal'),(43915,1133,'_payment_method_title','PayPal'),(43916,1133,'_customer_ip_address','71.59.205.126'),(43917,1133,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(43918,1133,'_created_via','checkout'),(43919,1133,'_cart_hash','6f8fdc177544115927c3cd20d45ff464'),(43920,1133,'_billing_first_name','Mark'),(43921,1133,'_billing_last_name','Meyer'),(43922,1133,'_billing_company','lice clinics of america- portland'),(43923,1133,'_billing_address_1','5201 SW Westgate Dr suite 106'),(43924,1133,'_billing_address_2','106'),(43925,1133,'_billing_city','portland'),(43926,1133,'_billing_state','OR'),(43927,1133,'_billing_postcode','97221'),(43928,1133,'_billing_country','US'),(43929,1133,'_billing_email','noemi.and.mark@nwliceclinics.com'),(43930,1133,'_billing_phone','5034040475'),(43931,1133,'_shipping_first_name','Mark'),(43932,1133,'_shipping_last_name','Meyer'),(43933,1133,'_shipping_company','lice clinics of america- portland'),(43934,1133,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(43935,1133,'_shipping_address_2','106'),(43936,1133,'_shipping_city','portland'),(43937,1133,'_shipping_state','OR'),(43938,1133,'_shipping_postcode','97221'),(43939,1133,'_shipping_country','US'),(43940,1133,'_order_currency','USD'),(43941,1133,'_cart_discount','0'),(43942,1133,'_cart_discount_tax','0'),(43943,1133,'_order_shipping','31.66'),(43944,1133,'_order_shipping_tax','0'),(43945,1133,'_order_tax','0'),(43946,1133,'_order_total','259.46'),(43947,1133,'_order_version','6.3.1'),(43948,1133,'_prices_include_tax','no'),(43949,1133,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(43950,1133,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(43951,1133,'is_vat_exempt','no'),(43952,1133,'Payment type','instant'),(43953,1133,'_transaction_id','0U619803L6891202E'),(43954,1133,'_paypal_status','completed'),(43955,1133,'PayPal Transaction Fee','9.55'),(43956,1133,'_date_paid','1650055414'),(43957,1133,'_paid_date','2022-04-15 20:43:34'),(43958,1133,'_download_permissions_granted','yes'),(43959,1133,'_recorded_sales','yes'),(43960,1133,'_recorded_coupon_usage_counts','yes'),(43961,1133,'_order_stock_reduced','yes'),(43962,1133,'_new_order_email_sent','true'),(43963,1134,'_order_key','wc_order_v1rkkDnb4G9Gc'),(43964,1134,'_customer_user','49'),(43965,1134,'_payment_method','paypal'),(43966,1134,'_payment_method_title','PayPal'),(43967,1134,'_customer_ip_address','96.255.114.62'),(43968,1134,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(43969,1134,'_created_via','checkout'),(43970,1134,'_cart_hash','5a9dec120a41c6cdcafd0f49389188a9'),(43971,1134,'_billing_first_name','Kristi'),(43972,1134,'_billing_last_name','Winkler'),(43973,1134,'_billing_company','LCA - Manassas'),(43974,1134,'_billing_address_1','8943 Garrett Way'),(43975,1134,'_billing_city','Manassas'),(43976,1134,'_billing_state','VA'),(43977,1134,'_billing_postcode','20112'),(43978,1134,'_billing_country','US'),(43979,1134,'_billing_email','info@northernvirginialiceclinics.com'),(43980,1134,'_billing_phone','8587520975'),(43981,1134,'_shipping_first_name','Michelle'),(43982,1134,'_shipping_last_name','Winkler'),(43983,1134,'_shipping_address_1','8943 Garrett Way'),(43984,1134,'_shipping_city','Manassas'),(43985,1134,'_shipping_state','VA'),(43986,1134,'_shipping_postcode','20112'),(43987,1134,'_shipping_country','US'),(43988,1134,'_order_currency','USD'),(43989,1134,'_cart_discount','0'),(43990,1134,'_cart_discount_tax','0'),(43991,1134,'_order_shipping','29.19'),(43992,1134,'_order_shipping_tax','0'),(43993,1134,'_order_tax','0'),(43994,1134,'_order_total','106.74'),(43995,1134,'_order_version','6.3.1'),(43996,1134,'_prices_include_tax','no'),(43997,1134,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(43998,1134,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(43999,1134,'is_vat_exempt','no'),(44001,1134,'_edit_lock','1650995190:2'),(44002,1134,'_edit_last','2'),(44003,1134,'_recorded_coupon_usage_counts','yes'),(44004,1129,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183769\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"e3f52fdc37f417c9741184fd7d48bff6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183758\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"8d1888c22ebfca1ee9a6256434ae3895\";}}'),(44005,1129,'_date_completed','1650296256'),(44006,1129,'_completed_date','2022-04-18 15:37:36'),(44007,1131,'_edit_lock','1650296498:2'),(44008,1131,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183725\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"22bd9204015758510eee444da4fcbaa6\";}}'),(44009,1131,'_edit_last','2'),(44010,1131,'_date_completed','1650296432'),(44011,1131,'_completed_date','2022-04-18 15:40:32'),(44049,1136,'_order_key','wc_order_Q64Rcu2SPFQ5b'),(44050,1136,'_customer_user','50'),(44051,1136,'_payment_method','paypal'),(44052,1136,'_payment_method_title','PayPal'),(44053,1136,'_customer_ip_address','73.126.237.59'),(44054,1136,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36 Edg/99.0.1150.55'),(44055,1136,'_created_via','checkout'),(44056,1136,'_cart_hash','01b74285bda4a5599dde77e1ee387037'),(44057,1136,'_billing_first_name','Christine'),(44058,1136,'_billing_last_name','Cherry'),(44059,1136,'_billing_company','NITS END'),(44060,1136,'_billing_address_1','PO BOX 1092'),(44061,1136,'_billing_city','Campton'),(44062,1136,'_billing_state','NH'),(44063,1136,'_billing_postcode','03223'),(44064,1136,'_billing_country','US'),(44065,1136,'_billing_email','info@liceclinicsplaistow.com'),(44066,1136,'_billing_phone','16034983390'),(44067,1136,'_shipping_first_name','Megan'),(44068,1136,'_shipping_last_name','O\'Neil'),(44069,1136,'_shipping_company','NITS END'),(44070,1136,'_shipping_address_1','18 Sheridan St'),(44071,1136,'_shipping_city','Haverhill'),(44072,1136,'_shipping_state','MA'),(44073,1136,'_shipping_postcode','01830'),(44074,1136,'_shipping_country','US'),(44075,1136,'_order_currency','USD'),(44076,1136,'_cart_discount','0'),(44077,1136,'_cart_discount_tax','0'),(44078,1136,'_order_shipping','62.07'),(44079,1136,'_order_shipping_tax','0'),(44080,1136,'_order_tax','0'),(44081,1136,'_order_total','801.27'),(44082,1136,'_order_version','6.3.1'),(44083,1136,'_prices_include_tax','no'),(44084,1136,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(44085,1136,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(44086,1136,'is_vat_exempt','no'),(44087,1136,'Payment type','instant'),(44088,1136,'_transaction_id','28825972UJ7371622'),(44089,1136,'_paypal_status','completed'),(44090,1136,'PayPal Transaction Fee','28.45'),(44091,1136,'_date_paid','1650301580'),(44092,1136,'_paid_date','2022-04-18 17:06:20'),(44093,1136,'_download_permissions_granted','yes'),(44094,1136,'_recorded_sales','yes'),(44095,1136,'_recorded_coupon_usage_counts','yes'),(44096,1136,'_order_stock_reduced','yes'),(44097,1136,'_new_order_email_sent','true'),(44098,1137,'_order_key','wc_order_Rrc84eXAhteQw'),(44099,1137,'_customer_user','5'),(44100,1137,'_payment_method','paypal'),(44101,1137,'_payment_method_title','PayPal'),(44102,1137,'_customer_ip_address','71.238.55.26'),(44103,1137,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(44104,1137,'_created_via','checkout'),(44105,1137,'_cart_hash','d64e0fde0c4f4965d64d6baa1867d031'),(44106,1137,'_billing_first_name','Mark'),(44107,1137,'_billing_last_name','Meyer'),(44108,1137,'_billing_company','lice clinics of america- portland'),(44109,1137,'_billing_address_1','5201 SW Westgate Dr suite 106'),(44110,1137,'_billing_address_2','106'),(44111,1137,'_billing_city','portland'),(44112,1137,'_billing_state','OR'),(44113,1137,'_billing_postcode','97221'),(44114,1137,'_billing_country','US'),(44115,1137,'_billing_email','noemi.and.mark@nwliceclinics.com'),(44116,1137,'_billing_phone','5034040475'),(44117,1137,'_shipping_first_name','Mark'),(44118,1137,'_shipping_last_name','Meyer'),(44119,1137,'_shipping_company','lice clinics of america- portland'),(44120,1137,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(44121,1137,'_shipping_address_2','106'),(44122,1137,'_shipping_city','portland'),(44123,1137,'_shipping_state','OR'),(44124,1137,'_shipping_postcode','97221'),(44125,1137,'_shipping_country','US'),(44126,1137,'_order_currency','USD'),(44127,1137,'_cart_discount','0'),(44128,1137,'_cart_discount_tax','0'),(44129,1137,'_order_shipping','31.66'),(44130,1137,'_order_shipping_tax','0'),(44131,1137,'_order_tax','0'),(44132,1137,'_order_total','259.46'),(44133,1137,'_order_version','6.3.1'),(44134,1137,'_prices_include_tax','no'),(44135,1137,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(44136,1137,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(44137,1137,'is_vat_exempt','no'),(44138,1137,'Payment type','instant'),(44139,1137,'_transaction_id','2YC578931V330460A'),(44140,1137,'_paypal_status','completed'),(44141,1137,'PayPal Transaction Fee','9.55'),(44142,1137,'_date_paid','1650311755'),(44143,1137,'_paid_date','2022-04-18 19:55:55'),(44144,1137,'_download_permissions_granted','yes'),(44145,1137,'_recorded_sales','yes'),(44146,1137,'_recorded_coupon_usage_counts','yes'),(44147,1137,'_order_stock_reduced','yes'),(44148,1137,'_new_order_email_sent','true'),(44149,1138,'_order_key','wc_order_L56dYXS2nFoBZ'),(44150,1138,'_customer_user','77'),(44151,1138,'_payment_method','paypal'),(44152,1138,'_payment_method_title','PayPal'),(44153,1138,'_customer_ip_address','107.205.56.86'),(44154,1138,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(44155,1138,'_created_via','checkout'),(44156,1138,'_cart_hash','e68282de396860aa303f8702540ccf7a'),(44157,1138,'_billing_first_name','Phil'),(44158,1138,'_billing_last_name','Moon'),(44159,1138,'_billing_company','Lice Clinics of America-Fresno'),(44160,1138,'_billing_address_1','585 56th Street'),(44161,1138,'_billing_city','Oakland'),(44162,1138,'_billing_state','CA'),(44163,1138,'_billing_postcode','94609'),(44164,1138,'_billing_country','US'),(44165,1138,'_billing_email','info@liceclinicsfresno.com'),(44166,1138,'_billing_phone','5593046305'),(44167,1138,'_shipping_first_name','Kristen'),(44168,1138,'_shipping_last_name','Maroot-Rippee'),(44169,1138,'_shipping_company','Lice Busters LLC. Fresno'),(44170,1138,'_shipping_address_1','487 W. Scott Avenue'),(44171,1138,'_shipping_city','Fresno'),(44172,1138,'_shipping_state','CA'),(44173,1138,'_shipping_postcode','93704'),(44174,1138,'_shipping_country','US'),(44175,1138,'_order_currency','USD'),(44176,1138,'_cart_discount','0'),(44177,1138,'_cart_discount_tax','0'),(44178,1138,'_order_shipping','0'),(44179,1138,'_order_shipping_tax','0'),(44180,1138,'_order_tax','0'),(44181,1138,'_order_total','1008.76'),(44182,1138,'_order_version','6.3.1'),(44183,1138,'_prices_include_tax','no'),(44184,1138,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(44185,1138,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Fresno 487 W. Scott Avenue  Fresno CA 93704 US '),(44186,1138,'is_vat_exempt','no'),(44187,1138,'Payment type','instant'),(44188,1138,'_transaction_id','9WA46948A51736711'),(44189,1138,'_paypal_status','completed'),(44190,1138,'PayPal Transaction Fee','35.70'),(44191,1138,'_date_paid','1650323701'),(44192,1138,'_paid_date','2022-04-18 23:15:01'),(44193,1138,'_download_permissions_granted','yes'),(44194,1138,'_recorded_sales','yes'),(44195,1138,'_recorded_coupon_usage_counts','yes'),(44196,1138,'_order_stock_reduced','yes'),(44197,1138,'_new_order_email_sent','true'),(44198,1139,'_order_key','wc_order_gqXZCtzsa57k3'),(44199,1139,'_customer_user','79'),(44200,1139,'_payment_method','paypal'),(44201,1139,'_payment_method_title','PayPal'),(44202,1139,'_customer_ip_address','76.72.44.28'),(44203,1139,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(44204,1139,'_created_via','checkout'),(44205,1139,'_cart_hash','737ce602489fad3c3b7b2213ab4529b9'),(44206,1139,'_billing_first_name','Shanna'),(44207,1139,'_billing_last_name','Castille'),(44208,1139,'_billing_address_1','1097 Hundley Rd'),(44209,1139,'_billing_city','Eunice'),(44210,1139,'_billing_state','LA'),(44211,1139,'_billing_postcode','70535'),(44212,1139,'_billing_country','US'),(44213,1139,'_billing_email','Shanna_sr09@yahoo.com'),(44214,1139,'_billing_phone','3374668998'),(44215,1139,'_shipping_first_name','Shanna'),(44216,1139,'_shipping_last_name','Castille'),(44217,1139,'_shipping_address_1','1097 Hundley Rd'),(44218,1139,'_shipping_city','eunice'),(44219,1139,'_shipping_state','LA'),(44220,1139,'_shipping_postcode','70535'),(44221,1139,'_shipping_country','US'),(44222,1139,'_order_currency','USD'),(44223,1139,'_cart_discount','0'),(44224,1139,'_cart_discount_tax','0'),(44225,1139,'_order_shipping','47.92'),(44226,1139,'_order_shipping_tax','0'),(44227,1139,'_order_tax','0'),(44228,1139,'_order_total','537.46'),(44229,1139,'_order_version','6.3.1'),(44230,1139,'_prices_include_tax','no'),(44231,1139,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(44232,1139,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(44233,1139,'is_vat_exempt','no'),(44234,1139,'Payment type','instant'),(44235,1139,'_transaction_id','0GD07505JB9397244'),(44236,1139,'_paypal_status','completed'),(44237,1139,'PayPal Transaction Fee','19.25'),(44238,1139,'_date_paid','1650334033'),(44239,1139,'_paid_date','2022-04-19 02:07:13'),(44240,1139,'_download_permissions_granted','yes'),(44241,1139,'_recorded_sales','yes'),(44242,1139,'_recorded_coupon_usage_counts','yes'),(44243,1139,'_order_stock_reduced','yes'),(44244,1139,'_new_order_email_sent','true'),(44245,1140,'_order_key','wc_order_Zgxk3LmQns2vD'),(44246,1140,'_customer_user','87'),(44247,1140,'_payment_method','paypal'),(44248,1140,'_payment_method_title','PayPal'),(44249,1140,'_customer_ip_address','70.189.75.106'),(44250,1140,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(44251,1140,'_created_via','checkout'),(44252,1140,'_cart_hash','309b4af1ba621b5461b0a63eb5b2eea8'),(44253,1140,'_billing_first_name','Wade'),(44254,1140,'_billing_last_name','Huntsman'),(44255,1140,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(44256,1140,'_billing_address_1','1104 E 25th ST'),(44257,1140,'_billing_city','Tulsa'),(44258,1140,'_billing_state','OK'),(44259,1140,'_billing_postcode','74114'),(44260,1140,'_billing_country','US'),(44261,1140,'_billing_email','info@liceclinicsmidsouth.com'),(44262,1140,'_billing_phone','9189783329'),(44263,1140,'_shipping_first_name','Makayla'),(44264,1140,'_shipping_last_name','Rogers'),(44265,1140,'_shipping_company','Lice Clinics of America Midsouth'),(44266,1140,'_shipping_address_1','130 South Greenwich Road #56'),(44267,1140,'_shipping_city','Wichita'),(44268,1140,'_shipping_state','KS'),(44269,1140,'_shipping_postcode','67207'),(44270,1140,'_shipping_country','US'),(44271,1140,'_order_currency','USD'),(44272,1140,'_cart_discount','0'),(44273,1140,'_cart_discount_tax','0'),(44274,1140,'_order_shipping','0'),(44275,1140,'_order_shipping_tax','0'),(44276,1140,'_order_tax','0'),(44277,1140,'_order_total','571.58'),(44278,1140,'_order_version','6.3.1'),(44279,1140,'_prices_include_tax','no'),(44280,1140,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(44281,1140,'_shipping_address_index','Makayla Rogers Lice Clinics of America Midsouth 130 South Greenwich Road #56  Wichita KS 67207 US '),(44282,1140,'is_vat_exempt','no'),(44283,1140,'Payment type','instant'),(44284,1140,'_transaction_id','21465289UM3980125'),(44285,1140,'_paypal_status','completed'),(44286,1140,'PayPal Transaction Fee','20.44'),(44287,1140,'_date_paid','1650382169'),(44288,1140,'_paid_date','2022-04-19 15:29:29'),(44289,1140,'_download_permissions_granted','yes'),(44290,1140,'_recorded_sales','yes'),(44291,1140,'_recorded_coupon_usage_counts','yes'),(44292,1140,'_order_stock_reduced','yes'),(44293,1140,'_new_order_email_sent','true'),(44294,1141,'_order_key','wc_order_q48cqoCssiBEF'),(44295,1141,'_customer_user','87'),(44296,1141,'_payment_method','paypal'),(44297,1141,'_payment_method_title','PayPal'),(44298,1141,'_customer_ip_address','70.189.75.106'),(44299,1141,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(44300,1141,'_created_via','checkout'),(44301,1141,'_cart_hash','d38ec313f8158d88a786410e4b0958f2'),(44302,1141,'_billing_first_name','Wade'),(44303,1141,'_billing_last_name','Huntsman'),(44304,1141,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(44305,1141,'_billing_address_1','1104 E 25th ST'),(44306,1141,'_billing_city','Tulsa'),(44307,1141,'_billing_state','OK'),(44308,1141,'_billing_postcode','74114'),(44309,1141,'_billing_country','US'),(44310,1141,'_billing_email','info@liceclinicsmidsouth.com'),(44311,1141,'_billing_phone','9189783329'),(44312,1141,'_shipping_first_name','Wade'),(44313,1141,'_shipping_last_name','Huntsman'),(44314,1141,'_shipping_company','Lice Clinics of America Midsouth'),(44315,1141,'_shipping_address_1','3421 E 21st Street'),(44316,1141,'_shipping_city','Tulsa'),(44317,1141,'_shipping_state','OK'),(44318,1141,'_shipping_postcode','74114'),(44319,1141,'_shipping_country','US'),(44320,1141,'_order_currency','USD'),(44321,1141,'_cart_discount','0'),(44322,1141,'_cart_discount_tax','0'),(44323,1141,'_order_shipping','0'),(44324,1141,'_order_shipping_tax','0'),(44325,1141,'_order_tax','0'),(44326,1141,'_order_total','1168.20'),(44327,1141,'_order_version','6.3.1'),(44328,1141,'_prices_include_tax','no'),(44329,1141,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(44330,1141,'_shipping_address_index','Wade Huntsman Lice Clinics of America Midsouth 3421 E 21st Street  Tulsa OK 74114 US '),(44331,1141,'is_vat_exempt','no'),(44332,1141,'Payment type','instant'),(44333,1141,'_transaction_id','4GG64116D0761974M'),(44334,1141,'_paypal_status','completed'),(44335,1141,'PayPal Transaction Fee','41.26'),(44336,1141,'_date_paid','1650382508'),(44337,1141,'_paid_date','2022-04-19 15:35:08'),(44338,1141,'_download_permissions_granted','yes'),(44339,1141,'_recorded_sales','yes'),(44340,1141,'_recorded_coupon_usage_counts','yes'),(44341,1141,'_order_stock_reduced','yes'),(44342,1141,'_new_order_email_sent','true'),(44343,1142,'_order_key','wc_order_NSWkHGNZ6hXYB'),(44344,1142,'_customer_user','87'),(44345,1142,'_payment_method','paypal'),(44346,1142,'_payment_method_title','PayPal'),(44347,1142,'_customer_ip_address','70.189.75.106'),(44348,1142,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(44349,1142,'_created_via','checkout'),(44350,1142,'_cart_hash','0b6bdec91b16d61c405b6ae40892f749'),(44351,1142,'_billing_first_name','Wade'),(44352,1142,'_billing_last_name','Huntsman'),(44353,1142,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(44354,1142,'_billing_address_1','1104 E 25th ST'),(44355,1142,'_billing_city','Tulsa'),(44356,1142,'_billing_state','OK'),(44357,1142,'_billing_postcode','74114'),(44358,1142,'_billing_country','US'),(44359,1142,'_billing_email','info@liceclinicsmidsouth.com'),(44360,1142,'_billing_phone','9189783329'),(44361,1142,'_shipping_first_name','Katee'),(44362,1142,'_shipping_last_name','Morrison'),(44363,1142,'_shipping_company','Lice Clinics of America Midsouth'),(44364,1142,'_shipping_address_1','4001 N Classen Blvd'),(44365,1142,'_shipping_address_2','Suite 116'),(44366,1142,'_shipping_city','OKC'),(44367,1142,'_shipping_state','OK'),(44368,1142,'_shipping_postcode','73118'),(44369,1142,'_shipping_country','US'),(44370,1142,'_order_currency','USD'),(44371,1142,'_cart_discount','0'),(44372,1142,'_cart_discount_tax','0'),(44373,1142,'_order_shipping','0'),(44374,1142,'_order_shipping_tax','0'),(44375,1142,'_order_tax','0'),(44376,1142,'_order_total','1033.24'),(44377,1142,'_order_version','6.3.1'),(44378,1142,'_prices_include_tax','no'),(44379,1142,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(44380,1142,'_shipping_address_index','Katee Morrison Lice Clinics of America Midsouth 4001 N Classen Blvd Suite 116 OKC OK 73118 US '),(44381,1142,'is_vat_exempt','no'),(44382,1142,'Payment type','instant'),(44383,1142,'_transaction_id','6PB68909MP118744J'),(44384,1142,'_paypal_status','completed'),(44385,1142,'PayPal Transaction Fee','36.55'),(44386,1142,'_date_paid','1650382714'),(44387,1142,'_paid_date','2022-04-19 15:38:34'),(44388,1142,'_download_permissions_granted','yes'),(44389,1142,'_recorded_sales','yes'),(44390,1142,'_recorded_coupon_usage_counts','yes'),(44391,1142,'_order_stock_reduced','yes'),(44392,1142,'_new_order_email_sent','true'),(44393,1143,'_order_key','wc_order_FP3PZHsMNb4JV'),(44394,1143,'_customer_user','87'),(44395,1143,'_payment_method','paypal'),(44396,1143,'_payment_method_title','PayPal'),(44397,1143,'_customer_ip_address','70.189.75.106'),(44398,1143,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(44399,1143,'_created_via','checkout'),(44400,1143,'_cart_hash','e60af76659c1f4b6c385c57ecfb16840'),(44401,1143,'_billing_first_name','Wade'),(44402,1143,'_billing_last_name','Huntsman'),(44403,1143,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(44404,1143,'_billing_address_1','1104 E 25th ST'),(44405,1143,'_billing_city','Tulsa'),(44406,1143,'_billing_state','OK'),(44407,1143,'_billing_postcode','74114'),(44408,1143,'_billing_country','US'),(44409,1143,'_billing_email','info@liceclinicsmidsouth.com'),(44410,1143,'_billing_phone','9189783329'),(44411,1143,'_shipping_first_name','Logan'),(44412,1143,'_shipping_last_name','Futrell'),(44413,1143,'_shipping_company','Lice Clinics of America Midsouth'),(44414,1143,'_shipping_address_1','207 E Monroe Ave'),(44415,1143,'_shipping_address_2','Suite D'),(44416,1143,'_shipping_city','Lowell'),(44417,1143,'_shipping_state','AR'),(44418,1143,'_shipping_postcode','72745'),(44419,1143,'_shipping_country','US'),(44420,1143,'_order_currency','USD'),(44421,1143,'_cart_discount','0'),(44422,1143,'_cart_discount_tax','0'),(44423,1143,'_order_shipping','0'),(44424,1143,'_order_shipping_tax','0'),(44425,1143,'_order_tax','0'),(44426,1143,'_order_total','529.39'),(44427,1143,'_order_version','6.3.1'),(44428,1143,'_prices_include_tax','no'),(44429,1143,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(44430,1143,'_shipping_address_index','Logan Futrell Lice Clinics of America Midsouth 207 E Monroe Ave Suite D Lowell AR 72745 US '),(44431,1143,'is_vat_exempt','no'),(44432,1143,'Payment type','instant'),(44433,1143,'_transaction_id','5JW49334G1696913M'),(44434,1143,'_paypal_status','completed'),(44435,1143,'PayPal Transaction Fee','18.97'),(44436,1143,'_date_paid','1650382868'),(44437,1143,'_paid_date','2022-04-19 15:41:08'),(44438,1143,'_download_permissions_granted','yes'),(44439,1143,'_recorded_sales','yes'),(44440,1143,'_recorded_coupon_usage_counts','yes'),(44441,1143,'_order_stock_reduced','yes'),(44442,1143,'_new_order_email_sent','true'),(44443,1144,'_order_key','wc_order_30bPWAbUsNlfa'),(44444,1144,'_customer_user','87'),(44445,1144,'_payment_method','paypal'),(44446,1144,'_payment_method_title','PayPal'),(44447,1144,'_customer_ip_address','70.189.75.106'),(44448,1144,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(44449,1144,'_created_via','checkout'),(44450,1144,'_cart_hash','4066e5d335fbdda642fa3c35d9a56cd0'),(44451,1144,'_billing_first_name','Wade'),(44452,1144,'_billing_last_name','Huntsman'),(44453,1144,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(44454,1144,'_billing_address_1','1104 E 25th ST'),(44455,1144,'_billing_city','Tulsa'),(44456,1144,'_billing_state','OK'),(44457,1144,'_billing_postcode','74114'),(44458,1144,'_billing_country','US'),(44459,1144,'_billing_email','info@liceclinicsmidsouth.com'),(44460,1144,'_billing_phone','9189783329'),(44461,1144,'_shipping_first_name','Hannah'),(44462,1144,'_shipping_last_name','Lee'),(44463,1144,'_shipping_company','Lice Clinics of America Colorado'),(44464,1144,'_shipping_address_1','17954 East Anthem Drive'),(44465,1144,'_shipping_city','Parker'),(44466,1144,'_shipping_state','CO'),(44467,1144,'_shipping_postcode','80134'),(44468,1144,'_shipping_country','US'),(44469,1144,'_order_currency','USD'),(44470,1144,'_cart_discount','0'),(44471,1144,'_cart_discount_tax','0'),(44472,1144,'_order_shipping','32.85'),(44473,1144,'_order_shipping_tax','0'),(44474,1144,'_order_tax','0'),(44475,1144,'_order_total','368.28'),(44476,1144,'_order_version','6.3.1'),(44477,1144,'_prices_include_tax','no'),(44478,1144,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(44479,1144,'_shipping_address_index','Hannah Lee Lice Clinics of America Colorado 17954 East Anthem Drive  Parker CO 80134 US '),(44480,1144,'is_vat_exempt','no'),(44481,1144,'Payment type','instant'),(44482,1144,'_transaction_id','4ED28498W67202707'),(44483,1144,'_paypal_status','completed'),(44484,1144,'PayPal Transaction Fee','13.34'),(44485,1144,'_date_paid','1650383081'),(44486,1144,'_paid_date','2022-04-19 15:44:41'),(44487,1144,'_download_permissions_granted','yes'),(44488,1144,'_recorded_sales','yes'),(44489,1144,'_recorded_coupon_usage_counts','yes'),(44490,1144,'_order_stock_reduced','yes'),(44491,1144,'_new_order_email_sent','true'),(44492,1139,'_edit_lock','1650386862:2'),(44493,1139,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184158\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"af4055697158b99112c7418fbb6ce310\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184147\";s:12:\"date_shipped\";i:1650386897;s:11:\"tracking_id\";s:32:\"5afd155ba9864d624d1883cab62c6c95\";}}'),(44494,1139,'_edit_last','2'),(44495,1139,'_date_completed','1650386903'),(44496,1139,'_completed_date','2022-04-19 16:48:23'),(44497,1137,'_edit_lock','1650402187:2'),(44498,1137,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184077\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"dbc91258a47451837e95415e60b6fede\";}}'),(44499,1137,'_edit_last','2'),(44500,1137,'_date_completed','1650402324'),(44501,1137,'_completed_date','2022-04-19 21:05:24'),(44502,1144,'_edit_lock','1650402401:2'),(44503,1143,'_edit_lock','1650402365:2'),(44504,1142,'_edit_lock','1650402385:2'),(44505,1141,'_edit_lock','1650402317:2'),(44506,1140,'_edit_lock','1650402437:2'),(44507,1142,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184228\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"91500e4d7bab4e6251e7fd954c294af1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184217\";s:12:\"date_shipped\";i:1650402377;s:11:\"tracking_id\";s:32:\"bd4e2a3370ee3567770a7866a45531db\";}}'),(44508,1142,'_edit_last','2'),(44509,1142,'_date_completed','1650402381'),(44510,1142,'_completed_date','2022-04-19 21:06:21'),(44511,1141,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184180\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"6685e88b7db7c88dbbf035f822b1f11c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184170\";s:12:\"date_shipped\";i:1650402427;s:11:\"tracking_id\";s:32:\"9270080b9ecd9b4babcd2e8cc9e5afcf\";}}'),(44512,1141,'_edit_last','2'),(44513,1141,'_date_completed','1650402431'),(44514,1141,'_completed_date','2022-04-19 21:07:11'),(44515,1143,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184240\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"a0560acdf64a39df87a7709469fcbe95\";}}'),(44516,1143,'_edit_last','2'),(44517,1143,'_date_completed','1650402505'),(44518,1143,'_completed_date','2022-04-19 21:08:25'),(44519,1144,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184239\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"f8b8594d78838e13ac9eec933a13609d\";}}'),(44520,1144,'_edit_last','2'),(44521,1144,'_date_completed','1650402532'),(44522,1144,'_completed_date','2022-04-19 21:08:52'),(44523,1140,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184169\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"3d4da195b7b4bc9053102148a8d85160\";}}'),(44524,1140,'_edit_last','2'),(44525,1140,'_date_completed','1650402560'),(44526,1140,'_completed_date','2022-04-19 21:09:20'),(44529,1138,'_edit_lock','1650469385:2'),(44530,1136,'_edit_lock','1650469434:2'),(44531,1133,'_edit_lock','1650469473:2'),(44532,1132,'_edit_lock','1650469543:2'),(44533,1138,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184125\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"b24234a09162b44f6e019317d5853223\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184147\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"dbcf7d01329cf251467b6563f5d5513d\";}}'),(44534,1138,'_edit_last','2'),(44535,1138,'_date_completed','1650469516'),(44536,1138,'_completed_date','2022-04-20 15:45:16'),(44537,1136,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183997\";s:12:\"date_shipped\";s:10:\"1650326400\";s:11:\"tracking_id\";s:32:\"6985dfefddd531993b5b167ac15b7360\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184000\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"6f4d2612c590be2ed3ba61dc59590a0a\";}}'),(44538,1136,'_edit_last','2'),(44539,1136,'_date_completed','1650469566'),(44540,1136,'_completed_date','2022-04-20 15:46:06'),(44541,1133,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183894\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"bf819a42e9de04d0404e7c275e511d33\";}}'),(44542,1133,'_edit_last','2'),(44543,1133,'_date_completed','1650469597'),(44544,1133,'_completed_date','2022-04-20 15:46:37'),(44545,1132,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183909\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"0798a46e8b562cf7fbd20fe8987a9a27\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830183910\";s:12:\"date_shipped\";s:10:\"1650240000\";s:11:\"tracking_id\";s:32:\"bc80ca1437162f84a2987a6fc7d0a714\";}}'),(44546,1132,'_edit_last','2'),(44547,1132,'_date_completed','1650469648'),(44548,1132,'_completed_date','2022-04-20 15:47:28'),(44549,1145,'_order_key','wc_order_E9QOlyH2x5Osg'),(44550,1145,'_customer_user','25'),(44551,1145,'_payment_method','paypal'),(44552,1145,'_payment_method_title','PayPal'),(44553,1145,'_customer_ip_address','23.124.3.136'),(44554,1145,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(44555,1145,'_created_via','checkout'),(44556,1145,'_cart_hash','23727e6bb8198a00f1d7cfbeb5868b25'),(44557,1145,'_billing_first_name','Blaine'),(44558,1145,'_billing_last_name','Tyrone'),(44559,1145,'_billing_address_1','39 Canebrake Blvd'),(44560,1145,'_billing_city','Hattiesburg'),(44561,1145,'_billing_state','MS'),(44562,1145,'_billing_postcode','39402'),(44563,1145,'_billing_country','US'),(44564,1145,'_billing_email','info@liceclinicssouthms.com'),(44565,1145,'_billing_phone','6016063355'),(44566,1145,'_shipping_first_name','Blaine'),(44567,1145,'_shipping_last_name','Tyrone'),(44568,1145,'_shipping_address_1','39 Canebrake Blvd'),(44569,1145,'_shipping_city','Hattiesburg'),(44570,1145,'_shipping_state','MS'),(44571,1145,'_shipping_postcode','39402'),(44572,1145,'_shipping_country','US'),(44573,1145,'_order_currency','USD'),(44574,1145,'_cart_discount','0'),(44575,1145,'_cart_discount_tax','0'),(44576,1145,'_order_shipping','12.77'),(44577,1145,'_order_shipping_tax','0'),(44578,1145,'_order_tax','0'),(44579,1145,'_order_total','75.47'),(44580,1145,'_order_version','6.3.1'),(44581,1145,'_prices_include_tax','no'),(44582,1145,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(44583,1145,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(44584,1145,'is_vat_exempt','no'),(44585,1145,'Payment type','instant'),(44586,1145,'_transaction_id','92362883E22048209'),(44587,1145,'_paypal_status','completed'),(44588,1145,'PayPal Transaction Fee','3.12'),(44589,1145,'_date_paid','1650491869'),(44590,1145,'_paid_date','2022-04-20 21:57:49'),(44591,1145,'_download_permissions_granted','yes'),(44592,1145,'_recorded_sales','yes'),(44593,1145,'_recorded_coupon_usage_counts','yes'),(44594,1145,'_order_stock_reduced','yes'),(44595,1145,'_new_order_email_sent','true'),(44596,1145,'_edit_lock','1650560108:2'),(44597,1145,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184445\";s:12:\"date_shipped\";s:10:\"1650499200\";s:11:\"tracking_id\";s:32:\"0c2b2208de651074905e5efc75762c81\";}}'),(44598,1145,'_edit_last','2'),(44599,1145,'_date_completed','1650560236'),(44600,1145,'_completed_date','2022-04-21 16:57:16'),(44601,1147,'_order_key','wc_order_BjxJ2HkZLM5Rf'),(44602,1147,'_customer_user','58'),(44603,1147,'_payment_method','paypal'),(44604,1147,'_payment_method_title','PayPal'),(44605,1147,'_customer_ip_address','107.242.125.54'),(44606,1147,'_customer_user_agent','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'),(44607,1147,'_created_via','checkout'),(44608,1147,'_cart_hash','38a8396a7973e78d2c8140a2fec18002'),(44609,1147,'_billing_first_name','Heather'),(44610,1147,'_billing_last_name','Smith'),(44611,1147,'_billing_address_1','P.O. Box 155624'),(44612,1147,'_billing_city','Lufkin'),(44613,1147,'_billing_state','TX'),(44614,1147,'_billing_postcode','75915'),(44615,1147,'_billing_country','US'),(44616,1147,'_billing_email','easttexaslca@yahoo.com'),(44617,1147,'_billing_phone','9364143560'),(44618,1147,'_shipping_first_name','Heather'),(44619,1147,'_shipping_last_name','Smith'),(44620,1147,'_shipping_company','LCA Lufkin'),(44621,1147,'_shipping_address_1','223 E. Emma St'),(44622,1147,'_shipping_city','Bullard'),(44623,1147,'_shipping_state','TX'),(44624,1147,'_shipping_postcode','75757'),(44625,1147,'_shipping_country','US'),(44626,1147,'_order_currency','USD'),(44627,1147,'_cart_discount','0'),(44628,1147,'_cart_discount_tax','0'),(44629,1147,'_order_shipping','20.77'),(44630,1147,'_order_shipping_tax','0'),(44631,1147,'_order_tax','0'),(44632,1147,'_order_total','157.72'),(44633,1147,'_order_version','6.3.1'),(44634,1147,'_prices_include_tax','no'),(44635,1147,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(44636,1147,'_shipping_address_index','Heather Smith LCA Lufkin 223 E. Emma St  Bullard TX 75757 US '),(44637,1147,'is_vat_exempt','no'),(44638,1147,'Payment type','instant'),(44639,1147,'_transaction_id','2P648439FF9433833'),(44640,1147,'_paypal_status','completed'),(44641,1147,'PayPal Transaction Fee','5.99'),(44642,1147,'_date_paid','1650562191'),(44643,1147,'_paid_date','2022-04-21 17:29:51'),(44644,1147,'_download_permissions_granted','yes'),(44645,1147,'_recorded_sales','yes'),(44646,1147,'_recorded_coupon_usage_counts','yes'),(44647,1147,'_order_stock_reduced','yes'),(44648,1147,'_new_order_email_sent','true'),(44649,1148,'_order_key','wc_order_JyG1YpJewsT0g'),(44650,1148,'_customer_user','78'),(44651,1148,'_payment_method','paypal'),(44652,1148,'_payment_method_title','PayPal'),(44653,1148,'_customer_ip_address','108.54.149.237'),(44654,1148,'_customer_user_agent','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'),(44655,1148,'_created_via','checkout'),(44656,1148,'_cart_hash','19818e7d4380be62f9455c4a9430ad1e'),(44657,1148,'_billing_first_name','Richard'),(44658,1148,'_billing_last_name','Florsheim'),(44659,1148,'_billing_company','Licura'),(44660,1148,'_billing_address_1','3827 w fairway heights dr'),(44661,1148,'_billing_city','Mequon'),(44662,1148,'_billing_state','WI'),(44663,1148,'_billing_postcode','53092'),(44664,1148,'_billing_country','US'),(44665,1148,'_billing_email','tara@liceclinicslongIsland.com'),(44666,1148,'_billing_phone','5619006382'),(44667,1148,'_shipping_first_name','Tara'),(44668,1148,'_shipping_last_name','Johnson'),(44669,1148,'_shipping_company','LCA'),(44670,1148,'_shipping_address_1','599 west Hartsdale ave'),(44671,1148,'_shipping_city','White Plains'),(44672,1148,'_shipping_state','NY'),(44673,1148,'_shipping_postcode','10607'),(44674,1148,'_shipping_country','US'),(44675,1148,'_order_currency','USD'),(44676,1148,'_cart_discount','0'),(44677,1148,'_cart_discount_tax','0'),(44678,1148,'_order_shipping','13.64'),(44679,1148,'_order_shipping_tax','0'),(44680,1148,'_order_tax','0'),(44681,1148,'_order_total','13.64'),(44682,1148,'_order_version','6.3.1'),(44683,1148,'_prices_include_tax','no'),(44684,1148,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(44685,1148,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave  White Plains NY 10607 US '),(44686,1148,'is_vat_exempt','no'),(44687,1149,'_order_key','wc_order_h6HUzJOSa4Nmh'),(44688,1149,'_customer_user','28'),(44689,1149,'_payment_method','paypal'),(44690,1149,'_payment_method_title','PayPal'),(44691,1149,'_customer_ip_address','172.115.255.171'),(44692,1149,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(44693,1149,'_created_via','checkout'),(44694,1149,'_cart_hash','06f045541e26eee5e8eafc2b588de061'),(44695,1149,'_billing_first_name','Kelli'),(44696,1149,'_billing_last_name','Washington'),(44697,1149,'_billing_company','Lice Clinics of America - Temecula'),(44698,1149,'_billing_address_1','2438 Bear Rock Gln'),(44699,1149,'_billing_city','Escondido'),(44700,1149,'_billing_state','CA'),(44701,1149,'_billing_postcode','92026'),(44702,1149,'_billing_country','US'),(44703,1149,'_billing_email','info@liceclinicstemecula.com'),(44704,1149,'_billing_phone','7606255580'),(44705,1149,'_shipping_first_name','Kelli'),(44706,1149,'_shipping_last_name','Washington'),(44707,1149,'_shipping_company','Lice Clinics of America - Temecula'),(44708,1149,'_shipping_address_1','2438 Bear Rock Gln'),(44709,1149,'_shipping_city','Escondido'),(44710,1149,'_shipping_state','CA'),(44711,1149,'_shipping_postcode','92026'),(44712,1149,'_shipping_country','US'),(44713,1149,'_order_currency','USD'),(44714,1149,'_cart_discount','0'),(44715,1149,'_cart_discount_tax','0'),(44716,1149,'_order_shipping','30.82'),(44717,1149,'_order_shipping_tax','0'),(44718,1149,'_order_tax','0'),(44719,1149,'_order_total','242.02'),(44720,1149,'_order_version','6.3.1'),(44721,1149,'_prices_include_tax','no'),(44722,1149,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(44723,1149,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(44724,1149,'is_vat_exempt','no'),(44725,1149,'Payment type','instant'),(44726,1149,'_transaction_id','21978908V5167445G'),(44727,1149,'_paypal_status','completed'),(44728,1149,'PayPal Transaction Fee','8.94'),(44729,1149,'_date_paid','1650663136'),(44730,1149,'_paid_date','2022-04-22 21:32:16'),(44731,1149,'_download_permissions_granted','yes'),(44732,1149,'_recorded_sales','yes'),(44733,1149,'_recorded_coupon_usage_counts','yes'),(44734,1149,'_order_stock_reduced','yes'),(44735,1149,'_new_order_email_sent','true'),(44736,1150,'_order_key','wc_order_UpGpapUh5wUbm'),(44737,1150,'_customer_user','54'),(44738,1150,'_payment_method','paypal'),(44739,1150,'_payment_method_title','PayPal'),(44740,1150,'_customer_ip_address','71.239.20.69'),(44741,1150,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14526.69.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.82 Safari/537.36'),(44742,1150,'_created_via','checkout'),(44743,1150,'_cart_hash','4a816f110c74f71f4183cb81a948788e'),(44744,1150,'_billing_first_name','Erin'),(44745,1150,'_billing_last_name','Hawn'),(44746,1150,'_billing_address_1','10 W Phillip Rd'),(44747,1150,'_billing_address_2','123'),(44748,1150,'_billing_city','Vernon Hills'),(44749,1150,'_billing_state','IL'),(44750,1150,'_billing_postcode','60061'),(44751,1150,'_billing_country','US'),(44752,1150,'_billing_email','info@liceclinicsvernonhills.com'),(44753,1150,'_billing_phone','8475960408'),(44754,1150,'_shipping_first_name','Erin'),(44755,1150,'_shipping_last_name','Hawn'),(44756,1150,'_shipping_address_1','1491 S Amarias Dr'),(44757,1150,'_shipping_city','Round lake'),(44758,1150,'_shipping_state','IL'),(44759,1150,'_shipping_postcode','60073'),(44760,1150,'_shipping_country','US'),(44761,1150,'_order_currency','USD'),(44762,1150,'_cart_discount','0'),(44763,1150,'_cart_discount_tax','0'),(44764,1150,'_order_shipping','0'),(44765,1150,'_order_shipping_tax','0'),(44766,1150,'_order_tax','0'),(44767,1150,'_order_total','998.24'),(44768,1150,'_order_version','6.4.1'),(44769,1150,'_prices_include_tax','no'),(44770,1150,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(44771,1150,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(44772,1150,'is_vat_exempt','no'),(44773,1151,'_order_key','wc_order_9ciOQiHyY8ZfW'),(44774,1151,'_customer_user','47'),(44775,1151,'_payment_method','paypal'),(44776,1151,'_payment_method_title','PayPal'),(44777,1151,'_customer_ip_address','136.50.12.214'),(44778,1151,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(44779,1151,'_created_via','checkout'),(44780,1151,'_cart_hash','bbd6f2a55eb7dd2b917ffe08ca4f215a'),(44781,1151,'_billing_first_name','Tracy'),(44782,1151,'_billing_last_name','Copeland'),(44783,1151,'_billing_company','LCA SA West'),(44784,1151,'_billing_address_1','14223 Silverhollow'),(44785,1151,'_billing_city','San Antonio'),(44786,1151,'_billing_state','TX'),(44787,1151,'_billing_postcode','78232'),(44788,1151,'_billing_country','US'),(44789,1151,'_billing_email','info@liceclinicsanantoniowest.com'),(44790,1151,'_billing_phone','2103135033'),(44791,1151,'_shipping_first_name','Tracy'),(44792,1151,'_shipping_last_name','Copeland'),(44793,1151,'_shipping_company','LCA SA West'),(44794,1151,'_shipping_address_1','14223 Silverhollow'),(44795,1151,'_shipping_city','San Antonio'),(44796,1151,'_shipping_state','TX'),(44797,1151,'_shipping_postcode','78232'),(44798,1151,'_shipping_country','US'),(44799,1151,'_order_currency','USD'),(44800,1151,'_cart_discount','0'),(44801,1151,'_cart_discount_tax','0'),(44802,1151,'_order_shipping','0'),(44803,1151,'_order_shipping_tax','0'),(44804,1151,'_order_tax','0'),(44805,1151,'_order_total','553.63'),(44806,1151,'_order_version','6.3.1'),(44807,1151,'_prices_include_tax','no'),(44808,1151,'_billing_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(44809,1151,'_shipping_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US '),(44810,1151,'is_vat_exempt','no'),(44811,1151,'Payment type','instant'),(44812,1151,'_transaction_id','0NM58496HD7344358'),(44813,1151,'_paypal_status','completed'),(44814,1151,'PayPal Transaction Fee','19.81'),(44815,1151,'_date_paid','1650802803'),(44816,1151,'_paid_date','2022-04-24 12:20:03'),(44817,1151,'_download_permissions_granted','yes'),(44818,1151,'_recorded_sales','yes'),(44819,1151,'_recorded_coupon_usage_counts','yes'),(44820,1151,'_order_stock_reduced','yes'),(44821,1151,'_new_order_email_sent','true'),(44822,1152,'_order_key','wc_order_AkGyuAlvAKBsf'),(44823,1152,'_customer_user','57'),(44824,1152,'_payment_method','paypal'),(44825,1152,'_payment_method_title','PayPal'),(44826,1152,'_customer_ip_address','107.203.54.57'),(44827,1152,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.50'),(44828,1152,'_created_via','checkout'),(44829,1152,'_cart_hash','bbe2a3043c5c59f5634d8554e14500aa'),(44830,1152,'_billing_first_name','Heather'),(44831,1152,'_billing_last_name','Purtle'),(44832,1152,'_billing_address_1','1 Creekview Ct'),(44833,1152,'_billing_address_2','Ste C'),(44834,1152,'_billing_city','Greenville'),(44835,1152,'_billing_state','SC'),(44836,1152,'_billing_postcode','29615'),(44837,1152,'_billing_country','US'),(44838,1152,'_billing_email','info@liceclinicsupstatesc.com'),(44839,1152,'_billing_phone','8643604388'),(44840,1152,'_shipping_first_name','Heather'),(44841,1152,'_shipping_last_name','Purtle'),(44842,1152,'_shipping_company','LCA Greenville'),(44843,1152,'_shipping_address_1','1 Creekview Court'),(44844,1152,'_shipping_address_2','Suite C'),(44845,1152,'_shipping_city','Greenville'),(44846,1152,'_shipping_state','SC'),(44847,1152,'_shipping_postcode','29615'),(44848,1152,'_shipping_country','US'),(44849,1152,'_order_currency','USD'),(44850,1152,'_cart_discount','0'),(44851,1152,'_cart_discount_tax','0'),(44852,1152,'_order_shipping','16.04'),(44853,1152,'_order_shipping_tax','0'),(44854,1152,'_order_tax','0'),(44855,1152,'_order_total','16.04'),(44856,1152,'_order_version','6.4.1'),(44857,1152,'_prices_include_tax','no'),(44858,1152,'_billing_address_index','Heather Purtle  1 Creekview Ct Ste C Greenville SC 29615 US info@liceclinicsupstatesc.com 8643604388'),(44859,1152,'_shipping_address_index','Heather Purtle LCA Greenville 1 Creekview Court Suite C Greenville SC 29615 US '),(44860,1152,'is_vat_exempt','no'),(44861,1153,'_order_key','wc_order_9cdJ4lTQxn2Th'),(44862,1153,'_customer_user','60'),(44863,1153,'_payment_method','paypal'),(44864,1153,'_payment_method_title','PayPal'),(44865,1153,'_customer_ip_address','98.193.14.84'),(44866,1153,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(44867,1153,'_created_via','checkout'),(44868,1153,'_cart_hash','e2ac235d16ae30c4d93f38ce8ba244a3'),(44869,1153,'_billing_first_name','Jill'),(44870,1153,'_billing_last_name','Leshtz'),(44871,1153,'_billing_company','Lice clinics of America-North Shore'),(44872,1153,'_billing_address_1','1580 Lancelot Avenue'),(44873,1153,'_billing_city','Highland park'),(44874,1153,'_billing_state','IL'),(44875,1153,'_billing_postcode','60035'),(44876,1153,'_billing_country','US'),(44877,1153,'_billing_email','jleshtz@gmail.com'),(44878,1153,'_billing_phone','8473639001'),(44879,1153,'_shipping_first_name','Jill'),(44880,1153,'_shipping_last_name','Leshtz'),(44881,1153,'_shipping_company','Lice clinics of America-North Shore'),(44882,1153,'_shipping_address_1','1580 Lancelot Avenue'),(44883,1153,'_shipping_city','Highland park'),(44884,1153,'_shipping_state','IL'),(44885,1153,'_shipping_postcode','60035'),(44886,1153,'_shipping_country','US'),(44887,1153,'_order_currency','USD'),(44888,1153,'_cart_discount','0'),(44889,1153,'_cart_discount_tax','0'),(44890,1153,'_order_shipping','58.77'),(44891,1153,'_order_shipping_tax','0'),(44892,1153,'_order_tax','0'),(44893,1153,'_order_total','785.97'),(44894,1153,'_order_version','6.4.1'),(44895,1153,'_prices_include_tax','no'),(44896,1153,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(44897,1153,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(44898,1153,'is_vat_exempt','no'),(44899,1154,'_order_key','wc_order_RB8anSylzMAbn'),(44900,1154,'_customer_user','60'),(44901,1154,'_payment_method','paypal'),(44902,1154,'_payment_method_title','PayPal'),(44903,1154,'_customer_ip_address','98.193.14.84'),(44904,1154,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(44905,1154,'_created_via','checkout'),(44906,1154,'_cart_hash','c9f59c63681e4b84b313daf15f352d1a'),(44907,1154,'_billing_first_name','Jill'),(44908,1154,'_billing_last_name','Leshtz'),(44909,1154,'_billing_company','Lice clinics of America-North Shore'),(44910,1154,'_billing_address_1','1580 Lancelot Avenue'),(44911,1154,'_billing_city','Highland park'),(44912,1154,'_billing_state','IL'),(44913,1154,'_billing_postcode','60035'),(44914,1154,'_billing_country','US'),(44915,1154,'_billing_email','jleshtz@gmail.com'),(44916,1154,'_billing_phone','8473639001'),(44917,1154,'_shipping_first_name','Jill'),(44918,1154,'_shipping_last_name','Leshtz'),(44919,1154,'_shipping_company','Lice clinics of America-North Shore'),(44920,1154,'_shipping_address_1','1580 Lancelot Avenue'),(44921,1154,'_shipping_city','Highland park'),(44922,1154,'_shipping_state','IL'),(44923,1154,'_shipping_postcode','60035'),(44924,1154,'_shipping_country','US'),(44925,1154,'_order_currency','USD'),(44926,1154,'_cart_discount','0'),(44927,1154,'_cart_discount_tax','0'),(44928,1154,'_order_shipping','14.37'),(44929,1154,'_order_shipping_tax','0'),(44930,1154,'_order_tax','0'),(44931,1154,'_order_total','14.37'),(44932,1154,'_order_version','6.4.1'),(44933,1154,'_prices_include_tax','no'),(44934,1154,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(44935,1154,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(44936,1154,'is_vat_exempt','no'),(44938,1155,'_order_key','wc_order_jFrOiAWt8hLrR'),(44939,1155,'_customer_user','55'),(44940,1155,'_payment_method','paypal'),(44941,1155,'_payment_method_title','PayPal'),(44942,1155,'_customer_ip_address','174.83.123.140'),(44943,1155,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14388.61.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.107 Safari/537.36'),(44944,1155,'_created_via','checkout'),(44945,1155,'_cart_hash','c0654f0206326de958a370087f921e6a'),(44946,1155,'_billing_first_name','Stephanie'),(44947,1155,'_billing_last_name','Knecht'),(44948,1155,'_billing_company','Lice Clinics of America'),(44949,1155,'_billing_address_1','109 Boston Post Road, Suite 201'),(44950,1155,'_billing_city','Orange'),(44951,1155,'_billing_state','CT'),(44952,1155,'_billing_postcode','06477'),(44953,1155,'_billing_country','US'),(44954,1155,'_billing_email','stephanieknecht@lcaconnecticut.com'),(44955,1155,'_billing_phone','9144565000'),(44956,1155,'_shipping_first_name','Stephanie'),(44957,1155,'_shipping_last_name','Knecht'),(44958,1155,'_shipping_company','Lice Clinics of America'),(44959,1155,'_shipping_address_1','11 Stony Hill Road'),(44960,1155,'_shipping_city','Bethel'),(44961,1155,'_shipping_state','CT'),(44962,1155,'_shipping_postcode','06801'),(44963,1155,'_shipping_country','US'),(44964,1155,'_order_currency','USD'),(44965,1155,'_cart_discount','0'),(44966,1155,'_cart_discount_tax','0'),(44967,1155,'_order_shipping','20.2'),(44968,1155,'_order_shipping_tax','0'),(44969,1155,'_order_tax','0'),(44970,1155,'_order_total','20.20'),(44971,1155,'_order_version','6.4.1'),(44972,1155,'_prices_include_tax','no'),(44973,1155,'_billing_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US stephanieknecht@lcaconnecticut.com 9144565000'),(44974,1155,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 11 Stony Hill Road  Bethel CT 06801 US '),(44975,1155,'is_vat_exempt','no'),(44976,1156,'_order_key','wc_order_YVgqEOq0veIrC'),(44977,1156,'_customer_user','3'),(44978,1156,'_payment_method','paypal'),(44979,1156,'_payment_method_title','PayPal'),(44980,1156,'_customer_ip_address','70.142.202.154'),(44981,1156,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(44982,1156,'_created_via','checkout'),(44983,1156,'_cart_hash','87e24189bd059f815ad5dcce7e1c6289'),(44984,1156,'_billing_first_name','Amanda'),(44985,1156,'_billing_last_name','Westerman'),(44986,1156,'_billing_company','Lice Clinics of America McKinney'),(44987,1156,'_billing_address_1','3120 Hudson Crossing'),(44988,1156,'_billing_address_2','Suite A2'),(44989,1156,'_billing_city','MCKINNEY'),(44990,1156,'_billing_state','TX'),(44991,1156,'_billing_postcode','75070'),(44992,1156,'_billing_country','US'),(44993,1156,'_billing_email','awesterman1103@gmail.com'),(44994,1156,'_billing_phone','2144175741'),(44995,1156,'_shipping_first_name','Lice'),(44996,1156,'_shipping_last_name','McKinney'),(44997,1156,'_shipping_company','Lice Clinics of America McKinney'),(44998,1156,'_shipping_address_1','3120 Hudson Crossing'),(44999,1156,'_shipping_address_2','Suite A2'),(45000,1156,'_shipping_city','McKinney'),(45001,1156,'_shipping_state','TX'),(45002,1156,'_shipping_postcode','75070'),(45003,1156,'_shipping_country','US'),(45004,1156,'_order_currency','USD'),(45005,1156,'_cart_discount','0'),(45006,1156,'_cart_discount_tax','0'),(45007,1156,'_order_shipping','0'),(45008,1156,'_order_shipping_tax','0'),(45009,1156,'_order_tax','0'),(45010,1156,'_order_total','837.66'),(45011,1156,'_order_version','6.3.1'),(45012,1156,'_prices_include_tax','no'),(45013,1156,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(45014,1156,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(45015,1156,'is_vat_exempt','no'),(45016,1156,'Payment type','instant'),(45017,1156,'_transaction_id','7DX821323T550972K'),(45018,1156,'_paypal_status','completed'),(45019,1156,'PayPal Transaction Fee','29.72'),(45020,1156,'_date_paid','1650905766'),(45021,1156,'_paid_date','2022-04-25 16:56:06'),(45022,1156,'_download_permissions_granted','yes'),(45023,1156,'_recorded_sales','yes'),(45024,1156,'_recorded_coupon_usage_counts','yes'),(45025,1156,'_order_stock_reduced','yes'),(45026,1156,'_new_order_email_sent','true'),(45027,1147,'_edit_lock','1650908849:2'),(45028,1147,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184489\";s:12:\"date_shipped\";s:10:\"1650499200\";s:11:\"tracking_id\";s:32:\"ab797a05be3f8fb031c96d12feaf1ff6\";}}'),(45029,1147,'_edit_last','2'),(45030,1147,'_date_completed','1650908874'),(45031,1147,'_completed_date','2022-04-25 17:47:54'),(45032,1149,'_edit_lock','1650909200:2'),(45033,1149,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184559\";s:12:\"date_shipped\";s:10:\"1650844800\";s:11:\"tracking_id\";s:32:\"6201690473cbb53112110c153aad742d\";}}'),(45034,1149,'_edit_last','2'),(45035,1149,'_date_completed','1650909017'),(45036,1149,'_completed_date','2022-04-25 17:50:17'),(45037,1151,'_edit_lock','1650910089:2'),(45038,1151,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184629\";s:12:\"date_shipped\";s:10:\"1650844800\";s:11:\"tracking_id\";s:32:\"e989582ed87267f24fae572963eeeea2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184618\";s:12:\"date_shipped\";i:1650909499;s:11:\"tracking_id\";s:32:\"bc832270c97babec95c80293c3c6e643\";}}'),(45039,1151,'_edit_last','2'),(45040,1151,'_date_completed','1650909503'),(45041,1151,'_completed_date','2022-04-25 17:58:23'),(45042,1156,'_edit_lock','1650932032:2'),(45043,1156,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184798\";s:12:\"date_shipped\";s:10:\"1650931200\";s:11:\"tracking_id\";s:32:\"1e8042ee5a11074cdb9561171dc7381a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184787\";s:12:\"date_shipped\";i:1650932053;s:11:\"tracking_id\";s:32:\"af4f1d94cace1ad6d48d7c7599f40bfd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184776\";s:12:\"date_shipped\";i:1650932060;s:11:\"tracking_id\";s:32:\"7f73f757fbec2ba5d5746a4757634e1f\";}}'),(45044,1156,'_edit_last','2'),(45045,1156,'_date_completed','1650932066'),(45046,1156,'_completed_date','2022-04-26 00:14:26'),(45047,1157,'_order_key','wc_order_ocIe8LBK3KWhs'),(45048,1157,'_customer_user','94'),(45049,1157,'_payment_method','paypal'),(45050,1157,'_payment_method_title','PayPal'),(45051,1157,'_customer_ip_address','76.200.128.12'),(45052,1157,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36 Edg/100.0.1185.39'),(45053,1157,'_created_via','checkout'),(45054,1157,'_cart_hash','9e0a985268fd4474d6520cbbf737d87b'),(45055,1157,'_billing_first_name','Dacy'),(45056,1157,'_billing_last_name','Hitt'),(45057,1157,'_billing_address_1','8850 Penbrooke ct'),(45058,1157,'_billing_city','Cumming'),(45059,1157,'_billing_state','GA'),(45060,1157,'_billing_postcode','30028'),(45061,1157,'_billing_country','US'),(45062,1157,'_billing_email','dacy1016@gmail.com'),(45063,1157,'_billing_phone','7705965455'),(45064,1157,'_shipping_first_name','Dacy'),(45065,1157,'_shipping_last_name','Hitt'),(45066,1157,'_shipping_address_1','102 Mary Alice Park rd'),(45067,1157,'_shipping_address_2','Suite 503'),(45068,1157,'_shipping_city','Cumming'),(45069,1157,'_shipping_state','GA'),(45070,1157,'_shipping_postcode','30040'),(45071,1157,'_shipping_country','US'),(45072,1157,'_order_currency','USD'),(45073,1157,'_cart_discount','0'),(45074,1157,'_cart_discount_tax','0'),(45075,1157,'_order_shipping','0'),(45076,1157,'_order_shipping_tax','0'),(45077,1157,'_order_tax','0'),(45078,1157,'_order_total','985.24'),(45079,1157,'_order_version','6.4.1'),(45080,1157,'_prices_include_tax','no'),(45081,1157,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(45082,1157,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(45083,1157,'is_vat_exempt','no'),(45084,1134,'Payment type','instant'),(45085,1134,'_transaction_id','6TL83134N50216325'),(45086,1134,'_paypal_status','completed'),(45087,1134,'PayPal Transaction Fee','4.22'),(45088,1134,'_date_paid','1650982813'),(45089,1134,'_paid_date','2022-04-26 14:20:13'),(45090,1134,'_download_permissions_granted','yes'),(45091,1134,'_recorded_sales','yes'),(45092,1134,'_order_stock_reduced','yes'),(45093,1134,'_new_order_email_sent','true'),(45094,1148,'_edit_lock','1651005390:2'),(45095,1148,'_edit_last','2'),(45096,1148,'_recorded_coupon_usage_counts','yes'),(45097,1148,'Payment type','instant'),(45098,1148,'_transaction_id','3YC80610AN475554V'),(45099,1148,'_paypal_status','completed'),(45100,1148,'PayPal Transaction Fee','0.97'),(45101,1148,'_date_paid','1650994116'),(45102,1148,'_paid_date','2022-04-26 17:28:36'),(45103,1148,'_download_permissions_granted','yes'),(45104,1148,'_recorded_sales','yes'),(45105,1148,'_order_stock_reduced','yes'),(45106,1148,'_new_order_email_sent','true'),(45107,1154,'_edit_lock','1651078144:2'),(45108,1153,'_edit_lock','1651078212:2'),(45109,1154,'_edit_last','2'),(45110,1154,'_recorded_coupon_usage_counts','yes'),(45111,1153,'_edit_last','2'),(45112,1153,'_recorded_coupon_usage_counts','yes'),(45113,1134,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184846\";s:12:\"date_shipped\";s:10:\"1650931200\";s:11:\"tracking_id\";s:32:\"ff2c78cb000c18faffbd47ef215c2bd2\";}}'),(45114,1134,'_date_completed','1650995240'),(45115,1134,'_completed_date','2022-04-26 17:47:20'),(45116,1158,'_order_key','wc_order_cD8SBAgN989Hw'),(45117,1158,'_customer_user','36'),(45118,1158,'_payment_method','paypal'),(45119,1158,'_payment_method_title','PayPal'),(45120,1158,'_customer_ip_address','198.212.9.165'),(45121,1158,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(45122,1158,'_created_via','checkout'),(45123,1158,'_cart_hash','0dbcb49a245241bff78ab8d4a7e1acd7'),(45124,1158,'_billing_first_name','Melanie'),(45125,1158,'_billing_last_name','Sherman'),(45126,1158,'_billing_company','Lice Clinics of Bakersfield'),(45127,1158,'_billing_address_1','2920 F ST'),(45128,1158,'_billing_address_2','G-9'),(45129,1158,'_billing_city','Bakersfield'),(45130,1158,'_billing_state','CA'),(45131,1158,'_billing_postcode','93301'),(45132,1158,'_billing_country','US'),(45133,1158,'_billing_email','2920lca@gmail.com'),(45134,1158,'_billing_phone','661-616-8900'),(45135,1158,'_shipping_first_name','Melanie'),(45136,1158,'_shipping_last_name','Sherman'),(45137,1158,'_shipping_company','Lice Clinics of Bakersfield'),(45138,1158,'_shipping_address_1','2920 F ST'),(45139,1158,'_shipping_address_2','G-9'),(45140,1158,'_shipping_city','Bakersfield'),(45141,1158,'_shipping_state','CA'),(45142,1158,'_shipping_postcode','93301'),(45143,1158,'_shipping_country','US'),(45144,1158,'_order_currency','USD'),(45145,1158,'_cart_discount','0'),(45146,1158,'_cart_discount_tax','0'),(45147,1158,'_order_shipping','33.45'),(45148,1158,'_order_shipping_tax','0'),(45149,1158,'_order_tax','0'),(45150,1158,'_order_total','112.65'),(45151,1158,'_order_version','6.4.1'),(45152,1158,'_prices_include_tax','no'),(45153,1158,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(45154,1158,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(45155,1158,'is_vat_exempt','no'),(45156,1148,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830184949\";s:12:\"date_shipped\";s:10:\"1650931200\";s:11:\"tracking_id\";s:32:\"542ecdbba10df69251991a2a83f1348d\";}}'),(45157,1148,'_date_completed','1651005476'),(45158,1148,'_completed_date','2022-04-26 20:37:56'),(45159,1154,'Payment type','instant'),(45160,1154,'_transaction_id','97R576187M659201R'),(45161,1154,'_paypal_status','completed'),(45162,1154,'PayPal Transaction Fee','0.99'),(45163,1154,'_date_paid','1651009812'),(45164,1154,'_paid_date','2022-04-26 21:50:12'),(45165,1154,'_download_permissions_granted','yes'),(45166,1154,'_recorded_sales','yes'),(45167,1154,'_order_stock_reduced','yes'),(45168,1154,'_new_order_email_sent','true'),(45169,1153,'Payment type','instant'),(45170,1153,'_transaction_id','4W733933D5470543Y'),(45171,1153,'_paypal_status','completed'),(45172,1153,'PayPal Transaction Fee','27.92'),(45173,1153,'_date_paid','1651009894'),(45174,1153,'_paid_date','2022-04-26 21:51:34'),(45175,1153,'_download_permissions_granted','yes'),(45176,1153,'_recorded_sales','yes'),(45177,1153,'_order_stock_reduced','yes'),(45178,1153,'_new_order_email_sent','true'),(45179,1150,'_edit_lock','1651176375:2'),(45180,1152,'_edit_lock','1651761001:2'),(45181,1150,'_edit_last','2'),(45182,1150,'_recorded_coupon_usage_counts','no'),(45183,1152,'_edit_last','2'),(45184,1152,'_recorded_coupon_usage_counts','yes'),(45185,1155,'_edit_lock','1651176621:2'),(45186,1157,'_edit_lock','1651262166:2'),(45187,1158,'_edit_lock','1651761035:2'),(45188,1155,'_edit_last','2'),(45189,1155,'_recorded_coupon_usage_counts','yes'),(45190,1157,'_edit_last','2'),(45191,1157,'_recorded_coupon_usage_counts','yes'),(45192,1158,'_edit_last','2'),(45193,1158,'_recorded_coupon_usage_counts','yes'),(45201,1159,'_order_key','wc_order_PpP9USTMDpUNC'),(45202,1159,'_customer_user','87'),(45203,1159,'_payment_method','paypal'),(45204,1159,'_payment_method_title','PayPal'),(45205,1159,'_customer_ip_address','68.0.120.146'),(45206,1159,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(45207,1159,'_created_via','checkout'),(45208,1159,'_cart_hash','17c4b128007edaf4113e0542cee1025d'),(45209,1159,'_billing_first_name','Wade'),(45210,1159,'_billing_last_name','Huntsman'),(45211,1159,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(45212,1159,'_billing_address_1','1104 E 25th ST'),(45213,1159,'_billing_city','Tulsa'),(45214,1159,'_billing_state','OK'),(45215,1159,'_billing_postcode','74114'),(45216,1159,'_billing_country','US'),(45217,1159,'_billing_email','info@liceclinicsmidsouth.com'),(45218,1159,'_billing_phone','9189783329'),(45219,1159,'_shipping_first_name','Katee'),(45220,1159,'_shipping_last_name','Morrison'),(45221,1159,'_shipping_company','Lice Clinics of America OKC'),(45222,1159,'_shipping_address_1','4001 N Classen Blvd'),(45223,1159,'_shipping_address_2','Ste 116'),(45224,1159,'_shipping_city','Oklahoma City'),(45225,1159,'_shipping_state','OK'),(45226,1159,'_shipping_postcode','73118'),(45227,1159,'_shipping_country','US'),(45228,1159,'_order_currency','USD'),(45229,1159,'_cart_discount','0'),(45230,1159,'_cart_discount_tax','0'),(45231,1159,'_order_shipping','0'),(45232,1159,'_order_shipping_tax','0'),(45233,1159,'_order_tax','0'),(45234,1159,'_order_total','557.12'),(45235,1159,'_order_version','6.4.1'),(45236,1159,'_prices_include_tax','no'),(45237,1159,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th ST  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(45238,1159,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Ste 116 Oklahoma City OK 73118 US '),(45239,1159,'is_vat_exempt','no'),(45240,1159,'Payment type','instant'),(45241,1159,'_transaction_id','57761064SH3181735'),(45242,1159,'_paypal_status','completed'),(45243,1159,'PayPal Transaction Fee','19.93'),(45244,1159,'_date_paid','1651067914'),(45245,1159,'_paid_date','2022-04-27 13:58:34'),(45246,1159,'_download_permissions_granted','yes'),(45247,1159,'_recorded_sales','yes'),(45248,1159,'_recorded_coupon_usage_counts','yes'),(45249,1159,'_order_stock_reduced','yes'),(45250,1159,'_new_order_email_sent','true'),(45251,1160,'_order_key','wc_order_og90MfRsJzj4w'),(45252,1160,'_customer_user','87'),(45253,1160,'_payment_method','paypal'),(45254,1160,'_payment_method_title','PayPal'),(45255,1160,'_customer_ip_address','68.0.120.146'),(45256,1160,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(45257,1160,'_created_via','checkout'),(45258,1160,'_cart_hash','cd039551f09b62683c655dd10268181b'),(45259,1160,'_billing_first_name','Makayla'),(45260,1160,'_billing_last_name','Rogers'),(45261,1160,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(45262,1160,'_billing_address_1','130 S Greenwich Rd #56'),(45263,1160,'_billing_city','Wichita'),(45264,1160,'_billing_state','OK'),(45265,1160,'_billing_postcode','67207'),(45266,1160,'_billing_country','US'),(45267,1160,'_billing_email','info@liceclinicsmidsouth.com'),(45268,1160,'_billing_phone','9189783329'),(45269,1160,'_shipping_first_name','Makayla'),(45270,1160,'_shipping_last_name','Rogers'),(45271,1160,'_shipping_company','Lice Clinics of America Wichita'),(45272,1160,'_shipping_address_1','130 S Greenwich Rd #56'),(45273,1160,'_shipping_city','Wichita'),(45274,1160,'_shipping_state','KS'),(45275,1160,'_shipping_postcode','67207'),(45276,1160,'_shipping_country','US'),(45277,1160,'_order_currency','USD'),(45278,1160,'_cart_discount','0'),(45279,1160,'_cart_discount_tax','0'),(45280,1160,'_order_shipping','0'),(45281,1160,'_order_shipping_tax','0'),(45282,1160,'_order_tax','0'),(45283,1160,'_order_total','506.36'),(45284,1160,'_order_version','6.4.1'),(45285,1160,'_prices_include_tax','no'),(45286,1160,'_billing_address_index','Makayla Rogers LCA Tulsa / AuxArc iMC, Inc 130 S Greenwich Rd #56  Wichita OK 67207 US info@liceclinicsmidsouth.com 9189783329'),(45287,1160,'_shipping_address_index','Makayla Rogers Lice Clinics of America Wichita 130 S Greenwich Rd #56  Wichita KS 67207 US '),(45288,1160,'is_vat_exempt','no'),(45289,1160,'Payment type','instant'),(45290,1160,'_transaction_id','12M646618T241762D'),(45291,1160,'_paypal_status','completed'),(45292,1160,'PayPal Transaction Fee','18.16'),(45293,1160,'_date_paid','1651068295'),(45294,1160,'_paid_date','2022-04-27 14:04:55'),(45295,1160,'_download_permissions_granted','yes'),(45296,1160,'_recorded_sales','yes'),(45297,1160,'_recorded_coupon_usage_counts','yes'),(45298,1160,'_order_stock_reduced','yes'),(45299,1160,'_new_order_email_sent','true'),(45300,1154,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185018\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"1c8c2ba62bb341d16abad4a9a54b7920\";}}'),(45301,1154,'_date_completed','1651078271'),(45302,1154,'_completed_date','2022-04-27 16:51:11'),(45303,1153,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185030\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"7b4de9858934e02e5ea5ed1d2a009955\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185029\";s:12:\"date_shipped\";i:1651078322;s:11:\"tracking_id\";s:32:\"4fa2a9589edc98d3003caef7fb2b7cb9\";}}'),(45304,1153,'_date_completed','1651078333'),(45305,1153,'_completed_date','2022-04-27 16:52:13'),(45306,1160,'_edit_lock','1651090616:2'),(45307,1159,'_edit_lock','1651082590:2'),(45308,1159,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185051\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"1060c8abaa2ef794acdb2c5f28d66700\";}}'),(45309,1159,'_edit_last','2'),(45310,1159,'_date_completed','1651082723'),(45311,1159,'_completed_date','2022-04-27 18:05:23'),(45312,1160,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185062\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"09fa3876ed1617813dd5f506ffc35f89\";}}'),(45313,1160,'_edit_last','2'),(45314,1160,'_date_completed','1651082747'),(45315,1160,'_completed_date','2022-04-27 18:05:47'),(45316,1161,'_order_key','wc_order_V58aJsbxDgJ6w'),(45317,1161,'_customer_user','52'),(45318,1161,'_payment_method','paypal'),(45319,1161,'_payment_method_title','PayPal'),(45320,1161,'_customer_ip_address','96.241.58.251'),(45321,1161,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(45322,1161,'_created_via','checkout'),(45323,1161,'_cart_hash','94891c18799de0dd284a4dc09de3228d'),(45324,1161,'_billing_first_name','Darlene'),(45325,1161,'_billing_last_name','LaFramboise'),(45326,1161,'_billing_company','LCA-NOVA'),(45327,1161,'_billing_address_1','25473 Tomey Ct'),(45328,1161,'_billing_city','Aldie'),(45329,1161,'_billing_state','VA'),(45330,1161,'_billing_postcode','20105-3048'),(45331,1161,'_billing_country','US'),(45332,1161,'_billing_email','info@liceremovalnova.com'),(45333,1161,'_billing_phone','7033031576'),(45334,1161,'_shipping_first_name','Darlene'),(45335,1161,'_shipping_last_name','LaFramboise'),(45336,1161,'_shipping_company','LCA-NOVA'),(45337,1161,'_shipping_address_1','25473 Tomey Ct'),(45338,1161,'_shipping_city','Aldie'),(45339,1161,'_shipping_state','VA'),(45340,1161,'_shipping_postcode','20105-3048'),(45341,1161,'_shipping_country','US'),(45342,1161,'_order_currency','USD'),(45343,1161,'_cart_discount','0'),(45344,1161,'_cart_discount_tax','0'),(45345,1161,'_order_shipping','17.44'),(45346,1161,'_order_shipping_tax','0'),(45347,1161,'_order_tax','0'),(45348,1161,'_order_total','266.16'),(45349,1161,'_order_version','6.4.1'),(45350,1161,'_prices_include_tax','no'),(45351,1161,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(45352,1161,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(45353,1161,'is_vat_exempt','no'),(45354,1161,'Payment type','instant'),(45355,1161,'_transaction_id','8EE10943D64857454'),(45356,1161,'_paypal_status','completed'),(45357,1161,'PayPal Transaction Fee','9.78'),(45358,1161,'_date_paid','1651084858'),(45359,1161,'_paid_date','2022-04-27 18:40:58'),(45360,1161,'_download_permissions_granted','yes'),(45361,1161,'_recorded_sales','yes'),(45362,1161,'_recorded_coupon_usage_counts','yes'),(45363,1161,'_order_stock_reduced','yes'),(45364,1161,'_new_order_email_sent','true'),(45365,1152,'Payment type','instant'),(45366,1152,'_transaction_id','3T749302VU684220Y'),(45367,1152,'_paypal_status','completed'),(45368,1152,'PayPal Transaction Fee','1.05'),(45369,1152,'_date_paid','1651088428'),(45370,1152,'_paid_date','2022-04-27 19:40:28'),(45371,1152,'_download_permissions_granted','yes'),(45372,1152,'_recorded_sales','yes'),(45373,1152,'_order_stock_reduced','yes'),(45374,1152,'_new_order_email_sent','true'),(45375,1161,'_edit_lock','1651761053:2'),(45376,1150,'Payment type','instant'),(45377,1150,'_transaction_id','66595386PE077781B'),(45378,1150,'_paypal_status','completed'),(45379,1150,'PayPal Transaction Fee','35.33'),(45380,1150,'_date_paid','1651158563'),(45381,1150,'_paid_date','2022-04-28 15:09:23'),(45382,1150,'_download_permissions_granted','yes'),(45383,1150,'_recorded_sales','yes'),(45384,1150,'_order_stock_reduced','no'),(45385,1150,'_new_order_email_sent','true'),(45386,1152,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185246\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"22f1f566c0199795887205a3ce74490f\";}}'),(45387,1161,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185213\";s:12:\"date_shipped\";s:10:\"1651017600\";s:11:\"tracking_id\";s:32:\"3bdde5244c2f660a7eaad75fb42b07ce\";}}'),(45388,1162,'_order_key','wc_order_PavNoFTemSsed'),(45389,1162,'_customer_user','51'),(45390,1162,'_payment_method','paypal'),(45391,1162,'_payment_method_title','PayPal'),(45392,1162,'_customer_ip_address','73.0.148.33'),(45393,1162,'_customer_user_agent','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'),(45394,1162,'_created_via','checkout'),(45395,1162,'_cart_hash','bb1688782a0e4135f901747002c52c05'),(45396,1162,'_billing_first_name','Corie'),(45397,1162,'_billing_last_name','Kaniamos'),(45398,1162,'_billing_address_1','5026 Tildens Grove Blvd'),(45399,1162,'_billing_city','Windermere'),(45400,1162,'_billing_state','FL'),(45401,1162,'_billing_postcode','34786'),(45402,1162,'_billing_country','US'),(45403,1162,'_billing_email','corie@liceclinicsofflorida.com'),(45404,1162,'_billing_phone','6163406321'),(45405,1162,'_shipping_first_name','Maria'),(45406,1162,'_shipping_last_name','Hagg'),(45407,1162,'_shipping_company','LCA - STUART'),(45408,1162,'_shipping_address_1','17 Via Lucindia Dr South'),(45409,1162,'_shipping_city','Stuart'),(45410,1162,'_shipping_state','FL'),(45411,1162,'_shipping_postcode','34996'),(45412,1162,'_shipping_country','US'),(45413,1162,'_order_currency','USD'),(45414,1162,'_cart_discount','0'),(45415,1162,'_cart_discount_tax','0'),(45416,1162,'_order_shipping','15.46'),(45417,1162,'_order_shipping_tax','0'),(45418,1162,'_order_tax','0'),(45419,1162,'_order_total','15.46'),(45420,1162,'_order_version','6.4.1'),(45421,1162,'_prices_include_tax','no'),(45422,1162,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(45423,1162,'_shipping_address_index','Maria Hagg LCA - STUART 17 Via Lucindia Dr South  Stuart FL 34996 US '),(45424,1162,'is_vat_exempt','no'),(45463,1164,'_order_key','wc_order_2JUEU18pegYwc'),(45464,1164,'_customer_user','96'),(45465,1164,'_payment_method','paypal'),(45466,1164,'_payment_method_title','PayPal'),(45467,1164,'_customer_ip_address','173.16.141.186'),(45468,1164,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 Edg/100.0.1185.50'),(45469,1164,'_created_via','checkout'),(45470,1164,'_cart_hash','cd7eb782888e2a838adaa4b0a438550c'),(45471,1164,'_billing_first_name','Jaimi'),(45472,1164,'_billing_last_name','Washington'),(45473,1164,'_billing_company','Lice Clinics of America - Des Moines'),(45474,1164,'_billing_address_1','6900 University Ave. Ste 120'),(45475,1164,'_billing_city','Windsor Heights'),(45476,1164,'_billing_state','IA'),(45477,1164,'_billing_postcode','50324'),(45478,1164,'_billing_country','US'),(45479,1164,'_billing_email','j.m.licesolutions@gmail.com'),(45480,1164,'_billing_phone','515-971-0667'),(45481,1164,'_shipping_first_name','Jaimi'),(45482,1164,'_shipping_last_name','Washington'),(45483,1164,'_shipping_address_1','1139 Burlington Terrace'),(45484,1164,'_shipping_city','Des Moines'),(45485,1164,'_shipping_state','IA'),(45486,1164,'_shipping_postcode','50314'),(45487,1164,'_shipping_country','US'),(45488,1164,'_order_currency','USD'),(45489,1164,'_cart_discount','0'),(45490,1164,'_cart_discount_tax','0'),(45491,1164,'_order_shipping','14.37'),(45492,1164,'_order_shipping_tax','0'),(45493,1164,'_order_tax','0'),(45494,1164,'_order_total','14.37'),(45495,1164,'_order_version','6.4.1'),(45496,1164,'_prices_include_tax','no'),(45497,1164,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 6900 University Ave. Ste 120  Windsor Heights IA 50324 US j.m.licesolutions@gmail.com 515-971-0667'),(45498,1164,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(45499,1164,'is_vat_exempt','no'),(45500,1155,'Payment type','instant'),(45501,1155,'_transaction_id','0R507218NF787721E'),(45502,1155,'_paypal_status','completed'),(45503,1155,'PayPal Transaction Fee','1.19'),(45504,1155,'_date_paid','1651167616'),(45505,1155,'_paid_date','2022-04-28 17:40:16'),(45506,1155,'_download_permissions_granted','yes'),(45507,1155,'_recorded_sales','yes'),(45508,1155,'_order_stock_reduced','yes'),(45509,1155,'_new_order_email_sent','true'),(45510,1166,'_order_currency','USD'),(45511,1166,'_cart_discount','0'),(45512,1166,'_cart_discount_tax','0'),(45513,1166,'_order_shipping','0'),(45514,1166,'_order_shipping_tax','0'),(45515,1166,'_order_tax','0'),(45516,1166,'_order_total','-998.24'),(45517,1166,'_order_version','6.4.1'),(45518,1166,'_prices_include_tax','no'),(45519,1166,'_refund_amount','998.24'),(45520,1166,'_refunded_by','2'),(45521,1166,'_refunded_payment','1'),(45522,1166,'_refund_reason','Used Wrong Card'),(45523,1155,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185408\";s:12:\"date_shipped\";s:10:\"1651104000\";s:11:\"tracking_id\";s:32:\"b8d151c25e2797f089d5bdf7be1621f8\";}}'),(45524,1155,'_date_completed','1651176579'),(45525,1155,'_completed_date','2022-04-28 20:09:39'),(45526,1167,'_order_key','wc_order_CTF8pcoIak62o'),(45527,1167,'_customer_user','54'),(45528,1167,'_payment_method','paypal'),(45529,1167,'_payment_method_title','PayPal'),(45530,1167,'_customer_ip_address','172.58.162.184'),(45531,1167,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.2 Chrome/92.0.4515.166 Mobile Safari/537.36'),(45532,1167,'_created_via','checkout'),(45533,1167,'_cart_hash','6a26866c7af7a0a2ad0ea35cfe12b181'),(45534,1167,'_billing_first_name','Erin'),(45535,1167,'_billing_last_name','Hawn'),(45536,1167,'_billing_address_1','10 W Phillip Rd'),(45537,1167,'_billing_address_2','123'),(45538,1167,'_billing_city','Vernon Hills'),(45539,1167,'_billing_state','IL'),(45540,1167,'_billing_postcode','60061'),(45541,1167,'_billing_country','US'),(45542,1167,'_billing_email','info@liceclinicsvernonhills.com'),(45543,1167,'_billing_phone','8475960408'),(45544,1167,'_shipping_first_name','Erin'),(45545,1167,'_shipping_last_name','Hawn'),(45546,1167,'_shipping_address_1','1491 S Amarias Dr'),(45547,1167,'_shipping_city','Round lake'),(45548,1167,'_shipping_state','IL'),(45549,1167,'_shipping_postcode','60073'),(45550,1167,'_shipping_country','US'),(45551,1167,'_order_currency','USD'),(45552,1167,'_cart_discount','0'),(45553,1167,'_cart_discount_tax','0'),(45554,1167,'_order_shipping','0'),(45555,1167,'_order_shipping_tax','0'),(45556,1167,'_order_tax','0'),(45557,1167,'_order_total','998.24'),(45558,1167,'_order_version','6.4.1'),(45559,1167,'_prices_include_tax','no'),(45560,1167,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(45561,1167,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(45562,1167,'is_vat_exempt','no'),(45563,1157,'Payment type','instant'),(45564,1157,'_transaction_id','13V95818C0789032J'),(45565,1157,'_paypal_status','completed'),(45566,1157,'PayPal Transaction Fee','34.87'),(45567,1157,'_date_paid','1651242605'),(45568,1157,'_paid_date','2022-04-29 14:30:05'),(45569,1157,'_download_permissions_granted','yes'),(45570,1157,'_recorded_sales','yes'),(45571,1157,'_order_stock_reduced','yes'),(45572,1157,'_new_order_email_sent','true'),(45575,1162,'_edit_lock','1652133939:2'),(45578,1162,'_edit_last','2'),(45579,1162,'_recorded_coupon_usage_counts','yes'),(45580,1157,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185496\";s:12:\"date_shipped\";s:10:\"1651190400\";s:11:\"tracking_id\";s:32:\"388bbca27092c1ecaca22996fc4d0232\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185485\";s:12:\"date_shipped\";i:1651262027;s:11:\"tracking_id\";s:32:\"a61abbe76f6c52331584197464712519\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185474\";s:12:\"date_shipped\";i:1651262237;s:11:\"tracking_id\";s:32:\"a0a05a59de34fd202156fad769b2e50e\";}}'),(45581,1157,'_date_completed','1651262299'),(45582,1157,'_completed_date','2022-04-29 19:58:19'),(45583,1167,'_edit_lock','1651604699:2'),(45584,1167,'_edit_last','2'),(45585,1167,'_recorded_coupon_usage_counts','yes'),(45586,1167,'Payment type','instant'),(45587,1167,'_transaction_id','0FD61700TR7457802'),(45588,1167,'_paypal_status','completed'),(45589,1167,'PayPal Transaction Fee','35.33'),(45590,1167,'_date_paid','1651345756'),(45591,1167,'_paid_date','2022-04-30 19:09:16'),(45592,1167,'_download_permissions_granted','yes'),(45593,1167,'_recorded_sales','yes'),(45594,1167,'_order_stock_reduced','yes'),(45595,1167,'_new_order_email_sent','true'),(45596,1158,'Payment type','instant'),(45597,1158,'_transaction_id','6KN37203DH0643146'),(45598,1158,'_paypal_status','completed'),(45599,1158,'PayPal Transaction Fee','4.42'),(45600,1158,'_date_paid','1651524460'),(45601,1158,'_paid_date','2022-05-02 20:47:40'),(45602,1158,'_download_permissions_granted','yes'),(45603,1158,'_recorded_sales','yes'),(45604,1158,'_order_stock_reduced','yes'),(45605,1158,'_new_order_email_sent','true'),(45606,1168,'_order_key','wc_order_ulOH8lXt3GKvc'),(45607,1168,'_customer_user','36'),(45608,1168,'_payment_method','paypal'),(45609,1168,'_payment_method_title','PayPal'),(45610,1168,'_customer_ip_address','23.113.80.90'),(45611,1168,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36'),(45612,1168,'_created_via','checkout'),(45613,1168,'_cart_hash','404381c5983d6907476e693f480b55a4'),(45614,1168,'_billing_first_name','Melanie'),(45615,1168,'_billing_last_name','Sherman'),(45616,1168,'_billing_company','Lice Clinics of Bakersfield'),(45617,1168,'_billing_address_1','2920 F ST'),(45618,1168,'_billing_address_2','G-9'),(45619,1168,'_billing_city','Bakersfield'),(45620,1168,'_billing_state','CA'),(45621,1168,'_billing_postcode','93301'),(45622,1168,'_billing_country','US'),(45623,1168,'_billing_email','2920lca@gmail.com'),(45624,1168,'_billing_phone','661-616-8900'),(45625,1168,'_shipping_first_name','Melanie'),(45626,1168,'_shipping_last_name','Sherman'),(45627,1168,'_shipping_company','Lice Clinics of Bakersfield'),(45628,1168,'_shipping_address_1','2920 F ST'),(45629,1168,'_shipping_address_2','G-9'),(45630,1168,'_shipping_city','Bakersfield'),(45631,1168,'_shipping_state','CA'),(45632,1168,'_shipping_postcode','93301'),(45633,1168,'_shipping_country','US'),(45634,1168,'_order_currency','USD'),(45635,1168,'_cart_discount','0'),(45636,1168,'_cart_discount_tax','0'),(45637,1168,'_order_shipping','14.52'),(45638,1168,'_order_shipping_tax','0'),(45639,1168,'_order_tax','0'),(45640,1168,'_order_total','147.48'),(45641,1168,'_order_version','6.4.1'),(45642,1168,'_prices_include_tax','no'),(45643,1168,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(45644,1168,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US '),(45645,1168,'is_vat_exempt','no'),(45646,1168,'Payment type','instant'),(45647,1168,'_transaction_id','5P1052556R935042C'),(45648,1168,'_paypal_status','completed'),(45649,1168,'PayPal Transaction Fee','5.64'),(45650,1168,'_date_paid','1651524568'),(45651,1168,'_paid_date','2022-05-02 20:49:28'),(45652,1168,'_download_permissions_granted','yes'),(45653,1168,'_recorded_sales','yes'),(45654,1168,'_recorded_coupon_usage_counts','yes'),(45655,1168,'_order_stock_reduced','yes'),(45656,1168,'_new_order_email_sent','true'),(45657,1169,'_order_key','wc_order_aqetEhBxKdLVx'),(45658,1169,'_customer_user','11'),(45659,1169,'_payment_method','paypal'),(45660,1169,'_payment_method_title','PayPal'),(45661,1169,'_customer_ip_address','74.131.22.162'),(45662,1169,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(45663,1169,'_created_via','checkout'),(45664,1169,'_cart_hash','e4dc6071526633ebd3fdf3aceab89003'),(45665,1169,'_billing_first_name','Tina'),(45666,1169,'_billing_last_name','Hunt'),(45667,1169,'_billing_company','LCBG, LLC'),(45668,1169,'_billing_address_1','830 Fairview Ave.'),(45669,1169,'_billing_address_2','Suite A-4'),(45670,1169,'_billing_city','Bowling Green'),(45671,1169,'_billing_state','KY'),(45672,1169,'_billing_postcode','42101'),(45673,1169,'_billing_country','US'),(45674,1169,'_billing_email','info@liceclinicsbowlinggreen.com'),(45675,1169,'_billing_phone','2709996803'),(45676,1169,'_shipping_first_name','Tina'),(45677,1169,'_shipping_last_name','Hunt'),(45678,1169,'_shipping_address_1','494 Hub Boulevard'),(45679,1169,'_shipping_address_2','Apt 1012'),(45680,1169,'_shipping_city','Bowling Green'),(45681,1169,'_shipping_state','KY'),(45682,1169,'_shipping_postcode','42101'),(45683,1169,'_shipping_country','US'),(45684,1169,'_order_currency','USD'),(45685,1169,'_cart_discount','0'),(45686,1169,'_cart_discount_tax','0'),(45687,1169,'_order_shipping','32.98'),(45688,1169,'_order_shipping_tax','0'),(45689,1169,'_order_tax','0'),(45690,1169,'_order_total','613.94'),(45691,1169,'_order_version','6.4.1'),(45692,1169,'_prices_include_tax','no'),(45693,1169,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(45694,1169,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(45695,1169,'is_vat_exempt','no'),(45696,1169,'Payment type','instant'),(45697,1169,'_transaction_id','87X302006K7733121'),(45698,1169,'_paypal_status','completed'),(45699,1169,'PayPal Transaction Fee','21.92'),(45700,1169,'_date_paid','1651543405'),(45701,1169,'_paid_date','2022-05-03 02:03:25'),(45702,1169,'_download_permissions_granted','yes'),(45703,1169,'_recorded_sales','yes'),(45704,1169,'_recorded_coupon_usage_counts','yes'),(45705,1169,'_order_stock_reduced','yes'),(45706,1169,'_new_order_email_sent','true'),(45707,1170,'_order_key','wc_order_cHrvGUcdspgxJ'),(45708,1170,'_customer_user','6'),(45709,1170,'_payment_method','paypal'),(45710,1170,'_payment_method_title','PayPal'),(45711,1170,'_customer_ip_address','76.20.84.214'),(45712,1170,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(45713,1170,'_created_via','checkout'),(45714,1170,'_cart_hash','f82c03a83722916e1ace116a06f2f0b1'),(45715,1170,'_billing_first_name','Amira'),(45716,1170,'_billing_last_name','Purto'),(45717,1170,'_billing_address_1','2628 Acapulco Way'),(45718,1170,'_billing_city','Modesto'),(45719,1170,'_billing_state','CA'),(45720,1170,'_billing_postcode','95355'),(45721,1170,'_billing_country','US'),(45722,1170,'_billing_email','amira77@sbcglobal.net'),(45723,1170,'_billing_phone','2096422061'),(45724,1170,'_shipping_first_name','Amira'),(45725,1170,'_shipping_last_name','Purto'),(45726,1170,'_shipping_address_1','2628 Acapulco Way'),(45727,1170,'_shipping_city','Modesto'),(45728,1170,'_shipping_state','CA'),(45729,1170,'_shipping_postcode','95355'),(45730,1170,'_shipping_country','US'),(45731,1170,'_order_currency','USD'),(45732,1170,'_cart_discount','0'),(45733,1170,'_cart_discount_tax','0'),(45734,1170,'_order_shipping','0'),(45735,1170,'_order_shipping_tax','0'),(45736,1170,'_order_tax','0'),(45737,1170,'_order_total','1637.88'),(45738,1170,'_order_version','6.4.1'),(45739,1170,'_prices_include_tax','no'),(45740,1170,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(45741,1170,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(45742,1170,'is_vat_exempt','no'),(45743,1170,'Payment type','instant'),(45744,1170,'_transaction_id','1HN20749MG643292E'),(45745,1170,'_paypal_status','completed'),(45746,1170,'PayPal Transaction Fee','57.65'),(45747,1170,'_date_paid','1651559110'),(45748,1170,'_paid_date','2022-05-03 06:25:10'),(45749,1170,'_download_permissions_granted','yes'),(45750,1170,'_recorded_sales','yes'),(45751,1170,'_recorded_coupon_usage_counts','yes'),(45752,1170,'_order_stock_reduced','yes'),(45753,1170,'_new_order_email_sent','true'),(45754,1171,'_order_key','wc_order_5eoeB91gd45eH'),(45755,1171,'_customer_user','6'),(45756,1171,'_payment_method','paypal'),(45757,1171,'_payment_method_title','PayPal'),(45758,1171,'_customer_ip_address','76.20.84.214'),(45759,1171,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(45760,1171,'_created_via','checkout'),(45761,1171,'_cart_hash','320541f1c575abe81019d2fd952ad5f7'),(45762,1171,'_billing_first_name','Amira'),(45763,1171,'_billing_last_name','Purto'),(45764,1171,'_billing_address_1','2628 Acapulco Way'),(45765,1171,'_billing_city','Modesto'),(45766,1171,'_billing_state','CA'),(45767,1171,'_billing_postcode','95355'),(45768,1171,'_billing_country','US'),(45769,1171,'_billing_email','amira77@sbcglobal.net'),(45770,1171,'_billing_phone','2096422061'),(45771,1171,'_shipping_first_name','Amira'),(45772,1171,'_shipping_last_name','Purto'),(45773,1171,'_shipping_address_1','2628 Acapulco Way'),(45774,1171,'_shipping_city','Modesto'),(45775,1171,'_shipping_state','CA'),(45776,1171,'_shipping_postcode','95355'),(45777,1171,'_shipping_country','US'),(45778,1171,'_order_currency','USD'),(45779,1171,'_cart_discount','0'),(45780,1171,'_cart_discount_tax','0'),(45781,1171,'_order_shipping','0'),(45782,1171,'_order_shipping_tax','0'),(45783,1171,'_order_tax','0'),(45784,1171,'_order_total','1339.82'),(45785,1171,'_order_version','6.4.1'),(45786,1171,'_prices_include_tax','no'),(45787,1171,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(45788,1171,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(45789,1171,'is_vat_exempt','no'),(45790,1171,'Payment type','instant'),(45791,1171,'_transaction_id','62N54412DY1008158'),(45792,1171,'_paypal_status','completed'),(45793,1171,'PayPal Transaction Fee','47.25'),(45794,1171,'_date_paid','1651559285'),(45795,1171,'_paid_date','2022-05-03 06:28:05'),(45796,1171,'_download_permissions_granted','yes'),(45797,1171,'_recorded_sales','yes'),(45798,1171,'_recorded_coupon_usage_counts','yes'),(45799,1171,'_order_stock_reduced','yes'),(45800,1171,'_new_order_email_sent','true'),(45801,1172,'_order_key','wc_order_izGjuOfh8YkPG'),(45802,1172,'_customer_user','49'),(45803,1172,'_payment_method','paypal'),(45804,1172,'_payment_method_title','PayPal'),(45805,1172,'_customer_ip_address','174.196.128.7'),(45806,1172,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(45807,1172,'_created_via','checkout'),(45808,1172,'_cart_hash','8592669c1c497fd98ae8dcabda291734'),(45809,1172,'_billing_first_name','Kristi'),(45810,1172,'_billing_last_name','Winkler'),(45811,1172,'_billing_company','LCA - Manassas'),(45812,1172,'_billing_address_1','8943 Garrett Way'),(45813,1172,'_billing_city','Manassas'),(45814,1172,'_billing_state','VA'),(45815,1172,'_billing_postcode','20112'),(45816,1172,'_billing_country','US'),(45817,1172,'_billing_email','info@northernvirginialiceclinics.com'),(45818,1172,'_billing_phone','8587520975'),(45819,1172,'_shipping_first_name','Michelle'),(45820,1172,'_shipping_last_name','Winkler'),(45821,1172,'_shipping_address_1','8943 Garrett Way'),(45822,1172,'_shipping_city','Manassas'),(45823,1172,'_shipping_state','VA'),(45824,1172,'_shipping_postcode','20112'),(45825,1172,'_shipping_country','US'),(45826,1172,'_order_currency','USD'),(45827,1172,'_cart_discount','0'),(45828,1172,'_cart_discount_tax','0'),(45829,1172,'_order_shipping','114.01'),(45830,1172,'_order_shipping_tax','0'),(45831,1172,'_order_tax','0'),(45832,1172,'_order_total','1585.17'),(45833,1172,'_order_version','6.4.1'),(45834,1172,'_prices_include_tax','no'),(45835,1172,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(45836,1172,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(45837,1172,'is_vat_exempt','no'),(45838,1172,'Payment type','instant'),(45839,1172,'_transaction_id','6VM04501GR532702Y'),(45840,1172,'_paypal_status','completed'),(45841,1172,'PayPal Transaction Fee','55.81'),(45842,1172,'_date_paid','1651592676'),(45843,1172,'_paid_date','2022-05-03 15:44:36'),(45844,1172,'_download_permissions_granted','yes'),(45845,1172,'_recorded_sales','yes'),(45846,1172,'_recorded_coupon_usage_counts','yes'),(45847,1172,'_order_stock_reduced','yes'),(45848,1172,'_new_order_email_sent','true'),(45849,1167,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185728\";s:12:\"date_shipped\";s:10:\"1651536000\";s:11:\"tracking_id\";s:32:\"a6bbc1f8c6de0db582ca5e9d54f95768\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185670\";s:12:\"date_shipped\";i:1651604793;s:11:\"tracking_id\";s:32:\"cd9bb8ebf8b73a2947550a2d45712e82\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185706\";s:12:\"date_shipped\";s:10:\"1651536000\";s:11:\"tracking_id\";s:32:\"65d309414c3b7e658103aecab8f910d5\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185691\";s:12:\"date_shipped\";i:1651604827;s:11:\"tracking_id\";s:32:\"29742896a5b7e17f25b8b05a0e541ab9\";}}'),(45850,1167,'_date_completed','1651604795'),(45851,1167,'_completed_date','2022-05-03 19:06:35'),(45852,1168,'_edit_lock','1651604733:2'),(45853,1168,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185783\";s:12:\"date_shipped\";s:10:\"1651536000\";s:11:\"tracking_id\";s:32:\"142ccd8b4bc70823e4f0861d19ac56e6\";}}'),(45854,1168,'_edit_last','2'),(45855,1168,'_date_completed','1651604864'),(45856,1168,'_completed_date','2022-05-03 19:07:44'),(45857,1169,'_edit_lock','1651604762:2'),(45858,1169,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185809\";s:12:\"date_shipped\";s:10:\"1651536000\";s:11:\"tracking_id\";s:32:\"658f7509cb6a841140628e5c4d6c1d8a\";}}'),(45859,1169,'_edit_last','2'),(45860,1169,'_date_completed','1651604896'),(45861,1169,'_completed_date','2022-05-03 19:08:16'),(45862,1173,'_order_key','wc_order_wXsXhQMq14Qsw'),(45863,1173,'_customer_user','37'),(45864,1173,'_payment_method','paypal'),(45865,1173,'_payment_method_title','PayPal'),(45866,1173,'_customer_ip_address','71.28.47.3'),(45867,1173,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36 Edg/101.0.1210.32'),(45868,1173,'_created_via','checkout'),(45869,1173,'_cart_hash','3e1528fd03597d4552eb70168ec992bd'),(45870,1173,'_billing_first_name','Melody'),(45871,1173,'_billing_last_name','Carter'),(45872,1173,'_billing_company','Family Hair Clinic of South Ga LLC'),(45873,1173,'_billing_address_1','7754 GA HIGHWAY 122 W'),(45874,1173,'_billing_city','HAHIRA'),(45875,1173,'_billing_state','GA'),(45876,1173,'_billing_postcode','31632-2210'),(45877,1173,'_billing_country','US'),(45878,1173,'_billing_email','familyhairclinic@gmail.com'),(45879,1173,'_billing_phone','2294151748'),(45880,1173,'_shipping_first_name','Melody'),(45881,1173,'_shipping_last_name','Carter'),(45882,1173,'_shipping_company','LCA Family Hair Clinic'),(45883,1173,'_shipping_address_1','7754 GA Highway 122 W'),(45884,1173,'_shipping_city','Hahira'),(45885,1173,'_shipping_state','GA'),(45886,1173,'_shipping_postcode','31632'),(45887,1173,'_shipping_country','US'),(45888,1173,'_order_currency','USD'),(45889,1173,'_cart_discount','0'),(45890,1173,'_cart_discount_tax','0'),(45891,1173,'_order_shipping','57.99'),(45892,1173,'_order_shipping_tax','0'),(45893,1173,'_order_tax','0'),(45894,1173,'_order_total','473.91'),(45895,1173,'_order_version','6.4.1'),(45896,1173,'_prices_include_tax','no'),(45897,1173,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(45898,1173,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(45899,1173,'is_vat_exempt','no'),(45900,1173,'_edit_lock','1652133470:2'),(45901,1173,'_edit_last','2'),(45902,1173,'_recorded_coupon_usage_counts','yes'),(45903,1173,'Payment type','instant'),(45904,1173,'_transaction_id','0D6883007N257882P'),(45905,1173,'_paypal_status','completed'),(45906,1173,'PayPal Transaction Fee','17.03'),(45907,1173,'_date_paid','1651754341'),(45908,1173,'_paid_date','2022-05-05 12:39:01'),(45909,1173,'_download_permissions_granted','yes'),(45910,1173,'_recorded_sales','yes'),(45911,1173,'_order_stock_reduced','yes'),(45912,1173,'_new_order_email_sent','true'),(45913,1174,'_order_key','wc_order_9m1sfMea2rsvH'),(45914,1174,'_customer_user','26'),(45915,1174,'_payment_method','paypal'),(45916,1174,'_payment_method_title','PayPal'),(45917,1174,'_customer_ip_address','68.126.201.125'),(45918,1174,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(45919,1174,'_created_via','checkout'),(45920,1174,'_cart_hash','b3d786368b007b47e8204fee9b2b8429'),(45921,1174,'_billing_first_name','Andrew'),(45922,1174,'_billing_last_name','Crumrine'),(45923,1174,'_billing_address_1','3537 Stevens Way'),(45924,1174,'_billing_city','Augusta'),(45925,1174,'_billing_state','GA'),(45926,1174,'_billing_postcode','30907'),(45927,1174,'_billing_country','US'),(45928,1174,'_billing_email','augustagalice@gmail.com'),(45929,1174,'_billing_phone','7063064588'),(45930,1174,'_shipping_first_name','Andrew'),(45931,1174,'_shipping_last_name','Crumrine'),(45932,1174,'_shipping_address_1','3537 Stevens Way'),(45933,1174,'_shipping_city','Augusta'),(45934,1174,'_shipping_state','GA'),(45935,1174,'_shipping_postcode','30907'),(45936,1174,'_shipping_country','US'),(45937,1174,'_order_currency','USD'),(45938,1174,'_cart_discount','0'),(45939,1174,'_cart_discount_tax','0'),(45940,1174,'_order_shipping','25.02'),(45941,1174,'_order_shipping_tax','0'),(45942,1174,'_order_tax','0'),(45943,1174,'_order_total','538.86'),(45944,1174,'_order_version','6.4.1'),(45945,1174,'_prices_include_tax','no'),(45946,1174,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(45947,1174,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(45948,1174,'is_vat_exempt','no'),(45949,1174,'_edit_lock','1652133349:2'),(45950,1174,'_edit_last','2'),(45951,1174,'_recorded_coupon_usage_counts','yes'),(45952,1164,'_edit_lock','1652133654:2'),(45953,1164,'_edit_last','2'),(45954,1164,'_recorded_coupon_usage_counts','yes'),(45955,1172,'_edit_lock','1651760689:2'),(45956,1172,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185990\";s:12:\"date_shipped\";s:10:\"1651708800\";s:11:\"tracking_id\";s:32:\"666f9fbd47e4cdd2b2dc494c08e51a00\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185989\";s:12:\"date_shipped\";i:1651760784;s:11:\"tracking_id\";s:32:\"b6d2dbec9ac11becb51eab32f3e4a260\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185978\";s:12:\"date_shipped\";i:1651760795;s:11:\"tracking_id\";s:32:\"0a291b9f5630f3b73bea6a7d0d068879\";}}'),(45957,1172,'_edit_last','2'),(45958,1172,'_date_completed','1651760801'),(45959,1172,'_completed_date','2022-05-05 14:26:41'),(45960,1171,'_edit_lock','1651760785:2'),(45961,1171,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185967\";s:12:\"date_shipped\";s:10:\"1651708800\";s:11:\"tracking_id\";s:32:\"6fda15f619a5dee3c7a684cdd1de7960\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185956\";s:12:\"date_shipped\";i:1651760862;s:11:\"tracking_id\";s:32:\"ace3ea1532874df52a5f65db7eee61dc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185945\";s:12:\"date_shipped\";i:1651760871;s:11:\"tracking_id\";s:32:\"693d4e2aa9aca680a68445034f29f7e9\";}}'),(45962,1171,'_edit_last','2'),(45963,1171,'_date_completed','1651760874'),(45964,1171,'_completed_date','2022-05-05 14:27:54'),(45965,1152,'_date_completed','1651761133'),(45966,1152,'_completed_date','2022-05-05 14:32:13'),(45967,1158,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185783\";s:12:\"date_shipped\";s:10:\"1650931200\";s:11:\"tracking_id\";s:32:\"baba0c9cfb286d8b92fa825d3027fab7\";}}'),(45968,1158,'_date_completed','1651761169'),(45969,1158,'_completed_date','2022-05-05 14:32:49'),(45970,1161,'_edit_last','2'),(45971,1161,'_date_completed','1651761184'),(45972,1161,'_completed_date','2022-05-05 14:33:04'),(45973,1170,'_edit_lock','1651764661:2'),(45974,1170,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185842\";s:12:\"date_shipped\";s:10:\"1651708800\";s:11:\"tracking_id\";s:32:\"aa3cbce3d5d040ff9c5494b1bf228ae1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185853\";s:12:\"date_shipped\";i:1651761224;s:11:\"tracking_id\";s:32:\"c20a850538ca9facd647aa441a32c315\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830185864\";s:12:\"date_shipped\";i:1651761232;s:11:\"tracking_id\";s:32:\"f738c883a2da3ad1719e2825959fddc5\";}}'),(45975,1170,'_edit_last','2'),(45976,1170,'_date_completed','1651761237'),(45977,1170,'_completed_date','2022-05-05 14:33:57'),(45979,1174,'Payment type','instant'),(45980,1174,'_transaction_id','6SB04965F7474311S'),(45981,1174,'_paypal_status','completed'),(45982,1174,'PayPal Transaction Fee','19.30'),(45983,1174,'_date_paid','1651764013'),(45984,1174,'_paid_date','2022-05-05 15:20:13'),(45985,1174,'_download_permissions_granted','yes'),(45986,1174,'_recorded_sales','yes'),(45987,1174,'_order_stock_reduced','yes'),(45988,1174,'_new_order_email_sent','true'),(45989,1175,'_order_key','wc_order_rtaigkEtUDtCF'),(45990,1175,'_customer_user','21'),(45991,1175,'_payment_method','paypal'),(45992,1175,'_payment_method_title','PayPal'),(45993,1175,'_customer_ip_address','173.216.41.31'),(45994,1175,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(45995,1175,'_created_via','checkout'),(45996,1175,'_cart_hash','aabd34ea17aad37027440813122d5179'),(45997,1175,'_billing_first_name','LCA'),(45998,1175,'_billing_last_name','Arkansas'),(45999,1175,'_billing_company','LCA - Central Arkansas'),(46000,1175,'_billing_address_1','1011 N. 2nd St., Ste. D'),(46001,1175,'_billing_city','Cabot'),(46002,1175,'_billing_state','AR'),(46003,1175,'_billing_postcode','72023'),(46004,1175,'_billing_country','US'),(46005,1175,'_billing_email','liceclinicslittlerock@gmail.com'),(46006,1175,'_billing_phone','15014249396'),(46007,1175,'_shipping_first_name','LCA'),(46008,1175,'_shipping_last_name','Arkansas'),(46009,1175,'_shipping_company','LCA - Central Arkansas'),(46010,1175,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(46011,1175,'_shipping_city','Cabot'),(46012,1175,'_shipping_state','AR'),(46013,1175,'_shipping_postcode','72023'),(46014,1175,'_shipping_country','US'),(46015,1175,'_order_currency','USD'),(46016,1175,'_cart_discount','0'),(46017,1175,'_cart_discount_tax','0'),(46018,1175,'_order_shipping','0'),(46019,1175,'_order_shipping_tax','0'),(46020,1175,'_order_tax','0'),(46021,1175,'_order_total','511.88'),(46022,1175,'_order_version','6.4.1'),(46023,1175,'_prices_include_tax','no'),(46024,1175,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(46025,1175,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(46026,1175,'is_vat_exempt','no'),(46027,1175,'_edit_lock','1652193497:2'),(46028,1175,'_edit_last','2'),(46029,1175,'_recorded_coupon_usage_counts','yes'),(46030,1175,'Payment type','instant'),(46031,1175,'_transaction_id','6A2422644F417083G'),(46032,1175,'_paypal_status','completed'),(46033,1175,'PayPal Transaction Fee','18.35'),(46034,1175,'_date_paid','1651768097'),(46035,1175,'_paid_date','2022-05-05 16:28:17'),(46036,1175,'_download_permissions_granted','yes'),(46037,1175,'_recorded_sales','yes'),(46038,1175,'_order_stock_reduced','yes'),(46039,1175,'_new_order_email_sent','true'),(46040,1176,'_order_key','wc_order_LIrz4O9XRk61B'),(46041,1176,'_customer_user','3'),(46042,1176,'_payment_method','paypal'),(46043,1176,'_payment_method_title','PayPal'),(46044,1176,'_customer_ip_address','70.142.202.154'),(46045,1176,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(46046,1176,'_created_via','checkout'),(46047,1176,'_cart_hash','cfc208b5f3dc327dc209399efa153d11'),(46048,1176,'_billing_first_name','Amanda'),(46049,1176,'_billing_last_name','Westerman'),(46050,1176,'_billing_company','Lice Clinics of America McKinney'),(46051,1176,'_billing_address_1','3120 Hudson Crossing'),(46052,1176,'_billing_address_2','Suite A2'),(46053,1176,'_billing_city','MCKINNEY'),(46054,1176,'_billing_state','TX'),(46055,1176,'_billing_postcode','75070'),(46056,1176,'_billing_country','US'),(46057,1176,'_billing_email','awesterman1103@gmail.com'),(46058,1176,'_billing_phone','2144175741'),(46059,1176,'_shipping_first_name','Lice'),(46060,1176,'_shipping_last_name','McKinney'),(46061,1176,'_shipping_company','Lice Clinics of America McKinney'),(46062,1176,'_shipping_address_1','3120 Hudson Crossing'),(46063,1176,'_shipping_address_2','Suite A2'),(46064,1176,'_shipping_city','McKinney'),(46065,1176,'_shipping_state','TX'),(46066,1176,'_shipping_postcode','75070'),(46067,1176,'_shipping_country','US'),(46068,1176,'_order_currency','USD'),(46069,1176,'_cart_discount','0'),(46070,1176,'_cart_discount_tax','0'),(46071,1176,'_order_shipping','0'),(46072,1176,'_order_shipping_tax','0'),(46073,1176,'_order_tax','0'),(46074,1176,'_order_total','1023.55'),(46075,1176,'_order_version','6.4.1'),(46076,1176,'_prices_include_tax','no'),(46077,1176,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(46078,1176,'_shipping_address_index','Lice McKinney Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(46079,1176,'is_vat_exempt','no'),(46080,1176,'Payment type','instant'),(46081,1176,'_transaction_id','2D111103MJ5812840'),(46082,1176,'_paypal_status','completed'),(46083,1176,'PayPal Transaction Fee','36.21'),(46084,1176,'_date_paid','1651772438'),(46085,1176,'_paid_date','2022-05-05 17:40:38'),(46086,1176,'_download_permissions_granted','yes'),(46087,1176,'_recorded_sales','yes'),(46088,1176,'_recorded_coupon_usage_counts','yes'),(46089,1176,'_order_stock_reduced','yes'),(46090,1176,'_new_order_email_sent','true'),(46091,1177,'_order_key','wc_order_nLMTZ5XZC2Zwv'),(46092,1177,'_customer_user','76'),(46093,1177,'_payment_method','paypal'),(46094,1177,'_payment_method_title','PayPal'),(46095,1177,'_customer_ip_address','146.115.131.163'),(46096,1177,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(46097,1177,'_created_via','checkout'),(46098,1177,'_cart_hash','700d3dd87cb7f5035bd2601962d289b5'),(46099,1177,'_billing_first_name','Naomi'),(46100,1177,'_billing_last_name','Golden'),(46101,1177,'_billing_address_1','31 Mann Ave'),(46102,1177,'_billing_city','Needham'),(46103,1177,'_billing_state','MA'),(46104,1177,'_billing_postcode','02492'),(46105,1177,'_billing_country','US'),(46106,1177,'_billing_email','nrgolden6486@gmail.com'),(46107,1177,'_billing_phone','617-851-1322'),(46108,1177,'_shipping_first_name','Naomi'),(46109,1177,'_shipping_last_name','Golden'),(46110,1177,'_shipping_company','Lice Aunties'),(46111,1177,'_shipping_address_1','1234 Chestnut Street'),(46112,1177,'_shipping_city','Newton'),(46113,1177,'_shipping_state','MA'),(46114,1177,'_shipping_postcode','02464'),(46115,1177,'_shipping_country','US'),(46116,1177,'_order_currency','USD'),(46117,1177,'_cart_discount','0'),(46118,1177,'_cart_discount_tax','0'),(46119,1177,'_order_shipping','0'),(46120,1177,'_order_shipping_tax','0'),(46121,1177,'_order_tax','0'),(46122,1177,'_order_total','540.48'),(46123,1177,'_order_version','6.4.1'),(46124,1177,'_prices_include_tax','no'),(46125,1177,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(46126,1177,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(46127,1177,'is_vat_exempt','no'),(46128,1178,'_order_key','wc_order_xImEQpEs3jbcv'),(46129,1178,'_customer_user','76'),(46130,1178,'_payment_method','paypal'),(46131,1178,'_payment_method_title','PayPal'),(46132,1178,'_customer_ip_address','146.115.131.163'),(46133,1178,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(46134,1178,'_created_via','checkout'),(46135,1178,'_cart_hash','c9a56b1985a4f73c38d66f1ae7e1e5e8'),(46136,1178,'_billing_first_name','Naomi'),(46137,1178,'_billing_last_name','Golden'),(46138,1178,'_billing_address_1','31 Mann Ave'),(46139,1178,'_billing_city','Needham'),(46140,1178,'_billing_state','MA'),(46141,1178,'_billing_postcode','02492'),(46142,1178,'_billing_country','US'),(46143,1178,'_billing_email','nrgolden6486@gmail.com'),(46144,1178,'_billing_phone','617-851-1322'),(46145,1178,'_shipping_first_name','Naomi'),(46146,1178,'_shipping_last_name','Golden'),(46147,1178,'_shipping_company','Lice Aunties'),(46148,1178,'_shipping_address_1','3 Baldwin Green Common'),(46149,1178,'_shipping_address_2','Suite 310'),(46150,1178,'_shipping_city','Woburn'),(46151,1178,'_shipping_state','MA'),(46152,1178,'_shipping_postcode','01801'),(46153,1178,'_shipping_country','US'),(46154,1178,'_order_currency','USD'),(46155,1178,'_cart_discount','0'),(46156,1178,'_cart_discount_tax','0'),(46157,1178,'_order_shipping','0'),(46158,1178,'_order_shipping_tax','0'),(46159,1178,'_order_tax','0'),(46160,1178,'_order_total','540.48'),(46161,1178,'_order_version','6.4.1'),(46162,1178,'_prices_include_tax','no'),(46163,1178,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(46164,1178,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(46165,1178,'is_vat_exempt','no'),(46204,1164,'Payment type','instant'),(46205,1164,'_transaction_id','2YM26838CN538654Y'),(46206,1164,'_paypal_status','completed'),(46207,1164,'PayPal Transaction Fee','0.99'),(46208,1164,'_date_paid','1651943968'),(46209,1164,'_paid_date','2022-05-07 17:19:28'),(46210,1164,'_download_permissions_granted','yes'),(46211,1164,'_recorded_sales','yes'),(46212,1164,'_order_stock_reduced','yes'),(46213,1164,'_new_order_email_sent','true'),(46214,1180,'_order_key','wc_order_L7Y3gVqBDl9cz'),(46215,1180,'_customer_user','43'),(46216,1180,'_payment_method','paypal'),(46217,1180,'_payment_method_title','PayPal'),(46218,1180,'_customer_ip_address','174.211.98.150'),(46219,1180,'_customer_user_agent','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'),(46220,1180,'_created_via','checkout'),(46221,1180,'_cart_hash','75beb3667f47dcf1ee366dfb42474cfd'),(46222,1180,'_billing_first_name','Ryan'),(46223,1180,'_billing_last_name','Nelson'),(46224,1180,'_billing_address_1','140 Flame Vine drive'),(46225,1180,'_billing_city','Naples'),(46226,1180,'_billing_state','FL'),(46227,1180,'_billing_postcode','34110'),(46228,1180,'_billing_country','US'),(46229,1180,'_billing_email','Rjnelson73@gmail.com'),(46230,1180,'_billing_phone','239-281-0719'),(46231,1180,'_shipping_first_name','Ryan'),(46232,1180,'_shipping_last_name','Nelson'),(46233,1180,'_shipping_address_1','140 Flame Vine drive'),(46234,1180,'_shipping_city','Naples'),(46235,1180,'_shipping_state','FL'),(46236,1180,'_shipping_postcode','34110'),(46237,1180,'_shipping_country','US'),(46238,1180,'_order_currency','USD'),(46239,1180,'_cart_discount','0'),(46240,1180,'_cart_discount_tax','0'),(46241,1180,'_order_shipping','47.49'),(46242,1180,'_order_shipping_tax','0'),(46243,1180,'_order_tax','0'),(46244,1180,'_order_total','516.21'),(46245,1180,'_order_version','6.4.1'),(46246,1180,'_prices_include_tax','no'),(46247,1180,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(46248,1180,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(46249,1180,'is_vat_exempt','no'),(46250,1181,'_order_key','wc_order_ZhhEG9Hdjr1Eh'),(46251,1181,'_customer_user','67'),(46252,1181,'_payment_method','paypal'),(46253,1181,'_payment_method_title','PayPal'),(46254,1181,'_customer_ip_address','74.77.55.50'),(46255,1181,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(46256,1181,'_created_via','checkout'),(46257,1181,'_cart_hash','2b1667d6564e82b17b41b7fb81400910'),(46258,1181,'_billing_first_name','Marnie'),(46259,1181,'_billing_last_name','Murray'),(46260,1181,'_billing_company','Naughty Nits'),(46261,1181,'_billing_address_1','2809 Wehrle Drive'),(46262,1181,'_billing_address_2','Suite 10'),(46263,1181,'_billing_city','Williamsville'),(46264,1181,'_billing_state','NY'),(46265,1181,'_billing_postcode','14221'),(46266,1181,'_billing_country','US'),(46267,1181,'_billing_email','liceclinicsupstateny@gmail.com'),(46268,1181,'_billing_phone','7166265423'),(46269,1181,'_shipping_first_name','Marnie'),(46270,1181,'_shipping_last_name','Murray'),(46271,1181,'_shipping_company','LCA Buffalo'),(46272,1181,'_shipping_address_1','2809 Wehrle Drive'),(46273,1181,'_shipping_address_2','Suite 10'),(46274,1181,'_shipping_city','Williamsville'),(46275,1181,'_shipping_state','NY'),(46276,1181,'_shipping_postcode','14221'),(46277,1181,'_shipping_country','US'),(46278,1181,'_order_currency','USD'),(46279,1181,'_cart_discount','0'),(46280,1181,'_cart_discount_tax','0'),(46281,1181,'_order_shipping','0'),(46282,1181,'_order_shipping_tax','0'),(46283,1181,'_order_tax','0'),(46284,1181,'_order_total','1668.24'),(46285,1181,'_order_version','6.4.1'),(46286,1181,'_prices_include_tax','no'),(46287,1181,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(46288,1181,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(46289,1181,'is_vat_exempt','no'),(46290,1181,'Payment type','instant'),(46291,1181,'_transaction_id','45201480G9717900Y'),(46292,1181,'_paypal_status','completed'),(46293,1181,'PayPal Transaction Fee','58.71'),(46294,1181,'_date_paid','1652108603'),(46295,1181,'_paid_date','2022-05-09 15:03:23'),(46296,1181,'_download_permissions_granted','yes'),(46297,1181,'_recorded_sales','yes'),(46298,1181,'_recorded_coupon_usage_counts','yes'),(46299,1181,'_order_stock_reduced','yes'),(46300,1181,'_new_order_email_sent','true'),(46301,1162,'Payment type','instant'),(46302,1162,'_transaction_id','1GL129786C467745M'),(46303,1162,'_paypal_status','completed'),(46304,1162,'PayPal Transaction Fee','1.03'),(46305,1162,'_date_paid','1652108755'),(46306,1162,'_paid_date','2022-05-09 15:05:55'),(46307,1162,'_download_permissions_granted','yes'),(46308,1162,'_recorded_sales','yes'),(46309,1162,'_order_stock_reduced','yes'),(46310,1162,'_new_order_email_sent','true'),(46311,1182,'_order_key','wc_order_YV7FVkeEJC9cm'),(46312,1182,'_customer_user','51'),(46313,1182,'_payment_method','paypal'),(46314,1182,'_payment_method_title','PayPal'),(46315,1182,'_customer_ip_address','184.88.225.214'),(46316,1182,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15'),(46317,1182,'_created_via','checkout'),(46318,1182,'_cart_hash','eb2fd57d3d19593c6a02f3f329fb4adb'),(46319,1182,'_billing_first_name','Corie'),(46320,1182,'_billing_last_name','Kaniamos'),(46321,1182,'_billing_address_1','5026 Tildens Grove Blvd'),(46322,1182,'_billing_city','Windermere'),(46323,1182,'_billing_state','FL'),(46324,1182,'_billing_postcode','34786'),(46325,1182,'_billing_country','US'),(46326,1182,'_billing_email','corie@liceclinicsofflorida.com'),(46327,1182,'_billing_phone','6163406321'),(46328,1182,'_shipping_first_name','Catie'),(46329,1182,'_shipping_last_name','Carney'),(46330,1182,'_shipping_address_1','4977 B Alder Dr.'),(46331,1182,'_shipping_city','West Palm Beach'),(46332,1182,'_shipping_state','FL'),(46333,1182,'_shipping_postcode','33417'),(46334,1182,'_shipping_country','US'),(46335,1182,'_order_currency','USD'),(46336,1182,'_cart_discount','0'),(46337,1182,'_cart_discount_tax','0'),(46338,1182,'_order_shipping','38.79'),(46339,1182,'_order_shipping_tax','0'),(46340,1182,'_order_tax','0'),(46341,1182,'_order_total','170.25'),(46342,1182,'_order_version','6.4.1'),(46343,1182,'_prices_include_tax','no'),(46344,1182,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(46345,1182,'_shipping_address_index','Catie Carney  4977 B Alder Dr.  West Palm Beach FL 33417 US '),(46346,1182,'is_vat_exempt','no'),(46347,1174,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186231\";s:12:\"date_shipped\";s:10:\"1652054400\";s:11:\"tracking_id\";s:32:\"9aad447e9c4a33ee14453c553eb97fdc\";}}'),(46348,1174,'_date_completed','1652130997'),(46349,1174,'_completed_date','2022-05-09 21:16:37'),(46350,1173,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186312\";s:12:\"date_shipped\";s:10:\"1652054400\";s:11:\"tracking_id\";s:32:\"ef6c334b0266dddbc24c27c98ee83a0a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186301\";s:12:\"date_shipped\";i:1652133554;s:11:\"tracking_id\";s:32:\"efb02b1c37d1999584ee0718e199e6dd\";}}'),(46351,1173,'_date_completed','1652133575'),(46352,1173,'_completed_date','2022-05-09 21:59:35'),(46353,1164,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186584\";s:12:\"date_shipped\";s:10:\"1652054400\";s:11:\"tracking_id\";s:32:\"cd07f393f332559ff67efb4cc95c4e98\";}}'),(46354,1164,'_date_completed','1652133701'),(46355,1164,'_completed_date','2022-05-09 22:01:41'),(46356,1162,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186687\";s:12:\"date_shipped\";s:10:\"1652054400\";s:11:\"tracking_id\";s:32:\"1704313e1687bb156f2b5769d537aefb\";}}'),(46357,1162,'_date_completed','1652134071'),(46358,1162,'_completed_date','2022-05-09 22:07:51'),(46359,1181,'_edit_lock','1652134127:2'),(46360,1181,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186746\";s:12:\"date_shipped\";s:10:\"1652054400\";s:11:\"tracking_id\";s:32:\"9fd0a3e0c60429d3fae64ab7df0b1227\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186735\";s:12:\"date_shipped\";i:1652134151;s:11:\"tracking_id\";s:32:\"fa9e18fc198c830a80b8482e9680c593\";}}'),(46361,1181,'_edit_last','2'),(46362,1181,'_date_completed','1652134165'),(46363,1181,'_completed_date','2022-05-09 22:09:25'),(46364,1178,'Payment type','instant'),(46365,1178,'_transaction_id','83D718085A1042456'),(46366,1178,'_paypal_status','completed'),(46367,1178,'PayPal Transaction Fee','19.35'),(46368,1178,'_date_paid','1652147334'),(46369,1178,'_paid_date','2022-05-10 01:48:54'),(46370,1178,'_download_permissions_granted','yes'),(46371,1178,'_recorded_sales','yes'),(46372,1178,'_recorded_coupon_usage_counts','yes'),(46373,1178,'_order_stock_reduced','yes'),(46374,1178,'_new_order_email_sent','true'),(46375,1176,'_edit_lock','1652193639:2'),(46376,1175,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186334\";s:12:\"date_shipped\";s:10:\"1652140800\";s:11:\"tracking_id\";s:32:\"52854bc061af576875c5a303d29bb807\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186345\";s:12:\"date_shipped\";i:1652193600;s:11:\"tracking_id\";s:32:\"8f24d1bd16720f4f7331a7de36f4644e\";}}'),(46377,1175,'_date_completed','1652193605'),(46378,1175,'_completed_date','2022-05-10 14:40:05'),(46379,1176,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186356\";s:12:\"date_shipped\";s:10:\"1652140800\";s:11:\"tracking_id\";s:32:\"a54134783ee2129d3da1b84fb1af5a89\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186367\";s:12:\"date_shipped\";i:1652193627;s:11:\"tracking_id\";s:32:\"82e8dfce857dd0efa7836606779ab241\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186378\";s:12:\"date_shipped\";i:1652193632;s:11:\"tracking_id\";s:32:\"d9f48e87ad28de0751f66d77f729a3ff\";}}'),(46380,1176,'_edit_last','2'),(46381,1176,'_date_completed','1652193636'),(46382,1176,'_completed_date','2022-05-10 14:40:36'),(46383,1184,'_order_key','wc_order_UkvEEAjUsSBJE'),(46384,1184,'_customer_user','61'),(46385,1184,'_payment_method','paypal'),(46386,1184,'_payment_method_title','PayPal'),(46387,1184,'_customer_ip_address','217.180.202.68'),(46388,1184,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(46389,1184,'_created_via','checkout'),(46390,1184,'_cart_hash','69619ceaf95822cf7a51fd32ce8133c1'),(46391,1184,'_billing_first_name','Judy'),(46392,1184,'_billing_last_name','Hayden'),(46393,1184,'_billing_company','Lice Clinics of America Lexington'),(46394,1184,'_billing_address_1','1795 Alysheba Way Suite 4105'),(46395,1184,'_billing_address_2','Ste 4105'),(46396,1184,'_billing_city','Lexington'),(46397,1184,'_billing_state','KY'),(46398,1184,'_billing_postcode','40509'),(46399,1184,'_billing_country','US'),(46400,1184,'_billing_email','angel@liceclinicslexington.com'),(46401,1184,'_billing_phone','8595234813'),(46402,1184,'_shipping_first_name','Judy'),(46403,1184,'_shipping_last_name','Hayden'),(46404,1184,'_shipping_company','Lice Clinics of America Lexington'),(46405,1184,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(46406,1184,'_shipping_city','Lexington'),(46407,1184,'_shipping_state','KY'),(46408,1184,'_shipping_postcode','40509'),(46409,1184,'_shipping_country','US'),(46410,1184,'_order_currency','USD'),(46411,1184,'_cart_discount','0'),(46412,1184,'_cart_discount_tax','0'),(46413,1184,'_order_shipping','0'),(46414,1184,'_order_shipping_tax','0'),(46415,1184,'_order_tax','0'),(46416,1184,'_order_total','670.47'),(46417,1184,'_order_version','6.4.1'),(46418,1184,'_prices_include_tax','no'),(46419,1184,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(46420,1184,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(46421,1184,'is_vat_exempt','no'),(46422,1184,'Payment type','instant'),(46423,1184,'_transaction_id','4SD40354CD4980209'),(46424,1184,'_paypal_status','completed'),(46425,1184,'PayPal Transaction Fee','23.89'),(46426,1184,'_date_paid','1652211181'),(46427,1184,'_paid_date','2022-05-10 19:33:01'),(46428,1184,'_download_permissions_granted','yes'),(46429,1184,'_recorded_sales','yes'),(46430,1184,'_recorded_coupon_usage_counts','yes'),(46431,1184,'_order_stock_reduced','yes'),(46432,1184,'_new_order_email_sent','true'),(46433,1180,'_edit_lock','1652384779:2'),(46434,1180,'_edit_last','2'),(46435,1180,'_recorded_coupon_usage_counts','yes'),(46436,1177,'_edit_lock','1652301244:2'),(46437,1177,'_edit_last','2'),(46438,1177,'_recorded_coupon_usage_counts','yes'),(46442,1182,'_edit_lock','1652971374:2'),(46443,1182,'_edit_last','2'),(46444,1182,'_recorded_coupon_usage_counts','yes'),(46461,1177,'Payment type','instant'),(46462,1177,'_transaction_id','3LE73788R6564074C'),(46463,1177,'_paypal_status','completed'),(46464,1177,'PayPal Transaction Fee','19.35'),(46465,1177,'_date_paid','1652213403'),(46466,1177,'_paid_date','2022-05-10 20:10:03'),(46467,1177,'_download_permissions_granted','yes'),(46468,1177,'_recorded_sales','yes'),(46469,1177,'_order_stock_reduced','yes'),(46470,1177,'_new_order_email_sent','true'),(46471,1185,'_order_key','wc_order_TZQMe7b4ltNc4'),(46472,1185,'_customer_user','77'),(46473,1185,'_payment_method','paypal'),(46474,1185,'_payment_method_title','PayPal'),(46475,1185,'_customer_ip_address','107.205.56.86'),(46476,1185,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(46477,1185,'_created_via','checkout'),(46478,1185,'_cart_hash','67d3ffb947315239df84d6195fc0d341'),(46479,1185,'_billing_first_name','Phil'),(46480,1185,'_billing_last_name','Moon'),(46481,1185,'_billing_company','Lice Clinics of America-Bakersfield'),(46482,1185,'_billing_address_1','585 56th Street'),(46483,1185,'_billing_city','Oakland'),(46484,1185,'_billing_state','CA'),(46485,1185,'_billing_postcode','94609'),(46486,1185,'_billing_country','US'),(46487,1185,'_billing_email','info@liceclinicsfresno.com'),(46488,1185,'_billing_phone','5593046305'),(46489,1185,'_shipping_first_name','Kristen'),(46490,1185,'_shipping_last_name','Maroot-Rippee'),(46491,1185,'_shipping_company','Lice Busters LLC. BAKERSFIELD'),(46492,1185,'_shipping_address_1','487 W. Scott Avenue'),(46493,1185,'_shipping_city','Fresno'),(46494,1185,'_shipping_state','CA'),(46495,1185,'_shipping_postcode','93704'),(46496,1185,'_shipping_country','US'),(46497,1185,'_order_currency','USD'),(46498,1185,'_cart_discount','0'),(46499,1185,'_cart_discount_tax','0'),(46500,1185,'_order_shipping','0'),(46501,1185,'_order_shipping_tax','0'),(46502,1185,'_order_tax','0'),(46503,1185,'_order_total','3231.20'),(46504,1185,'_order_version','6.4.1'),(46505,1185,'_prices_include_tax','no'),(46506,1185,'_billing_address_index','Phil Moon Lice Clinics of America-Bakersfield 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(46507,1185,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. BAKERSFIELD 487 W. Scott Avenue  Fresno CA 93704 US '),(46508,1185,'is_vat_exempt','no'),(46509,1185,'Payment type','instant'),(46510,1185,'_transaction_id','64K30808FB394043U'),(46511,1185,'_paypal_status','completed'),(46512,1185,'PayPal Transaction Fee','113.26'),(46513,1185,'_date_paid','1652215513'),(46514,1185,'_paid_date','2022-05-10 20:45:13'),(46515,1185,'_download_permissions_granted','yes'),(46516,1185,'_recorded_sales','yes'),(46517,1185,'_recorded_coupon_usage_counts','yes'),(46518,1185,'_order_stock_reduced','yes'),(46519,1185,'_new_order_email_sent','true'),(46520,1186,'_order_key','wc_order_6ioZgQZjs7X6V'),(46521,1186,'_customer_user','0'),(46522,1186,'_payment_method','paypal'),(46523,1186,'_payment_method_title','PayPal'),(46524,1186,'_customer_ip_address','136.49.57.192'),(46525,1186,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(46526,1186,'_created_via','checkout'),(46527,1186,'_cart_hash','2596d7cadc011ecf2cfcba63de734632'),(46528,1186,'_billing_first_name','Lee'),(46529,1186,'_billing_last_name','Rogers'),(46530,1186,'_billing_company','United States'),(46531,1186,'_billing_address_1','40 N Interstate 35'),(46532,1186,'_billing_address_2','APT 4B2'),(46533,1186,'_billing_city','Austin'),(46534,1186,'_billing_state','TX'),(46535,1186,'_billing_postcode','78701'),(46536,1186,'_billing_country','US'),(46537,1186,'_billing_email','leerogers@flash.net'),(46538,1186,'_billing_phone','316-727-9951'),(46539,1186,'_shipping_first_name','Kaitlin'),(46540,1186,'_shipping_last_name','Ryan'),(46541,1186,'_shipping_company','LCA Dublin'),(46542,1186,'_shipping_address_1','5910 Wilcox Place'),(46543,1186,'_shipping_address_2','Suite E'),(46544,1186,'_shipping_city','Dublin'),(46545,1186,'_shipping_state','OH'),(46546,1186,'_shipping_postcode','43016'),(46547,1186,'_shipping_country','US'),(46548,1186,'_order_currency','USD'),(46549,1186,'_cart_discount','0'),(46550,1186,'_cart_discount_tax','0'),(46551,1186,'_order_shipping','0'),(46552,1186,'_order_shipping_tax','0'),(46553,1186,'_order_tax','0'),(46554,1186,'_order_total','1373.66'),(46555,1186,'_order_version','6.4.1'),(46556,1186,'_prices_include_tax','no'),(46557,1186,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(46558,1186,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(46559,1186,'is_vat_exempt','no'),(46560,1186,'Payment type','instant'),(46561,1186,'_transaction_id','7FK616609R071324F'),(46562,1186,'_paypal_status','completed'),(46563,1186,'PayPal Transaction Fee','48.43'),(46564,1186,'_date_paid','1652216510'),(46565,1186,'_paid_date','2022-05-10 21:01:50'),(46566,1186,'_download_permissions_granted','yes'),(46567,1186,'_recorded_sales','yes'),(46568,1186,'_recorded_coupon_usage_counts','yes'),(46569,1186,'_order_stock_reduced','yes'),(46570,1186,'_new_order_email_sent','true'),(46571,1180,'Payment type','instant'),(46572,1180,'_transaction_id','047595716S708335N'),(46573,1180,'_paypal_status','completed'),(46574,1180,'PayPal Transaction Fee','18.51'),(46575,1180,'_date_paid','1652221949'),(46576,1180,'_paid_date','2022-05-10 22:32:29'),(46577,1180,'_download_permissions_granted','yes'),(46578,1180,'_recorded_sales','yes'),(46579,1180,'_order_stock_reduced','yes'),(46580,1180,'_new_order_email_sent','true'),(46581,1186,'_edit_lock','1652301092:2'),(46582,1186,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187043\";s:12:\"date_shipped\";s:10:\"1652227200\";s:11:\"tracking_id\";s:32:\"305e94aaa63cd360d651d86a39ba3787\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187032\";s:12:\"date_shipped\";i:1652301208;s:11:\"tracking_id\";s:32:\"27795763ef6f870ee57c77fe75ea1eb4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187021\";s:12:\"date_shipped\";i:1652301213;s:11:\"tracking_id\";s:32:\"3b2cd840bf5f01d230c6846ac4e1eb78\";}}'),(46583,1186,'_edit_last','2'),(46584,1186,'_date_completed','1652301216'),(46585,1186,'_completed_date','2022-05-11 20:33:36'),(46586,1184,'_edit_lock','1652301432:2'),(46587,1185,'_edit_lock','1652301180:2'),(46588,1185,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187021\";s:12:\"date_shipped\";s:10:\"1652227200\";s:11:\"tracking_id\";s:32:\"f05953751a843a0f722c738c0b8876b3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187000\";s:12:\"date_shipped\";i:1652301278;s:11:\"tracking_id\";s:32:\"d8abb56c04c8d0071a00184d071b764e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186996\";s:12:\"date_shipped\";i:1652301284;s:11:\"tracking_id\";s:32:\"9b5b924a3a8ee55fa7fa1d8e16431424\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186985\";s:12:\"date_shipped\";i:1652301290;s:11:\"tracking_id\";s:32:\"03253ada9fd8aec942a04544aa58e9ad\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186974\";s:12:\"date_shipped\";i:1652301306;s:11:\"tracking_id\";s:32:\"5846b4f2bbd4ede91cc4477e259484fe\";}}'),(46589,1185,'_edit_last','2'),(46590,1185,'_date_completed','1652301312'),(46591,1185,'_completed_date','2022-05-11 20:35:12'),(46592,1177,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186963\";s:12:\"date_shipped\";s:10:\"1652227200\";s:11:\"tracking_id\";s:32:\"48a2ad108988ded9820882fcee541681\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186952\";s:12:\"date_shipped\";i:1652301355;s:11:\"tracking_id\";s:32:\"1d2c9ec60685d2d0f522df5d3f6a68bf\";}}'),(46593,1177,'_date_completed','1652301357'),(46594,1177,'_completed_date','2022-05-11 20:35:57'),(46595,1184,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186941\";s:12:\"date_shipped\";s:10:\"1652227200\";s:11:\"tracking_id\";s:32:\"594968b34343628f96b96b2f11c83364\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186930\";s:12:\"date_shipped\";i:1652301410;s:11:\"tracking_id\";s:32:\"98d9970ed219d120e33189ffa837efa0\";}}'),(46596,1184,'_edit_last','2'),(46597,1184,'_date_completed','1652301415'),(46598,1184,'_completed_date','2022-05-11 20:36:55'),(46599,1187,'_order_key','wc_order_oZbR9eC1RtVUd'),(46600,1187,'_customer_user','59'),(46601,1187,'_payment_method','paypal'),(46602,1187,'_payment_method_title','PayPal'),(46603,1187,'_customer_ip_address','98.196.77.72'),(46604,1187,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'),(46605,1187,'_created_via','checkout'),(46606,1187,'_cart_hash','b7b12b45ed27332769876dd05f5395a6'),(46607,1187,'_billing_first_name','Allison'),(46608,1187,'_billing_last_name','Anthon'),(46609,1187,'_billing_address_1','58 arbor bend dr'),(46610,1187,'_billing_city','Houston'),(46611,1187,'_billing_state','TX'),(46612,1187,'_billing_postcode','77070'),(46613,1187,'_billing_country','US'),(46614,1187,'_billing_email','louseysolutions@gmail.com'),(46615,1187,'_billing_phone','602-400-8330'),(46616,1187,'_shipping_first_name','Allison'),(46617,1187,'_shipping_last_name','Anthon'),(46618,1187,'_shipping_company','LCA Sugar Land'),(46619,1187,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(46620,1187,'_shipping_city','Tomball'),(46621,1187,'_shipping_state','TX'),(46622,1187,'_shipping_postcode','77375'),(46623,1187,'_shipping_country','US'),(46624,1187,'_order_currency','USD'),(46625,1187,'_cart_discount','0'),(46626,1187,'_cart_discount_tax','0'),(46627,1187,'_order_shipping','0'),(46628,1187,'_order_shipping_tax','0'),(46629,1187,'_order_tax','0'),(46630,1187,'_order_total','1723.38'),(46631,1187,'_order_version','6.4.1'),(46632,1187,'_prices_include_tax','no'),(46633,1187,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(46634,1187,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(46635,1187,'is_vat_exempt','no'),(46676,1187,'_edit_lock','1652731116:2'),(46677,1187,'_edit_last','2'),(46678,1187,'_recorded_coupon_usage_counts','yes'),(46679,1178,'_edit_lock','1652384778:2'),(46680,1178,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830186805\";s:12:\"date_shipped\";s:10:\"1652313600\";s:11:\"tracking_id\";s:32:\"8d895fbd49ccba06f2e818bf9e9e696c\";}}'),(46681,1178,'_edit_last','2'),(46682,1178,'_date_completed','1652384879'),(46683,1178,'_completed_date','2022-05-12 19:47:59'),(46684,1180,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187065\";s:12:\"date_shipped\";s:10:\"1652313600\";s:11:\"tracking_id\";s:32:\"5cb6ca9c65fc7f37dfc32cb256af9337\";}}'),(46685,1180,'_date_completed','1652384897'),(46686,1180,'_completed_date','2022-05-12 19:48:17'),(46687,1189,'_order_key','wc_order_PnGx7gQ6sLYBg'),(46688,1189,'_customer_user','20'),(46689,1189,'_payment_method','paypal'),(46690,1189,'_payment_method_title','PayPal'),(46691,1189,'_customer_ip_address','76.175.96.152'),(46692,1189,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14526.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.64 Safari/537.36'),(46693,1189,'_created_via','checkout'),(46694,1189,'_cart_hash','39f0c1217acdce0110c7bb224b4811e3'),(46695,1189,'_billing_first_name','Hasani'),(46696,1189,'_billing_last_name','Thompson'),(46697,1189,'_billing_company','Heat in Hair'),(46698,1189,'_billing_address_1','27225 Camp Plenty Road'),(46699,1189,'_billing_address_2','1D'),(46700,1189,'_billing_city','Santa Clarita'),(46701,1189,'_billing_state','CA'),(46702,1189,'_billing_postcode','91351'),(46703,1189,'_billing_country','US'),(46704,1189,'_billing_email','info@liceclinicssantaclarita.com'),(46705,1189,'_billing_phone','6615850263'),(46706,1189,'_shipping_first_name','Hasani'),(46707,1189,'_shipping_last_name','Thompson'),(46708,1189,'_shipping_company','Heat in Hair'),(46709,1189,'_shipping_address_1','5145 Nightsky Place'),(46710,1189,'_shipping_city','Palmdale'),(46711,1189,'_shipping_state','CA'),(46712,1189,'_shipping_postcode','93552'),(46713,1189,'_shipping_country','US'),(46714,1189,'_order_currency','USD'),(46715,1189,'_cart_discount','0'),(46716,1189,'_cart_discount_tax','0'),(46717,1189,'_order_shipping','100.74'),(46718,1189,'_order_shipping_tax','0'),(46719,1189,'_order_tax','0'),(46720,1189,'_order_total','1167.62'),(46721,1189,'_order_version','6.4.1'),(46722,1189,'_prices_include_tax','no'),(46723,1189,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(46724,1189,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(46725,1189,'is_vat_exempt','no'),(46726,1189,'Payment type','instant'),(46727,1189,'_transaction_id','1MU996248N444502J'),(46728,1189,'_paypal_status','completed'),(46729,1189,'PayPal Transaction Fee','41.24'),(46730,1189,'_date_paid','1652385838'),(46731,1189,'_paid_date','2022-05-12 20:03:58'),(46732,1189,'_download_permissions_granted','yes'),(46733,1189,'_recorded_sales','yes'),(46734,1189,'_recorded_coupon_usage_counts','yes'),(46735,1189,'_order_stock_reduced','yes'),(46736,1189,'_new_order_email_sent','true'),(46737,1187,'Payment type','instant'),(46738,1187,'_transaction_id','3TG363279G1070011'),(46739,1187,'_paypal_status','completed'),(46740,1187,'PayPal Transaction Fee','60.64'),(46741,1187,'_date_paid','1652395828'),(46742,1187,'_paid_date','2022-05-12 22:50:28'),(46743,1187,'_download_permissions_granted','yes'),(46744,1187,'_recorded_sales','yes'),(46745,1187,'_order_stock_reduced','yes'),(46746,1187,'_new_order_email_sent','true'),(46747,1190,'_order_key','wc_order_YIiGX2Qj6e0Cr'),(46748,1190,'_customer_user','7'),(46749,1190,'_payment_method','paypal'),(46750,1190,'_payment_method_title','PayPal'),(46751,1190,'_customer_ip_address','108.201.137.222'),(46752,1190,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(46753,1190,'_created_via','checkout'),(46754,1190,'_cart_hash','530e7d647ae7fd140b0017e447d92b38'),(46755,1190,'_billing_first_name','Amy'),(46756,1190,'_billing_last_name','Allen'),(46757,1190,'_billing_company','Lice Clinics Of America'),(46758,1190,'_billing_address_1','251 Promise Way'),(46759,1190,'_billing_city','Hollister'),(46760,1190,'_billing_state','CA'),(46761,1190,'_billing_postcode','95023'),(46762,1190,'_billing_country','US'),(46763,1190,'_billing_email','lca.gilroy@gmail.com'),(46764,1190,'_billing_phone','4085005537'),(46765,1190,'_shipping_first_name','Amy'),(46766,1190,'_shipping_last_name','Allen'),(46767,1190,'_shipping_company','LCA Gilroy'),(46768,1190,'_shipping_address_1','7680 Monterey Street'),(46769,1190,'_shipping_address_2','Suite 104A'),(46770,1190,'_shipping_city','Gilroy'),(46771,1190,'_shipping_state','CA'),(46772,1190,'_shipping_postcode','95020'),(46773,1190,'_shipping_country','US'),(46774,1190,'_order_currency','USD'),(46775,1190,'_cart_discount','0'),(46776,1190,'_cart_discount_tax','0'),(46777,1190,'_order_shipping','0'),(46778,1190,'_order_shipping_tax','0'),(46779,1190,'_order_tax','0'),(46780,1190,'_order_total','681.76'),(46781,1190,'_order_version','6.4.1'),(46782,1190,'_prices_include_tax','no'),(46783,1190,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(46784,1190,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US '),(46785,1190,'is_vat_exempt','no'),(46786,1190,'Payment type','instant'),(46787,1190,'_transaction_id','63593402YH385160B'),(46788,1190,'_paypal_status','completed'),(46789,1190,'PayPal Transaction Fee','24.28'),(46790,1190,'_date_paid','1652396309'),(46791,1190,'_paid_date','2022-05-12 22:58:29'),(46792,1190,'_download_permissions_granted','yes'),(46793,1190,'_recorded_sales','yes'),(46794,1190,'_recorded_coupon_usage_counts','yes'),(46795,1190,'_order_stock_reduced','yes'),(46796,1190,'_new_order_email_sent','true'),(46800,1191,'_order_key','wc_order_WFJ5VUq2elRN2'),(46801,1191,'_customer_user','79'),(46802,1191,'_payment_method','paypal'),(46803,1191,'_payment_method_title','PayPal'),(46804,1191,'_customer_ip_address','76.72.44.28'),(46805,1191,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(46806,1191,'_created_via','checkout'),(46807,1191,'_cart_hash','ab8f324f3bd9dbb601950a9861e5a832'),(46808,1191,'_billing_first_name','Shanna'),(46809,1191,'_billing_last_name','Castille'),(46810,1191,'_billing_address_1','1097 Hundley Rd'),(46811,1191,'_billing_city','Eunice'),(46812,1191,'_billing_state','LA'),(46813,1191,'_billing_postcode','70535'),(46814,1191,'_billing_country','US'),(46815,1191,'_billing_email','Shanna_sr09@yahoo.com'),(46816,1191,'_billing_phone','3374668998'),(46817,1191,'_shipping_first_name','Shanna'),(46818,1191,'_shipping_last_name','Castille'),(46819,1191,'_shipping_address_1','1097 Hundley Rd'),(46820,1191,'_shipping_city','eunice'),(46821,1191,'_shipping_state','LA'),(46822,1191,'_shipping_postcode','70535'),(46823,1191,'_shipping_country','US'),(46824,1191,'_order_currency','USD'),(46825,1191,'_cart_discount','0'),(46826,1191,'_cart_discount_tax','0'),(46827,1191,'_order_shipping','0'),(46828,1191,'_order_shipping_tax','0'),(46829,1191,'_order_tax','0'),(46830,1191,'_order_total','561.26'),(46831,1191,'_order_version','6.4.1'),(46832,1191,'_prices_include_tax','no'),(46833,1191,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(46834,1191,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(46835,1191,'is_vat_exempt','no'),(46836,1191,'Payment type','instant'),(46837,1191,'_transaction_id','22211855N9563052V'),(46838,1191,'_paypal_status','completed'),(46839,1191,'PayPal Transaction Fee','20.08'),(46840,1191,'_date_paid','1652657705'),(46841,1191,'_paid_date','2022-05-15 23:35:05'),(46842,1191,'_download_permissions_granted','yes'),(46843,1191,'_recorded_sales','yes'),(46844,1191,'_recorded_coupon_usage_counts','yes'),(46845,1191,'_order_stock_reduced','yes'),(46846,1191,'_new_order_email_sent','true'),(46847,1189,'_edit_lock','1652721735:2'),(46848,1189,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187341\";s:12:\"date_shipped\";s:10:\"1652659200\";s:11:\"tracking_id\";s:32:\"dab2d654295cfc0b6e636aacadcd2cdb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187330\";s:12:\"date_shipped\";i:1652721743;s:11:\"tracking_id\";s:32:\"376e8e52dd47dcd1df91a68f9c8283bb\";}}'),(46849,1189,'_edit_last','2'),(46850,1189,'_date_completed','1652721757'),(46851,1189,'_completed_date','2022-05-16 17:22:37'),(46852,1190,'_edit_lock','1652721912:2'),(46853,1190,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187352\";s:12:\"date_shipped\";s:10:\"1652659200\";s:11:\"tracking_id\";s:32:\"f8c39950fba4414a788e40feb4176466\";}}'),(46854,1190,'_edit_last','2'),(46855,1190,'_date_completed','1652721906'),(46856,1190,'_completed_date','2022-05-16 17:25:06'),(46857,1191,'_edit_lock','1652731313:2'),(46858,1187,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187363\";s:12:\"date_shipped\";s:10:\"1652659200\";s:11:\"tracking_id\";s:32:\"0678a37a9b80a3fbab02485289c70574\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187374\";s:12:\"date_shipped\";i:1652731199;s:11:\"tracking_id\";s:32:\"7b0371f529d4c33379b0150e56b54e8a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187385\";s:12:\"date_shipped\";i:1652731205;s:11:\"tracking_id\";s:32:\"ec1531a242e7d8918ee17f72519c5135\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187396\";s:12:\"date_shipped\";i:1652731209;s:11:\"tracking_id\";s:32:\"9d13f82d03ea01977d77354608f48dcb\";}}'),(46859,1187,'_date_completed','1652731214'),(46860,1187,'_completed_date','2022-05-16 20:00:14'),(46861,1191,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187499\";s:12:\"date_shipped\";s:10:\"1652659200\";s:11:\"tracking_id\";s:32:\"67d92430b69fbd54394a377327087b79\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187503\";s:12:\"date_shipped\";i:1652731279;s:11:\"tracking_id\";s:32:\"addd99f898ba2d796e56cad26c4484d7\";}}'),(46862,1191,'_edit_last','2'),(46863,1191,'_date_completed','1652731282'),(46864,1191,'_completed_date','2022-05-16 20:01:22'),(46865,1192,'_order_key','wc_order_qeRDXpzeBnVJM'),(46866,1192,'_customer_user','28'),(46867,1192,'_payment_method','paypal'),(46868,1192,'_payment_method_title','PayPal'),(46869,1192,'_customer_ip_address','68.111.231.81'),(46870,1192,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(46871,1192,'_created_via','checkout'),(46872,1192,'_cart_hash','1162077999d0284b26203efebcfe1e78'),(46873,1192,'_billing_first_name','Kelli'),(46874,1192,'_billing_last_name','Washington'),(46875,1192,'_billing_company','Lice Clinics of America - Temecula'),(46876,1192,'_billing_address_1','2438 Bear Rock Gln'),(46877,1192,'_billing_city','Escondido'),(46878,1192,'_billing_state','CA'),(46879,1192,'_billing_postcode','92026'),(46880,1192,'_billing_country','US'),(46881,1192,'_billing_email','info@liceclinicstemecula.com'),(46882,1192,'_billing_phone','7606255580'),(46883,1192,'_shipping_first_name','Kelli'),(46884,1192,'_shipping_last_name','Washington'),(46885,1192,'_shipping_company','Lice Clinics of America - Temecula'),(46886,1192,'_shipping_address_1','2438 Bear Rock Gln'),(46887,1192,'_shipping_city','Escondido'),(46888,1192,'_shipping_state','CA'),(46889,1192,'_shipping_postcode','92026'),(46890,1192,'_shipping_country','US'),(46891,1192,'_order_currency','USD'),(46892,1192,'_cart_discount','0'),(46893,1192,'_cart_discount_tax','0'),(46894,1192,'_order_shipping','30.43'),(46895,1192,'_order_shipping_tax','0'),(46896,1192,'_order_tax','0'),(46897,1192,'_order_total','188.83'),(46898,1192,'_order_version','6.4.1'),(46899,1192,'_prices_include_tax','no'),(46900,1192,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(46901,1192,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(46902,1192,'is_vat_exempt','no'),(46903,1192,'Payment type','instant'),(46904,1192,'_transaction_id','0R874283PJ058180K'),(46905,1192,'_paypal_status','completed'),(46906,1192,'PayPal Transaction Fee','7.08'),(46907,1192,'_date_paid','1652808774'),(46908,1192,'_paid_date','2022-05-17 17:32:54'),(46909,1192,'_download_permissions_granted','yes'),(46910,1192,'_recorded_sales','yes'),(46911,1192,'_recorded_coupon_usage_counts','yes'),(46912,1192,'_order_stock_reduced','yes'),(46913,1192,'_new_order_email_sent','true'),(46914,1193,'_order_key','wc_order_W2xeXimKTiIV4'),(46915,1193,'_customer_user','3'),(46916,1193,'_payment_method','paypal'),(46917,1193,'_payment_method_title','PayPal'),(46918,1193,'_customer_ip_address','70.142.202.154'),(46919,1193,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36'),(46920,1193,'_created_via','checkout'),(46921,1193,'_cart_hash','d5d2a7f6f21d2f37f48a4acc24a06751'),(46922,1193,'_billing_first_name','Amanda'),(46923,1193,'_billing_last_name','Westerman'),(46924,1193,'_billing_company','Lice Clinics of America McKinney'),(46925,1193,'_billing_address_1','3120 Hudson Crossing'),(46926,1193,'_billing_address_2','Suite A2'),(46927,1193,'_billing_city','MCKINNEY'),(46928,1193,'_billing_state','TX'),(46929,1193,'_billing_postcode','75070'),(46930,1193,'_billing_country','US'),(46931,1193,'_billing_email','awesterman1103@gmail.com'),(46932,1193,'_billing_phone','2144175741'),(46933,1193,'_shipping_first_name','AMANDA'),(46934,1193,'_shipping_last_name','Westerman'),(46935,1193,'_shipping_company','Lice Clinics of America McKinney'),(46936,1193,'_shipping_address_1','1709 Damian Way'),(46937,1193,'_shipping_city','Richardson'),(46938,1193,'_shipping_state','TX'),(46939,1193,'_shipping_postcode','75081'),(46940,1193,'_shipping_country','US'),(46941,1193,'_order_currency','USD'),(46942,1193,'_cart_discount','0'),(46943,1193,'_cart_discount_tax','0'),(46944,1193,'_order_shipping','0'),(46945,1193,'_order_shipping_tax','0'),(46946,1193,'_order_tax','0'),(46947,1193,'_order_total','506.91'),(46948,1193,'_order_version','6.4.1'),(46949,1193,'_prices_include_tax','no'),(46950,1193,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(46951,1193,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(46952,1193,'is_vat_exempt','no'),(46953,1193,'Payment type','instant'),(46954,1193,'_transaction_id','1GH278773P777635Y'),(46955,1193,'_paypal_status','completed'),(46956,1193,'PayPal Transaction Fee','18.18'),(46957,1193,'_date_paid','1652824223'),(46958,1193,'_paid_date','2022-05-17 21:50:23'),(46959,1193,'_download_permissions_granted','yes'),(46960,1193,'_recorded_sales','yes'),(46961,1193,'_recorded_coupon_usage_counts','yes'),(46962,1193,'_order_stock_reduced','yes'),(46963,1193,'_new_order_email_sent','true'),(46964,1194,'_order_key','wc_order_kOGirrGLxbgjJ'),(46965,1194,'_customer_user','5'),(46966,1194,'_payment_method','paypal'),(46967,1194,'_payment_method_title','PayPal'),(46968,1194,'_customer_ip_address','73.11.93.174'),(46969,1194,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(46970,1194,'_created_via','checkout'),(46971,1194,'_cart_hash','4f516cf13bfeb0cc568597bf6c38ddb6'),(46972,1194,'_billing_first_name','Mark'),(46973,1194,'_billing_last_name','Meyer'),(46974,1194,'_billing_company','lice clinics of america- portland'),(46975,1194,'_billing_address_1','5201 SW Westgate Dr suite 106'),(46976,1194,'_billing_address_2','106'),(46977,1194,'_billing_city','portland'),(46978,1194,'_billing_state','OR'),(46979,1194,'_billing_postcode','97221'),(46980,1194,'_billing_country','US'),(46981,1194,'_billing_email','noemi.and.mark@nwliceclinics.com'),(46982,1194,'_billing_phone','5034040475'),(46983,1194,'_shipping_first_name','Mark'),(46984,1194,'_shipping_last_name','Meyer'),(46985,1194,'_shipping_company','lice clinics of america- portland'),(46986,1194,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(46987,1194,'_shipping_address_2','106'),(46988,1194,'_shipping_city','portland'),(46989,1194,'_shipping_state','OR'),(46990,1194,'_shipping_postcode','97221'),(46991,1194,'_shipping_country','US'),(46992,1194,'_order_currency','USD'),(46993,1194,'_cart_discount','0'),(46994,1194,'_cart_discount_tax','0'),(46995,1194,'_order_shipping','0'),(46996,1194,'_order_shipping_tax','0'),(46997,1194,'_order_tax','0'),(46998,1194,'_order_total','2526.52'),(46999,1194,'_order_version','6.4.1'),(47000,1194,'_prices_include_tax','no'),(47001,1194,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(47002,1194,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(47003,1194,'is_vat_exempt','no'),(47004,1194,'Payment type','instant'),(47005,1194,'_transaction_id','09D990906N1534007'),(47006,1194,'_paypal_status','completed'),(47007,1194,'PayPal Transaction Fee','88.67'),(47008,1194,'_date_paid','1652828963'),(47009,1194,'_paid_date','2022-05-17 23:09:23'),(47010,1194,'_download_permissions_granted','yes'),(47011,1194,'_recorded_sales','yes'),(47012,1194,'_recorded_coupon_usage_counts','yes'),(47013,1194,'_order_stock_reduced','yes'),(47014,1194,'_new_order_email_sent','true'),(47015,1182,'Payment type','instant'),(47016,1182,'_transaction_id','9RF749601S9765118'),(47017,1182,'_paypal_status','completed'),(47018,1182,'PayPal Transaction Fee','6.43'),(47019,1182,'_date_paid','1652885005'),(47020,1182,'_paid_date','2022-05-18 14:43:25'),(47021,1182,'_download_permissions_granted','yes'),(47022,1182,'_recorded_sales','yes'),(47023,1182,'_order_stock_reduced','yes'),(47024,1182,'_new_order_email_sent','true'),(47025,1195,'_order_key','wc_order_AjBVDscPJJr4l'),(47026,1195,'_customer_user','78'),(47027,1195,'_payment_method','paypal'),(47028,1195,'_payment_method_title','PayPal'),(47029,1195,'_customer_ip_address','71.125.224.149'),(47030,1195,'_customer_user_agent','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'),(47031,1195,'_created_via','checkout'),(47032,1195,'_cart_hash','77fa598d568f9e5d89ea05242a3e6cf2'),(47033,1195,'_billing_first_name','Richard'),(47034,1195,'_billing_last_name','Florsheim'),(47035,1195,'_billing_company','Licura'),(47036,1195,'_billing_address_1','3827 w fairway heights dr'),(47037,1195,'_billing_city','Mequon'),(47038,1195,'_billing_state','NY'),(47039,1195,'_billing_postcode','53092'),(47040,1195,'_billing_country','US'),(47041,1195,'_billing_email','tara@liceclinicslongIsland.com'),(47042,1195,'_billing_phone','5619006382'),(47043,1195,'_shipping_first_name','Tara'),(47044,1195,'_shipping_last_name','Johnson'),(47045,1195,'_shipping_company','LCA'),(47046,1195,'_shipping_address_1','2330 Faye Ct'),(47047,1195,'_shipping_city','Merrick'),(47048,1195,'_shipping_state','NY'),(47049,1195,'_shipping_postcode','10607'),(47050,1195,'_shipping_country','US'),(47051,1195,'_order_currency','USD'),(47052,1195,'_cart_discount','0'),(47053,1195,'_cart_discount_tax','0'),(47054,1195,'_order_shipping','16.41'),(47055,1195,'_order_shipping_tax','0'),(47056,1195,'_order_tax','0'),(47057,1195,'_order_total','16.41'),(47058,1195,'_order_version','6.4.1'),(47059,1195,'_prices_include_tax','no'),(47060,1195,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(47061,1195,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 10607 US '),(47062,1195,'is_vat_exempt','no'),(47063,1195,'_edit_lock','1652992931:2'),(47064,1195,'_edit_last','2'),(47065,1195,'_recorded_coupon_usage_counts','yes'),(47066,1194,'_edit_lock','1652971277:2'),(47067,1194,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188094\";s:12:\"date_shipped\";s:10:\"1652832000\";s:11:\"tracking_id\";s:32:\"8f036920c06450f5afe098d2c52abb57\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188083\";s:12:\"date_shipped\";s:10:\"1652832000\";s:11:\"tracking_id\";s:32:\"cdd2d89f8aba918237f3af0b1f51ac00\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188072\";s:12:\"date_shipped\";i:1652971394;s:11:\"tracking_id\";s:32:\"b7d30d7d26c611ee0735417eb080ea0c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188061\";s:12:\"date_shipped\";i:1652971402;s:11:\"tracking_id\";s:32:\"80c2405ac1e69d1353ce5495448c9b9a\";}}'),(47068,1194,'_edit_last','2'),(47069,1194,'_date_completed','1652971406'),(47070,1194,'_completed_date','2022-05-19 14:43:26'),(47071,1182,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187981\";s:12:\"date_shipped\";s:10:\"1652918400\";s:11:\"tracking_id\";s:32:\"8e2664d1b1e2c9e8d8b3102a047a4e66\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187970\";s:12:\"date_shipped\";i:1652971487;s:11:\"tracking_id\";s:32:\"a205f50ec3dc9d4fbdd328ecbaf50a40\";}}'),(47072,1182,'_date_completed','1652971491'),(47073,1182,'_completed_date','2022-05-19 14:44:51'),(47074,1193,'_edit_lock','1652971484:2'),(47075,1193,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187959\";s:12:\"date_shipped\";s:10:\"1652918400\";s:11:\"tracking_id\";s:32:\"5f087cd6f5f195b316b28cac6f8ff708\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187948\";s:12:\"date_shipped\";i:1652971584;s:11:\"tracking_id\";s:32:\"48caf91513ef6398ee39954dde39af00\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187937\";s:12:\"date_shipped\";i:1652971589;s:11:\"tracking_id\";s:32:\"628da724120602149f19072e39fd3056\";}}'),(47076,1193,'_edit_last','2'),(47077,1193,'_date_completed','1652971593'),(47078,1193,'_completed_date','2022-05-19 14:46:33'),(47079,1192,'_edit_lock','1652971713:2'),(47080,1192,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830187867\";s:12:\"date_shipped\";s:10:\"1652918400\";s:11:\"tracking_id\";s:32:\"6c8263a338ebea1842cd9fd06626304f\";}}'),(47081,1192,'_edit_last','2'),(47082,1192,'_date_completed','1652971706'),(47083,1192,'_completed_date','2022-05-19 14:48:26'),(47084,1195,'Payment type','instant'),(47085,1195,'_transaction_id','2LH02817BA871170M'),(47086,1195,'_paypal_status','completed'),(47087,1195,'PayPal Transaction Fee','1.06'),(47088,1195,'_date_paid','1652971810'),(47089,1195,'_paid_date','2022-05-19 14:50:10'),(47090,1195,'_download_permissions_granted','yes'),(47091,1195,'_recorded_sales','yes'),(47092,1195,'_order_stock_reduced','yes'),(47093,1195,'_new_order_email_sent','true'),(47094,1197,'_order_key','wc_order_EGeKpkvwyCVRj'),(47095,1197,'_customer_user','87'),(47096,1197,'_payment_method','paypal'),(47097,1197,'_payment_method_title','PayPal'),(47098,1197,'_customer_ip_address','70.189.73.253'),(47099,1197,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(47100,1197,'_created_via','checkout'),(47101,1197,'_cart_hash','393050d93a5e82b89449c4b1441052ba'),(47102,1197,'_billing_first_name','Wade'),(47103,1197,'_billing_last_name','Huntsman'),(47104,1197,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(47105,1197,'_billing_address_1','1104 E 25th St'),(47106,1197,'_billing_city','Tulsa'),(47107,1197,'_billing_state','OK'),(47108,1197,'_billing_postcode','74114'),(47109,1197,'_billing_country','US'),(47110,1197,'_billing_email','info@liceclinicsmidsouth.com'),(47111,1197,'_billing_phone','9189783329'),(47112,1197,'_shipping_first_name','Katee'),(47113,1197,'_shipping_last_name','Morrison'),(47114,1197,'_shipping_company','Lice Clinics of America OKC'),(47115,1197,'_shipping_address_1','4001 N Classen Blvd'),(47116,1197,'_shipping_address_2','Ste 116'),(47117,1197,'_shipping_city','Oklahoma City'),(47118,1197,'_shipping_state','OK'),(47119,1197,'_shipping_postcode','73118'),(47120,1197,'_shipping_country','US'),(47121,1197,'_order_currency','USD'),(47122,1197,'_cart_discount','0'),(47123,1197,'_cart_discount_tax','0'),(47124,1197,'_order_shipping','0'),(47125,1197,'_order_shipping_tax','0'),(47126,1197,'_order_tax','0'),(47127,1197,'_order_total','1126.34'),(47128,1197,'_order_version','6.4.1'),(47129,1197,'_prices_include_tax','no'),(47130,1197,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(47131,1197,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Ste 116 Oklahoma City OK 73118 US '),(47132,1197,'is_vat_exempt','no'),(47133,1197,'Payment type','instant'),(47134,1197,'_transaction_id','3W022141YE453311H'),(47135,1197,'_paypal_status','completed'),(47136,1197,'PayPal Transaction Fee','39.80'),(47137,1197,'_date_paid','1652990996'),(47138,1197,'_paid_date','2022-05-19 20:09:56'),(47139,1197,'_download_permissions_granted','yes'),(47140,1197,'_recorded_sales','yes'),(47141,1197,'_recorded_coupon_usage_counts','yes'),(47142,1197,'_order_stock_reduced','yes'),(47143,1197,'_new_order_email_sent','true'),(47144,1198,'_order_key','wc_order_X4Jp0RgJyQe6z'),(47145,1198,'_customer_user','87'),(47146,1198,'_payment_method','paypal'),(47147,1198,'_payment_method_title','PayPal'),(47148,1198,'_customer_ip_address','70.189.73.253'),(47149,1198,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(47150,1198,'_created_via','checkout'),(47151,1198,'_cart_hash','371be4aaebece0aeab125c85e0f44caf'),(47152,1198,'_billing_first_name','Wade'),(47153,1198,'_billing_last_name','Huntsman'),(47154,1198,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(47155,1198,'_billing_address_1','1104 E 25th St'),(47156,1198,'_billing_city','Tulsa'),(47157,1198,'_billing_state','OK'),(47158,1198,'_billing_postcode','74114'),(47159,1198,'_billing_country','US'),(47160,1198,'_billing_email','info@liceclinicsmidsouth.com'),(47161,1198,'_billing_phone','9189783329'),(47162,1198,'_shipping_first_name','Logan'),(47163,1198,'_shipping_last_name','Futrell'),(47164,1198,'_shipping_company','Lice Clinics of America NWA'),(47165,1198,'_shipping_address_1','207 E Monroe Ave'),(47166,1198,'_shipping_address_2','Ste D'),(47167,1198,'_shipping_city','Lowell'),(47168,1198,'_shipping_state','AR'),(47169,1198,'_shipping_postcode','72745'),(47170,1198,'_shipping_country','US'),(47171,1198,'_order_currency','USD'),(47172,1198,'_cart_discount','0'),(47173,1198,'_cart_discount_tax','0'),(47174,1198,'_order_shipping','0'),(47175,1198,'_order_shipping_tax','0'),(47176,1198,'_order_tax','0'),(47177,1198,'_order_total','514.84'),(47178,1198,'_order_version','6.4.1'),(47179,1198,'_prices_include_tax','no'),(47180,1198,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(47181,1198,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Ste D Lowell AR 72745 US '),(47182,1198,'is_vat_exempt','no'),(47183,1198,'Payment type','instant'),(47184,1198,'_transaction_id','1PT508814P1607603'),(47185,1198,'_paypal_status','completed'),(47186,1198,'PayPal Transaction Fee','18.46'),(47187,1198,'_date_paid','1652991241'),(47188,1198,'_paid_date','2022-05-19 20:14:01'),(47189,1198,'_download_permissions_granted','yes'),(47190,1198,'_recorded_sales','yes'),(47191,1198,'_recorded_coupon_usage_counts','yes'),(47192,1198,'_order_stock_reduced','yes'),(47193,1198,'_new_order_email_sent','true'),(47194,1199,'_order_key','wc_order_xf5rXJVFqg4k9'),(47195,1199,'_customer_user','87'),(47196,1199,'_payment_method','paypal'),(47197,1199,'_payment_method_title','PayPal'),(47198,1199,'_customer_ip_address','70.189.73.253'),(47199,1199,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(47200,1199,'_created_via','checkout'),(47201,1199,'_cart_hash','59fef2084c35502e577d0adcf39368b2'),(47202,1199,'_billing_first_name','Wade'),(47203,1199,'_billing_last_name','Huntsman'),(47204,1199,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(47205,1199,'_billing_address_1','1104 E 25th St'),(47206,1199,'_billing_city','Tulsa'),(47207,1199,'_billing_state','OK'),(47208,1199,'_billing_postcode','74114'),(47209,1199,'_billing_country','US'),(47210,1199,'_billing_email','info@liceclinicsmidsouth.com'),(47211,1199,'_billing_phone','9189783329'),(47212,1199,'_shipping_first_name','Wade'),(47213,1199,'_shipping_last_name','Huntsman'),(47214,1199,'_shipping_company','Lice Clinics of America Tulsa'),(47215,1199,'_shipping_address_1','3421 E 21st Street'),(47216,1199,'_shipping_city','Tulsa'),(47217,1199,'_shipping_state','OK'),(47218,1199,'_shipping_postcode','74114'),(47219,1199,'_shipping_country','US'),(47220,1199,'_order_currency','USD'),(47221,1199,'_cart_discount','0'),(47222,1199,'_cart_discount_tax','0'),(47223,1199,'_order_shipping','0'),(47224,1199,'_order_shipping_tax','0'),(47225,1199,'_order_tax','0'),(47226,1199,'_order_total','1131.24'),(47227,1199,'_order_version','6.4.1'),(47228,1199,'_prices_include_tax','no'),(47229,1199,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(47230,1199,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st Street  Tulsa OK 74114 US '),(47231,1199,'is_vat_exempt','no'),(47232,1199,'Payment type','instant'),(47233,1199,'_transaction_id','1MX303662D796454X'),(47234,1199,'_paypal_status','completed'),(47235,1199,'PayPal Transaction Fee','39.97'),(47236,1199,'_date_paid','1652991561'),(47237,1199,'_paid_date','2022-05-19 20:19:21'),(47238,1199,'_download_permissions_granted','yes'),(47239,1199,'_recorded_sales','yes'),(47240,1199,'_recorded_coupon_usage_counts','yes'),(47241,1199,'_order_stock_reduced','yes'),(47242,1199,'_new_order_email_sent','true'),(47243,1195,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188197\";s:12:\"date_shipped\";s:10:\"1652918400\";s:11:\"tracking_id\";s:32:\"5b6d828f4da97b38fc19eb4119a9718f\";}}'),(47244,1195,'_date_completed','1652992892'),(47245,1195,'_completed_date','2022-05-19 20:41:32'),(47246,1200,'_order_key','wc_order_Mp0KrsS7BZO2H'),(47247,1200,'_customer_user','47'),(47248,1200,'_payment_method','paypal'),(47249,1200,'_payment_method_title','PayPal'),(47250,1200,'_customer_ip_address','136.50.12.214'),(47251,1200,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47252,1200,'_created_via','checkout'),(47253,1200,'_cart_hash','04f3c661d771d7bebaf7da58e7866ed3'),(47254,1200,'_billing_first_name','Tracy'),(47255,1200,'_billing_last_name','Copeland'),(47256,1200,'_billing_company','LCA SA West'),(47257,1200,'_billing_address_1','14223 Silverhollow'),(47258,1200,'_billing_city','San Antonio'),(47259,1200,'_billing_state','TX'),(47260,1200,'_billing_postcode','78232'),(47261,1200,'_billing_country','US'),(47262,1200,'_billing_email','info@liceclinicsofsanantonio.com'),(47263,1200,'_billing_phone','2103135033'),(47264,1200,'_shipping_first_name','Tracy'),(47265,1200,'_shipping_last_name','Copeland'),(47266,1200,'_shipping_company','LCA SA West'),(47267,1200,'_shipping_address_1','14223 Silverhollow'),(47268,1200,'_shipping_city','San Antonio'),(47269,1200,'_shipping_state','TX'),(47270,1200,'_shipping_postcode','78232'),(47271,1200,'_shipping_country','US'),(47272,1200,'_order_currency','USD'),(47273,1200,'_cart_discount','0'),(47274,1200,'_cart_discount_tax','0'),(47275,1200,'_order_shipping','0'),(47276,1200,'_order_shipping_tax','0'),(47277,1200,'_order_tax','0'),(47278,1200,'_order_total','560.20'),(47279,1200,'_order_version','6.4.1'),(47280,1200,'_prices_include_tax','no'),(47281,1200,'_billing_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(47282,1200,'_shipping_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US '),(47283,1200,'is_vat_exempt','no'),(47284,1200,'Payment type','instant'),(47285,1200,'_transaction_id','5YV996474E620221U'),(47286,1200,'_paypal_status','completed'),(47287,1200,'PayPal Transaction Fee','20.04'),(47288,1200,'_date_paid','1653001412'),(47289,1200,'_paid_date','2022-05-19 23:03:32'),(47290,1200,'_download_permissions_granted','yes'),(47291,1200,'_recorded_sales','yes'),(47292,1200,'_recorded_coupon_usage_counts','yes'),(47293,1200,'_order_stock_reduced','yes'),(47294,1200,'_new_order_email_sent','true'),(47295,1201,'_order_key','wc_order_zNcHFqu66m9UW'),(47296,1201,'_customer_user','47'),(47297,1201,'_payment_method','paypal'),(47298,1201,'_payment_method_title','PayPal'),(47299,1201,'_customer_ip_address','136.50.12.214'),(47300,1201,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47301,1201,'_created_via','checkout'),(47302,1201,'_cart_hash','1ce6939ddea14017cb81bf06538f8c09'),(47303,1201,'_billing_first_name','Tracy'),(47304,1201,'_billing_last_name','Copeland'),(47305,1201,'_billing_company','LCA SA West'),(47306,1201,'_billing_address_1','14223 Silverhollow'),(47307,1201,'_billing_city','San Antonio'),(47308,1201,'_billing_state','TX'),(47309,1201,'_billing_postcode','78232'),(47310,1201,'_billing_country','US'),(47311,1201,'_billing_email','info@liceclinicsofsanantonio.com'),(47312,1201,'_billing_phone','2103135033'),(47313,1201,'_shipping_first_name','Tracy'),(47314,1201,'_shipping_last_name','Copeland'),(47315,1201,'_shipping_company','LCA SA West'),(47316,1201,'_shipping_address_1','14223 Silverhollow'),(47317,1201,'_shipping_city','San Antonio'),(47318,1201,'_shipping_state','TX'),(47319,1201,'_shipping_postcode','78232'),(47320,1201,'_shipping_country','US'),(47321,1201,'_order_currency','USD'),(47322,1201,'_cart_discount','0'),(47323,1201,'_cart_discount_tax','0'),(47324,1201,'_order_shipping','0'),(47325,1201,'_order_shipping_tax','0'),(47326,1201,'_order_tax','0'),(47327,1201,'_order_total','511.84'),(47328,1201,'_order_version','6.4.1'),(47329,1201,'_prices_include_tax','no'),(47330,1201,'_billing_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(47331,1201,'_shipping_address_index','Tracy Copeland LCA SA West 14223 Silverhollow  San Antonio TX 78232 US '),(47332,1201,'is_vat_exempt','no'),(47333,1201,'Payment type','instant'),(47334,1201,'_transaction_id','02295183PY6062107'),(47335,1201,'_paypal_status','completed'),(47336,1201,'PayPal Transaction Fee','18.35'),(47337,1201,'_date_paid','1653001933'),(47338,1201,'_paid_date','2022-05-19 23:12:13'),(47339,1201,'_download_permissions_granted','yes'),(47340,1201,'_recorded_sales','yes'),(47341,1201,'_recorded_coupon_usage_counts','yes'),(47342,1201,'_order_stock_reduced','yes'),(47343,1201,'_new_order_email_sent','true'),(47344,1202,'_order_key','wc_order_Io1Ue3rSxp9Zp'),(47345,1202,'_customer_user','47'),(47346,1202,'_payment_method','paypal'),(47347,1202,'_payment_method_title','PayPal'),(47348,1202,'_customer_ip_address','136.50.12.214'),(47349,1202,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47350,1202,'_created_via','checkout'),(47351,1202,'_cart_hash','a6a2074ddfb530d9ff0bb2808b239b9f'),(47352,1202,'_billing_first_name','Tracy'),(47353,1202,'_billing_last_name','Copeland'),(47354,1202,'_billing_company','LCA SA EAST'),(47355,1202,'_billing_address_1','14223 Silverhollow'),(47356,1202,'_billing_city','San Antonio'),(47357,1202,'_billing_state','TX'),(47358,1202,'_billing_postcode','78232'),(47359,1202,'_billing_country','US'),(47360,1202,'_billing_email','info@liceclinicsofsanantonio.com'),(47361,1202,'_billing_phone','2103135033'),(47362,1202,'_shipping_first_name','Tracy'),(47363,1202,'_shipping_last_name','Copeland'),(47364,1202,'_shipping_company','LCA SA EAST'),(47365,1202,'_shipping_address_1','14223 Silverhollow'),(47366,1202,'_shipping_city','San Antonio'),(47367,1202,'_shipping_state','TX'),(47368,1202,'_shipping_postcode','78232'),(47369,1202,'_shipping_country','US'),(47370,1202,'_order_currency','USD'),(47371,1202,'_cart_discount','0'),(47372,1202,'_cart_discount_tax','0'),(47373,1202,'_order_shipping','0'),(47374,1202,'_order_shipping_tax','0'),(47375,1202,'_order_tax','0'),(47376,1202,'_order_total','505.48'),(47377,1202,'_order_version','6.4.1'),(47378,1202,'_prices_include_tax','no'),(47379,1202,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(47380,1202,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(47381,1202,'is_vat_exempt','no'),(47382,1202,'Payment type','instant'),(47383,1202,'_transaction_id','90670333WP199371A'),(47384,1202,'_paypal_status','completed'),(47385,1202,'PayPal Transaction Fee','18.13'),(47386,1202,'_date_paid','1653007375'),(47387,1202,'_paid_date','2022-05-20 00:42:55'),(47388,1202,'_download_permissions_granted','yes'),(47389,1202,'_recorded_sales','yes'),(47390,1202,'_recorded_coupon_usage_counts','yes'),(47391,1202,'_order_stock_reduced','yes'),(47392,1202,'_new_order_email_sent','true'),(47393,1203,'_order_key','wc_order_P4QDtbUgWQh78'),(47394,1203,'_customer_user','4'),(47395,1203,'_payment_method','paypal'),(47396,1203,'_payment_method_title','PayPal'),(47397,1203,'_customer_ip_address','174.52.110.36'),(47398,1203,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(47399,1203,'_created_via','checkout'),(47400,1203,'_cart_hash','41cd411adb7f56795fedcfe9546cff85'),(47401,1203,'_billing_first_name','David'),(47402,1203,'_billing_last_name','Washburn'),(47403,1203,'_billing_company','Larada Sciences'),(47404,1203,'_billing_address_1','154 East Myrtle Ave.'),(47405,1203,'_billing_address_2','Ste. #101'),(47406,1203,'_billing_city','Murray'),(47407,1203,'_billing_state','UT'),(47408,1203,'_billing_postcode','84107'),(47409,1203,'_billing_country','US'),(47410,1203,'_billing_email','david@laradasciences.com'),(47411,1203,'_billing_phone','8019197428'),(47412,1203,'_shipping_first_name','David'),(47413,1203,'_shipping_last_name','Washburn'),(47414,1203,'_shipping_company','Larada Sciences'),(47415,1203,'_shipping_address_1','154 East Myrtle Ave.'),(47416,1203,'_shipping_address_2','Ste. #101'),(47417,1203,'_shipping_city','Murray'),(47418,1203,'_shipping_state','UT'),(47419,1203,'_shipping_postcode','84107'),(47420,1203,'_shipping_country','US'),(47421,1203,'_order_currency','USD'),(47422,1203,'_cart_discount','0'),(47423,1203,'_cart_discount_tax','0'),(47424,1203,'_order_shipping','0'),(47425,1203,'_order_shipping_tax','0'),(47426,1203,'_order_tax','0'),(47427,1203,'_order_total','1342.24'),(47428,1203,'_order_version','6.4.1'),(47429,1203,'_prices_include_tax','no'),(47430,1203,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(47431,1203,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(47432,1203,'is_vat_exempt','no'),(47433,1197,'_edit_lock','1653073730:2'),(47434,1198,'_edit_lock','1653073876:2'),(47435,1199,'_edit_lock','1653080302:2'),(47436,1200,'_edit_lock','1653073851:2'),(47437,1201,'_edit_lock','1653073994:2'),(47438,1202,'_edit_lock','1653073853:2'),(47439,1197,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188267\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"ac043e78fc95b14f33e89656b85b3548\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188256\";s:12:\"date_shipped\";i:1653073780;s:11:\"tracking_id\";s:32:\"d23eeb11b0b8b55280adc582614f4a9a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188245\";s:12:\"date_shipped\";i:1653073785;s:11:\"tracking_id\";s:32:\"97308f74c2394c988bafaa886571c1a9\";}}'),(47440,1197,'_edit_last','2'),(47441,1197,'_date_completed','1653073791'),(47442,1197,'_completed_date','2022-05-20 19:09:51'),(47443,1198,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188278\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"3023c5e1b484f45d94e57542d5326711\";}}'),(47444,1198,'_edit_last','2'),(47445,1198,'_date_completed','1653073868'),(47446,1198,'_completed_date','2022-05-20 19:11:08'),(47447,1200,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188326\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"5d48d48980f5097179f3e8a6ad40387c\";}}'),(47448,1200,'_edit_last','2'),(47449,1200,'_date_completed','1653073898'),(47450,1200,'_completed_date','2022-05-20 19:11:38'),(47451,1201,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188337\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"0fd8a17b2d8933d9040233735e066108\";}}'),(47452,1202,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188359\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"60d96f30d66ceb9a86412ea16d9bf856\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188348\";s:12:\"date_shipped\";i:1653073966;s:11:\"tracking_id\";s:32:\"6341991a89fbfe81766e32bf3e1b032d\";}}'),(47453,1202,'_edit_last','2'),(47454,1202,'_date_completed','1653073978'),(47455,1202,'_completed_date','2022-05-20 19:12:58'),(47456,1201,'_edit_last','2'),(47457,1201,'_date_completed','1653073992'),(47458,1201,'_completed_date','2022-05-20 19:13:12'),(47459,1203,'_edit_lock','1653496401:2'),(47460,1203,'_edit_last','2'),(47461,1203,'_recorded_coupon_usage_counts','yes'),(47462,1199,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188289\";s:12:\"date_shipped\";s:10:\"1653004800\";s:11:\"tracking_id\";s:32:\"7b899863d6d04ac9119c3c074b4e1cc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188290\";s:12:\"date_shipped\";i:1653080379;s:11:\"tracking_id\";s:32:\"b18bd85eaba147270b58230dbe17972b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188304\";s:12:\"date_shipped\";i:1653080385;s:11:\"tracking_id\";s:32:\"f3efe73d68772ebc313940d81074c03b\";}}'),(47463,1199,'_edit_last','2'),(47464,1199,'_date_completed','1653080389'),(47465,1199,'_completed_date','2022-05-20 20:59:49'),(47504,1205,'_order_key','wc_order_QSW1TLTh2coGj'),(47505,1205,'_customer_user','3'),(47506,1205,'_payment_method','paypal'),(47507,1205,'_payment_method_title','PayPal'),(47508,1205,'_customer_ip_address','70.142.202.154'),(47509,1205,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47510,1205,'_created_via','checkout'),(47511,1205,'_cart_hash','15185701b6e308658d34414e56346e1b'),(47512,1205,'_billing_first_name','Amanda'),(47513,1205,'_billing_last_name','Westerman'),(47514,1205,'_billing_company','Lice Clinics of America McKinney'),(47515,1205,'_billing_address_1','3120 Hudson Crossing'),(47516,1205,'_billing_address_2','Suite A2'),(47517,1205,'_billing_city','MCKINNEY'),(47518,1205,'_billing_state','TX'),(47519,1205,'_billing_postcode','75070'),(47520,1205,'_billing_country','US'),(47521,1205,'_billing_email','awesterman1103@gmail.com'),(47522,1205,'_billing_phone','2144175741'),(47523,1205,'_shipping_first_name','Gretchen'),(47524,1205,'_shipping_last_name','Neville'),(47525,1205,'_shipping_company','Lice Clinics of America McKinney'),(47526,1205,'_shipping_address_1','3120 Hudson Crossing, Suite A2'),(47527,1205,'_shipping_city','McKinney'),(47528,1205,'_shipping_state','TX'),(47529,1205,'_shipping_postcode','75070'),(47530,1205,'_shipping_country','US'),(47531,1205,'_order_currency','USD'),(47532,1205,'_cart_discount','0'),(47533,1205,'_cart_discount_tax','0'),(47534,1205,'_order_shipping','0'),(47535,1205,'_order_shipping_tax','0'),(47536,1205,'_order_tax','0'),(47537,1205,'_order_total','592.75'),(47538,1205,'_order_version','6.4.1'),(47539,1205,'_prices_include_tax','no'),(47540,1205,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(47541,1205,'_shipping_address_index','Gretchen Neville Lice Clinics of America McKinney 3120 Hudson Crossing, Suite A2  McKinney TX 75070 US '),(47542,1205,'is_vat_exempt','no'),(47543,1205,'Payment type','instant'),(47544,1205,'_transaction_id','3TP89658B9189440Y'),(47545,1205,'_paypal_status','completed'),(47546,1205,'PayPal Transaction Fee','21.18'),(47547,1205,'_date_paid','1653327575'),(47548,1205,'_paid_date','2022-05-23 17:39:35'),(47549,1205,'_download_permissions_granted','yes'),(47550,1205,'_recorded_sales','yes'),(47551,1205,'_recorded_coupon_usage_counts','yes'),(47552,1205,'_order_stock_reduced','yes'),(47553,1205,'_new_order_email_sent','true'),(47554,1206,'_order_key','wc_order_lRR8aWgmCzb9d'),(47555,1206,'_customer_user','73'),(47556,1206,'_payment_method','paypal'),(47557,1206,'_payment_method_title','PayPal'),(47558,1206,'_customer_ip_address','73.63.207.98'),(47559,1206,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47560,1206,'_created_via','checkout'),(47561,1206,'_cart_hash','cc5246e415fc028ee13e6e31d229c1f9'),(47562,1206,'_billing_first_name','Lice Clinics'),(47563,1206,'_billing_last_name','Castro Valley'),(47564,1206,'_billing_company','Lice Clinics of America - Castro Valley'),(47565,1206,'_billing_address_1','20406 Redwood Rd, Suite A'),(47566,1206,'_billing_city','Castro Valley'),(47567,1206,'_billing_state','CA'),(47568,1206,'_billing_postcode','94546'),(47569,1206,'_billing_country','US'),(47570,1206,'_billing_email','liceclinicscastrovalley@gmail.com'),(47571,1206,'_billing_phone','5106763272'),(47572,1206,'_shipping_first_name','Lice Clinics'),(47573,1206,'_shipping_last_name','Castro Valley'),(47574,1206,'_shipping_company','LCA - Castro Valley'),(47575,1206,'_shipping_address_1','31372 Mackinaw St'),(47576,1206,'_shipping_city','Union City'),(47577,1206,'_shipping_state','CA'),(47578,1206,'_shipping_postcode','94587'),(47579,1206,'_shipping_country','US'),(47580,1206,'_order_currency','USD'),(47581,1206,'_cart_discount','0'),(47582,1206,'_cart_discount_tax','0'),(47583,1206,'_order_shipping','0'),(47584,1206,'_order_shipping_tax','0'),(47585,1206,'_order_tax','0'),(47586,1206,'_order_total','714.40'),(47587,1206,'_order_version','6.4.1'),(47588,1206,'_prices_include_tax','no'),(47589,1206,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(47590,1206,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(47591,1206,'is_vat_exempt','no'),(47592,1207,'_order_key','wc_order_XSns4tB095oxO'),(47593,1207,'_customer_user','47'),(47594,1207,'_payment_method','paypal'),(47595,1207,'_payment_method_title','PayPal'),(47596,1207,'_customer_ip_address','72.177.241.58'),(47597,1207,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47598,1207,'_created_via','checkout'),(47599,1207,'_cart_hash','5465dcdd9e282f9e79943ca355910d0f'),(47600,1207,'_billing_first_name','Tracy'),(47601,1207,'_billing_last_name','Copeland'),(47602,1207,'_billing_company','LCA SA WEST'),(47603,1207,'_billing_address_1','14223 Silverhollow'),(47604,1207,'_billing_city','San Antonio'),(47605,1207,'_billing_state','TX'),(47606,1207,'_billing_postcode','78232'),(47607,1207,'_billing_country','US'),(47608,1207,'_billing_email','info@liceclinicsofsanantonio.com'),(47609,1207,'_billing_phone','2103135033'),(47610,1207,'_shipping_first_name','Tracy'),(47611,1207,'_shipping_last_name','Copeland'),(47612,1207,'_shipping_company','LCA SA WEST'),(47613,1207,'_shipping_address_1','14223 Silverhollow'),(47614,1207,'_shipping_city','San Antonio'),(47615,1207,'_shipping_state','TX'),(47616,1207,'_shipping_postcode','78232'),(47617,1207,'_shipping_country','US'),(47618,1207,'_order_currency','USD'),(47619,1207,'_cart_discount','0'),(47620,1207,'_cart_discount_tax','0'),(47621,1207,'_order_shipping','0'),(47622,1207,'_order_shipping_tax','0'),(47623,1207,'_order_tax','0'),(47624,1207,'_order_total','544.60'),(47625,1207,'_order_version','6.4.1'),(47626,1207,'_prices_include_tax','no'),(47627,1207,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(47628,1207,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(47629,1207,'is_vat_exempt','no'),(47630,1207,'Payment type','instant'),(47631,1207,'_transaction_id','2N605614NC360235R'),(47632,1207,'_paypal_status','completed'),(47633,1207,'PayPal Transaction Fee','19.50'),(47634,1207,'_date_paid','1653335782'),(47635,1207,'_paid_date','2022-05-23 19:56:22'),(47636,1207,'_download_permissions_granted','yes'),(47637,1207,'_recorded_sales','yes'),(47638,1207,'_recorded_coupon_usage_counts','yes'),(47639,1207,'_order_stock_reduced','yes'),(47640,1207,'_new_order_email_sent','true'),(47646,1206,'_edit_lock','1653496506:2'),(47647,1206,'_edit_last','2'),(47648,1206,'_recorded_coupon_usage_counts','yes'),(47649,1206,'Payment type','instant'),(47650,1206,'_transaction_id','6Y717785U8924794T'),(47651,1206,'_paypal_status','completed'),(47652,1206,'PayPal Transaction Fee','25.42'),(47653,1206,'_date_paid','1653344019'),(47654,1206,'_paid_date','2022-05-23 22:13:39'),(47655,1206,'_download_permissions_granted','yes'),(47656,1206,'_recorded_sales','yes'),(47657,1206,'_order_stock_reduced','yes'),(47658,1206,'_new_order_email_sent','true'),(47659,1203,'Payment type','instant'),(47660,1203,'_transaction_id','61G69169DR125405X'),(47661,1203,'_paypal_status','completed'),(47662,1203,'PayPal Transaction Fee','47.33'),(47663,1203,'_date_paid','1653345475'),(47664,1203,'_paid_date','2022-05-23 22:37:55'),(47665,1203,'_download_permissions_granted','yes'),(47666,1203,'_recorded_sales','yes'),(47667,1203,'_order_stock_reduced','yes'),(47668,1203,'_new_order_email_sent','true'),(47669,1208,'_order_key','wc_order_rjCo2vkyHysMh'),(47670,1208,'_customer_user','50'),(47671,1208,'_payment_method','paypal'),(47672,1208,'_payment_method_title','PayPal'),(47673,1208,'_customer_ip_address','73.126.237.59'),(47674,1208,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36 Edg/101.0.1210.32'),(47675,1208,'_created_via','checkout'),(47676,1208,'_cart_hash','9bcaee230bb5e71def26ff26372e21ee'),(47677,1208,'_billing_first_name','Christine'),(47678,1208,'_billing_last_name','Cherry'),(47679,1208,'_billing_company','NITS END'),(47680,1208,'_billing_address_1','PO BOX 1092'),(47681,1208,'_billing_city','Campton'),(47682,1208,'_billing_state','NH'),(47683,1208,'_billing_postcode','03223'),(47684,1208,'_billing_country','US'),(47685,1208,'_billing_email','info@liceclinicsplaistow.com'),(47686,1208,'_billing_phone','16034983390'),(47687,1208,'_shipping_first_name','Latasha'),(47688,1208,'_shipping_last_name','Harrington'),(47689,1208,'_shipping_company','Nits End'),(47690,1208,'_shipping_address_1','11 Maple St'),(47691,1208,'_shipping_city','Bridgton'),(47692,1208,'_shipping_state','ME'),(47693,1208,'_shipping_postcode','04009'),(47694,1208,'_shipping_country','US'),(47695,1208,'_order_currency','USD'),(47696,1208,'_cart_discount','0'),(47697,1208,'_cart_discount_tax','0'),(47698,1208,'_order_shipping','34.92'),(47699,1208,'_order_shipping_tax','0'),(47700,1208,'_order_tax','0'),(47701,1208,'_order_total','391.80'),(47702,1208,'_order_version','6.4.1'),(47703,1208,'_prices_include_tax','no'),(47704,1208,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(47705,1208,'_shipping_address_index','Latasha Harrington Nits End 11 Maple St  Bridgton ME 04009 US '),(47706,1208,'is_vat_exempt','no'),(47707,1208,'Payment type','instant'),(47708,1208,'_transaction_id','97H38966RB667944J'),(47709,1208,'_paypal_status','completed'),(47710,1208,'PayPal Transaction Fee','14.16'),(47711,1208,'_date_paid','1653402184'),(47712,1208,'_paid_date','2022-05-24 14:23:04'),(47713,1208,'_download_permissions_granted','yes'),(47714,1208,'_recorded_sales','yes'),(47715,1208,'_recorded_coupon_usage_counts','yes'),(47716,1208,'_order_stock_reduced','yes'),(47717,1208,'_new_order_email_sent','true'),(47718,1205,'_edit_lock','1653402328:2'),(47719,1205,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188598\";s:12:\"date_shipped\";s:10:\"1653350400\";s:11:\"tracking_id\";s:32:\"976c56da5957a345eefebe9722da7239\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188587\";s:12:\"date_shipped\";i:1653402317;s:11:\"tracking_id\";s:32:\"97c0712eff7265629e40cfd995875b96\";}}'),(47720,1205,'_edit_last','2'),(47721,1205,'_date_completed','1653402320'),(47722,1205,'_completed_date','2022-05-24 14:25:20'),(47723,1209,'_order_key','wc_order_J1ZDakCeALTcu'),(47724,1209,'_customer_user','50'),(47725,1209,'_payment_method','paypal'),(47726,1209,'_payment_method_title','PayPal'),(47727,1209,'_customer_ip_address','73.126.237.59'),(47728,1209,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.41 Safari/537.36 Edg/101.0.1210.32'),(47729,1209,'_created_via','checkout'),(47730,1209,'_cart_hash','1314f79ab2f2b57b45d5ba5ff9c6de0a'),(47731,1209,'_billing_first_name','Christine'),(47732,1209,'_billing_last_name','Cherry'),(47733,1209,'_billing_company','NITS END'),(47734,1209,'_billing_address_1','PO BOX 1092'),(47735,1209,'_billing_city','Campton'),(47736,1209,'_billing_state','NH'),(47737,1209,'_billing_postcode','03223'),(47738,1209,'_billing_country','US'),(47739,1209,'_billing_email','info@liceclinicsplaistow.com'),(47740,1209,'_billing_phone','16034983390'),(47741,1209,'_shipping_first_name','Megan'),(47742,1209,'_shipping_last_name','O\'Neil'),(47743,1209,'_shipping_company','NITS END'),(47744,1209,'_shipping_address_1','18 Sheridan St'),(47745,1209,'_shipping_city','Haverhill'),(47746,1209,'_shipping_state','MA'),(47747,1209,'_shipping_postcode','01830'),(47748,1209,'_shipping_country','US'),(47749,1209,'_order_currency','USD'),(47750,1209,'_cart_discount','0'),(47751,1209,'_cart_discount_tax','0'),(47752,1209,'_order_shipping','21.58'),(47753,1209,'_order_shipping_tax','0'),(47754,1209,'_order_tax','0'),(47755,1209,'_order_total','233.74'),(47756,1209,'_order_version','6.4.1'),(47757,1209,'_prices_include_tax','no'),(47758,1209,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(47759,1209,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(47760,1209,'is_vat_exempt','no'),(47761,1209,'Payment type','instant'),(47762,1209,'_transaction_id','5AA71635PA7064110'),(47763,1209,'_paypal_status','completed'),(47764,1209,'PayPal Transaction Fee','8.65'),(47765,1209,'_date_paid','1653402845'),(47766,1209,'_paid_date','2022-05-24 14:34:05'),(47767,1209,'_download_permissions_granted','yes'),(47768,1209,'_recorded_sales','yes'),(47769,1209,'_recorded_coupon_usage_counts','yes'),(47770,1209,'_order_stock_reduced','yes'),(47771,1209,'_new_order_email_sent','true'),(47772,1208,'_edit_lock','1653496261:2'),(47773,1208,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188922\";s:12:\"date_shipped\";s:10:\"1653436800\";s:11:\"tracking_id\";s:32:\"40f118b4aac4df76c6fb6f71a4f5d76f\";}}'),(47774,1208,'_edit_last','2'),(47775,1208,'_date_completed','1653496394'),(47776,1208,'_completed_date','2022-05-25 16:33:14'),(47777,1209,'_edit_lock','1653496358:2'),(47778,1209,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188896\";s:12:\"date_shipped\";s:10:\"1653436800\";s:11:\"tracking_id\";s:32:\"710d2052b13cf9a0e685a607a01631a4\";}}'),(47779,1209,'_edit_last','2'),(47780,1209,'_date_completed','1653496426'),(47781,1209,'_completed_date','2022-05-25 16:33:46'),(47782,1203,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188749\";s:12:\"date_shipped\";s:10:\"1653436800\";s:11:\"tracking_id\";s:32:\"b98214d740c8370865fd4d7bbe6a9a88\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188738\";s:12:\"date_shipped\";i:1653496528;s:11:\"tracking_id\";s:32:\"a1f020a344a6c6bc4c73593aa944697c\";}}'),(47783,1203,'_date_completed','1653496530'),(47784,1203,'_completed_date','2022-05-25 16:35:30'),(47785,1207,'_edit_lock','1653496459:2'),(47786,1207,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188705\";s:12:\"date_shipped\";s:10:\"1653436800\";s:11:\"tracking_id\";s:32:\"e6ed1bdb63283779cd0cb16f4fa46a86\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188690\";s:12:\"date_shipped\";i:1653496586;s:11:\"tracking_id\";s:32:\"e84220aa4cdcb0b5b607bb182ab37981\";}}'),(47787,1207,'_edit_last','2'),(47788,1207,'_date_completed','1653496588'),(47789,1207,'_completed_date','2022-05-25 16:36:28'),(47790,1206,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188727\";s:12:\"date_shipped\";s:10:\"1653436800\";s:11:\"tracking_id\";s:32:\"5846f7a0242cf128a5ebb50d14c8d82c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830188716\";s:12:\"date_shipped\";i:1653496627;s:11:\"tracking_id\";s:32:\"5a1e5e24fb28d058d4057e75ff6d15f4\";}}'),(47791,1206,'_date_completed','1653496632'),(47792,1206,'_completed_date','2022-05-25 16:37:12'),(47793,1210,'_order_key','wc_order_ThRlRbBBBHUg3'),(47794,1210,'_customer_user','3'),(47795,1210,'_payment_method','paypal'),(47796,1210,'_payment_method_title','PayPal'),(47797,1210,'_customer_ip_address','70.142.202.154'),(47798,1210,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(47799,1210,'_created_via','checkout'),(47800,1210,'_cart_hash','f39a535b945093aa37b96938e40814db'),(47801,1210,'_billing_first_name','Amanda'),(47802,1210,'_billing_last_name','Westerman'),(47803,1210,'_billing_company','Lice Clinics of America McKinney'),(47804,1210,'_billing_address_1','3120 Hudson Crossing'),(47805,1210,'_billing_address_2','Suite A2'),(47806,1210,'_billing_city','MCKINNEY'),(47807,1210,'_billing_state','TX'),(47808,1210,'_billing_postcode','75070'),(47809,1210,'_billing_country','US'),(47810,1210,'_billing_email','awesterman1103@gmail.com'),(47811,1210,'_billing_phone','2144175741'),(47812,1210,'_shipping_first_name','Gretchen'),(47813,1210,'_shipping_last_name','Neville'),(47814,1210,'_shipping_company','Lice Clinics of America McKinney'),(47815,1210,'_shipping_address_1','3120 Hudson Crossing, Suite A2'),(47816,1210,'_shipping_city','McKinney'),(47817,1210,'_shipping_state','TX'),(47818,1210,'_shipping_postcode','75070'),(47819,1210,'_shipping_country','US'),(47820,1210,'_order_currency','USD'),(47821,1210,'_cart_discount','0'),(47822,1210,'_cart_discount_tax','0'),(47823,1210,'_order_shipping','0'),(47824,1210,'_order_shipping_tax','0'),(47825,1210,'_order_tax','0'),(47826,1210,'_order_total','673.68'),(47827,1210,'_order_version','6.4.1'),(47828,1210,'_prices_include_tax','no'),(47829,1210,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(47830,1210,'_shipping_address_index','Gretchen Neville Lice Clinics of America McKinney 3120 Hudson Crossing, Suite A2  McKinney TX 75070 US '),(47831,1210,'is_vat_exempt','no'),(47832,1210,'Payment type','instant'),(47833,1210,'_transaction_id','9LY16190M0274693B'),(47834,1210,'_paypal_status','completed'),(47835,1210,'PayPal Transaction Fee','24.00'),(47836,1210,'_date_paid','1653503970'),(47837,1210,'_paid_date','2022-05-25 18:39:30'),(47838,1210,'_download_permissions_granted','yes'),(47839,1210,'_recorded_sales','yes'),(47840,1210,'_recorded_coupon_usage_counts','yes'),(47841,1210,'_order_stock_reduced','yes'),(47842,1210,'_new_order_email_sent','true'),(47843,1211,'_order_key','wc_order_7ctGGLpfoDQlL'),(47844,1211,'_customer_user','77'),(47845,1211,'_payment_method','paypal'),(47846,1211,'_payment_method_title','PayPal'),(47847,1211,'_customer_ip_address','107.205.56.86'),(47848,1211,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'),(47849,1211,'_created_via','checkout'),(47850,1211,'_cart_hash','ef1560cb98189e786a887ed515ad002a'),(47851,1211,'_billing_first_name','Phil'),(47852,1211,'_billing_last_name','Moon'),(47853,1211,'_billing_company','Lice Clinics of America-Bakersfield'),(47854,1211,'_billing_address_1','585 56th Street'),(47855,1211,'_billing_city','Oakland'),(47856,1211,'_billing_state','CA'),(47857,1211,'_billing_postcode','94609'),(47858,1211,'_billing_country','US'),(47859,1211,'_billing_email','info@liceclinicsfresno.com'),(47860,1211,'_billing_phone','5593046305'),(47861,1211,'_shipping_first_name','Kristen'),(47862,1211,'_shipping_last_name','Maroot-Rippee'),(47863,1211,'_shipping_company','Lice Busters LLC. BAKERSFIELD'),(47864,1211,'_shipping_address_1','487 W. Scott Avenue'),(47865,1211,'_shipping_city','Fresno'),(47866,1211,'_shipping_state','CA'),(47867,1211,'_shipping_postcode','93704'),(47868,1211,'_shipping_country','US'),(47869,1211,'_order_currency','USD'),(47870,1211,'_cart_discount','0'),(47871,1211,'_cart_discount_tax','0'),(47872,1211,'_order_shipping','0'),(47873,1211,'_order_shipping_tax','0'),(47874,1211,'_order_tax','0'),(47875,1211,'_order_total','604.00'),(47876,1211,'_order_version','6.4.1'),(47877,1211,'_prices_include_tax','no'),(47878,1211,'_billing_address_index','Phil Moon Lice Clinics of America-Bakersfield 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(47879,1211,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. BAKERSFIELD 487 W. Scott Avenue  Fresno CA 93704 US '),(47880,1211,'is_vat_exempt','no'),(47881,1211,'Payment type','instant'),(47882,1211,'_transaction_id','9PC71145TT210860H'),(47883,1211,'_paypal_status','completed'),(47884,1211,'PayPal Transaction Fee','21.57'),(47885,1211,'_date_paid','1653521793'),(47886,1211,'_paid_date','2022-05-25 23:36:33'),(47887,1211,'_download_permissions_granted','yes'),(47888,1211,'_recorded_sales','yes'),(47889,1211,'_recorded_coupon_usage_counts','yes'),(47890,1211,'_order_stock_reduced','yes'),(47891,1211,'_new_order_email_sent','true'),(47892,1212,'_order_key','wc_order_SwkhfUnPUzDcZ'),(47893,1212,'_customer_user','6'),(47894,1212,'_payment_method','paypal'),(47895,1212,'_payment_method_title','PayPal'),(47896,1212,'_customer_ip_address','76.20.84.214'),(47897,1212,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'),(47898,1212,'_created_via','checkout'),(47899,1212,'_cart_hash','e1293980cf022dc3ef3610ea26b476a1'),(47900,1212,'_billing_first_name','Amira'),(47901,1212,'_billing_last_name','Purto'),(47902,1212,'_billing_address_1','2628 Acapulco Way'),(47903,1212,'_billing_city','Modesto'),(47904,1212,'_billing_state','CA'),(47905,1212,'_billing_postcode','95355'),(47906,1212,'_billing_country','US'),(47907,1212,'_billing_email','amira77@sbcglobal.net'),(47908,1212,'_billing_phone','2096422061'),(47909,1212,'_shipping_first_name','Amira'),(47910,1212,'_shipping_last_name','Purto'),(47911,1212,'_shipping_address_1','2628 Acapulco Way'),(47912,1212,'_shipping_city','Modesto'),(47913,1212,'_shipping_state','CA'),(47914,1212,'_shipping_postcode','95355'),(47915,1212,'_shipping_country','US'),(47916,1212,'_order_currency','USD'),(47917,1212,'_cart_discount','0'),(47918,1212,'_cart_discount_tax','0'),(47919,1212,'_order_shipping','0'),(47920,1212,'_order_shipping_tax','0'),(47921,1212,'_order_tax','0'),(47922,1212,'_order_total','1441.86'),(47923,1212,'_order_version','6.4.1'),(47924,1212,'_prices_include_tax','no'),(47925,1212,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(47926,1212,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(47927,1212,'is_vat_exempt','no'),(47928,1212,'Payment type','instant'),(47929,1212,'_transaction_id','8PK962347B3919435'),(47930,1212,'_paypal_status','completed'),(47931,1212,'PayPal Transaction Fee','50.81'),(47932,1212,'_date_paid','1653551894'),(47933,1212,'_paid_date','2022-05-26 07:58:14'),(47934,1212,'_download_permissions_granted','yes'),(47935,1212,'_recorded_sales','yes'),(47936,1212,'_recorded_coupon_usage_counts','yes'),(47937,1212,'_order_stock_reduced','yes'),(47938,1212,'_new_order_email_sent','true'),(47939,1213,'_order_key','wc_order_x2pVxRI98EApI'),(47940,1213,'_customer_user','29'),(47941,1213,'_payment_method','paypal'),(47942,1213,'_payment_method_title','PayPal'),(47943,1213,'_customer_ip_address','71.225.162.32'),(47944,1213,'_customer_user_agent','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'),(47945,1213,'_created_via','checkout'),(47946,1213,'_cart_hash','158515f9836e4973fa918e74b85919a6'),(47947,1213,'_billing_first_name','Kevin'),(47948,1213,'_billing_last_name','Reilly'),(47949,1213,'_billing_address_1','5460 Richie Ct'),(47950,1213,'_billing_city','Pipersville'),(47951,1213,'_billing_state','PA'),(47952,1213,'_billing_postcode','18947'),(47953,1213,'_billing_country','US'),(47954,1213,'_billing_email','info@liceclinicslansdale.com'),(47955,1213,'_billing_phone','2156941408'),(47956,1213,'_shipping_first_name','Kevin'),(47957,1213,'_shipping_last_name','Reilly'),(47958,1213,'_shipping_company','LCA Lansdale'),(47959,1213,'_shipping_address_1','2131 North Broad Street'),(47960,1213,'_shipping_address_2','Suite 101'),(47961,1213,'_shipping_city','Lansdale'),(47962,1213,'_shipping_state','PA'),(47963,1213,'_shipping_postcode','19446'),(47964,1213,'_shipping_country','US'),(47965,1213,'_order_currency','USD'),(47966,1213,'_cart_discount','0'),(47967,1213,'_cart_discount_tax','0'),(47968,1213,'_order_shipping','27.57'),(47969,1213,'_order_shipping_tax','0'),(47970,1213,'_order_tax','0'),(47971,1213,'_order_total','327.07'),(47972,1213,'_order_version','6.4.1'),(47973,1213,'_prices_include_tax','no'),(47974,1213,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(47975,1213,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(47976,1213,'is_vat_exempt','no'),(47977,1213,'Payment type','instant'),(47978,1213,'_transaction_id','07H19698KC9722641'),(47979,1213,'_paypal_status','completed'),(47980,1213,'PayPal Transaction Fee','11.90'),(47981,1213,'_date_paid','1653604162'),(47982,1213,'_paid_date','2022-05-26 22:29:22'),(47983,1213,'_download_permissions_granted','yes'),(47984,1213,'_recorded_sales','yes'),(47985,1213,'_recorded_coupon_usage_counts','yes'),(47986,1213,'_order_stock_reduced','yes'),(47987,1213,'_new_order_email_sent','true'),(47988,1214,'_order_key','wc_order_1yjb43eb3EBJw'),(47989,1214,'_customer_user','63'),(47990,1214,'_payment_method','paypal'),(47991,1214,'_payment_method_title','PayPal'),(47992,1214,'_customer_ip_address','67.165.119.100'),(47993,1214,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(47994,1214,'_created_via','checkout'),(47995,1214,'_cart_hash','1183bef1fa3c0d9b6547c72953b79092'),(47996,1214,'_billing_first_name','Lisa'),(47997,1214,'_billing_last_name','Hagman'),(47998,1214,'_billing_address_1','5190 NW Eldorado BLVD'),(47999,1214,'_billing_city','Bremerton'),(48000,1214,'_billing_state','WA'),(48001,1214,'_billing_postcode','98312'),(48002,1214,'_billing_country','US'),(48003,1214,'_billing_email','licegirls@icloud.com'),(48004,1214,'_billing_phone','360-471-7900'),(48005,1214,'_shipping_first_name','Lisa'),(48006,1214,'_shipping_last_name','Hagman'),(48007,1214,'_shipping_address_1','5190 NW Eldorado BLVD'),(48008,1214,'_shipping_city','Bremerton'),(48009,1214,'_shipping_state','WA'),(48010,1214,'_shipping_postcode','98312'),(48011,1214,'_shipping_country','US'),(48012,1214,'_order_currency','USD'),(48013,1214,'_cart_discount','0'),(48014,1214,'_cart_discount_tax','0'),(48015,1214,'_order_shipping','32.31'),(48016,1214,'_order_shipping_tax','0'),(48017,1214,'_order_tax','0'),(48018,1214,'_order_total','32.31'),(48019,1214,'_order_version','6.4.1'),(48020,1214,'_prices_include_tax','no'),(48021,1214,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(48022,1214,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(48023,1214,'is_vat_exempt','no'),(48024,1215,'_order_key','wc_order_PJgwcvHMwPy8b'),(48025,1215,'_customer_user','63'),(48026,1215,'_payment_method','paypal'),(48027,1215,'_payment_method_title','PayPal'),(48028,1215,'_customer_ip_address','67.165.119.100'),(48029,1215,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(48030,1215,'_created_via','checkout'),(48031,1215,'_cart_hash','3da2a362476248e4823c818685641fc1'),(48032,1215,'_billing_first_name','Lisa'),(48033,1215,'_billing_last_name','Hagman'),(48034,1215,'_billing_address_1','5190 NW Eldorado BLVD'),(48035,1215,'_billing_city','Bremerton'),(48036,1215,'_billing_state','WA'),(48037,1215,'_billing_postcode','98312'),(48038,1215,'_billing_country','US'),(48039,1215,'_billing_email','licegirls@icloud.com'),(48040,1215,'_billing_phone','360-471-7900'),(48041,1215,'_shipping_first_name','Lisa'),(48042,1215,'_shipping_last_name','Hagman'),(48043,1215,'_shipping_address_1','5190 NW Eldorado BLVD'),(48044,1215,'_shipping_city','Bremerton'),(48045,1215,'_shipping_state','WA'),(48046,1215,'_shipping_postcode','98312'),(48047,1215,'_shipping_country','US'),(48048,1215,'_order_currency','USD'),(48049,1215,'_cart_discount','0'),(48050,1215,'_cart_discount_tax','0'),(48051,1215,'_order_shipping','32.31'),(48052,1215,'_order_shipping_tax','0'),(48053,1215,'_order_tax','0'),(48054,1215,'_order_total','32.31'),(48055,1215,'_order_version','6.4.1'),(48056,1215,'_prices_include_tax','no'),(48057,1215,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(48058,1215,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(48059,1215,'is_vat_exempt','no'),(48060,1216,'_order_key','wc_order_9GoKD3V1t8k3K'),(48061,1216,'_customer_user','63'),(48062,1216,'_payment_method','paypal'),(48063,1216,'_payment_method_title','PayPal'),(48064,1216,'_customer_ip_address','67.165.119.100'),(48065,1216,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(48066,1216,'_created_via','checkout'),(48067,1216,'_cart_hash','7053dbefae0106d393075f04c5712efa'),(48068,1216,'_billing_first_name','Lisa'),(48069,1216,'_billing_last_name','Hagman'),(48070,1216,'_billing_address_1','5190 NW Eldorado BLVD'),(48071,1216,'_billing_city','Bremerton'),(48072,1216,'_billing_state','WA'),(48073,1216,'_billing_postcode','98312'),(48074,1216,'_billing_country','US'),(48075,1216,'_billing_email','licegirls@icloud.com'),(48076,1216,'_billing_phone','360-471-7900'),(48077,1216,'_shipping_first_name','Lisa'),(48078,1216,'_shipping_last_name','Hagman'),(48079,1216,'_shipping_address_1','5190 NW Eldorado BLVD'),(48080,1216,'_shipping_city','Bremerton'),(48081,1216,'_shipping_state','WA'),(48082,1216,'_shipping_postcode','98312'),(48083,1216,'_shipping_country','US'),(48084,1216,'_order_currency','USD'),(48085,1216,'_cart_discount','0'),(48086,1216,'_cart_discount_tax','0'),(48087,1216,'_order_shipping','32.31'),(48088,1216,'_order_shipping_tax','0'),(48089,1216,'_order_tax','0'),(48090,1216,'_order_total','32.31'),(48091,1216,'_order_version','6.4.1'),(48092,1216,'_prices_include_tax','no'),(48093,1216,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(48094,1216,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(48095,1216,'is_vat_exempt','no'),(48096,1214,'_edit_lock','1654120036:2'),(48097,1215,'_edit_lock','1654119968:2'),(48098,1216,'_edit_lock','1654120104:2'),(48099,1214,'_edit_last','2'),(48100,1214,'_recorded_coupon_usage_counts','yes'),(48101,1215,'_edit_last','2'),(48102,1215,'_recorded_coupon_usage_counts','yes'),(48103,1216,'_edit_last','2'),(48104,1216,'_recorded_coupon_usage_counts','yes'),(48105,1211,'_edit_lock','1654103436:2'),(48106,1211,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189116\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"e3ba5d47bcf06d0d13cc5922ccbc1cc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189105\";s:12:\"date_shipped\";i:1654103407;s:11:\"tracking_id\";s:32:\"e93f702931fe020e8b305eed78fa7e71\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189090\";s:12:\"date_shipped\";i:1654103414;s:11:\"tracking_id\";s:32:\"3f44250e45807f6b15aa50c4cb5e8420\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189080\";s:12:\"date_shipped\";i:1654103420;s:11:\"tracking_id\";s:32:\"e8cf108d36f41c4456bbabd37c73a37d\";}}'),(48107,1211,'_edit_last','2'),(48108,1211,'_date_completed','1654103428'),(48109,1211,'_completed_date','2022-06-01 17:10:28'),(48110,1210,'_edit_lock','1654103327:2'),(48111,1210,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189068\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"294463a4640be419a0e9a0f57e631330\";}}'),(48112,1210,'_edit_last','2'),(48113,1210,'_date_completed','1654103458'),(48114,1210,'_completed_date','2022-06-01 17:10:58'),(48115,1216,'Payment type','instant'),(48116,1216,'_transaction_id','7SC49039CJ018882E'),(48117,1216,'_paypal_status','completed'),(48118,1216,'PayPal Transaction Fee','1.62'),(48119,1216,'_date_paid','1654111997'),(48120,1216,'_paid_date','2022-06-01 19:33:17'),(48121,1216,'_download_permissions_granted','yes'),(48122,1216,'_recorded_sales','yes'),(48123,1216,'_order_stock_reduced','yes'),(48124,1216,'_new_order_email_sent','true'),(48125,1215,'Payment type','instant'),(48126,1215,'_transaction_id','4G697789A3564910E'),(48127,1215,'_paypal_status','completed'),(48128,1215,'PayPal Transaction Fee','1.62'),(48129,1215,'_date_paid','1654112097'),(48130,1215,'_paid_date','2022-06-01 19:34:57'),(48131,1215,'_download_permissions_granted','yes'),(48132,1215,'_recorded_sales','yes'),(48133,1215,'_order_stock_reduced','yes'),(48134,1215,'_new_order_email_sent','true'),(48135,1214,'Payment type','instant'),(48136,1214,'_transaction_id','84307294PT0034604'),(48137,1214,'_paypal_status','completed'),(48138,1214,'PayPal Transaction Fee','1.62'),(48139,1214,'_date_paid','1654112168'),(48140,1214,'_paid_date','2022-06-01 19:36:08'),(48141,1214,'_download_permissions_granted','yes'),(48142,1214,'_recorded_sales','yes'),(48143,1214,'_order_stock_reduced','yes'),(48144,1214,'_new_order_email_sent','true'),(48145,1215,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189804\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"73eec0cdafd7f605ffbf8a23a31d7547\";}}'),(48146,1215,'_date_completed','1654120098'),(48147,1215,'_completed_date','2022-06-01 21:48:18'),(48148,1214,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189826\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"e5cfdb48f7f2cfb09f03ddbbe7b7d06f\";}}'),(48149,1214,'_date_completed','1654120128'),(48150,1214,'_completed_date','2022-06-01 21:48:48'),(48151,1216,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189815\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"cb3542c50c69475cd4357e5430ee4bab\";}}'),(48152,1216,'_date_completed','1654120207'),(48153,1216,'_completed_date','2022-06-01 21:50:07'),(48154,1213,'_edit_lock','1654120262:2'),(48155,1212,'_edit_lock','1654120327:2'),(48156,1213,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189263\";s:12:\"date_shipped\";s:10:\"1654041600\";s:11:\"tracking_id\";s:32:\"735c7e3e54a88eb4c4a01cc327bab1fc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189274\";s:12:\"date_shipped\";s:10:\"1653609600\";s:11:\"tracking_id\";s:32:\"97386620194378272ad9089a561f0131\";}}'),(48157,1213,'_edit_last','2'),(48158,1213,'_date_completed','1654120372'),(48159,1213,'_completed_date','2022-06-01 21:52:52'),(48160,1212,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189160\";s:12:\"date_shipped\";s:10:\"1653523200\";s:11:\"tracking_id\";s:32:\"0d08bfc68ca3bacc2bef26a68913d633\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189171\";s:12:\"date_shipped\";s:10:\"1653523200\";s:11:\"tracking_id\";s:32:\"d4973e85a5e5fd981f278b0a7ae15957\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189182\";s:12:\"date_shipped\";s:10:\"1653523200\";s:11:\"tracking_id\";s:32:\"9d41a68a7aad455ff15656b46941b798\";}}'),(48161,1212,'_edit_last','2'),(48162,1212,'_date_completed','1654120459'),(48163,1212,'_completed_date','2022-06-01 21:54:19'),(48164,1218,'_order_key','wc_order_AGx2Konjc6WdL'),(48165,1218,'_customer_user','79'),(48166,1218,'_payment_method','paypal'),(48167,1218,'_payment_method_title','PayPal'),(48168,1218,'_customer_ip_address','76.72.44.28'),(48169,1218,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(48170,1218,'_created_via','checkout'),(48171,1218,'_cart_hash','ab6c740ba29fd69b2a9dec22247df4d8'),(48172,1218,'_billing_first_name','Shanna'),(48173,1218,'_billing_last_name','Castille'),(48174,1218,'_billing_address_1','1097 Hundley Rd'),(48175,1218,'_billing_city','Eunice'),(48176,1218,'_billing_state','LA'),(48177,1218,'_billing_postcode','70535'),(48178,1218,'_billing_country','US'),(48179,1218,'_billing_email','Shanna_sr09@yahoo.com'),(48180,1218,'_billing_phone','3374668998'),(48181,1218,'_shipping_first_name','Shanna'),(48182,1218,'_shipping_last_name','Castille'),(48183,1218,'_shipping_address_1','1097 Hundley Rd'),(48184,1218,'_shipping_city','eunice'),(48185,1218,'_shipping_state','LA'),(48186,1218,'_shipping_postcode','70535'),(48187,1218,'_shipping_country','US'),(48188,1218,'_order_currency','USD'),(48189,1218,'_cart_discount','0'),(48190,1218,'_cart_discount_tax','0'),(48191,1218,'_order_shipping','0'),(48192,1218,'_order_shipping_tax','0'),(48193,1218,'_order_tax','0'),(48194,1218,'_order_total','783.48'),(48195,1218,'_order_version','6.5.1'),(48196,1218,'_prices_include_tax','no'),(48197,1218,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(48198,1218,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(48199,1218,'is_vat_exempt','no'),(48200,1218,'Payment type','instant'),(48201,1218,'_transaction_id','0A1537599C603754T'),(48202,1218,'_paypal_status','completed'),(48203,1218,'PayPal Transaction Fee','27.83'),(48204,1218,'_date_paid','1654129949'),(48205,1218,'_paid_date','2022-06-02 00:32:29'),(48206,1218,'_download_permissions_granted','yes'),(48207,1218,'_recorded_sales','yes'),(48208,1218,'_recorded_coupon_usage_counts','yes'),(48209,1218,'_order_stock_reduced','yes'),(48210,1218,'_new_order_email_sent','true'),(48211,1219,'_order_key','wc_order_1Mhs7QQuc0wXI'),(48212,1219,'_customer_user','0'),(48213,1219,'_payment_method','paypal'),(48214,1219,'_payment_method_title','PayPal'),(48215,1219,'_customer_ip_address','136.49.57.192'),(48216,1219,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36'),(48217,1219,'_created_via','checkout'),(48218,1219,'_cart_hash','6e75bb0fcfb10dacf5404a6517946a11'),(48219,1219,'_billing_first_name','Lee'),(48220,1219,'_billing_last_name','Rogers'),(48221,1219,'_billing_company','United States'),(48222,1219,'_billing_address_1','40 N Interstate 35'),(48223,1219,'_billing_address_2','APT 4B2'),(48224,1219,'_billing_city','Austin'),(48225,1219,'_billing_state','TX'),(48226,1219,'_billing_postcode','78701'),(48227,1219,'_billing_country','US'),(48228,1219,'_billing_email','leerogers@flash.net'),(48229,1219,'_billing_phone','316-727-9951'),(48230,1219,'_shipping_first_name','Kaitlin'),(48231,1219,'_shipping_last_name','Ryan'),(48232,1219,'_shipping_company','LCA Dublin'),(48233,1219,'_shipping_address_1','5910 Wilcox Place'),(48234,1219,'_shipping_address_2','Suite E'),(48235,1219,'_shipping_city','Dublin'),(48236,1219,'_shipping_state','OH'),(48237,1219,'_shipping_postcode','43016'),(48238,1219,'_shipping_country','US'),(48239,1219,'_order_currency','USD'),(48240,1219,'_cart_discount','0'),(48241,1219,'_cart_discount_tax','0'),(48242,1219,'_order_shipping','0'),(48243,1219,'_order_shipping_tax','0'),(48244,1219,'_order_tax','0'),(48245,1219,'_order_total','951.03'),(48246,1219,'_order_version','6.5.1'),(48247,1219,'_prices_include_tax','no'),(48248,1219,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(48249,1219,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(48250,1219,'is_vat_exempt','no'),(48251,1219,'Payment type','instant'),(48252,1219,'_transaction_id','84W90960KT728453W'),(48253,1219,'_paypal_status','completed'),(48254,1219,'PayPal Transaction Fee','33.68'),(48255,1219,'_date_paid','1654200316'),(48256,1219,'_paid_date','2022-06-02 20:05:16'),(48257,1219,'_download_permissions_granted','yes'),(48258,1219,'_recorded_sales','yes'),(48259,1219,'_recorded_coupon_usage_counts','yes'),(48260,1219,'_order_stock_reduced','yes'),(48261,1219,'_new_order_email_sent','true'),(48262,1220,'_order_key','wc_order_xWgL4E0u3mQhT'),(48263,1220,'_customer_user','76'),(48264,1220,'_payment_method','paypal'),(48265,1220,'_payment_method_title','PayPal'),(48266,1220,'_customer_ip_address','73.126.87.181'),(48267,1220,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15'),(48268,1220,'_created_via','checkout'),(48269,1220,'_cart_hash','bc74805d624cf7b1feebaf3e2cf10b44'),(48270,1220,'_billing_first_name','Naomi'),(48271,1220,'_billing_last_name','Golden'),(48272,1220,'_billing_address_1','31 Mann Ave'),(48273,1220,'_billing_city','Needham'),(48274,1220,'_billing_state','MA'),(48275,1220,'_billing_postcode','02492'),(48276,1220,'_billing_country','US'),(48277,1220,'_billing_email','nrgolden6486@gmail.com'),(48278,1220,'_billing_phone','617-851-1322'),(48279,1220,'_shipping_first_name','Naomi'),(48280,1220,'_shipping_last_name','Golden'),(48281,1220,'_shipping_company','Lice Aunties'),(48282,1220,'_shipping_address_1','1234 Chestnut Street'),(48283,1220,'_shipping_city','Newton'),(48284,1220,'_shipping_state','MA'),(48285,1220,'_shipping_postcode','02464'),(48286,1220,'_shipping_country','US'),(48287,1220,'_order_currency','USD'),(48288,1220,'_cart_discount','0'),(48289,1220,'_cart_discount_tax','0'),(48290,1220,'_order_shipping','0'),(48291,1220,'_order_shipping_tax','0'),(48292,1220,'_order_tax','0'),(48293,1220,'_order_total','559.68'),(48294,1220,'_order_version','6.5.1'),(48295,1220,'_prices_include_tax','no'),(48296,1220,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(48297,1220,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(48298,1220,'is_vat_exempt','no'),(48299,1220,'_edit_lock','1654609947:2'),(48300,1220,'_edit_last','2'),(48301,1220,'_recorded_coupon_usage_counts','yes'),(48302,1220,'Payment type','instant'),(48303,1220,'_transaction_id','0A045419Y9016380F'),(48304,1220,'_paypal_status','completed'),(48305,1220,'PayPal Transaction Fee','20.02'),(48306,1220,'_date_paid','1654286114'),(48307,1220,'_paid_date','2022-06-03 19:55:14'),(48308,1220,'_download_permissions_granted','yes'),(48309,1220,'_recorded_sales','yes'),(48310,1220,'_order_stock_reduced','yes'),(48311,1220,'_new_order_email_sent','true'),(48312,1221,'_order_key','wc_order_L7hWdHruZyVi8'),(48313,1221,'_customer_user','64'),(48314,1221,'_payment_method','paypal'),(48315,1221,'_payment_method_title','PayPal'),(48316,1221,'_customer_ip_address','72.130.2.72'),(48317,1221,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(48318,1221,'_created_via','checkout'),(48319,1221,'_cart_hash','5b2ca32c9622b46ca0ca01a53e554dc4'),(48320,1221,'_billing_first_name','Barrie'),(48321,1221,'_billing_last_name','Desmond'),(48322,1221,'_billing_address_1','50 ALAHELE PL'),(48323,1221,'_billing_city','Kihei'),(48324,1221,'_billing_state','HI'),(48325,1221,'_billing_postcode','96753-7809'),(48326,1221,'_billing_country','US'),(48327,1221,'_billing_email','info@liceclinicshawaii.com'),(48328,1221,'_billing_phone','8082834247'),(48329,1221,'_shipping_first_name','Lice Clinics'),(48330,1221,'_shipping_last_name','Hawaii'),(48331,1221,'_shipping_address_1','250 Ward Avenue'),(48332,1221,'_shipping_address_2','Suite 231'),(48333,1221,'_shipping_city','Honolulu'),(48334,1221,'_shipping_state','HI'),(48335,1221,'_shipping_postcode','96814'),(48336,1221,'_shipping_country','US'),(48337,1221,'_order_currency','USD'),(48338,1221,'_cart_discount','0'),(48339,1221,'_cart_discount_tax','0'),(48340,1221,'_order_shipping','735.61'),(48341,1221,'_order_shipping_tax','0'),(48342,1221,'_order_tax','0'),(48343,1221,'_order_total','906.05'),(48344,1221,'_order_version','6.5.1'),(48345,1221,'_prices_include_tax','no'),(48346,1221,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(48347,1221,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(48348,1221,'is_vat_exempt','no'),(48349,1221,'acfw_shipping_discount_recalc','yes'),(48350,1221,'_edit_lock','1654639740:2'),(48351,1221,'_edit_last','2'),(48352,1221,'_recorded_coupon_usage_counts','yes'),(48353,515,'_used_by','64'),(48354,1221,'Payment type','instant'),(48355,1221,'_transaction_id','36D24571NH1544348'),(48356,1221,'_paypal_status','completed'),(48357,1221,'PayPal Transaction Fee','32.11'),(48358,1221,'_date_paid','1654388778'),(48359,1221,'_paid_date','2022-06-05 00:26:18'),(48360,1221,'_download_permissions_granted','yes'),(48361,1221,'_recorded_sales','yes'),(48362,1221,'_order_stock_reduced','yes'),(48363,1221,'_new_order_email_sent','true'),(48370,1222,'_order_key','wc_order_8mriskdZknLSO'),(48371,1222,'_customer_user','54'),(48372,1222,'_payment_method','paypal'),(48373,1222,'_payment_method_title','PayPal'),(48374,1222,'_customer_ip_address','67.175.206.111'),(48375,1222,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(48376,1222,'_created_via','checkout'),(48377,1222,'_cart_hash','475f241d50f20a807af3bf52e61df6d7'),(48378,1222,'_billing_first_name','Erin'),(48379,1222,'_billing_last_name','Hawn'),(48380,1222,'_billing_address_1','10 W Phillip Rd'),(48381,1222,'_billing_address_2','123'),(48382,1222,'_billing_city','Vernon Hills'),(48383,1222,'_billing_state','IL'),(48384,1222,'_billing_postcode','60061'),(48385,1222,'_billing_country','US'),(48386,1222,'_billing_email','info@liceclinicsvernonhills.com'),(48387,1222,'_billing_phone','8475960408'),(48388,1222,'_shipping_first_name','Erin'),(48389,1222,'_shipping_last_name','Hawn'),(48390,1222,'_shipping_address_1','1491 S Amarias Dr'),(48391,1222,'_shipping_city','Round lake'),(48392,1222,'_shipping_state','IL'),(48393,1222,'_shipping_postcode','60073'),(48394,1222,'_shipping_country','US'),(48395,1222,'_order_currency','USD'),(48396,1222,'_cart_discount','0'),(48397,1222,'_cart_discount_tax','0'),(48398,1222,'_order_shipping','0'),(48399,1222,'_order_shipping_tax','0'),(48400,1222,'_order_tax','0'),(48401,1222,'_order_total','544.48'),(48402,1222,'_order_version','6.5.1'),(48403,1222,'_prices_include_tax','no'),(48404,1222,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(48405,1222,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(48406,1222,'is_vat_exempt','no'),(48407,1222,'Payment type','instant'),(48408,1222,'_transaction_id','6WR04735L62114116'),(48409,1222,'_paypal_status','completed'),(48410,1222,'PayPal Transaction Fee','19.49'),(48411,1222,'_date_paid','1654460021'),(48412,1222,'_paid_date','2022-06-05 20:13:41'),(48413,1222,'_download_permissions_granted','yes'),(48414,1222,'_recorded_sales','yes'),(48415,1222,'_recorded_coupon_usage_counts','yes'),(48416,1222,'_order_stock_reduced','yes'),(48417,1222,'_new_order_email_sent','true'),(48419,1223,'_order_key','wc_order_iIDgAeEkuiVED'),(48420,1223,'_customer_user','6'),(48421,1223,'_payment_method','paypal'),(48422,1223,'_payment_method_title','PayPal'),(48423,1223,'_customer_ip_address','76.20.84.214'),(48424,1223,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(48425,1223,'_created_via','checkout'),(48426,1223,'_cart_hash','15b6d5f0583ac80a5eec14ccd6f1b64d'),(48427,1223,'_billing_first_name','Amira'),(48428,1223,'_billing_last_name','Purto'),(48429,1223,'_billing_address_1','2628 Acapulco Way'),(48430,1223,'_billing_city','Modesto'),(48431,1223,'_billing_state','CA'),(48432,1223,'_billing_postcode','95355'),(48433,1223,'_billing_country','US'),(48434,1223,'_billing_email','amira77@sbcglobal.net'),(48435,1223,'_billing_phone','2096422061'),(48436,1223,'_shipping_first_name','Amira'),(48437,1223,'_shipping_last_name','Purto'),(48438,1223,'_shipping_address_1','2628 Acapulco Way'),(48439,1223,'_shipping_city','Modesto'),(48440,1223,'_shipping_state','CA'),(48441,1223,'_shipping_postcode','95355'),(48442,1223,'_shipping_country','US'),(48443,1223,'_order_currency','USD'),(48444,1223,'_cart_discount','0'),(48445,1223,'_cart_discount_tax','0'),(48446,1223,'_order_shipping','0'),(48447,1223,'_order_shipping_tax','0'),(48448,1223,'_order_tax','0'),(48449,1223,'_order_total','1731.08'),(48450,1223,'_order_version','6.5.1'),(48451,1223,'_prices_include_tax','no'),(48452,1223,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(48453,1223,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(48454,1223,'is_vat_exempt','no'),(48455,1223,'Payment type','instant'),(48456,1223,'_transaction_id','5WT26516XP172123N'),(48457,1223,'_paypal_status','completed'),(48458,1223,'PayPal Transaction Fee','60.90'),(48459,1223,'_date_paid','1654467781'),(48460,1223,'_paid_date','2022-06-05 22:23:01'),(48461,1223,'_download_permissions_granted','yes'),(48462,1223,'_recorded_sales','yes'),(48463,1223,'_recorded_coupon_usage_counts','yes'),(48464,1223,'_order_stock_reduced','yes'),(48465,1223,'_new_order_email_sent','true'),(48466,1224,'_order_key','wc_order_oarF2jEsMxlmy'),(48467,1224,'_customer_user','29'),(48468,1224,'_payment_method','paypal'),(48469,1224,'_payment_method_title','PayPal'),(48470,1224,'_customer_ip_address','71.225.162.32'),(48471,1224,'_customer_user_agent','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'),(48472,1224,'_created_via','checkout'),(48473,1224,'_cart_hash','4c39b6c428eeb24e938f74b2e9e9522a'),(48474,1224,'_billing_first_name','Kevin'),(48475,1224,'_billing_last_name','Reilly'),(48476,1224,'_billing_address_1','5460 Richie Ct'),(48477,1224,'_billing_city','Pipersville'),(48478,1224,'_billing_state','PA'),(48479,1224,'_billing_postcode','18947'),(48480,1224,'_billing_country','US'),(48481,1224,'_billing_email','info@liceclinicslansdale.com'),(48482,1224,'_billing_phone','2156941408'),(48483,1224,'_shipping_first_name','Kevin'),(48484,1224,'_shipping_last_name','Reilly'),(48485,1224,'_shipping_company','LCA Lansdale'),(48486,1224,'_shipping_address_1','2131 North Broad Street'),(48487,1224,'_shipping_address_2','Suite 101'),(48488,1224,'_shipping_city','Lansdale'),(48489,1224,'_shipping_state','PA'),(48490,1224,'_shipping_postcode','19446'),(48491,1224,'_shipping_country','US'),(48492,1224,'_order_currency','USD'),(48493,1224,'_cart_discount','0'),(48494,1224,'_cart_discount_tax','0'),(48495,1224,'_order_shipping','15.62'),(48496,1224,'_order_shipping_tax','0'),(48497,1224,'_order_tax','0'),(48498,1224,'_order_total','46.97'),(48499,1224,'_order_version','6.5.1'),(48500,1224,'_prices_include_tax','no'),(48501,1224,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(48502,1224,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(48503,1224,'is_vat_exempt','no'),(48504,1224,'Payment type','instant'),(48505,1224,'_transaction_id','5T3688813H395093E'),(48506,1224,'_paypal_status','completed'),(48507,1224,'PayPal Transaction Fee','2.13'),(48508,1224,'_date_paid','1654478795'),(48509,1224,'_paid_date','2022-06-06 01:26:35'),(48510,1224,'_download_permissions_granted','yes'),(48511,1224,'_recorded_sales','yes'),(48512,1224,'_recorded_coupon_usage_counts','yes'),(48513,1224,'_order_stock_reduced','yes'),(48514,1224,'_new_order_email_sent','true'),(48515,1225,'_order_key','wc_order_afJ1jhZYyyZnn'),(48516,1225,'_customer_user','3'),(48517,1225,'_payment_method','paypal'),(48518,1225,'_payment_method_title','PayPal'),(48519,1225,'_customer_ip_address','70.142.202.154'),(48520,1225,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(48521,1225,'_created_via','checkout'),(48522,1225,'_cart_hash','f60ebe08f7d1d2b91cc37f41e790c78b'),(48523,1225,'_billing_first_name','Amanda'),(48524,1225,'_billing_last_name','Westerman'),(48525,1225,'_billing_company','Lice Clinics of America McKinney'),(48526,1225,'_billing_address_1','3120 Hudson Crossing'),(48527,1225,'_billing_address_2','Suite A2'),(48528,1225,'_billing_city','MCKINNEY'),(48529,1225,'_billing_state','TX'),(48530,1225,'_billing_postcode','75070'),(48531,1225,'_billing_country','US'),(48532,1225,'_billing_email','awesterman1103@gmail.com'),(48533,1225,'_billing_phone','2144175741'),(48534,1225,'_shipping_first_name','AMANDA'),(48535,1225,'_shipping_last_name','Westerman'),(48536,1225,'_shipping_address_1','1709 Damian Way'),(48537,1225,'_shipping_city','Richardson'),(48538,1225,'_shipping_state','TX'),(48539,1225,'_shipping_postcode','75081'),(48540,1225,'_shipping_country','US'),(48541,1225,'_order_currency','USD'),(48542,1225,'_cart_discount','0'),(48543,1225,'_cart_discount_tax','0'),(48544,1225,'_order_shipping','0'),(48545,1225,'_order_shipping_tax','0'),(48546,1225,'_order_tax','0'),(48547,1225,'_order_total','784.39'),(48548,1225,'_order_version','6.5.1'),(48549,1225,'_prices_include_tax','no'),(48550,1225,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(48551,1225,'_shipping_address_index','AMANDA Westerman  1709 Damian Way  Richardson TX 75081 US '),(48552,1225,'is_vat_exempt','no'),(48553,1225,'Payment type','instant'),(48554,1225,'_transaction_id','2EJ14971JU760925J'),(48555,1225,'_paypal_status','completed'),(48556,1225,'PayPal Transaction Fee','27.87'),(48557,1225,'_date_paid','1654531222'),(48558,1225,'_paid_date','2022-06-06 16:00:22'),(48559,1225,'_download_permissions_granted','yes'),(48560,1225,'_recorded_sales','yes'),(48561,1225,'_recorded_coupon_usage_counts','yes'),(48562,1225,'_order_stock_reduced','yes'),(48563,1225,'_new_order_email_sent','true'),(48565,1226,'_order_key','wc_order_IDndAbStqKMYJ'),(48566,1226,'_customer_user','46'),(48567,1226,'_payment_method','paypal'),(48568,1226,'_payment_method_title','PayPal'),(48569,1226,'_customer_ip_address','216.163.6.72'),(48570,1226,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(48571,1226,'_created_via','checkout'),(48572,1226,'_cart_hash','aff926c99a96f6dd2563acea65d9ddaa'),(48573,1226,'_billing_first_name','Shannon'),(48574,1226,'_billing_last_name','Steele'),(48575,1226,'_billing_company','SBS Investments'),(48576,1226,'_billing_address_1','1702 Hazelwood Court'),(48577,1226,'_billing_city','Jonesboro'),(48578,1226,'_billing_state','AR'),(48579,1226,'_billing_postcode','72401'),(48580,1226,'_billing_country','US'),(48581,1226,'_billing_email','info@liceclinicsjonesboro.com'),(48582,1226,'_billing_phone','8709262731'),(48583,1226,'_shipping_first_name','Shannon'),(48584,1226,'_shipping_last_name','Steele'),(48585,1226,'_shipping_company','SBS Investments/LCA- Jonesboro'),(48586,1226,'_shipping_address_1','3106 Orval Orlan Drive'),(48587,1226,'_shipping_address_2','Suite D'),(48588,1226,'_shipping_city','Jonesboro'),(48589,1226,'_shipping_state','AR'),(48590,1226,'_shipping_postcode','72404'),(48591,1226,'_shipping_country','US'),(48592,1226,'_order_currency','USD'),(48593,1226,'_cart_discount','0'),(48594,1226,'_cart_discount_tax','0'),(48595,1226,'_order_shipping','22.23'),(48596,1226,'_order_shipping_tax','0'),(48597,1226,'_order_tax','0'),(48598,1226,'_order_total','435.61'),(48599,1226,'_order_version','6.5.1'),(48600,1226,'_prices_include_tax','no'),(48601,1226,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(48602,1226,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(48603,1226,'is_vat_exempt','no'),(48604,1226,'Payment type','instant'),(48605,1226,'_transaction_id','1EU04659G4260550T'),(48606,1226,'_paypal_status','completed'),(48607,1226,'PayPal Transaction Fee','15.69'),(48608,1226,'_date_paid','1654534199'),(48609,1226,'_paid_date','2022-06-06 16:49:59'),(48610,1226,'_download_permissions_granted','yes'),(48611,1226,'_recorded_sales','yes'),(48612,1226,'_recorded_coupon_usage_counts','yes'),(48613,1226,'_order_stock_reduced','yes'),(48614,1226,'_new_order_email_sent','true'),(48615,1227,'_order_key','wc_order_9rQmPXY2QDSQ8'),(48616,1227,'_customer_user','57'),(48617,1227,'_payment_method','paypal'),(48618,1227,'_payment_method_title','PayPal'),(48619,1227,'_customer_ip_address','107.203.54.57'),(48620,1227,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36 Edg/101.0.1210.39'),(48621,1227,'_created_via','checkout'),(48622,1227,'_cart_hash','a6a9f684e52637ac8c841551010499b6'),(48623,1227,'_billing_first_name','Heather'),(48624,1227,'_billing_last_name','Purtle'),(48625,1227,'_billing_company','LCA- Greenville'),(48626,1227,'_billing_address_1','1 Creekview Ct.'),(48627,1227,'_billing_address_2','Ste C'),(48628,1227,'_billing_city','Greenville'),(48629,1227,'_billing_state','SC'),(48630,1227,'_billing_postcode','29615'),(48631,1227,'_billing_country','US'),(48632,1227,'_billing_email','hpurtle@bellsouth.net'),(48633,1227,'_billing_phone','8643604388'),(48634,1227,'_shipping_first_name','Heather'),(48635,1227,'_shipping_last_name','Purtle'),(48636,1227,'_shipping_company','LCA- Greenville'),(48637,1227,'_shipping_address_1','1 Creekview Ct.'),(48638,1227,'_shipping_address_2','Ste C'),(48639,1227,'_shipping_city','Greenville'),(48640,1227,'_shipping_state','SC'),(48641,1227,'_shipping_postcode','29615'),(48642,1227,'_shipping_country','US'),(48643,1227,'_order_currency','USD'),(48644,1227,'_cart_discount','0'),(48645,1227,'_cart_discount_tax','0'),(48646,1227,'_order_shipping','16.21'),(48647,1227,'_order_shipping_tax','0'),(48648,1227,'_order_tax','0'),(48649,1227,'_order_total','109.71'),(48650,1227,'_order_version','6.5.1'),(48651,1227,'_prices_include_tax','no'),(48652,1227,'_billing_address_index','Heather Purtle LCA- Greenville 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(48653,1227,'_shipping_address_index','Heather Purtle LCA- Greenville 1 Creekview Ct. Ste C Greenville SC 29615 US '),(48654,1227,'is_vat_exempt','no'),(48655,1228,'_order_key','wc_order_MEyACqxzynwn1'),(48656,1228,'_customer_user','11'),(48657,1228,'_payment_method','paypal'),(48658,1228,'_payment_method_title','PayPal'),(48659,1228,'_customer_ip_address','74.131.22.162'),(48660,1228,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36'),(48661,1228,'_created_via','checkout'),(48662,1228,'_cart_hash','6988cc2cdba4bc4341ef8b76394854d7'),(48663,1228,'_billing_first_name','Tina'),(48664,1228,'_billing_last_name','Hunt'),(48665,1228,'_billing_company','LCBG, LLC'),(48666,1228,'_billing_address_1','830 Fairview Ave.'),(48667,1228,'_billing_address_2','Suite A-4'),(48668,1228,'_billing_city','Bowling Green'),(48669,1228,'_billing_state','KY'),(48670,1228,'_billing_postcode','42101'),(48671,1228,'_billing_country','US'),(48672,1228,'_billing_email','info@liceclinicsbowlinggreen.com'),(48673,1228,'_billing_phone','2709996803'),(48674,1228,'_shipping_first_name','Tina'),(48675,1228,'_shipping_last_name','Hunt'),(48676,1228,'_shipping_address_1','494 Hub Boulevard'),(48677,1228,'_shipping_address_2','Apt 1012'),(48678,1228,'_shipping_city','Bowling Green'),(48679,1228,'_shipping_state','KY'),(48680,1228,'_shipping_postcode','42101'),(48681,1228,'_shipping_country','US'),(48682,1228,'_order_currency','USD'),(48683,1228,'_cart_discount','0'),(48684,1228,'_cart_discount_tax','0'),(48685,1228,'_order_shipping','18.66'),(48686,1228,'_order_shipping_tax','0'),(48687,1228,'_order_tax','0'),(48688,1228,'_order_total','337.98'),(48689,1228,'_order_version','6.5.1'),(48690,1228,'_prices_include_tax','no'),(48691,1228,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(48692,1228,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(48693,1228,'is_vat_exempt','no'),(48694,1228,'Payment type','instant'),(48695,1228,'_transaction_id','37H84456WN455023E'),(48696,1228,'_paypal_status','completed'),(48697,1228,'PayPal Transaction Fee','12.29'),(48698,1228,'_date_paid','1654562014'),(48699,1228,'_paid_date','2022-06-07 00:33:34'),(48700,1228,'_download_permissions_granted','yes'),(48701,1228,'_recorded_sales','yes'),(48702,1228,'_recorded_coupon_usage_counts','yes'),(48703,1228,'_order_stock_reduced','yes'),(48704,1228,'_new_order_email_sent','true'),(48705,1229,'_order_key','wc_order_R5849N4xP7UCX'),(48706,1229,'_customer_user','94'),(48707,1229,'_payment_method','paypal'),(48708,1229,'_payment_method_title','PayPal'),(48709,1229,'_customer_ip_address','76.200.128.12'),(48710,1229,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47'),(48711,1229,'_created_via','checkout'),(48712,1229,'_cart_hash','a044a54b779af5ec767aa70b8e506381'),(48713,1229,'_billing_first_name','Dacy'),(48714,1229,'_billing_last_name','Hitt'),(48715,1229,'_billing_address_1','8850 Penbrooke ct'),(48716,1229,'_billing_city','Cumming'),(48717,1229,'_billing_state','GA'),(48718,1229,'_billing_postcode','30028'),(48719,1229,'_billing_country','US'),(48720,1229,'_billing_email','dacy1016@gmail.com'),(48721,1229,'_billing_phone','7705965455'),(48722,1229,'_shipping_first_name','Dacy'),(48723,1229,'_shipping_last_name','Hitt'),(48724,1229,'_shipping_address_1','102 Mary Alice Park rd'),(48725,1229,'_shipping_address_2','Suite 503'),(48726,1229,'_shipping_city','Cumming'),(48727,1229,'_shipping_state','GA'),(48728,1229,'_shipping_postcode','30040'),(48729,1229,'_shipping_country','US'),(48730,1229,'_order_currency','USD'),(48731,1229,'_cart_discount','0'),(48732,1229,'_cart_discount_tax','0'),(48733,1229,'_order_shipping','0'),(48734,1229,'_order_shipping_tax','0'),(48735,1229,'_order_tax','0'),(48736,1229,'_order_total','667.31'),(48737,1229,'_order_version','6.5.1'),(48738,1229,'_prices_include_tax','no'),(48739,1229,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(48740,1229,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(48741,1229,'is_vat_exempt','no'),(48742,1225,'_edit_lock','1654615968:2'),(48743,1226,'_edit_lock','1654609761:2'),(48744,1226,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190440\";s:12:\"date_shipped\";s:10:\"1654473600\";s:11:\"tracking_id\";s:32:\"456b5cedafddf293a3f82c17ecaa3c6f\";}}'),(48745,1226,'_edit_last','2'),(48746,1226,'_date_completed','1654609886'),(48747,1226,'_completed_date','2022-06-07 13:51:26'),(48748,1223,'_edit_lock','1654609866:2'),(48749,1223,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190430\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"577c10ed620a6e2d8c2506636bed0e16\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190429\";s:12:\"date_shipped\";i:1654609959;s:11:\"tracking_id\";s:32:\"2f5efc82ff8f9489bfeb2be8480e3c31\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190418\";s:12:\"date_shipped\";i:1654609968;s:11:\"tracking_id\";s:32:\"3ed88c6da65aecadb84e4d84c266c219\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190407\";s:12:\"date_shipped\";i:1654609976;s:11:\"tracking_id\";s:32:\"1821d140138c24907c0c1d640607a914\";}}'),(48750,1223,'_edit_last','2'),(48751,1223,'_date_completed','1654609981'),(48752,1223,'_completed_date','2022-06-07 13:53:01'),(48753,1220,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190197\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"181494f26048477b7a1cf1dfbb33ad9d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190186\";s:12:\"date_shipped\";i:1654610035;s:11:\"tracking_id\";s:32:\"33a9cc4c6d66004606e6bc2c25546310\";}}'),(48754,1220,'_date_completed','1654610042'),(48755,1220,'_completed_date','2022-06-07 13:54:02'),(48756,1219,'_edit_lock','1654610100:2'),(48757,1219,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190061\";s:12:\"date_shipped\";s:10:\"1654214400\";s:11:\"tracking_id\";s:32:\"40dde707c9e37d51ef79b9dabb9e6da2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190050\";s:12:\"date_shipped\";s:10:\"1654214400\";s:11:\"tracking_id\";s:32:\"75b5191e56d2b825b19d2de976ed9e28\";}}'),(48758,1219,'_edit_last','2'),(48759,1219,'_date_completed','1654610196'),(48760,1219,'_completed_date','2022-06-07 13:56:36'),(48761,230,'_edit_lock','1654615429:2'),(48762,230,'_edit_last','2'),(48766,1229,'_edit_lock','1654640012:2'),(48767,1229,'_edit_last','2'),(48768,1229,'_recorded_coupon_usage_counts','yes'),(48769,1227,'_edit_lock','1654744728:2'),(48770,1227,'_edit_last','2'),(48771,1227,'_recorded_coupon_usage_counts','yes'),(48772,1228,'_edit_lock','1654615813:2'),(48773,1228,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190532\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"9fb11b28ea381af4755cc4ba43897045\";}}'),(48774,1228,'_edit_last','2'),(48775,1228,'_date_completed','1654615784'),(48776,1228,'_completed_date','2022-06-07 15:29:44'),(48777,1225,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190495\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"dffd82d6da09240f8669dfaeba59ab5b\";}}'),(48778,1225,'_edit_last','2'),(48779,1225,'_date_completed','1654616096'),(48780,1225,'_completed_date','2022-06-07 15:34:56'),(48781,1224,'_edit_lock','1654639911:2'),(48782,1222,'_edit_lock','1654619875:2'),(48783,1218,'_edit_lock','1654639810:2'),(48784,1224,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190370\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"68891a14cabb02ecd2a9ff4aa29c2225\";}}'),(48785,1222,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190359\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"ba1cddc502f6d63390608f39fc934d6a\";}}'),(48786,1222,'_edit_last','2'),(48787,1222,'_date_completed','1654619327'),(48788,1222,'_completed_date','2022-06-07 16:28:47'),(48789,1229,'Payment type','instant'),(48790,1229,'_transaction_id','9T997448UP270531P'),(48791,1229,'_paypal_status','completed'),(48792,1229,'PayPal Transaction Fee','23.78'),(48793,1229,'_date_paid','1654624411'),(48794,1229,'_paid_date','2022-06-07 17:53:31'),(48795,1229,'_download_permissions_granted','yes'),(48796,1229,'_recorded_sales','yes'),(48797,1229,'_order_stock_reduced','yes'),(48798,1229,'_new_order_email_sent','true'),(48799,1227,'Payment type','instant'),(48800,1227,'_transaction_id','80L37259SB054105P'),(48801,1227,'_paypal_status','completed'),(48802,1227,'PayPal Transaction Fee','4.32'),(48803,1227,'_date_paid','1654638348'),(48804,1227,'_paid_date','2022-06-07 21:45:48'),(48805,1227,'_download_permissions_granted','yes'),(48806,1227,'_recorded_sales','yes'),(48807,1227,'_order_stock_reduced','yes'),(48808,1227,'_new_order_email_sent','true'),(48809,1218,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189870\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"6ac49f66f76ba39a0ad009d089e9fb47\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830189881\";s:12:\"date_shipped\";i:1654639769;s:11:\"tracking_id\";s:32:\"8539b149c241b4d8f66f298fcb6904a8\";}}'),(48810,1218,'_edit_last','2'),(48811,1218,'_date_completed','1654639788'),(48812,1218,'_completed_date','2022-06-07 22:09:48'),(48813,1221,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190315\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"747e8ee472cca90e19293179118eb698\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190326\";s:12:\"date_shipped\";i:1654639854;s:11:\"tracking_id\";s:32:\"6ebb71861a53095449c755ea7864f8c0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190337\";s:12:\"date_shipped\";i:1654639861;s:11:\"tracking_id\";s:32:\"fdf9713284d8a3d3c72adbf90eaba614\";}}'),(48814,1221,'_date_completed','1654639866'),(48815,1221,'_completed_date','2022-06-07 22:11:06'),(48816,1224,'_edit_last','2'),(48817,1224,'_date_completed','1654639903'),(48818,1224,'_completed_date','2022-06-07 22:11:43'),(48819,1229,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190598\";s:12:\"date_shipped\";s:10:\"1654560000\";s:11:\"tracking_id\";s:32:\"0ce016717439823c8ecf8cf5b4e9b1bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190587\";s:12:\"date_shipped\";i:1654640101;s:11:\"tracking_id\";s:32:\"0252487396143c821fa2516843c0fb06\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190576\";s:12:\"date_shipped\";i:1654640107;s:11:\"tracking_id\";s:32:\"4366d4b7cbca6b8f2105e9e5dae9dee9\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190565\";s:12:\"date_shipped\";i:1654640112;s:11:\"tracking_id\";s:32:\"1e5a1b2702ae8b532bdeea12ef1d07c8\";}}'),(48820,1229,'_date_completed','1654640119'),(48821,1229,'_completed_date','2022-06-07 22:15:19'),(48822,1231,'_order_key','wc_order_V7sZ8fK1Gl7pJ'),(48823,1231,'_customer_user','21'),(48824,1231,'_payment_method','paypal'),(48825,1231,'_payment_method_title','PayPal'),(48826,1231,'_customer_ip_address','173.216.41.31'),(48827,1231,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(48828,1231,'_created_via','checkout'),(48829,1231,'_cart_hash','86d09fd786184e6ebce09defe88d76af'),(48830,1231,'_billing_first_name','LCA'),(48831,1231,'_billing_last_name','Arkansas'),(48832,1231,'_billing_company','LCA - Central Arkansas'),(48833,1231,'_billing_address_1','1011 N. 2nd St., Ste. D'),(48834,1231,'_billing_city','Cabot'),(48835,1231,'_billing_state','AR'),(48836,1231,'_billing_postcode','72023'),(48837,1231,'_billing_country','US'),(48838,1231,'_billing_email','liceclinicslittlerock@gmail.com'),(48839,1231,'_billing_phone','15014249396'),(48840,1231,'_shipping_first_name','LCA'),(48841,1231,'_shipping_last_name','Arkansas'),(48842,1231,'_shipping_company','LCA - Central Arkansas'),(48843,1231,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(48844,1231,'_shipping_city','Cabot'),(48845,1231,'_shipping_state','AR'),(48846,1231,'_shipping_postcode','72023'),(48847,1231,'_shipping_country','US'),(48848,1231,'_order_currency','USD'),(48849,1231,'_cart_discount','0'),(48850,1231,'_cart_discount_tax','0'),(48851,1231,'_order_shipping','0'),(48852,1231,'_order_shipping_tax','0'),(48853,1231,'_order_tax','0'),(48854,1231,'_order_total','644.18'),(48855,1231,'_order_version','6.5.1'),(48856,1231,'_prices_include_tax','no'),(48857,1231,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(48858,1231,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(48859,1231,'is_vat_exempt','no'),(48860,1231,'Payment type','instant'),(48861,1231,'_transaction_id','76K683652U1899646'),(48862,1231,'_paypal_status','completed'),(48863,1231,'PayPal Transaction Fee','22.97'),(48864,1231,'_date_paid','1654717130'),(48865,1231,'_paid_date','2022-06-08 19:38:50'),(48866,1231,'_download_permissions_granted','yes'),(48867,1231,'_recorded_sales','yes'),(48868,1231,'_recorded_coupon_usage_counts','yes'),(48869,1231,'_order_stock_reduced','yes'),(48870,1231,'_new_order_email_sent','true'),(48871,1232,'_order_key','wc_order_Dn0InkF4t2Ibi'),(48872,1232,'_customer_user','3'),(48873,1232,'_payment_method','paypal'),(48874,1232,'_payment_method_title','PayPal'),(48875,1232,'_customer_ip_address','70.142.202.154'),(48876,1232,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(48877,1232,'_created_via','checkout'),(48878,1232,'_cart_hash','c66eab999f0e48e476d9e8119e61a78f'),(48879,1232,'_billing_first_name','Amanda'),(48880,1232,'_billing_last_name','Westerman'),(48881,1232,'_billing_company','Lice Clinics of America McKinney'),(48882,1232,'_billing_address_1','3120 Hudson Crossing'),(48883,1232,'_billing_address_2','Suite A2'),(48884,1232,'_billing_city','MCKINNEY'),(48885,1232,'_billing_state','TX'),(48886,1232,'_billing_postcode','75070'),(48887,1232,'_billing_country','US'),(48888,1232,'_billing_email','awesterman1103@gmail.com'),(48889,1232,'_billing_phone','2144175741'),(48890,1232,'_shipping_first_name','Gretchen'),(48891,1232,'_shipping_last_name','Neville'),(48892,1232,'_shipping_company','Lice Clinics of America McKinney'),(48893,1232,'_shipping_address_1','3120 Hudson Crossing, Suite A2'),(48894,1232,'_shipping_city','McKinney'),(48895,1232,'_shipping_state','TX'),(48896,1232,'_shipping_postcode','75070'),(48897,1232,'_shipping_country','US'),(48898,1232,'_order_currency','USD'),(48899,1232,'_cart_discount','0'),(48900,1232,'_cart_discount_tax','0'),(48901,1232,'_order_shipping','0'),(48902,1232,'_order_shipping_tax','0'),(48903,1232,'_order_tax','0'),(48904,1232,'_order_total','595.99'),(48905,1232,'_order_version','6.5.1'),(48906,1232,'_prices_include_tax','no'),(48907,1232,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(48908,1232,'_shipping_address_index','Gretchen Neville Lice Clinics of America McKinney 3120 Hudson Crossing, Suite A2  McKinney TX 75070 US '),(48909,1232,'is_vat_exempt','no'),(48910,1232,'Payment type','instant'),(48911,1232,'_transaction_id','8VU406159B520754K'),(48912,1232,'_paypal_status','completed'),(48913,1232,'PayPal Transaction Fee','21.29'),(48914,1232,'_date_paid','1654722580'),(48915,1232,'_paid_date','2022-06-08 21:09:40'),(48916,1232,'_download_permissions_granted','yes'),(48917,1232,'_recorded_sales','yes'),(48918,1232,'_recorded_coupon_usage_counts','yes'),(48919,1232,'_order_stock_reduced','yes'),(48920,1232,'_new_order_email_sent','true'),(48921,1227,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190679\";s:12:\"date_shipped\";s:10:\"1654732800\";s:11:\"tracking_id\";s:32:\"c85ebcb69df99c21df93c412f7679c0b\";}}'),(48922,1227,'_date_completed','1654744857'),(48923,1227,'_completed_date','2022-06-09 03:20:57'),(48924,1231,'_edit_lock','1654745152:2'),(48925,1231,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190922\";s:12:\"date_shipped\";s:10:\"1654732800\";s:11:\"tracking_id\";s:32:\"9d9196e0fb491393d166e85fe80b0120\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190911\";s:12:\"date_shipped\";i:1654744904;s:11:\"tracking_id\";s:32:\"7f356df38483489043a4efe29a8f0658\";}}'),(48926,1231,'_edit_last','2'),(48927,1231,'_date_completed','1654744947'),(48928,1231,'_completed_date','2022-06-09 03:22:27'),(48929,1233,'_order_key','wc_order_3Ww58a34D8y0K'),(48930,1233,'_customer_user','66'),(48931,1233,'_payment_method','paypal'),(48932,1233,'_payment_method_title','PayPal'),(48933,1233,'_customer_ip_address','69.250.30.77'),(48934,1233,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(48935,1233,'_created_via','checkout'),(48936,1233,'_cart_hash','87ab0a1504d79754b9e557db70883ff1'),(48937,1233,'_billing_first_name','Mark'),(48938,1233,'_billing_last_name','Dent'),(48939,1233,'_billing_company','Lice Clinics of Maryland'),(48940,1233,'_billing_address_1','801 W 33rd Street'),(48941,1233,'_billing_city','BAltimore'),(48942,1233,'_billing_state','MD'),(48943,1233,'_billing_postcode','21211'),(48944,1233,'_billing_country','US'),(48945,1233,'_billing_email','info@liceclinicsofmaryland.com'),(48946,1233,'_billing_phone','4438349991'),(48947,1233,'_shipping_first_name','Dawn'),(48948,1233,'_shipping_last_name','Mumaw'),(48949,1233,'_shipping_company','LCA Baltimore'),(48950,1233,'_shipping_address_1','604 Providence Road'),(48951,1233,'_shipping_city','Towson'),(48952,1233,'_shipping_state','MD'),(48953,1233,'_shipping_postcode','21286'),(48954,1233,'_shipping_country','US'),(48955,1233,'_order_currency','USD'),(48956,1233,'_cart_discount','0'),(48957,1233,'_cart_discount_tax','0'),(48958,1233,'_order_shipping','0'),(48959,1233,'_order_shipping_tax','0'),(48960,1233,'_order_tax','0'),(48961,1233,'_order_total','1400.88'),(48962,1233,'_order_version','6.5.1'),(48963,1233,'_prices_include_tax','no'),(48964,1233,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(48965,1233,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(48966,1233,'is_vat_exempt','no'),(48967,1234,'_order_key','wc_order_w0nC08vqctiVD'),(48968,1234,'_customer_user','20'),(48969,1234,'_payment_method','paypal'),(48970,1234,'_payment_method_title','PayPal'),(48971,1234,'_customer_ip_address','76.175.96.152'),(48972,1234,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14526.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.64 Safari/537.36'),(48973,1234,'_created_via','checkout'),(48974,1234,'_cart_hash','4751f3815b37005f9c32abbebdb09ecc'),(48975,1234,'_billing_first_name','Hasani'),(48976,1234,'_billing_last_name','Thompson'),(48977,1234,'_billing_company','Heat in Hair'),(48978,1234,'_billing_address_1','27225 Camp Plenty Road'),(48979,1234,'_billing_address_2','1D'),(48980,1234,'_billing_city','Santa Clarita'),(48981,1234,'_billing_state','CA'),(48982,1234,'_billing_postcode','91351'),(48983,1234,'_billing_country','US'),(48984,1234,'_billing_email','info@liceclinicssantaclarita.com'),(48985,1234,'_billing_phone','6615850263'),(48986,1234,'_shipping_first_name','Hasani'),(48987,1234,'_shipping_last_name','Thompson'),(48988,1234,'_shipping_company','Heat in Hair'),(48989,1234,'_shipping_address_1','5145 Nightsky Place'),(48990,1234,'_shipping_city','Palmdale'),(48991,1234,'_shipping_state','CA'),(48992,1234,'_shipping_postcode','93552'),(48993,1234,'_shipping_country','US'),(48994,1234,'_order_currency','USD'),(48995,1234,'_cart_discount','0'),(48996,1234,'_cart_discount_tax','0'),(48997,1234,'_order_shipping','118.71'),(48998,1234,'_order_shipping_tax','0'),(48999,1234,'_order_tax','0'),(49000,1234,'_order_total','634.17'),(49001,1234,'_order_version','6.5.1'),(49002,1234,'_prices_include_tax','no'),(49003,1234,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(49004,1234,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(49005,1234,'is_vat_exempt','no'),(49006,1234,'Payment type','instant'),(49007,1234,'_transaction_id','7UP85763C9509593U'),(49008,1234,'_paypal_status','completed'),(49009,1234,'PayPal Transaction Fee','22.62'),(49010,1234,'_date_paid','1654890738'),(49011,1234,'_paid_date','2022-06-10 19:52:18'),(49012,1234,'_download_permissions_granted','yes'),(49013,1234,'_recorded_sales','yes'),(49014,1234,'_recorded_coupon_usage_counts','yes'),(49015,1234,'_order_stock_reduced','yes'),(49016,1234,'_new_order_email_sent','true'),(49017,1235,'_order_key','wc_order_lLeGET6CNsQsg'),(49018,1235,'_customer_user','0'),(49019,1235,'_payment_method','paypal'),(49020,1235,'_payment_method_title','PayPal'),(49021,1235,'_customer_ip_address','136.49.57.192'),(49022,1235,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36'),(49023,1235,'_created_via','checkout'),(49024,1235,'_cart_hash','e39e0ecd5cc8dd76c50b6c53206757f9'),(49025,1235,'_billing_first_name','Lee'),(49026,1235,'_billing_last_name','Rogers'),(49027,1235,'_billing_company','United States'),(49028,1235,'_billing_address_1','40 N Interstate 35'),(49029,1235,'_billing_address_2','APT 4B2'),(49030,1235,'_billing_city','Austin'),(49031,1235,'_billing_state','TX'),(49032,1235,'_billing_postcode','78701'),(49033,1235,'_billing_country','US'),(49034,1235,'_billing_email','leerogers@flash.net'),(49035,1235,'_billing_phone','316-727-9951'),(49036,1235,'_shipping_first_name','Kaitlin'),(49037,1235,'_shipping_last_name','Ryan'),(49038,1235,'_shipping_company','LCA Dublin'),(49039,1235,'_shipping_address_1','5910 Wilcox Place'),(49040,1235,'_shipping_address_2','Suite E'),(49041,1235,'_shipping_city','Dublin'),(49042,1235,'_shipping_state','OH'),(49043,1235,'_shipping_postcode','43016'),(49044,1235,'_shipping_country','US'),(49045,1235,'_order_currency','USD'),(49046,1235,'_cart_discount','0'),(49047,1235,'_cart_discount_tax','0'),(49048,1235,'_order_shipping','0'),(49049,1235,'_order_shipping_tax','0'),(49050,1235,'_order_tax','0'),(49051,1235,'_order_total','1299.93'),(49052,1235,'_order_version','6.5.1'),(49053,1235,'_prices_include_tax','no'),(49054,1235,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(49055,1235,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(49056,1235,'is_vat_exempt','no'),(49057,1235,'Payment type','instant'),(49058,1235,'_transaction_id','8TS83552GW8380115'),(49059,1235,'_paypal_status','completed'),(49060,1235,'PayPal Transaction Fee','45.86'),(49061,1235,'_date_paid','1654891919'),(49062,1235,'_paid_date','2022-06-10 20:11:59'),(49063,1235,'_download_permissions_granted','yes'),(49064,1235,'_recorded_sales','yes'),(49065,1235,'_recorded_coupon_usage_counts','yes'),(49066,1235,'_order_stock_reduced','yes'),(49067,1235,'_new_order_email_sent','true'),(49068,1236,'_order_key','wc_order_aJm0WpqpWGU0T'),(49069,1236,'_customer_user','28'),(49070,1236,'_payment_method','paypal'),(49071,1236,'_payment_method_title','PayPal'),(49072,1236,'_customer_ip_address','172.115.255.171'),(49073,1236,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36'),(49074,1236,'_created_via','checkout'),(49075,1236,'_cart_hash','fed34b6519cd654573a37435bc0fbb55'),(49076,1236,'_billing_first_name','Kelli'),(49077,1236,'_billing_last_name','Washington'),(49078,1236,'_billing_company','Lice Clinics of America - Temecula'),(49079,1236,'_billing_address_1','2438 Bear Rock Gln'),(49080,1236,'_billing_city','Escondido'),(49081,1236,'_billing_state','CA'),(49082,1236,'_billing_postcode','92026'),(49083,1236,'_billing_country','US'),(49084,1236,'_billing_email','info@liceclinicstemecula.com'),(49085,1236,'_billing_phone','7606255580'),(49086,1236,'_shipping_first_name','Kelli'),(49087,1236,'_shipping_last_name','Washington'),(49088,1236,'_shipping_company','Lice Clinics of America - Temecula'),(49089,1236,'_shipping_address_1','2438 Bear Rock Gln'),(49090,1236,'_shipping_city','Escondido'),(49091,1236,'_shipping_state','CA'),(49092,1236,'_shipping_postcode','92026'),(49093,1236,'_shipping_country','US'),(49094,1236,'_order_currency','USD'),(49095,1236,'_cart_discount','0'),(49096,1236,'_cart_discount_tax','0'),(49097,1236,'_order_shipping','34.56'),(49098,1236,'_order_shipping_tax','0'),(49099,1236,'_order_tax','0'),(49100,1236,'_order_total','272.16'),(49101,1236,'_order_version','6.5.1'),(49102,1236,'_prices_include_tax','no'),(49103,1236,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(49104,1236,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(49105,1236,'is_vat_exempt','no'),(49106,1236,'Payment type','instant'),(49107,1236,'_transaction_id','8E041413A62414457'),(49108,1236,'_paypal_status','completed'),(49109,1236,'PayPal Transaction Fee','9.99'),(49110,1236,'_date_paid','1654906788'),(49111,1236,'_paid_date','2022-06-11 00:19:48'),(49112,1236,'_download_permissions_granted','yes'),(49113,1236,'_recorded_sales','yes'),(49114,1236,'_recorded_coupon_usage_counts','yes'),(49115,1236,'_order_stock_reduced','yes'),(49116,1236,'_new_order_email_sent','true'),(49117,1237,'_order_key','wc_order_duK4qYGrvgWPJ'),(49118,1237,'_customer_user','77'),(49119,1237,'_payment_method','paypal'),(49120,1237,'_payment_method_title','PayPal'),(49121,1237,'_customer_ip_address','107.205.56.86'),(49122,1237,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(49123,1237,'_created_via','checkout'),(49124,1237,'_cart_hash','2ae47dc7bb346ba2e09165667a8aab84'),(49125,1237,'_billing_first_name','Phil'),(49126,1237,'_billing_last_name','Moon'),(49127,1237,'_billing_company','Lice Clinics of America-Visalia'),(49128,1237,'_billing_address_1','585 56th Street'),(49129,1237,'_billing_city','Oakland'),(49130,1237,'_billing_state','CA'),(49131,1237,'_billing_postcode','94609'),(49132,1237,'_billing_country','US'),(49133,1237,'_billing_email','info@liceclinicsfresno.com'),(49134,1237,'_billing_phone','5593046305'),(49135,1237,'_shipping_first_name','Kristen'),(49136,1237,'_shipping_last_name','Maroot-Rippee'),(49137,1237,'_shipping_company','Lice Busters LLC. Visalia'),(49138,1237,'_shipping_address_1','487 W. Scott Avenue'),(49139,1237,'_shipping_city','Fresno'),(49140,1237,'_shipping_state','CA'),(49141,1237,'_shipping_postcode','93704'),(49142,1237,'_shipping_country','US'),(49143,1237,'_order_currency','USD'),(49144,1237,'_cart_discount','0'),(49145,1237,'_cart_discount_tax','0'),(49146,1237,'_order_shipping','0'),(49147,1237,'_order_shipping_tax','0'),(49148,1237,'_order_tax','0'),(49149,1237,'_order_total','507.68'),(49150,1237,'_order_version','6.5.1'),(49151,1237,'_prices_include_tax','no'),(49152,1237,'_billing_address_index','Phil Moon Lice Clinics of America-Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(49153,1237,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Visalia 487 W. Scott Avenue  Fresno CA 93704 US '),(49154,1237,'is_vat_exempt','no'),(49155,1237,'Payment type','instant'),(49156,1237,'_transaction_id','5JW49253CG080864K'),(49157,1237,'_paypal_status','completed'),(49158,1237,'PayPal Transaction Fee','18.21'),(49159,1237,'_date_paid','1654973871'),(49160,1237,'_paid_date','2022-06-11 18:57:51'),(49161,1237,'_download_permissions_granted','yes'),(49162,1237,'_recorded_sales','yes'),(49163,1237,'_recorded_coupon_usage_counts','yes'),(49164,1237,'_order_stock_reduced','yes'),(49165,1237,'_new_order_email_sent','true'),(49166,1238,'_order_key','wc_order_x1ZOaJ1qsfbLK'),(49167,1238,'_customer_user','54'),(49168,1238,'_payment_method','paypal'),(49169,1238,'_payment_method_title','PayPal'),(49170,1238,'_customer_ip_address','67.175.206.111'),(49171,1238,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.66.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(49172,1238,'_created_via','checkout'),(49173,1238,'_cart_hash','ea3afa0aff68e50ad500c688be2bed56'),(49174,1238,'_billing_first_name','Erin'),(49175,1238,'_billing_last_name','Hawn'),(49176,1238,'_billing_address_1','10 W Phillip Rd'),(49177,1238,'_billing_address_2','123'),(49178,1238,'_billing_city','Vernon Hills'),(49179,1238,'_billing_state','IL'),(49180,1238,'_billing_postcode','60061'),(49181,1238,'_billing_country','US'),(49182,1238,'_billing_email','info@liceclinicsvernonhills.com'),(49183,1238,'_billing_phone','8475960408'),(49184,1238,'_shipping_first_name','Erin'),(49185,1238,'_shipping_last_name','Hawn'),(49186,1238,'_shipping_address_1','1491 S Amarias Dr'),(49187,1238,'_shipping_city','Round lake'),(49188,1238,'_shipping_state','IL'),(49189,1238,'_shipping_postcode','60073'),(49190,1238,'_shipping_country','US'),(49191,1238,'_order_currency','USD'),(49192,1238,'_cart_discount','0'),(49193,1238,'_cart_discount_tax','0'),(49194,1238,'_order_shipping','15.49'),(49195,1238,'_order_shipping_tax','0'),(49196,1238,'_order_tax','0'),(49197,1238,'_order_total','81.97'),(49198,1238,'_order_version','6.5.1'),(49199,1238,'_prices_include_tax','no'),(49200,1238,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(49201,1238,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(49202,1238,'is_vat_exempt','no'),(49203,1233,'_edit_lock','1655317288:2'),(49204,1233,'_edit_last','2'),(49205,1233,'_recorded_coupon_usage_counts','yes'),(49206,1236,'_edit_lock','1655130797:2'),(49207,1236,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191208\";s:12:\"date_shipped\";s:10:\"1655078400\";s:11:\"tracking_id\";s:32:\"69f40789978f95a57871af0e870f534f\";}}'),(49208,1236,'_edit_last','2'),(49209,1236,'_date_completed','1655130915'),(49210,1236,'_completed_date','2022-06-13 14:35:15'),(49211,1235,'_edit_lock','1655131013:2'),(49212,1235,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191193\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"9dfaa4616123bbbf2fc54b078fccca4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191182\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"3ea86b10bc214480b19f1878fa4a20a5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191171\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"51a7cc0e9bacdaad9cce2a113e8391d0\";}}'),(49213,1235,'_edit_last','2'),(49214,1235,'_date_completed','1655131009'),(49215,1235,'_completed_date','2022-06-13 14:36:49'),(49216,1234,'_edit_lock','1655131161:2'),(49217,1234,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191150\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"75cac22209a3be713b89d1e6556c2854\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191149\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"d07f9ef9222b644d75e5e2c7edc757a2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191138\";s:12:\"date_shipped\";s:10:\"1654819200\";s:11:\"tracking_id\";s:32:\"b22fbef4861bdf7afd80ef7e44fd7f65\";}}'),(49218,1234,'_edit_last','2'),(49219,1234,'_date_completed','1655131241'),(49220,1234,'_completed_date','2022-06-13 14:40:41'),(49221,1239,'_order_key','wc_order_i9m4CkexWpVM3'),(49222,1239,'_customer_user','11'),(49223,1239,'_payment_method','paypal'),(49224,1239,'_payment_method_title','PayPal'),(49225,1239,'_customer_ip_address','74.131.22.162'),(49226,1239,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36'),(49227,1239,'_created_via','checkout'),(49228,1239,'_cart_hash','857d4f6c8c927d677214a9c1dd27a3dc'),(49229,1239,'_billing_first_name','Tina'),(49230,1239,'_billing_last_name','Hunt'),(49231,1239,'_billing_company','LCBG, LLC'),(49232,1239,'_billing_address_1','830 Fairview Ave.'),(49233,1239,'_billing_address_2','Suite A-4'),(49234,1239,'_billing_city','Bowling Green'),(49235,1239,'_billing_state','KY'),(49236,1239,'_billing_postcode','42101'),(49237,1239,'_billing_country','US'),(49238,1239,'_billing_email','info@liceclinicsbowlinggreen.com'),(49239,1239,'_billing_phone','2709996803'),(49240,1239,'_shipping_first_name','Tina'),(49241,1239,'_shipping_last_name','Hunt'),(49242,1239,'_shipping_address_1','494 Hub Boulevard'),(49243,1239,'_shipping_address_2','Apt 1012'),(49244,1239,'_shipping_city','Bowling Green'),(49245,1239,'_shipping_state','KY'),(49246,1239,'_shipping_postcode','42101'),(49247,1239,'_shipping_country','US'),(49248,1239,'_order_currency','USD'),(49249,1239,'_cart_discount','0'),(49250,1239,'_cart_discount_tax','0'),(49251,1239,'_order_shipping','18.33'),(49252,1239,'_order_shipping_tax','0'),(49253,1239,'_order_tax','0'),(49254,1239,'_order_total','408.73'),(49255,1239,'_order_version','6.5.1'),(49256,1239,'_prices_include_tax','no'),(49257,1239,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(49258,1239,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(49259,1239,'is_vat_exempt','no'),(49260,1239,'Payment type','instant'),(49261,1239,'_transaction_id','13X70697C5109424W'),(49262,1239,'_paypal_status','completed'),(49263,1239,'PayPal Transaction Fee','14.75'),(49264,1239,'_date_paid','1655134385'),(49265,1239,'_paid_date','2022-06-13 15:33:05'),(49266,1239,'_download_permissions_granted','yes'),(49267,1239,'_recorded_sales','yes'),(49268,1239,'_recorded_coupon_usage_counts','yes'),(49269,1239,'_order_stock_reduced','yes'),(49270,1239,'_new_order_email_sent','true'),(49271,1240,'_order_key','wc_order_EuLSxHnsg66yv'),(49272,1240,'_customer_user','67'),(49273,1240,'_payment_method','paypal'),(49274,1240,'_payment_method_title','PayPal'),(49275,1240,'_customer_ip_address','74.77.55.50'),(49276,1240,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36'),(49277,1240,'_created_via','checkout'),(49278,1240,'_cart_hash','1b353b3e3f51350158db580ba9826303'),(49279,1240,'_billing_first_name','Marnie'),(49280,1240,'_billing_last_name','Murray'),(49281,1240,'_billing_company','Naughty Nits'),(49282,1240,'_billing_address_1','2809 Wehrle Drive'),(49283,1240,'_billing_address_2','Suite 10'),(49284,1240,'_billing_city','Williamsville'),(49285,1240,'_billing_state','NY'),(49286,1240,'_billing_postcode','14221'),(49287,1240,'_billing_country','US'),(49288,1240,'_billing_email','liceclinicsupstateny@gmail.com'),(49289,1240,'_billing_phone','7166265423'),(49290,1240,'_shipping_first_name','Marnie'),(49291,1240,'_shipping_last_name','Murray'),(49292,1240,'_shipping_company','LCA Buffalo'),(49293,1240,'_shipping_address_1','2809 Wehrle Drive'),(49294,1240,'_shipping_address_2','Suite 10'),(49295,1240,'_shipping_city','Williamsville'),(49296,1240,'_shipping_state','NY'),(49297,1240,'_shipping_postcode','14221'),(49298,1240,'_shipping_country','US'),(49299,1240,'_order_currency','USD'),(49300,1240,'_cart_discount','0'),(49301,1240,'_cart_discount_tax','0'),(49302,1240,'_order_shipping','13.39'),(49303,1240,'_order_shipping_tax','0'),(49304,1240,'_order_tax','0'),(49305,1240,'_order_total','104.51'),(49306,1240,'_order_version','6.5.1'),(49307,1240,'_prices_include_tax','no'),(49308,1240,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(49309,1240,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(49310,1240,'is_vat_exempt','no'),(49311,1240,'Payment type','instant'),(49312,1240,'_transaction_id','8EE898606A462745G'),(49313,1240,'_paypal_status','completed'),(49314,1240,'PayPal Transaction Fee','4.14'),(49315,1240,'_date_paid','1655136735'),(49316,1240,'_paid_date','2022-06-13 16:12:15'),(49317,1240,'_download_permissions_granted','yes'),(49318,1240,'_recorded_sales','yes'),(49319,1240,'_recorded_coupon_usage_counts','yes'),(49320,1240,'_order_stock_reduced','yes'),(49321,1240,'_new_order_email_sent','true'),(49322,1239,'_edit_lock','1655143000:2'),(49323,1239,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191300\";s:12:\"date_shipped\";s:10:\"1655078400\";s:11:\"tracking_id\";s:32:\"2ff6ae6ab6e1e7355bc92328717ce52e\";}}'),(49324,1239,'_edit_last','2'),(49325,1239,'_date_completed','1655143130'),(49326,1239,'_completed_date','2022-06-13 17:58:50'),(49327,1240,'_edit_lock','1655143033:2'),(49328,1240,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191311\";s:12:\"date_shipped\";s:10:\"1655078400\";s:11:\"tracking_id\";s:32:\"fa765d023b52194c96f10cd31ad761c0\";}}'),(49329,1240,'_edit_last','2'),(49330,1240,'_date_completed','1655143165'),(49331,1240,'_completed_date','2022-06-13 17:59:25'),(49332,1237,'_edit_lock','1655143105:2'),(49333,1237,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191241\";s:12:\"date_shipped\";s:10:\"1655078400\";s:11:\"tracking_id\";s:32:\"9422cf84a8d939e49cac191967c06818\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191230\";s:12:\"date_shipped\";i:1655143206;s:11:\"tracking_id\";s:32:\"8dff7c8889f50c81fa86db141965e482\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191220\";s:12:\"date_shipped\";i:1655143212;s:11:\"tracking_id\";s:32:\"fb8d293aed9d2578d69d768bc434778d\";}}'),(49334,1237,'_edit_last','2'),(49335,1237,'_date_completed','1655143214'),(49336,1237,'_completed_date','2022-06-13 18:00:14'),(49375,1242,'_order_key','wc_order_eFocs6nFMbEUr'),(49376,1242,'_customer_user','77'),(49377,1242,'_payment_method','paypal'),(49378,1242,'_payment_method_title','PayPal'),(49379,1242,'_customer_ip_address','107.205.56.86'),(49380,1242,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(49381,1242,'_created_via','checkout'),(49382,1242,'_cart_hash','5df8751215cf0575039b974ac67e04ad'),(49383,1242,'_billing_first_name','Phil'),(49384,1242,'_billing_last_name','Moon'),(49385,1242,'_billing_company','Lice Clinics of America-Fresno'),(49386,1242,'_billing_address_1','585 56th Street'),(49387,1242,'_billing_city','Oakland'),(49388,1242,'_billing_state','CA'),(49389,1242,'_billing_postcode','94609'),(49390,1242,'_billing_country','US'),(49391,1242,'_billing_email','info@liceclinicsfresno.com'),(49392,1242,'_billing_phone','5593046305'),(49393,1242,'_shipping_first_name','Kristen'),(49394,1242,'_shipping_last_name','Maroot-Rippee'),(49395,1242,'_shipping_company','Lice Busters LLC. Fresno'),(49396,1242,'_shipping_address_1','487 W. Scott Avenue'),(49397,1242,'_shipping_city','Fresno'),(49398,1242,'_shipping_state','CA'),(49399,1242,'_shipping_postcode','93704'),(49400,1242,'_shipping_country','US'),(49401,1242,'_order_currency','USD'),(49402,1242,'_cart_discount','0'),(49403,1242,'_cart_discount_tax','0'),(49404,1242,'_order_shipping','0'),(49405,1242,'_order_shipping_tax','0'),(49406,1242,'_order_tax','0'),(49407,1242,'_order_total','548.86'),(49408,1242,'_order_version','6.5.1'),(49409,1242,'_prices_include_tax','no'),(49410,1242,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(49411,1242,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Fresno 487 W. Scott Avenue  Fresno CA 93704 US '),(49412,1242,'is_vat_exempt','no'),(49413,1242,'Payment type','instant'),(49414,1242,'_transaction_id','60402287SF8302518'),(49415,1242,'_paypal_status','completed'),(49416,1242,'PayPal Transaction Fee','19.65'),(49417,1242,'_date_paid','1655145151'),(49418,1242,'_paid_date','2022-06-13 18:32:31'),(49419,1242,'_download_permissions_granted','yes'),(49420,1242,'_recorded_sales','yes'),(49421,1242,'_recorded_coupon_usage_counts','yes'),(49422,1242,'_order_stock_reduced','yes'),(49423,1242,'_new_order_email_sent','true'),(49424,1232,'_edit_lock','1655154874:2'),(49425,1232,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830190933\";s:12:\"date_shipped\";s:10:\"1654732800\";s:11:\"tracking_id\";s:32:\"659e86f6d8b52e3abc2a69d45aea1f64\";}}'),(49426,1232,'_edit_last','2'),(49427,1232,'_date_completed','1655155011'),(49428,1232,'_completed_date','2022-06-13 21:16:51'),(49429,1242,'_edit_lock','1655155440:2'),(49430,1242,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191355\";s:12:\"date_shipped\";s:10:\"1655078400\";s:11:\"tracking_id\";s:32:\"6b0c8beacc1604b3de4917054f3c8832\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191377\";s:12:\"date_shipped\";i:1655155566;s:11:\"tracking_id\";s:32:\"cfd467339b54939652db7d55dfc6fd79\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191366\";s:12:\"date_shipped\";i:1655155571;s:11:\"tracking_id\";s:32:\"3324ebe2e9a37d28b85e7e5d837a5a1b\";}}'),(49431,1242,'_edit_last','2'),(49432,1242,'_date_completed','1655155574'),(49433,1242,'_completed_date','2022-06-13 21:26:14'),(49434,1238,'_edit_lock','1655318196:2'),(49435,1238,'_edit_last','2'),(49436,1238,'_recorded_coupon_usage_counts','yes'),(49445,1243,'_order_key','wc_order_twovjg8Uinv6B'),(49446,1243,'_customer_user','78'),(49447,1243,'_payment_method','paypal'),(49448,1243,'_payment_method_title','PayPal'),(49449,1243,'_customer_ip_address','108.54.149.237'),(49450,1243,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1'),(49451,1243,'_created_via','checkout'),(49452,1243,'_cart_hash','896dca04dc5a71d3ce2e41c4291b209a'),(49453,1243,'_billing_first_name','Richard'),(49454,1243,'_billing_last_name','Florsheim'),(49455,1243,'_billing_company','Licura'),(49456,1243,'_billing_address_1','3827 w fairway heights dr'),(49457,1243,'_billing_city','Mequon'),(49458,1243,'_billing_state','NY'),(49459,1243,'_billing_postcode','53092'),(49460,1243,'_billing_country','US'),(49461,1243,'_billing_email','tara@liceclinicslongIsland.com'),(49462,1243,'_billing_phone','5619006382'),(49463,1243,'_shipping_first_name','Tara'),(49464,1243,'_shipping_last_name','Johnson'),(49465,1243,'_shipping_company','LCA'),(49466,1243,'_shipping_address_1','599 west Hartsdale ave'),(49467,1243,'_shipping_address_2','Ste 203'),(49468,1243,'_shipping_city','White plains'),(49469,1243,'_shipping_state','NY'),(49470,1243,'_shipping_postcode','10607'),(49471,1243,'_shipping_country','US'),(49472,1243,'_order_currency','USD'),(49473,1243,'_cart_discount','0'),(49474,1243,'_cart_discount_tax','0'),(49475,1243,'_order_shipping','20.16'),(49476,1243,'_order_shipping_tax','0'),(49477,1243,'_order_tax','0'),(49478,1243,'_order_total','245.04'),(49479,1243,'_order_version','6.5.1'),(49480,1243,'_prices_include_tax','no'),(49481,1243,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(49482,1243,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(49483,1243,'is_vat_exempt','no'),(49484,1243,'Payment type','instant'),(49485,1243,'_transaction_id','2S862683LP6364002'),(49486,1243,'_paypal_status','completed'),(49487,1243,'PayPal Transaction Fee','9.04'),(49488,1243,'_date_paid','1655164520'),(49489,1243,'_paid_date','2022-06-13 23:55:20'),(49490,1243,'_download_permissions_granted','yes'),(49491,1243,'_recorded_sales','yes'),(49492,1243,'_recorded_coupon_usage_counts','yes'),(49493,1243,'_order_stock_reduced','yes'),(49494,1243,'_new_order_email_sent','true'),(49495,1238,'Payment type','instant'),(49496,1238,'_transaction_id','02C540664N0686007'),(49497,1238,'_paypal_status','completed'),(49498,1238,'PayPal Transaction Fee','3.35'),(49499,1238,'_date_paid','1655166448'),(49500,1238,'_paid_date','2022-06-14 00:27:28'),(49501,1238,'_download_permissions_granted','yes'),(49502,1238,'_recorded_sales','yes'),(49503,1238,'_order_stock_reduced','yes'),(49504,1238,'_new_order_email_sent','true'),(49506,1244,'_order_key','wc_order_JJtfNaCiDSXM5'),(49507,1244,'_customer_user','55'),(49508,1244,'_payment_method','paypal'),(49509,1244,'_payment_method_title','PayPal'),(49510,1244,'_customer_ip_address','141.126.218.206'),(49511,1244,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14388.61.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.107 Safari/537.36'),(49512,1244,'_created_via','checkout'),(49513,1244,'_cart_hash','7f959058fa84c60c03aeb970c8b039da'),(49514,1244,'_billing_first_name','Stephanie'),(49515,1244,'_billing_last_name','Knecht'),(49516,1244,'_billing_company','Lice Clinics of America'),(49517,1244,'_billing_address_1','67 Prospect Avenue Suite 301'),(49518,1244,'_billing_city','Hartford'),(49519,1244,'_billing_state','CT'),(49520,1244,'_billing_postcode','06106'),(49521,1244,'_billing_country','US'),(49522,1244,'_billing_email','stephanieknecht@lcaconnecticut.com'),(49523,1244,'_billing_phone','9144565000'),(49524,1244,'_shipping_first_name','Stephanie'),(49525,1244,'_shipping_last_name','Knecht'),(49526,1244,'_shipping_company','Lice Clinics of America'),(49527,1244,'_shipping_address_1','67 Prospect Avenue Suite 301'),(49528,1244,'_shipping_city','Hartford'),(49529,1244,'_shipping_state','CT'),(49530,1244,'_shipping_postcode','06106'),(49531,1244,'_shipping_country','US'),(49532,1244,'_order_currency','USD'),(49533,1244,'_cart_discount','0'),(49534,1244,'_cart_discount_tax','0'),(49535,1244,'_order_shipping','17.15'),(49536,1244,'_order_shipping_tax','0'),(49537,1244,'_order_tax','0'),(49538,1244,'_order_total','17.15'),(49539,1244,'_order_version','6.6.0'),(49540,1244,'_prices_include_tax','no'),(49541,1244,'_billing_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US stephanieknecht@lcaconnecticut.com 9144565000'),(49542,1244,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US '),(49543,1244,'is_vat_exempt','no'),(49544,1243,'_edit_lock','1655215692:2'),(49545,1243,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191458\";s:12:\"date_shipped\";s:10:\"1655164800\";s:11:\"tracking_id\";s:32:\"3d4a38ea4e108e2d20dc264fc6414cfc\";}}'),(49546,1243,'_edit_last','2'),(49547,1243,'_date_completed','1655215647'),(49548,1243,'_completed_date','2022-06-14 14:07:27'),(49549,1233,'Payment type','instant'),(49550,1233,'_transaction_id','6MH049868W787071H'),(49551,1233,'_paypal_status','completed'),(49552,1233,'PayPal Transaction Fee','49.38'),(49553,1233,'_date_paid','1655231065'),(49554,1233,'_paid_date','2022-06-14 18:24:25'),(49555,1233,'_download_permissions_granted','yes'),(49556,1233,'_recorded_sales','yes'),(49557,1233,'_order_stock_reduced','yes'),(49558,1233,'_new_order_email_sent','true'),(49559,1245,'_order_key','wc_order_YxoCFvLUC82Wk'),(49560,1245,'_customer_user','25'),(49561,1245,'_payment_method','paypal'),(49562,1245,'_payment_method_title','PayPal'),(49563,1245,'_customer_ip_address','23.124.3.136'),(49564,1245,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36'),(49565,1245,'_created_via','checkout'),(49566,1245,'_cart_hash','84003f14ea14ef617400742665dbed43'),(49567,1245,'_billing_first_name','Blaine'),(49568,1245,'_billing_last_name','Tyrone'),(49569,1245,'_billing_address_1','39 Canebrake Blvd'),(49570,1245,'_billing_city','Hattiesburg'),(49571,1245,'_billing_state','MS'),(49572,1245,'_billing_postcode','39402'),(49573,1245,'_billing_country','US'),(49574,1245,'_billing_email','info@liceclinicssouthms.com'),(49575,1245,'_billing_phone','6016063355'),(49576,1245,'_shipping_first_name','Blaine'),(49577,1245,'_shipping_last_name','Tyrone'),(49578,1245,'_shipping_address_1','39 Canebrake Blvd'),(49579,1245,'_shipping_city','Hattiesburg'),(49580,1245,'_shipping_state','MS'),(49581,1245,'_shipping_postcode','39402'),(49582,1245,'_shipping_country','US'),(49583,1245,'_order_currency','USD'),(49584,1245,'_cart_discount','0'),(49585,1245,'_cart_discount_tax','0'),(49586,1245,'_order_shipping','11.16'),(49587,1245,'_order_shipping_tax','0'),(49588,1245,'_order_tax','0'),(49589,1245,'_order_total','56.72'),(49590,1245,'_order_version','6.5.1'),(49591,1245,'_prices_include_tax','no'),(49592,1245,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(49593,1245,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(49594,1245,'is_vat_exempt','no'),(49595,1245,'Payment type','instant'),(49596,1245,'_transaction_id','1B898152KM545293J'),(49597,1245,'_paypal_status','completed'),(49598,1245,'PayPal Transaction Fee','2.47'),(49599,1245,'_date_paid','1655247695'),(49600,1245,'_paid_date','2022-06-14 23:01:35'),(49601,1245,'_download_permissions_granted','yes'),(49602,1245,'_recorded_sales','yes'),(49603,1245,'_recorded_coupon_usage_counts','yes'),(49604,1245,'_order_stock_reduced','yes'),(49605,1245,'_new_order_email_sent','true'),(49606,1246,'_order_key','wc_order_4bemJsoempSua'),(49607,1246,'_customer_user','61'),(49608,1246,'_payment_method','paypal'),(49609,1246,'_payment_method_title','PayPal'),(49610,1246,'_customer_ip_address','217.180.202.68'),(49611,1246,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(49612,1246,'_created_via','checkout'),(49613,1246,'_cart_hash','21031838cded2c6f92bcba3587183ba3'),(49614,1246,'_billing_first_name','Judy'),(49615,1246,'_billing_last_name','Hayden'),(49616,1246,'_billing_company','Lice Clinics of America Lexington'),(49617,1246,'_billing_address_1','1795 Alysheba Way Suite 4105'),(49618,1246,'_billing_address_2','Ste 4105'),(49619,1246,'_billing_city','Lexington'),(49620,1246,'_billing_state','KY'),(49621,1246,'_billing_postcode','40509'),(49622,1246,'_billing_country','US'),(49623,1246,'_billing_email','angel@liceclinicslexington.com'),(49624,1246,'_billing_phone','8595234813'),(49625,1246,'_shipping_first_name','Judy'),(49626,1246,'_shipping_last_name','Hayden'),(49627,1246,'_shipping_company','Lice Clinics of America Lexington'),(49628,1246,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(49629,1246,'_shipping_city','Lexington'),(49630,1246,'_shipping_state','KY'),(49631,1246,'_shipping_postcode','40509'),(49632,1246,'_shipping_country','US'),(49633,1246,'_order_currency','USD'),(49634,1246,'_cart_discount','0'),(49635,1246,'_cart_discount_tax','0'),(49636,1246,'_order_shipping','0'),(49637,1246,'_order_shipping_tax','0'),(49638,1246,'_order_tax','0'),(49639,1246,'_order_total','1022.62'),(49640,1246,'_order_version','6.5.1'),(49641,1246,'_prices_include_tax','no'),(49642,1246,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(49643,1246,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(49644,1246,'is_vat_exempt','no'),(49645,1246,'Payment type','instant'),(49646,1246,'_transaction_id','6X536617FM8440048'),(49647,1246,'_paypal_status','completed'),(49648,1246,'PayPal Transaction Fee','36.18'),(49649,1246,'_date_paid','1655306755'),(49650,1246,'_paid_date','2022-06-15 15:25:55'),(49651,1246,'_download_permissions_granted','yes'),(49652,1246,'_recorded_sales','yes'),(49653,1246,'_recorded_coupon_usage_counts','yes'),(49654,1246,'_order_stock_reduced','yes'),(49655,1246,'_new_order_email_sent','true'),(49656,1244,'_edit_lock','1655343285:2'),(49657,1244,'_edit_last','2'),(49658,1244,'_recorded_coupon_usage_counts','yes'),(49659,1246,'_edit_lock','1655316753:2'),(49660,1246,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191653\";s:12:\"date_shipped\";s:10:\"1655251200\";s:11:\"tracking_id\";s:32:\"4976c4838a48be87d372fc3192c878e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191642\";s:12:\"date_shipped\";s:10:\"1655251200\";s:11:\"tracking_id\";s:32:\"bfb20258e256aeab905497a6c54894d4\";}}'),(49661,1246,'_edit_last','2'),(49662,1246,'_date_completed','1655316804'),(49663,1246,'_completed_date','2022-06-15 18:13:24'),(49664,1245,'_edit_lock','1655316978:2'),(49665,1245,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191620\";s:12:\"date_shipped\";s:10:\"1655251200\";s:11:\"tracking_id\";s:32:\"c66a9761377d58ade523c6d25db1bf21\";}}'),(49666,1245,'_edit_last','2'),(49667,1245,'_date_completed','1655317111'),(49668,1245,'_completed_date','2022-06-15 18:18:31'),(49669,1233,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191631\";s:12:\"date_shipped\";s:10:\"1655251200\";s:11:\"tracking_id\";s:32:\"2d2145c0ca953208c6a891caa7bba199\";}}'),(49670,1233,'_date_completed','1655317383'),(49671,1233,'_completed_date','2022-06-15 18:23:03'),(49672,1244,'Payment type','instant'),(49673,1244,'_transaction_id','32J74661W8705200W'),(49674,1244,'_paypal_status','completed'),(49675,1244,'PayPal Transaction Fee','1.09'),(49676,1244,'_date_paid','1655317708'),(49677,1244,'_paid_date','2022-06-15 18:28:28'),(49678,1244,'_download_permissions_granted','yes'),(49679,1244,'_recorded_sales','yes'),(49680,1244,'_order_stock_reduced','yes'),(49681,1244,'_new_order_email_sent','true'),(49682,1238,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191469\";s:12:\"date_shipped\";s:10:\"1655251200\";s:11:\"tracking_id\";s:32:\"5599ec582f635e92277e10dedd833327\";}}'),(49683,1238,'_date_completed','1655318324'),(49684,1238,'_completed_date','2022-06-15 18:38:44'),(49685,1244,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191767\";s:12:\"date_shipped\";s:10:\"1655337600\";s:11:\"tracking_id\";s:32:\"c3181c6fc0bad21b9f3d79eb3f9e6857\";}}'),(49686,1244,'_date_completed','1655343419'),(49687,1244,'_completed_date','2022-06-16 01:36:59'),(49688,1248,'_order_key','wc_order_6OO1aI4gI90ij'),(49689,1248,'_customer_user','6'),(49690,1248,'_payment_method','paypal'),(49691,1248,'_payment_method_title','PayPal'),(49692,1248,'_customer_ip_address','76.20.84.214'),(49693,1248,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(49694,1248,'_created_via','checkout'),(49695,1248,'_cart_hash','6d23a842e99ddbb8fb5fc8789163ecc5'),(49696,1248,'_billing_first_name','Amira'),(49697,1248,'_billing_last_name','Purto'),(49698,1248,'_billing_address_1','2628 Acapulco Way'),(49699,1248,'_billing_city','Modesto'),(49700,1248,'_billing_state','CA'),(49701,1248,'_billing_postcode','95355'),(49702,1248,'_billing_country','US'),(49703,1248,'_billing_email','amira77@sbcglobal.net'),(49704,1248,'_billing_phone','2096422061'),(49705,1248,'_shipping_first_name','Amira'),(49706,1248,'_shipping_last_name','Purto'),(49707,1248,'_shipping_address_1','2628 Acapulco Way'),(49708,1248,'_shipping_city','Modesto'),(49709,1248,'_shipping_state','CA'),(49710,1248,'_shipping_postcode','95355'),(49711,1248,'_shipping_country','US'),(49712,1248,'_order_currency','USD'),(49713,1248,'_cart_discount','0'),(49714,1248,'_cart_discount_tax','0'),(49715,1248,'_order_shipping','0'),(49716,1248,'_order_shipping_tax','0'),(49717,1248,'_order_tax','0'),(49718,1248,'_order_total','766.66'),(49719,1248,'_order_version','6.6.0'),(49720,1248,'_prices_include_tax','no'),(49721,1248,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(49722,1248,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(49723,1248,'is_vat_exempt','no'),(49724,1248,'Payment type','instant'),(49725,1248,'_transaction_id','9E202791W3564161K'),(49726,1248,'_paypal_status','completed'),(49727,1248,'PayPal Transaction Fee','27.25'),(49728,1248,'_date_paid','1655410473'),(49729,1248,'_paid_date','2022-06-16 20:14:33'),(49730,1248,'_download_permissions_granted','yes'),(49731,1248,'_recorded_sales','yes'),(49732,1248,'_recorded_coupon_usage_counts','yes'),(49733,1248,'_order_stock_reduced','yes'),(49734,1248,'_new_order_email_sent','true'),(49736,1249,'_order_key','wc_order_OJBZyox8nSS1t'),(49737,1249,'_customer_user','59'),(49738,1249,'_payment_method','paypal'),(49739,1249,'_payment_method_title','PayPal'),(49740,1249,'_customer_ip_address','98.196.77.72'),(49741,1249,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(49742,1249,'_created_via','checkout'),(49743,1249,'_cart_hash','28f9fccf462cb85ab0607466ff160cd8'),(49744,1249,'_billing_first_name','Allison'),(49745,1249,'_billing_last_name','Anthon'),(49746,1249,'_billing_address_1','58 arbor bend dr'),(49747,1249,'_billing_city','Houston'),(49748,1249,'_billing_state','TX'),(49749,1249,'_billing_postcode','77070'),(49750,1249,'_billing_country','US'),(49751,1249,'_billing_email','louseysolutions@gmail.com'),(49752,1249,'_billing_phone','602-400-8330'),(49753,1249,'_shipping_first_name','Allison'),(49754,1249,'_shipping_last_name','Anthon'),(49755,1249,'_shipping_company','LCA Sugar Land'),(49756,1249,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(49757,1249,'_shipping_city','Tomball'),(49758,1249,'_shipping_state','TX'),(49759,1249,'_shipping_postcode','77375'),(49760,1249,'_shipping_country','US'),(49761,1249,'_order_currency','USD'),(49762,1249,'_cart_discount','0'),(49763,1249,'_cart_discount_tax','0'),(49764,1249,'_order_shipping','0'),(49765,1249,'_order_shipping_tax','0'),(49766,1249,'_order_tax','0'),(49767,1249,'_order_total','1614.31'),(49768,1249,'_order_version','6.6.0'),(49769,1249,'_prices_include_tax','no'),(49770,1249,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(49771,1249,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(49772,1249,'is_vat_exempt','no'),(49773,1250,'_order_key','wc_order_gnnMkSkdKtQba'),(49774,1250,'_customer_user','87'),(49775,1250,'_payment_method','paypal'),(49776,1250,'_payment_method_title','PayPal'),(49777,1250,'_customer_ip_address','70.189.73.253'),(49778,1250,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(49779,1250,'_created_via','checkout'),(49780,1250,'_cart_hash','6164927b591971ecb4484775892f4231'),(49781,1250,'_billing_first_name','Wade'),(49782,1250,'_billing_last_name','Huntsman'),(49783,1250,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(49784,1250,'_billing_address_1','1104 E 25th St.'),(49785,1250,'_billing_city','Tulsa'),(49786,1250,'_billing_state','OK'),(49787,1250,'_billing_postcode','74114'),(49788,1250,'_billing_country','US'),(49789,1250,'_billing_email','info@liceclinicsmidsouth.com'),(49790,1250,'_billing_phone','9189783329'),(49791,1250,'_shipping_first_name','Makayla'),(49792,1250,'_shipping_last_name','Rogers'),(49793,1250,'_shipping_company','Lice Clinics of America Wichita'),(49794,1250,'_shipping_address_1','130 S Greenwich Rd #56'),(49795,1250,'_shipping_city','Wichita'),(49796,1250,'_shipping_state','KS'),(49797,1250,'_shipping_postcode','67207'),(49798,1250,'_shipping_country','US'),(49799,1250,'_order_currency','USD'),(49800,1250,'_cart_discount','0'),(49801,1250,'_cart_discount_tax','0'),(49802,1250,'_order_shipping','0'),(49803,1250,'_order_shipping_tax','0'),(49804,1250,'_order_tax','0'),(49805,1250,'_order_total','690.58'),(49806,1250,'_order_version','6.6.0'),(49807,1250,'_prices_include_tax','no'),(49808,1250,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(49809,1250,'_shipping_address_index','Makayla Rogers Lice Clinics of America Wichita 130 S Greenwich Rd #56  Wichita KS 67207 US '),(49810,1250,'is_vat_exempt','no'),(49811,1250,'Payment type','instant'),(49812,1250,'_transaction_id','55J32019LY670160F'),(49813,1250,'_paypal_status','completed'),(49814,1250,'PayPal Transaction Fee','24.59'),(49815,1250,'_date_paid','1655475832'),(49816,1250,'_paid_date','2022-06-17 14:23:52'),(49817,1250,'_download_permissions_granted','yes'),(49818,1250,'_recorded_sales','yes'),(49819,1250,'_recorded_coupon_usage_counts','yes'),(49820,1250,'_order_stock_reduced','yes'),(49821,1250,'_new_order_email_sent','true'),(49822,1251,'_order_key','wc_order_5vLYS6k9voTsN'),(49823,1251,'_customer_user','87'),(49824,1251,'_payment_method','paypal'),(49825,1251,'_payment_method_title','PayPal'),(49826,1251,'_customer_ip_address','70.189.73.253'),(49827,1251,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(49828,1251,'_created_via','checkout'),(49829,1251,'_cart_hash','c472ba52ebb2c2031e47bac62fdf7bbc'),(49830,1251,'_billing_first_name','Wade'),(49831,1251,'_billing_last_name','Huntsman'),(49832,1251,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(49833,1251,'_billing_address_1','1104 E 25th St.'),(49834,1251,'_billing_city','Tulsa'),(49835,1251,'_billing_state','OK'),(49836,1251,'_billing_postcode','74114'),(49837,1251,'_billing_country','US'),(49838,1251,'_billing_email','info@liceclinicsmidsouth.com'),(49839,1251,'_billing_phone','9189783329'),(49840,1251,'_shipping_first_name','Logan'),(49841,1251,'_shipping_last_name','Futrell'),(49842,1251,'_shipping_company','Lice Clinics of America NWA'),(49843,1251,'_shipping_address_1','207 E Monroe Ave'),(49844,1251,'_shipping_address_2','Suite D'),(49845,1251,'_shipping_city','Lowell'),(49846,1251,'_shipping_state','AR'),(49847,1251,'_shipping_postcode','72745'),(49848,1251,'_shipping_country','US'),(49849,1251,'_order_currency','USD'),(49850,1251,'_cart_discount','0'),(49851,1251,'_cart_discount_tax','0'),(49852,1251,'_order_shipping','0'),(49853,1251,'_order_shipping_tax','0'),(49854,1251,'_order_tax','0'),(49855,1251,'_order_total','828.44'),(49856,1251,'_order_version','6.6.0'),(49857,1251,'_prices_include_tax','no'),(49858,1251,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(49859,1251,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Suite D Lowell AR 72745 US '),(49860,1251,'is_vat_exempt','no'),(49861,1251,'Payment type','instant'),(49862,1251,'_transaction_id','26613788PN990181U'),(49863,1251,'_paypal_status','completed'),(49864,1251,'PayPal Transaction Fee','29.40'),(49865,1251,'_date_paid','1655476012'),(49866,1251,'_paid_date','2022-06-17 14:26:52'),(49867,1251,'_download_permissions_granted','yes'),(49868,1251,'_recorded_sales','yes'),(49869,1251,'_recorded_coupon_usage_counts','yes'),(49870,1251,'_order_stock_reduced','yes'),(49871,1251,'_new_order_email_sent','true'),(49872,1252,'_order_key','wc_order_qC5LPDMXMXXdG'),(49873,1252,'_customer_user','87'),(49874,1252,'_payment_method','paypal'),(49875,1252,'_payment_method_title','PayPal'),(49876,1252,'_customer_ip_address','70.189.73.253'),(49877,1252,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(49878,1252,'_created_via','checkout'),(49879,1252,'_cart_hash','2c8dabd684b5c446554604cb2a6ed0bf'),(49880,1252,'_billing_first_name','Wade'),(49881,1252,'_billing_last_name','Huntsman'),(49882,1252,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(49883,1252,'_billing_address_1','1104 E 25th St.'),(49884,1252,'_billing_city','Tulsa'),(49885,1252,'_billing_state','OK'),(49886,1252,'_billing_postcode','74114'),(49887,1252,'_billing_country','US'),(49888,1252,'_billing_email','info@liceclinicsmidsouth.com'),(49889,1252,'_billing_phone','9189783329'),(49890,1252,'_shipping_first_name','Katee'),(49891,1252,'_shipping_last_name','Morrison'),(49892,1252,'_shipping_company','Lice Clinics of America OKC'),(49893,1252,'_shipping_address_1','4001 N Classen Blvd'),(49894,1252,'_shipping_address_2','Suite 116'),(49895,1252,'_shipping_city','OKC'),(49896,1252,'_shipping_state','OK'),(49897,1252,'_shipping_postcode','73118'),(49898,1252,'_shipping_country','US'),(49899,1252,'_order_currency','USD'),(49900,1252,'_cart_discount','0'),(49901,1252,'_cart_discount_tax','0'),(49902,1252,'_order_shipping','0'),(49903,1252,'_order_shipping_tax','0'),(49904,1252,'_order_tax','0'),(49905,1252,'_order_total','517.12'),(49906,1252,'_order_version','6.6.0'),(49907,1252,'_prices_include_tax','no'),(49908,1252,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(49909,1252,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 OKC OK 73118 US '),(49910,1252,'is_vat_exempt','no'),(49911,1252,'Payment type','instant'),(49912,1252,'_transaction_id','65B11950NX636243P'),(49913,1252,'_paypal_status','completed'),(49914,1252,'PayPal Transaction Fee','18.54'),(49915,1252,'_date_paid','1655476835'),(49916,1252,'_paid_date','2022-06-17 14:40:35'),(49917,1252,'_download_permissions_granted','yes'),(49918,1252,'_recorded_sales','yes'),(49919,1252,'_recorded_coupon_usage_counts','yes'),(49920,1252,'_order_stock_reduced','yes'),(49921,1252,'_new_order_email_sent','true'),(49922,1253,'_order_key','wc_order_NpJykQzvpaNIt'),(49923,1253,'_customer_user','87'),(49924,1253,'_payment_method','paypal'),(49925,1253,'_payment_method_title','PayPal'),(49926,1253,'_customer_ip_address','70.189.73.253'),(49927,1253,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(49928,1253,'_created_via','checkout'),(49929,1253,'_cart_hash','d30b149b6856151e907bfb884ff9f053'),(49930,1253,'_billing_first_name','Wade'),(49931,1253,'_billing_last_name','Huntsman'),(49932,1253,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(49933,1253,'_billing_address_1','1104 E 25th St.'),(49934,1253,'_billing_city','Tulsa'),(49935,1253,'_billing_state','OK'),(49936,1253,'_billing_postcode','74114'),(49937,1253,'_billing_country','US'),(49938,1253,'_billing_email','info@liceclinicsmidsouth.com'),(49939,1253,'_billing_phone','9189783329'),(49940,1253,'_shipping_first_name','Wade'),(49941,1253,'_shipping_last_name','Huntsman'),(49942,1253,'_shipping_company','Lice Clinics of America Tulsa'),(49943,1253,'_shipping_address_1','3421 E 21st St'),(49944,1253,'_shipping_address_2','Office Suite'),(49945,1253,'_shipping_city','Tulsa'),(49946,1253,'_shipping_state','OK'),(49947,1253,'_shipping_postcode','74114'),(49948,1253,'_shipping_country','US'),(49949,1253,'_order_currency','USD'),(49950,1253,'_cart_discount','0'),(49951,1253,'_cart_discount_tax','0'),(49952,1253,'_order_shipping','0'),(49953,1253,'_order_shipping_tax','0'),(49954,1253,'_order_tax','0'),(49955,1253,'_order_total','517.12'),(49956,1253,'_order_version','6.6.0'),(49957,1253,'_prices_include_tax','no'),(49958,1253,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(49959,1253,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st St Office Suite Tulsa OK 74114 US '),(49960,1253,'is_vat_exempt','no'),(49961,1253,'Payment type','instant'),(49962,1253,'_transaction_id','1AR09646GC910035A'),(49963,1253,'_paypal_status','completed'),(49964,1253,'PayPal Transaction Fee','18.54'),(49965,1253,'_date_paid','1655476970'),(49966,1253,'_paid_date','2022-06-17 14:42:50'),(49967,1253,'_download_permissions_granted','yes'),(49968,1253,'_recorded_sales','yes'),(49969,1253,'_recorded_coupon_usage_counts','yes'),(49970,1253,'_order_stock_reduced','yes'),(49971,1253,'_new_order_email_sent','true'),(49972,1249,'_edit_lock','1655748940:2'),(49973,1249,'_edit_last','2'),(49974,1249,'_recorded_coupon_usage_counts','yes'),(49975,1250,'_edit_lock','1655491500:2'),(49976,1251,'_edit_lock','1655491232:2'),(49977,1252,'_edit_lock','1655491559:2'),(49978,1253,'_edit_lock','1655491720:2'),(49979,1251,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192009\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"bd395d3062f33e65574b0d0e8da1d48e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191995\";s:12:\"date_shipped\";i:1655491326;s:11:\"tracking_id\";s:32:\"6bfedda9aaa62f5e090855bb875e961b\";}}'),(49980,1251,'_edit_last','2'),(49981,1251,'_date_completed','1655491333'),(49982,1251,'_completed_date','2022-06-17 18:42:13'),(49983,1250,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191984\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"33d9febc488d7ab0bfddddd078c6bbe2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191973\";s:12:\"date_shipped\";i:1655491623;s:11:\"tracking_id\";s:32:\"cfafc4d4d57f4e0edb72d240ec6869f7\";}}'),(49984,1250,'_edit_last','2'),(49985,1250,'_date_completed','1655491628'),(49986,1250,'_completed_date','2022-06-17 18:47:08'),(49987,1252,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192020\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"eef66bb756a10750ff79b689de08dc85\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192010\";s:12:\"date_shipped\";i:1655491665;s:11:\"tracking_id\";s:32:\"2a52cc742ca399fffc1e47caeb32aec5\";}}'),(49988,1252,'_edit_last','2'),(49989,1252,'_date_completed','1655491670'),(49990,1252,'_completed_date','2022-06-17 18:47:50'),(49991,1253,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192031\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"6033250fdaf43a99907451ae5a757d3a\";}}'),(49992,1253,'_edit_last','2'),(49993,1253,'_date_completed','1655491716'),(49994,1253,'_completed_date','2022-06-17 18:48:36'),(49995,1249,'Payment type','instant'),(49996,1249,'_transaction_id','8C380247VH1718603'),(49997,1249,'_paypal_status','completed'),(49998,1249,'PayPal Transaction Fee','56.83'),(49999,1249,'_date_paid','1655512954'),(50000,1249,'_paid_date','2022-06-18 00:42:34'),(50001,1249,'_download_permissions_granted','yes'),(50002,1249,'_recorded_sales','yes'),(50003,1249,'_order_stock_reduced','yes'),(50004,1249,'_new_order_email_sent','true'),(50005,1254,'_order_key','wc_order_2SUDfXenrtTUA'),(50006,1254,'_customer_user','55'),(50007,1254,'_payment_method','paypal'),(50008,1254,'_payment_method_title','PayPal'),(50009,1254,'_customer_ip_address','141.126.218.206'),(50010,1254,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(50011,1254,'_created_via','checkout'),(50012,1254,'_cart_hash','3f24dd7da31d4246fbe67ed984093e69'),(50013,1254,'_billing_first_name','Stephanie'),(50014,1254,'_billing_last_name','Knecht'),(50015,1254,'_billing_company','Lice Clinics of America'),(50016,1254,'_billing_address_1','67 Prospect Avenue Suite 301'),(50017,1254,'_billing_city','Hartford'),(50018,1254,'_billing_state','CT'),(50019,1254,'_billing_postcode','06106'),(50020,1254,'_billing_country','US'),(50021,1254,'_billing_email','stephanieknecht@lcaconnecticut.com'),(50022,1254,'_billing_phone','9144565000'),(50023,1254,'_shipping_first_name','Stephanie'),(50024,1254,'_shipping_last_name','Knecht'),(50025,1254,'_shipping_company','Lice Clinics of America'),(50026,1254,'_shipping_address_1','109 Boston Post Road, Suite 201'),(50027,1254,'_shipping_city','Orange'),(50028,1254,'_shipping_state','CT'),(50029,1254,'_shipping_postcode','06477'),(50030,1254,'_shipping_country','US'),(50031,1254,'_order_currency','USD'),(50032,1254,'_cart_discount','0'),(50033,1254,'_cart_discount_tax','0'),(50034,1254,'_order_shipping','16.44'),(50035,1254,'_order_shipping_tax','0'),(50036,1254,'_order_tax','0'),(50037,1254,'_order_total','16.44'),(50038,1254,'_order_version','6.6.0'),(50039,1254,'_prices_include_tax','no'),(50040,1254,'_billing_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US stephanieknecht@lcaconnecticut.com 9144565000'),(50041,1254,'_shipping_address_index','Stephanie Knecht Lice Clinics of America 109 Boston Post Road, Suite 201  Orange CT 06477 US '),(50042,1254,'is_vat_exempt','no'),(50043,1255,'_order_key','wc_order_Y9r8SrxtfgvFB'),(50044,1255,'_customer_user','83'),(50045,1255,'_payment_method','paypal'),(50046,1255,'_payment_method_title','PayPal'),(50047,1255,'_customer_ip_address','71.211.189.217'),(50048,1255,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(50049,1255,'_created_via','checkout'),(50050,1255,'_cart_hash','bd729108988fc4a829dae7f4c4da5fa8'),(50051,1255,'_billing_first_name','Tanya'),(50052,1255,'_billing_last_name','Kensley'),(50053,1255,'_billing_company','Lice Clinics of America'),(50054,1255,'_billing_address_1','4248 McMurry Ave'),(50055,1255,'_billing_city','Fort Collins'),(50056,1255,'_billing_state','CO'),(50057,1255,'_billing_postcode','80525'),(50058,1255,'_billing_country','US'),(50059,1255,'_billing_email','info@liceclinicsnortherncolorado.com'),(50060,1255,'_billing_phone','9702338787'),(50061,1255,'_shipping_first_name','Lice Clinics'),(50062,1255,'_shipping_last_name','America'),(50063,1255,'_shipping_company','Lice Clinics of America Longmont'),(50064,1255,'_shipping_address_1','421 21st Ave, Suite 210'),(50065,1255,'_shipping_city','Longmont'),(50066,1255,'_shipping_state','CO'),(50067,1255,'_shipping_postcode','80501'),(50068,1255,'_shipping_country','US'),(50069,1255,'_order_currency','USD'),(50070,1255,'_cart_discount','0'),(50071,1255,'_cart_discount_tax','0'),(50072,1255,'_order_shipping','21.86'),(50073,1255,'_order_shipping_tax','0'),(50074,1255,'_order_tax','0'),(50075,1255,'_order_total','21.86'),(50076,1255,'_order_version','6.6.0'),(50077,1255,'_prices_include_tax','no'),(50078,1255,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(50079,1255,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(50080,1255,'is_vat_exempt','no'),(50081,1256,'_order_key','wc_order_QoBS5qqn2Zb3u'),(50082,1256,'_customer_user','83'),(50083,1256,'_payment_method','paypal'),(50084,1256,'_payment_method_title','PayPal'),(50085,1256,'_customer_ip_address','71.211.189.217'),(50086,1256,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36'),(50087,1256,'_created_via','checkout'),(50088,1256,'_cart_hash','201e109fc640c75196861bbca9f7dd3b'),(50089,1256,'_billing_first_name','Tanya'),(50090,1256,'_billing_last_name','Kensley'),(50091,1256,'_billing_company','Lice Clinics of America'),(50092,1256,'_billing_address_1','4248 McMurry Ave'),(50093,1256,'_billing_city','Fort Collins'),(50094,1256,'_billing_state','CO'),(50095,1256,'_billing_postcode','80525'),(50096,1256,'_billing_country','US'),(50097,1256,'_billing_email','info@liceclinicsnortherncolorado.com'),(50098,1256,'_billing_phone','9702338787'),(50099,1256,'_shipping_first_name','Tanya'),(50100,1256,'_shipping_last_name','Kensley'),(50101,1256,'_shipping_company','Lice Clinics of America'),(50102,1256,'_shipping_address_1','4248 McMurry Ave'),(50103,1256,'_shipping_city','Fort Collins'),(50104,1256,'_shipping_state','CO'),(50105,1256,'_shipping_postcode','80525'),(50106,1256,'_shipping_country','US'),(50107,1256,'_order_currency','USD'),(50108,1256,'_cart_discount','0'),(50109,1256,'_cart_discount_tax','0'),(50110,1256,'_order_shipping','23.04'),(50111,1256,'_order_shipping_tax','0'),(50112,1256,'_order_tax','0'),(50113,1256,'_order_total','23.04'),(50114,1256,'_order_version','6.6.0'),(50115,1256,'_prices_include_tax','no'),(50116,1256,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(50117,1256,'_shipping_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US '),(50118,1256,'is_vat_exempt','no'),(50119,1257,'_order_key','wc_order_gPDNETG05i6Nx'),(50120,1257,'_customer_user','43'),(50121,1257,'_payment_method','paypal'),(50122,1257,'_payment_method_title','PayPal'),(50123,1257,'_customer_ip_address','172.58.128.199'),(50124,1257,'_customer_user_agent','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'),(50125,1257,'_created_via','checkout'),(50126,1257,'_cart_hash','50c0953edc95523a12a39a850d54898c'),(50127,1257,'_billing_first_name','Ryan'),(50128,1257,'_billing_last_name','Nelson'),(50129,1257,'_billing_address_1','140 Flame Vine drive'),(50130,1257,'_billing_city','Naples'),(50131,1257,'_billing_state','FL'),(50132,1257,'_billing_postcode','34110'),(50133,1257,'_billing_country','US'),(50134,1257,'_billing_email','Rjnelson73@gmail.com'),(50135,1257,'_billing_phone','239-281-0719'),(50136,1257,'_shipping_first_name','Ryan'),(50137,1257,'_shipping_last_name','Nelson'),(50138,1257,'_shipping_address_1','140 Flame Vine drive'),(50139,1257,'_shipping_city','Naples'),(50140,1257,'_shipping_state','FL'),(50141,1257,'_shipping_postcode','34110'),(50142,1257,'_shipping_country','US'),(50143,1257,'_order_currency','USD'),(50144,1257,'_cart_discount','0'),(50145,1257,'_cart_discount_tax','0'),(50146,1257,'_order_shipping','29.56'),(50147,1257,'_order_shipping_tax','0'),(50148,1257,'_order_tax','0'),(50149,1257,'_order_total','304.12'),(50150,1257,'_order_version','6.6.0'),(50151,1257,'_prices_include_tax','no'),(50152,1257,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(50153,1257,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(50154,1257,'is_vat_exempt','no'),(50155,1257,'_edit_lock','1655949560:2'),(50156,1254,'_edit_lock','1655949301:2'),(50157,1255,'_edit_lock','1655949740:2'),(50158,1256,'_edit_lock','1655949686:2'),(50159,1257,'_edit_last','2'),(50160,1257,'_recorded_coupon_usage_counts','yes'),(50161,1254,'_edit_last','2'),(50162,1254,'_recorded_coupon_usage_counts','yes'),(50163,1255,'_edit_last','2'),(50164,1255,'_recorded_coupon_usage_counts','yes'),(50165,1256,'_edit_last','2'),(50166,1256,'_recorded_coupon_usage_counts','yes'),(50167,1248,'_edit_lock','1655736047:2'),(50168,1248,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191940\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"0716688bb843850f001e731aa6103418\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830191951\";s:12:\"date_shipped\";s:10:\"1655424000\";s:11:\"tracking_id\";s:32:\"08294b51fe54175f547882f3c4afa1f5\";}}'),(50169,1248,'_edit_last','2'),(50170,1248,'_date_completed','1655736139'),(50171,1248,'_completed_date','2022-06-20 14:42:19'),(50172,1249,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192145\";s:12:\"date_shipped\";s:10:\"1655683200\";s:11:\"tracking_id\";s:32:\"6e50933b1224c9892349d53f7da14578\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192134\";s:12:\"date_shipped\";i:1655748886;s:11:\"tracking_id\";s:32:\"78f1ea86a01a225630735a1814990529\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192123\";s:12:\"date_shipped\";i:1655748895;s:11:\"tracking_id\";s:32:\"1d45cd6c1205efdd68b4cf83eb570b8a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192112\";s:12:\"date_shipped\";i:1655748902;s:11:\"tracking_id\";s:32:\"08cd0601d1485520c6464c45a12d4f42\";}}'),(50173,1249,'_date_completed','1655748910'),(50174,1249,'_completed_date','2022-06-20 18:15:10'),(50175,1256,'Payment type','instant'),(50176,1256,'_transaction_id','20183874TV927262M'),(50177,1256,'_paypal_status','completed'),(50178,1256,'PayPal Transaction Fee','1.29'),(50179,1256,'_date_paid','1655756084'),(50180,1256,'_paid_date','2022-06-20 20:14:44'),(50181,1256,'_download_permissions_granted','yes'),(50182,1256,'_recorded_sales','yes'),(50183,1256,'_order_stock_reduced','yes'),(50184,1256,'_new_order_email_sent','true'),(50185,1255,'Payment type','instant'),(50186,1255,'_transaction_id','3GX68146JK3053939'),(50187,1255,'_paypal_status','completed'),(50188,1255,'PayPal Transaction Fee','1.25'),(50189,1255,'_date_paid','1655756170'),(50190,1255,'_paid_date','2022-06-20 20:16:10'),(50191,1255,'_download_permissions_granted','yes'),(50192,1255,'_recorded_sales','yes'),(50193,1255,'_order_stock_reduced','yes'),(50194,1255,'_new_order_email_sent','true'),(50195,1258,'_order_key','wc_order_bQE1ImwhxPvfq'),(50196,1258,'_customer_user','0'),(50197,1258,'_payment_method','paypal'),(50198,1258,'_payment_method_title','PayPal'),(50199,1258,'_customer_ip_address','136.49.57.192'),(50200,1258,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(50201,1258,'_created_via','checkout'),(50202,1258,'_cart_hash','89e8427d7bbbed09b9ba6ae7dde1c9a2'),(50203,1258,'_billing_first_name','Lee'),(50204,1258,'_billing_last_name','Rogers'),(50205,1258,'_billing_company','United States'),(50206,1258,'_billing_address_1','40 N Interstate 35'),(50207,1258,'_billing_address_2','APT 4B2'),(50208,1258,'_billing_city','Austin'),(50209,1258,'_billing_state','TX'),(50210,1258,'_billing_postcode','78701'),(50211,1258,'_billing_country','US'),(50212,1258,'_billing_email','leerogers@flash.net'),(50213,1258,'_billing_phone','316-727-9951'),(50214,1258,'_shipping_first_name','Kaitlin'),(50215,1258,'_shipping_last_name','Ryan'),(50216,1258,'_shipping_company','LCA Dublin'),(50217,1258,'_shipping_address_1','5910 Wilcox Place'),(50218,1258,'_shipping_address_2','Suite E'),(50219,1258,'_shipping_city','Dublin'),(50220,1258,'_shipping_state','OH'),(50221,1258,'_shipping_postcode','43016'),(50222,1258,'_shipping_country','US'),(50223,1258,'_order_currency','USD'),(50224,1258,'_cart_discount','0'),(50225,1258,'_cart_discount_tax','0'),(50226,1258,'_order_shipping','0'),(50227,1258,'_order_shipping_tax','0'),(50228,1258,'_order_tax','0'),(50229,1258,'_order_total','1202.37'),(50230,1258,'_order_version','6.6.0'),(50231,1258,'_prices_include_tax','no'),(50232,1258,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(50233,1258,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(50234,1258,'is_vat_exempt','no'),(50235,1258,'Payment type','instant'),(50236,1258,'_transaction_id','2AA31832H05232538'),(50237,1258,'_paypal_status','completed'),(50238,1258,'PayPal Transaction Fee','42.45'),(50239,1258,'_date_paid','1655784509'),(50240,1258,'_paid_date','2022-06-21 04:08:29'),(50241,1258,'_download_permissions_granted','yes'),(50242,1258,'_recorded_sales','yes'),(50243,1258,'_recorded_coupon_usage_counts','yes'),(50244,1258,'_order_stock_reduced','yes'),(50245,1258,'_new_order_email_sent','true'),(50246,1257,'Payment type','instant'),(50247,1257,'_transaction_id','2FY394150B8109004'),(50248,1257,'_paypal_status','completed'),(50249,1257,'PayPal Transaction Fee','11.10'),(50250,1257,'_date_paid','1655832685'),(50251,1257,'_paid_date','2022-06-21 17:31:25'),(50252,1257,'_download_permissions_granted','yes'),(50253,1257,'_recorded_sales','yes'),(50254,1257,'_order_stock_reduced','yes'),(50255,1257,'_new_order_email_sent','true'),(50260,1259,'_order_key','wc_order_1rBqIpFMbbeKz'),(50261,1259,'_customer_user','92'),(50262,1259,'_payment_method','paypal'),(50263,1259,'_payment_method_title','PayPal'),(50264,1259,'_customer_ip_address','73.63.207.98'),(50265,1259,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.0.0 Safari/537.36'),(50266,1259,'_created_via','checkout'),(50267,1259,'_cart_hash','2f8f1bca43b293476b0edf937d88eed3'),(50268,1259,'_billing_first_name','Michelle'),(50269,1259,'_billing_last_name','Du'),(50270,1259,'_billing_company','LCA Fremont'),(50271,1259,'_billing_address_1','31372 Mackinaw Street'),(50272,1259,'_billing_city','Union City'),(50273,1259,'_billing_state','CA'),(50274,1259,'_billing_postcode','94587'),(50275,1259,'_billing_country','US'),(50276,1259,'_billing_email','info@liceclinicsfremont.com'),(50277,1259,'_billing_phone','510-770-4394'),(50278,1259,'_shipping_first_name','Michelle'),(50279,1259,'_shipping_last_name','Du'),(50280,1259,'_shipping_company','LCA Fremont'),(50281,1259,'_shipping_address_1','31372 Mackinaw Street'),(50282,1259,'_shipping_city','Union City'),(50283,1259,'_shipping_state','CA'),(50284,1259,'_shipping_postcode','94587'),(50285,1259,'_shipping_country','US'),(50286,1259,'_order_currency','USD'),(50287,1259,'_cart_discount','0'),(50288,1259,'_cart_discount_tax','0'),(50289,1259,'_order_shipping','0'),(50290,1259,'_order_shipping_tax','0'),(50291,1259,'_order_tax','0'),(50292,1259,'_order_total','570.24'),(50293,1259,'_order_version','6.6.0'),(50294,1259,'_prices_include_tax','no'),(50295,1259,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(50296,1259,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(50297,1259,'is_vat_exempt','no'),(50298,1259,'_edit_lock','1655949423:2'),(50299,1259,'_edit_last','2'),(50300,1259,'_recorded_coupon_usage_counts','yes'),(50301,1259,'Payment type','instant'),(50302,1259,'_transaction_id','1WU41798EU2984047'),(50303,1259,'_paypal_status','completed'),(50304,1259,'PayPal Transaction Fee','20.39'),(50305,1259,'_date_paid','1655848780'),(50306,1259,'_paid_date','2022-06-21 21:59:40'),(50307,1259,'_download_permissions_granted','yes'),(50308,1259,'_recorded_sales','yes'),(50309,1259,'_order_stock_reduced','yes'),(50310,1259,'_new_order_email_sent','true'),(50311,1254,'Payment type','instant'),(50312,1254,'_transaction_id','9MH7953962500130B'),(50313,1254,'_paypal_status','completed'),(50314,1254,'PayPal Transaction Fee','1.06'),(50315,1254,'_date_paid','1655852257'),(50316,1254,'_paid_date','2022-06-21 22:57:37'),(50317,1254,'_download_permissions_granted','yes'),(50318,1254,'_recorded_sales','yes'),(50319,1254,'_order_stock_reduced','yes'),(50320,1254,'_new_order_email_sent','true'),(50321,1254,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192454\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"dbe516f03f5503b3c4adf55c78ca009a\";}}'),(50322,1254,'_date_completed','1655949433'),(50323,1254,'_completed_date','2022-06-23 01:57:13'),(50324,1259,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192443\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"ddd47e439ee803b368ae8a3a3b5d0c94\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192432\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"1acdcaf390119d7455d4bedec797b6e7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192421\";s:12:\"date_shipped\";i:1655949552;s:11:\"tracking_id\";s:32:\"4e44487b1de15781dad26a9984d63c71\";}}'),(50325,1259,'_date_completed','1655949475'),(50326,1259,'_completed_date','2022-06-23 01:57:55'),(50327,1257,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192362\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"463b84e3124d3ab359929444e0bf394a\";}}'),(50328,1257,'_date_completed','1655949599'),(50329,1257,'_completed_date','2022-06-23 01:59:59'),(50330,1258,'_edit_lock','1656441571:2'),(50331,1256,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192259\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"8039918503e778eff62ccaea7d7d914f\";}}'),(50332,1256,'_date_completed','1655949820'),(50333,1256,'_completed_date','2022-06-23 02:03:40'),(50334,1255,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192260\";s:12:\"date_shipped\";s:10:\"1655942400\";s:11:\"tracking_id\";s:32:\"dfe776eac78055fa942c8f47e37674de\";}}'),(50335,1255,'_date_completed','1655949856'),(50336,1255,'_completed_date','2022-06-23 02:04:16'),(50337,1261,'_order_key','wc_order_mb8GvRMCzaQQ3'),(50338,1261,'_customer_user','3'),(50339,1261,'_payment_method','paypal'),(50340,1261,'_payment_method_title','PayPal'),(50341,1261,'_customer_ip_address','70.142.202.154'),(50342,1261,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(50343,1261,'_created_via','checkout'),(50344,1261,'_cart_hash','189b08a4f6c361a8c5f715df0f6c04f2'),(50345,1261,'_billing_first_name','Amanda'),(50346,1261,'_billing_last_name','Westerman'),(50347,1261,'_billing_company','Lice Clinics of America McKinney'),(50348,1261,'_billing_address_1','3120 Hudson Crossing'),(50349,1261,'_billing_address_2','Suite A2'),(50350,1261,'_billing_city','MCKINNEY'),(50351,1261,'_billing_state','TX'),(50352,1261,'_billing_postcode','75070'),(50353,1261,'_billing_country','US'),(50354,1261,'_billing_email','awesterman1103@gmail.com'),(50355,1261,'_billing_phone','2144175741'),(50356,1261,'_shipping_first_name','Gretchen'),(50357,1261,'_shipping_last_name','Neville'),(50358,1261,'_shipping_company','Lice Clinics of America McKinney'),(50359,1261,'_shipping_address_1','3120 Hudson Crossing, Suite A2'),(50360,1261,'_shipping_city','McKinney'),(50361,1261,'_shipping_state','TX'),(50362,1261,'_shipping_postcode','75070'),(50363,1261,'_shipping_country','US'),(50364,1261,'_order_currency','USD'),(50365,1261,'_cart_discount','0'),(50366,1261,'_cart_discount_tax','0'),(50367,1261,'_order_shipping','0'),(50368,1261,'_order_shipping_tax','0'),(50369,1261,'_order_tax','0'),(50370,1261,'_order_total','1196.18'),(50371,1261,'_order_version','6.6.0'),(50372,1261,'_prices_include_tax','no'),(50373,1261,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(50374,1261,'_shipping_address_index','Gretchen Neville Lice Clinics of America McKinney 3120 Hudson Crossing, Suite A2  McKinney TX 75070 US '),(50375,1261,'is_vat_exempt','no'),(50376,1261,'Payment type','instant'),(50377,1261,'_transaction_id','8N069657WK388193A'),(50378,1261,'_paypal_status','completed'),(50379,1261,'PayPal Transaction Fee','42.24'),(50380,1261,'_date_paid','1656024887'),(50381,1261,'_paid_date','2022-06-23 22:54:47'),(50382,1261,'_download_permissions_granted','yes'),(50383,1261,'_recorded_sales','yes'),(50384,1261,'_recorded_coupon_usage_counts','yes'),(50385,1261,'_order_stock_reduced','yes'),(50386,1261,'_new_order_email_sent','true'),(50387,1262,'_order_key','wc_order_4h9IcJcdDNxC4'),(50388,1262,'_customer_user','96'),(50389,1262,'_payment_method','paypal'),(50390,1262,'_payment_method_title','PayPal'),(50391,1262,'_customer_ip_address','172.58.87.38'),(50392,1262,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44'),(50393,1262,'_created_via','checkout'),(50394,1262,'_cart_hash','240fc1c51e199283e33c59ac5b7c8467'),(50395,1262,'_billing_first_name','Jaimi'),(50396,1262,'_billing_last_name','Washington'),(50397,1262,'_billing_company','Lice Clinics of America - Des Moines'),(50398,1262,'_billing_address_1','6900 University Ave. Ste 120'),(50399,1262,'_billing_city','Windsor Heights'),(50400,1262,'_billing_state','IA'),(50401,1262,'_billing_postcode','50324'),(50402,1262,'_billing_country','US'),(50403,1262,'_billing_email','j.m.licesolutions@gmail.com'),(50404,1262,'_billing_phone','515-971-0667'),(50405,1262,'_shipping_first_name','Jaimi'),(50406,1262,'_shipping_last_name','Washington'),(50407,1262,'_shipping_address_1','1139 Burlington Terrace'),(50408,1262,'_shipping_city','Des Moines'),(50409,1262,'_shipping_state','IA'),(50410,1262,'_shipping_postcode','50314'),(50411,1262,'_shipping_country','US'),(50412,1262,'_order_currency','USD'),(50413,1262,'_cart_discount','0'),(50414,1262,'_cart_discount_tax','0'),(50415,1262,'_order_shipping','14.58'),(50416,1262,'_order_shipping_tax','0'),(50417,1262,'_order_tax','0'),(50418,1262,'_order_total','14.58'),(50419,1262,'_order_version','6.6.0'),(50420,1262,'_prices_include_tax','no'),(50421,1262,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 6900 University Ave. Ste 120  Windsor Heights IA 50324 US j.m.licesolutions@gmail.com 515-971-0667'),(50422,1262,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(50423,1262,'is_vat_exempt','no'),(50424,1263,'_order_key','wc_order_kz4jTwK2aM9BD'),(50425,1263,'_customer_user','8'),(50426,1263,'_payment_method','paypal'),(50427,1263,'_payment_method_title','PayPal'),(50428,1263,'_customer_ip_address','108.211.12.221'),(50429,1263,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'),(50430,1263,'_created_via','checkout'),(50431,1263,'_cart_hash','d554ac45b091f22b099aec8b798a5492'),(50432,1263,'_billing_first_name','Amy'),(50433,1263,'_billing_last_name','Sharp'),(50434,1263,'_billing_company','Nit Wits'),(50435,1263,'_billing_address_1','6002 Sweetbay Dr'),(50436,1263,'_billing_city','Crestwood'),(50437,1263,'_billing_state','KY'),(50438,1263,'_billing_postcode','40014'),(50439,1263,'_billing_country','US'),(50440,1263,'_billing_email','asharp@ht-school.org'),(50441,1263,'_billing_phone','15023109281'),(50442,1263,'_shipping_first_name','Amy'),(50443,1263,'_shipping_last_name','Sharp'),(50444,1263,'_shipping_company','LCA Nit Wits'),(50445,1263,'_shipping_address_1','9302 New LaGrange Road'),(50446,1263,'_shipping_address_2','Unit H'),(50447,1263,'_shipping_city','Louisville'),(50448,1263,'_shipping_state','KY'),(50449,1263,'_shipping_postcode','40242'),(50450,1263,'_shipping_country','US'),(50451,1263,'_order_currency','USD'),(50452,1263,'_cart_discount','0'),(50453,1263,'_cart_discount_tax','0'),(50454,1263,'_order_shipping','11.57'),(50455,1263,'_order_shipping_tax','0'),(50456,1263,'_order_tax','0'),(50457,1263,'_order_total','11.57'),(50458,1263,'_order_version','6.6.0'),(50459,1263,'_prices_include_tax','no'),(50460,1263,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(50461,1263,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(50462,1263,'is_vat_exempt','no'),(50463,1264,'_order_key','wc_order_92t8yXazQev5s'),(50464,1264,'_customer_user','20'),(50465,1264,'_payment_method','paypal'),(50466,1264,'_payment_method_title','PayPal'),(50467,1264,'_customer_ip_address','76.175.96.152'),(50468,1264,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14526.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.64 Safari/537.36'),(50469,1264,'_created_via','checkout'),(50470,1264,'_cart_hash','be6d9c15484e2a7ab23ff9e24ef4ebf1'),(50471,1264,'_billing_first_name','Hasani'),(50472,1264,'_billing_last_name','Thompson'),(50473,1264,'_billing_company','Heat in Hair'),(50474,1264,'_billing_address_1','27225 Camp Plenty Road'),(50475,1264,'_billing_address_2','1D'),(50476,1264,'_billing_city','Santa Clarita'),(50477,1264,'_billing_state','CA'),(50478,1264,'_billing_postcode','91351'),(50479,1264,'_billing_country','US'),(50480,1264,'_billing_email','info@liceclinicssantaclarita.com'),(50481,1264,'_billing_phone','6615850263'),(50482,1264,'_shipping_first_name','Hasani'),(50483,1264,'_shipping_last_name','Thompson'),(50484,1264,'_shipping_company','Heat in Hair'),(50485,1264,'_shipping_address_1','5145 Nightsky Place'),(50486,1264,'_shipping_city','Palmdale'),(50487,1264,'_shipping_state','CA'),(50488,1264,'_shipping_postcode','93552'),(50489,1264,'_shipping_country','US'),(50490,1264,'_order_currency','USD'),(50491,1264,'_cart_discount','0'),(50492,1264,'_cart_discount_tax','0'),(50493,1264,'_order_shipping','30.49'),(50494,1264,'_order_shipping_tax','0'),(50495,1264,'_order_tax','0'),(50496,1264,'_order_total','188.89'),(50497,1264,'_order_version','6.6.0'),(50498,1264,'_prices_include_tax','no'),(50499,1264,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(50500,1264,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(50501,1264,'is_vat_exempt','no'),(50502,1264,'Payment type','instant'),(50503,1264,'_transaction_id','97J96588811016642'),(50504,1264,'_paypal_status','completed'),(50505,1264,'PayPal Transaction Fee','7.08'),(50506,1264,'_date_paid','1656182771'),(50507,1264,'_paid_date','2022-06-25 18:46:11'),(50508,1264,'_download_permissions_granted','yes'),(50509,1264,'_recorded_sales','yes'),(50510,1264,'_recorded_coupon_usage_counts','yes'),(50511,1264,'_order_stock_reduced','yes'),(50512,1264,'_new_order_email_sent','true'),(50513,1265,'_order_key','wc_order_1kUFBaI0TlSop'),(50514,1265,'_customer_user','37'),(50515,1265,'_payment_method','paypal'),(50516,1265,'_payment_method_title','PayPal'),(50517,1265,'_customer_ip_address','71.29.227.36'),(50518,1265,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37'),(50519,1265,'_created_via','checkout'),(50520,1265,'_cart_hash','b977108cb2f17164e25aa04b36004184'),(50521,1265,'_billing_first_name','Melody'),(50522,1265,'_billing_last_name','Carter'),(50523,1265,'_billing_company','Family Hair Clinic of South Ga LLC'),(50524,1265,'_billing_address_1','7754 GA HIGHWAY 122 W'),(50525,1265,'_billing_city','HAHIRA'),(50526,1265,'_billing_state','GA'),(50527,1265,'_billing_postcode','31632-2210'),(50528,1265,'_billing_country','US'),(50529,1265,'_billing_email','familyhairclinic@gmail.com'),(50530,1265,'_billing_phone','2294151748'),(50531,1265,'_shipping_first_name','Melody'),(50532,1265,'_shipping_last_name','Carter'),(50533,1265,'_shipping_company','LCA Family Hair Clinic'),(50534,1265,'_shipping_address_1','7754 GA Highway 122 W'),(50535,1265,'_shipping_city','Hahira'),(50536,1265,'_shipping_state','GA'),(50537,1265,'_shipping_postcode','31632'),(50538,1265,'_shipping_country','US'),(50539,1265,'_order_currency','USD'),(50540,1265,'_cart_discount','0'),(50541,1265,'_cart_discount_tax','0'),(50542,1265,'_order_shipping','87.73'),(50543,1265,'_order_shipping_tax','0'),(50544,1265,'_order_tax','0'),(50545,1265,'_order_total','220.69'),(50546,1265,'_order_version','6.6.0'),(50547,1265,'_prices_include_tax','no'),(50548,1265,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(50549,1265,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(50550,1265,'is_vat_exempt','no'),(50551,1262,'_edit_lock','1656426666:2'),(50552,1262,'_edit_last','2'),(50553,1262,'_recorded_coupon_usage_counts','yes'),(50554,1263,'_edit_lock','1656426941:2'),(50555,1265,'_edit_lock','1657041215:2'),(50556,1263,'_edit_last','2'),(50557,1263,'_recorded_coupon_usage_counts','yes'),(50558,1265,'_edit_last','2'),(50559,1265,'_recorded_coupon_usage_counts','yes'),(50560,1263,'Payment type','instant'),(50561,1263,'_transaction_id','0RT0096436827683N'),(50562,1263,'_paypal_status','completed'),(50563,1263,'PayPal Transaction Fee','0.89'),(50564,1263,'_date_paid','1656348273'),(50565,1263,'_paid_date','2022-06-27 16:44:33'),(50566,1263,'_download_permissions_granted','yes'),(50567,1263,'_recorded_sales','yes'),(50568,1263,'_order_stock_reduced','yes'),(50569,1263,'_new_order_email_sent','true'),(50570,1266,'_order_key','wc_order_kopltddcwOE0c'),(50571,1266,'_customer_user','49'),(50572,1266,'_payment_method','paypal'),(50573,1266,'_payment_method_title','PayPal'),(50574,1266,'_customer_ip_address','108.18.226.10'),(50575,1266,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(50576,1266,'_created_via','checkout'),(50577,1266,'_cart_hash','c17ec4f44210310c3741a2f89ca6164b'),(50578,1266,'_billing_first_name','Kristi'),(50579,1266,'_billing_last_name','Winkler'),(50580,1266,'_billing_company','LCA - Manassas'),(50581,1266,'_billing_address_1','8943 Garrett Way'),(50582,1266,'_billing_city','Manassas'),(50583,1266,'_billing_state','VA'),(50584,1266,'_billing_postcode','20112'),(50585,1266,'_billing_country','US'),(50586,1266,'_billing_email','info@northernvirginialiceclinics.com'),(50587,1266,'_billing_phone','8587520975'),(50588,1266,'_shipping_first_name','Michelle'),(50589,1266,'_shipping_last_name','Winkler'),(50590,1266,'_shipping_address_1','8943 Garrett Way'),(50591,1266,'_shipping_city','Manassas'),(50592,1266,'_shipping_state','VA'),(50593,1266,'_shipping_postcode','20112'),(50594,1266,'_shipping_country','US'),(50595,1266,'_order_currency','USD'),(50596,1266,'_cart_discount','0'),(50597,1266,'_cart_discount_tax','0'),(50598,1266,'_order_shipping','0'),(50599,1266,'_order_shipping_tax','0'),(50600,1266,'_order_tax','0'),(50601,1266,'_order_total','2807.01'),(50602,1266,'_order_version','6.6.0'),(50603,1266,'_prices_include_tax','no'),(50604,1266,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(50605,1266,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(50606,1266,'is_vat_exempt','no'),(50607,1267,'_order_key','wc_order_GYkBKMPRNdOos'),(50608,1267,'_customer_user','7'),(50609,1267,'_payment_method','paypal'),(50610,1267,'_payment_method_title','PayPal'),(50611,1267,'_customer_ip_address','108.201.137.222'),(50612,1267,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(50613,1267,'_created_via','checkout'),(50614,1267,'_cart_hash','4fb611f582d4dffb2fcec27ed4f276ec'),(50615,1267,'_billing_first_name','Amy'),(50616,1267,'_billing_last_name','Allen'),(50617,1267,'_billing_company','Lice Clinics Of America'),(50618,1267,'_billing_address_1','251 Promise Way'),(50619,1267,'_billing_city','Hollister'),(50620,1267,'_billing_state','CA'),(50621,1267,'_billing_postcode','95023'),(50622,1267,'_billing_country','US'),(50623,1267,'_billing_email','lca.gilroy@gmail.com'),(50624,1267,'_billing_phone','4085005537'),(50625,1267,'_shipping_first_name','Amy'),(50626,1267,'_shipping_last_name','Allen'),(50627,1267,'_shipping_company','Lice Clinics Of America'),(50628,1267,'_shipping_address_1','251 Promise Way'),(50629,1267,'_shipping_city','Hollister'),(50630,1267,'_shipping_state','CA'),(50631,1267,'_shipping_postcode','95023'),(50632,1267,'_shipping_country','US'),(50633,1267,'_order_currency','USD'),(50634,1267,'_cart_discount','0'),(50635,1267,'_cart_discount_tax','0'),(50636,1267,'_order_shipping','0'),(50637,1267,'_order_shipping_tax','0'),(50638,1267,'_order_tax','0'),(50639,1267,'_order_total','523.36'),(50640,1267,'_order_version','6.6.0'),(50641,1267,'_prices_include_tax','no'),(50642,1267,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(50643,1267,'_shipping_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US '),(50644,1267,'is_vat_exempt','no'),(50645,1267,'Payment type','instant'),(50646,1267,'_transaction_id','6B495046GN2575034'),(50647,1267,'_paypal_status','completed'),(50648,1267,'PayPal Transaction Fee','18.76'),(50649,1267,'_date_paid','1656353802'),(50650,1267,'_paid_date','2022-06-27 18:16:42'),(50651,1267,'_download_permissions_granted','yes'),(50652,1267,'_recorded_sales','yes'),(50653,1267,'_recorded_coupon_usage_counts','yes'),(50654,1267,'_order_stock_reduced','yes'),(50655,1267,'_new_order_email_sent','true'),(50656,1268,'_order_key','wc_order_tdQm2K9W31KzJ'),(50657,1268,'_customer_user','67'),(50658,1268,'_payment_method','paypal'),(50659,1268,'_payment_method_title','PayPal'),(50660,1268,'_customer_ip_address','74.77.55.50'),(50661,1268,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(50662,1268,'_created_via','checkout'),(50663,1268,'_cart_hash','42e86644d29986f47fb6e73386e0e5f8'),(50664,1268,'_billing_first_name','Marnie'),(50665,1268,'_billing_last_name','Murray'),(50666,1268,'_billing_company','Naughty Nits'),(50667,1268,'_billing_address_1','2809 Wehrle Drive'),(50668,1268,'_billing_address_2','Suite 10'),(50669,1268,'_billing_city','Williamsville'),(50670,1268,'_billing_state','NY'),(50671,1268,'_billing_postcode','14221'),(50672,1268,'_billing_country','US'),(50673,1268,'_billing_email','liceclinicsupstateny@gmail.com'),(50674,1268,'_billing_phone','7166265423'),(50675,1268,'_shipping_first_name','Marnie'),(50676,1268,'_shipping_last_name','Murray'),(50677,1268,'_shipping_company','LCA Buffalo'),(50678,1268,'_shipping_address_1','2809 Wehrle Drive'),(50679,1268,'_shipping_address_2','Suite 10'),(50680,1268,'_shipping_city','Williamsville'),(50681,1268,'_shipping_state','NY'),(50682,1268,'_shipping_postcode','14221'),(50683,1268,'_shipping_country','US'),(50684,1268,'_order_currency','USD'),(50685,1268,'_cart_discount','0'),(50686,1268,'_cart_discount_tax','0'),(50687,1268,'_order_shipping','23.41'),(50688,1268,'_order_shipping_tax','0'),(50689,1268,'_order_tax','0'),(50690,1268,'_order_total','392.53'),(50691,1268,'_order_version','6.6.0'),(50692,1268,'_prices_include_tax','no'),(50693,1268,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(50694,1268,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(50695,1268,'is_vat_exempt','no'),(50696,1269,'_order_key','wc_order_uoVU9H3dmHAAh'),(50697,1269,'_customer_user','5'),(50698,1269,'_payment_method','paypal'),(50699,1269,'_payment_method_title','PayPal'),(50700,1269,'_customer_ip_address','73.11.93.174'),(50701,1269,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(50702,1269,'_created_via','checkout'),(50703,1269,'_cart_hash','196d4fc39a048df1830df17e1c1073ed'),(50704,1269,'_billing_first_name','Mark'),(50705,1269,'_billing_last_name','Meyer'),(50706,1269,'_billing_company','lice clinics of america- portland'),(50707,1269,'_billing_address_1','5201 SW Westgate Dr suite 106'),(50708,1269,'_billing_address_2','106'),(50709,1269,'_billing_city','portland'),(50710,1269,'_billing_state','OR'),(50711,1269,'_billing_postcode','97221'),(50712,1269,'_billing_country','US'),(50713,1269,'_billing_email','noemi.and.mark@nwliceclinics.com'),(50714,1269,'_billing_phone','5034040475'),(50715,1269,'_shipping_first_name','Mark'),(50716,1269,'_shipping_last_name','Meyer'),(50717,1269,'_shipping_company','lice clinics of america- portland'),(50718,1269,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(50719,1269,'_shipping_address_2','106'),(50720,1269,'_shipping_city','portland'),(50721,1269,'_shipping_state','OR'),(50722,1269,'_shipping_postcode','97221'),(50723,1269,'_shipping_country','US'),(50724,1269,'_order_currency','USD'),(50725,1269,'_cart_discount','0'),(50726,1269,'_cart_discount_tax','0'),(50727,1269,'_order_shipping','0'),(50728,1269,'_order_shipping_tax','0'),(50729,1269,'_order_tax','0'),(50730,1269,'_order_total','2915.61'),(50731,1269,'_order_version','6.6.0'),(50732,1269,'_prices_include_tax','no'),(50733,1269,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(50734,1269,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(50735,1269,'is_vat_exempt','no'),(50736,1269,'Payment type','instant'),(50737,1269,'_transaction_id','2R524250FX4469526'),(50738,1269,'_paypal_status','completed'),(50739,1269,'PayPal Transaction Fee','102.24'),(50740,1269,'_date_paid','1656354267'),(50741,1269,'_paid_date','2022-06-27 18:24:27'),(50742,1269,'_download_permissions_granted','yes'),(50743,1269,'_recorded_sales','yes'),(50744,1269,'_recorded_coupon_usage_counts','yes'),(50745,1269,'_order_stock_reduced','yes'),(50746,1269,'_new_order_email_sent','true'),(50747,1270,'_order_key','wc_order_gESkf0r4w8B1n'),(50748,1270,'_customer_user','26'),(50749,1270,'_payment_method','paypal'),(50750,1270,'_payment_method_title','PayPal'),(50751,1270,'_customer_ip_address','68.126.201.125'),(50752,1270,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(50753,1270,'_created_via','checkout'),(50754,1270,'_cart_hash','5ad19204502084efebe5ee6a02c1ef4e'),(50755,1270,'_billing_first_name','Andrew'),(50756,1270,'_billing_last_name','Crumrine'),(50757,1270,'_billing_address_1','3537 Stevens Way'),(50758,1270,'_billing_city','Augusta'),(50759,1270,'_billing_state','GA'),(50760,1270,'_billing_postcode','30907'),(50761,1270,'_billing_country','US'),(50762,1270,'_billing_email','augustagalice@gmail.com'),(50763,1270,'_billing_phone','7063064588'),(50764,1270,'_shipping_first_name','Andrew'),(50765,1270,'_shipping_last_name','Crumrine'),(50766,1270,'_shipping_address_1','3537 Stevens Way'),(50767,1270,'_shipping_city','Augusta'),(50768,1270,'_shipping_state','GA'),(50769,1270,'_shipping_postcode','30907'),(50770,1270,'_shipping_country','US'),(50771,1270,'_order_currency','USD'),(50772,1270,'_cart_discount','0'),(50773,1270,'_cart_discount_tax','0'),(50774,1270,'_order_shipping','37.16'),(50775,1270,'_order_shipping_tax','0'),(50776,1270,'_order_tax','0'),(50777,1270,'_order_total','439.16'),(50778,1270,'_order_version','6.6.0'),(50779,1270,'_prices_include_tax','no'),(50780,1270,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(50781,1270,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(50782,1270,'is_vat_exempt','no'),(50783,1268,'Payment type','instant'),(50784,1268,'_transaction_id','13K62695UL226672R'),(50785,1268,'_paypal_status','completed'),(50786,1268,'PayPal Transaction Fee','14.19'),(50787,1268,'_date_paid','1656357641'),(50788,1268,'_paid_date','2022-06-27 19:20:41'),(50789,1268,'_download_permissions_granted','yes'),(50790,1268,'_recorded_sales','yes'),(50791,1268,'_recorded_coupon_usage_counts','yes'),(50792,1268,'_order_stock_reduced','yes'),(50793,1268,'_new_order_email_sent','true'),(50794,1262,'Payment type','instant'),(50795,1262,'_transaction_id','9G588657LN184005M'),(50796,1262,'_paypal_status','completed'),(50797,1262,'PayPal Transaction Fee','1.00'),(50798,1262,'_date_paid','1656358952'),(50799,1262,'_paid_date','2022-06-27 19:42:32'),(50800,1262,'_download_permissions_granted','yes'),(50801,1262,'_recorded_sales','yes'),(50802,1262,'_order_stock_reduced','yes'),(50803,1262,'_new_order_email_sent','true'),(50804,1262,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193108\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"1f26a5137dd84084b5aa52c4ff49db1d\";}}'),(50805,1262,'_date_completed','1656426777'),(50806,1262,'_completed_date','2022-06-28 14:32:57'),(50807,1268,'_edit_lock','1656426711:2'),(50808,1268,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193093\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"8b53bd85664961247d49fc828b692590\";}}'),(50809,1268,'_edit_last','2'),(50810,1268,'_date_completed','1656426833'),(50811,1268,'_completed_date','2022-06-28 14:33:53'),(50812,1269,'_edit_lock','1656426808:2'),(50813,1269,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193060\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"a71fce19aad82dfc2300ef4b4c382b5e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193050\";s:12:\"date_shipped\";i:1656426903;s:11:\"tracking_id\";s:32:\"0f409c30b4589e2ec6f7c23932f5b2f7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193049\";s:12:\"date_shipped\";i:1656426909;s:11:\"tracking_id\";s:32:\"eebcbbebe3d4afd54f5f4f486aba1bc6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193038\";s:12:\"date_shipped\";i:1656426916;s:11:\"tracking_id\";s:32:\"aaa617fe072220db4134bf13044c7627\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193027\";s:12:\"date_shipped\";i:1656426922;s:11:\"tracking_id\";s:32:\"f3fb3c52e90171197df6961eaedd7d7d\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193016\";s:12:\"date_shipped\";i:1656426928;s:11:\"tracking_id\";s:32:\"40a9278278f9f5a3102defd038bbf432\";}}'),(50814,1269,'_edit_last','2'),(50815,1269,'_date_completed','1656426934'),(50816,1269,'_completed_date','2022-06-28 14:35:34'),(50817,1263,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192991\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"0c24bc572ad03b0187a5c8d211250d30\";}}'),(50818,1263,'_date_completed','1656426978'),(50819,1263,'_completed_date','2022-06-28 14:36:18'),(50820,1264,'_edit_lock','1656427004:2'),(50821,1264,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192914\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"5578d774208867179048772dcd25c0cd\";}}'),(50822,1264,'_edit_last','2'),(50823,1264,'_date_completed','1656427104'),(50824,1264,'_completed_date','2022-06-28 14:38:24'),(50825,1270,'_edit_lock','1656525074:2'),(50826,1266,'_edit_lock','1656524989:2'),(50827,1270,'_edit_last','2'),(50828,1270,'_recorded_coupon_usage_counts','yes'),(50829,1266,'_edit_last','2'),(50830,1266,'_recorded_coupon_usage_counts','yes'),(50831,1266,'Payment type','instant'),(50832,1266,'_transaction_id','7A026310B3830083M'),(50833,1266,'_paypal_status','completed'),(50834,1266,'PayPal Transaction Fee','98.45'),(50835,1266,'_date_paid','1656437848'),(50836,1266,'_paid_date','2022-06-28 17:37:28'),(50837,1266,'_download_permissions_granted','yes'),(50838,1266,'_recorded_sales','yes'),(50839,1266,'_order_stock_reduced','yes'),(50840,1266,'_new_order_email_sent','true'),(50841,1267,'_edit_lock','1656441410:2'),(50842,1267,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193163\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"3e56db94757c808992e3bc9ad01bbfe0\";}}'),(50843,1267,'_edit_last','2'),(50844,1267,'_date_completed','1656441533'),(50845,1267,'_completed_date','2022-06-28 18:38:53'),(50846,1261,'_edit_lock','1656441514:2'),(50847,1261,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192785\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"17b364c7436b29d4d94c838a8d2824f4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192796\";s:12:\"date_shipped\";i:1656441594;s:11:\"tracking_id\";s:32:\"60d7648e4891b828c9b1c98761f39cb9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192800\";s:12:\"date_shipped\";i:1656441600;s:11:\"tracking_id\";s:32:\"d786bc57e90412d7681e29fc424d802b\";}}'),(50848,1261,'_edit_last','2'),(50849,1261,'_date_completed','1656441628'),(50850,1261,'_completed_date','2022-06-28 18:40:28'),(50851,1258,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192292\";s:12:\"date_shipped\";s:10:\"1656374400\";s:11:\"tracking_id\";s:32:\"0cef9f9ef213f84f44c082129447a541\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192307\";s:12:\"date_shipped\";i:1656441679;s:11:\"tracking_id\";s:32:\"5615912b8369aad2073461e997d5cc89\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830192318\";s:12:\"date_shipped\";i:1656441685;s:11:\"tracking_id\";s:32:\"f95adcf8106d458ab796419703e3910b\";}}'),(50852,1258,'_edit_last','2'),(50853,1258,'_date_completed','1656441688'),(50854,1258,'_completed_date','2022-06-28 18:41:28'),(50855,1270,'Payment type','instant'),(50856,1270,'_transaction_id','2JS81993TG7707436'),(50857,1270,'_paypal_status','completed'),(50858,1270,'PayPal Transaction Fee','15.82'),(50859,1270,'_date_paid','1656442238'),(50860,1270,'_paid_date','2022-06-28 18:50:38'),(50861,1270,'_download_permissions_granted','yes'),(50862,1270,'_recorded_sales','yes'),(50863,1270,'_order_stock_reduced','yes'),(50864,1270,'_new_order_email_sent','true'),(50865,1266,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193233\";s:12:\"date_shipped\";s:10:\"1656460800\";s:11:\"tracking_id\";s:32:\"e68e91a9bb229aa2243a21c7993db6f4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193222\";s:12:\"date_shipped\";i:1656525054;s:11:\"tracking_id\";s:32:\"88683a677955cc039fa795e4e0c6004b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193211\";s:12:\"date_shipped\";i:1656525060;s:11:\"tracking_id\";s:32:\"c9da04c9200042564249e92e03b3a5aa\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193200\";s:12:\"date_shipped\";i:1656525068;s:11:\"tracking_id\";s:32:\"cb960be233e832389cb0f8637f5ba119\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193196\";s:12:\"date_shipped\";i:1656525079;s:11:\"tracking_id\";s:32:\"9900304c3c947d17f7c4bbbe76c30043\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193185\";s:12:\"date_shipped\";i:1656525097;s:11:\"tracking_id\";s:32:\"4b57e02f80dc4872f23683765caf1cd5\";}}'),(50866,1266,'_date_completed','1656525106'),(50867,1266,'_completed_date','2022-06-29 17:51:46'),(50868,1270,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193255\";s:12:\"date_shipped\";s:10:\"1656460800\";s:11:\"tracking_id\";s:32:\"bb659107bd5fab6b5041ef01e447fc20\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193244\";s:12:\"date_shipped\";i:1656525166;s:11:\"tracking_id\";s:32:\"a2b4b32f22fbc2aa16321f9fea925dae\";}}'),(50869,1270,'_date_completed','1656525174'),(50870,1270,'_completed_date','2022-06-29 17:52:54'),(50871,1271,'_order_key','wc_order_PXGq5P1XjBfRR'),(50872,1271,'_customer_user','64'),(50873,1271,'_payment_method','paypal'),(50874,1271,'_payment_method_title','PayPal'),(50875,1271,'_customer_ip_address','72.130.2.72'),(50876,1271,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(50877,1271,'_created_via','checkout'),(50878,1271,'_cart_hash','7749e4d257b77fd6e263c8c9888239d8'),(50879,1271,'_billing_first_name','Barrie'),(50880,1271,'_billing_last_name','Desmond'),(50881,1271,'_billing_address_1','50 ALAHELE PL'),(50882,1271,'_billing_city','Kihei'),(50883,1271,'_billing_state','HI'),(50884,1271,'_billing_postcode','96753-7809'),(50885,1271,'_billing_country','US'),(50886,1271,'_billing_email','info@liceclinicshawaii.com'),(50887,1271,'_billing_phone','8082834247'),(50888,1271,'_shipping_first_name','Lice Clinics'),(50889,1271,'_shipping_last_name','Hawaii'),(50890,1271,'_shipping_address_1','250 Ward Avenue'),(50891,1271,'_shipping_address_2','Suite 231'),(50892,1271,'_shipping_city','Honolulu'),(50893,1271,'_shipping_state','HI'),(50894,1271,'_shipping_postcode','96814'),(50895,1271,'_shipping_country','US'),(50896,1271,'_order_currency','USD'),(50897,1271,'_cart_discount','0'),(50898,1271,'_cart_discount_tax','0'),(50899,1271,'_order_shipping','516.91'),(50900,1271,'_order_shipping_tax','0'),(50901,1271,'_order_tax','0'),(50902,1271,'_order_total','1450.62'),(50903,1271,'_order_version','6.6.0'),(50904,1271,'_prices_include_tax','no'),(50905,1271,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(50906,1271,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(50908,1271,'is_vat_exempt','no'),(50909,1271,'Payment type','instant'),(50910,1271,'_transaction_id','9GD286065B862371E'),(50911,1271,'_paypal_status','completed'),(50912,1271,'PayPal Transaction Fee','51.12'),(50913,1271,'_date_paid','1656542528'),(50914,1271,'_paid_date','2022-06-29 22:42:08'),(50915,1271,'_download_permissions_granted','yes'),(50916,1271,'_recorded_sales','yes'),(50917,1271,'_recorded_coupon_usage_counts','yes'),(50918,515,'_used_by','64'),(50919,1271,'_order_stock_reduced','yes'),(50920,1271,'_new_order_email_sent','true'),(50921,1272,'_order_key','wc_order_cmPVkW5v9gdA9'),(50922,1272,'_customer_user','51'),(50923,1272,'_payment_method','paypal'),(50924,1272,'_payment_method_title','PayPal'),(50925,1272,'_customer_ip_address','73.0.148.33'),(50926,1272,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/218.0.456502374 Mobile/15E148 Safari/604.1'),(50927,1272,'_created_via','checkout'),(50928,1272,'_cart_hash','5f115752acb3c76c566eff13c004adb2'),(50929,1272,'_billing_first_name','Corie'),(50930,1272,'_billing_last_name','Kaniamos'),(50931,1272,'_billing_address_1','5026 Tildens Grove Blvd'),(50932,1272,'_billing_city','Windermere'),(50933,1272,'_billing_state','FL'),(50934,1272,'_billing_postcode','34786'),(50935,1272,'_billing_country','US'),(50936,1272,'_billing_email','corie@liceclinicsofflorida.com'),(50937,1272,'_billing_phone','6163406321'),(50938,1272,'_shipping_first_name','Maria'),(50939,1272,'_shipping_last_name','Hagg'),(50940,1272,'_shipping_company','LCA - STUART'),(50941,1272,'_shipping_address_1','130 SE Taho Ter.'),(50942,1272,'_shipping_city','Stuart'),(50943,1272,'_shipping_state','FL'),(50944,1272,'_shipping_postcode','34997'),(50945,1272,'_shipping_country','US'),(50946,1272,'_order_currency','USD'),(50947,1272,'_cart_discount','0'),(50948,1272,'_cart_discount_tax','0'),(50949,1272,'_order_shipping','25.81'),(50950,1272,'_order_shipping_tax','0'),(50951,1272,'_order_tax','0'),(50952,1272,'_order_total','25.81'),(50953,1272,'_order_version','6.6.0'),(50954,1272,'_prices_include_tax','no'),(50955,1272,'_billing_address_index','Corie Kaniamos  5026 Tildens Grove Blvd  Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(50956,1272,'_shipping_address_index','Maria Hagg LCA - STUART 130 SE Taho Ter.  Stuart FL 34997 US '),(50957,1272,'is_vat_exempt','no'),(50958,1273,'_order_key','wc_order_kyiILgKuBbiZR'),(50959,1273,'_customer_user','4'),(50960,1273,'_payment_method','paypal'),(50961,1273,'_payment_method_title','PayPal'),(50962,1273,'_customer_ip_address','73.26.145.15'),(50963,1273,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(50964,1273,'_created_via','checkout'),(50965,1273,'_cart_hash','e30d8037a0085387752b66bb835bc681'),(50966,1273,'_billing_first_name','David'),(50967,1273,'_billing_last_name','Washburn'),(50968,1273,'_billing_company','Larada Sciences'),(50969,1273,'_billing_address_1','154 East Myrtle Ave.'),(50970,1273,'_billing_address_2','Ste. #101'),(50971,1273,'_billing_city','Murray'),(50972,1273,'_billing_state','UT'),(50973,1273,'_billing_postcode','84107'),(50974,1273,'_billing_country','US'),(50975,1273,'_billing_email','david@laradasciences.com'),(50976,1273,'_billing_phone','8019197428'),(50977,1273,'_shipping_first_name','David'),(50978,1273,'_shipping_last_name','Washburn'),(50979,1273,'_shipping_company','Larada Sciences'),(50980,1273,'_shipping_address_1','154 East Myrtle Ave.'),(50981,1273,'_shipping_address_2','Ste. #101'),(50982,1273,'_shipping_city','Murray'),(50983,1273,'_shipping_state','UT'),(50984,1273,'_shipping_postcode','84107'),(50985,1273,'_shipping_country','US'),(50986,1273,'_order_currency','USD'),(50987,1273,'_cart_discount','0'),(50988,1273,'_cart_discount_tax','0'),(50989,1273,'_order_shipping','0'),(50990,1273,'_order_shipping_tax','0'),(50991,1273,'_order_tax','0'),(50992,1273,'_order_total','1430.08'),(50993,1273,'_order_version','6.6.1'),(50994,1273,'_prices_include_tax','no'),(50995,1273,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(50996,1273,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(50997,1273,'is_vat_exempt','no'),(50998,1273,'_edit_lock','1657654230:2'),(50999,1273,'_edit_last','2'),(51000,1273,'_recorded_coupon_usage_counts','yes'),(51001,1273,'Payment type','instant'),(51002,1273,'_transaction_id','1VR42783RF927600F'),(51003,1273,'_paypal_status','completed'),(51004,1273,'PayPal Transaction Fee','50.40'),(51005,1273,'_date_paid','1656620348'),(51006,1273,'_paid_date','2022-06-30 20:19:08'),(51007,1273,'_download_permissions_granted','yes'),(51008,1273,'_recorded_sales','yes'),(51009,1273,'_order_stock_reduced','yes'),(51010,1273,'_new_order_email_sent','true'),(51011,1272,'_edit_lock','1662062279:2'),(51012,1272,'_edit_last','2'),(51013,1272,'_recorded_coupon_usage_counts','yes'),(51014,1275,'_order_key','wc_order_QrIGU0gVqAwqh'),(51015,1275,'_customer_user','77'),(51016,1275,'_payment_method','paypal'),(51017,1275,'_payment_method_title','PayPal'),(51018,1275,'_customer_ip_address','50.91.104.71'),(51019,1275,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51020,1275,'_created_via','checkout'),(51021,1275,'_cart_hash','26a889a4356402c97b3b1ba0752a722e'),(51022,1275,'_billing_first_name','Phil'),(51023,1275,'_billing_last_name','Moon'),(51024,1275,'_billing_company','Lice Clinics of America-Bakersfield'),(51025,1275,'_billing_address_1','585 56th Street'),(51026,1275,'_billing_city','Oakland'),(51027,1275,'_billing_state','CA'),(51028,1275,'_billing_postcode','94609'),(51029,1275,'_billing_country','US'),(51030,1275,'_billing_email','info@liceclinicsfresno.com'),(51031,1275,'_billing_phone','5593046305'),(51032,1275,'_shipping_first_name','Kristen'),(51033,1275,'_shipping_last_name','Maroot-Rippee'),(51034,1275,'_shipping_company','Lice Busters LLC. Bakersfield'),(51035,1275,'_shipping_address_1','487 W. Scott Avenue'),(51036,1275,'_shipping_city','Fresno'),(51037,1275,'_shipping_state','CA'),(51038,1275,'_shipping_postcode','93704'),(51039,1275,'_shipping_country','US'),(51040,1275,'_order_currency','USD'),(51041,1275,'_cart_discount','0'),(51042,1275,'_cart_discount_tax','0'),(51043,1275,'_order_shipping','0'),(51044,1275,'_order_shipping_tax','0'),(51045,1275,'_order_tax','0'),(51046,1275,'_order_total','560.20'),(51047,1275,'_order_version','6.6.0'),(51048,1275,'_prices_include_tax','no'),(51049,1275,'_billing_address_index','Phil Moon Lice Clinics of America-Bakersfield 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(51050,1275,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Bakersfield 487 W. Scott Avenue  Fresno CA 93704 US '),(51051,1275,'is_vat_exempt','no'),(51052,1275,'Payment type','instant'),(51053,1275,'_transaction_id','6SN590256B9715051'),(51054,1275,'_paypal_status','completed'),(51055,1275,'PayPal Transaction Fee','20.04'),(51056,1275,'_date_paid','1656637333'),(51057,1275,'_paid_date','2022-07-01 01:02:13'),(51058,1275,'_download_permissions_granted','yes'),(51059,1275,'_recorded_sales','yes'),(51060,1275,'_recorded_coupon_usage_counts','yes'),(51061,1275,'_order_stock_reduced','yes'),(51062,1275,'_new_order_email_sent','true'),(51063,1271,'acfw_shipping_discount_recalc','yes'),(51064,1271,'_edit_lock','1657039683:2'),(51065,1271,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193472\";s:12:\"date_shipped\";s:10:\"1656633600\";s:11:\"tracking_id\";s:32:\"b7dbf882207355e5a74e7248daf6d3fe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193461\";s:12:\"date_shipped\";i:1656686218;s:11:\"tracking_id\";s:32:\"b684dfe34800348e56ab667f144385b0\";}}'),(51066,1265,'Payment type','instant'),(51067,1265,'_transaction_id','34W31093T4429525N'),(51068,1265,'_paypal_status','completed'),(51069,1265,'PayPal Transaction Fee','8.19'),(51070,1265,'_date_paid','1656686267'),(51071,1265,'_paid_date','2022-07-01 14:37:47'),(51072,1265,'_download_permissions_granted','yes'),(51073,1265,'_recorded_sales','yes'),(51074,1265,'_order_stock_reduced','yes'),(51075,1265,'_new_order_email_sent','true'),(51076,1276,'_order_key','wc_order_XA89sLWtjQOJS'),(51077,1276,'_customer_user','29'),(51078,1276,'_payment_method','paypal'),(51079,1276,'_payment_method_title','PayPal'),(51080,1276,'_customer_ip_address','68.80.67.132'),(51081,1276,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(51082,1276,'_created_via','checkout'),(51083,1276,'_cart_hash','41a8c8af628f6908e0d9f76d25859875'),(51084,1276,'_billing_first_name','Kevin'),(51085,1276,'_billing_last_name','Reilly'),(51086,1276,'_billing_address_1','5460 Richie Ct'),(51087,1276,'_billing_city','Pipersville'),(51088,1276,'_billing_state','PA'),(51089,1276,'_billing_postcode','18947'),(51090,1276,'_billing_country','US'),(51091,1276,'_billing_email','info@liceclinicslansdale.com'),(51092,1276,'_billing_phone','2156941408'),(51093,1276,'_shipping_first_name','Kevin'),(51094,1276,'_shipping_last_name','Reilly'),(51095,1276,'_shipping_company','LCA Lansdale'),(51096,1276,'_shipping_address_1','2131 North Broad Street'),(51097,1276,'_shipping_address_2','Suite 101'),(51098,1276,'_shipping_city','Lansdale'),(51099,1276,'_shipping_state','PA'),(51100,1276,'_shipping_postcode','19446'),(51101,1276,'_shipping_country','US'),(51102,1276,'_order_currency','USD'),(51103,1276,'_cart_discount','0'),(51104,1276,'_cart_discount_tax','0'),(51105,1276,'_order_shipping','12.68'),(51106,1276,'_order_shipping_tax','0'),(51107,1276,'_order_tax','0'),(51108,1276,'_order_total','58.24'),(51109,1276,'_order_version','6.6.0'),(51110,1276,'_prices_include_tax','no'),(51111,1276,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(51112,1276,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(51114,1276,'is_vat_exempt','no'),(51115,1276,'Payment type','instant'),(51116,1276,'_transaction_id','6TL129548W9873158'),(51117,1276,'_paypal_status','completed'),(51118,1276,'PayPal Transaction Fee','2.52'),(51119,1276,'_date_paid','1656694445'),(51120,1276,'_paid_date','2022-07-01 16:54:05'),(51121,1276,'_download_permissions_granted','yes'),(51122,1276,'_recorded_sales','yes'),(51123,1276,'_recorded_coupon_usage_counts','yes'),(51124,1276,'_order_stock_reduced','yes'),(51125,1276,'_new_order_email_sent','true'),(51126,1272,'Payment type','instant'),(51127,1272,'_transaction_id','9M31158245603844F'),(51128,1272,'_paypal_status','completed'),(51129,1272,'PayPal Transaction Fee','1.39'),(51130,1272,'_date_paid','1656812305'),(51131,1272,'_paid_date','2022-07-03 01:38:25'),(51132,1272,'_download_permissions_granted','yes'),(51133,1272,'_recorded_sales','yes'),(51134,1272,'_order_stock_reduced','yes'),(51135,1272,'_new_order_email_sent','true'),(51137,1271,'_edit_last','2'),(51138,1271,'_date_completed','1657039802'),(51139,1271,'_completed_date','2022-07-05 16:50:02'),(51140,1275,'_edit_lock','1657041045:2'),(51141,1276,'_edit_lock','1657041313:2'),(51142,1275,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193645\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"509c02b371631e45396bf88c4e2a93e3\";}}'),(51143,1275,'_edit_last','2'),(51144,1275,'_date_completed','1657041175'),(51145,1275,'_completed_date','2022-07-05 17:12:55'),(51146,1265,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193656\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"39736e3dc89fadc2e8d56b549e921ce7\";}}'),(51147,1265,'_date_completed','1657041233'),(51148,1265,'_completed_date','2022-07-05 17:13:53'),(51149,1276,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193715\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"b87a7cc8e74fc301cded013e6759884b\";}}'),(51150,1276,'_edit_last','2'),(51151,1276,'_date_completed','1657041439'),(51152,1276,'_completed_date','2022-07-05 17:17:19'),(51153,1272,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193760\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"9ad67a9c476751f917fc9a563b8534c5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193759\";s:12:\"date_shipped\";i:1657042237;s:11:\"tracking_id\";s:32:\"4efee6a12f683811e1c7cb46f44dfa98\";}}'),(51192,1272,'_date_completed','1657042240'),(51193,1272,'_completed_date','2022-07-05 17:30:40'),(51194,293,'_edit_lock','1657043376:2'),(51195,293,'_edit_last','2'),(51274,1278,'_order_key','wc_order_yWb5coItmQ1Om'),(51275,1278,'_customer_user','5'),(51276,1278,'_payment_method','paypal'),(51277,1278,'_payment_method_title','PayPal'),(51278,1278,'_customer_ip_address','73.180.17.169'),(51279,1278,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51280,1278,'_created_via','checkout'),(51281,1278,'_cart_hash','d5a3b651ee43b8f19fa846632a9a9a04'),(51282,1278,'_billing_first_name','Shawnde'),(51283,1278,'_billing_last_name','Russell'),(51284,1278,'_billing_company','Lice Clinics Of America'),(51285,1278,'_billing_address_1','1444 NW College Way Suite 6'),(51286,1278,'_billing_address_2','Suite 6'),(51287,1278,'_billing_city','Bend'),(51288,1278,'_billing_state','OR'),(51289,1278,'_billing_postcode','97703'),(51290,1278,'_billing_country','US'),(51291,1278,'_billing_email','noemi.and.mark@nwliceclinics.com'),(51292,1278,'_billing_phone','5037244204'),(51293,1278,'_shipping_first_name','Shawnde'),(51294,1278,'_shipping_last_name','Russell'),(51295,1278,'_shipping_company','Lice Clinics Of America'),(51296,1278,'_shipping_address_1','1444 NW College Way Suite 6'),(51297,1278,'_shipping_address_2','Suite 6'),(51298,1278,'_shipping_city','Bend'),(51299,1278,'_shipping_state','OR'),(51300,1278,'_shipping_postcode','97703'),(51301,1278,'_shipping_country','US'),(51302,1278,'_order_currency','USD'),(51303,1278,'_cart_discount','0'),(51304,1278,'_cart_discount_tax','0'),(51305,1278,'_order_shipping','19.87'),(51306,1278,'_order_shipping_tax','0'),(51307,1278,'_order_tax','0'),(51308,1278,'_order_total','219.31'),(51309,1278,'_order_version','6.6.0'),(51310,1278,'_prices_include_tax','no'),(51311,1278,'_billing_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US noemi.and.mark@nwliceclinics.com 5037244204'),(51312,1278,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(51313,1278,'is_vat_exempt','no'),(51314,1278,'Payment type','instant'),(51315,1278,'_transaction_id','27N61778BE530880A'),(51316,1278,'_paypal_status','completed'),(51317,1278,'PayPal Transaction Fee','8.14'),(51318,1278,'_date_paid','1657045431'),(51319,1278,'_paid_date','2022-07-05 18:23:51'),(51320,1278,'_download_permissions_granted','yes'),(51321,1278,'_recorded_sales','yes'),(51322,1278,'_recorded_coupon_usage_counts','yes'),(51323,1278,'_order_stock_reduced','yes'),(51324,1278,'_new_order_email_sent','true'),(51325,1279,'_order_key','wc_order_ADs0vePKeS4ac'),(51326,1279,'_customer_user','3'),(51327,1279,'_payment_method','paypal'),(51328,1279,'_payment_method_title','PayPal'),(51329,1279,'_customer_ip_address','70.142.202.154'),(51330,1279,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(51331,1279,'_created_via','checkout'),(51332,1279,'_cart_hash','485022026daca1291f241d38fe89c1b7'),(51333,1279,'_billing_first_name','Amanda'),(51334,1279,'_billing_last_name','Westerman'),(51335,1279,'_billing_company','Lice Clinics of America McKinney'),(51336,1279,'_billing_address_1','3120 Hudson Crossing'),(51337,1279,'_billing_address_2','Suite A2'),(51338,1279,'_billing_city','MCKINNEY'),(51339,1279,'_billing_state','TX'),(51340,1279,'_billing_postcode','75070'),(51341,1279,'_billing_country','US'),(51342,1279,'_billing_email','awesterman1103@gmail.com'),(51343,1279,'_billing_phone','2144175741'),(51344,1279,'_shipping_first_name','AMANDA'),(51345,1279,'_shipping_last_name','Westerman'),(51346,1279,'_shipping_company','Lice Clinics of America McKinney'),(51347,1279,'_shipping_address_1','1709 Damian Way'),(51348,1279,'_shipping_city','Richardson'),(51349,1279,'_shipping_state','TX'),(51350,1279,'_shipping_postcode','75081'),(51351,1279,'_shipping_country','US'),(51352,1279,'_order_currency','USD'),(51353,1279,'_cart_discount','0'),(51354,1279,'_cart_discount_tax','0'),(51355,1279,'_order_shipping','0'),(51356,1279,'_order_shipping_tax','0'),(51357,1279,'_order_tax','0'),(51358,1279,'_order_total','786.40'),(51359,1279,'_order_version','6.6.0'),(51360,1279,'_prices_include_tax','no'),(51361,1279,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(51362,1279,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(51363,1279,'is_vat_exempt','no'),(51364,1279,'Payment type','instant'),(51365,1279,'_transaction_id','7L60338910957143R'),(51366,1279,'_paypal_status','completed'),(51367,1279,'PayPal Transaction Fee','27.94'),(51368,1279,'_date_paid','1657046638'),(51369,1279,'_paid_date','2022-07-05 18:43:58'),(51370,1279,'_download_permissions_granted','yes'),(51371,1279,'_recorded_sales','yes'),(51372,1279,'_recorded_coupon_usage_counts','yes'),(51373,1279,'_order_stock_reduced','yes'),(51374,1279,'_new_order_email_sent','true'),(51375,1280,'_order_key','wc_order_fO8g6dcCJc8rd'),(51376,1280,'_customer_user','0'),(51377,1280,'_payment_method','paypal'),(51378,1280,'_payment_method_title','PayPal'),(51379,1280,'_customer_ip_address','136.49.57.192'),(51380,1280,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51381,1280,'_created_via','checkout'),(51382,1280,'_cart_hash','162716e7d2ed9ae355d90387ed34dd64'),(51383,1280,'_billing_first_name','Lee'),(51384,1280,'_billing_last_name','Rogers'),(51385,1280,'_billing_company','United States'),(51386,1280,'_billing_address_1','40 N Interstate 35'),(51387,1280,'_billing_address_2','APT 4B2'),(51388,1280,'_billing_city','Austin'),(51389,1280,'_billing_state','TX'),(51390,1280,'_billing_postcode','78701'),(51391,1280,'_billing_country','US'),(51392,1280,'_billing_email','leerogers@flash.net'),(51393,1280,'_billing_phone','316-727-9951'),(51394,1280,'_shipping_first_name','Kaitlin'),(51395,1280,'_shipping_last_name','Ryan'),(51396,1280,'_shipping_company','LCA Dublin'),(51397,1280,'_shipping_address_1','5910 Wilcox Place'),(51398,1280,'_shipping_address_2','Suite E'),(51399,1280,'_shipping_city','Dublin'),(51400,1280,'_shipping_state','OH'),(51401,1280,'_shipping_postcode','43016'),(51402,1280,'_shipping_country','US'),(51403,1280,'_order_currency','USD'),(51404,1280,'_cart_discount','0'),(51405,1280,'_cart_discount_tax','0'),(51406,1280,'_order_shipping','0'),(51407,1280,'_order_shipping_tax','0'),(51408,1280,'_order_tax','0'),(51409,1280,'_order_total','957.29'),(51410,1280,'_order_version','6.6.0'),(51411,1280,'_prices_include_tax','no'),(51412,1280,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(51413,1280,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(51414,1280,'is_vat_exempt','no'),(51415,1280,'Payment type','instant'),(51416,1280,'_transaction_id','5WX703587G198430C'),(51417,1280,'_paypal_status','completed'),(51418,1280,'PayPal Transaction Fee','33.90'),(51419,1280,'_date_paid','1657053189'),(51420,1280,'_paid_date','2022-07-05 20:33:09'),(51421,1280,'_download_permissions_granted','yes'),(51422,1280,'_recorded_sales','yes'),(51423,1280,'_recorded_coupon_usage_counts','yes'),(51424,1280,'_order_stock_reduced','yes'),(51425,1280,'_new_order_email_sent','true'),(51426,1278,'_edit_lock','1657056181:2'),(51427,1278,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193921\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"3bef3aaf0c0f0fb71e6f5efa34c5ccbf\";}}'),(51428,1278,'_edit_last','2'),(51429,1278,'_date_completed','1657056311'),(51430,1278,'_completed_date','2022-07-05 21:25:11'),(51431,1279,'_edit_lock','1657056363:2'),(51432,1279,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193998\";s:12:\"date_shipped\";s:10:\"1656979200\";s:11:\"tracking_id\";s:32:\"010c2b93f0dba626f4233bce1f44526a\";}}'),(51433,1279,'_edit_last','2'),(51434,1279,'_date_completed','1657056341'),(51435,1279,'_completed_date','2022-07-05 21:25:41'),(51436,1281,'_order_key','wc_order_rpPppX3QRNwy2'),(51437,1281,'_customer_user','38'),(51438,1281,'_payment_method','paypal'),(51439,1281,'_payment_method_title','PayPal'),(51440,1281,'_customer_ip_address','71.196.158.134'),(51441,1281,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44'),(51442,1281,'_created_via','checkout'),(51443,1281,'_cart_hash','1dd1d5b333c3149b0c43e3b83b69161d'),(51444,1281,'_billing_first_name','Tami'),(51445,1281,'_billing_last_name','Mantia'),(51446,1281,'_billing_company','Lice Solutions'),(51447,1281,'_billing_address_1','636 Ruby Trust Way'),(51448,1281,'_billing_city','Castle Rock'),(51449,1281,'_billing_state','CO'),(51450,1281,'_billing_postcode','80108'),(51451,1281,'_billing_country','US'),(51452,1281,'_billing_email','tamimantia@gmail.com'),(51453,1281,'_billing_phone','3033196924'),(51454,1281,'_shipping_first_name','Melissa'),(51455,1281,'_shipping_last_name','Mantia'),(51456,1281,'_shipping_company','LCA North Pittsburgh'),(51457,1281,'_shipping_address_1','2213 Temperance Drive'),(51458,1281,'_shipping_city','Pittsburgh'),(51459,1281,'_shipping_state','PA'),(51460,1281,'_shipping_postcode','15237'),(51461,1281,'_shipping_country','US'),(51462,1281,'_order_currency','USD'),(51463,1281,'_cart_discount','0'),(51464,1281,'_cart_discount_tax','0'),(51465,1281,'_order_shipping','12.55'),(51466,1281,'_order_shipping_tax','0'),(51467,1281,'_order_tax','0'),(51468,1281,'_order_total','12.55'),(51469,1281,'_order_version','6.6.1'),(51470,1281,'_prices_include_tax','no'),(51471,1281,'_billing_address_index','Tami Mantia Lice Solutions 636 Ruby Trust Way  Castle Rock CO 80108 US tamimantia@gmail.com 3033196924'),(51472,1281,'_shipping_address_index','Melissa Mantia LCA North Pittsburgh 2213 Temperance Drive  Pittsburgh PA 15237 US '),(51473,1281,'is_vat_exempt','no'),(51474,1282,'_order_key','wc_order_9WFzphR2UozPK'),(51475,1282,'_customer_user','40'),(51476,1282,'_payment_method','paypal'),(51477,1282,'_payment_method_title','PayPal'),(51478,1282,'_customer_ip_address','76.121.248.120'),(51479,1282,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51480,1282,'_created_via','checkout'),(51481,1282,'_cart_hash','83bde3000d59dac78a29a6f5f204f693'),(51482,1282,'_billing_first_name','PAUL'),(51483,1282,'_billing_last_name','Cunningham'),(51484,1282,'_billing_address_1','25606 180th AVE SE'),(51485,1282,'_billing_city','Covington'),(51486,1282,'_billing_state','WA'),(51487,1282,'_billing_postcode','98042'),(51488,1282,'_billing_country','US'),(51489,1282,'_billing_email','cjp104@gmail.com'),(51490,1282,'_billing_phone','2064128444'),(51491,1282,'_shipping_first_name','PAUL'),(51492,1282,'_shipping_last_name','Cunningham'),(51493,1282,'_shipping_address_1','25606 180th AVE SE'),(51494,1282,'_shipping_city','Covington'),(51495,1282,'_shipping_state','WA'),(51496,1282,'_shipping_postcode','98042'),(51497,1282,'_shipping_country','US'),(51498,1282,'_order_currency','USD'),(51499,1282,'_cart_discount','0'),(51500,1282,'_cart_discount_tax','0'),(51501,1282,'_order_shipping','0'),(51502,1282,'_order_shipping_tax','0'),(51503,1282,'_order_tax','0'),(51504,1282,'_order_total','510.96'),(51505,1282,'_order_version','6.6.0'),(51506,1282,'_prices_include_tax','no'),(51507,1282,'_billing_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US cjp104@gmail.com 2064128444'),(51508,1282,'_shipping_address_index','PAUL Cunningham  25606 180th AVE SE  Covington WA 98042 US '),(51509,1282,'is_vat_exempt','no'),(51510,1282,'_edit_lock','1657222754:2'),(51511,1281,'_edit_lock','1658262556:2'),(51512,1282,'_edit_last','2'),(51513,1282,'_recorded_coupon_usage_counts','yes'),(51514,1281,'_edit_last','2'),(51515,1281,'_recorded_coupon_usage_counts','yes'),(51516,1280,'_edit_lock','1657127556:2'),(51517,1282,'Payment type','instant'),(51518,1282,'_transaction_id','9GD84969050122235'),(51519,1282,'_paypal_status','completed'),(51520,1282,'PayPal Transaction Fee','18.32'),(51521,1282,'_date_paid','1657127524'),(51522,1282,'_paid_date','2022-07-06 17:12:04'),(51523,1282,'_download_permissions_granted','yes'),(51524,1282,'_recorded_sales','yes'),(51525,1282,'_order_stock_reduced','yes'),(51526,1282,'_new_order_email_sent','true'),(51527,1280,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194126\";s:12:\"date_shipped\";s:10:\"1657065600\";s:11:\"tracking_id\";s:32:\"857745e7a5261e2699d1ea4d2a3f88ab\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194115\";s:12:\"date_shipped\";i:1657127536;s:11:\"tracking_id\";s:32:\"98f0f4589f380fdf24a52e285bbe844d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194104\";s:12:\"date_shipped\";i:1657127542;s:11:\"tracking_id\";s:32:\"08cce2d62b50f4343e756ccb68f5e219\";}}'),(51528,1280,'_edit_last','2'),(51529,1280,'_date_completed','1657127547'),(51530,1280,'_completed_date','2022-07-06 17:12:27'),(51531,1283,'_order_key','wc_order_zCDCurS28SHIs'),(51532,1283,'_customer_user','3'),(51533,1283,'_payment_method','paypal'),(51534,1283,'_payment_method_title','PayPal'),(51535,1283,'_customer_ip_address','70.142.202.154'),(51536,1283,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(51537,1283,'_created_via','checkout'),(51538,1283,'_cart_hash','84d72491659e4e770f1976acf9aec927'),(51539,1283,'_billing_first_name','Amanda'),(51540,1283,'_billing_last_name','Westerman'),(51541,1283,'_billing_company','Lice Clinics of America McKinney'),(51542,1283,'_billing_address_1','3120 Hudson Crossing'),(51543,1283,'_billing_address_2','Suite A2'),(51544,1283,'_billing_city','MCKINNEY'),(51545,1283,'_billing_state','TX'),(51546,1283,'_billing_postcode','75070'),(51547,1283,'_billing_country','US'),(51548,1283,'_billing_email','awesterman1103@gmail.com'),(51549,1283,'_billing_phone','2144175741'),(51550,1283,'_shipping_first_name','Amanda'),(51551,1283,'_shipping_last_name','Westerman'),(51552,1283,'_shipping_company','Lice Clinics of America McKinney'),(51553,1283,'_shipping_address_1','3120 Hudson Crossing'),(51554,1283,'_shipping_address_2','Suite A2'),(51555,1283,'_shipping_city','MCKINNEY'),(51556,1283,'_shipping_state','TX'),(51557,1283,'_shipping_postcode','75070'),(51558,1283,'_shipping_country','US'),(51559,1283,'_order_currency','USD'),(51560,1283,'_cart_discount','0'),(51561,1283,'_cart_discount_tax','0'),(51562,1283,'_order_shipping','0'),(51563,1283,'_order_shipping_tax','0'),(51564,1283,'_order_tax','0'),(51565,1283,'_order_total','782.83'),(51566,1283,'_order_version','6.6.1'),(51567,1283,'_prices_include_tax','no'),(51568,1283,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(51569,1283,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(51570,1283,'is_vat_exempt','no'),(51571,1283,'Payment type','instant'),(51572,1283,'_transaction_id','47572727GE5661337'),(51573,1283,'_paypal_status','completed'),(51574,1283,'PayPal Transaction Fee','27.81'),(51575,1283,'_date_paid','1657222246'),(51576,1283,'_paid_date','2022-07-07 19:30:46'),(51577,1283,'_download_permissions_granted','yes'),(51578,1283,'_recorded_sales','yes'),(51579,1283,'_recorded_coupon_usage_counts','yes'),(51580,1283,'_order_stock_reduced','yes'),(51581,1283,'_new_order_email_sent','true'),(51582,1282,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194251\";s:12:\"date_shipped\";s:10:\"1657152000\";s:11:\"tracking_id\";s:32:\"157583bc782668076a249ccbf49efe2c\";}}'),(51583,1282,'_date_completed','1657222866'),(51584,1282,'_completed_date','2022-07-07 19:41:06'),(51585,1284,'_order_key','wc_order_l0VRwZm58E6Fd'),(51586,1284,'_customer_user','7'),(51587,1284,'_payment_method','paypal'),(51588,1284,'_payment_method_title','PayPal'),(51589,1284,'_customer_ip_address','108.201.137.222'),(51590,1284,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1'),(51591,1284,'_created_via','checkout'),(51592,1284,'_cart_hash','1d06ec13c1dae454f947d686abe1dca4'),(51593,1284,'_billing_first_name','Amy'),(51594,1284,'_billing_last_name','Allen'),(51595,1284,'_billing_company','Lice Clinics Of America'),(51596,1284,'_billing_address_1','251 Promise Way'),(51597,1284,'_billing_city','Hollister'),(51598,1284,'_billing_state','CA'),(51599,1284,'_billing_postcode','95023'),(51600,1284,'_billing_country','US'),(51601,1284,'_billing_email','lca.gilroy@gmail.com'),(51602,1284,'_billing_phone','4085005537'),(51603,1284,'_shipping_first_name','Amy'),(51604,1284,'_shipping_last_name','Allen'),(51605,1284,'_shipping_company','Lice Clinics Of America'),(51606,1284,'_shipping_address_1','7680 Monterey St Ste 104'),(51607,1284,'_shipping_city','Gilroy'),(51608,1284,'_shipping_state','CA'),(51609,1284,'_shipping_postcode','95020'),(51610,1284,'_shipping_country','US'),(51611,1284,'_order_currency','USD'),(51612,1284,'_cart_discount','0'),(51613,1284,'_cart_discount_tax','0'),(51614,1284,'_order_shipping','0'),(51615,1284,'_order_shipping_tax','0'),(51616,1284,'_order_tax','0'),(51617,1284,'_order_total','591.04'),(51618,1284,'_order_version','6.6.1'),(51619,1284,'_prices_include_tax','no'),(51620,1284,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(51621,1284,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(51622,1284,'is_vat_exempt','no'),(51624,1285,'_order_key','wc_order_ERv4MD2dwDBl6'),(51625,1285,'_customer_user','76'),(51626,1285,'_payment_method','paypal'),(51627,1285,'_payment_method_title','PayPal'),(51628,1285,'_customer_ip_address','146.115.131.163'),(51629,1285,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(51630,1285,'_created_via','checkout'),(51631,1285,'_cart_hash','03b46f5c75c636ed58bcc56fc81a5b62'),(51632,1285,'_billing_first_name','Naomi'),(51633,1285,'_billing_last_name','Golden'),(51634,1285,'_billing_address_1','31 Mann Ave'),(51635,1285,'_billing_city','Needham'),(51636,1285,'_billing_state','MA'),(51637,1285,'_billing_postcode','02492'),(51638,1285,'_billing_country','US'),(51639,1285,'_billing_email','nrgolden6486@gmail.com'),(51640,1285,'_billing_phone','617-851-1322'),(51641,1285,'_shipping_first_name','Naomi'),(51642,1285,'_shipping_last_name','Golden'),(51643,1285,'_shipping_company','Lice Aunties'),(51644,1285,'_shipping_address_1','1234 Chestnut Street'),(51645,1285,'_shipping_city','Newton'),(51646,1285,'_shipping_state','MA'),(51647,1285,'_shipping_postcode','02464'),(51648,1285,'_shipping_country','US'),(51649,1285,'_order_currency','USD'),(51650,1285,'_cart_discount','0'),(51651,1285,'_cart_discount_tax','0'),(51652,1285,'_order_shipping','0'),(51653,1285,'_order_shipping_tax','0'),(51654,1285,'_order_tax','0'),(51655,1285,'_order_total','628.96'),(51656,1285,'_order_version','6.6.1'),(51657,1285,'_prices_include_tax','no'),(51658,1285,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(51659,1285,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(51660,1285,'is_vat_exempt','no'),(51661,1285,'_edit_lock','1657646818:2'),(51662,1285,'_edit_last','2'),(51663,1285,'_recorded_coupon_usage_counts','yes'),(51664,1286,'_order_key','wc_order_VI2Ow6mjSLW90'),(51665,1286,'_customer_user','54'),(51666,1286,'_payment_method','paypal'),(51667,1286,'_payment_method_title','PayPal'),(51668,1286,'_customer_ip_address','172.58.162.86'),(51669,1286,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/17.0 Chrome/96.0.4664.104 Mobile Safari/537.36'),(51670,1286,'_created_via','checkout'),(51671,1286,'_cart_hash','1a15fcca028eb0efa71208fd9178a9ca'),(51672,1286,'_billing_first_name','Erin'),(51673,1286,'_billing_last_name','Hawn'),(51674,1286,'_billing_address_1','10 W Phillip Rd'),(51675,1286,'_billing_address_2','123'),(51676,1286,'_billing_city','Vernon Hills'),(51677,1286,'_billing_state','IL'),(51678,1286,'_billing_postcode','60061'),(51679,1286,'_billing_country','US'),(51680,1286,'_billing_email','info@liceclinicsvernonhills.com'),(51681,1286,'_billing_phone','8475960408'),(51682,1286,'_shipping_first_name','Erin'),(51683,1286,'_shipping_last_name','Hawn'),(51684,1286,'_shipping_address_1','1491 S Amarias Dr'),(51685,1286,'_shipping_city','Round lake'),(51686,1286,'_shipping_state','IL'),(51687,1286,'_shipping_postcode','60073'),(51688,1286,'_shipping_country','US'),(51689,1286,'_order_currency','USD'),(51690,1286,'_cart_discount','0'),(51691,1286,'_cart_discount_tax','0'),(51692,1286,'_order_shipping','0'),(51693,1286,'_order_shipping_tax','0'),(51694,1286,'_order_tax','0'),(51695,1286,'_order_total','502.24'),(51696,1286,'_order_version','6.6.1'),(51697,1286,'_prices_include_tax','no'),(51698,1286,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(51699,1286,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(51700,1286,'is_vat_exempt','no'),(51708,1286,'_edit_lock','1657571893:2'),(51709,1286,'_edit_last','2'),(51710,1286,'_recorded_coupon_usage_counts','yes'),(51711,1283,'_edit_lock','1657310834:2'),(51712,1283,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194376\";s:12:\"date_shipped\";s:10:\"1657238400\";s:11:\"tracking_id\";s:32:\"1372c6e6e6f96df850a5e4376ba8c40d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194365\";s:12:\"date_shipped\";i:1657310938;s:11:\"tracking_id\";s:32:\"cd044286e8a826bfc0e39390097f7b94\";}}'),(51713,1283,'_edit_last','2'),(51714,1283,'_date_completed','1657310942'),(51715,1283,'_completed_date','2022-07-08 20:09:02'),(51717,1288,'_order_key','wc_order_6HU1ffF4cI8H4'),(51718,1288,'_customer_user','25'),(51719,1288,'_payment_method','paypal'),(51720,1288,'_payment_method_title','PayPal'),(51721,1288,'_customer_ip_address','23.124.3.136'),(51722,1288,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51723,1288,'_created_via','checkout'),(51724,1288,'_cart_hash','7dc49713f7005cf2ccc1277e95e48986'),(51725,1288,'_billing_first_name','Blaine'),(51726,1288,'_billing_last_name','Tyrone'),(51727,1288,'_billing_address_1','39 Canebrake Blvd'),(51728,1288,'_billing_city','Hattiesburg'),(51729,1288,'_billing_state','MS'),(51730,1288,'_billing_postcode','39402'),(51731,1288,'_billing_country','US'),(51732,1288,'_billing_email','info@liceclinicssouthms.com'),(51733,1288,'_billing_phone','6016063355'),(51734,1288,'_shipping_first_name','Blaine'),(51735,1288,'_shipping_last_name','Tyrone'),(51736,1288,'_shipping_address_1','39 Canebrake Blvd'),(51737,1288,'_shipping_city','Hattiesburg'),(51738,1288,'_shipping_state','MS'),(51739,1288,'_shipping_postcode','39402'),(51740,1288,'_shipping_country','US'),(51741,1288,'_order_currency','USD'),(51742,1288,'_cart_discount','0'),(51743,1288,'_cart_discount_tax','0'),(51744,1288,'_order_shipping','15.32'),(51745,1288,'_order_shipping_tax','0'),(51746,1288,'_order_tax','0'),(51747,1288,'_order_total','179.82'),(51748,1288,'_order_version','6.6.1'),(51749,1288,'_prices_include_tax','no'),(51750,1288,'_billing_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(51751,1288,'_shipping_address_index','Blaine Tyrone  39 Canebrake Blvd  Hattiesburg MS 39402 US '),(51752,1288,'is_vat_exempt','no'),(51753,1288,'Payment type','instant'),(51754,1288,'_transaction_id','3CL97768WM529733B'),(51755,1288,'_paypal_status','completed'),(51756,1288,'PayPal Transaction Fee','6.77'),(51757,1288,'_date_paid','1657312641'),(51758,1288,'_paid_date','2022-07-08 20:37:21'),(51759,1288,'_download_permissions_granted','yes'),(51760,1288,'_recorded_sales','yes'),(51761,1288,'_recorded_coupon_usage_counts','yes'),(51762,1288,'_order_stock_reduced','yes'),(51763,1288,'_new_order_email_sent','true'),(51764,1289,'_order_key','wc_order_WhR56CVP0Ikdf'),(51765,1289,'_customer_user','6'),(51766,1289,'_payment_method','paypal'),(51767,1289,'_payment_method_title','PayPal'),(51768,1289,'_customer_ip_address','76.20.84.214'),(51769,1289,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(51770,1289,'_created_via','checkout'),(51771,1289,'_cart_hash','62bb60ef29fa866039283b2563cf9f2d'),(51772,1289,'_billing_first_name','Amira'),(51773,1289,'_billing_last_name','Purto'),(51774,1289,'_billing_address_1','2628 Acapulco Way'),(51775,1289,'_billing_city','Modesto'),(51776,1289,'_billing_state','CA'),(51777,1289,'_billing_postcode','95355'),(51778,1289,'_billing_country','US'),(51779,1289,'_billing_email','amira77@sbcglobal.net'),(51780,1289,'_billing_phone','2096422061'),(51781,1289,'_shipping_first_name','Amira'),(51782,1289,'_shipping_last_name','Purto'),(51783,1289,'_shipping_address_1','2628 Acapulco Way'),(51784,1289,'_shipping_city','Modesto'),(51785,1289,'_shipping_state','CA'),(51786,1289,'_shipping_postcode','95355'),(51787,1289,'_shipping_country','US'),(51788,1289,'_order_currency','USD'),(51789,1289,'_cart_discount','0'),(51790,1289,'_cart_discount_tax','0'),(51791,1289,'_order_shipping','0'),(51792,1289,'_order_shipping_tax','0'),(51793,1289,'_order_tax','0'),(51794,1289,'_order_total','1312.00'),(51795,1289,'_order_version','6.6.1'),(51796,1289,'_prices_include_tax','no'),(51797,1289,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(51798,1289,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(51800,1289,'is_vat_exempt','no'),(51801,1289,'Payment type','instant'),(51802,1289,'_transaction_id','7LD7653656064610U'),(51803,1289,'_paypal_status','completed'),(51804,1289,'PayPal Transaction Fee','46.28'),(51805,1289,'_date_paid','1657317965'),(51806,1289,'_paid_date','2022-07-08 22:06:05'),(51807,1289,'_download_permissions_granted','yes'),(51808,1289,'_recorded_sales','yes'),(51809,1289,'_recorded_coupon_usage_counts','yes'),(51810,1289,'_order_stock_reduced','yes'),(51811,1289,'_new_order_email_sent','true'),(51812,1286,'Payment type','instant'),(51813,1286,'_transaction_id','3MR71134RN273830J'),(51814,1286,'_paypal_status','completed'),(51815,1286,'PayPal Transaction Fee','18.02'),(51816,1286,'_date_paid','1657409488'),(51817,1286,'_paid_date','2022-07-09 23:31:28'),(51818,1286,'_download_permissions_granted','yes'),(51819,1286,'_recorded_sales','yes'),(51820,1286,'_order_stock_reduced','yes'),(51821,1286,'_new_order_email_sent','true'),(51822,1290,'_order_key','wc_order_ngn4xZ3tGJW8v'),(51823,1290,'_customer_user','73'),(51824,1290,'_payment_method','paypal'),(51825,1290,'_payment_method_title','PayPal'),(51826,1290,'_customer_ip_address','73.63.207.98'),(51827,1290,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51828,1290,'_created_via','checkout'),(51829,1290,'_cart_hash','78e08dd39a65f0e752b5af257eab2765'),(51830,1290,'_billing_first_name','Lice Clinics'),(51831,1290,'_billing_last_name','Castro Valley'),(51832,1290,'_billing_company','Lice Clinics of America - Castro Valley'),(51833,1290,'_billing_address_1','20406 Redwood Rd, Suite A'),(51834,1290,'_billing_city','Castro Valley'),(51835,1290,'_billing_state','CA'),(51836,1290,'_billing_postcode','94546'),(51837,1290,'_billing_country','US'),(51838,1290,'_billing_email','liceclinicscastrovalley@gmail.com'),(51839,1290,'_billing_phone','5106763272'),(51840,1290,'_shipping_first_name','Lice Clinics'),(51841,1290,'_shipping_last_name','Castro Valley'),(51842,1290,'_shipping_company','LCA - Castro Valley'),(51843,1290,'_shipping_address_1','31372 Mackinaw St'),(51844,1290,'_shipping_city','Union City'),(51845,1290,'_shipping_state','CA'),(51846,1290,'_shipping_postcode','94587'),(51847,1290,'_shipping_country','US'),(51848,1290,'_order_currency','USD'),(51849,1290,'_cart_discount','0'),(51850,1290,'_cart_discount_tax','0'),(51851,1290,'_order_shipping','0'),(51852,1290,'_order_shipping_tax','0'),(51853,1290,'_order_tax','0'),(51854,1290,'_order_total','677.44'),(51855,1290,'_order_version','6.6.1'),(51856,1290,'_prices_include_tax','no'),(51857,1290,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(51858,1290,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(51859,1290,'is_vat_exempt','no'),(51860,1291,'_order_key','wc_order_Hp33sT8qmFSrW'),(51861,1291,'_customer_user','61'),(51862,1291,'_payment_method','paypal'),(51863,1291,'_payment_method_title','PayPal'),(51864,1291,'_customer_ip_address','217.180.201.169'),(51865,1291,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51866,1291,'_created_via','checkout'),(51867,1291,'_cart_hash','0e7597a53b08889a4f0293e50a065eb4'),(51868,1291,'_billing_first_name','Judith'),(51869,1291,'_billing_last_name','Hayden'),(51870,1291,'_billing_company','LCAL Hayden LLC'),(51871,1291,'_billing_address_1','1795 alysheba Way'),(51872,1291,'_billing_address_2','Ste 4105'),(51873,1291,'_billing_city','Lexington'),(51874,1291,'_billing_state','KY'),(51875,1291,'_billing_postcode','40509'),(51876,1291,'_billing_country','US'),(51877,1291,'_billing_email','judy@liceclinicslexington.com'),(51878,1291,'_billing_phone','8595376966'),(51879,1291,'_shipping_first_name','Judy'),(51880,1291,'_shipping_last_name','Hayden'),(51881,1291,'_shipping_company','Lice Clinics of America'),(51882,1291,'_shipping_address_1','6905 Burlington Pike'),(51883,1291,'_shipping_address_2','Ste A'),(51884,1291,'_shipping_city','Florence'),(51885,1291,'_shipping_state','KY'),(51886,1291,'_shipping_postcode','41042'),(51887,1291,'_shipping_country','US'),(51888,1291,'_order_currency','USD'),(51889,1291,'_cart_discount','0'),(51890,1291,'_cart_discount_tax','0'),(51891,1291,'_order_shipping','0'),(51892,1291,'_order_shipping_tax','0'),(51893,1291,'_order_tax','0'),(51894,1291,'_order_total','1488.52'),(51895,1291,'_order_version','6.6.1'),(51896,1291,'_prices_include_tax','no'),(51897,1291,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(51898,1291,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(51899,1291,'is_vat_exempt','no'),(51900,1292,'_order_key','wc_order_WLYAfcRHw5xV5'),(51901,1292,'_customer_user','61'),(51902,1292,'_payment_method','paypal'),(51903,1292,'_payment_method_title','PayPal'),(51904,1292,'_customer_ip_address','217.180.201.169'),(51905,1292,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(51906,1292,'_created_via','checkout'),(51907,1292,'_cart_hash','0e7597a53b08889a4f0293e50a065eb4'),(51908,1292,'_billing_first_name','Judy'),(51909,1292,'_billing_last_name','Hayden'),(51910,1292,'_billing_company','Lice Clinics of America Lexington'),(51911,1292,'_billing_address_1','1795 Alysheba Way Suite 4105'),(51912,1292,'_billing_address_2','Ste 4105'),(51913,1292,'_billing_city','Lexington'),(51914,1292,'_billing_state','KY'),(51915,1292,'_billing_postcode','40509'),(51916,1292,'_billing_country','US'),(51917,1292,'_billing_email','judy@liceclinicscincinnati.com'),(51918,1292,'_billing_phone','8595376966'),(51919,1292,'_shipping_first_name','Judy'),(51920,1292,'_shipping_last_name','Hayden'),(51921,1292,'_shipping_company','Lice Clinics of America'),(51922,1292,'_shipping_address_1','6905 Burlington Pike'),(51923,1292,'_shipping_address_2','Ste A'),(51924,1292,'_shipping_city','Florence'),(51925,1292,'_shipping_state','KY'),(51926,1292,'_shipping_postcode','41042'),(51927,1292,'_shipping_country','US'),(51928,1292,'_order_currency','USD'),(51929,1292,'_cart_discount','0'),(51930,1292,'_cart_discount_tax','0'),(51931,1292,'_order_shipping','0'),(51932,1292,'_order_shipping_tax','0'),(51933,1292,'_order_tax','0'),(51934,1292,'_order_total','1488.52'),(51935,1292,'_order_version','6.6.1'),(51936,1292,'_prices_include_tax','no'),(51937,1292,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(51938,1292,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(51940,1292,'is_vat_exempt','no'),(51941,1292,'Payment type','instant'),(51942,1292,'_transaction_id','3MP70533AW317933V'),(51943,1292,'_paypal_status','completed'),(51944,1292,'PayPal Transaction Fee','52.44'),(51945,1292,'_date_paid','1657482237'),(51946,1292,'_paid_date','2022-07-10 19:43:57'),(51947,1292,'_download_permissions_granted','yes'),(51948,1292,'_recorded_sales','yes'),(51949,1292,'_recorded_coupon_usage_counts','yes'),(51950,1292,'_order_stock_reduced','yes'),(51951,1292,'_new_order_email_sent','true'),(51952,1293,'_order_key','wc_order_4BZkLjOjLQ6Pk'),(51953,1293,'_customer_user','63'),(51954,1293,'_payment_method','paypal'),(51955,1293,'_payment_method_title','PayPal'),(51956,1293,'_customer_ip_address','67.165.119.100'),(51957,1293,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(51958,1293,'_created_via','checkout'),(51959,1293,'_cart_hash','1d75b4d7cda49b0cb50ac4766b34f0c7'),(51960,1293,'_billing_first_name','Lisa'),(51961,1293,'_billing_last_name','Hagman'),(51962,1293,'_billing_address_1','5190 NW Eldorado BLVD'),(51963,1293,'_billing_city','Bremerton'),(51964,1293,'_billing_state','WA'),(51965,1293,'_billing_postcode','98312'),(51966,1293,'_billing_country','US'),(51967,1293,'_billing_email','licegirls@icloud.com'),(51968,1293,'_billing_phone','360-471-7900'),(51969,1293,'_shipping_first_name','Lisa'),(51970,1293,'_shipping_last_name','Hagman'),(51971,1293,'_shipping_address_1','5190 NW Eldorado BLVD'),(51972,1293,'_shipping_city','Bremerton'),(51973,1293,'_shipping_state','WA'),(51974,1293,'_shipping_postcode','98312'),(51975,1293,'_shipping_country','US'),(51976,1293,'_order_currency','USD'),(51977,1293,'_cart_discount','0'),(51978,1293,'_cart_discount_tax','0'),(51979,1293,'_order_shipping','39.91'),(51980,1293,'_order_shipping_tax','0'),(51981,1293,'_order_tax','0'),(51982,1293,'_order_total','39.91'),(51983,1293,'_order_version','6.6.1'),(51984,1293,'_prices_include_tax','no'),(51985,1293,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(51986,1293,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(51987,1293,'is_vat_exempt','no'),(51988,1294,'_order_key','wc_order_em9OOjq37Aw6U'),(51989,1294,'_customer_user','63'),(51990,1294,'_payment_method','paypal'),(51991,1294,'_payment_method_title','PayPal'),(51992,1294,'_customer_ip_address','67.165.119.100'),(51993,1294,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(51994,1294,'_created_via','checkout'),(51995,1294,'_cart_hash','99a8f0e9eeba1c1f4928abe279b2a4fc'),(51996,1294,'_billing_first_name','Lisa'),(51997,1294,'_billing_last_name','Hagman'),(51998,1294,'_billing_address_1','5190 NW Eldorado BLVD'),(51999,1294,'_billing_city','Bremerton'),(52000,1294,'_billing_state','WA'),(52001,1294,'_billing_postcode','98312'),(52002,1294,'_billing_country','US'),(52003,1294,'_billing_email','licegirls@icloud.com'),(52004,1294,'_billing_phone','360-471-7900'),(52005,1294,'_shipping_first_name','Lisa'),(52006,1294,'_shipping_last_name','Hagman'),(52007,1294,'_shipping_address_1','5190 NW Eldorado BLVD'),(52008,1294,'_shipping_city','Bremerton'),(52009,1294,'_shipping_state','WA'),(52010,1294,'_shipping_postcode','98312'),(52011,1294,'_shipping_country','US'),(52012,1294,'_order_currency','USD'),(52013,1294,'_cart_discount','0'),(52014,1294,'_cart_discount_tax','0'),(52015,1294,'_order_shipping','32.37'),(52016,1294,'_order_shipping_tax','0'),(52017,1294,'_order_tax','0'),(52018,1294,'_order_total','32.37'),(52019,1294,'_order_version','6.6.1'),(52020,1294,'_prices_include_tax','no'),(52021,1294,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(52022,1294,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(52023,1294,'is_vat_exempt','no'),(52024,1295,'_order_key','wc_order_moM0gaO8o3SUS'),(52025,1295,'_customer_user','63'),(52026,1295,'_payment_method','paypal'),(52027,1295,'_payment_method_title','PayPal'),(52028,1295,'_customer_ip_address','67.165.119.100'),(52029,1295,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52030,1295,'_created_via','checkout'),(52031,1295,'_cart_hash','0b88a99d9291de371ee7094365886b0b'),(52032,1295,'_billing_first_name','Lisa'),(52033,1295,'_billing_last_name','Hagman'),(52034,1295,'_billing_address_1','5190 NW Eldorado BLVD'),(52035,1295,'_billing_city','Bremerton'),(52036,1295,'_billing_state','WA'),(52037,1295,'_billing_postcode','98312'),(52038,1295,'_billing_country','US'),(52039,1295,'_billing_email','licegirls@icloud.com'),(52040,1295,'_billing_phone','360-471-7900'),(52041,1295,'_shipping_first_name','Lisa'),(52042,1295,'_shipping_last_name','Hagman'),(52043,1295,'_shipping_address_1','5190 NW Eldorado BLVD'),(52044,1295,'_shipping_city','Bremerton'),(52045,1295,'_shipping_state','WA'),(52046,1295,'_shipping_postcode','98312'),(52047,1295,'_shipping_country','US'),(52048,1295,'_order_currency','USD'),(52049,1295,'_cart_discount','0'),(52050,1295,'_cart_discount_tax','0'),(52051,1295,'_order_shipping','32.37'),(52052,1295,'_order_shipping_tax','0'),(52053,1295,'_order_tax','0'),(52054,1295,'_order_total','32.37'),(52055,1295,'_order_version','6.6.1'),(52056,1295,'_prices_include_tax','no'),(52057,1295,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(52058,1295,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(52059,1295,'is_vat_exempt','no'),(52060,1296,'_order_key','wc_order_aX96c9qSd0yS8'),(52061,1296,'_customer_user','55'),(52062,1296,'_payment_method','paypal'),(52063,1296,'_payment_method_title','PayPal'),(52064,1296,'_customer_ip_address','141.126.218.206'),(52065,1296,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14695.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36'),(52066,1296,'_created_via','checkout'),(52067,1296,'_cart_hash','8c34706a55f385d29770eb43aab0f91e'),(52068,1296,'_billing_first_name','Stephanie'),(52069,1296,'_billing_last_name','Knecht'),(52070,1296,'_billing_company','Lice Clinics of America'),(52071,1296,'_billing_address_1','67 Prospect Avenue Suite 301'),(52072,1296,'_billing_city','Hartford'),(52073,1296,'_billing_state','CT'),(52074,1296,'_billing_postcode','06106'),(52075,1296,'_billing_country','US'),(52076,1296,'_billing_email','stephanieknecht@lcaconnecticut.com'),(52077,1296,'_billing_phone','9144565000'),(52078,1296,'_shipping_first_name','Stephanie'),(52079,1296,'_shipping_last_name','Knecht'),(52080,1296,'_shipping_company','Lice Clinics Of America'),(52081,1296,'_shipping_address_1','1207 Route 9, Suite 8'),(52082,1296,'_shipping_city','Wappinger Falls'),(52083,1296,'_shipping_state','NY'),(52084,1296,'_shipping_postcode','12590'),(52085,1296,'_shipping_country','US'),(52086,1296,'_order_currency','USD'),(52087,1296,'_cart_discount','0'),(52088,1296,'_cart_discount_tax','0'),(52089,1296,'_order_shipping','22.74'),(52090,1296,'_order_shipping_tax','0'),(52091,1296,'_order_tax','0'),(52092,1296,'_order_total','22.74'),(52093,1296,'_order_version','6.6.1'),(52094,1296,'_prices_include_tax','no'),(52095,1296,'_billing_address_index','Stephanie Knecht Lice Clinics of America 67 Prospect Avenue Suite 301  Hartford CT 06106 US stephanieknecht@lcaconnecticut.com 9144565000'),(52096,1296,'_shipping_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8  Wappinger Falls NY 12590 US '),(52097,1296,'is_vat_exempt','no'),(52098,1296,'_edit_lock','1658153379:2'),(52099,1296,'_edit_last','2'),(52100,1296,'_recorded_coupon_usage_counts','yes'),(52101,1286,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194571\";s:12:\"date_shipped\";s:10:\"1657497600\";s:11:\"tracking_id\";s:32:\"dfa905f3da61ba6ed1d78f3300b1c045\";}}'),(52102,1286,'_date_completed','1657572007'),(52103,1286,'_completed_date','2022-07-11 20:40:07'),(52104,1289,'_edit_lock','1657572017:2'),(52105,1289,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194560\";s:12:\"date_shipped\";s:10:\"1657497600\";s:11:\"tracking_id\";s:32:\"38e584a25e785eb7df3a2df237c89bd7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194550\";s:12:\"date_shipped\";i:1657572138;s:11:\"tracking_id\";s:32:\"acf197418c7faadbe9ce5a5cf993c45e\";}}'),(52106,1289,'_edit_last','2'),(52107,1289,'_date_completed','1657572147'),(52108,1289,'_completed_date','2022-07-11 20:42:27'),(52109,1288,'_edit_lock','1657572086:2'),(52110,1288,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194505\";s:12:\"date_shipped\";s:10:\"1657497600\";s:11:\"tracking_id\";s:32:\"6372fecc982fe5b7b54634e57632482f\";}}'),(52111,1288,'_edit_last','2'),(52112,1288,'_date_completed','1657572201'),(52113,1288,'_completed_date','2022-07-11 20:43:21'),(52114,1285,'Payment type','instant'),(52115,1285,'_transaction_id','8HT89359YE487881F'),(52116,1285,'_paypal_status','completed'),(52117,1285,'PayPal Transaction Fee','22.44'),(52118,1285,'_date_paid','1657577328'),(52119,1285,'_paid_date','2022-07-11 22:08:48'),(52120,1285,'_download_permissions_granted','yes'),(52121,1285,'_recorded_sales','yes'),(52122,1285,'_order_stock_reduced','yes'),(52123,1285,'_new_order_email_sent','true'),(52124,1296,'Payment type','instant'),(52125,1296,'_transaction_id','7BH554476L0807047'),(52126,1296,'_paypal_status','completed'),(52127,1296,'PayPal Transaction Fee','1.28'),(52128,1296,'_date_paid','1657580246'),(52129,1296,'_paid_date','2022-07-11 22:57:26'),(52130,1296,'_download_permissions_granted','yes'),(52131,1296,'_recorded_sales','yes'),(52132,1296,'_order_stock_reduced','yes'),(52133,1296,'_new_order_email_sent','true'),(52134,1297,'_order_currency','USD'),(52135,1297,'_cart_discount','0'),(52136,1297,'_cart_discount_tax','0'),(52137,1297,'_order_shipping','0'),(52138,1297,'_order_shipping_tax','0'),(52139,1297,'_order_tax','0'),(52140,1297,'_order_total','-628.96'),(52141,1297,'_order_version','6.6.1'),(52142,1297,'_prices_include_tax','no'),(52143,1297,'_refund_amount','628.96'),(52144,1297,'_refunded_by','2'),(52145,1297,'_refunded_payment','1'),(52146,1297,'_refund_reason',''),(52147,1292,'_edit_lock','1657654131:2'),(52148,1292,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194608\";s:12:\"date_shipped\";s:10:\"1657411200\";s:11:\"tracking_id\";s:32:\"17c3e79066505cb6769e8dad2934df70\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194619\";s:12:\"date_shipped\";s:10:\"1657411200\";s:11:\"tracking_id\";s:32:\"d627c10e69a70d7ab6d5b804fc218c69\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194620\";s:12:\"date_shipped\";s:10:\"1657411200\";s:11:\"tracking_id\";s:32:\"a90e426959ab35532188cbbd201c096d\";}}'),(52149,1292,'_edit_last','2'),(52150,1292,'_date_completed','1657654238'),(52151,1292,'_completed_date','2022-07-12 19:30:38'),(52152,1273,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193601\";s:12:\"date_shipped\";s:10:\"1656547200\";s:11:\"tracking_id\";s:32:\"ab4fb9fd4ac86df13ab52398b74b7449\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193612\";s:12:\"date_shipped\";s:10:\"1656547200\";s:11:\"tracking_id\";s:32:\"54f1963f72bd3f36dbdde2b8eee6924d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830193623\";s:12:\"date_shipped\";s:10:\"1656547200\";s:11:\"tracking_id\";s:32:\"dfa6223bfe7c2fb6bae32aa54eabf638\";}}'),(52153,1273,'_date_completed','1657654319'),(52154,1273,'_completed_date','2022-07-12 19:31:59'),(52155,1298,'_order_key','wc_order_aI9uWc9o7JrEd'),(52156,1298,'_customer_user','50'),(52157,1298,'_payment_method','paypal'),(52158,1298,'_payment_method_title','PayPal'),(52159,1298,'_customer_ip_address','73.126.237.59'),(52160,1298,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49'),(52161,1298,'_created_via','checkout'),(52162,1298,'_cart_hash','6611ecfdc77a1b92b2484794cfee20a3'),(52163,1298,'_billing_first_name','Christine'),(52164,1298,'_billing_last_name','Cherry'),(52165,1298,'_billing_company','NITS END'),(52166,1298,'_billing_address_1','PO BOX 1092'),(52167,1298,'_billing_city','Campton'),(52168,1298,'_billing_state','NH'),(52169,1298,'_billing_postcode','03223'),(52170,1298,'_billing_country','US'),(52171,1298,'_billing_email','info@liceclinicsplaistow.com'),(52172,1298,'_billing_phone','16034983390'),(52173,1298,'_shipping_first_name','Megan'),(52174,1298,'_shipping_last_name','O\'Neil'),(52175,1298,'_shipping_company','NITS END'),(52176,1298,'_shipping_address_1','18 Sheridan St'),(52177,1298,'_shipping_city','Haverhill'),(52178,1298,'_shipping_state','MA'),(52179,1298,'_shipping_postcode','01830'),(52180,1298,'_shipping_country','US'),(52181,1298,'_order_currency','USD'),(52182,1298,'_cart_discount','0'),(52183,1298,'_cart_discount_tax','0'),(52184,1298,'_order_shipping','64.33'),(52185,1298,'_order_shipping_tax','0'),(52186,1298,'_order_tax','0'),(52187,1298,'_order_total','924.73'),(52188,1298,'_order_version','6.6.1'),(52189,1298,'_prices_include_tax','no'),(52190,1298,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(52191,1298,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(52192,1298,'is_vat_exempt','no'),(52193,1298,'Payment type','instant'),(52194,1298,'_transaction_id','8GN221993U853724K'),(52195,1298,'_paypal_status','completed'),(52196,1298,'PayPal Transaction Fee','32.76'),(52197,1298,'_date_paid','1657661782'),(52198,1298,'_paid_date','2022-07-12 21:36:22'),(52199,1298,'_download_permissions_granted','yes'),(52200,1298,'_recorded_sales','yes'),(52201,1298,'_recorded_coupon_usage_counts','yes'),(52202,1298,'_order_stock_reduced','yes'),(52203,1298,'_new_order_email_sent','true'),(52204,1299,'_order_key','wc_order_FJVt6RRvPN0qX'),(52205,1299,'_customer_user','77'),(52206,1299,'_payment_method','paypal'),(52207,1299,'_payment_method_title','PayPal'),(52208,1299,'_customer_ip_address','107.205.56.86'),(52209,1299,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(52210,1299,'_created_via','checkout'),(52211,1299,'_cart_hash','30ab9321c43621b5ddac690c31597140'),(52212,1299,'_billing_first_name','Phil'),(52213,1299,'_billing_last_name','Moon'),(52214,1299,'_billing_company','Lice Clinics of America-Fresno/Visalia'),(52215,1299,'_billing_address_1','585 56th Street'),(52216,1299,'_billing_city','Oakland'),(52217,1299,'_billing_state','CA'),(52218,1299,'_billing_postcode','94609'),(52219,1299,'_billing_country','US'),(52220,1299,'_billing_email','info@liceclinicsfresno.com'),(52221,1299,'_billing_phone','5593046305'),(52222,1299,'_shipping_first_name','Kristen'),(52223,1299,'_shipping_last_name','Maroot-Rippee'),(52224,1299,'_shipping_company','Lice Busters LLC. Fresno/Visalia'),(52225,1299,'_shipping_address_1','487 W. Scott Avenue'),(52226,1299,'_shipping_city','Fresno'),(52227,1299,'_shipping_state','CA'),(52228,1299,'_shipping_postcode','93704'),(52229,1299,'_shipping_country','US'),(52230,1299,'_order_currency','USD'),(52231,1299,'_cart_discount','0'),(52232,1299,'_cart_discount_tax','0'),(52233,1299,'_order_shipping','0'),(52234,1299,'_order_shipping_tax','0'),(52235,1299,'_order_tax','0'),(52236,1299,'_order_total','732.70'),(52237,1299,'_order_version','6.6.1'),(52238,1299,'_prices_include_tax','no'),(52239,1299,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno/Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(52240,1299,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Fresno/Visalia 487 W. Scott Avenue  Fresno CA 93704 US '),(52241,1299,'is_vat_exempt','no'),(52242,1299,'Payment type','instant'),(52243,1299,'_transaction_id','09J59432DX747991H'),(52244,1299,'_paypal_status','completed'),(52245,1299,'PayPal Transaction Fee','26.06'),(52246,1299,'_date_paid','1657694794'),(52247,1299,'_paid_date','2022-07-13 06:46:34'),(52248,1299,'_download_permissions_granted','yes'),(52249,1299,'_recorded_sales','yes'),(52250,1299,'_recorded_coupon_usage_counts','yes'),(52251,1299,'_order_stock_reduced','yes'),(52252,1299,'_new_order_email_sent','true'),(52253,1300,'_order_key','wc_order_w5ylhZgeQGxwv'),(52254,1300,'_customer_user','76'),(52255,1300,'_payment_method','paypal'),(52256,1300,'_payment_method_title','PayPal'),(52257,1300,'_customer_ip_address','146.115.131.163'),(52258,1300,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52259,1300,'_created_via','checkout'),(52260,1300,'_cart_hash','dc403c6c27918bfd166aec6803539f51'),(52261,1300,'_billing_first_name','Naomi'),(52262,1300,'_billing_last_name','Golden'),(52263,1300,'_billing_address_1','31 Mann Ave'),(52264,1300,'_billing_city','Needham'),(52265,1300,'_billing_state','MA'),(52266,1300,'_billing_postcode','02492'),(52267,1300,'_billing_country','US'),(52268,1300,'_billing_email','nrgolden6486@gmail.com'),(52269,1300,'_billing_phone','617-851-1322'),(52270,1300,'_shipping_first_name','Naomi'),(52271,1300,'_shipping_last_name','Golden'),(52272,1300,'_shipping_company','Lice Aunties'),(52273,1300,'_shipping_address_1','1234 Chestnut Street'),(52274,1300,'_shipping_city','Newton'),(52275,1300,'_shipping_state','MA'),(52276,1300,'_shipping_postcode','02464'),(52277,1300,'_shipping_country','US'),(52278,1300,'_order_currency','USD'),(52279,1300,'_cart_discount','0'),(52280,1300,'_cart_discount_tax','0'),(52281,1300,'_order_shipping','0'),(52282,1300,'_order_shipping_tax','0'),(52283,1300,'_order_tax','0'),(52284,1300,'_order_total','628.96'),(52285,1300,'_order_version','6.6.1'),(52286,1300,'_prices_include_tax','no'),(52287,1300,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(52288,1300,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(52289,1300,'is_vat_exempt','no'),(52290,1301,'_order_key','wc_order_ZnYsKmktmp0g9'),(52291,1301,'_customer_user','11'),(52292,1301,'_payment_method','paypal'),(52293,1301,'_payment_method_title','PayPal'),(52294,1301,'_customer_ip_address','74.131.22.162'),(52295,1301,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(52296,1301,'_created_via','checkout'),(52297,1301,'_cart_hash','3456d7c4f153ae9bc3077f00bf4b708f'),(52298,1301,'_billing_first_name','Tina'),(52299,1301,'_billing_last_name','Hunt'),(52300,1301,'_billing_company','LCBG, LLC'),(52301,1301,'_billing_address_1','830 Fairview Ave.'),(52302,1301,'_billing_address_2','Suite A-4'),(52303,1301,'_billing_city','Bowling Green'),(52304,1301,'_billing_state','KY'),(52305,1301,'_billing_postcode','42101'),(52306,1301,'_billing_country','US'),(52307,1301,'_billing_email','info@liceclinicsbowlinggreen.com'),(52308,1301,'_billing_phone','2709996803'),(52309,1301,'_shipping_first_name','Tina'),(52310,1301,'_shipping_last_name','Hunt'),(52311,1301,'_shipping_address_1','494 Hub Boulevard'),(52312,1301,'_shipping_address_2','Apt 1012'),(52313,1301,'_shipping_city','Bowling Green'),(52314,1301,'_shipping_state','KY'),(52315,1301,'_shipping_postcode','42101'),(52316,1301,'_shipping_country','US'),(52317,1301,'_order_currency','USD'),(52318,1301,'_cart_discount','0'),(52319,1301,'_cart_discount_tax','0'),(52320,1301,'_order_shipping','21.85'),(52321,1301,'_order_shipping_tax','0'),(52322,1301,'_order_tax','0'),(52323,1301,'_order_total','438.80'),(52324,1301,'_order_version','6.6.1'),(52325,1301,'_prices_include_tax','no'),(52326,1301,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(52327,1301,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(52328,1301,'is_vat_exempt','no'),(52329,1301,'Payment type','instant'),(52330,1301,'_transaction_id','63C412573N840100J'),(52331,1301,'_paypal_status','completed'),(52332,1301,'PayPal Transaction Fee','15.80'),(52333,1301,'_date_paid','1657721476'),(52334,1301,'_paid_date','2022-07-13 14:11:16'),(52335,1301,'_download_permissions_granted','yes'),(52336,1301,'_recorded_sales','yes'),(52337,1301,'_recorded_coupon_usage_counts','yes'),(52338,1301,'_order_stock_reduced','yes'),(52339,1301,'_new_order_email_sent','true'),(52340,1300,'_edit_lock','1657828307:2'),(52341,1295,'_edit_lock','1658502141:2'),(52342,1294,'_edit_lock','1658502072:2'),(52343,1293,'_edit_lock','1658502142:2'),(52344,1290,'_edit_lock','1657828122:2'),(52345,1300,'_edit_last','2'),(52346,1300,'_recorded_coupon_usage_counts','yes'),(52347,1290,'_edit_last','2'),(52348,1290,'_recorded_coupon_usage_counts','yes'),(52349,1293,'_edit_last','2'),(52350,1293,'_recorded_coupon_usage_counts','yes'),(52351,1294,'_edit_last','2'),(52352,1294,'_recorded_coupon_usage_counts','yes'),(52353,1295,'_edit_last','2'),(52354,1295,'_recorded_coupon_usage_counts','yes'),(52355,1298,'_edit_lock','1657728249:2'),(52356,1299,'_edit_lock','1657728250:2'),(52357,1299,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194939\";s:12:\"date_shipped\";s:10:\"1657670400\";s:11:\"tracking_id\";s:32:\"12f123594bea2689a86605a4b27d2c4d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194928\";s:12:\"date_shipped\";i:1657727893;s:11:\"tracking_id\";s:32:\"e29e6370c75d7b633b926f09b1da5d7b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194917\";s:12:\"date_shipped\";i:1657727900;s:11:\"tracking_id\";s:32:\"bc03f122e30b807bf67e0c13bd5e74a4\";}}'),(52358,1299,'_edit_last','2'),(52359,1299,'_date_completed','1657727905'),(52360,1299,'_completed_date','2022-07-13 15:58:25'),(52361,1298,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194906\";s:12:\"date_shipped\";s:10:\"1657670400\";s:11:\"tracking_id\";s:32:\"da48944a9d61970d6bfa91e04f02b6e9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194891\";s:12:\"date_shipped\";i:1657728001;s:11:\"tracking_id\";s:32:\"1df51648c04603b10d027af5153c9d74\";}}'),(52362,1298,'_edit_last','2'),(52363,1298,'_date_completed','1657728341'),(52364,1298,'_completed_date','2022-07-13 16:05:41'),(52365,1300,'Payment type','instant'),(52366,1300,'_transaction_id','74X41155M26618808'),(52367,1300,'_paypal_status','completed'),(52368,1300,'PayPal Transaction Fee','22.44'),(52369,1300,'_date_paid','1657729479'),(52370,1300,'_paid_date','2022-07-13 16:24:39'),(52371,1300,'_download_permissions_granted','yes'),(52372,1300,'_recorded_sales','yes'),(52373,1300,'_order_stock_reduced','yes'),(52374,1300,'_new_order_email_sent','true'),(52375,1290,'Payment type','instant'),(52376,1290,'_transaction_id','9AU03090BA838515G'),(52377,1290,'_paypal_status','completed'),(52378,1290,'PayPal Transaction Fee','24.13'),(52379,1290,'_date_paid','1657730939'),(52380,1290,'_paid_date','2022-07-13 16:48:59'),(52381,1290,'_download_permissions_granted','yes'),(52382,1290,'_recorded_sales','yes'),(52383,1290,'_order_stock_reduced','yes'),(52384,1290,'_new_order_email_sent','true'),(52385,1301,'_edit_lock','1657740600:2'),(52386,1301,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194983\";s:12:\"date_shipped\";s:10:\"1657670400\";s:11:\"tracking_id\";s:32:\"6ae95a2fb4f7ea4e9e37ddee635d6b9e\";}}'),(52387,1301,'_edit_last','2'),(52388,1301,'_date_completed','1657740609'),(52389,1301,'_completed_date','2022-07-13 19:30:09'),(52390,1302,'_order_key','wc_order_exhZP2cRACYW6'),(52391,1302,'_customer_user','57'),(52392,1302,'_payment_method','paypal'),(52393,1302,'_payment_method_title','PayPal'),(52394,1302,'_customer_ip_address','107.203.54.57'),(52395,1302,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49'),(52396,1302,'_created_via','checkout'),(52397,1302,'_cart_hash','469fbbef3aeeccc5267fd13a5aef9ee1'),(52398,1302,'_billing_first_name','Heather'),(52399,1302,'_billing_last_name','Purtle'),(52400,1302,'_billing_company','LCA- Greenville'),(52401,1302,'_billing_address_1','1 Creekview Ct.'),(52402,1302,'_billing_address_2','Ste C'),(52403,1302,'_billing_city','Greenville'),(52404,1302,'_billing_state','SC'),(52405,1302,'_billing_postcode','29615'),(52406,1302,'_billing_country','US'),(52407,1302,'_billing_email','hpurtle@bellsouth.net'),(52408,1302,'_billing_phone','8643604388'),(52409,1302,'_shipping_first_name','Heather'),(52410,1302,'_shipping_last_name','Purtle'),(52411,1302,'_shipping_company','LCA- Greenville'),(52412,1302,'_shipping_address_1','1 Creekview Ct.'),(52413,1302,'_shipping_address_2','Ste C'),(52414,1302,'_shipping_city','Greenville'),(52415,1302,'_shipping_state','SC'),(52416,1302,'_shipping_postcode','29615'),(52417,1302,'_shipping_country','US'),(52418,1302,'_order_currency','USD'),(52419,1302,'_cart_discount','0'),(52420,1302,'_cart_discount_tax','0'),(52421,1302,'_order_shipping','13.77'),(52422,1302,'_order_shipping_tax','0'),(52423,1302,'_order_tax','0'),(52424,1302,'_order_total','13.77'),(52425,1302,'_order_version','6.6.1'),(52426,1302,'_prices_include_tax','no'),(52427,1302,'_billing_address_index','Heather Purtle LCA- Greenville 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(52428,1302,'_shipping_address_index','Heather Purtle LCA- Greenville 1 Creekview Ct. Ste C Greenville SC 29615 US '),(52429,1302,'is_vat_exempt','no'),(52430,1303,'_order_key','wc_order_bu7bdqe1fHYRF'),(52431,1303,'_customer_user','57'),(52432,1303,'_payment_method','paypal'),(52433,1303,'_payment_method_title','PayPal'),(52434,1303,'_customer_ip_address','107.203.54.57'),(52435,1303,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49'),(52436,1303,'_created_via','checkout'),(52437,1303,'_cart_hash','ab75ac40873bba86ef5e4f0a75f628a9'),(52438,1303,'_billing_first_name','Heather'),(52439,1303,'_billing_last_name','Purtle'),(52440,1303,'_billing_company','LCA- Anderson (shipping to Greenville but needed for Anderson)'),(52441,1303,'_billing_address_1','1 Creekview Ct.'),(52442,1303,'_billing_address_2','Ste C'),(52443,1303,'_billing_city','Greenville'),(52444,1303,'_billing_state','SC'),(52445,1303,'_billing_postcode','29615'),(52446,1303,'_billing_country','US'),(52447,1303,'_billing_email','hpurtle@bellsouth.net'),(52448,1303,'_billing_phone','8643604388'),(52449,1303,'_shipping_first_name','Heather'),(52450,1303,'_shipping_last_name','Purtle'),(52451,1303,'_shipping_company','LCA- Anderson (shipping to Greenville but needed for Anderson)'),(52452,1303,'_shipping_address_1','1 Creekview Ct.'),(52453,1303,'_shipping_address_2','Ste C'),(52454,1303,'_shipping_city','Greenville'),(52455,1303,'_shipping_state','SC'),(52456,1303,'_shipping_postcode','29615'),(52457,1303,'_shipping_country','US'),(52458,1303,'_order_currency','USD'),(52459,1303,'_cart_discount','0'),(52460,1303,'_cart_discount_tax','0'),(52461,1303,'_order_shipping','13.77'),(52462,1303,'_order_shipping_tax','0'),(52463,1303,'_order_tax','0'),(52464,1303,'_order_total','13.77'),(52465,1303,'_order_version','6.6.1'),(52466,1303,'_prices_include_tax','no'),(52467,1303,'_billing_address_index','Heather Purtle LCA- Anderson (shipping to Greenville but needed for Anderson) 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(52468,1303,'_shipping_address_index','Heather Purtle LCA- Anderson (shipping to Greenville but needed for Anderson) 1 Creekview Ct. Ste C Greenville SC 29615 US '),(52469,1303,'is_vat_exempt','no'),(52470,1304,'_order_key','wc_order_DOOy0bk5HTJou'),(52471,1304,'_customer_user','43'),(52472,1304,'_payment_method','paypal'),(52473,1304,'_payment_method_title','PayPal'),(52474,1304,'_customer_ip_address','172.58.129.35'),(52475,1304,'_customer_user_agent','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'),(52476,1304,'_created_via','checkout'),(52477,1304,'_cart_hash','375b4b156d2ea6fb8263e896c9cda901'),(52478,1304,'_billing_first_name','Ryan'),(52479,1304,'_billing_last_name','Nelson'),(52480,1304,'_billing_address_1','140 Flame Vine drive'),(52481,1304,'_billing_city','Naples'),(52482,1304,'_billing_state','FL'),(52483,1304,'_billing_postcode','34110'),(52484,1304,'_billing_country','US'),(52485,1304,'_billing_email','Rjnelson73@gmail.com'),(52486,1304,'_billing_phone','239-281-0719'),(52487,1304,'_shipping_first_name','Ryan'),(52488,1304,'_shipping_last_name','Nelson'),(52489,1304,'_shipping_address_1','140 Flame Vine drive'),(52490,1304,'_shipping_city','Naples'),(52491,1304,'_shipping_state','FL'),(52492,1304,'_shipping_postcode','34110'),(52493,1304,'_shipping_country','US'),(52494,1304,'_order_currency','USD'),(52495,1304,'_cart_discount','0'),(52496,1304,'_cart_discount_tax','0'),(52497,1304,'_order_shipping','20.42'),(52498,1304,'_order_shipping_tax','0'),(52499,1304,'_order_tax','0'),(52500,1304,'_order_total','166.10'),(52501,1304,'_order_version','6.6.1'),(52502,1304,'_prices_include_tax','no'),(52503,1304,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(52504,1304,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(52505,1304,'is_vat_exempt','no'),(52506,1305,'_order_key','wc_order_U9YZSYjO7hrhf'),(52507,1305,'_customer_user','61'),(52508,1305,'_payment_method','paypal'),(52509,1305,'_payment_method_title','PayPal'),(52510,1305,'_customer_ip_address','217.180.201.48'),(52511,1305,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(52512,1305,'_created_via','checkout'),(52513,1305,'_cart_hash','1defc1419a6ceb3dcec859677d0de0bd'),(52514,1305,'_billing_first_name','Judy'),(52515,1305,'_billing_last_name','Hayden'),(52516,1305,'_billing_company','Lice Clinics of America Lexington'),(52517,1305,'_billing_address_1','1795 Alysheba Way Suite 4105'),(52518,1305,'_billing_address_2','Ste 4105'),(52519,1305,'_billing_city','Lexington'),(52520,1305,'_billing_state','KY'),(52521,1305,'_billing_postcode','40509'),(52522,1305,'_billing_country','US'),(52523,1305,'_billing_email','judy@liceclinicscincinnati.com'),(52524,1305,'_billing_phone','8595376966'),(52525,1305,'_shipping_first_name','Judy'),(52526,1305,'_shipping_last_name','Hayden'),(52527,1305,'_shipping_company','Lice Clinics of America Lexington'),(52528,1305,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(52529,1305,'_shipping_city','Lexington'),(52530,1305,'_shipping_state','KY'),(52531,1305,'_shipping_postcode','40509'),(52532,1305,'_shipping_country','US'),(52533,1305,'_order_currency','USD'),(52534,1305,'_cart_discount','0'),(52535,1305,'_cart_discount_tax','0'),(52536,1305,'_order_shipping','0'),(52537,1305,'_order_shipping_tax','0'),(52538,1305,'_order_tax','0'),(52539,1305,'_order_total','1268.95'),(52540,1305,'_order_version','6.6.1'),(52541,1305,'_prices_include_tax','no'),(52542,1305,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(52543,1305,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(52544,1305,'is_vat_exempt','no'),(52545,1305,'Payment type','instant'),(52546,1305,'_transaction_id','2UW73683FY9477047'),(52547,1305,'_paypal_status','completed'),(52548,1305,'PayPal Transaction Fee','44.78'),(52549,1305,'_date_paid','1657812619'),(52550,1305,'_paid_date','2022-07-14 15:30:19'),(52551,1305,'_download_permissions_granted','yes'),(52552,1305,'_recorded_sales','yes'),(52553,1305,'_recorded_coupon_usage_counts','yes'),(52554,1305,'_order_stock_reduced','yes'),(52555,1305,'_new_order_email_sent','true'),(52556,1306,'_order_key','wc_order_SBb2t6TACcIc8'),(52557,1306,'_customer_user','60'),(52558,1306,'_payment_method','paypal'),(52559,1306,'_payment_method_title','PayPal'),(52560,1306,'_customer_ip_address','98.193.14.84'),(52561,1306,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52562,1306,'_created_via','checkout'),(52563,1306,'_cart_hash','efd52cd5218d87382d916d705db95f23'),(52564,1306,'_billing_first_name','Jill'),(52565,1306,'_billing_last_name','Leshtz'),(52566,1306,'_billing_company','Lice clinics of America-North Shore'),(52567,1306,'_billing_address_1','1580 Lancelot Avenue'),(52568,1306,'_billing_city','Highland park'),(52569,1306,'_billing_state','IL'),(52570,1306,'_billing_postcode','60035'),(52571,1306,'_billing_country','US'),(52572,1306,'_billing_email','jleshtz@gmail.com'),(52573,1306,'_billing_phone','8473639001'),(52574,1306,'_shipping_first_name','Jill'),(52575,1306,'_shipping_last_name','Leshtz'),(52576,1306,'_shipping_company','Lice clinics of America-North Shore'),(52577,1306,'_shipping_address_1','1580 Lancelot Avenue'),(52578,1306,'_shipping_city','Highland park'),(52579,1306,'_shipping_state','IL'),(52580,1306,'_shipping_postcode','60035'),(52581,1306,'_shipping_country','US'),(52582,1306,'_order_currency','USD'),(52583,1306,'_cart_discount','0'),(52584,1306,'_cart_discount_tax','0'),(52585,1306,'_order_shipping','24.61'),(52586,1306,'_order_shipping_tax','0'),(52587,1306,'_order_tax','0'),(52588,1306,'_order_total','248.29'),(52589,1306,'_order_version','6.6.1'),(52590,1306,'_prices_include_tax','no'),(52591,1306,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(52592,1306,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(52593,1306,'is_vat_exempt','no'),(52594,1306,'_edit_lock','1658153524:2'),(52595,1304,'_edit_lock','1657919070:2'),(52596,1303,'_edit_lock','1658238444:2'),(52597,1302,'_edit_lock','1658238622:2'),(52598,1302,'_edit_last','2'),(52599,1302,'_recorded_coupon_usage_counts','yes'),(52600,1303,'_edit_last','2'),(52601,1303,'_recorded_coupon_usage_counts','yes'),(52602,1304,'_edit_last','2'),(52603,1304,'_recorded_coupon_usage_counts','yes'),(52604,1306,'_edit_last','2'),(52605,1306,'_recorded_coupon_usage_counts','yes'),(52606,1290,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195074\";s:12:\"date_shipped\";s:10:\"1657756800\";s:11:\"tracking_id\";s:32:\"ead4e230b5e5714003cae0ff09a7d79e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195063\";s:12:\"date_shipped\";i:1657828232;s:11:\"tracking_id\";s:32:\"631429183109b0762c8439a1d9642c22\";}}'),(52607,1290,'_date_completed','1657828250'),(52608,1290,'_completed_date','2022-07-14 19:50:50'),(52609,1300,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195030\";s:12:\"date_shipped\";s:10:\"1657756800\";s:11:\"tracking_id\";s:32:\"0a90c05b85fa8629935917024ed835f1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195020\";s:12:\"date_shipped\";i:1657828373;s:11:\"tracking_id\";s:32:\"75ae953e042d9698b7da3e488f32c8ea\";}}'),(52610,1306,'Payment type','instant'),(52611,1306,'_transaction_id','0H650174D00973012'),(52612,1306,'_paypal_status','completed'),(52613,1306,'PayPal Transaction Fee','9.16'),(52614,1306,'_date_paid','1657828331'),(52615,1306,'_paid_date','2022-07-14 19:52:11'),(52616,1306,'_download_permissions_granted','yes'),(52617,1306,'_recorded_sales','yes'),(52618,1306,'_order_stock_reduced','yes'),(52619,1306,'_new_order_email_sent','true'),(52620,1300,'_date_completed','1657828376'),(52621,1300,'_completed_date','2022-07-14 19:52:56'),(52622,1304,'Payment type','instant'),(52623,1304,'_transaction_id','7523736803021721F'),(52624,1304,'_paypal_status','completed'),(52625,1304,'PayPal Transaction Fee','6.29'),(52626,1304,'_date_paid','1657830213'),(52627,1304,'_paid_date','2022-07-14 20:23:33'),(52628,1304,'_download_permissions_granted','yes'),(52629,1304,'_recorded_sales','yes'),(52630,1304,'_order_stock_reduced','yes'),(52631,1304,'_new_order_email_sent','true'),(52632,1307,'_order_key','wc_order_LzZCxhauT2NcP'),(52633,1307,'_customer_user','79'),(52634,1307,'_payment_method','paypal'),(52635,1307,'_payment_method_title','PayPal'),(52636,1307,'_customer_ip_address','76.72.44.28'),(52637,1307,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(52638,1307,'_created_via','checkout'),(52639,1307,'_cart_hash','b893c0c5398e2f0eb45b68924cf999dd'),(52640,1307,'_billing_first_name','Shanna'),(52641,1307,'_billing_last_name','Castille'),(52642,1307,'_billing_address_1','1097 Hundley Rd'),(52643,1307,'_billing_city','Eunice'),(52644,1307,'_billing_state','LA'),(52645,1307,'_billing_postcode','70535'),(52646,1307,'_billing_country','US'),(52647,1307,'_billing_email','Shanna_sr09@yahoo.com'),(52648,1307,'_billing_phone','3374668998'),(52649,1307,'_shipping_first_name','Shanna'),(52650,1307,'_shipping_last_name','Castille'),(52651,1307,'_shipping_address_1','1097 Hundley Rd'),(52652,1307,'_shipping_city','eunice'),(52653,1307,'_shipping_state','LA'),(52654,1307,'_shipping_postcode','70535'),(52655,1307,'_shipping_country','US'),(52656,1307,'_order_currency','USD'),(52657,1307,'_cart_discount','0'),(52658,1307,'_cart_discount_tax','0'),(52659,1307,'_order_shipping','0'),(52660,1307,'_order_shipping_tax','0'),(52661,1307,'_order_tax','0'),(52662,1307,'_order_total','874.40'),(52663,1307,'_order_version','6.6.1'),(52664,1307,'_prices_include_tax','no'),(52665,1307,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(52666,1307,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(52667,1307,'is_vat_exempt','no'),(52668,1307,'Payment type','instant'),(52669,1307,'_transaction_id','9WA88325WC567380U'),(52670,1307,'_paypal_status','completed'),(52671,1307,'PayPal Transaction Fee','31.01'),(52672,1307,'_date_paid','1657847927'),(52673,1307,'_paid_date','2022-07-15 01:18:47'),(52674,1307,'_download_permissions_granted','yes'),(52675,1307,'_recorded_sales','yes'),(52676,1307,'_recorded_coupon_usage_counts','yes'),(52677,1307,'_order_stock_reduced','yes'),(52678,1307,'_new_order_email_sent','true'),(52679,1308,'_order_key','wc_order_u8iUCNMK9Qe70'),(52680,1308,'_customer_user','28'),(52681,1308,'_payment_method','paypal'),(52682,1308,'_payment_method_title','PayPal'),(52683,1308,'_customer_ip_address','172.115.255.171'),(52684,1308,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(52685,1308,'_created_via','checkout'),(52686,1308,'_cart_hash','64c7582777926dff70c1697e19d9d560'),(52687,1308,'_billing_first_name','Kelli'),(52688,1308,'_billing_last_name','Washington'),(52689,1308,'_billing_company','Lice Clinics of America - Temecula'),(52690,1308,'_billing_address_1','2438 Bear Rock Gln'),(52691,1308,'_billing_city','Escondido'),(52692,1308,'_billing_state','CA'),(52693,1308,'_billing_postcode','92026'),(52694,1308,'_billing_country','US'),(52695,1308,'_billing_email','info@liceclinicstemecula.com'),(52696,1308,'_billing_phone','7606255580'),(52697,1308,'_shipping_first_name','Kelli'),(52698,1308,'_shipping_last_name','Washington'),(52699,1308,'_shipping_company','Lice Clinics of America - Temecula'),(52700,1308,'_shipping_address_1','2438 Bear Rock Gln'),(52701,1308,'_shipping_city','Escondido'),(52702,1308,'_shipping_state','CA'),(52703,1308,'_shipping_postcode','92026'),(52704,1308,'_shipping_country','US'),(52705,1308,'_order_currency','USD'),(52706,1308,'_cart_discount','0'),(52707,1308,'_cart_discount_tax','0'),(52708,1308,'_order_shipping','67.76'),(52709,1308,'_order_shipping_tax','0'),(52710,1308,'_order_tax','0'),(52711,1308,'_order_total','297.66'),(52712,1308,'_order_version','6.6.1'),(52713,1308,'_prices_include_tax','no'),(52714,1308,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(52715,1308,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(52716,1308,'is_vat_exempt','no'),(52756,1310,'_order_key','wc_order_m9KYp0fbjAjgC'),(52757,1310,'_customer_user','87'),(52758,1310,'_payment_method','paypal'),(52759,1310,'_payment_method_title','PayPal'),(52760,1310,'_customer_ip_address','70.189.73.253'),(52761,1310,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52762,1310,'_created_via','checkout'),(52763,1310,'_cart_hash','ff2e2d1ebdfcb403285a32985203c6fc'),(52764,1310,'_billing_first_name','Wade'),(52765,1310,'_billing_last_name','Huntsman'),(52766,1310,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(52767,1310,'_billing_address_1','1104 E 25th St.'),(52768,1310,'_billing_city','Tulsa'),(52769,1310,'_billing_state','OK'),(52770,1310,'_billing_postcode','74114'),(52771,1310,'_billing_country','US'),(52772,1310,'_billing_email','info@liceclinicsmidsouth.com'),(52773,1310,'_billing_phone','9189783329'),(52774,1310,'_shipping_first_name','Tiffany'),(52775,1310,'_shipping_last_name','Sporn'),(52776,1310,'_shipping_company','Lice Clinics of America Wichita'),(52777,1310,'_shipping_address_1','16621 West 29th Street North'),(52778,1310,'_shipping_city','Colwich'),(52779,1310,'_shipping_state','KS'),(52780,1310,'_shipping_postcode','67030'),(52781,1310,'_shipping_country','US'),(52782,1310,'_order_currency','USD'),(52783,1310,'_cart_discount','0'),(52784,1310,'_cart_discount_tax','0'),(52785,1310,'_order_shipping','0'),(52786,1310,'_order_shipping_tax','0'),(52787,1310,'_order_tax','0'),(52788,1310,'_order_total','759.80'),(52789,1310,'_order_version','6.6.1'),(52790,1310,'_prices_include_tax','no'),(52791,1310,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(52792,1310,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 West 29th Street North  Colwich KS 67030 US '),(52793,1310,'is_vat_exempt','no'),(52794,1310,'Payment type','instant'),(52795,1310,'_transaction_id','82D86680W30266643'),(52796,1310,'_paypal_status','completed'),(52797,1310,'PayPal Transaction Fee','27.01'),(52798,1310,'_date_paid','1657913142'),(52799,1310,'_paid_date','2022-07-15 19:25:42'),(52800,1310,'_download_permissions_granted','yes'),(52801,1310,'_recorded_sales','yes'),(52802,1310,'_recorded_coupon_usage_counts','yes'),(52803,1310,'_order_stock_reduced','yes'),(52804,1310,'_new_order_email_sent','true'),(52805,1311,'_order_key','wc_order_UbcDT60hXjKNV'),(52806,1311,'_customer_user','87'),(52807,1311,'_payment_method','paypal'),(52808,1311,'_payment_method_title','PayPal'),(52809,1311,'_customer_ip_address','70.189.73.253'),(52810,1311,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52811,1311,'_created_via','checkout'),(52812,1311,'_cart_hash','d2f3496bb770cbdd4fbdf9deab227332'),(52813,1311,'_billing_first_name','Wade'),(52814,1311,'_billing_last_name','Huntsman'),(52815,1311,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(52816,1311,'_billing_address_1','1104 E 25th St.'),(52817,1311,'_billing_city','Tulsa'),(52818,1311,'_billing_state','OK'),(52819,1311,'_billing_postcode','74114'),(52820,1311,'_billing_country','US'),(52821,1311,'_billing_email','info@liceclinicsmidsouth.com'),(52822,1311,'_billing_phone','9189783329'),(52823,1311,'_shipping_first_name','Wade'),(52824,1311,'_shipping_last_name','Huntsman'),(52825,1311,'_shipping_company','Lice Clinics of America Tulsa'),(52826,1311,'_shipping_address_1','3421 E 21st'),(52827,1311,'_shipping_city','Tulsa'),(52828,1311,'_shipping_state','OK'),(52829,1311,'_shipping_postcode','74114'),(52830,1311,'_shipping_country','US'),(52831,1311,'_order_currency','USD'),(52832,1311,'_cart_discount','0'),(52833,1311,'_cart_discount_tax','0'),(52834,1311,'_order_shipping','0'),(52835,1311,'_order_shipping_tax','0'),(52836,1311,'_order_tax','0'),(52837,1311,'_order_total','2000.24'),(52838,1311,'_order_version','6.6.1'),(52839,1311,'_prices_include_tax','no'),(52840,1311,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(52841,1311,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st  Tulsa OK 74114 US '),(52842,1311,'is_vat_exempt','no'),(52843,1311,'Payment type','instant'),(52844,1311,'_transaction_id','1MT9212290419394G'),(52845,1311,'_paypal_status','completed'),(52846,1311,'PayPal Transaction Fee','70.30'),(52847,1311,'_date_paid','1657915035'),(52848,1311,'_paid_date','2022-07-15 19:57:15'),(52849,1311,'_download_permissions_granted','yes'),(52850,1311,'_recorded_sales','yes'),(52851,1311,'_recorded_coupon_usage_counts','yes'),(52852,1311,'_order_stock_reduced','yes'),(52853,1311,'_new_order_email_sent','true'),(52854,1312,'_order_key','wc_order_OlXwpUj2y4Gfw'),(52855,1312,'_customer_user','87'),(52856,1312,'_payment_method','paypal'),(52857,1312,'_payment_method_title','PayPal'),(52858,1312,'_customer_ip_address','70.189.73.253'),(52859,1312,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(52860,1312,'_created_via','checkout'),(52861,1312,'_cart_hash','971c938935f2ee2ceee871195d9aa2b8'),(52862,1312,'_billing_first_name','Wade'),(52863,1312,'_billing_last_name','Huntsman'),(52864,1312,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(52865,1312,'_billing_address_1','1104 E 25th St.'),(52866,1312,'_billing_city','Tulsa'),(52867,1312,'_billing_state','OK'),(52868,1312,'_billing_postcode','74114'),(52869,1312,'_billing_country','US'),(52870,1312,'_billing_email','info@liceclinicsmidsouth.com'),(52871,1312,'_billing_phone','9189783329'),(52872,1312,'_shipping_first_name','Katee'),(52873,1312,'_shipping_last_name','Morrison'),(52874,1312,'_shipping_company','Lice Clinics of America OKC'),(52875,1312,'_shipping_address_1','4001 N Classen Blvd'),(52876,1312,'_shipping_address_2','Suite 116'),(52877,1312,'_shipping_city','OKC'),(52878,1312,'_shipping_state','OK'),(52879,1312,'_shipping_postcode','73118'),(52880,1312,'_shipping_country','US'),(52881,1312,'_order_currency','USD'),(52882,1312,'_cart_discount','0'),(52883,1312,'_cart_discount_tax','0'),(52884,1312,'_order_shipping','0'),(52885,1312,'_order_shipping_tax','0'),(52886,1312,'_order_tax','0'),(52887,1312,'_order_total','717.56'),(52888,1312,'_order_version','6.6.1'),(52889,1312,'_prices_include_tax','no'),(52890,1312,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(52891,1312,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 OKC OK 73118 US '),(52892,1312,'is_vat_exempt','no'),(52893,1312,'Payment type','instant'),(52894,1312,'_transaction_id','24W31128S3852121X'),(52895,1312,'_paypal_status','completed'),(52896,1312,'PayPal Transaction Fee','25.53'),(52897,1312,'_date_paid','1657915974'),(52898,1312,'_paid_date','2022-07-15 20:12:54'),(52899,1312,'_download_permissions_granted','yes'),(52900,1312,'_recorded_sales','yes'),(52901,1312,'_recorded_coupon_usage_counts','yes'),(52902,1312,'_order_stock_reduced','yes'),(52903,1312,'_new_order_email_sent','true'),(52904,1313,'_order_key','wc_order_5fSRoH0Gm2tw4'),(52905,1313,'_customer_user','66'),(52906,1313,'_payment_method','sgitsoa_gateway'),(52907,1313,'_payment_method_title','Pre Order'),(52908,1313,'_customer_ip_address','69.250.30.77'),(52909,1313,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(52910,1313,'_created_via','checkout'),(52911,1313,'_cart_hash','099bdc265f34f8013920e90cbd0a67b0'),(52912,1313,'_billing_first_name','Mark'),(52913,1313,'_billing_last_name','Dent'),(52914,1313,'_billing_company','Lice Clinics of Maryland'),(52915,1313,'_billing_address_1','801 W 33rd Street'),(52916,1313,'_billing_city','BAltimore'),(52917,1313,'_billing_state','MD'),(52918,1313,'_billing_postcode','21211'),(52919,1313,'_billing_country','US'),(52920,1313,'_billing_email','info@liceclinicsofmaryland.com'),(52921,1313,'_billing_phone','4438349991'),(52922,1313,'_shipping_first_name','Dawn'),(52923,1313,'_shipping_last_name','Mumaw'),(52924,1313,'_shipping_company','LCA Baltimore'),(52925,1313,'_shipping_address_1','604 Providence Road'),(52926,1313,'_shipping_city','Towson'),(52927,1313,'_shipping_state','MD'),(52928,1313,'_shipping_postcode','21286'),(52929,1313,'_shipping_country','US'),(52930,1313,'_order_currency','USD'),(52931,1313,'_cart_discount','0'),(52932,1313,'_cart_discount_tax','0'),(52933,1313,'_order_shipping','0'),(52934,1313,'_order_shipping_tax','0'),(52935,1313,'_order_tax','0'),(52936,1313,'_order_total','1134.48'),(52937,1313,'_order_version','6.6.1'),(52938,1313,'_prices_include_tax','no'),(52939,1313,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(52940,1313,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(52941,1313,'is_vat_exempt','no'),(52942,1308,'_edit_lock','1658161558:2'),(52943,1308,'_edit_last','2'),(52944,1308,'_recorded_coupon_usage_counts','yes'),(52945,1307,'_edit_lock','1657918837:2'),(52946,1307,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195534\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"994dcf7a43c0523fa4b87b8b2607fcf8\";}}'),(52947,1307,'_edit_last','2'),(52948,1307,'_date_completed','1657918932'),(52949,1307,'_completed_date','2022-07-15 21:02:12'),(52950,1304,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195501\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"b0391bf20b0639bcf79e8896165477ae\";}}'),(52951,1304,'_date_completed','1657919171'),(52952,1304,'_completed_date','2022-07-15 21:06:11'),(52953,1305,'_edit_lock','1657919487:2'),(52954,1305,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195431\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"d78a79f011fdd69a81b8afd65269ed26\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195420\";s:12:\"date_shipped\";i:1657919498;s:11:\"tracking_id\";s:32:\"e130c7fc1bf314eeaa1bdc7f24af1bfb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195410\";s:12:\"date_shipped\";i:1657919503;s:11:\"tracking_id\";s:32:\"fc94e737a505758d0fb3598e6e66d7f3\";}}'),(52955,1305,'_edit_last','2'),(52956,1305,'_date_completed','1657919508'),(52957,1305,'_completed_date','2022-07-15 21:11:48'),(52958,1308,'Payment type','instant'),(52959,1308,'_transaction_id','15K959703Y681694N'),(52960,1308,'_paypal_status','completed'),(52961,1308,'PayPal Transaction Fee','10.88'),(52962,1308,'_date_paid','1657922588'),(52963,1308,'_paid_date','2022-07-15 22:03:08'),(52964,1308,'_download_permissions_granted','yes'),(52965,1308,'_recorded_sales','yes'),(52966,1308,'_order_stock_reduced','yes'),(52967,1308,'_new_order_email_sent','true'),(52968,1303,'Payment type','instant'),(52969,1303,'_transaction_id','7CR579170A385835T'),(52970,1303,'_paypal_status','completed'),(52971,1303,'PayPal Transaction Fee','0.97'),(52972,1303,'_date_paid','1657971375'),(52973,1303,'_paid_date','2022-07-16 11:36:15'),(52974,1303,'_download_permissions_granted','yes'),(52975,1303,'_recorded_sales','yes'),(52976,1303,'_order_stock_reduced','yes'),(52977,1303,'_new_order_email_sent','true'),(52978,1302,'Payment type','instant'),(52979,1302,'_transaction_id','42997314YE6854140'),(52980,1302,'_paypal_status','completed'),(52981,1302,'PayPal Transaction Fee','0.97'),(52982,1302,'_date_paid','1657971423'),(52983,1302,'_paid_date','2022-07-16 11:37:03'),(52984,1302,'_download_permissions_granted','yes'),(52985,1302,'_recorded_sales','yes'),(52986,1302,'_order_stock_reduced','yes'),(52987,1302,'_new_order_email_sent','true'),(52988,1314,'_order_key','wc_order_jrAiRKvqB839H'),(52989,1314,'_customer_user','78'),(52990,1314,'_payment_method','paypal'),(52991,1314,'_payment_method_title','PayPal'),(52992,1314,'_customer_ip_address','108.41.155.4'),(52993,1314,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1'),(52994,1314,'_created_via','checkout'),(52995,1314,'_cart_hash','8137257d4d15426ae935ee8d440193bd'),(52996,1314,'_billing_first_name','Richard'),(52997,1314,'_billing_last_name','Florsheim'),(52998,1314,'_billing_company','Licura'),(52999,1314,'_billing_address_1','3827 w fairway heights dr'),(53000,1314,'_billing_city','Mequon'),(53001,1314,'_billing_state','NY'),(53002,1314,'_billing_postcode','53092'),(53003,1314,'_billing_country','US'),(53004,1314,'_billing_email','tara@liceclinicslongIsland.com'),(53005,1314,'_billing_phone','5619006382'),(53006,1314,'_shipping_first_name','Tara'),(53007,1314,'_shipping_last_name','Johnson'),(53008,1314,'_shipping_company','LCA'),(53009,1314,'_shipping_address_1','599 west Hartsdale ave'),(53010,1314,'_shipping_address_2','Ste 203'),(53011,1314,'_shipping_city','White plains'),(53012,1314,'_shipping_state','NY'),(53013,1314,'_shipping_postcode','10607'),(53014,1314,'_shipping_country','US'),(53015,1314,'_order_currency','USD'),(53016,1314,'_cart_discount','0'),(53017,1314,'_cart_discount_tax','0'),(53018,1314,'_order_shipping','13.78'),(53019,1314,'_order_shipping_tax','0'),(53020,1314,'_order_tax','0'),(53021,1314,'_order_total','13.78'),(53022,1314,'_order_version','6.6.1'),(53023,1314,'_prices_include_tax','no'),(53024,1314,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(53025,1314,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(53026,1314,'is_vat_exempt','no'),(53027,1315,'_order_key','wc_order_6yAuI9VJIVAPm'),(53028,1315,'_customer_user','46'),(53029,1315,'_payment_method','paypal'),(53030,1315,'_payment_method_title','PayPal'),(53031,1315,'_customer_ip_address','216.163.6.72'),(53032,1315,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53033,1315,'_created_via','checkout'),(53034,1315,'_cart_hash','95614bec7db2493b251c4d5146408d9b'),(53035,1315,'_billing_first_name','Shannon'),(53036,1315,'_billing_last_name','Steele'),(53037,1315,'_billing_company','SBS Investments'),(53038,1315,'_billing_address_1','1702 Hazelwood Court'),(53039,1315,'_billing_city','Jonesboro'),(53040,1315,'_billing_state','AR'),(53041,1315,'_billing_postcode','72401'),(53042,1315,'_billing_country','US'),(53043,1315,'_billing_email','info@liceclinicsjonesboro.com'),(53044,1315,'_billing_phone','8709262731'),(53045,1315,'_shipping_first_name','Shannon'),(53046,1315,'_shipping_last_name','Steele'),(53047,1315,'_shipping_company','SBS Investments/LCA- Jonesboro'),(53048,1315,'_shipping_address_1','3106 Orval Orlan Drive'),(53049,1315,'_shipping_address_2','Suite D'),(53050,1315,'_shipping_city','Jonesboro'),(53051,1315,'_shipping_state','AR'),(53052,1315,'_shipping_postcode','72404'),(53053,1315,'_shipping_country','US'),(53054,1315,'_order_currency','USD'),(53055,1315,'_cart_discount','0'),(53056,1315,'_cart_discount_tax','0'),(53057,1315,'_order_shipping','0'),(53058,1315,'_order_shipping_tax','0'),(53059,1315,'_order_tax','0'),(53060,1315,'_order_total','1266.46'),(53061,1315,'_order_version','6.6.1'),(53062,1315,'_prices_include_tax','no'),(53063,1315,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(53064,1315,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(53065,1315,'is_vat_exempt','no'),(53066,1315,'Payment type','instant'),(53067,1315,'_transaction_id','5GP575618N998414U'),(53068,1315,'_paypal_status','completed'),(53069,1315,'PayPal Transaction Fee','44.69'),(53070,1315,'_date_paid','1658008907'),(53071,1315,'_paid_date','2022-07-16 22:01:47'),(53072,1315,'_download_permissions_granted','yes'),(53073,1315,'_recorded_sales','yes'),(53074,1315,'_recorded_coupon_usage_counts','yes'),(53075,1315,'_order_stock_reduced','yes'),(53076,1315,'_new_order_email_sent','true'),(53077,1316,'_order_key','wc_order_h1rsFW7k4ZEPy'),(53078,1316,'_customer_user','94'),(53079,1316,'_payment_method','sgitsoa_gateway'),(53080,1316,'_payment_method_title','Pre Order'),(53081,1316,'_customer_ip_address','76.200.128.12'),(53082,1316,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44'),(53083,1316,'_created_via','checkout'),(53084,1316,'_cart_hash','3965d500b37e182900646d5c99cbbc4e'),(53085,1316,'_billing_first_name','Dacy'),(53086,1316,'_billing_last_name','Hitt'),(53087,1316,'_billing_address_1','8850 Penbrooke ct'),(53088,1316,'_billing_city','Cumming'),(53089,1316,'_billing_state','GA'),(53090,1316,'_billing_postcode','30028'),(53091,1316,'_billing_country','US'),(53092,1316,'_billing_email','dacy1016@gmail.com'),(53093,1316,'_billing_phone','7705965455'),(53094,1316,'_shipping_first_name','Dacy'),(53095,1316,'_shipping_last_name','Hitt'),(53096,1316,'_shipping_address_1','102 Mary Alice Park rd'),(53097,1316,'_shipping_address_2','Suite 503'),(53098,1316,'_shipping_city','Cumming'),(53099,1316,'_shipping_state','GA'),(53100,1316,'_shipping_postcode','30040'),(53101,1316,'_shipping_country','US'),(53102,1316,'_order_currency','USD'),(53103,1316,'_cart_discount','0'),(53104,1316,'_cart_discount_tax','0'),(53105,1316,'_order_shipping','0'),(53106,1316,'_order_shipping_tax','0'),(53107,1316,'_order_tax','0'),(53108,1316,'_order_total','1634.64'),(53109,1316,'_order_version','6.6.1'),(53110,1316,'_prices_include_tax','no'),(53111,1316,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(53112,1316,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(53113,1316,'is_vat_exempt','no'),(53114,1317,'_order_key','wc_order_1GgULmUnNSkVx'),(53115,1317,'_customer_user','7'),(53116,1317,'_payment_method','paypal'),(53117,1317,'_payment_method_title','PayPal'),(53118,1317,'_customer_ip_address','208.114.71.38'),(53119,1317,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15'),(53120,1317,'_created_via','checkout'),(53121,1317,'_cart_hash','ec3ccf560061aa39b9e1b97a8ac5db82'),(53122,1317,'_billing_first_name','Amy'),(53123,1317,'_billing_last_name','Allen'),(53124,1317,'_billing_company','Lice Clinics Of America'),(53125,1317,'_billing_address_1','251 Promise Way'),(53126,1317,'_billing_city','Hollister'),(53127,1317,'_billing_state','CA'),(53128,1317,'_billing_postcode','95023'),(53129,1317,'_billing_country','US'),(53130,1317,'_billing_email','lca.gilroy@gmail.com'),(53131,1317,'_billing_phone','4085005537'),(53132,1317,'_shipping_first_name','Amy'),(53133,1317,'_shipping_last_name','Allen'),(53134,1317,'_shipping_company','Lice Clinics Of America'),(53135,1317,'_shipping_address_1','7680 Monterey St Ste 104'),(53136,1317,'_shipping_city','Gilroy'),(53137,1317,'_shipping_state','CA'),(53138,1317,'_shipping_postcode','95020'),(53139,1317,'_shipping_country','US'),(53140,1317,'_order_currency','USD'),(53141,1317,'_cart_discount','0'),(53142,1317,'_cart_discount_tax','0'),(53143,1317,'_order_shipping','0'),(53144,1317,'_order_shipping_tax','0'),(53145,1317,'_order_tax','0'),(53146,1317,'_order_total','527.76'),(53147,1317,'_order_version','6.6.1'),(53148,1317,'_prices_include_tax','no'),(53149,1317,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(53150,1317,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(53151,1317,'is_vat_exempt','no'),(53152,1317,'Payment type','instant'),(53153,1317,'_transaction_id','8FX73635UB190535G'),(53154,1317,'_paypal_status','completed'),(53155,1317,'PayPal Transaction Fee','18.91'),(53156,1317,'_date_paid','1658116768'),(53157,1317,'_paid_date','2022-07-18 03:59:28'),(53158,1317,'_download_permissions_granted','yes'),(53159,1317,'_recorded_sales','yes'),(53160,1317,'_recorded_coupon_usage_counts','yes'),(53161,1317,'_order_stock_reduced','yes'),(53162,1317,'_new_order_email_sent','true'),(53163,1313,'_edit_lock','1658150231:2'),(53164,1314,'_edit_lock','1658238572:2'),(53165,1313,'_edit_last','2'),(53166,1313,'_recorded_coupon_usage_counts','no'),(53167,1314,'_edit_last','2'),(53168,1314,'_recorded_coupon_usage_counts','yes'),(53169,1310,'_edit_lock','1658150298:2'),(53170,1311,'_edit_lock','1658161658:2'),(53171,1312,'_edit_lock','1658161659:2'),(53172,1310,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195670\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"94f36ed4b59bbafbdb2b9aaa50894b1e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195660\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"7bbabd98deab9aee41a2e58677f1857b\";}}'),(53173,1310,'_edit_last','2'),(53174,1310,'_date_completed','1658150435'),(53175,1310,'_completed_date','2022-07-18 13:20:35'),(53176,1314,'Payment type','instant'),(53177,1314,'_transaction_id','3AN31402DT458473S'),(53178,1314,'_paypal_status','completed'),(53179,1314,'PayPal Transaction Fee','0.97'),(53180,1314,'_date_paid','1658150512'),(53181,1314,'_paid_date','2022-07-18 13:21:52'),(53182,1314,'_download_permissions_granted','yes'),(53183,1314,'_recorded_sales','yes'),(53184,1314,'_order_stock_reduced','yes'),(53185,1314,'_new_order_email_sent','true'),(53186,1296,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194755\";s:12:\"date_shipped\";s:10:\"1657584000\";s:11:\"tracking_id\";s:32:\"0344d11739ea9059f49bc6f6f4309cac\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830194766\";s:12:\"date_shipped\";s:10:\"1657843200\";s:11:\"tracking_id\";s:32:\"876bb284f406e6563894746201e8e59b\";}}'),(53187,1296,'_date_completed','1658153495'),(53188,1296,'_completed_date','2022-07-18 14:11:35'),(53189,1306,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195512\";s:12:\"date_shipped\";s:10:\"1658102400\";s:11:\"tracking_id\";s:32:\"fb8a0b83553fced8fcd7ff25606793ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195523\";s:12:\"date_shipped\";i:1658153547;s:11:\"tracking_id\";s:32:\"05493cf3306db850844241ad3044ab07\";}}'),(53190,1306,'_date_completed','1658153647'),(53191,1306,'_completed_date','2022-07-18 14:14:07'),(53192,712,'_edit_lock','1658155870:2'),(53193,712,'_edit_last','2'),(53197,1316,'_edit_lock','1658155904:2'),(53198,1316,'_edit_last','2'),(53199,1308,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195784\";s:12:\"date_shipped\";s:10:\"1658102400\";s:11:\"tracking_id\";s:32:\"ed9fa75236204949f8778e7d69a7c708\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195795\";s:12:\"date_shipped\";i:1658161678;s:11:\"tracking_id\";s:32:\"bad78abe3739e07020f08a0200517d9a\";}}'),(53200,1308,'_date_completed','1658161683'),(53201,1308,'_completed_date','2022-07-18 16:28:03'),(53202,1311,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195718\";s:12:\"date_shipped\";s:10:\"1658102400\";s:11:\"tracking_id\";s:32:\"fd02695d6494ed9b72785e81ec8bf326\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195729\";s:12:\"date_shipped\";i:1658161731;s:11:\"tracking_id\";s:32:\"d2ed91c1162ca7a97bf8435b1b0e6a39\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195730\";s:12:\"date_shipped\";i:1658161736;s:11:\"tracking_id\";s:32:\"b807fb3df1bbe463508fa6eae98d8226\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195740\";s:12:\"date_shipped\";i:1658161748;s:11:\"tracking_id\";s:32:\"596c3996c10d005eb522e3695681323e\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195751\";s:12:\"date_shipped\";i:1658161752;s:11:\"tracking_id\";s:32:\"71a002efbb8f9e28e9cd26cd6744d842\";}}'),(53203,1311,'_edit_last','2'),(53204,1311,'_date_completed','1658161754'),(53205,1311,'_completed_date','2022-07-18 16:29:14'),(53206,1312,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195762\";s:12:\"date_shipped\";s:10:\"1658102400\";s:11:\"tracking_id\";s:32:\"6f749978d634803f9526714835755722\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195773\";s:12:\"date_shipped\";i:1658161780;s:11:\"tracking_id\";s:32:\"0260727a18083ba020dec2f5d6e923a0\";}}'),(53207,1312,'_edit_last','2'),(53208,1312,'_date_completed','1658161781'),(53209,1312,'_completed_date','2022-07-18 16:29:41'),(53210,1319,'_order_key','wc_order_bRUdoRssTmxtj'),(53211,1319,'_customer_user','3'),(53212,1319,'_payment_method','paypal'),(53213,1319,'_payment_method_title','PayPal'),(53214,1319,'_customer_ip_address','70.142.202.154'),(53215,1319,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53216,1319,'_created_via','checkout'),(53217,1319,'_cart_hash','4089a262cc9547ed2d92c06ea368fd38'),(53218,1319,'_billing_first_name','Amanda'),(53219,1319,'_billing_last_name','Westerman'),(53220,1319,'_billing_company','Lice Clinics of America McKinney'),(53221,1319,'_billing_address_1','3120 Hudson Crossing'),(53222,1319,'_billing_address_2','Suite A2'),(53223,1319,'_billing_city','MCKINNEY'),(53224,1319,'_billing_state','TX'),(53225,1319,'_billing_postcode','75070'),(53226,1319,'_billing_country','US'),(53227,1319,'_billing_email','awesterman1103@gmail.com'),(53228,1319,'_billing_phone','2144175741'),(53229,1319,'_shipping_first_name','Amanda'),(53230,1319,'_shipping_last_name','Westerman'),(53231,1319,'_shipping_company','Lice Clinics of America McKinney'),(53232,1319,'_shipping_address_1','3120 Hudson Crossing'),(53233,1319,'_shipping_address_2','Suite A2'),(53234,1319,'_shipping_city','MCKINNEY'),(53235,1319,'_shipping_state','TX'),(53236,1319,'_shipping_postcode','75070'),(53237,1319,'_shipping_country','US'),(53238,1319,'_order_currency','USD'),(53239,1319,'_cart_discount','0'),(53240,1319,'_cart_discount_tax','0'),(53241,1319,'_order_shipping','0'),(53242,1319,'_order_shipping_tax','0'),(53243,1319,'_order_tax','0'),(53244,1319,'_order_total','539.52'),(53245,1319,'_order_version','6.6.1'),(53246,1319,'_prices_include_tax','no'),(53247,1319,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(53248,1319,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(53249,1319,'is_vat_exempt','no'),(53250,1319,'Payment type','instant'),(53251,1319,'_transaction_id','1DT43443F86760747'),(53252,1319,'_paypal_status','completed'),(53253,1319,'PayPal Transaction Fee','19.32'),(53254,1319,'_date_paid','1658165773'),(53255,1319,'_paid_date','2022-07-18 17:36:13'),(53256,1319,'_download_permissions_granted','yes'),(53257,1319,'_recorded_sales','yes'),(53258,1319,'_recorded_coupon_usage_counts','yes'),(53259,1319,'_order_stock_reduced','yes'),(53260,1319,'_new_order_email_sent','true'),(53261,1281,'Payment type','instant'),(53262,1281,'_transaction_id','1SY510798R860003F'),(53263,1281,'_paypal_status','completed'),(53264,1281,'PayPal Transaction Fee','0.93'),(53265,1281,'_date_paid','1658192040'),(53266,1281,'_paid_date','2022-07-19 00:54:00'),(53267,1281,'_download_permissions_granted','yes'),(53268,1281,'_recorded_sales','yes'),(53269,1281,'_order_stock_reduced','yes'),(53270,1281,'_new_order_email_sent','true'),(53271,1320,'_order_key','wc_order_FGdcPYPmhUovN'),(53272,1320,'_customer_user','94'),(53273,1320,'_payment_method','paypal'),(53274,1320,'_payment_method_title','PayPal'),(53275,1320,'_customer_ip_address','76.200.128.12'),(53276,1320,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44'),(53277,1320,'_created_via','checkout'),(53278,1320,'_cart_hash','60f56097e53ce3dff9a1e4ab1ce564aa'),(53279,1320,'_billing_first_name','Dacy'),(53280,1320,'_billing_last_name','Hitt'),(53281,1320,'_billing_address_1','8850 Penbrooke ct'),(53282,1320,'_billing_city','Cumming'),(53283,1320,'_billing_state','GA'),(53284,1320,'_billing_postcode','30028'),(53285,1320,'_billing_country','US'),(53286,1320,'_billing_email','dacy1016@gmail.com'),(53287,1320,'_billing_phone','7705965455'),(53288,1320,'_shipping_first_name','Dacy'),(53289,1320,'_shipping_last_name','Hitt'),(53290,1320,'_shipping_address_1','102 Mary Alice Park rd'),(53291,1320,'_shipping_address_2','Suite 503'),(53292,1320,'_shipping_city','Cumming'),(53293,1320,'_shipping_state','GA'),(53294,1320,'_shipping_postcode','30040'),(53295,1320,'_shipping_country','US'),(53296,1320,'_order_currency','USD'),(53297,1320,'_cart_discount','0'),(53298,1320,'_cart_discount_tax','0'),(53299,1320,'_order_shipping','0'),(53300,1320,'_order_shipping_tax','0'),(53301,1320,'_order_tax','0'),(53302,1320,'_order_total','1849.72'),(53303,1320,'_order_version','6.6.1'),(53304,1320,'_prices_include_tax','no'),(53305,1320,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(53306,1320,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(53307,1320,'is_vat_exempt','no'),(53308,1320,'Payment type','instant'),(53309,1320,'_transaction_id','2KN31326W8928562S'),(53310,1320,'_paypal_status','completed'),(53311,1320,'PayPal Transaction Fee','65.05'),(53312,1320,'_date_paid','1658193671'),(53313,1320,'_paid_date','2022-07-19 01:21:11'),(53314,1320,'_download_permissions_granted','yes'),(53315,1320,'_recorded_sales','yes'),(53316,1320,'_recorded_coupon_usage_counts','yes'),(53317,1320,'_order_stock_reduced','yes'),(53318,1320,'_new_order_email_sent','true'),(53319,1319,'_edit_lock','1658238220:2'),(53320,1319,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195968\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"52924056f58ebe91410eb286d4f76680\";}}'),(53321,1319,'_edit_last','2'),(53322,1319,'_date_completed','1658238349'),(53323,1319,'_completed_date','2022-07-19 13:45:49'),(53324,1303,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195810\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"cec33a52b44938bf75aca2b91b0e0332\";}}'),(53325,1303,'_date_completed','1658238479'),(53326,1303,'_completed_date','2022-07-19 13:47:59'),(53327,1317,'_edit_lock','1658238522:2'),(53328,1317,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195843\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"e42ef542b6ed22f4dfff95d8cec14a45\";}}'),(53329,1317,'_edit_last','2'),(53330,1317,'_date_completed','1658238653'),(53331,1317,'_completed_date','2022-07-19 13:50:53'),(53332,1314,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195832\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"58070d43b7e0c685022580efc7ba953a\";}}'),(53333,1314,'_date_completed','1658238705'),(53334,1314,'_completed_date','2022-07-19 13:51:45'),(53335,1302,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195821\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"c615f6d92c94d6c92a22d96cdc8f89a9\";}}'),(53336,1302,'_date_completed','1658238742'),(53337,1302,'_completed_date','2022-07-19 13:52:22'),(53338,1315,'_edit_lock','1658416463:2'),(53339,1320,'_edit_lock','1658263615:2'),(53340,1281,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196037\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"6a71262134872cd7f89574f8ade41f99\";}}'),(53341,1281,'_date_completed','1658262670'),(53342,1281,'_completed_date','2022-07-19 20:31:10'),(53343,1320,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196129\";s:12:\"date_shipped\";s:10:\"1658188800\";s:11:\"tracking_id\";s:32:\"594aefeab4f41b2d22a3464a8c7f281f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196118\";s:12:\"date_shipped\";i:1658263727;s:11:\"tracking_id\";s:32:\"f37014cefec07766d98843cd611c7c27\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196107\";s:12:\"date_shipped\";i:1658263735;s:11:\"tracking_id\";s:32:\"fdeab1dc6083cffb8ea9eb08dc4d4eac\";}}'),(53344,1320,'_edit_last','2'),(53345,1320,'_date_completed','1658263738'),(53346,1320,'_completed_date','2022-07-19 20:48:58'),(53347,1321,'_order_key','wc_order_2L6jaQNcBM1IY'),(53348,1321,'_customer_user','0'),(53349,1321,'_payment_method','paypal'),(53350,1321,'_payment_method_title','PayPal'),(53351,1321,'_customer_ip_address','136.49.57.192'),(53352,1321,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53353,1321,'_created_via','checkout'),(53354,1321,'_cart_hash','579352db7fe9272c04bbcce16786c70a'),(53355,1321,'_billing_first_name','Lee'),(53356,1321,'_billing_last_name','Rogers'),(53357,1321,'_billing_company','United States'),(53358,1321,'_billing_address_1','40 N Interstate 35'),(53359,1321,'_billing_address_2','APT 4B2'),(53360,1321,'_billing_city','Austin'),(53361,1321,'_billing_state','TX'),(53362,1321,'_billing_postcode','78701'),(53363,1321,'_billing_country','US'),(53364,1321,'_billing_email','leerogers@flash.net'),(53365,1321,'_billing_phone','316-727-9951'),(53366,1321,'_shipping_first_name','Kaitlin'),(53367,1321,'_shipping_last_name','Ryan'),(53368,1321,'_shipping_company','LCA Dublin'),(53369,1321,'_shipping_address_1','5910 Wilcox Place'),(53370,1321,'_shipping_address_2','Suite E'),(53371,1321,'_shipping_city','Dublin'),(53372,1321,'_shipping_state','OH'),(53373,1321,'_shipping_postcode','43016'),(53374,1321,'_shipping_country','US'),(53375,1321,'_order_currency','USD'),(53376,1321,'_cart_discount','0'),(53377,1321,'_cart_discount_tax','0'),(53378,1321,'_order_shipping','0'),(53379,1321,'_order_shipping_tax','0'),(53380,1321,'_order_tax','0'),(53381,1321,'_order_total','1216.21'),(53382,1321,'_order_version','6.6.1'),(53383,1321,'_prices_include_tax','no'),(53384,1321,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(53385,1321,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(53386,1321,'is_vat_exempt','no'),(53387,1321,'Payment type','instant'),(53388,1321,'_transaction_id','7VG43989DD722273J'),(53389,1321,'_paypal_status','completed'),(53390,1321,'PayPal Transaction Fee','42.94'),(53391,1321,'_date_paid','1658286914'),(53392,1321,'_paid_date','2022-07-20 03:15:14'),(53393,1321,'_download_permissions_granted','yes'),(53394,1321,'_recorded_sales','yes'),(53395,1321,'_recorded_coupon_usage_counts','yes'),(53396,1321,'_order_stock_reduced','yes'),(53397,1321,'_new_order_email_sent','true'),(53398,1321,'_edit_lock','1658335941:2'),(53399,1321,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196287\";s:12:\"date_shipped\";s:10:\"1658275200\";s:11:\"tracking_id\";s:32:\"6b904e301aaf05cfa2f73206217aeb9a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196276\";s:12:\"date_shipped\";i:1658335983;s:11:\"tracking_id\";s:32:\"b3b02fb55fda66ee01d78b49b9a19178\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196265\";s:12:\"date_shipped\";i:1658335990;s:11:\"tracking_id\";s:32:\"6611d7c9f254abbbf6175189fb63548d\";}}'),(53400,1321,'_edit_last','2'),(53401,1321,'_date_completed','1658335999'),(53402,1321,'_completed_date','2022-07-20 16:53:19'),(53403,1322,'_order_key','wc_order_Gv4oah8mLhFIi'),(53404,1322,'_customer_user','21'),(53405,1322,'_payment_method','paypal'),(53406,1322,'_payment_method_title','PayPal'),(53407,1322,'_customer_ip_address','173.216.41.31'),(53408,1322,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36'),(53409,1322,'_created_via','checkout'),(53410,1322,'_cart_hash','3ea5665ce1d0d196038e84500ea8f913'),(53411,1322,'_billing_first_name','LCA'),(53412,1322,'_billing_last_name','Arkansas'),(53413,1322,'_billing_company','LCA - Central Arkansas'),(53414,1322,'_billing_address_1','1011 N. 2nd St., Ste. D'),(53415,1322,'_billing_city','Cabot'),(53416,1322,'_billing_state','AR'),(53417,1322,'_billing_postcode','72023'),(53418,1322,'_billing_country','US'),(53419,1322,'_billing_email','liceclinicslittlerock@gmail.com'),(53420,1322,'_billing_phone','15014249396'),(53421,1322,'_shipping_first_name','LCA'),(53422,1322,'_shipping_last_name','Arkansas'),(53423,1322,'_shipping_company','LCA - Central Arkansas'),(53424,1322,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(53425,1322,'_shipping_city','Cabot'),(53426,1322,'_shipping_state','AR'),(53427,1322,'_shipping_postcode','72023'),(53428,1322,'_shipping_country','US'),(53429,1322,'_order_currency','USD'),(53430,1322,'_cart_discount','0'),(53431,1322,'_cart_discount_tax','0'),(53432,1322,'_order_shipping','0'),(53433,1322,'_order_shipping_tax','0'),(53434,1322,'_order_tax','0'),(53435,1322,'_order_total','574.10'),(53436,1322,'_order_version','6.6.1'),(53437,1322,'_prices_include_tax','no'),(53438,1322,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(53439,1322,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(53440,1322,'is_vat_exempt','no'),(53441,1322,'Payment type','instant'),(53442,1322,'_transaction_id','4NR851921X2015831'),(53443,1322,'_paypal_status','completed'),(53444,1322,'PayPal Transaction Fee','20.53'),(53445,1322,'_date_paid','1658340787'),(53446,1322,'_paid_date','2022-07-20 18:13:07'),(53447,1322,'_download_permissions_granted','yes'),(53448,1322,'_recorded_sales','yes'),(53449,1322,'_recorded_coupon_usage_counts','yes'),(53450,1322,'_order_stock_reduced','yes'),(53451,1322,'_new_order_email_sent','true'),(53452,1322,'_edit_lock','1658348801:2'),(53453,1322,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196346\";s:12:\"date_shipped\";s:10:\"1658275200\";s:11:\"tracking_id\";s:32:\"176741c232f47a689774a4286e1b2581\";}}'),(53454,1322,'_edit_last','2'),(53455,1322,'_date_completed','1658348279'),(53456,1322,'_completed_date','2022-07-20 20:17:59'),(53493,1324,'_order_key','wc_order_YzIW5O8VxXlf3'),(53494,1324,'_customer_user','5'),(53495,1324,'_payment_method','paypal'),(53496,1324,'_payment_method_title','PayPal'),(53497,1324,'_customer_ip_address','73.180.17.169'),(53498,1324,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53499,1324,'_created_via','checkout'),(53500,1324,'_cart_hash','e03425b89bd766979ef35775c847182c'),(53501,1324,'_billing_first_name','Mark'),(53502,1324,'_billing_last_name','Meyer'),(53503,1324,'_billing_company','lice clinics of america- portland'),(53504,1324,'_billing_address_1','5201 SW Westgate Dr suite 106'),(53505,1324,'_billing_address_2','106'),(53506,1324,'_billing_city','portland'),(53507,1324,'_billing_state','OR'),(53508,1324,'_billing_postcode','97221'),(53509,1324,'_billing_country','US'),(53510,1324,'_billing_email','noemi.and.mark@nwliceclinics.com'),(53511,1324,'_billing_phone','5034040475'),(53512,1324,'_shipping_first_name','Mark'),(53513,1324,'_shipping_last_name','Meyer'),(53514,1324,'_shipping_company','lice clinics of america- portland'),(53515,1324,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(53516,1324,'_shipping_address_2','106'),(53517,1324,'_shipping_city','portland'),(53518,1324,'_shipping_state','OR'),(53519,1324,'_shipping_postcode','97221'),(53520,1324,'_shipping_country','US'),(53521,1324,'_order_currency','USD'),(53522,1324,'_cart_discount','0'),(53523,1324,'_cart_discount_tax','0'),(53524,1324,'_order_shipping','0'),(53525,1324,'_order_shipping_tax','0'),(53526,1324,'_order_tax','0'),(53527,1324,'_order_total','1555.12'),(53528,1324,'_order_version','6.6.1'),(53529,1324,'_prices_include_tax','no'),(53530,1324,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(53531,1324,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(53534,1324,'is_vat_exempt','no'),(53535,1324,'Payment type','instant'),(53536,1324,'_transaction_id','5T232823MM1489529'),(53537,1324,'_paypal_status','completed'),(53538,1324,'PayPal Transaction Fee','54.76'),(53539,1324,'_date_paid','1658351980'),(53540,1324,'_paid_date','2022-07-20 21:19:40'),(53541,1324,'_download_permissions_granted','yes'),(53542,1324,'_recorded_sales','yes'),(53543,1324,'_recorded_coupon_usage_counts','yes'),(53544,1324,'_order_stock_reduced','yes'),(53545,1324,'_new_order_email_sent','true'),(53549,1324,'_edit_lock','1658415031:2'),(53550,1324,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196405\";s:12:\"date_shipped\";s:10:\"1658361600\";s:11:\"tracking_id\";s:32:\"06f6fcac9b4c38d5ba98dac713cbc1f7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196390\";s:12:\"date_shipped\";i:1658415114;s:11:\"tracking_id\";s:32:\"bffe59a8e95ed2ab027d7ee36762bde3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196380\";s:12:\"date_shipped\";i:1658415119;s:11:\"tracking_id\";s:32:\"4d16b876bf60395f110b5bb2e5400a32\";}}'),(53551,1324,'_edit_last','2'),(53552,1324,'_date_completed','1658415131'),(53553,1324,'_completed_date','2022-07-21 14:52:11'),(53554,1315,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195865\";s:12:\"date_shipped\";s:10:\"1658361600\";s:11:\"tracking_id\";s:32:\"26cc86b78deae45f418c0873a67913d7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830195876\";s:12:\"date_shipped\";i:1658416579;s:11:\"tracking_id\";s:32:\"4a19c0cc5cec35e1ebb2762fbad65f35\";}}'),(53555,1315,'_edit_last','2'),(53556,1315,'_date_completed','1658416582'),(53557,1315,'_completed_date','2022-07-21 15:16:22'),(53568,1284,'_edit_lock','1658417284:2'),(53569,1295,'Payment type','instant'),(53570,1295,'_transaction_id','5C2587949Y969663N'),(53571,1295,'_paypal_status','completed'),(53572,1295,'PayPal Transaction Fee','1.62'),(53573,1295,'_date_paid','1658420439'),(53574,1295,'_paid_date','2022-07-21 16:20:39'),(53575,1295,'_download_permissions_granted','yes'),(53576,1295,'_recorded_sales','yes'),(53577,1295,'_order_stock_reduced','yes'),(53578,1295,'_new_order_email_sent','true'),(53579,1294,'Payment type','instant'),(53580,1294,'_transaction_id','6UM46043HV621041S'),(53581,1294,'_paypal_status','completed'),(53582,1294,'PayPal Transaction Fee','1.62'),(53583,1294,'_date_paid','1658420537'),(53584,1294,'_paid_date','2022-07-21 16:22:17'),(53585,1294,'_download_permissions_granted','yes'),(53586,1294,'_recorded_sales','yes'),(53587,1294,'_order_stock_reduced','yes'),(53588,1294,'_new_order_email_sent','true'),(53589,1293,'Payment type','instant'),(53590,1293,'_transaction_id','7WN49608SF930545L'),(53591,1293,'_paypal_status','completed'),(53592,1293,'PayPal Transaction Fee','1.88'),(53593,1293,'_date_paid','1658420598'),(53594,1293,'_paid_date','2022-07-21 16:23:18'),(53595,1293,'_download_permissions_granted','yes'),(53596,1293,'_recorded_sales','yes'),(53597,1293,'_order_stock_reduced','yes'),(53598,1293,'_new_order_email_sent','true'),(53638,1326,'_order_key','wc_order_2PkI0SlzFWdui'),(53639,1326,'_customer_user','87'),(53640,1326,'_payment_method','paypal'),(53641,1326,'_payment_method_title','PayPal'),(53642,1326,'_customer_ip_address','99.190.5.233'),(53643,1326,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(53644,1326,'_created_via','checkout'),(53645,1326,'_cart_hash','9ada84f6f5ca0ee356b2b421afbf1379'),(53646,1326,'_billing_first_name','Wade'),(53647,1326,'_billing_last_name','Huntsman'),(53648,1326,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(53649,1326,'_billing_address_1','1104 E 25th St.'),(53650,1326,'_billing_city','Tulsa'),(53651,1326,'_billing_state','OK'),(53652,1326,'_billing_postcode','74114'),(53653,1326,'_billing_country','US'),(53654,1326,'_billing_email','info@liceclinicsmidsouth.com'),(53655,1326,'_billing_phone','9189783329'),(53656,1326,'_shipping_first_name','Wade'),(53657,1326,'_shipping_last_name','Huntsman'),(53658,1326,'_shipping_company','Lice Clinics of America Tulsa'),(53659,1326,'_shipping_address_1','3421 E 21st Street'),(53660,1326,'_shipping_city','Tulsa'),(53661,1326,'_shipping_state','OK'),(53662,1326,'_shipping_postcode','74118'),(53663,1326,'_shipping_country','US'),(53664,1326,'_order_currency','USD'),(53665,1326,'_cart_discount','0'),(53666,1326,'_cart_discount_tax','0'),(53667,1326,'_order_shipping','0'),(53668,1326,'_order_shipping_tax','0'),(53669,1326,'_order_tax','0'),(53670,1326,'_order_total','569.06'),(53671,1326,'_order_version','6.6.1'),(53672,1326,'_prices_include_tax','no'),(53673,1326,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(53674,1326,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st Street  Tulsa OK 74118 US '),(53675,1326,'is_vat_exempt','no'),(53676,1326,'Payment type','instant'),(53677,1326,'_transaction_id','5YN87209XM069643G'),(53678,1326,'_paypal_status','completed'),(53679,1326,'PayPal Transaction Fee','20.35'),(53680,1326,'_date_paid','1658440339'),(53681,1326,'_paid_date','2022-07-21 21:52:19'),(53682,1326,'_download_permissions_granted','yes'),(53683,1326,'_recorded_sales','yes'),(53684,1326,'_recorded_coupon_usage_counts','yes'),(53685,1326,'_order_stock_reduced','yes'),(53686,1326,'_new_order_email_sent','true'),(53688,1327,'_order_key','wc_order_m2GO0npL8qoX6'),(53689,1327,'_customer_user','20'),(53690,1327,'_payment_method','paypal'),(53691,1327,'_payment_method_title','PayPal'),(53692,1327,'_customer_ip_address','198.72.181.87'),(53693,1327,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53694,1327,'_created_via','checkout'),(53695,1327,'_cart_hash','9a9a4a5d614941bca38f675fa1378294'),(53696,1327,'_billing_first_name','Hasani'),(53697,1327,'_billing_last_name','Thompson'),(53698,1327,'_billing_company','Heat in Hair'),(53699,1327,'_billing_address_1','27225 Camp Plenty Road'),(53700,1327,'_billing_address_2','1D'),(53701,1327,'_billing_city','Santa Clarita'),(53702,1327,'_billing_state','CA'),(53703,1327,'_billing_postcode','91351'),(53704,1327,'_billing_country','US'),(53705,1327,'_billing_email','info@liceclinicssantaclarita.com'),(53706,1327,'_billing_phone','6615850263'),(53707,1327,'_shipping_first_name','Hasani'),(53708,1327,'_shipping_last_name','Thompson'),(53709,1327,'_shipping_company','Heat in Hair'),(53710,1327,'_shipping_address_1','5145 Nightsky Place'),(53711,1327,'_shipping_city','Palmdale'),(53712,1327,'_shipping_state','CA'),(53713,1327,'_shipping_postcode','93552'),(53714,1327,'_shipping_country','US'),(53715,1327,'_order_currency','USD'),(53716,1327,'_cart_discount','0'),(53717,1327,'_cart_discount_tax','0'),(53718,1327,'_order_shipping','0'),(53719,1327,'_order_shipping_tax','0'),(53720,1327,'_order_tax','0'),(53721,1327,'_order_total','522.08'),(53722,1327,'_order_version','6.6.1'),(53723,1327,'_prices_include_tax','no'),(53724,1327,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(53725,1327,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(53726,1327,'is_vat_exempt','no'),(53727,1327,'Payment type','instant'),(53728,1327,'_transaction_id','9G7071478X5599149'),(53729,1327,'_paypal_status','completed'),(53730,1327,'PayPal Transaction Fee','18.71'),(53731,1327,'_date_paid','1658442909'),(53732,1327,'_paid_date','2022-07-21 22:35:09'),(53733,1327,'_download_permissions_granted','yes'),(53734,1327,'_recorded_sales','yes'),(53735,1327,'_recorded_coupon_usage_counts','yes'),(53736,1327,'_order_stock_reduced','yes'),(53737,1327,'_new_order_email_sent','true'),(53738,1328,'_order_key','wc_order_qCZ3yHbgNiPW6'),(53739,1328,'_customer_user','46'),(53740,1328,'_payment_method','paypal'),(53741,1328,'_payment_method_title','PayPal'),(53742,1328,'_customer_ip_address','216.163.6.72'),(53743,1328,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53744,1328,'_created_via','checkout'),(53745,1328,'_cart_hash','f0308316e73d1008cb7829c65ad005dd'),(53746,1328,'_billing_first_name','Shannon'),(53747,1328,'_billing_last_name','Steele'),(53748,1328,'_billing_company','SBS Investments'),(53749,1328,'_billing_address_1','1702 Hazelwood Court'),(53750,1328,'_billing_city','Jonesboro'),(53751,1328,'_billing_state','AR'),(53752,1328,'_billing_postcode','72401'),(53753,1328,'_billing_country','US'),(53754,1328,'_billing_email','info@liceclinicsjonesboro.com'),(53755,1328,'_billing_phone','8709262731'),(53756,1328,'_shipping_first_name','Shannon'),(53757,1328,'_shipping_last_name','Steele'),(53758,1328,'_shipping_company','SBS Investments/LCA- Jonesboro'),(53759,1328,'_shipping_address_1','3106 Orval Orlan Drive'),(53760,1328,'_shipping_address_2','Suite D'),(53761,1328,'_shipping_city','Jonesboro'),(53762,1328,'_shipping_state','AR'),(53763,1328,'_shipping_postcode','72404'),(53764,1328,'_shipping_country','US'),(53765,1328,'_order_currency','USD'),(53766,1328,'_cart_discount','0'),(53767,1328,'_cart_discount_tax','0'),(53768,1328,'_order_shipping','0'),(53769,1328,'_order_shipping_tax','0'),(53770,1328,'_order_tax','0'),(53771,1328,'_order_total','502.24'),(53772,1328,'_order_version','6.6.1'),(53773,1328,'_prices_include_tax','no'),(53774,1328,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(53775,1328,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(53776,1328,'is_vat_exempt','no'),(53777,1328,'Payment type','instant'),(53778,1328,'_transaction_id','86M67878VK860105K'),(53779,1328,'_paypal_status','completed'),(53780,1328,'PayPal Transaction Fee','18.02'),(53781,1328,'_date_paid','1658443568'),(53782,1328,'_paid_date','2022-07-21 22:46:08'),(53783,1328,'_download_permissions_granted','yes'),(53784,1328,'_recorded_sales','yes'),(53785,1328,'_recorded_coupon_usage_counts','yes'),(53786,1328,'_order_stock_reduced','yes'),(53787,1328,'_new_order_email_sent','true'),(53788,1327,'_edit_lock','1658502073:2'),(53789,1327,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196585\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"9fb57ae18b7ae44c51789e3a82c892f1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196574\";s:12:\"date_shipped\";i:1658502093;s:11:\"tracking_id\";s:32:\"5282d5460baa051a8a0f10240094b4fc\";}}'),(53790,1328,'_edit_lock','1658501988:2'),(53791,1328,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196596\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"564e7eac1a26367dce7ac7819e506eea\";}}'),(53792,1328,'_edit_last','2'),(53793,1328,'_date_completed','1658502125'),(53794,1328,'_completed_date','2022-07-22 15:02:05'),(53795,1326,'_edit_lock','1658502025:2'),(53796,1326,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196563\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"f4c96b28b50f5acce401fe9c708a6121\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196552\";s:12:\"date_shipped\";i:1658502153;s:11:\"tracking_id\";s:32:\"2a211fdbb3be9ce7f2dfdf890796073e\";}}'),(53797,1326,'_edit_last','2'),(53798,1326,'_date_completed','1658502159'),(53799,1326,'_completed_date','2022-07-22 15:02:39'),(53800,1294,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196520\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"ed1498418eb4494e5a9364b5c9ad3809\";}}'),(53801,1294,'_date_completed','1658502195'),(53802,1294,'_completed_date','2022-07-22 15:03:15'),(53803,1327,'_edit_last','2'),(53804,1327,'_date_completed','1658502198'),(53805,1327,'_completed_date','2022-07-22 15:03:18'),(53806,1293,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196530\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"27083562d7f3d64dbedd1f8a974754e4\";}}'),(53807,1293,'_date_completed','1658502266'),(53808,1293,'_completed_date','2022-07-22 15:04:26'),(53809,1295,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196519\";s:12:\"date_shipped\";s:10:\"1658448000\";s:11:\"tracking_id\";s:32:\"4a98bcccad8bcf52d10cacc2d79cd1ad\";}}'),(53810,1295,'_date_completed','1658502278'),(53811,1295,'_completed_date','2022-07-22 15:04:38'),(53812,1329,'_order_key','wc_order_mZu7SHQbrEwBH'),(53813,1329,'_customer_user','59'),(53814,1329,'_payment_method','paypal'),(53815,1329,'_payment_method_title','PayPal'),(53816,1329,'_customer_ip_address','98.196.77.72'),(53817,1329,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53818,1329,'_created_via','checkout'),(53819,1329,'_cart_hash','d7e1d2f9f203caa2fe5bc437f62622c7'),(53820,1329,'_billing_first_name','Allison'),(53821,1329,'_billing_last_name','Anthon'),(53822,1329,'_billing_address_1','58 arbor bend dr'),(53823,1329,'_billing_city','Houston'),(53824,1329,'_billing_state','TX'),(53825,1329,'_billing_postcode','77070'),(53826,1329,'_billing_country','US'),(53827,1329,'_billing_email','louseysolutions@gmail.com'),(53828,1329,'_billing_phone','602-400-8330'),(53829,1329,'_shipping_first_name','Allison'),(53830,1329,'_shipping_last_name','Anthon'),(53831,1329,'_shipping_company','LCA Sugar Land'),(53832,1329,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(53833,1329,'_shipping_city','Tomball'),(53834,1329,'_shipping_state','TX'),(53835,1329,'_shipping_postcode','77375'),(53836,1329,'_shipping_country','US'),(53837,1329,'_order_currency','USD'),(53838,1329,'_cart_discount','0'),(53839,1329,'_cart_discount_tax','0'),(53840,1329,'_order_shipping','0'),(53841,1329,'_order_shipping_tax','0'),(53842,1329,'_order_tax','0'),(53843,1329,'_order_total','1440.82'),(53844,1329,'_order_version','6.6.1'),(53845,1329,'_prices_include_tax','no'),(53846,1329,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(53847,1329,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(53848,1329,'is_vat_exempt','no'),(53849,1329,'Payment type','instant'),(53850,1329,'_transaction_id','98085845TF008162H'),(53851,1329,'_paypal_status','completed'),(53852,1329,'PayPal Transaction Fee','50.77'),(53853,1329,'_date_paid','1658507201'),(53854,1329,'_paid_date','2022-07-22 16:26:41'),(53855,1329,'_download_permissions_granted','yes'),(53856,1329,'_recorded_sales','yes'),(53857,1329,'_recorded_coupon_usage_counts','yes'),(53858,1329,'_order_stock_reduced','yes'),(53859,1329,'_new_order_email_sent','true'),(53860,1330,'_order_key','wc_order_crb92oyUfPhua'),(53861,1330,'_customer_user','54'),(53862,1330,'_payment_method','paypal'),(53863,1330,'_payment_method_title','PayPal'),(53864,1330,'_customer_ip_address','67.175.206.111'),(53865,1330,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.147 Safari/537.36'),(53866,1330,'_created_via','checkout'),(53867,1330,'_cart_hash','bc7bd40bd339cec78e7de97009129fec'),(53868,1330,'_billing_first_name','Erin'),(53869,1330,'_billing_last_name','Hawn'),(53870,1330,'_billing_address_1','10 W Phillip Rd'),(53871,1330,'_billing_address_2','123'),(53872,1330,'_billing_city','Vernon Hills'),(53873,1330,'_billing_state','IL'),(53874,1330,'_billing_postcode','60061'),(53875,1330,'_billing_country','US'),(53876,1330,'_billing_email','info@liceclinicsvernonhills.com'),(53877,1330,'_billing_phone','8475960408'),(53878,1330,'_shipping_first_name','Erin'),(53879,1330,'_shipping_last_name','Hawn'),(53880,1330,'_shipping_address_1','1491 S Amarias Dr'),(53881,1330,'_shipping_city','Round lake'),(53882,1330,'_shipping_state','IL'),(53883,1330,'_shipping_postcode','60073'),(53884,1330,'_shipping_country','US'),(53885,1330,'_order_currency','USD'),(53886,1330,'_cart_discount','0'),(53887,1330,'_cart_discount_tax','0'),(53888,1330,'_order_shipping','0'),(53889,1330,'_order_shipping_tax','0'),(53890,1330,'_order_tax','0'),(53891,1330,'_order_total','523.36'),(53892,1330,'_order_version','6.6.1'),(53893,1330,'_prices_include_tax','no'),(53894,1330,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(53895,1330,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(53896,1330,'is_vat_exempt','no'),(53897,1330,'Payment type','instant'),(53898,1330,'_transaction_id','0JS990690V7726934'),(53899,1330,'_paypal_status','completed'),(53900,1330,'PayPal Transaction Fee','18.76'),(53901,1330,'_date_paid','1658519645'),(53902,1330,'_paid_date','2022-07-22 19:54:05'),(53903,1330,'_download_permissions_granted','yes'),(53904,1330,'_recorded_sales','yes'),(53905,1330,'_recorded_coupon_usage_counts','yes'),(53906,1330,'_order_stock_reduced','yes'),(53907,1330,'_new_order_email_sent','true'),(53909,1331,'_order_key','wc_order_Li1yyKXanNiuc'),(53910,1331,'_customer_user','29'),(53911,1331,'_payment_method','paypal'),(53912,1331,'_payment_method_title','PayPal'),(53913,1331,'_customer_ip_address','68.80.67.132'),(53914,1331,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(53915,1331,'_created_via','checkout'),(53916,1331,'_cart_hash','1b5dc2719e11c0743176fa7356fe11a7'),(53917,1331,'_billing_first_name','Kevin'),(53918,1331,'_billing_last_name','Reilly'),(53919,1331,'_billing_address_1','5460 Richie Ct'),(53920,1331,'_billing_city','Pipersville'),(53921,1331,'_billing_state','PA'),(53922,1331,'_billing_postcode','18947'),(53923,1331,'_billing_country','US'),(53924,1331,'_billing_email','info@liceclinicslansdale.com'),(53925,1331,'_billing_phone','2156941408'),(53926,1331,'_shipping_first_name','Kevin'),(53927,1331,'_shipping_last_name','Reilly'),(53928,1331,'_shipping_company','LCA Lansdale'),(53929,1331,'_shipping_address_1','2131 North Broad Street'),(53930,1331,'_shipping_address_2','Suite 101'),(53931,1331,'_shipping_city','Lansdale'),(53932,1331,'_shipping_state','PA'),(53933,1331,'_shipping_postcode','19446'),(53934,1331,'_shipping_country','US'),(53935,1331,'_order_currency','USD'),(53936,1331,'_cart_discount','0'),(53937,1331,'_cart_discount_tax','0'),(53938,1331,'_order_shipping','24.61'),(53939,1331,'_order_shipping_tax','0'),(53940,1331,'_order_tax','0'),(53941,1331,'_order_total','245.74'),(53942,1331,'_order_version','6.6.1'),(53943,1331,'_prices_include_tax','no'),(53944,1331,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(53945,1331,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(53946,1331,'is_vat_exempt','no'),(53947,1331,'Payment type','instant'),(53948,1331,'_transaction_id','0XW796369S8132026'),(53949,1331,'_paypal_status','completed'),(53950,1331,'PayPal Transaction Fee','9.07'),(53951,1331,'_date_paid','1658674980'),(53952,1331,'_paid_date','2022-07-24 15:03:00'),(53953,1331,'_download_permissions_granted','yes'),(53954,1331,'_recorded_sales','yes'),(53955,1331,'_recorded_coupon_usage_counts','yes'),(53956,1331,'_order_stock_reduced','yes'),(53957,1331,'_new_order_email_sent','true'),(53958,1332,'_order_key','wc_order_GOmDBSpeMZ4J8'),(53959,1332,'_customer_user','52'),(53960,1332,'_payment_method','paypal'),(53961,1332,'_payment_method_title','PayPal'),(53962,1332,'_customer_ip_address','96.231.31.47'),(53963,1332,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(53964,1332,'_created_via','checkout'),(53965,1332,'_cart_hash','244d9611b1d4040a2152201d77d905a9'),(53966,1332,'_billing_first_name','Darlene'),(53967,1332,'_billing_last_name','LaFramboise'),(53968,1332,'_billing_company','LCA-NOVA'),(53969,1332,'_billing_address_1','25473 Tomey Ct'),(53970,1332,'_billing_city','Aldie'),(53971,1332,'_billing_state','VA'),(53972,1332,'_billing_postcode','20105-3048'),(53973,1332,'_billing_country','US'),(53974,1332,'_billing_email','info@liceremovalnova.com'),(53975,1332,'_billing_phone','7033031576'),(53976,1332,'_shipping_first_name','Darlene'),(53977,1332,'_shipping_last_name','LaFramboise'),(53978,1332,'_shipping_company','LCA-NOVA'),(53979,1332,'_shipping_address_1','25473 Tomey Ct'),(53980,1332,'_shipping_city','Aldie'),(53981,1332,'_shipping_state','VA'),(53982,1332,'_shipping_postcode','20105-3048'),(53983,1332,'_shipping_country','US'),(53984,1332,'_order_currency','USD'),(53985,1332,'_cart_discount','0'),(53986,1332,'_cart_discount_tax','0'),(53987,1332,'_order_shipping','15.8'),(53988,1332,'_order_shipping_tax','0'),(53989,1332,'_order_tax','0'),(53990,1332,'_order_total','281.72'),(53991,1332,'_order_version','6.6.1'),(53992,1332,'_prices_include_tax','no'),(53993,1332,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(53994,1332,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(53995,1332,'is_vat_exempt','no'),(53996,1332,'Payment type','instant'),(53997,1332,'_transaction_id','09692548CP982805J'),(53998,1332,'_paypal_status','completed'),(53999,1332,'PayPal Transaction Fee','10.32'),(54000,1332,'_date_paid','1658758871'),(54001,1332,'_paid_date','2022-07-25 14:21:11'),(54002,1332,'_download_permissions_granted','yes'),(54003,1332,'_recorded_sales','yes'),(54004,1332,'_recorded_coupon_usage_counts','yes'),(54005,1332,'_order_stock_reduced','yes'),(54006,1332,'_new_order_email_sent','true'),(54007,1333,'_order_key','wc_order_W0AiL0zOrmx2z'),(54008,1333,'_customer_user','37'),(54009,1333,'_payment_method','sgitsoa_gateway'),(54010,1333,'_payment_method_title','Pre Order'),(54011,1333,'_customer_ip_address','71.29.227.36'),(54012,1333,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71'),(54013,1333,'_created_via','checkout'),(54014,1333,'_cart_hash','227b8e42b1c4b1881c1e86436a980413'),(54015,1333,'_billing_first_name','Melody'),(54016,1333,'_billing_last_name','Carter'),(54017,1333,'_billing_company','Family Hair Clinic of South Ga LLC'),(54018,1333,'_billing_address_1','7754 GA HIGHWAY 122 W'),(54019,1333,'_billing_city','HAHIRA'),(54020,1333,'_billing_state','GA'),(54021,1333,'_billing_postcode','31632-2210'),(54022,1333,'_billing_country','US'),(54023,1333,'_billing_email','familyhairclinic@gmail.com'),(54024,1333,'_billing_phone','2294151748'),(54025,1333,'_shipping_first_name','Melody'),(54026,1333,'_shipping_last_name','Carter'),(54027,1333,'_shipping_company','LCA Family Hair Clinic'),(54028,1333,'_shipping_address_1','7754 GA Highway 122 W'),(54029,1333,'_shipping_city','Hahira'),(54030,1333,'_shipping_state','GA'),(54031,1333,'_shipping_postcode','31632'),(54032,1333,'_shipping_country','US'),(54033,1333,'_order_currency','USD'),(54034,1333,'_cart_discount','0'),(54035,1333,'_cart_discount_tax','0'),(54036,1333,'_order_shipping','59.07'),(54037,1333,'_order_shipping_tax','0'),(54038,1333,'_order_tax','0'),(54039,1333,'_order_total','554.19'),(54040,1333,'_order_version','6.6.1'),(54041,1333,'_prices_include_tax','no'),(54042,1333,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(54043,1333,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(54044,1333,'is_vat_exempt','no'),(54045,246,'_edit_lock','1658772607:2'),(54046,246,'_edit_last','2'),(54048,1333,'_edit_lock','1658772821:2'),(54049,1333,'_edit_last','2'),(54050,1331,'_edit_lock','1658775283:2'),(54051,1331,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196736\";s:12:\"date_shipped\";s:10:\"1658707200\";s:11:\"tracking_id\";s:32:\"1bf859a68ad69dc1fb74c103e03c8bf0\";}}'),(54052,1331,'_edit_last','2'),(54053,1331,'_date_completed','1658775378'),(54054,1331,'_completed_date','2022-07-25 18:56:18'),(54055,1329,'_edit_lock','1658775383:2'),(54056,1329,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196644\";s:12:\"date_shipped\";s:10:\"1658707200\";s:11:\"tracking_id\";s:32:\"db1690c3b0530e1e68e152db7032cee4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196633\";s:12:\"date_shipped\";i:1658775476;s:11:\"tracking_id\";s:32:\"5109f71f238ce21c9afc6cdd449f725d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196622\";s:12:\"date_shipped\";i:1658775482;s:11:\"tracking_id\";s:32:\"ebe736045025258e6bc133bf26a9fcd1\";}}'),(54057,1329,'_edit_last','2'),(54058,1329,'_date_completed','1658775487'),(54059,1329,'_completed_date','2022-07-25 18:58:07'),(54100,1336,'_order_key','wc_order_Ks4rdsOPhkn0Y'),(54101,1336,'_customer_user','6'),(54102,1336,'_payment_method','paypal'),(54103,1336,'_payment_method_title','PayPal'),(54104,1336,'_customer_ip_address','76.20.84.214'),(54105,1336,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54106,1336,'_created_via','checkout'),(54107,1336,'_cart_hash','c64da5dbad9d15ee0fe5bb4fc451c8eb'),(54108,1336,'_billing_first_name','Amira'),(54109,1336,'_billing_last_name','Purto'),(54110,1336,'_billing_address_1','2628 Acapulco Way'),(54111,1336,'_billing_city','Modesto'),(54112,1336,'_billing_state','CA'),(54113,1336,'_billing_postcode','95355'),(54114,1336,'_billing_country','US'),(54115,1336,'_billing_email','amira77@sbcglobal.net'),(54116,1336,'_billing_phone','2096422061'),(54117,1336,'_shipping_first_name','Amira'),(54118,1336,'_shipping_last_name','Purto'),(54119,1336,'_shipping_address_1','2628 Acapulco Way'),(54120,1336,'_shipping_city','Modesto'),(54121,1336,'_shipping_state','CA'),(54122,1336,'_shipping_postcode','95355'),(54123,1336,'_shipping_country','US'),(54124,1336,'_order_currency','USD'),(54125,1336,'_cart_discount','0'),(54126,1336,'_cart_discount_tax','0'),(54127,1336,'_order_shipping','0'),(54128,1336,'_order_shipping_tax','0'),(54129,1336,'_order_tax','0'),(54130,1336,'_order_total','942.62'),(54131,1336,'_order_version','6.6.1'),(54132,1336,'_prices_include_tax','no'),(54133,1336,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(54134,1336,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(54135,1336,'is_vat_exempt','no'),(54136,1337,'_order_key','wc_order_WKqKxKoqYD3XV'),(54137,1337,'_customer_user','77'),(54138,1337,'_payment_method','paypal'),(54139,1337,'_payment_method_title','PayPal'),(54140,1337,'_customer_ip_address','107.205.56.86'),(54141,1337,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54142,1337,'_created_via','checkout'),(54143,1337,'_cart_hash','1ee1e28b683b15633eac6524b598e753'),(54144,1337,'_billing_first_name','Phil'),(54145,1337,'_billing_last_name','Moon'),(54146,1337,'_billing_company','Lice Clinics of America-Fresno/Visalia'),(54147,1337,'_billing_address_1','585 56th Street'),(54148,1337,'_billing_city','Oakland'),(54149,1337,'_billing_state','CA'),(54150,1337,'_billing_postcode','94609'),(54151,1337,'_billing_country','US'),(54152,1337,'_billing_email','info@liceclinicsfresno.com'),(54153,1337,'_billing_phone','5593046305'),(54154,1337,'_shipping_first_name','Kristen'),(54155,1337,'_shipping_last_name','Maroot-Rippee'),(54156,1337,'_shipping_company','Lice Busters LLC. Bakersfield'),(54157,1337,'_shipping_address_1','487 W. Scott Avenue'),(54158,1337,'_shipping_city','Fresno'),(54159,1337,'_shipping_state','CA'),(54160,1337,'_shipping_postcode','93704'),(54161,1337,'_shipping_country','US'),(54162,1337,'_order_currency','USD'),(54163,1337,'_cart_discount','0'),(54164,1337,'_cart_discount_tax','0'),(54165,1337,'_order_shipping','0'),(54166,1337,'_order_shipping_tax','0'),(54167,1337,'_order_tax','0'),(54168,1337,'_order_total','683.40'),(54169,1337,'_order_version','6.6.1'),(54170,1337,'_prices_include_tax','no'),(54171,1337,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno/Visalia 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(54172,1337,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Bakersfield 487 W. Scott Avenue  Fresno CA 93704 US '),(54173,1337,'is_vat_exempt','no'),(54174,1337,'Payment type','instant'),(54175,1337,'_transaction_id','2K00846262132203S'),(54176,1337,'_paypal_status','completed'),(54177,1337,'PayPal Transaction Fee','24.34'),(54178,1337,'_date_paid','1658871099'),(54179,1337,'_paid_date','2022-07-26 21:31:39'),(54180,1337,'_download_permissions_granted','yes'),(54181,1337,'_recorded_sales','yes'),(54182,1337,'_recorded_coupon_usage_counts','yes'),(54183,1337,'_order_stock_reduced','yes'),(54184,1337,'_new_order_email_sent','true'),(54185,1338,'_order_key','wc_order_3A2RKBtlMugdc'),(54186,1338,'_customer_user','6'),(54187,1338,'_payment_method','paypal'),(54188,1338,'_payment_method_title','PayPal'),(54189,1338,'_customer_ip_address','76.20.84.214'),(54190,1338,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54191,1338,'_created_via','checkout'),(54192,1338,'_cart_hash','c64da5dbad9d15ee0fe5bb4fc451c8eb'),(54193,1338,'_billing_first_name','Amira'),(54194,1338,'_billing_last_name','Purto'),(54195,1338,'_billing_address_1','2628 Acapulco Way'),(54196,1338,'_billing_city','Modesto'),(54197,1338,'_billing_state','CA'),(54198,1338,'_billing_postcode','95355'),(54199,1338,'_billing_country','US'),(54200,1338,'_billing_email','amira77@sbcglobal.net'),(54201,1338,'_billing_phone','2096422061'),(54202,1338,'_shipping_first_name','Amira'),(54203,1338,'_shipping_last_name','Purto'),(54204,1338,'_shipping_address_1','2628 Acapulco Way'),(54205,1338,'_shipping_city','Modesto'),(54206,1338,'_shipping_state','CA'),(54207,1338,'_shipping_postcode','95355'),(54208,1338,'_shipping_country','US'),(54209,1338,'_order_currency','USD'),(54210,1338,'_cart_discount','0'),(54211,1338,'_cart_discount_tax','0'),(54212,1338,'_order_shipping','0'),(54213,1338,'_order_shipping_tax','0'),(54214,1338,'_order_tax','0'),(54215,1338,'_order_total','942.62'),(54216,1338,'_order_version','6.6.1'),(54217,1338,'_prices_include_tax','no'),(54218,1338,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(54219,1338,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(54220,1338,'is_vat_exempt','no'),(54221,1338,'Payment type','instant'),(54222,1338,'_transaction_id','3NV33137UM993291L'),(54223,1338,'_paypal_status','completed'),(54224,1338,'PayPal Transaction Fee','33.39'),(54225,1338,'_date_paid','1658871170'),(54226,1338,'_paid_date','2022-07-26 21:32:50'),(54227,1338,'_download_permissions_granted','yes'),(54228,1338,'_recorded_sales','yes'),(54229,1338,'_recorded_coupon_usage_counts','yes'),(54230,1338,'_order_stock_reduced','yes'),(54231,1338,'_new_order_email_sent','true'),(54232,1339,'_order_key','wc_order_17F1fPp9o4dm5'),(54233,1339,'_customer_user','0'),(54234,1339,'_payment_method','paypal'),(54235,1339,'_payment_method_title','PayPal'),(54236,1339,'_customer_ip_address','96.235.164.227'),(54237,1339,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54238,1339,'_created_via','checkout'),(54239,1339,'_cart_hash','a25d07e2e0af312811acf39b3c53f761'),(54240,1339,'_billing_first_name','Meredith'),(54241,1339,'_billing_last_name','Croy'),(54242,1339,'_billing_company','Meredith Croy'),(54243,1339,'_billing_address_1','749 ARDEN RD'),(54244,1339,'_billing_city','JENKINTOWN'),(54245,1339,'_billing_state','PA'),(54246,1339,'_billing_postcode','19046-1524'),(54247,1339,'_billing_country','US'),(54248,1339,'_billing_email','designer303@aol.com'),(54249,1339,'_billing_phone','2672501243'),(54250,1339,'_shipping_first_name','Elisabeth'),(54251,1339,'_shipping_last_name','Newell'),(54252,1339,'_shipping_address_1','2818 Norcom Rd'),(54253,1339,'_shipping_city','Philadelphia'),(54254,1339,'_shipping_state','PA'),(54255,1339,'_shipping_postcode','19154'),(54256,1339,'_shipping_country','US'),(54257,1339,'_order_currency','USD'),(54258,1339,'_cart_discount','0'),(54259,1339,'_cart_discount_tax','0'),(54260,1339,'_order_shipping','0'),(54261,1339,'_order_shipping_tax','0'),(54262,1339,'_order_tax','0'),(54263,1339,'_order_total','609.12'),(54264,1339,'_order_version','6.6.1'),(54265,1339,'_prices_include_tax','no'),(54266,1339,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US designer303@aol.com 2672501243'),(54267,1339,'_shipping_address_index','Elisabeth Newell  2818 Norcom Rd  Philadelphia PA 19154 US '),(54268,1339,'is_vat_exempt','no'),(54306,1341,'_order_key','wc_order_Y73NNcPavKAvm'),(54307,1341,'_customer_user','37'),(54308,1341,'_payment_method','paypal'),(54309,1341,'_payment_method_title','PayPal'),(54310,1341,'_customer_ip_address','71.29.227.36'),(54311,1341,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36 Edg/103.0.1264.71'),(54312,1341,'_created_via','checkout'),(54313,1341,'_cart_hash','874f5cc5968ab79353a5b59e645ab18c'),(54314,1341,'_billing_first_name','Melody'),(54315,1341,'_billing_last_name','Carter'),(54316,1341,'_billing_company','Family Hair Clinic of South Ga LLC'),(54317,1341,'_billing_address_1','7754 GA HIGHWAY 122 W'),(54318,1341,'_billing_city','HAHIRA'),(54319,1341,'_billing_state','GA'),(54320,1341,'_billing_postcode','31632-2210'),(54321,1341,'_billing_country','US'),(54322,1341,'_billing_email','familyhairclinic@gmail.com'),(54323,1341,'_billing_phone','2294151748'),(54324,1341,'_shipping_first_name','Melody'),(54325,1341,'_shipping_last_name','Carter'),(54326,1341,'_shipping_company','LCA Family Hair Clinic'),(54327,1341,'_shipping_address_1','7754 GA Highway 122 W'),(54328,1341,'_shipping_city','Hahira'),(54329,1341,'_shipping_state','GA'),(54330,1341,'_shipping_postcode','31632'),(54331,1341,'_shipping_country','US'),(54332,1341,'_order_currency','USD'),(54333,1341,'_cart_discount','0'),(54334,1341,'_cart_discount_tax','0'),(54335,1341,'_order_shipping','0'),(54336,1341,'_order_shipping_tax','0'),(54337,1341,'_order_tax','0'),(54338,1341,'_order_total','593.72'),(54339,1341,'_order_version','6.6.1'),(54340,1341,'_prices_include_tax','no'),(54341,1341,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(54342,1341,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(54343,1341,'is_vat_exempt','no'),(54344,1341,'Payment type','instant'),(54345,1341,'_transaction_id','02P19270DY0197615'),(54346,1341,'_paypal_status','completed'),(54347,1341,'PayPal Transaction Fee','21.21'),(54348,1341,'_date_paid','1658940426'),(54349,1341,'_paid_date','2022-07-27 16:47:06'),(54350,1341,'_download_permissions_granted','yes'),(54351,1341,'_recorded_sales','yes'),(54352,1341,'_recorded_coupon_usage_counts','yes'),(54353,1341,'_order_stock_reduced','yes'),(54354,1341,'_new_order_email_sent','true'),(54355,1342,'_order_key','wc_order_U01tcJ3EudcWP'),(54356,1342,'_customer_user','66'),(54357,1342,'_payment_method','sgitsoa_gateway'),(54358,1342,'_payment_method_title','Pre Order'),(54359,1342,'_customer_ip_address','69.250.30.77'),(54360,1342,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54361,1342,'_created_via','checkout'),(54362,1342,'_cart_hash','11d0a7d7c10a4e3a874ab7cd29ca513f'),(54363,1342,'_billing_first_name','Mark'),(54364,1342,'_billing_last_name','Dent'),(54365,1342,'_billing_company','Lice Clinics of Maryland'),(54366,1342,'_billing_address_1','801 W 33rd Street'),(54367,1342,'_billing_city','BAltimore'),(54368,1342,'_billing_state','MD'),(54369,1342,'_billing_postcode','21211'),(54370,1342,'_billing_country','US'),(54371,1342,'_billing_email','info@liceclinicsofmaryland.com'),(54372,1342,'_billing_phone','4438349991'),(54373,1342,'_shipping_first_name','Dawn'),(54374,1342,'_shipping_last_name','Mumaw'),(54375,1342,'_shipping_company','LCA Baltimore'),(54376,1342,'_shipping_address_1','604 Providence Road'),(54377,1342,'_shipping_city','Towson'),(54378,1342,'_shipping_state','MD'),(54379,1342,'_shipping_postcode','21286'),(54380,1342,'_shipping_country','US'),(54381,1342,'_order_currency','USD'),(54382,1342,'_cart_discount','0'),(54383,1342,'_cart_discount_tax','0'),(54384,1342,'_order_shipping','0'),(54385,1342,'_order_shipping_tax','0'),(54386,1342,'_order_tax','0'),(54387,1342,'_order_total','753.68'),(54388,1342,'_order_version','6.6.1'),(54389,1342,'_prices_include_tax','no'),(54390,1342,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(54391,1342,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(54392,1342,'is_vat_exempt','no'),(54430,1342,'_edit_lock','1658948824:2'),(54431,1344,'_order_key','wc_order_dKjN9PLaBGyMN'),(54432,1344,'_customer_user','66'),(54433,1344,'_payment_method','paypal'),(54434,1344,'_payment_method_title','PayPal'),(54435,1344,'_customer_ip_address','69.250.30.77'),(54436,1344,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54437,1344,'_created_via','checkout'),(54438,1344,'_cart_hash','f9e57f46fcb360ca8df3090a95dfb56d'),(54439,1344,'_billing_first_name','Mark'),(54440,1344,'_billing_last_name','Dent'),(54441,1344,'_billing_company','Lice Clinics of Maryland'),(54442,1344,'_billing_address_1','801 W 33rd Street'),(54443,1344,'_billing_city','BAltimore'),(54444,1344,'_billing_state','MD'),(54445,1344,'_billing_postcode','21211'),(54446,1344,'_billing_country','US'),(54447,1344,'_billing_email','info@liceclinicsofmaryland.com'),(54448,1344,'_billing_phone','4438349991'),(54449,1344,'_shipping_first_name','Dawn'),(54450,1344,'_shipping_last_name','Mumaw'),(54451,1344,'_shipping_company','LCA Baltimore'),(54452,1344,'_shipping_address_1','604 Providence Road'),(54453,1344,'_shipping_city','Towson'),(54454,1344,'_shipping_state','MD'),(54455,1344,'_shipping_postcode','21286'),(54456,1344,'_shipping_country','US'),(54457,1344,'_order_currency','USD'),(54458,1344,'_cart_discount','0'),(54459,1344,'_cart_discount_tax','0'),(54460,1344,'_order_shipping','0'),(54461,1344,'_order_shipping_tax','0'),(54462,1344,'_order_tax','0'),(54463,1344,'_order_total','1089.44'),(54464,1344,'_order_version','6.6.1'),(54465,1344,'_prices_include_tax','no'),(54466,1344,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(54467,1344,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(54468,1344,'is_vat_exempt','no'),(54469,1345,'_order_key','wc_order_cEEfZ7ZIQ0cv8'),(54470,1345,'_customer_user','78'),(54471,1345,'_payment_method','paypal'),(54472,1345,'_payment_method_title','PayPal'),(54473,1345,'_customer_ip_address','172.58.228.168'),(54474,1345,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1'),(54475,1345,'_created_via','checkout'),(54476,1345,'_cart_hash','a95b2df5da007370ef37ec7e1d9d4fb5'),(54477,1345,'_billing_first_name','Richard'),(54478,1345,'_billing_last_name','Florsheim'),(54479,1345,'_billing_company','Licura'),(54480,1345,'_billing_address_1','3827 w fairway heights dr'),(54481,1345,'_billing_city','Mequon'),(54482,1345,'_billing_state','NY'),(54483,1345,'_billing_postcode','53092'),(54484,1345,'_billing_country','US'),(54485,1345,'_billing_email','tara@liceclinicslongIsland.com'),(54486,1345,'_billing_phone','5619006382'),(54487,1345,'_shipping_first_name','Tara'),(54488,1345,'_shipping_last_name','Johnson'),(54489,1345,'_shipping_company','LCA'),(54490,1345,'_shipping_address_1','599 west Hartsdale ave'),(54491,1345,'_shipping_address_2','Ste 203'),(54492,1345,'_shipping_city','White plains'),(54493,1345,'_shipping_state','NY'),(54494,1345,'_shipping_postcode','10607'),(54495,1345,'_shipping_country','US'),(54496,1345,'_order_currency','USD'),(54497,1345,'_cart_discount','0'),(54498,1345,'_cart_discount_tax','0'),(54499,1345,'_order_shipping','19.31'),(54500,1345,'_order_shipping_tax','0'),(54501,1345,'_order_tax','0'),(54502,1345,'_order_total','171.11'),(54503,1345,'_order_version','6.6.1'),(54504,1345,'_prices_include_tax','no'),(54505,1345,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(54506,1345,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(54507,1345,'is_vat_exempt','no'),(54508,1345,'Payment type','instant'),(54509,1345,'_transaction_id','13E31342PY330263V'),(54510,1345,'_paypal_status','completed'),(54511,1345,'PayPal Transaction Fee','6.46'),(54512,1345,'_date_paid','1658953825'),(54513,1345,'_paid_date','2022-07-27 20:30:25'),(54514,1345,'_download_permissions_granted','yes'),(54515,1345,'_recorded_sales','yes'),(54516,1345,'_recorded_coupon_usage_counts','yes'),(54517,1345,'_order_stock_reduced','yes'),(54518,1345,'_new_order_email_sent','true'),(54519,1344,'_edit_lock','1659025844:2'),(54520,1344,'_edit_last','2'),(54521,1344,'_recorded_coupon_usage_counts','yes'),(54522,1341,'_edit_lock','1658955868:2'),(54523,1341,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197099\";s:12:\"date_shipped\";s:10:\"1658880000\";s:11:\"tracking_id\";s:32:\"3e15a5652ffb420d28b601d606106c98\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197088\";s:12:\"date_shipped\";i:1658955951;s:11:\"tracking_id\";s:32:\"0f8c64ecd6f5a064b8c739318eca06bf\";}}'),(54524,1341,'_edit_last','2'),(54525,1341,'_date_completed','1658955957'),(54526,1341,'_completed_date','2022-07-27 21:05:57'),(54527,1338,'_edit_lock','1658956486:2'),(54528,1338,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197066\";s:12:\"date_shipped\";s:10:\"1658880000\";s:11:\"tracking_id\";s:32:\"4d6d2579ee5e99d07109e4597f2292b7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197055\";s:12:\"date_shipped\";i:1658956045;s:11:\"tracking_id\";s:32:\"192e081df4fa803aee76c2483bc02130\";}}'),(54529,1338,'_edit_last','2'),(54530,1338,'_date_completed','1658956478'),(54531,1338,'_completed_date','2022-07-27 21:14:38'),(54532,1337,'_edit_lock','1659017592:2'),(54533,1337,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197033\";s:12:\"date_shipped\";s:10:\"1658880000\";s:11:\"tracking_id\";s:32:\"68317f8e13f4ede36e51577190629235\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197022\";s:12:\"date_shipped\";s:10:\"1658966400\";s:11:\"tracking_id\";s:32:\"f54d15e60df874763b3ea0b8337b1f1b\";}}'),(54534,1346,'_order_key','wc_order_zSAOJQXMfQ2T4'),(54535,1346,'_customer_user','78'),(54536,1346,'_payment_method','paypal'),(54537,1346,'_payment_method_title','PayPal'),(54538,1346,'_customer_ip_address','108.41.155.4'),(54539,1346,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1'),(54540,1346,'_created_via','checkout'),(54541,1346,'_cart_hash','61e57de64488f4a38b962886fa483868'),(54542,1346,'_billing_first_name','Richard'),(54543,1346,'_billing_last_name','Florsheim'),(54544,1346,'_billing_company','Licura'),(54545,1346,'_billing_address_1','3827 w fairway heights dr'),(54546,1346,'_billing_city','Mequon'),(54547,1346,'_billing_state','NY'),(54548,1346,'_billing_postcode','53092'),(54549,1346,'_billing_country','US'),(54550,1346,'_billing_email','tara@liceclinicslongIsland.com'),(54551,1346,'_billing_phone','5619006382'),(54552,1346,'_shipping_first_name','Tara'),(54553,1346,'_shipping_last_name','Johnson'),(54554,1346,'_shipping_company','LCA'),(54555,1346,'_shipping_address_1','2330 Faye Ct'),(54556,1346,'_shipping_city','Merrick'),(54557,1346,'_shipping_state','NY'),(54558,1346,'_shipping_postcode','11566'),(54559,1346,'_shipping_country','US'),(54560,1346,'_order_currency','USD'),(54561,1346,'_cart_discount','0'),(54562,1346,'_cart_discount_tax','0'),(54563,1346,'_order_shipping','16.31'),(54564,1346,'_order_shipping_tax','0'),(54565,1346,'_order_tax','0'),(54566,1346,'_order_total','16.31'),(54567,1346,'_order_version','6.6.1'),(54568,1346,'_prices_include_tax','no'),(54569,1346,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(54570,1346,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(54571,1346,'is_vat_exempt','no'),(54572,1344,'Payment type','instant'),(54573,1344,'_transaction_id','6H827970X9335510X'),(54574,1344,'_paypal_status','completed'),(54575,1344,'PayPal Transaction Fee','38.51'),(54576,1344,'_date_paid','1659013166'),(54577,1344,'_paid_date','2022-07-28 12:59:26'),(54578,1344,'_download_permissions_granted','yes'),(54579,1344,'_recorded_sales','yes'),(54580,1344,'_order_stock_reduced','yes'),(54581,1344,'_new_order_email_sent','true'),(54586,1348,'_edit_last','2'),(54587,1348,'_start_date','2022-07-28 00:00:00'),(54589,1348,'_end_date',''),(54591,1348,'_edit_lock','1659017356:2'),(54592,1337,'_edit_last','2'),(54593,1337,'_date_completed','1659017666'),(54594,1337,'_completed_date','2022-07-28 14:14:26'),(54595,1332,'_edit_lock','1659018114:2'),(54596,1332,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196817\";s:12:\"date_shipped\";s:10:\"1658966400\";s:11:\"tracking_id\";s:32:\"c0ed5c32ebe50cd2e5817ff45987dc30\";}}'),(54597,1332,'_edit_last','2'),(54598,1332,'_date_completed','1659018243'),(54599,1332,'_completed_date','2022-07-28 14:24:03'),(54600,1346,'_edit_lock','1659113381:2'),(54601,1346,'_edit_last','2'),(54602,1346,'_recorded_coupon_usage_counts','yes'),(54603,1346,'Payment type','instant'),(54604,1346,'_transaction_id','5J969949EJ011345F'),(54605,1346,'_paypal_status','completed'),(54606,1346,'PayPal Transaction Fee','1.06'),(54607,1346,'_date_paid','1659019434'),(54608,1346,'_paid_date','2022-07-28 14:43:54'),(54609,1346,'_download_permissions_granted','yes'),(54610,1346,'_recorded_sales','yes'),(54611,1346,'_order_stock_reduced','yes'),(54612,1346,'_new_order_email_sent','true'),(54613,1345,'_edit_lock','1659025980:2'),(54614,1345,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197228\";s:12:\"date_shipped\";s:10:\"1658966400\";s:11:\"tracking_id\";s:32:\"1abccab19cc6f918fbc5535d7850a6f7\";}}'),(54615,1345,'_edit_last','2'),(54616,1345,'_date_completed','1659025882'),(54617,1345,'_completed_date','2022-07-28 16:31:22'),(54618,1330,'_edit_lock','1659113432:2'),(54619,1344,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197283\";s:12:\"date_shipped\";s:10:\"1658966400\";s:11:\"tracking_id\";s:32:\"6b43e5ebb27801de5beb7356655e66ae\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197294\";s:12:\"date_shipped\";i:1659025913;s:11:\"tracking_id\";s:32:\"183b0780b4468f4b8ddec7215d80f7fc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197309\";s:12:\"date_shipped\";i:1659025923;s:11:\"tracking_id\";s:32:\"27a06b3f31e51359221aab0fd540f435\";}}'),(54620,1344,'_date_completed','1659025926'),(54621,1344,'_completed_date','2022-07-28 16:32:06'),(54622,1349,'_order_key','wc_order_EcWLyi4m5YafM'),(54623,1349,'_customer_user','60'),(54624,1349,'_payment_method','paypal'),(54625,1349,'_payment_method_title','PayPal'),(54626,1349,'_customer_ip_address','98.193.14.84'),(54627,1349,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(54628,1349,'_created_via','checkout'),(54629,1349,'_cart_hash','7402bc29c1d252c0fa6d451a7f41060e'),(54630,1349,'_billing_first_name','Jill'),(54631,1349,'_billing_last_name','Leshtz'),(54632,1349,'_billing_company','Lice clinics of America-North Shore'),(54633,1349,'_billing_address_1','1580 Lancelot Avenue'),(54634,1349,'_billing_city','Highland park'),(54635,1349,'_billing_state','IL'),(54636,1349,'_billing_postcode','60035'),(54637,1349,'_billing_country','US'),(54638,1349,'_billing_email','jleshtz@gmail.com'),(54639,1349,'_billing_phone','8473639001'),(54640,1349,'_shipping_first_name','Jill'),(54641,1349,'_shipping_last_name','Leshtz'),(54642,1349,'_shipping_company','Lice clinics of America-North Shore'),(54643,1349,'_shipping_address_1','1580 Lancelot Avenue'),(54644,1349,'_shipping_city','Highland park'),(54645,1349,'_shipping_state','IL'),(54646,1349,'_shipping_postcode','60035'),(54647,1349,'_shipping_country','US'),(54648,1349,'_order_currency','USD'),(54649,1349,'_cart_discount','0'),(54650,1349,'_cart_discount_tax','0'),(54651,1349,'_order_shipping','20.71'),(54652,1349,'_order_shipping_tax','0'),(54653,1349,'_order_tax','0'),(54654,1349,'_order_total','443.83'),(54655,1349,'_order_version','6.6.1'),(54656,1349,'_prices_include_tax','no'),(54657,1349,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(54658,1349,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(54659,1349,'is_vat_exempt','no'),(54660,1349,'Payment type','instant'),(54661,1349,'_transaction_id','8U819146N8995503N'),(54662,1349,'_paypal_status','completed'),(54663,1349,'PayPal Transaction Fee','15.98'),(54664,1349,'_date_paid','1659036845'),(54665,1349,'_paid_date','2022-07-28 19:34:05'),(54666,1349,'_download_permissions_granted','yes'),(54667,1349,'_recorded_sales','yes'),(54668,1349,'_recorded_coupon_usage_counts','yes'),(54669,1349,'_order_stock_reduced','yes'),(54670,1349,'_new_order_email_sent','true'),(54671,1350,'_order_key','wc_order_kZoWiH78uLf24'),(54672,1350,'_customer_user','92'),(54673,1350,'_payment_method','paypal'),(54674,1350,'_payment_method_title','PayPal'),(54675,1350,'_customer_ip_address','73.63.207.98'),(54676,1350,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54677,1350,'_created_via','checkout'),(54678,1350,'_cart_hash','4907838a98ae00e71d84f3232aa1c5a2'),(54679,1350,'_billing_first_name','Michelle'),(54680,1350,'_billing_last_name','Du'),(54681,1350,'_billing_company','LCA Fremont'),(54682,1350,'_billing_address_1','31372 Mackinaw Street'),(54683,1350,'_billing_city','Union City'),(54684,1350,'_billing_state','CA'),(54685,1350,'_billing_postcode','94587'),(54686,1350,'_billing_country','US'),(54687,1350,'_billing_email','info@liceclinicsfremont.com'),(54688,1350,'_billing_phone','510-770-4394'),(54689,1350,'_shipping_first_name','Michelle'),(54690,1350,'_shipping_last_name','Du'),(54691,1350,'_shipping_company','LCA Fremont'),(54692,1350,'_shipping_address_1','31372 Mackinaw Street'),(54693,1350,'_shipping_city','Union City'),(54694,1350,'_shipping_state','CA'),(54695,1350,'_shipping_postcode','94587'),(54696,1350,'_shipping_country','US'),(54697,1350,'_order_currency','USD'),(54698,1350,'_cart_discount','0'),(54699,1350,'_cart_discount_tax','0'),(54700,1350,'_order_shipping','0'),(54701,1350,'_order_shipping_tax','0'),(54702,1350,'_order_tax','0'),(54703,1350,'_order_total','1056.64'),(54704,1350,'_order_version','6.6.1'),(54705,1350,'_prices_include_tax','no'),(54706,1350,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(54707,1350,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(54708,1350,'is_vat_exempt','no'),(54709,1350,'_edit_lock','1659359675:2'),(54710,1350,'_edit_last','2'),(54711,1350,'_recorded_coupon_usage_counts','yes'),(54712,1349,'_edit_lock','1659113394:2'),(54713,1349,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197548\";s:12:\"date_shipped\";s:10:\"1659052800\";s:11:\"tracking_id\";s:32:\"a98840d022a2c2e8dc42b7794b5405cf\";}}'),(54714,1349,'_edit_last','2'),(54715,1349,'_date_completed','1659113388'),(54716,1349,'_completed_date','2022-07-29 16:49:48'),(54717,1346,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197342\";s:12:\"date_shipped\";s:10:\"1659052800\";s:11:\"tracking_id\";s:32:\"86e3867c598f9a9f41eaa0e682118c7a\";}}'),(54718,1346,'_date_completed','1659113498'),(54719,1346,'_completed_date','2022-07-29 16:51:38'),(54720,1330,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830196699\";s:12:\"date_shipped\";s:10:\"1659052800\";s:11:\"tracking_id\";s:32:\"2efb90d0350897955975fc369dc54c9f\";}}'),(54721,1330,'_edit_last','2'),(54722,1330,'_date_completed','1659113557'),(54723,1330,'_completed_date','2022-07-29 16:52:37'),(54724,1350,'Payment type','instant'),(54725,1350,'_transaction_id','7H795649H2226522P'),(54726,1350,'_paypal_status','completed'),(54727,1350,'PayPal Transaction Fee','37.37'),(54728,1350,'_date_paid','1659114441'),(54729,1350,'_paid_date','2022-07-29 17:07:21'),(54730,1350,'_download_permissions_granted','yes'),(54731,1350,'_recorded_sales','yes'),(54732,1350,'_order_stock_reduced','yes'),(54733,1350,'_new_order_email_sent','true'),(54734,1351,'_order_key','wc_order_MDO9kqWB7iC2m'),(54735,1351,'_customer_user','3'),(54736,1351,'_payment_method','paypal'),(54737,1351,'_payment_method_title','PayPal'),(54738,1351,'_customer_ip_address','70.142.202.154'),(54739,1351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54740,1351,'_created_via','checkout'),(54741,1351,'_cart_hash','739e3f643edb80173c46b083a31e0f65'),(54742,1351,'_billing_first_name','Amanda'),(54743,1351,'_billing_last_name','Westerman'),(54744,1351,'_billing_company','Lice Clinics of America McKinney'),(54745,1351,'_billing_address_1','3120 Hudson Crossing'),(54746,1351,'_billing_address_2','Suite A2'),(54747,1351,'_billing_city','MCKINNEY'),(54748,1351,'_billing_state','TX'),(54749,1351,'_billing_postcode','75070'),(54750,1351,'_billing_country','US'),(54751,1351,'_billing_email','awesterman1103@gmail.com'),(54752,1351,'_billing_phone','2144175741'),(54753,1351,'_shipping_first_name','Amanda'),(54754,1351,'_shipping_last_name','Westerman'),(54755,1351,'_shipping_company','Lice Clinics of America McKinney'),(54756,1351,'_shipping_address_1','3120 Hudson Crossing'),(54757,1351,'_shipping_address_2','Suite A2'),(54758,1351,'_shipping_city','MCKINNEY'),(54759,1351,'_shipping_state','TX'),(54760,1351,'_shipping_postcode','75070'),(54761,1351,'_shipping_country','US'),(54762,1351,'_order_currency','USD'),(54763,1351,'_cart_discount','0'),(54764,1351,'_cart_discount_tax','0'),(54765,1351,'_order_shipping','0'),(54766,1351,'_order_shipping_tax','0'),(54767,1351,'_order_tax','0'),(54768,1351,'_order_total','760.51'),(54769,1351,'_order_version','6.6.1'),(54770,1351,'_prices_include_tax','no'),(54771,1351,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(54772,1351,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(54773,1351,'is_vat_exempt','no'),(54774,1351,'Payment type','instant'),(54775,1351,'_transaction_id','39D90252RN6622134'),(54776,1351,'_paypal_status','completed'),(54777,1351,'PayPal Transaction Fee','27.03'),(54778,1351,'_date_paid','1659118076'),(54779,1351,'_paid_date','2022-07-29 18:07:56'),(54780,1351,'_download_permissions_granted','yes'),(54781,1351,'_recorded_sales','yes'),(54782,1351,'_recorded_coupon_usage_counts','yes'),(54783,1351,'_order_stock_reduced','yes'),(54784,1351,'_new_order_email_sent','true'),(54785,1352,'_order_key','wc_order_Bci6DHZMwQMDN'),(54786,1352,'_customer_user','3'),(54787,1352,'_payment_method','paypal'),(54788,1352,'_payment_method_title','PayPal'),(54789,1352,'_customer_ip_address','70.142.202.154'),(54790,1352,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54791,1352,'_created_via','checkout'),(54792,1352,'_cart_hash','3b3cb0e55532f6ae9d2e3c12952f8772'),(54793,1352,'_billing_first_name','Amanda'),(54794,1352,'_billing_last_name','Westerman'),(54795,1352,'_billing_company','Lice Clinics of America McKinney'),(54796,1352,'_billing_address_1','3120 Hudson Crossing'),(54797,1352,'_billing_address_2','Suite A2'),(54798,1352,'_billing_city','MCKINNEY'),(54799,1352,'_billing_state','TX'),(54800,1352,'_billing_postcode','75070'),(54801,1352,'_billing_country','US'),(54802,1352,'_billing_email','awesterman1103@gmail.com'),(54803,1352,'_billing_phone','2144175741'),(54804,1352,'_shipping_first_name','Amanda'),(54805,1352,'_shipping_last_name','Westerman'),(54806,1352,'_shipping_company','Lice Clinics of America McKinney'),(54807,1352,'_shipping_address_1','1709 Damian Way'),(54808,1352,'_shipping_city','Richardson'),(54809,1352,'_shipping_state','TX'),(54810,1352,'_shipping_postcode','75081'),(54811,1352,'_shipping_country','US'),(54812,1352,'_order_currency','USD'),(54813,1352,'_cart_discount','0'),(54814,1352,'_cart_discount_tax','0'),(54815,1352,'_order_shipping','0'),(54816,1352,'_order_shipping_tax','0'),(54817,1352,'_order_tax','0'),(54818,1352,'_order_total','547.83'),(54819,1352,'_order_version','6.6.1'),(54820,1352,'_prices_include_tax','no'),(54821,1352,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(54822,1352,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(54823,1352,'is_vat_exempt','no'),(54824,1352,'Payment type','instant'),(54825,1352,'_transaction_id','03J41468AL391005K'),(54826,1352,'_paypal_status','completed'),(54827,1352,'PayPal Transaction Fee','19.61'),(54828,1352,'_date_paid','1659118882'),(54829,1352,'_paid_date','2022-07-29 18:21:22'),(54830,1352,'_download_permissions_granted','yes'),(54831,1352,'_recorded_sales','yes'),(54832,1352,'_recorded_coupon_usage_counts','yes'),(54833,1352,'_order_stock_reduced','yes'),(54834,1352,'_new_order_email_sent','true'),(54835,1353,'_order_key','wc_order_gIGy58mOI9dCF'),(54836,1353,'_customer_user','0'),(54837,1353,'_payment_method','paypal'),(54838,1353,'_payment_method_title','PayPal'),(54839,1353,'_customer_ip_address','136.49.57.192'),(54840,1353,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54841,1353,'_created_via','checkout'),(54842,1353,'_cart_hash','bf845ff5fe0afe0307e43eac91a0f3d5'),(54843,1353,'_billing_first_name','Lee'),(54844,1353,'_billing_last_name','Rogers'),(54845,1353,'_billing_company','United States'),(54846,1353,'_billing_address_1','40 N Interstate 35'),(54847,1353,'_billing_address_2','APT 4B2'),(54848,1353,'_billing_city','Austin'),(54849,1353,'_billing_state','TX'),(54850,1353,'_billing_postcode','78701'),(54851,1353,'_billing_country','US'),(54852,1353,'_billing_email','leerogers@flash.net'),(54853,1353,'_billing_phone','316-727-9951'),(54854,1353,'_shipping_first_name','Kaitlin'),(54855,1353,'_shipping_last_name','Ryan'),(54856,1353,'_shipping_company','LCA Dublin'),(54857,1353,'_shipping_address_1','5910 Wilcox Place'),(54858,1353,'_shipping_address_2','Suite E'),(54859,1353,'_shipping_city','Dublin'),(54860,1353,'_shipping_state','OH'),(54861,1353,'_shipping_postcode','43016'),(54862,1353,'_shipping_country','US'),(54863,1353,'_order_currency','USD'),(54864,1353,'_cart_discount','0'),(54865,1353,'_cart_discount_tax','0'),(54866,1353,'_order_shipping','0'),(54867,1353,'_order_shipping_tax','0'),(54868,1353,'_order_tax','0'),(54869,1353,'_order_total','1428.62'),(54870,1353,'_order_version','6.7.0'),(54871,1353,'_prices_include_tax','no'),(54872,1353,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(54873,1353,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(54874,1353,'is_vat_exempt','no'),(54875,1353,'Payment type','instant'),(54876,1353,'_transaction_id','70J419134N337651U'),(54877,1353,'_paypal_status','completed'),(54878,1353,'PayPal Transaction Fee','50.35'),(54879,1353,'_date_paid','1659125025'),(54880,1353,'_paid_date','2022-07-29 20:03:45'),(54881,1353,'_download_permissions_granted','yes'),(54882,1353,'_recorded_sales','yes'),(54883,1353,'_recorded_coupon_usage_counts','yes'),(54884,1353,'_order_stock_reduced','yes'),(54885,1353,'_new_order_email_sent','true'),(54886,1354,'_order_key','wc_order_CEtX5v8uzT9p0'),(54887,1354,'_customer_user','64'),(54888,1354,'_payment_method','paypal'),(54889,1354,'_payment_method_title','PayPal'),(54890,1354,'_customer_ip_address','72.130.2.72'),(54891,1354,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54892,1354,'_created_via','checkout'),(54893,1354,'_cart_hash','0772609b36b62edfbf61ba2fe590fa09'),(54894,1354,'_billing_first_name','Barrie'),(54895,1354,'_billing_last_name','Desmond'),(54896,1354,'_billing_address_1','50 ALAHELE PL'),(54897,1354,'_billing_city','Kihei'),(54898,1354,'_billing_state','HI'),(54899,1354,'_billing_postcode','96753-7809'),(54900,1354,'_billing_country','US'),(54901,1354,'_billing_email','info@liceclinicshawaii.com'),(54902,1354,'_billing_phone','8082834247'),(54903,1354,'_shipping_first_name','Lice Clinics'),(54904,1354,'_shipping_last_name','Hawaii'),(54905,1354,'_shipping_address_1','250 Ward Avenue'),(54906,1354,'_shipping_address_2','Suite 231'),(54907,1354,'_shipping_city','Honolulu'),(54908,1354,'_shipping_state','HI'),(54909,1354,'_shipping_postcode','96814'),(54910,1354,'_shipping_country','US'),(54911,1354,'_order_currency','USD'),(54912,1354,'_cart_discount','0'),(54913,1354,'_cart_discount_tax','0'),(54914,1354,'_order_shipping','694.47'),(54915,1354,'_order_shipping_tax','0'),(54916,1354,'_order_tax','0'),(54917,1354,'_order_total','1511.32'),(54918,1354,'_order_version','6.7.0'),(54919,1354,'_prices_include_tax','no'),(54920,1354,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(54921,1354,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(54922,1354,'is_vat_exempt','no'),(54923,1355,'_order_key','wc_order_9W4qJXNzQKOVf'),(54924,1355,'_customer_user','26'),(54925,1355,'_payment_method','paypal'),(54926,1355,'_payment_method_title','PayPal'),(54927,1355,'_customer_ip_address','68.126.201.125'),(54928,1355,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(54929,1355,'_created_via','checkout'),(54930,1355,'_cart_hash','5f118c7f76080c9d01d1aeb84329cfcf'),(54931,1355,'_billing_first_name','Andrew'),(54932,1355,'_billing_last_name','Crumrine'),(54933,1355,'_billing_address_1','3537 Stevens Way'),(54934,1355,'_billing_city','Augusta'),(54935,1355,'_billing_state','GA'),(54936,1355,'_billing_postcode','30907'),(54937,1355,'_billing_country','US'),(54938,1355,'_billing_email','augustagalice@gmail.com'),(54939,1355,'_billing_phone','7063064588'),(54940,1355,'_shipping_first_name','Andrew'),(54941,1355,'_shipping_last_name','Crumrine'),(54942,1355,'_shipping_address_1','3537 Stevens Way'),(54943,1355,'_shipping_city','Augusta'),(54944,1355,'_shipping_state','GA'),(54945,1355,'_shipping_postcode','30907'),(54946,1355,'_shipping_country','US'),(54947,1355,'_order_currency','USD'),(54948,1355,'_cart_discount','0'),(54949,1355,'_cart_discount_tax','0'),(54950,1355,'_order_shipping','0'),(54951,1355,'_order_shipping_tax','0'),(54952,1355,'_order_tax','0'),(54953,1355,'_order_total','644.79'),(54954,1355,'_order_version','6.7.0'),(54955,1355,'_prices_include_tax','no'),(54956,1355,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(54957,1355,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(54958,1355,'is_vat_exempt','no'),(54959,1356,'_order_key','wc_order_1AyLGS8Wr7Asg'),(54960,1356,'_customer_user','79'),(54961,1356,'_payment_method','paypal'),(54962,1356,'_payment_method_title','PayPal'),(54963,1356,'_customer_ip_address','76.72.44.28'),(54964,1356,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(54965,1356,'_created_via','checkout'),(54966,1356,'_cart_hash','8410e66ad6e0f03d3d6621ae034c375c'),(54967,1356,'_billing_first_name','Shanna'),(54968,1356,'_billing_last_name','Castille'),(54969,1356,'_billing_address_1','1097 Hundley Rd'),(54970,1356,'_billing_city','Eunice'),(54971,1356,'_billing_state','LA'),(54972,1356,'_billing_postcode','70535'),(54973,1356,'_billing_country','US'),(54974,1356,'_billing_email','Shanna_sr09@yahoo.com'),(54975,1356,'_billing_phone','3374668998'),(54976,1356,'_shipping_first_name','Shanna'),(54977,1356,'_shipping_last_name','Castille'),(54978,1356,'_shipping_address_1','1097 Hundley Rd'),(54979,1356,'_shipping_city','eunice'),(54980,1356,'_shipping_state','LA'),(54981,1356,'_shipping_postcode','70535'),(54982,1356,'_shipping_country','US'),(54983,1356,'_order_currency','USD'),(54984,1356,'_cart_discount','0'),(54985,1356,'_cart_discount_tax','0'),(54986,1356,'_order_shipping','0'),(54987,1356,'_order_shipping_tax','0'),(54988,1356,'_order_tax','0'),(54989,1356,'_order_total','696.28'),(54990,1356,'_order_version','6.7.0'),(54991,1356,'_prices_include_tax','no'),(54992,1356,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(54993,1356,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(54994,1356,'is_vat_exempt','no'),(54995,1356,'Payment type','instant'),(54996,1356,'_transaction_id','19G555510P189100N'),(54997,1356,'_paypal_status','completed'),(54998,1356,'PayPal Transaction Fee','24.79'),(54999,1356,'_date_paid','1659312996'),(55000,1356,'_paid_date','2022-08-01 00:16:36'),(55001,1356,'_download_permissions_granted','yes'),(55002,1356,'_recorded_sales','yes'),(55003,1356,'_recorded_coupon_usage_counts','yes'),(55004,1356,'_order_stock_reduced','yes'),(55005,1356,'_new_order_email_sent','true'),(55006,1355,'_edit_lock','1659452834:2'),(55007,1354,'acfw_shipping_discount_recalc','yes'),(55008,1354,'_edit_lock','1659452469:2'),(55009,1355,'_edit_last','2'),(55010,1355,'_recorded_coupon_usage_counts','yes'),(55011,1354,'_edit_last','2'),(55012,1354,'_recorded_coupon_usage_counts','yes'),(55013,515,'_used_by','64'),(55014,1350,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197835\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"de26a36c2376cdc27e12f0c8c0600ead\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197824\";s:12:\"date_shipped\";i:1659359598;s:11:\"tracking_id\";s:32:\"fe063feb594bfe67a2dfa77372f9ed9e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197813\";s:12:\"date_shipped\";i:1659359607;s:11:\"tracking_id\";s:32:\"6031f91b7216740221b4b335801efe3f\";}}'),(55015,1350,'_date_completed','1659359621'),(55016,1350,'_completed_date','2022-08-01 13:13:41'),(55017,1352,'_edit_lock','1659359800:2'),(55018,1351,'_edit_lock','1659373531:2'),(55019,1352,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197798\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"de38f1890a26cc9488d4047e88be7a77\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197787\";s:12:\"date_shipped\";i:1659359868;s:11:\"tracking_id\";s:32:\"8b52546959190b7c54bdcedd9bfa6ce8\";}}'),(55020,1352,'_edit_last','2'),(55021,1352,'_date_completed','1659359877'),(55022,1352,'_completed_date','2022-08-01 13:17:57'),(55023,1356,'_edit_lock','1659452764:2'),(55024,1353,'_edit_lock','1660236558:2'),(55025,1355,'Payment type','instant'),(55026,1355,'_transaction_id','91M77496331974317'),(55027,1355,'_paypal_status','completed'),(55028,1355,'PayPal Transaction Fee','22.99'),(55029,1355,'_date_paid','1659366711'),(55030,1355,'_paid_date','2022-08-01 15:11:51'),(55031,1355,'_download_permissions_granted','yes'),(55032,1355,'_recorded_sales','yes'),(55033,1355,'_order_stock_reduced','yes'),(55034,1355,'_new_order_email_sent','true'),(55035,1351,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197857\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"85d6e72284b06e0a39e3eef05a570eb5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197846\";s:12:\"date_shipped\";i:1659371334;s:11:\"tracking_id\";s:32:\"9d445b749eb26bd1b512f0f2e5f97713\";}}'),(55036,1351,'_edit_last','2'),(55037,1351,'_date_completed','1659371343'),(55038,1351,'_completed_date','2022-08-01 16:29:03'),(55039,1354,'Payment type','instant'),(55040,1354,'_transaction_id','76T88651S27808452'),(55041,1354,'_paypal_status','completed'),(55042,1354,'PayPal Transaction Fee','53.24'),(55043,1354,'_date_paid','1659377900'),(55044,1354,'_paid_date','2022-08-01 18:18:20'),(55045,1354,'_download_permissions_granted','yes'),(55046,1354,'_recorded_sales','yes'),(55047,1354,'_order_stock_reduced','yes'),(55048,1354,'_new_order_email_sent','true'),(55049,1357,'_order_key','wc_order_3sIHrhErmxN4q'),(55050,1357,'_customer_user','47'),(55051,1357,'_payment_method','paypal'),(55052,1357,'_payment_method_title','PayPal'),(55053,1357,'_customer_ip_address','136.50.12.214'),(55054,1357,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(55055,1357,'_created_via','checkout'),(55056,1357,'_cart_hash','5ae41a2450e428825756e27a3f18117c'),(55057,1357,'_billing_first_name','Tracy'),(55058,1357,'_billing_last_name','Copeland'),(55059,1357,'_billing_company','LCA SA EAST'),(55060,1357,'_billing_address_1','14223 Silverhollow'),(55061,1357,'_billing_city','San Antonio'),(55062,1357,'_billing_state','TX'),(55063,1357,'_billing_postcode','78232'),(55064,1357,'_billing_country','US'),(55065,1357,'_billing_email','info@liceclinicsofsanantonio.com'),(55066,1357,'_billing_phone','2103135033'),(55067,1357,'_shipping_first_name','Tracy'),(55068,1357,'_shipping_last_name','Copeland'),(55069,1357,'_shipping_company','LCA SA EAST'),(55070,1357,'_shipping_address_1','14223 Silverhollow'),(55071,1357,'_shipping_city','San Antonio'),(55072,1357,'_shipping_state','TX'),(55073,1357,'_shipping_postcode','78232'),(55074,1357,'_shipping_country','US'),(55075,1357,'_order_currency','USD'),(55076,1357,'_cart_discount','0'),(55077,1357,'_cart_discount_tax','0'),(55078,1357,'_order_shipping','0'),(55079,1357,'_order_shipping_tax','0'),(55080,1357,'_order_tax','0'),(55081,1357,'_order_total','618.20'),(55082,1357,'_order_version','6.7.0'),(55083,1357,'_prices_include_tax','no'),(55084,1357,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(55085,1357,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(55086,1357,'is_vat_exempt','no'),(55087,1357,'Payment type','instant'),(55088,1357,'_transaction_id','8M816813UE050684U'),(55089,1357,'_paypal_status','completed'),(55090,1357,'PayPal Transaction Fee','22.07'),(55091,1357,'_date_paid','1659379244'),(55092,1357,'_paid_date','2022-08-01 18:40:44'),(55093,1357,'_download_permissions_granted','yes'),(55094,1357,'_recorded_sales','yes'),(55095,1357,'_recorded_coupon_usage_counts','yes'),(55096,1357,'_order_stock_reduced','yes'),(55097,1357,'_new_order_email_sent','true'),(55098,1358,'_order_key','wc_order_AlGB8WohBn17I'),(55099,1358,'_customer_user','47'),(55100,1358,'_payment_method','paypal'),(55101,1358,'_payment_method_title','PayPal'),(55102,1358,'_customer_ip_address','136.50.12.214'),(55103,1358,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(55104,1358,'_created_via','checkout'),(55105,1358,'_cart_hash','e881eb703262e6d74be834438da559cc'),(55106,1358,'_billing_first_name','Tracy'),(55107,1358,'_billing_last_name','Copeland'),(55108,1358,'_billing_company','LCA SA EAST'),(55109,1358,'_billing_address_1','14223 Silverhollow'),(55110,1358,'_billing_city','San Antonio'),(55111,1358,'_billing_state','TX'),(55112,1358,'_billing_postcode','78232'),(55113,1358,'_billing_country','US'),(55114,1358,'_billing_email','info@liceclinicsofsanantonio.com'),(55115,1358,'_billing_phone','2103135033'),(55116,1358,'_shipping_first_name','Tracy'),(55117,1358,'_shipping_last_name','Copeland'),(55118,1358,'_shipping_company','LCA SA EAST'),(55119,1358,'_shipping_address_1','14223 Silverhollow'),(55120,1358,'_shipping_city','San Antonio'),(55121,1358,'_shipping_state','TX'),(55122,1358,'_shipping_postcode','78232'),(55123,1358,'_shipping_country','US'),(55124,1358,'_order_currency','USD'),(55125,1358,'_cart_discount','0'),(55126,1358,'_cart_discount_tax','0'),(55127,1358,'_order_shipping','0'),(55128,1358,'_order_shipping_tax','0'),(55129,1358,'_order_tax','0'),(55130,1358,'_order_total','692.20'),(55131,1358,'_order_version','6.7.0'),(55132,1358,'_prices_include_tax','no'),(55133,1358,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(55134,1358,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(55135,1358,'is_vat_exempt','no'),(55136,1358,'Payment type','instant'),(55137,1358,'_transaction_id','7U7419887P2114246'),(55138,1358,'_paypal_status','completed'),(55139,1358,'PayPal Transaction Fee','24.65'),(55140,1358,'_date_paid','1659379749'),(55141,1358,'_paid_date','2022-08-01 18:49:09'),(55142,1358,'_download_permissions_granted','yes'),(55143,1358,'_recorded_sales','yes'),(55144,1358,'_recorded_coupon_usage_counts','yes'),(55145,1358,'_order_stock_reduced','yes'),(55146,1358,'_new_order_email_sent','true'),(55147,1359,'_order_key','wc_order_IfzGl86TEFB10'),(55148,1359,'_customer_user','47'),(55149,1359,'_payment_method','paypal'),(55150,1359,'_payment_method_title','PayPal'),(55151,1359,'_customer_ip_address','136.50.12.214'),(55152,1359,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(55153,1359,'_created_via','checkout'),(55154,1359,'_cart_hash','a72d895c09c35143cd5bfbdccdb05e03'),(55155,1359,'_billing_first_name','Tracy'),(55156,1359,'_billing_last_name','Copeland'),(55157,1359,'_billing_company','LCA SA WEST'),(55158,1359,'_billing_address_1','14223 Silverhollow'),(55159,1359,'_billing_city','San Antonio'),(55160,1359,'_billing_state','TX'),(55161,1359,'_billing_postcode','78232'),(55162,1359,'_billing_country','US'),(55163,1359,'_billing_email','info@liceclinicsofsanantonio.com'),(55164,1359,'_billing_phone','2103135033'),(55165,1359,'_shipping_first_name','Tracy'),(55166,1359,'_shipping_last_name','Copeland'),(55167,1359,'_shipping_company','LCA SA WEST'),(55168,1359,'_shipping_address_1','14223 Silverhollow'),(55169,1359,'_shipping_city','San Antonio'),(55170,1359,'_shipping_state','TX'),(55171,1359,'_shipping_postcode','78232'),(55172,1359,'_shipping_country','US'),(55173,1359,'_order_currency','USD'),(55174,1359,'_cart_discount','0'),(55175,1359,'_cart_discount_tax','0'),(55176,1359,'_order_shipping','0'),(55177,1359,'_order_shipping_tax','0'),(55178,1359,'_order_tax','0'),(55179,1359,'_order_total','560.20'),(55180,1359,'_order_version','6.7.0'),(55181,1359,'_prices_include_tax','no'),(55182,1359,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(55183,1359,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(55184,1359,'is_vat_exempt','no'),(55185,1359,'Payment type','instant'),(55186,1359,'_transaction_id','654753695B138053N'),(55187,1359,'_paypal_status','completed'),(55188,1359,'PayPal Transaction Fee','20.04'),(55189,1359,'_date_paid','1659384932'),(55190,1359,'_paid_date','2022-08-01 20:15:32'),(55191,1359,'_download_permissions_granted','yes'),(55192,1359,'_recorded_sales','yes'),(55193,1359,'_recorded_coupon_usage_counts','yes'),(55194,1359,'_order_stock_reduced','yes'),(55195,1359,'_new_order_email_sent','true'),(55203,1360,'_order_key','wc_order_1N5vik5bXmY26'),(55204,1360,'_customer_user','11'),(55205,1360,'_payment_method','paypal'),(55206,1360,'_payment_method_title','PayPal'),(55207,1360,'_customer_ip_address','74.131.22.162'),(55208,1360,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55209,1360,'_created_via','checkout'),(55210,1360,'_cart_hash','7da850560f1214f03fc7312fae72c898'),(55211,1360,'_billing_first_name','Tina'),(55212,1360,'_billing_last_name','Hunt'),(55213,1360,'_billing_company','LCBG, LLC'),(55214,1360,'_billing_address_1','830 Fairview Ave.'),(55215,1360,'_billing_address_2','Suite A-4'),(55216,1360,'_billing_city','Bowling Green'),(55217,1360,'_billing_state','KY'),(55218,1360,'_billing_postcode','42101'),(55219,1360,'_billing_country','US'),(55220,1360,'_billing_email','info@liceclinicsbowlinggreen.com'),(55221,1360,'_billing_phone','2709996803'),(55222,1360,'_shipping_first_name','Tina'),(55223,1360,'_shipping_last_name','Hunt'),(55224,1360,'_shipping_address_1','494 Hub Boulevard'),(55225,1360,'_shipping_address_2','Apt 1012'),(55226,1360,'_shipping_city','Bowling Green'),(55227,1360,'_shipping_state','KY'),(55228,1360,'_shipping_postcode','42101'),(55229,1360,'_shipping_country','US'),(55230,1360,'_order_currency','USD'),(55231,1360,'_cart_discount','0'),(55232,1360,'_cart_discount_tax','0'),(55233,1360,'_order_shipping','0'),(55234,1360,'_order_shipping_tax','0'),(55235,1360,'_order_tax','0'),(55236,1360,'_order_total','711.00'),(55237,1360,'_order_version','6.7.0'),(55238,1360,'_prices_include_tax','no'),(55239,1360,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(55240,1360,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(55241,1360,'is_vat_exempt','no'),(55242,1360,'Payment type','instant'),(55243,1360,'_transaction_id','935715251G252323E'),(55244,1360,'_paypal_status','completed'),(55245,1360,'PayPal Transaction Fee','25.30'),(55246,1360,'_date_paid','1659387321'),(55247,1360,'_paid_date','2022-08-01 20:55:21'),(55248,1360,'_download_permissions_granted','yes'),(55249,1360,'_recorded_sales','yes'),(55250,1360,'_recorded_coupon_usage_counts','yes'),(55251,1360,'_order_stock_reduced','yes'),(55252,1360,'_new_order_email_sent','true'),(55253,1354,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198176\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"80bd4c2960197aa27a3e9aacb6593c2f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198165\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"4c7ebeea254623be76c670793778c440\";}}'),(55254,1354,'_date_completed','1659452548'),(55255,1354,'_completed_date','2022-08-02 15:02:28'),(55256,1357,'_edit_lock','1659452601:2'),(55257,1357,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198154\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"028e3fca8ee15eff5ce9d18b371d6926\";}}'),(55258,1357,'_edit_last','2'),(55259,1357,'_date_completed','1659452704'),(55260,1357,'_completed_date','2022-08-02 15:05:04'),(55261,1355,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198100\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"980f815e4291f66d57fb6f73803422f9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198095\";s:12:\"date_shipped\";i:1659452790;s:11:\"tracking_id\";s:32:\"93a7c5020483a1b4ea666b6aa71c9bf0\";}}'),(55262,1355,'_date_completed','1659452793'),(55263,1355,'_completed_date','2022-08-02 15:06:33'),(55264,1356,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198018\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"a0b712a0bb6265739db0dd1b5b11a0fa\";}}'),(55265,1356,'_edit_last','2'),(55266,1356,'_date_completed','1659452895'),(55267,1356,'_completed_date','2022-08-02 15:08:15'),(55268,1361,'_order_key','wc_order_8BoF3EyKYhkwP'),(55269,1361,'_customer_user','64'),(55270,1361,'_payment_method','paypal'),(55271,1361,'_payment_method_title','PayPal'),(55272,1361,'_customer_ip_address','72.130.2.72'),(55273,1361,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55274,1361,'_created_via','checkout'),(55275,1361,'_cart_hash','2064170beb633d744a5454e9d227f637'),(55276,1361,'_billing_first_name','Barrie'),(55277,1361,'_billing_last_name','Desmond'),(55278,1361,'_billing_address_1','50 ALAHELE PL'),(55279,1361,'_billing_city','Kihei'),(55280,1361,'_billing_state','HI'),(55281,1361,'_billing_postcode','96753-7809'),(55282,1361,'_billing_country','US'),(55283,1361,'_billing_email','info@liceclinicshawaii.com'),(55284,1361,'_billing_phone','8082834247'),(55285,1361,'_shipping_first_name','Barrie'),(55286,1361,'_shipping_last_name','Desmond'),(55287,1361,'_shipping_address_1','50 ALAHELE PL'),(55288,1361,'_shipping_city','Kihei'),(55289,1361,'_shipping_state','HI'),(55290,1361,'_shipping_postcode','96753-7809'),(55291,1361,'_shipping_country','US'),(55292,1361,'_order_currency','USD'),(55293,1361,'_cart_discount','0'),(55294,1361,'_cart_discount_tax','0'),(55295,1361,'_order_shipping','641.63'),(55296,1361,'_order_shipping_tax','0'),(55297,1361,'_order_tax','0'),(55298,1361,'_order_total','1028.02'),(55299,1361,'_order_version','6.7.0'),(55300,1361,'_prices_include_tax','no'),(55301,1361,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(55302,1361,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(55303,1361,'is_vat_exempt','no'),(55305,1362,'_order_key','wc_order_rWWk01PnskDma'),(55306,1362,'_customer_user','76'),(55307,1362,'_payment_method','paypal'),(55308,1362,'_payment_method_title','PayPal'),(55309,1362,'_customer_ip_address','73.126.87.181'),(55310,1362,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(55311,1362,'_created_via','checkout'),(55312,1362,'_cart_hash','5570f45030535c25f09fb3cd031f9fd2'),(55313,1362,'_billing_first_name','Naomi'),(55314,1362,'_billing_last_name','Golden'),(55315,1362,'_billing_address_1','31 Mann Ave'),(55316,1362,'_billing_city','Needham'),(55317,1362,'_billing_state','MA'),(55318,1362,'_billing_postcode','02492'),(55319,1362,'_billing_country','US'),(55320,1362,'_billing_email','nrgolden6486@gmail.com'),(55321,1362,'_billing_phone','617-851-1322'),(55322,1362,'_shipping_first_name','Naomi'),(55323,1362,'_shipping_last_name','Golden'),(55324,1362,'_shipping_company','Lice Aunties'),(55325,1362,'_shipping_address_1','1234 Chestnut Street'),(55326,1362,'_shipping_city','Newton'),(55327,1362,'_shipping_state','MA'),(55328,1362,'_shipping_postcode','02464'),(55329,1362,'_shipping_country','US'),(55330,1362,'_order_currency','USD'),(55331,1362,'_cart_discount','0'),(55332,1362,'_cart_discount_tax','0'),(55333,1362,'_order_shipping','0'),(55334,1362,'_order_shipping_tax','0'),(55335,1362,'_order_tax','0'),(55336,1362,'_order_total','528.00'),(55337,1362,'_order_version','6.7.0'),(55338,1362,'_prices_include_tax','no'),(55339,1362,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(55340,1362,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(55341,1362,'is_vat_exempt','no'),(55342,1362,'Payment type','instant'),(55343,1362,'_transaction_id','52F76425L84361903'),(55344,1362,'_paypal_status','completed'),(55345,1362,'PayPal Transaction Fee','18.92'),(55346,1362,'_date_paid','1659527640'),(55347,1362,'_paid_date','2022-08-03 11:54:00'),(55348,1362,'_download_permissions_granted','yes'),(55349,1362,'_recorded_sales','yes'),(55350,1362,'_recorded_coupon_usage_counts','yes'),(55351,1362,'_order_stock_reduced','yes'),(55352,1362,'_new_order_email_sent','true'),(55391,1361,'acfw_shipping_discount_recalc','yes'),(55392,1361,'_edit_lock','1660076262:2'),(55393,1361,'_edit_last','2'),(55394,1361,'_recorded_coupon_usage_counts','yes'),(55395,515,'_used_by','64'),(55396,1360,'_edit_lock','1659548480:2'),(55397,1360,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198349\";s:12:\"date_shipped\";s:10:\"1659484800\";s:11:\"tracking_id\";s:32:\"1a77dbc071c20c6628d66b7431f51595\";}}'),(55398,1360,'_edit_last','2'),(55399,1360,'_date_completed','1659548586'),(55400,1360,'_completed_date','2022-08-03 17:43:06'),(55401,1359,'_edit_lock','1659549195:2'),(55402,1359,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198327\";s:12:\"date_shipped\";s:10:\"1659484800\";s:11:\"tracking_id\";s:32:\"1a770bbff76de1915646e320cedf2182\";}}'),(55403,1359,'_edit_last','2'),(55404,1359,'_date_completed','1659548911'),(55405,1359,'_completed_date','2022-08-03 17:48:31'),(55407,1365,'_order_key','wc_order_jTF6OsT5oqmlu'),(55408,1365,'_customer_user','77'),(55409,1365,'_payment_method','paypal'),(55410,1365,'_payment_method_title','PayPal'),(55411,1365,'_customer_ip_address','107.205.56.86'),(55412,1365,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55413,1365,'_created_via','checkout'),(55414,1365,'_cart_hash','d21b4a15e1c1a8b0c47af6f84f724a2b'),(55415,1365,'_billing_first_name','Phil'),(55416,1365,'_billing_last_name','Moon'),(55417,1365,'_billing_company','Lice Clinics of America-Bakersfield'),(55418,1365,'_billing_address_1','585 56th Street'),(55419,1365,'_billing_city','Oakland'),(55420,1365,'_billing_state','CA'),(55421,1365,'_billing_postcode','94609'),(55422,1365,'_billing_country','US'),(55423,1365,'_billing_email','info@liceclinicsfresno.com'),(55424,1365,'_billing_phone','5593046305'),(55425,1365,'_shipping_first_name','Kristen'),(55426,1365,'_shipping_last_name','Maroot-Rippee'),(55427,1365,'_shipping_company','Lice Busters LLC. Bakersfield'),(55428,1365,'_shipping_address_1','487 W. Scott Avenue'),(55429,1365,'_shipping_city','Fresno'),(55430,1365,'_shipping_state','CA'),(55431,1365,'_shipping_postcode','93704'),(55432,1365,'_shipping_country','US'),(55433,1365,'_order_currency','USD'),(55434,1365,'_cart_discount','0'),(55435,1365,'_cart_discount_tax','0'),(55436,1365,'_order_shipping','0'),(55437,1365,'_order_shipping_tax','0'),(55438,1365,'_order_tax','0'),(55439,1365,'_order_total','907.08'),(55440,1365,'_order_version','6.7.0'),(55441,1365,'_prices_include_tax','no'),(55442,1365,'_billing_address_index','Phil Moon Lice Clinics of America-Bakersfield 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(55443,1365,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Bakersfield 487 W. Scott Avenue  Fresno CA 93704 US '),(55444,1365,'is_vat_exempt','no'),(55445,1365,'Payment type','instant'),(55446,1365,'_transaction_id','5NU61414HT145425W'),(55447,1365,'_paypal_status','completed'),(55448,1365,'PayPal Transaction Fee','32.15'),(55449,1365,'_date_paid','1659636140'),(55450,1365,'_paid_date','2022-08-04 18:02:20'),(55451,1365,'_download_permissions_granted','yes'),(55452,1365,'_recorded_sales','yes'),(55453,1365,'_recorded_coupon_usage_counts','yes'),(55454,1365,'_order_stock_reduced','yes'),(55455,1365,'_new_order_email_sent','true'),(55456,1366,'_order_key','wc_order_j7T8IwjilFw8v'),(55457,1366,'_customer_user','78'),(55458,1366,'_payment_method','paypal'),(55459,1366,'_payment_method_title','PayPal'),(55460,1366,'_customer_ip_address','172.58.228.154'),(55461,1366,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1'),(55462,1366,'_created_via','checkout'),(55463,1366,'_cart_hash','4fcbb4523f03cfb78d293f7402ea0332'),(55464,1366,'_billing_first_name','Richard'),(55465,1366,'_billing_last_name','Florsheim'),(55466,1366,'_billing_company','Licura'),(55467,1366,'_billing_address_1','3827 w fairway heights dr'),(55468,1366,'_billing_city','Mequon'),(55469,1366,'_billing_state','NY'),(55470,1366,'_billing_postcode','53092'),(55471,1366,'_billing_country','US'),(55472,1366,'_billing_email','tara@liceclinicslongIsland.com'),(55473,1366,'_billing_phone','5619006382'),(55474,1366,'_shipping_first_name','Tara'),(55475,1366,'_shipping_last_name','Johnson'),(55476,1366,'_shipping_company','LCA'),(55477,1366,'_shipping_address_1','2330 Faye Ct'),(55478,1366,'_shipping_city','Merrick'),(55479,1366,'_shipping_state','NY'),(55480,1366,'_shipping_postcode','11566'),(55481,1366,'_shipping_country','US'),(55482,1366,'_order_currency','USD'),(55483,1366,'_cart_discount','0'),(55484,1366,'_cart_discount_tax','0'),(55485,1366,'_order_shipping','20.21'),(55486,1366,'_order_shipping_tax','0'),(55487,1366,'_order_tax','0'),(55488,1366,'_order_total','257.81'),(55489,1366,'_order_version','6.7.0'),(55490,1366,'_prices_include_tax','no'),(55491,1366,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(55492,1366,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(55493,1366,'is_vat_exempt','no'),(55494,1366,'Payment type','instant'),(55495,1366,'_transaction_id','9U021855XJ6594432'),(55496,1366,'_paypal_status','completed'),(55497,1366,'PayPal Transaction Fee','9.49'),(55498,1366,'_date_paid','1659713110'),(55499,1366,'_paid_date','2022-08-05 15:25:10'),(55500,1366,'_download_permissions_granted','yes'),(55501,1366,'_recorded_sales','yes'),(55502,1366,'_recorded_coupon_usage_counts','yes'),(55503,1366,'_order_stock_reduced','yes'),(55504,1366,'_new_order_email_sent','true'),(55505,1362,'_edit_lock','1659719845:2'),(55506,1362,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198430\";s:12:\"date_shipped\";s:10:\"1659657600\";s:11:\"tracking_id\";s:32:\"87b5a11e3cced667ca8081f43085d7af\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198420\";s:12:\"date_shipped\";i:1659719512;s:11:\"tracking_id\";s:32:\"239880a92a2f8adf07fbd015d9f6d83b\";}}'),(55507,1362,'_edit_last','2'),(55508,1362,'_date_completed','1659719516'),(55509,1362,'_completed_date','2022-08-05 17:11:56'),(55511,1367,'_order_key','wc_order_hPCgjtktPlfol'),(55512,1367,'_customer_user','6'),(55513,1367,'_payment_method','paypal'),(55514,1367,'_payment_method_title','PayPal'),(55515,1367,'_customer_ip_address','73.235.108.240'),(55516,1367,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55517,1367,'_created_via','checkout'),(55518,1367,'_cart_hash','017fd4a4bf2d76d505dd0a3fcdb933e6'),(55519,1367,'_billing_first_name','Amira'),(55520,1367,'_billing_last_name','Purto'),(55521,1367,'_billing_address_1','2628 Acapulco Way'),(55522,1367,'_billing_city','Modesto'),(55523,1367,'_billing_state','CA'),(55524,1367,'_billing_postcode','95355'),(55525,1367,'_billing_country','US'),(55526,1367,'_billing_email','amira77@sbcglobal.net'),(55527,1367,'_billing_phone','2096422061'),(55528,1367,'_shipping_first_name','Amira'),(55529,1367,'_shipping_last_name','Purto'),(55530,1367,'_shipping_address_1','2628 Acapulco Way'),(55531,1367,'_shipping_city','Modesto'),(55532,1367,'_shipping_state','CA'),(55533,1367,'_shipping_postcode','95355'),(55534,1367,'_shipping_country','US'),(55535,1367,'_order_currency','USD'),(55536,1367,'_cart_discount','0'),(55537,1367,'_cart_discount_tax','0'),(55538,1367,'_order_shipping','0'),(55539,1367,'_order_shipping_tax','0'),(55540,1367,'_order_tax','0'),(55541,1367,'_order_total','1196.80'),(55542,1367,'_order_version','6.7.0'),(55543,1367,'_prices_include_tax','no'),(55544,1367,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(55545,1367,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(55546,1367,'is_vat_exempt','no'),(55547,1367,'Payment type','instant'),(55548,1367,'_transaction_id','7JU19093P4520461D'),(55549,1367,'_paypal_status','completed'),(55550,1367,'PayPal Transaction Fee','42.26'),(55551,1367,'_date_paid','1659812171'),(55552,1367,'_paid_date','2022-08-06 18:56:11'),(55553,1367,'_download_permissions_granted','yes'),(55554,1367,'_recorded_sales','yes'),(55555,1367,'_recorded_coupon_usage_counts','yes'),(55556,1367,'_order_stock_reduced','yes'),(55557,1367,'_new_order_email_sent','true'),(55558,1368,'_order_key','wc_order_6HqrU7tahDaye'),(55559,1368,'_customer_user','20'),(55560,1368,'_payment_method','paypal'),(55561,1368,'_payment_method_title','PayPal'),(55562,1368,'_customer_ip_address','76.175.96.152'),(55563,1368,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14526.89.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.133 Safari/537.36'),(55564,1368,'_created_via','checkout'),(55565,1368,'_cart_hash','973af921dc7d4b1bc8c2d6cdcd187085'),(55566,1368,'_billing_first_name','Hasani'),(55567,1368,'_billing_last_name','Thompson'),(55568,1368,'_billing_company','Heat in Hair'),(55569,1368,'_billing_address_1','27225 Camp Plenty Road'),(55570,1368,'_billing_address_2','1D'),(55571,1368,'_billing_city','Santa Clarita'),(55572,1368,'_billing_state','CA'),(55573,1368,'_billing_postcode','91351'),(55574,1368,'_billing_country','US'),(55575,1368,'_billing_email','info@liceclinicssantaclarita.com'),(55576,1368,'_billing_phone','6615850263'),(55577,1368,'_shipping_first_name','Hasani'),(55578,1368,'_shipping_last_name','Thompson'),(55579,1368,'_shipping_company','Heat in Hair'),(55580,1368,'_shipping_address_1','5145 Nightsky Place'),(55581,1368,'_shipping_city','Palmdale'),(55582,1368,'_shipping_state','CA'),(55583,1368,'_shipping_postcode','93552'),(55584,1368,'_shipping_country','US'),(55585,1368,'_order_currency','USD'),(55586,1368,'_cart_discount','0'),(55587,1368,'_cart_discount_tax','0'),(55588,1368,'_order_shipping','0'),(55589,1368,'_order_shipping_tax','0'),(55590,1368,'_order_tax','0'),(55591,1368,'_order_total','560.24'),(55592,1368,'_order_version','6.7.0'),(55593,1368,'_prices_include_tax','no'),(55594,1368,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(55595,1368,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(55596,1368,'is_vat_exempt','no'),(55597,1368,'Payment type','instant'),(55598,1368,'_transaction_id','3UH19554X47332111'),(55599,1368,'_paypal_status','completed'),(55600,1368,'PayPal Transaction Fee','20.04'),(55601,1368,'_date_paid','1659897185'),(55602,1368,'_paid_date','2022-08-07 18:33:05'),(55603,1368,'_download_permissions_granted','yes'),(55604,1368,'_recorded_sales','yes'),(55605,1368,'_recorded_coupon_usage_counts','yes'),(55606,1368,'_order_stock_reduced','yes'),(55607,1368,'_new_order_email_sent','true'),(55608,1368,'_edit_lock','1659993230:2'),(55609,1368,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199231\";s:12:\"date_shipped\";s:10:\"1659916800\";s:11:\"tracking_id\";s:32:\"07845859938fae753fb9d7ae0a6d0d5c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199220\";s:12:\"date_shipped\";i:1659992962;s:11:\"tracking_id\";s:32:\"da98a5f4db247d0c8814c0fb99d9d9e6\";}}'),(55610,1368,'_edit_last','2'),(55611,1368,'_date_completed','1659993202'),(55612,1368,'_completed_date','2022-08-08 21:13:22'),(55613,1367,'_edit_lock','1659994142:2'),(55614,1367,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199139\";s:12:\"date_shipped\";s:10:\"1659916800\";s:11:\"tracking_id\";s:32:\"c210c77483ae5d53d1828239d04d65e2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199128\";s:12:\"date_shipped\";i:1659994240;s:11:\"tracking_id\";s:32:\"ea5b17087e825f5eb62ed21ae677feff\";}}'),(55615,1367,'_edit_last','2'),(55616,1367,'_date_completed','1659994248'),(55617,1367,'_completed_date','2022-08-08 21:30:48'),(55618,1366,'_edit_lock','1659994798:2'),(55619,1366,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199047\";s:12:\"date_shipped\";s:10:\"1659916800\";s:11:\"tracking_id\";s:32:\"eff7b76f83cb52c3bdd267e150de36ec\";}}'),(55620,1366,'_edit_last','2'),(55621,1366,'_date_completed','1659994879'),(55622,1366,'_completed_date','2022-08-08 21:41:19'),(55623,1361,'Payment type','instant'),(55624,1361,'_transaction_id','1KA221555A754740F'),(55625,1361,'_paypal_status','completed'),(55626,1361,'PayPal Transaction Fee','36.37'),(55627,1361,'_date_paid','1659995745'),(55628,1361,'_paid_date','2022-08-08 21:55:45'),(55629,1361,'_download_permissions_granted','yes'),(55630,1361,'_recorded_sales','yes'),(55631,1361,'_order_stock_reduced','yes'),(55632,1361,'_new_order_email_sent','true'),(55633,1369,'_order_key','wc_order_AJN7PX4pUZNjb'),(55634,1369,'_customer_user','83'),(55635,1369,'_payment_method','paypal'),(55636,1369,'_payment_method_title','PayPal'),(55637,1369,'_customer_ip_address','71.211.185.66'),(55638,1369,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55639,1369,'_created_via','checkout'),(55640,1369,'_cart_hash','82c0279f381ebcfa6f0fb52391cd2b73'),(55641,1369,'_billing_first_name','Tanya'),(55642,1369,'_billing_last_name','Kensley'),(55643,1369,'_billing_company','Lice Clinics of America'),(55644,1369,'_billing_address_1','4248 McMurry Ave'),(55645,1369,'_billing_city','Fort Collins'),(55646,1369,'_billing_state','CO'),(55647,1369,'_billing_postcode','80525'),(55648,1369,'_billing_country','US'),(55649,1369,'_billing_email','info@liceclinicsnortherncolorado.com'),(55650,1369,'_billing_phone','9702338787'),(55651,1369,'_shipping_first_name','Lice Clinics'),(55652,1369,'_shipping_last_name','America'),(55653,1369,'_shipping_company','Lice Clinics of America Longmont'),(55654,1369,'_shipping_address_1','421 21st Ave, Suite 210'),(55655,1369,'_shipping_city','Longmont'),(55656,1369,'_shipping_state','CO'),(55657,1369,'_shipping_postcode','80501'),(55658,1369,'_shipping_country','US'),(55659,1369,'_order_currency','USD'),(55660,1369,'_cart_discount','0'),(55661,1369,'_cart_discount_tax','0'),(55662,1369,'_order_shipping','21.91'),(55663,1369,'_order_shipping_tax','0'),(55664,1369,'_order_tax','0'),(55665,1369,'_order_total','106.39'),(55666,1369,'_order_version','6.7.0'),(55667,1369,'_prices_include_tax','no'),(55668,1369,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(55669,1369,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(55670,1369,'is_vat_exempt','no'),(55671,1370,'_order_key','wc_order_KvXrimDr4f7vQ'),(55672,1370,'_customer_user','4'),(55673,1370,'_payment_method','paypal'),(55674,1370,'_payment_method_title','PayPal'),(55675,1370,'_customer_ip_address','174.52.110.36'),(55676,1370,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(55677,1370,'_created_via','checkout'),(55678,1370,'_cart_hash','8cc18c9aa1f9f43d817539f88b4819dd'),(55679,1370,'_billing_first_name','David'),(55680,1370,'_billing_last_name','Washburn'),(55681,1370,'_billing_company','Larada Sciences'),(55682,1370,'_billing_address_1','154 East Myrtle Ave.'),(55683,1370,'_billing_address_2','Ste. #101'),(55684,1370,'_billing_city','Murray'),(55685,1370,'_billing_state','UT'),(55686,1370,'_billing_postcode','84107'),(55687,1370,'_billing_country','US'),(55688,1370,'_billing_email','david@laradasciences.com'),(55689,1370,'_billing_phone','8019197428'),(55690,1370,'_shipping_first_name','David'),(55691,1370,'_shipping_last_name','Washburn'),(55692,1370,'_shipping_company','Larada Sciences'),(55693,1370,'_shipping_address_1','154 East Myrtle Ave.'),(55694,1370,'_shipping_address_2','Ste. #101'),(55695,1370,'_shipping_city','Murray'),(55696,1370,'_shipping_state','UT'),(55697,1370,'_shipping_postcode','84107'),(55698,1370,'_shipping_country','US'),(55699,1370,'_order_currency','USD'),(55700,1370,'_cart_discount','0'),(55701,1370,'_cart_discount_tax','0'),(55702,1370,'_order_shipping','0'),(55703,1370,'_order_shipping_tax','0'),(55704,1370,'_order_tax','0'),(55705,1370,'_order_total','1517.36'),(55706,1370,'_order_version','6.7.0'),(55707,1370,'_prices_include_tax','no'),(55708,1370,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(55709,1370,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(55710,1370,'is_vat_exempt','no'),(55711,1370,'_edit_lock','1660078557:2'),(55712,1370,'_edit_last','2'),(55713,1370,'_recorded_coupon_usage_counts','yes'),(55714,1371,'_order_key','wc_order_cqeYkseHMPCTG'),(55715,1371,'_customer_user','67'),(55716,1371,'_payment_method','paypal'),(55717,1371,'_payment_method_title','PayPal'),(55718,1371,'_customer_ip_address','74.77.55.50'),(55719,1371,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(55720,1371,'_created_via','checkout'),(55721,1371,'_cart_hash','6c155f8624b7da8c1e0599d3d2c84352'),(55722,1371,'_billing_first_name','Marnie'),(55723,1371,'_billing_last_name','Murray'),(55724,1371,'_billing_company','Naughty Nits'),(55725,1371,'_billing_address_1','2809 Wehrle Drive'),(55726,1371,'_billing_address_2','Suite 10'),(55727,1371,'_billing_city','Williamsville'),(55728,1371,'_billing_state','NY'),(55729,1371,'_billing_postcode','14221'),(55730,1371,'_billing_country','US'),(55731,1371,'_billing_email','liceclinicsupstateny@gmail.com'),(55732,1371,'_billing_phone','7166265423'),(55733,1371,'_shipping_first_name','Marnie'),(55734,1371,'_shipping_last_name','Murray'),(55735,1371,'_shipping_company','LCA Buffalo'),(55736,1371,'_shipping_address_1','2809 Wehrle Drive'),(55737,1371,'_shipping_address_2','Suite 10'),(55738,1371,'_shipping_city','Williamsville'),(55739,1371,'_shipping_state','NY'),(55740,1371,'_shipping_postcode','14221'),(55741,1371,'_shipping_country','US'),(55742,1371,'_order_currency','USD'),(55743,1371,'_cart_discount','0'),(55744,1371,'_cart_discount_tax','0'),(55745,1371,'_order_shipping','0'),(55746,1371,'_order_shipping_tax','0'),(55747,1371,'_order_tax','0'),(55748,1371,'_order_total','1295.92'),(55749,1371,'_order_version','6.7.0'),(55750,1371,'_prices_include_tax','no'),(55751,1371,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(55752,1371,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(55753,1371,'is_vat_exempt','no'),(55754,1371,'Payment type','instant'),(55755,1371,'_transaction_id','8XT71836TV848422D'),(55756,1371,'_paypal_status','completed'),(55757,1371,'PayPal Transaction Fee','45.72'),(55758,1371,'_date_paid','1660061534'),(55759,1371,'_paid_date','2022-08-09 16:12:14'),(55760,1371,'_download_permissions_granted','yes'),(55761,1371,'_recorded_sales','yes'),(55762,1371,'_recorded_coupon_usage_counts','yes'),(55763,1371,'_order_stock_reduced','yes'),(55764,1371,'_new_order_email_sent','true'),(55765,1370,'Payment type','instant'),(55766,1370,'_transaction_id','4TC54450EX248105D'),(55767,1370,'_paypal_status','completed'),(55768,1370,'PayPal Transaction Fee','53.45'),(55769,1370,'_date_paid','1660065627'),(55770,1370,'_paid_date','2022-08-09 17:20:27'),(55771,1370,'_download_permissions_granted','yes'),(55772,1370,'_recorded_sales','yes'),(55773,1370,'_order_stock_reduced','yes'),(55774,1370,'_new_order_email_sent','true'),(55775,1372,'_order_key','wc_order_uP3UQZRMHWAAj'),(55776,1372,'_customer_user','61'),(55777,1372,'_payment_method','paypal'),(55778,1372,'_payment_method_title','PayPal'),(55779,1372,'_customer_ip_address','217.180.201.101'),(55780,1372,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(55781,1372,'_created_via','checkout'),(55782,1372,'_cart_hash','70c789075d710fcddad6830f08dac52b'),(55783,1372,'_billing_first_name','Judy'),(55784,1372,'_billing_last_name','Hayden'),(55785,1372,'_billing_company','Lice Clinics of America Lexington'),(55786,1372,'_billing_address_1','1795 Alysheba Way Suite 4105'),(55787,1372,'_billing_address_2','Ste 4105'),(55788,1372,'_billing_city','Lexington'),(55789,1372,'_billing_state','KY'),(55790,1372,'_billing_postcode','40509'),(55791,1372,'_billing_country','US'),(55792,1372,'_billing_email','judy@liceclinicscincinnati.com'),(55793,1372,'_billing_phone','8595376966'),(55794,1372,'_shipping_first_name','Judy'),(55795,1372,'_shipping_last_name','Hayden'),(55796,1372,'_shipping_company','Lice Clinics of America Lexington'),(55797,1372,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(55798,1372,'_shipping_city','Lexington'),(55799,1372,'_shipping_state','KY'),(55800,1372,'_shipping_postcode','40509'),(55801,1372,'_shipping_country','US'),(55802,1372,'_order_currency','USD'),(55803,1372,'_cart_discount','0'),(55804,1372,'_cart_discount_tax','0'),(55805,1372,'_order_shipping','0'),(55806,1372,'_order_shipping_tax','0'),(55807,1372,'_order_tax','0'),(55808,1372,'_order_total','848.79'),(55809,1372,'_order_version','6.7.0'),(55810,1372,'_prices_include_tax','no'),(55811,1372,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(55812,1372,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(55813,1372,'is_vat_exempt','no'),(55814,1372,'Payment type','instant'),(55815,1372,'_transaction_id','41572987C38049007'),(55816,1372,'_paypal_status','completed'),(55817,1372,'PayPal Transaction Fee','30.11'),(55818,1372,'_date_paid','1660072235'),(55819,1372,'_paid_date','2022-08-09 19:10:35'),(55820,1372,'_download_permissions_granted','yes'),(55821,1372,'_recorded_sales','yes'),(55822,1372,'_recorded_coupon_usage_counts','yes'),(55823,1372,'_order_stock_reduced','yes'),(55824,1372,'_new_order_email_sent','true'),(55825,1371,'_edit_lock','1660075614:2'),(55826,1371,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199437\";s:12:\"date_shipped\";s:10:\"1660003200\";s:11:\"tracking_id\";s:32:\"86a9d97385f32c442ce281db268b3cd2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199426\";s:12:\"date_shipped\";i:1660075738;s:11:\"tracking_id\";s:32:\"7b1b02dcdab3257f8b53ff79e15c0fb5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199415\";s:12:\"date_shipped\";i:1660075745;s:11:\"tracking_id\";s:32:\"efb10b0ffd8f146010d14c34f3e6e3b9\";}}'),(55827,1371,'_edit_last','2'),(55828,1371,'_date_completed','1660075747'),(55829,1371,'_completed_date','2022-08-09 20:09:07'),(55830,1361,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199367\";s:12:\"date_shipped\";s:10:\"1660003200\";s:11:\"tracking_id\";s:32:\"5498f52f272664ab5b63fd96d447e39c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199356\";s:12:\"date_shipped\";i:1660076388;s:11:\"tracking_id\";s:32:\"35e731bc4cfa59274dc79a307863b9e4\";}}'),(55831,1361,'_date_completed','1660076395'),(55832,1361,'_completed_date','2022-08-09 20:19:55'),(55833,1369,'_edit_lock','1660172594:2'),(55834,1369,'_edit_last','2'),(55835,1369,'_recorded_coupon_usage_counts','yes'),(55836,1370,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199470\";s:12:\"date_shipped\";s:10:\"1660003200\";s:11:\"tracking_id\";s:32:\"a07efdca29927b3311f9537758958032\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199460\";s:12:\"date_shipped\";i:1660078579;s:11:\"tracking_id\";s:32:\"21d268a5ae269d1d91948f42b32884c4\";}}'),(55837,1370,'_date_completed','1660078585'),(55838,1370,'_completed_date','2022-08-09 20:56:25'),(55839,1369,'Payment type','instant'),(55840,1369,'_transaction_id','63H85972TL752762F'),(55841,1369,'_paypal_status','completed'),(55842,1369,'PayPal Transaction Fee','4.20'),(55843,1369,'_date_paid','1660078808'),(55844,1369,'_paid_date','2022-08-09 21:00:08'),(55845,1369,'_download_permissions_granted','yes'),(55846,1369,'_recorded_sales','yes'),(55847,1369,'_order_stock_reduced','yes'),(55848,1369,'_new_order_email_sent','true'),(55849,1373,'_order_key','wc_order_hEpn1Ip7XYsx5'),(55850,1373,'_customer_user','0'),(55851,1373,'_payment_method','paypal'),(55852,1373,'_payment_method_title','PayPal'),(55853,1373,'_customer_ip_address','136.49.57.192'),(55854,1373,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(55855,1373,'_created_via','checkout'),(55856,1373,'_cart_hash','1d46d86e593964cefd3b2281d729c3fb'),(55857,1373,'_billing_first_name','Lee'),(55858,1373,'_billing_last_name','Rogers'),(55859,1373,'_billing_company','United States'),(55860,1373,'_billing_address_1','40 N Interstate 35'),(55861,1373,'_billing_address_2','APT 4B2'),(55862,1373,'_billing_city','Austin'),(55863,1373,'_billing_state','TX'),(55864,1373,'_billing_postcode','78701'),(55865,1373,'_billing_country','US'),(55866,1373,'_billing_email','leerogers@flash.net'),(55867,1373,'_billing_phone','316-727-9951'),(55868,1373,'_shipping_first_name','Kaitlin'),(55869,1373,'_shipping_last_name','Ryan'),(55870,1373,'_shipping_company','LCA Dublin'),(55871,1373,'_shipping_address_1','5910 Wilcox Place'),(55872,1373,'_shipping_address_2','Suite E'),(55873,1373,'_shipping_city','Dublin'),(55874,1373,'_shipping_state','OH'),(55875,1373,'_shipping_postcode','43016'),(55876,1373,'_shipping_country','US'),(55877,1373,'_order_currency','USD'),(55878,1373,'_cart_discount','0'),(55879,1373,'_cart_discount_tax','0'),(55880,1373,'_order_shipping','0'),(55881,1373,'_order_shipping_tax','0'),(55882,1373,'_order_tax','0'),(55883,1373,'_order_total','1453.52'),(55884,1373,'_order_version','6.7.0'),(55885,1373,'_prices_include_tax','no'),(55886,1373,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(55887,1373,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(55888,1373,'is_vat_exempt','no'),(55889,1373,'Payment type','instant'),(55890,1373,'_transaction_id','7V256974H2342832S'),(55891,1373,'_paypal_status','completed'),(55892,1373,'PayPal Transaction Fee','51.22'),(55893,1373,'_date_paid','1660098095'),(55894,1373,'_paid_date','2022-08-10 02:21:35'),(55895,1373,'_download_permissions_granted','yes'),(55896,1373,'_recorded_sales','yes'),(55897,1373,'_recorded_coupon_usage_counts','yes'),(55898,1373,'_order_stock_reduced','yes'),(55899,1373,'_new_order_email_sent','true'),(55900,1374,'_order_key','wc_order_1QAeuwdmVxc7q'),(55901,1374,'_customer_user','47'),(55902,1374,'_payment_method','paypal'),(55903,1374,'_payment_method_title','PayPal'),(55904,1374,'_customer_ip_address','72.177.241.58'),(55905,1374,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(55906,1374,'_created_via','checkout'),(55907,1374,'_cart_hash','d5fd4eea22ef9f4ec7a6e5f9585e2392'),(55908,1374,'_billing_first_name','Tracy'),(55909,1374,'_billing_last_name','Copeland'),(55910,1374,'_billing_company','LCA SA WEST'),(55911,1374,'_billing_address_1','14223 Silverhollow'),(55912,1374,'_billing_city','San Antonio'),(55913,1374,'_billing_state','TX'),(55914,1374,'_billing_postcode','78232'),(55915,1374,'_billing_country','US'),(55916,1374,'_billing_email','info@liceclinicsofsanantonio.com'),(55917,1374,'_billing_phone','2103135033'),(55918,1374,'_shipping_first_name','Tracy'),(55919,1374,'_shipping_last_name','Copeland'),(55920,1374,'_shipping_company','LCA SA WEST'),(55921,1374,'_shipping_address_1','14223 Silverhollow'),(55922,1374,'_shipping_city','San Antonio'),(55923,1374,'_shipping_state','TX'),(55924,1374,'_shipping_postcode','78232'),(55925,1374,'_shipping_country','US'),(55926,1374,'_order_currency','USD'),(55927,1374,'_cart_discount','0'),(55928,1374,'_cart_discount_tax','0'),(55929,1374,'_order_shipping','0'),(55930,1374,'_order_shipping_tax','0'),(55931,1374,'_order_tax','0'),(55932,1374,'_order_total','506.36'),(55933,1374,'_order_version','6.7.0'),(55934,1374,'_prices_include_tax','no'),(55935,1374,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(55936,1374,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(55937,1374,'is_vat_exempt','no'),(55938,1374,'Payment type','instant'),(55939,1374,'_transaction_id','11E90593N8230891S'),(55940,1374,'_paypal_status','completed'),(55941,1374,'PayPal Transaction Fee','18.16'),(55942,1374,'_date_paid','1660148308'),(55943,1374,'_paid_date','2022-08-10 16:18:28'),(55944,1374,'_download_permissions_granted','yes'),(55945,1374,'_recorded_sales','yes'),(55946,1374,'_recorded_coupon_usage_counts','yes'),(55947,1374,'_order_stock_reduced','yes'),(55948,1374,'_new_order_email_sent','true'),(55949,1375,'_order_key','wc_order_N6Kh9Qsl8k6qw'),(55950,1375,'_customer_user','47'),(55951,1375,'_payment_method','paypal'),(55952,1375,'_payment_method_title','PayPal'),(55953,1375,'_customer_ip_address','72.177.241.58'),(55954,1375,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(55955,1375,'_created_via','checkout'),(55956,1375,'_cart_hash','6deb037fff4458b3fa1ce8b2ba3f7027'),(55957,1375,'_billing_first_name','Tracy'),(55958,1375,'_billing_last_name','Copeland'),(55959,1375,'_billing_company','LCA SA WEST'),(55960,1375,'_billing_address_1','14223 Silverhollow'),(55961,1375,'_billing_city','San Antonio'),(55962,1375,'_billing_state','TX'),(55963,1375,'_billing_postcode','78232'),(55964,1375,'_billing_country','US'),(55965,1375,'_billing_email','info@liceclinicsofsanantonio.com'),(55966,1375,'_billing_phone','2103135033'),(55967,1375,'_shipping_first_name','Tracy'),(55968,1375,'_shipping_last_name','Copeland'),(55969,1375,'_shipping_company','LCA SA WEST'),(55970,1375,'_shipping_address_1','14223 Silverhollow'),(55971,1375,'_shipping_city','San Antonio'),(55972,1375,'_shipping_state','TX'),(55973,1375,'_shipping_postcode','78232'),(55974,1375,'_shipping_country','US'),(55975,1375,'_order_currency','USD'),(55976,1375,'_cart_discount','0'),(55977,1375,'_cart_discount_tax','0'),(55978,1375,'_order_shipping','0'),(55979,1375,'_order_shipping_tax','0'),(55980,1375,'_order_tax','0'),(55981,1375,'_order_total','567.64'),(55982,1375,'_order_version','6.7.0'),(55983,1375,'_prices_include_tax','no'),(55984,1375,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(55985,1375,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(55986,1375,'is_vat_exempt','no'),(55987,1375,'Payment type','instant'),(55988,1375,'_transaction_id','3RV50657SF039014C'),(55989,1375,'_paypal_status','completed'),(55990,1375,'PayPal Transaction Fee','20.30'),(55991,1375,'_date_paid','1660148626'),(55992,1375,'_paid_date','2022-08-10 16:23:46'),(55993,1375,'_download_permissions_granted','yes'),(55994,1375,'_recorded_sales','yes'),(55995,1375,'_recorded_coupon_usage_counts','yes'),(55996,1375,'_order_stock_reduced','yes'),(55997,1375,'_new_order_email_sent','true'),(55998,1372,'_edit_lock','1660148924:2'),(55999,1372,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199562\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"7b8d80b4918299fd6769af483b6194c7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199551\";s:12:\"date_shipped\";i:1660149040;s:11:\"tracking_id\";s:32:\"1bfb4990db0191ca81f01e831f1110ae\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199540\";s:12:\"date_shipped\";i:1660149049;s:11:\"tracking_id\";s:32:\"2f89d5a6e302f475e2a6031266aa7d3a\";}}'),(56000,1372,'_edit_last','2'),(56001,1372,'_date_completed','1660149056'),(56002,1372,'_completed_date','2022-08-10 16:30:56'),(56003,1376,'_order_key','wc_order_LXuL0H4LHP9h3'),(56004,1376,'_customer_user','25'),(56005,1376,'_payment_method','paypal'),(56006,1376,'_payment_method_title','PayPal'),(56007,1376,'_customer_ip_address','23.124.3.136'),(56008,1376,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(56009,1376,'_created_via','checkout'),(56010,1376,'_cart_hash','2ae5ab2af6ba098a9327776ff13c2a5e'),(56011,1376,'_billing_first_name','Blaine'),(56012,1376,'_billing_last_name','Tyrone'),(56013,1376,'_billing_address_1','111 Regency Dr'),(56014,1376,'_billing_city','Hattiesburg'),(56015,1376,'_billing_state','MS'),(56016,1376,'_billing_postcode','39402'),(56017,1376,'_billing_country','US'),(56018,1376,'_billing_email','info@liceclinicssouthms.com'),(56019,1376,'_billing_phone','6016063355'),(56020,1376,'_shipping_first_name','Blaine'),(56021,1376,'_shipping_last_name','Tyrone'),(56022,1376,'_shipping_address_1','111 Regency Dr'),(56023,1376,'_shipping_city','Hattiesburg'),(56024,1376,'_shipping_state','MS'),(56025,1376,'_shipping_postcode','39402'),(56026,1376,'_shipping_country','US'),(56027,1376,'_order_currency','USD'),(56028,1376,'_cart_discount','0'),(56029,1376,'_cart_discount_tax','0'),(56030,1376,'_order_shipping','0'),(56031,1376,'_order_shipping_tax','0'),(56032,1376,'_order_tax','0'),(56033,1376,'_order_total','509.43'),(56034,1376,'_order_version','6.7.0'),(56035,1376,'_prices_include_tax','no'),(56036,1376,'_billing_address_index','Blaine Tyrone  111 Regency Dr  Hattiesburg MS 39402 US info@liceclinicssouthms.com 6016063355'),(56037,1376,'_shipping_address_index','Blaine Tyrone  111 Regency Dr  Hattiesburg MS 39402 US '),(56038,1376,'is_vat_exempt','no'),(56039,1376,'Payment type','instant'),(56040,1376,'_transaction_id','5KH53403U3761970F'),(56041,1376,'_paypal_status','completed'),(56042,1376,'PayPal Transaction Fee','18.27'),(56043,1376,'_date_paid','1660149267'),(56044,1376,'_paid_date','2022-08-10 16:34:27'),(56045,1376,'_download_permissions_granted','yes'),(56046,1376,'_recorded_sales','yes'),(56047,1376,'_recorded_coupon_usage_counts','yes'),(56048,1376,'_order_stock_reduced','yes'),(56049,1376,'_new_order_email_sent','true'),(56050,1376,'_edit_lock','1660172238:2'),(56051,1376,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199735\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"d935048962ea00d184fe3220df8a446b\";}}'),(56052,1376,'_edit_last','2'),(56053,1376,'_date_completed','1660172369'),(56054,1376,'_completed_date','2022-08-10 22:59:29'),(56055,1375,'_edit_lock','1660172281:2'),(56056,1375,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199724\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"9348640150d42e0d695503cb95646a78\";}}'),(56057,1375,'_edit_last','2'),(56058,1375,'_date_completed','1660172412'),(56059,1375,'_completed_date','2022-08-10 23:00:12'),(56060,1374,'_edit_lock','1660172474:2'),(56061,1374,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199713\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"9c330184a8c4f94f53264e9315f6dcdc\";}}'),(56062,1374,'_edit_last','2'),(56063,1374,'_date_completed','1660172439'),(56064,1374,'_completed_date','2022-08-10 23:00:39'),(56065,1373,'_edit_lock','1660172437:2'),(56066,1373,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199676\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"25ce8cee33d246d42f987612721e0336\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199665\";s:12:\"date_shipped\";i:1660172519;s:11:\"tracking_id\";s:32:\"60726d5c95594aae875393cb4b6be9ab\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199654\";s:12:\"date_shipped\";i:1660172525;s:11:\"tracking_id\";s:32:\"12d033da5d61d1995b6c682fc2ce251c\";}}'),(56067,1373,'_edit_last','2'),(56068,1373,'_date_completed','1660172568'),(56069,1373,'_completed_date','2022-08-10 23:02:48'),(56070,1369,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199632\";s:12:\"date_shipped\";s:10:\"1660089600\";s:11:\"tracking_id\";s:32:\"f5ae8d4d7382d57cbe3a01075ba8e1e5\";}}'),(56071,1369,'_date_completed','1660172724'),(56072,1369,'_completed_date','2022-08-10 23:05:24'),(56073,1378,'_order_key','wc_order_mdrFOXIEQGsJM'),(56074,1378,'_customer_user','43'),(56075,1378,'_payment_method','paypal'),(56076,1378,'_payment_method_title','PayPal'),(56077,1378,'_customer_ip_address','73.23.141.96'),(56078,1378,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1'),(56079,1378,'_created_via','checkout'),(56080,1378,'_cart_hash','86b2b5250eaec8dede9e67a367613185'),(56081,1378,'_billing_first_name','Ryan'),(56082,1378,'_billing_last_name','Nelson'),(56083,1378,'_billing_address_1','140 Flame Vine drive'),(56084,1378,'_billing_city','Naples'),(56085,1378,'_billing_state','FL'),(56086,1378,'_billing_postcode','34110'),(56087,1378,'_billing_country','US'),(56088,1378,'_billing_email','Rjnelson73@gmail.com'),(56089,1378,'_billing_phone','239-281-0719'),(56090,1378,'_shipping_first_name','Ryan'),(56091,1378,'_shipping_last_name','Nelson'),(56092,1378,'_shipping_address_1','140 Flame Vine drive'),(56093,1378,'_shipping_city','Naples'),(56094,1378,'_shipping_state','FL'),(56095,1378,'_shipping_postcode','34110'),(56096,1378,'_shipping_country','US'),(56097,1378,'_order_currency','USD'),(56098,1378,'_cart_discount','0'),(56099,1378,'_cart_discount_tax','0'),(56100,1378,'_order_shipping','27.32'),(56101,1378,'_order_shipping_tax','0'),(56102,1378,'_order_tax','0'),(56103,1378,'_order_total','289.16'),(56104,1378,'_order_version','6.7.0'),(56105,1378,'_prices_include_tax','no'),(56106,1378,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(56107,1378,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(56108,1378,'is_vat_exempt','no'),(56109,1378,'_edit_lock','1660574443:2'),(56110,1378,'_edit_last','2'),(56111,1378,'_recorded_coupon_usage_counts','yes'),(56112,1365,'_edit_lock','1660236443:2'),(56113,1358,'_edit_lock','1660236344:2'),(56114,1365,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198599\";s:12:\"date_shipped\";s:10:\"1659571200\";s:11:\"tracking_id\";s:32:\"648441a3de5d9b35dc46eccc9abc8974\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198603\";s:12:\"date_shipped\";i:1660236429;s:11:\"tracking_id\";s:32:\"bad2a183620faf39ebdc04b8b082cf54\";}}'),(56115,1365,'_edit_last','2'),(56116,1365,'_date_completed','1660236435'),(56117,1365,'_completed_date','2022-08-11 16:47:15'),(56118,1358,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830198224\";s:12:\"date_shipped\";s:10:\"1659398400\";s:11:\"tracking_id\";s:32:\"862cbe72354212fc636e7cefbd969af8\";}}'),(56119,1358,'_edit_last','2'),(56120,1358,'_date_completed','1660236475'),(56121,1358,'_completed_date','2022-08-11 16:47:55'),(56122,1353,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197879\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"53f27ff5b8be46dafe187a657a7f9b21\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197880\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"62645a592a009991fd8f135603a2bd4a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197890\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"c66c05467b68cff33b3ec82469875883\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830197905\";s:12:\"date_shipped\";s:10:\"1659312000\";s:11:\"tracking_id\";s:32:\"ae8542d394ee456dc642a951260f6c95\";}}'),(56123,1353,'_edit_last','2'),(56124,1353,'_date_completed','1660236679'),(56125,1353,'_completed_date','2022-08-11 16:51:19'),(56126,1378,'Payment type','instant'),(56127,1378,'_transaction_id','9AK29719EY415670M'),(56128,1378,'_paypal_status','completed'),(56129,1378,'PayPal Transaction Fee','10.58'),(56130,1378,'_date_paid','1660236758'),(56131,1378,'_paid_date','2022-08-11 16:52:38'),(56132,1378,'_download_permissions_granted','yes'),(56133,1378,'_recorded_sales','yes'),(56134,1378,'_order_stock_reduced','yes'),(56135,1378,'_new_order_email_sent','true'),(56136,1379,'_order_key','wc_order_WL1Xu6q1ZX21y'),(56137,1379,'_customer_user','67'),(56138,1379,'_payment_method','paypal'),(56139,1379,'_payment_method_title','PayPal'),(56140,1379,'_customer_ip_address','74.77.55.50'),(56141,1379,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(56142,1379,'_created_via','checkout'),(56143,1379,'_cart_hash','5d0c91f37855ade7bfd2af437e2fc260'),(56144,1379,'_billing_first_name','Marnie'),(56145,1379,'_billing_last_name','Murray'),(56146,1379,'_billing_company','Naughty Nits'),(56147,1379,'_billing_address_1','2809 Wehrle Drive'),(56148,1379,'_billing_address_2','Suite 10'),(56149,1379,'_billing_city','Williamsville'),(56150,1379,'_billing_state','NY'),(56151,1379,'_billing_postcode','14221'),(56152,1379,'_billing_country','US'),(56153,1379,'_billing_email','liceclinicsupstateny@gmail.com'),(56154,1379,'_billing_phone','7166265423'),(56155,1379,'_shipping_first_name','Marnie'),(56156,1379,'_shipping_last_name','Murray'),(56157,1379,'_shipping_company','LCA Buffalo'),(56158,1379,'_shipping_address_1','2809 Wehrle Drive'),(56159,1379,'_shipping_address_2','Suite 10'),(56160,1379,'_shipping_city','Williamsville'),(56161,1379,'_shipping_state','NY'),(56162,1379,'_shipping_postcode','14221'),(56163,1379,'_shipping_country','US'),(56164,1379,'_order_currency','USD'),(56165,1379,'_cart_discount','0'),(56166,1379,'_cart_discount_tax','0'),(56167,1379,'_order_shipping','24.47'),(56168,1379,'_order_shipping_tax','0'),(56169,1379,'_order_tax','0'),(56170,1379,'_order_total','186.86'),(56171,1379,'_order_version','6.7.0'),(56172,1379,'_prices_include_tax','no'),(56173,1379,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(56174,1379,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(56176,1379,'is_vat_exempt','no'),(56177,1379,'Payment type','instant'),(56178,1379,'_transaction_id','12V7862177809235X'),(56179,1379,'_paypal_status','completed'),(56180,1379,'PayPal Transaction Fee','7.01'),(56181,1379,'_date_paid','1660238476'),(56182,1379,'_paid_date','2022-08-11 17:21:16'),(56183,1379,'_download_permissions_granted','yes'),(56184,1379,'_recorded_sales','yes'),(56185,1379,'_recorded_coupon_usage_counts','yes'),(56186,1379,'_order_stock_reduced','yes'),(56187,1379,'_new_order_email_sent','true'),(56188,1380,'_order_key','wc_order_0Uvvk5Sj068RI'),(56189,1380,'_customer_user','3'),(56190,1380,'_payment_method','paypal'),(56191,1380,'_payment_method_title','PayPal'),(56192,1380,'_customer_ip_address','70.142.202.154'),(56193,1380,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(56194,1380,'_created_via','checkout'),(56195,1380,'_cart_hash','d5a7a15dca13eddfda16103e9ccdedd1'),(56196,1380,'_billing_first_name','Amanda'),(56197,1380,'_billing_last_name','Westerman'),(56198,1380,'_billing_company','Lice Clinics of America McKinney'),(56199,1380,'_billing_address_1','3120 Hudson Crossing'),(56200,1380,'_billing_address_2','Suite A2'),(56201,1380,'_billing_city','MCKINNEY'),(56202,1380,'_billing_state','TX'),(56203,1380,'_billing_postcode','75070'),(56204,1380,'_billing_country','US'),(56205,1380,'_billing_email','awesterman1103@gmail.com'),(56206,1380,'_billing_phone','2144175741'),(56207,1380,'_shipping_first_name','Amanda'),(56208,1380,'_shipping_last_name','Westerman'),(56209,1380,'_shipping_company','Lice Clinics of America McKinney'),(56210,1380,'_shipping_address_1','3120 Hudson Crossing'),(56211,1380,'_shipping_address_2','Suite A2'),(56212,1380,'_shipping_city','MCKINNEY'),(56213,1380,'_shipping_state','TX'),(56214,1380,'_shipping_postcode','75070'),(56215,1380,'_shipping_country','US'),(56216,1380,'_order_currency','USD'),(56217,1380,'_cart_discount','0'),(56218,1380,'_cart_discount_tax','0'),(56219,1380,'_order_shipping','0'),(56220,1380,'_order_shipping_tax','0'),(56221,1380,'_order_tax','0'),(56222,1380,'_order_total','764.08'),(56223,1380,'_order_version','6.7.0'),(56224,1380,'_prices_include_tax','no'),(56225,1380,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(56226,1380,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(56227,1380,'is_vat_exempt','no'),(56228,1380,'Payment type','instant'),(56229,1380,'_transaction_id','9JP4242050896245P'),(56230,1380,'_paypal_status','completed'),(56231,1380,'PayPal Transaction Fee','27.16'),(56232,1380,'_date_paid','1660322728'),(56233,1380,'_paid_date','2022-08-12 16:45:28'),(56234,1380,'_download_permissions_granted','yes'),(56235,1380,'_recorded_sales','yes'),(56236,1380,'_recorded_coupon_usage_counts','yes'),(56237,1380,'_order_stock_reduced','yes'),(56238,1380,'_new_order_email_sent','true'),(56239,1381,'_order_key','wc_order_gXRNTtcS6UCJ6'),(56240,1381,'_customer_user','54'),(56241,1381,'_payment_method','paypal'),(56242,1381,'_payment_method_title','PayPal'),(56243,1381,'_customer_ip_address','172.58.140.50'),(56244,1381,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/18.0 Chrome/99.0.4844.88 Mobile Safari/537.36'),(56245,1381,'_created_via','checkout'),(56246,1381,'_cart_hash','66370ad681bd8764f6d20d1c2de5cfc0'),(56247,1381,'_billing_first_name','Erin'),(56248,1381,'_billing_last_name','Hawn'),(56249,1381,'_billing_address_1','10 W Phillip Rd'),(56250,1381,'_billing_address_2','123'),(56251,1381,'_billing_city','Vernon Hills'),(56252,1381,'_billing_state','IL'),(56253,1381,'_billing_postcode','60061'),(56254,1381,'_billing_country','US'),(56255,1381,'_billing_email','info@liceclinicsvernonhills.com'),(56256,1381,'_billing_phone','8475960408'),(56257,1381,'_shipping_first_name','Erin'),(56258,1381,'_shipping_last_name','Hawn'),(56259,1381,'_shipping_address_1','1491 S Amarias Dr'),(56260,1381,'_shipping_city','Round lake'),(56261,1381,'_shipping_state','IL'),(56262,1381,'_shipping_postcode','60073'),(56263,1381,'_shipping_country','US'),(56264,1381,'_order_currency','USD'),(56265,1381,'_cart_discount','0'),(56266,1381,'_cart_discount_tax','0'),(56267,1381,'_order_shipping','0'),(56268,1381,'_order_shipping_tax','0'),(56269,1381,'_order_tax','0'),(56270,1381,'_order_total','635.20'),(56271,1381,'_order_version','6.7.0'),(56272,1381,'_prices_include_tax','no'),(56273,1381,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(56274,1381,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(56275,1381,'is_vat_exempt','no'),(56276,1382,'_order_key','wc_order_HChaztVkRiuRq'),(56277,1382,'_customer_user','54'),(56278,1382,'_payment_method','paypal'),(56279,1382,'_payment_method_title','PayPal'),(56280,1382,'_customer_ip_address','172.58.140.50'),(56281,1382,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/18.0 Chrome/99.0.4844.88 Mobile Safari/537.36'),(56282,1382,'_created_via','checkout'),(56283,1382,'_cart_hash','2db6b8d0775f9d3ce1c36ea11a52ec74'),(56284,1382,'_billing_first_name','Erin'),(56285,1382,'_billing_last_name','Hawn'),(56286,1382,'_billing_address_1','10 W Phillip Rd'),(56287,1382,'_billing_address_2','123'),(56288,1382,'_billing_city','Vernon Hills'),(56289,1382,'_billing_state','IL'),(56290,1382,'_billing_postcode','60061'),(56291,1382,'_billing_country','US'),(56292,1382,'_billing_email','info@liceclinicsvernonhills.com'),(56293,1382,'_billing_phone','8475960408'),(56294,1382,'_shipping_first_name','Erin'),(56295,1382,'_shipping_last_name','Hawn'),(56296,1382,'_shipping_address_1','1491 S Amarias Dr'),(56297,1382,'_shipping_city','Round lake'),(56298,1382,'_shipping_state','IL'),(56299,1382,'_shipping_postcode','60073'),(56300,1382,'_shipping_country','US'),(56301,1382,'_order_currency','USD'),(56302,1382,'_cart_discount','0'),(56303,1382,'_cart_discount_tax','0'),(56304,1382,'_order_shipping','0'),(56305,1382,'_order_shipping_tax','0'),(56306,1382,'_order_tax','0'),(56307,1382,'_order_total','635.20'),(56308,1382,'_order_version','6.7.0'),(56309,1382,'_prices_include_tax','no'),(56310,1382,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(56311,1382,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(56312,1382,'is_vat_exempt','no'),(56313,1383,'_order_key','wc_order_xRFOP9DeUdy1Q'),(56314,1383,'_customer_user','66'),(56315,1383,'_payment_method','paypal'),(56316,1383,'_payment_method_title','PayPal'),(56317,1383,'_customer_ip_address','69.250.30.77'),(56318,1383,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(56319,1383,'_created_via','checkout'),(56320,1383,'_cart_hash','0a29c7973c09eda27f7dfac5ccd9e597'),(56321,1383,'_billing_first_name','Mark'),(56322,1383,'_billing_last_name','Dent'),(56323,1383,'_billing_company','Lice Clinics of Maryland'),(56324,1383,'_billing_address_1','801 W 33rd Street'),(56325,1383,'_billing_city','BAltimore'),(56326,1383,'_billing_state','MD'),(56327,1383,'_billing_postcode','21211'),(56328,1383,'_billing_country','US'),(56329,1383,'_billing_email','info@liceclinicsofmaryland.com'),(56330,1383,'_billing_phone','4438349991'),(56331,1383,'_shipping_first_name','Dawn'),(56332,1383,'_shipping_last_name','Mumaw'),(56333,1383,'_shipping_company','LCA Baltimore'),(56334,1383,'_shipping_address_1','604 Providence Road'),(56335,1383,'_shipping_city','Towson'),(56336,1383,'_shipping_state','MD'),(56337,1383,'_shipping_postcode','21286'),(56338,1383,'_shipping_country','US'),(56339,1383,'_order_currency','USD'),(56340,1383,'_cart_discount','0'),(56341,1383,'_cart_discount_tax','0'),(56342,1383,'_order_shipping','0'),(56343,1383,'_order_shipping_tax','0'),(56344,1383,'_order_tax','0'),(56345,1383,'_order_total','636.25'),(56346,1383,'_order_version','6.7.0'),(56347,1383,'_prices_include_tax','no'),(56348,1383,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(56349,1383,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(56350,1383,'is_vat_exempt','no'),(56351,1382,'_edit_lock','1660593520:2'),(56352,1382,'_edit_last','2'),(56353,1382,'_recorded_coupon_usage_counts','yes'),(56354,1383,'_edit_lock','1660762756:2'),(56355,1383,'_edit_last','2'),(56356,1383,'_recorded_coupon_usage_counts','yes'),(56357,1380,'_edit_lock','1660574243:2'),(56358,1380,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200066\";s:12:\"date_shipped\";s:10:\"1660521600\";s:11:\"tracking_id\";s:32:\"0cb471241d3c1d821e2e78c79bbe5f43\";}}'),(56359,1380,'_edit_last','2'),(56360,1380,'_date_completed','1660574371'),(56361,1380,'_completed_date','2022-08-15 14:39:31'),(56362,1378,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199860\";s:12:\"date_shipped\";s:10:\"1660521600\";s:11:\"tracking_id\";s:32:\"74b439c3547a197080ef5f9d00250be4\";}}'),(56363,1378,'_date_completed','1660574571'),(56364,1378,'_completed_date','2022-08-15 14:42:51'),(56365,1379,'_edit_lock','1660574482:2'),(56366,1379,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830199871\";s:12:\"date_shipped\";s:10:\"1660521600\";s:11:\"tracking_id\";s:32:\"e71fe41ab0b27a437a8fd5efd43e9972\";}}'),(56367,1379,'_edit_last','2'),(56368,1379,'_date_completed','1660574609'),(56369,1379,'_completed_date','2022-08-15 14:43:29'),(56370,1382,'Payment type','instant'),(56371,1382,'_transaction_id','7DR48517K5847702G'),(56372,1382,'_paypal_status','completed'),(56373,1382,'PayPal Transaction Fee','22.66'),(56374,1382,'_date_paid','1660575163'),(56375,1382,'_paid_date','2022-08-15 14:52:43'),(56376,1382,'_download_permissions_granted','yes'),(56377,1382,'_recorded_sales','yes'),(56378,1382,'_order_stock_reduced','yes'),(56379,1382,'_new_order_email_sent','true'),(56380,1384,'_order_key','wc_order_maBneXwjLojHv'),(56381,1384,'_customer_user','76'),(56382,1384,'_payment_method','paypal'),(56383,1384,'_payment_method_title','PayPal'),(56384,1384,'_customer_ip_address','146.115.131.163'),(56385,1384,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(56386,1384,'_created_via','checkout'),(56387,1384,'_cart_hash','df8e788fb88d148eee135179947c1e5e'),(56388,1384,'_billing_first_name','Naomi'),(56389,1384,'_billing_last_name','Golden'),(56390,1384,'_billing_address_1','31 Mann Ave'),(56391,1384,'_billing_city','Needham'),(56392,1384,'_billing_state','MA'),(56393,1384,'_billing_postcode','02492'),(56394,1384,'_billing_country','US'),(56395,1384,'_billing_email','nrgolden6486@gmail.com'),(56396,1384,'_billing_phone','617-851-1322'),(56397,1384,'_shipping_first_name','Naomi'),(56398,1384,'_shipping_last_name','Golden'),(56399,1384,'_shipping_company','Lice Aunties'),(56400,1384,'_shipping_address_1','1234 Chestnut Street'),(56401,1384,'_shipping_city','Newton'),(56402,1384,'_shipping_state','MA'),(56403,1384,'_shipping_postcode','02464'),(56404,1384,'_shipping_country','US'),(56405,1384,'_order_currency','USD'),(56406,1384,'_cart_discount','0'),(56407,1384,'_cart_discount_tax','0'),(56408,1384,'_order_shipping','0'),(56409,1384,'_order_shipping_tax','0'),(56410,1384,'_order_tax','0'),(56411,1384,'_order_total','502.24'),(56412,1384,'_order_version','6.7.0'),(56413,1384,'_prices_include_tax','no'),(56414,1384,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(56415,1384,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(56416,1384,'is_vat_exempt','no'),(56417,1382,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200294\";s:12:\"date_shipped\";s:10:\"1660521600\";s:11:\"tracking_id\";s:32:\"1227cc9f738326da10bc7de2654786bb\";}}'),(56418,1382,'_date_completed','1660593542'),(56419,1382,'_completed_date','2022-08-15 19:59:02'),(56420,1384,'_edit_lock','1660669918:2'),(56421,1384,'_edit_last','2'),(56422,1384,'_recorded_coupon_usage_counts','yes'),(56423,1384,'Payment type','instant'),(56424,1384,'_transaction_id','14K01049R4909090T'),(56425,1384,'_paypal_status','completed'),(56426,1384,'PayPal Transaction Fee','18.02'),(56427,1384,'_date_paid','1660614374'),(56428,1384,'_paid_date','2022-08-16 01:46:14'),(56429,1384,'_download_permissions_granted','yes'),(56430,1384,'_recorded_sales','yes'),(56431,1384,'_order_stock_reduced','yes'),(56432,1384,'_new_order_email_sent','true'),(56433,1385,'_order_key','wc_order_6DMmxbM4DVcSS'),(56434,1385,'_customer_user','3'),(56435,1385,'_payment_method','paypal'),(56436,1385,'_payment_method_title','PayPal'),(56437,1385,'_customer_ip_address','70.142.202.154'),(56438,1385,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(56439,1385,'_created_via','checkout'),(56440,1385,'_cart_hash','6c4f961756843a0496f4d61e9ecd4b9a'),(56441,1385,'_billing_first_name','Amanda'),(56442,1385,'_billing_last_name','Westerman'),(56443,1385,'_billing_company','Lice Clinics of America McKinney'),(56444,1385,'_billing_address_1','3120 Hudson Crossing'),(56445,1385,'_billing_address_2','Suite A2'),(56446,1385,'_billing_city','MCKINNEY'),(56447,1385,'_billing_state','TX'),(56448,1385,'_billing_postcode','75070'),(56449,1385,'_billing_country','US'),(56450,1385,'_billing_email','awesterman1103@gmail.com'),(56451,1385,'_billing_phone','2144175741'),(56452,1385,'_shipping_first_name','AMANDA'),(56453,1385,'_shipping_last_name','Westerman'),(56454,1385,'_shipping_company','Lice Clinics of America McKinney'),(56455,1385,'_shipping_address_1','1709 Damian Way'),(56456,1385,'_shipping_city','Richardson'),(56457,1385,'_shipping_state','TX'),(56458,1385,'_shipping_postcode','75081'),(56459,1385,'_shipping_country','US'),(56460,1385,'_order_currency','USD'),(56461,1385,'_cart_discount','0'),(56462,1385,'_cart_discount_tax','0'),(56463,1385,'_order_shipping','0'),(56464,1385,'_order_shipping_tax','0'),(56465,1385,'_order_tax','0'),(56466,1385,'_order_total','948.34'),(56467,1385,'_order_version','6.7.0'),(56468,1385,'_prices_include_tax','no'),(56469,1385,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(56470,1385,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(56471,1385,'is_vat_exempt','no'),(56472,1385,'Payment type','instant'),(56473,1385,'_transaction_id','5RG63049LF784543D'),(56474,1385,'_paypal_status','completed'),(56475,1385,'PayPal Transaction Fee','33.59'),(56476,1385,'_date_paid','1660660805'),(56477,1385,'_paid_date','2022-08-16 14:40:05'),(56478,1385,'_download_permissions_granted','yes'),(56479,1385,'_recorded_sales','yes'),(56480,1385,'_recorded_coupon_usage_counts','yes'),(56481,1385,'_order_stock_reduced','yes'),(56482,1385,'_new_order_email_sent','true'),(56483,1384,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200478\";s:12:\"date_shipped\";s:10:\"1660608000\";s:11:\"tracking_id\";s:32:\"16c5bbbf62019be7d7baf34fb90eade9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200467\";s:12:\"date_shipped\";i:1660669998;s:11:\"tracking_id\";s:32:\"e5d3f3eb4e6e5ed31085df1ded18209e\";}}'),(56484,1384,'_date_completed','1660670001'),(56485,1384,'_completed_date','2022-08-16 17:13:21'),(56486,1383,'Payment type','instant'),(56487,1383,'_transaction_id','4BG93849UN783014M'),(56488,1383,'_paypal_status','completed'),(56489,1383,'PayPal Transaction Fee','22.70'),(56490,1383,'_date_paid','1660683109'),(56491,1383,'_paid_date','2022-08-16 20:51:49'),(56492,1383,'_download_permissions_granted','yes'),(56493,1383,'_recorded_sales','yes'),(56494,1383,'_order_stock_reduced','yes'),(56495,1383,'_new_order_email_sent','true'),(56496,1386,'_order_key','wc_order_jRHYAIGhcVyuj'),(56497,1386,'_customer_user','79'),(56498,1386,'_payment_method','paypal'),(56499,1386,'_payment_method_title','PayPal'),(56500,1386,'_customer_ip_address','74.194.111.192'),(56501,1386,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(56502,1386,'_created_via','checkout'),(56503,1386,'_cart_hash','7bb38f6ead61ab11f632c16480bfb80f'),(56504,1386,'_billing_first_name','Shanna'),(56505,1386,'_billing_last_name','Castille'),(56506,1386,'_billing_address_1','1097 Hundley Rd'),(56507,1386,'_billing_city','Eunice'),(56508,1386,'_billing_state','LA'),(56509,1386,'_billing_postcode','70535'),(56510,1386,'_billing_country','US'),(56511,1386,'_billing_email','Shanna_sr09@yahoo.com'),(56512,1386,'_billing_phone','3374668998'),(56513,1386,'_shipping_first_name','Shanna'),(56514,1386,'_shipping_last_name','Castille'),(56515,1386,'_shipping_address_1','1097 Hundley Rd'),(56516,1386,'_shipping_city','eunice'),(56517,1386,'_shipping_state','LA'),(56518,1386,'_shipping_postcode','70535'),(56519,1386,'_shipping_country','US'),(56520,1386,'_order_currency','USD'),(56521,1386,'_cart_discount','0'),(56522,1386,'_cart_discount_tax','0'),(56523,1386,'_order_shipping','0'),(56524,1386,'_order_shipping_tax','0'),(56525,1386,'_order_tax','0'),(56526,1386,'_order_total','566.65'),(56527,1386,'_order_version','6.7.0'),(56528,1386,'_prices_include_tax','no'),(56529,1386,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(56530,1386,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(56531,1386,'is_vat_exempt','no'),(56532,1386,'Payment type','instant'),(56533,1386,'_transaction_id','6LJ599858W366302E'),(56534,1386,'_paypal_status','completed'),(56535,1386,'PayPal Transaction Fee','20.27'),(56536,1386,'_date_paid','1660710874'),(56537,1386,'_paid_date','2022-08-17 04:34:34'),(56538,1386,'_download_permissions_granted','yes'),(56539,1386,'_recorded_sales','yes'),(56540,1386,'_recorded_coupon_usage_counts','yes'),(56541,1386,'_order_stock_reduced','yes'),(56542,1386,'_new_order_email_sent','true'),(56543,1385,'_edit_lock','1660753530:2'),(56544,1385,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200592\";s:12:\"date_shipped\";s:10:\"1660694400\";s:11:\"tracking_id\";s:32:\"18cded0241bbc21681a229b75e1e1ade\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200581\";s:12:\"date_shipped\";i:1660753602;s:11:\"tracking_id\";s:32:\"b6ce1abb76645443e50afb48666aa905\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200570\";s:12:\"date_shipped\";i:1660753609;s:11:\"tracking_id\";s:32:\"925e01718b4cb400d259e1d92b5bb141\";}}'),(56545,1385,'_edit_last','2'),(56546,1385,'_date_completed','1660753613'),(56547,1385,'_completed_date','2022-08-17 16:26:53'),(56548,1387,'_order_key','wc_order_nO4XpZAVnW2vS'),(56549,1387,'_customer_user','3'),(56550,1387,'_payment_method','paypal'),(56551,1387,'_payment_method_title','PayPal'),(56552,1387,'_customer_ip_address','99.168.97.53'),(56553,1387,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(56554,1387,'_created_via','checkout'),(56555,1387,'_cart_hash','4667faa2564c861c7994a34df1060803'),(56556,1387,'_billing_first_name','Amanda'),(56557,1387,'_billing_last_name','Westerman'),(56558,1387,'_billing_company','Lice Clinics of America McKinney'),(56559,1387,'_billing_address_1','3120 Hudson Crossing'),(56560,1387,'_billing_address_2','Suite A2'),(56561,1387,'_billing_city','MCKINNEY'),(56562,1387,'_billing_state','TX'),(56563,1387,'_billing_postcode','75070'),(56564,1387,'_billing_country','US'),(56565,1387,'_billing_email','awesterman1103@gmail.com'),(56566,1387,'_billing_phone','2144175741'),(56567,1387,'_shipping_first_name','Amanda'),(56568,1387,'_shipping_last_name','Westerman'),(56569,1387,'_shipping_company','Lice Clinics of America McKinney'),(56570,1387,'_shipping_address_1','3120 Hudson Crossing'),(56571,1387,'_shipping_address_2','Suite A2'),(56572,1387,'_shipping_city','MCKINNEY'),(56573,1387,'_shipping_state','TX'),(56574,1387,'_shipping_postcode','75070'),(56575,1387,'_shipping_country','US'),(56576,1387,'_order_currency','USD'),(56577,1387,'_cart_discount','0'),(56578,1387,'_cart_discount_tax','0'),(56579,1387,'_order_shipping','0'),(56580,1387,'_order_shipping_tax','0'),(56581,1387,'_order_tax','0'),(56582,1387,'_order_total','756.70'),(56583,1387,'_order_version','6.7.0'),(56584,1387,'_prices_include_tax','no'),(56585,1387,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(56586,1387,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(56587,1387,'is_vat_exempt','no'),(56588,1387,'Payment type','instant'),(56589,1387,'_transaction_id','4SN9068212583320D'),(56590,1387,'_paypal_status','completed'),(56591,1387,'PayPal Transaction Fee','26.90'),(56592,1387,'_date_paid','1660756596'),(56593,1387,'_paid_date','2022-08-17 17:16:36'),(56594,1387,'_download_permissions_granted','yes'),(56595,1387,'_recorded_sales','yes'),(56596,1387,'_recorded_coupon_usage_counts','yes'),(56597,1387,'_order_stock_reduced','yes'),(56598,1387,'_new_order_email_sent','true'),(56599,1388,'_order_key','wc_order_g4kVIPTf4CHxL'),(56600,1388,'_customer_user','21'),(56601,1388,'_payment_method','paypal'),(56602,1388,'_payment_method_title','PayPal'),(56603,1388,'_customer_ip_address','173.216.41.31'),(56604,1388,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36'),(56605,1388,'_created_via','checkout'),(56606,1388,'_cart_hash','6ff2bf1681256998a6f2921df656278c'),(56607,1388,'_billing_first_name','LCA'),(56608,1388,'_billing_last_name','Arkansas'),(56609,1388,'_billing_company','LCA - Central Arkansas'),(56610,1388,'_billing_address_1','1011 N. 2nd St., Ste. D'),(56611,1388,'_billing_city','Cabot'),(56612,1388,'_billing_state','AR'),(56613,1388,'_billing_postcode','72023'),(56614,1388,'_billing_country','US'),(56615,1388,'_billing_email','liceclinicslittlerock@gmail.com'),(56616,1388,'_billing_phone','15014249396'),(56617,1388,'_shipping_first_name','LCA'),(56618,1388,'_shipping_last_name','Arkansas'),(56619,1388,'_shipping_company','LCA - Central Arkansas'),(56620,1388,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(56621,1388,'_shipping_city','Cabot'),(56622,1388,'_shipping_state','AR'),(56623,1388,'_shipping_postcode','72023'),(56624,1388,'_shipping_country','US'),(56625,1388,'_order_currency','USD'),(56626,1388,'_cart_discount','0'),(56627,1388,'_cart_discount_tax','0'),(56628,1388,'_order_shipping','0'),(56629,1388,'_order_shipping_tax','0'),(56630,1388,'_order_tax','0'),(56631,1388,'_order_total','532.32'),(56632,1388,'_order_version','6.7.0'),(56633,1388,'_prices_include_tax','no'),(56634,1388,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(56635,1388,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(56636,1388,'is_vat_exempt','no'),(56637,1388,'Payment type','instant'),(56638,1388,'_transaction_id','3K586458XX748515X'),(56639,1388,'_paypal_status','completed'),(56640,1388,'PayPal Transaction Fee','19.07'),(56641,1388,'_date_paid','1660759785'),(56642,1388,'_paid_date','2022-08-17 18:09:45'),(56643,1388,'_download_permissions_granted','yes'),(56644,1388,'_recorded_sales','yes'),(56645,1388,'_recorded_coupon_usage_counts','yes'),(56646,1388,'_order_stock_reduced','yes'),(56647,1388,'_new_order_email_sent','true'),(56648,1386,'_edit_lock','1660762660:2'),(56649,1386,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200802\";s:12:\"date_shipped\";s:10:\"1660694400\";s:11:\"tracking_id\";s:32:\"7f36a77a6a2077fddc369354426a082c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200798\";s:12:\"date_shipped\";i:1660762772;s:11:\"tracking_id\";s:32:\"50a481bf6e75584edae99530a4874f0f\";}}'),(56650,1386,'_edit_last','2'),(56651,1386,'_date_completed','1660762774'),(56652,1386,'_completed_date','2022-08-17 18:59:34'),(56653,1383,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200787\";s:12:\"date_shipped\";s:10:\"1660694400\";s:11:\"tracking_id\";s:32:\"bc8e7e765b6d5b5ad4aad0c27aad0465\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200776\";s:12:\"date_shipped\";i:1660762837;s:11:\"tracking_id\";s:32:\"2e613935677a1c43a88aff2858ca4dde\";}}'),(56654,1383,'_date_completed','1660762840'),(56655,1383,'_completed_date','2022-08-17 19:00:40'),(56656,1389,'_order_key','wc_order_eWIeJ1KlTLBkd'),(56657,1389,'_customer_user','77'),(56658,1389,'_payment_method','paypal'),(56659,1389,'_payment_method_title','PayPal'),(56660,1389,'_customer_ip_address','107.205.56.86'),(56661,1389,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(56662,1389,'_created_via','checkout'),(56663,1389,'_cart_hash','d21b4a15e1c1a8b0c47af6f84f724a2b'),(56664,1389,'_billing_first_name','Phil'),(56665,1389,'_billing_last_name','Moon'),(56666,1389,'_billing_company','Lice Clinics of America-Fresno'),(56667,1389,'_billing_address_1','585 56th Street'),(56668,1389,'_billing_city','Oakland'),(56669,1389,'_billing_state','CA'),(56670,1389,'_billing_postcode','94609'),(56671,1389,'_billing_country','US'),(56672,1389,'_billing_email','info@liceclinicsfresno.com'),(56673,1389,'_billing_phone','5593046305'),(56674,1389,'_shipping_first_name','Kristen'),(56675,1389,'_shipping_last_name','Maroot-Rippee'),(56676,1389,'_shipping_company','Lice Busters LLC. Fresno'),(56677,1389,'_shipping_address_1','487 W. Scott Avenue'),(56678,1389,'_shipping_city','Fresno'),(56679,1389,'_shipping_state','CA'),(56680,1389,'_shipping_postcode','93704'),(56681,1389,'_shipping_country','US'),(56682,1389,'_order_currency','USD'),(56683,1389,'_cart_discount','0'),(56684,1389,'_cart_discount_tax','0'),(56685,1389,'_order_shipping','0'),(56686,1389,'_order_shipping_tax','0'),(56687,1389,'_order_tax','0'),(56688,1389,'_order_total','907.08'),(56689,1389,'_order_version','6.7.0'),(56690,1389,'_prices_include_tax','no'),(56691,1389,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(56692,1389,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Fresno 487 W. Scott Avenue  Fresno CA 93704 US '),(56693,1389,'is_vat_exempt','no'),(56694,1389,'Payment type','instant'),(56695,1389,'_transaction_id','0MM52963TL169602K'),(56696,1389,'_paypal_status','completed'),(56697,1389,'PayPal Transaction Fee','32.15'),(56698,1389,'_date_paid','1660839521'),(56699,1389,'_paid_date','2022-08-18 16:18:41'),(56700,1389,'_download_permissions_granted','yes'),(56701,1389,'_recorded_sales','yes'),(56702,1389,'_recorded_coupon_usage_counts','yes'),(56703,1389,'_order_stock_reduced','yes'),(56704,1389,'_new_order_email_sent','true'),(56705,1388,'_edit_lock','1660856838:2'),(56706,1388,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200916\";s:12:\"date_shipped\";s:10:\"1660780800\";s:11:\"tracking_id\";s:32:\"2f8694240cb4ef23ee5a8cfd19a8e598\";}}'),(56707,1388,'_edit_last','2'),(56708,1388,'_date_completed','1660856970'),(56709,1388,'_completed_date','2022-08-18 21:09:30'),(56710,1387,'_edit_lock','1660856882:2'),(56711,1387,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200905\";s:12:\"date_shipped\";s:10:\"1660780800\";s:11:\"tracking_id\";s:32:\"adac2d99524358ef526eb84fde362ca9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830200890\";s:12:\"date_shipped\";i:1660857004;s:11:\"tracking_id\";s:32:\"a689302d66708d31cfff65f55f614669\";}}'),(56712,1387,'_edit_last','2'),(56713,1387,'_date_completed','1660857007'),(56714,1387,'_completed_date','2022-08-18 21:10:07'),(56715,1389,'_edit_lock','1660857055:2'),(56716,1389,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201084\";s:12:\"date_shipped\";s:10:\"1660780800\";s:11:\"tracking_id\";s:32:\"28fa073908569c0afa0e25e2f90a7bf9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201073\";s:12:\"date_shipped\";i:1660857116;s:11:\"tracking_id\";s:32:\"d5b296af29b8b0f73f9791c3a62f3de6\";}}'),(56717,1389,'_edit_last','2'),(56718,1389,'_date_completed','1660857118'),(56719,1389,'_completed_date','2022-08-18 21:11:58'),(56720,1391,'_order_key','wc_order_uZo1b7yZiasw6'),(56721,1391,'_customer_user','57'),(56722,1391,'_payment_method','paypal'),(56723,1391,'_payment_method_title','PayPal'),(56724,1391,'_customer_ip_address','107.203.54.57'),(56725,1391,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54'),(56726,1391,'_created_via','checkout'),(56727,1391,'_cart_hash','537330f1736d9b11d5626a2ab68ad277'),(56728,1391,'_billing_first_name','Heather'),(56729,1391,'_billing_last_name','Purtle'),(56730,1391,'_billing_company','LCA- new Spartanburg location'),(56731,1391,'_billing_address_1','1 Creekview Ct.'),(56732,1391,'_billing_address_2','Ste C'),(56733,1391,'_billing_city','Greenville'),(56734,1391,'_billing_state','SC'),(56735,1391,'_billing_postcode','29615'),(56736,1391,'_billing_country','US'),(56737,1391,'_billing_email','hpurtle@bellsouth.net'),(56738,1391,'_billing_phone','8643604388'),(56739,1391,'_shipping_first_name','Heather'),(56740,1391,'_shipping_last_name','Purtle'),(56741,1391,'_shipping_company','LCA- new Spartanburg location'),(56742,1391,'_shipping_address_1','1 Creekview Ct.'),(56743,1391,'_shipping_address_2','Ste C'),(56744,1391,'_shipping_city','Greenville'),(56745,1391,'_shipping_state','SC'),(56746,1391,'_shipping_postcode','29615'),(56747,1391,'_shipping_country','US'),(56748,1391,'_order_currency','USD'),(56749,1391,'_cart_discount','0'),(56750,1391,'_cart_discount_tax','0'),(56751,1391,'_order_shipping','16'),(56752,1391,'_order_shipping_tax','0'),(56753,1391,'_order_tax','0'),(56754,1391,'_order_total','16.00'),(56755,1391,'_order_version','6.8.0'),(56756,1391,'_prices_include_tax','no'),(56757,1391,'_billing_address_index','Heather Purtle LCA- new Spartanburg location 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(56758,1391,'_shipping_address_index','Heather Purtle LCA- new Spartanburg location 1 Creekview Ct. Ste C Greenville SC 29615 US '),(56759,1391,'is_vat_exempt','no'),(56760,1392,'_order_key','wc_order_GyBzPpzhDtaQV'),(56761,1392,'_customer_user','6'),(56762,1392,'_payment_method','paypal'),(56763,1392,'_payment_method_title','PayPal'),(56764,1392,'_customer_ip_address','76.20.84.214'),(56765,1392,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(56766,1392,'_created_via','checkout'),(56767,1392,'_cart_hash','9777d134bd6336d184d757a9f3d0a6b8'),(56768,1392,'_billing_first_name','Amira'),(56769,1392,'_billing_last_name','Purto'),(56770,1392,'_billing_address_1','2628 Acapulco Way'),(56771,1392,'_billing_city','Modesto'),(56772,1392,'_billing_state','CA'),(56773,1392,'_billing_postcode','95355'),(56774,1392,'_billing_country','US'),(56775,1392,'_billing_email','amira77@sbcglobal.net'),(56776,1392,'_billing_phone','2096422061'),(56777,1392,'_shipping_first_name','Amira'),(56778,1392,'_shipping_last_name','Purto'),(56779,1392,'_shipping_address_1','2628 Acapulco Way'),(56780,1392,'_shipping_city','Modesto'),(56781,1392,'_shipping_state','CA'),(56782,1392,'_shipping_postcode','95355'),(56783,1392,'_shipping_country','US'),(56784,1392,'_order_currency','USD'),(56785,1392,'_cart_discount','0'),(56786,1392,'_cart_discount_tax','0'),(56787,1392,'_order_shipping','0'),(56788,1392,'_order_shipping_tax','0'),(56789,1392,'_order_tax','0'),(56790,1392,'_order_total','1954.12'),(56791,1392,'_order_version','6.7.0'),(56792,1392,'_prices_include_tax','no'),(56793,1392,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(56794,1392,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(56795,1392,'is_vat_exempt','no'),(56796,1392,'Payment type','instant'),(56797,1392,'_transaction_id','1F091858EW381863C'),(56798,1392,'_paypal_status','completed'),(56799,1392,'PayPal Transaction Fee','68.69'),(56800,1392,'_date_paid','1660932037'),(56801,1392,'_paid_date','2022-08-19 18:00:37'),(56802,1392,'_download_permissions_granted','yes'),(56803,1392,'_recorded_sales','yes'),(56804,1392,'_recorded_coupon_usage_counts','yes'),(56805,1392,'_order_stock_reduced','yes'),(56806,1392,'_new_order_email_sent','true'),(56807,1392,'_edit_lock','1661202442:2'),(56808,1391,'_edit_lock','1661797738:2'),(56809,1391,'_edit_last','2'),(56810,1391,'_recorded_coupon_usage_counts','yes'),(56811,1393,'_order_key','wc_order_IFhYPcfJ1q2y4'),(56812,1393,'_customer_user','7'),(56813,1393,'_payment_method','paypal'),(56814,1393,'_payment_method_title','PayPal'),(56815,1393,'_customer_ip_address','71.93.225.128'),(56816,1393,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(56817,1393,'_created_via','checkout'),(56818,1393,'_cart_hash','7fe3e6551faacd7065d3c04c28d3561a'),(56819,1393,'_billing_first_name','Amy'),(56820,1393,'_billing_last_name','Allen'),(56821,1393,'_billing_company','Lice Clinics Of America'),(56822,1393,'_billing_address_1','251 Promise Way'),(56823,1393,'_billing_city','Hollister'),(56824,1393,'_billing_state','CA'),(56825,1393,'_billing_postcode','95023'),(56826,1393,'_billing_country','US'),(56827,1393,'_billing_email','lca.gilroy@gmail.com'),(56828,1393,'_billing_phone','4085005537'),(56829,1393,'_shipping_first_name','Amy'),(56830,1393,'_shipping_last_name','Allen'),(56831,1393,'_shipping_company','Lice Clinics Of America'),(56832,1393,'_shipping_address_1','251 Promise Way'),(56833,1393,'_shipping_city','Hollister'),(56834,1393,'_shipping_state','CA'),(56835,1393,'_shipping_postcode','95023'),(56836,1393,'_shipping_country','US'),(56837,1393,'_order_currency','USD'),(56838,1393,'_cart_discount','0'),(56839,1393,'_cart_discount_tax','0'),(56840,1393,'_order_shipping','0'),(56841,1393,'_order_shipping_tax','0'),(56842,1393,'_order_tax','0'),(56843,1393,'_order_total','814.64'),(56844,1393,'_order_version','6.7.0'),(56845,1393,'_prices_include_tax','no'),(56846,1393,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(56847,1393,'_shipping_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US '),(56848,1393,'is_vat_exempt','no'),(56849,1394,'_order_key','wc_order_iAXbERfjIf2sB'),(56850,1394,'_customer_user','96'),(56851,1394,'_payment_method','paypal'),(56852,1394,'_payment_method_title','PayPal'),(56853,1394,'_customer_ip_address','75.162.147.119'),(56854,1394,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54'),(56855,1394,'_created_via','checkout'),(56856,1394,'_cart_hash','ee3ace0e86488e5de5af99d7538b87a4'),(56857,1394,'_billing_first_name','Jaimi'),(56858,1394,'_billing_last_name','Washington'),(56859,1394,'_billing_company','Lice Clinics of America - Des Moines'),(56860,1394,'_billing_address_1','6900 University Ave. Ste 120'),(56861,1394,'_billing_city','Windsor Heights'),(56862,1394,'_billing_state','IA'),(56863,1394,'_billing_postcode','50324'),(56864,1394,'_billing_country','US'),(56865,1394,'_billing_email','j.m.licesolutions@gmail.com'),(56866,1394,'_billing_phone','515-971-0667'),(56867,1394,'_shipping_first_name','Jaimi'),(56868,1394,'_shipping_last_name','Washington'),(56869,1394,'_shipping_address_1','1139 Burlington Terrace'),(56870,1394,'_shipping_city','Des Moines'),(56871,1394,'_shipping_state','IA'),(56872,1394,'_shipping_postcode','50314'),(56873,1394,'_shipping_country','US'),(56874,1394,'_order_currency','USD'),(56875,1394,'_cart_discount','0'),(56876,1394,'_cart_discount_tax','0'),(56877,1394,'_order_shipping','14.3'),(56878,1394,'_order_shipping_tax','0'),(56879,1394,'_order_tax','0'),(56880,1394,'_order_total','14.30'),(56881,1394,'_order_version','6.8.0'),(56882,1394,'_prices_include_tax','no'),(56883,1394,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 6900 University Ave. Ste 120  Windsor Heights IA 50324 US j.m.licesolutions@gmail.com 515-971-0667'),(56884,1394,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(56885,1394,'is_vat_exempt','no'),(56886,1395,'_order_key','wc_order_1piajoUCF4sae'),(56887,1395,'_customer_user','61'),(56888,1395,'_payment_method','paypal'),(56889,1395,'_payment_method_title','PayPal'),(56890,1395,'_customer_ip_address','217.180.201.103'),(56891,1395,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(56892,1395,'_created_via','checkout'),(56893,1395,'_cart_hash','02ab6a1473773e70331d636e7fa9c829'),(56894,1395,'_billing_first_name','Judy'),(56895,1395,'_billing_last_name','Hayden'),(56896,1395,'_billing_company','Lice Clinics of America Lexington'),(56897,1395,'_billing_address_1','1795 Alysheba Way Suite 4105'),(56898,1395,'_billing_address_2','Ste 4105'),(56899,1395,'_billing_city','Lexington'),(56900,1395,'_billing_state','KY'),(56901,1395,'_billing_postcode','40509'),(56902,1395,'_billing_country','US'),(56903,1395,'_billing_email','judy@liceclinicscincinnati.com'),(56904,1395,'_billing_phone','8595376966'),(56905,1395,'_shipping_first_name','Judy'),(56906,1395,'_shipping_last_name','Hayden'),(56907,1395,'_shipping_company','Lice Clinics of America'),(56908,1395,'_shipping_address_1','6905 Burlington Pike'),(56909,1395,'_shipping_address_2','Ste A'),(56910,1395,'_shipping_city','Florence'),(56911,1395,'_shipping_state','KY'),(56912,1395,'_shipping_postcode','41042'),(56913,1395,'_shipping_country','US'),(56914,1395,'_order_currency','USD'),(56915,1395,'_cart_discount','0'),(56916,1395,'_cart_discount_tax','0'),(56917,1395,'_order_shipping','0'),(56918,1395,'_order_shipping_tax','0'),(56919,1395,'_order_tax','0'),(56920,1395,'_order_total','1056.57'),(56921,1395,'_order_version','6.7.0'),(56922,1395,'_prices_include_tax','no'),(56923,1395,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(56924,1395,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(56925,1395,'is_vat_exempt','no'),(56926,1395,'Payment type','instant'),(56927,1395,'_transaction_id','9R142003SR4343839'),(56928,1395,'_paypal_status','completed'),(56929,1395,'PayPal Transaction Fee','37.36'),(56930,1395,'_date_paid','1661119788'),(56931,1395,'_paid_date','2022-08-21 22:09:48'),(56932,1395,'_download_permissions_granted','yes'),(56933,1395,'_recorded_sales','yes'),(56934,1395,'_recorded_coupon_usage_counts','yes'),(56935,1395,'_order_stock_reduced','yes'),(56936,1395,'_new_order_email_sent','true'),(56937,1394,'_edit_lock','1661362171:2'),(56938,1393,'_edit_lock','1661201824:2'),(56939,1394,'_edit_last','2'),(56940,1394,'_recorded_coupon_usage_counts','yes'),(56941,1393,'_edit_last','2'),(56942,1393,'_recorded_coupon_usage_counts','yes'),(56943,1393,'Payment type','instant'),(56944,1393,'_transaction_id','5NB90514MM953294F'),(56945,1393,'_paypal_status','completed'),(56946,1393,'PayPal Transaction Fee','28.92'),(56947,1393,'_date_paid','1661179837'),(56948,1393,'_paid_date','2022-08-22 14:50:37'),(56949,1393,'_download_permissions_granted','yes'),(56950,1393,'_recorded_sales','yes'),(56951,1393,'_order_stock_reduced','yes'),(56952,1393,'_new_order_email_sent','true'),(56953,1392,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201350\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"e20a0c49aa6d86f9e77db187cf84c6bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201349\";s:12:\"date_shipped\";i:1661179918;s:11:\"tracking_id\";s:32:\"20f69e862819edef656934a873e417e7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201338\";s:12:\"date_shipped\";i:1661179924;s:11:\"tracking_id\";s:32:\"f68e073c31c720241224904a27054c8a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201327\";s:12:\"date_shipped\";i:1661179929;s:11:\"tracking_id\";s:32:\"2e4dfb98781e43330286110157a876bf\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201316\";s:12:\"date_shipped\";i:1661179934;s:11:\"tracking_id\";s:32:\"df96a73d2e987f69b3235a08d85b137b\";}}'),(56954,1396,'_order_key','wc_order_i5O5kMkwHtzT0'),(56955,1396,'_customer_user','78'),(56956,1396,'_payment_method','paypal'),(56957,1396,'_payment_method_title','PayPal'),(56958,1396,'_customer_ip_address','172.56.161.224'),(56959,1396,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1'),(56960,1396,'_created_via','checkout'),(56961,1396,'_cart_hash','f441277c14135ea05421a2b95cd58b26'),(56962,1396,'_billing_first_name','Richard'),(56963,1396,'_billing_last_name','Florsheim'),(56964,1396,'_billing_company','Licura'),(56965,1396,'_billing_address_1','3827 w fairway heights dr'),(56966,1396,'_billing_city','Mequon'),(56967,1396,'_billing_state','NY'),(56968,1396,'_billing_postcode','53092'),(56969,1396,'_billing_country','US'),(56970,1396,'_billing_email','tara@liceclinicslongIsland.com'),(56971,1396,'_billing_phone','5619006382'),(56972,1396,'_shipping_first_name','Tara'),(56973,1396,'_shipping_last_name','Johnson'),(56974,1396,'_shipping_company','LCA'),(56975,1396,'_shipping_address_1','599 west Hartsdale ave'),(56976,1396,'_shipping_address_2','Ste 203'),(56977,1396,'_shipping_city','White Plains'),(56978,1396,'_shipping_state','NY'),(56979,1396,'_shipping_postcode','10607'),(56980,1396,'_shipping_country','US'),(56981,1396,'_order_currency','USD'),(56982,1396,'_cart_discount','0'),(56983,1396,'_cart_discount_tax','0'),(56984,1396,'_order_shipping','16.46'),(56985,1396,'_order_shipping_tax','0'),(56986,1396,'_order_tax','0'),(56987,1396,'_order_total','128.30'),(56988,1396,'_order_version','6.7.0'),(56989,1396,'_prices_include_tax','no'),(56990,1396,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(56991,1396,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White Plains NY 10607 US '),(56992,1396,'is_vat_exempt','no'),(56993,1396,'Payment type','instant'),(56994,1396,'_transaction_id','0BR53058FL4600521'),(56995,1396,'_paypal_status','completed'),(56996,1396,'PayPal Transaction Fee','4.97'),(56997,1396,'_date_paid','1661180581'),(56998,1396,'_paid_date','2022-08-22 15:03:01'),(56999,1396,'_download_permissions_granted','yes'),(57000,1396,'_recorded_sales','yes'),(57001,1396,'_recorded_coupon_usage_counts','yes'),(57002,1396,'_order_stock_reduced','yes'),(57003,1396,'_new_order_email_sent','true'),(57004,1397,'_order_key','wc_order_Ikhg3mWgO6kwo'),(57005,1397,'_customer_user','87'),(57006,1397,'_payment_method','paypal'),(57007,1397,'_payment_method_title','PayPal'),(57008,1397,'_customer_ip_address','70.189.73.253'),(57009,1397,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(57010,1397,'_created_via','checkout'),(57011,1397,'_cart_hash','5ec22adf887d8ac1570b087ada1d8bdc'),(57012,1397,'_billing_first_name','Wade'),(57013,1397,'_billing_last_name','Huntsman'),(57014,1397,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(57015,1397,'_billing_address_1','1104 E 25th St.'),(57016,1397,'_billing_city','Tulsa'),(57017,1397,'_billing_state','OK'),(57018,1397,'_billing_postcode','74114'),(57019,1397,'_billing_country','US'),(57020,1397,'_billing_email','info@liceclinicsmidsouth.com'),(57021,1397,'_billing_phone','9189783329'),(57022,1397,'_shipping_first_name','Katee'),(57023,1397,'_shipping_last_name','Morrison'),(57024,1397,'_shipping_company','Lice Clinics of America OKC'),(57025,1397,'_shipping_address_1','4001 N Classen Blvd'),(57026,1397,'_shipping_address_2','Ste 116'),(57027,1397,'_shipping_city','Oklahoma City'),(57028,1397,'_shipping_state','OK'),(57029,1397,'_shipping_postcode','73118'),(57030,1397,'_shipping_country','US'),(57031,1397,'_order_currency','USD'),(57032,1397,'_cart_discount','0'),(57033,1397,'_cart_discount_tax','0'),(57034,1397,'_order_shipping','0'),(57035,1397,'_order_shipping_tax','0'),(57036,1397,'_order_tax','0'),(57037,1397,'_order_total','909.56'),(57038,1397,'_order_version','6.7.0'),(57039,1397,'_prices_include_tax','no'),(57040,1397,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(57041,1397,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Ste 116 Oklahoma City OK 73118 US '),(57042,1397,'is_vat_exempt','no'),(57043,1397,'Payment type','instant'),(57044,1397,'_transaction_id','1TT37914SN7821702'),(57045,1397,'_paypal_status','completed'),(57046,1397,'PayPal Transaction Fee','32.23'),(57047,1397,'_date_paid','1661181043'),(57048,1397,'_paid_date','2022-08-22 15:10:43'),(57049,1397,'_download_permissions_granted','yes'),(57050,1397,'_recorded_sales','yes'),(57051,1397,'_recorded_coupon_usage_counts','yes'),(57052,1397,'_order_stock_reduced','yes'),(57053,1397,'_new_order_email_sent','true'),(57054,1398,'_order_key','wc_order_FJ0NcRR99PCrX'),(57055,1398,'_customer_user','87'),(57056,1398,'_payment_method','paypal'),(57057,1398,'_payment_method_title','PayPal'),(57058,1398,'_customer_ip_address','70.189.73.253'),(57059,1398,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(57060,1398,'_created_via','checkout'),(57061,1398,'_cart_hash','ae460ffa8f8a78635fbd5c626581bce3'),(57062,1398,'_billing_first_name','Wade'),(57063,1398,'_billing_last_name','Huntsman'),(57064,1398,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(57065,1398,'_billing_address_1','1104 E 25th St.'),(57066,1398,'_billing_city','Tulsa'),(57067,1398,'_billing_state','OK'),(57068,1398,'_billing_postcode','74114'),(57069,1398,'_billing_country','US'),(57070,1398,'_billing_email','info@liceclinicsmidsouth.com'),(57071,1398,'_billing_phone','9189783329'),(57072,1398,'_shipping_first_name','Logan'),(57073,1398,'_shipping_last_name','Futrell'),(57074,1398,'_shipping_company','Lice Clinics of America NWA'),(57075,1398,'_shipping_address_1','207 E Monroe Ave'),(57076,1398,'_shipping_address_2','Ste D'),(57077,1398,'_shipping_city','Lowell'),(57078,1398,'_shipping_state','AR'),(57079,1398,'_shipping_postcode','72745'),(57080,1398,'_shipping_country','US'),(57081,1398,'_order_currency','USD'),(57082,1398,'_cart_discount','0'),(57083,1398,'_cart_discount_tax','0'),(57084,1398,'_order_shipping','0'),(57085,1398,'_order_shipping_tax','0'),(57086,1398,'_order_tax','0'),(57087,1398,'_order_total','994.18'),(57088,1398,'_order_version','6.8.0'),(57089,1398,'_prices_include_tax','no'),(57090,1398,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(57091,1398,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Ste D Lowell AR 72745 US '),(57092,1398,'is_vat_exempt','no'),(57093,1398,'Payment type','instant'),(57094,1398,'_transaction_id','86Y852866S595970G'),(57095,1398,'_paypal_status','completed'),(57096,1398,'PayPal Transaction Fee','35.19'),(57097,1398,'_date_paid','1661181367'),(57098,1398,'_paid_date','2022-08-22 15:16:07'),(57099,1398,'_download_permissions_granted','yes'),(57100,1398,'_recorded_sales','yes'),(57101,1398,'_recorded_coupon_usage_counts','yes'),(57102,1398,'_order_stock_reduced','yes'),(57103,1398,'_new_order_email_sent','true'),(57104,1399,'_order_key','wc_order_ZHNI4R7pTQI5V'),(57105,1399,'_customer_user','87'),(57106,1399,'_payment_method','paypal'),(57107,1399,'_payment_method_title','PayPal'),(57108,1399,'_customer_ip_address','70.189.73.253'),(57109,1399,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(57110,1399,'_created_via','checkout'),(57111,1399,'_cart_hash','230649fb2a585d45ba999f13f3891983'),(57112,1399,'_billing_first_name','Wade'),(57113,1399,'_billing_last_name','Huntsman'),(57114,1399,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(57115,1399,'_billing_address_1','1104 E 25th St.'),(57116,1399,'_billing_city','Tulsa'),(57117,1399,'_billing_state','OK'),(57118,1399,'_billing_postcode','74114'),(57119,1399,'_billing_country','US'),(57120,1399,'_billing_email','info@liceclinicsmidsouth.com'),(57121,1399,'_billing_phone','9189783329'),(57122,1399,'_shipping_first_name','Wade'),(57123,1399,'_shipping_last_name','Huntsman'),(57124,1399,'_shipping_company','Lice Clinics of America Tulsa'),(57125,1399,'_shipping_address_1','3421 E 21st Street'),(57126,1399,'_shipping_city','Tulsa'),(57127,1399,'_shipping_state','OK'),(57128,1399,'_shipping_postcode','74114'),(57129,1399,'_shipping_country','US'),(57130,1399,'_order_currency','USD'),(57131,1399,'_cart_discount','0'),(57132,1399,'_cart_discount_tax','0'),(57133,1399,'_order_shipping','0'),(57134,1399,'_order_shipping_tax','0'),(57135,1399,'_order_tax','0'),(57136,1399,'_order_total','1338.80'),(57137,1399,'_order_version','6.8.0'),(57138,1399,'_prices_include_tax','no'),(57139,1399,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(57140,1399,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st Street  Tulsa OK 74114 US '),(57141,1399,'is_vat_exempt','no'),(57142,1399,'Payment type','instant'),(57143,1399,'_transaction_id','03G99300W0126143B'),(57144,1399,'_paypal_status','completed'),(57145,1399,'PayPal Transaction Fee','47.21'),(57146,1399,'_date_paid','1661181547'),(57147,1399,'_paid_date','2022-08-22 15:19:07'),(57148,1399,'_download_permissions_granted','yes'),(57149,1399,'_recorded_sales','yes'),(57150,1399,'_recorded_coupon_usage_counts','yes'),(57151,1399,'_order_stock_reduced','yes'),(57152,1399,'_new_order_email_sent','true'),(57153,1400,'_order_key','wc_order_o4vj8NOQcpZLp'),(57154,1400,'_customer_user','87'),(57155,1400,'_payment_method','paypal'),(57156,1400,'_payment_method_title','PayPal'),(57157,1400,'_customer_ip_address','70.189.73.253'),(57158,1400,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(57159,1400,'_created_via','checkout'),(57160,1400,'_cart_hash','f9dcc71665a146d9e239e23a6586919c'),(57161,1400,'_billing_first_name','Wade'),(57162,1400,'_billing_last_name','Huntsman'),(57163,1400,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(57164,1400,'_billing_address_1','1104 E 25th St.'),(57165,1400,'_billing_city','Tulsa'),(57166,1400,'_billing_state','OK'),(57167,1400,'_billing_postcode','74114'),(57168,1400,'_billing_country','US'),(57169,1400,'_billing_email','info@liceclinicsmidsouth.com'),(57170,1400,'_billing_phone','9189783329'),(57171,1400,'_shipping_first_name','Tiffany'),(57172,1400,'_shipping_last_name','Sporn'),(57173,1400,'_shipping_company','Lice Clinics of America Wichita'),(57174,1400,'_shipping_address_1','16621 W 29th St N'),(57175,1400,'_shipping_city','Colwich'),(57176,1400,'_shipping_state','KS'),(57177,1400,'_shipping_postcode','67030'),(57178,1400,'_shipping_country','US'),(57179,1400,'_order_currency','USD'),(57180,1400,'_cart_discount','0'),(57181,1400,'_cart_discount_tax','0'),(57182,1400,'_order_shipping','0'),(57183,1400,'_order_shipping_tax','0'),(57184,1400,'_order_tax','0'),(57185,1400,'_order_total','810.44'),(57186,1400,'_order_version','6.7.0'),(57187,1400,'_prices_include_tax','no'),(57188,1400,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(57189,1400,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 W 29th St N  Colwich KS 67030 US '),(57190,1400,'is_vat_exempt','no'),(57191,1400,'Payment type','instant'),(57192,1400,'_transaction_id','1PT892790G558494W'),(57193,1400,'_paypal_status','completed'),(57194,1400,'PayPal Transaction Fee','28.77'),(57195,1400,'_date_paid','1661181884'),(57196,1400,'_paid_date','2022-08-22 15:24:44'),(57197,1400,'_download_permissions_granted','yes'),(57198,1400,'_recorded_sales','yes'),(57199,1400,'_recorded_coupon_usage_counts','yes'),(57200,1400,'_order_stock_reduced','yes'),(57201,1400,'_new_order_email_sent','true'),(57202,1401,'_order_key','wc_order_8U861meFhw137'),(57203,1401,'_customer_user','46'),(57204,1401,'_payment_method','paypal'),(57205,1401,'_payment_method_title','PayPal'),(57206,1401,'_customer_ip_address','216.163.6.72'),(57207,1401,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57208,1401,'_created_via','checkout'),(57209,1401,'_cart_hash','d75dd538b0eaef0a4dbc95ee9f74c7d4'),(57210,1401,'_billing_first_name','Shannon'),(57211,1401,'_billing_last_name','Steele'),(57212,1401,'_billing_company','SBS Investments'),(57213,1401,'_billing_address_1','1702 Hazelwood Court'),(57214,1401,'_billing_city','Jonesboro'),(57215,1401,'_billing_state','AR'),(57216,1401,'_billing_postcode','72401'),(57217,1401,'_billing_country','US'),(57218,1401,'_billing_email','info@liceclinicsjonesboro.com'),(57219,1401,'_billing_phone','8709262731'),(57220,1401,'_shipping_first_name','Shannon'),(57221,1401,'_shipping_last_name','Steele'),(57222,1401,'_shipping_company','SBS Investments/LCA- Jonesboro'),(57223,1401,'_shipping_address_1','3106 Orval Orlan Drive'),(57224,1401,'_shipping_address_2','Suite D'),(57225,1401,'_shipping_city','Jonesboro'),(57226,1401,'_shipping_state','AR'),(57227,1401,'_shipping_postcode','72404'),(57228,1401,'_shipping_country','US'),(57229,1401,'_order_currency','USD'),(57230,1401,'_cart_discount','0'),(57231,1401,'_cart_discount_tax','0'),(57232,1401,'_order_shipping','15.46'),(57233,1401,'_order_shipping_tax','0'),(57234,1401,'_order_tax','0'),(57235,1401,'_order_total','152.14'),(57236,1401,'_order_version','6.7.0'),(57237,1401,'_prices_include_tax','no'),(57238,1401,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(57239,1401,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(57240,1401,'is_vat_exempt','no'),(57241,1402,'_order_key','wc_order_MA1qcFuZSnPmj'),(57242,1402,'_customer_user','46'),(57243,1402,'_payment_method','paypal'),(57244,1402,'_payment_method_title','PayPal'),(57245,1402,'_customer_ip_address','216.163.6.72'),(57246,1402,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57247,1402,'_created_via','checkout'),(57248,1402,'_cart_hash','d75dd538b0eaef0a4dbc95ee9f74c7d4'),(57249,1402,'_billing_first_name','Shannon'),(57250,1402,'_billing_last_name','Steele'),(57251,1402,'_billing_company','SBS Investments'),(57252,1402,'_billing_address_1','1702 Hazelwood Court'),(57253,1402,'_billing_city','Jonesboro'),(57254,1402,'_billing_state','AR'),(57255,1402,'_billing_postcode','72401'),(57256,1402,'_billing_country','US'),(57257,1402,'_billing_email','info@liceclinicsjonesboro.com'),(57258,1402,'_billing_phone','8709262731'),(57259,1402,'_shipping_first_name','Shannon'),(57260,1402,'_shipping_last_name','Steele'),(57261,1402,'_shipping_company','SBS Investments/LCA- Jonesboro'),(57262,1402,'_shipping_address_1','3106 Orval Orlan Drive'),(57263,1402,'_shipping_address_2','Suite D'),(57264,1402,'_shipping_city','Jonesboro'),(57265,1402,'_shipping_state','AR'),(57266,1402,'_shipping_postcode','72404'),(57267,1402,'_shipping_country','US'),(57268,1402,'_order_currency','USD'),(57269,1402,'_cart_discount','0'),(57270,1402,'_cart_discount_tax','0'),(57271,1402,'_order_shipping','15.46'),(57272,1402,'_order_shipping_tax','0'),(57273,1402,'_order_tax','0'),(57274,1402,'_order_total','152.14'),(57275,1402,'_order_version','6.7.0'),(57276,1402,'_prices_include_tax','no'),(57277,1402,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(57278,1402,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(57279,1402,'is_vat_exempt','no'),(57280,1402,'Payment type','instant'),(57281,1402,'_transaction_id','5FH317440M8865947'),(57282,1402,'_paypal_status','completed'),(57283,1402,'PayPal Transaction Fee','5.80'),(57284,1402,'_date_paid','1661185019'),(57285,1402,'_paid_date','2022-08-22 16:16:59'),(57286,1402,'_download_permissions_granted','yes'),(57287,1402,'_recorded_sales','yes'),(57288,1402,'_recorded_coupon_usage_counts','yes'),(57289,1402,'_order_stock_reduced','yes'),(57290,1402,'_new_order_email_sent','true'),(57291,1403,'_order_key','wc_order_8Flhc23wk2ZuR'),(57292,1403,'_customer_user','87'),(57293,1403,'_payment_method','paypal'),(57294,1403,'_payment_method_title','PayPal'),(57295,1403,'_customer_ip_address','70.189.73.253'),(57296,1403,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(57297,1403,'_created_via','checkout'),(57298,1403,'_cart_hash','9d5196797f378ee84f5debb3957ea592'),(57299,1403,'_billing_first_name','Wade'),(57300,1403,'_billing_last_name','Huntsman'),(57301,1403,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(57302,1403,'_billing_address_1','1104 E 25th St.'),(57303,1403,'_billing_city','Tulsa'),(57304,1403,'_billing_state','OK'),(57305,1403,'_billing_postcode','74114'),(57306,1403,'_billing_country','US'),(57307,1403,'_billing_email','info@liceclinicsmidsouth.com'),(57308,1403,'_billing_phone','9189783329'),(57309,1403,'_shipping_first_name','Logan'),(57310,1403,'_shipping_last_name','Futrell'),(57311,1403,'_shipping_company','Lice Clinics of America NWA'),(57312,1403,'_shipping_address_1','207 E Monroe'),(57313,1403,'_shipping_address_2','Suite D'),(57314,1403,'_shipping_city','Lowell'),(57315,1403,'_shipping_state','AR'),(57316,1403,'_shipping_postcode','72745'),(57317,1403,'_shipping_country','US'),(57318,1403,'_order_currency','USD'),(57319,1403,'_cart_discount','0'),(57320,1403,'_cart_discount_tax','0'),(57321,1403,'_order_shipping','0'),(57322,1403,'_order_shipping_tax','0'),(57323,1403,'_order_tax','0'),(57324,1403,'_order_total','808.90'),(57325,1403,'_order_version','6.7.0'),(57326,1403,'_prices_include_tax','no'),(57327,1403,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(57328,1403,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Suite D Lowell AR 72745 US '),(57329,1403,'is_vat_exempt','no'),(57330,1403,'Payment type','instant'),(57331,1403,'_transaction_id','8T310500JB582460S'),(57332,1403,'_paypal_status','completed'),(57333,1403,'PayPal Transaction Fee','28.72'),(57334,1403,'_date_paid','1661199288'),(57335,1403,'_paid_date','2022-08-22 20:14:48'),(57336,1403,'_download_permissions_granted','yes'),(57337,1403,'_recorded_sales','yes'),(57338,1403,'_recorded_coupon_usage_counts','yes'),(57339,1403,'_order_stock_reduced','yes'),(57340,1403,'_new_order_email_sent','true'),(57341,1400,'_edit_lock','1661202369:2'),(57342,1399,'_edit_lock','1661362517:2'),(57343,1398,'_edit_lock','1661199598:2'),(57344,1397,'_edit_lock','1661201788:2'),(57345,1405,'_order_currency','USD'),(57346,1405,'_cart_discount','0'),(57347,1405,'_cart_discount_tax','0'),(57348,1405,'_order_shipping','0'),(57349,1405,'_order_shipping_tax','0'),(57350,1405,'_order_tax','0'),(57351,1405,'_order_total','-994.18'),(57352,1405,'_order_version','6.7.0'),(57353,1405,'_prices_include_tax','no'),(57354,1405,'_refund_amount','994.18'),(57355,1405,'_refunded_by','2'),(57356,1405,'_refunded_payment','1'),(57357,1405,'_refund_reason','ordered wrong matierials'),(57358,1403,'_edit_lock','1661202301:2'),(57359,1397,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201772\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"dcb72bda1d2df0d38c89e56e94cc5727\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201761\";s:12:\"date_shipped\";i:1661201872;s:11:\"tracking_id\";s:32:\"e60d376ba8dac3f9f506c255b198fc5d\";}}'),(57360,1397,'_edit_last','2'),(57361,1397,'_date_completed','1661201877'),(57362,1397,'_completed_date','2022-08-22 20:57:57'),(57363,1395,'_edit_lock','1661201783:2'),(57364,1395,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201669\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"b1fcd6b1126d74db33f593447f23d611\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201658\";s:12:\"date_shipped\";i:1661201909;s:11:\"tracking_id\";s:32:\"1dbbe2290f1ee74d3590531ee9cc6635\";}}'),(57365,1395,'_edit_last','2'),(57366,1395,'_date_completed','1661201914'),(57367,1395,'_completed_date','2022-08-22 20:58:34'),(57368,1393,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201739\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"58bdbfe35d5f5d13a353df1dd990ac91\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201728\";s:12:\"date_shipped\";i:1661201953;s:11:\"tracking_id\";s:32:\"e268391f73a5b85d82de14e717951c6b\";}}'),(57369,1393,'_date_completed','1661201956'),(57370,1393,'_completed_date','2022-08-22 20:59:16'),(57371,1396,'_edit_lock','1661201941:2'),(57372,1396,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201706\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"ebe3914aff767b138e9f463f7a8f22ff\";}}'),(57373,1396,'_edit_last','2'),(57374,1396,'_date_completed','1661202073'),(57375,1396,'_completed_date','2022-08-22 21:01:13'),(57376,1402,'_edit_lock','1661202086:2'),(57377,1402,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201875\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"68ba4c831c49cbd2b87edc318187ac33\";}}'),(57378,1402,'_edit_last','2'),(57379,1402,'_date_completed','1661202160'),(57380,1402,'_completed_date','2022-08-22 21:02:40'),(57381,1400,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201842\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"e334f2129aebcfcfa6e72c07643054ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201831\";s:12:\"date_shipped\";i:1661202263;s:11:\"tracking_id\";s:32:\"cdeccc2d2893e68fe7ff296630d8d15f\";}}'),(57382,1400,'_edit_last','2'),(57383,1400,'_date_completed','1661202269'),(57384,1400,'_completed_date','2022-08-22 21:04:29'),(57385,1392,'_edit_last','2'),(57386,1392,'_date_completed','1661202310'),(57387,1392,'_completed_date','2022-08-22 21:05:10'),(57388,1399,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201810\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"911e1db9817018895430d6f84030179e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201820\";s:12:\"date_shipped\";i:1661202336;s:11:\"tracking_id\";s:32:\"ac99e40a7d8a34655e31a51b62864738\";}}'),(57389,1399,'_edit_last','2'),(57390,1403,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201809\";s:12:\"date_shipped\";s:10:\"1661126400\";s:11:\"tracking_id\";s:32:\"d405b9c7e60073fbcf0e3c9554aad658\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201794\";s:12:\"date_shipped\";i:1661202390;s:11:\"tracking_id\";s:32:\"605b620c13dfc99113bd6e536d16a004\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201783\";s:12:\"date_shipped\";i:1661202396;s:11:\"tracking_id\";s:32:\"6a9bcc06d1593824c9c0f558dca4ccdc\";}}'),(57391,1403,'_edit_last','2'),(57392,1403,'_date_completed','1661202401'),(57393,1403,'_completed_date','2022-08-22 21:06:41'),(57401,1406,'_order_key','wc_order_oFdhvbmIW0KrR'),(57402,1406,'_customer_user','60'),(57403,1406,'_payment_method','paypal'),(57404,1406,'_payment_method_title','PayPal'),(57405,1406,'_customer_ip_address','174.241.80.221'),(57406,1406,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(57407,1406,'_created_via','checkout'),(57408,1406,'_cart_hash','2b6823ae4aeb10b05f91649313e2d5de'),(57409,1406,'_billing_first_name','Jill'),(57410,1406,'_billing_last_name','Leshtz'),(57411,1406,'_billing_company','Lice clinics of America-North Shore'),(57412,1406,'_billing_address_1','1580 Lancelot Avenue'),(57413,1406,'_billing_city','Highland park'),(57414,1406,'_billing_state','IL'),(57415,1406,'_billing_postcode','60035'),(57416,1406,'_billing_country','US'),(57417,1406,'_billing_email','jleshtz@gmail.com'),(57418,1406,'_billing_phone','8473639001'),(57419,1406,'_shipping_first_name','Jill'),(57420,1406,'_shipping_last_name','Leshtz'),(57421,1406,'_shipping_company','Lice clinics of America-North Shore'),(57422,1406,'_shipping_address_1','1580 Lancelot Avenue'),(57423,1406,'_shipping_city','Highland park'),(57424,1406,'_shipping_state','IL'),(57425,1406,'_shipping_postcode','60035'),(57426,1406,'_shipping_country','US'),(57427,1406,'_order_currency','USD'),(57428,1406,'_cart_discount','0'),(57429,1406,'_cart_discount_tax','0'),(57430,1406,'_order_shipping','14.3'),(57431,1406,'_order_shipping_tax','0'),(57432,1406,'_order_tax','0'),(57433,1406,'_order_total','14.30'),(57434,1406,'_order_version','6.8.0'),(57435,1406,'_prices_include_tax','no'),(57436,1406,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(57437,1406,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(57438,1406,'is_vat_exempt','no'),(57439,1407,'_order_key','wc_order_8msW3f6FDcGhU'),(57440,1407,'_customer_user','67'),(57441,1407,'_payment_method','paypal'),(57442,1407,'_payment_method_title','PayPal'),(57443,1407,'_customer_ip_address','74.77.55.50'),(57444,1407,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57445,1407,'_created_via','checkout'),(57446,1407,'_cart_hash','d0fbe26a07b36dba4597e45ebd0b53ed'),(57447,1407,'_billing_first_name','Marnie'),(57448,1407,'_billing_last_name','Murray'),(57449,1407,'_billing_company','Naughty Nits'),(57450,1407,'_billing_address_1','2809 Wehrle Drive'),(57451,1407,'_billing_address_2','Suite 10'),(57452,1407,'_billing_city','Williamsville'),(57453,1407,'_billing_state','NY'),(57454,1407,'_billing_postcode','14221'),(57455,1407,'_billing_country','US'),(57456,1407,'_billing_email','liceclinicsupstateny@gmail.com'),(57457,1407,'_billing_phone','7166265423'),(57458,1407,'_shipping_first_name','Marnie'),(57459,1407,'_shipping_last_name','Murray'),(57460,1407,'_shipping_company','LCA Buffalo'),(57461,1407,'_shipping_address_1','2809 Wehrle Drive'),(57462,1407,'_shipping_address_2','Suite 10'),(57463,1407,'_shipping_city','Williamsville'),(57464,1407,'_shipping_state','NY'),(57465,1407,'_shipping_postcode','14221'),(57466,1407,'_shipping_country','US'),(57467,1407,'_order_currency','USD'),(57468,1407,'_cart_discount','0'),(57469,1407,'_cart_discount_tax','0'),(57470,1407,'_order_shipping','0'),(57471,1407,'_order_shipping_tax','0'),(57472,1407,'_order_tax','0'),(57473,1407,'_order_total','1637.04'),(57474,1407,'_order_version','6.8.0'),(57475,1407,'_prices_include_tax','no'),(57476,1407,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(57477,1407,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(57478,1407,'is_vat_exempt','no'),(57479,1407,'Payment type','instant'),(57480,1407,'_transaction_id','34N46082GG3370430'),(57481,1407,'_paypal_status','completed'),(57482,1407,'PayPal Transaction Fee','57.62'),(57483,1407,'_date_paid','1661265947'),(57484,1407,'_paid_date','2022-08-23 14:45:47'),(57485,1407,'_download_permissions_granted','yes'),(57486,1407,'_recorded_sales','yes'),(57487,1407,'_recorded_coupon_usage_counts','yes'),(57488,1407,'_order_stock_reduced','yes'),(57489,1407,'_new_order_email_sent','true'),(57490,1406,'_edit_lock','1661362417:2'),(57491,1406,'_edit_last','2'),(57492,1406,'_recorded_coupon_usage_counts','yes'),(57493,1406,'Payment type','instant'),(57494,1406,'_transaction_id','2HP42509FX746641V'),(57495,1406,'_paypal_status','completed'),(57496,1406,'PayPal Transaction Fee','0.99'),(57497,1406,'_date_paid','1661282692'),(57498,1406,'_paid_date','2022-08-23 19:24:52'),(57499,1406,'_download_permissions_granted','yes'),(57500,1406,'_recorded_sales','yes'),(57501,1406,'_order_stock_reduced','yes'),(57502,1406,'_new_order_email_sent','true'),(57503,1408,'_order_key','wc_order_eZJpLoyx4USnP'),(57504,1408,'_customer_user','28'),(57505,1408,'_payment_method','paypal'),(57506,1408,'_payment_method_title','PayPal'),(57507,1408,'_customer_ip_address','172.115.255.171'),(57508,1408,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57509,1408,'_created_via','checkout'),(57510,1408,'_cart_hash','24d79fe9a60cf6b56771d9a1fbca5c54'),(57511,1408,'_billing_first_name','Kelli'),(57512,1408,'_billing_last_name','Washington'),(57513,1408,'_billing_company','Lice Clinics of America - Temecula'),(57514,1408,'_billing_address_1','2438 Bear Rock Gln'),(57515,1408,'_billing_city','Escondido'),(57516,1408,'_billing_state','CA'),(57517,1408,'_billing_postcode','92026'),(57518,1408,'_billing_country','US'),(57519,1408,'_billing_email','info@liceclinicstemecula.com'),(57520,1408,'_billing_phone','7606255580'),(57521,1408,'_shipping_first_name','Kelli'),(57522,1408,'_shipping_last_name','Washington'),(57523,1408,'_shipping_company','Lice Clinics of America - Temecula'),(57524,1408,'_shipping_address_1','2438 Bear Rock Gln'),(57525,1408,'_shipping_city','Escondido'),(57526,1408,'_shipping_state','CA'),(57527,1408,'_shipping_postcode','92026'),(57528,1408,'_shipping_country','US'),(57529,1408,'_order_currency','USD'),(57530,1408,'_cart_discount','0'),(57531,1408,'_cart_discount_tax','0'),(57532,1408,'_order_shipping','34.05'),(57533,1408,'_order_shipping_tax','0'),(57534,1408,'_order_tax','0'),(57535,1408,'_order_total','271.65'),(57536,1408,'_order_version','6.8.0'),(57537,1408,'_prices_include_tax','no'),(57538,1408,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(57539,1408,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(57540,1408,'is_vat_exempt','no'),(57541,1408,'Payment type','instant'),(57542,1408,'_transaction_id','9ET5370585840380B'),(57543,1408,'_paypal_status','completed'),(57544,1408,'PayPal Transaction Fee','9.97'),(57545,1408,'_date_paid','1661289156'),(57546,1408,'_paid_date','2022-08-23 21:12:36'),(57547,1408,'_download_permissions_granted','yes'),(57548,1408,'_recorded_sales','yes'),(57549,1408,'_recorded_coupon_usage_counts','yes'),(57550,1408,'_order_stock_reduced','yes'),(57551,1408,'_new_order_email_sent','true'),(57552,1409,'_order_key','wc_order_8lWtQDqn4bCPY'),(57553,1409,'_customer_user','0'),(57554,1409,'_payment_method','paypal'),(57555,1409,'_payment_method_title','PayPal'),(57556,1409,'_customer_ip_address','136.49.57.192'),(57557,1409,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57558,1409,'_created_via','checkout'),(57559,1409,'_cart_hash','e10f2ac11f8492f9dda5ba394f109ab5'),(57560,1409,'_billing_first_name','Lee'),(57561,1409,'_billing_last_name','Rogers'),(57562,1409,'_billing_company','United States'),(57563,1409,'_billing_address_1','40 N Interstate 35'),(57564,1409,'_billing_address_2','APT 4B2'),(57565,1409,'_billing_city','Austin'),(57566,1409,'_billing_state','TX'),(57567,1409,'_billing_postcode','78701'),(57568,1409,'_billing_country','US'),(57569,1409,'_billing_email','leerogers@flash.net'),(57570,1409,'_billing_phone','316-727-9951'),(57571,1409,'_shipping_first_name','Kaitlin'),(57572,1409,'_shipping_last_name','Ryan'),(57573,1409,'_shipping_company','LCA Dublin'),(57574,1409,'_shipping_address_1','5910 Wilcox Place'),(57575,1409,'_shipping_address_2','Suite E'),(57576,1409,'_shipping_city','Dublin'),(57577,1409,'_shipping_state','OH'),(57578,1409,'_shipping_postcode','43016'),(57579,1409,'_shipping_country','US'),(57580,1409,'_order_currency','USD'),(57581,1409,'_cart_discount','0'),(57582,1409,'_cart_discount_tax','0'),(57583,1409,'_order_shipping','0'),(57584,1409,'_order_shipping_tax','0'),(57585,1409,'_order_tax','0'),(57586,1409,'_order_total','1111.67'),(57587,1409,'_order_version','6.8.0'),(57588,1409,'_prices_include_tax','no'),(57589,1409,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(57590,1409,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(57591,1409,'is_vat_exempt','no'),(57592,1409,'Payment type','instant'),(57593,1409,'_transaction_id','99L076712H7609449'),(57594,1409,'_paypal_status','completed'),(57595,1409,'PayPal Transaction Fee','39.29'),(57596,1409,'_date_paid','1661296428'),(57597,1409,'_paid_date','2022-08-23 23:13:48'),(57598,1409,'_download_permissions_granted','yes'),(57599,1409,'_recorded_sales','yes'),(57600,1409,'_recorded_coupon_usage_counts','yes'),(57601,1409,'_order_stock_reduced','yes'),(57602,1409,'_new_order_email_sent','true'),(57603,1394,'Payment type','instant'),(57604,1394,'_transaction_id','4YP44875GC8181255'),(57605,1394,'_paypal_status','completed'),(57606,1394,'PayPal Transaction Fee','0.99'),(57607,1394,'_date_paid','1661305187'),(57608,1394,'_paid_date','2022-08-24 01:39:47'),(57609,1394,'_download_permissions_granted','yes'),(57610,1394,'_recorded_sales','yes'),(57611,1394,'_order_stock_reduced','yes'),(57612,1394,'_new_order_email_sent','true'),(57613,1410,'_order_key','wc_order_mF7sSphfM288d'),(57614,1410,'_customer_user','83'),(57615,1410,'_payment_method','paypal'),(57616,1410,'_payment_method_title','PayPal'),(57617,1410,'_customer_ip_address','23.24.128.182'),(57618,1410,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(57619,1410,'_created_via','checkout'),(57620,1410,'_cart_hash','31780217d266e7bdfd52b7b6b421f177'),(57621,1410,'_billing_first_name','Tanya'),(57622,1410,'_billing_last_name','Kensley'),(57623,1410,'_billing_company','Lice Clinics of America'),(57624,1410,'_billing_address_1','4248 McMurry Ave'),(57625,1410,'_billing_city','Fort Collins'),(57626,1410,'_billing_state','CO'),(57627,1410,'_billing_postcode','80525'),(57628,1410,'_billing_country','US'),(57629,1410,'_billing_email','info@liceclinicsnortherncolorado.com'),(57630,1410,'_billing_phone','9702338787'),(57631,1410,'_shipping_first_name','Tanya'),(57632,1410,'_shipping_last_name','Kensley'),(57633,1410,'_shipping_company','Lice Clinics of America'),(57634,1410,'_shipping_address_1','4248 McMurry Ave'),(57635,1410,'_shipping_city','Fort Collins'),(57636,1410,'_shipping_state','CO'),(57637,1410,'_shipping_postcode','80525'),(57638,1410,'_shipping_country','US'),(57639,1410,'_order_currency','USD'),(57640,1410,'_cart_discount','0'),(57641,1410,'_cart_discount_tax','0'),(57642,1410,'_order_shipping','18.35'),(57643,1410,'_order_shipping_tax','0'),(57644,1410,'_order_tax','0'),(57645,1410,'_order_total','102.83'),(57646,1410,'_order_version','6.8.0'),(57647,1410,'_prices_include_tax','no'),(57648,1410,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(57649,1410,'_shipping_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US '),(57650,1410,'is_vat_exempt','no'),(57651,1410,'Payment type','instant'),(57652,1410,'_transaction_id','7T88900888981664M'),(57653,1410,'_paypal_status','completed'),(57654,1410,'PayPal Transaction Fee','4.08'),(57655,1410,'_date_paid','1661354732'),(57656,1410,'_paid_date','2022-08-24 15:25:32'),(57657,1410,'_download_permissions_granted','yes'),(57658,1410,'_recorded_sales','yes'),(57659,1410,'_recorded_coupon_usage_counts','yes'),(57660,1410,'_order_stock_reduced','yes'),(57661,1410,'_new_order_email_sent','true'),(57662,1410,'_edit_lock','1661361984:2'),(57663,1410,'_edit_last','2'),(57664,1410,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202117\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"9f52020d2c9de54f032a98cb3e2020c6\";}}'),(57665,1410,'_date_completed','1661362054'),(57666,1410,'_completed_date','2022-08-24 17:27:34'),(57667,1409,'_edit_lock','1661362063:2'),(57668,1409,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202080\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"c17c657bdf70bc4243350d0b6895bba1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202070\";s:12:\"date_shipped\";i:1661362183;s:11:\"tracking_id\";s:32:\"10a37eac7e29fd33c3561f05ab038339\";}}'),(57669,1409,'_edit_last','2'),(57670,1409,'_date_completed','1661362187'),(57671,1409,'_completed_date','2022-08-24 17:29:47'),(57672,1394,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202069\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"0e415c521888091df7219e654c5a90d0\";}}'),(57673,1394,'_date_completed','1661362283'),(57674,1394,'_completed_date','2022-08-24 17:31:23'),(57675,1408,'_edit_lock','1661362233:2'),(57676,1408,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202058\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"87f254dd011221646db0d85d2532d34f\";}}'),(57677,1408,'_edit_last','2'),(57678,1408,'_date_completed','1661362365'),(57679,1408,'_completed_date','2022-08-24 17:32:45'),(57680,1406,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202025\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"1a480e98c1389ff105e41b9f94dadb74\";}}'),(57681,1406,'_date_completed','1661362411'),(57682,1406,'_completed_date','2022-08-24 17:33:31'),(57683,1407,'_edit_lock','1661362365:2'),(57684,1407,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201912\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"0bf68fb0d41b5dbdad1c38d1ce12c922\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830201912\";s:12:\"date_shipped\";s:10:\"1661299200\";s:11:\"tracking_id\";s:32:\"aae3e1d881b44358c351685f7d903fe0\";}}'),(57685,1407,'_edit_last','2'),(57686,1407,'_date_completed','1661362496'),(57687,1407,'_completed_date','2022-08-24 17:34:56'),(57688,1399,'_date_completed','1661362511'),(57689,1399,'_completed_date','2022-08-24 17:35:11'),(57690,1411,'_order_key','wc_order_e6hL59ldKjM9M'),(57691,1411,'_customer_user','60'),(57692,1411,'_payment_method','paypal'),(57693,1411,'_payment_method_title','PayPal'),(57694,1411,'_customer_ip_address','98.193.14.84'),(57695,1411,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(57696,1411,'_created_via','checkout'),(57697,1411,'_cart_hash','5548d37036135f84bc77d13dd73b666a'),(57698,1411,'_billing_first_name','Jill'),(57699,1411,'_billing_last_name','Leshtz'),(57700,1411,'_billing_company','Lice clinics of America-North Shore'),(57701,1411,'_billing_address_1','1580 Lancelot Avenue'),(57702,1411,'_billing_city','Highland park'),(57703,1411,'_billing_state','IL'),(57704,1411,'_billing_postcode','60035'),(57705,1411,'_billing_country','US'),(57706,1411,'_billing_email','jleshtz@gmail.com'),(57707,1411,'_billing_phone','8473639001'),(57708,1411,'_shipping_first_name','Jill'),(57709,1411,'_shipping_last_name','Leshtz'),(57710,1411,'_shipping_company','Lice clinics of America-North Shore'),(57711,1411,'_shipping_address_1','1580 Lancelot Avenue'),(57712,1411,'_shipping_city','Highland park'),(57713,1411,'_shipping_state','IL'),(57714,1411,'_shipping_postcode','60035'),(57715,1411,'_shipping_country','US'),(57716,1411,'_order_currency','USD'),(57717,1411,'_cart_discount','0'),(57718,1411,'_cart_discount_tax','0'),(57719,1411,'_order_shipping','18.98'),(57720,1411,'_order_shipping_tax','0'),(57721,1411,'_order_tax','0'),(57722,1411,'_order_total','256.58'),(57723,1411,'_order_version','6.8.0'),(57724,1411,'_prices_include_tax','no'),(57725,1411,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(57726,1411,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(57727,1411,'is_vat_exempt','no'),(57728,1411,'Payment type','instant'),(57729,1411,'_transaction_id','63759546YX8282349'),(57730,1411,'_paypal_status','completed'),(57731,1411,'PayPal Transaction Fee','9.44'),(57732,1411,'_date_paid','1661447628'),(57733,1411,'_paid_date','2022-08-25 17:13:48'),(57734,1411,'_download_permissions_granted','yes'),(57735,1411,'_recorded_sales','yes'),(57736,1411,'_recorded_coupon_usage_counts','yes'),(57737,1411,'_order_stock_reduced','yes'),(57738,1411,'_new_order_email_sent','true'),(57739,1412,'_order_key','wc_order_tzp9eRVKHaB9U'),(57740,1412,'_customer_user','57'),(57741,1412,'_payment_method','paypal'),(57742,1412,'_payment_method_title','PayPal'),(57743,1412,'_customer_ip_address','107.203.54.57'),(57744,1412,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54'),(57745,1412,'_created_via','checkout'),(57746,1412,'_cart_hash','e7282b5732e6da1919acc1c918c9ddde'),(57747,1412,'_billing_first_name','Heather'),(57748,1412,'_billing_last_name','Purtle'),(57749,1412,'_billing_company','LCA- Upstate'),(57750,1412,'_billing_address_1','1 Creekview Ct.'),(57751,1412,'_billing_address_2','Ste C'),(57752,1412,'_billing_city','Greenville'),(57753,1412,'_billing_state','SC'),(57754,1412,'_billing_postcode','29615'),(57755,1412,'_billing_country','US'),(57756,1412,'_billing_email','hpurtle@bellsouth.net'),(57757,1412,'_billing_phone','8643604388'),(57758,1412,'_shipping_first_name','Heather'),(57759,1412,'_shipping_last_name','Purtle'),(57760,1412,'_shipping_company','LCA- Upstate'),(57761,1412,'_shipping_address_1','1 Creekview Ct.'),(57762,1412,'_shipping_address_2','Ste C'),(57763,1412,'_shipping_city','Greenville'),(57764,1412,'_shipping_state','SC'),(57765,1412,'_shipping_postcode','29615'),(57766,1412,'_shipping_country','US'),(57767,1412,'_order_currency','USD'),(57768,1412,'_cart_discount','0'),(57769,1412,'_cart_discount_tax','0'),(57770,1412,'_order_shipping','18.67'),(57771,1412,'_order_shipping_tax','0'),(57772,1412,'_order_tax','0'),(57773,1412,'_order_total','18.67'),(57774,1412,'_order_version','6.8.0'),(57775,1412,'_prices_include_tax','no'),(57776,1412,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(57777,1412,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(57778,1412,'is_vat_exempt','no'),(57779,1412,'_edit_lock','1661545387:2'),(57780,1412,'_edit_last','2'),(57781,1412,'_recorded_coupon_usage_counts','yes'),(57782,1411,'_edit_lock','1661461251:2'),(57783,1411,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202253\";s:12:\"date_shipped\";s:10:\"1661385600\";s:11:\"tracking_id\";s:32:\"969262bf19aa0e05ca9c039ea9934773\";}}'),(57784,1411,'_edit_last','2'),(57785,1411,'_date_completed','1661461354'),(57786,1411,'_completed_date','2022-08-25 21:02:34'),(57827,1414,'_order_key','wc_order_YlZtOeWrkLxTA'),(57828,1414,'_customer_user','29'),(57829,1414,'_payment_method','paypal'),(57830,1414,'_payment_method_title','PayPal'),(57831,1414,'_customer_ip_address','68.80.67.132'),(57832,1414,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(57833,1414,'_created_via','checkout'),(57834,1414,'_cart_hash','3ab6781807b94b79b5e5bc575a3c4a20'),(57835,1414,'_billing_first_name','Kevin'),(57836,1414,'_billing_last_name','Reilly'),(57837,1414,'_billing_address_1','5460 Richie Ct'),(57838,1414,'_billing_city','Pipersville'),(57839,1414,'_billing_state','PA'),(57840,1414,'_billing_postcode','18947'),(57841,1414,'_billing_country','US'),(57842,1414,'_billing_email','info@liceclinicslansdale.com'),(57843,1414,'_billing_phone','2156941408'),(57844,1414,'_shipping_first_name','Kevin'),(57845,1414,'_shipping_last_name','Reilly'),(57846,1414,'_shipping_company','LCA Lansdale'),(57847,1414,'_shipping_address_1','2131 North Broad Street'),(57848,1414,'_shipping_address_2','Suite 101'),(57849,1414,'_shipping_city','Lansdale'),(57850,1414,'_shipping_state','PA'),(57851,1414,'_shipping_postcode','19446'),(57852,1414,'_shipping_country','US'),(57853,1414,'_order_currency','USD'),(57854,1414,'_cart_discount','0'),(57855,1414,'_cart_discount_tax','0'),(57856,1414,'_order_shipping','17.81'),(57857,1414,'_order_shipping_tax','0'),(57858,1414,'_order_tax','0'),(57859,1414,'_order_total','165.35'),(57860,1414,'_order_version','6.8.0'),(57861,1414,'_prices_include_tax','no'),(57862,1414,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(57863,1414,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(57864,1414,'is_vat_exempt','no'),(57865,1414,'Payment type','instant'),(57866,1414,'_transaction_id','41601672W8867743L'),(57867,1414,'_paypal_status','completed'),(57868,1414,'PayPal Transaction Fee','6.26'),(57869,1414,'_date_paid','1661467838'),(57870,1414,'_paid_date','2022-08-25 22:50:38'),(57871,1414,'_download_permissions_granted','yes'),(57872,1414,'_recorded_sales','yes'),(57873,1414,'_recorded_coupon_usage_counts','yes'),(57874,1414,'_order_stock_reduced','yes'),(57875,1414,'_new_order_email_sent','true'),(57876,1391,'Payment type','instant'),(57877,1391,'_transaction_id','74K37297WY005952M'),(57878,1391,'_paypal_status','completed'),(57879,1391,'PayPal Transaction Fee','1.05'),(57880,1391,'_date_paid','1661474730'),(57881,1391,'_paid_date','2022-08-26 00:45:30'),(57882,1391,'_download_permissions_granted','yes'),(57883,1391,'_recorded_sales','yes'),(57884,1391,'_order_stock_reduced','yes'),(57885,1391,'_new_order_email_sent','true'),(57886,1412,'Payment type','instant'),(57887,1412,'_transaction_id','80C22770A7120983V'),(57888,1412,'_paypal_status','completed'),(57889,1412,'PayPal Transaction Fee','1.14'),(57890,1412,'_date_paid','1661474768'),(57891,1412,'_paid_date','2022-08-26 00:46:08'),(57892,1412,'_download_permissions_granted','yes'),(57893,1412,'_recorded_sales','yes'),(57894,1412,'_order_stock_reduced','yes'),(57895,1412,'_new_order_email_sent','true'),(57896,1414,'_edit_lock','1661545344:2');
INSERT INTO `wp_postmeta` VALUES (57897,1414,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202367\";s:12:\"date_shipped\";s:10:\"1661472000\";s:11:\"tracking_id\";s:32:\"40b3507e290bdd6832cf42bc18d6db02\";}}'),(57898,1414,'_edit_last','2'),(57899,1414,'_date_completed','1661545466'),(57900,1414,'_completed_date','2022-08-26 20:24:26'),(57901,1412,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202389\";s:12:\"date_shipped\";s:10:\"1661472000\";s:11:\"tracking_id\";s:32:\"c4d37e47e40a7caaa52f44cd7f7526f0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202378\";s:12:\"date_shipped\";i:1661545515;s:11:\"tracking_id\";s:32:\"1c09efe17f302da4ca867a40b45e5b82\";}}'),(57902,1412,'_date_completed','1661545519'),(57903,1412,'_completed_date','2022-08-26 20:25:19'),(57904,1416,'_order_key','wc_order_FCZx1waYfQ8Di'),(57905,1416,'_customer_user','5'),(57906,1416,'_payment_method','paypal'),(57907,1416,'_payment_method_title','PayPal'),(57908,1416,'_customer_ip_address','76.138.202.25'),(57909,1416,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(57910,1416,'_created_via','checkout'),(57911,1416,'_cart_hash','13715aee18d195f0b2b08208e240fe8d'),(57912,1416,'_billing_first_name','Mark'),(57913,1416,'_billing_last_name','Meyer'),(57914,1416,'_billing_company','lice clinics of america- portland'),(57915,1416,'_billing_address_1','5201 SW Westgate Dr suite 106'),(57916,1416,'_billing_address_2','106'),(57917,1416,'_billing_city','portland'),(57918,1416,'_billing_state','OR'),(57919,1416,'_billing_postcode','97221'),(57920,1416,'_billing_country','US'),(57921,1416,'_billing_email','noemi.and.mark@nwliceclinics.com'),(57922,1416,'_billing_phone','5034040475'),(57923,1416,'_shipping_first_name','Mark'),(57924,1416,'_shipping_last_name','Meyer'),(57925,1416,'_shipping_company','lice clinics of america- portland'),(57926,1416,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(57927,1416,'_shipping_address_2','106'),(57928,1416,'_shipping_city','portland'),(57929,1416,'_shipping_state','OR'),(57930,1416,'_shipping_postcode','97221'),(57931,1416,'_shipping_country','US'),(57932,1416,'_order_currency','USD'),(57933,1416,'_cart_discount','0'),(57934,1416,'_cart_discount_tax','0'),(57935,1416,'_order_shipping','0'),(57936,1416,'_order_shipping_tax','0'),(57937,1416,'_order_tax','0'),(57938,1416,'_order_total','3419.45'),(57939,1416,'_order_version','6.8.0'),(57940,1416,'_prices_include_tax','no'),(57941,1416,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(57942,1416,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(57943,1416,'is_vat_exempt','no'),(57944,1416,'Payment type','instant'),(57945,1416,'_transaction_id','21874001MY086393J'),(57946,1416,'_paypal_status','completed'),(57947,1416,'PayPal Transaction Fee','119.83'),(57948,1416,'_date_paid','1661550248'),(57949,1416,'_paid_date','2022-08-26 21:44:08'),(57950,1416,'_download_permissions_granted','yes'),(57951,1416,'_recorded_sales','yes'),(57952,1416,'_recorded_coupon_usage_counts','yes'),(57953,1416,'_order_stock_reduced','yes'),(57954,1416,'_new_order_email_sent','true'),(57955,1417,'_order_key','wc_order_Q3cR9UacwCqnO'),(57956,1417,'_customer_user','79'),(57957,1417,'_payment_method','paypal'),(57958,1417,'_payment_method_title','PayPal'),(57959,1417,'_customer_ip_address','76.72.44.28'),(57960,1417,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(57961,1417,'_created_via','checkout'),(57962,1417,'_cart_hash','9b9025eb33de73571a60a30ed1f1ea4b'),(57963,1417,'_billing_first_name','Shanna'),(57964,1417,'_billing_last_name','Castille'),(57965,1417,'_billing_address_1','1097 Hundley Rd'),(57966,1417,'_billing_city','Eunice'),(57967,1417,'_billing_state','LA'),(57968,1417,'_billing_postcode','70535'),(57969,1417,'_billing_country','US'),(57970,1417,'_billing_email','Shanna_sr09@yahoo.com'),(57971,1417,'_billing_phone','3374668998'),(57972,1417,'_shipping_first_name','Shanna'),(57973,1417,'_shipping_last_name','Castille'),(57974,1417,'_shipping_address_1','1097 Hundley Rd'),(57975,1417,'_shipping_city','eunice'),(57976,1417,'_shipping_state','LA'),(57977,1417,'_shipping_postcode','70535'),(57978,1417,'_shipping_country','US'),(57979,1417,'_order_currency','USD'),(57980,1417,'_cart_discount','0'),(57981,1417,'_cart_discount_tax','0'),(57982,1417,'_order_shipping','27.32'),(57983,1417,'_order_shipping_tax','0'),(57984,1417,'_order_tax','0'),(57985,1417,'_order_total','475.08'),(57986,1417,'_order_version','6.8.0'),(57987,1417,'_prices_include_tax','no'),(57988,1417,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(57989,1417,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(57990,1417,'is_vat_exempt','no'),(57991,1417,'Payment type','instant'),(57992,1417,'_transaction_id','0TN498349A647350S'),(57993,1417,'_paypal_status','completed'),(57994,1417,'PayPal Transaction Fee','17.07'),(57995,1417,'_date_paid','1661649836'),(57996,1417,'_paid_date','2022-08-28 01:23:56'),(57997,1417,'_download_permissions_granted','yes'),(57998,1417,'_recorded_sales','yes'),(57999,1417,'_recorded_coupon_usage_counts','yes'),(58000,1417,'_order_stock_reduced','yes'),(58001,1417,'_new_order_email_sent','true'),(58003,1418,'_order_key','wc_order_nSXk7ARkdrNP4'),(58004,1418,'_customer_user','73'),(58005,1418,'_payment_method','paypal'),(58006,1418,'_payment_method_title','PayPal'),(58007,1418,'_customer_ip_address','73.63.207.98'),(58008,1418,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58009,1418,'_created_via','checkout'),(58010,1418,'_cart_hash','224f043b4ffa8b5e6ab321d27abb79be'),(58011,1418,'_billing_first_name','Lice Clinics'),(58012,1418,'_billing_last_name','Castro Valley'),(58013,1418,'_billing_company','Lice Clinics of America - Castro Valley'),(58014,1418,'_billing_address_1','20406 Redwood Rd, Suite A'),(58015,1418,'_billing_city','Castro Valley'),(58016,1418,'_billing_state','CA'),(58017,1418,'_billing_postcode','94546'),(58018,1418,'_billing_country','US'),(58019,1418,'_billing_email','liceclinicscastrovalley@gmail.com'),(58020,1418,'_billing_phone','5106763272'),(58021,1418,'_shipping_first_name','Lice Clinics'),(58022,1418,'_shipping_last_name','Castro Valley'),(58023,1418,'_shipping_company','LCA - Castro Valley'),(58024,1418,'_shipping_address_1','31372 Mackinaw St'),(58025,1418,'_shipping_city','Union City'),(58026,1418,'_shipping_state','CA'),(58027,1418,'_shipping_postcode','94587'),(58028,1418,'_shipping_country','US'),(58029,1418,'_order_currency','USD'),(58030,1418,'_cart_discount','0'),(58031,1418,'_cart_discount_tax','0'),(58032,1418,'_order_shipping','0'),(58033,1418,'_order_shipping_tax','0'),(58034,1418,'_order_tax','0'),(58035,1418,'_order_total','686.72'),(58036,1418,'_order_version','6.8.0'),(58037,1418,'_prices_include_tax','no'),(58038,1418,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(58039,1418,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(58040,1418,'is_vat_exempt','no'),(58041,1419,'_order_key','wc_order_rth8EVzLhOvkZ'),(58042,1419,'_customer_user','66'),(58043,1419,'_payment_method','paypal'),(58044,1419,'_payment_method_title','PayPal'),(58045,1419,'_customer_ip_address','69.250.30.77'),(58046,1419,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58047,1419,'_created_via','checkout'),(58048,1419,'_cart_hash','36dc0e5f802717d1ff361e970289b13f'),(58049,1419,'_billing_first_name','Mark'),(58050,1419,'_billing_last_name','Dent'),(58051,1419,'_billing_company','Lice Clinics of Maryland'),(58052,1419,'_billing_address_1','801 W 33rd Street'),(58053,1419,'_billing_city','BAltimore'),(58054,1419,'_billing_state','MD'),(58055,1419,'_billing_postcode','21211'),(58056,1419,'_billing_country','US'),(58057,1419,'_billing_email','info@liceclinicsofmaryland.com'),(58058,1419,'_billing_phone','4438349991'),(58059,1419,'_shipping_first_name','Dawn'),(58060,1419,'_shipping_last_name','Mumaw'),(58061,1419,'_shipping_company','LCA Baltimore'),(58062,1419,'_shipping_address_1','604 Providence Road'),(58063,1419,'_shipping_city','Towson'),(58064,1419,'_shipping_state','MD'),(58065,1419,'_shipping_postcode','21286'),(58066,1419,'_shipping_country','US'),(58067,1419,'_order_currency','USD'),(58068,1419,'_cart_discount','0'),(58069,1419,'_cart_discount_tax','0'),(58070,1419,'_order_shipping','0'),(58071,1419,'_order_shipping_tax','0'),(58072,1419,'_order_tax','0'),(58073,1419,'_order_total','742.32'),(58074,1419,'_order_version','6.8.0'),(58075,1419,'_prices_include_tax','no'),(58076,1419,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(58077,1419,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(58079,1419,'is_vat_exempt','no'),(58080,1419,'Payment type','instant'),(58081,1419,'_transaction_id','7BX65357PX201220D'),(58082,1419,'_paypal_status','completed'),(58083,1419,'PayPal Transaction Fee','26.40'),(58084,1419,'_date_paid','1661786763'),(58085,1419,'_paid_date','2022-08-29 15:26:03'),(58086,1419,'_download_permissions_granted','yes'),(58087,1419,'_recorded_sales','yes'),(58088,1419,'_recorded_coupon_usage_counts','yes'),(58089,1419,'_order_stock_reduced','yes'),(58090,1419,'_new_order_email_sent','true'),(58092,1420,'_order_key','wc_order_V1nO9ULMvOoYc'),(58093,1420,'_customer_user','50'),(58094,1420,'_payment_method','paypal'),(58095,1420,'_payment_method_title','PayPal'),(58096,1420,'_customer_ip_address','73.126.237.59'),(58097,1420,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54'),(58098,1420,'_created_via','checkout'),(58099,1420,'_cart_hash','98bfa0ac1c341f6d81a7ffbf2f5a7360'),(58100,1420,'_billing_first_name','Christine'),(58101,1420,'_billing_last_name','Cherry'),(58102,1420,'_billing_company','NITS END'),(58103,1420,'_billing_address_1','PO BOX 1092'),(58104,1420,'_billing_city','Campton'),(58105,1420,'_billing_state','NH'),(58106,1420,'_billing_postcode','03223'),(58107,1420,'_billing_country','US'),(58108,1420,'_billing_email','info@liceclinicsplaistow.com'),(58109,1420,'_billing_phone','16034983390'),(58110,1420,'_shipping_first_name','Megan'),(58111,1420,'_shipping_last_name','O\'Neil'),(58112,1420,'_shipping_company','NITS END'),(58113,1420,'_shipping_address_1','18 Sheridan St'),(58114,1420,'_shipping_city','Haverhill'),(58115,1420,'_shipping_state','MA'),(58116,1420,'_shipping_postcode','01830'),(58117,1420,'_shipping_country','US'),(58118,1420,'_order_currency','USD'),(58119,1420,'_cart_discount','0'),(58120,1420,'_cart_discount_tax','0'),(58121,1420,'_order_shipping','0'),(58122,1420,'_order_shipping_tax','0'),(58123,1420,'_order_tax','0'),(58124,1420,'_order_total','942.72'),(58125,1420,'_order_version','6.9.2'),(58126,1420,'_prices_include_tax','no'),(58127,1420,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(58128,1420,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(58129,1420,'is_vat_exempt','no'),(58130,1391,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202345\";s:12:\"date_shipped\";s:10:\"1661731200\";s:11:\"tracking_id\";s:32:\"940c1c858e7a80dbc9f4b5216ccc69c1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202356\";s:12:\"date_shipped\";i:1661797834;s:11:\"tracking_id\";s:32:\"f881bd3d1a17585ff70e5f898fda4375\";}}'),(58131,1391,'_date_completed','1661797837'),(58132,1391,'_completed_date','2022-08-29 18:30:37'),(58133,1420,'_edit_lock','1663856846:2'),(58134,1420,'_edit_last','2'),(58135,1420,'_recorded_coupon_usage_counts','yes'),(58136,1421,'_order_key','wc_order_dfj2ois2rmAFJ'),(58137,1421,'_customer_user','78'),(58138,1421,'_payment_method','paypal'),(58139,1421,'_payment_method_title','PayPal'),(58140,1421,'_customer_ip_address','71.125.224.8'),(58141,1421,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1'),(58142,1421,'_created_via','checkout'),(58143,1421,'_cart_hash','1a064cd8c81f503f00e0294f87bcbcb5'),(58144,1421,'_billing_first_name','Richard'),(58145,1421,'_billing_last_name','Florsheim'),(58146,1421,'_billing_company','Licura'),(58147,1421,'_billing_address_1','3827 w fairway heights dr'),(58148,1421,'_billing_city','Mequon'),(58149,1421,'_billing_state','NY'),(58150,1421,'_billing_postcode','53092'),(58151,1421,'_billing_country','US'),(58152,1421,'_billing_email','tara@liceclinicslongIsland.com'),(58153,1421,'_billing_phone','5619006382'),(58154,1421,'_shipping_first_name','Tara'),(58155,1421,'_shipping_last_name','Johnson'),(58156,1421,'_shipping_company','LCA'),(58157,1421,'_shipping_address_1','2330 Faye Ct'),(58158,1421,'_shipping_city','Merrick'),(58159,1421,'_shipping_state','NY'),(58160,1421,'_shipping_postcode','11566'),(58161,1421,'_shipping_country','US'),(58162,1421,'_order_currency','USD'),(58163,1421,'_cart_discount','0'),(58164,1421,'_cart_discount_tax','0'),(58165,1421,'_order_shipping','19.12'),(58166,1421,'_order_shipping_tax','0'),(58167,1421,'_order_tax','0'),(58168,1421,'_order_total','19.12'),(58169,1421,'_order_version','6.8.0'),(58170,1421,'_prices_include_tax','no'),(58171,1421,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(58172,1421,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(58173,1421,'is_vat_exempt','no'),(58174,1422,'_order_key','wc_order_G6VE7EW5xuEez'),(58175,1422,'_customer_user','82'),(58176,1422,'_payment_method','paypal'),(58177,1422,'_payment_method_title','PayPal'),(58178,1422,'_customer_ip_address','96.241.131.190'),(58179,1422,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(58180,1422,'_created_via','checkout'),(58181,1422,'_cart_hash','7e80defab71f8b6691cf3bdbe0054776'),(58182,1422,'_billing_first_name','Nigel'),(58183,1422,'_billing_last_name','Le'),(58184,1422,'_billing_address_1','6080 FRANCONIA ROAD'),(58185,1422,'_billing_address_2','SUITE D'),(58186,1422,'_billing_city','ALEXANDRIA'),(58187,1422,'_billing_state','VA'),(58188,1422,'_billing_postcode','22310'),(58189,1422,'_billing_country','US'),(58190,1422,'_billing_email','sonnynguyenle@gmail.com'),(58191,1422,'_billing_phone','703-520-9000'),(58192,1422,'_shipping_first_name','NIGEL'),(58193,1422,'_shipping_last_name','LE'),(58194,1422,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(58195,1422,'_shipping_city','FAIRFAX'),(58196,1422,'_shipping_state','VA'),(58197,1422,'_shipping_postcode','22030'),(58198,1422,'_shipping_country','US'),(58199,1422,'_order_currency','USD'),(58200,1422,'_cart_discount','0'),(58201,1422,'_cart_discount_tax','0'),(58202,1422,'_order_shipping','0'),(58203,1422,'_order_shipping_tax','0'),(58204,1422,'_order_tax','0'),(58205,1422,'_order_total','817.92'),(58206,1422,'_order_version','6.8.0'),(58207,1422,'_prices_include_tax','no'),(58208,1422,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(58209,1422,'_shipping_address_index','NIGEL LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(58210,1422,'is_vat_exempt','no'),(58211,1419,'_edit_lock','1661874526:2'),(58212,1419,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202768\";s:12:\"date_shipped\";s:10:\"1661817600\";s:11:\"tracking_id\";s:32:\"a162353a3a1fd5f6bc66c521e137843d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202757\";s:12:\"date_shipped\";i:1661874322;s:11:\"tracking_id\";s:32:\"61a02ea2d0db07e51aa92c4ba7107b28\";}}'),(58213,1419,'_edit_last','2'),(58214,1419,'_date_completed','1661874325'),(58215,1419,'_completed_date','2022-08-30 15:45:25'),(58216,1423,'_order_key','wc_order_ZvlwzYE4T3d1e'),(58217,1423,'_customer_user','47'),(58218,1423,'_payment_method','paypal'),(58219,1423,'_payment_method_title','PayPal'),(58220,1423,'_customer_ip_address','72.177.241.58'),(58221,1423,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58222,1423,'_created_via','checkout'),(58223,1423,'_cart_hash','818bf14c0f813196d1ff0f2529289c58'),(58224,1423,'_billing_first_name','Tracy'),(58225,1423,'_billing_last_name','Copeland'),(58226,1423,'_billing_company','LCA SA WEST'),(58227,1423,'_billing_address_1','14223 Silverhollow'),(58228,1423,'_billing_city','San Antonio'),(58229,1423,'_billing_state','TX'),(58230,1423,'_billing_postcode','78232'),(58231,1423,'_billing_country','US'),(58232,1423,'_billing_email','info@liceclinicsofsanantonio.com'),(58233,1423,'_billing_phone','2103135033'),(58234,1423,'_shipping_first_name','Tracy'),(58235,1423,'_shipping_last_name','Copeland'),(58236,1423,'_shipping_company','LCA SA WEST'),(58237,1423,'_shipping_address_1','14223 Silverhollow'),(58238,1423,'_shipping_city','San Antonio'),(58239,1423,'_shipping_state','TX'),(58240,1423,'_shipping_postcode','78232'),(58241,1423,'_shipping_country','US'),(58242,1423,'_order_currency','USD'),(58243,1423,'_cart_discount','0'),(58244,1423,'_cart_discount_tax','0'),(58245,1423,'_order_shipping','0'),(58246,1423,'_order_shipping_tax','0'),(58247,1423,'_order_tax','0'),(58248,1423,'_order_total','506.28'),(58249,1423,'_order_version','6.8.0'),(58250,1423,'_prices_include_tax','no'),(58251,1423,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(58252,1423,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(58253,1423,'is_vat_exempt','no'),(58254,1423,'Payment type','instant'),(58255,1423,'_transaction_id','0H738406SS834470Y'),(58256,1423,'_paypal_status','completed'),(58257,1423,'PayPal Transaction Fee','18.16'),(58258,1423,'_date_paid','1661874578'),(58259,1423,'_paid_date','2022-08-30 15:49:38'),(58260,1423,'_download_permissions_granted','yes'),(58261,1423,'_recorded_sales','yes'),(58262,1423,'_recorded_coupon_usage_counts','yes'),(58263,1423,'_order_stock_reduced','yes'),(58264,1423,'_new_order_email_sent','true'),(58265,1417,'_edit_lock','1661874705:2'),(58266,1417,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202698\";s:12:\"date_shipped\";s:10:\"1661817600\";s:11:\"tracking_id\";s:32:\"c0372364d8cd30072db904fc3edce004\";}}'),(58267,1417,'_edit_last','2'),(58268,1417,'_date_completed','1661874688'),(58269,1417,'_completed_date','2022-08-30 15:51:28'),(58270,1424,'_order_key','wc_order_fNlA5NlkJRXgm'),(58271,1424,'_customer_user','47'),(58272,1424,'_payment_method','paypal'),(58273,1424,'_payment_method_title','PayPal'),(58274,1424,'_customer_ip_address','72.177.241.58'),(58275,1424,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58276,1424,'_created_via','checkout'),(58277,1424,'_cart_hash','71fc0785eb9514213414eb40b662879a'),(58278,1424,'_billing_first_name','Tracy'),(58279,1424,'_billing_last_name','Copeland'),(58280,1424,'_billing_company','LCA SA WEST'),(58281,1424,'_billing_address_1','14223 Silverhollow'),(58282,1424,'_billing_city','San Antonio'),(58283,1424,'_billing_state','TX'),(58284,1424,'_billing_postcode','78232'),(58285,1424,'_billing_country','US'),(58286,1424,'_billing_email','info@liceclinicsofsanantonio.com'),(58287,1424,'_billing_phone','2103135033'),(58288,1424,'_shipping_first_name','Tracy'),(58289,1424,'_shipping_last_name','Copeland'),(58290,1424,'_shipping_company','LCA SA WEST'),(58291,1424,'_shipping_address_1','14223 Silverhollow'),(58292,1424,'_shipping_city','San Antonio'),(58293,1424,'_shipping_state','TX'),(58294,1424,'_shipping_postcode','78232'),(58295,1424,'_shipping_country','US'),(58296,1424,'_order_currency','USD'),(58297,1424,'_cart_discount','0'),(58298,1424,'_cart_discount_tax','0'),(58299,1424,'_order_shipping','0'),(58300,1424,'_order_shipping_tax','0'),(58301,1424,'_order_tax','0'),(58302,1424,'_order_total','544.48'),(58303,1424,'_order_version','6.8.0'),(58304,1424,'_prices_include_tax','no'),(58305,1424,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(58306,1424,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(58307,1424,'is_vat_exempt','no'),(58308,1424,'Payment type','instant'),(58309,1424,'_transaction_id','1YA240107S2552609'),(58310,1424,'_paypal_status','completed'),(58311,1424,'PayPal Transaction Fee','19.49'),(58312,1424,'_date_paid','1661875136'),(58313,1424,'_paid_date','2022-08-30 15:58:56'),(58314,1424,'_download_permissions_granted','yes'),(58315,1424,'_recorded_sales','yes'),(58316,1424,'_recorded_coupon_usage_counts','yes'),(58317,1424,'_order_stock_reduced','yes'),(58318,1424,'_new_order_email_sent','true'),(58319,1416,'_edit_lock','1661881278:2'),(58320,1416,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202595\";s:12:\"date_shipped\";s:10:\"1661817600\";s:11:\"tracking_id\";s:32:\"533cc39dca0c9410ee5d5c228243512d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202600\";s:12:\"date_shipped\";i:1661881354;s:11:\"tracking_id\";s:32:\"30f533b58f116781b10e33ad9f695868\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202610\";s:12:\"date_shipped\";i:1661881365;s:11:\"tracking_id\";s:32:\"cc5995b566a534969d36f3198fea1839\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202621\";s:12:\"date_shipped\";i:1661881372;s:11:\"tracking_id\";s:32:\"b66cb498e42c44a5a1f41684234901a4\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202632\";s:12:\"date_shipped\";i:1661881383;s:11:\"tracking_id\";s:32:\"20916ec458fa666a09b137bbd71e9e62\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202643\";s:12:\"date_shipped\";i:1661881392;s:11:\"tracking_id\";s:32:\"e4b184d2ceb7d738e956e0e8eae24bd7\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202654\";s:12:\"date_shipped\";i:1661881401;s:11:\"tracking_id\";s:32:\"0d276274d5f289079cbd274f41c84b35\";}}'),(58321,1416,'_edit_last','2'),(58322,1416,'_date_completed','1661881404'),(58323,1416,'_completed_date','2022-08-30 17:43:24'),(58324,1423,'_edit_lock','1661886529:2'),(58325,1424,'_edit_lock','1661881411:2'),(58326,1424,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202827\";s:12:\"date_shipped\";s:10:\"1661817600\";s:11:\"tracking_id\";s:32:\"b800b7d05db2dc90ca7ba92b6358d16a\";}}'),(58327,1424,'_edit_last','2'),(58328,1424,'_date_completed','1661881476'),(58329,1424,'_completed_date','2022-08-30 17:44:36'),(58330,1423,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202805\";s:12:\"date_shipped\";s:10:\"1661817600\";s:11:\"tracking_id\";s:32:\"c827469b3813647c121cb32fb1df5908\";}}'),(58331,1423,'_edit_last','2'),(58332,1423,'_date_completed','1661881566'),(58333,1423,'_completed_date','2022-08-30 17:46:06'),(58334,1425,'_order_key','wc_order_PCEZ8qUOlLI5F'),(58335,1425,'_customer_user','3'),(58336,1425,'_payment_method','paypal'),(58337,1425,'_payment_method_title','PayPal'),(58338,1425,'_customer_ip_address','70.142.202.154'),(58339,1425,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(58340,1425,'_created_via','checkout'),(58341,1425,'_cart_hash','3b9a964675e4797176cab0135524e7e9'),(58342,1425,'_billing_first_name','AMANDA'),(58343,1425,'_billing_last_name','Westerman'),(58344,1425,'_billing_company','Lice Clinics of America'),(58345,1425,'_billing_address_1','1709 Damian Way'),(58346,1425,'_billing_city','Richardson'),(58347,1425,'_billing_state','TX'),(58348,1425,'_billing_postcode','75081'),(58349,1425,'_billing_country','US'),(58350,1425,'_billing_email','awesterman1103@gmail.com'),(58351,1425,'_billing_phone','12144175741'),(58352,1425,'_shipping_first_name','AMANDA'),(58353,1425,'_shipping_last_name','Westerman'),(58354,1425,'_shipping_company','Lice Clinics of America'),(58355,1425,'_shipping_address_1','1709 Damian Way'),(58356,1425,'_shipping_city','Richardson'),(58357,1425,'_shipping_state','TX'),(58358,1425,'_shipping_postcode','75081'),(58359,1425,'_shipping_country','US'),(58360,1425,'_order_currency','USD'),(58361,1425,'_cart_discount','0'),(58362,1425,'_cart_discount_tax','0'),(58363,1425,'_order_shipping','0'),(58364,1425,'_order_shipping_tax','0'),(58365,1425,'_order_tax','0'),(58366,1425,'_order_total','561.42'),(58367,1425,'_order_version','6.8.0'),(58368,1425,'_prices_include_tax','no'),(58369,1425,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(58370,1425,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(58371,1425,'is_vat_exempt','no'),(58372,1425,'Payment type','instant'),(58373,1425,'_transaction_id','0RJ0621630478791K'),(58374,1425,'_paypal_status','completed'),(58375,1425,'PayPal Transaction Fee','20.08'),(58376,1425,'_date_paid','1661888238'),(58377,1425,'_paid_date','2022-08-30 19:37:18'),(58378,1425,'_download_permissions_granted','yes'),(58379,1425,'_recorded_sales','yes'),(58380,1425,'_recorded_coupon_usage_counts','yes'),(58381,1425,'_order_stock_reduced','yes'),(58382,1425,'_new_order_email_sent','true'),(58383,1426,'_order_key','wc_order_q4CN3KuLoySId'),(58384,1426,'_customer_user','8'),(58385,1426,'_payment_method','paypal'),(58386,1426,'_payment_method_title','PayPal'),(58387,1426,'_customer_ip_address','75.0.200.85'),(58388,1426,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36'),(58389,1426,'_created_via','checkout'),(58390,1426,'_cart_hash','babf1ae86c44b449bf280b0c61d84782'),(58391,1426,'_billing_first_name','Amy'),(58392,1426,'_billing_last_name','Sharp'),(58393,1426,'_billing_company','Nit Wits'),(58394,1426,'_billing_address_1','6002 Sweetbay Dr'),(58395,1426,'_billing_city','Crestwood'),(58396,1426,'_billing_state','KY'),(58397,1426,'_billing_postcode','40014'),(58398,1426,'_billing_country','US'),(58399,1426,'_billing_email','asharp@ht-school.org'),(58400,1426,'_billing_phone','15023109281'),(58401,1426,'_shipping_first_name','Amy'),(58402,1426,'_shipping_last_name','Sharp'),(58403,1426,'_shipping_company','LCA Nit Wits'),(58404,1426,'_shipping_address_1','9302 New LaGrange Road'),(58405,1426,'_shipping_address_2','Unit H'),(58406,1426,'_shipping_city','Louisville'),(58407,1426,'_shipping_state','KY'),(58408,1426,'_shipping_postcode','40242'),(58409,1426,'_shipping_country','US'),(58410,1426,'_order_currency','USD'),(58411,1426,'_cart_discount','0'),(58412,1426,'_cart_discount_tax','0'),(58413,1426,'_order_shipping','11.71'),(58414,1426,'_order_shipping_tax','0'),(58415,1426,'_order_tax','0'),(58416,1426,'_order_total','11.71'),(58417,1426,'_order_version','6.8.0'),(58418,1426,'_prices_include_tax','no'),(58419,1426,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(58420,1426,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(58421,1426,'is_vat_exempt','no'),(58422,1421,'_edit_lock','1662051871:2'),(58423,1418,'_edit_lock','1662051670:2'),(58424,1421,'_edit_last','2'),(58425,1421,'_recorded_coupon_usage_counts','yes'),(58426,1418,'_edit_last','2'),(58427,1418,'_recorded_coupon_usage_counts','yes'),(58428,1427,'_order_key','wc_order_4Vos0F4AnM6hD'),(58429,1427,'_customer_user','54'),(58430,1427,'_payment_method','paypal'),(58431,1427,'_payment_method_title','PayPal'),(58432,1427,'_customer_ip_address','172.58.143.15'),(58433,1427,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36'),(58434,1427,'_created_via','checkout'),(58435,1427,'_cart_hash','4783b0d10fd6667bf71473db9a45ae7c'),(58436,1427,'_billing_first_name','Erin'),(58437,1427,'_billing_last_name','Hawn'),(58438,1427,'_billing_address_1','10 W Phillip Rd'),(58439,1427,'_billing_address_2','123'),(58440,1427,'_billing_city','Vernon Hills'),(58441,1427,'_billing_state','IL'),(58442,1427,'_billing_postcode','60061'),(58443,1427,'_billing_country','US'),(58444,1427,'_billing_email','info@liceclinicsvernonhills.com'),(58445,1427,'_billing_phone','8475960408'),(58446,1427,'_shipping_first_name','Erin'),(58447,1427,'_shipping_last_name','Hawn'),(58448,1427,'_shipping_address_1','1491 S Amarias Dr'),(58449,1427,'_shipping_city','Round lake'),(58450,1427,'_shipping_state','IL'),(58451,1427,'_shipping_postcode','60073'),(58452,1427,'_shipping_country','US'),(58453,1427,'_order_currency','USD'),(58454,1427,'_cart_discount','0'),(58455,1427,'_cart_discount_tax','0'),(58456,1427,'_order_shipping','0'),(58457,1427,'_order_shipping_tax','0'),(58458,1427,'_order_tax','0'),(58459,1427,'_order_total','523.36'),(58460,1427,'_order_version','6.8.0'),(58461,1427,'_prices_include_tax','no'),(58462,1427,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(58463,1427,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(58464,1427,'is_vat_exempt','no'),(58465,1421,'Payment type','instant'),(58466,1421,'_transaction_id','07T37907W16836210'),(58467,1421,'_paypal_status','completed'),(58468,1421,'PayPal Transaction Fee','1.16'),(58469,1421,'_date_paid','1661958944'),(58470,1421,'_paid_date','2022-08-31 15:15:44'),(58471,1421,'_download_permissions_granted','yes'),(58472,1421,'_recorded_sales','yes'),(58473,1421,'_order_stock_reduced','yes'),(58474,1421,'_new_order_email_sent','true'),(58475,1427,'_edit_lock','1662051552:2'),(58476,1427,'_edit_last','2'),(58477,1427,'_recorded_coupon_usage_counts','yes'),(58478,1426,'_edit_lock','1662051585:2'),(58479,1426,'_edit_last','2'),(58480,1426,'_recorded_coupon_usage_counts','yes'),(58481,1425,'_edit_lock','1661970880:2'),(58482,1425,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202941\";s:12:\"date_shipped\";s:10:\"1661904000\";s:11:\"tracking_id\";s:32:\"2eb341b90251487d6d711d5a6c2ce44a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202930\";s:12:\"date_shipped\";i:1661968295;s:11:\"tracking_id\";s:32:\"1b113552fca952e4cfb3af78129cafbe\";}}'),(58483,1425,'_edit_last','2'),(58484,1425,'_date_completed','1661968298'),(58485,1425,'_completed_date','2022-08-31 17:51:38'),(58486,1422,'_edit_lock','1662057030:2'),(58487,1422,'_edit_last','2'),(58488,1422,'_recorded_coupon_usage_counts','yes'),(58489,323,'_edit_lock','1679348862:2'),(58490,323,'_edit_last','2'),(58494,282,'_edit_lock','1679348958:2'),(58495,282,'_edit_last','2'),(58498,291,'_edit_lock','1661971845:2'),(58499,291,'_edit_last','2'),(58503,292,'_edit_lock','1661971922:2'),(58504,292,'_edit_last','2'),(58507,283,'_edit_lock','1661971952:2'),(58508,283,'_edit_last','2'),(58511,275,'_edit_lock','1661972024:2'),(58512,275,'_edit_last','2'),(58515,237,'_edit_lock','1661972151:2'),(58516,237,'_edit_last','2'),(58519,232,'_edit_lock','1661972187:2'),(58520,232,'_edit_last','2'),(58523,249,'_edit_lock','1661972218:2'),(58524,249,'_edit_last','2'),(58528,1418,'Payment type','instant'),(58529,1418,'_transaction_id','51P67607NK3667643'),(58530,1418,'_paypal_status','completed'),(58531,1418,'PayPal Transaction Fee','24.46'),(58532,1418,'_date_paid','1661976132'),(58533,1418,'_paid_date','2022-08-31 20:02:12'),(58534,1418,'_download_permissions_granted','yes'),(58535,1418,'_recorded_sales','yes'),(58536,1418,'_order_stock_reduced','yes'),(58537,1418,'_new_order_email_sent','true'),(58538,1428,'_order_key','wc_order_QTduEVqjqpnFa'),(58539,1428,'_customer_user','49'),(58540,1428,'_payment_method','sgitsoa_gateway'),(58541,1428,'_payment_method_title','Pre Order'),(58542,1428,'_customer_ip_address','108.18.226.10'),(58543,1428,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(58544,1428,'_created_via','checkout'),(58545,1428,'_cart_hash','8c902b58cb7ae22332457480b99fdb0e'),(58546,1428,'_billing_first_name','Kristi'),(58547,1428,'_billing_last_name','Winkler'),(58548,1428,'_billing_company','LCA - Manassas'),(58549,1428,'_billing_address_1','8943 Garrett Way'),(58550,1428,'_billing_city','Manassas'),(58551,1428,'_billing_state','VA'),(58552,1428,'_billing_postcode','20112'),(58553,1428,'_billing_country','US'),(58554,1428,'_billing_email','info@northernvirginialiceclinics.com'),(58555,1428,'_billing_phone','8587520975'),(58556,1428,'_shipping_first_name','Michelle'),(58557,1428,'_shipping_last_name','Winkler'),(58558,1428,'_shipping_address_1','8943 Garrett Way'),(58559,1428,'_shipping_city','Manassas'),(58560,1428,'_shipping_state','VA'),(58561,1428,'_shipping_postcode','20112'),(58562,1428,'_shipping_country','US'),(58563,1428,'_order_currency','USD'),(58564,1428,'_cart_discount','0'),(58565,1428,'_cart_discount_tax','0'),(58566,1428,'_order_shipping','0'),(58567,1428,'_order_shipping_tax','0'),(58568,1428,'_order_tax','0'),(58569,1428,'_order_total','892.64'),(58570,1428,'_order_version','6.8.0'),(58571,1428,'_prices_include_tax','no'),(58572,1428,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(58573,1428,'_shipping_address_index','Michelle Winkler  8943 Garrett Way  Manassas VA 20112 US '),(58574,1428,'is_vat_exempt','no'),(58575,1427,'Payment type','instant'),(58576,1427,'_transaction_id','4HP04084GC4252127'),(58577,1427,'_paypal_status','completed'),(58578,1427,'PayPal Transaction Fee','18.76'),(58579,1427,'_date_paid','1661979093'),(58580,1427,'_paid_date','2022-08-31 20:51:33'),(58581,1427,'_download_permissions_granted','yes'),(58582,1427,'_recorded_sales','yes'),(58583,1427,'_order_stock_reduced','yes'),(58584,1427,'_new_order_email_sent','true'),(58585,1426,'Payment type','instant'),(58586,1426,'_transaction_id','3SE1655577498453T'),(58587,1426,'_paypal_status','completed'),(58588,1426,'PayPal Transaction Fee','0.90'),(58589,1426,'_date_paid','1661980374'),(58590,1426,'_paid_date','2022-08-31 21:12:54'),(58591,1426,'_download_permissions_granted','yes'),(58592,1426,'_recorded_sales','yes'),(58593,1426,'_order_stock_reduced','yes'),(58594,1426,'_new_order_email_sent','true'),(58595,1429,'_order_key','wc_order_z5XM6QZtRh7fj'),(58596,1429,'_customer_user','3'),(58597,1429,'_payment_method','paypal'),(58598,1429,'_payment_method_title','PayPal'),(58599,1429,'_customer_ip_address','70.142.202.154'),(58600,1429,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(58601,1429,'_created_via','checkout'),(58602,1429,'_cart_hash','4dac4b0076e37e21b058fca311c6ba20'),(58603,1429,'_billing_first_name','AMANDA'),(58604,1429,'_billing_last_name','Westerman'),(58605,1429,'_billing_company','Lice Clinics of America'),(58606,1429,'_billing_address_1','1709 Damian Way'),(58607,1429,'_billing_city','Richardson'),(58608,1429,'_billing_state','TX'),(58609,1429,'_billing_postcode','75081'),(58610,1429,'_billing_country','US'),(58611,1429,'_billing_email','awesterman1103@gmail.com'),(58612,1429,'_billing_phone','12144175741'),(58613,1429,'_shipping_first_name','Amanda'),(58614,1429,'_shipping_last_name','Westerman'),(58615,1429,'_shipping_company','Lice Clinics of America McKinney'),(58616,1429,'_shipping_address_1','3120 Hudson Crossing'),(58617,1429,'_shipping_address_2','Suite A2'),(58618,1429,'_shipping_city','MCKINNEY'),(58619,1429,'_shipping_state','TX'),(58620,1429,'_shipping_postcode','75070'),(58621,1429,'_shipping_country','US'),(58622,1429,'_order_currency','USD'),(58623,1429,'_cart_discount','0'),(58624,1429,'_cart_discount_tax','0'),(58625,1429,'_order_shipping','0'),(58626,1429,'_order_shipping_tax','0'),(58627,1429,'_order_tax','0'),(58628,1429,'_order_total','538.12'),(58629,1429,'_order_version','6.8.0'),(58630,1429,'_prices_include_tax','no'),(58631,1429,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(58632,1429,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(58633,1429,'is_vat_exempt','no'),(58634,1429,'Payment type','instant'),(58635,1429,'_transaction_id','5UB410158A0960121'),(58636,1429,'_paypal_status','completed'),(58637,1429,'PayPal Transaction Fee','19.27'),(58638,1429,'_date_paid','1661984257'),(58639,1429,'_paid_date','2022-08-31 22:17:37'),(58640,1429,'_download_permissions_granted','yes'),(58641,1429,'_recorded_sales','yes'),(58642,1429,'_recorded_coupon_usage_counts','yes'),(58643,1429,'_order_stock_reduced','yes'),(58644,1429,'_new_order_email_sent','true'),(58645,1422,'Payment type','instant'),(58646,1422,'_transaction_id','79Y80555DB967635Y'),(58647,1422,'_paypal_status','completed'),(58648,1422,'PayPal Transaction Fee','29.04'),(58649,1422,'_date_paid','1661998575'),(58650,1422,'_paid_date','2022-09-01 02:16:15'),(58651,1422,'_download_permissions_granted','yes'),(58652,1422,'_recorded_sales','yes'),(58653,1422,'_order_stock_reduced','yes'),(58654,1422,'_new_order_email_sent','true'),(58655,1430,'_order_key','wc_order_PHEEJDc8E8jgt'),(58656,1430,'_customer_user','0'),(58657,1430,'_payment_method','paypal'),(58658,1430,'_payment_method_title','PayPal'),(58659,1430,'_customer_ip_address','74.103.186.63'),(58660,1430,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(58661,1430,'_created_via','checkout'),(58662,1430,'_cart_hash','9c9c58b1314ec65757bca8359d48a4c3'),(58663,1430,'_billing_first_name','Meredith'),(58664,1430,'_billing_last_name','Croy'),(58665,1430,'_billing_company','Meredith Croy'),(58666,1430,'_billing_address_1','749 ARDEN RD'),(58667,1430,'_billing_city','JENKINTOWN'),(58668,1430,'_billing_state','PA'),(58669,1430,'_billing_postcode','19046-1524'),(58670,1430,'_billing_country','US'),(58671,1430,'_billing_email','newell816@yahoo.com'),(58672,1430,'_billing_phone','2672501243'),(58673,1430,'_shipping_first_name','Elisabeth'),(58674,1430,'_shipping_last_name','Newell'),(58675,1430,'_shipping_address_1','2818 Norcom Rd'),(58676,1430,'_shipping_city','Philadelphia'),(58677,1430,'_shipping_state','PA'),(58678,1430,'_shipping_postcode','19154'),(58679,1430,'_shipping_country','US'),(58680,1430,'_order_currency','USD'),(58681,1430,'_cart_discount','0'),(58682,1430,'_cart_discount_tax','0'),(58683,1430,'_order_shipping','0'),(58684,1430,'_order_shipping_tax','0'),(58685,1430,'_order_tax','0'),(58686,1430,'_order_total','714.72'),(58687,1430,'_order_version','6.8.0'),(58688,1430,'_prices_include_tax','no'),(58689,1430,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US newell816@yahoo.com 2672501243'),(58690,1430,'_shipping_address_index','Elisabeth Newell  2818 Norcom Rd  Philadelphia PA 19154 US '),(58691,1430,'is_vat_exempt','no'),(58692,1431,'_order_key','wc_order_HhxqpbwjsXsXw'),(58693,1431,'_customer_user','39'),(58694,1431,'_payment_method','paypal'),(58695,1431,'_payment_method_title','PayPal'),(58696,1431,'_customer_ip_address','97.87.6.184'),(58697,1431,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58698,1431,'_created_via','checkout'),(58699,1431,'_cart_hash','c38a10540b6d9de7e2d6af5beda691e3'),(58700,1431,'_billing_first_name','Patty'),(58701,1431,'_billing_last_name','Ziegler'),(58702,1431,'_billing_address_1','3090 Saddle Brook Tr'),(58703,1431,'_billing_city','Sun Prairie'),(58704,1431,'_billing_state','WI'),(58705,1431,'_billing_postcode','53590'),(58706,1431,'_billing_country','US'),(58707,1431,'_billing_email','liceremovalwisconsin@gmail.com'),(58708,1431,'_billing_phone','6088258255'),(58709,1431,'_shipping_first_name','Patty'),(58710,1431,'_shipping_last_name','Ziegler'),(58711,1431,'_shipping_address_1','3090 Saddle Brook Tr'),(58712,1431,'_shipping_city','Sun Prairie'),(58713,1431,'_shipping_state','WI'),(58714,1431,'_shipping_postcode','53590'),(58715,1431,'_shipping_country','US'),(58716,1431,'_order_currency','USD'),(58717,1431,'_cart_discount','0'),(58718,1431,'_cart_discount_tax','0'),(58719,1431,'_order_shipping','0'),(58720,1431,'_order_shipping_tax','0'),(58721,1431,'_order_tax','0'),(58722,1431,'_order_total','571.20'),(58723,1431,'_order_version','6.8.0'),(58724,1431,'_prices_include_tax','no'),(58725,1431,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(58726,1431,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(58727,1431,'is_vat_exempt','no'),(58728,1431,'Payment type','instant'),(58729,1431,'_transaction_id','8U195171GD821883E'),(58730,1431,'_paypal_status','completed'),(58731,1431,'PayPal Transaction Fee','20.42'),(58732,1431,'_date_paid','1662036412'),(58733,1431,'_paid_date','2022-09-01 12:46:52'),(58734,1431,'_download_permissions_granted','yes'),(58735,1431,'_recorded_sales','yes'),(58736,1431,'_recorded_coupon_usage_counts','yes'),(58737,1431,'_order_stock_reduced','yes'),(58738,1431,'_new_order_email_sent','true'),(58739,258,'_edit_lock','1662045649:2'),(58740,258,'_edit_last','2'),(58743,1428,'_edit_lock','1662046849:2'),(58744,1428,'_edit_last','2'),(58823,1430,'_edit_lock','1662152247:2'),(58824,1430,'_edit_last','2'),(58825,1430,'_recorded_coupon_usage_counts','yes'),(58826,1427,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203205\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"3ea4edc6cdf731a9615e7fb9ea2b70d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203190\";s:12:\"date_shipped\";i:1662051574;s:11:\"tracking_id\";s:32:\"607f2cb7be9dfed02e89e5211f7fc3a3\";}}'),(58827,1427,'_date_completed','1662051580'),(58828,1427,'_completed_date','2022-09-01 16:59:40'),(58829,1426,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203216\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"d7a48a278273270f6e9c3db7b4608f44\";}}'),(58830,1426,'_date_completed','1662051716'),(58831,1426,'_completed_date','2022-09-01 17:01:56'),(58832,1418,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203135\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"17b6a02f46ee75648e97bedbba9753ab\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203124\";s:12:\"date_shipped\";i:1662051797;s:11:\"tracking_id\";s:32:\"566e5c7c59089c5bb34fe3b2270812e6\";}}'),(58833,1418,'_date_completed','1662051802'),(58834,1418,'_completed_date','2022-09-01 17:03:22'),(58835,1421,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203021\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"35e71d61f671649b6b121f1afc3490b9\";}}'),(58836,1421,'_date_completed','1662051936'),(58837,1421,'_completed_date','2022-09-01 17:05:36'),(58838,1422,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203260\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"f7a653b88999c187b2f4c223075269cf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203250\";s:12:\"date_shipped\";i:1662057144;s:11:\"tracking_id\";s:32:\"234d4031f2c6b7e8c02e0e9c3ba8e65c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203249\";s:12:\"date_shipped\";i:1662057156;s:11:\"tracking_id\";s:32:\"9711897b92a4b89ee7d3c1d4a8f2a22e\";}}'),(58839,1422,'_date_completed','1662057161'),(58840,1422,'_completed_date','2022-09-01 18:32:41'),(58841,1429,'_edit_lock','1662057085:2'),(58842,1429,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203238\";s:12:\"date_shipped\";s:10:\"1661990400\";s:11:\"tracking_id\";s:32:\"4f6fbe05d4f9eef5058c2027ef5e9dab\";}}'),(58843,1429,'_edit_last','2'),(58844,1429,'_date_completed','1662057222'),(58845,1429,'_completed_date','2022-09-01 18:33:42'),(58846,1434,'_order_key','wc_order_ZrHANfs42XWqk'),(58847,1434,'_customer_user','49'),(58848,1434,'_payment_method','paypal'),(58849,1434,'_payment_method_title','PayPal'),(58850,1434,'_customer_ip_address','108.18.226.10'),(58851,1434,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(58852,1434,'_created_via','checkout'),(58853,1434,'_cart_hash','f04c35af2e0584887929273b8dd64a8f'),(58854,1434,'_billing_first_name','Kristi'),(58855,1434,'_billing_last_name','Winkler'),(58856,1434,'_billing_company','LCA - Manassas'),(58857,1434,'_billing_address_1','8943 Garrett Way'),(58858,1434,'_billing_city','Manassas'),(58859,1434,'_billing_state','VA'),(58860,1434,'_billing_postcode','20112'),(58861,1434,'_billing_country','US'),(58862,1434,'_billing_email','info@northernvirginialiceclinics.com'),(58863,1434,'_billing_phone','8587520975'),(58864,1434,'_shipping_first_name','Kristi'),(58865,1434,'_shipping_last_name','Winkler'),(58866,1434,'_shipping_company','LCA - Manassas'),(58867,1434,'_shipping_address_1','8943 Garrett Way'),(58868,1434,'_shipping_city','Manassas'),(58869,1434,'_shipping_state','VA'),(58870,1434,'_shipping_postcode','20112'),(58871,1434,'_shipping_country','US'),(58872,1434,'_order_currency','USD'),(58873,1434,'_cart_discount','0'),(58874,1434,'_cart_discount_tax','0'),(58875,1434,'_order_shipping','0'),(58876,1434,'_order_shipping_tax','0'),(58877,1434,'_order_tax','0'),(58878,1434,'_order_total','963.04'),(58879,1434,'_order_version','6.8.0'),(58880,1434,'_prices_include_tax','no'),(58881,1434,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(58882,1434,'_shipping_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(58883,1434,'is_vat_exempt','no'),(58884,1434,'Payment type','instant'),(58885,1434,'_transaction_id','3E046564G7657223R'),(58886,1434,'_paypal_status','completed'),(58887,1434,'PayPal Transaction Fee','34.10'),(58888,1434,'_date_paid','1662058338'),(58889,1434,'_paid_date','2022-09-01 18:52:18'),(58890,1434,'_download_permissions_granted','yes'),(58891,1434,'_recorded_sales','yes'),(58892,1434,'_recorded_coupon_usage_counts','yes'),(58893,1434,'_order_stock_reduced','yes'),(58894,1434,'_new_order_email_sent','true'),(58905,1435,'_order_key','wc_order_xTymAKZyFSdu9'),(58906,1435,'_customer_user','11'),(58907,1435,'_payment_method','paypal'),(58908,1435,'_payment_method_title','PayPal'),(58909,1435,'_customer_ip_address','74.131.22.162'),(58910,1435,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(58911,1435,'_created_via','checkout'),(58912,1435,'_cart_hash','d95ddf4dd3da989d9d1473ebd5e34af7'),(58913,1435,'_billing_first_name','Tina'),(58914,1435,'_billing_last_name','Hunt'),(58915,1435,'_billing_company','LCBG, LLC'),(58916,1435,'_billing_address_1','830 Fairview Ave.'),(58917,1435,'_billing_address_2','Suite A-4'),(58918,1435,'_billing_city','Bowling Green'),(58919,1435,'_billing_state','KY'),(58920,1435,'_billing_postcode','42101'),(58921,1435,'_billing_country','US'),(58922,1435,'_billing_email','info@liceclinicsbowlinggreen.com'),(58923,1435,'_billing_phone','2709996803'),(58924,1435,'_shipping_first_name','Tina'),(58925,1435,'_shipping_last_name','Hunt'),(58926,1435,'_shipping_address_1','494 Hub Boulevard'),(58927,1435,'_shipping_address_2','Apt 1012'),(58928,1435,'_shipping_city','Bowling Green'),(58929,1435,'_shipping_state','KY'),(58930,1435,'_shipping_postcode','42101'),(58931,1435,'_shipping_country','US'),(58932,1435,'_order_currency','USD'),(58933,1435,'_cart_discount','0'),(58934,1435,'_cart_discount_tax','0'),(58935,1435,'_order_shipping','0'),(58936,1435,'_order_shipping_tax','0'),(58937,1435,'_order_tax','0'),(58938,1435,'_order_total','1176.65'),(58939,1435,'_order_version','6.8.0'),(58940,1435,'_prices_include_tax','no'),(58941,1435,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(58942,1435,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(58943,1435,'is_vat_exempt','no'),(58944,1435,'Payment type','instant'),(58945,1435,'_transaction_id','8BK253708S0337340'),(58946,1435,'_paypal_status','completed'),(58947,1435,'PayPal Transaction Fee','41.56'),(58948,1435,'_date_paid','1662063021'),(58949,1435,'_paid_date','2022-09-01 20:10:21'),(58950,1435,'_download_permissions_granted','yes'),(58951,1435,'_recorded_sales','yes'),(58952,1435,'_recorded_coupon_usage_counts','yes'),(58953,1435,'_order_stock_reduced','yes'),(58954,1435,'_new_order_email_sent','true'),(58955,1430,'Payment type','instant'),(58956,1430,'_transaction_id','8XX64058XB853831P'),(58957,1430,'_paypal_status','completed'),(58958,1430,'PayPal Transaction Fee','25.43'),(58959,1430,'_date_paid','1662081326'),(58960,1430,'_paid_date','2022-09-02 01:15:26'),(58961,1430,'_download_permissions_granted','yes'),(58962,1430,'_recorded_sales','yes'),(58963,1430,'_order_stock_reduced','yes'),(58964,1430,'_new_order_email_sent','true'),(58965,1436,'_order_key','wc_order_aMthnBWBjJ5gF'),(58966,1436,'_customer_user','76'),(58967,1436,'_payment_method','paypal'),(58968,1436,'_payment_method_title','PayPal'),(58969,1436,'_customer_ip_address','146.115.131.163'),(58970,1436,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(58971,1436,'_created_via','checkout'),(58972,1436,'_cart_hash','562aa081be680f9cc926b907b795675d'),(58973,1436,'_billing_first_name','Naomi'),(58974,1436,'_billing_last_name','Golden'),(58975,1436,'_billing_address_1','31 Mann Ave'),(58976,1436,'_billing_city','Needham'),(58977,1436,'_billing_state','MA'),(58978,1436,'_billing_postcode','02492'),(58979,1436,'_billing_country','US'),(58980,1436,'_billing_email','nrgolden6486@gmail.com'),(58981,1436,'_billing_phone','617-851-1322'),(58982,1436,'_shipping_first_name','Naomi'),(58983,1436,'_shipping_last_name','Golden'),(58984,1436,'_shipping_company','Lice Aunties'),(58985,1436,'_shipping_address_1','1234 Chestnut Street'),(58986,1436,'_shipping_city','Newton'),(58987,1436,'_shipping_state','MA'),(58988,1436,'_shipping_postcode','02464'),(58989,1436,'_shipping_country','US'),(58990,1436,'_order_currency','USD'),(58991,1436,'_cart_discount','0'),(58992,1436,'_cart_discount_tax','0'),(58993,1436,'_order_shipping','0'),(58994,1436,'_order_shipping_tax','0'),(58995,1436,'_order_tax','0'),(58996,1436,'_order_total','578.40'),(58997,1436,'_order_version','6.8.0'),(58998,1436,'_prices_include_tax','no'),(58999,1436,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(59000,1436,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(59001,1436,'is_vat_exempt','no'),(59002,1436,'Payment type','instant'),(59003,1436,'_transaction_id','516615922D141581F'),(59004,1436,'_paypal_status','completed'),(59005,1436,'PayPal Transaction Fee','20.68'),(59006,1436,'_date_paid','1662135896'),(59007,1436,'_paid_date','2022-09-02 16:24:56'),(59008,1436,'_download_permissions_granted','yes'),(59009,1436,'_recorded_sales','yes'),(59010,1436,'_recorded_coupon_usage_counts','yes'),(59011,1436,'_order_stock_reduced','yes'),(59012,1436,'_new_order_email_sent','true'),(59013,1435,'_edit_lock','1662152093:2'),(59014,1435,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203455\";s:12:\"date_shipped\";s:10:\"1662076800\";s:11:\"tracking_id\";s:32:\"37bf540f683ed873a4bda926cd424719\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203444\";s:12:\"date_shipped\";i:1662152200;s:11:\"tracking_id\";s:32:\"28b1fc68e5abaa053e2e30f908e38f7b\";}}'),(59015,1435,'_edit_last','2'),(59016,1435,'_date_completed','1662152207'),(59017,1435,'_completed_date','2022-09-02 20:56:47'),(59018,1430,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203488\";s:12:\"date_shipped\";s:10:\"1662076800\";s:11:\"tracking_id\";s:32:\"f02b5643581732650d42b3ef262b478b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203477\";s:12:\"date_shipped\";i:1662152289;s:11:\"tracking_id\";s:32:\"7c05f9b198c6f26bbed475d554e6432b\";}}'),(59019,1430,'_date_completed','1662152293'),(59020,1430,'_completed_date','2022-09-02 20:58:13'),(59021,1434,'_edit_lock','1662152512:2'),(59022,1434,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203422\";s:12:\"date_shipped\";s:10:\"1662076800\";s:11:\"tracking_id\";s:32:\"3c45713d61515178de224a177b0549d7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203411\";s:12:\"date_shipped\";i:1662152572;s:11:\"tracking_id\";s:32:\"340d060c09b829b618946d1c93dcd4a3\";}}'),(59023,1434,'_edit_last','2'),(59024,1434,'_date_completed','1662152576'),(59025,1434,'_completed_date','2022-09-02 21:02:56'),(59026,1431,'_edit_lock','1662152667:2'),(59027,1431,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203319\";s:12:\"date_shipped\";s:10:\"1662076800\";s:11:\"tracking_id\";s:32:\"ac09bc61339343ec9d3ab1f9568dfb16\";}}'),(59028,1431,'_edit_last','2'),(59029,1431,'_date_completed','1662152776'),(59030,1431,'_completed_date','2022-09-02 21:06:16'),(59031,1437,'_order_key','wc_order_wFxIGR3IhrGzp'),(59032,1437,'_customer_user','77'),(59033,1437,'_payment_method','paypal'),(59034,1437,'_payment_method_title','PayPal'),(59035,1437,'_customer_ip_address','73.193.71.144'),(59036,1437,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(59037,1437,'_created_via','checkout'),(59038,1437,'_cart_hash','de0e3d50236d3c85672f76eaca32325b'),(59039,1437,'_billing_first_name','Phil'),(59040,1437,'_billing_last_name','Moon'),(59041,1437,'_billing_company','Lice Clinics of America-Fresno'),(59042,1437,'_billing_address_1','585 56th Street'),(59043,1437,'_billing_city','Oakland'),(59044,1437,'_billing_state','CA'),(59045,1437,'_billing_postcode','94609'),(59046,1437,'_billing_country','US'),(59047,1437,'_billing_email','info@liceclinicsfresno.com'),(59048,1437,'_billing_phone','5593046305'),(59049,1437,'_shipping_first_name','Kristen'),(59050,1437,'_shipping_last_name','Maroot-Rippee'),(59051,1437,'_shipping_company','Lice Busters LLC. ALL CLINICS'),(59052,1437,'_shipping_address_1','487 W. Scott Avenue'),(59053,1437,'_shipping_city','Fresno'),(59054,1437,'_shipping_state','CA'),(59055,1437,'_shipping_postcode','93704'),(59056,1437,'_shipping_country','US'),(59057,1437,'_order_currency','USD'),(59058,1437,'_cart_discount','0'),(59059,1437,'_cart_discount_tax','0'),(59060,1437,'_order_shipping','0'),(59061,1437,'_order_shipping_tax','0'),(59062,1437,'_order_tax','0'),(59063,1437,'_order_total','2713.88'),(59064,1437,'_order_version','6.8.0'),(59065,1437,'_prices_include_tax','no'),(59066,1437,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(59067,1437,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. ALL CLINICS 487 W. Scott Avenue  Fresno CA 93704 US '),(59068,1437,'is_vat_exempt','no'),(59069,1437,'Payment type','instant'),(59070,1437,'_transaction_id','86718934WH036163B'),(59071,1437,'_paypal_status','completed'),(59072,1437,'PayPal Transaction Fee','95.20'),(59073,1437,'_date_paid','1662218054'),(59074,1437,'_paid_date','2022-09-03 15:14:14'),(59075,1437,'_download_permissions_granted','yes'),(59076,1437,'_recorded_sales','yes'),(59077,1437,'_recorded_coupon_usage_counts','yes'),(59078,1437,'_order_stock_reduced','yes'),(59079,1437,'_new_order_email_sent','true'),(59119,1439,'_order_key','wc_order_BD9C3On7BG2Kt'),(59120,1439,'_customer_user','50'),(59121,1439,'_payment_method','sgitsoa_gateway'),(59122,1439,'_payment_method_title','Pre Order'),(59123,1439,'_customer_ip_address','73.126.237.59'),(59124,1439,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54'),(59125,1439,'_created_via','checkout'),(59126,1439,'_cart_hash','8c39d046adee62981b3e20a9fb0874d5'),(59127,1439,'_billing_first_name','Christine'),(59128,1439,'_billing_last_name','Cherry'),(59129,1439,'_billing_company','NITS END'),(59130,1439,'_billing_address_1','PO BOX 1092'),(59131,1439,'_billing_city','Campton'),(59132,1439,'_billing_state','NH'),(59133,1439,'_billing_postcode','03223'),(59134,1439,'_billing_country','US'),(59135,1439,'_billing_email','info@liceclinicsplaistow.com'),(59136,1439,'_billing_phone','16034983390'),(59137,1439,'_shipping_first_name','Latasha'),(59138,1439,'_shipping_last_name','Harrington'),(59139,1439,'_shipping_company','Nits End'),(59140,1439,'_shipping_address_1','11 Maple St'),(59141,1439,'_shipping_city','Bridgton'),(59142,1439,'_shipping_state','ME'),(59143,1439,'_shipping_postcode','04009-1311'),(59144,1439,'_shipping_country','US'),(59145,1439,'_order_currency','USD'),(59146,1439,'_cart_discount','0'),(59147,1439,'_cart_discount_tax','0'),(59148,1439,'_order_shipping','66.9'),(59149,1439,'_order_shipping_tax','0'),(59150,1439,'_order_tax','0'),(59151,1439,'_order_total','491.22'),(59152,1439,'_order_version','6.9.2'),(59153,1439,'_prices_include_tax','no'),(59154,1439,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(59155,1439,'_shipping_address_index','Latasha Harrington Nits End 11 Maple St  Bridgton ME 04009-1311 US '),(59156,1439,'is_vat_exempt','no'),(59157,1439,'_edit_lock','1662484324:2'),(59158,1439,'_edit_last','2'),(59159,1439,'_recorded_coupon_usage_counts','no'),(59160,1436,'_edit_lock','1662484584:2'),(59161,1436,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203570\";s:12:\"date_shipped\";s:10:\"1662422400\";s:11:\"tracking_id\";s:32:\"7ec75bf989943c00e0934747354a477e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203569\";s:12:\"date_shipped\";i:1662484653;s:11:\"tracking_id\";s:32:\"3e28a042ce1340b7c701f2f6788ac7b0\";}}'),(59162,1436,'_edit_last','2'),(59163,1436,'_date_completed','1662484660'),(59164,1436,'_completed_date','2022-09-06 17:17:40'),(59165,1441,'_order_key','wc_order_0P7sLqcKuuQeo'),(59166,1441,'_customer_user','38'),(59167,1441,'_payment_method','paypal'),(59168,1441,'_payment_method_title','PayPal'),(59169,1441,'_customer_ip_address','73.153.246.144'),(59170,1441,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70'),(59171,1441,'_created_via','checkout'),(59172,1441,'_cart_hash','90aa1d43780188206902b0460b39e224'),(59173,1441,'_billing_first_name','Tami'),(59174,1441,'_billing_last_name','Mantia'),(59175,1441,'_billing_company','Lice Solutions'),(59176,1441,'_billing_address_1','636 Ruby Trust Way'),(59177,1441,'_billing_city','Castle Rock'),(59178,1441,'_billing_state','CO'),(59179,1441,'_billing_postcode','80108'),(59180,1441,'_billing_country','US'),(59181,1441,'_billing_email','tamimantia@gmail.com'),(59182,1441,'_billing_phone','3033196924'),(59183,1441,'_shipping_first_name','Melissa'),(59184,1441,'_shipping_last_name','Mantia'),(59185,1441,'_shipping_company','LCA North Pittsburgh'),(59186,1441,'_shipping_address_1','2213 Temperance Drive'),(59187,1441,'_shipping_city','Pittsburgh'),(59188,1441,'_shipping_state','PA'),(59189,1441,'_shipping_postcode','15237'),(59190,1441,'_shipping_country','US'),(59191,1441,'_order_currency','USD'),(59192,1441,'_cart_discount','0'),(59193,1441,'_cart_discount_tax','0'),(59194,1441,'_order_shipping','14.37'),(59195,1441,'_order_shipping_tax','0'),(59196,1441,'_order_tax','0'),(59197,1441,'_order_total','14.37'),(59198,1441,'_order_version','6.9.2'),(59199,1441,'_prices_include_tax','no'),(59200,1441,'_billing_address_index','Tami Mantia Lice Solutions 636 Ruby Trust Way  Castle Rock CO 80108 US tamimantia@gmail.com 3033196924'),(59201,1441,'_shipping_address_index','Melissa Mantia LCA North Pittsburgh 2213 Temperance Drive  Pittsburgh PA 15237 US '),(59202,1441,'is_vat_exempt','no'),(59203,1442,'_order_key','wc_order_kj4SxhVVinn01'),(59204,1442,'_customer_user','3'),(59205,1442,'_payment_method','paypal'),(59206,1442,'_payment_method_title','PayPal'),(59207,1442,'_customer_ip_address','70.142.202.154'),(59208,1442,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(59209,1442,'_created_via','checkout'),(59210,1442,'_cart_hash','2ae3334ed1eba6c2eccccf0ad4d7ec11'),(59211,1442,'_billing_first_name','AMANDA'),(59212,1442,'_billing_last_name','Westerman'),(59213,1442,'_billing_company','Lice Clinics of America'),(59214,1442,'_billing_address_1','1709 Damian Way'),(59215,1442,'_billing_city','Richardson'),(59216,1442,'_billing_state','TX'),(59217,1442,'_billing_postcode','75081'),(59218,1442,'_billing_country','US'),(59219,1442,'_billing_email','awesterman1103@gmail.com'),(59220,1442,'_billing_phone','12144175741'),(59221,1442,'_shipping_first_name','Amanda'),(59222,1442,'_shipping_last_name','Westerman'),(59223,1442,'_shipping_company','Lice Clinics of America McKinney'),(59224,1442,'_shipping_address_1','3120 Hudson Crossing'),(59225,1442,'_shipping_address_2','Suite A2'),(59226,1442,'_shipping_city','MCKINNEY'),(59227,1442,'_shipping_state','TX'),(59228,1442,'_shipping_postcode','75070'),(59229,1442,'_shipping_country','US'),(59230,1442,'_order_currency','USD'),(59231,1442,'_cart_discount','0'),(59232,1442,'_cart_discount_tax','0'),(59233,1442,'_order_shipping','0'),(59234,1442,'_order_shipping_tax','0'),(59235,1442,'_order_tax','0'),(59236,1442,'_order_total','532.30'),(59237,1442,'_order_version','6.8.0'),(59238,1442,'_prices_include_tax','no'),(59239,1442,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(59240,1442,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(59241,1442,'is_vat_exempt','no'),(59242,1442,'Payment type','instant'),(59243,1442,'_transaction_id','2M803517CY4582921'),(59244,1442,'_paypal_status','completed'),(59245,1442,'PayPal Transaction Fee','19.07'),(59246,1442,'_date_paid','1662497322'),(59247,1442,'_paid_date','2022-09-06 20:48:42'),(59248,1442,'_download_permissions_granted','yes'),(59249,1442,'_recorded_sales','yes'),(59250,1442,'_recorded_coupon_usage_counts','yes'),(59251,1442,'_order_stock_reduced','yes'),(59252,1442,'_new_order_email_sent','true'),(59253,1437,'_edit_lock','1662501038:2'),(59254,1437,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203812\";s:12:\"date_shipped\";s:10:\"1662422400\";s:11:\"tracking_id\";s:32:\"7a3090b9f62adbdb1c8a784e14712502\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203801\";s:12:\"date_shipped\";i:1662501123;s:11:\"tracking_id\";s:32:\"eef4815ab200930853c7ceaecb6a6088\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203797\";s:12:\"date_shipped\";i:1662501133;s:11:\"tracking_id\";s:32:\"3503847d5d985bc914c12f9af3c7cbc1\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203786\";s:12:\"date_shipped\";i:1662501140;s:11:\"tracking_id\";s:32:\"11700bf4abb50393fa13c952822a2be6\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203775\";s:12:\"date_shipped\";i:1662501150;s:11:\"tracking_id\";s:32:\"cd7df6ef0784ebc2233177b85077705a\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830203764\";s:12:\"date_shipped\";i:1662501156;s:11:\"tracking_id\";s:32:\"ba7ecb76de4e645948e39d55c73ff67a\";}}'),(59255,1437,'_edit_last','2'),(59256,1437,'_date_completed','1662501161'),(59257,1437,'_completed_date','2022-09-06 21:52:41'),(59258,1443,'_order_key','wc_order_badAjVOQjCEiR'),(59259,1443,'_customer_user','92'),(59260,1443,'_payment_method','paypal'),(59261,1443,'_payment_method_title','PayPal'),(59262,1443,'_customer_ip_address','73.63.207.98'),(59263,1443,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(59264,1443,'_created_via','checkout'),(59265,1443,'_cart_hash','3cdfdb0d4ac8d6bff3786c885b4a27d6'),(59266,1443,'_billing_first_name','Michelle'),(59267,1443,'_billing_last_name','Du'),(59268,1443,'_billing_company','LCA Fremont'),(59269,1443,'_billing_address_1','31372 Mackinaw Street'),(59270,1443,'_billing_city','Union City'),(59271,1443,'_billing_state','CA'),(59272,1443,'_billing_postcode','94587'),(59273,1443,'_billing_country','US'),(59274,1443,'_billing_email','info@liceclinicsfremont.com'),(59275,1443,'_billing_phone','510-770-4394'),(59276,1443,'_shipping_first_name','Michelle'),(59277,1443,'_shipping_last_name','Du'),(59278,1443,'_shipping_company','LCA Fremont'),(59279,1443,'_shipping_address_1','31372 Mackinaw Street'),(59280,1443,'_shipping_city','Union City'),(59281,1443,'_shipping_state','CA'),(59282,1443,'_shipping_postcode','94587'),(59283,1443,'_shipping_country','US'),(59284,1443,'_order_currency','USD'),(59285,1443,'_cart_discount','0'),(59286,1443,'_cart_discount_tax','0'),(59287,1443,'_order_shipping','0'),(59288,1443,'_order_shipping_tax','0'),(59289,1443,'_order_tax','0'),(59290,1443,'_order_total','594.48'),(59291,1443,'_order_version','6.8.0'),(59292,1443,'_prices_include_tax','no'),(59293,1443,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(59294,1443,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(59295,1443,'is_vat_exempt','no'),(59296,1443,'Payment type','instant'),(59297,1443,'_transaction_id','4J769716LY4309314'),(59298,1443,'_paypal_status','completed'),(59299,1443,'PayPal Transaction Fee','21.24'),(59300,1443,'_date_paid','1662567475'),(59301,1443,'_paid_date','2022-09-07 16:17:55'),(59302,1443,'_download_permissions_granted','yes'),(59303,1443,'_recorded_sales','yes'),(59304,1443,'_recorded_coupon_usage_counts','yes'),(59305,1443,'_order_stock_reduced','yes'),(59306,1443,'_new_order_email_sent','true'),(59307,1442,'_edit_lock','1662581074:2'),(59308,1442,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204061\";s:12:\"date_shipped\";s:10:\"1662508800\";s:11:\"tracking_id\";s:32:\"4b1e22200b3c4e3d070e5084e1c20442\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204050\";s:12:\"date_shipped\";i:1662581167;s:11:\"tracking_id\";s:32:\"317f1db36cf9ebf8612cdbca2c4ee50e\";}}'),(59309,1442,'_edit_last','2'),(59310,1442,'_date_completed','1662581170'),(59311,1442,'_completed_date','2022-09-07 20:06:10'),(59312,1443,'_edit_lock','1662581292:2'),(59313,1443,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204083\";s:12:\"date_shipped\";s:10:\"1662508800\";s:11:\"tracking_id\";s:32:\"85262483cb9c9d45c847b22d19815fce\";}}'),(59314,1443,'_edit_last','2'),(59315,1443,'_date_completed','1662581409'),(59316,1443,'_completed_date','2022-09-07 20:10:09'),(59317,1444,'_order_key','wc_order_Klu8TWkWyO87v'),(59318,1444,'_customer_user','0'),(59319,1444,'_payment_method','paypal'),(59320,1444,'_payment_method_title','PayPal'),(59321,1444,'_customer_ip_address','136.49.57.192'),(59322,1444,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(59323,1444,'_created_via','checkout'),(59324,1444,'_cart_hash','40afbc9191ac2e5029d5ba4914159c73'),(59325,1444,'_billing_first_name','Lee'),(59326,1444,'_billing_last_name','Rogers'),(59327,1444,'_billing_company','United States'),(59328,1444,'_billing_address_1','40 N Interstate 35'),(59329,1444,'_billing_address_2','APT 4B2'),(59330,1444,'_billing_city','Austin'),(59331,1444,'_billing_state','TX'),(59332,1444,'_billing_postcode','78701'),(59333,1444,'_billing_country','US'),(59334,1444,'_billing_email','leerogers@flash.net'),(59335,1444,'_billing_phone','316-727-9951'),(59336,1444,'_shipping_first_name','Kaitlin'),(59337,1444,'_shipping_last_name','Ryan'),(59338,1444,'_shipping_company','LCA Dublin'),(59339,1444,'_shipping_address_1','5910 Wilcox Place'),(59340,1444,'_shipping_address_2','Suite E'),(59341,1444,'_shipping_city','Dublin'),(59342,1444,'_shipping_state','OH'),(59343,1444,'_shipping_postcode','43016'),(59344,1444,'_shipping_country','US'),(59345,1444,'_order_currency','USD'),(59346,1444,'_cart_discount','0'),(59347,1444,'_cart_discount_tax','0'),(59348,1444,'_order_shipping','0'),(59349,1444,'_order_shipping_tax','0'),(59350,1444,'_order_tax','0'),(59351,1444,'_order_total','872.58'),(59352,1444,'_order_version','6.8.0'),(59353,1444,'_prices_include_tax','no'),(59354,1444,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(59355,1444,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(59356,1444,'is_vat_exempt','no'),(59357,1444,'Payment type','instant'),(59358,1444,'_transaction_id','0B185327AR852254M'),(59359,1444,'_paypal_status','completed'),(59360,1444,'PayPal Transaction Fee','30.94'),(59361,1444,'_date_paid','1662658973'),(59362,1444,'_paid_date','2022-09-08 17:42:53'),(59363,1444,'_download_permissions_granted','yes'),(59364,1444,'_recorded_sales','yes'),(59365,1444,'_recorded_coupon_usage_counts','yes'),(59366,1444,'_order_stock_reduced','yes'),(59367,1444,'_new_order_email_sent','true'),(59368,1445,'_order_key','wc_order_pU4fOb69DkuiV'),(59369,1445,'_customer_user','37'),(59370,1445,'_payment_method','paypal'),(59371,1445,'_payment_method_title','PayPal'),(59372,1445,'_customer_ip_address','98.16.12.20'),(59373,1445,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.27'),(59374,1445,'_created_via','checkout'),(59375,1445,'_cart_hash','1a9606cb2cfb3eb8e133671def86f7bf'),(59376,1445,'_billing_first_name','Melody'),(59377,1445,'_billing_last_name','Carter'),(59378,1445,'_billing_company','Family Hair Clinic of South Ga LLC'),(59379,1445,'_billing_address_1','7754 GA HIGHWAY 122 W'),(59380,1445,'_billing_city','HAHIRA'),(59381,1445,'_billing_state','GA'),(59382,1445,'_billing_postcode','31632-2210'),(59383,1445,'_billing_country','US'),(59384,1445,'_billing_email','familyhairclinic@gmail.com'),(59385,1445,'_billing_phone','2294151748'),(59386,1445,'_shipping_first_name','Melody'),(59387,1445,'_shipping_last_name','Carter'),(59388,1445,'_shipping_company','LCA Family Hair Clinic'),(59389,1445,'_shipping_address_1','7754 GA Highway 122 W'),(59390,1445,'_shipping_city','Hahira'),(59391,1445,'_shipping_state','GA'),(59392,1445,'_shipping_postcode','31632'),(59393,1445,'_shipping_country','US'),(59394,1445,'_order_currency','USD'),(59395,1445,'_cart_discount','0'),(59396,1445,'_cart_discount_tax','0'),(59397,1445,'_order_shipping','0'),(59398,1445,'_order_shipping_tax','0'),(59399,1445,'_order_tax','0'),(59400,1445,'_order_total','548.36'),(59401,1445,'_order_version','6.8.2'),(59402,1445,'_prices_include_tax','no'),(59403,1445,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(59404,1445,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(59405,1445,'is_vat_exempt','no'),(59406,1445,'Payment type','instant'),(59407,1445,'_transaction_id','8DC92474UE741384A'),(59408,1445,'_paypal_status','completed'),(59409,1445,'PayPal Transaction Fee','19.63'),(59410,1445,'_date_paid','1662670678'),(59411,1445,'_paid_date','2022-09-08 20:57:58'),(59412,1445,'_download_permissions_granted','yes'),(59413,1445,'_recorded_sales','yes'),(59414,1445,'_recorded_coupon_usage_counts','yes'),(59415,1445,'_order_stock_reduced','yes'),(59416,1445,'_new_order_email_sent','true'),(59417,1446,'_order_key','wc_order_WT14M8PLgDZZy'),(59418,1446,'_customer_user','4'),(59419,1446,'_payment_method','paypal'),(59420,1446,'_payment_method_title','PayPal'),(59421,1446,'_customer_ip_address','76.27.78.176'),(59422,1446,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(59423,1446,'_created_via','checkout'),(59424,1446,'_cart_hash','c9b0d3298df5fa1225b93867f26ccda8'),(59425,1446,'_billing_first_name','David'),(59426,1446,'_billing_last_name','Washburn'),(59427,1446,'_billing_company','Larada Sciences'),(59428,1446,'_billing_address_1','154 East Myrtle Ave.'),(59429,1446,'_billing_address_2','Ste. #101'),(59430,1446,'_billing_city','Murray'),(59431,1446,'_billing_state','UT'),(59432,1446,'_billing_postcode','84107'),(59433,1446,'_billing_country','US'),(59434,1446,'_billing_email','david@laradasciences.com'),(59435,1446,'_billing_phone','8019197428'),(59436,1446,'_shipping_first_name','David'),(59437,1446,'_shipping_last_name','Washburn'),(59438,1446,'_shipping_company','Larada Sciences'),(59439,1446,'_shipping_address_1','154 East Myrtle Ave.'),(59440,1446,'_shipping_address_2','Ste. #101'),(59441,1446,'_shipping_city','Murray'),(59442,1446,'_shipping_state','UT'),(59443,1446,'_shipping_postcode','84107'),(59444,1446,'_shipping_country','US'),(59445,1446,'_order_currency','USD'),(59446,1446,'_cart_discount','0'),(59447,1446,'_cart_discount_tax','0'),(59448,1446,'_order_shipping','0'),(59449,1446,'_order_shipping_tax','0'),(59450,1446,'_order_tax','0'),(59451,1446,'_order_total','1179.76'),(59452,1446,'_order_version','6.8.2'),(59453,1446,'_prices_include_tax','no'),(59454,1446,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(59455,1446,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US '),(59456,1446,'is_vat_exempt','no'),(59457,1446,'_edit_lock','1662991952:2'),(59458,1446,'_edit_last','2'),(59459,1446,'_recorded_coupon_usage_counts','yes'),(59460,1444,'_edit_lock','1662743068:2'),(59461,1444,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204290\";s:12:\"date_shipped\";s:10:\"1662681600\";s:11:\"tracking_id\";s:32:\"2544c6ffc9a4b3d86475d281e924fc76\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204289\";s:12:\"date_shipped\";i:1662743024;s:11:\"tracking_id\";s:32:\"8b88732c3bc96b41fe4b0bf1b95bb53a\";}}'),(59462,1444,'_edit_last','2'),(59463,1444,'_date_completed','1662743028'),(59464,1444,'_completed_date','2022-09-09 17:03:48'),(59465,1446,'Payment type','instant'),(59466,1446,'_transaction_id','3FY825579U8544301'),(59467,1446,'_paypal_status','completed'),(59468,1446,'PayPal Transaction Fee','41.66'),(59469,1446,'_date_paid','1662743800'),(59470,1446,'_paid_date','2022-09-09 17:16:40'),(59471,1446,'_download_permissions_granted','yes'),(59472,1446,'_recorded_sales','yes'),(59473,1446,'_order_stock_reduced','yes'),(59474,1446,'_new_order_email_sent','true'),(59475,1445,'_edit_lock','1662753240:2'),(59476,1445,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204348\";s:12:\"date_shipped\";s:10:\"1662681600\";s:11:\"tracking_id\";s:32:\"ce85e689b2602136de513442c3d304d5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204337\";s:12:\"date_shipped\";i:1662745535;s:11:\"tracking_id\";s:32:\"ba368e2138e6bc8b5142cdf2c56e057b\";}}'),(59477,1445,'_edit_last','2'),(59478,1445,'_date_completed','1662745538'),(59479,1445,'_completed_date','2022-09-09 17:45:38'),(59487,1446,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204565\";s:12:\"date_shipped\";s:10:\"1662940800\";s:11:\"tracking_id\";s:32:\"020b5d5b930825e80959f79b47f68c6f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204554\";s:12:\"date_shipped\";i:1662991716;s:11:\"tracking_id\";s:32:\"0d2e8baef3e6908f028aa169b5711e5e\";}}'),(59488,1446,'_date_completed','1662991721'),(59489,1446,'_completed_date','2022-09-12 14:08:41'),(59497,1447,'_order_key','wc_order_KWdQ4Hg2HErJw'),(59498,1447,'_customer_user','43'),(59499,1447,'_payment_method','paypal'),(59500,1447,'_payment_method_title','PayPal'),(59501,1447,'_customer_ip_address','172.58.128.58'),(59502,1447,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(59503,1447,'_created_via','checkout'),(59504,1447,'_cart_hash','6ffbbaf09097b77e3cf71def60572d3e'),(59505,1447,'_billing_first_name','Ryan'),(59506,1447,'_billing_last_name','Nelson'),(59507,1447,'_billing_address_1','140 Flame Vine drive'),(59508,1447,'_billing_city','Naples'),(59509,1447,'_billing_state','FL'),(59510,1447,'_billing_postcode','34110'),(59511,1447,'_billing_country','US'),(59512,1447,'_billing_email','Rjnelson73@gmail.com'),(59513,1447,'_billing_phone','239-281-0719'),(59514,1447,'_shipping_first_name','Ryan'),(59515,1447,'_shipping_last_name','Nelson'),(59516,1447,'_shipping_address_1','140 Flame Vine drive'),(59517,1447,'_shipping_city','Naples'),(59518,1447,'_shipping_state','FL'),(59519,1447,'_shipping_postcode','34110'),(59520,1447,'_shipping_country','US'),(59521,1447,'_order_currency','USD'),(59522,1447,'_cart_discount','0'),(59523,1447,'_cart_discount_tax','0'),(59524,1447,'_order_shipping','0'),(59525,1447,'_order_shipping_tax','0'),(59526,1447,'_order_tax','0'),(59527,1447,'_order_total','635.52'),(59528,1447,'_order_version','6.8.2'),(59529,1447,'_prices_include_tax','no'),(59530,1447,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(59531,1447,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(59532,1447,'is_vat_exempt','no'),(59533,1447,'_edit_lock','1663113877:2'),(59534,1447,'_edit_last','2'),(59535,1447,'_recorded_coupon_usage_counts','yes'),(59536,1448,'_order_key','wc_order_gbb73JM7MJM8e'),(59537,1448,'_customer_user','6'),(59538,1448,'_payment_method','paypal'),(59539,1448,'_payment_method_title','PayPal'),(59540,1448,'_customer_ip_address','76.20.84.214'),(59541,1448,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(59542,1448,'_created_via','checkout'),(59543,1448,'_cart_hash','8111ebeb1c612809da113d95087ce54f'),(59544,1448,'_billing_first_name','Amira'),(59545,1448,'_billing_last_name','Purto'),(59546,1448,'_billing_address_1','2628 Acapulco Way'),(59547,1448,'_billing_city','Modesto'),(59548,1448,'_billing_state','CA'),(59549,1448,'_billing_postcode','95355'),(59550,1448,'_billing_country','US'),(59551,1448,'_billing_email','amira77@sbcglobal.net'),(59552,1448,'_billing_phone','2096422061'),(59553,1448,'_shipping_first_name','Amira'),(59554,1448,'_shipping_last_name','Purto'),(59555,1448,'_shipping_address_1','2628 Acapulco Way'),(59556,1448,'_shipping_city','Modesto'),(59557,1448,'_shipping_state','CA'),(59558,1448,'_shipping_postcode','95355'),(59559,1448,'_shipping_country','US'),(59560,1448,'_order_currency','USD'),(59561,1448,'_cart_discount','0'),(59562,1448,'_cart_discount_tax','0'),(59563,1448,'_order_shipping','0'),(59564,1448,'_order_shipping_tax','0'),(59565,1448,'_order_tax','0'),(59566,1448,'_order_total','962.52'),(59567,1448,'_order_version','6.8.2'),(59568,1448,'_prices_include_tax','no'),(59569,1448,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(59570,1448,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(59571,1448,'is_vat_exempt','no'),(59572,1448,'Payment type','instant'),(59573,1448,'_transaction_id','94432430H1014313Y'),(59574,1448,'_paypal_status','completed'),(59575,1448,'PayPal Transaction Fee','34.08'),(59576,1448,'_date_paid','1663014277'),(59577,1448,'_paid_date','2022-09-12 20:24:37'),(59578,1448,'_download_permissions_granted','yes'),(59579,1448,'_recorded_sales','yes'),(59580,1448,'_recorded_coupon_usage_counts','yes'),(59581,1448,'_order_stock_reduced','yes'),(59582,1448,'_new_order_email_sent','true'),(59583,1447,'Payment type','instant'),(59584,1447,'_transaction_id','0VC01340J8357242K'),(59585,1447,'_paypal_status','completed'),(59586,1447,'PayPal Transaction Fee','22.67'),(59587,1447,'_date_paid','1663015797'),(59588,1447,'_paid_date','2022-09-12 20:49:57'),(59589,1447,'_download_permissions_granted','yes'),(59590,1447,'_recorded_sales','yes'),(59591,1447,'_order_stock_reduced','yes'),(59592,1447,'_new_order_email_sent','true'),(59593,1449,'_order_key','wc_order_GKD2NgkbL9xaT'),(59594,1449,'_customer_user','61'),(59595,1449,'_payment_method','paypal'),(59596,1449,'_payment_method_title','PayPal'),(59597,1449,'_customer_ip_address','217.180.201.101'),(59598,1449,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(59599,1449,'_created_via','checkout'),(59600,1449,'_cart_hash','4140064443df2024ddbfdd29ec1fef35'),(59601,1449,'_billing_first_name','Judy'),(59602,1449,'_billing_last_name','Hayden'),(59603,1449,'_billing_company','Lice Clinics of America Lexington'),(59604,1449,'_billing_address_1','1795 Alysheba Way Suite 4105'),(59605,1449,'_billing_address_2','Ste 4105'),(59606,1449,'_billing_city','Lexington'),(59607,1449,'_billing_state','KY'),(59608,1449,'_billing_postcode','40509'),(59609,1449,'_billing_country','US'),(59610,1449,'_billing_email','judy@liceclinicscincinnati.com'),(59611,1449,'_billing_phone','8595376966'),(59612,1449,'_shipping_first_name','Judy'),(59613,1449,'_shipping_last_name','Hayden'),(59614,1449,'_shipping_company','Lice Clinics of America Lexington'),(59615,1449,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(59616,1449,'_shipping_city','Lexington'),(59617,1449,'_shipping_state','KY'),(59618,1449,'_shipping_postcode','40509'),(59619,1449,'_shipping_country','US'),(59620,1449,'_order_currency','USD'),(59621,1449,'_cart_discount','0'),(59622,1449,'_cart_discount_tax','0'),(59623,1449,'_order_shipping','0'),(59624,1449,'_order_shipping_tax','0'),(59625,1449,'_order_tax','0'),(59626,1449,'_order_total','1313.78'),(59627,1449,'_order_version','6.8.2'),(59628,1449,'_prices_include_tax','no'),(59629,1449,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US judy@liceclinicscincinnati.com 8595376966'),(59630,1449,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(59631,1449,'is_vat_exempt','no'),(59632,1449,'Payment type','instant'),(59633,1449,'_transaction_id','2W853219XA813300K'),(59634,1449,'_paypal_status','completed'),(59635,1449,'PayPal Transaction Fee','46.34'),(59636,1449,'_date_paid','1663086289'),(59637,1449,'_paid_date','2022-09-13 16:24:49'),(59638,1449,'_download_permissions_granted','yes'),(59639,1449,'_recorded_sales','yes'),(59640,1449,'_recorded_coupon_usage_counts','yes'),(59641,1449,'_order_stock_reduced','yes'),(59642,1449,'_new_order_email_sent','true'),(59643,1448,'_edit_lock','1663113709:2'),(59644,1448,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204896\";s:12:\"date_shipped\";s:10:\"1663113600\";s:11:\"tracking_id\";s:32:\"a1af0798d321a259c33a2ee7fcaa06e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204885\";s:12:\"date_shipped\";i:1663113820;s:11:\"tracking_id\";s:32:\"9c2ea643ef20af6a3a799164b541e8a5\";}}'),(59645,1448,'_edit_last','2'),(59646,1448,'_date_completed','1663113823'),(59647,1448,'_completed_date','2022-09-14 00:03:43'),(59648,1447,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204911\";s:12:\"date_shipped\";s:10:\"1663113600\";s:11:\"tracking_id\";s:32:\"c6f0eaa83e7c1d3185472742109696d4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204900\";s:12:\"date_shipped\";i:1663113897;s:11:\"tracking_id\";s:32:\"090b1beba7cd856e1c4dd030e84457e0\";}}'),(59649,1447,'_date_completed','1663113901'),(59650,1447,'_completed_date','2022-09-14 00:05:01'),(59651,1449,'_edit_lock','1663113958:2'),(59652,1449,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205002\";s:12:\"date_shipped\";s:10:\"1663113600\";s:11:\"tracking_id\";s:32:\"693966ea4077910d53c823f6dbe644a6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204999\";s:12:\"date_shipped\";i:1663114041;s:11:\"tracking_id\";s:32:\"4cb4a1cbfba21c5bb9587768bf6c0938\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830204988\";s:12:\"date_shipped\";i:1663114047;s:11:\"tracking_id\";s:32:\"c348a96853ece6b09ac9191e74a9c5df\";}}'),(59653,1449,'_edit_last','2'),(59654,1449,'_date_completed','1663114051'),(59655,1449,'_completed_date','2022-09-14 00:07:31'),(59656,263,'_edit_lock','1752173538:2'),(59657,263,'_edit_last','2'),(59661,1451,'_order_key','wc_order_rap2HkRpw9eyU'),(59662,1451,'_customer_user','76'),(59663,1451,'_payment_method','paypal'),(59664,1451,'_payment_method_title','PayPal'),(59665,1451,'_customer_ip_address','173.48.30.166'),(59666,1451,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(59667,1451,'_created_via','checkout'),(59668,1451,'_cart_hash','789455fdfb423a4e0c9627598dc39cff'),(59669,1451,'_billing_first_name','Naomi'),(59670,1451,'_billing_last_name','Golden'),(59671,1451,'_billing_address_1','31 Mann Ave'),(59672,1451,'_billing_city','Needham'),(59673,1451,'_billing_state','MA'),(59674,1451,'_billing_postcode','02492'),(59675,1451,'_billing_country','US'),(59676,1451,'_billing_email','nrgolden6486@gmail.com'),(59677,1451,'_billing_phone','617-851-1322'),(59678,1451,'_shipping_first_name','Naomi'),(59679,1451,'_shipping_last_name','Golden'),(59680,1451,'_shipping_company','Lice Aunties'),(59681,1451,'_shipping_address_1','1234 Chestnut Street'),(59682,1451,'_shipping_city','Newton'),(59683,1451,'_shipping_state','MA'),(59684,1451,'_shipping_postcode','02464'),(59685,1451,'_shipping_country','US'),(59686,1451,'_order_currency','USD'),(59687,1451,'_cart_discount','0'),(59688,1451,'_cart_discount_tax','0'),(59689,1451,'_order_shipping','0'),(59690,1451,'_order_shipping_tax','0'),(59691,1451,'_order_tax','0'),(59692,1451,'_order_total','633.60'),(59693,1451,'_order_version','6.8.2'),(59694,1451,'_prices_include_tax','no'),(59695,1451,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(59696,1451,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(59697,1451,'is_vat_exempt','no'),(59698,1451,'_edit_lock','1663261213:2'),(59699,1451,'_edit_last','2'),(59700,1451,'_recorded_coupon_usage_counts','yes'),(59701,1452,'_order_key','wc_order_bOWcicRRNqKU6'),(59702,1452,'_customer_user','64'),(59703,1452,'_payment_method','paypal'),(59704,1452,'_payment_method_title','PayPal'),(59705,1452,'_customer_ip_address','72.130.2.72'),(59706,1452,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(59707,1452,'_created_via','checkout'),(59708,1452,'_cart_hash','c31b2f63028355404d3a7cd5c4ede52b'),(59709,1452,'_billing_first_name','Barrie'),(59710,1452,'_billing_last_name','Desmond'),(59711,1452,'_billing_address_1','50 ALAHELE PL'),(59712,1452,'_billing_city','Kihei'),(59713,1452,'_billing_state','HI'),(59714,1452,'_billing_postcode','96753-7809'),(59715,1452,'_billing_country','US'),(59716,1452,'_billing_email','info@liceclinicshawaii.com'),(59717,1452,'_billing_phone','8082834247'),(59718,1452,'_shipping_first_name','Barrie'),(59719,1452,'_shipping_last_name','Desmond'),(59720,1452,'_shipping_address_1','50 ALAHELE PL'),(59721,1452,'_shipping_city','Kihei'),(59722,1452,'_shipping_state','HI'),(59723,1452,'_shipping_postcode','96753-7809'),(59724,1452,'_shipping_country','US'),(59725,1452,'_order_currency','USD'),(59726,1452,'_cart_discount','0'),(59727,1452,'_cart_discount_tax','0'),(59728,1452,'_order_shipping','503.23'),(59729,1452,'_order_shipping_tax','0'),(59730,1452,'_order_tax','0'),(59731,1452,'_order_total','966.02'),(59732,1452,'_order_version','6.8.2'),(59733,1452,'_prices_include_tax','no'),(59734,1452,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(59735,1452,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(59736,1452,'is_vat_exempt','no'),(59737,1451,'Payment type','instant'),(59738,1451,'_transaction_id','7WA60293NR3944148'),(59739,1451,'_paypal_status','completed'),(59740,1451,'PayPal Transaction Fee','22.60'),(59741,1451,'_date_paid','1663182620'),(59742,1451,'_paid_date','2022-09-14 19:10:20'),(59743,1451,'_download_permissions_granted','yes'),(59744,1451,'_recorded_sales','yes'),(59745,1451,'_order_stock_reduced','yes'),(59746,1451,'_new_order_email_sent','true'),(59747,1452,'acfw_shipping_discount_recalc','yes'),(59748,1452,'_edit_lock','1663280785:2'),(59749,1452,'_edit_last','2'),(59750,1452,'_recorded_coupon_usage_counts','yes'),(59751,515,'_used_by','64'),(59752,1452,'Payment type','instant'),(59753,1452,'_transaction_id','84D17511023382250'),(59754,1452,'_paypal_status','completed'),(59755,1452,'PayPal Transaction Fee','34.20'),(59756,1452,'_date_paid','1663213895'),(59757,1452,'_paid_date','2022-09-15 03:51:35'),(59758,1452,'_download_permissions_granted','yes'),(59759,1452,'_recorded_sales','yes'),(59760,1452,'_order_stock_reduced','yes'),(59761,1452,'_new_order_email_sent','true'),(59762,1451,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205127\";s:12:\"date_shipped\";s:10:\"1663200000\";s:11:\"tracking_id\";s:32:\"1b1c1eeb7def2032fbdf2faa2be518fc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205116\";s:12:\"date_shipped\";i:1663261349;s:11:\"tracking_id\";s:32:\"939fbf1d363cdbcf02db30b69bda689b\";}}'),(59763,1451,'_date_completed','1663261352'),(59764,1451,'_completed_date','2022-09-15 17:02:32'),(59765,1452,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205263\";s:12:\"date_shipped\";s:10:\"1663200000\";s:11:\"tracking_id\";s:32:\"4226c60c324abd7bc421cbd4aeebf769\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205252\";s:12:\"date_shipped\";i:1663280915;s:11:\"tracking_id\";s:32:\"c50923adddedf2b22c2a880ef1fa4304\";}}'),(59766,1452,'_date_completed','1663280919'),(59767,1452,'_completed_date','2022-09-15 22:28:39'),(59768,1453,'_order_key','wc_order_ZhpQ1jv161r6H'),(59769,1453,'_customer_user','87'),(59770,1453,'_payment_method','paypal'),(59771,1453,'_payment_method_title','PayPal'),(59772,1453,'_customer_ip_address','70.189.73.253'),(59773,1453,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(59774,1453,'_created_via','checkout'),(59775,1453,'_cart_hash','f36245ac74f48737697789f33da8244d'),(59776,1453,'_billing_first_name','Wade'),(59777,1453,'_billing_last_name','Huntsman'),(59778,1453,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(59779,1453,'_billing_address_1','1104 E 25th St.'),(59780,1453,'_billing_city','Tulsa'),(59781,1453,'_billing_state','OK'),(59782,1453,'_billing_postcode','74114'),(59783,1453,'_billing_country','US'),(59784,1453,'_billing_email','info@liceclinicsmidsouth.com'),(59785,1453,'_billing_phone','9189783329'),(59786,1453,'_shipping_first_name','Katee'),(59787,1453,'_shipping_last_name','Morrison'),(59788,1453,'_shipping_company','Lice Clinics of America OKC'),(59789,1453,'_shipping_address_1','4001 N Classen Blvd'),(59790,1453,'_shipping_address_2','Suite 116'),(59791,1453,'_shipping_city','OKC'),(59792,1453,'_shipping_state','OK'),(59793,1453,'_shipping_postcode','73118'),(59794,1453,'_shipping_country','US'),(59795,1453,'_order_currency','USD'),(59796,1453,'_cart_discount','0'),(59797,1453,'_cart_discount_tax','0'),(59798,1453,'_order_shipping','0'),(59799,1453,'_order_shipping_tax','0'),(59800,1453,'_order_tax','0'),(59801,1453,'_order_total','762.59'),(59802,1453,'_order_version','6.9.2'),(59803,1453,'_prices_include_tax','no'),(59804,1453,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(59805,1453,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 OKC OK 73118 US '),(59806,1453,'is_vat_exempt','no'),(59807,1453,'Payment type','instant'),(59808,1453,'_transaction_id','5X276185NV469815V'),(59809,1453,'_paypal_status','completed'),(59810,1453,'PayPal Transaction Fee','27.10'),(59811,1453,'_date_paid','1663359343'),(59812,1453,'_paid_date','2022-09-16 20:15:43'),(59813,1453,'_download_permissions_granted','yes'),(59814,1453,'_recorded_sales','yes'),(59815,1453,'_recorded_coupon_usage_counts','yes'),(59816,1453,'_order_stock_reduced','yes'),(59817,1453,'_new_order_email_sent','true'),(59818,1454,'_order_key','wc_order_JuIXiC3V7qQzg'),(59819,1454,'_customer_user','87'),(59820,1454,'_payment_method','paypal'),(59821,1454,'_payment_method_title','PayPal'),(59822,1454,'_customer_ip_address','70.189.73.253'),(59823,1454,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(59824,1454,'_created_via','checkout'),(59825,1454,'_cart_hash','9e009e5e02ccb39d6fa1b40746d2584b'),(59826,1454,'_billing_first_name','Wade'),(59827,1454,'_billing_last_name','Huntsman'),(59828,1454,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(59829,1454,'_billing_address_1','1104 E 25th St.'),(59830,1454,'_billing_city','Tulsa'),(59831,1454,'_billing_state','OK'),(59832,1454,'_billing_postcode','74114'),(59833,1454,'_billing_country','US'),(59834,1454,'_billing_email','info@liceclinicsmidsouth.com'),(59835,1454,'_billing_phone','9189783329'),(59836,1454,'_shipping_first_name','Tiffany'),(59837,1454,'_shipping_last_name','Sporn'),(59838,1454,'_shipping_company','Lice Clinics of America Wichita'),(59839,1454,'_shipping_address_1','2552 N Maize Court'),(59840,1454,'_shipping_address_2','Suite 500'),(59841,1454,'_shipping_city','Wichita'),(59842,1454,'_shipping_state','KS'),(59843,1454,'_shipping_postcode','67205'),(59844,1454,'_shipping_country','US'),(59845,1454,'_order_currency','USD'),(59846,1454,'_cart_discount','0'),(59847,1454,'_cart_discount_tax','0'),(59848,1454,'_order_shipping','0'),(59849,1454,'_order_shipping_tax','0'),(59850,1454,'_order_tax','0'),(59851,1454,'_order_total','527.56'),(59852,1454,'_order_version','6.9.2'),(59853,1454,'_prices_include_tax','no'),(59854,1454,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(59855,1454,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 2552 N Maize Court Suite 500 Wichita KS 67205 US '),(59856,1454,'is_vat_exempt','no'),(59857,1454,'Payment type','instant'),(59858,1454,'_transaction_id','7DP78891KF003794D'),(59859,1454,'_paypal_status','completed'),(59860,1454,'PayPal Transaction Fee','18.90'),(59861,1454,'_date_paid','1663359512'),(59862,1454,'_paid_date','2022-09-16 20:18:32'),(59863,1454,'_download_permissions_granted','yes'),(59864,1454,'_recorded_sales','yes'),(59865,1454,'_recorded_coupon_usage_counts','yes'),(59866,1454,'_order_stock_reduced','yes'),(59867,1454,'_new_order_email_sent','true'),(59868,1455,'_order_key','wc_order_9gLGpBIsyi5N1'),(59869,1455,'_customer_user','87'),(59870,1455,'_payment_method','paypal'),(59871,1455,'_payment_method_title','PayPal'),(59872,1455,'_customer_ip_address','70.189.73.253'),(59873,1455,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(59874,1455,'_created_via','checkout'),(59875,1455,'_cart_hash','3c39ba883b31adb085f1ac46d9d3c7c2'),(59876,1455,'_billing_first_name','Wade'),(59877,1455,'_billing_last_name','Huntsman'),(59878,1455,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(59879,1455,'_billing_address_1','1104 E 25th St.'),(59880,1455,'_billing_city','Tulsa'),(59881,1455,'_billing_state','OK'),(59882,1455,'_billing_postcode','74114'),(59883,1455,'_billing_country','US'),(59884,1455,'_billing_email','info@liceclinicsmidsouth.com'),(59885,1455,'_billing_phone','9189783329'),(59886,1455,'_shipping_first_name','Logan'),(59887,1455,'_shipping_last_name','Futrell'),(59888,1455,'_shipping_company','Lice Clinics of America NWA'),(59889,1455,'_shipping_address_1','3000 S 28th Place'),(59890,1455,'_shipping_address_2','Apt 12'),(59891,1455,'_shipping_city','Rogers'),(59892,1455,'_shipping_state','AR'),(59893,1455,'_shipping_postcode','72758'),(59894,1455,'_shipping_country','US'),(59895,1455,'_order_currency','USD'),(59896,1455,'_cart_discount','0'),(59897,1455,'_cart_discount_tax','0'),(59898,1455,'_order_shipping','0'),(59899,1455,'_order_shipping_tax','0'),(59900,1455,'_order_tax','0'),(59901,1455,'_order_total','544.60'),(59902,1455,'_order_version','6.9.2'),(59903,1455,'_prices_include_tax','no'),(59904,1455,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(59905,1455,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 3000 S 28th Place Apt 12 Rogers AR 72758 US '),(59907,1455,'is_vat_exempt','no'),(59908,1455,'Payment type','instant'),(59909,1455,'_transaction_id','3TS29643V16670108'),(59910,1455,'_paypal_status','completed'),(59911,1455,'PayPal Transaction Fee','19.50'),(59912,1455,'_date_paid','1663360059'),(59913,1455,'_paid_date','2022-09-16 20:27:39'),(59914,1455,'_download_permissions_granted','yes'),(59915,1455,'_recorded_sales','yes'),(59916,1455,'_recorded_coupon_usage_counts','yes'),(59917,1455,'_order_stock_reduced','yes'),(59918,1455,'_new_order_email_sent','true'),(59919,1456,'_order_key','wc_order_R1sOfcFEG9we2'),(59920,1456,'_customer_user','87'),(59921,1456,'_payment_method','paypal'),(59922,1456,'_payment_method_title','PayPal'),(59923,1456,'_customer_ip_address','70.189.73.253'),(59924,1456,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(59925,1456,'_created_via','checkout'),(59926,1456,'_cart_hash','52f0016594fe6709c90be87ad4b2dcf5'),(59927,1456,'_billing_first_name','Wade'),(59928,1456,'_billing_last_name','Huntsman'),(59929,1456,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(59930,1456,'_billing_address_1','1104 E 25th St.'),(59931,1456,'_billing_city','Tulsa'),(59932,1456,'_billing_state','OK'),(59933,1456,'_billing_postcode','74114'),(59934,1456,'_billing_country','US'),(59935,1456,'_billing_email','info@liceclinicsmidsouth.com'),(59936,1456,'_billing_phone','9189783329'),(59937,1456,'_shipping_first_name','Wade'),(59938,1456,'_shipping_last_name','Huntsman'),(59939,1456,'_shipping_company','Lice Clinics of America Tulsa'),(59940,1456,'_shipping_address_1','3421 E 21st St'),(59941,1456,'_shipping_city','Tulsa'),(59942,1456,'_shipping_state','OK'),(59943,1456,'_shipping_postcode','74114'),(59944,1456,'_shipping_country','US'),(59945,1456,'_order_currency','USD'),(59946,1456,'_cart_discount','0'),(59947,1456,'_cart_discount_tax','0'),(59948,1456,'_order_shipping','0'),(59949,1456,'_order_shipping_tax','0'),(59950,1456,'_order_tax','0'),(59951,1456,'_order_total','513.75'),(59952,1456,'_order_version','6.9.2'),(59953,1456,'_prices_include_tax','no'),(59954,1456,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(59955,1456,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st St  Tulsa OK 74114 US '),(59956,1456,'is_vat_exempt','no'),(59957,1456,'Payment type','instant'),(59958,1456,'_transaction_id','05669971LS349973R'),(59959,1456,'_paypal_status','completed'),(59960,1456,'PayPal Transaction Fee','18.42'),(59961,1456,'_date_paid','1663360324'),(59962,1456,'_paid_date','2022-09-16 20:32:04'),(59963,1456,'_download_permissions_granted','yes'),(59964,1456,'_recorded_sales','yes'),(59965,1456,'_recorded_coupon_usage_counts','yes'),(59966,1456,'_order_stock_reduced','yes'),(59967,1456,'_new_order_email_sent','true'),(59968,1454,'_edit_lock','1663608597:2'),(59969,1454,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205469\";s:12:\"date_shipped\";s:10:\"1663545600\";s:11:\"tracking_id\";s:32:\"ff0b221bb7d33db3def188eefbb80fbc\";}}'),(59970,1454,'_edit_last','2'),(59971,1454,'_date_completed','1663608720'),(59972,1454,'_completed_date','2022-09-19 17:32:00'),(59980,1453,'_edit_lock','1663621327:2'),(59981,1453,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205458\";s:12:\"date_shipped\";s:10:\"1663545600\";s:11:\"tracking_id\";s:32:\"670339461eb2ca720187a65f7e40ff01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205447\";s:12:\"date_shipped\";i:1663621194;s:11:\"tracking_id\";s:32:\"2d887c6c97de2044a29fa631072e1bc8\";}}'),(59982,1453,'_edit_last','2'),(59983,1453,'_date_completed','1663621198'),(59984,1453,'_completed_date','2022-09-19 20:59:58'),(59985,1455,'_edit_lock','1663621592:2'),(59986,1455,'_edit_last','2'),(59987,1455,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205480\";s:12:\"date_shipped\";s:10:\"1663545600\";s:11:\"tracking_id\";s:32:\"145f6df32787f53bc642e0dd34ef5752\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205470\";s:12:\"date_shipped\";s:10:\"1663545600\";s:11:\"tracking_id\";s:32:\"e4d8f29de4669844bfd9a57dad273092\";}}'),(59988,1455,'_date_completed','1663621538'),(59989,1455,'_completed_date','2022-09-19 21:05:38'),(59990,1456,'_edit_lock','1663621550:2'),(59991,1456,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205517\";s:12:\"date_shipped\";s:10:\"1663545600\";s:11:\"tracking_id\";s:32:\"5a3448711677a4a13ff3982319be787a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205506\";s:12:\"date_shipped\";i:1663621673;s:11:\"tracking_id\";s:32:\"4504a56923c32e4584393a6cf4a30a93\";}}'),(59992,1456,'_edit_last','2'),(59993,1456,'_date_completed','1663621678'),(59994,1456,'_completed_date','2022-09-19 21:07:58'),(59996,1457,'_order_key','wc_order_KTVroyapJNZ93'),(59997,1457,'_customer_user','0'),(59998,1457,'_payment_method','paypal'),(59999,1457,'_payment_method_title','PayPal'),(60000,1457,'_customer_ip_address','136.49.57.192'),(60001,1457,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60002,1457,'_created_via','checkout'),(60003,1457,'_cart_hash','4b1d7f8c5340cc9192664ea72a4b7941'),(60004,1457,'_billing_first_name','Lee'),(60005,1457,'_billing_last_name','Rogers'),(60006,1457,'_billing_company','United States'),(60007,1457,'_billing_address_1','40 N Interstate 35'),(60008,1457,'_billing_address_2','APT 4B2'),(60009,1457,'_billing_city','Austin'),(60010,1457,'_billing_state','TX'),(60011,1457,'_billing_postcode','78701'),(60012,1457,'_billing_country','US'),(60013,1457,'_billing_email','leerogers@flash.net'),(60014,1457,'_billing_phone','316-727-9951'),(60015,1457,'_shipping_first_name','Kaitlin'),(60016,1457,'_shipping_last_name','Ryan'),(60017,1457,'_shipping_company','LCA Dublin'),(60018,1457,'_shipping_address_1','5910 Wilcox Place'),(60019,1457,'_shipping_address_2','Suite E'),(60020,1457,'_shipping_city','Dublin'),(60021,1457,'_shipping_state','OH'),(60022,1457,'_shipping_postcode','43016'),(60023,1457,'_shipping_country','US'),(60024,1457,'_order_currency','USD'),(60025,1457,'_cart_discount','0'),(60026,1457,'_cart_discount_tax','0'),(60027,1457,'_order_shipping','0'),(60028,1457,'_order_shipping_tax','0'),(60029,1457,'_order_tax','0'),(60030,1457,'_order_total','806.32'),(60031,1457,'_order_version','6.9.2'),(60032,1457,'_prices_include_tax','no'),(60033,1457,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(60034,1457,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(60035,1457,'is_vat_exempt','no'),(60036,1457,'Payment type','instant'),(60037,1457,'_paypal_status','completed'),(60038,1457,'_transaction_id','35654483CX745884G'),(60039,1457,'PayPal Transaction Fee','28.63'),(60040,1457,'_date_paid','1663634496'),(60041,1457,'_paid_date','2022-09-20 00:41:36'),(60042,1457,'_download_permissions_granted','yes'),(60043,1457,'_recorded_sales','yes'),(60044,1457,'_recorded_coupon_usage_counts','yes'),(60045,1457,'_order_stock_reduced','yes'),(60046,1457,'_new_order_email_sent','true'),(60057,1458,'_order_key','wc_order_TNI8thCXAjs9O'),(60058,1458,'_customer_user','59'),(60059,1458,'_payment_method','paypal'),(60060,1458,'_payment_method_title','PayPal'),(60061,1458,'_customer_ip_address','73.32.38.241'),(60062,1458,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60063,1458,'_created_via','checkout'),(60064,1458,'_cart_hash','5027b4d1baf623313055e95d23accf88'),(60065,1458,'_billing_first_name','Allison'),(60066,1458,'_billing_last_name','Anthon'),(60067,1458,'_billing_address_1','58 arbor bend dr'),(60068,1458,'_billing_city','Houston'),(60069,1458,'_billing_state','TX'),(60070,1458,'_billing_postcode','77070'),(60071,1458,'_billing_country','US'),(60072,1458,'_billing_email','louseysolutions@gmail.com'),(60073,1458,'_billing_phone','602-400-8330'),(60074,1458,'_shipping_first_name','Allison'),(60075,1458,'_shipping_last_name','Anthon'),(60076,1458,'_shipping_company','LCA Sugar Land'),(60077,1458,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(60078,1458,'_shipping_city','Tomball'),(60079,1458,'_shipping_state','TX'),(60080,1458,'_shipping_postcode','77375'),(60081,1458,'_shipping_country','US'),(60082,1458,'_order_currency','USD'),(60083,1458,'_cart_discount','0'),(60084,1458,'_cart_discount_tax','0'),(60085,1458,'_order_shipping','0'),(60086,1458,'_order_shipping_tax','0'),(60087,1458,'_order_tax','0'),(60088,1458,'_order_total','1131.68'),(60089,1458,'_order_version','6.9.2'),(60090,1458,'_prices_include_tax','no'),(60091,1458,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(60092,1458,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(60093,1458,'is_vat_exempt','no'),(60094,1458,'_edit_lock','1664389104:2'),(60095,1458,'_edit_last','2'),(60096,1458,'_recorded_coupon_usage_counts','yes'),(60097,1457,'_edit_lock','1665430508:2'),(60098,1420,'Payment type','instant'),(60099,1420,'_paypal_status','completed'),(60100,1420,'_transaction_id','7TE795442X533292T'),(60101,1420,'PayPal Transaction Fee','33.39'),(60102,1420,'_date_paid','1663778876'),(60103,1420,'_paid_date','2022-09-21 16:47:56'),(60104,1420,'_download_permissions_granted','yes'),(60105,1420,'_recorded_sales','yes'),(60106,1420,'_order_stock_reduced','yes'),(60107,1420,'_new_order_email_sent','true'),(60109,1459,'_order_key','wc_order_uKXkjRFYf9rUZ'),(60110,1459,'_customer_user','28'),(60111,1459,'_payment_method','paypal'),(60112,1459,'_payment_method_title','PayPal'),(60113,1459,'_customer_ip_address','172.115.255.171'),(60114,1459,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60115,1459,'_created_via','checkout'),(60116,1459,'_cart_hash','ed4d357906737c96b687da0b92ecd7a6'),(60117,1459,'_billing_first_name','Kelli'),(60118,1459,'_billing_last_name','Washington'),(60119,1459,'_billing_company','Lice Clinics of America - Temecula'),(60120,1459,'_billing_address_1','2438 Bear Rock Gln'),(60121,1459,'_billing_city','Escondido'),(60122,1459,'_billing_state','CA'),(60123,1459,'_billing_postcode','92026'),(60124,1459,'_billing_country','US'),(60125,1459,'_billing_email','info@liceclinicstemecula.com'),(60126,1459,'_billing_phone','7606255580'),(60127,1459,'_shipping_first_name','Kelli'),(60128,1459,'_shipping_last_name','Washington'),(60129,1459,'_shipping_company','Lice Clinics of America - Temecula'),(60130,1459,'_shipping_address_1','2438 Bear Rock Gln'),(60131,1459,'_shipping_city','Escondido'),(60132,1459,'_shipping_state','CA'),(60133,1459,'_shipping_postcode','92026'),(60134,1459,'_shipping_country','US'),(60135,1459,'_order_currency','USD'),(60136,1459,'_cart_discount','0'),(60137,1459,'_cart_discount_tax','0'),(60138,1459,'_order_shipping','34.12'),(60139,1459,'_order_shipping_tax','0'),(60140,1459,'_order_tax','0'),(60141,1459,'_order_total','271.72'),(60142,1459,'_order_version','6.9.2'),(60143,1459,'_prices_include_tax','no'),(60144,1459,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(60145,1459,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(60146,1459,'is_vat_exempt','no'),(60147,1459,'Payment type','instant'),(60148,1459,'_paypal_status','completed'),(60149,1459,'_transaction_id','3SU3528185383591M'),(60150,1459,'PayPal Transaction Fee','9.97'),(60151,1459,'_date_paid','1663779114'),(60152,1459,'_paid_date','2022-09-21 16:51:54'),(60153,1459,'_download_permissions_granted','yes'),(60154,1459,'_recorded_sales','yes'),(60155,1459,'_recorded_coupon_usage_counts','yes'),(60156,1459,'_order_stock_reduced','yes'),(60157,1459,'_new_order_email_sent','true'),(60158,1460,'_order_key','wc_order_A5UXsDhpmWMGa'),(60159,1460,'_customer_user','50'),(60160,1460,'_payment_method','paypal'),(60161,1460,'_payment_method_title','PayPal'),(60162,1460,'_customer_ip_address','73.126.237.59'),(60163,1460,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42'),(60164,1460,'_created_via','checkout'),(60165,1460,'_cart_hash','93e0818570a1217b99b337359b2fbae7'),(60166,1460,'_billing_first_name','Christine'),(60167,1460,'_billing_last_name','Cherry'),(60168,1460,'_billing_company','NITS END'),(60169,1460,'_billing_address_1','PO BOX 1092'),(60170,1460,'_billing_city','Campton'),(60171,1460,'_billing_state','NH'),(60172,1460,'_billing_postcode','03223'),(60173,1460,'_billing_country','US'),(60174,1460,'_billing_email','info@liceclinicsplaistow.com'),(60175,1460,'_billing_phone','16034983390'),(60176,1460,'_shipping_first_name','Latasha'),(60177,1460,'_shipping_last_name','Harrington'),(60178,1460,'_shipping_company','Nits End'),(60179,1460,'_shipping_address_1','245 Pond Rd'),(60180,1460,'_shipping_city','Bridgton'),(60181,1460,'_shipping_state','ME'),(60182,1460,'_shipping_postcode','04009-1311'),(60183,1460,'_shipping_country','US'),(60184,1460,'_order_currency','USD'),(60185,1460,'_cart_discount','0'),(60186,1460,'_cart_discount_tax','0'),(60187,1460,'_order_shipping','66.77'),(60188,1460,'_order_shipping_tax','0'),(60189,1460,'_order_tax','0'),(60190,1460,'_order_total','491.09'),(60191,1460,'_order_version','6.9.2'),(60192,1460,'_prices_include_tax','no'),(60193,1460,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(60194,1460,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009-1311 US '),(60195,1460,'is_vat_exempt','no'),(60196,1461,'_order_key','wc_order_XYSnE3jAuELQv'),(60197,1461,'_customer_user','60'),(60198,1461,'_payment_method','paypal'),(60199,1461,'_payment_method_title','PayPal'),(60200,1461,'_customer_ip_address','98.193.14.84'),(60201,1461,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(60202,1461,'_created_via','checkout'),(60203,1461,'_cart_hash','3ef9e5e265d0f02e31de138c9c881596'),(60204,1461,'_billing_first_name','Jill'),(60205,1461,'_billing_last_name','Leshtz'),(60206,1461,'_billing_company','Lice clinics of America-North Shore'),(60207,1461,'_billing_address_1','1580 Lancelot Avenue'),(60208,1461,'_billing_city','Highland park'),(60209,1461,'_billing_state','IL'),(60210,1461,'_billing_postcode','60035'),(60211,1461,'_billing_country','US'),(60212,1461,'_billing_email','jleshtz@gmail.com'),(60213,1461,'_billing_phone','8473639001'),(60214,1461,'_shipping_first_name','Jill'),(60215,1461,'_shipping_last_name','Leshtz'),(60216,1461,'_shipping_company','Lice clinics of America-North Shore'),(60217,1461,'_shipping_address_1','1580 Lancelot Avenue'),(60218,1461,'_shipping_city','Highland park'),(60219,1461,'_shipping_state','IL'),(60220,1461,'_shipping_postcode','60035'),(60221,1461,'_shipping_country','US'),(60222,1461,'_order_currency','USD'),(60223,1461,'_cart_discount','0'),(60224,1461,'_cart_discount_tax','0'),(60225,1461,'_order_shipping','14.34'),(60226,1461,'_order_shipping_tax','0'),(60227,1461,'_order_tax','0'),(60228,1461,'_order_total','14.34'),(60229,1461,'_order_version','6.9.2'),(60230,1461,'_prices_include_tax','no'),(60231,1461,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(60232,1461,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(60233,1461,'is_vat_exempt','no'),(60274,1460,'_edit_lock','1664990815:2'),(60275,1460,'_edit_last','2'),(60276,1460,'_recorded_coupon_usage_counts','yes'),(60277,1420,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205929\";s:12:\"date_shipped\";s:10:\"1663804800\";s:11:\"tracking_id\";s:32:\"80b7a1333df97e50cbdf3c1a81b7de51\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205918\";s:12:\"date_shipped\";i:1663856943;s:11:\"tracking_id\";s:32:\"7911fe1c8d2e1f6699152b5960a404f4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205907\";s:12:\"date_shipped\";i:1663856950;s:11:\"tracking_id\";s:32:\"5e8d316c1edafe8896c2b08f17e15492\";}}'),(60278,1420,'_date_completed','1663856953'),(60279,1420,'_completed_date','2022-09-22 14:29:13'),(60280,1459,'_edit_lock','1663857087:2'),(60281,1459,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205892\";s:12:\"date_shipped\";s:10:\"1663804800\";s:11:\"tracking_id\";s:32:\"04ffe35464afbc3f67d859d3f7fb3299\";}}'),(60282,1459,'_edit_last','2'),(60283,1459,'_date_completed','1663857087'),(60284,1459,'_completed_date','2022-09-22 14:31:27'),(60285,1461,'_edit_lock','1663960796:2'),(60286,1461,'_edit_last','2'),(60287,1461,'_recorded_coupon_usage_counts','yes'),(60288,1461,'Payment type','instant'),(60289,1461,'_paypal_status','completed'),(60290,1461,'_transaction_id','2E345630FS520710K'),(60291,1461,'PayPal Transaction Fee','0.99'),(60292,1461,'_date_paid','1663864471'),(60293,1461,'_paid_date','2022-09-22 16:34:31'),(60294,1461,'_download_permissions_granted','yes'),(60295,1461,'_recorded_sales','yes'),(60296,1461,'_order_stock_reduced','yes'),(60297,1461,'_new_order_email_sent','true'),(60298,1464,'_order_key','wc_order_PJeJuFLUoaz26'),(60299,1464,'_customer_user','66'),(60300,1464,'_payment_method','paypal'),(60301,1464,'_payment_method_title','PayPal'),(60302,1464,'_customer_ip_address','69.250.30.77'),(60303,1464,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60304,1464,'_created_via','checkout'),(60305,1464,'_cart_hash','6b693d9372941a0e0fd5c8ca09b0c036'),(60306,1464,'_billing_first_name','Mark'),(60307,1464,'_billing_last_name','Dent'),(60308,1464,'_billing_company','Lice Clinics of Maryland'),(60309,1464,'_billing_address_1','801 W 33rd Street'),(60310,1464,'_billing_city','BAltimore'),(60311,1464,'_billing_state','MD'),(60312,1464,'_billing_postcode','21211'),(60313,1464,'_billing_country','US'),(60314,1464,'_billing_email','info@liceclinicsofmaryland.com'),(60315,1464,'_billing_phone','4438349991'),(60316,1464,'_shipping_first_name','Dawn'),(60317,1464,'_shipping_last_name','Mumaw'),(60318,1464,'_shipping_company','LCA Baltimore'),(60319,1464,'_shipping_address_1','604 Providence Road'),(60320,1464,'_shipping_city','Towson'),(60321,1464,'_shipping_state','MD'),(60322,1464,'_shipping_postcode','21286'),(60323,1464,'_shipping_country','US'),(60324,1464,'_order_currency','USD'),(60325,1464,'_cart_discount','0'),(60326,1464,'_cart_discount_tax','0'),(60327,1464,'_order_shipping','0'),(60328,1464,'_order_shipping_tax','0'),(60329,1464,'_order_tax','0'),(60330,1464,'_order_total','1356.00'),(60331,1464,'_order_version','6.9.2'),(60332,1464,'_prices_include_tax','no'),(60333,1464,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(60334,1464,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(60335,1464,'is_vat_exempt','no'),(60336,1464,'Payment type','instant'),(60337,1464,'_paypal_status','completed'),(60338,1464,'_transaction_id','42L88832UD665013L'),(60339,1464,'PayPal Transaction Fee','47.81'),(60340,1464,'_date_paid','1663879787'),(60341,1464,'_paid_date','2022-09-22 20:49:47'),(60342,1464,'_download_permissions_granted','yes'),(60343,1464,'_recorded_sales','yes'),(60344,1464,'_recorded_coupon_usage_counts','yes'),(60345,1464,'_order_stock_reduced','yes'),(60346,1464,'_new_order_email_sent','true'),(60347,1465,'_order_key','wc_order_yFp5TQ3yZftgh'),(60348,1465,'_customer_user','3'),(60349,1465,'_payment_method','paypal'),(60350,1465,'_payment_method_title','PayPal'),(60351,1465,'_customer_ip_address','70.142.202.154'),(60352,1465,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60353,1465,'_created_via','checkout'),(60354,1465,'_cart_hash','ce4d8eab8888befb929051453e5c2ad6'),(60355,1465,'_billing_first_name','AMANDA'),(60356,1465,'_billing_last_name','Westerman'),(60357,1465,'_billing_company','Lice Clinics of America'),(60358,1465,'_billing_address_1','1709 Damian Way'),(60359,1465,'_billing_city','Richardson'),(60360,1465,'_billing_state','TX'),(60361,1465,'_billing_postcode','75081'),(60362,1465,'_billing_country','US'),(60363,1465,'_billing_email','awesterman1103@gmail.com'),(60364,1465,'_billing_phone','12144175741'),(60365,1465,'_shipping_first_name','AMANDA'),(60366,1465,'_shipping_last_name','Westerman'),(60367,1465,'_shipping_company','Lice Clinics of America'),(60368,1465,'_shipping_address_1','1709 Damian Way'),(60369,1465,'_shipping_city','Richardson'),(60370,1465,'_shipping_state','TX'),(60371,1465,'_shipping_postcode','75081'),(60372,1465,'_shipping_country','US'),(60373,1465,'_order_currency','USD'),(60374,1465,'_cart_discount','0'),(60375,1465,'_cart_discount_tax','0'),(60376,1465,'_order_shipping','0'),(60377,1465,'_order_shipping_tax','0'),(60378,1465,'_order_tax','0'),(60379,1465,'_order_total','1748.70'),(60380,1465,'_order_version','6.9.2'),(60381,1465,'_prices_include_tax','no'),(60382,1465,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(60383,1465,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(60384,1465,'is_vat_exempt','no'),(60385,1465,'Payment type','instant'),(60386,1465,'_paypal_status','completed'),(60387,1465,'_transaction_id','4WX039708T675502S'),(60388,1465,'PayPal Transaction Fee','61.52'),(60389,1465,'_date_paid','1663949174'),(60390,1465,'_paid_date','2022-09-23 16:06:14'),(60391,1465,'_download_permissions_granted','yes'),(60392,1465,'_recorded_sales','yes'),(60393,1465,'_recorded_coupon_usage_counts','yes'),(60394,1465,'_order_stock_reduced','yes'),(60395,1465,'_new_order_email_sent','true'),(60396,1461,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206010\";s:12:\"date_shipped\";s:10:\"1663891200\";s:11:\"tracking_id\";s:32:\"b2a30107e615b3469fb6279c38b1f9fb\";}}'),(60397,1461,'_date_completed','1663960928'),(60398,1461,'_completed_date','2022-09-23 19:22:08'),(60399,1466,'_order_key','wc_order_OJyDSOaAYZcfC'),(60400,1466,'_customer_user','78'),(60401,1466,'_payment_method','paypal'),(60402,1466,'_payment_method_title','PayPal'),(60403,1466,'_customer_ip_address','172.58.229.107'),(60404,1466,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(60405,1466,'_created_via','checkout'),(60406,1466,'_cart_hash','45cf32f745fa58aff09f5379e4fee690'),(60407,1466,'_billing_first_name','Richard'),(60408,1466,'_billing_last_name','Florsheim'),(60409,1466,'_billing_company','Licura'),(60410,1466,'_billing_address_1','3827 w fairway heights dr'),(60411,1466,'_billing_city','Mequon'),(60412,1466,'_billing_state','NY'),(60413,1466,'_billing_postcode','53092'),(60414,1466,'_billing_country','US'),(60415,1466,'_billing_email','tara@liceclinicslongIsland.com'),(60416,1466,'_billing_phone','5619006382'),(60417,1466,'_shipping_first_name','Tara'),(60418,1466,'_shipping_last_name','Johnson'),(60419,1466,'_shipping_company','LCA'),(60420,1466,'_shipping_address_1','599 west Hartsdale ave'),(60421,1466,'_shipping_address_2','Ste 203'),(60422,1466,'_shipping_city','White plains'),(60423,1466,'_shipping_state','NY'),(60424,1466,'_shipping_postcode','10607'),(60425,1466,'_shipping_country','US'),(60426,1466,'_order_currency','USD'),(60427,1466,'_cart_discount','0'),(60428,1466,'_cart_discount_tax','0'),(60429,1466,'_order_shipping','12.5'),(60430,1466,'_order_shipping_tax','0'),(60431,1466,'_order_tax','0'),(60432,1466,'_order_total','170.90'),(60433,1466,'_order_version','6.9.2'),(60434,1466,'_prices_include_tax','no'),(60435,1466,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(60436,1466,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(60437,1466,'is_vat_exempt','no'),(60438,1466,'Payment type','instant'),(60439,1466,'_paypal_status','completed'),(60440,1466,'_transaction_id','7WM898781V796674J'),(60441,1466,'PayPal Transaction Fee','6.45'),(60442,1466,'_date_paid','1663966640'),(60443,1466,'_paid_date','2022-09-23 20:57:20'),(60444,1466,'_download_permissions_granted','yes'),(60445,1466,'_recorded_sales','yes'),(60446,1466,'_recorded_coupon_usage_counts','yes'),(60447,1466,'_order_stock_reduced','yes'),(60448,1466,'_new_order_email_sent','true'),(60449,1467,'_order_key','wc_order_Jddq563qTs5HM'),(60450,1467,'_customer_user','6'),(60451,1467,'_payment_method','paypal'),(60452,1467,'_payment_method_title','PayPal'),(60453,1467,'_customer_ip_address','76.20.84.214'),(60454,1467,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60455,1467,'_created_via','checkout'),(60456,1467,'_cart_hash','cbd2416c6e403d7d416957ce2fee4eb6'),(60457,1467,'_billing_first_name','Amira'),(60458,1467,'_billing_last_name','Purto'),(60459,1467,'_billing_address_1','2628 Acapulco Way'),(60460,1467,'_billing_city','Modesto'),(60461,1467,'_billing_state','CA'),(60462,1467,'_billing_postcode','95355'),(60463,1467,'_billing_country','US'),(60464,1467,'_billing_email','amira77@sbcglobal.net'),(60465,1467,'_billing_phone','2096422061'),(60466,1467,'_shipping_first_name','Amira'),(60467,1467,'_shipping_last_name','Purto'),(60468,1467,'_shipping_address_1','2628 Acapulco Way'),(60469,1467,'_shipping_city','Modesto'),(60470,1467,'_shipping_state','CA'),(60471,1467,'_shipping_postcode','95355'),(60472,1467,'_shipping_country','US'),(60473,1467,'_order_currency','USD'),(60474,1467,'_cart_discount','0'),(60475,1467,'_cart_discount_tax','0'),(60476,1467,'_order_shipping','0'),(60477,1467,'_order_shipping_tax','0'),(60478,1467,'_order_tax','0'),(60479,1467,'_order_total','1524.12'),(60480,1467,'_order_version','6.9.2'),(60481,1467,'_prices_include_tax','no'),(60482,1467,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(60483,1467,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(60484,1467,'is_vat_exempt','no'),(60485,1467,'Payment type','instant'),(60486,1467,'_paypal_status','completed'),(60487,1467,'_transaction_id','8YB43340R1448420H'),(60488,1467,'PayPal Transaction Fee','53.68'),(60489,1467,'_date_paid','1664046577'),(60490,1467,'_paid_date','2022-09-24 19:09:37'),(60491,1467,'_download_permissions_granted','yes'),(60492,1467,'_recorded_sales','yes'),(60493,1467,'_recorded_coupon_usage_counts','yes'),(60494,1467,'_order_stock_reduced','yes'),(60495,1467,'_new_order_email_sent','true'),(60496,1468,'_order_key','wc_order_yfnOgxb7PYfjg'),(60497,1468,'_customer_user','0'),(60498,1468,'_payment_method','paypal'),(60499,1468,'_payment_method_title','PayPal'),(60500,1468,'_customer_ip_address','136.49.57.192'),(60501,1468,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60502,1468,'_created_via','checkout'),(60503,1468,'_cart_hash','cfb257f68612b1e1068f9b9c41f557ca'),(60504,1468,'_billing_first_name','Lee'),(60505,1468,'_billing_last_name','Rogers'),(60506,1468,'_billing_company','United States'),(60507,1468,'_billing_address_1','40 N Interstate 35'),(60508,1468,'_billing_address_2','APT 4B2'),(60509,1468,'_billing_city','Austin'),(60510,1468,'_billing_state','TX'),(60511,1468,'_billing_postcode','78701'),(60512,1468,'_billing_country','US'),(60513,1468,'_billing_email','leerogers@flash.net'),(60514,1468,'_billing_phone','316-727-9951'),(60515,1468,'_shipping_first_name','Kaitlin'),(60516,1468,'_shipping_last_name','Ryan'),(60517,1468,'_shipping_company','LCA Dublin'),(60518,1468,'_shipping_address_1','5910 Wilcox Place'),(60519,1468,'_shipping_address_2','Suite E'),(60520,1468,'_shipping_city','Dublin'),(60521,1468,'_shipping_state','OH'),(60522,1468,'_shipping_postcode','43016'),(60523,1468,'_shipping_country','US'),(60524,1468,'_order_currency','USD'),(60525,1468,'_cart_discount','0'),(60526,1468,'_cart_discount_tax','0'),(60527,1468,'_order_shipping','0'),(60528,1468,'_order_shipping_tax','0'),(60529,1468,'_order_tax','0'),(60530,1468,'_order_total','584.98'),(60531,1468,'_order_version','6.9.2'),(60532,1468,'_prices_include_tax','no'),(60533,1468,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(60534,1468,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(60535,1468,'is_vat_exempt','no'),(60536,1468,'Payment type','instant'),(60537,1468,'_paypal_status','completed'),(60538,1468,'_transaction_id','45T8816826209043C'),(60539,1468,'PayPal Transaction Fee','20.91'),(60540,1468,'_date_paid','1664053676'),(60541,1468,'_paid_date','2022-09-24 21:07:56'),(60542,1468,'_download_permissions_granted','yes'),(60543,1468,'_recorded_sales','yes'),(60544,1468,'_recorded_coupon_usage_counts','yes'),(60545,1468,'_order_stock_reduced','yes'),(60546,1468,'_new_order_email_sent','true'),(60547,1465,'_edit_lock','1664203120:2'),(60548,1465,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206123\";s:12:\"date_shipped\";s:10:\"1664150400\";s:11:\"tracking_id\";s:32:\"1873bdb5eed84bef56c460a7cb186180\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206112\";s:12:\"date_shipped\";i:1664203169;s:11:\"tracking_id\";s:32:\"2c2a498e5b4f62e72ac13a24a5040f98\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206101\";s:12:\"date_shipped\";i:1664203176;s:11:\"tracking_id\";s:32:\"3a692ec2130a499a92c2c616f28f6dab\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206097\";s:12:\"date_shipped\";i:1664203184;s:11:\"tracking_id\";s:32:\"303af5afc8a2a4a6e79c5030901afb08\";}}'),(60549,1465,'_edit_last','2'),(60550,1465,'_date_completed','1664203187'),(60551,1465,'_completed_date','2022-09-26 14:39:47'),(60552,1464,'_edit_lock','1664203586:2'),(60553,1464,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206064\";s:12:\"date_shipped\";s:10:\"1664150400\";s:11:\"tracking_id\";s:32:\"cabb2a4872520e106fccc00c844e3649\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206053\";s:12:\"date_shipped\";i:1664203300;s:11:\"tracking_id\";s:32:\"64a7ad42aa8507f445f47c09fbdc2941\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206042\";s:12:\"date_shipped\";i:1664203308;s:11:\"tracking_id\";s:32:\"f07b28225062dcbe78ea3e9ca7fa6859\";}}'),(60554,1464,'_edit_last','2'),(60555,1464,'_date_completed','1664203312'),(60556,1464,'_completed_date','2022-09-26 14:41:52'),(60557,1466,'_edit_lock','1664222985:2'),(60558,1466,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206204\";s:12:\"date_shipped\";i:1664216798;s:11:\"tracking_id\";s:32:\"e74179fb7e6dcbd5db7d542bb7edaa8f\";}}'),(60559,1466,'_edit_last','2'),(60560,1466,'_date_completed','1664216803'),(60561,1466,'_completed_date','2022-09-26 18:26:43'),(60562,1469,'_order_key','wc_order_fQyil7hXGAtaW'),(60563,1469,'_customer_user','21'),(60564,1469,'_payment_method','paypal'),(60565,1469,'_payment_method_title','PayPal'),(60566,1469,'_customer_ip_address','173.216.41.31'),(60567,1469,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5195.127 Safari/537.36'),(60568,1469,'_created_via','checkout'),(60569,1469,'_cart_hash','45986fe896927c80030102de69caf2dc'),(60570,1469,'_billing_first_name','LCA'),(60571,1469,'_billing_last_name','Arkansas'),(60572,1469,'_billing_company','LCA - Central Arkansas'),(60573,1469,'_billing_address_1','1011 N. 2nd St., Ste. D'),(60574,1469,'_billing_city','Cabot'),(60575,1469,'_billing_state','AR'),(60576,1469,'_billing_postcode','72023'),(60577,1469,'_billing_country','US'),(60578,1469,'_billing_email','liceclinicslittlerock@gmail.com'),(60579,1469,'_billing_phone','15014249396'),(60580,1469,'_shipping_first_name','LCA'),(60581,1469,'_shipping_last_name','Arkansas'),(60582,1469,'_shipping_company','LCA - Central Arkansas'),(60583,1469,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(60584,1469,'_shipping_city','Cabot'),(60585,1469,'_shipping_state','AR'),(60586,1469,'_shipping_postcode','72023'),(60587,1469,'_shipping_country','US'),(60588,1469,'_order_currency','USD'),(60589,1469,'_cart_discount','0'),(60590,1469,'_cart_discount_tax','0'),(60591,1469,'_order_shipping','0'),(60592,1469,'_order_shipping_tax','0'),(60593,1469,'_order_tax','0'),(60594,1469,'_order_total','575.18'),(60595,1469,'_order_version','6.9.2'),(60596,1469,'_prices_include_tax','no'),(60597,1469,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(60598,1469,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(60599,1469,'is_vat_exempt','no'),(60600,1469,'Payment type','instant'),(60601,1469,'_paypal_status','completed'),(60602,1469,'_transaction_id','06J60348C9940124V'),(60603,1469,'PayPal Transaction Fee','20.56'),(60604,1469,'_date_paid','1664221468'),(60605,1469,'_paid_date','2022-09-26 19:44:28'),(60606,1469,'_download_permissions_granted','yes'),(60607,1469,'_recorded_sales','yes'),(60608,1469,'_recorded_coupon_usage_counts','yes'),(60609,1469,'_order_stock_reduced','yes'),(60610,1469,'_new_order_email_sent','true'),(60611,1467,'_edit_lock','1664223088:2'),(60612,1467,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206292\";s:12:\"date_shipped\";s:10:\"1664150400\";s:11:\"tracking_id\";s:32:\"0245fcf732e1d34532b3140acfb78922\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206281\";s:12:\"date_shipped\";i:1664223178;s:11:\"tracking_id\";s:32:\"6b4eb0f5cfd49c01060b298fb36a913a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206270\";s:12:\"date_shipped\";i:1664223186;s:11:\"tracking_id\";s:32:\"051ba92b9c5eb8dc02fea6b17872e6c5\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206260\";s:12:\"date_shipped\";i:1664223193;s:11:\"tracking_id\";s:32:\"8d2653b221ec51238e18c99aa341db29\";}}'),(60613,1467,'_edit_last','2'),(60614,1467,'_date_completed','1664223197'),(60615,1467,'_completed_date','2022-09-26 20:13:17'),(60616,1441,'_edit_lock','1665430478:2'),(60617,1441,'_edit_last','2'),(60618,1441,'_recorded_coupon_usage_counts','yes'),(60619,1441,'Payment type','instant'),(60620,1441,'_paypal_status','completed'),(60621,1441,'_transaction_id','55Y30847WN1790159'),(60622,1441,'PayPal Transaction Fee','0.99'),(60623,1441,'_date_paid','1664296915'),(60624,1441,'_paid_date','2022-09-27 16:41:55'),(60625,1441,'_download_permissions_granted','yes'),(60626,1441,'_recorded_sales','yes'),(60627,1441,'_order_stock_reduced','yes'),(60628,1441,'_new_order_email_sent','true'),(60629,1469,'_edit_lock','1664306940:2'),(60630,1469,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206373\";s:12:\"date_shipped\";s:10:\"1664236800\";s:11:\"tracking_id\";s:32:\"d97c1f048b14e1c6249a4ae1e4ac81a3\";}}'),(60631,1469,'_edit_last','2'),(60632,1469,'_date_completed','1664298669'),(60633,1469,'_completed_date','2022-09-27 17:11:09'),(60634,1458,'Payment type','instant'),(60635,1458,'_paypal_status','completed'),(60636,1458,'_transaction_id','6TV30747H6666232H'),(60637,1458,'PayPal Transaction Fee','39.99'),(60638,1458,'_date_paid','1664311128'),(60639,1458,'_paid_date','2022-09-27 20:38:48'),(60640,1458,'_download_permissions_granted','yes'),(60641,1458,'_recorded_sales','yes'),(60642,1458,'_order_stock_reduced','yes'),(60643,1458,'_new_order_email_sent','true'),(60644,1470,'_order_key','wc_order_OQpR2fD1TVqr6'),(60645,1470,'_customer_user','76'),(60646,1470,'_payment_method','paypal'),(60647,1470,'_payment_method_title','PayPal'),(60648,1470,'_customer_ip_address','73.126.87.181'),(60649,1470,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(60650,1470,'_created_via','checkout'),(60651,1470,'_cart_hash','9a0456e890867bea1a02c0ba3c8fea4c'),(60652,1470,'_billing_first_name','Naomi'),(60653,1470,'_billing_last_name','Golden'),(60654,1470,'_billing_address_1','31 Mann Ave'),(60655,1470,'_billing_city','Needham'),(60656,1470,'_billing_state','MA'),(60657,1470,'_billing_postcode','02492'),(60658,1470,'_billing_country','US'),(60659,1470,'_billing_email','nrgolden6486@gmail.com'),(60660,1470,'_billing_phone','617-851-1322'),(60661,1470,'_shipping_first_name','Naomi'),(60662,1470,'_shipping_last_name','Golden'),(60663,1470,'_shipping_company','Lice Aunties'),(60664,1470,'_shipping_address_1','1234 Chestnut Street'),(60665,1470,'_shipping_city','Newton'),(60666,1470,'_shipping_state','MA'),(60667,1470,'_shipping_postcode','02464'),(60668,1470,'_shipping_country','US'),(60669,1470,'_order_currency','USD'),(60670,1470,'_cart_discount','0'),(60671,1470,'_cart_discount_tax','0'),(60672,1470,'_order_shipping','0'),(60673,1470,'_order_shipping_tax','0'),(60674,1470,'_order_tax','0'),(60675,1470,'_order_total','588.96'),(60676,1470,'_order_version','6.9.2'),(60677,1470,'_prices_include_tax','no'),(60678,1470,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(60679,1470,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(60680,1470,'is_vat_exempt','no'),(60681,1470,'_edit_lock','1664487279:2'),(60682,1470,'_edit_last','2'),(60683,1470,'_recorded_coupon_usage_counts','yes'),(60684,1470,'Payment type','instant'),(60685,1470,'_paypal_status','completed'),(60686,1470,'_transaction_id','66G84092FN281922B'),(60687,1470,'PayPal Transaction Fee','21.04'),(60688,1470,'_date_paid','1664388903'),(60689,1470,'_paid_date','2022-09-28 18:15:03'),(60690,1470,'_download_permissions_granted','yes'),(60691,1470,'_recorded_sales','yes'),(60692,1470,'_order_stock_reduced','yes'),(60693,1470,'_new_order_email_sent','true'),(60694,1458,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206660\";s:12:\"date_shipped\";s:10:\"1664323200\";s:11:\"tracking_id\";s:32:\"dffcc8c03feb5bb09aed088aa2f96f5d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206650\";s:12:\"date_shipped\";i:1664389160;s:11:\"tracking_id\";s:32:\"9a444fff32f1c8f89ec9bce7b58fb5bb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206649\";s:12:\"date_shipped\";i:1664389164;s:11:\"tracking_id\";s:32:\"8fcc2c68924843a21b0c5c537f956cdb\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206638\";s:12:\"date_shipped\";i:1664389171;s:11:\"tracking_id\";s:32:\"512429842b0536544d42f1fa6643b59f\";}}'),(60695,1458,'_date_completed','1664389195'),(60696,1458,'_completed_date','2022-09-28 18:19:55'),(60697,1471,'_order_key','wc_order_I4CgnRwfuugzo'),(60698,1471,'_customer_user','26'),(60699,1471,'_payment_method','paypal'),(60700,1471,'_payment_method_title','PayPal'),(60701,1471,'_customer_ip_address','68.126.201.125'),(60702,1471,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60703,1471,'_created_via','checkout'),(60704,1471,'_cart_hash','c41834952e6823739317a22a8b626027'),(60705,1471,'_billing_first_name','Andrew'),(60706,1471,'_billing_last_name','Crumrine'),(60707,1471,'_billing_address_1','3537 Stevens Way'),(60708,1471,'_billing_city','Augusta'),(60709,1471,'_billing_state','GA'),(60710,1471,'_billing_postcode','30907'),(60711,1471,'_billing_country','US'),(60712,1471,'_billing_email','augustagalice@gmail.com'),(60713,1471,'_billing_phone','7063064588'),(60714,1471,'_shipping_first_name','Andrew'),(60715,1471,'_shipping_last_name','Crumrine'),(60716,1471,'_shipping_address_1','3537 Stevens Way'),(60717,1471,'_shipping_city','Augusta'),(60718,1471,'_shipping_state','GA'),(60719,1471,'_shipping_postcode','30907'),(60720,1471,'_shipping_country','US'),(60721,1471,'_order_currency','USD'),(60722,1471,'_cart_discount','0'),(60723,1471,'_cart_discount_tax','0'),(60724,1471,'_order_shipping','13.8'),(60725,1471,'_order_shipping_tax','0'),(60726,1471,'_order_tax','0'),(60727,1471,'_order_total','349.32'),(60728,1471,'_order_version','6.9.2'),(60729,1471,'_prices_include_tax','no'),(60730,1471,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(60731,1471,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(60732,1471,'is_vat_exempt','no'),(60733,1471,'_edit_lock','1664824311:2'),(60734,1471,'_edit_last','2'),(60735,1471,'_recorded_coupon_usage_counts','yes'),(60736,1470,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206741\";s:12:\"date_shipped\";s:10:\"1664409600\";s:11:\"tracking_id\";s:32:\"d36d6ff24e4ab767dd23b702f779d666\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206730\";s:12:\"date_shipped\";i:1664487391;s:11:\"tracking_id\";s:32:\"bc157afa8a1073616b458587db921ace\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206720\";s:12:\"date_shipped\";i:1664487400;s:11:\"tracking_id\";s:32:\"3275d0a730d3e1559ae90d2b725cff06\";}}'),(60737,1470,'_date_completed','1664487403'),(60738,1470,'_completed_date','2022-09-29 21:36:43'),(60739,1473,'_order_key','wc_order_y2lU5hpCQ8IG1'),(60740,1473,'_customer_user','47'),(60741,1473,'_payment_method','paypal'),(60742,1473,'_payment_method_title','PayPal'),(60743,1473,'_customer_ip_address','72.177.241.58'),(60744,1473,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60745,1473,'_created_via','checkout'),(60746,1473,'_cart_hash','fcfc68ebf118b5e8e714feda72db61a0'),(60747,1473,'_billing_first_name','Tracy'),(60748,1473,'_billing_last_name','Copeland'),(60749,1473,'_billing_company','LCA SA WEST'),(60750,1473,'_billing_address_1','14223 Silverhollow'),(60751,1473,'_billing_city','San Antonio'),(60752,1473,'_billing_state','TX'),(60753,1473,'_billing_postcode','78232'),(60754,1473,'_billing_country','US'),(60755,1473,'_billing_email','info@liceclinicsofsanantonio.com'),(60756,1473,'_billing_phone','2103135033'),(60757,1473,'_shipping_first_name','Tracy'),(60758,1473,'_shipping_last_name','Copeland'),(60759,1473,'_shipping_company','LCA SA WEST'),(60760,1473,'_shipping_address_1','14223 Silverhollow'),(60761,1473,'_shipping_city','San Antonio'),(60762,1473,'_shipping_state','TX'),(60763,1473,'_shipping_postcode','78232'),(60764,1473,'_shipping_country','US'),(60765,1473,'_order_currency','USD'),(60766,1473,'_cart_discount','0'),(60767,1473,'_cart_discount_tax','0'),(60768,1473,'_order_shipping','0'),(60769,1473,'_order_shipping_tax','0'),(60770,1473,'_order_tax','0'),(60771,1473,'_order_total','515.14'),(60772,1473,'_order_version','6.9.2'),(60773,1473,'_prices_include_tax','no'),(60774,1473,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(60775,1473,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(60776,1473,'is_vat_exempt','no'),(60777,1473,'Payment type','instant'),(60778,1473,'_paypal_status','completed'),(60779,1473,'_transaction_id','13Y752796K300910P'),(60780,1473,'PayPal Transaction Fee','18.47'),(60781,1473,'_date_paid','1664564569'),(60782,1473,'_paid_date','2022-09-30 19:02:49'),(60783,1473,'_download_permissions_granted','yes'),(60784,1473,'_recorded_sales','yes'),(60785,1473,'_recorded_coupon_usage_counts','yes'),(60786,1473,'_order_stock_reduced','yes'),(60787,1473,'_new_order_email_sent','true'),(60788,1474,'_order_key','wc_order_FKJZSxABsokug'),(60789,1474,'_customer_user','78'),(60790,1474,'_payment_method','paypal'),(60791,1474,'_payment_method_title','PayPal'),(60792,1474,'_customer_ip_address','100.2.177.114'),(60793,1474,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(60794,1474,'_created_via','checkout'),(60795,1474,'_cart_hash','04dbdbdc14cb175de7e0acb79b3cf45b'),(60796,1474,'_billing_first_name','Richard'),(60797,1474,'_billing_last_name','Florsheim'),(60798,1474,'_billing_company','Licura'),(60799,1474,'_billing_address_1','3827 w fairway heights dr'),(60800,1474,'_billing_city','Mequon'),(60801,1474,'_billing_state','NY'),(60802,1474,'_billing_postcode','53092'),(60803,1474,'_billing_country','US'),(60804,1474,'_billing_email','tara@liceclinicslongIsland.com'),(60805,1474,'_billing_phone','5619006382'),(60806,1474,'_shipping_first_name','Tara'),(60807,1474,'_shipping_last_name','Johnson'),(60808,1474,'_shipping_company','LCA'),(60809,1474,'_shipping_address_1','599 west Hartsdale ave'),(60810,1474,'_shipping_address_2','Ste 203'),(60811,1474,'_shipping_city','White plains'),(60812,1474,'_shipping_state','NY'),(60813,1474,'_shipping_postcode','10607'),(60814,1474,'_shipping_country','US'),(60815,1474,'_order_currency','USD'),(60816,1474,'_cart_discount','0'),(60817,1474,'_cart_discount_tax','0'),(60818,1474,'_order_shipping','57.25'),(60819,1474,'_order_shipping_tax','0'),(60820,1474,'_order_tax','0'),(60821,1474,'_order_total','57.25'),(60822,1474,'_order_version','6.9.2'),(60823,1474,'_prices_include_tax','no'),(60824,1474,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(60825,1474,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave Ste 203 White plains NY 10607 US '),(60826,1474,'is_vat_exempt','no'),(60827,1474,'_edit_lock','1664824606:2'),(60828,1474,'_edit_last','2'),(60829,1474,'_recorded_coupon_usage_counts','yes'),(60830,1474,'Payment type','instant'),(60831,1474,'_paypal_status','completed'),(60832,1474,'_transaction_id','3WX38626UK1607943'),(60833,1474,'PayPal Transaction Fee','2.49'),(60834,1474,'_date_paid','1664801957'),(60835,1474,'_paid_date','2022-10-03 12:59:17'),(60836,1474,'_download_permissions_granted','yes'),(60837,1474,'_recorded_sales','yes'),(60838,1474,'_order_stock_reduced','yes'),(60839,1474,'_new_order_email_sent','true'),(60840,1475,'_order_key','wc_order_pCrs2tfpKOt8U'),(60841,1475,'_customer_user','78'),(60842,1475,'_payment_method','paypal'),(60843,1475,'_payment_method_title','PayPal'),(60844,1475,'_customer_ip_address','172.58.230.222'),(60845,1475,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(60846,1475,'_created_via','checkout'),(60847,1475,'_cart_hash','a0d371da5637b7d3d21d3b5645d24c8f'),(60848,1475,'_billing_first_name','Richard'),(60849,1475,'_billing_last_name','Florsheim'),(60850,1475,'_billing_company','Licura'),(60851,1475,'_billing_address_1','3827 w fairway heights dr'),(60852,1475,'_billing_city','Mequon'),(60853,1475,'_billing_state','NY'),(60854,1475,'_billing_postcode','53092'),(60855,1475,'_billing_country','US'),(60856,1475,'_billing_email','tara@liceclinicslongIsland.com'),(60857,1475,'_billing_phone','5619006382'),(60858,1475,'_shipping_first_name','Tara'),(60859,1475,'_shipping_last_name','Johnson'),(60860,1475,'_shipping_company','LCA'),(60861,1475,'_shipping_address_1','2330 Faye Ct'),(60862,1475,'_shipping_city','Merrick'),(60863,1475,'_shipping_state','NY'),(60864,1475,'_shipping_postcode','11566'),(60865,1475,'_shipping_country','US'),(60866,1475,'_order_currency','USD'),(60867,1475,'_cart_discount','0'),(60868,1475,'_cart_discount_tax','0'),(60869,1475,'_order_shipping','11.54'),(60870,1475,'_order_shipping_tax','0'),(60871,1475,'_order_tax','0'),(60872,1475,'_order_total','11.54'),(60873,1475,'_order_version','6.9.2'),(60874,1475,'_prices_include_tax','no'),(60875,1475,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(60876,1475,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(60877,1475,'is_vat_exempt','no'),(60878,1476,'_order_key','wc_order_zbRfnBZ6m8WKf'),(60879,1476,'_customer_user','26'),(60880,1476,'_payment_method','paypal'),(60881,1476,'_payment_method_title','PayPal'),(60882,1476,'_customer_ip_address','68.126.201.125'),(60883,1476,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(60884,1476,'_created_via','checkout'),(60885,1476,'_cart_hash','68b86acbd548a18c87eb17a5d09a6e20'),(60886,1476,'_billing_first_name','Andrew'),(60887,1476,'_billing_last_name','Crumrine'),(60888,1476,'_billing_address_1','3537 Stevens Way'),(60889,1476,'_billing_city','Augusta'),(60890,1476,'_billing_state','GA'),(60891,1476,'_billing_postcode','30907'),(60892,1476,'_billing_country','US'),(60893,1476,'_billing_email','augustagalice@gmail.com'),(60894,1476,'_billing_phone','7063064588'),(60895,1476,'_shipping_first_name','Andrew'),(60896,1476,'_shipping_last_name','Crumrine'),(60897,1476,'_shipping_address_1','3537 Stevens Way'),(60898,1476,'_shipping_city','Augusta'),(60899,1476,'_shipping_state','GA'),(60900,1476,'_shipping_postcode','30907'),(60901,1476,'_shipping_country','US'),(60902,1476,'_order_currency','USD'),(60903,1476,'_cart_discount','0'),(60904,1476,'_cart_discount_tax','0'),(60905,1476,'_order_shipping','11.81'),(60906,1476,'_order_shipping_tax','0'),(60907,1476,'_order_tax','0'),(60908,1476,'_order_total','302.69'),(60909,1476,'_order_version','6.9.2'),(60910,1476,'_prices_include_tax','no'),(60911,1476,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(60912,1476,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(60913,1476,'is_vat_exempt','no'),(60914,1476,'Payment type','instant'),(60915,1476,'_paypal_status','completed'),(60916,1476,'_transaction_id','42646369WF7117641'),(60917,1476,'PayPal Transaction Fee','11.05'),(60918,1476,'_date_paid','1664809623'),(60919,1476,'_paid_date','2022-10-03 15:07:03'),(60920,1476,'_download_permissions_granted','yes'),(60921,1476,'_recorded_sales','yes'),(60922,1476,'_recorded_coupon_usage_counts','yes'),(60923,1476,'_order_stock_reduced','yes'),(60924,1476,'_new_order_email_sent','true'),(60925,1471,'Payment type','instant'),(60926,1471,'_paypal_status','completed'),(60927,1471,'_transaction_id','0N404941E7424454P'),(60928,1471,'PayPal Transaction Fee','12.68'),(60929,1471,'_date_paid','1664809676'),(60930,1471,'_paid_date','2022-10-03 15:07:56'),(60931,1471,'_download_permissions_granted','yes'),(60932,1471,'_recorded_sales','yes'),(60933,1471,'_order_stock_reduced','yes'),(60934,1471,'_new_order_email_sent','true'),(60935,1471,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207120\";s:12:\"date_shipped\";s:10:\"1664755200\";s:11:\"tracking_id\";s:32:\"2ff8e8698b82131b0be53455c3406d6b\";}}'),(60936,1471,'_date_completed','1664824443'),(60937,1471,'_completed_date','2022-10-03 19:14:03'),(60938,1476,'_edit_lock','1664824566:2'),(60939,1476,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207108\";s:12:\"date_shipped\";s:10:\"1664755200\";s:11:\"tracking_id\";s:32:\"a4a295259f18add54befdfb02ab4facf\";}}'),(60940,1476,'_edit_last','2'),(60941,1476,'_date_completed','1664824694'),(60942,1476,'_completed_date','2022-10-03 19:18:14'),(60943,1474,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207071\";s:12:\"date_shipped\";s:10:\"1664755200\";s:11:\"tracking_id\";s:32:\"bc205e1b6c67c04edc678f8ffcccdd3d\";}}'),(60944,1474,'_date_completed','1664824735'),(60945,1474,'_completed_date','2022-10-03 19:18:55'),(60946,1473,'_edit_lock','1664824743:2'),(60947,1473,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207027\";s:12:\"date_shipped\";s:10:\"1664755200\";s:11:\"tracking_id\";s:32:\"fcfe86d2247f19e1204ad277bfdc4c22\";}}'),(60948,1473,'_edit_last','2'),(60949,1473,'_date_completed','1664824868'),(60950,1473,'_completed_date','2022-10-03 19:21:08'),(60951,1475,'_edit_lock','1664990851:2'),(60952,1475,'_edit_last','2'),(60953,1475,'_recorded_coupon_usage_counts','yes'),(60954,1475,'Payment type','instant'),(60955,1475,'_paypal_status','completed'),(60956,1475,'_transaction_id','75X65484Y5991971F'),(60957,1475,'PayPal Transaction Fee','0.89'),(60958,1475,'_date_paid','1664847509'),(60959,1475,'_paid_date','2022-10-04 01:38:29'),(60960,1475,'_download_permissions_granted','yes'),(60961,1475,'_recorded_sales','yes'),(60962,1475,'_order_stock_reduced','yes'),(60963,1475,'_new_order_email_sent','true'),(60964,1460,'Payment type','instant'),(60965,1460,'_paypal_status','completed'),(60966,1460,'_transaction_id','1NE49920XS066543U'),(60967,1460,'PayPal Transaction Fee','17.63'),(60968,1460,'_date_paid','1664887359'),(60969,1460,'_paid_date','2022-10-04 12:42:39'),(60970,1460,'_download_permissions_granted','yes'),(60971,1460,'_recorded_sales','yes'),(60972,1460,'_order_stock_reduced','yes'),(60973,1460,'_new_order_email_sent','true'),(60974,1477,'_order_key','wc_order_qCOPBaHGARncy'),(60975,1477,'_customer_user','0'),(60976,1477,'_payment_method','paypal'),(60977,1477,'_payment_method_title','PayPal'),(60978,1477,'_customer_ip_address','12.146.254.210'),(60979,1477,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/105.0.5195.147 Mobile/15E148 Safari/604.1'),(60980,1477,'_created_via','checkout'),(60981,1477,'_cart_hash','ae495e068b998637eb7a7d1366f3752c'),(60982,1477,'_billing_first_name','Lee'),(60983,1477,'_billing_last_name','Rogers'),(60984,1477,'_billing_company','United States'),(60985,1477,'_billing_address_1','40 N Interstate 35'),(60986,1477,'_billing_address_2','APT 4B2'),(60987,1477,'_billing_city','Austin'),(60988,1477,'_billing_state','TX'),(60989,1477,'_billing_postcode','78701'),(60990,1477,'_billing_country','US'),(60991,1477,'_billing_email','leerogers@flash.net'),(60992,1477,'_billing_phone','316-727-9951'),(60993,1477,'_shipping_first_name','Kaitlin'),(60994,1477,'_shipping_last_name','Ryan'),(60995,1477,'_shipping_company','LCA Dublin'),(60996,1477,'_shipping_address_1','5910 Wilcox Place'),(60997,1477,'_shipping_address_2','Suite E'),(60998,1477,'_shipping_city','Dublin'),(60999,1477,'_shipping_state','OH'),(61000,1477,'_shipping_postcode','43016'),(61001,1477,'_shipping_country','US'),(61002,1477,'_order_currency','USD'),(61003,1477,'_cart_discount','0'),(61004,1477,'_cart_discount_tax','0'),(61005,1477,'_order_shipping','0'),(61006,1477,'_order_shipping_tax','0'),(61007,1477,'_order_tax','0'),(61008,1477,'_order_total','1129.54'),(61009,1477,'_order_version','6.9.2'),(61010,1477,'_prices_include_tax','no'),(61011,1477,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(61012,1477,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(61013,1477,'is_vat_exempt','no'),(61014,1477,'Payment type','instant'),(61015,1477,'_paypal_status','completed'),(61016,1477,'_transaction_id','6V8430973S6139913'),(61017,1477,'PayPal Transaction Fee','39.91'),(61018,1477,'_date_paid','1664908907'),(61019,1477,'_paid_date','2022-10-04 18:41:47'),(61020,1477,'_download_permissions_granted','yes'),(61021,1477,'_recorded_sales','yes'),(61022,1477,'_recorded_coupon_usage_counts','yes'),(61023,1477,'_order_stock_reduced','yes'),(61024,1477,'_new_order_email_sent','true'),(61025,1478,'_order_key','wc_order_Glgb7hi0g8mBW'),(61026,1478,'_customer_user','0'),(61027,1478,'_payment_method','paypal'),(61028,1478,'_payment_method_title','PayPal'),(61029,1478,'_customer_ip_address','12.146.254.210'),(61030,1478,'_customer_user_agent','Mozilla/5.0 (iPad; CPU OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/105.0.5195.147 Mobile/15E148 Safari/604.1'),(61031,1478,'_created_via','checkout'),(61032,1478,'_cart_hash','343997928571b6b541bdee5cc176e8f6'),(61033,1478,'_billing_first_name','Lee'),(61034,1478,'_billing_last_name','Rogers'),(61035,1478,'_billing_company','United States'),(61036,1478,'_billing_address_1','40 N Interstate 35'),(61037,1478,'_billing_address_2','APT 4B2'),(61038,1478,'_billing_city','Austin'),(61039,1478,'_billing_state','TX'),(61040,1478,'_billing_postcode','78701'),(61041,1478,'_billing_country','US'),(61042,1478,'_billing_email','leerogers@flash.net'),(61043,1478,'_billing_phone','316-727-9951'),(61044,1478,'_shipping_first_name','Kaitlin'),(61045,1478,'_shipping_last_name','Ryan'),(61046,1478,'_shipping_company','LCA Dublin'),(61047,1478,'_shipping_address_1','5910 Wilcox Place'),(61048,1478,'_shipping_address_2','Suite E'),(61049,1478,'_shipping_city','Dublin'),(61050,1478,'_shipping_state','OH'),(61051,1478,'_shipping_postcode','43016'),(61052,1478,'_shipping_country','US'),(61053,1478,'_order_currency','USD'),(61054,1478,'_cart_discount','0'),(61055,1478,'_cart_discount_tax','0'),(61056,1478,'_order_shipping','0'),(61057,1478,'_order_shipping_tax','0'),(61058,1478,'_order_tax','0'),(61059,1478,'_order_total','557.12'),(61060,1478,'_order_version','6.9.2'),(61061,1478,'_prices_include_tax','no'),(61062,1478,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(61063,1478,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(61064,1478,'is_vat_exempt','no'),(61065,1478,'Payment type','instant'),(61066,1478,'_paypal_status','completed'),(61067,1478,'_transaction_id','90T987943N250523V'),(61068,1478,'PayPal Transaction Fee','19.93'),(61069,1478,'_date_paid','1664909058'),(61070,1478,'_paid_date','2022-10-04 18:44:18'),(61071,1478,'_download_permissions_granted','yes'),(61072,1478,'_recorded_sales','yes'),(61073,1478,'_recorded_coupon_usage_counts','yes'),(61074,1478,'_order_stock_reduced','yes'),(61075,1478,'_new_order_email_sent','true'),(61076,1477,'_edit_lock','1664990685:2'),(61077,1477,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207428\";s:12:\"date_shipped\";s:10:\"1664928000\";s:11:\"tracking_id\";s:32:\"8a56b0e090acf634941b6428239eec86\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207417\";s:12:\"date_shipped\";i:1664990809;s:11:\"tracking_id\";s:32:\"33ff2d241b66519c16cab1d4a863e578\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207406\";s:12:\"date_shipped\";i:1664990817;s:11:\"tracking_id\";s:32:\"b2c747bacfd1547ddcce72b10924e594\";}}'),(61078,1477,'_edit_last','2'),(61079,1477,'_date_completed','1664990820'),(61080,1477,'_completed_date','2022-10-05 17:27:00'),(61081,1478,'_edit_lock','1664990729:2'),(61082,1478,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207439\";s:12:\"date_shipped\";s:10:\"1664928000\";s:11:\"tracking_id\";s:32:\"0cfd462f10344a61eb85b7c34fa77e9c\";}}'),(61083,1478,'_edit_last','2'),(61084,1478,'_date_completed','1664990851'),(61085,1478,'_completed_date','2022-10-05 17:27:31'),(61086,1460,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207288\";s:12:\"date_shipped\";s:10:\"1664928000\";s:11:\"tracking_id\";s:32:\"dec968f7291212dd2179358f5db40f15\";}}'),(61087,1460,'_date_completed','1664990945'),(61088,1460,'_completed_date','2022-10-05 17:29:05'),(61089,1475,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207266\";s:12:\"date_shipped\";s:10:\"1664928000\";s:11:\"tracking_id\";s:32:\"979748180e2840cf0ec5acb75dfbb34a\";}}'),(61090,1475,'_date_completed','1664990983'),(61091,1475,'_completed_date','2022-10-05 17:29:43'),(61092,1479,'_order_key','wc_order_m041AfiR1sNNN'),(61093,1479,'_customer_user','20'),(61094,1479,'_payment_method','paypal'),(61095,1479,'_payment_method_title','PayPal'),(61096,1479,'_customer_ip_address','45.51.241.116'),(61097,1479,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(61098,1479,'_created_via','checkout'),(61099,1479,'_cart_hash','5999c40058ade31926e6aaaa74007abe'),(61100,1479,'_billing_first_name','Hasani'),(61101,1479,'_billing_last_name','Thompson'),(61102,1479,'_billing_company','Heat in Hair'),(61103,1479,'_billing_address_1','27225 Camp Plenty Road'),(61104,1479,'_billing_address_2','1D'),(61105,1479,'_billing_city','Santa Clarita'),(61106,1479,'_billing_state','CA'),(61107,1479,'_billing_postcode','91351'),(61108,1479,'_billing_country','US'),(61109,1479,'_billing_email','info@liceclinicssantaclarita.com'),(61110,1479,'_billing_phone','6615850263'),(61111,1479,'_shipping_first_name','Hasani'),(61112,1479,'_shipping_last_name','Thompson'),(61113,1479,'_shipping_company','Heat in Hair'),(61114,1479,'_shipping_address_1','5145 Nightsky Place'),(61115,1479,'_shipping_city','Palmdale'),(61116,1479,'_shipping_state','CA'),(61117,1479,'_shipping_postcode','93552'),(61118,1479,'_shipping_country','US'),(61119,1479,'_order_currency','USD'),(61120,1479,'_cart_discount','0'),(61121,1479,'_cart_discount_tax','0'),(61122,1479,'_order_shipping','0'),(61123,1479,'_order_shipping_tax','0'),(61124,1479,'_order_tax','0'),(61125,1479,'_order_total','857.18'),(61126,1479,'_order_version','6.9.2'),(61127,1479,'_prices_include_tax','no'),(61128,1479,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(61129,1479,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(61131,1479,'is_vat_exempt','no'),(61132,1479,'Payment type','instant'),(61133,1479,'_paypal_status','completed'),(61134,1479,'_transaction_id','16S0848793829553R'),(61135,1479,'PayPal Transaction Fee','30.41'),(61136,1479,'_date_paid','1665119923'),(61137,1479,'_paid_date','2022-10-07 05:18:43'),(61138,1479,'_download_permissions_granted','yes'),(61139,1479,'_recorded_sales','yes'),(61140,1479,'_recorded_coupon_usage_counts','yes'),(61141,1479,'_order_stock_reduced','yes'),(61142,1479,'_new_order_email_sent','true'),(61143,1480,'_order_key','wc_order_2mY7CFtOIyCjL'),(61144,1480,'_customer_user','76'),(61145,1480,'_payment_method','paypal'),(61146,1480,'_payment_method_title','PayPal'),(61147,1480,'_customer_ip_address','146.115.131.163'),(61148,1480,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(61149,1480,'_created_via','checkout'),(61150,1480,'_cart_hash','a13ac59ba11abd3b42211528458038d9'),(61151,1480,'_billing_first_name','Naomi'),(61152,1480,'_billing_last_name','Golden'),(61153,1480,'_billing_address_1','31 Mann Ave'),(61154,1480,'_billing_city','Needham'),(61155,1480,'_billing_state','MA'),(61156,1480,'_billing_postcode','02492'),(61157,1480,'_billing_country','US'),(61158,1480,'_billing_email','nrgolden6486@gmail.com'),(61159,1480,'_billing_phone','617-851-1322'),(61160,1480,'_shipping_first_name','Naomi'),(61161,1480,'_shipping_last_name','Golden'),(61162,1480,'_shipping_company','Lice Aunties'),(61163,1480,'_shipping_address_1','1234 Chestnut Street'),(61164,1480,'_shipping_city','Newton'),(61165,1480,'_shipping_state','MA'),(61166,1480,'_shipping_postcode','02464'),(61167,1480,'_shipping_country','US'),(61168,1480,'_order_currency','USD'),(61169,1480,'_cart_discount','0'),(61170,1480,'_cart_discount_tax','0'),(61171,1480,'_order_shipping','0'),(61172,1480,'_order_shipping_tax','0'),(61173,1480,'_order_tax','0'),(61174,1480,'_order_total','554.40'),(61175,1480,'_order_version','6.9.2'),(61176,1480,'_prices_include_tax','no'),(61177,1480,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(61178,1480,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(61179,1480,'is_vat_exempt','no'),(61180,1480,'Payment type','instant'),(61181,1480,'_paypal_status','completed'),(61182,1480,'_transaction_id','6SW78223FF282125P'),(61183,1480,'PayPal Transaction Fee','19.84'),(61184,1480,'_date_paid','1665157602'),(61185,1480,'_paid_date','2022-10-07 15:46:42'),(61186,1480,'_download_permissions_granted','yes'),(61187,1480,'_recorded_sales','yes'),(61188,1480,'_recorded_coupon_usage_counts','yes'),(61189,1480,'_order_stock_reduced','yes'),(61190,1480,'_new_order_email_sent','true'),(61191,1481,'_order_key','wc_order_t2KnnpyRy31cA'),(61192,1481,'_customer_user','77'),(61193,1481,'_payment_method','paypal'),(61194,1481,'_payment_method_title','PayPal'),(61195,1481,'_customer_ip_address','107.205.56.86'),(61196,1481,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(61197,1481,'_created_via','checkout'),(61198,1481,'_cart_hash','b8757cd18a65a3c70bef69481f70efba'),(61199,1481,'_billing_first_name','Phil'),(61200,1481,'_billing_last_name','Moon'),(61201,1481,'_billing_company','Lice Clinics of America-Fresno'),(61202,1481,'_billing_address_1','585 56th Street'),(61203,1481,'_billing_city','Oakland'),(61204,1481,'_billing_state','CA'),(61205,1481,'_billing_postcode','94609'),(61206,1481,'_billing_country','US'),(61207,1481,'_billing_email','info@liceclinicsfresno.com'),(61208,1481,'_billing_phone','5593046305'),(61209,1481,'_shipping_first_name','Kristen'),(61210,1481,'_shipping_last_name','Maroot-Rippee'),(61211,1481,'_shipping_company','Lice Busters LLC. ALL CLINICS'),(61212,1481,'_shipping_address_1','487 W. Scott Avenue'),(61213,1481,'_shipping_city','Fresno'),(61214,1481,'_shipping_state','CA'),(61215,1481,'_shipping_postcode','93704'),(61216,1481,'_shipping_country','US'),(61217,1481,'_order_currency','USD'),(61218,1481,'_cart_discount','0'),(61219,1481,'_cart_discount_tax','0'),(61220,1481,'_order_shipping','0'),(61221,1481,'_order_shipping_tax','0'),(61222,1481,'_order_tax','0'),(61223,1481,'_order_total','1371.72'),(61224,1481,'_order_version','6.9.2'),(61225,1481,'_prices_include_tax','no'),(61226,1481,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(61227,1481,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. ALL CLINICS 487 W. Scott Avenue  Fresno CA 93704 US '),(61228,1481,'is_vat_exempt','no'),(61229,1481,'Payment type','instant'),(61230,1481,'_paypal_status','completed'),(61231,1481,'_transaction_id','7HR74389YW6135150'),(61232,1481,'PayPal Transaction Fee','48.36'),(61233,1481,'_date_paid','1665334680'),(61234,1481,'_paid_date','2022-10-09 16:58:00'),(61235,1481,'_download_permissions_granted','yes'),(61236,1481,'_recorded_sales','yes'),(61237,1481,'_recorded_coupon_usage_counts','yes'),(61238,1481,'_order_stock_reduced','yes'),(61239,1481,'_new_order_email_sent','true'),(61240,1482,'_order_key','wc_order_GTCfYjrSu6E2y'),(61241,1482,'_customer_user','52'),(61242,1482,'_payment_method','paypal'),(61243,1482,'_payment_method_title','PayPal'),(61244,1482,'_customer_ip_address','96.231.31.47'),(61245,1482,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(61246,1482,'_created_via','checkout'),(61247,1482,'_cart_hash','6af0358106e6017be75e48523c620851'),(61248,1482,'_billing_first_name','Darlene'),(61249,1482,'_billing_last_name','LaFramboise'),(61250,1482,'_billing_company','LCA-NOVA'),(61251,1482,'_billing_address_1','25473 Tomey Ct'),(61252,1482,'_billing_city','Aldie'),(61253,1482,'_billing_state','VA'),(61254,1482,'_billing_postcode','20105-3048'),(61255,1482,'_billing_country','US'),(61256,1482,'_billing_email','info@liceremovalnova.com'),(61257,1482,'_billing_phone','7033031576'),(61258,1482,'_shipping_first_name','Darlene'),(61259,1482,'_shipping_last_name','LaFramboise'),(61260,1482,'_shipping_company','LCA-NOVA'),(61261,1482,'_shipping_address_1','25473 Tomey Ct'),(61262,1482,'_shipping_city','Aldie'),(61263,1482,'_shipping_state','VA'),(61264,1482,'_shipping_postcode','20105-3048'),(61265,1482,'_shipping_country','US'),(61266,1482,'_order_currency','USD'),(61267,1482,'_cart_discount','0'),(61268,1482,'_cart_discount_tax','0'),(61269,1482,'_order_shipping','11.74'),(61270,1482,'_order_shipping_tax','0'),(61271,1482,'_order_tax','0'),(61272,1482,'_order_total','223.90'),(61273,1482,'_order_version','6.9.2'),(61274,1482,'_prices_include_tax','no'),(61275,1482,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(61276,1482,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(61277,1482,'is_vat_exempt','no'),(61278,1483,'_order_key','wc_order_wMTeke9a7ut0x'),(61279,1483,'_customer_user','52'),(61280,1483,'_payment_method','paypal'),(61281,1483,'_payment_method_title','PayPal'),(61282,1483,'_customer_ip_address','96.231.31.47'),(61283,1483,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(61284,1483,'_created_via','checkout'),(61285,1483,'_cart_hash','6af0358106e6017be75e48523c620851'),(61286,1483,'_billing_first_name','Darlene'),(61287,1483,'_billing_last_name','LaFramboise'),(61288,1483,'_billing_company','LCA-NOVA'),(61289,1483,'_billing_address_1','25473 Tomey Ct'),(61290,1483,'_billing_city','Aldie'),(61291,1483,'_billing_state','VA'),(61292,1483,'_billing_postcode','20105-3048'),(61293,1483,'_billing_country','US'),(61294,1483,'_billing_email','info@liceremovalnova.com'),(61295,1483,'_billing_phone','7033031576'),(61296,1483,'_shipping_first_name','Darlene'),(61297,1483,'_shipping_last_name','LaFramboise'),(61298,1483,'_shipping_company','LCA-NOVA'),(61299,1483,'_shipping_address_1','25473 Tomey Ct'),(61300,1483,'_shipping_city','Aldie'),(61301,1483,'_shipping_state','VA'),(61302,1483,'_shipping_postcode','20105-3048'),(61303,1483,'_shipping_country','US'),(61304,1483,'_order_currency','USD'),(61305,1483,'_cart_discount','0'),(61306,1483,'_cart_discount_tax','0'),(61307,1483,'_order_shipping','11.74'),(61308,1483,'_order_shipping_tax','0'),(61309,1483,'_order_tax','0'),(61310,1483,'_order_total','223.90'),(61311,1483,'_order_version','6.9.2'),(61312,1483,'_prices_include_tax','no'),(61313,1483,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(61314,1483,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(61315,1483,'is_vat_exempt','no'),(61316,1483,'Payment type','instant'),(61317,1483,'_paypal_status','completed'),(61318,1483,'_transaction_id','82661739RE059750R'),(61319,1483,'PayPal Transaction Fee','8.30'),(61320,1483,'_date_paid','1665348483'),(61321,1483,'_paid_date','2022-10-09 20:48:03'),(61322,1483,'_download_permissions_granted','yes'),(61323,1483,'_recorded_sales','yes'),(61324,1483,'_recorded_coupon_usage_counts','yes'),(61325,1483,'_order_stock_reduced','yes'),(61326,1483,'_new_order_email_sent','true'),(61327,1483,'_edit_lock','1665424660:2'),(61328,1483,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208104\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"12a5ef8be7e14758c619c9d4df8d655e\";}}'),(61329,1483,'_edit_last','2'),(61330,1483,'_date_completed','1665424795'),(61331,1483,'_completed_date','2022-10-10 17:59:55'),(61332,1479,'_edit_lock','1665424840:2'),(61333,1479,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207884\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"b3328cf6bc029894a76b763acd42bcf6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207873\";s:12:\"date_shipped\";i:1665424852;s:11:\"tracking_id\";s:32:\"07aacdf6cc6149c94c4b6cadf267e2bd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207862\";s:12:\"date_shipped\";i:1665424859;s:11:\"tracking_id\";s:32:\"8cefed3c52d636355d7ba4e99a9c9844\";}}'),(61334,1479,'_edit_last','2'),(61335,1479,'_date_completed','1665424863'),(61336,1479,'_completed_date','2022-10-10 18:01:03'),(61337,1480,'_edit_lock','1665424841:2'),(61338,1480,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207900\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"af4edf16b02088baa937a4826e90808c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830207895\";s:12:\"date_shipped\";i:1665424958;s:11:\"tracking_id\";s:32:\"baafc7a099ddab4f412f92ebcf39c3e3\";}}'),(61339,1480,'_edit_last','2'),(61340,1480,'_date_completed','1665424961'),(61341,1480,'_completed_date','2022-10-10 18:02:41'),(61342,1485,'_order_key','wc_order_IVGyE4s5giAWs'),(61343,1485,'_customer_user','49'),(61344,1485,'_payment_method','paypal'),(61345,1485,'_payment_method_title','PayPal'),(61346,1485,'_customer_ip_address','50.38.86.155'),(61347,1485,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(61348,1485,'_created_via','checkout'),(61349,1485,'_cart_hash','abe0cedd7942d8965f0417d1c7db8be4'),(61350,1485,'_billing_first_name','Kristi'),(61351,1485,'_billing_last_name','Winkler'),(61352,1485,'_billing_company','LCA - Manassas'),(61353,1485,'_billing_address_1','8943 Garrett Way'),(61354,1485,'_billing_city','Manassas'),(61355,1485,'_billing_state','VA'),(61356,1485,'_billing_postcode','20112'),(61357,1485,'_billing_country','US'),(61358,1485,'_billing_email','info@northernvirginialiceclinics.com'),(61359,1485,'_billing_phone','8587520975'),(61360,1485,'_shipping_first_name','Michelle'),(61361,1485,'_shipping_last_name','Winkler'),(61362,1485,'_shipping_company','Lice Clinics of America - Manassas'),(61363,1485,'_shipping_address_1','8943 Garrett Way'),(61364,1485,'_shipping_city','Manassas'),(61365,1485,'_shipping_state','VA'),(61366,1485,'_shipping_postcode','20112'),(61367,1485,'_shipping_country','US'),(61368,1485,'_order_currency','USD'),(61369,1485,'_cart_discount','0'),(61370,1485,'_cart_discount_tax','0'),(61371,1485,'_order_shipping','0'),(61372,1485,'_order_shipping_tax','0'),(61373,1485,'_order_tax','0'),(61374,1485,'_order_total','2385.92'),(61375,1485,'_order_version','6.9.2'),(61376,1485,'_prices_include_tax','no'),(61377,1485,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(61378,1485,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(61379,1485,'is_vat_exempt','no'),(61380,1485,'Payment type','instant'),(61381,1485,'_paypal_status','completed'),(61382,1485,'_transaction_id','2J590138SG882334X'),(61383,1485,'PayPal Transaction Fee','83.76'),(61384,1485,'_date_paid','1665426211'),(61385,1485,'_paid_date','2022-10-10 18:23:31'),(61386,1485,'_download_permissions_granted','yes'),(61387,1485,'_recorded_sales','yes'),(61388,1485,'_recorded_coupon_usage_counts','yes'),(61389,1485,'_order_stock_reduced','yes'),(61390,1485,'_new_order_email_sent','true'),(61391,1468,'_edit_lock','1665430580:2'),(61392,1481,'_edit_lock','1665430723:2'),(61393,1441,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206476\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"71f91fee9ac786aa9a6468f5bf9f1d62\";}}'),(61394,1441,'_date_completed','1665430572'),(61395,1441,'_completed_date','2022-10-10 19:36:12'),(61396,1457,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830202778\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"f27a82998e7111a727596aac249eca82\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830205789\";s:12:\"date_shipped\";i:1665430641;s:11:\"tracking_id\";s:32:\"32f67fba10c75a77010da31ed31de4c1\";}}'),(61397,1457,'_edit_last','2'),(61398,1457,'_date_completed','1665430646'),(61399,1457,'_completed_date','2022-10-10 19:37:26'),(61400,1468,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206248\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"5e3ba4187e3c6662cb33b7c380780e93\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830206259\";s:12:\"date_shipped\";i:1665430669;s:11:\"tracking_id\";s:32:\"acee523a32364dd625bbb8b6099c114d\";}}'),(61401,1468,'_edit_last','2'),(61402,1468,'_date_completed','1665430674'),(61403,1468,'_completed_date','2022-10-10 19:37:54'),(61404,1481,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208115\";s:12:\"date_shipped\";s:10:\"1665360000\";s:11:\"tracking_id\";s:32:\"12837f89ba77821d75acd8597eec00c2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208126\";s:12:\"date_shipped\";i:1665430691;s:11:\"tracking_id\";s:32:\"886130e7bf12773ecb900d3ba1dff4cd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208137\";s:12:\"date_shipped\";i:1665430695;s:11:\"tracking_id\";s:32:\"71c1a6f7a8e004f62739be92ac1c18c0\";}}'),(61405,1481,'_edit_last','2'),(61406,1481,'_date_completed','1665430699'),(61407,1481,'_completed_date','2022-10-10 19:38:19'),(61408,1486,'_order_key','wc_order_wOgRqPCgpw4m6'),(61409,1486,'_customer_user','0'),(61410,1486,'_payment_method','paypal'),(61411,1486,'_payment_method_title','PayPal'),(61412,1486,'_customer_ip_address','136.49.57.192'),(61413,1486,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(61414,1486,'_created_via','checkout'),(61415,1486,'_cart_hash','493232e603dde181dc31cc0545fdbb11'),(61416,1486,'_billing_first_name','Lee'),(61417,1486,'_billing_last_name','Rogers'),(61418,1486,'_billing_company','United States'),(61419,1486,'_billing_address_1','40 N Interstate 35'),(61420,1486,'_billing_address_2','APT 4B2'),(61421,1486,'_billing_city','Austin'),(61422,1486,'_billing_state','TX'),(61423,1486,'_billing_postcode','78701'),(61424,1486,'_billing_country','US'),(61425,1486,'_billing_email','leerogers@flash.net'),(61426,1486,'_billing_phone','316-727-9951'),(61427,1486,'_shipping_first_name','Kaitlin'),(61428,1486,'_shipping_last_name','Ryan'),(61429,1486,'_shipping_company','LCA Dublin'),(61430,1486,'_shipping_address_1','5910 Wilcox Place'),(61431,1486,'_shipping_address_2','Suite E'),(61432,1486,'_shipping_city','Dublin'),(61433,1486,'_shipping_state','OH'),(61434,1486,'_shipping_postcode','43016'),(61435,1486,'_shipping_country','US'),(61436,1486,'_order_currency','USD'),(61437,1486,'_cart_discount','0'),(61438,1486,'_cart_discount_tax','0'),(61439,1486,'_order_shipping','0'),(61440,1486,'_order_shipping_tax','0'),(61441,1486,'_order_tax','0'),(61442,1486,'_order_total','834.88'),(61443,1486,'_order_version','6.9.2'),(61444,1486,'_prices_include_tax','no'),(61445,1486,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(61446,1486,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(61447,1486,'is_vat_exempt','no'),(61448,1486,'Payment type','instant'),(61449,1486,'_paypal_status','completed'),(61450,1486,'_transaction_id','91733272BL7098124'),(61451,1486,'PayPal Transaction Fee','29.63'),(61452,1486,'_date_paid','1665460507'),(61453,1486,'_paid_date','2022-10-11 03:55:07'),(61454,1486,'_download_permissions_granted','yes'),(61455,1486,'_recorded_sales','yes'),(61456,1486,'_recorded_coupon_usage_counts','yes'),(61457,1486,'_order_stock_reduced','yes'),(61458,1486,'_new_order_email_sent','true'),(61460,1485,'_edit_lock','1665508138:2'),(61461,1485,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208262\";s:12:\"date_shipped\";s:10:\"1665446400\";s:11:\"tracking_id\";s:32:\"609b1d3ff7028cc7807081e2d2b793ff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208251\";s:12:\"date_shipped\";i:1665508237;s:11:\"tracking_id\";s:32:\"d5dbbfa5771564695d8a4dd5619cac53\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208240\";s:12:\"date_shipped\";i:1665508243;s:11:\"tracking_id\";s:32:\"2ebc63435c4cf9559452f8c85e0f29cc\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208230\";s:12:\"date_shipped\";i:1665508250;s:11:\"tracking_id\";s:32:\"81de1765c4308b191b96bcf87c316184\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208229\";s:12:\"date_shipped\";i:1665508257;s:11:\"tracking_id\";s:32:\"c5fde79616a35de8dc0db31885b13eea\";}}'),(61462,1485,'_edit_last','2'),(61463,1485,'_date_completed','1665508261'),(61464,1485,'_completed_date','2022-10-11 17:11:01'),(61465,1486,'_edit_lock','1665508182:2'),(61466,1486,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208300\";s:12:\"date_shipped\";s:10:\"1665446400\";s:11:\"tracking_id\";s:32:\"75fa5ae0a30d4949e02b72d0b7b061b4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208295\";s:12:\"date_shipped\";i:1665508308;s:11:\"tracking_id\";s:32:\"adbda31e4d838c23362879eb40230f4a\";}}'),(61467,1486,'_edit_last','2'),(61468,1486,'_date_completed','1665508310'),(61469,1486,'_completed_date','2022-10-11 17:11:50'),(61470,1487,'_order_key','wc_order_9vOPzeCQK9kSj'),(61471,1487,'_customer_user','11'),(61472,1487,'_payment_method','paypal'),(61473,1487,'_payment_method_title','PayPal'),(61474,1487,'_customer_ip_address','74.131.22.162'),(61475,1487,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(61476,1487,'_created_via','checkout'),(61477,1487,'_cart_hash','e4626ae67349f0f712c5c3a932cfbde0'),(61478,1487,'_billing_first_name','Tina'),(61479,1487,'_billing_last_name','Hunt'),(61480,1487,'_billing_company','LCBG, LLC'),(61481,1487,'_billing_address_1','830 Fairview Ave.'),(61482,1487,'_billing_address_2','Suite A-4'),(61483,1487,'_billing_city','Bowling Green'),(61484,1487,'_billing_state','KY'),(61485,1487,'_billing_postcode','42101'),(61486,1487,'_billing_country','US'),(61487,1487,'_billing_email','info@liceclinicsbowlinggreen.com'),(61488,1487,'_billing_phone','2709996803'),(61489,1487,'_shipping_first_name','Tina'),(61490,1487,'_shipping_last_name','Hunt'),(61491,1487,'_shipping_address_1','494 Hub Boulevard'),(61492,1487,'_shipping_address_2','Apt 1012'),(61493,1487,'_shipping_city','Bowling Green'),(61494,1487,'_shipping_state','KY'),(61495,1487,'_shipping_postcode','42101'),(61496,1487,'_shipping_country','US'),(61497,1487,'_order_currency','USD'),(61498,1487,'_cart_discount','0'),(61499,1487,'_cart_discount_tax','0'),(61500,1487,'_order_shipping','12.9'),(61501,1487,'_order_shipping_tax','0'),(61502,1487,'_order_tax','0'),(61503,1487,'_order_total','407.90'),(61504,1487,'_order_version','6.9.2'),(61505,1487,'_prices_include_tax','no'),(61506,1487,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(61507,1487,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(61508,1487,'is_vat_exempt','no'),(61509,1487,'Payment type','instant'),(61510,1487,'_paypal_status','completed'),(61511,1487,'_transaction_id','9M351946MM8634332'),(61512,1487,'PayPal Transaction Fee','14.73'),(61513,1487,'_date_paid','1665508896'),(61514,1487,'_paid_date','2022-10-11 17:21:36'),(61515,1487,'_download_permissions_granted','yes'),(61516,1487,'_recorded_sales','yes'),(61517,1487,'_recorded_coupon_usage_counts','yes'),(61518,1487,'_order_stock_reduced','yes'),(61519,1487,'_new_order_email_sent','true'),(61520,1488,'_order_key','wc_order_EYfr7rxhDyzFK'),(61521,1488,'_customer_user','54'),(61522,1488,'_payment_method','paypal'),(61523,1488,'_payment_method_title','PayPal'),(61524,1488,'_customer_ip_address','172.58.160.126'),(61525,1488,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36'),(61526,1488,'_created_via','checkout'),(61527,1488,'_cart_hash','3d4707603401a133081f146bde25e1c5'),(61528,1488,'_billing_first_name','Erin'),(61529,1488,'_billing_last_name','Hawn'),(61530,1488,'_billing_address_1','10 W Phillip Rd'),(61531,1488,'_billing_address_2','123'),(61532,1488,'_billing_city','Vernon Hills'),(61533,1488,'_billing_state','IL'),(61534,1488,'_billing_postcode','60061'),(61535,1488,'_billing_country','US'),(61536,1488,'_billing_email','info@liceclinicsvernonhills.com'),(61537,1488,'_billing_phone','8475960408'),(61538,1488,'_shipping_first_name','Erin'),(61539,1488,'_shipping_last_name','Hawn'),(61540,1488,'_shipping_address_1','1491 S Amarias Dr'),(61541,1488,'_shipping_city','Round lake'),(61542,1488,'_shipping_state','IL'),(61543,1488,'_shipping_postcode','60073'),(61544,1488,'_shipping_country','US'),(61545,1488,'_order_currency','USD'),(61546,1488,'_cart_discount','0'),(61547,1488,'_cart_discount_tax','0'),(61548,1488,'_order_shipping','0'),(61549,1488,'_order_shipping_tax','0'),(61550,1488,'_order_tax','0'),(61551,1488,'_order_total','502.24'),(61552,1488,'_order_version','6.9.2'),(61553,1488,'_prices_include_tax','no'),(61554,1488,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(61555,1488,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(61556,1488,'is_vat_exempt','no'),(61557,1488,'Payment type','instant'),(61558,1488,'_paypal_status','completed'),(61559,1488,'_transaction_id','3HF9080662391682B'),(61560,1488,'PayPal Transaction Fee','18.02'),(61561,1488,'_date_paid','1665515601'),(61562,1488,'_paid_date','2022-10-11 19:13:21'),(61563,1488,'_download_permissions_granted','yes'),(61564,1488,'_recorded_sales','yes'),(61565,1488,'_recorded_coupon_usage_counts','yes'),(61566,1488,'_order_stock_reduced','yes'),(61567,1488,'_new_order_email_sent','true'),(61568,1489,'_order_key','wc_order_fic1bHLUW3H0y'),(61569,1489,'_customer_user','3'),(61570,1489,'_payment_method','paypal'),(61571,1489,'_payment_method_title','PayPal'),(61572,1489,'_customer_ip_address','70.142.202.154'),(61573,1489,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(61574,1489,'_created_via','checkout'),(61575,1489,'_cart_hash','6dada774e8cf1406caec812488d533e8'),(61576,1489,'_billing_first_name','AMANDA'),(61577,1489,'_billing_last_name','Westerman'),(61578,1489,'_billing_company','Lice Clinics of America'),(61579,1489,'_billing_address_1','1709 Damian Way'),(61580,1489,'_billing_city','Richardson'),(61581,1489,'_billing_state','TX'),(61582,1489,'_billing_postcode','75081'),(61583,1489,'_billing_country','US'),(61584,1489,'_billing_email','awesterman1103@gmail.com'),(61585,1489,'_billing_phone','12144175741'),(61586,1489,'_shipping_first_name','Amanda'),(61587,1489,'_shipping_last_name','Westerman'),(61588,1489,'_shipping_company','Lice Clinics of America McKinney'),(61589,1489,'_shipping_address_1','3120 Hudson Crossing'),(61590,1489,'_shipping_address_2','Suite A2'),(61591,1489,'_shipping_city','MCKINNEY'),(61592,1489,'_shipping_state','TX'),(61593,1489,'_shipping_postcode','75070'),(61594,1489,'_shipping_country','US'),(61595,1489,'_order_currency','USD'),(61596,1489,'_cart_discount','0'),(61597,1489,'_cart_discount_tax','0'),(61598,1489,'_order_shipping','0'),(61599,1489,'_order_shipping_tax','0'),(61600,1489,'_order_tax','0'),(61601,1489,'_order_total','599.43'),(61602,1489,'_order_version','7.0.0'),(61603,1489,'_prices_include_tax','no'),(61604,1489,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(61605,1489,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(61606,1489,'is_vat_exempt','no'),(61607,1489,'Payment type','instant'),(61608,1489,'_paypal_status','completed'),(61609,1489,'_transaction_id','0L974753EU7660830'),(61610,1489,'PayPal Transaction Fee','21.41'),(61611,1489,'_date_paid','1665521607'),(61612,1489,'_paid_date','2022-10-11 20:53:27'),(61613,1489,'_download_permissions_granted','yes'),(61614,1489,'_recorded_sales','yes'),(61615,1489,'_recorded_coupon_usage_counts','yes'),(61616,1489,'_order_stock_reduced','yes'),(61617,1489,'_new_order_email_sent','true'),(61618,1488,'_edit_lock','1665584164:2'),(61619,1488,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208343\";s:12:\"date_shipped\";s:10:\"1665532800\";s:11:\"tracking_id\";s:32:\"72f927a271480677d4dd983ef1cefb97\";}}'),(61620,1488,'_edit_last','2'),(61621,1488,'_date_completed','1665584272'),(61622,1488,'_completed_date','2022-10-12 14:17:52'),(61623,1487,'_edit_lock','1665586993:2'),(61624,1487,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208310\";s:12:\"date_shipped\";s:10:\"1665532800\";s:11:\"tracking_id\";s:32:\"c9b571db04a3d095def8f472d7cb8fd5\";}}'),(61625,1487,'_edit_last','2'),(61626,1487,'_date_completed','1665584812'),(61627,1487,'_completed_date','2022-10-12 14:26:52'),(61628,1490,'_order_key','wc_order_lmYGjUubZ1xaW'),(61629,1490,'_customer_user','60'),(61630,1490,'_payment_method','paypal'),(61631,1490,'_payment_method_title','PayPal'),(61632,1490,'_customer_ip_address','98.193.14.84'),(61633,1490,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(61634,1490,'_created_via','checkout'),(61635,1490,'_cart_hash','58f1afe473184903634d998c6355ced1'),(61636,1490,'_billing_first_name','Jill'),(61637,1490,'_billing_last_name','Leshtz'),(61638,1490,'_billing_company','Lice clinics of America-North Shore'),(61639,1490,'_billing_address_1','1580 Lancelot Avenue'),(61640,1490,'_billing_city','Highland park'),(61641,1490,'_billing_state','IL'),(61642,1490,'_billing_postcode','60035'),(61643,1490,'_billing_country','US'),(61644,1490,'_billing_email','jleshtz@gmail.com'),(61645,1490,'_billing_phone','8473639001'),(61646,1490,'_shipping_first_name','Jill'),(61647,1490,'_shipping_last_name','Leshtz'),(61648,1490,'_shipping_company','Lice clinics of America-North Shore'),(61649,1490,'_shipping_address_1','1580 Lancelot Avenue'),(61650,1490,'_shipping_city','Highland park'),(61651,1490,'_shipping_state','IL'),(61652,1490,'_shipping_postcode','60035'),(61653,1490,'_shipping_country','US'),(61654,1490,'_order_currency','USD'),(61655,1490,'_cart_discount','0'),(61656,1490,'_cart_discount_tax','0'),(61657,1490,'_order_shipping','15.78'),(61658,1490,'_order_shipping_tax','0'),(61659,1490,'_order_tax','0'),(61660,1490,'_order_total','463.14'),(61661,1490,'_order_version','7.0.0'),(61662,1490,'_prices_include_tax','no'),(61663,1490,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(61664,1490,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(61665,1490,'is_vat_exempt','no'),(61666,1490,'Payment type','instant'),(61667,1490,'_paypal_status','completed'),(61668,1490,'_transaction_id','69K96537DT2684634'),(61669,1490,'PayPal Transaction Fee','16.65'),(61670,1490,'_date_paid','1665601334'),(61671,1490,'_paid_date','2022-10-12 19:02:14'),(61672,1490,'_download_permissions_granted','yes'),(61673,1490,'_recorded_sales','yes'),(61674,1490,'_recorded_coupon_usage_counts','yes'),(61675,1490,'_order_stock_reduced','yes'),(61676,1490,'_new_order_email_sent','true'),(61677,1489,'_edit_lock','1665607074:2'),(61678,1489,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208413\";s:12:\"date_shipped\";s:10:\"1665532800\";s:11:\"tracking_id\";s:32:\"1339ccab8fb9c1afcd347b3a35130d9e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208402\";s:12:\"date_shipped\";i:1665606816;s:11:\"tracking_id\";s:32:\"ff7ccfd5c575efb4024bddfe706e3d55\";}}'),(61679,1489,'_edit_last','2'),(61680,1489,'_date_completed','1665606845'),(61681,1489,'_completed_date','2022-10-12 20:34:05'),(61689,1491,'_order_key','wc_order_0KM5sb98RlaC9'),(61690,1491,'_customer_user','78'),(61691,1491,'_payment_method','paypal'),(61692,1491,'_payment_method_title','PayPal'),(61693,1491,'_customer_ip_address','172.58.229.17'),(61694,1491,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(61695,1491,'_created_via','checkout'),(61696,1491,'_cart_hash','3324e3a088c302e79579261ddad21b95'),(61697,1491,'_billing_first_name','Richard'),(61698,1491,'_billing_last_name','Florsheim'),(61699,1491,'_billing_company','Licura'),(61700,1491,'_billing_address_1','3827 w fairway heights dr'),(61701,1491,'_billing_city','Mequon'),(61702,1491,'_billing_state','NY'),(61703,1491,'_billing_postcode','53092'),(61704,1491,'_billing_country','US'),(61705,1491,'_billing_email','tara@liceclinicslongIsland.com'),(61706,1491,'_billing_phone','5619006382'),(61707,1491,'_shipping_first_name','Tara'),(61708,1491,'_shipping_last_name','Johnson'),(61709,1491,'_shipping_company','LCA'),(61710,1491,'_shipping_address_1','2330 Faye Ct'),(61711,1491,'_shipping_city','Merrick'),(61712,1491,'_shipping_state','NY'),(61713,1491,'_shipping_postcode','11566'),(61714,1491,'_shipping_country','US'),(61715,1491,'_order_currency','USD'),(61716,1491,'_cart_discount','0'),(61717,1491,'_cart_discount_tax','0'),(61718,1491,'_order_shipping','9.49'),(61719,1491,'_order_shipping_tax','0'),(61720,1491,'_order_tax','0'),(61721,1491,'_order_total','9.49'),(61722,1491,'_order_version','7.0.0'),(61723,1491,'_prices_include_tax','no'),(61724,1491,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(61725,1491,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(61726,1491,'is_vat_exempt','no'),(61727,1491,'_edit_lock','1666015576:2'),(61728,1491,'_edit_last','2'),(61729,1491,'_recorded_coupon_usage_counts','yes'),(61730,1490,'_edit_lock','1665697648:2'),(61731,1490,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208549\";s:12:\"date_shipped\";s:10:\"1665619200\";s:11:\"tracking_id\";s:32:\"590be1ad29d634851993a6d3616a5e3c\";}}'),(61732,1490,'_edit_last','2'),(61733,1490,'_date_completed','1665697776'),(61734,1490,'_completed_date','2022-10-13 21:49:36'),(61735,1491,'Payment type','instant'),(61736,1491,'_paypal_status','completed'),(61737,1491,'_transaction_id','1XS24465UX314174N'),(61738,1491,'PayPal Transaction Fee','0.82'),(61739,1491,'_date_paid','1665699911'),(61740,1491,'_paid_date','2022-10-13 22:25:11'),(61741,1491,'_download_permissions_granted','yes'),(61742,1491,'_recorded_sales','yes'),(61743,1491,'_order_stock_reduced','yes'),(61744,1491,'_new_order_email_sent','true'),(61745,1492,'_order_key','wc_order_U4D9JIhiusKPZ'),(61746,1492,'_customer_user','87'),(61747,1492,'_payment_method','paypal'),(61748,1492,'_payment_method_title','PayPal'),(61749,1492,'_customer_ip_address','70.189.73.253'),(61750,1492,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(61751,1492,'_created_via','checkout'),(61752,1492,'_cart_hash','740424d97cb44fbf58816ecf7aee9355'),(61753,1492,'_billing_first_name','Wade'),(61754,1492,'_billing_last_name','Huntsman'),(61755,1492,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(61756,1492,'_billing_address_1','1104 E 25th St.'),(61757,1492,'_billing_city','Tulsa'),(61758,1492,'_billing_state','OK'),(61759,1492,'_billing_postcode','74114'),(61760,1492,'_billing_country','US'),(61761,1492,'_billing_email','info@liceclinicsmidsouth.com'),(61762,1492,'_billing_phone','9189783329'),(61763,1492,'_shipping_first_name','Wade'),(61764,1492,'_shipping_last_name','Huntsman'),(61765,1492,'_shipping_company','Lice Clinics of America Tulsa'),(61766,1492,'_shipping_address_1','3421 E 21st St'),(61767,1492,'_shipping_city','Tulsa'),(61768,1492,'_shipping_state','OK'),(61769,1492,'_shipping_postcode','74114'),(61770,1492,'_shipping_country','US'),(61771,1492,'_order_currency','USD'),(61772,1492,'_cart_discount','0'),(61773,1492,'_cart_discount_tax','0'),(61774,1492,'_order_shipping','0'),(61775,1492,'_order_shipping_tax','0'),(61776,1492,'_order_tax','0'),(61777,1492,'_order_total','536.16'),(61778,1492,'_order_version','7.0.0'),(61779,1492,'_prices_include_tax','no'),(61780,1492,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(61781,1492,'_shipping_address_index','Wade Huntsman Lice Clinics of America Tulsa 3421 E 21st St  Tulsa OK 74114 US '),(61782,1492,'is_vat_exempt','no'),(61783,1492,'Payment type','instant'),(61784,1492,'_paypal_status','completed'),(61785,1492,'_transaction_id','39S58258XT964213E'),(61786,1492,'PayPal Transaction Fee','19.20'),(61787,1492,'_date_paid','1665765216'),(61788,1492,'_paid_date','2022-10-14 16:33:36'),(61789,1492,'_download_permissions_granted','yes'),(61790,1492,'_recorded_sales','yes'),(61791,1492,'_recorded_coupon_usage_counts','yes'),(61792,1492,'_order_stock_reduced','yes'),(61793,1492,'_new_order_email_sent','true'),(61794,1493,'_order_key','wc_order_tN2QMmedC1vsR'),(61795,1493,'_customer_user','87'),(61796,1493,'_payment_method','paypal'),(61797,1493,'_payment_method_title','PayPal'),(61798,1493,'_customer_ip_address','70.189.73.253'),(61799,1493,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(61800,1493,'_created_via','checkout'),(61801,1493,'_cart_hash','53ead0e1956e2d534f7c476651665f84'),(61802,1493,'_billing_first_name','Wade'),(61803,1493,'_billing_last_name','Huntsman'),(61804,1493,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(61805,1493,'_billing_address_1','1104 E 25th St.'),(61806,1493,'_billing_city','Tulsa'),(61807,1493,'_billing_state','OK'),(61808,1493,'_billing_postcode','74114'),(61809,1493,'_billing_country','US'),(61810,1493,'_billing_email','info@liceclinicsmidsouth.com'),(61811,1493,'_billing_phone','9189783329'),(61812,1493,'_shipping_first_name','Katee'),(61813,1493,'_shipping_last_name','Morrison'),(61814,1493,'_shipping_company','Lice Clinics of America OKC'),(61815,1493,'_shipping_address_1','4001 N Classen Blvd.'),(61816,1493,'_shipping_address_2','Suite 116'),(61817,1493,'_shipping_city','OKC'),(61818,1493,'_shipping_state','OK'),(61819,1493,'_shipping_postcode','73118'),(61820,1493,'_shipping_country','US'),(61821,1493,'_order_currency','USD'),(61822,1493,'_cart_discount','0'),(61823,1493,'_cart_discount_tax','0'),(61824,1493,'_order_shipping','0'),(61825,1493,'_order_shipping_tax','0'),(61826,1493,'_order_tax','0'),(61827,1493,'_order_total','611.71'),(61828,1493,'_order_version','7.0.0'),(61829,1493,'_prices_include_tax','no'),(61830,1493,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(61831,1493,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd. Suite 116 OKC OK 73118 US '),(61832,1493,'is_vat_exempt','no'),(61833,1493,'Payment type','instant'),(61834,1493,'_paypal_status','completed'),(61835,1493,'_transaction_id','3AF416670T463884W'),(61836,1493,'PayPal Transaction Fee','21.84'),(61837,1493,'_date_paid','1665765387'),(61838,1493,'_paid_date','2022-10-14 16:36:27'),(61839,1493,'_download_permissions_granted','yes'),(61840,1493,'_recorded_sales','yes'),(61841,1493,'_recorded_coupon_usage_counts','yes'),(61842,1493,'_order_stock_reduced','yes'),(61843,1493,'_new_order_email_sent','true'),(61844,1494,'_order_key','wc_order_ECW65Ju8N4FOk'),(61845,1494,'_customer_user','87'),(61846,1494,'_payment_method','paypal'),(61847,1494,'_payment_method_title','PayPal'),(61848,1494,'_customer_ip_address','70.189.73.253'),(61849,1494,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(61850,1494,'_created_via','checkout'),(61851,1494,'_cart_hash','e31ebbc27053a7901fbf1b6364fd5931'),(61852,1494,'_billing_first_name','Wade'),(61853,1494,'_billing_last_name','Huntsman'),(61854,1494,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(61855,1494,'_billing_address_1','1104 E 25th St.'),(61856,1494,'_billing_city','Tulsa'),(61857,1494,'_billing_state','OK'),(61858,1494,'_billing_postcode','74114'),(61859,1494,'_billing_country','US'),(61860,1494,'_billing_email','info@liceclinicsmidsouth.com'),(61861,1494,'_billing_phone','9189783329'),(61862,1494,'_shipping_first_name','Tiffany'),(61863,1494,'_shipping_last_name','Sporn'),(61864,1494,'_shipping_company','Lice Clinics of America Wichita'),(61865,1494,'_shipping_address_1','2552 N Maize Ct'),(61866,1494,'_shipping_address_2','Suite 500'),(61867,1494,'_shipping_city','Wichita'),(61868,1494,'_shipping_state','KS'),(61869,1494,'_shipping_postcode','67205'),(61870,1494,'_shipping_country','US'),(61871,1494,'_order_currency','USD'),(61872,1494,'_cart_discount','0'),(61873,1494,'_cart_discount_tax','0'),(61874,1494,'_order_shipping','0'),(61875,1494,'_order_shipping_tax','0'),(61876,1494,'_order_tax','0'),(61877,1494,'_order_total','841.79'),(61878,1494,'_order_version','7.0.0'),(61879,1494,'_prices_include_tax','no'),(61880,1494,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(61881,1494,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 2552 N Maize Ct Suite 500 Wichita KS 67205 US '),(61882,1494,'is_vat_exempt','no'),(61883,1494,'Payment type','instant'),(61884,1494,'_paypal_status','completed'),(61885,1494,'_transaction_id','92U74705H4085405T'),(61886,1494,'PayPal Transaction Fee','29.87'),(61887,1494,'_date_paid','1665765618'),(61888,1494,'_paid_date','2022-10-14 16:40:18'),(61889,1494,'_download_permissions_granted','yes'),(61890,1494,'_recorded_sales','yes'),(61891,1494,'_recorded_coupon_usage_counts','yes'),(61892,1494,'_order_stock_reduced','yes'),(61893,1494,'_new_order_email_sent','true'),(61894,1495,'_order_key','wc_order_olIfDadZv1r0S'),(61895,1495,'_customer_user','87'),(61896,1495,'_payment_method','paypal'),(61897,1495,'_payment_method_title','PayPal'),(61898,1495,'_customer_ip_address','70.189.73.253'),(61899,1495,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(61900,1495,'_created_via','checkout'),(61901,1495,'_cart_hash','69180b6cd03606165940ae2a562f2199'),(61902,1495,'_billing_first_name','Wade'),(61903,1495,'_billing_last_name','Huntsman'),(61904,1495,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(61905,1495,'_billing_address_1','1104 E 25th St.'),(61906,1495,'_billing_city','Tulsa'),(61907,1495,'_billing_state','OK'),(61908,1495,'_billing_postcode','74114'),(61909,1495,'_billing_country','US'),(61910,1495,'_billing_email','info@liceclinicsmidsouth.com'),(61911,1495,'_billing_phone','9189783329'),(61912,1495,'_shipping_first_name','Logan'),(61913,1495,'_shipping_last_name','Futrell'),(61914,1495,'_shipping_company','Lice Clinics of America NWA'),(61915,1495,'_shipping_address_1','207 E Monroe Ave'),(61916,1495,'_shipping_address_2','Suite D'),(61917,1495,'_shipping_city','Lowell'),(61918,1495,'_shipping_state','AR'),(61919,1495,'_shipping_postcode','72745'),(61920,1495,'_shipping_country','US'),(61921,1495,'_order_currency','USD'),(61922,1495,'_cart_discount','0'),(61923,1495,'_cart_discount_tax','0'),(61924,1495,'_order_shipping','0'),(61925,1495,'_order_shipping_tax','0'),(61926,1495,'_order_tax','0'),(61927,1495,'_order_total','947.48'),(61928,1495,'_order_version','7.0.0'),(61929,1495,'_prices_include_tax','no'),(61930,1495,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 1104 E 25th St.  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(61931,1495,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Suite D Lowell AR 72745 US '),(61932,1495,'is_vat_exempt','no'),(61933,1495,'Payment type','instant'),(61934,1495,'_paypal_status','completed'),(61935,1495,'_transaction_id','98J82186MM507084F'),(61936,1495,'PayPal Transaction Fee','33.56'),(61937,1495,'_date_paid','1665765807'),(61938,1495,'_paid_date','2022-10-14 16:43:27'),(61939,1495,'_download_permissions_granted','yes'),(61940,1495,'_recorded_sales','yes'),(61941,1495,'_recorded_coupon_usage_counts','yes'),(61942,1495,'_order_stock_reduced','yes'),(61943,1495,'_new_order_email_sent','true'),(61945,1496,'_order_key','wc_order_EYrlHYaEpSp7M'),(61946,1496,'_customer_user','64'),(61947,1496,'_payment_method','paypal'),(61948,1496,'_payment_method_title','PayPal'),(61949,1496,'_customer_ip_address','72.130.2.72'),(61950,1496,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(61951,1496,'_created_via','checkout'),(61952,1496,'_cart_hash','f91c06f2c598535a98855c616546d67b'),(61953,1496,'_billing_first_name','Barrie'),(61954,1496,'_billing_last_name','Desmond'),(61955,1496,'_billing_address_1','50 ALAHELE PL'),(61956,1496,'_billing_city','Kihei'),(61957,1496,'_billing_state','HI'),(61958,1496,'_billing_postcode','96753-7809'),(61959,1496,'_billing_country','US'),(61960,1496,'_billing_email','info@liceclinicshawaii.com'),(61961,1496,'_billing_phone','8082834247'),(61962,1496,'_shipping_first_name','Lice Clinics'),(61963,1496,'_shipping_last_name','Hawaii'),(61964,1496,'_shipping_address_1','250 Ward Avenue'),(61965,1496,'_shipping_address_2','Suite 231'),(61966,1496,'_shipping_city','Honolulu'),(61967,1496,'_shipping_state','HI'),(61968,1496,'_shipping_postcode','96814'),(61969,1496,'_shipping_country','US'),(61970,1496,'_order_currency','USD'),(61971,1496,'_cart_discount','0'),(61972,1496,'_cart_discount_tax','0'),(61973,1496,'_order_shipping','1016.71'),(61974,1496,'_order_shipping_tax','0'),(61975,1496,'_order_tax','0'),(61976,1496,'_order_total','2041.80'),(61977,1496,'_order_version','7.0.0'),(61978,1496,'_prices_include_tax','no'),(61979,1496,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(61980,1496,'_shipping_address_index','Lice Clinics Hawaii  250 Ward Avenue Suite 231 Honolulu HI 96814 US '),(61981,1496,'is_vat_exempt','no'),(61982,1492,'_edit_lock','1666015653:2'),(61983,1493,'_edit_lock','1666015718:2'),(61984,1494,'_edit_lock','1666015756:2'),(61985,1495,'_edit_lock','1666015946:2'),(61986,1491,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208858\";s:12:\"date_shipped\";s:10:\"1665964800\";s:11:\"tracking_id\";s:32:\"2be1b89b8066c045e9012ab17179f492\";}}'),(61987,1491,'_date_completed','1666015665'),(61988,1491,'_completed_date','2022-10-17 14:07:45'),(61989,1492,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208869\";s:12:\"date_shipped\";s:10:\"1665964800\";s:11:\"tracking_id\";s:32:\"8be6ae5007293019c01a3650c78ad867\";}}'),(61990,1492,'_edit_last','2'),(61991,1492,'_date_completed','1666015768'),(61992,1492,'_completed_date','2022-10-17 14:09:28'),(61993,1493,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208880\";s:12:\"date_shipped\";s:10:\"1665964800\";s:11:\"tracking_id\";s:32:\"a1138c54ecb937e7396ca07670c2727f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208870\";s:12:\"date_shipped\";i:1666015835;s:11:\"tracking_id\";s:32:\"1726d6869fc8749c97d6bc665a7f9433\";}}'),(61994,1493,'_edit_last','2'),(61995,1493,'_date_completed','1666015839'),(61996,1493,'_completed_date','2022-10-17 14:10:39'),(61997,1494,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208906\";s:12:\"date_shipped\";s:10:\"1665964800\";s:11:\"tracking_id\";s:32:\"d4718487a7bbaa541b99b1eea81e5328\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208891\";s:12:\"date_shipped\";i:1666015892;s:11:\"tracking_id\";s:32:\"07873397e99c9e991b14abe911431f1e\";}}'),(61998,1494,'_edit_last','2'),(61999,1494,'_date_completed','1666015895'),(62000,1494,'_completed_date','2022-10-17 14:11:35'),(62001,1495,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208940\";s:12:\"date_shipped\";s:10:\"1665964800\";s:11:\"tracking_id\";s:32:\"ca698ba4538c1c5ecaaa8e2f2380e54f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208939\";s:12:\"date_shipped\";i:1666016066;s:11:\"tracking_id\";s:32:\"8f5c0e92bf93a78158af80058a02a46d\";}}'),(62002,1495,'_edit_last','2'),(62003,1495,'_date_completed','1666016073'),(62004,1495,'_completed_date','2022-10-17 14:14:33'),(62005,1496,'acfw_shipping_discount_recalc','yes'),(62006,1496,'_edit_lock','1666123916:2'),(62007,1496,'_edit_last','2'),(62008,1496,'_recorded_coupon_usage_counts','yes'),(62009,515,'_used_by','64'),(62017,1497,'_order_key','wc_order_LjRQhWqKUZKk6'),(62018,1497,'_customer_user','3'),(62019,1497,'_payment_method','paypal'),(62020,1497,'_payment_method_title','PayPal'),(62021,1497,'_customer_ip_address','70.142.202.154'),(62022,1497,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62023,1497,'_created_via','checkout'),(62024,1497,'_cart_hash','fa8d1af2a2ba7121a3743b6d74460750'),(62025,1497,'_billing_first_name','AMANDA'),(62026,1497,'_billing_last_name','Westerman'),(62027,1497,'_billing_company','Lice Clinics of America'),(62028,1497,'_billing_address_1','1709 Damian Way'),(62029,1497,'_billing_city','Richardson'),(62030,1497,'_billing_state','TX'),(62031,1497,'_billing_postcode','75081'),(62032,1497,'_billing_country','US'),(62033,1497,'_billing_email','awesterman1103@gmail.com'),(62034,1497,'_billing_phone','12144175741'),(62035,1497,'_shipping_first_name','AMANDA'),(62036,1497,'_shipping_last_name','Westerman'),(62037,1497,'_shipping_company','Lice Clinics of America'),(62038,1497,'_shipping_address_1','1709 Damian Way'),(62039,1497,'_shipping_city','Richardson'),(62040,1497,'_shipping_state','TX'),(62041,1497,'_shipping_postcode','75081'),(62042,1497,'_shipping_country','US'),(62043,1497,'_order_currency','USD'),(62044,1497,'_cart_discount','0'),(62045,1497,'_cart_discount_tax','0'),(62046,1497,'_order_shipping','0'),(62047,1497,'_order_shipping_tax','0'),(62048,1497,'_order_tax','0'),(62049,1497,'_order_total','573.03'),(62050,1497,'_order_version','7.0.0'),(62051,1497,'_prices_include_tax','no'),(62052,1497,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(62053,1497,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(62054,1497,'is_vat_exempt','no'),(62055,1497,'Payment type','instant'),(62056,1497,'_paypal_status','completed'),(62057,1497,'_transaction_id','0GV83158SG941362C'),(62058,1497,'PayPal Transaction Fee','20.49'),(62059,1497,'_date_paid','1666020091'),(62060,1497,'_paid_date','2022-10-17 15:21:31'),(62061,1497,'_download_permissions_granted','yes'),(62062,1497,'_recorded_sales','yes'),(62063,1497,'_recorded_coupon_usage_counts','yes'),(62064,1497,'_order_stock_reduced','yes'),(62065,1497,'_new_order_email_sent','true'),(62067,1498,'_order_key','wc_order_XGk5m2IbxVSHA'),(62068,1498,'_customer_user','63'),(62069,1498,'_payment_method','paypal'),(62070,1498,'_payment_method_title','PayPal'),(62071,1498,'_customer_ip_address','24.113.88.157'),(62072,1498,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(62073,1498,'_created_via','checkout'),(62074,1498,'_cart_hash','046a60c3888d43b000a2d3ac3a24fb2e'),(62075,1498,'_billing_first_name','Lisa'),(62076,1498,'_billing_last_name','Hagman'),(62077,1498,'_billing_address_1','5190 NW Eldorado BLVD'),(62078,1498,'_billing_city','Bremerton'),(62079,1498,'_billing_state','WA'),(62080,1498,'_billing_postcode','98312'),(62081,1498,'_billing_country','US'),(62082,1498,'_billing_email','licegirls@icloud.com'),(62083,1498,'_billing_phone','360-471-7900'),(62084,1498,'_shipping_first_name','Lisa'),(62085,1498,'_shipping_last_name','Hagman'),(62086,1498,'_shipping_address_1','5190 NW Eldorado BLVD'),(62087,1498,'_shipping_city','Bremerton'),(62088,1498,'_shipping_state','WA'),(62089,1498,'_shipping_postcode','98312'),(62090,1498,'_shipping_country','US'),(62091,1498,'_order_currency','USD'),(62092,1498,'_cart_discount','0'),(62093,1498,'_cart_discount_tax','0'),(62094,1498,'_order_shipping','21.59'),(62095,1498,'_order_shipping_tax','0'),(62096,1498,'_order_tax','0'),(62097,1498,'_order_total','21.59'),(62098,1498,'_order_version','7.0.0'),(62099,1498,'_prices_include_tax','no'),(62100,1498,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(62101,1498,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(62102,1498,'is_vat_exempt','no'),(62103,1499,'_order_key','wc_order_9N8SHhoGDOER8'),(62104,1499,'_customer_user','63'),(62105,1499,'_payment_method','paypal'),(62106,1499,'_payment_method_title','PayPal'),(62107,1499,'_customer_ip_address','24.113.88.157'),(62108,1499,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(62109,1499,'_created_via','checkout'),(62110,1499,'_cart_hash','3fb92abe591f08ed0ed053c454b18f44'),(62111,1499,'_billing_first_name','Lisa'),(62112,1499,'_billing_last_name','Hagman'),(62113,1499,'_billing_address_1','5190 NW Eldorado BLVD'),(62114,1499,'_billing_city','Bremerton'),(62115,1499,'_billing_state','WA'),(62116,1499,'_billing_postcode','98312'),(62117,1499,'_billing_country','US'),(62118,1499,'_billing_email','licegirls@icloud.com'),(62119,1499,'_billing_phone','360-471-7900'),(62120,1499,'_shipping_first_name','Lisa'),(62121,1499,'_shipping_last_name','Hagman'),(62122,1499,'_shipping_address_1','5190 NW Eldorado BLVD'),(62123,1499,'_shipping_city','Bremerton'),(62124,1499,'_shipping_state','WA'),(62125,1499,'_shipping_postcode','98312'),(62126,1499,'_shipping_country','US'),(62127,1499,'_order_currency','USD'),(62128,1499,'_cart_discount','0'),(62129,1499,'_cart_discount_tax','0'),(62130,1499,'_order_shipping','21.59'),(62131,1499,'_order_shipping_tax','0'),(62132,1499,'_order_tax','0'),(62133,1499,'_order_total','21.59'),(62134,1499,'_order_version','7.0.0'),(62135,1499,'_prices_include_tax','no'),(62136,1499,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(62137,1499,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(62138,1499,'is_vat_exempt','no'),(62139,1500,'_order_key','wc_order_DV7snYuUHGp7r'),(62140,1500,'_customer_user','63'),(62141,1500,'_payment_method','paypal'),(62142,1500,'_payment_method_title','PayPal'),(62143,1500,'_customer_ip_address','24.113.88.157'),(62144,1500,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(62145,1500,'_created_via','checkout'),(62146,1500,'_cart_hash','ab949cdd6d91487ad058441603b03ddc'),(62147,1500,'_billing_first_name','Lisa'),(62148,1500,'_billing_last_name','Hagman'),(62149,1500,'_billing_address_1','5190 NW Eldorado BLVD'),(62150,1500,'_billing_city','Bremerton'),(62151,1500,'_billing_state','WA'),(62152,1500,'_billing_postcode','98312'),(62153,1500,'_billing_country','US'),(62154,1500,'_billing_email','licegirls@icloud.com'),(62155,1500,'_billing_phone','360-471-7900'),(62156,1500,'_shipping_first_name','Lisa'),(62157,1500,'_shipping_last_name','Hagman'),(62158,1500,'_shipping_address_1','5190 NW Eldorado BLVD'),(62159,1500,'_shipping_city','Bremerton'),(62160,1500,'_shipping_state','WA'),(62161,1500,'_shipping_postcode','98312'),(62162,1500,'_shipping_country','US'),(62163,1500,'_order_currency','USD'),(62164,1500,'_cart_discount','0'),(62165,1500,'_cart_discount_tax','0'),(62166,1500,'_order_shipping','21.59'),(62167,1500,'_order_shipping_tax','0'),(62168,1500,'_order_tax','0'),(62169,1500,'_order_total','21.59'),(62170,1500,'_order_version','7.0.0'),(62171,1500,'_prices_include_tax','no'),(62172,1500,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(62173,1500,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(62174,1500,'is_vat_exempt','no'),(62175,1496,'Payment type','instant'),(62176,1496,'_paypal_status','completed'),(62177,1496,'_transaction_id','4E62302335356215A'),(62178,1496,'PayPal Transaction Fee','71.75'),(62179,1496,'_date_paid','1666030277'),(62180,1496,'_paid_date','2022-10-17 18:11:17'),(62181,1496,'_download_permissions_granted','yes'),(62182,1496,'_recorded_sales','yes'),(62183,1496,'_order_stock_reduced','yes'),(62184,1496,'_new_order_email_sent','true'),(62185,1498,'_edit_lock','1668115859:2'),(62186,1498,'_edit_last','2'),(62187,1498,'_recorded_coupon_usage_counts','yes'),(62188,1499,'_edit_lock','1668115972:2'),(62189,1499,'_edit_last','2'),(62190,1499,'_recorded_coupon_usage_counts','yes'),(62191,1500,'_edit_lock','1668115791:2'),(62192,1500,'_edit_last','2'),(62193,1500,'_recorded_coupon_usage_counts','yes'),(62194,1502,'_order_key','wc_order_IEN90MEUVH2UX'),(62195,1502,'_customer_user','60'),(62196,1502,'_payment_method','paypal'),(62197,1502,'_payment_method_title','PayPal'),(62198,1502,'_customer_ip_address','98.193.14.84'),(62199,1502,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(62200,1502,'_created_via','checkout'),(62201,1502,'_cart_hash','81f310ccae9f26d36f0a1b74245427cc'),(62202,1502,'_billing_first_name','Jill'),(62203,1502,'_billing_last_name','Leshtz'),(62204,1502,'_billing_company','Lice clinics of America-North Shore'),(62205,1502,'_billing_address_1','1580 Lancelot Avenue'),(62206,1502,'_billing_city','Highland park'),(62207,1502,'_billing_state','IL'),(62208,1502,'_billing_postcode','60035'),(62209,1502,'_billing_country','US'),(62210,1502,'_billing_email','jleshtz@gmail.com'),(62211,1502,'_billing_phone','8473639001'),(62212,1502,'_shipping_first_name','Jill'),(62213,1502,'_shipping_last_name','Leshtz'),(62214,1502,'_shipping_company','Lice clinics of America-North Shore'),(62215,1502,'_shipping_address_1','1580 Lancelot Avenue'),(62216,1502,'_shipping_city','Highland park'),(62217,1502,'_shipping_state','IL'),(62218,1502,'_shipping_postcode','60035'),(62219,1502,'_shipping_country','US'),(62220,1502,'_order_currency','USD'),(62221,1502,'_cart_discount','0'),(62222,1502,'_cart_discount_tax','0'),(62223,1502,'_order_shipping','16.77'),(62224,1502,'_order_shipping_tax','0'),(62225,1502,'_order_tax','0'),(62226,1502,'_order_total','415.65'),(62227,1502,'_order_version','7.0.0'),(62228,1502,'_prices_include_tax','no'),(62229,1502,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(62230,1502,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(62231,1502,'is_vat_exempt','no'),(62232,1503,'_order_key','wc_order_qCmOxXpucfyQr'),(62233,1503,'_customer_user','83'),(62234,1503,'_payment_method','paypal'),(62235,1503,'_payment_method_title','PayPal'),(62236,1503,'_customer_ip_address','71.211.177.223'),(62237,1503,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62238,1503,'_created_via','checkout'),(62239,1503,'_cart_hash','80b1f901ae7fe1b1ebf60aa2d6497519'),(62240,1503,'_billing_first_name','Tanya'),(62241,1503,'_billing_last_name','Kensley'),(62242,1503,'_billing_company','Lice Clinics of America'),(62243,1503,'_billing_address_1','4248 McMurry Ave'),(62244,1503,'_billing_city','Fort Collins'),(62245,1503,'_billing_state','CO'),(62246,1503,'_billing_postcode','80525'),(62247,1503,'_billing_country','US'),(62248,1503,'_billing_email','info@liceclinicsnortherncolorado.com'),(62249,1503,'_billing_phone','9702338787'),(62250,1503,'_shipping_first_name','Lice Clinics'),(62251,1503,'_shipping_last_name','America'),(62252,1503,'_shipping_company','Lice Clinics of America Longmont'),(62253,1503,'_shipping_address_1','4248 McMurry Ave'),(62254,1503,'_shipping_city','Fort Collins'),(62255,1503,'_shipping_state','CO'),(62256,1503,'_shipping_postcode','80525'),(62257,1503,'_shipping_country','US'),(62258,1503,'_order_currency','USD'),(62259,1503,'_cart_discount','0'),(62260,1503,'_cart_discount_tax','0'),(62261,1503,'_order_shipping','33.42'),(62262,1503,'_order_shipping_tax','0'),(62263,1503,'_order_tax','0'),(62264,1503,'_order_total','246.62'),(62265,1503,'_order_version','7.0.0'),(62266,1503,'_prices_include_tax','no'),(62267,1503,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(62268,1503,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 4248 McMurry Ave  Fort Collins CO 80525 US '),(62269,1503,'is_vat_exempt','no'),(62270,1503,'Payment type','instant'),(62271,1503,'_paypal_status','completed'),(62272,1503,'_transaction_id','1RL168345Y155683H'),(62273,1503,'PayPal Transaction Fee','9.10'),(62274,1503,'_date_paid','1666037872'),(62275,1503,'_paid_date','2022-10-17 20:17:52'),(62276,1503,'_download_permissions_granted','yes'),(62277,1503,'_recorded_sales','yes'),(62278,1503,'_recorded_coupon_usage_counts','yes'),(62279,1503,'_order_stock_reduced','yes'),(62280,1503,'_new_order_email_sent','true'),(62281,1504,'_order_key','wc_order_9jFru05pWI8wA'),(62282,1504,'_customer_user','61'),(62283,1504,'_payment_method','paypal'),(62284,1504,'_payment_method_title','PayPal'),(62285,1504,'_customer_ip_address','217.180.201.251'),(62286,1504,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62287,1504,'_created_via','checkout'),(62288,1504,'_cart_hash','9278a87feeec6b0b833484981e18f379'),(62289,1504,'_billing_first_name','Judith'),(62290,1504,'_billing_last_name','Hayden'),(62291,1504,'_billing_company','LCAL Hayden LLC'),(62292,1504,'_billing_address_1','1795 Alysheba Way'),(62293,1504,'_billing_address_2','Ste 4105'),(62294,1504,'_billing_city','Lexington'),(62295,1504,'_billing_state','KY'),(62296,1504,'_billing_postcode','40509'),(62297,1504,'_billing_country','US'),(62298,1504,'_billing_email','judy@liceclinicslexington.com'),(62299,1504,'_billing_phone','8595376966'),(62300,1504,'_shipping_first_name','Judy'),(62301,1504,'_shipping_last_name','Hayden'),(62302,1504,'_shipping_company','Lice Clinics of America'),(62303,1504,'_shipping_address_1','6905 Burlington Pike'),(62304,1504,'_shipping_address_2','Suite A'),(62305,1504,'_shipping_city','Florence'),(62306,1504,'_shipping_state','KY'),(62307,1504,'_shipping_postcode','41042'),(62308,1504,'_shipping_country','US'),(62309,1504,'_order_currency','USD'),(62310,1504,'_cart_discount','0'),(62311,1504,'_cart_discount_tax','0'),(62312,1504,'_order_shipping','0'),(62313,1504,'_order_shipping_tax','0'),(62314,1504,'_order_tax','0'),(62315,1504,'_order_total','1301.06'),(62316,1504,'_order_version','7.0.0'),(62317,1504,'_prices_include_tax','no'),(62318,1504,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(62319,1504,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Suite A Florence KY 41042 US '),(62320,1504,'is_vat_exempt','no'),(62321,1504,'Payment type','instant'),(62322,1504,'_paypal_status','completed'),(62323,1504,'_transaction_id','9FX4148197457360D'),(62324,1504,'PayPal Transaction Fee','45.90'),(62325,1504,'_date_paid','1666043149'),(62326,1504,'_paid_date','2022-10-17 21:45:49'),(62327,1504,'_download_permissions_granted','yes'),(62328,1504,'_recorded_sales','yes'),(62329,1504,'_recorded_coupon_usage_counts','yes'),(62330,1504,'_order_stock_reduced','yes'),(62331,1504,'_new_order_email_sent','true'),(62332,1505,'_order_key','wc_order_7easGwzTZBHNp'),(62333,1505,'_customer_user','66'),(62334,1505,'_payment_method','paypal'),(62335,1505,'_payment_method_title','PayPal'),(62336,1505,'_customer_ip_address','69.250.30.77'),(62337,1505,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36'),(62338,1505,'_created_via','checkout'),(62339,1505,'_cart_hash','adab57412573cc7799e4079823b6ab5d'),(62340,1505,'_billing_first_name','Mark'),(62341,1505,'_billing_last_name','Dent'),(62342,1505,'_billing_company','Lice Clinics of Maryland'),(62343,1505,'_billing_address_1','801 W 33rd Street'),(62344,1505,'_billing_city','BAltimore'),(62345,1505,'_billing_state','MD'),(62346,1505,'_billing_postcode','21211'),(62347,1505,'_billing_country','US'),(62348,1505,'_billing_email','info@liceclinicsofmaryland.com'),(62349,1505,'_billing_phone','4438349991'),(62350,1505,'_shipping_first_name','Dawn'),(62351,1505,'_shipping_last_name','Mumaw'),(62352,1505,'_shipping_company','LCA Baltimore'),(62353,1505,'_shipping_address_1','604 Providence Road'),(62354,1505,'_shipping_city','Towson'),(62355,1505,'_shipping_state','MD'),(62356,1505,'_shipping_postcode','21286'),(62357,1505,'_shipping_country','US'),(62358,1505,'_order_currency','USD'),(62359,1505,'_cart_discount','0'),(62360,1505,'_cart_discount_tax','0'),(62361,1505,'_order_shipping','0'),(62362,1505,'_order_shipping_tax','0'),(62363,1505,'_order_tax','0'),(62364,1505,'_order_total','1024.38'),(62365,1505,'_order_version','7.0.0'),(62366,1505,'_prices_include_tax','no'),(62367,1505,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(62368,1505,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(62369,1505,'is_vat_exempt','no'),(62370,1505,'Payment type','instant'),(62371,1505,'_paypal_status','completed'),(62372,1505,'_transaction_id','1WN414412K4218823'),(62373,1505,'PayPal Transaction Fee','36.24'),(62374,1505,'_date_paid','1666103833'),(62375,1505,'_paid_date','2022-10-18 14:37:13'),(62376,1505,'_download_permissions_granted','yes'),(62377,1505,'_recorded_sales','yes'),(62378,1505,'_recorded_coupon_usage_counts','yes'),(62379,1505,'_order_stock_reduced','yes'),(62380,1505,'_new_order_email_sent','true'),(62381,1506,'_order_key','wc_order_MYEBMiAIBwcFF'),(62382,1506,'_customer_user','57'),(62383,1506,'_payment_method','paypal'),(62384,1506,'_payment_method_title','PayPal'),(62385,1506,'_customer_ip_address','107.203.54.57'),(62386,1506,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.42'),(62387,1506,'_created_via','checkout'),(62388,1506,'_cart_hash','01c87f0a43f53bf8eb4e7dbf2ed0e0b2'),(62389,1506,'_billing_first_name','Heather'),(62390,1506,'_billing_last_name','Purtle'),(62391,1506,'_billing_company','LCA- Upstate'),(62392,1506,'_billing_address_1','1 Creekview Ct.'),(62393,1506,'_billing_address_2','Ste C'),(62394,1506,'_billing_city','Greenville'),(62395,1506,'_billing_state','SC'),(62396,1506,'_billing_postcode','29615'),(62397,1506,'_billing_country','US'),(62398,1506,'_billing_email','hpurtle@bellsouth.net'),(62399,1506,'_billing_phone','8643604388'),(62400,1506,'_shipping_first_name','Heather'),(62401,1506,'_shipping_last_name','Purtle'),(62402,1506,'_shipping_company','LCA- Upstate'),(62403,1506,'_shipping_address_1','1 Creekview Ct.'),(62404,1506,'_shipping_address_2','Ste C'),(62405,1506,'_shipping_city','Greenville'),(62406,1506,'_shipping_state','SC'),(62407,1506,'_shipping_postcode','29615'),(62408,1506,'_shipping_country','US'),(62409,1506,'_order_currency','USD'),(62410,1506,'_cart_discount','0'),(62411,1506,'_cart_discount_tax','0'),(62412,1506,'_order_shipping','15.65'),(62413,1506,'_order_shipping_tax','0'),(62414,1506,'_order_tax','0'),(62415,1506,'_order_total','149.74'),(62416,1506,'_order_version','7.0.0'),(62417,1506,'_prices_include_tax','no'),(62418,1506,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(62419,1506,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(62420,1506,'is_vat_exempt','no'),(62421,1502,'_edit_lock','1666219356:2'),(62422,1502,'_edit_last','2'),(62423,1502,'_recorded_coupon_usage_counts','yes'),(62424,1502,'Payment type','instant'),(62425,1502,'_paypal_status','completed'),(62426,1502,'_transaction_id','7YM47402M45790005'),(62427,1502,'PayPal Transaction Fee','15.00'),(62428,1502,'_date_paid','1666121864'),(62429,1502,'_paid_date','2022-10-18 19:37:44'),(62430,1502,'_download_permissions_granted','yes'),(62431,1502,'_recorded_sales','yes'),(62432,1502,'_order_stock_reduced','yes'),(62433,1502,'_new_order_email_sent','true'),(62434,1505,'_edit_lock','1666123342:2'),(62435,1505,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209270\";s:12:\"date_shipped\";s:10:\"1666051200\";s:11:\"tracking_id\";s:32:\"4e97b7dd9a00e6dca9816c992245692d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209269\";s:12:\"date_shipped\";i:1666123396;s:11:\"tracking_id\";s:32:\"8a2657f0fb8b74af5951c8cbf1976b2c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209258\";s:12:\"date_shipped\";i:1666123406;s:11:\"tracking_id\";s:32:\"c448006defd3f3f47c6f9dbef86356e7\";}}'),(62436,1505,'_edit_last','2'),(62437,1505,'_date_completed','1666123460'),(62438,1505,'_completed_date','2022-10-18 20:04:20'),(62439,1503,'_edit_lock','1666123652:2'),(62440,1503,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209203\";s:12:\"date_shipped\";s:10:\"1666051200\";s:11:\"tracking_id\";s:32:\"bc4e77b95422cc9e2ee49ffa194e5743\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209199\";s:12:\"date_shipped\";i:1666123527;s:11:\"tracking_id\";s:32:\"0c8e21f25cc95bfb484484796546f480\";}}'),(62441,1503,'_edit_last','2'),(62442,1503,'_date_completed','1666123689'),(62443,1503,'_completed_date','2022-10-18 20:08:09'),(62444,1504,'_edit_lock','1666123752:2'),(62445,1504,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209236\";s:12:\"date_shipped\";s:10:\"1666051200\";s:11:\"tracking_id\";s:32:\"9c1ceb2ecf009576deea3b25339c343a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209225\";s:12:\"date_shipped\";i:1666123860;s:11:\"tracking_id\";s:32:\"565528225ce92b62e28e3cba2605903b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209214\";s:12:\"date_shipped\";i:1666123866;s:11:\"tracking_id\";s:32:\"fdd0d1460680c557406018088db0a505\";}}'),(62446,1504,'_edit_last','2'),(62447,1504,'_date_completed','1666123870'),(62448,1504,'_completed_date','2022-10-18 20:11:10'),(62449,1496,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209188\";s:12:\"date_shipped\";s:10:\"1666051200\";s:11:\"tracking_id\";s:32:\"fb4dac8547c6f97cd1fc44ef3de24144\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209177\";s:12:\"date_shipped\";i:1666123984;s:11:\"tracking_id\";s:32:\"46ffc1a57621303e70f2be22c264c965\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209166\";s:12:\"date_shipped\";i:1666123988;s:11:\"tracking_id\";s:32:\"89155695aecfd55e9fc1c9ac4bb34ad7\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209155\";s:12:\"date_shipped\";i:1666123993;s:11:\"tracking_id\";s:32:\"6ebf8eae83b6d7340c5d3c86742056b8\";}}'),(62450,1496,'_date_completed','1666124043'),(62451,1496,'_completed_date','2022-10-18 20:14:03'),(62452,1497,'_edit_lock','1666124131:2'),(62453,1497,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208994\";s:12:\"date_shipped\";s:10:\"1666051200\";s:11:\"tracking_id\";s:32:\"2465ed60f60b833e20e3768d15a2b603\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830208983\";s:12:\"date_shipped\";i:1666124263;s:11:\"tracking_id\";s:32:\"a03d394fdc52d90d3e58530bee5709ed\";}}'),(62454,1497,'_edit_last','2'),(62455,1497,'_date_completed','1666124267'),(62456,1497,'_completed_date','2022-10-18 20:17:47'),(62457,1507,'_order_key','wc_order_mBW9sG1pW2qYZ'),(62458,1507,'_customer_user','28'),(62459,1507,'_payment_method','paypal'),(62460,1507,'_payment_method_title','PayPal'),(62461,1507,'_customer_ip_address','172.115.255.171'),(62462,1507,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62463,1507,'_created_via','checkout'),(62464,1507,'_cart_hash','0aef389ffada127b14801ea71da72466'),(62465,1507,'_billing_first_name','Kelli'),(62466,1507,'_billing_last_name','Washington'),(62467,1507,'_billing_company','Lice Clinics of America - Temecula'),(62468,1507,'_billing_address_1','2438 Bear Rock Gln'),(62469,1507,'_billing_city','Escondido'),(62470,1507,'_billing_state','CA'),(62471,1507,'_billing_postcode','92026'),(62472,1507,'_billing_country','US'),(62473,1507,'_billing_email','info@liceclinicstemecula.com'),(62474,1507,'_billing_phone','7606255580'),(62475,1507,'_shipping_first_name','Kelli'),(62476,1507,'_shipping_last_name','Washington'),(62477,1507,'_shipping_company','Lice Clinics of America - Temecula'),(62478,1507,'_shipping_address_1','2438 Bear Rock Gln'),(62479,1507,'_shipping_city','Escondido'),(62480,1507,'_shipping_state','CA'),(62481,1507,'_shipping_postcode','92026'),(62482,1507,'_shipping_country','US'),(62483,1507,'_order_currency','USD'),(62484,1507,'_cart_discount','0'),(62485,1507,'_cart_discount_tax','0'),(62486,1507,'_order_shipping','22.75'),(62487,1507,'_order_shipping_tax','0'),(62488,1507,'_order_tax','0'),(62489,1507,'_order_total','260.35'),(62490,1507,'_order_version','7.0.0'),(62491,1507,'_prices_include_tax','no'),(62492,1507,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(62493,1507,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(62494,1507,'is_vat_exempt','no'),(62495,1507,'Payment type','instant'),(62496,1507,'_paypal_status','completed'),(62497,1507,'_transaction_id','19B37342XA047942D'),(62498,1507,'PayPal Transaction Fee','9.58'),(62499,1507,'_date_paid','1666135092'),(62500,1507,'_paid_date','2022-10-18 23:18:12'),(62501,1507,'_download_permissions_granted','yes'),(62502,1507,'_recorded_sales','yes'),(62503,1507,'_recorded_coupon_usage_counts','yes'),(62504,1507,'_order_stock_reduced','yes'),(62505,1507,'_new_order_email_sent','true'),(62506,1506,'_edit_lock','1666219452:2'),(62507,1506,'_edit_last','2'),(62508,1506,'_recorded_coupon_usage_counts','yes'),(62509,1506,'Payment type','instant'),(62510,1506,'_paypal_status','completed'),(62511,1506,'_transaction_id','1WF99238W7261602U'),(62512,1506,'PayPal Transaction Fee','5.72'),(62513,1506,'_date_paid','1666196805'),(62514,1506,'_paid_date','2022-10-19 16:26:45'),(62515,1506,'_download_permissions_granted','yes'),(62516,1506,'_recorded_sales','yes'),(62517,1506,'_order_stock_reduced','yes'),(62518,1506,'_new_order_email_sent','true'),(62519,1508,'_order_key','wc_order_Pmf5aj1fmX6jI'),(62520,1508,'_customer_user','43'),(62521,1508,'_payment_method','paypal'),(62522,1508,'_payment_method_title','PayPal'),(62523,1508,'_customer_ip_address','172.58.128.82'),(62524,1508,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(62525,1508,'_created_via','checkout'),(62526,1508,'_cart_hash','626a2b4a72e9b6ee6f001de9fa44e962'),(62527,1508,'_billing_first_name','Ryan'),(62528,1508,'_billing_last_name','Nelson'),(62529,1508,'_billing_address_1','140 Flame Vine drive'),(62530,1508,'_billing_city','Naples'),(62531,1508,'_billing_state','FL'),(62532,1508,'_billing_postcode','34110'),(62533,1508,'_billing_country','US'),(62534,1508,'_billing_email','Rjnelson73@gmail.com'),(62535,1508,'_billing_phone','239-281-0719'),(62536,1508,'_shipping_first_name','Ryan'),(62537,1508,'_shipping_last_name','Nelson'),(62538,1508,'_shipping_address_1','140 Flame Vine drive'),(62539,1508,'_shipping_city','Naples'),(62540,1508,'_shipping_state','FL'),(62541,1508,'_shipping_postcode','34110'),(62542,1508,'_shipping_country','US'),(62543,1508,'_order_currency','USD'),(62544,1508,'_cart_discount','0'),(62545,1508,'_cart_discount_tax','0'),(62546,1508,'_order_shipping','16.48'),(62547,1508,'_order_shipping_tax','0'),(62548,1508,'_order_tax','0'),(62549,1508,'_order_total','211.84'),(62550,1508,'_order_version','7.0.0'),(62551,1508,'_prices_include_tax','no'),(62552,1508,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(62553,1508,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(62554,1508,'is_vat_exempt','no'),(62555,1502,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209501\";s:12:\"date_shipped\";s:10:\"1666137600\";s:11:\"tracking_id\";s:32:\"bfa38cc533e42c9f1371fbcc02f366d2\";}}'),(62556,1502,'_date_completed','1666219482'),(62557,1502,'_completed_date','2022-10-19 22:44:42'),(62558,1507,'_edit_lock','1666219389:2'),(62559,1507,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209497\";s:12:\"date_shipped\";s:10:\"1666137600\";s:11:\"tracking_id\";s:32:\"850049c9532348446e57997d57d5ec3d\";}}'),(62560,1507,'_edit_last','2'),(62561,1507,'_date_completed','1666219521'),(62562,1507,'_completed_date','2022-10-19 22:45:21'),(62563,1506,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209567\";s:12:\"date_shipped\";s:10:\"1666137600\";s:11:\"tracking_id\";s:32:\"d3167168aceb088afc3b8ea7d2bb12c2\";}}'),(62564,1506,'_date_completed','1666219561'),(62565,1506,'_completed_date','2022-10-19 22:46:01'),(62566,1508,'_edit_lock','1666296331:2'),(62567,1508,'_edit_last','2'),(62568,1508,'_recorded_coupon_usage_counts','yes'),(62569,1509,'_order_key','wc_order_MnHnXoENlo8Et'),(62570,1509,'_customer_user','5'),(62571,1509,'_payment_method','paypal'),(62572,1509,'_payment_method_title','PayPal'),(62573,1509,'_customer_ip_address','71.237.160.189'),(62574,1509,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62575,1509,'_created_via','checkout'),(62576,1509,'_cart_hash','6c4f035f8d704c9c785d5e63328bdc73'),(62577,1509,'_billing_first_name','Mark'),(62578,1509,'_billing_last_name','Meyer'),(62579,1509,'_billing_company','lice clinics of america- portland'),(62580,1509,'_billing_address_1','5201 SW Westgate Dr suite 106'),(62581,1509,'_billing_address_2','106'),(62582,1509,'_billing_city','portland'),(62583,1509,'_billing_state','OR'),(62584,1509,'_billing_postcode','97221'),(62585,1509,'_billing_country','US'),(62586,1509,'_billing_email','noemi.and.mark@nwliceclinics.com'),(62587,1509,'_billing_phone','5034040475'),(62588,1509,'_shipping_first_name','Mark'),(62589,1509,'_shipping_last_name','Meyer'),(62590,1509,'_shipping_company','lice clinics of america- portland'),(62591,1509,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(62592,1509,'_shipping_address_2','106'),(62593,1509,'_shipping_city','portland'),(62594,1509,'_shipping_state','OR'),(62595,1509,'_shipping_postcode','97221'),(62596,1509,'_shipping_country','US'),(62597,1509,'_order_currency','USD'),(62598,1509,'_cart_discount','0'),(62599,1509,'_cart_discount_tax','0'),(62600,1509,'_order_shipping','0'),(62601,1509,'_order_shipping_tax','0'),(62602,1509,'_order_tax','0'),(62603,1509,'_order_total','1681.26'),(62604,1509,'_order_version','7.0.0'),(62605,1509,'_prices_include_tax','no'),(62606,1509,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(62607,1509,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(62608,1509,'is_vat_exempt','no'),(62609,1509,'Payment type','instant'),(62610,1509,'_paypal_status','completed'),(62611,1509,'_transaction_id','0RP47811319905240'),(62612,1509,'PayPal Transaction Fee','59.17'),(62613,1509,'_date_paid','1666220316'),(62614,1509,'_paid_date','2022-10-19 22:58:36'),(62615,1509,'_download_permissions_granted','yes'),(62616,1509,'_recorded_sales','yes'),(62617,1509,'_recorded_coupon_usage_counts','yes'),(62618,1509,'_order_stock_reduced','yes'),(62619,1509,'_new_order_email_sent','true'),(62620,1508,'Payment type','instant'),(62621,1508,'_paypal_status','completed'),(62622,1508,'_transaction_id','6TE783837P356514M'),(62623,1508,'PayPal Transaction Fee','7.88'),(62624,1508,'_date_paid','1666230291'),(62625,1508,'_paid_date','2022-10-20 01:44:51'),(62626,1508,'_download_permissions_granted','yes'),(62627,1508,'_recorded_sales','yes'),(62628,1508,'_order_stock_reduced','yes'),(62629,1508,'_new_order_email_sent','true'),(62630,1509,'_edit_lock','1666296154:2'),(62631,1509,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209751\";s:12:\"date_shipped\";s:10:\"1666224000\";s:11:\"tracking_id\";s:32:\"d7f1e91056aac9493b73a1d69433e651\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209740\";s:12:\"date_shipped\";i:1666296263;s:11:\"tracking_id\";s:32:\"224a76e187431677d1ae952ea096d10e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209730\";s:12:\"date_shipped\";i:1666296268;s:11:\"tracking_id\";s:32:\"0adf4b2e524eabd0d96370aaa22a8a99\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209729\";s:12:\"date_shipped\";i:1666296276;s:11:\"tracking_id\";s:32:\"d5bd971ab994a3ef60d8ae481909e060\";}}'),(62632,1509,'_edit_last','2'),(62633,1509,'_date_completed','1666296279'),(62634,1509,'_completed_date','2022-10-20 20:04:39'),(62635,1508,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209718\";s:12:\"date_shipped\";s:10:\"1666224000\";s:11:\"tracking_id\";s:32:\"edc506f6af1b07267efcca0c24f475ba\";}}'),(62636,1508,'_date_completed','1666296321'),(62637,1508,'_completed_date','2022-10-20 20:05:21'),(62638,1510,'_order_key','wc_order_Hfq4e1jCu74nQ'),(62639,1510,'_customer_user','0'),(62640,1510,'_payment_method','paypal'),(62641,1510,'_payment_method_title','PayPal'),(62642,1510,'_customer_ip_address','136.49.57.192'),(62643,1510,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62644,1510,'_created_via','checkout'),(62645,1510,'_cart_hash','3bd1b02c9b0369fdceec016dbf9128f0'),(62646,1510,'_billing_first_name','Lee'),(62647,1510,'_billing_last_name','Rogers'),(62648,1510,'_billing_company','United States'),(62649,1510,'_billing_address_1','40 N Interstate 35'),(62650,1510,'_billing_address_2','APT 4B2'),(62651,1510,'_billing_city','Austin'),(62652,1510,'_billing_state','TX'),(62653,1510,'_billing_postcode','78701'),(62654,1510,'_billing_country','US'),(62655,1510,'_billing_email','leerogers@flash.net'),(62656,1510,'_billing_phone','316-727-9951'),(62657,1510,'_shipping_first_name','Kaitlin'),(62658,1510,'_shipping_last_name','Ryan'),(62659,1510,'_shipping_company','LCA Dublin'),(62660,1510,'_shipping_address_1','5910 Wilcox Place'),(62661,1510,'_shipping_address_2','Suite E'),(62662,1510,'_shipping_city','Dublin'),(62663,1510,'_shipping_state','OH'),(62664,1510,'_shipping_postcode','43016'),(62665,1510,'_shipping_country','US'),(62666,1510,'_order_currency','USD'),(62667,1510,'_cart_discount','0'),(62668,1510,'_cart_discount_tax','0'),(62669,1510,'_order_shipping','0'),(62670,1510,'_order_shipping_tax','0'),(62671,1510,'_order_tax','0'),(62672,1510,'_order_total','641.73'),(62673,1510,'_order_version','7.0.0'),(62674,1510,'_prices_include_tax','no'),(62675,1510,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(62676,1510,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(62677,1510,'is_vat_exempt','no'),(62678,1510,'Payment type','instant'),(62679,1510,'_paypal_status','completed'),(62680,1510,'_transaction_id','4LV96083MD5323506'),(62681,1510,'PayPal Transaction Fee','22.89'),(62682,1510,'_date_paid','1666373784'),(62683,1510,'_paid_date','2022-10-21 17:36:24'),(62684,1510,'_download_permissions_granted','yes'),(62685,1510,'_recorded_sales','yes'),(62686,1510,'_recorded_coupon_usage_counts','yes'),(62687,1510,'_order_stock_reduced','yes'),(62688,1510,'_new_order_email_sent','true'),(62689,1511,'_order_key','wc_order_WM2lpvO8ImxmK'),(62690,1511,'_customer_user','76'),(62691,1511,'_payment_method','paypal'),(62692,1511,'_payment_method_title','PayPal'),(62693,1511,'_customer_ip_address','146.115.131.163'),(62694,1511,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(62695,1511,'_created_via','checkout'),(62696,1511,'_cart_hash','f3d6116f49c320b6eb23b6caa4032abd'),(62697,1511,'_billing_first_name','Naomi'),(62698,1511,'_billing_last_name','Golden'),(62699,1511,'_billing_address_1','31 Mann Ave'),(62700,1511,'_billing_city','Needham'),(62701,1511,'_billing_state','MA'),(62702,1511,'_billing_postcode','02492'),(62703,1511,'_billing_country','US'),(62704,1511,'_billing_email','nrgolden6486@gmail.com'),(62705,1511,'_billing_phone','617-851-1322'),(62706,1511,'_shipping_first_name','Naomi'),(62707,1511,'_shipping_last_name','Golden'),(62708,1511,'_shipping_company','Lice Aunties'),(62709,1511,'_shipping_address_1','1234 Chestnut Street'),(62710,1511,'_shipping_city','Newton'),(62711,1511,'_shipping_state','MA'),(62712,1511,'_shipping_postcode','02464'),(62713,1511,'_shipping_country','US'),(62714,1511,'_order_currency','USD'),(62715,1511,'_cart_discount','0'),(62716,1511,'_cart_discount_tax','0'),(62717,1511,'_order_shipping','0'),(62718,1511,'_order_shipping_tax','0'),(62719,1511,'_order_tax','0'),(62720,1511,'_order_total','541.44'),(62721,1511,'_order_version','7.0.0'),(62722,1511,'_prices_include_tax','no'),(62723,1511,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(62724,1511,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(62725,1511,'is_vat_exempt','no'),(62726,1511,'Payment type','instant'),(62727,1511,'_paypal_status','completed'),(62728,1511,'_transaction_id','42L67935KM468015Y'),(62729,1511,'PayPal Transaction Fee','19.39'),(62730,1511,'_date_paid','1666381818'),(62731,1511,'_paid_date','2022-10-21 19:50:18'),(62732,1511,'_download_permissions_granted','yes'),(62733,1511,'_recorded_sales','yes'),(62734,1511,'_recorded_coupon_usage_counts','yes'),(62735,1511,'_order_stock_reduced','yes'),(62736,1511,'_new_order_email_sent','true'),(62737,1512,'_order_key','wc_order_YqmeOFIGbLf6E'),(62738,1512,'_customer_user','37'),(62739,1512,'_payment_method','paypal'),(62740,1512,'_payment_method_title','PayPal'),(62741,1512,'_customer_ip_address','75.91.11.9'),(62742,1512,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 Edg/106.0.1370.47'),(62743,1512,'_created_via','checkout'),(62744,1512,'_cart_hash','da5802b990c123c30094b6cbd60ab265'),(62745,1512,'_billing_first_name','Melody'),(62746,1512,'_billing_last_name','Carter'),(62747,1512,'_billing_company','Family Hair Clinic of South Ga LLC'),(62748,1512,'_billing_address_1','7754 GA HIGHWAY 122 W'),(62749,1512,'_billing_city','HAHIRA'),(62750,1512,'_billing_state','GA'),(62751,1512,'_billing_postcode','31632-2210'),(62752,1512,'_billing_country','US'),(62753,1512,'_billing_email','familyhairclinic@gmail.com'),(62754,1512,'_billing_phone','2294151748'),(62755,1512,'_shipping_first_name','Melody'),(62756,1512,'_shipping_last_name','Carter'),(62757,1512,'_shipping_company','LCA Family Hair Clinic'),(62758,1512,'_shipping_address_1','7754 GA Highway 122 W'),(62759,1512,'_shipping_city','Hahira'),(62760,1512,'_shipping_state','GA'),(62761,1512,'_shipping_postcode','31632'),(62762,1512,'_shipping_country','US'),(62763,1512,'_order_currency','USD'),(62764,1512,'_cart_discount','0'),(62765,1512,'_cart_discount_tax','0'),(62766,1512,'_order_shipping','33.26'),(62767,1512,'_order_shipping_tax','0'),(62768,1512,'_order_tax','0'),(62769,1512,'_order_total','496.39'),(62770,1512,'_order_version','7.0.0'),(62771,1512,'_prices_include_tax','no'),(62772,1512,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(62773,1512,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(62774,1512,'is_vat_exempt','no'),(62775,1512,'Payment type','instant'),(62776,1512,'_paypal_status','completed'),(62777,1512,'_transaction_id','5EL78561AS9417807'),(62778,1512,'PayPal Transaction Fee','17.81'),(62779,1512,'_date_paid','1666383331'),(62780,1512,'_paid_date','2022-10-21 20:15:31'),(62781,1512,'_download_permissions_granted','yes'),(62782,1512,'_recorded_sales','yes'),(62783,1512,'_recorded_coupon_usage_counts','yes'),(62784,1512,'_order_stock_reduced','yes'),(62785,1512,'_new_order_email_sent','true'),(62786,1513,'_order_key','wc_order_hVbetp7LGIhnx'),(62787,1513,'_customer_user','79'),(62788,1513,'_payment_method','paypal'),(62789,1513,'_payment_method_title','PayPal'),(62790,1513,'_customer_ip_address','76.72.44.28'),(62791,1513,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(62792,1513,'_created_via','checkout'),(62793,1513,'_cart_hash','0ef72b58233c493267f3f591c87c6171'),(62794,1513,'_billing_first_name','Shanna'),(62795,1513,'_billing_last_name','Castille'),(62796,1513,'_billing_address_1','1097 Hundley Rd'),(62797,1513,'_billing_city','Eunice'),(62798,1513,'_billing_state','LA'),(62799,1513,'_billing_postcode','70535'),(62800,1513,'_billing_country','US'),(62801,1513,'_billing_email','Shanna_sr09@yahoo.com'),(62802,1513,'_billing_phone','3374668998'),(62803,1513,'_shipping_first_name','Shanna'),(62804,1513,'_shipping_last_name','Castille'),(62805,1513,'_shipping_address_1','1097 Hundley Rd'),(62806,1513,'_shipping_city','eunice'),(62807,1513,'_shipping_state','LA'),(62808,1513,'_shipping_postcode','70535'),(62809,1513,'_shipping_country','US'),(62810,1513,'_order_currency','USD'),(62811,1513,'_cart_discount','0'),(62812,1513,'_cart_discount_tax','0'),(62813,1513,'_order_shipping','0'),(62814,1513,'_order_shipping_tax','0'),(62815,1513,'_order_tax','0'),(62816,1513,'_order_total','874.60'),(62817,1513,'_order_version','7.0.0'),(62818,1513,'_prices_include_tax','no'),(62819,1513,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(62820,1513,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(62821,1513,'is_vat_exempt','no'),(62822,1513,'Payment type','instant'),(62823,1513,'_paypal_status','completed'),(62824,1513,'_transaction_id','73H13080KJ425231K'),(62825,1513,'PayPal Transaction Fee','31.01'),(62826,1513,'_date_paid','1666386836'),(62827,1513,'_paid_date','2022-10-21 21:13:56'),(62828,1513,'_download_permissions_granted','yes'),(62829,1513,'_recorded_sales','yes'),(62830,1513,'_recorded_coupon_usage_counts','yes'),(62831,1513,'_order_stock_reduced','yes'),(62832,1513,'_new_order_email_sent','true'),(62833,1514,'_order_key','wc_order_nI4uTvQF8JJmt'),(62834,1514,'_customer_user','6'),(62835,1514,'_payment_method','paypal'),(62836,1514,'_payment_method_title','PayPal'),(62837,1514,'_customer_ip_address','76.20.84.214'),(62838,1514,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62839,1514,'_created_via','checkout'),(62840,1514,'_cart_hash','58b78a6098f6db058e476a66ed0f7a28'),(62841,1514,'_billing_first_name','Amira'),(62842,1514,'_billing_last_name','Purto'),(62843,1514,'_billing_address_1','2628 Acapulco Way'),(62844,1514,'_billing_city','Modesto'),(62845,1514,'_billing_state','CA'),(62846,1514,'_billing_postcode','95355'),(62847,1514,'_billing_country','US'),(62848,1514,'_billing_email','amira77@sbcglobal.net'),(62849,1514,'_billing_phone','2096422061'),(62850,1514,'_shipping_first_name','Amira'),(62851,1514,'_shipping_last_name','Purto'),(62852,1514,'_shipping_address_1','2628 Acapulco Way'),(62853,1514,'_shipping_city','Modesto'),(62854,1514,'_shipping_state','CA'),(62855,1514,'_shipping_postcode','95355'),(62856,1514,'_shipping_country','US'),(62857,1514,'_order_currency','USD'),(62858,1514,'_cart_discount','0'),(62859,1514,'_cart_discount_tax','0'),(62860,1514,'_order_shipping','0'),(62861,1514,'_order_shipping_tax','0'),(62862,1514,'_order_tax','0'),(62863,1514,'_order_total','1048.46'),(62864,1514,'_order_version','7.0.0'),(62865,1514,'_prices_include_tax','no'),(62866,1514,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(62867,1514,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(62868,1514,'is_vat_exempt','no'),(62869,1514,'Payment type','instant'),(62870,1514,'_paypal_status','completed'),(62871,1514,'_transaction_id','25S30934X3370413K'),(62872,1514,'PayPal Transaction Fee','37.08'),(62873,1514,'_date_paid','1666626677'),(62874,1514,'_paid_date','2022-10-24 15:51:17'),(62875,1514,'_download_permissions_granted','yes'),(62876,1514,'_recorded_sales','yes'),(62877,1514,'_recorded_coupon_usage_counts','yes'),(62878,1514,'_order_stock_reduced','yes'),(62879,1514,'_new_order_email_sent','true'),(62880,1510,'_edit_lock','1666628543:2'),(62881,1510,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209854\";s:12:\"date_shipped\";s:10:\"1666569600\";s:11:\"tracking_id\";s:32:\"fdbc2dc130e7a5008f19287234a1de6d\";}}'),(62882,1510,'_edit_last','2'),(62883,1510,'_date_completed','1666628681'),(62884,1510,'_completed_date','2022-10-24 16:24:41'),(62885,1511,'_edit_lock','1666629199:2'),(62886,1511,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209924\";s:12:\"date_shipped\";s:10:\"1666569600\";s:11:\"tracking_id\";s:32:\"154f713950a2cbd808e61755048edd72\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209913\";s:12:\"date_shipped\";i:1666629282;s:11:\"tracking_id\";s:32:\"73567aad4edc267fb759864cbbb7213e\";}}'),(62887,1511,'_edit_last','2'),(62888,1511,'_date_completed','1666629297'),(62889,1511,'_completed_date','2022-10-24 16:34:57'),(62890,1512,'_edit_lock','1666629436:2'),(62891,1512,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209946\";s:12:\"date_shipped\";s:10:\"1666569600\";s:11:\"tracking_id\";s:32:\"76795f5f2e88184d3d89b8cb1bb40c52\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209935\";s:12:\"date_shipped\";i:1666629522;s:11:\"tracking_id\";s:32:\"2b8010f3e4c01da12e2d4e767040e9a5\";}}'),(62892,1512,'_edit_last','2'),(62893,1512,'_date_completed','1666629553'),(62894,1512,'_completed_date','2022-10-24 16:39:13'),(62895,1513,'_edit_lock','1666629724:2'),(62896,1513,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209968\";s:12:\"date_shipped\";s:10:\"1666569600\";s:11:\"tracking_id\";s:32:\"58f3ff79c70e0c74d6426460a9c0be3c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830209957\";s:12:\"date_shipped\";i:1666629611;s:11:\"tracking_id\";s:32:\"042352757a3335e61a69fb6828113334\";}}'),(62897,1513,'_edit_last','2'),(62898,1513,'_date_completed','1666629614'),(62899,1513,'_completed_date','2022-10-24 16:40:14'),(62900,1515,'_order_key','wc_order_su2poIWtMAuxY'),(62901,1515,'_customer_user','77'),(62902,1515,'_payment_method','paypal'),(62903,1515,'_payment_method_title','PayPal'),(62904,1515,'_customer_ip_address','107.205.56.86'),(62905,1515,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62906,1515,'_created_via','checkout'),(62907,1515,'_cart_hash','8f02c0883d7e6002e7e1cd30b616253e'),(62908,1515,'_billing_first_name','Phil'),(62909,1515,'_billing_last_name','Moon'),(62910,1515,'_billing_company','Lice Clinics of America-Fresno'),(62911,1515,'_billing_address_1','585 56th Street'),(62912,1515,'_billing_city','Oakland'),(62913,1515,'_billing_state','CA'),(62914,1515,'_billing_postcode','94609'),(62915,1515,'_billing_country','US'),(62916,1515,'_billing_email','info@liceclinicsfresno.com'),(62917,1515,'_billing_phone','5593046305'),(62918,1515,'_shipping_first_name','Kristen'),(62919,1515,'_shipping_last_name','Maroot-Rippee'),(62920,1515,'_shipping_company','Lice Busters LLC. Fresno'),(62921,1515,'_shipping_address_1','487 W. Scott Avenue'),(62922,1515,'_shipping_city','Fresno'),(62923,1515,'_shipping_state','CA'),(62924,1515,'_shipping_postcode','93704'),(62925,1515,'_shipping_country','US'),(62926,1515,'_order_currency','USD'),(62927,1515,'_cart_discount','0'),(62928,1515,'_cart_discount_tax','0'),(62929,1515,'_order_shipping','16.75'),(62930,1515,'_order_shipping_tax','0'),(62931,1515,'_order_tax','0'),(62932,1515,'_order_total','349.15'),(62933,1515,'_order_version','7.0.0'),(62934,1515,'_prices_include_tax','no'),(62935,1515,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(62936,1515,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Fresno 487 W. Scott Avenue  Fresno CA 93704 US '),(62937,1515,'is_vat_exempt','no'),(62938,1515,'Payment type','instant'),(62939,1515,'_paypal_status','completed'),(62940,1515,'_transaction_id','01342557L8116593Y'),(62941,1515,'PayPal Transaction Fee','12.68'),(62942,1515,'_date_paid','1666638085'),(62943,1515,'_paid_date','2022-10-24 19:01:25'),(62944,1515,'_download_permissions_granted','yes'),(62945,1515,'_recorded_sales','yes'),(62946,1515,'_recorded_coupon_usage_counts','yes'),(62947,1515,'_order_stock_reduced','yes'),(62948,1515,'_new_order_email_sent','true'),(62950,1514,'_edit_lock','1666709897:2'),(62951,1514,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210045\";s:12:\"date_shipped\";s:10:\"1666656000\";s:11:\"tracking_id\";s:32:\"bdba1fae9497f001e844bdacd9c918ed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210034\";s:12:\"date_shipped\";i:1666710013;s:11:\"tracking_id\";s:32:\"c23c4a98ee30c39a26e5d53d1132006e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210023\";s:12:\"date_shipped\";i:1666710021;s:11:\"tracking_id\";s:32:\"83790fe575f99f97755982b6be5a262c\";}}'),(62952,1514,'_edit_last','2'),(62953,1514,'_date_completed','1666710024'),(62954,1514,'_completed_date','2022-10-25 15:00:24'),(62955,1517,'_order_key','wc_order_3sNcasgIhy6uH'),(62956,1517,'_customer_user','4'),(62957,1517,'_payment_method','paypal'),(62958,1517,'_payment_method_title','PayPal'),(62959,1517,'_customer_ip_address','98.33.187.48'),(62960,1517,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(62961,1517,'_created_via','checkout'),(62962,1517,'_cart_hash','373f556c020be2fecdd09b23f0b95aab'),(62963,1517,'_billing_first_name','David'),(62964,1517,'_billing_last_name','Washburn'),(62965,1517,'_billing_company','Larada Sciences (LCA)'),(62966,1517,'_billing_address_1','4873 South State St.'),(62967,1517,'_billing_city','Murray'),(62968,1517,'_billing_state','UT'),(62969,1517,'_billing_postcode','84107'),(62970,1517,'_billing_country','US'),(62971,1517,'_billing_email','david@laradasciences.com'),(62972,1517,'_billing_phone','8019197428'),(62973,1517,'_shipping_first_name','David'),(62974,1517,'_shipping_last_name','Washburn'),(62975,1517,'_shipping_company','Larada Sciences (LCA)'),(62976,1517,'_shipping_address_1','4873 South State St.'),(62977,1517,'_shipping_city','Murray'),(62978,1517,'_shipping_state','UT'),(62979,1517,'_shipping_postcode','84107'),(62980,1517,'_shipping_country','US'),(62981,1517,'_order_currency','USD'),(62982,1517,'_cart_discount','0'),(62983,1517,'_cart_discount_tax','0'),(62984,1517,'_order_shipping','0'),(62985,1517,'_order_shipping_tax','0'),(62986,1517,'_order_tax','0'),(62987,1517,'_order_total','1172.24'),(62988,1517,'_order_version','7.0.0'),(62989,1517,'_prices_include_tax','no'),(62990,1517,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(62991,1517,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(62992,1517,'is_vat_exempt','no'),(62993,1515,'_edit_lock','1666721227:2'),(62994,1515,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210126\";s:12:\"date_shipped\";s:10:\"1666656000\";s:11:\"tracking_id\";s:32:\"90ff537554bb800f590c0337777a8155\";}}'),(62995,1515,'_edit_last','2'),(62996,1515,'_date_completed','1666721350'),(62997,1515,'_completed_date','2022-10-25 18:09:10'),(62998,1517,'_edit_lock','1666801181:2'),(62999,1517,'_edit_last','2'),(63000,1517,'_recorded_coupon_usage_counts','yes'),(63001,1517,'Payment type','instant'),(63002,1517,'_paypal_status','completed'),(63003,1517,'_transaction_id','1T503791F8230220X'),(63004,1517,'PayPal Transaction Fee','41.40'),(63005,1517,'_date_paid','1666722073'),(63006,1517,'_paid_date','2022-10-25 18:21:13'),(63007,1517,'_download_permissions_granted','yes'),(63008,1517,'_recorded_sales','yes'),(63009,1517,'_order_stock_reduced','yes'),(63010,1517,'_new_order_email_sent','true'),(63011,1518,'_order_key','wc_order_UxxkMcjZO5M7B'),(63012,1518,'_customer_user','3'),(63013,1518,'_payment_method','paypal'),(63014,1518,'_payment_method_title','PayPal'),(63015,1518,'_customer_ip_address','70.142.202.154'),(63016,1518,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63017,1518,'_created_via','checkout'),(63018,1518,'_cart_hash','df048c70d92f48253dfa270a09d89d55'),(63019,1518,'_billing_first_name','AMANDA'),(63020,1518,'_billing_last_name','Westerman'),(63021,1518,'_billing_company','Lice Clinics of America'),(63022,1518,'_billing_address_1','1709 Damian Way'),(63023,1518,'_billing_city','Richardson'),(63024,1518,'_billing_state','TX'),(63025,1518,'_billing_postcode','75081'),(63026,1518,'_billing_country','US'),(63027,1518,'_billing_email','awesterman1103@gmail.com'),(63028,1518,'_billing_phone','12144175741'),(63029,1518,'_shipping_first_name','Amanda'),(63030,1518,'_shipping_last_name','Westerman'),(63031,1518,'_shipping_company','Lice Clinics of America McKinney'),(63032,1518,'_shipping_address_1','3120 Hudson Crossing'),(63033,1518,'_shipping_address_2','Suite A2'),(63034,1518,'_shipping_city','MCKINNEY'),(63035,1518,'_shipping_state','TX'),(63036,1518,'_shipping_postcode','75070'),(63037,1518,'_shipping_country','US'),(63038,1518,'_order_currency','USD'),(63039,1518,'_cart_discount','0'),(63040,1518,'_cart_discount_tax','0'),(63041,1518,'_order_shipping','0'),(63042,1518,'_order_shipping_tax','0'),(63043,1518,'_order_tax','0'),(63044,1518,'_order_total','686.93'),(63045,1518,'_order_version','7.0.0'),(63046,1518,'_prices_include_tax','no'),(63047,1518,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(63048,1518,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(63049,1518,'is_vat_exempt','no'),(63050,1518,'Payment type','instant'),(63051,1518,'_paypal_status','completed'),(63052,1518,'_transaction_id','4WB021312R044905V'),(63053,1518,'PayPal Transaction Fee','24.46'),(63054,1518,'_date_paid','1666731747'),(63055,1518,'_paid_date','2022-10-25 21:02:27'),(63056,1518,'_download_permissions_granted','yes'),(63057,1518,'_recorded_sales','yes'),(63058,1518,'_recorded_coupon_usage_counts','yes'),(63059,1518,'_order_stock_reduced','yes'),(63060,1518,'_new_order_email_sent','true'),(63061,1517,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210240\";s:12:\"date_shipped\";s:10:\"1666742400\";s:11:\"tracking_id\";s:32:\"69d322791a0726ad68555023be0a48ee\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210230\";s:12:\"date_shipped\";i:1666801103;s:11:\"tracking_id\";s:32:\"087146b07d88d781641152bdca853909\";}}'),(63062,1517,'_date_completed','1666801107'),(63063,1517,'_completed_date','2022-10-26 16:18:27'),(63064,1518,'_edit_lock','1666815488:2'),(63065,1518,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210398\";s:12:\"date_shipped\";s:10:\"1666742400\";s:11:\"tracking_id\";s:32:\"6365ffd8c0a53c0c64e93100bad30ccf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210387\";s:12:\"date_shipped\";i:1666815609;s:11:\"tracking_id\";s:32:\"549d1aae4f97c99f291bff147b507c9c\";}}'),(63066,1518,'_edit_last','2'),(63067,1518,'_date_completed','1666815612'),(63068,1518,'_completed_date','2022-10-26 20:20:12'),(63069,1519,'_order_key','wc_order_vPUKFG8tfaZqc'),(63070,1519,'_customer_user','61'),(63071,1519,'_payment_method','paypal'),(63072,1519,'_payment_method_title','PayPal'),(63073,1519,'_customer_ip_address','217.180.201.156'),(63074,1519,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63075,1519,'_created_via','checkout'),(63076,1519,'_cart_hash','11dfa7ab1886408c80ab146001e60998'),(63077,1519,'_billing_first_name','Judy'),(63078,1519,'_billing_last_name','Hayden'),(63079,1519,'_billing_company','Lice Clinics of America Lexington'),(63080,1519,'_billing_address_1','1795 Alysheba Way Suite 4105'),(63081,1519,'_billing_address_2','Ste 4105'),(63082,1519,'_billing_city','Lexington'),(63083,1519,'_billing_state','KY'),(63084,1519,'_billing_postcode','40509'),(63085,1519,'_billing_country','US'),(63086,1519,'_billing_email','angel@liceclinicslexington.com'),(63087,1519,'_billing_phone','8595234813'),(63088,1519,'_shipping_first_name','Judy'),(63089,1519,'_shipping_last_name','Hayden'),(63090,1519,'_shipping_company','Lice Clinics of America Lexington'),(63091,1519,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(63092,1519,'_shipping_city','Lexington'),(63093,1519,'_shipping_state','KY'),(63094,1519,'_shipping_postcode','40509'),(63095,1519,'_shipping_country','US'),(63096,1519,'_order_currency','USD'),(63097,1519,'_cart_discount','0'),(63098,1519,'_cart_discount_tax','0'),(63099,1519,'_order_shipping','0'),(63100,1519,'_order_shipping_tax','0'),(63101,1519,'_order_tax','0'),(63102,1519,'_order_total','1434.22'),(63103,1519,'_order_version','7.0.0'),(63104,1519,'_prices_include_tax','no'),(63105,1519,'_billing_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105 Ste 4105 Lexington KY 40509 US angel@liceclinicslexington.com 8595234813'),(63106,1519,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(63107,1519,'is_vat_exempt','no'),(63108,1519,'Payment type','instant'),(63109,1519,'_paypal_status','completed'),(63110,1519,'_transaction_id','93T94057GY4098913'),(63111,1519,'PayPal Transaction Fee','50.54'),(63112,1519,'_date_paid','1666819240'),(63113,1519,'_paid_date','2022-10-26 21:20:40'),(63114,1519,'_download_permissions_granted','yes'),(63115,1519,'_recorded_sales','yes'),(63116,1519,'_recorded_coupon_usage_counts','yes'),(63117,1519,'_order_stock_reduced','yes'),(63118,1519,'_new_order_email_sent','true'),(63119,1520,'_order_key','wc_order_HDXACA9HHBDju'),(63120,1520,'_customer_user','54'),(63121,1520,'_payment_method','paypal'),(63122,1520,'_payment_method_title','PayPal'),(63123,1520,'_customer_ip_address','172.58.162.198'),(63124,1520,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36'),(63125,1520,'_created_via','checkout'),(63126,1520,'_cart_hash','e9120c315194120b98cdf8feb4c784ca'),(63127,1520,'_billing_first_name','Erin'),(63128,1520,'_billing_last_name','Hawn'),(63129,1520,'_billing_address_1','10 W Phillip Rd'),(63130,1520,'_billing_address_2','123'),(63131,1520,'_billing_city','Vernon Hills'),(63132,1520,'_billing_state','IL'),(63133,1520,'_billing_postcode','60061'),(63134,1520,'_billing_country','US'),(63135,1520,'_billing_email','info@liceclinicsvernonhills.com'),(63136,1520,'_billing_phone','8475960408'),(63137,1520,'_shipping_first_name','Erin'),(63138,1520,'_shipping_last_name','Hawn'),(63139,1520,'_shipping_address_1','1491 S Amarias Dr'),(63140,1520,'_shipping_city','Round lake'),(63141,1520,'_shipping_state','IL'),(63142,1520,'_shipping_postcode','60073'),(63143,1520,'_shipping_country','US'),(63144,1520,'_order_currency','USD'),(63145,1520,'_cart_discount','0'),(63146,1520,'_cart_discount_tax','0'),(63147,1520,'_order_shipping','0'),(63148,1520,'_order_shipping_tax','0'),(63149,1520,'_order_tax','0'),(63150,1520,'_order_total','523.36'),(63151,1520,'_order_version','7.0.0'),(63152,1520,'_prices_include_tax','no'),(63153,1520,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(63154,1520,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(63155,1520,'is_vat_exempt','no'),(63156,1520,'Payment type','instant'),(63157,1520,'_paypal_status','completed'),(63158,1520,'_transaction_id','38M90660P8126863A'),(63159,1520,'PayPal Transaction Fee','18.76'),(63160,1520,'_date_paid','1666837139'),(63161,1520,'_paid_date','2022-10-27 02:18:59'),(63162,1520,'_download_permissions_granted','yes'),(63163,1520,'_recorded_sales','yes'),(63164,1520,'_recorded_coupon_usage_counts','yes'),(63165,1520,'_order_stock_reduced','yes'),(63166,1520,'_new_order_email_sent','true'),(63167,1521,'_order_key','wc_order_ADGftsGcItwWy'),(63168,1521,'_customer_user','29'),(63169,1521,'_payment_method','paypal'),(63170,1521,'_payment_method_title','PayPal'),(63171,1521,'_customer_ip_address','71.225.162.32'),(63172,1521,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1'),(63173,1521,'_created_via','checkout'),(63174,1521,'_cart_hash','30ab729461ba28bdcba6274cd5afe9cc'),(63175,1521,'_billing_first_name','Kevin'),(63176,1521,'_billing_last_name','Reilly'),(63177,1521,'_billing_address_1','5460 Richie Ct'),(63178,1521,'_billing_city','Pipersville'),(63179,1521,'_billing_state','PA'),(63180,1521,'_billing_postcode','18947'),(63181,1521,'_billing_country','US'),(63182,1521,'_billing_email','info@liceclinicslansdale.com'),(63183,1521,'_billing_phone','2156941408'),(63184,1521,'_shipping_first_name','Kevin'),(63185,1521,'_shipping_last_name','Reilly'),(63186,1521,'_shipping_company','LCA Lansdale'),(63187,1521,'_shipping_address_1','2131 North Broad Street'),(63188,1521,'_shipping_address_2','Suite 101'),(63189,1521,'_shipping_city','Lansdale'),(63190,1521,'_shipping_state','PA'),(63191,1521,'_shipping_postcode','19446'),(63192,1521,'_shipping_country','US'),(63193,1521,'_order_currency','USD'),(63194,1521,'_cart_discount','0'),(63195,1521,'_cart_discount_tax','0'),(63196,1521,'_order_shipping','13.38'),(63197,1521,'_order_shipping_tax','0'),(63198,1521,'_order_tax','0'),(63199,1521,'_order_total','125.72'),(63200,1521,'_order_version','7.0.0'),(63201,1521,'_prices_include_tax','no'),(63202,1521,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(63203,1521,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(63204,1521,'is_vat_exempt','no'),(63205,1521,'Payment type','instant'),(63206,1521,'_paypal_status','completed'),(63207,1521,'_transaction_id','99C47946X76189345'),(63208,1521,'PayPal Transaction Fee','4.88'),(63209,1521,'_date_paid','1666887897'),(63210,1521,'_paid_date','2022-10-27 16:24:57'),(63211,1521,'_download_permissions_granted','yes'),(63212,1521,'_recorded_sales','yes'),(63213,1521,'_recorded_coupon_usage_counts','yes'),(63214,1521,'_order_stock_reduced','yes'),(63215,1521,'_new_order_email_sent','true'),(63216,1519,'_edit_lock','1666894482:2'),(63217,1520,'_edit_lock','1666894745:2'),(63218,1519,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210538\";s:12:\"date_shipped\";s:10:\"1666828800\";s:11:\"tracking_id\";s:32:\"506048bdf9577014c790c80d7a98ddb6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210527\";s:12:\"date_shipped\";i:1666894568;s:11:\"tracking_id\";s:32:\"f5edb28264f4e07a6ccad54c58ed1646\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210516\";s:12:\"date_shipped\";i:1666894574;s:11:\"tracking_id\";s:32:\"4c1706574b19811cb81beaf54aa01251\";}}'),(63219,1519,'_edit_last','2'),(63220,1519,'_date_completed','1666894578'),(63221,1519,'_completed_date','2022-10-27 18:16:18'),(63222,1520,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210549\";s:12:\"date_shipped\";s:10:\"1666828800\";s:11:\"tracking_id\";s:32:\"c01de46bcf6d1ed29c091f4769dd4bee\";}}'),(63223,1520,'_edit_last','2'),(63224,1520,'_date_completed','1666894796'),(63225,1520,'_completed_date','2022-10-27 18:19:56'),(63226,1522,'_order_key','wc_order_W8vJV8TsC1lZo'),(63227,1522,'_customer_user','5'),(63228,1522,'_payment_method','paypal'),(63229,1522,'_payment_method_title','PayPal'),(63230,1522,'_customer_ip_address','71.237.160.189'),(63231,1522,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63232,1522,'_created_via','checkout'),(63233,1522,'_cart_hash','64e9e9ba995bb30894205c68858201a3'),(63234,1522,'_billing_first_name','Mark'),(63235,1522,'_billing_last_name','Meyer'),(63236,1522,'_billing_company','lice clinics of america- portland'),(63237,1522,'_billing_address_1','5201 SW Westgate Dr suite 106'),(63238,1522,'_billing_address_2','106'),(63239,1522,'_billing_city','portland'),(63240,1522,'_billing_state','OR'),(63241,1522,'_billing_postcode','97221'),(63242,1522,'_billing_country','US'),(63243,1522,'_billing_email','noemi.and.mark@nwliceclinics.com'),(63244,1522,'_billing_phone','5034040475'),(63245,1522,'_shipping_first_name','Shawnde'),(63246,1522,'_shipping_last_name','Russell'),(63247,1522,'_shipping_company','Lice Clinics Of America'),(63248,1522,'_shipping_address_1','1444 NW College Way Suite 6'),(63249,1522,'_shipping_address_2','Suite 6'),(63250,1522,'_shipping_city','Bend'),(63251,1522,'_shipping_state','OR'),(63252,1522,'_shipping_postcode','97703'),(63253,1522,'_shipping_country','US'),(63254,1522,'_order_currency','USD'),(63255,1522,'_cart_discount','0'),(63256,1522,'_cart_discount_tax','0'),(63257,1522,'_order_shipping','30.93'),(63258,1522,'_order_shipping_tax','0'),(63259,1522,'_order_tax','0'),(63260,1522,'_order_total','261.66'),(63261,1522,'_order_version','7.0.0'),(63262,1522,'_prices_include_tax','no'),(63263,1522,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(63264,1522,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(63265,1522,'is_vat_exempt','no'),(63266,1522,'Payment type','instant'),(63267,1522,'_paypal_status','completed'),(63268,1522,'_transaction_id','83F45215VW733193F'),(63269,1522,'PayPal Transaction Fee','9.62'),(63270,1522,'_date_paid','1666901097'),(63271,1522,'_paid_date','2022-10-27 20:04:57'),(63272,1522,'_download_permissions_granted','yes'),(63273,1522,'_recorded_sales','yes'),(63274,1522,'_recorded_coupon_usage_counts','yes'),(63275,1522,'_order_stock_reduced','yes'),(63276,1522,'_new_order_email_sent','true'),(63277,1522,'_edit_lock','1666970046:2'),(63278,1522,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210663\";s:12:\"date_shipped\";s:10:\"1666915200\";s:11:\"tracking_id\";s:32:\"979428c9064afb48816220f04ed8cdb9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210652\";s:12:\"date_shipped\";i:1666970157;s:11:\"tracking_id\";s:32:\"673fd15f9a5ad0755da0b8aa6074f343\";}}'),(63279,1522,'_edit_last','2'),(63280,1522,'_date_completed','1666970163'),(63281,1522,'_completed_date','2022-10-28 15:16:03'),(63282,1521,'_edit_lock','1666970088:2'),(63283,1521,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210641\";s:12:\"date_shipped\";s:10:\"1666915200\";s:11:\"tracking_id\";s:32:\"a4fb300d64686e5c2c4ec83ed22e9bf3\";}}'),(63284,1521,'_edit_last','2'),(63285,1521,'_date_completed','1666970221'),(63286,1521,'_completed_date','2022-10-28 15:17:01'),(63287,1523,'_order_key','wc_order_siv1h5LFyaTy8'),(63288,1523,'_customer_user','76'),(63289,1523,'_payment_method','paypal'),(63290,1523,'_payment_method_title','PayPal'),(63291,1523,'_customer_ip_address','146.115.118.214'),(63292,1523,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(63293,1523,'_created_via','checkout'),(63294,1523,'_cart_hash','8b335035d31377d48668ede1948b4bd6'),(63295,1523,'_billing_first_name','Naomi'),(63296,1523,'_billing_last_name','Golden'),(63297,1523,'_billing_address_1','31 Mann Ave'),(63298,1523,'_billing_city','Needham'),(63299,1523,'_billing_state','MA'),(63300,1523,'_billing_postcode','02492'),(63301,1523,'_billing_country','US'),(63302,1523,'_billing_email','nrgolden6486@gmail.com'),(63303,1523,'_billing_phone','617-851-1322'),(63304,1523,'_shipping_first_name','Naomi'),(63305,1523,'_shipping_last_name','Golden'),(63306,1523,'_shipping_company','Lice Aunties'),(63307,1523,'_shipping_address_1','3 Baldwin Green Common'),(63308,1523,'_shipping_address_2','Suite 310'),(63309,1523,'_shipping_city','Woburn'),(63310,1523,'_shipping_state','MA'),(63311,1523,'_shipping_postcode','01801'),(63312,1523,'_shipping_country','US'),(63313,1523,'_order_currency','USD'),(63314,1523,'_cart_discount','0'),(63315,1523,'_cart_discount_tax','0'),(63316,1523,'_order_shipping','0'),(63317,1523,'_order_shipping_tax','0'),(63318,1523,'_order_tax','0'),(63319,1523,'_order_total','513.12'),(63320,1523,'_order_version','7.0.0'),(63321,1523,'_prices_include_tax','no'),(63322,1523,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(63323,1523,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(63324,1523,'is_vat_exempt','no'),(63325,1523,'Payment type','instant'),(63326,1523,'_paypal_status','completed'),(63327,1523,'_transaction_id','60042055F1971210L'),(63328,1523,'PayPal Transaction Fee','18.40'),(63329,1523,'_date_paid','1666986826'),(63330,1523,'_paid_date','2022-10-28 19:53:46'),(63331,1523,'_download_permissions_granted','yes'),(63332,1523,'_recorded_sales','yes'),(63333,1523,'_recorded_coupon_usage_counts','yes'),(63334,1523,'_order_stock_reduced','yes'),(63335,1523,'_new_order_email_sent','true'),(63376,1525,'_order_key','wc_order_3jj6WSNozlXvq'),(63377,1525,'_customer_user','78'),(63378,1525,'_payment_method','paypal'),(63379,1525,'_payment_method_title','PayPal'),(63380,1525,'_customer_ip_address','172.56.161.118'),(63381,1525,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(63382,1525,'_created_via','checkout'),(63383,1525,'_cart_hash','df6940e5574e20a49153e2ef545baa33'),(63384,1525,'_billing_first_name','Richard'),(63385,1525,'_billing_last_name','Florsheim'),(63386,1525,'_billing_company','Licura'),(63387,1525,'_billing_address_1','3827 w fairway heights dr'),(63388,1525,'_billing_city','Mequon'),(63389,1525,'_billing_state','NY'),(63390,1525,'_billing_postcode','53092'),(63391,1525,'_billing_country','US'),(63392,1525,'_billing_email','tara@liceclinicslongIsland.com'),(63393,1525,'_billing_phone','5619006382'),(63394,1525,'_shipping_first_name','Tara'),(63395,1525,'_shipping_last_name','Johnson'),(63396,1525,'_shipping_company','LCA'),(63397,1525,'_shipping_address_1','2330 Faye Ct'),(63398,1525,'_shipping_city','Merrick'),(63399,1525,'_shipping_state','NY'),(63400,1525,'_shipping_postcode','11566'),(63401,1525,'_shipping_country','US'),(63402,1525,'_order_currency','USD'),(63403,1525,'_cart_discount','0'),(63404,1525,'_cart_discount_tax','0'),(63405,1525,'_order_shipping','11.87'),(63406,1525,'_order_shipping_tax','0'),(63407,1525,'_order_tax','0'),(63408,1525,'_order_total','11.87'),(63409,1525,'_order_version','7.0.0'),(63410,1525,'_prices_include_tax','no'),(63411,1525,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(63412,1525,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(63413,1525,'is_vat_exempt','no'),(63414,1525,'_edit_lock','1668459600:2'),(63422,1526,'_order_key','wc_order_qgBtS3NlDjioE'),(63423,1526,'_customer_user','67'),(63424,1526,'_payment_method','paypal'),(63425,1526,'_payment_method_title','PayPal'),(63426,1526,'_customer_ip_address','74.77.55.50'),(63427,1526,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63428,1526,'_created_via','checkout'),(63429,1526,'_cart_hash','1e782ef26d5399d0a2e19120a03a9f08'),(63430,1526,'_billing_first_name','Marnie'),(63431,1526,'_billing_last_name','Murray'),(63432,1526,'_billing_company','Naughty Nits'),(63433,1526,'_billing_address_1','2809 Wehrle Drive'),(63434,1526,'_billing_address_2','Suite 10'),(63435,1526,'_billing_city','Williamsville'),(63436,1526,'_billing_state','NY'),(63437,1526,'_billing_postcode','14221'),(63438,1526,'_billing_country','US'),(63439,1526,'_billing_email','liceclinicsupstateny@gmail.com'),(63440,1526,'_billing_phone','7166265423'),(63441,1526,'_shipping_first_name','Marnie'),(63442,1526,'_shipping_last_name','Murray'),(63443,1526,'_shipping_company','LCA Buffalo'),(63444,1526,'_shipping_address_1','2809 Wehrle Drive'),(63445,1526,'_shipping_address_2','Suite 10'),(63446,1526,'_shipping_city','Williamsville'),(63447,1526,'_shipping_state','NY'),(63448,1526,'_shipping_postcode','14221'),(63449,1526,'_shipping_country','US'),(63450,1526,'_order_currency','USD'),(63451,1526,'_cart_discount','0'),(63452,1526,'_cart_discount_tax','0'),(63453,1526,'_order_shipping','0'),(63454,1526,'_order_shipping_tax','0'),(63455,1526,'_order_tax','0'),(63456,1526,'_order_total','1184.04'),(63457,1526,'_order_version','7.0.0'),(63458,1526,'_prices_include_tax','no'),(63459,1526,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(63460,1526,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(63461,1526,'is_vat_exempt','no'),(63462,1526,'Payment type','instant'),(63463,1526,'_paypal_status','completed'),(63464,1526,'_transaction_id','37R0425963090883N'),(63465,1526,'PayPal Transaction Fee','41.81'),(63466,1526,'_date_paid','1667230172'),(63467,1526,'_paid_date','2022-10-31 15:29:32'),(63468,1526,'_download_permissions_granted','yes'),(63469,1526,'_recorded_sales','yes'),(63470,1526,'_recorded_coupon_usage_counts','yes'),(63471,1526,'_order_stock_reduced','yes'),(63472,1526,'_new_order_email_sent','true'),(63473,1526,'_edit_lock','1667324594:2'),(63474,1526,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210928\";s:12:\"date_shipped\";s:10:\"1667260800\";s:11:\"tracking_id\";s:32:\"25d50c8aa15e125d8688cb3ab2e14a4a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210917\";s:12:\"date_shipped\";i:1667318191;s:11:\"tracking_id\";s:32:\"3d5d582c963f7703d1404d10233453f6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210906\";s:12:\"date_shipped\";i:1667318197;s:11:\"tracking_id\";s:32:\"300314bb94dd359457c8b9c8c7705277\";}}'),(63475,1526,'_edit_last','2'),(63476,1526,'_date_completed','1667318199'),(63477,1526,'_completed_date','2022-11-01 15:56:39'),(63478,1527,'_order_key','wc_order_J3cPxVUOE57yt'),(63479,1527,'_customer_user','11'),(63480,1527,'_payment_method','paypal'),(63481,1527,'_payment_method_title','PayPal'),(63482,1527,'_customer_ip_address','71.66.163.35'),(63483,1527,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63484,1527,'_created_via','checkout'),(63485,1527,'_cart_hash','36fb929351364f6f208652c0fe7f7115'),(63486,1527,'_billing_first_name','Tina'),(63487,1527,'_billing_last_name','Hunt'),(63488,1527,'_billing_company','LCBG, LLC'),(63489,1527,'_billing_address_1','830 Fairview Ave.'),(63490,1527,'_billing_address_2','Suite A-4'),(63491,1527,'_billing_city','Bowling Green'),(63492,1527,'_billing_state','KY'),(63493,1527,'_billing_postcode','42101'),(63494,1527,'_billing_country','US'),(63495,1527,'_billing_email','info@liceclinicsbowlinggreen.com'),(63496,1527,'_billing_phone','2709996803'),(63497,1527,'_shipping_first_name','Tina'),(63498,1527,'_shipping_last_name','Hunt'),(63499,1527,'_shipping_address_1','494 Hub Boulevard'),(63500,1527,'_shipping_address_2','Apt 1012'),(63501,1527,'_shipping_city','Bowling Green'),(63502,1527,'_shipping_state','KY'),(63503,1527,'_shipping_postcode','42101'),(63504,1527,'_shipping_country','US'),(63505,1527,'_order_currency','USD'),(63506,1527,'_cart_discount','0'),(63507,1527,'_cart_discount_tax','0'),(63508,1527,'_order_shipping','0'),(63509,1527,'_order_shipping_tax','0'),(63510,1527,'_order_tax','0'),(63511,1527,'_order_total','741.07'),(63512,1527,'_order_version','7.0.0'),(63513,1527,'_prices_include_tax','no'),(63514,1527,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(63515,1527,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(63516,1527,'is_vat_exempt','no'),(63517,1527,'Payment type','instant'),(63518,1527,'_paypal_status','completed'),(63519,1527,'_transaction_id','87N63988L5468831Y'),(63520,1527,'PayPal Transaction Fee','26.35'),(63521,1527,'_date_paid','1667321719'),(63522,1527,'_paid_date','2022-11-01 16:55:19'),(63523,1527,'_download_permissions_granted','yes'),(63524,1527,'_recorded_sales','yes'),(63525,1527,'_recorded_coupon_usage_counts','yes'),(63526,1527,'_order_stock_reduced','yes'),(63527,1527,'_new_order_email_sent','true'),(63529,1528,'_order_key','wc_order_WjXbPtskj2dIO'),(63530,1528,'_customer_user','86'),(63531,1528,'_payment_method','paypal'),(63532,1528,'_payment_method_title','PayPal'),(63533,1528,'_customer_ip_address','97.113.9.126'),(63534,1528,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63535,1528,'_created_via','checkout'),(63536,1528,'_cart_hash','248d79c6ba135edbd176e9b060138ff8'),(63537,1528,'_billing_first_name','Traci'),(63538,1528,'_billing_last_name','Benson'),(63539,1528,'_billing_address_1','1504 184th Ave Ne'),(63540,1528,'_billing_city','Bellevue'),(63541,1528,'_billing_state','WA'),(63542,1528,'_billing_postcode','98008'),(63543,1528,'_billing_country','US'),(63544,1528,'_billing_email','info@liceclinicsbellevue.com'),(63545,1528,'_billing_phone','2067192644'),(63546,1528,'_shipping_first_name','Traci'),(63547,1528,'_shipping_last_name','Benson'),(63548,1528,'_shipping_address_1','1504 184th Ave Ne'),(63549,1528,'_shipping_city','Bellevue'),(63550,1528,'_shipping_state','WA'),(63551,1528,'_shipping_postcode','98008'),(63552,1528,'_shipping_country','US'),(63553,1528,'_order_currency','USD'),(63554,1528,'_cart_discount','0'),(63555,1528,'_cart_discount_tax','0'),(63556,1528,'_order_shipping','13.44'),(63557,1528,'_order_shipping_tax','0'),(63558,1528,'_order_tax','0'),(63559,1528,'_order_total','125.28'),(63560,1528,'_order_version','7.0.0'),(63561,1528,'_prices_include_tax','no'),(63562,1528,'_billing_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US info@liceclinicsbellevue.com 2067192644'),(63563,1528,'_shipping_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US '),(63564,1528,'is_vat_exempt','no'),(63565,1528,'Payment type','instant'),(63566,1528,'_paypal_status','completed'),(63567,1528,'_transaction_id','0J766754DD168073B'),(63568,1528,'PayPal Transaction Fee','4.86'),(63569,1528,'_date_paid','1667334055'),(63570,1528,'_paid_date','2022-11-01 20:20:55'),(63571,1528,'_download_permissions_granted','yes'),(63572,1528,'_recorded_sales','yes'),(63573,1528,'_recorded_coupon_usage_counts','yes'),(63574,1528,'_order_stock_reduced','yes'),(63575,1528,'_new_order_email_sent','true'),(63576,1529,'_order_key','wc_order_W53tzzQEID6r6'),(63577,1529,'_customer_user','3'),(63578,1529,'_payment_method','paypal'),(63579,1529,'_payment_method_title','PayPal'),(63580,1529,'_customer_ip_address','70.142.202.154'),(63581,1529,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63582,1529,'_created_via','checkout'),(63583,1529,'_cart_hash','3a089b4da7f05884ffdfa1c36ca6b2d4'),(63584,1529,'_billing_first_name','AMANDA'),(63585,1529,'_billing_last_name','Westerman'),(63586,1529,'_billing_company','Lice Clinics of America'),(63587,1529,'_billing_address_1','1709 Damian Way'),(63588,1529,'_billing_city','Richardson'),(63589,1529,'_billing_state','TX'),(63590,1529,'_billing_postcode','75081'),(63591,1529,'_billing_country','US'),(63592,1529,'_billing_email','awesterman1103@gmail.com'),(63593,1529,'_billing_phone','12144175741'),(63594,1529,'_shipping_first_name','Amanda'),(63595,1529,'_shipping_last_name','Westerman'),(63596,1529,'_shipping_company','Lice Clinics of America McKinney'),(63597,1529,'_shipping_address_1','3120 Hudson Crossing'),(63598,1529,'_shipping_address_2','Suite A2'),(63599,1529,'_shipping_city','MCKINNEY'),(63600,1529,'_shipping_state','TX'),(63601,1529,'_shipping_postcode','75070'),(63602,1529,'_shipping_country','US'),(63603,1529,'_order_currency','USD'),(63604,1529,'_cart_discount','0'),(63605,1529,'_cart_discount_tax','0'),(63606,1529,'_order_shipping','0'),(63607,1529,'_order_shipping_tax','0'),(63608,1529,'_order_tax','0'),(63609,1529,'_order_total','885.32'),(63610,1529,'_order_version','7.0.0'),(63611,1529,'_prices_include_tax','no'),(63612,1529,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(63613,1529,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(63614,1529,'is_vat_exempt','no'),(63615,1529,'Payment type','instant'),(63616,1529,'_paypal_status','completed'),(63617,1529,'_transaction_id','7AP89027VD4696210'),(63618,1529,'PayPal Transaction Fee','31.39'),(63619,1529,'_date_paid','1667400177'),(63620,1529,'_paid_date','2022-11-02 14:42:57'),(63621,1529,'_download_permissions_granted','yes'),(63622,1529,'_recorded_sales','yes'),(63623,1529,'_recorded_coupon_usage_counts','yes'),(63624,1529,'_order_stock_reduced','yes'),(63625,1529,'_new_order_email_sent','true'),(63626,1527,'_edit_lock','1667405869:2'),(63627,1527,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211041\";s:12:\"date_shipped\";s:10:\"1667347200\";s:11:\"tracking_id\";s:32:\"76323c428dc9b5e450486769dfed6185\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211030\";s:12:\"date_shipped\";i:1667405641;s:11:\"tracking_id\";s:32:\"34139b5b9a152d95e62396a6c4cb25d4\";}}'),(63628,1527,'_edit_last','2'),(63629,1527,'_date_completed','1667405644'),(63630,1527,'_completed_date','2022-11-02 16:14:04'),(63631,1528,'_edit_lock','1667931241:2'),(63632,1528,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211096\";s:12:\"date_shipped\";s:10:\"1667347200\";s:11:\"tracking_id\";s:32:\"da71458167bafb24359de3137840b338\";}}'),(63633,1529,'_edit_lock','1667420420:2'),(63634,1529,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211111\";s:12:\"date_shipped\";s:10:\"1667347200\";s:11:\"tracking_id\";s:32:\"6da92e2ecf709309c5b489617005280e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211100\";s:12:\"date_shipped\";i:1667420467;s:11:\"tracking_id\";s:32:\"748614a7acc69c9c748c19412b15087f\";}}'),(63635,1529,'_edit_last','2'),(63636,1529,'_date_completed','1667420470'),(63637,1529,'_completed_date','2022-11-02 20:21:10'),(63642,1531,'_order_key','wc_order_ZugxGaIOmZ5Hl'),(63643,1531,'_customer_user','47'),(63644,1531,'_payment_method','paypal'),(63645,1531,'_payment_method_title','PayPal'),(63646,1531,'_customer_ip_address','72.177.241.58'),(63647,1531,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63648,1531,'_created_via','checkout'),(63649,1531,'_cart_hash','a7577fbed29fe5a160fbfbfaaa88fdf9'),(63650,1531,'_billing_first_name','Tracy'),(63651,1531,'_billing_last_name','Copeland'),(63652,1531,'_billing_company','LCA SA WEST'),(63653,1531,'_billing_address_1','14223 Silverhollow'),(63654,1531,'_billing_city','San Antonio'),(63655,1531,'_billing_state','TX'),(63656,1531,'_billing_postcode','78232'),(63657,1531,'_billing_country','US'),(63658,1531,'_billing_email','info@liceclinicsofsanantonio.com'),(63659,1531,'_billing_phone','2103135033'),(63660,1531,'_shipping_first_name','Tracy'),(63661,1531,'_shipping_last_name','Copeland'),(63662,1531,'_shipping_company','LCA SA WEST'),(63663,1531,'_shipping_address_1','14223 Silverhollow'),(63664,1531,'_shipping_city','San Antonio'),(63665,1531,'_shipping_state','TX'),(63666,1531,'_shipping_postcode','78232'),(63667,1531,'_shipping_country','US'),(63668,1531,'_order_currency','USD'),(63669,1531,'_cart_discount','0'),(63670,1531,'_cart_discount_tax','0'),(63671,1531,'_order_shipping','0'),(63672,1531,'_order_shipping_tax','0'),(63673,1531,'_order_tax','0'),(63674,1531,'_order_total','534.80'),(63675,1531,'_order_version','7.0.0'),(63676,1531,'_prices_include_tax','no'),(63677,1531,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(63678,1531,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(63679,1531,'is_vat_exempt','no'),(63680,1531,'Payment type','instant'),(63681,1531,'_paypal_status','completed'),(63682,1531,'_transaction_id','1B215501UH544613B'),(63683,1531,'PayPal Transaction Fee','19.15'),(63684,1531,'_date_paid','1667586652'),(63685,1531,'_paid_date','2022-11-04 18:30:52'),(63686,1531,'_download_permissions_granted','yes'),(63687,1531,'_recorded_sales','yes'),(63688,1531,'_recorded_coupon_usage_counts','yes'),(63689,1531,'_order_stock_reduced','yes'),(63690,1531,'_new_order_email_sent','true'),(63692,1532,'_order_key','wc_order_FeCDjViGnd95X'),(63693,1532,'_customer_user','6'),(63694,1532,'_payment_method','paypal'),(63695,1532,'_payment_method_title','PayPal'),(63696,1532,'_customer_ip_address','76.20.84.214'),(63697,1532,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(63698,1532,'_created_via','checkout'),(63699,1532,'_cart_hash','9f693013ed85be241fd464fd75290ef7'),(63700,1532,'_billing_first_name','Amira'),(63701,1532,'_billing_last_name','Purto'),(63702,1532,'_billing_address_1','2628 Acapulco Way'),(63703,1532,'_billing_city','Modesto'),(63704,1532,'_billing_state','CA'),(63705,1532,'_billing_postcode','95355'),(63706,1532,'_billing_country','US'),(63707,1532,'_billing_email','amira77@sbcglobal.net'),(63708,1532,'_billing_phone','2096422061'),(63709,1532,'_shipping_first_name','Amira'),(63710,1532,'_shipping_last_name','Purto'),(63711,1532,'_shipping_address_1','2628 Acapulco Way'),(63712,1532,'_shipping_city','Modesto'),(63713,1532,'_shipping_state','CA'),(63714,1532,'_shipping_postcode','95355'),(63715,1532,'_shipping_country','US'),(63716,1532,'_order_currency','USD'),(63717,1532,'_cart_discount','0'),(63718,1532,'_cart_discount_tax','0'),(63719,1532,'_order_shipping','0'),(63720,1532,'_order_shipping_tax','0'),(63721,1532,'_order_tax','0'),(63722,1532,'_order_total','1079.80'),(63723,1532,'_order_version','7.0.0'),(63724,1532,'_prices_include_tax','no'),(63725,1532,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(63726,1532,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(63727,1532,'is_vat_exempt','no'),(63728,1532,'Payment type','instant'),(63729,1532,'_paypal_status','completed'),(63730,1532,'_transaction_id','7VH31588EP408794C'),(63731,1532,'PayPal Transaction Fee','38.18'),(63732,1532,'_date_paid','1667804398'),(63733,1532,'_paid_date','2022-11-07 06:59:58'),(63734,1532,'_download_permissions_granted','yes'),(63735,1532,'_recorded_sales','yes'),(63736,1532,'_recorded_coupon_usage_counts','yes'),(63737,1532,'_order_stock_reduced','yes'),(63738,1532,'_new_order_email_sent','true'),(63739,1531,'_edit_lock','1667830890:2'),(63740,1531,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211410\";s:12:\"date_shipped\";s:10:\"1667779200\";s:11:\"tracking_id\";s:32:\"0e7c6dac46d11ec6bb075bd000ae59e4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211409\";s:12:\"date_shipped\";i:1667831002;s:11:\"tracking_id\";s:32:\"805f8067ac0b0c91388b884e259048ff\";}}'),(63741,1531,'_edit_last','2'),(63742,1531,'_date_completed','1667831023'),(63743,1531,'_completed_date','2022-11-07 14:23:43'),(63744,1533,'_order_key','wc_order_sOYnjknEKSRni'),(63745,1533,'_customer_user','0'),(63746,1533,'_payment_method','paypal'),(63747,1533,'_payment_method_title','PayPal'),(63748,1533,'_customer_ip_address','136.62.176.226'),(63749,1533,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(63750,1533,'_created_via','checkout'),(63751,1533,'_cart_hash','c60cb8f03efca1347083ce053cf84bf3'),(63752,1533,'_billing_first_name','Lee'),(63753,1533,'_billing_last_name','Rogers'),(63754,1533,'_billing_company','United States'),(63755,1533,'_billing_address_1','40 N Interstate 35'),(63756,1533,'_billing_address_2','APT 4B2'),(63757,1533,'_billing_city','Austin'),(63758,1533,'_billing_state','TX'),(63759,1533,'_billing_postcode','78701'),(63760,1533,'_billing_country','US'),(63761,1533,'_billing_email','leerogers@flash.net'),(63762,1533,'_billing_phone','316-727-9951'),(63763,1533,'_shipping_first_name','Kaitlin'),(63764,1533,'_shipping_last_name','Ryan'),(63765,1533,'_shipping_company','LCA Dublin'),(63766,1533,'_shipping_address_1','5910 Wilcox Place'),(63767,1533,'_shipping_address_2','Suite E'),(63768,1533,'_shipping_city','Dublin'),(63769,1533,'_shipping_state','OH'),(63770,1533,'_shipping_postcode','43016'),(63771,1533,'_shipping_country','US'),(63772,1533,'_order_currency','USD'),(63773,1533,'_cart_discount','0'),(63774,1533,'_cart_discount_tax','0'),(63775,1533,'_order_shipping','0'),(63776,1533,'_order_shipping_tax','0'),(63777,1533,'_order_tax','0'),(63778,1533,'_order_total','1210.45'),(63779,1533,'_order_version','7.0.0'),(63780,1533,'_prices_include_tax','no'),(63781,1533,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(63782,1533,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(63783,1533,'is_vat_exempt','no'),(63784,1533,'Payment type','instant'),(63785,1533,'_paypal_status','completed'),(63786,1533,'_transaction_id','5G834066FM7426314'),(63787,1533,'PayPal Transaction Fee','42.73'),(63788,1533,'_date_paid','1667855345'),(63789,1533,'_paid_date','2022-11-07 21:09:05'),(63790,1533,'_download_permissions_granted','yes'),(63791,1533,'_recorded_sales','yes'),(63792,1533,'_recorded_coupon_usage_counts','yes'),(63793,1533,'_order_stock_reduced','yes'),(63794,1533,'_new_order_email_sent','true'),(63795,1534,'_order_key','wc_order_XUqlBAMTGEzej'),(63796,1534,'_customer_user','76'),(63797,1534,'_payment_method','paypal'),(63798,1534,'_payment_method_title','PayPal'),(63799,1534,'_customer_ip_address','146.115.131.163'),(63800,1534,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(63801,1534,'_created_via','checkout'),(63802,1534,'_cart_hash','833f2ec14b52c63cf01987087b4a234a'),(63803,1534,'_billing_first_name','Naomi'),(63804,1534,'_billing_last_name','Golden'),(63805,1534,'_billing_address_1','31 Mann Ave'),(63806,1534,'_billing_city','Needham'),(63807,1534,'_billing_state','MA'),(63808,1534,'_billing_postcode','02492'),(63809,1534,'_billing_country','US'),(63810,1534,'_billing_email','nrgolden6486@gmail.com'),(63811,1534,'_billing_phone','617-851-1322'),(63812,1534,'_shipping_first_name','Naomi'),(63813,1534,'_shipping_last_name','Golden'),(63814,1534,'_shipping_company','Lice Aunties'),(63815,1534,'_shipping_address_1','1234 Chestnut Street'),(63816,1534,'_shipping_city','Newton'),(63817,1534,'_shipping_state','MA'),(63818,1534,'_shipping_postcode','02464'),(63819,1534,'_shipping_country','US'),(63820,1534,'_order_currency','USD'),(63821,1534,'_cart_discount','0'),(63822,1534,'_cart_discount_tax','0'),(63823,1534,'_order_shipping','0'),(63824,1534,'_order_shipping_tax','0'),(63825,1534,'_order_tax','0'),(63826,1534,'_order_total','554.40'),(63827,1534,'_order_version','7.0.0'),(63828,1534,'_prices_include_tax','no'),(63829,1534,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(63830,1534,'_shipping_address_index','Naomi Golden Lice Aunties 1234 Chestnut Street  Newton MA 02464 US '),(63831,1534,'is_vat_exempt','no'),(63832,1534,'Payment type','instant'),(63833,1534,'_paypal_status','completed'),(63834,1534,'_transaction_id','34F00889S9895424T'),(63835,1534,'PayPal Transaction Fee','19.84'),(63836,1534,'_date_paid','1667857976'),(63837,1534,'_paid_date','2022-11-07 21:52:56'),(63838,1534,'_download_permissions_granted','yes'),(63839,1534,'_recorded_sales','yes'),(63840,1534,'_recorded_coupon_usage_counts','yes'),(63841,1534,'_order_stock_reduced','yes'),(63842,1534,'_new_order_email_sent','true'),(63843,1535,'_order_key','wc_order_X96FJ1sNa3SB2'),(63844,1535,'_customer_user','7'),(63845,1535,'_payment_method','paypal'),(63846,1535,'_payment_method_title','PayPal'),(63847,1535,'_customer_ip_address','108.201.137.222'),(63848,1535,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(63849,1535,'_created_via','checkout'),(63850,1535,'_cart_hash','869dc642392d0ce9aa8dabb36369ce95'),(63851,1535,'_billing_first_name','Amy'),(63852,1535,'_billing_last_name','Allen'),(63853,1535,'_billing_company','Lice Clinics Of America'),(63854,1535,'_billing_address_1','251 Promise Way'),(63855,1535,'_billing_city','Hollister'),(63856,1535,'_billing_state','CA'),(63857,1535,'_billing_postcode','95023'),(63858,1535,'_billing_country','US'),(63859,1535,'_billing_email','lca.gilroy@gmail.com'),(63860,1535,'_billing_phone','4085005537'),(63861,1535,'_shipping_first_name','Amy'),(63862,1535,'_shipping_last_name','Allen'),(63863,1535,'_shipping_company','Lice Clinics Of America'),(63864,1535,'_shipping_address_1','7680 Monterey St Ste 104'),(63865,1535,'_shipping_city','Gilroy'),(63866,1535,'_shipping_state','CA'),(63867,1535,'_shipping_postcode','95023'),(63868,1535,'_shipping_country','US'),(63869,1535,'_order_currency','USD'),(63870,1535,'_cart_discount','0'),(63871,1535,'_cart_discount_tax','0'),(63872,1535,'_order_shipping','0'),(63873,1535,'_order_shipping_tax','0'),(63874,1535,'_order_tax','0'),(63875,1535,'_order_total','756.64'),(63876,1535,'_order_version','7.0.0'),(63877,1535,'_prices_include_tax','no'),(63878,1535,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(63879,1535,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(63880,1535,'is_vat_exempt','no'),(63881,1535,'_edit_lock','1668023927:2'),(63882,1535,'_edit_last','2'),(63883,1535,'_recorded_coupon_usage_counts','yes'),(63884,1532,'_edit_lock','1667926953:2'),(63885,1532,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211604\";s:12:\"date_shipped\";s:10:\"1667865600\";s:11:\"tracking_id\";s:32:\"fd63d618ebaf4a85876bf5707750cd2b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211590\";s:12:\"date_shipped\";i:1667927067;s:11:\"tracking_id\";s:32:\"cb30645cc4a1349961b81aff71cedcd4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211589\";s:12:\"date_shipped\";i:1667927073;s:11:\"tracking_id\";s:32:\"2089f58cc5f5d77f0bac6377387df3e6\";}}'),(63886,1532,'_edit_last','2'),(63887,1532,'_date_completed','1667927078'),(63888,1532,'_completed_date','2022-11-08 17:04:38'),(63889,1528,'_edit_last','2'),(63890,1528,'_date_completed','1667927479'),(63891,1528,'_completed_date','2022-11-08 17:11:19'),(63892,1535,'Payment type','instant'),(63893,1535,'_paypal_status','completed'),(63894,1535,'_transaction_id','5A3689788R6831344'),(63895,1535,'PayPal Transaction Fee','26.90'),(63896,1535,'_date_paid','1667934042'),(63897,1535,'_paid_date','2022-11-08 19:00:42'),(63898,1535,'_download_permissions_granted','yes'),(63899,1535,'_recorded_sales','yes'),(63900,1535,'_order_stock_reduced','yes'),(63901,1535,'_new_order_email_sent','true'),(63902,1536,'_order_key','wc_order_qfjQhEzQPha2T'),(63903,1536,'_customer_user','92'),(63904,1536,'_payment_method','paypal'),(63905,1536,'_payment_method_title','PayPal'),(63906,1536,'_customer_ip_address','73.63.207.98'),(63907,1536,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(63908,1536,'_created_via','checkout'),(63909,1536,'_cart_hash','39bafc1dc8340ca89b8cfdcf1a0bc27b'),(63910,1536,'_billing_first_name','Michelle'),(63911,1536,'_billing_last_name','Du'),(63912,1536,'_billing_company','LCA Fremont'),(63913,1536,'_billing_address_1','31372 Mackinaw Street'),(63914,1536,'_billing_city','Union City'),(63915,1536,'_billing_state','CA'),(63916,1536,'_billing_postcode','94587'),(63917,1536,'_billing_country','US'),(63918,1536,'_billing_email','info@liceclinicsfremont.com'),(63919,1536,'_billing_phone','510-770-4394'),(63920,1536,'_shipping_first_name','Michelle'),(63921,1536,'_shipping_last_name','Du'),(63922,1536,'_shipping_company','LCA Fremont'),(63923,1536,'_shipping_address_1','31372 Mackinaw Street'),(63924,1536,'_shipping_city','Union City'),(63925,1536,'_shipping_state','CA'),(63926,1536,'_shipping_postcode','94587'),(63927,1536,'_shipping_country','US'),(63928,1536,'_order_currency','USD'),(63929,1536,'_cart_discount','0'),(63930,1536,'_cart_discount_tax','0'),(63931,1536,'_order_shipping','0'),(63932,1536,'_order_shipping_tax','0'),(63933,1536,'_order_tax','0'),(63934,1536,'_order_total','528.00'),(63935,1536,'_order_version','7.0.0'),(63936,1536,'_prices_include_tax','no'),(63937,1536,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(63938,1536,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(63939,1536,'is_vat_exempt','no'),(63940,1536,'_edit_lock','1668024012:2'),(63941,1536,'_edit_last','2'),(63942,1536,'_recorded_coupon_usage_counts','yes'),(63943,1534,'_edit_lock','1667940331:2'),(63944,1534,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211751\";s:12:\"date_shipped\";s:10:\"1667865600\";s:11:\"tracking_id\";s:32:\"0b1e441431df7fbbb1b25971529e252b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211740\";s:12:\"date_shipped\";i:1667940279;s:11:\"tracking_id\";s:32:\"3c98f37a323b3186cd9174b76e7cf527\";}}'),(63945,1534,'_edit_last','2'),(63946,1534,'_date_completed','1667940281'),(63947,1534,'_completed_date','2022-11-08 20:44:41'),(63948,1533,'_edit_lock','1667940414:2'),(63949,1523,'_edit_lock','1667940276:2'),(63950,1533,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211692\";s:12:\"date_shipped\";s:10:\"1667865600\";s:11:\"tracking_id\";s:32:\"e4187879048c29ce0cb65faebfabe1a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211707\";s:12:\"date_shipped\";i:1667940354;s:11:\"tracking_id\";s:32:\"8c8ba55737160e3a2234eb32b928b6dc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830211718\";s:12:\"date_shipped\";i:1667940359;s:11:\"tracking_id\";s:32:\"82e8620d4d64e53b49d5f0b2067df998\";}}'),(63951,1533,'_edit_last','2'),(63952,1523,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210825\";s:12:\"date_shipped\";s:10:\"1667865600\";s:11:\"tracking_id\";s:32:\"9bc414ffce0ee01f58d6b16d20ca6ba8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830210836\";s:12:\"date_shipped\";i:1667940380;s:11:\"tracking_id\";s:32:\"156516d349552f5cfa6370c1a76bfe23\";}}'),(63953,1523,'_edit_last','2'),(63954,1533,'_date_completed','1667940404'),(63955,1533,'_completed_date','2022-11-08 20:46:44'),(63956,1523,'_date_completed','1667940408'),(63957,1523,'_completed_date','2022-11-08 20:46:48'),(63958,1536,'Payment type','instant'),(63959,1536,'_paypal_status','completed'),(63960,1536,'_transaction_id','4UD02718RN9653716'),(63961,1536,'PayPal Transaction Fee','18.92'),(63962,1536,'_date_paid','1667946477'),(63963,1536,'_paid_date','2022-11-08 22:27:57'),(63964,1536,'_download_permissions_granted','yes'),(63965,1536,'_recorded_sales','yes'),(63966,1536,'_order_stock_reduced','yes'),(63967,1536,'_new_order_email_sent','true'),(63968,1535,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212060\";s:12:\"date_shipped\";s:10:\"1667952000\";s:11:\"tracking_id\";s:32:\"89ac170bc531963b12fdab6a04c7c372\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212059\";s:12:\"date_shipped\";i:1668023912;s:11:\"tracking_id\";s:32:\"d69938cecd0ecbcaf572d1e96fc796df\";}}'),(63969,1535,'_date_completed','1668023918'),(63970,1535,'_completed_date','2022-11-09 19:58:38'),(63971,1536,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212107\";s:12:\"date_shipped\";s:10:\"1667952000\";s:11:\"tracking_id\";s:32:\"572ac12f52d5fcbf120c1c3d44aeb6b2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212092\";s:12:\"date_shipped\";i:1668023971;s:11:\"tracking_id\";s:32:\"8f5d748a05c4b9b903028aeabe446fd4\";}}'),(63972,1536,'_date_completed','1668023975'),(63973,1536,'_completed_date','2022-11-09 19:59:35'),(63974,1538,'_order_key','wc_order_ZEW1iypzyKKLj'),(63975,1538,'_customer_user','77'),(63976,1538,'_payment_method','paypal'),(63977,1538,'_payment_method_title','PayPal'),(63978,1538,'_customer_ip_address','184.80.75.91'),(63979,1538,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(63980,1538,'_created_via','checkout'),(63981,1538,'_cart_hash','d9046d32777b66ecc0f1b6d2fd2af809'),(63982,1538,'_billing_first_name','Phil'),(63983,1538,'_billing_last_name','Moon'),(63984,1538,'_billing_company','Lice Clinics of America-Fresno'),(63985,1538,'_billing_address_1','585 56th Street'),(63986,1538,'_billing_city','Oakland'),(63987,1538,'_billing_state','CA'),(63988,1538,'_billing_postcode','94609'),(63989,1538,'_billing_country','US'),(63990,1538,'_billing_email','info@liceclinicsfresno.com'),(63991,1538,'_billing_phone','5593046305'),(63992,1538,'_shipping_first_name','Kristen'),(63993,1538,'_shipping_last_name','Maroot-Rippee'),(63994,1538,'_shipping_company','Lice Busters LLC.'),(63995,1538,'_shipping_address_1','487 W. Scott Avenue'),(63996,1538,'_shipping_city','Fresno'),(63997,1538,'_shipping_state','CA'),(63998,1538,'_shipping_postcode','93704'),(63999,1538,'_shipping_country','US'),(64000,1538,'_order_currency','USD'),(64001,1538,'_cart_discount','0'),(64002,1538,'_cart_discount_tax','0'),(64003,1538,'_order_shipping','0'),(64004,1538,'_order_shipping_tax','0'),(64005,1538,'_order_tax','0'),(64006,1538,'_order_total','1193.68'),(64007,1538,'_order_version','7.0.0'),(64008,1538,'_prices_include_tax','no'),(64009,1538,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(64010,1538,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. 487 W. Scott Avenue  Fresno CA 93704 US '),(64011,1538,'is_vat_exempt','no'),(64012,1538,'Payment type','instant'),(64013,1538,'_paypal_status','completed'),(64014,1538,'_transaction_id','8HB29355EM0166136'),(64015,1538,'PayPal Transaction Fee','42.15'),(64016,1538,'_date_paid','1668090160'),(64017,1538,'_paid_date','2022-11-10 14:22:40'),(64018,1538,'_download_permissions_granted','yes'),(64019,1538,'_recorded_sales','yes'),(64020,1538,'_recorded_coupon_usage_counts','yes'),(64021,1538,'_order_stock_reduced','yes'),(64022,1538,'_new_order_email_sent','true'),(64024,1500,'Payment type','instant'),(64025,1500,'_paypal_status','completed'),(64026,1500,'_transaction_id','1U5107301B366752C'),(64027,1500,'PayPal Transaction Fee','1.24'),(64028,1500,'_date_paid','1668105122'),(64029,1500,'_paid_date','2022-11-10 18:32:02'),(64030,1500,'_download_permissions_granted','yes'),(64031,1500,'_recorded_sales','yes'),(64032,1500,'_order_stock_reduced','yes'),(64033,1500,'_new_order_email_sent','true'),(64034,1499,'Payment type','instant'),(64035,1499,'_paypal_status','completed'),(64036,1499,'_transaction_id','64P34649YE3158328'),(64037,1499,'PayPal Transaction Fee','1.24'),(64038,1499,'_date_paid','1668105192'),(64039,1499,'_paid_date','2022-11-10 18:33:12'),(64040,1499,'_download_permissions_granted','yes'),(64041,1499,'_recorded_sales','yes'),(64042,1499,'_order_stock_reduced','yes'),(64043,1499,'_new_order_email_sent','true'),(64044,1498,'Payment type','instant'),(64045,1498,'_paypal_status','completed'),(64046,1498,'_transaction_id','6D8044659C8643230'),(64047,1498,'PayPal Transaction Fee','1.24'),(64048,1498,'_date_paid','1668105229'),(64049,1498,'_paid_date','2022-11-10 18:33:49'),(64050,1498,'_download_permissions_granted','yes'),(64051,1498,'_recorded_sales','yes'),(64052,1498,'_order_stock_reduced','yes'),(64053,1498,'_new_order_email_sent','true'),(64054,1538,'_edit_lock','1668115743:2'),(64055,1538,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212221\";s:12:\"date_shipped\";s:10:\"1668038400\";s:11:\"tracking_id\";s:32:\"930c0d2cd1854e200c53a5dd4eb7ba70\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212210\";s:12:\"date_shipped\";i:1668109873;s:11:\"tracking_id\";s:32:\"52f0aff1bcaa71b128f7a686d69ecae7\";}}'),(64056,1538,'_edit_last','2'),(64057,1538,'_date_completed','1668115868'),(64058,1538,'_completed_date','2022-11-10 21:31:08'),(64059,1500,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212380\";s:12:\"date_shipped\";s:10:\"1668038400\";s:11:\"tracking_id\";s:32:\"f7f47f1ca12f0cf2bbccb7a2cf2cb9d3\";}}'),(64060,1500,'_date_completed','1668115926'),(64061,1500,'_completed_date','2022-11-10 21:32:06'),(64062,1498,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212390\";s:12:\"date_shipped\";s:10:\"1668038400\";s:11:\"tracking_id\";s:32:\"ce3a0295cea0330f0aec2c1f0c09095c\";}}'),(64063,1498,'_date_completed','1668115974'),(64064,1498,'_completed_date','2022-11-10 21:32:54'),(64065,1499,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212405\";s:12:\"date_shipped\";s:10:\"1668038400\";s:11:\"tracking_id\";s:32:\"eeeabbcfc8959a48a7373699fb1da744\";}}'),(64066,1499,'_date_completed','1668116053'),(64067,1499,'_completed_date','2022-11-10 21:34:13'),(64068,1539,'_order_key','wc_order_mAYnpyhXpQ7xt'),(64069,1539,'_customer_user','54'),(64070,1539,'_payment_method','paypal'),(64071,1539,'_payment_method_title','PayPal'),(64072,1539,'_customer_ip_address','67.175.206.111'),(64073,1539,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36'),(64074,1539,'_created_via','checkout'),(64075,1539,'_cart_hash','89ae406886f59d3093ab3e9bb77598c5'),(64076,1539,'_billing_first_name','Erin'),(64077,1539,'_billing_last_name','Hawn'),(64078,1539,'_billing_address_1','10 W Phillip Rd'),(64079,1539,'_billing_address_2','123'),(64080,1539,'_billing_city','Vernon Hills'),(64081,1539,'_billing_state','IL'),(64082,1539,'_billing_postcode','60061'),(64083,1539,'_billing_country','US'),(64084,1539,'_billing_email','info@liceclinicsvernonhills.com'),(64085,1539,'_billing_phone','8475960408'),(64086,1539,'_shipping_first_name','Erin'),(64087,1539,'_shipping_last_name','Hawn'),(64088,1539,'_shipping_address_1','1491 S Amarias Dr'),(64089,1539,'_shipping_city','Round lake'),(64090,1539,'_shipping_state','IL'),(64091,1539,'_shipping_postcode','60073'),(64092,1539,'_shipping_country','US'),(64093,1539,'_order_currency','USD'),(64094,1539,'_cart_discount','0'),(64095,1539,'_cart_discount_tax','0'),(64096,1539,'_order_shipping','0'),(64097,1539,'_order_shipping_tax','0'),(64098,1539,'_order_tax','0'),(64099,1539,'_order_total','611.76'),(64100,1539,'_order_version','7.0.0'),(64101,1539,'_prices_include_tax','no'),(64102,1539,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(64103,1539,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(64104,1539,'is_vat_exempt','no'),(64105,1539,'Payment type','instant'),(64106,1539,'_paypal_status','completed'),(64107,1539,'_transaction_id','5JJ2566720245194A'),(64108,1539,'PayPal Transaction Fee','21.84'),(64109,1539,'_date_paid','1668179205'),(64110,1539,'_paid_date','2022-11-11 15:06:45'),(64111,1539,'_download_permissions_granted','yes'),(64112,1539,'_recorded_sales','yes'),(64113,1539,'_recorded_coupon_usage_counts','yes'),(64114,1539,'_order_stock_reduced','yes'),(64115,1539,'_new_order_email_sent','true'),(64116,1540,'_order_key','wc_order_QaRz0recE3DNS'),(64117,1540,'_customer_user','37'),(64118,1540,'_payment_method','paypal'),(64119,1540,'_payment_method_title','PayPal'),(64120,1540,'_customer_ip_address','98.16.11.84'),(64121,1540,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35'),(64122,1540,'_created_via','checkout'),(64123,1540,'_cart_hash','863583b6b5eb4d83020646c31cd9b869'),(64124,1540,'_billing_first_name','Melody'),(64125,1540,'_billing_last_name','Carter'),(64126,1540,'_billing_company','Family Hair Clinic of South Ga LLC'),(64127,1540,'_billing_address_1','7754 GA HIGHWAY 122 W'),(64128,1540,'_billing_city','HAHIRA'),(64129,1540,'_billing_state','GA'),(64130,1540,'_billing_postcode','31632-2210'),(64131,1540,'_billing_country','US'),(64132,1540,'_billing_email','familyhairclinic@gmail.com'),(64133,1540,'_billing_phone','2294151748'),(64134,1540,'_shipping_first_name','Melody'),(64135,1540,'_shipping_last_name','Carter'),(64136,1540,'_shipping_company','LCA Family Hair Clinic'),(64137,1540,'_shipping_address_1','7754 GA Highway 122 W'),(64138,1540,'_shipping_city','Hahira'),(64139,1540,'_shipping_state','GA'),(64140,1540,'_shipping_postcode','31632'),(64141,1540,'_shipping_country','US'),(64142,1540,'_order_currency','USD'),(64143,1540,'_cart_discount','0'),(64144,1540,'_cart_discount_tax','0'),(64145,1540,'_order_shipping','57.87'),(64146,1540,'_order_shipping_tax','0'),(64147,1540,'_order_tax','0'),(64148,1540,'_order_total','183.27'),(64149,1540,'_order_version','7.0.0'),(64150,1540,'_prices_include_tax','no'),(64151,1540,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(64152,1540,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(64153,1540,'is_vat_exempt','no'),(64154,1540,'Payment type','instant'),(64155,1540,'_paypal_status','completed'),(64156,1540,'_transaction_id','95A78626E4349334F'),(64157,1540,'PayPal Transaction Fee','6.89'),(64158,1540,'_date_paid','1668193417'),(64159,1540,'_paid_date','2022-11-11 19:03:37'),(64160,1540,'_download_permissions_granted','yes'),(64161,1540,'_recorded_sales','yes'),(64162,1540,'_recorded_coupon_usage_counts','yes'),(64163,1540,'_order_stock_reduced','yes'),(64164,1540,'_new_order_email_sent','true'),(64165,1541,'_order_key','wc_order_YH4NfkwPs24Jp'),(64166,1541,'_customer_user','67'),(64167,1541,'_payment_method','paypal'),(64168,1541,'_payment_method_title','PayPal'),(64169,1541,'_customer_ip_address','74.77.55.50'),(64170,1541,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64171,1541,'_created_via','checkout'),(64172,1541,'_cart_hash','006353059aef33e22969be6dfb9ada69'),(64173,1541,'_billing_first_name','Marnie'),(64174,1541,'_billing_last_name','Murray'),(64175,1541,'_billing_company','Naughty Nits'),(64176,1541,'_billing_address_1','2809 Wehrle Drive'),(64177,1541,'_billing_address_2','Suite 10'),(64178,1541,'_billing_city','Williamsville'),(64179,1541,'_billing_state','NY'),(64180,1541,'_billing_postcode','14221'),(64181,1541,'_billing_country','US'),(64182,1541,'_billing_email','liceclinicsupstateny@gmail.com'),(64183,1541,'_billing_phone','7166265423'),(64184,1541,'_shipping_first_name','Marnie'),(64185,1541,'_shipping_last_name','Murray'),(64186,1541,'_shipping_company','LCA Buffalo'),(64187,1541,'_shipping_address_1','2809 Wehrle Drive'),(64188,1541,'_shipping_address_2','Suite 10'),(64189,1541,'_shipping_city','Williamsville'),(64190,1541,'_shipping_state','NY'),(64191,1541,'_shipping_postcode','14221'),(64192,1541,'_shipping_country','US'),(64193,1541,'_order_currency','USD'),(64194,1541,'_cart_discount','0'),(64195,1541,'_cart_discount_tax','0'),(64196,1541,'_order_shipping','30.05'),(64197,1541,'_order_shipping_tax','0'),(64198,1541,'_order_tax','0'),(64199,1541,'_order_total','292.13'),(64200,1541,'_order_version','7.0.0'),(64201,1541,'_prices_include_tax','no'),(64202,1541,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(64203,1541,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(64204,1541,'is_vat_exempt','no'),(64205,1541,'Payment type','instant'),(64206,1541,'_paypal_status','completed'),(64207,1541,'_transaction_id','544900012T015813K'),(64208,1541,'PayPal Transaction Fee','10.69'),(64209,1541,'_date_paid','1668194725'),(64210,1541,'_paid_date','2022-11-11 19:25:25'),(64211,1541,'_download_permissions_granted','yes'),(64212,1541,'_recorded_sales','yes'),(64213,1541,'_recorded_coupon_usage_counts','yes'),(64214,1541,'_order_stock_reduced','yes'),(64215,1541,'_new_order_email_sent','true'),(64255,1525,'_edit_last','2'),(64256,1525,'_recorded_coupon_usage_counts','yes'),(64257,1525,'Payment type','instant'),(64258,1525,'_paypal_status','completed'),(64259,1525,'_transaction_id','48E22851VM086611U'),(64260,1525,'PayPal Transaction Fee','0.90'),(64261,1525,'_date_paid','1668280023'),(64262,1525,'_paid_date','2022-11-12 19:07:03'),(64263,1525,'_download_permissions_granted','yes'),(64264,1525,'_recorded_sales','yes'),(64265,1525,'_order_stock_reduced','yes'),(64266,1525,'_new_order_email_sent','true'),(64267,1543,'_order_key','wc_order_4KjOQn2jYxe4t'),(64268,1543,'_customer_user','60'),(64269,1543,'_payment_method','paypal'),(64270,1543,'_payment_method_title','PayPal'),(64271,1543,'_customer_ip_address','98.193.14.84'),(64272,1543,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(64273,1543,'_created_via','checkout'),(64274,1543,'_cart_hash','b2438aa2e4350a538cd6bf96ad87e9db'),(64275,1543,'_billing_first_name','Jill'),(64276,1543,'_billing_last_name','Leshtz'),(64277,1543,'_billing_company','Lice clinics of America-North Shore'),(64278,1543,'_billing_address_1','1580 Lancelot Avenue'),(64279,1543,'_billing_city','Highland park'),(64280,1543,'_billing_state','IL'),(64281,1543,'_billing_postcode','60035'),(64282,1543,'_billing_country','US'),(64283,1543,'_billing_email','jleshtz@gmail.com'),(64284,1543,'_billing_phone','8473639001'),(64285,1543,'_shipping_first_name','Jill'),(64286,1543,'_shipping_last_name','Leshtz'),(64287,1543,'_shipping_company','Lice clinics of America-North Shore'),(64288,1543,'_shipping_address_1','1580 Lancelot Avenue'),(64289,1543,'_shipping_city','Highland park'),(64290,1543,'_shipping_state','IL'),(64291,1543,'_shipping_postcode','60035'),(64292,1543,'_shipping_country','US'),(64293,1543,'_order_currency','USD'),(64294,1543,'_cart_discount','0'),(64295,1543,'_cart_discount_tax','0'),(64296,1543,'_order_shipping','29.92'),(64297,1543,'_order_shipping_tax','0'),(64298,1543,'_order_tax','0'),(64299,1543,'_order_total','505.12'),(64300,1543,'_order_version','7.0.0'),(64301,1543,'_prices_include_tax','no'),(64302,1543,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(64303,1543,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(64304,1543,'is_vat_exempt','no'),(64305,1544,'_order_key','wc_order_0g1yLbuvMz29Y'),(64306,1544,'_customer_user','60'),(64307,1544,'_payment_method','paypal'),(64308,1544,'_payment_method_title','PayPal'),(64309,1544,'_customer_ip_address','98.193.14.84'),(64310,1544,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(64311,1544,'_created_via','checkout'),(64312,1544,'_cart_hash','f59a8e78a3da9eed76940e89ff10a151'),(64313,1544,'_billing_first_name','Jill'),(64314,1544,'_billing_last_name','Leshtz'),(64315,1544,'_billing_company','Lice clinics of America-North Shore'),(64316,1544,'_billing_address_1','1580 Lancelot Avenue'),(64317,1544,'_billing_city','Highland park'),(64318,1544,'_billing_state','IL'),(64319,1544,'_billing_postcode','60035'),(64320,1544,'_billing_country','US'),(64321,1544,'_billing_email','jleshtz@gmail.com'),(64322,1544,'_billing_phone','8473639001'),(64323,1544,'_shipping_first_name','Jill'),(64324,1544,'_shipping_last_name','Leshtz'),(64325,1544,'_shipping_company','Lice clinics of America-North Shore'),(64326,1544,'_shipping_address_1','1580 Lancelot Avenue'),(64327,1544,'_shipping_city','Highland park'),(64328,1544,'_shipping_state','IL'),(64329,1544,'_shipping_postcode','60035'),(64330,1544,'_shipping_country','US'),(64331,1544,'_order_currency','USD'),(64332,1544,'_cart_discount','0'),(64333,1544,'_cart_discount_tax','0'),(64334,1544,'_order_shipping','10.07'),(64335,1544,'_order_shipping_tax','0'),(64336,1544,'_order_tax','0'),(64337,1544,'_order_total','10.07'),(64338,1544,'_order_version','7.0.0'),(64339,1544,'_prices_include_tax','no'),(64340,1544,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(64341,1544,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(64342,1544,'is_vat_exempt','no'),(64343,1545,'_order_key','wc_order_4d7fLR8GixRsQ'),(64344,1545,'_customer_user','73'),(64345,1545,'_payment_method','paypal'),(64346,1545,'_payment_method_title','PayPal'),(64347,1545,'_customer_ip_address','73.63.207.98'),(64348,1545,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64349,1545,'_created_via','checkout'),(64350,1545,'_cart_hash','5df3c285f7cac4af7363195d836c8a69'),(64351,1545,'_billing_first_name','Lice Clinics'),(64352,1545,'_billing_last_name','Castro Valley'),(64353,1545,'_billing_company','Lice Clinics of America - Castro Valley'),(64354,1545,'_billing_address_1','20406 Redwood Rd, Suite A'),(64355,1545,'_billing_city','Castro Valley'),(64356,1545,'_billing_state','CA'),(64357,1545,'_billing_postcode','94546'),(64358,1545,'_billing_country','US'),(64359,1545,'_billing_email','liceclinicscastrovalley@gmail.com'),(64360,1545,'_billing_phone','5106763272'),(64361,1545,'_shipping_first_name','Lice Clinics'),(64362,1545,'_shipping_last_name','Castro Valley'),(64363,1545,'_shipping_company','LCA - Castro Valley'),(64364,1545,'_shipping_address_1','31372 Mackinaw St'),(64365,1545,'_shipping_city','Union City'),(64366,1545,'_shipping_state','CA'),(64367,1545,'_shipping_postcode','94587'),(64368,1545,'_shipping_country','US'),(64369,1545,'_order_currency','USD'),(64370,1545,'_cart_discount','0'),(64371,1545,'_cart_discount_tax','0'),(64372,1545,'_order_shipping','0'),(64373,1545,'_order_shipping_tax','0'),(64374,1545,'_order_tax','0'),(64375,1545,'_order_total','842.32'),(64376,1545,'_order_version','7.0.0'),(64377,1545,'_prices_include_tax','no'),(64378,1545,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(64379,1545,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(64380,1545,'is_vat_exempt','no'),(64381,1541,'_edit_lock','1668437910:2'),(64382,1541,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212699\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"7b58e6bf6565a6f7df570e0e6e2c5451\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212688\";s:12:\"date_shipped\";i:1668437911;s:11:\"tracking_id\";s:32:\"6b004651e4bf1ddd5f3fea400dcf6cbc\";}}'),(64383,1541,'_edit_last','2'),(64384,1541,'_date_completed','1668437917'),(64385,1541,'_completed_date','2022-11-14 14:58:37'),(64386,1540,'_edit_lock','1668437966:2'),(64387,1540,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212677\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"fd7e53021acf882f8d8eb8e4dbde04e5\";}}'),(64388,1540,'_edit_last','2'),(64389,1540,'_date_completed','1668438089'),(64390,1540,'_completed_date','2022-11-14 15:01:29'),(64391,1539,'_edit_lock','1668438174:2'),(64392,1539,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212644\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"e473f563d37798ba4dae54891b1ed08d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212633\";s:12:\"date_shipped\";i:1668438143;s:11:\"tracking_id\";s:32:\"1561b369fd2e7effddc95b1f1c847d7e\";}}'),(64393,1539,'_edit_last','2'),(64394,1539,'_date_completed','1668438145'),(64395,1539,'_completed_date','2022-11-14 15:02:25'),(64396,1545,'_edit_lock','1668521300:2'),(64397,1543,'_edit_lock','1669137277:2'),(64398,1544,'_edit_lock','1668459695:2'),(64399,1545,'_edit_last','2'),(64400,1545,'_recorded_coupon_usage_counts','yes'),(64401,1543,'_edit_last','2'),(64402,1543,'_recorded_coupon_usage_counts','yes'),(64403,1544,'_edit_last','2'),(64404,1544,'_recorded_coupon_usage_counts','yes'),(64405,1545,'Payment type','instant'),(64406,1545,'_paypal_status','completed'),(64407,1545,'_transaction_id','5AM81622M0914494R'),(64408,1545,'PayPal Transaction Fee','29.89'),(64409,1545,'_date_paid','1668443121'),(64410,1545,'_paid_date','2022-11-14 16:25:21'),(64411,1545,'_download_permissions_granted','yes'),(64412,1545,'_recorded_sales','yes'),(64413,1545,'_order_stock_reduced','yes'),(64414,1545,'_new_order_email_sent','true'),(64415,1544,'Payment type','instant'),(64416,1544,'_paypal_status','completed'),(64417,1544,'_transaction_id','94713215FH487804J'),(64418,1544,'PayPal Transaction Fee','0.84'),(64419,1544,'_date_paid','1668443164'),(64420,1544,'_paid_date','2022-11-14 16:26:04'),(64421,1544,'_download_permissions_granted','yes'),(64422,1544,'_recorded_sales','yes'),(64423,1544,'_order_stock_reduced','yes'),(64424,1544,'_new_order_email_sent','true'),(64425,1543,'Payment type','instant'),(64426,1543,'_paypal_status','completed'),(64427,1543,'_transaction_id','95682320RN6888100'),(64428,1543,'PayPal Transaction Fee','18.12'),(64429,1543,'_date_paid','1668443226'),(64430,1543,'_paid_date','2022-11-14 16:27:06'),(64431,1543,'_download_permissions_granted','yes'),(64432,1543,'_recorded_sales','yes'),(64433,1543,'_order_stock_reduced','yes'),(64434,1543,'_new_order_email_sent','true'),(64435,1546,'_order_key','wc_order_nOwa4tfDGfkYz'),(64436,1546,'_customer_user','3'),(64437,1546,'_payment_method','paypal'),(64438,1546,'_payment_method_title','PayPal'),(64439,1546,'_customer_ip_address','70.142.202.154'),(64440,1546,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(64441,1546,'_created_via','checkout'),(64442,1546,'_cart_hash','295000c7cc2f09c859cf67613271f6fb'),(64443,1546,'_billing_first_name','AMANDA'),(64444,1546,'_billing_last_name','Westerman'),(64445,1546,'_billing_company','Lice Clinics of America'),(64446,1546,'_billing_address_1','1709 Damian Way'),(64447,1546,'_billing_city','Richardson'),(64448,1546,'_billing_state','TX'),(64449,1546,'_billing_postcode','75081'),(64450,1546,'_billing_country','US'),(64451,1546,'_billing_email','awesterman1103@gmail.com'),(64452,1546,'_billing_phone','12144175741'),(64453,1546,'_shipping_first_name','Amanda'),(64454,1546,'_shipping_last_name','Westerman'),(64455,1546,'_shipping_company','Lice Clinics of America McKinney'),(64456,1546,'_shipping_address_1','3120 Hudson Crossing'),(64457,1546,'_shipping_address_2','Suite A2'),(64458,1546,'_shipping_city','MCKINNEY'),(64459,1546,'_shipping_state','TX'),(64460,1546,'_shipping_postcode','75070'),(64461,1546,'_shipping_country','US'),(64462,1546,'_order_currency','USD'),(64463,1546,'_cart_discount','0'),(64464,1546,'_cart_discount_tax','0'),(64465,1546,'_order_shipping','0'),(64466,1546,'_order_shipping_tax','0'),(64467,1546,'_order_tax','0'),(64468,1546,'_order_total','946.19'),(64469,1546,'_order_version','7.0.0'),(64470,1546,'_prices_include_tax','no'),(64471,1546,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(64472,1546,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(64473,1546,'is_vat_exempt','no'),(64474,1546,'Payment type','instant'),(64475,1546,'_paypal_status','completed'),(64476,1546,'_transaction_id','83105335KY075825B'),(64477,1546,'PayPal Transaction Fee','33.51'),(64478,1546,'_date_paid','1668445551'),(64479,1546,'_paid_date','2022-11-14 17:05:51'),(64480,1546,'_download_permissions_granted','yes'),(64481,1546,'_recorded_sales','yes'),(64482,1546,'_recorded_coupon_usage_counts','yes'),(64483,1546,'_order_stock_reduced','yes'),(64484,1546,'_new_order_email_sent','true'),(64485,1547,'_order_key','wc_order_fHGuXevVLr7G1'),(64486,1547,'_customer_user','28'),(64487,1547,'_payment_method','paypal'),(64488,1547,'_payment_method_title','PayPal'),(64489,1547,'_customer_ip_address','68.111.192.144'),(64490,1547,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64491,1547,'_created_via','checkout'),(64492,1547,'_cart_hash','44d0d35d07588bb374d7a22a95915539'),(64493,1547,'_billing_first_name','Kelli'),(64494,1547,'_billing_last_name','Washington'),(64495,1547,'_billing_company','Lice Clinics of America - Temecula'),(64496,1547,'_billing_address_1','2438 Bear Rock Gln'),(64497,1547,'_billing_city','Escondido'),(64498,1547,'_billing_state','CA'),(64499,1547,'_billing_postcode','92026'),(64500,1547,'_billing_country','US'),(64501,1547,'_billing_email','info@liceclinicstemecula.com'),(64502,1547,'_billing_phone','7606255580'),(64503,1547,'_shipping_first_name','Kelli'),(64504,1547,'_shipping_last_name','Washington'),(64505,1547,'_shipping_company','Lice Clinics of America - Temecula'),(64506,1547,'_shipping_address_1','2438 Bear Rock Gln'),(64507,1547,'_shipping_city','Escondido'),(64508,1547,'_shipping_state','CA'),(64509,1547,'_shipping_postcode','92026'),(64510,1547,'_shipping_country','US'),(64511,1547,'_order_currency','USD'),(64512,1547,'_cart_discount','0'),(64513,1547,'_cart_discount_tax','0'),(64514,1547,'_order_shipping','25.45'),(64515,1547,'_order_shipping_tax','0'),(64516,1547,'_order_tax','0'),(64517,1547,'_order_total','268.00'),(64518,1547,'_order_version','7.0.0'),(64519,1547,'_prices_include_tax','no'),(64520,1547,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(64521,1547,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(64522,1547,'is_vat_exempt','no'),(64523,1547,'Payment type','instant'),(64524,1547,'_paypal_status','completed'),(64525,1547,'_transaction_id','2MB86181P46282922'),(64526,1547,'PayPal Transaction Fee','9.84'),(64527,1547,'_date_paid','1668453313'),(64528,1547,'_paid_date','2022-11-14 19:15:13'),(64529,1547,'_download_permissions_granted','yes'),(64530,1547,'_recorded_sales','yes'),(64531,1547,'_recorded_coupon_usage_counts','yes'),(64532,1547,'_order_stock_reduced','yes'),(64533,1547,'_new_order_email_sent','true'),(64534,1525,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212703\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"4618eb8981a751e8a3ada99035759ab4\";}}'),(64535,1525,'_date_completed','1668459695'),(64536,1525,'_completed_date','2022-11-14 21:01:35'),(64537,1544,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212839\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"74e3e0fce721815f4ff57bbae4110697\";}}'),(64538,1544,'_date_completed','1668459827'),(64539,1544,'_completed_date','2022-11-14 21:03:47'),(64540,1547,'_edit_lock','1668459844:2'),(64541,1547,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212975\";s:12:\"date_shipped\";s:10:\"1668384000\";s:11:\"tracking_id\";s:32:\"64c588d95282e7013f40488ec9eae6c9\";}}'),(64542,1547,'_edit_last','2'),(64543,1547,'_date_completed','1668459967'),(64544,1547,'_completed_date','2022-11-14 21:06:07'),(64545,1546,'_edit_lock','1668521212:2'),(64546,1546,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213033\";s:12:\"date_shipped\";s:10:\"1668470400\";s:11:\"tracking_id\";s:32:\"27bfde4bfe502a463b6c22c27c7c9e3f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213022\";s:12:\"date_shipped\";i:1668521332;s:11:\"tracking_id\";s:32:\"67e5e402a4076bc1db4da67bd378527a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213011\";s:12:\"date_shipped\";i:1668521338;s:11:\"tracking_id\";s:32:\"0d075822f8a0a0551c86d4450d30deb6\";}}'),(64547,1546,'_edit_last','2'),(64548,1546,'_date_completed','1668521345'),(64549,1546,'_completed_date','2022-11-15 14:09:05'),(64550,1545,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212861\";s:12:\"date_shipped\";s:10:\"1668470400\";s:11:\"tracking_id\";s:32:\"a4067e8d9acba0f4d9b20b486cbcb0f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212850\";s:12:\"date_shipped\";i:1668521384;s:11:\"tracking_id\";s:32:\"f9184448dd848b6472611bd913f32084\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212840\";s:12:\"date_shipped\";i:1668521392;s:11:\"tracking_id\";s:32:\"47641ee5a9e4ecce2b8295af3d96f187\";}}'),(64551,1545,'_date_completed','1668521395'),(64552,1545,'_completed_date','2022-11-15 14:09:55'),(64553,1548,'_order_key','wc_order_OTBQ1YSPgtXvA'),(64554,1548,'_customer_user','43'),(64555,1548,'_payment_method','paypal'),(64556,1548,'_payment_method_title','PayPal'),(64557,1548,'_customer_ip_address','170.55.190.162'),(64558,1548,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(64559,1548,'_created_via','checkout'),(64560,1548,'_cart_hash','067b94c4d956ddac30354f16c350b5be'),(64561,1548,'_billing_first_name','Ryan'),(64562,1548,'_billing_last_name','Nelson'),(64563,1548,'_billing_address_1','140 Flame Vine drive'),(64564,1548,'_billing_city','Naples'),(64565,1548,'_billing_state','FL'),(64566,1548,'_billing_postcode','34110'),(64567,1548,'_billing_country','US'),(64568,1548,'_billing_email','Rjnelson73@gmail.com'),(64569,1548,'_billing_phone','239-281-0719'),(64570,1548,'_shipping_first_name','Ryan'),(64571,1548,'_shipping_last_name','Nelson'),(64572,1548,'_shipping_address_1','140 Flame Vine drive'),(64573,1548,'_shipping_city','Naples'),(64574,1548,'_shipping_state','FL'),(64575,1548,'_shipping_postcode','34110'),(64576,1548,'_shipping_country','US'),(64577,1548,'_order_currency','USD'),(64578,1548,'_cart_discount','0'),(64579,1548,'_cart_discount_tax','0'),(64580,1548,'_order_shipping','17.07'),(64581,1548,'_order_shipping_tax','0'),(64582,1548,'_order_tax','0'),(64583,1548,'_order_total','241.95'),(64584,1548,'_order_version','7.0.0'),(64585,1548,'_prices_include_tax','no'),(64586,1548,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(64587,1548,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(64588,1548,'is_vat_exempt','no'),(64589,1548,'_edit_lock','1668641780:2'),(64590,1548,'_edit_last','2'),(64591,1548,'_recorded_coupon_usage_counts','yes'),(64592,1548,'Payment type','instant'),(64593,1548,'_paypal_status','completed'),(64594,1548,'_transaction_id','6Y979899GY6945319'),(64595,1548,'PayPal Transaction Fee','8.93'),(64596,1548,'_date_paid','1668543308'),(64597,1548,'_paid_date','2022-11-15 20:15:08'),(64598,1548,'_download_permissions_granted','yes'),(64599,1548,'_recorded_sales','yes'),(64600,1548,'_order_stock_reduced','yes'),(64601,1548,'_new_order_email_sent','true'),(64602,1549,'_order_key','wc_order_Sxr5JUFoC8AdM'),(64603,1549,'_customer_user','5'),(64604,1549,'_payment_method','paypal'),(64605,1549,'_payment_method_title','PayPal'),(64606,1549,'_customer_ip_address','73.180.17.169'),(64607,1549,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64608,1549,'_created_via','checkout'),(64609,1549,'_cart_hash','c94af287f4291b0093398800bf3d09f1'),(64610,1549,'_billing_first_name','Mark'),(64611,1549,'_billing_last_name','Meyer'),(64612,1549,'_billing_company','lice clinics of america- portland'),(64613,1549,'_billing_address_1','5201 SW Westgate Dr suite 106'),(64614,1549,'_billing_address_2','106'),(64615,1549,'_billing_city','portland'),(64616,1549,'_billing_state','OR'),(64617,1549,'_billing_postcode','97221'),(64618,1549,'_billing_country','US'),(64619,1549,'_billing_email','noemi.and.mark@nwliceclinics.com'),(64620,1549,'_billing_phone','5034040475'),(64621,1549,'_shipping_first_name','Shawnde'),(64622,1549,'_shipping_last_name','Russell'),(64623,1549,'_shipping_company','Lice Clinics Of America'),(64624,1549,'_shipping_address_1','1444 NW College Way Suite 6'),(64625,1549,'_shipping_address_2','Suite 6'),(64626,1549,'_shipping_city','Bend'),(64627,1549,'_shipping_state','OR'),(64628,1549,'_shipping_postcode','97703'),(64629,1549,'_shipping_country','US'),(64630,1549,'_order_currency','USD'),(64631,1549,'_cart_discount','0'),(64632,1549,'_cart_discount_tax','0'),(64633,1549,'_order_shipping','18.58'),(64634,1549,'_order_shipping_tax','0'),(64635,1549,'_order_tax','0'),(64636,1549,'_order_total','242.26'),(64637,1549,'_order_version','7.0.0'),(64638,1549,'_prices_include_tax','no'),(64639,1549,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(64640,1549,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(64641,1549,'is_vat_exempt','no'),(64642,1549,'Payment type','instant'),(64643,1549,'_paypal_status','completed'),(64644,1549,'_transaction_id','6E239064NU525110U'),(64645,1549,'PayPal Transaction Fee','8.94'),(64646,1549,'_date_paid','1668623805'),(64647,1549,'_paid_date','2022-11-16 18:36:45'),(64648,1549,'_download_permissions_granted','yes'),(64649,1549,'_recorded_sales','yes'),(64650,1549,'_recorded_coupon_usage_counts','yes'),(64651,1549,'_order_stock_reduced','yes'),(64652,1549,'_new_order_email_sent','true'),(64653,1550,'_order_key','wc_order_crUHb2de5GZzW'),(64654,1550,'_customer_user','87'),(64655,1550,'_payment_method','paypal'),(64656,1550,'_payment_method_title','PayPal'),(64657,1550,'_customer_ip_address','70.189.73.253'),(64658,1550,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(64659,1550,'_created_via','checkout'),(64660,1550,'_cart_hash','722b778891beaa9d61ea2ba2098c24af'),(64661,1550,'_billing_first_name','Wade'),(64662,1550,'_billing_last_name','Huntsman'),(64663,1550,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(64664,1550,'_billing_address_1','3421 E 21st'),(64665,1550,'_billing_city','Tulsa'),(64666,1550,'_billing_state','OK'),(64667,1550,'_billing_postcode','74114'),(64668,1550,'_billing_country','US'),(64669,1550,'_billing_email','info@liceclinicsmidsouth.com'),(64670,1550,'_billing_phone','9189783329'),(64671,1550,'_shipping_first_name','Katee'),(64672,1550,'_shipping_last_name','Morrison'),(64673,1550,'_shipping_company','Lice Clinics of America OKC'),(64674,1550,'_shipping_address_1','4001 N Classen Blvd'),(64675,1550,'_shipping_address_2','Suite 116'),(64676,1550,'_shipping_city','Oklahoma City'),(64677,1550,'_shipping_state','OK'),(64678,1550,'_shipping_postcode','73118'),(64679,1550,'_shipping_country','US'),(64680,1550,'_order_currency','USD'),(64681,1550,'_cart_discount','0'),(64682,1550,'_cart_discount_tax','0'),(64683,1550,'_order_shipping','0'),(64684,1550,'_order_shipping_tax','0'),(64685,1550,'_order_tax','0'),(64686,1550,'_order_total','1218.96'),(64687,1550,'_order_version','7.0.0'),(64688,1550,'_prices_include_tax','no'),(64689,1550,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(64690,1550,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 Oklahoma City OK 73118 US '),(64691,1550,'is_vat_exempt','no'),(64692,1550,'Payment type','instant'),(64693,1550,'_paypal_status','completed'),(64694,1550,'_transaction_id','71697611F3319541U'),(64695,1550,'PayPal Transaction Fee','43.03'),(64696,1550,'_date_paid','1668629459'),(64697,1550,'_paid_date','2022-11-16 20:10:59'),(64698,1550,'_download_permissions_granted','yes'),(64699,1550,'_recorded_sales','yes'),(64700,1550,'_recorded_coupon_usage_counts','yes'),(64701,1550,'_order_stock_reduced','yes'),(64702,1550,'_new_order_email_sent','true'),(64703,1551,'_order_key','wc_order_1thUlXANSaBjy'),(64704,1551,'_customer_user','87'),(64705,1551,'_payment_method','paypal'),(64706,1551,'_payment_method_title','PayPal'),(64707,1551,'_customer_ip_address','70.189.73.253'),(64708,1551,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(64709,1551,'_created_via','checkout'),(64710,1551,'_cart_hash','d723de9a0eb30aed87b48a75bf4893ba'),(64711,1551,'_billing_first_name','Wade'),(64712,1551,'_billing_last_name','Huntsman'),(64713,1551,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(64714,1551,'_billing_address_1','3421 E 21st'),(64715,1551,'_billing_city','Tulsa'),(64716,1551,'_billing_state','OK'),(64717,1551,'_billing_postcode','74114'),(64718,1551,'_billing_country','US'),(64719,1551,'_billing_email','info@liceclinicsmidsouth.com'),(64720,1551,'_billing_phone','9189783329'),(64721,1551,'_shipping_first_name','Wade'),(64722,1551,'_shipping_last_name','Huntsman'),(64723,1551,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(64724,1551,'_shipping_address_1','3421 E 21st'),(64725,1551,'_shipping_city','Tulsa'),(64726,1551,'_shipping_state','OK'),(64727,1551,'_shipping_postcode','74114'),(64728,1551,'_shipping_country','US'),(64729,1551,'_order_currency','USD'),(64730,1551,'_cart_discount','0'),(64731,1551,'_cart_discount_tax','0'),(64732,1551,'_order_shipping','0'),(64733,1551,'_order_shipping_tax','0'),(64734,1551,'_order_tax','0'),(64735,1551,'_order_total','1672.02'),(64736,1551,'_order_version','7.0.0'),(64737,1551,'_prices_include_tax','no'),(64738,1551,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(64739,1551,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(64740,1551,'is_vat_exempt','no'),(64741,1551,'Payment type','instant'),(64742,1551,'_paypal_status','completed'),(64743,1551,'_transaction_id','6K815560HN263000T'),(64744,1551,'PayPal Transaction Fee','58.84'),(64745,1551,'_date_paid','1668629688'),(64746,1551,'_paid_date','2022-11-16 20:14:48'),(64747,1551,'_download_permissions_granted','yes'),(64748,1551,'_recorded_sales','yes'),(64749,1551,'_recorded_coupon_usage_counts','yes'),(64750,1551,'_order_stock_reduced','yes'),(64751,1551,'_new_order_email_sent','true'),(64752,1552,'_order_key','wc_order_YZXbRnBKYcfHE'),(64753,1552,'_customer_user','0'),(64754,1552,'_payment_method','paypal'),(64755,1552,'_payment_method_title','PayPal'),(64756,1552,'_customer_ip_address','136.49.57.192'),(64757,1552,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64758,1552,'_created_via','checkout'),(64759,1552,'_cart_hash','554cfb5fd9442f0d29748653a66984c8'),(64760,1552,'_billing_first_name','Lee'),(64761,1552,'_billing_last_name','Rogers'),(64762,1552,'_billing_company','United States'),(64763,1552,'_billing_address_1','40 N Interstate 35'),(64764,1552,'_billing_address_2','APT 4B2'),(64765,1552,'_billing_city','Austin'),(64766,1552,'_billing_state','TX'),(64767,1552,'_billing_postcode','78701'),(64768,1552,'_billing_country','US'),(64769,1552,'_billing_email','leerogers@flash.net'),(64770,1552,'_billing_phone','316-727-9951'),(64771,1552,'_shipping_first_name','Kaitlin'),(64772,1552,'_shipping_last_name','Ryan'),(64773,1552,'_shipping_company','LCA Dublin'),(64774,1552,'_shipping_address_1','5910 Wilcox Place'),(64775,1552,'_shipping_address_2','Suite E'),(64776,1552,'_shipping_city','Dublin'),(64777,1552,'_shipping_state','OH'),(64778,1552,'_shipping_postcode','43016'),(64779,1552,'_shipping_country','US'),(64780,1552,'_order_currency','USD'),(64781,1552,'_cart_discount','0'),(64782,1552,'_cart_discount_tax','0'),(64783,1552,'_order_shipping','0'),(64784,1552,'_order_shipping_tax','0'),(64785,1552,'_order_tax','0'),(64786,1552,'_order_total','528.91'),(64787,1552,'_order_version','7.0.0'),(64788,1552,'_prices_include_tax','no'),(64789,1552,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(64790,1552,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(64791,1552,'is_vat_exempt','no'),(64792,1552,'Payment type','instant'),(64793,1552,'_paypal_status','completed'),(64794,1552,'_transaction_id','6DV205111W117925H'),(64795,1552,'PayPal Transaction Fee','18.95'),(64796,1552,'_date_paid','1668633721'),(64797,1552,'_paid_date','2022-11-16 21:22:01'),(64798,1552,'_download_permissions_granted','yes'),(64799,1552,'_recorded_sales','yes'),(64800,1552,'_recorded_coupon_usage_counts','yes'),(64801,1552,'_order_stock_reduced','yes'),(64802,1552,'_new_order_email_sent','true'),(64803,1548,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213147\";s:12:\"date_shipped\";s:10:\"1668556800\";s:11:\"tracking_id\";s:32:\"f5e96e0015bd5a141488eb4c9ef9f4cb\";}}'),(64804,1548,'_date_completed','1668641906'),(64805,1548,'_completed_date','2022-11-16 23:38:26'),(64806,1549,'_edit_lock','1668641906:2'),(64807,1549,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213191\";s:12:\"date_shipped\";s:10:\"1668556800\";s:11:\"tracking_id\";s:32:\"d70693c2544d2d06eb800e909bef5424\";}}'),(64808,1549,'_edit_last','2'),(64809,1549,'_date_completed','1668642024'),(64810,1549,'_completed_date','2022-11-16 23:40:24'),(64850,1555,'_order_key','wc_order_beK1GKDEW0VRO'),(64851,1555,'_customer_user','3'),(64852,1555,'_payment_method','paypal'),(64853,1555,'_payment_method_title','PayPal'),(64854,1555,'_customer_ip_address','70.142.202.154'),(64855,1555,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(64856,1555,'_created_via','checkout'),(64857,1555,'_cart_hash','a5892396b31fffac8c9f0fd1f3949d13'),(64858,1555,'_billing_first_name','AMANDA'),(64859,1555,'_billing_last_name','Westerman'),(64860,1555,'_billing_company','Lice Clinics of America'),(64861,1555,'_billing_address_1','1709 Damian Way'),(64862,1555,'_billing_city','Richardson'),(64863,1555,'_billing_state','TX'),(64864,1555,'_billing_postcode','75081'),(64865,1555,'_billing_country','US'),(64866,1555,'_billing_email','awesterman1103@gmail.com'),(64867,1555,'_billing_phone','12144175741'),(64868,1555,'_shipping_first_name','Patrick'),(64869,1555,'_shipping_last_name','Neville'),(64870,1555,'_shipping_company','Lice Clinics of America McKinney'),(64871,1555,'_shipping_address_1','220 Chisholm Trail'),(64872,1555,'_shipping_city','Lewisville'),(64873,1555,'_shipping_state','TX'),(64874,1555,'_shipping_postcode','75077'),(64875,1555,'_shipping_country','US'),(64876,1555,'_order_currency','USD'),(64877,1555,'_cart_discount','0'),(64878,1555,'_cart_discount_tax','0'),(64879,1555,'_order_shipping','0'),(64880,1555,'_order_shipping_tax','0'),(64881,1555,'_order_tax','0'),(64882,1555,'_order_total','634.99'),(64883,1555,'_order_version','7.0.0'),(64884,1555,'_prices_include_tax','no'),(64885,1555,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(64886,1555,'_shipping_address_index','Patrick Neville Lice Clinics of America McKinney 220 Chisholm Trail  Lewisville TX 75077 US '),(64887,1555,'is_vat_exempt','no'),(64888,1555,'Payment type','instant'),(64889,1555,'_paypal_status','completed'),(64890,1555,'_transaction_id','3E663543WK447892T'),(64891,1555,'PayPal Transaction Fee','22.65'),(64892,1555,'_date_paid','1668794178'),(64893,1555,'_paid_date','2022-11-18 17:56:18'),(64894,1555,'_download_permissions_granted','yes'),(64895,1555,'_recorded_sales','yes'),(64896,1555,'_recorded_coupon_usage_counts','yes'),(64897,1555,'_order_stock_reduced','yes'),(64898,1555,'_new_order_email_sent','true'),(64899,1556,'_order_key','wc_order_AWaqe3ka4tKvs'),(64900,1556,'_customer_user','25'),(64901,1556,'_payment_method','paypal'),(64902,1556,'_payment_method_title','PayPal'),(64903,1556,'_customer_ip_address','23.124.3.136'),(64904,1556,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64905,1556,'_created_via','checkout'),(64906,1556,'_cart_hash','da422d9a243d41b15869d9b9a7dd09a8'),(64907,1556,'_billing_first_name','Blaine'),(64908,1556,'_billing_last_name','Tyrone'),(64909,1556,'_billing_address_1','529 N Main St'),(64910,1556,'_billing_city','Picayune'),(64911,1556,'_billing_state','MS'),(64912,1556,'_billing_postcode','39402'),(64913,1556,'_billing_country','US'),(64914,1556,'_billing_email','info@liceclinicssouthms.com'),(64915,1556,'_billing_phone','6623227518'),(64916,1556,'_shipping_first_name','Blaine'),(64917,1556,'_shipping_last_name','Tyrone'),(64918,1556,'_shipping_address_1','529 N Main St'),(64919,1556,'_shipping_city','Picayune'),(64920,1556,'_shipping_state','MS'),(64921,1556,'_shipping_postcode','39466'),(64922,1556,'_shipping_country','US'),(64923,1556,'_order_currency','USD'),(64924,1556,'_cart_discount','0'),(64925,1556,'_cart_discount_tax','0'),(64926,1556,'_order_shipping','29.57'),(64927,1556,'_order_shipping_tax','0'),(64928,1556,'_order_tax','0'),(64929,1556,'_order_total','402.29'),(64930,1556,'_order_version','7.0.0'),(64931,1556,'_prices_include_tax','no'),(64932,1556,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39402 US info@liceclinicssouthms.com 6623227518'),(64933,1556,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(64934,1556,'is_vat_exempt','no'),(64935,1556,'Payment type','instant'),(64936,1556,'_paypal_status','completed'),(64937,1556,'_transaction_id','1CY72080SG672452Y'),(64938,1556,'PayPal Transaction Fee','14.53'),(64939,1556,'_date_paid','1668798926'),(64940,1556,'_paid_date','2022-11-18 19:15:26'),(64941,1556,'_download_permissions_granted','yes'),(64942,1556,'_recorded_sales','yes'),(64943,1556,'_recorded_coupon_usage_counts','yes'),(64944,1556,'_order_stock_reduced','yes'),(64945,1556,'_new_order_email_sent','true'),(64946,610,'_elementor_controls_usage','a:5:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"toggle\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:10:\"faq_schema\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_toggle_style_title\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}}'),(64947,1557,'_order_key','wc_order_pfK561wZ9Cu2Y'),(64948,1557,'_customer_user','46'),(64949,1557,'_payment_method','paypal'),(64950,1557,'_payment_method_title','PayPal'),(64951,1557,'_customer_ip_address','216.163.6.72'),(64952,1557,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(64953,1557,'_created_via','checkout'),(64954,1557,'_cart_hash','a01cc223d6b2775b9899bdbffdffbea2'),(64955,1557,'_billing_first_name','Shannon'),(64956,1557,'_billing_last_name','Steele'),(64957,1557,'_billing_company','SBS Investments'),(64958,1557,'_billing_address_1','1702 Hazelwood Court'),(64959,1557,'_billing_city','Jonesboro'),(64960,1557,'_billing_state','AR'),(64961,1557,'_billing_postcode','72401'),(64962,1557,'_billing_country','US'),(64963,1557,'_billing_email','info@liceclinicsjonesboro.com'),(64964,1557,'_billing_phone','8709262731'),(64965,1557,'_shipping_first_name','Shannon'),(64966,1557,'_shipping_last_name','Steele'),(64967,1557,'_shipping_company','SBS Investments/LCA- Jonesboro'),(64968,1557,'_shipping_address_1','3106 Orval Orlan Drive'),(64969,1557,'_shipping_address_2','Suite D'),(64970,1557,'_shipping_city','Jonesboro'),(64971,1557,'_shipping_state','AR'),(64972,1557,'_shipping_postcode','72404'),(64973,1557,'_shipping_country','US'),(64974,1557,'_order_currency','USD'),(64975,1557,'_cart_discount','0'),(64976,1557,'_cart_discount_tax','0'),(64977,1557,'_order_shipping','0'),(64978,1557,'_order_shipping_tax','0'),(64979,1557,'_order_tax','0'),(64980,1557,'_order_total','915.46'),(64981,1557,'_order_version','7.0.0'),(64982,1557,'_prices_include_tax','no'),(64983,1557,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(64984,1557,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(64985,1557,'is_vat_exempt','no'),(64986,1557,'Payment type','instant'),(64987,1557,'_paypal_status','completed'),(64988,1557,'_transaction_id','8AG38089KB3186708'),(64989,1557,'PayPal Transaction Fee','32.44'),(64990,1557,'_date_paid','1668971850'),(64991,1557,'_paid_date','2022-11-20 19:17:30'),(64992,1557,'_download_permissions_granted','yes'),(64993,1557,'_recorded_sales','yes'),(64994,1557,'_recorded_coupon_usage_counts','yes'),(64995,1557,'_order_stock_reduced','yes'),(64996,1557,'_new_order_email_sent','true'),(64997,1558,'_order_key','wc_order_knyaMZCX0EZ0y'),(64998,1558,'_customer_user','39'),(64999,1558,'_payment_method','paypal'),(65000,1558,'_payment_method_title','PayPal'),(65001,1558,'_customer_ip_address','74.37.231.79'),(65002,1558,'_customer_user_agent','Mozilla/5.0 (Linux; Android 12; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Mobile Safari/537.36'),(65003,1558,'_created_via','checkout'),(65004,1558,'_cart_hash','b7226404d2b3c776b516fcd512a448af'),(65005,1558,'_billing_first_name','Patty'),(65006,1558,'_billing_last_name','Ziegler'),(65007,1558,'_billing_address_1','3090 Saddle Brook Tr'),(65008,1558,'_billing_city','Sun Prairie'),(65009,1558,'_billing_state','WI'),(65010,1558,'_billing_postcode','53590'),(65011,1558,'_billing_country','US'),(65012,1558,'_billing_email','liceremovalwisconsin@gmail.com'),(65013,1558,'_billing_phone','6088258255'),(65014,1558,'_shipping_first_name','Patty'),(65015,1558,'_shipping_last_name','Ziegler'),(65016,1558,'_shipping_address_1','3090 Saddle Brook Tr'),(65017,1558,'_shipping_city','Sun Prairie'),(65018,1558,'_shipping_state','WI'),(65019,1558,'_shipping_postcode','53590'),(65020,1558,'_shipping_country','US'),(65021,1558,'_order_currency','USD'),(65022,1558,'_cart_discount','0'),(65023,1558,'_cart_discount_tax','0'),(65024,1558,'_order_shipping','0'),(65025,1558,'_order_shipping_tax','0'),(65026,1558,'_order_tax','0'),(65027,1558,'_order_total','554.40'),(65028,1558,'_order_version','7.0.0'),(65029,1558,'_prices_include_tax','no'),(65030,1558,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(65031,1558,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(65032,1558,'is_vat_exempt','no'),(65033,1558,'Payment type','instant'),(65034,1558,'_paypal_status','completed'),(65035,1558,'_transaction_id','0XY57088W1898983T'),(65036,1558,'PayPal Transaction Fee','19.84'),(65037,1558,'_date_paid','1668984985'),(65038,1558,'_paid_date','2022-11-20 22:56:25'),(65039,1558,'_download_permissions_granted','yes'),(65040,1558,'_recorded_sales','yes'),(65041,1558,'_recorded_coupon_usage_counts','yes'),(65042,1558,'_order_stock_reduced','yes'),(65043,1558,'_new_order_email_sent','true'),(65044,1559,'_order_key','wc_order_M5uyn7NxnLrQE'),(65045,1559,'_customer_user','60'),(65046,1559,'_payment_method','paypal'),(65047,1559,'_payment_method_title','PayPal'),(65048,1559,'_customer_ip_address','98.193.14.84'),(65049,1559,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(65050,1559,'_created_via','checkout'),(65051,1559,'_cart_hash','bd32122239704dc83ec2381d666ee927'),(65052,1559,'_billing_first_name','Jill'),(65053,1559,'_billing_last_name','Leshtz'),(65054,1559,'_billing_company','Lice clinics of America-North Shore'),(65055,1559,'_billing_address_1','1580 Lancelot Avenue'),(65056,1559,'_billing_city','Highland park'),(65057,1559,'_billing_state','IL'),(65058,1559,'_billing_postcode','60035'),(65059,1559,'_billing_country','US'),(65060,1559,'_billing_email','jleshtz@gmail.com'),(65061,1559,'_billing_phone','8473639001'),(65062,1559,'_shipping_first_name','Jill'),(65063,1559,'_shipping_last_name','Leshtz'),(65064,1559,'_shipping_company','Lice clinics of America-North Shore'),(65065,1559,'_shipping_address_1','1580 Lancelot Avenue'),(65066,1559,'_shipping_city','Highland park'),(65067,1559,'_shipping_state','IL'),(65068,1559,'_shipping_postcode','60035'),(65069,1559,'_shipping_country','US'),(65070,1559,'_order_currency','USD'),(65071,1559,'_cart_discount','0'),(65072,1559,'_cart_discount_tax','0'),(65073,1559,'_order_shipping','0'),(65074,1559,'_order_shipping_tax','0'),(65075,1559,'_order_tax','0'),(65076,1559,'_order_total','559.20'),(65077,1559,'_order_version','7.0.0'),(65078,1559,'_prices_include_tax','no'),(65079,1559,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(65080,1559,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(65081,1559,'is_vat_exempt','no'),(65082,1559,'Payment type','instant'),(65083,1559,'_paypal_status','completed'),(65084,1559,'_transaction_id','25E23197G4371045F'),(65085,1559,'PayPal Transaction Fee','20.01'),(65086,1559,'_date_paid','1669052376'),(65087,1559,'_paid_date','2022-11-21 17:39:36'),(65088,1559,'_download_permissions_granted','yes'),(65089,1559,'_recorded_sales','yes'),(65090,1559,'_recorded_coupon_usage_counts','yes'),(65091,1559,'_order_stock_reduced','yes'),(65092,1559,'_new_order_email_sent','true'),(65093,1560,'_order_key','wc_order_G9NONwUaZ9V1S'),(65094,1560,'_customer_user','59'),(65095,1560,'_payment_method','paypal'),(65096,1560,'_payment_method_title','PayPal'),(65097,1560,'_customer_ip_address','73.32.38.241'),(65098,1560,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65099,1560,'_created_via','checkout'),(65100,1560,'_cart_hash','d423da2b20b8aca5b9614fe4e7c55d8b'),(65101,1560,'_billing_first_name','Allison'),(65102,1560,'_billing_last_name','Anthon'),(65103,1560,'_billing_address_1','58 arbor bend dr'),(65104,1560,'_billing_city','Houston'),(65105,1560,'_billing_state','TX'),(65106,1560,'_billing_postcode','77070'),(65107,1560,'_billing_country','US'),(65108,1560,'_billing_email','louseysolutions@gmail.com'),(65109,1560,'_billing_phone','602-400-8330'),(65110,1560,'_shipping_first_name','Allison'),(65111,1560,'_shipping_last_name','Anthon'),(65112,1560,'_shipping_company','LCA Sugar Land'),(65113,1560,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(65114,1560,'_shipping_city','Tomball'),(65115,1560,'_shipping_state','TX'),(65116,1560,'_shipping_postcode','77375'),(65117,1560,'_shipping_country','US'),(65118,1560,'_order_currency','USD'),(65119,1560,'_cart_discount','0'),(65120,1560,'_cart_discount_tax','0'),(65121,1560,'_order_shipping','0'),(65122,1560,'_order_shipping_tax','0'),(65123,1560,'_order_tax','0'),(65124,1560,'_order_total','2469.68'),(65125,1560,'_order_version','7.0.0'),(65126,1560,'_prices_include_tax','no'),(65127,1560,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(65128,1560,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(65129,1560,'is_vat_exempt','no'),(65130,1560,'Payment type','instant'),(65131,1560,'_paypal_status','completed'),(65132,1560,'_transaction_id','57R1025104071354T'),(65133,1560,'PayPal Transaction Fee','86.68'),(65134,1560,'_date_paid','1669053116'),(65135,1560,'_paid_date','2022-11-21 17:51:56'),(65136,1560,'_download_permissions_granted','yes'),(65137,1560,'_recorded_sales','yes'),(65138,1560,'_recorded_coupon_usage_counts','yes'),(65139,1560,'_order_stock_reduced','yes'),(65140,1560,'_new_order_email_sent','true'),(65141,1556,'_edit_lock','1669055990:2'),(65142,1556,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213478\";s:12:\"date_shipped\";s:10:\"1668988800\";s:11:\"tracking_id\";s:32:\"7c43dba83750ee2580763f4f87d651a7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213467\";s:12:\"date_shipped\";i:1669056108;s:11:\"tracking_id\";s:32:\"629b2f1b6d66113b92e5013bf4c34d30\";}}'),(65143,1556,'_edit_last','2'),(65144,1556,'_date_completed','1669056112'),(65145,1556,'_completed_date','2022-11-21 18:41:52'),(65146,1555,'_edit_lock','1669056030:2'),(65147,1555,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213434\";s:12:\"date_shipped\";s:10:\"1668988800\";s:11:\"tracking_id\";s:32:\"6e801b7d4b51e7bb9ae58dfb7be3527c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213423\";s:12:\"date_shipped\";i:1669056161;s:11:\"tracking_id\";s:32:\"a47b6f76e26ac3e84040a5df0c406eef\";}}'),(65148,1555,'_edit_last','2'),(65149,1555,'_date_completed','1669056167'),(65150,1555,'_completed_date','2022-11-21 18:42:47'),(65151,1561,'_order_key','wc_order_8iPM60QBoB8KR'),(65152,1561,'_customer_user','66'),(65153,1561,'_payment_method','paypal'),(65154,1561,'_payment_method_title','PayPal'),(65155,1561,'_customer_ip_address','69.250.30.77'),(65156,1561,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65157,1561,'_created_via','checkout'),(65158,1561,'_cart_hash','ebbf644bf6faf6451dc6a65217d8f017'),(65159,1561,'_billing_first_name','Mark'),(65160,1561,'_billing_last_name','Dent'),(65161,1561,'_billing_company','Lice Clinics of Maryland'),(65162,1561,'_billing_address_1','801 W 33rd Street'),(65163,1561,'_billing_city','BAltimore'),(65164,1561,'_billing_state','MD'),(65165,1561,'_billing_postcode','21211'),(65166,1561,'_billing_country','US'),(65167,1561,'_billing_email','info@liceclinicsofmaryland.com'),(65168,1561,'_billing_phone','4438349991'),(65169,1561,'_shipping_first_name','Dawn'),(65170,1561,'_shipping_last_name','Mumaw'),(65171,1561,'_shipping_company','LCA Baltimore'),(65172,1561,'_shipping_address_1','604 Providence Road'),(65173,1561,'_shipping_city','Towson'),(65174,1561,'_shipping_state','MD'),(65175,1561,'_shipping_postcode','21286'),(65176,1561,'_shipping_country','US'),(65177,1561,'_order_currency','USD'),(65178,1561,'_cart_discount','0'),(65179,1561,'_cart_discount_tax','0'),(65180,1561,'_order_shipping','0'),(65181,1561,'_order_shipping_tax','0'),(65182,1561,'_order_tax','0'),(65183,1561,'_order_total','1653.12'),(65184,1561,'_order_version','7.0.0'),(65185,1561,'_prices_include_tax','no'),(65186,1561,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(65187,1561,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(65188,1561,'is_vat_exempt','no'),(65189,1561,'Payment type','instant'),(65190,1561,'_paypal_status','completed'),(65191,1561,'_transaction_id','2TT429689Y350582G'),(65192,1561,'PayPal Transaction Fee','58.18'),(65193,1561,'_date_paid','1669056873'),(65194,1561,'_paid_date','2022-11-21 18:54:33'),(65195,1561,'_download_permissions_granted','yes'),(65196,1561,'_recorded_sales','yes'),(65197,1561,'_recorded_coupon_usage_counts','yes'),(65198,1561,'_order_stock_reduced','yes'),(65199,1561,'_new_order_email_sent','true'),(65200,1562,'_order_key','wc_order_0qlQTpDhOe5Lv'),(65201,1562,'_customer_user','6'),(65202,1562,'_payment_method','paypal'),(65203,1562,'_payment_method_title','PayPal'),(65204,1562,'_customer_ip_address','76.20.84.214'),(65205,1562,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65206,1562,'_created_via','checkout'),(65207,1562,'_cart_hash','40aeaa6c983ad6454642df5adad356ff'),(65208,1562,'_billing_first_name','Amira'),(65209,1562,'_billing_last_name','Purto'),(65210,1562,'_billing_address_1','2628 Acapulco Way'),(65211,1562,'_billing_city','Modesto'),(65212,1562,'_billing_state','CA'),(65213,1562,'_billing_postcode','95355'),(65214,1562,'_billing_country','US'),(65215,1562,'_billing_email','amira77@sbcglobal.net'),(65216,1562,'_billing_phone','2096422061'),(65217,1562,'_shipping_first_name','Amira'),(65218,1562,'_shipping_last_name','Purto'),(65219,1562,'_shipping_address_1','2628 Acapulco Way'),(65220,1562,'_shipping_city','Modesto'),(65221,1562,'_shipping_state','CA'),(65222,1562,'_shipping_postcode','95355'),(65223,1562,'_shipping_country','US'),(65224,1562,'_order_currency','USD'),(65225,1562,'_cart_discount','0'),(65226,1562,'_cart_discount_tax','0'),(65227,1562,'_order_shipping','0'),(65228,1562,'_order_shipping_tax','0'),(65229,1562,'_order_tax','0'),(65230,1562,'_order_total','1680.42'),(65231,1562,'_order_version','7.0.0'),(65232,1562,'_prices_include_tax','no'),(65233,1562,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(65234,1562,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(65235,1562,'is_vat_exempt','no'),(65236,1562,'Payment type','instant'),(65237,1562,'_paypal_status','completed'),(65238,1562,'_transaction_id','17F91448P9945910N'),(65239,1562,'PayPal Transaction Fee','59.14'),(65240,1562,'_date_paid','1669100831'),(65241,1562,'_paid_date','2022-11-22 07:07:11'),(65242,1562,'_download_permissions_granted','yes'),(65243,1562,'_recorded_sales','yes'),(65244,1562,'_recorded_coupon_usage_counts','yes'),(65245,1562,'_order_stock_reduced','yes'),(65246,1562,'_new_order_email_sent','true'),(65247,1561,'_edit_lock','1669135973:2'),(65248,1561,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213824\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"f71d3461debf1bea914246ee35c79cbf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213813\";s:12:\"date_shipped\";i:1669136098;s:11:\"tracking_id\";s:32:\"7bfa68d232da0c7b1b60f336f6731991\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213802\";s:12:\"date_shipped\";i:1669136104;s:11:\"tracking_id\";s:32:\"908180db80c784e9617f5964757c2c54\";}}'),(65249,1561,'_edit_last','2'),(65250,1561,'_date_completed','1669136107'),(65251,1561,'_completed_date','2022-11-22 16:55:07'),(65252,1560,'_edit_lock','1669136039:2'),(65253,1560,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213798\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"ba29460137b6c8bc80a5331cb0a18e45\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213787\";s:12:\"date_shipped\";i:1669136152;s:11:\"tracking_id\";s:32:\"c580be82810189e7fe7250fc1846fe37\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213776\";s:12:\"date_shipped\";i:1669136157;s:11:\"tracking_id\";s:32:\"fb06dfe177803a5ec5d647d0f4c1baa0\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213765\";s:12:\"date_shipped\";i:1669136164;s:11:\"tracking_id\";s:32:\"ce95ae2412eef3dd568c2212e4569718\";}}'),(65254,1560,'_edit_last','2'),(65255,1560,'_date_completed','1669136167'),(65256,1560,'_completed_date','2022-11-22 16:56:07'),(65257,1559,'_edit_lock','1669136089:2'),(65258,1559,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213754\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"585992b38ae8c49b2aa8aff3b6ad80d5\";}}'),(65259,1559,'_edit_last','2'),(65260,1559,'_date_completed','1669136212'),(65261,1559,'_completed_date','2022-11-22 16:56:52'),(65262,1557,'_edit_lock','1669137143:2'),(65263,1557,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213673\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"4e7cac909ae017f3d6569e35b9ab1684\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213662\";s:12:\"date_shipped\";i:1669137277;s:11:\"tracking_id\";s:32:\"238725141414b3c486c8d6f522e86c42\";}}'),(65264,1557,'_edit_last','2'),(65265,1557,'_date_completed','1669137280'),(65266,1557,'_completed_date','2022-11-22 17:14:40'),(65267,1558,'_edit_lock','1669137477:2'),(65268,1558,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213695\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"0e7c2c0c3bf80b16e3b81d51a41b43f4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213684\";s:12:\"date_shipped\";i:1669137327;s:11:\"tracking_id\";s:32:\"f5fb916941fdc6271fcbcebd598021ee\";}}'),(65269,1543,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212872\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"43644099aade9e33421eb93bd4a103ae\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830212883\";s:12:\"date_shipped\";i:1669137405;s:11:\"tracking_id\";s:32:\"ba030cdf5014892011f31b5cba8e913e\";}}'),(65270,1543,'_date_completed','1669137408'),(65271,1543,'_completed_date','2022-11-22 17:16:48'),(65272,1550,'_edit_lock','1669137328:2'),(65273,1551,'_edit_lock','1669137423:2'),(65274,1552,'_edit_lock','1669137423:2'),(65275,1550,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213217\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"5de7be2fb87d042db33e503160a27287\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213228\";s:12:\"date_shipped\";i:1669137459;s:11:\"tracking_id\";s:32:\"2084e2c2e1c1b03ae1d09d51796cd543\";}}'),(65276,1550,'_edit_last','2'),(65277,1550,'_date_completed','1669137463'),(65278,1550,'_completed_date','2022-11-22 17:17:43'),(65279,1558,'_edit_last','2'),(65280,1558,'_date_completed','1669137470'),(65281,1558,'_completed_date','2022-11-22 17:17:50'),(65282,1551,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213239\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"ca782e0916a8a9ac59e0dcb94429673c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213240\";s:12:\"date_shipped\";i:1669137504;s:11:\"tracking_id\";s:32:\"a04b563fa6bc318d0c5c0c494effa478\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213250\";s:12:\"date_shipped\";i:1669137512;s:11:\"tracking_id\";s:32:\"614d41a05f2c1968ed2f3684196c9aa3\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213261\";s:12:\"date_shipped\";i:1669137519;s:11:\"tracking_id\";s:32:\"779694c52361991bf2e917f961345f65\";}}'),(65283,1551,'_edit_last','2'),(65284,1551,'_date_completed','1669137524'),(65285,1551,'_completed_date','2022-11-22 17:18:44'),(65286,1552,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213320\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"58c9ac35a534c36c62b2268ff0d899dc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213331\";s:12:\"date_shipped\";i:1669137546;s:11:\"tracking_id\";s:32:\"898cec14a427d806aee4f83d537fde5a\";}}'),(65287,1552,'_edit_last','2'),(65288,1552,'_date_completed','1669137549'),(65289,1552,'_completed_date','2022-11-22 17:19:09'),(65290,1562,'_edit_lock','1669159782:2'),(65291,1562,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213868\";s:12:\"date_shipped\";s:10:\"1669075200\";s:11:\"tracking_id\";s:32:\"80070e99f3471e089ba7e2993fe2ef46\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213857\";s:12:\"date_shipped\";i:1669159897;s:11:\"tracking_id\";s:32:\"586669606ecff855d777ad6ac989f0c5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213846\";s:12:\"date_shipped\";i:1669159903;s:11:\"tracking_id\";s:32:\"31e513c02f9886202dfee9d9db1d1ef9\";}}'),(65292,1562,'_edit_last','2'),(65293,1562,'_date_completed','1669159907'),(65294,1562,'_completed_date','2022-11-22 23:31:47'),(65295,1563,'_order_key','wc_order_fw73OviNgsrOW'),(65296,1563,'_customer_user','76'),(65297,1563,'_payment_method','paypal'),(65298,1563,'_payment_method_title','PayPal'),(65299,1563,'_customer_ip_address','146.115.131.163'),(65300,1563,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(65301,1563,'_created_via','checkout'),(65302,1563,'_cart_hash','61d2389c95276f6668be55fe4ab9aaa2'),(65303,1563,'_billing_first_name','Naomi'),(65304,1563,'_billing_last_name','Golden'),(65305,1563,'_billing_address_1','31 Mann Ave'),(65306,1563,'_billing_city','Needham'),(65307,1563,'_billing_state','MA'),(65308,1563,'_billing_postcode','02492'),(65309,1563,'_billing_country','US'),(65310,1563,'_billing_email','nrgolden6486@gmail.com'),(65311,1563,'_billing_phone','617-851-1322'),(65312,1563,'_shipping_first_name','Naomi'),(65313,1563,'_shipping_last_name','Golden'),(65314,1563,'_shipping_company','Lice Aunties'),(65315,1563,'_shipping_address_1','1349 Centre Street'),(65316,1563,'_shipping_address_2','STE 3'),(65317,1563,'_shipping_city','Newton'),(65318,1563,'_shipping_state','MA'),(65319,1563,'_shipping_postcode','02459'),(65320,1563,'_shipping_country','US'),(65321,1563,'_order_currency','USD'),(65322,1563,'_cart_discount','0'),(65323,1563,'_cart_discount_tax','0'),(65324,1563,'_order_shipping','0'),(65325,1563,'_order_shipping_tax','0'),(65326,1563,'_order_tax','0'),(65327,1563,'_order_total','573.12'),(65328,1563,'_order_version','7.0.0'),(65329,1563,'_prices_include_tax','no'),(65330,1563,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(65331,1563,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street STE 3 Newton MA 02459 US '),(65332,1563,'is_vat_exempt','no'),(65333,1563,'Payment type','instant'),(65334,1563,'_paypal_status','completed'),(65335,1563,'_transaction_id','7BL56302AE120744J'),(65336,1563,'PayPal Transaction Fee','20.49'),(65337,1563,'_date_paid','1669211968'),(65338,1563,'_paid_date','2022-11-23 13:59:28'),(65339,1563,'_download_permissions_granted','yes'),(65340,1563,'_recorded_sales','yes'),(65341,1563,'_recorded_coupon_usage_counts','yes'),(65342,1563,'_order_stock_reduced','yes'),(65343,1563,'_new_order_email_sent','true'),(65344,1563,'_edit_lock','1669234677:2'),(65345,1563,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830213938\";s:12:\"date_shipped\";s:10:\"1669161600\";s:11:\"tracking_id\";s:32:\"4ca649cca75bf41fa7efbf1c352ac616\";}}'),(65346,1563,'_edit_last','2'),(65347,1563,'_date_completed','1669234762'),(65348,1563,'_completed_date','2022-11-23 20:19:22'),(65349,1564,'_order_key','wc_order_V33cE0eisKa4V'),(65350,1564,'_customer_user','67'),(65351,1564,'_payment_method','paypal'),(65352,1564,'_payment_method_title','PayPal'),(65353,1564,'_customer_ip_address','74.77.55.50'),(65354,1564,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65355,1564,'_created_via','checkout'),(65356,1564,'_cart_hash','9f159312890e75282f7e41333edfb545'),(65357,1564,'_billing_first_name','Marnie'),(65358,1564,'_billing_last_name','Murray'),(65359,1564,'_billing_company','Naughty Nits'),(65360,1564,'_billing_address_1','2809 Wehrle Drive'),(65361,1564,'_billing_address_2','Suite 10'),(65362,1564,'_billing_city','Williamsville'),(65363,1564,'_billing_state','NY'),(65364,1564,'_billing_postcode','14221'),(65365,1564,'_billing_country','US'),(65366,1564,'_billing_email','liceclinicsupstateny@gmail.com'),(65367,1564,'_billing_phone','7166265423'),(65368,1564,'_shipping_first_name','Marnie'),(65369,1564,'_shipping_last_name','Murray'),(65370,1564,'_shipping_company','LCA Buffalo'),(65371,1564,'_shipping_address_1','2809 Wehrle Drive'),(65372,1564,'_shipping_address_2','Suite 10'),(65373,1564,'_shipping_city','Williamsville'),(65374,1564,'_shipping_state','NY'),(65375,1564,'_shipping_postcode','14221'),(65376,1564,'_shipping_country','US'),(65377,1564,'_order_currency','USD'),(65378,1564,'_cart_discount','0'),(65379,1564,'_cart_discount_tax','0'),(65380,1564,'_order_shipping','0'),(65381,1564,'_order_shipping_tax','0'),(65382,1564,'_order_tax','0'),(65383,1564,'_order_total','635.04'),(65384,1564,'_order_version','7.0.0'),(65385,1564,'_prices_include_tax','no'),(65386,1564,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(65387,1564,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(65388,1564,'is_vat_exempt','no'),(65389,1564,'Payment type','instant'),(65390,1564,'_paypal_status','completed'),(65391,1564,'_transaction_id','6R406049JS0212205'),(65392,1564,'PayPal Transaction Fee','22.65'),(65393,1564,'_date_paid','1669388399'),(65394,1564,'_paid_date','2022-11-25 14:59:59'),(65395,1564,'_download_permissions_granted','yes'),(65396,1564,'_recorded_sales','yes'),(65397,1564,'_recorded_coupon_usage_counts','yes'),(65398,1564,'_order_stock_reduced','yes'),(65399,1564,'_new_order_email_sent','true'),(65400,1565,'_order_key','wc_order_jkk3GIsSfVF2B'),(65401,1565,'_customer_user','8'),(65402,1565,'_payment_method','paypal'),(65403,1565,'_payment_method_title','PayPal'),(65404,1565,'_customer_ip_address','75.0.200.85'),(65405,1565,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65406,1565,'_created_via','checkout'),(65407,1565,'_cart_hash','bb57a2f33c863a8488b164de8de29297'),(65408,1565,'_billing_first_name','Amy'),(65409,1565,'_billing_last_name','Sharp'),(65410,1565,'_billing_company','Nit Wits'),(65411,1565,'_billing_address_1','6002 Sweetbay Dr'),(65412,1565,'_billing_city','Crestwood'),(65413,1565,'_billing_state','KY'),(65414,1565,'_billing_postcode','40014'),(65415,1565,'_billing_country','US'),(65416,1565,'_billing_email','asharp@ht-school.org'),(65417,1565,'_billing_phone','15023109281'),(65418,1565,'_shipping_first_name','Amy'),(65419,1565,'_shipping_last_name','Sharp'),(65420,1565,'_shipping_company','LCA Nit Wits'),(65421,1565,'_shipping_address_1','9302 New LaGrange Road'),(65422,1565,'_shipping_address_2','Unit H'),(65423,1565,'_shipping_city','Louisville'),(65424,1565,'_shipping_state','KY'),(65425,1565,'_shipping_postcode','40242'),(65426,1565,'_shipping_country','US'),(65427,1565,'_order_currency','USD'),(65428,1565,'_cart_discount','0'),(65429,1565,'_cart_discount_tax','0'),(65430,1565,'_order_shipping','9.57'),(65431,1565,'_order_shipping_tax','0'),(65432,1565,'_order_tax','0'),(65433,1565,'_order_total','9.57'),(65434,1565,'_order_version','7.0.0'),(65435,1565,'_prices_include_tax','no'),(65436,1565,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(65437,1565,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(65438,1565,'is_vat_exempt','no'),(65439,1566,'_order_key','wc_order_Alo0lCbrK6rLh'),(65440,1566,'_customer_user','50'),(65441,1566,'_payment_method','paypal'),(65442,1566,'_payment_method_title','PayPal'),(65443,1566,'_customer_ip_address','73.126.237.59'),(65444,1566,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.42'),(65445,1566,'_created_via','checkout'),(65446,1566,'_cart_hash','42a1bb6c61ff1a4fa3c962afebd64b8a'),(65447,1566,'_billing_first_name','Christine'),(65448,1566,'_billing_last_name','Cherry'),(65449,1566,'_billing_company','NITS END'),(65450,1566,'_billing_address_1','PO BOX 1092'),(65451,1566,'_billing_city','Campton'),(65452,1566,'_billing_state','NH'),(65453,1566,'_billing_postcode','03223'),(65454,1566,'_billing_country','US'),(65455,1566,'_billing_email','info@liceclinicsplaistow.com'),(65456,1566,'_billing_phone','16034983390'),(65457,1566,'_shipping_first_name','Megan'),(65458,1566,'_shipping_last_name','O\'Neil'),(65459,1566,'_shipping_company','NITS END'),(65460,1566,'_shipping_address_1','18 Sheridan St'),(65461,1566,'_shipping_city','Haverhill'),(65462,1566,'_shipping_state','MA'),(65463,1566,'_shipping_postcode','01830'),(65464,1566,'_shipping_country','US'),(65465,1566,'_order_currency','USD'),(65466,1566,'_cart_discount','0'),(65467,1566,'_cart_discount_tax','0'),(65468,1566,'_order_shipping','0'),(65469,1566,'_order_shipping_tax','0'),(65470,1566,'_order_tax','0'),(65471,1566,'_order_total','1262.40'),(65472,1566,'_order_version','7.0.0'),(65473,1566,'_prices_include_tax','no'),(65474,1566,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(65475,1566,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(65476,1566,'is_vat_exempt','no'),(65477,1567,'_order_key','wc_order_hOyByiVU56P9J'),(65478,1567,'_customer_user','50'),(65479,1567,'_payment_method','paypal'),(65480,1567,'_payment_method_title','PayPal'),(65481,1567,'_customer_ip_address','73.126.237.59'),(65482,1567,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.42'),(65483,1567,'_created_via','checkout'),(65484,1567,'_cart_hash','ccb218f96fc2af796260eec1a6828e8e'),(65485,1567,'_billing_first_name','Christine'),(65486,1567,'_billing_last_name','Cherry'),(65487,1567,'_billing_company','NITS END'),(65488,1567,'_billing_address_1','PO BOX 1092'),(65489,1567,'_billing_city','Campton'),(65490,1567,'_billing_state','NH'),(65491,1567,'_billing_postcode','03223'),(65492,1567,'_billing_country','US'),(65493,1567,'_billing_email','info@liceclinicsplaistow.com'),(65494,1567,'_billing_phone','16034983390'),(65495,1567,'_shipping_first_name','Latasha'),(65496,1567,'_shipping_last_name','Harrington'),(65497,1567,'_shipping_company','Nits End'),(65498,1567,'_shipping_address_1','245 Pond Rd'),(65499,1567,'_shipping_city','Bridgton'),(65500,1567,'_shipping_state','ME'),(65501,1567,'_shipping_postcode','04009-1311'),(65502,1567,'_shipping_country','US'),(65503,1567,'_order_currency','USD'),(65504,1567,'_cart_discount','0'),(65505,1567,'_cart_discount_tax','0'),(65506,1567,'_order_shipping','0'),(65507,1567,'_order_shipping_tax','0'),(65508,1567,'_order_tax','0'),(65509,1567,'_order_total','860.16'),(65510,1567,'_order_version','7.0.0'),(65511,1567,'_prices_include_tax','no'),(65512,1567,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(65513,1567,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009-1311 US '),(65514,1567,'is_vat_exempt','no'),(65516,1568,'_order_key','wc_order_VJ2PSk1DhSqIx'),(65517,1568,'_customer_user','0'),(65518,1568,'_payment_method','paypal'),(65519,1568,'_payment_method_title','PayPal'),(65520,1568,'_customer_ip_address','136.49.57.192'),(65521,1568,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65522,1568,'_created_via','checkout'),(65523,1568,'_cart_hash','6d3feaa5f8e572f0d51ee0a9ccd9e85a'),(65524,1568,'_billing_first_name','Lee'),(65525,1568,'_billing_last_name','Rogers'),(65526,1568,'_billing_company','United States'),(65527,1568,'_billing_address_1','40 N Interstate 35'),(65528,1568,'_billing_address_2','APT 4B2'),(65529,1568,'_billing_city','Austin'),(65530,1568,'_billing_state','TX'),(65531,1568,'_billing_postcode','78701'),(65532,1568,'_billing_country','US'),(65533,1568,'_billing_email','leerogers@flash.net'),(65534,1568,'_billing_phone','316-727-9951'),(65535,1568,'_shipping_first_name','Kaitlin'),(65536,1568,'_shipping_last_name','Ryan'),(65537,1568,'_shipping_company','LCA Dublin'),(65538,1568,'_shipping_address_1','5910 Wilcox Place'),(65539,1568,'_shipping_address_2','Suite E'),(65540,1568,'_shipping_city','Dublin'),(65541,1568,'_shipping_state','OH'),(65542,1568,'_shipping_postcode','43016'),(65543,1568,'_shipping_country','US'),(65544,1568,'_order_currency','USD'),(65545,1568,'_cart_discount','0'),(65546,1568,'_cart_discount_tax','0'),(65547,1568,'_order_shipping','0'),(65548,1568,'_order_shipping_tax','0'),(65549,1568,'_order_tax','0'),(65550,1568,'_order_total','1521.44'),(65551,1568,'_order_version','7.0.0'),(65552,1568,'_prices_include_tax','no'),(65553,1568,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(65554,1568,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(65555,1568,'is_vat_exempt','no'),(65556,1568,'Payment type','instant'),(65557,1568,'_paypal_status','completed'),(65558,1568,'_transaction_id','71385597R7372022U'),(65559,1568,'PayPal Transaction Fee','53.59'),(65560,1568,'_date_paid','1669643639'),(65561,1568,'_paid_date','2022-11-28 13:53:59'),(65562,1568,'_download_permissions_granted','yes'),(65563,1568,'_recorded_sales','yes'),(65564,1568,'_recorded_coupon_usage_counts','yes'),(65565,1568,'_order_stock_reduced','yes'),(65566,1568,'_new_order_email_sent','true'),(65567,1569,'_order_key','wc_order_DagPW3X1qcWKB'),(65568,1569,'_customer_user','61'),(65569,1569,'_payment_method','paypal'),(65570,1569,'_payment_method_title','PayPal'),(65571,1569,'_customer_ip_address','217.180.201.251'),(65572,1569,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65573,1569,'_created_via','checkout'),(65574,1569,'_cart_hash','97303d72f5e123bf9dc8d1c3e67730a7'),(65575,1569,'_billing_first_name','Judith'),(65576,1569,'_billing_last_name','Hayden'),(65577,1569,'_billing_company','LCAL Hayden LLC'),(65578,1569,'_billing_address_1','1795 Alysheba Way'),(65579,1569,'_billing_address_2','Ste 4105'),(65580,1569,'_billing_city','Lexington'),(65581,1569,'_billing_state','KY'),(65582,1569,'_billing_postcode','40509'),(65583,1569,'_billing_country','US'),(65584,1569,'_billing_email','judy@liceclinicslexington.com'),(65585,1569,'_billing_phone','8595376966'),(65586,1569,'_shipping_first_name','Judy'),(65587,1569,'_shipping_last_name','Hayden'),(65588,1569,'_shipping_company','LCA Florence'),(65589,1569,'_shipping_address_1','6905 Burlington Pike'),(65590,1569,'_shipping_address_2','Ste A'),(65591,1569,'_shipping_city','Florence'),(65592,1569,'_shipping_state','KY'),(65593,1569,'_shipping_postcode','41042'),(65594,1569,'_shipping_country','US'),(65595,1569,'_order_currency','USD'),(65596,1569,'_cart_discount','0'),(65597,1569,'_cart_discount_tax','0'),(65598,1569,'_order_shipping','0'),(65599,1569,'_order_shipping_tax','0'),(65600,1569,'_order_tax','0'),(65601,1569,'_order_total','988.10'),(65602,1569,'_order_version','7.0.0'),(65603,1569,'_prices_include_tax','no'),(65604,1569,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(65605,1569,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(65606,1569,'is_vat_exempt','no'),(65607,1570,'_order_key','wc_order_zNu7quy8sRudD'),(65608,1570,'_customer_user','61'),(65609,1570,'_payment_method','paypal'),(65610,1570,'_payment_method_title','PayPal'),(65611,1570,'_customer_ip_address','217.180.201.251'),(65612,1570,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65613,1570,'_created_via','checkout'),(65614,1570,'_cart_hash','97303d72f5e123bf9dc8d1c3e67730a7'),(65615,1570,'_billing_first_name','Judith'),(65616,1570,'_billing_last_name','Hayden'),(65617,1570,'_billing_company','LCAL Hayden LLC'),(65618,1570,'_billing_address_1','1795 Alysheba Way'),(65619,1570,'_billing_address_2','Ste 4105'),(65620,1570,'_billing_city','Lexington'),(65621,1570,'_billing_state','KY'),(65622,1570,'_billing_postcode','40509'),(65623,1570,'_billing_country','US'),(65624,1570,'_billing_email','judy@liceclinicslexington.com'),(65625,1570,'_billing_phone','8595376966'),(65626,1570,'_shipping_first_name','Judy'),(65627,1570,'_shipping_last_name','Hayden'),(65628,1570,'_shipping_company','LCA Florence'),(65629,1570,'_shipping_address_1','6905 Burlington Pike'),(65630,1570,'_shipping_address_2','Ste A'),(65631,1570,'_shipping_city','Florence'),(65632,1570,'_shipping_state','KY'),(65633,1570,'_shipping_postcode','41042'),(65634,1570,'_shipping_country','US'),(65635,1570,'_order_currency','USD'),(65636,1570,'_cart_discount','0'),(65637,1570,'_cart_discount_tax','0'),(65638,1570,'_order_shipping','0'),(65639,1570,'_order_shipping_tax','0'),(65640,1570,'_order_tax','0'),(65641,1570,'_order_total','988.10'),(65642,1570,'_order_version','7.0.0'),(65643,1570,'_prices_include_tax','no'),(65644,1570,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(65645,1570,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(65646,1570,'is_vat_exempt','no'),(65647,1570,'Payment type','instant'),(65648,1570,'_paypal_status','completed'),(65649,1570,'_transaction_id','9X183412S2385451V'),(65650,1570,'PayPal Transaction Fee','34.97'),(65651,1570,'_date_paid','1669646796'),(65652,1570,'_paid_date','2022-11-28 14:46:36'),(65653,1570,'_download_permissions_granted','yes'),(65654,1570,'_recorded_sales','yes'),(65655,1570,'_recorded_coupon_usage_counts','yes'),(65656,1570,'_order_stock_reduced','yes'),(65657,1570,'_new_order_email_sent','true'),(65658,1567,'_edit_lock','1669754665:2'),(65659,1567,'_edit_last','2'),(65660,1567,'_recorded_coupon_usage_counts','yes'),(65661,1566,'_edit_lock','1669754520:2'),(65662,1566,'_edit_last','2'),(65663,1566,'_recorded_coupon_usage_counts','yes'),(65664,1565,'_edit_lock','1669754478:2'),(65665,1565,'_edit_last','2'),(65666,1565,'_recorded_coupon_usage_counts','yes'),(65667,1572,'_order_key','wc_order_NHlCRGgkTUTWB'),(65668,1572,'_customer_user','4'),(65669,1572,'_payment_method','paypal'),(65670,1572,'_payment_method_title','PayPal'),(65671,1572,'_customer_ip_address','98.50.117.219'),(65672,1572,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65673,1572,'_created_via','checkout'),(65674,1572,'_cart_hash','04e860d591fe9f0a47884f2e9e0224dd'),(65675,1572,'_billing_first_name','David'),(65676,1572,'_billing_last_name','Washburn'),(65677,1572,'_billing_company','Larada Sciences (LCA)'),(65678,1572,'_billing_address_1','4873 South State St.'),(65679,1572,'_billing_city','Murray'),(65680,1572,'_billing_state','UT'),(65681,1572,'_billing_postcode','84107'),(65682,1572,'_billing_country','US'),(65683,1572,'_billing_email','david@laradasciences.com'),(65684,1572,'_billing_phone','8019197428'),(65685,1572,'_shipping_first_name','David'),(65686,1572,'_shipping_last_name','Washburn'),(65687,1572,'_shipping_company','Larada Sciences (LCA)'),(65688,1572,'_shipping_address_1','4873 South State St.'),(65689,1572,'_shipping_city','Murray'),(65690,1572,'_shipping_state','UT'),(65691,1572,'_shipping_postcode','84107'),(65692,1572,'_shipping_country','US'),(65693,1572,'_order_currency','USD'),(65694,1572,'_cart_discount','0'),(65695,1572,'_cart_discount_tax','0'),(65696,1572,'_order_shipping','0'),(65697,1572,'_order_shipping_tax','0'),(65698,1572,'_order_tax','0'),(65699,1572,'_order_total','1517.60'),(65700,1572,'_order_version','7.0.0'),(65701,1572,'_prices_include_tax','no'),(65702,1572,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(65703,1572,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(65704,1572,'is_vat_exempt','no'),(65705,1572,'_edit_lock','1669754564:2'),(65706,1572,'_edit_last','2'),(65707,1572,'_recorded_coupon_usage_counts','yes'),(65708,1572,'Payment type','instant'),(65709,1572,'_paypal_status','completed'),(65710,1572,'_transaction_id','8DT92446GY643542F'),(65711,1572,'PayPal Transaction Fee','53.45'),(65712,1572,'_date_paid','1669657879'),(65713,1572,'_paid_date','2022-11-28 17:51:19'),(65714,1572,'_download_permissions_granted','yes'),(65715,1572,'_recorded_sales','yes'),(65716,1572,'_order_stock_reduced','yes'),(65717,1572,'_new_order_email_sent','true'),(65721,1566,'Payment type','instant'),(65722,1566,'_paypal_status','completed'),(65723,1566,'_transaction_id','8UW39177J5755745F'),(65724,1566,'PayPal Transaction Fee','44.55'),(65725,1566,'_date_paid','1669664201'),(65726,1566,'_paid_date','2022-11-28 19:36:41'),(65727,1566,'_download_permissions_granted','yes'),(65728,1566,'_recorded_sales','yes'),(65729,1566,'_order_stock_reduced','yes'),(65730,1566,'_new_order_email_sent','true'),(65731,1567,'Payment type','instant'),(65732,1567,'_paypal_status','completed'),(65733,1567,'_transaction_id','5JC04710L7664330C'),(65734,1567,'PayPal Transaction Fee','30.51'),(65735,1567,'_date_paid','1669664316'),(65736,1567,'_paid_date','2022-11-28 19:38:36'),(65737,1567,'_download_permissions_granted','yes'),(65738,1567,'_recorded_sales','yes'),(65739,1567,'_order_stock_reduced','yes'),(65740,1567,'_new_order_email_sent','true'),(65741,1573,'_order_key','wc_order_G9gSLTjk3MVYe'),(65742,1573,'_customer_user','5'),(65743,1573,'_payment_method','paypal'),(65744,1573,'_payment_method_title','PayPal'),(65745,1573,'_customer_ip_address','73.180.17.169'),(65746,1573,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65747,1573,'_created_via','checkout'),(65748,1573,'_cart_hash','675d102a1289887a10907665fc072d9c'),(65749,1573,'_billing_first_name','Mark'),(65750,1573,'_billing_last_name','Meyer'),(65751,1573,'_billing_company','lice clinics of america- portland'),(65752,1573,'_billing_address_1','5201 SW Westgate Dr suite 106'),(65753,1573,'_billing_address_2','106'),(65754,1573,'_billing_city','portland'),(65755,1573,'_billing_state','OR'),(65756,1573,'_billing_postcode','97221'),(65757,1573,'_billing_country','US'),(65758,1573,'_billing_email','noemi.and.mark@nwliceclinics.com'),(65759,1573,'_billing_phone','5034040475'),(65760,1573,'_shipping_first_name','Mark'),(65761,1573,'_shipping_last_name','Meyer'),(65762,1573,'_shipping_company','lice clinics of america- portland'),(65763,1573,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(65764,1573,'_shipping_address_2','106'),(65765,1573,'_shipping_city','portland'),(65766,1573,'_shipping_state','OR'),(65767,1573,'_shipping_postcode','97221'),(65768,1573,'_shipping_country','US'),(65769,1573,'_order_currency','USD'),(65770,1573,'_cart_discount','0'),(65771,1573,'_cart_discount_tax','0'),(65772,1573,'_order_shipping','0'),(65773,1573,'_order_shipping_tax','0'),(65774,1573,'_order_tax','0'),(65775,1573,'_order_total','2778.21'),(65776,1573,'_order_version','7.0.0'),(65777,1573,'_prices_include_tax','no'),(65778,1573,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(65779,1573,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(65780,1573,'is_vat_exempt','no'),(65781,1573,'Payment type','instant'),(65782,1573,'_paypal_status','completed'),(65783,1573,'_transaction_id','36L04114GE499311E'),(65784,1573,'PayPal Transaction Fee','97.45'),(65785,1573,'_date_paid','1669667916'),(65786,1573,'_paid_date','2022-11-28 20:38:36'),(65787,1573,'_download_permissions_granted','yes'),(65788,1573,'_recorded_sales','yes'),(65789,1573,'_recorded_coupon_usage_counts','yes'),(65790,1573,'_order_stock_reduced','yes'),(65791,1573,'_new_order_email_sent','true'),(65792,1574,'_order_key','wc_order_oDIdXVNqQhe7v'),(65793,1574,'_customer_user','64'),(65794,1574,'_payment_method','paypal'),(65795,1574,'_payment_method_title','PayPal'),(65796,1574,'_customer_ip_address','98.97.141.225'),(65797,1574,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65798,1574,'_created_via','checkout'),(65799,1574,'_cart_hash','962abdff5d451c25da970fbc3399eab9'),(65800,1574,'_billing_first_name','Barrie'),(65801,1574,'_billing_last_name','Desmond'),(65802,1574,'_billing_address_1','50 ALAHELE PL'),(65803,1574,'_billing_city','Kihei'),(65804,1574,'_billing_state','HI'),(65805,1574,'_billing_postcode','96753-7809'),(65806,1574,'_billing_country','US'),(65807,1574,'_billing_email','info@liceclinicshawaii.com'),(65808,1574,'_billing_phone','8082834247'),(65809,1574,'_shipping_first_name','Barrie'),(65810,1574,'_shipping_last_name','Desmond'),(65811,1574,'_shipping_address_1','50 ALAHELE PL'),(65812,1574,'_shipping_city','Kihei'),(65813,1574,'_shipping_state','HI'),(65814,1574,'_shipping_postcode','96753-7809'),(65815,1574,'_shipping_country','US'),(65816,1574,'_order_currency','USD'),(65817,1574,'_cart_discount','0'),(65818,1574,'_cart_discount_tax','0'),(65819,1574,'_order_shipping','1082.64'),(65820,1574,'_order_shipping_tax','0'),(65821,1574,'_order_tax','0'),(65822,1574,'_order_total','1929.08'),(65823,1574,'_order_version','7.1.0'),(65824,1574,'_prices_include_tax','no'),(65825,1574,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(65826,1574,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(65827,1574,'is_vat_exempt','no'),(65828,1564,'_edit_lock','1669675284:2'),(65829,1564,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214143\";s:12:\"date_shipped\";s:10:\"1669593600\";s:11:\"tracking_id\";s:32:\"1d51691dac0bb3f78025c751d02453f3\";}}'),(65830,1564,'_edit_last','2'),(65831,1564,'_date_completed','1669675256'),(65832,1564,'_completed_date','2022-11-28 22:40:56'),(65833,1565,'Payment type','instant'),(65834,1565,'_paypal_status','completed'),(65835,1565,'_transaction_id','0TN01388C9871604T'),(65836,1565,'PayPal Transaction Fee','0.82'),(65837,1565,'_date_paid','1669688164'),(65838,1565,'_paid_date','2022-11-29 02:16:04'),(65839,1565,'_download_permissions_granted','yes'),(65840,1565,'_recorded_sales','yes'),(65841,1565,'_order_stock_reduced','yes'),(65842,1565,'_new_order_email_sent','true'),(65843,1568,'_edit_lock','1669736747:2'),(65844,1568,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214246\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"5cdf829eeb948903a1384852adbe189d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214235\";s:12:\"date_shipped\";i:1669736811;s:11:\"tracking_id\";s:32:\"619cde8be86665d81196975a94338244\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214224\";s:12:\"date_shipped\";i:1669736819;s:11:\"tracking_id\";s:32:\"17f9b4b2820951a43cc3c88132422531\";}}'),(65845,1568,'_edit_last','2'),(65846,1568,'_date_completed','1669736823'),(65847,1568,'_completed_date','2022-11-29 15:47:03'),(65848,1575,'_order_key','wc_order_YlwF3wKYSS2mA'),(65849,1575,'_customer_user','79'),(65850,1575,'_payment_method','paypal'),(65851,1575,'_payment_method_title','PayPal'),(65852,1575,'_customer_ip_address','174.203.76.160'),(65853,1575,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(65854,1575,'_created_via','checkout'),(65855,1575,'_cart_hash','6537abccafac71cb8d9389e3600e4367'),(65856,1575,'_billing_first_name','Shanna'),(65857,1575,'_billing_last_name','Castille'),(65858,1575,'_billing_address_1','1097 Hundley Rd'),(65859,1575,'_billing_city','Eunice'),(65860,1575,'_billing_state','LA'),(65861,1575,'_billing_postcode','70535'),(65862,1575,'_billing_country','US'),(65863,1575,'_billing_email','Shanna_sr09@yahoo.com'),(65864,1575,'_billing_phone','3374668998'),(65865,1575,'_shipping_first_name','Shanna'),(65866,1575,'_shipping_last_name','Castille'),(65867,1575,'_shipping_address_1','1097 Hundley Rd'),(65868,1575,'_shipping_city','eunice'),(65869,1575,'_shipping_state','LA'),(65870,1575,'_shipping_postcode','70535'),(65871,1575,'_shipping_country','US'),(65872,1575,'_order_currency','USD'),(65873,1575,'_cart_discount','0'),(65874,1575,'_cart_discount_tax','0'),(65875,1575,'_order_shipping','0'),(65876,1575,'_order_shipping_tax','0'),(65877,1575,'_order_tax','0'),(65878,1575,'_order_total','874.60'),(65879,1575,'_order_version','7.0.0'),(65880,1575,'_prices_include_tax','no'),(65881,1575,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(65882,1575,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(65883,1575,'is_vat_exempt','no'),(65884,1575,'Payment type','instant'),(65885,1575,'_paypal_status','completed'),(65886,1575,'_transaction_id','1UR11757G2382643N'),(65887,1575,'PayPal Transaction Fee','31.01'),(65888,1575,'_date_paid','1669739289'),(65889,1575,'_paid_date','2022-11-29 16:28:09'),(65890,1575,'_download_permissions_granted','yes'),(65891,1575,'_recorded_sales','yes'),(65892,1575,'_recorded_coupon_usage_counts','yes'),(65893,1575,'_order_stock_reduced','yes'),(65894,1575,'_new_order_email_sent','true'),(65895,1570,'_edit_lock','1669754323:2'),(65896,1570,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214338\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"5d910d0f819852c8b37a25c209ffb2e2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214327\";s:12:\"date_shipped\";i:1669754306;s:11:\"tracking_id\";s:32:\"280f0845b60dc2524175cdc834fa825e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214316\";s:12:\"date_shipped\";i:1669754313;s:11:\"tracking_id\";s:32:\"72219669efbcb4d2f43dcc1381477f02\";}}'),(65897,1570,'_edit_last','2'),(65898,1570,'_date_completed','1669754316'),(65899,1570,'_completed_date','2022-11-29 20:38:36'),(65900,1573,'_edit_lock','1669787337:2'),(65901,1565,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214474\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"6c06aa3a49bc30722ec2cce740b428e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214474\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"e279150ed16f105ddf41530d171cd2a1\";}}'),(65902,1565,'_date_completed','1669754571'),(65903,1565,'_completed_date','2022-11-29 20:42:51'),(65904,1566,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214393\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"97e79ef928db50fa4f72e5da8438d647\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214408\";s:12:\"date_shipped\";i:1669754596;s:11:\"tracking_id\";s:32:\"e29aa11ef038c73d93ad1bd076a79371\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214419\";s:12:\"date_shipped\";i:1669754599;s:11:\"tracking_id\";s:32:\"27d29cdd83ffeb684898801b62217cea\";}}'),(65905,1566,'_date_completed','1669754608'),(65906,1566,'_completed_date','2022-11-29 20:43:28'),(65907,1567,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214420\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"a27504aeb7e92c8d842afa253ba393de\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214430\";s:12:\"date_shipped\";i:1669754646;s:11:\"tracking_id\";s:32:\"6327b2fbb5039b510ae8832d30a47a22\";}}'),(65908,1567,'_date_completed','1669754654'),(65909,1567,'_completed_date','2022-11-29 20:44:14'),(65910,1572,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214360\";s:12:\"date_shipped\";s:10:\"1669680000\";s:11:\"tracking_id\";s:32:\"29d6bd492d2a4b3a61dd7d923a0dc311\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214371\";s:12:\"date_shipped\";i:1669754684;s:11:\"tracking_id\";s:32:\"bdfea3c543dbb11cd64c4d71a150efb4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214382\";s:12:\"date_shipped\";i:1669754688;s:11:\"tracking_id\";s:32:\"4c091cd300bff0683aa23e52b5e08e96\";}}'),(65911,1572,'_date_completed','1669754691'),(65912,1572,'_completed_date','2022-11-29 20:44:51'),(65913,1575,'_edit_lock','1669787227:2'),(65914,1575,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214566\";s:12:\"date_shipped\";s:10:\"1669766400\";s:11:\"tracking_id\";s:32:\"f0deb69ad52a2c44591da64c34036f5e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214555\";s:12:\"date_shipped\";i:1669787341;s:11:\"tracking_id\";s:32:\"09e3c3f015f318745421ef0474302fb7\";}}'),(65915,1575,'_edit_last','2'),(65916,1575,'_date_completed','1669787351'),(65917,1575,'_completed_date','2022-11-30 05:49:11'),(65918,1573,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214544\";s:12:\"date_shipped\";s:10:\"1669766400\";s:11:\"tracking_id\";s:32:\"d14e95b0427edd3889d3aa293710cb8a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214533\";s:12:\"date_shipped\";i:1669787436;s:11:\"tracking_id\";s:32:\"72fd25b7488afdb416f0b7c54f31640d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214522\";s:12:\"date_shipped\";i:1669787441;s:11:\"tracking_id\";s:32:\"c94e89e32184093c5acae8bba4484dfe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214511\";s:12:\"date_shipped\";i:1669787448;s:11:\"tracking_id\";s:32:\"fd400e3fe7e1b23b78f9a9a6f146d9f5\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214500\";s:12:\"date_shipped\";i:1669787456;s:11:\"tracking_id\";s:32:\"8b46368911c636b68844308c499cf768\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214496\";s:12:\"date_shipped\";i:1669787461;s:11:\"tracking_id\";s:32:\"95f2ad612d119dac3b9e244f6517590e\";}}'),(65919,1573,'_edit_last','2'),(65920,1573,'_date_completed','1669787464'),(65921,1573,'_completed_date','2022-11-30 05:51:04'),(65922,1576,'_order_key','wc_order_NeVEHKOSNVnQx'),(65923,1576,'_customer_user','3'),(65924,1576,'_payment_method','paypal'),(65925,1576,'_payment_method_title','PayPal'),(65926,1576,'_customer_ip_address','70.142.202.154'),(65927,1576,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(65928,1576,'_created_via','checkout'),(65929,1576,'_cart_hash','8617c6055ee22232cb9a3fb3d304b72f'),(65930,1576,'_billing_first_name','AMANDA'),(65931,1576,'_billing_last_name','Westerman'),(65932,1576,'_billing_company','Lice Clinics of America'),(65933,1576,'_billing_address_1','1709 Damian Way'),(65934,1576,'_billing_city','Richardson'),(65935,1576,'_billing_state','TX'),(65936,1576,'_billing_postcode','75081'),(65937,1576,'_billing_country','US'),(65938,1576,'_billing_email','awesterman1103@gmail.com'),(65939,1576,'_billing_phone','12144175741'),(65940,1576,'_shipping_first_name','Amanda'),(65941,1576,'_shipping_last_name','Westerman'),(65942,1576,'_shipping_company','Lice Clinics of America McKinney'),(65943,1576,'_shipping_address_1','3120 Hudson Crossing'),(65944,1576,'_shipping_address_2','Suite A2'),(65945,1576,'_shipping_city','MCKINNEY'),(65946,1576,'_shipping_state','TX'),(65947,1576,'_shipping_postcode','75070'),(65948,1576,'_shipping_country','US'),(65949,1576,'_order_currency','USD'),(65950,1576,'_cart_discount','0'),(65951,1576,'_cart_discount_tax','0'),(65952,1576,'_order_shipping','0'),(65953,1576,'_order_shipping_tax','0'),(65954,1576,'_order_tax','0'),(65955,1576,'_order_total','613.54'),(65956,1576,'_order_version','7.0.0'),(65957,1576,'_prices_include_tax','no'),(65958,1576,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(65959,1576,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(65960,1576,'is_vat_exempt','no'),(65961,1576,'Payment type','instant'),(65962,1576,'_paypal_status','completed'),(65963,1576,'_transaction_id','00114997K0656922F'),(65964,1576,'PayPal Transaction Fee','21.90'),(65965,1576,'_date_paid','1669821131'),(65966,1576,'_paid_date','2022-11-30 15:12:11'),(65967,1576,'_download_permissions_granted','yes'),(65968,1576,'_recorded_sales','yes'),(65969,1576,'_recorded_coupon_usage_counts','yes'),(65970,1576,'_order_stock_reduced','yes'),(65971,1576,'_new_order_email_sent','true'),(65972,1577,'_order_key','wc_order_2mNH3Vw0u24UW'),(65973,1577,'_customer_user','21'),(65974,1577,'_payment_method','paypal'),(65975,1577,'_payment_method_title','PayPal'),(65976,1577,'_customer_ip_address','173.216.41.31'),(65977,1577,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.5304.107 Safari/537.36'),(65978,1577,'_created_via','checkout'),(65979,1577,'_cart_hash','454086b2d0c4438106b6eaad346b8650'),(65980,1577,'_billing_first_name','LCA'),(65981,1577,'_billing_last_name','Arkansas'),(65982,1577,'_billing_company','LCA - Central Arkansas'),(65983,1577,'_billing_address_1','1011 N. 2nd St., Ste. D'),(65984,1577,'_billing_city','Cabot'),(65985,1577,'_billing_state','AR'),(65986,1577,'_billing_postcode','72023'),(65987,1577,'_billing_country','US'),(65988,1577,'_billing_email','liceclinicslittlerock@gmail.com'),(65989,1577,'_billing_phone','15014249396'),(65990,1577,'_shipping_first_name','LCA'),(65991,1577,'_shipping_last_name','Arkansas'),(65992,1577,'_shipping_company','LCA - Central Arkansas'),(65993,1577,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(65994,1577,'_shipping_city','Cabot'),(65995,1577,'_shipping_state','AR'),(65996,1577,'_shipping_postcode','72023'),(65997,1577,'_shipping_country','US'),(65998,1577,'_order_currency','USD'),(65999,1577,'_cart_discount','0'),(66000,1577,'_cart_discount_tax','0'),(66001,1577,'_order_shipping','0'),(66002,1577,'_order_shipping_tax','0'),(66003,1577,'_order_tax','0'),(66004,1577,'_order_total','662.95'),(66005,1577,'_order_version','7.0.0'),(66006,1577,'_prices_include_tax','no'),(66007,1577,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(66008,1577,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(66009,1577,'is_vat_exempt','no'),(66010,1577,'Payment type','instant'),(66011,1577,'_paypal_status','completed'),(66012,1577,'_transaction_id','5YG49227CJ8969529'),(66013,1577,'PayPal Transaction Fee','23.63'),(66014,1577,'_date_paid','1669844984'),(66015,1577,'_paid_date','2022-11-30 21:49:44'),(66016,1577,'_download_permissions_granted','yes'),(66017,1577,'_recorded_sales','yes'),(66018,1577,'_recorded_coupon_usage_counts','yes'),(66019,1577,'_order_stock_reduced','yes'),(66020,1577,'_new_order_email_sent','true'),(66021,1578,'_order_key','wc_order_JZcl7zqRLXQhH'),(66022,1578,'_customer_user','58'),(66023,1578,'_payment_method','paypal'),(66024,1578,'_payment_method_title','PayPal'),(66025,1578,'_customer_ip_address','75.108.42.81'),(66026,1578,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(66027,1578,'_created_via','checkout'),(66028,1578,'_cart_hash','f7884f40af0b1d4be524749895a86529'),(66029,1578,'_billing_first_name','Heather'),(66030,1578,'_billing_last_name','Smith'),(66031,1578,'_billing_address_1','P.O. Box 155624'),(66032,1578,'_billing_city','Lufkin'),(66033,1578,'_billing_state','TX'),(66034,1578,'_billing_postcode','75915'),(66035,1578,'_billing_country','US'),(66036,1578,'_billing_email','easttexaslca@yahoo.com'),(66037,1578,'_billing_phone','9364143560'),(66038,1578,'_shipping_first_name','Heather'),(66039,1578,'_shipping_last_name','Smith'),(66040,1578,'_shipping_company','LCA Lufkin'),(66041,1578,'_shipping_address_1','223 E. Emma St'),(66042,1578,'_shipping_city','Bullard'),(66043,1578,'_shipping_state','TX'),(66044,1578,'_shipping_postcode','75757'),(66045,1578,'_shipping_country','US'),(66046,1578,'_order_currency','USD'),(66047,1578,'_cart_discount','0'),(66048,1578,'_cart_discount_tax','0'),(66049,1578,'_order_shipping','13.83'),(66050,1578,'_order_shipping_tax','0'),(66051,1578,'_order_tax','0'),(66052,1578,'_order_total','172.23'),(66053,1578,'_order_version','7.0.0'),(66054,1578,'_prices_include_tax','no'),(66055,1578,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(66056,1578,'_shipping_address_index','Heather Smith LCA Lufkin 223 E. Emma St  Bullard TX 75757 US '),(66057,1578,'is_vat_exempt','no'),(66058,1578,'Payment type','instant'),(66059,1578,'_paypal_status','completed'),(66060,1578,'_transaction_id','51283630NP9177322'),(66061,1578,'PayPal Transaction Fee','6.50'),(66062,1578,'_date_paid','1669917133'),(66063,1578,'_paid_date','2022-12-01 17:52:13'),(66064,1578,'_download_permissions_granted','yes'),(66065,1578,'_recorded_sales','yes'),(66066,1578,'_recorded_coupon_usage_counts','yes'),(66067,1578,'_order_stock_reduced','yes'),(66068,1578,'_new_order_email_sent','true'),(66069,1577,'_edit_lock','1669921638:2'),(66070,1577,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214691\";s:12:\"date_shipped\";s:10:\"1669852800\";s:11:\"tracking_id\";s:32:\"8e93df8fcb8de91465f9a95211276424\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214680\";s:12:\"date_shipped\";i:1669921771;s:11:\"tracking_id\";s:32:\"ce21c3c65be07b4226d7c0a7eb90415f\";}}'),(66071,1577,'_edit_last','2'),(66072,1577,'_date_completed','1669921773'),(66073,1577,'_completed_date','2022-12-01 19:09:33'),(66074,1579,'_order_key','wc_order_o4ICEXnesyTl8'),(66075,1579,'_customer_user','11'),(66076,1579,'_payment_method','paypal'),(66077,1579,'_payment_method_title','PayPal'),(66078,1579,'_customer_ip_address','74.131.22.162'),(66079,1579,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(66080,1579,'_created_via','checkout'),(66081,1579,'_cart_hash','3411540c357439fc74eb0a83bb166e6f'),(66082,1579,'_billing_first_name','Tina'),(66083,1579,'_billing_last_name','Hunt'),(66084,1579,'_billing_company','LCBG, LLC'),(66085,1579,'_billing_address_1','830 Fairview Ave.'),(66086,1579,'_billing_address_2','Suite A-4'),(66087,1579,'_billing_city','Bowling Green'),(66088,1579,'_billing_state','KY'),(66089,1579,'_billing_postcode','42101'),(66090,1579,'_billing_country','US'),(66091,1579,'_billing_email','info@liceclinicsbowlinggreen.com'),(66092,1579,'_billing_phone','2709996803'),(66093,1579,'_shipping_first_name','Tina'),(66094,1579,'_shipping_last_name','Hunt'),(66095,1579,'_shipping_address_1','494 Hub Boulevard'),(66096,1579,'_shipping_address_2','Apt 1012'),(66097,1579,'_shipping_city','Bowling Green'),(66098,1579,'_shipping_state','KY'),(66099,1579,'_shipping_postcode','42101'),(66100,1579,'_shipping_country','US'),(66101,1579,'_order_currency','USD'),(66102,1579,'_cart_discount','0'),(66103,1579,'_cart_discount_tax','0'),(66104,1579,'_order_shipping','12.55'),(66105,1579,'_order_shipping_tax','0'),(66106,1579,'_order_tax','0'),(66107,1579,'_order_total','331.67'),(66108,1579,'_order_version','7.0.0'),(66109,1579,'_prices_include_tax','no'),(66110,1579,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(66111,1579,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(66112,1579,'is_vat_exempt','no'),(66113,1579,'Payment type','instant'),(66114,1579,'_paypal_status','completed'),(66115,1579,'_transaction_id','9NJ96297AC958773E'),(66116,1579,'PayPal Transaction Fee','12.07'),(66117,1579,'_date_paid','1670010745'),(66118,1579,'_paid_date','2022-12-02 19:52:25'),(66119,1579,'_download_permissions_granted','yes'),(66120,1579,'_recorded_sales','yes'),(66121,1579,'_recorded_coupon_usage_counts','yes'),(66122,1579,'_order_stock_reduced','yes'),(66123,1579,'_new_order_email_sent','true'),(66124,1580,'_order_key','wc_order_uTAPZu1gWazhj'),(66125,1580,'_customer_user','77'),(66126,1580,'_payment_method','paypal'),(66127,1580,'_payment_method_title','PayPal'),(66128,1580,'_customer_ip_address','107.205.56.86'),(66129,1580,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(66130,1580,'_created_via','checkout'),(66131,1580,'_cart_hash','00c40601065f18cb3efcc30b42642c02'),(66132,1580,'_billing_first_name','Phil'),(66133,1580,'_billing_last_name','Moon'),(66134,1580,'_billing_company','Lice Clinics of America-Fresno'),(66135,1580,'_billing_address_1','585 56th Street'),(66136,1580,'_billing_city','Oakland'),(66137,1580,'_billing_state','CA'),(66138,1580,'_billing_postcode','94609'),(66139,1580,'_billing_country','US'),(66140,1580,'_billing_email','info@liceclinicsfresno.com'),(66141,1580,'_billing_phone','5593046305'),(66142,1580,'_shipping_first_name','Kristen'),(66143,1580,'_shipping_last_name','Maroot-Rippee'),(66144,1580,'_shipping_company','Lice Busters LLC.'),(66145,1580,'_shipping_address_1','487 W. Scott Avenue'),(66146,1580,'_shipping_city','Fresno'),(66147,1580,'_shipping_state','CA'),(66148,1580,'_shipping_postcode','93704'),(66149,1580,'_shipping_country','US'),(66150,1580,'_order_currency','USD'),(66151,1580,'_cart_discount','0'),(66152,1580,'_cart_discount_tax','0'),(66153,1580,'_order_shipping','0'),(66154,1580,'_order_shipping_tax','0'),(66155,1580,'_order_tax','0'),(66156,1580,'_order_total','2466.24'),(66157,1580,'_order_version','7.0.0'),(66158,1580,'_prices_include_tax','no'),(66159,1580,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(66160,1580,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. 487 W. Scott Avenue  Fresno CA 93704 US '),(66161,1580,'is_vat_exempt','no'),(66162,1580,'Payment type','instant'),(66163,1580,'_paypal_status','completed'),(66164,1580,'_transaction_id','3G81968679426770U'),(66165,1580,'PayPal Transaction Fee','86.56'),(66166,1580,'_date_paid','1670017961'),(66167,1580,'_paid_date','2022-12-02 21:52:41'),(66168,1580,'_download_permissions_granted','yes'),(66169,1580,'_recorded_sales','yes'),(66170,1580,'_recorded_coupon_usage_counts','yes'),(66171,1580,'_order_stock_reduced','yes'),(66172,1580,'_new_order_email_sent','true'),(66173,1581,'_order_key','wc_order_xaIqjZY5liHlt'),(66174,1581,'_customer_user','57'),(66175,1581,'_payment_method','paypal'),(66176,1581,'_payment_method_title','PayPal'),(66177,1581,'_customer_ip_address','107.203.54.57'),(66178,1581,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35'),(66179,1581,'_created_via','checkout'),(66180,1581,'_cart_hash','888f97673b68cba2715942be77fdbc4b'),(66181,1581,'_billing_first_name','Heather'),(66182,1581,'_billing_last_name','Purtle'),(66183,1581,'_billing_company','LCA- Upstate'),(66184,1581,'_billing_address_1','1 Creekview Ct.'),(66185,1581,'_billing_address_2','Ste C'),(66186,1581,'_billing_city','Greenville'),(66187,1581,'_billing_state','SC'),(66188,1581,'_billing_postcode','29615'),(66189,1581,'_billing_country','US'),(66190,1581,'_billing_email','hpurtle@bellsouth.net'),(66191,1581,'_billing_phone','8643604388'),(66192,1581,'_shipping_first_name','Heather'),(66193,1581,'_shipping_last_name','Purtle'),(66194,1581,'_shipping_company','LCA- Upstate'),(66195,1581,'_shipping_address_1','1 Creekview Ct.'),(66196,1581,'_shipping_address_2','Ste C'),(66197,1581,'_shipping_city','Greenville'),(66198,1581,'_shipping_state','SC'),(66199,1581,'_shipping_postcode','29615'),(66200,1581,'_shipping_country','US'),(66201,1581,'_order_currency','USD'),(66202,1581,'_cart_discount','0'),(66203,1581,'_cart_discount_tax','0'),(66204,1581,'_order_shipping','9.55'),(66205,1581,'_order_shipping_tax','0'),(66206,1581,'_order_tax','0'),(66207,1581,'_order_total','9.55'),(66208,1581,'_order_version','7.1.0'),(66209,1581,'_prices_include_tax','no'),(66210,1581,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(66211,1581,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(66212,1581,'is_vat_exempt','no'),(66213,1582,'_order_key','wc_order_xCYRmxzPqGIpk'),(66214,1582,'_customer_user','47'),(66215,1582,'_payment_method','paypal'),(66216,1582,'_payment_method_title','PayPal'),(66217,1582,'_customer_ip_address','72.177.241.58'),(66218,1582,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(66219,1582,'_created_via','checkout'),(66220,1582,'_cart_hash','b9630a29b5dc4a9636b3481a441c5484'),(66221,1582,'_billing_first_name','Tracy'),(66222,1582,'_billing_last_name','Copeland'),(66223,1582,'_billing_company','LCA SA WEST'),(66224,1582,'_billing_address_1','14223 Silverhollow'),(66225,1582,'_billing_city','San Antonio'),(66226,1582,'_billing_state','TX'),(66227,1582,'_billing_postcode','78232'),(66228,1582,'_billing_country','US'),(66229,1582,'_billing_email','info@liceclinicsofsanantonio.com'),(66230,1582,'_billing_phone','2103135033'),(66231,1582,'_shipping_first_name','Tracy'),(66232,1582,'_shipping_last_name','Copeland'),(66233,1582,'_shipping_company','LCA SA WEST'),(66234,1582,'_shipping_address_1','14223 Silverhollow'),(66235,1582,'_shipping_city','San Antonio'),(66236,1582,'_shipping_state','TX'),(66237,1582,'_shipping_postcode','78232'),(66238,1582,'_shipping_country','US'),(66239,1582,'_order_currency','USD'),(66240,1582,'_cart_discount','0'),(66241,1582,'_cart_discount_tax','0'),(66242,1582,'_order_shipping','0'),(66243,1582,'_order_shipping_tax','0'),(66244,1582,'_order_tax','0'),(66245,1582,'_order_total','536.83'),(66246,1582,'_order_version','7.1.0'),(66247,1582,'_prices_include_tax','no'),(66248,1582,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(66249,1582,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(66250,1582,'is_vat_exempt','no'),(66251,1582,'Payment type','instant'),(66252,1582,'_paypal_status','completed'),(66253,1582,'_transaction_id','9CP727182F039713Y'),(66254,1582,'PayPal Transaction Fee','19.23'),(66255,1582,'_date_paid','1670185107'),(66256,1582,'_paid_date','2022-12-04 20:18:27'),(66257,1582,'_download_permissions_granted','yes'),(66258,1582,'_recorded_sales','yes'),(66259,1582,'_recorded_coupon_usage_counts','yes'),(66260,1582,'_order_stock_reduced','yes'),(66261,1582,'_new_order_email_sent','true'),(66262,1578,'_edit_lock','1670256458:2'),(66263,1578,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214809\";s:12:\"date_shipped\";s:10:\"1670198400\";s:11:\"tracking_id\";s:32:\"a83e3b7fdb6dd1b39cc0e1b50dc0aeba\";}}'),(66264,1578,'_edit_last','2'),(66265,1578,'_date_completed','1670256592'),(66266,1578,'_completed_date','2022-12-05 16:09:52'),(66267,1581,'_edit_lock','1670460183:2'),(66268,1581,'_edit_last','2'),(66269,1581,'_recorded_coupon_usage_counts','yes'),(66270,1579,'_edit_lock','1670259563:2'),(66271,1579,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214875\";s:12:\"date_shipped\";s:10:\"1670198400\";s:11:\"tracking_id\";s:32:\"b10b381163945a7f35c7b616887440d8\";}}'),(66272,1579,'_edit_last','2'),(66273,1579,'_date_completed','1670259570'),(66274,1579,'_completed_date','2022-12-05 16:59:30'),(66275,1583,'_order_key','wc_order_FM21aZ65mmqCc'),(66276,1583,'_customer_user','37'),(66277,1583,'_payment_method','paypal'),(66278,1583,'_payment_method_title','PayPal'),(66279,1583,'_customer_ip_address','98.16.11.84'),(66280,1583,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62'),(66281,1583,'_created_via','checkout'),(66282,1583,'_cart_hash','48a3065198cbebdbe9ce9aa8b663d0da'),(66283,1583,'_billing_first_name','Melody'),(66284,1583,'_billing_last_name','Carter'),(66285,1583,'_billing_company','Family Hair Clinic of South Ga LLC'),(66286,1583,'_billing_address_1','7754 GA HIGHWAY 122 W'),(66287,1583,'_billing_city','HAHIRA'),(66288,1583,'_billing_state','GA'),(66289,1583,'_billing_postcode','31632-2210'),(66290,1583,'_billing_country','US'),(66291,1583,'_billing_email','familyhairclinic@gmail.com'),(66292,1583,'_billing_phone','2294151748'),(66293,1583,'_shipping_first_name','Melody'),(66294,1583,'_shipping_last_name','Carter'),(66295,1583,'_shipping_company','LCA Family Hair Clinic'),(66296,1583,'_shipping_address_1','7754 GA Highway 122 W'),(66297,1583,'_shipping_city','Hahira'),(66298,1583,'_shipping_state','GA'),(66299,1583,'_shipping_postcode','31632'),(66300,1583,'_shipping_country','US'),(66301,1583,'_order_currency','USD'),(66302,1583,'_cart_discount','0'),(66303,1583,'_cart_discount_tax','0'),(66304,1583,'_order_shipping','18.38'),(66305,1583,'_order_shipping_tax','0'),(66306,1583,'_order_tax','0'),(66307,1583,'_order_total','330.62'),(66308,1583,'_order_version','7.1.1'),(66309,1583,'_prices_include_tax','no'),(66310,1583,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(66311,1583,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(66312,1583,'is_vat_exempt','no'),(66313,1583,'Payment type','instant'),(66314,1583,'_paypal_status','completed'),(66315,1583,'_transaction_id','50J53332NB653990R'),(66316,1583,'PayPal Transaction Fee','12.03'),(66317,1583,'_date_paid','1670260222'),(66318,1583,'_paid_date','2022-12-05 17:10:22'),(66319,1583,'_download_permissions_granted','yes'),(66320,1583,'_recorded_sales','yes'),(66321,1583,'_recorded_coupon_usage_counts','yes'),(66322,1583,'_order_stock_reduced','yes'),(66323,1583,'_new_order_email_sent','true'),(66324,1576,'_edit_lock','1670342457:2'),(66325,1576,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214658\";s:12:\"date_shipped\";s:10:\"1670284800\";s:11:\"tracking_id\";s:32:\"fd516570e7b3170e7c929b873d9559f3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214669\";s:12:\"date_shipped\";i:1670342447;s:11:\"tracking_id\";s:32:\"d9a5e249a09467cd6f4364a21cd375d7\";}}'),(66326,1576,'_edit_last','2'),(66327,1576,'_date_completed','1670342450'),(66328,1576,'_completed_date','2022-12-06 16:00:50'),(66329,1580,'_edit_lock','1670342551:2'),(66330,1580,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214923\";s:12:\"date_shipped\";s:10:\"1670284800\";s:11:\"tracking_id\";s:32:\"8a6489f9875da9cd28dcf125a4dee565\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214934\";s:12:\"date_shipped\";i:1670342473;s:11:\"tracking_id\";s:32:\"1eb8328cb3dbfad618aa51a1cc3427b8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214945\";s:12:\"date_shipped\";i:1670342480;s:11:\"tracking_id\";s:32:\"a3c79376ebd9c60aa941d1c93641829e\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214956\";s:12:\"date_shipped\";i:1670342486;s:11:\"tracking_id\";s:32:\"033e248bfc8ef50afc7416d79df990ab\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214967\";s:12:\"date_shipped\";i:1670342491;s:11:\"tracking_id\";s:32:\"aa4be6f3e081cc0b352d43d95073ccb0\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214978\";s:12:\"date_shipped\";i:1670342497;s:11:\"tracking_id\";s:32:\"7bbc95ed92a49653e68a57c0a81e06ee\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830214989\";s:12:\"date_shipped\";i:1670342503;s:11:\"tracking_id\";s:32:\"5a29f784e895db0d449b37d52a5df362\";}}'),(66331,1580,'_edit_last','2'),(66332,1580,'_date_completed','1670342685'),(66333,1580,'_completed_date','2022-12-06 16:04:45'),(66334,1582,'_edit_lock','1670356777:2'),(66335,1582,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215091\";s:12:\"date_shipped\";s:10:\"1670284800\";s:11:\"tracking_id\";s:32:\"2093f500c034b6f6ad7bc6ca1be5b8c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215106\";s:12:\"date_shipped\";i:1670356862;s:11:\"tracking_id\";s:32:\"6986f5c9a31fba85ca9ea0eb5eff03e5\";}}'),(66336,1582,'_edit_last','2'),(66337,1582,'_date_completed','1670356867'),(66338,1582,'_completed_date','2022-12-06 20:01:07'),(66345,1585,'_order_key','wc_order_iSWpacYk9b8BU'),(66346,1585,'_customer_user','0'),(66347,1585,'_payment_method','paypal'),(66348,1585,'_payment_method_title','PayPal'),(66349,1585,'_customer_ip_address','136.49.57.192'),(66350,1585,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66351,1585,'_created_via','checkout'),(66352,1585,'_cart_hash','4fedd6e19bb38f82a4fbc10fd190ddb6'),(66353,1585,'_download_permissions_granted','yes'),(66354,1585,'_recorded_sales','yes'),(66355,1585,'_recorded_coupon_usage_counts','yes'),(66356,1585,'_new_order_email_sent','true'),(66357,1585,'_order_stock_reduced','yes'),(66358,1585,'_billing_first_name','Lee'),(66359,1585,'_billing_last_name','Rogers'),(66360,1585,'_billing_company','United States'),(66361,1585,'_billing_address_1','40 N Interstate 35'),(66362,1585,'_billing_address_2','APT 4B2'),(66363,1585,'_billing_city','Austin'),(66364,1585,'_billing_state','TX'),(66365,1585,'_billing_postcode','78701'),(66366,1585,'_billing_country','US'),(66367,1585,'_billing_email','leerogers@flash.net'),(66368,1585,'_billing_phone','316-727-9951'),(66369,1585,'_shipping_first_name','Kaitlin'),(66370,1585,'_shipping_last_name','Ryan'),(66371,1585,'_shipping_company','LCA Dublin'),(66372,1585,'_shipping_address_1','5910 Wilcox Place'),(66373,1585,'_shipping_address_2','Suite E'),(66374,1585,'_shipping_city','Dublin'),(66375,1585,'_shipping_state','OH'),(66376,1585,'_shipping_postcode','43016'),(66377,1585,'_shipping_country','US'),(66378,1585,'_order_currency','USD'),(66379,1585,'_cart_discount','0'),(66380,1585,'_cart_discount_tax','0'),(66381,1585,'_order_shipping','0'),(66382,1585,'_order_shipping_tax','0'),(66383,1585,'_order_tax','0'),(66384,1585,'_order_total','907.50'),(66385,1585,'_order_version','7.1.0'),(66386,1585,'_prices_include_tax','no'),(66387,1585,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(66388,1585,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(66389,1585,'is_vat_exempt','no'),(66390,1585,'Payment type','instant'),(66391,1585,'_paypal_status','completed'),(66392,1585,'_transaction_id','5H598181SD452981E'),(66393,1585,'PayPal Transaction Fee','32.16'),(66394,1585,'_date_paid','1670357798'),(66395,1585,'_paid_date','2022-12-06 20:16:38'),(66397,1585,'_edit_lock','1670426293:2'),(66398,1585,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215275\";s:12:\"date_shipped\";s:10:\"1670371200\";s:11:\"tracking_id\";s:32:\"94d826ba4cd790b3e6e7af853cc55fcb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215264\";s:12:\"date_shipped\";i:1670426317;s:11:\"tracking_id\";s:32:\"e91a86038d5ece34b1c7c36b60baeef8\";}}'),(66399,1585,'_edit_last','2'),(66400,1585,'_date_completed','1670426404'),(66401,1585,'_completed_date','2022-12-07 15:20:04'),(66402,1574,'acfw_shipping_discount_recalc','yes'),(66403,1574,'_download_permissions_granted','yes'),(66404,1574,'_recorded_sales','yes'),(66405,1574,'_recorded_coupon_usage_counts','yes'),(66406,1574,'_new_order_email_sent','true'),(66407,1574,'_order_stock_reduced','yes'),(66408,1574,'_edit_lock','1670460003:2'),(66409,1574,'_edit_last','2'),(66410,515,'_used_by','64'),(66411,1574,'Payment type','instant'),(66412,1574,'_paypal_status','completed'),(66413,1574,'_transaction_id','3AM14436BA9345040'),(66414,1574,'PayPal Transaction Fee','67.81'),(66415,1574,'_date_paid','1670433116'),(66416,1574,'_paid_date','2022-12-07 17:11:56'),(66417,1581,'_download_permissions_granted','yes'),(66418,1581,'_recorded_sales','yes'),(66419,1581,'_new_order_email_sent','true'),(66420,1581,'_order_stock_reduced','yes'),(66421,1581,'Payment type','instant'),(66422,1581,'_paypal_status','completed'),(66423,1581,'_transaction_id','47Y9647401467854D'),(66424,1581,'PayPal Transaction Fee','0.82'),(66425,1581,'_date_paid','1670435248'),(66426,1581,'_paid_date','2022-12-07 17:47:28'),(66427,1586,'_order_key','wc_order_0lM2Z51PAPpI6'),(66428,1586,'_customer_user','52'),(66429,1586,'_payment_method','paypal'),(66430,1586,'_payment_method_title','PayPal'),(66431,1586,'_customer_ip_address','96.231.31.47'),(66432,1586,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66433,1586,'_created_via','checkout'),(66434,1586,'_cart_hash','0bd21dbcf170068d0b3a13f0a33463ce'),(66435,1586,'_download_permissions_granted','yes'),(66436,1586,'_recorded_sales','yes'),(66437,1586,'_recorded_coupon_usage_counts','yes'),(66438,1586,'_new_order_email_sent','true'),(66439,1586,'_order_stock_reduced','yes'),(66440,1586,'_billing_first_name','Darlene'),(66441,1586,'_billing_last_name','LaFramboise'),(66442,1586,'_billing_company','LCA-NOVA'),(66443,1586,'_billing_address_1','25473 Tomey Ct'),(66444,1586,'_billing_city','Aldie'),(66445,1586,'_billing_state','VA'),(66446,1586,'_billing_postcode','20105-3048'),(66447,1586,'_billing_country','US'),(66448,1586,'_billing_email','info@liceremovalnova.com'),(66449,1586,'_billing_phone','7033031576'),(66450,1586,'_shipping_first_name','Darlene'),(66451,1586,'_shipping_last_name','LaFramboise'),(66452,1586,'_shipping_company','LCA-NOVA'),(66453,1586,'_shipping_address_1','25473 Tomey Ct'),(66454,1586,'_shipping_city','Aldie'),(66455,1586,'_shipping_state','VA'),(66456,1586,'_shipping_postcode','20105-3048'),(66457,1586,'_shipping_country','US'),(66458,1586,'_order_currency','USD'),(66459,1586,'_cart_discount','0'),(66460,1586,'_cart_discount_tax','0'),(66461,1586,'_order_shipping','11.8'),(66462,1586,'_order_shipping_tax','0'),(66463,1586,'_order_tax','0'),(66464,1586,'_order_total','214.96'),(66465,1586,'_order_version','7.1.0'),(66466,1586,'_prices_include_tax','no'),(66467,1586,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(66468,1586,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(66469,1586,'is_vat_exempt','no'),(66470,1586,'Payment type','instant'),(66471,1586,'_paypal_status','completed'),(66472,1586,'_transaction_id','9VN362507B820925A'),(66473,1586,'PayPal Transaction Fee','7.99'),(66474,1586,'_date_paid','1670460101'),(66475,1586,'_paid_date','2022-12-08 00:41:41'),(66476,1574,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215584\";s:12:\"date_shipped\";s:10:\"1670457600\";s:11:\"tracking_id\";s:32:\"9064a7fd478d06cf3b2d75723823bda8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215573\";s:12:\"date_shipped\";i:1670460115;s:11:\"tracking_id\";s:32:\"c1d740bc5c7611d159b1ecc9cc50b4f4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215562\";s:12:\"date_shipped\";i:1670460122;s:11:\"tracking_id\";s:32:\"9abb86f4189bfe1ad2f97324595c52f8\";}}'),(66477,1574,'_date_completed','1670460125'),(66478,1574,'_completed_date','2022-12-08 00:42:05'),(66479,1581,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215595\";s:12:\"date_shipped\";s:10:\"1670457600\";s:11:\"tracking_id\";s:32:\"cef7983495710d6079ba287f107bf08e\";}}'),(66480,1581,'_date_completed','1670460163'),(66481,1581,'_completed_date','2022-12-08 00:42:43'),(66482,1586,'_edit_lock','1670522268:2'),(66483,1586,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215632\";s:12:\"date_shipped\";s:10:\"1670457600\";s:11:\"tracking_id\";s:32:\"f1b9f64e783c4ea58cefab4e82f6b38d\";}}'),(66484,1586,'_edit_last','2'),(66485,1586,'_date_completed','1670521505'),(66486,1586,'_completed_date','2022-12-08 17:45:05'),(66487,1587,'_order_key','wc_order_QbZu0qA7mlkrY'),(66488,1587,'_customer_user','96'),(66489,1587,'_payment_method','paypal'),(66490,1587,'_payment_method_title','PayPal'),(66491,1587,'_customer_ip_address','166.181.81.144'),(66492,1587,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.42'),(66493,1587,'_created_via','checkout'),(66494,1587,'_cart_hash','734bdff09f33bee4657adc5ed14829c5'),(66495,1587,'_download_permissions_granted','yes'),(66496,1587,'_recorded_sales','yes'),(66497,1587,'_recorded_coupon_usage_counts','yes'),(66498,1587,'_new_order_email_sent','true'),(66499,1587,'_order_stock_reduced','yes'),(66500,1587,'_billing_first_name','Jaimi'),(66501,1587,'_billing_last_name','Washington'),(66502,1587,'_billing_company','Lice Clinics of America - Des Moines'),(66503,1587,'_billing_address_1','6900 University Ave. Ste 120'),(66504,1587,'_billing_city','Windsor Heights'),(66505,1587,'_billing_state','IA'),(66506,1587,'_billing_postcode','50324'),(66507,1587,'_billing_country','US'),(66508,1587,'_billing_email','j.m.licesolutions@gmail.com'),(66509,1587,'_billing_phone','515-971-0667'),(66510,1587,'_shipping_first_name','Jaimi'),(66511,1587,'_shipping_last_name','Washington'),(66512,1587,'_shipping_address_1','1139 Burlington Terrace'),(66513,1587,'_shipping_city','Des Moines'),(66514,1587,'_shipping_state','IA'),(66515,1587,'_shipping_postcode','50314'),(66516,1587,'_shipping_country','US'),(66517,1587,'_order_currency','USD'),(66518,1587,'_cart_discount','0'),(66519,1587,'_cart_discount_tax','0'),(66520,1587,'_order_shipping','12.05'),(66521,1587,'_order_shipping_tax','0'),(66522,1587,'_order_tax','0'),(66523,1587,'_order_total','12.05'),(66524,1587,'_order_version','7.1.0'),(66525,1587,'_prices_include_tax','no'),(66526,1587,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 6900 University Ave. Ste 120  Windsor Heights IA 50324 US j.m.licesolutions@gmail.com 515-971-0667'),(66527,1587,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(66528,1587,'is_vat_exempt','no'),(66545,1587,'_edit_lock','1670617916:2'),(66546,1587,'_edit_last','2'),(66547,1588,'_order_key','wc_order_V14uMlIWEt8EA'),(66548,1588,'_customer_user','47'),(66549,1588,'_payment_method','paypal'),(66550,1588,'_payment_method_title','PayPal'),(66551,1588,'_customer_ip_address','136.50.12.214'),(66552,1588,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15'),(66553,1588,'_created_via','checkout'),(66554,1588,'_cart_hash','0e9659d5c2eb3de542fded1e0d66ed62'),(66555,1588,'_download_permissions_granted','yes'),(66556,1588,'_recorded_sales','yes'),(66557,1588,'_recorded_coupon_usage_counts','yes'),(66558,1588,'_new_order_email_sent','true'),(66559,1588,'_order_stock_reduced','yes'),(66560,1588,'_billing_first_name','Tracy'),(66561,1588,'_billing_last_name','Copeland'),(66562,1588,'_billing_company','LCA SA WEST'),(66563,1588,'_billing_address_1','14223 Silverhollow'),(66564,1588,'_billing_city','San Antonio'),(66565,1588,'_billing_state','TX'),(66566,1588,'_billing_postcode','78232'),(66567,1588,'_billing_country','US'),(66568,1588,'_billing_email','info@liceclinicsofsanantonio.com'),(66569,1588,'_billing_phone','2103135033'),(66570,1588,'_shipping_first_name','Tracy'),(66571,1588,'_shipping_last_name','Copeland'),(66572,1588,'_shipping_company','LCA SA WEST'),(66573,1588,'_shipping_address_1','14223 Silverhollow'),(66574,1588,'_shipping_city','San Antonio'),(66575,1588,'_shipping_state','TX'),(66576,1588,'_shipping_postcode','78232'),(66577,1588,'_shipping_country','US'),(66578,1588,'_order_currency','USD'),(66579,1588,'_cart_discount','0'),(66580,1588,'_cart_discount_tax','0'),(66581,1588,'_order_shipping','0'),(66582,1588,'_order_shipping_tax','0'),(66583,1588,'_order_tax','0'),(66584,1588,'_order_total','504.30'),(66585,1588,'_order_version','7.1.0'),(66586,1588,'_prices_include_tax','no'),(66587,1588,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(66588,1588,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(66589,1588,'is_vat_exempt','no'),(66590,1588,'Payment type','instant'),(66591,1588,'_paypal_status','completed'),(66592,1588,'_transaction_id','98D871418D080961H'),(66593,1588,'PayPal Transaction Fee','18.09'),(66594,1588,'_date_paid','1670601368'),(66595,1588,'_paid_date','2022-12-09 15:56:08'),(66596,1587,'Payment type','instant'),(66597,1587,'_paypal_status','completed'),(66598,1587,'_transaction_id','7M488178XE217714R'),(66599,1587,'PayPal Transaction Fee','0.91'),(66600,1587,'_date_paid','1670601750'),(66601,1587,'_paid_date','2022-12-09 16:02:30'),(66602,1587,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215724\";s:12:\"date_shipped\";s:10:\"1670544000\";s:11:\"tracking_id\";s:32:\"760c6bcdbdff6b139251eda25a030c2d\";}}'),(66603,1587,'_date_completed','1670617809'),(66604,1587,'_completed_date','2022-12-09 20:30:09'),(66605,1588,'_edit_lock','1670617886:2'),(66606,1588,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215713\";s:12:\"date_shipped\";s:10:\"1670544000\";s:11:\"tracking_id\";s:32:\"470dea501b90e54af416974adf7dd3bd\";}}'),(66607,1588,'_edit_last','2'),(66608,1588,'_date_completed','1670618022'),(66609,1588,'_completed_date','2022-12-09 20:33:42'),(66610,1589,'_order_key','wc_order_eWT1xBQnrSfAy'),(66611,1589,'_customer_user','7'),(66612,1589,'_payment_method','paypal'),(66613,1589,'_payment_method_title','PayPal'),(66614,1589,'_customer_ip_address','71.93.225.128'),(66615,1589,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66616,1589,'_created_via','checkout'),(66617,1589,'_cart_hash','3e650eb603a20f4b201c655ab1fb8f1d'),(66618,1589,'_download_permissions_granted','yes'),(66619,1589,'_recorded_sales','yes'),(66620,1589,'_recorded_coupon_usage_counts','yes'),(66621,1589,'_new_order_email_sent','true'),(66622,1589,'_order_stock_reduced','yes'),(66623,1589,'_billing_first_name','Amy'),(66624,1589,'_billing_last_name','Allen'),(66625,1589,'_billing_company','Lice Clinics Of America'),(66626,1589,'_billing_address_1','251 Promise Way'),(66627,1589,'_billing_city','Hollister'),(66628,1589,'_billing_state','CA'),(66629,1589,'_billing_postcode','95023'),(66630,1589,'_billing_country','US'),(66631,1589,'_billing_email','lca.gilroy@gmail.com'),(66632,1589,'_billing_phone','4085005537'),(66633,1589,'_shipping_first_name','Amy'),(66634,1589,'_shipping_last_name','Allen'),(66635,1589,'_shipping_company','Lice Clinics Of America'),(66636,1589,'_shipping_address_1','7680 Monterey St Ste 104'),(66637,1589,'_shipping_city','Gilroy'),(66638,1589,'_shipping_state','CA'),(66639,1589,'_shipping_postcode','95023'),(66640,1589,'_shipping_country','US'),(66641,1589,'_order_currency','USD'),(66642,1589,'_cart_discount','0'),(66643,1589,'_cart_discount_tax','0'),(66644,1589,'_order_shipping','0'),(66645,1589,'_order_shipping_tax','0'),(66646,1589,'_order_tax','0'),(66647,1589,'_order_total','532.96'),(66648,1589,'_order_version','7.1.1'),(66649,1589,'_prices_include_tax','no'),(66650,1589,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(66651,1589,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(66652,1589,'is_vat_exempt','no'),(66655,1591,'_order_key','wc_order_WpzdVtrgG49od'),(66656,1591,'_customer_user','29'),(66657,1591,'_payment_method','paypal'),(66658,1591,'_payment_method_title','PayPal'),(66659,1591,'_customer_ip_address','2601:44:100:6820:bde1:8b23:f4bc:e5f6'),(66660,1591,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(66661,1591,'_created_via','checkout'),(66662,1591,'_cart_hash','23a1ea718404aaf59148567ab4aaac47'),(66663,1591,'_download_permissions_granted','yes'),(66664,1591,'_recorded_sales','yes'),(66665,1591,'_recorded_coupon_usage_counts','yes'),(66666,1591,'_new_order_email_sent','true'),(66667,1591,'_order_stock_reduced','yes'),(66668,1591,'_billing_first_name','Kevin'),(66669,1591,'_billing_last_name','Reilly'),(66670,1591,'_billing_address_1','5460 Richie Ct'),(66671,1591,'_billing_city','Pipersville'),(66672,1591,'_billing_state','PA'),(66673,1591,'_billing_postcode','18947'),(66674,1591,'_billing_country','US'),(66675,1591,'_billing_email','info@liceclinicslansdale.com'),(66676,1591,'_billing_phone','2156941408'),(66677,1591,'_shipping_first_name','Kevin'),(66678,1591,'_shipping_last_name','Reilly'),(66679,1591,'_shipping_company','LCA Lansdale'),(66680,1591,'_shipping_address_1','2131 North Broad Street'),(66681,1591,'_shipping_address_2','Suite 101'),(66682,1591,'_shipping_city','Lansdale'),(66683,1591,'_shipping_state','PA'),(66684,1591,'_shipping_postcode','19446'),(66685,1591,'_shipping_country','US'),(66686,1591,'_order_currency','USD'),(66687,1591,'_cart_discount','0'),(66688,1591,'_cart_discount_tax','0'),(66689,1591,'_order_shipping','9.51'),(66690,1591,'_order_shipping_tax','0'),(66691,1591,'_order_tax','0'),(66692,1591,'_order_total','55.07'),(66693,1591,'_order_version','7.1.1'),(66694,1591,'_prices_include_tax','no'),(66695,1591,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(66696,1591,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(66697,1591,'is_vat_exempt','no'),(66698,1591,'Payment type','instant'),(66699,1591,'_paypal_status','completed'),(66700,1591,'_transaction_id','52250173J52334244'),(66701,1591,'PayPal Transaction Fee','2.41'),(66702,1591,'_date_paid','1670711412'),(66703,1591,'_paid_date','2022-12-10 22:30:12'),(66704,1589,'_edit_lock','1670882480:2'),(66705,1589,'_edit_last','2'),(66739,1589,'Payment type','instant'),(66740,1589,'_paypal_status','completed'),(66741,1589,'_transaction_id','83N68090CU900522V'),(66742,1589,'PayPal Transaction Fee','19.09'),(66743,1589,'_date_paid','1670793142'),(66744,1589,'_paid_date','2022-12-11 21:12:22'),(66753,1592,'_order_key','wc_order_LtNmfRcZSvQZE'),(66754,1592,'_customer_user','54'),(66755,1592,'_payment_method','paypal'),(66756,1592,'_payment_method_title','PayPal'),(66757,1592,'_customer_ip_address','2607:fb90:9b12:f1d1:38e4:19c:c66f:aa4f'),(66758,1592,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36'),(66759,1592,'_created_via','checkout'),(66760,1592,'_cart_hash','74ffe5eef7e4f2e5bcb0e05a0c5e4c04'),(66761,1592,'_download_permissions_granted','yes'),(66762,1592,'_recorded_sales','yes'),(66763,1592,'_recorded_coupon_usage_counts','yes'),(66764,1592,'_new_order_email_sent','true'),(66765,1592,'_order_stock_reduced','yes'),(66766,1592,'_billing_first_name','Erin'),(66767,1592,'_billing_last_name','Hawn'),(66768,1592,'_billing_address_1','10 W Phillip Rd'),(66769,1592,'_billing_address_2','123'),(66770,1592,'_billing_city','Vernon Hills'),(66771,1592,'_billing_state','IL'),(66772,1592,'_billing_postcode','60061'),(66773,1592,'_billing_country','US'),(66774,1592,'_billing_email','info@liceclinicsvernonhills.com'),(66775,1592,'_billing_phone','8475960408'),(66776,1592,'_shipping_first_name','Erin'),(66777,1592,'_shipping_last_name','Hawn'),(66778,1592,'_shipping_address_1','1491 S Amarias Dr'),(66779,1592,'_shipping_city','Round lake'),(66780,1592,'_shipping_state','IL'),(66781,1592,'_shipping_postcode','60073'),(66782,1592,'_shipping_country','US'),(66783,1592,'_order_currency','USD'),(66784,1592,'_cart_discount','0'),(66785,1592,'_cart_discount_tax','0'),(66786,1592,'_order_shipping','0'),(66787,1592,'_order_shipping_tax','0'),(66788,1592,'_order_tax','0'),(66789,1592,'_order_total','522.50'),(66790,1592,'_order_version','7.1.1'),(66791,1592,'_prices_include_tax','no'),(66792,1592,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(66793,1592,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(66794,1592,'is_vat_exempt','no'),(66795,1592,'Payment type','instant'),(66796,1592,'_paypal_status','completed'),(66797,1592,'_transaction_id','41W69521FB7038809'),(66798,1592,'PayPal Transaction Fee','18.73'),(66799,1592,'_date_paid','1670856825'),(66800,1592,'_paid_date','2022-12-12 14:53:45'),(66801,1593,'_order_key','wc_order_SBm4Y7S4jwXxF'),(66802,1593,'_customer_user','6'),(66803,1593,'_payment_method','paypal'),(66804,1593,'_payment_method_title','PayPal'),(66805,1593,'_customer_ip_address','76.20.84.214'),(66806,1593,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66807,1593,'_created_via','checkout'),(66808,1593,'_cart_hash','216ba988320d0680b9d88718a323e7ac'),(66809,1593,'_download_permissions_granted','yes'),(66810,1593,'_recorded_sales','yes'),(66811,1593,'_recorded_coupon_usage_counts','yes'),(66812,1593,'_new_order_email_sent','true'),(66813,1593,'_order_stock_reduced','yes'),(66814,1593,'_billing_first_name','Amira'),(66815,1593,'_billing_last_name','Purto'),(66816,1593,'_billing_address_1','2628 Acapulco Way'),(66817,1593,'_billing_city','Modesto'),(66818,1593,'_billing_state','CA'),(66819,1593,'_billing_postcode','95355'),(66820,1593,'_billing_country','US'),(66821,1593,'_billing_email','amira77@sbcglobal.net'),(66822,1593,'_billing_phone','2096422061'),(66823,1593,'_shipping_first_name','Amira'),(66824,1593,'_shipping_last_name','Purto'),(66825,1593,'_shipping_address_1','2628 Acapulco Way'),(66826,1593,'_shipping_city','Modesto'),(66827,1593,'_shipping_state','CA'),(66828,1593,'_shipping_postcode','95355'),(66829,1593,'_shipping_country','US'),(66830,1593,'_order_currency','USD'),(66831,1593,'_cart_discount','0'),(66832,1593,'_cart_discount_tax','0'),(66833,1593,'_order_shipping','0'),(66834,1593,'_order_shipping_tax','0'),(66835,1593,'_order_tax','0'),(66836,1593,'_order_total','1884.42'),(66837,1593,'_order_version','7.1.1'),(66838,1593,'_prices_include_tax','no'),(66839,1593,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(66840,1593,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(66841,1593,'is_vat_exempt','no'),(66842,1593,'Payment type','instant'),(66843,1593,'_paypal_status','completed'),(66844,1593,'_transaction_id','16T94234YK9622845'),(66845,1593,'PayPal Transaction Fee','66.26'),(66846,1593,'_date_paid','1670871083'),(66847,1593,'_paid_date','2022-12-12 18:51:23'),(66848,1594,'_order_key','wc_order_m5BGu34jGrSNc'),(66849,1594,'_customer_user','3'),(66850,1594,'_payment_method','paypal'),(66851,1594,'_payment_method_title','PayPal'),(66852,1594,'_customer_ip_address','70.142.202.154'),(66853,1594,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66854,1594,'_created_via','checkout'),(66855,1594,'_cart_hash','b61855d3a948ffec212978e3a6a7b666'),(66856,1594,'_download_permissions_granted','yes'),(66857,1594,'_recorded_sales','yes'),(66858,1594,'_recorded_coupon_usage_counts','yes'),(66859,1594,'_new_order_email_sent','true'),(66860,1594,'_order_stock_reduced','yes'),(66861,1594,'_billing_first_name','AMANDA'),(66862,1594,'_billing_last_name','Westerman'),(66863,1594,'_billing_company','Lice Clinics of America'),(66864,1594,'_billing_address_1','1709 Damian Way'),(66865,1594,'_billing_city','Richardson'),(66866,1594,'_billing_state','TX'),(66867,1594,'_billing_postcode','75081'),(66868,1594,'_billing_country','US'),(66869,1594,'_billing_email','awesterman1103@gmail.com'),(66870,1594,'_billing_phone','12144175741'),(66871,1594,'_shipping_first_name','Amanda'),(66872,1594,'_shipping_last_name','Westerman'),(66873,1594,'_shipping_company','Lice Clinics of America McKinney'),(66874,1594,'_shipping_address_1','3120 Hudson Crossing'),(66875,1594,'_shipping_address_2','Suite A2'),(66876,1594,'_shipping_city','MCKINNEY'),(66877,1594,'_shipping_state','TX'),(66878,1594,'_shipping_postcode','75070'),(66879,1594,'_shipping_country','US'),(66880,1594,'_order_currency','USD'),(66881,1594,'_cart_discount','0'),(66882,1594,'_cart_discount_tax','0'),(66883,1594,'_order_shipping','0'),(66884,1594,'_order_shipping_tax','0'),(66885,1594,'_order_tax','0'),(66886,1594,'_order_total','1120.09'),(66887,1594,'_order_version','7.1.1'),(66888,1594,'_prices_include_tax','no'),(66889,1594,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(66890,1594,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(66891,1594,'is_vat_exempt','no'),(66892,1594,'Payment type','instant'),(66893,1594,'_paypal_status','completed'),(66894,1594,'_transaction_id','33463638PW5712549'),(66895,1594,'PayPal Transaction Fee','39.58'),(66896,1594,'_date_paid','1670880098'),(66897,1594,'_paid_date','2022-12-12 21:21:38'),(66898,1589,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215838\";s:12:\"date_shipped\";s:10:\"1670803200\";s:11:\"tracking_id\";s:32:\"46a39322bb33df6afe67de2299df55f4\";}}'),(66899,1589,'_date_completed','1670882474'),(66900,1589,'_completed_date','2022-12-12 22:01:14'),(66901,1591,'_edit_lock','1670882678:2'),(66902,1591,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215816\";s:12:\"date_shipped\";s:10:\"1670803200\";s:11:\"tracking_id\";s:32:\"d7b6c5bb4272604ef76d51d0d2c792d3\";}}'),(66903,1591,'_edit_last','2'),(66904,1591,'_date_completed','1670882765'),(66905,1591,'_completed_date','2022-12-12 22:06:05'),(66906,1595,'_order_key','wc_order_sfalym9XyoAnA'),(66907,1595,'_customer_user','3'),(66908,1595,'_payment_method','paypal'),(66909,1595,'_payment_method_title','PayPal'),(66910,1595,'_customer_ip_address','70.142.202.154'),(66911,1595,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(66912,1595,'_created_via','checkout'),(66913,1595,'_cart_hash','5139d46c2259a80038e7cdc2e30df96c'),(66914,1595,'_download_permissions_granted','yes'),(66915,1595,'_recorded_sales','yes'),(66916,1595,'_recorded_coupon_usage_counts','yes'),(66917,1595,'_new_order_email_sent','true'),(66918,1595,'_order_stock_reduced','yes'),(66919,1595,'_billing_first_name','AMANDA'),(66920,1595,'_billing_last_name','Westerman'),(66921,1595,'_billing_company','Lice Clinics of America'),(66922,1595,'_billing_address_1','1709 Damian Way'),(66923,1595,'_billing_city','Richardson'),(66924,1595,'_billing_state','TX'),(66925,1595,'_billing_postcode','75081'),(66926,1595,'_billing_country','US'),(66927,1595,'_billing_email','awesterman1103@gmail.com'),(66928,1595,'_billing_phone','12144175741'),(66929,1595,'_shipping_first_name','AMANDA'),(66930,1595,'_shipping_last_name','Westerman'),(66931,1595,'_shipping_company','Lice Clinics of America'),(66932,1595,'_shipping_address_1','1709 Damian Way'),(66933,1595,'_shipping_city','Richardson'),(66934,1595,'_shipping_state','TX'),(66935,1595,'_shipping_postcode','75081'),(66936,1595,'_shipping_country','US'),(66937,1595,'_order_currency','USD'),(66938,1595,'_cart_discount','0'),(66939,1595,'_cart_discount_tax','0'),(66940,1595,'_order_shipping','0'),(66941,1595,'_order_shipping_tax','0'),(66942,1595,'_order_tax','0'),(66943,1595,'_order_total','600.31'),(66944,1595,'_order_version','7.1.1'),(66945,1595,'_prices_include_tax','no'),(66946,1595,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(66947,1595,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(66948,1595,'is_vat_exempt','no'),(66949,1595,'Payment type','instant'),(66950,1595,'_paypal_status','completed'),(66951,1595,'_transaction_id','90532709K97249158'),(66952,1595,'PayPal Transaction Fee','21.44'),(66953,1595,'_date_paid','1670886198'),(66954,1595,'_paid_date','2022-12-12 23:03:18'),(66955,1596,'_order_key','wc_order_W5pEh8xwTDP11'),(66956,1596,'_customer_user','43'),(66957,1596,'_payment_method','paypal'),(66958,1596,'_payment_method_title','PayPal'),(66959,1596,'_customer_ip_address','172.58.129.71'),(66960,1596,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(66961,1596,'_created_via','checkout'),(66962,1596,'_cart_hash','73364674f18c7c7c25c526c95fba606b'),(66963,1596,'_download_permissions_granted','yes'),(66964,1596,'_recorded_sales','yes'),(66965,1596,'_recorded_coupon_usage_counts','yes'),(66966,1596,'_new_order_email_sent','true'),(66967,1596,'_order_stock_reduced','yes'),(66968,1596,'_billing_first_name','Ryan'),(66969,1596,'_billing_last_name','Nelson'),(66970,1596,'_billing_address_1','140 Flame Vine drive'),(66971,1596,'_billing_city','Naples'),(66972,1596,'_billing_state','FL'),(66973,1596,'_billing_postcode','34110'),(66974,1596,'_billing_country','US'),(66975,1596,'_billing_email','Rjnelson73@gmail.com'),(66976,1596,'_billing_phone','239-281-0719'),(66977,1596,'_shipping_first_name','Ryan'),(66978,1596,'_shipping_last_name','Nelson'),(66979,1596,'_shipping_address_1','140 Flame Vine drive'),(66980,1596,'_shipping_city','Naples'),(66981,1596,'_shipping_state','FL'),(66982,1596,'_shipping_postcode','34110'),(66983,1596,'_shipping_country','US'),(66984,1596,'_order_currency','USD'),(66985,1596,'_cart_discount','0'),(66986,1596,'_cart_discount_tax','0'),(66987,1596,'_order_shipping','14.02'),(66988,1596,'_order_shipping_tax','0'),(66989,1596,'_order_tax','0'),(66990,1596,'_order_total','275.86'),(66991,1596,'_order_version','7.1.1'),(66992,1596,'_prices_include_tax','no'),(66993,1596,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(66994,1596,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(66995,1596,'is_vat_exempt','no'),(66996,1596,'Payment type','instant'),(66997,1596,'_paypal_status','completed'),(66998,1596,'_transaction_id','2YU397722U8534349'),(66999,1596,'PayPal Transaction Fee','10.12'),(67000,1596,'_date_paid','1670901842'),(67001,1596,'_paid_date','2022-12-13 03:24:02'),(67002,1597,'_order_key','wc_order_Z6aYCJrrpotzK'),(67003,1597,'_customer_user','54'),(67004,1597,'_payment_method','paypal'),(67005,1597,'_payment_method_title','PayPal'),(67006,1597,'_customer_ip_address','2607:fb90:9b12:f1d1:38e4:19c:c66f:aa4f'),(67007,1597,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Mobile Safari/537.36'),(67008,1597,'_created_via','checkout'),(67009,1597,'_cart_hash','ce357e199bf91f1cf0c81ed95d249ef1'),(67010,1597,'_download_permissions_granted','yes'),(67011,1597,'_recorded_sales','yes'),(67012,1597,'_recorded_coupon_usage_counts','yes'),(67013,1597,'_new_order_email_sent','true'),(67014,1597,'_order_stock_reduced','yes'),(67015,1597,'_billing_first_name','Erin'),(67016,1597,'_billing_last_name','Hawn'),(67017,1597,'_billing_address_1','10 W Phillip Rd'),(67018,1597,'_billing_address_2','123'),(67019,1597,'_billing_city','Vernon Hills'),(67020,1597,'_billing_state','IL'),(67021,1597,'_billing_postcode','60061'),(67022,1597,'_billing_country','US'),(67023,1597,'_billing_email','info@liceclinicsvernonhills.com'),(67024,1597,'_billing_phone','8475960408'),(67025,1597,'_shipping_first_name','Erin'),(67026,1597,'_shipping_last_name','Hawn'),(67027,1597,'_shipping_address_1','1491 S Amarias Dr'),(67028,1597,'_shipping_city','Round lake'),(67029,1597,'_shipping_state','IL'),(67030,1597,'_shipping_postcode','60073'),(67031,1597,'_shipping_country','US'),(67032,1597,'_order_currency','USD'),(67033,1597,'_cart_discount','0'),(67034,1597,'_cart_discount_tax','0'),(67035,1597,'_order_shipping','0'),(67036,1597,'_order_shipping_tax','0'),(67037,1597,'_order_tax','0'),(67038,1597,'_order_total','568.72'),(67039,1597,'_order_version','7.1.1'),(67040,1597,'_prices_include_tax','no'),(67041,1597,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(67042,1597,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(67043,1597,'is_vat_exempt','no'),(67044,1597,'Payment type','instant'),(67045,1597,'_paypal_status','completed'),(67046,1597,'_transaction_id','601262742S764602B'),(67047,1597,'PayPal Transaction Fee','20.34'),(67048,1597,'_date_paid','1670934220'),(67049,1597,'_paid_date','2022-12-13 12:23:40'),(67050,1598,'_order_key','wc_order_lz5FZGmPJOuFh'),(67051,1598,'_customer_user','83'),(67052,1598,'_payment_method','paypal'),(67053,1598,'_payment_method_title','PayPal'),(67054,1598,'_customer_ip_address','71.211.177.223'),(67055,1598,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67056,1598,'_created_via','checkout'),(67057,1598,'_cart_hash','1dd4a27c09adf87039661f4e6c794508'),(67058,1598,'_download_permissions_granted','yes'),(67059,1598,'_recorded_sales','yes'),(67060,1598,'_recorded_coupon_usage_counts','yes'),(67061,1598,'_new_order_email_sent','true'),(67062,1598,'_order_stock_reduced','yes'),(67063,1598,'_billing_first_name','Tanya'),(67064,1598,'_billing_last_name','Kensley'),(67065,1598,'_billing_company','Lice Clinics of America'),(67066,1598,'_billing_address_1','4248 McMurry Ave'),(67067,1598,'_billing_city','Fort Collins'),(67068,1598,'_billing_state','CO'),(67069,1598,'_billing_postcode','80525'),(67070,1598,'_billing_country','US'),(67071,1598,'_billing_email','info@liceclinicsnortherncolorado.com'),(67072,1598,'_billing_phone','9702338787'),(67073,1598,'_shipping_first_name','Lice Clinics'),(67074,1598,'_shipping_last_name','America'),(67075,1598,'_shipping_company','Lice Clinics of America Longmont'),(67076,1598,'_shipping_address_1','4248 McMurry Ave'),(67077,1598,'_shipping_city','Fort Collins'),(67078,1598,'_shipping_state','CO'),(67079,1598,'_shipping_postcode','80525'),(67080,1598,'_shipping_country','US'),(67081,1598,'_order_currency','USD'),(67082,1598,'_cart_discount','0'),(67083,1598,'_cart_discount_tax','0'),(67084,1598,'_order_shipping','18.04'),(67085,1598,'_order_shipping_tax','0'),(67086,1598,'_order_tax','0'),(67087,1598,'_order_total','171.86'),(67088,1598,'_order_version','7.1.1'),(67089,1598,'_prices_include_tax','no'),(67090,1598,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(67091,1598,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 4248 McMurry Ave  Fort Collins CO 80525 US '),(67092,1598,'is_vat_exempt','no'),(67093,1598,'Payment type','instant'),(67094,1598,'_paypal_status','completed'),(67095,1598,'_transaction_id','6PE18374R31568725'),(67096,1598,'PayPal Transaction Fee','6.49'),(67097,1598,'_date_paid','1670964064'),(67098,1598,'_paid_date','2022-12-13 20:41:04'),(67099,1599,'_order_key','wc_order_8Ubxt1zOS2dWC'),(67100,1599,'_customer_user','61'),(67101,1599,'_payment_method','paypal'),(67102,1599,'_payment_method_title','PayPal'),(67103,1599,'_customer_ip_address','217.180.201.156'),(67104,1599,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67105,1599,'_created_via','checkout'),(67106,1599,'_cart_hash','356d0072189febd721f6c421562be8de'),(67107,1599,'_download_permissions_granted','yes'),(67108,1599,'_recorded_sales','yes'),(67109,1599,'_recorded_coupon_usage_counts','yes'),(67110,1599,'_new_order_email_sent','true'),(67111,1599,'_order_stock_reduced','yes'),(67112,1599,'_billing_first_name','Judith'),(67113,1599,'_billing_last_name','Hayden'),(67114,1599,'_billing_company','LCAL Hayden LLC'),(67115,1599,'_billing_address_1','1795 Alysheba Way'),(67116,1599,'_billing_address_2','Ste 4105'),(67117,1599,'_billing_city','Lexington'),(67118,1599,'_billing_state','KY'),(67119,1599,'_billing_postcode','40509'),(67120,1599,'_billing_country','US'),(67121,1599,'_billing_email','judy@liceclinicslexington.com'),(67122,1599,'_billing_phone','8595376966'),(67123,1599,'_shipping_first_name','Judith'),(67124,1599,'_shipping_last_name','Hayden'),(67125,1599,'_shipping_company','LCAL Hayden LLC'),(67126,1599,'_shipping_address_1','1795 Alysheba Way'),(67127,1599,'_shipping_address_2','Ste 4105'),(67128,1599,'_shipping_city','Lexington'),(67129,1599,'_shipping_state','KY'),(67130,1599,'_shipping_postcode','40509'),(67131,1599,'_shipping_country','US'),(67132,1599,'_order_currency','USD'),(67133,1599,'_cart_discount','0'),(67134,1599,'_cart_discount_tax','0'),(67135,1599,'_order_shipping','0'),(67136,1599,'_order_shipping_tax','0'),(67137,1599,'_order_tax','0'),(67138,1599,'_order_total','1005.36'),(67139,1599,'_order_version','7.1.1'),(67140,1599,'_prices_include_tax','no'),(67141,1599,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(67142,1599,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(67143,1599,'is_vat_exempt','no'),(67144,1599,'Payment type','instant'),(67145,1599,'_paypal_status','completed'),(67146,1599,'_transaction_id','7C796142UF427740N'),(67147,1599,'PayPal Transaction Fee','35.58'),(67148,1599,'_date_paid','1670965780'),(67149,1599,'_paid_date','2022-12-13 21:09:40'),(67150,1593,'_edit_lock','1670968660:2'),(67151,1593,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215974\";s:12:\"date_shipped\";s:10:\"1670889600\";s:11:\"tracking_id\";s:32:\"1a08cfa33e3d17274b491b1d5a84f8f9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215963\";s:12:\"date_shipped\";i:1670968751;s:11:\"tracking_id\";s:32:\"8d76ea1deccdfcb094df0667409d1d73\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215952\";s:12:\"date_shipped\";i:1670968757;s:11:\"tracking_id\";s:32:\"a38208cb3a46e319eb2d3641c8dba106\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215941\";s:12:\"date_shipped\";i:1670968764;s:11:\"tracking_id\";s:32:\"99b852b4a9c78c0fa7f2fc089c80629b\";}}'),(67152,1593,'_edit_last','2'),(67153,1593,'_date_completed','1670968770'),(67154,1593,'_completed_date','2022-12-13 21:59:30'),(67155,1592,'_edit_lock','1670969151:2'),(67156,1592,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215996\";s:12:\"date_shipped\";s:10:\"1670889600\";s:11:\"tracking_id\";s:32:\"ee3e9ece81a2e0cd375557f2e8079c68\";}}'),(67157,1592,'_edit_last','2'),(67158,1592,'_date_completed','1670968855'),(67159,1592,'_completed_date','2022-12-13 22:00:55'),(67160,1598,'_edit_lock','1671032646:2'),(67161,1598,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216087\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"3b1ef0de471be05232b17db464b2b06f\";}}'),(67162,1598,'_edit_last','2'),(67163,1598,'_date_completed','1671032637'),(67164,1598,'_completed_date','2022-12-14 15:43:57'),(67165,1595,'_edit_lock','1671032705:2'),(67166,1595,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216021\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"cb3fa5fbc01e816be859229d29baad22\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216010\";s:12:\"date_shipped\";i:1671032665;s:11:\"tracking_id\";s:32:\"e836bfe498d0e4a188ac4643c600eaee\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216000\";s:12:\"date_shipped\";i:1671032670;s:11:\"tracking_id\";s:32:\"837e2db8d51dbe63c07ca1f0cfcef95d\";}}'),(67167,1595,'_edit_last','2'),(67168,1595,'_date_completed','1671032694'),(67169,1595,'_completed_date','2022-12-14 15:44:54'),(67170,1594,'_edit_lock','1671035725:2'),(67171,1594,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216146\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"f7dcb2119a1891cca97199881b58ce89\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216135\";s:12:\"date_shipped\";i:1671035140;s:11:\"tracking_id\";s:32:\"180d648ba1448cce42b5d6c57e73b5dc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216124\";s:12:\"date_shipped\";i:1671035146;s:11:\"tracking_id\";s:32:\"37c79661eb193c12fd256e7a680e22cd\";}}'),(67172,1594,'_edit_last','2'),(67173,1594,'_date_completed','1671035151'),(67174,1594,'_completed_date','2022-12-14 16:25:51'),(67175,1599,'_edit_lock','1671039973:2'),(67176,1599,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216168\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"4089d2c653de2a1f919c2e597889141a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216157\";s:12:\"date_shipped\";i:1671040056;s:11:\"tracking_id\";s:32:\"18d9a59c1984b59c759dec94a1b647b8\";}}'),(67177,1599,'_edit_last','2'),(67178,1599,'_date_completed','1671040059'),(67179,1599,'_completed_date','2022-12-14 17:47:39'),(67180,1583,'_edit_lock','1671057387:2'),(67181,1596,'_edit_lock','1671057415:2'),(67182,1597,'_edit_lock','1671057457:2'),(67183,1583,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215047\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"43d1ce12330948dd5b09d4791e74ab33\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215047\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"cf0cbb239a1953abce2b0e7f95ad3c27\";}}'),(67184,1583,'_edit_last','2'),(67185,1583,'_date_completed','1671057507'),(67186,1583,'_completed_date','2022-12-14 22:38:27'),(67187,1596,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216032\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"266f8272dc77777ef3137d5e05518806\";}}'),(67188,1596,'_edit_last','2'),(67189,1596,'_date_completed','1671057550'),(67190,1596,'_completed_date','2022-12-14 22:39:10'),(67191,1597,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830215996\";s:12:\"date_shipped\";s:10:\"1670976000\";s:11:\"tracking_id\";s:32:\"65304053519c0aec6391912e262eeea8\";}}'),(67192,1597,'_edit_last','2'),(67193,1597,'_date_completed','1671057583'),(67194,1597,'_completed_date','2022-12-14 22:39:43'),(67195,1601,'_order_key','wc_order_qxxaTE3rCrvyE'),(67196,1601,'_customer_user','28'),(67197,1601,'_payment_method','paypal'),(67198,1601,'_payment_method_title','PayPal'),(67199,1601,'_customer_ip_address','172.115.255.171'),(67200,1601,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67201,1601,'_created_via','checkout'),(67202,1601,'_cart_hash','e84fd70a31e8a8a6300f4ad3e3e92c85'),(67203,1601,'_download_permissions_granted','yes'),(67204,1601,'_recorded_sales','yes'),(67205,1601,'_recorded_coupon_usage_counts','yes'),(67206,1601,'_new_order_email_sent','true'),(67207,1601,'_order_stock_reduced','yes'),(67208,1601,'_billing_first_name','Kelli'),(67209,1601,'_billing_last_name','Washington'),(67210,1601,'_billing_company','Lice Clinics of America - Temecula'),(67211,1601,'_billing_address_1','2438 Bear Rock Gln'),(67212,1601,'_billing_city','Escondido'),(67213,1601,'_billing_state','CA'),(67214,1601,'_billing_postcode','92026'),(67215,1601,'_billing_country','US'),(67216,1601,'_billing_email','info@liceclinicstemecula.com'),(67217,1601,'_billing_phone','7606255580'),(67218,1601,'_shipping_first_name','Kelli'),(67219,1601,'_shipping_last_name','Washington'),(67220,1601,'_shipping_company','Lice Clinics of America - Temecula'),(67221,1601,'_shipping_address_1','2438 Bear Rock Gln'),(67222,1601,'_shipping_city','Escondido'),(67223,1601,'_shipping_state','CA'),(67224,1601,'_shipping_postcode','92026'),(67225,1601,'_shipping_country','US'),(67226,1601,'_order_currency','USD'),(67227,1601,'_cart_discount','0'),(67228,1601,'_cart_discount_tax','0'),(67229,1601,'_order_shipping','25.64'),(67230,1601,'_order_shipping_tax','0'),(67231,1601,'_order_tax','0'),(67232,1601,'_order_total','294.59'),(67233,1601,'_order_version','7.1.1'),(67234,1601,'_prices_include_tax','no'),(67235,1601,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(67236,1601,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(67237,1601,'is_vat_exempt','no'),(67238,1601,'Payment type','instant'),(67239,1601,'_paypal_status','completed'),(67240,1601,'_transaction_id','8TT72223RM680362U'),(67241,1601,'PayPal Transaction Fee','10.77'),(67242,1601,'_date_paid','1671066917'),(67243,1601,'_paid_date','2022-12-15 01:15:17'),(67287,1603,'_order_key','wc_order_WnhC8F4Sz751l'),(67288,1603,'_customer_user','87'),(67289,1603,'_payment_method','paypal'),(67290,1603,'_payment_method_title','PayPal'),(67291,1603,'_customer_ip_address','108.219.84.84'),(67292,1603,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(67293,1603,'_created_via','checkout'),(67294,1603,'_cart_hash','d58c04baba871c6cae8d72268b0f4a35'),(67295,1603,'_download_permissions_granted','no'),(67296,1603,'_recorded_sales','no'),(67297,1603,'_recorded_coupon_usage_counts','no'),(67298,1603,'_new_order_email_sent','false'),(67299,1603,'_order_stock_reduced','no'),(67300,1603,'_billing_first_name','Wade'),(67301,1603,'_billing_last_name','Huntsman'),(67302,1603,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(67303,1603,'_billing_address_1','3421 E 21st'),(67304,1603,'_billing_city','Tulsa'),(67305,1603,'_billing_state','OK'),(67306,1603,'_billing_postcode','74114'),(67307,1603,'_billing_country','US'),(67308,1603,'_billing_email','info@liceclinicsmidsouth.com'),(67309,1603,'_billing_phone','9189783329'),(67310,1603,'_shipping_first_name','Tiffany'),(67311,1603,'_shipping_last_name','Sporn'),(67312,1603,'_shipping_company','LCA Wichita'),(67313,1603,'_shipping_address_1','16621 West 29th St North'),(67314,1603,'_shipping_city','Colwich'),(67315,1603,'_shipping_state','KS'),(67316,1603,'_shipping_postcode','67030'),(67317,1603,'_shipping_country','US'),(67318,1603,'_order_currency','USD'),(67319,1603,'_cart_discount','0'),(67320,1603,'_cart_discount_tax','0'),(67321,1603,'_order_shipping','0'),(67322,1603,'_order_shipping_tax','0'),(67323,1603,'_order_tax','0'),(67324,1603,'_order_total','664.76'),(67325,1603,'_order_version','7.1.1'),(67326,1603,'_prices_include_tax','no'),(67327,1603,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(67328,1603,'_shipping_address_index','Tiffany Sporn LCA Wichita 16621 West 29th St North  Colwich KS 67030 US '),(67329,1603,'is_vat_exempt','no'),(67330,1604,'_order_key','wc_order_AU3fXZGm1Vagi'),(67331,1604,'_customer_user','87'),(67332,1604,'_payment_method','paypal'),(67333,1604,'_payment_method_title','PayPal'),(67334,1604,'_customer_ip_address','108.219.84.84'),(67335,1604,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(67336,1604,'_created_via','checkout'),(67337,1604,'_cart_hash','d58c04baba871c6cae8d72268b0f4a35'),(67338,1604,'_download_permissions_granted','yes'),(67339,1604,'_recorded_sales','yes'),(67340,1604,'_recorded_coupon_usage_counts','yes'),(67341,1604,'_new_order_email_sent','true'),(67342,1604,'_order_stock_reduced','yes'),(67343,1604,'_billing_first_name','Wade'),(67344,1604,'_billing_last_name','Huntsman'),(67345,1604,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(67346,1604,'_billing_address_1','3421 E 21st'),(67347,1604,'_billing_city','Tulsa'),(67348,1604,'_billing_state','OK'),(67349,1604,'_billing_postcode','74114'),(67350,1604,'_billing_country','US'),(67351,1604,'_billing_email','info@liceclinicsmidsouth.com'),(67352,1604,'_billing_phone','9189783329'),(67353,1604,'_shipping_first_name','Tiffany'),(67354,1604,'_shipping_last_name','Sporn'),(67355,1604,'_shipping_company','LCA Wichita'),(67356,1604,'_shipping_address_1','16621 West 29th St North'),(67357,1604,'_shipping_city','Colwich'),(67358,1604,'_shipping_state','KS'),(67359,1604,'_shipping_postcode','67030'),(67360,1604,'_shipping_country','US'),(67361,1604,'_order_currency','USD'),(67362,1604,'_cart_discount','0'),(67363,1604,'_cart_discount_tax','0'),(67364,1604,'_order_shipping','0'),(67365,1604,'_order_shipping_tax','0'),(67366,1604,'_order_tax','0'),(67367,1604,'_order_total','664.76'),(67368,1604,'_order_version','7.1.1'),(67369,1604,'_prices_include_tax','no'),(67370,1604,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(67371,1604,'_shipping_address_index','Tiffany Sporn LCA Wichita 16621 West 29th St North  Colwich KS 67030 US '),(67372,1604,'is_vat_exempt','no'),(67373,1604,'Payment type','instant'),(67374,1604,'_paypal_status','completed'),(67375,1604,'_transaction_id','0LM23178XA655870C'),(67376,1604,'PayPal Transaction Fee','23.69'),(67377,1604,'_date_paid','1671134480'),(67378,1604,'_paid_date','2022-12-15 20:01:20'),(67379,1605,'_order_key','wc_order_JG6u7Wrba6fXy'),(67380,1605,'_customer_user','87'),(67381,1605,'_payment_method','paypal'),(67382,1605,'_payment_method_title','PayPal'),(67383,1605,'_customer_ip_address','108.219.84.84'),(67384,1605,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(67385,1605,'_created_via','checkout'),(67386,1605,'_cart_hash','f4454114d72408d6fcf3204476b1fa32'),(67387,1605,'_download_permissions_granted','yes'),(67388,1605,'_recorded_sales','yes'),(67389,1605,'_recorded_coupon_usage_counts','yes'),(67390,1605,'_new_order_email_sent','true'),(67391,1605,'_order_stock_reduced','yes'),(67392,1605,'_billing_first_name','Wade'),(67393,1605,'_billing_last_name','Huntsman'),(67394,1605,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(67395,1605,'_billing_address_1','3421 E 21st'),(67396,1605,'_billing_city','Tulsa'),(67397,1605,'_billing_state','OK'),(67398,1605,'_billing_postcode','74114'),(67399,1605,'_billing_country','US'),(67400,1605,'_billing_email','info@liceclinicsmidsouth.com'),(67401,1605,'_billing_phone','9189783329'),(67402,1605,'_shipping_first_name','Katee'),(67403,1605,'_shipping_last_name','Morrison'),(67404,1605,'_shipping_company','Lice Clinics of America OKC'),(67405,1605,'_shipping_address_1','4001 N Classen Blvd'),(67406,1605,'_shipping_address_2','Suite 116'),(67407,1605,'_shipping_city','Oklahoma City'),(67408,1605,'_shipping_state','OK'),(67409,1605,'_shipping_postcode','73118'),(67410,1605,'_shipping_country','US'),(67411,1605,'_order_currency','USD'),(67412,1605,'_cart_discount','0'),(67413,1605,'_cart_discount_tax','0'),(67414,1605,'_order_shipping','0'),(67415,1605,'_order_shipping_tax','0'),(67416,1605,'_order_tax','0'),(67417,1605,'_order_total','795.23'),(67418,1605,'_order_version','7.1.1'),(67419,1605,'_prices_include_tax','no'),(67420,1605,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(67421,1605,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 Oklahoma City OK 73118 US '),(67422,1605,'is_vat_exempt','no'),(67423,1605,'Payment type','instant'),(67424,1605,'_paypal_status','completed'),(67425,1605,'_transaction_id','6BA9875903944313K'),(67426,1605,'PayPal Transaction Fee','28.24'),(67427,1605,'_date_paid','1671134654'),(67428,1605,'_paid_date','2022-12-15 20:04:14'),(67429,1606,'_order_key','wc_order_y42yf0gAqGUqa'),(67430,1606,'_customer_user','87'),(67431,1606,'_payment_method','paypal'),(67432,1606,'_payment_method_title','PayPal'),(67433,1606,'_customer_ip_address','108.219.84.84'),(67434,1606,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15'),(67435,1606,'_created_via','checkout'),(67436,1606,'_cart_hash','1f0b0556161eef76b619018dc817487c'),(67437,1606,'_download_permissions_granted','yes'),(67438,1606,'_recorded_sales','yes'),(67439,1606,'_recorded_coupon_usage_counts','yes'),(67440,1606,'_new_order_email_sent','true'),(67441,1606,'_order_stock_reduced','yes'),(67442,1606,'_billing_first_name','Wade'),(67443,1606,'_billing_last_name','Huntsman'),(67444,1606,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(67445,1606,'_billing_address_1','3421 E 21st'),(67446,1606,'_billing_city','Tulsa'),(67447,1606,'_billing_state','OK'),(67448,1606,'_billing_postcode','74114'),(67449,1606,'_billing_country','US'),(67450,1606,'_billing_email','info@liceclinicsmidsouth.com'),(67451,1606,'_billing_phone','9189783329'),(67452,1606,'_shipping_first_name','Wade'),(67453,1606,'_shipping_last_name','Huntsman'),(67454,1606,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(67455,1606,'_shipping_address_1','3421 E 21st'),(67456,1606,'_shipping_city','Tulsa'),(67457,1606,'_shipping_state','OK'),(67458,1606,'_shipping_postcode','74114'),(67459,1606,'_shipping_country','US'),(67460,1606,'_order_currency','USD'),(67461,1606,'_cart_discount','0'),(67462,1606,'_cart_discount_tax','0'),(67463,1606,'_order_shipping','0'),(67464,1606,'_order_shipping_tax','0'),(67465,1606,'_order_tax','0'),(67466,1606,'_order_total','1597.47'),(67467,1606,'_order_version','7.1.1'),(67468,1606,'_prices_include_tax','no'),(67469,1606,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(67470,1606,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(67471,1606,'is_vat_exempt','no'),(67472,1606,'Payment type','instant'),(67473,1606,'_paypal_status','completed'),(67474,1606,'_transaction_id','3JR13510XB9068536'),(67475,1606,'PayPal Transaction Fee','56.24'),(67476,1606,'_date_paid','1671135011'),(67477,1606,'_paid_date','2022-12-15 20:10:11'),(67478,1601,'_edit_lock','1671136674:2'),(67479,1601,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216374\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"aa697521af78aa3f4cffa6ec149e69fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216363\";s:12:\"date_shipped\";i:1671136665;s:11:\"tracking_id\";s:32:\"1fca14ef27740399d4f62b1fb9a272f2\";}}'),(67480,1601,'_edit_last','2'),(67481,1601,'_date_completed','1671136668'),(67482,1601,'_completed_date','2022-12-15 20:37:48'),(67483,1607,'_order_key','wc_order_4kdEQIJxsOHh0'),(67484,1607,'_customer_user','92'),(67485,1607,'_payment_method','paypal'),(67486,1607,'_payment_method_title','PayPal'),(67487,1607,'_customer_ip_address','73.63.207.98'),(67488,1607,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67489,1607,'_created_via','checkout'),(67490,1607,'_cart_hash','f8576cf9138e7e83c6686e724cbd2eb4'),(67491,1607,'_download_permissions_granted','yes'),(67492,1607,'_recorded_sales','yes'),(67493,1607,'_recorded_coupon_usage_counts','yes'),(67494,1607,'_new_order_email_sent','true'),(67495,1607,'_order_stock_reduced','yes'),(67496,1607,'_billing_first_name','Michelle'),(67497,1607,'_billing_last_name','Du'),(67498,1607,'_billing_company','LCA Fremont'),(67499,1607,'_billing_address_1','31372 Mackinaw Street'),(67500,1607,'_billing_city','Union City'),(67501,1607,'_billing_state','CA'),(67502,1607,'_billing_postcode','94587'),(67503,1607,'_billing_country','US'),(67504,1607,'_billing_email','info@liceclinicsfremont.com'),(67505,1607,'_billing_phone','510-770-4394'),(67506,1607,'_shipping_first_name','Michelle'),(67507,1607,'_shipping_last_name','Du'),(67508,1607,'_shipping_company','LCA Fremont'),(67509,1607,'_shipping_address_1','31372 Mackinaw Street'),(67510,1607,'_shipping_city','Union City'),(67511,1607,'_shipping_state','CA'),(67512,1607,'_shipping_postcode','94587'),(67513,1607,'_shipping_country','US'),(67514,1607,'_order_currency','USD'),(67515,1607,'_cart_discount','0'),(67516,1607,'_cart_discount_tax','0'),(67517,1607,'_order_shipping','0'),(67518,1607,'_order_shipping_tax','0'),(67519,1607,'_order_tax','0'),(67520,1607,'_order_total','528.00'),(67521,1607,'_order_version','7.1.1'),(67522,1607,'_prices_include_tax','no'),(67523,1607,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(67524,1607,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(67525,1607,'is_vat_exempt','no'),(67526,1608,'_order_key','wc_order_JiJsHsluNywJs'),(67527,1608,'_customer_user','76'),(67528,1608,'_payment_method','paypal'),(67529,1608,'_payment_method_title','PayPal'),(67530,1608,'_customer_ip_address','146.115.131.163'),(67531,1608,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(67532,1608,'_created_via','checkout'),(67533,1608,'_cart_hash','712f5acc9427c23b8cc2e4fcff907d52'),(67534,1608,'_download_permissions_granted','yes'),(67535,1608,'_recorded_sales','yes'),(67536,1608,'_recorded_coupon_usage_counts','yes'),(67537,1608,'_new_order_email_sent','true'),(67538,1608,'_order_stock_reduced','yes'),(67539,1608,'_billing_first_name','Naomi'),(67540,1608,'_billing_last_name','Golden'),(67541,1608,'_billing_address_1','31 Mann Ave'),(67542,1608,'_billing_city','Needham'),(67543,1608,'_billing_state','MA'),(67544,1608,'_billing_postcode','02492'),(67545,1608,'_billing_country','US'),(67546,1608,'_billing_email','nrgolden6486@gmail.com'),(67547,1608,'_billing_phone','617-851-1322'),(67548,1608,'_shipping_first_name','Naomi'),(67549,1608,'_shipping_last_name','Golden'),(67550,1608,'_shipping_company','Lice Aunties'),(67551,1608,'_shipping_address_1','1349 Centre Street'),(67552,1608,'_shipping_address_2','STE 3'),(67553,1608,'_shipping_city','Newton'),(67554,1608,'_shipping_state','MA'),(67555,1608,'_shipping_postcode','02459'),(67556,1608,'_shipping_country','US'),(67557,1608,'_order_currency','USD'),(67558,1608,'_cart_discount','0'),(67559,1608,'_cart_discount_tax','0'),(67560,1608,'_order_shipping','0'),(67561,1608,'_order_shipping_tax','0'),(67562,1608,'_order_tax','0'),(67563,1608,'_order_total','787.68'),(67564,1608,'_order_version','7.1.1'),(67565,1608,'_prices_include_tax','no'),(67566,1608,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(67567,1608,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street STE 3 Newton MA 02459 US '),(67568,1608,'is_vat_exempt','no'),(67569,1609,'_order_key','wc_order_MAQgRLDG0aKjD'),(67570,1609,'_customer_user','76'),(67571,1609,'_payment_method','paypal'),(67572,1609,'_payment_method_title','PayPal'),(67573,1609,'_customer_ip_address','146.115.131.163'),(67574,1609,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(67575,1609,'_created_via','checkout'),(67576,1609,'_cart_hash','63311c9dd00bb36f3fbd8509a4afc53e'),(67577,1609,'_download_permissions_granted','yes'),(67578,1609,'_recorded_sales','yes'),(67579,1609,'_recorded_coupon_usage_counts','yes'),(67580,1609,'_new_order_email_sent','true'),(67581,1609,'_order_stock_reduced','yes'),(67582,1609,'_billing_first_name','Naomi'),(67583,1609,'_billing_last_name','Golden'),(67584,1609,'_billing_address_1','31 Mann Ave'),(67585,1609,'_billing_city','Needham'),(67586,1609,'_billing_state','MA'),(67587,1609,'_billing_postcode','02492'),(67588,1609,'_billing_country','US'),(67589,1609,'_billing_email','nrgolden6486@gmail.com'),(67590,1609,'_billing_phone','617-851-1322'),(67591,1609,'_shipping_first_name','Naomi'),(67592,1609,'_shipping_last_name','Golden'),(67593,1609,'_shipping_company','Lice Aunties'),(67594,1609,'_shipping_address_1','3 Baldwin Green Common'),(67595,1609,'_shipping_address_2','Suite 310'),(67596,1609,'_shipping_city','Woburn'),(67597,1609,'_shipping_state','MA'),(67598,1609,'_shipping_postcode','01801'),(67599,1609,'_shipping_country','US'),(67600,1609,'_order_currency','USD'),(67601,1609,'_cart_discount','0'),(67602,1609,'_cart_discount_tax','0'),(67603,1609,'_order_shipping','0'),(67604,1609,'_order_shipping_tax','0'),(67605,1609,'_order_tax','0'),(67606,1609,'_order_total','507.84'),(67607,1609,'_order_version','7.1.1'),(67608,1609,'_prices_include_tax','no'),(67609,1609,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(67610,1609,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(67611,1609,'is_vat_exempt','no'),(67612,1607,'_edit_lock','1671742778:2'),(67613,1607,'_edit_last','2'),(67614,1604,'_edit_lock','1671462252:2'),(67615,1604,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216466\";s:12:\"date_shipped\";s:10:\"1671408000\";s:11:\"tracking_id\";s:32:\"97922af805f5a1f20fe4875cb6f5eaf4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216455\";s:12:\"date_shipped\";i:1671462312;s:11:\"tracking_id\";s:32:\"d0fdf6d860889f0db3d3670286f2c412\";}}'),(67616,1604,'_edit_last','2'),(67617,1604,'_date_completed','1671462315'),(67618,1604,'_completed_date','2022-12-19 15:05:15'),(67619,1610,'_order_key','wc_order_HTWr8Pg35Tdu9'),(67620,1610,'_customer_user','20'),(67621,1610,'_payment_method','paypal'),(67622,1610,'_payment_method_title','PayPal'),(67623,1610,'_customer_ip_address','45.51.241.116'),(67624,1610,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(67625,1610,'_created_via','checkout'),(67626,1610,'_cart_hash','19e98114b4f026a2cff1062ee4f7f78a'),(67627,1610,'_download_permissions_granted','yes'),(67628,1610,'_recorded_sales','yes'),(67629,1610,'_recorded_coupon_usage_counts','yes'),(67630,1610,'_new_order_email_sent','true'),(67631,1610,'_order_stock_reduced','yes'),(67632,1610,'_billing_first_name','Hasani'),(67633,1610,'_billing_last_name','Thompson'),(67634,1610,'_billing_company','Heat in Hair'),(67635,1610,'_billing_address_1','27225 Camp Plenty Road'),(67636,1610,'_billing_address_2','1D'),(67637,1610,'_billing_city','Santa Clarita'),(67638,1610,'_billing_state','CA'),(67639,1610,'_billing_postcode','91351'),(67640,1610,'_billing_country','US'),(67641,1610,'_billing_email','info@liceclinicssantaclarita.com'),(67642,1610,'_billing_phone','6615850263'),(67643,1610,'_shipping_first_name','Hasani'),(67644,1610,'_shipping_last_name','Thompson'),(67645,1610,'_shipping_company','Heat in Hair'),(67646,1610,'_shipping_address_1','5145 Nightsky Place'),(67647,1610,'_shipping_city','Palmdale'),(67648,1610,'_shipping_state','CA'),(67649,1610,'_shipping_postcode','93552'),(67650,1610,'_shipping_country','US'),(67651,1610,'_order_currency','USD'),(67652,1610,'_cart_discount','0'),(67653,1610,'_cart_discount_tax','0'),(67654,1610,'_order_shipping','58.76'),(67655,1610,'_order_shipping_tax','0'),(67656,1610,'_order_tax','0'),(67657,1610,'_order_total','799.12'),(67658,1610,'_order_version','7.1.1'),(67659,1610,'_prices_include_tax','no'),(67660,1610,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(67661,1610,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(67662,1610,'is_vat_exempt','no'),(67663,1610,'Payment type','instant'),(67664,1610,'_paypal_status','completed'),(67665,1610,'_transaction_id','2VF309518B591612J'),(67666,1610,'PayPal Transaction Fee','28.38'),(67667,1610,'_date_paid','1671506085'),(67668,1610,'_paid_date','2022-12-20 03:14:45'),(67670,1608,'_edit_lock','1671645124:2'),(67671,1609,'_edit_lock','1671638423:2'),(67672,1608,'_edit_last','2'),(67673,1609,'_edit_last','2'),(67674,1611,'_order_key','wc_order_raLjQykn6NsUs'),(67675,1611,'_customer_user','67'),(67676,1611,'_payment_method','paypal'),(67677,1611,'_payment_method_title','PayPal'),(67678,1611,'_customer_ip_address','74.77.55.50'),(67679,1611,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67680,1611,'_created_via','checkout'),(67681,1611,'_cart_hash','69a42aa88ad2a5f22507f13bb2757b41'),(67682,1611,'_download_permissions_granted','yes'),(67683,1611,'_recorded_sales','yes'),(67684,1611,'_recorded_coupon_usage_counts','yes'),(67685,1611,'_new_order_email_sent','true'),(67686,1611,'_order_stock_reduced','yes'),(67687,1611,'_billing_first_name','Marnie'),(67688,1611,'_billing_last_name','Murray'),(67689,1611,'_billing_company','Naughty Nits'),(67690,1611,'_billing_address_1','2809 Wehrle Drive'),(67691,1611,'_billing_address_2','Suite 10'),(67692,1611,'_billing_city','Williamsville'),(67693,1611,'_billing_state','NY'),(67694,1611,'_billing_postcode','14221'),(67695,1611,'_billing_country','US'),(67696,1611,'_billing_email','liceclinicsupstateny@gmail.com'),(67697,1611,'_billing_phone','7166265423'),(67698,1611,'_shipping_first_name','Marnie'),(67699,1611,'_shipping_last_name','Murray'),(67700,1611,'_shipping_company','LCA Buffalo'),(67701,1611,'_shipping_address_1','2809 Wehrle Drive'),(67702,1611,'_shipping_address_2','Suite 10'),(67703,1611,'_shipping_city','Williamsville'),(67704,1611,'_shipping_state','NY'),(67705,1611,'_shipping_postcode','14221'),(67706,1611,'_shipping_country','US'),(67707,1611,'_order_currency','USD'),(67708,1611,'_cart_discount','0'),(67709,1611,'_cart_discount_tax','0'),(67710,1611,'_order_shipping','0'),(67711,1611,'_order_shipping_tax','0'),(67712,1611,'_order_tax','0'),(67713,1611,'_order_total','2116.62'),(67714,1611,'_order_version','7.1.1'),(67715,1611,'_prices_include_tax','no'),(67716,1611,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(67717,1611,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(67718,1611,'is_vat_exempt','no'),(67719,1611,'Payment type','instant'),(67720,1611,'_paypal_status','completed'),(67721,1611,'_transaction_id','2S7264823K648600T'),(67722,1611,'PayPal Transaction Fee','74.36'),(67723,1611,'_date_paid','1671557518'),(67724,1611,'_paid_date','2022-12-20 17:31:58'),(67725,1612,'_order_key','wc_order_nJHRLrBqcrOBn'),(67726,1612,'_customer_user','0'),(67727,1612,'_payment_method','paypal'),(67728,1612,'_payment_method_title','PayPal'),(67729,1612,'_customer_ip_address','136.49.57.192'),(67730,1612,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67731,1612,'_created_via','checkout'),(67732,1612,'_cart_hash','c9c145c0ff265fb46387984590b26207'),(67733,1612,'_download_permissions_granted','yes'),(67734,1612,'_recorded_sales','yes'),(67735,1612,'_recorded_coupon_usage_counts','yes'),(67736,1612,'_new_order_email_sent','true'),(67737,1612,'_order_stock_reduced','yes'),(67738,1612,'_billing_first_name','Lee'),(67739,1612,'_billing_last_name','Rogers'),(67740,1612,'_billing_company','United States'),(67741,1612,'_billing_address_1','40 N Interstate 35'),(67742,1612,'_billing_address_2','APT 4B2'),(67743,1612,'_billing_city','Austin'),(67744,1612,'_billing_state','TX'),(67745,1612,'_billing_postcode','78701'),(67746,1612,'_billing_country','US'),(67747,1612,'_billing_email','leerogers@flash.net'),(67748,1612,'_billing_phone','316-727-9951'),(67749,1612,'_shipping_first_name','Kaitlin'),(67750,1612,'_shipping_last_name','Ryan'),(67751,1612,'_shipping_company','LCA Dublin'),(67752,1612,'_shipping_address_1','5910 Wilcox Place'),(67753,1612,'_shipping_address_2','Suite E'),(67754,1612,'_shipping_city','Dublin'),(67755,1612,'_shipping_state','OH'),(67756,1612,'_shipping_postcode','43016'),(67757,1612,'_shipping_country','US'),(67758,1612,'_order_currency','USD'),(67759,1612,'_cart_discount','0'),(67760,1612,'_cart_discount_tax','0'),(67761,1612,'_order_shipping','0'),(67762,1612,'_order_shipping_tax','0'),(67763,1612,'_order_tax','0'),(67764,1612,'_order_total','1250.53'),(67765,1612,'_order_version','7.1.1'),(67766,1612,'_prices_include_tax','no'),(67767,1612,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers@flash.net 316-727-9951'),(67768,1612,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(67769,1612,'is_vat_exempt','no'),(67770,1612,'Payment type','instant'),(67771,1612,'_paypal_status','completed'),(67772,1612,'_transaction_id','78X85467AP846754K'),(67773,1612,'PayPal Transaction Fee','44.13'),(67774,1612,'_date_paid','1671558005'),(67775,1612,'_paid_date','2022-12-20 17:40:05'),(67776,1609,'Payment type','instant'),(67777,1609,'_paypal_status','completed'),(67778,1609,'_transaction_id','52574198CJ6574638'),(67779,1609,'PayPal Transaction Fee','18.21'),(67780,1609,'_date_paid','1671561082'),(67781,1609,'_paid_date','2022-12-20 18:31:22'),(67782,1608,'Payment type','instant'),(67783,1608,'_paypal_status','completed'),(67784,1608,'_transaction_id','5W245624HH982161M'),(67785,1608,'PayPal Transaction Fee','27.98'),(67786,1608,'_date_paid','1671561128'),(67787,1608,'_paid_date','2022-12-20 18:32:08'),(67788,1609,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217110\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"775268bf19cbaa59e0a565e2c55815b5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217109\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"9dd478de69fb91e71cd4372f71ee5a1e\";}}'),(67789,1609,'_date_completed','1671638539'),(67790,1609,'_completed_date','2022-12-21 16:02:19'),(67791,1612,'_edit_lock','1671638486:2'),(67792,1612,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216992\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"3f6063291c5aef2540a875860c4b8027\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216981\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"c4b971b1aeec8263d3f1ce7149fea5a1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216970\";s:12:\"date_shipped\";i:1671638609;s:11:\"tracking_id\";s:32:\"061316512e798dcb4c71759b7c35c974\";}}'),(67793,1612,'_edit_last','2'),(67794,1612,'_date_completed','1671638591'),(67795,1612,'_completed_date','2022-12-21 16:03:11'),(67796,1611,'_edit_lock','1671638642:2'),(67797,1611,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216960\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"d84cde72ee32cecd545c2d7a1e34b0b5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216959\";s:12:\"date_shipped\";i:1671638671;s:11:\"tracking_id\";s:32:\"d4cf62947042b9800ec5542c1c15ba69\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216948\";s:12:\"date_shipped\";i:1671638737;s:11:\"tracking_id\";s:32:\"1e9967fc46d9f1cd7364ad2122cde4fe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216937\";s:12:\"date_shipped\";i:1671638744;s:11:\"tracking_id\";s:32:\"c0e7ec697f0d775d038bb0d8cffff9f1\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216926\";s:12:\"date_shipped\";i:1671638753;s:11:\"tracking_id\";s:32:\"f32da1570f3db51c5e547aa33eb49583\";}}'),(67798,1611,'_edit_last','2'),(67799,1611,'_date_completed','1671638755'),(67800,1611,'_completed_date','2022-12-21 16:05:55'),(67801,1610,'_edit_lock','1671638695:2'),(67802,1610,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216812\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"11c83226c5e3acfa68cfaaafa5a61517\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216801\";s:12:\"date_shipped\";i:1671638818;s:11:\"tracking_id\";s:32:\"ca3c28cce17cbc61118122fb36382884\";}}'),(67803,1610,'_edit_last','2'),(67804,1610,'_date_completed','1671638821'),(67805,1610,'_completed_date','2022-12-21 16:07:01'),(67806,1606,'_edit_lock','1671645204:2'),(67807,1605,'_edit_lock','1671645202:2'),(67808,1608,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217186\";s:12:\"date_shipped\";s:10:\"1671580800\";s:11:\"tracking_id\";s:32:\"88664b65c6548aa89db2fe4419d4395a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217197\";s:12:\"date_shipped\";i:1671645111;s:11:\"tracking_id\";s:32:\"930e401d0ddc2e3f1a29665835f70d10\";}}'),(67809,1608,'_date_completed','1671645114'),(67810,1608,'_completed_date','2022-12-21 17:51:54'),(67811,1606,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216477\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"f3d34c635f0b3848f16e87c6fd6d54d4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216488\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"ce577b488dc70f2d0d5a1629a35bc9b2\";}}'),(67812,1606,'_edit_last','2'),(67813,1606,'_date_completed','1671645146'),(67814,1606,'_completed_date','2022-12-21 17:52:26'),(67815,1605,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216499\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"ceb172eeec8dfaf14214f32909227ad5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216503\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"11419a925ce36363918c68d30fbfd154\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216514\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"2547434eb94c72c4b28716361223e9e4\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830216525\";s:12:\"date_shipped\";s:10:\"1671062400\";s:11:\"tracking_id\";s:32:\"3b987c6ccca59d10a17c650096a8698a\";}}'),(67816,1605,'_edit_last','2'),(67817,1605,'_date_completed','1671645191'),(67818,1605,'_completed_date','2022-12-21 17:53:11'),(67819,1607,'Payment type','instant'),(67820,1607,'_paypal_status','completed'),(67821,1607,'_transaction_id','2A05671642852000J'),(67822,1607,'PayPal Transaction Fee','18.92'),(67823,1607,'_date_paid','1671655083'),(67824,1607,'_paid_date','2022-12-21 20:38:03'),(67825,1607,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217304\";s:12:\"date_shipped\";i:1671742827;s:11:\"tracking_id\";s:32:\"b46d84c453a2e6d46a8b25467c48c294\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217315\";s:12:\"date_shipped\";i:1671742834;s:11:\"tracking_id\";s:32:\"336af577fd727d123c0e7f9122d497c7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217290\";s:12:\"date_shipped\";i:1671742843;s:11:\"tracking_id\";s:32:\"1d3d637018f56bb176361c06f3c21bb4\";}}'),(67826,1607,'_date_completed','1671742848'),(67827,1607,'_completed_date','2022-12-22 21:00:48'),(67829,1614,'_order_key','wc_order_4hMOdK3MFqLM8'),(67830,1614,'_customer_user','50'),(67831,1614,'_payment_method','paypal'),(67832,1614,'_payment_method_title','PayPal'),(67833,1614,'_customer_ip_address','73.126.237.59'),(67834,1614,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54'),(67835,1614,'_created_via','checkout'),(67836,1614,'_cart_hash','a3a139ced8c4feeac2de126b4726e4e6'),(67837,1614,'_download_permissions_granted','yes'),(67838,1614,'_recorded_sales','yes'),(67839,1614,'_recorded_coupon_usage_counts','yes'),(67840,1614,'_new_order_email_sent','true'),(67841,1614,'_order_stock_reduced','yes'),(67842,1614,'_billing_first_name','Christine'),(67843,1614,'_billing_last_name','Cherry'),(67844,1614,'_billing_company','NITS END'),(67845,1614,'_billing_address_1','PO BOX 1092'),(67846,1614,'_billing_city','Campton'),(67847,1614,'_billing_state','NH'),(67848,1614,'_billing_postcode','03223'),(67849,1614,'_billing_country','US'),(67850,1614,'_billing_email','info@liceclinicsplaistow.com'),(67851,1614,'_billing_phone','16034983390'),(67852,1614,'_shipping_first_name','Megan'),(67853,1614,'_shipping_last_name','O\'Neil'),(67854,1614,'_shipping_company','NITS END'),(67855,1614,'_shipping_address_1','18 Sheridan St'),(67856,1614,'_shipping_city','Haverhill'),(67857,1614,'_shipping_state','MA'),(67858,1614,'_shipping_postcode','01830'),(67859,1614,'_shipping_country','US'),(67860,1614,'_order_currency','USD'),(67861,1614,'_cart_discount','0'),(67862,1614,'_cart_discount_tax','0'),(67863,1614,'_order_shipping','46.63'),(67864,1614,'_order_shipping_tax','0'),(67865,1614,'_order_tax','0'),(67866,1614,'_order_total','892.87'),(67867,1614,'_order_version','7.1.1'),(67868,1614,'_prices_include_tax','no'),(67869,1614,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(67870,1614,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(67871,1614,'is_vat_exempt','no'),(67872,1615,'_order_key','wc_order_6aq1ZrKMIVEUf'),(67873,1615,'_customer_user','50'),(67874,1615,'_payment_method','paypal'),(67875,1615,'_payment_method_title','PayPal'),(67876,1615,'_customer_ip_address','73.126.237.59'),(67877,1615,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.54'),(67878,1615,'_created_via','checkout'),(67879,1615,'_cart_hash','4e4261ce960d538070b0f3d85c83510c'),(67880,1615,'_download_permissions_granted','yes'),(67881,1615,'_recorded_sales','yes'),(67882,1615,'_recorded_coupon_usage_counts','yes'),(67883,1615,'_new_order_email_sent','true'),(67884,1615,'_order_stock_reduced','yes'),(67885,1615,'_billing_first_name','Christine'),(67886,1615,'_billing_last_name','Cherry'),(67887,1615,'_billing_company','NITS END'),(67888,1615,'_billing_address_1','PO BOX 1092'),(67889,1615,'_billing_city','Campton'),(67890,1615,'_billing_state','NH'),(67891,1615,'_billing_postcode','03223'),(67892,1615,'_billing_country','US'),(67893,1615,'_billing_email','info@liceclinicsplaistow.com'),(67894,1615,'_billing_phone','16034983390'),(67895,1615,'_shipping_first_name','Latasha'),(67896,1615,'_shipping_last_name','Harrington'),(67897,1615,'_shipping_company','Nits End'),(67898,1615,'_shipping_address_1','245 Pond Rd'),(67899,1615,'_shipping_city','Bridgton'),(67900,1615,'_shipping_state','ME'),(67901,1615,'_shipping_postcode','04009'),(67902,1615,'_shipping_country','US'),(67903,1615,'_order_currency','USD'),(67904,1615,'_cart_discount','0'),(67905,1615,'_cart_discount_tax','0'),(67906,1615,'_order_shipping','37.65'),(67907,1615,'_order_shipping_tax','0'),(67908,1615,'_order_tax','0'),(67909,1615,'_order_total','671.97'),(67910,1615,'_order_version','7.1.1'),(67911,1615,'_prices_include_tax','no'),(67912,1615,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(67913,1615,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009 US '),(67914,1615,'is_vat_exempt','no'),(67915,1615,'Payment type','instant'),(67916,1615,'_paypal_status','completed'),(67917,1615,'_transaction_id','35Y42300HN158680Y'),(67918,1615,'PayPal Transaction Fee','23.94'),(67919,1615,'_date_paid','1672096673'),(67920,1615,'_paid_date','2022-12-26 23:17:53'),(67921,1614,'_edit_lock','1672264979:2'),(67922,1614,'_edit_last','2'),(67923,1614,'Payment type','instant'),(67924,1614,'_paypal_status','completed'),(67925,1614,'_transaction_id','11312942EB4500234'),(67926,1614,'PayPal Transaction Fee','31.65'),(67927,1614,'_date_paid','1672239943'),(67928,1614,'_paid_date','2022-12-28 15:05:43'),(67929,1615,'_edit_lock','1672241578:2'),(67930,1615,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217624\";s:12:\"date_shipped\";s:10:\"1672185600\";s:11:\"tracking_id\";s:32:\"f7c06884398766b426adc26ee2e9e5a6\";}}'),(67931,1615,'_edit_last','2'),(67932,1615,'_date_completed','1672241528'),(67933,1615,'_completed_date','2022-12-28 15:32:08'),(67934,1616,'_order_key','wc_order_nUQM1eDfE4TnM'),(67935,1616,'_customer_user','66'),(67936,1616,'_payment_method','paypal'),(67937,1616,'_payment_method_title','PayPal'),(67938,1616,'_customer_ip_address','69.250.30.77'),(67939,1616,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67940,1616,'_created_via','checkout'),(67941,1616,'_cart_hash','dd91eaef24dc7af388bdf4a5128d937d'),(67942,1616,'_download_permissions_granted','yes'),(67943,1616,'_recorded_sales','yes'),(67944,1616,'_recorded_coupon_usage_counts','yes'),(67945,1616,'_new_order_email_sent','true'),(67946,1616,'_order_stock_reduced','yes'),(67947,1616,'_billing_first_name','Mark'),(67948,1616,'_billing_last_name','Dent'),(67949,1616,'_billing_company','Lice Clinics of Maryland'),(67950,1616,'_billing_address_1','801 W 33rd Street'),(67951,1616,'_billing_city','BAltimore'),(67952,1616,'_billing_state','MD'),(67953,1616,'_billing_postcode','21211'),(67954,1616,'_billing_country','US'),(67955,1616,'_billing_email','info@liceclinicsofmaryland.com'),(67956,1616,'_billing_phone','4438349991'),(67957,1616,'_shipping_first_name','Dawn'),(67958,1616,'_shipping_last_name','Mumaw'),(67959,1616,'_shipping_company','LCA Baltimore'),(67960,1616,'_shipping_address_1','604 Providence Road'),(67961,1616,'_shipping_city','Towson'),(67962,1616,'_shipping_state','MD'),(67963,1616,'_shipping_postcode','21286'),(67964,1616,'_shipping_country','US'),(67965,1616,'_order_currency','USD'),(67966,1616,'_cart_discount','0'),(67967,1616,'_cart_discount_tax','0'),(67968,1616,'_order_shipping','0'),(67969,1616,'_order_shipping_tax','0'),(67970,1616,'_order_tax','0'),(67971,1616,'_order_total','1937.30'),(67972,1616,'_order_version','7.1.1'),(67973,1616,'_prices_include_tax','no'),(67974,1616,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(67975,1616,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(67976,1616,'is_vat_exempt','no'),(67977,1616,'Payment type','instant'),(67978,1616,'_paypal_status','completed'),(67979,1616,'_transaction_id','8V150821KY015400M'),(67980,1616,'PayPal Transaction Fee','68.10'),(67981,1616,'_date_paid','1672247693'),(67982,1616,'_paid_date','2022-12-28 17:14:53'),(67983,1614,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217738\";s:12:\"date_shipped\";s:10:\"1672185600\";s:11:\"tracking_id\";s:32:\"e784abd0f31e619d6835e3ca0eaf943b\";}}'),(67984,1614,'_date_completed','1672265054'),(67985,1614,'_completed_date','2022-12-28 22:04:14'),(67986,1616,'_edit_lock','1672265485:2'),(67987,1616,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217808\";s:12:\"date_shipped\";s:10:\"1672185600\";s:11:\"tracking_id\";s:32:\"26662f2100bf8f70d55ea1be792280e6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217793\";s:12:\"date_shipped\";i:1672265481;s:11:\"tracking_id\";s:32:\"f48f83d083d1e40b73a1dddb5e72d75f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217782\";s:12:\"date_shipped\";i:1672265489;s:11:\"tracking_id\";s:32:\"f459f421fd127d59beb5a090ce26df6f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217771\";s:12:\"date_shipped\";i:1672265497;s:11:\"tracking_id\";s:32:\"a071b0f364cb369e48844000de0d88eb\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830217760\";s:12:\"date_shipped\";i:1672265505;s:11:\"tracking_id\";s:32:\"30a4ea766bf07f801e6e67674def4aa7\";}}'),(67988,1616,'_edit_last','2'),(67989,1616,'_date_completed','1672265606'),(67990,1616,'_completed_date','2022-12-28 22:13:26'),(67991,1617,'_order_key','wc_order_llj5xDIpsyF7O'),(67992,1617,'_customer_user','59'),(67993,1617,'_payment_method','paypal'),(67994,1617,'_payment_method_title','PayPal'),(67995,1617,'_customer_ip_address','76.31.100.132'),(67996,1617,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(67997,1617,'_created_via','checkout'),(67998,1617,'_cart_hash','cc6f52718af51fbc5fc734296f91b348'),(67999,1617,'_download_permissions_granted','yes'),(68000,1617,'_recorded_sales','yes'),(68001,1617,'_recorded_coupon_usage_counts','yes'),(68002,1617,'_new_order_email_sent','true'),(68003,1617,'_order_stock_reduced','yes'),(68004,1617,'_billing_first_name','Allison'),(68005,1617,'_billing_last_name','Anthon'),(68006,1617,'_billing_address_1','58 arbor bend dr'),(68007,1617,'_billing_city','Houston'),(68008,1617,'_billing_state','TX'),(68009,1617,'_billing_postcode','77070'),(68010,1617,'_billing_country','US'),(68011,1617,'_billing_email','louseysolutions@gmail.com'),(68012,1617,'_billing_phone','602-400-8330'),(68013,1617,'_shipping_first_name','Allison'),(68014,1617,'_shipping_last_name','Anthon'),(68015,1617,'_shipping_company','LCA Sugar Land'),(68016,1617,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(68017,1617,'_shipping_city','Tomball'),(68018,1617,'_shipping_state','TX'),(68019,1617,'_shipping_postcode','77375'),(68020,1617,'_shipping_country','US'),(68021,1617,'_order_currency','USD'),(68022,1617,'_cart_discount','0'),(68023,1617,'_cart_discount_tax','0'),(68024,1617,'_order_shipping','0'),(68025,1617,'_order_shipping_tax','0'),(68026,1617,'_order_tax','0'),(68027,1617,'_order_total','1143.44'),(68028,1617,'_order_version','7.1.1'),(68029,1617,'_prices_include_tax','no'),(68030,1617,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(68031,1617,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(68032,1617,'is_vat_exempt','no'),(68033,1617,'_edit_lock','1672350870:2'),(68034,1617,'_edit_last','2'),(68035,1617,'Payment type','instant'),(68036,1617,'_paypal_status','completed'),(68037,1617,'_transaction_id','6XA401545D934113W'),(68038,1617,'PayPal Transaction Fee','40.40'),(68039,1617,'_date_paid','1672327882'),(68040,1617,'_paid_date','2022-12-29 15:31:22'),(68041,1618,'_order_key','wc_order_hf5Tjd44ngOFj'),(68042,1618,'_customer_user','47'),(68043,1618,'_payment_method','paypal'),(68044,1618,'_payment_method_title','PayPal'),(68045,1618,'_customer_ip_address','72.177.241.58'),(68046,1618,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(68047,1618,'_created_via','checkout'),(68048,1618,'_cart_hash','b0d2b987a145652bf4b9099de5a04925'),(68049,1618,'_download_permissions_granted','yes'),(68050,1618,'_recorded_sales','yes'),(68051,1618,'_recorded_coupon_usage_counts','yes'),(68052,1618,'_new_order_email_sent','true'),(68053,1618,'_order_stock_reduced','yes'),(68054,1618,'_billing_first_name','Tracy'),(68055,1618,'_billing_last_name','Copeland'),(68056,1618,'_billing_company','LCA SA WEST'),(68057,1618,'_billing_address_1','14223 Silverhollow'),(68058,1618,'_billing_city','San Antonio'),(68059,1618,'_billing_state','TX'),(68060,1618,'_billing_postcode','78232'),(68061,1618,'_billing_country','US'),(68062,1618,'_billing_email','info@liceclinicsofsanantonio.com'),(68063,1618,'_billing_phone','2103135033'),(68064,1618,'_shipping_first_name','Tracy'),(68065,1618,'_shipping_last_name','Copeland'),(68066,1618,'_shipping_company','LCA SA WEST'),(68067,1618,'_shipping_address_1','14223 Silverhollow'),(68068,1618,'_shipping_city','San Antonio'),(68069,1618,'_shipping_state','TX'),(68070,1618,'_shipping_postcode','78232'),(68071,1618,'_shipping_country','US'),(68072,1618,'_order_currency','USD'),(68073,1618,'_cart_discount','0'),(68074,1618,'_cart_discount_tax','0'),(68075,1618,'_order_shipping','0'),(68076,1618,'_order_shipping_tax','0'),(68077,1618,'_order_tax','0'),(68078,1618,'_order_total','946.40'),(68079,1618,'_order_version','7.1.1'),(68080,1618,'_prices_include_tax','no'),(68081,1618,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(68082,1618,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(68083,1618,'is_vat_exempt','no'),(68084,1618,'Payment type','instant'),(68085,1618,'_paypal_status','completed'),(68086,1618,'_transaction_id','2ET901172Y418492U'),(68087,1618,'PayPal Transaction Fee','33.52'),(68088,1618,'_date_paid','1672344727'),(68089,1618,'_paid_date','2022-12-29 20:12:07'),(68090,1617,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218138\";s:12:\"date_shipped\";s:10:\"1672272000\";s:11:\"tracking_id\";s:32:\"42cddf2ffeb1239f6abb7b77f49e24a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218127\";s:12:\"date_shipped\";i:1672349843;s:11:\"tracking_id\";s:32:\"33e32ad7a31249d48a503e270a48e5cd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218116\";s:12:\"date_shipped\";i:1672349854;s:11:\"tracking_id\";s:32:\"86460c82de261d8be68d1ec554c5ef2e\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218105\";s:12:\"date_shipped\";i:1672349862;s:11:\"tracking_id\";s:32:\"b7b24a4d30f9a002aaf5572b2b12cb59\";}}'),(68091,1617,'_date_completed','1672349866'),(68092,1617,'_completed_date','2022-12-29 21:37:46'),(68093,1619,'_order_key','wc_order_qI8cb1xUKembv'),(68094,1619,'_customer_user','94'),(68095,1619,'_payment_method','paypal'),(68096,1619,'_payment_method_title','PayPal'),(68097,1619,'_customer_ip_address','76.200.128.12'),(68098,1619,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62'),(68099,1619,'_created_via','checkout'),(68100,1619,'_cart_hash','eab34629df47a2d811f500a62f6e7e10'),(68101,1619,'_download_permissions_granted','yes'),(68102,1619,'_recorded_sales','yes'),(68103,1619,'_recorded_coupon_usage_counts','yes'),(68104,1619,'_new_order_email_sent','true'),(68105,1619,'_order_stock_reduced','yes'),(68106,1619,'_billing_first_name','Dacy'),(68107,1619,'_billing_last_name','Hitt'),(68108,1619,'_billing_address_1','8850 Penbrooke ct'),(68109,1619,'_billing_city','Cumming'),(68110,1619,'_billing_state','GA'),(68111,1619,'_billing_postcode','30028'),(68112,1619,'_billing_country','US'),(68113,1619,'_billing_email','dacy1016@gmail.com'),(68114,1619,'_billing_phone','7705965455'),(68115,1619,'_shipping_first_name','Dacy'),(68116,1619,'_shipping_last_name','Hitt'),(68117,1619,'_shipping_address_1','102 Mary Alice Park rd'),(68118,1619,'_shipping_address_2','Suite 503'),(68119,1619,'_shipping_city','Cumming'),(68120,1619,'_shipping_state','GA'),(68121,1619,'_shipping_postcode','30040'),(68122,1619,'_shipping_country','US'),(68123,1619,'_order_currency','USD'),(68124,1619,'_cart_discount','0'),(68125,1619,'_cart_discount_tax','0'),(68126,1619,'_order_shipping','34.59'),(68127,1619,'_order_shipping_tax','0'),(68128,1619,'_order_tax','0'),(68129,1619,'_order_total','1118.23'),(68130,1619,'_order_version','7.1.1'),(68131,1619,'_prices_include_tax','no'),(68132,1619,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(68133,1619,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(68134,1619,'is_vat_exempt','no'),(68135,1619,'Payment type','instant'),(68136,1619,'_paypal_status','completed'),(68137,1619,'_transaction_id','74F45072AM562280Y'),(68138,1619,'PayPal Transaction Fee','39.52'),(68139,1619,'_date_paid','1672599824'),(68140,1619,'_paid_date','2023-01-01 19:03:44'),(68141,1620,'_order_key','wc_order_ZO8m3reb7Cf6r'),(68142,1620,'_customer_user','73'),(68143,1620,'_payment_method','paypal'),(68144,1620,'_payment_method_title','PayPal'),(68145,1620,'_customer_ip_address','73.63.207.98'),(68146,1620,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68147,1620,'_created_via','checkout'),(68148,1620,'_cart_hash','ed0b8695ce7faff9832d3cf828dc95eb'),(68149,1620,'_download_permissions_granted','yes'),(68150,1620,'_recorded_sales','yes'),(68151,1620,'_recorded_coupon_usage_counts','yes'),(68152,1620,'_new_order_email_sent','true'),(68153,1620,'_order_stock_reduced','yes'),(68154,1620,'_billing_first_name','Lice Clinics'),(68155,1620,'_billing_last_name','Castro Valley'),(68156,1620,'_billing_company','Lice Clinics of America - Castro Valley'),(68157,1620,'_billing_address_1','20406 Redwood Rd, Suite A'),(68158,1620,'_billing_city','Castro Valley'),(68159,1620,'_billing_state','CA'),(68160,1620,'_billing_postcode','94546'),(68161,1620,'_billing_country','US'),(68162,1620,'_billing_email','liceclinicscastrovalley@gmail.com'),(68163,1620,'_billing_phone','5106763272'),(68164,1620,'_shipping_first_name','Lice Clinics'),(68165,1620,'_shipping_last_name','Castro Valley'),(68166,1620,'_shipping_company','LCA - Castro Valley'),(68167,1620,'_shipping_address_1','31372 Mackinaw St'),(68168,1620,'_shipping_city','Union City'),(68169,1620,'_shipping_state','CA'),(68170,1620,'_shipping_postcode','94587'),(68171,1620,'_shipping_country','US'),(68172,1620,'_order_currency','USD'),(68173,1620,'_cart_discount','0'),(68174,1620,'_cart_discount_tax','0'),(68175,1620,'_order_shipping','0'),(68176,1620,'_order_shipping_tax','0'),(68177,1620,'_order_tax','0'),(68178,1620,'_order_total','523.36'),(68179,1620,'_order_version','7.1.1'),(68180,1620,'_prices_include_tax','no'),(68181,1620,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(68182,1620,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(68183,1620,'is_vat_exempt','no'),(68184,1621,'_order_key','wc_order_Pa7IaSzwuUPVh'),(68185,1621,'_customer_user','11'),(68186,1621,'_payment_method','paypal'),(68187,1621,'_payment_method_title','PayPal'),(68188,1621,'_customer_ip_address','71.66.163.45'),(68189,1621,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68190,1621,'_created_via','checkout'),(68191,1621,'_cart_hash','56d031c8f4ff6a8ab9a543876d85c4d3'),(68192,1621,'_download_permissions_granted','yes'),(68193,1621,'_recorded_sales','yes'),(68194,1621,'_recorded_coupon_usage_counts','yes'),(68195,1621,'_new_order_email_sent','true'),(68196,1621,'_order_stock_reduced','yes'),(68197,1621,'_billing_first_name','Tina'),(68198,1621,'_billing_last_name','Hunt'),(68199,1621,'_billing_company','LCBG, LLC'),(68200,1621,'_billing_address_1','830 Fairview Ave.'),(68201,1621,'_billing_address_2','Suite A-4'),(68202,1621,'_billing_city','Bowling Green'),(68203,1621,'_billing_state','KY'),(68204,1621,'_billing_postcode','42101'),(68205,1621,'_billing_country','US'),(68206,1621,'_billing_email','info@liceclinicsbowlinggreen.com'),(68207,1621,'_billing_phone','2709996803'),(68208,1621,'_shipping_first_name','Tina'),(68209,1621,'_shipping_last_name','Hunt'),(68210,1621,'_shipping_address_1','494 Hub Boulevard'),(68211,1621,'_shipping_address_2','Apt 1012'),(68212,1621,'_shipping_city','Bowling Green'),(68213,1621,'_shipping_state','KY'),(68214,1621,'_shipping_postcode','42101'),(68215,1621,'_shipping_country','US'),(68216,1621,'_order_currency','USD'),(68217,1621,'_cart_discount','0'),(68218,1621,'_cart_discount_tax','0'),(68219,1621,'_order_shipping','39.36'),(68220,1621,'_order_shipping_tax','0'),(68221,1621,'_order_tax','0'),(68222,1621,'_order_total','1015.70'),(68223,1621,'_order_version','7.1.1'),(68224,1621,'_prices_include_tax','no'),(68225,1621,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(68226,1621,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(68227,1621,'is_vat_exempt','no'),(68228,1621,'Payment type','instant'),(68229,1621,'_paypal_status','completed'),(68230,1621,'_transaction_id','1KK82129V3309283J'),(68231,1621,'PayPal Transaction Fee','35.94'),(68232,1621,'_date_paid','1672666237'),(68233,1621,'_paid_date','2023-01-02 13:30:37'),(68234,1622,'_order_key','wc_order_He94fkDCJoZlt'),(68235,1622,'_customer_user','82'),(68236,1622,'_payment_method','paypal'),(68237,1622,'_payment_method_title','PayPal'),(68238,1622,'_customer_ip_address','72.221.3.238'),(68239,1622,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(68240,1622,'_created_via','checkout'),(68241,1622,'_cart_hash','c0ecd29390e3a757fa4b498a6654c7b8'),(68242,1622,'_download_permissions_granted','yes'),(68243,1622,'_recorded_sales','yes'),(68244,1622,'_recorded_coupon_usage_counts','yes'),(68245,1622,'_new_order_email_sent','true'),(68246,1622,'_order_stock_reduced','yes'),(68247,1622,'_billing_first_name','Nigel'),(68248,1622,'_billing_last_name','Le'),(68249,1622,'_billing_address_1','6080 FRANCONIA ROAD'),(68250,1622,'_billing_address_2','SUITE D'),(68251,1622,'_billing_city','ALEXANDRIA'),(68252,1622,'_billing_state','VA'),(68253,1622,'_billing_postcode','22310'),(68254,1622,'_billing_country','US'),(68255,1622,'_billing_email','sonnynguyenle@gmail.com'),(68256,1622,'_billing_phone','703-520-9000'),(68257,1622,'_shipping_first_name','NIGEL'),(68258,1622,'_shipping_last_name','LE'),(68259,1622,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(68260,1622,'_shipping_city','FAIRFAX'),(68261,1622,'_shipping_state','VA'),(68262,1622,'_shipping_postcode','22030'),(68263,1622,'_shipping_country','US'),(68264,1622,'_order_currency','USD'),(68265,1622,'_cart_discount','0'),(68266,1622,'_cart_discount_tax','0'),(68267,1622,'_order_shipping','63.34'),(68268,1622,'_order_shipping_tax','0'),(68269,1622,'_order_tax','0'),(68270,1622,'_order_total','1548.76'),(68271,1622,'_order_version','7.1.1'),(68272,1622,'_prices_include_tax','no'),(68273,1622,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(68274,1622,'_shipping_address_index','NIGEL LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(68275,1622,'is_vat_exempt','no'),(68276,1622,'Payment type','instant'),(68277,1622,'_paypal_status','completed'),(68278,1622,'_transaction_id','9X6729997Y200574W'),(68279,1622,'PayPal Transaction Fee','54.54'),(68280,1622,'_date_paid','1672671989'),(68281,1622,'_paid_date','2023-01-02 15:06:29'),(68282,1623,'_order_key','wc_order_dOnq3CYBknu1R'),(68283,1623,'_customer_user','83'),(68284,1623,'_payment_method','paypal'),(68285,1623,'_payment_method_title','PayPal'),(68286,1623,'_customer_ip_address','71.211.177.223'),(68287,1623,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68288,1623,'_created_via','checkout'),(68289,1623,'_cart_hash','ef8d414aa8ef1a9e17a14435716af342'),(68290,1623,'_download_permissions_granted','yes'),(68291,1623,'_recorded_sales','yes'),(68292,1623,'_recorded_coupon_usage_counts','yes'),(68293,1623,'_new_order_email_sent','true'),(68294,1623,'_order_stock_reduced','yes'),(68295,1623,'_billing_first_name','Tanya'),(68296,1623,'_billing_last_name','Kensley'),(68297,1623,'_billing_company','Lice Clinics of America'),(68298,1623,'_billing_address_1','4248 McMurry Ave'),(68299,1623,'_billing_city','Fort Collins'),(68300,1623,'_billing_state','CO'),(68301,1623,'_billing_postcode','80525'),(68302,1623,'_billing_country','US'),(68303,1623,'_billing_email','info@liceclinicsnortherncolorado.com'),(68304,1623,'_billing_phone','9702338787'),(68305,1623,'_shipping_first_name','Lice Clinics'),(68306,1623,'_shipping_last_name','America'),(68307,1623,'_shipping_company','Lice Clinics of America Longmont'),(68308,1623,'_shipping_address_1','421 21st Ave, Suite 210'),(68309,1623,'_shipping_city','Longmont'),(68310,1623,'_shipping_state','CO'),(68311,1623,'_shipping_postcode','80501'),(68312,1623,'_shipping_country','US'),(68313,1623,'_order_currency','USD'),(68314,1623,'_cart_discount','0'),(68315,1623,'_cart_discount_tax','0'),(68316,1623,'_order_shipping','26.31'),(68317,1623,'_order_shipping_tax','0'),(68318,1623,'_order_tax','0'),(68319,1623,'_order_total','264.61'),(68320,1623,'_order_version','7.1.1'),(68321,1623,'_prices_include_tax','no'),(68322,1623,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(68323,1623,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(68324,1623,'is_vat_exempt','no'),(68325,1623,'Payment type','instant'),(68326,1623,'_paypal_status','completed'),(68327,1623,'_transaction_id','76781566N0432090E'),(68328,1623,'PayPal Transaction Fee','9.72'),(68329,1623,'_date_paid','1672682392'),(68330,1623,'_paid_date','2023-01-02 17:59:52'),(68331,1624,'_order_key','wc_order_Cn6i0gwrjyES8'),(68332,1624,'_customer_user','43'),(68333,1624,'_payment_method','paypal'),(68334,1624,'_payment_method_title','PayPal'),(68335,1624,'_customer_ip_address','73.107.118.11'),(68336,1624,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(68337,1624,'_created_via','checkout'),(68338,1624,'_cart_hash','3ed51eb56a059f5799c6ea1f05a2f48f'),(68339,1624,'_download_permissions_granted','yes'),(68340,1624,'_recorded_sales','yes'),(68341,1624,'_recorded_coupon_usage_counts','yes'),(68342,1624,'_new_order_email_sent','true'),(68343,1624,'_order_stock_reduced','yes'),(68344,1624,'_billing_first_name','Ryan'),(68345,1624,'_billing_last_name','Nelson'),(68346,1624,'_billing_address_1','140 Flame Vine drive'),(68347,1624,'_billing_city','Naples'),(68348,1624,'_billing_state','FL'),(68349,1624,'_billing_postcode','34110'),(68350,1624,'_billing_country','US'),(68351,1624,'_billing_email','Rjnelson73@gmail.com'),(68352,1624,'_billing_phone','239-281-0719'),(68353,1624,'_shipping_first_name','Ryan'),(68354,1624,'_shipping_last_name','Nelson'),(68355,1624,'_shipping_address_1','140 Flame Vine drive'),(68356,1624,'_shipping_city','Naples'),(68357,1624,'_shipping_state','FL'),(68358,1624,'_shipping_postcode','34110'),(68359,1624,'_shipping_country','US'),(68360,1624,'_order_currency','USD'),(68361,1624,'_cart_discount','0'),(68362,1624,'_cart_discount_tax','0'),(68363,1624,'_order_shipping','12.76'),(68364,1624,'_order_shipping_tax','0'),(68365,1624,'_order_tax','0'),(68366,1624,'_order_total','91.96'),(68367,1624,'_order_version','7.1.1'),(68368,1624,'_prices_include_tax','no'),(68369,1624,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(68370,1624,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(68371,1624,'is_vat_exempt','no'),(68372,1624,'_edit_lock','1672949721:2'),(68373,1620,'_edit_lock','1672949862:2'),(68374,1624,'_edit_last','2'),(68375,1620,'_edit_last','2'),(68376,1618,'_edit_lock','1672763272:2'),(68377,1618,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218219\";s:12:\"date_shipped\";s:10:\"1672704000\";s:11:\"tracking_id\";s:32:\"c5df0a9e7fcfff918a2be397f712e089\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218208\";s:12:\"date_shipped\";i:1672763241;s:11:\"tracking_id\";s:32:\"fa6efe841b8833910bd38747ecb6a086\";}}'),(68378,1618,'_edit_last','2'),(68379,1618,'_date_completed','1672763244'),(68380,1618,'_completed_date','2023-01-03 16:27:24'),(68381,1626,'_order_key','wc_order_crjOGtYAirmqS'),(68382,1626,'_customer_user','3'),(68383,1626,'_payment_method','paypal'),(68384,1626,'_payment_method_title','PayPal'),(68385,1626,'_customer_ip_address','70.142.202.154'),(68386,1626,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68387,1626,'_created_via','checkout'),(68388,1626,'_cart_hash','1433865e719f1405253c9cb458a60f6b'),(68389,1626,'_download_permissions_granted','yes'),(68390,1626,'_recorded_sales','yes'),(68391,1626,'_recorded_coupon_usage_counts','yes'),(68392,1626,'_new_order_email_sent','true'),(68393,1626,'_order_stock_reduced','yes'),(68394,1626,'_billing_first_name','AMANDA'),(68395,1626,'_billing_last_name','Westerman'),(68396,1626,'_billing_company','Lice Clinics of America'),(68397,1626,'_billing_address_1','1709 Damian Way'),(68398,1626,'_billing_city','Richardson'),(68399,1626,'_billing_state','TX'),(68400,1626,'_billing_postcode','75081'),(68401,1626,'_billing_country','US'),(68402,1626,'_billing_email','awesterman1103@gmail.com'),(68403,1626,'_billing_phone','12144175741'),(68404,1626,'_shipping_first_name','Lice Clinics of'),(68405,1626,'_shipping_last_name','Addison'),(68406,1626,'_shipping_company','Amanda Westerman'),(68407,1626,'_shipping_address_1','1709 Damian Way'),(68408,1626,'_shipping_address_2','Suite A2'),(68409,1626,'_shipping_city','Richardson'),(68410,1626,'_shipping_state','TX'),(68411,1626,'_shipping_postcode','75081'),(68412,1626,'_shipping_country','US'),(68413,1626,'_order_currency','USD'),(68414,1626,'_cart_discount','0'),(68415,1626,'_cart_discount_tax','0'),(68416,1626,'_order_shipping','0'),(68417,1626,'_order_shipping_tax','0'),(68418,1626,'_order_tax','0'),(68419,1626,'_order_total','566.02'),(68420,1626,'_order_version','7.1.1'),(68421,1626,'_prices_include_tax','no'),(68422,1626,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(68423,1626,'_shipping_address_index','Lice Clinics of Addison Amanda Westerman 1709 Damian Way Suite A2 Richardson TX 75081 US '),(68424,1626,'is_vat_exempt','no'),(68425,1626,'Payment type','instant'),(68426,1626,'_paypal_status','completed'),(68427,1626,'_transaction_id','7HV469940R5322936'),(68428,1626,'PayPal Transaction Fee','20.24'),(68429,1626,'_date_paid','1672764882'),(68430,1626,'_paid_date','2023-01-03 16:54:42'),(68431,1624,'Payment type','instant'),(68432,1624,'_paypal_status','completed'),(68433,1624,'_transaction_id','6NE135794B0243804'),(68434,1624,'PayPal Transaction Fee','3.70'),(68435,1624,'_date_paid','1672766401'),(68436,1624,'_paid_date','2023-01-03 17:20:01'),(68437,1620,'Payment type','instant'),(68438,1620,'_paypal_status','completed'),(68439,1620,'_transaction_id','325901499U203213X'),(68440,1620,'PayPal Transaction Fee','18.76'),(68441,1620,'_date_paid','1672766880'),(68442,1620,'_paid_date','2023-01-03 17:28:00'),(68443,1627,'_order_key','wc_order_WO38aCeacUnd6'),(68444,1627,'_customer_user','3'),(68445,1627,'_payment_method','paypal'),(68446,1627,'_payment_method_title','PayPal'),(68447,1627,'_customer_ip_address','70.142.202.154'),(68448,1627,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68449,1627,'_created_via','checkout'),(68450,1627,'_cart_hash','22ce83fe833790cbf55e6749bf837522'),(68451,1627,'_download_permissions_granted','yes'),(68452,1627,'_recorded_sales','yes'),(68453,1627,'_recorded_coupon_usage_counts','yes'),(68454,1627,'_new_order_email_sent','true'),(68455,1627,'_order_stock_reduced','yes'),(68456,1627,'_billing_first_name','AMANDA'),(68457,1627,'_billing_last_name','Westerman'),(68458,1627,'_billing_company','Lice Clinics of America'),(68459,1627,'_billing_address_1','1709 Damian Way'),(68460,1627,'_billing_city','Richardson'),(68461,1627,'_billing_state','TX'),(68462,1627,'_billing_postcode','75081'),(68463,1627,'_billing_country','US'),(68464,1627,'_billing_email','awesterman1103@gmail.com'),(68465,1627,'_billing_phone','12144175741'),(68466,1627,'_shipping_first_name','Amanda'),(68467,1627,'_shipping_last_name','Westerman'),(68468,1627,'_shipping_company','Lice Clinics of America McKinney'),(68469,1627,'_shipping_address_1','3120 Hudson Crossing'),(68470,1627,'_shipping_address_2','Suite A2'),(68471,1627,'_shipping_city','MCKINNEY'),(68472,1627,'_shipping_state','TX'),(68473,1627,'_shipping_postcode','75070'),(68474,1627,'_shipping_country','US'),(68475,1627,'_order_currency','USD'),(68476,1627,'_cart_discount','0'),(68477,1627,'_cart_discount_tax','0'),(68478,1627,'_order_shipping','0'),(68479,1627,'_order_shipping_tax','0'),(68480,1627,'_order_tax','0'),(68481,1627,'_order_total','610.08'),(68482,1627,'_order_version','7.1.1'),(68483,1627,'_prices_include_tax','no'),(68484,1627,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(68485,1627,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(68486,1627,'is_vat_exempt','no'),(68487,1627,'Payment type','instant'),(68488,1627,'_paypal_status','completed'),(68489,1627,'_transaction_id','2VU03208K16776321'),(68490,1627,'PayPal Transaction Fee','21.78'),(68491,1627,'_date_paid','1672781776'),(68492,1627,'_paid_date','2023-01-03 21:36:16'),(68493,1628,'_order_key','wc_order_5bny9e960mkul'),(68494,1628,'_customer_user','6'),(68495,1628,'_payment_method','paypal'),(68496,1628,'_payment_method_title','PayPal'),(68497,1628,'_customer_ip_address','73.151.114.219'),(68498,1628,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68499,1628,'_created_via','checkout'),(68500,1628,'_cart_hash','d17cf9fc68139478cf95de13cfffe427'),(68501,1628,'_download_permissions_granted','yes'),(68502,1628,'_recorded_sales','yes'),(68503,1628,'_recorded_coupon_usage_counts','yes'),(68504,1628,'_new_order_email_sent','true'),(68505,1628,'_order_stock_reduced','yes'),(68506,1628,'_billing_first_name','Amira'),(68507,1628,'_billing_last_name','Purto'),(68508,1628,'_billing_address_1','2628 Acapulco Way'),(68509,1628,'_billing_city','Modesto'),(68510,1628,'_billing_state','CA'),(68511,1628,'_billing_postcode','95355'),(68512,1628,'_billing_country','US'),(68513,1628,'_billing_email','amira77@sbcglobal.net'),(68514,1628,'_billing_phone','2096422061'),(68515,1628,'_shipping_first_name','Amira'),(68516,1628,'_shipping_last_name','Purto'),(68517,1628,'_shipping_address_1','2628 Acapulco Way'),(68518,1628,'_shipping_city','Modesto'),(68519,1628,'_shipping_state','CA'),(68520,1628,'_shipping_postcode','95355'),(68521,1628,'_shipping_country','US'),(68522,1628,'_order_currency','USD'),(68523,1628,'_cart_discount','0'),(68524,1628,'_cart_discount_tax','0'),(68525,1628,'_order_shipping','0'),(68526,1628,'_order_shipping_tax','0'),(68527,1628,'_order_tax','0'),(68528,1628,'_order_total','1352.26'),(68529,1628,'_order_version','7.1.1'),(68530,1628,'_prices_include_tax','no'),(68531,1628,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(68532,1628,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(68533,1628,'is_vat_exempt','no'),(68534,1628,'Payment type','instant'),(68535,1628,'_paypal_status','completed'),(68536,1628,'_transaction_id','0YU41971CG081145M'),(68537,1628,'PayPal Transaction Fee','47.68'),(68538,1628,'_date_paid','1672808654'),(68539,1628,'_paid_date','2023-01-04 05:04:14'),(68540,1619,'_edit_lock','1672849514:2'),(68541,1619,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218653\";s:12:\"date_shipped\";s:10:\"1672790400\";s:11:\"tracking_id\";s:32:\"adb98687d72503bbaed4c804d800cbb3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218653\";s:12:\"date_shipped\";i:1672848695;s:11:\"tracking_id\";s:32:\"13b8f6ce01321c933a2a459966506292\";}}'),(68542,1619,'_edit_last','2'),(68543,1619,'_date_completed','1672848807'),(68544,1619,'_completed_date','2023-01-04 16:13:27'),(68545,1629,'_order_key','wc_order_UuzjoLOBe2ghs'),(68546,1629,'_customer_user','60'),(68547,1629,'_payment_method','paypal'),(68548,1629,'_payment_method_title','PayPal'),(68549,1629,'_customer_ip_address','76.110.92.60'),(68550,1629,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(68551,1629,'_created_via','checkout'),(68552,1629,'_cart_hash','f1253271f4d0ad54baa6efc5ea0e3569'),(68553,1629,'_download_permissions_granted','yes'),(68554,1629,'_recorded_sales','yes'),(68555,1629,'_recorded_coupon_usage_counts','yes'),(68556,1629,'_new_order_email_sent','true'),(68557,1629,'_order_stock_reduced','yes'),(68558,1629,'_billing_first_name','Jill'),(68559,1629,'_billing_last_name','Leshtz'),(68560,1629,'_billing_company','Lice clinics of America-North Shore'),(68561,1629,'_billing_address_1','1580 Lancelot Avenue'),(68562,1629,'_billing_city','Highland park'),(68563,1629,'_billing_state','IL'),(68564,1629,'_billing_postcode','60035'),(68565,1629,'_billing_country','US'),(68566,1629,'_billing_email','jleshtz@gmail.com'),(68567,1629,'_billing_phone','8473639001'),(68568,1629,'_shipping_first_name','Jill'),(68569,1629,'_shipping_last_name','Leshtz'),(68570,1629,'_shipping_company','Lice clinics of America-North Shore'),(68571,1629,'_shipping_address_1','1580 Lancelot Avenue'),(68572,1629,'_shipping_city','Highland park'),(68573,1629,'_shipping_state','IL'),(68574,1629,'_shipping_postcode','60035'),(68575,1629,'_shipping_country','US'),(68576,1629,'_order_currency','USD'),(68577,1629,'_cart_discount','0'),(68578,1629,'_cart_discount_tax','0'),(68579,1629,'_order_shipping','10.51'),(68580,1629,'_order_shipping_tax','0'),(68581,1629,'_order_tax','0'),(68582,1629,'_order_total','10.51'),(68583,1629,'_order_version','7.1.1'),(68584,1629,'_prices_include_tax','no'),(68585,1629,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(68586,1629,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(68587,1629,'is_vat_exempt','no'),(68588,1630,'_order_key','wc_order_XnVaArfPsV6Go'),(68589,1630,'_customer_user','4'),(68590,1630,'_payment_method','paypal'),(68591,1630,'_payment_method_title','PayPal'),(68592,1630,'_customer_ip_address','76.27.78.176'),(68593,1630,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68594,1630,'_created_via','checkout'),(68595,1630,'_cart_hash','5fdb7dc4b9538b6df1f43664e18a83da'),(68596,1630,'_download_permissions_granted','yes'),(68597,1630,'_recorded_sales','yes'),(68598,1630,'_recorded_coupon_usage_counts','yes'),(68599,1630,'_new_order_email_sent','true'),(68600,1630,'_order_stock_reduced','yes'),(68601,1630,'_billing_first_name','David'),(68602,1630,'_billing_last_name','Washburn'),(68603,1630,'_billing_company','Larada Sciences (LCA)'),(68604,1630,'_billing_address_1','4873 South State St.'),(68605,1630,'_billing_city','Murray'),(68606,1630,'_billing_state','UT'),(68607,1630,'_billing_postcode','84107'),(68608,1630,'_billing_country','US'),(68609,1630,'_billing_email','david@laradasciences.com'),(68610,1630,'_billing_phone','8019197428'),(68611,1630,'_shipping_first_name','David'),(68612,1630,'_shipping_last_name','Washburn'),(68613,1630,'_shipping_company','Larada Sciences (LCA)'),(68614,1630,'_shipping_address_1','4873 South State St.'),(68615,1630,'_shipping_city','Murray'),(68616,1630,'_shipping_state','UT'),(68617,1630,'_shipping_postcode','84107'),(68618,1630,'_shipping_country','US'),(68619,1630,'_order_currency','USD'),(68620,1630,'_cart_discount','0'),(68621,1630,'_cart_discount_tax','0'),(68622,1630,'_order_shipping','0'),(68623,1630,'_order_shipping_tax','0'),(68624,1630,'_order_tax','0'),(68625,1630,'_order_total','1533.44'),(68626,1630,'_order_version','7.1.1'),(68627,1630,'_prices_include_tax','no'),(68628,1630,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(68629,1630,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(68630,1630,'is_vat_exempt','no'),(68631,1623,'_edit_lock','1672867728:2'),(68632,1623,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218826\";s:12:\"date_shipped\";s:10:\"1672790400\";s:11:\"tracking_id\";s:32:\"5fca62d057a724112fc8f447b886662b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218815\";s:12:\"date_shipped\";i:1672867716;s:11:\"tracking_id\";s:32:\"932fecebd2c1f02801d2463fc2d3f0f1\";}}'),(68633,1623,'_edit_last','2'),(68634,1623,'_date_completed','1672867721'),(68635,1623,'_completed_date','2023-01-04 21:28:41'),(68636,1621,'_edit_lock','1672950454:2'),(68637,1621,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218701\";s:12:\"date_shipped\";s:10:\"1672790400\";s:11:\"tracking_id\";s:32:\"64145cefbc9cd18cf676a98f3ccdb6ab\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218697\";s:12:\"date_shipped\";i:1672867789;s:11:\"tracking_id\";s:32:\"27703be02f89b36cdcd8cbcbd7da1de3\";}}'),(68638,1621,'_edit_last','2'),(68639,1622,'_edit_lock','1672867728:2'),(68640,1622,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218734\";s:12:\"date_shipped\";s:10:\"1672790400\";s:11:\"tracking_id\";s:32:\"7d60436ff4d9f5b515e8b78e646227fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218723\";s:12:\"date_shipped\";i:1672867839;s:11:\"tracking_id\";s:32:\"d7ebcd1762790856cd9fa3dd09bfda10\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218712\";s:12:\"date_shipped\";i:1672867844;s:11:\"tracking_id\";s:32:\"2b0a0244ea0903fff129370d3c318c2e\";}}'),(68641,1622,'_edit_last','2'),(68642,1622,'_date_completed','1672867847'),(68643,1622,'_completed_date','2023-01-04 21:30:47'),(68644,1630,'_edit_lock','1673024740:2'),(68645,1630,'_edit_last','2'),(68646,1630,'Payment type','instant'),(68647,1630,'_paypal_status','completed'),(68648,1630,'_transaction_id','8VB191739E5358138'),(68649,1630,'PayPal Transaction Fee','54.01'),(68650,1630,'_date_paid','1672869718'),(68651,1630,'_paid_date','2023-01-04 22:01:58'),(68652,1631,'_order_key','wc_order_0EAHaEIwqEfuR'),(68653,1631,'_customer_user','79'),(68654,1631,'_payment_method','paypal'),(68655,1631,'_payment_method_title','PayPal'),(68656,1631,'_customer_ip_address','76.72.43.108'),(68657,1631,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(68658,1631,'_created_via','checkout'),(68659,1631,'_cart_hash','5c839ec4ec15a31aaba3dd300fcec062'),(68660,1631,'_download_permissions_granted','yes'),(68661,1631,'_recorded_sales','yes'),(68662,1631,'_recorded_coupon_usage_counts','yes'),(68663,1631,'_new_order_email_sent','true'),(68664,1631,'_order_stock_reduced','yes'),(68665,1631,'_billing_first_name','Shanna'),(68666,1631,'_billing_last_name','Castille'),(68667,1631,'_billing_address_1','1097 Hundley Rd'),(68668,1631,'_billing_city','Eunice'),(68669,1631,'_billing_state','LA'),(68670,1631,'_billing_postcode','70535'),(68671,1631,'_billing_country','US'),(68672,1631,'_billing_email','Shanna_sr09@yahoo.com'),(68673,1631,'_billing_phone','3374668998'),(68674,1631,'_shipping_first_name','Shanna'),(68675,1631,'_shipping_last_name','Castille'),(68676,1631,'_shipping_address_1','1097 Hundley Rd'),(68677,1631,'_shipping_city','eunice'),(68678,1631,'_shipping_state','LA'),(68679,1631,'_shipping_postcode','70535'),(68680,1631,'_shipping_country','US'),(68681,1631,'_order_currency','USD'),(68682,1631,'_cart_discount','0'),(68683,1631,'_cart_discount_tax','0'),(68684,1631,'_order_shipping','0'),(68685,1631,'_order_shipping_tax','0'),(68686,1631,'_order_tax','0'),(68687,1631,'_order_total','717.00'),(68688,1631,'_order_version','7.1.1'),(68689,1631,'_prices_include_tax','no'),(68690,1631,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(68691,1631,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(68692,1631,'is_vat_exempt','no'),(68693,1631,'Payment type','instant'),(68694,1631,'_paypal_status','completed'),(68695,1631,'_transaction_id','67297434HH548252E'),(68696,1631,'PayPal Transaction Fee','25.51'),(68697,1631,'_date_paid','1672888584'),(68698,1631,'_paid_date','2023-01-05 03:16:24'),(68699,1624,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218973\";s:12:\"date_shipped\";s:10:\"1672876800\";s:11:\"tracking_id\";s:32:\"18ac58fafa12ad66228ecac559e3cf59\";}}'),(68700,1624,'_date_completed','1672949838'),(68701,1624,'_completed_date','2023-01-05 20:17:18'),(68702,1620,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219009\";s:12:\"date_shipped\";s:10:\"1672876800\";s:11:\"tracking_id\";s:32:\"7883e68edceab156bc13107fd238bfda\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218995\";s:12:\"date_shipped\";i:1672949893;s:11:\"tracking_id\";s:32:\"36095e06c4f33e77f8f7468f1038d192\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830218984\";s:12:\"date_shipped\";i:1672949901;s:11:\"tracking_id\";s:32:\"e81bf62ad8aef71b232badaee28793ed\";}}'),(68703,1620,'_date_completed','1672949906'),(68704,1620,'_completed_date','2023-01-05 20:18:26'),(68705,1632,'_order_key','wc_order_wqTKnONHyOBiR'),(68706,1632,'_customer_user','0'),(68707,1632,'_payment_method','paypal'),(68708,1632,'_payment_method_title','PayPal'),(68709,1632,'_customer_ip_address','136.49.57.192'),(68710,1632,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68711,1632,'_created_via','checkout'),(68712,1632,'_cart_hash','7131290f98f583a9f29ff357ad8f89d4'),(68713,1632,'_download_permissions_granted','yes'),(68714,1632,'_recorded_sales','yes'),(68715,1632,'_recorded_coupon_usage_counts','yes'),(68716,1632,'_new_order_email_sent','true'),(68717,1632,'_order_stock_reduced','yes'),(68718,1632,'_billing_first_name','Lee'),(68719,1632,'_billing_last_name','Rogers'),(68720,1632,'_billing_company','United States'),(68721,1632,'_billing_address_1','40 N Interstate 35'),(68722,1632,'_billing_address_2','APT 4B2'),(68723,1632,'_billing_city','Austin'),(68724,1632,'_billing_state','TX'),(68725,1632,'_billing_postcode','78701'),(68726,1632,'_billing_country','US'),(68727,1632,'_billing_email','leerogers3301@gmail.com'),(68728,1632,'_billing_phone','316-727-9951'),(68729,1632,'_shipping_first_name','Kaitlin'),(68730,1632,'_shipping_last_name','Ryan'),(68731,1632,'_shipping_company','LCA Dublin'),(68732,1632,'_shipping_address_1','5910 Wilcox Place'),(68733,1632,'_shipping_address_2','Suite E'),(68734,1632,'_shipping_city','Dublin'),(68735,1632,'_shipping_state','OH'),(68736,1632,'_shipping_postcode','43016'),(68737,1632,'_shipping_country','US'),(68738,1632,'_order_currency','USD'),(68739,1632,'_cart_discount','0'),(68740,1632,'_cart_discount_tax','0'),(68741,1632,'_order_shipping','0'),(68742,1632,'_order_shipping_tax','0'),(68743,1632,'_order_tax','0'),(68744,1632,'_order_total','706.15'),(68745,1632,'_order_version','7.1.1'),(68746,1632,'_prices_include_tax','no'),(68747,1632,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(68748,1632,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(68749,1632,'is_vat_exempt','no'),(68750,1632,'Payment type','instant'),(68751,1632,'_paypal_status','completed'),(68752,1632,'_transaction_id','85U88236G93270321'),(68753,1632,'PayPal Transaction Fee','25.13'),(68754,1632,'_date_paid','1672950396'),(68755,1632,'_paid_date','2023-01-05 20:26:36'),(68756,1621,'_date_completed','1672950576'),(68757,1621,'_completed_date','2023-01-05 20:29:36'),(68758,1626,'_edit_lock','1672950534:2'),(68759,1627,'_edit_lock','1673024659:2'),(68760,1628,'_edit_lock','1672953415:2'),(68761,1626,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0340055210\";s:12:\"date_shipped\";i:1672950653;s:11:\"tracking_id\";s:32:\"29ce8fa4f051bc36b9650b21018a51c3\";}i:1;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0340368427\";s:12:\"date_shipped\";i:1672950658;s:11:\"tracking_id\";s:32:\"8fc579e52b8673371871f93c0ff0b710\";}}'),(68762,1626,'_edit_last','2'),(68763,1626,'_date_completed','1672950662'),(68764,1626,'_completed_date','2023-01-05 20:31:02'),(68765,1627,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0342928649\";s:12:\"date_shipped\";s:10:\"1672876800\";s:11:\"tracking_id\";s:32:\"7c1eadf6bda5e0a4d18cc86bd3c637bd\";}}'),(68766,1628,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219053\";s:12:\"date_shipped\";s:10:\"1672876800\";s:11:\"tracking_id\";s:32:\"f2ec367c086b9f10c0bfff56af1a2b28\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219064\";s:12:\"date_shipped\";i:1672950696;s:11:\"tracking_id\";s:32:\"0a6d4a6f79b2c07e277884859bb6a336\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219075\";s:12:\"date_shipped\";i:1672950700;s:11:\"tracking_id\";s:32:\"32c7bd4d267d9b38c3c56832903c7e53\";}}'),(68767,1628,'_edit_last','2'),(68768,1628,'_date_completed','1672950704'),(68769,1628,'_completed_date','2023-01-05 20:31:44'),(68770,1633,'_order_key','wc_order_o41hnLqCSBLXH'),(68771,1633,'_customer_user','76'),(68772,1633,'_payment_method','paypal'),(68773,1633,'_payment_method_title','PayPal'),(68774,1633,'_customer_ip_address','146.115.131.163'),(68775,1633,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(68776,1633,'_created_via','checkout'),(68777,1633,'_cart_hash','58cc7eb74d68cdeb56c453f17bfd7403'),(68778,1633,'_download_permissions_granted','yes'),(68779,1633,'_recorded_sales','yes'),(68780,1633,'_recorded_coupon_usage_counts','yes'),(68781,1633,'_new_order_email_sent','true'),(68782,1633,'_order_stock_reduced','yes'),(68783,1633,'_billing_first_name','Naomi'),(68784,1633,'_billing_last_name','Golden'),(68785,1633,'_billing_address_1','31 Mann Ave'),(68786,1633,'_billing_city','Needham'),(68787,1633,'_billing_state','MA'),(68788,1633,'_billing_postcode','02492'),(68789,1633,'_billing_country','US'),(68790,1633,'_billing_email','nrgolden6486@gmail.com'),(68791,1633,'_billing_phone','617-851-1322'),(68792,1633,'_shipping_first_name','Naomi'),(68793,1633,'_shipping_last_name','Golden'),(68794,1633,'_shipping_company','Lice Aunties'),(68795,1633,'_shipping_address_1','3 Baldwin Green Common'),(68796,1633,'_shipping_address_2','Suite 310'),(68797,1633,'_shipping_city','Woburn'),(68798,1633,'_shipping_state','MA'),(68799,1633,'_shipping_postcode','01801'),(68800,1633,'_shipping_country','US'),(68801,1633,'_order_currency','USD'),(68802,1633,'_cart_discount','0'),(68803,1633,'_cart_discount_tax','0'),(68804,1633,'_order_shipping','0'),(68805,1633,'_order_shipping_tax','0'),(68806,1633,'_order_tax','0'),(68807,1633,'_order_total','513.12'),(68808,1633,'_order_version','7.1.1'),(68809,1633,'_prices_include_tax','no'),(68810,1633,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(68811,1633,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(68812,1633,'is_vat_exempt','no'),(68813,1633,'Payment type','instant'),(68814,1633,'_paypal_status','completed'),(68815,1633,'_transaction_id','33350350KN054674K'),(68816,1633,'PayPal Transaction Fee','18.40'),(68817,1633,'_date_paid','1673024111'),(68818,1633,'_paid_date','2023-01-06 16:55:11'),(68819,1630,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219112\";s:12:\"date_shipped\";s:10:\"1672963200\";s:11:\"tracking_id\";s:32:\"624a9b4738d8202daa47fb442a2ae892\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219101\";s:12:\"date_shipped\";i:1673024485;s:11:\"tracking_id\";s:32:\"90bb1aa8e5b653deb1c498f95da365b4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219097\";s:12:\"date_shipped\";i:1673024494;s:11:\"tracking_id\";s:32:\"665cda184d6d3e90701f553ebf557a66\";}}'),(68820,1630,'_date_completed','1673024497'),(68821,1630,'_completed_date','2023-01-06 17:01:37'),(68822,1627,'_edit_last','2'),(68823,1627,'_date_completed','1673024502'),(68824,1627,'_completed_date','2023-01-06 17:01:42'),(68825,1629,'_edit_lock','1673545187:2'),(68826,1629,'_edit_last','2'),(68827,1629,'_date_completed','1673545287'),(68828,1629,'_date_paid','1673024822'),(68829,1629,'_paid_date','2023-01-06 17:07:02'),(68830,1629,'_completed_date','2023-01-12 17:41:27'),(68831,1631,'_edit_lock','1673025572:2'),(68832,1631,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219237\";s:12:\"date_shipped\";s:10:\"1672963200\";s:11:\"tracking_id\";s:32:\"854ead1216dd6465d06f669a2306eb7c\";}}'),(68833,1631,'_edit_last','2'),(68834,1631,'_date_completed','1673025697'),(68835,1631,'_completed_date','2023-01-06 17:21:37'),(68836,1632,'_edit_lock','1673039631:2'),(68837,1632,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219362\";s:12:\"date_shipped\";s:10:\"1672963200\";s:11:\"tracking_id\";s:32:\"e3986905bdedb76431b292c8e319166f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219351\";s:12:\"date_shipped\";i:1673039738;s:11:\"tracking_id\";s:32:\"145f1f3fdec677cc1b5425a905641ab9\";}}'),(68838,1632,'_edit_last','2'),(68839,1632,'_date_completed','1673039742'),(68840,1632,'_completed_date','2023-01-06 21:15:42'),(68841,1634,'_order_key','wc_order_yv8hksPzzsTkE'),(68842,1634,'_customer_user','20'),(68843,1634,'_payment_method','paypal'),(68844,1634,'_payment_method_title','PayPal'),(68845,1634,'_customer_ip_address','45.51.241.116'),(68846,1634,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(68847,1634,'_created_via','checkout'),(68848,1634,'_cart_hash','de5fa7576e7288d4b518eb8c23d280d4'),(68849,1634,'_download_permissions_granted','yes'),(68850,1634,'_recorded_sales','yes'),(68851,1634,'_recorded_coupon_usage_counts','yes'),(68852,1634,'_new_order_email_sent','true'),(68853,1634,'_order_stock_reduced','yes'),(68854,1634,'_billing_first_name','Hasani'),(68855,1634,'_billing_last_name','Thompson'),(68856,1634,'_billing_company','Heat in Hair'),(68857,1634,'_billing_address_1','27225 Camp Plenty Road'),(68858,1634,'_billing_address_2','1D'),(68859,1634,'_billing_city','Santa Clarita'),(68860,1634,'_billing_state','CA'),(68861,1634,'_billing_postcode','91351'),(68862,1634,'_billing_country','US'),(68863,1634,'_billing_email','info@liceclinicssantaclarita.com'),(68864,1634,'_billing_phone','6615850263'),(68865,1634,'_shipping_first_name','Hasani'),(68866,1634,'_shipping_last_name','Thompson'),(68867,1634,'_shipping_company','Heat in Hair'),(68868,1634,'_shipping_address_1','5145 Nightsky Place'),(68869,1634,'_shipping_city','Palmdale'),(68870,1634,'_shipping_state','CA'),(68871,1634,'_shipping_postcode','93552'),(68872,1634,'_shipping_country','US'),(68873,1634,'_order_currency','USD'),(68874,1634,'_cart_discount','0'),(68875,1634,'_cart_discount_tax','0'),(68876,1634,'_order_shipping','57.05'),(68877,1634,'_order_shipping_tax','0'),(68878,1634,'_order_tax','0'),(68879,1634,'_order_total','691.31'),(68880,1634,'_order_version','7.1.1'),(68881,1634,'_prices_include_tax','no'),(68882,1634,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(68883,1634,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(68884,1634,'is_vat_exempt','no'),(68885,1634,'Payment type','instant'),(68886,1634,'_paypal_status','completed'),(68887,1634,'_transaction_id','15892885JL691504M'),(68888,1634,'PayPal Transaction Fee','24.62'),(68889,1634,'_date_paid','1673242068'),(68890,1634,'_paid_date','2023-01-09 05:27:48'),(68891,1635,'_order_key','wc_order_64ggR33HtffML'),(68892,1635,'_customer_user','6'),(68893,1635,'_payment_method','paypal'),(68894,1635,'_payment_method_title','PayPal'),(68895,1635,'_customer_ip_address','73.151.114.219'),(68896,1635,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(68897,1635,'_created_via','checkout'),(68898,1635,'_cart_hash','8e74d9d7af557f1eecd9c724e31a898a'),(68899,1635,'_download_permissions_granted','yes'),(68900,1635,'_recorded_sales','yes'),(68901,1635,'_recorded_coupon_usage_counts','yes'),(68902,1635,'_new_order_email_sent','true'),(68903,1635,'_order_stock_reduced','yes'),(68904,1635,'_billing_first_name','Amira'),(68905,1635,'_billing_last_name','Purto'),(68906,1635,'_billing_address_1','2628 Acapulco Way'),(68907,1635,'_billing_city','Modesto'),(68908,1635,'_billing_state','CA'),(68909,1635,'_billing_postcode','95355'),(68910,1635,'_billing_country','US'),(68911,1635,'_billing_email','amira77@sbcglobal.net'),(68912,1635,'_billing_phone','2096422061'),(68913,1635,'_shipping_first_name','Amira'),(68914,1635,'_shipping_last_name','Purto'),(68915,1635,'_shipping_address_1','2628 Acapulco Way'),(68916,1635,'_shipping_city','Modesto'),(68917,1635,'_shipping_state','CA'),(68918,1635,'_shipping_postcode','95355'),(68919,1635,'_shipping_country','US'),(68920,1635,'_order_currency','USD'),(68921,1635,'_cart_discount','0'),(68922,1635,'_cart_discount_tax','0'),(68923,1635,'_order_shipping','0'),(68924,1635,'_order_shipping_tax','0'),(68925,1635,'_order_tax','0'),(68926,1635,'_order_total','740.26'),(68927,1635,'_order_version','7.1.1'),(68928,1635,'_prices_include_tax','no'),(68929,1635,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(68930,1635,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(68931,1635,'is_vat_exempt','no'),(68932,1635,'Payment type','instant'),(68933,1635,'_paypal_status','completed'),(68934,1635,'_transaction_id','14J34849BX3447256'),(68935,1635,'PayPal Transaction Fee','26.33'),(68936,1635,'_date_paid','1673289749'),(68937,1635,'_paid_date','2023-01-09 18:42:29'),(68938,1636,'_order_key','wc_order_DALlZJVeSMGUD'),(68939,1636,'_customer_user','21'),(68940,1636,'_payment_method','paypal'),(68941,1636,'_payment_method_title','PayPal'),(68942,1636,'_customer_ip_address','173.216.41.31'),(68943,1636,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.125 Safari/537.36'),(68944,1636,'_created_via','checkout'),(68945,1636,'_cart_hash','b25c932c111ea3b004d559545c11dd4c'),(68946,1636,'_download_permissions_granted','yes'),(68947,1636,'_recorded_sales','yes'),(68948,1636,'_recorded_coupon_usage_counts','yes'),(68949,1636,'_new_order_email_sent','true'),(68950,1636,'_order_stock_reduced','yes'),(68951,1636,'_billing_first_name','LCA'),(68952,1636,'_billing_last_name','Arkansas'),(68953,1636,'_billing_company','LCA - Central Arkansas'),(68954,1636,'_billing_address_1','1011 N. 2nd St., Ste. D'),(68955,1636,'_billing_city','Cabot'),(68956,1636,'_billing_state','AR'),(68957,1636,'_billing_postcode','72023'),(68958,1636,'_billing_country','US'),(68959,1636,'_billing_email','liceclinicslittlerock@gmail.com'),(68960,1636,'_billing_phone','15014249396'),(68961,1636,'_shipping_first_name','LCA'),(68962,1636,'_shipping_last_name','Arkansas'),(68963,1636,'_shipping_company','LCA - Central Arkansas'),(68964,1636,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(68965,1636,'_shipping_city','Cabot'),(68966,1636,'_shipping_state','AR'),(68967,1636,'_shipping_postcode','72023'),(68968,1636,'_shipping_country','US'),(68969,1636,'_order_currency','USD'),(68970,1636,'_cart_discount','0'),(68971,1636,'_cart_discount_tax','0'),(68972,1636,'_order_shipping','0'),(68973,1636,'_order_shipping_tax','0'),(68974,1636,'_order_tax','0'),(68975,1636,'_order_total','1084.90'),(68976,1636,'_order_version','7.1.1'),(68977,1636,'_prices_include_tax','no'),(68978,1636,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(68979,1636,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(68980,1636,'is_vat_exempt','no'),(68981,1636,'Payment type','instant'),(68982,1636,'_paypal_status','completed'),(68983,1636,'_transaction_id','3EE95253FL176724S'),(68984,1636,'PayPal Transaction Fee','38.35'),(68985,1636,'_date_paid','1673298675'),(68986,1636,'_paid_date','2023-01-09 21:11:15'),(68987,1633,'_edit_lock','1673301445:2'),(68988,1633,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219557\";s:12:\"date_shipped\";s:10:\"1673222400\";s:11:\"tracking_id\";s:32:\"fa7b3230dc27a1a398612e17a8be5fde\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219546\";s:12:\"date_shipped\";i:1673301548;s:11:\"tracking_id\";s:32:\"67dbb7fa008a20e0396191bf1e3bbf57\";}}'),(68989,1633,'_edit_last','2'),(68990,1633,'_date_completed','1673301551'),(68991,1633,'_completed_date','2023-01-09 21:59:11'),(68992,1637,'_order_key','wc_order_CY8TpWjGYdXGq'),(68993,1637,'_customer_user','54'),(68994,1637,'_payment_method','paypal'),(68995,1637,'_payment_method_title','PayPal'),(68996,1637,'_customer_ip_address','172.58.165.17'),(68997,1637,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14909.100.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36'),(68998,1637,'_created_via','checkout'),(68999,1637,'_cart_hash','7b04643f0df37b370bd08ac6d5b6e59f'),(69000,1637,'_download_permissions_granted','yes'),(69001,1637,'_recorded_sales','yes'),(69002,1637,'_recorded_coupon_usage_counts','yes'),(69003,1637,'_new_order_email_sent','true'),(69004,1637,'_order_stock_reduced','yes'),(69005,1637,'_billing_first_name','Erin'),(69006,1637,'_billing_last_name','Hawn'),(69007,1637,'_billing_address_1','10 W Phillip Rd'),(69008,1637,'_billing_address_2','123'),(69009,1637,'_billing_city','Vernon Hills'),(69010,1637,'_billing_state','IL'),(69011,1637,'_billing_postcode','60061'),(69012,1637,'_billing_country','US'),(69013,1637,'_billing_email','info@liceclinicsvernonhills.com'),(69014,1637,'_billing_phone','8475960408'),(69015,1637,'_shipping_first_name','Erin'),(69016,1637,'_shipping_last_name','Hawn'),(69017,1637,'_shipping_address_1','1491 S Amarias Dr'),(69018,1637,'_shipping_city','Round lake'),(69019,1637,'_shipping_state','IL'),(69020,1637,'_shipping_postcode','60073'),(69021,1637,'_shipping_country','US'),(69022,1637,'_order_currency','USD'),(69023,1637,'_cart_discount','0'),(69024,1637,'_cart_discount_tax','0'),(69025,1637,'_order_shipping','0'),(69026,1637,'_order_shipping_tax','0'),(69027,1637,'_order_tax','0'),(69028,1637,'_order_total','659.84'),(69029,1637,'_order_version','7.1.1'),(69030,1637,'_prices_include_tax','no'),(69031,1637,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(69032,1637,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(69033,1637,'is_vat_exempt','no'),(69034,1637,'Payment type','instant'),(69035,1637,'_paypal_status','completed'),(69036,1637,'_transaction_id','3F265579PL010180J'),(69037,1637,'PayPal Transaction Fee','23.52'),(69038,1637,'_date_paid','1673307335'),(69039,1637,'_paid_date','2023-01-09 23:35:35'),(69040,1639,'_order_key','wc_order_nWHF9g5JOUK9w'),(69041,1639,'_customer_user','37'),(69042,1639,'_payment_method','paypal'),(69043,1639,'_payment_method_title','PayPal'),(69044,1639,'_customer_ip_address','71.29.240.47'),(69045,1639,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.76'),(69046,1639,'_created_via','checkout'),(69047,1639,'_cart_hash','6a3f391399a51f5b51d07a06404ea62d'),(69048,1639,'_download_permissions_granted','yes'),(69049,1639,'_recorded_sales','yes'),(69050,1639,'_recorded_coupon_usage_counts','yes'),(69051,1639,'_new_order_email_sent','true'),(69052,1639,'_order_stock_reduced','yes'),(69053,1639,'_billing_first_name','Melody'),(69054,1639,'_billing_last_name','Carter'),(69055,1639,'_billing_company','Family Hair Clinic of South Ga LLC'),(69056,1639,'_billing_address_1','7754 GA HIGHWAY 122 W'),(69057,1639,'_billing_city','HAHIRA'),(69058,1639,'_billing_state','GA'),(69059,1639,'_billing_postcode','31632-2210'),(69060,1639,'_billing_country','US'),(69061,1639,'_billing_email','familyhairclinic@gmail.com'),(69062,1639,'_billing_phone','2294151748'),(69063,1639,'_shipping_first_name','Melody'),(69064,1639,'_shipping_last_name','Carter'),(69065,1639,'_shipping_company','LCA Family Hair Clinic'),(69066,1639,'_shipping_address_1','7754 GA Highway 122 W'),(69067,1639,'_shipping_city','Hahira'),(69068,1639,'_shipping_state','GA'),(69069,1639,'_shipping_postcode','31632'),(69070,1639,'_shipping_country','US'),(69071,1639,'_order_currency','USD'),(69072,1639,'_cart_discount','0'),(69073,1639,'_cart_discount_tax','0'),(69074,1639,'_order_shipping','14.8'),(69075,1639,'_order_shipping_tax','0'),(69076,1639,'_order_tax','0'),(69077,1639,'_order_total','306.16'),(69078,1639,'_order_version','7.1.1'),(69079,1639,'_prices_include_tax','no'),(69080,1639,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(69081,1639,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(69082,1639,'is_vat_exempt','no'),(69083,1639,'Payment type','instant'),(69084,1639,'_paypal_status','completed'),(69085,1639,'_transaction_id','1GC51955XE181041J'),(69086,1639,'PayPal Transaction Fee','11.17'),(69087,1639,'_date_paid','1673376070'),(69088,1639,'_paid_date','2023-01-10 18:41:10'),(69089,1640,'_order_key','wc_order_BPQ13bFrnrYGl'),(69090,1640,'_customer_user','0'),(69091,1640,'_payment_method','paypal'),(69092,1640,'_payment_method_title','PayPal'),(69093,1640,'_customer_ip_address','96.235.164.193'),(69094,1640,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(69095,1640,'_created_via','checkout'),(69096,1640,'_cart_hash','45c7bf2d45ed5897ae88ba19750fb980'),(69097,1640,'_download_permissions_granted','yes'),(69098,1640,'_recorded_sales','yes'),(69099,1640,'_recorded_coupon_usage_counts','yes'),(69100,1640,'_new_order_email_sent','true'),(69101,1640,'_order_stock_reduced','yes'),(69102,1640,'_billing_first_name','Meredith'),(69103,1640,'_billing_last_name','Croy'),(69104,1640,'_billing_company','Meredith Croy'),(69105,1640,'_billing_address_1','749 ARDEN RD'),(69106,1640,'_billing_city','JENKINTOWN'),(69107,1640,'_billing_state','PA'),(69108,1640,'_billing_postcode','19046-1524'),(69109,1640,'_billing_country','US'),(69110,1640,'_billing_email','newell816@yahoo.com'),(69111,1640,'_billing_phone','2672501243'),(69112,1640,'_shipping_first_name','Elisabeth'),(69113,1640,'_shipping_last_name','Newell'),(69114,1640,'_shipping_address_1','2818 Norcom Rd'),(69115,1640,'_shipping_city','Philadelphia'),(69116,1640,'_shipping_state','PA'),(69117,1640,'_shipping_postcode','19154'),(69118,1640,'_shipping_country','US'),(69119,1640,'_order_currency','USD'),(69120,1640,'_cart_discount','0'),(69121,1640,'_cart_discount_tax','0'),(69122,1640,'_order_shipping','0'),(69123,1640,'_order_shipping_tax','0'),(69124,1640,'_order_tax','0'),(69125,1640,'_order_total','554.16'),(69126,1640,'_order_version','7.1.1'),(69127,1640,'_prices_include_tax','no'),(69128,1640,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US newell816@yahoo.com 2672501243'),(69129,1640,'_shipping_address_index','Elisabeth Newell  2818 Norcom Rd  Philadelphia PA 19154 US '),(69130,1640,'is_vat_exempt','no'),(69131,1634,'_edit_lock','1673379843:2'),(69132,1634,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219877\";s:12:\"date_shipped\";s:10:\"1673308800\";s:11:\"tracking_id\";s:32:\"323ab154691756e89b787ff14228c2f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219866\";s:12:\"date_shipped\";i:1673379662;s:11:\"tracking_id\";s:32:\"06093473b8dd5154b94ac56255b84f02\";}}'),(69133,1634,'_edit_last','2'),(69134,1634,'_date_completed','1673379665'),(69135,1634,'_completed_date','2023-01-10 19:41:05'),(69136,1635,'_edit_lock','1673385991:2'),(69137,1635,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219980\";s:12:\"date_shipped\";s:10:\"1673308800\";s:11:\"tracking_id\";s:32:\"59320d3c8a8358014b16717941b8831d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830219970\";s:12:\"date_shipped\";i:1673386095;s:11:\"tracking_id\";s:32:\"bae8bfda631c38865d18d0e53f426100\";}}'),(69138,1635,'_edit_last','2'),(69139,1635,'_date_completed','1673386098'),(69140,1635,'_completed_date','2023-01-10 21:28:18'),(69141,1629,'Payment type','instant'),(69142,1629,'_paypal_status','completed'),(69143,1629,'_transaction_id','8JP74967DC968863H'),(69144,1629,'PayPal Transaction Fee','0.86'),(69145,1641,'_order_key','wc_order_wp8IBTTzYTqeW'),(69146,1641,'_customer_user','78'),(69147,1641,'_payment_method','paypal'),(69148,1641,'_payment_method_title','PayPal'),(69149,1641,'_customer_ip_address','108.54.108.233'),(69150,1641,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(69151,1641,'_created_via','checkout'),(69152,1641,'_cart_hash','702706ad40dab865c2b6a8ffa427621a'),(69153,1641,'_download_permissions_granted','yes'),(69154,1641,'_recorded_sales','yes'),(69155,1641,'_recorded_coupon_usage_counts','yes'),(69156,1641,'_new_order_email_sent','true'),(69157,1641,'_order_stock_reduced','yes'),(69158,1641,'_billing_first_name','Richard'),(69159,1641,'_billing_last_name','Florsheim'),(69160,1641,'_billing_company','Licura'),(69161,1641,'_billing_address_1','3827 w fairway heights dr'),(69162,1641,'_billing_city','Mequon'),(69163,1641,'_billing_state','NY'),(69164,1641,'_billing_postcode','53092'),(69165,1641,'_billing_country','US'),(69166,1641,'_billing_email','tara@liceclinicslongIsland.com'),(69167,1641,'_billing_phone','5619006382'),(69168,1641,'_shipping_first_name','Tara'),(69169,1641,'_shipping_last_name','Johnson'),(69170,1641,'_shipping_company','LCA'),(69171,1641,'_shipping_address_1','2330 Faye Ct'),(69172,1641,'_shipping_city','Merrick'),(69173,1641,'_shipping_state','NY'),(69174,1641,'_shipping_postcode','11566'),(69175,1641,'_shipping_country','US'),(69176,1641,'_order_currency','USD'),(69177,1641,'_cart_discount','0'),(69178,1641,'_cart_discount_tax','0'),(69179,1641,'_order_shipping','12.3'),(69180,1641,'_order_shipping_tax','0'),(69181,1641,'_order_tax','0'),(69182,1641,'_order_total','12.30'),(69183,1641,'_order_version','7.1.1'),(69184,1641,'_prices_include_tax','no'),(69185,1641,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(69186,1641,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(69187,1641,'is_vat_exempt','no'),(69188,1641,'_edit_lock','1673545120:2'),(69189,1641,'_edit_last','2'),(69190,1641,'Payment type','instant'),(69191,1641,'_paypal_status','completed'),(69192,1641,'_transaction_id','70D52923C04273836'),(69193,1641,'PayPal Transaction Fee','0.92'),(69194,1641,'_date_paid','1673468838'),(69195,1641,'_paid_date','2023-01-11 20:27:18'),(69196,1637,'_edit_lock','1673470848:2'),(69197,1637,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220046\";s:12:\"date_shipped\";s:10:\"1673395200\";s:11:\"tracking_id\";s:32:\"1e6619829b02ed64832fc32551bc8842\";}}'),(69198,1637,'_edit_last','2'),(69199,1637,'_date_completed','1673470988'),(69200,1637,'_completed_date','2023-01-11 21:03:08'),(69201,1636,'_edit_lock','1673471925:2'),(69202,1636,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220024\";s:12:\"date_shipped\";s:10:\"1673395200\";s:11:\"tracking_id\";s:32:\"60abef957f12bed00b304c39f1b351a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220013\";s:12:\"date_shipped\";i:1673471030;s:11:\"tracking_id\";s:32:\"5b6afb8f7150ebe5fb469c41cd568532\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220002\";s:12:\"date_shipped\";i:1673471038;s:11:\"tracking_id\";s:32:\"b5e5694e8edb84fd6f84e1247df295c9\";}}'),(69203,1636,'_edit_last','2'),(69204,1636,'_date_completed','1673471041'),(69205,1636,'_completed_date','2023-01-11 21:04:01'),(69206,1642,'_order_key','wc_order_j3qV7OEnkGvSs'),(69207,1642,'_customer_user','49'),(69208,1642,'_payment_method','paypal'),(69209,1642,'_payment_method_title','PayPal'),(69210,1642,'_customer_ip_address','108.18.226.10'),(69211,1642,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(69212,1642,'_created_via','checkout'),(69213,1642,'_cart_hash','74f1cd2c55d63a68f6cfb596427a23c1'),(69214,1642,'_download_permissions_granted','yes'),(69215,1642,'_recorded_sales','yes'),(69216,1642,'_recorded_coupon_usage_counts','yes'),(69217,1642,'_new_order_email_sent','true'),(69218,1642,'_order_stock_reduced','yes'),(69219,1642,'_billing_first_name','Kristi'),(69220,1642,'_billing_last_name','Winkler'),(69221,1642,'_billing_company','LCA - Manassas'),(69222,1642,'_billing_address_1','8943 Garrett Way'),(69223,1642,'_billing_city','Manassas'),(69224,1642,'_billing_state','VA'),(69225,1642,'_billing_postcode','20112'),(69226,1642,'_billing_country','US'),(69227,1642,'_billing_email','info@northernvirginialiceclinics.com'),(69228,1642,'_billing_phone','8587520975'),(69229,1642,'_shipping_first_name','Michelle'),(69230,1642,'_shipping_last_name','Winkler'),(69231,1642,'_shipping_company','Lice Clinics of America - Manassas'),(69232,1642,'_shipping_address_1','8943 Garrett Way'),(69233,1642,'_shipping_city','Manassas'),(69234,1642,'_shipping_state','VA'),(69235,1642,'_shipping_postcode','20112'),(69236,1642,'_shipping_country','US'),(69237,1642,'_order_currency','USD'),(69238,1642,'_cart_discount','0'),(69239,1642,'_cart_discount_tax','0'),(69240,1642,'_order_shipping','0'),(69241,1642,'_order_shipping_tax','0'),(69242,1642,'_order_tax','0'),(69243,1642,'_order_total','2082.08'),(69244,1642,'_order_version','7.1.1'),(69245,1642,'_prices_include_tax','no'),(69246,1642,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(69247,1642,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(69248,1642,'is_vat_exempt','no'),(69249,1642,'Payment type','instant'),(69250,1642,'_paypal_status','completed'),(69251,1642,'_transaction_id','3GJ33270LC852140C'),(69252,1642,'PayPal Transaction Fee','73.15'),(69253,1642,'_date_paid','1673491631'),(69254,1642,'_paid_date','2023-01-12 02:47:11'),(69255,1643,'_order_key','wc_order_zCf9k2FVv5c6A'),(69256,1643,'_customer_user','67'),(69257,1643,'_payment_method','paypal'),(69258,1643,'_payment_method_title','PayPal'),(69259,1643,'_customer_ip_address','2603:7080:c144:e900:6d14:6495:e84d:a1'),(69260,1643,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(69261,1643,'_created_via','checkout'),(69262,1643,'_cart_hash','3947d0ac7f31f57da8da14799bdcb2e8'),(69263,1643,'_download_permissions_granted','yes'),(69264,1643,'_recorded_sales','yes'),(69265,1643,'_recorded_coupon_usage_counts','yes'),(69266,1643,'_new_order_email_sent','true'),(69267,1643,'_order_stock_reduced','yes'),(69268,1643,'_billing_first_name','Marnie'),(69269,1643,'_billing_last_name','Murray'),(69270,1643,'_billing_company','Naughty Nits'),(69271,1643,'_billing_address_1','2809 Wehrle Drive'),(69272,1643,'_billing_address_2','Suite 10'),(69273,1643,'_billing_city','Williamsville'),(69274,1643,'_billing_state','NY'),(69275,1643,'_billing_postcode','14221'),(69276,1643,'_billing_country','US'),(69277,1643,'_billing_email','liceclinicsupstateny@gmail.com'),(69278,1643,'_billing_phone','7166265423'),(69279,1643,'_shipping_first_name','Marnie'),(69280,1643,'_shipping_last_name','Murray'),(69281,1643,'_shipping_company','LCA Buffalo'),(69282,1643,'_shipping_address_1','2809 Wehrle Drive'),(69283,1643,'_shipping_address_2','Suite 10'),(69284,1643,'_shipping_city','Williamsville'),(69285,1643,'_shipping_state','NY'),(69286,1643,'_shipping_postcode','14221'),(69287,1643,'_shipping_country','US'),(69288,1643,'_order_currency','USD'),(69289,1643,'_cart_discount','0'),(69290,1643,'_cart_discount_tax','0'),(69291,1643,'_order_shipping','0'),(69292,1643,'_order_shipping_tax','0'),(69293,1643,'_order_tax','0'),(69294,1643,'_order_total','903.06'),(69295,1643,'_order_version','7.1.1'),(69296,1643,'_prices_include_tax','no'),(69297,1643,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(69298,1643,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(69299,1643,'is_vat_exempt','no'),(69300,1643,'Payment type','instant'),(69301,1643,'_paypal_status','completed'),(69302,1643,'_transaction_id','70G69186JG1604449'),(69303,1643,'PayPal Transaction Fee','32.01'),(69304,1643,'_date_paid','1673543481'),(69305,1643,'_paid_date','2023-01-12 17:11:21'),(69306,1641,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220333\";s:12:\"date_shipped\";s:10:\"1673481600\";s:11:\"tracking_id\";s:32:\"4b77b425840721e0b1e45a79b6db94c5\";}}'),(69307,1641,'_date_completed','1673545185'),(69308,1641,'_completed_date','2023-01-12 17:39:45'),(69309,1629,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220285\";s:12:\"date_shipped\";s:10:\"1673481600\";s:11:\"tracking_id\";s:32:\"e4909bfdda501fb3c71340f6eef51c59\";}}'),(69310,1644,'_order_key','wc_order_XkWb0QDg7XT9n'),(69311,1644,'_customer_user','28'),(69312,1644,'_payment_method','paypal'),(69313,1644,'_payment_method_title','PayPal'),(69314,1644,'_customer_ip_address','2603:8001:8501:4c21:b122:5b4c:4e2c:261f'),(69315,1644,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(69316,1644,'_created_via','checkout'),(69317,1644,'_cart_hash','0bc88f844c2879da4d806bd347de5935'),(69318,1644,'_download_permissions_granted','yes'),(69319,1644,'_recorded_sales','yes'),(69320,1644,'_recorded_coupon_usage_counts','yes'),(69321,1644,'_new_order_email_sent','true'),(69322,1644,'_order_stock_reduced','yes'),(69323,1644,'_billing_first_name','Kelli'),(69324,1644,'_billing_last_name','Washington'),(69325,1644,'_billing_company','Lice Clinics of America - Temecula'),(69326,1644,'_billing_address_1','2438 Bear Rock Gln'),(69327,1644,'_billing_city','Escondido'),(69328,1644,'_billing_state','CA'),(69329,1644,'_billing_postcode','92026'),(69330,1644,'_billing_country','US'),(69331,1644,'_billing_email','info@liceclinicstemecula.com'),(69332,1644,'_billing_phone','7606255580'),(69333,1644,'_shipping_first_name','Kelli'),(69334,1644,'_shipping_last_name','Washington'),(69335,1644,'_shipping_company','Lice Clinics of America - Temecula'),(69336,1644,'_shipping_address_1','2438 Bear Rock Gln'),(69337,1644,'_shipping_city','Escondido'),(69338,1644,'_shipping_state','CA'),(69339,1644,'_shipping_postcode','92026'),(69340,1644,'_shipping_country','US'),(69341,1644,'_order_currency','USD'),(69342,1644,'_cart_discount','0'),(69343,1644,'_cart_discount_tax','0'),(69344,1644,'_order_shipping','24.25'),(69345,1644,'_order_shipping_tax','0'),(69346,1644,'_order_tax','0'),(69347,1644,'_order_total','261.85'),(69348,1644,'_order_version','7.1.1'),(69349,1644,'_prices_include_tax','no'),(69350,1644,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(69351,1644,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(69352,1644,'is_vat_exempt','no'),(69353,1644,'Payment type','instant'),(69354,1644,'_paypal_status','completed'),(69355,1644,'_transaction_id','4N653339TG074620T'),(69356,1644,'PayPal Transaction Fee','9.63'),(69357,1644,'_date_paid','1673553042'),(69358,1644,'_paid_date','2023-01-12 19:50:42'),(69359,1642,'_edit_lock','1673556701:2'),(69360,1642,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220436\";s:12:\"date_shipped\";s:10:\"1673481600\";s:11:\"tracking_id\";s:32:\"7a1dfff5b9a2416660199f65fc1ece7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220425\";s:12:\"date_shipped\";i:1673556752;s:11:\"tracking_id\";s:32:\"369159c25a5eb636ab9383ee704b4721\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220414\";s:12:\"date_shipped\";i:1673556760;s:11:\"tracking_id\";s:32:\"1af913cb1b75e66b18d4a90157c2af37\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220403\";s:12:\"date_shipped\";i:1673556767;s:11:\"tracking_id\";s:32:\"f9a7247ad405aac06fe839ea5996c679\";}}'),(69361,1642,'_edit_last','2'),(69362,1642,'_date_completed','1673556792'),(69363,1642,'_completed_date','2023-01-12 20:53:12'),(69364,1645,'_order_key','wc_order_c3TglESdVmIvf'),(69365,1645,'_customer_user','92'),(69366,1645,'_payment_method','paypal'),(69367,1645,'_payment_method_title','PayPal'),(69368,1645,'_customer_ip_address','2601:642:4b80:2490:f0b0:37fa:3abd:9509'),(69369,1645,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(69370,1645,'_created_via','checkout'),(69371,1645,'_cart_hash','685c717d1307d7a0dc81a00b84b8be15'),(69372,1645,'_download_permissions_granted','yes'),(69373,1645,'_recorded_sales','yes'),(69374,1645,'_recorded_coupon_usage_counts','yes'),(69375,1645,'_new_order_email_sent','true'),(69376,1645,'_order_stock_reduced','yes'),(69377,1645,'_billing_first_name','Michelle'),(69378,1645,'_billing_last_name','Du'),(69379,1645,'_billing_company','LCA Fremont'),(69380,1645,'_billing_address_1','31372 Mackinaw Street'),(69381,1645,'_billing_city','Union City'),(69382,1645,'_billing_state','CA'),(69383,1645,'_billing_postcode','94587'),(69384,1645,'_billing_country','US'),(69385,1645,'_billing_email','info@liceclinicsfremont.com'),(69386,1645,'_billing_phone','510-770-4394'),(69387,1645,'_shipping_first_name','Michelle'),(69388,1645,'_shipping_last_name','Du'),(69389,1645,'_shipping_company','LCA Fremont'),(69390,1645,'_shipping_address_1','31372 Mackinaw Street'),(69391,1645,'_shipping_city','Union City'),(69392,1645,'_shipping_state','CA'),(69393,1645,'_shipping_postcode','94587'),(69394,1645,'_shipping_country','US'),(69395,1645,'_order_currency','USD'),(69396,1645,'_cart_discount','0'),(69397,1645,'_cart_discount_tax','0'),(69398,1645,'_order_shipping','0'),(69399,1645,'_order_shipping_tax','0'),(69400,1645,'_order_tax','0'),(69401,1645,'_order_total','528.00'),(69402,1645,'_order_version','7.1.1'),(69403,1645,'_prices_include_tax','no'),(69404,1645,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(69405,1645,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(69406,1645,'is_vat_exempt','no'),(69407,1645,'_edit_lock','1673653304:2'),(69408,1645,'_edit_last','2'),(69409,1646,'_order_key','wc_order_UJdaRaTGVG6fz'),(69410,1646,'_customer_user','3'),(69411,1646,'_payment_method','paypal'),(69412,1646,'_payment_method_title','PayPal'),(69413,1646,'_customer_ip_address','70.142.202.154'),(69414,1646,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(69415,1646,'_created_via','checkout'),(69416,1646,'_cart_hash','24de81c9724dec4e0367358713cc15be'),(69417,1646,'_download_permissions_granted','yes'),(69418,1646,'_recorded_sales','yes'),(69419,1646,'_recorded_coupon_usage_counts','yes'),(69420,1646,'_new_order_email_sent','true'),(69421,1646,'_order_stock_reduced','yes'),(69422,1646,'_billing_first_name','AMANDA'),(69423,1646,'_billing_last_name','Westerman'),(69424,1646,'_billing_company','Lice Clinics of America'),(69425,1646,'_billing_address_1','1709 Damian Way'),(69426,1646,'_billing_city','Richardson'),(69427,1646,'_billing_state','TX'),(69428,1646,'_billing_postcode','75081'),(69429,1646,'_billing_country','US'),(69430,1646,'_billing_email','awesterman1103@gmail.com'),(69431,1646,'_billing_phone','12144175741'),(69432,1646,'_shipping_first_name','AMANDA'),(69433,1646,'_shipping_last_name','Westerman'),(69434,1646,'_shipping_company','Lice Clinics of America McKinney'),(69435,1646,'_shipping_address_1','1709 Damian Way'),(69436,1646,'_shipping_city','Richardson'),(69437,1646,'_shipping_state','TX'),(69438,1646,'_shipping_postcode','75081'),(69439,1646,'_shipping_country','US'),(69440,1646,'_order_currency','USD'),(69441,1646,'_cart_discount','0'),(69442,1646,'_cart_discount_tax','0'),(69443,1646,'_order_shipping','0'),(69444,1646,'_order_shipping_tax','0'),(69445,1646,'_order_tax','0'),(69446,1646,'_order_total','1069.24'),(69447,1646,'_order_version','7.1.1'),(69448,1646,'_prices_include_tax','no'),(69449,1646,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(69450,1646,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(69451,1646,'is_vat_exempt','no'),(69452,1646,'Payment type','instant'),(69453,1646,'_paypal_status','completed'),(69454,1646,'_transaction_id','0LE15283EM006261Y'),(69455,1646,'PayPal Transaction Fee','37.81'),(69456,1646,'_date_paid','1673563357'),(69457,1646,'_paid_date','2023-01-12 22:42:37'),(69458,1645,'Payment type','instant'),(69459,1645,'_paypal_status','completed'),(69460,1645,'_transaction_id','6S19731457273843P'),(69461,1645,'PayPal Transaction Fee','18.92'),(69462,1645,'_date_paid','1673591138'),(69463,1645,'_paid_date','2023-01-13 06:25:38'),(69464,1643,'_edit_lock','1673637575:2'),(69465,1643,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220517\";s:12:\"date_shipped\";s:10:\"1673568000\";s:11:\"tracking_id\";s:32:\"11b2d3faf996dc9bc7941ce5147107d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220506\";s:12:\"date_shipped\";i:1673637707;s:11:\"tracking_id\";s:32:\"65791fb7f74ee1d75e14d6461036d7ad\";}}'),(69466,1643,'_edit_last','2'),(69467,1643,'_date_completed','1673637710'),(69468,1643,'_completed_date','2023-01-13 19:21:50'),(69469,1644,'_edit_lock','1673637873:2'),(69470,1644,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220561\";s:12:\"date_shipped\";s:10:\"1673568000\";s:11:\"tracking_id\";s:32:\"dc257f60633fb1dcce3ccd9379f6a8ea\";}}'),(69471,1644,'_edit_last','2'),(69472,1644,'_date_completed','1673637964'),(69473,1644,'_completed_date','2023-01-13 19:26:04'),(69474,1646,'_edit_lock','1673637994:2'),(69475,1646,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220631\";s:12:\"date_shipped\";s:10:\"1673568000\";s:11:\"tracking_id\";s:32:\"7260af4c533ee6c23333acd6a2ff09a8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220620\";s:12:\"date_shipped\";i:1673638103;s:11:\"tracking_id\";s:32:\"fcbcec67b6349e8d23e84b41b56deb5b\";}}'),(69476,1646,'_edit_last','2'),(69477,1646,'_date_completed','1673638108'),(69478,1646,'_completed_date','2023-01-13 19:28:28'),(69479,1647,'_order_key','wc_order_QxsVUxmpzp0h1'),(69480,1647,'_customer_user','78'),(69481,1647,'_payment_method','paypal'),(69482,1647,'_payment_method_title','PayPal'),(69483,1647,'_customer_ip_address','2600:4040:9b05:a00:7913:b822:31f0:a3e'),(69484,1647,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(69485,1647,'_created_via','checkout'),(69486,1647,'_cart_hash','98c57926fb226a6690166d26d21bd6e0'),(69487,1647,'_download_permissions_granted','yes'),(69488,1647,'_recorded_sales','yes'),(69489,1647,'_recorded_coupon_usage_counts','yes'),(69490,1647,'_new_order_email_sent','true'),(69491,1647,'_order_stock_reduced','yes'),(69492,1647,'_billing_first_name','Richard'),(69493,1647,'_billing_last_name','Florsheim'),(69494,1647,'_billing_company','Licura'),(69495,1647,'_billing_address_1','3827 w fairway heights dr'),(69496,1647,'_billing_city','Mequon'),(69497,1647,'_billing_state','NY'),(69498,1647,'_billing_postcode','53092'),(69499,1647,'_billing_country','US'),(69500,1647,'_billing_email','tara@liceclinicslongIsland.com'),(69501,1647,'_billing_phone','5619006382'),(69502,1647,'_shipping_first_name','Tara'),(69503,1647,'_shipping_last_name','Johnson'),(69504,1647,'_shipping_company','LCA'),(69505,1647,'_shipping_address_1','599 west Hartsdale ave'),(69506,1647,'_shipping_address_2','#203'),(69507,1647,'_shipping_city','White plains'),(69508,1647,'_shipping_state','NY'),(69509,1647,'_shipping_postcode','10607'),(69510,1647,'_shipping_country','US'),(69511,1647,'_order_currency','USD'),(69512,1647,'_cart_discount','0'),(69513,1647,'_cart_discount_tax','0'),(69514,1647,'_order_shipping','12.3'),(69515,1647,'_order_shipping_tax','0'),(69516,1647,'_order_tax','0'),(69517,1647,'_order_total','12.30'),(69518,1647,'_order_version','7.1.1'),(69519,1647,'_prices_include_tax','no'),(69520,1647,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(69521,1647,'_shipping_address_index','Tara Johnson LCA 599 west Hartsdale ave #203 White plains NY 10607 US '),(69522,1647,'is_vat_exempt','no'),(69523,1648,'_order_key','wc_order_KhMwcn6yhTGUl'),(69524,1648,'_customer_user','78'),(69525,1648,'_payment_method','paypal'),(69526,1648,'_payment_method_title','PayPal'),(69527,1648,'_customer_ip_address','108.54.108.233'),(69528,1648,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(69529,1648,'_created_via','checkout'),(69530,1648,'_cart_hash','06ad9856f1cdd181ee7d9a44573f5daa'),(69531,1648,'_download_permissions_granted','yes'),(69532,1648,'_recorded_sales','yes'),(69533,1648,'_recorded_coupon_usage_counts','yes'),(69534,1648,'_new_order_email_sent','true'),(69535,1648,'_order_stock_reduced','yes'),(69536,1648,'_billing_first_name','Richard'),(69537,1648,'_billing_last_name','Florsheim'),(69538,1648,'_billing_company','Licura'),(69539,1648,'_billing_address_1','3827 w fairway heights dr'),(69540,1648,'_billing_city','Mequon'),(69541,1648,'_billing_state','NY'),(69542,1648,'_billing_postcode','53092'),(69543,1648,'_billing_country','US'),(69544,1648,'_billing_email','tara@liceclinicslongIsland.com'),(69545,1648,'_billing_phone','5619006382'),(69546,1648,'_shipping_first_name','Tara'),(69547,1648,'_shipping_last_name','Johnson'),(69548,1648,'_shipping_company','LCA'),(69549,1648,'_shipping_address_1','2330 Faye Ct'),(69550,1648,'_shipping_address_2','#'),(69551,1648,'_shipping_city','Merrick'),(69552,1648,'_shipping_state','NY'),(69553,1648,'_shipping_postcode','11566'),(69554,1648,'_shipping_country','US'),(69555,1648,'_order_currency','USD'),(69556,1648,'_cart_discount','0'),(69557,1648,'_cart_discount_tax','0'),(69558,1648,'_order_shipping','12.3'),(69559,1648,'_order_shipping_tax','0'),(69560,1648,'_order_tax','0'),(69561,1648,'_order_total','12.30'),(69562,1648,'_order_version','7.1.1'),(69563,1648,'_prices_include_tax','no'),(69564,1648,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(69565,1648,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct # Merrick NY 11566 US '),(69566,1648,'is_vat_exempt','no'),(69567,1649,'_order_key','wc_order_vusPg8GOXfOhd'),(69568,1649,'_customer_user','25'),(69569,1649,'_payment_method','paypal'),(69570,1649,'_payment_method_title','PayPal'),(69571,1649,'_customer_ip_address','2600:1700:3980:e6d0:313a:70aa:a6d5:a297'),(69572,1649,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(69573,1649,'_created_via','checkout'),(69574,1649,'_cart_hash','77b244a1dbe234dfd6293dd0dc82ce25'),(69575,1649,'_download_permissions_granted','yes'),(69576,1649,'_recorded_sales','yes'),(69577,1649,'_recorded_coupon_usage_counts','yes'),(69578,1649,'_new_order_email_sent','true'),(69579,1649,'_order_stock_reduced','yes'),(69580,1649,'_billing_first_name','Blaine'),(69581,1649,'_billing_last_name','Tyrone'),(69582,1649,'_billing_address_1','529 N Main St'),(69583,1649,'_billing_city','Picayune'),(69584,1649,'_billing_state','MS'),(69585,1649,'_billing_postcode','39466'),(69586,1649,'_billing_country','US'),(69587,1649,'_billing_email','info@liceclinicssouthms.com'),(69588,1649,'_billing_phone','6623227518'),(69589,1649,'_shipping_first_name','Blaine'),(69590,1649,'_shipping_last_name','Tyrone'),(69591,1649,'_shipping_address_1','529 N Main St'),(69592,1649,'_shipping_city','Picayune'),(69593,1649,'_shipping_state','MS'),(69594,1649,'_shipping_postcode','39466'),(69595,1649,'_shipping_country','US'),(69596,1649,'_order_currency','USD'),(69597,1649,'_cart_discount','0'),(69598,1649,'_cart_discount_tax','0'),(69599,1649,'_order_shipping','0'),(69600,1649,'_order_shipping_tax','0'),(69601,1649,'_order_tax','0'),(69602,1649,'_order_total','535.56'),(69603,1649,'_order_version','7.1.1'),(69604,1649,'_prices_include_tax','no'),(69605,1649,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(69606,1649,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(69607,1649,'is_vat_exempt','no'),(69608,1649,'Payment type','instant'),(69609,1649,'_paypal_status','completed'),(69610,1649,'_transaction_id','74W7328085398910U'),(69611,1649,'PayPal Transaction Fee','19.18'),(69612,1649,'_date_paid','1673646917'),(69613,1649,'_paid_date','2023-01-13 21:55:17'),(69614,1648,'_edit_lock','1673900919:2'),(69615,1647,'_edit_lock','1673900868:2'),(69616,1648,'_edit_last','2'),(69617,1647,'_edit_last','2'),(69618,1645,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220756\";s:12:\"date_shipped\";s:10:\"1673568000\";s:11:\"tracking_id\";s:32:\"dbede4626f6b04fabefcf248bd78c10a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220745\";s:12:\"date_shipped\";i:1673651378;s:11:\"tracking_id\";s:32:\"40235c801a673ad48a0e3ee91e39a619\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220734\";s:12:\"date_shipped\";i:1673651384;s:11:\"tracking_id\";s:32:\"c43ee81cf6b5f61d2dc9e08f86f70e55\";}}'),(69619,1645,'_date_completed','1673651388'),(69620,1645,'_completed_date','2023-01-13 23:09:48'),(69621,1648,'Payment type','instant'),(69622,1648,'_paypal_status','completed'),(69623,1648,'_transaction_id','79W02888RP761925K'),(69624,1648,'PayPal Transaction Fee','0.92'),(69625,1648,'_date_paid','1673651396'),(69626,1648,'_paid_date','2023-01-13 23:09:56'),(69627,1647,'Payment type','instant'),(69628,1647,'_paypal_status','completed'),(69629,1647,'_transaction_id','4XM27159SL4283451'),(69630,1647,'PayPal Transaction Fee','0.92'),(69631,1647,'_date_paid','1673651423'),(69632,1647,'_paid_date','2023-01-13 23:10:23'),(69633,1650,'_order_key','wc_order_kH1S959nq1h7I'),(69634,1650,'_customer_user','76'),(69635,1650,'_payment_method','paypal'),(69636,1650,'_payment_method_title','PayPal'),(69637,1650,'_customer_ip_address','73.126.87.181'),(69638,1650,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(69639,1650,'_created_via','checkout'),(69640,1650,'_cart_hash','a568c4288e522597b88fd2a26fd5a436'),(69641,1650,'_download_permissions_granted','yes'),(69642,1650,'_recorded_sales','yes'),(69643,1650,'_recorded_coupon_usage_counts','yes'),(69644,1650,'_new_order_email_sent','true'),(69645,1650,'_order_stock_reduced','yes'),(69646,1650,'_billing_first_name','Naomi'),(69647,1650,'_billing_last_name','Golden'),(69648,1650,'_billing_address_1','31 Mann Ave'),(69649,1650,'_billing_city','Needham'),(69650,1650,'_billing_state','MA'),(69651,1650,'_billing_postcode','02492'),(69652,1650,'_billing_country','US'),(69653,1650,'_billing_email','nrgolden6486@gmail.com'),(69654,1650,'_billing_phone','617-851-1322'),(69655,1650,'_shipping_first_name','Naomi'),(69656,1650,'_shipping_last_name','Golden'),(69657,1650,'_shipping_company','Lice Aunties'),(69658,1650,'_shipping_address_1','1349 Centre Street'),(69659,1650,'_shipping_address_2','Entrance on Trowbridge'),(69660,1650,'_shipping_city','Newton'),(69661,1650,'_shipping_state','MA'),(69662,1650,'_shipping_postcode','02459'),(69663,1650,'_shipping_country','US'),(69664,1650,'_order_currency','USD'),(69665,1650,'_cart_discount','0'),(69666,1650,'_cart_discount_tax','0'),(69667,1650,'_order_shipping','0'),(69668,1650,'_order_shipping_tax','0'),(69669,1650,'_order_tax','0'),(69670,1650,'_order_total','503.52'),(69671,1650,'_order_version','7.1.1'),(69672,1650,'_prices_include_tax','no'),(69673,1650,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(69674,1650,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Entrance on Trowbridge Newton MA 02459 US '),(69675,1650,'is_vat_exempt','no'),(69676,1650,'Payment type','instant'),(69677,1650,'_paypal_status','completed'),(69678,1650,'_transaction_id','24A198185X5628534'),(69679,1650,'PayPal Transaction Fee','18.06'),(69680,1650,'_date_paid','1673744299'),(69681,1650,'_paid_date','2023-01-15 00:58:19'),(69682,1651,'_order_key','wc_order_hb89sGDQtcgXH'),(69683,1651,'_customer_user','66'),(69684,1651,'_payment_method','paypal'),(69685,1651,'_payment_method_title','PayPal'),(69686,1651,'_customer_ip_address','2603:3003:3e06:e00:2d42:c789:6229:8099'),(69687,1651,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(69688,1651,'_created_via','checkout'),(69689,1651,'_cart_hash','a4606b1be9e06c0049b5caee96ebec62'),(69690,1651,'_download_permissions_granted','yes'),(69691,1651,'_recorded_sales','yes'),(69692,1651,'_recorded_coupon_usage_counts','yes'),(69693,1651,'_new_order_email_sent','true'),(69694,1651,'_order_stock_reduced','yes'),(69695,1651,'_billing_first_name','Mark'),(69696,1651,'_billing_last_name','Dent'),(69697,1651,'_billing_company','Lice Clinics of Maryland'),(69698,1651,'_billing_address_1','801 W 33rd Street'),(69699,1651,'_billing_city','BAltimore'),(69700,1651,'_billing_state','MD'),(69701,1651,'_billing_postcode','21211'),(69702,1651,'_billing_country','US'),(69703,1651,'_billing_email','info@liceclinicsofmaryland.com'),(69704,1651,'_billing_phone','4438349991'),(69705,1651,'_shipping_first_name','Dawn'),(69706,1651,'_shipping_last_name','Mumaw'),(69707,1651,'_shipping_company','LCA Baltimore'),(69708,1651,'_shipping_address_1','604 Providence Road'),(69709,1651,'_shipping_city','Towson'),(69710,1651,'_shipping_state','MD'),(69711,1651,'_shipping_postcode','21286'),(69712,1651,'_shipping_country','US'),(69713,1651,'_order_currency','USD'),(69714,1651,'_cart_discount','0'),(69715,1651,'_cart_discount_tax','0'),(69716,1651,'_order_shipping','0'),(69717,1651,'_order_shipping_tax','0'),(69718,1651,'_order_tax','0'),(69719,1651,'_order_total','500.54'),(69720,1651,'_order_version','7.1.1'),(69721,1651,'_prices_include_tax','no'),(69722,1651,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(69723,1651,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(69725,1651,'is_vat_exempt','no'),(69726,1651,'Payment type','instant'),(69727,1651,'_paypal_status','completed'),(69728,1651,'_transaction_id','2GG80765F9680943M'),(69729,1651,'PayPal Transaction Fee','17.96'),(69730,1651,'_date_paid','1673796466'),(69731,1651,'_paid_date','2023-01-15 15:27:46'),(69732,1652,'_order_key','wc_order_U93i8lykhzGJg'),(69733,1652,'_customer_user','87'),(69734,1652,'_payment_method','paypal'),(69735,1652,'_payment_method_title','PayPal'),(69736,1652,'_customer_ip_address','2600:1702:2a80:be0:d496:36bf:8dab:73bf'),(69737,1652,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(69738,1652,'_created_via','checkout'),(69739,1652,'_cart_hash','31c121cde2f629ceba2a8f6348001f8a'),(69740,1652,'_download_permissions_granted','yes'),(69741,1652,'_recorded_sales','yes'),(69742,1652,'_recorded_coupon_usage_counts','yes'),(69743,1652,'_new_order_email_sent','true'),(69744,1652,'_order_stock_reduced','yes'),(69745,1652,'_billing_first_name','Wade'),(69746,1652,'_billing_last_name','Huntsman'),(69747,1652,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(69748,1652,'_billing_address_1','3421 E 21st'),(69749,1652,'_billing_city','Tulsa'),(69750,1652,'_billing_state','OK'),(69751,1652,'_billing_postcode','74114'),(69752,1652,'_billing_country','US'),(69753,1652,'_billing_email','info@liceclinicsmidsouth.com'),(69754,1652,'_billing_phone','9189783329'),(69755,1652,'_shipping_first_name','Katee'),(69756,1652,'_shipping_last_name','Morrison'),(69757,1652,'_shipping_company','Lice Clinics of America OKC'),(69758,1652,'_shipping_address_1','4001 N Classen Blvd'),(69759,1652,'_shipping_address_2','Suite 116'),(69760,1652,'_shipping_city','Oklahoma City'),(69761,1652,'_shipping_state','OK'),(69762,1652,'_shipping_postcode','73118'),(69763,1652,'_shipping_country','US'),(69764,1652,'_order_currency','USD'),(69765,1652,'_cart_discount','0'),(69766,1652,'_cart_discount_tax','0'),(69767,1652,'_order_shipping','0'),(69768,1652,'_order_shipping_tax','0'),(69769,1652,'_order_tax','0'),(69770,1652,'_order_total','776.60'),(69771,1652,'_order_version','7.1.1'),(69772,1652,'_prices_include_tax','no'),(69773,1652,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(69774,1652,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 N Classen Blvd Suite 116 Oklahoma City OK 73118 US '),(69777,1652,'is_vat_exempt','no'),(69778,1652,'Payment type','instant'),(69779,1652,'_paypal_status','completed'),(69780,1652,'_transaction_id','4AU25801KD141512X'),(69781,1652,'PayPal Transaction Fee','27.59'),(69782,1652,'_date_paid','1673900275'),(69783,1652,'_paid_date','2023-01-16 20:17:55'),(69784,1653,'_order_key','wc_order_OQTjWhsntFw5k'),(69785,1653,'_customer_user','87'),(69786,1653,'_payment_method','paypal'),(69787,1653,'_payment_method_title','PayPal'),(69788,1653,'_customer_ip_address','2600:1702:2a80:be0:d496:36bf:8dab:73bf'),(69789,1653,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(69790,1653,'_created_via','checkout'),(69791,1653,'_cart_hash','0fd5292f76a0179ab59308baf484e033'),(69792,1653,'_download_permissions_granted','yes'),(69793,1653,'_recorded_sales','yes'),(69794,1653,'_recorded_coupon_usage_counts','yes'),(69795,1653,'_new_order_email_sent','true'),(69796,1653,'_order_stock_reduced','yes'),(69797,1653,'_billing_first_name','Wade'),(69798,1653,'_billing_last_name','Huntsman'),(69799,1653,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(69800,1653,'_billing_address_1','3421 E 21st'),(69801,1653,'_billing_city','Tulsa'),(69802,1653,'_billing_state','OK'),(69803,1653,'_billing_postcode','74114'),(69804,1653,'_billing_country','US'),(69805,1653,'_billing_email','info@liceclinicsmidsouth.com'),(69806,1653,'_billing_phone','9189783329'),(69807,1653,'_shipping_first_name','Wade'),(69808,1653,'_shipping_last_name','Huntsman'),(69809,1653,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(69810,1653,'_shipping_address_1','3421 E 21st'),(69811,1653,'_shipping_city','Tulsa'),(69812,1653,'_shipping_state','OK'),(69813,1653,'_shipping_postcode','74114'),(69814,1653,'_shipping_country','US'),(69815,1653,'_order_currency','USD'),(69816,1653,'_cart_discount','0'),(69817,1653,'_cart_discount_tax','0'),(69818,1653,'_order_shipping','0'),(69819,1653,'_order_shipping_tax','0'),(69820,1653,'_order_tax','0'),(69821,1653,'_order_total','850.19'),(69822,1653,'_order_version','7.1.1'),(69823,1653,'_prices_include_tax','no'),(69824,1653,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(69825,1653,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(69826,1653,'is_vat_exempt','no'),(69827,1653,'Payment type','instant'),(69828,1653,'_paypal_status','completed'),(69829,1653,'_transaction_id','6B733079R4527454C'),(69830,1653,'PayPal Transaction Fee','30.16'),(69831,1653,'_date_paid','1673900450'),(69832,1653,'_paid_date','2023-01-16 20:20:50'),(69833,1654,'_order_key','wc_order_f6SxW4MbcDJfi'),(69834,1654,'_customer_user','87'),(69835,1654,'_payment_method','paypal'),(69836,1654,'_payment_method_title','PayPal'),(69837,1654,'_customer_ip_address','2600:1702:2a80:be0:d496:36bf:8dab:73bf'),(69838,1654,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(69839,1654,'_created_via','checkout'),(69840,1654,'_cart_hash','311ce9c5098ed6cf9f61190766a02ea7'),(69841,1654,'_download_permissions_granted','yes'),(69842,1654,'_recorded_sales','yes'),(69843,1654,'_recorded_coupon_usage_counts','yes'),(69844,1654,'_new_order_email_sent','true'),(69845,1654,'_order_stock_reduced','yes'),(69846,1654,'_billing_first_name','Wade'),(69847,1654,'_billing_last_name','Huntsman'),(69848,1654,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(69849,1654,'_billing_address_1','3421 E 21st'),(69850,1654,'_billing_city','Tulsa'),(69851,1654,'_billing_state','OK'),(69852,1654,'_billing_postcode','74114'),(69853,1654,'_billing_country','US'),(69854,1654,'_billing_email','info@liceclinicsmidsouth.com'),(69855,1654,'_billing_phone','9189783329'),(69856,1654,'_shipping_first_name','Logan'),(69857,1654,'_shipping_last_name','Futrell'),(69858,1654,'_shipping_company','Lice Clinics of America NWA'),(69859,1654,'_shipping_address_1','207 E Monroe Ave'),(69860,1654,'_shipping_address_2','Suite D'),(69861,1654,'_shipping_city','Lowell'),(69862,1654,'_shipping_state','AR'),(69863,1654,'_shipping_postcode','72745'),(69864,1654,'_shipping_country','US'),(69865,1654,'_order_currency','USD'),(69866,1654,'_cart_discount','0'),(69867,1654,'_cart_discount_tax','0'),(69868,1654,'_order_shipping','29.02'),(69869,1654,'_order_shipping_tax','0'),(69870,1654,'_order_tax','0'),(69871,1654,'_order_total','601.86'),(69872,1654,'_order_version','7.1.1'),(69873,1654,'_prices_include_tax','no'),(69874,1654,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(69875,1654,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Suite D Lowell AR 72745 US '),(69876,1654,'is_vat_exempt','no'),(69877,1654,'Payment type','instant'),(69878,1654,'_paypal_status','completed'),(69879,1654,'_transaction_id','9GS75708UN7156933'),(69880,1654,'PayPal Transaction Fee','21.49'),(69881,1654,'_date_paid','1673900627'),(69882,1654,'_paid_date','2023-01-16 20:23:47'),(69883,1655,'_order_key','wc_order_NWHXbvtz1zs0u'),(69884,1655,'_customer_user','87'),(69885,1655,'_payment_method','paypal'),(69886,1655,'_payment_method_title','PayPal'),(69887,1655,'_customer_ip_address','2600:1702:2a80:be0:d496:36bf:8dab:73bf'),(69888,1655,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(69889,1655,'_created_via','checkout'),(69890,1655,'_cart_hash','1cc319716759cd4fe25691ef5e5d637e'),(69891,1655,'_download_permissions_granted','yes'),(69892,1655,'_recorded_sales','yes'),(69893,1655,'_recorded_coupon_usage_counts','yes'),(69894,1655,'_new_order_email_sent','true'),(69895,1655,'_order_stock_reduced','yes'),(69896,1655,'_billing_first_name','Wade'),(69897,1655,'_billing_last_name','Huntsman'),(69898,1655,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(69899,1655,'_billing_address_1','3421 E 21st'),(69900,1655,'_billing_city','Tulsa'),(69901,1655,'_billing_state','OK'),(69902,1655,'_billing_postcode','74114'),(69903,1655,'_billing_country','US'),(69904,1655,'_billing_email','info@liceclinicsmidsouth.com'),(69905,1655,'_billing_phone','9189783329'),(69906,1655,'_shipping_first_name','Tiffany'),(69907,1655,'_shipping_last_name','Sporn'),(69908,1655,'_shipping_company','Lice Clinics of America Wichita'),(69909,1655,'_shipping_address_1','16621 W 29th St North'),(69910,1655,'_shipping_city','Colwich'),(69911,1655,'_shipping_state','KS'),(69912,1655,'_shipping_postcode','67030'),(69913,1655,'_shipping_country','US'),(69914,1655,'_order_currency','USD'),(69915,1655,'_cart_discount','0'),(69916,1655,'_cart_discount_tax','0'),(69917,1655,'_order_shipping','0'),(69918,1655,'_order_shipping_tax','0'),(69919,1655,'_order_tax','0'),(69920,1655,'_order_total','938.42'),(69921,1655,'_order_version','7.1.1'),(69922,1655,'_prices_include_tax','no'),(69923,1655,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(69924,1655,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 W 29th St North  Colwich KS 67030 US '),(69925,1655,'is_vat_exempt','no'),(69926,1655,'Payment type','instant'),(69927,1655,'_paypal_status','completed'),(69928,1655,'_transaction_id','7YD76876JB5006045'),(69929,1655,'PayPal Transaction Fee','33.24'),(69930,1655,'_date_paid','1673900836'),(69931,1655,'_paid_date','2023-01-16 20:27:16'),(69932,1639,'_edit_lock','1673900812:2'),(69933,1649,'_edit_lock','1673900953:2'),(69934,1650,'_edit_lock','1673901003:2'),(69935,1651,'_edit_lock','1673901147:2'),(69936,1639,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220263\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"f1d3f50299f4aa4cd2980572d7d793b1\";}}'),(69937,1639,'_edit_last','2'),(69938,1639,'_date_completed','1673900943'),(69939,1639,'_completed_date','2023-01-16 20:29:03'),(69940,1647,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220951\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"f069eead470fff4bb2cea1c4e2bfd093\";}}'),(69941,1647,'_date_completed','1673900988'),(69942,1647,'_completed_date','2023-01-16 20:29:48'),(69943,1648,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"543830220962\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"ba7b01870675221c05ea5994334d2ba0\";}}'),(69944,1648,'_date_completed','1673901042'),(69945,1648,'_completed_date','2023-01-16 20:30:42'),(69946,1649,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830220930\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"c7c193720bcfce2982bb64e80009b42b\";}}'),(69947,1649,'_edit_last','2'),(69948,1649,'_date_completed','1673901089'),(69949,1649,'_completed_date','2023-01-16 20:31:29'),(69950,1650,'_edit_last','2'),(69951,1650,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221020\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"a0d924d49b37027514e5b4e08bcb78be\";}}'),(69952,1650,'_date_completed','1673901113'),(69953,1650,'_completed_date','2023-01-16 20:31:53'),(69954,1651,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221020\";s:12:\"date_shipped\";s:10:\"1673827200\";s:11:\"tracking_id\";s:32:\"0299f6832325b206d9aa527f73962323\";}}'),(69955,1651,'_edit_last','2'),(69956,1651,'_date_completed','1673901192'),(69957,1651,'_completed_date','2023-01-16 20:33:12'),(69958,1656,'_order_key','wc_order_FdgYCQq3JhCb4'),(69959,1656,'_customer_user','26'),(69960,1656,'_payment_method','paypal'),(69961,1656,'_payment_method_title','PayPal'),(69962,1656,'_customer_ip_address','2600:1700:1741:40:887:177a:73:b8e0'),(69963,1656,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(69964,1656,'_created_via','checkout'),(69965,1656,'_cart_hash','f505139a50884339ced146c18ae36542'),(69966,1656,'_download_permissions_granted','yes'),(69967,1656,'_recorded_sales','yes'),(69968,1656,'_recorded_coupon_usage_counts','yes'),(69969,1656,'_new_order_email_sent','true'),(69970,1656,'_order_stock_reduced','yes'),(69971,1656,'_billing_first_name','Andrew'),(69972,1656,'_billing_last_name','Crumrine'),(69973,1656,'_billing_address_1','3537 Stevens Way'),(69974,1656,'_billing_city','Augusta'),(69975,1656,'_billing_state','GA'),(69976,1656,'_billing_postcode','30907'),(69977,1656,'_billing_country','US'),(69978,1656,'_billing_email','augustagalice@gmail.com'),(69979,1656,'_billing_phone','7063064588'),(69980,1656,'_shipping_first_name','Andrew'),(69981,1656,'_shipping_last_name','Crumrine'),(69982,1656,'_shipping_address_1','3537 Stevens Way'),(69983,1656,'_shipping_city','Augusta'),(69984,1656,'_shipping_state','GA'),(69985,1656,'_shipping_postcode','30907'),(69986,1656,'_shipping_country','US'),(69987,1656,'_order_currency','USD'),(69988,1656,'_cart_discount','0'),(69989,1656,'_cart_discount_tax','0'),(69990,1656,'_order_shipping','28.69'),(69991,1656,'_order_shipping_tax','0'),(69992,1656,'_order_tax','0'),(69993,1656,'_order_total','557.75'),(69994,1656,'_order_version','7.1.1'),(69995,1656,'_prices_include_tax','no'),(69996,1656,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(69997,1656,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(69998,1656,'is_vat_exempt','no'),(69999,1656,'_edit_lock','1674514787:2'),(70000,1656,'_edit_last','2'),(70001,1657,'_order_key','wc_order_IEKZxZ9BPv1oF'),(70002,1657,'_customer_user','47'),(70003,1657,'_payment_method','paypal'),(70004,1657,'_payment_method_title','PayPal'),(70005,1657,'_customer_ip_address','2603:8081:4f06:800:1139:32a2:5ed5:43c0'),(70006,1657,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36'),(70007,1657,'_created_via','checkout'),(70008,1657,'_cart_hash','3aa4b02e4695a125bf37dfb9a74abb1b'),(70009,1657,'_download_permissions_granted','yes'),(70010,1657,'_recorded_sales','yes'),(70011,1657,'_recorded_coupon_usage_counts','yes'),(70012,1657,'_new_order_email_sent','true'),(70013,1657,'_order_stock_reduced','yes'),(70014,1657,'_billing_first_name','Tracy'),(70015,1657,'_billing_last_name','Copeland'),(70016,1657,'_billing_company','LCA SA WEST'),(70017,1657,'_billing_address_1','14223 Silverhollow'),(70018,1657,'_billing_city','San Antonio'),(70019,1657,'_billing_state','TX'),(70020,1657,'_billing_postcode','78232'),(70021,1657,'_billing_country','US'),(70022,1657,'_billing_email','info@liceclinicsofsanantonio.com'),(70023,1657,'_billing_phone','2103135033'),(70024,1657,'_shipping_first_name','Tracy'),(70025,1657,'_shipping_last_name','Copeland'),(70026,1657,'_shipping_company','LCA SA WEST'),(70027,1657,'_shipping_address_1','14223 Silverhollow'),(70028,1657,'_shipping_city','San Antonio'),(70029,1657,'_shipping_state','TX'),(70030,1657,'_shipping_postcode','78232'),(70031,1657,'_shipping_country','US'),(70032,1657,'_order_currency','USD'),(70033,1657,'_cart_discount','0'),(70034,1657,'_cart_discount_tax','0'),(70035,1657,'_order_shipping','0'),(70036,1657,'_order_shipping_tax','0'),(70037,1657,'_order_tax','0'),(70038,1657,'_order_total','603.64'),(70039,1657,'_order_version','7.1.1'),(70040,1657,'_prices_include_tax','no'),(70041,1657,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(70042,1657,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(70043,1657,'is_vat_exempt','no'),(70044,1657,'Payment type','instant'),(70045,1657,'_paypal_status','completed'),(70046,1657,'_transaction_id','9AT74766TL0085830'),(70047,1657,'PayPal Transaction Fee','21.56'),(70048,1657,'_date_paid','1673982611'),(70049,1657,'_paid_date','2023-01-17 19:10:11'),(70050,1658,'_order_key','wc_order_Q0qHKFjaP76uh'),(70051,1658,'_customer_user','60'),(70052,1658,'_payment_method','paypal'),(70053,1658,'_payment_method_title','PayPal'),(70054,1658,'_customer_ip_address','2601:246:c980:7120:3970:e1c2:f2f5:48bf'),(70055,1658,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(70056,1658,'_created_via','checkout'),(70057,1658,'_cart_hash','18f0036c5c7262d985a3b163e8b2ca19'),(70058,1658,'_download_permissions_granted','yes'),(70059,1658,'_recorded_sales','yes'),(70060,1658,'_recorded_coupon_usage_counts','yes'),(70061,1658,'_new_order_email_sent','true'),(70062,1658,'_order_stock_reduced','yes'),(70063,1658,'_billing_first_name','Jill'),(70064,1658,'_billing_last_name','Leshtz'),(70065,1658,'_billing_company','Lice clinics of America-North Shore'),(70066,1658,'_billing_address_1','1580 Lancelot Avenue'),(70067,1658,'_billing_city','Highland park'),(70068,1658,'_billing_state','IL'),(70069,1658,'_billing_postcode','60035'),(70070,1658,'_billing_country','US'),(70071,1658,'_billing_email','jleshtz@gmail.com'),(70072,1658,'_billing_phone','8473639001'),(70073,1658,'_shipping_first_name','Jill'),(70074,1658,'_shipping_last_name','Leshtz'),(70075,1658,'_shipping_company','Lice clinics of America-North Shore'),(70076,1658,'_shipping_address_1','1580 Lancelot Avenue'),(70077,1658,'_shipping_city','Highland park'),(70078,1658,'_shipping_state','IL'),(70079,1658,'_shipping_postcode','60035'),(70080,1658,'_shipping_country','US'),(70081,1658,'_order_currency','USD'),(70082,1658,'_cart_discount','0'),(70083,1658,'_cart_discount_tax','0'),(70084,1658,'_order_shipping','0'),(70085,1658,'_order_shipping_tax','0'),(70086,1658,'_order_tax','0'),(70087,1658,'_order_total','1095.36'),(70088,1658,'_order_version','7.1.1'),(70089,1658,'_prices_include_tax','no'),(70090,1658,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(70091,1658,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(70092,1658,'is_vat_exempt','no'),(70093,1658,'Payment type','instant'),(70094,1658,'_paypal_status','completed'),(70095,1658,'_transaction_id','9G84371071947094D'),(70096,1658,'PayPal Transaction Fee','38.72'),(70097,1658,'_date_paid','1673985779'),(70098,1658,'_paid_date','2023-01-17 20:02:59'),(70099,1659,'_order_key','wc_order_V638lYzB9R7hh'),(70100,1659,'_customer_user','0'),(70101,1659,'_payment_method','paypal'),(70102,1659,'_payment_method_title','PayPal'),(70103,1659,'_customer_ip_address','136.49.57.192'),(70104,1659,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70105,1659,'_created_via','checkout'),(70106,1659,'_cart_hash','e08f97603f6fb193289ee9f265fb54c6'),(70107,1659,'_download_permissions_granted','yes'),(70108,1659,'_recorded_sales','yes'),(70109,1659,'_recorded_coupon_usage_counts','yes'),(70110,1659,'_new_order_email_sent','true'),(70111,1659,'_order_stock_reduced','yes'),(70112,1659,'_billing_first_name','Lee'),(70113,1659,'_billing_last_name','Rogers'),(70114,1659,'_billing_company','United States'),(70115,1659,'_billing_address_1','40 N Interstate 35'),(70116,1659,'_billing_address_2','APT 4B2'),(70117,1659,'_billing_city','Austin'),(70118,1659,'_billing_state','TX'),(70119,1659,'_billing_postcode','78701'),(70120,1659,'_billing_country','US'),(70121,1659,'_billing_email','leerogers3301@gmail.com'),(70122,1659,'_billing_phone','316-727-9951'),(70123,1659,'_shipping_first_name','Kaitlin'),(70124,1659,'_shipping_last_name','Ryan'),(70125,1659,'_shipping_company','LCA Dublin'),(70126,1659,'_shipping_address_1','5910 Wilcox Place'),(70127,1659,'_shipping_address_2','Suite E'),(70128,1659,'_shipping_city','Dublin'),(70129,1659,'_shipping_state','OH'),(70130,1659,'_shipping_postcode','43016'),(70131,1659,'_shipping_country','US'),(70132,1659,'_order_currency','USD'),(70133,1659,'_cart_discount','0'),(70134,1659,'_cart_discount_tax','0'),(70135,1659,'_order_shipping','0'),(70136,1659,'_order_shipping_tax','0'),(70137,1659,'_order_tax','0'),(70138,1659,'_order_total','1559.32'),(70139,1659,'_order_version','7.1.1'),(70140,1659,'_prices_include_tax','no'),(70141,1659,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(70142,1659,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(70143,1659,'is_vat_exempt','no'),(70144,1659,'Payment type','instant'),(70145,1659,'_paypal_status','completed'),(70146,1659,'_transaction_id','2H689504W3997352K'),(70147,1659,'PayPal Transaction Fee','54.91'),(70148,1659,'_date_paid','1673985951'),(70149,1659,'_paid_date','2023-01-17 20:05:51'),(70193,1661,'_order_key','wc_order_rsOa0Ypr3QNQP'),(70194,1661,'_customer_user','7'),(70195,1661,'_payment_method','paypal'),(70196,1661,'_payment_method_title','PayPal'),(70197,1661,'_customer_ip_address','71.93.225.128'),(70198,1661,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(70199,1661,'_created_via','checkout'),(70200,1661,'_cart_hash','84f1b42bce19c6bf0db2022f05059eea'),(70201,1661,'_download_permissions_granted','yes'),(70202,1661,'_recorded_sales','yes'),(70203,1661,'_recorded_coupon_usage_counts','yes'),(70204,1661,'_new_order_email_sent','true'),(70205,1661,'_order_stock_reduced','yes'),(70206,1661,'_billing_first_name','Amy'),(70207,1661,'_billing_last_name','Allen'),(70208,1661,'_billing_company','Lice Clinics Of America'),(70209,1661,'_billing_address_1','251 Promise Way'),(70210,1661,'_billing_city','Hollister'),(70211,1661,'_billing_state','CA'),(70212,1661,'_billing_postcode','95023'),(70213,1661,'_billing_country','US'),(70214,1661,'_billing_email','lca.gilroy@gmail.com'),(70215,1661,'_billing_phone','4085005537'),(70216,1661,'_shipping_first_name','Amy'),(70217,1661,'_shipping_last_name','Allen'),(70218,1661,'_shipping_company','Lice Clinics Of America'),(70219,1661,'_shipping_address_1','7680 Monterey St Ste 104'),(70220,1661,'_shipping_city','Gilroy'),(70221,1661,'_shipping_state','CA'),(70222,1661,'_shipping_postcode','95023'),(70223,1661,'_shipping_country','US'),(70224,1661,'_order_currency','USD'),(70225,1661,'_cart_discount','0'),(70226,1661,'_cart_discount_tax','0'),(70227,1661,'_order_shipping','0'),(70228,1661,'_order_shipping_tax','0'),(70229,1661,'_order_tax','0'),(70230,1661,'_order_total','860.08'),(70231,1661,'_order_version','7.1.1'),(70232,1661,'_prices_include_tax','no'),(70233,1661,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(70234,1661,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(70235,1661,'is_vat_exempt','no'),(70236,1661,'Payment type','instant'),(70237,1661,'_paypal_status','completed'),(70238,1661,'_transaction_id','0CU76801596505725'),(70239,1661,'PayPal Transaction Fee','30.51'),(70240,1661,'_date_paid','1673987732'),(70241,1661,'_paid_date','2023-01-17 20:35:32'),(70242,1655,'_edit_lock','1673990743:2'),(70243,1652,'_edit_lock','1673990497:2'),(70244,1653,'_edit_lock','1673990596:2'),(70245,1654,'_edit_lock','1673990671:2'),(70246,1652,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221156\";s:12:\"date_shipped\";s:10:\"1673913600\";s:11:\"tracking_id\";s:32:\"c143b62fc741b86ee3449dec26da476d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221167\";s:12:\"date_shipped\";i:1673990570;s:11:\"tracking_id\";s:32:\"9a619a93108e8ef425679004da379b58\";}}'),(70247,1652,'_edit_last','2'),(70248,1652,'_date_completed','1673989407'),(70249,1652,'_completed_date','2023-01-17 21:03:27'),(70250,1653,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221204\";s:12:\"date_shipped\";s:10:\"1673913600\";s:11:\"tracking_id\";s:32:\"64bb07247df9616424139215ed122340\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221215\";s:12:\"date_shipped\";i:1673990663;s:11:\"tracking_id\";s:32:\"9c20ecb8bdbae30dcd81d689bbdacd73\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221226\";s:12:\"date_shipped\";i:1673990673;s:11:\"tracking_id\";s:32:\"53fd9576357ad226994d250f6e0f6544\";}}'),(70251,1653,'_edit_last','2'),(70252,1653,'_date_completed','1673990682'),(70253,1653,'_completed_date','2023-01-17 21:24:42'),(70254,1654,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221178\";s:12:\"date_shipped\";s:10:\"1673913600\";s:11:\"tracking_id\";s:32:\"1b01010e801e8044b94df8093c5fdc2a\";}}'),(70255,1654,'_edit_last','2'),(70256,1654,'_date_completed','1673990783'),(70257,1654,'_completed_date','2023-01-17 21:26:23'),(70258,1655,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221189\";s:12:\"date_shipped\";s:10:\"1673913600\";s:11:\"tracking_id\";s:32:\"8cfb3157a4d55599ab682accc11a8260\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221190\";s:12:\"date_shipped\";i:1673990855;s:11:\"tracking_id\";s:32:\"a172bb37b3021c76cab1f0a5aebfaf1a\";}}'),(70259,1655,'_edit_last','2'),(70260,1655,'_date_completed','1673990873'),(70261,1655,'_completed_date','2023-01-17 21:27:53'),(70262,1663,'_order_key','wc_order_S6HL18EhwaWqO'),(70263,1663,'_customer_user','64'),(70264,1663,'_payment_method','paypal'),(70265,1663,'_payment_method_title','PayPal'),(70266,1663,'_customer_ip_address','98.97.62.44'),(70267,1663,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70268,1663,'_created_via','checkout'),(70269,1663,'_cart_hash','6524d099c18275ad0b084491fe84e683'),(70270,1663,'_download_permissions_granted','yes'),(70271,1663,'_recorded_sales','yes'),(70272,1663,'_recorded_coupon_usage_counts','yes'),(70273,1663,'_new_order_email_sent','true'),(70274,1663,'_order_stock_reduced','yes'),(70275,1663,'_billing_first_name','Barrie'),(70276,1663,'_billing_last_name','Desmond'),(70277,1663,'_billing_address_1','50 ALAHELE PL'),(70278,1663,'_billing_city','Kihei'),(70279,1663,'_billing_state','HI'),(70280,1663,'_billing_postcode','96753-7809'),(70281,1663,'_billing_country','US'),(70282,1663,'_billing_email','info@liceclinicshawaii.com'),(70283,1663,'_billing_phone','8082834247'),(70284,1663,'_shipping_first_name','Barrie'),(70285,1663,'_shipping_last_name','Desmond'),(70286,1663,'_shipping_address_1','50 ALAHELE PL'),(70287,1663,'_shipping_city','Kihei'),(70288,1663,'_shipping_state','HI'),(70289,1663,'_shipping_postcode','96753-7809'),(70290,1663,'_shipping_country','US'),(70291,1663,'_order_currency','USD'),(70292,1663,'_cart_discount','0'),(70293,1663,'_cart_discount_tax','0'),(70294,1663,'_order_shipping','474.03'),(70295,1663,'_order_shipping_tax','0'),(70296,1663,'_order_tax','0'),(70297,1663,'_order_total','770.30'),(70298,1663,'_order_version','7.1.1'),(70299,1663,'_prices_include_tax','no'),(70300,1663,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(70301,1663,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(70302,1663,'is_vat_exempt','no'),(70303,1663,'Payment type','instant'),(70304,1663,'_paypal_status','completed'),(70305,1663,'_transaction_id','4TB04870NR396371B'),(70306,1663,'PayPal Transaction Fee','27.37'),(70307,1663,'_date_paid','1674069571'),(70308,1663,'_paid_date','2023-01-18 19:19:31'),(70309,515,'_used_by','64'),(70310,1664,'_order_key','wc_order_2dVklftZsc5yf'),(70311,1664,'_customer_user','29'),(70312,1664,'_payment_method','paypal'),(70313,1664,'_payment_method_title','PayPal'),(70314,1664,'_customer_ip_address','2601:44:100:6820:8127:2f46:6abc:1151'),(70315,1664,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(70316,1664,'_created_via','checkout'),(70317,1664,'_cart_hash','da721c96f8739f3b0d647d38db3331ab'),(70318,1664,'_download_permissions_granted','yes'),(70319,1664,'_recorded_sales','yes'),(70320,1664,'_recorded_coupon_usage_counts','yes'),(70321,1664,'_new_order_email_sent','true'),(70322,1664,'_order_stock_reduced','yes'),(70323,1664,'_billing_first_name','Kevin'),(70324,1664,'_billing_last_name','Reilly'),(70325,1664,'_billing_address_1','5460 Richie Ct'),(70326,1664,'_billing_city','Pipersville'),(70327,1664,'_billing_state','PA'),(70328,1664,'_billing_postcode','18947'),(70329,1664,'_billing_country','US'),(70330,1664,'_billing_email','info@liceclinicslansdale.com'),(70331,1664,'_billing_phone','2156941408'),(70332,1664,'_shipping_first_name','Kevin'),(70333,1664,'_shipping_last_name','Reilly'),(70334,1664,'_shipping_company','LCA Lansdale'),(70335,1664,'_shipping_address_1','2131 North Broad Street'),(70336,1664,'_shipping_address_2','Suite 101'),(70337,1664,'_shipping_city','Lansdale'),(70338,1664,'_shipping_state','PA'),(70339,1664,'_shipping_postcode','19446'),(70340,1664,'_shipping_country','US'),(70341,1664,'_order_currency','USD'),(70342,1664,'_cart_discount','0'),(70343,1664,'_cart_discount_tax','0'),(70344,1664,'_order_shipping','14.2'),(70345,1664,'_order_shipping_tax','0'),(70346,1664,'_order_tax','0'),(70347,1664,'_order_total','170.31'),(70348,1664,'_order_version','7.1.1'),(70349,1664,'_prices_include_tax','no'),(70350,1664,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(70351,1664,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(70352,1664,'is_vat_exempt','no'),(70353,1664,'Payment type','instant'),(70354,1664,'_paypal_status','completed'),(70355,1664,'_transaction_id','4WW22725FC0605806'),(70356,1664,'PayPal Transaction Fee','6.43'),(70357,1664,'_date_paid','1674076421'),(70358,1664,'_paid_date','2023-01-18 21:13:41'),(70359,1665,'_order_key','wc_order_zC2zR8QegI1uE'),(70360,1665,'_customer_user','6'),(70361,1665,'_payment_method','paypal'),(70362,1665,'_payment_method_title','PayPal'),(70363,1665,'_customer_ip_address','2601:203:581:dcf0:54f:67:dfc1:ec07'),(70364,1665,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70365,1665,'_created_via','checkout'),(70366,1665,'_cart_hash','f408a45f7b01feefac07abe7c8c85270'),(70367,1665,'_download_permissions_granted','yes'),(70368,1665,'_recorded_sales','yes'),(70369,1665,'_recorded_coupon_usage_counts','yes'),(70370,1665,'_new_order_email_sent','true'),(70371,1665,'_order_stock_reduced','yes'),(70372,1665,'_billing_first_name','Amira'),(70373,1665,'_billing_last_name','Purto'),(70374,1665,'_billing_address_1','2628 Acapulco Way'),(70375,1665,'_billing_city','Modesto'),(70376,1665,'_billing_state','CA'),(70377,1665,'_billing_postcode','95355'),(70378,1665,'_billing_country','US'),(70379,1665,'_billing_email','amira77@sbcglobal.net'),(70380,1665,'_billing_phone','2096422061'),(70381,1665,'_shipping_first_name','Amira'),(70382,1665,'_shipping_last_name','Purto'),(70383,1665,'_shipping_address_1','2628 Acapulco Way'),(70384,1665,'_shipping_city','Modesto'),(70385,1665,'_shipping_state','CA'),(70386,1665,'_shipping_postcode','95355'),(70387,1665,'_shipping_country','US'),(70388,1665,'_order_currency','USD'),(70389,1665,'_cart_discount','0'),(70390,1665,'_cart_discount_tax','0'),(70391,1665,'_order_shipping','0'),(70392,1665,'_order_shipping_tax','0'),(70393,1665,'_order_tax','0'),(70394,1665,'_order_total','1840.44'),(70395,1665,'_order_version','7.1.1'),(70396,1665,'_prices_include_tax','no'),(70397,1665,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(70398,1665,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(70399,1665,'is_vat_exempt','no'),(70400,1665,'Payment type','instant'),(70401,1665,'_paypal_status','completed'),(70402,1665,'_transaction_id','2807110579546323D'),(70403,1665,'PayPal Transaction Fee','64.72'),(70404,1665,'_date_paid','1674081189'),(70405,1665,'_paid_date','2023-01-18 22:33:09'),(70406,1666,'_order_key','wc_order_oiB1GvTZxjqOk'),(70407,1666,'_customer_user','77'),(70408,1666,'_payment_method','paypal'),(70409,1666,'_payment_method_title','PayPal'),(70410,1666,'_customer_ip_address','208.46.164.188'),(70411,1666,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(70412,1666,'_created_via','checkout'),(70413,1666,'_cart_hash','bea0095c6b3042a8e36d3cfe4be79459'),(70414,1666,'_download_permissions_granted','yes'),(70415,1666,'_recorded_sales','yes'),(70416,1666,'_recorded_coupon_usage_counts','yes'),(70417,1666,'_new_order_email_sent','true'),(70418,1666,'_order_stock_reduced','yes'),(70419,1666,'_billing_first_name','Phil'),(70420,1666,'_billing_last_name','Moon'),(70421,1666,'_billing_company','Lice Clinics of America-Fresno'),(70422,1666,'_billing_address_1','585 56th Street'),(70423,1666,'_billing_city','Oakland'),(70424,1666,'_billing_state','CA'),(70425,1666,'_billing_postcode','94609'),(70426,1666,'_billing_country','US'),(70427,1666,'_billing_email','info@liceclinicsfresno.com'),(70428,1666,'_billing_phone','5593046305'),(70429,1666,'_shipping_first_name','Kristen'),(70430,1666,'_shipping_last_name','Maroot-Rippee'),(70431,1666,'_shipping_company','Lice Busters LLC.'),(70432,1666,'_shipping_address_1','487 W. Scott Avenue'),(70433,1666,'_shipping_city','Fresno'),(70434,1666,'_shipping_state','CA'),(70435,1666,'_shipping_postcode','93704'),(70436,1666,'_shipping_country','US'),(70437,1666,'_order_currency','USD'),(70438,1666,'_cart_discount','0'),(70439,1666,'_cart_discount_tax','0'),(70440,1666,'_order_shipping','0'),(70441,1666,'_order_shipping_tax','0'),(70442,1666,'_order_tax','0'),(70443,1666,'_order_total','3073.58'),(70444,1666,'_order_version','7.1.1'),(70445,1666,'_prices_include_tax','no'),(70446,1666,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(70447,1666,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. 487 W. Scott Avenue  Fresno CA 93704 US '),(70448,1666,'is_vat_exempt','no'),(70449,1666,'Payment type','instant'),(70450,1666,'_paypal_status','completed'),(70451,1666,'_transaction_id','34840752XA129952X'),(70452,1666,'PayPal Transaction Fee','107.76'),(70453,1666,'_date_paid','1674100101'),(70454,1666,'_paid_date','2023-01-19 03:48:21'),(70455,1667,'_order_key','wc_order_5HsuE2OHzMHPA'),(70456,1667,'_customer_user','50'),(70457,1667,'_payment_method','paypal'),(70458,1667,'_payment_method_title','PayPal'),(70459,1667,'_customer_ip_address','73.126.237.59'),(70460,1667,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.76'),(70461,1667,'_created_via','checkout'),(70462,1667,'_cart_hash','d3d7ad4c7f3cda7301b5ce0bf9e27d27'),(70463,1667,'_download_permissions_granted','yes'),(70464,1667,'_recorded_sales','yes'),(70465,1667,'_recorded_coupon_usage_counts','yes'),(70466,1667,'_new_order_email_sent','true'),(70467,1667,'_order_stock_reduced','yes'),(70468,1667,'_billing_first_name','Christine'),(70469,1667,'_billing_last_name','Cherry'),(70470,1667,'_billing_company','NITS END'),(70471,1667,'_billing_address_1','PO BOX 1092'),(70472,1667,'_billing_city','Campton'),(70473,1667,'_billing_state','NH'),(70474,1667,'_billing_postcode','03223'),(70475,1667,'_billing_country','US'),(70476,1667,'_billing_email','info@liceclinicsplaistow.com'),(70477,1667,'_billing_phone','16034983390'),(70478,1667,'_shipping_first_name','Megan'),(70479,1667,'_shipping_last_name','O\'Neil'),(70480,1667,'_shipping_company','NITS END'),(70481,1667,'_shipping_address_1','18 Sheridan St'),(70482,1667,'_shipping_city','Haverhill'),(70483,1667,'_shipping_state','MA'),(70484,1667,'_shipping_postcode','01830'),(70485,1667,'_shipping_country','US'),(70486,1667,'_order_currency','USD'),(70487,1667,'_cart_discount','0'),(70488,1667,'_cart_discount_tax','0'),(70489,1667,'_order_shipping','119.99'),(70490,1667,'_order_shipping_tax','0'),(70491,1667,'_order_tax','0'),(70492,1667,'_order_total','2073.83'),(70493,1667,'_order_version','7.1.1'),(70494,1667,'_prices_include_tax','no'),(70495,1667,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(70496,1667,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(70497,1667,'is_vat_exempt','no'),(70498,1668,'_order_key','wc_order_n3t6GnLr4NCwo'),(70499,1668,'_customer_user','50'),(70500,1668,'_payment_method','paypal'),(70501,1668,'_payment_method_title','PayPal'),(70502,1668,'_customer_ip_address','73.126.237.59'),(70503,1668,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 Edg/108.0.1462.76'),(70504,1668,'_created_via','checkout'),(70505,1668,'_cart_hash','6191afadc4e5c2f7a1ff9114d7f3b334'),(70506,1668,'_download_permissions_granted','yes'),(70507,1668,'_recorded_sales','yes'),(70508,1668,'_recorded_coupon_usage_counts','yes'),(70509,1668,'_new_order_email_sent','true'),(70510,1668,'_order_stock_reduced','yes'),(70511,1668,'_billing_first_name','Christine'),(70512,1668,'_billing_last_name','Cherry'),(70513,1668,'_billing_company','NITS END'),(70514,1668,'_billing_address_1','PO BOX 1092'),(70515,1668,'_billing_city','Campton'),(70516,1668,'_billing_state','NH'),(70517,1668,'_billing_postcode','03223'),(70518,1668,'_billing_country','US'),(70519,1668,'_billing_email','info@liceclinicsplaistow.com'),(70520,1668,'_billing_phone','16034983390'),(70521,1668,'_shipping_first_name','Latasha'),(70522,1668,'_shipping_last_name','Harrington'),(70523,1668,'_shipping_company','Nits End'),(70524,1668,'_shipping_address_1','245 Pond Rd'),(70525,1668,'_shipping_city','Bridgton'),(70526,1668,'_shipping_state','ME'),(70527,1668,'_shipping_postcode','04009'),(70528,1668,'_shipping_country','US'),(70529,1668,'_order_currency','USD'),(70530,1668,'_cart_discount','0'),(70531,1668,'_cart_discount_tax','0'),(70532,1668,'_order_shipping','83.8'),(70533,1668,'_order_shipping_tax','0'),(70534,1668,'_order_tax','0'),(70535,1668,'_order_total','913.24'),(70536,1668,'_order_version','7.1.1'),(70537,1668,'_prices_include_tax','no'),(70538,1668,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(70539,1668,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009 US '),(70540,1668,'is_vat_exempt','no'),(70541,1668,'_edit_lock','1674250417:2'),(70542,1667,'_edit_lock','1674250314:2'),(70543,1668,'_edit_last','2'),(70544,1667,'_edit_last','2'),(70545,1669,'_order_key','wc_order_YL11G5PnaAVoA'),(70546,1669,'_customer_user','47'),(70547,1669,'_payment_method','paypal'),(70548,1669,'_payment_method_title','PayPal'),(70549,1669,'_customer_ip_address','2600:100c:b03f:f366:f156:176:c441:acd7'),(70550,1669,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(70551,1669,'_created_via','checkout'),(70552,1669,'_cart_hash','0ff700e0a9ca9132c3c455ad0ee26338'),(70553,1669,'_download_permissions_granted','yes'),(70554,1669,'_recorded_sales','yes'),(70555,1669,'_recorded_coupon_usage_counts','yes'),(70556,1669,'_new_order_email_sent','true'),(70557,1669,'_order_stock_reduced','yes'),(70558,1669,'_billing_first_name','Tracy'),(70559,1669,'_billing_last_name','Copeland'),(70560,1669,'_billing_company','LCA SA WEST'),(70561,1669,'_billing_address_1','14223 Silverhollow'),(70562,1669,'_billing_city','San Antonio'),(70563,1669,'_billing_state','TX'),(70564,1669,'_billing_postcode','78232'),(70565,1669,'_billing_country','US'),(70566,1669,'_billing_email','info@liceclinicsofsanantonio.com'),(70567,1669,'_billing_phone','2103135033'),(70568,1669,'_shipping_first_name','Tracy'),(70569,1669,'_shipping_last_name','Copeland'),(70570,1669,'_shipping_company','LCA SA WEST'),(70571,1669,'_shipping_address_1','14223 Silverhollow'),(70572,1669,'_shipping_city','San Antonio'),(70573,1669,'_shipping_state','TX'),(70574,1669,'_shipping_postcode','78232'),(70575,1669,'_shipping_country','US'),(70576,1669,'_order_currency','USD'),(70577,1669,'_cart_discount','0'),(70578,1669,'_cart_discount_tax','0'),(70579,1669,'_order_shipping','0'),(70580,1669,'_order_shipping_tax','0'),(70581,1669,'_order_tax','0'),(70582,1669,'_order_total','506.36'),(70583,1669,'_order_version','7.1.1'),(70584,1669,'_prices_include_tax','no'),(70585,1669,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(70586,1669,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(70587,1669,'is_vat_exempt','no'),(70588,1669,'Payment type','instant'),(70589,1669,'_paypal_status','completed'),(70590,1669,'_transaction_id','1EB23125K8235102L'),(70591,1669,'PayPal Transaction Fee','18.16'),(70592,1669,'_date_paid','1674151258'),(70593,1669,'_paid_date','2023-01-19 18:00:58'),(70594,1670,'_order_key','wc_order_efa3pFXpyUHjI'),(70595,1670,'_customer_user','79'),(70596,1670,'_payment_method','paypal'),(70597,1670,'_payment_method_title','PayPal'),(70598,1670,'_customer_ip_address','2603:3014:2706:4000:18f3:77a8:c533:4812'),(70599,1670,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(70600,1670,'_created_via','checkout'),(70601,1670,'_cart_hash','562941c93fc2f828ef066bb15cc738f4'),(70602,1670,'_download_permissions_granted','yes'),(70603,1670,'_recorded_sales','yes'),(70604,1670,'_recorded_coupon_usage_counts','yes'),(70605,1670,'_new_order_email_sent','true'),(70606,1670,'_order_stock_reduced','yes'),(70607,1670,'_billing_first_name','Shanna'),(70608,1670,'_billing_last_name','Castille'),(70609,1670,'_billing_address_1','1097 Hundley Rd'),(70610,1670,'_billing_city','Eunice'),(70611,1670,'_billing_state','LA'),(70612,1670,'_billing_postcode','70535'),(70613,1670,'_billing_country','US'),(70614,1670,'_billing_email','Shanna_sr09@yahoo.com'),(70615,1670,'_billing_phone','3374668998'),(70616,1670,'_shipping_first_name','Shanna'),(70617,1670,'_shipping_last_name','Castille'),(70618,1670,'_shipping_address_1','1097 Hundley Rd'),(70619,1670,'_shipping_city','eunice'),(70620,1670,'_shipping_state','LA'),(70621,1670,'_shipping_postcode','70535'),(70622,1670,'_shipping_country','US'),(70623,1670,'_order_currency','USD'),(70624,1670,'_cart_discount','0'),(70625,1670,'_cart_discount_tax','0'),(70626,1670,'_order_shipping','0'),(70627,1670,'_order_shipping_tax','0'),(70628,1670,'_order_tax','0'),(70629,1670,'_order_total','809.12'),(70630,1670,'_order_version','7.1.1'),(70631,1670,'_prices_include_tax','no'),(70632,1670,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(70633,1670,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(70634,1670,'is_vat_exempt','no'),(70635,1670,'Payment type','instant'),(70636,1670,'_paypal_status','completed'),(70637,1670,'_transaction_id','54S444184B850340E'),(70638,1670,'PayPal Transaction Fee','28.73'),(70639,1670,'_date_paid','1674151685'),(70640,1670,'_paid_date','2023-01-19 18:08:05'),(70641,1666,'_edit_lock','1674153531:2'),(70642,1666,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221741\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"ceb85224cd68c9ed0d431fc4d4506a0f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221730\";s:12:\"date_shipped\";i:1674153465;s:11:\"tracking_id\";s:32:\"9c6cdaf065c3828f00653c8553414080\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221720\";s:12:\"date_shipped\";i:1674153473;s:11:\"tracking_id\";s:32:\"5cdae361752cf671297901668d6f46de\";}}'),(70643,1666,'_edit_last','2'),(70644,1666,'_date_completed','1674153477'),(70645,1666,'_completed_date','2023-01-19 18:37:57'),(70646,1663,'acfw_shipping_discount_recalc','yes'),(70647,1663,'_edit_lock','1674153672:2'),(70648,1663,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221649\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"6a3139e32029c575721da9057476cb4a\";}}'),(70649,1663,'_edit_last','2'),(70650,1663,'_date_completed','1674153785'),(70651,1663,'_completed_date','2023-01-19 18:43:05'),(70652,1661,'_edit_lock','1674154467:2'),(70653,1661,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221498\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"60e71d8bd181de8f2f7934b2c63439c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221487\";s:12:\"date_shipped\";i:1674154312;s:11:\"tracking_id\";s:32:\"311adc9fa696c40d4f01eadd38b4f024\";}}'),(70654,1661,'_edit_last','2'),(70655,1661,'_date_completed','1674154333'),(70656,1661,'_completed_date','2023-01-19 18:52:13'),(70657,1664,'_edit_lock','1674158923:2'),(70658,1664,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221752\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"20ff5e0203eb2afaacc02c662fae0a89\";}}'),(70659,1664,'_edit_last','2'),(70660,1664,'_date_completed','1674159053'),(70661,1664,'_completed_date','2023-01-19 20:10:53'),(70662,1657,'_edit_lock','1674159049:2'),(70663,1658,'_edit_lock','1674159117:2'),(70664,1659,'_edit_lock','1674159318:2'),(70665,1665,'_edit_lock','1674159376:2'),(70666,1657,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221395\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"96a939fe23947dfe1b715836d4d47c49\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221400\";s:12:\"date_shipped\";i:1674159149;s:11:\"tracking_id\";s:32:\"ebfb44d54add46a57367542f57e4559a\";}}'),(70667,1657,'_edit_last','2'),(70668,1657,'_date_completed','1674159181'),(70669,1657,'_completed_date','2023-01-19 20:13:01'),(70670,1658,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221410\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"8d140b9870639409794774d4e92a1c3c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221421\";s:12:\"date_shipped\";i:1674159218;s:11:\"tracking_id\";s:32:\"33504b210e28637060c8f84f88c7a86e\";}}'),(70671,1658,'_edit_last','2'),(70672,1658,'_date_completed','1674159226'),(70673,1658,'_completed_date','2023-01-19 20:13:46'),(70674,1659,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221432\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"cd4b7fd1d172a0fa29a6deff300542fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221443\";s:12:\"date_shipped\";i:1674159297;s:11:\"tracking_id\";s:32:\"4303faba69cde9c5a2136a94a48bfc6a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221454\";s:12:\"date_shipped\";i:1674159306;s:11:\"tracking_id\";s:32:\"dfc7e1656abf7d7528fa4084fb321ae9\";}}'),(70675,1659,'_edit_last','2'),(70676,1659,'_date_completed','1674159437'),(70677,1659,'_completed_date','2023-01-19 20:17:17'),(70678,1665,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221844\";s:12:\"date_shipped\";s:10:\"1674086400\";s:11:\"tracking_id\";s:32:\"90f819371b1b90299ddea1f43947095a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221855\";s:12:\"date_shipped\";i:1674159491;s:11:\"tracking_id\";s:32:\"87ace1bcbf43a3740aeba42d550f330d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221866\";s:12:\"date_shipped\";i:1674159500;s:11:\"tracking_id\";s:32:\"d1e40ea4fe8cce6f54b9922f9c027ac5\";}}'),(70679,1665,'_edit_last','2'),(70680,1665,'_date_completed','1674159503'),(70681,1665,'_completed_date','2023-01-19 20:18:23'),(70682,1656,'Payment type','instant'),(70683,1656,'_paypal_status','completed'),(70684,1656,'_transaction_id','58290339H5636634C'),(70685,1656,'PayPal Transaction Fee','19.96'),(70686,1656,'_date_paid','1674221019'),(70687,1656,'_paid_date','2023-01-20 13:23:39'),(70688,1667,'Payment type','instant'),(70689,1667,'_paypal_status','completed'),(70690,1667,'_transaction_id','5GJ37048DF397711A'),(70691,1667,'PayPal Transaction Fee','72.87'),(70692,1667,'_date_paid','1674221860'),(70693,1667,'_paid_date','2023-01-20 13:37:40'),(70694,1668,'Payment type','instant'),(70695,1668,'_paypal_status','completed'),(70696,1668,'_transaction_id','00T501172C377692N'),(70697,1668,'PayPal Transaction Fee','32.36'),(70698,1668,'_date_paid','1674221915'),(70699,1668,'_paid_date','2023-01-20 13:38:35'),(70700,1671,'_order_key','wc_order_0l6cvswBzBem4'),(70701,1671,'_customer_user','61'),(70702,1671,'_payment_method','paypal'),(70703,1671,'_payment_method_title','PayPal'),(70704,1671,'_customer_ip_address','217.180.201.156'),(70705,1671,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70706,1671,'_created_via','checkout'),(70707,1671,'_cart_hash','5fea7553ec226567013955bad0fdec7b'),(70708,1671,'_download_permissions_granted','yes'),(70709,1671,'_recorded_sales','yes'),(70710,1671,'_recorded_coupon_usage_counts','yes'),(70711,1671,'_new_order_email_sent','true'),(70712,1671,'_order_stock_reduced','yes'),(70713,1671,'_billing_first_name','Judith'),(70714,1671,'_billing_last_name','Hayden'),(70715,1671,'_billing_company','LCAL Hayden LLC'),(70716,1671,'_billing_address_1','1795 Alysheba Way'),(70717,1671,'_billing_address_2','Ste 4105'),(70718,1671,'_billing_city','Lexington'),(70719,1671,'_billing_state','KY'),(70720,1671,'_billing_postcode','40509'),(70721,1671,'_billing_country','US'),(70722,1671,'_billing_email','judy@liceclinicslexington.com'),(70723,1671,'_billing_phone','8595376966'),(70724,1671,'_shipping_first_name','Judith'),(70725,1671,'_shipping_last_name','Hayden'),(70726,1671,'_shipping_company','LCAL Hayden LLC'),(70727,1671,'_shipping_address_1','1795 Alysheba Way'),(70728,1671,'_shipping_address_2','Ste 4105'),(70729,1671,'_shipping_city','Lexington'),(70730,1671,'_shipping_state','KY'),(70731,1671,'_shipping_postcode','40509'),(70732,1671,'_shipping_country','US'),(70733,1671,'_order_currency','USD'),(70734,1671,'_cart_discount','0'),(70735,1671,'_cart_discount_tax','0'),(70736,1671,'_order_shipping','0'),(70737,1671,'_order_shipping_tax','0'),(70738,1671,'_order_tax','0'),(70739,1671,'_order_total','902.46'),(70740,1671,'_order_version','7.1.1'),(70741,1671,'_prices_include_tax','no'),(70742,1671,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(70743,1671,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(70744,1671,'is_vat_exempt','no'),(70745,1671,'Payment type','instant'),(70746,1671,'_paypal_status','completed'),(70747,1671,'_transaction_id','6ED36274RY348890M'),(70748,1671,'PayPal Transaction Fee','31.99'),(70749,1671,'_date_paid','1674245839'),(70750,1671,'_paid_date','2023-01-20 20:17:19'),(70751,1667,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222049\";s:12:\"date_shipped\";s:10:\"1674172800\";s:11:\"tracking_id\";s:32:\"d632cbfa71c260f8b4f3d0bb450b28d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222038\";s:12:\"date_shipped\";i:1674250338;s:11:\"tracking_id\";s:32:\"9eb2c091722d051d9a8744f7cdf3dd88\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222027\";s:12:\"date_shipped\";i:1674250344;s:11:\"tracking_id\";s:32:\"c59c6fa70b49eda046d3a0f5e00d6518\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222016\";s:12:\"date_shipped\";i:1674250409;s:11:\"tracking_id\";s:32:\"6ba1e6998ec783cbb6057ac8196033bc\";}}'),(70752,1667,'_date_completed','1674250412'),(70753,1667,'_completed_date','2023-01-20 21:33:32'),(70754,1668,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222005\";s:12:\"date_shipped\";s:10:\"1674172800\";s:11:\"tracking_id\";s:32:\"9b97cda6e79b66b235670a868348d14e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221991\";s:12:\"date_shipped\";i:1674250498;s:11:\"tracking_id\";s:32:\"10e8850e6e552273a72d207996590f79\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221980\";s:12:\"date_shipped\";i:1674250505;s:11:\"tracking_id\";s:32:\"bfd7c2f3d9e16df228eabd699c86ba28\";}}'),(70755,1668,'_date_completed','1674250549'),(70756,1668,'_completed_date','2023-01-20 21:35:49'),(70757,1670,'_edit_lock','1674250459:2'),(70758,1670,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221969\";s:12:\"date_shipped\";s:10:\"1674172800\";s:11:\"tracking_id\";s:32:\"115e3fce228cb02e370b14640ed125b1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221958\";s:12:\"date_shipped\";i:1674250589;s:11:\"tracking_id\";s:32:\"bbc105ec40b7ef26cc9c48cf8731bf80\";}}'),(70759,1670,'_edit_last','2'),(70760,1670,'_date_completed','1674250595'),(70761,1670,'_completed_date','2023-01-20 21:36:35'),(70762,1669,'_edit_lock','1674250585:2'),(70763,1669,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830221877\";s:12:\"date_shipped\";s:10:\"1674172800\";s:11:\"tracking_id\";s:32:\"8a3e2868ccb14e3f77452177bfe50a70\";}}'),(70764,1669,'_edit_last','2'),(70765,1669,'_date_completed','1674250717'),(70766,1669,'_completed_date','2023-01-20 21:38:37'),(70767,1672,'_order_key','wc_order_eB9LrfYva0ht3'),(70768,1672,'_customer_user','0'),(70769,1672,'_payment_method','paypal'),(70770,1672,'_payment_method_title','PayPal'),(70771,1672,'_customer_ip_address','136.49.57.192'),(70772,1672,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70773,1672,'_created_via','checkout'),(70774,1672,'_cart_hash','f850db7babf093adfcdab983ee246958'),(70775,1672,'_download_permissions_granted','yes'),(70776,1672,'_recorded_sales','yes'),(70777,1672,'_recorded_coupon_usage_counts','yes'),(70778,1672,'_new_order_email_sent','true'),(70779,1672,'_order_stock_reduced','yes'),(70780,1672,'_billing_first_name','Lee'),(70781,1672,'_billing_last_name','Rogers'),(70782,1672,'_billing_company','United States'),(70783,1672,'_billing_address_1','40 N Interstate 35'),(70784,1672,'_billing_address_2','APT 4B2'),(70785,1672,'_billing_city','Austin'),(70786,1672,'_billing_state','TX'),(70787,1672,'_billing_postcode','78701'),(70788,1672,'_billing_country','US'),(70789,1672,'_billing_email','leerogers3301@gmail.com'),(70790,1672,'_billing_phone','316-727-9951'),(70791,1672,'_shipping_first_name','Kaitlin'),(70792,1672,'_shipping_last_name','Ryan'),(70793,1672,'_shipping_company','LCA Dublin'),(70794,1672,'_shipping_address_1','5910 Wilcox Place'),(70795,1672,'_shipping_address_2','Suite E'),(70796,1672,'_shipping_city','Dublin'),(70797,1672,'_shipping_state','OH'),(70798,1672,'_shipping_postcode','43016'),(70799,1672,'_shipping_country','US'),(70800,1672,'_order_currency','USD'),(70801,1672,'_cart_discount','0'),(70802,1672,'_cart_discount_tax','0'),(70803,1672,'_order_shipping','0'),(70804,1672,'_order_shipping_tax','0'),(70805,1672,'_order_tax','0'),(70806,1672,'_order_total','516.54'),(70807,1672,'_order_version','7.1.1'),(70808,1672,'_prices_include_tax','no'),(70809,1672,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(70810,1672,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(70811,1672,'is_vat_exempt','no'),(70812,1672,'Payment type','instant'),(70813,1672,'_paypal_status','completed'),(70814,1672,'_transaction_id','9VK90577U5245791B'),(70815,1672,'PayPal Transaction Fee','18.52'),(70816,1672,'_date_paid','1674283634'),(70817,1672,'_paid_date','2023-01-21 06:47:14'),(70818,1673,'_order_key','wc_order_mgWkHOr2poEgl'),(70819,1673,'_customer_user','63'),(70820,1673,'_payment_method','paypal'),(70821,1673,'_payment_method_title','PayPal'),(70822,1673,'_customer_ip_address','2600:387:4:803::95'),(70823,1673,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15'),(70824,1673,'_created_via','checkout'),(70825,1673,'_cart_hash','c6eb4cabd7953482d507d711e5786082'),(70826,1673,'_download_permissions_granted','yes'),(70827,1673,'_recorded_sales','yes'),(70828,1673,'_recorded_coupon_usage_counts','yes'),(70829,1673,'_new_order_email_sent','true'),(70830,1673,'_order_stock_reduced','yes'),(70831,1673,'_billing_first_name','Lisa'),(70832,1673,'_billing_last_name','Hagman'),(70833,1673,'_billing_address_1','5190 NW Eldorado BLVD'),(70834,1673,'_billing_city','Bremerton'),(70835,1673,'_billing_state','WA'),(70836,1673,'_billing_postcode','98312'),(70837,1673,'_billing_country','US'),(70838,1673,'_billing_email','licegirls@icloud.com'),(70839,1673,'_billing_phone','360-471-7900'),(70840,1673,'_shipping_first_name','Lisa'),(70841,1673,'_shipping_last_name','Hagman'),(70842,1673,'_shipping_address_1','5190 NW Eldorado BLVD'),(70843,1673,'_shipping_city','Bremerton'),(70844,1673,'_shipping_state','WA'),(70845,1673,'_shipping_postcode','98312'),(70846,1673,'_shipping_country','US'),(70847,1673,'_order_currency','USD'),(70848,1673,'_cart_discount','0'),(70849,1673,'_cart_discount_tax','0'),(70850,1673,'_order_shipping','22.79'),(70851,1673,'_order_shipping_tax','0'),(70852,1673,'_order_tax','0'),(70853,1673,'_order_total','22.79'),(70854,1673,'_order_version','7.1.1'),(70855,1673,'_prices_include_tax','no'),(70856,1673,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(70857,1673,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(70858,1673,'is_vat_exempt','no'),(70859,1674,'_order_key','wc_order_Jlf8bORY5Ug6G'),(70860,1674,'_customer_user','63'),(70861,1674,'_payment_method','paypal'),(70862,1674,'_payment_method_title','PayPal'),(70863,1674,'_customer_ip_address','2600:387:4:803::95'),(70864,1674,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15'),(70865,1674,'_created_via','checkout'),(70866,1674,'_cart_hash','632b0b8849f4b4eada891c77cb10c5a4'),(70867,1674,'_download_permissions_granted','yes'),(70868,1674,'_recorded_sales','yes'),(70869,1674,'_recorded_coupon_usage_counts','yes'),(70870,1674,'_new_order_email_sent','true'),(70871,1674,'_order_stock_reduced','yes'),(70872,1674,'_billing_first_name','Lisa'),(70873,1674,'_billing_last_name','Hagman'),(70874,1674,'_billing_address_1','5190 NW Eldorado BLVD'),(70875,1674,'_billing_city','Bremerton'),(70876,1674,'_billing_state','WA'),(70877,1674,'_billing_postcode','98312'),(70878,1674,'_billing_country','US'),(70879,1674,'_billing_email','licegirls@icloud.com'),(70880,1674,'_billing_phone','360-471-7900'),(70881,1674,'_shipping_first_name','Lisa'),(70882,1674,'_shipping_last_name','Hagman'),(70883,1674,'_shipping_address_1','5190 NW Eldorado BLVD'),(70884,1674,'_shipping_city','Bremerton'),(70885,1674,'_shipping_state','WA'),(70886,1674,'_shipping_postcode','98312'),(70887,1674,'_shipping_country','US'),(70888,1674,'_order_currency','USD'),(70889,1674,'_cart_discount','0'),(70890,1674,'_cart_discount_tax','0'),(70891,1674,'_order_shipping','22.79'),(70892,1674,'_order_shipping_tax','0'),(70893,1674,'_order_tax','0'),(70894,1674,'_order_total','22.79'),(70895,1674,'_order_version','7.1.1'),(70896,1674,'_prices_include_tax','no'),(70897,1674,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(70898,1674,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(70899,1674,'is_vat_exempt','no'),(70900,1675,'_order_key','wc_order_tleGHgTkcApVd'),(70901,1675,'_customer_user','63'),(70902,1675,'_payment_method','paypal'),(70903,1675,'_payment_method_title','PayPal'),(70904,1675,'_customer_ip_address','2600:387:4:803::95'),(70905,1675,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15'),(70906,1675,'_created_via','checkout'),(70907,1675,'_cart_hash','76af439f215f016d7e02fa70eb2719f4'),(70908,1675,'_download_permissions_granted','no'),(70909,1675,'_recorded_sales','no'),(70910,1675,'_recorded_coupon_usage_counts','no'),(70911,1675,'_new_order_email_sent','false'),(70912,1675,'_order_stock_reduced','no'),(70913,1675,'_billing_first_name','Lisa'),(70914,1675,'_billing_last_name','Hagman'),(70915,1675,'_billing_address_1','5190 NW Eldorado BLVD'),(70916,1675,'_billing_city','Bremerton'),(70917,1675,'_billing_state','WA'),(70918,1675,'_billing_postcode','98312'),(70919,1675,'_billing_country','US'),(70920,1675,'_billing_email','licegirls@icloud.com'),(70921,1675,'_billing_phone','360-471-7900'),(70922,1675,'_shipping_first_name','Lisa'),(70923,1675,'_shipping_last_name','Hagman'),(70924,1675,'_shipping_address_1','5190 NW Eldorado BLVD'),(70925,1675,'_shipping_city','Bremerton'),(70926,1675,'_shipping_state','WA'),(70927,1675,'_shipping_postcode','98312'),(70928,1675,'_shipping_country','US'),(70929,1675,'_order_currency','USD'),(70930,1675,'_cart_discount','0'),(70931,1675,'_cart_discount_tax','0'),(70932,1675,'_order_shipping','22.79'),(70933,1675,'_order_shipping_tax','0'),(70934,1675,'_order_tax','0'),(70935,1675,'_order_total','22.79'),(70936,1675,'_order_version','7.1.1'),(70937,1675,'_prices_include_tax','no'),(70938,1675,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(70939,1675,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(70940,1675,'is_vat_exempt','no'),(70941,1676,'_order_key','wc_order_OYZEIMIQY7d5z'),(70942,1676,'_customer_user','5'),(70943,1676,'_payment_method','paypal'),(70944,1676,'_payment_method_title','PayPal'),(70945,1676,'_customer_ip_address','2601:1c1:8c01:36c0:59f0:ca1d:e9fa:f4d9'),(70946,1676,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(70947,1676,'_created_via','checkout'),(70948,1676,'_cart_hash','8861a3ae91cdf9a49b78b2f41a082d93'),(70949,1676,'_download_permissions_granted','yes'),(70950,1676,'_recorded_sales','yes'),(70951,1676,'_recorded_coupon_usage_counts','yes'),(70952,1676,'_new_order_email_sent','true'),(70953,1676,'_order_stock_reduced','yes'),(70954,1676,'_billing_first_name','Mark'),(70955,1676,'_billing_last_name','Meyer'),(70956,1676,'_billing_company','lice clinics of america- portland'),(70957,1676,'_billing_address_1','5201 SW Westgate Dr suite 106'),(70958,1676,'_billing_address_2','106'),(70959,1676,'_billing_city','portland'),(70960,1676,'_billing_state','OR'),(70961,1676,'_billing_postcode','97221'),(70962,1676,'_billing_country','US'),(70963,1676,'_billing_email','noemi.and.mark@nwliceclinics.com'),(70964,1676,'_billing_phone','5034040475'),(70965,1676,'_shipping_first_name','Mark'),(70966,1676,'_shipping_last_name','Meyer'),(70967,1676,'_shipping_company','lice clinics of america- portland'),(70968,1676,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(70969,1676,'_shipping_address_2','106'),(70970,1676,'_shipping_city','portland'),(70971,1676,'_shipping_state','OR'),(70972,1676,'_shipping_postcode','97221'),(70973,1676,'_shipping_country','US'),(70974,1676,'_order_currency','USD'),(70975,1676,'_cart_discount','0'),(70976,1676,'_cart_discount_tax','0'),(70977,1676,'_order_shipping','0'),(70978,1676,'_order_shipping_tax','0'),(70979,1676,'_order_tax','0'),(70980,1676,'_order_total','3044.25'),(70981,1676,'_order_version','7.1.1'),(70982,1676,'_prices_include_tax','no'),(70983,1676,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(70984,1676,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(70985,1676,'is_vat_exempt','no'),(70986,1676,'Payment type','instant'),(70987,1676,'_paypal_status','completed'),(70988,1676,'_transaction_id','1FD076682C212712W'),(70989,1676,'PayPal Transaction Fee','106.73'),(70990,1676,'_date_paid','1674452254'),(70991,1676,'_paid_date','2023-01-23 05:37:34'),(70992,1677,'_order_key','wc_order_j8AO0bmtx9uVb'),(70993,1677,'_customer_user','21'),(70994,1677,'_payment_method','paypal'),(70995,1677,'_payment_method_title','PayPal'),(70996,1677,'_customer_ip_address','173.216.41.31'),(70997,1677,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.125 Safari/537.36'),(70998,1677,'_created_via','checkout'),(70999,1677,'_cart_hash','24860cbbb6224a25f67a8aa5435c22a6'),(71000,1677,'_download_permissions_granted','yes'),(71001,1677,'_recorded_sales','yes'),(71002,1677,'_recorded_coupon_usage_counts','yes'),(71003,1677,'_new_order_email_sent','true'),(71004,1677,'_order_stock_reduced','yes'),(71005,1677,'_billing_first_name','LCA'),(71006,1677,'_billing_last_name','Arkansas'),(71007,1677,'_billing_company','LCA - Central Arkansas'),(71008,1677,'_billing_address_1','1011 N. 2nd St., Ste. D'),(71009,1677,'_billing_city','Cabot'),(71010,1677,'_billing_state','AR'),(71011,1677,'_billing_postcode','72023'),(71012,1677,'_billing_country','US'),(71013,1677,'_billing_email','liceclinicslittlerock@gmail.com'),(71014,1677,'_billing_phone','15014249396'),(71015,1677,'_shipping_first_name','LCA'),(71016,1677,'_shipping_last_name','Arkansas'),(71017,1677,'_shipping_company','LCA - Central Arkansas'),(71018,1677,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(71019,1677,'_shipping_city','Cabot'),(71020,1677,'_shipping_state','AR'),(71021,1677,'_shipping_postcode','72023'),(71022,1677,'_shipping_country','US'),(71023,1677,'_order_currency','USD'),(71024,1677,'_cart_discount','0'),(71025,1677,'_cart_discount_tax','0'),(71026,1677,'_order_shipping','0'),(71027,1677,'_order_shipping_tax','0'),(71028,1677,'_order_tax','0'),(71029,1677,'_order_total','513.84'),(71030,1677,'_order_version','7.1.1'),(71031,1677,'_prices_include_tax','no'),(71032,1677,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(71033,1677,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(71034,1677,'is_vat_exempt','no'),(71035,1677,'Payment type','instant'),(71036,1677,'_paypal_status','completed'),(71037,1677,'_transaction_id','50P186494M0815111'),(71038,1677,'PayPal Transaction Fee','18.42'),(71039,1677,'_date_paid','1674484422'),(71040,1677,'_paid_date','2023-01-23 14:33:42'),(71041,1675,'_edit_lock','1674490302:2'),(71042,1674,'_edit_lock','1674683099:2'),(71043,1673,'_edit_lock','1674680989:2'),(71044,1675,'_edit_last','2'),(71045,1674,'_edit_last','2'),(71046,1673,'_edit_last','2'),(71047,1671,'_edit_lock','1674490669:2'),(71048,1671,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222093\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"ae0a9d25af18da27f5df37a31109f427\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222082\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"c570cd24dcd8f89231404a78e9df39f6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222071\";s:12:\"date_shipped\";i:1674490691;s:11:\"tracking_id\";s:32:\"c74153499c19ec074e9d60ff62a4d3eb\";}}'),(71049,1671,'_edit_last','2'),(71050,1671,'_date_completed','1674490695'),(71051,1671,'_completed_date','2023-01-23 16:18:15'),(71078,1672,'_edit_lock','1674495080:2'),(71079,1672,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222200\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"f8c123010f29d428bf72f6c91b4970b8\";}}'),(71080,1672,'_edit_last','2'),(71081,1672,'_date_completed','1674495206'),(71082,1672,'_completed_date','2023-01-23 17:33:26'),(71083,1656,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0342374318\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"7e34b30c5d9c638a10dedb30e2a4125a\";}}'),(71084,1676,'_edit_lock','1674514785:2'),(71085,1677,'_edit_lock','1674514786:2'),(71086,1676,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222314\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"fc5f2e305a02f353fb5f8be149c9faf2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222303\";s:12:\"date_shipped\";i:1674514465;s:11:\"tracking_id\";s:32:\"23e1055cc92bb09d3230b5bd3cbf89d9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222299\";s:12:\"date_shipped\";i:1674514479;s:11:\"tracking_id\";s:32:\"a1c3bd0e1b0266a583febbf0f42802f7\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222288\";s:12:\"date_shipped\";i:1674514488;s:11:\"tracking_id\";s:32:\"7d5cad41ade6066b8b7c105b18be027f\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222277\";s:12:\"date_shipped\";i:1674514495;s:11:\"tracking_id\";s:32:\"cba4075443764eb981992b0cda2d48d6\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222266\";s:12:\"date_shipped\";i:1674514502;s:11:\"tracking_id\";s:32:\"5777744cfef79df7276088fb091c960b\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222255\";s:12:\"date_shipped\";i:1674514509;s:11:\"tracking_id\";s:32:\"73e2b760f1e189ee5852ab8e19b5ed93\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222244\";s:12:\"date_shipped\";i:1674514517;s:11:\"tracking_id\";s:32:\"23f2f89a22d22ecfc28c87d2a5d9087b\";}}'),(71087,1676,'_edit_last','2'),(71088,1676,'_date_completed','1674514521'),(71089,1676,'_completed_date','2023-01-23 22:55:21'),(71090,1656,'_date_completed','1674514529'),(71091,1656,'_completed_date','2023-01-23 22:55:29'),(71092,1677,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0341464802\";s:12:\"date_shipped\";s:10:\"1674432000\";s:11:\"tracking_id\";s:32:\"e1d66a6932679d7fd748536050f84463\";}}'),(71093,1677,'_edit_last','2'),(71094,1677,'_date_completed','1674514556'),(71095,1677,'_completed_date','2023-01-23 22:55:56'),(71096,1678,'_order_key','wc_order_IHkAFLlxrAszb'),(71097,1678,'_customer_user','20'),(71098,1678,'_payment_method','paypal'),(71099,1678,'_payment_method_title','PayPal'),(71100,1678,'_customer_ip_address','2603:8001:1b00:fda6:f84b:f136:845e:6e8d'),(71101,1678,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(71102,1678,'_created_via','checkout'),(71103,1678,'_cart_hash','0df50271db28bc08c5031ed7fb8266a0'),(71104,1678,'_download_permissions_granted','yes'),(71105,1678,'_recorded_sales','yes'),(71106,1678,'_recorded_coupon_usage_counts','yes'),(71107,1678,'_new_order_email_sent','true'),(71108,1678,'_order_stock_reduced','yes'),(71109,1678,'_billing_first_name','Hasani'),(71110,1678,'_billing_last_name','Thompson'),(71111,1678,'_billing_company','Heat in Hair'),(71112,1678,'_billing_address_1','27225 Camp Plenty Road'),(71113,1678,'_billing_address_2','1D'),(71114,1678,'_billing_city','Santa Clarita'),(71115,1678,'_billing_state','CA'),(71116,1678,'_billing_postcode','91351'),(71117,1678,'_billing_country','US'),(71118,1678,'_billing_email','info@liceclinicssantaclarita.com'),(71119,1678,'_billing_phone','6615850263'),(71120,1678,'_shipping_first_name','Hasani'),(71121,1678,'_shipping_last_name','Thompson'),(71122,1678,'_shipping_company','Heat in Hair'),(71123,1678,'_shipping_address_1','5145 Nightsky Place'),(71124,1678,'_shipping_city','Palmdale'),(71125,1678,'_shipping_state','CA'),(71126,1678,'_shipping_postcode','93552'),(71127,1678,'_shipping_country','US'),(71128,1678,'_order_currency','USD'),(71129,1678,'_cart_discount','0'),(71130,1678,'_cart_discount_tax','0'),(71131,1678,'_order_shipping','55.53'),(71132,1678,'_order_shipping_tax','0'),(71133,1678,'_order_tax','0'),(71134,1678,'_order_total','600.23'),(71135,1678,'_order_version','7.1.1'),(71136,1678,'_prices_include_tax','no'),(71137,1678,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(71138,1678,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(71139,1678,'is_vat_exempt','no'),(71140,1678,'Payment type','instant'),(71141,1678,'_paypal_status','completed'),(71142,1678,'_transaction_id','1A099754EX331822D'),(71143,1678,'PayPal Transaction Fee','21.44'),(71144,1678,'_date_paid','1674579530'),(71145,1678,'_paid_date','2023-01-24 16:58:50'),(71146,1679,'_order_key','wc_order_kKR8WdDOkAYFX'),(71147,1679,'_customer_user','76'),(71148,1679,'_payment_method','paypal'),(71149,1679,'_payment_method_title','PayPal'),(71150,1679,'_customer_ip_address','146.115.131.163'),(71151,1679,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(71152,1679,'_created_via','checkout'),(71153,1679,'_cart_hash','06e2b4b9de57d6f9063a658a01bc5e2d'),(71154,1679,'_download_permissions_granted','yes'),(71155,1679,'_recorded_sales','yes'),(71156,1679,'_recorded_coupon_usage_counts','yes'),(71157,1679,'_new_order_email_sent','true'),(71158,1679,'_order_stock_reduced','yes'),(71159,1679,'_billing_first_name','Naomi'),(71160,1679,'_billing_last_name','Golden'),(71161,1679,'_billing_address_1','31 Mann Ave'),(71162,1679,'_billing_city','Needham'),(71163,1679,'_billing_state','MA'),(71164,1679,'_billing_postcode','02492'),(71165,1679,'_billing_country','US'),(71166,1679,'_billing_email','nrgolden6486@gmail.com'),(71167,1679,'_billing_phone','617-851-1322'),(71168,1679,'_shipping_first_name','Naomi'),(71169,1679,'_shipping_last_name','Golden'),(71170,1679,'_shipping_company','Lice Aunties'),(71171,1679,'_shipping_address_1','1349 Centre Street'),(71172,1679,'_shipping_address_2','Entrance on Trowbridge'),(71173,1679,'_shipping_city','Newton'),(71174,1679,'_shipping_state','MA'),(71175,1679,'_shipping_postcode','02459'),(71176,1679,'_shipping_country','US'),(71177,1679,'_order_currency','USD'),(71178,1679,'_cart_discount','0'),(71179,1679,'_cart_discount_tax','0'),(71180,1679,'_order_shipping','0'),(71181,1679,'_order_shipping_tax','0'),(71182,1679,'_order_tax','0'),(71183,1679,'_order_total','507.84'),(71184,1679,'_order_version','7.1.1'),(71185,1679,'_prices_include_tax','no'),(71186,1679,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(71187,1679,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Entrance on Trowbridge Newton MA 02459 US '),(71188,1679,'is_vat_exempt','no'),(71189,1679,'Payment type','instant'),(71190,1679,'_paypal_status','completed'),(71191,1679,'_transaction_id','81N35984YN8882515'),(71192,1679,'PayPal Transaction Fee','18.21'),(71193,1679,'_date_paid','1674593716'),(71194,1679,'_paid_date','2023-01-24 20:55:16'),(71195,1674,'Payment type','instant'),(71196,1674,'_paypal_status','completed'),(71197,1674,'_transaction_id','2D0517572B3132843'),(71198,1674,'PayPal Transaction Fee','1.29'),(71199,1674,'_date_paid','1674604803'),(71200,1674,'_paid_date','2023-01-25 00:00:03'),(71201,1673,'Payment type','instant'),(71202,1673,'_paypal_status','completed'),(71203,1673,'_transaction_id','1YN41293BF785222W'),(71204,1673,'PayPal Transaction Fee','1.29'),(71205,1673,'_date_paid','1674604881'),(71206,1673,'_paid_date','2023-01-25 00:01:21'),(71207,1680,'_order_key','wc_order_YLh8LvgtWiGvS'),(71208,1680,'_customer_user','63'),(71209,1680,'_payment_method','paypal'),(71210,1680,'_payment_method_title','PayPal'),(71211,1680,'_customer_ip_address','2603:3023:202:3600:2586:b668:ddac:591d'),(71212,1680,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Safari/605.1.15'),(71213,1680,'_created_via','checkout'),(71214,1680,'_cart_hash','645be1bcaff7c601fa38407772395fc6'),(71215,1680,'_download_permissions_granted','yes'),(71216,1680,'_recorded_sales','yes'),(71217,1680,'_recorded_coupon_usage_counts','yes'),(71218,1680,'_new_order_email_sent','true'),(71219,1680,'_order_stock_reduced','yes'),(71220,1680,'_billing_first_name','Lisa'),(71221,1680,'_billing_last_name','Hagman'),(71222,1680,'_billing_address_1','5190 NW Eldorado BLVD'),(71223,1680,'_billing_city','Bremerton'),(71224,1680,'_billing_state','WA'),(71225,1680,'_billing_postcode','98312'),(71226,1680,'_billing_country','US'),(71227,1680,'_billing_email','licegirls@icloud.com'),(71228,1680,'_billing_phone','360-471-7900'),(71229,1680,'_shipping_first_name','Lisa'),(71230,1680,'_shipping_last_name','Hagman'),(71231,1680,'_shipping_address_1','5190 NW Eldorado BLVD'),(71232,1680,'_shipping_city','Bremerton'),(71233,1680,'_shipping_state','WA'),(71234,1680,'_shipping_postcode','98312'),(71235,1680,'_shipping_country','US'),(71236,1680,'_order_currency','USD'),(71237,1680,'_cart_discount','0'),(71238,1680,'_cart_discount_tax','0'),(71239,1680,'_order_shipping','22.79'),(71240,1680,'_order_shipping_tax','0'),(71241,1680,'_order_tax','0'),(71242,1680,'_order_total','22.79'),(71243,1680,'_order_version','7.1.1'),(71244,1680,'_prices_include_tax','no'),(71245,1680,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(71246,1680,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(71247,1680,'is_vat_exempt','no'),(71248,1681,'_order_key','wc_order_bsvxlfHUKWycn'),(71249,1681,'_customer_user','59'),(71250,1681,'_payment_method','paypal'),(71251,1681,'_payment_method_title','PayPal'),(71252,1681,'_customer_ip_address','2603:300c:1d10:9100:3f:5b29:df13:19e'),(71253,1681,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71254,1681,'_created_via','checkout'),(71255,1681,'_cart_hash','b9b613ece0d89e7911485dc5512188a2'),(71256,1681,'_download_permissions_granted','yes'),(71257,1681,'_recorded_sales','yes'),(71258,1681,'_recorded_coupon_usage_counts','yes'),(71259,1681,'_new_order_email_sent','true'),(71260,1681,'_order_stock_reduced','yes'),(71261,1681,'_billing_first_name','Allison'),(71262,1681,'_billing_last_name','Anthon'),(71263,1681,'_billing_address_1','58 arbor bend dr'),(71264,1681,'_billing_city','Houston'),(71265,1681,'_billing_state','TX'),(71266,1681,'_billing_postcode','77070'),(71267,1681,'_billing_country','US'),(71268,1681,'_billing_email','louseysolutions@gmail.com'),(71269,1681,'_billing_phone','602-400-8330'),(71270,1681,'_shipping_first_name','Allison'),(71271,1681,'_shipping_last_name','Anthon'),(71272,1681,'_shipping_company','LCA Sugar Land'),(71273,1681,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(71274,1681,'_shipping_city','Tomball'),(71275,1681,'_shipping_state','TX'),(71276,1681,'_shipping_postcode','77375'),(71277,1681,'_shipping_country','US'),(71278,1681,'_order_currency','USD'),(71279,1681,'_cart_discount','0'),(71280,1681,'_cart_discount_tax','0'),(71281,1681,'_order_shipping','0'),(71282,1681,'_order_shipping_tax','0'),(71283,1681,'_order_tax','0'),(71284,1681,'_order_total','880.32'),(71285,1681,'_order_version','7.1.1'),(71286,1681,'_prices_include_tax','no'),(71287,1681,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(71288,1681,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(71289,1681,'is_vat_exempt','no'),(71290,1682,'_order_key','wc_order_14ORNZ6iX3p68'),(71291,1682,'_customer_user','4'),(71292,1682,'_payment_method','paypal'),(71293,1682,'_payment_method_title','PayPal'),(71294,1682,'_customer_ip_address','76.27.78.176'),(71295,1682,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71296,1682,'_created_via','checkout'),(71297,1682,'_cart_hash','09e78e5c2feaadb94b647af17c5bad71'),(71298,1682,'_download_permissions_granted','yes'),(71299,1682,'_recorded_sales','yes'),(71300,1682,'_recorded_coupon_usage_counts','yes'),(71301,1682,'_new_order_email_sent','true'),(71302,1682,'_order_stock_reduced','yes'),(71303,1682,'_billing_first_name','David'),(71304,1682,'_billing_last_name','Washburn'),(71305,1682,'_billing_company','Larada Sciences (LCA)'),(71306,1682,'_billing_address_1','4873 South State St.'),(71307,1682,'_billing_city','Murray'),(71308,1682,'_billing_state','UT'),(71309,1682,'_billing_postcode','84107'),(71310,1682,'_billing_country','US'),(71311,1682,'_billing_email','david@laradasciences.com'),(71312,1682,'_billing_phone','8019197428'),(71313,1682,'_shipping_first_name','David'),(71314,1682,'_shipping_last_name','Washburn'),(71315,1682,'_shipping_company','Larada Sciences (LCA)'),(71316,1682,'_shipping_address_1','4873 South State St.'),(71317,1682,'_shipping_city','Murray'),(71318,1682,'_shipping_state','UT'),(71319,1682,'_shipping_postcode','84107'),(71320,1682,'_shipping_country','US'),(71321,1682,'_order_currency','USD'),(71322,1682,'_cart_discount','0'),(71323,1682,'_cart_discount_tax','0'),(71324,1682,'_order_shipping','0'),(71325,1682,'_order_shipping_tax','0'),(71326,1682,'_order_tax','0'),(71327,1682,'_order_total','1040.18'),(71328,1682,'_order_version','7.1.1'),(71329,1682,'_prices_include_tax','no'),(71330,1682,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(71331,1682,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(71332,1682,'is_vat_exempt','no'),(71333,1680,'_edit_lock','1674769799:2'),(71334,1680,'_edit_last','2'),(71335,1680,'Payment type','instant'),(71336,1680,'_paypal_status','completed'),(71337,1680,'_transaction_id','9M708222XK968130J'),(71338,1680,'PayPal Transaction Fee','1.29'),(71339,1680,'_date_paid','1674669864'),(71340,1680,'_paid_date','2023-01-25 18:04:24'),(71341,1681,'_edit_lock','1674769940:2'),(71342,1682,'_edit_lock','1674769846:2'),(71343,1681,'_edit_last','2'),(71344,1682,'_edit_last','2'),(71345,1678,'_edit_lock','1674673362:2'),(71346,1678,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222461\";s:12:\"date_shipped\";s:10:\"1674518400\";s:11:\"tracking_id\";s:32:\"c7c1447451409a2d12b2c8c57839b760\";}i:1;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222450\";s:12:\"date_shipped\";s:10:\"1674518400\";s:11:\"tracking_id\";s:32:\"5e4bf13228ed5997d7e79752504e9da4\";}}'),(71347,1678,'_edit_last','2'),(71348,1678,'_date_completed','1674673359'),(71349,1678,'_completed_date','2023-01-25 19:02:39'),(71350,1682,'Payment type','instant'),(71351,1682,'_paypal_status','completed'),(71352,1682,'_transaction_id','66J46150U6053852P'),(71353,1682,'PayPal Transaction Fee','36.79'),(71354,1682,'_date_paid','1674674053'),(71355,1682,'_paid_date','2023-01-25 19:14:13'),(71356,1673,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222531\";s:12:\"date_shipped\";s:10:\"1674604800\";s:11:\"tracking_id\";s:32:\"f384dce74c8a661fdfe1c606e5df20f1\";}}'),(71357,1673,'_date_completed','1674681023'),(71358,1673,'_completed_date','2023-01-25 21:10:23'),(71359,1681,'Payment type','instant'),(71360,1681,'_paypal_status','completed'),(71361,1681,'_transaction_id','3XR12771EJ2588225'),(71362,1681,'PayPal Transaction Fee','31.21'),(71363,1681,'_date_paid','1674682162'),(71364,1681,'_paid_date','2023-01-25 21:29:22'),(71365,1674,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222542\";s:12:\"date_shipped\";s:10:\"1674604800\";s:11:\"tracking_id\";s:32:\"5d6013a467f2f0c1f4dc1894916b0d22\";}}'),(71366,1674,'_date_completed','1674682988'),(71367,1674,'_completed_date','2023-01-25 21:43:08'),(71368,1680,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222586\";s:12:\"date_shipped\";s:10:\"1674691200\";s:11:\"tracking_id\";s:32:\"52a715eb1c7dd852dd0ff065e1304c75\";}}'),(71369,1680,'_date_completed','1674769933'),(71370,1680,'_completed_date','2023-01-26 21:52:13'),(71371,1682,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222612\";s:12:\"date_shipped\";s:10:\"1674691200\";s:11:\"tracking_id\";s:32:\"95c3fcc40785bb5fb7b7de9b681a2a4a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222601\";s:12:\"date_shipped\";i:1674769974;s:11:\"tracking_id\";s:32:\"c6fd9657ec840f8a7b957d14b228fd8d\";}}'),(71372,1682,'_date_completed','1674769978'),(71373,1682,'_completed_date','2023-01-26 21:52:58'),(71374,1679,'_edit_lock','1674769896:2'),(71375,1679,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222634\";s:12:\"date_shipped\";s:10:\"1674691200\";s:11:\"tracking_id\";s:32:\"0fedf16a0c9c19052f16bc4587312573\";}}'),(71376,1679,'_edit_last','2'),(71377,1679,'_date_completed','1674770024'),(71378,1679,'_completed_date','2023-01-26 21:53:44'),(71379,1681,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222656\";s:12:\"date_shipped\";s:10:\"1674691200\";s:11:\"tracking_id\";s:32:\"b4de372a0bf86aa60e99c94cb68fec4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222645\";s:12:\"date_shipped\";i:1674770068;s:11:\"tracking_id\";s:32:\"cd1f760458157c4b7d8e09de091419f1\";}}'),(71380,1681,'_date_completed','1674770071'),(71381,1681,'_completed_date','2023-01-26 21:54:31'),(71382,1684,'_order_key','wc_order_jWvtZtOnLykCz'),(71383,1684,'_customer_user','57'),(71384,1684,'_payment_method','paypal'),(71385,1684,'_payment_method_title','PayPal'),(71386,1684,'_customer_ip_address','2600:1700:95fb:2b80:c13:a4c6:4622:8e15'),(71387,1684,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.61'),(71388,1684,'_created_via','checkout'),(71389,1684,'_cart_hash','02259e1e5e4af380a86e18d3663d0743'),(71390,1684,'_download_permissions_granted','yes'),(71391,1684,'_recorded_sales','yes'),(71392,1684,'_recorded_coupon_usage_counts','yes'),(71393,1684,'_new_order_email_sent','true'),(71394,1684,'_order_stock_reduced','yes'),(71395,1684,'_billing_first_name','Heather'),(71396,1684,'_billing_last_name','Purtle'),(71397,1684,'_billing_company','LCA- Upstate'),(71398,1684,'_billing_address_1','1 Creekview Ct.'),(71399,1684,'_billing_address_2','Ste C'),(71400,1684,'_billing_city','Greenville'),(71401,1684,'_billing_state','SC'),(71402,1684,'_billing_postcode','29615'),(71403,1684,'_billing_country','US'),(71404,1684,'_billing_email','hpurtle@bellsouth.net'),(71405,1684,'_billing_phone','8643604388'),(71406,1684,'_shipping_first_name','Heather'),(71407,1684,'_shipping_last_name','Purtle'),(71408,1684,'_shipping_company','LCA- Upstate'),(71409,1684,'_shipping_address_1','1 Creekview Ct.'),(71410,1684,'_shipping_address_2','Ste C'),(71411,1684,'_shipping_city','Greenville'),(71412,1684,'_shipping_state','SC'),(71413,1684,'_shipping_postcode','29615'),(71414,1684,'_shipping_country','US'),(71415,1684,'_order_currency','USD'),(71416,1684,'_cart_discount','0'),(71417,1684,'_cart_discount_tax','0'),(71418,1684,'_order_shipping','24.41'),(71419,1684,'_order_shipping_tax','0'),(71420,1684,'_order_tax','0'),(71421,1684,'_order_total','103.61'),(71422,1684,'_order_version','7.1.1'),(71423,1684,'_prices_include_tax','no'),(71424,1684,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(71425,1684,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(71426,1684,'is_vat_exempt','no'),(71427,1685,'_order_key','wc_order_q8hkqahr3UuOo'),(71428,1685,'_customer_user','61'),(71429,1685,'_payment_method','paypal'),(71430,1685,'_payment_method_title','PayPal'),(71431,1685,'_customer_ip_address','217.180.201.251'),(71432,1685,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71433,1685,'_created_via','checkout'),(71434,1685,'_cart_hash','1c3dfb0546d9e08aa540ec453bd483c0'),(71435,1685,'_download_permissions_granted','yes'),(71436,1685,'_recorded_sales','yes'),(71437,1685,'_recorded_coupon_usage_counts','yes'),(71438,1685,'_new_order_email_sent','true'),(71439,1685,'_order_stock_reduced','yes'),(71440,1685,'_billing_first_name','Judith'),(71441,1685,'_billing_last_name','Hayden'),(71442,1685,'_billing_company','LCAL Hayden LLC'),(71443,1685,'_billing_address_1','1795 Alysheba Way'),(71444,1685,'_billing_address_2','Ste 4105'),(71445,1685,'_billing_city','Lexington'),(71446,1685,'_billing_state','KY'),(71447,1685,'_billing_postcode','40509'),(71448,1685,'_billing_country','US'),(71449,1685,'_billing_email','judy@liceclinicslexington.com'),(71450,1685,'_billing_phone','8595376966'),(71451,1685,'_shipping_first_name','Judy'),(71452,1685,'_shipping_last_name','Hayden'),(71453,1685,'_shipping_company','LCA Florence'),(71454,1685,'_shipping_address_1','6905 Burlington Pike'),(71455,1685,'_shipping_address_2','Ste A'),(71456,1685,'_shipping_city','Florence'),(71457,1685,'_shipping_state','KY'),(71458,1685,'_shipping_postcode','41042'),(71459,1685,'_shipping_country','US'),(71460,1685,'_order_currency','USD'),(71461,1685,'_cart_discount','0'),(71462,1685,'_cart_discount_tax','0'),(71463,1685,'_order_shipping','0'),(71464,1685,'_order_shipping_tax','0'),(71465,1685,'_order_tax','0'),(71466,1685,'_order_total','1662.64'),(71467,1685,'_order_version','7.1.1'),(71468,1685,'_prices_include_tax','no'),(71469,1685,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(71470,1685,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(71471,1685,'is_vat_exempt','no'),(71472,1685,'Payment type','instant'),(71473,1685,'_paypal_status','completed'),(71474,1685,'_transaction_id','1J085949AF959074M'),(71475,1685,'PayPal Transaction Fee','58.52'),(71476,1685,'_date_paid','1674825731'),(71477,1685,'_paid_date','2023-01-27 13:22:11'),(71478,1684,'_edit_lock','1675788342:2'),(71479,1684,'_edit_last','2'),(71480,1685,'_edit_lock','1674847651:2'),(71481,1685,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222760\";s:12:\"date_shipped\";s:10:\"1674777600\";s:11:\"tracking_id\";s:32:\"6de768d856b96d0641755180d40339cb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222759\";s:12:\"date_shipped\";i:1674839543;s:11:\"tracking_id\";s:32:\"b14f10fc0af3fe718465205beb3a472e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222748\";s:12:\"date_shipped\";i:1674839550;s:11:\"tracking_id\";s:32:\"ab890ae9d0e70b6f19caa6a65ec11721\";}}'),(71482,1685,'_edit_last','2'),(71483,1685,'_date_completed','1674839662'),(71484,1685,'_completed_date','2023-01-27 17:14:22'),(71485,1686,'_order_key','wc_order_E2z41X84wsdaL'),(71486,1686,'_customer_user','76'),(71487,1686,'_payment_method','paypal'),(71488,1686,'_payment_method_title','PayPal'),(71489,1686,'_customer_ip_address','146.115.118.214'),(71490,1686,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(71491,1686,'_created_via','checkout'),(71492,1686,'_cart_hash','56c8ec375dcabe88bd64532c067dfd0b'),(71493,1686,'_download_permissions_granted','yes'),(71494,1686,'_recorded_sales','yes'),(71495,1686,'_recorded_coupon_usage_counts','yes'),(71496,1686,'_new_order_email_sent','true'),(71497,1686,'_order_stock_reduced','yes'),(71498,1686,'_billing_first_name','Naomi'),(71499,1686,'_billing_last_name','Golden'),(71500,1686,'_billing_address_1','31 Mann Ave'),(71501,1686,'_billing_city','Needham'),(71502,1686,'_billing_state','MA'),(71503,1686,'_billing_postcode','02492'),(71504,1686,'_billing_country','US'),(71505,1686,'_billing_email','nrgolden6486@gmail.com'),(71506,1686,'_billing_phone','617-851-1322'),(71507,1686,'_shipping_first_name','Naomi'),(71508,1686,'_shipping_last_name','Golden'),(71509,1686,'_shipping_company','Lice Aunties'),(71510,1686,'_shipping_address_1','3 Baldwin Green Common'),(71511,1686,'_shipping_address_2','Suite 310'),(71512,1686,'_shipping_city','Woburn'),(71513,1686,'_shipping_state','MA'),(71514,1686,'_shipping_postcode','01801'),(71515,1686,'_shipping_country','US'),(71516,1686,'_order_currency','USD'),(71517,1686,'_cart_discount','0'),(71518,1686,'_cart_discount_tax','0'),(71519,1686,'_order_shipping','0'),(71520,1686,'_order_shipping_tax','0'),(71521,1686,'_order_tax','0'),(71522,1686,'_order_total','500.34'),(71523,1686,'_order_version','7.1.1'),(71524,1686,'_prices_include_tax','no'),(71525,1686,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(71526,1686,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(71527,1686,'is_vat_exempt','no'),(71528,1684,'Payment type','instant'),(71529,1684,'_paypal_status','completed'),(71530,1684,'_transaction_id','0X479177FX0601846'),(71531,1684,'PayPal Transaction Fee','4.11'),(71532,1684,'_date_paid','1674860310'),(71533,1684,'_paid_date','2023-01-27 22:58:30'),(71534,1686,'_edit_lock','1675788294:2'),(71535,1686,'_edit_last','2'),(71538,1686,'Payment type','instant'),(71539,1686,'_paypal_status','completed'),(71540,1686,'_transaction_id','6EW99968A71973113'),(71541,1686,'PayPal Transaction Fee','17.95'),(71542,1686,'_date_paid','1675105737'),(71543,1686,'_paid_date','2023-01-30 19:08:57'),(71544,1688,'_order_key','wc_order_JotC4jKUtfMXe'),(71545,1688,'_customer_user','6'),(71546,1688,'_payment_method','paypal'),(71547,1688,'_payment_method_title','PayPal'),(71548,1688,'_customer_ip_address','2601:203:581:dcf0:b10e:55c7:ca19:cab7'),(71549,1688,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71550,1688,'_created_via','checkout'),(71551,1688,'_cart_hash','bbc6e23cd4e3f0f92d052f71c487acd2'),(71552,1688,'_download_permissions_granted','yes'),(71553,1688,'_recorded_sales','yes'),(71554,1688,'_recorded_coupon_usage_counts','yes'),(71555,1688,'_new_order_email_sent','true'),(71556,1688,'_order_stock_reduced','yes'),(71557,1688,'_billing_first_name','Amira'),(71558,1688,'_billing_last_name','Purto'),(71559,1688,'_billing_address_1','2628 Acapulco Way'),(71560,1688,'_billing_city','Modesto'),(71561,1688,'_billing_state','CA'),(71562,1688,'_billing_postcode','95355'),(71563,1688,'_billing_country','US'),(71564,1688,'_billing_email','amira77@sbcglobal.net'),(71565,1688,'_billing_phone','2096422061'),(71566,1688,'_shipping_first_name','Amira'),(71567,1688,'_shipping_last_name','Purto'),(71568,1688,'_shipping_address_1','2628 Acapulco Way'),(71569,1688,'_shipping_city','Modesto'),(71570,1688,'_shipping_state','CA'),(71571,1688,'_shipping_postcode','95355'),(71572,1688,'_shipping_country','US'),(71573,1688,'_order_currency','USD'),(71574,1688,'_cart_discount','0'),(71575,1688,'_cart_discount_tax','0'),(71576,1688,'_order_shipping','0'),(71577,1688,'_order_shipping_tax','0'),(71578,1688,'_order_tax','0'),(71579,1688,'_order_total','1049.88'),(71580,1688,'_order_version','7.1.1'),(71581,1688,'_prices_include_tax','no'),(71582,1688,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(71583,1688,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(71584,1688,'is_vat_exempt','no'),(71585,1688,'Payment type','instant'),(71586,1688,'_paypal_status','completed'),(71587,1688,'_transaction_id','63620612T9928315L'),(71588,1688,'PayPal Transaction Fee','37.13'),(71589,1688,'_date_paid','1675110205'),(71590,1688,'_paid_date','2023-01-30 20:23:25'),(71634,1690,'_order_key','wc_order_gQopCn9xtzuY7'),(71635,1690,'_customer_user','0'),(71636,1690,'_payment_method','paypal'),(71637,1690,'_payment_method_title','PayPal'),(71638,1690,'_customer_ip_address','65.211.34.66'),(71639,1690,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71640,1690,'_created_via','checkout'),(71641,1690,'_cart_hash','1beb06ff527e75e487516d3ad7cdcb49'),(71642,1690,'_download_permissions_granted','yes'),(71643,1690,'_recorded_sales','yes'),(71644,1690,'_recorded_coupon_usage_counts','yes'),(71645,1690,'_new_order_email_sent','true'),(71646,1690,'_order_stock_reduced','yes'),(71647,1690,'_billing_first_name','Lee'),(71648,1690,'_billing_last_name','Rogers'),(71649,1690,'_billing_company','United States'),(71650,1690,'_billing_address_1','40 N Interstate 35'),(71651,1690,'_billing_address_2','APT 4B2'),(71652,1690,'_billing_city','Austin'),(71653,1690,'_billing_state','TX'),(71654,1690,'_billing_postcode','78701'),(71655,1690,'_billing_country','US'),(71656,1690,'_billing_email','leerogers3301@gmail.com'),(71657,1690,'_billing_phone','316-727-9951'),(71658,1690,'_shipping_first_name','Kaitlin'),(71659,1690,'_shipping_last_name','Ryan'),(71660,1690,'_shipping_company','LCA Dublin'),(71661,1690,'_shipping_address_1','5910 Wilcox Place'),(71662,1690,'_shipping_address_2','Suite E'),(71663,1690,'_shipping_city','Dublin'),(71664,1690,'_shipping_state','OH'),(71665,1690,'_shipping_postcode','43016'),(71666,1690,'_shipping_country','US'),(71667,1690,'_order_currency','USD'),(71668,1690,'_cart_discount','0'),(71669,1690,'_cart_discount_tax','0'),(71670,1690,'_order_shipping','0'),(71671,1690,'_order_shipping_tax','0'),(71672,1690,'_order_tax','0'),(71673,1690,'_order_total','698.09'),(71674,1690,'_order_version','7.1.1'),(71675,1690,'_prices_include_tax','no'),(71676,1690,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(71677,1690,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(71678,1690,'is_vat_exempt','no'),(71679,1690,'Payment type','instant'),(71680,1690,'_paypal_status','completed'),(71681,1690,'_transaction_id','5YL56022GC419584A'),(71682,1690,'PayPal Transaction Fee','24.85'),(71683,1690,'_date_paid','1675269556'),(71684,1690,'_paid_date','2023-02-01 16:39:16'),(71727,1692,'_order_key','wc_order_nqhDqWVQEQTTE'),(71728,1692,'_customer_user','86'),(71729,1692,'_payment_method','paypal'),(71730,1692,'_payment_method_title','PayPal'),(71731,1692,'_customer_ip_address','97.113.5.189'),(71732,1692,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(71733,1692,'_created_via','checkout'),(71734,1692,'_cart_hash','1939f56d2bf734d7eed07912b422cdc2'),(71735,1692,'_download_permissions_granted','yes'),(71736,1692,'_recorded_sales','yes'),(71737,1692,'_recorded_coupon_usage_counts','yes'),(71738,1692,'_new_order_email_sent','true'),(71739,1692,'_order_stock_reduced','yes'),(71740,1692,'_billing_first_name','Traci'),(71741,1692,'_billing_last_name','Benson'),(71742,1692,'_billing_address_1','1504 184th Ave Ne'),(71743,1692,'_billing_city','Bellevue'),(71744,1692,'_billing_state','WA'),(71745,1692,'_billing_postcode','98008'),(71746,1692,'_billing_country','US'),(71747,1692,'_billing_email','info@liceclinicsbellevue.com'),(71748,1692,'_billing_phone','2067192644'),(71749,1692,'_shipping_first_name','Traci'),(71750,1692,'_shipping_last_name','Benson'),(71751,1692,'_shipping_address_1','1504 184th Ave Ne'),(71752,1692,'_shipping_city','Bellevue'),(71753,1692,'_shipping_state','WA'),(71754,1692,'_shipping_postcode','98008'),(71755,1692,'_shipping_country','US'),(71756,1692,'_order_currency','USD'),(71757,1692,'_cart_discount','0'),(71758,1692,'_cart_discount_tax','0'),(71759,1692,'_order_shipping','0'),(71760,1692,'_order_shipping_tax','0'),(71761,1692,'_order_tax','0'),(71762,1692,'_order_total','552.24'),(71763,1692,'_order_version','7.1.1'),(71764,1692,'_prices_include_tax','no'),(71765,1692,'_billing_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US info@liceclinicsbellevue.com 2067192644'),(71766,1692,'_shipping_address_index','Traci Benson  1504 184th Ave Ne  Bellevue WA 98008 US '),(71767,1692,'is_vat_exempt','no'),(71768,1694,'_order_key','wc_order_e0UajxLVdh9n0'),(71769,1694,'_customer_user','3'),(71770,1694,'_payment_method','paypal'),(71771,1694,'_payment_method_title','PayPal'),(71772,1694,'_customer_ip_address','70.142.202.154'),(71773,1694,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(71774,1694,'_created_via','checkout'),(71775,1694,'_cart_hash','26a2fed32171c4fd8e0a112409c1fceb'),(71776,1694,'_download_permissions_granted','no'),(71777,1694,'_recorded_sales','no'),(71778,1694,'_recorded_coupon_usage_counts','no'),(71779,1694,'_new_order_email_sent','false'),(71780,1694,'_order_stock_reduced','no'),(71781,1694,'_billing_first_name','AMANDA'),(71782,1694,'_billing_last_name','Westerman'),(71783,1694,'_billing_company','Lice Clinics of America'),(71784,1694,'_billing_address_1','1709 Damian Way'),(71785,1694,'_billing_city','Richardson'),(71786,1694,'_billing_state','TX'),(71787,1694,'_billing_postcode','75081'),(71788,1694,'_billing_country','US'),(71789,1694,'_billing_email','awesterman1103@gmail.com'),(71790,1694,'_billing_phone','12144175741'),(71791,1694,'_shipping_first_name','Amanda'),(71792,1694,'_shipping_last_name','Westerman'),(71793,1694,'_shipping_company','Lice Clinics of America McKinney'),(71794,1694,'_shipping_address_1','3120 Hudson Crossing'),(71795,1694,'_shipping_address_2','Suite A2'),(71796,1694,'_shipping_city','MCKINNEY'),(71797,1694,'_shipping_state','TX'),(71798,1694,'_shipping_postcode','75070'),(71799,1694,'_shipping_country','US'),(71800,1694,'_order_currency','USD'),(71801,1694,'_cart_discount','0'),(71802,1694,'_cart_discount_tax','0'),(71803,1694,'_order_shipping','66.81'),(71804,1694,'_order_shipping_tax','0'),(71805,1694,'_order_tax','0'),(71806,1694,'_order_total','1279.79'),(71807,1694,'_order_version','7.3.0'),(71808,1694,'_prices_include_tax','no'),(71809,1694,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(71810,1694,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(71811,1694,'is_vat_exempt','no'),(71812,1695,'_order_key','wc_order_WTswAhtCbryIv'),(71813,1695,'_customer_user','3'),(71814,1695,'_payment_method','paypal'),(71815,1695,'_payment_method_title','PayPal'),(71816,1695,'_customer_ip_address','70.142.202.154'),(71817,1695,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(71818,1695,'_created_via','checkout'),(71819,1695,'_cart_hash','e95bf54bdeb81165a0a9378314a86e8f'),(71820,1695,'_download_permissions_granted','yes'),(71821,1695,'_recorded_sales','yes'),(71822,1695,'_recorded_coupon_usage_counts','yes'),(71823,1695,'_new_order_email_sent','true'),(71824,1695,'_order_stock_reduced','yes'),(71825,1695,'_billing_first_name','AMANDA'),(71826,1695,'_billing_last_name','Westerman'),(71827,1695,'_billing_company','Lice Clinics of America'),(71828,1695,'_billing_address_1','1709 Damian Way'),(71829,1695,'_billing_city','Richardson'),(71830,1695,'_billing_state','TX'),(71831,1695,'_billing_postcode','75081'),(71832,1695,'_billing_country','US'),(71833,1695,'_billing_email','awesterman1103@gmail.com'),(71834,1695,'_billing_phone','12144175741'),(71835,1695,'_shipping_first_name','Amanda'),(71836,1695,'_shipping_last_name','Westerman'),(71837,1695,'_shipping_company','Lice Clinics of America McKinney'),(71838,1695,'_shipping_address_1','3120 Hudson Crossing'),(71839,1695,'_shipping_address_2','Suite A2'),(71840,1695,'_shipping_city','MCKINNEY'),(71841,1695,'_shipping_state','TX'),(71842,1695,'_shipping_postcode','75070'),(71843,1695,'_shipping_country','US'),(71844,1695,'_order_currency','USD'),(71845,1695,'_cart_discount','0'),(71846,1695,'_cart_discount_tax','0'),(71847,1695,'_order_shipping','0'),(71848,1695,'_order_shipping_tax','0'),(71849,1695,'_order_tax','0'),(71850,1695,'_order_total','1212.98'),(71851,1695,'_order_version','7.1.1'),(71852,1695,'_prices_include_tax','no'),(71853,1695,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(71854,1695,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(71855,1695,'is_vat_exempt','no'),(71856,1695,'Payment type','instant'),(71857,1695,'_paypal_status','completed'),(71858,1695,'_transaction_id','41T38228UF909840E'),(71859,1695,'PayPal Transaction Fee','42.82'),(71860,1695,'_date_paid','1675364171'),(71861,1695,'_paid_date','2023-02-02 18:56:11'),(71862,1692,'_edit_lock','1675788394:2'),(71863,1692,'_edit_last','2'),(71864,1690,'_edit_lock','1675366818:2'),(71865,1690,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223230\";s:12:\"date_shipped\";s:10:\"1675296000\";s:11:\"tracking_id\";s:32:\"e35c1edc61a019dee2f772034e70df63\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223229\";s:12:\"date_shipped\";i:1675366889;s:11:\"tracking_id\";s:32:\"6cd006be03947cba7e4d2b6a3848ec9a\";}}'),(71866,1690,'_edit_last','2'),(71867,1690,'_date_completed','1675366926'),(71868,1690,'_completed_date','2023-02-02 19:42:06'),(71869,1696,'_order_key','wc_order_XrYWQNq4jjmJK'),(71870,1696,'_customer_user','47'),(71871,1696,'_payment_method','paypal'),(71872,1696,'_payment_method_title','PayPal'),(71873,1696,'_customer_ip_address','64.183.221.78'),(71874,1696,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71875,1696,'_created_via','checkout'),(71876,1696,'_cart_hash','250d28fd84831e8af6bd53e25e7fc5d5'),(71877,1696,'_download_permissions_granted','yes'),(71878,1696,'_recorded_sales','yes'),(71879,1696,'_recorded_coupon_usage_counts','yes'),(71880,1696,'_new_order_email_sent','true'),(71881,1696,'_order_stock_reduced','yes'),(71882,1696,'_billing_first_name','Tracy'),(71883,1696,'_billing_last_name','Copeland'),(71884,1696,'_billing_company','LCA SA EAST'),(71885,1696,'_billing_address_1','14223 Silverhollow'),(71886,1696,'_billing_city','San Antonio'),(71887,1696,'_billing_state','TX'),(71888,1696,'_billing_postcode','78232'),(71889,1696,'_billing_country','US'),(71890,1696,'_billing_email','info@liceclinicsofsanantonio.com'),(71891,1696,'_billing_phone','2103135033'),(71892,1696,'_shipping_first_name','Tracy'),(71893,1696,'_shipping_last_name','Copeland'),(71894,1696,'_shipping_company','LCA SA EAST'),(71895,1696,'_shipping_address_1','14223 Silverhollow'),(71896,1696,'_shipping_city','San Antonio'),(71897,1696,'_shipping_state','TX'),(71898,1696,'_shipping_postcode','78232'),(71899,1696,'_shipping_country','US'),(71900,1696,'_order_currency','USD'),(71901,1696,'_cart_discount','0'),(71902,1696,'_cart_discount_tax','0'),(71903,1696,'_order_shipping','0'),(71904,1696,'_order_shipping_tax','0'),(71905,1696,'_order_tax','0'),(71906,1696,'_order_total','848.46'),(71907,1696,'_order_version','7.1.1'),(71908,1696,'_prices_include_tax','no'),(71909,1696,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(71910,1696,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(71911,1696,'is_vat_exempt','no'),(71912,1696,'Payment type','instant'),(71913,1696,'_paypal_status','completed'),(71914,1696,'_transaction_id','47U10559GH446141S'),(71915,1696,'PayPal Transaction Fee','30.10'),(71916,1696,'_date_paid','1675377424'),(71917,1696,'_paid_date','2023-02-02 22:37:04'),(71918,1695,'_edit_lock','1675439405:2'),(71919,1688,'_edit_lock','1675439470:2'),(71920,1695,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223424\";s:12:\"date_shipped\";s:10:\"1675382400\";s:11:\"tracking_id\";s:32:\"47a2d3fa9f3151792ffced596a9e9d8c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223413\";s:12:\"date_shipped\";i:1675439493;s:11:\"tracking_id\";s:32:\"2d49900b590ee55d9608bf285bb2abbd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223402\";s:12:\"date_shipped\";i:1675439499;s:11:\"tracking_id\";s:32:\"50b98915e467018a8009a1b53368e247\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223398\";s:12:\"date_shipped\";i:1675439506;s:11:\"tracking_id\";s:32:\"98b38c6de4bd882768b9975afdca6137\";}}'),(71921,1695,'_edit_last','2'),(71922,1695,'_date_completed','1675439510'),(71923,1695,'_completed_date','2023-02-03 15:51:50'),(71924,1688,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0342434566\";s:12:\"date_shipped\";s:10:\"1675382400\";s:11:\"tracking_id\";s:32:\"f4f37fa99e9074e1d9e155b2e2994732\";}i:1;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0341416953\";s:12:\"date_shipped\";s:10:\"1675382400\";s:11:\"tracking_id\";s:32:\"466da55a66046f662e8c3daf9f7dbe04\";}}'),(71925,1688,'_edit_last','2'),(71926,1688,'_date_completed','1675439566'),(71927,1688,'_completed_date','2023-02-03 15:52:46'),(71928,1640,'_edit_lock','1675723577:2'),(71929,1640,'_edit_last','2'),(71930,1640,'Payment type','instant'),(71931,1640,'_paypal_status','completed'),(71932,1640,'_transaction_id','2VW219499L406313T'),(71933,1640,'PayPal Transaction Fee','19.83'),(71934,1640,'_date_paid','1675444212'),(71935,1640,'_paid_date','2023-02-03 17:10:12'),(71936,1697,'_order_key','wc_order_S16VJKrZH7tEP'),(71937,1697,'_customer_user','52'),(71938,1697,'_payment_method','paypal'),(71939,1697,'_payment_method_title','PayPal'),(71940,1697,'_customer_ip_address','173.66.57.19'),(71941,1697,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71942,1697,'_created_via','checkout'),(71943,1697,'_cart_hash','d57953ff816f8613d7f0e995761e6c84'),(71944,1697,'_download_permissions_granted','yes'),(71945,1697,'_recorded_sales','yes'),(71946,1697,'_recorded_coupon_usage_counts','yes'),(71947,1697,'_new_order_email_sent','true'),(71948,1697,'_order_stock_reduced','yes'),(71949,1697,'_billing_first_name','Darlene'),(71950,1697,'_billing_last_name','LaFramboise'),(71951,1697,'_billing_company','LCA-NOVA'),(71952,1697,'_billing_address_1','25473 Tomey Ct'),(71953,1697,'_billing_city','Aldie'),(71954,1697,'_billing_state','VA'),(71955,1697,'_billing_postcode','20105-3048'),(71956,1697,'_billing_country','US'),(71957,1697,'_billing_email','info@liceremovalnova.com'),(71958,1697,'_billing_phone','7033031576'),(71959,1697,'_shipping_first_name','Darlene'),(71960,1697,'_shipping_last_name','LaFramboise'),(71961,1697,'_shipping_company','LCA-NOVA'),(71962,1697,'_shipping_address_1','25473 Tomey Ct'),(71963,1697,'_shipping_city','Aldie'),(71964,1697,'_shipping_state','VA'),(71965,1697,'_shipping_postcode','20105-3048'),(71966,1697,'_shipping_country','US'),(71967,1697,'_order_currency','USD'),(71968,1697,'_cart_discount','0'),(71969,1697,'_cart_discount_tax','0'),(71970,1697,'_order_shipping','12.67'),(71971,1697,'_order_shipping_tax','0'),(71972,1697,'_order_tax','0'),(71973,1697,'_order_total','237.55'),(71974,1697,'_order_version','7.1.1'),(71975,1697,'_prices_include_tax','no'),(71976,1697,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(71977,1697,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(71978,1697,'is_vat_exempt','no'),(71979,1697,'Payment type','instant'),(71980,1697,'_paypal_status','completed'),(71981,1697,'_transaction_id','5LK74627C7199120G'),(71982,1697,'PayPal Transaction Fee','8.78'),(71983,1697,'_date_paid','1675446301'),(71984,1697,'_paid_date','2023-02-03 17:45:01'),(71985,1698,'_order_key','wc_order_UioQae7GgFrC4'),(71986,1698,'_customer_user','28'),(71987,1698,'_payment_method','paypal'),(71988,1698,'_payment_method_title','PayPal'),(71989,1698,'_customer_ip_address','172.115.255.171'),(71990,1698,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(71991,1698,'_created_via','checkout'),(71992,1698,'_cart_hash','380be8e7aa292e5747bf664632e76427'),(71993,1698,'_download_permissions_granted','yes'),(71994,1698,'_recorded_sales','yes'),(71995,1698,'_recorded_coupon_usage_counts','no'),(71996,1698,'_new_order_email_sent','true'),(71997,1698,'_order_stock_reduced','no'),(71998,1698,'_billing_first_name','Kelli'),(71999,1698,'_billing_last_name','Washington'),(72000,1698,'_billing_company','Lice Clinics of America - Temecula'),(72001,1698,'_billing_address_1','2438 Bear Rock Gln'),(72002,1698,'_billing_city','Escondido'),(72003,1698,'_billing_state','CA'),(72004,1698,'_billing_postcode','92026'),(72005,1698,'_billing_country','US'),(72006,1698,'_billing_email','info@liceclinicstemecula.com'),(72007,1698,'_billing_phone','7606255580'),(72008,1698,'_shipping_first_name','Kelli'),(72009,1698,'_shipping_last_name','Washington'),(72010,1698,'_shipping_company','Lice Clinics of America - Temecula'),(72011,1698,'_shipping_address_1','2438 Bear Rock Gln'),(72012,1698,'_shipping_city','Escondido'),(72013,1698,'_shipping_state','CA'),(72014,1698,'_shipping_postcode','92026'),(72015,1698,'_shipping_country','US'),(72016,1698,'_order_currency','USD'),(72017,1698,'_cart_discount','0'),(72018,1698,'_cart_discount_tax','0'),(72019,1698,'_order_shipping','26.78'),(72020,1698,'_order_shipping_tax','0'),(72021,1698,'_order_tax','0'),(72022,1698,'_order_total','269.66'),(72023,1698,'_order_version','7.1.1'),(72024,1698,'_prices_include_tax','no'),(72025,1698,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(72026,1698,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(72027,1698,'is_vat_exempt','no'),(72028,1698,'Payment type','instant'),(72029,1698,'_paypal_status','completed'),(72030,1698,'_transaction_id','0AN941654J923124F'),(72031,1698,'PayPal Transaction Fee','9.90'),(72032,1698,'_date_paid','1675463767'),(72033,1698,'_paid_date','2023-02-03 22:36:07'),(72034,1699,'_order_key','wc_order_alUOYAgoladfl'),(72035,1699,'_customer_user','54'),(72036,1699,'_payment_method','paypal'),(72037,1699,'_payment_method_title','PayPal'),(72038,1699,'_customer_ip_address','172.58.136.232'),(72039,1699,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Mobile Safari/537.36'),(72040,1699,'_created_via','checkout'),(72041,1699,'_cart_hash','6a2261c8269188ba52ca0751ddb8e001'),(72042,1699,'_download_permissions_granted','yes'),(72043,1699,'_recorded_sales','yes'),(72044,1699,'_recorded_coupon_usage_counts','yes'),(72045,1699,'_new_order_email_sent','true'),(72046,1699,'_order_stock_reduced','yes'),(72047,1699,'_billing_first_name','Erin'),(72048,1699,'_billing_last_name','Hawn'),(72049,1699,'_billing_address_1','10 W Phillip Rd'),(72050,1699,'_billing_address_2','123'),(72051,1699,'_billing_city','Vernon Hills'),(72052,1699,'_billing_state','IL'),(72053,1699,'_billing_postcode','60061'),(72054,1699,'_billing_country','US'),(72055,1699,'_billing_email','info@liceclinicsvernonhills.com'),(72056,1699,'_billing_phone','8475960408'),(72057,1699,'_shipping_first_name','Erin'),(72058,1699,'_shipping_last_name','Hawn'),(72059,1699,'_shipping_address_1','1491 S Amarias Dr'),(72060,1699,'_shipping_city','Round lake'),(72061,1699,'_shipping_state','IL'),(72062,1699,'_shipping_postcode','60073'),(72063,1699,'_shipping_country','US'),(72064,1699,'_order_currency','USD'),(72065,1699,'_cart_discount','0'),(72066,1699,'_cart_discount_tax','0'),(72067,1699,'_order_shipping','0'),(72068,1699,'_order_shipping_tax','0'),(72069,1699,'_order_tax','0'),(72070,1699,'_order_total','637.06'),(72071,1699,'_order_version','7.1.1'),(72072,1699,'_prices_include_tax','no'),(72073,1699,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(72074,1699,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(72075,1699,'is_vat_exempt','no'),(72076,1699,'Payment type','instant'),(72077,1699,'_paypal_status','completed'),(72078,1699,'_transaction_id','2N353658L9799364Y'),(72079,1699,'PayPal Transaction Fee','22.72'),(72080,1699,'_date_paid','1675516984'),(72081,1699,'_paid_date','2023-02-04 13:23:04'),(72082,1700,'_order_key','wc_order_DxF7rQmTzIpvV'),(72083,1700,'_customer_user','73'),(72084,1700,'_payment_method','paypal'),(72085,1700,'_payment_method_title','PayPal'),(72086,1700,'_customer_ip_address','73.63.207.98'),(72087,1700,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72088,1700,'_created_via','checkout'),(72089,1700,'_cart_hash','87c793b7c31addd4470a170d46b7721c'),(72090,1700,'_download_permissions_granted','yes'),(72091,1700,'_recorded_sales','yes'),(72092,1700,'_recorded_coupon_usage_counts','yes'),(72093,1700,'_new_order_email_sent','true'),(72094,1700,'_order_stock_reduced','yes'),(72095,1700,'_billing_first_name','Lice Clinics'),(72096,1700,'_billing_last_name','Castro Valley'),(72097,1700,'_billing_company','Lice Clinics of America - Castro Valley'),(72098,1700,'_billing_address_1','20406 Redwood Rd, Suite A'),(72099,1700,'_billing_city','Castro Valley'),(72100,1700,'_billing_state','CA'),(72101,1700,'_billing_postcode','94546'),(72102,1700,'_billing_country','US'),(72103,1700,'_billing_email','liceclinicscastrovalley@gmail.com'),(72104,1700,'_billing_phone','5106763272'),(72105,1700,'_shipping_first_name','Lice Clinics'),(72106,1700,'_shipping_last_name','Castro Valley'),(72107,1700,'_shipping_company','LCA - Castro Valley'),(72108,1700,'_shipping_address_1','31372 Mackinaw St'),(72109,1700,'_shipping_city','Union City'),(72110,1700,'_shipping_state','CA'),(72111,1700,'_shipping_postcode','94587'),(72112,1700,'_shipping_country','US'),(72113,1700,'_order_currency','USD'),(72114,1700,'_cart_discount','0'),(72115,1700,'_cart_discount_tax','0'),(72116,1700,'_order_shipping','0'),(72117,1700,'_order_shipping_tax','0'),(72118,1700,'_order_tax','0'),(72119,1700,'_order_total','602.56'),(72120,1700,'_order_version','7.1.1'),(72121,1700,'_prices_include_tax','no'),(72122,1700,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(72123,1700,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(72124,1700,'is_vat_exempt','no'),(72125,1701,'_order_key','wc_order_Zsd1QOcmN5TcN'),(72126,1701,'_customer_user','46'),(72127,1701,'_payment_method','paypal'),(72128,1701,'_payment_method_title','PayPal'),(72129,1701,'_customer_ip_address','216.163.6.72'),(72130,1701,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72131,1701,'_created_via','checkout'),(72132,1701,'_cart_hash','6cb28b387effca76bdbb63a674db7728'),(72133,1701,'_download_permissions_granted','yes'),(72134,1701,'_recorded_sales','yes'),(72135,1701,'_recorded_coupon_usage_counts','yes'),(72136,1701,'_new_order_email_sent','true'),(72137,1701,'_order_stock_reduced','yes'),(72138,1701,'_billing_first_name','Shannon'),(72139,1701,'_billing_last_name','Steele'),(72140,1701,'_billing_company','SBS Investments'),(72141,1701,'_billing_address_1','1702 Hazelwood Court'),(72142,1701,'_billing_city','Jonesboro'),(72143,1701,'_billing_state','AR'),(72144,1701,'_billing_postcode','72401'),(72145,1701,'_billing_country','US'),(72146,1701,'_billing_email','info@liceclinicsjonesboro.com'),(72147,1701,'_billing_phone','8709262731'),(72148,1701,'_shipping_first_name','Shannon'),(72149,1701,'_shipping_last_name','Steele'),(72150,1701,'_shipping_company','SBS Investments/LCA- Jonesboro'),(72151,1701,'_shipping_address_1','3106 Orval Orlan Drive'),(72152,1701,'_shipping_address_2','Suite D'),(72153,1701,'_shipping_city','Jonesboro'),(72154,1701,'_shipping_state','AR'),(72155,1701,'_shipping_postcode','72404'),(72156,1701,'_shipping_country','US'),(72157,1701,'_order_currency','USD'),(72158,1701,'_cart_discount','0'),(72159,1701,'_cart_discount_tax','0'),(72160,1701,'_order_shipping','27.04'),(72161,1701,'_order_shipping_tax','0'),(72162,1701,'_order_tax','0'),(72163,1701,'_order_total','489.30'),(72164,1701,'_order_version','7.1.1'),(72165,1701,'_prices_include_tax','no'),(72166,1701,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(72167,1701,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(72170,1701,'is_vat_exempt','no'),(72171,1701,'Payment type','instant'),(72172,1701,'_paypal_status','completed'),(72173,1701,'_transaction_id','44B47637R8837843A'),(72174,1701,'PayPal Transaction Fee','17.57'),(72175,1701,'_date_paid','1675613456'),(72176,1701,'_paid_date','2023-02-05 16:10:56'),(72177,1702,'_order_key','wc_order_AfDz87LCLX4bi'),(72178,1702,'_customer_user','8'),(72179,1702,'_payment_method','paypal'),(72180,1702,'_payment_method_title','PayPal'),(72181,1702,'_customer_ip_address','99.125.232.5'),(72182,1702,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72183,1702,'_created_via','checkout'),(72184,1702,'_cart_hash','4aa5d7b6df43a43ee6a3fdcb4f4c87c4'),(72185,1702,'_download_permissions_granted','yes'),(72186,1702,'_recorded_sales','yes'),(72187,1702,'_recorded_coupon_usage_counts','yes'),(72188,1702,'_new_order_email_sent','true'),(72189,1702,'_order_stock_reduced','yes'),(72190,1702,'_billing_first_name','Amy'),(72191,1702,'_billing_last_name','Sharp'),(72192,1702,'_billing_company','Nit Wits'),(72193,1702,'_billing_address_1','6002 Sweetbay Dr'),(72194,1702,'_billing_city','Crestwood'),(72195,1702,'_billing_state','KY'),(72196,1702,'_billing_postcode','40014'),(72197,1702,'_billing_country','US'),(72198,1702,'_billing_email','asharp@ht-school.org'),(72199,1702,'_billing_phone','15023109281'),(72200,1702,'_shipping_first_name','Amy'),(72201,1702,'_shipping_last_name','Sharp'),(72202,1702,'_shipping_company','LCA Nit Wits'),(72203,1702,'_shipping_address_1','9302 New LaGrange Road'),(72204,1702,'_shipping_address_2','Unit H'),(72205,1702,'_shipping_city','Louisville'),(72206,1702,'_shipping_state','KY'),(72207,1702,'_shipping_postcode','40242'),(72208,1702,'_shipping_country','US'),(72209,1702,'_order_currency','USD'),(72210,1702,'_cart_discount','0'),(72211,1702,'_cart_discount_tax','0'),(72212,1702,'_order_shipping','10.29'),(72213,1702,'_order_shipping_tax','0'),(72214,1702,'_order_tax','0'),(72215,1702,'_order_total','10.29'),(72216,1702,'_order_version','8.2.2'),(72217,1702,'_prices_include_tax','no'),(72218,1702,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(72219,1702,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(72220,1702,'is_vat_exempt','no'),(72221,1703,'_order_key','wc_order_ioqjf6Mma7yca'),(72222,1703,'_customer_user','3'),(72223,1703,'_payment_method','paypal'),(72224,1703,'_payment_method_title','PayPal'),(72225,1703,'_customer_ip_address','70.142.202.154'),(72226,1703,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(72227,1703,'_created_via','checkout'),(72228,1703,'_cart_hash','5c6f0ea7d0c9c133f52d27eefc784e2f'),(72229,1703,'_download_permissions_granted','yes'),(72230,1703,'_recorded_sales','yes'),(72231,1703,'_recorded_coupon_usage_counts','yes'),(72232,1703,'_new_order_email_sent','true'),(72233,1703,'_order_stock_reduced','yes'),(72234,1703,'_billing_first_name','AMANDA'),(72235,1703,'_billing_last_name','Westerman'),(72236,1703,'_billing_company','Lice Clinics of America'),(72237,1703,'_billing_address_1','1709 Damian Way'),(72238,1703,'_billing_city','Richardson'),(72239,1703,'_billing_state','TX'),(72240,1703,'_billing_postcode','75081'),(72241,1703,'_billing_country','US'),(72242,1703,'_billing_email','awesterman1103@gmail.com'),(72243,1703,'_billing_phone','12144175741'),(72244,1703,'_shipping_first_name','AMANDA'),(72245,1703,'_shipping_last_name','Westerman'),(72246,1703,'_shipping_company','Lice Clinics of America McKinney'),(72247,1703,'_shipping_address_1','1709 Damian Way'),(72248,1703,'_shipping_address_2','Suite A2'),(72249,1703,'_shipping_city','Richardson'),(72250,1703,'_shipping_state','TX'),(72251,1703,'_shipping_postcode','75081'),(72252,1703,'_shipping_country','US'),(72253,1703,'_order_currency','USD'),(72254,1703,'_cart_discount','0'),(72255,1703,'_cart_discount_tax','0'),(72256,1703,'_order_shipping','0'),(72257,1703,'_order_shipping_tax','0'),(72258,1703,'_order_tax','0'),(72259,1703,'_order_total','849.31'),(72260,1703,'_order_version','7.1.1'),(72261,1703,'_prices_include_tax','no'),(72262,1703,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(72263,1703,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way Suite A2 Richardson TX 75081 US '),(72265,1703,'is_vat_exempt','no'),(72266,1703,'Payment type','instant'),(72267,1703,'_paypal_status','completed'),(72268,1703,'_transaction_id','23F45255L4444990E'),(72269,1703,'PayPal Transaction Fee','30.13'),(72270,1703,'_date_paid','1675641849'),(72271,1703,'_paid_date','2023-02-06 00:04:09'),(72272,1704,'_order_key','wc_order_y38laOyCE30Uv'),(72273,1704,'_customer_user','11'),(72274,1704,'_payment_method','paypal'),(72275,1704,'_payment_method_title','PayPal'),(72276,1704,'_customer_ip_address','74.131.22.162'),(72277,1704,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72278,1704,'_created_via','checkout'),(72279,1704,'_cart_hash','77b7b43ff80423b6f2ccb62298f31079'),(72280,1704,'_download_permissions_granted','yes'),(72281,1704,'_recorded_sales','yes'),(72282,1704,'_recorded_coupon_usage_counts','yes'),(72283,1704,'_new_order_email_sent','true'),(72284,1704,'_order_stock_reduced','yes'),(72285,1704,'_billing_first_name','Tina'),(72286,1704,'_billing_last_name','Hunt'),(72287,1704,'_billing_company','LCBG, LLC'),(72288,1704,'_billing_address_1','830 Fairview Ave.'),(72289,1704,'_billing_address_2','Suite A-4'),(72290,1704,'_billing_city','Bowling Green'),(72291,1704,'_billing_state','KY'),(72292,1704,'_billing_postcode','42101'),(72293,1704,'_billing_country','US'),(72294,1704,'_billing_email','info@liceclinicsbowlinggreen.com'),(72295,1704,'_billing_phone','2709996803'),(72296,1704,'_shipping_first_name','Tina'),(72297,1704,'_shipping_last_name','Hunt'),(72298,1704,'_shipping_address_1','494 Hub Boulevard'),(72299,1704,'_shipping_address_2','Apt 1012'),(72300,1704,'_shipping_city','Bowling Green'),(72301,1704,'_shipping_state','KY'),(72302,1704,'_shipping_postcode','42101'),(72303,1704,'_shipping_country','US'),(72304,1704,'_order_currency','USD'),(72305,1704,'_cart_discount','0'),(72306,1704,'_cart_discount_tax','0'),(72307,1704,'_order_shipping','27.57'),(72308,1704,'_order_shipping_tax','0'),(72309,1704,'_order_tax','0'),(72310,1704,'_order_total','723.08'),(72311,1704,'_order_version','7.3.0'),(72312,1704,'_prices_include_tax','no'),(72313,1704,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(72314,1704,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(72315,1704,'is_vat_exempt','no'),(72316,1704,'Payment type','instant'),(72317,1704,'_paypal_status','completed'),(72318,1704,'_transaction_id','09V88666K1817191R'),(72319,1704,'PayPal Transaction Fee','25.73'),(72320,1704,'_date_paid','1675702519'),(72321,1704,'_paid_date','2023-02-06 16:55:19'),(72322,1692,'Payment type','instant'),(72323,1692,'_paypal_status','completed'),(72324,1692,'_transaction_id','3Y9505882E799420M'),(72325,1692,'PayPal Transaction Fee','19.76'),(72326,1692,'_date_paid','1675704849'),(72327,1692,'_paid_date','2023-02-06 17:34:09'),(72328,1705,'_order_key','wc_order_KnCCVknTknqV4'),(72329,1705,'_customer_user','92'),(72330,1705,'_payment_method','paypal'),(72331,1705,'_payment_method_title','PayPal'),(72332,1705,'_customer_ip_address','73.63.207.98'),(72333,1705,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72334,1705,'_created_via','checkout'),(72335,1705,'_cart_hash','1fffe4589d66b31d11f136dc593d93ac'),(72336,1705,'_download_permissions_granted','yes'),(72337,1705,'_recorded_sales','yes'),(72338,1705,'_recorded_coupon_usage_counts','yes'),(72339,1705,'_new_order_email_sent','true'),(72340,1705,'_order_stock_reduced','yes'),(72341,1705,'_billing_first_name','Michelle'),(72342,1705,'_billing_last_name','Du'),(72343,1705,'_billing_company','LCA Fremont'),(72344,1705,'_billing_address_1','31372 Mackinaw Street'),(72345,1705,'_billing_city','Union City'),(72346,1705,'_billing_state','CA'),(72347,1705,'_billing_postcode','94587'),(72348,1705,'_billing_country','US'),(72349,1705,'_billing_email','info@liceclinicsfremont.com'),(72350,1705,'_billing_phone','510-770-4394'),(72351,1705,'_shipping_first_name','Michelle'),(72352,1705,'_shipping_last_name','Du'),(72353,1705,'_shipping_company','LCA Fremont'),(72354,1705,'_shipping_address_1','31372 Mackinaw Street'),(72355,1705,'_shipping_city','Union City'),(72356,1705,'_shipping_state','CA'),(72357,1705,'_shipping_postcode','94587'),(72358,1705,'_shipping_country','US'),(72359,1705,'_order_currency','USD'),(72360,1705,'_cart_discount','0'),(72361,1705,'_cart_discount_tax','0'),(72362,1705,'_order_shipping','0'),(72363,1705,'_order_shipping_tax','0'),(72364,1705,'_order_tax','0'),(72365,1705,'_order_total','607.84'),(72366,1705,'_order_version','7.1.1'),(72367,1705,'_prices_include_tax','no'),(72368,1705,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(72369,1705,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(72370,1705,'is_vat_exempt','no'),(72371,1705,'_edit_lock','1675804711:2'),(72372,1705,'_edit_last','2'),(72373,1698,'_edit_lock','1675787940:2'),(72387,1702,'_edit_lock','1700070010:2'),(72388,1702,'_edit_last','2'),(72389,1699,'_edit_lock','1675723407:2'),(72390,1699,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223700\";s:12:\"date_shipped\";s:10:\"1675641600\";s:11:\"tracking_id\";s:32:\"b9e5adefa74c4abdda45af607cf36e5b\";}}'),(72391,1699,'_edit_last','2'),(72392,1699,'_date_completed','1675723542'),(72393,1699,'_completed_date','2023-02-06 22:45:42'),(72394,1640,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223550\";s:12:\"date_shipped\";s:10:\"1675641600\";s:11:\"tracking_id\";s:32:\"c9d8371f4cfd5b194e1f28a4390870d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223549\";s:12:\"date_shipped\";i:1675723672;s:11:\"tracking_id\";s:32:\"2e3dfc31b3e7ce6215f279af8e2f7b02\";}}'),(72395,1640,'_date_completed','1675723713'),(72396,1640,'_completed_date','2023-02-06 22:48:33'),(72397,1697,'_edit_lock','1675723983:2'),(72398,1697,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223527\";s:12:\"date_shipped\";s:10:\"1675641600\";s:11:\"tracking_id\";s:32:\"580fa3db5193366dbba90e55c1cd24e7\";}}'),(72399,1697,'_edit_last','2'),(72400,1697,'_date_completed','1675723752'),(72401,1697,'_completed_date','2023-02-06 22:49:12'),(72406,1707,'_order_key','wc_order_6wXAFX6cSUu6m'),(72407,1707,'_customer_user','79'),(72408,1707,'_payment_method','paypal'),(72409,1707,'_payment_method_title','PayPal'),(72410,1707,'_customer_ip_address','76.72.43.108'),(72411,1707,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(72412,1707,'_created_via','checkout'),(72413,1707,'_cart_hash','0ec367f58fc3214aa838c8ae735f3ebf'),(72414,1707,'_download_permissions_granted','yes'),(72415,1707,'_recorded_sales','yes'),(72416,1707,'_recorded_coupon_usage_counts','yes'),(72417,1707,'_new_order_email_sent','true'),(72418,1707,'_order_stock_reduced','yes'),(72419,1707,'_billing_first_name','Shanna'),(72420,1707,'_billing_last_name','Castille'),(72421,1707,'_billing_address_1','1097 Hundley Rd'),(72422,1707,'_billing_city','Eunice'),(72423,1707,'_billing_state','LA'),(72424,1707,'_billing_postcode','70535'),(72425,1707,'_billing_country','US'),(72426,1707,'_billing_email','Shanna_sr09@yahoo.com'),(72427,1707,'_billing_phone','3374668998'),(72428,1707,'_shipping_first_name','Shanna'),(72429,1707,'_shipping_last_name','Castille'),(72430,1707,'_shipping_address_1','1097 Hundley Rd'),(72431,1707,'_shipping_city','eunice'),(72432,1707,'_shipping_state','LA'),(72433,1707,'_shipping_postcode','70535'),(72434,1707,'_shipping_country','US'),(72435,1707,'_order_currency','USD'),(72436,1707,'_cart_discount','0'),(72437,1707,'_cart_discount_tax','0'),(72438,1707,'_order_shipping','0'),(72439,1707,'_order_shipping_tax','0'),(72440,1707,'_order_tax','0'),(72441,1707,'_order_total','730.56'),(72442,1707,'_order_version','7.1.1'),(72443,1707,'_prices_include_tax','no'),(72444,1707,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(72445,1707,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(72446,1707,'is_vat_exempt','no'),(72447,1707,'Payment type','instant'),(72448,1707,'_paypal_status','completed'),(72449,1707,'_transaction_id','6DD54959CC808181G'),(72450,1707,'PayPal Transaction Fee','25.99'),(72451,1707,'_date_paid','1675739647'),(72452,1707,'_paid_date','2023-02-07 03:14:07'),(72453,1705,'Payment type','instant'),(72454,1705,'_paypal_status','completed'),(72455,1705,'_transaction_id','3RV34147PF5463129'),(72456,1705,'PayPal Transaction Fee','21.70'),(72457,1705,'_date_paid','1675753483'),(72458,1705,'_paid_date','2023-02-07 07:04:43'),(72459,1698,'_edit_last','2'),(72460,1700,'_edit_lock','1675804637:2'),(72461,1700,'_edit_last','2'),(72462,1703,'_edit_lock','1675788288:2'),(72463,1703,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223847\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"c42c39710292672112d4a22989c32525\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223858\";s:12:\"date_shipped\";i:1675788270;s:11:\"tracking_id\";s:32:\"8331433d0efb44b8da4c937b1ddce873\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223869\";s:12:\"date_shipped\";i:1675788275;s:11:\"tracking_id\";s:32:\"e413f968d67c50f87861417bb61aa1b8\";}}'),(72464,1703,'_edit_last','2'),(72465,1703,'_date_completed','1675788280'),(72466,1703,'_completed_date','2023-02-07 16:44:40'),(72467,1701,'_edit_lock','1675788167:2'),(72468,1701,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223733\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"ecd24b07bcedb794108963677b281855\";}}'),(72469,1701,'_edit_last','2'),(72470,1701,'_date_completed','1675788303'),(72471,1701,'_completed_date','2023-02-07 16:45:03'),(72472,1696,'_edit_lock','1675788352:2'),(72473,1696,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223446\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"a20db8434c28ac54529a76398298af7a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223457\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"2dfb815294a2ab6a265169f51787d30e\";}}'),(72474,1696,'_edit_last','2'),(72475,1696,'_date_completed','1675788329'),(72476,1696,'_completed_date','2023-02-07 16:45:29'),(72477,1692,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223928\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"9b1ab02040f7feb8dd3e353f8c31ecb1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223939\";s:12:\"date_shipped\";i:1675788385;s:11:\"tracking_id\";s:32:\"329978cdbec4e5636e4ee32673a65f61\";}}'),(72478,1692,'_date_completed','1675788387'),(72479,1692,'_completed_date','2023-02-07 16:46:27'),(72480,1686,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:18:\"1Z929A6W0342167533\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"a19f62cfecdd9db0aa883b923546c533\";}}'),(72481,1686,'_date_completed','1675788417'),(72482,1686,'_completed_date','2023-02-07 16:46:57'),(72483,1684,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222943\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"197d40350c1ffa9697e7b58e2b8aeef4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830222954\";s:12:\"date_shipped\";i:1675788475;s:11:\"tracking_id\";s:32:\"e488cafe068e2440ee8efae15a6f2dbb\";}}'),(72484,1684,'_date_completed','1675788477'),(72485,1684,'_completed_date','2023-02-07 16:47:57'),(72486,1700,'Payment type','instant'),(72487,1700,'_paypal_status','completed'),(72488,1700,'_transaction_id','32P59360UW1204247'),(72489,1700,'PayPal Transaction Fee','21.52'),(72490,1700,'_date_paid','1675790303'),(72491,1700,'_paid_date','2023-02-07 17:18:23'),(72492,1707,'_edit_lock','1675804305:2'),(72493,1707,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224008\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"716131c91c0d314e2937ac059ac81afe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223994\";s:12:\"date_shipped\";i:1675804437;s:11:\"tracking_id\";s:32:\"bbaed47b750e6ca02e5f14269d9e6509\";}}'),(72494,1707,'_edit_last','2'),(72495,1707,'_date_completed','1675804441'),(72496,1707,'_completed_date','2023-02-07 21:14:01'),(72497,1705,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224020\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"5e8ba5184ec08ad2e9c1e0a1e6984ef0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224019\";s:12:\"date_shipped\";i:1675804471;s:11:\"tracking_id\";s:32:\"c0b14992bc40b5e3e57cf4524c73edea\";}}'),(72498,1705,'_date_completed','1675804475'),(72499,1705,'_completed_date','2023-02-07 21:14:35'),(72500,1700,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224122\";s:12:\"date_shipped\";s:10:\"1675728000\";s:11:\"tracking_id\";s:32:\"d5b57c30d72ca0e71d1de23d87e6c2fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224111\";s:12:\"date_shipped\";i:1675804736;s:11:\"tracking_id\";s:32:\"5c919c3e5b7f63399367601c57e5fd64\";}}'),(72501,1700,'_date_completed','1675804738'),(72502,1700,'_completed_date','2023-02-07 21:18:58'),(72503,1708,'_order_key','wc_order_rFoUDdynn2QdM'),(72504,1708,'_customer_user','29'),(72505,1708,'_payment_method','paypal'),(72506,1708,'_payment_method_title','PayPal'),(72507,1708,'_customer_ip_address','68.80.67.132'),(72508,1708,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(72509,1708,'_created_via','checkout'),(72510,1708,'_cart_hash','24dd74779cd3f3ec58b0d0eb834932fe'),(72511,1708,'_download_permissions_granted','yes'),(72512,1708,'_recorded_sales','yes'),(72513,1708,'_recorded_coupon_usage_counts','yes'),(72514,1708,'_new_order_email_sent','true'),(72515,1708,'_order_stock_reduced','yes'),(72516,1708,'_billing_first_name','Kevin'),(72517,1708,'_billing_last_name','Reilly'),(72518,1708,'_billing_address_1','5460 Richie Ct'),(72519,1708,'_billing_city','Pipersville'),(72520,1708,'_billing_state','PA'),(72521,1708,'_billing_postcode','18947'),(72522,1708,'_billing_country','US'),(72523,1708,'_billing_email','info@liceclinicslansdale.com'),(72524,1708,'_billing_phone','2156941408'),(72525,1708,'_shipping_first_name','Kevin'),(72526,1708,'_shipping_last_name','Reilly'),(72527,1708,'_shipping_company','LCA Lansdale'),(72528,1708,'_shipping_address_1','2131 North Broad Street'),(72529,1708,'_shipping_address_2','Suite 101'),(72530,1708,'_shipping_city','Lansdale'),(72531,1708,'_shipping_state','PA'),(72532,1708,'_shipping_postcode','19446'),(72533,1708,'_shipping_country','US'),(72534,1708,'_order_currency','USD'),(72535,1708,'_cart_discount','0'),(72536,1708,'_cart_discount_tax','0'),(72537,1708,'_order_shipping','10.29'),(72538,1708,'_order_shipping_tax','0'),(72539,1708,'_order_tax','0'),(72540,1708,'_order_total','68.50'),(72541,1708,'_order_version','7.1.1'),(72542,1708,'_prices_include_tax','no'),(72543,1708,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(72544,1708,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(72545,1708,'is_vat_exempt','no'),(72546,1708,'Payment type','instant'),(72547,1708,'_paypal_status','completed'),(72548,1708,'_transaction_id','7GH37940PY202842H'),(72549,1708,'PayPal Transaction Fee','2.88'),(72550,1708,'_date_paid','1675883968'),(72551,1708,'_paid_date','2023-02-08 19:19:28'),(72552,1709,'_order_key','wc_order_NmX378zvseBHH'),(72553,1709,'_customer_user','43'),(72554,1709,'_payment_method','paypal'),(72555,1709,'_payment_method_title','PayPal'),(72556,1709,'_customer_ip_address','172.58.128.237'),(72557,1709,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(72558,1709,'_created_via','checkout'),(72559,1709,'_cart_hash','df012624fd457efb4d48cee1a2937cd0'),(72560,1709,'_download_permissions_granted','yes'),(72561,1709,'_recorded_sales','yes'),(72562,1709,'_recorded_coupon_usage_counts','yes'),(72563,1709,'_new_order_email_sent','true'),(72564,1709,'_order_stock_reduced','yes'),(72565,1709,'_billing_first_name','Ryan'),(72566,1709,'_billing_last_name','Nelson'),(72567,1709,'_billing_address_1','140 Flame Vine drive'),(72568,1709,'_billing_city','Naples'),(72569,1709,'_billing_state','FL'),(72570,1709,'_billing_postcode','34110'),(72571,1709,'_billing_country','US'),(72572,1709,'_billing_email','Rjnelson73@gmail.com'),(72573,1709,'_billing_phone','239-281-0719'),(72574,1709,'_shipping_first_name','Ryan'),(72575,1709,'_shipping_last_name','Nelson'),(72576,1709,'_shipping_address_1','140 Flame Vine drive'),(72577,1709,'_shipping_city','Naples'),(72578,1709,'_shipping_state','FL'),(72579,1709,'_shipping_postcode','34110'),(72580,1709,'_shipping_country','US'),(72581,1709,'_order_currency','USD'),(72582,1709,'_cart_discount','0'),(72583,1709,'_cart_discount_tax','0'),(72584,1709,'_order_shipping','32.54'),(72585,1709,'_order_shipping_tax','0'),(72586,1709,'_order_tax','0'),(72587,1709,'_order_total','373.58'),(72588,1709,'_order_version','7.1.1'),(72589,1709,'_prices_include_tax','no'),(72590,1709,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(72591,1709,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(72592,1709,'is_vat_exempt','no'),(72593,490,'qb_p_cost','0'),(72594,489,'qb_p_cost','0'),(72595,23,'sg_product_enable','no'),(72596,23,'sg_product_disable','no'),(72597,23,'minimum_allowed_quantity',''),(72598,23,'maximum_allowed_quantity',''),(72599,23,'group_of_quantity',''),(72600,23,'minmax_do_not_count','no'),(72601,23,'minmax_cart_exclude','no'),(72602,23,'minmax_category_group_of_exclude','no'),(72603,23,'qb_p_cost','0'),(72604,38,'sg_product_enable','no'),(72605,38,'sg_product_disable','no'),(72606,38,'minimum_allowed_quantity',''),(72607,38,'maximum_allowed_quantity',''),(72608,38,'group_of_quantity',''),(72609,38,'minmax_do_not_count','no'),(72610,38,'minmax_cart_exclude','no'),(72611,38,'minmax_category_group_of_exclude','no'),(72612,38,'_stock',NULL),(72613,38,'qb_p_cost','0'),(72614,1709,'_edit_lock','1676051400:2'),(72615,1709,'_edit_last','2'),(72616,1708,'_edit_lock','1675894987:2'),(72617,1708,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224225\";s:12:\"date_shipped\";s:10:\"1675814400\";s:11:\"tracking_id\";s:32:\"0e324762e6b107be51d50d8b9fdd4f69\";}}'),(72618,1708,'_edit_last','2'),(72619,1708,'_date_completed','1675895120'),(72620,1708,'_completed_date','2023-02-08 22:25:20'),(72621,1709,'Payment type','instant'),(72622,1709,'_paypal_status','completed'),(72623,1709,'_transaction_id','8JU88631SB692174F'),(72624,1709,'PayPal Transaction Fee','13.53'),(72625,1709,'_date_paid','1675971086'),(72626,1709,'_paid_date','2023-02-09 19:31:26'),(72627,1710,'_order_key','wc_order_jUriJELYaPafF'),(72628,1710,'_customer_user','77'),(72629,1710,'_payment_method','paypal'),(72630,1710,'_payment_method_title','PayPal'),(72631,1710,'_customer_ip_address','107.205.56.86'),(72632,1710,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72633,1710,'_created_via','checkout'),(72634,1710,'_cart_hash','747b9b73d309b9b2e689dbdcd7534926'),(72635,1710,'_download_permissions_granted','yes'),(72636,1710,'_recorded_sales','yes'),(72637,1710,'_recorded_coupon_usage_counts','yes'),(72638,1710,'_new_order_email_sent','true'),(72639,1710,'_order_stock_reduced','yes'),(72640,1710,'_billing_first_name','Phil'),(72641,1710,'_billing_last_name','Moon'),(72642,1710,'_billing_company','Lice Clinics of America-Fresno'),(72643,1710,'_billing_address_1','585 56th Street'),(72644,1710,'_billing_city','Oakland'),(72645,1710,'_billing_state','CA'),(72646,1710,'_billing_postcode','94609'),(72647,1710,'_billing_country','US'),(72648,1710,'_billing_email','info@liceclinicsfresno.com'),(72649,1710,'_billing_phone','5593046305'),(72650,1710,'_shipping_first_name','Kristen'),(72651,1710,'_shipping_last_name','Maroot-Rippee'),(72652,1710,'_shipping_company','Lice Busters LLC.'),(72653,1710,'_shipping_address_1','487 W. Scott Avenue'),(72654,1710,'_shipping_city','Fresno'),(72655,1710,'_shipping_state','CA'),(72656,1710,'_shipping_postcode','93704'),(72657,1710,'_shipping_country','US'),(72658,1710,'_order_currency','USD'),(72659,1710,'_cart_discount','0'),(72660,1710,'_cart_discount_tax','0'),(72661,1710,'_order_shipping','0'),(72662,1710,'_order_shipping_tax','0'),(72663,1710,'_order_tax','0'),(72664,1710,'_order_total','1105.56'),(72665,1710,'_order_version','7.1.1'),(72666,1710,'_prices_include_tax','no'),(72667,1710,'_billing_address_index','Phil Moon Lice Clinics of America-Fresno 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(72668,1710,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. 487 W. Scott Avenue  Fresno CA 93704 US '),(72669,1710,'is_vat_exempt','no'),(72670,1710,'Payment type','instant'),(72671,1710,'_paypal_status','completed'),(72672,1710,'_transaction_id','6FU643353F672591P'),(72673,1710,'PayPal Transaction Fee','39.07'),(72674,1710,'_date_paid','1675991747'),(72675,1710,'_paid_date','2023-02-10 01:15:47'),(72676,1711,'_order_key','wc_order_GUmUiNAHBKOP9'),(72677,1711,'_customer_user','76'),(72678,1711,'_payment_method','paypal'),(72679,1711,'_payment_method_title','PayPal'),(72680,1711,'_customer_ip_address','73.126.87.181'),(72681,1711,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15'),(72682,1711,'_created_via','checkout'),(72683,1711,'_cart_hash','b5b1f4775a5aed3c9b33456c2c501d9b'),(72684,1711,'_download_permissions_granted','yes'),(72685,1711,'_recorded_sales','yes'),(72686,1711,'_recorded_coupon_usage_counts','yes'),(72687,1711,'_new_order_email_sent','true'),(72688,1711,'_order_stock_reduced','yes'),(72689,1711,'_billing_first_name','Naomi'),(72690,1711,'_billing_last_name','Golden'),(72691,1711,'_billing_address_1','31 Mann Ave'),(72692,1711,'_billing_city','Needham'),(72693,1711,'_billing_state','MA'),(72694,1711,'_billing_postcode','02492'),(72695,1711,'_billing_country','US'),(72696,1711,'_billing_email','nrgolden6486@gmail.com'),(72697,1711,'_billing_phone','617-851-1322'),(72698,1711,'_shipping_first_name','Naomi'),(72699,1711,'_shipping_last_name','Golden'),(72700,1711,'_shipping_company','Lice Aunties'),(72701,1711,'_shipping_address_1','1349 Centre Street'),(72702,1711,'_shipping_address_2','Suite 3'),(72703,1711,'_shipping_city','Newton'),(72704,1711,'_shipping_state','MA'),(72705,1711,'_shipping_postcode','02459'),(72706,1711,'_shipping_country','US'),(72707,1711,'_order_currency','USD'),(72708,1711,'_cart_discount','0'),(72709,1711,'_cart_discount_tax','0'),(72710,1711,'_order_shipping','0'),(72711,1711,'_order_shipping_tax','0'),(72712,1711,'_order_tax','0'),(72713,1711,'_order_total','505.08'),(72714,1711,'_order_version','7.1.1'),(72715,1711,'_prices_include_tax','no'),(72716,1711,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(72717,1711,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 Newton MA 02459 US '),(72718,1711,'is_vat_exempt','no'),(72719,1711,'_edit_lock','1676302837:2'),(72720,1711,'_edit_last','2'),(72721,1711,'Payment type','instant'),(72722,1711,'_paypal_status','completed'),(72723,1711,'_transaction_id','0GM88352L3643605C'),(72724,1711,'PayPal Transaction Fee','18.12'),(72725,1711,'_date_paid','1676046114'),(72726,1711,'_paid_date','2023-02-10 16:21:54'),(72727,1709,'_date_completed','1676051497'),(72728,1709,'_completed_date','2023-02-10 17:51:37'),(72729,1710,'_edit_lock','1676051480:2'),(72730,1710,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224361\";s:12:\"date_shipped\";s:10:\"1675987200\";s:11:\"tracking_id\";s:32:\"9838b6b199a42ee10ebd3b92ee355e02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224350\";s:12:\"date_shipped\";i:1676051575;s:11:\"tracking_id\";s:32:\"168cc30a4550dc218f9e648fb5fc8203\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224340\";s:12:\"date_shipped\";i:1676051582;s:11:\"tracking_id\";s:32:\"095909a230b749f942f804bc658ea648\";}}'),(72731,1710,'_edit_last','2'),(72732,1710,'_date_completed','1676051601'),(72733,1710,'_completed_date','2023-02-10 17:53:21'),(72734,1713,'_order_key','wc_order_Qvih4N0kMT02p'),(72735,1713,'_customer_user','6'),(72736,1713,'_payment_method','paypal'),(72737,1713,'_payment_method_title','PayPal'),(72738,1713,'_customer_ip_address','98.244.29.91'),(72739,1713,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72740,1713,'_created_via','checkout'),(72741,1713,'_cart_hash','f13cf62b67e597181d9334efb722640d'),(72742,1713,'_download_permissions_granted','yes'),(72743,1713,'_recorded_sales','yes'),(72744,1713,'_recorded_coupon_usage_counts','yes'),(72745,1713,'_new_order_email_sent','true'),(72746,1713,'_order_stock_reduced','yes'),(72747,1713,'_billing_first_name','Amira'),(72748,1713,'_billing_last_name','Purto'),(72749,1713,'_billing_address_1','2628 Acapulco Way'),(72750,1713,'_billing_city','Modesto'),(72751,1713,'_billing_state','CA'),(72752,1713,'_billing_postcode','95355'),(72753,1713,'_billing_country','US'),(72754,1713,'_billing_email','amira77@sbcglobal.net'),(72755,1713,'_billing_phone','2096422061'),(72756,1713,'_shipping_first_name','Amira'),(72757,1713,'_shipping_last_name','Purto'),(72758,1713,'_shipping_address_1','2628 Acapulco Way'),(72759,1713,'_shipping_city','Modesto'),(72760,1713,'_shipping_state','CA'),(72761,1713,'_shipping_postcode','95355'),(72762,1713,'_shipping_country','US'),(72763,1713,'_order_currency','USD'),(72764,1713,'_cart_discount','0'),(72765,1713,'_cart_discount_tax','0'),(72766,1713,'_order_shipping','0'),(72767,1713,'_order_shipping_tax','0'),(72768,1713,'_order_tax','0'),(72769,1713,'_order_total','1173.24'),(72770,1713,'_order_version','7.1.1'),(72771,1713,'_prices_include_tax','no'),(72772,1713,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(72773,1713,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(72774,1713,'is_vat_exempt','no'),(72775,1713,'Payment type','instant'),(72776,1713,'_paypal_status','completed'),(72777,1713,'_transaction_id','0GV739944H350183D'),(72778,1713,'PayPal Transaction Fee','41.44'),(72779,1713,'_date_paid','1676060182'),(72780,1713,'_paid_date','2023-02-10 20:16:22'),(72781,1713,'_edit_lock','1676302797:2'),(72782,1713,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224626\";s:12:\"date_shipped\";s:10:\"1676246400\";s:11:\"tracking_id\";s:32:\"4b705517ba6bfd7044a9f5a570b4f4d5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224615\";s:12:\"date_shipped\";i:1676302873;s:11:\"tracking_id\";s:32:\"7c0aafcec932d32b346fe34625613495\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224604\";s:12:\"date_shipped\";i:1676302879;s:11:\"tracking_id\";s:32:\"1ad8020fdd9657ecf420db4b97a76581\";}}'),(72783,1713,'_edit_last','2'),(72784,1713,'_date_completed','1676302881'),(72785,1713,'_completed_date','2023-02-13 15:41:21'),(72786,1711,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224501\";s:12:\"date_shipped\";s:10:\"1676246400\";s:11:\"tracking_id\";s:32:\"7a9134a78876fc62476973736d605b15\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224497\";s:12:\"date_shipped\";i:1676302962;s:11:\"tracking_id\";s:32:\"5ad6296454d32be689db7de1fe11de7d\";}}'),(72787,1711,'_date_completed','1676302965'),(72788,1711,'_completed_date','2023-02-13 15:42:45'),(72789,1714,'_order_key','wc_order_UklLGANzumO04'),(72790,1714,'_customer_user','3'),(72791,1714,'_payment_method','paypal'),(72792,1714,'_payment_method_title','PayPal'),(72793,1714,'_customer_ip_address','70.142.202.154'),(72794,1714,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72795,1714,'_created_via','checkout'),(72796,1714,'_cart_hash','948e9ad62587f5f790792b2905cd097a'),(72797,1714,'_download_permissions_granted','yes'),(72798,1714,'_recorded_sales','yes'),(72799,1714,'_recorded_coupon_usage_counts','yes'),(72800,1714,'_new_order_email_sent','true'),(72801,1714,'_order_stock_reduced','yes'),(72802,1714,'_billing_first_name','AMANDA'),(72803,1714,'_billing_last_name','Westerman'),(72804,1714,'_billing_company','Lice Clinics of America'),(72805,1714,'_billing_address_1','1709 Damian Way'),(72806,1714,'_billing_city','Richardson'),(72807,1714,'_billing_state','TX'),(72808,1714,'_billing_postcode','75081'),(72809,1714,'_billing_country','US'),(72810,1714,'_billing_email','awesterman1103@gmail.com'),(72811,1714,'_billing_phone','12144175741'),(72812,1714,'_shipping_first_name','Amanda'),(72813,1714,'_shipping_last_name','Westerman'),(72814,1714,'_shipping_company','Lice Clinics of America McKinney'),(72815,1714,'_shipping_address_1','3120 Hudson Crossing'),(72816,1714,'_shipping_address_2','Suite A2'),(72817,1714,'_shipping_city','MCKINNEY'),(72818,1714,'_shipping_state','TX'),(72819,1714,'_shipping_postcode','75070'),(72820,1714,'_shipping_country','US'),(72821,1714,'_order_currency','USD'),(72822,1714,'_cart_discount','0'),(72823,1714,'_cart_discount_tax','0'),(72824,1714,'_order_shipping','0'),(72825,1714,'_order_shipping_tax','0'),(72826,1714,'_order_tax','0'),(72827,1714,'_order_total','1365.66'),(72828,1714,'_order_version','7.3.0'),(72829,1714,'_prices_include_tax','no'),(72830,1714,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(72831,1714,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(72832,1714,'is_vat_exempt','no'),(72833,1714,'Payment type','instant'),(72834,1714,'_paypal_status','completed'),(72835,1714,'_transaction_id','1FK458050U8618020'),(72836,1714,'PayPal Transaction Fee','48.15'),(72837,1714,'_date_paid','1676304764'),(72838,1714,'_paid_date','2023-02-13 16:12:44'),(72839,1704,'_edit_lock','1676316591:2'),(72840,1704,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223880\";s:12:\"date_shipped\";s:10:\"1676246400\";s:11:\"tracking_id\";s:32:\"17a5801699472110bdac94be50886c28\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830223891\";s:12:\"date_shipped\";i:1676316551;s:11:\"tracking_id\";s:32:\"0d92decf75301919b3cbc28310b28f76\";}}'),(72841,1704,'_edit_last','2'),(72842,1704,'_date_completed','1676316557'),(72843,1704,'_completed_date','2023-02-13 19:29:17'),(72941,1717,'_order_key','wc_order_bZR34wB2Or8v6'),(72942,1717,'_customer_user','11'),(72943,1717,'_payment_method','paypal'),(72944,1717,'_payment_method_title','PayPal'),(72945,1717,'_customer_ip_address','74.131.22.162'),(72946,1717,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(72947,1717,'_created_via','checkout'),(72948,1717,'_cart_hash','6ea44200f0aadea060f3074210354cc6'),(72949,1717,'_download_permissions_granted','yes'),(72950,1717,'_recorded_sales','yes'),(72951,1717,'_recorded_coupon_usage_counts','yes'),(72952,1717,'_new_order_email_sent','true'),(72953,1717,'_order_stock_reduced','yes'),(72954,1717,'_billing_first_name','Tina'),(72955,1717,'_billing_last_name','Hunt'),(72956,1717,'_billing_company','LCBG, LLC'),(72957,1717,'_billing_address_1','830 Fairview Ave.'),(72958,1717,'_billing_address_2','Suite A-4'),(72959,1717,'_billing_city','Bowling Green'),(72960,1717,'_billing_state','KY'),(72961,1717,'_billing_postcode','42101'),(72962,1717,'_billing_country','US'),(72963,1717,'_billing_email','info@liceclinicsbowlinggreen.com'),(72964,1717,'_billing_phone','2709996803'),(72965,1717,'_shipping_first_name','Tina'),(72966,1717,'_shipping_last_name','Hunt'),(72967,1717,'_shipping_address_1','494 Hub Boulevard'),(72968,1717,'_shipping_address_2','Apt 1012'),(72969,1717,'_shipping_city','Bowling Green'),(72970,1717,'_shipping_state','KY'),(72971,1717,'_shipping_postcode','42101'),(72972,1717,'_shipping_country','US'),(72973,1717,'_order_currency','USD'),(72974,1717,'_cart_discount','0'),(72975,1717,'_cart_discount_tax','0'),(72976,1717,'_order_shipping','12.61'),(72977,1717,'_order_shipping_tax','0'),(72978,1717,'_order_tax','0'),(72979,1717,'_order_total','191.73'),(72980,1717,'_order_version','7.3.0'),(72981,1717,'_prices_include_tax','no'),(72982,1717,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(72983,1717,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(72984,1717,'is_vat_exempt','no'),(73120,1721,'_order_key','wc_order_mCLteI1KefmC0'),(73121,1721,'_customer_user','78'),(73122,1721,'_payment_method','paypal'),(73123,1721,'_payment_method_title','PayPal'),(73124,1721,'_customer_ip_address','172.56.161.26'),(73125,1721,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1'),(73126,1721,'_created_via','checkout'),(73127,1721,'_cart_hash','ad6d67b75ea4a5c53140a17a4a0b72db'),(73128,1721,'_download_permissions_granted','yes'),(73129,1721,'_recorded_sales','yes'),(73130,1721,'_recorded_coupon_usage_counts','yes'),(73131,1721,'_new_order_email_sent','true'),(73132,1721,'_order_stock_reduced','yes'),(73133,1721,'_billing_first_name','Richard'),(73134,1721,'_billing_last_name','Florsheim'),(73135,1721,'_billing_company','Licura'),(73136,1721,'_billing_address_1','3827 w fairway heights dr'),(73137,1721,'_billing_city','Mequon'),(73138,1721,'_billing_state','NY'),(73139,1721,'_billing_postcode','53092'),(73140,1721,'_billing_country','US'),(73141,1721,'_billing_email','tara@liceclinicslongIsland.com'),(73142,1721,'_billing_phone','5619006382'),(73143,1721,'_shipping_first_name','Tara'),(73144,1721,'_shipping_last_name','Johnson'),(73145,1721,'_shipping_company','LCA'),(73146,1721,'_shipping_address_1','2330 Faye Ct'),(73147,1721,'_shipping_address_2','#'),(73148,1721,'_shipping_city','Merrick'),(73149,1721,'_shipping_state','NY'),(73150,1721,'_shipping_postcode','11566'),(73151,1721,'_shipping_country','US'),(73152,1721,'_order_currency','USD'),(73153,1721,'_cart_discount','0'),(73154,1721,'_cart_discount_tax','0'),(73155,1721,'_order_shipping','12.27'),(73156,1721,'_order_shipping_tax','0'),(73157,1721,'_order_tax','0'),(73158,1721,'_order_total','12.27'),(73159,1721,'_order_version','7.3.0'),(73160,1721,'_prices_include_tax','no'),(73161,1721,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(73162,1721,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct # Merrick NY 11566 US '),(73163,1721,'is_vat_exempt','no'),(73164,1721,'_edit_lock','1676571586:2'),(73165,1721,'_edit_last','2'),(73166,1714,'_edit_lock','1676478971:2'),(73167,1714,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224821\";s:12:\"date_shipped\";s:10:\"1676419200\";s:11:\"tracking_id\";s:32:\"4a63a5fc341b77506f7462ecd2cd9120\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224810\";s:12:\"date_shipped\";i:1676478943;s:11:\"tracking_id\";s:32:\"03462f64fd2da90081cc58e6a7efcdbc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224800\";s:12:\"date_shipped\";i:1676478951;s:11:\"tracking_id\";s:32:\"8729a06c748634066ba834cbaa311e65\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830224795\";s:12:\"date_shipped\";i:1676478959;s:11:\"tracking_id\";s:32:\"0a0e7a7de889bd221d45012ca557cd88\";}}'),(73168,1714,'_edit_last','2'),(73169,1714,'_date_completed','1676478964'),(73170,1714,'_completed_date','2023-02-15 16:36:04'),(73171,1722,'_order_key','wc_order_JnQoXcMZW3WJF'),(73172,1722,'_customer_user','37'),(73173,1722,'_payment_method','paypal'),(73174,1722,'_payment_method_title','PayPal'),(73175,1722,'_customer_ip_address','98.16.13.227'),(73176,1722,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.41'),(73177,1722,'_created_via','checkout'),(73178,1722,'_cart_hash','adf8e57ba4c05a2ee5addbadad7fb57b'),(73179,1722,'_download_permissions_granted','yes'),(73180,1722,'_recorded_sales','yes'),(73181,1722,'_recorded_coupon_usage_counts','yes'),(73182,1722,'_new_order_email_sent','true'),(73183,1722,'_order_stock_reduced','yes'),(73184,1722,'_billing_first_name','Melody'),(73185,1722,'_billing_last_name','Carter'),(73186,1722,'_billing_company','Family Hair Clinic of South Ga LLC'),(73187,1722,'_billing_address_1','7754 GA HIGHWAY 122 W'),(73188,1722,'_billing_city','HAHIRA'),(73189,1722,'_billing_state','GA'),(73190,1722,'_billing_postcode','31632-2210'),(73191,1722,'_billing_country','US'),(73192,1722,'_billing_email','familyhairclinic@gmail.com'),(73193,1722,'_billing_phone','2294151748'),(73194,1722,'_shipping_first_name','Melody'),(73195,1722,'_shipping_last_name','Carter'),(73196,1722,'_shipping_company','LCA Family Hair Clinic'),(73197,1722,'_shipping_address_1','7754 GA Highway 122 W'),(73198,1722,'_shipping_city','Hahira'),(73199,1722,'_shipping_state','GA'),(73200,1722,'_shipping_postcode','31632'),(73201,1722,'_shipping_country','US'),(73202,1722,'_order_currency','USD'),(73203,1722,'_cart_discount','0'),(73204,1722,'_cart_discount_tax','0'),(73205,1722,'_order_shipping','15'),(73206,1722,'_order_shipping_tax','0'),(73207,1722,'_order_tax','0'),(73208,1722,'_order_total','205.40'),(73209,1722,'_order_version','7.3.0'),(73210,1722,'_prices_include_tax','no'),(73211,1722,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(73212,1722,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(73213,1722,'is_vat_exempt','no'),(73214,1722,'Payment type','instant'),(73215,1722,'_paypal_status','completed'),(73216,1722,'_transaction_id','7TT22349628562048'),(73217,1722,'PayPal Transaction Fee','7.66'),(73218,1722,'_date_paid','1676479606'),(73219,1722,'_paid_date','2023-02-15 16:46:46'),(73220,1721,'Payment type','instant'),(73221,1721,'_paypal_status','completed'),(73222,1721,'_transaction_id','8V332890NX369115D'),(73223,1721,'PayPal Transaction Fee','0.92'),(73224,1721,'_date_paid','1676483894'),(73225,1721,'_paid_date','2023-02-15 17:58:14'),(73227,1717,'Payment type','instant'),(73228,1717,'_paypal_status','completed'),(73229,1717,'_transaction_id','6UC85756KU034553R'),(73230,1717,'PayPal Transaction Fee','7.18'),(73231,1717,'_date_paid','1676563711'),(73232,1717,'_paid_date','2023-02-16 16:08:31'),(73233,1721,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225151\";s:12:\"date_shipped\";s:10:\"1676505600\";s:11:\"tracking_id\";s:32:\"6a5d0dcd3e860b93a0d1c052649450ce\";}}'),(73234,1721,'_date_completed','1676571706'),(73235,1721,'_completed_date','2023-02-16 18:21:46'),(73236,1722,'_edit_lock','1676572401:2'),(73237,1722,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225140\";s:12:\"date_shipped\";s:10:\"1676505600\";s:11:\"tracking_id\";s:32:\"7da680924f86b60a93e2b17a920074e4\";}}'),(73238,1722,'_edit_last','2'),(73239,1722,'_date_completed','1676571786'),(73240,1722,'_completed_date','2023-02-16 18:23:06'),(73241,1723,'_order_key','wc_order_mXLilVToXr6lI'),(73242,1723,'_customer_user','87'),(73243,1723,'_payment_method','paypal'),(73244,1723,'_payment_method_title','PayPal'),(73245,1723,'_customer_ip_address','108.219.84.84'),(73246,1723,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73247,1723,'_created_via','checkout'),(73248,1723,'_cart_hash','d08737d02f3e88a6e39e0de1a223cb11'),(73249,1723,'_download_permissions_granted','yes'),(73250,1723,'_recorded_sales','yes'),(73251,1723,'_recorded_coupon_usage_counts','yes'),(73252,1723,'_new_order_email_sent','true'),(73253,1723,'_order_stock_reduced','yes'),(73254,1723,'_billing_first_name','Wade'),(73255,1723,'_billing_last_name','Huntsman'),(73256,1723,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(73257,1723,'_billing_address_1','3421 E 21st'),(73258,1723,'_billing_city','Tulsa'),(73259,1723,'_billing_state','OK'),(73260,1723,'_billing_postcode','74114'),(73261,1723,'_billing_country','US'),(73262,1723,'_billing_email','info@liceclinicsmidsouth.com'),(73263,1723,'_billing_phone','9189783329'),(73264,1723,'_shipping_first_name','Logan'),(73265,1723,'_shipping_last_name','Futrell'),(73266,1723,'_shipping_company','Lice Clinics of America NWA'),(73267,1723,'_shipping_address_1','207 E Monroe Ave'),(73268,1723,'_shipping_address_2','Suite D'),(73269,1723,'_shipping_city','Lowell'),(73270,1723,'_shipping_state','AR'),(73271,1723,'_shipping_postcode','72745'),(73272,1723,'_shipping_country','US'),(73273,1723,'_order_currency','USD'),(73274,1723,'_cart_discount','0'),(73275,1723,'_cart_discount_tax','0'),(73276,1723,'_order_shipping','0'),(73277,1723,'_order_shipping_tax','0'),(73278,1723,'_order_tax','0'),(73279,1723,'_order_total','663.89'),(73280,1723,'_order_version','7.3.0'),(73281,1723,'_prices_include_tax','no'),(73282,1723,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(73283,1723,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 E Monroe Ave Suite D Lowell AR 72745 US '),(73290,1723,'is_vat_exempt','no'),(73291,1723,'Payment type','instant'),(73292,1723,'_paypal_status','completed'),(73293,1723,'_transaction_id','8WV15594WR612093A'),(73294,1723,'PayPal Transaction Fee','23.66'),(73295,1723,'_date_paid','1676645112'),(73296,1723,'_paid_date','2023-02-17 14:45:12'),(73297,1724,'_order_key','wc_order_huqtLEAWcX60C'),(73298,1724,'_customer_user','87'),(73299,1724,'_payment_method','paypal'),(73300,1724,'_payment_method_title','PayPal'),(73301,1724,'_customer_ip_address','108.219.84.84'),(73302,1724,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73303,1724,'_created_via','checkout'),(73304,1724,'_cart_hash','cd71a2a22a706c7b68259bc3080aad74'),(73305,1724,'_download_permissions_granted','yes'),(73306,1724,'_recorded_sales','yes'),(73307,1724,'_recorded_coupon_usage_counts','yes'),(73308,1724,'_new_order_email_sent','true'),(73309,1724,'_order_stock_reduced','yes'),(73310,1724,'_billing_first_name','Wade'),(73311,1724,'_billing_last_name','Huntsman'),(73312,1724,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(73313,1724,'_billing_address_1','3421 E 21st'),(73314,1724,'_billing_city','Tulsa'),(73315,1724,'_billing_state','OK'),(73316,1724,'_billing_postcode','74114'),(73317,1724,'_billing_country','US'),(73318,1724,'_billing_email','info@liceclinicsmidsouth.com'),(73319,1724,'_billing_phone','9189783329'),(73320,1724,'_shipping_first_name','Jessie'),(73321,1724,'_shipping_last_name','Foley'),(73322,1724,'_shipping_company','Lice Clinics of America Tulsa'),(73323,1724,'_shipping_address_1','3421 East 21st Street'),(73324,1724,'_shipping_city','Tulsa'),(73325,1724,'_shipping_state','OK'),(73326,1724,'_shipping_postcode','74114'),(73327,1724,'_shipping_country','US'),(73328,1724,'_order_currency','USD'),(73329,1724,'_cart_discount','0'),(73330,1724,'_cart_discount_tax','0'),(73331,1724,'_order_shipping','0'),(73332,1724,'_order_shipping_tax','0'),(73333,1724,'_order_tax','0'),(73334,1724,'_order_total','637.76'),(73335,1724,'_order_version','7.3.0'),(73336,1724,'_prices_include_tax','no'),(73337,1724,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(73338,1724,'_shipping_address_index','Jessie Foley Lice Clinics of America Tulsa 3421 East 21st Street  Tulsa OK 74114 US '),(73339,1724,'is_vat_exempt','no'),(73340,1724,'Payment type','instant'),(73341,1724,'_paypal_status','completed'),(73342,1724,'_transaction_id','2VE45662XC800050J'),(73343,1724,'PayPal Transaction Fee','22.75'),(73344,1724,'_date_paid','1676647499'),(73345,1724,'_paid_date','2023-02-17 15:24:59'),(73347,1725,'_order_key','wc_order_jHlvUipwhcdh9'),(73348,1725,'_customer_user','87'),(73349,1725,'_payment_method','paypal'),(73350,1725,'_payment_method_title','PayPal'),(73351,1725,'_customer_ip_address','108.219.84.84'),(73352,1725,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73353,1725,'_created_via','checkout'),(73354,1725,'_cart_hash','e54713d4e83a816380b9fd7f1130aa1f'),(73355,1725,'_download_permissions_granted','yes'),(73356,1725,'_recorded_sales','yes'),(73357,1725,'_recorded_coupon_usage_counts','yes'),(73358,1725,'_new_order_email_sent','true'),(73359,1725,'_order_stock_reduced','yes'),(73360,1725,'_billing_first_name','Wade'),(73361,1725,'_billing_last_name','Huntsman'),(73362,1725,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(73363,1725,'_billing_address_1','3421 E 21st'),(73364,1725,'_billing_city','Tulsa'),(73365,1725,'_billing_state','OK'),(73366,1725,'_billing_postcode','74114'),(73367,1725,'_billing_country','US'),(73368,1725,'_billing_email','info@liceclinicsmidsouth.com'),(73369,1725,'_billing_phone','9189783329'),(73370,1725,'_shipping_first_name','Katee'),(73371,1725,'_shipping_last_name','Morrison'),(73372,1725,'_shipping_company','Lice Clinics of America OKC'),(73373,1725,'_shipping_address_1','4001 North Classen Blvd'),(73374,1725,'_shipping_city','OKC'),(73375,1725,'_shipping_state','OK'),(73376,1725,'_shipping_postcode','73118'),(73377,1725,'_shipping_country','US'),(73378,1725,'_order_currency','USD'),(73379,1725,'_cart_discount','0'),(73380,1725,'_cart_discount_tax','0'),(73381,1725,'_order_shipping','0'),(73382,1725,'_order_shipping_tax','0'),(73383,1725,'_order_tax','0'),(73384,1725,'_order_total','773.60'),(73385,1725,'_order_version','7.3.0'),(73386,1725,'_prices_include_tax','no'),(73387,1725,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(73388,1725,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd  OKC OK 73118 US '),(73389,1725,'is_vat_exempt','no'),(73390,1725,'Payment type','instant'),(73391,1725,'_paypal_status','completed'),(73392,1725,'_transaction_id','1FL69387BG0329844'),(73393,1725,'PayPal Transaction Fee','27.49'),(73394,1725,'_date_paid','1676647798'),(73395,1725,'_paid_date','2023-02-17 15:29:58'),(73396,1717,'_edit_lock','1676654752:2'),(73397,1717,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225254\";s:12:\"date_shipped\";s:10:\"1676592000\";s:11:\"tracking_id\";s:32:\"1a53861367d892d78438ce04aec506ec\";}}'),(73398,1717,'_edit_last','2'),(73399,1717,'_date_completed','1676654887'),(73400,1717,'_completed_date','2023-02-17 17:28:07'),(73401,1726,'_order_key','wc_order_91OZpXmfqeIJu'),(73402,1726,'_customer_user','67'),(73403,1726,'_payment_method','paypal'),(73404,1726,'_payment_method_title','PayPal'),(73405,1726,'_customer_ip_address','74.77.55.50'),(73406,1726,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73407,1726,'_created_via','checkout'),(73408,1726,'_cart_hash','82b9408528b26aa4e3ad250fb1d4fe4e'),(73409,1726,'_download_permissions_granted','yes'),(73410,1726,'_recorded_sales','yes'),(73411,1726,'_recorded_coupon_usage_counts','yes'),(73412,1726,'_new_order_email_sent','true'),(73413,1726,'_order_stock_reduced','yes'),(73414,1726,'_billing_first_name','Marnie'),(73415,1726,'_billing_last_name','Murray'),(73416,1726,'_billing_company','Naughty Nits'),(73417,1726,'_billing_address_1','2809 Wehrle Drive'),(73418,1726,'_billing_address_2','Suite 10'),(73419,1726,'_billing_city','Williamsville'),(73420,1726,'_billing_state','NY'),(73421,1726,'_billing_postcode','14221'),(73422,1726,'_billing_country','US'),(73423,1726,'_billing_email','liceclinicsupstateny@gmail.com'),(73424,1726,'_billing_phone','7166265423'),(73425,1726,'_shipping_first_name','Marnie'),(73426,1726,'_shipping_last_name','Murray'),(73427,1726,'_shipping_company','LCA Buffalo'),(73428,1726,'_shipping_address_1','2809 Wehrle Drive'),(73429,1726,'_shipping_address_2','Suite 10'),(73430,1726,'_shipping_city','Williamsville'),(73431,1726,'_shipping_state','NY'),(73432,1726,'_shipping_postcode','14221'),(73433,1726,'_shipping_country','US'),(73434,1726,'_order_currency','USD'),(73435,1726,'_cart_discount','0'),(73436,1726,'_cart_discount_tax','0'),(73437,1726,'_order_shipping','10.24'),(73438,1726,'_order_shipping_tax','0'),(73439,1726,'_order_tax','0'),(73440,1726,'_order_total','143.20'),(73441,1726,'_order_version','7.3.0'),(73442,1726,'_prices_include_tax','no'),(73443,1726,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(73444,1726,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(73445,1726,'is_vat_exempt','no'),(73446,1726,'Payment type','instant'),(73447,1726,'_paypal_status','completed'),(73448,1726,'_transaction_id','1YT66720CA509623J'),(73449,1726,'PayPal Transaction Fee','5.49'),(73450,1726,'_date_paid','1676655653'),(73451,1726,'_paid_date','2023-02-17 17:40:53'),(73452,1725,'_edit_lock','1676662885:2'),(73453,1725,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225519\";s:12:\"date_shipped\";s:10:\"1676592000\";s:11:\"tracking_id\";s:32:\"694d8bfb75ecc041a8771882c0adb11c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225508\";s:12:\"date_shipped\";i:1676663014;s:11:\"tracking_id\";s:32:\"df5255fdaa15c338d380ba2d38200de4\";}}'),(73454,1725,'_edit_last','2'),(73455,1725,'_date_completed','1676663017'),(73456,1725,'_completed_date','2023-02-17 19:43:37'),(73457,1726,'_edit_lock','1676663052:2'),(73458,1726,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225530\";s:12:\"date_shipped\";s:10:\"1676592000\";s:11:\"tracking_id\";s:32:\"21a7db3584f81d0a4eef5ed0c1fe1d09\";}}'),(73459,1726,'_edit_last','2'),(73460,1726,'_date_completed','1676663044'),(73461,1726,'_completed_date','2023-02-17 19:44:04'),(73462,1724,'_edit_lock','1676663094:2'),(73463,1724,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225482\";s:12:\"date_shipped\";s:10:\"1676592000\";s:11:\"tracking_id\";s:32:\"cfd6c80a1719a6de1ca63e706a3fc6d5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225471\";s:12:\"date_shipped\";i:1676663081;s:11:\"tracking_id\";s:32:\"7dae07d5dae757ea8baaeed8186a3afc\";}}'),(73464,1724,'_edit_last','2'),(73465,1724,'_date_completed','1676663086'),(73466,1724,'_completed_date','2023-02-17 19:44:46'),(73467,1723,'_edit_lock','1676663019:2'),(73468,1723,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225460\";s:12:\"date_shipped\";s:10:\"1676592000\";s:11:\"tracking_id\";s:32:\"d2deaee2af551c8e0f413ba3ae95617b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225450\";s:12:\"date_shipped\";i:1676663143;s:11:\"tracking_id\";s:32:\"60add385dc8f65cd268b4815a6ba7161\";}}'),(73469,1723,'_edit_last','2'),(73470,1723,'_date_completed','1676663152'),(73471,1723,'_completed_date','2023-02-17 19:45:52'),(73472,1728,'_order_key','wc_order_a1ApXJMOrS4wN'),(73473,1728,'_customer_user','5'),(73474,1728,'_payment_method','paypal'),(73475,1728,'_payment_method_title','PayPal'),(73476,1728,'_customer_ip_address','73.180.17.169'),(73477,1728,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73478,1728,'_created_via','checkout'),(73479,1728,'_cart_hash','dff3ad70d6caaed00332a5a6bb37f811'),(73480,1728,'_download_permissions_granted','yes'),(73481,1728,'_recorded_sales','yes'),(73482,1728,'_recorded_coupon_usage_counts','yes'),(73483,1728,'_new_order_email_sent','true'),(73484,1728,'_order_stock_reduced','yes'),(73485,1728,'_billing_first_name','Mark'),(73486,1728,'_billing_last_name','Meyer'),(73487,1728,'_billing_company','lice clinics of america- portland'),(73488,1728,'_billing_address_1','5201 SW Westgate Dr suite 106'),(73489,1728,'_billing_address_2','106'),(73490,1728,'_billing_city','portland'),(73491,1728,'_billing_state','OR'),(73492,1728,'_billing_postcode','97221'),(73493,1728,'_billing_country','US'),(73494,1728,'_billing_email','noemi.and.mark@nwliceclinics.com'),(73495,1728,'_billing_phone','5034040475'),(73496,1728,'_shipping_first_name','Mark'),(73497,1728,'_shipping_last_name','Meyer'),(73498,1728,'_shipping_company','lice clinics of america- portland'),(73499,1728,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(73500,1728,'_shipping_address_2','106'),(73501,1728,'_shipping_city','portland'),(73502,1728,'_shipping_state','OR'),(73503,1728,'_shipping_postcode','97221'),(73504,1728,'_shipping_country','US'),(73505,1728,'_order_currency','USD'),(73506,1728,'_cart_discount','0'),(73507,1728,'_cart_discount_tax','0'),(73508,1728,'_order_shipping','241.88'),(73509,1728,'_order_shipping_tax','0'),(73510,1728,'_order_tax','0'),(73511,1728,'_order_total','2983.40'),(73512,1728,'_order_version','7.3.0'),(73513,1728,'_prices_include_tax','no'),(73514,1728,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(73515,1728,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(73516,1728,'is_vat_exempt','no'),(73517,1728,'Payment type','instant'),(73518,1728,'_paypal_status','completed'),(73519,1728,'_transaction_id','8TW24663Y9552145F'),(73520,1728,'PayPal Transaction Fee','104.61'),(73521,1728,'_date_paid','1676935277'),(73522,1728,'_paid_date','2023-02-20 23:21:17'),(73566,1730,'_order_key','wc_order_8Rc9yMoU0oxQq'),(73567,1730,'_customer_user','87'),(73568,1730,'_payment_method','paypal'),(73569,1730,'_payment_method_title','PayPal'),(73570,1730,'_customer_ip_address','108.219.84.84'),(73571,1730,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73572,1730,'_created_via','checkout'),(73573,1730,'_cart_hash','3645ba987e810ea4ae99a2ed9e613764'),(73574,1730,'_download_permissions_granted','yes'),(73575,1730,'_recorded_sales','yes'),(73576,1730,'_recorded_coupon_usage_counts','yes'),(73577,1730,'_new_order_email_sent','true'),(73578,1730,'_order_stock_reduced','yes'),(73579,1730,'_billing_first_name','Wade'),(73580,1730,'_billing_last_name','Huntsman'),(73581,1730,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(73582,1730,'_billing_address_1','3421 E 21st'),(73583,1730,'_billing_city','Tulsa'),(73584,1730,'_billing_state','OK'),(73585,1730,'_billing_postcode','74114'),(73586,1730,'_billing_country','US'),(73587,1730,'_billing_email','info@liceclinicsmidsouth.com'),(73588,1730,'_billing_phone','9189783329'),(73589,1730,'_shipping_first_name','Jessie'),(73590,1730,'_shipping_last_name','Foley'),(73591,1730,'_shipping_company','Lice Clinics of America Tulsa'),(73592,1730,'_shipping_address_1','3421 East 21st Street'),(73593,1730,'_shipping_city','Tulsa'),(73594,1730,'_shipping_state','OK'),(73595,1730,'_shipping_postcode','74114'),(73596,1730,'_shipping_country','US'),(73597,1730,'_order_currency','USD'),(73598,1730,'_cart_discount','0'),(73599,1730,'_cart_discount_tax','0'),(73600,1730,'_order_shipping','12.83'),(73601,1730,'_order_shipping_tax','0'),(73602,1730,'_order_tax','0'),(73603,1730,'_order_total','220.03'),(73604,1730,'_order_version','7.3.0'),(73605,1730,'_prices_include_tax','no'),(73606,1730,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(73607,1730,'_shipping_address_index','Jessie Foley Lice Clinics of America Tulsa 3421 East 21st Street  Tulsa OK 74114 US '),(73608,1730,'is_vat_exempt','no'),(73609,1730,'Payment type','instant'),(73610,1730,'_paypal_status','completed'),(73611,1730,'_transaction_id','4T863433WT6700401'),(73612,1730,'PayPal Transaction Fee','8.17'),(73613,1730,'_date_paid','1676990506'),(73614,1730,'_paid_date','2023-02-21 14:41:46'),(73615,1731,'_order_key','wc_order_QvJDhtQ4RI5dZ'),(73616,1731,'_customer_user','3'),(73617,1731,'_payment_method','paypal'),(73618,1731,'_payment_method_title','PayPal'),(73619,1731,'_customer_ip_address','70.142.202.154'),(73620,1731,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(73621,1731,'_created_via','checkout'),(73622,1731,'_cart_hash','df8a4557ec8431e4279a7688227f53b1'),(73623,1731,'_download_permissions_granted','yes'),(73624,1731,'_recorded_sales','yes'),(73625,1731,'_recorded_coupon_usage_counts','yes'),(73626,1731,'_new_order_email_sent','true'),(73627,1731,'_order_stock_reduced','yes'),(73628,1731,'_billing_first_name','AMANDA'),(73629,1731,'_billing_last_name','Westerman'),(73630,1731,'_billing_company','Lice Clinics of America'),(73631,1731,'_billing_address_1','1709 Damian Way'),(73632,1731,'_billing_city','Richardson'),(73633,1731,'_billing_state','TX'),(73634,1731,'_billing_postcode','75081'),(73635,1731,'_billing_country','US'),(73636,1731,'_billing_email','awesterman1103@gmail.com'),(73637,1731,'_billing_phone','12144175741'),(73638,1731,'_shipping_first_name','Amanda'),(73639,1731,'_shipping_last_name','Westerman'),(73640,1731,'_shipping_company','Lice Clinics of America McKinney'),(73641,1731,'_shipping_address_1','3120 Hudson Crossing'),(73642,1731,'_shipping_address_2','Suite A2'),(73643,1731,'_shipping_city','MCKINNEY'),(73644,1731,'_shipping_state','TX'),(73645,1731,'_shipping_postcode','75070'),(73646,1731,'_shipping_country','US'),(73647,1731,'_order_currency','USD'),(73648,1731,'_cart_discount','0'),(73649,1731,'_cart_discount_tax','0'),(73650,1731,'_order_shipping','0'),(73651,1731,'_order_shipping_tax','0'),(73652,1731,'_order_tax','0'),(73653,1731,'_order_total','1464.47'),(73654,1731,'_order_version','7.3.0'),(73655,1731,'_prices_include_tax','no'),(73656,1731,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(73657,1731,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(73658,1731,'is_vat_exempt','no'),(73659,1731,'Payment type','instant'),(73660,1731,'_paypal_status','completed'),(73661,1731,'_transaction_id','66H71222LM263964G'),(73662,1731,'PayPal Transaction Fee','51.60'),(73663,1731,'_date_paid','1676993845'),(73664,1731,'_paid_date','2023-02-21 15:37:25'),(73665,1732,'_order_key','wc_order_EizyQoxaxiUTb'),(73666,1732,'_customer_user','60'),(73667,1732,'_payment_method','paypal'),(73668,1732,'_payment_method_title','PayPal'),(73669,1732,'_customer_ip_address','174.234.7.213'),(73670,1732,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(73671,1732,'_created_via','checkout'),(73672,1732,'_cart_hash','19606c7d733604a9a4f1ebac191e33df'),(73673,1732,'_download_permissions_granted','yes'),(73674,1732,'_recorded_sales','yes'),(73675,1732,'_recorded_coupon_usage_counts','yes'),(73676,1732,'_new_order_email_sent','true'),(73677,1732,'_order_stock_reduced','yes'),(73678,1732,'_billing_first_name','Jill'),(73679,1732,'_billing_last_name','Leshtz'),(73680,1732,'_billing_company','Lice clinics of America-North Shore'),(73681,1732,'_billing_address_1','1580 Lancelot Avenue'),(73682,1732,'_billing_city','Highland park'),(73683,1732,'_billing_state','IL'),(73684,1732,'_billing_postcode','60035'),(73685,1732,'_billing_country','US'),(73686,1732,'_billing_email','jleshtz@gmail.com'),(73687,1732,'_billing_phone','8473639001'),(73688,1732,'_shipping_first_name','Jill'),(73689,1732,'_shipping_last_name','Leshtz'),(73690,1732,'_shipping_company','Lice clinics of America-North Shore'),(73691,1732,'_shipping_address_1','1580 Lancelot Avenue'),(73692,1732,'_shipping_city','Highland park'),(73693,1732,'_shipping_state','IL'),(73694,1732,'_shipping_postcode','60035'),(73695,1732,'_shipping_country','US'),(73696,1732,'_order_currency','USD'),(73697,1732,'_cart_discount','0'),(73698,1732,'_cart_discount_tax','0'),(73699,1732,'_order_shipping','10.49'),(73700,1732,'_order_shipping_tax','0'),(73701,1732,'_order_tax','0'),(73702,1732,'_order_total','10.49'),(73703,1732,'_order_version','7.3.0'),(73704,1732,'_prices_include_tax','no'),(73705,1732,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(73706,1732,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(73707,1732,'is_vat_exempt','no'),(73708,1733,'_order_key','wc_order_tI24IAiDaOUUl'),(73709,1733,'_customer_user','60'),(73710,1733,'_payment_method','paypal'),(73711,1733,'_payment_method_title','PayPal'),(73712,1733,'_customer_ip_address','174.234.7.213'),(73713,1733,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(73714,1733,'_created_via','checkout'),(73715,1733,'_cart_hash','af16f32208426deacf268720ea0959ec'),(73716,1733,'_download_permissions_granted','yes'),(73717,1733,'_recorded_sales','yes'),(73718,1733,'_recorded_coupon_usage_counts','yes'),(73719,1733,'_new_order_email_sent','true'),(73720,1733,'_order_stock_reduced','yes'),(73721,1733,'_billing_first_name','Jill'),(73722,1733,'_billing_last_name','Leshtz'),(73723,1733,'_billing_company','Lice clinics of America-North Shore'),(73724,1733,'_billing_address_1','1580 Lancelot Avenue'),(73725,1733,'_billing_city','Highland park'),(73726,1733,'_billing_state','IL'),(73727,1733,'_billing_postcode','60035'),(73728,1733,'_billing_country','US'),(73729,1733,'_billing_email','jleshtz@gmail.com'),(73730,1733,'_billing_phone','8473639001'),(73731,1733,'_shipping_first_name','Jill'),(73732,1733,'_shipping_last_name','Leshtz'),(73733,1733,'_shipping_company','Lice clinics of America-North Shore'),(73734,1733,'_shipping_address_1','1580 Lancelot Avenue'),(73735,1733,'_shipping_city','Highland park'),(73736,1733,'_shipping_state','IL'),(73737,1733,'_shipping_postcode','60035'),(73738,1733,'_shipping_country','US'),(73739,1733,'_order_currency','USD'),(73740,1733,'_cart_discount','0'),(73741,1733,'_cart_discount_tax','0'),(73742,1733,'_order_shipping','10.49'),(73743,1733,'_order_shipping_tax','0'),(73744,1733,'_order_tax','0'),(73745,1733,'_order_total','10.49'),(73746,1733,'_order_version','7.3.0'),(73747,1733,'_prices_include_tax','no'),(73748,1733,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(73749,1733,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(73750,1733,'is_vat_exempt','no'),(73751,1734,'_order_key','wc_order_zO1FxAMXHpzco'),(73752,1734,'_customer_user','64'),(73753,1734,'_payment_method','paypal'),(73754,1734,'_payment_method_title','PayPal'),(73755,1734,'_customer_ip_address','98.97.140.205'),(73756,1734,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(73757,1734,'_created_via','checkout'),(73758,1734,'_cart_hash','bd9a9590d722762ffc2815740685fb08'),(73759,1734,'_download_permissions_granted','yes'),(73760,1734,'_recorded_sales','yes'),(73761,1734,'_recorded_coupon_usage_counts','yes'),(73762,1734,'_new_order_email_sent','true'),(73763,1734,'_order_stock_reduced','yes'),(73764,1734,'_billing_first_name','Barrie'),(73765,1734,'_billing_last_name','Desmond'),(73766,1734,'_billing_address_1','50 ALAHELE PL'),(73767,1734,'_billing_city','Kihei'),(73768,1734,'_billing_state','HI'),(73769,1734,'_billing_postcode','96753-7809'),(73770,1734,'_billing_country','US'),(73771,1734,'_billing_email','info@liceclinicshawaii.com'),(73772,1734,'_billing_phone','8082834247'),(73773,1734,'_shipping_first_name','Barrie'),(73774,1734,'_shipping_last_name','Desmond'),(73775,1734,'_shipping_address_1','50 ALAHELE PL'),(73776,1734,'_shipping_city','Kihei'),(73777,1734,'_shipping_state','HI'),(73778,1734,'_shipping_postcode','96753-7809'),(73779,1734,'_shipping_country','US'),(73780,1734,'_order_currency','USD'),(73781,1734,'_cart_discount','0'),(73782,1734,'_cart_discount_tax','0'),(73783,1734,'_order_shipping','338.26'),(73784,1734,'_order_shipping_tax','0'),(73785,1734,'_order_tax','0'),(73786,1734,'_order_total','691.13'),(73787,1734,'_order_version','7.3.0'),(73788,1734,'_prices_include_tax','no'),(73789,1734,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(73790,1734,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(73791,1734,'is_vat_exempt','no'),(73792,1734,'Payment type','instant'),(73793,1734,'_paypal_status','completed'),(73794,1734,'_transaction_id','68123838CU765894H'),(73795,1734,'PayPal Transaction Fee','24.61'),(73796,1734,'_date_paid','1677005214'),(73797,1734,'_paid_date','2023-02-21 18:46:54'),(73798,515,'_used_by','64'),(73799,1728,'_edit_lock','1677010589:2'),(73800,1735,'_order_currency','USD'),(73801,1735,'_cart_discount','0'),(73802,1735,'_cart_discount_tax','0'),(73803,1735,'_order_shipping','-241.88'),(73804,1735,'_order_shipping_tax','0'),(73805,1735,'_order_tax','0'),(73806,1735,'_order_total','-241.88'),(73807,1735,'_order_version','7.3.0'),(73808,1735,'_prices_include_tax','no'),(73809,1735,'_refund_amount','241.88'),(73810,1735,'_refunded_by','2'),(73811,1735,'_refunded_payment','1'),(73812,1735,'_refund_reason',''),(73813,1730,'_edit_lock','1677009890:2'),(73814,1730,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226011\";s:12:\"date_shipped\";s:10:\"1676937600\";s:11:\"tracking_id\";s:32:\"2a800c07f1077b2992335197fd5a7dad\";}}'),(73815,1730,'_edit_last','2'),(73816,1730,'_date_completed','1677009729'),(73817,1730,'_completed_date','2023-02-21 20:02:09'),(73818,1728,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225883\";s:12:\"date_shipped\";s:10:\"1676937600\";s:11:\"tracking_id\";s:32:\"f88996e55fd083af6c3cd3d492328cd5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225872\";s:12:\"date_shipped\";i:1677010678;s:11:\"tracking_id\";s:32:\"a7db7abb2a9c03f0cd9a68be8c4e20fc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225861\";s:12:\"date_shipped\";i:1677010683;s:11:\"tracking_id\";s:32:\"d88a2e22f3df0b07dc7f0f1cb7be644a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225850\";s:12:\"date_shipped\";i:1677010688;s:11:\"tracking_id\";s:32:\"26d6f9b73510778cbee4e41ccbed85af\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225840\";s:12:\"date_shipped\";i:1677010695;s:11:\"tracking_id\";s:32:\"803a34c0acd597ccbb3da700979d6736\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830225839\";s:12:\"date_shipped\";i:1677010701;s:11:\"tracking_id\";s:32:\"e53810463ef0ba65edb28858d1d486fb\";}}'),(73819,1728,'_edit_last','2'),(73820,1728,'_date_completed','1677010705'),(73821,1728,'_completed_date','2023-02-21 20:18:25'),(73822,1731,'_edit_lock','1677011577:2'),(73823,1731,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226066\";s:12:\"date_shipped\";s:10:\"1676937600\";s:11:\"tracking_id\";s:32:\"fd1acc3df0ba5bdc63918b1c9c75bd3d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226055\";s:12:\"date_shipped\";i:1677011698;s:11:\"tracking_id\";s:32:\"cf88ae3e78e1ebc1acdc386e8276da59\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226044\";s:12:\"date_shipped\";i:1677011703;s:11:\"tracking_id\";s:32:\"57940ccdc49a25d7a85366dfc9360f6d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226033\";s:12:\"date_shipped\";i:1677011709;s:11:\"tracking_id\";s:32:\"82675a7a77dc720755ad054b8b0fa0b0\";}}'),(73824,1731,'_edit_last','2'),(73825,1731,'_date_completed','1677011711'),(73826,1731,'_completed_date','2023-02-21 20:35:11'),(73827,1734,'acfw_shipping_discount_recalc','yes'),(73828,1734,'_edit_lock','1677178605:2'),(73829,1734,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226099\";s:12:\"date_shipped\";s:10:\"1677024000\";s:11:\"tracking_id\";s:32:\"0caaf02702121a62c340879e1cd2045d\";}}'),(73830,1734,'_edit_last','2'),(73831,1734,'_date_completed','1677079255'),(73832,1734,'_completed_date','2023-02-22 15:20:55'),(73833,1736,'_order_key','wc_order_IrwGUqBCsuO97'),(73834,1736,'_customer_user','66'),(73835,1736,'_payment_method','paypal'),(73836,1736,'_payment_method_title','PayPal'),(73837,1736,'_customer_ip_address','69.250.30.77'),(73838,1736,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.41'),(73839,1736,'_created_via','checkout'),(73840,1736,'_cart_hash','f717662008679fcd1c41f2586e205789'),(73841,1736,'_download_permissions_granted','no'),(73842,1736,'_recorded_sales','no'),(73843,1736,'_recorded_coupon_usage_counts','no'),(73844,1736,'_new_order_email_sent','false'),(73845,1736,'_order_stock_reduced','no'),(73846,1736,'_billing_first_name','Mark'),(73847,1736,'_billing_last_name','Dent'),(73848,1736,'_billing_company','Lice Clinics of Maryland'),(73849,1736,'_billing_address_1','801 W 33rd Street'),(73850,1736,'_billing_city','BAltimore'),(73851,1736,'_billing_state','MD'),(73852,1736,'_billing_postcode','21211'),(73853,1736,'_billing_country','US'),(73854,1736,'_billing_email','info@liceclinicsofmaryland.com'),(73855,1736,'_billing_phone','4438349991'),(73856,1736,'_shipping_first_name','Dawn'),(73857,1736,'_shipping_last_name','Mumaw'),(73858,1736,'_shipping_company','LCA Baltimore'),(73859,1736,'_shipping_address_1','604 Providence Road'),(73860,1736,'_shipping_city','Towson'),(73861,1736,'_shipping_state','MD'),(73862,1736,'_shipping_postcode','21286'),(73863,1736,'_shipping_country','US'),(73864,1736,'_order_currency','USD'),(73865,1736,'_cart_discount','0'),(73866,1736,'_cart_discount_tax','0'),(73867,1736,'_order_shipping','0'),(73868,1736,'_order_shipping_tax','0'),(73869,1736,'_order_tax','0'),(73870,1736,'_order_total','1012.80'),(73871,1736,'_order_version','7.3.0'),(73872,1736,'_prices_include_tax','no'),(73873,1736,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(73874,1736,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(73878,1736,'is_vat_exempt','no'),(73879,1737,'_order_key','wc_order_a40B10yKGZFia'),(73880,1737,'_customer_user','66'),(73881,1737,'_payment_method','paypal'),(73882,1737,'_payment_method_title','PayPal'),(73883,1737,'_customer_ip_address','69.250.30.77'),(73884,1737,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.41'),(73885,1737,'_created_via','checkout'),(73886,1737,'_cart_hash','f717662008679fcd1c41f2586e205789'),(73887,1737,'_download_permissions_granted','yes'),(73888,1737,'_recorded_sales','yes'),(73889,1737,'_recorded_coupon_usage_counts','yes'),(73890,1737,'_new_order_email_sent','true'),(73891,1737,'_order_stock_reduced','yes'),(73892,1737,'_billing_first_name','Mark'),(73893,1737,'_billing_last_name','Dent'),(73894,1737,'_billing_company','Lice Clinics of Maryland'),(73895,1737,'_billing_address_1','801 W 33rd Street'),(73896,1737,'_billing_city','BAltimore'),(73897,1737,'_billing_state','MD'),(73898,1737,'_billing_postcode','21211'),(73899,1737,'_billing_country','US'),(73900,1737,'_billing_email','info@liceclinicsofmaryland.com'),(73901,1737,'_billing_phone','4438349991'),(73902,1737,'_shipping_first_name','Dawn'),(73903,1737,'_shipping_last_name','Mumaw'),(73904,1737,'_shipping_company','LCA Baltimore'),(73905,1737,'_shipping_address_1','604 Providence Road'),(73906,1737,'_shipping_city','Towson'),(73907,1737,'_shipping_state','MD'),(73908,1737,'_shipping_postcode','21286'),(73909,1737,'_shipping_country','US'),(73910,1737,'_order_currency','USD'),(73911,1737,'_cart_discount','0'),(73912,1737,'_cart_discount_tax','0'),(73913,1737,'_order_shipping','0'),(73914,1737,'_order_shipping_tax','0'),(73915,1737,'_order_tax','0'),(73916,1737,'_order_total','1012.80'),(73917,1737,'_order_version','7.3.0'),(73918,1737,'_prices_include_tax','no'),(73919,1737,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(73920,1737,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(73922,1737,'is_vat_exempt','no'),(73923,1737,'Payment type','instant'),(73924,1737,'_paypal_status','completed'),(73925,1737,'_transaction_id','6Y225560L1284172L'),(73926,1737,'PayPal Transaction Fee','35.84'),(73927,1737,'_date_paid','1677084642'),(73928,1737,'_paid_date','2023-02-22 16:50:42'),(73929,1738,'_order_key','wc_order_rBJ5muzjq468Y'),(73930,1738,'_customer_user','57'),(73931,1738,'_payment_method','paypal'),(73932,1738,'_payment_method_title','PayPal'),(73933,1738,'_customer_ip_address','107.203.54.57'),(73934,1738,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.46'),(73935,1738,'_created_via','checkout'),(73936,1738,'_cart_hash','aea1c0e990c73a02dba9c3f2ea8d8098'),(73937,1738,'_download_permissions_granted','yes'),(73938,1738,'_recorded_sales','yes'),(73939,1738,'_recorded_coupon_usage_counts','yes'),(73940,1738,'_new_order_email_sent','true'),(73941,1738,'_order_stock_reduced','yes'),(73942,1738,'_billing_first_name','Heather'),(73943,1738,'_billing_last_name','Purtle'),(73944,1738,'_billing_company','LCA- Upstate'),(73945,1738,'_billing_address_1','1 Creekview Ct.'),(73946,1738,'_billing_address_2','Ste C'),(73947,1738,'_billing_city','Greenville'),(73948,1738,'_billing_state','SC'),(73949,1738,'_billing_postcode','29615'),(73950,1738,'_billing_country','US'),(73951,1738,'_billing_email','hpurtle@bellsouth.net'),(73952,1738,'_billing_phone','8643604388'),(73953,1738,'_shipping_first_name','Heather'),(73954,1738,'_shipping_last_name','Purtle'),(73955,1738,'_shipping_company','LCA- Upstate'),(73956,1738,'_shipping_address_1','1 Creekview Ct.'),(73957,1738,'_shipping_address_2','Ste C'),(73958,1738,'_shipping_city','Greenville'),(73959,1738,'_shipping_state','SC'),(73960,1738,'_shipping_postcode','29615'),(73961,1738,'_shipping_country','US'),(73962,1738,'_order_currency','USD'),(73963,1738,'_cart_discount','0'),(73964,1738,'_cart_discount_tax','0'),(73965,1738,'_order_shipping','26.64'),(73966,1738,'_order_shipping_tax','0'),(73967,1738,'_order_tax','0'),(73968,1738,'_order_total','185.04'),(73969,1738,'_order_version','7.3.0'),(73970,1738,'_prices_include_tax','no'),(73971,1738,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(73972,1738,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(73973,1738,'is_vat_exempt','no'),(73974,1737,'_edit_lock','1677105275:2'),(73975,1737,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226217\";s:12:\"date_shipped\";s:10:\"1677024000\";s:11:\"tracking_id\";s:32:\"96f72d15f5b4d2abf8f8df5873f6cc36\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226206\";s:12:\"date_shipped\";i:1677105379;s:11:\"tracking_id\";s:32:\"53c6261578055b9af496c400b876228e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226191\";s:12:\"date_shipped\";i:1677105400;s:11:\"tracking_id\";s:32:\"6cb58f2ffb027713540ba7191740bba4\";}}'),(73976,1737,'_edit_last','2'),(73977,1737,'_date_completed','1677105402'),(73978,1737,'_completed_date','2023-02-22 22:36:42'),(73979,1733,'_edit_lock','1677185509:2'),(73980,1732,'_edit_lock','1677185445:2'),(73981,1733,'_edit_last','2'),(73982,1732,'_edit_last','2'),(73983,1733,'Payment type','instant'),(73984,1733,'_paypal_status','completed'),(73985,1733,'_transaction_id','0FA43298SN514293W'),(73986,1733,'PayPal Transaction Fee','0.86'),(73987,1733,'_date_paid','1677105653'),(73988,1733,'_paid_date','2023-02-22 22:40:53'),(73989,1732,'Payment type','instant'),(73990,1732,'_paypal_status','completed'),(73991,1732,'_transaction_id','0DN686717N910370L'),(73992,1732,'PayPal Transaction Fee','0.86'),(73993,1732,'_date_paid','1677105730'),(73994,1732,'_paid_date','2023-02-22 22:42:10'),(73995,1738,'_edit_lock','1677185318:2'),(73996,1738,'_edit_last','2'),(73997,1738,'Payment type','instant'),(73998,1738,'_paypal_status','completed'),(73999,1738,'_transaction_id','1T7468035K098402G'),(74000,1738,'PayPal Transaction Fee','6.95'),(74001,1738,'_date_paid','1677163279'),(74002,1738,'_paid_date','2023-02-23 14:41:19'),(74003,1739,'_order_key','wc_order_nsAdPzcR65Vu9'),(74004,1739,'_customer_user','4'),(74005,1739,'_payment_method','paypal'),(74006,1739,'_payment_method_title','PayPal'),(74007,1739,'_customer_ip_address','98.202.98.57'),(74008,1739,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74009,1739,'_created_via','checkout'),(74010,1739,'_cart_hash','5e28631f63f36cfa3f05db16fd05db7d'),(74011,1739,'_download_permissions_granted','yes'),(74012,1739,'_recorded_sales','yes'),(74013,1739,'_recorded_coupon_usage_counts','yes'),(74014,1739,'_new_order_email_sent','true'),(74015,1739,'_order_stock_reduced','yes'),(74016,1739,'_billing_first_name','David'),(74017,1739,'_billing_last_name','Washburn'),(74018,1739,'_billing_company','Larada Sciences (LCA)'),(74019,1739,'_billing_address_1','4873 South State St.'),(74020,1739,'_billing_city','Murray'),(74021,1739,'_billing_state','UT'),(74022,1739,'_billing_postcode','84107'),(74023,1739,'_billing_country','US'),(74024,1739,'_billing_email','david@laradasciences.com'),(74025,1739,'_billing_phone','8019197428'),(74026,1739,'_shipping_first_name','David'),(74027,1739,'_shipping_last_name','Washburn'),(74028,1739,'_shipping_company','Larada Sciences (LCA)'),(74029,1739,'_shipping_address_1','4873 South State St.'),(74030,1739,'_shipping_city','Murray'),(74031,1739,'_shipping_state','UT'),(74032,1739,'_shipping_postcode','84107'),(74033,1739,'_shipping_country','US'),(74034,1739,'_order_currency','USD'),(74035,1739,'_cart_discount','0'),(74036,1739,'_cart_discount_tax','0'),(74037,1739,'_order_shipping','0'),(74038,1739,'_order_shipping_tax','0'),(74039,1739,'_order_tax','0'),(74040,1739,'_order_total','930.48'),(74041,1739,'_order_version','7.3.0'),(74042,1739,'_prices_include_tax','no'),(74043,1739,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(74044,1739,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(74045,1739,'is_vat_exempt','no'),(74046,1738,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226310\";s:12:\"date_shipped\";s:10:\"1677110400\";s:11:\"tracking_id\";s:32:\"8a4cee25dff11305521140cca33d2ced\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226309\";s:12:\"date_shipped\";i:1677185076;s:11:\"tracking_id\";s:32:\"8b8adf63b67103e9df354a16111322c5\";}}'),(74047,1738,'_date_completed','1677185084'),(74048,1738,'_completed_date','2023-02-23 20:44:44'),(74049,1740,'_order_key','wc_order_RcqczrSi2YeNy'),(74050,1740,'_customer_user','0'),(74051,1740,'_payment_method','paypal'),(74052,1740,'_payment_method_title','PayPal'),(74053,1740,'_customer_ip_address','136.49.57.192'),(74054,1740,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74055,1740,'_created_via','checkout'),(74056,1740,'_cart_hash','5d3984d7983a35a9a5937eae73a12ffd'),(74057,1740,'_download_permissions_granted','yes'),(74058,1740,'_recorded_sales','yes'),(74059,1740,'_recorded_coupon_usage_counts','yes'),(74060,1740,'_new_order_email_sent','true'),(74061,1740,'_order_stock_reduced','yes'),(74062,1740,'_billing_first_name','Lee'),(74063,1740,'_billing_last_name','Rogers'),(74064,1740,'_billing_company','United States'),(74065,1740,'_billing_address_1','40 N Interstate 35'),(74066,1740,'_billing_address_2','APT 4B2'),(74067,1740,'_billing_city','Austin'),(74068,1740,'_billing_state','TX'),(74069,1740,'_billing_postcode','78701'),(74070,1740,'_billing_country','US'),(74071,1740,'_billing_email','leerogers3301@gmail.com'),(74072,1740,'_billing_phone','316-727-9951'),(74073,1740,'_shipping_first_name','Kaitlin'),(74074,1740,'_shipping_last_name','Ryan'),(74075,1740,'_shipping_company','LCA Dublin'),(74076,1740,'_shipping_address_1','5910 Wilcox Place'),(74077,1740,'_shipping_address_2','Suite E'),(74078,1740,'_shipping_city','Dublin'),(74079,1740,'_shipping_state','OH'),(74080,1740,'_shipping_postcode','43016'),(74081,1740,'_shipping_country','US'),(74082,1740,'_order_currency','USD'),(74083,1740,'_cart_discount','0'),(74084,1740,'_cart_discount_tax','0'),(74085,1740,'_order_shipping','0'),(74086,1740,'_order_shipping_tax','0'),(74087,1740,'_order_tax','0'),(74088,1740,'_order_total','1050.65'),(74089,1740,'_order_version','7.3.0'),(74090,1740,'_prices_include_tax','no'),(74091,1740,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(74092,1740,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(74093,1740,'is_vat_exempt','no'),(74094,1740,'Payment type','instant'),(74095,1740,'_paypal_status','completed'),(74096,1740,'_transaction_id','0P636387XS017871G'),(74097,1740,'PayPal Transaction Fee','37.16'),(74098,1740,'_date_paid','1677185457'),(74099,1740,'_paid_date','2023-02-23 20:50:57'),(74100,1732,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226272\";s:12:\"date_shipped\";s:10:\"1677110400\";s:11:\"tracking_id\";s:32:\"e5ee1cc2ca74a05e77a69bebabb3fdb4\";}}'),(74101,1732,'_date_completed','1677185520'),(74102,1732,'_completed_date','2023-02-23 20:52:00'),(74103,1733,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226261\";s:12:\"date_shipped\";s:10:\"1677110400\";s:11:\"tracking_id\";s:32:\"b44bbd749a6419aad59ee4748fbbf77f\";}}'),(74104,1733,'_date_completed','1677185629'),(74105,1733,'_completed_date','2023-02-23 20:53:49'),(74106,1739,'_edit_lock','1677272704:2'),(74107,1739,'_edit_last','2'),(74108,1739,'Payment type','instant'),(74109,1739,'_paypal_status','completed'),(74110,1739,'_transaction_id','39M434829C277592Y'),(74111,1739,'PayPal Transaction Fee','32.96'),(74112,1739,'_date_paid','1677187559'),(74113,1739,'_paid_date','2023-02-23 21:25:59'),(74114,1739,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226364\";s:12:\"date_shipped\";s:10:\"1677196800\";s:11:\"tracking_id\";s:32:\"10e23a57b1b853c8fca5c3ebf00099c2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226353\";s:12:\"date_shipped\";s:10:\"1677196800\";s:11:\"tracking_id\";s:32:\"76a9be40c5366c81f77b44b0499e3531\";}}'),(74115,1739,'_date_completed','1677272686'),(74116,1739,'_completed_date','2023-02-24 21:04:46'),(74117,1740,'_edit_lock','1677272804:2'),(74118,1740,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226401\";s:12:\"date_shipped\";s:10:\"1677196800\";s:11:\"tracking_id\";s:32:\"5460f8dfe7e918cfb4881e4cb4cf9208\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226397\";s:12:\"date_shipped\";i:1677272885;s:11:\"tracking_id\";s:32:\"cbd270ff72dbb3cd1522f63aaf5e82f4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226386\";s:12:\"date_shipped\";i:1677272891;s:11:\"tracking_id\";s:32:\"5f22eacaaa7a7d9fa8f43b5885bcd4d8\";}}'),(74119,1740,'_edit_last','2'),(74120,1740,'_date_completed','1677272896'),(74121,1740,'_completed_date','2023-02-24 21:08:16'),(74126,1742,'_order_key','wc_order_rf2atpys058ly'),(74127,1742,'_customer_user','59'),(74128,1742,'_payment_method','paypal'),(74129,1742,'_payment_method_title','PayPal'),(74130,1742,'_customer_ip_address','174.170.28.19'),(74131,1742,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74132,1742,'_created_via','checkout'),(74133,1742,'_cart_hash','cb8f753b8adfedcb7bdddfbb06ed99e3'),(74134,1742,'_download_permissions_granted','yes'),(74135,1742,'_recorded_sales','yes'),(74136,1742,'_recorded_coupon_usage_counts','yes'),(74137,1742,'_new_order_email_sent','true'),(74138,1742,'_order_stock_reduced','yes'),(74139,1742,'_billing_first_name','Allison'),(74140,1742,'_billing_last_name','Anthon'),(74141,1742,'_billing_address_1','58 arbor bend dr'),(74142,1742,'_billing_city','Houston'),(74143,1742,'_billing_state','TX'),(74144,1742,'_billing_postcode','77070'),(74145,1742,'_billing_country','US'),(74146,1742,'_billing_email','louseysolutions@gmail.com'),(74147,1742,'_billing_phone','602-400-8330'),(74148,1742,'_shipping_first_name','Allison'),(74149,1742,'_shipping_last_name','Anthon'),(74150,1742,'_shipping_company','LCA Sugar Land'),(74151,1742,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(74152,1742,'_shipping_city','Tomball'),(74153,1742,'_shipping_state','TX'),(74154,1742,'_shipping_postcode','77375'),(74155,1742,'_shipping_country','US'),(74156,1742,'_order_currency','USD'),(74157,1742,'_cart_discount','0'),(74158,1742,'_cart_discount_tax','0'),(74159,1742,'_order_shipping','0'),(74160,1742,'_order_shipping_tax','0'),(74161,1742,'_order_tax','0'),(74162,1742,'_order_total','1293.64'),(74163,1742,'_order_version','7.4.0'),(74164,1742,'_prices_include_tax','no'),(74165,1742,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(74166,1742,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(74167,1742,'is_vat_exempt','no'),(74168,1742,'_edit_lock','1677597213:2'),(74169,1742,'_edit_last','2'),(74170,1742,'Payment type','instant'),(74171,1742,'_paypal_status','completed'),(74172,1742,'_transaction_id','8BH65036UT5849827'),(74173,1742,'PayPal Transaction Fee','45.64'),(74174,1742,'_date_paid','1677509547'),(74175,1742,'_paid_date','2023-02-27 14:52:27'),(74176,1694,'_edit_lock','1677511438:2'),(74177,1743,'_order_key','wc_order_sDttyx9neoGmc'),(74178,1743,'_customer_user','21'),(74179,1743,'_payment_method','paypal'),(74180,1743,'_payment_method_title','PayPal'),(74181,1743,'_customer_ip_address','173.216.41.31'),(74182,1743,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.5414.120 Safari/537.36'),(74183,1743,'_created_via','checkout'),(74184,1743,'_cart_hash','db9b958f486316a83a2b563593ec1f76'),(74185,1743,'_download_permissions_granted','yes'),(74186,1743,'_recorded_sales','yes'),(74187,1743,'_recorded_coupon_usage_counts','yes'),(74188,1743,'_new_order_email_sent','true'),(74189,1743,'_order_stock_reduced','yes'),(74190,1743,'_billing_first_name','LCA'),(74191,1743,'_billing_last_name','Arkansas'),(74192,1743,'_billing_company','LCA - Central Arkansas'),(74193,1743,'_billing_address_1','1011 N. 2nd St., Ste. D'),(74194,1743,'_billing_city','Cabot'),(74195,1743,'_billing_state','AR'),(74196,1743,'_billing_postcode','72023'),(74197,1743,'_billing_country','US'),(74198,1743,'_billing_email','liceclinicslittlerock@gmail.com'),(74199,1743,'_billing_phone','15014249396'),(74200,1743,'_shipping_first_name','LCA'),(74201,1743,'_shipping_last_name','Arkansas'),(74202,1743,'_shipping_company','LCA - Central Arkansas'),(74203,1743,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(74204,1743,'_shipping_city','Cabot'),(74205,1743,'_shipping_state','AR'),(74206,1743,'_shipping_postcode','72023'),(74207,1743,'_shipping_country','US'),(74208,1743,'_order_currency','USD'),(74209,1743,'_cart_discount','0'),(74210,1743,'_cart_discount_tax','0'),(74211,1743,'_order_shipping','0'),(74212,1743,'_order_shipping_tax','0'),(74213,1743,'_order_tax','0'),(74214,1743,'_order_total','559.52'),(74215,1743,'_order_version','7.4.0'),(74216,1743,'_prices_include_tax','no'),(74217,1743,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(74218,1743,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(74219,1743,'is_vat_exempt','no'),(74220,1743,'Payment type','instant'),(74221,1743,'_paypal_status','completed'),(74222,1743,'_transaction_id','6E324334SR503034A'),(74223,1743,'PayPal Transaction Fee','20.02'),(74224,1743,'_date_paid','1677519718'),(74225,1743,'_paid_date','2023-02-27 17:41:58'),(74226,1744,'_order_key','wc_order_opgkvMh4epvoN'),(74227,1744,'_customer_user','7'),(74228,1744,'_payment_method','paypal'),(74229,1744,'_payment_method_title','PayPal'),(74230,1744,'_customer_ip_address','71.93.225.128'),(74231,1744,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(74232,1744,'_created_via','checkout'),(74233,1744,'_cart_hash','52375b9137b138c4c68fe6ab73b7eb56'),(74234,1744,'_download_permissions_granted','yes'),(74235,1744,'_recorded_sales','yes'),(74236,1744,'_recorded_coupon_usage_counts','yes'),(74237,1744,'_new_order_email_sent','true'),(74238,1744,'_order_stock_reduced','yes'),(74239,1744,'_billing_first_name','Amy'),(74240,1744,'_billing_last_name','Allen'),(74241,1744,'_billing_company','Lice Clinics Of America'),(74242,1744,'_billing_address_1','251 Promise Way'),(74243,1744,'_billing_city','Hollister'),(74244,1744,'_billing_state','CA'),(74245,1744,'_billing_postcode','95023'),(74246,1744,'_billing_country','US'),(74247,1744,'_billing_email','lca.gilroy@gmail.com'),(74248,1744,'_billing_phone','4085005537'),(74249,1744,'_shipping_first_name','Amy'),(74250,1744,'_shipping_last_name','Allen'),(74251,1744,'_shipping_company','Lice Clinics Of America'),(74252,1744,'_shipping_address_1','7680 Monterey St Ste 104'),(74253,1744,'_shipping_city','Gilroy'),(74254,1744,'_shipping_state','CA'),(74255,1744,'_shipping_postcode','95023'),(74256,1744,'_shipping_country','US'),(74257,1744,'_order_currency','USD'),(74258,1744,'_cart_discount','0'),(74259,1744,'_cart_discount_tax','0'),(74260,1744,'_order_shipping','0'),(74261,1744,'_order_shipping_tax','0'),(74262,1744,'_order_tax','0'),(74263,1744,'_order_total','837.12'),(74264,1744,'_order_version','7.4.0'),(74265,1744,'_prices_include_tax','no'),(74266,1744,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(74267,1744,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(74268,1744,'is_vat_exempt','no'),(74275,1745,'_order_key','wc_order_pX8vzTCyLwo26'),(74276,1745,'_customer_user','54'),(74277,1745,'_payment_method','paypal'),(74278,1745,'_payment_method_title','PayPal'),(74279,1745,'_customer_ip_address','172.58.166.109'),(74280,1745,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(74281,1745,'_created_via','checkout'),(74282,1745,'_cart_hash','0f4f7864d4dfb5eaa6cc967ab8387008'),(74283,1745,'_download_permissions_granted','yes'),(74284,1745,'_recorded_sales','yes'),(74285,1745,'_recorded_coupon_usage_counts','yes'),(74286,1745,'_new_order_email_sent','true'),(74287,1745,'_order_stock_reduced','yes'),(74288,1745,'_billing_first_name','Erin'),(74289,1745,'_billing_last_name','Hawn'),(74290,1745,'_billing_address_1','10 W Phillip Rd'),(74291,1745,'_billing_address_2','123'),(74292,1745,'_billing_city','Vernon Hills'),(74293,1745,'_billing_state','IL'),(74294,1745,'_billing_postcode','60061'),(74295,1745,'_billing_country','US'),(74296,1745,'_billing_email','info@liceclinicsvernonhills.com'),(74297,1745,'_billing_phone','8475960408'),(74298,1745,'_shipping_first_name','Erin'),(74299,1745,'_shipping_last_name','Hawn'),(74300,1745,'_shipping_address_1','1491 S Amarias Dr'),(74301,1745,'_shipping_city','Round lake'),(74302,1745,'_shipping_state','IL'),(74303,1745,'_shipping_postcode','60073'),(74304,1745,'_shipping_country','US'),(74305,1745,'_order_currency','USD'),(74306,1745,'_cart_discount','0'),(74307,1745,'_cart_discount_tax','0'),(74308,1745,'_order_shipping','0'),(74309,1745,'_order_shipping_tax','0'),(74310,1745,'_order_tax','0'),(74311,1745,'_order_total','555.12'),(74312,1745,'_order_version','7.4.0'),(74313,1745,'_prices_include_tax','no'),(74314,1745,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(74315,1745,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(74316,1745,'is_vat_exempt','no'),(74317,1745,'Payment type','instant'),(74318,1745,'_paypal_status','completed'),(74319,1745,'_transaction_id','9K643716AX823202C'),(74320,1745,'PayPal Transaction Fee','19.86'),(74321,1745,'_date_paid','1677549815'),(74322,1745,'_paid_date','2023-02-28 02:03:35'),(74323,1743,'_edit_lock','1677597122:2'),(74324,1743,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226802\";s:12:\"date_shipped\";s:10:\"1677542400\";s:11:\"tracking_id\";s:32:\"06c838cc0c04ad6835a7cc5c4b268739\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226798\";s:12:\"date_shipped\";i:1677597251;s:11:\"tracking_id\";s:32:\"65b6b7265e14fcae65723f759b5cf2c6\";}}'),(74325,1743,'_edit_last','2'),(74326,1743,'_date_completed','1677597259'),(74327,1743,'_completed_date','2023-02-28 15:14:19'),(74328,1742,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226776\";s:12:\"date_shipped\";s:10:\"1677542400\";s:11:\"tracking_id\";s:32:\"93492a7344f1fb063b708500999778f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226765\";s:12:\"date_shipped\";i:1677597297;s:11:\"tracking_id\";s:32:\"10aa812cbdc17ddd5f5531b064aa462a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226754\";s:12:\"date_shipped\";i:1677597306;s:11:\"tracking_id\";s:32:\"1b19b25e2f9e1b689d1b67fd06e830ad\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226743\";s:12:\"date_shipped\";i:1677597316;s:11:\"tracking_id\";s:32:\"1bb9867970d935df2fc9ae84267b2372\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226732\";s:12:\"date_shipped\";i:1677597326;s:11:\"tracking_id\";s:32:\"df010e8c8be15a9c72799e5f7111b4d3\";}}'),(74329,1742,'_date_completed','1677597330'),(74330,1742,'_completed_date','2023-02-28 15:15:30'),(74331,1746,'_order_key','wc_order_uPhhLtk53Ti91'),(74332,1746,'_customer_user','47'),(74333,1746,'_payment_method','paypal'),(74334,1746,'_payment_method_title','PayPal'),(74335,1746,'_customer_ip_address','72.177.241.58'),(74336,1746,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74337,1746,'_created_via','checkout'),(74338,1746,'_cart_hash','5a45c9ed336e9ee533a1a4cc7c3711b9'),(74339,1746,'_download_permissions_granted','yes'),(74340,1746,'_recorded_sales','yes'),(74341,1746,'_recorded_coupon_usage_counts','yes'),(74342,1746,'_new_order_email_sent','true'),(74343,1746,'_order_stock_reduced','yes'),(74344,1746,'_billing_first_name','Tracy'),(74345,1746,'_billing_last_name','Copeland'),(74346,1746,'_billing_company','LCA SA EAST'),(74347,1746,'_billing_address_1','14223 Silverhollow'),(74348,1746,'_billing_city','San Antonio'),(74349,1746,'_billing_state','TX'),(74350,1746,'_billing_postcode','78232'),(74351,1746,'_billing_country','US'),(74352,1746,'_billing_email','info@liceclinicsofsanantonio.com'),(74353,1746,'_billing_phone','2103135033'),(74354,1746,'_shipping_first_name','Tracy'),(74355,1746,'_shipping_last_name','Copeland'),(74356,1746,'_shipping_company','LCA SA EAST'),(74357,1746,'_shipping_address_1','14223 Silverhollow'),(74358,1746,'_shipping_city','San Antonio'),(74359,1746,'_shipping_state','TX'),(74360,1746,'_shipping_postcode','78232'),(74361,1746,'_shipping_country','US'),(74362,1746,'_order_currency','USD'),(74363,1746,'_cart_discount','0'),(74364,1746,'_cart_discount_tax','0'),(74365,1746,'_order_shipping','0'),(74366,1746,'_order_shipping_tax','0'),(74367,1746,'_order_tax','0'),(74368,1746,'_order_total','1029.32'),(74369,1746,'_order_version','7.4.0'),(74370,1746,'_prices_include_tax','no'),(74371,1746,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(74372,1746,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(74373,1746,'is_vat_exempt','no'),(74374,1746,'Payment type','instant'),(74375,1746,'_paypal_status','completed'),(74376,1746,'_transaction_id','5W618265TU134832E'),(74377,1746,'PayPal Transaction Fee','36.41'),(74378,1746,'_date_paid','1677609641'),(74379,1746,'_paid_date','2023-02-28 18:40:41'),(74380,1747,'_order_key','wc_order_AMCmBaA4xUGVy'),(74381,1747,'_customer_user','3'),(74382,1747,'_payment_method','paypal'),(74383,1747,'_payment_method_title','PayPal'),(74384,1747,'_customer_ip_address','70.142.202.154'),(74385,1747,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(74386,1747,'_created_via','checkout'),(74387,1747,'_cart_hash','b6a721e5203594b75806db977ed5e2df'),(74388,1747,'_download_permissions_granted','yes'),(74389,1747,'_recorded_sales','yes'),(74390,1747,'_recorded_coupon_usage_counts','yes'),(74391,1747,'_new_order_email_sent','true'),(74392,1747,'_order_stock_reduced','yes'),(74393,1747,'_billing_first_name','AMANDA'),(74394,1747,'_billing_last_name','Westerman'),(74395,1747,'_billing_company','Lice Clinics of America'),(74396,1747,'_billing_address_1','1709 Damian Way'),(74397,1747,'_billing_city','Richardson'),(74398,1747,'_billing_state','TX'),(74399,1747,'_billing_postcode','75081'),(74400,1747,'_billing_country','US'),(74401,1747,'_billing_email','awesterman1103@gmail.com'),(74402,1747,'_billing_phone','12144175741'),(74403,1747,'_shipping_first_name','AMANDA'),(74404,1747,'_shipping_last_name','Westerman'),(74405,1747,'_shipping_company','Lice Clinics of America McKinney'),(74406,1747,'_shipping_address_1','1709 Damian Way'),(74407,1747,'_shipping_city','Richardson'),(74408,1747,'_shipping_state','TX'),(74409,1747,'_shipping_postcode','75081'),(74410,1747,'_shipping_country','US'),(74411,1747,'_order_currency','USD'),(74412,1747,'_cart_discount','0'),(74413,1747,'_cart_discount_tax','0'),(74414,1747,'_order_shipping','0'),(74415,1747,'_order_shipping_tax','0'),(74416,1747,'_order_tax','0'),(74417,1747,'_order_total','682.22'),(74418,1747,'_order_version','7.4.0'),(74419,1747,'_prices_include_tax','no'),(74420,1747,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(74421,1747,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(74422,1747,'is_vat_exempt','no'),(74423,1747,'Payment type','instant'),(74424,1747,'_paypal_status','completed'),(74425,1747,'_transaction_id','87360438HT6497048'),(74426,1747,'PayPal Transaction Fee','24.30'),(74427,1747,'_date_paid','1677628911'),(74428,1747,'_paid_date','2023-03-01 00:01:51'),(74429,1748,'_order_key','wc_order_2TOpsDM5joH6i'),(74430,1748,'_customer_user','11'),(74431,1748,'_payment_method','paypal'),(74432,1748,'_payment_method_title','PayPal'),(74433,1748,'_customer_ip_address','74.131.22.162'),(74434,1748,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74435,1748,'_created_via','checkout'),(74436,1748,'_cart_hash','b24d47207d70d7bdab8b755b84e0c5e4'),(74437,1748,'_download_permissions_granted','yes'),(74438,1748,'_recorded_sales','yes'),(74439,1748,'_recorded_coupon_usage_counts','yes'),(74440,1748,'_new_order_email_sent','true'),(74441,1748,'_order_stock_reduced','yes'),(74442,1748,'_billing_first_name','Tina'),(74443,1748,'_billing_last_name','Hunt'),(74444,1748,'_billing_company','LCBG, LLC'),(74445,1748,'_billing_address_1','830 Fairview Ave.'),(74446,1748,'_billing_address_2','Suite A-4'),(74447,1748,'_billing_city','Bowling Green'),(74448,1748,'_billing_state','KY'),(74449,1748,'_billing_postcode','42101'),(74450,1748,'_billing_country','US'),(74451,1748,'_billing_email','info@liceclinicsbowlinggreen.com'),(74452,1748,'_billing_phone','2709996803'),(74453,1748,'_shipping_first_name','Tina'),(74454,1748,'_shipping_last_name','Hunt'),(74455,1748,'_shipping_address_1','494 Hub Boulevard'),(74456,1748,'_shipping_address_2','Apt 1012'),(74457,1748,'_shipping_city','Bowling Green'),(74458,1748,'_shipping_state','KY'),(74459,1748,'_shipping_postcode','42101'),(74460,1748,'_shipping_country','US'),(74461,1748,'_order_currency','USD'),(74462,1748,'_cart_discount','0'),(74463,1748,'_cart_discount_tax','0'),(74464,1748,'_order_shipping','41.09'),(74465,1748,'_order_shipping_tax','0'),(74466,1748,'_order_tax','0'),(74467,1748,'_order_total','932.36'),(74468,1748,'_order_version','7.4.0'),(74469,1748,'_prices_include_tax','no'),(74470,1748,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(74471,1748,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(74472,1748,'is_vat_exempt','no'),(74473,1748,'Payment type','instant'),(74474,1748,'_paypal_status','completed'),(74475,1748,'_transaction_id','86J28805S55023013'),(74476,1748,'PayPal Transaction Fee','33.03'),(74477,1748,'_date_paid','1677685631'),(74478,1748,'_paid_date','2023-03-01 15:47:11'),(74480,1744,'_edit_lock','1677887376:2'),(74481,1744,'_edit_last','2'),(74482,1745,'_edit_lock','1677721711:2'),(74483,1745,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226916\";s:12:\"date_shipped\";s:10:\"1677715200\";s:11:\"tracking_id\";s:32:\"af1ba6847a4de4f9f1056845df5d8be0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830226905\";s:12:\"date_shipped\";i:1677721176;s:11:\"tracking_id\";s:32:\"88a726ba8fba01e3192497e007040ecb\";}}'),(74484,1745,'_edit_last','2'),(74485,1745,'_date_completed','1677721185'),(74486,1745,'_completed_date','2023-03-02 01:39:45'),(74487,1747,'_edit_lock','1677722633:2'),(74488,1747,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227213\";s:12:\"date_shipped\";s:10:\"1677715200\";s:11:\"tracking_id\";s:32:\"69af11e49bb031c1fdfac214e7c36ebe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227202\";s:12:\"date_shipped\";i:1677722621;s:11:\"tracking_id\";s:32:\"ba08c02d2d9ceba052e10acdc6ab4580\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227198\";s:12:\"date_shipped\";i:1677722626;s:11:\"tracking_id\";s:32:\"a85a5b2c20101bc6b57bc67a69aa8191\";}}'),(74489,1747,'_edit_last','2'),(74490,1747,'_date_completed','1677722631'),(74491,1747,'_completed_date','2023-03-02 02:03:51'),(74492,1748,'_edit_lock','1677722825:2'),(74493,1748,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227350\";s:12:\"date_shipped\";s:10:\"1677715200\";s:11:\"tracking_id\";s:32:\"6d1fb529c3c6ff48b1b69e8265928d30\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227349\";s:12:\"date_shipped\";i:1677722956;s:11:\"tracking_id\";s:32:\"b6bffab1d97aa6712f65ef049f55def4\";}}'),(74494,1748,'_edit_last','2'),(74495,1748,'_date_completed','1677722961'),(74496,1748,'_completed_date','2023-03-02 02:09:21'),(74541,1750,'_order_key','wc_order_xV0MGv7yh3RE6'),(74542,1750,'_customer_user','46'),(74543,1750,'_payment_method','paypal'),(74544,1750,'_payment_method_title','PayPal'),(74545,1750,'_customer_ip_address','216.163.6.72'),(74546,1750,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74547,1750,'_created_via','checkout'),(74548,1750,'_cart_hash','91ce33009892ae072599f969612f974c'),(74549,1750,'_download_permissions_granted','yes'),(74550,1750,'_recorded_sales','yes'),(74551,1750,'_recorded_coupon_usage_counts','yes'),(74552,1750,'_new_order_email_sent','true'),(74553,1750,'_order_stock_reduced','yes'),(74554,1750,'_billing_first_name','Shannon'),(74555,1750,'_billing_last_name','Steele'),(74556,1750,'_billing_company','SBS Investments'),(74557,1750,'_billing_address_1','1702 Hazelwood Court'),(74558,1750,'_billing_city','Jonesboro'),(74559,1750,'_billing_state','AR'),(74560,1750,'_billing_postcode','72401'),(74561,1750,'_billing_country','US'),(74562,1750,'_billing_email','info@liceclinicsjonesboro.com'),(74563,1750,'_billing_phone','8709262731'),(74564,1750,'_shipping_first_name','Shannon'),(74565,1750,'_shipping_last_name','Steele'),(74566,1750,'_shipping_company','SBS Investments/LCA- Jonesboro'),(74567,1750,'_shipping_address_1','3106 Orval Orlan Drive'),(74568,1750,'_shipping_address_2','Suite D'),(74569,1750,'_shipping_city','Jonesboro'),(74570,1750,'_shipping_state','AR'),(74571,1750,'_shipping_postcode','72404'),(74572,1750,'_shipping_country','US'),(74573,1750,'_order_currency','USD'),(74574,1750,'_cart_discount','0'),(74575,1750,'_cart_discount_tax','0'),(74576,1750,'_order_shipping','13.8'),(74577,1750,'_order_shipping_tax','0'),(74578,1750,'_order_tax','0'),(74579,1750,'_order_total','284.60'),(74580,1750,'_order_version','7.4.0'),(74581,1750,'_prices_include_tax','no'),(74582,1750,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(74583,1750,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(74584,1750,'is_vat_exempt','no'),(74585,1750,'Payment type','instant'),(74586,1750,'_paypal_status','completed'),(74587,1750,'_transaction_id','9KN25842TU771410S'),(74588,1750,'PayPal Transaction Fee','10.42'),(74589,1750,'_date_paid','1677770818'),(74590,1750,'_paid_date','2023-03-02 15:26:58'),(74591,1746,'_edit_lock','1677771502:2'),(74592,1746,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227224\";s:12:\"date_shipped\";s:10:\"1677715200\";s:11:\"tracking_id\";s:32:\"b43856e537b01e9c7188d948eb43a1c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227235\";s:12:\"date_shipped\";i:1677771605;s:11:\"tracking_id\";s:32:\"6f5a38deb75d5748a2b38aeb66e6362d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227246\";s:12:\"date_shipped\";i:1677771610;s:11:\"tracking_id\";s:32:\"cea18a7f5fe15ec2c3c0bdb1e9ae9790\";}}'),(74593,1746,'_edit_last','2'),(74594,1746,'_date_completed','1677771615'),(74595,1746,'_completed_date','2023-03-02 15:40:15'),(74596,1751,'_order_key','wc_order_Bzm3fOFXDn0xH'),(74597,1751,'_customer_user','0'),(74598,1751,'_payment_method','paypal'),(74599,1751,'_payment_method_title','PayPal'),(74600,1751,'_customer_ip_address','136.49.57.192'),(74601,1751,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74602,1751,'_created_via','checkout'),(74603,1751,'_cart_hash','1c46383be3560fd1aba8d712551d012c'),(74604,1751,'_download_permissions_granted','yes'),(74605,1751,'_recorded_sales','yes'),(74606,1751,'_recorded_coupon_usage_counts','yes'),(74607,1751,'_new_order_email_sent','true'),(74608,1751,'_order_stock_reduced','yes'),(74609,1751,'_billing_first_name','Lee'),(74610,1751,'_billing_last_name','Rogers'),(74611,1751,'_billing_company','United States'),(74612,1751,'_billing_address_1','40 N Interstate 35'),(74613,1751,'_billing_address_2','APT 4B2'),(74614,1751,'_billing_city','Austin'),(74615,1751,'_billing_state','TX'),(74616,1751,'_billing_postcode','78701'),(74617,1751,'_billing_country','US'),(74618,1751,'_billing_email','leerogers3301@gmail.com'),(74619,1751,'_billing_phone','316-727-9951'),(74620,1751,'_shipping_first_name','Kaitlin'),(74621,1751,'_shipping_last_name','Ryan'),(74622,1751,'_shipping_company','LCA Dublin'),(74623,1751,'_shipping_address_1','5910 Wilcox Place'),(74624,1751,'_shipping_address_2','Suite E'),(74625,1751,'_shipping_city','Dublin'),(74626,1751,'_shipping_state','OH'),(74627,1751,'_shipping_postcode','43016'),(74628,1751,'_shipping_country','US'),(74629,1751,'_order_currency','USD'),(74630,1751,'_cart_discount','0'),(74631,1751,'_cart_discount_tax','0'),(74632,1751,'_order_shipping','0'),(74633,1751,'_order_shipping_tax','0'),(74634,1751,'_order_tax','0'),(74635,1751,'_order_total','876.75'),(74636,1751,'_order_version','7.4.0'),(74637,1751,'_prices_include_tax','no'),(74638,1751,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(74639,1751,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(74640,1751,'is_vat_exempt','no'),(74641,1751,'Payment type','instant'),(74642,1751,'_paypal_status','completed'),(74643,1751,'_transaction_id','7R168775U7155720L'),(74644,1751,'PayPal Transaction Fee','31.09'),(74645,1751,'_date_paid','1677789416'),(74646,1751,'_paid_date','2023-03-02 20:36:56'),(74647,1752,'_order_key','wc_order_ZHz3APnvEVrVA'),(74648,1752,'_customer_user','39'),(74649,1752,'_payment_method','paypal'),(74650,1752,'_payment_method_title','PayPal'),(74651,1752,'_customer_ip_address','166.181.84.240'),(74652,1752,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Mobile Safari/537.36'),(74653,1752,'_created_via','checkout'),(74654,1752,'_cart_hash','acee29a04ddf2d5ee5cfe0ecf56f4c4c'),(74655,1752,'_download_permissions_granted','yes'),(74656,1752,'_recorded_sales','yes'),(74657,1752,'_recorded_coupon_usage_counts','yes'),(74658,1752,'_new_order_email_sent','true'),(74659,1752,'_order_stock_reduced','yes'),(74660,1752,'_billing_first_name','Patty'),(74661,1752,'_billing_last_name','Ziegler'),(74662,1752,'_billing_address_1','3090 Saddle Brook Tr'),(74663,1752,'_billing_city','Sun Prairie'),(74664,1752,'_billing_state','WI'),(74665,1752,'_billing_postcode','53590'),(74666,1752,'_billing_country','US'),(74667,1752,'_billing_email','liceremovalwisconsin@gmail.com'),(74668,1752,'_billing_phone','6088258255'),(74669,1752,'_shipping_first_name','Patty'),(74670,1752,'_shipping_last_name','Ziegler'),(74671,1752,'_shipping_address_1','3090 Saddle Brook Tr'),(74672,1752,'_shipping_city','Sun Prairie'),(74673,1752,'_shipping_state','WI'),(74674,1752,'_shipping_postcode','53590'),(74675,1752,'_shipping_country','US'),(74676,1752,'_order_currency','USD'),(74677,1752,'_cart_discount','0'),(74678,1752,'_cart_discount_tax','0'),(74679,1752,'_order_shipping','0'),(74680,1752,'_order_shipping_tax','0'),(74681,1752,'_order_tax','0'),(74682,1752,'_order_total','534.24'),(74683,1752,'_order_version','7.4.0'),(74684,1752,'_prices_include_tax','no'),(74685,1752,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(74686,1752,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(74687,1752,'is_vat_exempt','no'),(74688,1752,'Payment type','instant'),(74689,1752,'_paypal_status','completed'),(74690,1752,'_transaction_id','5WS32129WW9915804'),(74691,1752,'PayPal Transaction Fee','19.13'),(74692,1752,'_date_paid','1677791142'),(74693,1752,'_paid_date','2023-03-02 21:05:42'),(74694,1744,'Payment type','instant'),(74695,1744,'_paypal_status','completed'),(74696,1744,'_transaction_id','7FG07216M0094154G'),(74697,1744,'PayPal Transaction Fee','29.71'),(74698,1744,'_date_paid','1677799067'),(74699,1744,'_paid_date','2023-03-02 23:17:47'),(74700,1753,'_order_key','wc_order_ZytPwBHMy5QNx'),(74701,1753,'_customer_user','28'),(74702,1753,'_payment_method','paypal'),(74703,1753,'_payment_method_title','PayPal'),(74704,1753,'_customer_ip_address','172.115.255.171'),(74705,1753,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74706,1753,'_created_via','checkout'),(74707,1753,'_cart_hash','4a9f13470153d1a5303906c1835ab1b1'),(74708,1753,'_download_permissions_granted','yes'),(74709,1753,'_recorded_sales','yes'),(74710,1753,'_recorded_coupon_usage_counts','yes'),(74711,1753,'_new_order_email_sent','true'),(74712,1753,'_order_stock_reduced','yes'),(74713,1753,'_billing_first_name','Kelli'),(74714,1753,'_billing_last_name','Washington'),(74715,1753,'_billing_company','Lice Clinics of America - Temecula'),(74716,1753,'_billing_address_1','2438 Bear Rock Gln'),(74717,1753,'_billing_city','Escondido'),(74718,1753,'_billing_state','CA'),(74719,1753,'_billing_postcode','92026'),(74720,1753,'_billing_country','US'),(74721,1753,'_billing_email','info@liceclinicstemecula.com'),(74722,1753,'_billing_phone','7606255580'),(74723,1753,'_shipping_first_name','Kelli'),(74724,1753,'_shipping_last_name','Washington'),(74725,1753,'_shipping_company','Lice Clinics of America - Temecula'),(74726,1753,'_shipping_address_1','2438 Bear Rock Gln'),(74727,1753,'_shipping_city','Escondido'),(74728,1753,'_shipping_state','CA'),(74729,1753,'_shipping_postcode','92026'),(74730,1753,'_shipping_country','US'),(74731,1753,'_order_currency','USD'),(74732,1753,'_cart_discount','0'),(74733,1753,'_cart_discount_tax','0'),(74734,1753,'_order_shipping','25.29'),(74735,1753,'_order_shipping_tax','0'),(74736,1753,'_order_tax','0'),(74737,1753,'_order_total','292.41'),(74738,1753,'_order_version','7.4.0'),(74739,1753,'_prices_include_tax','no'),(74740,1753,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(74741,1753,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(74742,1753,'is_vat_exempt','no'),(74743,1753,'Payment type','instant'),(74744,1753,'_paypal_status','completed'),(74745,1753,'_transaction_id','4CR17938KF2021547'),(74746,1753,'PayPal Transaction Fee','10.70'),(74747,1753,'_date_paid','1677813724'),(74748,1753,'_paid_date','2023-03-03 03:22:04'),(74749,1750,'_edit_lock','1677858145:2'),(74750,1750,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227669\";s:12:\"date_shipped\";s:10:\"1677801600\";s:11:\"tracking_id\";s:32:\"f364bf101244d26af7dcfd79fd0d557b\";}}'),(74751,1752,'_edit_lock','1677858147:2'),(74752,1750,'_edit_last','2'),(74753,1750,'_date_completed','1677858260'),(74754,1750,'_completed_date','2023-03-03 15:44:20'),(74755,1752,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227810\";s:12:\"date_shipped\";s:10:\"1677801600\";s:11:\"tracking_id\";s:32:\"728798ef66b8de2827b773bee04c18d7\";}}'),(74756,1752,'_edit_last','2'),(74757,1752,'_date_completed','1677858279'),(74758,1752,'_completed_date','2023-03-03 15:44:39'),(74759,1754,'_order_key','wc_order_nMb2oonEYFawS'),(74760,1754,'_customer_user','96'),(74761,1754,'_payment_method','paypal'),(74762,1754,'_payment_method_title','PayPal'),(74763,1754,'_customer_ip_address','75.162.82.2'),(74764,1754,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.57'),(74765,1754,'_created_via','checkout'),(74766,1754,'_cart_hash','a174767a37ba4d408605392bd57c27ea'),(74767,1754,'_download_permissions_granted','yes'),(74768,1754,'_recorded_sales','yes'),(74769,1754,'_recorded_coupon_usage_counts','yes'),(74770,1754,'_new_order_email_sent','true'),(74771,1754,'_order_stock_reduced','yes'),(74772,1754,'_billing_first_name','Jaimi'),(74773,1754,'_billing_last_name','Washington'),(74774,1754,'_billing_company','Lice Clinics of America - Des Moines'),(74775,1754,'_billing_address_1','1139 Burlington Ter'),(74776,1754,'_billing_city','Des Moines'),(74777,1754,'_billing_state','IA'),(74778,1754,'_billing_postcode','50314'),(74779,1754,'_billing_country','US'),(74780,1754,'_billing_email','j.m.licesolutions@gmail.com'),(74781,1754,'_billing_phone','515-971-0667'),(74782,1754,'_shipping_first_name','Jaimi'),(74783,1754,'_shipping_last_name','Washington'),(74784,1754,'_shipping_address_1','1139 Burlington Terrace'),(74785,1754,'_shipping_city','Des Moines'),(74786,1754,'_shipping_state','IA'),(74787,1754,'_shipping_postcode','50314'),(74788,1754,'_shipping_country','US'),(74789,1754,'_order_currency','USD'),(74790,1754,'_cart_discount','0'),(74791,1754,'_cart_discount_tax','0'),(74792,1754,'_order_shipping','10.46'),(74793,1754,'_order_shipping_tax','0'),(74794,1754,'_order_tax','0'),(74795,1754,'_order_total','10.46'),(74796,1754,'_order_version','7.4.0'),(74797,1754,'_prices_include_tax','no'),(74798,1754,'_billing_address_index','Jaimi Washington Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(74799,1754,'_shipping_address_index','Jaimi Washington  1139 Burlington Terrace  Des Moines IA 50314 US '),(74800,1754,'is_vat_exempt','no'),(74801,1755,'_order_key','wc_order_umqKtAoW9aueC'),(74802,1755,'_customer_user','79'),(74803,1755,'_payment_method','paypal'),(74804,1755,'_payment_method_title','PayPal'),(74805,1755,'_customer_ip_address','98.239.59.123'),(74806,1755,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(74807,1755,'_created_via','checkout'),(74808,1755,'_cart_hash','7547c3180e932775d6fe3cfb3ad03422'),(74809,1755,'_download_permissions_granted','yes'),(74810,1755,'_recorded_sales','yes'),(74811,1755,'_recorded_coupon_usage_counts','yes'),(74812,1755,'_new_order_email_sent','true'),(74813,1755,'_order_stock_reduced','yes'),(74814,1755,'_billing_first_name','Shanna'),(74815,1755,'_billing_last_name','Castille'),(74816,1755,'_billing_address_1','1097 Hundley Rd'),(74817,1755,'_billing_city','Eunice'),(74818,1755,'_billing_state','LA'),(74819,1755,'_billing_postcode','70535'),(74820,1755,'_billing_country','US'),(74821,1755,'_billing_email','Shanna_sr09@yahoo.com'),(74822,1755,'_billing_phone','3374668998'),(74823,1755,'_shipping_first_name','Shanna'),(74824,1755,'_shipping_last_name','Castille'),(74825,1755,'_shipping_address_1','1097 Hundley Rd'),(74826,1755,'_shipping_city','eunice'),(74827,1755,'_shipping_state','LA'),(74828,1755,'_shipping_postcode','70535'),(74829,1755,'_shipping_country','US'),(74830,1755,'_order_currency','USD'),(74831,1755,'_cart_discount','0'),(74832,1755,'_cart_discount_tax','0'),(74833,1755,'_order_shipping','0'),(74834,1755,'_order_shipping_tax','0'),(74835,1755,'_order_tax','0'),(74836,1755,'_order_total','983.89'),(74837,1755,'_order_version','7.4.0'),(74838,1755,'_prices_include_tax','no'),(74839,1755,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(74840,1755,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(74841,1755,'is_vat_exempt','no'),(74842,1755,'Payment type','instant'),(74843,1755,'_paypal_status','completed'),(74844,1755,'_transaction_id','82B89709VS233773T'),(74845,1755,'PayPal Transaction Fee','34.83'),(74846,1755,'_date_paid','1677885759'),(74847,1755,'_paid_date','2023-03-03 23:22:39'),(74848,1754,'_edit_lock','1678144512:2'),(74849,1754,'_edit_last','2'),(74850,1744,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227831\";s:12:\"date_shipped\";s:10:\"1677801600\";s:11:\"tracking_id\";s:32:\"8720f7291fd8966a2e77729a1a4c6666\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227820\";s:12:\"date_shipped\";i:1677887509;s:11:\"tracking_id\";s:32:\"9548ad9dafa33f137bb8223a0c92e326\";}}'),(74851,1744,'_date_completed','1677887511'),(74852,1744,'_completed_date','2023-03-03 23:51:51'),(74853,1753,'_edit_lock','1677887443:2'),(74854,1753,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227842\";s:12:\"date_shipped\";s:10:\"1677801600\";s:11:\"tracking_id\";s:32:\"ac21761cf5e024094bbf1dc3c9c1885d\";}}'),(74855,1753,'_edit_last','2'),(74856,1753,'_date_completed','1677887534'),(74857,1753,'_completed_date','2023-03-03 23:52:14'),(74858,1754,'Payment type','instant'),(74859,1754,'_paypal_status','completed'),(74860,1754,'_transaction_id','7AL34357CH284770X'),(74861,1754,'PayPal Transaction Fee','0.86'),(74862,1754,'_date_paid','1677896546'),(74863,1754,'_paid_date','2023-03-04 02:22:26'),(74865,1756,'_order_key','wc_order_DmEY5hHP8fTZh'),(74866,1756,'_customer_user','15'),(74867,1756,'_payment_method','paypal'),(74868,1756,'_payment_method_title','PayPal'),(74869,1756,'_customer_ip_address','172.15.92.16'),(74870,1756,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0'),(74871,1756,'_created_via','checkout'),(74872,1756,'_cart_hash','ff1251368e319ab14c9def12c6be7fbd'),(74873,1756,'_download_permissions_granted','yes'),(74874,1756,'_recorded_sales','yes'),(74875,1756,'_recorded_coupon_usage_counts','yes'),(74876,1756,'_new_order_email_sent','true'),(74877,1756,'_order_stock_reduced','yes'),(74878,1756,'_billing_first_name','David'),(74879,1756,'_billing_last_name','Florsheim'),(74880,1756,'_billing_company','Lice Clincs of America'),(74881,1756,'_billing_address_1','11506 N Creekside Ct'),(74882,1756,'_billing_city','Mequon'),(74883,1756,'_billing_state','WI'),(74884,1756,'_billing_postcode','53092'),(74885,1756,'_billing_country','US'),(74886,1756,'_billing_email','info@liceclinicsmilwaukee.com'),(74887,1756,'_billing_phone','4142556550'),(74888,1756,'_shipping_first_name','Jess'),(74889,1756,'_shipping_last_name','Evans'),(74890,1756,'_shipping_company','LCA'),(74891,1756,'_shipping_address_1','N4 W22370 Bluemound Rd'),(74892,1756,'_shipping_address_2','Suite 203'),(74893,1756,'_shipping_city','Waukesha'),(74894,1756,'_shipping_state','WI'),(74895,1756,'_shipping_postcode','53186'),(74896,1756,'_shipping_country','US'),(74897,1756,'_order_currency','USD'),(74898,1756,'_cart_discount','0'),(74899,1756,'_cart_discount_tax','0'),(74900,1756,'_order_shipping','12.56'),(74901,1756,'_order_shipping_tax','0'),(74902,1756,'_order_tax','0'),(74903,1756,'_order_total','169.14'),(74904,1756,'_order_version','7.4.0'),(74905,1756,'_prices_include_tax','no'),(74906,1756,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(74907,1756,'_shipping_address_index','Jess Evans LCA N4 W22370 Bluemound Rd Suite 203 Waukesha WI 53186 US '),(74908,1756,'is_vat_exempt','no'),(74909,1756,'Payment type','instant'),(74910,1756,'_paypal_status','completed'),(74911,1756,'_transaction_id','58S081550W6782813'),(74912,1756,'PayPal Transaction Fee','6.39'),(74913,1756,'_date_paid','1678118308'),(74914,1756,'_paid_date','2023-03-06 15:58:28'),(74915,1757,'_order_key','wc_order_z3xP1zZEwx7P8'),(74916,1757,'_customer_user','61'),(74917,1757,'_payment_method','paypal'),(74918,1757,'_payment_method_title','PayPal'),(74919,1757,'_customer_ip_address','217.180.201.156'),(74920,1757,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74921,1757,'_created_via','checkout'),(74922,1757,'_cart_hash','82656704106f8437afe13233ae5df679'),(74923,1757,'_download_permissions_granted','yes'),(74924,1757,'_recorded_sales','yes'),(74925,1757,'_recorded_coupon_usage_counts','yes'),(74926,1757,'_new_order_email_sent','true'),(74927,1757,'_order_stock_reduced','yes'),(74928,1757,'_billing_first_name','Judith'),(74929,1757,'_billing_last_name','Hayden'),(74930,1757,'_billing_company','LCAL Hayden LLC'),(74931,1757,'_billing_address_1','1795 Alysheba Way'),(74932,1757,'_billing_address_2','Ste 4105'),(74933,1757,'_billing_city','Lexington'),(74934,1757,'_billing_state','KY'),(74935,1757,'_billing_postcode','40509'),(74936,1757,'_billing_country','US'),(74937,1757,'_billing_email','judy@liceclinicslexington.com'),(74938,1757,'_billing_phone','8595376966'),(74939,1757,'_shipping_first_name','Judith'),(74940,1757,'_shipping_last_name','Hayden'),(74941,1757,'_shipping_company','LCAL Hayden LLC'),(74942,1757,'_shipping_address_1','1795 Alysheba Way'),(74943,1757,'_shipping_address_2','Ste 4105'),(74944,1757,'_shipping_city','Lexington'),(74945,1757,'_shipping_state','KY'),(74946,1757,'_shipping_postcode','40509'),(74947,1757,'_shipping_country','US'),(74948,1757,'_order_currency','USD'),(74949,1757,'_cart_discount','0'),(74950,1757,'_cart_discount_tax','0'),(74951,1757,'_order_shipping','0'),(74952,1757,'_order_shipping_tax','0'),(74953,1757,'_order_tax','0'),(74954,1757,'_order_total','1155.50'),(74955,1757,'_order_version','7.4.0'),(74956,1757,'_prices_include_tax','no'),(74957,1757,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(74958,1757,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(74959,1757,'is_vat_exempt','no'),(74960,1757,'Payment type','instant'),(74961,1757,'_paypal_status','completed'),(74962,1757,'_transaction_id','41W06451DJ0246818'),(74963,1757,'PayPal Transaction Fee','40.82'),(74964,1757,'_date_paid','1678118658'),(74965,1757,'_paid_date','2023-03-06 16:04:18'),(74966,1758,'_order_key','wc_order_ZB72y1RbXHrNn'),(74967,1758,'_customer_user','3'),(74968,1758,'_payment_method','paypal'),(74969,1758,'_payment_method_title','PayPal'),(74970,1758,'_customer_ip_address','70.142.202.154'),(74971,1758,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(74972,1758,'_created_via','checkout'),(74973,1758,'_cart_hash','dc79275bfee5acd41c861c14ab3cdb18'),(74974,1758,'_download_permissions_granted','yes'),(74975,1758,'_recorded_sales','yes'),(74976,1758,'_recorded_coupon_usage_counts','yes'),(74977,1758,'_new_order_email_sent','true'),(74978,1758,'_order_stock_reduced','yes'),(74979,1758,'_billing_first_name','AMANDA'),(74980,1758,'_billing_last_name','Westerman'),(74981,1758,'_billing_company','Lice Clinics of America'),(74982,1758,'_billing_address_1','1709 Damian Way'),(74983,1758,'_billing_city','Richardson'),(74984,1758,'_billing_state','TX'),(74985,1758,'_billing_postcode','75081'),(74986,1758,'_billing_country','US'),(74987,1758,'_billing_email','awesterman1103@gmail.com'),(74988,1758,'_billing_phone','12144175741'),(74989,1758,'_shipping_first_name','Amanda'),(74990,1758,'_shipping_last_name','Westerman'),(74991,1758,'_shipping_company','Lice Clinics of America McKinney'),(74992,1758,'_shipping_address_1','3120 Hudson Crossing'),(74993,1758,'_shipping_address_2','Suite A2'),(74994,1758,'_shipping_city','MCKINNEY'),(74995,1758,'_shipping_state','TX'),(74996,1758,'_shipping_postcode','75070'),(74997,1758,'_shipping_country','US'),(74998,1758,'_order_currency','USD'),(74999,1758,'_cart_discount','0'),(75000,1758,'_cart_discount_tax','0'),(75001,1758,'_order_shipping','0'),(75002,1758,'_order_shipping_tax','0'),(75003,1758,'_order_tax','0'),(75004,1758,'_order_total','749.78'),(75005,1758,'_order_version','7.4.0'),(75006,1758,'_prices_include_tax','no'),(75007,1758,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(75008,1758,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(75009,1758,'is_vat_exempt','no'),(75010,1758,'Payment type','instant'),(75011,1758,'_paypal_status','completed'),(75012,1758,'_transaction_id','6US70093HG465315E'),(75013,1758,'PayPal Transaction Fee','26.66'),(75014,1758,'_date_paid','1678137255'),(75015,1758,'_paid_date','2023-03-06 21:14:15'),(75016,1759,'_order_key','wc_order_fgufD1bLSzY6r'),(75017,1759,'_customer_user','92'),(75018,1759,'_payment_method','paypal'),(75019,1759,'_payment_method_title','PayPal'),(75020,1759,'_customer_ip_address','73.63.207.98'),(75021,1759,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75022,1759,'_created_via','checkout'),(75023,1759,'_cart_hash','5d432fefe073bdbf3ed2791a6f58c533'),(75024,1759,'_download_permissions_granted','yes'),(75025,1759,'_recorded_sales','yes'),(75026,1759,'_recorded_coupon_usage_counts','yes'),(75027,1759,'_new_order_email_sent','true'),(75028,1759,'_order_stock_reduced','yes'),(75029,1759,'_billing_first_name','Michelle'),(75030,1759,'_billing_last_name','Du'),(75031,1759,'_billing_company','LCA Fremont'),(75032,1759,'_billing_address_1','31372 Mackinaw Street'),(75033,1759,'_billing_city','Union City'),(75034,1759,'_billing_state','CA'),(75035,1759,'_billing_postcode','94587'),(75036,1759,'_billing_country','US'),(75037,1759,'_billing_email','info@liceclinicsfremont.com'),(75038,1759,'_billing_phone','510-770-4394'),(75039,1759,'_shipping_first_name','Michelle'),(75040,1759,'_shipping_last_name','Du'),(75041,1759,'_shipping_company','LCA Fremont'),(75042,1759,'_shipping_address_1','31372 Mackinaw Street'),(75043,1759,'_shipping_city','Union City'),(75044,1759,'_shipping_state','CA'),(75045,1759,'_shipping_postcode','94587'),(75046,1759,'_shipping_country','US'),(75047,1759,'_order_currency','USD'),(75048,1759,'_cart_discount','0'),(75049,1759,'_cart_discount_tax','0'),(75050,1759,'_order_shipping','0'),(75051,1759,'_order_shipping_tax','0'),(75052,1759,'_order_tax','0'),(75053,1759,'_order_total','528.00'),(75054,1759,'_order_version','7.4.0'),(75055,1759,'_prices_include_tax','no'),(75056,1759,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(75057,1759,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(75058,1759,'is_vat_exempt','no'),(75102,1759,'_edit_lock','1678231237:2'),(75103,1759,'_edit_last','2'),(75104,1757,'_edit_lock','1678144270:2'),(75105,1757,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228220\";s:12:\"date_shipped\";s:10:\"1678060800\";s:11:\"tracking_id\";s:32:\"528b7c4c70c74a9e59f5c4716845f501\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228210\";s:12:\"date_shipped\";i:1678144366;s:11:\"tracking_id\";s:32:\"7134a863ede8ac2323e86ce7cf527f92\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228209\";s:12:\"date_shipped\";i:1678144372;s:11:\"tracking_id\";s:32:\"0249fab78716b6a04bca770ff72f7ae6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228194\";s:12:\"date_shipped\";i:1678144378;s:11:\"tracking_id\";s:32:\"d9a1c6ce62ac4db92d500fa02547142a\";}}'),(75106,1757,'_edit_last','2'),(75107,1757,'_date_completed','1678144381'),(75108,1757,'_completed_date','2023-03-06 23:13:01'),(75109,1756,'_edit_lock','1678144296:2'),(75110,1756,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228128\";s:12:\"date_shipped\";s:10:\"1678060800\";s:11:\"tracking_id\";s:32:\"7dad15ddd2163a5b580cb3326f0bdaa3\";}}'),(75111,1756,'_edit_last','2'),(75112,1756,'_date_completed','1678144428'),(75113,1756,'_completed_date','2023-03-06 23:13:48'),(75114,1754,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227989\";s:12:\"date_shipped\";s:10:\"1678060800\";s:11:\"tracking_id\";s:32:\"dee8e5593a5d2f06a1a1fcdeaa828ac8\";}}'),(75115,1754,'_date_completed','1678144509'),(75116,1754,'_completed_date','2023-03-06 23:15:09'),(75117,1762,'_order_key','wc_order_IW5kMlW41aUOF'),(75118,1762,'_customer_user','87'),(75119,1762,'_payment_method','paypal'),(75120,1762,'_payment_method_title','PayPal'),(75121,1762,'_customer_ip_address','68.0.99.237'),(75122,1762,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75123,1762,'_created_via','checkout'),(75124,1762,'_cart_hash','34424b33189354c9aa57a71c6077380e'),(75125,1762,'_download_permissions_granted','yes'),(75126,1762,'_recorded_sales','yes'),(75127,1762,'_recorded_coupon_usage_counts','yes'),(75128,1762,'_new_order_email_sent','true'),(75129,1762,'_order_stock_reduced','yes'),(75130,1762,'_billing_first_name','Wade'),(75131,1762,'_billing_last_name','Huntsman'),(75132,1762,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(75133,1762,'_billing_address_1','3421 E 21st'),(75134,1762,'_billing_city','Tulsa'),(75135,1762,'_billing_state','OK'),(75136,1762,'_billing_postcode','74114'),(75137,1762,'_billing_country','US'),(75138,1762,'_billing_email','info@liceclinicsmidsouth.com'),(75139,1762,'_billing_phone','9189783329'),(75140,1762,'_shipping_first_name','Crystal'),(75141,1762,'_shipping_last_name','Renfro'),(75142,1762,'_shipping_company','Lice Clinics of America Tulsa'),(75143,1762,'_shipping_address_1','3421 East 21st Street'),(75144,1762,'_shipping_city','Tulsa'),(75145,1762,'_shipping_state','OK'),(75146,1762,'_shipping_postcode','74114'),(75147,1762,'_shipping_country','US'),(75148,1762,'_order_currency','USD'),(75149,1762,'_cart_discount','0'),(75150,1762,'_cart_discount_tax','0'),(75151,1762,'_order_shipping','0'),(75152,1762,'_order_shipping_tax','0'),(75153,1762,'_order_tax','0'),(75154,1762,'_order_total','563.11'),(75155,1762,'_order_version','7.4.0'),(75156,1762,'_prices_include_tax','no'),(75157,1762,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(75158,1762,'_shipping_address_index','Crystal Renfro Lice Clinics of America Tulsa 3421 East 21st Street  Tulsa OK 74114 US '),(75159,1762,'is_vat_exempt','no'),(75160,1762,'Payment type','instant'),(75161,1762,'_paypal_status','completed'),(75162,1762,'_transaction_id','5L7063010C805291X'),(75163,1762,'PayPal Transaction Fee','20.14'),(75164,1762,'_date_paid','1678146960'),(75165,1762,'_paid_date','2023-03-06 23:56:00'),(75166,1763,'_order_key','wc_order_cwmobkrUTPIKY'),(75167,1763,'_customer_user','87'),(75168,1763,'_payment_method','paypal'),(75169,1763,'_payment_method_title','PayPal'),(75170,1763,'_customer_ip_address','68.0.99.237'),(75171,1763,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75172,1763,'_created_via','checkout'),(75173,1763,'_cart_hash','13104fdd74d2c99172c76db49021cb22'),(75174,1763,'_download_permissions_granted','yes'),(75175,1763,'_recorded_sales','yes'),(75176,1763,'_recorded_coupon_usage_counts','yes'),(75177,1763,'_new_order_email_sent','true'),(75178,1763,'_order_stock_reduced','yes'),(75179,1763,'_billing_first_name','Wade'),(75180,1763,'_billing_last_name','Huntsman'),(75181,1763,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(75182,1763,'_billing_address_1','3421 E 21st'),(75183,1763,'_billing_city','Tulsa'),(75184,1763,'_billing_state','OK'),(75185,1763,'_billing_postcode','74114'),(75186,1763,'_billing_country','US'),(75187,1763,'_billing_email','info@liceclinicsmidsouth.com'),(75188,1763,'_billing_phone','9189783329'),(75189,1763,'_shipping_first_name','Tiffany'),(75190,1763,'_shipping_last_name','Sporn'),(75191,1763,'_shipping_address_1','16621 West 29th Street North'),(75192,1763,'_shipping_city','Colwich'),(75193,1763,'_shipping_state','KS'),(75194,1763,'_shipping_postcode','67030'),(75195,1763,'_shipping_country','US'),(75196,1763,'_order_currency','USD'),(75197,1763,'_cart_discount','0'),(75198,1763,'_cart_discount_tax','0'),(75199,1763,'_order_shipping','0'),(75200,1763,'_order_shipping_tax','0'),(75201,1763,'_order_tax','0'),(75202,1763,'_order_total','527.60'),(75203,1763,'_order_version','7.4.0'),(75204,1763,'_prices_include_tax','no'),(75205,1763,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(75206,1763,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(75207,1763,'is_vat_exempt','no'),(75208,1763,'Payment type','instant'),(75209,1763,'_paypal_status','completed'),(75210,1763,'_transaction_id','6D105089NY198774F'),(75211,1763,'PayPal Transaction Fee','18.90'),(75212,1763,'_date_paid','1678147273'),(75213,1763,'_paid_date','2023-03-07 00:01:13'),(75214,1764,'_order_key','wc_order_AZwjtQI214YiO'),(75215,1764,'_customer_user','87'),(75216,1764,'_payment_method','paypal'),(75217,1764,'_payment_method_title','PayPal'),(75218,1764,'_customer_ip_address','68.0.99.237'),(75219,1764,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75220,1764,'_created_via','checkout'),(75221,1764,'_cart_hash','9cf30a415f696f2cdf3e82226dd81961'),(75222,1764,'_download_permissions_granted','yes'),(75223,1764,'_recorded_sales','yes'),(75224,1764,'_recorded_coupon_usage_counts','yes'),(75225,1764,'_new_order_email_sent','true'),(75226,1764,'_order_stock_reduced','yes'),(75227,1764,'_billing_first_name','Wade'),(75228,1764,'_billing_last_name','Huntsman'),(75229,1764,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(75230,1764,'_billing_address_1','3421 E 21st'),(75231,1764,'_billing_city','Tulsa'),(75232,1764,'_billing_state','OK'),(75233,1764,'_billing_postcode','74114'),(75234,1764,'_billing_country','US'),(75235,1764,'_billing_email','info@liceclinicsmidsouth.com'),(75236,1764,'_billing_phone','9189783329'),(75237,1764,'_shipping_first_name','Logan'),(75238,1764,'_shipping_last_name','Futrell'),(75239,1764,'_shipping_company','Lice Clinics of America NWA'),(75240,1764,'_shipping_address_1','207 East Monroe Ave, Suite D'),(75241,1764,'_shipping_city','Lowell'),(75242,1764,'_shipping_state','AR'),(75243,1764,'_shipping_postcode','72745'),(75244,1764,'_shipping_country','US'),(75245,1764,'_order_currency','USD'),(75246,1764,'_cart_discount','0'),(75247,1764,'_cart_discount_tax','0'),(75248,1764,'_order_shipping','0'),(75249,1764,'_order_shipping_tax','0'),(75250,1764,'_order_tax','0'),(75251,1764,'_order_total','548.72'),(75252,1764,'_order_version','7.4.0'),(75253,1764,'_prices_include_tax','no'),(75254,1764,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(75255,1764,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(75256,1764,'is_vat_exempt','no'),(75257,1764,'Payment type','instant'),(75258,1764,'_paypal_status','completed'),(75259,1764,'_transaction_id','33997193C7375140V'),(75260,1764,'PayPal Transaction Fee','19.64'),(75261,1764,'_date_paid','1678149570'),(75262,1764,'_paid_date','2023-03-07 00:39:30'),(75263,1765,'_order_key','wc_order_vWIvoYDA6WF5e'),(75264,1765,'_customer_user','6'),(75265,1765,'_payment_method','paypal'),(75266,1765,'_payment_method_title','PayPal'),(75267,1765,'_customer_ip_address','98.244.29.91'),(75268,1765,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75269,1765,'_created_via','checkout'),(75270,1765,'_cart_hash','2cee6366f4f1171508a54b2a2e30bd45'),(75271,1765,'_download_permissions_granted','yes'),(75272,1765,'_recorded_sales','yes'),(75273,1765,'_recorded_coupon_usage_counts','yes'),(75274,1765,'_new_order_email_sent','true'),(75275,1765,'_order_stock_reduced','yes'),(75276,1765,'_billing_first_name','Amira'),(75277,1765,'_billing_last_name','Purto'),(75278,1765,'_billing_address_1','2628 Acapulco Way'),(75279,1765,'_billing_city','Modesto'),(75280,1765,'_billing_state','CA'),(75281,1765,'_billing_postcode','95355'),(75282,1765,'_billing_country','US'),(75283,1765,'_billing_email','amira77@sbcglobal.net'),(75284,1765,'_billing_phone','2096422061'),(75285,1765,'_shipping_first_name','Amira'),(75286,1765,'_shipping_last_name','Purto'),(75287,1765,'_shipping_address_1','2628 Acapulco Way'),(75288,1765,'_shipping_city','Modesto'),(75289,1765,'_shipping_state','CA'),(75290,1765,'_shipping_postcode','95355'),(75291,1765,'_shipping_country','US'),(75292,1765,'_order_currency','USD'),(75293,1765,'_cart_discount','0'),(75294,1765,'_cart_discount_tax','0'),(75295,1765,'_order_shipping','0'),(75296,1765,'_order_shipping_tax','0'),(75297,1765,'_order_tax','0'),(75298,1765,'_order_total','1032.14'),(75299,1765,'_order_version','7.4.0'),(75300,1765,'_prices_include_tax','no'),(75301,1765,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(75302,1765,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(75303,1765,'is_vat_exempt','no'),(75304,1765,'Payment type','instant'),(75305,1765,'_paypal_status','completed'),(75306,1765,'_transaction_id','2YP88424DS480432D'),(75307,1765,'PayPal Transaction Fee','36.51'),(75308,1765,'_date_paid','1678154688'),(75309,1765,'_paid_date','2023-03-07 02:04:48'),(75310,1759,'Payment type','instant'),(75311,1759,'_paypal_status','completed'),(75312,1759,'_transaction_id','1N1884450N621025V'),(75313,1759,'PayPal Transaction Fee','18.92'),(75314,1759,'_date_paid','1678171963'),(75315,1759,'_paid_date','2023-03-07 06:52:43'),(75316,1766,'_order_key','wc_order_ALV3duw8RC7Oj'),(75317,1766,'_customer_user','6'),(75318,1766,'_payment_method','paypal'),(75319,1766,'_payment_method_title','PayPal'),(75320,1766,'_customer_ip_address','98.244.29.91'),(75321,1766,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75322,1766,'_created_via','checkout'),(75323,1766,'_cart_hash','0c92fa5d7e4c705a22527dd2cb820123'),(75324,1766,'_download_permissions_granted','yes'),(75325,1766,'_recorded_sales','yes'),(75326,1766,'_recorded_coupon_usage_counts','yes'),(75327,1766,'_new_order_email_sent','true'),(75328,1766,'_order_stock_reduced','yes'),(75329,1766,'_billing_first_name','Amira'),(75330,1766,'_billing_last_name','Purto'),(75331,1766,'_billing_address_1','2628 Acapulco Way'),(75332,1766,'_billing_city','Modesto'),(75333,1766,'_billing_state','CA'),(75334,1766,'_billing_postcode','95355'),(75335,1766,'_billing_country','US'),(75336,1766,'_billing_email','amira77@sbcglobal.net'),(75337,1766,'_billing_phone','2096422061'),(75338,1766,'_shipping_first_name','Amira'),(75339,1766,'_shipping_last_name','Purto'),(75340,1766,'_shipping_address_1','2628 Acapulco Way'),(75341,1766,'_shipping_city','Modesto'),(75342,1766,'_shipping_state','CA'),(75343,1766,'_shipping_postcode','95355'),(75344,1766,'_shipping_country','US'),(75345,1766,'_order_currency','USD'),(75346,1766,'_cart_discount','0'),(75347,1766,'_cart_discount_tax','0'),(75348,1766,'_order_shipping','0'),(75349,1766,'_order_shipping_tax','0'),(75350,1766,'_order_tax','0'),(75351,1766,'_order_total','1048.94'),(75352,1766,'_order_version','7.4.0'),(75353,1766,'_prices_include_tax','no'),(75354,1766,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(75355,1766,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(75356,1766,'is_vat_exempt','no'),(75357,1766,'Payment type','instant'),(75358,1766,'_paypal_status','completed'),(75359,1766,'_transaction_id','4SU19862J40279113'),(75360,1766,'PayPal Transaction Fee','37.10'),(75361,1766,'_date_paid','1678180013'),(75362,1766,'_paid_date','2023-03-07 09:06:53'),(75363,1767,'_order_key','wc_order_7fLwK49N4q1z1'),(75364,1767,'_customer_user','87'),(75365,1767,'_payment_method','paypal'),(75366,1767,'_payment_method_title','PayPal'),(75367,1767,'_customer_ip_address','68.0.99.237'),(75368,1767,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75369,1767,'_created_via','checkout'),(75370,1767,'_cart_hash','f29de83e9efeab935ba354a1350d72a3'),(75371,1767,'_download_permissions_granted','yes'),(75372,1767,'_recorded_sales','yes'),(75373,1767,'_recorded_coupon_usage_counts','yes'),(75374,1767,'_new_order_email_sent','true'),(75375,1767,'_order_stock_reduced','yes'),(75376,1767,'_billing_first_name','Wade'),(75377,1767,'_billing_last_name','Huntsman'),(75378,1767,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(75379,1767,'_billing_address_1','3421 E 21st'),(75380,1767,'_billing_city','Tulsa'),(75381,1767,'_billing_state','OK'),(75382,1767,'_billing_postcode','74114'),(75383,1767,'_billing_country','US'),(75384,1767,'_billing_email','info@liceclinicsmidsouth.com'),(75385,1767,'_billing_phone','9189783329'),(75386,1767,'_shipping_first_name','Katee'),(75387,1767,'_shipping_last_name','Morrison'),(75388,1767,'_shipping_company','Lice Clinics of America OKC'),(75389,1767,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(75390,1767,'_shipping_city','OKC'),(75391,1767,'_shipping_state','OK'),(75392,1767,'_shipping_postcode','73118'),(75393,1767,'_shipping_country','US'),(75394,1767,'_order_currency','USD'),(75395,1767,'_cart_discount','0'),(75396,1767,'_cart_discount_tax','0'),(75397,1767,'_order_shipping','0'),(75398,1767,'_order_shipping_tax','0'),(75399,1767,'_order_tax','0'),(75400,1767,'_order_total','617.20'),(75401,1767,'_order_version','7.4.0'),(75402,1767,'_prices_include_tax','no'),(75403,1767,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(75404,1767,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(75405,1767,'is_vat_exempt','no'),(75406,1767,'Payment type','instant'),(75407,1767,'_paypal_status','completed'),(75408,1767,'_transaction_id','1F260710KJ825290X'),(75409,1767,'PayPal Transaction Fee','22.03'),(75410,1767,'_date_paid','1678197329'),(75411,1767,'_paid_date','2023-03-07 13:55:29'),(75412,1758,'_edit_lock','1678203796:2'),(75413,1758,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228286\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"3a069d99b15af13b9479174c3a4ddad0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228275\";s:12:\"date_shipped\";i:1678203930;s:11:\"tracking_id\";s:32:\"3c11b0c4e415f2f717cea58d25bf9eba\";}}'),(75414,1758,'_edit_last','2'),(75415,1758,'_date_completed','1678203933'),(75416,1758,'_completed_date','2023-03-07 15:45:33'),(75417,1755,'_edit_lock','1678203921:2'),(75418,1755,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227990\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"939d59862d4b82deb589bf5afe63af4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228003\";s:12:\"date_shipped\";i:1678204015;s:11:\"tracking_id\";s:32:\"ea4430dafc671f847d4f8fd5a982cca2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228014\";s:12:\"date_shipped\";i:1678204023;s:11:\"tracking_id\";s:32:\"6f7dd712ed7ac6d00341e6efd7d6639b\";}}'),(75419,1755,'_edit_last','2'),(75420,1755,'_date_completed','1678204029'),(75421,1755,'_completed_date','2023-03-07 15:47:09'),(75422,1751,'_edit_lock','1678204015:2'),(75423,1751,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227783\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"9049c4c55de46dc8830d23b45061eb3f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227794\";s:12:\"date_shipped\";i:1678204098;s:11:\"tracking_id\";s:32:\"0d8c4980b3f5003b52f75b117e366e01\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830227809\";s:12:\"date_shipped\";i:1678204102;s:11:\"tracking_id\";s:32:\"a3958af945a749daf68b47b59543e5ad\";}}'),(75424,1751,'_edit_last','2'),(75425,1751,'_date_completed','1678204106'),(75426,1751,'_completed_date','2023-03-07 15:48:26'),(75427,1759,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228540\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"7a695db5312a3bd06c406a543729234c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228530\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"5221dddd44453daefbb93e29699ac6ce\";}}'),(75428,1759,'_date_completed','1678231313'),(75429,1759,'_completed_date','2023-03-07 23:21:53'),(75430,1767,'_edit_lock','1678231313:2'),(75431,1767,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228518\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"fdb4ed0d323e8691db6b2448e3387079\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228507\";s:12:\"date_shipped\";i:1678231451;s:11:\"tracking_id\";s:32:\"35ec1588d106c363e1f578b6e56410bf\";}}'),(75432,1767,'_edit_last','2'),(75433,1767,'_date_completed','1678231454'),(75434,1767,'_completed_date','2023-03-07 23:24:14'),(75435,1766,'_edit_lock','1678231394:2'),(75436,1766,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228470\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"80ce502234fcac91cac223c44a4a1757\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228460\";s:12:\"date_shipped\";i:1678231516;s:11:\"tracking_id\";s:32:\"3f30f4e3b22bc1bd75a4a1b6e96fe56c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228459\";s:12:\"date_shipped\";i:1678231524;s:11:\"tracking_id\";s:32:\"c141bbc458faaecfe906ff26fa03be4b\";}}'),(75437,1766,'_edit_last','2'),(75438,1766,'_date_completed','1678231526'),(75439,1766,'_completed_date','2023-03-07 23:25:26'),(75440,1764,'_edit_lock','1678231427:2'),(75441,1764,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228404\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"3cca07bce3bc1f82edef58f2c8a9beec\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228390\";s:12:\"date_shipped\";i:1678231559;s:11:\"tracking_id\";s:32:\"dc74fd164231028d88f35a5227735770\";}}'),(75442,1764,'_edit_last','2'),(75443,1764,'_date_completed','1678231562'),(75444,1764,'_completed_date','2023-03-07 23:26:02'),(75445,1765,'_edit_lock','1678231467:2'),(75446,1765,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228448\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"fea3e9e91dde247dc839dafcbaa9c3f3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228437\";s:12:\"date_shipped\";i:1678231588;s:11:\"tracking_id\";s:32:\"b6a551949476d94254a2ee252d39f68f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228426\";s:12:\"date_shipped\";i:1678231596;s:11:\"tracking_id\";s:32:\"3bb1d86126dec95daa9e6d2b4e6ca55e\";}}'),(75447,1765,'_edit_last','2'),(75448,1765,'_date_completed','1678231598'),(75449,1765,'_completed_date','2023-03-07 23:26:38'),(75450,1762,'_edit_lock','1678231501:2'),(75451,1762,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228334\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"887db1cc9444133e649e7fe67984693a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228323\";s:12:\"date_shipped\";i:1678231631;s:11:\"tracking_id\";s:32:\"b7ea29fb5096cbaa62467c30b737d6c0\";}}'),(75452,1762,'_edit_last','2'),(75453,1762,'_date_completed','1678231632'),(75454,1762,'_completed_date','2023-03-07 23:27:12'),(75455,1763,'_edit_lock','1678231527:2'),(75456,1763,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228356\";s:12:\"date_shipped\";s:10:\"1678147200\";s:11:\"tracking_id\";s:32:\"9837f67a98dd80c7911355683e929620\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228345\";s:12:\"date_shipped\";i:1678231660;s:11:\"tracking_id\";s:32:\"29cd09bc25a5a103b50ba801663f2e01\";}}'),(75457,1763,'_edit_last','2'),(75458,1763,'_date_completed','1678231662'),(75459,1763,'_completed_date','2023-03-07 23:27:42'),(75460,1768,'_order_key','wc_order_8xh5dCwRUyqgv'),(75461,1768,'_customer_user','49'),(75462,1768,'_payment_method','paypal'),(75463,1768,'_payment_method_title','PayPal'),(75464,1768,'_customer_ip_address','108.18.226.10'),(75465,1768,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(75466,1768,'_created_via','checkout'),(75467,1768,'_cart_hash','e7d38ddcecb0be24a315618ec562e309'),(75468,1768,'_download_permissions_granted','yes'),(75469,1768,'_recorded_sales','yes'),(75470,1768,'_recorded_coupon_usage_counts','yes'),(75471,1768,'_new_order_email_sent','true'),(75472,1768,'_order_stock_reduced','yes'),(75473,1768,'_billing_first_name','Kristi'),(75474,1768,'_billing_last_name','Winkler'),(75475,1768,'_billing_company','LCA - Manassas'),(75476,1768,'_billing_address_1','8943 Garrett Way'),(75477,1768,'_billing_city','Manassas'),(75478,1768,'_billing_state','VA'),(75479,1768,'_billing_postcode','20112'),(75480,1768,'_billing_country','US'),(75481,1768,'_billing_email','info@northernvirginialiceclinics.com'),(75482,1768,'_billing_phone','8587520975'),(75483,1768,'_shipping_first_name','Michelle'),(75484,1768,'_shipping_last_name','Winkler'),(75485,1768,'_shipping_company','Lice Clinics of America - Manassas'),(75486,1768,'_shipping_address_1','8943 Garrett Way'),(75487,1768,'_shipping_city','Manassas'),(75488,1768,'_shipping_state','VA'),(75489,1768,'_shipping_postcode','20112'),(75490,1768,'_shipping_country','US'),(75491,1768,'_order_currency','USD'),(75492,1768,'_cart_discount','0'),(75493,1768,'_cart_discount_tax','0'),(75494,1768,'_order_shipping','0'),(75495,1768,'_order_shipping_tax','0'),(75496,1768,'_order_tax','0'),(75497,1768,'_order_total','1687.14'),(75498,1768,'_order_version','7.4.0'),(75499,1768,'_prices_include_tax','no'),(75500,1768,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(75501,1768,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(75502,1768,'is_vat_exempt','no'),(75503,1768,'Payment type','instant'),(75504,1768,'_paypal_status','completed'),(75505,1768,'_transaction_id','2DC94426M5753743E'),(75506,1768,'PayPal Transaction Fee','59.37'),(75507,1768,'_date_paid','1678289381'),(75508,1768,'_paid_date','2023-03-08 15:29:41'),(75509,1769,'_order_key','wc_order_WY3At2d4xJaFr'),(75510,1769,'_customer_user','37'),(75511,1769,'_payment_method','paypal'),(75512,1769,'_payment_method_title','PayPal'),(75513,1769,'_customer_ip_address','75.91.13.96'),(75514,1769,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.63'),(75515,1769,'_created_via','checkout'),(75516,1769,'_cart_hash','ac54ae604f741170d868e716b8ea02ca'),(75517,1769,'_download_permissions_granted','yes'),(75518,1769,'_recorded_sales','yes'),(75519,1769,'_recorded_coupon_usage_counts','yes'),(75520,1769,'_new_order_email_sent','true'),(75521,1769,'_order_stock_reduced','yes'),(75522,1769,'_billing_first_name','Melody'),(75523,1769,'_billing_last_name','Carter'),(75524,1769,'_billing_company','Family Hair Clinic of South Ga LLC'),(75525,1769,'_billing_address_1','7754 GA HIGHWAY 122 W'),(75526,1769,'_billing_city','HAHIRA'),(75527,1769,'_billing_state','GA'),(75528,1769,'_billing_postcode','31632-2210'),(75529,1769,'_billing_country','US'),(75530,1769,'_billing_email','familyhairclinic@gmail.com'),(75531,1769,'_billing_phone','2294151748'),(75532,1769,'_shipping_first_name','Melody'),(75533,1769,'_shipping_last_name','Carter'),(75534,1769,'_shipping_company','LCA Family Hair Clinic'),(75535,1769,'_shipping_address_1','7754 GA Highway 122 W'),(75536,1769,'_shipping_city','Hahira'),(75537,1769,'_shipping_state','GA'),(75538,1769,'_shipping_postcode','31632'),(75539,1769,'_shipping_country','US'),(75540,1769,'_order_currency','USD'),(75541,1769,'_cart_discount','0'),(75542,1769,'_cart_discount_tax','0'),(75543,1769,'_order_shipping','16.23'),(75544,1769,'_order_shipping_tax','0'),(75545,1769,'_order_tax','0'),(75546,1769,'_order_total','224.61'),(75547,1769,'_order_version','7.4.0'),(75548,1769,'_prices_include_tax','no'),(75549,1769,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(75550,1769,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(75551,1769,'is_vat_exempt','no'),(75552,1769,'Payment type','instant'),(75553,1769,'_paypal_status','completed'),(75554,1769,'_transaction_id','47W92864AK572092C'),(75555,1769,'PayPal Transaction Fee','8.33'),(75556,1769,'_date_paid','1678309882'),(75557,1769,'_paid_date','2023-03-08 21:11:22'),(75558,1768,'_edit_lock','1678317357:2'),(75559,1768,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228850\";s:12:\"date_shipped\";s:10:\"1678233600\";s:11:\"tracking_id\";s:32:\"158306d79ba8770ea561194d0d46709d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228849\";s:12:\"date_shipped\";i:1678317436;s:11:\"tracking_id\";s:32:\"4c764244eaf0774af664edde0afa47a9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228838\";s:12:\"date_shipped\";i:1678317442;s:11:\"tracking_id\";s:32:\"e2c4d86f6e763d9ac1b164442b45fb0a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830228827\";s:12:\"date_shipped\";i:1678317448;s:11:\"tracking_id\";s:32:\"d0a1b90881b6b00822fd47740f0f2f6f\";}}'),(75560,1768,'_edit_last','2'),(75561,1768,'_date_completed','1678317452'),(75562,1768,'_completed_date','2023-03-08 23:17:32'),(75563,1770,'_order_key','wc_order_L5CLLDSCjyjlZ'),(75564,1770,'_customer_user','8'),(75565,1770,'_payment_method','paypal'),(75566,1770,'_payment_method_title','PayPal'),(75567,1770,'_customer_ip_address','12.198.118.122'),(75568,1770,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(75569,1770,'_created_via','checkout'),(75570,1770,'_cart_hash','ddddfa3d8c19d27db0bac43216de53e8'),(75571,1770,'_download_permissions_granted','yes'),(75572,1770,'_recorded_sales','yes'),(75573,1770,'_recorded_coupon_usage_counts','yes'),(75574,1770,'_new_order_email_sent','true'),(75575,1770,'_order_stock_reduced','yes'),(75576,1770,'_billing_first_name','Amy'),(75577,1770,'_billing_last_name','Sharp'),(75578,1770,'_billing_company','Nit Wits'),(75579,1770,'_billing_address_1','6002 Sweetbay Dr'),(75580,1770,'_billing_city','Crestwood'),(75581,1770,'_billing_state','KY'),(75582,1770,'_billing_postcode','40014'),(75583,1770,'_billing_country','US'),(75584,1770,'_billing_email','asharp@ht-school.org'),(75585,1770,'_billing_phone','15023109281'),(75586,1770,'_shipping_first_name','Amy'),(75587,1770,'_shipping_last_name','Sharp'),(75588,1770,'_shipping_company','LCA Nit Wits'),(75589,1770,'_shipping_address_1','9302 New LaGrange Road'),(75590,1770,'_shipping_address_2','Unit H'),(75591,1770,'_shipping_city','Louisville'),(75592,1770,'_shipping_state','KY'),(75593,1770,'_shipping_postcode','40242'),(75594,1770,'_shipping_country','US'),(75595,1770,'_order_currency','USD'),(75596,1770,'_cart_discount','0'),(75597,1770,'_cart_discount_tax','0'),(75598,1770,'_order_shipping','10.22'),(75599,1770,'_order_shipping_tax','0'),(75600,1770,'_order_tax','0'),(75601,1770,'_order_total','10.22'),(75602,1770,'_order_version','7.4.0'),(75603,1770,'_prices_include_tax','no'),(75604,1770,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(75605,1770,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(75606,1770,'is_vat_exempt','no'),(75607,1769,'_edit_lock','1678398271:2'),(75608,1769,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229043\";s:12:\"date_shipped\";s:10:\"1678320000\";s:11:\"tracking_id\";s:32:\"20948b5780f51b6200f0837a57c9333e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229032\";s:12:\"date_shipped\";i:1678398402;s:11:\"tracking_id\";s:32:\"5cdd5b288fc0c9d040f0414553270f7e\";}}'),(75609,1769,'_edit_last','2'),(75610,1769,'_date_completed','1678398410'),(75611,1769,'_completed_date','2023-03-09 21:46:50'),(75612,1770,'_edit_lock','1678733822:2'),(75613,1770,'_edit_last','2'),(75614,1771,'_order_key','wc_order_TsuaxBvvSK2WS'),(75615,1771,'_customer_user','43'),(75616,1771,'_payment_method','paypal'),(75617,1771,'_payment_method_title','PayPal'),(75618,1771,'_customer_ip_address','172.58.129.140'),(75619,1771,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(75620,1771,'_created_via','checkout'),(75621,1771,'_cart_hash','33f3a4f9a1bb81780a13bfadd63d27a7'),(75622,1771,'_download_permissions_granted','yes'),(75623,1771,'_recorded_sales','yes'),(75624,1771,'_recorded_coupon_usage_counts','yes'),(75625,1771,'_new_order_email_sent','true'),(75626,1771,'_order_stock_reduced','yes'),(75627,1771,'_billing_first_name','Ryan'),(75628,1771,'_billing_last_name','Nelson'),(75629,1771,'_billing_address_1','140 Flame Vine drive'),(75630,1771,'_billing_city','Naples'),(75631,1771,'_billing_state','FL'),(75632,1771,'_billing_postcode','34110'),(75633,1771,'_billing_country','US'),(75634,1771,'_billing_email','Rjnelson73@gmail.com'),(75635,1771,'_billing_phone','239-281-0719'),(75636,1771,'_shipping_first_name','Ryan'),(75637,1771,'_shipping_last_name','Nelson'),(75638,1771,'_shipping_address_1','140 Flame Vine drive'),(75639,1771,'_shipping_city','Naples'),(75640,1771,'_shipping_state','FL'),(75641,1771,'_shipping_postcode','34110'),(75642,1771,'_shipping_country','US'),(75643,1771,'_order_currency','USD'),(75644,1771,'_cart_discount','0'),(75645,1771,'_cart_discount_tax','0'),(75646,1771,'_order_shipping','22.13'),(75647,1771,'_order_shipping_tax','0'),(75648,1771,'_order_tax','0'),(75649,1771,'_order_total','363.17'),(75650,1771,'_order_version','7.4.0'),(75651,1771,'_prices_include_tax','no'),(75652,1771,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(75653,1771,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(75654,1771,'is_vat_exempt','no'),(75700,1771,'_edit_lock','1678733775:2'),(75701,1771,'_edit_last','2'),(75702,1770,'Payment type','instant'),(75703,1770,'_paypal_status','completed'),(75704,1770,'_transaction_id','37P2414964610324J'),(75705,1770,'PayPal Transaction Fee','0.85'),(75706,1770,'_date_paid','1678411037'),(75707,1770,'_paid_date','2023-03-10 01:17:17'),(75708,1771,'Payment type','instant'),(75709,1771,'_paypal_status','completed'),(75710,1771,'_transaction_id','8SW64035YX3216709'),(75711,1771,'PayPal Transaction Fee','13.16'),(75712,1771,'_date_paid','1678450922'),(75713,1771,'_paid_date','2023-03-10 12:22:02'),(75714,1773,'_order_key','wc_order_0X00seraSRoSX'),(75715,1773,'_customer_user','77'),(75716,1773,'_payment_method','paypal'),(75717,1773,'_payment_method_title','PayPal'),(75718,1773,'_customer_ip_address','107.205.56.86'),(75719,1773,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(75720,1773,'_created_via','checkout'),(75721,1773,'_cart_hash','f8132167c944070bac2b0fff266d08b3'),(75722,1773,'_download_permissions_granted','yes'),(75723,1773,'_recorded_sales','yes'),(75724,1773,'_recorded_coupon_usage_counts','yes'),(75725,1773,'_new_order_email_sent','true'),(75726,1773,'_order_stock_reduced','yes'),(75727,1773,'_billing_first_name','Phil'),(75728,1773,'_billing_last_name','Moon'),(75729,1773,'_billing_company','Lice Clinics of America--all clinics'),(75730,1773,'_billing_address_1','585 56th Street'),(75731,1773,'_billing_city','Oakland'),(75732,1773,'_billing_state','CA'),(75733,1773,'_billing_postcode','94609'),(75734,1773,'_billing_country','US'),(75735,1773,'_billing_email','info@liceclinicsfresno.com'),(75736,1773,'_billing_phone','5593046305'),(75737,1773,'_shipping_first_name','Kristen'),(75738,1773,'_shipping_last_name','Maroot-Rippee'),(75739,1773,'_shipping_company','Lice Busters LLC.'),(75740,1773,'_shipping_address_1','487 W. Scott Avenue'),(75741,1773,'_shipping_city','Fresno'),(75742,1773,'_shipping_state','CA'),(75743,1773,'_shipping_postcode','93704'),(75744,1773,'_shipping_country','US'),(75745,1773,'_order_currency','USD'),(75746,1773,'_cart_discount','0'),(75747,1773,'_cart_discount_tax','0'),(75748,1773,'_order_shipping','0'),(75749,1773,'_order_shipping_tax','0'),(75750,1773,'_order_tax','0'),(75751,1773,'_order_total','5592.06'),(75752,1773,'_order_version','7.4.0'),(75753,1773,'_prices_include_tax','no'),(75754,1773,'_billing_address_index','Phil Moon Lice Clinics of America--all clinics 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(75755,1773,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. 487 W. Scott Avenue  Fresno CA 93704 US '),(75756,1773,'is_vat_exempt','no'),(75757,1773,'Payment type','instant'),(75758,1773,'_paypal_status','completed'),(75759,1773,'_transaction_id','48508580L6956711P'),(75760,1773,'PayPal Transaction Fee','195.65'),(75761,1773,'_date_paid','1678465142'),(75762,1773,'_paid_date','2023-03-10 16:19:02'),(75763,1774,'_order_key','wc_order_8nqdp0osZP6ph'),(75764,1774,'_customer_user','64'),(75765,1774,'_payment_method','paypal'),(75766,1774,'_payment_method_title','PayPal'),(75767,1774,'_customer_ip_address','98.97.59.25'),(75768,1774,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(75769,1774,'_created_via','checkout'),(75770,1774,'_cart_hash','b55aacdbeff265b55f79dd5ab0fda0b4'),(75771,1774,'_download_permissions_granted','yes'),(75772,1774,'_recorded_sales','yes'),(75773,1774,'_recorded_coupon_usage_counts','yes'),(75774,1774,'_new_order_email_sent','true'),(75775,1774,'_order_stock_reduced','yes'),(75776,1774,'_billing_first_name','Barrie'),(75777,1774,'_billing_last_name','Desmond'),(75778,1774,'_billing_address_1','50 ALAHELE PL'),(75779,1774,'_billing_city','Kihei'),(75780,1774,'_billing_state','HI'),(75781,1774,'_billing_postcode','96753-7809'),(75782,1774,'_billing_country','US'),(75783,1774,'_billing_email','info@liceclinicshawaii.com'),(75784,1774,'_billing_phone','8082834247'),(75785,1774,'_shipping_first_name','Barrie'),(75786,1774,'_shipping_last_name','Desmond'),(75787,1774,'_shipping_address_1','50 ALAHELE PL'),(75788,1774,'_shipping_city','Kihei'),(75789,1774,'_shipping_state','HI'),(75790,1774,'_shipping_postcode','96753-7809'),(75791,1774,'_shipping_country','US'),(75792,1774,'_order_currency','USD'),(75793,1774,'_cart_discount','0'),(75794,1774,'_cart_discount_tax','0'),(75795,1774,'_order_shipping','477.66'),(75796,1774,'_order_shipping_tax','0'),(75797,1774,'_order_tax','0'),(75798,1774,'_order_total','800.43'),(75799,1774,'_order_version','7.4.0'),(75800,1774,'_prices_include_tax','no'),(75801,1774,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(75802,1774,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(75803,1774,'is_vat_exempt','no'),(75804,1774,'acfw_shipping_discount_recalc','yes'),(75805,1774,'_edit_lock','1678738085:2'),(75806,1774,'_edit_last','2'),(75807,515,'_used_by','64'),(75808,273,'_edit_last','2'),(75811,1775,'_order_key','wc_order_b9rrgVVmk7iDZ'),(75812,1775,'_customer_user','76'),(75813,1775,'_payment_method','paypal'),(75814,1775,'_payment_method_title','PayPal'),(75815,1775,'_customer_ip_address','73.126.87.181'),(75816,1775,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(75817,1775,'_created_via','checkout'),(75818,1775,'_cart_hash','df6dc74bd9feadab95c56ba2ddac26d2'),(75819,1775,'_download_permissions_granted','yes'),(75820,1775,'_recorded_sales','yes'),(75821,1775,'_recorded_coupon_usage_counts','yes'),(75822,1775,'_new_order_email_sent','true'),(75823,1775,'_order_stock_reduced','yes'),(75824,1775,'_billing_first_name','Naomi'),(75825,1775,'_billing_last_name','Golden'),(75826,1775,'_billing_address_1','31 Mann Ave'),(75827,1775,'_billing_city','Needham'),(75828,1775,'_billing_state','MA'),(75829,1775,'_billing_postcode','02492'),(75830,1775,'_billing_country','US'),(75831,1775,'_billing_email','nrgolden6486@gmail.com'),(75832,1775,'_billing_phone','617-851-1322'),(75833,1775,'_shipping_first_name','Naomi'),(75834,1775,'_shipping_last_name','Golden'),(75835,1775,'_shipping_company','Lice Aunties'),(75836,1775,'_shipping_address_1','1349 Centre Street'),(75837,1775,'_shipping_address_2','Suite 3'),(75838,1775,'_shipping_city','Newton'),(75839,1775,'_shipping_state','MA'),(75840,1775,'_shipping_postcode','02459'),(75841,1775,'_shipping_country','US'),(75842,1775,'_order_currency','USD'),(75843,1775,'_cart_discount','0'),(75844,1775,'_cart_discount_tax','0'),(75845,1775,'_order_shipping','0'),(75846,1775,'_order_shipping_tax','0'),(75847,1775,'_order_tax','0'),(75848,1775,'_order_total','532.08'),(75849,1775,'_order_version','7.4.0'),(75850,1775,'_prices_include_tax','no'),(75851,1775,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(75852,1775,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 Newton MA 02459 US '),(75853,1775,'is_vat_exempt','no'),(75854,1775,'_edit_lock','1678749955:2'),(75855,1775,'_edit_last','2'),(75856,1774,'Payment type','instant'),(75857,1774,'_paypal_status','completed'),(75858,1774,'_transaction_id','2P422209M6398041S'),(75859,1774,'PayPal Transaction Fee','28.43'),(75860,1774,'_date_paid','1678729429'),(75861,1774,'_paid_date','2023-03-13 17:43:49'),(75862,1775,'Payment type','instant'),(75863,1775,'_paypal_status','completed'),(75864,1775,'_transaction_id','45X27850EW0923210'),(75865,1775,'PayPal Transaction Fee','19.06'),(75866,1775,'_date_paid','1678729505'),(75867,1775,'_paid_date','2023-03-13 17:45:05'),(75868,1776,'_order_key','wc_order_cGMRBUvpkQDdR'),(75869,1776,'_customer_user','20'),(75870,1776,'_payment_method','paypal'),(75871,1776,'_payment_method_title','PayPal'),(75872,1776,'_customer_ip_address','198.72.181.87'),(75873,1776,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 15054.114.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(75874,1776,'_created_via','checkout'),(75875,1776,'_cart_hash','901ee8e188b0fedd7f6fdf120529907a'),(75876,1776,'_download_permissions_granted','yes'),(75877,1776,'_recorded_sales','yes'),(75878,1776,'_recorded_coupon_usage_counts','yes'),(75879,1776,'_new_order_email_sent','true'),(75880,1776,'_order_stock_reduced','yes'),(75881,1776,'_billing_first_name','Hasani'),(75882,1776,'_billing_last_name','Thompson'),(75883,1776,'_billing_company','Heat in Hair'),(75884,1776,'_billing_address_1','27225 Camp Plenty Road'),(75885,1776,'_billing_address_2','1D'),(75886,1776,'_billing_city','Santa Clarita'),(75887,1776,'_billing_state','CA'),(75888,1776,'_billing_postcode','91351'),(75889,1776,'_billing_country','US'),(75890,1776,'_billing_email','info@liceclinicssantaclarita.com'),(75891,1776,'_billing_phone','6615850263'),(75892,1776,'_shipping_first_name','Hasani'),(75893,1776,'_shipping_last_name','Thompson'),(75894,1776,'_shipping_company','Heat in Hair'),(75895,1776,'_shipping_address_1','5145 Nightsky Place'),(75896,1776,'_shipping_city','Palmdale'),(75897,1776,'_shipping_state','CA'),(75898,1776,'_shipping_postcode','93552'),(75899,1776,'_shipping_country','US'),(75900,1776,'_order_currency','USD'),(75901,1776,'_cart_discount','0'),(75902,1776,'_cart_discount_tax','0'),(75903,1776,'_order_shipping','50.09'),(75904,1776,'_order_shipping_tax','0'),(75905,1776,'_order_tax','0'),(75906,1776,'_order_total','506.88'),(75907,1776,'_order_version','7.4.0'),(75908,1776,'_prices_include_tax','no'),(75909,1776,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(75910,1776,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(75913,1771,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229617\";s:12:\"date_shipped\";s:10:\"1678665600\";s:11:\"tracking_id\";s:32:\"59fdb016754daed59630279f2119c2c3\";}}'),(75914,1771,'_date_completed','1678733914'),(75915,1771,'_completed_date','2023-03-13 18:58:34'),(75916,1770,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229282\";s:12:\"date_shipped\";s:10:\"1678665600\";s:11:\"tracking_id\";s:32:\"18cbbae3728436062da27789d9d50695\";}}'),(75917,1770,'_date_completed','1678733947'),(75918,1770,'_completed_date','2023-03-13 18:59:07'),(75919,1776,'is_vat_exempt','no'),(75920,1776,'Payment type','instant'),(75921,1776,'_paypal_status','completed'),(75922,1776,'_transaction_id','0G020050T50840213'),(75923,1776,'PayPal Transaction Fee','18.18'),(75924,1776,'_date_paid','1678734452'),(75925,1776,'_paid_date','2023-03-13 19:07:32'),(75926,1774,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229812\";s:12:\"date_shipped\";s:10:\"1678665600\";s:11:\"tracking_id\";s:32:\"77e7744e8dacf21a3884ae375749e358\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229801\";s:12:\"date_shipped\";i:1678737779;s:11:\"tracking_id\";s:32:\"428d1893ae29b85c9532c97ba34a87d9\";}}'),(75927,1774,'_date_completed','1678737782'),(75928,1774,'_completed_date','2023-03-13 20:03:02'),(75929,1776,'_edit_lock','1678749898:2'),(75930,1776,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229889\";s:12:\"date_shipped\";s:10:\"1678665600\";s:11:\"tracking_id\";s:32:\"cab0f66349dae5c735199ddcb09842cf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229878\";s:12:\"date_shipped\";i:1678750006;s:11:\"tracking_id\";s:32:\"321746d40df632b83ec0a4ff94f0c488\";}}'),(75931,1776,'_edit_last','2'),(75932,1776,'_date_completed','1678750011'),(75933,1776,'_completed_date','2023-03-13 23:26:51'),(75934,1775,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229834\";s:12:\"date_shipped\";s:10:\"1678665600\";s:11:\"tracking_id\";s:32:\"1166d79f7150cfeb863d8c16b8acd13a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229823\";s:12:\"date_shipped\";i:1678750079;s:11:\"tracking_id\";s:32:\"0ead8ffada0869404b1128ee4c4dc9af\";}}'),(75935,1775,'_date_completed','1678750082'),(75936,1775,'_completed_date','2023-03-13 23:28:02'),(75937,1777,'_order_key','wc_order_3ct2RvC0CajQj'),(75938,1777,'_customer_user','63'),(75939,1777,'_payment_method','paypal'),(75940,1777,'_payment_method_title','PayPal'),(75941,1777,'_customer_ip_address','24.19.102.130'),(75942,1777,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(75943,1777,'_created_via','checkout'),(75944,1777,'_cart_hash','fb0022a8b3bae562f492966523f52a0c'),(75945,1777,'_download_permissions_granted','yes'),(75946,1777,'_recorded_sales','yes'),(75947,1777,'_recorded_coupon_usage_counts','yes'),(75948,1777,'_new_order_email_sent','true'),(75949,1777,'_order_stock_reduced','yes'),(75950,1777,'_billing_first_name','Lisa'),(75951,1777,'_billing_last_name','Hagman'),(75952,1777,'_billing_address_1','5190 NW Eldorado BLVD'),(75953,1777,'_billing_city','Bremerton'),(75954,1777,'_billing_state','WA'),(75955,1777,'_billing_postcode','98312'),(75956,1777,'_billing_country','US'),(75957,1777,'_billing_email','licegirls@icloud.com'),(75958,1777,'_billing_phone','360-471-7900'),(75959,1777,'_shipping_first_name','Lisa'),(75960,1777,'_shipping_last_name','Hagman'),(75961,1777,'_shipping_address_1','5190 NW Eldorado BLVD'),(75962,1777,'_shipping_city','Bremerton'),(75963,1777,'_shipping_state','WA'),(75964,1777,'_shipping_postcode','98312'),(75965,1777,'_shipping_country','US'),(75966,1777,'_order_currency','USD'),(75967,1777,'_cart_discount','0'),(75968,1777,'_cart_discount_tax','0'),(75969,1777,'_order_shipping','28.08'),(75970,1777,'_order_shipping_tax','0'),(75971,1777,'_order_tax','0'),(75972,1777,'_order_total','28.08'),(75973,1777,'_order_version','7.4.0'),(75974,1777,'_prices_include_tax','no'),(75975,1777,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(75976,1777,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(75977,1777,'is_vat_exempt','no'),(75978,1778,'_order_key','wc_order_DGZ1j4NBnPoEY'),(75979,1778,'_customer_user','63'),(75980,1778,'_payment_method','paypal'),(75981,1778,'_payment_method_title','PayPal'),(75982,1778,'_customer_ip_address','24.19.102.130'),(75983,1778,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(75984,1778,'_created_via','checkout'),(75985,1778,'_cart_hash','e35d29f1c5e81385e19b6e2e29330c34'),(75986,1778,'_download_permissions_granted','yes'),(75987,1778,'_recorded_sales','yes'),(75988,1778,'_recorded_coupon_usage_counts','yes'),(75989,1778,'_new_order_email_sent','true'),(75990,1778,'_order_stock_reduced','yes'),(75991,1778,'_billing_first_name','Lisa'),(75992,1778,'_billing_last_name','Hagman'),(75993,1778,'_billing_address_1','5190 NW Eldorado BLVD'),(75994,1778,'_billing_city','Bremerton'),(75995,1778,'_billing_state','WA'),(75996,1778,'_billing_postcode','98312'),(75997,1778,'_billing_country','US'),(75998,1778,'_billing_email','licegirls@icloud.com'),(75999,1778,'_billing_phone','360-471-7900'),(76000,1778,'_shipping_first_name','Lisa'),(76001,1778,'_shipping_last_name','Hagman'),(76002,1778,'_shipping_address_1','5190 NW Eldorado BLVD'),(76003,1778,'_shipping_city','Bremerton'),(76004,1778,'_shipping_state','WA'),(76005,1778,'_shipping_postcode','98312'),(76006,1778,'_shipping_country','US'),(76007,1778,'_order_currency','USD'),(76008,1778,'_cart_discount','0'),(76009,1778,'_cart_discount_tax','0'),(76010,1778,'_order_shipping','22.69'),(76011,1778,'_order_shipping_tax','0'),(76012,1778,'_order_tax','0'),(76013,1778,'_order_total','22.69'),(76014,1778,'_order_version','7.4.0'),(76015,1778,'_prices_include_tax','no'),(76016,1778,'_billing_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US licegirls@icloud.com 360-471-7900'),(76017,1778,'_shipping_address_index','Lisa Hagman  5190 NW Eldorado BLVD  Bremerton WA 98312 US '),(76018,1778,'is_vat_exempt','no'),(76060,1780,'_order_key','wc_order_TF68uLP63qfEo'),(76061,1780,'_customer_user','46'),(76062,1780,'_payment_method','paypal'),(76063,1780,'_payment_method_title','PayPal'),(76064,1780,'_customer_ip_address','216.163.0.117'),(76065,1780,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(76066,1780,'_created_via','checkout'),(76067,1780,'_cart_hash','27b041ef398c8ad1fabf66c7089f1981'),(76068,1780,'_download_permissions_granted','yes'),(76069,1780,'_recorded_sales','yes'),(76070,1780,'_recorded_coupon_usage_counts','yes'),(76071,1780,'_new_order_email_sent','true'),(76072,1780,'_order_stock_reduced','yes'),(76073,1780,'_billing_first_name','Shannon'),(76074,1780,'_billing_last_name','Steele'),(76075,1780,'_billing_company','SBS Investments'),(76076,1780,'_billing_address_1','1702 Hazelwood Court'),(76077,1780,'_billing_city','Jonesboro'),(76078,1780,'_billing_state','AR'),(76079,1780,'_billing_postcode','72401'),(76080,1780,'_billing_country','US'),(76081,1780,'_billing_email','info@liceclinicsjonesboro.com'),(76082,1780,'_billing_phone','8709262731'),(76083,1780,'_shipping_first_name','Shannon'),(76084,1780,'_shipping_last_name','Steele'),(76085,1780,'_shipping_company','SBS Investments/LCA- Jonesboro'),(76086,1780,'_shipping_address_1','3106 Orval Orlan Drive'),(76087,1780,'_shipping_address_2','Suite D'),(76088,1780,'_shipping_city','Jonesboro'),(76089,1780,'_shipping_state','AR'),(76090,1780,'_shipping_postcode','72404'),(76091,1780,'_shipping_country','US'),(76092,1780,'_order_currency','USD'),(76093,1780,'_cart_discount','0'),(76094,1780,'_cart_discount_tax','0'),(76095,1780,'_order_shipping','28.89'),(76096,1780,'_order_shipping_tax','0'),(76097,1780,'_order_tax','0'),(76098,1780,'_order_total','612.17'),(76099,1780,'_order_version','7.4.0'),(76100,1780,'_prices_include_tax','no'),(76101,1780,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(76102,1780,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(76103,1780,'is_vat_exempt','no'),(76104,1780,'Payment type','instant'),(76105,1780,'_paypal_status','completed'),(76106,1780,'_transaction_id','6C340783FP864322X'),(76107,1780,'PayPal Transaction Fee','21.85'),(76108,1780,'_date_paid','1678811069'),(76109,1780,'_paid_date','2023-03-14 16:24:29'),(76110,1778,'_edit_lock','1678991870:2'),(76111,1777,'_edit_lock','1678991807:2'),(76112,1778,'_edit_last','2'),(76113,1777,'_edit_last','2'),(76114,1778,'Payment type','instant'),(76115,1778,'_paypal_status','completed'),(76116,1778,'_transaction_id','9PM10791XK278770G'),(76117,1778,'PayPal Transaction Fee','1.28'),(76118,1778,'_date_paid','1678819961'),(76119,1778,'_paid_date','2023-03-14 18:52:41'),(76120,1777,'Payment type','instant'),(76121,1777,'_paypal_status','completed'),(76122,1777,'_transaction_id','41T21274W9274620V'),(76123,1777,'PayPal Transaction Fee','1.47'),(76124,1777,'_date_paid','1678819993'),(76125,1777,'_paid_date','2023-03-14 18:53:13'),(76126,1777,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229970\";s:12:\"date_shipped\";s:10:\"1678924800\";s:11:\"tracking_id\";s:32:\"4fc6eba6fa4eb8f3f32f51d745f7584f\";}}'),(76127,1777,'_date_completed','1678991947'),(76128,1777,'_completed_date','2023-03-16 18:39:07'),(76129,1778,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229960\";s:12:\"date_shipped\";s:10:\"1678924800\";s:11:\"tracking_id\";s:32:\"1c717b5cc713e98ce7c5d7bfe81ccd04\";}}'),(76130,1778,'_date_completed','1678991996'),(76131,1778,'_completed_date','2023-03-16 18:39:56'),(76132,1780,'_edit_lock','1678991968:2'),(76133,1780,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229926\";s:12:\"date_shipped\";s:10:\"1678924800\";s:11:\"tracking_id\";s:32:\"38a4420dd9ab79ea03e66fbfead1430d\";}}'),(76134,1780,'_edit_last','2'),(76135,1780,'_date_completed','1678992060'),(76136,1780,'_completed_date','2023-03-16 18:41:00'),(76137,1782,'_order_key','wc_order_Zz9MBOCLX8M3E'),(76138,1782,'_customer_user','26'),(76139,1782,'_payment_method','paypal'),(76140,1782,'_payment_method_title','PayPal'),(76141,1782,'_customer_ip_address','68.126.201.125'),(76142,1782,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76143,1782,'_created_via','checkout'),(76144,1782,'_cart_hash','4c5d99b75f6b0f04a1b3dd0e4816d661'),(76145,1782,'_download_permissions_granted','yes'),(76146,1782,'_recorded_sales','yes'),(76147,1782,'_recorded_coupon_usage_counts','yes'),(76148,1782,'_new_order_email_sent','true'),(76149,1782,'_order_stock_reduced','yes'),(76150,1782,'_billing_first_name','Andrew'),(76151,1782,'_billing_last_name','Crumrine'),(76152,1782,'_billing_address_1','3537 Stevens Way'),(76153,1782,'_billing_city','Augusta'),(76154,1782,'_billing_state','GA'),(76155,1782,'_billing_postcode','30907'),(76156,1782,'_billing_country','US'),(76157,1782,'_billing_email','augustagalice@gmail.com'),(76158,1782,'_billing_phone','7063064588'),(76159,1782,'_shipping_first_name','Andrew'),(76160,1782,'_shipping_last_name','Crumrine'),(76161,1782,'_shipping_address_1','3537 Stevens Way'),(76162,1782,'_shipping_city','Augusta'),(76163,1782,'_shipping_state','GA'),(76164,1782,'_shipping_postcode','30907'),(76165,1782,'_shipping_country','US'),(76166,1782,'_order_currency','USD'),(76167,1782,'_cart_discount','0'),(76168,1782,'_cart_discount_tax','0'),(76169,1782,'_order_shipping','18.64'),(76170,1782,'_order_shipping_tax','0'),(76171,1782,'_order_tax','0'),(76172,1782,'_order_total','525.28'),(76173,1782,'_order_version','7.4.0'),(76174,1782,'_prices_include_tax','no'),(76175,1782,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(76176,1782,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(76177,1782,'is_vat_exempt','no'),(76178,1782,'Payment type','instant'),(76179,1782,'_paypal_status','completed'),(76180,1782,'_transaction_id','3KB2227095115593R'),(76181,1782,'PayPal Transaction Fee','18.82'),(76182,1782,'_date_paid','1679067699'),(76183,1782,'_paid_date','2023-03-17 15:41:39'),(76184,1783,'_order_key','wc_order_lb0y5ElWcmWoY'),(76185,1783,'_customer_user','73'),(76186,1783,'_payment_method','paypal'),(76187,1783,'_payment_method_title','PayPal'),(76188,1783,'_customer_ip_address','174.249.154.139'),(76189,1783,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76190,1783,'_created_via','checkout'),(76191,1783,'_cart_hash','f756c85c53304033969a58c8981fcd32'),(76192,1783,'_download_permissions_granted','yes'),(76193,1783,'_recorded_sales','yes'),(76194,1783,'_recorded_coupon_usage_counts','yes'),(76195,1783,'_new_order_email_sent','true'),(76196,1783,'_order_stock_reduced','yes'),(76197,1783,'_billing_first_name','Lice Clinics'),(76198,1783,'_billing_last_name','Castro Valley'),(76199,1783,'_billing_company','Lice Clinics of America - Castro Valley'),(76200,1783,'_billing_address_1','20406 Redwood Rd, Suite A'),(76201,1783,'_billing_city','Castro Valley'),(76202,1783,'_billing_state','CA'),(76203,1783,'_billing_postcode','94546'),(76204,1783,'_billing_country','US'),(76205,1783,'_billing_email','liceclinicscastrovalley@gmail.com'),(76206,1783,'_billing_phone','5106763272'),(76207,1783,'_shipping_first_name','Lice Clinics'),(76208,1783,'_shipping_last_name','Castro Valley'),(76209,1783,'_shipping_company','LCA - Castro Valley'),(76210,1783,'_shipping_address_1','31372 Mackinaw St'),(76211,1783,'_shipping_city','Union City'),(76212,1783,'_shipping_state','CA'),(76213,1783,'_shipping_postcode','94587'),(76214,1783,'_shipping_country','US'),(76215,1783,'_order_currency','USD'),(76216,1783,'_cart_discount','0'),(76217,1783,'_cart_discount_tax','0'),(76218,1783,'_order_shipping','0'),(76219,1783,'_order_shipping_tax','0'),(76220,1783,'_order_tax','0'),(76221,1783,'_order_total','687.84'),(76222,1783,'_order_version','7.4.0'),(76223,1783,'_prices_include_tax','no'),(76224,1783,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(76225,1783,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St  Union City CA 94587 US '),(76226,1783,'is_vat_exempt','no'),(76227,1783,'_edit_lock','1679503608:2'),(76228,1783,'_edit_last','2'),(76229,1782,'_edit_lock','1679073262:2'),(76230,1782,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230253\";s:12:\"date_shipped\";s:10:\"1679011200\";s:11:\"tracking_id\";s:32:\"342ec47d20d5158b387709d538e9d884\";}}'),(76231,1782,'_edit_last','2'),(76232,1782,'_date_completed','1679073311'),(76233,1782,'_completed_date','2023-03-17 17:15:11'),(76234,1773,'_edit_lock','1679073337:2'),(76235,1773,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229455\";s:12:\"date_shipped\";s:10:\"1679011200\";s:11:\"tracking_id\";s:32:\"d404b7dd98f9776eb488eca8284fc503\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229466\";s:12:\"date_shipped\";i:1679073430;s:11:\"tracking_id\";s:32:\"976e88a03968ff8ad333e64269068f5c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229477\";s:12:\"date_shipped\";i:1679073437;s:11:\"tracking_id\";s:32:\"f7bc144e810c57ef1c3e7d443658d51b\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229488\";s:12:\"date_shipped\";i:1679073446;s:11:\"tracking_id\";s:32:\"3442b334d467e2f8424ebcc2e0f1a587\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229499\";s:12:\"date_shipped\";i:1679073453;s:11:\"tracking_id\";s:32:\"2bd5d6612e3d39dfc45869a312e834fa\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229503\";s:12:\"date_shipped\";i:1679073464;s:11:\"tracking_id\";s:32:\"6cc5db4b90ada5b0894f8df519bd0139\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830229514\";s:12:\"date_shipped\";i:1679073471;s:11:\"tracking_id\";s:32:\"174cee3c3f1497632f78ca679cdf4d3e\";}}'),(76236,1773,'_edit_last','2'),(76237,1773,'_date_completed','1679073475'),(76238,1773,'_completed_date','2023-03-17 17:17:55'),(76239,1784,'_order_key','wc_order_VqUjYNPADkgH7'),(76240,1784,'_customer_user','57'),(76241,1784,'_payment_method','paypal'),(76242,1784,'_payment_method_title','PayPal'),(76243,1784,'_customer_ip_address','107.203.54.57'),(76244,1784,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.41'),(76245,1784,'_created_via','checkout'),(76246,1784,'_cart_hash','64e1959c760b123a0188eba521f7a220'),(76247,1784,'_download_permissions_granted','yes'),(76248,1784,'_recorded_sales','yes'),(76249,1784,'_recorded_coupon_usage_counts','yes'),(76250,1784,'_new_order_email_sent','true'),(76251,1784,'_order_stock_reduced','yes'),(76252,1784,'_billing_first_name','Heather'),(76253,1784,'_billing_last_name','Purtle'),(76254,1784,'_billing_company','LCA- Upstate'),(76255,1784,'_billing_address_1','1 Creekview Ct.'),(76256,1784,'_billing_address_2','Ste C'),(76257,1784,'_billing_city','Greenville'),(76258,1784,'_billing_state','SC'),(76259,1784,'_billing_postcode','29615'),(76260,1784,'_billing_country','US'),(76261,1784,'_billing_email','hpurtle@bellsouth.net'),(76262,1784,'_billing_phone','8643604388'),(76263,1784,'_shipping_first_name','Heather'),(76264,1784,'_shipping_last_name','Purtle'),(76265,1784,'_shipping_company','LCA- Upstate'),(76266,1784,'_shipping_address_1','1 Creekview Ct.'),(76267,1784,'_shipping_address_2','Ste C'),(76268,1784,'_shipping_city','Greenville'),(76269,1784,'_shipping_state','SC'),(76270,1784,'_shipping_postcode','29615'),(76271,1784,'_shipping_country','US'),(76272,1784,'_order_currency','USD'),(76273,1784,'_cart_discount','0'),(76274,1784,'_cart_discount_tax','0'),(76275,1784,'_order_shipping','25'),(76276,1784,'_order_shipping_tax','0'),(76277,1784,'_order_tax','0'),(76278,1784,'_order_total','132.80'),(76279,1784,'_order_version','7.4.0'),(76280,1784,'_prices_include_tax','no'),(76281,1784,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(76282,1784,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(76283,1784,'is_vat_exempt','no'),(76284,1785,'_order_key','wc_order_U7xf5HK2sUWwy'),(76285,1785,'_customer_user','50'),(76286,1785,'_payment_method','paypal'),(76287,1785,'_payment_method_title','PayPal'),(76288,1785,'_customer_ip_address','73.126.237.59'),(76289,1785,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.50'),(76290,1785,'_created_via','checkout'),(76291,1785,'_cart_hash','4ace3c70d1f5ca15ce3b8b613ff96582'),(76292,1785,'_download_permissions_granted','yes'),(76293,1785,'_recorded_sales','yes'),(76294,1785,'_recorded_coupon_usage_counts','yes'),(76295,1785,'_new_order_email_sent','true'),(76296,1785,'_order_stock_reduced','yes'),(76297,1785,'_billing_first_name','Christine'),(76298,1785,'_billing_last_name','Cherry'),(76299,1785,'_billing_company','NITS END'),(76300,1785,'_billing_address_1','PO BOX 1092'),(76301,1785,'_billing_city','Campton'),(76302,1785,'_billing_state','NH'),(76303,1785,'_billing_postcode','03223'),(76304,1785,'_billing_country','US'),(76305,1785,'_billing_email','info@liceclinicsplaistow.com'),(76306,1785,'_billing_phone','16034983390'),(76307,1785,'_shipping_first_name','Mavery'),(76308,1785,'_shipping_last_name','Del Villar'),(76309,1785,'_shipping_company','NITS END'),(76310,1785,'_shipping_address_1','525 Amherst st'),(76311,1785,'_shipping_address_2','Apt. A-11'),(76312,1785,'_shipping_city','Nashua'),(76313,1785,'_shipping_state','NH'),(76314,1785,'_shipping_postcode','03063'),(76315,1785,'_shipping_country','US'),(76316,1785,'_order_currency','USD'),(76317,1785,'_cart_discount','0'),(76318,1785,'_cart_discount_tax','0'),(76319,1785,'_order_shipping','31.77'),(76320,1785,'_order_shipping_tax','0'),(76321,1785,'_order_tax','0'),(76322,1785,'_order_total','560.49'),(76323,1785,'_order_version','7.4.0'),(76324,1785,'_prices_include_tax','no'),(76325,1785,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(76326,1785,'_shipping_address_index','Mavery Del Villar NITS END 525 Amherst st Apt. A-11 Nashua NH 03063 US '),(76327,1785,'is_vat_exempt','no'),(76328,1785,'Payment type','instant'),(76329,1785,'_paypal_status','completed'),(76330,1785,'_transaction_id','4S367641E32544809'),(76331,1785,'PayPal Transaction Fee','20.05'),(76332,1785,'_date_paid','1679255514'),(76333,1785,'_paid_date','2023-03-19 19:51:54'),(76334,1786,'_order_key','wc_order_xMSAUdFXPuNUa'),(76335,1786,'_customer_user','50'),(76336,1786,'_payment_method','paypal'),(76337,1786,'_payment_method_title','PayPal'),(76338,1786,'_customer_ip_address','73.126.237.59'),(76339,1786,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.50'),(76340,1786,'_created_via','checkout'),(76341,1786,'_cart_hash','4bbfe952cae713688b7089f67c46ac1a'),(76342,1786,'_download_permissions_granted','yes'),(76343,1786,'_recorded_sales','yes'),(76344,1786,'_recorded_coupon_usage_counts','yes'),(76345,1786,'_new_order_email_sent','true'),(76346,1786,'_order_stock_reduced','yes'),(76347,1786,'_billing_first_name','Christine'),(76348,1786,'_billing_last_name','Cherry'),(76349,1786,'_billing_company','NITS END'),(76350,1786,'_billing_address_1','PO BOX 1092'),(76351,1786,'_billing_city','Campton'),(76352,1786,'_billing_state','NH'),(76353,1786,'_billing_postcode','03223'),(76354,1786,'_billing_country','US'),(76355,1786,'_billing_email','info@liceclinicsplaistow.com'),(76356,1786,'_billing_phone','16034983390'),(76357,1786,'_shipping_first_name','Megan'),(76358,1786,'_shipping_last_name','O\'Neil'),(76359,1786,'_shipping_company','NITS END'),(76360,1786,'_shipping_address_1','18 Sheridan St'),(76361,1786,'_shipping_city','Haverhill'),(76362,1786,'_shipping_state','MA'),(76363,1786,'_shipping_postcode','01830'),(76364,1786,'_shipping_country','US'),(76365,1786,'_order_currency','USD'),(76366,1786,'_cart_discount','0'),(76367,1786,'_cart_discount_tax','0'),(76368,1786,'_order_shipping','38.78'),(76369,1786,'_order_shipping_tax','0'),(76370,1786,'_order_tax','0'),(76371,1786,'_order_total','469.34'),(76372,1786,'_order_version','7.4.0'),(76373,1786,'_prices_include_tax','no'),(76374,1786,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(76375,1786,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(76376,1786,'is_vat_exempt','no'),(76377,1787,'_order_key','wc_order_eLatxe4zKX6LX'),(76378,1787,'_customer_user','50'),(76379,1787,'_payment_method','paypal'),(76380,1787,'_payment_method_title','PayPal'),(76381,1787,'_customer_ip_address','73.126.237.59'),(76382,1787,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.50'),(76383,1787,'_created_via','checkout'),(76384,1787,'_cart_hash','00bef775b7737cc85ab55e1ddb77e63c'),(76385,1787,'_download_permissions_granted','yes'),(76386,1787,'_recorded_sales','yes'),(76387,1787,'_recorded_coupon_usage_counts','yes'),(76388,1787,'_new_order_email_sent','true'),(76389,1787,'_order_stock_reduced','yes'),(76390,1787,'_billing_first_name','Christine'),(76391,1787,'_billing_last_name','Cherry'),(76392,1787,'_billing_company','NITS END'),(76393,1787,'_billing_address_1','PO BOX 1092'),(76394,1787,'_billing_city','Campton'),(76395,1787,'_billing_state','NH'),(76396,1787,'_billing_postcode','03223'),(76397,1787,'_billing_country','US'),(76398,1787,'_billing_email','info@liceclinicsplaistow.com'),(76399,1787,'_billing_phone','16034983390'),(76400,1787,'_shipping_first_name','Latasha'),(76401,1787,'_shipping_last_name','Harrington'),(76402,1787,'_shipping_company','Nits End'),(76403,1787,'_shipping_address_1','245 Pond Rd'),(76404,1787,'_shipping_city','Bridgton'),(76405,1787,'_shipping_state','ME'),(76406,1787,'_shipping_postcode','04009'),(76407,1787,'_shipping_country','US'),(76408,1787,'_order_currency','USD'),(76409,1787,'_cart_discount','0'),(76410,1787,'_cart_discount_tax','0'),(76411,1787,'_order_shipping','22.84'),(76412,1787,'_order_shipping_tax','0'),(76413,1787,'_order_tax','0'),(76414,1787,'_order_total','326.92'),(76415,1787,'_order_version','7.4.0'),(76416,1787,'_prices_include_tax','no'),(76417,1787,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(76418,1787,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009 US '),(76419,1787,'is_vat_exempt','no'),(76420,1787,'Payment type','instant'),(76421,1787,'_paypal_status','completed'),(76422,1787,'_transaction_id','7YP23714DP0613436'),(76423,1787,'PayPal Transaction Fee','11.90'),(76424,1787,'_date_paid','1679256299'),(76425,1787,'_paid_date','2023-03-19 20:04:59'),(76426,1786,'_edit_lock','1679430879:2'),(76427,1784,'_edit_lock','1679342680:2'),(76428,1786,'_edit_last','2'),(76429,1784,'_edit_last','2'),(76430,1784,'Payment type','instant'),(76431,1784,'_paypal_status','completed'),(76432,1784,'_transaction_id','8KF74018JB824682T'),(76433,1784,'PayPal Transaction Fee','5.12'),(76434,1784,'_date_paid','1679326910'),(76435,1784,'_paid_date','2023-03-20 15:41:50'),(76481,1789,'_order_key','wc_order_5MmbGhfMfFYrA'),(76482,1789,'_customer_user','67'),(76483,1789,'_payment_method','paypal'),(76484,1789,'_payment_method_title','PayPal'),(76485,1789,'_customer_ip_address','74.77.55.50'),(76486,1789,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76487,1789,'_created_via','checkout'),(76488,1789,'_cart_hash','5352fcdeb209da1f32bd54ed0a6d2015'),(76489,1789,'_download_permissions_granted','yes'),(76490,1789,'_recorded_sales','yes'),(76491,1789,'_recorded_coupon_usage_counts','yes'),(76492,1789,'_new_order_email_sent','true'),(76493,1789,'_order_stock_reduced','yes'),(76494,1789,'_billing_first_name','Marnie'),(76495,1789,'_billing_last_name','Murray'),(76496,1789,'_billing_company','Naughty Nits'),(76497,1789,'_billing_address_1','2809 Wehrle Drive'),(76498,1789,'_billing_address_2','Suite 10'),(76499,1789,'_billing_city','Williamsville'),(76500,1789,'_billing_state','NY'),(76501,1789,'_billing_postcode','14221'),(76502,1789,'_billing_country','US'),(76503,1789,'_billing_email','liceclinicsupstateny@gmail.com'),(76504,1789,'_billing_phone','7166265423'),(76505,1789,'_shipping_first_name','Marnie'),(76506,1789,'_shipping_last_name','Murray'),(76507,1789,'_shipping_company','LCA Buffalo'),(76508,1789,'_shipping_address_1','2809 Wehrle Drive'),(76509,1789,'_shipping_address_2','Suite 10'),(76510,1789,'_shipping_city','Williamsville'),(76511,1789,'_shipping_state','NY'),(76512,1789,'_shipping_postcode','14221'),(76513,1789,'_shipping_country','US'),(76514,1789,'_order_currency','USD'),(76515,1789,'_cart_discount','0'),(76516,1789,'_cart_discount_tax','0'),(76517,1789,'_order_shipping','0'),(76518,1789,'_order_shipping_tax','0'),(76519,1789,'_order_tax','0'),(76520,1789,'_order_total','1255.20'),(76521,1789,'_order_version','7.4.0'),(76522,1789,'_prices_include_tax','no'),(76523,1789,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(76524,1789,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(76525,1789,'is_vat_exempt','no'),(76526,1789,'Payment type','instant'),(76527,1789,'_paypal_status','completed'),(76528,1789,'_transaction_id','1BG42695CD556063L'),(76529,1789,'PayPal Transaction Fee','44.30'),(76530,1789,'_date_paid','1679332808');
INSERT INTO `wp_postmeta` VALUES (76531,1789,'_paid_date','2023-03-20 17:20:08'),(76532,1785,'_edit_lock','1679337330:2'),(76533,1785,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230415\";s:12:\"date_shipped\";s:10:\"1679270400\";s:11:\"tracking_id\";s:32:\"cef4ac36c5d71e71faaaa77f8a3e073e\";}}'),(76534,1785,'_edit_last','2'),(76535,1785,'_date_completed','1679337216'),(76536,1785,'_completed_date','2023-03-20 18:33:36'),(76537,1787,'_edit_lock','1679337328:2'),(76538,1787,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230390\";s:12:\"date_shipped\";s:10:\"1679270400\";s:11:\"tracking_id\";s:32:\"d08562c7197e01b268d5543e40a3a32b\";}}'),(76539,1787,'_edit_last','2'),(76540,1787,'_date_completed','1679337279'),(76541,1787,'_completed_date','2023-03-20 18:34:39'),(76542,1783,'Payment type','instant'),(76543,1783,'_paypal_status','completed'),(76544,1783,'_transaction_id','1AJ98742NR8469344'),(76545,1783,'PayPal Transaction Fee','24.50'),(76546,1783,'_date_paid','1679338126'),(76547,1783,'_paid_date','2023-03-20 18:48:46'),(76548,1786,'Payment type','instant'),(76549,1786,'_paypal_status','completed'),(76550,1786,'_transaction_id','7DW011002T3355901'),(76551,1786,'PayPal Transaction Fee','16.87'),(76552,1786,'_date_paid','1679340229'),(76553,1786,'_paid_date','2023-03-20 19:23:49'),(76554,1784,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230460\";s:12:\"date_shipped\";s:10:\"1679270400\";s:11:\"tracking_id\";s:32:\"de356a8928a626c2bb4b2522ff31b780\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230459\";s:12:\"date_shipped\";i:1679342817;s:11:\"tracking_id\";s:32:\"1090dcd25a3b0cb584f84cf686016f3a\";}}'),(76555,1784,'_date_completed','1679342819'),(76556,1784,'_completed_date','2023-03-20 20:06:59'),(76557,1790,'_order_key','wc_order_cus1FBAXcsrGt'),(76558,1790,'_customer_user','3'),(76559,1790,'_payment_method','paypal'),(76560,1790,'_payment_method_title','PayPal'),(76561,1790,'_customer_ip_address','70.142.202.154'),(76562,1790,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36'),(76563,1790,'_created_via','checkout'),(76564,1790,'_cart_hash','3d6ea88e7a107343d7f2b4a2a70a61f8'),(76565,1790,'_download_permissions_granted','yes'),(76566,1790,'_recorded_sales','yes'),(76567,1790,'_recorded_coupon_usage_counts','yes'),(76568,1790,'_new_order_email_sent','true'),(76569,1790,'_order_stock_reduced','yes'),(76570,1790,'_billing_first_name','AMANDA'),(76571,1790,'_billing_last_name','Westerman'),(76572,1790,'_billing_company','Lice Clinics of America'),(76573,1790,'_billing_address_1','1709 Damian Way'),(76574,1790,'_billing_city','Richardson'),(76575,1790,'_billing_state','TX'),(76576,1790,'_billing_postcode','75081'),(76577,1790,'_billing_country','US'),(76578,1790,'_billing_email','awesterman1103@gmail.com'),(76579,1790,'_billing_phone','12144175741'),(76580,1790,'_shipping_first_name','Amanda'),(76581,1790,'_shipping_last_name','Westerman'),(76582,1790,'_shipping_company','Lice Clinics of America McKinney'),(76583,1790,'_shipping_address_1','3120 Hudson Crossing'),(76584,1790,'_shipping_address_2','Suite A2'),(76585,1790,'_shipping_city','MCKINNEY'),(76586,1790,'_shipping_state','TX'),(76587,1790,'_shipping_postcode','75070'),(76588,1790,'_shipping_country','US'),(76589,1790,'_order_currency','USD'),(76590,1790,'_cart_discount','0'),(76591,1790,'_cart_discount_tax','0'),(76592,1790,'_order_shipping','0'),(76593,1790,'_order_shipping_tax','0'),(76594,1790,'_order_tax','0'),(76595,1790,'_order_total','831.62'),(76596,1790,'_order_version','7.4.0'),(76597,1790,'_prices_include_tax','no'),(76598,1790,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(76599,1790,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(76600,1790,'is_vat_exempt','no'),(76601,1790,'Payment type','instant'),(76602,1790,'_paypal_status','completed'),(76603,1790,'_transaction_id','0RV67064K70523335'),(76604,1790,'PayPal Transaction Fee','29.51'),(76605,1790,'_date_paid','1679345071'),(76606,1790,'_paid_date','2023-03-20 20:44:31'),(76611,1791,'_order_key','wc_order_vS50a8Bftdv5g'),(76612,1791,'_customer_user','0'),(76613,1791,'_payment_method','paypal'),(76614,1791,'_payment_method_title','PayPal'),(76615,1791,'_customer_ip_address','136.49.57.192'),(76616,1791,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76617,1791,'_created_via','checkout'),(76618,1791,'_cart_hash','7d94a4414a10889adedce1b280af03c9'),(76619,1791,'_download_permissions_granted','yes'),(76620,1791,'_recorded_sales','yes'),(76621,1791,'_recorded_coupon_usage_counts','yes'),(76622,1791,'_new_order_email_sent','true'),(76623,1791,'_order_stock_reduced','yes'),(76624,1791,'_billing_first_name','Lee'),(76625,1791,'_billing_last_name','Rogers'),(76626,1791,'_billing_company','United States'),(76627,1791,'_billing_address_1','40 N Interstate 35'),(76628,1791,'_billing_address_2','APT 4B2'),(76629,1791,'_billing_city','Austin'),(76630,1791,'_billing_state','TX'),(76631,1791,'_billing_postcode','78701'),(76632,1791,'_billing_country','US'),(76633,1791,'_billing_email','leerogers3301@gmail.com'),(76634,1791,'_billing_phone','316-727-9951'),(76635,1791,'_shipping_first_name','Kaitlin'),(76636,1791,'_shipping_last_name','Ryan'),(76637,1791,'_shipping_company','LCA Dublin'),(76638,1791,'_shipping_address_1','5910 Wilcox Place'),(76639,1791,'_shipping_address_2','Suite E'),(76640,1791,'_shipping_city','Dublin'),(76641,1791,'_shipping_state','OH'),(76642,1791,'_shipping_postcode','43016'),(76643,1791,'_shipping_country','US'),(76644,1791,'_order_currency','USD'),(76645,1791,'_cart_discount','0'),(76646,1791,'_cart_discount_tax','0'),(76647,1791,'_order_shipping','0'),(76648,1791,'_order_shipping_tax','0'),(76649,1791,'_order_tax','0'),(76650,1791,'_order_total','858.42'),(76651,1791,'_order_version','7.4.0'),(76652,1791,'_prices_include_tax','no'),(76653,1791,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(76654,1791,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(76655,1791,'is_vat_exempt','no'),(76656,1791,'Payment type','instant'),(76657,1791,'_paypal_status','completed'),(76658,1791,'_transaction_id','98C78164L68314148'),(76659,1791,'PayPal Transaction Fee','30.45'),(76660,1791,'_date_paid','1679364423'),(76661,1791,'_paid_date','2023-03-21 02:07:03'),(76663,1792,'_order_key','wc_order_ms2HkzLww1UcM'),(76664,1792,'_customer_user','37'),(76665,1792,'_payment_method','paypal'),(76666,1792,'_payment_method_title','PayPal'),(76667,1792,'_customer_ip_address','75.91.13.96'),(76668,1792,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.44'),(76669,1792,'_created_via','checkout'),(76670,1792,'_cart_hash','16ecffdf55b9907aefcfbdb074263158'),(76671,1792,'_download_permissions_granted','yes'),(76672,1792,'_recorded_sales','yes'),(76673,1792,'_recorded_coupon_usage_counts','yes'),(76674,1792,'_new_order_email_sent','true'),(76675,1792,'_order_stock_reduced','yes'),(76676,1792,'_billing_first_name','Melody'),(76677,1792,'_billing_last_name','Carter'),(76678,1792,'_billing_company','Family Hair Clinic of South Ga LLC'),(76679,1792,'_billing_address_1','7754 GA HIGHWAY 122 W'),(76680,1792,'_billing_city','HAHIRA'),(76681,1792,'_billing_state','GA'),(76682,1792,'_billing_postcode','31632-2210'),(76683,1792,'_billing_country','US'),(76684,1792,'_billing_email','familyhairclinic@gmail.com'),(76685,1792,'_billing_phone','2294151748'),(76686,1792,'_shipping_first_name','Melody'),(76687,1792,'_shipping_last_name','Carter'),(76688,1792,'_shipping_company','LCA Family Hair Clinic'),(76689,1792,'_shipping_address_1','7754 GA Highway 122 W'),(76690,1792,'_shipping_city','Hahira'),(76691,1792,'_shipping_state','GA'),(76692,1792,'_shipping_postcode','31632'),(76693,1792,'_shipping_country','US'),(76694,1792,'_order_currency','USD'),(76695,1792,'_cart_discount','0'),(76696,1792,'_cart_discount_tax','0'),(76697,1792,'_order_shipping','14.68'),(76698,1792,'_order_shipping_tax','0'),(76699,1792,'_order_tax','0'),(76700,1792,'_order_total','205.08'),(76701,1792,'_order_version','7.4.0'),(76702,1792,'_prices_include_tax','no'),(76703,1792,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(76704,1792,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W  Hahira GA 31632 US '),(76705,1792,'is_vat_exempt','no'),(76706,1792,'Payment type','instant'),(76707,1792,'_paypal_status','completed'),(76708,1792,'_transaction_id','70696302A4932891A'),(76709,1792,'PayPal Transaction Fee','7.65'),(76710,1792,'_date_paid','1679419798'),(76711,1792,'_paid_date','2023-03-21 17:29:58'),(76712,1786,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230595\";s:12:\"date_shipped\";s:10:\"1679356800\";s:11:\"tracking_id\";s:32:\"c1761746cc067a6059e589bb9f3ea9c7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230584\";s:12:\"date_shipped\";i:1679431012;s:11:\"tracking_id\";s:32:\"47a5345830a1b6186174576ed63da834\";}}'),(76713,1786,'_date_completed','1679431015'),(76714,1786,'_completed_date','2023-03-21 20:36:55'),(76715,1790,'_edit_lock','1679430925:2'),(76716,1790,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230713\";s:12:\"date_shipped\";s:10:\"1679356800\";s:11:\"tracking_id\";s:32:\"18da1d7b722ba5ec6b62f87d2dcfa3c6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230702\";s:12:\"date_shipped\";i:1679431044;s:11:\"tracking_id\";s:32:\"3c41df5abb7c6bf21e0ae2cddae2958b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230698\";s:12:\"date_shipped\";i:1679431049;s:11:\"tracking_id\";s:32:\"53659515d89a0d74130b2afaaf1bcda9\";}}'),(76717,1790,'_edit_last','2'),(76718,1790,'_date_completed','1679431061'),(76719,1790,'_completed_date','2023-03-21 20:37:41'),(76720,1792,'_edit_lock','1679431041:2'),(76721,1792,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230735\";s:12:\"date_shipped\";s:10:\"1679356800\";s:11:\"tracking_id\";s:32:\"1baaa37f28d0747bf9d55763eae81083\";}}'),(76722,1792,'_edit_last','2'),(76723,1792,'_date_completed','1679431108'),(76724,1792,'_completed_date','2023-03-21 20:38:28'),(76725,1793,'_order_key','wc_order_XoCzsGNZgpvhB'),(76726,1793,'_customer_user','4'),(76727,1793,'_payment_method','paypal'),(76728,1793,'_payment_method_title','PayPal'),(76729,1793,'_customer_ip_address','98.202.98.57'),(76730,1793,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76731,1793,'_created_via','checkout'),(76732,1793,'_cart_hash','63c595191729a8b5f1beba02d4a54d50'),(76733,1793,'_download_permissions_granted','yes'),(76734,1793,'_recorded_sales','yes'),(76735,1793,'_recorded_coupon_usage_counts','yes'),(76736,1793,'_new_order_email_sent','true'),(76737,1793,'_order_stock_reduced','yes'),(76738,1793,'_billing_first_name','David'),(76739,1793,'_billing_last_name','Washburn'),(76740,1793,'_billing_company','Larada Sciences (LCA)'),(76741,1793,'_billing_address_1','4873 South State St.'),(76742,1793,'_billing_city','Murray'),(76743,1793,'_billing_state','UT'),(76744,1793,'_billing_postcode','84107'),(76745,1793,'_billing_country','US'),(76746,1793,'_billing_email','david@laradasciences.com'),(76747,1793,'_billing_phone','8019197428'),(76748,1793,'_shipping_first_name','David'),(76749,1793,'_shipping_last_name','Washburn'),(76750,1793,'_shipping_company','Larada Sciences (LCA)'),(76751,1793,'_shipping_address_1','4873 South State St.'),(76752,1793,'_shipping_city','Murray'),(76753,1793,'_shipping_state','UT'),(76754,1793,'_shipping_postcode','84107'),(76755,1793,'_shipping_country','US'),(76756,1793,'_order_currency','USD'),(76757,1793,'_cart_discount','0'),(76758,1793,'_cart_discount_tax','0'),(76759,1793,'_order_shipping','0'),(76760,1793,'_order_shipping_tax','0'),(76761,1793,'_order_tax','0'),(76762,1793,'_order_total','900.96'),(76763,1793,'_order_version','7.4.0'),(76764,1793,'_prices_include_tax','no'),(76765,1793,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(76766,1793,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(76767,1793,'is_vat_exempt','no'),(76768,1793,'_edit_lock','1679587103:2'),(76769,1793,'_edit_last','2'),(76770,1789,'_edit_lock','1679503609:2'),(76771,1789,'_wc_shipment_tracking_items','a:2:{i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230790\";s:12:\"date_shipped\";s:10:\"1679443200\";s:11:\"tracking_id\";s:32:\"faf74ed10f225db6e7ef8b4528ef2198\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230805\";s:12:\"date_shipped\";i:1679503715;s:11:\"tracking_id\";s:32:\"4d7231bfb20119b1656d825fe695c3f9\";}}'),(76772,1789,'_edit_last','2'),(76773,1789,'_date_completed','1679503597'),(76774,1789,'_completed_date','2023-03-22 16:46:37'),(76775,1791,'_edit_lock','1679503754:2'),(76776,1783,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230632\";s:12:\"date_shipped\";s:10:\"1679443200\";s:11:\"tracking_id\";s:32:\"a659b584ad4c2675459d16e8c4221540\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230643\";s:12:\"date_shipped\";i:1679503675;s:11:\"tracking_id\";s:32:\"78e0231d3e5adbecee18067bfda4915a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230654\";s:12:\"date_shipped\";i:1679503682;s:11:\"tracking_id\";s:32:\"cd195430fea6b1699e73f2adfbf903b2\";}}'),(76777,1783,'_date_completed','1679503685'),(76778,1783,'_completed_date','2023-03-22 16:48:05'),(76779,1791,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230665\";s:12:\"date_shipped\";s:10:\"1679443200\";s:11:\"tracking_id\";s:32:\"ecd8df3a03a18423babf92e9afde9384\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230805\";s:12:\"date_shipped\";i:1679503744;s:11:\"tracking_id\";s:32:\"973a85ddf43ef4c2b518d42c8f69ea3f\";}}'),(76780,1791,'_edit_last','2'),(76781,1791,'_date_completed','1679503748'),(76782,1791,'_completed_date','2023-03-22 16:49:08'),(76783,1793,'Payment type','instant'),(76784,1793,'_paypal_status','completed'),(76785,1793,'_transaction_id','4MA93973CR039834X'),(76786,1793,'PayPal Transaction Fee','31.93'),(76787,1793,'_date_paid','1679506192'),(76788,1793,'_paid_date','2023-03-22 17:29:52'),(76789,1794,'_order_key','wc_order_3e8DXTZMIEf8W'),(76790,1794,'_customer_user','76'),(76791,1794,'_payment_method','paypal'),(76792,1794,'_payment_method_title','PayPal'),(76793,1794,'_customer_ip_address','146.115.131.163'),(76794,1794,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(76795,1794,'_created_via','checkout'),(76796,1794,'_cart_hash','9f0c6e4db7704c630144334d1f867881'),(76797,1794,'_download_permissions_granted','yes'),(76798,1794,'_recorded_sales','yes'),(76799,1794,'_recorded_coupon_usage_counts','yes'),(76800,1794,'_new_order_email_sent','true'),(76801,1794,'_order_stock_reduced','yes'),(76802,1794,'_billing_first_name','Naomi'),(76803,1794,'_billing_last_name','Golden'),(76804,1794,'_billing_address_1','31 Mann Ave'),(76805,1794,'_billing_city','Needham'),(76806,1794,'_billing_state','MA'),(76807,1794,'_billing_postcode','02492'),(76808,1794,'_billing_country','US'),(76809,1794,'_billing_email','nrgolden6486@gmail.com'),(76810,1794,'_billing_phone','617-851-1322'),(76811,1794,'_shipping_first_name','Naomi'),(76812,1794,'_shipping_last_name','Golden'),(76813,1794,'_shipping_company','Lice Aunties'),(76814,1794,'_shipping_address_1','3 Baldwin Green Common'),(76815,1794,'_shipping_address_2','Suite 310'),(76816,1794,'_shipping_city','Woburn'),(76817,1794,'_shipping_state','MA'),(76818,1794,'_shipping_postcode','01801'),(76819,1794,'_shipping_country','US'),(76820,1794,'_order_currency','USD'),(76821,1794,'_cart_discount','0'),(76822,1794,'_cart_discount_tax','0'),(76823,1794,'_order_shipping','0'),(76824,1794,'_order_shipping_tax','0'),(76825,1794,'_order_tax','0'),(76826,1794,'_order_total','758.16'),(76827,1794,'_order_version','7.4.0'),(76828,1794,'_prices_include_tax','no'),(76829,1794,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(76830,1794,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(76831,1794,'is_vat_exempt','no'),(76832,1794,'_edit_lock','1679602740:2'),(76833,1794,'_edit_last','2'),(76834,1794,'Payment type','instant'),(76835,1794,'_paypal_status','completed'),(76836,1794,'_transaction_id','25W613628P945981R'),(76837,1794,'PayPal Transaction Fee','26.95'),(76838,1794,'_date_paid','1679521431'),(76839,1794,'_paid_date','2023-03-22 21:43:51'),(76840,1795,'_order_key','wc_order_HJMHHcirW6kds'),(76841,1795,'_customer_user','28'),(76842,1795,'_payment_method','paypal'),(76843,1795,'_payment_method_title','PayPal'),(76844,1795,'_customer_ip_address','172.115.255.171'),(76845,1795,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76846,1795,'_created_via','checkout'),(76847,1795,'_cart_hash','6f6158de6946fe939a66d40415ba614e'),(76848,1795,'_download_permissions_granted','yes'),(76849,1795,'_recorded_sales','yes'),(76850,1795,'_recorded_coupon_usage_counts','yes'),(76851,1795,'_new_order_email_sent','true'),(76852,1795,'_order_stock_reduced','yes'),(76853,1795,'_billing_first_name','Kelli'),(76854,1795,'_billing_last_name','Washington'),(76855,1795,'_billing_company','Lice Clinics of America - Temecula'),(76856,1795,'_billing_address_1','2438 Bear Rock Gln'),(76857,1795,'_billing_city','Escondido'),(76858,1795,'_billing_state','CA'),(76859,1795,'_billing_postcode','92026'),(76860,1795,'_billing_country','US'),(76861,1795,'_billing_email','info@liceclinicstemecula.com'),(76862,1795,'_billing_phone','7606255580'),(76863,1795,'_shipping_first_name','Kelli'),(76864,1795,'_shipping_last_name','Washington'),(76865,1795,'_shipping_company','Lice Clinics of America - Temecula'),(76866,1795,'_shipping_address_1','2438 Bear Rock Gln'),(76867,1795,'_shipping_city','Escondido'),(76868,1795,'_shipping_state','CA'),(76869,1795,'_shipping_postcode','92026'),(76870,1795,'_shipping_country','US'),(76871,1795,'_order_currency','USD'),(76872,1795,'_cart_discount','0'),(76873,1795,'_cart_discount_tax','0'),(76874,1795,'_order_shipping','23.62'),(76875,1795,'_order_shipping_tax','0'),(76876,1795,'_order_tax','0'),(76877,1795,'_order_total','261.22'),(76878,1795,'_order_version','7.4.0'),(76879,1795,'_prices_include_tax','no'),(76880,1795,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(76881,1795,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(76882,1795,'is_vat_exempt','no'),(76883,1795,'Payment type','instant'),(76884,1795,'_paypal_status','completed'),(76885,1795,'_transaction_id','9NX25837RN109630N'),(76886,1795,'PayPal Transaction Fee','9.61'),(76887,1795,'_date_paid','1679521944'),(76888,1795,'_paid_date','2023-03-22 21:52:24'),(76889,1793,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230893\";s:12:\"date_shipped\";s:10:\"1679529600\";s:11:\"tracking_id\";s:32:\"d1dad1cbd8c174501b1443ce62af20e8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230882\";s:12:\"date_shipped\";i:1679584829;s:11:\"tracking_id\";s:32:\"c6135ed281c43c2c5dea91e7e41a795e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230871\";s:12:\"date_shipped\";i:1679584836;s:11:\"tracking_id\";s:32:\"6d2e70150a681e7dc777717756c1242c\";}}'),(76890,1793,'_date_completed','1679584842'),(76891,1793,'_completed_date','2023-03-23 15:20:42'),(76892,1794,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230974\";s:12:\"date_shipped\";s:10:\"1679529600\";s:11:\"tracking_id\";s:32:\"bf2ebe09c03713a54c51ee86d6103c35\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230963\";s:12:\"date_shipped\";i:1679602860;s:11:\"tracking_id\";s:32:\"6dfe0368b5d83b7fecd40b28c128c9f2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230952\";s:12:\"date_shipped\";i:1679602866;s:11:\"tracking_id\";s:32:\"1a2eec7245ac9be13b7c401640addf95\";}}'),(76893,1794,'_date_completed','1679602870'),(76894,1794,'_completed_date','2023-03-23 20:21:10'),(76895,1795,'_edit_lock','1679603318:2'),(76896,1795,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830230930\";s:12:\"date_shipped\";s:10:\"1679529600\";s:11:\"tracking_id\";s:32:\"07cfc77c376c8b8073f2a082af5c6c9a\";}}'),(76897,1795,'_edit_last','2'),(76898,1795,'_date_completed','1679602941'),(76899,1795,'_completed_date','2023-03-23 20:22:21'),(76903,1796,'_order_key','wc_order_f6wTEJB3cSvqt'),(76904,1796,'_customer_user','66'),(76905,1796,'_payment_method','paypal'),(76906,1796,'_payment_method_title','PayPal'),(76907,1796,'_customer_ip_address','68.134.93.73'),(76908,1796,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0'),(76909,1796,'_created_via','checkout'),(76910,1796,'_cart_hash','a8e830987475067164ddcbcb69e11fea'),(76911,1796,'_download_permissions_granted','yes'),(76912,1796,'_recorded_sales','yes'),(76913,1796,'_recorded_coupon_usage_counts','yes'),(76914,1796,'_new_order_email_sent','true'),(76915,1796,'_order_stock_reduced','yes'),(76916,1796,'_billing_first_name','Mark'),(76917,1796,'_billing_last_name','Dent'),(76918,1796,'_billing_company','Lice Clinics of Maryland'),(76919,1796,'_billing_address_1','801 W 33rd Street'),(76920,1796,'_billing_city','BAltimore'),(76921,1796,'_billing_state','MD'),(76922,1796,'_billing_postcode','21211'),(76923,1796,'_billing_country','US'),(76924,1796,'_billing_email','info@liceclinicsofmaryland.com'),(76925,1796,'_billing_phone','4438349991'),(76926,1796,'_shipping_first_name','Dawn'),(76927,1796,'_shipping_last_name','Mumaw'),(76928,1796,'_shipping_company','LCA Baltimore'),(76929,1796,'_shipping_address_1','604 Providence Road'),(76930,1796,'_shipping_city','Towson'),(76931,1796,'_shipping_state','MD'),(76932,1796,'_shipping_postcode','21286'),(76933,1796,'_shipping_country','US'),(76934,1796,'_order_currency','USD'),(76935,1796,'_cart_discount','0'),(76936,1796,'_cart_discount_tax','0'),(76937,1796,'_order_shipping','0'),(76938,1796,'_order_shipping_tax','0'),(76939,1796,'_order_tax','0'),(76940,1796,'_order_total','2083.48'),(76941,1796,'_order_version','7.5.1'),(76942,1796,'_prices_include_tax','no'),(76943,1796,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(76944,1796,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(76945,1796,'is_vat_exempt','no'),(76946,1796,'Payment type','instant'),(76947,1796,'_paypal_status','completed'),(76948,1796,'_transaction_id','1FE54113HV1798901'),(76949,1796,'PayPal Transaction Fee','73.20'),(76950,1796,'_date_paid','1679689700'),(76951,1796,'_paid_date','2023-03-24 20:28:20'),(76952,1797,'_order_key','wc_order_sPcnErEur3Cd9'),(76953,1797,'_customer_user','77'),(76954,1797,'_payment_method','paypal'),(76955,1797,'_payment_method_title','PayPal'),(76956,1797,'_customer_ip_address','107.205.56.86'),(76957,1797,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(76958,1797,'_created_via','checkout'),(76959,1797,'_cart_hash','2f729b344cb7f7bbce6d0f127b8065e8'),(76960,1797,'_download_permissions_granted','yes'),(76961,1797,'_recorded_sales','yes'),(76962,1797,'_recorded_coupon_usage_counts','yes'),(76963,1797,'_new_order_email_sent','true'),(76964,1797,'_order_stock_reduced','yes'),(76965,1797,'_billing_first_name','Phil'),(76966,1797,'_billing_last_name','Moon'),(76967,1797,'_billing_company','Lice Clinics of America--LAS VEGAS'),(76968,1797,'_billing_address_1','585 56th Street'),(76969,1797,'_billing_city','Oakland'),(76970,1797,'_billing_state','CA'),(76971,1797,'_billing_postcode','94609'),(76972,1797,'_billing_country','US'),(76973,1797,'_billing_email','info@liceclinicsfresno.com'),(76974,1797,'_billing_phone','5593046305'),(76975,1797,'_shipping_first_name','Kristen'),(76976,1797,'_shipping_last_name','Maroot-Rippee'),(76977,1797,'_shipping_company','Lice Busters LLC. LAS VEGAS'),(76978,1797,'_shipping_address_1','487 W. Scott Avenue'),(76979,1797,'_shipping_city','Fresno'),(76980,1797,'_shipping_state','CA'),(76981,1797,'_shipping_postcode','93704'),(76982,1797,'_shipping_country','US'),(76983,1797,'_order_currency','USD'),(76984,1797,'_cart_discount','0'),(76985,1797,'_cart_discount_tax','0'),(76986,1797,'_order_shipping','0'),(76987,1797,'_order_shipping_tax','0'),(76988,1797,'_order_tax','0'),(76989,1797,'_order_total','4188.12'),(76990,1797,'_order_version','7.5.1'),(76991,1797,'_prices_include_tax','no'),(76992,1797,'_billing_address_index','Phil Moon Lice Clinics of America--LAS VEGAS 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(76993,1797,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. LAS VEGAS 487 W. Scott Avenue  Fresno CA 93704 US '),(76994,1797,'is_vat_exempt','no'),(76995,1797,'Payment type','instant'),(76996,1797,'_paypal_status','completed'),(76997,1797,'_transaction_id','69D15684F0680090X'),(76998,1797,'PayPal Transaction Fee','146.66'),(76999,1797,'_date_paid','1679691840'),(77000,1797,'_paid_date','2023-03-24 21:04:00'),(77001,1799,'_order_key','wc_order_CNEupYZ6LVech'),(77002,1799,'_customer_user','3'),(77003,1799,'_payment_method','paypal'),(77004,1799,'_payment_method_title','PayPal'),(77005,1799,'_customer_ip_address','70.142.202.154'),(77006,1799,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77007,1799,'_created_via','checkout'),(77008,1799,'_cart_hash','e0c541d8dc65b5cb183c130b09708a32'),(77009,1799,'_download_permissions_granted','yes'),(77010,1799,'_recorded_sales','yes'),(77011,1799,'_recorded_coupon_usage_counts','yes'),(77012,1799,'_new_order_email_sent','true'),(77013,1799,'_order_stock_reduced','yes'),(77014,1799,'_billing_first_name','AMANDA'),(77015,1799,'_billing_last_name','Westerman'),(77016,1799,'_billing_company','Lice Clinics of America'),(77017,1799,'_billing_address_1','1709 Damian Way'),(77018,1799,'_billing_city','Richardson'),(77019,1799,'_billing_state','TX'),(77020,1799,'_billing_postcode','75081'),(77021,1799,'_billing_country','US'),(77022,1799,'_billing_email','awesterman1103@gmail.com'),(77023,1799,'_billing_phone','12144175741'),(77024,1799,'_shipping_first_name','AMANDA'),(77025,1799,'_shipping_last_name','Westerman'),(77026,1799,'_shipping_company','Lice Clinics of America McKinney'),(77027,1799,'_shipping_address_1','1709 Damian Way'),(77028,1799,'_shipping_city','Richardson'),(77029,1799,'_shipping_state','TX'),(77030,1799,'_shipping_postcode','75081'),(77031,1799,'_shipping_country','US'),(77032,1799,'_order_currency','USD'),(77033,1799,'_cart_discount','0'),(77034,1799,'_cart_discount_tax','0'),(77035,1799,'_order_shipping','0'),(77036,1799,'_order_shipping_tax','0'),(77037,1799,'_order_tax','0'),(77038,1799,'_order_total','1097.34'),(77039,1799,'_order_version','7.4.0'),(77040,1799,'_prices_include_tax','no'),(77041,1799,'_billing_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US awesterman1103@gmail.com 12144175741'),(77042,1799,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(77043,1799,'is_vat_exempt','no'),(77044,1799,'Payment type','instant'),(77045,1799,'_paypal_status','completed'),(77046,1799,'_transaction_id','30Y93516F4486264D'),(77047,1799,'PayPal Transaction Fee','38.79'),(77048,1799,'_date_paid','1679931457'),(77049,1799,'_paid_date','2023-03-27 15:37:37'),(77050,1799,'_edit_lock','1679953110:2'),(77051,1799,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231639\";s:12:\"date_shipped\";s:10:\"1679875200\";s:11:\"tracking_id\";s:32:\"25fa30b38e62d78c9ee32c8d25b7f191\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231628\";s:12:\"date_shipped\";i:1679953056;s:11:\"tracking_id\";s:32:\"43ec4f017a4e87edd7d55a2975565e82\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231617\";s:12:\"date_shipped\";i:1679953061;s:11:\"tracking_id\";s:32:\"8a370863ffb87ad184600f29063f3854\";}}'),(77052,1799,'_edit_last','2'),(77053,1799,'_date_completed','1679953063'),(77054,1799,'_completed_date','2023-03-27 21:37:43'),(77055,1800,'_order_key','wc_order_sCVkrapC3dVU9'),(77056,1800,'_customer_user','54'),(77057,1800,'_payment_method','paypal'),(77058,1800,'_payment_method_title','PayPal'),(77059,1800,'_customer_ip_address','67.175.206.111'),(77060,1800,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.97.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.167 Safari/537.36'),(77061,1800,'_created_via','checkout'),(77062,1800,'_cart_hash','47664d3867028c698fcaf38cc7a6d30a'),(77063,1800,'_download_permissions_granted','yes'),(77064,1800,'_recorded_sales','yes'),(77065,1800,'_recorded_coupon_usage_counts','yes'),(77066,1800,'_new_order_email_sent','true'),(77067,1800,'_order_stock_reduced','yes'),(77068,1800,'_billing_first_name','Erin'),(77069,1800,'_billing_last_name','Hawn'),(77070,1800,'_billing_address_1','10 W Phillip Rd'),(77071,1800,'_billing_address_2','123'),(77072,1800,'_billing_city','Vernon Hills'),(77073,1800,'_billing_state','IL'),(77074,1800,'_billing_postcode','60061'),(77075,1800,'_billing_country','US'),(77076,1800,'_billing_email','info@liceclinicsvernonhills.com'),(77077,1800,'_billing_phone','8475960408'),(77078,1800,'_shipping_first_name','Erin'),(77079,1800,'_shipping_last_name','Hawn'),(77080,1800,'_shipping_address_1','1491 S Amarias Dr'),(77081,1800,'_shipping_city','Round lake'),(77082,1800,'_shipping_state','IL'),(77083,1800,'_shipping_postcode','60073'),(77084,1800,'_shipping_country','US'),(77085,1800,'_order_currency','USD'),(77086,1800,'_cart_discount','0'),(77087,1800,'_cart_discount_tax','0'),(77088,1800,'_order_shipping','0'),(77089,1800,'_order_shipping_tax','0'),(77090,1800,'_order_tax','0'),(77091,1800,'_order_total','630.88'),(77092,1800,'_order_version','7.5.1'),(77093,1800,'_prices_include_tax','no'),(77094,1800,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(77095,1800,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(77096,1800,'is_vat_exempt','no'),(77097,1800,'Payment type','instant'),(77098,1800,'_paypal_status','completed'),(77099,1800,'_transaction_id','4A611204TN773515H'),(77100,1800,'PayPal Transaction Fee','22.51'),(77101,1800,'_date_paid','1679967447'),(77102,1800,'_paid_date','2023-03-28 01:37:27'),(77103,1800,'_edit_lock','1680031334:2'),(77104,1800,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231731\";s:12:\"date_shipped\";s:10:\"1679961600\";s:11:\"tracking_id\";s:32:\"b8253c2fe352ba71099a1b0d6f08ef0f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231720\";s:12:\"date_shipped\";i:1680031316;s:11:\"tracking_id\";s:32:\"e3a426bbcd29135100dabbe03a59eaf3\";}}'),(77105,1800,'_edit_last','2'),(77106,1800,'_date_completed','1680031403'),(77107,1800,'_completed_date','2023-03-28 19:23:23'),(77114,1801,'_order_key','wc_order_Tqzu99t9FX0EL'),(77115,1801,'_customer_user','76'),(77116,1801,'_payment_method','paypal'),(77117,1801,'_payment_method_title','PayPal'),(77118,1801,'_customer_ip_address','73.126.87.181'),(77119,1801,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(77120,1801,'_created_via','checkout'),(77121,1801,'_cart_hash','6fae949c3fe65e3a10c43f8324ff0214'),(77122,1801,'_download_permissions_granted','yes'),(77123,1801,'_recorded_sales','yes'),(77124,1801,'_recorded_coupon_usage_counts','yes'),(77125,1801,'_new_order_email_sent','true'),(77126,1801,'_order_stock_reduced','yes'),(77127,1801,'_billing_first_name','Naomi'),(77128,1801,'_billing_last_name','Golden'),(77129,1801,'_billing_address_1','31 Mann Ave'),(77130,1801,'_billing_city','Needham'),(77131,1801,'_billing_state','MA'),(77132,1801,'_billing_postcode','02492'),(77133,1801,'_billing_country','US'),(77134,1801,'_billing_email','nrgolden6486@gmail.com'),(77135,1801,'_billing_phone','617-851-1322'),(77136,1801,'_shipping_first_name','Naomi'),(77137,1801,'_shipping_last_name','Golden'),(77138,1801,'_shipping_company','Lice Aunties'),(77139,1801,'_shipping_address_1','1349 Centre Street'),(77140,1801,'_shipping_city','Newton'),(77141,1801,'_shipping_state','MA'),(77142,1801,'_shipping_postcode','02459'),(77143,1801,'_shipping_country','US'),(77144,1801,'_order_currency','USD'),(77145,1801,'_cart_discount','0'),(77146,1801,'_cart_discount_tax','0'),(77147,1801,'_order_shipping','0'),(77148,1801,'_order_shipping_tax','0'),(77149,1801,'_order_tax','0'),(77150,1801,'_order_total','522.72'),(77151,1801,'_order_version','7.5.1'),(77152,1801,'_prices_include_tax','no'),(77153,1801,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(77154,1801,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street  Newton MA 02459 US '),(77155,1801,'is_vat_exempt','no'),(77156,1802,'_order_key','wc_order_j4Fi9lpMvCoOl'),(77157,1802,'_customer_user','29'),(77158,1802,'_payment_method','paypal'),(77159,1802,'_payment_method_title','PayPal'),(77160,1802,'_customer_ip_address','73.13.211.63'),(77161,1802,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(77162,1802,'_created_via','checkout'),(77163,1802,'_cart_hash','d2cd165008b6fe077b3c0d0da55b415a'),(77164,1802,'_download_permissions_granted','yes'),(77165,1802,'_recorded_sales','yes'),(77166,1802,'_recorded_coupon_usage_counts','yes'),(77167,1802,'_new_order_email_sent','true'),(77168,1802,'_order_stock_reduced','yes'),(77169,1802,'_billing_first_name','Kevin'),(77170,1802,'_billing_last_name','Reilly'),(77171,1802,'_billing_address_1','5460 Richie Ct'),(77172,1802,'_billing_city','Pipersville'),(77173,1802,'_billing_state','PA'),(77174,1802,'_billing_postcode','18947'),(77175,1802,'_billing_country','US'),(77176,1802,'_billing_email','info@liceclinicslansdale.com'),(77177,1802,'_billing_phone','2156941408'),(77178,1802,'_shipping_first_name','Kevin'),(77179,1802,'_shipping_last_name','Reilly'),(77180,1802,'_shipping_company','LCA Lansdale'),(77181,1802,'_shipping_address_1','2131 North Broad Street'),(77182,1802,'_shipping_address_2','Suite 101'),(77183,1802,'_shipping_city','Lansdale'),(77184,1802,'_shipping_state','PA'),(77185,1802,'_shipping_postcode','19446'),(77186,1802,'_shipping_country','US'),(77187,1802,'_order_currency','USD'),(77188,1802,'_cart_discount','0'),(77189,1802,'_cart_discount_tax','0'),(77190,1802,'_order_shipping','18.86'),(77191,1802,'_order_shipping_tax','0'),(77192,1802,'_order_tax','0'),(77193,1802,'_order_total','332.86'),(77194,1802,'_order_version','7.5.1'),(77195,1802,'_prices_include_tax','no'),(77196,1802,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(77197,1802,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(77198,1802,'is_vat_exempt','no'),(77199,1802,'Payment type','instant'),(77200,1802,'_paypal_status','completed'),(77201,1802,'_transaction_id','3EN67748F06009139'),(77202,1802,'PayPal Transaction Fee','12.11'),(77203,1802,'_date_paid','1680094242'),(77204,1802,'_paid_date','2023-03-29 12:50:42'),(77205,1801,'_edit_lock','1680201414:2'),(77206,1801,'_edit_last','2'),(77207,1802,'_edit_lock','1680113147:2'),(77208,1802,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231948\";s:12:\"date_shipped\";s:10:\"1680048000\";s:11:\"tracking_id\";s:32:\"14a620f8ac7e01d8daf428a1362d5c2f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231937\";s:12:\"date_shipped\";i:1680112949;s:11:\"tracking_id\";s:32:\"cb50a08db3e975ffad4eda3e6e9d2672\";}}'),(77209,1802,'_edit_last','2'),(77210,1802,'_date_completed','1680112951'),(77211,1802,'_completed_date','2023-03-29 18:02:31'),(77212,1801,'Payment type','instant'),(77213,1801,'_paypal_status','completed'),(77214,1801,'_transaction_id','3E2241052X762915T'),(77215,1801,'PayPal Transaction Fee','18.73'),(77216,1801,'_date_paid','1680122621'),(77217,1801,'_paid_date','2023-03-29 20:43:41'),(77218,1803,'_order_key','wc_order_WRPLJYpnmWyUO'),(77219,1803,'_customer_user','47'),(77220,1803,'_payment_method','paypal'),(77221,1803,'_payment_method_title','PayPal'),(77222,1803,'_customer_ip_address','174.197.7.245'),(77223,1803,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1'),(77224,1803,'_created_via','checkout'),(77225,1803,'_cart_hash','00960c2fa191f1f04572a63c5b1fd83f'),(77226,1803,'_download_permissions_granted','yes'),(77227,1803,'_recorded_sales','yes'),(77228,1803,'_recorded_coupon_usage_counts','yes'),(77229,1803,'_new_order_email_sent','true'),(77230,1803,'_order_stock_reduced','yes'),(77231,1803,'_billing_first_name','Tracy'),(77232,1803,'_billing_last_name','Copeland'),(77233,1803,'_billing_company','LCA SA WEST'),(77234,1803,'_billing_address_1','14223 Silverhollow'),(77235,1803,'_billing_city','San Antonio'),(77236,1803,'_billing_state','TX'),(77237,1803,'_billing_postcode','78232'),(77238,1803,'_billing_country','US'),(77239,1803,'_billing_email','info@liceclinicsofsanantonio.com'),(77240,1803,'_billing_phone','2103135033'),(77241,1803,'_shipping_first_name','Tracy'),(77242,1803,'_shipping_last_name','Copeland'),(77243,1803,'_shipping_company','LCA SA EAST'),(77244,1803,'_shipping_address_1','14223 Silverhollow'),(77245,1803,'_shipping_city','San Antonio'),(77246,1803,'_shipping_state','TX'),(77247,1803,'_shipping_postcode','78232'),(77248,1803,'_shipping_country','US'),(77249,1803,'_order_currency','USD'),(77250,1803,'_cart_discount','0'),(77251,1803,'_cart_discount_tax','0'),(77252,1803,'_order_shipping','0'),(77253,1803,'_order_shipping_tax','0'),(77254,1803,'_order_tax','0'),(77255,1803,'_order_total','518.00'),(77256,1803,'_order_version','7.5.1'),(77257,1803,'_prices_include_tax','no'),(77258,1803,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(77259,1803,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(77260,1803,'is_vat_exempt','no'),(77261,1803,'Payment type','instant'),(77262,1803,'_paypal_status','completed'),(77263,1803,'_transaction_id','5VR356082T9795834'),(77264,1803,'PayPal Transaction Fee','18.57'),(77265,1803,'_date_paid','1680122935'),(77266,1803,'_paid_date','2023-03-29 20:48:55'),(77267,1803,'_edit_lock','1680184426:2'),(77268,1803,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232006\";s:12:\"date_shipped\";s:10:\"1680134400\";s:11:\"tracking_id\";s:32:\"7d947cc537ecb9cc9e5d73f81575d816\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231992\";s:12:\"date_shipped\";i:1680184541;s:11:\"tracking_id\";s:32:\"99bf79d94d53590f420eff078e4f3034\";}}'),(77269,1803,'_edit_last','2'),(77270,1803,'_date_completed','1680184564'),(77271,1803,'_completed_date','2023-03-30 13:56:04'),(77272,1801,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232028\";s:12:\"date_shipped\";s:10:\"1680134400\";s:11:\"tracking_id\";s:32:\"f9054d50af295cbc0d80cceb8013f3e1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232017\";s:12:\"date_shipped\";i:1680201522;s:11:\"tracking_id\";s:32:\"7328d1d04957f0541ab2be296119acf7\";}}'),(77273,1801,'_date_completed','1680201531'),(77274,1801,'_completed_date','2023-03-30 18:38:51'),(77275,1804,'_order_key','wc_order_MkLfhaT9q4IIp'),(77276,1804,'_customer_user','7'),(77277,1804,'_payment_method','paypal'),(77278,1804,'_payment_method_title','PayPal'),(77279,1804,'_customer_ip_address','71.93.225.128'),(77280,1804,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77281,1804,'_created_via','checkout'),(77282,1804,'_cart_hash','bd4a46e5dd7eba986c77f6d35998f02e'),(77283,1804,'_download_permissions_granted','no'),(77284,1804,'_recorded_sales','no'),(77285,1804,'_recorded_coupon_usage_counts','no'),(77286,1804,'_new_order_email_sent','false'),(77287,1804,'_order_stock_reduced','no'),(77288,1804,'_billing_first_name','Amy'),(77289,1804,'_billing_last_name','Allen'),(77290,1804,'_billing_company','Lice Clinics Of America'),(77291,1804,'_billing_address_1','251 Promise Way'),(77292,1804,'_billing_city','Hollister'),(77293,1804,'_billing_state','CA'),(77294,1804,'_billing_postcode','95023'),(77295,1804,'_billing_country','US'),(77296,1804,'_billing_email','lca.gilroy@gmail.com'),(77297,1804,'_billing_phone','4085005537'),(77298,1804,'_shipping_first_name','Amy'),(77299,1804,'_shipping_last_name','Allen'),(77300,1804,'_shipping_company','Lice Clinics Of America'),(77301,1804,'_shipping_address_1','7680 Monterey St Ste 104'),(77302,1804,'_shipping_city','Gilroy'),(77303,1804,'_shipping_state','CA'),(77304,1804,'_shipping_postcode','95023'),(77305,1804,'_shipping_country','US'),(77306,1804,'_order_currency','USD'),(77307,1804,'_cart_discount','0'),(77308,1804,'_cart_discount_tax','0'),(77309,1804,'_order_shipping','0'),(77310,1804,'_order_shipping_tax','0'),(77311,1804,'_order_tax','0'),(77312,1804,'_order_total','572.64'),(77313,1804,'_order_version','7.5.1'),(77314,1804,'_prices_include_tax','no'),(77315,1804,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(77316,1804,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(77317,1804,'is_vat_exempt','no'),(77318,1805,'_order_key','wc_order_vUxzofynJElSh'),(77319,1805,'_customer_user','7'),(77320,1805,'_payment_method','paypal'),(77321,1805,'_payment_method_title','PayPal'),(77322,1805,'_customer_ip_address','71.93.225.128'),(77323,1805,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77324,1805,'_created_via','checkout'),(77325,1805,'_cart_hash','bd4a46e5dd7eba986c77f6d35998f02e'),(77326,1805,'_download_permissions_granted','yes'),(77327,1805,'_recorded_sales','yes'),(77328,1805,'_recorded_coupon_usage_counts','yes'),(77329,1805,'_new_order_email_sent','true'),(77330,1805,'_order_stock_reduced','yes'),(77331,1805,'_billing_first_name','Amy'),(77332,1805,'_billing_last_name','Allen'),(77333,1805,'_billing_company','Lice Clinics Of America'),(77334,1805,'_billing_address_1','251 Promise Way'),(77335,1805,'_billing_city','Hollister'),(77336,1805,'_billing_state','CA'),(77337,1805,'_billing_postcode','95023'),(77338,1805,'_billing_country','US'),(77339,1805,'_billing_email','lca.gilroy@gmail.com'),(77340,1805,'_billing_phone','4085005537'),(77341,1805,'_shipping_first_name','Amy'),(77342,1805,'_shipping_last_name','Allen'),(77343,1805,'_shipping_company','Lice Clinics Of America'),(77344,1805,'_shipping_address_1','7680 Monterey St Ste 104'),(77345,1805,'_shipping_city','Gilroy'),(77346,1805,'_shipping_state','CA'),(77347,1805,'_shipping_postcode','95023'),(77348,1805,'_shipping_country','US'),(77349,1805,'_order_currency','USD'),(77350,1805,'_cart_discount','0'),(77351,1805,'_cart_discount_tax','0'),(77352,1805,'_order_shipping','0'),(77353,1805,'_order_shipping_tax','0'),(77354,1805,'_order_tax','0'),(77355,1805,'_order_total','572.64'),(77356,1805,'_order_version','7.5.1'),(77357,1805,'_prices_include_tax','no'),(77358,1805,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(77359,1805,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95023 US '),(77360,1805,'is_vat_exempt','no'),(77361,1805,'Payment type','instant'),(77362,1805,'_paypal_status','completed'),(77363,1805,'_transaction_id','35F13192YN4833409'),(77364,1805,'PayPal Transaction Fee','20.48'),(77365,1805,'_date_paid','1680205153'),(77366,1805,'_paid_date','2023-03-30 19:39:13'),(77367,1806,'_order_key','wc_order_DXKsvubcUosrH'),(77368,1806,'_customer_user','47'),(77369,1806,'_payment_method','paypal'),(77370,1806,'_payment_method_title','PayPal'),(77371,1806,'_customer_ip_address','97.77.63.57'),(77372,1806,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77373,1806,'_created_via','checkout'),(77374,1806,'_cart_hash','d70a92e768ef977bed69bc32d94033fa'),(77375,1806,'_download_permissions_granted','yes'),(77376,1806,'_recorded_sales','yes'),(77377,1806,'_recorded_coupon_usage_counts','yes'),(77378,1806,'_new_order_email_sent','true'),(77379,1806,'_order_stock_reduced','yes'),(77380,1806,'_billing_first_name','Tracy'),(77381,1806,'_billing_last_name','Copeland'),(77382,1806,'_billing_company','LCA SA EAST'),(77383,1806,'_billing_address_1','14223 Silverhollow'),(77384,1806,'_billing_city','San Antonio'),(77385,1806,'_billing_state','TX'),(77386,1806,'_billing_postcode','78232'),(77387,1806,'_billing_country','US'),(77388,1806,'_billing_email','info@liceclinicsofsanantonio.com'),(77389,1806,'_billing_phone','2103135033'),(77390,1806,'_shipping_first_name','Tracy'),(77391,1806,'_shipping_last_name','Copeland'),(77392,1806,'_shipping_company','LCA SA EAST'),(77393,1806,'_shipping_address_1','14223 Silverhollow'),(77394,1806,'_shipping_city','San Antonio'),(77395,1806,'_shipping_state','TX'),(77396,1806,'_shipping_postcode','78232'),(77397,1806,'_shipping_country','US'),(77398,1806,'_order_currency','USD'),(77399,1806,'_cart_discount','0'),(77400,1806,'_cart_discount_tax','0'),(77401,1806,'_order_shipping','0'),(77402,1806,'_order_shipping_tax','0'),(77403,1806,'_order_tax','0'),(77404,1806,'_order_total','534.64'),(77405,1806,'_order_version','7.5.1'),(77406,1806,'_prices_include_tax','no'),(77407,1806,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(77408,1806,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(77409,1806,'is_vat_exempt','no'),(77410,1806,'Payment type','instant'),(77411,1806,'_paypal_status','completed'),(77412,1806,'_transaction_id','50P051537R823684H'),(77413,1806,'PayPal Transaction Fee','19.15'),(77414,1806,'_date_paid','1680207092'),(77415,1806,'_paid_date','2023-03-30 20:11:32'),(77416,1797,'_edit_lock','1680279136:2'),(77417,1796,'_edit_lock','1680279245:2'),(77418,1797,'_wc_shipment_tracking_items','a:11:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231411\";s:12:\"date_shipped\";s:10:\"1680220800\";s:11:\"tracking_id\";s:32:\"7cb7eb75e1c1fae4b4983389d8bfcf92\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231422\";s:12:\"date_shipped\";i:1680279206;s:11:\"tracking_id\";s:32:\"0ffa63ddfb6a917b4cf632b60ef40ab3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231433\";s:12:\"date_shipped\";i:1680279211;s:11:\"tracking_id\";s:32:\"d238300e887d23dba01ce79440dcaa93\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231444\";s:12:\"date_shipped\";i:1680279218;s:11:\"tracking_id\";s:32:\"9cb4407b8667855a5fbeebd84c48b7f4\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231455\";s:12:\"date_shipped\";i:1680279225;s:11:\"tracking_id\";s:32:\"94898e3fbfe23b1351ca4f0f192d41a0\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231466\";s:12:\"date_shipped\";i:1680279232;s:11:\"tracking_id\";s:32:\"4583bfae66e4b40ae4a45d0a7de82303\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231477\";s:12:\"date_shipped\";i:1680279239;s:11:\"tracking_id\";s:32:\"bcae74e17e98531371829459646f4aa0\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231488\";s:12:\"date_shipped\";i:1680279245;s:11:\"tracking_id\";s:32:\"593021560717a938b9fb396518eb9324\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231499\";s:12:\"date_shipped\";i:1680279251;s:11:\"tracking_id\";s:32:\"a7ba2923151cff5c9c0a5d9b2578f954\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231503\";s:12:\"date_shipped\";i:1680279256;s:11:\"tracking_id\";s:32:\"5a4a5254aa18517b2a17dbcc67c961fa\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231514\";s:12:\"date_shipped\";i:1680279262;s:11:\"tracking_id\";s:32:\"606b6dcc210dc6e425672d180deae6b9\";}}'),(77419,1797,'_edit_last','2'),(77420,1797,'_date_completed','1680279269'),(77421,1797,'_completed_date','2023-03-31 16:14:29'),(77422,1796,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231293\";s:12:\"date_shipped\";s:10:\"1680220800\";s:11:\"tracking_id\";s:32:\"aed337b77a37b45ce5678cf3740bec3f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231308\";s:12:\"date_shipped\";i:1680279299;s:11:\"tracking_id\";s:32:\"82e2268948c8cac7a9414eb4ea1cd19a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231319\";s:12:\"date_shipped\";i:1680279305;s:11:\"tracking_id\";s:32:\"d6079bec0172a2c760074c6a536d9742\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231320\";s:12:\"date_shipped\";i:1680279309;s:11:\"tracking_id\";s:32:\"a5318aaf5319f170563dfc136e73e1ad\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830231330\";s:12:\"date_shipped\";i:1680279317;s:11:\"tracking_id\";s:32:\"1f3aa4dd4c14fcfc4d555db5354a7731\";}}'),(77423,1796,'_edit_last','2'),(77424,1796,'_date_completed','1680279320'),(77425,1796,'_completed_date','2023-03-31 16:15:20'),(77426,1805,'_edit_lock','1680279496:2'),(77427,1805,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232131\";s:12:\"date_shipped\";s:10:\"1680220800\";s:11:\"tracking_id\";s:32:\"e15b320b87c210d5f3c57354c4823866\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232120\";s:12:\"date_shipped\";i:1680279435;s:11:\"tracking_id\";s:32:\"425a3bd6b301cdab011afab698e01d8a\";}}'),(77428,1805,'_edit_last','2'),(77429,1805,'_date_completed','1680279497'),(77430,1805,'_completed_date','2023-03-31 16:18:17'),(77431,1806,'_edit_lock','1680279612:2'),(77432,1806,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232164\";s:12:\"date_shipped\";s:10:\"1680220800\";s:11:\"tracking_id\";s:32:\"bc9ef6d31a49a956b90d29ff6557d0ff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232153\";s:12:\"date_shipped\";i:1680279698;s:11:\"tracking_id\";s:32:\"13cce968aabf5db99d1547fc4291bb31\";}}'),(77433,1806,'_edit_last','2'),(77434,1806,'_date_completed','1680279702'),(77435,1806,'_completed_date','2023-03-31 16:21:42'),(77436,1807,'_order_key','wc_order_PoOOQr9ZlsLR9'),(77437,1807,'_customer_user','82'),(77438,1807,'_payment_method','paypal'),(77439,1807,'_payment_method_title','PayPal'),(77440,1807,'_customer_ip_address','98.218.24.92'),(77441,1807,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(77442,1807,'_created_via','checkout'),(77443,1807,'_cart_hash','2fdded64ca631fc29223901eae787d62'),(77444,1807,'_download_permissions_granted','yes'),(77445,1807,'_recorded_sales','yes'),(77446,1807,'_recorded_coupon_usage_counts','yes'),(77447,1807,'_new_order_email_sent','true'),(77448,1807,'_order_stock_reduced','yes'),(77449,1807,'_billing_first_name','Nigel'),(77450,1807,'_billing_last_name','Le'),(77451,1807,'_billing_address_1','6080 FRANCONIA ROAD'),(77452,1807,'_billing_address_2','SUITE D'),(77453,1807,'_billing_city','ALEXANDRIA'),(77454,1807,'_billing_state','VA'),(77455,1807,'_billing_postcode','22310'),(77456,1807,'_billing_country','US'),(77457,1807,'_billing_email','sonnynguyenle@gmail.com'),(77458,1807,'_billing_phone','703-520-9000'),(77459,1807,'_shipping_first_name','NIGEL'),(77460,1807,'_shipping_last_name','LE'),(77461,1807,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(77462,1807,'_shipping_city','FAIRFAX'),(77463,1807,'_shipping_state','VA'),(77464,1807,'_shipping_postcode','22030'),(77465,1807,'_shipping_country','US'),(77466,1807,'_order_currency','USD'),(77467,1807,'_cart_discount','0'),(77468,1807,'_cart_discount_tax','0'),(77469,1807,'_order_shipping','32.32'),(77470,1807,'_order_shipping_tax','0'),(77471,1807,'_order_tax','0'),(77472,1807,'_order_total','763.84'),(77473,1807,'_order_version','7.5.1'),(77474,1807,'_prices_include_tax','no'),(77475,1807,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(77476,1807,'_shipping_address_index','NIGEL LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(77477,1807,'is_vat_exempt','no'),(77478,1807,'Payment type','instant'),(77479,1807,'_paypal_status','completed'),(77480,1807,'_transaction_id','2JC3021344310450N'),(77481,1807,'PayPal Transaction Fee','27.15'),(77482,1807,'_date_paid','1680282983'),(77483,1807,'_paid_date','2023-03-31 17:16:23'),(77484,1808,'_order_key','wc_order_3TWwsTNWubQfi'),(77485,1808,'_customer_user','0'),(77486,1808,'_payment_method','paypal'),(77487,1808,'_payment_method_title','PayPal'),(77488,1808,'_customer_ip_address','136.49.57.192'),(77489,1808,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77490,1808,'_created_via','checkout'),(77491,1808,'_cart_hash','d590907a031b19aad8ff3e87f81eb069'),(77492,1808,'_download_permissions_granted','yes'),(77493,1808,'_recorded_sales','yes'),(77494,1808,'_recorded_coupon_usage_counts','yes'),(77495,1808,'_new_order_email_sent','true'),(77496,1808,'_order_stock_reduced','yes'),(77497,1808,'_billing_first_name','Lee'),(77498,1808,'_billing_last_name','Rogers'),(77499,1808,'_billing_company','United States'),(77500,1808,'_billing_address_1','40 N Interstate 35'),(77501,1808,'_billing_address_2','APT 4B2'),(77502,1808,'_billing_city','Austin'),(77503,1808,'_billing_state','TX'),(77504,1808,'_billing_postcode','78701'),(77505,1808,'_billing_country','US'),(77506,1808,'_billing_email','leerogers3301@gmail.com'),(77507,1808,'_billing_phone','316-727-9951'),(77508,1808,'_shipping_first_name','Kaitlin'),(77509,1808,'_shipping_last_name','Ryan'),(77510,1808,'_shipping_company','LCA Dublin'),(77511,1808,'_shipping_address_1','5910 Wilcox Place'),(77512,1808,'_shipping_address_2','Suite E'),(77513,1808,'_shipping_city','Dublin'),(77514,1808,'_shipping_state','OH'),(77515,1808,'_shipping_postcode','43016'),(77516,1808,'_shipping_country','US'),(77517,1808,'_order_currency','USD'),(77518,1808,'_cart_discount','0'),(77519,1808,'_cart_discount_tax','0'),(77520,1808,'_order_shipping','0'),(77521,1808,'_order_shipping_tax','0'),(77522,1808,'_order_tax','0'),(77523,1808,'_order_total','544.97'),(77524,1808,'_order_version','7.5.1'),(77525,1808,'_prices_include_tax','no'),(77526,1808,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(77527,1808,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(77528,1808,'is_vat_exempt','no'),(77529,1808,'Payment type','instant'),(77530,1808,'_paypal_status','completed'),(77531,1808,'_transaction_id','14J26214J2527792W'),(77532,1808,'PayPal Transaction Fee','19.51'),(77533,1808,'_date_paid','1680293717'),(77534,1808,'_paid_date','2023-03-31 20:15:17'),(77535,1809,'_order_key','wc_order_zk3quXzJ6m5ll'),(77536,1809,'_customer_user','78'),(77537,1809,'_payment_method','paypal'),(77538,1809,'_payment_method_title','PayPal'),(77539,1809,'_customer_ip_address','108.54.108.233'),(77540,1809,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1'),(77541,1809,'_created_via','checkout'),(77542,1809,'_cart_hash','e6f42c3c2b95e4dc0e16098511fc54a7'),(77543,1809,'_download_permissions_granted','yes'),(77544,1809,'_recorded_sales','yes'),(77545,1809,'_recorded_coupon_usage_counts','yes'),(77546,1809,'_new_order_email_sent','true'),(77547,1809,'_order_stock_reduced','yes'),(77548,1809,'_billing_first_name','Richard'),(77549,1809,'_billing_last_name','Florsheim'),(77550,1809,'_billing_company','Licura'),(77551,1809,'_billing_address_1','3827 w fairway heights dr'),(77552,1809,'_billing_city','Mequon'),(77553,1809,'_billing_state','NY'),(77554,1809,'_billing_postcode','53092'),(77555,1809,'_billing_country','US'),(77556,1809,'_billing_email','tara@liceclinicslongIsland.com'),(77557,1809,'_billing_phone','5619006382'),(77558,1809,'_shipping_first_name','Tara'),(77559,1809,'_shipping_last_name','Johnson'),(77560,1809,'_shipping_company','LCA'),(77561,1809,'_shipping_address_1','599 west hartsdale ave'),(77562,1809,'_shipping_address_2','#203'),(77563,1809,'_shipping_city','White plains'),(77564,1809,'_shipping_state','NY'),(77565,1809,'_shipping_postcode','10607'),(77566,1809,'_shipping_country','US'),(77567,1809,'_order_currency','USD'),(77568,1809,'_cart_discount','0'),(77569,1809,'_cart_discount_tax','0'),(77570,1809,'_order_shipping','11.91'),(77571,1809,'_order_shipping_tax','0'),(77572,1809,'_order_tax','0'),(77573,1809,'_order_total','11.91'),(77574,1809,'_order_version','7.5.1'),(77575,1809,'_prices_include_tax','no'),(77576,1809,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(77577,1809,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave #203 White plains NY 10607 US '),(77578,1809,'is_vat_exempt','no'),(77579,1810,'_order_key','wc_order_8fuw6zZwsnRI0'),(77580,1810,'_customer_user','78'),(77581,1810,'_payment_method','paypal'),(77582,1810,'_payment_method_title','PayPal'),(77583,1810,'_customer_ip_address','108.54.108.233'),(77584,1810,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1'),(77585,1810,'_created_via','checkout'),(77586,1810,'_cart_hash','9815ebe8b9fa35cf2327a40096f3d111'),(77587,1810,'_download_permissions_granted','yes'),(77588,1810,'_recorded_sales','yes'),(77589,1810,'_recorded_coupon_usage_counts','yes'),(77590,1810,'_new_order_email_sent','true'),(77591,1810,'_order_stock_reduced','yes'),(77592,1810,'_billing_first_name','Richard'),(77593,1810,'_billing_last_name','Florsheim'),(77594,1810,'_billing_company','Licura'),(77595,1810,'_billing_address_1','3827 w fairway heights dr'),(77596,1810,'_billing_city','Mequon'),(77597,1810,'_billing_state','NY'),(77598,1810,'_billing_postcode','53092'),(77599,1810,'_billing_country','US'),(77600,1810,'_billing_email','tara@liceclinicslongIsland.com'),(77601,1810,'_billing_phone','5619006382'),(77602,1810,'_shipping_first_name','Tara'),(77603,1810,'_shipping_last_name','Johnson'),(77604,1810,'_shipping_company','LCA'),(77605,1810,'_shipping_address_1','2330 Faye ct'),(77606,1810,'_shipping_city','Merrick'),(77607,1810,'_shipping_state','NY'),(77608,1810,'_shipping_postcode','11566'),(77609,1810,'_shipping_country','US'),(77610,1810,'_order_currency','USD'),(77611,1810,'_cart_discount','0'),(77612,1810,'_cart_discount_tax','0'),(77613,1810,'_order_shipping','11.91'),(77614,1810,'_order_shipping_tax','0'),(77615,1810,'_order_tax','0'),(77616,1810,'_order_total','11.91'),(77617,1810,'_order_version','7.5.1'),(77618,1810,'_prices_include_tax','no'),(77619,1810,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(77620,1810,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(77621,1810,'is_vat_exempt','no'),(77622,1811,'_order_key','wc_order_eyuKNIyZeorT0'),(77623,1811,'_customer_user','6'),(77624,1811,'_payment_method','paypal'),(77625,1811,'_payment_method_title','PayPal'),(77626,1811,'_customer_ip_address','98.244.29.91'),(77627,1811,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77628,1811,'_created_via','checkout'),(77629,1811,'_cart_hash','fed57c84ace55733579481e4251d90bc'),(77630,1811,'_download_permissions_granted','yes'),(77631,1811,'_recorded_sales','yes'),(77632,1811,'_recorded_coupon_usage_counts','yes'),(77633,1811,'_new_order_email_sent','true'),(77634,1811,'_order_stock_reduced','yes'),(77635,1811,'_billing_first_name','Amira'),(77636,1811,'_billing_last_name','Purto'),(77637,1811,'_billing_address_1','2628 Acapulco Way'),(77638,1811,'_billing_city','Modesto'),(77639,1811,'_billing_state','CA'),(77640,1811,'_billing_postcode','95355'),(77641,1811,'_billing_country','US'),(77642,1811,'_billing_email','amira77@sbcglobal.net'),(77643,1811,'_billing_phone','2096422061'),(77644,1811,'_shipping_first_name','Amira'),(77645,1811,'_shipping_last_name','Purto'),(77646,1811,'_shipping_address_1','2628 Acapulco Way'),(77647,1811,'_shipping_city','Modesto'),(77648,1811,'_shipping_state','CA'),(77649,1811,'_shipping_postcode','95355'),(77650,1811,'_shipping_country','US'),(77651,1811,'_order_currency','USD'),(77652,1811,'_cart_discount','0'),(77653,1811,'_cart_discount_tax','0'),(77654,1811,'_order_shipping','0'),(77655,1811,'_order_shipping_tax','0'),(77656,1811,'_order_tax','0'),(77657,1811,'_order_total','1164.80'),(77658,1811,'_order_version','7.5.1'),(77659,1811,'_prices_include_tax','no'),(77660,1811,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(77661,1811,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(77662,1811,'is_vat_exempt','no'),(77663,1811,'Payment type','instant'),(77664,1811,'_paypal_status','completed'),(77665,1811,'_transaction_id','9CU98129VD522531K'),(77666,1811,'PayPal Transaction Fee','41.14'),(77667,1811,'_date_paid','1680487594'),(77668,1811,'_paid_date','2023-04-03 02:06:34'),(77669,1812,'_order_key','wc_order_2eTXWA8NhXEOR'),(77670,1812,'_customer_user','6'),(77671,1812,'_payment_method','paypal'),(77672,1812,'_payment_method_title','PayPal'),(77673,1812,'_customer_ip_address','98.244.29.91'),(77674,1812,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77675,1812,'_created_via','checkout'),(77676,1812,'_cart_hash','1e8c194dc32743a3469bdbb46ec13e0f'),(77677,1812,'_download_permissions_granted','yes'),(77678,1812,'_recorded_sales','yes'),(77679,1812,'_recorded_coupon_usage_counts','yes'),(77680,1812,'_new_order_email_sent','true'),(77681,1812,'_order_stock_reduced','yes'),(77682,1812,'_billing_first_name','Amira'),(77683,1812,'_billing_last_name','Purto'),(77684,1812,'_billing_address_1','2628 Acapulco Way'),(77685,1812,'_billing_city','Modesto'),(77686,1812,'_billing_state','CA'),(77687,1812,'_billing_postcode','95355'),(77688,1812,'_billing_country','US'),(77689,1812,'_billing_email','amira77@sbcglobal.net'),(77690,1812,'_billing_phone','2096422061'),(77691,1812,'_shipping_first_name','Amira'),(77692,1812,'_shipping_last_name','Purto'),(77693,1812,'_shipping_address_1','2628 Acapulco Way'),(77694,1812,'_shipping_city','Modesto'),(77695,1812,'_shipping_state','CA'),(77696,1812,'_shipping_postcode','95355'),(77697,1812,'_shipping_country','US'),(77698,1812,'_order_currency','USD'),(77699,1812,'_cart_discount','0'),(77700,1812,'_cart_discount_tax','0'),(77701,1812,'_order_shipping','0'),(77702,1812,'_order_shipping_tax','0'),(77703,1812,'_order_tax','0'),(77704,1812,'_order_total','972.08'),(77705,1812,'_order_version','7.5.1'),(77706,1812,'_prices_include_tax','no'),(77707,1812,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(77708,1812,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(77709,1812,'is_vat_exempt','no'),(77710,1812,'Payment type','instant'),(77711,1812,'_paypal_status','completed'),(77712,1812,'_transaction_id','3RF889047D0362035'),(77713,1812,'PayPal Transaction Fee','34.42'),(77714,1812,'_date_paid','1680488265'),(77715,1812,'_paid_date','2023-04-03 02:17:45'),(77721,1810,'_edit_lock','1680618606:2'),(77722,1810,'_edit_last','2'),(77723,1809,'_edit_lock','1680618571:2'),(77724,1809,'_edit_last','2'),(77729,1807,'_edit_lock','1680531962:2'),(77730,1807,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232360\";s:12:\"date_shipped\";s:10:\"1680480000\";s:11:\"tracking_id\";s:32:\"3730019dfcd17eaa893ff031e41eeee4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232359\";s:12:\"date_shipped\";i:1680532082;s:11:\"tracking_id\";s:32:\"3cb2bc9181cedc7a127d52da6672c7a9\";}}'),(77731,1807,'_edit_last','2'),(77732,1807,'_date_completed','1680532092'),(77733,1807,'_completed_date','2023-04-03 14:28:12'),(77735,1810,'Payment type','instant'),(77736,1810,'_paypal_status','completed'),(77737,1810,'_transaction_id','4H230403XY261420L'),(77738,1810,'PayPal Transaction Fee','0.91'),(77739,1810,'_date_paid','1680536966'),(77740,1810,'_paid_date','2023-04-03 15:49:26'),(77741,1809,'Payment type','instant'),(77742,1809,'_paypal_status','completed'),(77743,1809,'_transaction_id','7S441817AH631990Y'),(77744,1809,'PayPal Transaction Fee','0.91'),(77745,1809,'_date_paid','1680536992'),(77746,1809,'_paid_date','2023-04-03 15:49:52'),(77747,1808,'_edit_lock','1680537590:2'),(77748,1808,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232440\";s:12:\"date_shipped\";s:10:\"1680480000\";s:11:\"tracking_id\";s:32:\"ec4b7e5bab55dd1d7280751f6f51fc26\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232430\";s:12:\"date_shipped\";i:1680537537;s:11:\"tracking_id\";s:32:\"bbe4827fa7b319e110288622cf40d86a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232429\";s:12:\"date_shipped\";i:1680537542;s:11:\"tracking_id\";s:32:\"a6de0a7432381d010410184ed9b00bae\";}}'),(77749,1808,'_edit_last','2'),(77750,1808,'_date_completed','1680537544'),(77751,1808,'_completed_date','2023-04-03 15:59:04'),(77753,1814,'_order_key','wc_order_CTR6l3zQQMXm4'),(77754,1814,'_customer_user','59'),(77755,1814,'_payment_method','paypal'),(77756,1814,'_payment_method_title','PayPal'),(77757,1814,'_customer_ip_address','174.170.28.19'),(77758,1814,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77759,1814,'_created_via','checkout'),(77760,1814,'_cart_hash','bc19e81458a83dde9df4770e6365d636'),(77761,1814,'_download_permissions_granted','yes'),(77762,1814,'_recorded_sales','yes'),(77763,1814,'_recorded_coupon_usage_counts','yes'),(77764,1814,'_new_order_email_sent','true'),(77765,1814,'_order_stock_reduced','yes'),(77766,1814,'_billing_first_name','Allison'),(77767,1814,'_billing_last_name','Anthon'),(77768,1814,'_billing_address_1','58 arbor bend dr'),(77769,1814,'_billing_city','Houston'),(77770,1814,'_billing_state','TX'),(77771,1814,'_billing_postcode','77070'),(77772,1814,'_billing_country','US'),(77773,1814,'_billing_email','louseysolutions@gmail.com'),(77774,1814,'_billing_phone','602-400-8330'),(77775,1814,'_shipping_first_name','Allison'),(77776,1814,'_shipping_last_name','Anthon'),(77777,1814,'_shipping_company','LCA Sugar Land'),(77778,1814,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(77779,1814,'_shipping_city','Tomball'),(77780,1814,'_shipping_state','TX'),(77781,1814,'_shipping_postcode','77375'),(77782,1814,'_shipping_country','US'),(77783,1814,'_order_currency','USD'),(77784,1814,'_cart_discount','0'),(77785,1814,'_cart_discount_tax','0'),(77786,1814,'_order_shipping','0'),(77787,1814,'_order_shipping_tax','0'),(77788,1814,'_order_tax','0'),(77789,1814,'_order_total','1241.12'),(77790,1814,'_order_version','7.5.1'),(77791,1814,'_prices_include_tax','no'),(77792,1814,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(77793,1814,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(77794,1814,'is_vat_exempt','no'),(77795,1814,'_edit_lock','1680701326:2'),(77796,1814,'_edit_last','2'),(77801,1809,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232690\";s:12:\"date_shipped\";s:10:\"1680566400\";s:11:\"tracking_id\";s:32:\"cb297127ef02386adb2a994ff4ff3308\";}}'),(77802,1809,'_date_completed','1680618693'),(77803,1809,'_completed_date','2023-04-04 14:31:33'),(77804,1810,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232646\";s:12:\"date_shipped\";s:10:\"1680566400\";s:11:\"tracking_id\";s:32:\"7d033421c389e51dc538aaab958c1dba\";}}'),(77805,1810,'_date_completed','1680618734'),(77806,1810,'_completed_date','2023-04-04 14:32:14'),(77807,1811,'_edit_lock','1680618669:2'),(77808,1812,'_edit_lock','1680619136:2'),(77809,1811,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232679\";s:12:\"date_shipped\";s:10:\"1680566400\";s:11:\"tracking_id\";s:32:\"b89862976f8ce25ee2f32a013b004656\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232668\";s:12:\"date_shipped\";i:1680618779;s:11:\"tracking_id\";s:32:\"0ebf3951e63c82c697f9011cefdef7b1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232657\";s:12:\"date_shipped\";i:1680618785;s:11:\"tracking_id\";s:32:\"fdb086374dd25d1a838a18c2e29024d7\";}}'),(77810,1811,'_edit_last','2'),(77811,1811,'_date_completed','1680618796'),(77812,1811,'_completed_date','2023-04-04 14:33:16'),(77813,1812,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232624\";s:12:\"date_shipped\";s:10:\"1680566400\";s:11:\"tracking_id\";s:32:\"ba23375d89a8d7cc7b5f728205cf0c13\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232613\";s:12:\"date_shipped\";i:1680618848;s:11:\"tracking_id\";s:32:\"5fb8308a66f68f99ccc4c0782a55cefe\";}}'),(77814,1812,'_edit_last','2'),(77815,1812,'_date_completed','1680618850'),(77816,1812,'_completed_date','2023-04-04 14:34:10'),(77817,1814,'Payment type','instant'),(77818,1814,'_paypal_status','completed'),(77819,1814,'_transaction_id','0R3359379X755271N'),(77820,1814,'PayPal Transaction Fee','43.81'),(77821,1814,'_date_paid','1680639634'),(77822,1814,'_paid_date','2023-04-04 20:20:34'),(77823,1814,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233002\";s:12:\"date_shipped\";s:10:\"1680652800\";s:11:\"tracking_id\";s:32:\"bec7cc1493539e4cdebd32c007bfaae6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232999\";s:12:\"date_shipped\";i:1680701406;s:11:\"tracking_id\";s:32:\"a82b269949278064016ec12833013b37\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232988\";s:12:\"date_shipped\";i:1680701413;s:11:\"tracking_id\";s:32:\"4284f7c0d842f9d446827ae8982d4684\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830232977\";s:12:\"date_shipped\";i:1680701420;s:11:\"tracking_id\";s:32:\"d384eb2d504c53bff0357c2bf2581d09\";}}'),(77824,1814,'_date_completed','1680701423'),(77825,1814,'_completed_date','2023-04-05 13:30:23'),(77826,1816,'_order_key','wc_order_9yetPuBmOd9zY'),(77827,1816,'_customer_user','8'),(77828,1816,'_payment_method','paypal'),(77829,1816,'_payment_method_title','PayPal'),(77830,1816,'_customer_ip_address','104.62.161.215'),(77831,1816,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36'),(77832,1816,'_created_via','checkout'),(77833,1816,'_cart_hash','f9c66fe9f60100321648a4c7a5d6b401'),(77834,1816,'_download_permissions_granted','yes'),(77835,1816,'_recorded_sales','yes'),(77836,1816,'_recorded_coupon_usage_counts','yes'),(77837,1816,'_new_order_email_sent','true'),(77838,1816,'_order_stock_reduced','yes'),(77839,1816,'_billing_first_name','Amy'),(77840,1816,'_billing_last_name','Sharp'),(77841,1816,'_billing_company','Nit Wits'),(77842,1816,'_billing_address_1','6002 Sweetbay Dr'),(77843,1816,'_billing_city','Crestwood'),(77844,1816,'_billing_state','KY'),(77845,1816,'_billing_postcode','40014'),(77846,1816,'_billing_country','US'),(77847,1816,'_billing_email','asharp@ht-school.org'),(77848,1816,'_billing_phone','15023109281'),(77849,1816,'_shipping_first_name','Amy'),(77850,1816,'_shipping_last_name','Sharp'),(77851,1816,'_shipping_company','LCA Nit Wits'),(77852,1816,'_shipping_address_1','9302 New LaGrange Road'),(77853,1816,'_shipping_address_2','Unit H'),(77854,1816,'_shipping_city','Louisville'),(77855,1816,'_shipping_state','KY'),(77856,1816,'_shipping_postcode','40242'),(77857,1816,'_shipping_country','US'),(77858,1816,'_order_currency','USD'),(77859,1816,'_cart_discount','0'),(77860,1816,'_cart_discount_tax','0'),(77861,1816,'_order_shipping','10.18'),(77862,1816,'_order_shipping_tax','0'),(77863,1816,'_order_tax','0'),(77864,1816,'_order_total','10.18'),(77865,1816,'_order_version','7.5.1'),(77866,1816,'_prices_include_tax','no'),(77867,1816,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(77868,1816,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(77869,1816,'is_vat_exempt','no'),(77871,1817,'_order_key','wc_order_0eqvVu7AsgzX6'),(77872,1817,'_customer_user','46'),(77873,1817,'_payment_method','paypal'),(77874,1817,'_payment_method_title','PayPal'),(77875,1817,'_customer_ip_address','216.163.6.72'),(77876,1817,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(77877,1817,'_created_via','checkout'),(77878,1817,'_cart_hash','51e2ca662b3df9d6d3e6d827b021f534'),(77879,1817,'_download_permissions_granted','yes'),(77880,1817,'_recorded_sales','yes'),(77881,1817,'_recorded_coupon_usage_counts','yes'),(77882,1817,'_new_order_email_sent','true'),(77883,1817,'_order_stock_reduced','yes'),(77884,1817,'_billing_first_name','Shannon'),(77885,1817,'_billing_last_name','Steele'),(77886,1817,'_billing_company','SBS Investments'),(77887,1817,'_billing_address_1','1702 Hazelwood Court'),(77888,1817,'_billing_city','Jonesboro'),(77889,1817,'_billing_state','AR'),(77890,1817,'_billing_postcode','72401'),(77891,1817,'_billing_country','US'),(77892,1817,'_billing_email','info@liceclinicsjonesboro.com'),(77893,1817,'_billing_phone','8709262731'),(77894,1817,'_shipping_first_name','Shannon'),(77895,1817,'_shipping_last_name','Steele'),(77896,1817,'_shipping_company','SBS Investments/LCA- Jonesboro'),(77897,1817,'_shipping_address_1','3106 Orval Orlan Drive'),(77898,1817,'_shipping_address_2','Suite D'),(77899,1817,'_shipping_city','Jonesboro'),(77900,1817,'_shipping_state','AR'),(77901,1817,'_shipping_postcode','72404'),(77902,1817,'_shipping_country','US'),(77903,1817,'_order_currency','USD'),(77904,1817,'_cart_discount','0'),(77905,1817,'_cart_discount_tax','0'),(77906,1817,'_order_shipping','43.07'),(77907,1817,'_order_shipping_tax','0'),(77908,1817,'_order_tax','0'),(77909,1817,'_order_total','1066.01'),(77910,1817,'_order_version','7.5.1'),(77911,1817,'_prices_include_tax','no'),(77912,1817,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(77913,1817,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(77914,1817,'is_vat_exempt','no'),(77915,1817,'Payment type','instant'),(77916,1817,'_paypal_status','completed'),(77917,1817,'_transaction_id','98653253JR501531R'),(77918,1817,'PayPal Transaction Fee','37.69'),(77919,1817,'_date_paid','1680734647'),(77920,1817,'_paid_date','2023-04-05 22:44:07'),(77923,1816,'_edit_lock','1680899498:2'),(77924,1816,'_edit_last','2'),(77925,1818,'_order_key','wc_order_a8Cbbdk4dSCm5'),(77926,1818,'_customer_user','43'),(77927,1818,'_payment_method','paypal'),(77928,1818,'_payment_method_title','PayPal'),(77929,1818,'_customer_ip_address','172.58.129.216'),(77930,1818,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(77931,1818,'_created_via','checkout'),(77932,1818,'_cart_hash','4b62995eab1e7a7921a2385dc421f181'),(77933,1818,'_download_permissions_granted','yes'),(77934,1818,'_recorded_sales','yes'),(77935,1818,'_recorded_coupon_usage_counts','yes'),(77936,1818,'_new_order_email_sent','true'),(77937,1818,'_order_stock_reduced','yes'),(77938,1818,'_billing_first_name','Ryan'),(77939,1818,'_billing_last_name','Nelson'),(77940,1818,'_billing_address_1','140 Flame Vine drive'),(77941,1818,'_billing_city','Naples'),(77942,1818,'_billing_state','FL'),(77943,1818,'_billing_postcode','34110'),(77944,1818,'_billing_country','US'),(77945,1818,'_billing_email','Rjnelson73@gmail.com'),(77946,1818,'_billing_phone','239-281-0719'),(77947,1818,'_shipping_first_name','Ryan'),(77948,1818,'_shipping_last_name','Nelson'),(77949,1818,'_shipping_address_1','140 Flame Vine drive'),(77950,1818,'_shipping_city','Naples'),(77951,1818,'_shipping_state','FL'),(77952,1818,'_shipping_postcode','34110'),(77953,1818,'_shipping_country','US'),(77954,1818,'_order_currency','USD'),(77955,1818,'_cart_discount','0'),(77956,1818,'_cart_discount_tax','0'),(77957,1818,'_order_shipping','14.12'),(77958,1818,'_order_shipping_tax','0'),(77959,1818,'_order_tax','0'),(77960,1818,'_order_total','159.80'),(77961,1818,'_order_version','7.5.1'),(77962,1818,'_prices_include_tax','no'),(77963,1818,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(77964,1818,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(77965,1818,'is_vat_exempt','no'),(77966,1817,'_edit_lock','1680825177:2'),(77967,1817,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233160\";s:12:\"date_shipped\";s:10:\"1680739200\";s:11:\"tracking_id\";s:32:\"f9e1a2be5b89774a3a2141d44442539c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233150\";s:12:\"date_shipped\";i:1680825292;s:11:\"tracking_id\";s:32:\"9f28d8e0c35fcfff6d1cef337ccd9e56\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233149\";s:12:\"date_shipped\";i:1680825299;s:11:\"tracking_id\";s:32:\"ebfcfc94338bc403f6eceebec4f04240\";}}'),(77968,1817,'_edit_last','2'),(77969,1817,'_date_completed','1680825301'),(77970,1817,'_completed_date','2023-04-06 23:55:01'),(77971,1818,'_edit_lock','1681156650:2'),(77972,1818,'_edit_last','2'),(77973,1816,'Payment type','instant'),(77974,1816,'_paypal_status','completed'),(77975,1816,'_transaction_id','88K590360L310692W'),(77976,1816,'PayPal Transaction Fee','0.85'),(77977,1816,'_date_paid','1680877281'),(77978,1816,'_paid_date','2023-04-07 14:21:21'),(77979,1819,'_order_key','wc_order_yZwLb9Py8vTxt'),(77980,1819,'_customer_user','61'),(77981,1819,'_payment_method','paypal'),(77982,1819,'_payment_method_title','PayPal'),(77983,1819,'_customer_ip_address','217.180.201.156'),(77984,1819,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(77985,1819,'_created_via','checkout'),(77986,1819,'_cart_hash','cff579b87bdac5ef98cb66a8ee5e0b2e'),(77987,1819,'_download_permissions_granted','yes'),(77988,1819,'_recorded_sales','yes'),(77989,1819,'_recorded_coupon_usage_counts','yes'),(77990,1819,'_new_order_email_sent','true'),(77991,1819,'_order_stock_reduced','yes'),(77992,1819,'_billing_first_name','Judith'),(77993,1819,'_billing_last_name','Hayden'),(77994,1819,'_billing_company','LCAL Hayden LLC'),(77995,1819,'_billing_address_1','1795 Alysheba Way'),(77996,1819,'_billing_address_2','Ste 4105'),(77997,1819,'_billing_city','Lexington'),(77998,1819,'_billing_state','KY'),(77999,1819,'_billing_postcode','40509'),(78000,1819,'_billing_country','US'),(78001,1819,'_billing_email','judy@liceclinicslexington.com'),(78002,1819,'_billing_phone','8595376966'),(78003,1819,'_shipping_first_name','Judith'),(78004,1819,'_shipping_last_name','Hayden'),(78005,1819,'_shipping_company','LCAL Hayden LLC'),(78006,1819,'_shipping_address_1','1795 Alysheba Way'),(78007,1819,'_shipping_address_2','Ste 4105'),(78008,1819,'_shipping_city','Lexington'),(78009,1819,'_shipping_state','KY'),(78010,1819,'_shipping_postcode','40509'),(78011,1819,'_shipping_country','US'),(78012,1819,'_order_currency','USD'),(78013,1819,'_cart_discount','0'),(78014,1819,'_cart_discount_tax','0'),(78015,1819,'_order_shipping','0'),(78016,1819,'_order_shipping_tax','0'),(78017,1819,'_order_tax','0'),(78018,1819,'_order_total','770.78'),(78019,1819,'_order_version','7.5.1'),(78020,1819,'_prices_include_tax','no'),(78021,1819,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(78022,1819,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(78023,1819,'is_vat_exempt','no'),(78024,1819,'Payment type','instant'),(78025,1819,'_paypal_status','completed'),(78026,1819,'_transaction_id','6G598259XC251072R'),(78027,1819,'PayPal Transaction Fee','27.39'),(78028,1819,'_date_paid','1680882821'),(78029,1819,'_paid_date','2023-04-07 15:53:41'),(78030,1816,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233182\";s:12:\"date_shipped\";s:10:\"1680825600\";s:11:\"tracking_id\";s:32:\"8c216c672c1fad07d97fe5cf6c567e09\";}}'),(78031,1816,'_date_completed','1680899585'),(78032,1816,'_completed_date','2023-04-07 20:33:05'),(78033,1819,'_edit_lock','1680901266:2'),(78034,1819,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233241\";s:12:\"date_shipped\";s:10:\"1680825600\";s:11:\"tracking_id\";s:32:\"f2767616570681ed2d8780eac4162f95\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233230\";s:12:\"date_shipped\";i:1680899755;s:11:\"tracking_id\";s:32:\"a9e41ed0df4eafb03a6e089eb2598fdf\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233220\";s:12:\"date_shipped\";i:1680899760;s:11:\"tracking_id\";s:32:\"9a78377a0f1ae30241e7b872d9be680b\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233219\";s:12:\"date_shipped\";i:1680899766;s:11:\"tracking_id\";s:32:\"5615adc2f1b1748c5c4aeab3af9cb772\";}}'),(78035,1819,'_edit_last','2'),(78036,1819,'_date_completed','1680901163'),(78037,1819,'_completed_date','2023-04-07 20:59:23'),(78038,1820,'_order_key','wc_order_VAeXCCE91A4pa'),(78039,1820,'_customer_user','61'),(78040,1820,'_payment_method','paypal'),(78041,1820,'_payment_method_title','PayPal'),(78042,1820,'_customer_ip_address','217.180.201.237'),(78043,1820,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78044,1820,'_created_via','checkout'),(78045,1820,'_cart_hash','f32e90c4cf4c912978fdcbf6680800d8'),(78046,1820,'_download_permissions_granted','yes'),(78047,1820,'_recorded_sales','yes'),(78048,1820,'_recorded_coupon_usage_counts','yes'),(78049,1820,'_new_order_email_sent','true'),(78050,1820,'_order_stock_reduced','yes'),(78051,1820,'_billing_first_name','Judith'),(78052,1820,'_billing_last_name','Hayden'),(78053,1820,'_billing_company','LCAL Hayden LLC'),(78054,1820,'_billing_address_1','1795 Alysheba Way'),(78055,1820,'_billing_address_2','Ste 4105'),(78056,1820,'_billing_city','Lexington'),(78057,1820,'_billing_state','KY'),(78058,1820,'_billing_postcode','40509'),(78059,1820,'_billing_country','US'),(78060,1820,'_billing_email','judy@liceclinicslexington.com'),(78061,1820,'_billing_phone','8595376966'),(78062,1820,'_shipping_first_name','Judy'),(78063,1820,'_shipping_last_name','Hayden'),(78064,1820,'_shipping_company','LCA Florence'),(78065,1820,'_shipping_address_1','6905 Burlington Pike'),(78066,1820,'_shipping_address_2','Ste A'),(78067,1820,'_shipping_city','Florence'),(78068,1820,'_shipping_state','KY'),(78069,1820,'_shipping_postcode','41042'),(78070,1820,'_shipping_country','US'),(78071,1820,'_order_currency','USD'),(78072,1820,'_cart_discount','0'),(78073,1820,'_cart_discount_tax','0'),(78074,1820,'_order_shipping','0'),(78075,1820,'_order_shipping_tax','0'),(78076,1820,'_order_tax','0'),(78077,1820,'_order_total','639.12'),(78078,1820,'_order_version','7.5.1'),(78079,1820,'_prices_include_tax','no'),(78080,1820,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(78081,1820,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(78082,1820,'is_vat_exempt','no'),(78083,1820,'Payment type','instant'),(78084,1820,'_paypal_status','completed'),(78085,1820,'_transaction_id','4EH40146BJ277270T'),(78086,1820,'PayPal Transaction Fee','22.80'),(78087,1820,'_date_paid','1680906662'),(78088,1820,'_paid_date','2023-04-07 22:31:02'),(78089,1821,'_order_key','wc_order_2c5oGJYogUMld'),(78090,1821,'_customer_user','60'),(78091,1821,'_payment_method','paypal'),(78092,1821,'_payment_method_title','PayPal'),(78093,1821,'_customer_ip_address','98.193.14.84'),(78094,1821,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(78095,1821,'_created_via','checkout'),(78096,1821,'_cart_hash','9f4283dcec7849617780283167538bba'),(78097,1821,'_download_permissions_granted','yes'),(78098,1821,'_recorded_sales','yes'),(78099,1821,'_recorded_coupon_usage_counts','yes'),(78100,1821,'_new_order_email_sent','true'),(78101,1821,'_order_stock_reduced','yes'),(78102,1821,'_billing_first_name','Jill'),(78103,1821,'_billing_last_name','Leshtz'),(78104,1821,'_billing_company','Lice clinics of America-North Shore'),(78105,1821,'_billing_address_1','1580 Lancelot Avenue'),(78106,1821,'_billing_city','Highland park'),(78107,1821,'_billing_state','IL'),(78108,1821,'_billing_postcode','60035'),(78109,1821,'_billing_country','US'),(78110,1821,'_billing_email','jleshtz@gmail.com'),(78111,1821,'_billing_phone','8473639001'),(78112,1821,'_shipping_first_name','Jill'),(78113,1821,'_shipping_last_name','Leshtz'),(78114,1821,'_shipping_company','Lice clinics of America-North Shore'),(78115,1821,'_shipping_address_1','1580 Lancelot Avenue'),(78116,1821,'_shipping_city','Highland park'),(78117,1821,'_shipping_state','IL'),(78118,1821,'_shipping_postcode','60035'),(78119,1821,'_shipping_country','US'),(78120,1821,'_order_currency','USD'),(78121,1821,'_cart_discount','0'),(78122,1821,'_cart_discount_tax','0'),(78123,1821,'_order_shipping','0'),(78124,1821,'_order_shipping_tax','0'),(78125,1821,'_order_tax','0'),(78126,1821,'_order_total','826.56'),(78127,1821,'_order_version','7.5.1'),(78128,1821,'_prices_include_tax','no'),(78129,1821,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(78130,1821,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(78131,1821,'is_vat_exempt','no'),(78132,1821,'Payment type','instant'),(78133,1821,'_paypal_status','completed'),(78134,1821,'_transaction_id','4UN10348SA010460E'),(78135,1821,'PayPal Transaction Fee','29.34'),(78136,1821,'_date_paid','1680988293'),(78137,1821,'_paid_date','2023-04-08 21:11:33'),(78138,1822,'_order_key','wc_order_kMBmyZjRWTr3B'),(78139,1822,'_customer_user','3'),(78140,1822,'_payment_method','paypal'),(78141,1822,'_payment_method_title','PayPal'),(78142,1822,'_customer_ip_address','70.142.202.154'),(78143,1822,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78144,1822,'_created_via','checkout'),(78145,1822,'_cart_hash','f06bde9d4a0e488f74305f97da0e4896'),(78146,1822,'_download_permissions_granted','yes'),(78147,1822,'_recorded_sales','yes'),(78148,1822,'_recorded_coupon_usage_counts','yes'),(78149,1822,'_new_order_email_sent','true'),(78150,1822,'_order_stock_reduced','yes'),(78151,1822,'_billing_first_name','Amanda'),(78152,1822,'_billing_last_name','Westerman'),(78153,1822,'_billing_company','Lice Clinics of America McKinney'),(78154,1822,'_billing_address_1','3120 Hudson Crossing'),(78155,1822,'_billing_address_2','Suite A2'),(78156,1822,'_billing_city','MCKINNEY'),(78157,1822,'_billing_state','TX'),(78158,1822,'_billing_postcode','75070'),(78159,1822,'_billing_country','US'),(78160,1822,'_billing_email','awesterman1103@gmail.com'),(78161,1822,'_billing_phone','2144175741'),(78162,1822,'_shipping_first_name','Amanda'),(78163,1822,'_shipping_last_name','Westerman'),(78164,1822,'_shipping_company','Lice Clinics of America McKinney'),(78165,1822,'_shipping_address_1','3120 Hudson Crossing'),(78166,1822,'_shipping_address_2','Suite A2'),(78167,1822,'_shipping_city','MCKINNEY'),(78168,1822,'_shipping_state','TX'),(78169,1822,'_shipping_postcode','75070'),(78170,1822,'_shipping_country','US'),(78171,1822,'_order_currency','USD'),(78172,1822,'_cart_discount','0'),(78173,1822,'_cart_discount_tax','0'),(78174,1822,'_order_shipping','0'),(78175,1822,'_order_shipping_tax','0'),(78176,1822,'_order_tax','0'),(78177,1822,'_order_total','1034.64'),(78178,1822,'_order_version','7.5.1'),(78179,1822,'_prices_include_tax','no'),(78180,1822,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(78181,1822,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(78182,1822,'is_vat_exempt','no'),(78183,1822,'Payment type','instant'),(78184,1822,'_paypal_status','completed'),(78185,1822,'_transaction_id','9T6026323D9803906'),(78186,1822,'PayPal Transaction Fee','36.60'),(78187,1822,'_date_paid','1681137385'),(78188,1822,'_paid_date','2023-04-10 14:36:25'),(78189,1820,'_edit_lock','1681143134:2'),(78190,1820,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233399\";s:12:\"date_shipped\";s:10:\"1681084800\";s:11:\"tracking_id\";s:32:\"c5fbb962d2d19e741b9239c273eb9bd6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233388\";s:12:\"date_shipped\";i:1681140977;s:11:\"tracking_id\";s:32:\"f8e2ce88cdc690ab203fdd0dabc8ea8f\";}}'),(78191,1820,'_edit_last','2'),(78192,1820,'_date_completed','1681140980'),(78193,1820,'_completed_date','2023-04-10 15:36:20'),(78194,1818,'Payment type','instant'),(78195,1818,'_paypal_status','completed'),(78196,1818,'_transaction_id','7TW007925S516554A'),(78197,1818,'PayPal Transaction Fee','6.07'),(78198,1818,'_date_paid','1681149442'),(78199,1818,'_paid_date','2023-04-10 17:57:22'),(78200,1823,'_order_key','wc_order_JvYOHeP7SiPe3'),(78201,1823,'_customer_user','20'),(78202,1823,'_payment_method','paypal'),(78203,1823,'_payment_method_title','PayPal'),(78204,1823,'_customer_ip_address','198.72.181.87'),(78205,1823,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 15054.114.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36'),(78206,1823,'_created_via','checkout'),(78207,1823,'_cart_hash','1bbdbd9667435985cab83b5642da3bff'),(78208,1823,'_download_permissions_granted','yes'),(78209,1823,'_recorded_sales','yes'),(78210,1823,'_recorded_coupon_usage_counts','yes'),(78211,1823,'_new_order_email_sent','true'),(78212,1823,'_order_stock_reduced','yes'),(78213,1823,'_billing_first_name','Hasani'),(78214,1823,'_billing_last_name','Thompson'),(78215,1823,'_billing_company','Heat in Hair'),(78216,1823,'_billing_address_1','27225 Camp Plenty Road'),(78217,1823,'_billing_address_2','1D'),(78218,1823,'_billing_city','Santa Clarita'),(78219,1823,'_billing_state','CA'),(78220,1823,'_billing_postcode','91351'),(78221,1823,'_billing_country','US'),(78222,1823,'_billing_email','info@liceclinicssantaclarita.com'),(78223,1823,'_billing_phone','6615850263'),(78224,1823,'_shipping_first_name','Hasani'),(78225,1823,'_shipping_last_name','Thompson'),(78226,1823,'_shipping_company','Heat in Hair'),(78227,1823,'_shipping_address_1','5145 Nightsky Place'),(78228,1823,'_shipping_city','Palmdale'),(78229,1823,'_shipping_state','CA'),(78230,1823,'_shipping_postcode','93552'),(78231,1823,'_shipping_country','US'),(78232,1823,'_order_currency','USD'),(78233,1823,'_cart_discount','0'),(78234,1823,'_cart_discount_tax','0'),(78235,1823,'_order_shipping','86.3'),(78236,1823,'_order_shipping_tax','0'),(78237,1823,'_order_tax','0'),(78238,1823,'_order_total','973.16'),(78239,1823,'_order_version','7.5.1'),(78240,1823,'_prices_include_tax','no'),(78241,1823,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(78242,1823,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(78243,1823,'is_vat_exempt','no'),(78244,1823,'Payment type','instant'),(78245,1823,'_paypal_status','completed'),(78246,1823,'_transaction_id','8KP08823YF066322B'),(78247,1823,'PayPal Transaction Fee','34.45'),(78248,1823,'_date_paid','1681150888'),(78249,1823,'_paid_date','2023-04-10 18:21:28'),(78250,1821,'_edit_lock','1681152341:2'),(78251,1821,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233470\";s:12:\"date_shipped\";s:10:\"1681084800\";s:11:\"tracking_id\";s:32:\"eedbe895b4d0c3dddeda9285c599e997\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233469\";s:12:\"date_shipped\";i:1681152045;s:11:\"tracking_id\";s:32:\"a9f756bfba7dccff57f9ed3a5d52baf0\";}}'),(78252,1821,'_edit_last','2'),(78253,1821,'_date_completed','1681152047'),(78254,1821,'_completed_date','2023-04-10 18:40:47'),(78255,1818,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233528\";s:12:\"date_shipped\";s:10:\"1681084800\";s:11:\"tracking_id\";s:32:\"e1477bebf53b51611110c9d04e9a960c\";}}'),(78256,1818,'_date_completed','1681156747'),(78257,1818,'_completed_date','2023-04-10 19:59:07'),(78258,1822,'_edit_lock','1681162569:2'),(78259,1822,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233517\";s:12:\"date_shipped\";s:10:\"1681084800\";s:11:\"tracking_id\";s:32:\"cd8813cbfd554b9169bbb818f5adc40a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233506\";s:12:\"date_shipped\";i:1681156816;s:11:\"tracking_id\";s:32:\"5bb32e331f0cf8890bbd404918cec148\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233491\";s:12:\"date_shipped\";i:1681156824;s:11:\"tracking_id\";s:32:\"d335b1255a9ecc19c8b3180ad843f767\";}}'),(78260,1822,'_edit_last','2'),(78261,1822,'_date_completed','1681156954'),(78262,1822,'_completed_date','2023-04-10 20:02:34'),(78263,1825,'_order_key','wc_order_ZXNhPbqLZkz2l'),(78264,1825,'_customer_user','78'),(78265,1825,'_payment_method','paypal'),(78266,1825,'_payment_method_title','PayPal'),(78267,1825,'_customer_ip_address','108.54.108.233'),(78268,1825,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1'),(78269,1825,'_created_via','checkout'),(78270,1825,'_cart_hash','0514d9516c1318fdb7f56bb82a02b6de'),(78271,1825,'_download_permissions_granted','yes'),(78272,1825,'_recorded_sales','yes'),(78273,1825,'_recorded_coupon_usage_counts','yes'),(78274,1825,'_new_order_email_sent','true'),(78275,1825,'_order_stock_reduced','yes'),(78276,1825,'_billing_first_name','Richard'),(78277,1825,'_billing_last_name','Florsheim'),(78278,1825,'_billing_company','Licura'),(78279,1825,'_billing_address_1','3827 w fairway heights dr'),(78280,1825,'_billing_city','Mequon'),(78281,1825,'_billing_state','NY'),(78282,1825,'_billing_postcode','53092'),(78283,1825,'_billing_country','US'),(78284,1825,'_billing_email','tara@liceclinicslongIsland.com'),(78285,1825,'_billing_phone','5619006382'),(78286,1825,'_shipping_first_name','Tara'),(78287,1825,'_shipping_last_name','Johnson'),(78288,1825,'_shipping_company','LCA'),(78289,1825,'_shipping_address_1','2469 Columbus Ave'),(78290,1825,'_shipping_city','Bellmore'),(78291,1825,'_shipping_state','NY'),(78292,1825,'_shipping_postcode','11710'),(78293,1825,'_shipping_country','US'),(78294,1825,'_order_currency','USD'),(78295,1825,'_cart_discount','0'),(78296,1825,'_cart_discount_tax','0'),(78297,1825,'_order_shipping','10.18'),(78298,1825,'_order_shipping_tax','0'),(78299,1825,'_order_tax','0'),(78300,1825,'_order_total','10.18'),(78301,1825,'_order_version','7.5.1'),(78302,1825,'_prices_include_tax','no'),(78303,1825,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(78304,1825,'_shipping_address_index','Tara Johnson LCA 2469 Columbus Ave  Bellmore NY 11710 US '),(78305,1825,'is_vat_exempt','no'),(78306,1826,'_order_key','wc_order_ycoZQZ6WpgHso'),(78307,1826,'_customer_user','11'),(78308,1826,'_payment_method','paypal'),(78309,1826,'_payment_method_title','PayPal'),(78310,1826,'_customer_ip_address','71.66.163.45'),(78311,1826,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78312,1826,'_created_via','checkout'),(78313,1826,'_cart_hash','b502031de1745dcc046b9f05edfa216e'),(78314,1826,'_download_permissions_granted','yes'),(78315,1826,'_recorded_sales','yes'),(78316,1826,'_recorded_coupon_usage_counts','yes'),(78317,1826,'_new_order_email_sent','true'),(78318,1826,'_order_stock_reduced','yes'),(78319,1826,'_billing_first_name','Tina'),(78320,1826,'_billing_last_name','Hunt'),(78321,1826,'_billing_company','LCBG, LLC'),(78322,1826,'_billing_address_1','830 Fairview Ave.'),(78323,1826,'_billing_address_2','Suite A-4'),(78324,1826,'_billing_city','Bowling Green'),(78325,1826,'_billing_state','KY'),(78326,1826,'_billing_postcode','42101'),(78327,1826,'_billing_country','US'),(78328,1826,'_billing_email','info@liceclinicsbowlinggreen.com'),(78329,1826,'_billing_phone','2709996803'),(78330,1826,'_shipping_first_name','Tina'),(78331,1826,'_shipping_last_name','Hunt'),(78332,1826,'_shipping_address_1','494 Hub Boulevard'),(78333,1826,'_shipping_address_2','Apt 1012'),(78334,1826,'_shipping_city','Bowling Green'),(78335,1826,'_shipping_state','KY'),(78336,1826,'_shipping_postcode','42101'),(78337,1826,'_shipping_country','US'),(78338,1826,'_order_currency','USD'),(78339,1826,'_cart_discount','0'),(78340,1826,'_cart_discount_tax','0'),(78341,1826,'_order_shipping','27.33'),(78342,1826,'_order_shipping_tax','0'),(78343,1826,'_order_tax','0'),(78344,1826,'_order_total','756.21'),(78345,1826,'_order_version','7.5.1'),(78346,1826,'_prices_include_tax','no'),(78347,1826,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(78348,1826,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(78349,1826,'is_vat_exempt','no'),(78350,1826,'Payment type','instant'),(78351,1826,'_paypal_status','completed'),(78352,1826,'_transaction_id','6Y052106GX9032021'),(78353,1826,'PayPal Transaction Fee','26.88'),(78354,1826,'_date_paid','1681178247'),(78355,1826,'_paid_date','2023-04-11 01:57:27'),(78356,1825,'_edit_lock','1681309260:2'),(78357,1825,'_edit_last','2'),(78358,1823,'_edit_lock','1681223277:2'),(78359,1823,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233572\";s:12:\"date_shipped\";s:10:\"1681171200\";s:11:\"tracking_id\";s:32:\"522c897e9d89209b061ab6bf6b4c229f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233561\";s:12:\"date_shipped\";i:1681223367;s:11:\"tracking_id\";s:32:\"ca79bbdc4f0e0448583751a76ca92746\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233550\";s:12:\"date_shipped\";i:1681223375;s:11:\"tracking_id\";s:32:\"735a93a4d36f40827b53acd2e66ecb3a\";}}'),(78360,1823,'_edit_last','2'),(78361,1823,'_date_completed','1681223377'),(78362,1823,'_completed_date','2023-04-11 14:29:37'),(78363,1825,'Payment type','instant'),(78364,1825,'_paypal_status','completed'),(78365,1825,'_transaction_id','4Y6524180N8192001'),(78366,1825,'PayPal Transaction Fee','0.85'),(78367,1825,'_date_paid','1681223650'),(78368,1825,'_paid_date','2023-04-11 14:34:10'),(78369,1826,'_edit_lock','1681229552:2'),(78370,1826,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233701\";s:12:\"date_shipped\";s:10:\"1681171200\";s:11:\"tracking_id\";s:32:\"e1805d16c97b2e0d924ce65d147200ca\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233697\";s:12:\"date_shipped\";i:1681229684;s:11:\"tracking_id\";s:32:\"095a57e958feed36c17a348358337c76\";}}'),(78371,1826,'_edit_last','2'),(78372,1826,'_date_completed','1681229686'),(78373,1826,'_completed_date','2023-04-11 16:14:46'),(78374,1827,'_order_key','wc_order_qk9Iqrs2fDCqi'),(78375,1827,'_customer_user','79'),(78376,1827,'_payment_method','paypal'),(78377,1827,'_payment_method_title','PayPal'),(78378,1827,'_customer_ip_address','98.239.59.123'),(78379,1827,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78380,1827,'_created_via','checkout'),(78381,1827,'_cart_hash','82c99a4ed11ef66ae73ac2d6240732e3'),(78382,1827,'_download_permissions_granted','yes'),(78383,1827,'_recorded_sales','yes'),(78384,1827,'_recorded_coupon_usage_counts','yes'),(78385,1827,'_new_order_email_sent','true'),(78386,1827,'_order_stock_reduced','yes'),(78387,1827,'_billing_first_name','Shanna'),(78388,1827,'_billing_last_name','Castille'),(78389,1827,'_billing_address_1','1097 Hundley Rd'),(78390,1827,'_billing_city','Eunice'),(78391,1827,'_billing_state','LA'),(78392,1827,'_billing_postcode','70535'),(78393,1827,'_billing_country','US'),(78394,1827,'_billing_email','Shanna_sr09@yahoo.com'),(78395,1827,'_billing_phone','3374668998'),(78396,1827,'_shipping_first_name','Shanna'),(78397,1827,'_shipping_last_name','Castille'),(78398,1827,'_shipping_address_1','1097 Hundley Rd'),(78399,1827,'_shipping_city','eunice'),(78400,1827,'_shipping_state','LA'),(78401,1827,'_shipping_postcode','70535'),(78402,1827,'_shipping_country','US'),(78403,1827,'_order_currency','USD'),(78404,1827,'_cart_discount','0'),(78405,1827,'_cart_discount_tax','0'),(78406,1827,'_order_shipping','0'),(78407,1827,'_order_shipping_tax','0'),(78408,1827,'_order_tax','0'),(78409,1827,'_order_total','931.28'),(78410,1827,'_order_version','7.5.1'),(78411,1827,'_prices_include_tax','no'),(78412,1827,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(78413,1827,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(78414,1827,'is_vat_exempt','no'),(78415,1827,'Payment type','instant'),(78416,1827,'_paypal_status','completed'),(78417,1827,'_transaction_id','7EB01705M9707130C'),(78418,1827,'PayPal Transaction Fee','32.99'),(78419,1827,'_date_paid','1681236134'),(78420,1827,'_paid_date','2023-04-11 18:02:14'),(78421,1828,'_order_key','wc_order_hkYhIzE5gQXqt'),(78422,1828,'_customer_user','64'),(78423,1828,'_payment_method','paypal'),(78424,1828,'_payment_method_title','PayPal'),(78425,1828,'_customer_ip_address','98.97.60.143'),(78426,1828,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(78427,1828,'_created_via','checkout'),(78428,1828,'_cart_hash','cc46986ff1de6a82951f73e7608a4b27'),(78429,1828,'_download_permissions_granted','yes'),(78430,1828,'_recorded_sales','yes'),(78431,1828,'_recorded_coupon_usage_counts','yes'),(78432,1828,'_new_order_email_sent','true'),(78433,1828,'_order_stock_reduced','yes'),(78434,1828,'_billing_first_name','Barrie'),(78435,1828,'_billing_last_name','Desmond'),(78436,1828,'_billing_address_1','50 ALAHELE PL'),(78437,1828,'_billing_city','Kihei'),(78438,1828,'_billing_state','HI'),(78439,1828,'_billing_postcode','96753-7809'),(78440,1828,'_billing_country','US'),(78441,1828,'_billing_email','info@liceclinicshawaii.com'),(78442,1828,'_billing_phone','8082834247'),(78443,1828,'_shipping_first_name','Barrie'),(78444,1828,'_shipping_last_name','Desmond'),(78445,1828,'_shipping_address_1','50 ALAHELE PL'),(78446,1828,'_shipping_city','Kihei'),(78447,1828,'_shipping_state','HI'),(78448,1828,'_shipping_postcode','96753-7809'),(78449,1828,'_shipping_country','US'),(78450,1828,'_order_currency','USD'),(78451,1828,'_cart_discount','0'),(78452,1828,'_cart_discount_tax','0'),(78453,1828,'_order_shipping','463.93'),(78454,1828,'_order_shipping_tax','0'),(78455,1828,'_order_tax','0'),(78456,1828,'_order_total','757.81'),(78457,1828,'_order_version','7.5.1'),(78458,1828,'_prices_include_tax','no'),(78459,1828,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(78460,1828,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(78462,1828,'is_vat_exempt','no'),(78463,1828,'Payment type','instant'),(78464,1828,'_paypal_status','completed'),(78465,1828,'_transaction_id','8LC56289BU128003P'),(78466,1828,'PayPal Transaction Fee','26.94'),(78467,1828,'_date_paid','1681274813'),(78468,1828,'_paid_date','2023-04-12 04:46:53'),(78469,515,'_used_by','64'),(78470,1827,'_edit_lock','1681309210:2'),(78471,1827,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233789\";s:12:\"date_shipped\";s:10:\"1681257600\";s:11:\"tracking_id\";s:32:\"5cf2b51e1367d2a73e678aa0440396ea\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233778\";s:12:\"date_shipped\";i:1681309335;s:11:\"tracking_id\";s:32:\"9212af58dc322faac158b4d529313fe9\";}}'),(78472,1827,'_edit_last','2'),(78473,1827,'_date_completed','1681309340'),(78474,1827,'_completed_date','2023-04-12 14:22:20'),(78475,1825,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233734\";s:12:\"date_shipped\";s:10:\"1681257600\";s:11:\"tracking_id\";s:32:\"dcf7eef822d208531fd96a752933e433\";}}'),(78476,1825,'_date_completed','1681309376'),(78477,1825,'_completed_date','2023-04-12 14:22:56'),(78478,1829,'_order_key','wc_order_XCjNan0C06m5s'),(78479,1829,'_customer_user','87'),(78480,1829,'_payment_method','paypal'),(78481,1829,'_payment_method_title','PayPal'),(78482,1829,'_customer_ip_address','108.219.84.84'),(78483,1829,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78484,1829,'_created_via','checkout'),(78485,1829,'_cart_hash','60ed4028d71fa8835a9c2dbecb51a412'),(78486,1829,'_download_permissions_granted','yes'),(78487,1829,'_recorded_sales','yes'),(78488,1829,'_recorded_coupon_usage_counts','yes'),(78489,1829,'_new_order_email_sent','true'),(78490,1829,'_order_stock_reduced','yes'),(78491,1829,'_billing_first_name','Wade'),(78492,1829,'_billing_last_name','Huntsman'),(78493,1829,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(78494,1829,'_billing_address_1','3421 E 21st'),(78495,1829,'_billing_city','Tulsa'),(78496,1829,'_billing_state','OK'),(78497,1829,'_billing_postcode','74114'),(78498,1829,'_billing_country','US'),(78499,1829,'_billing_email','info@liceclinicsmidsouth.com'),(78500,1829,'_billing_phone','9189783329'),(78501,1829,'_shipping_first_name','Katee'),(78502,1829,'_shipping_last_name','Morrison'),(78503,1829,'_shipping_company','Lice Clinics of America OKC'),(78504,1829,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(78505,1829,'_shipping_city','OKC'),(78506,1829,'_shipping_state','OK'),(78507,1829,'_shipping_postcode','73118'),(78508,1829,'_shipping_country','US'),(78509,1829,'_order_currency','USD'),(78510,1829,'_cart_discount','0'),(78511,1829,'_cart_discount_tax','0'),(78512,1829,'_order_shipping','0'),(78513,1829,'_order_shipping_tax','0'),(78514,1829,'_order_tax','0'),(78515,1829,'_order_total','773.44'),(78516,1829,'_order_version','7.5.1'),(78517,1829,'_prices_include_tax','no'),(78518,1829,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(78519,1829,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(78520,1829,'is_vat_exempt','no'),(78521,1829,'Payment type','instant'),(78522,1829,'_paypal_status','completed'),(78523,1829,'_transaction_id','5E0995091Y2476603'),(78524,1829,'PayPal Transaction Fee','27.48'),(78525,1829,'_date_paid','1681312906'),(78526,1829,'_paid_date','2023-04-12 15:21:46'),(78527,1830,'_order_key','wc_order_PTdtCsoPuyFnm'),(78528,1830,'_customer_user','66'),(78529,1830,'_payment_method','paypal'),(78530,1830,'_payment_method_title','PayPal'),(78531,1830,'_customer_ip_address','69.250.30.77'),(78532,1830,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.39'),(78533,1830,'_created_via','checkout'),(78534,1830,'_cart_hash','cca047b4367de1756e2beb2397469f67'),(78535,1830,'_download_permissions_granted','no'),(78536,1830,'_recorded_sales','no'),(78537,1830,'_recorded_coupon_usage_counts','no'),(78538,1830,'_new_order_email_sent','false'),(78539,1830,'_order_stock_reduced','no'),(78540,1830,'_billing_first_name','Mark'),(78541,1830,'_billing_last_name','Dent'),(78542,1830,'_billing_company','Lice Clinics of Maryland'),(78543,1830,'_billing_address_1','801 W 33rd Street'),(78544,1830,'_billing_city','BAltimore'),(78545,1830,'_billing_state','MD'),(78546,1830,'_billing_postcode','21211'),(78547,1830,'_billing_country','US'),(78548,1830,'_billing_email','info@liceclinicsofmaryland.com'),(78549,1830,'_billing_phone','4438349991'),(78550,1830,'_shipping_first_name','Dawn'),(78551,1830,'_shipping_last_name','Mumaw'),(78552,1830,'_shipping_company','LCA Baltimore'),(78553,1830,'_shipping_address_1','604 Providence Road'),(78554,1830,'_shipping_city','Towson'),(78555,1830,'_shipping_state','MD'),(78556,1830,'_shipping_postcode','21286'),(78557,1830,'_shipping_country','US'),(78558,1830,'_order_currency','USD'),(78559,1830,'_cart_discount','0'),(78560,1830,'_cart_discount_tax','0'),(78561,1830,'_order_shipping','0'),(78562,1830,'_order_shipping_tax','0'),(78563,1830,'_order_tax','0'),(78564,1830,'_order_total','1297.15'),(78565,1830,'_order_version','7.5.1'),(78566,1830,'_prices_include_tax','no'),(78567,1830,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(78568,1830,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(78569,1830,'is_vat_exempt','no'),(78570,1831,'_order_key','wc_order_wGf2W4wDuKQAC'),(78571,1831,'_customer_user','66'),(78572,1831,'_payment_method','paypal'),(78573,1831,'_payment_method_title','PayPal'),(78574,1831,'_customer_ip_address','69.250.30.77'),(78575,1831,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.39'),(78576,1831,'_created_via','checkout'),(78577,1831,'_cart_hash','cca047b4367de1756e2beb2397469f67'),(78578,1831,'_download_permissions_granted','yes'),(78579,1831,'_recorded_sales','yes'),(78580,1831,'_recorded_coupon_usage_counts','yes'),(78581,1831,'_new_order_email_sent','true'),(78582,1831,'_order_stock_reduced','yes'),(78583,1831,'_billing_first_name','Mark'),(78584,1831,'_billing_last_name','Dent'),(78585,1831,'_billing_company','Lice Clinics of Maryland'),(78586,1831,'_billing_address_1','801 W 33rd Street'),(78587,1831,'_billing_city','BAltimore'),(78588,1831,'_billing_state','MD'),(78589,1831,'_billing_postcode','21211'),(78590,1831,'_billing_country','US'),(78591,1831,'_billing_email','info@liceclinicsofmaryland.com'),(78592,1831,'_billing_phone','4438349991'),(78593,1831,'_shipping_first_name','Dawn'),(78594,1831,'_shipping_last_name','Mumaw'),(78595,1831,'_shipping_company','LCA Baltimore'),(78596,1831,'_shipping_address_1','604 Providence Road'),(78597,1831,'_shipping_city','Towson'),(78598,1831,'_shipping_state','MD'),(78599,1831,'_shipping_postcode','21286'),(78600,1831,'_shipping_country','US'),(78601,1831,'_order_currency','USD'),(78602,1831,'_cart_discount','0'),(78603,1831,'_cart_discount_tax','0'),(78604,1831,'_order_shipping','0'),(78605,1831,'_order_shipping_tax','0'),(78606,1831,'_order_tax','0'),(78607,1831,'_order_total','1297.15'),(78608,1831,'_order_version','7.5.1'),(78609,1831,'_prices_include_tax','no'),(78610,1831,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(78611,1831,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(78612,1831,'is_vat_exempt','no'),(78613,1831,'Payment type','instant'),(78614,1831,'_paypal_status','completed'),(78615,1831,'_transaction_id','8BC99126UV516671S'),(78616,1831,'PayPal Transaction Fee','45.76'),(78617,1831,'_date_paid','1681320539'),(78618,1831,'_paid_date','2023-04-12 17:28:59'),(78619,1831,'_edit_lock','1681394141:2'),(78620,1831,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234075\";s:12:\"date_shipped\";s:10:\"1681344000\";s:11:\"tracking_id\";s:32:\"910745515db4c03a815cdb344819b03a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234064\";s:12:\"date_shipped\";i:1681394241;s:11:\"tracking_id\";s:32:\"4fc03e405459021884cb4d8dbb893c70\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234053\";s:12:\"date_shipped\";i:1681394248;s:11:\"tracking_id\";s:32:\"9836c285a96d6eecdb703207d7425a6a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234042\";s:12:\"date_shipped\";i:1681394255;s:11:\"tracking_id\";s:32:\"d9da088a8888348313ec2026c30e9439\";}}'),(78621,1831,'_edit_last','2'),(78622,1831,'_date_completed','1681394264'),(78623,1831,'_completed_date','2023-04-13 13:57:44'),(78624,1829,'_edit_lock','1681394206:2'),(78625,1829,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233962\";s:12:\"date_shipped\";s:10:\"1681344000\";s:11:\"tracking_id\";s:32:\"0346cac84afaf191e6bd547fb84f70af\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233951\";s:12:\"date_shipped\";i:1681394323;s:11:\"tracking_id\";s:32:\"2b6323b351fbbba88cb6094b3c9f0175\";}}'),(78626,1829,'_edit_last','2'),(78627,1829,'_date_completed','1681394327'),(78628,1829,'_completed_date','2023-04-13 13:58:47'),(78629,1828,'acfw_shipping_discount_recalc','yes'),(78630,1828,'_edit_lock','1681394402:2'),(78631,1828,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830233940\";s:12:\"date_shipped\";s:10:\"1681344000\";s:11:\"tracking_id\";s:32:\"b90dd697634b3317065c697469740617\";}}'),(78632,1828,'_edit_last','2'),(78633,1828,'_date_completed','1681394405'),(78634,1828,'_completed_date','2023-04-13 14:00:05'),(78635,1832,'_order_key','wc_order_4OBkeHDj4CJRp'),(78636,1832,'_customer_user','87'),(78637,1832,'_payment_method','paypal'),(78638,1832,'_payment_method_title','PayPal'),(78639,1832,'_customer_ip_address','108.219.84.84'),(78640,1832,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78641,1832,'_created_via','checkout'),(78642,1832,'_cart_hash','c1b5739ee6dd7afe634c063e7f873006'),(78643,1832,'_download_permissions_granted','yes'),(78644,1832,'_recorded_sales','yes'),(78645,1832,'_recorded_coupon_usage_counts','yes'),(78646,1832,'_new_order_email_sent','true'),(78647,1832,'_order_stock_reduced','yes'),(78648,1832,'_billing_first_name','Wade'),(78649,1832,'_billing_last_name','Huntsman'),(78650,1832,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(78651,1832,'_billing_address_1','3421 E 21st'),(78652,1832,'_billing_city','Tulsa'),(78653,1832,'_billing_state','OK'),(78654,1832,'_billing_postcode','74114'),(78655,1832,'_billing_country','US'),(78656,1832,'_billing_email','info@liceclinicsmidsouth.com'),(78657,1832,'_billing_phone','9189783329'),(78658,1832,'_shipping_first_name','Logan'),(78659,1832,'_shipping_last_name','Futrell'),(78660,1832,'_shipping_company','Lice Clinics of America NWA'),(78661,1832,'_shipping_address_1','207 East Monroe Ave, Suite D'),(78662,1832,'_shipping_city','Lowell'),(78663,1832,'_shipping_state','AR'),(78664,1832,'_shipping_postcode','72745'),(78665,1832,'_shipping_country','US'),(78666,1832,'_order_currency','USD'),(78667,1832,'_cart_discount','0'),(78668,1832,'_cart_discount_tax','0'),(78669,1832,'_order_shipping','0'),(78670,1832,'_order_shipping_tax','0'),(78671,1832,'_order_tax','0'),(78672,1832,'_order_total','846.38'),(78673,1832,'_order_version','7.5.1'),(78674,1832,'_prices_include_tax','no'),(78675,1832,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(78676,1832,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(78677,1832,'is_vat_exempt','no'),(78678,1832,'Payment type','instant'),(78679,1832,'_paypal_status','completed'),(78680,1832,'_transaction_id','35W03419SX029741U'),(78681,1832,'PayPal Transaction Fee','30.03'),(78682,1832,'_date_paid','1681401960'),(78683,1832,'_paid_date','2023-04-13 16:06:00'),(78684,1833,'_order_key','wc_order_eXCUTTA9t7ZTS'),(78685,1833,'_customer_user','87'),(78686,1833,'_payment_method','paypal'),(78687,1833,'_payment_method_title','PayPal'),(78688,1833,'_customer_ip_address','108.219.84.84'),(78689,1833,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78690,1833,'_created_via','checkout'),(78691,1833,'_cart_hash','082e37ac7f1871000e2ecf4648620b54'),(78692,1833,'_download_permissions_granted','yes'),(78693,1833,'_recorded_sales','yes'),(78694,1833,'_recorded_coupon_usage_counts','yes'),(78695,1833,'_new_order_email_sent','true'),(78696,1833,'_order_stock_reduced','yes'),(78697,1833,'_billing_first_name','Wade'),(78698,1833,'_billing_last_name','Huntsman'),(78699,1833,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(78700,1833,'_billing_address_1','3421 E 21st'),(78701,1833,'_billing_city','Tulsa'),(78702,1833,'_billing_state','OK'),(78703,1833,'_billing_postcode','74114'),(78704,1833,'_billing_country','US'),(78705,1833,'_billing_email','info@liceclinicsmidsouth.com'),(78706,1833,'_billing_phone','9189783329'),(78707,1833,'_shipping_first_name','Tiffany'),(78708,1833,'_shipping_last_name','Sporn'),(78709,1833,'_shipping_address_1','16621 West 29th Street North'),(78710,1833,'_shipping_city','Colwich'),(78711,1833,'_shipping_state','KS'),(78712,1833,'_shipping_postcode','67030'),(78713,1833,'_shipping_country','US'),(78714,1833,'_order_currency','USD'),(78715,1833,'_cart_discount','0'),(78716,1833,'_cart_discount_tax','0'),(78717,1833,'_order_shipping','0'),(78718,1833,'_order_shipping_tax','0'),(78719,1833,'_order_tax','0'),(78720,1833,'_order_total','727.68'),(78721,1833,'_order_version','7.5.1'),(78722,1833,'_prices_include_tax','no'),(78723,1833,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(78724,1833,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(78725,1833,'is_vat_exempt','no'),(78726,1833,'Payment type','instant'),(78727,1833,'_paypal_status','completed'),(78728,1833,'_transaction_id','2RR601314L422553V'),(78729,1833,'PayPal Transaction Fee','25.89'),(78730,1833,'_date_paid','1681402584'),(78731,1833,'_paid_date','2023-04-13 16:16:24'),(78732,1834,'_order_key','wc_order_8aKgEVhc4AMLO'),(78733,1834,'_customer_user','87'),(78734,1834,'_payment_method','paypal'),(78735,1834,'_payment_method_title','PayPal'),(78736,1834,'_customer_ip_address','108.219.84.84'),(78737,1834,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78738,1834,'_created_via','checkout'),(78739,1834,'_cart_hash','75eed9ccb7f0900078bda0e427c70359'),(78740,1834,'_download_permissions_granted','yes'),(78741,1834,'_recorded_sales','yes'),(78742,1834,'_recorded_coupon_usage_counts','yes'),(78743,1834,'_new_order_email_sent','true'),(78744,1834,'_order_stock_reduced','yes'),(78745,1834,'_billing_first_name','Wade'),(78746,1834,'_billing_last_name','Huntsman'),(78747,1834,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(78748,1834,'_billing_address_1','3421 E 21st'),(78749,1834,'_billing_city','Tulsa'),(78750,1834,'_billing_state','OK'),(78751,1834,'_billing_postcode','74114'),(78752,1834,'_billing_country','US'),(78753,1834,'_billing_email','info@liceclinicsmidsouth.com'),(78754,1834,'_billing_phone','9189783329'),(78755,1834,'_shipping_first_name','Wade'),(78756,1834,'_shipping_last_name','Huntsman'),(78757,1834,'_shipping_address_1','3421 East 21st Street'),(78758,1834,'_shipping_city','Tulsa'),(78759,1834,'_shipping_state','OK'),(78760,1834,'_shipping_postcode','74114'),(78761,1834,'_shipping_country','US'),(78762,1834,'_order_currency','USD'),(78763,1834,'_cart_discount','0'),(78764,1834,'_cart_discount_tax','0'),(78765,1834,'_order_shipping','0'),(78766,1834,'_order_shipping_tax','0'),(78767,1834,'_order_tax','0'),(78768,1834,'_order_total','907.92'),(78769,1834,'_order_version','7.5.1'),(78770,1834,'_prices_include_tax','no'),(78771,1834,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(78772,1834,'_shipping_address_index','Wade Huntsman  3421 East 21st Street  Tulsa OK 74114 US '),(78773,1834,'is_vat_exempt','no'),(78774,1834,'Payment type','instant'),(78775,1834,'_paypal_status','completed'),(78776,1834,'_transaction_id','7RU79004D2314361A'),(78777,1834,'PayPal Transaction Fee','32.18'),(78778,1834,'_date_paid','1681402898'),(78779,1834,'_paid_date','2023-04-13 16:21:38'),(78780,1834,'_edit_lock','1681424652:2'),(78781,1834,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234400\";s:12:\"date_shipped\";s:10:\"1681344000\";s:11:\"tracking_id\";s:32:\"e2e8f6d56fe2824250eb48fbff351b34\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234395\";s:12:\"date_shipped\";i:1681417915;s:11:\"tracking_id\";s:32:\"4a7f0895b6ef3f1f7ef4da7f4c980d84\";}}'),(78782,1834,'_edit_last','2'),(78783,1834,'_date_completed','1681417917'),(78784,1834,'_completed_date','2023-04-13 20:31:57'),(78785,1835,'_order_key','wc_order_x60oYRH9lCNQw'),(78786,1835,'_customer_user','77'),(78787,1835,'_payment_method','paypal'),(78788,1835,'_payment_method_title','PayPal'),(78789,1835,'_customer_ip_address','107.205.56.86'),(78790,1835,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(78791,1835,'_created_via','checkout'),(78792,1835,'_cart_hash','3bdbd6475300c45019e37a40d0c56f91'),(78793,1835,'_download_permissions_granted','yes'),(78794,1835,'_recorded_sales','yes'),(78795,1835,'_recorded_coupon_usage_counts','yes'),(78796,1835,'_new_order_email_sent','true'),(78797,1835,'_order_stock_reduced','yes'),(78798,1835,'_billing_first_name','Phil'),(78799,1835,'_billing_last_name','Moon'),(78800,1835,'_billing_company','Lice Clinics of America--Central Valley'),(78801,1835,'_billing_address_1','585 56th Street'),(78802,1835,'_billing_city','Oakland'),(78803,1835,'_billing_state','CA'),(78804,1835,'_billing_postcode','94609'),(78805,1835,'_billing_country','US'),(78806,1835,'_billing_email','info@liceclinicsfresno.com'),(78807,1835,'_billing_phone','5593046305'),(78808,1835,'_shipping_first_name','Kristen'),(78809,1835,'_shipping_last_name','Maroot-Rippee'),(78810,1835,'_shipping_company','Lice Busters LLC. Central Valley'),(78811,1835,'_shipping_address_1','487 W. Scott Avenue'),(78812,1835,'_shipping_city','Fresno'),(78813,1835,'_shipping_state','CA'),(78814,1835,'_shipping_postcode','93704'),(78815,1835,'_shipping_country','US'),(78816,1835,'_order_currency','USD'),(78817,1835,'_cart_discount','0'),(78818,1835,'_cart_discount_tax','0'),(78819,1835,'_order_shipping','0'),(78820,1835,'_order_shipping_tax','0'),(78821,1835,'_order_tax','0'),(78822,1835,'_order_total','1991.52'),(78823,1835,'_order_version','7.5.1'),(78824,1835,'_prices_include_tax','no'),(78825,1835,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(78826,1835,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(78827,1835,'is_vat_exempt','no'),(78828,1835,'Payment type','instant'),(78829,1835,'_paypal_status','completed'),(78830,1835,'_transaction_id','78W98860GY1926131'),(78831,1835,'PayPal Transaction Fee','69.99'),(78832,1835,'_date_paid','1681446138'),(78833,1835,'_paid_date','2023-04-14 04:22:18'),(78834,1836,'_order_key','wc_order_uMeDvw2aeb9EO'),(78835,1836,'_customer_user','52'),(78836,1836,'_payment_method','paypal'),(78837,1836,'_payment_method_title','PayPal'),(78838,1836,'_customer_ip_address','173.66.57.19'),(78839,1836,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(78840,1836,'_created_via','checkout'),(78841,1836,'_cart_hash','842c8da4b5efd08d5204a2bfbca7819e'),(78842,1836,'_download_permissions_granted','yes'),(78843,1836,'_recorded_sales','yes'),(78844,1836,'_recorded_coupon_usage_counts','yes'),(78845,1836,'_new_order_email_sent','true'),(78846,1836,'_order_stock_reduced','yes'),(78847,1836,'_billing_first_name','Darlene'),(78848,1836,'_billing_last_name','LaFramboise'),(78849,1836,'_billing_company','LCA-NOVA'),(78850,1836,'_billing_address_1','25473 Tomey Ct'),(78851,1836,'_billing_city','Aldie'),(78852,1836,'_billing_state','VA'),(78853,1836,'_billing_postcode','20105-3048'),(78854,1836,'_billing_country','US'),(78855,1836,'_billing_email','info@liceremovalnova.com'),(78856,1836,'_billing_phone','7033031576'),(78857,1836,'_shipping_first_name','Darlene'),(78858,1836,'_shipping_last_name','LaFramboise'),(78859,1836,'_shipping_company','LCA-NOVA'),(78860,1836,'_shipping_address_1','25473 Tomey Ct'),(78861,1836,'_shipping_city','Aldie'),(78862,1836,'_shipping_state','VA'),(78863,1836,'_shipping_postcode','20105-3048'),(78864,1836,'_shipping_country','US'),(78865,1836,'_order_currency','USD'),(78866,1836,'_cart_discount','0'),(78867,1836,'_cart_discount_tax','0'),(78868,1836,'_order_shipping','12.52'),(78869,1836,'_order_shipping_tax','0'),(78870,1836,'_order_tax','0'),(78871,1836,'_order_total','211.96'),(78872,1836,'_order_version','7.5.1'),(78873,1836,'_prices_include_tax','no'),(78874,1836,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(78875,1836,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(78876,1836,'is_vat_exempt','no'),(78877,1836,'Payment type','instant'),(78878,1836,'_paypal_status','completed'),(78879,1836,'_transaction_id','92U64145UJ8591748'),(78880,1836,'PayPal Transaction Fee','7.89'),(78881,1836,'_date_paid','1681486684'),(78882,1836,'_paid_date','2023-04-14 15:38:04'),(78883,1832,'_edit_lock','1681491184:2'),(78884,1832,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234432\";s:12:\"date_shipped\";s:10:\"1681430400\";s:11:\"tracking_id\";s:32:\"8bba7240cb6440fa3a06207deaebcede\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234421\";s:12:\"date_shipped\";i:1681490425;s:11:\"tracking_id\";s:32:\"83996e02583cef85c33a57a311602769\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234410\";s:12:\"date_shipped\";i:1681490432;s:11:\"tracking_id\";s:32:\"d44c0b741110f1ff7ccc95b7e0d7e82e\";}}'),(78885,1832,'_edit_last','2'),(78886,1832,'_date_completed','1681490436'),(78887,1832,'_completed_date','2023-04-14 16:40:36'),(78888,1837,'_order_key','wc_order_JhY9nB0PTRbjy'),(78889,1837,'_customer_user','3'),(78890,1837,'_payment_method','paypal'),(78891,1837,'_payment_method_title','PayPal'),(78892,1837,'_customer_ip_address','70.142.202.154'),(78893,1837,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(78894,1837,'_created_via','checkout'),(78895,1837,'_cart_hash','4959a3dd48373f5c629703fe91f85911'),(78896,1837,'_download_permissions_granted','yes'),(78897,1837,'_recorded_sales','yes'),(78898,1837,'_recorded_coupon_usage_counts','yes'),(78899,1837,'_new_order_email_sent','true'),(78900,1837,'_order_stock_reduced','yes'),(78901,1837,'_billing_first_name','Amanda'),(78902,1837,'_billing_last_name','Westerman'),(78903,1837,'_billing_company','Lice Clinics of America McKinney'),(78904,1837,'_billing_address_1','3120 Hudson Crossing'),(78905,1837,'_billing_address_2','Suite A2'),(78906,1837,'_billing_city','MCKINNEY'),(78907,1837,'_billing_state','TX'),(78908,1837,'_billing_postcode','75070'),(78909,1837,'_billing_country','US'),(78910,1837,'_billing_email','awesterman1103@gmail.com'),(78911,1837,'_billing_phone','2144175741'),(78912,1837,'_shipping_first_name','AMANDA'),(78913,1837,'_shipping_last_name','Westerman'),(78914,1837,'_shipping_company','Lice Clinics of America McKinney'),(78915,1837,'_shipping_address_1','1709 Damian Way'),(78916,1837,'_shipping_city','Richardson'),(78917,1837,'_shipping_state','TX'),(78918,1837,'_shipping_postcode','75081'),(78919,1837,'_shipping_country','US'),(78920,1837,'_order_currency','USD'),(78921,1837,'_cart_discount','0'),(78922,1837,'_cart_discount_tax','0'),(78923,1837,'_order_shipping','0'),(78924,1837,'_order_shipping_tax','0'),(78925,1837,'_order_tax','0'),(78926,1837,'_order_total','965.04'),(78927,1837,'_order_version','7.5.1'),(78928,1837,'_prices_include_tax','no'),(78929,1837,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(78930,1837,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(78931,1837,'is_vat_exempt','no'),(78932,1837,'Payment type','instant'),(78933,1837,'_paypal_status','completed'),(78934,1837,'_transaction_id','8SX43580GD6176212'),(78935,1837,'PayPal Transaction Fee','34.17'),(78936,1837,'_date_paid','1681493186'),(78937,1837,'_paid_date','2023-04-14 17:26:26'),(78938,1837,'_edit_lock','1681742252:2'),(78939,1837,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234605\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"4c9b517614dafcec2ff1f1c3a7955927\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234590\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"d9c04a728918b05455655be50562a7e3\";}}'),(78940,1837,'_edit_last','2'),(78941,1837,'_date_completed','1681742367'),(78942,1837,'_completed_date','2023-04-17 14:39:27'),(78943,1836,'_edit_lock','1681742299:2'),(78944,1836,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234557\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"f16c501250651ea1b383e2567fc7641b\";}}'),(78945,1836,'_edit_last','2'),(78946,1836,'_date_completed','1681742432'),(78947,1836,'_completed_date','2023-04-17 14:40:32'),(78948,1835,'_edit_lock','1681742372:2'),(78949,1835,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234524\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"5521ba1c3360eef4bf2ed76838ea30bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234513\";s:12:\"date_shipped\";i:1681742483;s:11:\"tracking_id\";s:32:\"0ae94fedda26561e3ad73f7df4991db3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234502\";s:12:\"date_shipped\";i:1681742489;s:11:\"tracking_id\";s:32:\"5f8277f01370bb48d8bd4dd708a1b147\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234498\";s:12:\"date_shipped\";i:1681742496;s:11:\"tracking_id\";s:32:\"898ebea5bb732a1b600f0674e1b29238\";}}'),(78950,1835,'_edit_last','2'),(78951,1835,'_date_completed','1681742499'),(78952,1835,'_completed_date','2023-04-17 14:41:39'),(78953,1838,'_order_key','wc_order_w0N3BQBG62qIw'),(78954,1838,'_customer_user','0'),(78955,1838,'_payment_method','paypal'),(78956,1838,'_payment_method_title','PayPal'),(78957,1838,'_customer_ip_address','136.49.57.192'),(78958,1838,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(78959,1838,'_created_via','checkout'),(78960,1838,'_cart_hash','f765877909e262d67dd81f0227deaa66'),(78961,1838,'_download_permissions_granted','yes'),(78962,1838,'_recorded_sales','yes'),(78963,1838,'_recorded_coupon_usage_counts','yes'),(78964,1838,'_new_order_email_sent','true'),(78965,1838,'_order_stock_reduced','yes'),(78966,1838,'_billing_first_name','Lee'),(78967,1838,'_billing_last_name','Rogers'),(78968,1838,'_billing_company','United States'),(78969,1838,'_billing_address_1','40 N Interstate 35'),(78970,1838,'_billing_address_2','APT 4B2'),(78971,1838,'_billing_city','Austin'),(78972,1838,'_billing_state','TX'),(78973,1838,'_billing_postcode','78701'),(78974,1838,'_billing_country','US'),(78975,1838,'_billing_email','leerogers3301@gmail.com'),(78976,1838,'_billing_phone','316-727-9951'),(78977,1838,'_shipping_first_name','Kaitlin'),(78978,1838,'_shipping_last_name','Ryan'),(78979,1838,'_shipping_company','LCA Dublin'),(78980,1838,'_shipping_address_1','5910 Wilcox Place'),(78981,1838,'_shipping_address_2','Suite E'),(78982,1838,'_shipping_city','Dublin'),(78983,1838,'_shipping_state','OH'),(78984,1838,'_shipping_postcode','43016'),(78985,1838,'_shipping_country','US'),(78986,1838,'_order_currency','USD'),(78987,1838,'_cart_discount','0'),(78988,1838,'_cart_discount_tax','0'),(78989,1838,'_order_shipping','0'),(78990,1838,'_order_shipping_tax','0'),(78991,1838,'_order_tax','0'),(78992,1838,'_order_total','1069.33'),(78993,1838,'_order_version','7.5.1'),(78994,1838,'_prices_include_tax','no'),(78995,1838,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(78996,1838,'_shipping_address_index','Kaitlin Ryan LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(78997,1838,'is_vat_exempt','no'),(78998,1838,'Payment type','instant'),(78999,1838,'_paypal_status','completed'),(79000,1838,'_transaction_id','8J913341UY692851R'),(79001,1838,'PayPal Transaction Fee','37.81'),(79002,1838,'_date_paid','1681750206'),(79003,1838,'_paid_date','2023-04-17 16:50:06'),(79004,1839,'_order_key','wc_order_JZAMMXFLOJirQ'),(79005,1839,'_customer_user','60'),(79006,1839,'_payment_method','paypal'),(79007,1839,'_payment_method_title','PayPal'),(79008,1839,'_customer_ip_address','24.13.229.23'),(79009,1839,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15'),(79010,1839,'_created_via','checkout'),(79011,1839,'_cart_hash','d2496c1145591ac9100d28ec42cec04c'),(79012,1839,'_download_permissions_granted','yes'),(79013,1839,'_recorded_sales','yes'),(79014,1839,'_recorded_coupon_usage_counts','yes'),(79015,1839,'_new_order_email_sent','true'),(79016,1839,'_order_stock_reduced','yes'),(79017,1839,'_billing_first_name','Jill'),(79018,1839,'_billing_last_name','Leshtz'),(79019,1839,'_billing_company','Lice clinics of America-North Shore'),(79020,1839,'_billing_address_1','1580 Lancelot Avenue'),(79021,1839,'_billing_city','Highland park'),(79022,1839,'_billing_state','IL'),(79023,1839,'_billing_postcode','60035'),(79024,1839,'_billing_country','US'),(79025,1839,'_billing_email','jleshtz@gmail.com'),(79026,1839,'_billing_phone','8473639001'),(79027,1839,'_shipping_first_name','Jill'),(79028,1839,'_shipping_last_name','Leshtz'),(79029,1839,'_shipping_company','Lice clinics of America-North Shore'),(79030,1839,'_shipping_address_1','1580 Lancelot Avenue'),(79031,1839,'_shipping_city','Highland park'),(79032,1839,'_shipping_state','IL'),(79033,1839,'_shipping_postcode','60035'),(79034,1839,'_shipping_country','US'),(79035,1839,'_order_currency','USD'),(79036,1839,'_cart_discount','0'),(79037,1839,'_cart_discount_tax','0'),(79038,1839,'_order_shipping','10.19'),(79039,1839,'_order_shipping_tax','0'),(79040,1839,'_order_tax','0'),(79041,1839,'_order_total','10.19'),(79042,1839,'_order_version','7.5.1'),(79043,1839,'_prices_include_tax','no'),(79044,1839,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(79045,1839,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(79046,1839,'is_vat_exempt','no'),(79047,1838,'_edit_lock','1681767342:2'),(79048,1838,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234822\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"e8b4bbd9f08420f4eac823b01c910986\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234811\";s:12:\"date_shipped\";i:1681767468;s:11:\"tracking_id\";s:32:\"62407854b0f07f16168a8a747fe693c1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234800\";s:12:\"date_shipped\";i:1681767474;s:11:\"tracking_id\";s:32:\"e4d7d134eb840a6712819d399ed7faee\";}}'),(79049,1838,'_edit_last','2'),(79050,1838,'_date_completed','1681767478'),(79051,1838,'_completed_date','2023-04-17 21:37:58'),(79052,1833,'_edit_lock','1681767486:2'),(79053,1833,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234373\";s:12:\"date_shipped\";s:10:\"1681689600\";s:11:\"tracking_id\";s:32:\"6a6d4b30cdc659e504f1930e0cd69aa6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234384\";s:12:\"date_shipped\";i:1681767621;s:11:\"tracking_id\";s:32:\"5afd347677ebcacce4caba6354631180\";}}'),(79054,1833,'_edit_last','2'),(79055,1833,'_date_completed','1681767623'),(79056,1833,'_completed_date','2023-04-17 21:40:23'),(79057,1839,'_edit_lock','1681855119:2'),(79058,1839,'_edit_last','2'),(79059,1839,'Payment type','instant'),(79060,1839,'_paypal_status','completed'),(79061,1839,'_transaction_id','86K38698AG305482G'),(79062,1839,'PayPal Transaction Fee','0.85'),(79063,1839,'_date_paid','1681841022'),(79064,1839,'_paid_date','2023-04-18 18:03:42'),(79065,1839,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830234958\";s:12:\"date_shipped\";s:10:\"1681776000\";s:11:\"tracking_id\";s:32:\"ff32b38d409f9505b155ebe4596eb01e\";}}'),(79066,1839,'_date_completed','1681854327'),(79067,1839,'_completed_date','2023-04-18 21:45:27'),(79068,1841,'_order_key','wc_order_YvHx4t1Tgvjew'),(79069,1841,'_customer_user','47'),(79070,1841,'_payment_method','paypal'),(79071,1841,'_payment_method_title','PayPal'),(79072,1841,'_customer_ip_address','97.77.63.57'),(79073,1841,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(79074,1841,'_created_via','checkout'),(79075,1841,'_cart_hash','3dcc7880311f7d9a17def4f13e271884'),(79076,1841,'_download_permissions_granted','yes'),(79077,1841,'_recorded_sales','yes'),(79078,1841,'_recorded_coupon_usage_counts','yes'),(79079,1841,'_new_order_email_sent','true'),(79080,1841,'_order_stock_reduced','yes'),(79081,1841,'_billing_first_name','Tracy'),(79082,1841,'_billing_last_name','Copeland'),(79083,1841,'_billing_company','LCA SA WEST'),(79084,1841,'_billing_address_1','14223 Silverhollow'),(79085,1841,'_billing_city','San Antonio'),(79086,1841,'_billing_state','TX'),(79087,1841,'_billing_postcode','78232'),(79088,1841,'_billing_country','US'),(79089,1841,'_billing_email','info@liceclinicsofsanantonio.com'),(79090,1841,'_billing_phone','2103135033'),(79091,1841,'_shipping_first_name','Tracy'),(79092,1841,'_shipping_last_name','Copeland'),(79093,1841,'_shipping_company','LCA SA WEST'),(79094,1841,'_shipping_address_1','14223 Silverhollow'),(79095,1841,'_shipping_city','San Antonio'),(79096,1841,'_shipping_state','TX'),(79097,1841,'_shipping_postcode','78232'),(79098,1841,'_shipping_country','US'),(79099,1841,'_order_currency','USD'),(79100,1841,'_cart_discount','0'),(79101,1841,'_cart_discount_tax','0'),(79102,1841,'_order_shipping','0'),(79103,1841,'_order_shipping_tax','0'),(79104,1841,'_order_tax','0'),(79105,1841,'_order_total','888.24'),(79106,1841,'_order_version','7.5.1'),(79107,1841,'_prices_include_tax','no'),(79108,1841,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(79109,1841,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(79110,1841,'is_vat_exempt','no'),(79111,1841,'Payment type','instant'),(79112,1841,'_paypal_status','completed'),(79113,1841,'_transaction_id','706166797L0561144'),(79114,1841,'PayPal Transaction Fee','31.49'),(79115,1841,'_date_paid','1681856401'),(79116,1841,'_paid_date','2023-04-18 22:20:01'),(79117,1841,'_edit_lock','1681935287:2'),(79118,1841,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235027\";s:12:\"date_shipped\";s:10:\"1681862400\";s:11:\"tracking_id\";s:32:\"9b4b70ac2e92d10d4ccb46863245aa93\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235016\";s:12:\"date_shipped\";i:1681935368;s:11:\"tracking_id\";s:32:\"795a75446042993a3fa372cd5b08011a\";}}'),(79119,1841,'_edit_last','2'),(79120,1841,'_date_completed','1681935374'),(79121,1841,'_completed_date','2023-04-19 20:16:14'),(79122,1842,'_order_key','wc_order_neaVWdkYdw6Q3'),(79123,1842,'_customer_user','3'),(79124,1842,'_payment_method','paypal'),(79125,1842,'_payment_method_title','PayPal'),(79126,1842,'_customer_ip_address','70.142.202.154'),(79127,1842,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79128,1842,'_created_via','checkout'),(79129,1842,'_cart_hash','5222bb87d8ed4d2d49d40e092860365d'),(79130,1842,'_download_permissions_granted','yes'),(79131,1842,'_recorded_sales','yes'),(79132,1842,'_recorded_coupon_usage_counts','yes'),(79133,1842,'_new_order_email_sent','true'),(79134,1842,'_order_stock_reduced','yes'),(79135,1842,'_billing_first_name','Amanda'),(79136,1842,'_billing_last_name','Westerman'),(79137,1842,'_billing_company','Lice Clinics of America McKinney'),(79138,1842,'_billing_address_1','3120 Hudson Crossing'),(79139,1842,'_billing_address_2','Suite A2'),(79140,1842,'_billing_city','MCKINNEY'),(79141,1842,'_billing_state','TX'),(79142,1842,'_billing_postcode','75070'),(79143,1842,'_billing_country','US'),(79144,1842,'_billing_email','awesterman1103@gmail.com'),(79145,1842,'_billing_phone','2144175741'),(79146,1842,'_shipping_first_name','AMANDA'),(79147,1842,'_shipping_last_name','Westerman'),(79148,1842,'_shipping_company','Lice Clinics of America McKinney'),(79149,1842,'_shipping_address_1','1709 Damian Way'),(79150,1842,'_shipping_city','Richardson'),(79151,1842,'_shipping_state','TX'),(79152,1842,'_shipping_postcode','75081'),(79153,1842,'_shipping_country','US'),(79154,1842,'_order_currency','USD'),(79155,1842,'_cart_discount','0'),(79156,1842,'_cart_discount_tax','0'),(79157,1842,'_order_shipping','27.62'),(79158,1842,'_order_shipping_tax','0'),(79159,1842,'_order_tax','0'),(79160,1842,'_order_total','588.64'),(79161,1842,'_order_version','7.5.1'),(79162,1842,'_prices_include_tax','no'),(79163,1842,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(79164,1842,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(79165,1842,'is_vat_exempt','no'),(79166,1842,'Payment type','instant'),(79167,1842,'_paypal_status','completed'),(79168,1842,'_transaction_id','0FF19080UF586745K'),(79169,1842,'PayPal Transaction Fee','21.03'),(79170,1842,'_date_paid','1682004938'),(79171,1842,'_paid_date','2023-04-20 15:35:38'),(79172,1843,'_order_key','wc_order_xXWx1zxayHbOr'),(79173,1843,'_customer_user','4'),(79174,1843,'_payment_method','paypal'),(79175,1843,'_payment_method_title','PayPal'),(79176,1843,'_customer_ip_address','98.202.98.57'),(79177,1843,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79178,1843,'_created_via','checkout'),(79179,1843,'_cart_hash','2a7b1654a85295403f44b145434f7449'),(79180,1843,'_download_permissions_granted','yes'),(79181,1843,'_recorded_sales','yes'),(79182,1843,'_recorded_coupon_usage_counts','yes'),(79183,1843,'_new_order_email_sent','true'),(79184,1843,'_order_stock_reduced','yes'),(79185,1843,'_billing_first_name','David'),(79186,1843,'_billing_last_name','Washburn'),(79187,1843,'_billing_company','Larada Sciences (LCA)'),(79188,1843,'_billing_address_1','4873 South State St.'),(79189,1843,'_billing_city','Murray'),(79190,1843,'_billing_state','UT'),(79191,1843,'_billing_postcode','84107'),(79192,1843,'_billing_country','US'),(79193,1843,'_billing_email','david@laradasciences.com'),(79194,1843,'_billing_phone','8019197428'),(79195,1843,'_shipping_first_name','David'),(79196,1843,'_shipping_last_name','Washburn'),(79197,1843,'_shipping_company','Larada Sciences (LCA)'),(79198,1843,'_shipping_address_1','4873 South State St.'),(79199,1843,'_shipping_city','Murray'),(79200,1843,'_shipping_state','UT'),(79201,1843,'_shipping_postcode','84107'),(79202,1843,'_shipping_country','US'),(79203,1843,'_order_currency','USD'),(79204,1843,'_cart_discount','0'),(79205,1843,'_cart_discount_tax','0'),(79206,1843,'_order_shipping','0'),(79207,1843,'_order_shipping_tax','0'),(79208,1843,'_order_tax','0'),(79209,1843,'_order_total','664.56'),(79210,1843,'_order_version','7.5.1'),(79211,1843,'_prices_include_tax','no'),(79212,1843,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(79213,1843,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(79214,1843,'is_vat_exempt','no'),(79215,1843,'_edit_lock','1682352643:2'),(79216,1843,'_edit_last','2'),(79217,1842,'_edit_lock','1682084310:2'),(79218,1842,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235185\";s:12:\"date_shipped\";s:10:\"1682035200\";s:11:\"tracking_id\";s:32:\"778886d93ca573cfbd78bf5d15ea14c1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235174\";s:12:\"date_shipped\";i:1682084413;s:11:\"tracking_id\";s:32:\"4af206e848ecb2abfb65a5be41ff225d\";}}'),(79219,1842,'_edit_last','2'),(79220,1842,'_date_completed','1682084449'),(79221,1842,'_completed_date','2023-04-21 13:40:49'),(79222,1843,'Payment type','instant'),(79223,1843,'_paypal_status','completed'),(79224,1843,'_transaction_id','7ER159657H670820C'),(79225,1843,'PayPal Transaction Fee','23.68'),(79226,1843,'_date_paid','1682120319'),(79227,1843,'_paid_date','2023-04-21 23:38:39'),(79228,1844,'_order_key','wc_order_HJzcMWKFx23ab'),(79229,1844,'_customer_user','54'),(79230,1844,'_payment_method','paypal'),(79231,1844,'_payment_method_title','PayPal'),(79232,1844,'_customer_ip_address','172.59.97.176'),(79233,1844,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Mobile Safari/537.36'),(79234,1844,'_created_via','checkout'),(79235,1844,'_cart_hash','1dfb99acb40fa7a279b25ced633cb2a9'),(79236,1844,'_download_permissions_granted','yes'),(79237,1844,'_recorded_sales','yes'),(79238,1844,'_recorded_coupon_usage_counts','yes'),(79239,1844,'_new_order_email_sent','true'),(79240,1844,'_order_stock_reduced','yes'),(79241,1844,'_billing_first_name','Erin'),(79242,1844,'_billing_last_name','Hawn'),(79243,1844,'_billing_address_1','10 W Phillip Rd'),(79244,1844,'_billing_address_2','123'),(79245,1844,'_billing_city','Vernon Hills'),(79246,1844,'_billing_state','IL'),(79247,1844,'_billing_postcode','60061'),(79248,1844,'_billing_country','US'),(79249,1844,'_billing_email','info@liceclinicsvernonhills.com'),(79250,1844,'_billing_phone','8475960408'),(79251,1844,'_shipping_first_name','Erin'),(79252,1844,'_shipping_last_name','Hawn'),(79253,1844,'_shipping_address_1','1491 S Amarias Dr'),(79254,1844,'_shipping_city','Round lake'),(79255,1844,'_shipping_state','IL'),(79256,1844,'_shipping_postcode','60073'),(79257,1844,'_shipping_country','US'),(79258,1844,'_order_currency','USD'),(79259,1844,'_cart_discount','0'),(79260,1844,'_cart_discount_tax','0'),(79261,1844,'_order_shipping','26.94'),(79262,1844,'_order_shipping_tax','0'),(79263,1844,'_order_tax','0'),(79264,1844,'_order_total','397.74'),(79265,1844,'_order_version','7.5.1'),(79266,1844,'_prices_include_tax','no'),(79267,1844,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(79268,1844,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(79269,1844,'is_vat_exempt','no'),(79270,1844,'Payment type','instant'),(79271,1844,'_paypal_status','completed'),(79272,1844,'_transaction_id','43R10352UM1522943'),(79273,1844,'PayPal Transaction Fee','14.37'),(79274,1844,'_date_paid','1682186957'),(79275,1844,'_paid_date','2023-04-22 18:09:17'),(79276,1845,'_order_key','wc_order_TD3YW62fWzJFh'),(79277,1845,'_customer_user','6'),(79278,1845,'_payment_method','paypal'),(79279,1845,'_payment_method_title','PayPal'),(79280,1845,'_customer_ip_address','98.244.29.91'),(79281,1845,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79282,1845,'_created_via','checkout'),(79283,1845,'_cart_hash','2eef44f531bd308934b8acb45dd1bb38'),(79284,1845,'_download_permissions_granted','yes'),(79285,1845,'_recorded_sales','yes'),(79286,1845,'_recorded_coupon_usage_counts','yes'),(79287,1845,'_new_order_email_sent','true'),(79288,1845,'_order_stock_reduced','yes'),(79289,1845,'_billing_first_name','Amira'),(79290,1845,'_billing_last_name','Purto'),(79291,1845,'_billing_address_1','2628 Acapulco Way'),(79292,1845,'_billing_city','Modesto'),(79293,1845,'_billing_state','CA'),(79294,1845,'_billing_postcode','95355'),(79295,1845,'_billing_country','US'),(79296,1845,'_billing_email','amira77@sbcglobal.net'),(79297,1845,'_billing_phone','2096422061'),(79298,1845,'_shipping_first_name','Amira'),(79299,1845,'_shipping_last_name','Purto'),(79300,1845,'_shipping_address_1','2628 Acapulco Way'),(79301,1845,'_shipping_city','Modesto'),(79302,1845,'_shipping_state','CA'),(79303,1845,'_shipping_postcode','95355'),(79304,1845,'_shipping_country','US'),(79305,1845,'_order_currency','USD'),(79306,1845,'_cart_discount','0'),(79307,1845,'_cart_discount_tax','0'),(79308,1845,'_order_shipping','0'),(79309,1845,'_order_shipping_tax','0'),(79310,1845,'_order_tax','0'),(79311,1845,'_order_total','797.18'),(79312,1845,'_order_version','7.5.1'),(79313,1845,'_prices_include_tax','no'),(79314,1845,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(79315,1845,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(79316,1845,'is_vat_exempt','no'),(79317,1845,'Payment type','instant'),(79318,1845,'_paypal_status','completed'),(79319,1845,'_transaction_id','5YJ509706K8313358'),(79320,1845,'PayPal Transaction Fee','28.31'),(79321,1845,'_date_paid','1682196367'),(79322,1845,'_paid_date','2023-04-22 20:46:07'),(79323,1846,'_order_key','wc_order_6Kafjc1xwLFkB'),(79324,1846,'_customer_user','3'),(79325,1846,'_payment_method','paypal'),(79326,1846,'_payment_method_title','PayPal'),(79327,1846,'_customer_ip_address','70.142.202.154'),(79328,1846,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(79329,1846,'_created_via','checkout'),(79330,1846,'_cart_hash','ae96d9099e08822f94459a678626141f'),(79331,1846,'_download_permissions_granted','yes'),(79332,1846,'_recorded_sales','yes'),(79333,1846,'_recorded_coupon_usage_counts','yes'),(79334,1846,'_new_order_email_sent','true'),(79335,1846,'_order_stock_reduced','yes'),(79336,1846,'_billing_first_name','Amanda'),(79337,1846,'_billing_last_name','Westerman'),(79338,1846,'_billing_company','Lice Clinics of America McKinney'),(79339,1846,'_billing_address_1','3120 Hudson Crossing'),(79340,1846,'_billing_address_2','Suite A2'),(79341,1846,'_billing_city','MCKINNEY'),(79342,1846,'_billing_state','TX'),(79343,1846,'_billing_postcode','75070'),(79344,1846,'_billing_country','US'),(79345,1846,'_billing_email','awesterman1103@gmail.com'),(79346,1846,'_billing_phone','2144175741'),(79347,1846,'_shipping_first_name','Amanda'),(79348,1846,'_shipping_last_name','Westerman'),(79349,1846,'_shipping_company','Lice Clinics of America McKinney'),(79350,1846,'_shipping_address_1','3120 Hudson Crossing'),(79351,1846,'_shipping_address_2','Suite A2'),(79352,1846,'_shipping_city','MCKINNEY'),(79353,1846,'_shipping_state','TX'),(79354,1846,'_shipping_postcode','75070'),(79355,1846,'_shipping_country','US'),(79356,1846,'_order_currency','USD'),(79357,1846,'_cart_discount','0'),(79358,1846,'_cart_discount_tax','0'),(79359,1846,'_order_shipping','0'),(79360,1846,'_order_shipping_tax','0'),(79361,1846,'_order_tax','0'),(79362,1846,'_order_total','704.54'),(79363,1846,'_order_version','7.5.1'),(79364,1846,'_prices_include_tax','no'),(79365,1846,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(79366,1846,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(79367,1846,'is_vat_exempt','no'),(79368,1846,'Payment type','instant'),(79369,1846,'_paypal_status','completed'),(79370,1846,'_transaction_id','3L800101PP071845U'),(79371,1846,'PayPal Transaction Fee','25.08'),(79372,1846,'_date_paid','1682348164'),(79373,1846,'_paid_date','2023-04-24 14:56:04'),(79374,1843,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235391\";s:12:\"date_shipped\";s:10:\"1682294400\";s:11:\"tracking_id\";s:32:\"3cf24e2269b6c79710c10295d7ee4b80\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235380\";s:12:\"date_shipped\";i:1682352742;s:11:\"tracking_id\";s:32:\"14eb619d5de42afd60b798a39942aee6\";}}'),(79375,1843,'_date_completed','1682352744'),(79376,1843,'_completed_date','2023-04-24 16:12:24'),(79377,1844,'_edit_lock','1682352698:2'),(79378,1844,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235406\";s:12:\"date_shipped\";s:10:\"1682294400\";s:11:\"tracking_id\";s:32:\"2050bde4b2392f3943c0b52879501d24\";}}'),(79379,1844,'_edit_last','2'),(79380,1844,'_date_completed','1682352836'),(79381,1844,'_completed_date','2023-04-24 16:13:56'),(79382,1845,'_edit_lock','1682352751:2'),(79383,1845,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235450\";s:12:\"date_shipped\";s:10:\"1682294400\";s:11:\"tracking_id\";s:32:\"03c21bdc1b50863d21a9469fa62f8f00\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235440\";s:12:\"date_shipped\";i:1682352864;s:11:\"tracking_id\";s:32:\"42fdf41008d678c0c4fbba1ddbf1a8ab\";}}'),(79384,1845,'_edit_last','2'),(79385,1845,'_date_completed','1682352868'),(79386,1845,'_completed_date','2023-04-24 16:14:28'),(79387,1847,'_order_key','wc_order_C3vLVeSg16nOF'),(79388,1847,'_customer_user','64'),(79389,1847,'_payment_method','paypal'),(79390,1847,'_payment_method_title','PayPal'),(79391,1847,'_customer_ip_address','98.97.62.123'),(79392,1847,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79393,1847,'_created_via','checkout'),(79394,1847,'_cart_hash','51f851c360ab0e4a031f0f12823c4a15'),(79395,1847,'_download_permissions_granted','yes'),(79396,1847,'_recorded_sales','yes'),(79397,1847,'_recorded_coupon_usage_counts','yes'),(79398,1847,'_new_order_email_sent','true'),(79399,1847,'_order_stock_reduced','yes'),(79400,1847,'_billing_first_name','Barrie'),(79401,1847,'_billing_last_name','Desmond'),(79402,1847,'_billing_address_1','50 ALAHELE PL'),(79403,1847,'_billing_city','Kihei'),(79404,1847,'_billing_state','HI'),(79405,1847,'_billing_postcode','96753-7809'),(79406,1847,'_billing_country','US'),(79407,1847,'_billing_email','info@liceclinicshawaii.com'),(79408,1847,'_billing_phone','8082834247'),(79409,1847,'_shipping_first_name','Barrie'),(79410,1847,'_shipping_last_name','Desmond'),(79411,1847,'_shipping_address_1','50 ALAHELE PL'),(79412,1847,'_shipping_city','Kihei'),(79413,1847,'_shipping_state','HI'),(79414,1847,'_shipping_postcode','96753-7809'),(79415,1847,'_shipping_country','US'),(79416,1847,'_order_currency','USD'),(79417,1847,'_cart_discount','0'),(79418,1847,'_cart_discount_tax','0'),(79419,1847,'_order_shipping','456.14'),(79420,1847,'_order_shipping_tax','0'),(79421,1847,'_order_tax','0'),(79422,1847,'_order_total','826.63'),(79423,1847,'_order_version','7.5.1'),(79424,1847,'_prices_include_tax','no'),(79425,1847,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(79426,1847,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(79427,1847,'is_vat_exempt','no'),(79428,1847,'Payment type','instant'),(79429,1847,'_paypal_status','completed'),(79430,1847,'_transaction_id','976761771H826832L'),(79431,1847,'PayPal Transaction Fee','29.34'),(79432,1847,'_date_paid','1682359308'),(79433,1847,'_paid_date','2023-04-24 18:01:48'),(79434,515,'_used_by','64'),(79435,1848,'_order_key','wc_order_GW6VBCG3Gwynk'),(79436,1848,'_customer_user','5'),(79437,1848,'_payment_method','paypal'),(79438,1848,'_payment_method_title','PayPal'),(79439,1848,'_customer_ip_address','73.25.215.16'),(79440,1848,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79441,1848,'_created_via','checkout'),(79442,1848,'_cart_hash','8a6802d3ad1b0ed9e34bbcce8293b41f'),(79443,1848,'_download_permissions_granted','yes'),(79444,1848,'_recorded_sales','yes'),(79445,1848,'_recorded_coupon_usage_counts','yes'),(79446,1848,'_new_order_email_sent','true'),(79447,1848,'_order_stock_reduced','yes'),(79448,1848,'_billing_first_name','Mark'),(79449,1848,'_billing_last_name','Meyer'),(79450,1848,'_billing_company','lice clinics of america- portland'),(79451,1848,'_billing_address_1','5201 SW Westgate Dr suite 106'),(79452,1848,'_billing_address_2','106'),(79453,1848,'_billing_city','portland'),(79454,1848,'_billing_state','OR'),(79455,1848,'_billing_postcode','97221'),(79456,1848,'_billing_country','US'),(79457,1848,'_billing_email','noemi.and.mark@nwliceclinics.com'),(79458,1848,'_billing_phone','5034040475'),(79459,1848,'_shipping_first_name','Mark'),(79460,1848,'_shipping_last_name','Meyer'),(79461,1848,'_shipping_company','lice clinics of america- portland'),(79462,1848,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(79463,1848,'_shipping_address_2','106'),(79464,1848,'_shipping_city','portland'),(79465,1848,'_shipping_state','OR'),(79466,1848,'_shipping_postcode','97221'),(79467,1848,'_shipping_country','US'),(79468,1848,'_order_currency','USD'),(79469,1848,'_cart_discount','0'),(79470,1848,'_cart_discount_tax','0'),(79471,1848,'_order_shipping','0'),(79472,1848,'_order_shipping_tax','0'),(79473,1848,'_order_tax','0'),(79474,1848,'_order_total','1833.66'),(79475,1848,'_order_version','7.5.1'),(79476,1848,'_prices_include_tax','no'),(79477,1848,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(79478,1848,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(79480,1848,'is_vat_exempt','no'),(79481,1848,'Payment type','instant'),(79482,1848,'_paypal_status','completed'),(79483,1848,'_transaction_id','5VD58958PH112843K'),(79484,1848,'PayPal Transaction Fee','64.48'),(79485,1848,'_date_paid','1682366699'),(79486,1848,'_paid_date','2023-04-24 20:04:59'),(79487,1846,'_edit_lock','1682366686:2'),(79488,1846,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235553\";s:12:\"date_shipped\";s:10:\"1682294400\";s:11:\"tracking_id\";s:32:\"18f76effd27b8f9b60d49fe49ba1e526\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235542\";s:12:\"date_shipped\";i:1682366818;s:11:\"tracking_id\";s:32:\"109609256fddb39e2bc8a3938dd822ae\";}}'),(79489,1846,'_edit_last','2'),(79490,1846,'_date_completed','1682366820'),(79491,1846,'_completed_date','2023-04-24 20:07:00'),(79492,1847,'acfw_shipping_discount_recalc','yes'),(79493,1847,'_edit_lock','1682369747:2'),(79494,1847,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235601\";s:12:\"date_shipped\";s:10:\"1682294400\";s:11:\"tracking_id\";s:32:\"8f11f64c0ba6715e7e85c20d5cb3f3e0\";}}'),(79495,1847,'_edit_last','2'),(79496,1847,'_date_completed','1682369615'),(79497,1847,'_completed_date','2023-04-24 20:53:35'),(79498,1848,'_edit_lock','1682445748:2'),(79499,1848,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235760\";s:12:\"date_shipped\";s:10:\"1682380800\";s:11:\"tracking_id\";s:32:\"aed7a60017082822311084c777138ad7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235759\";s:12:\"date_shipped\";i:1682440378;s:11:\"tracking_id\";s:32:\"f9ec163903075e4a0c6b8124ddf8e706\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235748\";s:12:\"date_shipped\";i:1682440383;s:11:\"tracking_id\";s:32:\"d192b8f245a3d7a4140f2e24b0621dd8\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830235737\";s:12:\"date_shipped\";i:1682440388;s:11:\"tracking_id\";s:32:\"9f4b9d07313713c75d151e765b69157a\";}}'),(79500,1848,'_edit_last','2'),(79501,1848,'_date_completed','1682440393'),(79502,1848,'_completed_date','2023-04-25 16:33:13'),(79503,1849,'_order_key','wc_order_sohbY1v5lx6rw'),(79504,1849,'_customer_user','61'),(79505,1849,'_payment_method','paypal'),(79506,1849,'_payment_method_title','PayPal'),(79507,1849,'_customer_ip_address','217.180.201.237'),(79508,1849,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79509,1849,'_created_via','checkout'),(79510,1849,'_cart_hash','23703a8148148da41b825a92fb08cdbf'),(79511,1849,'_download_permissions_granted','yes'),(79512,1849,'_recorded_sales','yes'),(79513,1849,'_recorded_coupon_usage_counts','yes'),(79514,1849,'_new_order_email_sent','true'),(79515,1849,'_order_stock_reduced','yes'),(79516,1849,'_billing_first_name','Judith'),(79517,1849,'_billing_last_name','Hayden'),(79518,1849,'_billing_company','LCAL Hayden LLC'),(79519,1849,'_billing_address_1','1795 Alysheba Way'),(79520,1849,'_billing_address_2','Ste 4105'),(79521,1849,'_billing_city','Lexington'),(79522,1849,'_billing_state','KY'),(79523,1849,'_billing_postcode','40509'),(79524,1849,'_billing_country','US'),(79525,1849,'_billing_email','judy@liceclinicslexington.com'),(79526,1849,'_billing_phone','8595376966'),(79527,1849,'_shipping_first_name','Judy'),(79528,1849,'_shipping_last_name','Hayden'),(79529,1849,'_shipping_company','LCA Florence'),(79530,1849,'_shipping_address_1','6905 Burlington Pike'),(79531,1849,'_shipping_address_2','Ste A'),(79532,1849,'_shipping_city','Florence'),(79533,1849,'_shipping_state','KY'),(79534,1849,'_shipping_postcode','41042'),(79535,1849,'_shipping_country','US'),(79536,1849,'_order_currency','USD'),(79537,1849,'_cart_discount','0'),(79538,1849,'_cart_discount_tax','0'),(79539,1849,'_order_shipping','0'),(79540,1849,'_order_shipping_tax','0'),(79541,1849,'_order_tax','0'),(79542,1849,'_order_total','542.45'),(79543,1849,'_order_version','7.5.1'),(79544,1849,'_prices_include_tax','no'),(79545,1849,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(79546,1849,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Ste A Florence KY 41042 US '),(79547,1849,'is_vat_exempt','no'),(79548,1849,'Payment type','instant'),(79549,1849,'_paypal_status','completed'),(79550,1849,'_transaction_id','0JA61527AY384244L'),(79551,1849,'PayPal Transaction Fee','19.42'),(79552,1849,'_date_paid','1682516585'),(79553,1849,'_paid_date','2023-04-26 13:43:05'),(79554,1850,'_order_key','wc_order_OV6TQeSn3Kxjj'),(79555,1850,'_customer_user','92'),(79556,1850,'_payment_method','paypal'),(79557,1850,'_payment_method_title','PayPal'),(79558,1850,'_customer_ip_address','73.63.207.98'),(79559,1850,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79560,1850,'_created_via','checkout'),(79561,1850,'_cart_hash','0e1b9cc5adc4ac4d4a39c3ebcc9e2a8e'),(79562,1850,'_download_permissions_granted','yes'),(79563,1850,'_recorded_sales','yes'),(79564,1850,'_recorded_coupon_usage_counts','yes'),(79565,1850,'_new_order_email_sent','true'),(79566,1850,'_order_stock_reduced','yes'),(79567,1850,'_billing_first_name','Michelle'),(79568,1850,'_billing_last_name','Du'),(79569,1850,'_billing_company','LCA Fremont'),(79570,1850,'_billing_address_1','31372 Mackinaw Street'),(79571,1850,'_billing_city','Union City'),(79572,1850,'_billing_state','CA'),(79573,1850,'_billing_postcode','94587'),(79574,1850,'_billing_country','US'),(79575,1850,'_billing_email','info@liceclinicsfremont.com'),(79576,1850,'_billing_phone','510-770-4394'),(79577,1850,'_shipping_first_name','Michelle'),(79578,1850,'_shipping_last_name','Du'),(79579,1850,'_shipping_company','LCA Fremont'),(79580,1850,'_shipping_address_1','31372 Mackinaw Street'),(79581,1850,'_shipping_city','Union City'),(79582,1850,'_shipping_state','CA'),(79583,1850,'_shipping_postcode','94587'),(79584,1850,'_shipping_country','US'),(79585,1850,'_order_currency','USD'),(79586,1850,'_cart_discount','0'),(79587,1850,'_cart_discount_tax','0'),(79588,1850,'_order_shipping','0'),(79589,1850,'_order_shipping_tax','0'),(79590,1850,'_order_tax','0'),(79591,1850,'_order_total','517.92'),(79592,1850,'_order_version','7.5.1'),(79593,1850,'_prices_include_tax','no'),(79594,1850,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(79595,1850,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(79596,1850,'is_vat_exempt','no'),(79597,1850,'Payment type','instant'),(79598,1850,'_paypal_status','completed'),(79599,1850,'_transaction_id','0HR791792P360712V'),(79600,1850,'PayPal Transaction Fee','18.57'),(79601,1850,'_date_paid','1682537266'),(79602,1850,'_paid_date','2023-04-26 19:27:46'),(79603,1849,'_edit_lock','1682541261:2'),(79604,1849,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236023\";s:12:\"date_shipped\";s:10:\"1682467200\";s:11:\"tracking_id\";s:32:\"aebe34a7fde585da00fe9a1c74b46564\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236012\";s:12:\"date_shipped\";i:1682541305;s:11:\"tracking_id\";s:32:\"164f261b58ce40400b7aa87ea89ac5fa\";}}'),(79605,1849,'_edit_last','2'),(79606,1849,'_date_completed','1682541309'),(79607,1849,'_completed_date','2023-04-26 20:35:09'),(79608,1850,'_edit_lock','1682542204:2'),(79609,1850,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236045\";s:12:\"date_shipped\";s:10:\"1682467200\";s:11:\"tracking_id\";s:32:\"d885f4961f74a9f118da3772faad5fdf\";}}'),(79610,1850,'_edit_last','2'),(79611,1850,'_date_completed','1682542339'),(79612,1850,'_completed_date','2023-04-26 20:52:19'),(79613,1852,'_order_key','wc_order_StYkKs9xQ956e'),(79614,1852,'_customer_user','5'),(79615,1852,'_payment_method','paypal'),(79616,1852,'_payment_method_title','PayPal'),(79617,1852,'_customer_ip_address','73.180.17.169'),(79618,1852,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79619,1852,'_created_via','checkout'),(79620,1852,'_cart_hash','3a0421c3daf12250ad2898903bc2a5bf'),(79621,1852,'_download_permissions_granted','yes'),(79622,1852,'_recorded_sales','yes'),(79623,1852,'_recorded_coupon_usage_counts','yes'),(79624,1852,'_new_order_email_sent','true'),(79625,1852,'_order_stock_reduced','yes'),(79626,1852,'_billing_first_name','Mark'),(79627,1852,'_billing_last_name','Meyer'),(79628,1852,'_billing_company','lice clinics of america- portland'),(79629,1852,'_billing_address_1','5201 SW Westgate Dr suite 106'),(79630,1852,'_billing_address_2','106'),(79631,1852,'_billing_city','portland'),(79632,1852,'_billing_state','OR'),(79633,1852,'_billing_postcode','97221'),(79634,1852,'_billing_country','US'),(79635,1852,'_billing_email','noemi.and.mark@nwliceclinics.com'),(79636,1852,'_billing_phone','5034040475'),(79637,1852,'_shipping_first_name','Shawnde'),(79638,1852,'_shipping_last_name','Russell'),(79639,1852,'_shipping_company','Lice Clinics Of America'),(79640,1852,'_shipping_address_1','1444 NW College Way Suite 6'),(79641,1852,'_shipping_address_2','Suite 6'),(79642,1852,'_shipping_city','Bend'),(79643,1852,'_shipping_state','OR'),(79644,1852,'_shipping_postcode','97703'),(79645,1852,'_shipping_country','US'),(79646,1852,'_order_currency','USD'),(79647,1852,'_cart_discount','0'),(79648,1852,'_cart_discount_tax','0'),(79649,1852,'_order_shipping','27.56'),(79650,1852,'_order_shipping_tax','0'),(79651,1852,'_order_tax','0'),(79652,1852,'_order_total','314.60'),(79653,1852,'_order_version','7.5.1'),(79654,1852,'_prices_include_tax','no'),(79655,1852,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(79656,1852,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(79657,1852,'is_vat_exempt','no'),(79658,1852,'Payment type','instant'),(79659,1852,'_paypal_status','completed'),(79660,1852,'_transaction_id','72S05681SG825520W'),(79661,1852,'PayPal Transaction Fee','11.47'),(79662,1852,'_date_paid','1682620740'),(79663,1852,'_paid_date','2023-04-27 18:39:00'),(79664,1853,'_order_key','wc_order_tfP1kcUYiZLaO'),(79665,1853,'_customer_user','21'),(79666,1853,'_payment_method','paypal'),(79667,1853,'_payment_method_title','PayPal'),(79668,1853,'_customer_ip_address','173.216.41.31'),(79669,1853,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36'),(79670,1853,'_created_via','checkout'),(79671,1853,'_cart_hash','49d8aeeb7ca1ad0745d4d57182ee5ec4'),(79672,1853,'_download_permissions_granted','yes'),(79673,1853,'_recorded_sales','yes'),(79674,1853,'_recorded_coupon_usage_counts','yes'),(79675,1853,'_new_order_email_sent','true'),(79676,1853,'_order_stock_reduced','yes'),(79677,1853,'_billing_first_name','LCA'),(79678,1853,'_billing_last_name','Arkansas'),(79679,1853,'_billing_company','LCA - Central Arkansas'),(79680,1853,'_billing_address_1','1011 N. 2nd St., Ste. D'),(79681,1853,'_billing_city','Cabot'),(79682,1853,'_billing_state','AR'),(79683,1853,'_billing_postcode','72023'),(79684,1853,'_billing_country','US'),(79685,1853,'_billing_email','liceclinicslittlerock@gmail.com'),(79686,1853,'_billing_phone','15014249396'),(79687,1853,'_shipping_first_name','LCA'),(79688,1853,'_shipping_last_name','Arkansas'),(79689,1853,'_shipping_company','LCA - Central Arkansas'),(79690,1853,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(79691,1853,'_shipping_city','Cabot'),(79692,1853,'_shipping_state','AR'),(79693,1853,'_shipping_postcode','72023'),(79694,1853,'_shipping_country','US'),(79695,1853,'_order_currency','USD'),(79696,1853,'_cart_discount','0'),(79697,1853,'_cart_discount_tax','0'),(79698,1853,'_order_shipping','0'),(79699,1853,'_order_shipping_tax','0'),(79700,1853,'_order_tax','0'),(79701,1853,'_order_total','1008.32'),(79702,1853,'_order_version','7.5.1'),(79703,1853,'_prices_include_tax','no'),(79704,1853,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(79705,1853,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(79706,1853,'is_vat_exempt','no'),(79707,1853,'Payment type','instant'),(79708,1853,'_paypal_status','completed'),(79709,1853,'_transaction_id','3PT85808YF253532A'),(79710,1853,'PayPal Transaction Fee','35.68'),(79711,1853,'_date_paid','1682686370'),(79712,1853,'_paid_date','2023-04-28 12:52:50'),(79713,1854,'_order_key','wc_order_JBttjIJ1RSEvs'),(79714,1854,'_customer_user','76'),(79715,1854,'_payment_method','paypal'),(79716,1854,'_payment_method_title','PayPal'),(79717,1854,'_customer_ip_address','146.115.131.163'),(79718,1854,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(79719,1854,'_created_via','checkout'),(79720,1854,'_cart_hash','de1d7b0928940efb1a3271b69e6ad063'),(79721,1854,'_download_permissions_granted','yes'),(79722,1854,'_recorded_sales','yes'),(79723,1854,'_recorded_coupon_usage_counts','yes'),(79724,1854,'_new_order_email_sent','true'),(79725,1854,'_order_stock_reduced','yes'),(79726,1854,'_billing_first_name','Naomi'),(79727,1854,'_billing_last_name','Golden'),(79728,1854,'_billing_address_1','31 Mann Ave'),(79729,1854,'_billing_city','Needham'),(79730,1854,'_billing_state','MA'),(79731,1854,'_billing_postcode','02492'),(79732,1854,'_billing_country','US'),(79733,1854,'_billing_email','nrgolden6486@gmail.com'),(79734,1854,'_billing_phone','617-851-1322'),(79735,1854,'_shipping_first_name','Naomi'),(79736,1854,'_shipping_last_name','Golden'),(79737,1854,'_shipping_company','Lice Aunties'),(79738,1854,'_shipping_address_1','1349 Centre Street'),(79739,1854,'_shipping_city','Newton'),(79740,1854,'_shipping_state','MA'),(79741,1854,'_shipping_postcode','02459'),(79742,1854,'_shipping_country','US'),(79743,1854,'_order_currency','USD'),(79744,1854,'_cart_discount','0'),(79745,1854,'_cart_discount_tax','0'),(79746,1854,'_order_shipping','0'),(79747,1854,'_order_shipping_tax','0'),(79748,1854,'_order_tax','0'),(79749,1854,'_order_total','613.44'),(79750,1854,'_order_version','7.5.1'),(79751,1854,'_prices_include_tax','no'),(79752,1854,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(79753,1854,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street  Newton MA 02459 US '),(79754,1854,'is_vat_exempt','no'),(79755,1855,'_order_key','wc_order_JXsnpCWcg5Ltu'),(79756,1855,'_customer_user','37'),(79757,1855,'_payment_method','paypal'),(79758,1855,'_payment_method_title','PayPal'),(79759,1855,'_customer_ip_address','98.16.137.89'),(79760,1855,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.58'),(79761,1855,'_created_via','checkout'),(79762,1855,'_cart_hash','859f5c4231eac553b603ad993e1c3ab7'),(79763,1855,'_download_permissions_granted','yes'),(79764,1855,'_recorded_sales','yes'),(79765,1855,'_recorded_coupon_usage_counts','yes'),(79766,1855,'_new_order_email_sent','true'),(79767,1855,'_order_stock_reduced','yes'),(79768,1855,'_billing_first_name','Melody'),(79769,1855,'_billing_last_name','Carter'),(79770,1855,'_billing_company','Family Hair Clinic of South Ga LLC'),(79771,1855,'_billing_address_1','7754 GA HIGHWAY 122 W'),(79772,1855,'_billing_city','HAHIRA'),(79773,1855,'_billing_state','GA'),(79774,1855,'_billing_postcode','31632-2210'),(79775,1855,'_billing_country','US'),(79776,1855,'_billing_email','familyhairclinic@gmail.com'),(79777,1855,'_billing_phone','2294151748'),(79778,1855,'_shipping_first_name','Melody'),(79779,1855,'_shipping_last_name','Carter'),(79780,1855,'_shipping_company','Family Hair Clinic of South Ga LLC'),(79781,1855,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(79782,1855,'_shipping_city','HAHIRA'),(79783,1855,'_shipping_state','GA'),(79784,1855,'_shipping_postcode','31632-2210'),(79785,1855,'_shipping_country','US'),(79786,1855,'_order_currency','USD'),(79787,1855,'_cart_discount','0'),(79788,1855,'_cart_discount_tax','0'),(79789,1855,'_order_shipping','19.74'),(79790,1855,'_order_shipping_tax','0'),(79791,1855,'_order_tax','0'),(79792,1855,'_order_total','317.00'),(79793,1855,'_order_version','7.5.1'),(79794,1855,'_prices_include_tax','no'),(79795,1855,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(79796,1855,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(79797,1855,'is_vat_exempt','no'),(79798,1855,'Payment type','instant'),(79799,1855,'_paypal_status','completed'),(79800,1855,'_transaction_id','4E8445842N3346236'),(79801,1855,'PayPal Transaction Fee','11.55'),(79802,1855,'_date_paid','1682688898'),(79803,1855,'_paid_date','2023-04-28 13:34:58'),(79804,1854,'_edit_lock','1682960058:2'),(79805,1854,'_edit_last','2'),(79806,1852,'_edit_lock','1682712693:2'),(79807,1852,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236160\";s:12:\"date_shipped\";s:10:\"1682640000\";s:11:\"tracking_id\";s:32:\"e1ffb43d1bf0ad778ea11aaafd885a28\";}}'),(79808,1852,'_edit_last','2'),(79809,1852,'_date_completed','1682712825'),(79810,1852,'_completed_date','2023-04-28 20:13:45'),(79811,1855,'_edit_lock','1682713002:2'),(79812,1855,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236300\";s:12:\"date_shipped\";s:10:\"1682640000\";s:11:\"tracking_id\";s:32:\"251a4419c8ef16bed02544e12b808964\";}}'),(79813,1855,'_edit_last','2'),(79814,1855,'_date_completed','1682713141'),(79815,1855,'_completed_date','2023-04-28 20:19:01'),(79816,1853,'_edit_lock','1682960094:2'),(79817,1853,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236295\";s:12:\"date_shipped\";s:10:\"1682640000\";s:11:\"tracking_id\";s:32:\"c1f35eb5ffef3fa9fcd8fe71f4f3f4d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236284\";s:12:\"date_shipped\";i:1682713196;s:11:\"tracking_id\";s:32:\"cd86f2c7dc072d21a1d775ec53273c87\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236273\";s:12:\"date_shipped\";i:1682713207;s:11:\"tracking_id\";s:32:\"c2b0ac77825bcb04a7d87c2ace411fba\";}}'),(79818,1854,'Payment type','instant'),(79819,1854,'_paypal_status','completed'),(79820,1854,'_transaction_id','1CR084227U158983A'),(79821,1854,'PayPal Transaction Fee','21.90'),(79822,1854,'_date_paid','1682714519'),(79823,1854,'_paid_date','2023-04-28 20:41:59'),(79824,1856,'_order_key','wc_order_u0T5gZiDnnGE8'),(79825,1856,'_customer_user','50'),(79826,1856,'_payment_method','paypal'),(79827,1856,'_payment_method_title','PayPal'),(79828,1856,'_customer_ip_address','73.126.237.59'),(79829,1856,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54'),(79830,1856,'_created_via','checkout'),(79831,1856,'_cart_hash','5b1d3200b1624d81057881191a305351'),(79832,1856,'_download_permissions_granted','yes'),(79833,1856,'_recorded_sales','yes'),(79834,1856,'_recorded_coupon_usage_counts','yes'),(79835,1856,'_new_order_email_sent','true'),(79836,1856,'_order_stock_reduced','yes'),(79837,1856,'_billing_first_name','Christine'),(79838,1856,'_billing_last_name','Cherry'),(79839,1856,'_billing_company','NITS END'),(79840,1856,'_billing_address_1','PO BOX 1092'),(79841,1856,'_billing_city','Campton'),(79842,1856,'_billing_state','NH'),(79843,1856,'_billing_postcode','03223'),(79844,1856,'_billing_country','US'),(79845,1856,'_billing_email','info@liceclinicsplaistow.com'),(79846,1856,'_billing_phone','16034983390'),(79847,1856,'_shipping_first_name','Megan'),(79848,1856,'_shipping_last_name','O\'Neil'),(79849,1856,'_shipping_company','NITS END'),(79850,1856,'_shipping_address_1','18 Sheridan St'),(79851,1856,'_shipping_city','Haverhill'),(79852,1856,'_shipping_state','MA'),(79853,1856,'_shipping_postcode','01830'),(79854,1856,'_shipping_country','US'),(79855,1856,'_order_currency','USD'),(79856,1856,'_cart_discount','0'),(79857,1856,'_cart_discount_tax','0'),(79858,1856,'_order_shipping','19.42'),(79859,1856,'_order_shipping_tax','0'),(79860,1856,'_order_tax','0'),(79861,1856,'_order_total','310.78'),(79862,1856,'_order_version','7.5.1'),(79863,1856,'_prices_include_tax','no'),(79864,1856,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(79865,1856,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(79866,1856,'is_vat_exempt','no'),(79867,1854,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236387\";s:12:\"date_shipped\";s:10:\"1682899200\";s:11:\"tracking_id\";s:32:\"75b89f97d667b1053be0b8b065e50e00\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236376\";s:12:\"date_shipped\";i:1682960192;s:11:\"tracking_id\";s:32:\"7661c375df095466fd25a97abc441661\";}}'),(79868,1854,'_date_completed','1682960195'),(79869,1854,'_completed_date','2023-05-01 16:56:35'),(79870,1856,'_edit_lock','1683076378:2'),(79871,1856,'_edit_last','2'),(79872,1853,'_edit_last','2'),(79873,1853,'_date_completed','1682960229'),(79874,1853,'_completed_date','2023-05-01 16:57:09'),(79875,1857,'_order_key','wc_order_bac4yZgni0oqU'),(79876,1857,'_customer_user','11'),(79877,1857,'_payment_method','paypal'),(79878,1857,'_payment_method_title','PayPal'),(79879,1857,'_customer_ip_address','74.131.22.162'),(79880,1857,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79881,1857,'_created_via','checkout'),(79882,1857,'_cart_hash','123b7d91f0855675a041efa95ed813af'),(79883,1857,'_download_permissions_granted','yes'),(79884,1857,'_recorded_sales','yes'),(79885,1857,'_recorded_coupon_usage_counts','yes'),(79886,1857,'_new_order_email_sent','true'),(79887,1857,'_order_stock_reduced','yes'),(79888,1857,'_billing_first_name','Tina'),(79889,1857,'_billing_last_name','Hunt'),(79890,1857,'_billing_company','LCBG, LLC'),(79891,1857,'_billing_address_1','830 Fairview Ave.'),(79892,1857,'_billing_address_2','Suite A-4'),(79893,1857,'_billing_city','Bowling Green'),(79894,1857,'_billing_state','KY'),(79895,1857,'_billing_postcode','42101'),(79896,1857,'_billing_country','US'),(79897,1857,'_billing_email','info@liceclinicsbowlinggreen.com'),(79898,1857,'_billing_phone','2709996803'),(79899,1857,'_shipping_first_name','Tina'),(79900,1857,'_shipping_last_name','Hunt'),(79901,1857,'_shipping_address_1','494 Hub Boulevard'),(79902,1857,'_shipping_address_2','Apt 1012'),(79903,1857,'_shipping_city','Bowling Green'),(79904,1857,'_shipping_state','KY'),(79905,1857,'_shipping_postcode','42101'),(79906,1857,'_shipping_country','US'),(79907,1857,'_order_currency','USD'),(79908,1857,'_cart_discount','0'),(79909,1857,'_cart_discount_tax','0'),(79910,1857,'_order_shipping','27.29'),(79911,1857,'_order_shipping_tax','0'),(79912,1857,'_order_tax','0'),(79913,1857,'_order_total','698.25'),(79914,1857,'_order_version','7.5.1'),(79915,1857,'_prices_include_tax','no'),(79916,1857,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(79917,1857,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(79918,1857,'is_vat_exempt','no'),(79919,1857,'Payment type','instant'),(79920,1857,'_paypal_status','completed'),(79921,1857,'_transaction_id','4GN9363359771354R'),(79922,1857,'PayPal Transaction Fee','24.86'),(79923,1857,'_date_paid','1682960731'),(79924,1857,'_paid_date','2023-05-01 17:05:31'),(79925,1857,'_edit_lock','1682973236:2'),(79926,1857,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236516\";s:12:\"date_shipped\";s:10:\"1682899200\";s:11:\"tracking_id\";s:32:\"084b3919e86b3f60458f42eb6f36595a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236505\";s:12:\"date_shipped\";i:1682972432;s:11:\"tracking_id\";s:32:\"2e80061fb6c8d0f332f25acb26fdc619\";}}'),(79927,1857,'_edit_last','2'),(79928,1857,'_date_completed','1682972435'),(79929,1857,'_completed_date','2023-05-01 20:20:35'),(79973,1856,'Payment type','instant'),(79974,1856,'_paypal_status','completed'),(79975,1856,'_transaction_id','55352876MS1549124'),(79976,1856,'PayPal Transaction Fee','11.34'),(79977,1856,'_date_paid','1682974714'),(79978,1856,'_paid_date','2023-05-01 20:58:34'),(79979,1859,'_order_key','wc_order_ZKz0faNRzyQOn'),(79980,1859,'_customer_user','28'),(79981,1859,'_payment_method','paypal'),(79982,1859,'_payment_method_title','PayPal'),(79983,1859,'_customer_ip_address','172.115.255.171'),(79984,1859,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(79985,1859,'_created_via','checkout'),(79986,1859,'_cart_hash','41c5ccd615763e6e73754e78f697eb4f'),(79987,1859,'_download_permissions_granted','yes'),(79988,1859,'_recorded_sales','yes'),(79989,1859,'_recorded_coupon_usage_counts','yes'),(79990,1859,'_new_order_email_sent','true'),(79991,1859,'_order_stock_reduced','yes'),(79992,1859,'_billing_first_name','Kelli'),(79993,1859,'_billing_last_name','Washington'),(79994,1859,'_billing_company','Lice Clinics of America - Temecula'),(79995,1859,'_billing_address_1','2438 Bear Rock Gln'),(79996,1859,'_billing_city','Escondido'),(79997,1859,'_billing_state','CA'),(79998,1859,'_billing_postcode','92026'),(79999,1859,'_billing_country','US'),(80000,1859,'_billing_email','info@liceclinicstemecula.com'),(80001,1859,'_billing_phone','7606255580'),(80002,1859,'_shipping_first_name','Kelli'),(80003,1859,'_shipping_last_name','Washington'),(80004,1859,'_shipping_company','Lice Clinics of America - Temecula'),(80005,1859,'_shipping_address_1','2438 Bear Rock Gln'),(80006,1859,'_shipping_city','Escondido'),(80007,1859,'_shipping_state','CA'),(80008,1859,'_shipping_postcode','92026'),(80009,1859,'_shipping_country','US'),(80010,1859,'_order_currency','USD'),(80011,1859,'_cart_discount','0'),(80012,1859,'_cart_discount_tax','0'),(80013,1859,'_order_shipping','31.35'),(80014,1859,'_order_shipping_tax','0'),(80015,1859,'_order_tax','0'),(80016,1859,'_order_total','342.54'),(80017,1859,'_order_version','7.6.1'),(80018,1859,'_prices_include_tax','no'),(80019,1859,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(80020,1859,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln  Escondido CA 92026 US '),(80021,1859,'is_vat_exempt','no'),(80022,1859,'Payment type','instant'),(80023,1859,'_paypal_status','completed'),(80024,1859,'_transaction_id','05880224WN219130X'),(80025,1859,'PayPal Transaction Fee','12.44'),(80026,1859,'_date_paid','1682978589'),(80027,1859,'_paid_date','2023-05-01 22:03:09'),(80030,1856,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236593\";s:12:\"date_shipped\";s:10:\"1682985600\";s:11:\"tracking_id\";s:32:\"5556541ecdce697d8677610e9b664ec2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236582\";s:12:\"date_shipped\";i:1683041615;s:11:\"tracking_id\";s:32:\"2e5554189896f03538139b6254ce06c2\";}}'),(80031,1856,'_date_completed','1683041618'),(80032,1856,'_completed_date','2023-05-02 15:33:38'),(80133,1859,'_edit_lock','1683059875:2'),(80134,1859,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236619\";s:12:\"date_shipped\";s:10:\"1682985600\";s:11:\"tracking_id\";s:32:\"751c702683269b2658365f104a7e3d79\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236608\";s:12:\"date_shipped\";i:1683060005;s:11:\"tracking_id\";s:32:\"d1137f88376be84cfac01462ff345c2d\";}}'),(80135,1859,'_edit_last','2'),(80136,1859,'_date_completed','1683060007'),(80137,1859,'_completed_date','2023-05-02 20:40:07'),(80144,1862,'_order_key','wc_order_IDbdDLTZbAyQS'),(80145,1862,'_customer_user','52'),(80146,1862,'_payment_method','paypal'),(80147,1862,'_payment_method_title','PayPal'),(80148,1862,'_customer_ip_address','173.66.57.19'),(80149,1862,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80150,1862,'_created_via','checkout'),(80151,1862,'_cart_hash','fc24cd2cfbcd98e76b1a6fac7ee54ce1'),(80152,1862,'_download_permissions_granted','yes'),(80153,1862,'_recorded_sales','yes'),(80154,1862,'_recorded_coupon_usage_counts','yes'),(80155,1862,'_new_order_email_sent','true'),(80156,1862,'_order_stock_reduced','yes'),(80157,1862,'_billing_first_name','Darlene'),(80158,1862,'_billing_last_name','LaFramboise'),(80159,1862,'_billing_company','LCA-NOVA'),(80160,1862,'_billing_address_1','25473 Tomey Ct'),(80161,1862,'_billing_city','Aldie'),(80162,1862,'_billing_state','VA'),(80163,1862,'_billing_postcode','20105-3048'),(80164,1862,'_billing_country','US'),(80165,1862,'_billing_email','info@liceremovalnova.com'),(80166,1862,'_billing_phone','7033031576'),(80167,1862,'_shipping_first_name','Darlene'),(80168,1862,'_shipping_last_name','LaFramboise'),(80169,1862,'_shipping_company','LCA-NOVA'),(80170,1862,'_shipping_address_1','25473 Tomey Ct'),(80171,1862,'_shipping_city','Aldie'),(80172,1862,'_shipping_state','VA'),(80173,1862,'_shipping_postcode','20105-3048'),(80174,1862,'_shipping_country','US'),(80175,1862,'_order_currency','USD'),(80176,1862,'_cart_discount','0'),(80177,1862,'_cart_discount_tax','0'),(80178,1862,'_order_shipping','12.5'),(80179,1862,'_order_shipping_tax','0'),(80180,1862,'_order_tax','0'),(80181,1862,'_order_total','176.98'),(80182,1862,'_order_version','7.6.1'),(80183,1862,'_prices_include_tax','no'),(80184,1862,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(80185,1862,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(80186,1862,'is_vat_exempt','no'),(80187,1862,'Payment type','instant'),(80188,1862,'_paypal_status','completed'),(80189,1862,'_transaction_id','65416113XH119233F'),(80190,1862,'PayPal Transaction Fee','6.67'),(80191,1862,'_date_paid','1683061061'),(80192,1862,'_paid_date','2023-05-02 20:57:41'),(80194,1863,'_order_key','wc_order_5UoIAe4WXXvy0'),(80195,1863,'_customer_user','0'),(80196,1863,'_payment_method','paypal'),(80197,1863,'_payment_method_title','PayPal'),(80198,1863,'_customer_ip_address','72.86.205.37'),(80199,1863,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80200,1863,'_created_via','checkout'),(80201,1863,'_cart_hash','1aff0bc0049737b219f57bcef7b2d370'),(80202,1863,'_download_permissions_granted','yes'),(80203,1863,'_recorded_sales','yes'),(80204,1863,'_recorded_coupon_usage_counts','yes'),(80205,1863,'_new_order_email_sent','true'),(80206,1863,'_order_stock_reduced','yes'),(80207,1863,'_billing_first_name','Meredith'),(80208,1863,'_billing_last_name','Croy'),(80209,1863,'_billing_company','Meredith Croy'),(80210,1863,'_billing_address_1','749 ARDEN RD'),(80211,1863,'_billing_city','JENKINTOWN'),(80212,1863,'_billing_state','PA'),(80213,1863,'_billing_postcode','19046-1524'),(80214,1863,'_billing_country','US'),(80215,1863,'_billing_email','newell816@yahoo.com'),(80216,1863,'_billing_phone','2672501243'),(80217,1863,'_shipping_first_name','Elisabeth'),(80218,1863,'_shipping_last_name','Newell'),(80219,1863,'_shipping_address_1','2818 Norcom Rd'),(80220,1863,'_shipping_city','Philadelphia'),(80221,1863,'_shipping_state','PA'),(80222,1863,'_shipping_postcode','19154'),(80223,1863,'_shipping_country','US'),(80224,1863,'_order_currency','USD'),(80225,1863,'_cart_discount','0'),(80226,1863,'_cart_discount_tax','0'),(80227,1863,'_order_shipping','32.5'),(80228,1863,'_order_shipping_tax','0'),(80229,1863,'_order_tax','0'),(80230,1863,'_order_total','524.08'),(80231,1863,'_order_version','7.6.1'),(80232,1863,'_prices_include_tax','no'),(80233,1863,'_billing_address_index','Meredith Croy Meredith Croy 749 ARDEN RD  JENKINTOWN PA 19046-1524 US newell816@yahoo.com 2672501243'),(80234,1863,'_shipping_address_index','Elisabeth Newell  2818 Norcom Rd  Philadelphia PA 19154 US '),(80236,1863,'is_vat_exempt','no'),(80237,1863,'Payment type','instant'),(80238,1863,'_paypal_status','completed'),(80239,1863,'_transaction_id','8V400940700457825'),(80240,1863,'PayPal Transaction Fee','18.78'),(80241,1863,'_date_paid','1683071552'),(80242,1863,'_paid_date','2023-05-02 23:52:32'),(80243,1862,'_edit_lock','1683122527:2'),(80244,1862,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236836\";s:12:\"date_shipped\";s:10:\"1683072000\";s:11:\"tracking_id\";s:32:\"49e509df14b430e28d0037de1aa22edb\";}}'),(80245,1862,'_edit_last','2'),(80246,1862,'_date_completed','1683122661'),(80247,1862,'_completed_date','2023-05-03 14:04:21'),(80248,1863,'_edit_lock','1683126951:2'),(80249,1863,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236869\";s:12:\"date_shipped\";s:10:\"1683072000\";s:11:\"tracking_id\";s:32:\"eaa4636693d683bba279ef2de2e3475a\";}}'),(80250,1863,'_edit_last','2'),(80251,1863,'_date_completed','1683127021'),(80252,1863,'_completed_date','2023-05-03 15:17:01'),(80253,1864,'_order_key','wc_order_g2gXDYwxJsFcw'),(80254,1864,'_customer_user','7'),(80255,1864,'_payment_method','paypal'),(80256,1864,'_payment_method_title','PayPal'),(80257,1864,'_customer_ip_address','71.93.225.128'),(80258,1864,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80259,1864,'_created_via','checkout'),(80260,1864,'_cart_hash','79992bdd2f8923956c8c0e2652164376'),(80261,1864,'_download_permissions_granted','yes'),(80262,1864,'_recorded_sales','yes'),(80263,1864,'_recorded_coupon_usage_counts','yes'),(80264,1864,'_new_order_email_sent','true'),(80265,1864,'_order_stock_reduced','yes'),(80266,1864,'_billing_first_name','Amy'),(80267,1864,'_billing_last_name','Allen'),(80268,1864,'_billing_company','Lice Clinics Of America'),(80269,1864,'_billing_address_1','251 Promise Way'),(80270,1864,'_billing_city','Hollister'),(80271,1864,'_billing_state','CA'),(80272,1864,'_billing_postcode','95023'),(80273,1864,'_billing_country','US'),(80274,1864,'_billing_email','lca.gilroy@gmail.com'),(80275,1864,'_billing_phone','4085005537'),(80276,1864,'_shipping_first_name','Amy'),(80277,1864,'_shipping_last_name','Allen'),(80278,1864,'_shipping_company','Lice Clinics Of America'),(80279,1864,'_shipping_address_1','7680 Monterey St Ste 104'),(80280,1864,'_shipping_city','Gilroy'),(80281,1864,'_shipping_state','CA'),(80282,1864,'_shipping_postcode','95020'),(80283,1864,'_shipping_country','US'),(80284,1864,'_order_currency','USD'),(80285,1864,'_cart_discount','0'),(80286,1864,'_cart_discount_tax','0'),(80287,1864,'_order_shipping','0'),(80288,1864,'_order_shipping_tax','0'),(80289,1864,'_order_tax','0'),(80290,1864,'_order_total','581.48'),(80291,1864,'_order_version','7.6.1'),(80292,1864,'_prices_include_tax','no'),(80293,1864,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(80294,1864,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(80295,1864,'is_vat_exempt','no'),(80296,1864,'Payment type','instant'),(80297,1864,'_paypal_status','completed'),(80298,1864,'_transaction_id','4YT60738CD723200M'),(80299,1864,'PayPal Transaction Fee','20.78'),(80300,1864,'_date_paid','1683136166'),(80301,1864,'_paid_date','2023-05-03 17:49:26'),(80302,1864,'_edit_lock','1683219202:2'),(80303,1864,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236917\";s:12:\"date_shipped\";s:10:\"1683158400\";s:11:\"tracking_id\";s:32:\"6544c7aed42abb400d079ff2b7af7756\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830236906\";s:12:\"date_shipped\";i:1683219297;s:11:\"tracking_id\";s:32:\"7f65737098c0329714892e5f1decb39e\";}}'),(80304,1864,'_edit_last','2'),(80305,1864,'_date_completed','1683219301'),(80306,1864,'_completed_date','2023-05-04 16:55:01'),(80307,1865,'_order_key','wc_order_Fy4H8YlyimN0X'),(80308,1865,'_customer_user','3'),(80309,1865,'_payment_method','paypal'),(80310,1865,'_payment_method_title','PayPal'),(80311,1865,'_customer_ip_address','24.120.54.28'),(80312,1865,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80313,1865,'_created_via','checkout'),(80314,1865,'_cart_hash','7e4a46673a6d31cb3b84770af31e1849'),(80315,1865,'_download_permissions_granted','yes'),(80316,1865,'_recorded_sales','yes'),(80317,1865,'_recorded_coupon_usage_counts','yes'),(80318,1865,'_new_order_email_sent','true'),(80319,1865,'_order_stock_reduced','yes'),(80320,1865,'_billing_first_name','Amanda'),(80321,1865,'_billing_last_name','Westerman'),(80322,1865,'_billing_company','Lice Clinics of America McKinney'),(80323,1865,'_billing_address_1','3120 Hudson Crossing'),(80324,1865,'_billing_address_2','Suite A2'),(80325,1865,'_billing_city','MCKINNEY'),(80326,1865,'_billing_state','TX'),(80327,1865,'_billing_postcode','75070'),(80328,1865,'_billing_country','US'),(80329,1865,'_billing_email','awesterman1103@gmail.com'),(80330,1865,'_billing_phone','2144175741'),(80331,1865,'_shipping_first_name','Amanda'),(80332,1865,'_shipping_last_name','Westerman'),(80333,1865,'_shipping_company','Lice Clinics of America McKinney'),(80334,1865,'_shipping_address_1','3120 Hudson Crossing'),(80335,1865,'_shipping_address_2','Suite A2'),(80336,1865,'_shipping_city','MCKINNEY'),(80337,1865,'_shipping_state','TX'),(80338,1865,'_shipping_postcode','75070'),(80339,1865,'_shipping_country','US'),(80340,1865,'_order_currency','USD'),(80341,1865,'_cart_discount','0'),(80342,1865,'_cart_discount_tax','0'),(80343,1865,'_order_shipping','0'),(80344,1865,'_order_shipping_tax','0'),(80345,1865,'_order_tax','0'),(80346,1865,'_order_total','722.86'),(80347,1865,'_order_version','7.6.1'),(80348,1865,'_prices_include_tax','no'),(80349,1865,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(80350,1865,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(80351,1865,'is_vat_exempt','no'),(80352,1865,'Payment type','instant'),(80353,1865,'_paypal_status','completed'),(80354,1865,'_transaction_id','8LA92551XP7210733'),(80355,1865,'PayPal Transaction Fee','25.72'),(80356,1865,'_date_paid','1683225545'),(80357,1865,'_paid_date','2023-05-04 18:39:05'),(80358,1867,'_order_key','wc_order_vlag433hr0RQb'),(80359,1867,'_customer_user','83'),(80360,1867,'_payment_method','paypal'),(80361,1867,'_payment_method_title','PayPal'),(80362,1867,'_customer_ip_address','71.211.154.164'),(80363,1867,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80364,1867,'_created_via','checkout'),(80365,1867,'_cart_hash','e03d1b1c569f2b655f868b7972fc9e1f'),(80366,1867,'_download_permissions_granted','yes'),(80367,1867,'_recorded_sales','yes'),(80368,1867,'_recorded_coupon_usage_counts','yes'),(80369,1867,'_new_order_email_sent','true'),(80370,1867,'_order_stock_reduced','yes'),(80371,1867,'_billing_first_name','Tanya'),(80372,1867,'_billing_last_name','Kensley'),(80373,1867,'_billing_company','Lice Clinics of America'),(80374,1867,'_billing_address_1','4248 McMurry Ave'),(80375,1867,'_billing_city','Fort Collins'),(80376,1867,'_billing_state','CO'),(80377,1867,'_billing_postcode','80525'),(80378,1867,'_billing_country','US'),(80379,1867,'_billing_email','info@liceclinicsnortherncolorado.com'),(80380,1867,'_billing_phone','9702338787'),(80381,1867,'_shipping_first_name','Lice Clinics'),(80382,1867,'_shipping_last_name','America'),(80383,1867,'_shipping_company','Lice Clinics of America Longmont'),(80384,1867,'_shipping_address_1','421 21st Ave, Suite 210'),(80385,1867,'_shipping_city','Longmont'),(80386,1867,'_shipping_state','CO'),(80387,1867,'_shipping_postcode','80501'),(80388,1867,'_shipping_country','US'),(80389,1867,'_order_currency','USD'),(80390,1867,'_cart_discount','0'),(80391,1867,'_cart_discount_tax','0'),(80392,1867,'_order_shipping','20.67'),(80393,1867,'_order_shipping_tax','0'),(80394,1867,'_order_tax','0'),(80395,1867,'_order_total','184.41'),(80396,1867,'_order_version','7.6.1'),(80397,1867,'_prices_include_tax','no'),(80398,1867,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(80399,1867,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(80400,1867,'is_vat_exempt','no'),(80401,1867,'Payment type','instant'),(80402,1867,'_paypal_status','completed'),(80403,1867,'_transaction_id','3UU559842B0601231'),(80404,1867,'PayPal Transaction Fee','6.93'),(80405,1867,'_date_paid','1683230548'),(80406,1867,'_paid_date','2023-05-04 20:02:28'),(80407,1865,'_edit_lock','1683294329:2'),(80408,1865,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237188\";s:12:\"date_shipped\";s:10:\"1683244800\";s:11:\"tracking_id\";s:32:\"9b6a33a78c93b84e159fc29a40faaf09\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237177\";s:12:\"date_shipped\";i:1683294449;s:11:\"tracking_id\";s:32:\"da07747456abd503c6fd7fcfad5016d9\";}}'),(80409,1865,'_edit_last','2'),(80410,1865,'_date_completed','1683294451'),(80411,1865,'_completed_date','2023-05-05 13:47:31'),(80412,1867,'_edit_lock','1683303278:2'),(80413,1867,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237214\";s:12:\"date_shipped\";s:10:\"1683244800\";s:11:\"tracking_id\";s:32:\"43cc666dd9fa6acd2ff3a47bbe26805b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237203\";s:12:\"date_shipped\";i:1683299463;s:11:\"tracking_id\";s:32:\"3af76ccb7696d054dd7ac7deef8f6233\";}}'),(80414,1867,'_edit_last','2'),(80415,1867,'_date_completed','1683299464'),(80416,1867,'_completed_date','2023-05-05 15:11:04'),(80417,1868,'_order_key','wc_order_TNEzlZt7o1co2'),(80418,1868,'_customer_user','59'),(80419,1868,'_payment_method','paypal'),(80420,1868,'_payment_method_title','PayPal'),(80421,1868,'_customer_ip_address','174.170.28.19'),(80422,1868,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80423,1868,'_created_via','checkout'),(80424,1868,'_cart_hash','02345c3927e95bd49f7e8e036bebdc60'),(80425,1868,'_download_permissions_granted','yes'),(80426,1868,'_recorded_sales','yes'),(80427,1868,'_recorded_coupon_usage_counts','yes'),(80428,1868,'_new_order_email_sent','true'),(80429,1868,'_order_stock_reduced','yes'),(80430,1868,'_billing_first_name','Allison'),(80431,1868,'_billing_last_name','Anthon'),(80432,1868,'_billing_address_1','58 arbor bend dr'),(80433,1868,'_billing_city','Houston'),(80434,1868,'_billing_state','TX'),(80435,1868,'_billing_postcode','77070'),(80436,1868,'_billing_country','US'),(80437,1868,'_billing_email','louseysolutions@gmail.com'),(80438,1868,'_billing_phone','602-400-8330'),(80439,1868,'_shipping_first_name','Allison'),(80440,1868,'_shipping_last_name','Anthon'),(80441,1868,'_shipping_company','LCA Sugar Land'),(80442,1868,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(80443,1868,'_shipping_city','Tomball'),(80444,1868,'_shipping_state','TX'),(80445,1868,'_shipping_postcode','77375'),(80446,1868,'_shipping_country','US'),(80447,1868,'_order_currency','USD'),(80448,1868,'_cart_discount','0'),(80449,1868,'_cart_discount_tax','0'),(80450,1868,'_order_shipping','0'),(80451,1868,'_order_shipping_tax','0'),(80452,1868,'_order_tax','0'),(80453,1868,'_order_total','2210.26'),(80454,1868,'_order_version','7.6.1'),(80455,1868,'_prices_include_tax','no'),(80456,1868,'_billing_address_index','Allison Anthon  58 arbor bend dr  Houston TX 77070 US louseysolutions@gmail.com 602-400-8330'),(80457,1868,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(80458,1868,'is_vat_exempt','no'),(80459,1868,'Payment type','instant'),(80460,1868,'_paypal_status','completed'),(80461,1868,'_transaction_id','7BR41255PG842564X'),(80462,1868,'PayPal Transaction Fee','77.63'),(80463,1868,'_date_paid','1683315927'),(80464,1868,'_paid_date','2023-05-05 19:45:27'),(80465,1869,'_order_key','wc_order_0RCe8AnxhXmLw'),(80466,1869,'_customer_user','54'),(80467,1869,'_payment_method','paypal'),(80468,1869,'_payment_method_title','PayPal'),(80469,1869,'_customer_ip_address','172.59.184.245'),(80470,1869,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/20.0 Chrome/106.0.5249.126 Mobile Safari/537.36'),(80471,1869,'_created_via','checkout'),(80472,1869,'_cart_hash','f9bbdb48923bc099580b68ae46710836'),(80473,1869,'_download_permissions_granted','yes'),(80474,1869,'_recorded_sales','yes'),(80475,1869,'_recorded_coupon_usage_counts','yes'),(80476,1869,'_new_order_email_sent','true'),(80477,1869,'_order_stock_reduced','yes'),(80478,1869,'_billing_first_name','Erin'),(80479,1869,'_billing_last_name','Hawn'),(80480,1869,'_billing_address_1','10 W Phillip Rd'),(80481,1869,'_billing_address_2','123'),(80482,1869,'_billing_city','Vernon Hills'),(80483,1869,'_billing_state','IL'),(80484,1869,'_billing_postcode','60061'),(80485,1869,'_billing_country','US'),(80486,1869,'_billing_email','info@liceclinicsvernonhills.com'),(80487,1869,'_billing_phone','8475960408'),(80488,1869,'_shipping_first_name','Erin'),(80489,1869,'_shipping_last_name','Hawn'),(80490,1869,'_shipping_address_1','1491 S Amarias Dr'),(80491,1869,'_shipping_city','Round lake'),(80492,1869,'_shipping_state','IL'),(80493,1869,'_shipping_postcode','60073'),(80494,1869,'_shipping_country','US'),(80495,1869,'_order_currency','USD'),(80496,1869,'_cart_discount','0'),(80497,1869,'_cart_discount_tax','0'),(80498,1869,'_order_shipping','0'),(80499,1869,'_order_shipping_tax','0'),(80500,1869,'_order_tax','0'),(80501,1869,'_order_total','650.60'),(80502,1869,'_order_version','7.6.1'),(80503,1869,'_prices_include_tax','no'),(80504,1869,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(80505,1869,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(80506,1869,'is_vat_exempt','no'),(80507,1869,'Payment type','instant'),(80508,1869,'_paypal_status','completed'),(80509,1869,'_transaction_id','8JY67126TL752792T'),(80510,1869,'PayPal Transaction Fee','23.20'),(80511,1869,'_date_paid','1683552864'),(80512,1869,'_paid_date','2023-05-08 13:34:24'),(80513,1868,'_edit_lock','1683554207:2'),(80514,1868,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237340\";s:12:\"date_shipped\";s:10:\"1683504000\";s:11:\"tracking_id\";s:32:\"33486edb7f02c7d2bc39206509c4892e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237339\";s:12:\"date_shipped\";i:1683554308;s:11:\"tracking_id\";s:32:\"0f770240f7f43555f1b3a1831a4cc9ab\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237328\";s:12:\"date_shipped\";i:1683554313;s:11:\"tracking_id\";s:32:\"09cdfef3ad30b6fd4aaaf4185e3eae17\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237317\";s:12:\"date_shipped\";i:1683554321;s:11:\"tracking_id\";s:32:\"13a3845681dda3935f72366ac862da91\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237306\";s:12:\"date_shipped\";i:1683554328;s:11:\"tracking_id\";s:32:\"8bf7442b7d568de771a205f7eb664cb5\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237291\";s:12:\"date_shipped\";i:1683554337;s:11:\"tracking_id\";s:32:\"4ae3c3385aad644c9e493b18c28dd670\";}}'),(80515,1868,'_edit_last','2'),(80516,1868,'_date_completed','1683554338'),(80517,1868,'_completed_date','2023-05-08 13:58:58'),(80518,1870,'_order_key','wc_order_vBqs8tFE3apC5'),(80519,1870,'_customer_user','0'),(80520,1870,'_payment_method','paypal'),(80521,1870,'_payment_method_title','PayPal'),(80522,1870,'_customer_ip_address','136.49.57.192'),(80523,1870,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(80524,1870,'_created_via','checkout'),(80525,1870,'_cart_hash','78f8b25821fce909d771ef0d0119cd0a'),(80526,1870,'_download_permissions_granted','yes'),(80527,1870,'_recorded_sales','yes'),(80528,1870,'_recorded_coupon_usage_counts','yes'),(80529,1870,'_new_order_email_sent','true'),(80530,1870,'_order_stock_reduced','yes'),(80531,1870,'_billing_first_name','Lee'),(80532,1870,'_billing_last_name','Rogers'),(80533,1870,'_billing_company','United States'),(80534,1870,'_billing_address_1','40 N Interstate 35'),(80535,1870,'_billing_address_2','APT 4B2'),(80536,1870,'_billing_city','Austin'),(80537,1870,'_billing_state','TX'),(80538,1870,'_billing_postcode','78701'),(80539,1870,'_billing_country','US'),(80540,1870,'_billing_email','leerogers3301@gmail.com'),(80541,1870,'_billing_phone','316-727-9951'),(80542,1870,'_shipping_first_name','Erica'),(80543,1870,'_shipping_last_name','Frogett'),(80544,1870,'_shipping_company','LCA Dublin'),(80545,1870,'_shipping_address_1','5910 Wilcox Place'),(80546,1870,'_shipping_address_2','Suite E'),(80547,1870,'_shipping_city','Dublin'),(80548,1870,'_shipping_state','OH'),(80549,1870,'_shipping_postcode','43016'),(80550,1870,'_shipping_country','US'),(80551,1870,'_order_currency','USD'),(80552,1870,'_cart_discount','0'),(80553,1870,'_cart_discount_tax','0'),(80554,1870,'_order_shipping','0'),(80555,1870,'_order_shipping_tax','0'),(80556,1870,'_order_tax','0'),(80557,1870,'_order_total','1099.09'),(80558,1870,'_order_version','7.6.1'),(80559,1870,'_prices_include_tax','no'),(80560,1870,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(80561,1870,'_shipping_address_index','Erica Frogett LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(80562,1870,'is_vat_exempt','no'),(80563,1870,'Payment type','instant'),(80564,1870,'_paypal_status','completed'),(80565,1870,'_transaction_id','4SH294592J136882J'),(80566,1870,'PayPal Transaction Fee','38.85'),(80567,1870,'_date_paid','1683558861'),(80568,1870,'_paid_date','2023-05-08 15:14:21'),(80569,1869,'_edit_lock','1683573476:2'),(80570,1869,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237545\";s:12:\"date_shipped\";s:10:\"1683504000\";s:11:\"tracking_id\";s:32:\"99750fbf05c8b464dd04de387348fb25\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237534\";s:12:\"date_shipped\";i:1683573597;s:11:\"tracking_id\";s:32:\"9a7ac512597ef0d6c98a7c45be0d3d70\";}}'),(80571,1869,'_edit_last','2'),(80572,1869,'_date_completed','1683573601'),(80573,1869,'_completed_date','2023-05-08 19:20:01'),(80574,1871,'_order_key','wc_order_kuk0xRCxhBbI0'),(80575,1871,'_customer_user','15'),(80576,1871,'_payment_method','paypal'),(80577,1871,'_payment_method_title','PayPal'),(80578,1871,'_customer_ip_address','75.86.212.177'),(80579,1871,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(80580,1871,'_created_via','checkout'),(80581,1871,'_cart_hash','d2cb09f6d95068f09b3e0773a3bd2926'),(80582,1871,'_download_permissions_granted','yes'),(80583,1871,'_recorded_sales','yes'),(80584,1871,'_recorded_coupon_usage_counts','yes'),(80585,1871,'_new_order_email_sent','true'),(80586,1871,'_order_stock_reduced','yes'),(80587,1871,'_billing_first_name','David'),(80588,1871,'_billing_last_name','Florsheim'),(80589,1871,'_billing_company','Lice Clincs of America'),(80590,1871,'_billing_address_1','11506 N Creekside Ct'),(80591,1871,'_billing_city','Mequon'),(80592,1871,'_billing_state','WI'),(80593,1871,'_billing_postcode','53092'),(80594,1871,'_billing_country','US'),(80595,1871,'_billing_email','info@liceclinicsmilwaukee.com'),(80596,1871,'_billing_phone','4142556550'),(80597,1871,'_shipping_first_name','Andrea'),(80598,1871,'_shipping_last_name','Florsheim'),(80599,1871,'_shipping_company','LCA'),(80600,1871,'_shipping_address_1','8424 W. Center Rd'),(80601,1871,'_shipping_address_2','Suite 212'),(80602,1871,'_shipping_city','omaha'),(80603,1871,'_shipping_state','NE'),(80604,1871,'_shipping_postcode','68124'),(80605,1871,'_shipping_country','US'),(80606,1871,'_order_currency','USD'),(80607,1871,'_cart_discount','0'),(80608,1871,'_cart_discount_tax','0'),(80609,1871,'_order_shipping','10.16'),(80610,1871,'_order_shipping_tax','0'),(80611,1871,'_order_tax','0'),(80612,1871,'_order_total','49.36'),(80613,1871,'_order_version','7.6.1'),(80614,1871,'_prices_include_tax','no'),(80615,1871,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(80616,1871,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(80617,1871,'is_vat_exempt','no'),(80618,1871,'Payment type','instant'),(80619,1871,'_paypal_status','completed'),(80620,1871,'_transaction_id','7EB05867TJ6492442'),(80621,1871,'PayPal Transaction Fee','2.21'),(80622,1871,'_date_paid','1683579607'),(80623,1871,'_paid_date','2023-05-08 21:00:07'),(80624,1870,'_edit_lock','1683582969:2'),(80625,1870,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237660\";s:12:\"date_shipped\";i:1683583053;s:11:\"tracking_id\";s:32:\"e80045d57706516a90fbd231a80b782e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237659\";s:12:\"date_shipped\";i:1683583059;s:11:\"tracking_id\";s:32:\"8c4c29759ad5607d7dc010a16f119f6d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237648\";s:12:\"date_shipped\";i:1683583064;s:11:\"tracking_id\";s:32:\"0bc0b290f48200dfbcec5c1070bfa1a0\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237637\";s:12:\"date_shipped\";i:1683583069;s:11:\"tracking_id\";s:32:\"e4e2a95e84a4ab400c0da91d9bbafc0f\";}}'),(80626,1870,'_edit_last','2'),(80627,1870,'_date_completed','1683583073'),(80628,1870,'_completed_date','2023-05-08 21:57:53'),(80629,1872,'_order_key','wc_order_e7qtL446nEhnQ'),(80630,1872,'_customer_user','46'),(80631,1872,'_payment_method','paypal'),(80632,1872,'_payment_method_title','PayPal'),(80633,1872,'_customer_ip_address','216.163.6.72'),(80634,1872,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(80635,1872,'_created_via','checkout'),(80636,1872,'_cart_hash','c85c93f2f1b92ec313c53197efe0d908'),(80637,1872,'_download_permissions_granted','yes'),(80638,1872,'_recorded_sales','yes'),(80639,1872,'_recorded_coupon_usage_counts','yes'),(80640,1872,'_new_order_email_sent','true'),(80641,1872,'_order_stock_reduced','yes'),(80642,1872,'_billing_first_name','Shannon'),(80643,1872,'_billing_last_name','Steele'),(80644,1872,'_billing_company','SBS Investments'),(80645,1872,'_billing_address_1','1702 Hazelwood Court'),(80646,1872,'_billing_city','Jonesboro'),(80647,1872,'_billing_state','AR'),(80648,1872,'_billing_postcode','72401'),(80649,1872,'_billing_country','US'),(80650,1872,'_billing_email','info@liceclinicsjonesboro.com'),(80651,1872,'_billing_phone','8709262731'),(80652,1872,'_shipping_first_name','Shannon'),(80653,1872,'_shipping_last_name','Steele'),(80654,1872,'_shipping_company','SBS Investments/LCA- Jonesboro'),(80655,1872,'_shipping_address_1','3106 Orval Orlan Drive'),(80656,1872,'_shipping_address_2','Suite D'),(80657,1872,'_shipping_city','Jonesboro'),(80658,1872,'_shipping_state','AR'),(80659,1872,'_shipping_postcode','72404'),(80660,1872,'_shipping_country','US'),(80661,1872,'_order_currency','USD'),(80662,1872,'_cart_discount','0'),(80663,1872,'_cart_discount_tax','0'),(80664,1872,'_order_shipping','19.5'),(80665,1872,'_order_shipping_tax','0'),(80666,1872,'_order_tax','0'),(80667,1872,'_order_total','97.90'),(80668,1872,'_order_version','7.6.1'),(80669,1872,'_prices_include_tax','no'),(80670,1872,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(80671,1872,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(80673,1872,'is_vat_exempt','no'),(80674,1872,'Payment type','instant'),(80675,1872,'_paypal_status','completed'),(80676,1872,'_transaction_id','90L361101F073782Y'),(80677,1872,'PayPal Transaction Fee','3.91'),(80678,1872,'_date_paid','1683584998'),(80679,1872,'_paid_date','2023-05-08 22:29:58'),(80680,1873,'_order_key','wc_order_z5MWL1NzbkQ4Q'),(80681,1873,'_customer_user','50'),(80682,1873,'_payment_method','paypal'),(80683,1873,'_payment_method_title','PayPal'),(80684,1873,'_customer_ip_address','73.126.237.59'),(80685,1873,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54'),(80686,1873,'_created_via','checkout'),(80687,1873,'_cart_hash','91bb136f1d35cf184775bebcaef9f114'),(80688,1873,'_download_permissions_granted','yes'),(80689,1873,'_recorded_sales','yes'),(80690,1873,'_recorded_coupon_usage_counts','yes'),(80691,1873,'_new_order_email_sent','true'),(80692,1873,'_order_stock_reduced','yes'),(80693,1873,'_billing_first_name','Christine'),(80694,1873,'_billing_last_name','Cherry'),(80695,1873,'_billing_company','NITS END'),(80696,1873,'_billing_address_1','PO BOX 1092'),(80697,1873,'_billing_city','Campton'),(80698,1873,'_billing_state','NH'),(80699,1873,'_billing_postcode','03223'),(80700,1873,'_billing_country','US'),(80701,1873,'_billing_email','info@liceclinicsplaistow.com'),(80702,1873,'_billing_phone','16034983390'),(80703,1873,'_shipping_first_name','Naomi'),(80704,1873,'_shipping_last_name','Njuguna'),(80705,1873,'_shipping_company','NITS END'),(80706,1873,'_shipping_address_1','24 Gillis St'),(80707,1873,'_shipping_city','Nashua'),(80708,1873,'_shipping_state','NH'),(80709,1873,'_shipping_postcode','03060'),(80710,1873,'_shipping_country','US'),(80711,1873,'_order_currency','USD'),(80712,1873,'_cart_discount','0'),(80713,1873,'_cart_discount_tax','0'),(80714,1873,'_order_shipping','31.65'),(80715,1873,'_order_shipping_tax','0'),(80716,1873,'_order_tax','0'),(80717,1873,'_order_total','375.81'),(80718,1873,'_order_version','7.6.1'),(80719,1873,'_prices_include_tax','no'),(80720,1873,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(80721,1873,'_shipping_address_index','Naomi Njuguna NITS END 24 Gillis St  Nashua NH 03060 US '),(80722,1873,'is_vat_exempt','no'),(80723,1873,'Payment type','instant'),(80724,1873,'_paypal_status','completed'),(80725,1873,'_transaction_id','3DN15749CP050440S'),(80726,1873,'PayPal Transaction Fee','13.61'),(80727,1873,'_date_paid','1683658522'),(80728,1873,'_paid_date','2023-05-09 18:55:22'),(80729,1874,'_order_key','wc_order_wrfJbvbaP5mBr'),(80730,1874,'_customer_user','50'),(80731,1874,'_payment_method','paypal'),(80732,1874,'_payment_method_title','PayPal'),(80733,1874,'_customer_ip_address','73.126.237.59'),(80734,1874,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54'),(80735,1874,'_created_via','checkout'),(80736,1874,'_cart_hash','0d71f2615213a7bf959819b01f64bfc3'),(80737,1874,'_download_permissions_granted','yes'),(80738,1874,'_recorded_sales','yes'),(80739,1874,'_recorded_coupon_usage_counts','yes'),(80740,1874,'_new_order_email_sent','true'),(80741,1874,'_order_stock_reduced','yes'),(80742,1874,'_billing_first_name','Christine'),(80743,1874,'_billing_last_name','Cherry'),(80744,1874,'_billing_company','NITS END'),(80745,1874,'_billing_address_1','PO BOX 1092'),(80746,1874,'_billing_city','Campton'),(80747,1874,'_billing_state','NH'),(80748,1874,'_billing_postcode','03223'),(80749,1874,'_billing_country','US'),(80750,1874,'_billing_email','info@liceclinicsplaistow.com'),(80751,1874,'_billing_phone','16034983390'),(80752,1874,'_shipping_first_name','Megan'),(80753,1874,'_shipping_last_name','O\'Neil'),(80754,1874,'_shipping_company','NITS END'),(80755,1874,'_shipping_address_1','18 Sheridan St'),(80756,1874,'_shipping_city','Haverhill'),(80757,1874,'_shipping_state','MA'),(80758,1874,'_shipping_postcode','01830'),(80759,1874,'_shipping_country','US'),(80760,1874,'_order_currency','USD'),(80761,1874,'_cart_discount','0'),(80762,1874,'_cart_discount_tax','0'),(80763,1874,'_order_shipping','14.73'),(80764,1874,'_order_shipping_tax','0'),(80765,1874,'_order_tax','0'),(80766,1874,'_order_total','32.78'),(80767,1874,'_order_version','7.6.1'),(80768,1874,'_prices_include_tax','no'),(80769,1874,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(80770,1874,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(80771,1874,'is_vat_exempt','no'),(80772,1874,'Payment type','instant'),(80773,1874,'_paypal_status','completed'),(80774,1874,'_transaction_id','4PF4472169095501N'),(80775,1874,'PayPal Transaction Fee','1.63'),(80776,1874,'_date_paid','1683658736'),(80777,1874,'_paid_date','2023-05-09 18:58:56'),(80778,1875,'_order_key','wc_order_qHWh7ZYlh4swt'),(80779,1875,'_customer_user','83'),(80780,1875,'_payment_method','paypal'),(80781,1875,'_payment_method_title','PayPal'),(80782,1875,'_customer_ip_address','71.211.154.164'),(80783,1875,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(80784,1875,'_created_via','checkout'),(80785,1875,'_cart_hash','b93cff6d23d448c629725098286846cc'),(80786,1875,'_download_permissions_granted','yes'),(80787,1875,'_recorded_sales','yes'),(80788,1875,'_recorded_coupon_usage_counts','yes'),(80789,1875,'_new_order_email_sent','true'),(80790,1875,'_order_stock_reduced','yes'),(80791,1875,'_billing_first_name','Tanya'),(80792,1875,'_billing_last_name','Kensley'),(80793,1875,'_billing_company','Lice Clinics of America'),(80794,1875,'_billing_address_1','4248 McMurry Ave'),(80795,1875,'_billing_city','Fort Collins'),(80796,1875,'_billing_state','CO'),(80797,1875,'_billing_postcode','80525'),(80798,1875,'_billing_country','US'),(80799,1875,'_billing_email','info@liceclinicsnortherncolorado.com'),(80800,1875,'_billing_phone','9702338787'),(80801,1875,'_shipping_first_name','Tanya'),(80802,1875,'_shipping_last_name','Kensley'),(80803,1875,'_shipping_company','Tanya Kensley-Lice Clinics of America Northern CO'),(80804,1875,'_shipping_address_1','4248 McMurry Ave'),(80805,1875,'_shipping_city','Fort Collins'),(80806,1875,'_shipping_state','CO'),(80807,1875,'_shipping_postcode','80525'),(80808,1875,'_shipping_country','US'),(80809,1875,'_order_currency','USD'),(80810,1875,'_cart_discount','0'),(80811,1875,'_cart_discount_tax','0'),(80812,1875,'_order_shipping','20.67'),(80813,1875,'_order_shipping_tax','0'),(80814,1875,'_order_tax','0'),(80815,1875,'_order_total','184.41'),(80816,1875,'_order_version','7.6.1'),(80817,1875,'_prices_include_tax','no'),(80818,1875,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(80819,1875,'_shipping_address_index','Tanya Kensley Tanya Kensley-Lice Clinics of America Northern CO 4248 McMurry Ave  Fort Collins CO 80525 US '),(80820,1875,'is_vat_exempt','no'),(80821,1875,'Payment type','instant'),(80822,1875,'_paypal_status','completed'),(80823,1875,'_transaction_id','48Y68997WH365740X'),(80824,1875,'PayPal Transaction Fee','6.93'),(80825,1875,'_date_paid','1683662052'),(80826,1875,'_paid_date','2023-05-09 19:54:12'),(80827,1871,'_edit_lock','1683669390:2'),(80828,1871,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237854\";s:12:\"date_shipped\";s:10:\"1683590400\";s:11:\"tracking_id\";s:32:\"5fa5c37d72850a90094f18b4b7a4d24e\";}}'),(80829,1872,'_edit_lock','1683662905:2'),(80830,1872,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237843\";s:12:\"date_shipped\";s:10:\"1683590400\";s:11:\"tracking_id\";s:32:\"9de0d0d76db9f05ae7f356e3ce79e37f\";}}'),(80831,1872,'_edit_last','2'),(80832,1872,'_date_completed','1683663021'),(80833,1872,'_completed_date','2023-05-09 20:10:21'),(80834,1873,'_edit_lock','1683669226:2'),(80835,1873,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237935\";s:12:\"date_shipped\";s:10:\"1683590400\";s:11:\"tracking_id\";s:32:\"501868181339ccf3a38514950f79318b\";}}'),(80836,1873,'_edit_last','2'),(80837,1873,'_date_completed','1683669358'),(80838,1873,'_completed_date','2023-05-09 21:55:58'),(80839,1874,'_edit_lock','1683669245:2'),(80840,1874,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237924\";s:12:\"date_shipped\";s:10:\"1683590400\";s:11:\"tracking_id\";s:32:\"7d48b13a77017ec2535d96e77f93d64f\";}}'),(80841,1874,'_edit_last','2'),(80842,1874,'_date_completed','1683669382'),(80843,1874,'_completed_date','2023-05-09 21:56:22'),(80844,1871,'_edit_last','2'),(80845,1871,'_date_completed','1683669389'),(80846,1871,'_completed_date','2023-05-09 21:56:29'),(80847,1876,'_order_key','wc_order_0dkyHKURwSbp0'),(80848,1876,'_customer_user','59'),(80849,1876,'_payment_method','paypal'),(80850,1876,'_payment_method_title','PayPal'),(80851,1876,'_customer_ip_address','174.170.28.19'),(80852,1876,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Mobile Safari/537.36'),(80853,1876,'_created_via','checkout'),(80854,1876,'_cart_hash','1e20b8df507cd2142e77ffac5488d73e'),(80855,1876,'_download_permissions_granted','yes'),(80856,1876,'_recorded_sales','yes'),(80857,1876,'_recorded_coupon_usage_counts','yes'),(80858,1876,'_new_order_email_sent','true'),(80859,1876,'_order_stock_reduced','yes'),(80860,1876,'_billing_first_name','Allison'),(80861,1876,'_billing_last_name','Anthon'),(80862,1876,'_billing_company','11/29'),(80863,1876,'_billing_address_1','9642 Elizabeth\'s Glen Ln'),(80864,1876,'_billing_address_2','Apt, suite, floor, etc.'),(80865,1876,'_billing_city','TOMBALL'),(80866,1876,'_billing_state','TX'),(80867,1876,'_billing_postcode','77375'),(80868,1876,'_billing_country','US'),(80869,1876,'_billing_email','allianthon@gmail.com'),(80870,1876,'_billing_phone','6024008330'),(80871,1876,'_shipping_first_name','Allison'),(80872,1876,'_shipping_last_name','Anthon'),(80873,1876,'_shipping_company','LCA Sugar Land'),(80874,1876,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(80875,1876,'_shipping_city','Tomball'),(80876,1876,'_shipping_state','TX'),(80877,1876,'_shipping_postcode','77375'),(80878,1876,'_shipping_country','US'),(80879,1876,'_order_currency','USD'),(80880,1876,'_cart_discount','0'),(80881,1876,'_cart_discount_tax','0'),(80882,1876,'_order_shipping','0'),(80883,1876,'_order_shipping_tax','0'),(80884,1876,'_order_tax','0'),(80885,1876,'_order_total','546.72'),(80886,1876,'_order_version','7.6.1'),(80887,1876,'_prices_include_tax','no'),(80888,1876,'_billing_address_index','Allison Anthon 11/29 9642 Elizabeth\'s Glen Ln Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008330'),(80889,1876,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(80891,1876,'is_vat_exempt','no'),(80892,1876,'Payment type','instant'),(80893,1876,'_paypal_status','completed'),(80894,1876,'_transaction_id','8DT69228VN215164P'),(80895,1876,'PayPal Transaction Fee','19.57'),(80896,1876,'_date_paid','1683749139'),(80897,1876,'_paid_date','2023-05-10 20:05:39'),(80898,1877,'_order_key','wc_order_4HTuq8goloVMm'),(80899,1877,'_customer_user','78'),(80900,1877,'_payment_method','paypal'),(80901,1877,'_payment_method_title','PayPal'),(80902,1877,'_customer_ip_address','172.58.231.65'),(80903,1877,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1'),(80904,1877,'_created_via','checkout'),(80905,1877,'_cart_hash','068110a6f0a1186b5b19c5d59e36456f'),(80906,1877,'_download_permissions_granted','yes'),(80907,1877,'_recorded_sales','yes'),(80908,1877,'_recorded_coupon_usage_counts','yes'),(80909,1877,'_new_order_email_sent','true'),(80910,1877,'_order_stock_reduced','yes'),(80911,1877,'_billing_first_name','Richard'),(80912,1877,'_billing_last_name','Florsheim'),(80913,1877,'_billing_company','Licura'),(80914,1877,'_billing_address_1','3827 w fairway heights dr'),(80915,1877,'_billing_city','Mequon'),(80916,1877,'_billing_state','NY'),(80917,1877,'_billing_postcode','53092'),(80918,1877,'_billing_country','US'),(80919,1877,'_billing_email','tara@liceclinicslongIsland.com'),(80920,1877,'_billing_phone','5619006382'),(80921,1877,'_shipping_first_name','Tara'),(80922,1877,'_shipping_last_name','Johnson'),(80923,1877,'_shipping_company','LCA'),(80924,1877,'_shipping_address_1','599 west hartsdale abe'),(80925,1877,'_shipping_city','White plains'),(80926,1877,'_shipping_state','NY'),(80927,1877,'_shipping_postcode','10607'),(80928,1877,'_shipping_country','US'),(80929,1877,'_order_currency','USD'),(80930,1877,'_cart_discount','0'),(80931,1877,'_cart_discount_tax','0'),(80932,1877,'_order_shipping','10.16'),(80933,1877,'_order_shipping_tax','0'),(80934,1877,'_order_tax','0'),(80935,1877,'_order_total','82.76'),(80936,1877,'_order_version','7.6.1'),(80937,1877,'_prices_include_tax','no'),(80938,1877,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(80939,1877,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale abe  White plains NY 10607 US '),(80940,1877,'is_vat_exempt','no'),(80941,1877,'Payment type','instant'),(80942,1877,'_paypal_status','completed'),(80943,1877,'_transaction_id','8XJ28633EP9090342'),(80944,1877,'PayPal Transaction Fee','3.38'),(80945,1877,'_date_paid','1683754582'),(80946,1877,'_paid_date','2023-05-10 21:36:22'),(80947,1876,'_edit_lock','1683777606:2'),(80948,1876,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238232\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"18f90214ecbb1158b85dc1f3af649178\";}}'),(80949,1876,'_edit_last','2'),(80950,1876,'_date_completed','1683777602'),(80951,1876,'_completed_date','2023-05-11 04:00:02'),(80952,1875,'_edit_lock','1683777506:2'),(80953,1875,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237980\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"f9251e29ef6ae99cd623fd3fe8ab3c9b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830237979\";s:12:\"date_shipped\";i:1683777636;s:11:\"tracking_id\";s:32:\"173026b8bcabac2f3001ed472e1eca3e\";}}'),(80954,1875,'_edit_last','2'),(80955,1875,'_date_completed','1683777637'),(80956,1875,'_completed_date','2023-05-11 04:00:37'),(80957,1878,'_order_key','wc_order_Q8HCLFC2Ml9hD'),(80958,1878,'_customer_user','20'),(80959,1878,'_payment_method','paypal'),(80960,1878,'_payment_method_title','PayPal'),(80961,1878,'_customer_ip_address','45.51.241.116'),(80962,1878,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(80963,1878,'_created_via','checkout'),(80964,1878,'_cart_hash','f102fe3533472ec8bc29699b5ef81d73'),(80965,1878,'_download_permissions_granted','yes'),(80966,1878,'_recorded_sales','yes'),(80967,1878,'_recorded_coupon_usage_counts','yes'),(80968,1878,'_new_order_email_sent','true'),(80969,1878,'_order_stock_reduced','yes'),(80970,1878,'_billing_first_name','Hasani'),(80971,1878,'_billing_last_name','Thompson'),(80972,1878,'_billing_company','Heat in Hair'),(80973,1878,'_billing_address_1','27225 Camp Plenty Road'),(80974,1878,'_billing_address_2','1D'),(80975,1878,'_billing_city','Santa Clarita'),(80976,1878,'_billing_state','CA'),(80977,1878,'_billing_postcode','91351'),(80978,1878,'_billing_country','US'),(80979,1878,'_billing_email','info@liceclinicssantaclarita.com'),(80980,1878,'_billing_phone','6615850263'),(80981,1878,'_shipping_first_name','Hasani'),(80982,1878,'_shipping_last_name','Thompson'),(80983,1878,'_shipping_company','Heat in Hair'),(80984,1878,'_shipping_address_1','5145 Nightsky Place'),(80985,1878,'_shipping_city','Palmdale'),(80986,1878,'_shipping_state','CA'),(80987,1878,'_shipping_postcode','93552'),(80988,1878,'_shipping_country','US'),(80989,1878,'_order_currency','USD'),(80990,1878,'_cart_discount','0'),(80991,1878,'_cart_discount_tax','0'),(80992,1878,'_order_shipping','77.79'),(80993,1878,'_order_shipping_tax','0'),(80994,1878,'_order_tax','0'),(80995,1878,'_order_total','821.35'),(80996,1878,'_order_version','7.6.1'),(80997,1878,'_prices_include_tax','no'),(80998,1878,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(80999,1878,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(81000,1878,'is_vat_exempt','no'),(81001,1878,'Payment type','instant'),(81002,1878,'_paypal_status','completed'),(81003,1878,'_transaction_id','7Y933620B7591601M'),(81004,1878,'PayPal Transaction Fee','29.16'),(81005,1878,'_date_paid','1683780267'),(81006,1878,'_paid_date','2023-05-11 04:44:27'),(81007,1879,'_order_key','wc_order_S1oUTYzRU13gG'),(81008,1879,'_customer_user','76'),(81009,1879,'_payment_method','paypal'),(81010,1879,'_payment_method_title','PayPal'),(81011,1879,'_customer_ip_address','146.115.131.163'),(81012,1879,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(81013,1879,'_created_via','checkout'),(81014,1879,'_cart_hash','de7f01224de81519748dda48446d6352'),(81015,1879,'_download_permissions_granted','yes'),(81016,1879,'_recorded_sales','yes'),(81017,1879,'_recorded_coupon_usage_counts','yes'),(81018,1879,'_new_order_email_sent','true'),(81019,1879,'_order_stock_reduced','yes'),(81020,1879,'_billing_first_name','Naomi'),(81021,1879,'_billing_last_name','Golden'),(81022,1879,'_billing_address_1','31 Mann Ave'),(81023,1879,'_billing_city','Needham'),(81024,1879,'_billing_state','MA'),(81025,1879,'_billing_postcode','02492'),(81026,1879,'_billing_country','US'),(81027,1879,'_billing_email','nrgolden6486@gmail.com'),(81028,1879,'_billing_phone','617-851-1322'),(81029,1879,'_shipping_first_name','Naomi'),(81030,1879,'_shipping_last_name','Golden'),(81031,1879,'_shipping_company','Lice Aunties'),(81032,1879,'_shipping_address_1','# Baldwin Green Common'),(81033,1879,'_shipping_address_2','Suite 310'),(81034,1879,'_shipping_city','Woburn'),(81035,1879,'_shipping_state','MA'),(81036,1879,'_shipping_postcode','01801'),(81037,1879,'_shipping_country','US'),(81038,1879,'_order_currency','USD'),(81039,1879,'_cart_discount','0'),(81040,1879,'_cart_discount_tax','0'),(81041,1879,'_order_shipping','0'),(81042,1879,'_order_shipping_tax','0'),(81043,1879,'_order_tax','0'),(81044,1879,'_order_total','607.00'),(81045,1879,'_order_version','7.6.1'),(81046,1879,'_prices_include_tax','no'),(81047,1879,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(81048,1879,'_shipping_address_index','Naomi Golden Lice Aunties # Baldwin Green Common Suite 310 Woburn MA 01801 US '),(81049,1879,'is_vat_exempt','no'),(81050,1879,'Payment type','instant'),(81051,1879,'_paypal_status','completed'),(81052,1879,'_transaction_id','6A7243330B9375336'),(81053,1879,'PayPal Transaction Fee','21.67'),(81054,1879,'_date_paid','1683823583'),(81055,1879,'_paid_date','2023-05-11 16:46:23'),(81056,1880,'_order_key','wc_order_PJM6Fydh6PEK1'),(81057,1880,'_customer_user','50'),(81058,1880,'_payment_method','paypal'),(81059,1880,'_payment_method_title','PayPal'),(81060,1880,'_customer_ip_address','73.126.237.59'),(81061,1880,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.54'),(81062,1880,'_created_via','checkout'),(81063,1880,'_cart_hash','bedfd4839e568550aafd25846f87e0c0'),(81064,1880,'_download_permissions_granted','yes'),(81065,1880,'_recorded_sales','yes'),(81066,1880,'_recorded_coupon_usage_counts','yes'),(81067,1880,'_new_order_email_sent','true'),(81068,1880,'_order_stock_reduced','yes'),(81069,1880,'_billing_first_name','Christine'),(81070,1880,'_billing_last_name','Cherry'),(81071,1880,'_billing_company','NITS END'),(81072,1880,'_billing_address_1','PO BOX 1092'),(81073,1880,'_billing_city','Campton'),(81074,1880,'_billing_state','NH'),(81075,1880,'_billing_postcode','03223'),(81076,1880,'_billing_country','US'),(81077,1880,'_billing_email','info@liceclinicsplaistow.com'),(81078,1880,'_billing_phone','16034983390'),(81079,1880,'_shipping_first_name','Latasha'),(81080,1880,'_shipping_last_name','Harrington'),(81081,1880,'_shipping_company','Nits End'),(81082,1880,'_shipping_address_1','245 Pond Rd'),(81083,1880,'_shipping_city','Bridgton'),(81084,1880,'_shipping_state','ME'),(81085,1880,'_shipping_postcode','04009'),(81086,1880,'_shipping_country','US'),(81087,1880,'_order_currency','USD'),(81088,1880,'_cart_discount','0'),(81089,1880,'_cart_discount_tax','0'),(81090,1880,'_order_shipping','27.15'),(81091,1880,'_order_shipping_tax','0'),(81092,1880,'_order_tax','0'),(81093,1880,'_order_total','437.79'),(81094,1880,'_order_version','7.6.1'),(81095,1880,'_prices_include_tax','no'),(81096,1880,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(81097,1880,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009 US '),(81098,1880,'is_vat_exempt','no'),(81099,1880,'Payment type','instant'),(81100,1880,'_paypal_status','completed'),(81101,1880,'_transaction_id','09N50600B0675121U'),(81102,1880,'PayPal Transaction Fee','15.77'),(81103,1880,'_date_paid','1683823612'),(81104,1880,'_paid_date','2023-05-11 16:46:52'),(81105,1881,'_order_key','wc_order_P4JTvzDQQEuNc'),(81106,1881,'_customer_user','15'),(81107,1881,'_payment_method','paypal'),(81108,1881,'_payment_method_title','PayPal'),(81109,1881,'_customer_ip_address','75.86.212.177'),(81110,1881,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(81111,1881,'_created_via','checkout'),(81112,1881,'_cart_hash','15c24bd6eb11a858cc26ab217743a65a'),(81113,1881,'_download_permissions_granted','no'),(81114,1881,'_recorded_sales','no'),(81115,1881,'_recorded_coupon_usage_counts','no'),(81116,1881,'_new_order_email_sent','false'),(81117,1881,'_order_stock_reduced','no'),(81118,1881,'_billing_first_name','Andrea'),(81119,1881,'_billing_last_name','Florsheim'),(81120,1881,'_billing_company','Lice Clincs of America'),(81121,1881,'_billing_address_1','11506 N Creekside Ct'),(81122,1881,'_billing_city','Mequon'),(81123,1881,'_billing_state','WI'),(81124,1881,'_billing_postcode','53092'),(81125,1881,'_billing_country','US'),(81126,1881,'_billing_email','andrea@liceclinicscentral.com'),(81127,1881,'_billing_phone','4143354315'),(81128,1881,'_shipping_first_name','Andrea'),(81129,1881,'_shipping_last_name','Florsheim'),(81130,1881,'_shipping_company','Lice Clincs of America'),(81131,1881,'_shipping_address_1','11506 N Creekside Ct'),(81132,1881,'_shipping_city','Mequon'),(81133,1881,'_shipping_state','WI'),(81134,1881,'_shipping_postcode','53092'),(81135,1881,'_shipping_country','US'),(81136,1881,'_order_currency','USD'),(81137,1881,'_cart_discount','0'),(81138,1881,'_cart_discount_tax','0'),(81139,1881,'_order_shipping','14.84'),(81140,1881,'_order_shipping_tax','0'),(81141,1881,'_order_tax','0'),(81142,1881,'_order_total','154.84'),(81143,1881,'_order_version','7.6.1'),(81144,1881,'_prices_include_tax','no'),(81145,1881,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(81146,1881,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US '),(81147,1881,'is_vat_exempt','no'),(81148,1882,'_order_key','wc_order_hVSC9og7aawnd'),(81149,1882,'_customer_user','15'),(81150,1882,'_payment_method','paypal'),(81151,1882,'_payment_method_title','PayPal'),(81152,1882,'_customer_ip_address','75.86.212.177'),(81153,1882,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(81154,1882,'_created_via','checkout'),(81155,1882,'_cart_hash','b5cd0300f5d779a8defa172a67e309bd'),(81156,1882,'_download_permissions_granted','yes'),(81157,1882,'_recorded_sales','yes'),(81158,1882,'_recorded_coupon_usage_counts','yes'),(81159,1882,'_new_order_email_sent','true'),(81160,1882,'_order_stock_reduced','yes'),(81161,1882,'_billing_first_name','Andrea'),(81162,1882,'_billing_last_name','Florsheim'),(81163,1882,'_billing_company','Lice Clincs of America'),(81164,1882,'_billing_address_1','11506 N Creekside Ct'),(81165,1882,'_billing_city','Mequon'),(81166,1882,'_billing_state','WI'),(81167,1882,'_billing_postcode','53092'),(81168,1882,'_billing_country','US'),(81169,1882,'_billing_email','andrea@liceclinicscentral.com'),(81170,1882,'_billing_phone','4143354315'),(81171,1882,'_shipping_first_name','Andrea'),(81172,1882,'_shipping_last_name','Florsheim'),(81173,1882,'_shipping_company','LCA'),(81174,1882,'_shipping_address_1','8424 W. Center Rd'),(81175,1882,'_shipping_address_2','Suite 212'),(81176,1882,'_shipping_city','omaha'),(81177,1882,'_shipping_state','NE'),(81178,1882,'_shipping_postcode','68124'),(81179,1882,'_shipping_country','US'),(81180,1882,'_order_currency','USD'),(81181,1882,'_cart_discount','0'),(81182,1882,'_cart_discount_tax','0'),(81183,1882,'_order_shipping','17.3'),(81184,1882,'_order_shipping_tax','0'),(81185,1882,'_order_tax','0'),(81186,1882,'_order_total','157.30'),(81187,1882,'_order_version','7.6.1'),(81188,1882,'_prices_include_tax','no'),(81189,1882,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(81190,1882,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(81191,1882,'is_vat_exempt','no'),(81192,1882,'Payment type','instant'),(81193,1882,'_paypal_status','completed'),(81194,1882,'_transaction_id','03Y29264FV346444W'),(81195,1882,'PayPal Transaction Fee','5.98'),(81196,1882,'_date_paid','1683824564'),(81197,1882,'_paid_date','2023-05-11 17:02:44'),(81198,1880,'_edit_lock','1683837445:2'),(81199,1880,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238368\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"56cad1e42561829526c44c567909b07d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238357\";s:12:\"date_shipped\";i:1683837558;s:11:\"tracking_id\";s:32:\"89295ccb5d25901a643c70ca607c189c\";}}'),(81200,1880,'_edit_last','2'),(81201,1880,'_date_completed','1683837569'),(81202,1880,'_completed_date','2023-05-11 20:39:29'),(81203,1882,'_edit_lock','1685554636:2'),(81204,1882,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238346\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"f91a2c239cc7288279d4df95da2296ec\";}}'),(81205,1882,'_edit_last','2'),(81206,1882,'_date_completed','1683837586'),(81207,1882,'_completed_date','2023-05-11 20:39:46'),(81208,1878,'_edit_lock','1683837533:2'),(81209,1878,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238265\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"fb93c3a4cc56195abb9bfc24b58ffaba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238254\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"7b878cac30afe9c5e9eee7157d7d18a2\";}}'),(81210,1878,'_edit_last','2'),(81211,1878,'_date_completed','1683837650'),(81212,1878,'_completed_date','2023-05-11 20:40:50'),(81213,1877,'_edit_lock','1683837557:2'),(81214,1877,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238243\";s:12:\"date_shipped\";s:10:\"1683763200\";s:11:\"tracking_id\";s:32:\"ffd24f136c4deaf8c257decd369c709f\";}}'),(81215,1877,'_edit_last','2'),(81216,1877,'_date_completed','1683837698'),(81217,1877,'_completed_date','2023-05-11 20:41:38'),(81218,1879,'_edit_lock','1683863847:2'),(81219,1879,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238427\";s:12:\"date_shipped\";s:10:\"1683849600\";s:11:\"tracking_id\";s:32:\"7951dc7eeba03266c2863e3de45b3d82\";}}'),(81220,1879,'_edit_last','2'),(81221,1879,'_date_completed','1683863984'),(81222,1879,'_completed_date','2023-05-12 03:59:44'),(81223,1883,'_order_key','wc_order_t4A3rn9wO0xQd'),(81224,1883,'_customer_user','39'),(81225,1883,'_payment_method','paypal'),(81226,1883,'_payment_method_title','PayPal'),(81227,1883,'_customer_ip_address','97.87.6.184'),(81228,1883,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.35'),(81229,1883,'_created_via','checkout'),(81230,1883,'_cart_hash','10d59031da6c8fd5913cf38d2f0564a2'),(81231,1883,'_download_permissions_granted','yes'),(81232,1883,'_recorded_sales','yes'),(81233,1883,'_recorded_coupon_usage_counts','yes'),(81234,1883,'_new_order_email_sent','true'),(81235,1883,'_order_stock_reduced','yes'),(81236,1883,'_billing_first_name','Patty'),(81237,1883,'_billing_last_name','Ziegler'),(81238,1883,'_billing_address_1','3090 Saddle Brook Tr'),(81239,1883,'_billing_city','Sun Prairie'),(81240,1883,'_billing_state','WI'),(81241,1883,'_billing_postcode','53590'),(81242,1883,'_billing_country','US'),(81243,1883,'_billing_email','liceremovalwisconsin@gmail.com'),(81244,1883,'_billing_phone','6088258255'),(81245,1883,'_shipping_first_name','Patty'),(81246,1883,'_shipping_last_name','Ziegler'),(81247,1883,'_shipping_address_1','3090 Saddle Brook Tr'),(81248,1883,'_shipping_city','Sun Prairie'),(81249,1883,'_shipping_state','WI'),(81250,1883,'_shipping_postcode','53590'),(81251,1883,'_shipping_country','US'),(81252,1883,'_order_currency','USD'),(81253,1883,'_cart_discount','0'),(81254,1883,'_cart_discount_tax','0'),(81255,1883,'_order_shipping','0'),(81256,1883,'_order_shipping_tax','0'),(81257,1883,'_order_tax','0'),(81258,1883,'_order_total','547.68'),(81259,1883,'_order_version','7.6.1'),(81260,1883,'_prices_include_tax','no'),(81261,1883,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(81262,1883,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(81264,1883,'is_vat_exempt','no'),(81265,1883,'Payment type','instant'),(81266,1883,'_paypal_status','completed'),(81267,1883,'_transaction_id','3NV08517KJ499023D'),(81268,1883,'PayPal Transaction Fee','19.60'),(81269,1883,'_date_paid','1683917854'),(81270,1883,'_paid_date','2023-05-12 18:57:34'),(81271,1884,'_order_key','wc_order_Z6PnXRQOBitRG'),(81272,1884,'_customer_user','79'),(81273,1884,'_payment_method','paypal'),(81274,1884,'_payment_method_title','PayPal'),(81275,1884,'_customer_ip_address','76.72.43.108'),(81276,1884,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(81277,1884,'_created_via','checkout'),(81278,1884,'_cart_hash','ef52de3ab51dc6cf15e9267a28792db0'),(81279,1884,'_download_permissions_granted','yes'),(81280,1884,'_recorded_sales','yes'),(81281,1884,'_recorded_coupon_usage_counts','yes'),(81282,1884,'_new_order_email_sent','true'),(81283,1884,'_order_stock_reduced','yes'),(81284,1884,'_billing_first_name','Shanna'),(81285,1884,'_billing_last_name','Castille'),(81286,1884,'_billing_address_1','1097 Hundley Rd'),(81287,1884,'_billing_city','Eunice'),(81288,1884,'_billing_state','LA'),(81289,1884,'_billing_postcode','70535'),(81290,1884,'_billing_country','US'),(81291,1884,'_billing_email','Shanna_sr09@yahoo.com'),(81292,1884,'_billing_phone','3374668998'),(81293,1884,'_shipping_first_name','Shanna'),(81294,1884,'_shipping_last_name','Castille'),(81295,1884,'_shipping_address_1','1097 Hundley Rd'),(81296,1884,'_shipping_city','eunice'),(81297,1884,'_shipping_state','LA'),(81298,1884,'_shipping_postcode','70535'),(81299,1884,'_shipping_country','US'),(81300,1884,'_order_currency','USD'),(81301,1884,'_cart_discount','0'),(81302,1884,'_cart_discount_tax','0'),(81303,1884,'_order_shipping','0'),(81304,1884,'_order_shipping_tax','0'),(81305,1884,'_order_tax','0'),(81306,1884,'_order_total','1077.64'),(81307,1884,'_order_version','7.6.1'),(81308,1884,'_prices_include_tax','no'),(81309,1884,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(81310,1884,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(81311,1884,'is_vat_exempt','no'),(81312,1884,'Payment type','instant'),(81313,1884,'_paypal_status','completed'),(81314,1884,'_transaction_id','2RU96663C16967932'),(81315,1884,'PayPal Transaction Fee','38.10'),(81316,1884,'_date_paid','1684017667'),(81317,1884,'_paid_date','2023-05-13 22:41:07'),(81318,1886,'_order_key','wc_order_ExM2AIlVcZsZg'),(81319,1886,'_customer_user','87'),(81320,1886,'_payment_method','paypal'),(81321,1886,'_payment_method_title','PayPal'),(81322,1886,'_customer_ip_address','108.219.84.84'),(81323,1886,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81324,1886,'_created_via','checkout'),(81325,1886,'_cart_hash','4353c6328d77301954f1666e4eb11430'),(81326,1886,'_download_permissions_granted','yes'),(81327,1886,'_recorded_sales','yes'),(81328,1886,'_recorded_coupon_usage_counts','yes'),(81329,1886,'_new_order_email_sent','true'),(81330,1886,'_order_stock_reduced','yes'),(81331,1886,'_billing_first_name','Wade'),(81332,1886,'_billing_last_name','Huntsman'),(81333,1886,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(81334,1886,'_billing_address_1','3421 E 21st'),(81335,1886,'_billing_city','Tulsa'),(81336,1886,'_billing_state','OK'),(81337,1886,'_billing_postcode','74114'),(81338,1886,'_billing_country','US'),(81339,1886,'_billing_email','info@liceclinicsmidsouth.com'),(81340,1886,'_billing_phone','9189783329'),(81341,1886,'_shipping_first_name','Logan'),(81342,1886,'_shipping_last_name','Futrell'),(81343,1886,'_shipping_company','Lice Clinics of America NWA'),(81344,1886,'_shipping_address_1','207 East Monroe Ave, Suite D'),(81345,1886,'_shipping_city','Lowell'),(81346,1886,'_shipping_state','AR'),(81347,1886,'_shipping_postcode','72745'),(81348,1886,'_shipping_country','US'),(81349,1886,'_order_currency','USD'),(81350,1886,'_cart_discount','0'),(81351,1886,'_cart_discount_tax','0'),(81352,1886,'_order_shipping','0'),(81353,1886,'_order_shipping_tax','0'),(81354,1886,'_order_tax','0'),(81355,1886,'_order_total','797.08'),(81356,1886,'_order_version','7.6.1'),(81357,1886,'_prices_include_tax','no'),(81358,1886,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(81359,1886,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(81360,1886,'is_vat_exempt','no'),(81361,1886,'Payment type','instant'),(81362,1886,'_paypal_status','completed'),(81363,1886,'_transaction_id','3C799364WV939822J'),(81364,1886,'PayPal Transaction Fee','28.31'),(81365,1886,'_date_paid','1684252550'),(81366,1886,'_paid_date','2023-05-16 15:55:50'),(81367,1887,'_order_key','wc_order_P7x0XRHHfouLk'),(81368,1887,'_customer_user','87'),(81369,1887,'_payment_method','paypal'),(81370,1887,'_payment_method_title','PayPal'),(81371,1887,'_customer_ip_address','108.219.84.84'),(81372,1887,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81373,1887,'_created_via','checkout'),(81374,1887,'_cart_hash','78cac873f87b957fca02fb2a66b9d722'),(81375,1887,'_download_permissions_granted','yes'),(81376,1887,'_recorded_sales','yes'),(81377,1887,'_recorded_coupon_usage_counts','yes'),(81378,1887,'_new_order_email_sent','true'),(81379,1887,'_order_stock_reduced','yes'),(81380,1887,'_billing_first_name','Wade'),(81381,1887,'_billing_last_name','Huntsman'),(81382,1887,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(81383,1887,'_billing_address_1','3421 E 21st'),(81384,1887,'_billing_city','Tulsa'),(81385,1887,'_billing_state','OK'),(81386,1887,'_billing_postcode','74114'),(81387,1887,'_billing_country','US'),(81388,1887,'_billing_email','info@liceclinicsmidsouth.com'),(81389,1887,'_billing_phone','9189783329'),(81390,1887,'_shipping_first_name','Katee'),(81391,1887,'_shipping_last_name','Morrison'),(81392,1887,'_shipping_company','Lice Clinics of America OKC'),(81393,1887,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(81394,1887,'_shipping_city','oklahoma city'),(81395,1887,'_shipping_state','OK'),(81396,1887,'_shipping_postcode','73118'),(81397,1887,'_shipping_country','US'),(81398,1887,'_order_currency','USD'),(81399,1887,'_cart_discount','0'),(81400,1887,'_cart_discount_tax','0'),(81401,1887,'_order_shipping','0'),(81402,1887,'_order_shipping_tax','0'),(81403,1887,'_order_tax','0'),(81404,1887,'_order_total','1019.25'),(81405,1887,'_order_version','7.6.1'),(81406,1887,'_prices_include_tax','no'),(81407,1887,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(81408,1887,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  oklahoma city OK 73118 US '),(81409,1887,'is_vat_exempt','no'),(81410,1887,'Payment type','instant'),(81411,1887,'_paypal_status','completed'),(81412,1887,'_transaction_id','59C42872JX181572R'),(81413,1887,'PayPal Transaction Fee','36.06'),(81414,1887,'_date_paid','1684253281'),(81415,1887,'_paid_date','2023-05-16 16:08:01'),(81416,1888,'_order_key','wc_order_0uGGxtemKJUVe'),(81417,1888,'_customer_user','87'),(81418,1888,'_payment_method','paypal'),(81419,1888,'_payment_method_title','PayPal'),(81420,1888,'_customer_ip_address','108.219.84.84'),(81421,1888,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81422,1888,'_created_via','checkout'),(81423,1888,'_cart_hash','d6729a611ff7119260472b901fc5770c'),(81424,1888,'_download_permissions_granted','yes'),(81425,1888,'_recorded_sales','yes'),(81426,1888,'_recorded_coupon_usage_counts','yes'),(81427,1888,'_new_order_email_sent','true'),(81428,1888,'_order_stock_reduced','yes'),(81429,1888,'_billing_first_name','Wade'),(81430,1888,'_billing_last_name','Huntsman'),(81431,1888,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(81432,1888,'_billing_address_1','3421 E 21st'),(81433,1888,'_billing_city','Tulsa'),(81434,1888,'_billing_state','OK'),(81435,1888,'_billing_postcode','74114'),(81436,1888,'_billing_country','US'),(81437,1888,'_billing_email','info@liceclinicsmidsouth.com'),(81438,1888,'_billing_phone','9189783329'),(81439,1888,'_shipping_first_name','Wade'),(81440,1888,'_shipping_last_name','Huntsman'),(81441,1888,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(81442,1888,'_shipping_address_1','3421 E 21st'),(81443,1888,'_shipping_city','Tulsa'),(81444,1888,'_shipping_state','OK'),(81445,1888,'_shipping_postcode','74114'),(81446,1888,'_shipping_country','US'),(81447,1888,'_order_currency','USD'),(81448,1888,'_cart_discount','0'),(81449,1888,'_cart_discount_tax','0'),(81450,1888,'_order_shipping','0'),(81451,1888,'_order_shipping_tax','0'),(81452,1888,'_order_tax','0'),(81453,1888,'_order_total','1001.01'),(81454,1888,'_order_version','7.6.1'),(81455,1888,'_prices_include_tax','no'),(81456,1888,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(81457,1888,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(81458,1888,'is_vat_exempt','no'),(81459,1888,'Payment type','instant'),(81460,1888,'_paypal_status','completed'),(81461,1888,'_transaction_id','85074536PP0413623'),(81462,1888,'PayPal Transaction Fee','35.43'),(81463,1888,'_date_paid','1684253657'),(81464,1888,'_paid_date','2023-05-16 16:14:17'),(81465,1889,'_order_key','wc_order_Tvg17Iyzrd3is'),(81466,1889,'_customer_user','0'),(81467,1889,'_payment_method','paypal'),(81468,1889,'_payment_method_title','PayPal'),(81469,1889,'_customer_ip_address','76.219.107.30'),(81470,1889,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81471,1889,'_created_via','checkout'),(81472,1889,'_cart_hash','cb66022676575587b2fb349c5ee3cf21'),(81473,1889,'_download_permissions_granted','yes'),(81474,1889,'_recorded_sales','yes'),(81475,1889,'_recorded_coupon_usage_counts','yes'),(81476,1889,'_new_order_email_sent','true'),(81477,1889,'_order_stock_reduced','yes'),(81478,1889,'_billing_first_name','Lee'),(81479,1889,'_billing_last_name','Rogers'),(81480,1889,'_billing_company','United States'),(81481,1889,'_billing_address_1','40 N Interstate 35'),(81482,1889,'_billing_address_2','APT 4B2'),(81483,1889,'_billing_city','Austin'),(81484,1889,'_billing_state','TX'),(81485,1889,'_billing_postcode','78701'),(81486,1889,'_billing_country','US'),(81487,1889,'_billing_email','leerogers3301@gmail.com'),(81488,1889,'_billing_phone','316-727-9951'),(81489,1889,'_shipping_first_name','Erica'),(81490,1889,'_shipping_last_name','Frogett'),(81491,1889,'_shipping_company','LCA Dublin'),(81492,1889,'_shipping_address_1','5910 Wilcox Place'),(81493,1889,'_shipping_address_2','Suite E'),(81494,1889,'_shipping_city','Dublin'),(81495,1889,'_shipping_state','OH'),(81496,1889,'_shipping_postcode','43016'),(81497,1889,'_shipping_country','US'),(81498,1889,'_order_currency','USD'),(81499,1889,'_cart_discount','0'),(81500,1889,'_cart_discount_tax','0'),(81501,1889,'_order_shipping','0'),(81502,1889,'_order_shipping_tax','0'),(81503,1889,'_order_tax','0'),(81504,1889,'_order_total','1255.43'),(81505,1889,'_order_version','7.6.1'),(81506,1889,'_prices_include_tax','no'),(81507,1889,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(81508,1889,'_shipping_address_index','Erica Frogett LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(81509,1889,'is_vat_exempt','no'),(81510,1889,'Payment type','instant'),(81511,1889,'_paypal_status','completed'),(81512,1889,'_transaction_id','4EV22338EE004600G'),(81513,1889,'PayPal Transaction Fee','44.30'),(81514,1889,'_date_paid','1684266483'),(81515,1889,'_paid_date','2023-05-16 19:48:03'),(81516,1890,'_order_key','wc_order_9XGSyOqyANFZ8'),(81517,1890,'_customer_user','76'),(81518,1890,'_payment_method','paypal'),(81519,1890,'_payment_method_title','PayPal'),(81520,1890,'_customer_ip_address','146.115.131.163'),(81521,1890,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(81522,1890,'_created_via','checkout'),(81523,1890,'_cart_hash','b6ad60bc7884dac2a78e9558ca33d502'),(81524,1890,'_download_permissions_granted','yes'),(81525,1890,'_recorded_sales','yes'),(81526,1890,'_recorded_coupon_usage_counts','yes'),(81527,1890,'_new_order_email_sent','true'),(81528,1890,'_order_stock_reduced','yes'),(81529,1890,'_billing_first_name','Naomi'),(81530,1890,'_billing_last_name','Golden'),(81531,1890,'_billing_address_1','31 Mann Ave'),(81532,1890,'_billing_city','Needham'),(81533,1890,'_billing_state','MA'),(81534,1890,'_billing_postcode','02492'),(81535,1890,'_billing_country','US'),(81536,1890,'_billing_email','nrgolden6486@gmail.com'),(81537,1890,'_billing_phone','617-851-1322'),(81538,1890,'_shipping_first_name','Naomi'),(81539,1890,'_shipping_last_name','Golden'),(81540,1890,'_shipping_company','Lice Aunties'),(81541,1890,'_shipping_address_1','1349 Centre Street'),(81542,1890,'_shipping_address_2','Suite 3 - Enter on Trowbridge St'),(81543,1890,'_shipping_city','Newton'),(81544,1890,'_shipping_state','MA'),(81545,1890,'_shipping_postcode','02459'),(81546,1890,'_shipping_country','US'),(81547,1890,'_order_currency','USD'),(81548,1890,'_cart_discount','0'),(81549,1890,'_cart_discount_tax','0'),(81550,1890,'_order_shipping','0'),(81551,1890,'_order_shipping_tax','0'),(81552,1890,'_order_tax','0'),(81553,1890,'_order_total','601.72'),(81554,1890,'_order_version','7.6.1'),(81555,1890,'_prices_include_tax','no'),(81556,1890,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(81557,1890,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 - Enter on Trowbridge St Newton MA 02459 US '),(81558,1890,'is_vat_exempt','no'),(81559,1890,'Payment type','instant'),(81560,1890,'_paypal_status','completed'),(81561,1890,'_transaction_id','4W0502515E082962A'),(81562,1890,'PayPal Transaction Fee','21.49'),(81563,1890,'_date_paid','1684275112'),(81564,1890,'_paid_date','2023-05-16 22:11:52'),(81565,1891,'_order_key','wc_order_rq9Yf4yNkEdDq'),(81566,1891,'_customer_user','3'),(81567,1891,'_payment_method','paypal'),(81568,1891,'_payment_method_title','PayPal'),(81569,1891,'_customer_ip_address','70.142.202.154'),(81570,1891,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(81571,1891,'_created_via','checkout'),(81572,1891,'_cart_hash','ce62082611de8ccf430377f8f5298831'),(81573,1891,'_download_permissions_granted','yes'),(81574,1891,'_recorded_sales','yes'),(81575,1891,'_recorded_coupon_usage_counts','yes'),(81576,1891,'_new_order_email_sent','true'),(81577,1891,'_order_stock_reduced','yes'),(81578,1891,'_billing_first_name','Amanda'),(81579,1891,'_billing_last_name','Westerman'),(81580,1891,'_billing_company','Lice Clinics of America McKinney'),(81581,1891,'_billing_address_1','3120 Hudson Crossing'),(81582,1891,'_billing_address_2','Suite A2'),(81583,1891,'_billing_city','MCKINNEY'),(81584,1891,'_billing_state','TX'),(81585,1891,'_billing_postcode','75070'),(81586,1891,'_billing_country','US'),(81587,1891,'_billing_email','awesterman1103@gmail.com'),(81588,1891,'_billing_phone','2144175741'),(81589,1891,'_shipping_first_name','AMANDA'),(81590,1891,'_shipping_last_name','Westerman'),(81591,1891,'_shipping_company','Lice Clinics of America'),(81592,1891,'_shipping_address_1','1709 Damian Way'),(81593,1891,'_shipping_city','Richardson'),(81594,1891,'_shipping_state','TX'),(81595,1891,'_shipping_postcode','75081'),(81596,1891,'_shipping_country','US'),(81597,1891,'_order_currency','USD'),(81598,1891,'_cart_discount','0'),(81599,1891,'_cart_discount_tax','0'),(81600,1891,'_order_shipping','0'),(81601,1891,'_order_shipping_tax','0'),(81602,1891,'_order_tax','0'),(81603,1891,'_order_total','1097.47'),(81604,1891,'_order_version','7.6.1'),(81605,1891,'_prices_include_tax','no'),(81606,1891,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(81607,1891,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(81608,1891,'is_vat_exempt','no'),(81609,1891,'Payment type','instant'),(81610,1891,'_paypal_status','completed'),(81611,1891,'_transaction_id','4JM093508S7781812'),(81612,1891,'PayPal Transaction Fee','38.79'),(81613,1891,'_date_paid','1684277979'),(81614,1891,'_paid_date','2023-05-16 22:59:39'),(81615,1892,'_order_key','wc_order_L6jCCFjQQQiE4'),(81616,1892,'_customer_user','3'),(81617,1892,'_payment_method','paypal'),(81618,1892,'_payment_method_title','PayPal'),(81619,1892,'_customer_ip_address','70.142.202.154'),(81620,1892,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(81621,1892,'_created_via','checkout'),(81622,1892,'_cart_hash','3d05b4a0248bd037d80addaca07a9be4'),(81623,1892,'_download_permissions_granted','yes'),(81624,1892,'_recorded_sales','yes'),(81625,1892,'_recorded_coupon_usage_counts','yes'),(81626,1892,'_new_order_email_sent','true'),(81627,1892,'_order_stock_reduced','yes'),(81628,1892,'_billing_first_name','Amanda'),(81629,1892,'_billing_last_name','Westerman'),(81630,1892,'_billing_company','Lice Clinics of America McKinney'),(81631,1892,'_billing_address_1','3120 Hudson Crossing'),(81632,1892,'_billing_address_2','Suite A2'),(81633,1892,'_billing_city','MCKINNEY'),(81634,1892,'_billing_state','TX'),(81635,1892,'_billing_postcode','75070'),(81636,1892,'_billing_country','US'),(81637,1892,'_billing_email','awesterman1103@gmail.com'),(81638,1892,'_billing_phone','2144175741'),(81639,1892,'_shipping_first_name','Amanda'),(81640,1892,'_shipping_last_name','Westerman'),(81641,1892,'_shipping_company','Lice Clinics of America McKinney'),(81642,1892,'_shipping_address_1','3120 Hudson Crossing'),(81643,1892,'_shipping_address_2','Suite A2'),(81644,1892,'_shipping_city','MCKINNEY'),(81645,1892,'_shipping_state','TX'),(81646,1892,'_shipping_postcode','75070'),(81647,1892,'_shipping_country','US'),(81648,1892,'_order_currency','USD'),(81649,1892,'_cart_discount','0'),(81650,1892,'_cart_discount_tax','0'),(81651,1892,'_order_shipping','0'),(81652,1892,'_order_shipping_tax','0'),(81653,1892,'_order_tax','0'),(81654,1892,'_order_total','1513.00'),(81655,1892,'_order_version','7.6.1'),(81656,1892,'_prices_include_tax','no'),(81657,1892,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(81658,1892,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(81659,1892,'is_vat_exempt','no'),(81660,1892,'Payment type','instant'),(81661,1892,'_paypal_status','completed'),(81662,1892,'_transaction_id','04G73415CB363881R'),(81663,1892,'PayPal Transaction Fee','53.29'),(81664,1892,'_date_paid','1684279379'),(81665,1892,'_paid_date','2023-05-16 23:22:59'),(81666,1889,'_edit_lock','1684337678:2'),(81667,1889,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239158\";s:12:\"date_shipped\";s:10:\"1684281600\";s:11:\"tracking_id\";s:32:\"d1704b69ffec375c2b1d88f8e80d07fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239147\";s:12:\"date_shipped\";i:1684337799;s:11:\"tracking_id\";s:32:\"d8cdf8ab710d801512f797af14a4affe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239136\";s:12:\"date_shipped\";i:1684337805;s:11:\"tracking_id\";s:32:\"68c03be52e94e855572e68c2e97cb420\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239125\";s:12:\"date_shipped\";i:1684337809;s:11:\"tracking_id\";s:32:\"47ab30c2f47623d79660b93d8c1d5750\";}}'),(81668,1889,'_edit_last','2'),(81669,1889,'_date_completed','1684337813'),(81670,1889,'_completed_date','2023-05-17 15:36:53'),(81671,1893,'_order_key','wc_order_Bag9zhreXakk1'),(81672,1893,'_customer_user','87'),(81673,1893,'_payment_method','paypal'),(81674,1893,'_payment_method_title','PayPal'),(81675,1893,'_customer_ip_address','68.0.99.237'),(81676,1893,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81677,1893,'_created_via','checkout'),(81678,1893,'_cart_hash','8310f3750d15695da1bf0b43567ebd45'),(81679,1893,'_download_permissions_granted','yes'),(81680,1893,'_recorded_sales','yes'),(81681,1893,'_recorded_coupon_usage_counts','yes'),(81682,1893,'_new_order_email_sent','true'),(81683,1893,'_order_stock_reduced','yes'),(81684,1893,'_billing_first_name','Wade'),(81685,1893,'_billing_last_name','Huntsman'),(81686,1893,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(81687,1893,'_billing_address_1','3421 E 21st'),(81688,1893,'_billing_city','Tulsa'),(81689,1893,'_billing_state','OK'),(81690,1893,'_billing_postcode','74114'),(81691,1893,'_billing_country','US'),(81692,1893,'_billing_email','info@liceclinicsmidsouth.com'),(81693,1893,'_billing_phone','9189783329'),(81694,1893,'_shipping_first_name','Tiffany'),(81695,1893,'_shipping_last_name','Sporn'),(81696,1893,'_shipping_address_1','16621 West 29th Street North'),(81697,1893,'_shipping_city','Colwich'),(81698,1893,'_shipping_state','KS'),(81699,1893,'_shipping_postcode','67030'),(81700,1893,'_shipping_country','US'),(81701,1893,'_order_currency','USD'),(81702,1893,'_cart_discount','0'),(81703,1893,'_cart_discount_tax','0'),(81704,1893,'_order_shipping','0'),(81705,1893,'_order_shipping_tax','0'),(81706,1893,'_order_tax','0'),(81707,1893,'_order_total','503.66'),(81708,1893,'_order_version','7.6.1'),(81709,1893,'_prices_include_tax','no'),(81710,1893,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(81711,1893,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(81712,1893,'is_vat_exempt','no'),(81713,1893,'Payment type','instant'),(81714,1893,'_paypal_status','completed'),(81715,1893,'_transaction_id','4SD11826VK233082M'),(81716,1893,'PayPal Transaction Fee','18.07'),(81717,1893,'_date_paid','1684344492'),(81718,1893,'_paid_date','2023-05-17 17:28:12'),(81719,1892,'_edit_lock','1684351197:2'),(81720,1892,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239309\";s:12:\"date_shipped\";s:10:\"1684281600\";s:11:\"tracking_id\";s:32:\"7a6b5918b79a21a72d2c7c23bc4bd66b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239294\";s:12:\"date_shipped\";i:1684351296;s:11:\"tracking_id\";s:32:\"147571a289ab5c9fe7afb887ca3de1a1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239283\";s:12:\"date_shipped\";i:1684351303;s:11:\"tracking_id\";s:32:\"ad14984a07f666c203fca9143cc20f8b\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239272\";s:12:\"date_shipped\";i:1684351308;s:11:\"tracking_id\";s:32:\"1fc80ac6ecf4979418591a7efb542edb\";}}'),(81721,1892,'_edit_last','2'),(81722,1892,'_date_completed','1684351312'),(81723,1892,'_completed_date','2023-05-17 19:21:52'),(81724,1893,'_edit_lock','1684362515:2'),(81725,1893,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239434\";s:12:\"date_shipped\";s:10:\"1684281600\";s:11:\"tracking_id\";s:32:\"2c4c851288eea070427c7a626a2d86f4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239423\";s:12:\"date_shipped\";i:1684362636;s:11:\"tracking_id\";s:32:\"62b356c53a82d69d17d984079a141a52\";}}'),(81726,1893,'_edit_last','2'),(81727,1893,'_date_completed','1684362639'),(81728,1893,'_completed_date','2023-05-17 22:30:39'),(81729,1894,'_order_key','wc_order_XbUQoVMbQzdDV'),(81730,1894,'_customer_user','96'),(81731,1894,'_payment_method','paypal'),(81732,1894,'_payment_method_title','PayPal'),(81733,1894,'_customer_ip_address','166.181.80.202'),(81734,1894,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42'),(81735,1894,'_created_via','checkout'),(81736,1894,'_cart_hash','aa0f29db0f5a7bd4cee764d9213cd1d4'),(81737,1894,'_download_permissions_granted','yes'),(81738,1894,'_recorded_sales','yes'),(81739,1894,'_recorded_coupon_usage_counts','yes'),(81740,1894,'_new_order_email_sent','true'),(81741,1894,'_order_stock_reduced','yes'),(81742,1894,'_billing_first_name','Jaimi'),(81743,1894,'_billing_last_name','Anderson'),(81744,1894,'_billing_company','Lice Clinics of America - Des Moines'),(81745,1894,'_billing_address_1','1139 Burlington Ter'),(81746,1894,'_billing_city','Des Moines'),(81747,1894,'_billing_state','IA'),(81748,1894,'_billing_postcode','50314'),(81749,1894,'_billing_country','US'),(81750,1894,'_billing_email','j.m.licesolutions@gmail.com'),(81751,1894,'_billing_phone','515-971-0667'),(81752,1894,'_shipping_first_name','Jaimi'),(81753,1894,'_shipping_last_name','Anderson'),(81754,1894,'_shipping_address_1','1139 Burlington Terrace'),(81755,1894,'_shipping_city','Des Moines'),(81756,1894,'_shipping_state','IA'),(81757,1894,'_shipping_postcode','50314'),(81758,1894,'_shipping_country','US'),(81759,1894,'_order_currency','USD'),(81760,1894,'_cart_discount','0'),(81761,1894,'_cart_discount_tax','0'),(81762,1894,'_order_shipping','0'),(81763,1894,'_order_shipping_tax','0'),(81764,1894,'_order_tax','0'),(81765,1894,'_order_total','538.38'),(81766,1894,'_order_version','7.6.1'),(81767,1894,'_prices_include_tax','no'),(81768,1894,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(81769,1894,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(81770,1894,'is_vat_exempt','no'),(81771,1894,'Payment type','instant'),(81772,1894,'_paypal_status','completed'),(81773,1894,'_transaction_id','8WJ417879S836523G'),(81774,1894,'PayPal Transaction Fee','19.28'),(81775,1894,'_date_paid','1684374066'),(81776,1894,'_paid_date','2023-05-18 01:41:06'),(81777,1883,'_edit_lock','1684424876:2'),(81778,1884,'_edit_lock','1684424920:2'),(81779,1886,'_edit_lock','1684424958:2'),(81780,1887,'_edit_lock','1684425007:2'),(81781,1888,'_edit_lock','1684425054:2'),(81782,1890,'_edit_lock','1684425090:2'),(81783,1891,'_edit_lock','1684425137:2'),(81784,1883,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238699\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"7667e5acac4959095879e6112d6327be\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238703\";s:12:\"date_shipped\";i:1684425013;s:11:\"tracking_id\";s:32:\"e1838d6a52aa5fc28d17cc6ebf239758\";}}'),(81785,1883,'_edit_last','2'),(81786,1883,'_date_completed','1684425016'),(81787,1883,'_completed_date','2023-05-18 15:50:16'),(81788,1884,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238677\";s:12:\"date_shipped\";i:1684425045;s:11:\"tracking_id\";s:32:\"ef21bac1938528860472fdb7ce16fc2b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238666\";s:12:\"date_shipped\";i:1684425051;s:11:\"tracking_id\";s:32:\"a1c5dd6b0ea87de402b4a47860c91dfe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238688\";s:12:\"date_shipped\";i:1684425056;s:11:\"tracking_id\";s:32:\"5ad60c0adcbe3610b08280f0401c26bc\";}}'),(81789,1884,'_edit_last','2'),(81790,1884,'_date_completed','1684425058'),(81791,1884,'_completed_date','2023-05-18 15:50:58'),(81792,1886,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238942\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"df3a80a6c70e66ed14c60dd2bbcedbe7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238953\";s:12:\"date_shipped\";i:1684425087;s:11:\"tracking_id\";s:32:\"1797027be773911f7c8df6c577b6c3f6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238964\";s:12:\"date_shipped\";i:1684425092;s:11:\"tracking_id\";s:32:\"58f998f312f5f538a54c38a6d6de5dd8\";}}'),(81793,1886,'_edit_last','2'),(81794,1886,'_date_completed','1684425097'),(81795,1886,'_completed_date','2023-05-18 15:51:37'),(81796,1887,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239022\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"136993769dc0a53715be12531280c0ac\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239033\";s:12:\"date_shipped\";i:1684425127;s:11:\"tracking_id\";s:32:\"c2fd6ad3982ba5969c472ecf164aa1c2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239044\";s:12:\"date_shipped\";i:1684425134;s:11:\"tracking_id\";s:32:\"e70e0e37dc2e636286c3b92318e9faf5\";}}'),(81797,1887,'_edit_last','2'),(81798,1887,'_date_completed','1684425142'),(81799,1887,'_completed_date','2023-05-18 15:52:22'),(81800,1888,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830238997\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"5ccf40db4b7b754120f3027b3d3d0e7e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239000\";s:12:\"date_shipped\";i:1684425173;s:11:\"tracking_id\";s:32:\"d097ff483a63453c826d5d28cc821370\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239011\";s:12:\"date_shipped\";i:1684425179;s:11:\"tracking_id\";s:32:\"e803d8d5996270e32f3ebb7447b60ffa\";}}'),(81801,1888,'_edit_last','2'),(81802,1888,'_date_completed','1684425184'),(81803,1888,'_completed_date','2023-05-18 15:53:04'),(81804,1890,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239180\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"8b69ffd80f93ca374ff13942c0482d26\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239191\";s:12:\"date_shipped\";i:1684425221;s:11:\"tracking_id\";s:32:\"89da4594d5ae86ccaacbb2ba5ea866e5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239206\";s:12:\"date_shipped\";i:1684425227;s:11:\"tracking_id\";s:32:\"77f19e71a6a2a305e3811e6c3e65815a\";}}'),(81805,1890,'_edit_last','2'),(81806,1890,'_date_completed','1684425228'),(81807,1890,'_completed_date','2023-05-18 15:53:48'),(81808,1891,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239217\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"7749343cfce7ef244e6606d7bbc32203\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239228\";s:12:\"date_shipped\";i:1684425261;s:11:\"tracking_id\";s:32:\"09f54fe3a184a0d6cb6a34dd6b5b968f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239239\";s:12:\"date_shipped\";i:1684425267;s:11:\"tracking_id\";s:32:\"b86039ef730dc63547db9743a72cd38a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239240\";s:12:\"date_shipped\";i:1684425273;s:11:\"tracking_id\";s:32:\"d5030e76a704cd558374c8465f65ffe8\";}}'),(81809,1891,'_edit_last','2'),(81810,1891,'_date_completed','1684425276'),(81811,1891,'_completed_date','2023-05-18 15:54:36'),(81812,1895,'_order_key','wc_order_qHthtBDxEBPkD'),(81813,1895,'_customer_user','6'),(81814,1895,'_payment_method','paypal'),(81815,1895,'_payment_method_title','PayPal'),(81816,1895,'_customer_ip_address','98.244.29.91'),(81817,1895,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81818,1895,'_created_via','checkout'),(81819,1895,'_cart_hash','27351f7bc6d07b0e1362b0e570b7f57d'),(81820,1895,'_download_permissions_granted','yes'),(81821,1895,'_recorded_sales','yes'),(81822,1895,'_recorded_coupon_usage_counts','yes'),(81823,1895,'_new_order_email_sent','true'),(81824,1895,'_order_stock_reduced','yes'),(81825,1895,'_billing_first_name','Amira'),(81826,1895,'_billing_last_name','Purto'),(81827,1895,'_billing_address_1','2628 Acapulco Way'),(81828,1895,'_billing_city','Modesto'),(81829,1895,'_billing_state','CA'),(81830,1895,'_billing_postcode','95355'),(81831,1895,'_billing_country','US'),(81832,1895,'_billing_email','amira77@sbcglobal.net'),(81833,1895,'_billing_phone','2096422061'),(81834,1895,'_shipping_first_name','Amira'),(81835,1895,'_shipping_last_name','Purto'),(81836,1895,'_shipping_address_1','2628 Acapulco Way'),(81837,1895,'_shipping_city','Modesto'),(81838,1895,'_shipping_state','CA'),(81839,1895,'_shipping_postcode','95355'),(81840,1895,'_shipping_country','US'),(81841,1895,'_order_currency','USD'),(81842,1895,'_cart_discount','0'),(81843,1895,'_cart_discount_tax','0'),(81844,1895,'_order_shipping','0'),(81845,1895,'_order_shipping_tax','0'),(81846,1895,'_order_tax','0'),(81847,1895,'_order_total','1050.18'),(81848,1895,'_order_version','7.7.0'),(81849,1895,'_prices_include_tax','no'),(81850,1895,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(81851,1895,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(81852,1895,'is_vat_exempt','no'),(81853,1895,'Payment type','instant'),(81854,1895,'_paypal_status','completed'),(81855,1895,'_transaction_id','4S608894HJ050993N'),(81856,1895,'PayPal Transaction Fee','37.14'),(81857,1895,'_date_paid','1684427491'),(81858,1895,'_paid_date','2023-05-18 16:31:31'),(81859,1896,'_order_key','wc_order_lR5n9so9LmeB6'),(81860,1896,'_customer_user','6'),(81861,1896,'_payment_method','paypal'),(81862,1896,'_payment_method_title','PayPal'),(81863,1896,'_customer_ip_address','98.244.29.91'),(81864,1896,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(81865,1896,'_created_via','checkout'),(81866,1896,'_cart_hash','01ae8e755bc96e57dd4391a4b14dadc7'),(81867,1896,'_download_permissions_granted','yes'),(81868,1896,'_recorded_sales','yes'),(81869,1896,'_recorded_coupon_usage_counts','yes'),(81870,1896,'_new_order_email_sent','true'),(81871,1896,'_order_stock_reduced','yes'),(81872,1896,'_billing_first_name','Amira'),(81873,1896,'_billing_last_name','Purto'),(81874,1896,'_billing_address_1','2628 Acapulco Way'),(81875,1896,'_billing_city','Modesto'),(81876,1896,'_billing_state','CA'),(81877,1896,'_billing_postcode','95355'),(81878,1896,'_billing_country','US'),(81879,1896,'_billing_email','amira77@sbcglobal.net'),(81880,1896,'_billing_phone','2096422061'),(81881,1896,'_shipping_first_name','Amira'),(81882,1896,'_shipping_last_name','Purto'),(81883,1896,'_shipping_address_1','2628 Acapulco Way'),(81884,1896,'_shipping_city','Modesto'),(81885,1896,'_shipping_state','CA'),(81886,1896,'_shipping_postcode','95355'),(81887,1896,'_shipping_country','US'),(81888,1896,'_order_currency','USD'),(81889,1896,'_cart_discount','0'),(81890,1896,'_cart_discount_tax','0'),(81891,1896,'_order_shipping','0'),(81892,1896,'_order_shipping_tax','0'),(81893,1896,'_order_tax','0'),(81894,1896,'_order_total','1077.07'),(81895,1896,'_order_version','7.6.1'),(81896,1896,'_prices_include_tax','no'),(81897,1896,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(81898,1896,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(81899,1896,'is_vat_exempt','no'),(81900,1896,'Payment type','instant'),(81901,1896,'_paypal_status','completed'),(81902,1896,'_transaction_id','6WJ76728RH579532A'),(81903,1896,'PayPal Transaction Fee','38.08'),(81904,1896,'_date_paid','1684427674'),(81905,1896,'_paid_date','2023-05-18 16:34:34'),(81906,1897,'_order_key','wc_order_fDbkW3QWbHTPG'),(81907,1897,'_customer_user','15'),(81908,1897,'_payment_method','paypal'),(81909,1897,'_payment_method_title','PayPal'),(81910,1897,'_customer_ip_address','75.86.212.177'),(81911,1897,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(81912,1897,'_created_via','checkout'),(81913,1897,'_cart_hash','783d04ccdda086505c0d9d23c5071acf'),(81914,1897,'_download_permissions_granted','yes'),(81915,1897,'_recorded_sales','yes'),(81916,1897,'_recorded_coupon_usage_counts','yes'),(81917,1897,'_new_order_email_sent','true'),(81918,1897,'_order_stock_reduced','yes'),(81919,1897,'_billing_first_name','Andrea'),(81920,1897,'_billing_last_name','Florsheim'),(81921,1897,'_billing_company','Lice Clincs of America'),(81922,1897,'_billing_address_1','11506 N Creekside Ct'),(81923,1897,'_billing_city','Mequon'),(81924,1897,'_billing_state','WI'),(81925,1897,'_billing_postcode','53092'),(81926,1897,'_billing_country','US'),(81927,1897,'_billing_email','andrea@liceclinicscentral.com'),(81928,1897,'_billing_phone','4143354315'),(81929,1897,'_shipping_first_name','Andrea'),(81930,1897,'_shipping_last_name','Florsheim'),(81931,1897,'_shipping_company','Lice Clincs of America'),(81932,1897,'_shipping_address_1','11506 N Creekside Ct'),(81933,1897,'_shipping_city','Mequon'),(81934,1897,'_shipping_state','WI'),(81935,1897,'_shipping_postcode','53092'),(81936,1897,'_shipping_country','US'),(81937,1897,'_order_currency','USD'),(81938,1897,'_cart_discount','0'),(81939,1897,'_cart_discount_tax','0'),(81940,1897,'_order_shipping','28.31'),(81941,1897,'_order_shipping_tax','0'),(81942,1897,'_order_tax','0'),(81943,1897,'_order_total','308.31'),(81944,1897,'_order_version','7.6.1'),(81945,1897,'_prices_include_tax','no'),(81946,1897,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(81947,1897,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US '),(81948,1897,'is_vat_exempt','no'),(81949,1897,'Payment type','instant'),(81950,1897,'_paypal_status','completed'),(81951,1897,'_transaction_id','94W7636034415472D'),(81952,1897,'PayPal Transaction Fee','11.25'),(81953,1897,'_date_paid','1684432051'),(81954,1897,'_paid_date','2023-05-18 17:47:31'),(81955,1894,'_edit_lock','1684433342:2'),(81956,1894,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239537\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"9e5ce7a7082169212e89148bf6d4ccdf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239526\";s:12:\"date_shipped\";i:1684432269;s:11:\"tracking_id\";s:32:\"01fd072b8f23c486e84eb03b3801eeba\";}}'),(81957,1894,'_edit_last','2'),(81958,1894,'_date_completed','1684432271'),(81959,1894,'_completed_date','2023-05-18 17:51:11'),(81960,1897,'_edit_lock','1685554780:2'),(81961,1897,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239607\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"2988da8959722c01ca61a68b62dd0fc3\";}}'),(81962,1897,'_edit_last','2'),(81963,1897,'_date_completed','1684443118'),(81964,1897,'_completed_date','2023-05-18 20:51:58'),(81965,1896,'_edit_lock','1684443368:2'),(81966,1896,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239560\";s:12:\"date_shipped\";s:10:\"1684368000\";s:11:\"tracking_id\";s:32:\"f76492ef72f6267d3e3d23ee71d54253\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239559\";s:12:\"date_shipped\";i:1684443349;s:11:\"tracking_id\";s:32:\"9d41fdc814ab784c35d7f47936a8ad73\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239548\";s:12:\"date_shipped\";i:1684443358;s:11:\"tracking_id\";s:32:\"84137619bb7f96a1fb7da1b335c1d672\";}}'),(81967,1896,'_edit_last','2'),(81968,1896,'_date_completed','1684443364'),(81969,1896,'_completed_date','2023-05-18 20:56:04'),(81970,1898,'_order_key','wc_order_D6IJ6pC7SlnYQ'),(81971,1898,'_customer_user','94'),(81972,1898,'_payment_method','paypal'),(81973,1898,'_payment_method_title','PayPal'),(81974,1898,'_customer_ip_address','99.56.189.117'),(81975,1898,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.35'),(81976,1898,'_created_via','checkout'),(81977,1898,'_cart_hash','f007f449f3d74f242487ca0452310d95'),(81978,1898,'_download_permissions_granted','yes'),(81979,1898,'_recorded_sales','yes'),(81980,1898,'_recorded_coupon_usage_counts','yes'),(81981,1898,'_new_order_email_sent','true'),(81982,1898,'_order_stock_reduced','yes'),(81983,1898,'_billing_first_name','Dacy'),(81984,1898,'_billing_last_name','Hitt'),(81985,1898,'_billing_address_1','8850 Penbrooke ct'),(81986,1898,'_billing_city','Cumming'),(81987,1898,'_billing_state','GA'),(81988,1898,'_billing_postcode','30028'),(81989,1898,'_billing_country','US'),(81990,1898,'_billing_email','dacy1016@gmail.com'),(81991,1898,'_billing_phone','7705965455'),(81992,1898,'_shipping_first_name','Dacy'),(81993,1898,'_shipping_last_name','Hitt'),(81994,1898,'_shipping_address_1','102 Mary Alice Park rd'),(81995,1898,'_shipping_address_2','Suite 503'),(81996,1898,'_shipping_city','Cumming'),(81997,1898,'_shipping_state','GA'),(81998,1898,'_shipping_postcode','30040'),(81999,1898,'_shipping_country','US'),(82000,1898,'_order_currency','USD'),(82001,1898,'_cart_discount','0'),(82002,1898,'_cart_discount_tax','0'),(82003,1898,'_order_shipping','49.85'),(82004,1898,'_order_shipping_tax','0'),(82005,1898,'_order_tax','0'),(82006,1898,'_order_total','1220.53'),(82007,1898,'_order_version','7.6.1'),(82008,1898,'_prices_include_tax','no'),(82009,1898,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(82010,1898,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(82011,1898,'is_vat_exempt','no'),(82012,1898,'Payment type','instant'),(82013,1898,'_paypal_status','completed'),(82014,1898,'_transaction_id','52L16636DJ422002F'),(82015,1898,'PayPal Transaction Fee','43.09'),(82016,1898,'_date_paid','1684446986'),(82017,1898,'_paid_date','2023-05-18 21:56:26'),(82018,1899,'_order_key','wc_order_kiikjKJ4Svgqt'),(82019,1899,'_customer_user','47'),(82020,1899,'_payment_method','paypal'),(82021,1899,'_payment_method_title','PayPal'),(82022,1899,'_customer_ip_address','97.77.63.57'),(82023,1899,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(82024,1899,'_created_via','checkout'),(82025,1899,'_cart_hash','7fb14871779e77335a6af4cc99ea4de2'),(82026,1899,'_download_permissions_granted','yes'),(82027,1899,'_recorded_sales','yes'),(82028,1899,'_recorded_coupon_usage_counts','yes'),(82029,1899,'_new_order_email_sent','true'),(82030,1899,'_order_stock_reduced','yes'),(82031,1899,'_billing_first_name','Tracy'),(82032,1899,'_billing_last_name','Copeland'),(82033,1899,'_billing_company','LCA SA EAST'),(82034,1899,'_billing_address_1','14223 Silverhollow'),(82035,1899,'_billing_city','San Antonio'),(82036,1899,'_billing_state','TX'),(82037,1899,'_billing_postcode','78232'),(82038,1899,'_billing_country','US'),(82039,1899,'_billing_email','info@liceclinicsofsanantonio.com'),(82040,1899,'_billing_phone','2103135033'),(82041,1899,'_shipping_first_name','Tracy'),(82042,1899,'_shipping_last_name','Copeland'),(82043,1899,'_shipping_company','LCA SA EAST'),(82044,1899,'_shipping_address_1','14223 Silverhollow'),(82045,1899,'_shipping_city','San Antonio'),(82046,1899,'_shipping_state','TX'),(82047,1899,'_shipping_postcode','78232'),(82048,1899,'_shipping_country','US'),(82049,1899,'_order_currency','USD'),(82050,1899,'_cart_discount','0'),(82051,1899,'_cart_discount_tax','0'),(82052,1899,'_order_shipping','0'),(82053,1899,'_order_shipping_tax','0'),(82054,1899,'_order_tax','0'),(82055,1899,'_order_total','906.36'),(82056,1899,'_order_version','7.6.1'),(82057,1899,'_prices_include_tax','no'),(82058,1899,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(82059,1899,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(82060,1899,'is_vat_exempt','no'),(82061,1899,'Payment type','instant'),(82062,1899,'_paypal_status','completed'),(82063,1899,'_transaction_id','3F664070W4427084H'),(82064,1899,'PayPal Transaction Fee','32.12'),(82065,1899,'_date_paid','1684509257'),(82066,1899,'_paid_date','2023-05-19 15:14:17'),(82067,1900,'_order_key','wc_order_SS0bGMzHSsmM1'),(82068,1900,'_customer_user','47'),(82069,1900,'_payment_method','paypal'),(82070,1900,'_payment_method_title','PayPal'),(82071,1900,'_customer_ip_address','97.77.63.57'),(82072,1900,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(82073,1900,'_created_via','checkout'),(82074,1900,'_cart_hash','b6e8d132c06236738d2f028da4a157a8'),(82075,1900,'_download_permissions_granted','yes'),(82076,1900,'_recorded_sales','yes'),(82077,1900,'_recorded_coupon_usage_counts','yes'),(82078,1900,'_new_order_email_sent','true'),(82079,1900,'_order_stock_reduced','yes'),(82080,1900,'_billing_first_name','Tracy'),(82081,1900,'_billing_last_name','Copeland'),(82082,1900,'_billing_company','LCA SA WEST'),(82083,1900,'_billing_address_1','14223 Silverhollow'),(82084,1900,'_billing_city','San Antonio'),(82085,1900,'_billing_state','TX'),(82086,1900,'_billing_postcode','78232'),(82087,1900,'_billing_country','US'),(82088,1900,'_billing_email','info@liceclinicsofsanantonio.com'),(82089,1900,'_billing_phone','2103135033'),(82090,1900,'_shipping_first_name','Tracy'),(82091,1900,'_shipping_last_name','Copeland'),(82092,1900,'_shipping_company','LCA SA WEST'),(82093,1900,'_shipping_address_1','14223 Silverhollow'),(82094,1900,'_shipping_city','San Antonio'),(82095,1900,'_shipping_state','TX'),(82096,1900,'_shipping_postcode','78232'),(82097,1900,'_shipping_country','US'),(82098,1900,'_order_currency','USD'),(82099,1900,'_cart_discount','0'),(82100,1900,'_cart_discount_tax','0'),(82101,1900,'_order_shipping','0'),(82102,1900,'_order_shipping_tax','0'),(82103,1900,'_order_tax','0'),(82104,1900,'_order_total','1271.42'),(82105,1900,'_order_version','7.6.1'),(82106,1900,'_prices_include_tax','no'),(82107,1900,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(82108,1900,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(82109,1900,'is_vat_exempt','no'),(82110,1900,'Payment type','instant'),(82111,1900,'_paypal_status','completed'),(82112,1900,'_transaction_id','1SG01787W1974335N'),(82113,1900,'PayPal Transaction Fee','44.86'),(82114,1900,'_date_paid','1684509674'),(82115,1900,'_paid_date','2023-05-19 15:21:14'),(82116,1901,'_order_key','wc_order_gqeTvenghR7jR'),(82117,1901,'_customer_user','82'),(82118,1901,'_payment_method','paypal'),(82119,1901,'_payment_method_title','PayPal'),(82120,1901,'_customer_ip_address','72.221.3.238'),(82121,1901,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(82122,1901,'_created_via','checkout'),(82123,1901,'_cart_hash','9fc681a288e6eed2b86f78eaba030d50'),(82124,1901,'_download_permissions_granted','yes'),(82125,1901,'_recorded_sales','yes'),(82126,1901,'_recorded_coupon_usage_counts','yes'),(82127,1901,'_new_order_email_sent','true'),(82128,1901,'_order_stock_reduced','yes'),(82129,1901,'_billing_first_name','Nigel'),(82130,1901,'_billing_last_name','Le'),(82131,1901,'_billing_address_1','6080 FRANCONIA ROAD'),(82132,1901,'_billing_address_2','SUITE D'),(82133,1901,'_billing_city','ALEXANDRIA'),(82134,1901,'_billing_state','VA'),(82135,1901,'_billing_postcode','22310'),(82136,1901,'_billing_country','US'),(82137,1901,'_billing_email','sonnynguyenle@gmail.com'),(82138,1901,'_billing_phone','703-520-9000'),(82139,1901,'_shipping_first_name','NIGEL'),(82140,1901,'_shipping_last_name','LE'),(82141,1901,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(82142,1901,'_shipping_city','FAIRFAX'),(82143,1901,'_shipping_state','VA'),(82144,1901,'_shipping_postcode','22030'),(82145,1901,'_shipping_country','US'),(82146,1901,'_order_currency','USD'),(82147,1901,'_cart_discount','0'),(82148,1901,'_cart_discount_tax','0'),(82149,1901,'_order_shipping','55.73'),(82150,1901,'_order_shipping_tax','0'),(82151,1901,'_order_tax','0'),(82152,1901,'_order_total','329.89'),(82153,1901,'_order_version','7.7.0'),(82154,1901,'_prices_include_tax','no'),(82155,1901,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(82156,1901,'_shipping_address_index','NIGEL LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(82158,1901,'is_vat_exempt','no'),(82159,1901,'Payment type','instant'),(82160,1901,'_paypal_status','completed'),(82161,1901,'_transaction_id','3YU08552F1784940P'),(82162,1901,'PayPal Transaction Fee','12.00'),(82163,1901,'_date_paid','1684599196'),(82164,1901,'_paid_date','2023-05-20 16:13:16'),(82165,785,'wf_order_exported_status','1'),(82166,786,'wf_order_exported_status','1'),(82167,787,'wf_order_exported_status','1'),(82168,789,'wf_order_exported_status','1'),(82169,791,'wf_order_exported_status','1'),(82170,792,'wf_order_exported_status','1'),(82171,793,'wf_order_exported_status','1'),(82172,794,'wf_order_exported_status','1'),(82173,795,'wf_order_exported_status','1'),(82174,796,'wf_order_exported_status','1'),(82175,797,'wf_order_exported_status','1'),(82176,798,'wf_order_exported_status','1'),(82177,799,'wf_order_exported_status','1'),(82178,800,'wf_order_exported_status','1'),(82179,802,'wf_order_exported_status','1'),(82180,803,'wf_order_exported_status','1'),(82181,805,'wf_order_exported_status','1'),(82182,806,'wf_order_exported_status','1'),(82183,807,'wf_order_exported_status','1'),(82184,808,'wf_order_exported_status','1'),(82185,809,'wf_order_exported_status','1'),(82186,811,'wf_order_exported_status','1'),(82187,812,'wf_order_exported_status','1'),(82188,813,'wf_order_exported_status','1'),(82189,814,'wf_order_exported_status','1'),(82190,815,'wf_order_exported_status','1'),(82191,816,'wf_order_exported_status','1'),(82192,817,'wf_order_exported_status','1'),(82193,819,'wf_order_exported_status','1'),(82194,820,'wf_order_exported_status','1'),(82195,821,'wf_order_exported_status','1'),(82196,822,'wf_order_exported_status','1'),(82197,823,'wf_order_exported_status','1'),(82198,824,'wf_order_exported_status','1'),(82199,825,'wf_order_exported_status','1'),(82200,826,'wf_order_exported_status','1'),(82201,827,'wf_order_exported_status','1'),(82202,829,'wf_order_exported_status','1'),(82203,830,'wf_order_exported_status','1'),(82204,831,'wf_order_exported_status','1'),(82205,832,'wf_order_exported_status','1'),(82206,833,'wf_order_exported_status','1'),(82207,834,'wf_order_exported_status','1'),(82208,835,'wf_order_exported_status','1'),(82209,837,'wf_order_exported_status','1'),(82210,838,'wf_order_exported_status','1'),(82211,839,'wf_order_exported_status','1'),(82212,840,'wf_order_exported_status','1'),(82213,841,'wf_order_exported_status','1'),(82214,842,'wf_order_exported_status','1'),(82215,844,'wf_order_exported_status','1'),(82216,845,'wf_order_exported_status','1'),(82217,846,'wf_order_exported_status','1'),(82218,847,'wf_order_exported_status','1'),(82219,848,'wf_order_exported_status','1'),(82220,849,'wf_order_exported_status','1'),(82221,850,'wf_order_exported_status','1'),(82222,853,'wf_order_exported_status','1'),(82223,854,'wf_order_exported_status','1'),(82224,855,'wf_order_exported_status','1'),(82225,856,'wf_order_exported_status','1'),(82226,857,'wf_order_exported_status','1'),(82227,859,'wf_order_exported_status','1'),(82228,860,'wf_order_exported_status','1'),(82229,861,'wf_order_exported_status','1'),(82230,862,'wf_order_exported_status','1'),(82231,863,'wf_order_exported_status','1'),(82232,864,'wf_order_exported_status','1'),(82233,866,'wf_order_exported_status','1'),(82234,868,'wf_order_exported_status','1'),(82235,869,'wf_order_exported_status','1'),(82236,872,'wf_order_exported_status','1'),(82237,873,'wf_order_exported_status','1'),(82238,875,'wf_order_exported_status','1'),(82239,876,'wf_order_exported_status','1'),(82240,878,'wf_order_exported_status','1'),(82241,880,'wf_order_exported_status','1'),(82242,881,'wf_order_exported_status','1'),(82243,882,'wf_order_exported_status','1'),(82244,883,'wf_order_exported_status','1'),(82245,884,'wf_order_exported_status','1'),(82246,885,'wf_order_exported_status','1'),(82247,886,'wf_order_exported_status','1'),(82248,888,'wf_order_exported_status','1'),(82249,889,'wf_order_exported_status','1'),(82250,890,'wf_order_exported_status','1'),(82251,891,'wf_order_exported_status','1'),(82252,893,'wf_order_exported_status','1'),(82253,894,'wf_order_exported_status','1'),(82254,895,'wf_order_exported_status','1'),(82255,896,'wf_order_exported_status','1'),(82256,897,'wf_order_exported_status','1'),(82257,898,'wf_order_exported_status','1'),(82258,899,'wf_order_exported_status','1'),(82259,900,'wf_order_exported_status','1'),(82260,902,'wf_order_exported_status','1'),(82261,903,'wf_order_exported_status','1'),(82262,904,'wf_order_exported_status','1'),(82263,906,'wf_order_exported_status','1'),(82264,909,'wf_order_exported_status','1'),(82265,910,'wf_order_exported_status','1'),(82266,911,'wf_order_exported_status','1'),(82267,912,'wf_order_exported_status','1'),(82268,913,'wf_order_exported_status','1'),(82269,914,'wf_order_exported_status','1'),(82270,915,'wf_order_exported_status','1'),(82271,916,'wf_order_exported_status','1'),(82272,918,'wf_order_exported_status','1'),(82273,919,'wf_order_exported_status','1'),(82274,920,'wf_order_exported_status','1'),(82275,921,'wf_order_exported_status','1'),(82276,922,'wf_order_exported_status','1'),(82277,923,'wf_order_exported_status','1'),(82278,924,'wf_order_exported_status','1'),(82279,925,'wf_order_exported_status','1'),(82280,926,'wf_order_exported_status','1'),(82281,929,'wf_order_exported_status','1'),(82282,930,'wf_order_exported_status','1'),(82283,931,'wf_order_exported_status','1'),(82284,932,'wf_order_exported_status','1'),(82285,933,'wf_order_exported_status','1'),(82286,934,'wf_order_exported_status','1'),(82287,936,'wf_order_exported_status','1'),(82288,938,'wf_order_exported_status','1'),(82289,939,'wf_order_exported_status','1'),(82290,940,'wf_order_exported_status','1'),(82291,941,'wf_order_exported_status','1'),(82292,942,'wf_order_exported_status','1'),(82293,943,'wf_order_exported_status','1'),(82294,944,'wf_order_exported_status','1'),(82295,945,'wf_order_exported_status','1'),(82296,946,'wf_order_exported_status','1'),(82297,948,'wf_order_exported_status','1'),(82298,949,'wf_order_exported_status','1'),(82299,950,'wf_order_exported_status','1'),(82300,952,'wf_order_exported_status','1'),(82301,953,'wf_order_exported_status','1'),(82302,954,'wf_order_exported_status','1'),(82303,955,'wf_order_exported_status','1'),(82304,956,'wf_order_exported_status','1'),(82305,957,'wf_order_exported_status','1'),(82306,958,'wf_order_exported_status','1'),(82307,959,'wf_order_exported_status','1'),(82308,960,'wf_order_exported_status','1'),(82309,961,'wf_order_exported_status','1'),(82310,962,'wf_order_exported_status','1'),(82311,963,'wf_order_exported_status','1'),(82312,964,'wf_order_exported_status','1'),(82313,966,'wf_order_exported_status','1'),(82314,968,'wf_order_exported_status','1'),(82315,969,'wf_order_exported_status','1'),(82316,970,'wf_order_exported_status','1'),(82317,971,'wf_order_exported_status','1'),(82318,972,'wf_order_exported_status','1'),(82319,973,'wf_order_exported_status','1'),(82320,975,'wf_order_exported_status','1'),(82321,977,'wf_order_exported_status','1'),(82322,978,'wf_order_exported_status','1'),(82323,979,'wf_order_exported_status','1'),(82324,980,'wf_order_exported_status','1'),(82325,981,'wf_order_exported_status','1'),(82326,983,'wf_order_exported_status','1'),(82327,984,'wf_order_exported_status','1'),(82328,985,'wf_order_exported_status','1'),(82329,987,'wf_order_exported_status','1'),(82330,991,'wf_order_exported_status','1'),(82331,992,'wf_order_exported_status','1'),(82332,993,'wf_order_exported_status','1'),(82333,994,'wf_order_exported_status','1'),(82334,995,'wf_order_exported_status','1'),(82335,996,'wf_order_exported_status','1'),(82336,997,'wf_order_exported_status','1'),(82337,998,'wf_order_exported_status','1'),(82338,999,'wf_order_exported_status','1'),(82339,1000,'wf_order_exported_status','1'),(82340,1001,'wf_order_exported_status','1'),(82341,1002,'wf_order_exported_status','1'),(82342,1003,'wf_order_exported_status','1'),(82343,1004,'wf_order_exported_status','1'),(82344,1007,'wf_order_exported_status','1'),(82345,1008,'wf_order_exported_status','1'),(82346,1009,'wf_order_exported_status','1'),(82347,1010,'wf_order_exported_status','1'),(82348,1011,'wf_order_exported_status','1'),(82349,1012,'wf_order_exported_status','1'),(82350,1013,'wf_order_exported_status','1'),(82351,1014,'wf_order_exported_status','1'),(82352,1015,'wf_order_exported_status','1'),(82353,1016,'wf_order_exported_status','1'),(82354,1017,'wf_order_exported_status','1'),(82355,1019,'wf_order_exported_status','1'),(82356,1020,'wf_order_exported_status','1'),(82357,1021,'wf_order_exported_status','1'),(82358,1022,'wf_order_exported_status','1'),(82359,1023,'wf_order_exported_status','1'),(82360,1024,'wf_order_exported_status','1'),(82361,1025,'wf_order_exported_status','1'),(82362,1026,'wf_order_exported_status','1'),(82363,1027,'wf_order_exported_status','1'),(82364,1028,'wf_order_exported_status','1'),(82365,1029,'wf_order_exported_status','1'),(82366,1030,'wf_order_exported_status','1'),(82367,1031,'wf_order_exported_status','1'),(82368,1032,'wf_order_exported_status','1'),(82369,1033,'wf_order_exported_status','1'),(82370,1034,'wf_order_exported_status','1'),(82371,1036,'wf_order_exported_status','1'),(82372,1037,'wf_order_exported_status','1'),(82373,1038,'wf_order_exported_status','1'),(82374,1040,'wf_order_exported_status','1'),(82375,1042,'wf_order_exported_status','1'),(82376,1043,'wf_order_exported_status','1'),(82377,1044,'wf_order_exported_status','1'),(82378,1045,'wf_order_exported_status','1'),(82379,1046,'wf_order_exported_status','1'),(82380,1047,'wf_order_exported_status','1'),(82381,1048,'wf_order_exported_status','1'),(82382,1049,'wf_order_exported_status','1'),(82383,1050,'wf_order_exported_status','1'),(82384,1051,'wf_order_exported_status','1'),(82385,1053,'wf_order_exported_status','1'),(82386,1054,'wf_order_exported_status','1'),(82387,1055,'wf_order_exported_status','1'),(82388,1058,'wf_order_exported_status','1'),(82389,1059,'wf_order_exported_status','1'),(82390,1060,'wf_order_exported_status','1'),(82391,1061,'wf_order_exported_status','1'),(82392,1062,'wf_order_exported_status','1'),(82393,1064,'wf_order_exported_status','1'),(82394,1065,'wf_order_exported_status','1'),(82395,1066,'wf_order_exported_status','1'),(82396,1068,'wf_order_exported_status','1'),(82397,1069,'wf_order_exported_status','1'),(82398,1070,'wf_order_exported_status','1'),(82399,1071,'wf_order_exported_status','1'),(82400,1072,'wf_order_exported_status','1'),(82401,1073,'wf_order_exported_status','1'),(82402,1075,'wf_order_exported_status','1'),(82403,1076,'wf_order_exported_status','1'),(82404,1077,'wf_order_exported_status','1'),(82405,1078,'wf_order_exported_status','1'),(82406,1079,'wf_order_exported_status','1'),(82407,1080,'wf_order_exported_status','1'),(82408,1083,'wf_order_exported_status','1'),(82409,1084,'wf_order_exported_status','1'),(82410,1085,'wf_order_exported_status','1'),(82411,1086,'wf_order_exported_status','1'),(82412,1087,'wf_order_exported_status','1'),(82413,1088,'wf_order_exported_status','1'),(82414,1089,'wf_order_exported_status','1'),(82415,1090,'wf_order_exported_status','1'),(82416,1091,'wf_order_exported_status','1'),(82417,1092,'wf_order_exported_status','1'),(82418,1093,'wf_order_exported_status','1'),(82419,1094,'wf_order_exported_status','1'),(82420,1095,'wf_order_exported_status','1'),(82421,1096,'wf_order_exported_status','1'),(82422,1098,'wf_order_exported_status','1'),(82423,1099,'wf_order_exported_status','1'),(82424,1100,'wf_order_exported_status','1'),(82425,1101,'wf_order_exported_status','1'),(82426,1102,'wf_order_exported_status','1'),(82427,1103,'wf_order_exported_status','1'),(82428,1105,'wf_order_exported_status','1'),(82429,1106,'wf_order_exported_status','1'),(82430,1107,'wf_order_exported_status','1'),(82431,1108,'wf_order_exported_status','1'),(82432,1109,'wf_order_exported_status','1'),(82433,1110,'wf_order_exported_status','1'),(82434,1111,'wf_order_exported_status','1'),(82435,1112,'wf_order_exported_status','1'),(82436,1116,'wf_order_exported_status','1'),(82437,1118,'wf_order_exported_status','1'),(82438,1119,'wf_order_exported_status','1'),(82439,1120,'wf_order_exported_status','1'),(82440,1123,'wf_order_exported_status','1'),(82441,1124,'wf_order_exported_status','1'),(82442,1125,'wf_order_exported_status','1'),(82443,1126,'wf_order_exported_status','1'),(82444,1127,'wf_order_exported_status','1'),(82445,1129,'wf_order_exported_status','1'),(82446,1130,'wf_order_exported_status','1'),(82447,1131,'wf_order_exported_status','1'),(82448,1132,'wf_order_exported_status','1'),(82449,1133,'wf_order_exported_status','1'),(82450,1134,'wf_order_exported_status','1'),(82451,1136,'wf_order_exported_status','1'),(82452,1137,'wf_order_exported_status','1'),(82453,1138,'wf_order_exported_status','1'),(82454,1139,'wf_order_exported_status','1'),(82455,1140,'wf_order_exported_status','1'),(82456,1141,'wf_order_exported_status','1'),(82457,1142,'wf_order_exported_status','1'),(82458,1143,'wf_order_exported_status','1'),(82459,1144,'wf_order_exported_status','1'),(82460,1145,'wf_order_exported_status','1'),(82461,1147,'wf_order_exported_status','1'),(82462,1148,'wf_order_exported_status','1'),(82463,1149,'wf_order_exported_status','1'),(82464,1150,'wf_order_exported_status','1'),(82465,1151,'wf_order_exported_status','1'),(82466,1152,'wf_order_exported_status','1'),(82467,1153,'wf_order_exported_status','1'),(82468,1154,'wf_order_exported_status','1'),(82469,1155,'wf_order_exported_status','1'),(82470,1156,'wf_order_exported_status','1'),(82471,1157,'wf_order_exported_status','1'),(82472,1158,'wf_order_exported_status','1'),(82473,1159,'wf_order_exported_status','1'),(82474,1160,'wf_order_exported_status','1'),(82475,1161,'wf_order_exported_status','1'),(82476,1162,'wf_order_exported_status','1'),(82477,1164,'wf_order_exported_status','1'),(82478,1167,'wf_order_exported_status','1'),(82479,1168,'wf_order_exported_status','1'),(82480,1169,'wf_order_exported_status','1'),(82481,1170,'wf_order_exported_status','1'),(82482,1171,'wf_order_exported_status','1'),(82483,1172,'wf_order_exported_status','1'),(82484,1173,'wf_order_exported_status','1'),(82485,1174,'wf_order_exported_status','1'),(82486,1175,'wf_order_exported_status','1'),(82487,1176,'wf_order_exported_status','1'),(82488,1177,'wf_order_exported_status','1'),(82489,1178,'wf_order_exported_status','1'),(82490,1180,'wf_order_exported_status','1'),(82491,1181,'wf_order_exported_status','1'),(82492,1182,'wf_order_exported_status','1'),(82493,1184,'wf_order_exported_status','1'),(82494,1185,'wf_order_exported_status','1'),(82495,1186,'wf_order_exported_status','1'),(82496,1187,'wf_order_exported_status','1'),(82497,1189,'wf_order_exported_status','1'),(82498,1190,'wf_order_exported_status','1'),(82499,1191,'wf_order_exported_status','1'),(82500,1192,'wf_order_exported_status','1'),(82501,1193,'wf_order_exported_status','1'),(82502,1194,'wf_order_exported_status','1'),(82503,1195,'wf_order_exported_status','1'),(82504,1197,'wf_order_exported_status','1'),(82505,1198,'wf_order_exported_status','1'),(82506,1199,'wf_order_exported_status','1'),(82507,1200,'wf_order_exported_status','1'),(82508,1201,'wf_order_exported_status','1'),(82509,1202,'wf_order_exported_status','1'),(82510,1203,'wf_order_exported_status','1'),(82511,1205,'wf_order_exported_status','1'),(82512,1206,'wf_order_exported_status','1'),(82513,1207,'wf_order_exported_status','1'),(82514,1208,'wf_order_exported_status','1'),(82515,1209,'wf_order_exported_status','1'),(82516,1210,'wf_order_exported_status','1'),(82517,1211,'wf_order_exported_status','1'),(82518,1212,'wf_order_exported_status','1'),(82519,1213,'wf_order_exported_status','1'),(82520,1214,'wf_order_exported_status','1'),(82521,1215,'wf_order_exported_status','1'),(82522,1216,'wf_order_exported_status','1'),(82523,1218,'wf_order_exported_status','1'),(82524,1219,'wf_order_exported_status','1'),(82525,1220,'wf_order_exported_status','1'),(82526,1221,'wf_order_exported_status','1'),(82527,1222,'wf_order_exported_status','1'),(82528,1223,'wf_order_exported_status','1'),(82529,1224,'wf_order_exported_status','1'),(82530,1225,'wf_order_exported_status','1'),(82531,1226,'wf_order_exported_status','1'),(82532,1227,'wf_order_exported_status','1'),(82533,1228,'wf_order_exported_status','1'),(82534,1229,'wf_order_exported_status','1'),(82535,1231,'wf_order_exported_status','1'),(82536,1232,'wf_order_exported_status','1'),(82537,1233,'wf_order_exported_status','1'),(82538,1234,'wf_order_exported_status','1'),(82539,1235,'wf_order_exported_status','1'),(82540,1236,'wf_order_exported_status','1'),(82541,1237,'wf_order_exported_status','1'),(82542,1238,'wf_order_exported_status','1'),(82543,1239,'wf_order_exported_status','1'),(82544,1240,'wf_order_exported_status','1'),(82545,1242,'wf_order_exported_status','1'),(82546,1243,'wf_order_exported_status','1'),(82547,1244,'wf_order_exported_status','1'),(82548,1245,'wf_order_exported_status','1'),(82549,1246,'wf_order_exported_status','1'),(82550,1248,'wf_order_exported_status','1'),(82551,1249,'wf_order_exported_status','1'),(82552,1250,'wf_order_exported_status','1'),(82553,1251,'wf_order_exported_status','1'),(82554,1252,'wf_order_exported_status','1'),(82555,1253,'wf_order_exported_status','1'),(82556,1254,'wf_order_exported_status','1'),(82557,1255,'wf_order_exported_status','1'),(82558,1256,'wf_order_exported_status','1'),(82559,1257,'wf_order_exported_status','1'),(82560,1258,'wf_order_exported_status','1'),(82561,1259,'wf_order_exported_status','1'),(82562,1261,'wf_order_exported_status','1'),(82563,1262,'wf_order_exported_status','1'),(82564,1263,'wf_order_exported_status','1'),(82565,1264,'wf_order_exported_status','1'),(82566,1265,'wf_order_exported_status','1'),(82567,1266,'wf_order_exported_status','1'),(82568,1267,'wf_order_exported_status','1'),(82569,1268,'wf_order_exported_status','1'),(82570,1269,'wf_order_exported_status','1'),(82571,1270,'wf_order_exported_status','1'),(82572,1271,'wf_order_exported_status','1'),(82573,1272,'wf_order_exported_status','1'),(82574,1273,'wf_order_exported_status','1'),(82575,1275,'wf_order_exported_status','1'),(82576,1276,'wf_order_exported_status','1'),(82577,1278,'wf_order_exported_status','1'),(82578,1279,'wf_order_exported_status','1'),(82579,1280,'wf_order_exported_status','1'),(82580,1281,'wf_order_exported_status','1'),(82581,1282,'wf_order_exported_status','1'),(82582,1283,'wf_order_exported_status','1'),(82583,1284,'wf_order_exported_status','1'),(82584,1285,'wf_order_exported_status','1'),(82585,1286,'wf_order_exported_status','1'),(82586,1288,'wf_order_exported_status','1'),(82587,1289,'wf_order_exported_status','1'),(82588,1290,'wf_order_exported_status','1'),(82589,1291,'wf_order_exported_status','1'),(82590,1292,'wf_order_exported_status','1'),(82591,1293,'wf_order_exported_status','1'),(82592,1294,'wf_order_exported_status','1'),(82593,1295,'wf_order_exported_status','1'),(82594,1296,'wf_order_exported_status','1'),(82595,1298,'wf_order_exported_status','1'),(82596,1299,'wf_order_exported_status','1'),(82597,1300,'wf_order_exported_status','1'),(82598,1301,'wf_order_exported_status','1'),(82599,1302,'wf_order_exported_status','1'),(82600,1303,'wf_order_exported_status','1'),(82601,1304,'wf_order_exported_status','1'),(82602,1305,'wf_order_exported_status','1'),(82603,1306,'wf_order_exported_status','1'),(82604,1307,'wf_order_exported_status','1'),(82605,1308,'wf_order_exported_status','1'),(82606,1310,'wf_order_exported_status','1'),(82607,1311,'wf_order_exported_status','1'),(82608,1312,'wf_order_exported_status','1'),(82609,1313,'wf_order_exported_status','1'),(82610,1314,'wf_order_exported_status','1'),(82611,1315,'wf_order_exported_status','1'),(82612,1316,'wf_order_exported_status','1'),(82613,1317,'wf_order_exported_status','1'),(82614,1319,'wf_order_exported_status','1'),(82615,1320,'wf_order_exported_status','1'),(82616,1321,'wf_order_exported_status','1'),(82617,1322,'wf_order_exported_status','1'),(82618,1324,'wf_order_exported_status','1'),(82619,1326,'wf_order_exported_status','1'),(82620,1327,'wf_order_exported_status','1'),(82621,1328,'wf_order_exported_status','1'),(82622,1329,'wf_order_exported_status','1'),(82623,1330,'wf_order_exported_status','1'),(82624,1331,'wf_order_exported_status','1'),(82625,1332,'wf_order_exported_status','1'),(82626,1333,'wf_order_exported_status','1'),(82627,1336,'wf_order_exported_status','1'),(82628,1337,'wf_order_exported_status','1'),(82629,1338,'wf_order_exported_status','1'),(82630,1339,'wf_order_exported_status','1'),(82631,1341,'wf_order_exported_status','1'),(82632,1342,'wf_order_exported_status','1'),(82633,1344,'wf_order_exported_status','1'),(82634,1345,'wf_order_exported_status','1'),(82635,1346,'wf_order_exported_status','1'),(82636,1349,'wf_order_exported_status','1'),(82637,1350,'wf_order_exported_status','1'),(82638,1351,'wf_order_exported_status','1'),(82639,1352,'wf_order_exported_status','1'),(82640,1353,'wf_order_exported_status','1'),(82641,1354,'wf_order_exported_status','1'),(82642,1355,'wf_order_exported_status','1'),(82643,1356,'wf_order_exported_status','1'),(82644,1357,'wf_order_exported_status','1'),(82645,1358,'wf_order_exported_status','1'),(82646,1359,'wf_order_exported_status','1'),(82647,1360,'wf_order_exported_status','1'),(82648,1361,'wf_order_exported_status','1'),(82649,1362,'wf_order_exported_status','1'),(82650,1365,'wf_order_exported_status','1'),(82651,1366,'wf_order_exported_status','1'),(82652,1367,'wf_order_exported_status','1'),(82653,1368,'wf_order_exported_status','1'),(82654,1369,'wf_order_exported_status','1'),(82655,1370,'wf_order_exported_status','1'),(82656,1371,'wf_order_exported_status','1'),(82657,1372,'wf_order_exported_status','1'),(82658,1373,'wf_order_exported_status','1'),(82659,1374,'wf_order_exported_status','1'),(82660,1375,'wf_order_exported_status','1'),(82661,1376,'wf_order_exported_status','1'),(82662,1378,'wf_order_exported_status','1'),(82663,1379,'wf_order_exported_status','1'),(82664,1380,'wf_order_exported_status','1'),(82665,1381,'wf_order_exported_status','1'),(82666,1382,'wf_order_exported_status','1'),(82667,1383,'wf_order_exported_status','1'),(82668,1384,'wf_order_exported_status','1'),(82669,1385,'wf_order_exported_status','1'),(82670,1386,'wf_order_exported_status','1'),(82671,1387,'wf_order_exported_status','1'),(82672,1388,'wf_order_exported_status','1'),(82673,1389,'wf_order_exported_status','1'),(82674,1391,'wf_order_exported_status','1'),(82675,1392,'wf_order_exported_status','1'),(82676,1393,'wf_order_exported_status','1'),(82677,1394,'wf_order_exported_status','1'),(82678,1395,'wf_order_exported_status','1'),(82679,1396,'wf_order_exported_status','1'),(82680,1397,'wf_order_exported_status','1'),(82681,1398,'wf_order_exported_status','1'),(82682,1399,'wf_order_exported_status','1'),(82683,1400,'wf_order_exported_status','1'),(82684,1401,'wf_order_exported_status','1'),(82685,1402,'wf_order_exported_status','1'),(82686,1403,'wf_order_exported_status','1'),(82687,1406,'wf_order_exported_status','1'),(82688,1407,'wf_order_exported_status','1'),(82689,1408,'wf_order_exported_status','1'),(82690,1409,'wf_order_exported_status','1'),(82691,1410,'wf_order_exported_status','1'),(82692,1411,'wf_order_exported_status','1'),(82693,1412,'wf_order_exported_status','1'),(82694,1414,'wf_order_exported_status','1'),(82695,1416,'wf_order_exported_status','1'),(82696,1417,'wf_order_exported_status','1'),(82697,1418,'wf_order_exported_status','1'),(82698,1419,'wf_order_exported_status','1'),(82699,1420,'wf_order_exported_status','1'),(82700,1421,'wf_order_exported_status','1'),(82701,1422,'wf_order_exported_status','1'),(82702,1423,'wf_order_exported_status','1'),(82703,1424,'wf_order_exported_status','1'),(82704,1425,'wf_order_exported_status','1'),(82705,1426,'wf_order_exported_status','1'),(82706,1427,'wf_order_exported_status','1'),(82707,1428,'wf_order_exported_status','1'),(82708,1429,'wf_order_exported_status','1'),(82709,1430,'wf_order_exported_status','1'),(82710,1431,'wf_order_exported_status','1'),(82711,1434,'wf_order_exported_status','1'),(82712,1435,'wf_order_exported_status','1'),(82713,1436,'wf_order_exported_status','1'),(82714,1437,'wf_order_exported_status','1'),(82715,1439,'wf_order_exported_status','1'),(82716,1441,'wf_order_exported_status','1'),(82717,1442,'wf_order_exported_status','1'),(82718,1443,'wf_order_exported_status','1'),(82719,1444,'wf_order_exported_status','1'),(82720,1445,'wf_order_exported_status','1'),(82721,1446,'wf_order_exported_status','1'),(82722,1447,'wf_order_exported_status','1'),(82723,1448,'wf_order_exported_status','1'),(82724,1449,'wf_order_exported_status','1'),(82725,1451,'wf_order_exported_status','1'),(82726,1452,'wf_order_exported_status','1'),(82727,1453,'wf_order_exported_status','1'),(82728,1454,'wf_order_exported_status','1'),(82729,1455,'wf_order_exported_status','1'),(82730,1456,'wf_order_exported_status','1'),(82731,1457,'wf_order_exported_status','1'),(82732,1458,'wf_order_exported_status','1'),(82733,1459,'wf_order_exported_status','1'),(82734,1460,'wf_order_exported_status','1'),(82735,1461,'wf_order_exported_status','1'),(82736,1464,'wf_order_exported_status','1'),(82737,1465,'wf_order_exported_status','1'),(82738,1466,'wf_order_exported_status','1'),(82739,1467,'wf_order_exported_status','1'),(82740,1468,'wf_order_exported_status','1'),(82741,1469,'wf_order_exported_status','1'),(82742,1470,'wf_order_exported_status','1'),(82743,1471,'wf_order_exported_status','1'),(82744,1473,'wf_order_exported_status','1'),(82745,1474,'wf_order_exported_status','1'),(82746,1475,'wf_order_exported_status','1'),(82747,1476,'wf_order_exported_status','1'),(82748,1477,'wf_order_exported_status','1'),(82749,1478,'wf_order_exported_status','1'),(82750,1479,'wf_order_exported_status','1'),(82751,1480,'wf_order_exported_status','1'),(82752,1481,'wf_order_exported_status','1'),(82753,1482,'wf_order_exported_status','1'),(82754,1483,'wf_order_exported_status','1'),(82755,1485,'wf_order_exported_status','1'),(82756,1486,'wf_order_exported_status','1'),(82757,1487,'wf_order_exported_status','1'),(82758,1488,'wf_order_exported_status','1'),(82759,1489,'wf_order_exported_status','1'),(82760,1490,'wf_order_exported_status','1'),(82761,1491,'wf_order_exported_status','1'),(82762,1492,'wf_order_exported_status','1'),(82763,1493,'wf_order_exported_status','1'),(82764,1494,'wf_order_exported_status','1'),(82765,1495,'wf_order_exported_status','1'),(82766,1496,'wf_order_exported_status','1'),(82767,1497,'wf_order_exported_status','1'),(82768,1498,'wf_order_exported_status','1'),(82769,1499,'wf_order_exported_status','1'),(82770,1500,'wf_order_exported_status','1'),(82771,1502,'wf_order_exported_status','1'),(82772,1503,'wf_order_exported_status','1'),(82773,1504,'wf_order_exported_status','1'),(82774,1505,'wf_order_exported_status','1'),(82775,1506,'wf_order_exported_status','1'),(82776,1507,'wf_order_exported_status','1'),(82777,1508,'wf_order_exported_status','1'),(82778,1509,'wf_order_exported_status','1'),(82779,1510,'wf_order_exported_status','1'),(82780,1511,'wf_order_exported_status','1'),(82781,1512,'wf_order_exported_status','1'),(82782,1513,'wf_order_exported_status','1'),(82783,1514,'wf_order_exported_status','1'),(82784,1515,'wf_order_exported_status','1'),(82785,1517,'wf_order_exported_status','1'),(82786,1518,'wf_order_exported_status','1'),(82787,1519,'wf_order_exported_status','1'),(82788,1520,'wf_order_exported_status','1'),(82789,1521,'wf_order_exported_status','1'),(82790,1522,'wf_order_exported_status','1'),(82791,1523,'wf_order_exported_status','1'),(82792,1525,'wf_order_exported_status','1'),(82793,1526,'wf_order_exported_status','1'),(82794,1527,'wf_order_exported_status','1'),(82795,1528,'wf_order_exported_status','1'),(82796,1529,'wf_order_exported_status','1'),(82797,1531,'wf_order_exported_status','1'),(82798,1532,'wf_order_exported_status','1'),(82799,1533,'wf_order_exported_status','1'),(82800,1534,'wf_order_exported_status','1'),(82801,1535,'wf_order_exported_status','1'),(82802,1536,'wf_order_exported_status','1'),(82803,1538,'wf_order_exported_status','1'),(82804,1539,'wf_order_exported_status','1'),(82805,1540,'wf_order_exported_status','1'),(82806,1541,'wf_order_exported_status','1'),(82807,1543,'wf_order_exported_status','1'),(82808,1544,'wf_order_exported_status','1'),(82809,1545,'wf_order_exported_status','1'),(82810,1546,'wf_order_exported_status','1'),(82811,1547,'wf_order_exported_status','1'),(82812,1548,'wf_order_exported_status','1'),(82813,1549,'wf_order_exported_status','1'),(82814,1550,'wf_order_exported_status','1'),(82815,1551,'wf_order_exported_status','1'),(82816,1552,'wf_order_exported_status','1'),(82817,1555,'wf_order_exported_status','1'),(82818,1556,'wf_order_exported_status','1'),(82819,1557,'wf_order_exported_status','1'),(82820,1558,'wf_order_exported_status','1'),(82821,1559,'wf_order_exported_status','1'),(82822,1560,'wf_order_exported_status','1'),(82823,1561,'wf_order_exported_status','1'),(82824,1562,'wf_order_exported_status','1'),(82825,1563,'wf_order_exported_status','1'),(82826,1564,'wf_order_exported_status','1'),(82827,1565,'wf_order_exported_status','1'),(82828,1566,'wf_order_exported_status','1'),(82829,1567,'wf_order_exported_status','1'),(82830,1568,'wf_order_exported_status','1'),(82831,1569,'wf_order_exported_status','1'),(82832,1570,'wf_order_exported_status','1'),(82833,1572,'wf_order_exported_status','1'),(82834,1573,'wf_order_exported_status','1'),(82835,1574,'wf_order_exported_status','1'),(82836,1575,'wf_order_exported_status','1'),(82837,1576,'wf_order_exported_status','1'),(82838,1577,'wf_order_exported_status','1'),(82839,1578,'wf_order_exported_status','1'),(82840,1579,'wf_order_exported_status','1'),(82841,1580,'wf_order_exported_status','1'),(82842,1581,'wf_order_exported_status','1'),(82843,1582,'wf_order_exported_status','1'),(82844,1583,'wf_order_exported_status','1'),(82845,1585,'wf_order_exported_status','1'),(82846,1586,'wf_order_exported_status','1'),(82847,1587,'wf_order_exported_status','1'),(82848,1588,'wf_order_exported_status','1'),(82849,1589,'wf_order_exported_status','1'),(82850,1591,'wf_order_exported_status','1'),(82851,1592,'wf_order_exported_status','1'),(82852,1593,'wf_order_exported_status','1'),(82853,1594,'wf_order_exported_status','1'),(82854,1595,'wf_order_exported_status','1'),(82855,1596,'wf_order_exported_status','1'),(82856,1597,'wf_order_exported_status','1'),(82857,1598,'wf_order_exported_status','1'),(82858,1599,'wf_order_exported_status','1'),(82859,1601,'wf_order_exported_status','1'),(82861,1603,'wf_order_exported_status','1'),(82862,1604,'wf_order_exported_status','1'),(82863,1605,'wf_order_exported_status','1'),(82864,1606,'wf_order_exported_status','1'),(82865,1607,'wf_order_exported_status','1'),(82866,1608,'wf_order_exported_status','1'),(82867,1609,'wf_order_exported_status','1'),(82868,1610,'wf_order_exported_status','1'),(82869,1611,'wf_order_exported_status','1'),(82870,1612,'wf_order_exported_status','1'),(82871,1614,'wf_order_exported_status','1'),(82872,1615,'wf_order_exported_status','1'),(82873,1616,'wf_order_exported_status','1'),(82874,1617,'wf_order_exported_status','1'),(82875,1618,'wf_order_exported_status','1'),(82876,1619,'wf_order_exported_status','1'),(82877,1620,'wf_order_exported_status','1'),(82878,1621,'wf_order_exported_status','1'),(82879,1622,'wf_order_exported_status','1'),(82880,1623,'wf_order_exported_status','1'),(82881,1624,'wf_order_exported_status','1'),(82882,1626,'wf_order_exported_status','1'),(82883,1627,'wf_order_exported_status','1'),(82884,1628,'wf_order_exported_status','1'),(82885,1629,'wf_order_exported_status','1'),(82886,1630,'wf_order_exported_status','1'),(82887,1631,'wf_order_exported_status','1'),(82888,1632,'wf_order_exported_status','1'),(82889,1633,'wf_order_exported_status','1'),(82890,1634,'wf_order_exported_status','1'),(82891,1635,'wf_order_exported_status','1'),(82892,1636,'wf_order_exported_status','1'),(82893,1637,'wf_order_exported_status','1'),(82894,1639,'wf_order_exported_status','1'),(82895,1640,'wf_order_exported_status','1'),(82896,1641,'wf_order_exported_status','1'),(82897,1642,'wf_order_exported_status','1'),(82898,1643,'wf_order_exported_status','1'),(82899,1644,'wf_order_exported_status','1'),(82900,1645,'wf_order_exported_status','1'),(82901,1646,'wf_order_exported_status','1'),(82902,1647,'wf_order_exported_status','1'),(82903,1648,'wf_order_exported_status','1'),(82904,1649,'wf_order_exported_status','1'),(82905,1650,'wf_order_exported_status','1'),(82906,1651,'wf_order_exported_status','1'),(82907,1652,'wf_order_exported_status','1'),(82908,1653,'wf_order_exported_status','1'),(82909,1654,'wf_order_exported_status','1'),(82910,1655,'wf_order_exported_status','1'),(82911,1656,'wf_order_exported_status','1'),(82912,1657,'wf_order_exported_status','1'),(82913,1658,'wf_order_exported_status','1'),(82914,1659,'wf_order_exported_status','1'),(82916,1661,'wf_order_exported_status','1'),(82917,1663,'wf_order_exported_status','1'),(82918,1664,'wf_order_exported_status','1'),(82919,1665,'wf_order_exported_status','1'),(82920,1666,'wf_order_exported_status','1'),(82921,1667,'wf_order_exported_status','1'),(82922,1668,'wf_order_exported_status','1'),(82923,1669,'wf_order_exported_status','1'),(82924,1670,'wf_order_exported_status','1'),(82925,1671,'wf_order_exported_status','1'),(82926,1672,'wf_order_exported_status','1'),(82927,1673,'wf_order_exported_status','1'),(82928,1674,'wf_order_exported_status','1'),(82929,1675,'wf_order_exported_status','1'),(82930,1676,'wf_order_exported_status','1'),(82931,1677,'wf_order_exported_status','1'),(82932,1678,'wf_order_exported_status','1'),(82933,1679,'wf_order_exported_status','1'),(82934,1680,'wf_order_exported_status','1'),(82935,1681,'wf_order_exported_status','1'),(82936,1682,'wf_order_exported_status','1'),(82937,1684,'wf_order_exported_status','1'),(82938,1685,'wf_order_exported_status','1'),(82939,1686,'wf_order_exported_status','1'),(82940,1688,'wf_order_exported_status','1'),(82941,1690,'wf_order_exported_status','1'),(82943,1692,'wf_order_exported_status','1'),(82944,1694,'wf_order_exported_status','1'),(82945,1695,'wf_order_exported_status','1'),(82946,1696,'wf_order_exported_status','1'),(82947,1697,'wf_order_exported_status','1'),(82948,1698,'wf_order_exported_status','1'),(82949,1699,'wf_order_exported_status','1'),(82950,1700,'wf_order_exported_status','1'),(82951,1701,'wf_order_exported_status','1'),(82952,1702,'wf_order_exported_status','1'),(82953,1703,'wf_order_exported_status','1'),(82954,1704,'wf_order_exported_status','1'),(82955,1705,'wf_order_exported_status','1'),(82956,1707,'wf_order_exported_status','1'),(82957,1708,'wf_order_exported_status','1'),(82958,1709,'wf_order_exported_status','1'),(82959,1710,'wf_order_exported_status','1'),(82960,1711,'wf_order_exported_status','1'),(82961,1713,'wf_order_exported_status','1'),(82962,1714,'wf_order_exported_status','1'),(82965,1717,'wf_order_exported_status','1'),(82969,1721,'wf_order_exported_status','1'),(82970,1722,'wf_order_exported_status','1'),(82971,1723,'wf_order_exported_status','1'),(82972,1724,'wf_order_exported_status','1'),(82973,1725,'wf_order_exported_status','1'),(82974,1726,'wf_order_exported_status','1'),(82975,1728,'wf_order_exported_status','1'),(82976,1730,'wf_order_exported_status','1'),(82977,1731,'wf_order_exported_status','1'),(82978,1732,'wf_order_exported_status','1'),(82979,1733,'wf_order_exported_status','1'),(82980,1734,'wf_order_exported_status','1'),(82981,1736,'wf_order_exported_status','1'),(82982,1737,'wf_order_exported_status','1'),(82983,1738,'wf_order_exported_status','1'),(82984,1739,'wf_order_exported_status','1'),(82985,1740,'wf_order_exported_status','1'),(82986,1742,'wf_order_exported_status','1'),(82987,1743,'wf_order_exported_status','1'),(82988,1744,'wf_order_exported_status','1'),(82989,1745,'wf_order_exported_status','1'),(82990,1746,'wf_order_exported_status','1'),(82991,1747,'wf_order_exported_status','1'),(82992,1748,'wf_order_exported_status','1'),(82994,1750,'wf_order_exported_status','1'),(82995,1751,'wf_order_exported_status','1'),(82996,1752,'wf_order_exported_status','1'),(82997,1753,'wf_order_exported_status','1'),(82998,1754,'wf_order_exported_status','1'),(82999,1755,'wf_order_exported_status','1'),(83000,1756,'wf_order_exported_status','1'),(83001,1757,'wf_order_exported_status','1'),(83002,1758,'wf_order_exported_status','1'),(83003,1759,'wf_order_exported_status','1'),(83005,1762,'wf_order_exported_status','1'),(83006,1763,'wf_order_exported_status','1'),(83007,1764,'wf_order_exported_status','1'),(83008,1765,'wf_order_exported_status','1'),(83009,1766,'wf_order_exported_status','1'),(83010,1767,'wf_order_exported_status','1'),(83011,1768,'wf_order_exported_status','1'),(83012,1769,'wf_order_exported_status','1'),(83013,1770,'wf_order_exported_status','1'),(83014,1771,'wf_order_exported_status','1'),(83016,1773,'wf_order_exported_status','1'),(83017,1774,'wf_order_exported_status','1'),(83018,1775,'wf_order_exported_status','1'),(83019,1776,'wf_order_exported_status','1'),(83020,1777,'wf_order_exported_status','1'),(83021,1778,'wf_order_exported_status','1'),(83022,1780,'wf_order_exported_status','1'),(83023,1782,'wf_order_exported_status','1'),(83024,1783,'wf_order_exported_status','1'),(83025,1784,'wf_order_exported_status','1'),(83026,1785,'wf_order_exported_status','1'),(83027,1786,'wf_order_exported_status','1'),(83028,1787,'wf_order_exported_status','1'),(83030,1789,'wf_order_exported_status','1'),(83031,1790,'wf_order_exported_status','1'),(83032,1791,'wf_order_exported_status','1'),(83033,1792,'wf_order_exported_status','1'),(83034,1793,'wf_order_exported_status','1'),(83035,1794,'wf_order_exported_status','1'),(83036,1795,'wf_order_exported_status','1'),(83037,1796,'wf_order_exported_status','1'),(83038,1797,'wf_order_exported_status','1'),(83039,1799,'wf_order_exported_status','1'),(83040,1800,'wf_order_exported_status','1'),(83041,1801,'wf_order_exported_status','1'),(83042,1802,'wf_order_exported_status','1'),(83043,1803,'wf_order_exported_status','1'),(83044,1804,'wf_order_exported_status','1'),(83045,1805,'wf_order_exported_status','1'),(83046,1806,'wf_order_exported_status','1'),(83047,1807,'wf_order_exported_status','1'),(83048,1808,'wf_order_exported_status','1'),(83049,1809,'wf_order_exported_status','1'),(83050,1810,'wf_order_exported_status','1'),(83051,1811,'wf_order_exported_status','1'),(83052,1812,'wf_order_exported_status','1'),(83053,1814,'wf_order_exported_status','1'),(83054,1816,'wf_order_exported_status','1'),(83055,1817,'wf_order_exported_status','1'),(83056,1818,'wf_order_exported_status','1'),(83057,1819,'wf_order_exported_status','1'),(83058,1820,'wf_order_exported_status','1'),(83059,1821,'wf_order_exported_status','1'),(83060,1822,'wf_order_exported_status','1'),(83061,1823,'wf_order_exported_status','1'),(83062,1825,'wf_order_exported_status','1'),(83063,1826,'wf_order_exported_status','1'),(83064,1827,'wf_order_exported_status','1'),(83065,1828,'wf_order_exported_status','1'),(83066,1829,'wf_order_exported_status','1'),(83067,1830,'wf_order_exported_status','1'),(83068,1831,'wf_order_exported_status','1'),(83069,1832,'wf_order_exported_status','1'),(83070,1833,'wf_order_exported_status','1'),(83071,1834,'wf_order_exported_status','1'),(83072,1835,'wf_order_exported_status','1'),(83073,1836,'wf_order_exported_status','1'),(83074,1837,'wf_order_exported_status','1'),(83075,1838,'wf_order_exported_status','1'),(83076,1839,'wf_order_exported_status','1'),(83077,1841,'wf_order_exported_status','1'),(83078,1842,'wf_order_exported_status','1'),(83079,1843,'wf_order_exported_status','1'),(83080,1844,'wf_order_exported_status','1'),(83081,1845,'wf_order_exported_status','1'),(83082,1846,'wf_order_exported_status','1'),(83083,1847,'wf_order_exported_status','1'),(83084,1848,'wf_order_exported_status','1'),(83085,1849,'wf_order_exported_status','1'),(83086,1850,'wf_order_exported_status','1'),(83087,1852,'wf_order_exported_status','1'),(83088,1853,'wf_order_exported_status','1'),(83089,1854,'wf_order_exported_status','1'),(83090,1855,'wf_order_exported_status','1'),(83091,1856,'wf_order_exported_status','1'),(83092,1857,'wf_order_exported_status','1'),(83093,1859,'wf_order_exported_status','1'),(83095,1862,'wf_order_exported_status','1'),(83096,1863,'wf_order_exported_status','1'),(83097,1864,'wf_order_exported_status','1'),(83098,1865,'wf_order_exported_status','1'),(83099,1867,'wf_order_exported_status','1'),(83100,1868,'wf_order_exported_status','1'),(83101,1869,'wf_order_exported_status','1'),(83102,1870,'wf_order_exported_status','1'),(83103,1871,'wf_order_exported_status','1'),(83104,1872,'wf_order_exported_status','1'),(83105,1873,'wf_order_exported_status','1'),(83106,1874,'wf_order_exported_status','1'),(83107,1875,'wf_order_exported_status','1'),(83108,1876,'wf_order_exported_status','1'),(83109,1877,'wf_order_exported_status','1'),(83110,1878,'wf_order_exported_status','1'),(83111,1879,'wf_order_exported_status','1'),(83112,1880,'wf_order_exported_status','1'),(83113,1881,'wf_order_exported_status','1'),(83114,1882,'wf_order_exported_status','1'),(83115,1883,'wf_order_exported_status','1'),(83116,1884,'wf_order_exported_status','1'),(83117,1886,'wf_order_exported_status','1'),(83118,1887,'wf_order_exported_status','1'),(83119,1888,'wf_order_exported_status','1'),(83120,1889,'wf_order_exported_status','1'),(83121,1890,'wf_order_exported_status','1'),(83122,1891,'wf_order_exported_status','1'),(83123,1892,'wf_order_exported_status','1'),(83124,1893,'wf_order_exported_status','1'),(83125,1894,'wf_order_exported_status','1'),(83126,1895,'wf_order_exported_status','1'),(83127,1896,'wf_order_exported_status','1'),(83128,1897,'wf_order_exported_status','1'),(83129,1898,'wf_order_exported_status','1'),(83130,1899,'wf_order_exported_status','1'),(83131,1900,'wf_order_exported_status','1'),(83132,1901,'wf_order_exported_status','1'),(83133,1898,'_edit_lock','1684783431:2'),(83134,1898,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239695\";s:12:\"date_shipped\";s:10:\"1684713600\";s:11:\"tracking_id\";s:32:\"d6060711fd631102f7c6c625bc9386c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239684\";s:12:\"date_shipped\";i:1684783567;s:11:\"tracking_id\";s:32:\"3d8c628dc762438d7a6f2cee47650808\";}}'),(83135,1898,'_edit_last','2'),(83136,1898,'_date_completed','1684783569'),(83137,1898,'_completed_date','2023-05-22 19:26:09'),(83138,1900,'_edit_lock','1684783483:2'),(83139,1900,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239798\";s:12:\"date_shipped\";s:10:\"1684713600\";s:11:\"tracking_id\";s:32:\"83ace76b8c503bc30d61b59c86b9e665\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239787\";s:12:\"date_shipped\";i:1684783604;s:11:\"tracking_id\";s:32:\"da6e11159dcba61cfc93e9e51750db3f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239776\";s:12:\"date_shipped\";i:1684783609;s:11:\"tracking_id\";s:32:\"09a231bffa72b4d3a40334dbfdb86a59\";}}'),(83140,1900,'_edit_last','2'),(83141,1900,'_date_completed','1684783614'),(83142,1900,'_completed_date','2023-05-22 19:26:54'),(83143,1899,'_edit_lock','1684783523:2'),(83144,1899,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239732\";s:12:\"date_shipped\";s:10:\"1684713600\";s:11:\"tracking_id\";s:32:\"22531c7e9d57808b74b531fadbaef3a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239721\";s:12:\"date_shipped\";i:1684783658;s:11:\"tracking_id\";s:32:\"4bcadd754b53921f23a891ad3cd0561a\";}}'),(83145,1899,'_edit_last','2'),(83146,1899,'_date_completed','1684783660'),(83147,1899,'_completed_date','2023-05-22 19:27:40'),(83148,1902,'_order_key','wc_order_EQUuuUbY4f0WN'),(83149,1902,'_customer_user','5'),(83150,1902,'_payment_method','paypal'),(83151,1902,'_payment_method_title','PayPal'),(83152,1902,'_customer_ip_address','73.180.17.169'),(83153,1902,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83154,1902,'_created_via','checkout'),(83155,1902,'_cart_hash','a4241bcc67b52b8ddf4169747e9fc9ce'),(83156,1902,'_download_permissions_granted','yes'),(83157,1902,'_recorded_sales','yes'),(83158,1902,'_recorded_coupon_usage_counts','yes'),(83159,1902,'_new_order_email_sent','true'),(83160,1902,'_order_stock_reduced','yes'),(83161,1902,'_billing_first_name','Mark'),(83162,1902,'_billing_last_name','Meyer'),(83163,1902,'_billing_company','lice clinics of america- portland'),(83164,1902,'_billing_address_1','5201 SW Westgate Dr suite 106'),(83165,1902,'_billing_address_2','106'),(83166,1902,'_billing_city','portland'),(83167,1902,'_billing_state','OR'),(83168,1902,'_billing_postcode','97221'),(83169,1902,'_billing_country','US'),(83170,1902,'_billing_email','noemi.and.mark@nwliceclinics.com'),(83171,1902,'_billing_phone','5034040475'),(83172,1902,'_shipping_first_name','Mark'),(83173,1902,'_shipping_last_name','Meyer'),(83174,1902,'_shipping_company','lice clinics of america- portland'),(83175,1902,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(83176,1902,'_shipping_address_2','106'),(83177,1902,'_shipping_city','portland'),(83178,1902,'_shipping_state','OR'),(83179,1902,'_shipping_postcode','97221'),(83180,1902,'_shipping_country','US'),(83181,1902,'_order_currency','USD'),(83182,1902,'_cart_discount','0'),(83183,1902,'_cart_discount_tax','0'),(83184,1902,'_order_shipping','0'),(83185,1902,'_order_shipping_tax','0'),(83186,1902,'_order_tax','0'),(83187,1902,'_order_total','2094.72'),(83188,1902,'_order_version','7.7.0'),(83189,1902,'_prices_include_tax','no'),(83190,1902,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(83191,1902,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(83192,1902,'is_vat_exempt','no'),(83193,1902,'Payment type','instant'),(83194,1902,'_paypal_status','completed'),(83195,1902,'_transaction_id','4B399171JV067284H'),(83196,1902,'PayPal Transaction Fee','73.60'),(83197,1902,'_date_paid','1684875002'),(83198,1902,'_paid_date','2023-05-23 20:50:02'),(83199,1903,'_order_key','wc_order_IGxdLQ9g0i1yC'),(83200,1903,'_customer_user','60'),(83201,1903,'_payment_method','paypal'),(83202,1903,'_payment_method_title','PayPal'),(83203,1903,'_customer_ip_address','24.13.229.23'),(83204,1903,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(83205,1903,'_created_via','checkout'),(83206,1903,'_cart_hash','fa0ae150de665f4c7480197d1dd75b8e'),(83207,1903,'_download_permissions_granted','yes'),(83208,1903,'_recorded_sales','yes'),(83209,1903,'_recorded_coupon_usage_counts','yes'),(83210,1903,'_new_order_email_sent','true'),(83211,1903,'_order_stock_reduced','yes'),(83212,1903,'_billing_first_name','Jill'),(83213,1903,'_billing_last_name','Leshtz'),(83214,1903,'_billing_company','Lice clinics of America-North Shore'),(83215,1903,'_billing_address_1','1580 Lancelot Avenue'),(83216,1903,'_billing_city','Highland park'),(83217,1903,'_billing_state','IL'),(83218,1903,'_billing_postcode','60035'),(83219,1903,'_billing_country','US'),(83220,1903,'_billing_email','jleshtz@gmail.com'),(83221,1903,'_billing_phone','8473639001'),(83222,1903,'_shipping_first_name','Jill'),(83223,1903,'_shipping_last_name','Leshtz'),(83224,1903,'_shipping_company','Lice clinics of America-North Shore'),(83225,1903,'_shipping_address_1','1580 Lancelot Avenue'),(83226,1903,'_shipping_city','Highland park'),(83227,1903,'_shipping_state','IL'),(83228,1903,'_shipping_postcode','60035'),(83229,1903,'_shipping_country','US'),(83230,1903,'_order_currency','USD'),(83231,1903,'_cart_discount','0'),(83232,1903,'_cart_discount_tax','0'),(83233,1903,'_order_shipping','43.33'),(83234,1903,'_order_shipping_tax','0'),(83235,1903,'_order_tax','0'),(83236,1903,'_order_total','43.33'),(83237,1903,'_order_version','7.6.1'),(83238,1903,'_prices_include_tax','no'),(83239,1903,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(83240,1903,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(83241,1903,'is_vat_exempt','no'),(83242,1903,'Payment type','instant'),(83243,1903,'_paypal_status','completed'),(83244,1903,'_transaction_id','4SD17862RU401262X'),(83245,1903,'PayPal Transaction Fee','2.00'),(83246,1903,'_date_paid','1684882554'),(83247,1903,'_paid_date','2023-05-23 22:55:54'),(83248,1903,'_edit_lock','1685552067:2'),(83249,1903,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240130\";s:12:\"date_shipped\";s:10:\"1684886400\";s:11:\"tracking_id\";s:32:\"1d4aa734a30e2e861958c25305d9c83e\";}}'),(83250,1903,'_edit_last','2'),(83251,1903,'_date_completed','1684960993'),(83252,1903,'_completed_date','2023-05-24 20:43:13'),(83259,1905,'_order_key','wc_order_vwLAOhaKPEyaG'),(83260,1905,'_customer_user','76'),(83261,1905,'_payment_method','paypal'),(83262,1905,'_payment_method_title','PayPal'),(83263,1905,'_customer_ip_address','146.115.118.214'),(83264,1905,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(83265,1905,'_created_via','checkout'),(83266,1905,'_cart_hash','7788dfdb0422c554c5cbd4bd9c310bb7'),(83267,1905,'_download_permissions_granted','yes'),(83268,1905,'_recorded_sales','yes'),(83269,1905,'_recorded_coupon_usage_counts','yes'),(83270,1905,'_new_order_email_sent','true'),(83271,1905,'_order_stock_reduced','yes'),(83272,1905,'_billing_first_name','Naomi'),(83273,1905,'_billing_last_name','Golden'),(83274,1905,'_billing_address_1','31 Mann Ave'),(83275,1905,'_billing_city','Needham'),(83276,1905,'_billing_state','MA'),(83277,1905,'_billing_postcode','02492'),(83278,1905,'_billing_country','US'),(83279,1905,'_billing_email','nrgolden6486@gmail.com'),(83280,1905,'_billing_phone','617-851-1322'),(83281,1905,'_shipping_first_name','Naomi'),(83282,1905,'_shipping_last_name','Golden'),(83283,1905,'_shipping_company','Lice Aunties'),(83284,1905,'_shipping_address_1','3 Baldwin Green Common'),(83285,1905,'_shipping_address_2','Suite 310'),(83286,1905,'_shipping_city','Woburn'),(83287,1905,'_shipping_state','MA'),(83288,1905,'_shipping_postcode','01801'),(83289,1905,'_shipping_country','US'),(83290,1905,'_order_currency','USD'),(83291,1905,'_cart_discount','0'),(83292,1905,'_cart_discount_tax','0'),(83293,1905,'_order_shipping','0'),(83294,1905,'_order_shipping_tax','0'),(83295,1905,'_order_tax','0'),(83296,1905,'_order_total','554.20'),(83297,1905,'_order_version','7.7.0'),(83298,1905,'_prices_include_tax','no'),(83299,1905,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(83300,1905,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(83301,1905,'is_vat_exempt','no'),(83302,1905,'Payment type','instant'),(83303,1905,'_paypal_status','completed'),(83304,1905,'_transaction_id','5EH08892JH225534F'),(83305,1905,'PayPal Transaction Fee','19.83'),(83306,1905,'_date_paid','1684962617'),(83307,1905,'_paid_date','2023-05-24 21:10:17'),(83308,1906,'_order_key','wc_order_nuwClAOUqSX7y'),(83309,1906,'_customer_user','21'),(83310,1906,'_payment_method','paypal'),(83311,1906,'_payment_method_title','PayPal'),(83312,1906,'_customer_ip_address','173.216.41.31'),(83313,1906,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.138 Safari/537.36 Avast/112.0.21002.138'),(83314,1906,'_created_via','checkout'),(83315,1906,'_cart_hash','a45f8eaed1672827a0dc0ce64df0c7b7'),(83316,1906,'_download_permissions_granted','yes'),(83317,1906,'_recorded_sales','yes'),(83318,1906,'_recorded_coupon_usage_counts','yes'),(83319,1906,'_new_order_email_sent','true'),(83320,1906,'_order_stock_reduced','yes'),(83321,1906,'_billing_first_name','LCA'),(83322,1906,'_billing_last_name','Arkansas'),(83323,1906,'_billing_company','LCA - Central Arkansas'),(83324,1906,'_billing_address_1','1011 N. 2nd St., Ste. D'),(83325,1906,'_billing_city','Cabot'),(83326,1906,'_billing_state','AR'),(83327,1906,'_billing_postcode','72023'),(83328,1906,'_billing_country','US'),(83329,1906,'_billing_email','liceclinicslittlerock@gmail.com'),(83330,1906,'_billing_phone','15014249396'),(83331,1906,'_shipping_first_name','LCA'),(83332,1906,'_shipping_last_name','Arkansas'),(83333,1906,'_shipping_company','LCA - Central Arkansas'),(83334,1906,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(83335,1906,'_shipping_city','Cabot'),(83336,1906,'_shipping_state','AR'),(83337,1906,'_shipping_postcode','72023'),(83338,1906,'_shipping_country','US'),(83339,1906,'_order_currency','USD'),(83340,1906,'_cart_discount','0'),(83341,1906,'_cart_discount_tax','0'),(83342,1906,'_order_shipping','0'),(83343,1906,'_order_shipping_tax','0'),(83344,1906,'_order_tax','0'),(83345,1906,'_order_total','558.90'),(83346,1906,'_order_version','7.7.0'),(83347,1906,'_prices_include_tax','no'),(83348,1906,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(83349,1906,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(83350,1906,'is_vat_exempt','no'),(83351,1906,'Payment type','instant'),(83352,1906,'_paypal_status','completed'),(83353,1906,'_transaction_id','8VU51295AG186293Y'),(83354,1906,'PayPal Transaction Fee','20.00'),(83355,1906,'_date_paid','1685024409'),(83356,1906,'_paid_date','2023-05-25 14:20:09'),(83357,1907,'_order_key','wc_order_J4ao9ihKL5ljO'),(83358,1907,'_customer_user','61'),(83359,1907,'_payment_method','paypal'),(83360,1907,'_payment_method_title','PayPal'),(83361,1907,'_customer_ip_address','217.180.201.156'),(83362,1907,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83363,1907,'_created_via','checkout'),(83364,1907,'_cart_hash','5c156cbacc96598d763e27f43bf555d1'),(83365,1907,'_download_permissions_granted','yes'),(83366,1907,'_recorded_sales','yes'),(83367,1907,'_recorded_coupon_usage_counts','yes'),(83368,1907,'_new_order_email_sent','true'),(83369,1907,'_order_stock_reduced','yes'),(83370,1907,'_billing_first_name','Judith'),(83371,1907,'_billing_last_name','Hayden'),(83372,1907,'_billing_company','LCAL Hayden LLC'),(83373,1907,'_billing_address_1','1795 Alysheba Way'),(83374,1907,'_billing_address_2','Ste 4105'),(83375,1907,'_billing_city','Lexington'),(83376,1907,'_billing_state','KY'),(83377,1907,'_billing_postcode','40509'),(83378,1907,'_billing_country','US'),(83379,1907,'_billing_email','judy@liceclinicslexington.com'),(83380,1907,'_billing_phone','8595376966'),(83381,1907,'_shipping_first_name','Judy'),(83382,1907,'_shipping_last_name','Hayden'),(83383,1907,'_shipping_company','Lice Clinics of America Lexington'),(83384,1907,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(83385,1907,'_shipping_city','Lexington'),(83386,1907,'_shipping_state','KY'),(83387,1907,'_shipping_postcode','40509'),(83388,1907,'_shipping_country','US'),(83389,1907,'_order_currency','USD'),(83390,1907,'_cart_discount','0'),(83391,1907,'_cart_discount_tax','0'),(83392,1907,'_order_shipping','0'),(83393,1907,'_order_shipping_tax','0'),(83394,1907,'_order_tax','0'),(83395,1907,'_order_total','1077.78'),(83396,1907,'_order_version','7.7.2'),(83397,1907,'_prices_include_tax','no'),(83398,1907,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(83399,1907,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(83400,1907,'is_vat_exempt','no'),(83401,1907,'Payment type','instant'),(83402,1907,'_paypal_status','completed'),(83403,1907,'_transaction_id','7YP307526M5481625'),(83404,1907,'PayPal Transaction Fee','38.10'),(83405,1907,'_date_paid','1685025765'),(83406,1907,'_paid_date','2023-05-25 14:42:45'),(83450,1895,'_edit_lock','1685029991:2'),(83451,1901,'_edit_lock','1685552067:2'),(83452,1902,'_edit_lock','1685029992:2'),(83453,1895,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239570\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"6ba7f2a7da38b918c29118c9c6936fe6\";}}'),(83454,1901,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830239813\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"a75a1ca72597cd3bccd6be3b33fe45a9\";}}'),(83455,1902,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240107\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"24b03f45253e62cafc055e2c56f29311\";}}'),(83456,1895,'_edit_last','2'),(83457,1895,'_date_completed','1685030118'),(83458,1895,'_completed_date','2023-05-25 15:55:18'),(83459,1901,'_edit_last','2'),(83460,1901,'_date_completed','1685030123'),(83461,1901,'_completed_date','2023-05-25 15:55:23'),(83462,1902,'_edit_last','2'),(83463,1902,'_date_completed','1685030127'),(83464,1902,'_completed_date','2023-05-25 15:55:27'),(83465,1905,'_edit_lock','1685030059:2'),(83466,1905,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240302\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"478d54088c73d0eb769a589907279228\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240313\";s:12:\"date_shipped\";i:1685030166;s:11:\"tracking_id\";s:32:\"0850523128ecf33b9d84d7bcd25e24af\";}}'),(83467,1905,'_edit_last','2'),(83468,1905,'_date_completed','1685030169'),(83469,1905,'_completed_date','2023-05-25 15:56:09'),(83470,1906,'_edit_lock','1685035808:2'),(83471,1907,'_edit_lock','1686078768:2'),(83472,1906,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240368\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"8922e9b4fd90692c45eec18e2b797cc0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240357\";s:12:\"date_shipped\";i:1685035884;s:11:\"tracking_id\";s:32:\"10ed019cfe6ca9c3b2be16e2ba7a4674\";}}'),(83473,1906,'_edit_last','2'),(83474,1906,'_date_completed','1685035894'),(83475,1906,'_completed_date','2023-05-25 17:31:34'),(83476,1909,'_order_key','wc_order_hIFCvyAp8Y1HU'),(83477,1909,'_customer_user','66'),(83478,1909,'_payment_method','paypal'),(83479,1909,'_payment_method_title','PayPal'),(83480,1909,'_customer_ip_address','69.250.30.77'),(83481,1909,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42'),(83482,1909,'_created_via','checkout'),(83483,1909,'_cart_hash','f780f0a7cfa62443e63b0e3b835f228c'),(83484,1909,'_download_permissions_granted','yes'),(83485,1909,'_recorded_sales','yes'),(83486,1909,'_recorded_coupon_usage_counts','yes'),(83487,1909,'_new_order_email_sent','true'),(83488,1909,'_order_stock_reduced','yes'),(83489,1909,'_billing_first_name','Mark'),(83490,1909,'_billing_last_name','Dent'),(83491,1909,'_billing_company','Lice Clinics of Maryland'),(83492,1909,'_billing_address_1','801 W 33rd Street'),(83493,1909,'_billing_city','BAltimore'),(83494,1909,'_billing_state','MD'),(83495,1909,'_billing_postcode','21211'),(83496,1909,'_billing_country','US'),(83497,1909,'_billing_email','info@liceclinicsofmaryland.com'),(83498,1909,'_billing_phone','4438349991'),(83499,1909,'_shipping_first_name','Dawn'),(83500,1909,'_shipping_last_name','Mumaw'),(83501,1909,'_shipping_company','LCA Baltimore'),(83502,1909,'_shipping_address_1','604 Providence Road'),(83503,1909,'_shipping_city','Towson'),(83504,1909,'_shipping_state','MD'),(83505,1909,'_shipping_postcode','21286'),(83506,1909,'_shipping_country','US'),(83507,1909,'_order_currency','USD'),(83508,1909,'_cart_discount','0'),(83509,1909,'_cart_discount_tax','0'),(83510,1909,'_order_shipping','0'),(83511,1909,'_order_shipping_tax','0'),(83512,1909,'_order_tax','0'),(83513,1909,'_order_total','1540.02'),(83514,1909,'_order_version','7.7.0'),(83515,1909,'_prices_include_tax','no'),(83516,1909,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(83517,1909,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(83518,1909,'is_vat_exempt','no'),(83519,1909,'Payment type','instant'),(83520,1909,'_paypal_status','completed'),(83521,1909,'_transaction_id','1XY53980N2120750E'),(83522,1909,'PayPal Transaction Fee','54.24'),(83523,1909,'_date_paid','1685038298'),(83524,1909,'_paid_date','2023-05-25 18:11:38'),(83525,1907,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240405\";s:12:\"date_shipped\";s:10:\"1684972800\";s:11:\"tracking_id\";s:32:\"79231fcc02e8d09f9be62c1f7111dcec\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240390\";s:12:\"date_shipped\";i:1685044321;s:11:\"tracking_id\";s:32:\"7edcbffedd543144945b5aac5b24c4ac\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240380\";s:12:\"date_shipped\";i:1685044327;s:11:\"tracking_id\";s:32:\"8bd73c4c0a0c6a9fc1668f0a42d0ce61\";}}'),(83526,1907,'_edit_last','2'),(83527,1907,'_date_completed','1685044330'),(83528,1907,'_completed_date','2023-05-25 19:52:10'),(83529,287,'_edit_lock','1685044984:2'),(83530,287,'_edit_last','2'),(83539,1910,'_order_key','wc_order_1inGiOPjpbCBH'),(83540,1910,'_customer_user','4'),(83541,1910,'_payment_method','paypal'),(83542,1910,'_payment_method_title','PayPal'),(83543,1910,'_customer_ip_address','98.202.98.57'),(83544,1910,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83545,1910,'_created_via','checkout'),(83546,1910,'_cart_hash','3114ee606d00244b32baeb0c9e53cab0'),(83547,1910,'_download_permissions_granted','yes'),(83548,1910,'_recorded_sales','yes'),(83549,1910,'_recorded_coupon_usage_counts','yes'),(83550,1910,'_new_order_email_sent','true'),(83551,1910,'_order_stock_reduced','yes'),(83552,1910,'_billing_first_name','David'),(83553,1910,'_billing_last_name','Washburn'),(83554,1910,'_billing_company','Larada Sciences (LCA)'),(83555,1910,'_billing_address_1','4873 South State St.'),(83556,1910,'_billing_city','Murray'),(83557,1910,'_billing_state','UT'),(83558,1910,'_billing_postcode','84107'),(83559,1910,'_billing_country','US'),(83560,1910,'_billing_email','david@laradasciences.com'),(83561,1910,'_billing_phone','8019197428'),(83562,1910,'_shipping_first_name','David'),(83563,1910,'_shipping_last_name','Washburn'),(83564,1910,'_shipping_company','Larada Sciences (LCA)'),(83565,1910,'_shipping_address_1','4873 South State St.'),(83566,1910,'_shipping_city','Murray'),(83567,1910,'_shipping_state','UT'),(83568,1910,'_shipping_postcode','84107'),(83569,1910,'_shipping_country','US'),(83570,1910,'_order_currency','USD'),(83571,1910,'_cart_discount','0'),(83572,1910,'_cart_discount_tax','0'),(83573,1910,'_order_shipping','0'),(83574,1910,'_order_shipping_tax','0'),(83575,1910,'_order_tax','0'),(83576,1910,'_order_total','1169.50'),(83577,1910,'_order_version','7.7.0'),(83578,1910,'_prices_include_tax','no'),(83579,1910,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(83580,1910,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(83581,1910,'is_vat_exempt','no'),(83582,1911,'_order_key','wc_order_RvcKy3EFuQQd4'),(83583,1911,'_customer_user','0'),(83584,1911,'_payment_method','paypal'),(83585,1911,'_payment_method_title','PayPal'),(83586,1911,'_customer_ip_address','136.49.57.192'),(83587,1911,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83588,1911,'_created_via','checkout'),(83589,1911,'_cart_hash','d0a41174d5ee8274b65cd132cc006094'),(83590,1911,'_download_permissions_granted','yes'),(83591,1911,'_recorded_sales','yes'),(83592,1911,'_recorded_coupon_usage_counts','yes'),(83593,1911,'_new_order_email_sent','true'),(83594,1911,'_order_stock_reduced','yes'),(83595,1911,'_billing_first_name','Lee'),(83596,1911,'_billing_last_name','Rogers'),(83597,1911,'_billing_company','United States'),(83598,1911,'_billing_address_1','40 N Interstate 35'),(83599,1911,'_billing_address_2','APT 4B2'),(83600,1911,'_billing_city','Austin'),(83601,1911,'_billing_state','TX'),(83602,1911,'_billing_postcode','78701'),(83603,1911,'_billing_country','US'),(83604,1911,'_billing_email','leerogers3301@gmail.com'),(83605,1911,'_billing_phone','316-727-9951'),(83606,1911,'_shipping_first_name','Erica'),(83607,1911,'_shipping_last_name','Frogett'),(83608,1911,'_shipping_company','LCA Dublin'),(83609,1911,'_shipping_address_1','5910 Wilcox Place'),(83610,1911,'_shipping_address_2','Suite E'),(83611,1911,'_shipping_city','Dublin'),(83612,1911,'_shipping_state','OH'),(83613,1911,'_shipping_postcode','43016'),(83614,1911,'_shipping_country','US'),(83615,1911,'_order_currency','USD'),(83616,1911,'_cart_discount','0'),(83617,1911,'_cart_discount_tax','0'),(83618,1911,'_order_shipping','0'),(83619,1911,'_order_shipping_tax','0'),(83620,1911,'_order_tax','0'),(83621,1911,'_order_total','966.75'),(83622,1911,'_order_version','7.7.0'),(83623,1911,'_prices_include_tax','no'),(83624,1911,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(83625,1911,'_shipping_address_index','Erica Frogett LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(83626,1911,'is_vat_exempt','no'),(83627,1911,'Payment type','instant'),(83628,1911,'_paypal_status','completed'),(83629,1911,'_transaction_id','1JD91217MA124771X'),(83630,1911,'PayPal Transaction Fee','34.23'),(83631,1911,'_date_paid','1685111088'),(83632,1911,'_paid_date','2023-05-26 14:24:48'),(83633,1910,'_edit_lock','1685133553:2'),(83634,1910,'_edit_last','2'),(83635,1909,'_edit_lock','1685113596:2'),(83636,1911,'_edit_lock','1685133592:2'),(83637,1909,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240530\";s:12:\"date_shipped\";s:10:\"1685059200\";s:11:\"tracking_id\";s:32:\"34b08877719c33c1551802f32e15b325\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240520\";s:12:\"date_shipped\";i:1685113620;s:11:\"tracking_id\";s:32:\"dade998516460d41ef03d2317e790adc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240519\";s:12:\"date_shipped\";i:1685113630;s:11:\"tracking_id\";s:32:\"546f8680bf4c2c5e043306c88eca3142\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240508\";s:12:\"date_shipped\";i:1685113637;s:11:\"tracking_id\";s:32:\"76d1e3f9bcdfa73d96745d5849aaa217\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240493\";s:12:\"date_shipped\";i:1685113644;s:11:\"tracking_id\";s:32:\"5fb28ac24e941992f0d54279016dbaf4\";}}'),(83638,1909,'_edit_last','2'),(83639,1909,'_date_completed','1685113653'),(83640,1909,'_completed_date','2023-05-26 15:07:33'),(83641,1910,'Payment type','instant'),(83642,1910,'_paypal_status','completed'),(83643,1910,'_transaction_id','4MP32312F21991614'),(83644,1910,'PayPal Transaction Fee','41.31'),(83645,1910,'_date_paid','1685114105'),(83646,1910,'_paid_date','2023-05-26 15:15:05'),(83647,1910,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240600\";s:12:\"date_shipped\";s:10:\"1685059200\";s:11:\"tracking_id\";s:32:\"4557160fbce781b3378602a7120f217c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240596\";s:12:\"date_shipped\";i:1685133644;s:11:\"tracking_id\";s:32:\"badb82cb7c0d268bae4ce6555c3f8e6d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240585\";s:12:\"date_shipped\";i:1685133653;s:11:\"tracking_id\";s:32:\"d2b5881d01fb2fadbd34dc17e4a081d9\";}}'),(83648,1910,'_date_completed','1685133655'),(83649,1910,'_completed_date','2023-05-26 20:40:55'),(83650,1911,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240574\";s:12:\"date_shipped\";s:10:\"1685059200\";s:11:\"tracking_id\";s:32:\"5b761e892add279c0df4b93e5327a908\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240563\";s:12:\"date_shipped\";i:1685133730;s:11:\"tracking_id\";s:32:\"d348a1f5e82a4f17bd9cae761ca6ef2b\";}}'),(83651,1911,'_edit_last','2'),(83652,1911,'_date_completed','1685133732'),(83653,1911,'_completed_date','2023-05-26 20:42:12'),(83654,1912,'_order_key','wc_order_fGuF4qqki5xrz'),(83655,1912,'_customer_user','20'),(83656,1912,'_payment_method','paypal'),(83657,1912,'_payment_method_title','PayPal'),(83658,1912,'_customer_ip_address','45.51.241.116'),(83659,1912,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83660,1912,'_created_via','checkout'),(83661,1912,'_cart_hash','634c7743ec7f488b6cf0697b1a338e43'),(83662,1912,'_download_permissions_granted','no'),(83663,1912,'_recorded_sales','no'),(83664,1912,'_recorded_coupon_usage_counts','no'),(83665,1912,'_new_order_email_sent','false'),(83666,1912,'_order_stock_reduced','no'),(83667,1912,'_billing_first_name','Hasani'),(83668,1912,'_billing_last_name','Thompson'),(83669,1912,'_billing_company','Heat in Hair'),(83670,1912,'_billing_address_1','27225 Camp Plenty Road'),(83671,1912,'_billing_address_2','1D'),(83672,1912,'_billing_city','Santa Clarita'),(83673,1912,'_billing_state','CA'),(83674,1912,'_billing_postcode','91351'),(83675,1912,'_billing_country','US'),(83676,1912,'_billing_email','info@liceclinicssantaclarita.com'),(83677,1912,'_billing_phone','6615850263'),(83678,1912,'_shipping_first_name','Hasani'),(83679,1912,'_shipping_last_name','Thompson'),(83680,1912,'_shipping_company','Heat in Hair'),(83681,1912,'_shipping_address_1','5145 Nightsky Place'),(83682,1912,'_shipping_city','Palmdale'),(83683,1912,'_shipping_state','CA'),(83684,1912,'_shipping_postcode','93552'),(83685,1912,'_shipping_country','US'),(83686,1912,'_order_currency','USD'),(83687,1912,'_cart_discount','0'),(83688,1912,'_cart_discount_tax','0'),(83689,1912,'_order_shipping','267.57'),(83690,1912,'_order_shipping_tax','0'),(83691,1912,'_order_tax','0'),(83692,1912,'_order_total','866.19'),(83693,1912,'_order_version','7.7.0'),(83694,1912,'_prices_include_tax','no'),(83695,1912,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(83696,1912,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(83697,1912,'is_vat_exempt','no'),(83698,1913,'_order_key','wc_order_uqiZ2lhs8YEuC'),(83699,1913,'_customer_user','20'),(83700,1913,'_payment_method','paypal'),(83701,1913,'_payment_method_title','PayPal'),(83702,1913,'_customer_ip_address','45.51.241.116'),(83703,1913,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83704,1913,'_created_via','checkout'),(83705,1913,'_cart_hash','634c7743ec7f488b6cf0697b1a338e43'),(83706,1913,'_download_permissions_granted','no'),(83707,1913,'_recorded_sales','no'),(83708,1913,'_recorded_coupon_usage_counts','no'),(83709,1913,'_new_order_email_sent','false'),(83710,1913,'_order_stock_reduced','no'),(83711,1913,'_billing_first_name','Hasani'),(83712,1913,'_billing_last_name','Thompson'),(83713,1913,'_billing_company','Heat in Hair'),(83714,1913,'_billing_address_1','27225 Camp Plenty Road'),(83715,1913,'_billing_address_2','1D'),(83716,1913,'_billing_city','Santa Clarita'),(83717,1913,'_billing_state','CA'),(83718,1913,'_billing_postcode','91351'),(83719,1913,'_billing_country','US'),(83720,1913,'_billing_email','info@liceclinicssantaclarita.com'),(83721,1913,'_billing_phone','6615850263'),(83722,1913,'_shipping_first_name','Hasani'),(83723,1913,'_shipping_last_name','Thompson'),(83724,1913,'_shipping_company','Heat in Hair'),(83725,1913,'_shipping_address_1','5145 Nightsky Place'),(83726,1913,'_shipping_city','Palmdale'),(83727,1913,'_shipping_state','CA'),(83728,1913,'_shipping_postcode','93552'),(83729,1913,'_shipping_country','US'),(83730,1913,'_order_currency','USD'),(83731,1913,'_cart_discount','0'),(83732,1913,'_cart_discount_tax','0'),(83733,1913,'_order_shipping','267.57'),(83734,1913,'_order_shipping_tax','0'),(83735,1913,'_order_tax','0'),(83736,1913,'_order_total','866.19'),(83737,1913,'_order_version','7.7.0'),(83738,1913,'_prices_include_tax','no'),(83739,1913,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(83740,1913,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(83741,1913,'is_vat_exempt','no'),(83742,1914,'_order_key','wc_order_liojeYffLBVuE'),(83743,1914,'_customer_user','20'),(83744,1914,'_payment_method','paypal'),(83745,1914,'_payment_method_title','PayPal'),(83746,1914,'_customer_ip_address','45.51.241.116'),(83747,1914,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83748,1914,'_created_via','checkout'),(83749,1914,'_cart_hash','634c7743ec7f488b6cf0697b1a338e43'),(83750,1914,'_download_permissions_granted','yes'),(83751,1914,'_recorded_sales','yes'),(83752,1914,'_recorded_coupon_usage_counts','yes'),(83753,1914,'_new_order_email_sent','true'),(83754,1914,'_order_stock_reduced','yes'),(83755,1914,'_billing_first_name','Hasani'),(83756,1914,'_billing_last_name','Thompson'),(83757,1914,'_billing_company','Heat in Hair'),(83758,1914,'_billing_address_1','27225 Camp Plenty Road'),(83759,1914,'_billing_address_2','1D'),(83760,1914,'_billing_city','Santa Clarita'),(83761,1914,'_billing_state','CA'),(83762,1914,'_billing_postcode','91351'),(83763,1914,'_billing_country','US'),(83764,1914,'_billing_email','info@liceclinicssantaclarita.com'),(83765,1914,'_billing_phone','6615850263'),(83766,1914,'_shipping_first_name','Hasani'),(83767,1914,'_shipping_last_name','Thompson'),(83768,1914,'_shipping_company','Heat in Hair'),(83769,1914,'_shipping_address_1','5145 Nightsky Place'),(83770,1914,'_shipping_city','Palmdale'),(83771,1914,'_shipping_state','CA'),(83772,1914,'_shipping_postcode','93552'),(83773,1914,'_shipping_country','US'),(83774,1914,'_order_currency','USD'),(83775,1914,'_cart_discount','0'),(83776,1914,'_cart_discount_tax','0'),(83777,1914,'_order_shipping','267.57'),(83778,1914,'_order_shipping_tax','0'),(83779,1914,'_order_tax','0'),(83780,1914,'_order_total','866.19'),(83781,1914,'_order_version','7.7.0'),(83782,1914,'_prices_include_tax','no'),(83783,1914,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(83784,1914,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(83785,1914,'is_vat_exempt','no'),(83786,1914,'Payment type','instant'),(83787,1914,'_paypal_status','completed'),(83788,1914,'_transaction_id','6UP570154H1316513'),(83789,1914,'PayPal Transaction Fee','30.72'),(83790,1914,'_date_paid','1685223112'),(83791,1914,'_paid_date','2023-05-27 21:31:52'),(83792,1914,'_edit_lock','1685478649:2'),(83793,1914,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240703\";s:12:\"date_shipped\";s:10:\"1685404800\";s:11:\"tracking_id\";s:32:\"a539fb08f07833565347b23a0a557353\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240699\";s:12:\"date_shipped\";i:1685478789;s:11:\"tracking_id\";s:32:\"eda477368e0842bd62f5f65338b7fa89\";}}'),(83794,1914,'_edit_last','2'),(83795,1914,'_date_completed','1685460723'),(83796,1914,'_completed_date','2023-05-30 15:32:03'),(83797,1915,'_order_key','wc_order_CCVXcYbCeJuPc'),(83798,1915,'_customer_user','7'),(83799,1915,'_payment_method','paypal'),(83800,1915,'_payment_method_title','PayPal'),(83801,1915,'_customer_ip_address','71.93.225.128'),(83802,1915,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83803,1915,'_created_via','checkout'),(83804,1915,'_cart_hash','21649d4c07246a1bcd83d718700559bd'),(83805,1915,'_download_permissions_granted','yes'),(83806,1915,'_recorded_sales','yes'),(83807,1915,'_recorded_coupon_usage_counts','yes'),(83808,1915,'_new_order_email_sent','true'),(83809,1915,'_order_stock_reduced','yes'),(83810,1915,'_billing_first_name','Amy'),(83811,1915,'_billing_last_name','Allen'),(83812,1915,'_billing_company','Lice Clinics Of America'),(83813,1915,'_billing_address_1','251 Promise Way'),(83814,1915,'_billing_city','Hollister'),(83815,1915,'_billing_state','CA'),(83816,1915,'_billing_postcode','95023'),(83817,1915,'_billing_country','US'),(83818,1915,'_billing_email','lca.gilroy@gmail.com'),(83819,1915,'_billing_phone','4085005537'),(83820,1915,'_shipping_first_name','Amy'),(83821,1915,'_shipping_last_name','Allen'),(83822,1915,'_shipping_company','Lice Clinics Of America'),(83823,1915,'_shipping_address_1','7680 Monterey St Ste 104'),(83824,1915,'_shipping_city','Gilroy'),(83825,1915,'_shipping_state','CA'),(83826,1915,'_shipping_postcode','95020'),(83827,1915,'_shipping_country','US'),(83828,1915,'_order_currency','USD'),(83829,1915,'_cart_discount','0'),(83830,1915,'_cart_discount_tax','0'),(83831,1915,'_order_shipping','0'),(83832,1915,'_order_shipping_tax','0'),(83833,1915,'_order_tax','0'),(83834,1915,'_order_total','610.16'),(83835,1915,'_order_version','7.7.2'),(83836,1915,'_prices_include_tax','no'),(83837,1915,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(83838,1915,'_shipping_address_index','Amy Allen Lice Clinics Of America 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(83839,1915,'is_vat_exempt','no'),(83840,1915,'_edit_lock','1685995044:2'),(83841,1915,'_edit_last','2'),(83848,1916,'_order_key','wc_order_7Daum2pqPz7j0'),(83849,1916,'_customer_user','76'),(83850,1916,'_payment_method','paypal'),(83851,1916,'_payment_method_title','PayPal'),(83852,1916,'_customer_ip_address','146.115.131.163'),(83853,1916,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(83854,1916,'_created_via','checkout'),(83855,1916,'_cart_hash','6b09e8d682fb8e35adc1e8a8d08a63fe'),(83856,1916,'_download_permissions_granted','yes'),(83857,1916,'_recorded_sales','yes'),(83858,1916,'_recorded_coupon_usage_counts','yes'),(83859,1916,'_new_order_email_sent','true'),(83860,1916,'_order_stock_reduced','yes'),(83861,1916,'_billing_first_name','Naomi'),(83862,1916,'_billing_last_name','Golden'),(83863,1916,'_billing_address_1','31 Mann Ave'),(83864,1916,'_billing_city','Needham'),(83865,1916,'_billing_state','MA'),(83866,1916,'_billing_postcode','02492'),(83867,1916,'_billing_country','US'),(83868,1916,'_billing_email','nrgolden6486@gmail.com'),(83869,1916,'_billing_phone','617-851-1322'),(83870,1916,'_shipping_first_name','Naomi'),(83871,1916,'_shipping_last_name','Golden'),(83872,1916,'_shipping_company','Lice Aunties'),(83873,1916,'_shipping_address_1','1349 Centre Street'),(83874,1916,'_shipping_address_2','Suite 3'),(83875,1916,'_shipping_city','Newton'),(83876,1916,'_shipping_state','MA'),(83877,1916,'_shipping_postcode','02459'),(83878,1916,'_shipping_country','US'),(83879,1916,'_order_currency','USD'),(83880,1916,'_cart_discount','0'),(83881,1916,'_cart_discount_tax','0'),(83882,1916,'_order_shipping','0'),(83883,1916,'_order_shipping_tax','0'),(83884,1916,'_order_tax','0'),(83885,1916,'_order_total','580.80'),(83886,1916,'_order_version','7.7.1'),(83887,1916,'_prices_include_tax','no'),(83888,1916,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(83889,1916,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 Newton MA 02459 US '),(83890,1916,'is_vat_exempt','no'),(83891,1916,'Payment type','instant'),(83892,1916,'_paypal_status','completed'),(83893,1916,'_transaction_id','01D18766U1457980H'),(83894,1916,'PayPal Transaction Fee','20.76'),(83895,1916,'_date_paid','1685486518'),(83896,1916,'_paid_date','2023-05-30 22:41:58'),(83897,216,'_edit_lock','1685554806:2'),(83898,216,'_edit_last','2'),(83901,1916,'_edit_lock','1685555094:2'),(83902,1916,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830240839\";s:12:\"date_shipped\";s:10:\"1685491200\";s:11:\"tracking_id\";s:32:\"334f8eb5919d3d8584fac309539adb5f\";}}'),(83903,1916,'_edit_last','2'),(83904,1916,'_date_completed','1685555227'),(83905,1916,'_completed_date','2023-05-31 17:47:07'),(83906,1917,'_order_key','wc_order_wI14WjACSIDhB'),(83907,1917,'_customer_user','37'),(83908,1917,'_payment_method','paypal'),(83909,1917,'_payment_method_title','PayPal'),(83910,1917,'_customer_ip_address','71.28.105.167'),(83911,1917,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.57'),(83912,1917,'_created_via','checkout'),(83913,1917,'_cart_hash','6bfd72a1c6e6429ed4e5bddb13093810'),(83914,1917,'_download_permissions_granted','yes'),(83915,1917,'_recorded_sales','yes'),(83916,1917,'_recorded_coupon_usage_counts','yes'),(83917,1917,'_new_order_email_sent','true'),(83918,1917,'_order_stock_reduced','yes'),(83919,1917,'_billing_first_name','Melody'),(83920,1917,'_billing_last_name','Carter'),(83921,1917,'_billing_company','Family Hair Clinic of South Ga LLC'),(83922,1917,'_billing_address_1','7754 GA HIGHWAY 122 W'),(83923,1917,'_billing_city','HAHIRA'),(83924,1917,'_billing_state','GA'),(83925,1917,'_billing_postcode','31632-2210'),(83926,1917,'_billing_country','US'),(83927,1917,'_billing_email','familyhairclinic@gmail.com'),(83928,1917,'_billing_phone','2294151748'),(83929,1917,'_shipping_first_name','Melody'),(83930,1917,'_shipping_last_name','Carter'),(83931,1917,'_shipping_company','Family Hair Clinic of South Ga LLC'),(83932,1917,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(83933,1917,'_shipping_city','HAHIRA'),(83934,1917,'_shipping_state','GA'),(83935,1917,'_shipping_postcode','31632-2210'),(83936,1917,'_shipping_country','US'),(83937,1917,'_order_currency','USD'),(83938,1917,'_cart_discount','0'),(83939,1917,'_cart_discount_tax','0'),(83940,1917,'_order_shipping','55.38'),(83941,1917,'_order_shipping_tax','0'),(83942,1917,'_order_tax','0'),(83943,1917,'_order_total','378.74'),(83944,1917,'_order_version','7.7.2'),(83945,1917,'_prices_include_tax','no'),(83946,1917,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(83947,1917,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(83948,1917,'is_vat_exempt','no'),(83949,1918,'_order_key','wc_order_hyMIsI5TERg1D'),(83950,1918,'_customer_user','38'),(83951,1918,'_payment_method','paypal'),(83952,1918,'_payment_method_title','PayPal'),(83953,1918,'_customer_ip_address','50.250.159.146'),(83954,1918,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.50'),(83955,1918,'_created_via','checkout'),(83956,1918,'_cart_hash','a355cba05689a26aa6a137524367b6e8'),(83957,1918,'_download_permissions_granted','yes'),(83958,1918,'_recorded_sales','yes'),(83959,1918,'_recorded_coupon_usage_counts','yes'),(83960,1918,'_new_order_email_sent','true'),(83961,1918,'_order_stock_reduced','yes'),(83962,1918,'_billing_first_name','Tami'),(83963,1918,'_billing_last_name','Mantia'),(83964,1918,'_billing_company','Lice Solutions'),(83965,1918,'_billing_address_1','636 Ruby Trust Way'),(83966,1918,'_billing_city','Castle Rock'),(83967,1918,'_billing_state','CO'),(83968,1918,'_billing_postcode','80108'),(83969,1918,'_billing_country','US'),(83970,1918,'_billing_email','tamimantia@gmail.com'),(83971,1918,'_billing_phone','3033196924'),(83972,1918,'_shipping_first_name','Melissa'),(83973,1918,'_shipping_last_name','Mantia'),(83974,1918,'_shipping_company','LCA North Pittsburgh'),(83975,1918,'_shipping_address_1','2213 Temperance Drive'),(83976,1918,'_shipping_city','Pittsburgh'),(83977,1918,'_shipping_state','PA'),(83978,1918,'_shipping_postcode','15237'),(83979,1918,'_shipping_country','US'),(83980,1918,'_order_currency','USD'),(83981,1918,'_cart_discount','0'),(83982,1918,'_cart_discount_tax','0'),(83983,1918,'_order_shipping','31.94'),(83984,1918,'_order_shipping_tax','0'),(83985,1918,'_order_tax','0'),(83986,1918,'_order_total','31.94'),(83987,1918,'_order_version','7.7.2'),(83988,1918,'_prices_include_tax','no'),(83989,1918,'_billing_address_index','Tami Mantia Lice Solutions 636 Ruby Trust Way  Castle Rock CO 80108 US tamimantia@gmail.com 3033196924'),(83990,1918,'_shipping_address_index','Melissa Mantia LCA North Pittsburgh 2213 Temperance Drive  Pittsburgh PA 15237 US '),(83991,1918,'is_vat_exempt','no'),(83993,1919,'_order_key','wc_order_FAdwvoen0Ht89'),(83994,1919,'_customer_user','92'),(83995,1919,'_payment_method','paypal'),(83996,1919,'_payment_method_title','PayPal'),(83997,1919,'_customer_ip_address','73.63.207.98'),(83998,1919,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(83999,1919,'_created_via','checkout'),(84000,1919,'_cart_hash','e9c73f4ad2776626444275a7e1c8efee'),(84001,1919,'_download_permissions_granted','yes'),(84002,1919,'_recorded_sales','yes'),(84003,1919,'_recorded_coupon_usage_counts','yes'),(84004,1919,'_new_order_email_sent','true'),(84005,1919,'_order_stock_reduced','yes'),(84006,1919,'_billing_first_name','Michelle'),(84007,1919,'_billing_last_name','Du'),(84008,1919,'_billing_company','LCA Fremont'),(84009,1919,'_billing_address_1','31372 Mackinaw Street'),(84010,1919,'_billing_city','Union City'),(84011,1919,'_billing_state','CA'),(84012,1919,'_billing_postcode','94587'),(84013,1919,'_billing_country','US'),(84014,1919,'_billing_email','info@liceclinicsfremont.com'),(84015,1919,'_billing_phone','510-770-4394'),(84016,1919,'_shipping_first_name','Michelle'),(84017,1919,'_shipping_last_name','Du'),(84018,1919,'_shipping_company','LCA Fremont'),(84019,1919,'_shipping_address_1','31372 Mackinaw Street'),(84020,1919,'_shipping_city','Union City'),(84021,1919,'_shipping_state','CA'),(84022,1919,'_shipping_postcode','94587'),(84023,1919,'_shipping_country','US'),(84024,1919,'_order_currency','USD'),(84025,1919,'_cart_discount','0'),(84026,1919,'_cart_discount_tax','0'),(84027,1919,'_order_shipping','0'),(84028,1919,'_order_shipping_tax','0'),(84029,1919,'_order_tax','0'),(84030,1919,'_order_total','504.72'),(84031,1919,'_order_version','7.7.2'),(84032,1919,'_prices_include_tax','no'),(84033,1919,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(84034,1919,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(84035,1919,'is_vat_exempt','no'),(84036,1918,'_edit_lock','1686769184:2'),(84037,1917,'_edit_lock','1685987499:2'),(84038,1917,'_edit_last','2'),(84039,1918,'_edit_last','2'),(84040,1919,'_edit_lock','1685727116:2'),(84041,1919,'_edit_last','2'),(84042,1921,'_order_key','wc_order_RMnizNDwQ94N9'),(84043,1921,'_customer_user','67'),(84044,1921,'_payment_method','paypal'),(84045,1921,'_payment_method_title','PayPal'),(84046,1921,'_customer_ip_address','74.77.55.50'),(84047,1921,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84048,1921,'_created_via','checkout'),(84049,1921,'_cart_hash','569077b439a2da70652ea1bc94680450'),(84050,1921,'_download_permissions_granted','yes'),(84051,1921,'_recorded_sales','yes'),(84052,1921,'_recorded_coupon_usage_counts','yes'),(84053,1921,'_new_order_email_sent','true'),(84054,1921,'_order_stock_reduced','yes'),(84055,1921,'_billing_first_name','Marnie'),(84056,1921,'_billing_last_name','Murray'),(84057,1921,'_billing_company','Naughty Nits'),(84058,1921,'_billing_address_1','2809 Wehrle Drive'),(84059,1921,'_billing_address_2','Suite 10'),(84060,1921,'_billing_city','Williamsville'),(84061,1921,'_billing_state','NY'),(84062,1921,'_billing_postcode','14221'),(84063,1921,'_billing_country','US'),(84064,1921,'_billing_email','liceclinicsupstateny@gmail.com'),(84065,1921,'_billing_phone','7166265423'),(84066,1921,'_shipping_first_name','Marnie'),(84067,1921,'_shipping_last_name','Murray'),(84068,1921,'_shipping_company','LCA Buffalo'),(84069,1921,'_shipping_address_1','2809 Wehrle Drive'),(84070,1921,'_shipping_address_2','Suite 10'),(84071,1921,'_shipping_city','Williamsville'),(84072,1921,'_shipping_state','NY'),(84073,1921,'_shipping_postcode','14221'),(84074,1921,'_shipping_country','US'),(84075,1921,'_order_currency','USD'),(84076,1921,'_cart_discount','0'),(84077,1921,'_cart_discount_tax','0'),(84078,1921,'_order_shipping','0'),(84079,1921,'_order_shipping_tax','0'),(84080,1921,'_order_tax','0'),(84081,1921,'_order_total','692.06'),(84082,1921,'_order_version','7.7.2'),(84083,1921,'_prices_include_tax','no'),(84084,1921,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(84085,1921,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(84086,1921,'is_vat_exempt','no'),(84087,1921,'Payment type','instant'),(84088,1921,'_paypal_status','completed'),(84089,1921,'_transaction_id','7D44838764472345V'),(84090,1921,'PayPal Transaction Fee','24.64'),(84091,1921,'_date_paid','1685626045'),(84092,1921,'_paid_date','2023-06-01 13:27:25'),(84093,1921,'_edit_lock','1685643434:2'),(84094,1922,'_order_key','wc_order_zOV8qtgaeciyn'),(84095,1922,'_customer_user','11'),(84096,1922,'_payment_method','paypal'),(84097,1922,'_payment_method_title','PayPal'),(84098,1922,'_customer_ip_address','74.131.22.162'),(84099,1922,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36'),(84100,1922,'_created_via','checkout'),(84101,1922,'_cart_hash','834e920bcac3ddf85f1f02fd7d159651'),(84102,1922,'_download_permissions_granted','yes'),(84103,1922,'_recorded_sales','yes'),(84104,1922,'_recorded_coupon_usage_counts','yes'),(84105,1922,'_new_order_email_sent','true'),(84106,1922,'_order_stock_reduced','yes'),(84107,1922,'_billing_first_name','Tina'),(84108,1922,'_billing_last_name','Hunt'),(84109,1922,'_billing_company','LCBG, LLC'),(84110,1922,'_billing_address_1','830 Fairview Ave.'),(84111,1922,'_billing_address_2','Suite A-4'),(84112,1922,'_billing_city','Bowling Green'),(84113,1922,'_billing_state','KY'),(84114,1922,'_billing_postcode','42101'),(84115,1922,'_billing_country','US'),(84116,1922,'_billing_email','info@liceclinicsbowlinggreen.com'),(84117,1922,'_billing_phone','2709996803'),(84118,1922,'_shipping_first_name','Tina'),(84119,1922,'_shipping_last_name','Hunt'),(84120,1922,'_shipping_address_1','494 Hub Boulevard'),(84121,1922,'_shipping_address_2','Apt 1012'),(84122,1922,'_shipping_city','Bowling Green'),(84123,1922,'_shipping_state','KY'),(84124,1922,'_shipping_postcode','42101'),(84125,1922,'_shipping_country','US'),(84126,1922,'_order_currency','USD'),(84127,1922,'_cart_discount','0'),(84128,1922,'_cart_discount_tax','0'),(84129,1922,'_order_shipping','15.41'),(84130,1922,'_order_shipping_tax','0'),(84131,1922,'_order_tax','0'),(84132,1922,'_order_total','241.32'),(84133,1922,'_order_version','7.7.2'),(84134,1922,'_prices_include_tax','no'),(84135,1922,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(84136,1922,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(84137,1922,'is_vat_exempt','no'),(84138,1922,'Payment type','instant'),(84139,1922,'_paypal_status','completed'),(84140,1922,'_transaction_id','6KX64469JR3283035'),(84141,1922,'PayPal Transaction Fee','8.91'),(84142,1922,'_date_paid','1685630911'),(84143,1922,'_paid_date','2023-06-01 14:48:31'),(84144,1923,'_order_key','wc_order_hexCVeSYrzFXg'),(84145,1923,'_customer_user','77'),(84146,1923,'_payment_method','paypal'),(84147,1923,'_payment_method_title','PayPal'),(84148,1923,'_customer_ip_address','107.205.56.86'),(84149,1923,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84150,1923,'_created_via','checkout'),(84151,1923,'_cart_hash','db2203d410ed9cedf8ccc5735860e518'),(84152,1923,'_download_permissions_granted','yes'),(84153,1923,'_recorded_sales','yes'),(84154,1923,'_recorded_coupon_usage_counts','yes'),(84155,1923,'_new_order_email_sent','true'),(84156,1923,'_order_stock_reduced','yes'),(84157,1923,'_billing_first_name','Phil'),(84158,1923,'_billing_last_name','Moon'),(84159,1923,'_billing_company','Lice Clinics of America--Central Valley'),(84160,1923,'_billing_address_1','585 56th Street'),(84161,1923,'_billing_city','Oakland'),(84162,1923,'_billing_state','CA'),(84163,1923,'_billing_postcode','94609'),(84164,1923,'_billing_country','US'),(84165,1923,'_billing_email','info@liceclinicsfresno.com'),(84166,1923,'_billing_phone','5593046305'),(84167,1923,'_shipping_first_name','Kristen'),(84168,1923,'_shipping_last_name','Maroot-Rippee'),(84169,1923,'_shipping_company','Lice Busters LLC. Central Valley'),(84170,1923,'_shipping_address_1','487 W. Scott Avenue'),(84171,1923,'_shipping_city','Fresno'),(84172,1923,'_shipping_state','CA'),(84173,1923,'_shipping_postcode','93704'),(84174,1923,'_shipping_country','US'),(84175,1923,'_order_currency','USD'),(84176,1923,'_cart_discount','0'),(84177,1923,'_cart_discount_tax','0'),(84178,1923,'_order_shipping','0'),(84179,1923,'_order_shipping_tax','0'),(84180,1923,'_order_tax','0'),(84181,1923,'_order_total','4786.19'),(84182,1923,'_order_version','7.7.2'),(84183,1923,'_prices_include_tax','no'),(84184,1923,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(84185,1923,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(84186,1923,'is_vat_exempt','no'),(84187,1923,'Payment type','instant'),(84188,1923,'_paypal_status','completed'),(84189,1923,'_transaction_id','7345862141583320X'),(84190,1923,'PayPal Transaction Fee','167.53'),(84191,1923,'_date_paid','1685637825'),(84192,1923,'_paid_date','2023-06-01 16:43:45'),(84193,1924,'_order_key','wc_order_ftVzopIy4XCrI'),(84194,1924,'_customer_user','28'),(84195,1924,'_payment_method','paypal'),(84196,1924,'_payment_method_title','PayPal'),(84197,1924,'_customer_ip_address','72.199.200.126'),(84198,1924,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84199,1924,'_created_via','checkout'),(84200,1924,'_cart_hash','ce454ed02e10841f56511e3083c8ab20'),(84201,1924,'_download_permissions_granted','yes'),(84202,1924,'_recorded_sales','yes'),(84203,1924,'_recorded_coupon_usage_counts','yes'),(84204,1924,'_new_order_email_sent','true'),(84205,1924,'_order_stock_reduced','yes'),(84206,1924,'_billing_first_name','Kelli'),(84207,1924,'_billing_last_name','Washington'),(84208,1924,'_billing_company','Lice Clinics of America - Temecula'),(84209,1924,'_billing_address_1','2438 Bear Rock Gln.'),(84210,1924,'_billing_city','Escondido'),(84211,1924,'_billing_state','CA'),(84212,1924,'_billing_postcode','92026'),(84213,1924,'_billing_country','US'),(84214,1924,'_billing_email','info@liceclinicstemecula.com'),(84215,1924,'_billing_phone','7606255580'),(84216,1924,'_shipping_first_name','Kelli'),(84217,1924,'_shipping_last_name','Washington'),(84218,1924,'_shipping_company','Lice Clinics of America - Temecula'),(84219,1924,'_shipping_address_1','2438 Bear Rock Gln.'),(84220,1924,'_shipping_city','Escondido'),(84221,1924,'_shipping_state','CA'),(84222,1924,'_shipping_postcode','92026'),(84223,1924,'_shipping_country','US'),(84224,1924,'_order_currency','USD'),(84225,1924,'_cart_discount','0'),(84226,1924,'_cart_discount_tax','0'),(84227,1924,'_order_shipping','33.61'),(84228,1924,'_order_shipping_tax','0'),(84229,1924,'_order_tax','0'),(84230,1924,'_order_total','329.29'),(84231,1924,'_order_version','7.7.2'),(84232,1924,'_prices_include_tax','no'),(84233,1924,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(84234,1924,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(84235,1924,'is_vat_exempt','no'),(84236,1924,'Payment type','instant'),(84237,1924,'_paypal_status','completed'),(84238,1924,'_transaction_id','16380103002039823'),(84239,1924,'PayPal Transaction Fee','11.98'),(84240,1924,'_date_paid','1685638568'),(84241,1924,'_paid_date','2023-06-01 16:56:08'),(84242,1922,'_edit_lock','1685643434:2'),(84243,1922,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241044\";s:12:\"date_shipped\";s:10:\"1685577600\";s:11:\"tracking_id\";s:32:\"5d4c86fbeeb3fa035211a014d32c06d4\";}}'),(84244,1922,'_edit_last','2'),(84245,1922,'_date_completed','1685643267'),(84246,1922,'_completed_date','2023-06-01 18:14:27'),(84247,1921,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241033\";s:12:\"date_shipped\";s:10:\"1685577600\";s:11:\"tracking_id\";s:32:\"d1c20676004049390c5027eb32d17cf4\";}}'),(84248,1921,'_edit_last','2'),(84249,1921,'_date_completed','1685643506'),(84250,1921,'_completed_date','2023-06-01 18:18:26'),(84251,1925,'_order_key','wc_order_fNi3zB18g5FPU'),(84252,1925,'_customer_user','3'),(84253,1925,'_payment_method','paypal'),(84254,1925,'_payment_method_title','PayPal'),(84255,1925,'_customer_ip_address','70.142.202.154'),(84256,1925,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84257,1925,'_created_via','checkout'),(84258,1925,'_cart_hash','6f9e4f9c69b70e7153f62bc88216e63e'),(84259,1925,'_download_permissions_granted','yes'),(84260,1925,'_recorded_sales','yes'),(84261,1925,'_recorded_coupon_usage_counts','yes'),(84262,1925,'_new_order_email_sent','true'),(84263,1925,'_order_stock_reduced','yes'),(84264,1925,'_billing_first_name','Amanda'),(84265,1925,'_billing_last_name','Westerman'),(84266,1925,'_billing_company','Lice Clinics of America McKinney'),(84267,1925,'_billing_address_1','3120 Hudson Crossing'),(84268,1925,'_billing_address_2','Suite A2'),(84269,1925,'_billing_city','MCKINNEY'),(84270,1925,'_billing_state','TX'),(84271,1925,'_billing_postcode','75070'),(84272,1925,'_billing_country','US'),(84273,1925,'_billing_email','awesterman1103@gmail.com'),(84274,1925,'_billing_phone','2144175741'),(84275,1925,'_shipping_first_name','Amanda'),(84276,1925,'_shipping_last_name','Westerman'),(84277,1925,'_shipping_company','Lice Clinics of America McKinney'),(84278,1925,'_shipping_address_1','3120 Hudson Crossing'),(84279,1925,'_shipping_address_2','Suite A2'),(84280,1925,'_shipping_city','MCKINNEY'),(84281,1925,'_shipping_state','TX'),(84282,1925,'_shipping_postcode','75070'),(84283,1925,'_shipping_country','US'),(84284,1925,'_order_currency','USD'),(84285,1925,'_cart_discount','0'),(84286,1925,'_cart_discount_tax','0'),(84287,1925,'_order_shipping','0'),(84288,1925,'_order_shipping_tax','0'),(84289,1925,'_order_tax','0'),(84290,1925,'_order_total','959.66'),(84291,1925,'_order_version','7.7.2'),(84292,1925,'_prices_include_tax','no'),(84293,1925,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(84294,1925,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(84295,1925,'is_vat_exempt','no'),(84296,1925,'Payment type','instant'),(84297,1925,'_paypal_status','completed'),(84298,1925,'_transaction_id','8NM38110X2729383R'),(84299,1925,'PayPal Transaction Fee','33.98'),(84300,1925,'_date_paid','1685647921'),(84301,1925,'_paid_date','2023-06-01 19:32:01'),(84302,1919,'Payment type','instant'),(84303,1919,'_paypal_status','completed'),(84304,1919,'_transaction_id','4VU14904K1853540H'),(84305,1919,'PayPal Transaction Fee','18.10'),(84306,1919,'_date_paid','1685649966'),(84307,1919,'_paid_date','2023-06-01 20:06:06'),(84308,1923,'_edit_lock','1685658094:2'),(84309,1923,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241147\";s:12:\"date_shipped\";s:10:\"1685577600\";s:11:\"tracking_id\";s:32:\"ca6aecf7664decd6cc14ddc40635af26\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241136\";s:12:\"date_shipped\";i:1685658159;s:11:\"tracking_id\";s:32:\"f6b331e9ce257df40e7a87eb9491135e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241125\";s:12:\"date_shipped\";i:1685658165;s:11:\"tracking_id\";s:32:\"08ebcb0c05fa7e46baa884843155e1a2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241114\";s:12:\"date_shipped\";i:1685658172;s:11:\"tracking_id\";s:32:\"103407a53e0222e4f533c110b38d599d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241103\";s:12:\"date_shipped\";i:1685658180;s:11:\"tracking_id\";s:32:\"5bd365ebfb2675481adf2b1c62bab92d\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241099\";s:12:\"date_shipped\";i:1685658189;s:11:\"tracking_id\";s:32:\"cf5f2cf8e13532457fa33c8c98b36fb6\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241088\";s:12:\"date_shipped\";i:1685658196;s:11:\"tracking_id\";s:32:\"4763c34891a079f591f8229198a1b020\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241077\";s:12:\"date_shipped\";i:1685658204;s:11:\"tracking_id\";s:32:\"144b43b651b062435b19620c1a538e2c\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241066\";s:12:\"date_shipped\";i:1685658213;s:11:\"tracking_id\";s:32:\"33cdbb63ce23f7d0190843c5d859d0a1\";}}'),(84310,1923,'_edit_last','2'),(84311,1923,'_date_completed','1685658214'),(84312,1923,'_completed_date','2023-06-01 22:23:34'),(84313,1924,'_edit_lock','1685658218:2'),(84314,1924,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241158\";s:12:\"date_shipped\";s:10:\"1685577600\";s:11:\"tracking_id\";s:32:\"6f09730478f1690c9bce4a10653f46e9\";}}'),(84315,1924,'_edit_last','2'),(84316,1924,'_date_completed','1685658263'),(84317,1924,'_completed_date','2023-06-01 22:24:23'),(84318,1927,'_order_key','wc_order_m1qpwKESl0qMv'),(84319,1927,'_customer_user','3'),(84320,1927,'_payment_method','paypal'),(84321,1927,'_payment_method_title','PayPal'),(84322,1927,'_customer_ip_address','70.142.202.154'),(84323,1927,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84324,1927,'_created_via','checkout'),(84325,1927,'_cart_hash','7421eed45cc054024c13513f8f0c9bd6'),(84326,1927,'_download_permissions_granted','yes'),(84327,1927,'_recorded_sales','yes'),(84328,1927,'_recorded_coupon_usage_counts','yes'),(84329,1927,'_new_order_email_sent','true'),(84330,1927,'_order_stock_reduced','yes'),(84331,1927,'_billing_first_name','Amanda'),(84332,1927,'_billing_last_name','Westerman'),(84333,1927,'_billing_company','Lice Clinics of America McKinney'),(84334,1927,'_billing_address_1','3120 Hudson Crossing'),(84335,1927,'_billing_address_2','Suite A2'),(84336,1927,'_billing_city','MCKINNEY'),(84337,1927,'_billing_state','TX'),(84338,1927,'_billing_postcode','75070'),(84339,1927,'_billing_country','US'),(84340,1927,'_billing_email','awesterman1103@gmail.com'),(84341,1927,'_billing_phone','2144175741'),(84342,1927,'_shipping_first_name','AMANDA'),(84343,1927,'_shipping_last_name','Westerman'),(84344,1927,'_shipping_company','Lice Clinics of America McKinney'),(84345,1927,'_shipping_address_1','1709 Damian Way'),(84346,1927,'_shipping_city','Richardson'),(84347,1927,'_shipping_state','TX'),(84348,1927,'_shipping_postcode','75081'),(84349,1927,'_shipping_country','US'),(84350,1927,'_order_currency','USD'),(84351,1927,'_cart_discount','0'),(84352,1927,'_cart_discount_tax','0'),(84353,1927,'_order_shipping','0'),(84354,1927,'_order_shipping_tax','0'),(84355,1927,'_order_tax','0'),(84356,1927,'_order_total','1099.87'),(84357,1927,'_order_version','7.7.2'),(84358,1927,'_prices_include_tax','no'),(84359,1927,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(84360,1927,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(84361,1927,'is_vat_exempt','no'),(84362,1927,'Payment type','instant'),(84363,1927,'_paypal_status','completed'),(84364,1927,'_transaction_id','6C388547RS936871M'),(84365,1927,'PayPal Transaction Fee','38.88'),(84366,1927,'_date_paid','1685716881'),(84367,1927,'_paid_date','2023-06-02 14:41:21'),(84368,1927,'_edit_lock','1685727066:2'),(84369,1927,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241294\";s:12:\"date_shipped\";s:10:\"1685664000\";s:11:\"tracking_id\";s:32:\"5a71b71f1387a94ea61a95bf00642667\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241283\";s:12:\"date_shipped\";i:1685727173;s:11:\"tracking_id\";s:32:\"9717f37da289642ce8202c2118642b12\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241272\";s:12:\"date_shipped\";i:1685727192;s:11:\"tracking_id\";s:32:\"f3a7fe56aa7fd9d62be9ea6be0bd3e0a\";}}'),(84370,1927,'_edit_last','2'),(84371,1927,'_date_completed','1685727196'),(84372,1927,'_completed_date','2023-06-02 17:33:16'),(84373,1919,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241240\";s:12:\"date_shipped\";s:10:\"1685664000\";s:11:\"tracking_id\";s:32:\"8fb975c9a256e2bdd355556d20e2972b\";}}'),(84374,1919,'_date_completed','1685727246'),(84375,1919,'_completed_date','2023-06-02 17:34:06'),(84376,1925,'_edit_lock','1685727199:2'),(84377,1925,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241239\";s:12:\"date_shipped\";s:10:\"1685664000\";s:11:\"tracking_id\";s:32:\"682a2da6c1e11263405fa86a37120e46\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241228\";s:12:\"date_shipped\";i:1685727301;s:11:\"tracking_id\";s:32:\"7ad78e2ea8d4b46de57571d137a576d1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241217\";s:12:\"date_shipped\";i:1685727310;s:11:\"tracking_id\";s:32:\"14baf8d193469dd54c5839992627e723\";}}'),(84378,1925,'_edit_last','2'),(84379,1925,'_date_completed','1685727313'),(84380,1925,'_completed_date','2023-06-02 17:35:13'),(84381,1917,'Payment type','instant'),(84382,1917,'_paypal_status','completed'),(84383,1917,'_transaction_id','8WK84864AE3212235'),(84384,1917,'PayPal Transaction Fee','13.71'),(84385,1917,'_date_paid','1685728098'),(84386,1917,'_paid_date','2023-06-02 17:48:18'),(84387,1928,'_order_key','wc_order_iLsGdtyqCndSv'),(84388,1928,'_customer_user','64'),(84389,1928,'_payment_method','paypal'),(84390,1928,'_payment_method_title','PayPal'),(84391,1928,'_customer_ip_address','216.53.159.163'),(84392,1928,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84393,1928,'_created_via','checkout'),(84394,1928,'_cart_hash','345334617b1cc31e611a8852fa597cf2'),(84395,1928,'_download_permissions_granted','yes'),(84396,1928,'_recorded_sales','yes'),(84397,1928,'_recorded_coupon_usage_counts','no'),(84398,1928,'_new_order_email_sent','true'),(84399,1928,'_order_stock_reduced','no'),(84400,1928,'_billing_first_name','Barrie'),(84401,1928,'_billing_last_name','Desmond'),(84402,1928,'_billing_address_1','50 ALAHELE PL'),(84403,1928,'_billing_city','Kihei'),(84404,1928,'_billing_state','HI'),(84405,1928,'_billing_postcode','96753-7809'),(84406,1928,'_billing_country','US'),(84407,1928,'_billing_email','info@liceclinicshawaii.com'),(84408,1928,'_billing_phone','8082834247'),(84409,1928,'_shipping_first_name','Barrie'),(84410,1928,'_shipping_last_name','Desmond'),(84411,1928,'_shipping_address_1','50 ALAHELE PL'),(84412,1928,'_shipping_city','Kihei'),(84413,1928,'_shipping_state','HI'),(84414,1928,'_shipping_postcode','96753-7809'),(84415,1928,'_shipping_country','US'),(84416,1928,'_order_currency','USD'),(84417,1928,'_cart_discount','0'),(84418,1928,'_cart_discount_tax','0'),(84419,1928,'_order_shipping','0'),(84420,1928,'_order_shipping_tax','0'),(84421,1928,'_order_tax','0'),(84422,1928,'_order_total','500.22'),(84423,1928,'_order_version','7.7.2'),(84424,1928,'_prices_include_tax','no'),(84425,1928,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(84426,1928,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(84427,1928,'is_vat_exempt','no'),(84428,1928,'Payment type','instant'),(84429,1928,'_paypal_status','completed'),(84430,1928,'_transaction_id','0WA26634KF156083R'),(84431,1928,'PayPal Transaction Fee','17.95'),(84432,1928,'_date_paid','1685754906'),(84433,1928,'_paid_date','2023-06-03 01:15:06'),(84434,515,'_used_by','64'),(84435,1929,'_order_key','wc_order_bxSjgnV5YKYLO'),(84436,1929,'_customer_user','61'),(84437,1929,'_payment_method','paypal'),(84438,1929,'_payment_method_title','PayPal'),(84439,1929,'_customer_ip_address','217.180.201.237'),(84440,1929,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84441,1929,'_created_via','checkout'),(84442,1929,'_cart_hash','7331636cb11249f6c34fbf6e281dd5fb'),(84443,1929,'_download_permissions_granted','yes'),(84444,1929,'_recorded_sales','yes'),(84445,1929,'_recorded_coupon_usage_counts','yes'),(84446,1929,'_new_order_email_sent','true'),(84447,1929,'_order_stock_reduced','yes'),(84448,1929,'_billing_first_name','Judith'),(84449,1929,'_billing_last_name','Hayden'),(84450,1929,'_billing_company','LCAL Hayden LLC'),(84451,1929,'_billing_address_1','1795 Alysheba Way'),(84452,1929,'_billing_address_2','Ste 4105'),(84453,1929,'_billing_city','Lexington'),(84454,1929,'_billing_state','KY'),(84455,1929,'_billing_postcode','40509'),(84456,1929,'_billing_country','US'),(84457,1929,'_billing_email','judy@liceclinicslexington.com'),(84458,1929,'_billing_phone','8595376966'),(84459,1929,'_shipping_first_name','Judy'),(84460,1929,'_shipping_last_name','Hayden'),(84461,1929,'_shipping_company','Lice Clinics of America'),(84462,1929,'_shipping_address_1','6905 Burlington Pike'),(84463,1929,'_shipping_address_2','Ste A'),(84464,1929,'_shipping_city','Florence'),(84465,1929,'_shipping_state','KY'),(84466,1929,'_shipping_postcode','41042'),(84467,1929,'_shipping_country','US'),(84468,1929,'_order_currency','USD'),(84469,1929,'_cart_discount','0'),(84470,1929,'_cart_discount_tax','0'),(84471,1929,'_order_shipping','0'),(84472,1929,'_order_shipping_tax','0'),(84473,1929,'_order_tax','0'),(84474,1929,'_order_total','824.75'),(84475,1929,'_order_version','7.7.2'),(84476,1929,'_prices_include_tax','no'),(84477,1929,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(84478,1929,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(84479,1929,'is_vat_exempt','no'),(84480,1929,'Payment type','instant'),(84481,1929,'_paypal_status','completed'),(84482,1929,'_transaction_id','21J14861BY537632X'),(84483,1929,'PayPal Transaction Fee','29.27'),(84484,1929,'_date_paid','1685828147'),(84485,1929,'_paid_date','2023-06-03 21:35:47'),(84486,1930,'_order_key','wc_order_rmu3Rv8Wo7jRl'),(84487,1930,'_customer_user','78'),(84488,1930,'_payment_method','paypal'),(84489,1930,'_payment_method_title','PayPal'),(84490,1930,'_customer_ip_address','72.89.45.6'),(84491,1930,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1'),(84492,1930,'_created_via','checkout'),(84493,1930,'_cart_hash','9dbcdd81000858afe8c9d50e60df7bf7'),(84494,1930,'_download_permissions_granted','yes'),(84495,1930,'_recorded_sales','yes'),(84496,1930,'_recorded_coupon_usage_counts','yes'),(84497,1930,'_new_order_email_sent','true'),(84498,1930,'_order_stock_reduced','yes'),(84499,1930,'_billing_first_name','Richard'),(84500,1930,'_billing_last_name','Florsheim'),(84501,1930,'_billing_company','Licura'),(84502,1930,'_billing_address_1','3827 w fairway heights dr'),(84503,1930,'_billing_city','Mequon'),(84504,1930,'_billing_state','NY'),(84505,1930,'_billing_postcode','53092'),(84506,1930,'_billing_country','US'),(84507,1930,'_billing_email','tara@liceclinicslongIsland.com'),(84508,1930,'_billing_phone','5619006382'),(84509,1930,'_shipping_first_name','Tara'),(84510,1930,'_shipping_last_name','Johnson'),(84511,1930,'_shipping_company','LCA'),(84512,1930,'_shipping_address_1','2330 Faye ct'),(84513,1930,'_shipping_city','Merrick'),(84514,1930,'_shipping_state','NY'),(84515,1930,'_shipping_postcode','11566'),(84516,1930,'_shipping_country','US'),(84517,1930,'_order_currency','USD'),(84518,1930,'_cart_discount','0'),(84519,1930,'_cart_discount_tax','0'),(84520,1930,'_order_shipping','15.46'),(84521,1930,'_order_shipping_tax','0'),(84522,1930,'_order_tax','0'),(84523,1930,'_order_total','126.01'),(84524,1930,'_order_version','7.7.2'),(84525,1930,'_prices_include_tax','no'),(84526,1930,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(84527,1930,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(84528,1930,'is_vat_exempt','no'),(84529,1930,'Payment type','instant'),(84530,1930,'_paypal_status','completed'),(84531,1930,'_transaction_id','92R229754P509381E'),(84532,1930,'PayPal Transaction Fee','4.89'),(84533,1930,'_date_paid','1685834434'),(84534,1930,'_paid_date','2023-06-03 23:20:34'),(84535,1915,'Payment type','instant'),(84536,1915,'_paypal_status','completed'),(84537,1915,'_transaction_id','5UU60194HS359144F'),(84538,1915,'PayPal Transaction Fee','21.78'),(84539,1915,'_date_paid','1685983115'),(84540,1915,'_paid_date','2023-06-05 16:38:35'),(84541,1928,'_edit_lock','1686078025:2'),(84542,1931,'_order_currency','USD'),(84543,1931,'_cart_discount','0'),(84544,1931,'_cart_discount_tax','0'),(84545,1931,'_order_shipping','0'),(84546,1931,'_order_shipping_tax','0'),(84547,1931,'_order_tax','0'),(84548,1931,'_order_total','-500.22'),(84549,1931,'_order_version','7.7.2'),(84550,1931,'_prices_include_tax','no'),(84551,1931,'_refund_amount','500.22'),(84552,1931,'_refunded_by','2'),(84553,1931,'_refunded_payment','1'),(84554,1931,'_refund_reason',''),(84555,1928,'_edit_last','2'),(84556,1917,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241320\";s:12:\"date_shipped\";s:10:\"1685923200\";s:11:\"tracking_id\";s:32:\"bc0264d3968e19efd0c5d0f2390d4630\";}}'),(84557,1917,'_date_completed','1685987565'),(84558,1917,'_completed_date','2023-06-05 17:52:45'),(84559,1930,'_edit_lock','1685987585:2'),(84560,1930,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241331\";s:12:\"date_shipped\";s:10:\"1685923200\";s:11:\"tracking_id\";s:32:\"feacae4bf516076886635ac43a3b9e02\";}}'),(84561,1930,'_edit_last','2'),(84562,1930,'_date_completed','1685987683'),(84563,1930,'_completed_date','2023-06-05 17:54:43'),(84564,1929,'_edit_lock','1685987658:2'),(84565,1929,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241375\";s:12:\"date_shipped\";s:10:\"1685923200\";s:11:\"tracking_id\";s:32:\"7f060cd9c4812d4a51496465f85c2bdf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241364\";s:12:\"date_shipped\";i:1685987750;s:11:\"tracking_id\";s:32:\"cc834f71b57bc666bc27e220672f99e6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241353\";s:12:\"date_shipped\";i:1685987755;s:11:\"tracking_id\";s:32:\"a73725c45302b5cbe76f288e74155dac\";}}'),(84566,1929,'_edit_last','2'),(84567,1929,'_date_completed','1685987758'),(84568,1929,'_completed_date','2023-06-05 17:55:58'),(84569,1915,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241570\";s:12:\"date_shipped\";s:10:\"1685923200\";s:11:\"tracking_id\";s:32:\"f23c14782d8c9f25b8c6b645a4cfe18e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241581\";s:12:\"date_shipped\";i:1685994856;s:11:\"tracking_id\";s:32:\"8bf025af1d28b4abc02ed94c444987ce\";}}'),(84570,1915,'_date_completed','1685994859'),(84571,1915,'_completed_date','2023-06-05 19:54:19'),(84574,1933,'_order_key','wc_order_J6mQyTKFGPwa8'),(84575,1933,'_customer_user','64'),(84576,1933,'_payment_method','paypal'),(84577,1933,'_payment_method_title','PayPal'),(84578,1933,'_customer_ip_address','98.176.179.120'),(84579,1933,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84580,1933,'_created_via','checkout'),(84581,1933,'_cart_hash','d4c95d0acbd43365ffc633ba340dadac'),(84582,1933,'_download_permissions_granted','yes'),(84583,1933,'_recorded_sales','yes'),(84584,1933,'_recorded_coupon_usage_counts','yes'),(84585,1933,'_new_order_email_sent','true'),(84586,1933,'_order_stock_reduced','yes'),(84587,1933,'_billing_first_name','Barrie'),(84588,1933,'_billing_last_name','Desmond'),(84589,1933,'_billing_address_1','50 ALAHELE PL'),(84590,1933,'_billing_city','Kihei'),(84591,1933,'_billing_state','HI'),(84592,1933,'_billing_postcode','96753-7809'),(84593,1933,'_billing_country','US'),(84594,1933,'_billing_email','info@liceclinicshawaii.com'),(84595,1933,'_billing_phone','8082834247'),(84596,1933,'_shipping_first_name','Barrie'),(84597,1933,'_shipping_last_name','Desmond'),(84598,1933,'_shipping_address_1','50 ALAHELE PL'),(84599,1933,'_shipping_city','Kihei'),(84600,1933,'_shipping_state','HI'),(84601,1933,'_shipping_postcode','96753-7809'),(84602,1933,'_shipping_country','US'),(84603,1933,'_order_currency','USD'),(84604,1933,'_cart_discount','0'),(84605,1933,'_cart_discount_tax','0'),(84606,1933,'_order_shipping','79.45'),(84607,1933,'_order_shipping_tax','0'),(84608,1933,'_order_tax','0'),(84609,1933,'_order_total','212.41'),(84610,1933,'_order_version','7.7.2'),(84611,1933,'_prices_include_tax','no'),(84612,1933,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(84613,1933,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(84614,1933,'is_vat_exempt','no'),(84615,1933,'Payment type','instant'),(84616,1933,'_paypal_status','completed'),(84617,1933,'_transaction_id','46613899BE935691B'),(84618,1933,'PayPal Transaction Fee','7.90'),(84619,1933,'_date_paid','1686062607'),(84620,1933,'_paid_date','2023-06-06 14:43:27'),(84621,1934,'_order_key','wc_order_1PxJHplNHtlC9'),(84622,1934,'_customer_user','25'),(84623,1934,'_payment_method','paypal'),(84624,1934,'_payment_method_title','PayPal'),(84625,1934,'_customer_ip_address','23.124.3.136'),(84626,1934,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84627,1934,'_created_via','checkout'),(84628,1934,'_cart_hash','97af3e4aa0af111c1f84f3de67d374f2'),(84629,1934,'_download_permissions_granted','no'),(84630,1934,'_recorded_sales','no'),(84631,1934,'_recorded_coupon_usage_counts','no'),(84632,1934,'_new_order_email_sent','false'),(84633,1934,'_order_stock_reduced','no'),(84634,1934,'_billing_first_name','Blaine'),(84635,1934,'_billing_last_name','Tyrone'),(84636,1934,'_billing_address_1','529 N Main St'),(84637,1934,'_billing_city','Picayune'),(84638,1934,'_billing_state','MS'),(84639,1934,'_billing_postcode','39466'),(84640,1934,'_billing_country','US'),(84641,1934,'_billing_email','info@liceclinicssouthms.com'),(84642,1934,'_billing_phone','6623227518'),(84643,1934,'_shipping_first_name','Blaine'),(84644,1934,'_shipping_last_name','Tyrone'),(84645,1934,'_shipping_address_1','529 N Main St'),(84646,1934,'_shipping_city','Picayune'),(84647,1934,'_shipping_state','MS'),(84648,1934,'_shipping_postcode','39466'),(84649,1934,'_shipping_country','US'),(84650,1934,'_order_currency','USD'),(84651,1934,'_cart_discount','0'),(84652,1934,'_cart_discount_tax','0'),(84653,1934,'_order_shipping','16.09'),(84654,1934,'_order_shipping_tax','0'),(84655,1934,'_order_tax','0'),(84656,1934,'_order_total','94.49'),(84657,1934,'_order_version','7.7.2'),(84658,1934,'_prices_include_tax','no'),(84659,1934,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(84660,1934,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(84661,1934,'is_vat_exempt','no'),(84662,1933,'_edit_lock','1686077789:2'),(84663,1933,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241776\";s:12:\"date_shipped\";s:10:\"1686009600\";s:11:\"tracking_id\";s:32:\"eb8a919b4d75dfd1a4f396cca11f0435\";}}'),(84664,1933,'_edit_last','2'),(84665,1933,'_date_completed','1686077205'),(84666,1933,'_completed_date','2023-06-06 18:46:45'),(84667,1935,'_order_currency','USD'),(84668,1935,'_cart_discount','0'),(84669,1935,'_cart_discount_tax','0'),(84670,1935,'_order_shipping','-5.54'),(84671,1935,'_order_shipping_tax','0'),(84672,1935,'_order_tax','0'),(84673,1935,'_order_total','-5.54'),(84674,1935,'_order_version','7.7.2'),(84675,1935,'_prices_include_tax','no'),(84676,1935,'_refund_amount','5.54'),(84677,1935,'_refunded_by','2'),(84678,1935,'_refunded_payment',''),(84679,1935,'_refund_reason',''),(84680,1935,'acfw_refund_order_store_credit_entry_id','159121'),(84681,1936,'_order_key','wc_order_XtXK4krQ6Rcxj'),(84682,1936,'_customer_user','50'),(84683,1936,'_payment_method','paypal'),(84684,1936,'_payment_method_title','PayPal'),(84685,1936,'_customer_ip_address','73.126.237.59'),(84686,1936,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42'),(84687,1936,'_created_via','checkout'),(84688,1936,'_cart_hash','0cfab30eff018a1560ac670b38c4ef7b'),(84689,1936,'_download_permissions_granted','yes'),(84690,1936,'_recorded_sales','yes'),(84691,1936,'_recorded_coupon_usage_counts','yes'),(84692,1936,'_new_order_email_sent','true'),(84693,1936,'_order_stock_reduced','yes'),(84694,1936,'_billing_first_name','Christine'),(84695,1936,'_billing_last_name','Cherry'),(84696,1936,'_billing_company','NITS END'),(84697,1936,'_billing_address_1','PO BOX 1092'),(84698,1936,'_billing_city','Campton'),(84699,1936,'_billing_state','NH'),(84700,1936,'_billing_postcode','03223'),(84701,1936,'_billing_country','US'),(84702,1936,'_billing_email','info@liceclinicsplaistow.com'),(84703,1936,'_billing_phone','16034983390'),(84704,1936,'_shipping_first_name','Latasha'),(84705,1936,'_shipping_last_name','Harrington'),(84706,1936,'_shipping_company','Nits End'),(84707,1936,'_shipping_address_1','245 Pond Rd'),(84708,1936,'_shipping_city','Bridgton'),(84709,1936,'_shipping_state','ME'),(84710,1936,'_shipping_postcode','04009'),(84711,1936,'_shipping_country','US'),(84712,1936,'_order_currency','USD'),(84713,1936,'_cart_discount','0'),(84714,1936,'_cart_discount_tax','0'),(84715,1936,'_order_shipping','20.88'),(84716,1936,'_order_shipping_tax','0'),(84717,1936,'_order_tax','0'),(84718,1936,'_order_total','167.18'),(84719,1936,'_order_version','7.7.2'),(84720,1936,'_prices_include_tax','no'),(84721,1936,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(84722,1936,'_shipping_address_index','Latasha Harrington Nits End 245 Pond Rd  Bridgton ME 04009 US '),(84723,1936,'is_vat_exempt','no'),(84724,1936,'Payment type','instant'),(84725,1936,'_paypal_status','completed'),(84726,1936,'_transaction_id','39712895L8101110H'),(84727,1936,'PayPal Transaction Fee','6.32'),(84728,1936,'_date_paid','1686169163'),(84729,1936,'_paid_date','2023-06-07 20:19:23'),(84730,1937,'_order_key','wc_order_6VxwDex3Lrv69'),(84731,1937,'_customer_user','50'),(84732,1937,'_payment_method','paypal'),(84733,1937,'_payment_method_title','PayPal'),(84734,1937,'_customer_ip_address','73.126.237.59'),(84735,1937,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42'),(84736,1937,'_created_via','checkout'),(84737,1937,'_cart_hash','cd167e3a651dab87f12cf208634a37e0'),(84738,1937,'_download_permissions_granted','yes'),(84739,1937,'_recorded_sales','yes'),(84740,1937,'_recorded_coupon_usage_counts','yes'),(84741,1937,'_new_order_email_sent','true'),(84742,1937,'_order_stock_reduced','yes'),(84743,1937,'_billing_first_name','Christine'),(84744,1937,'_billing_last_name','Cherry'),(84745,1937,'_billing_company','NITS END'),(84746,1937,'_billing_address_1','PO BOX 1092'),(84747,1937,'_billing_city','Campton'),(84748,1937,'_billing_state','NH'),(84749,1937,'_billing_postcode','03223'),(84750,1937,'_billing_country','US'),(84751,1937,'_billing_email','info@liceclinicsplaistow.com'),(84752,1937,'_billing_phone','16034983390'),(84753,1937,'_shipping_first_name','Naomi'),(84754,1937,'_shipping_last_name','Njuguna'),(84755,1937,'_shipping_company','Nits End'),(84756,1937,'_shipping_address_1','24 Gillis St'),(84757,1937,'_shipping_city','Nashua'),(84758,1937,'_shipping_state','NH'),(84759,1937,'_shipping_postcode','03060'),(84760,1937,'_shipping_country','US'),(84761,1937,'_order_currency','USD'),(84762,1937,'_cart_discount','0'),(84763,1937,'_cart_discount_tax','0'),(84764,1937,'_order_shipping','15.4'),(84765,1937,'_order_shipping_tax','0'),(84766,1937,'_order_tax','0'),(84767,1937,'_order_total','161.70'),(84768,1937,'_order_version','7.7.2'),(84769,1937,'_prices_include_tax','no'),(84770,1937,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(84771,1937,'_shipping_address_index','Naomi Njuguna Nits End 24 Gillis St  Nashua NH 03060 US '),(84772,1937,'is_vat_exempt','no'),(84773,1937,'Payment type','instant'),(84774,1937,'_paypal_status','completed'),(84775,1937,'_transaction_id','147597479A417751P'),(84776,1937,'PayPal Transaction Fee','6.13'),(84777,1937,'_date_paid','1686170293'),(84778,1937,'_paid_date','2023-06-07 20:38:13'),(84779,1938,'_order_key','wc_order_gUFgxR6r7qFnx'),(84780,1938,'_customer_user','50'),(84781,1938,'_payment_method','paypal'),(84782,1938,'_payment_method_title','PayPal'),(84783,1938,'_customer_ip_address','73.126.237.59'),(84784,1938,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42'),(84785,1938,'_created_via','checkout'),(84786,1938,'_cart_hash','f8cea0f0e96cd1eaf0a996899d1d0228'),(84787,1938,'_download_permissions_granted','yes'),(84788,1938,'_recorded_sales','yes'),(84789,1938,'_recorded_coupon_usage_counts','yes'),(84790,1938,'_new_order_email_sent','true'),(84791,1938,'_order_stock_reduced','yes'),(84792,1938,'_billing_first_name','Christine'),(84793,1938,'_billing_last_name','Cherry'),(84794,1938,'_billing_company','NITS END'),(84795,1938,'_billing_address_1','PO BOX 1092'),(84796,1938,'_billing_city','Campton'),(84797,1938,'_billing_state','NH'),(84798,1938,'_billing_postcode','03223'),(84799,1938,'_billing_country','US'),(84800,1938,'_billing_email','info@liceclinicsplaistow.com'),(84801,1938,'_billing_phone','16034983390'),(84802,1938,'_shipping_first_name','Megan'),(84803,1938,'_shipping_last_name','O\'Neil'),(84804,1938,'_shipping_company','NITS END'),(84805,1938,'_shipping_address_1','18 Sheridan St'),(84806,1938,'_shipping_city','Haverhill'),(84807,1938,'_shipping_state','MA'),(84808,1938,'_shipping_postcode','01830'),(84809,1938,'_shipping_country','US'),(84810,1938,'_order_currency','USD'),(84811,1938,'_cart_discount','0'),(84812,1938,'_cart_discount_tax','0'),(84813,1938,'_order_shipping','26.24'),(84814,1938,'_order_shipping_tax','0'),(84815,1938,'_order_tax','0'),(84816,1938,'_order_total','516.08'),(84817,1938,'_order_version','7.7.2'),(84818,1938,'_prices_include_tax','no'),(84819,1938,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(84820,1938,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(84821,1938,'is_vat_exempt','no'),(84822,1938,'Payment type','instant'),(84823,1938,'_paypal_status','completed'),(84824,1938,'_transaction_id','5WL08998LT743235N'),(84825,1938,'PayPal Transaction Fee','18.50'),(84826,1938,'_date_paid','1686170795'),(84827,1938,'_paid_date','2023-06-07 20:46:35'),(84828,1939,'_order_key','wc_order_8ipxZutDCjLBM'),(84829,1939,'_customer_user','49'),(84830,1939,'_payment_method','paypal'),(84831,1939,'_payment_method_title','PayPal'),(84832,1939,'_customer_ip_address','74.96.217.91'),(84833,1939,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15'),(84834,1939,'_created_via','checkout'),(84835,1939,'_cart_hash','4ce269a37632d5405a313e859dbfef05'),(84836,1939,'_download_permissions_granted','yes'),(84837,1939,'_recorded_sales','yes'),(84838,1939,'_recorded_coupon_usage_counts','yes'),(84839,1939,'_new_order_email_sent','true'),(84840,1939,'_order_stock_reduced','yes'),(84841,1939,'_billing_first_name','Kristi'),(84842,1939,'_billing_last_name','Winkler'),(84843,1939,'_billing_company','LCA - Manassas'),(84844,1939,'_billing_address_1','8943 Garrett Way'),(84845,1939,'_billing_city','Manassas'),(84846,1939,'_billing_state','VA'),(84847,1939,'_billing_postcode','20112'),(84848,1939,'_billing_country','US'),(84849,1939,'_billing_email','info@northernvirginialiceclinics.com'),(84850,1939,'_billing_phone','8587520975'),(84851,1939,'_shipping_first_name','Michelle'),(84852,1939,'_shipping_last_name','Winkler'),(84853,1939,'_shipping_company','Lice Clinics of America - Manassas'),(84854,1939,'_shipping_address_1','8943 Garrett Way'),(84855,1939,'_shipping_city','Manassas'),(84856,1939,'_shipping_state','VA'),(84857,1939,'_shipping_postcode','20112'),(84858,1939,'_shipping_country','US'),(84859,1939,'_order_currency','USD'),(84860,1939,'_cart_discount','0'),(84861,1939,'_cart_discount_tax','0'),(84862,1939,'_order_shipping','0'),(84863,1939,'_order_shipping_tax','0'),(84864,1939,'_order_tax','0'),(84865,1939,'_order_total','1569.13'),(84866,1939,'_order_version','7.7.2'),(84867,1939,'_prices_include_tax','no'),(84868,1939,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(84869,1939,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(84870,1939,'is_vat_exempt','no'),(84871,1939,'Payment type','instant'),(84872,1939,'_paypal_status','completed'),(84873,1939,'_transaction_id','06H28146BD260552W'),(84874,1939,'PayPal Transaction Fee','55.25'),(84875,1939,'_date_paid','1686226480'),(84876,1939,'_paid_date','2023-06-08 12:14:40'),(84877,1938,'_edit_lock','1686245202:2'),(84878,1938,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242007\";s:12:\"date_shipped\";s:10:\"1686182400\";s:11:\"tracking_id\";s:32:\"900d461e29d1a213f4467b485d6666ba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241993\";s:12:\"date_shipped\";i:1686245338;s:11:\"tracking_id\";s:32:\"e69fddc58a7eb9a8564a60361e6b3bfa\";}}'),(84879,1938,'_edit_last','2'),(84880,1938,'_date_completed','1686245341'),(84881,1938,'_completed_date','2023-06-08 17:29:01'),(84882,1937,'_edit_lock','1686245255:2'),(84883,1937,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241982\";s:12:\"date_shipped\";s:10:\"1686182400\";s:11:\"tracking_id\";s:32:\"d1408d0c199838fb8b1178b8b160e82f\";}}'),(84884,1937,'_edit_last','2'),(84885,1937,'_date_completed','1686245389'),(84886,1937,'_completed_date','2023-06-08 17:29:49'),(84887,1936,'_edit_lock','1686245286:2'),(84888,1936,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830241971\";s:12:\"date_shipped\";s:10:\"1686182400\";s:11:\"tracking_id\";s:32:\"e8e7e3e7451fd737421c5b10af387b72\";}}'),(84889,1936,'_edit_last','2'),(84890,1936,'_date_completed','1686245417'),(84891,1936,'_completed_date','2023-06-08 17:30:17'),(84892,1939,'_edit_lock','1686265257:2'),(84893,1939,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242121\";s:12:\"date_shipped\";s:10:\"1686182400\";s:11:\"tracking_id\";s:32:\"2dd51c02f094344cec77f831fbcb0f03\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242110\";s:12:\"date_shipped\";i:1686250310;s:11:\"tracking_id\";s:32:\"73381641c69cad0e5f51df8ecfd25252\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242100\";s:12:\"date_shipped\";i:1686250319;s:11:\"tracking_id\";s:32:\"9c89916c881fb1446945033f56f0a142\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242095\";s:12:\"date_shipped\";i:1686250328;s:11:\"tracking_id\";s:32:\"9c5303f14510f5067192051c297190c1\";}}'),(84894,1939,'_edit_last','2'),(84895,1939,'_date_completed','1686250330'),(84896,1939,'_completed_date','2023-06-08 18:52:10'),(84947,1942,'_order_key','wc_order_I39qcGUK9gQuE'),(84948,1942,'_customer_user','25'),(84949,1942,'_payment_method','paypal'),(84950,1942,'_payment_method_title','PayPal'),(84951,1942,'_customer_ip_address','23.124.3.136'),(84952,1942,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(84953,1942,'_created_via','checkout'),(84954,1942,'_cart_hash','85776224d789af978d40140451d0243f'),(84955,1942,'_download_permissions_granted','yes'),(84956,1942,'_recorded_sales','yes'),(84957,1942,'_recorded_coupon_usage_counts','yes'),(84958,1942,'_new_order_email_sent','true'),(84959,1942,'_order_stock_reduced','yes'),(84960,1942,'_billing_first_name','Blaine'),(84961,1942,'_billing_last_name','Tyrone'),(84962,1942,'_billing_address_1','529 N Main St'),(84963,1942,'_billing_city','Picayune'),(84964,1942,'_billing_state','MS'),(84965,1942,'_billing_postcode','39466'),(84966,1942,'_billing_country','US'),(84967,1942,'_billing_email','info@liceclinicssouthms.com'),(84968,1942,'_billing_phone','6623227518'),(84969,1942,'_shipping_first_name','Blaine'),(84970,1942,'_shipping_last_name','Tyrone'),(84971,1942,'_shipping_address_1','529 N Main St'),(84972,1942,'_shipping_city','Picayune'),(84973,1942,'_shipping_state','MS'),(84974,1942,'_shipping_postcode','39466'),(84975,1942,'_shipping_country','US'),(84976,1942,'_order_currency','USD'),(84977,1942,'_cart_discount','0'),(84978,1942,'_cart_discount_tax','0'),(84979,1942,'_order_shipping','16.05'),(84980,1942,'_order_shipping_tax','0'),(84981,1942,'_order_tax','0'),(84982,1942,'_order_total','94.45'),(84983,1942,'_order_version','7.7.2'),(84984,1942,'_prices_include_tax','no'),(84985,1942,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(84986,1942,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(84987,1942,'is_vat_exempt','no'),(84988,1942,'Payment type','instant'),(84989,1942,'_paypal_status','completed'),(84990,1942,'_transaction_id','3B3753711S6102419'),(84991,1942,'PayPal Transaction Fee','3.79'),(84992,1942,'_date_paid','1686529327'),(84993,1942,'_paid_date','2023-06-12 00:22:07'),(84994,1943,'_order_key','wc_order_gPOQUL8I4lLEI'),(84995,1943,'_customer_user','0'),(84996,1943,'_payment_method','paypal'),(84997,1943,'_payment_method_title','PayPal'),(84998,1943,'_customer_ip_address','136.49.57.192'),(84999,1943,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85000,1943,'_created_via','checkout'),(85001,1943,'_cart_hash','3cdf694dde513b5b2da989ba3d1b301b'),(85002,1943,'_download_permissions_granted','yes'),(85003,1943,'_recorded_sales','yes'),(85004,1943,'_recorded_coupon_usage_counts','yes'),(85005,1943,'_new_order_email_sent','true'),(85006,1943,'_order_stock_reduced','yes'),(85007,1943,'_billing_first_name','Lee'),(85008,1943,'_billing_last_name','Rogers'),(85009,1943,'_billing_company','United States'),(85010,1943,'_billing_address_1','40 N Interstate 35'),(85011,1943,'_billing_address_2','APT 4B2'),(85012,1943,'_billing_city','Austin'),(85013,1943,'_billing_state','TX'),(85014,1943,'_billing_postcode','78701'),(85015,1943,'_billing_country','US'),(85016,1943,'_billing_email','leerogers3301@gmail.com'),(85017,1943,'_billing_phone','316-727-9951'),(85018,1943,'_shipping_first_name','Erica'),(85019,1943,'_shipping_last_name','Frogett'),(85020,1943,'_shipping_company','LCA Dublin'),(85021,1943,'_shipping_address_1','5910 Wilcox Place'),(85022,1943,'_shipping_address_2','Suite E'),(85023,1943,'_shipping_city','Dublin'),(85024,1943,'_shipping_state','OH'),(85025,1943,'_shipping_postcode','43016'),(85026,1943,'_shipping_country','US'),(85027,1943,'_order_currency','USD'),(85028,1943,'_cart_discount','0'),(85029,1943,'_cart_discount_tax','0'),(85030,1943,'_order_shipping','0'),(85031,1943,'_order_shipping_tax','0'),(85032,1943,'_order_tax','0'),(85033,1943,'_order_total','899.86'),(85034,1943,'_order_version','7.7.2'),(85035,1943,'_prices_include_tax','no'),(85036,1943,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(85037,1943,'_shipping_address_index','Erica Frogett LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(85038,1943,'is_vat_exempt','no'),(85039,1943,'Payment type','instant'),(85040,1943,'_paypal_status','completed'),(85041,1943,'_transaction_id','84L672085K846730X'),(85042,1943,'PayPal Transaction Fee','31.90'),(85043,1943,'_date_paid','1686540945'),(85044,1943,'_paid_date','2023-06-12 03:35:45'),(85045,1942,'_edit_lock','1686601516:2'),(85046,1942,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242522\";s:12:\"date_shipped\";s:10:\"1686528000\";s:11:\"tracking_id\";s:32:\"fb96d7e38123309bab879ff798ccd485\";}}'),(85047,1942,'_edit_last','2'),(85048,1942,'_date_completed','1686601656'),(85049,1942,'_completed_date','2023-06-12 20:27:36'),(85050,1944,'_order_key','wc_order_yPwGI6QjP2WX2'),(85051,1944,'_customer_user','5'),(85052,1944,'_payment_method','paypal'),(85053,1944,'_payment_method_title','PayPal'),(85054,1944,'_customer_ip_address','67.189.26.123'),(85055,1944,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85056,1944,'_created_via','checkout'),(85057,1944,'_cart_hash','2c1049f9785386e9c0a5a3c9d0d9a27d'),(85058,1944,'_download_permissions_granted','yes'),(85059,1944,'_recorded_sales','yes'),(85060,1944,'_recorded_coupon_usage_counts','yes'),(85061,1944,'_new_order_email_sent','true'),(85062,1944,'_order_stock_reduced','yes'),(85063,1944,'_billing_first_name','Mark'),(85064,1944,'_billing_last_name','Meyer'),(85065,1944,'_billing_company','lice clinics of america- portland'),(85066,1944,'_billing_address_1','5201 SW Westgate Dr suite 106'),(85067,1944,'_billing_address_2','106'),(85068,1944,'_billing_city','portland'),(85069,1944,'_billing_state','OR'),(85070,1944,'_billing_postcode','97221'),(85071,1944,'_billing_country','US'),(85072,1944,'_billing_email','noemi.and.mark@nwliceclinics.com'),(85073,1944,'_billing_phone','5034040475'),(85074,1944,'_shipping_first_name','Rebekka'),(85075,1944,'_shipping_last_name','James'),(85076,1944,'_shipping_company','Lice Clinics Of America'),(85077,1944,'_shipping_address_1','5102 162nd St Ct E'),(85078,1944,'_shipping_city','Tacoma'),(85079,1944,'_shipping_state','WA'),(85080,1944,'_shipping_postcode','98446'),(85081,1944,'_shipping_country','US'),(85082,1944,'_order_currency','USD'),(85083,1944,'_cart_discount','0'),(85084,1944,'_cart_discount_tax','0'),(85085,1944,'_order_shipping','0'),(85086,1944,'_order_shipping_tax','0'),(85087,1944,'_order_tax','0'),(85088,1944,'_order_total','9140.64'),(85089,1944,'_order_version','7.7.2'),(85090,1944,'_prices_include_tax','no'),(85091,1944,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(85092,1944,'_shipping_address_index','Rebekka James Lice Clinics Of America 5102 162nd St Ct E  Tacoma WA 98446 US '),(85093,1944,'is_vat_exempt','no'),(85094,1944,'Payment type','instant'),(85095,1944,'_paypal_status','completed'),(85096,1944,'_transaction_id','12T06720W4373101K'),(85097,1944,'PayPal Transaction Fee','319.50'),(85098,1944,'_date_paid','1686610014'),(85099,1944,'_paid_date','2023-06-12 22:46:54'),(85102,1945,'_order_key','wc_order_5ogiqPSIG0SDZ'),(85103,1945,'_customer_user','4'),(85104,1945,'_payment_method','paypal'),(85105,1945,'_payment_method_title','PayPal'),(85106,1945,'_customer_ip_address','98.202.98.57'),(85107,1945,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85108,1945,'_created_via','checkout'),(85109,1945,'_cart_hash','46944273eb19734d50efed321a76c7e7'),(85110,1945,'_download_permissions_granted','yes'),(85111,1945,'_recorded_sales','yes'),(85112,1945,'_recorded_coupon_usage_counts','yes'),(85113,1945,'_new_order_email_sent','true'),(85114,1945,'_order_stock_reduced','yes'),(85115,1945,'_billing_first_name','David'),(85116,1945,'_billing_last_name','Washburn'),(85117,1945,'_billing_company','Larada Sciences (LCA)'),(85118,1945,'_billing_address_1','4873 South State St.'),(85119,1945,'_billing_city','Murray'),(85120,1945,'_billing_state','UT'),(85121,1945,'_billing_postcode','84107'),(85122,1945,'_billing_country','US'),(85123,1945,'_billing_email','david@laradasciences.com'),(85124,1945,'_billing_phone','8019197428'),(85125,1945,'_shipping_first_name','David'),(85126,1945,'_shipping_last_name','Washburn'),(85127,1945,'_shipping_company','Larada Sciences (LCA)'),(85128,1945,'_shipping_address_1','4873 South State St.'),(85129,1945,'_shipping_city','Murray'),(85130,1945,'_shipping_state','UT'),(85131,1945,'_shipping_postcode','84107'),(85132,1945,'_shipping_country','US'),(85133,1945,'_order_currency','USD'),(85134,1945,'_cart_discount','0'),(85135,1945,'_cart_discount_tax','0'),(85136,1945,'_order_shipping','0'),(85137,1945,'_order_shipping_tax','0'),(85138,1945,'_order_tax','0'),(85139,1945,'_order_total','647.96'),(85140,1945,'_order_version','7.7.2'),(85141,1945,'_prices_include_tax','no'),(85142,1945,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(85143,1945,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(85144,1945,'is_vat_exempt','no'),(85145,1943,'_edit_lock','1686672060:2'),(85146,1943,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242603\";s:12:\"date_shipped\";s:10:\"1686614400\";s:11:\"tracking_id\";s:32:\"5cc18170e01e9831177ce67f9ad8b2c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242599\";s:12:\"date_shipped\";i:1686672174;s:11:\"tracking_id\";s:32:\"8c89922d32bacddb318b60ca3425032a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242588\";s:12:\"date_shipped\";i:1686672180;s:11:\"tracking_id\";s:32:\"0fa830f459cfd927493cb240b2a6a9a5\";}}'),(85147,1943,'_edit_last','2'),(85148,1943,'_date_completed','1686672187'),(85149,1943,'_completed_date','2023-06-13 16:03:07'),(85150,1945,'_edit_lock','1687208609:2'),(85151,1945,'_edit_last','2'),(85152,1946,'_order_key','wc_order_aHpdHHo1kWCKf'),(85153,1946,'_customer_user','64'),(85154,1946,'_payment_method','paypal'),(85155,1946,'_payment_method_title','PayPal'),(85156,1946,'_customer_ip_address','98.97.62.123'),(85157,1946,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85158,1946,'_created_via','checkout'),(85159,1946,'_cart_hash','2ee91ecf2ef4acc04a03c87e490880ae'),(85160,1946,'_download_permissions_granted','yes'),(85161,1946,'_recorded_sales','yes'),(85162,1946,'_recorded_coupon_usage_counts','yes'),(85163,1946,'_new_order_email_sent','true'),(85164,1946,'_order_stock_reduced','yes'),(85165,1946,'_billing_first_name','Barrie'),(85166,1946,'_billing_last_name','Desmond'),(85167,1946,'_billing_address_1','50 ALAHELE PL'),(85168,1946,'_billing_city','Kihei'),(85169,1946,'_billing_state','HI'),(85170,1946,'_billing_postcode','96753-7809'),(85171,1946,'_billing_country','US'),(85172,1946,'_billing_email','info@liceclinicshawaii.com'),(85173,1946,'_billing_phone','8082834247'),(85174,1946,'_shipping_first_name','Barrie'),(85175,1946,'_shipping_last_name','Desmond'),(85176,1946,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 1017'),(85177,1946,'_shipping_address_1','1800 S. Anderson Ave'),(85178,1946,'_shipping_city','Compton'),(85179,1946,'_shipping_state','CA'),(85180,1946,'_shipping_postcode','90220'),(85181,1946,'_shipping_country','US'),(85182,1946,'_order_currency','USD'),(85183,1946,'_cart_discount','0'),(85184,1946,'_cart_discount_tax','0'),(85185,1946,'_order_shipping','0'),(85186,1946,'_order_shipping_tax','0'),(85187,1946,'_order_tax','0'),(85188,1946,'_order_total','1337.28'),(85189,1946,'_order_version','7.7.2'),(85190,1946,'_prices_include_tax','no'),(85191,1946,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(85192,1946,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 1017 1800 S. Anderson Ave  Compton CA 90220 US '),(85193,1946,'is_vat_exempt','no'),(85194,1947,'_order_key','wc_order_SDYKZFEGXVf35'),(85195,1947,'_customer_user','43'),(85196,1947,'_payment_method','sgitsoa_gateway'),(85197,1947,'_payment_method_title','Pre Order'),(85198,1947,'_customer_ip_address','170.55.190.162'),(85199,1947,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(85200,1947,'_created_via','checkout'),(85201,1947,'_cart_hash','4c9ad64cb3b6a859c23972c74be196a3'),(85202,1947,'_download_permissions_granted','no'),(85203,1947,'_recorded_sales','no'),(85204,1947,'_recorded_coupon_usage_counts','no'),(85205,1947,'_new_order_email_sent','false'),(85206,1947,'_order_stock_reduced','no'),(85207,1947,'_billing_first_name','Ryan'),(85208,1947,'_billing_last_name','Nelson'),(85209,1947,'_billing_address_1','140 Flame Vine drive'),(85210,1947,'_billing_city','Naples'),(85211,1947,'_billing_state','FL'),(85212,1947,'_billing_postcode','34110'),(85213,1947,'_billing_country','US'),(85214,1947,'_billing_email','Rjnelson73@gmail.com'),(85215,1947,'_billing_phone','239-281-0719'),(85216,1947,'_shipping_first_name','Ryan'),(85217,1947,'_shipping_last_name','Nelson'),(85218,1947,'_shipping_address_1','140 Flame Vine drive'),(85219,1947,'_shipping_city','Naples'),(85220,1947,'_shipping_state','FL'),(85221,1947,'_shipping_postcode','34110'),(85222,1947,'_shipping_country','US'),(85223,1947,'_order_currency','USD'),(85224,1947,'_cart_discount','0'),(85225,1947,'_cart_discount_tax','0'),(85226,1947,'_order_shipping','678.65'),(85227,1947,'_order_shipping_tax','0'),(85228,1947,'_order_tax','0'),(85229,1947,'_order_total','1061.93'),(85230,1947,'_order_version','7.7.2'),(85231,1947,'_prices_include_tax','no'),(85232,1947,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(85233,1947,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(85234,1947,'is_vat_exempt','no'),(85235,1946,'_edit_lock','1686769067:2'),(85236,1946,'_edit_last','2'),(85237,1944,'_edit_lock','1686707525:2'),(85238,1944,'_wc_shipment_tracking_items','a:15:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243014\";s:12:\"date_shipped\";s:10:\"1686700800\";s:11:\"tracking_id\";s:32:\"d60f427f52631ad59b8b8ec8b36216e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243003\";s:12:\"date_shipped\";i:1686707507;s:11:\"tracking_id\";s:32:\"ca22eb69d20203d3c9092c47c81d745d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242990\";s:12:\"date_shipped\";i:1686707513;s:11:\"tracking_id\";s:32:\"bc6b4aba8cc2e2d3cf77c9c43ce6288d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242989\";s:12:\"date_shipped\";i:1686707520;s:11:\"tracking_id\";s:32:\"99d24a67188d0f5b6c5479c86ba51fd0\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242978\";s:12:\"date_shipped\";i:1686707527;s:11:\"tracking_id\";s:32:\"cae45c0d901f616a2b338b7a0923b747\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242967\";s:12:\"date_shipped\";i:1686707546;s:11:\"tracking_id\";s:32:\"ca775eefff13a80c9ba43ba1cfd0ab36\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242956\";s:12:\"date_shipped\";i:1686707552;s:11:\"tracking_id\";s:32:\"b55099c89485c55093d94c0b721c7077\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242945\";s:12:\"date_shipped\";i:1686707558;s:11:\"tracking_id\";s:32:\"d97fa93d449fd4bf40788d2391e3575a\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242934\";s:12:\"date_shipped\";i:1686707567;s:11:\"tracking_id\";s:32:\"bb4b88f5eef7d6c2e407bd7876c7250a\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242923\";s:12:\"date_shipped\";i:1686707576;s:11:\"tracking_id\";s:32:\"ec5709daddf3f68f1e13cf3217a7f221\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242912\";s:12:\"date_shipped\";i:1686707587;s:11:\"tracking_id\";s:32:\"e9bd6cd97386325181d1ebca87424e73\";}i:11;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242901\";s:12:\"date_shipped\";i:1686707593;s:11:\"tracking_id\";s:32:\"9db794cb3a397c046a6dea47dc7b4e8f\";}i:12;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242897\";s:12:\"date_shipped\";i:1686707600;s:11:\"tracking_id\";s:32:\"64bcb08e4c96d0805d6085e51ca5364f\";}i:13;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242886\";s:12:\"date_shipped\";i:1686707608;s:11:\"tracking_id\";s:32:\"8579311c9528e3ecf5e4a1980a532a57\";}i:14;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830242875\";s:12:\"date_shipped\";i:1686707615;s:11:\"tracking_id\";s:32:\"4e917d56441360d4ca9a19066db1d8ac\";}}'),(85239,1944,'_edit_last','2'),(85240,1944,'_date_completed','1686707626'),(85241,1944,'_completed_date','2023-06-14 01:53:46'),(85242,1946,'Payment type','instant'),(85243,1946,'_paypal_status','completed'),(85244,1946,'_transaction_id','9T1736607G1118802'),(85245,1946,'PayPal Transaction Fee','47.16'),(85246,1946,'_date_paid','1686707842'),(85247,1946,'_paid_date','2023-06-14 01:57:22'),(85248,1918,'Payment type','instant'),(85249,1918,'_paypal_status','completed'),(85250,1918,'_transaction_id','7EV701634L3960406'),(85251,1918,'PayPal Transaction Fee','1.60'),(85252,1918,'_date_paid','1686709989'),(85253,1918,'_paid_date','2023-06-14 02:33:09'),(85254,1947,'_edit_lock','1686768999:2'),(85255,1947,'_edit_last','2'),(85256,1946,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243091\";s:12:\"date_shipped\";s:10:\"1686700800\";s:11:\"tracking_id\";s:32:\"0d4c6e2569328045c7d50fd3c002c2f8\";}}'),(85257,1946,'_date_completed','1686769182'),(85258,1946,'_completed_date','2023-06-14 18:59:42'),(85259,1918,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243106\";s:12:\"date_shipped\";s:10:\"1686700800\";s:11:\"tracking_id\";s:32:\"70afd0b817eae1e46cc59b5d954a733b\";}}'),(85260,1918,'_date_completed','1686769268'),(85261,1918,'_completed_date','2023-06-14 19:01:08'),(85262,1948,'_order_key','wc_order_vXDUHRqRCIucd'),(85263,1948,'_customer_user','76'),(85264,1948,'_payment_method','paypal'),(85265,1948,'_payment_method_title','PayPal'),(85266,1948,'_customer_ip_address','146.115.131.163'),(85267,1948,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(85268,1948,'_created_via','checkout'),(85269,1948,'_cart_hash','6e85852b93aeca9fed42431a78b3f122'),(85270,1948,'_download_permissions_granted','yes'),(85271,1948,'_recorded_sales','yes'),(85272,1948,'_recorded_coupon_usage_counts','yes'),(85273,1948,'_new_order_email_sent','true'),(85274,1948,'_order_stock_reduced','yes'),(85275,1948,'_billing_first_name','Naomi'),(85276,1948,'_billing_last_name','Golden'),(85277,1948,'_billing_address_1','31 Mann Ave'),(85278,1948,'_billing_city','Needham'),(85279,1948,'_billing_state','MA'),(85280,1948,'_billing_postcode','02492'),(85281,1948,'_billing_country','US'),(85282,1948,'_billing_email','nrgolden6486@gmail.com'),(85283,1948,'_billing_phone','617-851-1322'),(85284,1948,'_shipping_first_name','Naomi'),(85285,1948,'_shipping_last_name','Golden'),(85286,1948,'_shipping_company','Lice Aunties'),(85287,1948,'_shipping_address_1','1349 Centre Street'),(85288,1948,'_shipping_address_2','Suite 3'),(85289,1948,'_shipping_city','Newton'),(85290,1948,'_shipping_state','MA'),(85291,1948,'_shipping_postcode','02459'),(85292,1948,'_shipping_country','US'),(85293,1948,'_order_currency','USD'),(85294,1948,'_cart_discount','0'),(85295,1948,'_cart_discount_tax','0'),(85296,1948,'_order_shipping','0'),(85297,1948,'_order_shipping_tax','0'),(85298,1948,'_order_tax','0'),(85299,1948,'_order_total','569.64'),(85300,1948,'_order_version','7.7.2'),(85301,1948,'_prices_include_tax','no'),(85302,1948,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(85303,1948,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 Newton MA 02459 US '),(85304,1948,'is_vat_exempt','no'),(85305,1949,'_order_key','wc_order_171LKwby4AjgB'),(85306,1949,'_customer_user','5'),(85307,1949,'_payment_method','paypal'),(85308,1949,'_payment_method_title','PayPal'),(85309,1949,'_customer_ip_address','73.25.215.16'),(85310,1949,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85311,1949,'_created_via','checkout'),(85312,1949,'_cart_hash','a87c74a03cdd2d16c2066cbd7e38240b'),(85313,1949,'_download_permissions_granted','yes'),(85314,1949,'_recorded_sales','yes'),(85315,1949,'_recorded_coupon_usage_counts','yes'),(85316,1949,'_new_order_email_sent','true'),(85317,1949,'_order_stock_reduced','yes'),(85318,1949,'_billing_first_name','Mark'),(85319,1949,'_billing_last_name','Meyer'),(85320,1949,'_billing_company','lice clinics of america- portland'),(85321,1949,'_billing_address_1','5201 SW Westgate Dr suite 106'),(85322,1949,'_billing_address_2','106'),(85323,1949,'_billing_city','portland'),(85324,1949,'_billing_state','OR'),(85325,1949,'_billing_postcode','97221'),(85326,1949,'_billing_country','US'),(85327,1949,'_billing_email','noemi.and.mark@nwliceclinics.com'),(85328,1949,'_billing_phone','5034040475'),(85329,1949,'_shipping_first_name','Mark'),(85330,1949,'_shipping_last_name','Meyer'),(85331,1949,'_shipping_company','lice clinics of america- portland'),(85332,1949,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(85333,1949,'_shipping_address_2','106'),(85334,1949,'_shipping_city','portland'),(85335,1949,'_shipping_state','OR'),(85336,1949,'_shipping_postcode','97221'),(85337,1949,'_shipping_country','US'),(85338,1949,'_order_currency','USD'),(85339,1949,'_cart_discount','0'),(85340,1949,'_cart_discount_tax','0'),(85341,1949,'_order_shipping','0'),(85342,1949,'_order_shipping_tax','0'),(85343,1949,'_order_tax','0'),(85344,1949,'_order_total','1925.83'),(85345,1949,'_order_version','7.7.2'),(85346,1949,'_prices_include_tax','no'),(85347,1949,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(85348,1949,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(85349,1949,'is_vat_exempt','no'),(85350,1949,'Payment type','instant'),(85351,1949,'_paypal_status','completed'),(85352,1949,'_transaction_id','0A135942HM746332P'),(85353,1949,'PayPal Transaction Fee','67.70'),(85354,1949,'_date_paid','1686777391'),(85355,1949,'_paid_date','2023-06-14 21:16:31'),(85356,1949,'_edit_lock','1686849096:2'),(85357,1949,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243297\";s:12:\"date_shipped\";s:10:\"1686787200\";s:11:\"tracking_id\";s:32:\"2f8bb5109edafd9d1862a6cae732a1ba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243286\";s:12:\"date_shipped\";i:1686848736;s:11:\"tracking_id\";s:32:\"25e2d9c52eaad7122e8b11b8be9457f4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243275\";s:12:\"date_shipped\";i:1686848742;s:11:\"tracking_id\";s:32:\"4c477ae2789504033559a4b6228a6832\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243264\";s:12:\"date_shipped\";i:1686848748;s:11:\"tracking_id\";s:32:\"b16b80e22e07c2275352336ae0534d30\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243253\";s:12:\"date_shipped\";i:1686848755;s:11:\"tracking_id\";s:32:\"b5c189cc7d349b4c9c5a43ccd1ff4f8c\";}}'),(85358,1949,'_edit_last','2'),(85359,1949,'_date_completed','1686848761'),(85360,1949,'_completed_date','2023-06-15 17:06:01'),(85361,1948,'_edit_lock','1686953101:2'),(85362,1948,'_edit_last','2'),(85363,1948,'Payment type','instant'),(85364,1948,'_paypal_status','completed'),(85365,1948,'_transaction_id','82E865750K717462Y'),(85366,1948,'PayPal Transaction Fee','20.37'),(85367,1948,'_date_paid','1686860631'),(85368,1948,'_paid_date','2023-06-15 20:23:51'),(85369,1950,'_order_key','wc_order_UYjemlpnt1eSY'),(85370,1950,'_customer_user','3'),(85371,1950,'_payment_method','paypal'),(85372,1950,'_payment_method_title','PayPal'),(85373,1950,'_customer_ip_address','70.142.202.154'),(85374,1950,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(85375,1950,'_created_via','checkout'),(85376,1950,'_cart_hash','f5e7e232337640c0da203fa3521908d8'),(85377,1950,'_download_permissions_granted','yes'),(85378,1950,'_recorded_sales','yes'),(85379,1950,'_recorded_coupon_usage_counts','yes'),(85380,1950,'_new_order_email_sent','true'),(85381,1950,'_order_stock_reduced','yes'),(85382,1950,'_billing_first_name','Amanda'),(85383,1950,'_billing_last_name','Westerman'),(85384,1950,'_billing_company','Lice Clinics of America McKinney'),(85385,1950,'_billing_address_1','3120 Hudson Crossing'),(85386,1950,'_billing_address_2','Suite A2'),(85387,1950,'_billing_city','MCKINNEY'),(85388,1950,'_billing_state','TX'),(85389,1950,'_billing_postcode','75070'),(85390,1950,'_billing_country','US'),(85391,1950,'_billing_email','awesterman1103@gmail.com'),(85392,1950,'_billing_phone','2144175741'),(85393,1950,'_shipping_first_name','Amanda'),(85394,1950,'_shipping_last_name','Westerman'),(85395,1950,'_shipping_company','Lice Clinics of America McKinney'),(85396,1950,'_shipping_address_1','3120 Hudson Crossing'),(85397,1950,'_shipping_address_2','Suite A2'),(85398,1950,'_shipping_city','MCKINNEY'),(85399,1950,'_shipping_state','TX'),(85400,1950,'_shipping_postcode','75070'),(85401,1950,'_shipping_country','US'),(85402,1950,'_order_currency','USD'),(85403,1950,'_cart_discount','0'),(85404,1950,'_cart_discount_tax','0'),(85405,1950,'_order_shipping','0'),(85406,1950,'_order_shipping_tax','0'),(85407,1950,'_order_tax','0'),(85408,1950,'_order_total','1166.35'),(85409,1950,'_order_version','7.7.2'),(85410,1950,'_prices_include_tax','no'),(85411,1950,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(85412,1950,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(85413,1950,'is_vat_exempt','no'),(85414,1950,'Payment type','instant'),(85415,1950,'_paypal_status','completed'),(85416,1950,'_transaction_id','9SB10278T5067415K'),(85417,1950,'PayPal Transaction Fee','41.20'),(85418,1950,'_date_paid','1686862643'),(85419,1950,'_paid_date','2023-06-15 20:57:23'),(85420,1951,'_order_key','wc_order_EOE3oAGCz80W3'),(85421,1951,'_customer_user','20'),(85422,1951,'_payment_method','paypal'),(85423,1951,'_payment_method_title','PayPal'),(85424,1951,'_customer_ip_address','198.72.181.87'),(85425,1951,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(85426,1951,'_created_via','checkout'),(85427,1951,'_cart_hash','8e1d9867c1e613148f18768a735041e2'),(85428,1951,'_download_permissions_granted','yes'),(85429,1951,'_recorded_sales','yes'),(85430,1951,'_recorded_coupon_usage_counts','yes'),(85431,1951,'_new_order_email_sent','true'),(85432,1951,'_order_stock_reduced','yes'),(85433,1951,'_billing_first_name','Hasani'),(85434,1951,'_billing_last_name','Thompson'),(85435,1951,'_billing_company','Heat in Hair'),(85436,1951,'_billing_address_1','27225 Camp Plenty Road'),(85437,1951,'_billing_address_2','1D'),(85438,1951,'_billing_city','Santa Clarita'),(85439,1951,'_billing_state','CA'),(85440,1951,'_billing_postcode','91351'),(85441,1951,'_billing_country','US'),(85442,1951,'_billing_email','info@liceclinicssantaclarita.com'),(85443,1951,'_billing_phone','6615850263'),(85444,1951,'_shipping_first_name','Hasani'),(85445,1951,'_shipping_last_name','Thompson'),(85446,1951,'_shipping_company','Heat in Hair'),(85447,1951,'_shipping_address_1','5145 Nightsky Place'),(85448,1951,'_shipping_city','Palmdale'),(85449,1951,'_shipping_state','CA'),(85450,1951,'_shipping_postcode','93552'),(85451,1951,'_shipping_country','US'),(85452,1951,'_order_currency','USD'),(85453,1951,'_cart_discount','0'),(85454,1951,'_cart_discount_tax','0'),(85455,1951,'_order_shipping','0'),(85456,1951,'_order_shipping_tax','0'),(85457,1951,'_order_tax','0'),(85458,1951,'_order_total','574.31'),(85459,1951,'_order_version','7.7.2'),(85460,1951,'_prices_include_tax','no'),(85461,1951,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(85462,1951,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(85463,1951,'is_vat_exempt','no'),(85464,1951,'Payment type','instant'),(85465,1951,'_paypal_status','completed'),(85466,1951,'_transaction_id','61J269192F296452B'),(85467,1951,'PayPal Transaction Fee','20.53'),(85468,1951,'_date_paid','1686879927'),(85469,1951,'_paid_date','2023-06-16 01:45:27'),(85471,1952,'_order_key','wc_order_iu0FlOJKgRx9o'),(85472,1952,'_customer_user','43'),(85473,1952,'_payment_method','paypal'),(85474,1952,'_payment_method_title','PayPal'),(85475,1952,'_customer_ip_address','76.143.232.251'),(85476,1952,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85477,1952,'_created_via','checkout'),(85478,1952,'_cart_hash','367aee7928ea3c1dd4823ba4185b3a03'),(85479,1952,'_download_permissions_granted','yes'),(85480,1952,'_recorded_sales','yes'),(85481,1952,'_recorded_coupon_usage_counts','yes'),(85482,1952,'_new_order_email_sent','true'),(85483,1952,'_order_stock_reduced','yes'),(85484,1952,'_billing_first_name','Ryan'),(85485,1952,'_billing_last_name','Nelson'),(85486,1952,'_billing_address_1','140 Flame Vine drive'),(85487,1952,'_billing_city','Naples'),(85488,1952,'_billing_state','FL'),(85489,1952,'_billing_postcode','34110'),(85490,1952,'_billing_country','US'),(85491,1952,'_billing_email','Rjnelson73@gmail.com'),(85492,1952,'_billing_phone','239-281-0719'),(85493,1952,'_shipping_first_name','Ryan'),(85494,1952,'_shipping_last_name','Nelson'),(85495,1952,'_shipping_address_1','140 Flame Vine drive'),(85496,1952,'_shipping_city','Naples'),(85497,1952,'_shipping_state','FL'),(85498,1952,'_shipping_postcode','34110'),(85499,1952,'_shipping_country','US'),(85500,1952,'_order_currency','USD'),(85501,1952,'_cart_discount','0'),(85502,1952,'_cart_discount_tax','0'),(85503,1952,'_order_shipping','136.61'),(85504,1952,'_order_shipping_tax','0'),(85505,1952,'_order_tax','0'),(85506,1952,'_order_total','519.89'),(85507,1952,'_order_version','7.8.0'),(85508,1952,'_prices_include_tax','no'),(85509,1952,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(85510,1952,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(85511,1952,'is_vat_exempt','no'),(85514,1954,'_order_key','wc_order_4iNSw2UcAOfBn'),(85515,1954,'_customer_user','87'),(85516,1954,'_payment_method','paypal'),(85517,1954,'_payment_method_title','PayPal'),(85518,1954,'_customer_ip_address','108.219.84.84'),(85519,1954,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85520,1954,'_created_via','checkout'),(85521,1954,'_cart_hash','efad0ab86f4fa29c366f69f3251e682b'),(85522,1954,'_download_permissions_granted','yes'),(85523,1954,'_recorded_sales','yes'),(85524,1954,'_recorded_coupon_usage_counts','yes'),(85525,1954,'_new_order_email_sent','true'),(85526,1954,'_order_stock_reduced','yes'),(85527,1954,'_billing_first_name','Wade'),(85528,1954,'_billing_last_name','Huntsman'),(85529,1954,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(85530,1954,'_billing_address_1','3421 E 21st'),(85531,1954,'_billing_city','Tulsa'),(85532,1954,'_billing_state','OK'),(85533,1954,'_billing_postcode','74114'),(85534,1954,'_billing_country','US'),(85535,1954,'_billing_email','info@liceclinicsmidsouth.com'),(85536,1954,'_billing_phone','9189783329'),(85537,1954,'_shipping_first_name','Wade'),(85538,1954,'_shipping_last_name','Huntsman'),(85539,1954,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(85540,1954,'_shipping_address_1','3421 E 21st'),(85541,1954,'_shipping_city','Tulsa'),(85542,1954,'_shipping_state','OK'),(85543,1954,'_shipping_postcode','74114'),(85544,1954,'_shipping_country','US'),(85545,1954,'_order_currency','USD'),(85546,1954,'_cart_discount','0'),(85547,1954,'_cart_discount_tax','0'),(85548,1954,'_order_shipping','0'),(85549,1954,'_order_shipping_tax','0'),(85550,1954,'_order_tax','0'),(85551,1954,'_order_total','839.55'),(85552,1954,'_order_version','7.7.2'),(85553,1954,'_prices_include_tax','no'),(85554,1954,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(85555,1954,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(85556,1954,'is_vat_exempt','no'),(85557,1954,'Payment type','instant'),(85558,1954,'_paypal_status','completed'),(85559,1954,'_transaction_id','8631455169849900P'),(85560,1954,'PayPal Transaction Fee','29.79'),(85561,1954,'_date_paid','1686938137'),(85562,1954,'_paid_date','2023-06-16 17:55:37'),(85563,1955,'_order_key','wc_order_Sq7rD9N3xrUiR'),(85564,1955,'_customer_user','87'),(85565,1955,'_payment_method','paypal'),(85566,1955,'_payment_method_title','PayPal'),(85567,1955,'_customer_ip_address','108.219.84.84'),(85568,1955,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85569,1955,'_created_via','checkout'),(85570,1955,'_cart_hash','3caa32899d98c7a941ea699c3d6fc80e'),(85571,1955,'_download_permissions_granted','yes'),(85572,1955,'_recorded_sales','yes'),(85573,1955,'_recorded_coupon_usage_counts','yes'),(85574,1955,'_new_order_email_sent','true'),(85575,1955,'_order_stock_reduced','yes'),(85576,1955,'_billing_first_name','Wade'),(85577,1955,'_billing_last_name','Huntsman'),(85578,1955,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(85579,1955,'_billing_address_1','3421 E 21st'),(85580,1955,'_billing_city','Tulsa'),(85581,1955,'_billing_state','OK'),(85582,1955,'_billing_postcode','74114'),(85583,1955,'_billing_country','US'),(85584,1955,'_billing_email','info@liceclinicsmidsouth.com'),(85585,1955,'_billing_phone','9189783329'),(85586,1955,'_shipping_first_name','Logan'),(85587,1955,'_shipping_last_name','Futrell'),(85588,1955,'_shipping_company','Lice Clinics of America NWA'),(85589,1955,'_shipping_address_1','207 East Monroe Ave, Suite D'),(85590,1955,'_shipping_city','Lowell'),(85591,1955,'_shipping_state','AR'),(85592,1955,'_shipping_postcode','72745'),(85593,1955,'_shipping_country','US'),(85594,1955,'_order_currency','USD'),(85595,1955,'_cart_discount','0'),(85596,1955,'_cart_discount_tax','0'),(85597,1955,'_order_shipping','0'),(85598,1955,'_order_shipping_tax','0'),(85599,1955,'_order_tax','0'),(85600,1955,'_order_total','631.36'),(85601,1955,'_order_version','7.7.2'),(85602,1955,'_prices_include_tax','no'),(85603,1955,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(85604,1955,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(85605,1955,'is_vat_exempt','no'),(85606,1955,'Payment type','instant'),(85607,1955,'_paypal_status','completed'),(85608,1955,'_transaction_id','5AB08555RS952092K'),(85609,1955,'PayPal Transaction Fee','22.52'),(85610,1955,'_date_paid','1686938459'),(85611,1955,'_paid_date','2023-06-16 18:00:59'),(85612,1956,'_order_key','wc_order_yh3EDJY8CkFA2'),(85613,1956,'_customer_user','87'),(85614,1956,'_payment_method','paypal'),(85615,1956,'_payment_method_title','PayPal'),(85616,1956,'_customer_ip_address','108.219.84.84'),(85617,1956,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85618,1956,'_created_via','checkout'),(85619,1956,'_cart_hash','c39523fb7df835f7d6e513835357f491'),(85620,1956,'_download_permissions_granted','yes'),(85621,1956,'_recorded_sales','yes'),(85622,1956,'_recorded_coupon_usage_counts','yes'),(85623,1956,'_new_order_email_sent','true'),(85624,1956,'_order_stock_reduced','yes'),(85625,1956,'_billing_first_name','Wade'),(85626,1956,'_billing_last_name','Huntsman'),(85627,1956,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(85628,1956,'_billing_address_1','3421 E 21st'),(85629,1956,'_billing_city','Tulsa'),(85630,1956,'_billing_state','OK'),(85631,1956,'_billing_postcode','74114'),(85632,1956,'_billing_country','US'),(85633,1956,'_billing_email','info@liceclinicsmidsouth.com'),(85634,1956,'_billing_phone','9189783329'),(85635,1956,'_shipping_first_name','Katee'),(85636,1956,'_shipping_last_name','Morrison'),(85637,1956,'_shipping_company','Lice Clinics of America OKC'),(85638,1956,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(85639,1956,'_shipping_city','OKC'),(85640,1956,'_shipping_state','OK'),(85641,1956,'_shipping_postcode','73118'),(85642,1956,'_shipping_country','US'),(85643,1956,'_order_currency','USD'),(85644,1956,'_cart_discount','0'),(85645,1956,'_cart_discount_tax','0'),(85646,1956,'_order_shipping','0'),(85647,1956,'_order_shipping_tax','0'),(85648,1956,'_order_tax','0'),(85649,1956,'_order_total','1295.32'),(85650,1956,'_order_version','7.7.2'),(85651,1956,'_prices_include_tax','no'),(85652,1956,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(85653,1956,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(85654,1956,'is_vat_exempt','no'),(85655,1956,'Payment type','instant'),(85656,1956,'_paypal_status','completed'),(85657,1956,'_transaction_id','9E2553985J681902P'),(85658,1956,'PayPal Transaction Fee','45.70'),(85659,1956,'_date_paid','1686939209'),(85660,1956,'_paid_date','2023-06-16 18:13:29'),(85661,1957,'_order_key','wc_order_C7ZZDjW4FvUyn'),(85662,1957,'_customer_user','87'),(85663,1957,'_payment_method','paypal'),(85664,1957,'_payment_method_title','PayPal'),(85665,1957,'_customer_ip_address','108.219.84.84'),(85666,1957,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85667,1957,'_created_via','checkout'),(85668,1957,'_cart_hash','bc034d4379b41acd17dfba958505a8a4'),(85669,1957,'_download_permissions_granted','yes'),(85670,1957,'_recorded_sales','yes'),(85671,1957,'_recorded_coupon_usage_counts','yes'),(85672,1957,'_new_order_email_sent','true'),(85673,1957,'_order_stock_reduced','yes'),(85674,1957,'_billing_first_name','Wade'),(85675,1957,'_billing_last_name','Huntsman'),(85676,1957,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(85677,1957,'_billing_address_1','3421 E 21st'),(85678,1957,'_billing_city','Tulsa'),(85679,1957,'_billing_state','OK'),(85680,1957,'_billing_postcode','74114'),(85681,1957,'_billing_country','US'),(85682,1957,'_billing_email','info@liceclinicsmidsouth.com'),(85683,1957,'_billing_phone','9189783329'),(85684,1957,'_shipping_first_name','Tiffany'),(85685,1957,'_shipping_last_name','Sporn'),(85686,1957,'_shipping_address_1','16621 West 29th Street North'),(85687,1957,'_shipping_city','Colwich'),(85688,1957,'_shipping_state','KS'),(85689,1957,'_shipping_postcode','67030'),(85690,1957,'_shipping_country','US'),(85691,1957,'_order_currency','USD'),(85692,1957,'_cart_discount','0'),(85693,1957,'_cart_discount_tax','0'),(85694,1957,'_order_shipping','0'),(85695,1957,'_order_shipping_tax','0'),(85696,1957,'_order_tax','0'),(85697,1957,'_order_total','549.82'),(85698,1957,'_order_version','7.7.2'),(85699,1957,'_prices_include_tax','no'),(85700,1957,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(85701,1957,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(85702,1957,'is_vat_exempt','no'),(85703,1957,'Payment type','instant'),(85704,1957,'_paypal_status','completed'),(85705,1957,'_transaction_id','62U719689L581313A'),(85706,1957,'PayPal Transaction Fee','19.68'),(85707,1957,'_date_paid','1686939372'),(85708,1957,'_paid_date','2023-06-16 18:16:12'),(85709,1954,'_edit_lock','1686952889:2'),(85710,1954,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243562\";s:12:\"date_shipped\";s:10:\"1686873600\";s:11:\"tracking_id\";s:32:\"5ba9596160934c706dc9911f8eb8ba1c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243551\";s:12:\"date_shipped\";i:1686952997;s:11:\"tracking_id\";s:32:\"1198c2121dd54f0bb023e5bbffb18cad\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243540\";s:12:\"date_shipped\";i:1686953003;s:11:\"tracking_id\";s:32:\"294c87f9e1ab12297fe3c6714f21854d\";}}'),(85711,1954,'_edit_last','2'),(85712,1954,'_date_completed','1686953012'),(85713,1954,'_completed_date','2023-06-16 22:03:32'),(85714,1955,'_edit_lock','1686952952:2'),(85715,1955,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243584\";s:12:\"date_shipped\";s:10:\"1686873600\";s:11:\"tracking_id\";s:32:\"1cc0dba8478598e08a50f78a007744c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243573\";s:12:\"date_shipped\";i:1686953073;s:11:\"tracking_id\";s:32:\"404a28fecab7c92e1b99c8d3e874b137\";}}'),(85716,1955,'_edit_last','2'),(85717,1955,'_date_completed','1686953086'),(85718,1955,'_completed_date','2023-06-16 22:04:46'),(85719,1950,'_edit_lock','1686953015:2'),(85720,1950,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243507\";s:12:\"date_shipped\";s:10:\"1686873600\";s:11:\"tracking_id\";s:32:\"36ea4cbfc0125d4d016d9a70428e75de\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243492\";s:12:\"date_shipped\";i:1686953129;s:11:\"tracking_id\";s:32:\"325fab70543e42967b16141691ef761d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243481\";s:12:\"date_shipped\";i:1686953144;s:11:\"tracking_id\";s:32:\"e436fb51dc1765b6af14b9ff7dcd0224\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243470\";s:12:\"date_shipped\";i:1686953150;s:11:\"tracking_id\";s:32:\"22054dbd8dc6851b0f7b30e89b14fb24\";}}'),(85721,1950,'_edit_last','2'),(85722,1950,'_date_completed','1686953152'),(85723,1950,'_completed_date','2023-06-16 22:05:52'),(85724,1951,'_edit_lock','1686953069:2'),(85725,1951,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243530\";s:12:\"date_shipped\";s:10:\"1686873600\";s:11:\"tracking_id\";s:32:\"10913d89c4c78713e6e344cb68b239d9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243529\";s:12:\"date_shipped\";i:1686953196;s:11:\"tracking_id\";s:32:\"70ec5e1f803728b5c6ef44f0695a3cb6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243518\";s:12:\"date_shipped\";i:1686953203;s:11:\"tracking_id\";s:32:\"08264225feb9f08ba39334b11d1ef645\";}}'),(85726,1951,'_edit_last','2'),(85727,1951,'_date_completed','1686953205'),(85728,1951,'_completed_date','2023-06-16 22:06:45'),(85729,1948,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243448\";s:12:\"date_shipped\";s:10:\"1686873600\";s:11:\"tracking_id\";s:32:\"f8c34bdf246c24e8087be2a4f742f9b6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243437\";s:12:\"date_shipped\";i:1686953237;s:11:\"tracking_id\";s:32:\"81eb6eee961d3329bfa74ef249d21c06\";}}'),(85730,1948,'_date_completed','1686953239'),(85731,1948,'_completed_date','2023-06-16 22:07:19'),(85732,1956,'_edit_lock','1687183733:2'),(85733,1956,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243610\";s:12:\"date_shipped\";s:10:\"1687132800\";s:11:\"tracking_id\";s:32:\"2ebb70494d6ab0f3e9f72808692dc4da\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243600\";s:12:\"date_shipped\";i:1687183833;s:11:\"tracking_id\";s:32:\"c6528d5c6faa6d714c8da8105ad1fda9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243595\";s:12:\"date_shipped\";i:1687183845;s:11:\"tracking_id\";s:32:\"492542fb67284e177f28b0d8a6715c4d\";}}'),(85734,1956,'_edit_last','2'),(85735,1956,'_date_completed','1687183848'),(85736,1956,'_completed_date','2023-06-19 14:10:48'),(85737,1957,'_edit_lock','1687186807:2'),(85738,1957,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243632\";s:12:\"date_shipped\";s:10:\"1687132800\";s:11:\"tracking_id\";s:32:\"0797295b8541fd19fa55fe18888b7ce4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243621\";s:12:\"date_shipped\";i:1687186915;s:11:\"tracking_id\";s:32:\"fb595662cdcbdd9b7d23d87a83ad9163\";}}'),(85739,1957,'_edit_last','2'),(85740,1957,'_date_completed','1687186917'),(85741,1957,'_completed_date','2023-06-19 15:01:57'),(85742,1952,'_edit_lock','1687368259:2'),(85743,1945,'Payment type','instant'),(85744,1945,'_paypal_status','completed'),(85745,1945,'_transaction_id','3SG21656T83092248'),(85746,1945,'PayPal Transaction Fee','23.10'),(85747,1945,'_date_paid','1687196141'),(85748,1945,'_paid_date','2023-06-19 17:35:41'),(85749,1960,'_order_key','wc_order_T6OK8kHTNQMnC'),(85750,1960,'_customer_user','7'),(85751,1960,'_payment_method','paypal'),(85752,1960,'_payment_method_title','PayPal'),(85753,1960,'_customer_ip_address','108.201.137.222'),(85754,1960,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(85755,1960,'_created_via','checkout'),(85756,1960,'_cart_hash','5d8a0c30bf31d577dddf625b9bcff055'),(85757,1960,'_download_permissions_granted','yes'),(85758,1960,'_recorded_sales','yes'),(85759,1960,'_recorded_coupon_usage_counts','yes'),(85760,1960,'_new_order_email_sent','true'),(85761,1960,'_order_stock_reduced','yes'),(85762,1960,'_billing_first_name','Amy'),(85763,1960,'_billing_last_name','Allen'),(85764,1960,'_billing_company','Lice Clinics Of America'),(85765,1960,'_billing_address_1','251 Promise Way'),(85766,1960,'_billing_city','Hollister'),(85767,1960,'_billing_state','CA'),(85768,1960,'_billing_postcode','95023'),(85769,1960,'_billing_country','US'),(85770,1960,'_billing_email','lca.gilroy@gmail.com'),(85771,1960,'_billing_phone','4085005537'),(85772,1960,'_shipping_first_name','Amy'),(85773,1960,'_shipping_last_name','Allen'),(85774,1960,'_shipping_company','Lice Clinics Of America - SanJose'),(85775,1960,'_shipping_address_1','7680 Monterey St Ste 104'),(85776,1960,'_shipping_city','Gilroy'),(85777,1960,'_shipping_state','CA'),(85778,1960,'_shipping_postcode','95020'),(85779,1960,'_shipping_country','US'),(85780,1960,'_order_currency','USD'),(85781,1960,'_cart_discount','0'),(85782,1960,'_cart_discount_tax','0'),(85783,1960,'_order_shipping','0'),(85784,1960,'_order_shipping_tax','0'),(85785,1960,'_order_tax','0'),(85786,1960,'_order_total','712.62'),(85787,1960,'_order_version','7.7.2'),(85788,1960,'_prices_include_tax','no'),(85789,1960,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(85790,1960,'_shipping_address_index','Amy Allen Lice Clinics Of America - SanJose 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(85791,1960,'is_vat_exempt','no'),(85792,1960,'Payment type','instant'),(85793,1960,'_paypal_status','completed'),(85794,1960,'_transaction_id','72C13427R36603544'),(85795,1960,'PayPal Transaction Fee','25.36'),(85796,1960,'_date_paid','1687198085'),(85797,1960,'_paid_date','2023-06-19 18:08:05'),(85798,1945,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:14:\"(253) 544-3337\";s:12:\"date_shipped\";s:10:\"1687132800\";s:11:\"tracking_id\";s:32:\"a1afd76bd0fae86c8b36b62a750e94ee\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243816\";s:12:\"date_shipped\";i:1687208706;s:11:\"tracking_id\";s:32:\"b760914882484b85b1d1bead5c7c0050\";}}'),(85799,1945,'_date_completed','1687208708'),(85800,1945,'_completed_date','2023-06-19 21:05:08'),(85801,1960,'_edit_lock','1687208790:2'),(85802,1961,'_order_key','wc_order_Hqw42gq7i73Wg'),(85803,1961,'_customer_user','26'),(85804,1961,'_payment_method','paypal'),(85805,1961,'_payment_method_title','PayPal'),(85806,1961,'_customer_ip_address','68.126.201.125'),(85807,1961,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85808,1961,'_created_via','checkout'),(85809,1961,'_cart_hash','4d22fad7890daa125ff077d6940b87a0'),(85810,1961,'_download_permissions_granted','yes'),(85811,1961,'_recorded_sales','yes'),(85812,1961,'_recorded_coupon_usage_counts','yes'),(85813,1961,'_new_order_email_sent','true'),(85814,1961,'_order_stock_reduced','yes'),(85815,1961,'_billing_first_name','Andrew'),(85816,1961,'_billing_last_name','Crumrine'),(85817,1961,'_billing_address_1','3537 Stevens Way'),(85818,1961,'_billing_city','Augusta'),(85819,1961,'_billing_state','GA'),(85820,1961,'_billing_postcode','30907'),(85821,1961,'_billing_country','US'),(85822,1961,'_billing_email','augustagalice@gmail.com'),(85823,1961,'_billing_phone','7063064588'),(85824,1961,'_shipping_first_name','Andrew'),(85825,1961,'_shipping_last_name','Crumrine'),(85826,1961,'_shipping_address_1','3537 Stevens Way'),(85827,1961,'_shipping_city','Augusta'),(85828,1961,'_shipping_state','GA'),(85829,1961,'_shipping_postcode','30907'),(85830,1961,'_shipping_country','US'),(85831,1961,'_order_currency','USD'),(85832,1961,'_cart_discount','0'),(85833,1961,'_cart_discount_tax','0'),(85834,1961,'_order_shipping','33.51'),(85835,1961,'_order_shipping_tax','0'),(85836,1961,'_order_tax','0'),(85837,1961,'_order_total','609.45'),(85838,1961,'_order_version','7.7.2'),(85839,1961,'_prices_include_tax','no'),(85840,1961,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(85841,1961,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(85842,1961,'is_vat_exempt','no'),(85843,1960,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243860\";s:12:\"date_shipped\";s:10:\"1687132800\";s:11:\"tracking_id\";s:32:\"8a66e92e1768180dc6da6dfbb5238e91\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243850\";s:12:\"date_shipped\";i:1687208787;s:11:\"tracking_id\";s:32:\"93733ddc5c60ed4219cece1b3bd7f8d3\";}}'),(85844,1960,'_edit_last','2'),(85845,1960,'_date_completed','1687208790'),(85846,1960,'_completed_date','2023-06-19 21:06:30'),(85847,1961,'_edit_lock','1687284794:2'),(85848,1961,'_edit_last','2'),(85849,1962,'_order_key','wc_order_z3Zqdl9YkN9vS'),(85850,1962,'_customer_user','3'),(85851,1962,'_payment_method','paypal'),(85852,1962,'_payment_method_title','PayPal'),(85853,1962,'_customer_ip_address','70.142.202.154'),(85854,1962,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(85855,1962,'_created_via','checkout'),(85856,1962,'_cart_hash','3194c742259830b9b619587fa4533506'),(85857,1962,'_download_permissions_granted','yes'),(85858,1962,'_recorded_sales','yes'),(85859,1962,'_recorded_coupon_usage_counts','yes'),(85860,1962,'_new_order_email_sent','true'),(85861,1962,'_order_stock_reduced','yes'),(85862,1962,'_billing_first_name','Amanda'),(85863,1962,'_billing_last_name','Westerman'),(85864,1962,'_billing_company','Lice Clinics of America McKinney'),(85865,1962,'_billing_address_1','3120 Hudson Crossing'),(85866,1962,'_billing_address_2','Suite A2'),(85867,1962,'_billing_city','MCKINNEY'),(85868,1962,'_billing_state','TX'),(85869,1962,'_billing_postcode','75070'),(85870,1962,'_billing_country','US'),(85871,1962,'_billing_email','awesterman1103@gmail.com'),(85872,1962,'_billing_phone','2144175741'),(85873,1962,'_shipping_first_name','AMANDA'),(85874,1962,'_shipping_last_name','Westerman'),(85875,1962,'_shipping_company','Lice Clinics of America McKinney'),(85876,1962,'_shipping_address_1','1709 Damian Way'),(85877,1962,'_shipping_city','Richardson'),(85878,1962,'_shipping_state','TX'),(85879,1962,'_shipping_postcode','75081'),(85880,1962,'_shipping_country','US'),(85881,1962,'_order_currency','USD'),(85882,1962,'_cart_discount','0'),(85883,1962,'_cart_discount_tax','0'),(85884,1962,'_order_shipping','0'),(85885,1962,'_order_shipping_tax','0'),(85886,1962,'_order_tax','0'),(85887,1962,'_order_total','637.65'),(85888,1962,'_order_version','7.7.2'),(85889,1962,'_prices_include_tax','no'),(85890,1962,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(85891,1962,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(85892,1962,'is_vat_exempt','no'),(85893,1962,'Payment type','instant'),(85894,1962,'_paypal_status','completed'),(85895,1962,'_transaction_id','9XF3243640565290J'),(85896,1962,'PayPal Transaction Fee','22.74'),(85897,1962,'_date_paid','1687216078'),(85898,1962,'_paid_date','2023-06-19 23:07:58'),(85899,1963,'_order_key','wc_order_n57RMZmZ4p5TY'),(85900,1963,'_customer_user','60'),(85901,1963,'_payment_method','paypal'),(85902,1963,'_payment_method_title','PayPal'),(85903,1963,'_customer_ip_address','24.13.229.23'),(85904,1963,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(85905,1963,'_created_via','checkout'),(85906,1963,'_cart_hash','41050ae80dbce17b2e66265a5350919b'),(85907,1963,'_download_permissions_granted','yes'),(85908,1963,'_recorded_sales','yes'),(85909,1963,'_recorded_coupon_usage_counts','yes'),(85910,1963,'_new_order_email_sent','true'),(85911,1963,'_order_stock_reduced','yes'),(85912,1963,'_billing_first_name','Jill'),(85913,1963,'_billing_last_name','Leshtz'),(85914,1963,'_billing_company','Lice clinics of America-North Shore'),(85915,1963,'_billing_address_1','1580 Lancelot Avenue'),(85916,1963,'_billing_city','Highland park'),(85917,1963,'_billing_state','IL'),(85918,1963,'_billing_postcode','60035'),(85919,1963,'_billing_country','US'),(85920,1963,'_billing_email','jleshtz@gmail.com'),(85921,1963,'_billing_phone','8473639001'),(85922,1963,'_shipping_first_name','Jill'),(85923,1963,'_shipping_last_name','Leshtz'),(85924,1963,'_shipping_company','Lice clinics of America-North Shore'),(85925,1963,'_shipping_address_1','1580 Lancelot Avenue'),(85926,1963,'_shipping_city','Highland park'),(85927,1963,'_shipping_state','IL'),(85928,1963,'_shipping_postcode','60035'),(85929,1963,'_shipping_country','US'),(85930,1963,'_order_currency','USD'),(85931,1963,'_cart_discount','0'),(85932,1963,'_cart_discount_tax','0'),(85933,1963,'_order_shipping','0'),(85934,1963,'_order_shipping_tax','0'),(85935,1963,'_order_tax','0'),(85936,1963,'_order_total','1602.12'),(85937,1963,'_order_version','7.7.2'),(85938,1963,'_prices_include_tax','no'),(85939,1963,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(85940,1963,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(85941,1963,'is_vat_exempt','no'),(85942,1963,'Payment type','instant'),(85943,1963,'_paypal_status','completed'),(85944,1963,'_transaction_id','3W046422SP5412543'),(85945,1963,'PayPal Transaction Fee','56.40'),(85946,1963,'_date_paid','1687225923'),(85947,1963,'_paid_date','2023-06-20 01:52:03'),(85952,1962,'_edit_lock','1687272971:2'),(85953,1962,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243908\";s:12:\"date_shipped\";s:10:\"1687219200\";s:11:\"tracking_id\";s:32:\"323a17f6bdb3a7eb1d6ff5f7bef2b2f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243893\";s:12:\"date_shipped\";i:1687273108;s:11:\"tracking_id\";s:32:\"0bdc37c9b110cc05f5def98b9f5eee18\";}}'),(85954,1962,'_edit_last','2'),(85955,1962,'_date_completed','1687273110'),(85956,1962,'_completed_date','2023-06-20 14:58:30'),(85957,1961,'Payment type','instant'),(85958,1961,'_paypal_status','completed'),(85959,1961,'_transaction_id','1RY180803J147401M'),(85960,1961,'PayPal Transaction Fee','21.76'),(85961,1961,'_date_paid','1687273928'),(85962,1961,'_paid_date','2023-06-20 15:12:08'),(85963,1964,'_order_key','wc_order_8OKgyS718Cm23'),(85964,1964,'_customer_user','66'),(85965,1964,'_payment_method','paypal'),(85966,1964,'_payment_method_title','PayPal'),(85967,1964,'_customer_ip_address','69.250.30.77'),(85968,1964,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.51'),(85969,1964,'_created_via','checkout'),(85970,1964,'_cart_hash','2092759e65fd80434a72a58a7325aa2c'),(85971,1964,'_download_permissions_granted','yes'),(85972,1964,'_recorded_sales','yes'),(85973,1964,'_recorded_coupon_usage_counts','yes'),(85974,1964,'_new_order_email_sent','true'),(85975,1964,'_order_stock_reduced','yes'),(85976,1964,'_billing_first_name','Mark'),(85977,1964,'_billing_last_name','Dent'),(85978,1964,'_billing_company','Lice Clinics of Maryland'),(85979,1964,'_billing_address_1','801 W 33rd Street'),(85980,1964,'_billing_city','BAltimore'),(85981,1964,'_billing_state','MD'),(85982,1964,'_billing_postcode','21211'),(85983,1964,'_billing_country','US'),(85984,1964,'_billing_email','info@liceclinicsofmaryland.com'),(85985,1964,'_billing_phone','4438349991'),(85986,1964,'_shipping_first_name','Dawn'),(85987,1964,'_shipping_last_name','Mumaw'),(85988,1964,'_shipping_company','LCA Baltimore'),(85989,1964,'_shipping_address_1','604 Providence Road'),(85990,1964,'_shipping_city','Towson'),(85991,1964,'_shipping_state','MD'),(85992,1964,'_shipping_postcode','21286'),(85993,1964,'_shipping_country','US'),(85994,1964,'_order_currency','USD'),(85995,1964,'_cart_discount','0'),(85996,1964,'_cart_discount_tax','0'),(85997,1964,'_order_shipping','0'),(85998,1964,'_order_shipping_tax','0'),(85999,1964,'_order_tax','0'),(86000,1964,'_order_total','2540.32'),(86001,1964,'_order_version','7.8.0'),(86002,1964,'_prices_include_tax','no'),(86003,1964,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(86004,1964,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(86005,1964,'is_vat_exempt','no'),(86006,1964,'Payment type','instant'),(86007,1964,'_paypal_status','completed'),(86008,1964,'_transaction_id','1PA355377S669925B'),(86009,1964,'PayPal Transaction Fee','89.15'),(86010,1964,'_date_paid','1687279127'),(86011,1964,'_paid_date','2023-06-20 16:38:47'),(86012,1963,'_edit_lock','1687284749:2'),(86013,1963,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243930\";s:12:\"date_shipped\";s:10:\"1687219200\";s:11:\"tracking_id\";s:32:\"39b92747d2cfe5e625dc586b3b0af122\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243920\";s:12:\"date_shipped\";i:1687284791;s:11:\"tracking_id\";s:32:\"fa6ff4ba1505d057843c6167b696f2d9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243919\";s:12:\"date_shipped\";i:1687284798;s:11:\"tracking_id\";s:32:\"42af80824c9c7c414f4a9063c51fbb81\";}}'),(86014,1963,'_edit_last','2'),(86015,1963,'_date_completed','1687284801'),(86016,1963,'_completed_date','2023-06-20 18:13:21'),(86017,1961,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830243974\";s:12:\"date_shipped\";s:10:\"1687219200\";s:11:\"tracking_id\";s:32:\"93d13fa953eb6eb17b7fe61ee8541727\";}}'),(86018,1961,'_date_completed','1687284920'),(86019,1961,'_completed_date','2023-06-20 18:15:20'),(86020,1965,'_order_key','wc_order_atM0uDZStKuYG'),(86021,1965,'_customer_user','6'),(86022,1965,'_payment_method','paypal'),(86023,1965,'_payment_method_title','PayPal'),(86024,1965,'_customer_ip_address','98.244.29.91'),(86025,1965,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86026,1965,'_created_via','checkout'),(86027,1965,'_cart_hash','7000d92b413d180cbc8f1ecdc93358ef'),(86028,1965,'_download_permissions_granted','yes'),(86029,1965,'_recorded_sales','yes'),(86030,1965,'_recorded_coupon_usage_counts','yes'),(86031,1965,'_new_order_email_sent','true'),(86032,1965,'_order_stock_reduced','yes'),(86033,1965,'_billing_first_name','Amira'),(86034,1965,'_billing_last_name','Purto'),(86035,1965,'_billing_address_1','2628 Acapulco Way'),(86036,1965,'_billing_city','Modesto'),(86037,1965,'_billing_state','CA'),(86038,1965,'_billing_postcode','95355'),(86039,1965,'_billing_country','US'),(86040,1965,'_billing_email','amira77@sbcglobal.net'),(86041,1965,'_billing_phone','2096422061'),(86042,1965,'_shipping_first_name','Amira'),(86043,1965,'_shipping_last_name','Purto'),(86044,1965,'_shipping_address_1','2628 Acapulco Way'),(86045,1965,'_shipping_city','Modesto'),(86046,1965,'_shipping_state','CA'),(86047,1965,'_shipping_postcode','95355'),(86048,1965,'_shipping_country','US'),(86049,1965,'_order_currency','USD'),(86050,1965,'_cart_discount','0'),(86051,1965,'_cart_discount_tax','0'),(86052,1965,'_order_shipping','0'),(86053,1965,'_order_shipping_tax','0'),(86054,1965,'_order_tax','0'),(86055,1965,'_order_total','1040.11'),(86056,1965,'_order_version','7.8.0'),(86057,1965,'_prices_include_tax','no'),(86058,1965,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(86059,1965,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(86060,1965,'is_vat_exempt','no'),(86061,1965,'Payment type','instant'),(86062,1965,'_paypal_status','completed'),(86063,1965,'_transaction_id','5L059976TE709471C'),(86064,1965,'PayPal Transaction Fee','36.79'),(86065,1965,'_date_paid','1687285832'),(86066,1965,'_paid_date','2023-06-20 18:30:32'),(86067,1952,'_edit_last','2'),(86068,1966,'_order_key','wc_order_6E8F7upaobDrm'),(86069,1966,'_customer_user','28'),(86070,1966,'_payment_method','paypal'),(86071,1966,'_payment_method_title','PayPal'),(86072,1966,'_customer_ip_address','172.115.255.171'),(86073,1966,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86074,1966,'_created_via','checkout'),(86075,1966,'_cart_hash','ffe6de9e1c526a65a8a6b2866a055d74'),(86076,1966,'_download_permissions_granted','yes'),(86077,1966,'_recorded_sales','yes'),(86078,1966,'_recorded_coupon_usage_counts','yes'),(86079,1966,'_new_order_email_sent','true'),(86080,1966,'_order_stock_reduced','yes'),(86081,1966,'_billing_first_name','Kelli'),(86082,1966,'_billing_last_name','Washington'),(86083,1966,'_billing_company','Lice Clinics of America - Temecula'),(86084,1966,'_billing_address_1','2438 Bear Rock Gln.'),(86085,1966,'_billing_city','Escondido'),(86086,1966,'_billing_state','CA'),(86087,1966,'_billing_postcode','92026'),(86088,1966,'_billing_country','US'),(86089,1966,'_billing_email','info@liceclinicstemecula.com'),(86090,1966,'_billing_phone','7606255580'),(86091,1966,'_shipping_first_name','Kelli'),(86092,1966,'_shipping_last_name','Washington'),(86093,1966,'_shipping_company','Lice Clinics of America - Temecula'),(86094,1966,'_shipping_address_1','2438 Bear Rock Gln.'),(86095,1966,'_shipping_city','Escondido'),(86096,1966,'_shipping_state','CA'),(86097,1966,'_shipping_postcode','92026'),(86098,1966,'_shipping_country','US'),(86099,1966,'_order_currency','USD'),(86100,1966,'_cart_discount','0'),(86101,1966,'_cart_discount_tax','0'),(86102,1966,'_order_shipping','28.57'),(86103,1966,'_order_shipping_tax','0'),(86104,1966,'_order_tax','0'),(86105,1966,'_order_total','266.17'),(86106,1966,'_order_version','7.8.0'),(86107,1966,'_prices_include_tax','no'),(86108,1966,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(86109,1966,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(86110,1966,'is_vat_exempt','no'),(86111,1966,'Payment type','instant'),(86112,1966,'_paypal_status','completed'),(86113,1966,'_transaction_id','98R81752AE835402A'),(86114,1966,'PayPal Transaction Fee','9.78'),(86115,1966,'_date_paid','1687294269'),(86116,1966,'_paid_date','2023-06-20 20:51:09'),(86117,1967,'_order_key','wc_order_99PJvM8rfcXCw'),(86118,1967,'_customer_user','7'),(86119,1967,'_payment_method','paypal'),(86120,1967,'_payment_method_title','PayPal'),(86121,1967,'_customer_ip_address','71.93.225.128'),(86122,1967,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(86123,1967,'_created_via','checkout'),(86124,1967,'_cart_hash','d3429d1c5670b35146d2d8ee60b0898f'),(86125,1967,'_download_permissions_granted','yes'),(86126,1967,'_recorded_sales','yes'),(86127,1967,'_recorded_coupon_usage_counts','yes'),(86128,1967,'_new_order_email_sent','true'),(86129,1967,'_order_stock_reduced','yes'),(86130,1967,'_billing_first_name','Amy'),(86131,1967,'_billing_last_name','Allen'),(86132,1967,'_billing_company','Lice Clinics Of America'),(86133,1967,'_billing_address_1','251 Promise Way'),(86134,1967,'_billing_city','Hollister'),(86135,1967,'_billing_state','CA'),(86136,1967,'_billing_postcode','95023'),(86137,1967,'_billing_country','US'),(86138,1967,'_billing_email','lca.gilroy@gmail.com'),(86139,1967,'_billing_phone','4085005537'),(86140,1967,'_shipping_first_name','Amy'),(86141,1967,'_shipping_last_name','Allen'),(86142,1967,'_shipping_company','Lice Clinics Of America - Gilroy'),(86143,1967,'_shipping_address_1','7680 Monterey St Ste 104'),(86144,1967,'_shipping_city','Gilroy'),(86145,1967,'_shipping_state','CA'),(86146,1967,'_shipping_postcode','95020'),(86147,1967,'_shipping_country','US'),(86148,1967,'_order_currency','USD'),(86149,1967,'_cart_discount','0'),(86150,1967,'_cart_discount_tax','0'),(86151,1967,'_order_shipping','0'),(86152,1967,'_order_shipping_tax','0'),(86153,1967,'_order_tax','0'),(86154,1967,'_order_total','625.78'),(86155,1967,'_order_version','7.8.0'),(86156,1967,'_prices_include_tax','no'),(86157,1967,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(86158,1967,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(86159,1967,'is_vat_exempt','no'),(86160,1967,'Payment type','instant'),(86161,1967,'_paypal_status','completed'),(86162,1967,'_transaction_id','0PP24595A39160402'),(86163,1967,'PayPal Transaction Fee','22.33'),(86164,1967,'_date_paid','1687295986'),(86165,1967,'_paid_date','2023-06-20 21:19:46'),(86166,1952,'Payment type','instant'),(86167,1952,'_paypal_status','completed'),(86168,1952,'_transaction_id','11T987799N5181639'),(86169,1952,'PayPal Transaction Fee','18.63'),(86170,1952,'_date_paid','1687310425'),(86171,1952,'_paid_date','2023-06-21 01:20:25'),(86172,1968,'_order_key','wc_order_skT3i2QPKTdIW'),(86173,1968,'_customer_user','54'),(86174,1968,'_payment_method','paypal'),(86175,1968,'_payment_method_title','PayPal'),(86176,1968,'_customer_ip_address','172.59.191.183'),(86177,1968,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/21.0 Chrome/110.0.5481.154 Mobile Safari/537.36'),(86178,1968,'_created_via','checkout'),(86179,1968,'_cart_hash','62aaa2a264ddca9d4b65e56e6c0ab51a'),(86180,1968,'_download_permissions_granted','yes'),(86181,1968,'_recorded_sales','yes'),(86182,1968,'_recorded_coupon_usage_counts','yes'),(86183,1968,'_new_order_email_sent','true'),(86184,1968,'_order_stock_reduced','yes'),(86185,1968,'_billing_first_name','Erin'),(86186,1968,'_billing_last_name','Hawn'),(86187,1968,'_billing_address_1','10 W Phillip Rd'),(86188,1968,'_billing_address_2','123'),(86189,1968,'_billing_city','Vernon Hills'),(86190,1968,'_billing_state','IL'),(86191,1968,'_billing_postcode','60061'),(86192,1968,'_billing_country','US'),(86193,1968,'_billing_email','info@liceclinicsvernonhills.com'),(86194,1968,'_billing_phone','8475960408'),(86195,1968,'_shipping_first_name','Erin'),(86196,1968,'_shipping_last_name','Hawn'),(86197,1968,'_shipping_address_1','1491 S Amarias Dr'),(86198,1968,'_shipping_city','Round lake'),(86199,1968,'_shipping_state','IL'),(86200,1968,'_shipping_postcode','60073'),(86201,1968,'_shipping_country','US'),(86202,1968,'_order_currency','USD'),(86203,1968,'_cart_discount','0'),(86204,1968,'_cart_discount_tax','0'),(86205,1968,'_order_shipping','0'),(86206,1968,'_order_shipping_tax','0'),(86207,1968,'_order_tax','0'),(86208,1968,'_order_total','714.04'),(86209,1968,'_order_version','7.8.0'),(86210,1968,'_prices_include_tax','no'),(86211,1968,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(86212,1968,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(86213,1968,'is_vat_exempt','no'),(86214,1968,'Payment type','instant'),(86215,1968,'_paypal_status','completed'),(86216,1968,'_transaction_id','9EN9830765198923X'),(86217,1968,'PayPal Transaction Fee','25.41'),(86218,1968,'_date_paid','1687313442'),(86219,1968,'_paid_date','2023-06-21 02:10:42'),(86237,1964,'_edit_lock','1687368087:2'),(86238,1964,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244098\";s:12:\"date_shipped\";s:10:\"1687305600\";s:11:\"tracking_id\";s:32:\"98073fa04003f11f10779ed8bac91136\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244087\";s:12:\"date_shipped\";i:1687368170;s:11:\"tracking_id\";s:32:\"50acd36fff2089f688e239cf1458240b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244076\";s:12:\"date_shipped\";i:1687368176;s:11:\"tracking_id\";s:32:\"0eed688e97a9be4a32b7a1d8554d4ac4\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244065\";s:12:\"date_shipped\";i:1687368181;s:11:\"tracking_id\";s:32:\"4b7f46df072cbd6013f48582849e089d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244054\";s:12:\"date_shipped\";i:1687368189;s:11:\"tracking_id\";s:32:\"202cfdf7ac21fc0cb37007952757dde2\";}}'),(86239,1964,'_edit_last','2'),(86240,1964,'_date_completed','1687368219'),(86241,1964,'_completed_date','2023-06-21 17:23:39'),(86242,1965,'_edit_lock','1687368160:2'),(86243,1965,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244216\";s:12:\"date_shipped\";s:10:\"1687305600\";s:11:\"tracking_id\";s:32:\"874b1e03a02bcbf601416a6c94bc20a0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244205\";s:12:\"date_shipped\";i:1687368266;s:11:\"tracking_id\";s:32:\"0f6965628401ed926fb160c01a4ee6db\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244190\";s:12:\"date_shipped\";i:1687368277;s:11:\"tracking_id\";s:32:\"e6c904248f207f1a59733cc2a3e10556\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244180\";s:12:\"date_shipped\";i:1687368283;s:11:\"tracking_id\";s:32:\"e5018cae846a663273bbf2a8425990ed\";}}'),(86244,1965,'_edit_last','2'),(86245,1965,'_date_completed','1687368288'),(86246,1965,'_completed_date','2023-06-21 17:24:48'),(86247,1967,'_edit_lock','1687368185:2'),(86248,1967,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:3:\"UPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244271\";s:12:\"date_shipped\";s:10:\"1687305600\";s:11:\"tracking_id\";s:32:\"e62697030b6003bc1b70cdbfbba7bdee\";}}'),(86249,1967,'_edit_last','2'),(86250,1967,'_date_completed','1687368326'),(86251,1967,'_completed_date','2023-06-21 17:25:26'),(86252,1966,'_edit_lock','1687368229:2'),(86253,1966,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244260\";s:12:\"date_shipped\";s:10:\"1687305600\";s:11:\"tracking_id\";s:32:\"19228c78e2f944d479132ec0694a7777\";}}'),(86254,1966,'_edit_last','2'),(86255,1966,'_date_completed','1687368365'),(86256,1966,'_completed_date','2023-06-21 17:26:05'),(86257,1952,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244282\";s:12:\"date_shipped\";s:10:\"1687305600\";s:11:\"tracking_id\";s:32:\"424418c782b4b355ccf03343fcaed4ba\";}}'),(86258,1952,'_date_completed','1687368387'),(86259,1952,'_completed_date','2023-06-21 17:26:27'),(86260,1968,'_edit_lock','1687548737:2'),(86261,1968,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244499\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"bdf9f95650ec0e50b0491221ad0e96c8\";}}'),(86262,1968,'_edit_last','2'),(86263,1968,'_date_completed','1687381071'),(86264,1968,'_completed_date','2023-06-21 20:57:51'),(86315,1972,'_order_key','wc_order_R6m6npBcqLz0n'),(86316,1972,'_customer_user','11'),(86317,1972,'_payment_method','paypal'),(86318,1972,'_payment_method_title','PayPal'),(86319,1972,'_customer_ip_address','74.131.22.162'),(86320,1972,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86321,1972,'_created_via','checkout'),(86322,1972,'_cart_hash','d38648398031c86e51aa52965eb200d8'),(86323,1972,'_download_permissions_granted','yes'),(86324,1972,'_recorded_sales','yes'),(86325,1972,'_recorded_coupon_usage_counts','yes'),(86326,1972,'_new_order_email_sent','true'),(86327,1972,'_order_stock_reduced','yes'),(86328,1972,'_billing_first_name','Tina'),(86329,1972,'_billing_last_name','Hunt'),(86330,1972,'_billing_company','LCBG, LLC'),(86331,1972,'_billing_address_1','830 Fairview Ave.'),(86332,1972,'_billing_address_2','Suite A-4'),(86333,1972,'_billing_city','Bowling Green'),(86334,1972,'_billing_state','KY'),(86335,1972,'_billing_postcode','42101'),(86336,1972,'_billing_country','US'),(86337,1972,'_billing_email','info@liceclinicsbowlinggreen.com'),(86338,1972,'_billing_phone','2709996803'),(86339,1972,'_shipping_first_name','Tina'),(86340,1972,'_shipping_last_name','Hunt'),(86341,1972,'_shipping_address_1','494 Hub Boulevard'),(86342,1972,'_shipping_address_2','Apt 1012'),(86343,1972,'_shipping_city','Bowling Green'),(86344,1972,'_shipping_state','KY'),(86345,1972,'_shipping_postcode','42101'),(86346,1972,'_shipping_country','US'),(86347,1972,'_order_currency','USD'),(86348,1972,'_cart_discount','0'),(86349,1972,'_cart_discount_tax','0'),(86350,1972,'_order_shipping','13.03'),(86351,1972,'_order_shipping_tax','0'),(86352,1972,'_order_tax','0'),(86353,1972,'_order_total','71.83'),(86354,1972,'_order_version','7.8.0'),(86355,1972,'_prices_include_tax','no'),(86356,1972,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(86357,1972,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(86358,1972,'is_vat_exempt','no'),(86359,1972,'Payment type','instant'),(86360,1972,'_paypal_status','completed'),(86361,1972,'_transaction_id','6HJ98649PG588734Y'),(86362,1972,'PayPal Transaction Fee','3.00'),(86363,1972,'_date_paid','1687444459'),(86364,1972,'_paid_date','2023-06-22 14:34:19'),(86365,1973,'_order_key','wc_order_VcQPA0y8jpCQJ'),(86366,1973,'_customer_user','87'),(86367,1973,'_payment_method','paypal'),(86368,1973,'_payment_method_title','PayPal'),(86369,1973,'_customer_ip_address','68.0.99.237'),(86370,1973,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86371,1973,'_created_via','checkout'),(86372,1973,'_cart_hash','17068cc5f22992ddb6cfab349e6d6de3'),(86373,1973,'_download_permissions_granted','yes'),(86374,1973,'_recorded_sales','yes'),(86375,1973,'_recorded_coupon_usage_counts','yes'),(86376,1973,'_new_order_email_sent','true'),(86377,1973,'_order_stock_reduced','yes'),(86378,1973,'_billing_first_name','Wade'),(86379,1973,'_billing_last_name','Huntsman'),(86380,1973,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(86381,1973,'_billing_address_1','3421 E 21st'),(86382,1973,'_billing_city','Tulsa'),(86383,1973,'_billing_state','OK'),(86384,1973,'_billing_postcode','74114'),(86385,1973,'_billing_country','US'),(86386,1973,'_billing_email','info@liceclinicsmidsouth.com'),(86387,1973,'_billing_phone','9189783329'),(86388,1973,'_shipping_first_name','Logan'),(86389,1973,'_shipping_last_name','Futrell'),(86390,1973,'_shipping_company','Lice Clinics of America NWA'),(86391,1973,'_shipping_address_1','207 East Monroe Ave, Suite D'),(86392,1973,'_shipping_city','Lowell'),(86393,1973,'_shipping_state','AR'),(86394,1973,'_shipping_postcode','72745'),(86395,1973,'_shipping_country','US'),(86396,1973,'_order_currency','USD'),(86397,1973,'_cart_discount','0'),(86398,1973,'_cart_discount_tax','0'),(86399,1973,'_order_shipping','16.09'),(86400,1973,'_order_shipping_tax','0'),(86401,1973,'_order_tax','0'),(86402,1973,'_order_total','212.09'),(86403,1973,'_order_version','7.8.0'),(86404,1973,'_prices_include_tax','no'),(86405,1973,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(86406,1973,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(86407,1973,'is_vat_exempt','no'),(86408,1973,'Payment type','instant'),(86409,1973,'_paypal_status','completed'),(86410,1973,'_transaction_id','73T41694CE291791B'),(86411,1973,'PayPal Transaction Fee','7.89'),(86412,1973,'_date_paid','1687456874'),(86413,1973,'_paid_date','2023-06-22 18:01:14'),(86415,1972,'_edit_lock','1687549003:2'),(86416,1973,'_edit_lock','1687548840:2'),(86417,1972,'_edit_last','2'),(86418,1973,'_edit_last','2'),(86419,1974,'_order_key','wc_order_IeBYY7kp95mJa'),(86420,1974,'_customer_user','3'),(86421,1974,'_payment_method','paypal'),(86422,1974,'_payment_method_title','PayPal'),(86423,1974,'_customer_ip_address','70.142.202.154'),(86424,1974,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86425,1974,'_created_via','checkout'),(86426,1974,'_cart_hash','72447d1d1b5a77ba6b11d2a85ba4e183'),(86427,1974,'_download_permissions_granted','yes'),(86428,1974,'_recorded_sales','yes'),(86429,1974,'_recorded_coupon_usage_counts','yes'),(86430,1974,'_new_order_email_sent','true'),(86431,1974,'_order_stock_reduced','yes'),(86432,1974,'_billing_first_name','Amanda'),(86433,1974,'_billing_last_name','Westerman'),(86434,1974,'_billing_company','Lice Clinics of America McKinney'),(86435,1974,'_billing_address_1','3120 Hudson Crossing'),(86436,1974,'_billing_address_2','Suite A2'),(86437,1974,'_billing_city','MCKINNEY'),(86438,1974,'_billing_state','TX'),(86439,1974,'_billing_postcode','75070'),(86440,1974,'_billing_country','US'),(86441,1974,'_billing_email','awesterman1103@gmail.com'),(86442,1974,'_billing_phone','2144175741'),(86443,1974,'_shipping_first_name','AMANDA'),(86444,1974,'_shipping_last_name','Westerman'),(86445,1974,'_shipping_company','Lice Clinics of America McKinney'),(86446,1974,'_shipping_address_1','1709 Damian Way'),(86447,1974,'_shipping_city','Richardson'),(86448,1974,'_shipping_state','TX'),(86449,1974,'_shipping_postcode','75081'),(86450,1974,'_shipping_country','US'),(86451,1974,'_order_currency','USD'),(86452,1974,'_cart_discount','0'),(86453,1974,'_cart_discount_tax','0'),(86454,1974,'_order_shipping','0'),(86455,1974,'_order_shipping_tax','0'),(86456,1974,'_order_tax','0'),(86457,1974,'_order_total','858.24'),(86458,1974,'_order_version','7.8.0'),(86459,1974,'_prices_include_tax','no'),(86460,1974,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(86461,1974,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(86462,1974,'is_vat_exempt','no'),(86463,1974,'Payment type','instant'),(86464,1974,'_paypal_status','completed'),(86465,1974,'_transaction_id','9D391002YE628330H'),(86466,1974,'PayPal Transaction Fee','30.44'),(86467,1974,'_date_paid','1687481097'),(86468,1974,'_paid_date','2023-06-23 00:44:57'),(86469,1975,'_order_key','wc_order_cuR2SKm1Z5UsK'),(86470,1975,'_customer_user','82'),(86471,1975,'_payment_method','paypal'),(86472,1975,'_payment_method_title','PayPal'),(86473,1975,'_customer_ip_address','98.218.24.92'),(86474,1975,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36'),(86475,1975,'_created_via','checkout'),(86476,1975,'_cart_hash','a3810382b5fd45912fb22d6cc98f34e9'),(86477,1975,'_download_permissions_granted','yes'),(86478,1975,'_recorded_sales','yes'),(86479,1975,'_recorded_coupon_usage_counts','yes'),(86480,1975,'_new_order_email_sent','true'),(86481,1975,'_order_stock_reduced','yes'),(86482,1975,'_billing_first_name','Nigel'),(86483,1975,'_billing_last_name','Le'),(86484,1975,'_billing_address_1','6080 FRANCONIA ROAD'),(86485,1975,'_billing_address_2','SUITE D'),(86486,1975,'_billing_city','ALEXANDRIA'),(86487,1975,'_billing_state','VA'),(86488,1975,'_billing_postcode','22310'),(86489,1975,'_billing_country','US'),(86490,1975,'_billing_email','sonnynguyenle@gmail.com'),(86491,1975,'_billing_phone','703-520-9000'),(86492,1975,'_shipping_first_name','SONNY'),(86493,1975,'_shipping_last_name','LE'),(86494,1975,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(86495,1975,'_shipping_city','FAIRFAX'),(86496,1975,'_shipping_state','VA'),(86497,1975,'_shipping_postcode','22030'),(86498,1975,'_shipping_country','US'),(86499,1975,'_order_currency','USD'),(86500,1975,'_cart_discount','0'),(86501,1975,'_cart_discount_tax','0'),(86502,1975,'_order_shipping','39.48'),(86503,1975,'_order_shipping_tax','0'),(86504,1975,'_order_tax','0'),(86505,1975,'_order_total','698.98'),(86506,1975,'_order_version','7.8.0'),(86507,1975,'_prices_include_tax','no'),(86508,1975,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(86509,1975,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(86510,1975,'is_vat_exempt','no'),(86511,1975,'Payment type','instant'),(86512,1975,'_paypal_status','completed'),(86513,1975,'_transaction_id','1WY34531RL4653619'),(86514,1975,'PayPal Transaction Fee','24.88'),(86515,1975,'_date_paid','1687527026'),(86516,1975,'_paid_date','2023-06-23 13:30:26'),(86558,1974,'_edit_lock','1687548814:2'),(86559,1974,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244466\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"a60394362ec4559601010053860ffa9a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244444\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"89678c46c34c969669d2efeb20be0949\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244433\";s:12:\"date_shipped\";i:1687548950;s:11:\"tracking_id\";s:32:\"d46a40dd4d2b1aaa990cc9314708aa69\";}}'),(86560,1974,'_edit_last','2'),(86561,1974,'_date_completed','1687548813'),(86562,1974,'_completed_date','2023-06-23 19:33:33'),(86563,1975,'_edit_lock','1687548773:2'),(86564,1975,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244488\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"2798226b59dc7d288eb4f90bd78764ba\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244477\";s:12:\"date_shipped\";i:1687548902;s:11:\"tracking_id\";s:32:\"cf3475cc1ea1b58a37e118c209790a54\";}}'),(86565,1975,'_edit_last','2'),(86566,1975,'_date_completed','1687548907'),(86567,1975,'_completed_date','2023-06-23 19:35:07'),(86568,1973,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244411\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"3e00bd7c153b804883dcd5eccb5e053e\";}}'),(86569,1973,'_date_completed','1687548982'),(86570,1973,'_completed_date','2023-06-23 19:36:22'),(86571,1972,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244396\";s:12:\"date_shipped\";s:10:\"1687478400\";s:11:\"tracking_id\";s:32:\"f4012dad70577a92c64c578d3966ca67\";}}'),(86572,1972,'_date_completed','1687549001'),(86573,1972,'_completed_date','2023-06-23 19:36:41'),(86576,1977,'_order_key','wc_order_A99PyaKUDt15V'),(86577,1977,'_customer_user','76'),(86578,1977,'_payment_method','paypal'),(86579,1977,'_payment_method_title','PayPal'),(86580,1977,'_customer_ip_address','146.115.131.163'),(86581,1977,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(86582,1977,'_created_via','checkout'),(86583,1977,'_cart_hash','2fcfdd896c3d575a6920799d0008a73f'),(86584,1977,'_download_permissions_granted','yes'),(86585,1977,'_recorded_sales','yes'),(86586,1977,'_recorded_coupon_usage_counts','yes'),(86587,1977,'_new_order_email_sent','true'),(86588,1977,'_order_stock_reduced','yes'),(86589,1977,'_billing_first_name','Naomi'),(86590,1977,'_billing_last_name','Golden'),(86591,1977,'_billing_address_1','31 Mann Ave'),(86592,1977,'_billing_city','Needham'),(86593,1977,'_billing_state','MA'),(86594,1977,'_billing_postcode','02492'),(86595,1977,'_billing_country','US'),(86596,1977,'_billing_email','nrgolden6486@gmail.com'),(86597,1977,'_billing_phone','617-851-1322'),(86598,1977,'_shipping_first_name','Naomi'),(86599,1977,'_shipping_last_name','Golden'),(86600,1977,'_shipping_company','Lice Aunties'),(86601,1977,'_shipping_address_1','1349 Centre Street'),(86602,1977,'_shipping_address_2','Suite 3'),(86603,1977,'_shipping_city','Newton'),(86604,1977,'_shipping_state','MA'),(86605,1977,'_shipping_postcode','02459'),(86606,1977,'_shipping_country','US'),(86607,1977,'_order_currency','USD'),(86608,1977,'_cart_discount','0'),(86609,1977,'_cart_discount_tax','0'),(86610,1977,'_order_shipping','0'),(86611,1977,'_order_shipping_tax','0'),(86612,1977,'_order_tax','0'),(86613,1977,'_order_total','591.36'),(86614,1977,'_order_version','7.8.0'),(86615,1977,'_prices_include_tax','no'),(86616,1977,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(86617,1977,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street Suite 3 Newton MA 02459 US '),(86618,1977,'is_vat_exempt','no'),(86619,1978,'_order_key','wc_order_7quA2FWIuKx4p'),(86620,1978,'_customer_user','0'),(86621,1978,'_payment_method','paypal'),(86622,1978,'_payment_method_title','PayPal'),(86623,1978,'_customer_ip_address','136.49.57.192'),(86624,1978,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86625,1978,'_created_via','checkout'),(86626,1978,'_cart_hash','f0f335ac493488a1d2c174a8b89ebdd5'),(86627,1978,'_download_permissions_granted','yes'),(86628,1978,'_recorded_sales','yes'),(86629,1978,'_recorded_coupon_usage_counts','yes'),(86630,1978,'_new_order_email_sent','true'),(86631,1978,'_order_stock_reduced','yes'),(86632,1978,'_billing_first_name','Lee'),(86633,1978,'_billing_last_name','Rogers'),(86634,1978,'_billing_company','United States'),(86635,1978,'_billing_address_1','40 N Interstate 35'),(86636,1978,'_billing_address_2','APT 4B2'),(86637,1978,'_billing_city','Austin'),(86638,1978,'_billing_state','TX'),(86639,1978,'_billing_postcode','78701'),(86640,1978,'_billing_country','US'),(86641,1978,'_billing_email','leerogers3301@gmail.com'),(86642,1978,'_billing_phone','316-727-9951'),(86643,1978,'_shipping_first_name','Erica'),(86644,1978,'_shipping_last_name','Frogett'),(86645,1978,'_shipping_company','LCA Dublin'),(86646,1978,'_shipping_address_1','5910 Wilcox Place'),(86647,1978,'_shipping_address_2','Suite E'),(86648,1978,'_shipping_city','Dublin'),(86649,1978,'_shipping_state','OH'),(86650,1978,'_shipping_postcode','43016'),(86651,1978,'_shipping_country','US'),(86652,1978,'_order_currency','USD'),(86653,1978,'_cart_discount','0'),(86654,1978,'_cart_discount_tax','0'),(86655,1978,'_order_shipping','0'),(86656,1978,'_order_shipping_tax','0'),(86657,1978,'_order_tax','0'),(86658,1978,'_order_total','895.70'),(86659,1978,'_order_version','7.8.1'),(86660,1978,'_prices_include_tax','no'),(86661,1978,'_billing_address_index','Lee Rogers United States 40 N Interstate 35 APT 4B2 Austin TX 78701 US leerogers3301@gmail.com 316-727-9951'),(86662,1978,'_shipping_address_index','Erica Frogett LCA Dublin 5910 Wilcox Place Suite E Dublin OH 43016 US '),(86664,1977,'_edit_lock','1687909680:2'),(86665,1977,'_edit_last','2'),(86666,1977,'Payment type','instant'),(86667,1977,'_paypal_status','completed'),(86668,1977,'_transaction_id','2CY01950AX830882R'),(86669,1977,'PayPal Transaction Fee','21.13'),(86670,1977,'_date_paid','1687880762'),(86671,1977,'_paid_date','2023-06-27 15:46:02'),(86672,1977,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244764\";s:12:\"date_shipped\";s:10:\"1687824000\";s:11:\"tracking_id\";s:32:\"3a1a8ff75af69fee3c6e45e7743b4247\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830244753\";s:12:\"date_shipped\";i:1687909787;s:11:\"tracking_id\";s:32:\"a83901f8e696acfd52cc189f2946fe5d\";}}'),(86673,1977,'_date_completed','1687909793'),(86674,1977,'_completed_date','2023-06-27 23:49:53'),(86675,1979,'_order_key','wc_order_zzefOoe9XBN79'),(86676,1979,'_customer_user','61'),(86677,1979,'_payment_method','paypal'),(86678,1979,'_payment_method_title','PayPal'),(86679,1979,'_customer_ip_address','217.180.201.156'),(86680,1979,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86681,1979,'_created_via','checkout'),(86682,1979,'_cart_hash','5adf8188a33677905b1bb681e9e1cc7d'),(86683,1979,'_download_permissions_granted','yes'),(86684,1979,'_recorded_sales','yes'),(86685,1979,'_recorded_coupon_usage_counts','yes'),(86686,1979,'_new_order_email_sent','true'),(86687,1979,'_order_stock_reduced','yes'),(86688,1979,'_billing_first_name','Judith'),(86689,1979,'_billing_last_name','Hayden'),(86690,1979,'_billing_company','LCAL Hayden LLC'),(86691,1979,'_billing_address_1','1795 Alysheba Way'),(86692,1979,'_billing_address_2','Ste 4105'),(86693,1979,'_billing_city','Lexington'),(86694,1979,'_billing_state','KY'),(86695,1979,'_billing_postcode','40509'),(86696,1979,'_billing_country','US'),(86697,1979,'_billing_email','judy@liceclinicslexington.com'),(86698,1979,'_billing_phone','8595376966'),(86699,1979,'_shipping_first_name','Judith'),(86700,1979,'_shipping_last_name','Hayden'),(86701,1979,'_shipping_company','LCAL Hayden LLC'),(86702,1979,'_shipping_address_1','1795 Alysheba Way'),(86703,1979,'_shipping_address_2','Ste 4105'),(86704,1979,'_shipping_city','Lexington'),(86705,1979,'_shipping_state','KY'),(86706,1979,'_shipping_postcode','40509'),(86707,1979,'_shipping_country','US'),(86708,1979,'_order_currency','USD'),(86709,1979,'_cart_discount','0'),(86710,1979,'_cart_discount_tax','0'),(86711,1979,'_order_shipping','0'),(86712,1979,'_order_shipping_tax','0'),(86713,1979,'_order_tax','0'),(86714,1979,'_order_total','1273.76'),(86715,1979,'_order_version','7.8.2'),(86716,1979,'_prices_include_tax','no'),(86717,1979,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(86718,1979,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(86720,1979,'is_vat_exempt','no'),(86721,1979,'Payment type','instant'),(86722,1979,'_paypal_status','completed'),(86723,1979,'_transaction_id','0K505081J76883901'),(86724,1979,'PayPal Transaction Fee','44.94'),(86725,1979,'_date_paid','1688055682'),(86726,1979,'_paid_date','2023-06-29 16:21:22'),(86729,1978,'is_vat_exempt','no'),(86730,1978,'Payment type','instant'),(86731,1978,'_paypal_status','completed'),(86732,1978,'_transaction_id','5GL23731EK732823W'),(86733,1978,'PayPal Transaction Fee','31.75'),(86734,1978,'_date_paid','1688072687'),(86735,1978,'_paid_date','2023-06-29 21:04:47'),(86736,1981,'_order_key','wc_order_95nsnTufo9QZ4'),(86737,1981,'_customer_user','3'),(86738,1981,'_payment_method','paypal'),(86739,1981,'_payment_method_title','PayPal'),(86740,1981,'_customer_ip_address','70.142.202.154'),(86741,1981,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86742,1981,'_created_via','checkout'),(86743,1981,'_cart_hash','68129d3c9d220da9dd6607875c560c55'),(86744,1981,'_download_permissions_granted','yes'),(86745,1981,'_recorded_sales','yes'),(86746,1981,'_recorded_coupon_usage_counts','yes'),(86747,1981,'_new_order_email_sent','true'),(86748,1981,'_order_stock_reduced','yes'),(86749,1981,'_billing_first_name','Amanda'),(86750,1981,'_billing_last_name','Westerman'),(86751,1981,'_billing_company','Lice Clinics of America McKinney'),(86752,1981,'_billing_address_1','3120 Hudson Crossing'),(86753,1981,'_billing_address_2','Suite A2'),(86754,1981,'_billing_city','MCKINNEY'),(86755,1981,'_billing_state','TX'),(86756,1981,'_billing_postcode','75070'),(86757,1981,'_billing_country','US'),(86758,1981,'_billing_email','awesterman1103@gmail.com'),(86759,1981,'_billing_phone','2144175741'),(86760,1981,'_shipping_first_name','AMANDA'),(86761,1981,'_shipping_last_name','Westerman'),(86762,1981,'_shipping_company','Lice Clinics of America McKinney'),(86763,1981,'_shipping_address_1','1709 Damian Way'),(86764,1981,'_shipping_city','Richardson'),(86765,1981,'_shipping_state','TX'),(86766,1981,'_shipping_postcode','75081'),(86767,1981,'_shipping_country','US'),(86768,1981,'_order_currency','USD'),(86769,1981,'_cart_discount','0'),(86770,1981,'_cart_discount_tax','0'),(86771,1981,'_order_shipping','0'),(86772,1981,'_order_shipping_tax','0'),(86773,1981,'_order_tax','0'),(86774,1981,'_order_total','926.42'),(86775,1981,'_order_version','7.8.1'),(86776,1981,'_prices_include_tax','no'),(86777,1981,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(86778,1981,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(86779,1981,'is_vat_exempt','no'),(86780,1981,'Payment type','instant'),(86781,1981,'_paypal_status','completed'),(86782,1981,'_transaction_id','64H10649A2599913P'),(86783,1981,'PayPal Transaction Fee','32.82'),(86784,1981,'_date_paid','1688132663'),(86785,1981,'_paid_date','2023-06-30 13:44:23'),(86786,1981,'_edit_lock','1688161414:2'),(86787,1979,'_edit_lock','1688655646:2'),(86788,1978,'_edit_lock','1688161464:2'),(86789,1981,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245223\";s:12:\"date_shipped\";s:10:\"1688083200\";s:11:\"tracking_id\";s:32:\"5e8877a1c3bb50f4d32a0f68f0856655\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245212\";s:12:\"date_shipped\";i:1688161527;s:11:\"tracking_id\";s:32:\"053de5f7f9e0872e7e55a7db0922b84b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245201\";s:12:\"date_shipped\";i:1688161533;s:11:\"tracking_id\";s:32:\"dd10fb6e3b2ecb7f82533515b05a83aa\";}}'),(86790,1981,'_edit_last','2'),(86791,1981,'_date_completed','1688161535'),(86792,1981,'_completed_date','2023-06-30 21:45:35'),(86793,1978,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245197\";s:12:\"date_shipped\";s:10:\"1688083200\";s:11:\"tracking_id\";s:32:\"588c8011d57b91e8244b6657d472cb24\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245186\";s:12:\"date_shipped\";i:1688161579;s:11:\"tracking_id\";s:32:\"3b269335d10bf561c6ae929301e69cb0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245175\";s:12:\"date_shipped\";i:1688161584;s:11:\"tracking_id\";s:32:\"4cb1d275de948623e8589ed6cfd61a69\";}}'),(86794,1978,'_edit_last','2'),(86795,1978,'_date_completed','1688161589'),(86796,1978,'_completed_date','2023-06-30 21:46:29'),(86797,1982,'_order_key','wc_order_3Cb1c1oU0FTDR'),(86798,1982,'_customer_user','59'),(86799,1982,'_payment_method','paypal'),(86800,1982,'_payment_method_title','PayPal'),(86801,1982,'_customer_ip_address','174.170.28.19'),(86802,1982,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86803,1982,'_created_via','checkout'),(86804,1982,'_cart_hash','fc9efaa4e44ae59e0473b8c6c3c60079'),(86805,1982,'_download_permissions_granted','yes'),(86806,1982,'_recorded_sales','yes'),(86807,1982,'_recorded_coupon_usage_counts','yes'),(86808,1982,'_new_order_email_sent','true'),(86809,1982,'_order_stock_reduced','yes'),(86810,1982,'_billing_first_name','Allison'),(86811,1982,'_billing_last_name','Anthon'),(86812,1982,'_billing_company','11/29'),(86813,1982,'_billing_address_1','9642 Elizabeth\'s Glen Ln'),(86814,1982,'_billing_address_2','Apt, suite, floor, etc.'),(86815,1982,'_billing_city','TOMBALL'),(86816,1982,'_billing_state','TX'),(86817,1982,'_billing_postcode','77375'),(86818,1982,'_billing_country','US'),(86819,1982,'_billing_email','allianthon@gmail.com'),(86820,1982,'_billing_phone','6024008330'),(86821,1982,'_shipping_first_name','Allison'),(86822,1982,'_shipping_last_name','Anthon'),(86823,1982,'_shipping_company','LCA Sugar Land'),(86824,1982,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(86825,1982,'_shipping_city','Tomball'),(86826,1982,'_shipping_state','TX'),(86827,1982,'_shipping_postcode','77375'),(86828,1982,'_shipping_country','US'),(86829,1982,'_order_currency','USD'),(86830,1982,'_cart_discount','0'),(86831,1982,'_cart_discount_tax','0'),(86832,1982,'_order_shipping','0'),(86833,1982,'_order_shipping_tax','0'),(86834,1982,'_order_tax','0'),(86835,1982,'_order_total','1546.53'),(86836,1982,'_order_version','7.8.2'),(86837,1982,'_prices_include_tax','no'),(86838,1982,'_billing_address_index','Allison Anthon 11/29 9642 Elizabeth\'s Glen Ln Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008330'),(86839,1982,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(86840,1982,'is_vat_exempt','no'),(86841,1983,'_order_key','wc_order_3iZMT65hDJRaL'),(86842,1983,'_customer_user','47'),(86843,1983,'_payment_method','paypal'),(86844,1983,'_payment_method_title','PayPal'),(86845,1983,'_customer_ip_address','97.77.63.57'),(86846,1983,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86847,1983,'_created_via','checkout'),(86848,1983,'_cart_hash','0197118e50261d83c935ee79019bd4f1'),(86849,1983,'_download_permissions_granted','yes'),(86850,1983,'_recorded_sales','yes'),(86851,1983,'_recorded_coupon_usage_counts','yes'),(86852,1983,'_new_order_email_sent','true'),(86853,1983,'_order_stock_reduced','yes'),(86854,1983,'_billing_first_name','Tracy'),(86855,1983,'_billing_last_name','Copeland'),(86856,1983,'_billing_company','LCA SA WEST'),(86857,1983,'_billing_address_1','14223 Silverhollow'),(86858,1983,'_billing_city','San Antonio'),(86859,1983,'_billing_state','TX'),(86860,1983,'_billing_postcode','78232'),(86861,1983,'_billing_country','US'),(86862,1983,'_billing_email','info@liceclinicsofsanantonio.com'),(86863,1983,'_billing_phone','2103135033'),(86864,1983,'_shipping_first_name','Tracy'),(86865,1983,'_shipping_last_name','Copeland'),(86866,1983,'_shipping_company','LCA SA WEST'),(86867,1983,'_shipping_address_1','14223 Silverhollow'),(86868,1983,'_shipping_city','San Antonio'),(86869,1983,'_shipping_state','TX'),(86870,1983,'_shipping_postcode','78232'),(86871,1983,'_shipping_country','US'),(86872,1983,'_order_currency','USD'),(86873,1983,'_cart_discount','0'),(86874,1983,'_cart_discount_tax','0'),(86875,1983,'_order_shipping','0'),(86876,1983,'_order_shipping_tax','0'),(86877,1983,'_order_tax','0'),(86878,1983,'_order_total','687.38'),(86879,1983,'_order_version','7.8.2'),(86880,1983,'_prices_include_tax','no'),(86881,1983,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(86882,1983,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(86883,1983,'is_vat_exempt','no'),(86884,1983,'Payment type','instant'),(86885,1983,'_paypal_status','completed'),(86886,1983,'_transaction_id','26M35657HV0400341'),(86887,1983,'PayPal Transaction Fee','24.48'),(86888,1983,'_date_paid','1688242762'),(86889,1983,'_paid_date','2023-07-01 20:19:22'),(86890,1984,'_order_key','wc_order_59BlgCBLPvj5K'),(86891,1984,'_customer_user','83'),(86892,1984,'_payment_method','paypal'),(86893,1984,'_payment_method_title','PayPal'),(86894,1984,'_customer_ip_address','71.211.136.126'),(86895,1984,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(86896,1984,'_created_via','checkout'),(86897,1984,'_cart_hash','5b5d21535a89052d8cfe30a060b9c71b'),(86898,1984,'_download_permissions_granted','yes'),(86899,1984,'_recorded_sales','yes'),(86900,1984,'_recorded_coupon_usage_counts','yes'),(86901,1984,'_new_order_email_sent','true'),(86902,1984,'_order_stock_reduced','yes'),(86903,1984,'_billing_first_name','Tanya'),(86904,1984,'_billing_last_name','Kensley'),(86905,1984,'_billing_company','Lice Clinics of America'),(86906,1984,'_billing_address_1','4248 McMurry Ave'),(86907,1984,'_billing_city','Fort Collins'),(86908,1984,'_billing_state','CO'),(86909,1984,'_billing_postcode','80525'),(86910,1984,'_billing_country','US'),(86911,1984,'_billing_email','info@liceclinicsnortherncolorado.com'),(86912,1984,'_billing_phone','9702338787'),(86913,1984,'_shipping_first_name','Lice Clinics'),(86914,1984,'_shipping_last_name','America'),(86915,1984,'_shipping_company','Lice Clinics of America Longmont'),(86916,1984,'_shipping_address_1','421 21st Ave, Suite 210'),(86917,1984,'_shipping_city','Longmont'),(86918,1984,'_shipping_state','CO'),(86919,1984,'_shipping_postcode','80501'),(86920,1984,'_shipping_country','US'),(86921,1984,'_order_currency','USD'),(86922,1984,'_cart_discount','0'),(86923,1984,'_cart_discount_tax','0'),(86924,1984,'_order_shipping','20.88'),(86925,1984,'_order_shipping_tax','0'),(86926,1984,'_order_tax','0'),(86927,1984,'_order_total','164.16'),(86928,1984,'_order_version','7.8.2'),(86929,1984,'_prices_include_tax','no'),(86930,1984,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(86931,1984,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(86932,1984,'is_vat_exempt','no'),(86933,1984,'Payment type','instant'),(86934,1984,'_paypal_status','completed'),(86935,1984,'_transaction_id','2WD39935SP387361W'),(86936,1984,'PayPal Transaction Fee','6.22'),(86937,1984,'_date_paid','1688338036'),(86938,1984,'_paid_date','2023-07-02 22:47:16'),(86939,1985,'_order_key','wc_order_icxYPFLctPtdl'),(86940,1985,'_customer_user','54'),(86941,1985,'_payment_method','paypal'),(86942,1985,'_payment_method_title','PayPal'),(86943,1985,'_customer_ip_address','172.58.164.245'),(86944,1985,'_customer_user_agent','Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/21.0 Chrome/110.0.5481.154 Mobile Safari/537.36'),(86945,1985,'_created_via','checkout'),(86946,1985,'_cart_hash','9c2acd299ee303704fd80acdbe0ad6de'),(86947,1985,'_download_permissions_granted','yes'),(86948,1985,'_recorded_sales','yes'),(86949,1985,'_recorded_coupon_usage_counts','yes'),(86950,1985,'_new_order_email_sent','true'),(86951,1985,'_order_stock_reduced','yes'),(86952,1985,'_billing_first_name','Erin'),(86953,1985,'_billing_last_name','Hawn'),(86954,1985,'_billing_address_1','10 W Phillip Rd'),(86955,1985,'_billing_address_2','123'),(86956,1985,'_billing_city','Vernon Hills'),(86957,1985,'_billing_state','IL'),(86958,1985,'_billing_postcode','60061'),(86959,1985,'_billing_country','US'),(86960,1985,'_billing_email','info@liceclinicsvernonhills.com'),(86961,1985,'_billing_phone','8475960408'),(86962,1985,'_shipping_first_name','Erin'),(86963,1985,'_shipping_last_name','Hawn'),(86964,1985,'_shipping_address_1','1491 S Amarias Dr'),(86965,1985,'_shipping_city','Round lake'),(86966,1985,'_shipping_state','IL'),(86967,1985,'_shipping_postcode','60073'),(86968,1985,'_shipping_country','US'),(86969,1985,'_order_currency','USD'),(86970,1985,'_cart_discount','0'),(86971,1985,'_cart_discount_tax','0'),(86972,1985,'_order_shipping','0'),(86973,1985,'_order_shipping_tax','0'),(86974,1985,'_order_tax','0'),(86975,1985,'_order_total','691.88'),(86976,1985,'_order_version','7.8.2'),(86977,1985,'_prices_include_tax','no'),(86978,1985,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(86979,1985,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(86980,1985,'is_vat_exempt','no'),(86981,1985,'Payment type','instant'),(86982,1985,'_paypal_status','completed'),(86983,1985,'_transaction_id','1LR308251V472415F'),(86984,1985,'PayPal Transaction Fee','24.64'),(86985,1985,'_date_paid','1688387118'),(86986,1985,'_paid_date','2023-07-03 12:25:18'),(86987,1986,'_order_key','wc_order_2Gk8WEfbAOPc1'),(86988,1986,'_customer_user','11'),(86989,1986,'_payment_method','paypal'),(86990,1986,'_payment_method_title','PayPal'),(86991,1986,'_customer_ip_address','74.131.22.162'),(86992,1986,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(86993,1986,'_created_via','checkout'),(86994,1986,'_cart_hash','28149113009c29defbcdcb378a0ab073'),(86995,1986,'_download_permissions_granted','yes'),(86996,1986,'_recorded_sales','yes'),(86997,1986,'_recorded_coupon_usage_counts','yes'),(86998,1986,'_new_order_email_sent','true'),(86999,1986,'_order_stock_reduced','yes'),(87000,1986,'_billing_first_name','Tina'),(87001,1986,'_billing_last_name','Hunt'),(87002,1986,'_billing_company','LCBG, LLC'),(87003,1986,'_billing_address_1','830 Fairview Ave.'),(87004,1986,'_billing_address_2','Suite A-4'),(87005,1986,'_billing_city','Bowling Green'),(87006,1986,'_billing_state','KY'),(87007,1986,'_billing_postcode','42101'),(87008,1986,'_billing_country','US'),(87009,1986,'_billing_email','info@liceclinicsbowlinggreen.com'),(87010,1986,'_billing_phone','2709996803'),(87011,1986,'_shipping_first_name','Tina'),(87012,1986,'_shipping_last_name','Hunt'),(87013,1986,'_shipping_address_1','494 Hub Boulevard'),(87014,1986,'_shipping_address_2','Apt 1012'),(87015,1986,'_shipping_city','Bowling Green'),(87016,1986,'_shipping_state','KY'),(87017,1986,'_shipping_postcode','42101'),(87018,1986,'_shipping_country','US'),(87019,1986,'_order_currency','USD'),(87020,1986,'_cart_discount','0'),(87021,1986,'_cart_discount_tax','0'),(87022,1986,'_order_shipping','0'),(87023,1986,'_order_shipping_tax','0'),(87024,1986,'_order_tax','0'),(87025,1986,'_order_total','762.19'),(87026,1986,'_order_version','7.8.2'),(87027,1986,'_prices_include_tax','no'),(87028,1986,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(87029,1986,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(87030,1986,'is_vat_exempt','no'),(87031,1986,'Payment type','instant'),(87032,1986,'_paypal_status','completed'),(87033,1986,'_transaction_id','6PA7979166882074B'),(87034,1986,'PayPal Transaction Fee','27.09'),(87035,1986,'_date_paid','1688395136'),(87036,1986,'_paid_date','2023-07-03 14:38:56'),(87037,1987,'_order_key','wc_order_EFtL0pGbFKUKS'),(87038,1987,'_customer_user','6'),(87039,1987,'_payment_method','paypal'),(87040,1987,'_payment_method_title','PayPal'),(87041,1987,'_customer_ip_address','98.244.29.91'),(87042,1987,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87043,1987,'_created_via','checkout'),(87044,1987,'_cart_hash','291357792db25698ca339a1ceb885775'),(87045,1987,'_download_permissions_granted','yes'),(87046,1987,'_recorded_sales','yes'),(87047,1987,'_recorded_coupon_usage_counts','yes'),(87048,1987,'_new_order_email_sent','true'),(87049,1987,'_order_stock_reduced','yes'),(87050,1987,'_billing_first_name','Amira'),(87051,1987,'_billing_last_name','Purto'),(87052,1987,'_billing_address_1','2628 Acapulco Way'),(87053,1987,'_billing_city','Modesto'),(87054,1987,'_billing_state','CA'),(87055,1987,'_billing_postcode','95355'),(87056,1987,'_billing_country','US'),(87057,1987,'_billing_email','amira77@sbcglobal.net'),(87058,1987,'_billing_phone','2096422061'),(87059,1987,'_shipping_first_name','Amira'),(87060,1987,'_shipping_last_name','Purto'),(87061,1987,'_shipping_address_1','2628 Acapulco Way'),(87062,1987,'_shipping_city','Modesto'),(87063,1987,'_shipping_state','CA'),(87064,1987,'_shipping_postcode','95355'),(87065,1987,'_shipping_country','US'),(87066,1987,'_order_currency','USD'),(87067,1987,'_cart_discount','0'),(87068,1987,'_cart_discount_tax','0'),(87069,1987,'_order_shipping','0'),(87070,1987,'_order_shipping_tax','0'),(87071,1987,'_order_tax','0'),(87072,1987,'_order_total','1251.21'),(87073,1987,'_order_version','7.8.2'),(87074,1987,'_prices_include_tax','no'),(87075,1987,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(87076,1987,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(87077,1987,'is_vat_exempt','no'),(87078,1987,'Payment type','instant'),(87079,1987,'_paypal_status','completed'),(87080,1987,'_transaction_id','0FE49726NA066740P'),(87081,1987,'PayPal Transaction Fee','44.16'),(87082,1987,'_date_paid','1688493988'),(87083,1987,'_paid_date','2023-07-04 18:06:28'),(87084,1988,'_order_key','wc_order_uvlTESdYk8yRA'),(87085,1988,'_customer_user','6'),(87086,1988,'_payment_method','paypal'),(87087,1988,'_payment_method_title','PayPal'),(87088,1988,'_customer_ip_address','98.244.29.91'),(87089,1988,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87090,1988,'_created_via','checkout'),(87091,1988,'_cart_hash','5026544ecc4e90d4edcf308dc09fbf03'),(87092,1988,'_download_permissions_granted','yes'),(87093,1988,'_recorded_sales','yes'),(87094,1988,'_recorded_coupon_usage_counts','yes'),(87095,1988,'_new_order_email_sent','true'),(87096,1988,'_order_stock_reduced','yes'),(87097,1988,'_billing_first_name','Amira'),(87098,1988,'_billing_last_name','Purto'),(87099,1988,'_billing_address_1','2628 Acapulco Way'),(87100,1988,'_billing_city','Modesto'),(87101,1988,'_billing_state','CA'),(87102,1988,'_billing_postcode','95355'),(87103,1988,'_billing_country','US'),(87104,1988,'_billing_email','amira77@sbcglobal.net'),(87105,1988,'_billing_phone','2096422061'),(87106,1988,'_shipping_first_name','Amira'),(87107,1988,'_shipping_last_name','Purto'),(87108,1988,'_shipping_address_1','2628 Acapulco Way'),(87109,1988,'_shipping_city','Modesto'),(87110,1988,'_shipping_state','CA'),(87111,1988,'_shipping_postcode','95355'),(87112,1988,'_shipping_country','US'),(87113,1988,'_order_currency','USD'),(87114,1988,'_cart_discount','0'),(87115,1988,'_cart_discount_tax','0'),(87116,1988,'_order_shipping','0'),(87117,1988,'_order_shipping_tax','0'),(87118,1988,'_order_tax','0'),(87119,1988,'_order_total','1420.82'),(87120,1988,'_order_version','7.8.2'),(87121,1988,'_prices_include_tax','no'),(87122,1988,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(87123,1988,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(87124,1988,'is_vat_exempt','no'),(87125,1988,'Payment type','instant'),(87126,1988,'_paypal_status','completed'),(87127,1988,'_transaction_id','35185907XR157331D'),(87128,1988,'PayPal Transaction Fee','50.08'),(87129,1988,'_date_paid','1688499001'),(87130,1988,'_paid_date','2023-07-04 19:30:01'),(87131,1989,'_order_key','wc_order_Wds0XMb8L1Dlz'),(87132,1989,'_customer_user','20'),(87133,1989,'_payment_method','paypal'),(87134,1989,'_payment_method_title','PayPal'),(87135,1989,'_customer_ip_address','45.51.241.116'),(87136,1989,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87137,1989,'_created_via','checkout'),(87138,1989,'_cart_hash','b890b2116da6b96377827a0f56356742'),(87139,1989,'_download_permissions_granted','yes'),(87140,1989,'_recorded_sales','yes'),(87141,1989,'_recorded_coupon_usage_counts','yes'),(87142,1989,'_new_order_email_sent','true'),(87143,1989,'_order_stock_reduced','yes'),(87144,1989,'_billing_first_name','Hasani'),(87145,1989,'_billing_last_name','Thompson'),(87146,1989,'_billing_company','Heat in Hair'),(87147,1989,'_billing_address_1','27225 Camp Plenty Road'),(87148,1989,'_billing_address_2','1D'),(87149,1989,'_billing_city','Santa Clarita'),(87150,1989,'_billing_state','CA'),(87151,1989,'_billing_postcode','91351'),(87152,1989,'_billing_country','US'),(87153,1989,'_billing_email','info@liceclinicssantaclarita.com'),(87154,1989,'_billing_phone','6615850263'),(87155,1989,'_shipping_first_name','Hasani'),(87156,1989,'_shipping_last_name','Thompson'),(87157,1989,'_shipping_company','Heat in Hair'),(87158,1989,'_shipping_address_1','5145 Nightsky Place'),(87159,1989,'_shipping_city','Palmdale'),(87160,1989,'_shipping_state','CA'),(87161,1989,'_shipping_postcode','93552'),(87162,1989,'_shipping_country','US'),(87163,1989,'_order_currency','USD'),(87164,1989,'_cart_discount','0'),(87165,1989,'_cart_discount_tax','0'),(87166,1989,'_order_shipping','66.25'),(87167,1989,'_order_shipping_tax','0'),(87168,1989,'_order_tax','0'),(87169,1989,'_order_total','519.88'),(87170,1989,'_order_version','7.8.2'),(87171,1989,'_prices_include_tax','no'),(87172,1989,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(87173,1989,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(87174,1989,'is_vat_exempt','no'),(87175,1989,'Payment type','instant'),(87176,1989,'_paypal_status','completed'),(87177,1989,'_transaction_id','1NH083822E054010W'),(87178,1989,'PayPal Transaction Fee','18.63'),(87179,1989,'_date_paid','1688502699'),(87180,1989,'_paid_date','2023-07-04 20:31:39'),(87181,1982,'_edit_lock','1688681635:2'),(87182,1982,'_edit_last','2'),(87183,1990,'_order_key','wc_order_9xU7tEKXbyfYM'),(87184,1990,'_customer_user','47'),(87185,1990,'_payment_method','paypal'),(87186,1990,'_payment_method_title','PayPal'),(87187,1990,'_customer_ip_address','136.50.12.214'),(87188,1990,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(87189,1990,'_created_via','checkout'),(87190,1990,'_cart_hash','a95936e463cbbb5483205a6f5ca7ff84'),(87191,1990,'_download_permissions_granted','yes'),(87192,1990,'_recorded_sales','yes'),(87193,1990,'_recorded_coupon_usage_counts','yes'),(87194,1990,'_new_order_email_sent','true'),(87195,1990,'_order_stock_reduced','yes'),(87196,1990,'_billing_first_name','Tracy'),(87197,1990,'_billing_last_name','Copeland'),(87198,1990,'_billing_company','LCA SA EAST'),(87199,1990,'_billing_address_1','14223 Silverhollow'),(87200,1990,'_billing_city','San Antonio'),(87201,1990,'_billing_state','TX'),(87202,1990,'_billing_postcode','78232'),(87203,1990,'_billing_country','US'),(87204,1990,'_billing_email','info@liceclinicsofsanantonio.com'),(87205,1990,'_billing_phone','2103135033'),(87206,1990,'_shipping_first_name','Tracy'),(87207,1990,'_shipping_last_name','Copeland'),(87208,1990,'_shipping_company','LCA SA EAST'),(87209,1990,'_shipping_address_1','14223 Silverhollow'),(87210,1990,'_shipping_city','San Antonio'),(87211,1990,'_shipping_state','TX'),(87212,1990,'_shipping_postcode','78232'),(87213,1990,'_shipping_country','US'),(87214,1990,'_order_currency','USD'),(87215,1990,'_cart_discount','0'),(87216,1990,'_cart_discount_tax','0'),(87217,1990,'_order_shipping','0'),(87218,1990,'_order_shipping_tax','0'),(87219,1990,'_order_tax','0'),(87220,1990,'_order_total','550.26'),(87221,1990,'_order_version','7.8.2'),(87222,1990,'_prices_include_tax','no'),(87223,1990,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(87224,1990,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(87225,1990,'is_vat_exempt','no'),(87226,1990,'Payment type','instant'),(87227,1990,'_paypal_status','completed'),(87228,1990,'_transaction_id','6EU11139KV402035F'),(87229,1990,'PayPal Transaction Fee','19.69'),(87230,1990,'_date_paid','1688579700'),(87231,1990,'_paid_date','2023-07-05 17:55:00'),(87232,1991,'_order_key','wc_order_ZB4eU9XQjw8CA'),(87233,1991,'_customer_user','50'),(87234,1991,'_payment_method','paypal'),(87235,1991,'_payment_method_title','PayPal'),(87236,1991,'_customer_ip_address','73.126.237.59'),(87237,1991,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67'),(87238,1991,'_created_via','checkout'),(87239,1991,'_cart_hash','b5247e5990862cdf9f517359c293bf27'),(87240,1991,'_download_permissions_granted','yes'),(87241,1991,'_recorded_sales','yes'),(87242,1991,'_recorded_coupon_usage_counts','yes'),(87243,1991,'_new_order_email_sent','true'),(87244,1991,'_order_stock_reduced','yes'),(87245,1991,'_billing_first_name','Christine'),(87246,1991,'_billing_last_name','Cherry'),(87247,1991,'_billing_company','NITS END'),(87248,1991,'_billing_address_1','PO BOX 1092'),(87249,1991,'_billing_city','Campton'),(87250,1991,'_billing_state','NH'),(87251,1991,'_billing_postcode','03223'),(87252,1991,'_billing_country','US'),(87253,1991,'_billing_email','info@liceclinicsplaistow.com'),(87254,1991,'_billing_phone','16034983390'),(87255,1991,'_shipping_first_name','Megan'),(87256,1991,'_shipping_last_name','O\'Neil'),(87257,1991,'_shipping_company','NITS END'),(87258,1991,'_shipping_address_1','18 Sheridan St'),(87259,1991,'_shipping_city','Haverhill'),(87260,1991,'_shipping_state','MA'),(87261,1991,'_shipping_postcode','01830'),(87262,1991,'_shipping_country','US'),(87263,1991,'_order_currency','USD'),(87264,1991,'_cart_discount','0'),(87265,1991,'_cart_discount_tax','0'),(87266,1991,'_order_shipping','23.3'),(87267,1991,'_order_shipping_tax','0'),(87268,1991,'_order_tax','0'),(87269,1991,'_order_total','410.66'),(87270,1991,'_order_version','7.8.2'),(87271,1991,'_prices_include_tax','no'),(87272,1991,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(87273,1991,'_shipping_address_index','Megan O\'Neil NITS END 18 Sheridan St  Haverhill MA 01830 US '),(87274,1991,'is_vat_exempt','no'),(87275,1991,'Payment type','instant'),(87276,1991,'_paypal_status','completed'),(87277,1991,'_transaction_id','4LR42876UF565304K'),(87278,1991,'PayPal Transaction Fee','14.82'),(87279,1991,'_date_paid','1688586749'),(87280,1991,'_paid_date','2023-07-05 19:52:29'),(87281,1992,'_order_key','wc_order_4CdNgBWJACfHk'),(87282,1992,'_customer_user','8'),(87283,1992,'_payment_method','paypal'),(87284,1992,'_payment_method_title','PayPal'),(87285,1992,'_customer_ip_address','99.125.232.5'),(87286,1992,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(87287,1992,'_created_via','checkout'),(87288,1992,'_cart_hash','463f4e02f97e730594ce219d0d58bbca'),(87289,1992,'_download_permissions_granted','yes'),(87290,1992,'_recorded_sales','yes'),(87291,1992,'_recorded_coupon_usage_counts','yes'),(87292,1992,'_new_order_email_sent','true'),(87293,1992,'_order_stock_reduced','yes'),(87294,1992,'_billing_first_name','Amy'),(87295,1992,'_billing_last_name','Sharp'),(87296,1992,'_billing_company','Nit Wits'),(87297,1992,'_billing_address_1','6002 Sweetbay Dr'),(87298,1992,'_billing_city','Crestwood'),(87299,1992,'_billing_state','KY'),(87300,1992,'_billing_postcode','40014'),(87301,1992,'_billing_country','US'),(87302,1992,'_billing_email','asharp@ht-school.org'),(87303,1992,'_billing_phone','15023109281'),(87304,1992,'_shipping_first_name','Amy'),(87305,1992,'_shipping_last_name','Sharp'),(87306,1992,'_shipping_company','LCA Nit Wits'),(87307,1992,'_shipping_address_1','9302 New LaGrange Road'),(87308,1992,'_shipping_address_2','Unit H'),(87309,1992,'_shipping_city','Louisville'),(87310,1992,'_shipping_state','KY'),(87311,1992,'_shipping_postcode','40242'),(87312,1992,'_shipping_country','US'),(87313,1992,'_order_currency','USD'),(87314,1992,'_cart_discount','0'),(87315,1992,'_cart_discount_tax','0'),(87316,1992,'_order_shipping','13.03'),(87317,1992,'_order_shipping_tax','0'),(87318,1992,'_order_tax','0'),(87319,1992,'_order_total','13.03'),(87320,1992,'_order_version','7.8.2'),(87321,1992,'_prices_include_tax','no'),(87322,1992,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(87323,1992,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(87324,1992,'is_vat_exempt','no'),(87325,1983,'_edit_lock','1688600135:2'),(87326,1990,'_edit_lock','1688599496:2'),(87327,1990,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245624\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"b154f347dce29df2575c0d81551401fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245613\";s:12:\"date_shipped\";i:1688599598;s:11:\"tracking_id\";s:32:\"46eda8505459d5b872ffb1c734cf70df\";}}'),(87328,1990,'_edit_last','2'),(87329,1990,'_date_completed','1688599600'),(87330,1990,'_completed_date','2023-07-05 23:26:40'),(87331,1987,'_edit_lock','1688599596:2'),(87332,1987,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245598\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"57d5f5f846417cb2198a570c031fd60d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245587\";s:12:\"date_shipped\";i:1688599667;s:11:\"tracking_id\";s:32:\"52b4d2cb3bba969aad9c817d775e65db\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245576\";s:12:\"date_shipped\";i:1688599678;s:11:\"tracking_id\";s:32:\"3516a05e893d35893e03e8f7a1fe6129\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245565\";s:12:\"date_shipped\";i:1688599685;s:11:\"tracking_id\";s:32:\"d89aec79d8ca486af17df4be284b6657\";}}'),(87333,1987,'_edit_last','2'),(87334,1987,'_date_completed','1688599690'),(87335,1987,'_completed_date','2023-07-05 23:28:10'),(87336,1989,'_edit_lock','1688599664:2'),(87337,1989,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245554\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"def6606bc243122b675049b8647c3b18\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245543\";s:12:\"date_shipped\";i:1688599798;s:11:\"tracking_id\";s:32:\"5a3004ab085e9bf1c59c2dc17134425d\";}}'),(87338,1989,'_edit_last','2'),(87339,1989,'_date_completed','1688599800'),(87340,1989,'_completed_date','2023-07-05 23:30:00'),(87341,1988,'_edit_lock','1688600062:2'),(87342,1988,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245532\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"9449e644cf75ae1b1039a6cd48bd102f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245521\";s:12:\"date_shipped\";i:1688600021;s:11:\"tracking_id\";s:32:\"ecf98540a469a77d2102ef950035d981\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245510\";s:12:\"date_shipped\";i:1688600027;s:11:\"tracking_id\";s:32:\"5ccda6880b5d6ce3eba599393a007740\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245500\";s:12:\"date_shipped\";i:1688600036;s:11:\"tracking_id\";s:32:\"feb2351e148384ffed47612189004bbc\";}}'),(87343,1988,'_edit_last','2'),(87344,1988,'_date_completed','1688600038'),(87345,1988,'_completed_date','2023-07-05 23:33:58'),(87346,1986,'_edit_lock','1688599962:2'),(87347,1986,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245430\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"4e02f17310d99356ffbceb62d0080814\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245429\";s:12:\"date_shipped\";i:1688600094;s:11:\"tracking_id\";s:32:\"f31a5cae1f52b931122dbd6a0d899832\";}}'),(87348,1986,'_edit_last','2'),(87349,1986,'_date_completed','1688600095'),(87350,1986,'_completed_date','2023-07-05 23:34:55'),(87351,1983,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245392\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"fc960c243f6c52f9505d99e7b21f5ba6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245370\";s:12:\"date_shipped\";i:1688600129;s:11:\"tracking_id\";s:32:\"bfd5218d8bb9ea7c3abe27b0d893c0d8\";}}'),(87352,1983,'_edit_last','2'),(87353,1983,'_date_completed','1688600131'),(87354,1983,'_completed_date','2023-07-05 23:35:31'),(87355,1984,'_edit_lock','1688600920:2'),(87356,1984,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245348\";s:12:\"date_shipped\";s:10:\"1688515200\";s:11:\"tracking_id\";s:32:\"dc7a82ae134c03410ff26a548be4cca6\";}}'),(87357,1984,'_edit_last','2'),(87358,1984,'_date_completed','1688600163'),(87359,1984,'_completed_date','2023-07-05 23:36:03'),(87366,1982,'Payment type','instant'),(87367,1982,'_paypal_status','completed'),(87368,1982,'_transaction_id','3L126323AM325450A'),(87369,1982,'PayPal Transaction Fee','54.46'),(87370,1982,'_date_paid','1688604330'),(87371,1982,'_paid_date','2023-07-06 00:45:30'),(87372,1992,'_edit_lock','1689183444:2'),(87373,1992,'_edit_last','2'),(87378,1985,'_edit_lock','1688655870:2'),(87379,1991,'_edit_lock','1688655756:2'),(87380,1979,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245028\";s:12:\"date_shipped\";s:10:\"1688601600\";s:11:\"tracking_id\";s:32:\"4967e2668e3c7dcf7a8ff58996c2ea7e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245039\";s:12:\"date_shipped\";i:1688655718;s:11:\"tracking_id\";s:32:\"58fd99dbeac9ef3cdad899f589608464\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245040\";s:12:\"date_shipped\";i:1688655724;s:11:\"tracking_id\";s:32:\"10c8179f0b96aa3899bd6f6b800f5cdf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245050\";s:12:\"date_shipped\";i:1688655729;s:11:\"tracking_id\";s:32:\"2ef30ae880df7afed02294c55d2e181a\";}}'),(87381,1979,'_edit_last','2'),(87382,1979,'_date_completed','1688655731'),(87383,1979,'_completed_date','2023-07-06 15:02:11'),(87384,1985,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245359\";s:12:\"date_shipped\";s:10:\"1688601600\";s:11:\"tracking_id\";s:32:\"06cdc18095eebcc5ae581f5a6e14e07c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245360\";s:12:\"date_shipped\";i:1688655826;s:11:\"tracking_id\";s:32:\"915d17db9b9bc0eb6bf633b16bad36da\";}}'),(87385,1985,'_edit_last','2'),(87386,1985,'_date_completed','1688655828'),(87387,1985,'_completed_date','2023-07-06 15:03:48'),(87388,1991,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245750\";s:12:\"date_shipped\";s:10:\"1688601600\";s:11:\"tracking_id\";s:32:\"c1d532b5a2eede8f0f94d00cb8c2f907\";}}'),(87389,1991,'_edit_last','2'),(87390,1991,'_date_completed','1688655886'),(87391,1991,'_completed_date','2023-07-06 15:04:46'),(87392,1992,'Payment type','instant'),(87393,1992,'_paypal_status','completed'),(87394,1992,'_transaction_id','2RV832329J536843K'),(87395,1992,'PayPal Transaction Fee','0.94'),(87396,1992,'_date_paid','1688658251'),(87397,1992,'_paid_date','2023-07-06 15:44:11'),(87398,1993,'_order_key','wc_order_xCnE6vrE2YkYi'),(87399,1993,'_customer_user','3'),(87400,1993,'_payment_method','paypal'),(87401,1993,'_payment_method_title','PayPal'),(87402,1993,'_customer_ip_address','70.142.202.154'),(87403,1993,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87404,1993,'_created_via','checkout'),(87405,1993,'_cart_hash','07a157530a358b062d271bc1bb612bdd'),(87406,1993,'_download_permissions_granted','yes'),(87407,1993,'_recorded_sales','yes'),(87408,1993,'_recorded_coupon_usage_counts','yes'),(87409,1993,'_new_order_email_sent','true'),(87410,1993,'_order_stock_reduced','yes'),(87411,1993,'_billing_first_name','Amanda'),(87412,1993,'_billing_last_name','Westerman'),(87413,1993,'_billing_company','Lice Clinics of America McKinney'),(87414,1993,'_billing_address_1','3120 Hudson Crossing'),(87415,1993,'_billing_address_2','Suite A2'),(87416,1993,'_billing_city','MCKINNEY'),(87417,1993,'_billing_state','TX'),(87418,1993,'_billing_postcode','75070'),(87419,1993,'_billing_country','US'),(87420,1993,'_billing_email','awesterman1103@gmail.com'),(87421,1993,'_billing_phone','2144175741'),(87422,1993,'_shipping_first_name','AMANDA'),(87423,1993,'_shipping_last_name','Westerman'),(87424,1993,'_shipping_company','Lice Clinics of America McKinney'),(87425,1993,'_shipping_address_1','1709 Damian Way'),(87426,1993,'_shipping_city','Richardson'),(87427,1993,'_shipping_state','TX'),(87428,1993,'_shipping_postcode','75081'),(87429,1993,'_shipping_country','US'),(87430,1993,'_order_currency','USD'),(87431,1993,'_cart_discount','0'),(87432,1993,'_cart_discount_tax','0'),(87433,1993,'_order_shipping','0'),(87434,1993,'_order_shipping_tax','0'),(87435,1993,'_order_tax','0'),(87436,1993,'_order_total','1150.84'),(87437,1993,'_order_version','7.8.2'),(87438,1993,'_prices_include_tax','no'),(87439,1993,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(87440,1993,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(87441,1993,'is_vat_exempt','no'),(87442,1993,'Payment type','instant'),(87443,1993,'_paypal_status','completed'),(87444,1993,'_transaction_id','95U27362LY165712X'),(87445,1993,'PayPal Transaction Fee','40.65'),(87446,1993,'_date_paid','1688664504'),(87447,1993,'_paid_date','2023-07-06 17:28:24'),(87454,1994,'_order_key','wc_order_XvCmH26HKKUGF'),(87455,1994,'_customer_user','60'),(87456,1994,'_payment_method','paypal'),(87457,1994,'_payment_method_title','PayPal'),(87458,1994,'_customer_ip_address','50.232.128.118'),(87459,1994,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(87460,1994,'_created_via','checkout'),(87461,1994,'_cart_hash','903e65eb39a75c3462175e3ed0d254ed'),(87462,1994,'_download_permissions_granted','yes'),(87463,1994,'_recorded_sales','yes'),(87464,1994,'_recorded_coupon_usage_counts','yes'),(87465,1994,'_new_order_email_sent','true'),(87466,1994,'_order_stock_reduced','yes'),(87467,1994,'_billing_first_name','Jill'),(87468,1994,'_billing_last_name','Leshtz'),(87469,1994,'_billing_company','Lice clinics of America-North Shore'),(87470,1994,'_billing_address_1','1580 Lancelot Avenue'),(87471,1994,'_billing_city','Highland park'),(87472,1994,'_billing_state','IL'),(87473,1994,'_billing_postcode','60035'),(87474,1994,'_billing_country','US'),(87475,1994,'_billing_email','jleshtz@gmail.com'),(87476,1994,'_billing_phone','8473639001'),(87477,1994,'_shipping_first_name','Jill'),(87478,1994,'_shipping_last_name','Leshtz'),(87479,1994,'_shipping_company','Lice clinics of America-North Shore'),(87480,1994,'_shipping_address_1','1580 Lancelot Avenue'),(87481,1994,'_shipping_city','Highland park'),(87482,1994,'_shipping_state','IL'),(87483,1994,'_shipping_postcode','60035'),(87484,1994,'_shipping_country','US'),(87485,1994,'_order_currency','USD'),(87486,1994,'_cart_discount','0'),(87487,1994,'_cart_discount_tax','0'),(87488,1994,'_order_shipping','13.75'),(87489,1994,'_order_shipping_tax','0'),(87490,1994,'_order_tax','0'),(87491,1994,'_order_total','13.75'),(87492,1994,'_order_version','7.8.2'),(87493,1994,'_prices_include_tax','no'),(87494,1994,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(87495,1994,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(87496,1994,'is_vat_exempt','no'),(87497,1995,'_order_key','wc_order_Nn972ZLgNItbI'),(87498,1995,'_customer_user','60'),(87499,1995,'_payment_method','paypal'),(87500,1995,'_payment_method_title','PayPal'),(87501,1995,'_customer_ip_address','50.232.128.118'),(87502,1995,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(87503,1995,'_created_via','checkout'),(87504,1995,'_cart_hash','cdd4a4e710cccc0e85aa1baa9ed36058'),(87505,1995,'_download_permissions_granted','yes'),(87506,1995,'_recorded_sales','yes'),(87507,1995,'_recorded_coupon_usage_counts','yes'),(87508,1995,'_new_order_email_sent','true'),(87509,1995,'_order_stock_reduced','yes'),(87510,1995,'_billing_first_name','Jill'),(87511,1995,'_billing_last_name','Leshtz'),(87512,1995,'_billing_company','Lice clinics of America-North Shore'),(87513,1995,'_billing_address_1','1580 Lancelot Avenue'),(87514,1995,'_billing_city','Highland park'),(87515,1995,'_billing_state','IL'),(87516,1995,'_billing_postcode','60035'),(87517,1995,'_billing_country','US'),(87518,1995,'_billing_email','jleshtz@gmail.com'),(87519,1995,'_billing_phone','8473639001'),(87520,1995,'_shipping_first_name','Jill'),(87521,1995,'_shipping_last_name','Leshtz'),(87522,1995,'_shipping_company','Lice clinics of America-North Shore'),(87523,1995,'_shipping_address_1','1580 Lancelot Avenue'),(87524,1995,'_shipping_city','Highland park'),(87525,1995,'_shipping_state','IL'),(87526,1995,'_shipping_postcode','60035'),(87527,1995,'_shipping_country','US'),(87528,1995,'_order_currency','USD'),(87529,1995,'_cart_discount','0'),(87530,1995,'_cart_discount_tax','0'),(87531,1995,'_order_shipping','13.75'),(87532,1995,'_order_shipping_tax','0'),(87533,1995,'_order_tax','0'),(87534,1995,'_order_total','13.75'),(87535,1995,'_order_version','7.8.2'),(87536,1995,'_prices_include_tax','no'),(87537,1995,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(87538,1995,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(87539,1995,'is_vat_exempt','no'),(87540,1982,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245819\";s:12:\"date_shipped\";s:10:\"1688601600\";s:11:\"tracking_id\";s:32:\"055e6533f40dd6c31c707f0320288668\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245808\";s:12:\"date_shipped\";i:1688681713;s:11:\"tracking_id\";s:32:\"b144318da55a9ff5f8d34d3bda6c86c7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245793\";s:12:\"date_shipped\";i:1688681718;s:11:\"tracking_id\";s:32:\"cd8b0881d0364bc44e9ce2669a241333\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245782\";s:12:\"date_shipped\";i:1688681725;s:11:\"tracking_id\";s:32:\"05437cdcb32465cdc4b9e3df80cf589a\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245771\";s:12:\"date_shipped\";i:1688681731;s:11:\"tracking_id\";s:32:\"e330eba3f9af6fb1d985a53594143760\";}}'),(87541,1982,'_date_completed','1688681733'),(87542,1982,'_completed_date','2023-07-06 22:15:33'),(87543,1993,'_edit_lock','1688681716:2'),(87544,1993,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245896\";s:12:\"date_shipped\";s:10:\"1688601600\";s:11:\"tracking_id\";s:32:\"5b5d02901988649a8b657dc7c180288e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245885\";s:12:\"date_shipped\";i:1688681804;s:11:\"tracking_id\";s:32:\"c96018eb1ce73252a243ddf8379f04b6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245874\";s:12:\"date_shipped\";i:1688681810;s:11:\"tracking_id\";s:32:\"4bac38d09d07c5604bab11f049984e5f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245863\";s:12:\"date_shipped\";i:1688681817;s:11:\"tracking_id\";s:32:\"c94216cce8e8bd1474d1c31d8795d29b\";}}'),(87545,1993,'_edit_last','2'),(87546,1993,'_date_completed','1688681820'),(87547,1993,'_completed_date','2023-07-06 22:17:00'),(87548,1996,'_order_key','wc_order_hPEGVRLQQXrgs'),(87549,1996,'_customer_user','26'),(87550,1996,'_payment_method','paypal'),(87551,1996,'_payment_method_title','PayPal'),(87552,1996,'_customer_ip_address','68.126.201.125'),(87553,1996,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87554,1996,'_created_via','checkout'),(87555,1996,'_cart_hash','b8996a878d30a237adb9a4ecde22abe8'),(87556,1996,'_download_permissions_granted','yes'),(87557,1996,'_recorded_sales','yes'),(87558,1996,'_recorded_coupon_usage_counts','yes'),(87559,1996,'_new_order_email_sent','true'),(87560,1996,'_order_stock_reduced','yes'),(87561,1996,'_billing_first_name','Andrew'),(87562,1996,'_billing_last_name','Crumrine'),(87563,1996,'_billing_address_1','3537 Stevens Way'),(87564,1996,'_billing_city','Augusta'),(87565,1996,'_billing_state','GA'),(87566,1996,'_billing_postcode','30907'),(87567,1996,'_billing_country','US'),(87568,1996,'_billing_email','augustagalice@gmail.com'),(87569,1996,'_billing_phone','7063064588'),(87570,1996,'_shipping_first_name','Andrew'),(87571,1996,'_shipping_last_name','Crumrine'),(87572,1996,'_shipping_address_1','3537 Stevens Way'),(87573,1996,'_shipping_city','Augusta'),(87574,1996,'_shipping_state','GA'),(87575,1996,'_shipping_postcode','30907'),(87576,1996,'_shipping_country','US'),(87577,1996,'_order_currency','USD'),(87578,1996,'_cart_discount','0'),(87579,1996,'_cart_discount_tax','0'),(87580,1996,'_order_shipping','75.87'),(87581,1996,'_order_shipping_tax','0'),(87582,1996,'_order_tax','0'),(87583,1996,'_order_total','524.67'),(87584,1996,'_order_version','7.8.2'),(87585,1996,'_prices_include_tax','no'),(87586,1996,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(87587,1996,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(87588,1996,'is_vat_exempt','no'),(87589,1995,'_edit_lock','1689003925:2'),(87590,1994,'_edit_lock','1689017325:2'),(87591,1995,'_edit_last','2'),(87592,1994,'_edit_last','2'),(87593,1995,'Payment type','instant'),(87594,1995,'_paypal_status','completed'),(87595,1995,'_transaction_id','0B305861JV8388906'),(87596,1995,'PayPal Transaction Fee','0.97'),(87597,1995,'_date_paid','1688746588'),(87598,1995,'_paid_date','2023-07-07 16:16:28'),(87599,1994,'Payment type','instant'),(87600,1994,'_paypal_status','completed'),(87601,1994,'_transaction_id','5LW82352L4448831G'),(87602,1994,'PayPal Transaction Fee','0.97'),(87603,1994,'_date_paid','1688746655'),(87604,1994,'_paid_date','2023-07-07 16:17:35'),(87605,1997,'_order_key','wc_order_CvPXO8FpQkzLO'),(87606,1997,'_customer_user','59'),(87607,1997,'_payment_method','paypal'),(87608,1997,'_payment_method_title','PayPal'),(87609,1997,'_customer_ip_address','76.31.100.132'),(87610,1997,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.58'),(87611,1997,'_created_via','checkout'),(87612,1997,'_cart_hash','4ce36b0bae2e84cb20bdbdbd743a7c0a'),(87613,1997,'_download_permissions_granted','yes'),(87614,1997,'_recorded_sales','yes'),(87615,1997,'_recorded_coupon_usage_counts','yes'),(87616,1997,'_new_order_email_sent','true'),(87617,1997,'_order_stock_reduced','yes'),(87618,1997,'_billing_first_name','Allison'),(87619,1997,'_billing_last_name','Anthon'),(87620,1997,'_billing_company','11/29'),(87621,1997,'_billing_address_1','9642 Elizabeth\'s Glen Ln'),(87622,1997,'_billing_address_2','Apt, suite, floor, etc.'),(87623,1997,'_billing_city','TOMBALL'),(87624,1997,'_billing_state','TX'),(87625,1997,'_billing_postcode','77375'),(87626,1997,'_billing_country','US'),(87627,1997,'_billing_email','allianthon@gmail.com'),(87628,1997,'_billing_phone','6024008330'),(87629,1997,'_shipping_first_name','Allison'),(87630,1997,'_shipping_last_name','Anthon'),(87631,1997,'_shipping_company','LCA Sugar Land'),(87632,1997,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(87633,1997,'_shipping_city','Tomball'),(87634,1997,'_shipping_state','TX'),(87635,1997,'_shipping_postcode','77375'),(87636,1997,'_shipping_country','US'),(87637,1997,'_order_currency','USD'),(87638,1997,'_cart_discount','0'),(87639,1997,'_cart_discount_tax','0'),(87640,1997,'_order_shipping','0'),(87641,1997,'_order_shipping_tax','0'),(87642,1997,'_order_tax','0'),(87643,1997,'_order_total','520.08'),(87644,1997,'_order_version','7.8.2'),(87645,1997,'_prices_include_tax','no'),(87646,1997,'_billing_address_index','Allison Anthon 11/29 9642 Elizabeth\'s Glen Ln Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008330'),(87647,1997,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln.  Tomball TX 77375 US '),(87648,1997,'is_vat_exempt','no'),(87649,1998,'_order_key','wc_order_qUZGMXcpaI4v5'),(87650,1998,'_customer_user','8'),(87651,1998,'_payment_method','paypal'),(87652,1998,'_payment_method_title','PayPal'),(87653,1998,'_customer_ip_address','99.125.232.5'),(87654,1998,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(87655,1998,'_created_via','checkout'),(87656,1998,'_cart_hash','75b33a2d8fd96b87023fe5eac048608e'),(87657,1998,'_download_permissions_granted','yes'),(87658,1998,'_recorded_sales','yes'),(87659,1998,'_recorded_coupon_usage_counts','yes'),(87660,1998,'_new_order_email_sent','true'),(87661,1998,'_order_stock_reduced','yes'),(87662,1998,'_billing_first_name','Amy'),(87663,1998,'_billing_last_name','Sharp'),(87664,1998,'_billing_company','Nit Wits'),(87665,1998,'_billing_address_1','6002 Sweetbay Dr'),(87666,1998,'_billing_city','Crestwood'),(87667,1998,'_billing_state','KY'),(87668,1998,'_billing_postcode','40014'),(87669,1998,'_billing_country','US'),(87670,1998,'_billing_email','asharp@ht-school.org'),(87671,1998,'_billing_phone','15023109281'),(87672,1998,'_shipping_first_name','Amy'),(87673,1998,'_shipping_last_name','Sharp'),(87674,1998,'_shipping_company','LCA Nit Wits'),(87675,1998,'_shipping_address_1','9302 New LaGrange Road'),(87676,1998,'_shipping_address_2','Unit H'),(87677,1998,'_shipping_city','Louisville'),(87678,1998,'_shipping_state','KY'),(87679,1998,'_shipping_postcode','40242'),(87680,1998,'_shipping_country','US'),(87681,1998,'_order_currency','USD'),(87682,1998,'_cart_discount','0'),(87683,1998,'_cart_discount_tax','0'),(87684,1998,'_order_shipping','13.03'),(87685,1998,'_order_shipping_tax','0'),(87686,1998,'_order_tax','0'),(87687,1998,'_order_total','13.03'),(87688,1998,'_order_version','7.8.2'),(87689,1998,'_prices_include_tax','no'),(87690,1998,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(87691,1998,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(87692,1998,'is_vat_exempt','no'),(87693,1997,'_edit_lock','1689372101:2'),(87694,1998,'_edit_lock','1689090422:2'),(87695,1997,'_edit_last','2'),(87696,1998,'_edit_last','2'),(87697,1995,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246024\";s:12:\"date_shipped\";s:10:\"1688947200\";s:11:\"tracking_id\";s:32:\"45cef02ab43365c49ce925224a5825bd\";}}'),(87698,1995,'_date_completed','1689004019'),(87699,1995,'_completed_date','2023-07-10 15:46:59'),(87700,1996,'_edit_lock','1689184167:2'),(87701,1996,'_edit_last','2'),(87702,1994,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246035\";s:12:\"date_shipped\";s:10:\"1688947200\";s:11:\"tracking_id\";s:32:\"a996dbf9f7264bb1899e6b72f009a520\";}}'),(87703,1994,'_date_completed','1689017048'),(87704,1994,'_completed_date','2023-07-10 19:24:08'),(87705,1998,'Payment type','instant'),(87706,1998,'_paypal_status','completed'),(87707,1998,'_transaction_id','84S60782BV741145L'),(87708,1998,'PayPal Transaction Fee','0.94'),(87709,1998,'_date_paid','1689023081'),(87710,1998,'_paid_date','2023-07-10 21:04:41'),(87711,1996,'Payment type','instant'),(87712,1996,'_paypal_status','completed'),(87713,1996,'_transaction_id','7FW69523JW4141926'),(87714,1996,'PayPal Transaction Fee','18.80'),(87715,1996,'_date_paid','1689089109'),(87716,1996,'_paid_date','2023-07-11 15:25:09'),(87717,1998,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246388\";s:12:\"date_shipped\";i:1689090376;s:11:\"tracking_id\";s:32:\"7ade2e2d44c65c8a52616ab041082bfc\";}}'),(87718,1998,'_date_completed','1689090385'),(87719,1998,'_completed_date','2023-07-11 15:46:25'),(87721,1999,'_order_key','wc_order_LFn1eeqIIXZGg'),(87722,1999,'_customer_user','52'),(87723,1999,'_payment_method','paypal'),(87724,1999,'_payment_method_title','PayPal'),(87725,1999,'_customer_ip_address','71.163.16.212'),(87726,1999,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87727,1999,'_created_via','checkout'),(87728,1999,'_cart_hash','2c02516afccff711c0ab19b919e7bae2'),(87729,1999,'_download_permissions_granted','yes'),(87730,1999,'_recorded_sales','yes'),(87731,1999,'_recorded_coupon_usage_counts','yes'),(87732,1999,'_new_order_email_sent','true'),(87733,1999,'_order_stock_reduced','yes'),(87734,1999,'_billing_first_name','Darlene'),(87735,1999,'_billing_last_name','LaFramboise'),(87736,1999,'_billing_company','LCA-NOVA'),(87737,1999,'_billing_address_1','25473 Tomey Ct'),(87738,1999,'_billing_city','Aldie'),(87739,1999,'_billing_state','VA'),(87740,1999,'_billing_postcode','20105-3048'),(87741,1999,'_billing_country','US'),(87742,1999,'_billing_email','info@liceremovalnova.com'),(87743,1999,'_billing_phone','7033031576'),(87744,1999,'_shipping_first_name','Darlene'),(87745,1999,'_shipping_last_name','LaFramboise'),(87746,1999,'_shipping_company','LCA-NOVA'),(87747,1999,'_shipping_address_1','25473 Tomey Ct'),(87748,1999,'_shipping_city','Aldie'),(87749,1999,'_shipping_state','VA'),(87750,1999,'_shipping_postcode','20105-3048'),(87751,1999,'_shipping_country','US'),(87752,1999,'_order_currency','USD'),(87753,1999,'_cart_discount','0'),(87754,1999,'_cart_discount_tax','0'),(87755,1999,'_order_shipping','15.37'),(87756,1999,'_order_shipping_tax','0'),(87757,1999,'_order_tax','0'),(87758,1999,'_order_total','179.68'),(87759,1999,'_order_version','7.8.2'),(87760,1999,'_prices_include_tax','no'),(87761,1999,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(87762,1999,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(87763,1999,'is_vat_exempt','no'),(87764,1999,'Payment type','instant'),(87765,1999,'_paypal_status','completed'),(87766,1999,'_transaction_id','3HF95897JD5167945'),(87767,1999,'PayPal Transaction Fee','6.76'),(87768,1999,'_date_paid','1689108085'),(87769,1999,'_paid_date','2023-07-11 20:41:25'),(87770,2000,'_order_key','wc_order_Dg0dUaAQTSejs'),(87771,2000,'_customer_user','29'),(87772,2000,'_payment_method','paypal'),(87773,2000,'_payment_method_title','PayPal'),(87774,2000,'_customer_ip_address','68.80.67.132'),(87775,2000,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(87776,2000,'_created_via','checkout'),(87777,2000,'_cart_hash','03b3d977ee20498da687220f2ff63a2e'),(87778,2000,'_download_permissions_granted','yes'),(87779,2000,'_recorded_sales','yes'),(87780,2000,'_recorded_coupon_usage_counts','yes'),(87781,2000,'_new_order_email_sent','true'),(87782,2000,'_order_stock_reduced','yes'),(87783,2000,'_billing_first_name','Kevin'),(87784,2000,'_billing_last_name','Reilly'),(87785,2000,'_billing_address_1','5460 Richie Ct'),(87786,2000,'_billing_city','Pipersville'),(87787,2000,'_billing_state','PA'),(87788,2000,'_billing_postcode','18947'),(87789,2000,'_billing_country','US'),(87790,2000,'_billing_email','info@liceclinicslansdale.com'),(87791,2000,'_billing_phone','2156941408'),(87792,2000,'_shipping_first_name','Kevin'),(87793,2000,'_shipping_last_name','Reilly'),(87794,2000,'_shipping_company','LCA Lansdale'),(87795,2000,'_shipping_address_1','2131 North Broad Street'),(87796,2000,'_shipping_address_2','Suite 101'),(87797,2000,'_shipping_city','Lansdale'),(87798,2000,'_shipping_state','PA'),(87799,2000,'_shipping_postcode','19446'),(87800,2000,'_shipping_country','US'),(87801,2000,'_order_currency','USD'),(87802,2000,'_cart_discount','0'),(87803,2000,'_cart_discount_tax','0'),(87804,2000,'_order_shipping','17.43'),(87805,2000,'_order_shipping_tax','0'),(87806,2000,'_order_tax','0'),(87807,2000,'_order_total','167.18'),(87808,2000,'_order_version','7.8.2'),(87809,2000,'_prices_include_tax','no'),(87810,2000,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(87811,2000,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(87812,2000,'is_vat_exempt','no'),(87813,2000,'Payment type','instant'),(87814,2000,'_paypal_status','completed'),(87815,2000,'_transaction_id','9E189993VS127043T'),(87816,2000,'PayPal Transaction Fee','6.32'),(87817,2000,'_date_paid','1689131871'),(87818,2000,'_paid_date','2023-07-12 03:17:51'),(87819,1992,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830245852\";s:12:\"date_shipped\";s:10:\"1689120000\";s:11:\"tracking_id\";s:32:\"c491556d3f995eb22e86ed18e274ab73\";}}'),(87820,217,'_edit_lock','1737579651:2'),(87821,1992,'_date_completed','1689183583'),(87822,1992,'_completed_date','2023-07-12 17:39:43'),(87823,1996,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246528\";s:12:\"date_shipped\";s:10:\"1689120000\";s:11:\"tracking_id\";s:32:\"11d44146cc96182ae080536697c67f03\";}}'),(87824,1996,'_date_completed','1689183677'),(87825,1996,'_completed_date','2023-07-12 17:41:17'),(87826,1999,'_edit_lock','1689184153:2'),(87827,1999,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246583\";s:12:\"date_shipped\";s:10:\"1689120000\";s:11:\"tracking_id\";s:32:\"619dafd9e82340f0e956564348943b55\";}}'),(87828,1999,'_edit_last','2'),(87829,1999,'_date_completed','1689184289'),(87830,1999,'_completed_date','2023-07-12 17:51:29'),(87831,2000,'_edit_lock','1689184278:2'),(87832,2000,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246631\";s:12:\"date_shipped\";s:10:\"1689120000\";s:11:\"tracking_id\";s:32:\"c34d689d4b847eb331b9ed65506e3bb8\";}}'),(87833,2000,'_edit_last','2'),(87834,2000,'_date_completed','1689184333'),(87835,2000,'_completed_date','2023-07-12 17:52:13'),(87836,1997,'Payment type','instant'),(87837,1997,'_paypal_status','completed'),(87838,1997,'_transaction_id','6HX59525N3936243C'),(87839,1997,'PayPal Transaction Fee','18.64'),(87840,1997,'_date_paid','1689188510'),(87841,1997,'_paid_date','2023-07-12 19:01:50'),(87842,2001,'_order_key','wc_order_s8wdXGXwzP6t1'),(87843,2001,'_customer_user','3'),(87844,2001,'_payment_method','paypal'),(87845,2001,'_payment_method_title','PayPal'),(87846,2001,'_customer_ip_address','70.142.202.154'),(87847,2001,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87848,2001,'_created_via','checkout'),(87849,2001,'_cart_hash','ad94d068b4000e0180f0745afd8b8d16'),(87850,2001,'_download_permissions_granted','yes'),(87851,2001,'_recorded_sales','yes'),(87852,2001,'_recorded_coupon_usage_counts','yes'),(87853,2001,'_new_order_email_sent','true'),(87854,2001,'_order_stock_reduced','yes'),(87855,2001,'_billing_first_name','Amanda'),(87856,2001,'_billing_last_name','Westerman'),(87857,2001,'_billing_company','Lice Clinics of America McKinney'),(87858,2001,'_billing_address_1','3120 Hudson Crossing'),(87859,2001,'_billing_address_2','Suite A2'),(87860,2001,'_billing_city','MCKINNEY'),(87861,2001,'_billing_state','TX'),(87862,2001,'_billing_postcode','75070'),(87863,2001,'_billing_country','US'),(87864,2001,'_billing_email','awesterman1103@gmail.com'),(87865,2001,'_billing_phone','2144175741'),(87866,2001,'_shipping_first_name','AMANDA'),(87867,2001,'_shipping_last_name','Westerman'),(87868,2001,'_shipping_company','Lice Clinics of America McKinney'),(87869,2001,'_shipping_address_1','1709 Damian Way'),(87870,2001,'_shipping_city','Richardson'),(87871,2001,'_shipping_state','TX'),(87872,2001,'_shipping_postcode','75081'),(87873,2001,'_shipping_country','US'),(87874,2001,'_order_currency','USD'),(87875,2001,'_cart_discount','0'),(87876,2001,'_cart_discount_tax','0'),(87877,2001,'_order_shipping','0'),(87878,2001,'_order_shipping_tax','0'),(87879,2001,'_order_tax','0'),(87880,2001,'_order_total','526.80'),(87881,2001,'_order_version','7.8.2'),(87882,2001,'_prices_include_tax','no'),(87883,2001,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(87884,2001,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(87885,2001,'is_vat_exempt','no'),(87886,2001,'Payment type','instant'),(87887,2001,'_paypal_status','completed'),(87888,2001,'_transaction_id','1H827377T3825072H'),(87889,2001,'PayPal Transaction Fee','18.88'),(87890,2001,'_date_paid','1689203758'),(87891,2001,'_paid_date','2023-07-12 23:15:58'),(87892,2002,'_order_key','wc_order_eFswejDAcWH6i'),(87893,2002,'_customer_user','92'),(87894,2002,'_payment_method','paypal'),(87895,2002,'_payment_method_title','PayPal'),(87896,2002,'_customer_ip_address','73.63.207.98'),(87897,2002,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87898,2002,'_created_via','checkout'),(87899,2002,'_cart_hash','5139b4a6d11e26d71e899a1bffbfb973'),(87900,2002,'_download_permissions_granted','yes'),(87901,2002,'_recorded_sales','yes'),(87902,2002,'_recorded_coupon_usage_counts','yes'),(87903,2002,'_new_order_email_sent','true'),(87904,2002,'_order_stock_reduced','yes'),(87905,2002,'_billing_first_name','Michelle'),(87906,2002,'_billing_last_name','Du'),(87907,2002,'_billing_company','LCA Fremont'),(87908,2002,'_billing_address_1','31372 Mackinaw Street'),(87909,2002,'_billing_city','Union City'),(87910,2002,'_billing_state','CA'),(87911,2002,'_billing_postcode','94587'),(87912,2002,'_billing_country','US'),(87913,2002,'_billing_email','info@liceclinicsfremont.com'),(87914,2002,'_billing_phone','510-770-4394'),(87915,2002,'_shipping_first_name','Michelle'),(87916,2002,'_shipping_last_name','Du'),(87917,2002,'_shipping_company','LCA Fremont'),(87918,2002,'_shipping_address_1','31372 Mackinaw Street'),(87919,2002,'_shipping_city','Union City'),(87920,2002,'_shipping_state','CA'),(87921,2002,'_shipping_postcode','94587'),(87922,2002,'_shipping_country','US'),(87923,2002,'_order_currency','USD'),(87924,2002,'_cart_discount','0'),(87925,2002,'_cart_discount_tax','0'),(87926,2002,'_order_shipping','0'),(87927,2002,'_order_shipping_tax','0'),(87928,2002,'_order_tax','0'),(87929,2002,'_order_total','567.90'),(87930,2002,'_order_version','7.8.2'),(87931,2002,'_prices_include_tax','no'),(87932,2002,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(87933,2002,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(87934,2002,'is_vat_exempt','no'),(87935,2002,'Payment type','instant'),(87936,2002,'_paypal_status','completed'),(87937,2002,'_transaction_id','4BF76459V7813390P'),(87938,2002,'PayPal Transaction Fee','20.31'),(87939,2002,'_date_paid','1689275856'),(87940,2002,'_paid_date','2023-07-13 19:17:36'),(87941,2003,'_order_key','wc_order_NgN8xBxn1RLvI'),(87942,2003,'_customer_user','96'),(87943,2003,'_payment_method','paypal'),(87944,2003,'_payment_method_title','PayPal'),(87945,2003,'_customer_ip_address','166.181.87.47'),(87946,2003,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(87947,2003,'_created_via','checkout'),(87948,2003,'_cart_hash','097def669a76fb3fda7129b0ed846701'),(87949,2003,'_download_permissions_granted','yes'),(87950,2003,'_recorded_sales','yes'),(87951,2003,'_recorded_coupon_usage_counts','yes'),(87952,2003,'_new_order_email_sent','true'),(87953,2003,'_order_stock_reduced','yes'),(87954,2003,'_billing_first_name','Jaimi'),(87955,2003,'_billing_last_name','Anderson'),(87956,2003,'_billing_company','Lice Clinics of America - Des Moines'),(87957,2003,'_billing_address_1','1139 Burlington Ter'),(87958,2003,'_billing_city','Des Moines'),(87959,2003,'_billing_state','IA'),(87960,2003,'_billing_postcode','50314'),(87961,2003,'_billing_country','US'),(87962,2003,'_billing_email','j.m.licesolutions@gmail.com'),(87963,2003,'_billing_phone','515-971-0667'),(87964,2003,'_shipping_first_name','Jaimi'),(87965,2003,'_shipping_last_name','Anderson'),(87966,2003,'_shipping_address_1','1139 Burlington Terrace'),(87967,2003,'_shipping_city','Des Moines'),(87968,2003,'_shipping_state','IA'),(87969,2003,'_shipping_postcode','50314'),(87970,2003,'_shipping_country','US'),(87971,2003,'_order_currency','USD'),(87972,2003,'_cart_discount','0'),(87973,2003,'_cart_discount_tax','0'),(87974,2003,'_order_shipping','0'),(87975,2003,'_order_shipping_tax','0'),(87976,2003,'_order_tax','0'),(87977,2003,'_order_total','759.96'),(87978,2003,'_order_version','7.8.2'),(87979,2003,'_prices_include_tax','no'),(87980,2003,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(87981,2003,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(87982,2003,'is_vat_exempt','no'),(87983,2003,'Payment type','instant'),(87984,2003,'_paypal_status','completed'),(87985,2003,'_transaction_id','72E66622N3749712Y'),(87986,2003,'PayPal Transaction Fee','27.01'),(87987,2003,'_date_paid','1689306011'),(87988,2003,'_paid_date','2023-07-14 03:40:11'),(87989,2004,'_order_key','wc_order_Z78PCUv8qvzhl'),(87990,2004,'_customer_user','4'),(87991,2004,'_payment_method','paypal'),(87992,2004,'_payment_method_title','PayPal'),(87993,2004,'_customer_ip_address','98.202.98.57'),(87994,2004,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(87995,2004,'_created_via','checkout'),(87996,2004,'_cart_hash','6101e93aee2f8d17bc2ae27904adb901'),(87997,2004,'_download_permissions_granted','yes'),(87998,2004,'_recorded_sales','yes'),(87999,2004,'_recorded_coupon_usage_counts','yes'),(88000,2004,'_new_order_email_sent','true'),(88001,2004,'_order_stock_reduced','yes'),(88002,2004,'_billing_first_name','David'),(88003,2004,'_billing_last_name','Washburn'),(88004,2004,'_billing_company','Larada Sciences (LCA)'),(88005,2004,'_billing_address_1','4873 South State St.'),(88006,2004,'_billing_city','Murray'),(88007,2004,'_billing_state','UT'),(88008,2004,'_billing_postcode','84107'),(88009,2004,'_billing_country','US'),(88010,2004,'_billing_email','david@laradasciences.com'),(88011,2004,'_billing_phone','8019197428'),(88012,2004,'_shipping_first_name','David'),(88013,2004,'_shipping_last_name','Washburn'),(88014,2004,'_shipping_company','Larada Sciences (LCA)'),(88015,2004,'_shipping_address_1','4873 South State St.'),(88016,2004,'_shipping_city','Murray'),(88017,2004,'_shipping_state','UT'),(88018,2004,'_shipping_postcode','84107'),(88019,2004,'_shipping_country','US'),(88020,2004,'_order_currency','USD'),(88021,2004,'_cart_discount','0'),(88022,2004,'_cart_discount_tax','0'),(88023,2004,'_order_shipping','0'),(88024,2004,'_order_shipping_tax','0'),(88025,2004,'_order_tax','0'),(88026,2004,'_order_total','1263.24'),(88027,2004,'_order_version','7.8.2'),(88028,2004,'_prices_include_tax','no'),(88029,2004,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(88030,2004,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(88031,2004,'is_vat_exempt','no'),(88032,1997,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246790\";s:12:\"date_shipped\";s:10:\"1689292800\";s:11:\"tracking_id\";s:32:\"de0d9ca5eeeb556ead310cd0d8523ad1\";}}'),(88033,1997,'_date_completed','1689367304'),(88034,1997,'_completed_date','2023-07-14 20:41:44'),(88035,2005,'_order_key','wc_order_GcWB1OFuCG1Am'),(88036,2005,'_customer_user','50'),(88037,2005,'_payment_method','paypal'),(88038,2005,'_payment_method_title','PayPal'),(88039,2005,'_customer_ip_address','73.126.237.59'),(88040,2005,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(88041,2005,'_created_via','checkout'),(88042,2005,'_cart_hash','b70a552cf4adf71da8556e50e289d983'),(88043,2005,'_download_permissions_granted','yes'),(88044,2005,'_recorded_sales','yes'),(88045,2005,'_recorded_coupon_usage_counts','yes'),(88046,2005,'_new_order_email_sent','true'),(88047,2005,'_order_stock_reduced','yes'),(88048,2005,'_billing_first_name','Christine'),(88049,2005,'_billing_last_name','Cherry'),(88050,2005,'_billing_company','NITS END'),(88051,2005,'_billing_address_1','PO BOX 1092'),(88052,2005,'_billing_city','Campton'),(88053,2005,'_billing_state','NH'),(88054,2005,'_billing_postcode','03223'),(88055,2005,'_billing_country','US'),(88056,2005,'_billing_email','info@liceclinicsplaistow.com'),(88057,2005,'_billing_phone','16034983390'),(88058,2005,'_shipping_first_name','Naomi'),(88059,2005,'_shipping_last_name','Njuguna'),(88060,2005,'_shipping_company','NITS END'),(88061,2005,'_shipping_address_1','24 Gillis St'),(88062,2005,'_shipping_city','Nashua'),(88063,2005,'_shipping_state','NH'),(88064,2005,'_shipping_postcode','03060'),(88065,2005,'_shipping_country','US'),(88066,2005,'_order_currency','USD'),(88067,2005,'_cart_discount','0'),(88068,2005,'_cart_discount_tax','0'),(88069,2005,'_order_shipping','21.9'),(88070,2005,'_order_shipping_tax','0'),(88071,2005,'_order_tax','0'),(88072,2005,'_order_total','499.02'),(88073,2005,'_order_version','7.9.0'),(88074,2005,'_prices_include_tax','no'),(88075,2005,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(88076,2005,'_shipping_address_index','Naomi Njuguna NITS END 24 Gillis St  Nashua NH 03060 US '),(88077,2005,'is_vat_exempt','no'),(88078,2005,'Payment type','instant'),(88079,2005,'_paypal_status','completed'),(88080,2005,'_transaction_id','7C911210F0748642X'),(88081,2005,'PayPal Transaction Fee','17.91'),(88082,2005,'_date_paid','1689369945'),(88083,2005,'_paid_date','2023-07-14 21:25:45'),(88084,2004,'_edit_lock','1689622828:2'),(88085,2004,'_edit_last','2'),(88086,2002,'_edit_lock','1689372855:2'),(88087,2002,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246930\";s:12:\"date_shipped\";s:10:\"1689292800\";s:11:\"tracking_id\";s:32:\"a419371632102a97f795b4cea6d23630\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246929\";s:12:\"date_shipped\";i:1689372967;s:11:\"tracking_id\";s:32:\"4e75fa85d843f2751b6c20f5ef4d53aa\";}}'),(88088,2002,'_edit_last','2'),(88089,2002,'_date_completed','1689372969'),(88090,2002,'_completed_date','2023-07-14 22:16:09'),(88091,2001,'_edit_lock','1689372990:2'),(88092,2003,'_edit_lock','1689372923:2'),(88093,2003,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246962\";s:12:\"date_shipped\";s:10:\"1689292800\";s:11:\"tracking_id\";s:32:\"34e0c78a866d9b4f7ffa8af8c182810b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246951\";s:12:\"date_shipped\";i:1689373052;s:11:\"tracking_id\";s:32:\"6aef190bc9b82ac74057b3aa473ae4d2\";}}'),(88094,2003,'_edit_last','2'),(88095,2003,'_date_completed','1689373056'),(88096,2003,'_completed_date','2023-07-14 22:17:36'),(88097,2001,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830246881\";s:12:\"date_shipped\";s:10:\"1689292800\";s:11:\"tracking_id\";s:32:\"0db1fa1aba05fdc4c104ef1ebf6fe842\";}}'),(88098,2001,'_edit_last','2'),(88099,2001,'_date_completed','1689373086'),(88100,2001,'_completed_date','2023-07-14 22:18:06'),(88101,2004,'Payment type','instant'),(88102,2004,'_paypal_status','completed'),(88103,2004,'_transaction_id','1NL963922V279823K'),(88104,2004,'PayPal Transaction Fee','44.58'),(88105,2004,'_date_paid','1689373678'),(88106,2004,'_paid_date','2023-07-14 22:27:58'),(88107,2006,'_order_key','wc_order_bDgkiRvvhH0DH'),(88108,2006,'_customer_user','87'),(88109,2006,'_payment_method','paypal'),(88110,2006,'_payment_method_title','PayPal'),(88111,2006,'_customer_ip_address','68.0.99.237'),(88112,2006,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88113,2006,'_created_via','checkout'),(88114,2006,'_cart_hash','1205ca1b169301bb0eaa637a940900c0'),(88115,2006,'_download_permissions_granted','yes'),(88116,2006,'_recorded_sales','yes'),(88117,2006,'_recorded_coupon_usage_counts','yes'),(88118,2006,'_new_order_email_sent','true'),(88119,2006,'_order_stock_reduced','yes'),(88120,2006,'_billing_first_name','Wade'),(88121,2006,'_billing_last_name','Huntsman'),(88122,2006,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(88123,2006,'_billing_address_1','3421 E 21st'),(88124,2006,'_billing_city','Tulsa'),(88125,2006,'_billing_state','OK'),(88126,2006,'_billing_postcode','74114'),(88127,2006,'_billing_country','US'),(88128,2006,'_billing_email','info@liceclinicsmidsouth.com'),(88129,2006,'_billing_phone','9189783329'),(88130,2006,'_shipping_first_name','Tiffany'),(88131,2006,'_shipping_last_name','Sporn'),(88132,2006,'_shipping_address_1','16621 West 29th Street North'),(88133,2006,'_shipping_city','Colwich'),(88134,2006,'_shipping_state','KS'),(88135,2006,'_shipping_postcode','67030'),(88136,2006,'_shipping_country','US'),(88137,2006,'_order_currency','USD'),(88138,2006,'_cart_discount','0'),(88139,2006,'_cart_discount_tax','0'),(88140,2006,'_order_shipping','20.36'),(88141,2006,'_order_shipping_tax','0'),(88142,2006,'_order_tax','0'),(88143,2006,'_order_total','177.16'),(88144,2006,'_order_version','7.8.2'),(88145,2006,'_prices_include_tax','no'),(88146,2006,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(88147,2006,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(88148,2006,'is_vat_exempt','no'),(88149,2006,'Payment type','instant'),(88150,2006,'_paypal_status','completed'),(88151,2006,'_transaction_id','5C644727CB7861227'),(88152,2006,'PayPal Transaction Fee','6.67'),(88153,2006,'_date_paid','1689595171'),(88154,2006,'_paid_date','2023-07-17 11:59:31'),(88155,2007,'_order_key','wc_order_iLYFNWt27xYbA'),(88156,2007,'_customer_user','87'),(88157,2007,'_payment_method','paypal'),(88158,2007,'_payment_method_title','PayPal'),(88159,2007,'_customer_ip_address','68.0.99.237'),(88160,2007,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88161,2007,'_created_via','checkout'),(88162,2007,'_cart_hash','77232156d9db0af9b726a84d06e55a26'),(88163,2007,'_download_permissions_granted','yes'),(88164,2007,'_recorded_sales','yes'),(88165,2007,'_recorded_coupon_usage_counts','yes'),(88166,2007,'_new_order_email_sent','true'),(88167,2007,'_order_stock_reduced','yes'),(88168,2007,'_billing_first_name','Wade'),(88169,2007,'_billing_last_name','Huntsman'),(88170,2007,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(88171,2007,'_billing_address_1','3421 E 21st'),(88172,2007,'_billing_city','Tulsa'),(88173,2007,'_billing_state','OK'),(88174,2007,'_billing_postcode','74114'),(88175,2007,'_billing_country','US'),(88176,2007,'_billing_email','info@liceclinicsmidsouth.com'),(88177,2007,'_billing_phone','9189783329'),(88178,2007,'_shipping_first_name','Logan'),(88179,2007,'_shipping_last_name','Futrell'),(88180,2007,'_shipping_company','Lice Clinics of America NWA'),(88181,2007,'_shipping_address_1','207 East Monroe Ave, Suite D'),(88182,2007,'_shipping_city','Lowell'),(88183,2007,'_shipping_state','AR'),(88184,2007,'_shipping_postcode','72745'),(88185,2007,'_shipping_country','US'),(88186,2007,'_order_currency','USD'),(88187,2007,'_cart_discount','0'),(88188,2007,'_cart_discount_tax','0'),(88189,2007,'_order_shipping','0'),(88190,2007,'_order_shipping_tax','0'),(88191,2007,'_order_tax','0'),(88192,2007,'_order_total','1288.10'),(88193,2007,'_order_version','7.8.2'),(88194,2007,'_prices_include_tax','no'),(88195,2007,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(88196,2007,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Lowell AR 72745 US '),(88197,2007,'is_vat_exempt','no'),(88198,2007,'Payment type','instant'),(88199,2007,'_paypal_status','completed'),(88200,2007,'_transaction_id','2U004718TD0723344'),(88201,2007,'PayPal Transaction Fee','45.44'),(88202,2007,'_date_paid','1689595503'),(88203,2007,'_paid_date','2023-07-17 12:05:03'),(88204,2008,'_order_key','wc_order_Z0F7ZAuTKAg4i'),(88205,2008,'_customer_user','87'),(88206,2008,'_payment_method','paypal'),(88207,2008,'_payment_method_title','PayPal'),(88208,2008,'_customer_ip_address','68.0.99.237'),(88209,2008,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88210,2008,'_created_via','checkout'),(88211,2008,'_cart_hash','174eba22fae41539ef87ffb8401d7bbb'),(88212,2008,'_download_permissions_granted','yes'),(88213,2008,'_recorded_sales','yes'),(88214,2008,'_recorded_coupon_usage_counts','yes'),(88215,2008,'_new_order_email_sent','true'),(88216,2008,'_order_stock_reduced','yes'),(88217,2008,'_billing_first_name','Wade'),(88218,2008,'_billing_last_name','Huntsman'),(88219,2008,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(88220,2008,'_billing_address_1','3421 E 21st'),(88221,2008,'_billing_city','Tulsa'),(88222,2008,'_billing_state','OK'),(88223,2008,'_billing_postcode','74114'),(88224,2008,'_billing_country','US'),(88225,2008,'_billing_email','info@liceclinicsmidsouth.com'),(88226,2008,'_billing_phone','9189783329'),(88227,2008,'_shipping_first_name','Katee'),(88228,2008,'_shipping_last_name','Morrison'),(88229,2008,'_shipping_company','Lice Clinics of America OKC'),(88230,2008,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(88231,2008,'_shipping_city','OKC'),(88232,2008,'_shipping_state','OK'),(88233,2008,'_shipping_postcode','73118'),(88234,2008,'_shipping_country','US'),(88235,2008,'_order_currency','USD'),(88236,2008,'_cart_discount','0'),(88237,2008,'_cart_discount_tax','0'),(88238,2008,'_order_shipping','0'),(88239,2008,'_order_shipping_tax','0'),(88240,2008,'_order_tax','0'),(88241,2008,'_order_total','1200.67'),(88242,2008,'_order_version','7.8.2'),(88243,2008,'_prices_include_tax','no'),(88244,2008,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(88245,2008,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(88246,2008,'is_vat_exempt','no'),(88247,2008,'Payment type','instant'),(88248,2008,'_paypal_status','completed'),(88249,2008,'_transaction_id','9G797073NT100124Y'),(88250,2008,'PayPal Transaction Fee','42.39'),(88251,2008,'_date_paid','1689595920'),(88252,2008,'_paid_date','2023-07-17 12:12:00'),(88253,2009,'_order_key','wc_order_59sjkiPDjgg9Z'),(88254,2009,'_customer_user','87'),(88255,2009,'_payment_method','paypal'),(88256,2009,'_payment_method_title','PayPal'),(88257,2009,'_customer_ip_address','68.0.99.237'),(88258,2009,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88259,2009,'_created_via','checkout'),(88260,2009,'_cart_hash','6171d9157947c3fb58696ab5cf306218'),(88261,2009,'_download_permissions_granted','yes'),(88262,2009,'_recorded_sales','yes'),(88263,2009,'_recorded_coupon_usage_counts','yes'),(88264,2009,'_new_order_email_sent','true'),(88265,2009,'_order_stock_reduced','yes'),(88266,2009,'_billing_first_name','Wade'),(88267,2009,'_billing_last_name','Huntsman'),(88268,2009,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(88269,2009,'_billing_address_1','3421 E 21st'),(88270,2009,'_billing_city','Tulsa'),(88271,2009,'_billing_state','OK'),(88272,2009,'_billing_postcode','74114'),(88273,2009,'_billing_country','US'),(88274,2009,'_billing_email','info@liceclinicsmidsouth.com'),(88275,2009,'_billing_phone','9189783329'),(88276,2009,'_shipping_first_name','Wade'),(88277,2009,'_shipping_last_name','Huntsman'),(88278,2009,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(88279,2009,'_shipping_address_1','3421 E 21st'),(88280,2009,'_shipping_city','Tulsa'),(88281,2009,'_shipping_state','OK'),(88282,2009,'_shipping_postcode','74114'),(88283,2009,'_shipping_country','US'),(88284,2009,'_order_currency','USD'),(88285,2009,'_cart_discount','0'),(88286,2009,'_cart_discount_tax','0'),(88287,2009,'_order_shipping','0'),(88288,2009,'_order_shipping_tax','0'),(88289,2009,'_order_tax','0'),(88290,2009,'_order_total','820.75'),(88291,2009,'_order_version','7.8.2'),(88292,2009,'_prices_include_tax','no'),(88293,2009,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(88294,2009,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(88295,2009,'is_vat_exempt','no'),(88296,2009,'Payment type','instant'),(88297,2009,'_paypal_status','completed'),(88298,2009,'_transaction_id','7RW6782873797763B'),(88299,2009,'PayPal Transaction Fee','29.13'),(88300,2009,'_date_paid','1689596175'),(88301,2009,'_paid_date','2023-07-17 12:16:15'),(88302,2010,'_order_key','wc_order_ZiT6cbm9u6BFI'),(88303,2010,'_customer_user','67'),(88304,2010,'_payment_method','paypal'),(88305,2010,'_payment_method_title','PayPal'),(88306,2010,'_customer_ip_address','74.77.55.50'),(88307,2010,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88308,2010,'_created_via','checkout'),(88309,2010,'_cart_hash','f7b164d29a24d3427aeb3adcbd389a6a'),(88310,2010,'_download_permissions_granted','yes'),(88311,2010,'_recorded_sales','yes'),(88312,2010,'_recorded_coupon_usage_counts','yes'),(88313,2010,'_new_order_email_sent','true'),(88314,2010,'_order_stock_reduced','yes'),(88315,2010,'_billing_first_name','Marnie'),(88316,2010,'_billing_last_name','Murray'),(88317,2010,'_billing_company','Naughty Nits'),(88318,2010,'_billing_address_1','2809 Wehrle Drive'),(88319,2010,'_billing_address_2','Suite 10'),(88320,2010,'_billing_city','Williamsville'),(88321,2010,'_billing_state','NY'),(88322,2010,'_billing_postcode','14221'),(88323,2010,'_billing_country','US'),(88324,2010,'_billing_email','liceclinicsupstateny@gmail.com'),(88325,2010,'_billing_phone','7166265423'),(88326,2010,'_shipping_first_name','Marnie'),(88327,2010,'_shipping_last_name','Murray'),(88328,2010,'_shipping_company','LCA Buffalo'),(88329,2010,'_shipping_address_1','2809 Wehrle Drive'),(88330,2010,'_shipping_address_2','Suite 10'),(88331,2010,'_shipping_city','Williamsville'),(88332,2010,'_shipping_state','NY'),(88333,2010,'_shipping_postcode','14221'),(88334,2010,'_shipping_country','US'),(88335,2010,'_order_currency','USD'),(88336,2010,'_cart_discount','0'),(88337,2010,'_cart_discount_tax','0'),(88338,2010,'_order_shipping','0'),(88339,2010,'_order_shipping_tax','0'),(88340,2010,'_order_tax','0'),(88341,2010,'_order_total','1968.93'),(88342,2010,'_order_version','7.8.2'),(88343,2010,'_prices_include_tax','no'),(88344,2010,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(88345,2010,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(88346,2010,'is_vat_exempt','no'),(88347,2010,'Payment type','instant'),(88348,2010,'_paypal_status','completed'),(88349,2010,'_transaction_id','6N072569L5096441H'),(88350,2010,'PayPal Transaction Fee','69.21'),(88351,2010,'_date_paid','1689605104'),(88352,2010,'_paid_date','2023-07-17 14:45:04'),(88399,2012,'_start_date','2023-07-17 16:04:07'),(88401,2012,'_end_date',''),(88403,2012,'_edit_lock','1724339298:89'),(88404,2012,'_edit_last','2'),(88411,2004,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247097\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"2e323f0e06b9f8382ab105b991c95ff1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247086\";s:12:\"date_shipped\";i:1689614603;s:11:\"tracking_id\";s:32:\"5da8b07d708230b18a56a8695952bc86\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247075\";s:12:\"date_shipped\";i:1689614612;s:11:\"tracking_id\";s:32:\"9e82219ec1af32fe0a101bfb31a71476\";}}'),(88412,2004,'_date_completed','1689614615'),(88413,2004,'_completed_date','2023-07-17 17:23:35'),(88414,2013,'_order_key','wc_order_ayeVJsdfYuJ8h'),(88415,2013,'_customer_user','50'),(88416,2013,'_payment_method','sgitsoa_gateway'),(88417,2013,'_payment_method_title','Pre Order'),(88418,2013,'_customer_ip_address','73.126.237.59'),(88419,2013,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(88420,2013,'_created_via','checkout'),(88421,2013,'_cart_hash','771bed9ae09e7eaaaa1be9afd4c9e084'),(88422,2013,'_download_permissions_granted','no'),(88423,2013,'_recorded_sales','no'),(88424,2013,'_recorded_coupon_usage_counts','no'),(88425,2013,'_new_order_email_sent','false'),(88426,2013,'_order_stock_reduced','no'),(88427,2013,'_billing_first_name','Christine'),(88428,2013,'_billing_last_name','Cherry'),(88429,2013,'_billing_company','NITS END'),(88430,2013,'_billing_address_1','PO BOX 1092'),(88431,2013,'_billing_city','Campton'),(88432,2013,'_billing_state','NH'),(88433,2013,'_billing_postcode','03223'),(88434,2013,'_billing_country','US'),(88435,2013,'_billing_email','info@liceclinicsplaistow.com'),(88436,2013,'_billing_phone','16034983390'),(88437,2013,'_shipping_first_name','Erica'),(88438,2013,'_shipping_last_name','Froggatt'),(88439,2013,'_shipping_company','LCA'),(88440,2013,'_shipping_address_1','5910 Wilcox Place'),(88441,2013,'_shipping_address_2','Suite E'),(88442,2013,'_shipping_city','Dublin'),(88443,2013,'_shipping_state','OH'),(88444,2013,'_shipping_postcode','43016'),(88445,2013,'_shipping_country','US'),(88446,2013,'_order_currency','USD'),(88447,2013,'_cart_discount','0'),(88448,2013,'_cart_discount_tax','0'),(88449,2013,'_order_shipping','28.68'),(88450,2013,'_order_shipping_tax','0'),(88451,2013,'_order_tax','0'),(88452,2013,'_order_total','134.83'),(88453,2013,'_order_version','7.9.0'),(88454,2013,'_prices_include_tax','no'),(88455,2013,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(88456,2013,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(88457,2013,'is_vat_exempt','no'),(88458,2014,'_order_key','wc_order_kzxMPZ0iuHZsn'),(88459,2014,'_customer_user','77'),(88460,2014,'_payment_method','paypal'),(88461,2014,'_payment_method_title','PayPal'),(88462,2014,'_customer_ip_address','107.205.56.86'),(88463,2014,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88464,2014,'_created_via','checkout'),(88465,2014,'_cart_hash','08bbec62c4119f7c7e011d1175d89606'),(88466,2014,'_download_permissions_granted','yes'),(88467,2014,'_recorded_sales','yes'),(88468,2014,'_recorded_coupon_usage_counts','yes'),(88469,2014,'_new_order_email_sent','true'),(88470,2014,'_order_stock_reduced','yes'),(88471,2014,'_billing_first_name','Phil'),(88472,2014,'_billing_last_name','Moon'),(88473,2014,'_billing_company','Lice Clinics of America--Central Valley'),(88474,2014,'_billing_address_1','585 56th Street'),(88475,2014,'_billing_city','Oakland'),(88476,2014,'_billing_state','CA'),(88477,2014,'_billing_postcode','94609'),(88478,2014,'_billing_country','US'),(88479,2014,'_billing_email','info@liceclinicsfresno.com'),(88480,2014,'_billing_phone','5593046305'),(88481,2014,'_shipping_first_name','Kristen'),(88482,2014,'_shipping_last_name','Maroot-Rippee'),(88483,2014,'_shipping_company','Lice Busters LLC. Central Valley'),(88484,2014,'_shipping_address_1','487 W. Scott Avenue'),(88485,2014,'_shipping_city','Fresno'),(88486,2014,'_shipping_state','CA'),(88487,2014,'_shipping_postcode','93704'),(88488,2014,'_shipping_country','US'),(88489,2014,'_order_currency','USD'),(88490,2014,'_cart_discount','0'),(88491,2014,'_cart_discount_tax','0'),(88492,2014,'_order_shipping','0'),(88493,2014,'_order_shipping_tax','0'),(88494,2014,'_order_tax','0'),(88495,2014,'_order_total','838.00'),(88496,2014,'_order_version','7.9.0'),(88497,2014,'_prices_include_tax','no'),(88498,2014,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(88499,2014,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(88500,2014,'is_vat_exempt','no'),(88501,2014,'Payment type','instant'),(88502,2014,'_paypal_status','completed'),(88503,2014,'_transaction_id','3DU73966N18364520'),(88504,2014,'PayPal Transaction Fee','29.74'),(88505,2014,'_date_paid','1689623082'),(88506,2014,'_paid_date','2023-07-17 19:44:42'),(88507,2007,'_edit_lock','1689623420:2'),(88508,2007,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247190\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"d6a56e47bb3b84cb3c644da11e7f3a70\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247189\";s:12:\"date_shipped\";i:1689623537;s:11:\"tracking_id\";s:32:\"44d15c935919e835c15661bea0ef668f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247178\";s:12:\"date_shipped\";i:1689623544;s:11:\"tracking_id\";s:32:\"874062538edf7b73fef40d5833ad0315\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247167\";s:12:\"date_shipped\";i:1689623552;s:11:\"tracking_id\";s:32:\"682a12c7e2a1c40a8efc1fffec54f08f\";}}'),(88509,2007,'_edit_last','2'),(88510,2007,'_date_completed','1689623557'),(88511,2007,'_completed_date','2023-07-17 19:52:37'),(88512,2006,'_edit_lock','1689623773:2'),(88513,2006,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247156\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"14e24a3a611f0a2478eddf66e4de785f\";}}'),(88514,2006,'_edit_last','2'),(88515,2006,'_date_completed','1689623609'),(88516,2006,'_completed_date','2023-07-17 19:53:29'),(88517,2010,'_edit_lock','1689623933:2'),(88518,2010,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247340\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"c325c7c2f3daa09be1f132d49f112282\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247330\";s:12:\"date_shipped\";i:1689623965;s:11:\"tracking_id\";s:32:\"fc74fe0066c963ce55fac9945bff00a6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247329\";s:12:\"date_shipped\";i:1689623975;s:11:\"tracking_id\";s:32:\"f26d36f7b71d0ee0870819da554138a1\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247318\";s:12:\"date_shipped\";i:1689623982;s:11:\"tracking_id\";s:32:\"b752f1265a43bb83f2f5c96fa785813e\";}}'),(88519,2010,'_edit_last','2'),(88520,2010,'_date_completed','1689624055'),(88521,2010,'_completed_date','2023-07-17 20:00:55'),(88522,2008,'_edit_lock','1689624190:2'),(88523,2008,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247281\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"8e620f89efd4a119129e858c2cbf7aa6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247270\";s:12:\"date_shipped\";i:1689624119;s:11:\"tracking_id\";s:32:\"c7574a996e9674313aeef110d8d9c3c3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247260\";s:12:\"date_shipped\";i:1689624127;s:11:\"tracking_id\";s:32:\"25107f5d91e70b0dc891b2a1806d93a6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247259\";s:12:\"date_shipped\";i:1689624141;s:11:\"tracking_id\";s:32:\"75ed591ed5c467b3bba16d794805ccc5\";}}'),(88524,2008,'_edit_last','2'),(88525,2008,'_date_completed','1689624186'),(88526,2008,'_completed_date','2023-07-17 20:03:06'),(88527,2009,'_edit_lock','1689624241:2'),(88528,2009,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247248\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"a657a484b96e4f1c553029f998259dfc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247237\";s:12:\"date_shipped\";i:1689624232;s:11:\"tracking_id\";s:32:\"73b6436cd1f1f79cc1abfbe9c388b36d\";}}'),(88529,2009,'_edit_last','2'),(88530,2009,'_date_completed','1689624239'),(88531,2009,'_completed_date','2023-07-17 20:03:59'),(88532,2015,'_order_key','wc_order_UY1mzw4Gk1tq0'),(88533,2015,'_customer_user','28'),(88534,2015,'_payment_method','paypal'),(88535,2015,'_payment_method_title','PayPal'),(88536,2015,'_customer_ip_address','172.115.255.171'),(88537,2015,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88538,2015,'_created_via','checkout'),(88539,2015,'_cart_hash','f1bebbd9ed780a32a0115a5d4a29f44f'),(88540,2015,'_download_permissions_granted','yes'),(88541,2015,'_recorded_sales','yes'),(88542,2015,'_recorded_coupon_usage_counts','yes'),(88543,2015,'_new_order_email_sent','true'),(88544,2015,'_order_stock_reduced','yes'),(88545,2015,'_billing_first_name','Kelli'),(88546,2015,'_billing_last_name','Washington'),(88547,2015,'_billing_company','Lice Clinics of America - Temecula'),(88548,2015,'_billing_address_1','2438 Bear Rock Gln.'),(88549,2015,'_billing_city','Escondido'),(88550,2015,'_billing_state','CA'),(88551,2015,'_billing_postcode','92026'),(88552,2015,'_billing_country','US'),(88553,2015,'_billing_email','info@liceclinicstemecula.com'),(88554,2015,'_billing_phone','7606255580'),(88555,2015,'_shipping_first_name','Kelli'),(88556,2015,'_shipping_last_name','Washington'),(88557,2015,'_shipping_company','Lice Clinics of America - Temecula'),(88558,2015,'_shipping_address_1','2438 Bear Rock Gln.'),(88559,2015,'_shipping_city','Escondido'),(88560,2015,'_shipping_state','CA'),(88561,2015,'_shipping_postcode','92026'),(88562,2015,'_shipping_country','US'),(88563,2015,'_order_currency','USD'),(88564,2015,'_cart_discount','0'),(88565,2015,'_cart_discount_tax','0'),(88566,2015,'_order_shipping','30.68'),(88567,2015,'_order_shipping_tax','0'),(88568,2015,'_order_tax','0'),(88569,2015,'_order_total','310.52'),(88570,2015,'_order_version','7.9.0'),(88571,2015,'_prices_include_tax','no'),(88572,2015,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(88573,2015,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(88574,2015,'is_vat_exempt','no'),(88575,2015,'Payment type','instant'),(88576,2015,'_paypal_status','completed'),(88577,2015,'_transaction_id','14H02240TB0767707'),(88578,2015,'PayPal Transaction Fee','11.33'),(88579,2015,'_date_paid','1689625252'),(88580,2015,'_paid_date','2023-07-17 20:20:52'),(88581,2016,'_order_key','wc_order_53hpi1AWwqBVF'),(88582,2016,'_customer_user','37'),(88583,2016,'_payment_method','paypal'),(88584,2016,'_payment_method_title','PayPal'),(88585,2016,'_customer_ip_address','40.142.165.168'),(88586,2016,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82'),(88587,2016,'_created_via','checkout'),(88588,2016,'_cart_hash','730acafecabbb0c24287c42d96a266fa'),(88589,2016,'_download_permissions_granted','yes'),(88590,2016,'_recorded_sales','yes'),(88591,2016,'_recorded_coupon_usage_counts','yes'),(88592,2016,'_new_order_email_sent','true'),(88593,2016,'_order_stock_reduced','yes'),(88594,2016,'_billing_first_name','Melody'),(88595,2016,'_billing_last_name','Carter'),(88596,2016,'_billing_company','Family Hair Clinic of South Ga LLC'),(88597,2016,'_billing_address_1','7754 GA HIGHWAY 122 W'),(88598,2016,'_billing_city','HAHIRA'),(88599,2016,'_billing_state','GA'),(88600,2016,'_billing_postcode','31632-2210'),(88601,2016,'_billing_country','US'),(88602,2016,'_billing_email','familyhairclinic@gmail.com'),(88603,2016,'_billing_phone','2294151748'),(88604,2016,'_shipping_first_name','Melody'),(88605,2016,'_shipping_last_name','Carter'),(88606,2016,'_shipping_company','Family Hair Clinic of South Ga LLC'),(88607,2016,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(88608,2016,'_shipping_city','HAHIRA'),(88609,2016,'_shipping_state','GA'),(88610,2016,'_shipping_postcode','31632-2210'),(88611,2016,'_shipping_country','US'),(88612,2016,'_order_currency','USD'),(88613,2016,'_cart_discount','0'),(88614,2016,'_cart_discount_tax','0'),(88615,2016,'_order_shipping','100.06'),(88616,2016,'_order_shipping_tax','0'),(88617,2016,'_order_tax','0'),(88618,2016,'_order_total','501.88'),(88619,2016,'_order_version','7.9.0'),(88620,2016,'_prices_include_tax','no'),(88621,2016,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(88622,2016,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(88623,2016,'is_vat_exempt','no'),(88624,2016,'Payment type','instant'),(88625,2016,'_paypal_status','completed'),(88626,2016,'_transaction_id','13D805170A973882R'),(88627,2016,'PayPal Transaction Fee','18.01'),(88628,2016,'_date_paid','1689625616'),(88629,2016,'_paid_date','2023-07-17 20:26:56'),(88630,2014,'_edit_lock','1689691895:2'),(88631,2014,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247373\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"b4a9486f5a522696a37ab5c417947bd7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247362\";s:12:\"date_shipped\";i:1689627658;s:11:\"tracking_id\";s:32:\"377b8542180bb8f7619cdc8b1ea943f0\";}}'),(88632,2017,'_order_key','wc_order_G0QTesmSqXN0Z'),(88633,2017,'_customer_user','64'),(88634,2017,'_payment_method','paypal'),(88635,2017,'_payment_method_title','PayPal'),(88636,2017,'_customer_ip_address','98.97.57.77'),(88637,2017,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88638,2017,'_created_via','checkout'),(88639,2017,'_cart_hash','a13789e5f7780b389e56b43eb6408d3b'),(88640,2017,'_download_permissions_granted','yes'),(88641,2017,'_recorded_sales','yes'),(88642,2017,'_recorded_coupon_usage_counts','yes'),(88643,2017,'_new_order_email_sent','true'),(88644,2017,'_order_stock_reduced','yes'),(88645,2017,'_billing_first_name','Barrie'),(88646,2017,'_billing_last_name','Desmond'),(88647,2017,'_billing_address_1','50 ALAHELE PL'),(88648,2017,'_billing_city','Kihei'),(88649,2017,'_billing_state','HI'),(88650,2017,'_billing_postcode','96753-7809'),(88651,2017,'_billing_country','US'),(88652,2017,'_billing_email','info@liceclinicshawaii.com'),(88653,2017,'_billing_phone','8082834247'),(88654,2017,'_shipping_first_name','Barrie'),(88655,2017,'_shipping_last_name','Desmond'),(88656,2017,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 3979'),(88657,2017,'_shipping_address_1','1800 S. Anderson Ave'),(88658,2017,'_shipping_city','Compton'),(88659,2017,'_shipping_state','CA'),(88660,2017,'_shipping_postcode','90220'),(88661,2017,'_shipping_country','US'),(88662,2017,'_order_currency','USD'),(88663,2017,'_cart_discount','0'),(88664,2017,'_cart_discount_tax','0'),(88665,2017,'_order_shipping','0'),(88666,2017,'_order_shipping_tax','0'),(88667,2017,'_order_tax','0'),(88668,2017,'_order_total','500.22'),(88669,2017,'_order_version','7.9.0'),(88670,2017,'_prices_include_tax','no'),(88671,2017,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(88672,2017,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 3979 1800 S. Anderson Ave  Compton CA 90220 US '),(88673,2017,'is_vat_exempt','no'),(88674,2017,'Payment type','instant'),(88675,2017,'_paypal_status','completed'),(88676,2017,'_transaction_id','0L4941257W438135A'),(88677,2017,'PayPal Transaction Fee','17.95'),(88678,2017,'_date_paid','1689645610'),(88679,2017,'_paid_date','2023-07-18 02:00:10'),(88680,2018,'_order_key','wc_order_GeDsULS05O9iZ'),(88681,2018,'_customer_user','98'),(88682,2018,'_payment_method','paypal'),(88683,2018,'_payment_method_title','PayPal'),(88684,2018,'_customer_ip_address','73.126.237.59'),(88685,2018,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(88686,2018,'_created_via','checkout'),(88687,2018,'_cart_hash','354a032ff06bb1fd510f6c52a81cfd1f'),(88688,2018,'_download_permissions_granted','yes'),(88689,2018,'_recorded_sales','yes'),(88690,2018,'_recorded_coupon_usage_counts','yes'),(88691,2018,'_new_order_email_sent','true'),(88692,2018,'_order_stock_reduced','yes'),(88693,2018,'_billing_first_name','Christine'),(88694,2018,'_billing_last_name','Cherry'),(88695,2018,'_billing_company','NITS END'),(88696,2018,'_billing_address_1','PO BOX 1092'),(88697,2018,'_billing_city','Campton'),(88698,2018,'_billing_state','NH'),(88699,2018,'_billing_postcode','03223'),(88700,2018,'_billing_country','US'),(88701,2018,'_billing_email','christine@liceclinicscolumbus.com'),(88702,2018,'_billing_phone','16034983390'),(88703,2018,'_shipping_first_name','Erica'),(88704,2018,'_shipping_last_name','Froggatt'),(88705,2018,'_shipping_company','LCA'),(88706,2018,'_shipping_address_1','5910 Wilcox Place'),(88707,2018,'_shipping_address_2','Suite E'),(88708,2018,'_shipping_city','Dublin'),(88709,2018,'_shipping_state','OH'),(88710,2018,'_shipping_postcode','43016'),(88711,2018,'_shipping_country','US'),(88712,2018,'_order_currency','USD'),(88713,2018,'_cart_discount','0'),(88714,2018,'_cart_discount_tax','0'),(88715,2018,'_order_shipping','33.36'),(88716,2018,'_order_shipping_tax','0'),(88717,2018,'_order_tax','0'),(88718,2018,'_order_total','311.96'),(88719,2018,'_order_version','7.9.0'),(88720,2018,'_prices_include_tax','no'),(88721,2018,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(88722,2018,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(88723,2018,'is_vat_exempt','no'),(88724,2018,'Payment type','instant'),(88725,2018,'_paypal_status','completed'),(88726,2018,'_transaction_id','9X812011JY1632057'),(88727,2018,'PayPal Transaction Fee','11.38'),(88728,2018,'_date_paid','1689687882'),(88729,2018,'_paid_date','2023-07-18 13:44:42'),(88730,2018,'_edit_lock','1689690907:2'),(88731,2019,'_order_currency','USD'),(88732,2019,'_cart_discount','0'),(88733,2019,'_cart_discount_tax','0'),(88734,2019,'_order_shipping','-33.36'),(88735,2019,'_order_shipping_tax','0'),(88736,2019,'_order_tax','0'),(88737,2019,'_order_total','-311.96'),(88738,2019,'_order_version','7.9.0'),(88739,2019,'_prices_include_tax','no'),(88740,2019,'_refund_amount','311.96'),(88741,2019,'_refunded_by','2'),(88742,2019,'_refunded_payment','1'),(88743,2019,'_refund_reason',''),(88744,2014,'_edit_last','2'),(88745,2014,'_date_completed','1689691191'),(88746,2014,'_completed_date','2023-07-18 14:39:51'),(88747,2020,'_order_key','wc_order_G0m835QGLKw5b'),(88748,2020,'_customer_user','98'),(88749,2020,'_payment_method','paypal'),(88750,2020,'_payment_method_title','PayPal'),(88751,2020,'_customer_ip_address','73.126.237.59'),(88752,2020,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(88753,2020,'_created_via','checkout'),(88754,2020,'_cart_hash','8e4a33d8cac1a71055655b050930feeb'),(88755,2020,'_download_permissions_granted','yes'),(88756,2020,'_recorded_sales','yes'),(88757,2020,'_recorded_coupon_usage_counts','yes'),(88758,2020,'_new_order_email_sent','true'),(88759,2020,'_order_stock_reduced','yes'),(88760,2020,'_billing_first_name','Christine'),(88761,2020,'_billing_last_name','Cherry'),(88762,2020,'_billing_company','NITS END'),(88763,2020,'_billing_address_1','PO BOX 1092'),(88764,2020,'_billing_city','Campton'),(88765,2020,'_billing_state','NH'),(88766,2020,'_billing_postcode','03223'),(88767,2020,'_billing_country','US'),(88768,2020,'_billing_email','christine@liceclinicscolumbus.com'),(88769,2020,'_billing_phone','16034983390'),(88770,2020,'_shipping_first_name','Erica'),(88771,2020,'_shipping_last_name','Froggatt'),(88772,2020,'_shipping_company','LCA'),(88773,2020,'_shipping_address_1','5910 Wilcox Place'),(88774,2020,'_shipping_address_2','Suite E'),(88775,2020,'_shipping_city','Dublin'),(88776,2020,'_shipping_state','OH'),(88777,2020,'_shipping_postcode','43016'),(88778,2020,'_shipping_country','US'),(88779,2020,'_order_currency','USD'),(88780,2020,'_cart_discount','0'),(88781,2020,'_cart_discount_tax','0'),(88782,2020,'_order_shipping','33.36'),(88783,2020,'_order_shipping_tax','0'),(88784,2020,'_order_tax','0'),(88785,2020,'_order_total','311.96'),(88786,2020,'_order_version','7.9.0'),(88787,2020,'_prices_include_tax','no'),(88788,2020,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(88789,2020,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(88790,2020,'is_vat_exempt','no'),(88791,2020,'Payment type','instant'),(88792,2020,'_paypal_status','completed'),(88793,2020,'_transaction_id','1KV179101T979025U'),(88794,2020,'PayPal Transaction Fee','11.38'),(88795,2020,'_date_paid','1689696122'),(88796,2020,'_paid_date','2023-07-18 16:02:02'),(88797,2015,'_edit_lock','1689700539:2'),(88798,2015,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247395\";s:12:\"date_shipped\";s:10:\"1689638400\";s:11:\"tracking_id\";s:32:\"6fe2136505102759a927d4f78165b4d9\";}}'),(88799,2015,'_edit_last','2'),(88800,2015,'_date_completed','1689700651'),(88801,2015,'_completed_date','2023-07-18 17:17:31'),(88802,2016,'_edit_lock','1689700541:2'),(88803,2016,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247400\";s:12:\"date_shipped\";s:10:\"1689638400\";s:11:\"tracking_id\";s:32:\"9829f322bfbfb572d3073d4e41e4b153\";}}'),(88804,2016,'_edit_last','2'),(88805,2016,'_date_completed','1689700673'),(88806,2016,'_completed_date','2023-07-18 17:17:53'),(88807,2017,'_edit_lock','1689710242:2'),(88808,2017,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247410\";s:12:\"date_shipped\";s:10:\"1689638400\";s:11:\"tracking_id\";s:32:\"f0e8abd4d04f27511e267f3afd58dd5c\";}}'),(88809,2017,'_edit_last','2'),(88810,2017,'_date_completed','1689710169'),(88811,2017,'_completed_date','2023-07-18 19:56:09'),(88812,2021,'_order_key','wc_order_HaAX0hPNCo9ch'),(88813,2021,'_customer_user','73'),(88814,2021,'_payment_method','paypal'),(88815,2021,'_payment_method_title','PayPal'),(88816,2021,'_customer_ip_address','73.63.237.181'),(88817,2021,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(88818,2021,'_created_via','checkout'),(88819,2021,'_cart_hash','735034632e9a7a531dce4da345f819e0'),(88820,2021,'_download_permissions_granted','yes'),(88821,2021,'_recorded_sales','yes'),(88822,2021,'_recorded_coupon_usage_counts','yes'),(88823,2021,'_new_order_email_sent','true'),(88824,2021,'_order_stock_reduced','yes'),(88825,2021,'_billing_first_name','Lice Clinics'),(88826,2021,'_billing_last_name','Castro Valley'),(88827,2021,'_billing_company','Lice Clinics of America - Castro Valley'),(88828,2021,'_billing_address_1','20406 Redwood Rd, Suite A'),(88829,2021,'_billing_city','Castro Valley'),(88830,2021,'_billing_state','CA'),(88831,2021,'_billing_postcode','94546'),(88832,2021,'_billing_country','US'),(88833,2021,'_billing_email','liceclinicscastrovalley@gmail.com'),(88834,2021,'_billing_phone','5106763272'),(88835,2021,'_shipping_first_name','sandy'),(88836,2021,'_shipping_last_name','kong'),(88837,2021,'_shipping_company','LCA - Castro Valley'),(88838,2021,'_shipping_address_1','36628 Sequoia Ct'),(88839,2021,'_shipping_city','Newark'),(88840,2021,'_shipping_state','CA'),(88841,2021,'_shipping_postcode','94560'),(88842,2021,'_shipping_country','US'),(88843,2021,'_order_currency','USD'),(88844,2021,'_cart_discount','0'),(88845,2021,'_cart_discount_tax','0'),(88846,2021,'_order_shipping','0'),(88847,2021,'_order_shipping_tax','0'),(88848,2021,'_order_tax','0'),(88849,2021,'_order_total','1273.88'),(88850,2021,'_order_version','7.9.0'),(88851,2021,'_prices_include_tax','no'),(88852,2021,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5106763272'),(88853,2021,'_shipping_address_index','sandy kong LCA - Castro Valley 36628 Sequoia Ct  Newark CA 94560 US '),(88855,2021,'is_vat_exempt','no'),(88856,2021,'Payment type','instant'),(88857,2021,'_paypal_status','completed'),(88858,2021,'_transaction_id','6M0693790X2920911'),(88859,2021,'PayPal Transaction Fee','44.95'),(88860,2021,'_date_paid','1689747699'),(88861,2021,'_paid_date','2023-07-19 06:21:39'),(88862,2022,'_order_key','wc_order_t2q2QNCRgzb68'),(88863,2022,'_customer_user','20'),(88864,2022,'_payment_method','paypal'),(88865,2022,'_payment_method_title','PayPal'),(88866,2022,'_customer_ip_address','45.51.241.116'),(88867,2022,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(88868,2022,'_created_via','checkout'),(88869,2022,'_cart_hash','8958c8723374b35247a7d77a547e6d48'),(88870,2022,'_download_permissions_granted','yes'),(88871,2022,'_recorded_sales','yes'),(88872,2022,'_recorded_coupon_usage_counts','yes'),(88873,2022,'_new_order_email_sent','true'),(88874,2022,'_order_stock_reduced','yes'),(88875,2022,'_billing_first_name','Hasani'),(88876,2022,'_billing_last_name','Thompson'),(88877,2022,'_billing_company','Heat in Hair'),(88878,2022,'_billing_address_1','27225 Camp Plenty Road'),(88879,2022,'_billing_address_2','1D'),(88880,2022,'_billing_city','Santa Clarita'),(88881,2022,'_billing_state','CA'),(88882,2022,'_billing_postcode','91351'),(88883,2022,'_billing_country','US'),(88884,2022,'_billing_email','info@liceclinicssantaclarita.com'),(88885,2022,'_billing_phone','6615850263'),(88886,2022,'_shipping_first_name','Hasani'),(88887,2022,'_shipping_last_name','Thompson'),(88888,2022,'_shipping_company','Heat in Hair'),(88889,2022,'_shipping_address_1','5145 Nightsky Place'),(88890,2022,'_shipping_city','Palmdale'),(88891,2022,'_shipping_state','CA'),(88892,2022,'_shipping_postcode','93552'),(88893,2022,'_shipping_country','US'),(88894,2022,'_order_currency','USD'),(88895,2022,'_cart_discount','0'),(88896,2022,'_cart_discount_tax','0'),(88897,2022,'_order_shipping','0'),(88898,2022,'_order_shipping_tax','0'),(88899,2022,'_order_tax','0'),(88900,2022,'_order_total','805.72'),(88901,2022,'_order_version','7.9.0'),(88902,2022,'_prices_include_tax','no'),(88903,2022,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(88904,2022,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(88905,2022,'is_vat_exempt','no'),(88906,2022,'Payment type','instant'),(88907,2022,'_paypal_status','completed'),(88908,2022,'_transaction_id','83P64097LM797845U'),(88909,2022,'PayPal Transaction Fee','28.61'),(88910,2022,'_date_paid','1689748934'),(88911,2022,'_paid_date','2023-07-19 06:42:14'),(88912,2023,'_order_key','wc_order_axfGT5kTIZ1RU'),(88913,2023,'_customer_user','79'),(88914,2023,'_payment_method','paypal'),(88915,2023,'_payment_method_title','PayPal'),(88916,2023,'_customer_ip_address','71.91.158.65'),(88917,2023,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(88918,2023,'_created_via','checkout'),(88919,2023,'_cart_hash','a04bd1e3b4a20cfc43540d4772a88f35'),(88920,2023,'_download_permissions_granted','yes'),(88921,2023,'_recorded_sales','yes'),(88922,2023,'_recorded_coupon_usage_counts','yes'),(88923,2023,'_new_order_email_sent','true'),(88924,2023,'_order_stock_reduced','yes'),(88925,2023,'_billing_first_name','Shanna'),(88926,2023,'_billing_last_name','Castille'),(88927,2023,'_billing_address_1','1097 Hundley Rd'),(88928,2023,'_billing_city','Eunice'),(88929,2023,'_billing_state','LA'),(88930,2023,'_billing_postcode','70535'),(88931,2023,'_billing_country','US'),(88932,2023,'_billing_email','Shanna_sr09@yahoo.com'),(88933,2023,'_billing_phone','3374668998'),(88934,2023,'_shipping_first_name','Shanna'),(88935,2023,'_shipping_last_name','Castille'),(88936,2023,'_shipping_address_1','1097 Hundley Rd'),(88937,2023,'_shipping_city','eunice'),(88938,2023,'_shipping_state','LA'),(88939,2023,'_shipping_postcode','70535'),(88940,2023,'_shipping_country','US'),(88941,2023,'_order_currency','USD'),(88942,2023,'_cart_discount','0'),(88943,2023,'_cart_discount_tax','0'),(88944,2023,'_order_shipping','0'),(88945,2023,'_order_shipping_tax','0'),(88946,2023,'_order_tax','0'),(88947,2023,'_order_total','929.90'),(88948,2023,'_order_version','7.9.0'),(88949,2023,'_prices_include_tax','no'),(88950,2023,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(88951,2023,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(88952,2023,'is_vat_exempt','no'),(88953,2023,'Payment type','instant'),(88954,2023,'_paypal_status','completed'),(88955,2023,'_transaction_id','45023984AL4538131'),(88956,2023,'PayPal Transaction Fee','32.94'),(88957,2023,'_date_paid','1689778197'),(88958,2023,'_paid_date','2023-07-19 14:49:57'),(88959,2020,'_edit_lock','1689793053:2'),(88960,2020,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247535\";s:12:\"date_shipped\";s:10:\"1689724800\";s:11:\"tracking_id\";s:32:\"7a60fee2f3597a7000169ba3635003f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247524\";s:12:\"date_shipped\";i:1689792964;s:11:\"tracking_id\";s:32:\"73570485c25a2df7971c76664df4b45a\";}}'),(88961,2020,'_edit_last','2'),(88962,2020,'_date_completed','1689792968'),(88963,2020,'_completed_date','2023-07-19 18:56:08'),(88964,2024,'_order_key','wc_order_2DQKKaZNhESyW'),(88965,2024,'_customer_user','21'),(88966,2024,'_payment_method','paypal'),(88967,2024,'_payment_method_title','PayPal'),(88968,2024,'_customer_ip_address','173.216.41.12'),(88969,2024,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.21608.199 Safari/537.36 Avast/114.0.21608.199'),(88970,2024,'_created_via','checkout'),(88971,2024,'_cart_hash','39dbb8dcab22cbd247346875fdceaead'),(88972,2024,'_download_permissions_granted','yes'),(88973,2024,'_recorded_sales','yes'),(88974,2024,'_recorded_coupon_usage_counts','yes'),(88975,2024,'_new_order_email_sent','true'),(88976,2024,'_order_stock_reduced','yes'),(88977,2024,'_billing_first_name','LCA'),(88978,2024,'_billing_last_name','Arkansas'),(88979,2024,'_billing_company','LCA - Central Arkansas'),(88980,2024,'_billing_address_1','1011 N. 2nd St., Ste. D'),(88981,2024,'_billing_city','Cabot'),(88982,2024,'_billing_state','AR'),(88983,2024,'_billing_postcode','72023'),(88984,2024,'_billing_country','US'),(88985,2024,'_billing_email','liceclinicslittlerock@gmail.com'),(88986,2024,'_billing_phone','15014249396'),(88987,2024,'_shipping_first_name','LCA'),(88988,2024,'_shipping_last_name','Arkansas'),(88989,2024,'_shipping_company','LCA - Central Arkansas'),(88990,2024,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(88991,2024,'_shipping_city','Cabot'),(88992,2024,'_shipping_state','AR'),(88993,2024,'_shipping_postcode','72023'),(88994,2024,'_shipping_country','US'),(88995,2024,'_order_currency','USD'),(88996,2024,'_cart_discount','0'),(88997,2024,'_cart_discount_tax','0'),(88998,2024,'_order_shipping','16.05'),(88999,2024,'_order_shipping_tax','0'),(89000,2024,'_order_tax','0'),(89001,2024,'_order_total','94.45'),(89002,2024,'_order_version','7.9.0'),(89003,2024,'_prices_include_tax','no'),(89004,2024,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(89005,2024,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(89006,2024,'is_vat_exempt','no'),(89007,2024,'Payment type','instant'),(89008,2024,'_paypal_status','completed'),(89009,2024,'_transaction_id','8U929770VM302534N'),(89010,2024,'PayPal Transaction Fee','3.79'),(89011,2024,'_date_paid','1689796486'),(89012,2024,'_paid_date','2023-07-19 19:54:46'),(89013,2024,'_edit_lock','1689860564:2'),(89014,2024,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247822\";s:12:\"date_shipped\";s:10:\"1689811200\";s:11:\"tracking_id\";s:32:\"7e8dec642fd9f837f595baccc2be6b6f\";}}'),(89015,2024,'_edit_last','2'),(89016,2024,'_date_completed','1689860689'),(89017,2024,'_completed_date','2023-07-20 13:44:49'),(89018,2023,'_edit_lock','1689860777:2'),(89019,2023,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247800\";s:12:\"date_shipped\";s:10:\"1689811200\";s:11:\"tracking_id\";s:32:\"f194ffbd7cca9ed51afa32f4f7c77d6f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247796\";s:12:\"date_shipped\";i:1689860743;s:11:\"tracking_id\";s:32:\"f6e75cb7d7f4ecec3dfc7327399227b7\";}}'),(89020,2023,'_edit_last','2'),(89021,2023,'_date_completed','1689860754'),(89022,2023,'_completed_date','2023-07-20 13:45:54'),(89023,2022,'_edit_lock','1689860832:2'),(89024,2022,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247763\";s:12:\"date_shipped\";s:10:\"1689811200\";s:11:\"tracking_id\";s:32:\"28778c3a463b1339dfd1fbe076c6d1b3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247752\";s:12:\"date_shipped\";i:1689860962;s:11:\"tracking_id\";s:32:\"c5edda52e4c92ca508725d58a5c90489\";}}'),(89025,2022,'_edit_last','2'),(89026,2022,'_date_completed','1689860964'),(89027,2022,'_completed_date','2023-07-20 13:49:24'),(89028,2021,'_edit_lock','1689860995:2'),(89029,2021,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247741\";s:12:\"date_shipped\";s:10:\"1689811200\";s:11:\"tracking_id\";s:32:\"6ba9c586f9081bdf10956a426d038107\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247730\";s:12:\"date_shipped\";i:1689861023;s:11:\"tracking_id\";s:32:\"692f265b89487c5bf1fdc7c2f114e07d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247720\";s:12:\"date_shipped\";i:1689861027;s:11:\"tracking_id\";s:32:\"f6a531bbef667f1ddfe057ee6ada039f\";}}'),(89030,2021,'_edit_last','2'),(89031,2021,'_date_completed','1689861030'),(89032,2021,'_completed_date','2023-07-20 13:50:30'),(89033,2025,'_order_key','wc_order_l7tRskcpPFHKR'),(89034,2025,'_customer_user','39'),(89035,2025,'_payment_method','paypal'),(89036,2025,'_payment_method_title','PayPal'),(89037,2025,'_customer_ip_address','97.87.6.184'),(89038,2025,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(89039,2025,'_created_via','checkout'),(89040,2025,'_cart_hash','dc96dd3b2de8a18da19ae1ccadd446fb'),(89041,2025,'_download_permissions_granted','yes'),(89042,2025,'_recorded_sales','yes'),(89043,2025,'_recorded_coupon_usage_counts','yes'),(89044,2025,'_new_order_email_sent','true'),(89045,2025,'_order_stock_reduced','yes'),(89046,2025,'_billing_first_name','Patty'),(89047,2025,'_billing_last_name','Ziegler'),(89048,2025,'_billing_address_1','3090 Saddle Brook Tr'),(89049,2025,'_billing_city','Sun Prairie'),(89050,2025,'_billing_state','WI'),(89051,2025,'_billing_postcode','53590'),(89052,2025,'_billing_country','US'),(89053,2025,'_billing_email','liceremovalwisconsin@gmail.com'),(89054,2025,'_billing_phone','6088258255'),(89055,2025,'_shipping_first_name','Patty'),(89056,2025,'_shipping_last_name','Ziegler'),(89057,2025,'_shipping_address_1','3090 Saddle Brook Tr'),(89058,2025,'_shipping_city','Sun Prairie'),(89059,2025,'_shipping_state','WI'),(89060,2025,'_shipping_postcode','53590'),(89061,2025,'_shipping_country','US'),(89062,2025,'_order_currency','USD'),(89063,2025,'_cart_discount','0'),(89064,2025,'_cart_discount_tax','0'),(89065,2025,'_order_shipping','0'),(89066,2025,'_order_shipping_tax','0'),(89067,2025,'_order_tax','0'),(89068,2025,'_order_total','657.84'),(89069,2025,'_order_version','7.9.0'),(89070,2025,'_prices_include_tax','no'),(89071,2025,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(89072,2025,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(89073,2025,'is_vat_exempt','no'),(89074,2025,'Payment type','instant'),(89075,2025,'_paypal_status','completed'),(89076,2025,'_transaction_id','3PE390745R361020N'),(89077,2025,'PayPal Transaction Fee','23.45'),(89078,2025,'_date_paid','1690119442'),(89079,2025,'_paid_date','2023-07-23 13:37:22'),(89080,2026,'_order_key','wc_order_uSUH9Vzoxiz0I'),(89081,2026,'_customer_user','94'),(89082,2026,'_payment_method','paypal'),(89083,2026,'_payment_method_title','PayPal'),(89084,2026,'_customer_ip_address','99.56.189.117'),(89085,2026,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(89086,2026,'_created_via','checkout'),(89087,2026,'_cart_hash','77c33eed394ed9d11e09a8c592745434'),(89088,2026,'_download_permissions_granted','yes'),(89089,2026,'_recorded_sales','yes'),(89090,2026,'_recorded_coupon_usage_counts','yes'),(89091,2026,'_new_order_email_sent','true'),(89092,2026,'_order_stock_reduced','yes'),(89093,2026,'_billing_first_name','Dacy'),(89094,2026,'_billing_last_name','Hitt'),(89095,2026,'_billing_address_1','8850 Penbrooke ct'),(89096,2026,'_billing_city','Cumming'),(89097,2026,'_billing_state','GA'),(89098,2026,'_billing_postcode','30028'),(89099,2026,'_billing_country','US'),(89100,2026,'_billing_email','dacy1016@gmail.com'),(89101,2026,'_billing_phone','7705965455'),(89102,2026,'_shipping_first_name','Dacy'),(89103,2026,'_shipping_last_name','Hitt'),(89104,2026,'_shipping_address_1','102 Mary Alice Park rd'),(89105,2026,'_shipping_address_2','Suite 503'),(89106,2026,'_shipping_city','Cumming'),(89107,2026,'_shipping_state','GA'),(89108,2026,'_shipping_postcode','30040'),(89109,2026,'_shipping_country','US'),(89110,2026,'_order_currency','USD'),(89111,2026,'_cart_discount','0'),(89112,2026,'_cart_discount_tax','0'),(89113,2026,'_order_shipping','164.5'),(89114,2026,'_order_shipping_tax','0'),(89115,2026,'_order_tax','0'),(89116,2026,'_order_total','1208.50'),(89117,2026,'_order_version','7.9.0'),(89118,2026,'_prices_include_tax','no'),(89119,2026,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(89120,2026,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(89121,2026,'is_vat_exempt','no'),(89122,2026,'Payment type','instant'),(89123,2026,'_paypal_status','completed'),(89124,2026,'_transaction_id','36V37189UF590815L'),(89125,2026,'PayPal Transaction Fee','42.67'),(89126,2026,'_date_paid','1690136082'),(89127,2026,'_paid_date','2023-07-23 18:14:42'),(89128,2027,'_order_key','wc_order_zQuJx22TgXzgr'),(89129,2027,'_customer_user','49'),(89130,2027,'_payment_method','paypal'),(89131,2027,'_payment_method_title','PayPal'),(89132,2027,'_customer_ip_address','74.96.217.91'),(89133,2027,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15'),(89134,2027,'_created_via','checkout'),(89135,2027,'_cart_hash','02926053d8adfa466e4837e4f8c4e940'),(89136,2027,'_download_permissions_granted','yes'),(89137,2027,'_recorded_sales','yes'),(89138,2027,'_recorded_coupon_usage_counts','yes'),(89139,2027,'_new_order_email_sent','true'),(89140,2027,'_order_stock_reduced','yes'),(89141,2027,'_billing_first_name','Kristi'),(89142,2027,'_billing_last_name','Winkler'),(89143,2027,'_billing_company','LCA - Manassas'),(89144,2027,'_billing_address_1','8943 Garrett Way'),(89145,2027,'_billing_city','Manassas'),(89146,2027,'_billing_state','VA'),(89147,2027,'_billing_postcode','20112'),(89148,2027,'_billing_country','US'),(89149,2027,'_billing_email','info@northernvirginialiceclinics.com'),(89150,2027,'_billing_phone','8587520975'),(89151,2027,'_shipping_first_name','Michelle'),(89152,2027,'_shipping_last_name','Winkler'),(89153,2027,'_shipping_company','Lice Clinics of America - Manassas'),(89154,2027,'_shipping_address_1','8943 Garrett Way'),(89155,2027,'_shipping_city','Manassas'),(89156,2027,'_shipping_state','VA'),(89157,2027,'_shipping_postcode','20112'),(89158,2027,'_shipping_country','US'),(89159,2027,'_order_currency','USD'),(89160,2027,'_cart_discount','0'),(89161,2027,'_cart_discount_tax','0'),(89162,2027,'_order_shipping','0'),(89163,2027,'_order_shipping_tax','0'),(89164,2027,'_order_tax','0'),(89165,2027,'_order_total','1455.81'),(89166,2027,'_order_version','7.9.0'),(89167,2027,'_prices_include_tax','no'),(89168,2027,'_billing_address_index','Kristi Winkler LCA - Manassas 8943 Garrett Way  Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(89169,2027,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8943 Garrett Way  Manassas VA 20112 US '),(89170,2027,'is_vat_exempt','no'),(89171,2027,'Payment type','instant'),(89172,2027,'_paypal_status','completed'),(89173,2027,'_transaction_id','29V2472905381793U'),(89174,2027,'PayPal Transaction Fee','51.30'),(89175,2027,'_date_paid','1690163874'),(89176,2027,'_paid_date','2023-07-24 01:57:54'),(89177,2025,'_edit_lock','1690309693:2'),(89178,2025,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248196\";s:12:\"date_shipped\";s:10:\"1690243200\";s:11:\"tracking_id\";s:32:\"641ecd1b3c317719aa6465b168ac5722\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248185\";s:12:\"date_shipped\";i:1690309598;s:11:\"tracking_id\";s:32:\"22fa650a57f22db7717fd0eda82908ad\";}}'),(89179,2025,'_edit_last','2'),(89180,2025,'_date_completed','1690309779'),(89181,2025,'_completed_date','2023-07-25 18:29:39'),(89182,2026,'_edit_lock','1690473769:2'),(89183,2026,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248288\";s:12:\"date_shipped\";s:10:\"1690243200\";s:11:\"tracking_id\";s:32:\"98c28a170c8c0b04541fa9bd426728d0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248277\";s:12:\"date_shipped\";i:1690309911;s:11:\"tracking_id\";s:32:\"37f82ff62e331af244ad62a1b4ad1b54\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248266\";s:12:\"date_shipped\";i:1690309916;s:11:\"tracking_id\";s:32:\"6310ec663f1be066c3f0200be9caefca\";}}'),(89184,2026,'_edit_last','2'),(89185,2026,'_date_completed','1690309919'),(89186,2026,'_completed_date','2023-07-25 18:31:59'),(89187,2027,'_edit_lock','1690310044:2'),(89188,2027,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248336\";s:12:\"date_shipped\";s:10:\"1690243200\";s:11:\"tracking_id\";s:32:\"f12d2eccd48fe6d3f393a6d096659a58\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248325\";s:12:\"date_shipped\";i:1690310132;s:11:\"tracking_id\";s:32:\"bb453d0c5370250a7b178efedafc43fc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248314\";s:12:\"date_shipped\";i:1690310138;s:11:\"tracking_id\";s:32:\"68dfcf8f7d61713cd4957d1f3a1501d5\";}}'),(89189,2027,'_edit_last','2'),(89190,2027,'_date_completed','1690310140'),(89191,2027,'_completed_date','2023-07-25 18:35:40'),(89192,2005,'_edit_lock','1690313966:2'),(89193,2005,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830247064\";s:12:\"date_shipped\";s:10:\"1689552000\";s:11:\"tracking_id\";s:32:\"d5d38568ba00a8bd3f2c709d9fa78b37\";}}'),(89194,2005,'_edit_last','2'),(89195,2005,'_date_completed','1690314083'),(89196,2005,'_completed_date','2023-07-25 19:41:23'),(89197,2028,'_order_key','wc_order_eAHDoOhP1Bh0X'),(89198,2028,'_customer_user','46'),(89199,2028,'_payment_method','paypal'),(89200,2028,'_payment_method_title','PayPal'),(89201,2028,'_customer_ip_address','216.163.6.72'),(89202,2028,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(89203,2028,'_created_via','checkout'),(89204,2028,'_cart_hash','8592018ace86c6881839143903804d3e'),(89205,2028,'_download_permissions_granted','yes'),(89206,2028,'_recorded_sales','yes'),(89207,2028,'_recorded_coupon_usage_counts','yes'),(89208,2028,'_new_order_email_sent','true'),(89209,2028,'_order_stock_reduced','yes'),(89210,2028,'_billing_first_name','Shannon'),(89211,2028,'_billing_last_name','Steele'),(89212,2028,'_billing_company','SBS Investments'),(89213,2028,'_billing_address_1','1702 Hazelwood Court'),(89214,2028,'_billing_city','Jonesboro'),(89215,2028,'_billing_state','AR'),(89216,2028,'_billing_postcode','72401'),(89217,2028,'_billing_country','US'),(89218,2028,'_billing_email','info@liceclinicsjonesboro.com'),(89219,2028,'_billing_phone','8709262731'),(89220,2028,'_shipping_first_name','Shannon'),(89221,2028,'_shipping_last_name','Steele'),(89222,2028,'_shipping_company','SBS Investments/LCA- Jonesboro'),(89223,2028,'_shipping_address_1','3106 Orval Orlan Drive'),(89224,2028,'_shipping_address_2','Suite D'),(89225,2028,'_shipping_city','Jonesboro'),(89226,2028,'_shipping_state','AR'),(89227,2028,'_shipping_postcode','72404'),(89228,2028,'_shipping_country','US'),(89229,2028,'_order_currency','USD'),(89230,2028,'_cart_discount','0'),(89231,2028,'_cart_discount_tax','0'),(89232,2028,'_order_shipping','0'),(89233,2028,'_order_shipping_tax','0'),(89234,2028,'_order_tax','0'),(89235,2028,'_order_total','961.66'),(89236,2028,'_order_version','7.9.0'),(89237,2028,'_prices_include_tax','no'),(89238,2028,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(89239,2028,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(89240,2028,'is_vat_exempt','no'),(89241,2028,'Payment type','instant'),(89242,2028,'_paypal_status','completed'),(89243,2028,'_transaction_id','6E427605FX905523T'),(89244,2028,'PayPal Transaction Fee','34.05'),(89245,2028,'_date_paid','1690317549'),(89246,2028,'_paid_date','2023-07-25 20:39:09'),(89247,2029,'_order_key','wc_order_erU0IAM3AXJA9'),(89248,2029,'_customer_user','76'),(89249,2029,'_payment_method','paypal'),(89250,2029,'_payment_method_title','PayPal'),(89251,2029,'_customer_ip_address','146.115.118.214'),(89252,2029,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(89253,2029,'_created_via','checkout'),(89254,2029,'_cart_hash','eacfb0266f241345c201d1624160b5be'),(89255,2029,'_download_permissions_granted','yes'),(89256,2029,'_recorded_sales','yes'),(89257,2029,'_recorded_coupon_usage_counts','yes'),(89258,2029,'_new_order_email_sent','true'),(89259,2029,'_order_stock_reduced','yes'),(89260,2029,'_billing_first_name','Naomi'),(89261,2029,'_billing_last_name','Golden'),(89262,2029,'_billing_address_1','31 Mann Ave'),(89263,2029,'_billing_city','Needham'),(89264,2029,'_billing_state','MA'),(89265,2029,'_billing_postcode','02492'),(89266,2029,'_billing_country','US'),(89267,2029,'_billing_email','nrgolden6486@gmail.com'),(89268,2029,'_billing_phone','617-851-1322'),(89269,2029,'_shipping_first_name','Naomi'),(89270,2029,'_shipping_last_name','Golden'),(89271,2029,'_shipping_company','Lice Aunties'),(89272,2029,'_shipping_address_1','3 Baldwin Green Common'),(89273,2029,'_shipping_city','Woburn'),(89274,2029,'_shipping_state','MA'),(89275,2029,'_shipping_postcode','01801'),(89276,2029,'_shipping_country','US'),(89277,2029,'_order_currency','USD'),(89278,2029,'_cart_discount','0'),(89279,2029,'_cart_discount_tax','0'),(89280,2029,'_order_shipping','0'),(89281,2029,'_order_shipping_tax','0'),(89282,2029,'_order_tax','0'),(89283,2029,'_order_total','522.72'),(89284,2029,'_order_version','7.9.0'),(89285,2029,'_prices_include_tax','no'),(89286,2029,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(89287,2029,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common  Woburn MA 01801 US '),(89288,2029,'is_vat_exempt','no'),(89289,2030,'_order_key','wc_order_wbXMB6Q6BETiq'),(89290,2030,'_customer_user','76'),(89291,2030,'_payment_method','paypal'),(89292,2030,'_payment_method_title','PayPal'),(89293,2030,'_customer_ip_address','146.115.118.214'),(89294,2030,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(89295,2030,'_created_via','checkout'),(89296,2030,'_cart_hash','8704d6b62c1970fd25f5d17d0007825b'),(89297,2030,'_download_permissions_granted','yes'),(89298,2030,'_recorded_sales','yes'),(89299,2030,'_recorded_coupon_usage_counts','yes'),(89300,2030,'_new_order_email_sent','true'),(89301,2030,'_order_stock_reduced','yes'),(89302,2030,'_billing_first_name','Naomi'),(89303,2030,'_billing_last_name','Golden'),(89304,2030,'_billing_address_1','31 Mann Ave'),(89305,2030,'_billing_city','Needham'),(89306,2030,'_billing_state','MA'),(89307,2030,'_billing_postcode','02492'),(89308,2030,'_billing_country','US'),(89309,2030,'_billing_email','nrgolden6486@gmail.com'),(89310,2030,'_billing_phone','617-851-1322'),(89311,2030,'_shipping_first_name','Naomi'),(89312,2030,'_shipping_last_name','Golden'),(89313,2030,'_shipping_company','Lice Aunties'),(89314,2030,'_shipping_address_1','1349 Centre Street'),(89315,2030,'_shipping_city','Newton'),(89316,2030,'_shipping_state','MA'),(89317,2030,'_shipping_postcode','02459'),(89318,2030,'_shipping_country','US'),(89319,2030,'_order_currency','USD'),(89320,2030,'_cart_discount','0'),(89321,2030,'_cart_discount_tax','0'),(89322,2030,'_order_shipping','0'),(89323,2030,'_order_shipping_tax','0'),(89324,2030,'_order_tax','0'),(89325,2030,'_order_total','530.20'),(89326,2030,'_order_version','7.9.0'),(89327,2030,'_prices_include_tax','no'),(89328,2030,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(89329,2030,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street  Newton MA 02459 US '),(89330,2030,'is_vat_exempt','no'),(89331,2031,'_order_key','wc_order_sWS8BuT6XBvQB'),(89332,2031,'_customer_user','7'),(89333,2031,'_payment_method','paypal'),(89334,2031,'_payment_method_title','PayPal'),(89335,2031,'_customer_ip_address','71.93.225.128'),(89336,2031,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(89337,2031,'_created_via','checkout'),(89338,2031,'_cart_hash','300cb46d171dc1613dc2642c34c63412'),(89339,2031,'_download_permissions_granted','yes'),(89340,2031,'_recorded_sales','yes'),(89341,2031,'_recorded_coupon_usage_counts','yes'),(89342,2031,'_new_order_email_sent','true'),(89343,2031,'_order_stock_reduced','yes'),(89344,2031,'_billing_first_name','Amy'),(89345,2031,'_billing_last_name','Allen'),(89346,2031,'_billing_company','Lice Clinics Of America'),(89347,2031,'_billing_address_1','251 Promise Way'),(89348,2031,'_billing_city','Hollister'),(89349,2031,'_billing_state','CA'),(89350,2031,'_billing_postcode','95023'),(89351,2031,'_billing_country','US'),(89352,2031,'_billing_email','lca.gilroy@gmail.com'),(89353,2031,'_billing_phone','4085005537'),(89354,2031,'_shipping_first_name','Amy'),(89355,2031,'_shipping_last_name','Allen'),(89356,2031,'_shipping_company','Lice Clinics Of America - Gilroy'),(89357,2031,'_shipping_address_1','7680 Monterey St Ste 104'),(89358,2031,'_shipping_city','Gilroy'),(89359,2031,'_shipping_state','CA'),(89360,2031,'_shipping_postcode','95020'),(89361,2031,'_shipping_country','US'),(89362,2031,'_order_currency','USD'),(89363,2031,'_cart_discount','0'),(89364,2031,'_cart_discount_tax','0'),(89365,2031,'_order_shipping','0'),(89366,2031,'_order_shipping_tax','0'),(89367,2031,'_order_tax','0'),(89368,2031,'_order_total','668.04'),(89369,2031,'_order_version','7.9.0'),(89370,2031,'_prices_include_tax','no'),(89371,2031,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(89372,2031,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(89373,2031,'is_vat_exempt','no'),(89374,2031,'Payment type','instant'),(89375,2031,'_paypal_status','completed'),(89376,2031,'_transaction_id','2AE07119LX975054B'),(89377,2031,'PayPal Transaction Fee','23.80'),(89378,2031,'_date_paid','1690324133'),(89379,2031,'_paid_date','2023-07-25 22:28:53'),(89380,2032,'_order_key','wc_order_0s5S1ZIzb0UTS'),(89381,2032,'_customer_user','43'),(89382,2032,'_payment_method','sgitsoa_gateway'),(89383,2032,'_payment_method_title','Pre Order'),(89384,2032,'_customer_ip_address','170.55.190.162'),(89385,2032,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(89386,2032,'_created_via','checkout'),(89387,2032,'_cart_hash','3fdc0826a1c6700a4fd631de3d054b40'),(89388,2032,'_download_permissions_granted','no'),(89389,2032,'_recorded_sales','no'),(89390,2032,'_recorded_coupon_usage_counts','no'),(89391,2032,'_new_order_email_sent','false'),(89392,2032,'_order_stock_reduced','no'),(89393,2032,'_billing_first_name','Ryan'),(89394,2032,'_billing_last_name','Nelson'),(89395,2032,'_billing_address_1','140 Flame Vine drive'),(89396,2032,'_billing_city','Naples'),(89397,2032,'_billing_state','FL'),(89398,2032,'_billing_postcode','34110'),(89399,2032,'_billing_country','US'),(89400,2032,'_billing_email','Rjnelson73@gmail.com'),(89401,2032,'_billing_phone','239-281-0719'),(89402,2032,'_shipping_first_name','Ryan'),(89403,2032,'_shipping_last_name','Nelson'),(89404,2032,'_shipping_address_1','140 Flame Vine drive'),(89405,2032,'_shipping_city','Naples'),(89406,2032,'_shipping_state','FL'),(89407,2032,'_shipping_postcode','34110'),(89408,2032,'_shipping_country','US'),(89409,2032,'_order_currency','USD'),(89410,2032,'_cart_discount','0'),(89411,2032,'_cart_discount_tax','0'),(89412,2032,'_order_shipping','18.68'),(89413,2032,'_order_shipping_tax','0'),(89414,2032,'_order_tax','0'),(89415,2032,'_order_total','134.84'),(89416,2032,'_order_version','7.9.0'),(89417,2032,'_prices_include_tax','no'),(89418,2032,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(89419,2032,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(89420,2032,'is_vat_exempt','no'),(89421,2033,'_order_key','wc_order_oscNl5YSZaLFG'),(89422,2033,'_customer_user','96'),(89423,2033,'_payment_method','sgitsoa_gateway'),(89424,2033,'_payment_method_title','Pre Order'),(89425,2033,'_customer_ip_address','166.181.87.47'),(89426,2033,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183'),(89427,2033,'_created_via','checkout'),(89428,2033,'_cart_hash','16242750789a548e05b4ecc3f5e23f06'),(89429,2033,'_download_permissions_granted','no'),(89430,2033,'_recorded_sales','no'),(89431,2033,'_recorded_coupon_usage_counts','no'),(89432,2033,'_new_order_email_sent','false'),(89433,2033,'_order_stock_reduced','no'),(89434,2033,'_billing_first_name','Jaimi'),(89435,2033,'_billing_last_name','Anderson'),(89436,2033,'_billing_company','Lice Clinics of America - Des Moines'),(89437,2033,'_billing_address_1','1139 Burlington Ter'),(89438,2033,'_billing_city','Des Moines'),(89439,2033,'_billing_state','IA'),(89440,2033,'_billing_postcode','50314'),(89441,2033,'_billing_country','US'),(89442,2033,'_billing_email','j.m.licesolutions@gmail.com'),(89443,2033,'_billing_phone','515-971-0667'),(89444,2033,'_shipping_first_name','Jaimi'),(89445,2033,'_shipping_last_name','Anderson'),(89446,2033,'_shipping_address_1','1139 Burlington Terrace'),(89447,2033,'_shipping_city','Des Moines'),(89448,2033,'_shipping_state','IA'),(89449,2033,'_shipping_postcode','50314'),(89450,2033,'_shipping_country','US'),(89451,2033,'_order_currency','USD'),(89452,2033,'_cart_discount','0'),(89453,2033,'_cart_discount_tax','0'),(89454,2033,'_order_shipping','18.41'),(89455,2033,'_order_shipping_tax','0'),(89456,2033,'_order_tax','0'),(89457,2033,'_order_total','97.61'),(89458,2033,'_order_version','7.9.0'),(89459,2033,'_prices_include_tax','no'),(89460,2033,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(89461,2033,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(89462,2033,'is_vat_exempt','no'),(89463,2030,'_edit_lock','1690396296:2'),(89464,2029,'_edit_lock','1690396502:2'),(89465,2030,'_edit_last','2'),(89466,2029,'_edit_last','2'),(89467,2030,'Payment type','instant'),(89468,2030,'_paypal_status','completed'),(89469,2030,'_transaction_id','76772244AJ322963X'),(89470,2030,'PayPal Transaction Fee','18.99'),(89471,2030,'_date_paid','1690380162'),(89472,2030,'_paid_date','2023-07-26 14:02:42'),(89473,2029,'Payment type','instant'),(89474,2029,'_paypal_status','completed'),(89475,2029,'_transaction_id','1AE986337N965080B'),(89476,2029,'PayPal Transaction Fee','18.73'),(89477,2029,'_date_paid','1690380267'),(89478,2029,'_paid_date','2023-07-26 14:04:27'),(89479,2028,'_edit_lock','1690396232:2'),(89480,2028,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248690\";s:12:\"date_shipped\";s:10:\"1690329600\";s:11:\"tracking_id\";s:32:\"3c2dd0d1d9d78a9b6703a6ae014b3763\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248689\";s:12:\"date_shipped\";i:1690396353;s:11:\"tracking_id\";s:32:\"52fdd9eff9133c30c584790ce377e6c6\";}}'),(89481,2028,'_edit_last','2'),(89482,2028,'_date_completed','1690396357'),(89483,2028,'_completed_date','2023-07-26 18:32:37'),(89484,2031,'_edit_lock','1690396257:2'),(89485,2031,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248726\";s:12:\"date_shipped\";s:10:\"1690329600\";s:11:\"tracking_id\";s:32:\"cb24f62ef50d02bdf58d0fba12299f71\";}}'),(89486,2031,'_edit_last','2'),(89487,2031,'_date_completed','1690396393'),(89488,2031,'_completed_date','2023-07-26 18:33:13'),(89489,2030,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248759\";s:12:\"date_shipped\";s:10:\"1690329600\";s:11:\"tracking_id\";s:32:\"7a0c6831b76e2d3ff3f34ecc27efa2d8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248748\";s:12:\"date_shipped\";i:1690396421;s:11:\"tracking_id\";s:32:\"301ed918ed8880a7265d31a812327eb3\";}}'),(89490,2030,'_date_completed','1690396424'),(89491,2030,'_completed_date','2023-07-26 18:33:44'),(89492,2029,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248770\";s:12:\"date_shipped\";s:10:\"1690329600\";s:11:\"tracking_id\";s:32:\"55005bcf2ae8311a84ad03968d1d9c0f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248760\";s:12:\"date_shipped\";i:1690396467;s:11:\"tracking_id\";s:32:\"6d753bbf492c08fd44dffb8eb93731ac\";}}'),(89493,2029,'_date_completed','1690396469'),(89494,2029,'_completed_date','2023-07-26 18:34:29'),(89495,2032,'_edit_lock','1690397849:2'),(89496,2032,'_edit_last','2'),(89497,252,'_edit_lock','1706542468:2'),(89498,252,'_edit_last','2'),(89500,2033,'_edit_lock','1690398158:2'),(89501,1052,'_edit_lock','1690461788:2'),(89502,1052,'_edit_last','2'),(89504,2033,'_edit_last','2'),(89505,2034,'_order_key','wc_order_DW6HtWQM7owBV'),(89506,2034,'_customer_user','3'),(89507,2034,'_payment_method','paypal'),(89508,2034,'_payment_method_title','PayPal'),(89509,2034,'_customer_ip_address','70.142.202.154'),(89510,2034,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(89511,2034,'_created_via','checkout'),(89512,2034,'_cart_hash','5485e350b778a492aece4c12195d40e1'),(89513,2034,'_download_permissions_granted','yes'),(89514,2034,'_recorded_sales','yes'),(89515,2034,'_recorded_coupon_usage_counts','yes'),(89516,2034,'_new_order_email_sent','true'),(89517,2034,'_order_stock_reduced','yes'),(89518,2034,'_billing_first_name','Amanda'),(89519,2034,'_billing_last_name','Westerman'),(89520,2034,'_billing_company','Lice Clinics of America McKinney'),(89521,2034,'_billing_address_1','3120 Hudson Crossing'),(89522,2034,'_billing_address_2','Suite A2'),(89523,2034,'_billing_city','MCKINNEY'),(89524,2034,'_billing_state','TX'),(89525,2034,'_billing_postcode','75070'),(89526,2034,'_billing_country','US'),(89527,2034,'_billing_email','awesterman1103@gmail.com'),(89528,2034,'_billing_phone','2144175741'),(89529,2034,'_shipping_first_name','AMANDA'),(89530,2034,'_shipping_last_name','Westerman'),(89531,2034,'_shipping_company','Lice Clinics of America McKinney'),(89532,2034,'_shipping_address_1','1709 Damian Way'),(89533,2034,'_shipping_city','Richardson'),(89534,2034,'_shipping_state','TX'),(89535,2034,'_shipping_postcode','75081'),(89536,2034,'_shipping_country','US'),(89537,2034,'_order_currency','USD'),(89538,2034,'_cart_discount','0'),(89539,2034,'_cart_discount_tax','0'),(89540,2034,'_order_shipping','0'),(89541,2034,'_order_shipping_tax','0'),(89542,2034,'_order_tax','0'),(89543,2034,'_order_total','1903.93'),(89544,2034,'_order_version','7.9.0'),(89545,2034,'_prices_include_tax','no'),(89546,2034,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(89547,2034,'_shipping_address_index','AMANDA Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(89548,2034,'is_vat_exempt','no'),(89549,2034,'Payment type','instant'),(89550,2034,'_paypal_status','completed'),(89551,2034,'_transaction_id','11H59375RA8558528'),(89552,2034,'PayPal Transaction Fee','66.94'),(89553,2034,'_date_paid','1690399624'),(89554,2034,'_paid_date','2023-07-26 19:27:04'),(89555,2035,'_order_key','wc_order_cjd7hAk3s5rKH'),(89556,2035,'_customer_user','83'),(89557,2035,'_payment_method','paypal'),(89558,2035,'_payment_method_title','PayPal'),(89559,2035,'_customer_ip_address','71.211.136.126'),(89560,2035,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(89561,2035,'_created_via','checkout'),(89562,2035,'_cart_hash','7554584bdb9511d40cc4200a3eec104a'),(89563,2035,'_download_permissions_granted','yes'),(89564,2035,'_recorded_sales','yes'),(89565,2035,'_recorded_coupon_usage_counts','yes'),(89566,2035,'_new_order_email_sent','true'),(89567,2035,'_order_stock_reduced','yes'),(89568,2035,'_billing_first_name','Tanya'),(89569,2035,'_billing_last_name','Kensley'),(89570,2035,'_billing_company','Lice Clinics of America'),(89571,2035,'_billing_address_1','4248 McMurry Ave'),(89572,2035,'_billing_city','Fort Collins'),(89573,2035,'_billing_state','CO'),(89574,2035,'_billing_postcode','80525'),(89575,2035,'_billing_country','US'),(89576,2035,'_billing_email','info@liceclinicsnortherncolorado.com'),(89577,2035,'_billing_phone','9702338787'),(89578,2035,'_shipping_first_name','Lice Clinics'),(89579,2035,'_shipping_last_name','America'),(89580,2035,'_shipping_company','Lice Clinics of America Longmont'),(89581,2035,'_shipping_address_1','421 21st Ave, Suite 210'),(89582,2035,'_shipping_city','Longmont'),(89583,2035,'_shipping_state','CO'),(89584,2035,'_shipping_postcode','80501'),(89585,2035,'_shipping_country','US'),(89586,2035,'_order_currency','USD'),(89587,2035,'_cart_discount','0'),(89588,2035,'_cart_discount_tax','0'),(89589,2035,'_order_shipping','22.7'),(89590,2035,'_order_shipping_tax','0'),(89591,2035,'_order_tax','0'),(89592,2035,'_order_total','163.80'),(89593,2035,'_order_version','7.9.0'),(89594,2035,'_prices_include_tax','no'),(89595,2035,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(89596,2035,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(89597,2035,'is_vat_exempt','no'),(89598,2035,'Payment type','instant'),(89599,2035,'_paypal_status','completed'),(89600,2035,'_transaction_id','76C41335U6889031H'),(89601,2035,'PayPal Transaction Fee','6.21'),(89602,2035,'_date_paid','1690410445'),(89603,2035,'_paid_date','2023-07-26 22:27:25'),(89604,2034,'_edit_lock','1690420426:2'),(89605,2034,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248910\";s:12:\"date_shipped\";s:10:\"1690416000\";s:11:\"tracking_id\";s:32:\"14ab4efb414fd8588f40130870f5e042\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248900\";s:12:\"date_shipped\";i:1690420037;s:11:\"tracking_id\";s:32:\"831940075570462c14aad40cd3e4df63\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248895\";s:12:\"date_shipped\";i:1690420045;s:11:\"tracking_id\";s:32:\"fb7098c9910a7127d63f79b3f36709b7\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248884\";s:12:\"date_shipped\";i:1690420052;s:11:\"tracking_id\";s:32:\"f38cada6bcde2efbcf1ec5085f518550\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248873\";s:12:\"date_shipped\";i:1690420060;s:11:\"tracking_id\";s:32:\"10b8871941eaadabd97d5dc1a5af9097\";}}'),(89606,2034,'_edit_last','2'),(89607,2034,'_date_completed','1690420069'),(89608,2034,'_completed_date','2023-07-27 01:07:49'),(89609,2036,'_order_key','wc_order_hPfyMozvednPA'),(89610,2036,'_customer_user','43'),(89611,2036,'_payment_method','paypal'),(89612,2036,'_payment_method_title','PayPal'),(89613,2036,'_customer_ip_address','170.55.190.162'),(89614,2036,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(89615,2036,'_created_via','checkout'),(89616,2036,'_cart_hash','2ff268c71ad0ff5eba0a775b294356c2'),(89617,2036,'_download_permissions_granted','yes'),(89618,2036,'_recorded_sales','yes'),(89619,2036,'_recorded_coupon_usage_counts','yes'),(89620,2036,'_new_order_email_sent','true'),(89621,2036,'_order_stock_reduced','yes'),(89622,2036,'_billing_first_name','Ryan'),(89623,2036,'_billing_last_name','Nelson'),(89624,2036,'_billing_address_1','140 Flame Vine drive'),(89625,2036,'_billing_city','Naples'),(89626,2036,'_billing_state','FL'),(89627,2036,'_billing_postcode','34110'),(89628,2036,'_billing_country','US'),(89629,2036,'_billing_email','Rjnelson73@gmail.com'),(89630,2036,'_billing_phone','239-281-0719'),(89631,2036,'_shipping_first_name','Ryan'),(89632,2036,'_shipping_last_name','Nelson'),(89633,2036,'_shipping_address_1','140 Flame Vine drive'),(89634,2036,'_shipping_city','Naples'),(89635,2036,'_shipping_state','FL'),(89636,2036,'_shipping_postcode','34110'),(89637,2036,'_shipping_country','US'),(89638,2036,'_order_currency','USD'),(89639,2036,'_cart_discount','0'),(89640,2036,'_cart_discount_tax','0'),(89641,2036,'_order_shipping','18.68'),(89642,2036,'_order_shipping_tax','0'),(89643,2036,'_order_tax','0'),(89644,2036,'_order_total','232.84'),(89645,2036,'_order_version','7.9.0'),(89646,2036,'_prices_include_tax','no'),(89647,2036,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(89648,2036,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(89649,2036,'is_vat_exempt','no'),(89650,2036,'Payment type','instant'),(89651,2036,'_paypal_status','completed'),(89652,2036,'_transaction_id','2YA7623231926054J'),(89653,2036,'PayPal Transaction Fee','8.62'),(89654,2036,'_date_paid','1690423565'),(89655,2036,'_paid_date','2023-07-27 02:06:05'),(89657,2037,'_order_key','wc_order_95mC8tKp1rJO6'),(89658,2037,'_customer_user','6'),(89659,2037,'_payment_method','paypal'),(89660,2037,'_payment_method_title','PayPal'),(89661,2037,'_customer_ip_address','99.235.105.139'),(89662,2037,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(89663,2037,'_created_via','checkout'),(89664,2037,'_cart_hash','2c3d2f7368c76565b3d717488e9f737c'),(89665,2037,'_download_permissions_granted','yes'),(89666,2037,'_recorded_sales','yes'),(89667,2037,'_recorded_coupon_usage_counts','yes'),(89668,2037,'_new_order_email_sent','true'),(89669,2037,'_order_stock_reduced','yes'),(89670,2037,'_billing_first_name','Amira'),(89671,2037,'_billing_last_name','Purto'),(89672,2037,'_billing_address_1','2628 Acapulco Way'),(89673,2037,'_billing_city','Modesto'),(89674,2037,'_billing_state','CA'),(89675,2037,'_billing_postcode','95355'),(89676,2037,'_billing_country','US'),(89677,2037,'_billing_email','amira77@sbcglobal.net'),(89678,2037,'_billing_phone','2096422061'),(89679,2037,'_shipping_first_name','Amira'),(89680,2037,'_shipping_last_name','Purto'),(89681,2037,'_shipping_address_1','2628 Acapulco Way'),(89682,2037,'_shipping_city','Modesto'),(89683,2037,'_shipping_state','CA'),(89684,2037,'_shipping_postcode','95355'),(89685,2037,'_shipping_country','US'),(89686,2037,'_order_currency','USD'),(89687,2037,'_cart_discount','0'),(89688,2037,'_cart_discount_tax','0'),(89689,2037,'_order_shipping','0'),(89690,2037,'_order_shipping_tax','0'),(89691,2037,'_order_tax','0'),(89692,2037,'_order_total','587.66'),(89693,2037,'_order_version','7.9.0'),(89694,2037,'_prices_include_tax','no'),(89695,2037,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(89696,2037,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(89697,2037,'is_vat_exempt','no'),(89698,2037,'Payment type','instant'),(89699,2037,'_paypal_status','completed'),(89700,2037,'_transaction_id','60362960YY335612M'),(89701,2037,'PayPal Transaction Fee','21.00'),(89702,2037,'_date_paid','1690430177'),(89703,2037,'_paid_date','2023-07-27 03:56:17'),(89708,2038,'_order_currency','USD'),(89709,2038,'_cart_discount','0'),(89710,2038,'_cart_discount_tax','0'),(89711,2038,'_order_shipping','-164.5'),(89712,2038,'_order_shipping_tax','0'),(89713,2038,'_order_tax','0'),(89714,2038,'_order_total','-164.50'),(89715,2038,'_order_version','7.9.0'),(89716,2038,'_prices_include_tax','no'),(89717,2038,'_refund_amount','164.50'),(89718,2038,'_refunded_by','2'),(89719,2038,'_refunded_payment','1'),(89720,2038,'_refund_reason',''),(89721,2039,'_order_key','wc_order_XhXdiaSq3y1uk'),(89722,2039,'_customer_user','54'),(89723,2039,'_payment_method','paypal'),(89724,2039,'_payment_method_title','PayPal'),(89725,2039,'_customer_ip_address','172.56.48.199'),(89726,2039,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Mobile Safari/537.36'),(89727,2039,'_created_via','checkout'),(89728,2039,'_cart_hash','3baa9b694cbb3c9d5df8122d2b451c24'),(89729,2039,'_download_permissions_granted','yes'),(89730,2039,'_recorded_sales','yes'),(89731,2039,'_recorded_coupon_usage_counts','yes'),(89732,2039,'_new_order_email_sent','true'),(89733,2039,'_order_stock_reduced','yes'),(89734,2039,'_billing_first_name','Erin'),(89735,2039,'_billing_last_name','Hawn'),(89736,2039,'_billing_address_1','10 W Phillip Rd'),(89737,2039,'_billing_address_2','123'),(89738,2039,'_billing_city','Vernon Hills'),(89739,2039,'_billing_state','IL'),(89740,2039,'_billing_postcode','60061'),(89741,2039,'_billing_country','US'),(89742,2039,'_billing_email','info@liceclinicsvernonhills.com'),(89743,2039,'_billing_phone','8475960408'),(89744,2039,'_shipping_first_name','Erin'),(89745,2039,'_shipping_last_name','Hawn'),(89746,2039,'_shipping_address_1','1491 S Amarias Dr'),(89747,2039,'_shipping_city','Round lake'),(89748,2039,'_shipping_state','IL'),(89749,2039,'_shipping_postcode','60073'),(89750,2039,'_shipping_country','US'),(89751,2039,'_order_currency','USD'),(89752,2039,'_cart_discount','0'),(89753,2039,'_cart_discount_tax','0'),(89754,2039,'_order_shipping','0'),(89755,2039,'_order_shipping_tax','0'),(89756,2039,'_order_tax','0'),(89757,2039,'_order_total','803.64'),(89758,2039,'_order_version','7.9.0'),(89759,2039,'_prices_include_tax','no'),(89760,2039,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(89761,2039,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(89762,2039,'is_vat_exempt','no'),(89763,2039,'Payment type','instant'),(89764,2039,'_paypal_status','completed'),(89765,2039,'_transaction_id','4B381084AG8051702'),(89766,2039,'PayPal Transaction Fee','28.54'),(89767,2039,'_date_paid','1690483465'),(89768,2039,'_paid_date','2023-07-27 18:44:25'),(89769,2040,'_order_key','wc_order_RPvRu517YLaS3'),(89770,2040,'_customer_user','15'),(89771,2040,'_payment_method','paypal'),(89772,2040,'_payment_method_title','PayPal'),(89773,2040,'_customer_ip_address','75.86.212.177'),(89774,2040,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(89775,2040,'_created_via','checkout'),(89776,2040,'_cart_hash','69e7b49475b219f9b704d2df04f501df'),(89777,2040,'_download_permissions_granted','yes'),(89778,2040,'_recorded_sales','yes'),(89779,2040,'_recorded_coupon_usage_counts','yes'),(89780,2040,'_new_order_email_sent','true'),(89781,2040,'_order_stock_reduced','yes'),(89782,2040,'_billing_first_name','Andrea'),(89783,2040,'_billing_last_name','Florsheim'),(89784,2040,'_billing_company','Lice Clincs of America'),(89785,2040,'_billing_address_1','11506 N Creekside Ct'),(89786,2040,'_billing_city','Mequon'),(89787,2040,'_billing_state','WI'),(89788,2040,'_billing_postcode','53092'),(89789,2040,'_billing_country','US'),(89790,2040,'_billing_email','andrea@liceclinicscentral.com'),(89791,2040,'_billing_phone','4143354315'),(89792,2040,'_shipping_first_name','Andrea'),(89793,2040,'_shipping_last_name','Florsheim'),(89794,2040,'_shipping_company','LCA'),(89795,2040,'_shipping_address_1','8424 W. Center Rd'),(89796,2040,'_shipping_address_2','Suite 212'),(89797,2040,'_shipping_city','omaha'),(89798,2040,'_shipping_state','NE'),(89799,2040,'_shipping_postcode','68124'),(89800,2040,'_shipping_country','US'),(89801,2040,'_order_currency','USD'),(89802,2040,'_cart_discount','0'),(89803,2040,'_cart_discount_tax','0'),(89804,2040,'_order_shipping','17.34'),(89805,2040,'_order_shipping_tax','0'),(89806,2040,'_order_tax','0'),(89807,2040,'_order_total','174.14'),(89808,2040,'_order_version','7.9.0'),(89809,2040,'_prices_include_tax','no'),(89810,2040,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(89811,2040,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(89812,2040,'is_vat_exempt','no'),(89813,2040,'Payment type','instant'),(89814,2040,'_paypal_status','completed'),(89815,2040,'_transaction_id','3SK19198SS5340508'),(89816,2040,'PayPal Transaction Fee','6.57'),(89817,2040,'_date_paid','1690492205'),(89818,2040,'_paid_date','2023-07-27 21:10:05'),(89819,2035,'_edit_lock','1690494186:2'),(89820,2035,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248954\";s:12:\"date_shipped\";s:10:\"1690416000\";s:11:\"tracking_id\";s:32:\"61ac9f53051f5a6a15cadebf2a820c8e\";}}'),(89821,2035,'_edit_last','2'),(89822,2035,'_date_completed','1690494312'),(89823,2035,'_completed_date','2023-07-27 21:45:12'),(89824,2036,'_edit_lock','1690494253:2'),(89825,2036,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248943\";s:12:\"date_shipped\";s:10:\"1690416000\";s:11:\"tracking_id\";s:32:\"0e7494d8071745714e91034f036ed22f\";}}'),(89826,2036,'_edit_last','2'),(89827,2036,'_date_completed','1690494385'),(89828,2036,'_completed_date','2023-07-27 21:46:25'),(89829,2037,'_edit_lock','1690494292:2'),(89830,2037,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248998\";s:12:\"date_shipped\";s:10:\"1690416000\";s:11:\"tracking_id\";s:32:\"f7f5e1717650485c99804743c79cfa43\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830248987\";s:12:\"date_shipped\";i:1690494421;s:11:\"tracking_id\";s:32:\"6c558860f9259c9fc5a2f07e51935097\";}}'),(89831,2037,'_edit_last','2'),(89832,2037,'_date_completed','1690494422'),(89833,2037,'_completed_date','2023-07-27 21:47:02'),(89834,2039,'_edit_lock','1690494392:2'),(89835,2039,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249045\";s:12:\"date_shipped\";s:10:\"1690416000\";s:11:\"tracking_id\";s:32:\"9a36963813caae6f2530c0e9cc4f815a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249056\";s:12:\"date_shipped\";i:1690494530;s:11:\"tracking_id\";s:32:\"1ba41aac380bfc004ee2f75591ad20de\";}}'),(89836,2039,'_edit_last','2'),(89837,2039,'_date_completed','1690494532'),(89838,2039,'_completed_date','2023-07-27 21:48:52'),(89839,2041,'_order_key','wc_order_sAgmtgi6JN5st'),(89840,2041,'_customer_user','29'),(89841,2041,'_payment_method','paypal'),(89842,2041,'_payment_method_title','PayPal'),(89843,2041,'_customer_ip_address','68.81.51.31'),(89844,2041,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(89845,2041,'_created_via','checkout'),(89846,2041,'_cart_hash','0664591e71859ae7e9707a94acad1ea5'),(89847,2041,'_download_permissions_granted','yes'),(89848,2041,'_recorded_sales','yes'),(89849,2041,'_recorded_coupon_usage_counts','yes'),(89850,2041,'_new_order_email_sent','true'),(89851,2041,'_order_stock_reduced','yes'),(89852,2041,'_billing_first_name','Kevin'),(89853,2041,'_billing_last_name','Reilly'),(89854,2041,'_billing_address_1','5460 Richie Ct'),(89855,2041,'_billing_city','Pipersville'),(89856,2041,'_billing_state','PA'),(89857,2041,'_billing_postcode','18947'),(89858,2041,'_billing_country','US'),(89859,2041,'_billing_email','info@liceclinicslansdale.com'),(89860,2041,'_billing_phone','2156941408'),(89861,2041,'_shipping_first_name','Kevin'),(89862,2041,'_shipping_last_name','Reilly'),(89863,2041,'_shipping_company','LCA Lansdale'),(89864,2041,'_shipping_address_1','2131 North Broad Street'),(89865,2041,'_shipping_address_2','Suite 101'),(89866,2041,'_shipping_city','Lansdale'),(89867,2041,'_shipping_state','PA'),(89868,2041,'_shipping_postcode','19446'),(89869,2041,'_shipping_country','US'),(89870,2041,'_order_currency','USD'),(89871,2041,'_cart_discount','0'),(89872,2041,'_cart_discount_tax','0'),(89873,2041,'_order_shipping','15.4'),(89874,2041,'_order_shipping_tax','0'),(89875,2041,'_order_tax','0'),(89876,2041,'_order_total','160.28'),(89877,2041,'_order_version','7.9.0'),(89878,2041,'_prices_include_tax','no'),(89879,2041,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(89880,2041,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(89881,2041,'is_vat_exempt','no'),(89882,2041,'Payment type','instant'),(89883,2041,'_paypal_status','completed'),(89884,2041,'_transaction_id','7DL29280X69453615'),(89885,2041,'PayPal Transaction Fee','6.08'),(89886,2041,'_date_paid','1690512701'),(89887,2041,'_paid_date','2023-07-28 02:51:41'),(89888,2042,'_order_key','wc_order_Jx6fvHmJzn1qn'),(89889,2042,'_customer_user','61'),(89890,2042,'_payment_method','paypal'),(89891,2042,'_payment_method_title','PayPal'),(89892,2042,'_customer_ip_address','217.180.201.224'),(89893,2042,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(89894,2042,'_created_via','checkout'),(89895,2042,'_cart_hash','ce03bdb30bfa06a92637c910d60a7044'),(89896,2042,'_download_permissions_granted','yes'),(89897,2042,'_recorded_sales','yes'),(89898,2042,'_recorded_coupon_usage_counts','yes'),(89899,2042,'_new_order_email_sent','true'),(89900,2042,'_order_stock_reduced','yes'),(89901,2042,'_billing_first_name','Judith'),(89902,2042,'_billing_last_name','Hayden'),(89903,2042,'_billing_company','LCAL Hayden LLC'),(89904,2042,'_billing_address_1','1795 Alysheba Way'),(89905,2042,'_billing_address_2','Ste 4105'),(89906,2042,'_billing_city','Lexington'),(89907,2042,'_billing_state','KY'),(89908,2042,'_billing_postcode','40509'),(89909,2042,'_billing_country','US'),(89910,2042,'_billing_email','judy@liceclinicslexington.com'),(89911,2042,'_billing_phone','8595376966'),(89912,2042,'_shipping_first_name','Judy'),(89913,2042,'_shipping_last_name','Hayden'),(89914,2042,'_shipping_company','Lice Clinics of America'),(89915,2042,'_shipping_address_1','6905 Burlington Pike'),(89916,2042,'_shipping_address_2','Ste A'),(89917,2042,'_shipping_city','Florence'),(89918,2042,'_shipping_state','KY'),(89919,2042,'_shipping_postcode','41042'),(89920,2042,'_shipping_country','US'),(89921,2042,'_order_currency','USD'),(89922,2042,'_cart_discount','0'),(89923,2042,'_cart_discount_tax','0'),(89924,2042,'_order_shipping','0'),(89925,2042,'_order_shipping_tax','0'),(89926,2042,'_order_tax','0'),(89927,2042,'_order_total','1018.89'),(89928,2042,'_order_version','7.9.0'),(89929,2042,'_prices_include_tax','no'),(89930,2042,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(89931,2042,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(89932,2042,'is_vat_exempt','no'),(89933,2042,'Payment type','instant'),(89934,2042,'_paypal_status','completed'),(89935,2042,'_transaction_id','8AK844575W006862U'),(89936,2042,'PayPal Transaction Fee','36.05'),(89937,2042,'_date_paid','1690559529'),(89938,2042,'_paid_date','2023-07-28 15:52:09'),(89939,2043,'_order_key','wc_order_jJKcGP11n6r5Q'),(89940,2043,'_customer_user','21'),(89941,2043,'_payment_method','paypal'),(89942,2043,'_payment_method_title','PayPal'),(89943,2043,'_customer_ip_address','173.216.41.12'),(89944,2043,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.21608.199 Safari/537.36 Avast/114.0.21608.199'),(89945,2043,'_created_via','checkout'),(89946,2043,'_cart_hash','a89be0569386b17cb2e148eba8bca592'),(89947,2043,'_download_permissions_granted','yes'),(89948,2043,'_recorded_sales','yes'),(89949,2043,'_recorded_coupon_usage_counts','yes'),(89950,2043,'_new_order_email_sent','true'),(89951,2043,'_order_stock_reduced','yes'),(89952,2043,'_billing_first_name','LCA'),(89953,2043,'_billing_last_name','Arkansas'),(89954,2043,'_billing_company','LCA - Central Arkansas'),(89955,2043,'_billing_address_1','109 Caladium Loop'),(89956,2043,'_billing_city','Royal'),(89957,2043,'_billing_state','AR'),(89958,2043,'_billing_postcode','71968'),(89959,2043,'_billing_country','US'),(89960,2043,'_billing_email','liceclinicslittlerock@gmail.com'),(89961,2043,'_billing_phone','15014249396'),(89962,2043,'_shipping_first_name','LCA'),(89963,2043,'_shipping_last_name','Arkansas'),(89964,2043,'_shipping_company','LCA - Central Arkansas'),(89965,2043,'_shipping_address_1','109 Caladium Loop'),(89966,2043,'_shipping_city','Royal'),(89967,2043,'_shipping_state','AR'),(89968,2043,'_shipping_postcode','71968'),(89969,2043,'_shipping_country','US'),(89970,2043,'_order_currency','USD'),(89971,2043,'_cart_discount','0'),(89972,2043,'_cart_discount_tax','0'),(89973,2043,'_order_shipping','19.49'),(89974,2043,'_order_shipping_tax','0'),(89975,2043,'_order_tax','0'),(89976,2043,'_order_total','167.23'),(89977,2043,'_order_version','7.9.0'),(89978,2043,'_prices_include_tax','no'),(89979,2043,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US liceclinicslittlerock@gmail.com 15014249396'),(89980,2043,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US '),(89981,2043,'is_vat_exempt','no'),(89982,2043,'Payment type','instant'),(89983,2043,'_paypal_status','completed'),(89984,2043,'_transaction_id','41365423798173131'),(89985,2043,'PayPal Transaction Fee','6.33'),(89986,2043,'_date_paid','1690560427'),(89987,2043,'_paid_date','2023-07-28 16:07:07'),(89988,2044,'_order_key','wc_order_MzbDbmqHuEOzf'),(89989,2044,'_customer_user','21'),(89990,2044,'_payment_method','paypal'),(89991,2044,'_payment_method_title','PayPal'),(89992,2044,'_customer_ip_address','173.216.41.12'),(89993,2044,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.21608.199 Safari/537.36 Avast/114.0.21608.199'),(89994,2044,'_created_via','checkout'),(89995,2044,'_cart_hash','07f05113ecaa6c9270423f5de082df49'),(89996,2044,'_download_permissions_granted','no'),(89997,2044,'_recorded_sales','no'),(89998,2044,'_recorded_coupon_usage_counts','no'),(89999,2044,'_new_order_email_sent','false'),(90000,2044,'_order_stock_reduced','no'),(90001,2044,'_billing_first_name','LCA'),(90002,2044,'_billing_last_name','Arkansas'),(90003,2044,'_billing_company','LCA - Central Arkansas'),(90004,2044,'_billing_address_1','109 Caladium Loop'),(90005,2044,'_billing_city','Royal'),(90006,2044,'_billing_state','AR'),(90007,2044,'_billing_postcode','71968'),(90008,2044,'_billing_country','US'),(90009,2044,'_billing_email','liceclinicslittlerock@gmail.com'),(90010,2044,'_billing_phone','15014249396'),(90011,2044,'_shipping_first_name','LCA'),(90012,2044,'_shipping_last_name','Arkansas'),(90013,2044,'_shipping_company','LCA - Central Arkansas'),(90014,2044,'_shipping_address_1','109 Caladium Loop'),(90015,2044,'_shipping_city','Royal'),(90016,2044,'_shipping_state','AR'),(90017,2044,'_shipping_postcode','71968'),(90018,2044,'_shipping_country','US'),(90019,2044,'_order_currency','USD'),(90020,2044,'_cart_discount','0'),(90021,2044,'_cart_discount_tax','0'),(90022,2044,'_order_shipping','19.49'),(90023,2044,'_order_shipping_tax','0'),(90024,2044,'_order_tax','0'),(90025,2044,'_order_total','167.23'),(90026,2044,'_order_version','7.9.0'),(90027,2044,'_prices_include_tax','no'),(90028,2044,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US liceclinicslittlerock@gmail.com 15014249396'),(90029,2044,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US '),(90030,2044,'is_vat_exempt','no'),(90031,2043,'_edit_lock','1690562663:2'),(90032,2045,'_order_currency','USD'),(90033,2045,'_cart_discount','0'),(90034,2045,'_cart_discount_tax','0'),(90035,2045,'_order_shipping','-19.49'),(90036,2045,'_order_shipping_tax','0'),(90037,2045,'_order_tax','0'),(90038,2045,'_order_total','-167.23'),(90039,2045,'_order_version','7.9.0'),(90040,2045,'_prices_include_tax','no'),(90041,2045,'_refund_amount','167.23'),(90042,2045,'_refunded_by','2'),(90043,2045,'_refunded_payment','1'),(90044,2045,'_refund_reason',''),(90045,2046,'_order_key','wc_order_rUGgwDwwX0b8H'),(90046,2046,'_customer_user','21'),(90047,2046,'_payment_method','paypal'),(90048,2046,'_payment_method_title','PayPal'),(90049,2046,'_customer_ip_address','173.216.41.12'),(90050,2046,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.21608.199 Safari/537.36 Avast/114.0.21608.199'),(90051,2046,'_created_via','checkout'),(90052,2046,'_cart_hash','07f05113ecaa6c9270423f5de082df49'),(90053,2046,'_download_permissions_granted','yes'),(90054,2046,'_recorded_sales','yes'),(90055,2046,'_recorded_coupon_usage_counts','yes'),(90056,2046,'_new_order_email_sent','true'),(90057,2046,'_order_stock_reduced','yes'),(90058,2046,'_billing_first_name','LCA'),(90059,2046,'_billing_last_name','Arkansas'),(90060,2046,'_billing_company','LCA - Central Arkansas'),(90061,2046,'_billing_address_1','109 Caladium Loop'),(90062,2046,'_billing_city','Royal'),(90063,2046,'_billing_state','AR'),(90064,2046,'_billing_postcode','71968'),(90065,2046,'_billing_country','US'),(90066,2046,'_billing_email','liceclinicslittlerock@gmail.com'),(90067,2046,'_billing_phone','15014249396'),(90068,2046,'_shipping_first_name','LCA'),(90069,2046,'_shipping_last_name','Arkansas'),(90070,2046,'_shipping_company','LCA - Central Arkansas'),(90071,2046,'_shipping_address_1','109 Caladium Loop'),(90072,2046,'_shipping_city','Royal'),(90073,2046,'_shipping_state','AR'),(90074,2046,'_shipping_postcode','71968'),(90075,2046,'_shipping_country','US'),(90076,2046,'_order_currency','USD'),(90077,2046,'_cart_discount','0'),(90078,2046,'_cart_discount_tax','0'),(90079,2046,'_order_shipping','19.49'),(90080,2046,'_order_shipping_tax','0'),(90081,2046,'_order_tax','0'),(90082,2046,'_order_total','167.23'),(90083,2046,'_order_version','7.9.0'),(90084,2046,'_prices_include_tax','no'),(90085,2046,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US liceclinicslittlerock@gmail.com 15014249396'),(90086,2046,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US '),(90087,2046,'is_vat_exempt','no'),(90088,2046,'Payment type','instant'),(90089,2046,'_paypal_status','completed'),(90090,2046,'_transaction_id','8XG31208LW424581E'),(90091,2046,'PayPal Transaction Fee','6.33'),(90092,2046,'_date_paid','1690562564'),(90093,2046,'_paid_date','2023-07-28 16:42:44'),(90094,2047,'_order_key','wc_order_0U9DlixjLqpQu'),(90095,2047,'_customer_user','98'),(90096,2047,'_payment_method','paypal'),(90097,2047,'_payment_method_title','PayPal'),(90098,2047,'_customer_ip_address','73.219.108.253'),(90099,2047,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.82'),(90100,2047,'_created_via','checkout'),(90101,2047,'_cart_hash','da952e38c798ef1b9e849bfbae99261c'),(90102,2047,'_download_permissions_granted','yes'),(90103,2047,'_recorded_sales','yes'),(90104,2047,'_recorded_coupon_usage_counts','yes'),(90105,2047,'_new_order_email_sent','true'),(90106,2047,'_order_stock_reduced','yes'),(90107,2047,'_billing_first_name','Christine'),(90108,2047,'_billing_last_name','Cherry'),(90109,2047,'_billing_company','NITS END'),(90110,2047,'_billing_address_1','PO BOX 1092'),(90111,2047,'_billing_city','Campton'),(90112,2047,'_billing_state','NH'),(90113,2047,'_billing_postcode','03223'),(90114,2047,'_billing_country','US'),(90115,2047,'_billing_email','christine@liceclinicscolumbus.com'),(90116,2047,'_billing_phone','16034983390'),(90117,2047,'_shipping_first_name','Erica'),(90118,2047,'_shipping_last_name','Froggatt'),(90119,2047,'_shipping_company','LCA'),(90120,2047,'_shipping_address_1','5910 Wilcox Place'),(90121,2047,'_shipping_address_2','Suite E'),(90122,2047,'_shipping_city','Dublin'),(90123,2047,'_shipping_state','OH'),(90124,2047,'_shipping_postcode','43016'),(90125,2047,'_shipping_country','US'),(90126,2047,'_order_currency','USD'),(90127,2047,'_cart_discount','0'),(90128,2047,'_cart_discount_tax','0'),(90129,2047,'_order_shipping','0'),(90130,2047,'_order_shipping_tax','0'),(90131,2047,'_order_tax','0'),(90132,2047,'_order_total','966.87'),(90133,2047,'_order_version','7.9.0'),(90134,2047,'_prices_include_tax','no'),(90135,2047,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(90136,2047,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(90137,2047,'is_vat_exempt','no'),(90138,2047,'Payment type','instant'),(90139,2047,'_paypal_status','completed'),(90140,2047,'_transaction_id','9V396510C7643740K'),(90141,2047,'PayPal Transaction Fee','34.23'),(90142,2047,'_date_paid','1690587170'),(90143,2047,'_paid_date','2023-07-28 23:32:50'),(90147,2040,'_edit_lock','1690811362:2'),(90148,2040,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249218\";s:12:\"date_shipped\";s:10:\"1690761600\";s:11:\"tracking_id\";s:32:\"fb13eb86b0d9fe0c10e42da8817a6f7c\";}}'),(90149,2040,'_edit_last','2'),(90150,2040,'_date_completed','1690811419'),(90151,2040,'_completed_date','2023-07-31 13:50:19'),(90152,2041,'_edit_lock','1690811437:2'),(90153,2041,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249229\";s:12:\"date_shipped\";s:10:\"1690761600\";s:11:\"tracking_id\";s:32:\"c74ba4e909609a079fb28e586fe45624\";}}'),(90154,2041,'_edit_last','2'),(90155,2041,'_date_completed','1690811529'),(90156,2041,'_completed_date','2023-07-31 13:52:09'),(90157,2046,'_edit_lock','1690811490:2'),(90158,2046,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249284\";s:12:\"date_shipped\";s:10:\"1690761600\";s:11:\"tracking_id\";s:32:\"b894b3b0e043785b4633f9d7ad26a14b\";}}'),(90159,2046,'_edit_last','2'),(90160,2046,'_date_completed','1690811625'),(90161,2046,'_completed_date','2023-07-31 13:53:45'),(90162,2042,'_edit_lock','1690811537:2'),(90163,2042,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249273\";s:12:\"date_shipped\";s:10:\"1690761600\";s:11:\"tracking_id\";s:32:\"35eb30e119c728b1ff422375fab1896b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249262\";s:12:\"date_shipped\";i:1690811664;s:11:\"tracking_id\";s:32:\"246886360c13fa9fd124f6fb54905ace\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249251\";s:12:\"date_shipped\";i:1690811671;s:11:\"tracking_id\";s:32:\"0f2932c6a97c6abb9bfc3a55ad3f3436\";}}'),(90164,2042,'_edit_last','2'),(90165,2042,'_date_completed','1690811673'),(90166,2042,'_completed_date','2023-07-31 13:54:33'),(90167,2048,'_order_key','wc_order_5vUNfFBUSfxt6'),(90168,2048,'_customer_user','66'),(90169,2048,'_payment_method','paypal'),(90170,2048,'_payment_method_title','PayPal'),(90171,2048,'_customer_ip_address','69.250.30.77'),(90172,2048,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.183'),(90173,2048,'_created_via','checkout'),(90174,2048,'_cart_hash','cea2f87f90e7b7a79d50599480863ee7'),(90175,2048,'_download_permissions_granted','yes'),(90176,2048,'_recorded_sales','yes'),(90177,2048,'_recorded_coupon_usage_counts','yes'),(90178,2048,'_new_order_email_sent','true'),(90179,2048,'_order_stock_reduced','yes'),(90180,2048,'_billing_first_name','Mark'),(90181,2048,'_billing_last_name','Dent'),(90182,2048,'_billing_company','Lice Clinics of Maryland'),(90183,2048,'_billing_address_1','801 W 33rd Street'),(90184,2048,'_billing_city','BAltimore'),(90185,2048,'_billing_state','MD'),(90186,2048,'_billing_postcode','21211'),(90187,2048,'_billing_country','US'),(90188,2048,'_billing_email','info@liceclinicsofmaryland.com'),(90189,2048,'_billing_phone','4438349991'),(90190,2048,'_shipping_first_name','Dawn'),(90191,2048,'_shipping_last_name','Mumaw'),(90192,2048,'_shipping_company','LCA Baltimore'),(90193,2048,'_shipping_address_1','604 Providence Road'),(90194,2048,'_shipping_city','Towson'),(90195,2048,'_shipping_state','MD'),(90196,2048,'_shipping_postcode','21286'),(90197,2048,'_shipping_country','US'),(90198,2048,'_order_currency','USD'),(90199,2048,'_cart_discount','0'),(90200,2048,'_cart_discount_tax','0'),(90201,2048,'_order_shipping','0'),(90202,2048,'_order_shipping_tax','0'),(90203,2048,'_order_tax','0'),(90204,2048,'_order_total','2318.66'),(90205,2048,'_order_version','7.9.0'),(90206,2048,'_prices_include_tax','no'),(90207,2048,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(90208,2048,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(90209,2048,'is_vat_exempt','no'),(90210,2048,'Payment type','instant'),(90211,2048,'_paypal_status','completed'),(90212,2048,'_transaction_id','4XH84354Y05813832'),(90213,2048,'PayPal Transaction Fee','81.41'),(90214,2048,'_date_paid','1690821824'),(90215,2048,'_paid_date','2023-07-31 16:43:44'),(90218,2047,'_edit_lock','1690836443:2'),(90219,2047,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249490\";s:12:\"date_shipped\";s:10:\"1690761600\";s:11:\"tracking_id\";s:32:\"6c061fbcb723ace6857c041c71bf0df7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249480\";s:12:\"date_shipped\";i:1690836574;s:11:\"tracking_id\";s:32:\"628a3e202930f02986b02f35a225b4be\";}}'),(90220,2047,'_edit_last','2'),(90221,2047,'_date_completed','1690836576'),(90222,2047,'_completed_date','2023-07-31 20:49:36'),(90233,2049,'_order_key','wc_order_fCsMF9bNzWpzE'),(90234,2049,'_customer_user','52'),(90235,2049,'_payment_method','paypal'),(90236,2049,'_payment_method_title','PayPal'),(90237,2049,'_customer_ip_address','71.163.16.212'),(90238,2049,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(90239,2049,'_created_via','checkout'),(90240,2049,'_cart_hash','2c874f1a12cd3893a230ed8cde21a33a'),(90241,2049,'_download_permissions_granted','yes'),(90242,2049,'_recorded_sales','yes'),(90243,2049,'_recorded_coupon_usage_counts','yes'),(90244,2049,'_new_order_email_sent','true'),(90245,2049,'_order_stock_reduced','yes'),(90246,2049,'_billing_first_name','Darlene'),(90247,2049,'_billing_last_name','LaFramboise'),(90248,2049,'_billing_company','LCA-NOVA'),(90249,2049,'_billing_address_1','25473 Tomey Ct'),(90250,2049,'_billing_city','Aldie'),(90251,2049,'_billing_state','VA'),(90252,2049,'_billing_postcode','20105-3048'),(90253,2049,'_billing_country','US'),(90254,2049,'_billing_email','info@liceremovalnova.com'),(90255,2049,'_billing_phone','7033031576'),(90256,2049,'_shipping_first_name','Darlene'),(90257,2049,'_shipping_last_name','LaFramboise'),(90258,2049,'_shipping_company','LCA-NOVA'),(90259,2049,'_shipping_address_1','25473 Tomey Ct'),(90260,2049,'_shipping_city','Aldie'),(90261,2049,'_shipping_state','VA'),(90262,2049,'_shipping_postcode','20105-3048'),(90263,2049,'_shipping_country','US'),(90264,2049,'_order_currency','USD'),(90265,2049,'_cart_discount','0'),(90266,2049,'_cart_discount_tax','0'),(90267,2049,'_order_shipping','15.4'),(90268,2049,'_order_shipping_tax','0'),(90269,2049,'_order_tax','0'),(90270,2049,'_order_total','281.32'),(90271,2049,'_order_version','7.9.0'),(90272,2049,'_prices_include_tax','no'),(90273,2049,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(90274,2049,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(90275,2049,'is_vat_exempt','no'),(90276,2049,'Payment type','instant'),(90277,2049,'_paypal_status','completed'),(90278,2049,'_transaction_id','7RP38470XB310863C'),(90279,2049,'PayPal Transaction Fee','10.31'),(90280,2049,'_date_paid','1690918609'),(90281,2049,'_paid_date','2023-08-01 19:36:49'),(90282,2048,'_edit_lock','1690918960:2'),(90283,2048,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249788\";s:12:\"date_shipped\";s:10:\"1690848000\";s:11:\"tracking_id\";s:32:\"eca72f56420b9b8d8d414050a9ff3ac5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249777\";s:12:\"date_shipped\";i:1690918630;s:11:\"tracking_id\";s:32:\"f108e840695f275f7bbdf287d127171c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249766\";s:12:\"date_shipped\";i:1690918635;s:11:\"tracking_id\";s:32:\"4ecd71adc71ac207b0f0f3d8e8b17b84\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249755\";s:12:\"date_shipped\";i:1690918643;s:11:\"tracking_id\";s:32:\"b4fdc51282e30d974b621778477e5233\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249744\";s:12:\"date_shipped\";i:1690918651;s:11:\"tracking_id\";s:32:\"3a2a42009c5a69030fe2dd6c527af540\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249733\";s:12:\"date_shipped\";i:1690918658;s:11:\"tracking_id\";s:32:\"2c95c8143489dd94818d0f894d8ee457\";}}'),(90284,2048,'_edit_last','2'),(90285,2048,'_date_completed','1690918662'),(90286,2048,'_completed_date','2023-08-01 19:37:42'),(90287,2050,'_order_key','wc_order_M5CjeiAWz3I9f'),(90288,2050,'_customer_user','11'),(90289,2050,'_payment_method','paypal'),(90290,2050,'_payment_method_title','PayPal'),(90291,2050,'_customer_ip_address','74.131.22.162'),(90292,2050,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(90293,2050,'_created_via','checkout'),(90294,2050,'_cart_hash','e3e7253f7cc2a6eefc479f86026579ef'),(90295,2050,'_download_permissions_granted','yes'),(90296,2050,'_recorded_sales','yes'),(90297,2050,'_recorded_coupon_usage_counts','yes'),(90298,2050,'_new_order_email_sent','true'),(90299,2050,'_order_stock_reduced','yes'),(90300,2050,'_billing_first_name','Tina'),(90301,2050,'_billing_last_name','Hunt'),(90302,2050,'_billing_company','LCBG, LLC'),(90303,2050,'_billing_address_1','830 Fairview Ave.'),(90304,2050,'_billing_address_2','Suite A-4'),(90305,2050,'_billing_city','Bowling Green'),(90306,2050,'_billing_state','KY'),(90307,2050,'_billing_postcode','42101'),(90308,2050,'_billing_country','US'),(90309,2050,'_billing_email','info@liceclinicsbowlinggreen.com'),(90310,2050,'_billing_phone','2709996803'),(90311,2050,'_shipping_first_name','Tina'),(90312,2050,'_shipping_last_name','Hunt'),(90313,2050,'_shipping_address_1','494 Hub Boulevard'),(90314,2050,'_shipping_address_2','Apt 1012'),(90315,2050,'_shipping_city','Bowling Green'),(90316,2050,'_shipping_state','KY'),(90317,2050,'_shipping_postcode','42101'),(90318,2050,'_shipping_country','US'),(90319,2050,'_order_currency','USD'),(90320,2050,'_cart_discount','0'),(90321,2050,'_cart_discount_tax','0'),(90322,2050,'_order_shipping','0'),(90323,2050,'_order_shipping_tax','0'),(90324,2050,'_order_tax','0'),(90325,2050,'_order_total','700.91'),(90326,2050,'_order_version','7.9.0'),(90327,2050,'_prices_include_tax','no'),(90328,2050,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(90329,2050,'_shipping_address_index','Tina Hunt  494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(90330,2050,'is_vat_exempt','no'),(90331,2050,'Payment type','instant'),(90332,2050,'_paypal_status','completed'),(90333,2050,'_transaction_id','6JF969548N901852F'),(90334,2050,'PayPal Transaction Fee','24.95'),(90335,2050,'_date_paid','1690923109'),(90336,2050,'_paid_date','2023-08-01 20:51:49'),(90337,2049,'_edit_lock','1690923892:2'),(90338,2049,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249891\";s:12:\"date_shipped\";s:10:\"1690848000\";s:11:\"tracking_id\";s:32:\"ed1e93cef533a4a32534a6c67204f4ea\";}}'),(90339,2049,'_edit_last','2'),(90340,2049,'_date_completed','1690923689'),(90341,2049,'_completed_date','2023-08-01 21:01:29'),(90348,2051,'_order_key','wc_order_lIbpKxM7qYPh7'),(90349,2051,'_customer_user','77'),(90350,2051,'_payment_method','paypal'),(90351,2051,'_payment_method_title','PayPal'),(90352,2051,'_customer_ip_address','107.205.56.86'),(90353,2051,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(90354,2051,'_created_via','checkout'),(90355,2051,'_cart_hash','c910e07d9265fb6f546c58c15ee9c627'),(90356,2051,'_download_permissions_granted','yes'),(90357,2051,'_recorded_sales','yes'),(90358,2051,'_recorded_coupon_usage_counts','yes'),(90359,2051,'_new_order_email_sent','true'),(90360,2051,'_order_stock_reduced','yes'),(90361,2051,'_billing_first_name','Phil'),(90362,2051,'_billing_last_name','Moon'),(90363,2051,'_billing_company','Lice Clinics of America--Central Valley'),(90364,2051,'_billing_address_1','585 56th Street'),(90365,2051,'_billing_city','Oakland'),(90366,2051,'_billing_state','CA'),(90367,2051,'_billing_postcode','94609'),(90368,2051,'_billing_country','US'),(90369,2051,'_billing_email','info@liceclinicsfresno.com'),(90370,2051,'_billing_phone','5593046305'),(90371,2051,'_shipping_first_name','Kristen'),(90372,2051,'_shipping_last_name','Maroot-Rippee'),(90373,2051,'_shipping_company','Lice Busters LLC. Central Valley'),(90374,2051,'_shipping_address_1','487 W. Scott Avenue'),(90375,2051,'_shipping_city','Fresno'),(90376,2051,'_shipping_state','CA'),(90377,2051,'_shipping_postcode','93704'),(90378,2051,'_shipping_country','US'),(90379,2051,'_order_currency','USD'),(90380,2051,'_cart_discount','0'),(90381,2051,'_cart_discount_tax','0'),(90382,2051,'_order_shipping','0'),(90383,2051,'_order_shipping_tax','0'),(90384,2051,'_order_tax','0'),(90385,2051,'_order_total','3444.16'),(90386,2051,'_order_version','7.9.0'),(90387,2051,'_prices_include_tax','no'),(90388,2051,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(90389,2051,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(90390,2051,'is_vat_exempt','no'),(90391,2051,'Payment type','instant'),(90392,2051,'_paypal_status','completed'),(90393,2051,'_transaction_id','33357570HS595543N'),(90394,2051,'PayPal Transaction Fee','120.69'),(90395,2051,'_date_paid','1690948481'),(90396,2051,'_paid_date','2023-08-02 03:54:41'),(90397,2052,'_order_key','wc_order_UGlmHXm2bqWt0'),(90398,2052,'_customer_user','37'),(90399,2052,'_payment_method','paypal'),(90400,2052,'_payment_method_title','PayPal'),(90401,2052,'_customer_ip_address','40.142.167.122'),(90402,2052,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188'),(90403,2052,'_created_via','checkout'),(90404,2052,'_cart_hash','921a71f8a3ee0d8a2a9dd844c0988117'),(90405,2052,'_download_permissions_granted','yes'),(90406,2052,'_recorded_sales','yes'),(90407,2052,'_recorded_coupon_usage_counts','yes'),(90408,2052,'_new_order_email_sent','true'),(90409,2052,'_order_stock_reduced','yes'),(90410,2052,'_billing_first_name','Melody'),(90411,2052,'_billing_last_name','Carter'),(90412,2052,'_billing_company','Family Hair Clinic of South Ga LLC'),(90413,2052,'_billing_address_1','7754 GA HIGHWAY 122 W'),(90414,2052,'_billing_city','HAHIRA'),(90415,2052,'_billing_state','GA'),(90416,2052,'_billing_postcode','31632-2210'),(90417,2052,'_billing_country','US'),(90418,2052,'_billing_email','familyhairclinic@gmail.com'),(90419,2052,'_billing_phone','2294151748'),(90420,2052,'_shipping_first_name','Melody'),(90421,2052,'_shipping_last_name','Carter'),(90422,2052,'_shipping_company','Family Hair Clinic of South Ga LLC'),(90423,2052,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(90424,2052,'_shipping_city','HAHIRA'),(90425,2052,'_shipping_state','GA'),(90426,2052,'_shipping_postcode','31632-2210'),(90427,2052,'_shipping_country','US'),(90428,2052,'_order_currency','USD'),(90429,2052,'_cart_discount','0'),(90430,2052,'_cart_discount_tax','0'),(90431,2052,'_order_shipping','21.63'),(90432,2052,'_order_shipping_tax','0'),(90433,2052,'_order_tax','0'),(90434,2052,'_order_total','308.99'),(90435,2052,'_order_version','7.9.0'),(90436,2052,'_prices_include_tax','no'),(90437,2052,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(90438,2052,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(90439,2052,'is_vat_exempt','no'),(90440,2052,'Payment type','instant'),(90441,2052,'_paypal_status','completed'),(90442,2052,'_transaction_id','4B444782RD5554348'),(90443,2052,'PayPal Transaction Fee','11.27'),(90444,2052,'_date_paid','1690982274'),(90445,2052,'_paid_date','2023-08-02 13:17:54'),(90446,2053,'_order_key','wc_order_gWkG26rlgg4bB'),(90447,2053,'_customer_user','25'),(90448,2053,'_payment_method','paypal'),(90449,2053,'_payment_method_title','PayPal'),(90450,2053,'_customer_ip_address','23.124.3.136'),(90451,2053,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(90452,2053,'_created_via','checkout'),(90453,2053,'_cart_hash','2f68a7ccb59d691298a54d47b0293cde'),(90454,2053,'_download_permissions_granted','yes'),(90455,2053,'_recorded_sales','yes'),(90456,2053,'_recorded_coupon_usage_counts','yes'),(90457,2053,'_new_order_email_sent','true'),(90458,2053,'_order_stock_reduced','yes'),(90459,2053,'_billing_first_name','Blaine'),(90460,2053,'_billing_last_name','Tyrone'),(90461,2053,'_billing_address_1','529 N Main St'),(90462,2053,'_billing_city','Picayune'),(90463,2053,'_billing_state','MS'),(90464,2053,'_billing_postcode','39466'),(90465,2053,'_billing_country','US'),(90466,2053,'_billing_email','info@liceclinicssouthms.com'),(90467,2053,'_billing_phone','6623227518'),(90468,2053,'_shipping_first_name','Blaine'),(90469,2053,'_shipping_last_name','Tyrone'),(90470,2053,'_shipping_address_1','529 N Main St'),(90471,2053,'_shipping_city','Picayune'),(90472,2053,'_shipping_state','MS'),(90473,2053,'_shipping_postcode','39466'),(90474,2053,'_shipping_country','US'),(90475,2053,'_order_currency','USD'),(90476,2053,'_cart_discount','0'),(90477,2053,'_cart_discount_tax','0'),(90478,2053,'_order_shipping','16.09'),(90479,2053,'_order_shipping_tax','0'),(90480,2053,'_order_tax','0'),(90481,2053,'_order_total','94.49'),(90482,2053,'_order_version','7.9.0'),(90483,2053,'_prices_include_tax','no'),(90484,2053,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(90485,2053,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(90486,2053,'is_vat_exempt','no'),(90487,2053,'Payment type','instant'),(90488,2053,'_paypal_status','completed'),(90489,2053,'_transaction_id','89M23771HG3355116'),(90490,2053,'PayPal Transaction Fee','3.79'),(90491,2053,'_date_paid','1690995443'),(90492,2053,'_paid_date','2023-08-02 16:57:23'),(90493,2051,'_edit_lock','1691000795:2'),(90494,2051,'_wc_shipment_tracking_items','a:10:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250119\";s:12:\"date_shipped\";s:10:\"1690934400\";s:11:\"tracking_id\";s:32:\"3b68a50d10689537931efe58e09ee45b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250108\";s:12:\"date_shipped\";i:1691000491;s:11:\"tracking_id\";s:32:\"cde53ac0a022a047f13423c239e0886e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250093\";s:12:\"date_shipped\";i:1691000500;s:11:\"tracking_id\";s:32:\"0ab19a97540189a81b1ec0c6c0a2e4b8\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250082\";s:12:\"date_shipped\";i:1691000627;s:11:\"tracking_id\";s:32:\"c1625cbd3d1e94bb84e132c134a2d912\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250071\";s:12:\"date_shipped\";i:1691000634;s:11:\"tracking_id\";s:32:\"cddfc0a1fdfe0168b4c41198862e6f8e\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250060\";s:12:\"date_shipped\";i:1691000641;s:11:\"tracking_id\";s:32:\"9a8ca429f66f6f47d205c8acb7a73c16\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250050\";s:12:\"date_shipped\";i:1691000651;s:11:\"tracking_id\";s:32:\"96dfc85725cadf57d02ea1da48b76f8f\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250049\";s:12:\"date_shipped\";i:1691000658;s:11:\"tracking_id\";s:32:\"d55dd3215ae9506f7d37fe1bd68d3e73\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250038\";s:12:\"date_shipped\";i:1691000667;s:11:\"tracking_id\";s:32:\"c68dae142f5492b8c1f7cc983db742cc\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250027\";s:12:\"date_shipped\";i:1691000673;s:11:\"tracking_id\";s:32:\"ecc1009eb6d7ce3c2c40f9d444800834\";}}'),(90495,2051,'_edit_last','2'),(90496,2051,'_date_completed','1691000920'),(90497,2051,'_completed_date','2023-08-02 18:28:40'),(90498,2052,'_edit_lock','1691000910:2'),(90499,2052,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250005\";s:12:\"date_shipped\";s:10:\"1690934400\";s:11:\"tracking_id\";s:32:\"76b2f9c9b2a8d7dc2f837751aecd5b70\";}}'),(90500,2052,'_edit_last','2'),(90501,2052,'_date_completed','1691001045'),(90502,2052,'_completed_date','2023-08-02 18:30:45'),(90507,2050,'_edit_lock','1691001478:2'),(90508,2050,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249950\";s:12:\"date_shipped\";s:10:\"1690934400\";s:11:\"tracking_id\";s:32:\"f88bd105dc6eb06d864d4e48fb192eed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830249940\";s:12:\"date_shipped\";i:1691001214;s:11:\"tracking_id\";s:32:\"3721bcb3a903549ad859683a723dcbb8\";}}'),(90509,2050,'_edit_last','2'),(90510,2050,'_date_completed','1691001216'),(90511,2050,'_completed_date','2023-08-02 18:33:36'),(90513,2053,'_edit_lock','1691007750:2'),(90514,2053,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250141\";s:12:\"date_shipped\";s:10:\"1690934400\";s:11:\"tracking_id\";s:32:\"1d0d20d291af5a9f60953afadf2867a5\";}}'),(90515,2053,'_edit_last','2'),(90516,2053,'_date_completed','1691007717'),(90517,2053,'_completed_date','2023-08-02 20:21:57'),(90524,2054,'_order_key','wc_order_iuyJq7ChwqTCp'),(90525,2054,'_customer_user','98'),(90526,2054,'_payment_method','paypal'),(90527,2054,'_payment_method_title','PayPal'),(90528,2054,'_customer_ip_address','73.219.108.253'),(90529,2054,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188'),(90530,2054,'_created_via','checkout'),(90531,2054,'_cart_hash','75889a2deef3712d5369d4d68c51b023'),(90532,2054,'_download_permissions_granted','yes'),(90533,2054,'_recorded_sales','yes'),(90534,2054,'_recorded_coupon_usage_counts','yes'),(90535,2054,'_new_order_email_sent','true'),(90536,2054,'_order_stock_reduced','yes'),(90537,2054,'_billing_first_name','Christine'),(90538,2054,'_billing_last_name','Cherry'),(90539,2054,'_billing_company','NITS END'),(90540,2054,'_billing_address_1','PO BOX 1092'),(90541,2054,'_billing_city','Campton'),(90542,2054,'_billing_state','NH'),(90543,2054,'_billing_postcode','03223'),(90544,2054,'_billing_country','US'),(90545,2054,'_billing_email','christine@liceclinicscolumbus.com'),(90546,2054,'_billing_phone','16034983390'),(90547,2054,'_shipping_first_name','Erica'),(90548,2054,'_shipping_last_name','Froggatt'),(90549,2054,'_shipping_company','LCA'),(90550,2054,'_shipping_address_1','5910 Wilcox Place'),(90551,2054,'_shipping_address_2','Suite E'),(90552,2054,'_shipping_city','Dublin'),(90553,2054,'_shipping_state','OH'),(90554,2054,'_shipping_postcode','43016'),(90555,2054,'_shipping_country','US'),(90556,2054,'_order_currency','USD'),(90557,2054,'_cart_discount','0'),(90558,2054,'_cart_discount_tax','0'),(90559,2054,'_order_shipping','32.07'),(90560,2054,'_order_shipping_tax','0'),(90561,2054,'_order_tax','0'),(90562,2054,'_order_total','301.57'),(90563,2054,'_order_version','7.9.0'),(90564,2054,'_prices_include_tax','no'),(90565,2054,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(90566,2054,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(90567,2054,'is_vat_exempt','no'),(90568,2054,'Payment type','instant'),(90569,2054,'_paypal_status','completed'),(90570,2054,'_transaction_id','4CH52518DJ4806708'),(90571,2054,'PayPal Transaction Fee','11.01'),(90572,2054,'_date_paid','1691011568'),(90573,2054,'_paid_date','2023-08-02 21:26:08'),(90574,2055,'_order_key','wc_order_kuJc41mYdV9RG'),(90575,2055,'_customer_user','5'),(90576,2055,'_payment_method','paypal'),(90577,2055,'_payment_method_title','PayPal'),(90578,2055,'_customer_ip_address','71.59.157.127'),(90579,2055,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(90580,2055,'_created_via','checkout'),(90581,2055,'_cart_hash','07c495fecd506b0e586410ec84a50739'),(90582,2055,'_download_permissions_granted','yes'),(90583,2055,'_recorded_sales','yes'),(90584,2055,'_recorded_coupon_usage_counts','yes'),(90585,2055,'_new_order_email_sent','true'),(90586,2055,'_order_stock_reduced','yes'),(90587,2055,'_billing_first_name','Mark'),(90588,2055,'_billing_last_name','Meyer'),(90589,2055,'_billing_company','lice clinics of america- portland'),(90590,2055,'_billing_address_1','5201 SW Westgate Dr suite 106'),(90591,2055,'_billing_address_2','106'),(90592,2055,'_billing_city','portland'),(90593,2055,'_billing_state','OR'),(90594,2055,'_billing_postcode','97221'),(90595,2055,'_billing_country','US'),(90596,2055,'_billing_email','noemi.and.mark@nwliceclinics.com'),(90597,2055,'_billing_phone','5034040475'),(90598,2055,'_shipping_first_name','Mark'),(90599,2055,'_shipping_last_name','Meyer'),(90600,2055,'_shipping_company','lice clinics of america- portland'),(90601,2055,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(90602,2055,'_shipping_address_2','106'),(90603,2055,'_shipping_city','portland'),(90604,2055,'_shipping_state','OR'),(90605,2055,'_shipping_postcode','97221'),(90606,2055,'_shipping_country','US'),(90607,2055,'_order_currency','USD'),(90608,2055,'_cart_discount','0'),(90609,2055,'_cart_discount_tax','0'),(90610,2055,'_order_shipping','0'),(90611,2055,'_order_shipping_tax','0'),(90612,2055,'_order_tax','0'),(90613,2055,'_order_total','3677.17'),(90614,2055,'_order_version','7.9.0'),(90615,2055,'_prices_include_tax','no'),(90616,2055,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(90617,2055,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(90618,2055,'is_vat_exempt','no'),(90619,2055,'Payment type','instant'),(90620,2055,'_paypal_status','completed'),(90621,2055,'_transaction_id','96A24136CS935310X'),(90622,2055,'PayPal Transaction Fee','128.82'),(90623,2055,'_date_paid','1691017043'),(90624,2055,'_paid_date','2023-08-02 22:57:23'),(90625,2056,'_order_key','wc_order_kdBJiTgGeJVWg'),(90626,2056,'_customer_user','57'),(90627,2056,'_payment_method','paypal'),(90628,2056,'_payment_method_title','PayPal'),(90629,2056,'_customer_ip_address','107.203.54.57'),(90630,2056,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.79'),(90631,2056,'_created_via','checkout'),(90632,2056,'_cart_hash','1a1cc8251967286efc34d4e3b929b72b'),(90633,2056,'_download_permissions_granted','yes'),(90634,2056,'_recorded_sales','yes'),(90635,2056,'_recorded_coupon_usage_counts','yes'),(90636,2056,'_new_order_email_sent','true'),(90637,2056,'_order_stock_reduced','yes'),(90638,2056,'_billing_first_name','Heather'),(90639,2056,'_billing_last_name','Purtle'),(90640,2056,'_billing_company','LCA- Upstate'),(90641,2056,'_billing_address_1','1 Creekview Ct.'),(90642,2056,'_billing_address_2','Ste C'),(90643,2056,'_billing_city','Greenville'),(90644,2056,'_billing_state','SC'),(90645,2056,'_billing_postcode','29615'),(90646,2056,'_billing_country','US'),(90647,2056,'_billing_email','hpurtle@bellsouth.net'),(90648,2056,'_billing_phone','8643604388'),(90649,2056,'_shipping_first_name','Heather'),(90650,2056,'_shipping_last_name','Purtle'),(90651,2056,'_shipping_company','LCA- Upstate'),(90652,2056,'_shipping_address_1','1 Creekview Ct.'),(90653,2056,'_shipping_address_2','Ste C'),(90654,2056,'_shipping_city','Greenville'),(90655,2056,'_shipping_state','SC'),(90656,2056,'_shipping_postcode','29615'),(90657,2056,'_shipping_country','US'),(90658,2056,'_order_currency','USD'),(90659,2056,'_cart_discount','0'),(90660,2056,'_cart_discount_tax','0'),(90661,2056,'_order_shipping','79.81'),(90662,2056,'_order_shipping_tax','0'),(90663,2056,'_order_tax','0'),(90664,2056,'_order_total','201.25'),(90665,2056,'_order_version','7.9.0'),(90666,2056,'_prices_include_tax','no'),(90667,2056,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(90668,2056,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(90669,2056,'is_vat_exempt','no'),(90672,2057,'_order_key','wc_order_rllXjbaoVmpE9'),(90673,2057,'_customer_user','96'),(90674,2057,'_payment_method','paypal'),(90675,2057,'_payment_method_title','PayPal'),(90676,2057,'_customer_ip_address','75.162.187.117'),(90677,2057,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188'),(90678,2057,'_created_via','checkout'),(90679,2057,'_cart_hash','45970c47d24d5565753a0765a9009fdf'),(90680,2057,'_download_permissions_granted','yes'),(90681,2057,'_recorded_sales','yes'),(90682,2057,'_recorded_coupon_usage_counts','yes'),(90683,2057,'_new_order_email_sent','true'),(90684,2057,'_order_stock_reduced','yes'),(90685,2057,'_billing_first_name','Jaimi'),(90686,2057,'_billing_last_name','Anderson'),(90687,2057,'_billing_company','Lice Clinics of America - Des Moines'),(90688,2057,'_billing_address_1','1139 Burlington Ter'),(90689,2057,'_billing_city','Des Moines'),(90690,2057,'_billing_state','IA'),(90691,2057,'_billing_postcode','50314'),(90692,2057,'_billing_country','US'),(90693,2057,'_billing_email','j.m.licesolutions@gmail.com'),(90694,2057,'_billing_phone','515-971-0667'),(90695,2057,'_shipping_first_name','Jaimi'),(90696,2057,'_shipping_last_name','Anderson'),(90697,2057,'_shipping_address_1','1139 Burlington Terrace'),(90698,2057,'_shipping_city','Des Moines'),(90699,2057,'_shipping_state','IA'),(90700,2057,'_shipping_postcode','50314'),(90701,2057,'_shipping_country','US'),(90702,2057,'_order_currency','USD'),(90703,2057,'_cart_discount','0'),(90704,2057,'_cart_discount_tax','0'),(90705,2057,'_order_shipping','17.98'),(90706,2057,'_order_shipping_tax','0'),(90707,2057,'_order_tax','0'),(90708,2057,'_order_total','287.58'),(90709,2057,'_order_version','7.9.0'),(90710,2057,'_prices_include_tax','no'),(90711,2057,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(90712,2057,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(90714,2058,'_order_key','wc_order_bNl1OOPqpkBUS'),(90715,2058,'_customer_user','61'),(90716,2058,'_payment_method','paypal'),(90717,2058,'_payment_method_title','PayPal'),(90718,2058,'_customer_ip_address','217.180.201.156'),(90719,2058,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(90720,2058,'_created_via','checkout'),(90721,2058,'_cart_hash','3ae7a452fe4c35a2e5683e327b66e13e'),(90722,2058,'_download_permissions_granted','yes'),(90723,2058,'_recorded_sales','yes'),(90724,2058,'_recorded_coupon_usage_counts','yes'),(90725,2058,'_new_order_email_sent','true'),(90726,2058,'_order_stock_reduced','yes'),(90727,2058,'_billing_first_name','Judith'),(90728,2058,'_billing_last_name','Hayden'),(90729,2058,'_billing_company','LCAL Hayden LLC'),(90730,2058,'_billing_address_1','1795 Alysheba Way'),(90731,2058,'_billing_address_2','Ste 4105'),(90732,2058,'_billing_city','Lexington'),(90733,2058,'_billing_state','KY'),(90734,2058,'_billing_postcode','40509'),(90735,2058,'_billing_country','US'),(90736,2058,'_billing_email','judy@liceclinicslexington.com'),(90737,2058,'_billing_phone','8595376966'),(90738,2058,'_shipping_first_name','Judy'),(90739,2058,'_shipping_last_name','Hayden'),(90740,2058,'_shipping_company','Lice Clinics of America Lexington'),(90741,2058,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(90742,2058,'_shipping_city','Lexington'),(90743,2058,'_shipping_state','KY'),(90744,2058,'_shipping_postcode','40509'),(90745,2058,'_shipping_country','US'),(90746,2058,'_order_currency','USD'),(90747,2058,'_cart_discount','0'),(90748,2058,'_cart_discount_tax','0'),(90749,2058,'_order_shipping','0'),(90750,2058,'_order_shipping_tax','0'),(90751,2058,'_order_tax','0'),(90752,2058,'_order_total','663.32'),(90753,2058,'_order_version','7.9.0'),(90754,2058,'_prices_include_tax','no'),(90755,2058,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(90756,2058,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(90757,2058,'is_vat_exempt','no'),(90758,2058,'Payment type','instant'),(90759,2058,'_paypal_status','completed'),(90760,2058,'_transaction_id','15P461249M105971L'),(90761,2058,'PayPal Transaction Fee','23.64'),(90762,2058,'_date_paid','1691084182'),(90763,2058,'_paid_date','2023-08-03 17:36:22'),(90764,2054,'_edit_lock','1691084825:2'),(90765,2054,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250314\";s:12:\"date_shipped\";s:10:\"1691020800\";s:11:\"tracking_id\";s:32:\"36dc1186a1582f199ef57d25cbe995db\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250303\";s:12:\"date_shipped\";i:1691084905;s:11:\"tracking_id\";s:32:\"0fb8079bc58401a072a4b3210a3fbd0c\";}}'),(90766,2054,'_edit_last','2'),(90767,2054,'_date_completed','1691084909'),(90768,2054,'_completed_date','2023-08-03 17:48:29'),(90769,2055,'_edit_lock','1691086911:2'),(90770,2055,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250406\";s:12:\"date_shipped\";s:10:\"1691020800\";s:11:\"tracking_id\";s:32:\"899eabe0283c5997e18fe47ee1d053c1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250391\";s:12:\"date_shipped\";i:1691086183;s:11:\"tracking_id\";s:32:\"97d44b293e33a79b71fb57cbb025cb03\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250380\";s:12:\"date_shipped\";i:1691086187;s:11:\"tracking_id\";s:32:\"f9daa6abb0378249ebb2ebb556703464\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250370\";s:12:\"date_shipped\";i:1691086192;s:11:\"tracking_id\";s:32:\"5d99cd888c24ca91157a32141daf0d0d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250369\";s:12:\"date_shipped\";i:1691086198;s:11:\"tracking_id\";s:32:\"c544099dd0a934ef2aa18e5d0c401803\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250358\";s:12:\"date_shipped\";i:1691086205;s:11:\"tracking_id\";s:32:\"e5e73b078847c9bc44b883e200a0a8b5\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250347\";s:12:\"date_shipped\";i:1691086210;s:11:\"tracking_id\";s:32:\"bf9740e5a33145e8e6154ac9f2977bc1\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250336\";s:12:\"date_shipped\";i:1691086215;s:11:\"tracking_id\";s:32:\"144a3ec83fd53c007ce575154a214aea\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250325\";s:12:\"date_shipped\";i:1691086221;s:11:\"tracking_id\";s:32:\"7a167b5049e21af69dbb97f434cff9b8\";}}'),(90771,2055,'_edit_last','2'),(90772,2055,'_date_completed','1691086228'),(90773,2055,'_completed_date','2023-08-03 18:10:28'),(90774,2057,'is_vat_exempt','no'),(90775,2057,'Payment type','instant'),(90776,2057,'_paypal_status','completed'),(90777,2057,'_transaction_id','1G3104966M3676157'),(90778,2057,'PayPal Transaction Fee','10.53'),(90779,2057,'_date_paid','1691089550'),(90780,2057,'_paid_date','2023-08-03 19:05:50'),(90781,2056,'_edit_lock','1691441483:2'),(90782,2056,'_edit_last','2'),(90783,2058,'_edit_lock','1691101280:2'),(90784,2058,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250520\";s:12:\"date_shipped\";s:10:\"1691020800\";s:11:\"tracking_id\";s:32:\"07d93466beaad08a0e3f2f38fe11ed5d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250510\";s:12:\"date_shipped\";s:10:\"1691020800\";s:11:\"tracking_id\";s:32:\"43081aa66f72d47f467393c03b4ec743\";}}'),(90785,2058,'_edit_last','2'),(90786,2058,'_date_completed','1691101091'),(90787,2058,'_completed_date','2023-08-03 22:18:11'),(90788,2057,'_edit_lock','1691101335:2'),(90789,2057,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250553\";s:12:\"date_shipped\";s:10:\"1691020800\";s:11:\"tracking_id\";s:32:\"87164f3057ccfc9fc1966f8a20bc5c51\";}}'),(90790,2057,'_edit_last','2'),(90791,2057,'_date_completed','1691101472'),(90792,2057,'_completed_date','2023-08-03 22:24:32'),(90793,2056,'Payment type','instant'),(90794,2056,'_paypal_status','completed'),(90795,2056,'_transaction_id','0L543502JL4847414'),(90796,2056,'PayPal Transaction Fee','7.51'),(90797,2056,'_date_paid','1691196056'),(90798,2056,'_paid_date','2023-08-05 00:40:56'),(90801,2056,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250921\";s:12:\"date_shipped\";s:10:\"1691366400\";s:11:\"tracking_id\";s:32:\"68e0cfda6d9cb73f9843fac5cd8dd5d2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830250910\";s:12:\"date_shipped\";i:1691441463;s:11:\"tracking_id\";s:32:\"7ce3b6e11705645df54912f7c612e0e8\";}}'),(90802,2056,'_date_completed','1691441465'),(90803,2056,'_completed_date','2023-08-07 20:51:05'),(90804,2059,'_order_key','wc_order_K44lgX9s0C0mR'),(90805,2059,'_customer_user','50'),(90806,2059,'_payment_method','paypal'),(90807,2059,'_payment_method_title','PayPal'),(90808,2059,'_customer_ip_address','73.219.108.253'),(90809,2059,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188'),(90810,2059,'_created_via','checkout'),(90811,2059,'_cart_hash','9b98a2b2784e135acb6d068569e10dd1'),(90812,2059,'_download_permissions_granted','yes'),(90813,2059,'_recorded_sales','yes'),(90814,2059,'_recorded_coupon_usage_counts','yes'),(90815,2059,'_new_order_email_sent','true'),(90816,2059,'_order_stock_reduced','yes'),(90817,2059,'_billing_first_name','Christine'),(90818,2059,'_billing_last_name','Cherry'),(90819,2059,'_billing_company','NITS END'),(90820,2059,'_billing_address_1','PO BOX 1092'),(90821,2059,'_billing_city','Campton'),(90822,2059,'_billing_state','NH'),(90823,2059,'_billing_postcode','03223'),(90824,2059,'_billing_country','US'),(90825,2059,'_billing_email','info@liceclinicsplaistow.com'),(90826,2059,'_billing_phone','16034983390'),(90827,2059,'_shipping_first_name','Ivy'),(90828,2059,'_shipping_last_name','Shannon'),(90829,2059,'_shipping_company','Nits End'),(90830,2059,'_shipping_address_1','125 Nash Rd'),(90831,2059,'_shipping_address_2','Apt B'),(90832,2059,'_shipping_city','Windham'),(90833,2059,'_shipping_state','ME'),(90834,2059,'_shipping_postcode','04062'),(90835,2059,'_shipping_country','US'),(90836,2059,'_order_currency','USD'),(90837,2059,'_cart_discount','0'),(90838,2059,'_cart_discount_tax','0'),(90839,2059,'_order_shipping','0'),(90840,2059,'_order_shipping_tax','0'),(90841,2059,'_order_tax','0'),(90842,2059,'_order_total','857.17'),(90843,2059,'_order_version','8.0.1'),(90844,2059,'_prices_include_tax','no'),(90845,2059,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(90846,2059,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(90847,2059,'is_vat_exempt','no'),(90848,2060,'_order_key','wc_order_JWDpZcfkq2DH5'),(90849,2060,'_customer_user','20'),(90850,2060,'_payment_method','paypal'),(90851,2060,'_payment_method_title','PayPal'),(90852,2060,'_customer_ip_address','45.51.241.116'),(90853,2060,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(90854,2060,'_created_via','checkout'),(90855,2060,'_cart_hash','4b776cda4ff72acc8786907efaea3d97'),(90856,2060,'_download_permissions_granted','yes'),(90857,2060,'_recorded_sales','yes'),(90858,2060,'_recorded_coupon_usage_counts','yes'),(90859,2060,'_new_order_email_sent','true'),(90860,2060,'_order_stock_reduced','yes'),(90861,2060,'_billing_first_name','Hasani'),(90862,2060,'_billing_last_name','Thompson'),(90863,2060,'_billing_company','Heat in Hair'),(90864,2060,'_billing_address_1','27225 Camp Plenty Road'),(90865,2060,'_billing_address_2','1D'),(90866,2060,'_billing_city','Santa Clarita'),(90867,2060,'_billing_state','CA'),(90868,2060,'_billing_postcode','91351'),(90869,2060,'_billing_country','US'),(90870,2060,'_billing_email','info@liceclinicssantaclarita.com'),(90871,2060,'_billing_phone','6615850263'),(90872,2060,'_shipping_first_name','Hasani'),(90873,2060,'_shipping_last_name','Thompson'),(90874,2060,'_shipping_company','Heat in Hair'),(90875,2060,'_shipping_address_1','5145 Nightsky Place'),(90876,2060,'_shipping_city','Palmdale'),(90877,2060,'_shipping_state','CA'),(90878,2060,'_shipping_postcode','93552'),(90879,2060,'_shipping_country','US'),(90880,2060,'_order_currency','USD'),(90881,2060,'_cart_discount','0'),(90882,2060,'_cart_discount_tax','0'),(90883,2060,'_order_shipping','63.41'),(90884,2060,'_order_shipping_tax','0'),(90885,2060,'_order_tax','0'),(90886,2060,'_order_total','511.92'),(90887,2060,'_order_version','8.0.0'),(90888,2060,'_prices_include_tax','no'),(90889,2060,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(90890,2060,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(90893,2060,'is_vat_exempt','no'),(90894,2060,'Payment type','instant'),(90895,2060,'_paypal_status','completed'),(90896,2060,'_transaction_id','96B52393UJ8626301'),(90897,2060,'PayPal Transaction Fee','18.36'),(90898,2060,'_date_paid','1691557575'),(90899,2060,'_paid_date','2023-08-09 05:06:15'),(90900,2061,'_order_key','wc_order_W5ab458nMwjoe'),(90901,2061,'_customer_user','76'),(90902,2061,'_payment_method','paypal'),(90903,2061,'_payment_method_title','PayPal'),(90904,2061,'_customer_ip_address','146.115.131.163'),(90905,2061,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(90906,2061,'_created_via','checkout'),(90907,2061,'_cart_hash','72cd9e816b229930321b710a8418d506'),(90908,2061,'_download_permissions_granted','yes'),(90909,2061,'_recorded_sales','yes'),(90910,2061,'_recorded_coupon_usage_counts','yes'),(90911,2061,'_new_order_email_sent','true'),(90912,2061,'_order_stock_reduced','yes'),(90913,2061,'_billing_first_name','Naomi'),(90914,2061,'_billing_last_name','Golden'),(90915,2061,'_billing_address_1','31 Mann Ave'),(90916,2061,'_billing_city','Needham'),(90917,2061,'_billing_state','MA'),(90918,2061,'_billing_postcode','02492'),(90919,2061,'_billing_country','US'),(90920,2061,'_billing_email','nrgolden6486@gmail.com'),(90921,2061,'_billing_phone','617-851-1322'),(90922,2061,'_shipping_first_name','Naomi'),(90923,2061,'_shipping_last_name','Golden'),(90924,2061,'_shipping_company','Lice Aunties'),(90925,2061,'_shipping_address_1','1349 Centre Street'),(90926,2061,'_shipping_city','Newton'),(90927,2061,'_shipping_state','MA'),(90928,2061,'_shipping_postcode','02459'),(90929,2061,'_shipping_country','US'),(90930,2061,'_order_currency','USD'),(90931,2061,'_cart_discount','0'),(90932,2061,'_cart_discount_tax','0'),(90933,2061,'_order_shipping','0'),(90934,2061,'_order_shipping_tax','0'),(90935,2061,'_order_tax','0'),(90936,2061,'_order_total','506.48'),(90937,2061,'_order_version','8.0.1'),(90938,2061,'_prices_include_tax','no'),(90939,2061,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(90940,2061,'_shipping_address_index','Naomi Golden Lice Aunties 1349 Centre Street  Newton MA 02459 US '),(90941,2061,'is_vat_exempt','no'),(90942,2061,'_edit_lock','1691699457:2'),(90943,2061,'_edit_last','2'),(90944,2060,'_edit_lock','1691601719:2'),(90945,2060,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251300\";s:12:\"date_shipped\";s:10:\"1691539200\";s:11:\"tracking_id\";s:32:\"73367b66fadaf3ea88085b4500b359c5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251295\";s:12:\"date_shipped\";i:1691601691;s:11:\"tracking_id\";s:32:\"67223bedb472edf070d62fa99d30e099\";}}'),(90946,2060,'_edit_last','2'),(90947,2060,'_date_completed','1691601705'),(90948,2060,'_completed_date','2023-08-09 17:21:45'),(90949,2061,'Payment type','instant'),(90950,2061,'_paypal_status','completed'),(90951,2061,'_transaction_id','3J112793EB111362A'),(90952,2061,'PayPal Transaction Fee','18.17'),(90953,2061,'_date_paid','1691602043'),(90954,2061,'_paid_date','2023-08-09 17:27:23'),(90955,2059,'Payment type','instant'),(90956,2059,'_paypal_status','completed'),(90957,2059,'_transaction_id','8H651231H54598023'),(90958,2059,'PayPal Transaction Fee','30.41'),(90959,2059,'_date_paid','1691611036'),(90960,2059,'_paid_date','2023-08-09 19:57:16'),(90961,2062,'_order_key','wc_order_eXYI9vV3ixJ8J'),(90962,2062,'_customer_user','98'),(90963,2062,'_payment_method','paypal'),(90964,2062,'_payment_method_title','PayPal'),(90965,2062,'_customer_ip_address','73.219.108.253'),(90966,2062,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.188'),(90967,2062,'_created_via','checkout'),(90968,2062,'_cart_hash','3932e28b7afcfd9b60324514a2867d01'),(90969,2062,'_download_permissions_granted','yes'),(90970,2062,'_recorded_sales','yes'),(90971,2062,'_recorded_coupon_usage_counts','yes'),(90972,2062,'_new_order_email_sent','true'),(90973,2062,'_order_stock_reduced','yes'),(90974,2062,'_billing_first_name','Christine'),(90975,2062,'_billing_last_name','Cherry'),(90976,2062,'_billing_company','NITS END'),(90977,2062,'_billing_address_1','PO BOX 1092'),(90978,2062,'_billing_city','Campton'),(90979,2062,'_billing_state','NH'),(90980,2062,'_billing_postcode','03223'),(90981,2062,'_billing_country','US'),(90982,2062,'_billing_email','christine@liceclinicscolumbus.com'),(90983,2062,'_billing_phone','16034983390'),(90984,2062,'_shipping_first_name','Erica'),(90985,2062,'_shipping_last_name','Froggatt'),(90986,2062,'_shipping_company','LCA'),(90987,2062,'_shipping_address_1','5910 Wilcox Place'),(90988,2062,'_shipping_address_2','Suite E'),(90989,2062,'_shipping_city','Dublin'),(90990,2062,'_shipping_state','OH'),(90991,2062,'_shipping_postcode','43016'),(90992,2062,'_shipping_country','US'),(90993,2062,'_order_currency','USD'),(90994,2062,'_cart_discount','0'),(90995,2062,'_cart_discount_tax','0'),(90996,2062,'_order_shipping','133.15'),(90997,2062,'_order_shipping_tax','0'),(90998,2062,'_order_tax','0'),(90999,2062,'_order_total','557.95'),(91000,2062,'_order_version','8.0.1'),(91001,2062,'_prices_include_tax','no'),(91002,2062,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(91003,2062,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(91004,2062,'is_vat_exempt','no'),(91005,2062,'Payment type','instant'),(91006,2062,'_paypal_status','completed'),(91007,2062,'_transaction_id','16N52760RU739184Y'),(91008,2062,'PayPal Transaction Fee','19.96'),(91009,2062,'_date_paid','1691611519'),(91010,2062,'_paid_date','2023-08-09 20:05:19'),(91011,2063,'_order_key','wc_order_3Mh7rfRLMaqgr'),(91012,2063,'_customer_user','79'),(91013,2063,'_payment_method','paypal'),(91014,2063,'_payment_method_title','PayPal'),(91015,2063,'_customer_ip_address','76.72.43.108'),(91016,2063,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(91017,2063,'_created_via','checkout'),(91018,2063,'_cart_hash','04ec5ab98c4dd5ae5bc79195212aaee7'),(91019,2063,'_download_permissions_granted','yes'),(91020,2063,'_recorded_sales','yes'),(91021,2063,'_recorded_coupon_usage_counts','yes'),(91022,2063,'_new_order_email_sent','true'),(91023,2063,'_order_stock_reduced','yes'),(91024,2063,'_billing_first_name','Shanna'),(91025,2063,'_billing_last_name','Castille'),(91026,2063,'_billing_address_1','1097 Hundley Rd'),(91027,2063,'_billing_city','Eunice'),(91028,2063,'_billing_state','LA'),(91029,2063,'_billing_postcode','70535'),(91030,2063,'_billing_country','US'),(91031,2063,'_billing_email','Shanna_sr09@yahoo.com'),(91032,2063,'_billing_phone','3374668998'),(91033,2063,'_shipping_first_name','Shanna'),(91034,2063,'_shipping_last_name','Castille'),(91035,2063,'_shipping_address_1','1097 Hundley Rd'),(91036,2063,'_shipping_city','eunice'),(91037,2063,'_shipping_state','LA'),(91038,2063,'_shipping_postcode','70535'),(91039,2063,'_shipping_country','US'),(91040,2063,'_order_currency','USD'),(91041,2063,'_cart_discount','0'),(91042,2063,'_cart_discount_tax','0'),(91043,2063,'_order_shipping','0'),(91044,2063,'_order_shipping_tax','0'),(91045,2063,'_order_tax','0'),(91046,2063,'_order_total','738.14'),(91047,2063,'_order_version','8.0.1'),(91048,2063,'_prices_include_tax','no'),(91049,2063,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(91050,2063,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(91051,2063,'is_vat_exempt','no'),(91052,2063,'Payment type','instant'),(91053,2063,'_paypal_status','completed'),(91054,2063,'_transaction_id','6NH05248SK259861Y'),(91055,2063,'PayPal Transaction Fee','26.25'),(91056,2063,'_date_paid','1691623387'),(91057,2063,'_paid_date','2023-08-09 23:23:07'),(91064,2064,'_order_key','wc_order_1DcV6m2xXkgVa'),(91065,2064,'_customer_user','47'),(91066,2064,'_payment_method','paypal'),(91067,2064,'_payment_method_title','PayPal'),(91068,2064,'_customer_ip_address','97.77.63.57'),(91069,2064,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91070,2064,'_created_via','checkout'),(91071,2064,'_cart_hash','8b437d85a371c0ec32e48dc43ceb604a'),(91072,2064,'_download_permissions_granted','yes'),(91073,2064,'_recorded_sales','yes'),(91074,2064,'_recorded_coupon_usage_counts','yes'),(91075,2064,'_new_order_email_sent','true'),(91076,2064,'_order_stock_reduced','yes'),(91077,2064,'_billing_first_name','Tracy'),(91078,2064,'_billing_last_name','Copeland'),(91079,2064,'_billing_company','LCA SA WEST'),(91080,2064,'_billing_address_1','14223 Silverhollow'),(91081,2064,'_billing_city','San Antonio'),(91082,2064,'_billing_state','TX'),(91083,2064,'_billing_postcode','78232'),(91084,2064,'_billing_country','US'),(91085,2064,'_billing_email','info@liceclinicsofsanantonio.com'),(91086,2064,'_billing_phone','2103135033'),(91087,2064,'_shipping_first_name','Tracy'),(91088,2064,'_shipping_last_name','Copeland'),(91089,2064,'_shipping_company','LCA SA WEST'),(91090,2064,'_shipping_address_1','14223 Silverhollow'),(91091,2064,'_shipping_city','San Antonio'),(91092,2064,'_shipping_state','TX'),(91093,2064,'_shipping_postcode','78232'),(91094,2064,'_shipping_country','US'),(91095,2064,'_order_currency','USD'),(91096,2064,'_cart_discount','0'),(91097,2064,'_cart_discount_tax','0'),(91098,2064,'_order_shipping','0'),(91099,2064,'_order_shipping_tax','0'),(91100,2064,'_order_tax','0'),(91101,2064,'_order_total','939.84'),(91102,2064,'_order_version','8.0.1'),(91103,2064,'_prices_include_tax','no'),(91104,2064,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(91105,2064,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(91106,2064,'is_vat_exempt','no'),(91107,2064,'Payment type','instant'),(91108,2064,'_paypal_status','completed'),(91109,2064,'_transaction_id','1G3488561B2391804'),(91110,2064,'PayPal Transaction Fee','33.29'),(91111,2064,'_date_paid','1691681601'),(91112,2064,'_paid_date','2023-08-10 15:33:21'),(91113,2065,'_order_key','wc_order_gRfPezeRnsMhv'),(91114,2065,'_customer_user','28'),(91115,2065,'_payment_method','paypal'),(91116,2065,'_payment_method_title','PayPal'),(91117,2065,'_customer_ip_address','172.115.255.171'),(91118,2065,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91119,2065,'_created_via','checkout'),(91120,2065,'_cart_hash','7fa48bfca594839f29f8444528269714'),(91121,2065,'_download_permissions_granted','yes'),(91122,2065,'_recorded_sales','yes'),(91123,2065,'_recorded_coupon_usage_counts','yes'),(91124,2065,'_new_order_email_sent','true'),(91125,2065,'_order_stock_reduced','yes'),(91126,2065,'_billing_first_name','Kelli'),(91127,2065,'_billing_last_name','Washington'),(91128,2065,'_billing_company','Lice Clinics of America - Temecula'),(91129,2065,'_billing_address_1','2438 Bear Rock Gln.'),(91130,2065,'_billing_city','Escondido'),(91131,2065,'_billing_state','CA'),(91132,2065,'_billing_postcode','92026'),(91133,2065,'_billing_country','US'),(91134,2065,'_billing_email','info@liceclinicstemecula.com'),(91135,2065,'_billing_phone','7606255580'),(91136,2065,'_shipping_first_name','Kelli'),(91137,2065,'_shipping_last_name','Washington'),(91138,2065,'_shipping_company','Lice Clinics of America - Temecula'),(91139,2065,'_shipping_address_1','2438 Bear Rock Gln.'),(91140,2065,'_shipping_city','Escondido'),(91141,2065,'_shipping_state','CA'),(91142,2065,'_shipping_postcode','92026'),(91143,2065,'_shipping_country','US'),(91144,2065,'_order_currency','USD'),(91145,2065,'_cart_discount','0'),(91146,2065,'_cart_discount_tax','0'),(91147,2065,'_order_shipping','36.65'),(91148,2065,'_order_shipping_tax','0'),(91149,2065,'_order_tax','0'),(91150,2065,'_order_total','321.23'),(91151,2065,'_order_version','8.0.1'),(91152,2065,'_prices_include_tax','no'),(91153,2065,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(91154,2065,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(91155,2065,'is_vat_exempt','no'),(91156,2065,'Payment type','instant'),(91157,2065,'_paypal_status','completed'),(91158,2065,'_transaction_id','0A239073N2424431S'),(91159,2065,'PayPal Transaction Fee','11.70'),(91160,2065,'_date_paid','1691695116'),(91161,2065,'_paid_date','2023-08-10 19:18:36'),(91162,2061,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251480\";s:12:\"date_shipped\";s:10:\"1691625600\";s:11:\"tracking_id\";s:32:\"e34aac333ef1b52e00e023dc77f559ed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251479\";s:12:\"date_shipped\";i:1691699541;s:11:\"tracking_id\";s:32:\"3bf211203153d7652e814a969c40fadf\";}}'),(91163,2061,'_date_completed','1691699559'),(91164,2061,'_completed_date','2023-08-10 20:32:39'),(91165,2059,'_edit_lock','1691699717:2'),(91166,2059,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251582\";s:12:\"date_shipped\";s:10:\"1691625600\";s:11:\"tracking_id\";s:32:\"c4d1418837d8eddd19b0b2c7dbec7c93\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251571\";s:12:\"date_shipped\";i:1691699696;s:11:\"tracking_id\";s:32:\"e7ed58d88c446b8123515ed5861542b2\";}}'),(91167,2059,'_edit_last','2'),(91168,2059,'_date_completed','1691699699'),(91169,2059,'_completed_date','2023-08-10 20:34:59'),(91170,2063,'_edit_lock','1691699720:2'),(91171,2063,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251560\";s:12:\"date_shipped\";s:10:\"1691625600\";s:11:\"tracking_id\";s:32:\"1d73c3f3bf29566bc589e1483dc274c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251550\";s:12:\"date_shipped\";i:1691699779;s:11:\"tracking_id\";s:32:\"168eb359150eea21b5033294c37ee8ec\";}}'),(91172,2063,'_edit_last','2'),(91173,2063,'_date_completed','1691699784'),(91174,2063,'_completed_date','2023-08-10 20:36:24'),(91183,2066,'_order_key','wc_order_xLPm2TWGPc2rn'),(91184,2066,'_customer_user','82'),(91185,2066,'_payment_method','paypal'),(91186,2066,'_payment_method_title','PayPal'),(91187,2066,'_customer_ip_address','98.218.24.92'),(91188,2066,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(91189,2066,'_created_via','checkout'),(91190,2066,'_cart_hash','9545e9db195ebdec6f31e102b4959cfb'),(91191,2066,'_download_permissions_granted','yes'),(91192,2066,'_recorded_sales','yes'),(91193,2066,'_recorded_coupon_usage_counts','yes'),(91194,2066,'_new_order_email_sent','true'),(91195,2066,'_order_stock_reduced','yes'),(91196,2066,'_billing_first_name','Nigel'),(91197,2066,'_billing_last_name','Le'),(91198,2066,'_billing_address_1','6080 FRANCONIA ROAD'),(91199,2066,'_billing_address_2','SUITE D'),(91200,2066,'_billing_city','ALEXANDRIA'),(91201,2066,'_billing_state','VA'),(91202,2066,'_billing_postcode','22310'),(91203,2066,'_billing_country','US'),(91204,2066,'_billing_email','sonnynguyenle@gmail.com'),(91205,2066,'_billing_phone','703-520-9000'),(91206,2066,'_shipping_first_name','SONNY'),(91207,2066,'_shipping_last_name','LE'),(91208,2066,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(91209,2066,'_shipping_city','FAIRFAX'),(91210,2066,'_shipping_state','VA'),(91211,2066,'_shipping_postcode','22030'),(91212,2066,'_shipping_country','US'),(91213,2066,'_order_currency','USD'),(91214,2066,'_cart_discount','0'),(91215,2066,'_cart_discount_tax','0'),(91216,2066,'_order_shipping','0'),(91217,2066,'_order_shipping_tax','0'),(91218,2066,'_order_tax','0'),(91219,2066,'_order_total','648.84'),(91220,2066,'_order_version','8.0.1'),(91221,2066,'_prices_include_tax','no'),(91222,2066,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(91223,2066,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(91224,2066,'is_vat_exempt','no'),(91225,2066,'Payment type','instant'),(91226,2066,'_paypal_status','completed'),(91227,2066,'_transaction_id','02L50808ET419763R'),(91228,2066,'PayPal Transaction Fee','23.13'),(91229,2066,'_date_paid','1691785003'),(91230,2066,'_paid_date','2023-08-11 20:16:43'),(91231,2062,'_edit_lock','1691789933:2'),(91232,2062,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251549\";s:12:\"date_shipped\";s:10:\"1691712000\";s:11:\"tracking_id\";s:32:\"9cfe71ec1a06f2103d463cb1436874df\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251550\";s:12:\"date_shipped\";i:1691790041;s:11:\"tracking_id\";s:32:\"24afb2a80b62c1b6b1e2fbb674dfc5e3\";}}'),(91233,2062,'_edit_last','2'),(91234,2062,'_date_completed','1691790046'),(91235,2062,'_completed_date','2023-08-11 21:40:46'),(91236,2065,'_edit_lock','1691790011:2'),(91237,2065,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251663\";s:12:\"date_shipped\";s:10:\"1691712000\";s:11:\"tracking_id\";s:32:\"56f8ad9ebaf15e0c7c89846993f8cb59\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251652\";s:12:\"date_shipped\";i:1691790115;s:11:\"tracking_id\";s:32:\"9ce97fa3c56834a585508c6cca6c8023\";}}'),(91238,2065,'_edit_last','2'),(91239,2065,'_date_completed','1691790121'),(91240,2065,'_completed_date','2023-08-11 21:42:01'),(91242,2067,'_order_key','wc_order_zl0byJNtOQsab'),(91243,2067,'_customer_user','4'),(91244,2067,'_payment_method','paypal'),(91245,2067,'_payment_method_title','PayPal'),(91246,2067,'_customer_ip_address','98.202.98.57'),(91247,2067,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91248,2067,'_created_via','checkout'),(91249,2067,'_cart_hash','d7f23dd04b9871b1dc732b11cabb38c0'),(91250,2067,'_download_permissions_granted','yes'),(91251,2067,'_recorded_sales','yes'),(91252,2067,'_recorded_coupon_usage_counts','yes'),(91253,2067,'_new_order_email_sent','true'),(91254,2067,'_order_stock_reduced','yes'),(91255,2067,'_billing_first_name','David'),(91256,2067,'_billing_last_name','Washburn'),(91257,2067,'_billing_company','Larada Sciences (LCA)'),(91258,2067,'_billing_address_1','4873 South State St.'),(91259,2067,'_billing_city','Murray'),(91260,2067,'_billing_state','UT'),(91261,2067,'_billing_postcode','84107'),(91262,2067,'_billing_country','US'),(91263,2067,'_billing_email','david@laradasciences.com'),(91264,2067,'_billing_phone','8019197428'),(91265,2067,'_shipping_first_name','David'),(91266,2067,'_shipping_last_name','Washburn'),(91267,2067,'_shipping_company','Larada Sciences (LCA)'),(91268,2067,'_shipping_address_1','4873 South State St.'),(91269,2067,'_shipping_city','Murray'),(91270,2067,'_shipping_state','UT'),(91271,2067,'_shipping_postcode','84107'),(91272,2067,'_shipping_country','US'),(91273,2067,'_order_currency','USD'),(91274,2067,'_cart_discount','0'),(91275,2067,'_cart_discount_tax','0'),(91276,2067,'_order_shipping','0'),(91277,2067,'_order_shipping_tax','0'),(91278,2067,'_order_tax','0'),(91279,2067,'_order_total','1518.74'),(91280,2067,'_order_version','8.0.1'),(91281,2067,'_prices_include_tax','no'),(91282,2067,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(91283,2067,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(91284,2067,'is_vat_exempt','no'),(91285,2068,'_order_key','wc_order_zxOTcrZmnWJBK'),(91286,2068,'_customer_user','6'),(91287,2068,'_payment_method','paypal'),(91288,2068,'_payment_method_title','PayPal'),(91289,2068,'_customer_ip_address','98.244.29.91'),(91290,2068,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91291,2068,'_created_via','checkout'),(91292,2068,'_cart_hash','d904c9af31491328db051718b464638d'),(91293,2068,'_download_permissions_granted','yes'),(91294,2068,'_recorded_sales','yes'),(91295,2068,'_recorded_coupon_usage_counts','yes'),(91296,2068,'_new_order_email_sent','true'),(91297,2068,'_order_stock_reduced','yes'),(91298,2068,'_billing_first_name','Amira'),(91299,2068,'_billing_last_name','Purto'),(91300,2068,'_billing_address_1','2628 Acapulco Way'),(91301,2068,'_billing_city','Modesto'),(91302,2068,'_billing_state','CA'),(91303,2068,'_billing_postcode','95355'),(91304,2068,'_billing_country','US'),(91305,2068,'_billing_email','amira77@sbcglobal.net'),(91306,2068,'_billing_phone','2096422061'),(91307,2068,'_shipping_first_name','Amira'),(91308,2068,'_shipping_last_name','Purto'),(91309,2068,'_shipping_address_1','2628 Acapulco Way'),(91310,2068,'_shipping_city','Modesto'),(91311,2068,'_shipping_state','CA'),(91312,2068,'_shipping_postcode','95355'),(91313,2068,'_shipping_country','US'),(91314,2068,'_order_currency','USD'),(91315,2068,'_cart_discount','0'),(91316,2068,'_cart_discount_tax','0'),(91317,2068,'_order_shipping','0'),(91318,2068,'_order_shipping_tax','0'),(91319,2068,'_order_tax','0'),(91320,2068,'_order_total','1392.60'),(91321,2068,'_order_version','8.0.1'),(91322,2068,'_prices_include_tax','no'),(91323,2068,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(91324,2068,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(91325,2068,'is_vat_exempt','no'),(91326,2068,'Payment type','instant'),(91327,2068,'_paypal_status','completed'),(91328,2068,'_transaction_id','7863640908046170G'),(91329,2068,'PayPal Transaction Fee','49.09'),(91330,2068,'_date_paid','1691866144'),(91331,2068,'_paid_date','2023-08-12 18:49:04'),(91332,2069,'_order_key','wc_order_9LQljRXkrDjjo'),(91333,2069,'_customer_user','6'),(91334,2069,'_payment_method','paypal'),(91335,2069,'_payment_method_title','PayPal'),(91336,2069,'_customer_ip_address','98.244.29.91'),(91337,2069,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91338,2069,'_created_via','checkout'),(91339,2069,'_cart_hash','f2c57f9d7e0e8b8526f8e04be7c68430'),(91340,2069,'_download_permissions_granted','yes'),(91341,2069,'_recorded_sales','yes'),(91342,2069,'_recorded_coupon_usage_counts','yes'),(91343,2069,'_new_order_email_sent','true'),(91344,2069,'_order_stock_reduced','yes'),(91345,2069,'_billing_first_name','Amira'),(91346,2069,'_billing_last_name','Purto'),(91347,2069,'_billing_address_1','2628 Acapulco Way'),(91348,2069,'_billing_city','Modesto'),(91349,2069,'_billing_state','CA'),(91350,2069,'_billing_postcode','95355'),(91351,2069,'_billing_country','US'),(91352,2069,'_billing_email','amira77@sbcglobal.net'),(91353,2069,'_billing_phone','2096422061'),(91354,2069,'_shipping_first_name','Amira'),(91355,2069,'_shipping_last_name','Purto'),(91356,2069,'_shipping_address_1','2628 Acapulco Way'),(91357,2069,'_shipping_city','Modesto'),(91358,2069,'_shipping_state','CA'),(91359,2069,'_shipping_postcode','95355'),(91360,2069,'_shipping_country','US'),(91361,2069,'_order_currency','USD'),(91362,2069,'_cart_discount','0'),(91363,2069,'_cart_discount_tax','0'),(91364,2069,'_order_shipping','0'),(91365,2069,'_order_shipping_tax','0'),(91366,2069,'_order_tax','0'),(91367,2069,'_order_total','1112.38'),(91368,2069,'_order_version','8.0.1'),(91369,2069,'_prices_include_tax','no'),(91370,2069,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(91371,2069,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(91372,2069,'is_vat_exempt','no'),(91373,2069,'Payment type','instant'),(91374,2069,'_paypal_status','completed'),(91375,2069,'_transaction_id','83833620PS3930136'),(91376,2069,'PayPal Transaction Fee','39.31'),(91377,2069,'_date_paid','1691867668'),(91378,2069,'_paid_date','2023-08-12 19:14:28'),(91379,2070,'_order_key','wc_order_K9Y4g3XiOZcsE'),(91380,2070,'_customer_user','87'),(91381,2070,'_payment_method','paypal'),(91382,2070,'_payment_method_title','PayPal'),(91383,2070,'_customer_ip_address','68.0.99.237'),(91384,2070,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91385,2070,'_created_via','checkout'),(91386,2070,'_cart_hash','18d891556b191ebeb2f97a25ec2360f3'),(91387,2070,'_download_permissions_granted','yes'),(91388,2070,'_recorded_sales','yes'),(91389,2070,'_recorded_coupon_usage_counts','yes'),(91390,2070,'_new_order_email_sent','true'),(91391,2070,'_order_stock_reduced','yes'),(91392,2070,'_billing_first_name','Wade'),(91393,2070,'_billing_last_name','Huntsman'),(91394,2070,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(91395,2070,'_billing_address_1','3421 E 21st'),(91396,2070,'_billing_city','Tulsa'),(91397,2070,'_billing_state','OK'),(91398,2070,'_billing_postcode','74114'),(91399,2070,'_billing_country','US'),(91400,2070,'_billing_email','info@liceclinicsmidsouth.com'),(91401,2070,'_billing_phone','9189783329'),(91402,2070,'_shipping_first_name','Tiffany'),(91403,2070,'_shipping_last_name','Sporn'),(91404,2070,'_shipping_address_1','16621 West 29th Street North'),(91405,2070,'_shipping_city','Colwich'),(91406,2070,'_shipping_state','KS'),(91407,2070,'_shipping_postcode','67030'),(91408,2070,'_shipping_country','US'),(91409,2070,'_order_currency','USD'),(91410,2070,'_cart_discount','0'),(91411,2070,'_cart_discount_tax','0'),(91412,2070,'_order_shipping','0'),(91413,2070,'_order_shipping_tax','0'),(91414,2070,'_order_tax','0'),(91415,2070,'_order_total','625.72'),(91416,2070,'_order_version','8.0.2'),(91417,2070,'_prices_include_tax','no'),(91418,2070,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(91419,2070,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(91420,2070,'is_vat_exempt','no'),(91421,2070,'Payment type','instant'),(91422,2070,'_paypal_status','completed'),(91423,2070,'_transaction_id','0WM25483RN983272V'),(91424,2070,'PayPal Transaction Fee','22.33'),(91425,2070,'_date_paid','1691971278'),(91426,2070,'_paid_date','2023-08-14 00:01:18'),(91427,2071,'_order_key','wc_order_woibqn35Lq1Wp'),(91428,2071,'_customer_user','87'),(91429,2071,'_payment_method','paypal'),(91430,2071,'_payment_method_title','PayPal'),(91431,2071,'_customer_ip_address','68.0.99.237'),(91432,2071,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91433,2071,'_created_via','checkout'),(91434,2071,'_cart_hash','f339bfaa224af5a445b9711a352a6a2a'),(91435,2071,'_download_permissions_granted','yes'),(91436,2071,'_recorded_sales','yes'),(91437,2071,'_recorded_coupon_usage_counts','yes'),(91438,2071,'_new_order_email_sent','true'),(91439,2071,'_order_stock_reduced','yes'),(91440,2071,'_billing_first_name','Wade'),(91441,2071,'_billing_last_name','Huntsman'),(91442,2071,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(91443,2071,'_billing_address_1','3421 E 21st'),(91444,2071,'_billing_city','Tulsa'),(91445,2071,'_billing_state','OK'),(91446,2071,'_billing_postcode','74114'),(91447,2071,'_billing_country','US'),(91448,2071,'_billing_email','info@liceclinicsmidsouth.com'),(91449,2071,'_billing_phone','9189783329'),(91450,2071,'_shipping_first_name','Wade'),(91451,2071,'_shipping_last_name','Huntsman'),(91452,2071,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(91453,2071,'_shipping_address_1','3421 E 21st'),(91454,2071,'_shipping_city','Tulsa'),(91455,2071,'_shipping_state','OK'),(91456,2071,'_shipping_postcode','74114'),(91457,2071,'_shipping_country','US'),(91458,2071,'_order_currency','USD'),(91459,2071,'_cart_discount','0'),(91460,2071,'_cart_discount_tax','0'),(91461,2071,'_order_shipping','0'),(91462,2071,'_order_shipping_tax','0'),(91463,2071,'_order_tax','0'),(91464,2071,'_order_total','1071.02'),(91465,2071,'_order_version','8.0.2'),(91466,2071,'_prices_include_tax','no'),(91467,2071,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(91468,2071,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(91469,2071,'is_vat_exempt','no'),(91470,2071,'Payment type','instant'),(91471,2071,'_paypal_status','completed'),(91472,2071,'_transaction_id','79J89512X3883113G'),(91473,2071,'PayPal Transaction Fee','37.87'),(91474,2071,'_date_paid','1691971621'),(91475,2071,'_paid_date','2023-08-14 00:07:01'),(91476,2067,'_edit_lock','1692137316:2'),(91477,2067,'_edit_last','2'),(91478,2064,'_edit_lock','1692026666:2'),(91479,2064,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251608\";s:12:\"date_shipped\";s:10:\"1691971200\";s:11:\"tracking_id\";s:32:\"5c09ef85eea8c539c962eb95aed486c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251619\";s:12:\"date_shipped\";i:1692026725;s:11:\"tracking_id\";s:32:\"f93a7c443b9c123a7f830d5bb3228872\";}}'),(91480,2064,'_edit_last','2'),(91481,2064,'_date_completed','1692026727'),(91482,2064,'_completed_date','2023-08-14 15:25:27'),(91483,2066,'_edit_lock','1692026742:2'),(91484,2066,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251880\";s:12:\"date_shipped\";s:10:\"1691971200\";s:11:\"tracking_id\";s:32:\"521653bfae8d7f884a26f5984c48a383\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251870\";s:12:\"date_shipped\";i:1692026849;s:11:\"tracking_id\";s:32:\"66a9eecd08cca19ab0558725f56b016a\";}}'),(91485,2066,'_edit_last','2'),(91486,2066,'_date_completed','1692026858'),(91487,2066,'_completed_date','2023-08-14 15:27:38'),(91488,2067,'Payment type','instant'),(91489,2067,'_paypal_status','completed'),(91490,2067,'_transaction_id','67X617826L8389239'),(91491,2067,'PayPal Transaction Fee','53.49'),(91492,2067,'_date_paid','1692026877'),(91493,2067,'_paid_date','2023-08-14 15:27:57'),(91494,2072,'_order_key','wc_order_zkfTKdm4sV2ba'),(91495,2072,'_customer_user','3'),(91496,2072,'_payment_method','paypal'),(91497,2072,'_payment_method_title','PayPal'),(91498,2072,'_customer_ip_address','70.142.202.154'),(91499,2072,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91500,2072,'_created_via','checkout'),(91501,2072,'_cart_hash','bb13b843ab24db3ed47abf532d4cc789'),(91502,2072,'_download_permissions_granted','yes'),(91503,2072,'_recorded_sales','yes'),(91504,2072,'_recorded_coupon_usage_counts','yes'),(91505,2072,'_new_order_email_sent','true'),(91506,2072,'_order_stock_reduced','yes'),(91507,2072,'_billing_first_name','Amanda'),(91508,2072,'_billing_last_name','Westerman'),(91509,2072,'_billing_company','Lice Clinics of America McKinney'),(91510,2072,'_billing_address_1','3120 Hudson Crossing'),(91511,2072,'_billing_address_2','Suite A2'),(91512,2072,'_billing_city','MCKINNEY'),(91513,2072,'_billing_state','TX'),(91514,2072,'_billing_postcode','75070'),(91515,2072,'_billing_country','US'),(91516,2072,'_billing_email','awesterman1103@gmail.com'),(91517,2072,'_billing_phone','2144175741'),(91518,2072,'_shipping_first_name','Amanda'),(91519,2072,'_shipping_last_name','Westerman'),(91520,2072,'_shipping_company','Lice Clinics of America McKinney'),(91521,2072,'_shipping_address_1','3120 Hudson Crossing'),(91522,2072,'_shipping_address_2','Suite A2'),(91523,2072,'_shipping_city','MCKINNEY'),(91524,2072,'_shipping_state','TX'),(91525,2072,'_shipping_postcode','75070'),(91526,2072,'_shipping_country','US'),(91527,2072,'_order_currency','USD'),(91528,2072,'_cart_discount','0'),(91529,2072,'_cart_discount_tax','0'),(91530,2072,'_order_shipping','0'),(91531,2072,'_order_shipping_tax','0'),(91532,2072,'_order_tax','0'),(91533,2072,'_order_total','587.24'),(91534,2072,'_order_version','8.0.2'),(91535,2072,'_prices_include_tax','no'),(91536,2072,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(91537,2072,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(91538,2072,'is_vat_exempt','no'),(91539,2072,'Payment type','instant'),(91540,2072,'_paypal_status','completed'),(91541,2072,'_transaction_id','9SH84488N4187944F'),(91542,2072,'PayPal Transaction Fee','20.98'),(91543,2072,'_date_paid','1692026915'),(91544,2072,'_paid_date','2023-08-14 15:28:35'),(91545,2073,'_order_key','wc_order_2kjK2d2CK6cjq'),(91546,2073,'_customer_user','87'),(91547,2073,'_payment_method','paypal'),(91548,2073,'_payment_method_title','PayPal'),(91549,2073,'_customer_ip_address','108.219.84.84'),(91550,2073,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91551,2073,'_created_via','checkout'),(91552,2073,'_cart_hash','81ea039ea9ea902cbaf2a83fff4417f2'),(91553,2073,'_download_permissions_granted','yes'),(91554,2073,'_recorded_sales','yes'),(91555,2073,'_recorded_coupon_usage_counts','yes'),(91556,2073,'_new_order_email_sent','true'),(91557,2073,'_order_stock_reduced','yes'),(91558,2073,'_billing_first_name','Wade'),(91559,2073,'_billing_last_name','Huntsman'),(91560,2073,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(91561,2073,'_billing_address_1','3421 E 21st'),(91562,2073,'_billing_city','Tulsa'),(91563,2073,'_billing_state','OK'),(91564,2073,'_billing_postcode','74114'),(91565,2073,'_billing_country','US'),(91566,2073,'_billing_email','info@liceclinicsmidsouth.com'),(91567,2073,'_billing_phone','9189783329'),(91568,2073,'_shipping_first_name','Katee'),(91569,2073,'_shipping_last_name','Morrison'),(91570,2073,'_shipping_company','Lice Clinics of America OKC'),(91571,2073,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(91572,2073,'_shipping_city','OKC'),(91573,2073,'_shipping_state','OK'),(91574,2073,'_shipping_postcode','73118'),(91575,2073,'_shipping_country','US'),(91576,2073,'_order_currency','USD'),(91577,2073,'_cart_discount','0'),(91578,2073,'_cart_discount_tax','0'),(91579,2073,'_order_shipping','0'),(91580,2073,'_order_shipping_tax','0'),(91581,2073,'_order_tax','0'),(91582,2073,'_order_total','1735.22'),(91583,2073,'_order_version','8.0.1'),(91584,2073,'_prices_include_tax','no'),(91585,2073,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(91586,2073,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(91587,2073,'is_vat_exempt','no'),(91588,2073,'Payment type','instant'),(91589,2073,'_paypal_status','completed'),(91590,2073,'_transaction_id','49809166VL822132J'),(91591,2073,'PayPal Transaction Fee','61.05'),(91592,2073,'_date_paid','1692035450'),(91593,2073,'_paid_date','2023-08-14 17:50:50'),(91594,2074,'_order_key','wc_order_Coiqj4TJWJLFz'),(91595,2074,'_customer_user','67'),(91596,2074,'_payment_method','paypal'),(91597,2074,'_payment_method_title','PayPal'),(91598,2074,'_customer_ip_address','74.77.55.50'),(91599,2074,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91600,2074,'_created_via','checkout'),(91601,2074,'_cart_hash','a0a4f710746d150bd0fc21f1cc107f25'),(91602,2074,'_download_permissions_granted','yes'),(91603,2074,'_recorded_sales','yes'),(91604,2074,'_recorded_coupon_usage_counts','yes'),(91605,2074,'_new_order_email_sent','true'),(91606,2074,'_order_stock_reduced','yes'),(91607,2074,'_billing_first_name','Marnie'),(91608,2074,'_billing_last_name','Murray'),(91609,2074,'_billing_company','Naughty Nits'),(91610,2074,'_billing_address_1','2809 Wehrle Drive'),(91611,2074,'_billing_address_2','Suite 10'),(91612,2074,'_billing_city','Williamsville'),(91613,2074,'_billing_state','NY'),(91614,2074,'_billing_postcode','14221'),(91615,2074,'_billing_country','US'),(91616,2074,'_billing_email','liceclinicsupstateny@gmail.com'),(91617,2074,'_billing_phone','7166265423'),(91618,2074,'_shipping_first_name','Marnie'),(91619,2074,'_shipping_last_name','Murray'),(91620,2074,'_shipping_company','LCA Buffalo'),(91621,2074,'_shipping_address_1','2809 Wehrle Drive'),(91622,2074,'_shipping_address_2','Suite 10'),(91623,2074,'_shipping_city','Williamsville'),(91624,2074,'_shipping_state','NY'),(91625,2074,'_shipping_postcode','14221'),(91626,2074,'_shipping_country','US'),(91627,2074,'_order_currency','USD'),(91628,2074,'_cart_discount','0'),(91629,2074,'_cart_discount_tax','0'),(91630,2074,'_order_shipping','0'),(91631,2074,'_order_shipping_tax','0'),(91632,2074,'_order_tax','0'),(91633,2074,'_order_total','801.88'),(91634,2074,'_order_version','8.0.1'),(91635,2074,'_prices_include_tax','no'),(91636,2074,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(91637,2074,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(91638,2074,'is_vat_exempt','no'),(91639,2074,'Payment type','instant'),(91640,2074,'_paypal_status','completed'),(91641,2074,'_transaction_id','2M793801SP863064P'),(91642,2074,'PayPal Transaction Fee','28.48'),(91643,2074,'_date_paid','1692039253'),(91644,2074,'_paid_date','2023-08-14 18:54:13'),(91645,2069,'_edit_lock','1692046863:2'),(91646,2069,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251994\";s:12:\"date_shipped\";s:10:\"1691971200\";s:11:\"tracking_id\";s:32:\"b640394029e3648b265d6985052bf93b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251983\";s:12:\"date_shipped\";i:1692046993;s:11:\"tracking_id\";s:32:\"ce96ae30565892ae3da55758ea2027b0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251972\";s:12:\"date_shipped\";i:1692046999;s:11:\"tracking_id\";s:32:\"203d4c3fa45377e48eae089f594ab0fe\";}}'),(91647,2069,'_edit_last','2'),(91648,2069,'_date_completed','1692047002'),(91649,2069,'_completed_date','2023-08-14 21:03:22'),(91650,2068,'_edit_lock','1692046962:2'),(91651,2068,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252020\";s:12:\"date_shipped\";s:10:\"1691971200\";s:11:\"tracking_id\";s:32:\"4d54a79096ae70b8f7429b9555058271\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252019\";s:12:\"date_shipped\";i:1692047070;s:11:\"tracking_id\";s:32:\"27aa6a5adcb4d9ad9e0da8a53c2b80ea\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252008\";s:12:\"date_shipped\";i:1692047076;s:11:\"tracking_id\";s:32:\"fce0af42a751fe149753288b01098338\";}}'),(91652,2068,'_edit_last','2'),(91653,2068,'_date_completed','1692047079'),(91654,2068,'_completed_date','2023-08-14 21:04:39'),(91655,2075,'_order_key','wc_order_mw7nkJri5zO3A'),(91656,2075,'_customer_user','87'),(91657,2075,'_payment_method','paypal'),(91658,2075,'_payment_method_title','PayPal'),(91659,2075,'_customer_ip_address','108.219.84.84'),(91660,2075,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91661,2075,'_created_via','checkout'),(91662,2075,'_cart_hash','7528c9f6d06754c5b907bc89d4438658'),(91663,2075,'_download_permissions_granted','yes'),(91664,2075,'_recorded_sales','yes'),(91665,2075,'_recorded_coupon_usage_counts','yes'),(91666,2075,'_new_order_email_sent','true'),(91667,2075,'_order_stock_reduced','yes'),(91668,2075,'_billing_first_name','Wade'),(91669,2075,'_billing_last_name','Huntsman'),(91670,2075,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(91671,2075,'_billing_address_1','3421 E 21st'),(91672,2075,'_billing_city','Tulsa'),(91673,2075,'_billing_state','OK'),(91674,2075,'_billing_postcode','74114'),(91675,2075,'_billing_country','US'),(91676,2075,'_billing_email','info@liceclinicsmidsouth.com'),(91677,2075,'_billing_phone','9189783329'),(91678,2075,'_shipping_first_name','Logan'),(91679,2075,'_shipping_last_name','Futrell'),(91680,2075,'_shipping_address_1','203 Tricha Cir.'),(91681,2075,'_shipping_address_2','Unit B'),(91682,2075,'_shipping_city','Gravette'),(91683,2075,'_shipping_state','AR'),(91684,2075,'_shipping_postcode','72736'),(91685,2075,'_shipping_country','US'),(91686,2075,'_order_currency','USD'),(91687,2075,'_cart_discount','0'),(91688,2075,'_cart_discount_tax','0'),(91689,2075,'_order_shipping','0'),(91690,2075,'_order_shipping_tax','0'),(91691,2075,'_order_tax','0'),(91692,2075,'_order_total','764.70'),(91693,2075,'_order_version','8.0.1'),(91694,2075,'_prices_include_tax','no'),(91695,2075,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(91696,2075,'_shipping_address_index','Logan Futrell  203 Tricha Cir. Unit B Gravette AR 72736 US '),(91697,2075,'is_vat_exempt','no'),(91698,2075,'Payment type','instant'),(91699,2075,'_paypal_status','completed'),(91700,2075,'_transaction_id','7FR94488A2090700B'),(91701,2075,'PayPal Transaction Fee','27.18'),(91702,2075,'_date_paid','1692047675'),(91703,2075,'_paid_date','2023-08-14 21:14:35'),(91704,2076,'_order_key','wc_order_tAztrR8UkTW0A'),(91705,2076,'_customer_user','54'),(91706,2076,'_payment_method','paypal'),(91707,2076,'_payment_method_title','PayPal'),(91708,2076,'_customer_ip_address','67.175.206.111'),(91709,2076,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13904.97.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.167 Safari/537.36'),(91710,2076,'_created_via','checkout'),(91711,2076,'_cart_hash','3bdc0513eac3f12dffc261917d048c36'),(91712,2076,'_download_permissions_granted','yes'),(91713,2076,'_recorded_sales','yes'),(91714,2076,'_recorded_coupon_usage_counts','yes'),(91715,2076,'_new_order_email_sent','true'),(91716,2076,'_order_stock_reduced','yes'),(91717,2076,'_billing_first_name','Erin'),(91718,2076,'_billing_last_name','Hawn'),(91719,2076,'_billing_address_1','10 W Phillip Rd'),(91720,2076,'_billing_address_2','123'),(91721,2076,'_billing_city','Vernon Hills'),(91722,2076,'_billing_state','IL'),(91723,2076,'_billing_postcode','60061'),(91724,2076,'_billing_country','US'),(91725,2076,'_billing_email','info@liceclinicsvernonhills.com'),(91726,2076,'_billing_phone','8475960408'),(91727,2076,'_shipping_first_name','Erin'),(91728,2076,'_shipping_last_name','Hawn'),(91729,2076,'_shipping_address_1','1491 S Amarias Dr'),(91730,2076,'_shipping_city','Round lake'),(91731,2076,'_shipping_state','IL'),(91732,2076,'_shipping_postcode','60073'),(91733,2076,'_shipping_country','US'),(91734,2076,'_order_currency','USD'),(91735,2076,'_cart_discount','0'),(91736,2076,'_cart_discount_tax','0'),(91737,2076,'_order_shipping','0'),(91738,2076,'_order_shipping_tax','0'),(91739,2076,'_order_tax','0'),(91740,2076,'_order_total','526.12'),(91741,2076,'_order_version','8.0.1'),(91742,2076,'_prices_include_tax','no'),(91743,2076,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(91744,2076,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(91745,2076,'is_vat_exempt','no'),(91746,2076,'Payment type','instant'),(91747,2076,'_paypal_status','completed'),(91748,2076,'_transaction_id','2WF64806JS5436506'),(91749,2076,'PayPal Transaction Fee','18.85'),(91750,2076,'_date_paid','1692066824'),(91751,2076,'_paid_date','2023-08-15 02:33:44'),(91752,2077,'_order_key','wc_order_xqjsV6vOVvvOc'),(91753,2077,'_customer_user','7'),(91754,2077,'_payment_method','paypal'),(91755,2077,'_payment_method_title','PayPal'),(91756,2077,'_customer_ip_address','71.93.225.128'),(91757,2077,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(91758,2077,'_created_via','checkout'),(91759,2077,'_cart_hash','0aac9711590f1c91fe8e24f6a47d4e21'),(91760,2077,'_download_permissions_granted','yes'),(91761,2077,'_recorded_sales','yes'),(91762,2077,'_recorded_coupon_usage_counts','yes'),(91763,2077,'_new_order_email_sent','true'),(91764,2077,'_order_stock_reduced','yes'),(91765,2077,'_billing_first_name','Amy'),(91766,2077,'_billing_last_name','Allen'),(91767,2077,'_billing_company','Lice Clinics Of America'),(91768,2077,'_billing_address_1','251 Promise Way'),(91769,2077,'_billing_city','Hollister'),(91770,2077,'_billing_state','CA'),(91771,2077,'_billing_postcode','95023'),(91772,2077,'_billing_country','US'),(91773,2077,'_billing_email','lca.gilroy@gmail.com'),(91774,2077,'_billing_phone','4085005537'),(91775,2077,'_shipping_first_name','Amy'),(91776,2077,'_shipping_last_name','Allen'),(91777,2077,'_shipping_company','Lice Clinics Of America - Gilroy'),(91778,2077,'_shipping_address_1','7680 Monterey St Ste 104'),(91779,2077,'_shipping_city','Gilroy'),(91780,2077,'_shipping_state','CA'),(91781,2077,'_shipping_postcode','95020'),(91782,2077,'_shipping_country','US'),(91783,2077,'_order_currency','USD'),(91784,2077,'_cart_discount','0'),(91785,2077,'_cart_discount_tax','0'),(91786,2077,'_order_shipping','0'),(91787,2077,'_order_shipping_tax','0'),(91788,2077,'_order_tax','0'),(91789,2077,'_order_total','502.28'),(91790,2077,'_order_version','8.0.2'),(91791,2077,'_prices_include_tax','no'),(91792,2077,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(91793,2077,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(91794,2077,'is_vat_exempt','no'),(91795,2077,'Payment type','instant'),(91796,2077,'_paypal_status','completed'),(91797,2077,'_transaction_id','760248337F8164518'),(91798,2077,'PayPal Transaction Fee','18.02'),(91799,2077,'_date_paid','1692125376'),(91800,2077,'_paid_date','2023-08-15 18:49:36'),(91801,2067,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252199\";s:12:\"date_shipped\";s:10:\"1692057600\";s:11:\"tracking_id\";s:32:\"b075d75e41f77f4daa3a5aed29968335\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252188\";s:12:\"date_shipped\";i:1692137429;s:11:\"tracking_id\";s:32:\"729481b2ce5d61667147a286221d53a3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252177\";s:12:\"date_shipped\";i:1692137433;s:11:\"tracking_id\";s:32:\"4c673966f635e73d56dc3271dec89714\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252166\";s:12:\"date_shipped\";i:1692137438;s:11:\"tracking_id\";s:32:\"8f4e8a211229a3b30e609e684c3ca706\";}}'),(91802,2067,'_date_completed','1692137442'),(91803,2067,'_completed_date','2023-08-15 22:10:42'),(91804,2073,'_edit_lock','1692137444:2'),(91805,2073,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252269\";s:12:\"date_shipped\";s:10:\"1692057600\";s:11:\"tracking_id\";s:32:\"c79da0e009114d180a5b77f01c8e2adf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252258\";s:12:\"date_shipped\";i:1692137566;s:11:\"tracking_id\";s:32:\"85352c12094a67aad07a164d0598a391\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252247\";s:12:\"date_shipped\";i:1692137572;s:11:\"tracking_id\";s:32:\"49297ed358b6d6fb556b2498cefb96ff\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252236\";s:12:\"date_shipped\";i:1692137577;s:11:\"tracking_id\";s:32:\"0468b9b96aee3d5f9b5918c660564d73\";}}'),(91806,2073,'_edit_last','2'),(91807,2073,'_date_completed','1692137580'),(91808,2073,'_completed_date','2023-08-15 22:13:00'),(91809,2074,'_edit_lock','1692137791:2'),(91810,2074,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252291\";s:12:\"date_shipped\";s:10:\"1692057600\";s:11:\"tracking_id\";s:32:\"bb59e759c6abd38978fb825cff17d293\";}}'),(91811,2075,'_edit_lock','1692137541:2'),(91812,2075,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252372\";s:12:\"date_shipped\";s:10:\"1692057600\";s:11:\"tracking_id\";s:32:\"707d57804ea93fc267a4afcbc2094fc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252361\";s:12:\"date_shipped\";i:1692137674;s:11:\"tracking_id\";s:32:\"02156b93da4c2cbbd48b110f1b356b54\";}}'),(91813,2075,'_edit_last','2'),(91814,2075,'_date_completed','1692137680'),(91815,2075,'_completed_date','2023-08-15 22:14:40'),(91816,2076,'_edit_lock','1692137642:2'),(91817,2076,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252442\";s:12:\"date_shipped\";s:10:\"1692057600\";s:11:\"tracking_id\";s:32:\"f86f4fd48aacfb7ead36a35cff65bd0d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252431\";s:12:\"date_shipped\";i:1692137771;s:11:\"tracking_id\";s:32:\"261bacaade4cf0410e78339a20a99d22\";}}'),(91818,2076,'_edit_last','2'),(91819,2076,'_date_completed','1692137773'),(91820,2076,'_completed_date','2023-08-15 22:16:13'),(91821,2074,'_edit_last','2'),(91822,2074,'_date_completed','1692137910'),(91823,2074,'_completed_date','2023-08-15 22:18:30'),(91824,2078,'_order_key','wc_order_OLJl3NriGPwWk'),(91825,2078,'_customer_user','21'),(91826,2078,'_payment_method','paypal'),(91827,2078,'_payment_method_title','PayPal'),(91828,2078,'_customer_ip_address','173.216.41.12'),(91829,2078,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.21984.171 Safari/537.36 Avast/115.0.21984.171'),(91830,2078,'_created_via','checkout'),(91831,2078,'_cart_hash','86513794a21f131766bfe313726aa553'),(91832,2078,'_download_permissions_granted','yes'),(91833,2078,'_recorded_sales','yes'),(91834,2078,'_recorded_coupon_usage_counts','yes'),(91835,2078,'_new_order_email_sent','true'),(91836,2078,'_order_stock_reduced','yes'),(91837,2078,'_billing_first_name','LCA'),(91838,2078,'_billing_last_name','Arkansas'),(91839,2078,'_billing_company','LCA - Central Arkansas'),(91840,2078,'_billing_address_1','1011 N. 2nd St., Ste. D'),(91841,2078,'_billing_city','Cabot'),(91842,2078,'_billing_state','AR'),(91843,2078,'_billing_postcode','72023'),(91844,2078,'_billing_country','US'),(91845,2078,'_billing_email','liceclinicslittlerock@gmail.com'),(91846,2078,'_billing_phone','15014249396'),(91847,2078,'_shipping_first_name','LCA'),(91848,2078,'_shipping_last_name','Arkansas'),(91849,2078,'_shipping_company','LCA - Central Arkansas'),(91850,2078,'_shipping_address_1','109 Caladium Loop'),(91851,2078,'_shipping_city','Royal'),(91852,2078,'_shipping_state','AR'),(91853,2078,'_shipping_postcode','71968'),(91854,2078,'_shipping_country','US'),(91855,2078,'_order_currency','USD'),(91856,2078,'_cart_discount','0'),(91857,2078,'_cart_discount_tax','0'),(91858,2078,'_order_shipping','0'),(91859,2078,'_order_shipping_tax','0'),(91860,2078,'_order_tax','0'),(91861,2078,'_order_total','698.04'),(91862,2078,'_order_version','8.0.2'),(91863,2078,'_prices_include_tax','no'),(91864,2078,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(91865,2078,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 109 Caladium Loop  Royal AR 71968 US '),(91866,2078,'is_vat_exempt','no'),(91867,2078,'Payment type','instant'),(91868,2078,'_paypal_status','completed'),(91869,2078,'_transaction_id','3YD01458B7682240Y'),(91870,2078,'PayPal Transaction Fee','24.85'),(91871,2078,'_date_paid','1692200703'),(91872,2078,'_paid_date','2023-08-16 15:45:03'),(91873,2079,'_order_key','wc_order_7hFfzUupUlFgj'),(91874,2079,'_customer_user','26'),(91875,2079,'_payment_method','paypal'),(91876,2079,'_payment_method_title','PayPal'),(91877,2079,'_customer_ip_address','68.126.201.125'),(91878,2079,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91879,2079,'_created_via','checkout'),(91880,2079,'_cart_hash','28660f4c5ba7265d449357122cb65af0'),(91881,2079,'_download_permissions_granted','yes'),(91882,2079,'_recorded_sales','yes'),(91883,2079,'_recorded_coupon_usage_counts','yes'),(91884,2079,'_new_order_email_sent','true'),(91885,2079,'_order_stock_reduced','yes'),(91886,2079,'_billing_first_name','Andrew'),(91887,2079,'_billing_last_name','Crumrine'),(91888,2079,'_billing_address_1','3537 Stevens Way'),(91889,2079,'_billing_city','Augusta'),(91890,2079,'_billing_state','GA'),(91891,2079,'_billing_postcode','30907'),(91892,2079,'_billing_country','US'),(91893,2079,'_billing_email','augustagalice@gmail.com'),(91894,2079,'_billing_phone','7063064588'),(91895,2079,'_shipping_first_name','Andrew'),(91896,2079,'_shipping_last_name','Crumrine'),(91897,2079,'_shipping_address_1','3537 Stevens Way'),(91898,2079,'_shipping_city','Augusta'),(91899,2079,'_shipping_state','GA'),(91900,2079,'_shipping_postcode','30907'),(91901,2079,'_shipping_country','US'),(91902,2079,'_order_currency','USD'),(91903,2079,'_cart_discount','0'),(91904,2079,'_cart_discount_tax','0'),(91905,2079,'_order_shipping','32.67'),(91906,2079,'_order_shipping_tax','0'),(91907,2079,'_order_tax','0'),(91908,2079,'_order_total','383.73'),(91909,2079,'_order_version','8.0.2'),(91910,2079,'_prices_include_tax','no'),(91911,2079,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(91912,2079,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(91913,2079,'is_vat_exempt','no'),(91914,2080,'_order_key','wc_order_9AkjCoF6qUEcy'),(91915,2080,'_customer_user','15'),(91916,2080,'_payment_method','paypal'),(91917,2080,'_payment_method_title','PayPal'),(91918,2080,'_customer_ip_address','75.86.212.177'),(91919,2080,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(91920,2080,'_created_via','checkout'),(91921,2080,'_cart_hash','055f5a775c81e12e3b492b08bed4a746'),(91922,2080,'_download_permissions_granted','yes'),(91923,2080,'_recorded_sales','yes'),(91924,2080,'_recorded_coupon_usage_counts','yes'),(91925,2080,'_new_order_email_sent','true'),(91926,2080,'_order_stock_reduced','yes'),(91927,2080,'_billing_first_name','Andrea'),(91928,2080,'_billing_last_name','Florsheim'),(91929,2080,'_billing_company','Lice Clincs of America'),(91930,2080,'_billing_address_1','11506 N Creekside Ct'),(91931,2080,'_billing_city','Mequon'),(91932,2080,'_billing_state','WI'),(91933,2080,'_billing_postcode','53092'),(91934,2080,'_billing_country','US'),(91935,2080,'_billing_email','andrea@liceclinicscentral.com'),(91936,2080,'_billing_phone','4143354315'),(91937,2080,'_shipping_first_name','Andrea'),(91938,2080,'_shipping_last_name','Florsheim'),(91939,2080,'_shipping_company','LCA'),(91940,2080,'_shipping_address_1','8424 W. Center Rd'),(91941,2080,'_shipping_address_2','Suite 212'),(91942,2080,'_shipping_city','omaha'),(91943,2080,'_shipping_state','NE'),(91944,2080,'_shipping_postcode','68124'),(91945,2080,'_shipping_country','US'),(91946,2080,'_order_currency','USD'),(91947,2080,'_cart_discount','0'),(91948,2080,'_cart_discount_tax','0'),(91949,2080,'_order_shipping','125.88'),(91950,2080,'_order_shipping_tax','0'),(91951,2080,'_order_tax','0'),(91952,2080,'_order_total','444.08'),(91953,2080,'_order_version','8.0.2'),(91954,2080,'_prices_include_tax','no'),(91955,2080,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(91956,2080,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(91957,2080,'is_vat_exempt','no'),(91958,2080,'Payment type','instant'),(91959,2080,'_paypal_status','completed'),(91960,2080,'_transaction_id','3WR60648FF0338630'),(91961,2080,'PayPal Transaction Fee','15.99'),(91962,2080,'_date_paid','1692280299'),(91963,2080,'_paid_date','2023-08-17 13:51:39'),(91964,2077,'_edit_lock','1692283440:2'),(91965,2077,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252512\";s:12:\"date_shipped\";s:10:\"1692230400\";s:11:\"tracking_id\";s:32:\"504e2769ceec5c5ba3ac853d229dd0dd\";}}'),(91966,2077,'_edit_last','2'),(91967,2077,'_date_completed','1692283520'),(91968,2077,'_completed_date','2023-08-17 14:45:20'),(91969,2070,'_edit_lock','1692283489:2'),(91970,2071,'_edit_lock','1692283529:2'),(91971,2072,'_edit_lock','1692283606:2'),(91972,2070,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251950\";s:12:\"date_shipped\";s:10:\"1692230400\";s:11:\"tracking_id\";s:32:\"c3270c766c10a329707d0e8900119c7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251961\";s:12:\"date_shipped\";i:1692283610;s:11:\"tracking_id\";s:32:\"b10ef8ea0af20106fbafc05083180503\";}}'),(91973,2070,'_edit_last','2'),(91974,2070,'_date_completed','1692283613'),(91975,2070,'_completed_date','2023-08-17 14:46:53'),(91976,2071,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251917\";s:12:\"date_shipped\";s:10:\"1692230400\";s:11:\"tracking_id\";s:32:\"2293c35d16780ef7a395bdd50ff7cfbe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251928\";s:12:\"date_shipped\";i:1692283651;s:11:\"tracking_id\";s:32:\"3400e64c97a369a5ef8f5c9299fbe010\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830251939\";s:12:\"date_shipped\";i:1692283660;s:11:\"tracking_id\";s:32:\"a36a0950fc44d36c4fe0cce18a99a6df\";}}'),(91977,2071,'_edit_last','2'),(91978,2071,'_date_completed','1692283662'),(91979,2071,'_completed_date','2023-08-17 14:47:42'),(91980,2072,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252144\";s:12:\"date_shipped\";s:10:\"1692230400\";s:11:\"tracking_id\";s:32:\"9e70247fd58d74fe5eb42b233c6457c1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252155\";s:12:\"date_shipped\";i:1692283685;s:11:\"tracking_id\";s:32:\"b0b134c0232fd00ff79386bd9a68027f\";}}'),(91981,2072,'_edit_last','2'),(91982,2072,'_date_completed','1692283692'),(91983,2072,'_completed_date','2023-08-17 14:48:12'),(91984,2078,'_edit_lock','1692283797:2'),(91985,2078,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252604\";s:12:\"date_shipped\";s:10:\"1692230400\";s:11:\"tracking_id\";s:32:\"811675a2879d9e61a215f64acff09778\";}}'),(91986,2078,'_edit_last','2'),(91987,2078,'_date_completed','1692283928'),(91988,2078,'_completed_date','2023-08-17 14:52:08'),(91989,2081,'_order_key','wc_order_GKpHbRtk9CUef'),(91990,2081,'_customer_user','26'),(91991,2081,'_payment_method','paypal'),(91992,2081,'_payment_method_title','PayPal'),(91993,2081,'_customer_ip_address','68.126.201.125'),(91994,2081,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(91995,2081,'_created_via','checkout'),(91996,2081,'_cart_hash','9262294e633a416cd815ceb2d248211d'),(91997,2081,'_download_permissions_granted','yes'),(91998,2081,'_recorded_sales','yes'),(91999,2081,'_recorded_coupon_usage_counts','yes'),(92000,2081,'_new_order_email_sent','true'),(92001,2081,'_order_stock_reduced','yes'),(92002,2081,'_billing_first_name','Andrew'),(92003,2081,'_billing_last_name','Crumrine'),(92004,2081,'_billing_address_1','3537 Stevens Way'),(92005,2081,'_billing_city','Augusta'),(92006,2081,'_billing_state','GA'),(92007,2081,'_billing_postcode','30907'),(92008,2081,'_billing_country','US'),(92009,2081,'_billing_email','augustagalice@gmail.com'),(92010,2081,'_billing_phone','7063064588'),(92011,2081,'_shipping_first_name','Andrew'),(92012,2081,'_shipping_last_name','Crumrine'),(92013,2081,'_shipping_address_1','3537 Stevens Way'),(92014,2081,'_shipping_city','Augusta'),(92015,2081,'_shipping_state','GA'),(92016,2081,'_shipping_postcode','30907'),(92017,2081,'_shipping_country','US'),(92018,2081,'_order_currency','USD'),(92019,2081,'_cart_discount','0'),(92020,2081,'_cart_discount_tax','0'),(92021,2081,'_order_shipping','15.51'),(92022,2081,'_order_shipping_tax','0'),(92023,2081,'_order_tax','0'),(92024,2081,'_order_total','221.45'),(92025,2081,'_order_version','8.0.2'),(92026,2081,'_prices_include_tax','no'),(92027,2081,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(92028,2081,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(92029,2081,'is_vat_exempt','no'),(92030,2081,'Payment type','instant'),(92031,2081,'_paypal_status','completed'),(92032,2081,'_transaction_id','1660213141605284Y'),(92033,2081,'PayPal Transaction Fee','8.22'),(92034,2081,'_date_paid','1692298414'),(92035,2081,'_paid_date','2023-08-17 18:53:34'),(92036,2082,'_order_key','wc_order_Yy19vQLlBhDJA'),(92037,2082,'_customer_user','78'),(92038,2082,'_payment_method','paypal'),(92039,2082,'_payment_method_title','PayPal'),(92040,2082,'_customer_ip_address','172.56.35.197'),(92041,2082,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(92042,2082,'_created_via','checkout'),(92043,2082,'_cart_hash','3f221e67ff61af5740067266fe69f2b8'),(92044,2082,'_download_permissions_granted','yes'),(92045,2082,'_recorded_sales','yes'),(92046,2082,'_recorded_coupon_usage_counts','yes'),(92047,2082,'_new_order_email_sent','true'),(92048,2082,'_order_stock_reduced','yes'),(92049,2082,'_billing_first_name','Richard'),(92050,2082,'_billing_last_name','Florsheim'),(92051,2082,'_billing_company','Licura'),(92052,2082,'_billing_address_1','3827 w fairway heights dr'),(92053,2082,'_billing_city','Mequon'),(92054,2082,'_billing_state','NY'),(92055,2082,'_billing_postcode','53092'),(92056,2082,'_billing_country','US'),(92057,2082,'_billing_email','tara@liceclinicslongIsland.com'),(92058,2082,'_billing_phone','5619006382'),(92059,2082,'_shipping_first_name','Tara'),(92060,2082,'_shipping_last_name','Johnson'),(92061,2082,'_shipping_company','LCA'),(92062,2082,'_shipping_address_1','599 west hartsdale ave'),(92063,2082,'_shipping_address_2','Ste203'),(92064,2082,'_shipping_city','White plains'),(92065,2082,'_shipping_state','NY'),(92066,2082,'_shipping_postcode','10607'),(92067,2082,'_shipping_country','US'),(92068,2082,'_order_currency','USD'),(92069,2082,'_cart_discount','0'),(92070,2082,'_cart_discount_tax','0'),(92071,2082,'_order_shipping','15.63'),(92072,2082,'_order_shipping_tax','0'),(92073,2082,'_order_tax','0'),(92074,2082,'_order_total','133.23'),(92075,2082,'_order_version','8.0.2'),(92076,2082,'_prices_include_tax','no'),(92077,2082,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(92078,2082,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave Ste203 White plains NY 10607 US '),(92079,2082,'is_vat_exempt','no'),(92080,2082,'Payment type','instant'),(92081,2082,'_paypal_status','completed'),(92082,2082,'_transaction_id','54M45240JE282783F'),(92083,2082,'PayPal Transaction Fee','5.14'),(92084,2082,'_date_paid','1692366274'),(92085,2082,'_paid_date','2023-08-18 13:44:34'),(92086,2083,'_order_key','wc_order_gJAAYZB45nXWQ'),(92087,2083,'_customer_user','78'),(92088,2083,'_payment_method','paypal'),(92089,2083,'_payment_method_title','PayPal'),(92090,2083,'_customer_ip_address','172.56.35.197'),(92091,2083,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(92092,2083,'_created_via','checkout'),(92093,2083,'_cart_hash','e79808ec1563f93de8bc7c9455e3e6a7'),(92094,2083,'_download_permissions_granted','yes'),(92095,2083,'_recorded_sales','yes'),(92096,2083,'_recorded_coupon_usage_counts','yes'),(92097,2083,'_new_order_email_sent','true'),(92098,2083,'_order_stock_reduced','yes'),(92099,2083,'_billing_first_name','Richard'),(92100,2083,'_billing_last_name','Florsheim'),(92101,2083,'_billing_company','Licura'),(92102,2083,'_billing_address_1','3827 w fairway heights dr'),(92103,2083,'_billing_city','Mequon'),(92104,2083,'_billing_state','NY'),(92105,2083,'_billing_postcode','53092'),(92106,2083,'_billing_country','US'),(92107,2083,'_billing_email','tara@liceclinicslongIsland.com'),(92108,2083,'_billing_phone','5619006382'),(92109,2083,'_shipping_first_name','Tara'),(92110,2083,'_shipping_last_name','Johnson'),(92111,2083,'_shipping_company','LCA'),(92112,2083,'_shipping_address_1','2330 Faye ct'),(92113,2083,'_shipping_city','Merrick'),(92114,2083,'_shipping_state','NY'),(92115,2083,'_shipping_postcode','11566'),(92116,2083,'_shipping_country','US'),(92117,2083,'_order_currency','USD'),(92118,2083,'_cart_discount','0'),(92119,2083,'_cart_discount_tax','0'),(92120,2083,'_order_shipping','18.25'),(92121,2083,'_order_shipping_tax','0'),(92122,2083,'_order_tax','0'),(92123,2083,'_order_total','214.25'),(92124,2083,'_order_version','8.0.2'),(92125,2083,'_prices_include_tax','no'),(92126,2083,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(92127,2083,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(92128,2083,'is_vat_exempt','no'),(92129,2083,'Payment type','instant'),(92130,2083,'_paypal_status','completed'),(92131,2083,'_transaction_id','3KG65438YS2723405'),(92132,2083,'PayPal Transaction Fee','7.97'),(92133,2083,'_date_paid','1692366467'),(92134,2083,'_paid_date','2023-08-18 13:47:47'),(92135,2080,'_edit_lock','1692381003:2'),(92136,2084,'_order_currency','USD'),(92137,2084,'_cart_discount','0'),(92138,2084,'_cart_discount_tax','0'),(92139,2084,'_order_shipping','-104.95'),(92140,2084,'_order_shipping_tax','0'),(92141,2084,'_order_tax','0'),(92142,2084,'_order_total','-104.95'),(92143,2084,'_order_version','8.0.2'),(92144,2084,'_prices_include_tax','no'),(92145,2084,'_refund_amount','104.95'),(92146,2084,'_refunded_by','2'),(92147,2084,'_refunded_payment','1'),(92148,2084,'_refund_reason',''),(92149,2081,'_edit_lock','1692380916:2'),(92150,2081,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252751\";s:12:\"date_shipped\";s:10:\"1692316800\";s:11:\"tracking_id\";s:32:\"39741e24665f20289a8be688dab6d55a\";}}'),(92151,2081,'_edit_last','2'),(92152,2081,'_date_completed','1692381030'),(92153,2081,'_completed_date','2023-08-18 17:50:30'),(92154,2080,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252718\";s:12:\"date_shipped\";s:10:\"1692316800\";s:11:\"tracking_id\";s:32:\"789c6d354a116cd3da8a0f59188acfa5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252707\";s:12:\"date_shipped\";i:1692381077;s:11:\"tracking_id\";s:32:\"a9e27e7a9fccb9c7a47e76614eabbeac\";}}'),(92155,2080,'_edit_last','2'),(92156,2080,'_date_completed','1692381081'),(92157,2080,'_completed_date','2023-08-18 17:51:21'),(92158,2083,'_edit_lock','1692391815:2'),(92159,2083,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252843\";s:12:\"date_shipped\";s:10:\"1692316800\";s:11:\"tracking_id\";s:32:\"10b4275bd2675f4b2ef696e9d3f01007\";}}'),(92160,2083,'_edit_last','2'),(92161,2083,'_date_completed','1692391948'),(92162,2083,'_completed_date','2023-08-18 20:52:28'),(92163,2082,'_edit_lock','1692391855:2'),(92164,2082,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830252854\";s:12:\"date_shipped\";s:10:\"1692316800\";s:11:\"tracking_id\";s:32:\"482eef68eb4795f4439a24a06c3c702d\";}}'),(92165,2082,'_edit_last','2'),(92166,2082,'_date_completed','1692391991'),(92167,2082,'_completed_date','2023-08-18 20:53:11'),(92174,2085,'_order_key','wc_order_Q3owPgpibNCCU'),(92175,2085,'_customer_user','98'),(92176,2085,'_payment_method','paypal'),(92177,2085,'_payment_method_title','PayPal'),(92178,2085,'_customer_ip_address','73.219.108.253'),(92179,2085,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(92180,2085,'_created_via','checkout'),(92181,2085,'_cart_hash','5c21eaf6bacfe45c13eda6a196a5a96a'),(92182,2085,'_download_permissions_granted','yes'),(92183,2085,'_recorded_sales','yes'),(92184,2085,'_recorded_coupon_usage_counts','yes'),(92185,2085,'_new_order_email_sent','true'),(92186,2085,'_order_stock_reduced','yes'),(92187,2085,'_billing_first_name','Christine'),(92188,2085,'_billing_last_name','Cherry'),(92189,2085,'_billing_company','NITS END'),(92190,2085,'_billing_address_1','PO BOX 1092'),(92191,2085,'_billing_city','Campton'),(92192,2085,'_billing_state','NH'),(92193,2085,'_billing_postcode','03223'),(92194,2085,'_billing_country','US'),(92195,2085,'_billing_email','christine@liceclinicscolumbus.com'),(92196,2085,'_billing_phone','16034983390'),(92197,2085,'_shipping_first_name','Erica'),(92198,2085,'_shipping_last_name','Froggatt'),(92199,2085,'_shipping_company','LCA'),(92200,2085,'_shipping_address_1','5910 Wilcox Place'),(92201,2085,'_shipping_address_2','Suite E'),(92202,2085,'_shipping_city','Dublin'),(92203,2085,'_shipping_state','OH'),(92204,2085,'_shipping_postcode','43016'),(92205,2085,'_shipping_country','US'),(92206,2085,'_order_currency','USD'),(92207,2085,'_cart_discount','0'),(92208,2085,'_cart_discount_tax','0'),(92209,2085,'_order_shipping','39.37'),(92210,2085,'_order_shipping_tax','0'),(92211,2085,'_order_tax','0'),(92212,2085,'_order_total','441.37'),(92213,2085,'_order_version','8.0.2'),(92214,2085,'_prices_include_tax','no'),(92215,2085,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(92216,2085,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(92217,2085,'is_vat_exempt','no'),(92218,2085,'Payment type','instant'),(92219,2085,'_paypal_status','completed'),(92220,2085,'_transaction_id','4RE94816KA9358049'),(92221,2085,'PayPal Transaction Fee','15.89'),(92222,2085,'_date_paid','1692536019'),(92223,2085,'_paid_date','2023-08-20 12:53:39'),(92224,2086,'_order_key','wc_order_JIgIC9OswrpNx'),(92225,2086,'_customer_user','50'),(92226,2086,'_payment_method','paypal'),(92227,2086,'_payment_method_title','PayPal'),(92228,2086,'_customer_ip_address','73.219.108.253'),(92229,2086,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(92230,2086,'_created_via','checkout'),(92231,2086,'_cart_hash','cb226df69593079e21499e3b7a6f2779'),(92232,2086,'_download_permissions_granted','yes'),(92233,2086,'_recorded_sales','yes'),(92234,2086,'_recorded_coupon_usage_counts','yes'),(92235,2086,'_new_order_email_sent','true'),(92236,2086,'_order_stock_reduced','yes'),(92237,2086,'_billing_first_name','Christine'),(92238,2086,'_billing_last_name','Cherry'),(92239,2086,'_billing_company','NITS END'),(92240,2086,'_billing_address_1','PO BOX 1092'),(92241,2086,'_billing_city','Campton'),(92242,2086,'_billing_state','NH'),(92243,2086,'_billing_postcode','03223'),(92244,2086,'_billing_country','US'),(92245,2086,'_billing_email','info@liceclinicsplaistow.com'),(92246,2086,'_billing_phone','16034983390'),(92247,2086,'_shipping_first_name','Ivy'),(92248,2086,'_shipping_last_name','Shannon'),(92249,2086,'_shipping_company','Nits End'),(92250,2086,'_shipping_address_1','125 Nash Rd'),(92251,2086,'_shipping_address_2','Apt B'),(92252,2086,'_shipping_city','Windham'),(92253,2086,'_shipping_state','ME'),(92254,2086,'_shipping_postcode','04062'),(92255,2086,'_shipping_country','US'),(92256,2086,'_order_currency','USD'),(92257,2086,'_cart_discount','0'),(92258,2086,'_cart_discount_tax','0'),(92259,2086,'_order_shipping','16.38'),(92260,2086,'_order_shipping_tax','0'),(92261,2086,'_order_tax','0'),(92262,2086,'_order_total','66.98'),(92263,2086,'_order_version','8.0.2'),(92264,2086,'_prices_include_tax','no'),(92265,2086,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(92266,2086,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(92267,2086,'is_vat_exempt','no'),(92268,2086,'Payment type','instant'),(92269,2086,'_paypal_status','completed'),(92270,2086,'_transaction_id','6L886455MP420234P'),(92271,2086,'PayPal Transaction Fee','2.83'),(92272,2086,'_date_paid','1692541399'),(92273,2086,'_paid_date','2023-08-20 14:23:19'),(92274,2087,'_order_key','wc_order_2Pj07KO3X50tr'),(92275,2087,'_customer_user','25'),(92276,2087,'_payment_method','paypal'),(92277,2087,'_payment_method_title','PayPal'),(92278,2087,'_customer_ip_address','23.124.3.136'),(92279,2087,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(92280,2087,'_created_via','checkout'),(92281,2087,'_cart_hash','e86e5836aa457be9028b56cc1b32b643'),(92282,2087,'_download_permissions_granted','yes'),(92283,2087,'_recorded_sales','yes'),(92284,2087,'_recorded_coupon_usage_counts','yes'),(92285,2087,'_new_order_email_sent','true'),(92286,2087,'_order_stock_reduced','yes'),(92287,2087,'_billing_first_name','Blaine'),(92288,2087,'_billing_last_name','Tyrone'),(92289,2087,'_billing_address_1','529 N Main St'),(92290,2087,'_billing_city','Picayune'),(92291,2087,'_billing_state','MS'),(92292,2087,'_billing_postcode','39466'),(92293,2087,'_billing_country','US'),(92294,2087,'_billing_email','info@liceclinicssouthms.com'),(92295,2087,'_billing_phone','6623227518'),(92296,2087,'_shipping_first_name','Blaine'),(92297,2087,'_shipping_last_name','Tyrone'),(92298,2087,'_shipping_address_1','529 N Main St'),(92299,2087,'_shipping_city','Picayune'),(92300,2087,'_shipping_state','MS'),(92301,2087,'_shipping_postcode','39466'),(92302,2087,'_shipping_country','US'),(92303,2087,'_order_currency','USD'),(92304,2087,'_cart_discount','0'),(92305,2087,'_cart_discount_tax','0'),(92306,2087,'_order_shipping','16.3'),(92307,2087,'_order_shipping_tax','0'),(92308,2087,'_order_tax','0'),(92309,2087,'_order_total','95.50'),(92310,2087,'_order_version','8.0.2'),(92311,2087,'_prices_include_tax','no'),(92312,2087,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(92313,2087,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(92314,2087,'is_vat_exempt','no'),(92315,2087,'Payment type','instant'),(92316,2087,'_paypal_status','completed'),(92317,2087,'_transaction_id','3YX55685K5242440W'),(92318,2087,'PayPal Transaction Fee','3.82'),(92319,2087,'_date_paid','1692567437'),(92320,2087,'_paid_date','2023-08-20 21:37:17'),(92332,2079,'_edit_lock','1693243165:2'),(92333,2079,'_edit_last','2'),(92334,2088,'_order_key','wc_order_avz3Zs8hki8A2'),(92335,2088,'_customer_user','21'),(92336,2088,'_payment_method','paypal'),(92337,2088,'_payment_method_title','PayPal'),(92338,2088,'_customer_ip_address','173.216.41.12'),(92339,2088,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.21984.171 Safari/537.36 Avast/115.0.21984.171'),(92340,2088,'_created_via','checkout'),(92341,2088,'_cart_hash','2cd185524016fe28b3fcede6889834ad'),(92342,2088,'_download_permissions_granted','yes'),(92343,2088,'_recorded_sales','yes'),(92344,2088,'_recorded_coupon_usage_counts','yes'),(92345,2088,'_new_order_email_sent','true'),(92346,2088,'_order_stock_reduced','yes'),(92347,2088,'_billing_first_name','LCA'),(92348,2088,'_billing_last_name','Arkansas'),(92349,2088,'_billing_company','LCA - Central Arkansas'),(92350,2088,'_billing_address_1','1011 N. 2nd St., Ste. D'),(92351,2088,'_billing_city','Cabot'),(92352,2088,'_billing_state','AR'),(92353,2088,'_billing_postcode','72023'),(92354,2088,'_billing_country','US'),(92355,2088,'_billing_email','liceclinicslittlerock@gmail.com'),(92356,2088,'_billing_phone','15014249396'),(92357,2088,'_shipping_first_name','LCA'),(92358,2088,'_shipping_last_name','Arkansas'),(92359,2088,'_shipping_company','LCA - Central Arkansas'),(92360,2088,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(92361,2088,'_shipping_city','Cabot'),(92362,2088,'_shipping_state','AR'),(92363,2088,'_shipping_postcode','72023'),(92364,2088,'_shipping_country','US'),(92365,2088,'_order_currency','USD'),(92366,2088,'_cart_discount','0'),(92367,2088,'_cart_discount_tax','0'),(92368,2088,'_order_shipping','18.64'),(92369,2088,'_order_shipping_tax','0'),(92370,2088,'_order_tax','0'),(92371,2088,'_order_total','155.72'),(92372,2088,'_order_version','8.0.2'),(92373,2088,'_prices_include_tax','no'),(92374,2088,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(92375,2088,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(92376,2088,'is_vat_exempt','no'),(92377,2088,'Payment type','instant'),(92378,2088,'_paypal_status','completed'),(92379,2088,'_transaction_id','9Y599654GY233051M'),(92380,2088,'PayPal Transaction Fee','5.92'),(92381,2088,'_date_paid','1692638390'),(92382,2088,'_paid_date','2023-08-21 17:19:50'),(92383,2086,'_edit_lock','1692651649:2'),(92384,2086,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253140\";s:12:\"date_shipped\";s:10:\"1692576000\";s:11:\"tracking_id\";s:32:\"349b739565f4da237ec6c3501040892a\";}}'),(92385,2086,'_edit_last','2'),(92386,2086,'_date_completed','1692651779'),(92387,2086,'_completed_date','2023-08-21 21:02:59'),(92388,2085,'_edit_lock','1692651753:2'),(92389,2085,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253130\";s:12:\"date_shipped\";s:10:\"1692576000\";s:11:\"tracking_id\";s:32:\"f6c7ed3cd1bb409a0e9cdbdecf93b75d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253129\";s:12:\"date_shipped\";i:1692651828;s:11:\"tracking_id\";s:32:\"cdf744a88e86d171eafcaa5afd76b1c2\";}}'),(92390,2085,'_edit_last','2'),(92391,2085,'_date_completed','1692651830'),(92392,2085,'_completed_date','2023-08-21 21:03:50'),(92393,2087,'_edit_lock','1692654643:2'),(92394,2087,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253173\";s:12:\"date_shipped\";s:10:\"1692576000\";s:11:\"tracking_id\";s:32:\"08da46f837fcea8063cac3cd023d6b23\";}}'),(92395,2087,'_edit_last','2'),(92396,2087,'_date_completed','1692651919'),(92397,2087,'_completed_date','2023-08-21 21:05:19'),(92398,2088,'_edit_lock','1692731226:2'),(92399,2088,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253298\";s:12:\"date_shipped\";s:10:\"1692662400\";s:11:\"tracking_id\";s:32:\"ec83a59cdb37838cb4396410cac1d2c1\";}}'),(92400,2088,'_edit_last','2'),(92401,2088,'_date_completed','1692731141'),(92402,2088,'_completed_date','2023-08-22 19:05:41'),(92403,2089,'_order_key','wc_order_1XAR9K4n5k0sV'),(92404,2089,'_customer_user','59'),(92405,2089,'_payment_method','paypal'),(92406,2089,'_payment_method_title','PayPal'),(92407,2089,'_customer_ip_address','174.170.28.19'),(92408,2089,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(92409,2089,'_created_via','checkout'),(92410,2089,'_cart_hash','6dadec9ebae1fb81a63bfe88213f8a44'),(92411,2089,'_download_permissions_granted','yes'),(92412,2089,'_recorded_sales','yes'),(92413,2089,'_recorded_coupon_usage_counts','yes'),(92414,2089,'_new_order_email_sent','true'),(92415,2089,'_order_stock_reduced','yes'),(92416,2089,'_billing_first_name','Allison'),(92417,2089,'_billing_last_name','Anthon'),(92418,2089,'_billing_address_1','9642 Elizabeth\'s Glen Ln'),(92419,2089,'_billing_address_2','Apt, suite, floor, etc.'),(92420,2089,'_billing_city','TOMBALL'),(92421,2089,'_billing_state','TX'),(92422,2089,'_billing_postcode','77375'),(92423,2089,'_billing_country','US'),(92424,2089,'_billing_email','allianthon@gmail.com'),(92425,2089,'_billing_phone','6024008330'),(92426,2089,'_shipping_first_name','Allison'),(92427,2089,'_shipping_last_name','Anthon'),(92428,2089,'_shipping_company','LCA Sugar Land'),(92429,2089,'_shipping_address_1','2831 Lakecrest River Dr.'),(92430,2089,'_shipping_city','Katy'),(92431,2089,'_shipping_state','TX'),(92432,2089,'_shipping_postcode','77493'),(92433,2089,'_shipping_country','US'),(92434,2089,'_order_currency','USD'),(92435,2089,'_cart_discount','0'),(92436,2089,'_cart_discount_tax','0'),(92437,2089,'_order_shipping','0'),(92438,2089,'_order_shipping_tax','0'),(92439,2089,'_order_tax','0'),(92440,2089,'_order_total','713.50'),(92441,2089,'_order_version','8.0.2'),(92442,2089,'_prices_include_tax','no'),(92443,2089,'_billing_address_index','Allison Anthon  9642 Elizabeth\'s Glen Ln Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008330'),(92444,2089,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(92445,2089,'is_vat_exempt','no'),(92446,2089,'_edit_lock','1693315410:2'),(92447,2089,'_edit_last','2'),(92454,2079,'Payment type','instant'),(92455,2079,'_paypal_status','completed'),(92456,2079,'_transaction_id','0T005265R02005042'),(92457,2079,'PayPal Transaction Fee','13.88'),(92458,2079,'_date_paid','1692813849'),(92459,2079,'_paid_date','2023-08-23 18:04:09'),(92460,2090,'_order_key','wc_order_1pNOFqUB50tJk'),(92461,2090,'_customer_user','3'),(92462,2090,'_payment_method','paypal'),(92463,2090,'_payment_method_title','PayPal'),(92464,2090,'_customer_ip_address','70.142.202.154'),(92465,2090,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(92466,2090,'_created_via','checkout'),(92467,2090,'_cart_hash','1e2cc1105f1041f6dceeab47e5ed0155'),(92468,2090,'_download_permissions_granted','yes'),(92469,2090,'_recorded_sales','yes'),(92470,2090,'_recorded_coupon_usage_counts','yes'),(92471,2090,'_new_order_email_sent','true'),(92472,2090,'_order_stock_reduced','yes'),(92473,2090,'_billing_first_name','Amanda'),(92474,2090,'_billing_last_name','Westerman'),(92475,2090,'_billing_company','Lice Clinics of America McKinney'),(92476,2090,'_billing_address_1','3120 Hudson Crossing'),(92477,2090,'_billing_address_2','Suite A2'),(92478,2090,'_billing_city','MCKINNEY'),(92479,2090,'_billing_state','TX'),(92480,2090,'_billing_postcode','75070'),(92481,2090,'_billing_country','US'),(92482,2090,'_billing_email','awesterman1103@gmail.com'),(92483,2090,'_billing_phone','2144175741'),(92484,2090,'_shipping_first_name','Bradon'),(92485,2090,'_shipping_last_name','Illg'),(92486,2090,'_shipping_company','Lice Clinics of America McKinney'),(92487,2090,'_shipping_address_1','1709 Damian Way'),(92488,2090,'_shipping_city','Richardson'),(92489,2090,'_shipping_state','TX'),(92490,2090,'_shipping_postcode','75081'),(92491,2090,'_shipping_country','US'),(92492,2090,'_order_currency','USD'),(92493,2090,'_cart_discount','0'),(92494,2090,'_cart_discount_tax','0'),(92495,2090,'_order_shipping','0'),(92496,2090,'_order_shipping_tax','0'),(92497,2090,'_order_tax','0'),(92498,2090,'_order_total','1224.18'),(92499,2090,'_order_version','8.0.2'),(92500,2090,'_prices_include_tax','no'),(92501,2090,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(92502,2090,'_shipping_address_index','Bradon Illg Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(92503,2090,'is_vat_exempt','no'),(92504,2090,'Payment type','instant'),(92505,2090,'_paypal_status','completed'),(92506,2090,'_transaction_id','78388704VP834164L'),(92507,2090,'PayPal Transaction Fee','43.21'),(92508,2090,'_date_paid','1692831364'),(92509,2090,'_paid_date','2023-08-23 22:56:04'),(92510,2091,'_order_key','wc_order_SiSKopjMWdwxH'),(92511,2091,'_customer_user','60'),(92512,2091,'_payment_method','paypal'),(92513,2091,'_payment_method_title','PayPal'),(92514,2091,'_customer_ip_address','174.192.71.85'),(92515,2091,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(92516,2091,'_created_via','checkout'),(92517,2091,'_cart_hash','74e9b2b0195880c7e4eeaed00bd3bbe7'),(92518,2091,'_download_permissions_granted','yes'),(92519,2091,'_recorded_sales','yes'),(92520,2091,'_recorded_coupon_usage_counts','yes'),(92521,2091,'_new_order_email_sent','true'),(92522,2091,'_order_stock_reduced','yes'),(92523,2091,'_billing_first_name','Jill'),(92524,2091,'_billing_last_name','Leshtz'),(92525,2091,'_billing_company','Lice clinics of America-North Shore'),(92526,2091,'_billing_address_1','1580 Lancelot Avenue'),(92527,2091,'_billing_city','Highland park'),(92528,2091,'_billing_state','IL'),(92529,2091,'_billing_postcode','60035'),(92530,2091,'_billing_country','US'),(92531,2091,'_billing_email','jleshtz@gmail.com'),(92532,2091,'_billing_phone','8473639001'),(92533,2091,'_shipping_first_name','Jill'),(92534,2091,'_shipping_last_name','Leshtz'),(92535,2091,'_shipping_company','Lice clinics of America-North Shore'),(92536,2091,'_shipping_address_1','1580 Lancelot Avenue'),(92537,2091,'_shipping_city','Highland park'),(92538,2091,'_shipping_state','IL'),(92539,2091,'_shipping_postcode','60035'),(92540,2091,'_shipping_country','US'),(92541,2091,'_order_currency','USD'),(92542,2091,'_cart_discount','0'),(92543,2091,'_cart_discount_tax','0'),(92544,2091,'_order_shipping','36.19'),(92545,2091,'_order_shipping_tax','0'),(92546,2091,'_order_tax','0'),(92547,2091,'_order_total','378.89'),(92548,2091,'_order_version','8.0.2'),(92549,2091,'_prices_include_tax','no'),(92550,2091,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(92551,2091,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(92552,2091,'is_vat_exempt','no'),(92553,2092,'_order_key','wc_order_vNbGvnDMJPcrd'),(92554,2092,'_customer_user','47'),(92555,2092,'_payment_method','paypal'),(92556,2092,'_payment_method_title','PayPal'),(92557,2092,'_customer_ip_address','97.77.63.57'),(92558,2092,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36'),(92559,2092,'_created_via','checkout'),(92560,2092,'_cart_hash','43283662b498cae39380af32083ad406'),(92561,2092,'_download_permissions_granted','yes'),(92562,2092,'_recorded_sales','yes'),(92563,2092,'_recorded_coupon_usage_counts','yes'),(92564,2092,'_new_order_email_sent','true'),(92565,2092,'_order_stock_reduced','yes'),(92566,2092,'_billing_first_name','Tracy'),(92567,2092,'_billing_last_name','Copeland'),(92568,2092,'_billing_company','LCA SA WEST'),(92569,2092,'_billing_address_1','14223 Silverhollow'),(92570,2092,'_billing_city','San Antonio'),(92571,2092,'_billing_state','TX'),(92572,2092,'_billing_postcode','78232'),(92573,2092,'_billing_country','US'),(92574,2092,'_billing_email','info@liceclinicsofsanantonio.com'),(92575,2092,'_billing_phone','2103135033'),(92576,2092,'_shipping_first_name','Tracy'),(92577,2092,'_shipping_last_name','Copeland'),(92578,2092,'_shipping_company','LCA SA WEST'),(92579,2092,'_shipping_address_1','14223 Silverhollow'),(92580,2092,'_shipping_city','San Antonio'),(92581,2092,'_shipping_state','TX'),(92582,2092,'_shipping_postcode','78232'),(92583,2092,'_shipping_country','US'),(92584,2092,'_order_currency','USD'),(92585,2092,'_cart_discount','0'),(92586,2092,'_cart_discount_tax','0'),(92587,2092,'_order_shipping','0'),(92588,2092,'_order_shipping_tax','0'),(92589,2092,'_order_tax','0'),(92590,2092,'_order_total','764.49'),(92591,2092,'_order_version','8.0.2'),(92592,2092,'_prices_include_tax','no'),(92593,2092,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(92594,2092,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(92595,2092,'is_vat_exempt','no'),(92596,2092,'Payment type','instant'),(92597,2092,'_paypal_status','completed'),(92598,2092,'_transaction_id','5UM613774E405832N'),(92599,2092,'PayPal Transaction Fee','27.17'),(92600,2092,'_date_paid','1692979427'),(92601,2092,'_paid_date','2023-08-25 16:03:47'),(92602,2091,'_edit_lock','1693315324:2'),(92603,2091,'_edit_last','2'),(92604,2091,'Payment type','instant'),(92605,2091,'_paypal_status','completed'),(92606,2091,'_transaction_id','3076219130930560W'),(92607,2091,'PayPal Transaction Fee','13.71'),(92608,2091,'_date_paid','1693054362'),(92609,2091,'_paid_date','2023-08-26 12:52:42'),(92610,2089,'Payment type','instant'),(92611,2089,'_paypal_status','completed'),(92612,2089,'_transaction_id','6M69376832094745L'),(92613,2089,'PayPal Transaction Fee','25.39'),(92614,2089,'_date_paid','1693072113'),(92615,2089,'_paid_date','2023-08-26 17:48:33'),(92616,2093,'_order_key','wc_order_hGIJOoW6ZPS8m'),(92617,2093,'_customer_user','98'),(92618,2093,'_payment_method','paypal'),(92619,2093,'_payment_method_title','PayPal'),(92620,2093,'_customer_ip_address','172.58.223.184'),(92621,2093,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(92622,2093,'_created_via','checkout'),(92623,2093,'_cart_hash','f2b4fa0923f6cb9080c4931b5c441e52'),(92624,2093,'_download_permissions_granted','no'),(92625,2093,'_recorded_sales','no'),(92626,2093,'_recorded_coupon_usage_counts','no'),(92627,2093,'_new_order_email_sent','false'),(92628,2093,'_order_stock_reduced','no'),(92629,2093,'_billing_first_name','Christine'),(92630,2093,'_billing_last_name','Cherry'),(92631,2093,'_billing_company','NITS END'),(92632,2093,'_billing_address_1','PO BOX 1092'),(92633,2093,'_billing_city','Campton'),(92634,2093,'_billing_state','NH'),(92635,2093,'_billing_postcode','03223'),(92636,2093,'_billing_country','US'),(92637,2093,'_billing_email','christine@liceclinicscolumbus.com'),(92638,2093,'_billing_phone','16034983390'),(92639,2093,'_shipping_first_name','Erica'),(92640,2093,'_shipping_last_name','Froggatt'),(92641,2093,'_shipping_company','LCA'),(92642,2093,'_shipping_address_1','5910 Wilcox Place'),(92643,2093,'_shipping_address_2','Suite E'),(92644,2093,'_shipping_city','Dublin'),(92645,2093,'_shipping_state','OH'),(92646,2093,'_shipping_postcode','43016'),(92647,2093,'_shipping_country','US'),(92648,2093,'_order_currency','USD'),(92649,2093,'_cart_discount','0'),(92650,2093,'_cart_discount_tax','0'),(92651,2093,'_order_shipping','0'),(92652,2093,'_order_shipping_tax','0'),(92653,2093,'_order_tax','0'),(92654,2093,'_order_total','2443.44'),(92655,2093,'_order_version','8.0.2'),(92656,2093,'_prices_include_tax','no'),(92657,2093,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(92658,2093,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(92659,2093,'is_vat_exempt','no'),(92660,2094,'_order_key','wc_order_yARBkLDMZgCEh'),(92661,2094,'_customer_user','98'),(92662,2094,'_payment_method','paypal'),(92663,2094,'_payment_method_title','PayPal'),(92664,2094,'_customer_ip_address','172.58.223.184'),(92665,2094,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(92666,2094,'_created_via','checkout'),(92667,2094,'_cart_hash','f2b4fa0923f6cb9080c4931b5c441e52'),(92668,2094,'_download_permissions_granted','no'),(92669,2094,'_recorded_sales','no'),(92670,2094,'_recorded_coupon_usage_counts','no'),(92671,2094,'_new_order_email_sent','false'),(92672,2094,'_order_stock_reduced','no'),(92673,2094,'_billing_first_name','Christine'),(92674,2094,'_billing_last_name','Cherry'),(92675,2094,'_billing_company','NITS END'),(92676,2094,'_billing_address_1','PO BOX 1092'),(92677,2094,'_billing_city','Campton'),(92678,2094,'_billing_state','NH'),(92679,2094,'_billing_postcode','03223'),(92680,2094,'_billing_country','US'),(92681,2094,'_billing_email','christine@liceclinicscolumbus.com'),(92682,2094,'_billing_phone','16034983390'),(92683,2094,'_shipping_first_name','Erica'),(92684,2094,'_shipping_last_name','Froggatt'),(92685,2094,'_shipping_company','LCA'),(92686,2094,'_shipping_address_1','5910 Wilcox Place'),(92687,2094,'_shipping_address_2','Suite E'),(92688,2094,'_shipping_city','Dublin'),(92689,2094,'_shipping_state','OH'),(92690,2094,'_shipping_postcode','43016'),(92691,2094,'_shipping_country','US'),(92692,2094,'_order_currency','USD'),(92693,2094,'_cart_discount','0'),(92694,2094,'_cart_discount_tax','0'),(92695,2094,'_order_shipping','0'),(92696,2094,'_order_shipping_tax','0'),(92697,2094,'_order_tax','0'),(92698,2094,'_order_total','2443.44'),(92699,2094,'_order_version','8.0.2'),(92700,2094,'_prices_include_tax','no'),(92701,2094,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(92702,2094,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(92703,2094,'is_vat_exempt','no'),(92705,2092,'_edit_lock','1693243023:2'),(92706,2092,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254206\";s:12:\"date_shipped\";s:10:\"1693180800\";s:11:\"tracking_id\";s:32:\"bad6c6db3980e2180f655736798239d4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254191\";s:12:\"date_shipped\";i:1693243143;s:11:\"tracking_id\";s:32:\"3eabe58312ecddbf7b34d75683d83d84\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254180\";s:12:\"date_shipped\";i:1693243150;s:11:\"tracking_id\";s:32:\"2b4cb82f5bdd0f5c033202b71f65514c\";}}'),(92707,2092,'_edit_last','2'),(92708,2092,'_date_completed','1693243154'),(92709,2092,'_completed_date','2023-08-28 17:19:14'),(92710,2090,'_edit_lock','1693243124:2'),(92711,2090,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253920\";s:12:\"date_shipped\";s:10:\"1693180800\";s:11:\"tracking_id\";s:32:\"f843fc2c45f98116f9631c7122fe90c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253910\";s:12:\"date_shipped\";i:1693243189;s:11:\"tracking_id\";s:32:\"61d67a2b7d4ee8b79575dfb51369c224\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253909\";s:12:\"date_shipped\";i:1693243245;s:11:\"tracking_id\";s:32:\"4a834bda3464b2f8679c288037c71eef\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253894\";s:12:\"date_shipped\";i:1693243252;s:11:\"tracking_id\";s:32:\"b73c25d2fcfaad56ea6710ed60a0303b\";}}'),(92712,2090,'_edit_last','2'),(92713,2090,'_date_completed','1693243254'),(92714,2090,'_completed_date','2023-08-28 17:20:54'),(92715,2079,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253850\";s:12:\"date_shipped\";s:10:\"1693180800\";s:11:\"tracking_id\";s:32:\"a84731856378fcc049fe1d3c0ac14ce6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830253840\";s:12:\"date_shipped\";i:1693243298;s:11:\"tracking_id\";s:32:\"9ddeb075c0c5cc84cfecfc51f47c8447\";}}'),(92716,2079,'_date_completed','1693243302'),(92717,2079,'_completed_date','2023-08-28 17:21:42'),(92718,2095,'_order_key','wc_order_jlrbYNqHL789x'),(92719,2095,'_customer_user','98'),(92720,2095,'_payment_method','paypal'),(92721,2095,'_payment_method_title','PayPal'),(92722,2095,'_customer_ip_address','73.219.108.253'),(92723,2095,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(92724,2095,'_created_via','checkout'),(92725,2095,'_cart_hash','f2b4fa0923f6cb9080c4931b5c441e52'),(92726,2095,'_download_permissions_granted','yes'),(92727,2095,'_recorded_sales','yes'),(92728,2095,'_recorded_coupon_usage_counts','yes'),(92729,2095,'_new_order_email_sent','true'),(92730,2095,'_order_stock_reduced','yes'),(92731,2095,'_billing_first_name','Christine'),(92732,2095,'_billing_last_name','Cherry'),(92733,2095,'_billing_company','NITS END'),(92734,2095,'_billing_address_1','PO BOX 1092'),(92735,2095,'_billing_city','Campton'),(92736,2095,'_billing_state','NH'),(92737,2095,'_billing_postcode','03223'),(92738,2095,'_billing_country','US'),(92739,2095,'_billing_email','christine@liceclinicscolumbus.com'),(92740,2095,'_billing_phone','16034983390'),(92741,2095,'_shipping_first_name','Erica'),(92742,2095,'_shipping_last_name','Froggatt'),(92743,2095,'_shipping_company','LCA'),(92744,2095,'_shipping_address_1','5910 Wilcox Place'),(92745,2095,'_shipping_address_2','Suite E'),(92746,2095,'_shipping_city','Dublin'),(92747,2095,'_shipping_state','OH'),(92748,2095,'_shipping_postcode','43016'),(92749,2095,'_shipping_country','US'),(92750,2095,'_order_currency','USD'),(92751,2095,'_cart_discount','0'),(92752,2095,'_cart_discount_tax','0'),(92753,2095,'_order_shipping','0'),(92754,2095,'_order_shipping_tax','0'),(92755,2095,'_order_tax','0'),(92756,2095,'_order_total','2443.44'),(92757,2095,'_order_version','8.0.2'),(92758,2095,'_prices_include_tax','no'),(92759,2095,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(92760,2095,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(92761,2095,'is_vat_exempt','no'),(92762,2095,'Payment type','instant'),(92763,2095,'_paypal_status','completed'),(92764,2095,'_transaction_id','0W489544H4658415B'),(92765,2095,'PayPal Transaction Fee','85.77'),(92766,2095,'_date_paid','1693244953'),(92767,2095,'_paid_date','2023-08-28 17:49:13'),(92768,2096,'_order_key','wc_order_hqqElAc7PbK2u'),(92769,2096,'_customer_user','50'),(92770,2096,'_payment_method','paypal'),(92771,2096,'_payment_method_title','PayPal'),(92772,2096,'_customer_ip_address','73.219.108.253'),(92773,2096,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(92774,2096,'_created_via','checkout'),(92775,2096,'_cart_hash','b3f2763263e7208ce942cb71f26e8d04'),(92776,2096,'_download_permissions_granted','yes'),(92777,2096,'_recorded_sales','yes'),(92778,2096,'_recorded_coupon_usage_counts','yes'),(92779,2096,'_new_order_email_sent','true'),(92780,2096,'_order_stock_reduced','yes'),(92781,2096,'_billing_first_name','Christine'),(92782,2096,'_billing_last_name','Cherry'),(92783,2096,'_billing_company','NITS END'),(92784,2096,'_billing_address_1','PO BOX 1092'),(92785,2096,'_billing_city','Campton'),(92786,2096,'_billing_state','NH'),(92787,2096,'_billing_postcode','03223'),(92788,2096,'_billing_country','US'),(92789,2096,'_billing_email','info@liceclinicsplaistow.com'),(92790,2096,'_billing_phone','16034983390'),(92791,2096,'_shipping_first_name','Naomi'),(92792,2096,'_shipping_last_name','Njuguna'),(92793,2096,'_shipping_company','Nits End'),(92794,2096,'_shipping_address_1','24 Gillis St'),(92795,2096,'_shipping_city','Nashua'),(92796,2096,'_shipping_state','NH'),(92797,2096,'_shipping_postcode','03060'),(92798,2096,'_shipping_country','US'),(92799,2096,'_order_currency','USD'),(92800,2096,'_cart_discount','0'),(92801,2096,'_cart_discount_tax','0'),(92802,2096,'_order_shipping','0'),(92803,2096,'_order_shipping_tax','0'),(92804,2096,'_order_tax','0'),(92805,2096,'_order_total','1192.82'),(92806,2096,'_order_version','8.0.2'),(92807,2096,'_prices_include_tax','no'),(92808,2096,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(92809,2096,'_shipping_address_index','Naomi Njuguna Nits End 24 Gillis St  Nashua NH 03060 US '),(92810,2096,'is_vat_exempt','no'),(92811,2096,'Payment type','instant'),(92812,2096,'_paypal_status','completed'),(92813,2096,'_transaction_id','6PC30336CY694415T'),(92814,2096,'PayPal Transaction Fee','42.12'),(92815,2096,'_date_paid','1693245217'),(92816,2096,'_paid_date','2023-08-28 17:53:37'),(92817,2097,'_order_key','wc_order_Y90wMl2eAretv'),(92818,2097,'_customer_user','50'),(92819,2097,'_payment_method','paypal'),(92820,2097,'_payment_method_title','PayPal'),(92821,2097,'_customer_ip_address','73.219.108.253'),(92822,2097,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(92823,2097,'_created_via','checkout'),(92824,2097,'_cart_hash','e21139e65dbeef0f4f98cb90dab96da1'),(92825,2097,'_download_permissions_granted','yes'),(92826,2097,'_recorded_sales','yes'),(92827,2097,'_recorded_coupon_usage_counts','yes'),(92828,2097,'_new_order_email_sent','true'),(92829,2097,'_order_stock_reduced','yes'),(92830,2097,'_billing_first_name','Christine'),(92831,2097,'_billing_last_name','Cherry'),(92832,2097,'_billing_company','NITS END'),(92833,2097,'_billing_address_1','PO BOX 1092'),(92834,2097,'_billing_city','Campton'),(92835,2097,'_billing_state','NH'),(92836,2097,'_billing_postcode','03223'),(92837,2097,'_billing_country','US'),(92838,2097,'_billing_email','info@liceclinicsplaistow.com'),(92839,2097,'_billing_phone','16034983390'),(92840,2097,'_shipping_first_name','Megan'),(92841,2097,'_shipping_last_name','O\'Neil'),(92842,2097,'_shipping_company','LCA - Nits End / 149091'),(92843,2097,'_shipping_address_1','18 Sheridan St'),(92844,2097,'_shipping_city','Haverhill'),(92845,2097,'_shipping_state','MA'),(92846,2097,'_shipping_postcode','01830'),(92847,2097,'_shipping_country','US'),(92848,2097,'_order_currency','USD'),(92849,2097,'_cart_discount','0'),(92850,2097,'_cart_discount_tax','0'),(92851,2097,'_order_shipping','0'),(92852,2097,'_order_shipping_tax','0'),(92853,2097,'_order_tax','0'),(92854,2097,'_order_total','682.60'),(92855,2097,'_order_version','8.0.2'),(92856,2097,'_prices_include_tax','no'),(92857,2097,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(92858,2097,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 18 Sheridan St  Haverhill MA 01830 US '),(92859,2097,'is_vat_exempt','no'),(92860,2097,'Payment type','instant'),(92861,2097,'_paypal_status','completed'),(92862,2097,'_transaction_id','4E545047FY091092D'),(92863,2097,'PayPal Transaction Fee','24.31'),(92864,2097,'_date_paid','1693245393'),(92865,2097,'_paid_date','2023-08-28 17:56:33'),(92866,2098,'_order_key','wc_order_LqJHNzloP4O60'),(92867,2098,'_customer_user','83'),(92868,2098,'_payment_method','paypal'),(92869,2098,'_payment_method_title','PayPal'),(92870,2098,'_customer_ip_address','71.211.136.126'),(92871,2098,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(92872,2098,'_created_via','checkout'),(92873,2098,'_cart_hash','d79366447a734beb76c2660996a68baa'),(92874,2098,'_download_permissions_granted','yes'),(92875,2098,'_recorded_sales','yes'),(92876,2098,'_recorded_coupon_usage_counts','yes'),(92877,2098,'_new_order_email_sent','true'),(92878,2098,'_order_stock_reduced','yes'),(92879,2098,'_billing_first_name','Tanya'),(92880,2098,'_billing_last_name','Kensley'),(92881,2098,'_billing_company','Lice Clinics of America'),(92882,2098,'_billing_address_1','4248 McMurry Ave'),(92883,2098,'_billing_city','Fort Collins'),(92884,2098,'_billing_state','CO'),(92885,2098,'_billing_postcode','80525'),(92886,2098,'_billing_country','US'),(92887,2098,'_billing_email','info@liceclinicsnortherncolorado.com'),(92888,2098,'_billing_phone','9702338787'),(92889,2098,'_shipping_first_name','Lice Clinics'),(92890,2098,'_shipping_last_name','America'),(92891,2098,'_shipping_company','Lice Clinics of America Longmont'),(92892,2098,'_shipping_address_1','421 21st Ave, Suite 210'),(92893,2098,'_shipping_city','Longmont'),(92894,2098,'_shipping_state','CO'),(92895,2098,'_shipping_postcode','80501'),(92896,2098,'_shipping_country','US'),(92897,2098,'_order_currency','USD'),(92898,2098,'_cart_discount','0'),(92899,2098,'_cart_discount_tax','0'),(92900,2098,'_order_shipping','28.8'),(92901,2098,'_order_shipping_tax','0'),(92902,2098,'_order_tax','0'),(92903,2098,'_order_total','234.78'),(92904,2098,'_order_version','8.0.3'),(92905,2098,'_prices_include_tax','no'),(92906,2098,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(92907,2098,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(92908,2098,'is_vat_exempt','no'),(92909,2098,'Payment type','instant'),(92910,2098,'_paypal_status','completed'),(92911,2098,'_transaction_id','3NS988761C2850004'),(92912,2098,'PayPal Transaction Fee','8.68'),(92913,2098,'_date_paid','1693259306'),(92914,2098,'_paid_date','2023-08-28 21:48:26'),(92915,2099,'_order_key','wc_order_D2BsTqaxnHREA'),(92916,2099,'_customer_user','20'),(92917,2099,'_payment_method','paypal'),(92918,2099,'_payment_method_title','PayPal'),(92919,2099,'_customer_ip_address','45.51.241.116'),(92920,2099,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(92921,2099,'_created_via','checkout'),(92922,2099,'_cart_hash','0097eaddaa506ff766a5531d2dc40802'),(92923,2099,'_download_permissions_granted','yes'),(92924,2099,'_recorded_sales','yes'),(92925,2099,'_recorded_coupon_usage_counts','yes'),(92926,2099,'_new_order_email_sent','true'),(92927,2099,'_order_stock_reduced','yes'),(92928,2099,'_billing_first_name','Hasani'),(92929,2099,'_billing_last_name','Thompson'),(92930,2099,'_billing_company','Heat in Hair'),(92931,2099,'_billing_address_1','27225 Camp Plenty Road'),(92932,2099,'_billing_address_2','1D'),(92933,2099,'_billing_city','Santa Clarita'),(92934,2099,'_billing_state','CA'),(92935,2099,'_billing_postcode','91351'),(92936,2099,'_billing_country','US'),(92937,2099,'_billing_email','info@liceclinicssantaclarita.com'),(92938,2099,'_billing_phone','6615850263'),(92939,2099,'_shipping_first_name','Hasani'),(92940,2099,'_shipping_last_name','Thompson'),(92941,2099,'_shipping_company','Heat in Hair'),(92942,2099,'_shipping_address_1','5145 Nightsky Place'),(92943,2099,'_shipping_city','Palmdale'),(92944,2099,'_shipping_state','CA'),(92945,2099,'_shipping_postcode','93552'),(92946,2099,'_shipping_country','US'),(92947,2099,'_order_currency','USD'),(92948,2099,'_cart_discount','0'),(92949,2099,'_cart_discount_tax','0'),(92950,2099,'_order_shipping','0'),(92951,2099,'_order_shipping_tax','0'),(92952,2099,'_order_tax','0'),(92953,2099,'_order_total','653.02'),(92954,2099,'_order_version','8.0.3'),(92955,2099,'_prices_include_tax','no'),(92956,2099,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(92957,2099,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(92958,2099,'is_vat_exempt','no'),(92959,2099,'Payment type','instant'),(92960,2099,'_paypal_status','completed'),(92961,2099,'_transaction_id','21F85473XY431452W'),(92962,2099,'PayPal Transaction Fee','23.28'),(92963,2099,'_date_paid','1693279708'),(92964,2099,'_paid_date','2023-08-29 03:28:28'),(92965,2091,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254467\";s:12:\"date_shipped\";s:10:\"1693267200\";s:11:\"tracking_id\";s:32:\"8f0f6d9947423c8e05a6aae4c2597341\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254456\";s:12:\"date_shipped\";i:1693315308;s:11:\"tracking_id\";s:32:\"d632b5533679d94971b0fec7b474d9c4\";}}'),(92966,2091,'_date_completed','1693315320'),(92967,2091,'_completed_date','2023-08-29 13:22:00'),(92968,2089,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254515\";s:12:\"date_shipped\";s:10:\"1693267200\";s:11:\"tracking_id\";s:32:\"e0c8c7d06bc0d5824f59b5b75c906422\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254504\";s:12:\"date_shipped\";i:1693315535;s:11:\"tracking_id\";s:32:\"e595668ce252e64fdd05c0e6593c80bb\";}}'),(92969,2089,'_date_completed','1693315539'),(92970,2089,'_completed_date','2023-08-29 13:25:39'),(92971,2095,'_edit_lock','1693315620:2'),(92972,2095,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254673\";s:12:\"date_shipped\";s:10:\"1693267200\";s:11:\"tracking_id\";s:32:\"4542b17cd9d99bfbbc113d37d232ca01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254662\";s:12:\"date_shipped\";i:1693315578;s:11:\"tracking_id\";s:32:\"44ddd5e0962e45259666cde8fe889b0d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254651\";s:12:\"date_shipped\";i:1693315585;s:11:\"tracking_id\";s:32:\"d0884d092fbc298c4cbb8d6956d4a673\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254640\";s:12:\"date_shipped\";i:1693315596;s:11:\"tracking_id\";s:32:\"1615513db896192536e544339bd32b6b\";}}'),(92973,2095,'_edit_last','2'),(92974,2095,'_date_completed','1693315598'),(92975,2095,'_completed_date','2023-08-29 13:26:38'),(92976,2097,'_edit_lock','1693335762:2'),(92977,2097,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254776\";s:12:\"date_shipped\";s:10:\"1693267200\";s:11:\"tracking_id\";s:32:\"f84ed897a5c28c35c574ce292d43b5d6\";}}'),(92978,2096,'_edit_lock','1693335603:2'),(92979,2096,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254798\";s:12:\"date_shipped\";s:10:\"1693267200\";s:11:\"tracking_id\";s:32:\"4d187bc7b251c791f7a8eccc6a136dac\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254787\";s:12:\"date_shipped\";i:1693335737;s:11:\"tracking_id\";s:32:\"c6b13ca8322718f2a2a68376760a917f\";}}'),(92980,2096,'_edit_last','2'),(92981,2096,'_date_completed','1693335739'),(92982,2096,'_completed_date','2023-08-29 19:02:19'),(92983,2097,'_edit_last','2'),(92984,2097,'_date_completed','1693335899'),(92985,2097,'_completed_date','2023-08-29 19:04:59'),(92986,2100,'_order_key','wc_order_9Hwn55JpzcbKP'),(92987,2100,'_customer_user','28'),(92988,2100,'_payment_method','paypal'),(92989,2100,'_payment_method_title','PayPal'),(92990,2100,'_customer_ip_address','172.115.255.171'),(92991,2100,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(92992,2100,'_created_via','checkout'),(92993,2100,'_cart_hash','669901308fab59fc63669425b61489ee'),(92994,2100,'_download_permissions_granted','yes'),(92995,2100,'_recorded_sales','yes'),(92996,2100,'_recorded_coupon_usage_counts','yes'),(92997,2100,'_new_order_email_sent','true'),(92998,2100,'_order_stock_reduced','yes'),(92999,2100,'_billing_first_name','Kelli'),(93000,2100,'_billing_last_name','Washington'),(93001,2100,'_billing_company','Lice Clinics of America - Temecula'),(93002,2100,'_billing_address_1','2438 Bear Rock Gln.'),(93003,2100,'_billing_city','Escondido'),(93004,2100,'_billing_state','CA'),(93005,2100,'_billing_postcode','92026'),(93006,2100,'_billing_country','US'),(93007,2100,'_billing_email','info@liceclinicstemecula.com'),(93008,2100,'_billing_phone','7606255580'),(93009,2100,'_shipping_first_name','Kelli'),(93010,2100,'_shipping_last_name','Washington'),(93011,2100,'_shipping_company','Lice Clinics of America - Temecula'),(93012,2100,'_shipping_address_1','2438 Bear Rock Gln.'),(93013,2100,'_shipping_city','Escondido'),(93014,2100,'_shipping_state','CA'),(93015,2100,'_shipping_postcode','92026'),(93016,2100,'_shipping_country','US'),(93017,2100,'_order_currency','USD'),(93018,2100,'_cart_discount','0'),(93019,2100,'_cart_discount_tax','0'),(93020,2100,'_order_shipping','36.8'),(93021,2100,'_order_shipping_tax','0'),(93022,2100,'_order_tax','0'),(93023,2100,'_order_total','358.88'),(93024,2100,'_order_version','8.0.3'),(93025,2100,'_prices_include_tax','no'),(93026,2100,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(93027,2100,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(93028,2100,'is_vat_exempt','no'),(93029,2100,'Payment type','instant'),(93030,2100,'_paypal_status','completed'),(93031,2100,'_transaction_id','7W636131M61324413'),(93032,2100,'PayPal Transaction Fee','13.01'),(93033,2100,'_date_paid','1693346851'),(93034,2100,'_paid_date','2023-08-29 22:07:31'),(93035,2101,'_order_key','wc_order_SqPye1RYs1Jc2'),(93036,2101,'_customer_user','98'),(93037,2101,'_payment_method','paypal'),(93038,2101,'_payment_method_title','PayPal'),(93039,2101,'_customer_ip_address','73.219.108.253'),(93040,2101,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203'),(93041,2101,'_created_via','checkout'),(93042,2101,'_cart_hash','adf1a96805decdf2d5bf60a4dc3c7b25'),(93043,2101,'_download_permissions_granted','yes'),(93044,2101,'_recorded_sales','yes'),(93045,2101,'_recorded_coupon_usage_counts','yes'),(93046,2101,'_new_order_email_sent','true'),(93047,2101,'_order_stock_reduced','yes'),(93048,2101,'_billing_first_name','Christine'),(93049,2101,'_billing_last_name','Cherry'),(93050,2101,'_billing_company','NITS END'),(93051,2101,'_billing_address_1','PO BOX 1092'),(93052,2101,'_billing_city','Campton'),(93053,2101,'_billing_state','NH'),(93054,2101,'_billing_postcode','03223'),(93055,2101,'_billing_country','US'),(93056,2101,'_billing_email','christine@liceclinicscolumbus.com'),(93057,2101,'_billing_phone','16034983390'),(93058,2101,'_shipping_first_name','Erica'),(93059,2101,'_shipping_last_name','Froggatt'),(93060,2101,'_shipping_company','LCA'),(93061,2101,'_shipping_address_1','5910 Wilcox Place'),(93062,2101,'_shipping_address_2','Suite E'),(93063,2101,'_shipping_city','Dublin'),(93064,2101,'_shipping_state','OH'),(93065,2101,'_shipping_postcode','43016'),(93066,2101,'_shipping_country','US'),(93067,2101,'_order_currency','USD'),(93068,2101,'_cart_discount','0'),(93069,2101,'_cart_discount_tax','0'),(93070,2101,'_order_shipping','16.3'),(93071,2101,'_order_shipping_tax','0'),(93072,2101,'_order_tax','0'),(93073,2101,'_order_total','221.92'),(93074,2101,'_order_version','8.0.3'),(93075,2101,'_prices_include_tax','no'),(93076,2101,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(93077,2101,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(93078,2101,'is_vat_exempt','no'),(93079,2101,'Payment type','instant'),(93080,2101,'_paypal_status','completed'),(93081,2101,'_transaction_id','76D8422944501832P'),(93082,2101,'PayPal Transaction Fee','8.24'),(93083,2101,'_date_paid','1693403091'),(93084,2101,'_paid_date','2023-08-30 13:44:51'),(93085,2102,'_order_key','wc_order_StxrO8VsOOKIg'),(93086,2102,'_customer_user','43'),(93087,2102,'_payment_method','paypal'),(93088,2102,'_payment_method_title','PayPal'),(93089,2102,'_customer_ip_address','172.58.133.54'),(93090,2102,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(93091,2102,'_created_via','checkout'),(93092,2102,'_cart_hash','8d04f0226f0953f83f5d5913e65bec52'),(93093,2102,'_download_permissions_granted','yes'),(93094,2102,'_recorded_sales','yes'),(93095,2102,'_recorded_coupon_usage_counts','yes'),(93096,2102,'_new_order_email_sent','true'),(93097,2102,'_order_stock_reduced','yes'),(93098,2102,'_billing_first_name','Ryan'),(93099,2102,'_billing_last_name','Nelson'),(93100,2102,'_billing_address_1','140 Flame Vine drive'),(93101,2102,'_billing_city','Naples'),(93102,2102,'_billing_state','FL'),(93103,2102,'_billing_postcode','34110'),(93104,2102,'_billing_country','US'),(93105,2102,'_billing_email','Rjnelson73@gmail.com'),(93106,2102,'_billing_phone','239-281-0719'),(93107,2102,'_shipping_first_name','Ryan'),(93108,2102,'_shipping_last_name','Nelson'),(93109,2102,'_shipping_address_1','140 Flame Vine drive'),(93110,2102,'_shipping_city','Naples'),(93111,2102,'_shipping_state','FL'),(93112,2102,'_shipping_postcode','34110'),(93113,2102,'_shipping_country','US'),(93114,2102,'_order_currency','USD'),(93115,2102,'_cart_discount','0'),(93116,2102,'_cart_discount_tax','0'),(93117,2102,'_order_shipping','18'),(93118,2102,'_order_shipping_tax','0'),(93119,2102,'_order_tax','0'),(93120,2102,'_order_total','261.68'),(93121,2102,'_order_version','8.0.3'),(93122,2102,'_prices_include_tax','no'),(93123,2102,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(93124,2102,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(93125,2102,'is_vat_exempt','no'),(93126,2102,'Payment type','instant'),(93127,2102,'_paypal_status','completed'),(93128,2102,'_transaction_id','9RG93726F6873432B'),(93129,2102,'PayPal Transaction Fee','9.62'),(93130,2102,'_date_paid','1693407606'),(93131,2102,'_paid_date','2023-08-30 15:00:06'),(93132,2103,'_order_key','wc_order_w5Pw9poKYrCBk'),(93133,2103,'_customer_user','76'),(93134,2103,'_payment_method','paypal'),(93135,2103,'_payment_method_title','PayPal'),(93136,2103,'_customer_ip_address','146.115.131.163'),(93137,2103,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(93138,2103,'_created_via','checkout'),(93139,2103,'_cart_hash','2618cb408662dc2f7a70403a19f6a451'),(93140,2103,'_download_permissions_granted','yes'),(93141,2103,'_recorded_sales','yes'),(93142,2103,'_recorded_coupon_usage_counts','yes'),(93143,2103,'_new_order_email_sent','true'),(93144,2103,'_order_stock_reduced','yes'),(93145,2103,'_billing_first_name','Naomi'),(93146,2103,'_billing_last_name','Golden'),(93147,2103,'_billing_address_1','31 Mann Ave'),(93148,2103,'_billing_city','Needham'),(93149,2103,'_billing_state','MA'),(93150,2103,'_billing_postcode','02492'),(93151,2103,'_billing_country','US'),(93152,2103,'_billing_email','nrgolden6486@gmail.com'),(93153,2103,'_billing_phone','617-851-1322'),(93154,2103,'_shipping_first_name','Naomi'),(93155,2103,'_shipping_last_name','Golden'),(93156,2103,'_shipping_address_1','31 Mann Ave'),(93157,2103,'_shipping_city','Needham'),(93158,2103,'_shipping_state','MA'),(93159,2103,'_shipping_postcode','02492'),(93160,2103,'_shipping_country','US'),(93161,2103,'_order_currency','USD'),(93162,2103,'_cart_discount','0'),(93163,2103,'_cart_discount_tax','0'),(93164,2103,'_order_shipping','0'),(93165,2103,'_order_shipping_tax','0'),(93166,2103,'_order_tax','0'),(93167,2103,'_order_total','923.70'),(93168,2103,'_order_version','8.0.3'),(93169,2103,'_prices_include_tax','no'),(93170,2103,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(93171,2103,'_shipping_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US '),(93172,2103,'is_vat_exempt','no'),(93173,2101,'_edit_lock','1693424713:2'),(93174,2101,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255062\";s:12:\"date_shipped\";s:10:\"1693353600\";s:11:\"tracking_id\";s:32:\"b7998b47ba89e33ab3159079d21b7463\";}}'),(93175,2101,'_edit_last','2'),(93176,2101,'_date_completed','1693424850'),(93177,2101,'_completed_date','2023-08-30 19:47:30'),(93178,2100,'_edit_lock','1693424764:2'),(93179,2100,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255007\";s:12:\"date_shipped\";s:10:\"1693353600\";s:11:\"tracking_id\";s:32:\"83fd6ff683af440035a7b68f7b231724\";}}'),(93180,2100,'_edit_last','2'),(93181,2100,'_date_completed','1693424876'),(93182,2100,'_completed_date','2023-08-30 19:47:56'),(93183,2099,'_edit_lock','1693424835:2'),(93184,2099,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254868\";s:12:\"date_shipped\";s:10:\"1693353600\";s:11:\"tracking_id\";s:32:\"efd8b6ce4cd11e2c3aadc09657399b17\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254857\";s:12:\"date_shipped\";i:1693424939;s:11:\"tracking_id\";s:32:\"22c431d81844473bf25712fb8dbdc2f8\";}}'),(93185,2099,'_edit_last','2'),(93186,2099,'_date_completed','1693424943'),(93187,2099,'_completed_date','2023-08-30 19:49:03'),(93188,2098,'_edit_lock','1693424952:2'),(93189,2098,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254824\";s:12:\"date_shipped\";s:10:\"1693353600\";s:11:\"tracking_id\";s:32:\"72abfcb1856155cb887b43470aaa8c6f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830254813\";s:12:\"date_shipped\";i:1693425019;s:11:\"tracking_id\";s:32:\"dda1641601b70c4bf8662f961f0810ef\";}}'),(93190,2098,'_edit_last','2'),(93191,2098,'_date_completed','1693425027'),(93192,2098,'_completed_date','2023-08-30 19:50:27'),(93193,2102,'_edit_lock','1693426329:2'),(93194,2102,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255100\";s:12:\"date_shipped\";s:10:\"1693353600\";s:11:\"tracking_id\";s:32:\"b285220c665e3479798b3c476532f5af\";}}'),(93195,2102,'_edit_last','2'),(93196,2102,'_date_completed','1693426299'),(93197,2102,'_completed_date','2023-08-30 20:11:39'),(93198,2104,'_order_key','wc_order_RgSFeH1tK4ISY'),(93199,2104,'_customer_user','61'),(93200,2104,'_payment_method','paypal'),(93201,2104,'_payment_method_title','PayPal'),(93202,2104,'_customer_ip_address','217.180.201.156'),(93203,2104,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93204,2104,'_created_via','checkout'),(93205,2104,'_cart_hash','097dd8ffba12d42e2e18e35d52774e61'),(93206,2104,'_download_permissions_granted','yes'),(93207,2104,'_recorded_sales','yes'),(93208,2104,'_recorded_coupon_usage_counts','yes'),(93209,2104,'_new_order_email_sent','true'),(93210,2104,'_order_stock_reduced','yes'),(93211,2104,'_billing_first_name','Judith'),(93212,2104,'_billing_last_name','Hayden'),(93213,2104,'_billing_company','LCAL Hayden LLC'),(93214,2104,'_billing_address_1','1795 Alysheba Way'),(93215,2104,'_billing_address_2','Ste 4105'),(93216,2104,'_billing_city','Lexington'),(93217,2104,'_billing_state','KY'),(93218,2104,'_billing_postcode','40509'),(93219,2104,'_billing_country','US'),(93220,2104,'_billing_email','judy@liceclinicslexington.com'),(93221,2104,'_billing_phone','8595376966'),(93222,2104,'_shipping_first_name','Judy'),(93223,2104,'_shipping_last_name','Hayden'),(93224,2104,'_shipping_company','Lice Clinics of America Lexington'),(93225,2104,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(93226,2104,'_shipping_city','Lexington'),(93227,2104,'_shipping_state','KY'),(93228,2104,'_shipping_postcode','40509'),(93229,2104,'_shipping_country','US'),(93230,2104,'_order_currency','USD'),(93231,2104,'_cart_discount','0'),(93232,2104,'_cart_discount_tax','0'),(93233,2104,'_order_shipping','0'),(93234,2104,'_order_shipping_tax','0'),(93235,2104,'_order_tax','0'),(93236,2104,'_order_total','877.61'),(93237,2104,'_order_version','8.0.3'),(93238,2104,'_prices_include_tax','no'),(93239,2104,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(93240,2104,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(93241,2104,'is_vat_exempt','no'),(93242,2104,'Payment type','instant'),(93243,2104,'_paypal_status','completed'),(93244,2104,'_transaction_id','5U362978VG038281F'),(93245,2104,'PayPal Transaction Fee','31.12'),(93246,2104,'_date_paid','1693492624'),(93247,2104,'_paid_date','2023-08-31 14:37:04'),(93248,2104,'_edit_lock','1693514393:2'),(93249,2104,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255176\";s:12:\"date_shipped\";s:10:\"1693440000\";s:11:\"tracking_id\";s:32:\"62db102940e38ecee78736eb3c82a68a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255165\";s:12:\"date_shipped\";i:1693514490;s:11:\"tracking_id\";s:32:\"885db54db98c6bd93732fff5236c42d1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255154\";s:12:\"date_shipped\";i:1693514496;s:11:\"tracking_id\";s:32:\"675ee41d8e7bfbaf624e947525a2b6d6\";}}'),(93250,2104,'_edit_last','2'),(93251,2104,'_date_completed','1693514500'),(93252,2104,'_completed_date','2023-08-31 20:41:40'),(93253,2105,'_order_key','wc_order_Vky7nPLopHKiX'),(93254,2105,'_customer_user','8'),(93255,2105,'_payment_method','paypal'),(93256,2105,'_payment_method_title','PayPal'),(93257,2105,'_customer_ip_address','12.198.118.122'),(93258,2105,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36'),(93259,2105,'_created_via','checkout'),(93260,2105,'_cart_hash','4839a75986939be25abf13c1cf9e8aa6'),(93261,2105,'_download_permissions_granted','yes'),(93262,2105,'_recorded_sales','yes'),(93263,2105,'_recorded_coupon_usage_counts','yes'),(93264,2105,'_new_order_email_sent','true'),(93265,2105,'_order_stock_reduced','yes'),(93266,2105,'_billing_first_name','Amy'),(93267,2105,'_billing_last_name','Sharp'),(93268,2105,'_billing_company','Nit Wits'),(93269,2105,'_billing_address_1','6002 Sweetbay Dr'),(93270,2105,'_billing_city','Crestwood'),(93271,2105,'_billing_state','KY'),(93272,2105,'_billing_postcode','40014'),(93273,2105,'_billing_country','US'),(93274,2105,'_billing_email','asharp@ht-school.org'),(93275,2105,'_billing_phone','15023109281'),(93276,2105,'_shipping_first_name','Amy'),(93277,2105,'_shipping_last_name','Sharp'),(93278,2105,'_shipping_company','LCA Nit Wits'),(93279,2105,'_shipping_address_1','9302 New LaGrange Road'),(93280,2105,'_shipping_address_2','Unit H'),(93281,2105,'_shipping_city','Louisville'),(93282,2105,'_shipping_state','KY'),(93283,2105,'_shipping_postcode','40242'),(93284,2105,'_shipping_country','US'),(93285,2105,'_order_currency','USD'),(93286,2105,'_cart_discount','0'),(93287,2105,'_cart_discount_tax','0'),(93288,2105,'_order_shipping','14.22'),(93289,2105,'_order_shipping_tax','0'),(93290,2105,'_order_tax','0'),(93291,2105,'_order_total','14.22'),(93292,2105,'_order_version','8.0.3'),(93293,2105,'_prices_include_tax','no'),(93294,2105,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(93295,2105,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(93296,2105,'is_vat_exempt','no'),(93297,2106,'_order_key','wc_order_qyVNxBbdxs1YR'),(93298,2106,'_customer_user','11'),(93299,2106,'_payment_method','paypal'),(93300,2106,'_payment_method_title','PayPal'),(93301,2106,'_customer_ip_address','74.131.22.162'),(93302,2106,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93303,2106,'_created_via','checkout'),(93304,2106,'_cart_hash','86802b7ea4d1a91bc6213da255dc1b00'),(93305,2106,'_download_permissions_granted','yes'),(93306,2106,'_recorded_sales','yes'),(93307,2106,'_recorded_coupon_usage_counts','yes'),(93308,2106,'_new_order_email_sent','true'),(93309,2106,'_order_stock_reduced','yes'),(93310,2106,'_billing_first_name','Tina'),(93311,2106,'_billing_last_name','Hunt'),(93312,2106,'_billing_company','LCBG, LLC'),(93313,2106,'_billing_address_1','830 Fairview Ave.'),(93314,2106,'_billing_address_2','Suite A-4'),(93315,2106,'_billing_city','Bowling Green'),(93316,2106,'_billing_state','KY'),(93317,2106,'_billing_postcode','42101'),(93318,2106,'_billing_country','US'),(93319,2106,'_billing_email','info@liceclinicsbowlinggreen.com'),(93320,2106,'_billing_phone','2709996803'),(93321,2106,'_shipping_first_name','Tina'),(93322,2106,'_shipping_last_name','Hunt'),(93323,2106,'_shipping_company','LCBG, LLC'),(93324,2106,'_shipping_address_1','494 Hub Boulevard'),(93325,2106,'_shipping_address_2','Apt 1012'),(93326,2106,'_shipping_city','Bowling Green'),(93327,2106,'_shipping_state','KY'),(93328,2106,'_shipping_postcode','42101'),(93329,2106,'_shipping_country','US'),(93330,2106,'_order_currency','USD'),(93331,2106,'_cart_discount','0'),(93332,2106,'_cart_discount_tax','0'),(93333,2106,'_order_shipping','0'),(93334,2106,'_order_shipping_tax','0'),(93335,2106,'_order_tax','0'),(93336,2106,'_order_total','958.11'),(93337,2106,'_order_version','8.0.3'),(93338,2106,'_prices_include_tax','no'),(93339,2106,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(93340,2106,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(93341,2106,'is_vat_exempt','no'),(93342,2106,'Payment type','instant'),(93343,2106,'_paypal_status','completed'),(93344,2106,'_transaction_id','9RS195918N993682D'),(93345,2106,'PayPal Transaction Fee','33.93'),(93346,2106,'_date_paid','1693575335'),(93347,2106,'_paid_date','2023-09-01 13:35:35'),(93348,2107,'_order_key','wc_order_HaZYg1EbasLIV'),(93349,2107,'_customer_user','52'),(93350,2107,'_payment_method','paypal'),(93351,2107,'_payment_method_title','PayPal'),(93352,2107,'_customer_ip_address','71.163.16.212'),(93353,2107,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93354,2107,'_created_via','checkout'),(93355,2107,'_cart_hash','7119695b851541db91d32d2d8afc42b4'),(93356,2107,'_download_permissions_granted','yes'),(93357,2107,'_recorded_sales','yes'),(93358,2107,'_recorded_coupon_usage_counts','yes'),(93359,2107,'_new_order_email_sent','true'),(93360,2107,'_order_stock_reduced','yes'),(93361,2107,'_billing_first_name','Darlene'),(93362,2107,'_billing_last_name','LaFramboise'),(93363,2107,'_billing_company','LCA-NOVA'),(93364,2107,'_billing_address_1','25473 Tomey Ct'),(93365,2107,'_billing_city','Aldie'),(93366,2107,'_billing_state','VA'),(93367,2107,'_billing_postcode','20105-3048'),(93368,2107,'_billing_country','US'),(93369,2107,'_billing_email','info@liceremovalnova.com'),(93370,2107,'_billing_phone','7033031576'),(93371,2107,'_shipping_first_name','Darlene'),(93372,2107,'_shipping_last_name','LaFramboise'),(93373,2107,'_shipping_company','LCA-NOVA'),(93374,2107,'_shipping_address_1','25473 Tomey Ct'),(93375,2107,'_shipping_city','Aldie'),(93376,2107,'_shipping_state','VA'),(93377,2107,'_shipping_postcode','20105-3048'),(93378,2107,'_shipping_country','US'),(93379,2107,'_order_currency','USD'),(93380,2107,'_cart_discount','0'),(93381,2107,'_cart_discount_tax','0'),(93382,2107,'_order_shipping','13.26'),(93383,2107,'_order_shipping_tax','0'),(93384,2107,'_order_tax','0'),(93385,2107,'_order_total','91.66'),(93386,2107,'_order_version','8.0.3'),(93387,2107,'_prices_include_tax','no'),(93388,2107,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(93389,2107,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(93390,2107,'is_vat_exempt','no'),(93391,2107,'Payment type','instant'),(93392,2107,'_paypal_status','completed'),(93393,2107,'_transaction_id','8A497083K95758220'),(93394,2107,'PayPal Transaction Fee','3.69'),(93395,2107,'_date_paid','1693597369'),(93396,2107,'_paid_date','2023-09-01 19:42:49'),(93397,2108,'_order_key','wc_order_4FNHXiqnZ03sE'),(93398,2108,'_customer_user','5'),(93399,2108,'_payment_method','paypal'),(93400,2108,'_payment_method_title','PayPal'),(93401,2108,'_customer_ip_address','71.59.157.127'),(93402,2108,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93403,2108,'_created_via','checkout'),(93404,2108,'_cart_hash','5a8857148c21e3fe3b11e872fa0d566d'),(93405,2108,'_download_permissions_granted','yes'),(93406,2108,'_recorded_sales','yes'),(93407,2108,'_recorded_coupon_usage_counts','yes'),(93408,2108,'_new_order_email_sent','true'),(93409,2108,'_order_stock_reduced','yes'),(93410,2108,'_billing_first_name','Mark'),(93411,2108,'_billing_last_name','Meyer'),(93412,2108,'_billing_company','lice clinics of america- portland'),(93413,2108,'_billing_address_1','5201 SW Westgate Dr suite 106'),(93414,2108,'_billing_address_2','106'),(93415,2108,'_billing_city','portland'),(93416,2108,'_billing_state','OR'),(93417,2108,'_billing_postcode','97221'),(93418,2108,'_billing_country','US'),(93419,2108,'_billing_email','noemi.and.mark@nwliceclinics.com'),(93420,2108,'_billing_phone','5034040475'),(93421,2108,'_shipping_first_name','Shawnde'),(93422,2108,'_shipping_last_name','Russell'),(93423,2108,'_shipping_company','Lice Clinics Of America'),(93424,2108,'_shipping_address_1','1444 NW College Way Suite 6'),(93425,2108,'_shipping_address_2','Suite 6'),(93426,2108,'_shipping_city','Bend'),(93427,2108,'_shipping_state','OR'),(93428,2108,'_shipping_postcode','97703'),(93429,2108,'_shipping_country','US'),(93430,2108,'_order_currency','USD'),(93431,2108,'_cart_discount','0'),(93432,2108,'_cart_discount_tax','0'),(93433,2108,'_order_shipping','0'),(93434,2108,'_order_shipping_tax','0'),(93435,2108,'_order_tax','0'),(93436,2108,'_order_total','526.56'),(93437,2108,'_order_version','8.0.3'),(93438,2108,'_prices_include_tax','no'),(93439,2108,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(93440,2108,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(93441,2108,'is_vat_exempt','no'),(93442,2108,'Payment type','instant'),(93443,2108,'_paypal_status','completed'),(93444,2108,'_transaction_id','79V16183L77522800'),(93445,2108,'PayPal Transaction Fee','18.87'),(93446,2108,'_date_paid','1693608971'),(93447,2108,'_paid_date','2023-09-01 22:56:11'),(93448,2103,'_edit_lock','1694008739:2'),(93449,2103,'_edit_last','2'),(93450,2103,'Payment type','instant'),(93451,2103,'_paypal_status','completed'),(93452,2103,'_transaction_id','0RV3912596352571R'),(93453,2103,'PayPal Transaction Fee','32.73'),(93454,2103,'_date_paid','1693927781'),(93455,2103,'_paid_date','2023-09-05 15:29:41'),(93456,2105,'_edit_lock','1694104684:2'),(93457,2105,'_edit_last','2'),(93458,2108,'_edit_lock','1693928905:2'),(93459,2108,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255360\";s:12:\"date_shipped\";s:10:\"1693872000\";s:11:\"tracking_id\";s:32:\"5e9580948ab5c9e6ccf6b5c54e40ab51\";}}'),(93460,2108,'_edit_last','2'),(93461,2108,'_date_completed','1693928901'),(93462,2108,'_completed_date','2023-09-05 15:48:21'),(93463,2106,'_edit_lock','1693928790:2'),(93464,2106,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255268\";s:12:\"date_shipped\";s:10:\"1693872000\";s:11:\"tracking_id\";s:32:\"b6b1c1e52b708c9b782b628e1300dbab\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255257\";s:12:\"date_shipped\";i:1693928927;s:11:\"tracking_id\";s:32:\"e1d579f12a7f3de62301c13f59e21100\";}}'),(93465,2106,'_edit_last','2'),(93466,2106,'_date_completed','1693928928'),(93467,2106,'_completed_date','2023-09-05 15:48:48'),(93468,2107,'_edit_lock','1693929111:2'),(93469,2107,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255327\";s:12:\"date_shipped\";s:10:\"1693872000\";s:11:\"tracking_id\";s:32:\"04a461623e33fde694a169f9ec8e6f46\";}}'),(93470,2107,'_edit_last','2'),(93471,2107,'_date_completed','1693929076'),(93472,2107,'_completed_date','2023-09-05 15:51:16'),(93473,2109,'_order_key','wc_order_IQGiB5cerZ31b'),(93474,2109,'_customer_user','78'),(93475,2109,'_payment_method','paypal'),(93476,2109,'_payment_method_title','PayPal'),(93477,2109,'_customer_ip_address','172.58.228.1'),(93478,2109,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(93479,2109,'_created_via','checkout'),(93480,2109,'_cart_hash','c140755103b42fbf05fb1317b13ad548'),(93481,2109,'_download_permissions_granted','yes'),(93482,2109,'_recorded_sales','yes'),(93483,2109,'_recorded_coupon_usage_counts','yes'),(93484,2109,'_new_order_email_sent','true'),(93485,2109,'_order_stock_reduced','yes'),(93486,2109,'_billing_first_name','Richard'),(93487,2109,'_billing_last_name','Florsheim'),(93488,2109,'_billing_company','Licura'),(93489,2109,'_billing_address_1','3827 w fairway heights dr'),(93490,2109,'_billing_city','Mequon'),(93491,2109,'_billing_state','NY'),(93492,2109,'_billing_postcode','53092'),(93493,2109,'_billing_country','US'),(93494,2109,'_billing_email','tara@liceclinicslongIsland.com'),(93495,2109,'_billing_phone','5619006382'),(93496,2109,'_shipping_first_name','Tara'),(93497,2109,'_shipping_last_name','Johnson'),(93498,2109,'_shipping_company','LCA'),(93499,2109,'_shipping_address_1','599 w hartsdale ave'),(93500,2109,'_shipping_city','White plains'),(93501,2109,'_shipping_state','NY'),(93502,2109,'_shipping_postcode','10607'),(93503,2109,'_shipping_country','US'),(93504,2109,'_order_currency','USD'),(93505,2109,'_cart_discount','0'),(93506,2109,'_cart_discount_tax','0'),(93507,2109,'_order_shipping','20.04'),(93508,2109,'_order_shipping_tax','0'),(93509,2109,'_order_tax','0'),(93510,2109,'_order_total','255.24'),(93511,2109,'_order_version','8.0.3'),(93512,2109,'_prices_include_tax','no'),(93513,2109,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(93514,2109,'_shipping_address_index','Tara Johnson LCA 599 w hartsdale ave  White plains NY 10607 US '),(93515,2109,'is_vat_exempt','no'),(93516,2109,'Payment type','instant'),(93517,2109,'_paypal_status','completed'),(93518,2109,'_transaction_id','1X073680FV438094S'),(93519,2109,'PayPal Transaction Fee','9.40'),(93520,2109,'_date_paid','1693933061'),(93521,2109,'_paid_date','2023-09-05 16:57:41'),(93528,2110,'_sku','AA-RINSE-100'),(93529,2110,'_regular_price','71.40'),(93530,2110,'total_sales','1786'),(93531,2110,'_tax_status','taxable'),(93532,2110,'_tax_class',''),(93533,2110,'_manage_stock','no'),(93534,2110,'_backorders','no'),(93535,2110,'_sold_individually','no'),(93536,2110,'_weight','7.3'),(93537,2110,'_length','8.25'),(93538,2110,'_width','6.24'),(93539,2110,'_height','8'),(93540,2110,'_virtual','no'),(93541,2110,'_downloadable','no'),(93542,2110,'_download_limit','-1'),(93543,2110,'_download_expiry','-1'),(93544,2110,'_thumbnail_id','3351'),(93545,2110,'_stock',NULL),(93546,2110,'_stock_status','instock'),(93547,2110,'_wc_average_rating','0'),(93548,2110,'_wc_review_count','0'),(93549,2110,'_product_version','9.9.5'),(93550,2110,'_price','71.40'),(93551,2110,'site-sidebar-layout','default'),(93552,2110,'site-content-layout','default'),(93553,2110,'theme-transparent-header-meta','default'),(93554,2110,'stick-header-meta','default'),(93555,2110,'_wp_old_date','2021-03-24'),(93556,2110,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(93557,2110,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(93558,2110,'_wc_memberships_force_public','no'),(93559,2110,'_wc_memberships_exclude_discounts','no'),(93560,2110,'mwqb_sync_uiiqb','0'),(93561,2110,'sg_product_enable','no'),(93562,2110,'sg_product_disable','no'),(93563,2110,'minimum_allowed_quantity',''),(93564,2110,'maximum_allowed_quantity',''),(93565,2110,'group_of_quantity',''),(93566,2110,'minmax_do_not_count','no'),(93567,2110,'minmax_cart_exclude','no'),(93568,2110,'minmax_category_group_of_exclude','no'),(93569,2110,'qb_p_cost','0'),(93570,2110,'_edit_lock','1752165700:2'),(93571,2110,'_edit_last','2'),(93572,2111,'_wp_attached_file','2023/09/ExtraActiveRinse8oz.jpg'),(93573,2111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2023/09/ExtraActiveRinse8oz.jpg\";s:8:\"filesize\";i:23439;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2716;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5557;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"ExtraActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93574,2112,'_wp_attached_file','2023/09/ExtraActiveRinse16oz.jpg'),(93575,2112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2023/09/ExtraActiveRinse16oz.jpg\";s:8:\"filesize\";i:28255;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2957;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6393;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"ExtraActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2103;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93576,2113,'_sku','AA-RINSE-16-OZ-100'),(93577,2113,'_regular_price','172.00'),(93578,2113,'total_sales','687'),(93579,2113,'_tax_status','taxable'),(93580,2113,'_tax_class',''),(93581,2113,'_manage_stock','no'),(93582,2113,'_backorders','no'),(93583,2113,'_sold_individually','no'),(93584,2113,'_weight','18.5'),(93585,2113,'_length','10.75'),(93586,2113,'_width','10.75'),(93587,2113,'_height','10.75'),(93588,2113,'_virtual','no'),(93589,2113,'_downloadable','no'),(93590,2113,'_download_limit','0'),(93591,2113,'_download_expiry','0'),(93592,2113,'_thumbnail_id','3350'),(93593,2113,'_stock',NULL),(93594,2113,'_stock_status','instock'),(93595,2113,'_wc_average_rating','0'),(93596,2113,'_wc_review_count','0'),(93597,2113,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 16 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(93598,2113,'_product_version','9.9.5'),(93599,2113,'_price','172.00'),(93600,2113,'site-sidebar-layout','default'),(93601,2113,'site-content-layout','default'),(93602,2113,'theme-transparent-header-meta','default'),(93603,2113,'stick-header-meta','default'),(93604,2113,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(93605,2113,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(93606,2113,'_wc_memberships_force_public','no'),(93607,2113,'_wc_memberships_exclude_discounts','no'),(93608,2113,'mwqb_sync_uiiqb','0'),(93609,2113,'sg_product_enable','no'),(93610,2113,'sg_product_disable','no'),(93611,2113,'minimum_allowed_quantity',''),(93612,2113,'maximum_allowed_quantity',''),(93613,2113,'group_of_quantity',''),(93614,2113,'minmax_do_not_count','no'),(93615,2113,'minmax_cart_exclude','no'),(93616,2113,'minmax_category_group_of_exclude','no'),(93617,2113,'qb_p_cost','0'),(93618,2113,'_edit_lock','1752167409:2'),(93619,2113,'_edit_last','2'),(93620,2114,'_elementor_edit_mode','builder'),(93621,2114,'_elementor_template_type','wp-page'),(93622,2114,'_elementor_version','3.3.1'),(93623,2114,'_elementor_pro_version','3.3.4'),(93624,2114,'_wp_page_template','default'),(93625,2114,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93628,2115,'_elementor_edit_mode','builder'),(93629,2115,'_elementor_template_type','wp-page'),(93630,2115,'_elementor_version','3.3.1'),(93631,2115,'_elementor_pro_version','3.3.4'),(93632,2115,'_wp_page_template','default'),(93633,2115,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93636,2116,'_elementor_edit_mode','builder'),(93637,2116,'_elementor_template_type','wp-page'),(93638,2116,'_elementor_version','3.3.1'),(93639,2116,'_elementor_pro_version','3.3.4'),(93640,2116,'_wp_page_template','default'),(93641,2116,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93645,2117,'_elementor_edit_mode','builder'),(93646,2117,'_elementor_template_type','wp-page'),(93647,2117,'_elementor_version','3.3.1'),(93648,2117,'_elementor_pro_version','3.3.4'),(93649,2117,'_wp_page_template','default'),(93650,2117,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93652,2118,'_elementor_edit_mode','builder'),(93653,2118,'_elementor_template_type','wp-page'),(93654,2118,'_elementor_version','3.3.1'),(93655,2118,'_elementor_pro_version','3.3.4'),(93656,2118,'_wp_page_template','default'),(93657,2118,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93659,2119,'_elementor_edit_mode','builder'),(93660,2119,'_elementor_template_type','wp-page'),(93661,2119,'_elementor_version','3.3.1'),(93662,2119,'_elementor_pro_version','3.3.4'),(93663,2119,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (93664,2119,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93677,2121,'_elementor_edit_mode','builder'),(93678,2121,'_elementor_template_type','wp-page'),(93679,2121,'_elementor_version','3.15.3'),(93680,2121,'_elementor_pro_version','3.15.1'),(93681,2121,'_wp_page_template','default'),(93682,2121,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93684,2122,'_elementor_edit_mode','builder'),(93685,2122,'_elementor_template_type','wp-page'),(93686,2122,'_elementor_version','3.15.3'),(93687,2122,'_elementor_pro_version','3.15.1'),(93688,2122,'_wp_page_template','default'),(93689,2122,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93691,2123,'_elementor_edit_mode','builder'),(93692,2123,'_elementor_template_type','wp-page'),(93693,2123,'_elementor_version','3.15.3'),(93694,2123,'_elementor_pro_version','3.15.1'),(93695,2123,'_wp_page_template','default'),(93696,2123,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93699,2124,'_elementor_edit_mode','builder'),(93700,2124,'_elementor_template_type','wp-page'),(93701,2124,'_elementor_version','3.15.3'),(93702,2124,'_elementor_pro_version','3.15.1'),(93703,2124,'_wp_page_template','default'),(93704,2124,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93706,2125,'_elementor_edit_mode','builder'),(93707,2125,'_elementor_template_type','wp-page'),(93708,2125,'_elementor_version','3.15.3'),(93709,2125,'_elementor_pro_version','3.15.1'),(93710,2125,'_wp_page_template','default'),(93711,2125,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93713,2126,'_elementor_edit_mode','builder'),(93714,2126,'_elementor_template_type','wp-page'),(93715,2126,'_elementor_version','3.15.3'),(93716,2126,'_elementor_pro_version','3.15.1'),(93717,2126,'_wp_page_template','default'),(93718,2126,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(93725,2103,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255555\";s:12:\"date_shipped\";s:10:\"1693958400\";s:11:\"tracking_id\";s:32:\"9ddf75db3c5b197edfd004e048a7b1d8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255544\";s:12:\"date_shipped\";i:1694008782;s:11:\"tracking_id\";s:32:\"a5655fd6f37f1e4d4058203e92523025\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255533\";s:12:\"date_shipped\";i:1694008789;s:11:\"tracking_id\";s:32:\"03519a84166fbc00cf84ddf045ce79a7\";}}'),(93726,2103,'_date_completed','1694008792'),(93727,2103,'_completed_date','2023-09-06 13:59:52'),(93728,2109,'_edit_lock','1694008780:2'),(93729,2109,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255522\";s:12:\"date_shipped\";s:10:\"1693958400\";s:11:\"tracking_id\";s:32:\"67d5087bb894b20018ccd52af64b3deb\";}}'),(93730,2109,'_edit_last','2'),(93731,2109,'_date_completed','1694008912'),(93732,2109,'_completed_date','2023-09-06 14:01:52'),(93733,2128,'_order_key','wc_order_DMwBfp01Xs1hr'),(93734,2128,'_customer_user','98'),(93735,2128,'_payment_method','paypal'),(93736,2128,'_payment_method_title','PayPal'),(93737,2128,'_customer_ip_address','73.219.108.253'),(93738,2128,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.69'),(93739,2128,'_created_via','checkout'),(93740,2128,'_cart_hash','b30796da8d65ad855372ad470572be0d'),(93741,2128,'_download_permissions_granted','yes'),(93742,2128,'_recorded_sales','yes'),(93743,2128,'_recorded_coupon_usage_counts','yes'),(93744,2128,'_new_order_email_sent','true'),(93745,2128,'_order_stock_reduced','yes'),(93746,2128,'_billing_first_name','Christine'),(93747,2128,'_billing_last_name','Cherry'),(93748,2128,'_billing_company','NITS END'),(93749,2128,'_billing_address_1','PO BOX 1092'),(93750,2128,'_billing_city','Campton'),(93751,2128,'_billing_state','NH'),(93752,2128,'_billing_postcode','03223'),(93753,2128,'_billing_country','US'),(93754,2128,'_billing_email','christine@liceclinicscolumbus.com'),(93755,2128,'_billing_phone','16034983390'),(93756,2128,'_shipping_first_name','Erica'),(93757,2128,'_shipping_last_name','Froggatt'),(93758,2128,'_shipping_company','LCA'),(93759,2128,'_shipping_address_1','5910 Wilcox Place'),(93760,2128,'_shipping_address_2','Suite E'),(93761,2128,'_shipping_city','Dublin'),(93762,2128,'_shipping_state','OH'),(93763,2128,'_shipping_postcode','43016'),(93764,2128,'_shipping_country','US'),(93765,2128,'_order_currency','USD'),(93766,2128,'_cart_discount','0'),(93767,2128,'_cart_discount_tax','0'),(93768,2128,'_order_shipping','0'),(93769,2128,'_order_shipping_tax','0'),(93770,2128,'_order_tax','0'),(93771,2128,'_order_total','767.50'),(93772,2128,'_order_version','8.0.3'),(93773,2128,'_prices_include_tax','no'),(93774,2128,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(93775,2128,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(93776,2128,'is_vat_exempt','no'),(93777,2128,'Payment type','instant'),(93778,2128,'_paypal_status','completed'),(93779,2128,'_transaction_id','6A897997589326227'),(93780,2128,'PayPal Transaction Fee','27.28'),(93781,2128,'_date_paid','1694010739'),(93782,2128,'_paid_date','2023-09-06 14:32:19'),(93783,2128,'_edit_lock','1694054171:2'),(93784,2105,'Payment type','instant'),(93785,2105,'_paypal_status','completed'),(93786,2105,'_transaction_id','71P39689RJ2775507'),(93787,2105,'PayPal Transaction Fee','0.99'),(93788,2105,'_date_paid','1694020709'),(93789,2105,'_paid_date','2023-09-06 17:18:29'),(93790,2129,'_order_currency','USD'),(93791,2129,'_cart_discount','0'),(93792,2129,'_cart_discount_tax','0'),(93793,2129,'_order_shipping','0'),(93794,2129,'_order_shipping_tax','0'),(93795,2129,'_order_tax','0'),(93796,2129,'_order_total','-767.50'),(93797,2129,'_order_version','8.0.3'),(93798,2129,'_prices_include_tax','no'),(93799,2129,'_refund_amount','767.50'),(93800,2129,'_refunded_by','2'),(93801,2129,'_refunded_payment','1'),(93802,2129,'_refund_reason',''),(93803,2130,'_wp_attached_file','2023/09/ExtraActiveRinse8ozNew.webp'),(93804,2130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2023/09/ExtraActiveRinse8ozNew.webp\";s:8:\"filesize\";i:11918;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2082;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4868;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"ExtraActiveRinse8ozNew-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93805,2131,'_wp_attached_file','2023/09/ExtraActiveRinse16ozNew.webp'),(93806,2131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2023/09/ExtraActiveRinse16ozNew.webp\";s:8:\"filesize\";i:13336;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2194;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5406;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"ExtraActiveRinse16ozNew-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(93808,2110,'ast-site-content-layout','default'),(93809,2110,'site-content-style','default'),(93810,2110,'site-sidebar-style','default'),(93813,2113,'ast-site-content-layout','default'),(93814,2113,'site-content-style','default'),(93815,2113,'site-sidebar-style','default'),(93817,2132,'_order_key','wc_order_H8aVo9C1bHtFO'),(93818,2132,'_customer_user','98'),(93819,2132,'_payment_method','paypal'),(93820,2132,'_payment_method_title','PayPal'),(93821,2132,'_customer_ip_address','73.219.108.253'),(93822,2132,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.69'),(93823,2132,'_created_via','checkout'),(93824,2132,'_cart_hash','dfb61a9106df60541deec367c8c69cd1'),(93825,2132,'_download_permissions_granted','yes'),(93826,2132,'_recorded_sales','yes'),(93827,2132,'_recorded_coupon_usage_counts','yes'),(93828,2132,'_new_order_email_sent','true'),(93829,2132,'_order_stock_reduced','yes'),(93830,2132,'_billing_first_name','Christine'),(93831,2132,'_billing_last_name','Cherry'),(93832,2132,'_billing_company','NITS END'),(93833,2132,'_billing_address_1','PO BOX 1092'),(93834,2132,'_billing_city','Campton'),(93835,2132,'_billing_state','NH'),(93836,2132,'_billing_postcode','03223'),(93837,2132,'_billing_country','US'),(93838,2132,'_billing_email','christine@liceclinicscolumbus.com'),(93839,2132,'_billing_phone','16034983390'),(93840,2132,'_shipping_first_name','Erica'),(93841,2132,'_shipping_last_name','Froggatt'),(93842,2132,'_shipping_company','LCA'),(93843,2132,'_shipping_address_1','5910 Wilcox Place'),(93844,2132,'_shipping_address_2','Suite E'),(93845,2132,'_shipping_city','Dublin'),(93846,2132,'_shipping_state','OH'),(93847,2132,'_shipping_postcode','43016'),(93848,2132,'_shipping_country','US'),(93849,2132,'_order_currency','USD'),(93850,2132,'_cart_discount','0'),(93851,2132,'_cart_discount_tax','0'),(93852,2132,'_order_shipping','0'),(93853,2132,'_order_shipping_tax','0'),(93854,2132,'_order_tax','0'),(93855,2132,'_order_total','735.80'),(93856,2132,'_order_version','8.0.3'),(93857,2132,'_prices_include_tax','no'),(93858,2132,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(93859,2132,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(93860,2132,'is_vat_exempt','no'),(93861,2132,'Payment type','instant'),(93862,2132,'_paypal_status','completed'),(93863,2132,'_transaction_id','35602557HB294613L'),(93864,2132,'PayPal Transaction Fee','26.17'),(93865,2132,'_date_paid','1694096995'),(93866,2132,'_paid_date','2023-09-07 14:29:55'),(93867,2105,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255809\";s:12:\"date_shipped\";s:10:\"1694044800\";s:11:\"tracking_id\";s:32:\"673c08d4b54a01c650eaeac6ff9d6479\";}}'),(93868,2105,'_date_completed','1694104812'),(93869,2105,'_completed_date','2023-09-07 16:40:12'),(93870,2132,'_edit_lock','1694113024:2'),(93871,2132,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255901\";s:12:\"date_shipped\";s:10:\"1694044800\";s:11:\"tracking_id\";s:32:\"73839721e5b5f04a545ca1947eba0a01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255897\";s:12:\"date_shipped\";i:1694113151;s:11:\"tracking_id\";s:32:\"47e5757f900b0512b0a9b0b8ff9eafef\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255886\";s:12:\"date_shipped\";i:1694113157;s:11:\"tracking_id\";s:32:\"bd6a83faded1f506d282ac415ea3a77d\";}}'),(93872,2132,'_edit_last','2'),(93873,2132,'_date_completed','1694113161'),(93874,2132,'_completed_date','2023-09-07 18:59:21'),(93875,2133,'_order_key','wc_order_LqFu1xOwYYk8I'),(93876,2133,'_customer_user','50'),(93877,2133,'_payment_method','paypal'),(93878,2133,'_payment_method_title','PayPal'),(93879,2133,'_customer_ip_address','73.219.108.253'),(93880,2133,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.69'),(93881,2133,'_created_via','checkout'),(93882,2133,'_cart_hash','92049e779840a12172bb1aebec4012d9'),(93883,2133,'_download_permissions_granted','yes'),(93884,2133,'_recorded_sales','yes'),(93885,2133,'_recorded_coupon_usage_counts','yes'),(93886,2133,'_new_order_email_sent','true'),(93887,2133,'_order_stock_reduced','yes'),(93888,2133,'_billing_first_name','Christine'),(93889,2133,'_billing_last_name','Cherry'),(93890,2133,'_billing_company','NITS END'),(93891,2133,'_billing_address_1','PO BOX 1092'),(93892,2133,'_billing_city','Campton'),(93893,2133,'_billing_state','NH'),(93894,2133,'_billing_postcode','03223'),(93895,2133,'_billing_country','US'),(93896,2133,'_billing_email','info@liceclinicsplaistow.com'),(93897,2133,'_billing_phone','16034983390'),(93898,2133,'_shipping_first_name','Ivy'),(93899,2133,'_shipping_last_name','Shannon'),(93900,2133,'_shipping_company','Nits End'),(93901,2133,'_shipping_address_1','125 Nash Rd'),(93902,2133,'_shipping_address_2','Apt B'),(93903,2133,'_shipping_city','Windham'),(93904,2133,'_shipping_state','ME'),(93905,2133,'_shipping_postcode','04062'),(93906,2133,'_shipping_country','US'),(93907,2133,'_order_currency','USD'),(93908,2133,'_cart_discount','0'),(93909,2133,'_cart_discount_tax','0'),(93910,2133,'_order_shipping','0'),(93911,2133,'_order_shipping_tax','0'),(93912,2133,'_order_tax','0'),(93913,2133,'_order_total','657.56'),(93914,2133,'_order_version','8.0.3'),(93915,2133,'_prices_include_tax','no'),(93916,2133,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(93917,2133,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(93919,2133,'is_vat_exempt','no'),(93920,2134,'_order_key','wc_order_GYeTjbH81ZFQw'),(93921,2134,'_customer_user','77'),(93922,2134,'_payment_method','paypal'),(93923,2134,'_payment_method_title','PayPal'),(93924,2134,'_customer_ip_address','107.205.56.86'),(93925,2134,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93926,2134,'_created_via','checkout'),(93927,2134,'_cart_hash','3d8492be8e63f600a1a463fa0bcaafd3'),(93928,2134,'_download_permissions_granted','yes'),(93929,2134,'_recorded_sales','yes'),(93930,2134,'_recorded_coupon_usage_counts','yes'),(93931,2134,'_new_order_email_sent','true'),(93932,2134,'_order_stock_reduced','yes'),(93933,2134,'_billing_first_name','Phil'),(93934,2134,'_billing_last_name','Moon'),(93935,2134,'_billing_company','Lice Clinics of America--Central Valley'),(93936,2134,'_billing_address_1','585 56th Street'),(93937,2134,'_billing_city','Oakland'),(93938,2134,'_billing_state','CA'),(93939,2134,'_billing_postcode','94609'),(93940,2134,'_billing_country','US'),(93941,2134,'_billing_email','info@liceclinicsfresno.com'),(93942,2134,'_billing_phone','5593046305'),(93943,2134,'_shipping_first_name','Kristen'),(93944,2134,'_shipping_last_name','Maroot-Rippee'),(93945,2134,'_shipping_company','Lice Busters LLC. Central Valley'),(93946,2134,'_shipping_address_1','487 W. Scott Avenue'),(93947,2134,'_shipping_city','Fresno'),(93948,2134,'_shipping_state','CA'),(93949,2134,'_shipping_postcode','93704'),(93950,2134,'_shipping_country','US'),(93951,2134,'_order_currency','USD'),(93952,2134,'_cart_discount','0'),(93953,2134,'_cart_discount_tax','0'),(93954,2134,'_order_shipping','0'),(93955,2134,'_order_shipping_tax','0'),(93956,2134,'_order_tax','0'),(93957,2134,'_order_total','1190.88'),(93958,2134,'_order_version','8.0.3'),(93959,2134,'_prices_include_tax','no'),(93960,2134,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(93961,2134,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(93962,2134,'is_vat_exempt','no'),(93963,2134,'Payment type','instant'),(93964,2134,'_paypal_status','completed'),(93965,2134,'_transaction_id','7NP18210JB462833M'),(93966,2134,'PayPal Transaction Fee','42.05'),(93967,2134,'_date_paid','1694130729'),(93968,2134,'_paid_date','2023-09-07 23:52:09'),(93969,2135,'_order_key','wc_order_Wn1SKVVPBuQTo'),(93970,2135,'_customer_user','77'),(93971,2135,'_payment_method','paypal'),(93972,2135,'_payment_method_title','PayPal'),(93973,2135,'_customer_ip_address','107.205.56.86'),(93974,2135,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(93975,2135,'_created_via','checkout'),(93976,2135,'_cart_hash','2279a209f3113c2fc6a60d7a1736a6d1'),(93977,2135,'_download_permissions_granted','yes'),(93978,2135,'_recorded_sales','yes'),(93979,2135,'_recorded_coupon_usage_counts','yes'),(93980,2135,'_new_order_email_sent','true'),(93981,2135,'_order_stock_reduced','yes'),(93982,2135,'_billing_first_name','Phil'),(93983,2135,'_billing_last_name','Moon'),(93984,2135,'_billing_company','Lice Clinics of America--Central Valley'),(93985,2135,'_billing_address_1','585 56th Street'),(93986,2135,'_billing_city','Oakland'),(93987,2135,'_billing_state','CA'),(93988,2135,'_billing_postcode','94609'),(93989,2135,'_billing_country','US'),(93990,2135,'_billing_email','info@liceclinicsfresno.com'),(93991,2135,'_billing_phone','5593046305'),(93992,2135,'_shipping_first_name','Kristen'),(93993,2135,'_shipping_last_name','Maroot-Rippee'),(93994,2135,'_shipping_company','Lice Busters LLC. Central Valley'),(93995,2135,'_shipping_address_1','487 W. Scott Avenue'),(93996,2135,'_shipping_city','Fresno'),(93997,2135,'_shipping_state','CA'),(93998,2135,'_shipping_postcode','93704'),(93999,2135,'_shipping_country','US'),(94000,2135,'_order_currency','USD'),(94001,2135,'_cart_discount','0'),(94002,2135,'_cart_discount_tax','0'),(94003,2135,'_order_shipping','0'),(94004,2135,'_order_shipping_tax','0'),(94005,2135,'_order_tax','0'),(94006,2135,'_order_total','1838.84'),(94007,2135,'_order_version','8.0.3'),(94008,2135,'_prices_include_tax','no'),(94009,2135,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(94010,2135,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(94011,2135,'is_vat_exempt','no'),(94012,2135,'Payment type','instant'),(94013,2135,'_paypal_status','completed'),(94014,2135,'_transaction_id','5RW674111C142643T'),(94015,2135,'PayPal Transaction Fee','64.67'),(94016,2135,'_date_paid','1694130986'),(94017,2135,'_paid_date','2023-09-07 23:56:26'),(94018,2133,'Payment type','instant'),(94019,2133,'_paypal_status','completed'),(94020,2133,'_transaction_id','7TJ282503J8831621'),(94021,2133,'PayPal Transaction Fee','23.44'),(94022,2133,'_date_paid','1694181038'),(94023,2133,'_paid_date','2023-09-08 13:50:38'),(94024,2134,'_edit_lock','1694195680:2'),(94025,2134,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255967\";s:12:\"date_shipped\";s:10:\"1694131200\";s:11:\"tracking_id\";s:32:\"e30f2f6e14e4f078b705985630935e7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255956\";s:12:\"date_shipped\";i:1694195787;s:11:\"tracking_id\";s:32:\"b0c3146006ac7fd6c6ed483b107479c7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255945\";s:12:\"date_shipped\";i:1694195794;s:11:\"tracking_id\";s:32:\"a03b8750b3963fc7a195af22bf9622c7\";}}'),(94026,2134,'_edit_last','2'),(94027,2134,'_date_completed','1694195796'),(94028,2134,'_completed_date','2023-09-08 17:56:36'),(94029,2135,'_edit_lock','1694195986:2'),(94030,2135,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256025\";s:12:\"date_shipped\";s:10:\"1694131200\";s:11:\"tracking_id\";s:32:\"fe1c08517c879c72d9d368ebd2caf883\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256014\";s:12:\"date_shipped\";i:1694195857;s:11:\"tracking_id\";s:32:\"5594b39f944eee46cebca51340adb3bb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256003\";s:12:\"date_shipped\";i:1694195863;s:11:\"tracking_id\";s:32:\"ead4edc77e80cc42520cbcb91afb1fed\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255990\";s:12:\"date_shipped\";i:1694195870;s:11:\"tracking_id\";s:32:\"be5a5db908e300a3d702dd04ef85d007\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255989\";s:12:\"date_shipped\";i:1694195876;s:11:\"tracking_id\";s:32:\"646f4c4be465a6cd7e6fa93773042394\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830255978\";s:12:\"date_shipped\";i:1694195883;s:11:\"tracking_id\";s:32:\"6f78e8ed7a8011120480b36cc024d1ef\";}}'),(94031,2135,'_edit_last','2'),(94032,2133,'_edit_lock','1694195841:2'),(94033,2135,'_date_completed','1694195912'),(94034,2135,'_completed_date','2023-09-08 17:58:32'),(94035,2133,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256058\";s:12:\"date_shipped\";s:10:\"1694131200\";s:11:\"tracking_id\";s:32:\"547c7b8ccecc4cf5812eb4eff134e484\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256047\";s:12:\"date_shipped\";i:1694195930;s:11:\"tracking_id\";s:32:\"3bee59dbc35edd967e1d477829b48198\";}}'),(94036,2133,'_edit_last','2'),(94037,2133,'_date_completed','1694195934'),(94038,2133,'_completed_date','2023-09-08 17:58:54'),(94039,2136,'_order_key','wc_order_jFSDHHGF7NUOs'),(94040,2136,'_customer_user','60'),(94041,2136,'_payment_method','paypal'),(94042,2136,'_payment_method_title','PayPal'),(94043,2136,'_customer_ip_address','24.13.229.23'),(94044,2136,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(94045,2136,'_created_via','checkout'),(94046,2136,'_cart_hash','4ca28d63e20263cfd93e016ec9150568'),(94047,2136,'_download_permissions_granted','yes'),(94048,2136,'_recorded_sales','yes'),(94049,2136,'_recorded_coupon_usage_counts','yes'),(94050,2136,'_new_order_email_sent','true'),(94051,2136,'_order_stock_reduced','yes'),(94052,2136,'_billing_first_name','Jill'),(94053,2136,'_billing_last_name','Leshtz'),(94054,2136,'_billing_company','Lice clinics of America-North Shore'),(94055,2136,'_billing_address_1','1580 Lancelot Avenue'),(94056,2136,'_billing_city','Highland park'),(94057,2136,'_billing_state','IL'),(94058,2136,'_billing_postcode','60035'),(94059,2136,'_billing_country','US'),(94060,2136,'_billing_email','jleshtz@gmail.com'),(94061,2136,'_billing_phone','8473639001'),(94062,2136,'_shipping_first_name','Jill'),(94063,2136,'_shipping_last_name','Leshtz'),(94064,2136,'_shipping_company','Lice clinics of America-North Shore'),(94065,2136,'_shipping_address_1','1580 Lancelot Avenue'),(94066,2136,'_shipping_city','Highland park'),(94067,2136,'_shipping_state','IL'),(94068,2136,'_shipping_postcode','60035'),(94069,2136,'_shipping_country','US'),(94070,2136,'_order_currency','USD'),(94071,2136,'_cart_discount','0'),(94072,2136,'_cart_discount_tax','0'),(94073,2136,'_order_shipping','13.99'),(94074,2136,'_order_shipping_tax','0'),(94075,2136,'_order_tax','0'),(94076,2136,'_order_total','13.99'),(94077,2136,'_order_version','8.0.3'),(94078,2136,'_prices_include_tax','no'),(94079,2136,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(94080,2136,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(94081,2136,'is_vat_exempt','no'),(94082,2137,'_order_key','wc_order_oQSVawoJlZMga'),(94083,2137,'_customer_user','64'),(94084,2137,'_payment_method','paypal'),(94085,2137,'_payment_method_title','PayPal'),(94086,2137,'_customer_ip_address','98.97.62.123'),(94087,2137,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94088,2137,'_created_via','checkout'),(94089,2137,'_cart_hash','6d97a7d00e7e7868bd4386f159009bdd'),(94090,2137,'_download_permissions_granted','yes'),(94091,2137,'_recorded_sales','yes'),(94092,2137,'_recorded_coupon_usage_counts','yes'),(94093,2137,'_new_order_email_sent','true'),(94094,2137,'_order_stock_reduced','yes'),(94095,2137,'_billing_first_name','Barrie'),(94096,2137,'_billing_last_name','Desmond'),(94097,2137,'_billing_address_1','50 ALAHELE PL'),(94098,2137,'_billing_city','Kihei'),(94099,2137,'_billing_state','HI'),(94100,2137,'_billing_postcode','96753-7809'),(94101,2137,'_billing_country','US'),(94102,2137,'_billing_email','info@liceclinicshawaii.com'),(94103,2137,'_billing_phone','8082834247'),(94104,2137,'_shipping_first_name','Barrie'),(94105,2137,'_shipping_last_name','Desmond'),(94106,2137,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 8933'),(94107,2137,'_shipping_address_1','1800 S. Anderson Ave'),(94108,2137,'_shipping_city','Compton'),(94109,2137,'_shipping_state','CA'),(94110,2137,'_shipping_postcode','90220'),(94111,2137,'_shipping_country','US'),(94112,2137,'_order_currency','USD'),(94113,2137,'_cart_discount','0'),(94114,2137,'_cart_discount_tax','0'),(94115,2137,'_order_shipping','0'),(94116,2137,'_order_shipping_tax','0'),(94117,2137,'_order_tax','0'),(94118,2137,'_order_total','738.52'),(94119,2137,'_order_version','8.1.0'),(94120,2137,'_prices_include_tax','no'),(94121,2137,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(94122,2137,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 8933 1800 S. Anderson Ave  Compton CA 90220 US '),(94123,2137,'is_vat_exempt','no'),(94124,2138,'_order_key','wc_order_mBlpjDtCkXBXb'),(94125,2138,'_customer_user','76'),(94126,2138,'_payment_method','paypal'),(94127,2138,'_payment_method_title','PayPal'),(94128,2138,'_customer_ip_address','174.168.81.180'),(94129,2138,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15'),(94130,2138,'_created_via','checkout'),(94131,2138,'_cart_hash','4d4f999f19dff5249298cfa739fdf45e'),(94132,2138,'_download_permissions_granted','yes'),(94133,2138,'_recorded_sales','yes'),(94134,2138,'_recorded_coupon_usage_counts','yes'),(94135,2138,'_new_order_email_sent','true'),(94136,2138,'_order_stock_reduced','yes'),(94137,2138,'_billing_first_name','Naomi'),(94138,2138,'_billing_last_name','Golden'),(94139,2138,'_billing_address_1','31 Mann Ave'),(94140,2138,'_billing_city','Needham'),(94141,2138,'_billing_state','MA'),(94142,2138,'_billing_postcode','02492'),(94143,2138,'_billing_country','US'),(94144,2138,'_billing_email','nrgolden6486@gmail.com'),(94145,2138,'_billing_phone','617-851-1322'),(94146,2138,'_shipping_first_name','Naomi'),(94147,2138,'_shipping_last_name','Golden'),(94148,2138,'_shipping_address_1','3 Baldwin Green Common'),(94149,2138,'_shipping_address_2','Suite 310'),(94150,2138,'_shipping_city','Woburn'),(94151,2138,'_shipping_state','MA'),(94152,2138,'_shipping_postcode','01890'),(94153,2138,'_shipping_country','US'),(94154,2138,'_order_currency','USD'),(94155,2138,'_cart_discount','0'),(94156,2138,'_cart_discount_tax','0'),(94157,2138,'_order_shipping','0'),(94158,2138,'_order_shipping_tax','0'),(94159,2138,'_order_tax','0'),(94160,2138,'_order_total','564.76'),(94161,2138,'_order_version','8.0.3'),(94162,2138,'_prices_include_tax','no'),(94163,2138,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(94164,2138,'_shipping_address_index','Naomi Golden  3 Baldwin Green Common Suite 310 Woburn MA 01890 US '),(94165,2138,'is_vat_exempt','no'),(94166,2138,'Payment type','instant'),(94167,2138,'_paypal_status','completed'),(94168,2138,'_transaction_id','9NP315614W3265623'),(94169,2138,'PayPal Transaction Fee','20.20'),(94170,2138,'_date_paid','1694205207'),(94171,2138,'_paid_date','2023-09-08 20:33:27'),(94172,2139,'_order_key','wc_order_8uNtV6gfGmfIU'),(94173,2139,'_customer_user','78'),(94174,2139,'_payment_method','paypal'),(94175,2139,'_payment_method_title','PayPal'),(94176,2139,'_customer_ip_address','68.129.118.161'),(94177,2139,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(94178,2139,'_created_via','checkout'),(94179,2139,'_cart_hash','91378a39be397a6f11f097d49020bf1b'),(94180,2139,'_download_permissions_granted','yes'),(94181,2139,'_recorded_sales','yes'),(94182,2139,'_recorded_coupon_usage_counts','yes'),(94183,2139,'_new_order_email_sent','true'),(94184,2139,'_order_stock_reduced','yes'),(94185,2139,'_billing_first_name','Richard'),(94186,2139,'_billing_last_name','Florsheim'),(94187,2139,'_billing_company','Licura'),(94188,2139,'_billing_address_1','3827 w fairway heights dr'),(94189,2139,'_billing_city','Mequon'),(94190,2139,'_billing_state','NY'),(94191,2139,'_billing_postcode','53092'),(94192,2139,'_billing_country','US'),(94193,2139,'_billing_email','tara@liceclinicslongIsland.com'),(94194,2139,'_billing_phone','5619006382'),(94195,2139,'_shipping_first_name','Tara'),(94196,2139,'_shipping_last_name','Johnson'),(94197,2139,'_shipping_company','LCA'),(94198,2139,'_shipping_address_1','2330 Faye Ct'),(94199,2139,'_shipping_city','Merrick'),(94200,2139,'_shipping_state','NY'),(94201,2139,'_shipping_postcode','11566'),(94202,2139,'_shipping_country','US'),(94203,2139,'_order_currency','USD'),(94204,2139,'_cart_discount','0'),(94205,2139,'_cart_discount_tax','0'),(94206,2139,'_order_shipping','20.04'),(94207,2139,'_order_shipping_tax','0'),(94208,2139,'_order_tax','0'),(94209,2139,'_order_total','255.24'),(94210,2139,'_order_version','8.0.3'),(94211,2139,'_prices_include_tax','no'),(94212,2139,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(94213,2139,'_shipping_address_index','Tara Johnson LCA 2330 Faye Ct  Merrick NY 11566 US '),(94214,2139,'is_vat_exempt','no'),(94215,2139,'Payment type','instant'),(94216,2139,'_paypal_status','completed'),(94217,2139,'_transaction_id','4HU437649H820123J'),(94218,2139,'PayPal Transaction Fee','9.40'),(94219,2139,'_date_paid','1694292828'),(94220,2139,'_paid_date','2023-09-09 20:53:48'),(94221,2136,'_edit_lock','1694531084:2'),(94222,2136,'_edit_last','2'),(94223,2138,'_edit_lock','1694453973:2'),(94224,2138,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256091\";s:12:\"date_shipped\";s:10:\"1694390400\";s:11:\"tracking_id\";s:32:\"199e23619ca8bed56469cb71a738af0b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256080\";s:12:\"date_shipped\";i:1694453685;s:11:\"tracking_id\";s:32:\"3c1511f4e4b8845a70c57e5c6b1072bb\";}}'),(94225,2138,'_edit_last','2'),(94226,2138,'_date_completed','1694453689'),(94227,2138,'_completed_date','2023-09-11 17:34:49'),(94228,2140,'_order_key','wc_order_84RAWjTDIZWtP'),(94229,2140,'_customer_user','87'),(94230,2140,'_payment_method','paypal'),(94231,2140,'_payment_method_title','PayPal'),(94232,2140,'_customer_ip_address','75.7.15.79'),(94233,2140,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94234,2140,'_created_via','checkout'),(94235,2140,'_cart_hash','9b894198ab0ffcb3bf8ff12f1743953d'),(94236,2140,'_download_permissions_granted','yes'),(94237,2140,'_recorded_sales','yes'),(94238,2140,'_recorded_coupon_usage_counts','yes'),(94239,2140,'_new_order_email_sent','true'),(94240,2140,'_order_stock_reduced','yes'),(94241,2140,'_billing_first_name','Wade'),(94242,2140,'_billing_last_name','Huntsman'),(94243,2140,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(94244,2140,'_billing_address_1','3421 E 21st'),(94245,2140,'_billing_city','Tulsa'),(94246,2140,'_billing_state','OK'),(94247,2140,'_billing_postcode','74114'),(94248,2140,'_billing_country','US'),(94249,2140,'_billing_email','info@liceclinicsmidsouth.com'),(94250,2140,'_billing_phone','9189783329'),(94251,2140,'_shipping_first_name','Wade'),(94252,2140,'_shipping_last_name','Huntsman'),(94253,2140,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(94254,2140,'_shipping_address_1','3421 E 21st'),(94255,2140,'_shipping_city','Tulsa'),(94256,2140,'_shipping_state','OK'),(94257,2140,'_shipping_postcode','74114'),(94258,2140,'_shipping_country','US'),(94259,2140,'_order_currency','USD'),(94260,2140,'_cart_discount','0'),(94261,2140,'_cart_discount_tax','0'),(94262,2140,'_order_shipping','0'),(94263,2140,'_order_shipping_tax','0'),(94264,2140,'_order_tax','0'),(94265,2140,'_order_total','1174.20'),(94266,2140,'_order_version','8.0.3'),(94267,2140,'_prices_include_tax','no'),(94268,2140,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(94269,2140,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(94270,2140,'is_vat_exempt','no'),(94271,2140,'Payment type','instant'),(94272,2140,'_paypal_status','completed'),(94273,2140,'_transaction_id','3JX3657690606192X'),(94274,2140,'PayPal Transaction Fee','41.47'),(94275,2140,'_date_paid','1694453921'),(94276,2140,'_paid_date','2023-09-11 17:38:41'),(94277,2141,'_order_key','wc_order_PCkszCRCb3ziU'),(94278,2141,'_customer_user','87'),(94279,2141,'_payment_method','paypal'),(94280,2141,'_payment_method_title','PayPal'),(94281,2141,'_customer_ip_address','75.7.15.79'),(94282,2141,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94283,2141,'_created_via','checkout'),(94284,2141,'_cart_hash','57836b158b00d8a8f05e6e56282c3de8'),(94285,2141,'_download_permissions_granted','yes'),(94286,2141,'_recorded_sales','yes'),(94287,2141,'_recorded_coupon_usage_counts','yes'),(94288,2141,'_new_order_email_sent','true'),(94289,2141,'_order_stock_reduced','yes'),(94290,2141,'_billing_first_name','Wade'),(94291,2141,'_billing_last_name','Huntsman'),(94292,2141,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(94293,2141,'_billing_address_1','3421 E 21st'),(94294,2141,'_billing_city','Tulsa'),(94295,2141,'_billing_state','OK'),(94296,2141,'_billing_postcode','74114'),(94297,2141,'_billing_country','US'),(94298,2141,'_billing_email','info@liceclinicsmidsouth.com'),(94299,2141,'_billing_phone','9189783329'),(94300,2141,'_shipping_first_name','Logan'),(94301,2141,'_shipping_last_name','Futrell'),(94302,2141,'_shipping_address_1','203 Tricha Cir.'),(94303,2141,'_shipping_address_2','Unit B'),(94304,2141,'_shipping_city','Gravette'),(94305,2141,'_shipping_state','AR'),(94306,2141,'_shipping_postcode','72736'),(94307,2141,'_shipping_country','US'),(94308,2141,'_order_currency','USD'),(94309,2141,'_cart_discount','0'),(94310,2141,'_cart_discount_tax','0'),(94311,2141,'_order_shipping','0'),(94312,2141,'_order_shipping_tax','0'),(94313,2141,'_order_tax','0'),(94314,2141,'_order_total','867.16'),(94315,2141,'_order_version','8.0.3'),(94316,2141,'_prices_include_tax','no'),(94317,2141,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(94318,2141,'_shipping_address_index','Logan Futrell  203 Tricha Cir. Unit B Gravette AR 72736 US '),(94319,2141,'is_vat_exempt','no'),(94320,2141,'Payment type','instant'),(94321,2141,'_paypal_status','completed'),(94322,2141,'_transaction_id','6HG95229BB785804H'),(94323,2141,'PayPal Transaction Fee','30.75'),(94324,2141,'_date_paid','1694455486'),(94325,2141,'_paid_date','2023-09-11 18:04:46'),(94326,2136,'Payment type','instant'),(94327,2136,'_paypal_status','completed'),(94328,2136,'_transaction_id','65B594201V066305K'),(94329,2136,'PayPal Transaction Fee','0.98'),(94330,2136,'_date_paid','1694455704'),(94331,2136,'_paid_date','2023-09-11 18:08:24'),(94332,2142,'_order_key','wc_order_Vxbcsk36GD4Yz'),(94333,2142,'_customer_user','60'),(94334,2142,'_payment_method','paypal'),(94335,2142,'_payment_method_title','PayPal'),(94336,2142,'_customer_ip_address','24.13.229.23'),(94337,2142,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(94338,2142,'_created_via','checkout'),(94339,2142,'_cart_hash','d4e0dcaab07eddb141dc954f5329992b'),(94340,2142,'_download_permissions_granted','yes'),(94341,2142,'_recorded_sales','yes'),(94342,2142,'_recorded_coupon_usage_counts','yes'),(94343,2142,'_new_order_email_sent','true'),(94344,2142,'_order_stock_reduced','yes'),(94345,2142,'_billing_first_name','Jill'),(94346,2142,'_billing_last_name','Leshtz'),(94347,2142,'_billing_company','Lice clinics of America-North Shore'),(94348,2142,'_billing_address_1','1580 Lancelot Avenue'),(94349,2142,'_billing_city','Highland park'),(94350,2142,'_billing_state','IL'),(94351,2142,'_billing_postcode','60035'),(94352,2142,'_billing_country','US'),(94353,2142,'_billing_email','jleshtz@gmail.com'),(94354,2142,'_billing_phone','8473639001'),(94355,2142,'_shipping_first_name','Jill'),(94356,2142,'_shipping_last_name','Leshtz'),(94357,2142,'_shipping_company','Lice clinics of America-North Shore'),(94358,2142,'_shipping_address_1','1580 Lancelot Avenue'),(94359,2142,'_shipping_city','Highland park'),(94360,2142,'_shipping_state','IL'),(94361,2142,'_shipping_postcode','60035'),(94362,2142,'_shipping_country','US'),(94363,2142,'_order_currency','USD'),(94364,2142,'_cart_discount','0'),(94365,2142,'_cart_discount_tax','0'),(94366,2142,'_order_shipping','16.38'),(94367,2142,'_order_shipping_tax','0'),(94368,2142,'_order_tax','0'),(94369,2142,'_order_total','415.26'),(94370,2142,'_order_version','8.0.3'),(94371,2142,'_prices_include_tax','no'),(94372,2142,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(94373,2142,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(94374,2142,'is_vat_exempt','no'),(94375,2143,'_order_key','wc_order_xj8yl4yqb8G7t'),(94376,2143,'_customer_user','87'),(94377,2143,'_payment_method','paypal'),(94378,2143,'_payment_method_title','PayPal'),(94379,2143,'_customer_ip_address','75.7.15.79'),(94380,2143,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94381,2143,'_created_via','checkout'),(94382,2143,'_cart_hash','5ae09dc36e7bccbd8e6df12a2251d7db'),(94383,2143,'_download_permissions_granted','yes'),(94384,2143,'_recorded_sales','yes'),(94385,2143,'_recorded_coupon_usage_counts','yes'),(94386,2143,'_new_order_email_sent','true'),(94387,2143,'_order_stock_reduced','yes'),(94388,2143,'_billing_first_name','Wade'),(94389,2143,'_billing_last_name','Huntsman'),(94390,2143,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(94391,2143,'_billing_address_1','3421 E 21st'),(94392,2143,'_billing_city','Tulsa'),(94393,2143,'_billing_state','OK'),(94394,2143,'_billing_postcode','74114'),(94395,2143,'_billing_country','US'),(94396,2143,'_billing_email','info@liceclinicsmidsouth.com'),(94397,2143,'_billing_phone','9189783329'),(94398,2143,'_shipping_first_name','Tiffany'),(94399,2143,'_shipping_last_name','Sporn'),(94400,2143,'_shipping_address_1','16621 West 29th Street North'),(94401,2143,'_shipping_city','Colwich'),(94402,2143,'_shipping_state','KS'),(94403,2143,'_shipping_postcode','67030'),(94404,2143,'_shipping_country','US'),(94405,2143,'_order_currency','USD'),(94406,2143,'_cart_discount','0'),(94407,2143,'_cart_discount_tax','0'),(94408,2143,'_order_shipping','0'),(94409,2143,'_order_shipping_tax','0'),(94410,2143,'_order_tax','0'),(94411,2143,'_order_total','625.08'),(94412,2143,'_order_version','8.0.3'),(94413,2143,'_prices_include_tax','no'),(94414,2143,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(94415,2143,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(94416,2143,'is_vat_exempt','no'),(94417,2142,'Payment type','instant'),(94418,2142,'_paypal_status','completed'),(94419,2142,'_transaction_id','1VE01533B71337208'),(94420,2142,'PayPal Transaction Fee','14.98'),(94421,2142,'_date_paid','1694456102'),(94422,2142,'_paid_date','2023-09-11 18:15:02'),(94423,2143,'Payment type','instant'),(94424,2143,'_paypal_status','completed'),(94425,2143,'_transaction_id','0U141613XV703564V'),(94426,2143,'PayPal Transaction Fee','22.31'),(94427,2143,'_date_paid','1694456106'),(94428,2143,'_paid_date','2023-09-11 18:15:06'),(94429,2144,'_order_key','wc_order_iZ80XkZhI9dSK'),(94430,2144,'_customer_user','87'),(94431,2144,'_payment_method','paypal'),(94432,2144,'_payment_method_title','PayPal'),(94433,2144,'_customer_ip_address','75.7.15.79'),(94434,2144,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94435,2144,'_created_via','checkout'),(94436,2144,'_cart_hash','888ad73fea55f82dd3d01b07324a2486'),(94437,2144,'_download_permissions_granted','yes'),(94438,2144,'_recorded_sales','yes'),(94439,2144,'_recorded_coupon_usage_counts','yes'),(94440,2144,'_new_order_email_sent','true'),(94441,2144,'_order_stock_reduced','yes'),(94442,2144,'_billing_first_name','Wade'),(94443,2144,'_billing_last_name','Huntsman'),(94444,2144,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(94445,2144,'_billing_address_1','3421 E 21st'),(94446,2144,'_billing_city','Tulsa'),(94447,2144,'_billing_state','OK'),(94448,2144,'_billing_postcode','74114'),(94449,2144,'_billing_country','US'),(94450,2144,'_billing_email','info@liceclinicsmidsouth.com'),(94451,2144,'_billing_phone','9189783329'),(94452,2144,'_shipping_first_name','Katee'),(94453,2144,'_shipping_last_name','Morrison'),(94454,2144,'_shipping_company','Lice Clinics of America OKC'),(94455,2144,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(94456,2144,'_shipping_city','OKC'),(94457,2144,'_shipping_state','OK'),(94458,2144,'_shipping_postcode','73118'),(94459,2144,'_shipping_country','US'),(94460,2144,'_order_currency','USD'),(94461,2144,'_cart_discount','0'),(94462,2144,'_cart_discount_tax','0'),(94463,2144,'_order_shipping','0'),(94464,2144,'_order_shipping_tax','0'),(94465,2144,'_order_tax','0'),(94466,2144,'_order_total','544.60'),(94467,2144,'_order_version','8.0.3'),(94468,2144,'_prices_include_tax','no'),(94469,2144,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(94470,2144,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(94471,2144,'is_vat_exempt','no'),(94472,2144,'Payment type','instant'),(94473,2144,'_paypal_status','completed'),(94474,2144,'_transaction_id','2JN57916E7804322V'),(94475,2144,'PayPal Transaction Fee','19.50'),(94476,2144,'_date_paid','1694456569'),(94477,2144,'_paid_date','2023-09-11 18:22:49'),(94478,2141,'_edit_lock','1694531017:2'),(94479,2141,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256415\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"d6d035a73f062a87bdbc9ce95f53e4b7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256404\";s:12:\"date_shipped\";i:1694530998;s:11:\"tracking_id\";s:32:\"b5ea805b561f77dc37c912bcfb111a20\";}}'),(94480,2141,'_edit_last','2'),(94481,2141,'_date_completed','1694531013'),(94482,2141,'_completed_date','2023-09-12 15:03:33'),(94483,2142,'_edit_lock','1694530910:2'),(94484,2142,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256437\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"5b88b2ef8425f0a5b575c19918639f1d\";}}'),(94485,2142,'_edit_last','2'),(94486,2142,'_date_completed','1694531042'),(94487,2142,'_completed_date','2023-09-12 15:04:02'),(94488,2136,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256426\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"4b29502b9a6859a15883b3feab65e96a\";}}'),(94489,2136,'_date_completed','1694531080'),(94490,2136,'_completed_date','2023-09-12 15:04:40'),(94491,2140,'_edit_lock','1694531001:2'),(94492,2140,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256390\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"ad5575644fada46d86b7807b34a8d096\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256389\";s:12:\"date_shipped\";i:1694531118;s:11:\"tracking_id\";s:32:\"86b36460291da2b2e6f4ec9d89a20046\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256378\";s:12:\"date_shipped\";i:1694531123;s:11:\"tracking_id\";s:32:\"b9c3736cab7667615714419ec5a654a6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256367\";s:12:\"date_shipped\";i:1694531129;s:11:\"tracking_id\";s:32:\"ab0ce4c50c188ab2bc33c78d602f573b\";}}'),(94493,2140,'_edit_last','2'),(94494,2140,'_date_completed','1694531132'),(94495,2140,'_completed_date','2023-09-12 15:05:32'),(94496,2139,'_edit_lock','1694531152:2'),(94497,2139,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256140\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"5bae0ee950818ee743658f77e4b76a1e\";}}'),(94498,2139,'_edit_last','2'),(94499,2139,'_date_completed','1694531271'),(94500,2139,'_completed_date','2023-09-12 15:07:51'),(94501,2145,'_order_key','wc_order_eVz3qNb2wXnpW'),(94502,2145,'_customer_user','6'),(94503,2145,'_payment_method','paypal'),(94504,2145,'_payment_method_title','PayPal'),(94505,2145,'_customer_ip_address','98.244.29.91'),(94506,2145,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94507,2145,'_created_via','checkout'),(94508,2145,'_cart_hash','e22be9682118895cbcd6261b238ce90f'),(94509,2145,'_download_permissions_granted','yes'),(94510,2145,'_recorded_sales','yes'),(94511,2145,'_recorded_coupon_usage_counts','yes'),(94512,2145,'_new_order_email_sent','true'),(94513,2145,'_order_stock_reduced','yes'),(94514,2145,'_billing_first_name','Amira'),(94515,2145,'_billing_last_name','Purto'),(94516,2145,'_billing_address_1','2628 Acapulco Way'),(94517,2145,'_billing_city','Modesto'),(94518,2145,'_billing_state','CA'),(94519,2145,'_billing_postcode','95355'),(94520,2145,'_billing_country','US'),(94521,2145,'_billing_email','amira77@sbcglobal.net'),(94522,2145,'_billing_phone','2096422061'),(94523,2145,'_shipping_first_name','Amira'),(94524,2145,'_shipping_last_name','Purto'),(94525,2145,'_shipping_address_1','2628 Acapulco Way'),(94526,2145,'_shipping_city','Modesto'),(94527,2145,'_shipping_state','CA'),(94528,2145,'_shipping_postcode','95355'),(94529,2145,'_shipping_country','US'),(94530,2145,'_order_currency','USD'),(94531,2145,'_cart_discount','0'),(94532,2145,'_cart_discount_tax','0'),(94533,2145,'_order_shipping','0'),(94534,2145,'_order_shipping_tax','0'),(94535,2145,'_order_tax','0'),(94536,2145,'_order_total','1017.62'),(94537,2145,'_order_version','8.0.3'),(94538,2145,'_prices_include_tax','no'),(94539,2145,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(94540,2145,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(94541,2145,'is_vat_exempt','no'),(94542,2145,'Payment type','instant'),(94543,2145,'_paypal_status','completed'),(94544,2145,'_transaction_id','9RU504987M992182U'),(94545,2145,'PayPal Transaction Fee','36.00'),(94546,2145,'_date_paid','1694535505'),(94547,2145,'_paid_date','2023-09-12 16:18:25'),(94548,2146,'_order_key','wc_order_vQHdoLDtv2I09'),(94549,2146,'_customer_user','6'),(94550,2146,'_payment_method','paypal'),(94551,2146,'_payment_method_title','PayPal'),(94552,2146,'_customer_ip_address','98.244.29.91'),(94553,2146,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94554,2146,'_created_via','checkout'),(94555,2146,'_cart_hash','24c8e03406356b7a03dc73e3c68aef5d'),(94556,2146,'_download_permissions_granted','yes'),(94557,2146,'_recorded_sales','yes'),(94558,2146,'_recorded_coupon_usage_counts','yes'),(94559,2146,'_new_order_email_sent','true'),(94560,2146,'_order_stock_reduced','yes'),(94561,2146,'_billing_first_name','Amira'),(94562,2146,'_billing_last_name','Purto'),(94563,2146,'_billing_address_1','2628 Acapulco Way'),(94564,2146,'_billing_city','Modesto'),(94565,2146,'_billing_state','CA'),(94566,2146,'_billing_postcode','95355'),(94567,2146,'_billing_country','US'),(94568,2146,'_billing_email','amira77@sbcglobal.net'),(94569,2146,'_billing_phone','2096422061'),(94570,2146,'_shipping_first_name','Amira'),(94571,2146,'_shipping_last_name','Purto'),(94572,2146,'_shipping_address_1','2628 Acapulco Way'),(94573,2146,'_shipping_city','Modesto'),(94574,2146,'_shipping_state','CA'),(94575,2146,'_shipping_postcode','95355'),(94576,2146,'_shipping_country','US'),(94577,2146,'_order_currency','USD'),(94578,2146,'_cart_discount','0'),(94579,2146,'_cart_discount_tax','0'),(94580,2146,'_order_shipping','0'),(94581,2146,'_order_shipping_tax','0'),(94582,2146,'_order_tax','0'),(94583,2146,'_order_total','877.58'),(94584,2146,'_order_version','8.0.3'),(94585,2146,'_prices_include_tax','no'),(94586,2146,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(94587,2146,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(94588,2146,'is_vat_exempt','no'),(94589,2146,'Payment type','instant'),(94590,2146,'_paypal_status','completed'),(94591,2146,'_transaction_id','0M019228UX935431T'),(94592,2146,'PayPal Transaction Fee','31.12'),(94593,2146,'_date_paid','1694535822'),(94594,2146,'_paid_date','2023-09-12 16:23:42'),(94595,2144,'_edit_lock','1694541196:2'),(94596,2144,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256573\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"d662eef03472290ed2a0ec23023f2f56\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256562\";s:12:\"date_shipped\";i:1694541308;s:11:\"tracking_id\";s:32:\"42c4ba46d077f82d8640e3bdec3050f0\";}}'),(94597,2144,'_edit_last','2'),(94598,2144,'_date_completed','1694541321'),(94599,2144,'_completed_date','2023-09-12 17:55:21'),(94600,2143,'_edit_lock','1694543359:2'),(94601,2143,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256595\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"280c635630351dc0d8ea63e33f0345c2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256584\";s:12:\"date_shipped\";i:1694543396;s:11:\"tracking_id\";s:32:\"6b5d618b9051d3e0c4c854b925538892\";}}'),(94602,2143,'_edit_last','2'),(94603,2143,'_date_completed','1694543400'),(94604,2143,'_completed_date','2023-09-12 18:30:00'),(94605,2146,'_edit_lock','1694551125:2'),(94606,2146,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256805\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"8195553a5130de7b7bdf0688eacf8212\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256790\";s:12:\"date_shipped\";i:1694551236;s:11:\"tracking_id\";s:32:\"980b522d892186eeb607f657e5673910\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256780\";s:12:\"date_shipped\";i:1694551241;s:11:\"tracking_id\";s:32:\"6c9feb2f3d56922e74166f10c8acdcfd\";}}'),(94607,2146,'_edit_last','2'),(94608,2146,'_date_completed','1694551245'),(94609,2146,'_completed_date','2023-09-12 20:40:45'),(94610,2145,'_edit_lock','1694551172:2'),(94611,2145,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256779\";s:12:\"date_shipped\";s:10:\"1694476800\";s:11:\"tracking_id\";s:32:\"e9b580be4b5efdb6f1a6c60e0a9f1199\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256768\";s:12:\"date_shipped\";i:1694551289;s:11:\"tracking_id\";s:32:\"68daf57ca15eb59f48c1023296096073\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830256757\";s:12:\"date_shipped\";i:1694551294;s:11:\"tracking_id\";s:32:\"92560ecf4b59cc57f43c8028d16acfee\";}}'),(94612,2145,'_edit_last','2'),(94613,2145,'_date_completed','1694551296'),(94614,2145,'_completed_date','2023-09-12 20:41:36'),(94615,2147,'_order_key','wc_order_QA1PDQ0NlBay9'),(94616,2147,'_customer_user','37'),(94617,2147,'_payment_method','paypal'),(94618,2147,'_payment_method_title','PayPal'),(94619,2147,'_customer_ip_address','71.28.105.163'),(94620,2147,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(94621,2147,'_created_via','checkout'),(94622,2147,'_cart_hash','494bbf914c299d2d8192a8850192962c'),(94623,2147,'_download_permissions_granted','yes'),(94624,2147,'_recorded_sales','yes'),(94625,2147,'_recorded_coupon_usage_counts','yes'),(94626,2147,'_new_order_email_sent','true'),(94627,2147,'_order_stock_reduced','yes'),(94628,2147,'_billing_first_name','Melody'),(94629,2147,'_billing_last_name','Carter'),(94630,2147,'_billing_company','Family Hair Clinic of South Ga LLC'),(94631,2147,'_billing_address_1','7754 GA HIGHWAY 122 W'),(94632,2147,'_billing_city','HAHIRA'),(94633,2147,'_billing_state','GA'),(94634,2147,'_billing_postcode','31632-2210'),(94635,2147,'_billing_country','US'),(94636,2147,'_billing_email','familyhairclinic@gmail.com'),(94637,2147,'_billing_phone','2294151748'),(94638,2147,'_shipping_first_name','Melody'),(94639,2147,'_shipping_last_name','Carter'),(94640,2147,'_shipping_company','Family Hair Clinic of South Ga LLC'),(94641,2147,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(94642,2147,'_shipping_city','HAHIRA'),(94643,2147,'_shipping_state','GA'),(94644,2147,'_shipping_postcode','31632-2210'),(94645,2147,'_shipping_country','US'),(94646,2147,'_order_currency','USD'),(94647,2147,'_cart_discount','0'),(94648,2147,'_cart_discount_tax','0'),(94649,2147,'_order_shipping','21.3'),(94650,2147,'_order_shipping_tax','0'),(94651,2147,'_order_tax','0'),(94652,2147,'_order_total','264.72'),(94653,2147,'_order_version','8.1.0'),(94654,2147,'_prices_include_tax','no'),(94655,2147,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(94656,2147,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(94657,2147,'is_vat_exempt','no'),(94658,2147,'Payment type','instant'),(94659,2147,'_paypal_status','completed'),(94660,2147,'_transaction_id','9AG94242AA117602P'),(94661,2147,'PayPal Transaction Fee','9.73'),(94662,2147,'_date_paid','1694552073'),(94663,2147,'_paid_date','2023-09-12 20:54:33'),(94669,2148,'_order_key','wc_order_nCJQsUOZdKTuN'),(94670,2148,'_customer_user','94'),(94671,2148,'_payment_method','paypal'),(94672,2148,'_payment_method_title','PayPal'),(94673,2148,'_customer_ip_address','76.200.128.12'),(94674,2148,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(94675,2148,'_created_via','checkout'),(94676,2148,'_cart_hash','bc473e5b1263cb1fffb9ebbf8a7f7450'),(94677,2148,'_download_permissions_granted','yes'),(94678,2148,'_recorded_sales','yes'),(94679,2148,'_recorded_coupon_usage_counts','yes'),(94680,2148,'_new_order_email_sent','true'),(94681,2148,'_order_stock_reduced','yes'),(94682,2148,'_billing_first_name','Dacy'),(94683,2148,'_billing_last_name','Hitt'),(94684,2148,'_billing_address_1','8850 Penbrooke ct'),(94685,2148,'_billing_city','Cumming'),(94686,2148,'_billing_state','GA'),(94687,2148,'_billing_postcode','30028'),(94688,2148,'_billing_country','US'),(94689,2148,'_billing_email','dacy1016@gmail.com'),(94690,2148,'_billing_phone','7705965455'),(94691,2148,'_shipping_first_name','Dacy'),(94692,2148,'_shipping_last_name','Hitt'),(94693,2148,'_shipping_address_1','102 Mary Alice Park rd'),(94694,2148,'_shipping_address_2','Suite 503'),(94695,2148,'_shipping_city','Cumming'),(94696,2148,'_shipping_state','GA'),(94697,2148,'_shipping_postcode','30040'),(94698,2148,'_shipping_country','US'),(94699,2148,'_order_currency','USD'),(94700,2148,'_cart_discount','0'),(94701,2148,'_cart_discount_tax','0'),(94702,2148,'_order_shipping','119.67'),(94703,2148,'_order_shipping_tax','0'),(94704,2148,'_order_tax','0'),(94705,2148,'_order_total','1391.01'),(94706,2148,'_order_version','8.1.0'),(94707,2148,'_prices_include_tax','no'),(94708,2148,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(94709,2148,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(94710,2148,'is_vat_exempt','no'),(94711,2148,'Payment type','instant'),(94712,2148,'_paypal_status','completed'),(94713,2148,'_transaction_id','7LL01869RY922120K'),(94714,2148,'PayPal Transaction Fee','49.04'),(94715,2148,'_date_paid','1694614637'),(94716,2148,'_paid_date','2023-09-13 14:17:17'),(94717,2137,'_edit_lock','1694713779:2'),(94718,2137,'_edit_last','2'),(94720,2149,'_order_key','wc_order_EM86B1ZEW0Noa'),(94721,2149,'_customer_user','94'),(94722,2149,'_payment_method','paypal'),(94723,2149,'_payment_method_title','PayPal'),(94724,2149,'_customer_ip_address','76.200.128.12'),(94725,2149,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(94726,2149,'_created_via','checkout'),(94727,2149,'_cart_hash','d741d9f3672d6fc7bee5c04eb09ab09a'),(94728,2149,'_download_permissions_granted','yes'),(94729,2149,'_recorded_sales','yes'),(94730,2149,'_recorded_coupon_usage_counts','yes'),(94731,2149,'_new_order_email_sent','true'),(94732,2149,'_order_stock_reduced','yes'),(94733,2149,'_billing_first_name','Dacy'),(94734,2149,'_billing_last_name','Hitt'),(94735,2149,'_billing_address_1','8850 Penbrooke ct'),(94736,2149,'_billing_city','Cumming'),(94737,2149,'_billing_state','GA'),(94738,2149,'_billing_postcode','30028'),(94739,2149,'_billing_country','US'),(94740,2149,'_billing_email','dacy1016@gmail.com'),(94741,2149,'_billing_phone','7705965455'),(94742,2149,'_shipping_first_name','Dacy'),(94743,2149,'_shipping_last_name','Hitt'),(94744,2149,'_shipping_address_1','102 Mary Alice Park rd'),(94745,2149,'_shipping_address_2','Suite 503'),(94746,2149,'_shipping_city','Cumming'),(94747,2149,'_shipping_state','GA'),(94748,2149,'_shipping_postcode','30040'),(94749,2149,'_shipping_country','US'),(94750,2149,'_order_currency','USD'),(94751,2149,'_cart_discount','0'),(94752,2149,'_cart_discount_tax','0'),(94753,2149,'_order_shipping','15.6'),(94754,2149,'_order_shipping_tax','0'),(94755,2149,'_order_tax','0'),(94756,2149,'_order_total','225.20'),(94757,2149,'_order_version','8.1.0'),(94758,2149,'_prices_include_tax','no'),(94759,2149,'_billing_address_index','Dacy Hitt  8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(94760,2149,'_shipping_address_index','Dacy Hitt  102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(94761,2149,'is_vat_exempt','no'),(94762,2149,'Payment type','instant'),(94763,2149,'_paypal_status','completed'),(94764,2149,'_transaction_id','02251667C65162717'),(94765,2149,'PayPal Transaction Fee','8.35'),(94766,2149,'_date_paid','1694615156'),(94767,2149,'_paid_date','2023-09-13 14:25:56'),(94769,2150,'_order_key','wc_order_1Eqt85UR6i8n4'),(94770,2150,'_customer_user','46'),(94771,2150,'_payment_method','paypal'),(94772,2150,'_payment_method_title','PayPal'),(94773,2150,'_customer_ip_address','216.163.6.72'),(94774,2150,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94775,2150,'_created_via','checkout'),(94776,2150,'_cart_hash','aea7157655f10cb877a7297ed9489dcf'),(94777,2150,'_download_permissions_granted','yes'),(94778,2150,'_recorded_sales','yes'),(94779,2150,'_recorded_coupon_usage_counts','yes'),(94780,2150,'_new_order_email_sent','true'),(94781,2150,'_order_stock_reduced','yes'),(94782,2150,'_billing_first_name','Shannon'),(94783,2150,'_billing_last_name','Steele'),(94784,2150,'_billing_company','SBS Investments'),(94785,2150,'_billing_address_1','1702 Hazelwood Court'),(94786,2150,'_billing_city','Jonesboro'),(94787,2150,'_billing_state','AR'),(94788,2150,'_billing_postcode','72401'),(94789,2150,'_billing_country','US'),(94790,2150,'_billing_email','info@liceclinicsjonesboro.com'),(94791,2150,'_billing_phone','8709262731'),(94792,2150,'_shipping_first_name','Shannon'),(94793,2150,'_shipping_last_name','Steele'),(94794,2150,'_shipping_company','SBS Investments/LCA- Jonesboro'),(94795,2150,'_shipping_address_1','3106 Orval Orlan Drive'),(94796,2150,'_shipping_address_2','Suite D'),(94797,2150,'_shipping_city','Jonesboro'),(94798,2150,'_shipping_state','AR'),(94799,2150,'_shipping_postcode','72404'),(94800,2150,'_shipping_country','US'),(94801,2150,'_order_currency','USD'),(94802,2150,'_cart_discount','0'),(94803,2150,'_cart_discount_tax','0'),(94804,2150,'_order_shipping','16.2'),(94805,2150,'_order_shipping_tax','0'),(94806,2150,'_order_tax','0'),(94807,2150,'_order_total','158.10'),(94808,2150,'_order_version','8.1.0'),(94809,2150,'_prices_include_tax','no'),(94810,2150,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court  Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(94811,2150,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US '),(94813,2150,'is_vat_exempt','no'),(94814,2150,'Payment type','instant'),(94815,2150,'_paypal_status','completed'),(94816,2150,'_transaction_id','6W035058SK2159117'),(94817,2150,'PayPal Transaction Fee','6.01'),(94818,2150,'_date_paid','1694628840'),(94819,2150,'_paid_date','2023-09-13 18:14:00'),(94820,2137,'Payment type','instant'),(94821,2137,'_paypal_status','completed'),(94822,2137,'_transaction_id','9TH40810XU660550F'),(94823,2137,'PayPal Transaction Fee','26.26'),(94824,2137,'_date_paid','1694630522'),(94825,2137,'_paid_date','2023-09-13 18:42:02'),(94826,2149,'_edit_lock','1694636270:2'),(94827,2149,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257135\";s:12:\"date_shipped\";s:10:\"1694563200\";s:11:\"tracking_id\";s:32:\"62a07a7868ad45d34e7e2a3a53f31ffa\";}}'),(94828,2149,'_edit_last','2'),(94829,2149,'_date_completed','1694636406'),(94830,2149,'_completed_date','2023-09-13 20:20:06'),(94831,2150,'_edit_lock','1694636298:2'),(94832,2150,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257124\";s:12:\"date_shipped\";s:10:\"1694563200\";s:11:\"tracking_id\";s:32:\"474fb59af712cbb14f89ba0c9b659adb\";}}'),(94833,2150,'_edit_last','2'),(94834,2150,'_date_completed','1694636431'),(94835,2150,'_completed_date','2023-09-13 20:20:31'),(94836,2148,'_edit_lock','1694636332:2'),(94837,2148,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257102\";s:12:\"date_shipped\";s:10:\"1694563200\";s:11:\"tracking_id\";s:32:\"3d3d2ed3c50099bffa9b640821eb0605\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257098\";s:12:\"date_shipped\";i:1694636463;s:11:\"tracking_id\";s:32:\"9f2ded73c32bfa0f778785297f8f330c\";}}'),(94838,2148,'_edit_last','2'),(94839,2148,'_date_completed','1694636465'),(94840,2148,'_completed_date','2023-09-13 20:21:05'),(94841,2147,'_edit_lock','1694636408:2'),(94842,2147,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257032\";s:12:\"date_shipped\";s:10:\"1694563200\";s:11:\"tracking_id\";s:32:\"b2c06bac27a1809e420e9931e34c9ef5\";}}'),(94843,2147,'_edit_last','2'),(94844,2147,'_date_completed','1694636544'),(94845,2147,'_completed_date','2023-09-13 20:22:24'),(94846,2151,'_order_key','wc_order_JRYUEedaQhoo7'),(94847,2151,'_customer_user','66'),(94848,2151,'_payment_method','paypal'),(94849,2151,'_payment_method_title','PayPal'),(94850,2151,'_customer_ip_address','96.244.84.170'),(94851,2151,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0'),(94852,2151,'_created_via','checkout'),(94853,2151,'_cart_hash','b233a667c1fbfb9603bcc94512332ccb'),(94854,2151,'_download_permissions_granted','no'),(94855,2151,'_recorded_sales','no'),(94856,2151,'_recorded_coupon_usage_counts','no'),(94857,2151,'_new_order_email_sent','false'),(94858,2151,'_order_stock_reduced','no'),(94859,2151,'_billing_first_name','Mark'),(94860,2151,'_billing_last_name','Dent'),(94861,2151,'_billing_company','Lice Clinics of Maryland'),(94862,2151,'_billing_address_1','801 W 33rd Street'),(94863,2151,'_billing_city','BAltimore'),(94864,2151,'_billing_state','MD'),(94865,2151,'_billing_postcode','21211'),(94866,2151,'_billing_country','US'),(94867,2151,'_billing_email','info@liceclinicsofmaryland.com'),(94868,2151,'_billing_phone','4438349991'),(94869,2151,'_shipping_first_name','Dawn'),(94870,2151,'_shipping_last_name','Mumaw'),(94871,2151,'_shipping_company','LCA Baltimore'),(94872,2151,'_shipping_address_1','604 Providence Road'),(94873,2151,'_shipping_city','Towson'),(94874,2151,'_shipping_state','MD'),(94875,2151,'_shipping_postcode','21286'),(94876,2151,'_shipping_country','US'),(94877,2151,'_order_currency','USD'),(94878,2151,'_cart_discount','0'),(94879,2151,'_cart_discount_tax','0'),(94880,2151,'_order_shipping','0'),(94881,2151,'_order_shipping_tax','0'),(94882,2151,'_order_tax','0'),(94883,2151,'_order_total','1182.90'),(94884,2151,'_order_version','8.1.0'),(94885,2151,'_prices_include_tax','no'),(94886,2151,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(94887,2151,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(94889,2151,'is_vat_exempt','no'),(94890,2152,'_order_key','wc_order_o3FJyWTtG9kEa'),(94891,2152,'_customer_user','66'),(94892,2152,'_payment_method','paypal'),(94893,2152,'_payment_method_title','PayPal'),(94894,2152,'_customer_ip_address','96.244.84.170'),(94895,2152,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0'),(94896,2152,'_created_via','checkout'),(94897,2152,'_cart_hash','b233a667c1fbfb9603bcc94512332ccb'),(94898,2152,'_download_permissions_granted','yes'),(94899,2152,'_recorded_sales','yes'),(94900,2152,'_recorded_coupon_usage_counts','yes'),(94901,2152,'_new_order_email_sent','true'),(94902,2152,'_order_stock_reduced','yes'),(94903,2152,'_billing_first_name','Mark'),(94904,2152,'_billing_last_name','Dent'),(94905,2152,'_billing_company','Lice Clinics of Maryland'),(94906,2152,'_billing_address_1','801 W 33rd Street'),(94907,2152,'_billing_city','BAltimore'),(94908,2152,'_billing_state','MD'),(94909,2152,'_billing_postcode','21211'),(94910,2152,'_billing_country','US'),(94911,2152,'_billing_email','info@liceclinicsofmaryland.com'),(94912,2152,'_billing_phone','4438349991'),(94913,2152,'_shipping_first_name','Dawn'),(94914,2152,'_shipping_last_name','Mumaw'),(94915,2152,'_shipping_company','LCA Baltimore'),(94916,2152,'_shipping_address_1','604 Providence Road'),(94917,2152,'_shipping_city','Towson'),(94918,2152,'_shipping_state','MD'),(94919,2152,'_shipping_postcode','21286'),(94920,2152,'_shipping_country','US'),(94921,2152,'_order_currency','USD'),(94922,2152,'_cart_discount','0'),(94923,2152,'_cart_discount_tax','0'),(94924,2152,'_order_shipping','0'),(94925,2152,'_order_shipping_tax','0'),(94926,2152,'_order_tax','0'),(94927,2152,'_order_total','1182.90'),(94928,2152,'_order_version','8.1.0'),(94929,2152,'_prices_include_tax','no'),(94930,2152,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(94931,2152,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(94932,2152,'is_vat_exempt','no'),(94933,2152,'Payment type','instant'),(94934,2152,'_paypal_status','completed'),(94935,2152,'_transaction_id','67J70604HT187531D'),(94936,2152,'PayPal Transaction Fee','41.77'),(94937,2152,'_date_paid','1694704356'),(94938,2152,'_paid_date','2023-09-14 15:12:36'),(94939,2153,'_order_key','wc_order_ZtrGfYOI3ibSL'),(94940,2153,'_customer_user','3'),(94941,2153,'_payment_method','paypal'),(94942,2153,'_payment_method_title','PayPal'),(94943,2153,'_customer_ip_address','70.142.202.154'),(94944,2153,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94945,2153,'_created_via','checkout'),(94946,2153,'_cart_hash','9d2c78ef24e2a82776d2a4fa77649823'),(94947,2153,'_download_permissions_granted','yes'),(94948,2153,'_recorded_sales','yes'),(94949,2153,'_recorded_coupon_usage_counts','yes'),(94950,2153,'_new_order_email_sent','true'),(94951,2153,'_order_stock_reduced','yes'),(94952,2153,'_billing_first_name','Amanda'),(94953,2153,'_billing_last_name','Westerman'),(94954,2153,'_billing_company','Lice Clinics of America McKinney'),(94955,2153,'_billing_address_1','3120 Hudson Crossing'),(94956,2153,'_billing_address_2','Suite A2'),(94957,2153,'_billing_city','MCKINNEY'),(94958,2153,'_billing_state','TX'),(94959,2153,'_billing_postcode','75070'),(94960,2153,'_billing_country','US'),(94961,2153,'_billing_email','awesterman1103@gmail.com'),(94962,2153,'_billing_phone','2144175741'),(94963,2153,'_shipping_first_name','Bradon'),(94964,2153,'_shipping_last_name','Illg'),(94965,2153,'_shipping_company','Lice Clinics of America McKinney'),(94966,2153,'_shipping_address_1','1709 Damian Way'),(94967,2153,'_shipping_city','Richardson'),(94968,2153,'_shipping_state','TX'),(94969,2153,'_shipping_postcode','75081'),(94970,2153,'_shipping_country','US'),(94971,2153,'_order_currency','USD'),(94972,2153,'_cart_discount','0'),(94973,2153,'_cart_discount_tax','0'),(94974,2153,'_order_shipping','0'),(94975,2153,'_order_shipping_tax','0'),(94976,2153,'_order_tax','0'),(94977,2153,'_order_total','1766.08'),(94978,2153,'_order_version','8.1.0'),(94979,2153,'_prices_include_tax','no'),(94980,2153,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(94981,2153,'_shipping_address_index','Bradon Illg Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(94982,2153,'is_vat_exempt','no'),(94983,2153,'Payment type','instant'),(94984,2153,'_paypal_status','completed'),(94985,2153,'_transaction_id','0M429998VF939081B'),(94986,2153,'PayPal Transaction Fee','62.13'),(94987,2153,'_date_paid','1694708130'),(94988,2153,'_paid_date','2023-09-14 16:15:30'),(94989,2154,'_order_key','wc_order_tykey1fXX8UIO'),(94990,2154,'_customer_user','7'),(94991,2154,'_payment_method','paypal'),(94992,2154,'_payment_method_title','PayPal'),(94993,2154,'_customer_ip_address','71.93.225.128'),(94994,2154,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(94995,2154,'_created_via','checkout'),(94996,2154,'_cart_hash','c3511f8eda45078e7ca731c90b6a1b75'),(94997,2154,'_download_permissions_granted','yes'),(94998,2154,'_recorded_sales','yes'),(94999,2154,'_recorded_coupon_usage_counts','yes'),(95000,2154,'_new_order_email_sent','true'),(95001,2154,'_order_stock_reduced','yes'),(95002,2154,'_billing_first_name','Amy'),(95003,2154,'_billing_last_name','Allen'),(95004,2154,'_billing_company','Lice Clinics Of America'),(95005,2154,'_billing_address_1','251 Promise Way'),(95006,2154,'_billing_city','Hollister'),(95007,2154,'_billing_state','CA'),(95008,2154,'_billing_postcode','95023'),(95009,2154,'_billing_country','US'),(95010,2154,'_billing_email','lca.gilroy@gmail.com'),(95011,2154,'_billing_phone','4085005537'),(95012,2154,'_shipping_first_name','Amy'),(95013,2154,'_shipping_last_name','Allen'),(95014,2154,'_shipping_company','Lice Clinics Of America - Gilroy'),(95015,2154,'_shipping_address_1','7680 Monterey St Ste 104'),(95016,2154,'_shipping_city','Gilroy'),(95017,2154,'_shipping_state','CA'),(95018,2154,'_shipping_postcode','95020'),(95019,2154,'_shipping_country','US'),(95020,2154,'_order_currency','USD'),(95021,2154,'_cart_discount','0'),(95022,2154,'_cart_discount_tax','0'),(95023,2154,'_order_shipping','0'),(95024,2154,'_order_shipping_tax','0'),(95025,2154,'_order_tax','0'),(95026,2154,'_order_total','720.94'),(95027,2154,'_order_version','8.1.0'),(95028,2154,'_prices_include_tax','no'),(95029,2154,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(95030,2154,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(95031,2154,'is_vat_exempt','no'),(95032,2154,'Payment type','instant'),(95033,2154,'_paypal_status','completed'),(95034,2154,'_transaction_id','0K280370LK580272H'),(95035,2154,'PayPal Transaction Fee','25.65'),(95036,2154,'_date_paid','1694709111'),(95037,2154,'_paid_date','2023-09-14 16:31:51'),(95038,2137,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257168\";s:12:\"date_shipped\";s:10:\"1694649600\";s:11:\"tracking_id\";s:32:\"f7a711849b18881a3781102d67fb4285\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257157\";s:12:\"date_shipped\";i:1694713884;s:11:\"tracking_id\";s:32:\"c9389dd8efafe38ab52662262702f360\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257146\";s:12:\"date_shipped\";i:1694713890;s:11:\"tracking_id\";s:32:\"0fccdaca2956c918afd4f75c82f12d94\";}}'),(95039,2137,'_date_completed','1694713897'),(95040,2137,'_completed_date','2023-09-14 17:51:37'),(95041,2153,'_edit_lock','1694721839:2'),(95042,2153,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257433\";s:12:\"date_shipped\";s:10:\"1694649600\";s:11:\"tracking_id\";s:32:\"080d3a08024d9a8e03ebf9f9244f04ff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257422\";s:12:\"date_shipped\";i:1694721938;s:11:\"tracking_id\";s:32:\"5e992c592e9f3fcb1a0f5d4765e37769\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257411\";s:12:\"date_shipped\";i:1694721944;s:11:\"tracking_id\";s:32:\"285d52896369f25b7832617274547a20\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257400\";s:12:\"date_shipped\";i:1694721959;s:11:\"tracking_id\";s:32:\"d725a92e46d4ea64956f9249e21d742b\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257396\";s:12:\"date_shipped\";i:1694721973;s:11:\"tracking_id\";s:32:\"59a2c348f5f2c1121ea9e3a8cb0484cc\";}}'),(95043,2153,'_edit_last','2'),(95044,2153,'_date_completed','1694721975'),(95045,2153,'_completed_date','2023-09-14 20:06:15'),(95046,2154,'_edit_lock','1694721876:2'),(95047,2154,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257385\";s:12:\"date_shipped\";s:10:\"1694649600\";s:11:\"tracking_id\";s:32:\"e7a38b5ce9f0f5e9a70d73eb3e138289\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257374\";s:12:\"date_shipped\";i:1694722012;s:11:\"tracking_id\";s:32:\"b9aeabda3b83f593bd92261fbedf099e\";}}'),(95048,2154,'_edit_last','2'),(95049,2154,'_date_completed','1694722014'),(95050,2154,'_completed_date','2023-09-14 20:06:54'),(95051,2152,'_edit_lock','1694722335:2'),(95052,2152,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257352\";s:12:\"date_shipped\";s:10:\"1694649600\";s:11:\"tracking_id\";s:32:\"db136977d74ffa93d1713ecfd98b2b2d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257341\";s:12:\"date_shipped\";i:1694722081;s:11:\"tracking_id\";s:32:\"a704ab042e66a98da79585487b31dcdc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257330\";s:12:\"date_shipped\";i:1694722093;s:11:\"tracking_id\";s:32:\"1139947ec03b27d0dbc8ad37ba04c57c\";}}'),(95053,2152,'_edit_last','2'),(95054,2152,'_date_completed','1694722097'),(95055,2152,'_completed_date','2023-09-14 20:08:17'),(95056,2155,'_order_key','wc_order_qVeS7dJkXRUn6'),(95057,2155,'_customer_user','5'),(95058,2155,'_payment_method','paypal'),(95059,2155,'_payment_method_title','PayPal'),(95060,2155,'_customer_ip_address','71.59.157.127'),(95061,2155,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(95062,2155,'_created_via','checkout'),(95063,2155,'_cart_hash','6992ce1783870907bc26d2c6224808c7'),(95064,2155,'_download_permissions_granted','yes'),(95065,2155,'_recorded_sales','yes'),(95066,2155,'_recorded_coupon_usage_counts','yes'),(95067,2155,'_new_order_email_sent','true'),(95068,2155,'_order_stock_reduced','yes'),(95069,2155,'_billing_first_name','Mark'),(95070,2155,'_billing_last_name','Meyer'),(95071,2155,'_billing_company','lice clinics of america- portland'),(95072,2155,'_billing_address_1','5201 SW Westgate Dr suite 106'),(95073,2155,'_billing_address_2','106'),(95074,2155,'_billing_city','portland'),(95075,2155,'_billing_state','OR'),(95076,2155,'_billing_postcode','97221'),(95077,2155,'_billing_country','US'),(95078,2155,'_billing_email','noemi.and.mark@nwliceclinics.com'),(95079,2155,'_billing_phone','5034040475'),(95080,2155,'_shipping_first_name','Mark'),(95081,2155,'_shipping_last_name','Meyer'),(95082,2155,'_shipping_company','lice clinics of america- portland'),(95083,2155,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(95084,2155,'_shipping_address_2','106'),(95085,2155,'_shipping_city','portland'),(95086,2155,'_shipping_state','OR'),(95087,2155,'_shipping_postcode','97221'),(95088,2155,'_shipping_country','US'),(95089,2155,'_order_currency','USD'),(95090,2155,'_cart_discount','0'),(95091,2155,'_cart_discount_tax','0'),(95092,2155,'_order_shipping','0'),(95093,2155,'_order_shipping_tax','0'),(95094,2155,'_order_tax','0'),(95095,2155,'_order_total','1515.07'),(95096,2155,'_order_version','8.1.0'),(95097,2155,'_prices_include_tax','no'),(95098,2155,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(95099,2155,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(95100,2155,'is_vat_exempt','no'),(95101,2155,'Payment type','instant'),(95102,2155,'_paypal_status','completed'),(95103,2155,'_transaction_id','7NL47035PE929673X'),(95104,2155,'PayPal Transaction Fee','53.37'),(95105,2155,'_date_paid','1694723110'),(95106,2155,'_paid_date','2023-09-14 20:25:10'),(95107,2156,'_order_key','wc_order_pilJ82NrrXcOe'),(95108,2156,'_customer_user','67'),(95109,2156,'_payment_method','paypal'),(95110,2156,'_payment_method_title','PayPal'),(95111,2156,'_customer_ip_address','74.77.55.50'),(95112,2156,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(95113,2156,'_created_via','checkout'),(95114,2156,'_cart_hash','1d5b64a5610d326a1d89aa4a7c3caba7'),(95115,2156,'_download_permissions_granted','yes'),(95116,2156,'_recorded_sales','yes'),(95117,2156,'_recorded_coupon_usage_counts','yes'),(95118,2156,'_new_order_email_sent','true'),(95119,2156,'_order_stock_reduced','yes'),(95120,2156,'_billing_first_name','Marnie'),(95121,2156,'_billing_last_name','Murray'),(95122,2156,'_billing_company','Naughty Nits'),(95123,2156,'_billing_address_1','2809 Wehrle Drive'),(95124,2156,'_billing_address_2','Suite 10'),(95125,2156,'_billing_city','Williamsville'),(95126,2156,'_billing_state','NY'),(95127,2156,'_billing_postcode','14221'),(95128,2156,'_billing_country','US'),(95129,2156,'_billing_email','liceclinicsupstateny@gmail.com'),(95130,2156,'_billing_phone','7166265423'),(95131,2156,'_shipping_first_name','Marnie'),(95132,2156,'_shipping_last_name','Murray'),(95133,2156,'_shipping_company','LCA Buffalo'),(95134,2156,'_shipping_address_1','2809 Wehrle Drive'),(95135,2156,'_shipping_address_2','Suite 10'),(95136,2156,'_shipping_city','Williamsville'),(95137,2156,'_shipping_state','NY'),(95138,2156,'_shipping_postcode','14221'),(95139,2156,'_shipping_country','US'),(95140,2156,'_order_currency','USD'),(95141,2156,'_cart_discount','0'),(95142,2156,'_cart_discount_tax','0'),(95143,2156,'_order_shipping','0'),(95144,2156,'_order_shipping_tax','0'),(95145,2156,'_order_tax','0'),(95146,2156,'_order_total','1014.21'),(95147,2156,'_order_version','8.1.0'),(95148,2156,'_prices_include_tax','no'),(95149,2156,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(95150,2156,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(95151,2156,'is_vat_exempt','no'),(95152,2156,'Payment type','instant'),(95153,2156,'_paypal_status','completed'),(95154,2156,'_transaction_id','4AG756129W432864B'),(95155,2156,'PayPal Transaction Fee','35.89'),(95156,2156,'_date_paid','1694786441'),(95157,2156,'_paid_date','2023-09-15 14:00:41'),(95158,2157,'_order_key','wc_order_6XK8z5f7joqCq'),(95159,2157,'_customer_user','76'),(95160,2157,'_payment_method','paypal'),(95161,2157,'_payment_method_title','PayPal'),(95162,2157,'_customer_ip_address','71.234.104.107'),(95163,2157,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(95164,2157,'_created_via','checkout'),(95165,2157,'_cart_hash','9653bfb771c6854d35a14b343a20d836'),(95166,2157,'_download_permissions_granted','yes'),(95167,2157,'_recorded_sales','yes'),(95168,2157,'_recorded_coupon_usage_counts','yes'),(95169,2157,'_new_order_email_sent','true'),(95170,2157,'_order_stock_reduced','yes'),(95171,2157,'_billing_first_name','Naomi'),(95172,2157,'_billing_last_name','Golden'),(95173,2157,'_billing_address_1','31 Mann Ave'),(95174,2157,'_billing_city','Needham'),(95175,2157,'_billing_state','MA'),(95176,2157,'_billing_postcode','02492'),(95177,2157,'_billing_country','US'),(95178,2157,'_billing_email','nrgolden6486@gmail.com'),(95179,2157,'_billing_phone','617-851-1322'),(95180,2157,'_shipping_first_name','Naomi'),(95181,2157,'_shipping_last_name','Golden'),(95182,2157,'_shipping_address_1','1349 Centre Street'),(95183,2157,'_shipping_city','Newton'),(95184,2157,'_shipping_state','MA'),(95185,2157,'_shipping_postcode','02459'),(95186,2157,'_shipping_country','US'),(95187,2157,'_order_currency','USD'),(95188,2157,'_cart_discount','0'),(95189,2157,'_cart_discount_tax','0'),(95190,2157,'_order_shipping','0'),(95191,2157,'_order_shipping_tax','0'),(95192,2157,'_order_tax','0'),(95193,2157,'_order_total','527.50'),(95194,2157,'_order_version','8.1.1'),(95195,2157,'_prices_include_tax','no'),(95196,2157,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(95197,2157,'_shipping_address_index','Naomi Golden  1349 Centre Street  Newton MA 02459 US '),(95198,2157,'is_vat_exempt','no'),(95199,2157,'Payment type','instant'),(95200,2157,'_paypal_status','completed'),(95201,2157,'_transaction_id','7412136949984614N'),(95202,2157,'PayPal Transaction Fee','18.90'),(95203,2157,'_date_paid','1694797085'),(95204,2157,'_paid_date','2023-09-15 16:58:05'),(95205,2158,'_order_key','wc_order_W4DuS0SHGPK0p'),(95206,2158,'_customer_user','77'),(95207,2158,'_payment_method','paypal'),(95208,2158,'_payment_method_title','PayPal'),(95209,2158,'_customer_ip_address','107.205.56.86'),(95210,2158,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(95211,2158,'_created_via','checkout'),(95212,2158,'_cart_hash','892514b33117b053dcd2101593ff642a'),(95213,2158,'_download_permissions_granted','yes'),(95214,2158,'_recorded_sales','yes'),(95215,2158,'_recorded_coupon_usage_counts','yes'),(95216,2158,'_new_order_email_sent','true'),(95217,2158,'_order_stock_reduced','yes'),(95218,2158,'_billing_first_name','Phil'),(95219,2158,'_billing_last_name','Moon'),(95220,2158,'_billing_company','Lice Clinics of America--Central Valley'),(95221,2158,'_billing_address_1','585 56th Street'),(95222,2158,'_billing_city','Oakland'),(95223,2158,'_billing_state','CA'),(95224,2158,'_billing_postcode','94609'),(95225,2158,'_billing_country','US'),(95226,2158,'_billing_email','info@liceclinicsfresno.com'),(95227,2158,'_billing_phone','5593046305'),(95228,2158,'_shipping_first_name','Kristen'),(95229,2158,'_shipping_last_name','Maroot-Rippee'),(95230,2158,'_shipping_company','Lice Busters LLC. Central Valley'),(95231,2158,'_shipping_address_1','487 W. Scott Avenue'),(95232,2158,'_shipping_city','Fresno'),(95233,2158,'_shipping_state','CA'),(95234,2158,'_shipping_postcode','93704'),(95235,2158,'_shipping_country','US'),(95236,2158,'_order_currency','USD'),(95237,2158,'_cart_discount','0'),(95238,2158,'_cart_discount_tax','0'),(95239,2158,'_order_shipping','0'),(95240,2158,'_order_shipping_tax','0'),(95241,2158,'_order_tax','0'),(95242,2158,'_order_total','944.40'),(95243,2158,'_order_version','8.1.0'),(95244,2158,'_prices_include_tax','no'),(95245,2158,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(95246,2158,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(95247,2158,'is_vat_exempt','no'),(95248,2158,'Payment type','instant'),(95249,2158,'_paypal_status','completed'),(95250,2158,'_transaction_id','13M27273UX032470P'),(95251,2158,'PayPal Transaction Fee','33.45'),(95252,2158,'_date_paid','1694798969'),(95253,2158,'_paid_date','2023-09-15 17:29:29'),(95254,2157,'_edit_lock','1695148237:2'),(95255,2157,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257591\";s:12:\"date_shipped\";s:10:\"1694736000\";s:11:\"tracking_id\";s:32:\"dd05fcc2e272cde6bc90b4bb8928f06b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257580\";s:12:\"date_shipped\";i:1694811740;s:11:\"tracking_id\";s:32:\"f33361e8e476bc9d6ee5ed1d9561a73c\";}}'),(95256,2158,'_edit_lock','1694811650:2'),(95257,2158,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257628\";s:12:\"date_shipped\";s:10:\"1694736000\";s:11:\"tracking_id\";s:32:\"0883716716ebb34c951677c395e7ff5e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257617\";s:12:\"date_shipped\";i:1694811775;s:11:\"tracking_id\";s:32:\"fcc13151e01c71527533425629a1b263\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257606\";s:12:\"date_shipped\";i:1694811784;s:11:\"tracking_id\";s:32:\"8063a5b8f66e13380821cc334eceef43\";}}'),(95258,2158,'_edit_last','2'),(95259,2158,'_date_completed','1694811786'),(95260,2158,'_completed_date','2023-09-15 21:03:06'),(95261,2156,'_edit_lock','1694811704:2'),(95262,2156,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257525\";s:12:\"date_shipped\";s:10:\"1694736000\";s:11:\"tracking_id\";s:32:\"ee53c6c033848e62ba7ded59bb0d7a17\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257514\";s:12:\"date_shipped\";i:1694811816;s:11:\"tracking_id\";s:32:\"123bb94a37f0bb6aca3775613406301c\";}}'),(95263,2156,'_edit_last','2'),(95264,2156,'_date_completed','1694811821'),(95265,2156,'_completed_date','2023-09-15 21:03:41'),(95266,2155,'_edit_lock','1694811894:2'),(95267,2155,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257503\";s:12:\"date_shipped\";s:10:\"1694736000\";s:11:\"tracking_id\";s:32:\"26b7bec60ee4a538f4b4a46d49909579\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257499\";s:12:\"date_shipped\";i:1694811876;s:11:\"tracking_id\";s:32:\"29d764b335649f39cef74618156578e8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257488\";s:12:\"date_shipped\";i:1694811883;s:11:\"tracking_id\";s:32:\"19949259fcd5977e7d9905011408652d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257477\";s:12:\"date_shipped\";i:1694811889;s:11:\"tracking_id\";s:32:\"3afe0921ebf3f19882bd2f20a812af5f\";}}'),(95268,2155,'_edit_last','2'),(95269,2155,'_date_completed','1694811891'),(95270,2155,'_completed_date','2023-09-15 21:04:51'),(95271,2159,'_order_key','wc_order_r6Vye261V8eAN'),(95272,2159,'_customer_user','98'),(95273,2159,'_payment_method','paypal'),(95274,2159,'_payment_method_title','PayPal'),(95275,2159,'_customer_ip_address','73.219.108.253'),(95276,2159,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(95277,2159,'_created_via','checkout'),(95278,2159,'_cart_hash','9bc4ff99ad789611cb5d617f4bd82fdb'),(95279,2159,'_download_permissions_granted','yes'),(95280,2159,'_recorded_sales','yes'),(95281,2159,'_recorded_coupon_usage_counts','yes'),(95282,2159,'_new_order_email_sent','true'),(95283,2159,'_order_stock_reduced','yes'),(95284,2159,'_billing_first_name','Christine'),(95285,2159,'_billing_last_name','Cherry'),(95286,2159,'_billing_company','NITS END'),(95287,2159,'_billing_address_1','PO BOX 1092'),(95288,2159,'_billing_city','Campton'),(95289,2159,'_billing_state','NH'),(95290,2159,'_billing_postcode','03223'),(95291,2159,'_billing_country','US'),(95292,2159,'_billing_email','christine@liceclinicscolumbus.com'),(95293,2159,'_billing_phone','16034983390'),(95294,2159,'_shipping_first_name','Erica'),(95295,2159,'_shipping_last_name','Froggatt'),(95296,2159,'_shipping_company','LCA'),(95297,2159,'_shipping_address_1','5910 Wilcox Place'),(95298,2159,'_shipping_address_2','Suite E'),(95299,2159,'_shipping_city','Dublin'),(95300,2159,'_shipping_state','OH'),(95301,2159,'_shipping_postcode','43016'),(95302,2159,'_shipping_country','US'),(95303,2159,'_order_currency','USD'),(95304,2159,'_cart_discount','0'),(95305,2159,'_cart_discount_tax','0'),(95306,2159,'_order_shipping','0'),(95307,2159,'_order_shipping_tax','0'),(95308,2159,'_order_tax','0'),(95309,2159,'_order_total','1800.88'),(95310,2159,'_order_version','8.1.1'),(95311,2159,'_prices_include_tax','no'),(95312,2159,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(95313,2159,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(95314,2159,'is_vat_exempt','no'),(95315,2159,'Payment type','instant'),(95316,2159,'_paypal_status','completed'),(95317,2159,'_transaction_id','5Y0660880N846981N'),(95318,2159,'PayPal Transaction Fee','63.34'),(95319,2159,'_date_paid','1695129653'),(95320,2159,'_paid_date','2023-09-19 13:20:53'),(95321,2160,'_order_key','wc_order_n10sopgg4M1gV'),(95322,2160,'_customer_user','50'),(95323,2160,'_payment_method','sgitsoa_gateway'),(95324,2160,'_payment_method_title','Pre Order'),(95325,2160,'_customer_ip_address','73.219.108.253'),(95326,2160,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(95327,2160,'_created_via','checkout'),(95328,2160,'_cart_hash','635818ab960df9b3bc56623cc1fa31dd'),(95329,2160,'_download_permissions_granted','no'),(95330,2160,'_recorded_sales','no'),(95331,2160,'_recorded_coupon_usage_counts','no'),(95332,2160,'_new_order_email_sent','false'),(95333,2160,'_order_stock_reduced','no'),(95334,2160,'_billing_first_name','Christine'),(95335,2160,'_billing_last_name','Cherry'),(95336,2160,'_billing_company','NITS END'),(95337,2160,'_billing_address_1','PO BOX 1092'),(95338,2160,'_billing_city','Campton'),(95339,2160,'_billing_state','NH'),(95340,2160,'_billing_postcode','03223'),(95341,2160,'_billing_country','US'),(95342,2160,'_billing_email','info@liceclinicsplaistow.com'),(95343,2160,'_billing_phone','16034983390'),(95344,2160,'_shipping_first_name','Naomi'),(95345,2160,'_shipping_last_name','Njuguna'),(95346,2160,'_shipping_company','Nits End'),(95347,2160,'_shipping_address_1','24 Gillis St'),(95348,2160,'_shipping_address_2','Apt B'),(95349,2160,'_shipping_city','Nashua'),(95350,2160,'_shipping_state','NH'),(95351,2160,'_shipping_postcode','03060'),(95352,2160,'_shipping_country','US'),(95353,2160,'_order_currency','USD'),(95354,2160,'_cart_discount','0'),(95355,2160,'_cart_discount_tax','0'),(95356,2160,'_order_shipping','43.56'),(95357,2160,'_order_shipping_tax','0'),(95358,2160,'_order_tax','0'),(95359,2160,'_order_total','472.06'),(95360,2160,'_order_version','8.1.1'),(95361,2160,'_prices_include_tax','no'),(95362,2160,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(95363,2160,'_shipping_address_index','Naomi Njuguna Nits End 24 Gillis St Apt B Nashua NH 03060 US '),(95364,2160,'is_vat_exempt','no'),(95365,2161,'_order_key','wc_order_FI26Sqiir5opf'),(95366,2161,'_customer_user','50'),(95367,2161,'_payment_method','sgitsoa_gateway'),(95368,2161,'_payment_method_title','Pre Order'),(95369,2161,'_customer_ip_address','73.219.108.253'),(95370,2161,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(95371,2161,'_created_via','checkout'),(95372,2161,'_cart_hash','334419ee55efe14b4ca0131625e53f7a'),(95373,2161,'_download_permissions_granted','no'),(95374,2161,'_recorded_sales','no'),(95375,2161,'_recorded_coupon_usage_counts','no'),(95376,2161,'_new_order_email_sent','false'),(95377,2161,'_order_stock_reduced','no'),(95378,2161,'_billing_first_name','Christine'),(95379,2161,'_billing_last_name','Cherry'),(95380,2161,'_billing_company','NITS END'),(95381,2161,'_billing_address_1','PO BOX 1092'),(95382,2161,'_billing_city','Campton'),(95383,2161,'_billing_state','NH'),(95384,2161,'_billing_postcode','03223'),(95385,2161,'_billing_country','US'),(95386,2161,'_billing_email','info@liceclinicsplaistow.com'),(95387,2161,'_billing_phone','16034983390'),(95388,2161,'_shipping_first_name','Ivy'),(95389,2161,'_shipping_last_name','Shannon'),(95390,2161,'_shipping_company','Nits End'),(95391,2161,'_shipping_address_1','125 Nash Rd'),(95392,2161,'_shipping_address_2','Apt B'),(95393,2161,'_shipping_city','Windham'),(95394,2161,'_shipping_state','ME'),(95395,2161,'_shipping_postcode','04062'),(95396,2161,'_shipping_country','US'),(95397,2161,'_order_currency','USD'),(95398,2161,'_cart_discount','0'),(95399,2161,'_cart_discount_tax','0'),(95400,2161,'_order_shipping','344.16'),(95401,2161,'_order_shipping_tax','0'),(95402,2161,'_order_tax','0'),(95403,2161,'_order_total','743.40'),(95404,2161,'_order_version','8.1.1'),(95405,2161,'_prices_include_tax','no'),(95406,2161,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(95407,2161,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(95408,2161,'is_vat_exempt','no'),(95409,259,'_edit_lock','1695133205:2'),(95410,259,'_edit_last','2'),(95414,285,'_edit_lock','1751047586:89'),(95415,285,'_edit_last','2'),(95418,2162,'_order_key','wc_order_xFYoRICXc3bln'),(95419,2162,'_customer_user','50'),(95420,2162,'_payment_method','paypal'),(95421,2162,'_payment_method_title','PayPal'),(95422,2162,'_customer_ip_address','73.219.108.253'),(95423,2162,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(95424,2162,'_created_via','checkout'),(95425,2162,'_cart_hash','a306c6eb6be2919e1a1c8d450f3c91d3'),(95426,2162,'_download_permissions_granted','yes'),(95427,2162,'_recorded_sales','yes'),(95428,2162,'_recorded_coupon_usage_counts','yes'),(95429,2162,'_new_order_email_sent','true'),(95430,2162,'_order_stock_reduced','yes'),(95431,2162,'_billing_first_name','Christine'),(95432,2162,'_billing_last_name','Cherry'),(95433,2162,'_billing_company','NITS END'),(95434,2162,'_billing_address_1','PO BOX 1092'),(95435,2162,'_billing_city','Campton'),(95436,2162,'_billing_state','NH'),(95437,2162,'_billing_postcode','03223'),(95438,2162,'_billing_country','US'),(95439,2162,'_billing_email','info@liceclinicsplaistow.com'),(95440,2162,'_billing_phone','16034983390'),(95441,2162,'_shipping_first_name','Ivy'),(95442,2162,'_shipping_last_name','Shannon'),(95443,2162,'_shipping_company','Nits End'),(95444,2162,'_shipping_address_1','125 Nash Rd'),(95445,2162,'_shipping_address_2','Apt B'),(95446,2162,'_shipping_city','Windham'),(95447,2162,'_shipping_state','ME'),(95448,2162,'_shipping_postcode','04062'),(95449,2162,'_shipping_country','US'),(95450,2162,'_order_currency','USD'),(95451,2162,'_cart_discount','0'),(95452,2162,'_cart_discount_tax','0'),(95453,2162,'_order_shipping','0'),(95454,2162,'_order_shipping_tax','0'),(95455,2162,'_order_tax','0'),(95456,2162,'_order_total','657.94'),(95457,2162,'_order_version','8.1.1'),(95458,2162,'_prices_include_tax','no'),(95459,2162,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(95460,2162,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(95461,2162,'is_vat_exempt','no'),(95462,2162,'Payment type','instant'),(95463,2162,'_paypal_status','completed'),(95464,2162,'_transaction_id','3GH514139E745460D'),(95465,2162,'PayPal Transaction Fee','23.45'),(95466,2162,'_date_paid','1695138246'),(95467,2162,'_paid_date','2023-09-19 15:44:06'),(95468,2163,'_order_key','wc_order_JiyKcxQbmyic8'),(95469,2163,'_customer_user','50'),(95470,2163,'_payment_method','paypal'),(95471,2163,'_payment_method_title','PayPal'),(95472,2163,'_customer_ip_address','73.219.108.253'),(95473,2163,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(95474,2163,'_created_via','checkout'),(95475,2163,'_cart_hash','c23bbb1003e883eec362fcd71205c0b3'),(95476,2163,'_download_permissions_granted','yes'),(95477,2163,'_recorded_sales','yes'),(95478,2163,'_recorded_coupon_usage_counts','yes'),(95479,2163,'_new_order_email_sent','true'),(95480,2163,'_order_stock_reduced','yes'),(95481,2163,'_billing_first_name','Christine'),(95482,2163,'_billing_last_name','Cherry'),(95483,2163,'_billing_company','NITS END'),(95484,2163,'_billing_address_1','PO BOX 1092'),(95485,2163,'_billing_city','Campton'),(95486,2163,'_billing_state','NH'),(95487,2163,'_billing_postcode','03223'),(95488,2163,'_billing_country','US'),(95489,2163,'_billing_email','info@liceclinicsplaistow.com'),(95490,2163,'_billing_phone','16034983390'),(95491,2163,'_shipping_first_name','Naomi'),(95492,2163,'_shipping_last_name','Njuguna'),(95493,2163,'_shipping_company','Nits End'),(95494,2163,'_shipping_address_1','24 Gillis St'),(95495,2163,'_shipping_city','Nashua'),(95496,2163,'_shipping_state','NH'),(95497,2163,'_shipping_postcode','03060'),(95498,2163,'_shipping_country','US'),(95499,2163,'_order_currency','USD'),(95500,2163,'_cart_discount','0'),(95501,2163,'_cart_discount_tax','0'),(95502,2163,'_order_shipping','0'),(95503,2163,'_order_shipping_tax','0'),(95504,2163,'_order_tax','0'),(95505,2163,'_order_total','624.50'),(95506,2163,'_order_version','8.1.1'),(95507,2163,'_prices_include_tax','no'),(95508,2163,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(95509,2163,'_shipping_address_index','Naomi Njuguna Nits End 24 Gillis St  Nashua NH 03060 US '),(95510,2163,'is_vat_exempt','no'),(95511,2163,'Payment type','instant'),(95512,2163,'_paypal_status','completed'),(95513,2163,'_transaction_id','96P006596L3266449'),(95514,2163,'PayPal Transaction Fee','22.29'),(95515,2163,'_date_paid','1695138391'),(95516,2163,'_paid_date','2023-09-19 15:46:31'),(95517,2159,'_edit_lock','1695148161:2'),(95518,2159,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257834\";s:12:\"date_shipped\";s:10:\"1695081600\";s:11:\"tracking_id\";s:32:\"b54b4b21891cf8cd05594de6c870234d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257823\";s:12:\"date_shipped\";i:1695148281;s:11:\"tracking_id\";s:32:\"b59ea786d4bde0b5e750aa62bb27e494\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257812\";s:12:\"date_shipped\";i:1695148289;s:11:\"tracking_id\";s:32:\"7310a168ef7d016c2ee95f7707767eaf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257801\";s:12:\"date_shipped\";i:1695148294;s:11:\"tracking_id\";s:32:\"66c65caa2431372f2a98e416af9694b4\";}}'),(95519,2159,'_edit_last','2'),(95520,2159,'_date_completed','1695148296'),(95521,2159,'_completed_date','2023-09-19 18:31:36'),(95522,2163,'_edit_lock','1695148205:2'),(95523,2163,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257856\";s:12:\"date_shipped\";s:10:\"1695081600\";s:11:\"tracking_id\";s:32:\"dc3668fae788153d6f5fe7d08285f6a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257845\";s:12:\"date_shipped\";i:1695148331;s:11:\"tracking_id\";s:32:\"b9e5c5f1b4ea3e843e7f01659d3175e3\";}}'),(95524,2163,'_edit_last','2'),(95525,2163,'_date_completed','1695148333'),(95526,2163,'_completed_date','2023-09-19 18:32:13'),(95527,2157,'_edit_last','2'),(95528,2157,'_date_completed','1695148363'),(95529,2157,'_completed_date','2023-09-19 18:32:43'),(95530,2162,'_edit_lock','1695157841:2'),(95531,2162,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257889\";s:12:\"date_shipped\";s:10:\"1695081600\";s:11:\"tracking_id\";s:32:\"4c75376d1d81eb5f51593872166a7a5f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257878\";s:12:\"date_shipped\";i:1695148422;s:11:\"tracking_id\";s:32:\"cf0713bd9f1eec57ee14abd962a7c0de\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830257867\";s:12:\"date_shipped\";i:1695148428;s:11:\"tracking_id\";s:32:\"759cf57b46f3cf0f49fab5f1616d3874\";}}'),(95532,2162,'_edit_last','2'),(95533,2162,'_date_completed','1695148431'),(95534,2162,'_completed_date','2023-09-19 18:33:51'),(95535,2164,'_order_key','wc_order_LYJ9sLQl9xE1l'),(95536,2164,'_customer_user','20'),(95537,2164,'_payment_method','paypal'),(95538,2164,'_payment_method_title','PayPal'),(95539,2164,'_customer_ip_address','172.249.59.131'),(95540,2164,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 15183.78.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'),(95541,2164,'_created_via','checkout'),(95542,2164,'_cart_hash','7874d3ece8692edf26d65dc4f88c0a3a'),(95543,2164,'_download_permissions_granted','yes'),(95544,2164,'_recorded_sales','yes'),(95545,2164,'_recorded_coupon_usage_counts','yes'),(95546,2164,'_new_order_email_sent','true'),(95547,2164,'_order_stock_reduced','yes'),(95548,2164,'_billing_first_name','Hasani'),(95549,2164,'_billing_last_name','Thompson'),(95550,2164,'_billing_company','Heat in Hair'),(95551,2164,'_billing_address_1','27225 Camp Plenty Road'),(95552,2164,'_billing_address_2','1D'),(95553,2164,'_billing_city','Santa Clarita'),(95554,2164,'_billing_state','CA'),(95555,2164,'_billing_postcode','91351'),(95556,2164,'_billing_country','US'),(95557,2164,'_billing_email','info@liceclinicssantaclarita.com'),(95558,2164,'_billing_phone','6615850263'),(95559,2164,'_shipping_first_name','Hasani'),(95560,2164,'_shipping_last_name','Thompson'),(95561,2164,'_shipping_company','Heat in Hair'),(95562,2164,'_shipping_address_1','5145 Nightsky Place'),(95563,2164,'_shipping_city','Palmdale'),(95564,2164,'_shipping_state','CA'),(95565,2164,'_shipping_postcode','93552'),(95566,2164,'_shipping_country','US'),(95567,2164,'_order_currency','USD'),(95568,2164,'_cart_discount','0'),(95569,2164,'_cart_discount_tax','0'),(95570,2164,'_order_shipping','0'),(95571,2164,'_order_shipping_tax','0'),(95572,2164,'_order_tax','0'),(95573,2164,'_order_total','705.36'),(95574,2164,'_order_version','8.1.1'),(95575,2164,'_prices_include_tax','no'),(95576,2164,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(95577,2164,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(95578,2164,'is_vat_exempt','no'),(95579,2164,'Payment type','instant'),(95580,2164,'_paypal_status','completed'),(95581,2164,'_transaction_id','78J03125V3729873R'),(95582,2164,'PayPal Transaction Fee','25.11'),(95583,2164,'_date_paid','1695158116'),(95584,2164,'_paid_date','2023-09-19 21:15:16'),(95586,2164,'_edit_lock','1695230193:2'),(95587,2164,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258083\";s:12:\"date_shipped\";s:10:\"1695168000\";s:11:\"tracking_id\";s:32:\"73f1f1475f9419372963c3489d3964d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258072\";s:12:\"date_shipped\";i:1695230308;s:11:\"tracking_id\";s:32:\"14434768830ca6ad53585a1a4db93c29\";}}'),(95588,2164,'_edit_last','2'),(95589,2164,'_date_completed','1695230313'),(95590,2164,'_completed_date','2023-09-20 17:18:33'),(95597,2165,'_order_key','wc_order_SsJjFKMf0jELf'),(95598,2165,'_customer_user','4'),(95599,2165,'_payment_method','paypal'),(95600,2165,'_payment_method_title','PayPal'),(95601,2165,'_customer_ip_address','73.98.116.97'),(95602,2165,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(95603,2165,'_created_via','checkout'),(95604,2165,'_cart_hash','7cb9cfdcb8e75d6060031db227ea0534'),(95605,2165,'_download_permissions_granted','yes'),(95606,2165,'_recorded_sales','yes'),(95607,2165,'_recorded_coupon_usage_counts','yes'),(95608,2165,'_new_order_email_sent','true'),(95609,2165,'_order_stock_reduced','yes'),(95610,2165,'_billing_first_name','David'),(95611,2165,'_billing_last_name','Washburn'),(95612,2165,'_billing_company','Larada Sciences (LCA)'),(95613,2165,'_billing_address_1','4873 South State St.'),(95614,2165,'_billing_city','Murray'),(95615,2165,'_billing_state','UT'),(95616,2165,'_billing_postcode','84107'),(95617,2165,'_billing_country','US'),(95618,2165,'_billing_email','david@laradasciences.com'),(95619,2165,'_billing_phone','8019197428'),(95620,2165,'_shipping_first_name','David'),(95621,2165,'_shipping_last_name','Washburn'),(95622,2165,'_shipping_company','Larada Sciences (LCA)'),(95623,2165,'_shipping_address_1','4873 South State St.'),(95624,2165,'_shipping_city','Murray'),(95625,2165,'_shipping_state','UT'),(95626,2165,'_shipping_postcode','84107'),(95627,2165,'_shipping_country','US'),(95628,2165,'_order_currency','USD'),(95629,2165,'_cart_discount','0'),(95630,2165,'_cart_discount_tax','0'),(95631,2165,'_order_shipping','0'),(95632,2165,'_order_shipping_tax','0'),(95633,2165,'_order_tax','0'),(95634,2165,'_order_total','1281.66'),(95635,2165,'_order_version','8.1.1'),(95636,2165,'_prices_include_tax','no'),(95637,2165,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(95638,2165,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(95639,2165,'is_vat_exempt','no'),(95640,2165,'Payment type','instant'),(95641,2165,'_paypal_status','completed'),(95642,2165,'_transaction_id','3WM66576VF562072R'),(95643,2165,'PayPal Transaction Fee','45.22'),(95644,2165,'_date_paid','1695240122'),(95645,2165,'_paid_date','2023-09-20 20:02:02'),(95649,2165,'_edit_lock','1695331527:2'),(95650,2165,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258290\";s:12:\"date_shipped\";s:10:\"1695254400\";s:11:\"tracking_id\";s:32:\"4cfac4e0d7c2d45a48967c5f44a74693\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258289\";s:12:\"date_shipped\";i:1695324652;s:11:\"tracking_id\";s:32:\"bfea9fa423783d1a5edbca1f01ea83b0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258278\";s:12:\"date_shipped\";i:1695324658;s:11:\"tracking_id\";s:32:\"ef92ed328d4f5a69568fb3d1240ee741\";}}'),(95651,2165,'_edit_last','2'),(95652,2165,'_date_completed','1695324662'),(95653,2165,'_completed_date','2023-09-21 19:31:02'),(95661,2166,'_order_key','wc_order_jyxfiYMojJzTP'),(95662,2166,'_customer_user','77'),(95663,2166,'_payment_method','paypal'),(95664,2166,'_payment_method_title','PayPal'),(95665,2166,'_customer_ip_address','107.205.56.86'),(95666,2166,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(95667,2166,'_created_via','checkout'),(95668,2166,'_cart_hash','ea43a1c6ed13f7a169b0aef6111b26f8'),(95669,2166,'_download_permissions_granted','yes'),(95670,2166,'_recorded_sales','yes'),(95671,2166,'_recorded_coupon_usage_counts','yes'),(95672,2166,'_new_order_email_sent','true'),(95673,2166,'_order_stock_reduced','yes'),(95674,2166,'_billing_first_name','Phil'),(95675,2166,'_billing_last_name','Moon'),(95676,2166,'_billing_company','Lice Clinics of America--Central Valley'),(95677,2166,'_billing_address_1','585 56th Street'),(95678,2166,'_billing_city','Oakland'),(95679,2166,'_billing_state','CA'),(95680,2166,'_billing_postcode','94609'),(95681,2166,'_billing_country','US'),(95682,2166,'_billing_email','info@liceclinicsfresno.com'),(95683,2166,'_billing_phone','5593046305'),(95684,2166,'_shipping_first_name','Kristen'),(95685,2166,'_shipping_last_name','Maroot-Rippee'),(95686,2166,'_shipping_company','Lice Busters LLC. Central Valley'),(95687,2166,'_shipping_address_1','487 W. Scott Avenue'),(95688,2166,'_shipping_city','Fresno'),(95689,2166,'_shipping_state','CA'),(95690,2166,'_shipping_postcode','93704'),(95691,2166,'_shipping_country','US'),(95692,2166,'_order_currency','USD'),(95693,2166,'_cart_discount','0'),(95694,2166,'_cart_discount_tax','0'),(95695,2166,'_order_shipping','0'),(95696,2166,'_order_shipping_tax','0'),(95697,2166,'_order_tax','0'),(95698,2166,'_order_total','1589.44'),(95699,2166,'_order_version','8.1.1'),(95700,2166,'_prices_include_tax','no'),(95701,2166,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(95702,2166,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(95703,2166,'is_vat_exempt','no'),(95704,2166,'Payment type','instant'),(95705,2166,'_paypal_status','completed'),(95706,2166,'_transaction_id','0K802597RH082902M'),(95707,2166,'PayPal Transaction Fee','55.96'),(95708,2166,'_date_paid','1695573809'),(95709,2166,'_paid_date','2023-09-24 16:43:29'),(95710,2167,'_order_key','wc_order_HUsP6HNHll7Ku'),(95711,2167,'_customer_user','76'),(95712,2167,'_payment_method','paypal'),(95713,2167,'_payment_method_title','PayPal'),(95714,2167,'_customer_ip_address','146.115.118.214'),(95715,2167,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(95716,2167,'_created_via','checkout'),(95717,2167,'_cart_hash','e1d3712f107fb367b28b742cabc66fb1'),(95718,2167,'_download_permissions_granted','yes'),(95719,2167,'_recorded_sales','yes'),(95720,2167,'_recorded_coupon_usage_counts','yes'),(95721,2167,'_new_order_email_sent','true'),(95722,2167,'_order_stock_reduced','yes'),(95723,2167,'_billing_first_name','Naomi'),(95724,2167,'_billing_last_name','Golden'),(95725,2167,'_billing_address_1','31 Mann Ave'),(95726,2167,'_billing_city','Needham'),(95727,2167,'_billing_state','MA'),(95728,2167,'_billing_postcode','02492'),(95729,2167,'_billing_country','US'),(95730,2167,'_billing_email','nrgolden6486@gmail.com'),(95731,2167,'_billing_phone','617-851-1322'),(95732,2167,'_shipping_first_name','Naomi'),(95733,2167,'_shipping_last_name','Golden'),(95734,2167,'_shipping_address_1','3 Baldwin Green Common'),(95735,2167,'_shipping_address_2','Suite 310'),(95736,2167,'_shipping_city','Woburn'),(95737,2167,'_shipping_state','MA'),(95738,2167,'_shipping_postcode','01801'),(95739,2167,'_shipping_country','US'),(95740,2167,'_order_currency','USD'),(95741,2167,'_cart_discount','0'),(95742,2167,'_cart_discount_tax','0'),(95743,2167,'_order_shipping','0'),(95744,2167,'_order_shipping_tax','0'),(95745,2167,'_order_tax','0'),(95746,2167,'_order_total','527.80'),(95747,2167,'_order_version','8.1.1'),(95748,2167,'_prices_include_tax','no'),(95749,2167,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(95750,2167,'_shipping_address_index','Naomi Golden  3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(95751,2167,'is_vat_exempt','no'),(95752,2167,'Payment type','instant'),(95753,2167,'_paypal_status','completed'),(95754,2167,'_transaction_id','5G762765AY537141A'),(95755,2167,'PayPal Transaction Fee','18.91'),(95756,2167,'_date_paid','1695577548'),(95757,2167,'_paid_date','2023-09-24 17:45:48'),(95758,2168,'_start_date','2023-09-25 14:50:07'),(95760,2168,'_end_date',''),(95762,2169,'_start_date','2023-09-25 15:05:07'),(95764,2169,'_end_date',''),(95766,2169,'_edit_lock','1695654476:2'),(95767,2168,'_edit_lock','1695654475:2'),(95768,2168,'_edit_last','2'),(95770,2169,'_edit_last','2'),(95818,2171,'_order_key','wc_order_kN6miBwkN13XQ'),(95819,2171,'_customer_user','101'),(95820,2171,'_payment_method','paypal'),(95821,2171,'_payment_method_title','PayPal'),(95822,2171,'_customer_ip_address','67.166.206.157'),(95823,2171,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.31'),(95824,2171,'_created_via','checkout'),(95825,2171,'_cart_hash','98780411a4e9d6efd212f31f0ba14dd0'),(95826,2171,'_download_permissions_granted','no'),(95827,2171,'_recorded_sales','no'),(95828,2171,'_recorded_coupon_usage_counts','no'),(95829,2171,'_new_order_email_sent','false'),(95830,2171,'_order_stock_reduced','no'),(95831,2171,'_billing_first_name','Misty'),(95832,2171,'_billing_last_name','Nelson'),(95833,2171,'_billing_company','Lice Clinics of America Rome'),(95834,2171,'_billing_address_1','1400 Crane Street'),(95835,2171,'_billing_address_2','Suite 116'),(95836,2171,'_billing_city','Rome'),(95837,2171,'_billing_state','GA'),(95838,2171,'_billing_postcode','30161'),(95839,2171,'_billing_country','US'),(95840,2171,'_billing_email','misty@liceclinicsrome.com'),(95841,2171,'_billing_phone','7065037813'),(95842,2171,'_shipping_first_name','Misty'),(95843,2171,'_shipping_last_name','Nelson'),(95844,2171,'_shipping_company','Lice Clinics of America Rome'),(95845,2171,'_shipping_address_1','1400 Crane Street'),(95846,2171,'_shipping_address_2','Suite 116'),(95847,2171,'_shipping_city','Rome'),(95848,2171,'_shipping_state','GA'),(95849,2171,'_shipping_postcode','30161'),(95850,2171,'_shipping_country','US'),(95851,2171,'_order_currency','USD'),(95852,2171,'_cart_discount','0'),(95853,2171,'_cart_discount_tax','0'),(95854,2171,'_order_shipping','18.75'),(95855,2171,'_order_shipping_tax','0'),(95856,2171,'_order_tax','0'),(95857,2171,'_order_total','299.21'),(95858,2171,'_order_version','8.1.1'),(95859,2171,'_prices_include_tax','no'),(95860,2171,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(95861,2171,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(95862,2171,'is_vat_exempt','no'),(95863,2172,'_order_key','wc_order_FMOTisJjqpCR5'),(95864,2172,'_customer_user','101'),(95865,2172,'_payment_method','paypal'),(95866,2172,'_payment_method_title','PayPal'),(95867,2172,'_customer_ip_address','67.166.206.157'),(95868,2172,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(95869,2172,'_created_via','checkout'),(95870,2172,'_cart_hash','98780411a4e9d6efd212f31f0ba14dd0'),(95871,2172,'_download_permissions_granted','yes'),(95872,2172,'_recorded_sales','yes'),(95873,2172,'_recorded_coupon_usage_counts','yes'),(95874,2172,'_new_order_email_sent','true'),(95875,2172,'_order_stock_reduced','yes'),(95876,2172,'_billing_first_name','Misty'),(95877,2172,'_billing_last_name','Nelson'),(95878,2172,'_billing_company','Lice Clinics of America Rome'),(95879,2172,'_billing_address_1','1400 Crane Street'),(95880,2172,'_billing_address_2','Suite 116'),(95881,2172,'_billing_city','Rome'),(95882,2172,'_billing_state','GA'),(95883,2172,'_billing_postcode','30161'),(95884,2172,'_billing_country','US'),(95885,2172,'_billing_email','misty@liceclinicsrome.com'),(95886,2172,'_billing_phone','7065037813'),(95887,2172,'_shipping_first_name','Misty'),(95888,2172,'_shipping_last_name','Nelson'),(95889,2172,'_shipping_company','Lice Clinics of America Rome'),(95890,2172,'_shipping_address_1','1400 Crane Street'),(95891,2172,'_shipping_address_2','Suite 116'),(95892,2172,'_shipping_city','Rome'),(95893,2172,'_shipping_state','GA'),(95894,2172,'_shipping_postcode','30161'),(95895,2172,'_shipping_country','US'),(95896,2172,'_order_currency','USD'),(95897,2172,'_cart_discount','0'),(95898,2172,'_cart_discount_tax','0'),(95899,2172,'_order_shipping','18.75'),(95900,2172,'_order_shipping_tax','0'),(95901,2172,'_order_tax','0'),(95902,2172,'_order_total','299.21'),(95903,2172,'_order_version','8.1.1'),(95904,2172,'_prices_include_tax','no'),(95905,2172,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(95906,2172,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(95909,2173,'_order_key','wc_order_628b9gRMRvCEo'),(95910,2173,'_customer_user','21'),(95911,2173,'_payment_method','paypal'),(95912,2173,'_payment_method_title','PayPal'),(95913,2173,'_customer_ip_address','173.216.41.12'),(95914,2173,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Avast/116.0.0.0'),(95915,2173,'_created_via','checkout'),(95916,2173,'_cart_hash','4993fff3e1a4ab8faa36228b130f4fde'),(95917,2173,'_download_permissions_granted','yes'),(95918,2173,'_recorded_sales','yes'),(95919,2173,'_recorded_coupon_usage_counts','yes'),(95920,2173,'_new_order_email_sent','true'),(95921,2173,'_order_stock_reduced','yes'),(95922,2173,'_billing_first_name','LCA'),(95923,2173,'_billing_last_name','Arkansas'),(95924,2173,'_billing_company','LCA - Central Arkansas'),(95925,2173,'_billing_address_1','1011 N. 2nd St., Ste. D'),(95926,2173,'_billing_city','Cabot'),(95927,2173,'_billing_state','AR'),(95928,2173,'_billing_postcode','72023'),(95929,2173,'_billing_country','US'),(95930,2173,'_billing_email','liceclinicslittlerock@gmail.com'),(95931,2173,'_billing_phone','15014249396'),(95932,2173,'_shipping_first_name','LCA'),(95933,2173,'_shipping_last_name','Arkansas'),(95934,2173,'_shipping_company','LCA - Central Arkansas'),(95935,2173,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(95936,2173,'_shipping_city','Cabot'),(95937,2173,'_shipping_state','AR'),(95938,2173,'_shipping_postcode','72023'),(95939,2173,'_shipping_country','US'),(95940,2173,'_order_currency','USD'),(95941,2173,'_cart_discount','0'),(95942,2173,'_cart_discount_tax','0'),(95943,2173,'_order_shipping','0'),(95944,2173,'_order_shipping_tax','0'),(95945,2173,'_order_tax','0'),(95946,2173,'_order_total','590.56'),(95947,2173,'_order_version','8.1.1'),(95948,2173,'_prices_include_tax','no'),(95949,2173,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(95950,2173,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(95951,2173,'is_vat_exempt','no'),(95952,2173,'Payment type','instant'),(95953,2173,'_paypal_status','completed'),(95954,2173,'_transaction_id','6S3083832R893564U'),(95955,2173,'PayPal Transaction Fee','21.10'),(95956,2173,'_date_paid','1695658768'),(95957,2173,'_paid_date','2023-09-25 16:19:28'),(95958,2166,'_edit_lock','1695664198:2'),(95959,2166,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258624\";s:12:\"date_shipped\";s:10:\"1695600000\";s:11:\"tracking_id\";s:32:\"f8ac4065ac4c00bcf88696c1d5055904\";}}'),(95960,2166,'_edit_last','2'),(95961,2166,'_date_completed','1695664335'),(95962,2166,'_completed_date','2023-09-25 17:52:15'),(95963,2167,'_edit_lock','1695664311:2'),(95964,2167,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258690\";s:12:\"date_shipped\";s:10:\"1695600000\";s:11:\"tracking_id\";s:32:\"513962b00e1d17e621577d83b8ce3f1c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258680\";s:12:\"date_shipped\";i:1695664443;s:11:\"tracking_id\";s:32:\"c4735c73ed478164eb6078f890c724ed\";}}'),(95965,2167,'_edit_last','2'),(95966,2167,'_date_completed','1695664446'),(95967,2167,'_completed_date','2023-09-25 17:54:06'),(95968,2174,'_order_key','wc_order_u84mvCvalPO6c'),(95969,2174,'_customer_user','15'),(95970,2174,'_payment_method','paypal'),(95971,2174,'_payment_method_title','PayPal'),(95972,2174,'_customer_ip_address','75.86.212.177'),(95973,2174,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(95974,2174,'_created_via','checkout'),(95975,2174,'_cart_hash','1e791e1ed7210d002ff3ca12a27c87d0'),(95976,2174,'_download_permissions_granted','yes'),(95977,2174,'_recorded_sales','yes'),(95978,2174,'_recorded_coupon_usage_counts','yes'),(95979,2174,'_new_order_email_sent','true'),(95980,2174,'_order_stock_reduced','yes'),(95981,2174,'_billing_first_name','Andrea'),(95982,2174,'_billing_last_name','Florsheim'),(95983,2174,'_billing_company','Lice Clincs of America'),(95984,2174,'_billing_address_1','11506 N Creekside Ct'),(95985,2174,'_billing_city','Mequon'),(95986,2174,'_billing_state','WI'),(95987,2174,'_billing_postcode','53092'),(95988,2174,'_billing_country','US'),(95989,2174,'_billing_email','andrea@liceclinicscentral.com'),(95990,2174,'_billing_phone','4143354315'),(95991,2174,'_shipping_first_name','Andrea'),(95992,2174,'_shipping_last_name','Florsheim'),(95993,2174,'_shipping_company','LCA'),(95994,2174,'_shipping_address_1','8424 W. Center Rd'),(95995,2174,'_shipping_address_2','Suite 212'),(95996,2174,'_shipping_city','omaha'),(95997,2174,'_shipping_state','NE'),(95998,2174,'_shipping_postcode','68124'),(95999,2174,'_shipping_country','US'),(96000,2174,'_order_currency','USD'),(96001,2174,'_cart_discount','0'),(96002,2174,'_cart_discount_tax','0'),(96003,2174,'_order_shipping','16.58'),(96004,2174,'_order_shipping_tax','0'),(96005,2174,'_order_tax','0'),(96006,2174,'_order_total','193.58'),(96007,2174,'_order_version','8.1.1'),(96008,2174,'_prices_include_tax','no'),(96009,2174,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(96010,2174,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(96011,2174,'is_vat_exempt','no'),(96012,2174,'Payment type','instant'),(96013,2174,'_paypal_status','completed'),(96014,2174,'_transaction_id','940387404T770425C'),(96015,2174,'PayPal Transaction Fee','7.25'),(96016,2174,'_date_paid','1695665899'),(96017,2174,'_paid_date','2023-09-25 18:18:19'),(96018,2175,'_order_key','wc_order_LgQdWe3A73K6v'),(96019,2175,'_customer_user','3'),(96020,2175,'_payment_method','paypal'),(96021,2175,'_payment_method_title','PayPal'),(96022,2175,'_customer_ip_address','70.142.202.154'),(96023,2175,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(96024,2175,'_created_via','checkout'),(96025,2175,'_cart_hash','6e93b6772ad183e3089306dffd307640'),(96026,2175,'_download_permissions_granted','yes'),(96027,2175,'_recorded_sales','yes'),(96028,2175,'_recorded_coupon_usage_counts','yes'),(96029,2175,'_new_order_email_sent','true'),(96030,2175,'_order_stock_reduced','yes'),(96031,2175,'_billing_first_name','Amanda'),(96032,2175,'_billing_last_name','Westerman'),(96033,2175,'_billing_company','Lice Clinics of America McKinney'),(96034,2175,'_billing_address_1','3120 Hudson Crossing'),(96035,2175,'_billing_address_2','Suite A2'),(96036,2175,'_billing_city','MCKINNEY'),(96037,2175,'_billing_state','TX'),(96038,2175,'_billing_postcode','75070'),(96039,2175,'_billing_country','US'),(96040,2175,'_billing_email','awesterman1103@gmail.com'),(96041,2175,'_billing_phone','2144175741'),(96042,2175,'_shipping_first_name','Amanda'),(96043,2175,'_shipping_last_name','Westerman'),(96044,2175,'_shipping_company','Lice Clinics of America McKinney'),(96045,2175,'_shipping_address_1','1709 Damian Way'),(96046,2175,'_shipping_city','Richardson'),(96047,2175,'_shipping_state','TX'),(96048,2175,'_shipping_postcode','75081'),(96049,2175,'_shipping_country','US'),(96050,2175,'_order_currency','USD'),(96051,2175,'_cart_discount','0'),(96052,2175,'_cart_discount_tax','0'),(96053,2175,'_order_shipping','0'),(96054,2175,'_order_shipping_tax','0'),(96055,2175,'_order_tax','0'),(96056,2175,'_order_total','1348.67'),(96057,2175,'_order_version','8.1.1'),(96058,2175,'_prices_include_tax','no'),(96059,2175,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(96060,2175,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(96061,2175,'is_vat_exempt','no'),(96062,2175,'Payment type','instant'),(96063,2175,'_paypal_status','completed'),(96064,2175,'_transaction_id','62839358AV202970M'),(96065,2175,'PayPal Transaction Fee','47.56'),(96066,2175,'_date_paid','1695669063'),(96067,2175,'_paid_date','2023-09-25 19:11:03'),(96068,2173,'_edit_lock','1695669911:2'),(96069,2173,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258716\";s:12:\"date_shipped\";s:10:\"1695600000\";s:11:\"tracking_id\";s:32:\"3d2e62a11e35a0ec8682538781b47b3f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258705\";s:12:\"date_shipped\";i:1695669993;s:11:\"tracking_id\";s:32:\"1e1bb897fc32c98da4b73be1ee4dc618\";}}'),(96070,2173,'_edit_last','2'),(96071,2173,'_date_completed','1695669995'),(96072,2173,'_completed_date','2023-09-25 19:26:35'),(96073,2176,'_order_key','wc_order_3xgEvXo8z9E46'),(96074,2176,'_customer_user','79'),(96075,2176,'_payment_method','paypal'),(96076,2176,'_payment_method_title','PayPal'),(96077,2176,'_customer_ip_address','71.91.158.65'),(96078,2176,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(96079,2176,'_created_via','checkout'),(96080,2176,'_cart_hash','55e2735c812588b20c5123e26f14778b'),(96081,2176,'_download_permissions_granted','yes'),(96082,2176,'_recorded_sales','yes'),(96083,2176,'_recorded_coupon_usage_counts','yes'),(96084,2176,'_new_order_email_sent','true'),(96085,2176,'_order_stock_reduced','yes'),(96086,2176,'_billing_first_name','Shanna'),(96087,2176,'_billing_last_name','Castille'),(96088,2176,'_billing_address_1','1097 Hundley Rd'),(96089,2176,'_billing_city','Eunice'),(96090,2176,'_billing_state','LA'),(96091,2176,'_billing_postcode','70535'),(96092,2176,'_billing_country','US'),(96093,2176,'_billing_email','Shanna_sr09@yahoo.com'),(96094,2176,'_billing_phone','3374668998'),(96095,2176,'_shipping_first_name','Shanna'),(96096,2176,'_shipping_last_name','Castille'),(96097,2176,'_shipping_address_1','1097 Hundley Rd'),(96098,2176,'_shipping_city','eunice'),(96099,2176,'_shipping_state','LA'),(96100,2176,'_shipping_postcode','70535'),(96101,2176,'_shipping_country','US'),(96102,2176,'_order_currency','USD'),(96103,2176,'_cart_discount','0'),(96104,2176,'_cart_discount_tax','0'),(96105,2176,'_order_shipping','0'),(96106,2176,'_order_shipping_tax','0'),(96107,2176,'_order_tax','0'),(96108,2176,'_order_total','949.44'),(96109,2176,'_order_version','8.1.1'),(96110,2176,'_prices_include_tax','no'),(96111,2176,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(96112,2176,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(96113,2176,'is_vat_exempt','no'),(96114,2176,'Payment type','instant'),(96115,2176,'_paypal_status','completed'),(96116,2176,'_transaction_id','27097337GV790952G'),(96117,2176,'PayPal Transaction Fee','33.63'),(96118,2176,'_date_paid','1695676629'),(96119,2176,'_paid_date','2023-09-25 21:17:09'),(96120,2177,'_order_key','wc_order_casGUfe7ZGExZ'),(96121,2177,'_customer_user','96'),(96122,2177,'_payment_method','paypal'),(96123,2177,'_payment_method_title','PayPal'),(96124,2177,'_customer_ip_address','166.181.85.120'),(96125,2177,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(96126,2177,'_created_via','checkout'),(96127,2177,'_cart_hash','9a3dd8636c6c0981cc3b12ee4632c55d'),(96128,2177,'_download_permissions_granted','yes'),(96129,2177,'_recorded_sales','yes'),(96130,2177,'_recorded_coupon_usage_counts','yes'),(96131,2177,'_new_order_email_sent','true'),(96132,2177,'_order_stock_reduced','yes'),(96133,2177,'_billing_first_name','Jaimi'),(96134,2177,'_billing_last_name','Anderson'),(96135,2177,'_billing_company','Lice Clinics of America - Des Moines'),(96136,2177,'_billing_address_1','1139 Burlington Ter'),(96137,2177,'_billing_city','Des Moines'),(96138,2177,'_billing_state','IA'),(96139,2177,'_billing_postcode','50314'),(96140,2177,'_billing_country','US'),(96141,2177,'_billing_email','j.m.licesolutions@gmail.com'),(96142,2177,'_billing_phone','515-971-0667'),(96143,2177,'_shipping_first_name','Jaimi'),(96144,2177,'_shipping_last_name','Anderson'),(96145,2177,'_shipping_address_1','1139 Burlington Terrace'),(96146,2177,'_shipping_city','Des Moines'),(96147,2177,'_shipping_state','IA'),(96148,2177,'_shipping_postcode','50314'),(96149,2177,'_shipping_country','US'),(96150,2177,'_order_currency','USD'),(96151,2177,'_cart_discount','0'),(96152,2177,'_cart_discount_tax','0'),(96153,2177,'_order_shipping','20.51'),(96154,2177,'_order_shipping_tax','0'),(96155,2177,'_order_tax','0'),(96156,2177,'_order_total','310.80'),(96157,2177,'_order_version','8.1.1'),(96158,2177,'_prices_include_tax','no'),(96159,2177,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(96160,2177,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(96161,2177,'is_vat_exempt','no'),(96162,2177,'Payment type','instant'),(96163,2177,'_paypal_status','completed'),(96164,2177,'_transaction_id','6T294317DG995860F'),(96165,2177,'PayPal Transaction Fee','11.34'),(96166,2177,'_date_paid','1695695930'),(96167,2177,'_paid_date','2023-09-26 02:38:50'),(96168,2176,'_edit_lock','1695824656:2'),(96169,2178,'_order_key','wc_order_PSonex7QugJii'),(96170,2178,'_customer_user','98'),(96171,2178,'_payment_method','paypal'),(96172,2178,'_payment_method_title','PayPal'),(96173,2178,'_customer_ip_address','73.219.108.253'),(96174,2178,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(96175,2178,'_created_via','checkout'),(96176,2178,'_cart_hash','4d9800222917a8994b56a9dbff952986'),(96177,2178,'_download_permissions_granted','yes'),(96178,2178,'_recorded_sales','yes'),(96179,2178,'_recorded_coupon_usage_counts','yes'),(96180,2178,'_new_order_email_sent','true'),(96181,2178,'_order_stock_reduced','yes'),(96182,2178,'_billing_first_name','Christine'),(96183,2178,'_billing_last_name','Cherry'),(96184,2178,'_billing_company','NITS END'),(96185,2178,'_billing_address_1','PO BOX 1092'),(96186,2178,'_billing_city','Campton'),(96187,2178,'_billing_state','NH'),(96188,2178,'_billing_postcode','03223'),(96189,2178,'_billing_country','US'),(96190,2178,'_billing_email','christine@liceclinicscolumbus.com'),(96191,2178,'_billing_phone','16034983390'),(96192,2178,'_shipping_first_name','Erica'),(96193,2178,'_shipping_last_name','Froggatt'),(96194,2178,'_shipping_company','LCA'),(96195,2178,'_shipping_address_1','5910 Wilcox Place'),(96196,2178,'_shipping_address_2','Suite E'),(96197,2178,'_shipping_city','Dublin'),(96198,2178,'_shipping_state','OH'),(96199,2178,'_shipping_postcode','43016'),(96200,2178,'_shipping_country','US'),(96201,2178,'_order_currency','USD'),(96202,2178,'_cart_discount','0'),(96203,2178,'_cart_discount_tax','0'),(96204,2178,'_order_shipping','15.66'),(96205,2178,'_order_shipping_tax','0'),(96206,2178,'_order_tax','0'),(96207,2178,'_order_total','174.06'),(96208,2178,'_order_version','8.1.1'),(96209,2178,'_prices_include_tax','no'),(96210,2178,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(96211,2178,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(96212,2178,'is_vat_exempt','no'),(96213,2178,'Payment type','instant'),(96214,2178,'_paypal_status','completed'),(96215,2178,'_transaction_id','1H906153Y3923223P'),(96216,2178,'PayPal Transaction Fee','6.56'),(96217,2178,'_date_paid','1695743462'),(96218,2178,'_paid_date','2023-09-26 15:51:02'),(96219,2179,'_order_key','wc_order_CIxSRlI3lMYx0'),(96220,2179,'_customer_user','50'),(96221,2179,'_payment_method','paypal'),(96222,2179,'_payment_method_title','PayPal'),(96223,2179,'_customer_ip_address','73.219.108.253'),(96224,2179,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(96225,2179,'_created_via','checkout'),(96226,2179,'_cart_hash','d9edd7cafc5ba05d7a4f3eee3d574ea4'),(96227,2179,'_download_permissions_granted','yes'),(96228,2179,'_recorded_sales','yes'),(96229,2179,'_recorded_coupon_usage_counts','yes'),(96230,2179,'_new_order_email_sent','true'),(96231,2179,'_order_stock_reduced','yes'),(96232,2179,'_billing_first_name','Christine'),(96233,2179,'_billing_last_name','Cherry'),(96234,2179,'_billing_company','NITS END'),(96235,2179,'_billing_address_1','PO BOX 1092'),(96236,2179,'_billing_city','Campton'),(96237,2179,'_billing_state','NH'),(96238,2179,'_billing_postcode','03223'),(96239,2179,'_billing_country','US'),(96240,2179,'_billing_email','info@liceclinicsplaistow.com'),(96241,2179,'_billing_phone','16034983390'),(96242,2179,'_shipping_first_name','Naomi'),(96243,2179,'_shipping_last_name','Njuguna'),(96244,2179,'_shipping_company','Nits End'),(96245,2179,'_shipping_address_1','24 Gillis St'),(96246,2179,'_shipping_city','Nashua'),(96247,2179,'_shipping_state','NH'),(96248,2179,'_shipping_postcode','03060'),(96249,2179,'_shipping_country','US'),(96250,2179,'_order_currency','USD'),(96251,2179,'_cart_discount','0'),(96252,2179,'_cart_discount_tax','0'),(96253,2179,'_order_shipping','15.66'),(96254,2179,'_order_shipping_tax','0'),(96255,2179,'_order_tax','0'),(96256,2179,'_order_total','174.06'),(96257,2179,'_order_version','8.1.1'),(96258,2179,'_prices_include_tax','no'),(96259,2179,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(96260,2179,'_shipping_address_index','Naomi Njuguna Nits End 24 Gillis St  Nashua NH 03060 US '),(96261,2179,'is_vat_exempt','no'),(96262,2179,'Payment type','instant'),(96263,2179,'_paypal_status','completed'),(96264,2179,'_transaction_id','2TP97123XY7537849'),(96265,2179,'PayPal Transaction Fee','6.56'),(96266,2179,'_date_paid','1695743720'),(96267,2179,'_paid_date','2023-09-26 15:55:20'),(96268,2180,'_order_key','wc_order_bESOc4HnudTwt'),(96269,2180,'_customer_user','50'),(96270,2180,'_payment_method','paypal'),(96271,2180,'_payment_method_title','PayPal'),(96272,2180,'_customer_ip_address','73.219.108.253'),(96273,2180,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(96274,2180,'_created_via','checkout'),(96275,2180,'_cart_hash','bd0c9249e0800c82a117d873dc21336f'),(96276,2180,'_download_permissions_granted','yes'),(96277,2180,'_recorded_sales','yes'),(96278,2180,'_recorded_coupon_usage_counts','yes'),(96279,2180,'_new_order_email_sent','true'),(96280,2180,'_order_stock_reduced','yes'),(96281,2180,'_billing_first_name','Christine'),(96282,2180,'_billing_last_name','Cherry'),(96283,2180,'_billing_company','NITS END'),(96284,2180,'_billing_address_1','PO BOX 1092'),(96285,2180,'_billing_city','Campton'),(96286,2180,'_billing_state','NH'),(96287,2180,'_billing_postcode','03223'),(96288,2180,'_billing_country','US'),(96289,2180,'_billing_email','info@liceclinicsplaistow.com'),(96290,2180,'_billing_phone','16034983390'),(96291,2180,'_shipping_first_name','Ivy'),(96292,2180,'_shipping_last_name','Shannon'),(96293,2180,'_shipping_company','Nits End'),(96294,2180,'_shipping_address_1','125 Nash Rd'),(96295,2180,'_shipping_address_2','Apt B'),(96296,2180,'_shipping_city','Windham'),(96297,2180,'_shipping_state','ME'),(96298,2180,'_shipping_postcode','04062'),(96299,2180,'_shipping_country','US'),(96300,2180,'_order_currency','USD'),(96301,2180,'_cart_discount','0'),(96302,2180,'_cart_discount_tax','0'),(96303,2180,'_order_shipping','19.52'),(96304,2180,'_order_shipping_tax','0'),(96305,2180,'_order_tax','0'),(96306,2180,'_order_total','177.92'),(96307,2180,'_order_version','8.1.1'),(96308,2180,'_prices_include_tax','no'),(96309,2180,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(96310,2180,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(96311,2180,'is_vat_exempt','no'),(96312,2180,'Payment type','instant'),(96313,2180,'_paypal_status','completed'),(96314,2180,'_transaction_id','5G189290VF369594K'),(96315,2180,'PayPal Transaction Fee','6.70'),(96316,2180,'_date_paid','1695743783'),(96317,2180,'_paid_date','2023-09-26 15:56:23'),(96318,2181,'_order_key','wc_order_khn8LWvJ97qeQ'),(96319,2181,'_customer_user','50'),(96320,2181,'_payment_method','paypal'),(96321,2181,'_payment_method_title','PayPal'),(96322,2181,'_customer_ip_address','73.219.108.253'),(96323,2181,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76'),(96324,2181,'_created_via','checkout'),(96325,2181,'_cart_hash','f08cbd3659c35d94153d8dbb289c970a'),(96326,2181,'_download_permissions_granted','yes'),(96327,2181,'_recorded_sales','yes'),(96328,2181,'_recorded_coupon_usage_counts','yes'),(96329,2181,'_new_order_email_sent','true'),(96330,2181,'_order_stock_reduced','yes'),(96331,2181,'_billing_first_name','Christine'),(96332,2181,'_billing_last_name','Cherry'),(96333,2181,'_billing_company','NITS END'),(96334,2181,'_billing_address_1','PO BOX 1092'),(96335,2181,'_billing_city','Campton'),(96336,2181,'_billing_state','NH'),(96337,2181,'_billing_postcode','03223'),(96338,2181,'_billing_country','US'),(96339,2181,'_billing_email','info@liceclinicsplaistow.com'),(96340,2181,'_billing_phone','16034983390'),(96341,2181,'_shipping_first_name','Megan'),(96342,2181,'_shipping_last_name','O\'Neil'),(96343,2181,'_shipping_company','LCA - Nits End / 149091'),(96344,2181,'_shipping_address_1','18 Sheridan St'),(96345,2181,'_shipping_city','Haverhill'),(96346,2181,'_shipping_state','MA'),(96347,2181,'_shipping_postcode','01830'),(96348,2181,'_shipping_country','US'),(96349,2181,'_order_currency','USD'),(96350,2181,'_cart_discount','0'),(96351,2181,'_cart_discount_tax','0'),(96352,2181,'_order_shipping','18.75'),(96353,2181,'_order_shipping_tax','0'),(96354,2181,'_order_tax','0'),(96355,2181,'_order_total','177.15'),(96356,2181,'_order_version','8.1.1'),(96357,2181,'_prices_include_tax','no'),(96358,2181,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(96359,2181,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 18 Sheridan St  Haverhill MA 01830 US '),(96360,2181,'is_vat_exempt','no'),(96361,2181,'Payment type','instant'),(96362,2181,'_paypal_status','completed'),(96363,2181,'_transaction_id','35785252111021119'),(96364,2181,'PayPal Transaction Fee','6.67'),(96365,2181,'_date_paid','1695743856'),(96366,2181,'_paid_date','2023-09-26 15:57:36'),(96367,2182,'_order_key','wc_order_lbkGuctA9kgpA'),(96368,2182,'_customer_user','15'),(96369,2182,'_payment_method','paypal'),(96370,2182,'_payment_method_title','PayPal'),(96371,2182,'_customer_ip_address','75.86.212.177'),(96372,2182,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(96373,2182,'_created_via','checkout'),(96374,2182,'_cart_hash','c15b5a30581e584fc9d6f761ef66fe8b'),(96375,2182,'_download_permissions_granted','yes'),(96376,2182,'_recorded_sales','yes'),(96377,2182,'_recorded_coupon_usage_counts','yes'),(96378,2182,'_new_order_email_sent','true'),(96379,2182,'_order_stock_reduced','yes'),(96380,2182,'_billing_first_name','Andrea'),(96381,2182,'_billing_last_name','Florsheim'),(96382,2182,'_billing_company','Lice Clincs of America'),(96383,2182,'_billing_address_1','11506 N Creekside Ct'),(96384,2182,'_billing_city','Mequon'),(96385,2182,'_billing_state','WI'),(96386,2182,'_billing_postcode','53092'),(96387,2182,'_billing_country','US'),(96388,2182,'_billing_email','andrea@liceclinicscentral.com'),(96389,2182,'_billing_phone','4143354315'),(96390,2182,'_shipping_first_name','Andrea'),(96391,2182,'_shipping_last_name','Florsheim'),(96392,2182,'_shipping_company','Lice Clincs of America'),(96393,2182,'_shipping_address_1','11506 N Creekside Ct'),(96394,2182,'_shipping_city','Mequon'),(96395,2182,'_shipping_state','WI'),(96396,2182,'_shipping_postcode','53092'),(96397,2182,'_shipping_country','US'),(96398,2182,'_order_currency','USD'),(96399,2182,'_cart_discount','0'),(96400,2182,'_cart_discount_tax','0'),(96401,2182,'_order_shipping','16.39'),(96402,2182,'_order_shipping_tax','0'),(96403,2182,'_order_tax','0'),(96404,2182,'_order_total','212.39'),(96405,2182,'_order_version','8.1.1'),(96406,2182,'_prices_include_tax','no'),(96407,2182,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(96408,2182,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US '),(96409,2182,'is_vat_exempt','no'),(96410,2182,'Payment type','instant'),(96411,2182,'_paypal_status','completed'),(96412,2182,'_transaction_id','80F38009UP773343W'),(96413,2182,'PayPal Transaction Fee','7.90'),(96414,2182,'_date_paid','1695744885'),(96415,2182,'_paid_date','2023-09-26 16:14:45'),(96416,2172,'is_vat_exempt','no'),(96417,2172,'Payment type','instant'),(96418,2172,'_paypal_status','completed'),(96419,2172,'_transaction_id','5JM13558W4343684B'),(96420,2172,'PayPal Transaction Fee','10.93'),(96421,2172,'_date_paid','1695747928'),(96422,2172,'_paid_date','2023-09-26 17:05:28'),(96423,2183,'_order_key','wc_order_U9te4N00AJGFt'),(96424,2183,'_customer_user','61'),(96425,2183,'_payment_method','paypal'),(96426,2183,'_payment_method_title','PayPal'),(96427,2183,'_customer_ip_address','192.24.195.49'),(96428,2183,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(96429,2183,'_created_via','checkout'),(96430,2183,'_cart_hash','db8711021c718a5f7b7cd574921d3dc5'),(96431,2183,'_download_permissions_granted','yes'),(96432,2183,'_recorded_sales','yes'),(96433,2183,'_recorded_coupon_usage_counts','yes'),(96434,2183,'_new_order_email_sent','true'),(96435,2183,'_order_stock_reduced','yes'),(96436,2183,'_billing_first_name','Judith'),(96437,2183,'_billing_last_name','Hayden'),(96438,2183,'_billing_company','LCAL Hayden LLC'),(96439,2183,'_billing_address_1','1795 Alysheba Way'),(96440,2183,'_billing_address_2','Ste 4105'),(96441,2183,'_billing_city','Lexington'),(96442,2183,'_billing_state','KY'),(96443,2183,'_billing_postcode','40509'),(96444,2183,'_billing_country','US'),(96445,2183,'_billing_email','judy@liceclinicslexington.com'),(96446,2183,'_billing_phone','8595376966'),(96447,2183,'_shipping_first_name','Judy'),(96448,2183,'_shipping_last_name','Hayden'),(96449,2183,'_shipping_company','Lice Clinics of America'),(96450,2183,'_shipping_address_1','6905 Burlington Pike'),(96451,2183,'_shipping_address_2','Ste A'),(96452,2183,'_shipping_city','Florence'),(96453,2183,'_shipping_state','KY'),(96454,2183,'_shipping_postcode','41042'),(96455,2183,'_shipping_country','US'),(96456,2183,'_order_currency','USD'),(96457,2183,'_cart_discount','0'),(96458,2183,'_cart_discount_tax','0'),(96459,2183,'_order_shipping','0'),(96460,2183,'_order_shipping_tax','0'),(96461,2183,'_order_tax','0'),(96462,2183,'_order_total','1050.95'),(96463,2183,'_order_version','8.1.1'),(96464,2183,'_prices_include_tax','no'),(96465,2183,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(96466,2183,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(96467,2183,'is_vat_exempt','no'),(96468,2183,'Payment type','instant'),(96469,2183,'_paypal_status','completed'),(96470,2183,'_transaction_id','91240087JF232122S'),(96471,2183,'PayPal Transaction Fee','37.17'),(96472,2183,'_date_paid','1695750576'),(96473,2183,'_paid_date','2023-09-26 17:49:36'),(96474,2174,'_edit_lock','1695824605:2'),(96475,2174,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258820\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"da5bd32f1bfd974f538092b468dd6b38\";}}'),(96476,2174,'_edit_last','2'),(96477,2174,'_date_completed','1695824590'),(96478,2174,'_completed_date','2023-09-27 14:23:10'),(96479,2175,'_edit_lock','1695824527:2'),(96480,2175,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258900\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"fbcc3fe986f89613f00299f07fa6b897\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258896\";s:12:\"date_shipped\";i:1695824633;s:11:\"tracking_id\";s:32:\"eb23ce3e63eb9c66673eb172d62de9a5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258885\";s:12:\"date_shipped\";i:1695824642;s:11:\"tracking_id\";s:32:\"a60d5a9f171fa722eb1c46b4b2cfb34d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258874\";s:12:\"date_shipped\";i:1695824650;s:11:\"tracking_id\";s:32:\"5ff5cd1fdb4f1c699d47c9d57b343cc0\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258863\";s:12:\"date_shipped\";i:1695824659;s:11:\"tracking_id\";s:32:\"0895cd0a1f8078d824eb2934b90ccae9\";}}'),(96481,2175,'_edit_last','2'),(96482,2175,'_date_completed','1695824662'),(96483,2175,'_completed_date','2023-09-27 14:24:22'),(96484,2177,'_edit_lock','1695824596:2'),(96485,2177,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258988\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"ec6b83df33bee9222414a58dd98a3d7e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258977\";s:12:\"date_shipped\";i:1695824713;s:11:\"tracking_id\";s:32:\"c8e29dbbfec913f32072ae4e7f0ad73f\";}}'),(96486,2177,'_edit_last','2'),(96487,2177,'_date_completed','1695824716'),(96488,2177,'_completed_date','2023-09-27 14:25:16'),(96489,2176,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259013\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"33cbe344514ce155221f96f831a834b4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259002\";s:12:\"date_shipped\";i:1695824777;s:11:\"tracking_id\";s:32:\"77346ffb5b7f5a21b2b3676b4634a01c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830258999\";s:12:\"date_shipped\";i:1695824786;s:11:\"tracking_id\";s:32:\"b81a69487a961f553e71d05f4fd489ac\";}}'),(96490,2176,'_edit_last','2'),(96491,2176,'_date_completed','1695824789'),(96492,2176,'_completed_date','2023-09-27 14:26:29'),(96493,2182,'_edit_lock','1695824693:2'),(96494,2182,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259035\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"40540a75de9a24b0d2907e5f2ccb383f\";}}'),(96495,2182,'_edit_last','2'),(96496,2182,'_date_completed','1695824825'),(96497,2182,'_completed_date','2023-09-27 14:27:05'),(96498,2172,'_edit_lock','1695824891:2'),(96499,2172,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259046\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"1433b34c03ca2382cdd44c9d77318266\";}}'),(96500,2172,'_edit_last','2'),(96501,2172,'_date_completed','1695824863'),(96502,2172,'_completed_date','2023-09-27 14:27:43'),(96503,2180,'_edit_lock','1695839435:2'),(96504,2180,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259150\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"8cae615c641ea1cd81555b9a3ae4596c\";}}'),(96505,2180,'_edit_last','2'),(96506,2180,'_date_completed','1695839483'),(96507,2180,'_completed_date','2023-09-27 18:31:23'),(96514,2184,'_order_key','wc_order_fFtWUFhl67IZY'),(96515,2184,'_customer_user','6'),(96516,2184,'_payment_method','paypal'),(96517,2184,'_payment_method_title','PayPal'),(96518,2184,'_customer_ip_address','98.244.29.91'),(96519,2184,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(96520,2184,'_created_via','checkout'),(96521,2184,'_cart_hash','b3984e4fdde765f3a0be4e4aabab1a3e'),(96522,2184,'_download_permissions_granted','yes'),(96523,2184,'_recorded_sales','yes'),(96524,2184,'_recorded_coupon_usage_counts','yes'),(96525,2184,'_new_order_email_sent','true'),(96526,2184,'_order_stock_reduced','yes'),(96527,2184,'_billing_first_name','Amira'),(96528,2184,'_billing_last_name','Purto'),(96529,2184,'_billing_address_1','2628 Acapulco Way'),(96530,2184,'_billing_city','Modesto'),(96531,2184,'_billing_state','CA'),(96532,2184,'_billing_postcode','95355'),(96533,2184,'_billing_country','US'),(96534,2184,'_billing_email','amira77@sbcglobal.net'),(96535,2184,'_billing_phone','2096422061'),(96536,2184,'_shipping_first_name','Amira'),(96537,2184,'_shipping_last_name','Purto'),(96538,2184,'_shipping_address_1','2628 Acapulco Way'),(96539,2184,'_shipping_city','Modesto'),(96540,2184,'_shipping_state','CA'),(96541,2184,'_shipping_postcode','95355'),(96542,2184,'_shipping_country','US'),(96543,2184,'_order_currency','USD'),(96544,2184,'_cart_discount','0'),(96545,2184,'_cart_discount_tax','0'),(96546,2184,'_order_shipping','0'),(96547,2184,'_order_shipping_tax','0'),(96548,2184,'_order_tax','0'),(96549,2184,'_order_total','920.94'),(96550,2184,'_order_version','8.1.1'),(96551,2184,'_prices_include_tax','no'),(96552,2184,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(96553,2184,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(96555,2184,'is_vat_exempt','no'),(96556,2184,'Payment type','instant'),(96557,2184,'_paypal_status','completed'),(96558,2184,'_transaction_id','0NB62680UU373873M'),(96559,2184,'PayPal Transaction Fee','32.63'),(96560,2184,'_date_paid','1695843967'),(96561,2184,'_paid_date','2023-09-27 19:46:07'),(96562,2178,'_edit_lock','1695844466:2'),(96563,2178,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259241\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"03abe1876117e5f89469b26ccaa187d1\";}}'),(96564,2178,'_edit_last','2'),(96565,2178,'_date_completed','1695844603'),(96566,2178,'_completed_date','2023-09-27 19:56:43'),(96567,2181,'_edit_lock','1695844516:2'),(96568,2181,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259220\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"6bc35ad1af00c38a741eef27bda2ebea\";}}'),(96569,2181,'_edit_last','2'),(96570,2181,'_date_completed','1695844648'),(96571,2181,'_completed_date','2023-09-27 19:57:28'),(96572,2179,'_edit_lock','1695844738:2'),(96573,2179,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259230\";s:12:\"date_shipped\";s:10:\"1695772800\";s:11:\"tracking_id\";s:32:\"e18cb2bd55262e6eb962a0a03289a8bc\";}}'),(96574,2179,'_edit_last','2'),(96575,2179,'_date_completed','1695844684'),(96576,2179,'_completed_date','2023-09-27 19:58:04'),(96582,2184,'_edit_lock','1695908445:2'),(96583,2184,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259322\";s:12:\"date_shipped\";s:10:\"1695859200\";s:11:\"tracking_id\";s:32:\"1f651ab59f3098af4eaee8a4d7d39ab5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259311\";s:12:\"date_shipped\";i:1695908556;s:11:\"tracking_id\";s:32:\"8c9880383ee5c8007a21deb6abe4b36c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259300\";s:12:\"date_shipped\";i:1695908565;s:11:\"tracking_id\";s:32:\"87ac08565b4f35f0b728fde2693bc17f\";}}'),(96584,2184,'_edit_last','2'),(96585,2184,'_date_completed','1695908567'),(96586,2184,'_completed_date','2023-09-28 13:42:47'),(96588,2185,'_order_key','wc_order_VvMhv4JLmaNfp'),(96589,2185,'_customer_user','78'),(96590,2185,'_payment_method','paypal'),(96591,2185,'_payment_method_title','PayPal'),(96592,2185,'_customer_ip_address','172.58.228.51'),(96593,2185,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(96594,2185,'_created_via','checkout'),(96595,2185,'_cart_hash','24a103123f9877ea9b982649562f18e4'),(96596,2185,'_download_permissions_granted','yes'),(96597,2185,'_recorded_sales','yes'),(96598,2185,'_recorded_coupon_usage_counts','yes'),(96599,2185,'_new_order_email_sent','true'),(96600,2185,'_order_stock_reduced','yes'),(96601,2185,'_billing_first_name','Richard'),(96602,2185,'_billing_last_name','Florsheim'),(96603,2185,'_billing_company','Licura'),(96604,2185,'_billing_address_1','3827 w fairway heights dr'),(96605,2185,'_billing_city','Mequon'),(96606,2185,'_billing_state','NY'),(96607,2185,'_billing_postcode','53092'),(96608,2185,'_billing_country','US'),(96609,2185,'_billing_email','tara@liceclinicslongIsland.com'),(96610,2185,'_billing_phone','5619006382'),(96611,2185,'_shipping_first_name','Tara'),(96612,2185,'_shipping_last_name','Johnson'),(96613,2185,'_shipping_company','LCA'),(96614,2185,'_shipping_address_1','2469 Columbus Ave'),(96615,2185,'_shipping_city','bellmore'),(96616,2185,'_shipping_state','NY'),(96617,2185,'_shipping_postcode','11710'),(96618,2185,'_shipping_country','US'),(96619,2185,'_order_currency','USD'),(96620,2185,'_cart_discount','0'),(96621,2185,'_cart_discount_tax','0'),(96622,2185,'_order_shipping','18.11'),(96623,2185,'_order_shipping_tax','0'),(96624,2185,'_order_tax','0'),(96625,2185,'_order_total','167.06'),(96626,2185,'_order_version','8.1.1'),(96627,2185,'_prices_include_tax','no'),(96628,2185,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(96629,2185,'_shipping_address_index','Tara Johnson LCA 2469 Columbus Ave  bellmore NY 11710 US '),(96631,2185,'is_vat_exempt','no'),(96632,2185,'Payment type','instant'),(96633,2185,'_paypal_status','completed'),(96634,2185,'_transaction_id','5R374342B0857972W'),(96635,2185,'PayPal Transaction Fee','6.32'),(96636,2185,'_date_paid','1695924942'),(96637,2185,'_paid_date','2023-09-28 18:15:42'),(96638,2186,'_order_key','wc_order_9WveFxt9ImFR9'),(96639,2186,'_customer_user','67'),(96640,2186,'_payment_method','paypal'),(96641,2186,'_payment_method_title','PayPal'),(96642,2186,'_customer_ip_address','74.77.55.50'),(96643,2186,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(96644,2186,'_created_via','checkout'),(96645,2186,'_cart_hash','67d3256456abd885c1da7d2d17d29aa5'),(96646,2186,'_download_permissions_granted','yes'),(96647,2186,'_recorded_sales','yes'),(96648,2186,'_recorded_coupon_usage_counts','yes'),(96649,2186,'_new_order_email_sent','true'),(96650,2186,'_order_stock_reduced','yes'),(96651,2186,'_billing_first_name','Marnie'),(96652,2186,'_billing_last_name','Murray'),(96653,2186,'_billing_company','Naughty Nits'),(96654,2186,'_billing_address_1','2809 Wehrle Drive'),(96655,2186,'_billing_address_2','Suite 10'),(96656,2186,'_billing_city','Williamsville'),(96657,2186,'_billing_state','NY'),(96658,2186,'_billing_postcode','14221'),(96659,2186,'_billing_country','US'),(96660,2186,'_billing_email','liceclinicsupstateny@gmail.com'),(96661,2186,'_billing_phone','7166265423'),(96662,2186,'_shipping_first_name','Marnie'),(96663,2186,'_shipping_last_name','Murray'),(96664,2186,'_shipping_company','LCA Buffalo'),(96665,2186,'_shipping_address_1','2809 Wehrle Drive'),(96666,2186,'_shipping_address_2','Suite 10'),(96667,2186,'_shipping_city','Williamsville'),(96668,2186,'_shipping_state','NY'),(96669,2186,'_shipping_postcode','14221'),(96670,2186,'_shipping_country','US'),(96671,2186,'_order_currency','USD'),(96672,2186,'_cart_discount','0'),(96673,2186,'_cart_discount_tax','0'),(96674,2186,'_order_shipping','0'),(96675,2186,'_order_shipping_tax','0'),(96676,2186,'_order_tax','0'),(96677,2186,'_order_total','501.44'),(96678,2186,'_order_version','8.1.1'),(96679,2186,'_prices_include_tax','no'),(96680,2186,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(96681,2186,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(96682,2186,'is_vat_exempt','no'),(96683,2186,'Payment type','instant'),(96684,2186,'_paypal_status','completed'),(96685,2186,'_transaction_id','9E87942908766174D'),(96686,2186,'PayPal Transaction Fee','17.99'),(96687,2186,'_date_paid','1695993818'),(96688,2186,'_paid_date','2023-09-29 13:23:38'),(96689,2183,'_edit_lock','1695994353:2'),(96690,2183,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259057\";s:12:\"date_shipped\";s:10:\"1695945600\";s:11:\"tracking_id\";s:32:\"30ac489fd65fd2ddcd9077d544b997ef\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259068\";s:12:\"date_shipped\";i:1695994307;s:11:\"tracking_id\";s:32:\"cecb33caef24bdfa955f97051d8b8a15\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259079\";s:12:\"date_shipped\";i:1695994316;s:11:\"tracking_id\";s:32:\"84c0d961ba2bc3866892cea604221420\";}}'),(96691,2183,'_edit_last','2'),(96692,2183,'_date_completed','1695994319'),(96693,2183,'_completed_date','2023-09-29 13:31:59'),(96694,2185,'_edit_lock','1695994547:2'),(96695,2185,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259447\";s:12:\"date_shipped\";s:10:\"1695945600\";s:11:\"tracking_id\";s:32:\"07231817f2b03c9f21bfc358d98c1836\";}}'),(96696,2185,'_edit_last','2'),(96697,2185,'_date_completed','1695994485'),(96698,2185,'_completed_date','2023-09-29 13:34:45'),(96699,2186,'_edit_lock','1696278318:2'),(96700,2186,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259491\";s:12:\"date_shipped\";s:10:\"1695945600\";s:11:\"tracking_id\";s:32:\"48df57cf27b46667559874443d75da89\";}}'),(96702,2187,'_order_key','wc_order_65f8HpYxI434C'),(96703,2187,'_customer_user','100'),(96704,2187,'_payment_method','paypal'),(96705,2187,'_payment_method_title','PayPal'),(96706,2187,'_customer_ip_address','73.70.153.140'),(96707,2187,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(96708,2187,'_created_via','checkout'),(96709,2187,'_cart_hash','0588cb208b595e70363202e8adbec811'),(96710,2187,'_download_permissions_granted','yes'),(96711,2187,'_recorded_sales','yes'),(96712,2187,'_recorded_coupon_usage_counts','yes'),(96713,2187,'_new_order_email_sent','true'),(96714,2187,'_order_stock_reduced','yes'),(96715,2187,'_billing_first_name','Michael'),(96716,2187,'_billing_last_name','Beckman'),(96717,2187,'_billing_address_1','517 44th St'),(96718,2187,'_billing_address_2','Apt C'),(96719,2187,'_billing_city','Oakland'),(96720,2187,'_billing_state','CA'),(96721,2187,'_billing_postcode','94609'),(96722,2187,'_billing_country','US'),(96723,2187,'_billing_email','licetoknowyou@gmail.com'),(96724,2187,'_billing_phone','(408) 478-3369'),(96725,2187,'_shipping_first_name','Michael'),(96726,2187,'_shipping_last_name','Beckman'),(96727,2187,'_shipping_company','Lice Clinics of America - Sunnyvale'),(96728,2187,'_shipping_address_1','545 S Murphy Ave'),(96729,2187,'_shipping_city','Sunnyvale'),(96730,2187,'_shipping_state','CA'),(96731,2187,'_shipping_postcode','94086'),(96732,2187,'_shipping_country','US'),(96733,2187,'_order_currency','USD'),(96734,2187,'_cart_discount','0'),(96735,2187,'_cart_discount_tax','0'),(96736,2187,'_order_shipping','25.52'),(96737,2187,'_order_shipping_tax','0'),(96738,2187,'_order_tax','0'),(96739,2187,'_order_total','136.95'),(96740,2187,'_order_version','8.1.1'),(96741,2187,'_prices_include_tax','no'),(96742,2187,'_billing_address_index','Michael Beckman  517 44th St Apt C Oakland CA 94609 US licetoknowyou@gmail.com (408) 478-3369'),(96743,2187,'_shipping_address_index','Michael Beckman Lice Clinics of America - Sunnyvale 545 S Murphy Ave  Sunnyvale CA 94086 US '),(96744,2187,'is_vat_exempt','no'),(96745,2187,'Payment type','instant'),(96746,2187,'_paypal_status','completed'),(96747,2187,'_transaction_id','42811799LT4566521'),(96748,2187,'PayPal Transaction Fee','5.27'),(96749,2187,'_date_paid','1696016978'),(96750,2187,'_paid_date','2023-09-29 19:49:38'),(96751,2188,'_order_key','wc_order_URUsXa5C1SAGW'),(96752,2188,'_customer_user','82'),(96753,2188,'_payment_method','paypal'),(96754,2188,'_payment_method_title','PayPal'),(96755,2188,'_customer_ip_address','98.218.24.92'),(96756,2188,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(96757,2188,'_created_via','checkout'),(96758,2188,'_cart_hash','92644fbbb6b476fb1892edb9848752ba'),(96759,2188,'_download_permissions_granted','yes'),(96760,2188,'_recorded_sales','yes'),(96761,2188,'_recorded_coupon_usage_counts','yes'),(96762,2188,'_new_order_email_sent','true'),(96763,2188,'_order_stock_reduced','yes'),(96764,2188,'_billing_first_name','Nigel'),(96765,2188,'_billing_last_name','Le'),(96766,2188,'_billing_address_1','6080 FRANCONIA ROAD'),(96767,2188,'_billing_address_2','SUITE D'),(96768,2188,'_billing_city','ALEXANDRIA'),(96769,2188,'_billing_state','VA'),(96770,2188,'_billing_postcode','22310'),(96771,2188,'_billing_country','US'),(96772,2188,'_billing_email','sonnynguyenle@gmail.com'),(96773,2188,'_billing_phone','703-520-9000'),(96774,2188,'_shipping_first_name','SONNY'),(96775,2188,'_shipping_last_name','LE'),(96776,2188,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(96777,2188,'_shipping_city','FAIRFAX'),(96778,2188,'_shipping_state','VA'),(96779,2188,'_shipping_postcode','22030'),(96780,2188,'_shipping_country','US'),(96781,2188,'_order_currency','USD'),(96782,2188,'_cart_discount','0'),(96783,2188,'_cart_discount_tax','0'),(96784,2188,'_order_shipping','0'),(96785,2188,'_order_shipping_tax','0'),(96786,2188,'_order_tax','0'),(96787,2188,'_order_total','886.44'),(96788,2188,'_order_version','8.1.1'),(96789,2188,'_prices_include_tax','no'),(96790,2188,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(96791,2188,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(96792,2188,'is_vat_exempt','no'),(96793,2188,'Payment type','instant'),(96794,2188,'_paypal_status','completed'),(96795,2188,'_transaction_id','8YS45626YG7122605'),(96796,2188,'PayPal Transaction Fee','31.43'),(96797,2188,'_date_paid','1696261868'),(96798,2188,'_paid_date','2023-10-02 15:51:08'),(96799,2189,'_order_key','wc_order_jhJqeXgcktXsy'),(96800,2189,'_customer_user','77'),(96801,2189,'_payment_method','paypal'),(96802,2189,'_payment_method_title','PayPal'),(96803,2189,'_customer_ip_address','107.205.56.86'),(96804,2189,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(96805,2189,'_created_via','checkout'),(96806,2189,'_cart_hash','e2eb6a5e1dc4221dbc23d96b8853be3a'),(96807,2189,'_download_permissions_granted','yes'),(96808,2189,'_recorded_sales','yes'),(96809,2189,'_recorded_coupon_usage_counts','yes'),(96810,2189,'_new_order_email_sent','true'),(96811,2189,'_order_stock_reduced','yes'),(96812,2189,'_billing_first_name','Phil'),(96813,2189,'_billing_last_name','Moon'),(96814,2189,'_billing_company','Lice Clinics of America--Central Valley'),(96815,2189,'_billing_address_1','585 56th Street'),(96816,2189,'_billing_city','Oakland'),(96817,2189,'_billing_state','CA'),(96818,2189,'_billing_postcode','94609'),(96819,2189,'_billing_country','US'),(96820,2189,'_billing_email','info@liceclinicsfresno.com'),(96821,2189,'_billing_phone','5593046305'),(96822,2189,'_shipping_first_name','Kristen'),(96823,2189,'_shipping_last_name','Maroot-Rippee'),(96824,2189,'_shipping_company','Lice Busters LLC. Central Valley'),(96825,2189,'_shipping_address_1','487 W. Scott Avenue'),(96826,2189,'_shipping_city','Fresno'),(96827,2189,'_shipping_state','CA'),(96828,2189,'_shipping_postcode','93704'),(96829,2189,'_shipping_country','US'),(96830,2189,'_order_currency','USD'),(96831,2189,'_cart_discount','0'),(96832,2189,'_cart_discount_tax','0'),(96833,2189,'_order_shipping','0'),(96834,2189,'_order_shipping_tax','0'),(96835,2189,'_order_tax','0'),(96836,2189,'_order_total','1244.96'),(96837,2189,'_order_version','8.1.1'),(96838,2189,'_prices_include_tax','no'),(96839,2189,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(96840,2189,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(96841,2189,'is_vat_exempt','no'),(96842,2189,'Payment type','instant'),(96843,2189,'_paypal_status','completed'),(96844,2189,'_transaction_id','8LF70642WN9604325'),(96845,2189,'PayPal Transaction Fee','43.94'),(96846,2189,'_date_paid','1696269460'),(96847,2189,'_paid_date','2023-10-02 17:57:40'),(96848,2190,'_order_key','wc_order_AYc35KSQPGdRs'),(96849,2190,'_customer_user','54'),(96850,2190,'_payment_method','paypal'),(96851,2190,'_payment_method_title','PayPal'),(96852,2190,'_customer_ip_address','172.58.164.13'),(96853,2190,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(96854,2190,'_created_via','checkout'),(96855,2190,'_cart_hash','c792ef3e27af9d86924ca52406ffbece'),(96856,2190,'_download_permissions_granted','yes'),(96857,2190,'_recorded_sales','yes'),(96858,2190,'_recorded_coupon_usage_counts','yes'),(96859,2190,'_new_order_email_sent','true'),(96860,2190,'_order_stock_reduced','yes'),(96861,2190,'_billing_first_name','Erin'),(96862,2190,'_billing_last_name','Hawn'),(96863,2190,'_billing_address_1','10 W Phillip Rd'),(96864,2190,'_billing_address_2','123'),(96865,2190,'_billing_city','Vernon Hills'),(96866,2190,'_billing_state','IL'),(96867,2190,'_billing_postcode','60061'),(96868,2190,'_billing_country','US'),(96869,2190,'_billing_email','info@liceclinicsvernonhills.com'),(96870,2190,'_billing_phone','8475960408'),(96871,2190,'_shipping_first_name','Erin'),(96872,2190,'_shipping_last_name','Hawn'),(96873,2190,'_shipping_address_1','1491 S Amarias Dr'),(96874,2190,'_shipping_city','Round lake'),(96875,2190,'_shipping_state','IL'),(96876,2190,'_shipping_postcode','60073'),(96877,2190,'_shipping_country','US'),(96878,2190,'_order_currency','USD'),(96879,2190,'_cart_discount','0'),(96880,2190,'_cart_discount_tax','0'),(96881,2190,'_order_shipping','0'),(96882,2190,'_order_shipping_tax','0'),(96883,2190,'_order_tax','0'),(96884,2190,'_order_total','526.12'),(96885,2190,'_order_version','8.1.1'),(96886,2190,'_prices_include_tax','no'),(96887,2190,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(96888,2190,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(96889,2190,'is_vat_exempt','no'),(96890,2190,'Payment type','instant'),(96891,2190,'_paypal_status','completed'),(96892,2190,'_transaction_id','0H3965174J3364242'),(96893,2190,'PayPal Transaction Fee','18.85'),(96894,2190,'_date_paid','1696271220'),(96895,2190,'_paid_date','2023-10-02 18:27:00'),(96896,2187,'_edit_lock','1696278319:2'),(96897,2186,'_edit_last','2'),(96898,2186,'_date_completed','1696278425'),(96899,2186,'_completed_date','2023-10-02 20:27:05'),(96900,2187,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259620\";s:12:\"date_shipped\";s:10:\"1696204800\";s:11:\"tracking_id\";s:32:\"d105380c329a85dade1422d77e451aaf\";}}'),(96901,2187,'_edit_last','2'),(96902,2187,'_date_completed','1696278436'),(96903,2187,'_completed_date','2023-10-02 20:27:16'),(96904,2191,'_order_key','wc_order_yM0lb6VeCv6oz'),(96905,2191,'_customer_user','59'),(96906,2191,'_payment_method','paypal'),(96907,2191,'_payment_method_title','PayPal'),(96908,2191,'_customer_ip_address','98.57.126.78'),(96909,2191,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(96910,2191,'_created_via','checkout'),(96911,2191,'_cart_hash','53327a714c864d614976e42742cd4698'),(96912,2191,'_download_permissions_granted','yes'),(96913,2191,'_recorded_sales','yes'),(96914,2191,'_recorded_coupon_usage_counts','yes'),(96915,2191,'_new_order_email_sent','true'),(96916,2191,'_order_stock_reduced','yes'),(96917,2191,'_billing_first_name','Lice'),(96918,2191,'_billing_last_name','Houston'),(96919,2191,'_billing_company','Jake'),(96920,2191,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(96921,2191,'_billing_address_2','Apt, suite, floor, etc.'),(96922,2191,'_billing_city','TOMBALL'),(96923,2191,'_billing_state','TX'),(96924,2191,'_billing_postcode','77375'),(96925,2191,'_billing_country','US'),(96926,2191,'_billing_email','allianthon@gmail.com'),(96927,2191,'_billing_phone','6024008520'),(96928,2191,'_shipping_first_name','Allison'),(96929,2191,'_shipping_last_name','Anthon'),(96930,2191,'_shipping_company','LCA Sugar Land'),(96931,2191,'_shipping_address_1','2831 Lakecrest River Dr.'),(96932,2191,'_shipping_city','Katy'),(96933,2191,'_shipping_state','TX'),(96934,2191,'_shipping_postcode','77493'),(96935,2191,'_shipping_country','US'),(96936,2191,'_order_currency','USD'),(96937,2191,'_cart_discount','0'),(96938,2191,'_cart_discount_tax','0'),(96939,2191,'_order_shipping','0'),(96940,2191,'_order_shipping_tax','0'),(96941,2191,'_order_tax','0'),(96942,2191,'_order_total','931.66'),(96943,2191,'_order_version','8.1.1'),(96944,2191,'_prices_include_tax','no'),(96945,2191,'_billing_address_index','Lice Houston Jake 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008520'),(96946,2191,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(96947,2191,'is_vat_exempt','no'),(96948,2191,'_edit_lock','1696371872:2'),(96949,2191,'_edit_last','2'),(96950,2188,'_edit_lock','1696341985:2'),(96951,2188,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259995\";s:12:\"date_shipped\";s:10:\"1696291200\";s:11:\"tracking_id\";s:32:\"4630d5e054d7a62fbb130e55224ff3cb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259984\";s:12:\"date_shipped\";i:1696342049;s:11:\"tracking_id\";s:32:\"a7c0e8c66dced37feacb3194df4df3f7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830259973\";s:12:\"date_shipped\";i:1696342059;s:11:\"tracking_id\";s:32:\"08d4574201407a08b31a48663d781b1f\";}}'),(96952,2188,'_edit_last','2'),(96953,2188,'_date_completed','1696342061'),(96954,2188,'_completed_date','2023-10-03 14:07:41'),(96955,2192,'_order_key','wc_order_gdBNgmwvvS1Cs'),(96956,2192,'_customer_user','76'),(96957,2192,'_payment_method','paypal'),(96958,2192,'_payment_method_title','PayPal'),(96959,2192,'_customer_ip_address','71.234.104.107'),(96960,2192,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(96961,2192,'_created_via','checkout'),(96962,2192,'_cart_hash','88759276bce3b9cb6d99a50ad7cc2a37'),(96963,2192,'_download_permissions_granted','yes'),(96964,2192,'_recorded_sales','yes'),(96965,2192,'_recorded_coupon_usage_counts','yes'),(96966,2192,'_new_order_email_sent','true'),(96967,2192,'_order_stock_reduced','yes'),(96968,2192,'_billing_first_name','Naomi'),(96969,2192,'_billing_last_name','Golden'),(96970,2192,'_billing_company','LCA'),(96971,2192,'_billing_address_1','31 Mann Ave'),(96972,2192,'_billing_city','Needham'),(96973,2192,'_billing_state','MA'),(96974,2192,'_billing_postcode','02492'),(96975,2192,'_billing_country','US'),(96976,2192,'_billing_email','nrgolden6486@gmail.com'),(96977,2192,'_billing_phone','617-851-1322'),(96978,2192,'_shipping_first_name','Naomi'),(96979,2192,'_shipping_last_name','Golden'),(96980,2192,'_shipping_company','LCA'),(96981,2192,'_shipping_address_1','111 Center Street'),(96982,2192,'_shipping_address_2','STE A'),(96983,2192,'_shipping_city','Middleborough'),(96984,2192,'_shipping_state','MA'),(96985,2192,'_shipping_postcode','02346'),(96986,2192,'_shipping_country','US'),(96987,2192,'_order_currency','USD'),(96988,2192,'_cart_discount','0'),(96989,2192,'_cart_discount_tax','0'),(96990,2192,'_order_shipping','0'),(96991,2192,'_order_shipping_tax','0'),(96992,2192,'_order_tax','0'),(96993,2192,'_order_total','675.64'),(96994,2192,'_order_version','8.1.1'),(96995,2192,'_prices_include_tax','no'),(96996,2192,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(96997,2192,'_shipping_address_index','Naomi Golden LCA 111 Center Street STE A Middleborough MA 02346 US '),(96998,2192,'is_vat_exempt','no'),(96999,2192,'Payment type','instant'),(97000,2192,'_paypal_status','completed'),(97001,2192,'_transaction_id','1RX06416YV2086500'),(97002,2192,'PayPal Transaction Fee','24.07'),(97003,2192,'_date_paid','1696343742'),(97004,2192,'_paid_date','2023-10-03 14:35:42'),(97005,2189,'_edit_lock','1696347476:2'),(97006,2189,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260094\";s:12:\"date_shipped\";s:10:\"1696291200\";s:11:\"tracking_id\";s:32:\"3bb5ca909b13f467f27e64c051c4ea55\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260083\";s:12:\"date_shipped\";i:1696347606;s:11:\"tracking_id\";s:32:\"a47cf4768765fa86b56c491890243acb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260072\";s:12:\"date_shipped\";i:1696347612;s:11:\"tracking_id\";s:32:\"23e336197a550b7ff614afa24c176dfd\";}}'),(97007,2189,'_edit_last','2'),(97008,2189,'_date_completed','1696347616'),(97009,2189,'_completed_date','2023-10-03 15:40:16'),(97010,2191,'Payment type','instant'),(97011,2191,'_paypal_status','completed'),(97012,2191,'_transaction_id','4KU67067YK689514W'),(97013,2191,'PayPal Transaction Fee','33.00'),(97014,2191,'_date_paid','1696356572'),(97015,2191,'_paid_date','2023-10-03 18:09:32'),(97016,2190,'_edit_lock','1696371830:2'),(97017,2190,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260120\";s:12:\"date_shipped\";s:10:\"1696291200\";s:11:\"tracking_id\";s:32:\"96db346a89f1f657e019372ea1a2db08\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260110\";s:12:\"date_shipped\";i:1696371950;s:11:\"tracking_id\";s:32:\"c25ecfcd0ef010752d6921772627d898\";}}'),(97018,2190,'_edit_last','2'),(97019,2190,'_date_completed','1696371952'),(97020,2190,'_completed_date','2023-10-03 22:25:52'),(97021,2191,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260212\";s:12:\"date_shipped\";s:10:\"1696291200\";s:11:\"tracking_id\";s:32:\"02d62247a3aa77f87bdfc042d65b2183\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260201\";s:12:\"date_shipped\";i:1696372002;s:11:\"tracking_id\";s:32:\"8a5accb67dfabe70e1b157771aa9c643\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260197\";s:12:\"date_shipped\";i:1696372010;s:11:\"tracking_id\";s:32:\"227533de1ce7edd7bd083e0504e695e1\";}}'),(97022,2191,'_date_completed','1696372010'),(97023,2191,'_completed_date','2023-10-03 22:26:50'),(97024,2192,'_edit_lock','1696372051:2'),(97025,2192,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260234\";s:12:\"date_shipped\";s:10:\"1696291200\";s:11:\"tracking_id\";s:32:\"e25df2d3c3dea44be128080fb7d93345\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260223\";s:12:\"date_shipped\";i:1696372050;s:11:\"tracking_id\";s:32:\"9308733d213696e684655c4827458cce\";}}'),(97026,2192,'_edit_last','2'),(97027,2192,'_date_completed','1696372055'),(97028,2192,'_completed_date','2023-10-03 22:27:35'),(97029,2193,'_order_key','wc_order_sdQcjdL0gSmPK'),(97030,2193,'_customer_user','11'),(97031,2193,'_payment_method','paypal'),(97032,2193,'_payment_method_title','PayPal'),(97033,2193,'_customer_ip_address','74.131.22.162'),(97034,2193,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(97035,2193,'_created_via','checkout'),(97036,2193,'_cart_hash','351428041a207950985ffff0b70b7fb2'),(97037,2193,'_download_permissions_granted','yes'),(97038,2193,'_recorded_sales','yes'),(97039,2193,'_recorded_coupon_usage_counts','yes'),(97040,2193,'_new_order_email_sent','true'),(97041,2193,'_order_stock_reduced','yes'),(97042,2193,'_billing_first_name','Tina'),(97043,2193,'_billing_last_name','Hunt'),(97044,2193,'_billing_company','LCBG, LLC'),(97045,2193,'_billing_address_1','830 Fairview Ave.'),(97046,2193,'_billing_address_2','Suite A-4'),(97047,2193,'_billing_city','Bowling Green'),(97048,2193,'_billing_state','KY'),(97049,2193,'_billing_postcode','42101'),(97050,2193,'_billing_country','US'),(97051,2193,'_billing_email','info@liceclinicsbowlinggreen.com'),(97052,2193,'_billing_phone','2709996803'),(97053,2193,'_shipping_first_name','Tina'),(97054,2193,'_shipping_last_name','Hunt'),(97055,2193,'_shipping_company','LCBG, LLC'),(97056,2193,'_shipping_address_1','494 Hub Boulevard'),(97057,2193,'_shipping_address_2','Apt 1012'),(97058,2193,'_shipping_city','Bowling Green'),(97059,2193,'_shipping_state','KY'),(97060,2193,'_shipping_postcode','42101'),(97061,2193,'_shipping_country','US'),(97062,2193,'_order_currency','USD'),(97063,2193,'_cart_discount','0'),(97064,2193,'_cart_discount_tax','0'),(97065,2193,'_order_shipping','15.63'),(97066,2193,'_order_shipping_tax','0'),(97067,2193,'_order_tax','0'),(97068,2193,'_order_total','296.27'),(97069,2193,'_order_version','8.1.1'),(97070,2193,'_prices_include_tax','no'),(97071,2193,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(97072,2193,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(97073,2193,'is_vat_exempt','no'),(97074,2193,'Payment type','instant'),(97075,2193,'_paypal_status','completed'),(97076,2193,'_transaction_id','6G495593YB980862M'),(97077,2193,'PayPal Transaction Fee','10.83'),(97078,2193,'_date_paid','1696427535'),(97079,2193,'_paid_date','2023-10-04 13:52:15'),(97080,2193,'_edit_lock','1696440771:2'),(97081,2193,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260278\";s:12:\"date_shipped\";s:10:\"1696377600\";s:11:\"tracking_id\";s:32:\"ff13e9fc65f5885a200b1b5954fb1f0d\";}}'),(97082,2193,'_edit_last','2'),(97083,2193,'_date_completed','1696440895'),(97084,2193,'_completed_date','2023-10-04 17:34:55'),(97085,2194,'_order_key','wc_order_PKACbnLIdyG6P'),(97086,2194,'_customer_user','3'),(97087,2194,'_payment_method','paypal'),(97088,2194,'_payment_method_title','PayPal'),(97089,2194,'_customer_ip_address','70.142.202.154'),(97090,2194,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97091,2194,'_created_via','checkout'),(97092,2194,'_cart_hash','ba8d9bc79c81fd64b6254de91cdc8c4a'),(97093,2194,'_download_permissions_granted','yes'),(97094,2194,'_recorded_sales','yes'),(97095,2194,'_recorded_coupon_usage_counts','yes'),(97096,2194,'_new_order_email_sent','true'),(97097,2194,'_order_stock_reduced','yes'),(97098,2194,'_billing_first_name','Amanda'),(97099,2194,'_billing_last_name','Westerman'),(97100,2194,'_billing_company','Lice Clinics of America McKinney'),(97101,2194,'_billing_address_1','3120 Hudson Crossing'),(97102,2194,'_billing_address_2','Suite A2'),(97103,2194,'_billing_city','MCKINNEY'),(97104,2194,'_billing_state','TX'),(97105,2194,'_billing_postcode','75070'),(97106,2194,'_billing_country','US'),(97107,2194,'_billing_email','awesterman1103@gmail.com'),(97108,2194,'_billing_phone','2144175741'),(97109,2194,'_shipping_first_name','Amanda'),(97110,2194,'_shipping_last_name','Westerman'),(97111,2194,'_shipping_company','Lice Clinics of America McKinney'),(97112,2194,'_shipping_address_1','3120 Hudson Crossing'),(97113,2194,'_shipping_address_2','Suite A2'),(97114,2194,'_shipping_city','MCKINNEY'),(97115,2194,'_shipping_state','TX'),(97116,2194,'_shipping_postcode','75070'),(97117,2194,'_shipping_country','US'),(97118,2194,'_order_currency','USD'),(97119,2194,'_cart_discount','0'),(97120,2194,'_cart_discount_tax','0'),(97121,2194,'_order_shipping','0'),(97122,2194,'_order_shipping_tax','0'),(97123,2194,'_order_tax','0'),(97124,2194,'_order_total','615.74'),(97125,2194,'_order_version','8.1.1'),(97126,2194,'_prices_include_tax','no'),(97127,2194,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(97128,2194,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(97129,2194,'is_vat_exempt','no'),(97130,2194,'Payment type','instant'),(97131,2194,'_paypal_status','completed'),(97132,2194,'_transaction_id','4CK30362BF783700L'),(97133,2194,'PayPal Transaction Fee','21.98'),(97134,2194,'_date_paid','1696454521'),(97135,2194,'_paid_date','2023-10-04 21:22:01'),(97136,2195,'_order_key','wc_order_YlKJyS2x8K6wL'),(97137,2195,'_customer_user','76'),(97138,2195,'_payment_method','paypal'),(97139,2195,'_payment_method_title','PayPal'),(97140,2195,'_customer_ip_address','71.234.104.107'),(97141,2195,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(97142,2195,'_created_via','checkout'),(97143,2195,'_cart_hash','a6d519055ef61548dc9a8c078b3463c9'),(97144,2195,'_download_permissions_granted','yes'),(97145,2195,'_recorded_sales','yes'),(97146,2195,'_recorded_coupon_usage_counts','yes'),(97147,2195,'_new_order_email_sent','true'),(97148,2195,'_order_stock_reduced','yes'),(97149,2195,'_billing_first_name','Naomi'),(97150,2195,'_billing_last_name','Golden'),(97151,2195,'_billing_company','LCA'),(97152,2195,'_billing_address_1','31 Mann Ave'),(97153,2195,'_billing_city','Needham'),(97154,2195,'_billing_state','MA'),(97155,2195,'_billing_postcode','02492'),(97156,2195,'_billing_country','US'),(97157,2195,'_billing_email','nrgolden6486@gmail.com'),(97158,2195,'_billing_phone','617-851-1322'),(97159,2195,'_shipping_first_name','Naomi'),(97160,2195,'_shipping_last_name','Golden'),(97161,2195,'_shipping_company','LCA'),(97162,2195,'_shipping_address_1','1349 Centre Street'),(97163,2195,'_shipping_city','Newton'),(97164,2195,'_shipping_state','MA'),(97165,2195,'_shipping_postcode','02459'),(97166,2195,'_shipping_country','US'),(97167,2195,'_order_currency','USD'),(97168,2195,'_cart_discount','0'),(97169,2195,'_cart_discount_tax','0'),(97170,2195,'_order_shipping','0'),(97171,2195,'_order_shipping_tax','0'),(97172,2195,'_order_tax','0'),(97173,2195,'_order_total','538.36'),(97174,2195,'_order_version','8.1.1'),(97175,2195,'_prices_include_tax','no'),(97176,2195,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(97177,2195,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street  Newton MA 02459 US '),(97178,2195,'is_vat_exempt','no'),(97179,2195,'Payment type','instant'),(97180,2195,'_paypal_status','completed'),(97181,2195,'_transaction_id','1SH44307RE119825A'),(97182,2195,'PayPal Transaction Fee','19.28'),(97183,2195,'_date_paid','1696464206'),(97184,2195,'_paid_date','2023-10-05 00:03:26'),(97185,2196,'_order_key','wc_order_vq7O5b2onTimO'),(97186,2196,'_customer_user','60'),(97187,2196,'_payment_method','paypal'),(97188,2196,'_payment_method_title','PayPal'),(97189,2196,'_customer_ip_address','24.13.229.23'),(97190,2196,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(97191,2196,'_created_via','checkout'),(97192,2196,'_cart_hash','f001afcf15bb432ef5cd1ee7f7c7424f'),(97193,2196,'_download_permissions_granted','yes'),(97194,2196,'_recorded_sales','yes'),(97195,2196,'_recorded_coupon_usage_counts','yes'),(97196,2196,'_new_order_email_sent','true'),(97197,2196,'_order_stock_reduced','yes'),(97198,2196,'_billing_first_name','Jill'),(97199,2196,'_billing_last_name','Leshtz'),(97200,2196,'_billing_company','Lice clinics of America-North Shore'),(97201,2196,'_billing_address_1','1580 Lancelot Avenue'),(97202,2196,'_billing_city','Highland park'),(97203,2196,'_billing_state','IL'),(97204,2196,'_billing_postcode','60035'),(97205,2196,'_billing_country','US'),(97206,2196,'_billing_email','jleshtz@gmail.com'),(97207,2196,'_billing_phone','8473639001'),(97208,2196,'_shipping_first_name','Jill'),(97209,2196,'_shipping_last_name','Leshtz'),(97210,2196,'_shipping_company','Lice clinics of America-North Shore'),(97211,2196,'_shipping_address_1','1580 Lancelot Avenue'),(97212,2196,'_shipping_city','Highland park'),(97213,2196,'_shipping_state','IL'),(97214,2196,'_shipping_postcode','60035'),(97215,2196,'_shipping_country','US'),(97216,2196,'_order_currency','USD'),(97217,2196,'_cart_discount','0'),(97218,2196,'_cart_discount_tax','0'),(97219,2196,'_order_shipping','14.02'),(97220,2196,'_order_shipping_tax','0'),(97221,2196,'_order_tax','0'),(97222,2196,'_order_total','14.02'),(97223,2196,'_order_version','8.1.1'),(97224,2196,'_prices_include_tax','no'),(97225,2196,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(97226,2196,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(97227,2196,'is_vat_exempt','no'),(97228,2197,'_order_key','wc_order_AKzbqpsFAZ5TH'),(97229,2197,'_customer_user','52'),(97230,2197,'_payment_method','paypal'),(97231,2197,'_payment_method_title','PayPal'),(97232,2197,'_customer_ip_address','71.163.16.212'),(97233,2197,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97234,2197,'_created_via','checkout'),(97235,2197,'_cart_hash','de58bf11fab4c432011b13700a93062c'),(97236,2197,'_download_permissions_granted','yes'),(97237,2197,'_recorded_sales','yes'),(97238,2197,'_recorded_coupon_usage_counts','yes'),(97239,2197,'_new_order_email_sent','true'),(97240,2197,'_order_stock_reduced','yes'),(97241,2197,'_billing_first_name','Darlene'),(97242,2197,'_billing_last_name','LaFramboise'),(97243,2197,'_billing_company','LCA-NOVA'),(97244,2197,'_billing_address_1','25473 Tomey Ct'),(97245,2197,'_billing_city','Aldie'),(97246,2197,'_billing_state','VA'),(97247,2197,'_billing_postcode','20105-3048'),(97248,2197,'_billing_country','US'),(97249,2197,'_billing_email','info@liceremovalnova.com'),(97250,2197,'_billing_phone','7033031576'),(97251,2197,'_shipping_first_name','Darlene'),(97252,2197,'_shipping_last_name','LaFramboise'),(97253,2197,'_shipping_company','LCA-NOVA'),(97254,2197,'_shipping_address_1','25473 Tomey Ct'),(97255,2197,'_shipping_city','Aldie'),(97256,2197,'_shipping_state','VA'),(97257,2197,'_shipping_postcode','20105-3048'),(97258,2197,'_shipping_country','US'),(97259,2197,'_order_currency','USD'),(97260,2197,'_cart_discount','0'),(97261,2197,'_cart_discount_tax','0'),(97262,2197,'_order_shipping','15.63'),(97263,2197,'_order_shipping_tax','0'),(97264,2197,'_order_tax','0'),(97265,2197,'_order_total','266.99'),(97266,2197,'_order_version','8.1.1'),(97267,2197,'_prices_include_tax','no'),(97268,2197,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(97269,2197,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(97270,2197,'is_vat_exempt','no'),(97271,2197,'Payment type','instant'),(97272,2197,'_paypal_status','completed'),(97273,2197,'_transaction_id','03S76577UV289630T'),(97274,2197,'PayPal Transaction Fee','9.81'),(97275,2197,'_date_paid','1696515462'),(97276,2197,'_paid_date','2023-10-05 14:17:42'),(97277,2198,'_order_key','wc_order_62xdibESixE6X'),(97278,2198,'_customer_user','6'),(97279,2198,'_payment_method','paypal'),(97280,2198,'_payment_method_title','PayPal'),(97281,2198,'_customer_ip_address','98.244.29.91'),(97282,2198,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97283,2198,'_created_via','checkout'),(97284,2198,'_cart_hash','67bf9f04177a6c59a84e90aa37461709'),(97285,2198,'_download_permissions_granted','yes'),(97286,2198,'_recorded_sales','yes'),(97287,2198,'_recorded_coupon_usage_counts','yes'),(97288,2198,'_new_order_email_sent','true'),(97289,2198,'_order_stock_reduced','yes'),(97290,2198,'_billing_first_name','Amira'),(97291,2198,'_billing_last_name','Purto'),(97292,2198,'_billing_address_1','2628 Acapulco Way'),(97293,2198,'_billing_city','Modesto'),(97294,2198,'_billing_state','CA'),(97295,2198,'_billing_postcode','95355'),(97296,2198,'_billing_country','US'),(97297,2198,'_billing_email','amira77@sbcglobal.net'),(97298,2198,'_billing_phone','2096422061'),(97299,2198,'_shipping_first_name','Amira'),(97300,2198,'_shipping_last_name','Purto'),(97301,2198,'_shipping_address_1','2628 Acapulco Way'),(97302,2198,'_shipping_city','Modesto'),(97303,2198,'_shipping_state','CA'),(97304,2198,'_shipping_postcode','95355'),(97305,2198,'_shipping_country','US'),(97306,2198,'_order_currency','USD'),(97307,2198,'_cart_discount','0'),(97308,2198,'_cart_discount_tax','0'),(97309,2198,'_order_shipping','0'),(97310,2198,'_order_shipping_tax','0'),(97311,2198,'_order_tax','0'),(97312,2198,'_order_total','544.36'),(97313,2198,'_order_version','8.1.1'),(97314,2198,'_prices_include_tax','no'),(97315,2198,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(97316,2198,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(97317,2198,'is_vat_exempt','no'),(97318,2198,'Payment type','instant'),(97319,2198,'_paypal_status','completed'),(97320,2198,'_transaction_id','72D719807U670280R'),(97321,2198,'PayPal Transaction Fee','19.49'),(97322,2198,'_date_paid','1696524131'),(97323,2198,'_paid_date','2023-10-05 16:42:11'),(97324,2199,'_order_key','wc_order_MI1wwcHTXu0Q6'),(97325,2199,'_customer_user','6'),(97326,2199,'_payment_method','paypal'),(97327,2199,'_payment_method_title','PayPal'),(97328,2199,'_customer_ip_address','98.244.29.91'),(97329,2199,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97330,2199,'_created_via','checkout'),(97331,2199,'_cart_hash','8e3475235ac1f2739a632a75d055530a'),(97332,2199,'_download_permissions_granted','yes'),(97333,2199,'_recorded_sales','yes'),(97334,2199,'_recorded_coupon_usage_counts','yes'),(97335,2199,'_new_order_email_sent','true'),(97336,2199,'_order_stock_reduced','yes'),(97337,2199,'_billing_first_name','Amira'),(97338,2199,'_billing_last_name','Purto'),(97339,2199,'_billing_address_1','2628 Acapulco Way'),(97340,2199,'_billing_city','Modesto'),(97341,2199,'_billing_state','CA'),(97342,2199,'_billing_postcode','95355'),(97343,2199,'_billing_country','US'),(97344,2199,'_billing_email','amira77@sbcglobal.net'),(97345,2199,'_billing_phone','2096422061'),(97346,2199,'_shipping_first_name','Amira'),(97347,2199,'_shipping_last_name','Purto'),(97348,2199,'_shipping_address_1','2628 Acapulco Way'),(97349,2199,'_shipping_city','Modesto'),(97350,2199,'_shipping_state','CA'),(97351,2199,'_shipping_postcode','95355'),(97352,2199,'_shipping_country','US'),(97353,2199,'_order_currency','USD'),(97354,2199,'_cart_discount','0'),(97355,2199,'_cart_discount_tax','0'),(97356,2199,'_order_shipping','0'),(97357,2199,'_order_shipping_tax','0'),(97358,2199,'_order_tax','0'),(97359,2199,'_order_total','543.84'),(97360,2199,'_order_version','8.1.1'),(97361,2199,'_prices_include_tax','no'),(97362,2199,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(97363,2199,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(97364,2199,'is_vat_exempt','no'),(97365,2199,'Payment type','instant'),(97366,2199,'_paypal_status','completed'),(97367,2199,'_transaction_id','9CS20000MG007422X'),(97368,2199,'PayPal Transaction Fee','19.47'),(97369,2199,'_date_paid','1696524397'),(97370,2199,'_paid_date','2023-10-05 16:46:37'),(97371,2196,'_edit_lock','1696857461:2'),(97372,2196,'_edit_last','2'),(97373,2195,'_edit_lock','1696606941:2'),(97374,2195,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260440\";s:12:\"date_shipped\";s:10:\"1696550400\";s:11:\"tracking_id\";s:32:\"c7df2c8ff4f0e2648a1fd177b5ee3eed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260430\";s:12:\"date_shipped\";i:1696607065;s:11:\"tracking_id\";s:32:\"828544108766cacf5a66f68a9665d763\";}}'),(97375,2195,'_edit_last','2'),(97376,2195,'_date_completed','1696607070'),(97377,2195,'_completed_date','2023-10-06 15:44:30'),(97378,2194,'_edit_lock','1696607082:2'),(97379,2194,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260407\";s:12:\"date_shipped\";s:10:\"1696550400\";s:11:\"tracking_id\";s:32:\"c1b6fbc22b62414c39a55a695da71cf3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260392\";s:12:\"date_shipped\";i:1696607147;s:11:\"tracking_id\";s:32:\"d6a4c2e5704d36c3eeea1341f68d8af1\";}}'),(97380,2194,'_edit_last','2'),(97381,2194,'_date_completed','1696607150'),(97382,2194,'_completed_date','2023-10-06 15:45:50'),(97383,2197,'_edit_lock','1696607154:2'),(97384,2197,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260451\";s:12:\"date_shipped\";s:10:\"1696550400\";s:11:\"tracking_id\";s:32:\"6ce668b79e921772ccd54b71e3890805\";}}'),(97385,2197,'_edit_last','2'),(97386,2197,'_date_completed','1696607268'),(97387,2197,'_completed_date','2023-10-06 15:47:48'),(97388,2199,'_edit_lock','1696607237:2'),(97389,2199,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260473\";s:12:\"date_shipped\";s:10:\"1696550400\";s:11:\"tracking_id\";s:32:\"219c9f1a83340ec59169e192a40e7232\";}}'),(97390,2199,'_edit_last','2'),(97391,2199,'_date_completed','1696607348'),(97392,2199,'_completed_date','2023-10-06 15:49:08'),(97393,2198,'_edit_lock','1696607371:2'),(97394,2198,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260484\";s:12:\"date_shipped\";s:10:\"1696550400\";s:11:\"tracking_id\";s:32:\"025df0887a96eb526173d34b40138736\";}}'),(97395,2198,'_edit_last','2'),(97396,2198,'_date_completed','1696607419'),(97397,2198,'_completed_date','2023-10-06 15:50:19'),(97398,2196,'Payment type','instant'),(97399,2196,'_paypal_status','completed'),(97400,2196,'_transaction_id','31U2532480737982P'),(97401,2196,'PayPal Transaction Fee','0.98'),(97402,2196,'_date_paid','1696612310'),(97403,2196,'_paid_date','2023-10-06 17:11:50'),(97404,2200,'_order_key','wc_order_nzjrETMIjtFJe'),(97405,2200,'_customer_user','7'),(97406,2200,'_payment_method','paypal'),(97407,2200,'_payment_method_title','PayPal'),(97408,2200,'_customer_ip_address','71.93.225.128'),(97409,2200,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(97410,2200,'_created_via','checkout'),(97411,2200,'_cart_hash','d6825273e68dcc95498d341a6c5bb15c'),(97412,2200,'_download_permissions_granted','yes'),(97413,2200,'_recorded_sales','yes'),(97414,2200,'_recorded_coupon_usage_counts','yes'),(97415,2200,'_new_order_email_sent','true'),(97416,2200,'_order_stock_reduced','yes'),(97417,2200,'_billing_first_name','Amy'),(97418,2200,'_billing_last_name','Allen'),(97419,2200,'_billing_company','Lice Clinics Of America'),(97420,2200,'_billing_address_1','251 Promise Way'),(97421,2200,'_billing_city','Hollister'),(97422,2200,'_billing_state','CA'),(97423,2200,'_billing_postcode','95023'),(97424,2200,'_billing_country','US'),(97425,2200,'_billing_email','lca.gilroy@gmail.com'),(97426,2200,'_billing_phone','4085005537'),(97427,2200,'_shipping_first_name','Amy'),(97428,2200,'_shipping_last_name','Allen'),(97429,2200,'_shipping_company','Lice Clinics Of America - Gilroy'),(97430,2200,'_shipping_address_1','7680 Monterey St Ste 104'),(97431,2200,'_shipping_city','Gilroy'),(97432,2200,'_shipping_state','CA'),(97433,2200,'_shipping_postcode','95020'),(97434,2200,'_shipping_country','US'),(97435,2200,'_order_currency','USD'),(97436,2200,'_cart_discount','0'),(97437,2200,'_cart_discount_tax','0'),(97438,2200,'_order_shipping','0'),(97439,2200,'_order_shipping_tax','0'),(97440,2200,'_order_tax','0'),(97441,2200,'_order_total','944.58'),(97442,2200,'_order_version','8.1.1'),(97443,2200,'_prices_include_tax','no'),(97444,2200,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(97445,2200,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(97446,2200,'is_vat_exempt','no'),(97447,2200,'Payment type','instant'),(97448,2200,'_paypal_status','completed'),(97449,2200,'_transaction_id','0GN387142N5976527'),(97450,2200,'PayPal Transaction Fee','33.46'),(97451,2200,'_date_paid','1696618389'),(97452,2200,'_paid_date','2023-10-06 18:53:09'),(97453,2201,'_order_key','wc_order_ad0pJTMhMagaF'),(97454,2201,'_customer_user','76'),(97455,2201,'_payment_method','paypal'),(97456,2201,'_payment_method_title','PayPal'),(97457,2201,'_customer_ip_address','174.168.81.180'),(97458,2201,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(97459,2201,'_created_via','checkout'),(97460,2201,'_cart_hash','f32cb622b0ec14e63c77db7d0219f511'),(97461,2201,'_download_permissions_granted','yes'),(97462,2201,'_recorded_sales','yes'),(97463,2201,'_recorded_coupon_usage_counts','yes'),(97464,2201,'_new_order_email_sent','true'),(97465,2201,'_order_stock_reduced','yes'),(97466,2201,'_billing_first_name','Naomi'),(97467,2201,'_billing_last_name','Golden'),(97468,2201,'_billing_company','LCA'),(97469,2201,'_billing_address_1','31 Mann Ave'),(97470,2201,'_billing_city','Needham'),(97471,2201,'_billing_state','MA'),(97472,2201,'_billing_postcode','02492'),(97473,2201,'_billing_country','US'),(97474,2201,'_billing_email','nrgolden6486@gmail.com'),(97475,2201,'_billing_phone','617-851-1322'),(97476,2201,'_shipping_first_name','Naomi'),(97477,2201,'_shipping_last_name','Golden'),(97478,2201,'_shipping_company','LCA'),(97479,2201,'_shipping_address_1','1111 Center Street'),(97480,2201,'_shipping_address_2','STE A'),(97481,2201,'_shipping_city','middleborough'),(97482,2201,'_shipping_state','MA'),(97483,2201,'_shipping_postcode','02346'),(97484,2201,'_shipping_country','US'),(97485,2201,'_order_currency','USD'),(97486,2201,'_cart_discount','0'),(97487,2201,'_cart_discount_tax','0'),(97488,2201,'_order_shipping','0'),(97489,2201,'_order_shipping_tax','0'),(97490,2201,'_order_tax','0'),(97491,2201,'_order_total','517.44'),(97492,2201,'_order_version','8.1.1'),(97493,2201,'_prices_include_tax','no'),(97494,2201,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(97495,2201,'_shipping_address_index','Naomi Golden LCA 1111 Center Street STE A middleborough MA 02346 US '),(97496,2201,'is_vat_exempt','no'),(97497,2201,'Payment type','instant'),(97498,2201,'_paypal_status','completed'),(97499,2201,'_transaction_id','0W186308TX576913A'),(97500,2201,'PayPal Transaction Fee','18.55'),(97501,2201,'_date_paid','1696775421'),(97502,2201,'_paid_date','2023-10-08 14:30:21'),(97503,2196,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260727\";s:12:\"date_shipped\";s:10:\"1696809600\";s:11:\"tracking_id\";s:32:\"a3b05db024cba37fd5df558852857889\";}}'),(97504,2196,'_date_completed','1696857600'),(97505,2196,'_completed_date','2023-10-09 13:20:00'),(97506,2203,'_order_key','wc_order_hpik0TPMRXSv3'),(97507,2203,'_customer_user','78'),(97508,2203,'_payment_method','paypal'),(97509,2203,'_payment_method_title','PayPal'),(97510,2203,'_customer_ip_address','172.58.228.171'),(97511,2203,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(97512,2203,'_created_via','checkout'),(97513,2203,'_cart_hash','4dbec511c91ab2f0b9b487db51ab0176'),(97514,2203,'_download_permissions_granted','yes'),(97515,2203,'_recorded_sales','yes'),(97516,2203,'_recorded_coupon_usage_counts','yes'),(97517,2203,'_new_order_email_sent','true'),(97518,2203,'_order_stock_reduced','yes'),(97519,2203,'_billing_first_name','Richard'),(97520,2203,'_billing_last_name','Florsheim'),(97521,2203,'_billing_company','Licura'),(97522,2203,'_billing_address_1','3827 w fairway heights dr'),(97523,2203,'_billing_city','Mequon'),(97524,2203,'_billing_state','NY'),(97525,2203,'_billing_postcode','53092'),(97526,2203,'_billing_country','US'),(97527,2203,'_billing_email','tara@liceclinicslongIsland.com'),(97528,2203,'_billing_phone','5619006382'),(97529,2203,'_shipping_first_name','Tara'),(97530,2203,'_shipping_last_name','Johnson'),(97531,2203,'_shipping_company','LCA'),(97532,2203,'_shipping_address_1','2469 Columbus Ave'),(97533,2203,'_shipping_city','bellmore'),(97534,2203,'_shipping_state','NY'),(97535,2203,'_shipping_postcode','11710'),(97536,2203,'_shipping_country','US'),(97537,2203,'_order_currency','USD'),(97538,2203,'_cart_discount','0'),(97539,2203,'_cart_discount_tax','0'),(97540,2203,'_order_shipping','23.59'),(97541,2203,'_order_shipping_tax','0'),(97542,2203,'_order_tax','0'),(97543,2203,'_order_total','337.19'),(97544,2203,'_order_version','8.1.1'),(97545,2203,'_prices_include_tax','no'),(97546,2203,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(97547,2203,'_shipping_address_index','Tara Johnson LCA 2469 Columbus Ave  bellmore NY 11710 US '),(97548,2203,'is_vat_exempt','no'),(97549,2203,'Payment type','instant'),(97550,2203,'_paypal_status','completed'),(97551,2203,'_transaction_id','3WR371788R9726129'),(97552,2203,'PayPal Transaction Fee','12.26'),(97553,2203,'_date_paid','1696864019'),(97554,2203,'_paid_date','2023-10-09 15:06:59'),(97555,2204,'_order_key','wc_order_yqHEDbIUAXwST'),(97556,2204,'_customer_user','5'),(97557,2204,'_payment_method','paypal'),(97558,2204,'_payment_method_title','PayPal'),(97559,2204,'_customer_ip_address','71.59.157.127'),(97560,2204,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97561,2204,'_created_via','checkout'),(97562,2204,'_cart_hash','0d4c8b29442ef71ee412eba0333c8bbb'),(97563,2204,'_download_permissions_granted','yes'),(97564,2204,'_recorded_sales','yes'),(97565,2204,'_recorded_coupon_usage_counts','yes'),(97566,2204,'_new_order_email_sent','true'),(97567,2204,'_order_stock_reduced','yes'),(97568,2204,'_billing_first_name','Mark'),(97569,2204,'_billing_last_name','Meyer'),(97570,2204,'_billing_company','lice clinics of america- portland'),(97571,2204,'_billing_address_1','5201 SW Westgate Dr suite 106'),(97572,2204,'_billing_address_2','106'),(97573,2204,'_billing_city','portland'),(97574,2204,'_billing_state','OR'),(97575,2204,'_billing_postcode','97221'),(97576,2204,'_billing_country','US'),(97577,2204,'_billing_email','noemi.and.mark@nwliceclinics.com'),(97578,2204,'_billing_phone','5034040475'),(97579,2204,'_shipping_first_name','Mark'),(97580,2204,'_shipping_last_name','Meyer'),(97581,2204,'_shipping_company','lice clinics of america- portland'),(97582,2204,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(97583,2204,'_shipping_address_2','106'),(97584,2204,'_shipping_city','portland'),(97585,2204,'_shipping_state','OR'),(97586,2204,'_shipping_postcode','97221'),(97587,2204,'_shipping_country','US'),(97588,2204,'_order_currency','USD'),(97589,2204,'_cart_discount','0'),(97590,2204,'_cart_discount_tax','0'),(97591,2204,'_order_shipping','0'),(97592,2204,'_order_shipping_tax','0'),(97593,2204,'_order_tax','0'),(97594,2204,'_order_total','3160.04'),(97595,2204,'_order_version','8.1.1'),(97596,2204,'_prices_include_tax','no'),(97597,2204,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(97598,2204,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(97600,2204,'is_vat_exempt','no'),(97601,2204,'Payment type','instant'),(97602,2204,'_paypal_status','completed'),(97603,2204,'_transaction_id','4HL91345UB3172549'),(97604,2204,'PayPal Transaction Fee','110.78'),(97605,2204,'_date_paid','1696879091'),(97606,2204,'_paid_date','2023-10-09 19:18:11'),(97607,2205,'_order_key','wc_order_diVppKyfnn3Kw'),(97608,2205,'_customer_user','39'),(97609,2205,'_payment_method','paypal'),(97610,2205,'_payment_method_title','PayPal'),(97611,2205,'_customer_ip_address','24.240.119.224'),(97612,2205,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(97613,2205,'_created_via','checkout'),(97614,2205,'_cart_hash','e8e186bc3b58f5bef791eb1f41e2c685'),(97615,2205,'_download_permissions_granted','yes'),(97616,2205,'_recorded_sales','yes'),(97617,2205,'_recorded_coupon_usage_counts','yes'),(97618,2205,'_new_order_email_sent','true'),(97619,2205,'_order_stock_reduced','yes'),(97620,2205,'_billing_first_name','Patty'),(97621,2205,'_billing_last_name','Ziegler'),(97622,2205,'_billing_address_1','3090 Saddle Brook Tr'),(97623,2205,'_billing_city','Sun Prairie'),(97624,2205,'_billing_state','WI'),(97625,2205,'_billing_postcode','53590'),(97626,2205,'_billing_country','US'),(97627,2205,'_billing_email','liceremovalwisconsin@gmail.com'),(97628,2205,'_billing_phone','6088258255'),(97629,2205,'_shipping_first_name','Patty'),(97630,2205,'_shipping_last_name','Ziegler'),(97631,2205,'_shipping_address_1','3090 Saddle Brook Tr'),(97632,2205,'_shipping_city','Sun Prairie'),(97633,2205,'_shipping_state','WI'),(97634,2205,'_shipping_postcode','53590'),(97635,2205,'_shipping_country','US'),(97636,2205,'_order_currency','USD'),(97637,2205,'_cart_discount','0'),(97638,2205,'_cart_discount_tax','0'),(97639,2205,'_order_shipping','0'),(97640,2205,'_order_shipping_tax','0'),(97641,2205,'_order_tax','0'),(97642,2205,'_order_total','613.08'),(97643,2205,'_order_version','8.1.1'),(97644,2205,'_prices_include_tax','no'),(97645,2205,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(97646,2205,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(97647,2205,'is_vat_exempt','no'),(97648,2205,'Payment type','instant'),(97649,2205,'_paypal_status','completed'),(97650,2205,'_transaction_id','8FV439322U556050R'),(97651,2205,'PayPal Transaction Fee','21.89'),(97652,2205,'_date_paid','1696907142'),(97653,2205,'_paid_date','2023-10-10 03:05:42'),(97654,2200,'_edit_lock','1696943108:2'),(97655,2200,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260808\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"8e67de7cbc2831fc82ddb6addae3f75e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260819\";s:12:\"date_shipped\";i:1696943079;s:11:\"tracking_id\";s:32:\"30e61a465e545c8de698cca75baa0c32\";}}'),(97656,2200,'_edit_last','2'),(97657,2200,'_date_completed','1696943081'),(97658,2200,'_completed_date','2023-10-10 13:04:41'),(97665,2201,'_edit_lock','1696943141:2'),(97666,2201,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830260955\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"5cc6c35c259c0ad952b3e7254de6ac38\";}}'),(97667,2201,'_edit_last','2'),(97668,2201,'_date_completed','1696943273'),(97669,2201,'_completed_date','2023-10-10 13:07:53'),(97671,2203,'_edit_lock','1696943441:2'),(97672,2206,'_order_key','wc_order_bhSx5zZA2NcRJ'),(97673,2206,'_customer_user','37'),(97674,2206,'_payment_method','paypal'),(97675,2206,'_payment_method_title','PayPal'),(97676,2206,'_customer_ip_address','67.140.42.249'),(97677,2206,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.60'),(97678,2206,'_created_via','checkout'),(97679,2206,'_cart_hash','816c66b0fb5e30ae721cc4f03e2ee1d9'),(97680,2206,'_download_permissions_granted','yes'),(97681,2206,'_recorded_sales','yes'),(97682,2206,'_recorded_coupon_usage_counts','yes'),(97683,2206,'_new_order_email_sent','true'),(97684,2206,'_order_stock_reduced','yes'),(97685,2206,'_billing_first_name','Melody'),(97686,2206,'_billing_last_name','Carter'),(97687,2206,'_billing_company','Family Hair Clinic of South Ga LLC'),(97688,2206,'_billing_address_1','7754 GA HIGHWAY 122 W'),(97689,2206,'_billing_city','HAHIRA'),(97690,2206,'_billing_state','GA'),(97691,2206,'_billing_postcode','31632-2210'),(97692,2206,'_billing_country','US'),(97693,2206,'_billing_email','familyhairclinic@gmail.com'),(97694,2206,'_billing_phone','2294151748'),(97695,2206,'_shipping_first_name','Melody'),(97696,2206,'_shipping_last_name','Carter'),(97697,2206,'_shipping_company','Family Hair Clinic of South Ga LLC'),(97698,2206,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(97699,2206,'_shipping_city','HAHIRA'),(97700,2206,'_shipping_state','GA'),(97701,2206,'_shipping_postcode','31632-2210'),(97702,2206,'_shipping_country','US'),(97703,2206,'_order_currency','USD'),(97704,2206,'_cart_discount','0'),(97705,2206,'_cart_discount_tax','0'),(97706,2206,'_order_shipping','20'),(97707,2206,'_order_shipping_tax','0'),(97708,2206,'_order_tax','0'),(97709,2206,'_order_total','265.57'),(97710,2206,'_order_version','8.1.1'),(97711,2206,'_prices_include_tax','no'),(97712,2206,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(97713,2206,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(97714,2206,'is_vat_exempt','no'),(97715,2203,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261046\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"88783277ea71fca4ba43837689df4966\";}}'),(97716,2203,'_edit_last','2'),(97717,2203,'_date_completed','1696943468'),(97718,2203,'_completed_date','2023-10-10 13:11:08'),(97719,2206,'Payment type','instant'),(97720,2206,'_paypal_status','completed'),(97721,2206,'_transaction_id','4DP27000D6962160V'),(97722,2206,'PayPal Transaction Fee','9.76'),(97723,2206,'_date_paid','1696943472'),(97724,2206,'_paid_date','2023-10-10 13:11:12'),(97731,2207,'_order_key','wc_order_X5r5uYa3jQGFM'),(97732,2207,'_customer_user','50'),(97733,2207,'_payment_method','paypal'),(97734,2207,'_payment_method_title','PayPal'),(97735,2207,'_customer_ip_address','73.219.108.253'),(97736,2207,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(97737,2207,'_created_via','checkout'),(97738,2207,'_cart_hash','5eb6f5f50a4d6b1ca9df14479fbbf299'),(97739,2207,'_download_permissions_granted','yes'),(97740,2207,'_recorded_sales','yes'),(97741,2207,'_recorded_coupon_usage_counts','yes'),(97742,2207,'_new_order_email_sent','true'),(97743,2207,'_order_stock_reduced','yes'),(97744,2207,'_billing_first_name','Christine'),(97745,2207,'_billing_last_name','Cherry'),(97746,2207,'_billing_company','NITS END'),(97747,2207,'_billing_address_1','PO BOX 1092'),(97748,2207,'_billing_city','Campton'),(97749,2207,'_billing_state','NH'),(97750,2207,'_billing_postcode','03223'),(97751,2207,'_billing_country','US'),(97752,2207,'_billing_email','info@liceclinicsplaistow.com'),(97753,2207,'_billing_phone','16034983390'),(97754,2207,'_shipping_first_name','Naomi'),(97755,2207,'_shipping_last_name','Njuguna'),(97756,2207,'_shipping_company','LCA - Nits End / 149091'),(97757,2207,'_shipping_address_1','24 Gillis St'),(97758,2207,'_shipping_city','Nashua'),(97759,2207,'_shipping_state','NH'),(97760,2207,'_shipping_postcode','03060'),(97761,2207,'_shipping_country','US'),(97762,2207,'_order_currency','USD'),(97763,2207,'_cart_discount','0'),(97764,2207,'_cart_discount_tax','0'),(97765,2207,'_order_shipping','17.08'),(97766,2207,'_order_shipping_tax','0'),(97767,2207,'_order_tax','0'),(97768,2207,'_order_total','267.12'),(97769,2207,'_order_version','8.1.1'),(97770,2207,'_prices_include_tax','no'),(97771,2207,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(97772,2207,'_shipping_address_index','Naomi Njuguna LCA - Nits End / 149091 24 Gillis St  Nashua NH 03060 US '),(97773,2207,'is_vat_exempt','no'),(97774,2207,'Payment type','instant'),(97775,2207,'_paypal_status','completed'),(97776,2207,'_transaction_id','40J5269174629770S'),(97777,2207,'PayPal Transaction Fee','9.81'),(97778,2207,'_date_paid','1696946394'),(97779,2207,'_paid_date','2023-10-10 13:59:54'),(97780,2208,'_order_key','wc_order_7jOrLde8YgXwl'),(97781,2208,'_customer_user','50'),(97782,2208,'_payment_method','paypal'),(97783,2208,'_payment_method_title','PayPal'),(97784,2208,'_customer_ip_address','73.219.108.253'),(97785,2208,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(97786,2208,'_created_via','checkout'),(97787,2208,'_cart_hash','4077b32fe1124f71a131ab3d09c3d808'),(97788,2208,'_download_permissions_granted','yes'),(97789,2208,'_recorded_sales','yes'),(97790,2208,'_recorded_coupon_usage_counts','yes'),(97791,2208,'_new_order_email_sent','true'),(97792,2208,'_order_stock_reduced','yes'),(97793,2208,'_billing_first_name','Christine'),(97794,2208,'_billing_last_name','Cherry'),(97795,2208,'_billing_company','NITS END'),(97796,2208,'_billing_address_1','PO BOX 1092'),(97797,2208,'_billing_city','Campton'),(97798,2208,'_billing_state','NH'),(97799,2208,'_billing_postcode','03223'),(97800,2208,'_billing_country','US'),(97801,2208,'_billing_email','info@liceclinicsplaistow.com'),(97802,2208,'_billing_phone','16034983390'),(97803,2208,'_shipping_first_name','Ivy'),(97804,2208,'_shipping_last_name','Shannon'),(97805,2208,'_shipping_company','Nits End'),(97806,2208,'_shipping_address_1','125 Nash Rd'),(97807,2208,'_shipping_address_2','Apt B'),(97808,2208,'_shipping_city','Windham'),(97809,2208,'_shipping_state','ME'),(97810,2208,'_shipping_postcode','04062'),(97811,2208,'_shipping_country','US'),(97812,2208,'_order_currency','USD'),(97813,2208,'_cart_discount','0'),(97814,2208,'_cart_discount_tax','0'),(97815,2208,'_order_shipping','52.33'),(97816,2208,'_order_shipping_tax','0'),(97817,2208,'_order_tax','0'),(97818,2208,'_order_total','535.33'),(97819,2208,'_order_version','8.1.1'),(97820,2208,'_prices_include_tax','no'),(97821,2208,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(97822,2208,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(97823,2208,'is_vat_exempt','no'),(97824,2208,'Payment type','instant'),(97825,2208,'_paypal_status','completed'),(97826,2208,'_transaction_id','6WG16110LT153914V'),(97827,2208,'PayPal Transaction Fee','19.17'),(97828,2208,'_date_paid','1696946597'),(97829,2208,'_paid_date','2023-10-10 14:03:17'),(97830,2209,'_order_key','wc_order_mlHJ57jz5xUvA'),(97831,2209,'_customer_user','61'),(97832,2209,'_payment_method','paypal'),(97833,2209,'_payment_method_title','PayPal'),(97834,2209,'_customer_ip_address','217.180.201.61'),(97835,2209,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(97836,2209,'_created_via','checkout'),(97837,2209,'_cart_hash','760dc16877199798b1f891d706eb80f7'),(97838,2209,'_download_permissions_granted','yes'),(97839,2209,'_recorded_sales','yes'),(97840,2209,'_recorded_coupon_usage_counts','yes'),(97841,2209,'_new_order_email_sent','true'),(97842,2209,'_order_stock_reduced','yes'),(97843,2209,'_billing_first_name','Judith'),(97844,2209,'_billing_last_name','Hayden'),(97845,2209,'_billing_company','LCAL Hayden LLC'),(97846,2209,'_billing_address_1','1795 Alysheba Way'),(97847,2209,'_billing_address_2','Ste 4105'),(97848,2209,'_billing_city','Lexington'),(97849,2209,'_billing_state','KY'),(97850,2209,'_billing_postcode','40509'),(97851,2209,'_billing_country','US'),(97852,2209,'_billing_email','judy@liceclinicslexington.com'),(97853,2209,'_billing_phone','8595376966'),(97854,2209,'_shipping_first_name','Judy'),(97855,2209,'_shipping_last_name','Hayden'),(97856,2209,'_shipping_company','Lice Clinics of America Lexington'),(97857,2209,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(97858,2209,'_shipping_city','Lexington'),(97859,2209,'_shipping_state','KY'),(97860,2209,'_shipping_postcode','40509'),(97861,2209,'_shipping_country','US'),(97862,2209,'_order_currency','USD'),(97863,2209,'_cart_discount','0'),(97864,2209,'_cart_discount_tax','0'),(97865,2209,'_order_shipping','0'),(97866,2209,'_order_shipping_tax','0'),(97867,2209,'_order_tax','0'),(97868,2209,'_order_total','1048.02'),(97869,2209,'_order_version','8.1.1'),(97870,2209,'_prices_include_tax','no'),(97871,2209,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(97872,2209,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(97873,2209,'is_vat_exempt','no'),(97874,2209,'Payment type','instant'),(97875,2209,'_paypal_status','completed'),(97876,2209,'_transaction_id','55U04909D8087201P'),(97877,2209,'PayPal Transaction Fee','37.07'),(97878,2209,'_date_paid','1696949507'),(97879,2209,'_paid_date','2023-10-10 14:51:47'),(97880,2210,'_order_key','wc_order_KdDnXesuNiE21'),(97881,2210,'_customer_user','76'),(97882,2210,'_payment_method','paypal'),(97883,2210,'_payment_method_title','PayPal'),(97884,2210,'_customer_ip_address','146.115.118.214'),(97885,2210,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(97886,2210,'_created_via','checkout'),(97887,2210,'_cart_hash','770fe4e58fe6b29f9c7bdb8b1968c2fc'),(97888,2210,'_download_permissions_granted','yes'),(97889,2210,'_recorded_sales','yes'),(97890,2210,'_recorded_coupon_usage_counts','yes'),(97891,2210,'_new_order_email_sent','true'),(97892,2210,'_order_stock_reduced','yes'),(97893,2210,'_billing_first_name','Naomi'),(97894,2210,'_billing_last_name','Golden'),(97895,2210,'_billing_company','LCA'),(97896,2210,'_billing_address_1','31 Mann Ave'),(97897,2210,'_billing_city','Needham'),(97898,2210,'_billing_state','MA'),(97899,2210,'_billing_postcode','02492'),(97900,2210,'_billing_country','US'),(97901,2210,'_billing_email','nrgolden6486@gmail.com'),(97902,2210,'_billing_phone','617-851-1322'),(97903,2210,'_shipping_first_name','Naomi'),(97904,2210,'_shipping_last_name','Golden'),(97905,2210,'_shipping_company','LCA'),(97906,2210,'_shipping_address_1','3 Baldwin Green Common'),(97907,2210,'_shipping_address_2','Suite 310'),(97908,2210,'_shipping_city','Woburn'),(97909,2210,'_shipping_state','MA'),(97910,2210,'_shipping_postcode','01801'),(97911,2210,'_shipping_country','US'),(97912,2210,'_order_currency','USD'),(97913,2210,'_cart_discount','0'),(97914,2210,'_cart_discount_tax','0'),(97915,2210,'_order_shipping','0'),(97916,2210,'_order_shipping_tax','0'),(97917,2210,'_order_tax','0'),(97918,2210,'_order_total','548.82'),(97919,2210,'_order_version','8.2.0'),(97920,2210,'_prices_include_tax','no'),(97921,2210,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(97922,2210,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(97923,2210,'is_vat_exempt','no'),(97924,2210,'Payment type','instant'),(97925,2210,'_paypal_status','completed'),(97926,2210,'_transaction_id','96P12894X8186622T'),(97927,2210,'PayPal Transaction Fee','19.64'),(97928,2210,'_date_paid','1696959501'),(97929,2210,'_paid_date','2023-10-10 17:38:21'),(97930,2207,'_edit_lock','1696963195:2'),(97931,2207,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261160\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"9d928989d57a7ece7a3728a53d479e9a\";}}'),(97932,2207,'_edit_last','2'),(97933,2207,'_date_completed','1696963191'),(97934,2207,'_completed_date','2023-10-10 18:39:51'),(97935,2206,'_edit_lock','1696963220:2'),(97936,2206,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261150\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"fe9dd9a2f09f256c7ce821572eb33d60\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261149\";s:12:\"date_shipped\";i:1696963214;s:11:\"tracking_id\";s:32:\"a41aad960b991a41b1f413325bfadcf8\";}}'),(97937,2206,'_edit_last','2'),(97938,2206,'_date_completed','1696963216'),(97939,2206,'_completed_date','2023-10-10 18:40:16'),(97940,2209,'_edit_lock','1696963116:2'),(97941,2209,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261193\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"585e0bd1ed217ae1299959fe2af73fda\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261182\";s:12:\"date_shipped\";i:1696963244;s:11:\"tracking_id\";s:32:\"bedff1f2746d21f20717acc4d870474b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261171\";s:12:\"date_shipped\";i:1696963251;s:11:\"tracking_id\";s:32:\"34273b779dd624f89114e63461345eb5\";}}'),(97942,2209,'_edit_last','2'),(97943,2209,'_date_completed','1696963253'),(97944,2209,'_completed_date','2023-10-10 18:40:53'),(97945,2205,'_edit_lock','1696963172:2'),(97946,2205,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261230\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"e687df072899b9bf40ead5567d8f1343\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261220\";s:12:\"date_shipped\";i:1696963283;s:11:\"tracking_id\";s:32:\"aaa29086ee7466c624ec71cb0d1c49f9\";}}'),(97947,2205,'_edit_last','2'),(97948,2205,'_date_completed','1696963308'),(97949,2205,'_completed_date','2023-10-10 18:41:48'),(97950,2208,'_edit_lock','1696963215:2'),(97951,2208,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261219\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"24747846f278337b884a06d8ce6ecf1b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261208\";s:12:\"date_shipped\";i:1696963339;s:11:\"tracking_id\";s:32:\"dd239dddabf60ae107d6ffccf4fd4330\";}}'),(97952,2208,'_edit_last','2'),(97953,2208,'_date_completed','1696963344'),(97954,2208,'_completed_date','2023-10-10 18:42:24'),(97955,2204,'_edit_lock','1696966159:2'),(97956,2204,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261311\";s:12:\"date_shipped\";s:10:\"1696896000\";s:11:\"tracking_id\";s:32:\"2684d64d35d38a5b54b03621f8ce3ce6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261300\";s:12:\"date_shipped\";i:1696966084;s:11:\"tracking_id\";s:32:\"179a4f03e27121d006dd7fc19bc98a58\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261296\";s:12:\"date_shipped\";i:1696966092;s:11:\"tracking_id\";s:32:\"e21b480d719ff90cf08cbfb5244e8f3a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261285\";s:12:\"date_shipped\";i:1696966106;s:11:\"tracking_id\";s:32:\"977af1c7f7834c432d3a9e71369f431a\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261274\";s:12:\"date_shipped\";i:1696966113;s:11:\"tracking_id\";s:32:\"fe9befac3beb99eace8d2f4273433896\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261263\";s:12:\"date_shipped\";i:1696966120;s:11:\"tracking_id\";s:32:\"5d0d0b9ae504190ef2a194cf15229b34\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261252\";s:12:\"date_shipped\";i:1696966128;s:11:\"tracking_id\";s:32:\"6c0f9f3fb6b723ea8939bef12c399b16\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261241\";s:12:\"date_shipped\";i:1696966135;s:11:\"tracking_id\";s:32:\"94da99fdc9c42833ca09d3837d8d6a83\";}}'),(97957,2204,'_edit_last','2'),(97958,2204,'_date_completed','1696966138'),(97959,2204,'_completed_date','2023-10-10 19:28:58'),(97960,2211,'_order_key','wc_order_4sNqFITRtILZG'),(97961,2211,'_customer_user','4'),(97962,2211,'_payment_method','paypal'),(97963,2211,'_payment_method_title','PayPal'),(97964,2211,'_customer_ip_address','67.166.77.80'),(97965,2211,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(97966,2211,'_created_via','checkout'),(97967,2211,'_cart_hash','ccd73f2d64e2df96794e0ec7f3998682'),(97968,2211,'_download_permissions_granted','yes'),(97969,2211,'_recorded_sales','yes'),(97970,2211,'_recorded_coupon_usage_counts','yes'),(97971,2211,'_new_order_email_sent','true'),(97972,2211,'_order_stock_reduced','yes'),(97973,2211,'_billing_first_name','David'),(97974,2211,'_billing_last_name','Washburn'),(97975,2211,'_billing_company','Larada Sciences (LCA)'),(97976,2211,'_billing_address_1','4873 South State St.'),(97977,2211,'_billing_city','Murray'),(97978,2211,'_billing_state','UT'),(97979,2211,'_billing_postcode','84107'),(97980,2211,'_billing_country','US'),(97981,2211,'_billing_email','david@laradasciences.com'),(97982,2211,'_billing_phone','8019197428'),(97983,2211,'_shipping_first_name','David'),(97984,2211,'_shipping_last_name','Washburn'),(97985,2211,'_shipping_company','Larada Sciences (LCA)'),(97986,2211,'_shipping_address_1','4873 South State St.'),(97987,2211,'_shipping_city','Murray'),(97988,2211,'_shipping_state','UT'),(97989,2211,'_shipping_postcode','84107'),(97990,2211,'_shipping_country','US'),(97991,2211,'_order_currency','USD'),(97992,2211,'_cart_discount','0'),(97993,2211,'_cart_discount_tax','0'),(97994,2211,'_order_shipping','0'),(97995,2211,'_order_shipping_tax','0'),(97996,2211,'_order_tax','0'),(97997,2211,'_order_total','521.88'),(97998,2211,'_order_version','8.2.0'),(97999,2211,'_prices_include_tax','no'),(98000,2211,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(98001,2211,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(98002,2211,'is_vat_exempt','no'),(98003,2210,'_edit_lock','1697039949:2'),(98004,2210,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261414\";s:12:\"date_shipped\";s:10:\"1696982400\";s:11:\"tracking_id\";s:32:\"5ada82d6b33c6e2fe3b65b6c504289bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261403\";s:12:\"date_shipped\";i:1697040069;s:11:\"tracking_id\";s:32:\"a34aa3bcf4b466426f8b787f0bac020e\";}}'),(98005,2210,'_edit_last','2'),(98006,2210,'_date_completed','1697040071'),(98007,2210,'_completed_date','2023-10-11 16:01:11'),(98008,2211,'_edit_lock','1697220039:2'),(98009,2211,'_edit_last','2'),(98010,2212,'_order_key','wc_order_8bW3ZcKFrC9zT'),(98011,2212,'_customer_user','20'),(98012,2212,'_payment_method','paypal'),(98013,2212,'_payment_method_title','PayPal'),(98014,2212,'_customer_ip_address','198.72.181.87'),(98015,2212,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(98016,2212,'_created_via','checkout'),(98017,2212,'_cart_hash','e47b03374c54249dcd1ffa1a839fa661'),(98018,2212,'_download_permissions_granted','yes'),(98019,2212,'_recorded_sales','yes'),(98020,2212,'_recorded_coupon_usage_counts','yes'),(98021,2212,'_new_order_email_sent','true'),(98022,2212,'_order_stock_reduced','yes'),(98023,2212,'_billing_first_name','Hasani'),(98024,2212,'_billing_last_name','Thompson'),(98025,2212,'_billing_company','Heat in Hair'),(98026,2212,'_billing_address_1','27225 Camp Plenty Road'),(98027,2212,'_billing_address_2','1D'),(98028,2212,'_billing_city','Santa Clarita'),(98029,2212,'_billing_state','CA'),(98030,2212,'_billing_postcode','91351'),(98031,2212,'_billing_country','US'),(98032,2212,'_billing_email','info@liceclinicssantaclarita.com'),(98033,2212,'_billing_phone','6615850263'),(98034,2212,'_shipping_first_name','Hasani'),(98035,2212,'_shipping_last_name','Thompson'),(98036,2212,'_shipping_company','Heat in Hair'),(98037,2212,'_shipping_address_1','5145 Nightsky Place'),(98038,2212,'_shipping_city','Palmdale'),(98039,2212,'_shipping_state','CA'),(98040,2212,'_shipping_postcode','93552'),(98041,2212,'_shipping_country','US'),(98042,2212,'_order_currency','USD'),(98043,2212,'_cart_discount','0'),(98044,2212,'_cart_discount_tax','0'),(98045,2212,'_order_shipping','0'),(98046,2212,'_order_shipping_tax','0'),(98047,2212,'_order_tax','0'),(98048,2212,'_order_total','728.93'),(98049,2212,'_order_version','8.2.0'),(98050,2212,'_prices_include_tax','no'),(98051,2212,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(98052,2212,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(98053,2212,'is_vat_exempt','no'),(98054,2212,'Payment type','instant'),(98055,2212,'_paypal_status','completed'),(98056,2212,'_transaction_id','99U918777A769174F'),(98057,2212,'PayPal Transaction Fee','25.93'),(98058,2212,'_date_paid','1697074568'),(98059,2212,'_paid_date','2023-10-12 01:36:08'),(98060,2213,'_order_key','wc_order_qnF6GDmx8NOPH'),(98061,2213,'_customer_user','3'),(98062,2213,'_payment_method','paypal'),(98063,2213,'_payment_method_title','PayPal'),(98064,2213,'_customer_ip_address','70.142.202.154'),(98065,2213,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(98066,2213,'_created_via','checkout'),(98067,2213,'_cart_hash','fd4f1c46793f53227e536b1be153dcec'),(98068,2213,'_download_permissions_granted','yes'),(98069,2213,'_recorded_sales','yes'),(98070,2213,'_recorded_coupon_usage_counts','yes'),(98071,2213,'_new_order_email_sent','true'),(98072,2213,'_order_stock_reduced','yes'),(98073,2213,'_billing_first_name','Amanda'),(98074,2213,'_billing_last_name','Westerman'),(98075,2213,'_billing_company','Lice Clinics of America McKinney'),(98076,2213,'_billing_address_1','3120 Hudson Crossing'),(98077,2213,'_billing_address_2','Suite A2'),(98078,2213,'_billing_city','MCKINNEY'),(98079,2213,'_billing_state','TX'),(98080,2213,'_billing_postcode','75070'),(98081,2213,'_billing_country','US'),(98082,2213,'_billing_email','awesterman1103@gmail.com'),(98083,2213,'_billing_phone','2144175741'),(98084,2213,'_shipping_first_name','Amanda'),(98085,2213,'_shipping_last_name','Westerman'),(98086,2213,'_shipping_company','Lice Clinics of America McKinney'),(98087,2213,'_shipping_address_1','1709 Damian Way'),(98088,2213,'_shipping_city','Richardson'),(98089,2213,'_shipping_state','TX'),(98090,2213,'_shipping_postcode','75081'),(98091,2213,'_shipping_country','US'),(98092,2213,'_order_currency','USD'),(98093,2213,'_cart_discount','0'),(98094,2213,'_cart_discount_tax','0'),(98095,2213,'_order_shipping','0'),(98096,2213,'_order_shipping_tax','0'),(98097,2213,'_order_tax','0'),(98098,2213,'_order_total','973.24'),(98099,2213,'_order_version','8.2.0'),(98100,2213,'_prices_include_tax','no'),(98101,2213,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(98102,2213,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(98103,2213,'is_vat_exempt','no'),(98104,2213,'Payment type','instant'),(98105,2213,'_paypal_status','completed'),(98106,2213,'_transaction_id','9SX10722GK5513242'),(98107,2213,'PayPal Transaction Fee','34.46'),(98108,2213,'_date_paid','1697122361'),(98109,2213,'_paid_date','2023-10-12 14:52:41'),(98110,2212,'_edit_lock','1697129139:2'),(98111,2212,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261848\";s:12:\"date_shipped\";s:10:\"1697068800\";s:11:\"tracking_id\";s:32:\"7d5f3802771304ef9d7b820a784cb9b3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261837\";s:12:\"date_shipped\";i:1697128628;s:11:\"tracking_id\";s:32:\"9d8c3cbfdab5a132da8abcfc13b43874\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261826\";s:12:\"date_shipped\";i:1697128639;s:11:\"tracking_id\";s:32:\"a62a30ee4d108a094b7d991350d5b189\";}}'),(98112,2212,'_edit_last','2'),(98113,2212,'_date_completed','1697128643'),(98114,2212,'_completed_date','2023-10-12 16:37:23'),(98115,2213,'_edit_lock','1697134683:2'),(98116,2213,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261962\";s:12:\"date_shipped\";s:10:\"1697068800\";s:11:\"tracking_id\";s:32:\"f0085df56ac916a0d0b7dc9d0b230bdf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261951\";s:12:\"date_shipped\";i:1697134547;s:11:\"tracking_id\";s:32:\"ed6192a49309cf7d92ecefef7d934b43\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830261940\";s:12:\"date_shipped\";i:1697134555;s:11:\"tracking_id\";s:32:\"eb986eff677dd5abb40aea07a8ae9e1e\";}}'),(98117,2213,'_edit_last','2'),(98118,2213,'_date_completed','1697134556'),(98119,2213,'_completed_date','2023-10-12 18:15:56'),(98120,2211,'Payment type','instant'),(98121,2211,'_paypal_status','completed'),(98122,2211,'_transaction_id','6T444893D49463805'),(98123,2211,'PayPal Transaction Fee','18.70'),(98124,2211,'_date_paid','1697147583'),(98125,2211,'_paid_date','2023-10-12 21:53:03'),(98126,2214,'_order_key','wc_order_JF6lTBEIDicAa'),(98127,2214,'_customer_user','43'),(98128,2214,'_payment_method','paypal'),(98129,2214,'_payment_method_title','PayPal'),(98130,2214,'_customer_ip_address','170.55.190.162'),(98131,2214,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(98132,2214,'_created_via','checkout'),(98133,2214,'_cart_hash','431920319fbc47f3cdd11e8dc0fbc17b'),(98134,2214,'_download_permissions_granted','yes'),(98135,2214,'_recorded_sales','yes'),(98136,2214,'_recorded_coupon_usage_counts','yes'),(98137,2214,'_new_order_email_sent','true'),(98138,2214,'_order_stock_reduced','yes'),(98139,2214,'_billing_first_name','Ryan'),(98140,2214,'_billing_last_name','Nelson'),(98141,2214,'_billing_address_1','140 Flame Vine drive'),(98142,2214,'_billing_city','Naples'),(98143,2214,'_billing_state','FL'),(98144,2214,'_billing_postcode','34110'),(98145,2214,'_billing_country','US'),(98146,2214,'_billing_email','Rjnelson73@gmail.com'),(98147,2214,'_billing_phone','239-281-0719'),(98148,2214,'_shipping_first_name','Ryan'),(98149,2214,'_shipping_last_name','Nelson'),(98150,2214,'_shipping_address_1','140 Flame Vine drive'),(98151,2214,'_shipping_city','Naples'),(98152,2214,'_shipping_state','FL'),(98153,2214,'_shipping_postcode','34110'),(98154,2214,'_shipping_country','US'),(98155,2214,'_order_currency','USD'),(98156,2214,'_cart_discount','0'),(98157,2214,'_cart_discount_tax','0'),(98158,2214,'_order_shipping','22.72'),(98159,2214,'_order_shipping_tax','0'),(98160,2214,'_order_tax','0'),(98161,2214,'_order_total','382.56'),(98162,2214,'_order_version','8.2.0'),(98163,2214,'_prices_include_tax','no'),(98164,2214,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(98165,2214,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(98166,2214,'is_vat_exempt','no'),(98167,2214,'Payment type','instant'),(98168,2214,'_paypal_status','completed'),(98169,2214,'_transaction_id','4CK623048L712312C'),(98170,2214,'PayPal Transaction Fee','13.84'),(98171,2214,'_date_paid','1697192662'),(98172,2214,'_paid_date','2023-10-13 10:24:22'),(98173,2214,'_edit_lock','1697216060:2'),(98174,2215,'_order_currency','USD'),(98175,2215,'_cart_discount','0'),(98176,2215,'_cart_discount_tax','0'),(98177,2215,'_order_shipping','-22.72'),(98178,2215,'_order_shipping_tax','0'),(98179,2215,'_order_tax','0'),(98180,2215,'_order_total','-382.56'),(98181,2215,'_order_version','8.2.0'),(98182,2215,'_prices_include_tax','no'),(98183,2215,'_refund_amount','382.56'),(98184,2215,'_refunded_by','2'),(98185,2215,'_refunded_payment','1'),(98186,2215,'_refund_reason','customer request'),(98187,2216,'_order_key','wc_order_udPKnuSIsFgEm'),(98188,2216,'_customer_user','94'),(98189,2216,'_payment_method','paypal'),(98190,2216,'_payment_method_title','PayPal'),(98191,2216,'_customer_ip_address','76.200.128.12'),(98192,2216,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(98193,2216,'_created_via','checkout'),(98194,2216,'_cart_hash','766187be3840ad71f4c10c35c20437f4'),(98195,2216,'_download_permissions_granted','yes'),(98196,2216,'_recorded_sales','yes'),(98197,2216,'_recorded_coupon_usage_counts','yes'),(98198,2216,'_new_order_email_sent','true'),(98199,2216,'_order_stock_reduced','yes'),(98200,2216,'_billing_first_name','Dacy'),(98201,2216,'_billing_last_name','Hitt'),(98202,2216,'_billing_company','LCA'),(98203,2216,'_billing_address_1','8850 Penbrooke ct'),(98204,2216,'_billing_city','Cumming'),(98205,2216,'_billing_state','GA'),(98206,2216,'_billing_postcode','30028'),(98207,2216,'_billing_country','US'),(98208,2216,'_billing_email','dacy1016@gmail.com'),(98209,2216,'_billing_phone','7705965455'),(98210,2216,'_shipping_first_name','Dacy'),(98211,2216,'_shipping_last_name','Hitt'),(98212,2216,'_shipping_company','LCA'),(98213,2216,'_shipping_address_1','102 Mary Alice Park rd'),(98214,2216,'_shipping_address_2','Suite 503'),(98215,2216,'_shipping_city','Cumming'),(98216,2216,'_shipping_state','GA'),(98217,2216,'_shipping_postcode','30040'),(98218,2216,'_shipping_country','US'),(98219,2216,'_order_currency','USD'),(98220,2216,'_cart_discount','0'),(98221,2216,'_cart_discount_tax','0'),(98222,2216,'_order_shipping','31.99'),(98223,2216,'_order_shipping_tax','0'),(98224,2216,'_order_tax','0'),(98225,2216,'_order_total','632.43'),(98226,2216,'_order_version','8.2.0'),(98227,2216,'_prices_include_tax','no'),(98228,2216,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(98229,2216,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(98230,2216,'is_vat_exempt','no'),(98231,2216,'Payment type','instant'),(98232,2216,'_paypal_status','completed'),(98233,2216,'_transaction_id','96693392VD7103248'),(98234,2216,'PayPal Transaction Fee','22.56'),(98235,2216,'_date_paid','1697210992'),(98236,2216,'_paid_date','2023-10-13 15:29:52'),(98237,2211,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262156\";s:12:\"date_shipped\";s:10:\"1697155200\";s:11:\"tracking_id\";s:32:\"dc67cf8a3f1bbebce59f163bc3b39f1e\";}}'),(98238,2211,'_date_completed','1697220163'),(98239,2211,'_completed_date','2023-10-13 18:02:43'),(98240,2216,'_edit_lock','1697220236:2'),(98241,2216,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262204\";s:12:\"date_shipped\";s:10:\"1697155200\";s:11:\"tracking_id\";s:32:\"13279f50d7ae00924f5c3cdef1eec88f\";}}'),(98242,2216,'_edit_last','2'),(98243,2216,'_date_completed','1697220312'),(98244,2216,'_completed_date','2023-10-13 18:05:12'),(98245,2217,'_order_key','wc_order_1PSyAa6WAOpPV'),(98246,2217,'_customer_user','43'),(98247,2217,'_payment_method','paypal'),(98248,2217,'_payment_method_title','PayPal'),(98249,2217,'_customer_ip_address','172.58.133.228'),(98250,2217,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(98251,2217,'_created_via','checkout'),(98252,2217,'_cart_hash','b586dacac0749009f31808b4378da9ee'),(98253,2217,'_download_permissions_granted','no'),(98254,2217,'_recorded_sales','no'),(98255,2217,'_recorded_coupon_usage_counts','no'),(98256,2217,'_new_order_email_sent','false'),(98257,2217,'_order_stock_reduced','no'),(98258,2217,'_billing_first_name','Ryan'),(98259,2217,'_billing_last_name','Nelson'),(98260,2217,'_billing_address_1','140 Flame Vine drive'),(98261,2217,'_billing_city','Naples'),(98262,2217,'_billing_state','FL'),(98263,2217,'_billing_postcode','34110'),(98264,2217,'_billing_country','US'),(98265,2217,'_billing_email','Rjnelson73@gmail.com'),(98266,2217,'_billing_phone','239-281-0719'),(98267,2217,'_shipping_first_name','Ryan'),(98268,2217,'_shipping_last_name','Nelson'),(98269,2217,'_shipping_address_1','140 Flame Vine drive'),(98270,2217,'_shipping_city','Naples'),(98271,2217,'_shipping_state','FL'),(98272,2217,'_shipping_postcode','34110'),(98273,2217,'_shipping_country','US'),(98274,2217,'_order_currency','USD'),(98275,2217,'_cart_discount','0'),(98276,2217,'_cart_discount_tax','0'),(98277,2217,'_order_shipping','22.72'),(98278,2217,'_order_shipping_tax','0'),(98279,2217,'_order_tax','0'),(98280,2217,'_order_total','382.56'),(98281,2217,'_order_version','8.2.1'),(98282,2217,'_prices_include_tax','no'),(98283,2217,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(98284,2217,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(98286,2218,'_order_key','wc_order_wenEsVkkFlPHo'),(98287,2218,'_customer_user','78'),(98288,2218,'_payment_method','paypal'),(98289,2218,'_payment_method_title','PayPal'),(98290,2218,'_customer_ip_address','172.58.229.59'),(98291,2218,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(98292,2218,'_created_via','checkout'),(98293,2218,'_cart_hash','b6c63aa6b596710807178be79b53e35b'),(98294,2218,'_download_permissions_granted','yes'),(98295,2218,'_recorded_sales','yes'),(98296,2218,'_recorded_coupon_usage_counts','yes'),(98297,2218,'_new_order_email_sent','true'),(98298,2218,'_order_stock_reduced','yes'),(98299,2218,'_billing_first_name','Richard'),(98300,2218,'_billing_last_name','Florsheim'),(98301,2218,'_billing_company','Licura'),(98302,2218,'_billing_address_1','3827 w fairway heights dr'),(98303,2218,'_billing_city','Mequon'),(98304,2218,'_billing_state','NY'),(98305,2218,'_billing_postcode','53092'),(98306,2218,'_billing_country','US'),(98307,2218,'_billing_email','tara@liceclinicslongIsland.com'),(98308,2218,'_billing_phone','5619006382'),(98309,2218,'_shipping_first_name','Tara'),(98310,2218,'_shipping_last_name','Johnson'),(98311,2218,'_shipping_company','LCA'),(98312,2218,'_shipping_address_1','599 west hartsdale ave'),(98313,2218,'_shipping_address_2','Ste 203'),(98314,2218,'_shipping_city','white plains'),(98315,2218,'_shipping_state','NY'),(98316,2218,'_shipping_postcode','10607'),(98317,2218,'_shipping_country','US'),(98318,2218,'_order_currency','USD'),(98319,2218,'_cart_discount','0'),(98320,2218,'_cart_discount_tax','0'),(98321,2218,'_order_shipping','23.54'),(98322,2218,'_order_shipping_tax','0'),(98323,2218,'_order_tax','0'),(98324,2218,'_order_total','337.14'),(98325,2218,'_order_version','8.2.0'),(98326,2218,'_prices_include_tax','no'),(98327,2218,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(98328,2218,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave Ste 203 white plains NY 10607 US '),(98329,2218,'is_vat_exempt','no'),(98330,2218,'Payment type','instant'),(98331,2218,'_paypal_status','completed'),(98332,2218,'_transaction_id','8NR6261423099952A'),(98333,2218,'PayPal Transaction Fee','12.26'),(98334,2218,'_date_paid','1697231470'),(98335,2218,'_paid_date','2023-10-13 21:11:10'),(98336,2219,'_order_key','wc_order_eZagoFyWxIMhw'),(98337,2219,'_customer_user','29'),(98338,2219,'_payment_method','paypal'),(98339,2219,'_payment_method_title','PayPal'),(98340,2219,'_customer_ip_address','68.81.51.31'),(98341,2219,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(98342,2219,'_created_via','checkout'),(98343,2219,'_cart_hash','2a758e6117b589debbe6cec2ab427686'),(98344,2219,'_download_permissions_granted','yes'),(98345,2219,'_recorded_sales','yes'),(98346,2219,'_recorded_coupon_usage_counts','yes'),(98347,2219,'_new_order_email_sent','true'),(98348,2219,'_order_stock_reduced','yes'),(98349,2219,'_billing_first_name','Kevin'),(98350,2219,'_billing_last_name','Reilly'),(98351,2219,'_billing_address_1','5460 Richie Ct'),(98352,2219,'_billing_city','Pipersville'),(98353,2219,'_billing_state','PA'),(98354,2219,'_billing_postcode','18947'),(98355,2219,'_billing_country','US'),(98356,2219,'_billing_email','info@liceclinicslansdale.com'),(98357,2219,'_billing_phone','2156941408'),(98358,2219,'_shipping_first_name','Kevin'),(98359,2219,'_shipping_last_name','Reilly'),(98360,2219,'_shipping_company','LCA Lansdale'),(98361,2219,'_shipping_address_1','2131 North Broad Street'),(98362,2219,'_shipping_address_2','Suite 101'),(98363,2219,'_shipping_city','Lansdale'),(98364,2219,'_shipping_state','PA'),(98365,2219,'_shipping_postcode','19446'),(98366,2219,'_shipping_country','US'),(98367,2219,'_order_currency','USD'),(98368,2219,'_cart_discount','0'),(98369,2219,'_cart_discount_tax','0'),(98370,2219,'_order_shipping','19.8'),(98371,2219,'_order_shipping_tax','0'),(98372,2219,'_order_tax','0'),(98373,2219,'_order_total','255.63'),(98374,2219,'_order_version','8.2.0'),(98375,2219,'_prices_include_tax','no'),(98376,2219,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(98377,2219,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(98378,2219,'is_vat_exempt','no'),(98379,2219,'Payment type','instant'),(98380,2219,'_paypal_status','completed'),(98381,2219,'_transaction_id','5NG04570E10753612'),(98382,2219,'PayPal Transaction Fee','9.41'),(98383,2219,'_date_paid','1697232075'),(98384,2219,'_paid_date','2023-10-13 21:21:15'),(98385,2220,'_order_key','wc_order_SabRrAgTXv80j'),(98386,2220,'_customer_user','28'),(98387,2220,'_payment_method','paypal'),(98388,2220,'_payment_method_title','PayPal'),(98389,2220,'_customer_ip_address','172.115.255.171'),(98390,2220,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(98391,2220,'_created_via','checkout'),(98392,2220,'_cart_hash','07b75f15c59f892c9d20b56c1fdfd4e7'),(98393,2220,'_download_permissions_granted','yes'),(98394,2220,'_recorded_sales','yes'),(98395,2220,'_recorded_coupon_usage_counts','yes'),(98396,2220,'_new_order_email_sent','true'),(98397,2220,'_order_stock_reduced','yes'),(98398,2220,'_billing_first_name','Kelli'),(98399,2220,'_billing_last_name','Washington'),(98400,2220,'_billing_company','Lice Clinics of America - Temecula'),(98401,2220,'_billing_address_1','2438 Bear Rock Gln.'),(98402,2220,'_billing_city','Escondido'),(98403,2220,'_billing_state','CA'),(98404,2220,'_billing_postcode','92026'),(98405,2220,'_billing_country','US'),(98406,2220,'_billing_email','info@liceclinicstemecula.com'),(98407,2220,'_billing_phone','7606255580'),(98408,2220,'_shipping_first_name','Kelli'),(98409,2220,'_shipping_last_name','Washington'),(98410,2220,'_shipping_company','Lice Clinics of America - Temecula'),(98411,2220,'_shipping_address_1','2438 Bear Rock Gln.'),(98412,2220,'_shipping_city','Escondido'),(98413,2220,'_shipping_state','CA'),(98414,2220,'_shipping_postcode','92026'),(98415,2220,'_shipping_country','US'),(98416,2220,'_order_currency','USD'),(98417,2220,'_cart_discount','0'),(98418,2220,'_cart_discount_tax','0'),(98419,2220,'_order_shipping','29.02'),(98420,2220,'_order_shipping_tax','0'),(98421,2220,'_order_tax','0'),(98422,2220,'_order_total','266.62'),(98423,2220,'_order_version','8.2.0'),(98424,2220,'_prices_include_tax','no'),(98425,2220,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(98426,2220,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(98427,2220,'is_vat_exempt','no'),(98428,2220,'Payment type','instant'),(98429,2220,'_paypal_status','completed'),(98430,2220,'_transaction_id','5WB5199110902621E'),(98431,2220,'PayPal Transaction Fee','9.80'),(98432,2220,'_date_paid','1697315100'),(98433,2220,'_paid_date','2023-10-14 20:25:00'),(98435,2221,'_order_key','wc_order_pllCgNFAATmxe'),(98436,2221,'_customer_user','79'),(98437,2221,'_payment_method','paypal'),(98438,2221,'_payment_method_title','PayPal'),(98439,2221,'_customer_ip_address','71.91.158.65'),(98440,2221,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(98441,2221,'_created_via','checkout'),(98442,2221,'_cart_hash','2871ac9f9d2141f2ae5c68b7dc2beb45'),(98443,2221,'_download_permissions_granted','yes'),(98444,2221,'_recorded_sales','yes'),(98445,2221,'_recorded_coupon_usage_counts','yes'),(98446,2221,'_new_order_email_sent','true'),(98447,2221,'_order_stock_reduced','yes'),(98448,2221,'_billing_first_name','Shanna'),(98449,2221,'_billing_last_name','Castille'),(98450,2221,'_billing_address_1','1097 Hundley Rd'),(98451,2221,'_billing_city','Eunice'),(98452,2221,'_billing_state','LA'),(98453,2221,'_billing_postcode','70535'),(98454,2221,'_billing_country','US'),(98455,2221,'_billing_email','Shanna_sr09@yahoo.com'),(98456,2221,'_billing_phone','3374668998'),(98457,2221,'_shipping_first_name','Shanna'),(98458,2221,'_shipping_last_name','Castille'),(98459,2221,'_shipping_address_1','1097 Hundley Rd'),(98460,2221,'_shipping_city','eunice'),(98461,2221,'_shipping_state','LA'),(98462,2221,'_shipping_postcode','70535'),(98463,2221,'_shipping_country','US'),(98464,2221,'_order_currency','USD'),(98465,2221,'_cart_discount','0'),(98466,2221,'_cart_discount_tax','0'),(98467,2221,'_order_shipping','0'),(98468,2221,'_order_shipping_tax','0'),(98469,2221,'_order_tax','0'),(98470,2221,'_order_total','549.31'),(98471,2221,'_order_version','8.2.1'),(98472,2221,'_prices_include_tax','no'),(98473,2221,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(98474,2221,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(98475,2221,'is_vat_exempt','no'),(98476,2221,'Payment type','instant'),(98477,2221,'_paypal_status','completed'),(98478,2221,'_transaction_id','8CA528763M261893N'),(98479,2221,'PayPal Transaction Fee','19.66'),(98480,2221,'_date_paid','1697469287'),(98481,2221,'_paid_date','2023-10-16 15:14:47'),(98482,2218,'_edit_lock','1697474942:2'),(98483,2218,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262237\";s:12:\"date_shipped\";s:10:\"1697414400\";s:11:\"tracking_id\";s:32:\"1bd40a3cb4c2a58eb62174d37427276b\";}}'),(98484,2218,'_edit_last','2'),(98485,2218,'_date_completed','1697475077'),(98486,2218,'_completed_date','2023-10-16 16:51:17'),(98487,2220,'_edit_lock','1697474994:2'),(98488,2220,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262248\";s:12:\"date_shipped\";s:10:\"1697414400\";s:11:\"tracking_id\";s:32:\"bc81979cb0b402dccea67f6a3b2424d7\";}}'),(98489,2220,'_edit_last','2'),(98490,2220,'_date_completed','1697475101'),(98491,2220,'_completed_date','2023-10-16 16:51:41'),(98492,2219,'_edit_lock','1697475139:2'),(98493,2219,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262226\";s:12:\"date_shipped\";s:10:\"1697414400\";s:11:\"tracking_id\";s:32:\"87601554caf2e41e830733c03f8611a7\";}}'),(98494,2219,'_edit_last','2'),(98495,2219,'_date_completed','1697475170'),(98496,2219,'_completed_date','2023-10-16 16:52:50'),(98497,2222,'_order_key','wc_order_JsJjYdoVTxao2'),(98498,2222,'_customer_user','64'),(98499,2222,'_payment_method','paypal'),(98500,2222,'_payment_method_title','PayPal'),(98501,2222,'_customer_ip_address','98.97.60.175'),(98502,2222,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(98503,2222,'_created_via','checkout'),(98504,2222,'_cart_hash','ff2b94b179aa252413750dea3135dffb'),(98505,2222,'_download_permissions_granted','no'),(98506,2222,'_recorded_sales','no'),(98507,2222,'_recorded_coupon_usage_counts','no'),(98508,2222,'_new_order_email_sent','false'),(98509,2222,'_order_stock_reduced','no'),(98510,2222,'_billing_first_name','Barrie'),(98511,2222,'_billing_last_name','Desmond'),(98512,2222,'_billing_address_1','50 ALAHELE PL'),(98513,2222,'_billing_city','Kihei'),(98514,2222,'_billing_state','HI'),(98515,2222,'_billing_postcode','96753-7809'),(98516,2222,'_billing_country','US'),(98517,2222,'_billing_email','info@liceclinicshawaii.com'),(98518,2222,'_billing_phone','8082834247'),(98519,2222,'_shipping_first_name','Barrie'),(98520,2222,'_shipping_last_name','Desmond'),(98521,2222,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 12678'),(98522,2222,'_shipping_address_1','1800 S. Anderson Avenue'),(98523,2222,'_shipping_city','Compton'),(98524,2222,'_shipping_state','CA'),(98525,2222,'_shipping_postcode','90220'),(98526,2222,'_shipping_country','US'),(98527,2222,'_order_currency','USD'),(98528,2222,'_cart_discount','0'),(98529,2222,'_cart_discount_tax','0'),(98530,2222,'_order_shipping','0'),(98531,2222,'_order_shipping_tax','0'),(98532,2222,'_order_tax','0'),(98533,2222,'_order_total','544.72'),(98534,2222,'_order_version','8.2.1'),(98535,2222,'_prices_include_tax','no'),(98536,2222,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(98537,2222,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 12678 1800 S. Anderson Avenue  Compton CA 90220 US '),(98538,2222,'is_vat_exempt','no'),(98539,2223,'_order_key','wc_order_WHYijBNrKb9bA'),(98540,2223,'_customer_user','87'),(98541,2223,'_payment_method','paypal'),(98542,2223,'_payment_method_title','PayPal'),(98543,2223,'_customer_ip_address','75.7.15.79'),(98544,2223,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(98545,2223,'_created_via','checkout'),(98546,2223,'_cart_hash','6873fa28a1ce46ecdceee5c607be7a1b'),(98547,2223,'_download_permissions_granted','yes'),(98548,2223,'_recorded_sales','yes'),(98549,2223,'_recorded_coupon_usage_counts','yes'),(98550,2223,'_new_order_email_sent','true'),(98551,2223,'_order_stock_reduced','yes'),(98552,2223,'_billing_first_name','Wade'),(98553,2223,'_billing_last_name','Huntsman'),(98554,2223,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(98555,2223,'_billing_address_1','3421 E 21st'),(98556,2223,'_billing_city','Tulsa'),(98557,2223,'_billing_state','OK'),(98558,2223,'_billing_postcode','74114'),(98559,2223,'_billing_country','US'),(98560,2223,'_billing_email','info@liceclinicsmidsouth.com'),(98561,2223,'_billing_phone','9189783329'),(98562,2223,'_shipping_first_name','Logan'),(98563,2223,'_shipping_last_name','Futrell'),(98564,2223,'_shipping_address_1','203 Tricha Cir.'),(98565,2223,'_shipping_address_2','Unit B'),(98566,2223,'_shipping_city','Gravette'),(98567,2223,'_shipping_state','AR'),(98568,2223,'_shipping_postcode','72736'),(98569,2223,'_shipping_country','US'),(98570,2223,'_order_currency','USD'),(98571,2223,'_cart_discount','0'),(98572,2223,'_cart_discount_tax','0'),(98573,2223,'_order_shipping','0'),(98574,2223,'_order_shipping_tax','0'),(98575,2223,'_order_tax','0'),(98576,2223,'_order_total','1384.60'),(98577,2223,'_order_version','8.2.1'),(98578,2223,'_prices_include_tax','no'),(98579,2223,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(98580,2223,'_shipping_address_index','Logan Futrell  203 Tricha Cir. Unit B Gravette AR 72736 US '),(98581,2223,'is_vat_exempt','no'),(98582,2223,'Payment type','instant'),(98583,2223,'_paypal_status','completed'),(98584,2223,'_transaction_id','7C618460FM779225R'),(98585,2223,'PayPal Transaction Fee','48.81'),(98586,2223,'_date_paid','1697487826'),(98587,2223,'_paid_date','2023-10-16 20:23:46'),(98588,2224,'_order_key','wc_order_BDOhu6LpCtArT'),(98589,2224,'_customer_user','87'),(98590,2224,'_payment_method','paypal'),(98591,2224,'_payment_method_title','PayPal'),(98592,2224,'_customer_ip_address','75.7.15.79'),(98593,2224,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(98594,2224,'_created_via','checkout'),(98595,2224,'_cart_hash','d5cf6b57d4cc92985ae4cdb1a441dd06'),(98596,2224,'_download_permissions_granted','yes'),(98597,2224,'_recorded_sales','yes'),(98598,2224,'_recorded_coupon_usage_counts','yes'),(98599,2224,'_new_order_email_sent','true'),(98600,2224,'_order_stock_reduced','yes'),(98601,2224,'_billing_first_name','Wade'),(98602,2224,'_billing_last_name','Huntsman'),(98603,2224,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(98604,2224,'_billing_address_1','3421 E 21st'),(98605,2224,'_billing_city','Tulsa'),(98606,2224,'_billing_state','OK'),(98607,2224,'_billing_postcode','74114'),(98608,2224,'_billing_country','US'),(98609,2224,'_billing_email','info@liceclinicsmidsouth.com'),(98610,2224,'_billing_phone','9189783329'),(98611,2224,'_shipping_first_name','Tiffany'),(98612,2224,'_shipping_last_name','Sporn'),(98613,2224,'_shipping_address_1','16621 West 29th Street North'),(98614,2224,'_shipping_city','Colwich'),(98615,2224,'_shipping_state','KS'),(98616,2224,'_shipping_postcode','67030'),(98617,2224,'_shipping_country','US'),(98618,2224,'_order_currency','USD'),(98619,2224,'_cart_discount','0'),(98620,2224,'_cart_discount_tax','0'),(98621,2224,'_order_shipping','0'),(98622,2224,'_order_shipping_tax','0'),(98623,2224,'_order_tax','0'),(98624,2224,'_order_total','541.27'),(98625,2224,'_order_version','8.2.1'),(98626,2224,'_prices_include_tax','no'),(98627,2224,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(98628,2224,'_shipping_address_index','Tiffany Sporn  16621 West 29th Street North  Colwich KS 67030 US '),(98629,2224,'is_vat_exempt','no'),(98630,2224,'Payment type','instant'),(98631,2224,'_paypal_status','completed'),(98632,2224,'_transaction_id','1NH64831WE077632U'),(98633,2224,'PayPal Transaction Fee','19.38'),(98634,2224,'_date_paid','1697488458'),(98635,2224,'_paid_date','2023-10-16 20:34:18'),(98678,2226,'_order_key','wc_order_ZP4XBy7RJOH2C'),(98679,2226,'_customer_user','87'),(98680,2226,'_payment_method','paypal'),(98681,2226,'_payment_method_title','PayPal'),(98682,2226,'_customer_ip_address','75.7.15.79'),(98683,2226,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(98684,2226,'_created_via','checkout'),(98685,2226,'_cart_hash','61b4354aa97bf02d5bffe54e0f1ab878'),(98686,2226,'_download_permissions_granted','yes'),(98687,2226,'_recorded_sales','yes'),(98688,2226,'_recorded_coupon_usage_counts','yes'),(98689,2226,'_new_order_email_sent','true'),(98690,2226,'_order_stock_reduced','yes'),(98691,2226,'_billing_first_name','Wade'),(98692,2226,'_billing_last_name','Huntsman'),(98693,2226,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(98694,2226,'_billing_address_1','3421 E 21st'),(98695,2226,'_billing_city','Tulsa'),(98696,2226,'_billing_state','OK'),(98697,2226,'_billing_postcode','74114'),(98698,2226,'_billing_country','US'),(98699,2226,'_billing_email','info@liceclinicsmidsouth.com'),(98700,2226,'_billing_phone','9189783329'),(98701,2226,'_shipping_first_name','Katee'),(98702,2226,'_shipping_last_name','Morrison'),(98703,2226,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(98704,2226,'_shipping_city','oklahoma city'),(98705,2226,'_shipping_state','OK'),(98706,2226,'_shipping_postcode','73118'),(98707,2226,'_shipping_country','US'),(98708,2226,'_order_currency','USD'),(98709,2226,'_cart_discount','0'),(98710,2226,'_cart_discount_tax','0'),(98711,2226,'_order_shipping','0'),(98712,2226,'_order_shipping_tax','0'),(98713,2226,'_order_tax','0'),(98714,2226,'_order_total','896.27'),(98715,2226,'_order_version','8.2.1'),(98716,2226,'_prices_include_tax','no'),(98717,2226,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(98718,2226,'_shipping_address_index','Katee Morrison  4001 North Classen Blvd, Suite 116  oklahoma city OK 73118 US '),(98719,2226,'is_vat_exempt','no'),(98720,2226,'Payment type','instant'),(98721,2226,'_paypal_status','completed'),(98722,2226,'_transaction_id','9N503626068829523'),(98723,2226,'PayPal Transaction Fee','31.77'),(98724,2226,'_date_paid','1697489883'),(98725,2226,'_paid_date','2023-10-16 20:58:03'),(98727,2227,'_order_key','wc_order_DAqSKzpRIkK7X'),(98728,2227,'_customer_user','87'),(98729,2227,'_payment_method','paypal'),(98730,2227,'_payment_method_title','PayPal'),(98731,2227,'_customer_ip_address','75.7.15.79'),(98732,2227,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(98733,2227,'_created_via','checkout'),(98734,2227,'_cart_hash','4fccd53c6d4f8645915861eb1a58ddaa'),(98735,2227,'_download_permissions_granted','yes'),(98736,2227,'_recorded_sales','yes'),(98737,2227,'_recorded_coupon_usage_counts','yes'),(98738,2227,'_new_order_email_sent','true'),(98739,2227,'_order_stock_reduced','yes'),(98740,2227,'_billing_first_name','Wade'),(98741,2227,'_billing_last_name','Huntsman'),(98742,2227,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(98743,2227,'_billing_address_1','3421 E 21st'),(98744,2227,'_billing_city','Tulsa'),(98745,2227,'_billing_state','OK'),(98746,2227,'_billing_postcode','74114'),(98747,2227,'_billing_country','US'),(98748,2227,'_billing_email','info@liceclinicsmidsouth.com'),(98749,2227,'_billing_phone','9189783329'),(98750,2227,'_shipping_first_name','Wade'),(98751,2227,'_shipping_last_name','Huntsman'),(98752,2227,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(98753,2227,'_shipping_address_1','3421 E 21st'),(98754,2227,'_shipping_city','Tulsa'),(98755,2227,'_shipping_state','OK'),(98756,2227,'_shipping_postcode','74114'),(98757,2227,'_shipping_country','US'),(98758,2227,'_order_currency','USD'),(98759,2227,'_cart_discount','0'),(98760,2227,'_cart_discount_tax','0'),(98761,2227,'_order_shipping','0'),(98762,2227,'_order_shipping_tax','0'),(98763,2227,'_order_tax','0'),(98764,2227,'_order_total','740.91'),(98765,2227,'_order_version','8.2.1'),(98766,2227,'_prices_include_tax','no'),(98767,2227,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(98768,2227,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(98769,2227,'is_vat_exempt','no'),(98770,2227,'Payment type','instant'),(98771,2227,'_paypal_status','completed'),(98772,2227,'_transaction_id','9P859608GL457840R'),(98773,2227,'PayPal Transaction Fee','26.35'),(98774,2227,'_date_paid','1697490367'),(98775,2227,'_paid_date','2023-10-16 21:06:07'),(98776,2228,'_order_key','wc_order_7QWNVylgW2OA5'),(98777,2228,'_customer_user','60'),(98778,2228,'_payment_method','paypal'),(98779,2228,'_payment_method_title','PayPal'),(98780,2228,'_customer_ip_address','24.13.229.23'),(98781,2228,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4.1 Safari/605.1.15'),(98782,2228,'_created_via','checkout'),(98783,2228,'_cart_hash','3a864bbfc95b74933adad11177276f8b'),(98784,2228,'_download_permissions_granted','yes'),(98785,2228,'_recorded_sales','yes'),(98786,2228,'_recorded_coupon_usage_counts','yes'),(98787,2228,'_new_order_email_sent','true'),(98788,2228,'_order_stock_reduced','yes'),(98789,2228,'_billing_first_name','Jill'),(98790,2228,'_billing_last_name','Leshtz'),(98791,2228,'_billing_company','Lice clinics of America-North Shore'),(98792,2228,'_billing_address_1','1580 Lancelot Avenue'),(98793,2228,'_billing_city','Highland park'),(98794,2228,'_billing_state','IL'),(98795,2228,'_billing_postcode','60035'),(98796,2228,'_billing_country','US'),(98797,2228,'_billing_email','jleshtz@gmail.com'),(98798,2228,'_billing_phone','8473639001'),(98799,2228,'_shipping_first_name','Jill'),(98800,2228,'_shipping_last_name','Leshtz'),(98801,2228,'_shipping_company','Lice clinics of America-North Shore'),(98802,2228,'_shipping_address_1','1580 Lancelot Avenue'),(98803,2228,'_shipping_city','Highland park'),(98804,2228,'_shipping_state','IL'),(98805,2228,'_shipping_postcode','60035'),(98806,2228,'_shipping_country','US'),(98807,2228,'_order_currency','USD'),(98808,2228,'_cart_discount','0'),(98809,2228,'_cart_discount_tax','0'),(98810,2228,'_order_shipping','0'),(98811,2228,'_order_shipping_tax','0'),(98812,2228,'_order_tax','0'),(98813,2228,'_order_total','673.80'),(98814,2228,'_order_version','8.2.1'),(98815,2228,'_prices_include_tax','no'),(98816,2228,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(98817,2228,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(98818,2228,'is_vat_exempt','no'),(98819,2228,'Payment type','instant'),(98820,2228,'_paypal_status','completed'),(98821,2228,'_transaction_id','7U201185GR8722637'),(98822,2228,'PayPal Transaction Fee','24.01'),(98823,2228,'_date_paid','1697564803'),(98824,2228,'_paid_date','2023-10-17 17:46:43'),(98825,2217,'is_vat_exempt','no'),(98826,2229,'_order_key','wc_order_CXE2ac6LLn62J'),(98827,2229,'_customer_user','64'),(98828,2229,'_payment_method','paypal'),(98829,2229,'_payment_method_title','PayPal'),(98830,2229,'_customer_ip_address','98.97.60.175'),(98831,2229,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(98832,2229,'_created_via','checkout'),(98833,2229,'_cart_hash','5393cd15a219832af34ffb40ef83cca4'),(98834,2229,'_download_permissions_granted','yes'),(98835,2229,'_recorded_sales','yes'),(98836,2229,'_recorded_coupon_usage_counts','yes'),(98837,2229,'_new_order_email_sent','true'),(98838,2229,'_order_stock_reduced','yes'),(98839,2229,'_billing_first_name','Barrie'),(98840,2229,'_billing_last_name','Desmond'),(98841,2229,'_billing_address_1','50 ALAHELE PL'),(98842,2229,'_billing_city','Kihei'),(98843,2229,'_billing_state','HI'),(98844,2229,'_billing_postcode','96753-7809'),(98845,2229,'_billing_country','US'),(98846,2229,'_billing_email','info@liceclinicshawaii.com'),(98847,2229,'_billing_phone','8082834247'),(98848,2229,'_shipping_first_name','Barrie'),(98849,2229,'_shipping_last_name','Desmond'),(98850,2229,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 12678'),(98851,2229,'_shipping_address_1','1800 S. Anderson Avenue'),(98852,2229,'_shipping_city','Compton'),(98853,2229,'_shipping_state','CA'),(98854,2229,'_shipping_postcode','90220'),(98855,2229,'_shipping_country','US'),(98856,2229,'_order_currency','USD'),(98857,2229,'_cart_discount','0'),(98858,2229,'_cart_discount_tax','0'),(98859,2229,'_order_shipping','0'),(98860,2229,'_order_shipping_tax','0'),(98861,2229,'_order_tax','0'),(98862,2229,'_order_total','544.72'),(98863,2229,'_order_version','8.2.1'),(98864,2229,'_prices_include_tax','no'),(98865,2229,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(98866,2229,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 12678 1800 S. Anderson Avenue  Compton CA 90220 US '),(98867,2229,'is_vat_exempt','no'),(98868,2229,'Payment type','instant'),(98869,2229,'_paypal_status','completed'),(98870,2229,'_transaction_id','4SC61935N8584231F'),(98871,2229,'PayPal Transaction Fee','19.50'),(98872,2229,'_date_paid','1697567279'),(98873,2229,'_paid_date','2023-10-17 18:27:59'),(98874,2227,'_edit_lock','1697568799:2'),(98875,2227,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262638\";s:12:\"date_shipped\";s:10:\"1697500800\";s:11:\"tracking_id\";s:32:\"13e962ddbb7a150ad3b2e3ddd7a56212\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262627\";s:12:\"date_shipped\";i:1697568913;s:11:\"tracking_id\";s:32:\"2f1bef36145f04626e9b25ceba0c4ec8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262616\";s:12:\"date_shipped\";i:1697568919;s:11:\"tracking_id\";s:32:\"bda1473ff7d0c42fa34302a3224f108a\";}}'),(98876,2227,'_edit_last','2'),(98877,2227,'_date_completed','1697568923'),(98878,2227,'_completed_date','2023-10-17 18:55:23'),(98879,2224,'_edit_lock','1697568845:2'),(98880,2224,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262605\";s:12:\"date_shipped\";s:10:\"1697500800\";s:11:\"tracking_id\";s:32:\"caf35df2b8aef37b4cbf24f37000f166\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262590\";s:12:\"date_shipped\";i:1697568975;s:11:\"tracking_id\";s:32:\"f78fc127cbd28e227faf7f1f9ad6ed77\";}}'),(98881,2224,'_edit_last','2'),(98882,2224,'_date_completed','1697568978'),(98883,2224,'_completed_date','2023-10-17 18:56:18'),(98884,2223,'_edit_lock','1697569068:2'),(98885,2223,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262580\";s:12:\"date_shipped\";s:10:\"1697500800\";s:11:\"tracking_id\";s:32:\"2bc1e2e5869260beda080deda8844aaf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262579\";s:12:\"date_shipped\";i:1697569006;s:11:\"tracking_id\";s:32:\"2c604c86cd035cfcbce1df50dccdc3b1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262568\";s:12:\"date_shipped\";i:1697569012;s:11:\"tracking_id\";s:32:\"38b67845a4f70451b506bc03c5729762\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262557\";s:12:\"date_shipped\";i:1697569019;s:11:\"tracking_id\";s:32:\"de8c486ccd579fa095c26026bb3a2bd7\";}}'),(98886,2223,'_edit_last','2'),(98887,2223,'_date_completed','1697569025'),(98888,2223,'_completed_date','2023-10-17 18:57:05'),(98889,2221,'_edit_lock','1697568990:2'),(98890,2221,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262443\";s:12:\"date_shipped\";s:10:\"1697500800\";s:11:\"tracking_id\";s:32:\"7b9870c06b88fd24a0e9073fdee9e72f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262432\";s:12:\"date_shipped\";i:1697569110;s:11:\"tracking_id\";s:32:\"063f6e1e73c798cde115f92c8baca0a3\";}}'),(98891,2221,'_edit_last','2'),(98892,2221,'_date_completed','1697569128'),(98893,2221,'_completed_date','2023-10-17 18:58:48'),(98894,2230,'_order_key','wc_order_XUcbJS1NfWPe9'),(98895,2230,'_customer_user','83'),(98896,2230,'_payment_method','paypal'),(98897,2230,'_payment_method_title','PayPal'),(98898,2230,'_customer_ip_address','71.211.136.126'),(98899,2230,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(98900,2230,'_created_via','checkout'),(98901,2230,'_cart_hash','cca90f29cf7e6dd096b6444e6b7ec218'),(98902,2230,'_download_permissions_granted','yes'),(98903,2230,'_recorded_sales','yes'),(98904,2230,'_recorded_coupon_usage_counts','yes'),(98905,2230,'_new_order_email_sent','true'),(98906,2230,'_order_stock_reduced','yes'),(98907,2230,'_billing_first_name','Tanya'),(98908,2230,'_billing_last_name','Kensley'),(98909,2230,'_billing_company','Lice Clinics of America'),(98910,2230,'_billing_address_1','4248 McMurry Ave'),(98911,2230,'_billing_city','Fort Collins'),(98912,2230,'_billing_state','CO'),(98913,2230,'_billing_postcode','80525'),(98914,2230,'_billing_country','US'),(98915,2230,'_billing_email','info@liceclinicsnortherncolorado.com'),(98916,2230,'_billing_phone','9702338787'),(98917,2230,'_shipping_first_name','Lice Clinics'),(98918,2230,'_shipping_last_name','America'),(98919,2230,'_shipping_company','Lice Clinics of America Longmont'),(98920,2230,'_shipping_address_1','421 21st Ave, Suite 210'),(98921,2230,'_shipping_city','Longmont'),(98922,2230,'_shipping_state','CO'),(98923,2230,'_shipping_postcode','80501'),(98924,2230,'_shipping_country','US'),(98925,2230,'_order_currency','USD'),(98926,2230,'_cart_discount','0'),(98927,2230,'_cart_discount_tax','0'),(98928,2230,'_order_shipping','28.85'),(98929,2230,'_order_shipping_tax','0'),(98930,2230,'_order_tax','0'),(98931,2230,'_order_total','234.83'),(98932,2230,'_order_version','8.2.1'),(98933,2230,'_prices_include_tax','no'),(98934,2230,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(98935,2230,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(98936,2230,'is_vat_exempt','no'),(98937,2230,'Payment type','instant'),(98938,2230,'_paypal_status','completed'),(98939,2230,'_transaction_id','6ST49713J6014970H'),(98940,2230,'PayPal Transaction Fee','8.69'),(98941,2230,'_date_paid','1697570931'),(98942,2230,'_paid_date','2023-10-17 19:28:51'),(98943,2231,'_order_key','wc_order_3ckwvOQVnBKHJ'),(98944,2231,'_customer_user','43'),(98945,2231,'_payment_method','paypal'),(98946,2231,'_payment_method_title','PayPal'),(98947,2231,'_customer_ip_address','172.58.131.27'),(98948,2231,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1'),(98949,2231,'_created_via','checkout'),(98950,2231,'_cart_hash','b586dacac0749009f31808b4378da9ee'),(98951,2231,'_download_permissions_granted','yes'),(98952,2231,'_recorded_sales','yes'),(98953,2231,'_recorded_coupon_usage_counts','yes'),(98954,2231,'_new_order_email_sent','true'),(98955,2231,'_order_stock_reduced','yes'),(98956,2231,'_billing_first_name','Ryan'),(98957,2231,'_billing_last_name','Nelson'),(98958,2231,'_billing_address_1','140 Flame Vine drive'),(98959,2231,'_billing_city','Naples'),(98960,2231,'_billing_state','FL'),(98961,2231,'_billing_postcode','34110'),(98962,2231,'_billing_country','US'),(98963,2231,'_billing_email','Rjnelson73@gmail.com'),(98964,2231,'_billing_phone','239-281-0719'),(98965,2231,'_shipping_first_name','Ryan'),(98966,2231,'_shipping_last_name','Nelson'),(98967,2231,'_shipping_address_1','140 Flame Vine drive'),(98968,2231,'_shipping_city','Naples'),(98969,2231,'_shipping_state','FL'),(98970,2231,'_shipping_postcode','34110'),(98971,2231,'_shipping_country','US'),(98972,2231,'_order_currency','USD'),(98973,2231,'_cart_discount','0'),(98974,2231,'_cart_discount_tax','0'),(98975,2231,'_order_shipping','22.72'),(98976,2231,'_order_shipping_tax','0'),(98977,2231,'_order_tax','0'),(98978,2231,'_order_total','382.56'),(98979,2231,'_order_version','8.2.1'),(98980,2231,'_prices_include_tax','no'),(98981,2231,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(98982,2231,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(98983,2231,'is_vat_exempt','no'),(98984,2231,'Payment type','instant'),(98985,2231,'_paypal_status','completed'),(98986,2231,'_transaction_id','9UM67128DH047644W'),(98987,2231,'PayPal Transaction Fee','13.84'),(98988,2231,'_date_paid','1697574645'),(98989,2231,'_paid_date','2023-10-17 20:30:45'),(98996,2232,'_order_key','wc_order_JfKzAB0ulVJ7i'),(98997,2232,'_customer_user','98'),(98998,2232,'_payment_method','paypal'),(98999,2232,'_payment_method_title','PayPal'),(99000,2232,'_customer_ip_address','73.219.108.253'),(99001,2232,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(99002,2232,'_created_via','checkout'),(99003,2232,'_cart_hash','64af2e5b290ac72f814562a9ed9881da'),(99004,2232,'_download_permissions_granted','yes'),(99005,2232,'_recorded_sales','yes'),(99006,2232,'_recorded_coupon_usage_counts','yes'),(99007,2232,'_new_order_email_sent','true'),(99008,2232,'_order_stock_reduced','yes'),(99009,2232,'_billing_first_name','Christine'),(99010,2232,'_billing_last_name','Cherry'),(99011,2232,'_billing_company','NITS END'),(99012,2232,'_billing_address_1','PO BOX 1092'),(99013,2232,'_billing_city','Campton'),(99014,2232,'_billing_state','NH'),(99015,2232,'_billing_postcode','03223'),(99016,2232,'_billing_country','US'),(99017,2232,'_billing_email','christine@liceclinicscolumbus.com'),(99018,2232,'_billing_phone','16034983390'),(99019,2232,'_shipping_first_name','Erica'),(99020,2232,'_shipping_last_name','Froggatt'),(99021,2232,'_shipping_company','LCA'),(99022,2232,'_shipping_address_1','5910 Wilcox Place'),(99023,2232,'_shipping_address_2','Suite E'),(99024,2232,'_shipping_city','Dublin'),(99025,2232,'_shipping_state','OH'),(99026,2232,'_shipping_postcode','43016'),(99027,2232,'_shipping_country','US'),(99028,2232,'_order_currency','USD'),(99029,2232,'_cart_discount','0'),(99030,2232,'_cart_discount_tax','0'),(99031,2232,'_order_shipping','0'),(99032,2232,'_order_shipping_tax','0'),(99033,2232,'_order_tax','0'),(99034,2232,'_order_total','3816.52'),(99035,2232,'_order_version','8.2.1'),(99036,2232,'_prices_include_tax','no'),(99037,2232,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(99038,2232,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(99039,2232,'is_vat_exempt','no'),(99040,2232,'Payment type','instant'),(99041,2232,'_paypal_status','completed'),(99042,2232,'_transaction_id','88F05402H8940744E'),(99043,2232,'PayPal Transaction Fee','133.69'),(99044,2232,'_date_paid','1697639112'),(99045,2232,'_paid_date','2023-10-18 14:25:12'),(99046,2231,'_edit_lock','1697640497:2'),(99047,2231,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262844\";s:12:\"date_shipped\";s:10:\"1697587200\";s:11:\"tracking_id\";s:32:\"8105727c8675f8b1be9a26ee1a5fd7c9\";}}'),(99048,2231,'_edit_last','2'),(99049,2231,'_date_completed','1697640630'),(99050,2231,'_completed_date','2023-10-18 14:50:30'),(99051,2228,'_edit_lock','1697640565:2'),(99052,2228,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262785\";s:12:\"date_shipped\";s:10:\"1697587200\";s:11:\"tracking_id\";s:32:\"4c10b2689318c74823f2da6dae4e808e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262774\";s:12:\"date_shipped\";i:1697640666;s:11:\"tracking_id\";s:32:\"ef4df7e4c2a4bbc2ec1677103b6c5b2e\";}}'),(99053,2228,'_edit_last','2'),(99054,2228,'_date_completed','1697640668'),(99055,2228,'_completed_date','2023-10-18 14:51:08'),(99056,2229,'_edit_lock','1700247010:2'),(99057,2229,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262796\";s:12:\"date_shipped\";s:10:\"1697587200\";s:11:\"tracking_id\";s:32:\"f7160cc5e5a093f6e9ed148085b51c2e\";}}'),(99058,2229,'_edit_last','2'),(99059,2229,'_date_completed','1697640703'),(99060,2229,'_completed_date','2023-10-18 14:51:43'),(99061,2226,'_edit_lock','1697640689:2'),(99062,2226,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262660\";s:12:\"date_shipped\";s:10:\"1697587200\";s:11:\"tracking_id\";s:32:\"3087dd17f85248f37be7883f1a6d1120\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262650\";s:12:\"date_shipped\";i:1697640795;s:11:\"tracking_id\";s:32:\"0c841d62aa656fd4009b263d954603eb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262649\";s:12:\"date_shipped\";i:1697640800;s:11:\"tracking_id\";s:32:\"eebed04dec6999b960f090e564371448\";}}'),(99063,2226,'_edit_last','2'),(99064,2226,'_date_completed','1697640802'),(99065,2226,'_completed_date','2023-10-18 14:53:22'),(99066,2232,'_edit_lock','1697734617:2'),(99067,2232,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263027\";s:12:\"date_shipped\";s:10:\"1697673600\";s:11:\"tracking_id\";s:32:\"4ca426c2a1d8aaf26606e0785622c7e9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263016\";s:12:\"date_shipped\";i:1697734638;s:11:\"tracking_id\";s:32:\"9115dbbc5bc49b4c13c9d5fad6272978\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263005\";s:12:\"date_shipped\";i:1697734645;s:11:\"tracking_id\";s:32:\"1ea149d049a13f4fb7aa56a4ac710445\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262991\";s:12:\"date_shipped\";i:1697734650;s:11:\"tracking_id\";s:32:\"b1cc90c10efa20f668b8f6919a701ffc\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262980\";s:12:\"date_shipped\";i:1697734657;s:11:\"tracking_id\";s:32:\"5b8bdd461de9ba9594d819f5975e12a8\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262970\";s:12:\"date_shipped\";i:1697734664;s:11:\"tracking_id\";s:32:\"427a3570add4b1188fcbfe757395affd\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262969\";s:12:\"date_shipped\";i:1697734670;s:11:\"tracking_id\";s:32:\"81565abb0025d216c56ad6e89f7782e5\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262958\";s:12:\"date_shipped\";i:1697734677;s:11:\"tracking_id\";s:32:\"4762dce564ebb21bb5f6cd509d44b0fb\";}}'),(99068,2232,'_edit_last','2'),(99069,2232,'_date_completed','1697734682'),(99070,2232,'_completed_date','2023-10-19 16:58:02'),(99077,2233,'_order_key','wc_order_sRQpcdDOYmn9r'),(99078,2233,'_customer_user','50'),(99079,2233,'_payment_method','paypal'),(99080,2233,'_payment_method_title','PayPal'),(99081,2233,'_customer_ip_address','73.219.108.253'),(99082,2233,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.41'),(99083,2233,'_created_via','checkout'),(99084,2233,'_cart_hash','17a0a0b449ecdea4b1629b7c415d2056'),(99085,2233,'_download_permissions_granted','yes'),(99086,2233,'_recorded_sales','yes'),(99087,2233,'_recorded_coupon_usage_counts','yes'),(99088,2233,'_new_order_email_sent','true'),(99089,2233,'_order_stock_reduced','yes'),(99090,2233,'_billing_first_name','Christine'),(99091,2233,'_billing_last_name','Cherry'),(99092,2233,'_billing_company','NITS END'),(99093,2233,'_billing_address_1','PO BOX 1092'),(99094,2233,'_billing_city','Campton'),(99095,2233,'_billing_state','NH'),(99096,2233,'_billing_postcode','03223'),(99097,2233,'_billing_country','US'),(99098,2233,'_billing_email','info@liceclinicsplaistow.com'),(99099,2233,'_billing_phone','16034983390'),(99100,2233,'_shipping_first_name','Megan'),(99101,2233,'_shipping_last_name','O\'Neil'),(99102,2233,'_shipping_company','LCA - Nits End / 149091'),(99103,2233,'_shipping_address_1','18 Sheridan St'),(99104,2233,'_shipping_city','Haverhill'),(99105,2233,'_shipping_state','MA'),(99106,2233,'_shipping_postcode','01830'),(99107,2233,'_shipping_country','US'),(99108,2233,'_order_currency','USD'),(99109,2233,'_cart_discount','0'),(99110,2233,'_cart_discount_tax','0'),(99111,2233,'_order_shipping','16.33'),(99112,2233,'_order_shipping_tax','0'),(99113,2233,'_order_tax','0'),(99114,2233,'_order_total','100.48'),(99115,2233,'_order_version','8.2.1'),(99116,2233,'_prices_include_tax','no'),(99117,2233,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(99118,2233,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 18 Sheridan St  Haverhill MA 01830 US '),(99119,2233,'is_vat_exempt','no'),(99120,2233,'Payment type','instant'),(99121,2233,'_paypal_status','completed'),(99122,2233,'_transaction_id','2JK57123F9519122F'),(99123,2233,'PayPal Transaction Fee','4.00'),(99124,2233,'_date_paid','1697741665'),(99125,2233,'_paid_date','2023-10-19 18:54:25'),(99126,2234,'_edit_lock','1764881866:2'),(99127,2234,'_edit_last','2'),(99128,2234,'discount_type','fixed_cart'),(99129,2234,'coupon_amount','0'),(99130,2234,'individual_use','no'),(99131,2234,'usage_limit','0'),(99132,2234,'usage_limit_per_user','0'),(99133,2234,'limit_usage_to_x_items','0'),(99134,2234,'usage_count','3'),(99135,2234,'date_expires',NULL),(99136,2234,'free_shipping','yes'),(99137,2234,'exclude_sale_items','no'),(99138,2234,'_acfw_usage_limit_reset_time',''),(99139,2234,'_acfw_show_on_my_coupons_page',''),(99140,2234,'_acfw_defer_apply_url_coupon',''),(99141,2234,'_acfw_enable_day_time_schedules',''),(99142,2234,'_acfw_cashback_waiting_period','0'),(99143,2234,'_acfw_enable_virtual_coupons',''),(99144,2234,'_acfw_excluded_coupons','a:0:{}'),(99145,2234,'_acfw_enable_payment_methods_restrict',''),(99146,2234,'_acfw_reset_usage_limit_period','none'),(99147,2234,'_acfw_disable_url_coupon',''),(99148,2234,'_acfw_force_apply_url_coupon',''),(99149,2234,'_acfw_code_url_override',''),(99150,2234,'_acfw_success_message',''),(99151,2234,'_acfw_after_redirect_url',''),(99152,2234,'_acfw_redirect_to_origin_url',''),(99153,2234,'_acfw_enable_role_restriction',''),(99154,2234,'_acfw_enable_date_range_schedule','no'),(99155,2234,'_wp_old_slug','freeshipamands'),(99156,2235,'_order_key','wc_order_fVyRfzO1ZyxrV'),(99157,2235,'_customer_user','3'),(99158,2235,'_payment_method','paypal'),(99159,2235,'_payment_method_title','PayPal'),(99160,2235,'_customer_ip_address','99.16.147.217'),(99161,2235,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(99162,2235,'_created_via','checkout'),(99163,2235,'_cart_hash','22e91e7f3ffd7da2caf3d3d4ff17df83'),(99164,2235,'_download_permissions_granted','yes'),(99165,2235,'_recorded_sales','yes'),(99166,2235,'_recorded_coupon_usage_counts','yes'),(99167,2235,'_new_order_email_sent','true'),(99168,2235,'_order_stock_reduced','yes'),(99169,2235,'_billing_first_name','Amanda'),(99170,2235,'_billing_last_name','Westerman'),(99171,2235,'_billing_company','Lice Clinics of America McKinney'),(99172,2235,'_billing_address_1','3120 Hudson Crossing'),(99173,2235,'_billing_address_2','Suite A2'),(99174,2235,'_billing_city','MCKINNEY'),(99175,2235,'_billing_state','TX'),(99176,2235,'_billing_postcode','75070'),(99177,2235,'_billing_country','US'),(99178,2235,'_billing_email','awesterman1103@gmail.com'),(99179,2235,'_billing_phone','2144175741'),(99180,2235,'_shipping_first_name','Amanda'),(99181,2235,'_shipping_last_name','Westerman'),(99182,2235,'_shipping_company','Lice Clinics of America McKinney'),(99183,2235,'_shipping_address_1','1709 Damian Way'),(99184,2235,'_shipping_city','Richardson'),(99185,2235,'_shipping_state','TX'),(99186,2235,'_shipping_postcode','75081'),(99187,2235,'_shipping_country','US'),(99188,2235,'_order_currency','USD'),(99189,2235,'_cart_discount','0'),(99190,2235,'_cart_discount_tax','0'),(99191,2235,'_order_shipping','15.7'),(99192,2235,'_order_shipping_tax','0'),(99193,2235,'_order_tax','0'),(99194,2235,'_order_total','187.70'),(99195,2235,'_order_version','8.2.1'),(99196,2235,'_prices_include_tax','no'),(99197,2235,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(99198,2235,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(99199,2235,'is_vat_exempt','no'),(99200,2235,'Payment type','instant'),(99201,2235,'_paypal_status','completed'),(99202,2235,'_transaction_id','2UR77199U64118706'),(99203,2235,'PayPal Transaction Fee','7.04'),(99204,2235,'_date_paid','1697742486'),(99205,2235,'_paid_date','2023-10-19 19:08:06'),(99206,2234,'_used_by','3'),(99208,2235,'_edit_lock','1697746089:2'),(99209,2236,'_order_currency','USD'),(99210,2236,'_cart_discount','0'),(99211,2236,'_cart_discount_tax','0'),(99212,2236,'_order_shipping','-15.7'),(99213,2236,'_order_shipping_tax','0'),(99214,2236,'_order_tax','0'),(99215,2236,'_order_total','-15.70'),(99216,2236,'_order_version','8.2.1'),(99217,2236,'_prices_include_tax','no'),(99218,2236,'_refund_amount','15.70'),(99219,2236,'_refunded_by','2'),(99220,2236,'_refunded_payment','1'),(99221,2236,'_refund_reason',''),(99222,2235,'_edit_last','2'),(99223,2235,'_date_completed','1697746066'),(99224,2235,'_completed_date','2023-10-19 20:07:46'),(99225,2237,'_order_key','wc_order_iAORjD7FEkR4q'),(99226,2237,'_customer_user','25'),(99227,2237,'_payment_method','paypal'),(99228,2237,'_payment_method_title','PayPal'),(99229,2237,'_customer_ip_address','23.124.3.136'),(99230,2237,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(99231,2237,'_created_via','checkout'),(99232,2237,'_cart_hash','0200be1f46e45097bc153783478ec1be'),(99233,2237,'_download_permissions_granted','yes'),(99234,2237,'_recorded_sales','yes'),(99235,2237,'_recorded_coupon_usage_counts','yes'),(99236,2237,'_new_order_email_sent','true'),(99237,2237,'_order_stock_reduced','yes'),(99238,2237,'_billing_first_name','Blaine'),(99239,2237,'_billing_last_name','Tyrone'),(99240,2237,'_billing_address_1','529 N Main St'),(99241,2237,'_billing_city','Picayune'),(99242,2237,'_billing_state','MS'),(99243,2237,'_billing_postcode','39466'),(99244,2237,'_billing_country','US'),(99245,2237,'_billing_email','info@liceclinicssouthms.com'),(99246,2237,'_billing_phone','6623227518'),(99247,2237,'_shipping_first_name','Blaine'),(99248,2237,'_shipping_last_name','Tyrone'),(99249,2237,'_shipping_address_1','529 N Main St'),(99250,2237,'_shipping_city','Picayune'),(99251,2237,'_shipping_state','MS'),(99252,2237,'_shipping_postcode','39466'),(99253,2237,'_shipping_country','US'),(99254,2237,'_order_currency','USD'),(99255,2237,'_cart_discount','0'),(99256,2237,'_cart_discount_tax','0'),(99257,2237,'_order_shipping','18.67'),(99258,2237,'_order_shipping_tax','0'),(99259,2237,'_order_tax','0'),(99260,2237,'_order_total','218.11'),(99261,2237,'_order_version','8.2.1'),(99262,2237,'_prices_include_tax','no'),(99263,2237,'_billing_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US info@liceclinicssouthms.com 6623227518'),(99264,2237,'_shipping_address_index','Blaine Tyrone  529 N Main St  Picayune MS 39466 US '),(99265,2237,'is_vat_exempt','no'),(99266,2237,'Payment type','instant'),(99267,2237,'_paypal_status','completed'),(99268,2237,'_transaction_id','1VA185825F288123B'),(99269,2237,'PayPal Transaction Fee','8.10'),(99270,2237,'_date_paid','1697753542'),(99271,2237,'_paid_date','2023-10-19 22:12:22'),(99272,299,'_edit_lock','1697815624:2'),(99273,299,'_edit_last','2'),(99276,2238,'_order_key','wc_order_gPOXDjowbq5eu'),(99277,2238,'_customer_user','76'),(99278,2238,'_payment_method','paypal'),(99279,2238,'_payment_method_title','PayPal'),(99280,2238,'_customer_ip_address','146.115.131.163'),(99281,2238,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(99282,2238,'_created_via','checkout'),(99283,2238,'_cart_hash','5c612c71987d1d8a54ca1e2094736d8b'),(99284,2238,'_download_permissions_granted','yes'),(99285,2238,'_recorded_sales','yes'),(99286,2238,'_recorded_coupon_usage_counts','yes'),(99287,2238,'_new_order_email_sent','true'),(99288,2238,'_order_stock_reduced','yes'),(99289,2238,'_billing_first_name','Naomi'),(99290,2238,'_billing_last_name','Golden'),(99291,2238,'_billing_company','LCA'),(99292,2238,'_billing_address_1','31 Mann Ave'),(99293,2238,'_billing_city','Needham'),(99294,2238,'_billing_state','MA'),(99295,2238,'_billing_postcode','02492'),(99296,2238,'_billing_country','US'),(99297,2238,'_billing_email','nrgolden6486@gmail.com'),(99298,2238,'_billing_phone','617-851-1322'),(99299,2238,'_shipping_first_name','Naomi'),(99300,2238,'_shipping_last_name','Golden'),(99301,2238,'_shipping_company','LCA'),(99302,2238,'_shipping_address_1','1349 Centre Street'),(99303,2238,'_shipping_city','Newton'),(99304,2238,'_shipping_state','MA'),(99305,2238,'_shipping_postcode','02459'),(99306,2238,'_shipping_country','US'),(99307,2238,'_order_currency','USD'),(99308,2238,'_cart_discount','0'),(99309,2238,'_cart_discount_tax','0'),(99310,2238,'_order_shipping','0'),(99311,2238,'_order_shipping_tax','0'),(99312,2238,'_order_tax','0'),(99313,2238,'_order_total','538.36'),(99314,2238,'_order_version','8.2.1'),(99315,2238,'_prices_include_tax','no'),(99316,2238,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(99317,2238,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street  Newton MA 02459 US '),(99318,2238,'is_vat_exempt','no'),(99319,2238,'Payment type','instant'),(99320,2238,'_paypal_status','completed'),(99321,2238,'_transaction_id','045207460C370290S'),(99322,2238,'PayPal Transaction Fee','19.28'),(99323,2238,'_date_paid','1697827263'),(99324,2238,'_paid_date','2023-10-20 18:41:03'),(99325,2233,'_edit_lock','1697828852:2'),(99326,2233,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263222\";s:12:\"date_shipped\";s:10:\"1697760000\";s:11:\"tracking_id\";s:32:\"01d2add77bf9895500ffbfa23197fb70\";}}'),(99327,2233,'_edit_last','2'),(99328,2233,'_date_completed','1697828978'),(99329,2233,'_completed_date','2023-10-20 19:09:38'),(99330,2237,'_edit_lock','1697828905:2'),(99331,2237,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263266\";s:12:\"date_shipped\";s:10:\"1697760000\";s:11:\"tracking_id\";s:32:\"9c6aecc22a55d72482f5c54e884181b5\";}}'),(99332,2237,'_edit_last','2'),(99333,2237,'_date_completed','1697829042'),(99334,2237,'_completed_date','2023-10-20 19:10:42'),(99335,2239,'_order_key','wc_order_oTokURVA4Qbdf'),(99336,2239,'_customer_user','54'),(99337,2239,'_payment_method','paypal'),(99338,2239,'_payment_method_title','PayPal'),(99339,2239,'_customer_ip_address','75.195.225.90'),(99340,2239,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(99341,2239,'_created_via','checkout'),(99342,2239,'_cart_hash','d838eeeeff3c9cd5aa18f47a9d3717d0'),(99343,2239,'_download_permissions_granted','yes'),(99344,2239,'_recorded_sales','yes'),(99345,2239,'_recorded_coupon_usage_counts','yes'),(99346,2239,'_new_order_email_sent','true'),(99347,2239,'_order_stock_reduced','yes'),(99348,2239,'_billing_first_name','Erin'),(99349,2239,'_billing_last_name','Hawn'),(99350,2239,'_billing_address_1','10 W Phillip Rd'),(99351,2239,'_billing_address_2','123'),(99352,2239,'_billing_city','Vernon Hills'),(99353,2239,'_billing_state','IL'),(99354,2239,'_billing_postcode','60061'),(99355,2239,'_billing_country','US'),(99356,2239,'_billing_email','info@liceclinicsvernonhills.com'),(99357,2239,'_billing_phone','8475960408'),(99358,2239,'_shipping_first_name','Erin'),(99359,2239,'_shipping_last_name','Hawn'),(99360,2239,'_shipping_address_1','1491 S Amarias Dr'),(99361,2239,'_shipping_city','Round lake'),(99362,2239,'_shipping_state','IL'),(99363,2239,'_shipping_postcode','60073'),(99364,2239,'_shipping_country','US'),(99365,2239,'_order_currency','USD'),(99366,2239,'_cart_discount','0'),(99367,2239,'_cart_discount_tax','0'),(99368,2239,'_order_shipping','0'),(99369,2239,'_order_shipping_tax','0'),(99370,2239,'_order_tax','0'),(99371,2239,'_order_total','796.80'),(99372,2239,'_order_version','8.2.1'),(99373,2239,'_prices_include_tax','no'),(99374,2239,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(99375,2239,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(99376,2239,'is_vat_exempt','no'),(99377,2239,'Payment type','instant'),(99378,2239,'_paypal_status','completed'),(99379,2239,'_transaction_id','1BG9395584272484E'),(99380,2239,'PayPal Transaction Fee','28.30'),(99381,2239,'_date_paid','1697845121'),(99382,2239,'_paid_date','2023-10-20 23:38:41'),(99383,2239,'_edit_lock','1698094843:2'),(99384,2239,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263531\";s:12:\"date_shipped\";s:10:\"1698019200\";s:11:\"tracking_id\";s:32:\"4c8cc08e68b3dd43e85389a6622d94d0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263520\";s:12:\"date_shipped\";i:1698094784;s:11:\"tracking_id\";s:32:\"681b372949f4d63fd826df11cee3ed9b\";}}'),(99385,2239,'_edit_last','2'),(99386,2239,'_date_completed','1698094786'),(99387,2239,'_completed_date','2023-10-23 20:59:46'),(99393,2240,'_order_key','wc_order_50qLH3Gl0sHYG'),(99394,2240,'_customer_user','100'),(99395,2240,'_payment_method','paypal'),(99396,2240,'_payment_method_title','PayPal'),(99397,2240,'_customer_ip_address','73.70.153.140'),(99398,2240,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15'),(99399,2240,'_created_via','checkout'),(99400,2240,'_cart_hash','78b4f8cf4f3e9b594a4543968ff190e1'),(99401,2240,'_download_permissions_granted','yes'),(99402,2240,'_recorded_sales','yes'),(99403,2240,'_recorded_coupon_usage_counts','yes'),(99404,2240,'_new_order_email_sent','true'),(99405,2240,'_order_stock_reduced','yes'),(99406,2240,'_billing_first_name','Michael'),(99407,2240,'_billing_last_name','Beckman'),(99408,2240,'_billing_address_1','517 44th St'),(99409,2240,'_billing_address_2','Apt C'),(99410,2240,'_billing_city','Oakland'),(99411,2240,'_billing_state','CA'),(99412,2240,'_billing_postcode','94609'),(99413,2240,'_billing_country','US'),(99414,2240,'_billing_email','licetoknowyou@gmail.com'),(99415,2240,'_billing_phone','8585314583'),(99416,2240,'_shipping_first_name','Ibrahim'),(99417,2240,'_shipping_last_name','Moinuddin'),(99418,2240,'_shipping_company','Lice Clinics of America - Sunnyvale'),(99419,2240,'_shipping_address_1','43 Lester Ave'),(99420,2240,'_shipping_address_2','Apt 7'),(99421,2240,'_shipping_city','San Jose'),(99422,2240,'_shipping_state','CA'),(99423,2240,'_shipping_postcode','95125'),(99424,2240,'_shipping_country','US'),(99425,2240,'_order_currency','USD'),(99426,2240,'_cart_discount','0'),(99427,2240,'_cart_discount_tax','0'),(99428,2240,'_order_shipping','0'),(99429,2240,'_order_shipping_tax','0'),(99430,2240,'_order_tax','0'),(99431,2240,'_order_total','535.34'),(99432,2240,'_order_version','8.2.1'),(99433,2240,'_prices_include_tax','no'),(99434,2240,'_billing_address_index','Michael Beckman  517 44th St Apt C Oakland CA 94609 US licetoknowyou@gmail.com 8585314583'),(99435,2240,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 43 Lester Ave Apt 7 San Jose CA 95125 US '),(99436,2240,'is_vat_exempt','no'),(99437,2240,'Payment type','instant'),(99438,2240,'_paypal_status','completed'),(99439,2240,'_transaction_id','3LK41662WU2726316'),(99440,2240,'PayPal Transaction Fee','19.17'),(99441,2240,'_date_paid','1698204518'),(99442,2240,'_paid_date','2023-10-25 03:28:38'),(99443,2241,'_order_key','wc_order_uUAVNNLoSokMB'),(99444,2241,'_customer_user','3'),(99445,2241,'_payment_method','paypal'),(99446,2241,'_payment_method_title','PayPal'),(99447,2241,'_customer_ip_address','70.142.202.154'),(99448,2241,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(99449,2241,'_created_via','checkout'),(99450,2241,'_cart_hash','5640e324bfa67e8298724c96744a6aa8'),(99451,2241,'_download_permissions_granted','yes'),(99452,2241,'_recorded_sales','yes'),(99453,2241,'_recorded_coupon_usage_counts','yes'),(99454,2241,'_new_order_email_sent','true'),(99455,2241,'_order_stock_reduced','yes'),(99456,2241,'_billing_first_name','Amanda'),(99457,2241,'_billing_last_name','Westerman'),(99458,2241,'_billing_company','Lice Clinics of America McKinney'),(99459,2241,'_billing_address_1','3120 Hudson Crossing'),(99460,2241,'_billing_address_2','Suite A2'),(99461,2241,'_billing_city','MCKINNEY'),(99462,2241,'_billing_state','TX'),(99463,2241,'_billing_postcode','75070'),(99464,2241,'_billing_country','US'),(99465,2241,'_billing_email','awesterman1103@gmail.com'),(99466,2241,'_billing_phone','2144175741'),(99467,2241,'_shipping_first_name','Amanda'),(99468,2241,'_shipping_last_name','Westerman'),(99469,2241,'_shipping_company','Lice Clinics of America McKinney'),(99470,2241,'_shipping_address_1','3120 Hudson Crossing'),(99471,2241,'_shipping_address_2','Suite A2'),(99472,2241,'_shipping_city','MCKINNEY'),(99473,2241,'_shipping_state','TX'),(99474,2241,'_shipping_postcode','75070'),(99475,2241,'_shipping_country','US'),(99476,2241,'_order_currency','USD'),(99477,2241,'_cart_discount','0'),(99478,2241,'_cart_discount_tax','0'),(99479,2241,'_order_shipping','0'),(99480,2241,'_order_shipping_tax','0'),(99481,2241,'_order_tax','0'),(99482,2241,'_order_total','588.64'),(99483,2241,'_order_version','8.2.1'),(99484,2241,'_prices_include_tax','no'),(99485,2241,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(99486,2241,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(99487,2241,'is_vat_exempt','no'),(99488,2241,'Payment type','instant'),(99489,2241,'_paypal_status','completed'),(99490,2241,'_transaction_id','3E054738D5649093A'),(99491,2241,'PayPal Transaction Fee','21.03'),(99492,2241,'_date_paid','1698247899'),(99493,2241,'_paid_date','2023-10-25 15:31:39'),(99494,2241,'_edit_lock','1698270573:2'),(99495,2241,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264104\";s:12:\"date_shipped\";s:10:\"1698192000\";s:11:\"tracking_id\";s:32:\"b8376e4697e3a4ea6bc8c06060742622\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264090\";s:12:\"date_shipped\";i:1698270511;s:11:\"tracking_id\";s:32:\"c1ae17c64378904f324402afcd0bca7c\";}}'),(99496,2241,'_edit_last','2'),(99497,2241,'_date_completed','1698270540'),(99498,2241,'_completed_date','2023-10-25 21:49:00'),(99499,2240,'_edit_lock','1698270495:2'),(99500,2240,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263998\";s:12:\"date_shipped\";s:10:\"1698192000\";s:11:\"tracking_id\";s:32:\"7ed00ec34d0a71e703b08661119150c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263987\";s:12:\"date_shipped\";i:1698270596;s:11:\"tracking_id\";s:32:\"182d5efb19565a8f158a6104fb65a97b\";}}'),(99501,2240,'_edit_last','2'),(99502,2240,'_date_completed','1698270628'),(99503,2240,'_completed_date','2023-10-25 21:50:28'),(99504,2242,'_order_key','wc_order_zYKwSIiboaub1'),(99505,2242,'_customer_user','47'),(99506,2242,'_payment_method','paypal'),(99507,2242,'_payment_method_title','PayPal'),(99508,2242,'_customer_ip_address','136.50.12.214'),(99509,2242,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(99510,2242,'_created_via','checkout'),(99511,2242,'_cart_hash','c4838ba5c935c8bd612bb1527de41d71'),(99512,2242,'_download_permissions_granted','yes'),(99513,2242,'_recorded_sales','yes'),(99514,2242,'_recorded_coupon_usage_counts','yes'),(99515,2242,'_new_order_email_sent','true'),(99516,2242,'_order_stock_reduced','yes'),(99517,2242,'_billing_first_name','Tracy'),(99518,2242,'_billing_last_name','Copeland'),(99519,2242,'_billing_company','LCA SA WEST'),(99520,2242,'_billing_address_1','14223 Silverhollow'),(99521,2242,'_billing_city','San Antonio'),(99522,2242,'_billing_state','TX'),(99523,2242,'_billing_postcode','78232'),(99524,2242,'_billing_country','US'),(99525,2242,'_billing_email','info@liceclinicsofsanantonio.com'),(99526,2242,'_billing_phone','2103135033'),(99527,2242,'_shipping_first_name','Tracy'),(99528,2242,'_shipping_last_name','Copeland'),(99529,2242,'_shipping_company','LCA SA WEST'),(99530,2242,'_shipping_address_1','14223 Silverhollow'),(99531,2242,'_shipping_city','San Antonio'),(99532,2242,'_shipping_state','TX'),(99533,2242,'_shipping_postcode','78232'),(99534,2242,'_shipping_country','US'),(99535,2242,'_order_currency','USD'),(99536,2242,'_cart_discount','0'),(99537,2242,'_cart_discount_tax','0'),(99538,2242,'_order_shipping','0'),(99539,2242,'_order_shipping_tax','0'),(99540,2242,'_order_tax','0'),(99541,2242,'_order_total','820.96'),(99542,2242,'_order_version','8.2.1'),(99543,2242,'_prices_include_tax','no'),(99544,2242,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(99545,2242,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(99548,2242,'is_vat_exempt','no'),(99549,2242,'Payment type','instant'),(99550,2242,'_paypal_status','completed'),(99551,2242,'_transaction_id','28S39077M7085912G'),(99552,2242,'PayPal Transaction Fee','29.14'),(99553,2242,'_date_paid','1698273668'),(99554,2242,'_paid_date','2023-10-25 22:41:08'),(99561,2243,'_order_key','wc_order_84JGVhcsTuaHx'),(99562,2243,'_customer_user','21'),(99563,2243,'_payment_method','paypal'),(99564,2243,'_payment_method_title','PayPal'),(99565,2243,'_customer_ip_address','173.216.41.12'),(99566,2243,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Avast/117.0.0.0'),(99567,2243,'_created_via','checkout'),(99568,2243,'_cart_hash','ec76d0fffc0c26c3196ade5a0deab7d1'),(99569,2243,'_download_permissions_granted','yes'),(99570,2243,'_recorded_sales','yes'),(99571,2243,'_recorded_coupon_usage_counts','yes'),(99572,2243,'_new_order_email_sent','true'),(99573,2243,'_order_stock_reduced','yes'),(99574,2243,'_billing_first_name','LCA'),(99575,2243,'_billing_last_name','Arkansas'),(99576,2243,'_billing_company','LCA - Central Arkansas'),(99577,2243,'_billing_address_1','1011 N. 2nd St., Ste. D'),(99578,2243,'_billing_city','Cabot'),(99579,2243,'_billing_state','AR'),(99580,2243,'_billing_postcode','72023'),(99581,2243,'_billing_country','US'),(99582,2243,'_billing_email','liceclinicslittlerock@gmail.com'),(99583,2243,'_billing_phone','15014249396'),(99584,2243,'_shipping_first_name','LCA'),(99585,2243,'_shipping_last_name','Arkansas'),(99586,2243,'_shipping_company','LCA - Central Arkansas'),(99587,2243,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(99588,2243,'_shipping_city','Cabot'),(99589,2243,'_shipping_state','AR'),(99590,2243,'_shipping_postcode','72023'),(99591,2243,'_shipping_country','US'),(99592,2243,'_order_currency','USD'),(99593,2243,'_cart_discount','0'),(99594,2243,'_cart_discount_tax','0'),(99595,2243,'_order_shipping','0'),(99596,2243,'_order_shipping_tax','0'),(99597,2243,'_order_tax','0'),(99598,2243,'_order_total','505.75'),(99599,2243,'_order_version','8.2.1'),(99600,2243,'_prices_include_tax','no'),(99601,2243,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(99602,2243,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(99603,2243,'is_vat_exempt','no'),(99604,2243,'Payment type','instant'),(99605,2243,'_paypal_status','completed'),(99606,2243,'_transaction_id','46T3252284387153U'),(99607,2243,'PayPal Transaction Fee','18.14'),(99608,2243,'_date_paid','1698345165'),(99609,2243,'_paid_date','2023-10-26 18:32:45'),(99610,2230,'_edit_lock','1698346323:2'),(99611,2238,'_edit_lock','1698346352:2'),(99612,2230,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262811\";s:12:\"date_shipped\";s:10:\"1698278400\";s:11:\"tracking_id\";s:32:\"8428b293ed53495d0caf401b4b482975\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830262822\";s:12:\"date_shipped\";i:1698346449;s:11:\"tracking_id\";s:32:\"17079c313d6d61962527425b11a625c2\";}}'),(99613,2230,'_edit_last','2'),(99614,2230,'_date_completed','1698346452'),(99615,2230,'_completed_date','2023-10-26 18:54:12'),(99616,2238,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263472\";s:12:\"date_shipped\";s:10:\"1698278400\";s:11:\"tracking_id\";s:32:\"a4f0a25e707df3411cf8cc8720e5aa69\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830263483\";s:12:\"date_shipped\";i:1698346483;s:11:\"tracking_id\";s:32:\"5ec55cc3da9cc34d1cf4d1fa23e93d2e\";}}'),(99617,2238,'_edit_last','2'),(99618,2238,'_date_completed','1698346488'),(99619,2238,'_completed_date','2023-10-26 18:54:48'),(99620,2242,'_edit_lock','1698346990:2'),(99621,2242,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264284\";s:12:\"date_shipped\";s:10:\"1698278400\";s:11:\"tracking_id\";s:32:\"2b17f06ec2dda19bcfee4722c9369f6d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264273\";s:12:\"date_shipped\";i:1698347102;s:11:\"tracking_id\";s:32:\"7a8266be02cc38efa34ee24e40f2f377\";}}'),(99622,2242,'_edit_last','2'),(99623,2242,'_date_completed','1698347106'),(99624,2242,'_completed_date','2023-10-26 19:05:06'),(99631,2244,'_order_key','wc_order_jNjzzGtbi158Y'),(99632,2244,'_customer_user','20'),(99633,2244,'_payment_method','paypal'),(99634,2244,'_payment_method_title','PayPal'),(99635,2244,'_customer_ip_address','45.51.241.116'),(99636,2244,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(99637,2244,'_created_via','checkout'),(99638,2244,'_cart_hash','5cfe1bbda253ae9383a221bd87fd7076'),(99639,2244,'_download_permissions_granted','yes'),(99640,2244,'_recorded_sales','yes'),(99641,2244,'_recorded_coupon_usage_counts','yes'),(99642,2244,'_new_order_email_sent','true'),(99643,2244,'_order_stock_reduced','yes'),(99644,2244,'_billing_first_name','Hasani'),(99645,2244,'_billing_last_name','Thompson'),(99646,2244,'_billing_company','Heat in Hair'),(99647,2244,'_billing_address_1','27225 Camp Plenty Road'),(99648,2244,'_billing_address_2','1D'),(99649,2244,'_billing_city','Santa Clarita'),(99650,2244,'_billing_state','CA'),(99651,2244,'_billing_postcode','91351'),(99652,2244,'_billing_country','US'),(99653,2244,'_billing_email','info@liceclinicssantaclarita.com'),(99654,2244,'_billing_phone','6615850263'),(99655,2244,'_shipping_first_name','Hasani'),(99656,2244,'_shipping_last_name','Thompson'),(99657,2244,'_shipping_company','Heat in Hair'),(99658,2244,'_shipping_address_1','5145 Nightsky Place'),(99659,2244,'_shipping_city','Palmdale'),(99660,2244,'_shipping_state','CA'),(99661,2244,'_shipping_postcode','93552'),(99662,2244,'_shipping_country','US'),(99663,2244,'_order_currency','USD'),(99664,2244,'_cart_discount','0'),(99665,2244,'_cart_discount_tax','0'),(99666,2244,'_order_shipping','0'),(99667,2244,'_order_shipping_tax','0'),(99668,2244,'_order_tax','0'),(99669,2244,'_order_total','581.56'),(99670,2244,'_order_version','8.2.1'),(99671,2244,'_prices_include_tax','no'),(99672,2244,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(99673,2244,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(99674,2244,'is_vat_exempt','no'),(99675,2244,'Payment type','instant'),(99676,2244,'_paypal_status','completed'),(99677,2244,'_transaction_id','61045095Y89334848'),(99678,2244,'PayPal Transaction Fee','20.79'),(99679,2244,'_date_paid','1698381126'),(99680,2244,'_paid_date','2023-10-27 04:32:06'),(99681,2243,'_edit_lock','1698411755:2'),(99682,2243,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264310\";s:12:\"date_shipped\";s:10:\"1698364800\";s:11:\"tracking_id\";s:32:\"cfa4561015d16c6a217572c905a61d04\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264300\";s:12:\"date_shipped\";i:1698411837;s:11:\"tracking_id\";s:32:\"cd15517b7a5e042e08f0e5df11f0267c\";}}'),(99683,2243,'_edit_last','2'),(99684,2243,'_date_completed','1698411840'),(99685,2243,'_completed_date','2023-10-27 13:04:00'),(99686,2244,'_edit_lock','1698434090:2'),(99687,2244,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264365\";s:12:\"date_shipped\";s:10:\"1698364800\";s:11:\"tracking_id\";s:32:\"eee9fb264bce6187c13d3670514ce653\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264354\";s:12:\"date_shipped\";i:1698427931;s:11:\"tracking_id\";s:32:\"14752248f2585e6e037332c2c0cc3df2\";}}'),(99688,2244,'_edit_last','2'),(99689,2244,'_date_completed','1698427933'),(99690,2244,'_completed_date','2023-10-27 17:32:13'),(99692,2245,'_order_key','wc_order_p8Zn16jAWw18F'),(99693,2245,'_customer_user','76'),(99694,2245,'_payment_method','paypal'),(99695,2245,'_payment_method_title','PayPal'),(99696,2245,'_customer_ip_address','71.234.104.107'),(99697,2245,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(99698,2245,'_created_via','checkout'),(99699,2245,'_cart_hash','dc72014af735bdb0daea5801c8b43bc2'),(99700,2245,'_download_permissions_granted','yes'),(99701,2245,'_recorded_sales','yes'),(99702,2245,'_recorded_coupon_usage_counts','yes'),(99703,2245,'_new_order_email_sent','true'),(99704,2245,'_order_stock_reduced','yes'),(99705,2245,'_billing_first_name','Naomi'),(99706,2245,'_billing_last_name','Golden'),(99707,2245,'_billing_company','LCA'),(99708,2245,'_billing_address_1','31 Mann Ave'),(99709,2245,'_billing_city','Needham'),(99710,2245,'_billing_state','MA'),(99711,2245,'_billing_postcode','02492'),(99712,2245,'_billing_country','US'),(99713,2245,'_billing_email','nrgolden6486@gmail.com'),(99714,2245,'_billing_phone','617-851-1322'),(99715,2245,'_shipping_first_name','Naomi'),(99716,2245,'_shipping_last_name','Golden'),(99717,2245,'_shipping_company','LCA'),(99718,2245,'_shipping_address_1','1349 Centre Street'),(99719,2245,'_shipping_city','Newton'),(99720,2245,'_shipping_state','MA'),(99721,2245,'_shipping_postcode','02459'),(99722,2245,'_shipping_country','US'),(99723,2245,'_order_currency','USD'),(99724,2245,'_cart_discount','0'),(99725,2245,'_cart_discount_tax','0'),(99726,2245,'_order_shipping','0'),(99727,2245,'_order_shipping_tax','0'),(99728,2245,'_order_tax','0'),(99729,2245,'_order_total','527.40'),(99730,2245,'_order_version','8.2.1'),(99731,2245,'_prices_include_tax','no'),(99732,2245,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(99733,2245,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street  Newton MA 02459 US '),(99734,2245,'is_vat_exempt','no'),(99735,2245,'Payment type','instant'),(99736,2245,'_paypal_status','completed'),(99737,2245,'_transaction_id','7G738091VG5151611'),(99738,2245,'PayPal Transaction Fee','18.90'),(99739,2245,'_date_paid','1698670940'),(99740,2245,'_paid_date','2023-10-30 13:02:20'),(99745,2245,'_edit_lock','1698697712:2'),(99746,2245,'_edit_last','2'),(99747,2245,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264733\";s:12:\"date_shipped\";s:10:\"1698624000\";s:11:\"tracking_id\";s:32:\"4603d8fcbda2447cdc2cb03decd744b8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830264722\";s:12:\"date_shipped\";i:1698696334;s:11:\"tracking_id\";s:32:\"212752c7e6af3a1c1becc2e0fe5de5b6\";}}'),(99748,2245,'_date_completed','1698696337'),(99749,2245,'_completed_date','2023-10-30 20:05:37'),(99750,2246,'_order_key','wc_order_rvrlzFyp8YP6Q'),(99751,2246,'_customer_user','87'),(99752,2246,'_payment_method','paypal'),(99753,2246,'_payment_method_title','PayPal'),(99754,2246,'_customer_ip_address','75.7.15.79'),(99755,2246,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(99756,2246,'_created_via','checkout'),(99757,2246,'_cart_hash','597af8eb4cd4a05d80581835434acefb'),(99758,2246,'_download_permissions_granted','yes'),(99759,2246,'_recorded_sales','yes'),(99760,2246,'_recorded_coupon_usage_counts','yes'),(99761,2246,'_new_order_email_sent','true'),(99762,2246,'_order_stock_reduced','yes'),(99763,2246,'_billing_first_name','Wade'),(99764,2246,'_billing_last_name','Huntsman'),(99765,2246,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(99766,2246,'_billing_address_1','3421 E 21st'),(99767,2246,'_billing_city','Tulsa'),(99768,2246,'_billing_state','OK'),(99769,2246,'_billing_postcode','74114'),(99770,2246,'_billing_country','US'),(99771,2246,'_billing_email','info@liceclinicsmidsouth.com'),(99772,2246,'_billing_phone','9189783329'),(99773,2246,'_shipping_first_name','Wade'),(99774,2246,'_shipping_last_name','Huntsman'),(99775,2246,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(99776,2246,'_shipping_address_1','3421 E 21st'),(99777,2246,'_shipping_city','Tulsa'),(99778,2246,'_shipping_state','OK'),(99779,2246,'_shipping_postcode','74114'),(99780,2246,'_shipping_country','US'),(99781,2246,'_order_currency','USD'),(99782,2246,'_cart_discount','0'),(99783,2246,'_cart_discount_tax','0'),(99784,2246,'_order_shipping','0'),(99785,2246,'_order_shipping_tax','0'),(99786,2246,'_order_tax','0'),(99787,2246,'_order_total','544.64'),(99788,2246,'_order_version','8.2.1'),(99789,2246,'_prices_include_tax','no'),(99790,2246,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(99791,2246,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(99792,2246,'is_vat_exempt','no'),(99793,2246,'Payment type','instant'),(99794,2246,'_paypal_status','completed'),(99795,2246,'_transaction_id','495690718U3875600'),(99796,2246,'PayPal Transaction Fee','19.50'),(99797,2246,'_date_paid','1698760834'),(99798,2246,'_paid_date','2023-10-31 14:00:34'),(99799,298,'_edit_lock','1698768747:2'),(99800,298,'_edit_last','2'),(99803,274,'_edit_lock','1698768777:2'),(99804,274,'_edit_last','2'),(99811,2247,'_order_key','wc_order_yGpAsgHgiRwdo'),(99812,2247,'_customer_user','50'),(99813,2247,'_payment_method','paypal'),(99814,2247,'_payment_method_title','PayPal'),(99815,2247,'_customer_ip_address','73.219.108.253'),(99816,2247,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(99817,2247,'_created_via','checkout'),(99818,2247,'_cart_hash','91f15c39bf136f56cbc658343b7a18b9'),(99819,2247,'_download_permissions_granted','yes'),(99820,2247,'_recorded_sales','yes'),(99821,2247,'_recorded_coupon_usage_counts','yes'),(99822,2247,'_new_order_email_sent','true'),(99823,2247,'_order_stock_reduced','yes'),(99824,2247,'_billing_first_name','Christine'),(99825,2247,'_billing_last_name','Cherry'),(99826,2247,'_billing_company','NITS END'),(99827,2247,'_billing_address_1','PO BOX 1092'),(99828,2247,'_billing_city','Campton'),(99829,2247,'_billing_state','NH'),(99830,2247,'_billing_postcode','03223'),(99831,2247,'_billing_country','US'),(99832,2247,'_billing_email','info@liceclinicsplaistow.com'),(99833,2247,'_billing_phone','16034983390'),(99834,2247,'_shipping_first_name','Ivy'),(99835,2247,'_shipping_last_name','Shannon'),(99836,2247,'_shipping_company','Nits End'),(99837,2247,'_shipping_address_1','125 Nash Rd'),(99838,2247,'_shipping_address_2','Apt B'),(99839,2247,'_shipping_city','Windham'),(99840,2247,'_shipping_state','ME'),(99841,2247,'_shipping_postcode','04062'),(99842,2247,'_shipping_country','US'),(99843,2247,'_order_currency','USD'),(99844,2247,'_cart_discount','0'),(99845,2247,'_cart_discount_tax','0'),(99846,2247,'_order_shipping','46.28'),(99847,2247,'_order_shipping_tax','0'),(99848,2247,'_order_tax','0'),(99849,2247,'_order_total','377.03'),(99850,2247,'_order_version','8.2.1'),(99851,2247,'_prices_include_tax','no'),(99852,2247,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(99853,2247,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(99854,2247,'is_vat_exempt','no'),(99855,2247,'Payment type','instant'),(99856,2247,'_paypal_status','completed'),(99857,2247,'_transaction_id','2HJ70499NH655842U'),(99858,2247,'PayPal Transaction Fee','13.65'),(99859,2247,'_date_paid','1698773227'),(99860,2247,'_paid_date','2023-10-31 17:27:07'),(99861,2247,'_edit_lock','1698846462:2'),(99862,2247,'_edit_last','2'),(99864,2248,'_order_key','wc_order_ET0dLMw6vjrq9'),(99865,2248,'_customer_user','82'),(99866,2248,'_payment_method','paypal'),(99867,2248,'_payment_method_title','PayPal'),(99868,2248,'_customer_ip_address','98.218.24.92'),(99869,2248,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(99870,2248,'_created_via','checkout'),(99871,2248,'_cart_hash','33cd1f1ca270368abae9a0fc3e935052'),(99872,2248,'_download_permissions_granted','yes'),(99873,2248,'_recorded_sales','yes'),(99874,2248,'_recorded_coupon_usage_counts','yes'),(99875,2248,'_new_order_email_sent','true'),(99876,2248,'_order_stock_reduced','yes'),(99877,2248,'_billing_first_name','Nigel'),(99878,2248,'_billing_last_name','Le'),(99879,2248,'_billing_address_1','6080 FRANCONIA ROAD'),(99880,2248,'_billing_address_2','SUITE D'),(99881,2248,'_billing_city','ALEXANDRIA'),(99882,2248,'_billing_state','VA'),(99883,2248,'_billing_postcode','22310'),(99884,2248,'_billing_country','US'),(99885,2248,'_billing_email','sonnynguyenle@gmail.com'),(99886,2248,'_billing_phone','703-520-9000'),(99887,2248,'_shipping_first_name','SONNY'),(99888,2248,'_shipping_last_name','LE'),(99889,2248,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(99890,2248,'_shipping_city','FAIRFAX'),(99891,2248,'_shipping_state','VA'),(99892,2248,'_shipping_postcode','22030'),(99893,2248,'_shipping_country','US'),(99894,2248,'_order_currency','USD'),(99895,2248,'_cart_discount','0'),(99896,2248,'_cart_discount_tax','0'),(99897,2248,'_order_shipping','0'),(99898,2248,'_order_shipping_tax','0'),(99899,2248,'_order_tax','0'),(99900,2248,'_order_total','714.00'),(99901,2248,'_order_version','8.2.1'),(99902,2248,'_prices_include_tax','no'),(99903,2248,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(99904,2248,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(99905,2248,'is_vat_exempt','no'),(99906,2248,'Payment type','instant'),(99907,2248,'_paypal_status','completed'),(99908,2248,'_transaction_id','1RP25116WW817945E'),(99909,2248,'PayPal Transaction Fee','25.41'),(99910,2248,'_date_paid','1698785686'),(99911,2248,'_paid_date','2023-10-31 20:54:46'),(99912,2246,'_edit_lock','1698845411:2'),(99913,2246,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265041\";s:12:\"date_shipped\";s:10:\"1698796800\";s:11:\"tracking_id\";s:32:\"51c750a170a2acff7eb6efeb9cf5ba29\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265030\";s:12:\"date_shipped\";i:1698845547;s:11:\"tracking_id\";s:32:\"b20fb167dc4eb9f37cd55c6c412aa034\";}}'),(99914,2246,'_edit_last','2'),(99915,2246,'_date_completed','1698845550'),(99916,2246,'_completed_date','2023-11-01 13:32:30'),(99917,2247,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265074\";s:12:\"date_shipped\";s:10:\"1698796800\";s:11:\"tracking_id\";s:32:\"f28bf1ee77048c1b98574361e5f82760\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265063\";s:12:\"date_shipped\";i:1698845590;s:11:\"tracking_id\";s:32:\"90b5edd3617915751b9230f17580542b\";}}'),(99918,2247,'_date_completed','1698845593'),(99919,2247,'_completed_date','2023-11-01 13:33:13'),(99920,2249,'_order_key','wc_order_m19VVWM0mSx6J'),(99921,2249,'_customer_user','66'),(99922,2249,'_payment_method','paypal'),(99923,2249,'_payment_method_title','PayPal'),(99924,2249,'_customer_ip_address','69.250.30.77'),(99925,2249,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(99926,2249,'_created_via','checkout'),(99927,2249,'_cart_hash','69248db280f3818248f59bcc1594710c'),(99928,2249,'_download_permissions_granted','yes'),(99929,2249,'_recorded_sales','yes'),(99930,2249,'_recorded_coupon_usage_counts','yes'),(99931,2249,'_new_order_email_sent','true'),(99932,2249,'_order_stock_reduced','yes'),(99933,2249,'_billing_first_name','Mark'),(99934,2249,'_billing_last_name','Dent'),(99935,2249,'_billing_company','Lice Clinics of Maryland'),(99936,2249,'_billing_address_1','801 W 33rd Street'),(99937,2249,'_billing_city','BAltimore'),(99938,2249,'_billing_state','MD'),(99939,2249,'_billing_postcode','21211'),(99940,2249,'_billing_country','US'),(99941,2249,'_billing_email','info@liceclinicsofmaryland.com'),(99942,2249,'_billing_phone','4438349991'),(99943,2249,'_shipping_first_name','Dawn'),(99944,2249,'_shipping_last_name','Mumaw'),(99945,2249,'_shipping_company','LCA Baltimore'),(99946,2249,'_shipping_address_1','604 Providence Road'),(99947,2249,'_shipping_city','Towson'),(99948,2249,'_shipping_state','MD'),(99949,2249,'_shipping_postcode','21286'),(99950,2249,'_shipping_country','US'),(99951,2249,'_order_currency','USD'),(99952,2249,'_cart_discount','0'),(99953,2249,'_cart_discount_tax','0'),(99954,2249,'_order_shipping','0'),(99955,2249,'_order_shipping_tax','0'),(99956,2249,'_order_tax','0'),(99957,2249,'_order_total','960.52'),(99958,2249,'_order_version','8.2.1'),(99959,2249,'_prices_include_tax','no'),(99960,2249,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(99961,2249,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(99963,2249,'is_vat_exempt','no'),(99964,2249,'Payment type','instant'),(99965,2249,'_paypal_status','completed'),(99966,2249,'_transaction_id','9LF17445U0597535K'),(99967,2249,'PayPal Transaction Fee','34.01'),(99968,2249,'_date_paid','1698855869'),(99969,2249,'_paid_date','2023-11-01 16:24:29'),(99970,2250,'_order_key','wc_order_PmHhRg5qkVXS0'),(99971,2250,'_customer_user','47'),(99972,2250,'_payment_method','paypal'),(99973,2250,'_payment_method_title','PayPal'),(99974,2250,'_customer_ip_address','64.183.221.78'),(99975,2250,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(99976,2250,'_created_via','checkout'),(99977,2250,'_cart_hash','16ccf1063712583f12e274e5b72ba9f3'),(99978,2250,'_download_permissions_granted','yes'),(99979,2250,'_recorded_sales','yes'),(99980,2250,'_recorded_coupon_usage_counts','yes'),(99981,2250,'_new_order_email_sent','true'),(99982,2250,'_order_stock_reduced','yes'),(99983,2250,'_billing_first_name','Tracy'),(99984,2250,'_billing_last_name','Copeland'),(99985,2250,'_billing_company','LCA SA EAST'),(99986,2250,'_billing_address_1','14223 Silverhollow'),(99987,2250,'_billing_city','San Antonio'),(99988,2250,'_billing_state','TX'),(99989,2250,'_billing_postcode','78232'),(99990,2250,'_billing_country','US'),(99991,2250,'_billing_email','info@liceclinicsofsanantonio.com'),(99992,2250,'_billing_phone','2103135033'),(99993,2250,'_shipping_first_name','Tracy'),(99994,2250,'_shipping_last_name','Copeland'),(99995,2250,'_shipping_company','LCA SA EAST'),(99996,2250,'_shipping_address_1','14223 Silverhollow'),(99997,2250,'_shipping_city','San Antonio'),(99998,2250,'_shipping_state','TX'),(99999,2250,'_shipping_postcode','78232'),(100000,2250,'_shipping_country','US'),(100001,2250,'_order_currency','USD'),(100002,2250,'_cart_discount','0'),(100003,2250,'_cart_discount_tax','0'),(100004,2250,'_order_shipping','0'),(100005,2250,'_order_shipping_tax','0'),(100006,2250,'_order_tax','0'),(100007,2250,'_order_total','749.20'),(100008,2250,'_order_version','8.2.1'),(100009,2250,'_prices_include_tax','no'),(100010,2250,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(100011,2250,'_shipping_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US '),(100012,2250,'is_vat_exempt','no'),(100013,2250,'Payment type','instant'),(100014,2250,'_paypal_status','completed'),(100015,2250,'_transaction_id','0VN36895X5083812F'),(100016,2250,'PayPal Transaction Fee','26.64'),(100017,2250,'_date_paid','1698860926'),(100018,2250,'_paid_date','2023-11-01 17:48:46'),(100019,2249,'_edit_lock','1698929629:2'),(100020,2248,'_edit_lock','1698929812:2'),(100021,2250,'_edit_lock','1699319347:2'),(100022,2250,'_edit_last','2'),(100023,2249,'_edit_last','2'),(100024,2248,'_edit_last','2'),(100036,2251,'_order_key','wc_order_xtVDbfEETQ2Nj'),(100037,2251,'_customer_user','8'),(100038,2251,'_payment_method','paypal'),(100039,2251,'_payment_method_title','PayPal'),(100040,2251,'_customer_ip_address','99.125.232.5'),(100041,2251,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(100042,2251,'_created_via','checkout'),(100043,2251,'_cart_hash','c74c3f8279e3f81d780db6458c3a54a8'),(100044,2251,'_download_permissions_granted','yes'),(100045,2251,'_recorded_sales','yes'),(100046,2251,'_recorded_coupon_usage_counts','yes'),(100047,2251,'_new_order_email_sent','true'),(100048,2251,'_order_stock_reduced','yes'),(100049,2251,'_billing_first_name','Amy'),(100050,2251,'_billing_last_name','Sharp'),(100051,2251,'_billing_company','Nit Wits'),(100052,2251,'_billing_address_1','6002 Sweetbay Dr'),(100053,2251,'_billing_city','Crestwood'),(100054,2251,'_billing_state','KY'),(100055,2251,'_billing_postcode','40014'),(100056,2251,'_billing_country','US'),(100057,2251,'_billing_email','asharp@ht-school.org'),(100058,2251,'_billing_phone','15023109281'),(100059,2251,'_shipping_first_name','Amy'),(100060,2251,'_shipping_last_name','Sharp'),(100061,2251,'_shipping_company','LCA Nit Wits'),(100062,2251,'_shipping_address_1','9302 New LaGrange Road'),(100063,2251,'_shipping_address_2','Unit H'),(100064,2251,'_shipping_city','Louisville'),(100065,2251,'_shipping_state','KY'),(100066,2251,'_shipping_postcode','40242'),(100067,2251,'_shipping_country','US'),(100068,2251,'_order_currency','USD'),(100069,2251,'_cart_discount','0'),(100070,2251,'_cart_discount_tax','0'),(100071,2251,'_order_shipping','13.29'),(100072,2251,'_order_shipping_tax','0'),(100073,2251,'_order_tax','0'),(100074,2251,'_order_total','13.29'),(100075,2251,'_order_version','8.2.2'),(100076,2251,'_prices_include_tax','no'),(100077,2251,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(100078,2251,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(100079,2251,'is_vat_exempt','no'),(100080,2249,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265214\";s:12:\"date_shipped\";s:10:\"1698883200\";s:11:\"tracking_id\";s:32:\"1139be63c3dbb600c61532f5b4c19aaf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265203\";s:12:\"date_shipped\";i:1698929750;s:11:\"tracking_id\";s:32:\"bbd7c382b39864b63b5707f379ee9370\";}}'),(100081,2249,'_date_completed','1698929752'),(100082,2249,'_completed_date','2023-11-02 12:55:52'),(100083,2248,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265155\";s:12:\"date_shipped\";s:10:\"1698883200\";s:11:\"tracking_id\";s:32:\"c1ded816311eef3cf5d838a84dd3bc68\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265144\";s:12:\"date_shipped\";i:1698929788;s:11:\"tracking_id\";s:32:\"bdc494920d9553d2cd34ff811fbe6e9b\";}}'),(100084,2248,'_date_completed','1698929792'),(100085,2248,'_completed_date','2023-11-02 12:56:32'),(100086,2252,'_order_key','wc_order_cSczO98bbOvRQ'),(100087,2252,'_customer_user','67'),(100088,2252,'_payment_method','paypal'),(100089,2252,'_payment_method_title','PayPal'),(100090,2252,'_customer_ip_address','74.77.55.50'),(100091,2252,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100092,2252,'_created_via','checkout'),(100093,2252,'_cart_hash','ebda253b9182626c361729ccaa817daa'),(100094,2252,'_download_permissions_granted','yes'),(100095,2252,'_recorded_sales','yes'),(100096,2252,'_recorded_coupon_usage_counts','yes'),(100097,2252,'_new_order_email_sent','true'),(100098,2252,'_order_stock_reduced','yes'),(100099,2252,'_billing_first_name','Marnie'),(100100,2252,'_billing_last_name','Murray'),(100101,2252,'_billing_company','Naughty Nits'),(100102,2252,'_billing_address_1','2809 Wehrle Drive'),(100103,2252,'_billing_address_2','Suite 10'),(100104,2252,'_billing_city','Williamsville'),(100105,2252,'_billing_state','NY'),(100106,2252,'_billing_postcode','14221'),(100107,2252,'_billing_country','US'),(100108,2252,'_billing_email','liceclinicsupstateny@gmail.com'),(100109,2252,'_billing_phone','7166265423'),(100110,2252,'_shipping_first_name','Marnie'),(100111,2252,'_shipping_last_name','Murray'),(100112,2252,'_shipping_company','LCA Buffalo'),(100113,2252,'_shipping_address_1','2809 Wehrle Drive'),(100114,2252,'_shipping_address_2','Suite 10'),(100115,2252,'_shipping_city','Williamsville'),(100116,2252,'_shipping_state','NY'),(100117,2252,'_shipping_postcode','14221'),(100118,2252,'_shipping_country','US'),(100119,2252,'_order_currency','USD'),(100120,2252,'_cart_discount','0'),(100121,2252,'_cart_discount_tax','0'),(100122,2252,'_order_shipping','0'),(100123,2252,'_order_shipping_tax','0'),(100124,2252,'_order_tax','0'),(100125,2252,'_order_total','509.12'),(100126,2252,'_order_version','8.2.1'),(100127,2252,'_prices_include_tax','no'),(100128,2252,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(100129,2252,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(100130,2252,'is_vat_exempt','no'),(100131,2252,'Payment type','instant'),(100132,2252,'_paypal_status','completed'),(100133,2252,'_transaction_id','3B2492940X841004M'),(100134,2252,'PayPal Transaction Fee','18.26'),(100135,2252,'_date_paid','1698939382'),(100136,2252,'_paid_date','2023-11-02 15:36:22'),(100137,2253,'_order_key','wc_order_4aOaIkm0OHnbn'),(100138,2253,'_customer_user','60'),(100139,2253,'_payment_method','paypal'),(100140,2253,'_payment_method_title','PayPal'),(100141,2253,'_customer_ip_address','174.192.135.142'),(100142,2253,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(100143,2253,'_created_via','checkout'),(100144,2253,'_cart_hash','298406a1894bb78689b7c83ff58b23d1'),(100145,2253,'_download_permissions_granted','yes'),(100146,2253,'_recorded_sales','yes'),(100147,2253,'_recorded_coupon_usage_counts','yes'),(100148,2253,'_new_order_email_sent','true'),(100149,2253,'_order_stock_reduced','yes'),(100150,2253,'_billing_first_name','Jill'),(100151,2253,'_billing_last_name','Leshtz'),(100152,2253,'_billing_company','Lice clinics of America-North Shore'),(100153,2253,'_billing_address_1','1580 Lancelot Avenue'),(100154,2253,'_billing_city','Highland park'),(100155,2253,'_billing_state','IL'),(100156,2253,'_billing_postcode','60035'),(100157,2253,'_billing_country','US'),(100158,2253,'_billing_email','jleshtz@gmail.com'),(100159,2253,'_billing_phone','8473639001'),(100160,2253,'_shipping_first_name','Jill'),(100161,2253,'_shipping_last_name','Leshtz'),(100162,2253,'_shipping_company','Lice clinics of America-North Shore'),(100163,2253,'_shipping_address_1','1580 Lancelot Avenue'),(100164,2253,'_shipping_city','Highland park'),(100165,2253,'_shipping_state','IL'),(100166,2253,'_shipping_postcode','60035'),(100167,2253,'_shipping_country','US'),(100168,2253,'_order_currency','USD'),(100169,2253,'_cart_discount','0'),(100170,2253,'_cart_discount_tax','0'),(100171,2253,'_order_shipping','14.02'),(100172,2253,'_order_shipping_tax','0'),(100173,2253,'_order_tax','0'),(100174,2253,'_order_total','14.02'),(100175,2253,'_order_version','8.2.1'),(100176,2253,'_prices_include_tax','no'),(100177,2253,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(100178,2253,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(100179,2253,'is_vat_exempt','no'),(100180,2254,'_order_key','wc_order_EDNelAHUt9aty'),(100181,2254,'_customer_user','60'),(100182,2254,'_payment_method','paypal'),(100183,2254,'_payment_method_title','PayPal'),(100184,2254,'_customer_ip_address','174.192.135.142'),(100185,2254,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(100186,2254,'_created_via','checkout'),(100187,2254,'_cart_hash','7fc50a4204e2ed829b87c4e335270b52'),(100188,2254,'_download_permissions_granted','yes'),(100189,2254,'_recorded_sales','yes'),(100190,2254,'_recorded_coupon_usage_counts','yes'),(100191,2254,'_new_order_email_sent','true'),(100192,2254,'_order_stock_reduced','yes'),(100193,2254,'_billing_first_name','Jill'),(100194,2254,'_billing_last_name','Leshtz'),(100195,2254,'_billing_company','Lice clinics of America-North Shore'),(100196,2254,'_billing_address_1','1580 Lancelot Avenue'),(100197,2254,'_billing_city','Highland park'),(100198,2254,'_billing_state','IL'),(100199,2254,'_billing_postcode','60035'),(100200,2254,'_billing_country','US'),(100201,2254,'_billing_email','jleshtz@gmail.com'),(100202,2254,'_billing_phone','8473639001'),(100203,2254,'_shipping_first_name','Jill'),(100204,2254,'_shipping_last_name','Leshtz'),(100205,2254,'_shipping_company','Lice clinics of America-North Shore'),(100206,2254,'_shipping_address_1','1580 Lancelot Avenue'),(100207,2254,'_shipping_city','Highland park'),(100208,2254,'_shipping_state','IL'),(100209,2254,'_shipping_postcode','60035'),(100210,2254,'_shipping_country','US'),(100211,2254,'_order_currency','USD'),(100212,2254,'_cart_discount','0'),(100213,2254,'_cart_discount_tax','0'),(100214,2254,'_order_shipping','14.02'),(100215,2254,'_order_shipping_tax','0'),(100216,2254,'_order_tax','0'),(100217,2254,'_order_total','14.02'),(100218,2254,'_order_version','8.2.1'),(100219,2254,'_prices_include_tax','no'),(100220,2254,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(100221,2254,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(100222,2254,'is_vat_exempt','no'),(100223,2255,'_order_key','wc_order_yWM8yfTUgWwUc'),(100224,2255,'_customer_user','77'),(100225,2255,'_payment_method','paypal'),(100226,2255,'_payment_method_title','PayPal'),(100227,2255,'_customer_ip_address','107.205.56.86'),(100228,2255,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(100229,2255,'_created_via','checkout'),(100230,2255,'_cart_hash','96ffedc5d88be0790ae4bdee05bdaf99'),(100231,2255,'_download_permissions_granted','yes'),(100232,2255,'_recorded_sales','yes'),(100233,2255,'_recorded_coupon_usage_counts','yes'),(100234,2255,'_new_order_email_sent','true'),(100235,2255,'_order_stock_reduced','yes'),(100236,2255,'_billing_first_name','Phil'),(100237,2255,'_billing_last_name','Moon'),(100238,2255,'_billing_company','Lice Clinics of America--Central Valley'),(100239,2255,'_billing_address_1','585 56th Street'),(100240,2255,'_billing_city','Oakland'),(100241,2255,'_billing_state','CA'),(100242,2255,'_billing_postcode','94609'),(100243,2255,'_billing_country','US'),(100244,2255,'_billing_email','info@liceclinicsfresno.com'),(100245,2255,'_billing_phone','5593046305'),(100246,2255,'_shipping_first_name','Kristen'),(100247,2255,'_shipping_last_name','Maroot-Rippee'),(100248,2255,'_shipping_company','Lice Busters LLC. Central Valley'),(100249,2255,'_shipping_address_1','487 W. Scott Avenue'),(100250,2255,'_shipping_city','Fresno'),(100251,2255,'_shipping_state','CA'),(100252,2255,'_shipping_postcode','93704'),(100253,2255,'_shipping_country','US'),(100254,2255,'_order_currency','USD'),(100255,2255,'_cart_discount','0'),(100256,2255,'_cart_discount_tax','0'),(100257,2255,'_order_shipping','0'),(100258,2255,'_order_shipping_tax','0'),(100259,2255,'_order_tax','0'),(100260,2255,'_order_total','1010.08'),(100261,2255,'_order_version','8.2.1'),(100262,2255,'_prices_include_tax','no'),(100263,2255,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(100264,2255,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(100265,2255,'is_vat_exempt','no'),(100266,2255,'Payment type','instant'),(100267,2255,'_paypal_status','completed'),(100268,2255,'_transaction_id','2DT67426JA128653R'),(100269,2255,'PayPal Transaction Fee','35.74'),(100270,2255,'_date_paid','1698952117'),(100271,2255,'_paid_date','2023-11-02 19:08:37'),(100272,2254,'_edit_lock','1699032658:2'),(100273,2253,'_edit_lock','1699032724:2'),(100274,2254,'_edit_last','2'),(100275,2253,'_edit_last','2'),(100276,2252,'_edit_lock','1698958498:2'),(100277,2252,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265464\";s:12:\"date_shipped\";s:10:\"1698883200\";s:11:\"tracking_id\";s:32:\"94a160cf8566d40710cb1fb748388d4b\";}}'),(100278,2252,'_edit_last','2'),(100279,2252,'_date_completed','1698958570'),(100280,2252,'_completed_date','2023-11-02 20:56:10'),(100281,2254,'Payment type','instant'),(100282,2254,'_paypal_status','completed'),(100283,2254,'_transaction_id','66631616CS221311H'),(100284,2254,'PayPal Transaction Fee','0.98'),(100285,2254,'_date_paid','1698959106'),(100286,2254,'_paid_date','2023-11-02 21:05:06'),(100287,2253,'Payment type','instant'),(100288,2253,'_paypal_status','completed'),(100289,2253,'_transaction_id','32S12777XV8591211'),(100290,2253,'PayPal Transaction Fee','0.98'),(100291,2253,'_date_paid','1698959158'),(100292,2253,'_paid_date','2023-11-02 21:05:58'),(100293,2256,'_order_key','wc_order_bO7qdWOwJy5aB'),(100294,2256,'_customer_user','64'),(100295,2256,'_payment_method','paypal'),(100296,2256,'_payment_method_title','PayPal'),(100297,2256,'_customer_ip_address','98.97.61.109'),(100298,2256,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100299,2256,'_created_via','checkout'),(100300,2256,'_cart_hash','d68016eaf226461e04cab0df15d508b3'),(100301,2256,'_download_permissions_granted','yes'),(100302,2256,'_recorded_sales','yes'),(100303,2256,'_recorded_coupon_usage_counts','yes'),(100304,2256,'_new_order_email_sent','true'),(100305,2256,'_order_stock_reduced','yes'),(100306,2256,'_billing_first_name','Barrie'),(100307,2256,'_billing_last_name','Desmond'),(100308,2256,'_billing_address_1','50 ALAHELE PL'),(100309,2256,'_billing_city','Kihei'),(100310,2256,'_billing_state','HI'),(100311,2256,'_billing_postcode','96753-7809'),(100312,2256,'_billing_country','US'),(100313,2256,'_billing_email','info@liceclinicshawaii.com'),(100314,2256,'_billing_phone','8082834247'),(100315,2256,'_shipping_first_name','Barrie'),(100316,2256,'_shipping_last_name','Desmond'),(100317,2256,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 14277'),(100318,2256,'_shipping_address_1','1800 S. Anderson Avenue'),(100319,2256,'_shipping_city','Compton'),(100320,2256,'_shipping_state','CA'),(100321,2256,'_shipping_postcode','90220'),(100322,2256,'_shipping_country','US'),(100323,2256,'_order_currency','USD'),(100324,2256,'_cart_discount','0'),(100325,2256,'_cart_discount_tax','0'),(100326,2256,'_order_shipping','0'),(100327,2256,'_order_shipping_tax','0'),(100328,2256,'_order_tax','0'),(100329,2256,'_order_total','556.16'),(100330,2256,'_order_version','8.3.0'),(100331,2256,'_prices_include_tax','no'),(100332,2256,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(100333,2256,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 14277 1800 S. Anderson Avenue  Compton CA 90220 US '),(100334,2256,'is_vat_exempt','no'),(100335,2257,'_order_key','wc_order_zoyOBEqvqRaRg'),(100336,2257,'_customer_user','78'),(100337,2257,'_payment_method','paypal'),(100338,2257,'_payment_method_title','PayPal'),(100339,2257,'_customer_ip_address','172.56.167.212'),(100340,2257,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(100341,2257,'_created_via','checkout'),(100342,2257,'_cart_hash','be988572cdd218f2e84fb56e1d5e99b4'),(100343,2257,'_download_permissions_granted','yes'),(100344,2257,'_recorded_sales','yes'),(100345,2257,'_recorded_coupon_usage_counts','yes'),(100346,2257,'_new_order_email_sent','true'),(100347,2257,'_order_stock_reduced','yes'),(100348,2257,'_billing_first_name','Richard'),(100349,2257,'_billing_last_name','Florsheim'),(100350,2257,'_billing_company','Licura'),(100351,2257,'_billing_address_1','3827 w fairway heights dr'),(100352,2257,'_billing_city','Mequon'),(100353,2257,'_billing_state','NY'),(100354,2257,'_billing_postcode','53092'),(100355,2257,'_billing_country','US'),(100356,2257,'_billing_email','tara@liceclinicslongIsland.com'),(100357,2257,'_billing_phone','5619006382'),(100358,2257,'_shipping_first_name','Tara'),(100359,2257,'_shipping_last_name','Johnson'),(100360,2257,'_shipping_company','LCA'),(100361,2257,'_shipping_address_1','2330 Faye cr'),(100362,2257,'_shipping_city','Merrick'),(100363,2257,'_shipping_state','NY'),(100364,2257,'_shipping_postcode','11566'),(100365,2257,'_shipping_country','US'),(100366,2257,'_order_currency','USD'),(100367,2257,'_cart_discount','0'),(100368,2257,'_cart_discount_tax','0'),(100369,2257,'_order_shipping','13.26'),(100370,2257,'_order_shipping_tax','0'),(100371,2257,'_order_tax','0'),(100372,2257,'_order_total','146.22'),(100373,2257,'_order_version','8.2.1'),(100374,2257,'_prices_include_tax','no'),(100375,2257,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(100376,2257,'_shipping_address_index','Tara Johnson LCA 2330 Faye cr  Merrick NY 11566 US '),(100377,2257,'is_vat_exempt','no'),(100378,2257,'Payment type','instant'),(100379,2257,'_paypal_status','completed'),(100380,2257,'_transaction_id','59H854881G9077234'),(100381,2257,'PayPal Transaction Fee','5.59'),(100382,2257,'_date_paid','1699031547'),(100383,2257,'_paid_date','2023-11-03 17:12:27'),(100384,2255,'_edit_lock','1699032410:2'),(100385,2255,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265512\";s:12:\"date_shipped\";s:10:\"1698969600\";s:11:\"tracking_id\";s:32:\"c443bd43bda91e7a77210cc98d5c810f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265501\";s:12:\"date_shipped\";i:1699031624;s:11:\"tracking_id\";s:32:\"c6448ff863bb6ea86f603026a2e6a787\";}}'),(100386,2255,'_edit_last','2'),(100387,2255,'_date_completed','1699031627'),(100388,2255,'_completed_date','2023-11-03 17:13:47'),(100389,2254,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265523\";s:12:\"date_shipped\";s:10:\"1698969600\";s:11:\"tracking_id\";s:32:\"464b858f7b1407a3300eae3121d555d7\";}}'),(100390,2254,'_date_completed','1699032721'),(100391,2254,'_completed_date','2023-11-03 17:32:01'),(100392,2253,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265534\";s:12:\"date_shipped\";s:10:\"1698969600\";s:11:\"tracking_id\";s:32:\"b8240d64ecae85a2641625ab6520c58d\";}}'),(100393,2253,'_date_completed','1699032848'),(100394,2253,'_completed_date','2023-11-03 17:34:08'),(100395,2257,'_edit_lock','1699045442:2'),(100396,2257,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265604\";s:12:\"date_shipped\";s:10:\"1698969600\";s:11:\"tracking_id\";s:32:\"07d48417a4ab196f66f15bdaa46d8a69\";}}'),(100397,2257,'_edit_last','2'),(100398,2257,'_date_completed','1699045559'),(100399,2257,'_completed_date','2023-11-03 21:05:59'),(100400,2258,'_order_key','wc_order_trul6bk2ObjjK'),(100401,2258,'_customer_user','50'),(100402,2258,'_payment_method','paypal'),(100403,2258,'_payment_method_title','PayPal'),(100404,2258,'_customer_ip_address','73.219.108.253'),(100405,2258,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(100406,2258,'_created_via','checkout'),(100407,2258,'_cart_hash','5677261715983002e8908c4cfd4b59f6'),(100408,2258,'_download_permissions_granted','yes'),(100409,2258,'_recorded_sales','yes'),(100410,2258,'_recorded_coupon_usage_counts','yes'),(100411,2258,'_new_order_email_sent','true'),(100412,2258,'_order_stock_reduced','yes'),(100413,2258,'_billing_first_name','Christine'),(100414,2258,'_billing_last_name','Cherry'),(100415,2258,'_billing_company','NITS END'),(100416,2258,'_billing_address_1','PO BOX 1092'),(100417,2258,'_billing_city','Campton'),(100418,2258,'_billing_state','NH'),(100419,2258,'_billing_postcode','03223'),(100420,2258,'_billing_country','US'),(100421,2258,'_billing_email','info@liceclinicsplaistow.com'),(100422,2258,'_billing_phone','16034983390'),(100423,2258,'_shipping_first_name','Ivy'),(100424,2258,'_shipping_last_name','Shannon'),(100425,2258,'_shipping_company','Nits End'),(100426,2258,'_shipping_address_1','125 Nash Rd'),(100427,2258,'_shipping_address_2','Apt B'),(100428,2258,'_shipping_city','Windham'),(100429,2258,'_shipping_state','ME'),(100430,2258,'_shipping_postcode','04062'),(100431,2258,'_shipping_country','US'),(100432,2258,'_order_currency','USD'),(100433,2258,'_cart_discount','0'),(100434,2258,'_cart_discount_tax','0'),(100435,2258,'_order_shipping','0'),(100436,2258,'_order_shipping_tax','0'),(100437,2258,'_order_tax','0'),(100438,2258,'_order_total','515.40'),(100439,2258,'_order_version','8.2.1'),(100440,2258,'_prices_include_tax','no'),(100441,2258,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(100442,2258,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(100443,2258,'is_vat_exempt','no'),(100444,2258,'Payment type','instant'),(100445,2258,'_paypal_status','completed'),(100446,2258,'_transaction_id','4MM831827E879312B'),(100447,2258,'PayPal Transaction Fee','18.48'),(100448,2258,'_date_paid','1699045662'),(100449,2258,'_paid_date','2023-11-03 21:07:42'),(100450,2259,'_order_key','wc_order_ENlbevG2oKxKL'),(100451,2259,'_customer_user','50'),(100452,2259,'_payment_method','paypal'),(100453,2259,'_payment_method_title','PayPal'),(100454,2259,'_customer_ip_address','73.219.108.253'),(100455,2259,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(100456,2259,'_created_via','checkout'),(100457,2259,'_cart_hash','c75d157d45b537c9bf40da688b24c939'),(100458,2259,'_download_permissions_granted','yes'),(100459,2259,'_recorded_sales','yes'),(100460,2259,'_recorded_coupon_usage_counts','yes'),(100461,2259,'_new_order_email_sent','true'),(100462,2259,'_order_stock_reduced','yes'),(100463,2259,'_billing_first_name','Christine'),(100464,2259,'_billing_last_name','Cherry'),(100465,2259,'_billing_company','NITS END'),(100466,2259,'_billing_address_1','PO BOX 1092'),(100467,2259,'_billing_city','Campton'),(100468,2259,'_billing_state','NH'),(100469,2259,'_billing_postcode','03223'),(100470,2259,'_billing_country','US'),(100471,2259,'_billing_email','info@liceclinicsplaistow.com'),(100472,2259,'_billing_phone','16034983390'),(100473,2259,'_shipping_first_name','Megan'),(100474,2259,'_shipping_last_name','O\'Neil'),(100475,2259,'_shipping_company','LCA - Nits End / 149091'),(100476,2259,'_shipping_address_1','18 Sheridan St'),(100477,2259,'_shipping_city','Haverhill'),(100478,2259,'_shipping_state','MA'),(100479,2259,'_shipping_postcode','01830'),(100480,2259,'_shipping_country','US'),(100481,2259,'_order_currency','USD'),(100482,2259,'_cart_discount','0'),(100483,2259,'_cart_discount_tax','0'),(100484,2259,'_order_shipping','19.45'),(100485,2259,'_order_shipping_tax','0'),(100486,2259,'_order_tax','0'),(100487,2259,'_order_total','351.85'),(100488,2259,'_order_version','8.2.1'),(100489,2259,'_prices_include_tax','no'),(100490,2259,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(100491,2259,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 18 Sheridan St  Haverhill MA 01830 US '),(100492,2259,'is_vat_exempt','no'),(100493,2259,'Payment type','instant'),(100494,2259,'_paypal_status','completed'),(100495,2259,'_transaction_id','1R23281525524084R'),(100496,2259,'PayPal Transaction Fee','12.77'),(100497,2259,'_date_paid','1699132667'),(100498,2259,'_paid_date','2023-11-04 21:17:47'),(100499,2260,'_order_key','wc_order_1QsioiQQV908Q'),(100500,2260,'_customer_user','6'),(100501,2260,'_payment_method','paypal'),(100502,2260,'_payment_method_title','PayPal'),(100503,2260,'_customer_ip_address','98.244.29.91'),(100504,2260,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100505,2260,'_created_via','checkout'),(100506,2260,'_cart_hash','89c3052b803674548338dc910c17402f'),(100507,2260,'_download_permissions_granted','yes'),(100508,2260,'_recorded_sales','yes'),(100509,2260,'_recorded_coupon_usage_counts','yes'),(100510,2260,'_new_order_email_sent','true'),(100511,2260,'_order_stock_reduced','yes'),(100512,2260,'_billing_first_name','Amira'),(100513,2260,'_billing_last_name','Purto'),(100514,2260,'_billing_address_1','2628 Acapulco Way'),(100515,2260,'_billing_city','Modesto'),(100516,2260,'_billing_state','CA'),(100517,2260,'_billing_postcode','95355'),(100518,2260,'_billing_country','US'),(100519,2260,'_billing_email','amira77@sbcglobal.net'),(100520,2260,'_billing_phone','2096422061'),(100521,2260,'_shipping_first_name','Amira'),(100522,2260,'_shipping_last_name','Purto'),(100523,2260,'_shipping_address_1','2628 Acapulco Way'),(100524,2260,'_shipping_city','Modesto'),(100525,2260,'_shipping_state','CA'),(100526,2260,'_shipping_postcode','95355'),(100527,2260,'_shipping_country','US'),(100528,2260,'_order_currency','USD'),(100529,2260,'_cart_discount','0'),(100530,2260,'_cart_discount_tax','0'),(100531,2260,'_order_shipping','0'),(100532,2260,'_order_shipping_tax','0'),(100533,2260,'_order_tax','0'),(100534,2260,'_order_total','761.42'),(100535,2260,'_order_version','8.2.2'),(100536,2260,'_prices_include_tax','no'),(100537,2260,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(100538,2260,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(100539,2260,'is_vat_exempt','no'),(100540,2260,'Payment type','instant'),(100541,2260,'_paypal_status','completed'),(100542,2260,'_transaction_id','9SJ32372NK921515W'),(100543,2260,'PayPal Transaction Fee','27.06'),(100544,2260,'_date_paid','1699209250'),(100545,2260,'_paid_date','2023-11-05 18:34:10'),(100546,2261,'_order_key','wc_order_H693Dgfi04aDt'),(100547,2261,'_customer_user','6'),(100548,2261,'_payment_method','paypal'),(100549,2261,'_payment_method_title','PayPal'),(100550,2261,'_customer_ip_address','98.244.29.91'),(100551,2261,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100552,2261,'_created_via','checkout'),(100553,2261,'_cart_hash','5a620b0d6e19604f95ad689a18e48719'),(100554,2261,'_download_permissions_granted','yes'),(100555,2261,'_recorded_sales','yes'),(100556,2261,'_recorded_coupon_usage_counts','yes'),(100557,2261,'_new_order_email_sent','true'),(100558,2261,'_order_stock_reduced','yes'),(100559,2261,'_billing_first_name','Amira'),(100560,2261,'_billing_last_name','Purto'),(100561,2261,'_billing_address_1','2628 Acapulco Way'),(100562,2261,'_billing_city','Modesto'),(100563,2261,'_billing_state','CA'),(100564,2261,'_billing_postcode','95355'),(100565,2261,'_billing_country','US'),(100566,2261,'_billing_email','amira77@sbcglobal.net'),(100567,2261,'_billing_phone','2096422061'),(100568,2261,'_shipping_first_name','Amira'),(100569,2261,'_shipping_last_name','Purto'),(100570,2261,'_shipping_address_1','2628 Acapulco Way'),(100571,2261,'_shipping_city','Modesto'),(100572,2261,'_shipping_state','CA'),(100573,2261,'_shipping_postcode','95355'),(100574,2261,'_shipping_country','US'),(100575,2261,'_order_currency','USD'),(100576,2261,'_cart_discount','0'),(100577,2261,'_cart_discount_tax','0'),(100578,2261,'_order_shipping','0'),(100579,2261,'_order_shipping_tax','0'),(100580,2261,'_order_tax','0'),(100581,2261,'_order_total','761.42'),(100582,2261,'_order_version','8.2.1'),(100583,2261,'_prices_include_tax','no'),(100584,2261,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(100585,2261,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(100586,2261,'is_vat_exempt','no'),(100587,2261,'Payment type','instant'),(100588,2261,'_paypal_status','completed'),(100589,2261,'_transaction_id','6HM400669R894564Y'),(100590,2261,'PayPal Transaction Fee','27.06'),(100591,2261,'_date_paid','1699210141'),(100592,2261,'_paid_date','2023-11-05 18:49:01'),(100594,2250,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265225\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"b00b82548360945c22de0a0062d895b8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265236\";s:12:\"date_shipped\";i:1699319331;s:11:\"tracking_id\";s:32:\"1823938226a1a2da317c05a88d49e1b9\";}}'),(100595,2250,'_date_completed','1699319364'),(100596,2250,'_completed_date','2023-11-07 01:09:24'),(100597,2259,'_edit_lock','1699319480:2'),(100598,2259,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265810\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"7f4644b1cd3f71805caa2df90cbc8354\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265810\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"410e5e2a003e116c2ce5dc6efd725d76\";}}'),(100599,2259,'_edit_last','2'),(100600,2259,'_date_completed','1699319513'),(100601,2259,'_completed_date','2023-11-07 01:11:53'),(100602,2258,'_edit_lock','1699319528:2'),(100603,2258,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265795\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"cfb83b276463b1a6348dba13f05e2ee5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265784\";s:12:\"date_shipped\";i:1699319642;s:11:\"tracking_id\";s:32:\"6389682ed49f4b7681dd7c2f0ae37f75\";}}'),(100604,2258,'_edit_last','2'),(100605,2258,'_date_completed','1699319662'),(100606,2258,'_completed_date','2023-11-07 01:14:22'),(100607,2261,'_edit_lock','1699319670:2'),(100608,2261,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265876\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"8d0b7022661e4d7a8fed8b7d77bad322\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265865\";s:12:\"date_shipped\";i:1699319744;s:11:\"tracking_id\";s:32:\"30b18aef70f7c18466fea66ecc02a202\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265854\";s:12:\"date_shipped\";i:1699319751;s:11:\"tracking_id\";s:32:\"31711eabc45360196f68cbfead33ad6c\";}}'),(100609,2261,'_edit_last','2'),(100610,2261,'_date_completed','1699319754'),(100611,2261,'_completed_date','2023-11-07 01:15:54'),(100612,2260,'_edit_lock','1699555314:2'),(100613,2260,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265968\";s:12:\"date_shipped\";s:10:\"1699315200\";s:11:\"tracking_id\";s:32:\"f0019601c1a36e83d6711eef601f3589\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265957\";s:12:\"date_shipped\";i:1699319902;s:11:\"tracking_id\";s:32:\"552e0ac70ade45a9c14b2fde95fa3c51\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830265946\";s:12:\"date_shipped\";i:1699320045;s:11:\"tracking_id\";s:32:\"fe1c5b0d757eb369547f319f862748f1\";}}'),(100614,2262,'_order_key','wc_order_AtpUOY6gFvA7t'),(100615,2262,'_customer_user','100'),(100616,2262,'_payment_method','paypal'),(100617,2262,'_payment_method_title','PayPal'),(100618,2262,'_customer_ip_address','73.70.153.140'),(100619,2262,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15'),(100620,2262,'_created_via','checkout'),(100621,2262,'_cart_hash','c0742db7839c083bc8c012f4766791b2'),(100622,2262,'_download_permissions_granted','yes'),(100623,2262,'_recorded_sales','yes'),(100624,2262,'_recorded_coupon_usage_counts','yes'),(100625,2262,'_new_order_email_sent','true'),(100626,2262,'_order_stock_reduced','yes'),(100627,2262,'_billing_first_name','Michael'),(100628,2262,'_billing_last_name','Beckman'),(100629,2262,'_billing_address_1','517 44th St'),(100630,2262,'_billing_address_2','Apt C'),(100631,2262,'_billing_city','Oakland'),(100632,2262,'_billing_state','CA'),(100633,2262,'_billing_postcode','94609'),(100634,2262,'_billing_country','US'),(100635,2262,'_billing_email','licetoknowyou@gmail.com'),(100636,2262,'_billing_phone','8585314583'),(100637,2262,'_shipping_first_name','Ibrahim'),(100638,2262,'_shipping_last_name','Moinuddin'),(100639,2262,'_shipping_company','Lice Clinics of America - Sunnyvale'),(100640,2262,'_shipping_address_1','43 Lester Ave'),(100641,2262,'_shipping_address_2','Apt 7'),(100642,2262,'_shipping_city','San Jose'),(100643,2262,'_shipping_state','CA'),(100644,2262,'_shipping_postcode','95125'),(100645,2262,'_shipping_country','US'),(100646,2262,'_order_currency','USD'),(100647,2262,'_cart_discount','0'),(100648,2262,'_cart_discount_tax','0'),(100649,2262,'_order_shipping','22.52'),(100650,2262,'_order_shipping_tax','0'),(100651,2262,'_order_tax','0'),(100652,2262,'_order_total','165.32'),(100653,2262,'_order_version','8.2.1'),(100654,2262,'_prices_include_tax','no'),(100655,2262,'_billing_address_index','Michael Beckman  517 44th St Apt C Oakland CA 94609 US licetoknowyou@gmail.com 8585314583'),(100656,2262,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 43 Lester Ave Apt 7 San Jose CA 95125 US '),(100657,2262,'is_vat_exempt','no'),(100658,2262,'Payment type','instant'),(100659,2262,'_paypal_status','completed'),(100660,2262,'_transaction_id','1DB33209H4853764E'),(100661,2262,'PayPal Transaction Fee','6.26'),(100662,2262,'_date_paid','1699329630'),(100663,2262,'_paid_date','2023-11-07 04:00:30'),(100664,2262,'_edit_lock','1699462767:2'),(100665,2262,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830266563\";s:12:\"date_shipped\";s:10:\"1699401600\";s:11:\"tracking_id\";s:32:\"4d14eab9c6082459954cecf1d3f18213\";}}'),(100666,2262,'_edit_last','2'),(100667,2262,'_date_completed','1699462311'),(100668,2262,'_completed_date','2023-11-08 16:51:51'),(100669,2263,'_order_key','wc_order_vV1fRsYegTQQI'),(100670,2263,'_customer_user','54'),(100671,2263,'_payment_method','paypal'),(100672,2263,'_payment_method_title','PayPal'),(100673,2263,'_customer_ip_address','172.58.166.87'),(100674,2263,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(100675,2263,'_created_via','checkout'),(100676,2263,'_cart_hash','aeae8f2dfeb1331d7002deb0426500cc'),(100677,2263,'_download_permissions_granted','yes'),(100678,2263,'_recorded_sales','yes'),(100679,2263,'_recorded_coupon_usage_counts','yes'),(100680,2263,'_new_order_email_sent','true'),(100681,2263,'_order_stock_reduced','yes'),(100682,2263,'_billing_first_name','Erin'),(100683,2263,'_billing_last_name','Hawn'),(100684,2263,'_billing_address_1','10 W Phillip Rd'),(100685,2263,'_billing_address_2','123'),(100686,2263,'_billing_city','Vernon Hills'),(100687,2263,'_billing_state','IL'),(100688,2263,'_billing_postcode','60061'),(100689,2263,'_billing_country','US'),(100690,2263,'_billing_email','info@liceclinicsvernonhills.com'),(100691,2263,'_billing_phone','8475960408'),(100692,2263,'_shipping_first_name','Erin'),(100693,2263,'_shipping_last_name','Hawn'),(100694,2263,'_shipping_address_1','1491 S Amarias Dr'),(100695,2263,'_shipping_city','Round lake'),(100696,2263,'_shipping_state','IL'),(100697,2263,'_shipping_postcode','60073'),(100698,2263,'_shipping_country','US'),(100699,2263,'_order_currency','USD'),(100700,2263,'_cart_discount','0'),(100701,2263,'_cart_discount_tax','0'),(100702,2263,'_order_shipping','0'),(100703,2263,'_order_shipping_tax','0'),(100704,2263,'_order_tax','0'),(100705,2263,'_order_total','670.68'),(100706,2263,'_order_version','8.2.2'),(100707,2263,'_prices_include_tax','no'),(100708,2263,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(100709,2263,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(100710,2263,'is_vat_exempt','no'),(100711,2263,'Payment type','instant'),(100712,2263,'_paypal_status','completed'),(100713,2263,'_transaction_id','0UC79492AN320871J'),(100714,2263,'PayPal Transaction Fee','23.90'),(100715,2263,'_date_paid','1699463678'),(100716,2263,'_paid_date','2023-11-08 17:14:38'),(100717,2264,'_order_key','wc_order_il6f9KIJpJWG2'),(100718,2264,'_customer_user','90'),(100719,2264,'_payment_method','paypal'),(100720,2264,'_payment_method_title','PayPal'),(100721,2264,'_customer_ip_address','75.48.216.88'),(100722,2264,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(100723,2264,'_created_via','checkout'),(100724,2264,'_cart_hash','32d47c2b9652f8c7637c744451a97079'),(100725,2264,'_download_permissions_granted','yes'),(100726,2264,'_recorded_sales','yes'),(100727,2264,'_recorded_coupon_usage_counts','yes'),(100728,2264,'_new_order_email_sent','true'),(100729,2264,'_order_stock_reduced','yes'),(100730,2264,'_billing_first_name','Mike'),(100731,2264,'_billing_last_name','Brehm'),(100732,2264,'_billing_address_1','5258 Plainfield Ave NE'),(100733,2264,'_billing_city','Grand Rapids'),(100734,2264,'_billing_state','MI'),(100735,2264,'_billing_postcode','49525'),(100736,2264,'_billing_country','US'),(100737,2264,'_billing_email','rapunzelscorinn@gmail.com'),(100738,2264,'_billing_phone','6164504125'),(100739,2264,'_shipping_first_name','Corinn'),(100740,2264,'_shipping_last_name','Nichols'),(100741,2264,'_shipping_company','LCA Remedy'),(100742,2264,'_shipping_address_1','3500 Dean Lake Ave NE'),(100743,2264,'_shipping_city','Grand Rapids'),(100744,2264,'_shipping_state','MI'),(100745,2264,'_shipping_postcode','49525'),(100746,2264,'_shipping_country','US'),(100747,2264,'_order_currency','USD'),(100748,2264,'_cart_discount','0'),(100749,2264,'_cart_discount_tax','0'),(100750,2264,'_order_shipping','18.81'),(100751,2264,'_order_shipping_tax','0'),(100752,2264,'_order_tax','0'),(100753,2264,'_order_total','287.76'),(100754,2264,'_order_version','8.2.2'),(100755,2264,'_prices_include_tax','no'),(100756,2264,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(100757,2264,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(100758,2264,'is_vat_exempt','no'),(100759,2264,'Payment type','instant'),(100760,2264,'_paypal_status','completed'),(100761,2264,'_transaction_id','44S53378D8348801H'),(100762,2264,'PayPal Transaction Fee','10.53'),(100763,2264,'_date_paid','1699477380'),(100764,2264,'_paid_date','2023-11-08 21:03:00'),(100771,2265,'_order_key','wc_order_vDba7QDXP4oTg'),(100772,2265,'_customer_user','3'),(100773,2265,'_payment_method','paypal'),(100774,2265,'_payment_method_title','PayPal'),(100775,2265,'_customer_ip_address','70.142.202.154'),(100776,2265,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100777,2265,'_created_via','checkout'),(100778,2265,'_cart_hash','e932caf5be1a85b77824730c856b64db'),(100779,2265,'_download_permissions_granted','no'),(100780,2265,'_recorded_sales','no'),(100781,2265,'_recorded_coupon_usage_counts','no'),(100782,2265,'_new_order_email_sent','false'),(100783,2265,'_order_stock_reduced','no'),(100784,2265,'_billing_first_name','Amanda'),(100785,2265,'_billing_last_name','Westerman'),(100786,2265,'_billing_company','Lice Clinics of America McKinney'),(100787,2265,'_billing_address_1','3120 Hudson Crossing'),(100788,2265,'_billing_address_2','Suite A2'),(100789,2265,'_billing_city','MCKINNEY'),(100790,2265,'_billing_state','TX'),(100791,2265,'_billing_postcode','75070'),(100792,2265,'_billing_country','US'),(100793,2265,'_billing_email','awesterman1103@gmail.com'),(100794,2265,'_billing_phone','2144175741'),(100795,2265,'_shipping_first_name','Amanda'),(100796,2265,'_shipping_last_name','Westerman'),(100797,2265,'_shipping_company','Lice Clinics of America McKinney'),(100798,2265,'_shipping_address_1','1709 Damian Way'),(100799,2265,'_shipping_city','Richardson'),(100800,2265,'_shipping_state','TX'),(100801,2265,'_shipping_postcode','75081'),(100802,2265,'_shipping_country','US'),(100803,2265,'_order_currency','USD'),(100804,2265,'_cart_discount','0'),(100805,2265,'_cart_discount_tax','0'),(100806,2265,'_order_shipping','0'),(100807,2265,'_order_shipping_tax','0'),(100808,2265,'_order_tax','0'),(100809,2265,'_order_total','1305.62'),(100810,2265,'_order_version','8.2.2'),(100811,2265,'_prices_include_tax','no'),(100812,2265,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(100813,2265,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(100814,2265,'is_vat_exempt','no'),(100815,2266,'_order_key','wc_order_u75IYRcfQoByr'),(100816,2266,'_customer_user','3'),(100817,2266,'_payment_method','paypal'),(100818,2266,'_payment_method_title','PayPal'),(100819,2266,'_customer_ip_address','70.142.202.154'),(100820,2266,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(100821,2266,'_created_via','checkout'),(100822,2266,'_cart_hash','e932caf5be1a85b77824730c856b64db'),(100823,2266,'_download_permissions_granted','yes'),(100824,2266,'_recorded_sales','yes'),(100825,2266,'_recorded_coupon_usage_counts','yes'),(100826,2266,'_new_order_email_sent','true'),(100827,2266,'_order_stock_reduced','yes'),(100828,2266,'_billing_first_name','Amanda'),(100829,2266,'_billing_last_name','Westerman'),(100830,2266,'_billing_company','Lice Clinics of America McKinney'),(100831,2266,'_billing_address_1','3120 Hudson Crossing'),(100832,2266,'_billing_address_2','Suite A2'),(100833,2266,'_billing_city','MCKINNEY'),(100834,2266,'_billing_state','TX'),(100835,2266,'_billing_postcode','75070'),(100836,2266,'_billing_country','US'),(100837,2266,'_billing_email','awesterman1103@gmail.com'),(100838,2266,'_billing_phone','2144175741'),(100839,2266,'_shipping_first_name','Amanda'),(100840,2266,'_shipping_last_name','Westerman'),(100841,2266,'_shipping_company','Lice Clinics of America McKinney'),(100842,2266,'_shipping_address_1','1709 Damian Way'),(100843,2266,'_shipping_city','Richardson'),(100844,2266,'_shipping_state','TX'),(100845,2266,'_shipping_postcode','75081'),(100846,2266,'_shipping_country','US'),(100847,2266,'_order_currency','USD'),(100848,2266,'_cart_discount','0'),(100849,2266,'_cart_discount_tax','0'),(100850,2266,'_order_shipping','0'),(100851,2266,'_order_shipping_tax','0'),(100852,2266,'_order_tax','0'),(100853,2266,'_order_total','1305.62'),(100854,2266,'_order_version','8.2.2'),(100855,2266,'_prices_include_tax','no'),(100856,2266,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(100857,2266,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(100859,2266,'is_vat_exempt','no'),(100860,2266,'Payment type','instant'),(100861,2266,'_paypal_status','completed'),(100862,2266,'_transaction_id','70812523S6155332B'),(100863,2266,'PayPal Transaction Fee','46.06'),(100864,2266,'_date_paid','1699547151'),(100865,2266,'_paid_date','2023-11-09 16:25:51'),(100868,2263,'_edit_lock','1699554294:2'),(100869,2263,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830266817\";s:12:\"date_shipped\";s:10:\"1699488000\";s:11:\"tracking_id\";s:32:\"1510fba8ad142fafc9d6f20c2cf6e052\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830266806\";s:12:\"date_shipped\";i:1699554424;s:11:\"tracking_id\";s:32:\"5192c0cbfb4038ea6ea2399ae614b216\";}}'),(100870,2263,'_edit_last','2'),(100871,2263,'_date_completed','1699554426'),(100872,2263,'_completed_date','2023-11-09 18:27:06'),(100873,2260,'_edit_last','2'),(100874,2260,'_date_completed','1699554476'),(100875,2260,'_completed_date','2023-11-09 18:27:56'),(100880,2268,'_order_key','wc_order_a95YXJG0YFOGg'),(100881,2268,'_customer_user','79'),(100882,2268,'_payment_method','paypal'),(100883,2268,'_payment_method_title','PayPal'),(100884,2268,'_customer_ip_address','71.91.158.65'),(100885,2268,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(100886,2268,'_created_via','checkout'),(100887,2268,'_cart_hash','e43295665938f142fa4f84e746369622'),(100888,2268,'_download_permissions_granted','yes'),(100889,2268,'_recorded_sales','yes'),(100890,2268,'_recorded_coupon_usage_counts','yes'),(100891,2268,'_new_order_email_sent','true'),(100892,2268,'_order_stock_reduced','yes'),(100893,2268,'_billing_first_name','Shanna'),(100894,2268,'_billing_last_name','Castille'),(100895,2268,'_billing_address_1','1097 Hundley Rd'),(100896,2268,'_billing_city','Eunice'),(100897,2268,'_billing_state','LA'),(100898,2268,'_billing_postcode','70535'),(100899,2268,'_billing_country','US'),(100900,2268,'_billing_email','Shanna_sr09@yahoo.com'),(100901,2268,'_billing_phone','3374668998'),(100902,2268,'_shipping_first_name','Shanna'),(100903,2268,'_shipping_last_name','Castille'),(100904,2268,'_shipping_address_1','1097 Hundley Rd'),(100905,2268,'_shipping_city','Eunice'),(100906,2268,'_shipping_state','LA'),(100907,2268,'_shipping_postcode','70535'),(100908,2268,'_shipping_country','US'),(100909,2268,'_order_currency','USD'),(100910,2268,'_cart_discount','0'),(100911,2268,'_cart_discount_tax','0'),(100912,2268,'_order_shipping','0'),(100913,2268,'_order_shipping_tax','0'),(100914,2268,'_order_tax','0'),(100915,2268,'_order_total','663.81'),(100916,2268,'_order_version','8.2.2'),(100917,2268,'_prices_include_tax','no'),(100918,2268,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(100919,2268,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US '),(100921,2268,'is_vat_exempt','no'),(100922,2268,'Payment type','instant'),(100923,2268,'_paypal_status','completed'),(100924,2268,'_transaction_id','0YJ138457Y513850L'),(100925,2268,'PayPal Transaction Fee','23.66'),(100926,2268,'_date_paid','1699566286'),(100927,2268,'_paid_date','2023-11-09 21:44:46'),(100928,2269,'_order_key','wc_order_1DvDzdkJxKjjK'),(100929,2269,'_customer_user','5'),(100930,2269,'_payment_method','paypal'),(100931,2269,'_payment_method_title','PayPal'),(100932,2269,'_customer_ip_address','71.59.157.127'),(100933,2269,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(100934,2269,'_created_via','checkout'),(100935,2269,'_cart_hash','92b7040d9e00ea60ec112e06c9541576'),(100936,2269,'_download_permissions_granted','yes'),(100937,2269,'_recorded_sales','yes'),(100938,2269,'_recorded_coupon_usage_counts','yes'),(100939,2269,'_new_order_email_sent','true'),(100940,2269,'_order_stock_reduced','yes'),(100941,2269,'_billing_first_name','Mark'),(100942,2269,'_billing_last_name','Meyer'),(100943,2269,'_billing_company','lice clinics of america- portland'),(100944,2269,'_billing_address_1','5201 SW Westgate Dr suite 106'),(100945,2269,'_billing_address_2','106'),(100946,2269,'_billing_city','portland'),(100947,2269,'_billing_state','OR'),(100948,2269,'_billing_postcode','97221'),(100949,2269,'_billing_country','US'),(100950,2269,'_billing_email','noemi.and.mark@nwliceclinics.com'),(100951,2269,'_billing_phone','5034040475'),(100952,2269,'_shipping_first_name','Mark'),(100953,2269,'_shipping_last_name','Meyer'),(100954,2269,'_shipping_company','lice clinics of america- portland'),(100955,2269,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(100956,2269,'_shipping_address_2','106'),(100957,2269,'_shipping_city','portland'),(100958,2269,'_shipping_state','OR'),(100959,2269,'_shipping_postcode','97221'),(100960,2269,'_shipping_country','US'),(100961,2269,'_order_currency','USD'),(100962,2269,'_cart_discount','0'),(100963,2269,'_cart_discount_tax','0'),(100964,2269,'_order_shipping','0'),(100965,2269,'_order_shipping_tax','0'),(100966,2269,'_order_tax','0'),(100967,2269,'_order_total','2676.49'),(100968,2269,'_order_version','8.2.2'),(100969,2269,'_prices_include_tax','no'),(100970,2269,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(100971,2269,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(100972,2269,'is_vat_exempt','no'),(100973,2269,'Payment type','instant'),(100974,2269,'_paypal_status','completed'),(100975,2269,'_transaction_id','16M78853LC4288120'),(100976,2269,'PayPal Transaction Fee','93.90'),(100977,2269,'_date_paid','1699566534'),(100978,2269,'_paid_date','2023-11-09 21:48:54'),(100979,2270,'_order_key','wc_order_jambI7Ll04oTz'),(100980,2270,'_customer_user','98'),(100981,2270,'_payment_method','paypal'),(100982,2270,'_payment_method_title','PayPal'),(100983,2270,'_customer_ip_address','73.219.108.253'),(100984,2270,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(100985,2270,'_created_via','checkout'),(100986,2270,'_cart_hash','31008e7083cdb887e8ee3d7d2d37dfde'),(100987,2270,'_download_permissions_granted','yes'),(100988,2270,'_recorded_sales','yes'),(100989,2270,'_recorded_coupon_usage_counts','yes'),(100990,2270,'_new_order_email_sent','true'),(100991,2270,'_order_stock_reduced','yes'),(100992,2270,'_billing_first_name','Christine'),(100993,2270,'_billing_last_name','Cherry'),(100994,2270,'_billing_company','NITS END'),(100995,2270,'_billing_address_1','PO BOX 1092'),(100996,2270,'_billing_city','Campton'),(100997,2270,'_billing_state','NH'),(100998,2270,'_billing_postcode','03223'),(100999,2270,'_billing_country','US'),(101000,2270,'_billing_email','christine@liceclinicscolumbus.com'),(101001,2270,'_billing_phone','16034983390'),(101002,2270,'_shipping_first_name','Erica'),(101003,2270,'_shipping_last_name','Froggatt'),(101004,2270,'_shipping_company','LCA'),(101005,2270,'_shipping_address_1','5910 Wilcox Place'),(101006,2270,'_shipping_address_2','Suite E'),(101007,2270,'_shipping_city','Dublin'),(101008,2270,'_shipping_state','OH'),(101009,2270,'_shipping_postcode','43016'),(101010,2270,'_shipping_country','US'),(101011,2270,'_order_currency','USD'),(101012,2270,'_cart_discount','0'),(101013,2270,'_cart_discount_tax','0'),(101014,2270,'_order_shipping','0'),(101015,2270,'_order_shipping_tax','0'),(101016,2270,'_order_tax','0'),(101017,2270,'_order_total','1372.96'),(101018,2270,'_order_version','8.2.2'),(101019,2270,'_prices_include_tax','no'),(101020,2270,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(101021,2270,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(101022,2270,'is_vat_exempt','no'),(101023,2270,'Payment type','instant'),(101024,2270,'_paypal_status','completed'),(101025,2270,'_transaction_id','15Y80618399152246'),(101026,2270,'PayPal Transaction Fee','48.41'),(101027,2270,'_date_paid','1699567959'),(101028,2270,'_paid_date','2023-11-09 22:12:39'),(101029,2271,'_order_key','wc_order_TsnsHT267wjru'),(101030,2271,'_customer_user','5'),(101031,2271,'_payment_method','paypal'),(101032,2271,'_payment_method_title','PayPal'),(101033,2271,'_customer_ip_address','71.59.157.127'),(101034,2271,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101035,2271,'_created_via','checkout'),(101036,2271,'_cart_hash','8cbfb003710cd056122f4564cfbbc059'),(101037,2271,'_download_permissions_granted','yes'),(101038,2271,'_recorded_sales','yes'),(101039,2271,'_recorded_coupon_usage_counts','yes'),(101040,2271,'_new_order_email_sent','true'),(101041,2271,'_order_stock_reduced','yes'),(101042,2271,'_billing_first_name','Mark'),(101043,2271,'_billing_last_name','Meyer'),(101044,2271,'_billing_company','lice clinics of america- portland'),(101045,2271,'_billing_address_1','5201 SW Westgate Dr suite 106'),(101046,2271,'_billing_address_2','#106'),(101047,2271,'_billing_city','Portland'),(101048,2271,'_billing_state','OR'),(101049,2271,'_billing_postcode','97221'),(101050,2271,'_billing_country','US'),(101051,2271,'_billing_email','noemi.and.mark@nwliceclinics.com'),(101052,2271,'_billing_phone','5034040475'),(101053,2271,'_shipping_first_name','Rebekka'),(101054,2271,'_shipping_last_name','James'),(101055,2271,'_shipping_company','Lice Clinics Of America'),(101056,2271,'_shipping_address_1','5102 162nd St Ct E'),(101057,2271,'_shipping_city','Tacoma'),(101058,2271,'_shipping_state','WA'),(101059,2271,'_shipping_postcode','98446'),(101060,2271,'_shipping_country','US'),(101061,2271,'_order_currency','USD'),(101062,2271,'_cart_discount','0'),(101063,2271,'_cart_discount_tax','0'),(101064,2271,'_order_shipping','0'),(101065,2271,'_order_shipping_tax','0'),(101066,2271,'_order_tax','0'),(101067,2271,'_order_total','2236.17'),(101068,2271,'_order_version','8.2.2'),(101069,2271,'_prices_include_tax','no'),(101070,2271,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(101071,2271,'_shipping_address_index','Rebekka James Lice Clinics Of America 5102 162nd St Ct E  Tacoma WA 98446 US '),(101072,2271,'is_vat_exempt','no'),(101073,2271,'Payment type','instant'),(101074,2271,'_paypal_status','completed'),(101075,2271,'_transaction_id','4AP722275P771180A'),(101076,2271,'PayPal Transaction Fee','78.53'),(101077,2271,'_date_paid','1699569135'),(101078,2271,'_paid_date','2023-11-09 22:32:15'),(101079,2266,'_edit_lock','1699570285:2'),(101080,2266,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267342\";s:12:\"date_shipped\";s:10:\"1699488000\";s:11:\"tracking_id\";s:32:\"68af957437dda40fe966a78b2f0fa95a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267331\";s:12:\"date_shipped\";i:1699570290;s:11:\"tracking_id\";s:32:\"d4cdea0b1287c11502d3332049e41af5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267320\";s:12:\"date_shipped\";i:1699570295;s:11:\"tracking_id\";s:32:\"e97f1d0111edb712fe0b63645a039b44\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267310\";s:12:\"date_shipped\";i:1699570300;s:11:\"tracking_id\";s:32:\"305fff70c8908aa668cff3069576c21a\";}}'),(101081,2266,'_edit_last','2'),(101082,2266,'_date_completed','1699570302'),(101083,2266,'_completed_date','2023-11-09 22:51:42'),(101084,2272,'_order_key','wc_order_Hb18yCCl2oFn0'),(101085,2272,'_customer_user','96'),(101086,2272,'_payment_method','paypal'),(101087,2272,'_payment_method_title','PayPal'),(101088,2272,'_customer_ip_address','75.162.177.64'),(101089,2272,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0'),(101090,2272,'_created_via','checkout'),(101091,2272,'_cart_hash','2e298d681e7ae0cb4fabe4782cd8a94d'),(101092,2272,'_download_permissions_granted','yes'),(101093,2272,'_recorded_sales','yes'),(101094,2272,'_recorded_coupon_usage_counts','yes'),(101095,2272,'_new_order_email_sent','true'),(101096,2272,'_order_stock_reduced','yes'),(101097,2272,'_billing_first_name','Jaimi'),(101098,2272,'_billing_last_name','Anderson'),(101099,2272,'_billing_company','Lice Clinics of America - Des Moines'),(101100,2272,'_billing_address_1','1139 Burlington Ter'),(101101,2272,'_billing_city','Des Moines'),(101102,2272,'_billing_state','IA'),(101103,2272,'_billing_postcode','50314'),(101104,2272,'_billing_country','US'),(101105,2272,'_billing_email','j.m.licesolutions@gmail.com'),(101106,2272,'_billing_phone','515-971-0667'),(101107,2272,'_shipping_first_name','Jaimi'),(101108,2272,'_shipping_last_name','Anderson'),(101109,2272,'_shipping_address_1','1139 Burlington Terrace'),(101110,2272,'_shipping_city','Des Moines'),(101111,2272,'_shipping_state','IA'),(101112,2272,'_shipping_postcode','50314'),(101113,2272,'_shipping_country','US'),(101114,2272,'_order_currency','USD'),(101115,2272,'_cart_discount','0'),(101116,2272,'_cart_discount_tax','0'),(101117,2272,'_order_shipping','0'),(101118,2272,'_order_shipping_tax','0'),(101119,2272,'_order_tax','0'),(101120,2272,'_order_total','1093.36'),(101121,2272,'_order_version','8.2.2'),(101122,2272,'_prices_include_tax','no'),(101123,2272,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(101124,2272,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(101125,2272,'is_vat_exempt','no'),(101126,2272,'Payment type','instant'),(101127,2272,'_paypal_status','completed'),(101128,2272,'_transaction_id','2YN94641VT401672E'),(101129,2272,'PayPal Transaction Fee','38.65'),(101130,2272,'_date_paid','1699570459'),(101131,2272,'_paid_date','2023-11-09 22:54:19'),(101132,2264,'_edit_lock','1699570698:2'),(101133,2264,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267169\";s:12:\"date_shipped\";s:10:\"1699488000\";s:11:\"tracking_id\";s:32:\"a9f07df17890ce526e42308f1b766b59\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267158\";s:12:\"date_shipped\";i:1699570802;s:11:\"tracking_id\";s:32:\"6baad56755c39cfb4b2a595cb55700da\";}}'),(101134,2264,'_edit_last','2'),(101135,2264,'_date_completed','1699570803'),(101136,2264,'_completed_date','2023-11-09 23:00:03'),(101141,2273,'_order_key','wc_order_uE8SW5OJ6Hg2K'),(101142,2273,'_customer_user','37'),(101143,2273,'_payment_method','paypal'),(101144,2273,'_payment_method_title','PayPal'),(101145,2273,'_customer_ip_address','207.155.69.101'),(101146,2273,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0'),(101147,2273,'_created_via','checkout'),(101148,2273,'_cart_hash','4a6be3a6a52ae637e1919c6ea8d9a467'),(101149,2273,'_download_permissions_granted','yes'),(101150,2273,'_recorded_sales','yes'),(101151,2273,'_recorded_coupon_usage_counts','yes'),(101152,2273,'_new_order_email_sent','true'),(101153,2273,'_order_stock_reduced','yes'),(101154,2273,'_billing_first_name','Melody'),(101155,2273,'_billing_last_name','Carter'),(101156,2273,'_billing_company','Family Hair Clinic of South Ga LLC'),(101157,2273,'_billing_address_1','7754 GA HIGHWAY 122 W'),(101158,2273,'_billing_city','HAHIRA'),(101159,2273,'_billing_state','GA'),(101160,2273,'_billing_postcode','31632-2210'),(101161,2273,'_billing_country','US'),(101162,2273,'_billing_email','familyhairclinic@gmail.com'),(101163,2273,'_billing_phone','2294151748'),(101164,2273,'_shipping_first_name','Melody'),(101165,2273,'_shipping_last_name','Carter'),(101166,2273,'_shipping_company','Family Hair Clinic of South Ga LLC'),(101167,2273,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(101168,2273,'_shipping_city','HAHIRA'),(101169,2273,'_shipping_state','GA'),(101170,2273,'_shipping_postcode','31632-2210'),(101171,2273,'_shipping_country','US'),(101172,2273,'_order_currency','USD'),(101173,2273,'_cart_discount','0'),(101174,2273,'_cart_discount_tax','0'),(101175,2273,'_order_shipping','19.99'),(101176,2273,'_order_shipping_tax','0'),(101177,2273,'_order_tax','0'),(101178,2273,'_order_total','279.91'),(101179,2273,'_order_version','8.2.2'),(101180,2273,'_prices_include_tax','no'),(101181,2273,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(101182,2273,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(101183,2273,'is_vat_exempt','no'),(101184,2273,'Payment type','instant'),(101185,2273,'_paypal_status','completed'),(101186,2273,'_transaction_id','0SC363816E8126726'),(101187,2273,'PayPal Transaction Fee','10.26'),(101188,2273,'_date_paid','1699632039'),(101189,2273,'_paid_date','2023-11-10 16:00:39'),(101190,2274,'_order_key','wc_order_3022UKxdHFhSH'),(101191,2274,'_customer_user','67'),(101192,2274,'_payment_method','paypal'),(101193,2274,'_payment_method_title','PayPal'),(101194,2274,'_customer_ip_address','74.77.55.50'),(101195,2274,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(101196,2274,'_created_via','checkout'),(101197,2274,'_cart_hash','6965fcc7fd706808f64fcf25693383f0'),(101198,2274,'_download_permissions_granted','yes'),(101199,2274,'_recorded_sales','yes'),(101200,2274,'_recorded_coupon_usage_counts','yes'),(101201,2274,'_new_order_email_sent','true'),(101202,2274,'_order_stock_reduced','yes'),(101203,2274,'_billing_first_name','Marnie'),(101204,2274,'_billing_last_name','Murray'),(101205,2274,'_billing_company','Naughty Nits'),(101206,2274,'_billing_address_1','2809 Wehrle Drive'),(101207,2274,'_billing_address_2','Suite 10'),(101208,2274,'_billing_city','Williamsville'),(101209,2274,'_billing_state','NY'),(101210,2274,'_billing_postcode','14221'),(101211,2274,'_billing_country','US'),(101212,2274,'_billing_email','liceclinicsupstateny@gmail.com'),(101213,2274,'_billing_phone','7166265423'),(101214,2274,'_shipping_first_name','Marnie'),(101215,2274,'_shipping_last_name','Murray'),(101216,2274,'_shipping_company','LCA Buffalo'),(101217,2274,'_shipping_address_1','2809 Wehrle Drive'),(101218,2274,'_shipping_address_2','Suite 10'),(101219,2274,'_shipping_city','Williamsville'),(101220,2274,'_shipping_state','NY'),(101221,2274,'_shipping_postcode','14221'),(101222,2274,'_shipping_country','US'),(101223,2274,'_order_currency','USD'),(101224,2274,'_cart_discount','0'),(101225,2274,'_cart_discount_tax','0'),(101226,2274,'_order_shipping','0'),(101227,2274,'_order_shipping_tax','0'),(101228,2274,'_order_tax','0'),(101229,2274,'_order_total','1763.19'),(101230,2274,'_order_version','8.2.2'),(101231,2274,'_prices_include_tax','no'),(101232,2274,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(101233,2274,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(101234,2274,'is_vat_exempt','no'),(101235,2274,'Payment type','instant'),(101236,2274,'_paypal_status','completed'),(101237,2274,'_transaction_id','2GJ49850X0934445U'),(101238,2274,'PayPal Transaction Fee','62.03'),(101239,2274,'_date_paid','1699637340'),(101240,2274,'_paid_date','2023-11-10 17:29:00'),(101241,2275,'_order_key','wc_order_TuumGQKLctkOk'),(101242,2275,'_customer_user','7'),(101243,2275,'_payment_method','paypal'),(101244,2275,'_payment_method_title','PayPal'),(101245,2275,'_customer_ip_address','71.93.225.128'),(101246,2275,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(101247,2275,'_created_via','checkout'),(101248,2275,'_cart_hash','e6b6d091377e52de35293daa4bda0407'),(101249,2275,'_download_permissions_granted','yes'),(101250,2275,'_recorded_sales','yes'),(101251,2275,'_recorded_coupon_usage_counts','yes'),(101252,2275,'_new_order_email_sent','true'),(101253,2275,'_order_stock_reduced','yes'),(101254,2275,'_billing_first_name','Amy'),(101255,2275,'_billing_last_name','Allen'),(101256,2275,'_billing_company','Lice Clinics Of America'),(101257,2275,'_billing_address_1','251 Promise Way'),(101258,2275,'_billing_city','Hollister'),(101259,2275,'_billing_state','CA'),(101260,2275,'_billing_postcode','95023'),(101261,2275,'_billing_country','US'),(101262,2275,'_billing_email','lca.gilroy@gmail.com'),(101263,2275,'_billing_phone','4085005537'),(101264,2275,'_shipping_first_name','Amy'),(101265,2275,'_shipping_last_name','Allen'),(101266,2275,'_shipping_company','Lice Clinics Of America - Gilroy'),(101267,2275,'_shipping_address_1','7680 Monterey St Ste 104'),(101268,2275,'_shipping_city','Gilroy'),(101269,2275,'_shipping_state','CA'),(101270,2275,'_shipping_postcode','95020'),(101271,2275,'_shipping_country','US'),(101272,2275,'_order_currency','USD'),(101273,2275,'_cart_discount','0'),(101274,2275,'_cart_discount_tax','0'),(101275,2275,'_order_shipping','0'),(101276,2275,'_order_shipping_tax','0'),(101277,2275,'_order_tax','0'),(101278,2275,'_order_total','1169.46'),(101279,2275,'_order_version','8.2.2'),(101280,2275,'_prices_include_tax','no'),(101281,2275,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(101282,2275,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(101283,2275,'is_vat_exempt','no'),(101284,2275,'Payment type','instant'),(101285,2275,'_paypal_status','completed'),(101286,2275,'_transaction_id','3YR68012CG4755249'),(101287,2275,'PayPal Transaction Fee','41.30'),(101288,2275,'_date_paid','1699645186'),(101289,2275,'_paid_date','2023-11-10 19:39:46'),(101290,1702,'Payment type','instant'),(101291,1702,'_paypal_status','completed'),(101292,1702,'_transaction_id','55232432PE0603337'),(101293,1702,'PayPal Transaction Fee','0.85'),(101294,1702,'_date_paid','1699646918'),(101295,1702,'_paid_date','2023-11-10 20:08:38'),(101296,2251,'_edit_lock','1700069916:2'),(101297,2251,'_edit_last','2'),(101348,2268,'_edit_lock','1699661230:2'),(101349,2268,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267364\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"514a7b2a22d9c4e7ab97ecd709b1bef3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267353\";s:12:\"date_shipped\";i:1699661223;s:11:\"tracking_id\";s:32:\"f97667193cf77e3ea80b3eaed73737c8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267353\";s:12:\"date_shipped\";i:1699661224;s:11:\"tracking_id\";s:32:\"864ef5bd5d885f572096c7a385d78389\";}}'),(101350,2268,'_edit_last','2'),(101351,2268,'_date_completed','1699661224'),(101352,2268,'_completed_date','2023-11-11 00:07:04'),(101353,2269,'_edit_lock','1699661173:2'),(101354,2269,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267423\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"0c56f647f9067047c363c4e06f656120\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267412\";s:12:\"date_shipped\";i:1699661259;s:11:\"tracking_id\";s:32:\"f15842c32224e10196347689286e5065\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267401\";s:12:\"date_shipped\";i:1699661265;s:11:\"tracking_id\";s:32:\"fe7487657c4adeb57e33eee93415e504\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267397\";s:12:\"date_shipped\";i:1699661271;s:11:\"tracking_id\";s:32:\"e691e75fa893817fd2bb64ad3d0eaed6\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267386\";s:12:\"date_shipped\";i:1699661276;s:11:\"tracking_id\";s:32:\"8ec40074e5d72bf5b9f9f5a54307851c\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267375\";s:12:\"date_shipped\";i:1699661281;s:11:\"tracking_id\";s:32:\"e25307e4c5adde2485ddfd6c2072d6c7\";}}'),(101355,2269,'_edit_last','2'),(101356,2269,'_date_completed','1699661285'),(101357,2269,'_completed_date','2023-11-11 00:08:05'),(101358,2273,'_edit_lock','1699661208:2'),(101359,2273,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267570\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"46710bc350c53e28bd5d546083130f39\";}}'),(101360,2273,'_edit_last','2'),(101361,2273,'_date_completed','1699661340'),(101362,2273,'_completed_date','2023-11-11 00:09:00'),(101363,2270,'_edit_lock','1699661250:2'),(101364,2270,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267456\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"0f62c306e65f7a021d6bbbc8d983007e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267445\";s:12:\"date_shipped\";i:1699661373;s:11:\"tracking_id\";s:32:\"01ba9eb2df8beee07dba6b26fbfc64b2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267434\";s:12:\"date_shipped\";i:1699661379;s:11:\"tracking_id\";s:32:\"db9cbc5ed2acaac797a90790e77e0392\";}}'),(101365,2270,'_edit_last','2'),(101366,2270,'_date_completed','1699661381'),(101367,2270,'_completed_date','2023-11-11 00:09:41'),(101368,2271,'_edit_lock','1699661314:2'),(101369,2271,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267651\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"547b2ccf94666886503f31aa5af64ed4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267640\";s:12:\"date_shipped\";i:1699661417;s:11:\"tracking_id\";s:32:\"995741f7b6604270d3396779a5c2a8b0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267630\";s:12:\"date_shipped\";i:1699661422;s:11:\"tracking_id\";s:32:\"82c24bc0974521cba3b12a247369d03a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267629\";s:12:\"date_shipped\";i:1699661428;s:11:\"tracking_id\";s:32:\"5f420bdc859f44c0e82ea0e3921fe865\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267618\";s:12:\"date_shipped\";i:1699661434;s:11:\"tracking_id\";s:32:\"5b86c85b37212c424d771d405563a629\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267607\";s:12:\"date_shipped\";i:1699661439;s:11:\"tracking_id\";s:32:\"ca2cc02573eef0c9844d8e4ab36e2586\";}}'),(101370,2271,'_edit_last','2'),(101371,2271,'_date_completed','1699661441'),(101372,2271,'_completed_date','2023-11-11 00:10:41'),(101373,2275,'_edit_lock','1699661424:2'),(101374,2275,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267846\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"d007c39f4ff6a73edf464cc5d315c79b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267835\";s:12:\"date_shipped\";i:1699661553;s:11:\"tracking_id\";s:32:\"285af0bfe8d49db21890eb4edf8b154c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267824\";s:12:\"date_shipped\";i:1699661559;s:11:\"tracking_id\";s:32:\"ec461fd3a5f5eea96bb4b712e36ddf90\";}}'),(101375,2275,'_edit_last','2'),(101376,2275,'_date_completed','1699661561'),(101377,2275,'_completed_date','2023-11-11 00:12:41'),(101378,2272,'_edit_lock','1699661460:2'),(101379,2272,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267798\";s:12:\"date_shipped\";s:10:\"1699660800\";s:11:\"tracking_id\";s:32:\"26205f3cda2ae1820ab6951e3fbe7d3e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267787\";s:12:\"date_shipped\";i:1699661592;s:11:\"tracking_id\";s:32:\"488ac96ba9dc4e3715d4a5bfbc8b8394\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267776\";s:12:\"date_shipped\";i:1699661597;s:11:\"tracking_id\";s:32:\"b6790e65d445def10702fe3ded5e6578\";}}'),(101380,2272,'_edit_last','2'),(101381,2272,'_date_completed','1699661600'),(101382,2272,'_completed_date','2023-11-11 00:13:20'),(101384,2276,'_order_key','wc_order_YbN1pYUJ5x2GK'),(101385,2276,'_customer_user','29'),(101386,2276,'_payment_method','paypal'),(101387,2276,'_payment_method_title','PayPal'),(101388,2276,'_customer_ip_address','68.81.51.31'),(101389,2276,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(101390,2276,'_created_via','checkout'),(101391,2276,'_cart_hash','51a8292b5b84235ba3b900597327f575'),(101392,2276,'_download_permissions_granted','yes'),(101393,2276,'_recorded_sales','yes'),(101394,2276,'_recorded_coupon_usage_counts','yes'),(101395,2276,'_new_order_email_sent','true'),(101396,2276,'_order_stock_reduced','yes'),(101397,2276,'_billing_first_name','Kevin'),(101398,2276,'_billing_last_name','Reilly'),(101399,2276,'_billing_address_1','5460 Richie Ct'),(101400,2276,'_billing_city','Pipersville'),(101401,2276,'_billing_state','PA'),(101402,2276,'_billing_postcode','18947'),(101403,2276,'_billing_country','US'),(101404,2276,'_billing_email','info@liceclinicslansdale.com'),(101405,2276,'_billing_phone','2156941408'),(101406,2276,'_shipping_first_name','Kevin'),(101407,2276,'_shipping_last_name','Reilly'),(101408,2276,'_shipping_company','LCA Lansdale'),(101409,2276,'_shipping_address_1','2131 North Broad Street'),(101410,2276,'_shipping_address_2','Suite 101'),(101411,2276,'_shipping_city','Lansdale'),(101412,2276,'_shipping_state','PA'),(101413,2276,'_shipping_postcode','19446'),(101414,2276,'_shipping_country','US'),(101415,2276,'_order_currency','USD'),(101416,2276,'_cart_discount','0'),(101417,2276,'_cart_discount_tax','0'),(101418,2276,'_order_shipping','19.76'),(101419,2276,'_order_shipping_tax','0'),(101420,2276,'_order_tax','0'),(101421,2276,'_order_total','255.59'),(101422,2276,'_order_version','8.2.2'),(101423,2276,'_prices_include_tax','no'),(101424,2276,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(101425,2276,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(101426,2276,'is_vat_exempt','no'),(101427,2276,'Payment type','instant'),(101428,2276,'_paypal_status','completed'),(101429,2276,'_transaction_id','9N270154DG025344U'),(101430,2276,'PayPal Transaction Fee','9.41'),(101431,2276,'_date_paid','1699679715'),(101432,2276,'_paid_date','2023-11-11 05:15:15'),(101433,2277,'_order_key','wc_order_Sxb2rSY98PJ8C'),(101434,2277,'_customer_user','61'),(101435,2277,'_payment_method','paypal'),(101436,2277,'_payment_method_title','PayPal'),(101437,2277,'_customer_ip_address','217.180.201.115'),(101438,2277,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101439,2277,'_created_via','checkout'),(101440,2277,'_cart_hash','53821f65b03235fc1e700de1fd7f07ed'),(101441,2277,'_download_permissions_granted','yes'),(101442,2277,'_recorded_sales','yes'),(101443,2277,'_recorded_coupon_usage_counts','yes'),(101444,2277,'_new_order_email_sent','true'),(101445,2277,'_order_stock_reduced','yes'),(101446,2277,'_billing_first_name','Judith'),(101447,2277,'_billing_last_name','Hayden'),(101448,2277,'_billing_company','LCAL Hayden LLC'),(101449,2277,'_billing_address_1','1795 Alysheba Way'),(101450,2277,'_billing_address_2','Ste 4105'),(101451,2277,'_billing_city','Lexington'),(101452,2277,'_billing_state','KY'),(101453,2277,'_billing_postcode','40509'),(101454,2277,'_billing_country','US'),(101455,2277,'_billing_email','judy@liceclinicslexington.com'),(101456,2277,'_billing_phone','8595376966'),(101457,2277,'_shipping_first_name','Judy'),(101458,2277,'_shipping_last_name','Hayden'),(101459,2277,'_shipping_company','Lice Clinics of America'),(101460,2277,'_shipping_address_1','6905 Burlington Pike'),(101461,2277,'_shipping_address_2','Ste A'),(101462,2277,'_shipping_city','Florence'),(101463,2277,'_shipping_state','KY'),(101464,2277,'_shipping_postcode','41042'),(101465,2277,'_shipping_country','US'),(101466,2277,'_order_currency','USD'),(101467,2277,'_cart_discount','0'),(101468,2277,'_cart_discount_tax','0'),(101469,2277,'_order_shipping','0'),(101470,2277,'_order_shipping_tax','0'),(101471,2277,'_order_tax','0'),(101472,2277,'_order_total','598.92'),(101473,2277,'_order_version','8.2.2'),(101474,2277,'_prices_include_tax','no'),(101475,2277,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(101476,2277,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(101477,2277,'is_vat_exempt','no'),(101478,2277,'Payment type','instant'),(101479,2277,'_paypal_status','completed'),(101480,2277,'_transaction_id','3YP04371SR748263U'),(101481,2277,'PayPal Transaction Fee','21.39'),(101482,2277,'_date_paid','1699880248'),(101483,2277,'_paid_date','2023-11-13 12:57:28'),(101484,2278,'_order_key','wc_order_MsmDKnGPMxCuw'),(101485,2278,'_customer_user','11'),(101486,2278,'_payment_method','paypal'),(101487,2278,'_payment_method_title','PayPal'),(101488,2278,'_customer_ip_address','74.131.22.162'),(101489,2278,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(101490,2278,'_created_via','checkout'),(101491,2278,'_cart_hash','11ce9b475ab7b80e1428769bdf1a3ba4'),(101492,2278,'_download_permissions_granted','yes'),(101493,2278,'_recorded_sales','yes'),(101494,2278,'_recorded_coupon_usage_counts','yes'),(101495,2278,'_new_order_email_sent','true'),(101496,2278,'_order_stock_reduced','yes'),(101497,2278,'_billing_first_name','Tina'),(101498,2278,'_billing_last_name','Hunt'),(101499,2278,'_billing_company','LCBG, LLC'),(101500,2278,'_billing_address_1','830 Fairview Ave.'),(101501,2278,'_billing_address_2','Suite A-4'),(101502,2278,'_billing_city','Bowling Green'),(101503,2278,'_billing_state','KY'),(101504,2278,'_billing_postcode','42101'),(101505,2278,'_billing_country','US'),(101506,2278,'_billing_email','lcbgky12@gmail.com'),(101507,2278,'_billing_phone','2709996803'),(101508,2278,'_shipping_first_name','Tina'),(101509,2278,'_shipping_last_name','Hunt'),(101510,2278,'_shipping_company','LCBG, LLC'),(101511,2278,'_shipping_address_1','494 Hub Boulevard'),(101512,2278,'_shipping_address_2','Apt 1012'),(101513,2278,'_shipping_city','Bowling Green'),(101514,2278,'_shipping_state','KY'),(101515,2278,'_shipping_postcode','42101'),(101516,2278,'_shipping_country','US'),(101517,2278,'_order_currency','USD'),(101518,2278,'_cart_discount','0'),(101519,2278,'_cart_discount_tax','0'),(101520,2278,'_order_shipping','0'),(101521,2278,'_order_shipping_tax','0'),(101522,2278,'_order_tax','0'),(101523,2278,'_order_total','503.59'),(101524,2278,'_order_version','8.2.2'),(101525,2278,'_prices_include_tax','no'),(101526,2278,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(101527,2278,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(101528,2278,'is_vat_exempt','no'),(101529,2278,'Payment type','instant'),(101530,2278,'_paypal_status','completed'),(101531,2278,'_transaction_id','9LE42269AL8362517'),(101532,2278,'PayPal Transaction Fee','18.07'),(101533,2278,'_date_paid','1699886182'),(101534,2278,'_paid_date','2023-11-13 14:36:22'),(101535,2279,'_order_key','wc_order_hif1tryD9K0dM'),(101536,2279,'_customer_user','77'),(101537,2279,'_payment_method','paypal'),(101538,2279,'_payment_method_title','PayPal'),(101539,2279,'_customer_ip_address','107.205.56.86'),(101540,2279,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(101541,2279,'_created_via','checkout'),(101542,2279,'_cart_hash','c6e4456307f7b08a9e320a397bfa28f8'),(101543,2279,'_download_permissions_granted','yes'),(101544,2279,'_recorded_sales','yes'),(101545,2279,'_recorded_coupon_usage_counts','yes'),(101546,2279,'_new_order_email_sent','true'),(101547,2279,'_order_stock_reduced','yes'),(101548,2279,'_billing_first_name','Phil'),(101549,2279,'_billing_last_name','Moon'),(101550,2279,'_billing_company','Lice Clinics of America--Central Valley'),(101551,2279,'_billing_address_1','585 56th Street'),(101552,2279,'_billing_city','Oakland'),(101553,2279,'_billing_state','CA'),(101554,2279,'_billing_postcode','94609'),(101555,2279,'_billing_country','US'),(101556,2279,'_billing_email','info@liceclinicsfresno.com'),(101557,2279,'_billing_phone','5593046305'),(101558,2279,'_shipping_first_name','Kristen'),(101559,2279,'_shipping_last_name','Maroot-Rippee'),(101560,2279,'_shipping_company','Lice Busters LLC. Central Valley'),(101561,2279,'_shipping_address_1','487 W. Scott Avenue'),(101562,2279,'_shipping_city','Fresno'),(101563,2279,'_shipping_state','CA'),(101564,2279,'_shipping_postcode','93704'),(101565,2279,'_shipping_country','US'),(101566,2279,'_order_currency','USD'),(101567,2279,'_cart_discount','0'),(101568,2279,'_cart_discount_tax','0'),(101569,2279,'_order_shipping','0'),(101570,2279,'_order_shipping_tax','0'),(101571,2279,'_order_tax','0'),(101572,2279,'_order_total','1122.90'),(101573,2279,'_order_version','8.2.2'),(101574,2279,'_prices_include_tax','no'),(101575,2279,'_billing_address_index','Phil Moon Lice Clinics of America--Central Valley 585 56th Street  Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(101576,2279,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Central Valley 487 W. Scott Avenue  Fresno CA 93704 US '),(101577,2279,'is_vat_exempt','no'),(101578,2279,'Payment type','instant'),(101579,2279,'_paypal_status','completed'),(101580,2279,'_transaction_id','4B184481J12901928'),(101581,2279,'PayPal Transaction Fee','39.68'),(101582,2279,'_date_paid','1699894282'),(101583,2279,'_paid_date','2023-11-13 16:51:22'),(101587,99,'ast-site-content-layout','default'),(101588,99,'site-content-style','default'),(101589,99,'site-sidebar-style','default'),(101592,97,'ast-site-content-layout','default'),(101593,97,'site-content-style','default'),(101594,97,'site-sidebar-style','default'),(101597,93,'ast-site-content-layout','default'),(101598,93,'site-content-style','default'),(101599,93,'site-sidebar-style','default'),(101658,2276,'_edit_lock','1699896187:2'),(101659,2276,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267938\";s:12:\"date_shipped\";s:10:\"1699833600\";s:11:\"tracking_id\";s:32:\"9279d0d2e0fe5bb8c34eb777291c0cb8\";}}'),(101660,2276,'_edit_last','2'),(101661,2276,'_date_completed','1699896321'),(101662,2276,'_completed_date','2023-11-13 17:25:21'),(101663,2256,'_edit_lock','1700526048:2'),(101664,2256,'_edit_last','2'),(101665,2279,'_edit_lock','1699909612:2'),(101666,2279,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268154\";s:12:\"date_shipped\";s:10:\"1699833600\";s:11:\"tracking_id\";s:32:\"44ca8e885eb608113805ab56b45a2822\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268143\";s:12:\"date_shipped\";i:1699909472;s:11:\"tracking_id\";s:32:\"1858ba267c53894aae244964b09052bf\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268132\";s:12:\"date_shipped\";i:1699909478;s:11:\"tracking_id\";s:32:\"aa24ab2d8d6609655c8a3d59408c1d9a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268121\";s:12:\"date_shipped\";i:1699909483;s:11:\"tracking_id\";s:32:\"dbcde612863178cd0a14d60084cde151\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268110\";s:12:\"date_shipped\";i:1699909489;s:11:\"tracking_id\";s:32:\"dfa2604c578b4735036a132fff796322\";}}'),(101667,2279,'_edit_last','2'),(101668,2279,'_date_completed','1699909492'),(101669,2279,'_completed_date','2023-11-13 21:04:52'),(101670,2278,'_edit_lock','1699909782:2'),(101671,2278,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268051\";s:12:\"date_shipped\";s:10:\"1699833600\";s:11:\"tracking_id\";s:32:\"88f20a93f2a6cfa62412e4006e6deda1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268040\";s:12:\"date_shipped\";i:1699909776;s:11:\"tracking_id\";s:32:\"ddbdce4fd2a835bdbaf1c6f4503c6098\";}}'),(101672,2278,'_edit_last','2'),(101673,2278,'_date_completed','1699909778'),(101674,2278,'_completed_date','2023-11-13 21:09:38'),(101675,2277,'_edit_lock','1699909891:2'),(101676,2277,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268007\";s:12:\"date_shipped\";s:10:\"1699833600\";s:11:\"tracking_id\";s:32:\"5d88bf516bb4cb93dac9d5945c3bb569\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267993\";s:12:\"date_shipped\";i:1699909917;s:11:\"tracking_id\";s:32:\"0f1f107cc6cdf375799de0cc657e783e\";}}'),(101677,2277,'_edit_last','2'),(101678,2277,'_date_completed','1699909924'),(101679,2277,'_completed_date','2023-11-13 21:12:04'),(101724,2256,'Payment type','instant'),(101725,2256,'_paypal_status','completed'),(101726,2256,'_transaction_id','2UM7792823531293U'),(101727,2256,'PayPal Transaction Fee','19.90'),(101728,2256,'_date_paid','1699912763'),(101729,2256,'_paid_date','2023-11-13 21:59:23'),(101731,2284,'_order_key','wc_order_3cEzowAYBnznc'),(101732,2284,'_customer_user','49'),(101733,2284,'_payment_method','paypal'),(101734,2284,'_payment_method_title','PayPal'),(101735,2284,'_customer_ip_address','71.255.236.66'),(101736,2284,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15'),(101737,2284,'_created_via','checkout'),(101738,2284,'_cart_hash','82f5fcf30a0761b9192b1f552fc13b87'),(101739,2284,'_download_permissions_granted','yes'),(101740,2284,'_recorded_sales','yes'),(101741,2284,'_recorded_coupon_usage_counts','yes'),(101742,2284,'_new_order_email_sent','true'),(101743,2284,'_order_stock_reduced','yes'),(101744,2284,'_billing_first_name','Kristi'),(101745,2284,'_billing_last_name','Winkler'),(101746,2284,'_billing_company','LCA - Manassas'),(101747,2284,'_billing_address_1','8633 Garrett Way'),(101748,2284,'_billing_city','Manassas'),(101749,2284,'_billing_state','VA'),(101750,2284,'_billing_postcode','20110'),(101751,2284,'_billing_country','US'),(101752,2284,'_billing_email','info@northernvirginialiceclinics.com'),(101753,2284,'_billing_phone','8587520975'),(101754,2284,'_shipping_first_name','Michelle'),(101755,2284,'_shipping_last_name','Winkler'),(101756,2284,'_shipping_company','Lice Clinics of America - Manassas'),(101757,2284,'_shipping_address_1','8633 Belle Grove Way'),(101758,2284,'_shipping_city','Manassas'),(101759,2284,'_shipping_state','VA'),(101760,2284,'_shipping_postcode','20110'),(101761,2284,'_shipping_country','US'),(101762,2284,'_order_currency','USD'),(101763,2284,'_cart_discount','0'),(101764,2284,'_cart_discount_tax','0'),(101765,2284,'_order_shipping','0'),(101766,2284,'_order_shipping_tax','0'),(101767,2284,'_order_tax','0'),(101768,2284,'_order_total','2657.60'),(101769,2284,'_order_version','8.2.2'),(101770,2284,'_prices_include_tax','no'),(101771,2284,'_billing_address_index','Kristi Winkler LCA - Manassas 8633 Garrett Way  Manassas VA 20110 US info@northernvirginialiceclinics.com 8587520975'),(101772,2284,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8633 Belle Grove Way  Manassas VA 20110 US '),(101773,2284,'is_vat_exempt','no'),(101774,2284,'Payment type','instant'),(101775,2284,'_paypal_status','completed'),(101776,2284,'_transaction_id','74099333AX459053P'),(101777,2284,'PayPal Transaction Fee','93.24'),(101778,2284,'_date_paid','1699925799'),(101779,2284,'_paid_date','2023-11-14 01:36:39'),(101780,2251,'Payment type','instant'),(101781,2251,'_paypal_status','completed'),(101782,2251,'_transaction_id','0VL48545G7219222N'),(101783,2251,'PayPal Transaction Fee','0.95'),(101784,2251,'_date_paid','1699979216'),(101785,2251,'_paid_date','2023-11-14 16:26:56'),(101786,2285,'_order_key','wc_order_3dNNGuOocjLFp'),(101787,2285,'_customer_user','47'),(101788,2285,'_payment_method','paypal'),(101789,2285,'_payment_method_title','PayPal'),(101790,2285,'_customer_ip_address','97.77.63.57'),(101791,2285,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101792,2285,'_created_via','checkout'),(101793,2285,'_cart_hash','1e9e754f2670e8f3cfdeb5d22fbac706'),(101794,2285,'_download_permissions_granted','yes'),(101795,2285,'_recorded_sales','yes'),(101796,2285,'_recorded_coupon_usage_counts','yes'),(101797,2285,'_new_order_email_sent','true'),(101798,2285,'_order_stock_reduced','yes'),(101799,2285,'_billing_first_name','Tracy'),(101800,2285,'_billing_last_name','Copeland'),(101801,2285,'_billing_company','LCA SA WEST'),(101802,2285,'_billing_address_1','14223 Silverhollow'),(101803,2285,'_billing_city','San Antonio'),(101804,2285,'_billing_state','TX'),(101805,2285,'_billing_postcode','78232'),(101806,2285,'_billing_country','US'),(101807,2285,'_billing_email','info@liceclinicsofsanantonio.com'),(101808,2285,'_billing_phone','2103135033'),(101809,2285,'_shipping_first_name','Tracy'),(101810,2285,'_shipping_last_name','Copeland'),(101811,2285,'_shipping_company','LCA SA WEST'),(101812,2285,'_shipping_address_1','14223 Silverhollow'),(101813,2285,'_shipping_city','San Antonio'),(101814,2285,'_shipping_state','TX'),(101815,2285,'_shipping_postcode','78232'),(101816,2285,'_shipping_country','US'),(101817,2285,'_order_currency','USD'),(101818,2285,'_cart_discount','0'),(101819,2285,'_cart_discount_tax','0'),(101820,2285,'_order_shipping','0'),(101821,2285,'_order_shipping_tax','0'),(101822,2285,'_order_tax','0'),(101823,2285,'_order_total','909.76'),(101824,2285,'_order_version','8.2.2'),(101825,2285,'_prices_include_tax','no'),(101826,2285,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(101827,2285,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(101828,2285,'is_vat_exempt','no'),(101829,2285,'Payment type','instant'),(101830,2285,'_paypal_status','completed'),(101831,2285,'_transaction_id','0XN84170C5460282C'),(101832,2285,'PayPal Transaction Fee','32.24'),(101833,2285,'_date_paid','1699994340'),(101834,2285,'_paid_date','2023-11-14 20:39:00'),(101835,2286,'_order_key','wc_order_P09VRx59dXz0O'),(101836,2286,'_customer_user','94'),(101837,2286,'_payment_method','paypal'),(101838,2286,'_payment_method_title','PayPal'),(101839,2286,'_customer_ip_address','99.56.189.117'),(101840,2286,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0'),(101841,2286,'_created_via','checkout'),(101842,2286,'_cart_hash','685982d96f07ac853f17567ac09c734c'),(101843,2286,'_download_permissions_granted','yes'),(101844,2286,'_recorded_sales','yes'),(101845,2286,'_recorded_coupon_usage_counts','yes'),(101846,2286,'_new_order_email_sent','true'),(101847,2286,'_order_stock_reduced','yes'),(101848,2286,'_billing_first_name','Dacy'),(101849,2286,'_billing_last_name','Hitt'),(101850,2286,'_billing_company','LCA'),(101851,2286,'_billing_address_1','8850 Penbrooke ct'),(101852,2286,'_billing_city','Cumming'),(101853,2286,'_billing_state','GA'),(101854,2286,'_billing_postcode','30028'),(101855,2286,'_billing_country','US'),(101856,2286,'_billing_email','dacy1016@gmail.com'),(101857,2286,'_billing_phone','7705965455'),(101858,2286,'_shipping_first_name','Dacy'),(101859,2286,'_shipping_last_name','Hitt'),(101860,2286,'_shipping_company','LCA'),(101861,2286,'_shipping_address_1','102 Mary Alice Park rd'),(101862,2286,'_shipping_address_2','Suite 503'),(101863,2286,'_shipping_city','Cumming'),(101864,2286,'_shipping_state','GA'),(101865,2286,'_shipping_postcode','30040'),(101866,2286,'_shipping_country','US'),(101867,2286,'_order_currency','USD'),(101868,2286,'_cart_discount','0'),(101869,2286,'_cart_discount_tax','0'),(101870,2286,'_order_shipping','18.94'),(101871,2286,'_order_shipping_tax','0'),(101872,2286,'_order_tax','0'),(101873,2286,'_order_total','590.20'),(101874,2286,'_order_version','8.2.2'),(101875,2286,'_prices_include_tax','no'),(101876,2286,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(101877,2286,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(101878,2286,'is_vat_exempt','no'),(101879,2286,'Payment type','instant'),(101880,2286,'_paypal_status','completed'),(101881,2286,'_transaction_id','6R899255N9323462X'),(101882,2286,'PayPal Transaction Fee','21.09'),(101883,2286,'_date_paid','1699997376'),(101884,2286,'_paid_date','2023-11-14 21:29:36'),(101885,2287,'_order_key','wc_order_LfFCX164TdcqC'),(101886,2287,'_customer_user','87'),(101887,2287,'_payment_method','paypal'),(101888,2287,'_payment_method_title','PayPal'),(101889,2287,'_customer_ip_address','75.7.15.79'),(101890,2287,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101891,2287,'_created_via','checkout'),(101892,2287,'_cart_hash','bd346eada868585fb5f5fa6d711b093d'),(101893,2287,'_download_permissions_granted','yes'),(101894,2287,'_recorded_sales','yes'),(101895,2287,'_recorded_coupon_usage_counts','yes'),(101896,2287,'_new_order_email_sent','true'),(101897,2287,'_order_stock_reduced','yes'),(101898,2287,'_billing_first_name','Wade'),(101899,2287,'_billing_last_name','Huntsman'),(101900,2287,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(101901,2287,'_billing_address_1','3421 E 21st'),(101902,2287,'_billing_city','Tulsa'),(101903,2287,'_billing_state','OK'),(101904,2287,'_billing_postcode','74114'),(101905,2287,'_billing_country','US'),(101906,2287,'_billing_email','info@liceclinicsmidsouth.com'),(101907,2287,'_billing_phone','9189783329'),(101908,2287,'_shipping_first_name','Yessica'),(101909,2287,'_shipping_last_name','Echegoyen'),(101910,2287,'_shipping_address_1','508 North 37th Street'),(101911,2287,'_shipping_city','Rogers'),(101912,2287,'_shipping_state','AR'),(101913,2287,'_shipping_postcode','72756'),(101914,2287,'_shipping_country','US'),(101915,2287,'_order_currency','USD'),(101916,2287,'_cart_discount','0'),(101917,2287,'_cart_discount_tax','0'),(101918,2287,'_order_shipping','0'),(101919,2287,'_order_shipping_tax','0'),(101920,2287,'_order_tax','0'),(101921,2287,'_order_total','524.48'),(101922,2287,'_order_version','8.2.2'),(101923,2287,'_prices_include_tax','no'),(101924,2287,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(101925,2287,'_shipping_address_index','Yessica Echegoyen  508 North 37th Street  Rogers AR 72756 US '),(101926,2287,'is_vat_exempt','no'),(101927,2287,'Payment type','instant'),(101928,2287,'_paypal_status','completed'),(101929,2287,'_transaction_id','3JH09564CJ649451B'),(101930,2287,'PayPal Transaction Fee','18.79'),(101931,2287,'_date_paid','1700065901'),(101932,2287,'_paid_date','2023-11-15 16:31:41'),(101933,2288,'_order_key','wc_order_SKBeRZNQEnBso'),(101934,2288,'_customer_user','87'),(101935,2288,'_payment_method','paypal'),(101936,2288,'_payment_method_title','PayPal'),(101937,2288,'_customer_ip_address','75.7.15.79'),(101938,2288,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101939,2288,'_created_via','checkout'),(101940,2288,'_cart_hash','63e9f4420eb60065aa0df320aaff8447'),(101941,2288,'_download_permissions_granted','yes'),(101942,2288,'_recorded_sales','yes'),(101943,2288,'_recorded_coupon_usage_counts','yes'),(101944,2288,'_new_order_email_sent','true'),(101945,2288,'_order_stock_reduced','yes'),(101946,2288,'_billing_first_name','Wade'),(101947,2288,'_billing_last_name','Huntsman'),(101948,2288,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(101949,2288,'_billing_address_1','3421 E 21st'),(101950,2288,'_billing_city','Tulsa'),(101951,2288,'_billing_state','OK'),(101952,2288,'_billing_postcode','74114'),(101953,2288,'_billing_country','US'),(101954,2288,'_billing_email','info@liceclinicsmidsouth.com'),(101955,2288,'_billing_phone','9189783329'),(101956,2288,'_shipping_first_name','Wade'),(101957,2288,'_shipping_last_name','Huntsman'),(101958,2288,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(101959,2288,'_shipping_address_1','3421 E 21st'),(101960,2288,'_shipping_city','Tulsa'),(101961,2288,'_shipping_state','OK'),(101962,2288,'_shipping_postcode','74114'),(101963,2288,'_shipping_country','US'),(101964,2288,'_order_currency','USD'),(101965,2288,'_cart_discount','0'),(101966,2288,'_cart_discount_tax','0'),(101967,2288,'_order_shipping','0'),(101968,2288,'_order_shipping_tax','0'),(101969,2288,'_order_tax','0'),(101970,2288,'_order_total','1330.03'),(101971,2288,'_order_version','8.2.2'),(101972,2288,'_prices_include_tax','no'),(101973,2288,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(101974,2288,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(101975,2288,'is_vat_exempt','no'),(101976,2288,'Payment type','instant'),(101977,2288,'_paypal_status','completed'),(101978,2288,'_transaction_id','8E574800VK0699709'),(101979,2288,'PayPal Transaction Fee','46.91'),(101980,2288,'_date_paid','1700067155'),(101981,2288,'_paid_date','2023-11-15 16:52:35'),(101982,2289,'_order_key','wc_order_LmJKVLSICzV8j'),(101983,2289,'_customer_user','87'),(101984,2289,'_payment_method','paypal'),(101985,2289,'_payment_method_title','PayPal'),(101986,2289,'_customer_ip_address','75.7.15.79'),(101987,2289,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(101988,2289,'_created_via','checkout'),(101989,2289,'_cart_hash','6a2f6f8d2dd2ad7b1c2b6afa146f25ee'),(101990,2289,'_download_permissions_granted','yes'),(101991,2289,'_recorded_sales','yes'),(101992,2289,'_recorded_coupon_usage_counts','yes'),(101993,2289,'_new_order_email_sent','true'),(101994,2289,'_order_stock_reduced','yes'),(101995,2289,'_billing_first_name','Wade'),(101996,2289,'_billing_last_name','Huntsman'),(101997,2289,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(101998,2289,'_billing_address_1','3421 E 21st'),(101999,2289,'_billing_city','Tulsa'),(102000,2289,'_billing_state','OK'),(102001,2289,'_billing_postcode','74114'),(102002,2289,'_billing_country','US'),(102003,2289,'_billing_email','info@liceclinicsmidsouth.com'),(102004,2289,'_billing_phone','9189783329'),(102005,2289,'_shipping_first_name','Katee'),(102006,2289,'_shipping_last_name','Morrison'),(102007,2289,'_shipping_company','Lice Clinics of America OKC'),(102008,2289,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(102009,2289,'_shipping_city','OKC'),(102010,2289,'_shipping_state','OK'),(102011,2289,'_shipping_postcode','73118'),(102012,2289,'_shipping_country','US'),(102013,2289,'_order_currency','USD'),(102014,2289,'_cart_discount','0'),(102015,2289,'_cart_discount_tax','0'),(102016,2289,'_order_shipping','0'),(102017,2289,'_order_shipping_tax','0'),(102018,2289,'_order_tax','0'),(102019,2289,'_order_total','542.04'),(102020,2289,'_order_version','8.2.2'),(102021,2289,'_prices_include_tax','no'),(102022,2289,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(102023,2289,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(102024,2289,'is_vat_exempt','no'),(102025,2289,'Payment type','instant'),(102026,2289,'_paypal_status','completed'),(102027,2289,'_transaction_id','0US02234W8976904K'),(102028,2289,'PayPal Transaction Fee','19.41'),(102029,2289,'_date_paid','1700068903'),(102030,2289,'_paid_date','2023-11-15 17:21:43'),(102031,2286,'_edit_lock','1700069727:2'),(102032,2286,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268603\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"14239191e70670800d06cba091903bc8\";}}'),(102033,2286,'_edit_last','2'),(102034,2286,'_date_completed','1700069804'),(102035,2286,'_completed_date','2023-11-15 17:36:44'),(102036,2285,'_edit_lock','1700070010:2'),(102037,2285,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268588\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"c29a9d1b20de49be140a7c8ab8606fa3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268577\";s:12:\"date_shipped\";i:1700069990;s:11:\"tracking_id\";s:32:\"3bf7449b493dd56256092e59f0913be2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268566\";s:12:\"date_shipped\";i:1700069995;s:11:\"tracking_id\";s:32:\"aa60cb13ecc197c662fafd0ce39fac97\";}}'),(102038,2285,'_edit_last','2'),(102039,2285,'_date_completed','1700069998'),(102040,2285,'_completed_date','2023-11-15 17:39:58'),(102041,2251,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268533\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"5f90a11dc7f0bf897da19ff194b4063f\";}}'),(102042,2251,'_date_completed','1700070040'),(102043,2251,'_completed_date','2023-11-15 17:40:40'),(102044,1702,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268338\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"b01a8fab9447f35645cedba361592324\";}}'),(102045,1702,'_date_completed','1700070084'),(102046,1702,'_completed_date','2023-11-15 17:41:24'),(102047,2290,'_order_key','wc_order_CwfCOBYIqzgo9'),(102048,2290,'_customer_user','87'),(102049,2290,'_payment_method','paypal'),(102050,2290,'_payment_method_title','PayPal'),(102051,2290,'_customer_ip_address','75.7.15.79'),(102052,2290,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102053,2290,'_created_via','checkout'),(102054,2290,'_cart_hash','a76457dfd5d8bdca7871800d7a733f39'),(102055,2290,'_download_permissions_granted','yes'),(102056,2290,'_recorded_sales','yes'),(102057,2290,'_recorded_coupon_usage_counts','yes'),(102058,2290,'_new_order_email_sent','true'),(102059,2290,'_order_stock_reduced','yes'),(102060,2290,'_billing_first_name','Wade'),(102061,2290,'_billing_last_name','Huntsman'),(102062,2290,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(102063,2290,'_billing_address_1','3421 E 21st'),(102064,2290,'_billing_city','Tulsa'),(102065,2290,'_billing_state','OK'),(102066,2290,'_billing_postcode','74114'),(102067,2290,'_billing_country','US'),(102068,2290,'_billing_email','info@liceclinicsmidsouth.com'),(102069,2290,'_billing_phone','9189783329'),(102070,2290,'_shipping_first_name','Tiffany'),(102071,2290,'_shipping_last_name','Sporn'),(102072,2290,'_shipping_company','Lice Clinics of America Wichita'),(102073,2290,'_shipping_address_1','16621 West 29th Street North'),(102074,2290,'_shipping_city','Colwich'),(102075,2290,'_shipping_state','KS'),(102076,2290,'_shipping_postcode','67030'),(102077,2290,'_shipping_country','US'),(102078,2290,'_order_currency','USD'),(102079,2290,'_cart_discount','0'),(102080,2290,'_cart_discount_tax','0'),(102081,2290,'_order_shipping','0'),(102082,2290,'_order_shipping_tax','0'),(102083,2290,'_order_tax','0'),(102084,2290,'_order_total','791.16'),(102085,2290,'_order_version','8.2.2'),(102086,2290,'_prices_include_tax','no'),(102087,2290,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(102088,2290,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 West 29th Street North  Colwich KS 67030 US '),(102089,2290,'is_vat_exempt','no'),(102090,2290,'Payment type','instant'),(102091,2290,'_paypal_status','completed'),(102092,2290,'_transaction_id','3DC64052MM964650D'),(102093,2290,'PayPal Transaction Fee','28.10'),(102094,2290,'_date_paid','1700070245'),(102095,2290,'_paid_date','2023-11-15 17:44:05'),(102096,2287,'_edit_lock','1700075643:2'),(102097,2287,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268670\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"01f9860d7081e118370821db949a328b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268669\";s:12:\"date_shipped\";i:1700075766;s:11:\"tracking_id\";s:32:\"f2ee9a35b67670940bf757185372187c\";}}'),(102098,2287,'_edit_last','2'),(102099,2287,'_date_completed','1700075769'),(102100,2287,'_completed_date','2023-11-15 19:16:09'),(102101,2274,'_edit_lock','1700075955:2'),(102102,2284,'_edit_lock','1700075922:2'),(102103,2274,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267765\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"597cc65e0b5615f63e83fabbbdf05e6d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267710\";s:12:\"date_shipped\";i:1700075916;s:11:\"tracking_id\";s:32:\"da15ac7a60f7cfacd5f48f5443d1cbf2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267721\";s:12:\"date_shipped\";i:1700075926;s:11:\"tracking_id\";s:32:\"00960dff12ae0c45baaf165062c559e9\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267732\";s:12:\"date_shipped\";i:1700075934;s:11:\"tracking_id\";s:32:\"e2d48c4ea578f9a093f0efa8edc2fc3e\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267743\";s:12:\"date_shipped\";i:1700075941;s:11:\"tracking_id\";s:32:\"589447bd6cc2c0054ffcaaddccd7cd32\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830267754\";s:12:\"date_shipped\";i:1700075949;s:11:\"tracking_id\";s:32:\"890075e25056e3c28e5769a03cea6a78\";}}'),(102104,2274,'_edit_last','2'),(102105,2274,'_date_completed','1700075951'),(102106,2274,'_completed_date','2023-11-15 19:19:11'),(102107,2284,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268371\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"b3be35c2f742ac6a518f64dc34ac156b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268382\";s:12:\"date_shipped\";i:1700075977;s:11:\"tracking_id\";s:32:\"7e1cdb740aeb34c1de40d0eed86754df\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268393\";s:12:\"date_shipped\";i:1700075981;s:11:\"tracking_id\";s:32:\"064f1e05596d2461f9c5f0c81d9679cd\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268408\";s:12:\"date_shipped\";i:1700075986;s:11:\"tracking_id\";s:32:\"d425636b4e49c5ee7d0e19a4844734c8\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268419\";s:12:\"date_shipped\";i:1700075994;s:11:\"tracking_id\";s:32:\"28c03d096b34af2b274fb4328ec2035a\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268420\";s:12:\"date_shipped\";i:1700076000;s:11:\"tracking_id\";s:32:\"6a7f5089ef463c69f9f893792329463e\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268430\";s:12:\"date_shipped\";i:1700076006;s:11:\"tracking_id\";s:32:\"a0e191163ab9399a8688a78d6b91a637\";}}'),(102108,2284,'_edit_last','2'),(102109,2284,'_date_completed','1700076011'),(102110,2284,'_completed_date','2023-11-15 19:20:11'),(102111,2289,'_edit_lock','1700077033:2'),(102112,2289,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268739\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"5947c8bda796c8802628fc20b43f8ee0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268728\";s:12:\"date_shipped\";i:1700077146;s:11:\"tracking_id\";s:32:\"7c3c2a5db6874efe077ec87ed96e8a70\";}}'),(102113,2289,'_edit_last','2'),(102114,2289,'_date_completed','1700077148'),(102115,2289,'_completed_date','2023-11-15 19:39:08'),(102116,2290,'_edit_lock','1700077068:2'),(102117,2290,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268750\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"c7b050b083fb3ff19c0d46e511c391d0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268740\";s:12:\"date_shipped\";i:1700077202;s:11:\"tracking_id\";s:32:\"e2ffca6b59135fe4628de9b651e14f38\";}}'),(102118,2290,'_edit_last','2'),(102119,2290,'_date_completed','1700077204'),(102120,2290,'_completed_date','2023-11-15 19:40:04'),(102121,2288,'_edit_lock','1700078258:2'),(102122,2288,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268794\";s:12:\"date_shipped\";s:10:\"1700006400\";s:11:\"tracking_id\";s:32:\"d6018a39a648dafc1b96a704cf9c94f4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268783\";s:12:\"date_shipped\";i:1700077237;s:11:\"tracking_id\";s:32:\"5c78d9952dd917c128b6eed852bf7360\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268772\";s:12:\"date_shipped\";i:1700077242;s:11:\"tracking_id\";s:32:\"7ba9c2ea3b06dd9917fd17f5c34f1c99\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830268761\";s:12:\"date_shipped\";i:1700077247;s:11:\"tracking_id\";s:32:\"26f986e9e0df7b828cb876e8cbc999c7\";}}'),(102123,2288,'_edit_last','2'),(102124,2288,'_date_completed','1700077250'),(102125,2288,'_completed_date','2023-11-15 19:40:50'),(102126,2291,'_order_key','wc_order_QIDVYYwVzsjbD'),(102127,2291,'_customer_user','64'),(102128,2291,'_payment_method','paypal'),(102129,2291,'_payment_method_title','PayPal'),(102130,2291,'_customer_ip_address','98.97.140.149'),(102131,2291,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102132,2291,'_created_via','checkout'),(102133,2291,'_cart_hash','8e1fd1881bd1097e2e6cbf006689abe0'),(102134,2291,'_download_permissions_granted','yes'),(102135,2291,'_recorded_sales','yes'),(102136,2291,'_recorded_coupon_usage_counts','yes'),(102137,2291,'_new_order_email_sent','true'),(102138,2291,'_order_stock_reduced','yes'),(102139,2291,'_billing_first_name','Barrie'),(102140,2291,'_billing_last_name','Desmond'),(102141,2291,'_billing_address_1','50 ALAHELE PL'),(102142,2291,'_billing_city','Kihei'),(102143,2291,'_billing_state','HI'),(102144,2291,'_billing_postcode','96753-7809'),(102145,2291,'_billing_country','US'),(102146,2291,'_billing_email','info@liceclinicshawaii.com'),(102147,2291,'_billing_phone','8082834247'),(102148,2291,'_shipping_first_name','Barrie'),(102149,2291,'_shipping_last_name','Desmond'),(102150,2291,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 14277'),(102151,2291,'_shipping_address_1','1800 S. Anderson Avenue'),(102152,2291,'_shipping_city','Compton'),(102153,2291,'_shipping_state','CA'),(102154,2291,'_shipping_postcode','90220'),(102155,2291,'_shipping_country','US'),(102156,2291,'_order_currency','USD'),(102157,2291,'_cart_discount','0'),(102158,2291,'_cart_discount_tax','0'),(102159,2291,'_order_shipping','0'),(102160,2291,'_order_shipping_tax','0'),(102161,2291,'_order_tax','0'),(102162,2291,'_order_total','116.16'),(102163,2291,'_order_version','8.3.0'),(102164,2291,'_prices_include_tax','no'),(102165,2291,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(102166,2291,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 14277 1800 S. Anderson Avenue  Compton CA 90220 US '),(102167,2291,'is_vat_exempt','no'),(102168,2292,'_order_key','wc_order_12L0wh1uqBY7b'),(102169,2292,'_customer_user','4'),(102170,2292,'_payment_method','paypal'),(102171,2292,'_payment_method_title','PayPal'),(102172,2292,'_customer_ip_address','174.162.194.5'),(102173,2292,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102174,2292,'_created_via','checkout'),(102175,2292,'_cart_hash','8be5eea0560266a5e3d344e1982d6db0'),(102176,2292,'_download_permissions_granted','yes'),(102177,2292,'_recorded_sales','yes'),(102178,2292,'_recorded_coupon_usage_counts','yes'),(102179,2292,'_new_order_email_sent','true'),(102180,2292,'_order_stock_reduced','yes'),(102181,2292,'_billing_first_name','David'),(102182,2292,'_billing_last_name','Washburn'),(102183,2292,'_billing_company','Larada Sciences (LCA)'),(102184,2292,'_billing_address_1','4873 South State St.'),(102185,2292,'_billing_city','Murray'),(102186,2292,'_billing_state','UT'),(102187,2292,'_billing_postcode','84107'),(102188,2292,'_billing_country','US'),(102189,2292,'_billing_email','david@laradasciences.com'),(102190,2292,'_billing_phone','8019197428'),(102191,2292,'_shipping_first_name','David'),(102192,2292,'_shipping_last_name','Washburn'),(102193,2292,'_shipping_company','Larada Sciences (LCA)'),(102194,2292,'_shipping_address_1','4873 South State St.'),(102195,2292,'_shipping_city','Murray'),(102196,2292,'_shipping_state','UT'),(102197,2292,'_shipping_postcode','84107'),(102198,2292,'_shipping_country','US'),(102199,2292,'_order_currency','USD'),(102200,2292,'_cart_discount','0'),(102201,2292,'_cart_discount_tax','0'),(102202,2292,'_order_shipping','0'),(102203,2292,'_order_shipping_tax','0'),(102204,2292,'_order_tax','0'),(102205,2292,'_order_total','1395.22'),(102206,2292,'_order_version','8.3.0'),(102207,2292,'_prices_include_tax','no'),(102208,2292,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(102209,2292,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(102210,2292,'is_vat_exempt','no'),(102211,2291,'_edit_lock','1700526193:2'),(102212,2292,'_edit_lock','1700525766:2'),(102213,2291,'_edit_last','2'),(102214,2292,'_edit_last','2'),(102215,2293,'_order_key','wc_order_4m9TUogLjiYGD'),(102216,2293,'_customer_user','3'),(102217,2293,'_payment_method','paypal'),(102218,2293,'_payment_method_title','PayPal'),(102219,2293,'_customer_ip_address','70.142.202.154'),(102220,2293,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102221,2293,'_created_via','checkout'),(102222,2293,'_cart_hash','427cff2059e38aafb51188fd9f168dca'),(102223,2293,'_download_permissions_granted','yes'),(102224,2293,'_recorded_sales','yes'),(102225,2293,'_recorded_coupon_usage_counts','yes'),(102226,2293,'_new_order_email_sent','true'),(102227,2293,'_order_stock_reduced','yes'),(102228,2293,'_billing_first_name','Amanda'),(102229,2293,'_billing_last_name','Westerman'),(102230,2293,'_billing_company','Lice Clinics of America McKinney'),(102231,2293,'_billing_address_1','3120 Hudson Crossing'),(102232,2293,'_billing_address_2','Suite A2'),(102233,2293,'_billing_city','MCKINNEY'),(102234,2293,'_billing_state','TX'),(102235,2293,'_billing_postcode','75070'),(102236,2293,'_billing_country','US'),(102237,2293,'_billing_email','awesterman1103@gmail.com'),(102238,2293,'_billing_phone','2144175741'),(102239,2293,'_shipping_first_name','Amanda'),(102240,2293,'_shipping_last_name','Westerman'),(102241,2293,'_shipping_company','Lice Clinics of America McKinney'),(102242,2293,'_shipping_address_1','1709 Damian Way'),(102243,2293,'_shipping_city','Richardson'),(102244,2293,'_shipping_state','TX'),(102245,2293,'_shipping_postcode','75081'),(102246,2293,'_shipping_country','US'),(102247,2293,'_order_currency','USD'),(102248,2293,'_cart_discount','0'),(102249,2293,'_cart_discount_tax','0'),(102250,2293,'_order_shipping','0'),(102251,2293,'_order_shipping_tax','0'),(102252,2293,'_order_tax','0'),(102253,2293,'_order_total','518.64'),(102254,2293,'_order_version','8.3.0'),(102255,2293,'_prices_include_tax','no'),(102256,2293,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(102257,2293,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(102258,2293,'is_vat_exempt','no'),(102259,2293,'Payment type','instant'),(102260,2293,'_paypal_status','completed'),(102261,2293,'_transaction_id','5KJ56952GP288520R'),(102262,2293,'PayPal Transaction Fee','18.59'),(102263,2293,'_date_paid','1700152688'),(102264,2293,'_paid_date','2023-11-16 16:38:08'),(102265,2294,'_order_key','wc_order_xjN5eNw5GxCeZ'),(102266,2294,'_customer_user','76'),(102267,2294,'_payment_method','paypal'),(102268,2294,'_payment_method_title','PayPal'),(102269,2294,'_customer_ip_address','146.115.131.163'),(102270,2294,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(102271,2294,'_created_via','checkout'),(102272,2294,'_cart_hash','924b34dc314323da7e7e25763b290fb2'),(102273,2294,'_download_permissions_granted','yes'),(102274,2294,'_recorded_sales','yes'),(102275,2294,'_recorded_coupon_usage_counts','yes'),(102276,2294,'_new_order_email_sent','true'),(102277,2294,'_order_stock_reduced','yes'),(102278,2294,'_billing_first_name','Naomi'),(102279,2294,'_billing_last_name','Golden'),(102280,2294,'_billing_company','LCA'),(102281,2294,'_billing_address_1','31 Mann Ave'),(102282,2294,'_billing_city','Needham'),(102283,2294,'_billing_state','MA'),(102284,2294,'_billing_postcode','02492'),(102285,2294,'_billing_country','US'),(102286,2294,'_billing_email','nrgolden6486@gmail.com'),(102287,2294,'_billing_phone','617-851-1322'),(102288,2294,'_shipping_first_name','Naomi'),(102289,2294,'_shipping_last_name','Golden'),(102290,2294,'_shipping_company','LCA'),(102291,2294,'_shipping_address_1','1349 Centre Street'),(102292,2294,'_shipping_city','Newton'),(102293,2294,'_shipping_state','MA'),(102294,2294,'_shipping_postcode','02459'),(102295,2294,'_shipping_country','US'),(102296,2294,'_order_currency','USD'),(102297,2294,'_cart_discount','0'),(102298,2294,'_cart_discount_tax','0'),(102299,2294,'_order_shipping','0'),(102300,2294,'_order_shipping_tax','0'),(102301,2294,'_order_tax','0'),(102302,2294,'_order_total','891.82'),(102303,2294,'_order_version','8.3.0'),(102304,2294,'_prices_include_tax','no'),(102305,2294,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(102306,2294,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street  Newton MA 02459 US '),(102307,2294,'is_vat_exempt','no'),(102308,2294,'Payment type','instant'),(102309,2294,'_paypal_status','completed'),(102310,2294,'_transaction_id','4NS72255B2123110L'),(102311,2294,'PayPal Transaction Fee','31.61'),(102312,2294,'_date_paid','1700177109'),(102313,2294,'_paid_date','2023-11-16 23:25:09'),(102314,2295,'_order_key','wc_order_6wJd0DDLAqWoa'),(102315,2295,'_customer_user','79'),(102316,2295,'_payment_method','paypal'),(102317,2295,'_payment_method_title','PayPal'),(102318,2295,'_customer_ip_address','76.72.43.108'),(102319,2295,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(102320,2295,'_created_via','checkout'),(102321,2295,'_cart_hash','2731982bf742edb7311e0446bb857e42'),(102322,2295,'_download_permissions_granted','yes'),(102323,2295,'_recorded_sales','yes'),(102324,2295,'_recorded_coupon_usage_counts','yes'),(102325,2295,'_new_order_email_sent','true'),(102326,2295,'_order_stock_reduced','yes'),(102327,2295,'_billing_first_name','Shanna'),(102328,2295,'_billing_last_name','Castille'),(102329,2295,'_billing_address_1','1097 Hundley Rd'),(102330,2295,'_billing_city','Eunice'),(102331,2295,'_billing_state','LA'),(102332,2295,'_billing_postcode','70535'),(102333,2295,'_billing_country','US'),(102334,2295,'_billing_email','Shanna_sr09@yahoo.com'),(102335,2295,'_billing_phone','3374668998'),(102336,2295,'_shipping_first_name','Shanna'),(102337,2295,'_shipping_last_name','Castille'),(102338,2295,'_shipping_address_1','1097 Hundley Rd'),(102339,2295,'_shipping_city','eunice'),(102340,2295,'_shipping_state','LA'),(102341,2295,'_shipping_postcode','70535'),(102342,2295,'_shipping_country','US'),(102343,2295,'_order_currency','USD'),(102344,2295,'_cart_discount','0'),(102345,2295,'_cart_discount_tax','0'),(102346,2295,'_order_shipping','0'),(102347,2295,'_order_shipping_tax','0'),(102348,2295,'_order_tax','0'),(102349,2295,'_order_total','614.58'),(102350,2295,'_order_version','8.3.0'),(102351,2295,'_prices_include_tax','no'),(102352,2295,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(102353,2295,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(102354,2295,'is_vat_exempt','no'),(102355,2295,'Payment type','instant'),(102356,2295,'_paypal_status','completed'),(102357,2295,'_transaction_id','9R791035WM637053S'),(102358,2295,'PayPal Transaction Fee','21.94'),(102359,2295,'_date_paid','1700183835'),(102360,2295,'_paid_date','2023-11-17 01:17:15'),(102362,2293,'_edit_lock','1700232800:2'),(102363,2293,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269058\";s:12:\"date_shipped\";s:10:\"1700179200\";s:11:\"tracking_id\";s:32:\"e17bf7ed0d553d2a3930f9e166df2d9f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269047\";s:12:\"date_shipped\";i:1700229909;s:11:\"tracking_id\";s:32:\"de60f9005ba45945ff6dad9c636345fe\";}}'),(102364,2293,'_edit_last','2'),(102365,2293,'_date_completed','1700229919'),(102366,2293,'_completed_date','2023-11-17 14:05:19'),(102367,2296,'_order_key','wc_order_cBDHhq4sAIVdm'),(102368,2296,'_customer_user','39'),(102369,2296,'_payment_method','paypal'),(102370,2296,'_payment_method_title','PayPal'),(102371,2296,'_customer_ip_address','166.181.89.212'),(102372,2296,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(102373,2296,'_created_via','checkout'),(102374,2296,'_cart_hash','052fe514501093d4f22bd53155438d1a'),(102375,2296,'_download_permissions_granted','yes'),(102376,2296,'_recorded_sales','yes'),(102377,2296,'_recorded_coupon_usage_counts','yes'),(102378,2296,'_new_order_email_sent','true'),(102379,2296,'_order_stock_reduced','yes'),(102380,2296,'_billing_first_name','Patty'),(102381,2296,'_billing_last_name','Ziegler'),(102382,2296,'_billing_address_1','3090 Saddle Brook Tr'),(102383,2296,'_billing_city','Sun Prairie'),(102384,2296,'_billing_state','WI'),(102385,2296,'_billing_postcode','53590'),(102386,2296,'_billing_country','US'),(102387,2296,'_billing_email','liceremovalwisconsin@gmail.com'),(102388,2296,'_billing_phone','6088258255'),(102389,2296,'_shipping_first_name','Patty'),(102390,2296,'_shipping_last_name','Ziegler'),(102391,2296,'_shipping_address_1','3090 Saddle Brook Tr'),(102392,2296,'_shipping_city','Sun Prairie'),(102393,2296,'_shipping_state','WI'),(102394,2296,'_shipping_postcode','53590'),(102395,2296,'_shipping_country','US'),(102396,2296,'_order_currency','USD'),(102397,2296,'_cart_discount','0'),(102398,2296,'_cart_discount_tax','0'),(102399,2296,'_order_shipping','0'),(102400,2296,'_order_shipping_tax','0'),(102401,2296,'_order_tax','0'),(102402,2296,'_order_total','552.24'),(102403,2296,'_order_version','8.3.0'),(102404,2296,'_prices_include_tax','no'),(102405,2296,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(102406,2296,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(102407,2296,'is_vat_exempt','no'),(102408,2296,'Payment type','instant'),(102409,2296,'_paypal_status','completed'),(102410,2296,'_transaction_id','24J10081P25454007'),(102411,2296,'PayPal Transaction Fee','19.76'),(102412,2296,'_date_paid','1700235846'),(102413,2296,'_paid_date','2023-11-17 15:44:06'),(102414,2292,'Payment type','instant'),(102415,2292,'_paypal_status','completed'),(102416,2292,'_transaction_id','4SS29263BA2065944'),(102417,2292,'PayPal Transaction Fee','49.18'),(102418,2292,'_date_paid','1700247250'),(102419,2292,'_paid_date','2023-11-17 18:54:10'),(102420,2294,'_edit_lock','1700253870:2'),(102421,2294,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269140\";s:12:\"date_shipped\";s:10:\"1700179200\";s:11:\"tracking_id\";s:32:\"2edec79abda159c6713dc00841ab565f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269139\";s:12:\"date_shipped\";i:1700253836;s:11:\"tracking_id\";s:32:\"a18fbd38f7e55f1ce6537493a20e298e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269128\";s:12:\"date_shipped\";i:1700253985;s:11:\"tracking_id\";s:32:\"076d2276f5340f0741cdd3ccced3ef04\";}}'),(102422,2294,'_edit_last','2'),(102423,2294,'_date_completed','1700253989'),(102424,2294,'_completed_date','2023-11-17 20:46:29'),(102425,2295,'_edit_lock','1700253902:2'),(102426,2295,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269209\";s:12:\"date_shipped\";s:10:\"1700179200\";s:11:\"tracking_id\";s:32:\"f72948665c881feb74cda388d2f460b8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269194\";s:12:\"date_shipped\";i:1700254033;s:11:\"tracking_id\";s:32:\"852c81f04c7f00ff9f5047f27ea42b4b\";}}'),(102427,2295,'_edit_last','2'),(102428,2295,'_date_completed','1700254035'),(102429,2295,'_completed_date','2023-11-17 20:47:15'),(102430,2296,'_edit_lock','1700253976:2'),(102431,2296,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269231\";s:12:\"date_shipped\";s:10:\"1700179200\";s:11:\"tracking_id\";s:32:\"164eea179c1dcb924ec17328cc28ffb4\";}}'),(102432,2296,'_edit_last','2'),(102433,2296,'_date_completed','1700254097'),(102434,2296,'_completed_date','2023-11-17 20:48:17'),(102435,2297,'_order_key','wc_order_8RVjjqxv94Fr3'),(102436,2297,'_customer_user','98'),(102437,2297,'_payment_method','paypal'),(102438,2297,'_payment_method_title','PayPal'),(102439,2297,'_customer_ip_address','73.219.108.253'),(102440,2297,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(102441,2297,'_created_via','checkout'),(102442,2297,'_cart_hash','4169151963f9178f584f3211d5a6c56a'),(102443,2297,'_download_permissions_granted','yes'),(102444,2297,'_recorded_sales','yes'),(102445,2297,'_recorded_coupon_usage_counts','yes'),(102446,2297,'_new_order_email_sent','true'),(102447,2297,'_order_stock_reduced','yes'),(102448,2297,'_billing_first_name','Christine'),(102449,2297,'_billing_last_name','Cherry'),(102450,2297,'_billing_company','NITS END'),(102451,2297,'_billing_address_1','PO BOX 1092'),(102452,2297,'_billing_city','Campton'),(102453,2297,'_billing_state','NH'),(102454,2297,'_billing_postcode','03223'),(102455,2297,'_billing_country','US'),(102456,2297,'_billing_email','christine@liceclinicscolumbus.com'),(102457,2297,'_billing_phone','16034983390'),(102458,2297,'_shipping_first_name','Erica'),(102459,2297,'_shipping_last_name','Froggatt'),(102460,2297,'_shipping_company','LCA'),(102461,2297,'_shipping_address_1','5910 Wilcox Place'),(102462,2297,'_shipping_address_2','Suite E'),(102463,2297,'_shipping_city','Dublin'),(102464,2297,'_shipping_state','OH'),(102465,2297,'_shipping_postcode','43016'),(102466,2297,'_shipping_country','US'),(102467,2297,'_order_currency','USD'),(102468,2297,'_cart_discount','0'),(102469,2297,'_cart_discount_tax','0'),(102470,2297,'_order_shipping','0'),(102471,2297,'_order_shipping_tax','0'),(102472,2297,'_order_tax','0'),(102473,2297,'_order_total','1426.81'),(102474,2297,'_order_version','8.3.0'),(102475,2297,'_prices_include_tax','no'),(102476,2297,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(102477,2297,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(102478,2297,'is_vat_exempt','no'),(102479,2297,'Payment type','instant'),(102480,2297,'_paypal_status','completed'),(102481,2297,'_transaction_id','51156666GX3566015'),(102482,2297,'PayPal Transaction Fee','50.29'),(102483,2297,'_date_paid','1700258332'),(102484,2297,'_paid_date','2023-11-17 21:58:52'),(102485,2298,'_order_key','wc_order_aRZNPRs0tU0NO'),(102486,2298,'_customer_user','43'),(102487,2298,'_payment_method','paypal'),(102488,2298,'_payment_method_title','PayPal'),(102489,2298,'_customer_ip_address','172.58.133.151'),(102490,2298,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(102491,2298,'_created_via','checkout'),(102492,2298,'_cart_hash','8745560f2979910881dd018b9b57ad99'),(102493,2298,'_download_permissions_granted','yes'),(102494,2298,'_recorded_sales','yes'),(102495,2298,'_recorded_coupon_usage_counts','yes'),(102496,2298,'_new_order_email_sent','true'),(102497,2298,'_order_stock_reduced','yes'),(102498,2298,'_billing_first_name','Ryan'),(102499,2298,'_billing_last_name','Nelson'),(102500,2298,'_billing_address_1','140 Flame Vine drive'),(102501,2298,'_billing_city','Naples'),(102502,2298,'_billing_state','FL'),(102503,2298,'_billing_postcode','34110'),(102504,2298,'_billing_country','US'),(102505,2298,'_billing_email','Rjnelson73@gmail.com'),(102506,2298,'_billing_phone','239-281-0719'),(102507,2298,'_shipping_first_name','Ryan'),(102508,2298,'_shipping_last_name','Nelson'),(102509,2298,'_shipping_address_1','140 Flame Vine drive'),(102510,2298,'_shipping_city','Naples'),(102511,2298,'_shipping_state','FL'),(102512,2298,'_shipping_postcode','34110'),(102513,2298,'_shipping_country','US'),(102514,2298,'_order_currency','USD'),(102515,2298,'_cart_discount','0'),(102516,2298,'_cart_discount_tax','0'),(102517,2298,'_order_shipping','22.64'),(102518,2298,'_order_shipping_tax','0'),(102519,2298,'_order_tax','0'),(102520,2298,'_order_total','382.48'),(102521,2298,'_order_version','8.3.1'),(102522,2298,'_prices_include_tax','no'),(102523,2298,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(102524,2298,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(102526,2299,'_order_key','wc_order_oS5vUjtf6c8nP'),(102527,2299,'_customer_user','66'),(102528,2299,'_payment_method','paypal'),(102529,2299,'_payment_method_title','PayPal'),(102530,2299,'_customer_ip_address','69.250.30.77'),(102531,2299,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102532,2299,'_created_via','checkout'),(102533,2299,'_cart_hash','e07df7b8d2dfca85eed8839b8ed5afee'),(102534,2299,'_download_permissions_granted','yes'),(102535,2299,'_recorded_sales','yes'),(102536,2299,'_recorded_coupon_usage_counts','yes'),(102537,2299,'_new_order_email_sent','true'),(102538,2299,'_order_stock_reduced','yes'),(102539,2299,'_billing_first_name','Mark'),(102540,2299,'_billing_last_name','Dent'),(102541,2299,'_billing_company','Lice Clinics of Maryland'),(102542,2299,'_billing_address_1','801 W 33rd Street'),(102543,2299,'_billing_city','BAltimore'),(102544,2299,'_billing_state','MD'),(102545,2299,'_billing_postcode','21211'),(102546,2299,'_billing_country','US'),(102547,2299,'_billing_email','info@liceclinicsofmaryland.com'),(102548,2299,'_billing_phone','4438349991'),(102549,2299,'_shipping_first_name','Dawn'),(102550,2299,'_shipping_last_name','Mumaw'),(102551,2299,'_shipping_company','LCA Baltimore'),(102552,2299,'_shipping_address_1','604 Providence Road'),(102553,2299,'_shipping_city','Towson'),(102554,2299,'_shipping_state','MD'),(102555,2299,'_shipping_postcode','21286'),(102556,2299,'_shipping_country','US'),(102557,2299,'_order_currency','USD'),(102558,2299,'_cart_discount','0'),(102559,2299,'_cart_discount_tax','0'),(102560,2299,'_order_shipping','0'),(102561,2299,'_order_shipping_tax','0'),(102562,2299,'_order_tax','0'),(102563,2299,'_order_total','1381.96'),(102564,2299,'_order_version','8.3.0'),(102565,2299,'_prices_include_tax','no'),(102566,2299,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(102567,2299,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(102568,2299,'is_vat_exempt','no'),(102569,2299,'Payment type','instant'),(102570,2299,'_paypal_status','completed'),(102571,2299,'_transaction_id','8DG286128C537152W'),(102572,2299,'PayPal Transaction Fee','48.72'),(102573,2299,'_date_paid','1700494004'),(102574,2299,'_paid_date','2023-11-20 15:26:44'),(102575,2300,'_order_key','wc_order_W6YFeQmafwSrQ'),(102576,2300,'_customer_user','78'),(102577,2300,'_payment_method','paypal'),(102578,2300,'_payment_method_title','PayPal'),(102579,2300,'_customer_ip_address','172.58.227.61'),(102580,2300,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1'),(102581,2300,'_created_via','checkout'),(102582,2300,'_cart_hash','2d3e19e4a47171e5ca05372078889833'),(102583,2300,'_download_permissions_granted','yes'),(102584,2300,'_recorded_sales','yes'),(102585,2300,'_recorded_coupon_usage_counts','yes'),(102586,2300,'_new_order_email_sent','true'),(102587,2300,'_order_stock_reduced','yes'),(102588,2300,'_billing_first_name','Richard'),(102589,2300,'_billing_last_name','Florsheim'),(102590,2300,'_billing_company','Licura'),(102591,2300,'_billing_address_1','3827 w fairway heights dr'),(102592,2300,'_billing_city','Mequon'),(102593,2300,'_billing_state','NY'),(102594,2300,'_billing_postcode','53092'),(102595,2300,'_billing_country','US'),(102596,2300,'_billing_email','tara@liceclinicslongIsland.com'),(102597,2300,'_billing_phone','5619006382'),(102598,2300,'_shipping_first_name','Tara'),(102599,2300,'_shipping_last_name','Johnson'),(102600,2300,'_shipping_company','LCA'),(102601,2300,'_shipping_address_1','599 west hartsdale ave'),(102602,2300,'_shipping_address_2','203'),(102603,2300,'_shipping_city','White plains'),(102604,2300,'_shipping_state','NY'),(102605,2300,'_shipping_postcode','10607'),(102606,2300,'_shipping_country','US'),(102607,2300,'_order_currency','USD'),(102608,2300,'_cart_discount','0'),(102609,2300,'_cart_discount_tax','0'),(102610,2300,'_order_shipping','18.03'),(102611,2300,'_order_shipping_tax','0'),(102612,2300,'_order_tax','0'),(102613,2300,'_order_total','190.03'),(102614,2300,'_order_version','8.3.0'),(102615,2300,'_prices_include_tax','no'),(102616,2300,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(102617,2300,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave 203 White plains NY 10607 US '),(102618,2300,'is_vat_exempt','no'),(102619,2300,'Payment type','instant'),(102620,2300,'_paypal_status','completed'),(102621,2300,'_transaction_id','6M674203E3617393K'),(102622,2300,'PayPal Transaction Fee','7.12'),(102623,2300,'_date_paid','1700495415'),(102624,2300,'_paid_date','2023-11-20 15:50:15'),(102625,2291,'Payment type','instant'),(102626,2291,'_paypal_status','completed'),(102627,2291,'_transaction_id','296744994G470460V'),(102628,2291,'PayPal Transaction Fee','4.54'),(102629,2291,'_date_paid','1700503167'),(102630,2291,'_paid_date','2023-11-20 17:59:27'),(102631,2292,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269334\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"10e0341caf330a80731054dc8b540739\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269323\";s:12:\"date_shipped\";i:1700525887;s:11:\"tracking_id\";s:32:\"70cd9ffec02d0562ba9bcb8d86c1c8c6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269312\";s:12:\"date_shipped\";i:1700525893;s:11:\"tracking_id\";s:32:\"708fe4c2f520cc3da9bb1b9c8e774fee\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269301\";s:12:\"date_shipped\";i:1700525898;s:11:\"tracking_id\";s:32:\"83ec882a1b88648e661b63f4249e3e88\";}}'),(102632,2292,'_date_completed','1700525901'),(102633,2292,'_completed_date','2023-11-21 00:18:21'),(102634,2297,'_edit_lock','1700525815:2'),(102635,2297,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269404\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"2e95bef45fa33051d1cab95e4590aba6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269390\";s:12:\"date_shipped\";i:1700525935;s:11:\"tracking_id\";s:32:\"e67f54212f74476a0ff96a415d19dd83\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269415\";s:12:\"date_shipped\";i:1700525940;s:11:\"tracking_id\";s:32:\"fefc49386f3f2a16f2283eb6cf24d537\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269389\";s:12:\"date_shipped\";i:1700525945;s:11:\"tracking_id\";s:32:\"20af3c74e3147e117e9024c89a1a6353\";}}'),(102636,2297,'_edit_last','2'),(102637,2297,'_date_completed','1700525948'),(102638,2297,'_completed_date','2023-11-21 00:19:08'),(102639,2300,'_edit_lock','1700525872:2'),(102640,2300,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269735\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"38839b18fc60b23310b0f7d647ae0422\";}}'),(102641,2300,'_edit_last','2'),(102642,2300,'_date_completed','1700526004'),(102643,2300,'_completed_date','2023-11-21 00:20:04'),(102644,2299,'_edit_lock','1700525940:2'),(102645,2299,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269713\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"727e4ae6fd0b36458baec47122cb1594\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269702\";s:12:\"date_shipped\";i:1700526051;s:11:\"tracking_id\";s:32:\"794d33250f4ee309e6058217c635ac3d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269698\";s:12:\"date_shipped\";i:1700526057;s:11:\"tracking_id\";s:32:\"08deb79fe67181a998dcc38856631228\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269676\";s:12:\"date_shipped\";i:1700526063;s:11:\"tracking_id\";s:32:\"d78eb3e0ac684af2e7876bdfce3e50e3\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269687\";s:12:\"date_shipped\";i:1700526069;s:11:\"tracking_id\";s:32:\"2798938d7c3f99ea091994fdb7956a17\";}}'),(102646,2299,'_edit_last','2'),(102647,2299,'_date_completed','1700526075'),(102648,2299,'_completed_date','2023-11-21 00:21:15'),(102649,2291,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269768\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"35a2b8567bd472f882718c6001c4f7c0\";}}'),(102650,2291,'_date_completed','1700526151'),(102651,2291,'_completed_date','2023-11-21 00:22:31'),(102652,2256,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830269757\";s:12:\"date_shipped\";s:10:\"1700524800\";s:11:\"tracking_id\";s:32:\"a29d7e7264253c66cae963d4273ff004\";}}'),(102653,2256,'_date_completed','1700526165'),(102654,2256,'_completed_date','2023-11-21 00:22:45'),(102655,2301,'_order_key','wc_order_ASvh6FO2pUUTj'),(102656,2301,'_customer_user','52'),(102657,2301,'_payment_method','paypal'),(102658,2301,'_payment_method_title','PayPal'),(102659,2301,'_customer_ip_address','71.163.16.212'),(102660,2301,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102661,2301,'_created_via','checkout'),(102662,2301,'_cart_hash','054cdde997bba4e4ba674a51e694ca3c'),(102663,2301,'_download_permissions_granted','yes'),(102664,2301,'_recorded_sales','yes'),(102665,2301,'_recorded_coupon_usage_counts','yes'),(102666,2301,'_new_order_email_sent','true'),(102667,2301,'_order_stock_reduced','yes'),(102668,2301,'_billing_first_name','Darlene'),(102669,2301,'_billing_last_name','LaFramboise'),(102670,2301,'_billing_company','LCA-NOVA'),(102671,2301,'_billing_address_1','25473 Tomey Ct'),(102672,2301,'_billing_city','Aldie'),(102673,2301,'_billing_state','VA'),(102674,2301,'_billing_postcode','20105-3048'),(102675,2301,'_billing_country','US'),(102676,2301,'_billing_email','info@liceremovalnova.com'),(102677,2301,'_billing_phone','7033031576'),(102678,2301,'_shipping_first_name','Darlene'),(102679,2301,'_shipping_last_name','LaFramboise'),(102680,2301,'_shipping_company','LCA-NOVA'),(102681,2301,'_shipping_address_1','25473 Tomey Ct'),(102682,2301,'_shipping_city','Aldie'),(102683,2301,'_shipping_state','VA'),(102684,2301,'_shipping_postcode','20105-3048'),(102685,2301,'_shipping_country','US'),(102686,2301,'_order_currency','USD'),(102687,2301,'_cart_discount','0'),(102688,2301,'_cart_discount_tax','0'),(102689,2301,'_order_shipping','15.54'),(102690,2301,'_order_shipping_tax','0'),(102691,2301,'_order_tax','0'),(102692,2301,'_order_total','294.18'),(102693,2301,'_order_version','8.3.1'),(102694,2301,'_prices_include_tax','no'),(102695,2301,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(102696,2301,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(102697,2301,'is_vat_exempt','no'),(102698,2301,'Payment type','instant'),(102699,2301,'_paypal_status','completed'),(102700,2301,'_transaction_id','3U9749303S721420L'),(102701,2301,'PayPal Transaction Fee','10.76'),(102702,2301,'_date_paid','1700584083'),(102703,2301,'_paid_date','2023-11-21 16:28:03'),(102704,2302,'_order_key','wc_order_2J0EfERcUGy9g'),(102705,2302,'_customer_user','60'),(102706,2302,'_payment_method','paypal'),(102707,2302,'_payment_method_title','PayPal'),(102708,2302,'_customer_ip_address','24.13.229.23'),(102709,2302,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1'),(102710,2302,'_created_via','checkout'),(102711,2302,'_cart_hash','d56f97c24c9d90857b6b89794beef0ee'),(102712,2302,'_download_permissions_granted','yes'),(102713,2302,'_recorded_sales','yes'),(102714,2302,'_recorded_coupon_usage_counts','yes'),(102715,2302,'_new_order_email_sent','true'),(102716,2302,'_order_stock_reduced','yes'),(102717,2302,'_billing_first_name','Jill'),(102718,2302,'_billing_last_name','Leshtz'),(102719,2302,'_billing_company','Lice clinics of America-North Shore'),(102720,2302,'_billing_address_1','1580 Lancelot Avenue'),(102721,2302,'_billing_city','Highland park'),(102722,2302,'_billing_state','IL'),(102723,2302,'_billing_postcode','60035'),(102724,2302,'_billing_country','US'),(102725,2302,'_billing_email','jleshtz@gmail.com'),(102726,2302,'_billing_phone','8473639001'),(102727,2302,'_shipping_first_name','Jill'),(102728,2302,'_shipping_last_name','Leshtz'),(102729,2302,'_shipping_company','Lice clinics of America-North Shore'),(102730,2302,'_shipping_address_1','1580 Lancelot Avenue'),(102731,2302,'_shipping_city','Highland park'),(102732,2302,'_shipping_state','IL'),(102733,2302,'_shipping_postcode','60035'),(102734,2302,'_shipping_country','US'),(102735,2302,'_order_currency','USD'),(102736,2302,'_cart_discount','0'),(102737,2302,'_cart_discount_tax','0'),(102738,2302,'_order_shipping','0'),(102739,2302,'_order_shipping_tax','0'),(102740,2302,'_order_tax','0'),(102741,2302,'_order_total','531.84'),(102742,2302,'_order_version','8.3.1'),(102743,2302,'_prices_include_tax','no'),(102744,2302,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(102745,2302,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(102746,2302,'is_vat_exempt','no'),(102747,2302,'Payment type','instant'),(102748,2302,'_paypal_status','completed'),(102749,2302,'_transaction_id','7DT37126ND3381643'),(102750,2302,'PayPal Transaction Fee','19.05'),(102751,2302,'_date_paid','1700613580'),(102752,2302,'_paid_date','2023-11-22 00:39:40'),(102753,2301,'_edit_lock','1700668462:2'),(102754,2301,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270084\";s:12:\"date_shipped\";s:10:\"1700611200\";s:11:\"tracking_id\";s:32:\"632f2b2b23dc62d7b2db6ae6ffb891fc\";}}'),(102755,2301,'_edit_last','2'),(102756,2301,'_date_completed','1700668458'),(102757,2301,'_completed_date','2023-11-22 15:54:18'),(102758,2298,'is_vat_exempt','no'),(102759,2298,'Payment type','instant'),(102760,2298,'_paypal_status','completed'),(102761,2298,'_transaction_id','07D91928593180026'),(102762,2298,'PayPal Transaction Fee','13.84'),(102763,2298,'_date_paid','1700676386'),(102764,2298,'_paid_date','2023-11-22 18:06:26'),(102765,2303,'_order_key','wc_order_4VWyLF0tLiIbf'),(102766,2303,'_customer_user','59'),(102767,2303,'_payment_method','paypal'),(102768,2303,'_payment_method_title','PayPal'),(102769,2303,'_customer_ip_address','174.170.59.106'),(102770,2303,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102771,2303,'_created_via','checkout'),(102772,2303,'_cart_hash','ad0e8962c87a85149088000c594a1655'),(102773,2303,'_download_permissions_granted','yes'),(102774,2303,'_recorded_sales','yes'),(102775,2303,'_recorded_coupon_usage_counts','yes'),(102776,2303,'_new_order_email_sent','true'),(102777,2303,'_order_stock_reduced','yes'),(102778,2303,'_billing_first_name','Lice'),(102779,2303,'_billing_last_name','Houston'),(102780,2303,'_billing_company','Jake'),(102781,2303,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(102782,2303,'_billing_address_2','Apt, suite, floor, etc.'),(102783,2303,'_billing_city','TOMBALL'),(102784,2303,'_billing_state','TX'),(102785,2303,'_billing_postcode','77375'),(102786,2303,'_billing_country','US'),(102787,2303,'_billing_email','allianthon@gmail.com'),(102788,2303,'_billing_phone','6024008520'),(102789,2303,'_shipping_first_name','Allison'),(102790,2303,'_shipping_last_name','Anthon'),(102791,2303,'_shipping_company','LCA Sugar Land'),(102792,2303,'_shipping_address_1','2831 Lakecrest River Dr.'),(102793,2303,'_shipping_city','Katy'),(102794,2303,'_shipping_state','TX'),(102795,2303,'_shipping_postcode','77493'),(102796,2303,'_shipping_country','US'),(102797,2303,'_order_currency','USD'),(102798,2303,'_cart_discount','0'),(102799,2303,'_cart_discount_tax','0'),(102800,2303,'_order_shipping','0'),(102801,2303,'_order_shipping_tax','0'),(102802,2303,'_order_tax','0'),(102803,2303,'_order_total','980.24'),(102804,2303,'_order_version','8.3.1'),(102805,2303,'_prices_include_tax','no'),(102806,2303,'_billing_address_index','Lice Houston Jake 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US allianthon@gmail.com 6024008520'),(102807,2303,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(102808,2303,'is_vat_exempt','no'),(102809,2304,'_order_key','wc_order_t80tr3hopc0fZ'),(102810,2304,'_customer_user','83'),(102811,2304,'_payment_method','paypal'),(102812,2304,'_payment_method_title','PayPal'),(102813,2304,'_customer_ip_address','71.211.179.255'),(102814,2304,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(102815,2304,'_created_via','checkout'),(102816,2304,'_cart_hash','87bc0995dd8173084876afcc0b853788'),(102817,2304,'_download_permissions_granted','yes'),(102818,2304,'_recorded_sales','yes'),(102819,2304,'_recorded_coupon_usage_counts','yes'),(102820,2304,'_new_order_email_sent','true'),(102821,2304,'_order_stock_reduced','yes'),(102822,2304,'_billing_first_name','Tanya'),(102823,2304,'_billing_last_name','Kensley'),(102824,2304,'_billing_company','Lice Clinics of America'),(102825,2304,'_billing_address_1','4248 McMurry Ave'),(102826,2304,'_billing_city','Fort Collins'),(102827,2304,'_billing_state','CO'),(102828,2304,'_billing_postcode','80525'),(102829,2304,'_billing_country','US'),(102830,2304,'_billing_email','info@liceclinicsnortherncolorado.com'),(102831,2304,'_billing_phone','9702338787'),(102832,2304,'_shipping_first_name','Lice Clinics'),(102833,2304,'_shipping_last_name','America'),(102834,2304,'_shipping_company','Lice Clinics of America Longmont'),(102835,2304,'_shipping_address_1','421 21st Ave, Suite 210'),(102836,2304,'_shipping_city','Longmont'),(102837,2304,'_shipping_state','CO'),(102838,2304,'_shipping_postcode','80501'),(102839,2304,'_shipping_country','US'),(102840,2304,'_order_currency','USD'),(102841,2304,'_cart_discount','0'),(102842,2304,'_cart_discount_tax','0'),(102843,2304,'_order_shipping','16.95'),(102844,2304,'_order_shipping_tax','0'),(102845,2304,'_order_tax','0'),(102846,2304,'_order_total','134.55'),(102847,2304,'_order_version','8.3.1'),(102848,2304,'_prices_include_tax','no'),(102849,2304,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(102850,2304,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(102851,2304,'is_vat_exempt','no'),(102852,2304,'Payment type','instant'),(102853,2304,'_paypal_status','completed'),(102854,2304,'_transaction_id','7FA950279G608705N'),(102855,2304,'PayPal Transaction Fee','5.19'),(102856,2304,'_date_paid','1700682878'),(102857,2304,'_paid_date','2023-11-22 19:54:38'),(102858,2303,'_edit_lock','1701112621:2'),(102859,2303,'_edit_last','2'),(102860,2303,'Payment type','instant'),(102861,2303,'_paypal_status','completed'),(102862,2303,'_transaction_id','9R552804XU567513H'),(102863,2303,'PayPal Transaction Fee','34.70'),(102864,2303,'_date_paid','1700689444'),(102865,2303,'_paid_date','2023-11-22 21:44:04'),(102866,2302,'_edit_lock','1700690746:2'),(102867,2302,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270268\";s:12:\"date_shipped\";s:10:\"1700611200\";s:11:\"tracking_id\";s:32:\"9df74b83fcda833c8fa63f2a74302524\";}}'),(102868,2302,'_edit_last','2'),(102869,2302,'_date_completed','1700690877'),(102870,2302,'_completed_date','2023-11-22 22:07:57'),(102871,2298,'_edit_lock','1700690919:2'),(102872,2298,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270316\";s:12:\"date_shipped\";s:10:\"1700611200\";s:11:\"tracking_id\";s:32:\"e4d6632b59a87fb53e712fa22ab69531\";}}'),(102873,2298,'_edit_last','2'),(102874,2298,'_date_completed','1700691026'),(102875,2298,'_completed_date','2023-11-22 22:10:26'),(102876,2304,'_edit_lock','1700690964:2'),(102877,2304,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270327\";s:12:\"date_shipped\";s:10:\"1700611200\";s:11:\"tracking_id\";s:32:\"36d7a198d0bcd6ae6dccc9346bbe377c\";}}'),(102878,2304,'_edit_last','2'),(102879,2304,'_date_completed','1700691100'),(102880,2304,'_completed_date','2023-11-22 22:11:40'),(102882,2305,'_order_key','wc_order_ErqMThsGfGqnf'),(102883,2305,'_customer_user','82'),(102884,2305,'_payment_method','paypal'),(102885,2305,'_payment_method_title','PayPal'),(102886,2305,'_customer_ip_address','70.108.16.17'),(102887,2305,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Safari/605.1.15'),(102888,2305,'_created_via','checkout'),(102889,2305,'_cart_hash','36e8f6ad58daae6a471b1825ddf058f3'),(102890,2305,'_download_permissions_granted','yes'),(102891,2305,'_recorded_sales','yes'),(102892,2305,'_recorded_coupon_usage_counts','yes'),(102893,2305,'_new_order_email_sent','true'),(102894,2305,'_order_stock_reduced','yes'),(102895,2305,'_billing_first_name','Nigel'),(102896,2305,'_billing_last_name','Le'),(102897,2305,'_billing_address_1','6080 FRANCONIA ROAD'),(102898,2305,'_billing_address_2','SUITE D'),(102899,2305,'_billing_city','ALEXANDRIA'),(102900,2305,'_billing_state','VA'),(102901,2305,'_billing_postcode','22310'),(102902,2305,'_billing_country','US'),(102903,2305,'_billing_email','sonnynguyenle@gmail.com'),(102904,2305,'_billing_phone','703-520-9000'),(102905,2305,'_shipping_first_name','SONNY'),(102906,2305,'_shipping_last_name','LE'),(102907,2305,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(102908,2305,'_shipping_city','FAIRFAX'),(102909,2305,'_shipping_state','VA'),(102910,2305,'_shipping_postcode','22030'),(102911,2305,'_shipping_country','US'),(102912,2305,'_order_currency','USD'),(102913,2305,'_cart_discount','0'),(102914,2305,'_cart_discount_tax','0'),(102915,2305,'_order_shipping','0'),(102916,2305,'_order_shipping_tax','0'),(102917,2305,'_order_tax','0'),(102918,2305,'_order_total','2273.64'),(102919,2305,'_order_version','8.3.1'),(102920,2305,'_prices_include_tax','no'),(102921,2305,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(102922,2305,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(102923,2305,'is_vat_exempt','no'),(102924,2305,'Payment type','instant'),(102925,2305,'_paypal_status','completed'),(102926,2305,'_transaction_id','1UK19430RD610805L'),(102927,2305,'PayPal Transaction Fee','79.84'),(102928,2305,'_date_paid','1700881183'),(102929,2305,'_paid_date','2023-11-25 02:59:43'),(102930,2306,'_order_key','wc_order_KPjZN6xJeRP0C'),(102931,2306,'_customer_user','50'),(102932,2306,'_payment_method','paypal'),(102933,2306,'_payment_method_title','PayPal'),(102934,2306,'_customer_ip_address','73.219.108.253'),(102935,2306,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(102936,2306,'_created_via','checkout'),(102937,2306,'_cart_hash','35a4a7e331f1c7dcdd39b679dfcdbb89'),(102938,2306,'_download_permissions_granted','yes'),(102939,2306,'_recorded_sales','yes'),(102940,2306,'_recorded_coupon_usage_counts','yes'),(102941,2306,'_new_order_email_sent','true'),(102942,2306,'_order_stock_reduced','yes'),(102943,2306,'_billing_first_name','Christine'),(102944,2306,'_billing_last_name','Cherry'),(102945,2306,'_billing_company','NITS END'),(102946,2306,'_billing_address_1','PO BOX 1092'),(102947,2306,'_billing_city','Campton'),(102948,2306,'_billing_state','NH'),(102949,2306,'_billing_postcode','03223'),(102950,2306,'_billing_country','US'),(102951,2306,'_billing_email','info@liceclinicsplaistow.com'),(102952,2306,'_billing_phone','16034983390'),(102953,2306,'_shipping_first_name','Ivy'),(102954,2306,'_shipping_last_name','Shannon'),(102955,2306,'_shipping_company','Nits End'),(102956,2306,'_shipping_address_1','125 Nash Rd'),(102957,2306,'_shipping_address_2','Apt B'),(102958,2306,'_shipping_city','Windham'),(102959,2306,'_shipping_state','ME'),(102960,2306,'_shipping_postcode','04062'),(102961,2306,'_shipping_country','US'),(102962,2306,'_order_currency','USD'),(102963,2306,'_cart_discount','0'),(102964,2306,'_cart_discount_tax','0'),(102965,2306,'_order_shipping','0'),(102966,2306,'_order_shipping_tax','0'),(102967,2306,'_order_tax','0'),(102968,2306,'_order_total','688.66'),(102969,2306,'_order_version','8.3.1'),(102970,2306,'_prices_include_tax','no'),(102971,2306,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(102972,2306,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(102973,2306,'is_vat_exempt','no'),(102974,2306,'Payment type','instant'),(102975,2306,'_paypal_status','completed'),(102976,2306,'_transaction_id','9BY29067652187026'),(102977,2306,'PayPal Transaction Fee','24.52'),(102978,2306,'_date_paid','1701001853'),(102979,2306,'_paid_date','2023-11-26 12:30:53'),(102980,2307,'_order_key','wc_order_dmnzithaggmAg'),(102981,2307,'_customer_user','50'),(102982,2307,'_payment_method','paypal'),(102983,2307,'_payment_method_title','PayPal'),(102984,2307,'_customer_ip_address','73.219.19.109'),(102985,2307,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36 Edg/118.0.2088.69'),(102986,2307,'_created_via','checkout'),(102987,2307,'_cart_hash','3f7038bf28d6b7ddfb5e7643da2d58bd'),(102988,2307,'_download_permissions_granted','yes'),(102989,2307,'_recorded_sales','yes'),(102990,2307,'_recorded_coupon_usage_counts','yes'),(102991,2307,'_new_order_email_sent','true'),(102992,2307,'_order_stock_reduced','yes'),(102993,2307,'_billing_first_name','Christine'),(102994,2307,'_billing_last_name','Cherry'),(102995,2307,'_billing_company','NITS END'),(102996,2307,'_billing_address_1','PO BOX 1092'),(102997,2307,'_billing_city','Campton'),(102998,2307,'_billing_state','NH'),(102999,2307,'_billing_postcode','03223'),(103000,2307,'_billing_country','US'),(103001,2307,'_billing_email','info@liceclinicsplaistow.com'),(103002,2307,'_billing_phone','16034983390'),(103003,2307,'_shipping_first_name','Rachel'),(103004,2307,'_shipping_last_name','Zeggane'),(103005,2307,'_shipping_company','Nits End'),(103006,2307,'_shipping_address_1','43 Majestic ave'),(103007,2307,'_shipping_city','Nashua'),(103008,2307,'_shipping_state','NH'),(103009,2307,'_shipping_postcode','03063'),(103010,2307,'_shipping_country','US'),(103011,2307,'_order_currency','USD'),(103012,2307,'_cart_discount','0'),(103013,2307,'_cart_discount_tax','0'),(103014,2307,'_order_shipping','152.67'),(103015,2307,'_order_shipping_tax','0'),(103016,2307,'_order_tax','0'),(103017,2307,'_order_total','284.17'),(103018,2307,'_order_version','8.3.1'),(103019,2307,'_prices_include_tax','no'),(103020,2307,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(103021,2307,'_shipping_address_index','Rachel Zeggane Nits End 43 Majestic ave  Nashua NH 03063 US '),(103022,2307,'is_vat_exempt','no'),(103023,2307,'Payment type','instant'),(103024,2307,'_paypal_status','completed'),(103025,2307,'_transaction_id','86J21143CT0630641'),(103026,2307,'PayPal Transaction Fee','10.41'),(103027,2307,'_date_paid','1701029563'),(103028,2307,'_paid_date','2023-11-26 20:12:43'),(103029,2306,'_edit_lock','1701112359:2'),(103030,2306,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270533\";s:12:\"date_shipped\";s:10:\"1701043200\";s:11:\"tracking_id\";s:32:\"eb81ec08ddbe70f91559ff3b6ed27a98\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270522\";s:12:\"date_shipped\";i:1701112493;s:11:\"tracking_id\";s:32:\"1bddbfce1d6af4bad0541ae590aab83c\";}}'),(103031,2306,'_edit_last','2'),(103032,2306,'_date_completed','1701112496'),(103033,2306,'_completed_date','2023-11-27 19:14:56'),(103034,2305,'_edit_lock','1701112571:2'),(103035,2305,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270485\";s:12:\"date_shipped\";s:10:\"1701043200\";s:11:\"tracking_id\";s:32:\"1d92349f48d8722244459bdf931ba8bf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270474\";s:12:\"date_shipped\";i:1701112543;s:11:\"tracking_id\";s:32:\"168d2baf659a6c94557e6773e746c658\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270463\";s:12:\"date_shipped\";i:1701112549;s:11:\"tracking_id\";s:32:\"f2915d12f70c2a0b81d4dee44da47b81\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270452\";s:12:\"date_shipped\";i:1701112554;s:11:\"tracking_id\";s:32:\"50a7b8da1f92ca2b2cb414c23d2192e9\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270441\";s:12:\"date_shipped\";i:1701112559;s:11:\"tracking_id\";s:32:\"e43f1a99a582e69f6a45db69cdd85cb5\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270430\";s:12:\"date_shipped\";i:1701112564;s:11:\"tracking_id\";s:32:\"12b0c95419a866f9ae8f9c3e1d7b5820\";}}'),(103036,2305,'_edit_last','2'),(103037,2305,'_date_completed','1701112567'),(103038,2305,'_completed_date','2023-11-27 19:16:07'),(103039,2303,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270393\";s:12:\"date_shipped\";s:10:\"1701043200\";s:11:\"tracking_id\";s:32:\"f3800eaa30f31a377e6aeb80fdd36920\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270408\";s:12:\"date_shipped\";i:1701112602;s:11:\"tracking_id\";s:32:\"767f353a8694f5935f7ca435b601e02f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270382\";s:12:\"date_shipped\";i:1701112606;s:11:\"tracking_id\";s:32:\"ed3b8bc3d0b04d583d0807f046138630\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270371\";s:12:\"date_shipped\";i:1701112612;s:11:\"tracking_id\";s:32:\"57b8331688529489a860846c54836acd\";}}'),(103040,2303,'_date_completed','1701112617'),(103041,2303,'_completed_date','2023-11-27 19:16:57'),(103042,2308,'_order_key','wc_order_fHeCLtuV8CrYr'),(103043,2308,'_customer_user','77'),(103044,2308,'_payment_method','paypal'),(103045,2308,'_payment_method_title','PayPal'),(103046,2308,'_customer_ip_address','107.205.56.86'),(103047,2308,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36'),(103048,2308,'_created_via','checkout'),(103049,2308,'_cart_hash','009c5ebb953300bd6f011e990e318112'),(103050,2308,'_download_permissions_granted','yes'),(103051,2308,'_recorded_sales','yes'),(103052,2308,'_recorded_coupon_usage_counts','yes'),(103053,2308,'_new_order_email_sent','true'),(103054,2308,'_order_stock_reduced','yes'),(103055,2308,'_billing_first_name','Phil'),(103056,2308,'_billing_last_name','Moon'),(103057,2308,'_billing_company','Lice Clinics of America--Riverside'),(103058,2308,'_billing_address_1','105 Live Oak Lane'),(103059,2308,'_billing_city','Pleasant Hill'),(103060,2308,'_billing_state','CA'),(103061,2308,'_billing_postcode','94523'),(103062,2308,'_billing_country','US'),(103063,2308,'_billing_email','kris10maroot@gmail.com'),(103064,2308,'_billing_phone','5593046305'),(103065,2308,'_shipping_first_name','Kristen'),(103066,2308,'_shipping_last_name','Maroot-Rippee'),(103067,2308,'_shipping_company','Lice Busters LLC. Riverside'),(103068,2308,'_shipping_address_1','487 W. Scott Avenue'),(103069,2308,'_shipping_city','Fresno'),(103070,2308,'_shipping_state','CA'),(103071,2308,'_shipping_postcode','93704'),(103072,2308,'_shipping_country','US'),(103073,2308,'_order_currency','USD'),(103074,2308,'_cart_discount','0'),(103075,2308,'_cart_discount_tax','0'),(103076,2308,'_order_shipping','0'),(103077,2308,'_order_shipping_tax','0'),(103078,2308,'_order_tax','0'),(103079,2308,'_order_total','3811.20'),(103080,2308,'_order_version','8.3.1'),(103081,2308,'_prices_include_tax','no'),(103082,2308,'_billing_address_index','Phil Moon Lice Clinics of America--Riverside 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(103083,2308,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. Riverside 487 W. Scott Avenue  Fresno CA 93704 US '),(103084,2308,'is_vat_exempt','no'),(103085,2308,'Payment type','instant'),(103086,2308,'_paypal_status','completed'),(103087,2308,'_transaction_id','0VY160805F6636327'),(103088,2308,'PayPal Transaction Fee','133.50'),(103089,2308,'_date_paid','1701144352'),(103090,2308,'_paid_date','2023-11-28 04:05:52'),(103091,2307,'_edit_lock','1701191754:2'),(103092,2307,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830270544\";s:12:\"date_shipped\";s:10:\"1701129600\";s:11:\"tracking_id\";s:32:\"f7fcef5189e182f5f382d9b6eb4f8f46\";}}'),(103093,2307,'_edit_last','2'),(103094,2307,'_date_completed','1701191890'),(103095,2307,'_completed_date','2023-11-28 17:18:10'),(103096,2309,'_order_key','wc_order_AAScpxGf5KHzR'),(103097,2309,'_customer_user','6'),(103098,2309,'_payment_method','paypal'),(103099,2309,'_payment_method_title','PayPal'),(103100,2309,'_customer_ip_address','98.244.29.91'),(103101,2309,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(103102,2309,'_created_via','checkout'),(103103,2309,'_cart_hash','41058c29597f45e5e7116d9ee84f6051'),(103104,2309,'_download_permissions_granted','yes'),(103105,2309,'_recorded_sales','yes'),(103106,2309,'_recorded_coupon_usage_counts','yes'),(103107,2309,'_new_order_email_sent','true'),(103108,2309,'_order_stock_reduced','yes'),(103109,2309,'_billing_first_name','Amira'),(103110,2309,'_billing_last_name','Purto'),(103111,2309,'_billing_address_1','2628 Acapulco Way'),(103112,2309,'_billing_city','Modesto'),(103113,2309,'_billing_state','CA'),(103114,2309,'_billing_postcode','95355'),(103115,2309,'_billing_country','US'),(103116,2309,'_billing_email','amira77@sbcglobal.net'),(103117,2309,'_billing_phone','2096422061'),(103118,2309,'_shipping_first_name','Amira'),(103119,2309,'_shipping_last_name','Purto'),(103120,2309,'_shipping_address_1','2628 Acapulco Way'),(103121,2309,'_shipping_city','Modesto'),(103122,2309,'_shipping_state','CA'),(103123,2309,'_shipping_postcode','95355'),(103124,2309,'_shipping_country','US'),(103125,2309,'_order_currency','USD'),(103126,2309,'_cart_discount','0'),(103127,2309,'_cart_discount_tax','0'),(103128,2309,'_order_shipping','0'),(103129,2309,'_order_shipping_tax','0'),(103130,2309,'_order_tax','0'),(103131,2309,'_order_total','1913.86'),(103132,2309,'_order_version','8.3.1'),(103133,2309,'_prices_include_tax','no'),(103134,2309,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(103135,2309,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(103136,2309,'is_vat_exempt','no'),(103137,2309,'Payment type','instant'),(103138,2309,'_paypal_status','completed'),(103139,2309,'_transaction_id','6GH17502FD387225P'),(103140,2309,'PayPal Transaction Fee','67.28'),(103141,2309,'_date_paid','1701195407'),(103142,2309,'_paid_date','2023-11-28 18:16:47'),(103143,2310,'_order_key','wc_order_eiTB5bnyfPWDf'),(103144,2310,'_customer_user','6'),(103145,2310,'_payment_method','paypal'),(103146,2310,'_payment_method_title','PayPal'),(103147,2310,'_customer_ip_address','98.244.29.91'),(103148,2310,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(103149,2310,'_created_via','checkout'),(103150,2310,'_cart_hash','6b153d70e916132b01cd746471e41d34'),(103151,2310,'_download_permissions_granted','yes'),(103152,2310,'_recorded_sales','yes'),(103153,2310,'_recorded_coupon_usage_counts','yes'),(103154,2310,'_new_order_email_sent','true'),(103155,2310,'_order_stock_reduced','yes'),(103156,2310,'_billing_first_name','Amira'),(103157,2310,'_billing_last_name','Purto'),(103158,2310,'_billing_address_1','2628 Acapulco Way'),(103159,2310,'_billing_city','Modesto'),(103160,2310,'_billing_state','CA'),(103161,2310,'_billing_postcode','95355'),(103162,2310,'_billing_country','US'),(103163,2310,'_billing_email','amira77@sbcglobal.net'),(103164,2310,'_billing_phone','2096422061'),(103165,2310,'_shipping_first_name','Amira'),(103166,2310,'_shipping_last_name','Purto'),(103167,2310,'_shipping_address_1','2628 Acapulco Way'),(103168,2310,'_shipping_city','Modesto'),(103169,2310,'_shipping_state','CA'),(103170,2310,'_shipping_postcode','95355'),(103171,2310,'_shipping_country','US'),(103172,2310,'_order_currency','USD'),(103173,2310,'_cart_discount','0'),(103174,2310,'_cart_discount_tax','0'),(103175,2310,'_order_shipping','0'),(103176,2310,'_order_shipping_tax','0'),(103177,2310,'_order_tax','0'),(103178,2310,'_order_total','1440.38'),(103179,2310,'_order_version','8.3.1'),(103180,2310,'_prices_include_tax','no'),(103181,2310,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(103182,2310,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(103183,2310,'is_vat_exempt','no'),(103184,2310,'Payment type','instant'),(103185,2310,'_paypal_status','completed'),(103186,2310,'_transaction_id','17R853365A476714H'),(103187,2310,'PayPal Transaction Fee','50.76'),(103188,2310,'_date_paid','1701195757'),(103189,2310,'_paid_date','2023-11-28 18:22:37'),(103190,2311,'_order_key','wc_order_vFpYKH04t5pFh'),(103191,2311,'_customer_user','76'),(103192,2311,'_payment_method','paypal'),(103193,2311,'_payment_method_title','PayPal'),(103194,2311,'_customer_ip_address','71.234.104.107'),(103195,2311,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(103196,2311,'_created_via','checkout'),(103197,2311,'_cart_hash','94675d94dbf291be35e248578ceae266'),(103198,2311,'_download_permissions_granted','yes'),(103199,2311,'_recorded_sales','yes'),(103200,2311,'_recorded_coupon_usage_counts','yes'),(103201,2311,'_new_order_email_sent','true'),(103202,2311,'_order_stock_reduced','yes'),(103203,2311,'_billing_first_name','Naomi'),(103204,2311,'_billing_last_name','Golden'),(103205,2311,'_billing_company','LCA'),(103206,2311,'_billing_address_1','31 Mann Ave'),(103207,2311,'_billing_city','Needham'),(103208,2311,'_billing_state','MA'),(103209,2311,'_billing_postcode','02492'),(103210,2311,'_billing_country','US'),(103211,2311,'_billing_email','nrgolden6486@gmail.com'),(103212,2311,'_billing_phone','617-851-1322'),(103213,2311,'_shipping_first_name','Naomi'),(103214,2311,'_shipping_last_name','Golden'),(103215,2311,'_shipping_company','LCA'),(103216,2311,'_shipping_address_1','3 Baldwin Green Common'),(103217,2311,'_shipping_address_2','Suite 310'),(103218,2311,'_shipping_city','Woburn'),(103219,2311,'_shipping_state','MA'),(103220,2311,'_shipping_postcode','01801'),(103221,2311,'_shipping_country','US'),(103222,2311,'_order_currency','USD'),(103223,2311,'_cart_discount','0'),(103224,2311,'_cart_discount_tax','0'),(103225,2311,'_order_shipping','0'),(103226,2311,'_order_shipping_tax','0'),(103227,2311,'_order_tax','0'),(103228,2311,'_order_total','554.10'),(103229,2311,'_order_version','8.3.1'),(103230,2311,'_prices_include_tax','no'),(103231,2311,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(103232,2311,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(103233,2311,'is_vat_exempt','no'),(103234,2311,'Payment type','instant'),(103235,2311,'_paypal_status','completed'),(103236,2311,'_transaction_id','70D57581YV370081E'),(103237,2311,'PayPal Transaction Fee','19.83'),(103238,2311,'_date_paid','1701228722'),(103239,2311,'_paid_date','2023-11-29 03:32:02'),(103240,2312,'_elementor_edit_mode','builder'),(103241,2312,'_elementor_template_type','wp-page'),(103242,2312,'_elementor_version','3.15.3'),(103243,2312,'_elementor_pro_version','3.15.1'),(103244,2312,'_wp_page_template','default'),(103245,2312,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103248,2313,'_elementor_edit_mode','builder'),(103249,2313,'_elementor_template_type','wp-page'),(103250,2313,'_elementor_version','3.15.3'),(103251,2313,'_elementor_pro_version','3.15.1'),(103252,2313,'_wp_page_template','default'),(103253,2313,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"133\",\"131\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103256,2314,'_elementor_edit_mode','builder'),(103257,2314,'_elementor_template_type','wp-page'),(103258,2314,'_elementor_version','3.15.3'),(103259,2314,'_elementor_pro_version','3.15.1'),(103260,2314,'_wp_page_template','default'),(103261,2314,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103265,2315,'_elementor_edit_mode','builder'),(103266,2315,'_elementor_template_type','wp-page'),(103267,2315,'_elementor_version','3.17.3'),(103268,2315,'_elementor_pro_version','3.17.1'),(103269,2315,'_wp_page_template','default'),(103270,2315,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103272,2316,'_elementor_edit_mode','builder'),(103273,2316,'_elementor_template_type','wp-page'),(103274,2316,'_elementor_version','3.17.3'),(103275,2316,'_elementor_pro_version','3.17.1'),(103276,2316,'_wp_page_template','default'),(103277,2316,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103279,2317,'_elementor_edit_mode','builder'),(103280,2317,'_elementor_template_type','wp-page'),(103281,2317,'_elementor_version','3.17.3'),(103282,2317,'_elementor_pro_version','3.17.1'),(103283,2317,'_wp_page_template','default'),(103284,2317,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103288,2318,'_order_key','wc_order_71sXxNLmX5aN7'),(103289,2318,'_customer_user','15'),(103290,2318,'_payment_method','paypal'),(103291,2318,'_payment_method_title','PayPal'),(103292,2318,'_customer_ip_address','184.58.164.111'),(103293,2318,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(103294,2318,'_created_via','checkout'),(103295,2318,'_cart_hash','fc15838e95fa7b5a0216bed4f413c70b'),(103296,2318,'_download_permissions_granted','yes'),(103297,2318,'_recorded_sales','yes'),(103298,2318,'_recorded_coupon_usage_counts','yes'),(103299,2318,'_new_order_email_sent','true'),(103300,2318,'_order_stock_reduced','yes'),(103301,2318,'_billing_first_name','Andrea'),(103302,2318,'_billing_last_name','Florsheim'),(103303,2318,'_billing_company','Lice Clincs of America'),(103304,2318,'_billing_address_1','11506 N Creekside Ct'),(103305,2318,'_billing_city','Mequon'),(103306,2318,'_billing_state','WI'),(103307,2318,'_billing_postcode','53092'),(103308,2318,'_billing_country','US'),(103309,2318,'_billing_email','andrea@liceclinicscentral.com'),(103310,2318,'_billing_phone','4143354315'),(103311,2318,'_shipping_first_name','Andrea'),(103312,2318,'_shipping_last_name','Florsheim'),(103313,2318,'_shipping_company','LCA'),(103314,2318,'_shipping_address_1','8424 W. Center Rd'),(103315,2318,'_shipping_address_2','Suite 212'),(103316,2318,'_shipping_city','omaha'),(103317,2318,'_shipping_state','NE'),(103318,2318,'_shipping_postcode','68124'),(103319,2318,'_shipping_country','US'),(103320,2318,'_order_currency','USD'),(103321,2318,'_cart_discount','0'),(103322,2318,'_cart_discount_tax','0'),(103323,2318,'_order_shipping','17.5'),(103324,2318,'_order_shipping_tax','0'),(103325,2318,'_order_tax','0'),(103326,2318,'_order_total','174.30'),(103327,2318,'_order_version','8.3.1'),(103328,2318,'_prices_include_tax','no'),(103329,2318,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(103330,2318,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(103331,2318,'is_vat_exempt','no'),(103332,2318,'Payment type','instant'),(103333,2318,'_paypal_status','completed'),(103334,2318,'_transaction_id','8JE59837K28474024'),(103335,2318,'PayPal Transaction Fee','6.57'),(103336,2318,'_date_paid','1701280783'),(103337,2318,'_paid_date','2023-11-29 17:59:43'),(103338,2318,'_edit_lock','1701362825:2'),(103339,2318,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271459\";s:12:\"date_shipped\";s:10:\"1701302400\";s:11:\"tracking_id\";s:32:\"674f6ca913ee394d641ffcda8eb53ea6\";}}'),(103340,2318,'_edit_last','2'),(103341,2318,'_date_completed','1701362963'),(103342,2318,'_completed_date','2023-11-30 16:49:23'),(103343,2311,'_edit_lock','1701362858:2'),(103344,2311,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271378\";s:12:\"date_shipped\";s:10:\"1701302400\";s:11:\"tracking_id\";s:32:\"7f9bae311263b4fc71e076d6c766560b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271367\";s:12:\"date_shipped\";i:1701362994;s:11:\"tracking_id\";s:32:\"f2dbc0c54629a7e3490a9ef70301c11d\";}}'),(103345,2311,'_edit_last','2'),(103346,2311,'_date_completed','1701362997'),(103347,2311,'_completed_date','2023-11-30 16:49:57'),(103348,2310,'_edit_lock','1701363197:2'),(103349,2310,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271301\";s:12:\"date_shipped\";s:10:\"1701302400\";s:11:\"tracking_id\";s:32:\"a5d78d54983cfbbffcba4ff8934d8e3c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271297\";s:12:\"date_shipped\";i:1701363318;s:11:\"tracking_id\";s:32:\"233e20945114d061337ff1484fedc5ec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271286\";s:12:\"date_shipped\";i:1701363324;s:11:\"tracking_id\";s:32:\"dbff50bbf9375cdb48e5c6fea8c98067\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271275\";s:12:\"date_shipped\";i:1701363330;s:11:\"tracking_id\";s:32:\"8bf64b69f5599e7fdfec54df820c27d1\";}}'),(103350,2310,'_edit_last','2'),(103351,2310,'_date_completed','1701363332'),(103352,2310,'_completed_date','2023-11-30 16:55:32'),(103353,2309,'_edit_lock','1701363357:2'),(103354,2309,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271264\";s:12:\"date_shipped\";s:10:\"1701302400\";s:11:\"tracking_id\";s:32:\"b6ec7c0a0715798f82cfa8a934075b57\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271253\";s:12:\"date_shipped\";i:1701363374;s:11:\"tracking_id\";s:32:\"8e3766e6b18a8d5e14db5d7e986334d3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271242\";s:12:\"date_shipped\";i:1701363381;s:11:\"tracking_id\";s:32:\"2f38aa64c5541405e9f6c3859b80b8bd\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271231\";s:12:\"date_shipped\";i:1701363386;s:11:\"tracking_id\";s:32:\"eb415f419f55aee20b3f839895db00b2\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271220\";s:12:\"date_shipped\";i:1701363392;s:11:\"tracking_id\";s:32:\"cfe9e3246ff855e3980a0ed664e44b3b\";}}'),(103355,2309,'_edit_last','2'),(103356,2309,'_date_completed','1701363394'),(103357,2309,'_completed_date','2023-11-30 16:56:34'),(103358,2308,'_edit_lock','1701371280:2'),(103359,2308,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271518\";s:12:\"date_shipped\";s:10:\"1701302400\";s:11:\"tracking_id\";s:32:\"4e02173fc6b1e4bdc31027a89cf0ab4f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271507\";s:12:\"date_shipped\";i:1701371385;s:11:\"tracking_id\";s:32:\"16552913d0b0cf1eb70b9e22fc49b985\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271492\";s:12:\"date_shipped\";i:1701371390;s:11:\"tracking_id\";s:32:\"1c11167e6810860f7f7cd855abc7e22c\";}}'),(103360,2308,'_edit_last','2'),(103361,2308,'_date_completed','1701371392'),(103362,2308,'_completed_date','2023-11-30 19:09:52'),(103363,2319,'_order_key','wc_order_YVriRoAG9A6lR'),(103364,2319,'_customer_user','83'),(103365,2319,'_payment_method','paypal'),(103366,2319,'_payment_method_title','PayPal'),(103367,2319,'_customer_ip_address','97.122.69.10'),(103368,2319,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103369,2319,'_created_via','checkout'),(103370,2319,'_cart_hash','9fe269331339b0219e366db2e963cb69'),(103371,2319,'_download_permissions_granted','yes'),(103372,2319,'_recorded_sales','yes'),(103373,2319,'_recorded_coupon_usage_counts','yes'),(103374,2319,'_new_order_email_sent','true'),(103375,2319,'_order_stock_reduced','yes'),(103376,2319,'_billing_first_name','Tanya'),(103377,2319,'_billing_last_name','Kensley'),(103378,2319,'_billing_company','Lice Clinics of America'),(103379,2319,'_billing_address_1','4248 McMurry Ave'),(103380,2319,'_billing_city','Fort Collins'),(103381,2319,'_billing_state','CO'),(103382,2319,'_billing_postcode','80525'),(103383,2319,'_billing_country','US'),(103384,2319,'_billing_email','info@liceclinicsnortherncolorado.com'),(103385,2319,'_billing_phone','9702338787'),(103386,2319,'_shipping_first_name','Lice Clinics'),(103387,2319,'_shipping_last_name','America'),(103388,2319,'_shipping_company','Lice Clinics of America Longmont'),(103389,2319,'_shipping_address_1','421 21st Ave, Suite 210'),(103390,2319,'_shipping_city','Longmont'),(103391,2319,'_shipping_state','CO'),(103392,2319,'_shipping_postcode','80501'),(103393,2319,'_shipping_country','US'),(103394,2319,'_order_currency','USD'),(103395,2319,'_cart_discount','0'),(103396,2319,'_cart_discount_tax','0'),(103397,2319,'_order_shipping','21.78'),(103398,2319,'_order_shipping_tax','0'),(103399,2319,'_order_tax','0'),(103400,2319,'_order_total','148.50'),(103401,2319,'_order_version','8.3.1'),(103402,2319,'_prices_include_tax','no'),(103403,2319,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(103404,2319,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(103405,2319,'is_vat_exempt','no'),(103406,2319,'Payment type','instant'),(103407,2319,'_paypal_status','completed'),(103408,2319,'_transaction_id','2PP45333K32247739'),(103409,2319,'PayPal Transaction Fee','5.67'),(103410,2319,'_date_paid','1701389448'),(103411,2319,'_paid_date','2023-12-01 00:10:48'),(103413,2320,'_order_key','wc_order_MvhQv7aURf69R'),(103414,2320,'_customer_user','3'),(103415,2320,'_payment_method','paypal'),(103416,2320,'_payment_method_title','PayPal'),(103417,2320,'_customer_ip_address','70.142.202.154'),(103418,2320,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103419,2320,'_created_via','checkout'),(103420,2320,'_cart_hash','dafb6ab9d23d3223b32c947a632736db'),(103421,2320,'_download_permissions_granted','yes'),(103422,2320,'_recorded_sales','yes'),(103423,2320,'_recorded_coupon_usage_counts','yes'),(103424,2320,'_new_order_email_sent','true'),(103425,2320,'_order_stock_reduced','yes'),(103426,2320,'_billing_first_name','Amanda'),(103427,2320,'_billing_last_name','Westerman'),(103428,2320,'_billing_company','Lice Clinics of America McKinney'),(103429,2320,'_billing_address_1','3120 Hudson Crossing'),(103430,2320,'_billing_address_2','Suite A2'),(103431,2320,'_billing_city','MCKINNEY'),(103432,2320,'_billing_state','TX'),(103433,2320,'_billing_postcode','75070'),(103434,2320,'_billing_country','US'),(103435,2320,'_billing_email','awesterman1103@gmail.com'),(103436,2320,'_billing_phone','2144175741'),(103437,2320,'_shipping_first_name','Amanda'),(103438,2320,'_shipping_last_name','Westerman'),(103439,2320,'_shipping_company','Lice Clinics of America McKinney'),(103440,2320,'_shipping_address_1','1709 Damian Way'),(103441,2320,'_shipping_city','Richardson'),(103442,2320,'_shipping_state','TX'),(103443,2320,'_shipping_postcode','75081'),(103444,2320,'_shipping_country','US'),(103445,2320,'_order_currency','USD'),(103446,2320,'_cart_discount','0'),(103447,2320,'_cart_discount_tax','0'),(103448,2320,'_order_shipping','0'),(103449,2320,'_order_shipping_tax','0'),(103450,2320,'_order_tax','0'),(103451,2320,'_order_total','1240.76'),(103452,2320,'_order_version','8.3.1'),(103453,2320,'_prices_include_tax','no'),(103454,2320,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(103455,2320,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(103456,2320,'is_vat_exempt','no'),(103457,2320,'Payment type','instant'),(103458,2320,'_paypal_status','completed'),(103459,2320,'_transaction_id','49W642317B929200B'),(103460,2320,'PayPal Transaction Fee','43.79'),(103461,2320,'_date_paid','1701442805'),(103462,2320,'_paid_date','2023-12-01 15:00:05'),(103463,2321,'_order_key','wc_order_P3VIXqsCKOnyF'),(103464,2321,'_customer_user','67'),(103465,2321,'_payment_method','paypal'),(103466,2321,'_payment_method_title','PayPal'),(103467,2321,'_customer_ip_address','74.77.55.50'),(103468,2321,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103469,2321,'_created_via','checkout'),(103470,2321,'_cart_hash','6e258ab8547e9d8fdf9682472d7c357d'),(103471,2321,'_download_permissions_granted','yes'),(103472,2321,'_recorded_sales','yes'),(103473,2321,'_recorded_coupon_usage_counts','yes'),(103474,2321,'_new_order_email_sent','true'),(103475,2321,'_order_stock_reduced','yes'),(103476,2321,'_billing_first_name','Marnie'),(103477,2321,'_billing_last_name','Murray'),(103478,2321,'_billing_company','Naughty Nits'),(103479,2321,'_billing_address_1','2809 Wehrle Drive'),(103480,2321,'_billing_address_2','Suite 10'),(103481,2321,'_billing_city','Williamsville'),(103482,2321,'_billing_state','NY'),(103483,2321,'_billing_postcode','14221'),(103484,2321,'_billing_country','US'),(103485,2321,'_billing_email','liceclinicsupstateny@gmail.com'),(103486,2321,'_billing_phone','7166265423'),(103487,2321,'_shipping_first_name','Marnie'),(103488,2321,'_shipping_last_name','Murray'),(103489,2321,'_shipping_company','LCA Buffalo'),(103490,2321,'_shipping_address_1','2809 Wehrle Drive'),(103491,2321,'_shipping_address_2','Suite 10'),(103492,2321,'_shipping_city','Williamsville'),(103493,2321,'_shipping_state','NY'),(103494,2321,'_shipping_postcode','14221'),(103495,2321,'_shipping_country','US'),(103496,2321,'_order_currency','USD'),(103497,2321,'_cart_discount','0'),(103498,2321,'_cart_discount_tax','0'),(103499,2321,'_order_shipping','0'),(103500,2321,'_order_shipping_tax','0'),(103501,2321,'_order_tax','0'),(103502,2321,'_order_total','514.40'),(103503,2321,'_order_version','8.3.1'),(103504,2321,'_prices_include_tax','no'),(103505,2321,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(103506,2321,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(103507,2321,'is_vat_exempt','no'),(103508,2321,'Payment type','instant'),(103509,2321,'_paypal_status','completed'),(103510,2321,'_transaction_id','45V53640AY6287255'),(103511,2321,'PayPal Transaction Fee','18.44'),(103512,2321,'_date_paid','1701446164'),(103513,2321,'_paid_date','2023-12-01 15:56:04'),(103514,101,'sg_product_enable','no'),(103515,101,'sg_product_disable','no'),(103516,101,'group_of_quantity',''),(103517,101,'minimum_allowed_quantity',''),(103518,101,'maximum_allowed_quantity',''),(103519,101,'minmax_do_not_count','no'),(103520,101,'minmax_cart_exclude','no'),(103521,101,'minmax_category_group_of_exclude','no'),(103522,101,'_length','6'),(103523,101,'_width','5'),(103524,101,'_height','9'),(103526,101,'ast-site-content-layout','default'),(103527,101,'site-content-style','default'),(103528,101,'site-sidebar-style','default'),(103530,103,'sg_product_enable','no'),(103531,103,'sg_product_disable','no'),(103532,103,'group_of_quantity',''),(103533,103,'minimum_allowed_quantity',''),(103534,103,'maximum_allowed_quantity',''),(103535,103,'minmax_do_not_count','no'),(103536,103,'minmax_cart_exclude','no'),(103537,103,'minmax_category_group_of_exclude','no'),(103538,103,'_length','6'),(103539,103,'_width','5'),(103540,103,'_height','9'),(103542,103,'ast-site-content-layout','default'),(103543,103,'site-content-style','default'),(103544,103,'site-sidebar-style','default'),(103545,103,'astra-migrate-meta-layouts','set'),(103546,2324,'_elementor_edit_mode','builder'),(103547,2324,'_elementor_template_type','wp-page'),(103548,2324,'_elementor_version','3.17.3'),(103549,2324,'_elementor_pro_version','3.17.1'),(103550,2324,'_wp_page_template','default'),(103551,2324,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103554,2325,'_elementor_edit_mode','builder'),(103555,2325,'_elementor_template_type','wp-page'),(103556,2325,'_elementor_version','3.17.3'),(103557,2325,'_elementor_pro_version','3.17.1'),(103558,2325,'_wp_page_template','default'),(103559,2325,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"490\",\"489\",\"488\",\"487\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103562,2326,'_elementor_edit_mode','builder'),(103563,2326,'_elementor_template_type','wp-page'),(103564,2326,'_elementor_version','3.17.3'),(103565,2326,'_elementor_pro_version','3.17.1'),(103566,2326,'_wp_page_template','default'),(103567,2326,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103572,101,'astra-migrate-meta-layouts','set'),(103573,2319,'_edit_lock','1702332500:2'),(103574,2319,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271746\";s:12:\"date_shipped\";s:10:\"1701388800\";s:11:\"tracking_id\";s:32:\"2e93b33b37c349286241f6b91b944b51\";}}'),(103575,2319,'_edit_last','2'),(103576,2319,'_date_completed','1701452381'),(103577,2319,'_completed_date','2023-12-01 17:39:41'),(103578,2327,'_elementor_edit_mode','builder'),(103579,2327,'_elementor_template_type','wp-page'),(103580,2327,'_elementor_version','3.17.3'),(103581,2327,'_elementor_pro_version','3.17.1'),(103582,2327,'_wp_page_template','default'),(103583,2327,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103586,2328,'_elementor_edit_mode','builder'),(103587,2328,'_elementor_template_type','wp-page'),(103588,2328,'_elementor_version','3.17.3'),(103589,2328,'_elementor_pro_version','3.17.1'),(103590,2328,'_wp_page_template','default'),(103591,2328,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103594,2329,'_elementor_edit_mode','builder'),(103595,2329,'_elementor_template_type','wp-page'),(103596,2329,'_elementor_version','3.17.3'),(103597,2329,'_elementor_pro_version','3.17.1'),(103598,2329,'_wp_page_template','default'),(103599,2329,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(103604,2330,'_order_key','wc_order_OWOcOTmZ9WgyF'),(103605,2330,'_customer_user','20'),(103606,2330,'_payment_method','paypal'),(103607,2330,'_payment_method_title','PayPal'),(103608,2330,'_customer_ip_address','104.173.78.119'),(103609,2330,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103610,2330,'_created_via','checkout'),(103611,2330,'_cart_hash','fde17990463f548237c6d38de421db49'),(103612,2330,'_download_permissions_granted','yes'),(103613,2330,'_recorded_sales','yes'),(103614,2330,'_recorded_coupon_usage_counts','yes'),(103615,2330,'_new_order_email_sent','true'),(103616,2330,'_order_stock_reduced','yes'),(103617,2330,'_billing_first_name','Hasani'),(103618,2330,'_billing_last_name','Thompson'),(103619,2330,'_billing_company','Heat in Hair'),(103620,2330,'_billing_address_1','27225 Camp Plenty Road'),(103621,2330,'_billing_address_2','1D'),(103622,2330,'_billing_city','Santa Clarita'),(103623,2330,'_billing_state','CA'),(103624,2330,'_billing_postcode','91351'),(103625,2330,'_billing_country','US'),(103626,2330,'_billing_email','info@liceclinicssantaclarita.com'),(103627,2330,'_billing_phone','6615850263'),(103628,2330,'_shipping_first_name','Hasani'),(103629,2330,'_shipping_last_name','Thompson'),(103630,2330,'_shipping_company','Heat in Hair'),(103631,2330,'_shipping_address_1','5145 Nightsky Place'),(103632,2330,'_shipping_city','Palmdale'),(103633,2330,'_shipping_state','CA'),(103634,2330,'_shipping_postcode','93552'),(103635,2330,'_shipping_country','US'),(103636,2330,'_order_currency','USD'),(103637,2330,'_cart_discount','0'),(103638,2330,'_cart_discount_tax','0'),(103639,2330,'_order_shipping','0'),(103640,2330,'_order_shipping_tax','0'),(103641,2330,'_order_tax','0'),(103642,2330,'_order_total','552.96'),(103643,2330,'_order_version','8.3.1'),(103644,2330,'_prices_include_tax','no'),(103645,2330,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(103646,2330,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(103647,2330,'is_vat_exempt','no'),(103648,2330,'Payment type','instant'),(103649,2330,'_paypal_status','completed'),(103650,2330,'_transaction_id','7GV87486MK308084M'),(103651,2330,'PayPal Transaction Fee','19.79'),(103652,2330,'_date_paid','1701475236'),(103653,2330,'_paid_date','2023-12-02 00:00:36'),(103654,2320,'_edit_lock','1701475740:2'),(103655,2320,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271805\";s:12:\"date_shipped\";s:10:\"1701475200\";s:11:\"tracking_id\";s:32:\"af2e6edad292854dd443224c69c0fbc2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271790\";s:12:\"date_shipped\";i:1701475868;s:11:\"tracking_id\";s:32:\"f8e72e03012fd27715e99ae691d23e37\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271780\";s:12:\"date_shipped\";i:1701475873;s:11:\"tracking_id\";s:32:\"39fc36d20301e33b97a619ebac781862\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271779\";s:12:\"date_shipped\";i:1701475878;s:11:\"tracking_id\";s:32:\"5aa9acd55fb761f40b408ff1bcd126bc\";}}'),(103656,2320,'_edit_last','2'),(103657,2320,'_date_completed','1701475880'),(103658,2320,'_completed_date','2023-12-02 00:11:20'),(103659,2321,'_edit_lock','1701475826:2'),(103660,2321,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271768\";s:12:\"date_shipped\";s:10:\"1701475200\";s:11:\"tracking_id\";s:32:\"05edf3d9e7669759c65ecd2342ba6429\";}}'),(103661,2321,'_edit_last','2'),(103662,2321,'_date_completed','1701475914'),(103663,2321,'_completed_date','2023-12-02 00:11:54'),(103664,2331,'_order_key','wc_order_9KVwCurzGAGO6'),(103665,2331,'_customer_user','11'),(103666,2331,'_payment_method','paypal'),(103667,2331,'_payment_method_title','PayPal'),(103668,2331,'_customer_ip_address','71.66.163.42'),(103669,2331,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103670,2331,'_created_via','checkout'),(103671,2331,'_cart_hash','2238953cee42508554f093368d1cb129'),(103672,2331,'_download_permissions_granted','yes'),(103673,2331,'_recorded_sales','yes'),(103674,2331,'_recorded_coupon_usage_counts','yes'),(103675,2331,'_new_order_email_sent','true'),(103676,2331,'_order_stock_reduced','yes'),(103677,2331,'_billing_first_name','Tina'),(103678,2331,'_billing_last_name','Hunt'),(103679,2331,'_billing_company','LCBG, LLC'),(103680,2331,'_billing_address_1','830 Fairview Ave.'),(103681,2331,'_billing_address_2','Suite A-4'),(103682,2331,'_billing_city','Bowling Green'),(103683,2331,'_billing_state','KY'),(103684,2331,'_billing_postcode','42101'),(103685,2331,'_billing_country','US'),(103686,2331,'_billing_email','lcbgky12@gmail.com'),(103687,2331,'_billing_phone','2709996803'),(103688,2331,'_shipping_first_name','Tina'),(103689,2331,'_shipping_last_name','Hunt'),(103690,2331,'_shipping_company','LCBG, LLC'),(103691,2331,'_shipping_address_1','494 Hub Boulevard'),(103692,2331,'_shipping_address_2','Apt 1012'),(103693,2331,'_shipping_city','Bowling Green'),(103694,2331,'_shipping_state','KY'),(103695,2331,'_shipping_postcode','42101'),(103696,2331,'_shipping_country','US'),(103697,2331,'_order_currency','USD'),(103698,2331,'_cart_discount','0'),(103699,2331,'_cart_discount_tax','0'),(103700,2331,'_order_shipping','0'),(103701,2331,'_order_shipping_tax','0'),(103702,2331,'_order_tax','0'),(103703,2331,'_order_total','761.48'),(103704,2331,'_order_version','8.3.1'),(103705,2331,'_prices_include_tax','no'),(103706,2331,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(103707,2331,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(103708,2331,'is_vat_exempt','no'),(103709,2331,'Payment type','instant'),(103710,2331,'_paypal_status','completed'),(103711,2331,'_transaction_id','92T460396Y837983K'),(103712,2331,'PayPal Transaction Fee','27.07'),(103713,2331,'_date_paid','1701481287'),(103714,2331,'_paid_date','2023-12-02 01:41:27'),(103715,2332,'_order_key','wc_order_VAEfxS2QsBotl'),(103716,2332,'_customer_user','54'),(103717,2332,'_payment_method','paypal'),(103718,2332,'_payment_method_title','PayPal'),(103719,2332,'_customer_ip_address','75.211.41.122'),(103720,2332,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(103721,2332,'_created_via','checkout'),(103722,2332,'_cart_hash','85b78eaea95f96a24be2c7ca751fb5fb'),(103723,2332,'_download_permissions_granted','yes'),(103724,2332,'_recorded_sales','yes'),(103725,2332,'_recorded_coupon_usage_counts','yes'),(103726,2332,'_new_order_email_sent','true'),(103727,2332,'_order_stock_reduced','yes'),(103728,2332,'_billing_first_name','Erin'),(103729,2332,'_billing_last_name','Hawn'),(103730,2332,'_billing_address_1','10 W Phillip Rd'),(103731,2332,'_billing_address_2','123'),(103732,2332,'_billing_city','Vernon Hills'),(103733,2332,'_billing_state','IL'),(103734,2332,'_billing_postcode','60061'),(103735,2332,'_billing_country','US'),(103736,2332,'_billing_email','info@liceclinicsvernonhills.com'),(103737,2332,'_billing_phone','8475960408'),(103738,2332,'_shipping_first_name','Erin'),(103739,2332,'_shipping_last_name','Hawn'),(103740,2332,'_shipping_address_1','1491 S Amarias Dr'),(103741,2332,'_shipping_city','Round lake'),(103742,2332,'_shipping_state','IL'),(103743,2332,'_shipping_postcode','60073'),(103744,2332,'_shipping_country','US'),(103745,2332,'_order_currency','USD'),(103746,2332,'_cart_discount','0'),(103747,2332,'_cart_discount_tax','0'),(103748,2332,'_order_shipping','0'),(103749,2332,'_order_shipping_tax','0'),(103750,2332,'_order_tax','0'),(103751,2332,'_order_total','691.12'),(103752,2332,'_order_version','8.3.1'),(103753,2332,'_prices_include_tax','no'),(103754,2332,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(103755,2332,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(103756,2332,'is_vat_exempt','no'),(103757,2332,'Payment type','instant'),(103758,2332,'_paypal_status','completed'),(103759,2332,'_transaction_id','98T37300G75869700'),(103760,2332,'PayPal Transaction Fee','24.61'),(103761,2332,'_date_paid','1701658761'),(103762,2332,'_paid_date','2023-12-04 02:59:21'),(103763,2333,'_order_key','wc_order_2l9HYmkxoFr0h'),(103764,2333,'_customer_user','3'),(103765,2333,'_payment_method','paypal'),(103766,2333,'_payment_method_title','PayPal'),(103767,2333,'_customer_ip_address','70.142.202.154'),(103768,2333,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103769,2333,'_created_via','checkout'),(103770,2333,'_cart_hash','97a40c8c9db1d998d68d379236317d59'),(103771,2333,'_download_permissions_granted','yes'),(103772,2333,'_recorded_sales','yes'),(103773,2333,'_recorded_coupon_usage_counts','yes'),(103774,2333,'_new_order_email_sent','true'),(103775,2333,'_order_stock_reduced','yes'),(103776,2333,'_billing_first_name','Amanda'),(103777,2333,'_billing_last_name','Westerman'),(103778,2333,'_billing_company','Lice Clinics of America McKinney'),(103779,2333,'_billing_address_1','3120 Hudson Crossing'),(103780,2333,'_billing_address_2','Suite A2'),(103781,2333,'_billing_city','MCKINNEY'),(103782,2333,'_billing_state','TX'),(103783,2333,'_billing_postcode','75070'),(103784,2333,'_billing_country','US'),(103785,2333,'_billing_email','awesterman1103@gmail.com'),(103786,2333,'_billing_phone','2144175741'),(103787,2333,'_shipping_first_name','Amanda'),(103788,2333,'_shipping_last_name','Westerman'),(103789,2333,'_shipping_company','Lice Clinics of America McKinney'),(103790,2333,'_shipping_address_1','3120 Hudson Crossing'),(103791,2333,'_shipping_address_2','Suite A2'),(103792,2333,'_shipping_city','MCKINNEY'),(103793,2333,'_shipping_state','TX'),(103794,2333,'_shipping_postcode','75070'),(103795,2333,'_shipping_country','US'),(103796,2333,'_order_currency','USD'),(103797,2333,'_cart_discount','0'),(103798,2333,'_cart_discount_tax','0'),(103799,2333,'_order_shipping','0'),(103800,2333,'_order_shipping_tax','0'),(103801,2333,'_order_tax','0'),(103802,2333,'_order_total','795.28'),(103803,2333,'_order_version','8.3.1'),(103804,2333,'_prices_include_tax','no'),(103805,2333,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(103806,2333,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(103807,2333,'is_vat_exempt','no'),(103808,2333,'Payment type','instant'),(103809,2333,'_paypal_status','completed'),(103810,2333,'_transaction_id','9X44378966288812J'),(103811,2333,'PayPal Transaction Fee','28.25'),(103812,2333,'_date_paid','1701731338'),(103813,2333,'_paid_date','2023-12-04 23:08:58'),(103814,2332,'_edit_lock','1701737804:2'),(103815,2332,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272205\";s:12:\"date_shipped\";s:10:\"1701734400\";s:11:\"tracking_id\";s:32:\"44a82028b48cbe72c687df3a109d7a63\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272190\";s:12:\"date_shipped\";i:1701737930;s:11:\"tracking_id\";s:32:\"b3e92850accd8c63271efa9eb0084ffa\";}}'),(103816,2332,'_edit_last','2'),(103817,2332,'_date_completed','1701737938'),(103818,2332,'_completed_date','2023-12-05 00:58:58'),(103819,2331,'_edit_lock','1701737986:2'),(103820,2331,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272043\";s:12:\"date_shipped\";s:10:\"1701734400\";s:11:\"tracking_id\";s:32:\"3d9ab9bc4afbb1a6d0e2a1576197aa59\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272032\";s:12:\"date_shipped\";i:1701738094;s:11:\"tracking_id\";s:32:\"136ba87c4715aadce8aa39750fbe4508\";}}'),(103821,2331,'_edit_last','2'),(103822,2331,'_date_completed','1701738096'),(103823,2331,'_completed_date','2023-12-05 01:01:36'),(103824,2330,'_edit_lock','1701738021:2'),(103825,2330,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271985\";s:12:\"date_shipped\";s:10:\"1701734400\";s:11:\"tracking_id\";s:32:\"f0ae3bf3d3d3d355bda82dd510b7c4ef\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830271974\";s:12:\"date_shipped\";i:1701738159;s:11:\"tracking_id\";s:32:\"889913ed3fb615e72468b171c5b1f67f\";}}'),(103826,2330,'_edit_last','2'),(103827,2330,'_date_completed','1701738161'),(103828,2330,'_completed_date','2023-12-05 01:02:41'),(103835,2334,'_order_key','wc_order_XtIjdMDjxevNL'),(103836,2334,'_customer_user','7'),(103837,2334,'_payment_method','paypal'),(103838,2334,'_payment_method_title','PayPal'),(103839,2334,'_customer_ip_address','71.93.225.128'),(103840,2334,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(103841,2334,'_created_via','checkout'),(103842,2334,'_cart_hash','11035c128e9b1681336bfba958a787ee'),(103843,2334,'_download_permissions_granted','yes'),(103844,2334,'_recorded_sales','yes'),(103845,2334,'_recorded_coupon_usage_counts','yes'),(103846,2334,'_new_order_email_sent','true'),(103847,2334,'_order_stock_reduced','yes'),(103848,2334,'_billing_first_name','Amy'),(103849,2334,'_billing_last_name','Allen'),(103850,2334,'_billing_company','Lice Clinics Of America'),(103851,2334,'_billing_address_1','251 Promise Way'),(103852,2334,'_billing_city','Hollister'),(103853,2334,'_billing_state','CA'),(103854,2334,'_billing_postcode','95023'),(103855,2334,'_billing_country','US'),(103856,2334,'_billing_email','lca.gilroy@gmail.com'),(103857,2334,'_billing_phone','4085005537'),(103858,2334,'_shipping_first_name','Amy'),(103859,2334,'_shipping_last_name','Allen'),(103860,2334,'_shipping_company','Lice Clinics Of America - Gilroy'),(103861,2334,'_shipping_address_1','7680 Monterey St Ste 104'),(103862,2334,'_shipping_city','Gilroy'),(103863,2334,'_shipping_state','CA'),(103864,2334,'_shipping_postcode','95020'),(103865,2334,'_shipping_country','US'),(103866,2334,'_order_currency','USD'),(103867,2334,'_cart_discount','0'),(103868,2334,'_cart_discount_tax','0'),(103869,2334,'_order_shipping','0'),(103870,2334,'_order_shipping_tax','0'),(103871,2334,'_order_tax','0'),(103872,2334,'_order_total','1692.08'),(103873,2334,'_order_version','8.3.1'),(103874,2334,'_prices_include_tax','no'),(103875,2334,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(103876,2334,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(103878,2334,'is_vat_exempt','no'),(103879,2334,'Payment type','instant'),(103880,2334,'_paypal_status','completed'),(103881,2334,'_transaction_id','60M187639E4773014'),(103882,2334,'PayPal Transaction Fee','59.54'),(103883,2334,'_date_paid','1701795476'),(103884,2334,'_paid_date','2023-12-05 16:57:56'),(103885,2335,'_order_key','wc_order_AMxT1rZNiSLzR'),(103886,2335,'_customer_user','28'),(103887,2335,'_payment_method','paypal'),(103888,2335,'_payment_method_title','PayPal'),(103889,2335,'_customer_ip_address','172.115.255.171'),(103890,2335,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103891,2335,'_created_via','checkout'),(103892,2335,'_cart_hash','5336c78a75540179672c5c2e62fe43ab'),(103893,2335,'_download_permissions_granted','yes'),(103894,2335,'_recorded_sales','yes'),(103895,2335,'_recorded_coupon_usage_counts','yes'),(103896,2335,'_new_order_email_sent','true'),(103897,2335,'_order_stock_reduced','yes'),(103898,2335,'_billing_first_name','Kelli'),(103899,2335,'_billing_last_name','Washington'),(103900,2335,'_billing_company','Lice Clinics of America - Temecula'),(103901,2335,'_billing_address_1','2438 Bear Rock Gln.'),(103902,2335,'_billing_city','Escondido'),(103903,2335,'_billing_state','CA'),(103904,2335,'_billing_postcode','92026'),(103905,2335,'_billing_country','US'),(103906,2335,'_billing_email','info@liceclinicstemecula.com'),(103907,2335,'_billing_phone','7606255580'),(103908,2335,'_shipping_first_name','Kelli'),(103909,2335,'_shipping_last_name','Washington'),(103910,2335,'_shipping_company','Lice Clinics of America - Temecula'),(103911,2335,'_shipping_address_1','2438 Bear Rock Gln.'),(103912,2335,'_shipping_city','Escondido'),(103913,2335,'_shipping_state','CA'),(103914,2335,'_shipping_postcode','92026'),(103915,2335,'_shipping_country','US'),(103916,2335,'_order_currency','USD'),(103917,2335,'_cart_discount','0'),(103918,2335,'_cart_discount_tax','0'),(103919,2335,'_order_shipping','30.93'),(103920,2335,'_order_shipping_tax','0'),(103921,2335,'_order_tax','0'),(103922,2335,'_order_total','310.77'),(103923,2335,'_order_version','8.3.1'),(103924,2335,'_prices_include_tax','no'),(103925,2335,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(103926,2335,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(103927,2335,'is_vat_exempt','no'),(103928,2335,'Payment type','instant'),(103929,2335,'_paypal_status','completed'),(103930,2335,'_transaction_id','15B049337D522611W'),(103931,2335,'PayPal Transaction Fee','11.34'),(103932,2335,'_date_paid','1701826341'),(103933,2335,'_paid_date','2023-12-06 01:32:21'),(103935,2333,'_edit_lock','1701878676:2'),(103936,2334,'_edit_lock','1701878611:2'),(103937,2333,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272488\";s:12:\"date_shipped\";s:10:\"1701820800\";s:11:\"tracking_id\";s:32:\"42d21e5477c80af5a4b894c39e5c3d19\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272477\";s:12:\"date_shipped\";i:1701878659;s:11:\"tracking_id\";s:32:\"fbef6b0c2abe28c52187a36fd1bdcc70\";}}'),(103938,2333,'_edit_last','2'),(103939,2333,'_date_completed','1701878661'),(103940,2333,'_completed_date','2023-12-06 16:04:21'),(103941,2334,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272580\";s:12:\"date_shipped\";s:10:\"1701820800\";s:11:\"tracking_id\";s:32:\"eb0b413f9266afe14d72505230ee79f1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272570\";s:12:\"date_shipped\";i:1701878708;s:11:\"tracking_id\";s:32:\"3206f7ca6fb32216736797a51e7aab0b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272569\";s:12:\"date_shipped\";i:1701878715;s:11:\"tracking_id\";s:32:\"f7005f30c11a3a4b7cf16c7b3316b4b8\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272558\";s:12:\"date_shipped\";i:1701878723;s:11:\"tracking_id\";s:32:\"58774e720aa34d85b068a630ef94505d\";}}'),(103942,2334,'_edit_last','2'),(103943,2334,'_date_completed','1701878725'),(103944,2334,'_completed_date','2023-12-06 16:05:25'),(103945,2335,'_edit_lock','1701891672:2'),(103946,2335,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272628\";s:12:\"date_shipped\";s:10:\"1701820800\";s:11:\"tracking_id\";s:32:\"ff83e938baf47ab42925b5d0f791d61e\";}}'),(103947,2335,'_edit_last','2'),(103948,2335,'_date_completed','1701891651'),(103949,2335,'_completed_date','2023-12-06 19:40:51'),(103950,2336,'_order_key','wc_order_KB3YxiV94sL7d'),(103951,2336,'_customer_user','61'),(103952,2336,'_payment_method','paypal'),(103953,2336,'_payment_method_title','PayPal'),(103954,2336,'_customer_ip_address','217.180.201.61'),(103955,2336,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(103956,2336,'_created_via','checkout'),(103957,2336,'_cart_hash','71cf9f9d0ad05e19c82e38a4295def96'),(103958,2336,'_download_permissions_granted','yes'),(103959,2336,'_recorded_sales','yes'),(103960,2336,'_recorded_coupon_usage_counts','yes'),(103961,2336,'_new_order_email_sent','true'),(103962,2336,'_order_stock_reduced','yes'),(103963,2336,'_billing_first_name','Judith'),(103964,2336,'_billing_last_name','Hayden'),(103965,2336,'_billing_company','LCAL Hayden LLC'),(103966,2336,'_billing_address_1','1795 Alysheba Way'),(103967,2336,'_billing_address_2','Ste 4105'),(103968,2336,'_billing_city','Lexington'),(103969,2336,'_billing_state','KY'),(103970,2336,'_billing_postcode','40509'),(103971,2336,'_billing_country','US'),(103972,2336,'_billing_email','judy@liceclinicslexington.com'),(103973,2336,'_billing_phone','8595376966'),(103974,2336,'_shipping_first_name','Judith'),(103975,2336,'_shipping_last_name','Hayden'),(103976,2336,'_shipping_company','LCAL Hayden LLC'),(103977,2336,'_shipping_address_1','1795 Alysheba Way'),(103978,2336,'_shipping_city','Lexington'),(103979,2336,'_shipping_state','KY'),(103980,2336,'_shipping_postcode','40509'),(103981,2336,'_shipping_country','US'),(103982,2336,'_order_currency','USD'),(103983,2336,'_cart_discount','0'),(103984,2336,'_cart_discount_tax','0'),(103985,2336,'_order_shipping','0'),(103986,2336,'_order_shipping_tax','0'),(103987,2336,'_order_tax','0'),(103988,2336,'_order_total','910.14'),(103989,2336,'_order_version','8.3.1'),(103990,2336,'_prices_include_tax','no'),(103991,2336,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(103992,2336,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(103994,2336,'is_vat_exempt','no'),(103995,2336,'_shipping_address_2','Ste 4105'),(103996,2336,'Payment type','instant'),(103997,2336,'_paypal_status','completed'),(103998,2336,'_transaction_id','3X583328KA852920J'),(103999,2336,'PayPal Transaction Fee','32.25'),(104000,2336,'_date_paid','1701962066'),(104001,2336,'_paid_date','2023-12-07 15:14:26'),(104002,2337,'_order_key','wc_order_Fy66SaCQPI8SM'),(104003,2337,'_customer_user','76'),(104004,2337,'_payment_method','paypal'),(104005,2337,'_payment_method_title','PayPal'),(104006,2337,'_customer_ip_address','71.234.104.107'),(104007,2337,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(104008,2337,'_created_via','checkout'),(104009,2337,'_cart_hash','4ed922907a2a82da408a48bf3df07d6f'),(104010,2337,'_download_permissions_granted','yes'),(104011,2337,'_recorded_sales','yes'),(104012,2337,'_recorded_coupon_usage_counts','yes'),(104013,2337,'_new_order_email_sent','true'),(104014,2337,'_order_stock_reduced','yes'),(104015,2337,'_billing_first_name','Naomi'),(104016,2337,'_billing_last_name','Golden'),(104017,2337,'_billing_company','LCA'),(104018,2337,'_billing_address_1','31 Mann Ave'),(104019,2337,'_billing_city','Needham'),(104020,2337,'_billing_state','MA'),(104021,2337,'_billing_postcode','02492'),(104022,2337,'_billing_country','US'),(104023,2337,'_billing_email','nrgolden6486@gmail.com'),(104024,2337,'_billing_phone','617-851-1322'),(104025,2337,'_shipping_first_name','Naomi'),(104026,2337,'_shipping_last_name','Golden'),(104027,2337,'_shipping_company','LCA'),(104028,2337,'_shipping_address_1','3 Baldwin Green Common'),(104029,2337,'_shipping_address_2','Suite 310'),(104030,2337,'_shipping_city','Woburn'),(104031,2337,'_shipping_state','MA'),(104032,2337,'_shipping_postcode','01801'),(104033,2337,'_shipping_country','US'),(104034,2337,'_order_currency','USD'),(104035,2337,'_cart_discount','0'),(104036,2337,'_cart_discount_tax','0'),(104037,2337,'_order_shipping','0'),(104038,2337,'_order_shipping_tax','0'),(104039,2337,'_order_tax','0'),(104040,2337,'_order_total','671.20'),(104041,2337,'_order_version','8.3.1'),(104042,2337,'_prices_include_tax','no'),(104043,2337,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(104044,2337,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(104045,2337,'is_vat_exempt','no'),(104046,2337,'Payment type','instant'),(104047,2337,'_paypal_status','completed'),(104048,2337,'_transaction_id','8FD387375K600652W'),(104049,2337,'PayPal Transaction Fee','23.91'),(104050,2337,'_date_paid','1701963928'),(104051,2337,'_paid_date','2023-12-07 15:45:28'),(104059,2338,'_order_key','wc_order_xenYkF8NTinGv'),(104060,2338,'_customer_user','37'),(104061,2338,'_payment_method','paypal'),(104062,2338,'_payment_method_title','PayPal'),(104063,2338,'_customer_ip_address','207.155.69.101'),(104064,2338,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0'),(104065,2338,'_created_via','checkout'),(104066,2338,'_cart_hash','41df5a61a91953d095cd4752de3969ef'),(104067,2338,'_download_permissions_granted','yes'),(104068,2338,'_recorded_sales','yes'),(104069,2338,'_recorded_coupon_usage_counts','yes'),(104070,2338,'_new_order_email_sent','true'),(104071,2338,'_order_stock_reduced','yes'),(104072,2338,'_billing_first_name','Melody'),(104073,2338,'_billing_last_name','Carter'),(104074,2338,'_billing_company','Family Hair Clinic of South Ga LLC'),(104075,2338,'_billing_address_1','7754 GA HIGHWAY 122 W'),(104076,2338,'_billing_city','HAHIRA'),(104077,2338,'_billing_state','GA'),(104078,2338,'_billing_postcode','31632-2210'),(104079,2338,'_billing_country','US'),(104080,2338,'_billing_email','familyhairclinic@gmail.com'),(104081,2338,'_billing_phone','2294151748'),(104082,2338,'_shipping_first_name','Melody'),(104083,2338,'_shipping_last_name','Carter'),(104084,2338,'_shipping_company','Family Hair Clinic of South Ga LLC'),(104085,2338,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(104086,2338,'_shipping_city','HAHIRA'),(104087,2338,'_shipping_state','GA'),(104088,2338,'_shipping_postcode','31632-2210'),(104089,2338,'_shipping_country','US'),(104090,2338,'_order_currency','USD'),(104091,2338,'_cart_discount','0'),(104092,2338,'_cart_discount_tax','0'),(104093,2338,'_order_shipping','24.92'),(104094,2338,'_order_shipping_tax','0'),(104095,2338,'_order_tax','0'),(104096,2338,'_order_total','378.00'),(104097,2338,'_order_version','8.4.0'),(104098,2338,'_prices_include_tax','no'),(104099,2338,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(104100,2338,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(104101,2338,'is_vat_exempt','no'),(104102,2338,'Payment type','instant'),(104103,2338,'_paypal_status','completed'),(104104,2338,'_transaction_id','2AR0063443329780S'),(104105,2338,'PayPal Transaction Fee','13.68'),(104106,2338,'_date_paid','1702048545'),(104107,2338,'_paid_date','2023-12-08 15:15:45'),(104108,2339,'_order_key','wc_order_dfCZQmlqaY8LX'),(104109,2339,'_customer_user','90'),(104110,2339,'_payment_method','paypal'),(104111,2339,'_payment_method_title','PayPal'),(104112,2339,'_customer_ip_address','68.56.158.74'),(104113,2339,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(104114,2339,'_created_via','checkout'),(104115,2339,'_cart_hash','ef65af033f9b923e008fa56410d0e4b3'),(104116,2339,'_download_permissions_granted','no'),(104117,2339,'_recorded_sales','no'),(104118,2339,'_recorded_coupon_usage_counts','no'),(104119,2339,'_new_order_email_sent','false'),(104120,2339,'_order_stock_reduced','no'),(104121,2339,'_billing_first_name','Mike'),(104122,2339,'_billing_last_name','Brehm'),(104123,2339,'_billing_address_1','5258 Plainfield Ave NE'),(104124,2339,'_billing_city','Grand Rapids'),(104125,2339,'_billing_state','MI'),(104126,2339,'_billing_postcode','49525'),(104127,2339,'_billing_country','US'),(104128,2339,'_billing_email','rapunzelscorinn@gmail.com'),(104129,2339,'_billing_phone','6164504125'),(104130,2339,'_shipping_first_name','Corinn'),(104131,2339,'_shipping_last_name','Nichols'),(104132,2339,'_shipping_company','LCA Remedy'),(104133,2339,'_shipping_address_1','3500 Dean Lake Ave NE'),(104134,2339,'_shipping_city','Grand Rapids'),(104135,2339,'_shipping_state','MI'),(104136,2339,'_shipping_postcode','49525'),(104137,2339,'_shipping_country','US'),(104138,2339,'_order_currency','USD'),(104139,2339,'_cart_discount','0'),(104140,2339,'_cart_discount_tax','0'),(104141,2339,'_order_shipping','13.26'),(104142,2339,'_order_shipping_tax','0'),(104143,2339,'_order_tax','0'),(104144,2339,'_order_total','99.96'),(104145,2339,'_order_version','8.3.1'),(104146,2339,'_prices_include_tax','no'),(104147,2339,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(104148,2339,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(104149,2339,'is_vat_exempt','no'),(104150,2340,'_order_key','wc_order_VD7PliMlwuX3i'),(104151,2340,'_customer_user','90'),(104152,2340,'_payment_method','paypal'),(104153,2340,'_payment_method_title','PayPal'),(104154,2340,'_customer_ip_address','68.56.158.74'),(104155,2340,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(104156,2340,'_created_via','checkout'),(104157,2340,'_cart_hash','ef65af033f9b923e008fa56410d0e4b3'),(104158,2340,'_download_permissions_granted','yes'),(104159,2340,'_recorded_sales','yes'),(104160,2340,'_recorded_coupon_usage_counts','yes'),(104161,2340,'_new_order_email_sent','true'),(104162,2340,'_order_stock_reduced','yes'),(104163,2340,'_billing_first_name','Mike'),(104164,2340,'_billing_last_name','Brehm'),(104165,2340,'_billing_address_1','5258 Plainfield Ave NE'),(104166,2340,'_billing_city','Grand Rapids'),(104167,2340,'_billing_state','MI'),(104168,2340,'_billing_postcode','49525'),(104169,2340,'_billing_country','US'),(104170,2340,'_billing_email','rapunzelscorinn@gmail.com'),(104171,2340,'_billing_phone','6164504125'),(104172,2340,'_shipping_first_name','Corinn'),(104173,2340,'_shipping_last_name','Nichols'),(104174,2340,'_shipping_company','LCA Remedy'),(104175,2340,'_shipping_address_1','3500 Dean Lake Ave NE'),(104176,2340,'_shipping_city','Grand Rapids'),(104177,2340,'_shipping_state','MI'),(104178,2340,'_shipping_postcode','49525'),(104179,2340,'_shipping_country','US'),(104180,2340,'_order_currency','USD'),(104181,2340,'_cart_discount','0'),(104182,2340,'_cart_discount_tax','0'),(104183,2340,'_order_shipping','13.26'),(104184,2340,'_order_shipping_tax','0'),(104185,2340,'_order_tax','0'),(104186,2340,'_order_total','99.96'),(104187,2340,'_order_version','8.3.1'),(104188,2340,'_prices_include_tax','no'),(104189,2340,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(104190,2340,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(104191,2340,'is_vat_exempt','no'),(104192,2340,'Payment type','instant'),(104193,2340,'_paypal_status','completed'),(104194,2340,'_transaction_id','4GG27741TD5510255'),(104195,2340,'PayPal Transaction Fee','3.98'),(104196,2340,'_date_paid','1702055532'),(104197,2340,'_paid_date','2023-12-08 17:12:12'),(104198,2341,'_order_key','wc_order_ROYTEUJxJ2s4G'),(104199,2341,'_customer_user','21'),(104200,2341,'_payment_method','paypal'),(104201,2341,'_payment_method_title','PayPal'),(104202,2341,'_customer_ip_address','173.216.41.12'),(104203,2341,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Avast/119.0.0.0'),(104204,2341,'_created_via','checkout'),(104205,2341,'_cart_hash','ee96a726553bef18f889925553272a20'),(104206,2341,'_download_permissions_granted','yes'),(104207,2341,'_recorded_sales','yes'),(104208,2341,'_recorded_coupon_usage_counts','yes'),(104209,2341,'_new_order_email_sent','true'),(104210,2341,'_order_stock_reduced','yes'),(104211,2341,'_billing_first_name','LCA'),(104212,2341,'_billing_last_name','Arkansas'),(104213,2341,'_billing_company','LCA - Central Arkansas'),(104214,2341,'_billing_address_1','1011 N. 2nd St., Ste. D'),(104215,2341,'_billing_city','Cabot'),(104216,2341,'_billing_state','AR'),(104217,2341,'_billing_postcode','72023'),(104218,2341,'_billing_country','US'),(104219,2341,'_billing_email','liceclinicslittlerock@gmail.com'),(104220,2341,'_billing_phone','15014249396'),(104221,2341,'_shipping_first_name','LCA'),(104222,2341,'_shipping_last_name','Arkansas'),(104223,2341,'_shipping_company','LCA - Central Arkansas'),(104224,2341,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(104225,2341,'_shipping_city','Cabot'),(104226,2341,'_shipping_state','AR'),(104227,2341,'_shipping_postcode','72023'),(104228,2341,'_shipping_country','US'),(104229,2341,'_order_currency','USD'),(104230,2341,'_cart_discount','0'),(104231,2341,'_cart_discount_tax','0'),(104232,2341,'_order_shipping','0'),(104233,2341,'_order_shipping_tax','0'),(104234,2341,'_order_tax','0'),(104235,2341,'_order_total','538.00'),(104236,2341,'_order_version','8.3.1'),(104237,2341,'_prices_include_tax','no'),(104238,2341,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(104239,2341,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(104240,2341,'is_vat_exempt','no'),(104241,2341,'Payment type','instant'),(104242,2341,'_paypal_status','completed'),(104243,2341,'_transaction_id','6UK58501DS634503M'),(104244,2341,'PayPal Transaction Fee','19.27'),(104245,2341,'_date_paid','1702057583'),(104246,2341,'_paid_date','2023-12-08 17:46:23'),(104247,2337,'_edit_lock','1702063731:2'),(104248,2337,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273006\";s:12:\"date_shipped\";s:10:\"1701993600\";s:11:\"tracking_id\";s:32:\"d4457ad8de68b50062b6a227b9196a95\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830272992\";s:12:\"date_shipped\";i:1702063861;s:11:\"tracking_id\";s:32:\"eeb1a917d57c1865fa3297a64df46d68\";}}'),(104249,2337,'_edit_last','2'),(104250,2337,'_date_completed','1702063865'),(104251,2337,'_completed_date','2023-12-08 19:31:05'),(104252,2336,'_edit_lock','1702064940:2'),(104253,2336,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273039\";s:12:\"date_shipped\";s:10:\"1701993600\";s:11:\"tracking_id\";s:32:\"c7c0d3e2ea6c276034e2ce9626e7c9c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273028\";s:12:\"date_shipped\";i:1702065013;s:11:\"tracking_id\";s:32:\"edc13e0070b39486ac32f693f942d5e4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273017\";s:12:\"date_shipped\";i:1702065018;s:11:\"tracking_id\";s:32:\"6311bbf222f9b63c4c239187a5003004\";}}'),(104254,2336,'_edit_last','2'),(104255,2336,'_date_completed','1702065031'),(104256,2336,'_completed_date','2023-12-08 19:50:31'),(104257,2338,'_edit_lock','1702494879:2'),(104258,2338,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273381\";s:12:\"date_shipped\";s:10:\"1701993600\";s:11:\"tracking_id\";s:32:\"d2ade85f1d849cc46b5c953aec44e764\";}}'),(104265,2342,'_order_key','wc_order_OGoKwk0p15Wz8'),(104266,2342,'_customer_user','47'),(104267,2342,'_payment_method','paypal'),(104268,2342,'_payment_method_title','PayPal'),(104269,2342,'_customer_ip_address','136.50.12.214'),(104270,2342,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(104271,2342,'_created_via','checkout'),(104272,2342,'_cart_hash','fb76a61ec11d39281a66d96fe21c91eb'),(104273,2342,'_download_permissions_granted','yes'),(104274,2342,'_recorded_sales','yes'),(104275,2342,'_recorded_coupon_usage_counts','yes'),(104276,2342,'_new_order_email_sent','true'),(104277,2342,'_order_stock_reduced','yes'),(104278,2342,'_billing_first_name','Tracy'),(104279,2342,'_billing_last_name','Copeland'),(104280,2342,'_billing_company','LCA SA WEST'),(104281,2342,'_billing_address_1','14223 Silverhollow'),(104282,2342,'_billing_city','San Antonio'),(104283,2342,'_billing_state','TX'),(104284,2342,'_billing_postcode','78232'),(104285,2342,'_billing_country','US'),(104286,2342,'_billing_email','info@liceclinicsofsanantonio.com'),(104287,2342,'_billing_phone','2103135033'),(104288,2342,'_shipping_first_name','Tracy'),(104289,2342,'_shipping_last_name','Copeland'),(104290,2342,'_shipping_company','LCA SA WEST'),(104291,2342,'_shipping_address_1','14223 Silverhollow'),(104292,2342,'_shipping_city','San Antonio'),(104293,2342,'_shipping_state','TX'),(104294,2342,'_shipping_postcode','78232'),(104295,2342,'_shipping_country','US'),(104296,2342,'_order_currency','USD'),(104297,2342,'_cart_discount','0'),(104298,2342,'_cart_discount_tax','0'),(104299,2342,'_order_shipping','0'),(104300,2342,'_order_shipping_tax','0'),(104301,2342,'_order_tax','0'),(104302,2342,'_order_total','521.75'),(104303,2342,'_order_version','8.3.1'),(104304,2342,'_prices_include_tax','no'),(104305,2342,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(104306,2342,'_shipping_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US '),(104307,2342,'is_vat_exempt','no'),(104308,2342,'Payment type','instant'),(104309,2342,'_paypal_status','completed'),(104310,2342,'_transaction_id','7AN12436555261252'),(104311,2342,'PayPal Transaction Fee','18.70'),(104312,2342,'_date_paid','1702302723'),(104313,2342,'_paid_date','2023-12-11 13:52:03'),(104321,2342,'_edit_lock','1702334019:2'),(104322,2342,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273738\";s:12:\"date_shipped\";s:10:\"1702252800\";s:11:\"tracking_id\";s:32:\"18754a544763d40b4b0ebcefbe4a6943\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273727\";s:12:\"date_shipped\";i:1702334149;s:11:\"tracking_id\";s:32:\"06a94721926b9d2094d94f48e83ef8d6\";}}'),(104323,2342,'_edit_last','2'),(104324,2342,'_date_completed','1702334152'),(104325,2342,'_completed_date','2023-12-11 22:35:52'),(104326,2341,'_edit_lock','1702334528:2'),(104327,2341,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273484\";s:12:\"date_shipped\";s:10:\"1702252800\";s:11:\"tracking_id\";s:32:\"488fbf8cb801261a285763de989450e9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273473\";s:12:\"date_shipped\";i:1702334582;s:11:\"tracking_id\";s:32:\"828b4503df3401fccd00a84299caf4ec\";}}'),(104328,2341,'_edit_last','2'),(104329,2341,'_date_completed','1702334665'),(104330,2341,'_completed_date','2023-12-11 22:44:25'),(104331,2340,'_edit_lock','1702334612:2'),(104332,2340,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830273418\";s:12:\"date_shipped\";s:10:\"1702252800\";s:11:\"tracking_id\";s:32:\"eaa8d1210bdbbe69fdd00a33d1ed0aba\";}}'),(104333,2340,'_edit_last','2'),(104334,2340,'_date_completed','1702334699'),(104335,2340,'_completed_date','2023-12-11 22:44:59'),(104337,2343,'_order_key','wc_order_QoNIBKdRTMnob'),(104338,2343,'_customer_user','43'),(104339,2343,'_payment_method','paypal'),(104340,2343,'_payment_method_title','PayPal'),(104341,2343,'_customer_ip_address','172.58.131.168'),(104342,2343,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(104343,2343,'_created_via','checkout'),(104344,2343,'_cart_hash','55d75df9137673d79cb883c3b0cc1fb6'),(104345,2343,'_download_permissions_granted','yes'),(104346,2343,'_recorded_sales','yes'),(104347,2343,'_recorded_coupon_usage_counts','yes'),(104348,2343,'_new_order_email_sent','true'),(104349,2343,'_order_stock_reduced','yes'),(104350,2343,'_billing_first_name','Ryan'),(104351,2343,'_billing_last_name','Nelson'),(104352,2343,'_billing_address_1','140 Flame Vine drive'),(104353,2343,'_billing_city','Naples'),(104354,2343,'_billing_state','FL'),(104355,2343,'_billing_postcode','34110'),(104356,2343,'_billing_country','US'),(104357,2343,'_billing_email','Rjnelson73@gmail.com'),(104358,2343,'_billing_phone','239-281-0719'),(104359,2343,'_shipping_first_name','Ryan'),(104360,2343,'_shipping_last_name','Nelson'),(104361,2343,'_shipping_address_1','140 Flame Vine drive'),(104362,2343,'_shipping_city','Naples'),(104363,2343,'_shipping_state','FL'),(104364,2343,'_shipping_postcode','34110'),(104365,2343,'_shipping_country','US'),(104366,2343,'_order_currency','USD'),(104367,2343,'_cart_discount','0'),(104368,2343,'_cart_discount_tax','0'),(104369,2343,'_order_shipping','18.09'),(104370,2343,'_order_shipping_tax','0'),(104371,2343,'_order_tax','0'),(104372,2343,'_order_total','195.29'),(104373,2343,'_order_version','8.4.0'),(104374,2343,'_prices_include_tax','no'),(104375,2343,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(104376,2343,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(104377,2343,'is_vat_exempt','no'),(104378,2343,'Payment type','instant'),(104379,2343,'_paypal_status','completed'),(104380,2343,'_transaction_id','5P843353V1824312E'),(104381,2343,'PayPal Transaction Fee','7.31'),(104382,2343,'_date_paid','1702413146'),(104383,2343,'_paid_date','2023-12-12 20:32:26'),(104384,2344,'_order_key','wc_order_JYhUOnJYQYXKN'),(104385,2344,'_customer_user','4'),(104386,2344,'_payment_method','paypal'),(104387,2344,'_payment_method_title','PayPal'),(104388,2344,'_customer_ip_address','98.33.196.185'),(104389,2344,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104390,2344,'_created_via','checkout'),(104391,2344,'_cart_hash','9e0bef394282a577128f951bba3795fc'),(104392,2344,'_download_permissions_granted','yes'),(104393,2344,'_recorded_sales','yes'),(104394,2344,'_recorded_coupon_usage_counts','yes'),(104395,2344,'_new_order_email_sent','true'),(104396,2344,'_order_stock_reduced','yes'),(104397,2344,'_billing_first_name','David'),(104398,2344,'_billing_last_name','Washburn'),(104399,2344,'_billing_company','Larada Sciences (LCA)'),(104400,2344,'_billing_address_1','4873 South State St.'),(104401,2344,'_billing_city','Murray'),(104402,2344,'_billing_state','UT'),(104403,2344,'_billing_postcode','84107'),(104404,2344,'_billing_country','US'),(104405,2344,'_billing_email','david@laradasciences.com'),(104406,2344,'_billing_phone','8019197428'),(104407,2344,'_shipping_first_name','David'),(104408,2344,'_shipping_last_name','Washburn'),(104409,2344,'_shipping_company','Larada Sciences (LCA)'),(104410,2344,'_shipping_address_1','4873 South State St.'),(104411,2344,'_shipping_city','Murray'),(104412,2344,'_shipping_state','UT'),(104413,2344,'_shipping_postcode','84107'),(104414,2344,'_shipping_country','US'),(104415,2344,'_order_currency','USD'),(104416,2344,'_cart_discount','0'),(104417,2344,'_cart_discount_tax','0'),(104418,2344,'_order_shipping','0'),(104419,2344,'_order_shipping_tax','0'),(104420,2344,'_order_tax','0'),(104421,2344,'_order_total','763.26'),(104422,2344,'_order_version','8.4.0'),(104423,2344,'_prices_include_tax','no'),(104424,2344,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(104425,2344,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(104426,2344,'is_vat_exempt','no'),(104427,2345,'_order_key','wc_order_cj4SjPsq37Vye'),(104428,2345,'_customer_user','98'),(104429,2345,'_payment_method','paypal'),(104430,2345,'_payment_method_title','PayPal'),(104431,2345,'_customer_ip_address','73.219.108.253'),(104432,2345,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(104433,2345,'_created_via','checkout'),(104434,2345,'_cart_hash','eb8cd6da8e0b1b91ee70ec824ad031f1'),(104435,2345,'_download_permissions_granted','yes'),(104436,2345,'_recorded_sales','yes'),(104437,2345,'_recorded_coupon_usage_counts','yes'),(104438,2345,'_new_order_email_sent','true'),(104439,2345,'_order_stock_reduced','yes'),(104440,2345,'_billing_first_name','Christine'),(104441,2345,'_billing_last_name','Cherry'),(104442,2345,'_billing_company','NITS END'),(104443,2345,'_billing_address_1','PO BOX 1092'),(104444,2345,'_billing_city','Campton'),(104445,2345,'_billing_state','NH'),(104446,2345,'_billing_postcode','03223'),(104447,2345,'_billing_country','US'),(104448,2345,'_billing_email','christine@liceclinicscolumbus.com'),(104449,2345,'_billing_phone','16034983390'),(104450,2345,'_shipping_first_name','Erica'),(104451,2345,'_shipping_last_name','Froggatt'),(104452,2345,'_shipping_company','LCA'),(104453,2345,'_shipping_address_1','5910 Wilcox Place'),(104454,2345,'_shipping_address_2','Suite E'),(104455,2345,'_shipping_city','Dublin'),(104456,2345,'_shipping_state','OH'),(104457,2345,'_shipping_postcode','43016'),(104458,2345,'_shipping_country','US'),(104459,2345,'_order_currency','USD'),(104460,2345,'_cart_discount','0'),(104461,2345,'_cart_discount_tax','0'),(104462,2345,'_order_shipping','0'),(104463,2345,'_order_shipping_tax','0'),(104464,2345,'_order_tax','0'),(104465,2345,'_order_total','741.20'),(104466,2345,'_order_version','8.4.0'),(104467,2345,'_prices_include_tax','no'),(104468,2345,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(104469,2345,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(104470,2345,'is_vat_exempt','no'),(104471,2345,'Payment type','instant'),(104472,2345,'_paypal_status','completed'),(104473,2345,'_transaction_id','3RM64201WS902874G'),(104474,2345,'PayPal Transaction Fee','26.36'),(104475,2345,'_date_paid','1702417955'),(104476,2345,'_paid_date','2023-12-12 21:52:35'),(104477,2346,'_order_key','wc_order_cDNPyvZsMCjf0'),(104478,2346,'_customer_user','76'),(104479,2346,'_payment_method','paypal'),(104480,2346,'_payment_method_title','PayPal'),(104481,2346,'_customer_ip_address','71.234.104.107'),(104482,2346,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(104483,2346,'_created_via','checkout'),(104484,2346,'_cart_hash','188992fa869dc6cad9466280908f156f'),(104485,2346,'_download_permissions_granted','yes'),(104486,2346,'_recorded_sales','yes'),(104487,2346,'_recorded_coupon_usage_counts','yes'),(104488,2346,'_new_order_email_sent','true'),(104489,2346,'_order_stock_reduced','yes'),(104490,2346,'_billing_first_name','Naomi'),(104491,2346,'_billing_last_name','Golden'),(104492,2346,'_billing_company','LCA'),(104493,2346,'_billing_address_1','31 Mann Ave'),(104494,2346,'_billing_city','Needham'),(104495,2346,'_billing_state','MA'),(104496,2346,'_billing_postcode','02492'),(104497,2346,'_billing_country','US'),(104498,2346,'_billing_email','nrgolden6486@gmail.com'),(104499,2346,'_billing_phone','617-851-1322'),(104500,2346,'_shipping_first_name','Naomi'),(104501,2346,'_shipping_last_name','Golden'),(104502,2346,'_shipping_company','LCA'),(104503,2346,'_shipping_address_1','3 Baldwin Green Common'),(104504,2346,'_shipping_address_2','Suite 310'),(104505,2346,'_shipping_city','Woburn'),(104506,2346,'_shipping_state','MA'),(104507,2346,'_shipping_postcode','01801'),(104508,2346,'_shipping_country','US'),(104509,2346,'_order_currency','USD'),(104510,2346,'_cart_discount','0'),(104511,2346,'_cart_discount_tax','0'),(104512,2346,'_order_shipping','0'),(104513,2346,'_order_shipping_tax','0'),(104514,2346,'_order_tax','0'),(104515,2346,'_order_total','510.96'),(104516,2346,'_order_version','8.4.0'),(104517,2346,'_prices_include_tax','no'),(104518,2346,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(104519,2346,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(104520,2346,'is_vat_exempt','no'),(104521,2346,'Payment type','instant'),(104522,2346,'_paypal_status','completed'),(104523,2346,'_transaction_id','80L29821U93172606'),(104524,2346,'PayPal Transaction Fee','18.32'),(104525,2346,'_date_paid','1702421517'),(104526,2346,'_paid_date','2023-12-12 22:51:57'),(104527,2344,'_edit_lock','1702501056:2'),(104528,2344,'_edit_last','2'),(104529,2344,'Payment type','instant'),(104530,2344,'_paypal_status','completed'),(104531,2344,'_transaction_id','6UB7823978553305M'),(104532,2344,'PayPal Transaction Fee','27.13'),(104533,2344,'_date_paid','1702485453'),(104534,2344,'_paid_date','2023-12-13 16:37:33'),(104535,2347,'_order_key','wc_order_0VQgoSWk8oLt9'),(104536,2347,'_customer_user','76'),(104537,2347,'_payment_method','paypal'),(104538,2347,'_payment_method_title','PayPal'),(104539,2347,'_customer_ip_address','146.115.118.214'),(104540,2347,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(104541,2347,'_created_via','checkout'),(104542,2347,'_cart_hash','a1c492620389248d9efde41c48168e2c'),(104543,2347,'_download_permissions_granted','yes'),(104544,2347,'_recorded_sales','yes'),(104545,2347,'_recorded_coupon_usage_counts','yes'),(104546,2347,'_new_order_email_sent','true'),(104547,2347,'_order_stock_reduced','yes'),(104548,2347,'_billing_first_name','Naomi'),(104549,2347,'_billing_last_name','Golden'),(104550,2347,'_billing_company','LCA'),(104551,2347,'_billing_address_1','31 Mann Ave'),(104552,2347,'_billing_city','Needham'),(104553,2347,'_billing_state','MA'),(104554,2347,'_billing_postcode','02492'),(104555,2347,'_billing_country','US'),(104556,2347,'_billing_email','nrgolden6486@gmail.com'),(104557,2347,'_billing_phone','617-851-1322'),(104558,2347,'_shipping_first_name','Naomi'),(104559,2347,'_shipping_last_name','Golden'),(104560,2347,'_shipping_company','LCA'),(104561,2347,'_shipping_address_1','3 Baldwin Green Common'),(104562,2347,'_shipping_address_2','Suite 310'),(104563,2347,'_shipping_city','Woburn'),(104564,2347,'_shipping_state','MA'),(104565,2347,'_shipping_postcode','01801'),(104566,2347,'_shipping_country','US'),(104567,2347,'_order_currency','USD'),(104568,2347,'_cart_discount','0'),(104569,2347,'_cart_discount_tax','0'),(104570,2347,'_order_shipping','0'),(104571,2347,'_order_shipping_tax','0'),(104572,2347,'_order_tax','0'),(104573,2347,'_order_total','534.42'),(104574,2347,'_order_version','8.4.0'),(104575,2347,'_prices_include_tax','no'),(104576,2347,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(104577,2347,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(104578,2347,'is_vat_exempt','no'),(104579,2347,'Payment type','instant'),(104580,2347,'_paypal_status','completed'),(104581,2347,'_transaction_id','6PC917363H819990M'),(104582,2347,'PayPal Transaction Fee','19.14'),(104583,2347,'_date_paid','1702491113'),(104584,2347,'_paid_date','2023-12-13 18:11:53'),(104585,2346,'_edit_lock','1702494423:2'),(104586,2348,'_order_currency','USD'),(104587,2348,'_cart_discount','0'),(104588,2348,'_cart_discount_tax','0'),(104589,2348,'_order_shipping','0'),(104590,2348,'_order_shipping_tax','0'),(104591,2348,'_order_tax','0'),(104592,2348,'_order_total','-510.96'),(104593,2348,'_order_version','8.4.0'),(104594,2348,'_prices_include_tax','no'),(104595,2348,'_refund_amount','510.96'),(104596,2348,'_refunded_by','2'),(104597,2348,'_refunded_payment','1'),(104598,2348,'_refund_reason',''),(104599,2343,'_edit_lock','1702494734:2'),(104600,2343,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274079\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"479211b7c2c7b541a7c04d9261b76093\";}}'),(104601,2347,'_edit_lock','1702504937:2'),(104602,2347,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274311\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"af6f826e5307ffdc85f017791816c151\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274300\";s:12:\"date_shipped\";i:1702505052;s:11:\"tracking_id\";s:32:\"bd2f19dff67dcf3dca2714e79067d31d\";}}'),(104603,2347,'_edit_last','2'),(104604,2347,'_date_completed','1702494695'),(104605,2347,'_completed_date','2023-12-13 19:11:35'),(104606,2345,'_edit_lock','1702494778:2'),(104607,2345,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274219\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"c219d3902d3e150d18fc953d57df4037\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274208\";s:12:\"date_shipped\";i:1702494741;s:11:\"tracking_id\";s:32:\"a87f66e1d1f1e07689accfd0341d8fa4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274193\";s:12:\"date_shipped\";i:1702494747;s:11:\"tracking_id\";s:32:\"4bf6f60fd12ecfd7b6ef0c62fd1f2c8e\";}}'),(104608,2345,'_edit_last','2'),(104609,2345,'_date_completed','1702494749'),(104610,2345,'_completed_date','2023-12-13 19:12:29'),(104611,2343,'_edit_last','2'),(104612,2343,'_date_completed','1702494871'),(104613,2343,'_completed_date','2023-12-13 19:14:31'),(104614,2338,'_edit_last','2'),(104615,2338,'_date_completed','1702494875'),(104616,2338,'_completed_date','2023-12-13 19:14:35'),(104617,2349,'_order_key','wc_order_9Qz1aIfpqSt6Y'),(104618,2349,'_customer_user','87'),(104619,2349,'_payment_method','paypal'),(104620,2349,'_payment_method_title','PayPal'),(104621,2349,'_customer_ip_address','75.7.15.79'),(104622,2349,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104623,2349,'_created_via','checkout'),(104624,2349,'_cart_hash','eb2f5d415d455525e5bc5c4e1c3901eb'),(104625,2349,'_download_permissions_granted','yes'),(104626,2349,'_recorded_sales','yes'),(104627,2349,'_recorded_coupon_usage_counts','yes'),(104628,2349,'_new_order_email_sent','true'),(104629,2349,'_order_stock_reduced','yes'),(104630,2349,'_billing_first_name','Wade'),(104631,2349,'_billing_last_name','Huntsman'),(104632,2349,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(104633,2349,'_billing_address_1','3421 E 21st'),(104634,2349,'_billing_city','Tulsa'),(104635,2349,'_billing_state','OK'),(104636,2349,'_billing_postcode','74114'),(104637,2349,'_billing_country','US'),(104638,2349,'_billing_email','info@liceclinicsmidsouth.com'),(104639,2349,'_billing_phone','9189783329'),(104640,2349,'_shipping_first_name','Wade'),(104641,2349,'_shipping_last_name','Huntsman'),(104642,2349,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(104643,2349,'_shipping_address_1','3421 E 21st'),(104644,2349,'_shipping_city','Tulsa'),(104645,2349,'_shipping_state','OK'),(104646,2349,'_shipping_postcode','74114'),(104647,2349,'_shipping_country','US'),(104648,2349,'_order_currency','USD'),(104649,2349,'_cart_discount','0'),(104650,2349,'_cart_discount_tax','0'),(104651,2349,'_order_shipping','0'),(104652,2349,'_order_shipping_tax','0'),(104653,2349,'_order_tax','0'),(104654,2349,'_order_total','861.88'),(104655,2349,'_order_version','8.4.0'),(104656,2349,'_prices_include_tax','no'),(104657,2349,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(104658,2349,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(104659,2349,'is_vat_exempt','no'),(104660,2349,'Payment type','instant'),(104661,2349,'_paypal_status','completed'),(104662,2349,'_transaction_id','3SE48529Y5528642J'),(104663,2349,'PayPal Transaction Fee','30.57'),(104664,2349,'_date_paid','1702495467'),(104665,2349,'_paid_date','2023-12-13 19:24:27'),(104666,2350,'_order_key','wc_order_vHmmHSrbFSIV5'),(104667,2350,'_customer_user','87'),(104668,2350,'_payment_method','paypal'),(104669,2350,'_payment_method_title','PayPal'),(104670,2350,'_customer_ip_address','75.7.15.79'),(104671,2350,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104672,2350,'_created_via','checkout'),(104673,2350,'_cart_hash','78cb6059467c58f3585f34a2fad069e2'),(104674,2350,'_download_permissions_granted','yes'),(104675,2350,'_recorded_sales','yes'),(104676,2350,'_recorded_coupon_usage_counts','yes'),(104677,2350,'_new_order_email_sent','true'),(104678,2350,'_order_stock_reduced','yes'),(104679,2350,'_billing_first_name','Wade'),(104680,2350,'_billing_last_name','Huntsman'),(104681,2350,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(104682,2350,'_billing_address_1','3421 E 21st'),(104683,2350,'_billing_city','Tulsa'),(104684,2350,'_billing_state','OK'),(104685,2350,'_billing_postcode','74114'),(104686,2350,'_billing_country','US'),(104687,2350,'_billing_email','info@liceclinicsmidsouth.com'),(104688,2350,'_billing_phone','9189783329'),(104689,2350,'_shipping_first_name','Logan'),(104690,2350,'_shipping_last_name','Futrell'),(104691,2350,'_shipping_company','Lice Clinics of America NWA'),(104692,2350,'_shipping_address_1','203 Tricha Circle'),(104693,2350,'_shipping_address_2','Unit B'),(104694,2350,'_shipping_city','Gravette'),(104695,2350,'_shipping_state','AR'),(104696,2350,'_shipping_postcode','72736'),(104697,2350,'_shipping_country','US'),(104698,2350,'_order_currency','USD'),(104699,2350,'_cart_discount','0'),(104700,2350,'_cart_discount_tax','0'),(104701,2350,'_order_shipping','0'),(104702,2350,'_order_shipping_tax','0'),(104703,2350,'_order_tax','0'),(104704,2350,'_order_total','504.80'),(104705,2350,'_order_version','8.4.0'),(104706,2350,'_prices_include_tax','no'),(104707,2350,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(104708,2350,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B Gravette AR 72736 US '),(104709,2350,'is_vat_exempt','no'),(104710,2350,'Payment type','instant'),(104711,2350,'_paypal_status','completed'),(104712,2350,'_transaction_id','36P177547N1135238'),(104713,2350,'PayPal Transaction Fee','18.11'),(104714,2350,'_date_paid','1702495796'),(104715,2350,'_paid_date','2023-12-13 19:29:56'),(104716,2351,'_order_key','wc_order_DA6DMuSzQbp2L'),(104717,2351,'_customer_user','87'),(104718,2351,'_payment_method','paypal'),(104719,2351,'_payment_method_title','PayPal'),(104720,2351,'_customer_ip_address','75.7.15.79'),(104721,2351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104722,2351,'_created_via','checkout'),(104723,2351,'_cart_hash','5f6801e1907037fe8de13c5ca6276632'),(104724,2351,'_download_permissions_granted','yes'),(104725,2351,'_recorded_sales','yes'),(104726,2351,'_recorded_coupon_usage_counts','yes'),(104727,2351,'_new_order_email_sent','true'),(104728,2351,'_order_stock_reduced','yes'),(104729,2351,'_billing_first_name','Wade'),(104730,2351,'_billing_last_name','Huntsman'),(104731,2351,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(104732,2351,'_billing_address_1','3421 E 21st'),(104733,2351,'_billing_city','Tulsa'),(104734,2351,'_billing_state','OK'),(104735,2351,'_billing_postcode','74114'),(104736,2351,'_billing_country','US'),(104737,2351,'_billing_email','info@liceclinicsmidsouth.com'),(104738,2351,'_billing_phone','9189783329'),(104739,2351,'_shipping_first_name','Katee'),(104740,2351,'_shipping_last_name','Morrison'),(104741,2351,'_shipping_company','Lice Clinics of America OKC'),(104742,2351,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(104743,2351,'_shipping_city','oklahoma city'),(104744,2351,'_shipping_state','OK'),(104745,2351,'_shipping_postcode','73118'),(104746,2351,'_shipping_country','US'),(104747,2351,'_order_currency','USD'),(104748,2351,'_cart_discount','0'),(104749,2351,'_cart_discount_tax','0'),(104750,2351,'_order_shipping','0'),(104751,2351,'_order_shipping_tax','0'),(104752,2351,'_order_tax','0'),(104753,2351,'_order_total','734.21'),(104754,2351,'_order_version','8.4.0'),(104755,2351,'_prices_include_tax','no'),(104756,2351,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(104757,2351,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  oklahoma city OK 73118 US '),(104758,2351,'is_vat_exempt','no'),(104759,2351,'Payment type','instant'),(104760,2351,'_paypal_status','completed'),(104761,2351,'_transaction_id','52962311UY566444N'),(104762,2351,'PayPal Transaction Fee','26.11'),(104763,2351,'_date_paid','1702496041'),(104764,2351,'_paid_date','2023-12-13 19:34:01'),(104765,2352,'_order_key','wc_order_sk76YK8vGEDh0'),(104766,2352,'_customer_user','60'),(104767,2352,'_payment_method','paypal'),(104768,2352,'_payment_method_title','PayPal'),(104769,2352,'_customer_ip_address','24.13.229.23'),(104770,2352,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(104771,2352,'_created_via','checkout'),(104772,2352,'_cart_hash','9134d1ca6896479ac3da197801c75c21'),(104773,2352,'_download_permissions_granted','yes'),(104774,2352,'_recorded_sales','yes'),(104775,2352,'_recorded_coupon_usage_counts','yes'),(104776,2352,'_new_order_email_sent','true'),(104777,2352,'_order_stock_reduced','yes'),(104778,2352,'_billing_first_name','Jill'),(104779,2352,'_billing_last_name','Leshtz'),(104780,2352,'_billing_company','Lice clinics of America-North Shore'),(104781,2352,'_billing_address_1','1580 Lancelot Avenue'),(104782,2352,'_billing_city','Highland park'),(104783,2352,'_billing_state','IL'),(104784,2352,'_billing_postcode','60035'),(104785,2352,'_billing_country','US'),(104786,2352,'_billing_email','jleshtz@gmail.com'),(104787,2352,'_billing_phone','8473639001'),(104788,2352,'_shipping_first_name','Jill'),(104789,2352,'_shipping_last_name','Leshtz'),(104790,2352,'_shipping_company','Lice clinics of America-North Shore'),(104791,2352,'_shipping_address_1','1580 Lancelot Avenue'),(104792,2352,'_shipping_city','Highland park'),(104793,2352,'_shipping_state','IL'),(104794,2352,'_shipping_postcode','60035'),(104795,2352,'_shipping_country','US'),(104796,2352,'_order_currency','USD'),(104797,2352,'_cart_discount','0'),(104798,2352,'_cart_discount_tax','0'),(104799,2352,'_order_shipping','13.99'),(104800,2352,'_order_shipping_tax','0'),(104801,2352,'_order_tax','0'),(104802,2352,'_order_total','13.99'),(104803,2352,'_order_version','8.4.0'),(104804,2352,'_prices_include_tax','no'),(104805,2352,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(104806,2352,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(104807,2352,'is_vat_exempt','no'),(104808,2353,'_order_key','wc_order_HukOwCAsz4Pak'),(104809,2353,'_customer_user','60'),(104810,2353,'_payment_method','paypal'),(104811,2353,'_payment_method_title','PayPal'),(104812,2353,'_customer_ip_address','24.13.229.23'),(104813,2353,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(104814,2353,'_created_via','checkout'),(104815,2353,'_cart_hash','82b1a28e0d30d4dd18083d3811e9485a'),(104816,2353,'_download_permissions_granted','yes'),(104817,2353,'_recorded_sales','yes'),(104818,2353,'_recorded_coupon_usage_counts','yes'),(104819,2353,'_new_order_email_sent','true'),(104820,2353,'_order_stock_reduced','yes'),(104821,2353,'_billing_first_name','Jill'),(104822,2353,'_billing_last_name','Leshtz'),(104823,2353,'_billing_company','Lice clinics of America-North Shore'),(104824,2353,'_billing_address_1','1580 Lancelot Avenue'),(104825,2353,'_billing_city','Highland park'),(104826,2353,'_billing_state','IL'),(104827,2353,'_billing_postcode','60035'),(104828,2353,'_billing_country','US'),(104829,2353,'_billing_email','jleshtz@gmail.com'),(104830,2353,'_billing_phone','8473639001'),(104831,2353,'_shipping_first_name','Jill'),(104832,2353,'_shipping_last_name','Leshtz'),(104833,2353,'_shipping_company','Lice clinics of America-North Shore'),(104834,2353,'_shipping_address_1','1580 Lancelot Avenue'),(104835,2353,'_shipping_city','Highland park'),(104836,2353,'_shipping_state','IL'),(104837,2353,'_shipping_postcode','60035'),(104838,2353,'_shipping_country','US'),(104839,2353,'_order_currency','USD'),(104840,2353,'_cart_discount','0'),(104841,2353,'_cart_discount_tax','0'),(104842,2353,'_order_shipping','13.99'),(104843,2353,'_order_shipping_tax','0'),(104844,2353,'_order_tax','0'),(104845,2353,'_order_total','13.99'),(104846,2353,'_order_version','8.4.0'),(104847,2353,'_prices_include_tax','no'),(104848,2353,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(104849,2353,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(104850,2353,'is_vat_exempt','no'),(104851,2354,'_order_key','wc_order_r1tGduavyNa84'),(104852,2354,'_customer_user','26'),(104853,2354,'_payment_method','paypal'),(104854,2354,'_payment_method_title','PayPal'),(104855,2354,'_customer_ip_address','68.126.201.125'),(104856,2354,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104857,2354,'_created_via','checkout'),(104858,2354,'_cart_hash','a04db449bdf8236ad6eb7370121e11a6'),(104859,2354,'_download_permissions_granted','yes'),(104860,2354,'_recorded_sales','yes'),(104861,2354,'_recorded_coupon_usage_counts','yes'),(104862,2354,'_new_order_email_sent','true'),(104863,2354,'_order_stock_reduced','yes'),(104864,2354,'_billing_first_name','Andrew'),(104865,2354,'_billing_last_name','Crumrine'),(104866,2354,'_billing_address_1','3537 Stevens Way'),(104867,2354,'_billing_city','Augusta'),(104868,2354,'_billing_state','GA'),(104869,2354,'_billing_postcode','30907'),(104870,2354,'_billing_country','US'),(104871,2354,'_billing_email','augustagalice@gmail.com'),(104872,2354,'_billing_phone','7063064588'),(104873,2354,'_shipping_first_name','Andrew'),(104874,2354,'_shipping_last_name','Crumrine'),(104875,2354,'_shipping_address_1','3537 Stevens Way'),(104876,2354,'_shipping_city','Augusta'),(104877,2354,'_shipping_state','GA'),(104878,2354,'_shipping_postcode','30907'),(104879,2354,'_shipping_country','US'),(104880,2354,'_order_currency','USD'),(104881,2354,'_cart_discount','0'),(104882,2354,'_cart_discount_tax','0'),(104883,2354,'_order_shipping','68.06'),(104884,2354,'_order_shipping_tax','0'),(104885,2354,'_order_tax','0'),(104886,2354,'_order_total','394.25'),(104887,2354,'_order_version','8.4.0'),(104888,2354,'_prices_include_tax','no'),(104889,2354,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(104890,2354,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(104891,2354,'is_vat_exempt','no'),(104892,2354,'_edit_lock','1703186226:2'),(104893,2354,'_edit_last','2'),(104894,2344,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274285\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"02d526cf90ba09400e404d0911ad0df4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274296\";s:12:\"date_shipped\";i:1702501161;s:11:\"tracking_id\";s:32:\"1c629a5ecc30aea2f981a778f7d0e50e\";}}'),(104895,2344,'_date_completed','1702501163'),(104896,2344,'_completed_date','2023-12-13 20:59:23'),(104897,2353,'_edit_lock','1702580574:2'),(104898,2352,'_edit_lock','1702595721:2'),(104899,2352,'_edit_last','2'),(104900,2353,'_edit_last','2'),(104901,2350,'_edit_lock','1702504826:2'),(104902,2350,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274403\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"166a11d0f43564bfd8aeea5db329a67c\";}}'),(104907,2350,'_edit_last','2'),(104908,2350,'_date_completed','1702504960'),(104909,2350,'_completed_date','2023-12-13 22:02:40'),(104910,2351,'_edit_lock','1702504963:2'),(104911,2351,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274425\";s:12:\"date_shipped\";s:10:\"1702425600\";s:11:\"tracking_id\";s:32:\"20eebb9b1c06b3260cb439f0285d826c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274414\";s:12:\"date_shipped\";i:1702504993;s:11:\"tracking_id\";s:32:\"09cde4f40a22f1fa63e54569ebde5925\";}}'),(104914,2351,'_edit_last','2'),(104915,2351,'_date_completed','1702505099'),(104916,2351,'_completed_date','2023-12-13 22:04:59'),(104917,2353,'Payment type','instant'),(104918,2353,'_paypal_status','completed'),(104919,2353,'_transaction_id','4J6788555X2189225'),(104920,2353,'PayPal Transaction Fee','0.98'),(104921,2353,'_date_paid','1702505113'),(104922,2353,'_paid_date','2023-12-13 22:05:13'),(104923,2352,'Payment type','instant'),(104924,2352,'_paypal_status','completed'),(104925,2352,'_transaction_id','9DY66894XA074310J'),(104926,2352,'PayPal Transaction Fee','0.98'),(104927,2352,'_date_paid','1702505192'),(104928,2352,'_paid_date','2023-12-13 22:06:32'),(104929,2355,'_order_key','wc_order_xQIVrQkv5zpM5'),(104930,2355,'_customer_user','87'),(104931,2355,'_payment_method','paypal'),(104932,2355,'_payment_method_title','PayPal'),(104933,2355,'_customer_ip_address','98.172.235.221'),(104934,2355,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(104935,2355,'_created_via','checkout'),(104936,2355,'_cart_hash','d72c9014ba7c9106788bc9281fb3c40c'),(104937,2355,'_download_permissions_granted','yes'),(104938,2355,'_recorded_sales','yes'),(104939,2355,'_recorded_coupon_usage_counts','yes'),(104940,2355,'_new_order_email_sent','true'),(104941,2355,'_order_stock_reduced','yes'),(104942,2355,'_billing_first_name','Wade'),(104943,2355,'_billing_last_name','Huntsman'),(104944,2355,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(104945,2355,'_billing_address_1','3421 E 21st'),(104946,2355,'_billing_city','Tulsa'),(104947,2355,'_billing_state','OK'),(104948,2355,'_billing_postcode','74114'),(104949,2355,'_billing_country','US'),(104950,2355,'_billing_email','info@liceclinicsmidsouth.com'),(104951,2355,'_billing_phone','9189783329'),(104952,2355,'_shipping_first_name','Tiffany'),(104953,2355,'_shipping_last_name','Sporn'),(104954,2355,'_shipping_company','Lice Clinics of America Wichita'),(104955,2355,'_shipping_address_1','16621 West 29th Street North'),(104956,2355,'_shipping_city','Colwich'),(104957,2355,'_shipping_state','KS'),(104958,2355,'_shipping_postcode','67030'),(104959,2355,'_shipping_country','US'),(104960,2355,'_order_currency','USD'),(104961,2355,'_cart_discount','0'),(104962,2355,'_cart_discount_tax','0'),(104963,2355,'_order_shipping','0'),(104964,2355,'_order_shipping_tax','0'),(104965,2355,'_order_tax','0'),(104966,2355,'_order_total','504.55'),(104967,2355,'_order_version','8.4.0'),(104968,2355,'_prices_include_tax','no'),(104969,2355,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(104970,2355,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 West 29th Street North  Colwich KS 67030 US '),(104971,2355,'is_vat_exempt','no'),(104972,2355,'Payment type','instant'),(104973,2355,'_paypal_status','completed'),(104974,2355,'_transaction_id','2GR28995S7441181G'),(104975,2355,'PayPal Transaction Fee','18.10'),(104976,2355,'_date_paid','1702508334'),(104977,2355,'_paid_date','2023-12-13 22:58:54'),(104978,2356,'_order_key','wc_order_fTfWr38BcHgAq'),(104979,2356,'_customer_user','76'),(104980,2356,'_payment_method','paypal'),(104981,2356,'_payment_method_title','PayPal'),(104982,2356,'_customer_ip_address','146.115.131.163'),(104983,2356,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(104984,2356,'_created_via','checkout'),(104985,2356,'_cart_hash','e4f97e8c408c9462b6ac0ed508166189'),(104986,2356,'_download_permissions_granted','yes'),(104987,2356,'_recorded_sales','yes'),(104988,2356,'_recorded_coupon_usage_counts','yes'),(104989,2356,'_new_order_email_sent','true'),(104990,2356,'_order_stock_reduced','yes'),(104991,2356,'_billing_first_name','Naomi'),(104992,2356,'_billing_last_name','Golden'),(104993,2356,'_billing_company','LCA'),(104994,2356,'_billing_address_1','31 Mann Ave'),(104995,2356,'_billing_city','Needham'),(104996,2356,'_billing_state','MA'),(104997,2356,'_billing_postcode','02492'),(104998,2356,'_billing_country','US'),(104999,2356,'_billing_email','nrgolden6486@gmail.com'),(105000,2356,'_billing_phone','617-851-1322'),(105001,2356,'_shipping_first_name','Naomi'),(105002,2356,'_shipping_last_name','Golden'),(105003,2356,'_shipping_company','LCA'),(105004,2356,'_shipping_address_1','1349 Centre Street'),(105005,2356,'_shipping_city','Newton Center'),(105006,2356,'_shipping_state','MA'),(105007,2356,'_shipping_postcode','02459'),(105008,2356,'_shipping_country','US'),(105009,2356,'_order_currency','USD'),(105010,2356,'_cart_discount','0'),(105011,2356,'_cart_discount_tax','0'),(105012,2356,'_order_shipping','0'),(105013,2356,'_order_shipping_tax','0'),(105014,2356,'_order_tax','0'),(105015,2356,'_order_total','527.40'),(105016,2356,'_order_version','8.4.0'),(105017,2356,'_prices_include_tax','no'),(105018,2356,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(105019,2356,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street  Newton Center MA 02459 US '),(105020,2356,'is_vat_exempt','no'),(105021,2356,'Payment type','instant'),(105022,2356,'_paypal_status','completed'),(105023,2356,'_transaction_id','4LL492314P208604B'),(105024,2356,'PayPal Transaction Fee','18.90'),(105025,2356,'_date_paid','1702568223'),(105026,2356,'_paid_date','2023-12-14 15:37:03'),(105027,2353,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274469\";s:12:\"date_shipped\";s:10:\"1702512000\";s:11:\"tracking_id\";s:32:\"f27f3f8dc58a2c01154bfda906ec1c8c\";}}'),(105028,2353,'_date_completed','1702580708'),(105029,2353,'_completed_date','2023-12-14 19:05:08'),(105030,2355,'_edit_lock','1702580703:2'),(105031,2355,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274550\";s:12:\"date_shipped\";s:10:\"1702512000\";s:11:\"tracking_id\";s:32:\"2c0215721dc004121fd947b1f87cd415\";}}'),(105032,2355,'_edit_last','2'),(105033,2355,'_date_completed','1702580796'),(105034,2355,'_completed_date','2023-12-14 19:06:36'),(105035,2356,'_edit_lock','1702595767:2'),(105036,2352,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274539\";s:12:\"date_shipped\";s:10:\"1702512000\";s:11:\"tracking_id\";s:32:\"1296a391ef6a6cbc28e07d91b33ce706\";}}'),(105037,2352,'_date_completed','1702595647'),(105038,2352,'_completed_date','2023-12-14 23:14:07'),(105039,2356,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274594\";s:12:\"date_shipped\";s:10:\"1702512000\";s:11:\"tracking_id\";s:32:\"b3d61319a20779ca2351fc34bb44e4b8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274583\";s:12:\"date_shipped\";i:1702595892;s:11:\"tracking_id\";s:32:\"15887844f0876b7db19add54bf1e4a6d\";}}'),(105040,2356,'_edit_last','2'),(105041,2356,'_date_completed','1702595902'),(105042,2356,'_completed_date','2023-12-14 23:18:22'),(105043,2357,'_order_key','wc_order_qkG7j2gAov3bz'),(105044,2357,'_customer_user','15'),(105045,2357,'_payment_method','paypal'),(105046,2357,'_payment_method_title','PayPal'),(105047,2357,'_customer_ip_address','184.58.164.15'),(105048,2357,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(105049,2357,'_created_via','checkout'),(105050,2357,'_cart_hash','14eafce83255eb7192276412af025834'),(105051,2357,'_download_permissions_granted','yes'),(105052,2357,'_recorded_sales','yes'),(105053,2357,'_recorded_coupon_usage_counts','yes'),(105054,2357,'_new_order_email_sent','true'),(105055,2357,'_order_stock_reduced','yes'),(105056,2357,'_billing_first_name','Andrea'),(105057,2357,'_billing_last_name','Florsheim'),(105058,2357,'_billing_company','Lice Clincs of America'),(105059,2357,'_billing_address_1','11506 N Creekside Ct'),(105060,2357,'_billing_city','Mequon'),(105061,2357,'_billing_state','WI'),(105062,2357,'_billing_postcode','53092'),(105063,2357,'_billing_country','US'),(105064,2357,'_billing_email','andrea@liceclinicscentral.com'),(105065,2357,'_billing_phone','4143354315'),(105066,2357,'_shipping_first_name','Andrea'),(105067,2357,'_shipping_last_name','Florsheim'),(105068,2357,'_shipping_company','LCA'),(105069,2357,'_shipping_address_1','8424 W. Center Rd'),(105070,2357,'_shipping_address_2','Suite 212'),(105071,2357,'_shipping_city','omaha'),(105072,2357,'_shipping_state','NE'),(105073,2357,'_shipping_postcode','68124'),(105074,2357,'_shipping_country','US'),(105075,2357,'_order_currency','USD'),(105076,2357,'_cart_discount','0'),(105077,2357,'_cart_discount_tax','0'),(105078,2357,'_order_shipping','22.35'),(105079,2357,'_order_shipping_tax','0'),(105080,2357,'_order_tax','0'),(105081,2357,'_order_total','205.65'),(105082,2357,'_order_version','8.4.0'),(105083,2357,'_prices_include_tax','no'),(105084,2357,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(105085,2357,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(105086,2357,'is_vat_exempt','no'),(105087,2357,'Payment type','instant'),(105088,2357,'_paypal_status','completed'),(105089,2357,'_transaction_id','23M76017GU231890N'),(105090,2357,'PayPal Transaction Fee','7.67'),(105091,2357,'_date_paid','1702596239'),(105092,2357,'_paid_date','2023-12-14 23:23:59'),(105093,2358,'_order_key','wc_order_tQqAM6xvE7KVF'),(105094,2358,'_customer_user','3'),(105095,2358,'_payment_method','paypal'),(105096,2358,'_payment_method_title','PayPal'),(105097,2358,'_customer_ip_address','70.142.202.154'),(105098,2358,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(105099,2358,'_created_via','checkout'),(105100,2358,'_cart_hash','ebfbcc11226c294ef0a4c5b0bce14f50'),(105101,2358,'_download_permissions_granted','yes'),(105102,2358,'_recorded_sales','yes'),(105103,2358,'_recorded_coupon_usage_counts','yes'),(105104,2358,'_new_order_email_sent','true'),(105105,2358,'_order_stock_reduced','yes'),(105106,2358,'_billing_first_name','Amanda'),(105107,2358,'_billing_last_name','Westerman'),(105108,2358,'_billing_company','Lice Clinics of America McKinney'),(105109,2358,'_billing_address_1','3120 Hudson Crossing'),(105110,2358,'_billing_address_2','Suite A2'),(105111,2358,'_billing_city','MCKINNEY'),(105112,2358,'_billing_state','TX'),(105113,2358,'_billing_postcode','75070'),(105114,2358,'_billing_country','US'),(105115,2358,'_billing_email','awesterman1103@gmail.com'),(105116,2358,'_billing_phone','2144175741'),(105117,2358,'_shipping_first_name','Amanda'),(105118,2358,'_shipping_last_name','Westerman'),(105119,2358,'_shipping_company','Lice Clinics of America McKinney'),(105120,2358,'_shipping_address_1','3120 Hudson Crossing'),(105121,2358,'_shipping_address_2','Suite A2'),(105122,2358,'_shipping_city','MCKINNEY'),(105123,2358,'_shipping_state','TX'),(105124,2358,'_shipping_postcode','75070'),(105125,2358,'_shipping_country','US'),(105126,2358,'_order_currency','USD'),(105127,2358,'_cart_discount','0'),(105128,2358,'_cart_discount_tax','0'),(105129,2358,'_order_shipping','0'),(105130,2358,'_order_shipping_tax','0'),(105131,2358,'_order_tax','0'),(105132,2358,'_order_total','725.94'),(105133,2358,'_order_version','8.4.0'),(105134,2358,'_prices_include_tax','no'),(105135,2358,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(105136,2358,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(105137,2358,'is_vat_exempt','no'),(105138,2358,'Payment type','instant'),(105139,2358,'_paypal_status','completed'),(105140,2358,'_transaction_id','71D58679KS031131M'),(105141,2358,'PayPal Transaction Fee','25.83'),(105142,2358,'_date_paid','1702650023'),(105143,2358,'_paid_date','2023-12-15 14:20:23'),(105144,2359,'_order_key','wc_order_xsMdUdst73NM2'),(105145,2359,'_customer_user','15'),(105146,2359,'_payment_method','paypal'),(105147,2359,'_payment_method_title','PayPal'),(105148,2359,'_customer_ip_address','184.58.164.15'),(105149,2359,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(105150,2359,'_created_via','checkout'),(105151,2359,'_cart_hash','42f7ca5df718363c76f1d8dcab1199e6'),(105152,2359,'_download_permissions_granted','yes'),(105153,2359,'_recorded_sales','yes'),(105154,2359,'_recorded_coupon_usage_counts','yes'),(105155,2359,'_new_order_email_sent','true'),(105156,2359,'_order_stock_reduced','yes'),(105157,2359,'_billing_first_name','Andrea'),(105158,2359,'_billing_last_name','Florsheim'),(105159,2359,'_billing_company','Lice Clincs of America'),(105160,2359,'_billing_address_1','11506 N Creekside Ct'),(105161,2359,'_billing_city','Mequon'),(105162,2359,'_billing_state','WI'),(105163,2359,'_billing_postcode','53092'),(105164,2359,'_billing_country','US'),(105165,2359,'_billing_email','andrea@liceclinicscentral.com'),(105166,2359,'_billing_phone','4143354315'),(105167,2359,'_shipping_first_name','Andrea'),(105168,2359,'_shipping_last_name','Florsheim'),(105169,2359,'_shipping_company','LCA Green Bay'),(105170,2359,'_shipping_address_1','124 N. Broadway'),(105171,2359,'_shipping_address_2','Suite L1'),(105172,2359,'_shipping_city','De Pere'),(105173,2359,'_shipping_state','WI'),(105174,2359,'_shipping_postcode','54115'),(105175,2359,'_shipping_country','US'),(105176,2359,'_order_currency','USD'),(105177,2359,'_cart_discount','0'),(105178,2359,'_cart_discount_tax','0'),(105179,2359,'_order_shipping','15.54'),(105180,2359,'_order_shipping_tax','0'),(105181,2359,'_order_tax','0'),(105182,2359,'_order_total','273.90'),(105183,2359,'_order_version','8.4.0'),(105184,2359,'_prices_include_tax','no'),(105185,2359,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(105186,2359,'_shipping_address_index','Andrea Florsheim LCA Green Bay 124 N. Broadway Suite L1 De Pere WI 54115 US '),(105187,2359,'is_vat_exempt','no'),(105188,2359,'Payment type','instant'),(105189,2359,'_paypal_status','completed'),(105190,2359,'_transaction_id','8P176889P95217158'),(105191,2359,'PayPal Transaction Fee','10.05'),(105192,2359,'_date_paid','1702665809'),(105193,2359,'_paid_date','2023-12-15 18:43:29'),(105194,2360,'_order_key','wc_order_p4sWKtxXtBOYs'),(105195,2360,'_customer_user','15'),(105196,2360,'_payment_method','paypal'),(105197,2360,'_payment_method_title','PayPal'),(105198,2360,'_customer_ip_address','184.58.164.15'),(105199,2360,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(105200,2360,'_created_via','checkout'),(105201,2360,'_cart_hash','847568a8ddfc17987fcbc7d1bb64cdeb'),(105202,2360,'_download_permissions_granted','yes'),(105203,2360,'_recorded_sales','yes'),(105204,2360,'_recorded_coupon_usage_counts','yes'),(105205,2360,'_new_order_email_sent','true'),(105206,2360,'_order_stock_reduced','yes'),(105207,2360,'_billing_first_name','Andrea'),(105208,2360,'_billing_last_name','Florsheim'),(105209,2360,'_billing_company','Lice Clincs of America'),(105210,2360,'_billing_address_1','11506 N Creekside Ct'),(105211,2360,'_billing_city','Mequon'),(105212,2360,'_billing_state','WI'),(105213,2360,'_billing_postcode','53092'),(105214,2360,'_billing_country','US'),(105215,2360,'_billing_email','andrea@liceclinicscentral.com'),(105216,2360,'_billing_phone','4143354315'),(105217,2360,'_shipping_first_name','Andrea'),(105218,2360,'_shipping_last_name','Florsheim'),(105219,2360,'_shipping_company','LCA'),(105220,2360,'_shipping_address_1','8424 W. Center Rd'),(105221,2360,'_shipping_address_2','Suite 212'),(105222,2360,'_shipping_city','omaha'),(105223,2360,'_shipping_state','NE'),(105224,2360,'_shipping_postcode','68124'),(105225,2360,'_shipping_country','US'),(105226,2360,'_order_currency','USD'),(105227,2360,'_cart_discount','0'),(105228,2360,'_cart_discount_tax','0'),(105229,2360,'_order_shipping','13.2'),(105230,2360,'_order_shipping_tax','0'),(105231,2360,'_order_tax','0'),(105232,2360,'_order_total','146.16'),(105233,2360,'_order_version','8.4.0'),(105234,2360,'_prices_include_tax','no'),(105235,2360,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(105236,2360,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(105237,2360,'is_vat_exempt','no'),(105238,2360,'Payment type','instant'),(105239,2360,'_paypal_status','completed'),(105240,2360,'_transaction_id','7C5502329J740941N'),(105241,2360,'PayPal Transaction Fee','5.59'),(105242,2360,'_date_paid','1702665968'),(105243,2360,'_paid_date','2023-12-15 18:46:08'),(105244,2361,'_order_key','wc_order_UDkGYsEX7eVRm'),(105245,2361,'_customer_user','5'),(105246,2361,'_payment_method','paypal'),(105247,2361,'_payment_method_title','PayPal'),(105248,2361,'_customer_ip_address','73.180.17.169'),(105249,2361,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105250,2361,'_created_via','checkout'),(105251,2361,'_cart_hash','ac7f4bbd6da1eb0391079c413492fd1a'),(105252,2361,'_download_permissions_granted','yes'),(105253,2361,'_recorded_sales','yes'),(105254,2361,'_recorded_coupon_usage_counts','yes'),(105255,2361,'_new_order_email_sent','true'),(105256,2361,'_order_stock_reduced','yes'),(105257,2361,'_billing_first_name','Mark'),(105258,2361,'_billing_last_name','Meyer'),(105259,2361,'_billing_company','lice clinics of america- portland'),(105260,2361,'_billing_address_1','5201 SW Westgate Dr suite 106'),(105261,2361,'_billing_address_2','#106'),(105262,2361,'_billing_city','Portland'),(105263,2361,'_billing_state','OR'),(105264,2361,'_billing_postcode','97221'),(105265,2361,'_billing_country','US'),(105266,2361,'_billing_email','noemi.and.mark@nwliceclinics.com'),(105267,2361,'_billing_phone','5034040475'),(105268,2361,'_shipping_first_name','Shawnde'),(105269,2361,'_shipping_last_name','Russell'),(105270,2361,'_shipping_company','Lice Clinics Of America'),(105271,2361,'_shipping_address_1','1444 NW College Way Suite 6'),(105272,2361,'_shipping_address_2','Suite 6'),(105273,2361,'_shipping_city','Bend'),(105274,2361,'_shipping_state','OR'),(105275,2361,'_shipping_postcode','97703'),(105276,2361,'_shipping_country','US'),(105277,2361,'_order_currency','USD'),(105278,2361,'_cart_discount','0'),(105279,2361,'_cart_discount_tax','0'),(105280,2361,'_order_shipping','31.89'),(105281,2361,'_order_shipping_tax','0'),(105282,2361,'_order_tax','0'),(105283,2361,'_order_total','317.49'),(105284,2361,'_order_version','8.4.0'),(105285,2361,'_prices_include_tax','no'),(105286,2361,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(105287,2361,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(105288,2361,'is_vat_exempt','no'),(105289,2361,'Payment type','instant'),(105290,2361,'_paypal_status','completed'),(105291,2361,'_transaction_id','7LW20999N6527100S'),(105292,2361,'PayPal Transaction Fee','11.57'),(105293,2361,'_date_paid','1702674896'),(105294,2361,'_paid_date','2023-12-15 21:14:56'),(105295,2357,'_edit_lock','1702683879:2'),(105296,2360,'_edit_lock','1702683903:2'),(105297,2359,'_edit_lock','1702683945:2'),(105298,2357,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274804\";s:12:\"date_shipped\";s:10:\"1702598400\";s:11:\"tracking_id\";s:32:\"9e040a50a397da3e2de5a0aef5ac7c4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274790\";s:12:\"date_shipped\";i:1702683967;s:11:\"tracking_id\";s:32:\"a299c818651d2017140131216aae0b59\";}}'),(105299,2357,'_edit_last','2'),(105300,2357,'_date_completed','1702683976'),(105301,2357,'_completed_date','2023-12-15 23:46:16'),(105302,2360,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274848\";s:12:\"date_shipped\";s:10:\"1702598400\";s:11:\"tracking_id\";s:32:\"c7827e59181267de0f93e8287011b4e2\";}}'),(105303,2360,'_edit_last','2'),(105304,2360,'_date_completed','1702684033'),(105305,2360,'_completed_date','2023-12-15 23:47:13'),(105306,2359,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274859\";s:12:\"date_shipped\";s:10:\"1702598400\";s:11:\"tracking_id\";s:32:\"c5a990eecedc7b9fcb0f9b9bd48ed5c4\";}}'),(105307,2359,'_edit_last','2'),(105308,2359,'_date_completed','1702684065'),(105309,2359,'_completed_date','2023-12-15 23:47:45'),(105310,2362,'_order_key','wc_order_mhIlT2CmzhVoX'),(105311,2362,'_customer_user','5'),(105312,2362,'_payment_method','paypal'),(105313,2362,'_payment_method_title','PayPal'),(105314,2362,'_customer_ip_address','71.59.157.127'),(105315,2362,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105316,2362,'_created_via','checkout'),(105317,2362,'_cart_hash','9f1d3312deccc74192cb0279c3113f9c'),(105318,2362,'_download_permissions_granted','yes'),(105319,2362,'_recorded_sales','yes'),(105320,2362,'_recorded_coupon_usage_counts','yes'),(105321,2362,'_new_order_email_sent','true'),(105322,2362,'_order_stock_reduced','yes'),(105323,2362,'_billing_first_name','Mark'),(105324,2362,'_billing_last_name','Meyer'),(105325,2362,'_billing_company','lice clinics of america- portland'),(105326,2362,'_billing_address_1','5201 SW Westgate Dr suite 106'),(105327,2362,'_billing_address_2','#106'),(105328,2362,'_billing_city','Portland'),(105329,2362,'_billing_state','OR'),(105330,2362,'_billing_postcode','97221'),(105331,2362,'_billing_country','US'),(105332,2362,'_billing_email','noemi.and.mark@nwliceclinics.com'),(105333,2362,'_billing_phone','5034040475'),(105334,2362,'_shipping_first_name','Mark'),(105335,2362,'_shipping_last_name','Meyer'),(105336,2362,'_shipping_company','lice clinics of america- portland'),(105337,2362,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(105338,2362,'_shipping_address_2','#106'),(105339,2362,'_shipping_city','Portland'),(105340,2362,'_shipping_state','OR'),(105341,2362,'_shipping_postcode','97221'),(105342,2362,'_shipping_country','US'),(105343,2362,'_order_currency','USD'),(105344,2362,'_cart_discount','0'),(105345,2362,'_cart_discount_tax','0'),(105346,2362,'_order_shipping','0'),(105347,2362,'_order_shipping_tax','0'),(105348,2362,'_order_tax','0'),(105349,2362,'_order_total','2017.56'),(105350,2362,'_order_version','8.4.0'),(105351,2362,'_prices_include_tax','no'),(105352,2362,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(105353,2362,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(105354,2362,'is_vat_exempt','no'),(105355,2362,'Payment type','instant'),(105356,2362,'_paypal_status','completed'),(105357,2362,'_transaction_id','5RA98421879177342'),(105358,2362,'PayPal Transaction Fee','70.90'),(105359,2362,'_date_paid','1702939363'),(105360,2362,'_paid_date','2023-12-18 22:42:43'),(105361,2361,'_edit_lock','1702939666:2'),(105362,2361,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274907\";s:12:\"date_shipped\";s:10:\"1702857600\";s:11:\"tracking_id\";s:32:\"865e4c81602e25c7925f29d77b977359\";}}'),(105363,2361,'_edit_last','2'),(105364,2361,'_date_completed','1702939805'),(105365,2361,'_completed_date','2023-12-18 22:50:05'),(105366,2363,'_order_key','wc_order_XKsBqoFjhis7A'),(105367,2363,'_customer_user','29'),(105368,2363,'_payment_method','paypal'),(105369,2363,'_payment_method_title','PayPal'),(105370,2363,'_customer_ip_address','68.81.51.31'),(105371,2363,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(105372,2363,'_created_via','checkout'),(105373,2363,'_cart_hash','9adffad4f28923ac38c4410443e327cf'),(105374,2363,'_download_permissions_granted','yes'),(105375,2363,'_recorded_sales','yes'),(105376,2363,'_recorded_coupon_usage_counts','yes'),(105377,2363,'_new_order_email_sent','true'),(105378,2363,'_order_stock_reduced','yes'),(105379,2363,'_billing_first_name','Kevin'),(105380,2363,'_billing_last_name','Reilly'),(105381,2363,'_billing_address_1','5460 Richie Ct'),(105382,2363,'_billing_city','Pipersville'),(105383,2363,'_billing_state','PA'),(105384,2363,'_billing_postcode','18947'),(105385,2363,'_billing_country','US'),(105386,2363,'_billing_email','info@liceclinicslansdale.com'),(105387,2363,'_billing_phone','2156941408'),(105388,2363,'_shipping_first_name','Kevin'),(105389,2363,'_shipping_last_name','Reilly'),(105390,2363,'_shipping_company','LCA Lansdale'),(105391,2363,'_shipping_address_1','2131 North Broad Street'),(105392,2363,'_shipping_address_2','Suite 101'),(105393,2363,'_shipping_city','Lansdale'),(105394,2363,'_shipping_state','PA'),(105395,2363,'_shipping_postcode','19446'),(105396,2363,'_shipping_country','US'),(105397,2363,'_order_currency','USD'),(105398,2363,'_cart_discount','0'),(105399,2363,'_cart_discount_tax','0'),(105400,2363,'_order_shipping','16.14'),(105401,2363,'_order_shipping_tax','0'),(105402,2363,'_order_tax','0'),(105403,2363,'_order_total','153.17'),(105404,2363,'_order_version','8.4.0'),(105405,2363,'_prices_include_tax','no'),(105406,2363,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(105407,2363,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(105408,2363,'is_vat_exempt','no'),(105409,2363,'Payment type','instant'),(105410,2363,'_paypal_status','completed'),(105411,2363,'_transaction_id','5LG88515SN649930J'),(105412,2363,'PayPal Transaction Fee','5.84'),(105413,2363,'_date_paid','1702941188'),(105414,2363,'_paid_date','2023-12-18 23:13:08'),(105415,2364,'_order_key','wc_order_3bPMdgaL2IyIm'),(105416,2364,'_customer_user','50'),(105417,2364,'_payment_method','paypal'),(105418,2364,'_payment_method_title','PayPal'),(105419,2364,'_customer_ip_address','73.219.108.253'),(105420,2364,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(105421,2364,'_created_via','checkout'),(105422,2364,'_cart_hash','ca51fdf3be7e8d2af7699410f6442584'),(105423,2364,'_download_permissions_granted','yes'),(105424,2364,'_recorded_sales','yes'),(105425,2364,'_recorded_coupon_usage_counts','yes'),(105426,2364,'_new_order_email_sent','true'),(105427,2364,'_order_stock_reduced','yes'),(105428,2364,'_billing_first_name','Christine'),(105429,2364,'_billing_last_name','Cherry'),(105430,2364,'_billing_company','NITS END'),(105431,2364,'_billing_address_1','PO BOX 1092'),(105432,2364,'_billing_city','Campton'),(105433,2364,'_billing_state','NH'),(105434,2364,'_billing_postcode','03223'),(105435,2364,'_billing_country','US'),(105436,2364,'_billing_email','info@liceclinicsplaistow.com'),(105437,2364,'_billing_phone','16034983390'),(105438,2364,'_shipping_first_name','Rachel'),(105439,2364,'_shipping_last_name','Zeggane'),(105440,2364,'_shipping_company','Nits End/LCA'),(105441,2364,'_shipping_address_1','71 Spit Brook Rd'),(105442,2364,'_shipping_address_2','Suite 403'),(105443,2364,'_shipping_city','Nashua'),(105444,2364,'_shipping_state','NH'),(105445,2364,'_shipping_postcode','03060'),(105446,2364,'_shipping_country','US'),(105447,2364,'_order_currency','USD'),(105448,2364,'_cart_discount','0'),(105449,2364,'_cart_discount_tax','0'),(105450,2364,'_order_shipping','0'),(105451,2364,'_order_shipping_tax','0'),(105452,2364,'_order_tax','0'),(105453,2364,'_order_total','1420.60'),(105454,2364,'_order_version','8.4.0'),(105455,2364,'_prices_include_tax','no'),(105456,2364,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(105457,2364,'_shipping_address_index','Rachel Zeggane Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(105458,2364,'is_vat_exempt','no'),(105459,2364,'Payment type','instant'),(105460,2364,'_paypal_status','completed'),(105461,2364,'_transaction_id','2C458442KM600100C'),(105462,2364,'PayPal Transaction Fee','50.07'),(105463,2364,'_date_paid','1702996784'),(105464,2364,'_paid_date','2023-12-19 14:39:44'),(105465,2365,'_order_key','wc_order_kXzNUBofPYbXP'),(105466,2365,'_customer_user','20'),(105467,2365,'_payment_method','paypal'),(105468,2365,'_payment_method_title','PayPal'),(105469,2365,'_customer_ip_address','104.173.78.119'),(105470,2365,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(105471,2365,'_created_via','checkout'),(105472,2365,'_cart_hash','6508603ded032d9320494867333ce704'),(105473,2365,'_download_permissions_granted','yes'),(105474,2365,'_recorded_sales','yes'),(105475,2365,'_recorded_coupon_usage_counts','yes'),(105476,2365,'_new_order_email_sent','true'),(105477,2365,'_order_stock_reduced','yes'),(105478,2365,'_billing_first_name','Hasani'),(105479,2365,'_billing_last_name','Thompson'),(105480,2365,'_billing_company','Heat in Hair'),(105481,2365,'_billing_address_1','27225 Camp Plenty Road'),(105482,2365,'_billing_address_2','1D'),(105483,2365,'_billing_city','Santa Clarita'),(105484,2365,'_billing_state','CA'),(105485,2365,'_billing_postcode','91351'),(105486,2365,'_billing_country','US'),(105487,2365,'_billing_email','info@liceclinicssantaclarita.com'),(105488,2365,'_billing_phone','6615850263'),(105489,2365,'_shipping_first_name','Hasani'),(105490,2365,'_shipping_last_name','Thompson'),(105491,2365,'_shipping_company','Heat in Hair'),(105492,2365,'_shipping_address_1','5145 Nightsky Place'),(105493,2365,'_shipping_city','Palmdale'),(105494,2365,'_shipping_state','CA'),(105495,2365,'_shipping_postcode','93552'),(105496,2365,'_shipping_country','US'),(105497,2365,'_order_currency','USD'),(105498,2365,'_cart_discount','0'),(105499,2365,'_cart_discount_tax','0'),(105500,2365,'_order_shipping','27.84'),(105501,2365,'_order_shipping_tax','0'),(105502,2365,'_order_tax','0'),(105503,2365,'_order_total','154.56'),(105504,2365,'_order_version','8.4.0'),(105505,2365,'_prices_include_tax','no'),(105506,2365,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(105507,2365,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(105508,2365,'is_vat_exempt','no'),(105509,2365,'Payment type','instant'),(105510,2365,'_paypal_status','completed'),(105511,2365,'_transaction_id','32A292415T123623N'),(105512,2365,'PayPal Transaction Fee','5.88'),(105513,2365,'_date_paid','1703014908'),(105514,2365,'_paid_date','2023-12-19 19:41:48'),(105515,2366,'_order_key','wc_order_824uk2ws1HIZt'),(105516,2366,'_customer_user','82'),(105517,2366,'_payment_method','paypal'),(105518,2366,'_payment_method_title','PayPal'),(105519,2366,'_customer_ip_address','98.218.24.92'),(105520,2366,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(105521,2366,'_created_via','checkout'),(105522,2366,'_cart_hash','e4bcee3ae4e6de8e6b5a678c8a145b8e'),(105523,2366,'_download_permissions_granted','yes'),(105524,2366,'_recorded_sales','yes'),(105525,2366,'_recorded_coupon_usage_counts','yes'),(105526,2366,'_new_order_email_sent','true'),(105527,2366,'_order_stock_reduced','yes'),(105528,2366,'_billing_first_name','Nigel'),(105529,2366,'_billing_last_name','Le'),(105530,2366,'_billing_address_1','6080 FRANCONIA ROAD'),(105531,2366,'_billing_address_2','SUITE D'),(105532,2366,'_billing_city','ALEXANDRIA'),(105533,2366,'_billing_state','VA'),(105534,2366,'_billing_postcode','22310'),(105535,2366,'_billing_country','US'),(105536,2366,'_billing_email','sonnynguyenle@gmail.com'),(105537,2366,'_billing_phone','703-520-9000'),(105538,2366,'_shipping_first_name','SONNY'),(105539,2366,'_shipping_last_name','LE'),(105540,2366,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(105541,2366,'_shipping_city','FAIRFAX'),(105542,2366,'_shipping_state','VA'),(105543,2366,'_shipping_postcode','22030'),(105544,2366,'_shipping_country','US'),(105545,2366,'_order_currency','USD'),(105546,2366,'_cart_discount','0'),(105547,2366,'_cart_discount_tax','0'),(105548,2366,'_order_shipping','0'),(105549,2366,'_order_shipping_tax','0'),(105550,2366,'_order_tax','0'),(105551,2366,'_order_total','2379.60'),(105552,2366,'_order_version','8.4.0'),(105553,2366,'_prices_include_tax','no'),(105554,2366,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(105555,2366,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(105556,2366,'is_vat_exempt','no'),(105557,2366,'Payment type','instant'),(105558,2366,'_paypal_status','completed'),(105559,2366,'_transaction_id','4WU583925H031352P'),(105560,2366,'PayPal Transaction Fee','83.54'),(105561,2366,'_date_paid','1703079803'),(105562,2366,'_paid_date','2023-12-20 13:43:23'),(105563,2367,'_order_key','wc_order_n211ecvCvuq8A'),(105564,2367,'_customer_user','3'),(105565,2367,'_payment_method','paypal'),(105566,2367,'_payment_method_title','PayPal'),(105567,2367,'_customer_ip_address','70.142.202.154'),(105568,2367,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105569,2367,'_created_via','checkout'),(105570,2367,'_cart_hash','d73fcdd6442239fb0b897ce4d211045f'),(105571,2367,'_download_permissions_granted','yes'),(105572,2367,'_recorded_sales','yes'),(105573,2367,'_recorded_coupon_usage_counts','yes'),(105574,2367,'_new_order_email_sent','true'),(105575,2367,'_order_stock_reduced','yes'),(105576,2367,'_billing_first_name','Amanda'),(105577,2367,'_billing_last_name','Westerman'),(105578,2367,'_billing_company','Lice Clinics of America McKinney'),(105579,2367,'_billing_address_1','3120 Hudson Crossing'),(105580,2367,'_billing_address_2','Suite A2'),(105581,2367,'_billing_city','MCKINNEY'),(105582,2367,'_billing_state','TX'),(105583,2367,'_billing_postcode','75070'),(105584,2367,'_billing_country','US'),(105585,2367,'_billing_email','awesterman1103@gmail.com'),(105586,2367,'_billing_phone','2144175741'),(105587,2367,'_shipping_first_name','AMANDA'),(105588,2367,'_shipping_last_name','Westerman'),(105589,2367,'_shipping_company','Lice Clinics of America'),(105590,2367,'_shipping_address_1','1709 Damian Way'),(105591,2367,'_shipping_city','Richardson'),(105592,2367,'_shipping_state','TX'),(105593,2367,'_shipping_postcode','75081'),(105594,2367,'_shipping_country','US'),(105595,2367,'_order_currency','USD'),(105596,2367,'_cart_discount','0'),(105597,2367,'_cart_discount_tax','0'),(105598,2367,'_order_shipping','0'),(105599,2367,'_order_shipping_tax','0'),(105600,2367,'_order_tax','0'),(105601,2367,'_order_total','797.92'),(105602,2367,'_order_version','8.4.0'),(105603,2367,'_prices_include_tax','no'),(105604,2367,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(105605,2367,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(105606,2367,'is_vat_exempt','no'),(105607,2367,'Payment type','instant'),(105608,2367,'_paypal_status','completed'),(105609,2367,'_transaction_id','0XU6509708989410V'),(105610,2367,'PayPal Transaction Fee','28.34'),(105611,2367,'_date_paid','1703084889'),(105612,2367,'_paid_date','2023-12-20 15:08:09'),(105613,2354,'Payment type','instant'),(105614,2354,'_paypal_status','completed'),(105615,2354,'_transaction_id','4ET60231ED037211C'),(105616,2354,'PayPal Transaction Fee','14.25'),(105617,2354,'_date_paid','1703099311'),(105618,2354,'_paid_date','2023-12-20 19:08:31'),(105626,2368,'_order_key','wc_order_hWV86puVZksHz'),(105627,2368,'_customer_user','39'),(105628,2368,'_payment_method','paypal'),(105629,2368,'_payment_method_title','PayPal'),(105630,2368,'_customer_ip_address','50.50.103.6'),(105631,2368,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36'),(105632,2368,'_created_via','checkout'),(105633,2368,'_cart_hash','3ae3ead5170a48e9df998b9dc947f62f'),(105634,2368,'_download_permissions_granted','yes'),(105635,2368,'_recorded_sales','yes'),(105636,2368,'_recorded_coupon_usage_counts','yes'),(105637,2368,'_new_order_email_sent','true'),(105638,2368,'_order_stock_reduced','yes'),(105639,2368,'_billing_first_name','Patty'),(105640,2368,'_billing_last_name','Ziegler'),(105641,2368,'_billing_address_1','3090 Saddle Brook Tr'),(105642,2368,'_billing_city','Sun Prairie'),(105643,2368,'_billing_state','WI'),(105644,2368,'_billing_postcode','53590'),(105645,2368,'_billing_country','US'),(105646,2368,'_billing_email','liceremovalwisconsin@gmail.com'),(105647,2368,'_billing_phone','6088258255'),(105648,2368,'_shipping_first_name','Patty'),(105649,2368,'_shipping_last_name','Ziegler'),(105650,2368,'_shipping_address_1','3090 Saddle Brook Tr'),(105651,2368,'_shipping_city','Sun Prairie'),(105652,2368,'_shipping_state','WI'),(105653,2368,'_shipping_postcode','53590'),(105654,2368,'_shipping_country','US'),(105655,2368,'_order_currency','USD'),(105656,2368,'_cart_discount','0'),(105657,2368,'_cart_discount_tax','0'),(105658,2368,'_order_shipping','0'),(105659,2368,'_order_shipping_tax','0'),(105660,2368,'_order_tax','0'),(105661,2368,'_order_total','515.28'),(105662,2368,'_order_version','8.4.0'),(105663,2368,'_prices_include_tax','no'),(105664,2368,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(105665,2368,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(105666,2368,'is_vat_exempt','no'),(105667,2368,'Payment type','instant'),(105668,2368,'_paypal_status','completed'),(105669,2368,'_transaction_id','8W021641VL727234K'),(105670,2368,'PayPal Transaction Fee','18.47'),(105671,2368,'_date_paid','1703179124'),(105672,2368,'_paid_date','2023-12-21 17:18:44'),(105674,2369,'_order_key','wc_order_znbn4tUbNrHur'),(105675,2369,'_customer_user','67'),(105676,2369,'_payment_method','paypal'),(105677,2369,'_payment_method_title','PayPal'),(105678,2369,'_customer_ip_address','67.252.77.231'),(105679,2369,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105680,2369,'_created_via','checkout'),(105681,2369,'_cart_hash','1653f5dc531c957de9acb1e67cabec0e'),(105682,2369,'_download_permissions_granted','yes'),(105683,2369,'_recorded_sales','yes'),(105684,2369,'_recorded_coupon_usage_counts','yes'),(105685,2369,'_new_order_email_sent','true'),(105686,2369,'_order_stock_reduced','yes'),(105687,2369,'_billing_first_name','Marnie'),(105688,2369,'_billing_last_name','Murray'),(105689,2369,'_billing_company','Naughty Nits'),(105690,2369,'_billing_address_1','2809 Wehrle Drive'),(105691,2369,'_billing_address_2','Suite 10'),(105692,2369,'_billing_city','Williamsville'),(105693,2369,'_billing_state','NY'),(105694,2369,'_billing_postcode','14221'),(105695,2369,'_billing_country','US'),(105696,2369,'_billing_email','liceclinicsupstateny@gmail.com'),(105697,2369,'_billing_phone','7166265423'),(105698,2369,'_shipping_first_name','Marnie'),(105699,2369,'_shipping_last_name','Murray'),(105700,2369,'_shipping_company','LCA Buffalo'),(105701,2369,'_shipping_address_1','2809 Wehrle Drive'),(105702,2369,'_shipping_address_2','Suite 10'),(105703,2369,'_shipping_city','Williamsville'),(105704,2369,'_shipping_state','NY'),(105705,2369,'_shipping_postcode','14221'),(105706,2369,'_shipping_country','US'),(105707,2369,'_order_currency','USD'),(105708,2369,'_cart_discount','0'),(105709,2369,'_cart_discount_tax','0'),(105710,2369,'_order_shipping','0'),(105711,2369,'_order_shipping_tax','0'),(105712,2369,'_order_tax','0'),(105713,2369,'_order_total','1108.80'),(105714,2369,'_order_version','8.4.0'),(105715,2369,'_prices_include_tax','no'),(105716,2369,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(105717,2369,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(105718,2369,'is_vat_exempt','no'),(105719,2369,'Payment type','instant'),(105720,2369,'_paypal_status','completed'),(105721,2369,'_transaction_id','8MR56551ER173431X'),(105722,2369,'PayPal Transaction Fee','39.19'),(105723,2369,'_date_paid','1703179675'),(105724,2369,'_paid_date','2023-12-21 17:27:55'),(105725,2354,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275730\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"abff769933ec900f1514c77ba949598b\";}}'),(105726,2354,'_date_completed','1703186360'),(105727,2354,'_completed_date','2023-12-21 19:19:20'),(105728,2366,'_edit_lock','1703186314:2'),(105729,2366,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275638\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"9ea45bebcaa209f32c32c67d33b31ff9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275627\";s:12:\"date_shipped\";i:1703186402;s:11:\"tracking_id\";s:32:\"310be0c9a03020bba62610d516e91f4f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275616\";s:12:\"date_shipped\";i:1703186407;s:11:\"tracking_id\";s:32:\"b15eed8e4a56a16393ec5fe737759bab\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275605\";s:12:\"date_shipped\";i:1703186412;s:11:\"tracking_id\";s:32:\"487e731215c478c2c8e0d096695db8be\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275590\";s:12:\"date_shipped\";i:1703186418;s:11:\"tracking_id\";s:32:\"1adbf8dccca6ba81939ddc879a3010aa\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275580\";s:12:\"date_shipped\";i:1703186424;s:11:\"tracking_id\";s:32:\"384c57955bf56af1a1e7be0728ed4169\";}}'),(105730,2366,'_edit_last','2'),(105731,2366,'_date_completed','1703186449'),(105732,2366,'_completed_date','2023-12-21 19:20:49'),(105733,2367,'_edit_lock','1703186352:2'),(105734,2367,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275650\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"aa0d0856781df8a4478ba34b5fe45b7e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275649\";s:12:\"date_shipped\";i:1703186485;s:11:\"tracking_id\";s:32:\"5f0a864a7682c5174548cda5f862e3e2\";}}'),(105735,2367,'_edit_last','2'),(105736,2367,'_date_completed','1703186487'),(105737,2367,'_completed_date','2023-12-21 19:21:27'),(105738,2364,'_edit_lock','1703186419:2'),(105739,2364,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275421\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"e8fafcda6b6049d3460031bbef248321\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275410\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"f99fc664e1846a18bf9fd3270e08ffc9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275400\";s:12:\"date_shipped\";i:1703186549;s:11:\"tracking_id\";s:32:\"9911f1b0c3e82347f8ff45e80f612ddc\";}}'),(105740,2364,'_edit_last','2'),(105741,2364,'_date_completed','1703186533'),(105742,2364,'_completed_date','2023-12-21 19:22:13'),(105743,2365,'_edit_lock','1703186453:2'),(105744,2365,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275443\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"ff8c23deb2a8d992c47801689a16a23a\";}}'),(105745,2365,'_edit_last','2'),(105746,2365,'_date_completed','1703186588'),(105747,2365,'_completed_date','2023-12-21 19:23:08'),(105748,2362,'_edit_lock','1703186527:2'),(105749,2362,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275340\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"7ca831dd890b5df58a2c1cd4959e0f9b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275330\";s:12:\"date_shipped\";i:1703186624;s:11:\"tracking_id\";s:32:\"d39c2ca91e91ab5936d18cc3be8d3297\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275329\";s:12:\"date_shipped\";i:1703186629;s:11:\"tracking_id\";s:32:\"575f2f3fa1ffef5c5397955fb6c6176a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275318\";s:12:\"date_shipped\";i:1703186637;s:11:\"tracking_id\";s:32:\"499f59eb9460337566090c4152bd64ab\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275307\";s:12:\"date_shipped\";i:1703186641;s:11:\"tracking_id\";s:32:\"77db57b1424bf24f4d3e615030685021\";}}'),(105750,2362,'_edit_last','2'),(105751,2362,'_date_completed','1703186644'),(105752,2362,'_completed_date','2023-12-21 19:24:04'),(105753,2363,'_edit_lock','1703186561:2'),(105754,2363,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275270\";s:12:\"date_shipped\";s:10:\"1703116800\";s:11:\"tracking_id\";s:32:\"736fc008acbfcddd2c059aed856041f7\";}}'),(105755,2363,'_edit_last','2'),(105756,2363,'_date_completed','1703186700'),(105757,2363,'_completed_date','2023-12-21 19:25:00'),(105758,2370,'_order_key','wc_order_70wicLJf2FXkM'),(105759,2370,'_customer_user','90'),(105760,2370,'_payment_method','paypal'),(105761,2370,'_payment_method_title','PayPal'),(105762,2370,'_customer_ip_address','75.48.216.88'),(105763,2370,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105764,2370,'_created_via','checkout'),(105765,2370,'_cart_hash','e8efe76bd0f2b1fcc387e2946ecb4a20'),(105766,2370,'_download_permissions_granted','yes'),(105767,2370,'_recorded_sales','yes'),(105768,2370,'_recorded_coupon_usage_counts','yes'),(105769,2370,'_new_order_email_sent','true'),(105770,2370,'_order_stock_reduced','yes'),(105771,2370,'_billing_first_name','Mike'),(105772,2370,'_billing_last_name','Brehm'),(105773,2370,'_billing_address_1','5258 Plainfield Ave NE'),(105774,2370,'_billing_city','Grand Rapids'),(105775,2370,'_billing_state','MI'),(105776,2370,'_billing_postcode','49525'),(105777,2370,'_billing_country','US'),(105778,2370,'_billing_email','rapunzelscorinn@gmail.com'),(105779,2370,'_billing_phone','6164504125'),(105780,2370,'_shipping_first_name','Corinn'),(105781,2370,'_shipping_last_name','Nichols'),(105782,2370,'_shipping_company','LCA Remedy'),(105783,2370,'_shipping_address_1','3500 Dean Lake Ave NE'),(105784,2370,'_shipping_city','Grand Rapids'),(105785,2370,'_shipping_state','MI'),(105786,2370,'_shipping_postcode','49525'),(105787,2370,'_shipping_country','US'),(105788,2370,'_order_currency','USD'),(105789,2370,'_cart_discount','0'),(105790,2370,'_cart_discount_tax','0'),(105791,2370,'_order_shipping','16.88'),(105792,2370,'_order_shipping_tax','0'),(105793,2370,'_order_tax','0'),(105794,2370,'_order_total','262.88'),(105795,2370,'_order_version','8.4.0'),(105796,2370,'_prices_include_tax','no'),(105797,2370,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(105798,2370,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(105799,2370,'is_vat_exempt','no'),(105800,2370,'Payment type','instant'),(105801,2370,'_paypal_status','completed'),(105802,2370,'_transaction_id','7B031840BL176540F'),(105803,2370,'PayPal Transaction Fee','9.66'),(105804,2370,'_date_paid','1703189477'),(105805,2370,'_paid_date','2023-12-21 20:11:17'),(105806,2371,'_order_key','wc_order_tbPf11JFIaKtL'),(105807,2371,'_customer_user','76'),(105808,2371,'_payment_method','paypal'),(105809,2371,'_payment_method_title','PayPal'),(105810,2371,'_customer_ip_address','71.234.104.107'),(105811,2371,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(105812,2371,'_created_via','checkout'),(105813,2371,'_cart_hash','b38b21ce7cbc36915aaa41ef2b7dfc0f'),(105814,2371,'_download_permissions_granted','yes'),(105815,2371,'_recorded_sales','yes'),(105816,2371,'_recorded_coupon_usage_counts','yes'),(105817,2371,'_new_order_email_sent','true'),(105818,2371,'_order_stock_reduced','yes'),(105819,2371,'_billing_first_name','Naomi'),(105820,2371,'_billing_last_name','Golden'),(105821,2371,'_billing_company','LCA'),(105822,2371,'_billing_address_1','31 Mann Ave'),(105823,2371,'_billing_city','Needham'),(105824,2371,'_billing_state','MA'),(105825,2371,'_billing_postcode','02492'),(105826,2371,'_billing_country','US'),(105827,2371,'_billing_email','nrgolden6486@gmail.com'),(105828,2371,'_billing_phone','617-851-1322'),(105829,2371,'_shipping_first_name','Naomi'),(105830,2371,'_shipping_last_name','Golden'),(105831,2371,'_shipping_company','LCA'),(105832,2371,'_shipping_address_1','111 Center Street'),(105833,2371,'_shipping_address_2','Suite A (on end)'),(105834,2371,'_shipping_city','Middleborough'),(105835,2371,'_shipping_state','MA'),(105836,2371,'_shipping_postcode','02346'),(105837,2371,'_shipping_country','US'),(105838,2371,'_order_currency','USD'),(105839,2371,'_cart_discount','0'),(105840,2371,'_cart_discount_tax','0'),(105841,2371,'_order_shipping','0'),(105842,2371,'_order_shipping_tax','0'),(105843,2371,'_order_tax','0'),(105844,2371,'_order_total','559.68'),(105845,2371,'_order_version','8.4.0'),(105846,2371,'_prices_include_tax','no'),(105847,2371,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(105848,2371,'_shipping_address_index','Naomi Golden LCA 111 Center Street Suite A (on end) Middleborough MA 02346 US '),(105849,2371,'is_vat_exempt','no'),(105850,2371,'Payment type','instant'),(105851,2371,'_paypal_status','completed'),(105852,2371,'_transaction_id','0C03825627864051C'),(105853,2371,'PayPal Transaction Fee','20.02'),(105854,2371,'_date_paid','1703514165'),(105855,2371,'_paid_date','2023-12-25 14:22:45'),(105856,2372,'_order_key','wc_order_fCfAG39uSwQlv'),(105857,2372,'_customer_user','66'),(105858,2372,'_payment_method','paypal'),(105859,2372,'_payment_method_title','PayPal'),(105860,2372,'_customer_ip_address','69.250.30.77'),(105861,2372,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105862,2372,'_created_via','checkout'),(105863,2372,'_cart_hash','eeafa37cc1d8beddbb8ed7968e484a9e'),(105864,2372,'_download_permissions_granted','yes'),(105865,2372,'_recorded_sales','yes'),(105866,2372,'_recorded_coupon_usage_counts','yes'),(105867,2372,'_new_order_email_sent','true'),(105868,2372,'_order_stock_reduced','yes'),(105869,2372,'_billing_first_name','Mark'),(105870,2372,'_billing_last_name','Dent'),(105871,2372,'_billing_company','Lice Clinics of Maryland'),(105872,2372,'_billing_address_1','801 W 33rd Street'),(105873,2372,'_billing_city','BAltimore'),(105874,2372,'_billing_state','MD'),(105875,2372,'_billing_postcode','21211'),(105876,2372,'_billing_country','US'),(105877,2372,'_billing_email','info@liceclinicsofmaryland.com'),(105878,2372,'_billing_phone','4438349991'),(105879,2372,'_shipping_first_name','Dawn'),(105880,2372,'_shipping_last_name','Mumaw'),(105881,2372,'_shipping_company','LCA Baltimore'),(105882,2372,'_shipping_address_1','604 Providence Road'),(105883,2372,'_shipping_city','Towson'),(105884,2372,'_shipping_state','MD'),(105885,2372,'_shipping_postcode','21286'),(105886,2372,'_shipping_country','US'),(105887,2372,'_order_currency','USD'),(105888,2372,'_cart_discount','0'),(105889,2372,'_cart_discount_tax','0'),(105890,2372,'_order_shipping','0'),(105891,2372,'_order_shipping_tax','0'),(105892,2372,'_order_tax','0'),(105893,2372,'_order_total','2962.64'),(105894,2372,'_order_version','8.4.0'),(105895,2372,'_prices_include_tax','no'),(105896,2372,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(105897,2372,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(105898,2372,'is_vat_exempt','no'),(105899,2372,'Payment type','instant'),(105900,2372,'_paypal_status','completed'),(105901,2372,'_transaction_id','87R284978U0621405'),(105902,2372,'PayPal Transaction Fee','103.89'),(105903,2372,'_date_paid','1703613887'),(105904,2372,'_paid_date','2023-12-26 18:04:47'),(105905,2373,'_order_key','wc_order_YnZ7YfgOXEFxi'),(105906,2373,'_customer_user','61'),(105907,2373,'_payment_method','paypal'),(105908,2373,'_payment_method_title','PayPal'),(105909,2373,'_customer_ip_address','166.194.154.40'),(105910,2373,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(105911,2373,'_created_via','checkout'),(105912,2373,'_cart_hash','e2a53a0705c2618c0ee33fe0af3e8510'),(105913,2373,'_download_permissions_granted','yes'),(105914,2373,'_recorded_sales','yes'),(105915,2373,'_recorded_coupon_usage_counts','yes'),(105916,2373,'_new_order_email_sent','true'),(105917,2373,'_order_stock_reduced','yes'),(105918,2373,'_billing_first_name','Judith'),(105919,2373,'_billing_last_name','Hayden'),(105920,2373,'_billing_company','LCAL Hayden LLC'),(105921,2373,'_billing_address_1','1795 Alysheba Way'),(105922,2373,'_billing_address_2','Ste 4105'),(105923,2373,'_billing_city','Lexington'),(105924,2373,'_billing_state','KY'),(105925,2373,'_billing_postcode','40509'),(105926,2373,'_billing_country','US'),(105927,2373,'_billing_email','judy@liceclinicslexington.com'),(105928,2373,'_billing_phone','8595376966'),(105929,2373,'_shipping_first_name','Judy'),(105930,2373,'_shipping_last_name','Hayden'),(105931,2373,'_shipping_company','Lice Clinics of America'),(105932,2373,'_shipping_address_1','6905 Burlington Pike'),(105933,2373,'_shipping_address_2','Ste A'),(105934,2373,'_shipping_city','Florence'),(105935,2373,'_shipping_state','KY'),(105936,2373,'_shipping_postcode','41042'),(105937,2373,'_shipping_country','US'),(105938,2373,'_order_currency','USD'),(105939,2373,'_cart_discount','0'),(105940,2373,'_cart_discount_tax','0'),(105941,2373,'_order_shipping','0'),(105942,2373,'_order_shipping_tax','0'),(105943,2373,'_order_tax','0'),(105944,2373,'_order_total','1383.51'),(105945,2373,'_order_version','8.4.0'),(105946,2373,'_prices_include_tax','no'),(105947,2373,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(105948,2373,'_shipping_address_index','Judy Hayden Lice Clinics of America 6905 Burlington Pike Ste A Florence KY 41042 US '),(105949,2373,'is_vat_exempt','no'),(105950,2373,'Payment type','instant'),(105951,2373,'_paypal_status','completed'),(105952,2373,'_transaction_id','9X808865J59612503'),(105953,2373,'PayPal Transaction Fee','48.77'),(105954,2373,'_date_paid','1703774316'),(105955,2373,'_paid_date','2023-12-28 14:38:36'),(105956,2372,'_edit_lock','1703775874:2'),(105957,2372,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276542\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"b3b3d4112e1c9fb786476089ccea4f4b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276597\";s:12:\"date_shipped\";i:1703775948;s:11:\"tracking_id\";s:32:\"d8615be604423e0eb4835d217340b4b9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276553\";s:12:\"date_shipped\";i:1703775955;s:11:\"tracking_id\";s:32:\"51876ccf8cbba7001a616b876b47bba2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276575\";s:12:\"date_shipped\";i:1703775962;s:11:\"tracking_id\";s:32:\"8abef4ee6627651525b5bad2f619c6ef\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276564\";s:12:\"date_shipped\";i:1703775970;s:11:\"tracking_id\";s:32:\"afd8c3a19fa1a5e7153bf89c6f06b5ad\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276601\";s:12:\"date_shipped\";i:1703775978;s:11:\"tracking_id\";s:32:\"6d6b9ac34a856261caa88c0abf01f03d\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276586\";s:12:\"date_shipped\";i:1703775995;s:11:\"tracking_id\";s:32:\"af925ae34c2287fac984c3f2562ba569\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276531\";s:12:\"date_shipped\";i:1703776003;s:11:\"tracking_id\";s:32:\"a58fe21a9d43199656d063a7e44a7acf\";}}'),(105958,2372,'_edit_last','2'),(105959,2372,'_date_completed','1703776008'),(105960,2372,'_completed_date','2023-12-28 15:06:48'),(105961,2371,'_edit_lock','1703775976:2'),(105962,2371,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276406\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"09f14856ecdff004eac6cbcc21deda66\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276391\";s:12:\"date_shipped\";i:1703776080;s:11:\"tracking_id\";s:32:\"22b31c102550664d9cbd98ef4b03ed0d\";}}'),(105963,2371,'_edit_last','2'),(105964,2371,'_date_completed','1703776082'),(105965,2371,'_completed_date','2023-12-28 15:08:02'),(105966,2370,'_edit_lock','1703776051:2'),(105967,2370,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276005\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"7892e2eb88dea3b8ebd7f004b0776aeb\";}}'),(105968,2370,'_edit_last','2'),(105969,2370,'_date_completed','1703776188'),(105970,2370,'_completed_date','2023-12-28 15:09:48'),(105971,2349,'_edit_lock','1703776234:2'),(105972,2358,'_edit_lock','1703776121:2'),(105973,2349,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274388\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"1c431366e075f042e7f4deec04d89955\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274399\";s:12:\"date_shipped\";i:1703776226;s:11:\"tracking_id\";s:32:\"1c25026f33149b56664e103238ebfe13\";}}'),(105974,2349,'_edit_last','2'),(105975,2349,'_date_completed','1703776230'),(105976,2349,'_completed_date','2023-12-28 15:10:30'),(105977,2358,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274826\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"74417c0461b90644eb7c2f7c57494bb0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830274837\";s:12:\"date_shipped\";i:1703776252;s:11:\"tracking_id\";s:32:\"b73018d9921ebfa6e7e9f5f8ae21931c\";}}'),(105978,2358,'_edit_last','2'),(105979,2358,'_date_completed','1703776254'),(105980,2358,'_completed_date','2023-12-28 15:10:54'),(105981,2368,'_edit_lock','1703776178:2'),(105982,2368,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275958\";s:12:\"date_shipped\";i:1703776301;s:11:\"tracking_id\";s:32:\"30b1382a52b0f9209410f32880a36230\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275947\";s:12:\"date_shipped\";i:1703776306;s:11:\"tracking_id\";s:32:\"b1f4fcfbefc629b55239b24f17a8f8ab\";}}'),(105983,2368,'_edit_last','2'),(105984,2368,'_date_completed','1703776308'),(105985,2368,'_completed_date','2023-12-28 15:11:48'),(105986,2369,'_edit_lock','1703776275:2'),(105987,2369,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275980\";s:12:\"date_shipped\";s:10:\"1703721600\";s:11:\"tracking_id\";s:32:\"e3cf72584c63bee8d757b1fecd3eec70\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275970\";s:12:\"date_shipped\";i:1703776393;s:11:\"tracking_id\";s:32:\"34e8231cdf5eb3cfcb01d6349ba728a8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830275969\";s:12:\"date_shipped\";i:1703776399;s:11:\"tracking_id\";s:32:\"7dbad33639f576b2820c0207234f7c7d\";}}'),(105988,2369,'_edit_last','2'),(105989,2369,'_date_completed','1703776402'),(105990,2369,'_completed_date','2023-12-28 15:13:22'),(105991,2374,'_order_key','wc_order_7qtntz6xxEyWT'),(105992,2374,'_customer_user','98'),(105993,2374,'_payment_method','paypal'),(105994,2374,'_payment_method_title','PayPal'),(105995,2374,'_customer_ip_address','73.219.108.253'),(105996,2374,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(105997,2374,'_created_via','checkout'),(105998,2374,'_cart_hash','fefb4e2b6d2ab0100f25a510fe104092'),(105999,2374,'_download_permissions_granted','yes'),(106000,2374,'_recorded_sales','yes'),(106001,2374,'_recorded_coupon_usage_counts','yes'),(106002,2374,'_new_order_email_sent','true'),(106003,2374,'_order_stock_reduced','yes'),(106004,2374,'_billing_first_name','Christine'),(106005,2374,'_billing_last_name','Cherry'),(106006,2374,'_billing_company','NITS END'),(106007,2374,'_billing_address_1','PO BOX 1092'),(106008,2374,'_billing_city','Campton'),(106009,2374,'_billing_state','NH'),(106010,2374,'_billing_postcode','03223'),(106011,2374,'_billing_country','US'),(106012,2374,'_billing_email','christine@liceclinicscolumbus.com'),(106013,2374,'_billing_phone','16034983390'),(106014,2374,'_shipping_first_name','Erica'),(106015,2374,'_shipping_last_name','Froggatt'),(106016,2374,'_shipping_company','LCA'),(106017,2374,'_shipping_address_1','5910 Wilcox Place'),(106018,2374,'_shipping_address_2','Suite E'),(106019,2374,'_shipping_city','Dublin'),(106020,2374,'_shipping_state','OH'),(106021,2374,'_shipping_postcode','43016'),(106022,2374,'_shipping_country','US'),(106023,2374,'_order_currency','USD'),(106024,2374,'_cart_discount','0'),(106025,2374,'_cart_discount_tax','0'),(106026,2374,'_order_shipping','0'),(106027,2374,'_order_shipping_tax','0'),(106028,2374,'_order_tax','0'),(106029,2374,'_order_total','1039.54'),(106030,2374,'_order_version','8.4.0'),(106031,2374,'_prices_include_tax','no'),(106032,2374,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(106033,2374,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(106034,2374,'is_vat_exempt','no'),(106035,2374,'Payment type','instant'),(106036,2374,'_paypal_status','completed'),(106037,2374,'_transaction_id','3U768496838503049'),(106038,2374,'PayPal Transaction Fee','36.77'),(106039,2374,'_date_paid','1703805591'),(106040,2374,'_paid_date','2023-12-28 23:19:51'),(106041,2375,'_order_key','wc_order_P8KmFfJPdFAUS'),(106042,2375,'_customer_user','50'),(106043,2375,'_payment_method','paypal'),(106044,2375,'_payment_method_title','PayPal'),(106045,2375,'_customer_ip_address','73.219.108.253'),(106046,2375,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(106047,2375,'_created_via','checkout'),(106048,2375,'_cart_hash','2a4db095b2d592340c68ca1b1bb8bcd7'),(106049,2375,'_download_permissions_granted','yes'),(106050,2375,'_recorded_sales','yes'),(106051,2375,'_recorded_coupon_usage_counts','yes'),(106052,2375,'_new_order_email_sent','true'),(106053,2375,'_order_stock_reduced','yes'),(106054,2375,'_billing_first_name','Christine'),(106055,2375,'_billing_last_name','Cherry'),(106056,2375,'_billing_company','NITS END'),(106057,2375,'_billing_address_1','PO BOX 1092'),(106058,2375,'_billing_city','Campton'),(106059,2375,'_billing_state','NH'),(106060,2375,'_billing_postcode','03223'),(106061,2375,'_billing_country','US'),(106062,2375,'_billing_email','info@liceclinicsplaistow.com'),(106063,2375,'_billing_phone','16034983390'),(106064,2375,'_shipping_first_name','Megan'),(106065,2375,'_shipping_last_name','O\'Neil'),(106066,2375,'_shipping_company','LCA - Nits End'),(106067,2375,'_shipping_address_1','18 Sheridan St'),(106068,2375,'_shipping_address_2','Suite 403'),(106069,2375,'_shipping_city','Haverhill'),(106070,2375,'_shipping_state','MA'),(106071,2375,'_shipping_postcode','01830'),(106072,2375,'_shipping_country','US'),(106073,2375,'_order_currency','USD'),(106074,2375,'_cart_discount','0'),(106075,2375,'_cart_discount_tax','0'),(106076,2375,'_order_shipping','0'),(106077,2375,'_order_shipping_tax','0'),(106078,2375,'_order_tax','0'),(106079,2375,'_order_total','664.08'),(106080,2375,'_order_version','8.4.0'),(106081,2375,'_prices_include_tax','no'),(106082,2375,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(106083,2375,'_shipping_address_index','Megan O\'Neil LCA - Nits End 18 Sheridan St Suite 403 Haverhill MA 01830 US '),(106084,2375,'is_vat_exempt','no'),(106085,2375,'Payment type','instant'),(106086,2375,'_paypal_status','completed'),(106087,2375,'_transaction_id','45D26830MB035480U'),(106088,2375,'PayPal Transaction Fee','23.67'),(106089,2375,'_date_paid','1703806806'),(106090,2375,'_paid_date','2023-12-28 23:40:06'),(106091,2376,'_order_key','wc_order_3ZBYntTF2hecW'),(106092,2376,'_customer_user','20'),(106093,2376,'_payment_method','paypal'),(106094,2376,'_payment_method_title','PayPal'),(106095,2376,'_customer_ip_address','198.72.181.87'),(106096,2376,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(106097,2376,'_created_via','checkout'),(106098,2376,'_cart_hash','49790004f68e28b753880f0bdf848a8d'),(106099,2376,'_download_permissions_granted','yes'),(106100,2376,'_recorded_sales','yes'),(106101,2376,'_recorded_coupon_usage_counts','yes'),(106102,2376,'_new_order_email_sent','true'),(106103,2376,'_order_stock_reduced','yes'),(106104,2376,'_billing_first_name','Hasani'),(106105,2376,'_billing_last_name','Thompson'),(106106,2376,'_billing_company','Heat in Hair'),(106107,2376,'_billing_address_1','27225 Camp Plenty Road'),(106108,2376,'_billing_address_2','1D'),(106109,2376,'_billing_city','Santa Clarita'),(106110,2376,'_billing_state','CA'),(106111,2376,'_billing_postcode','91351'),(106112,2376,'_billing_country','US'),(106113,2376,'_billing_email','info@liceclinicssantaclarita.com'),(106114,2376,'_billing_phone','6615850263'),(106115,2376,'_shipping_first_name','Hasani'),(106116,2376,'_shipping_last_name','Thompson'),(106117,2376,'_shipping_company','Heat in Hair'),(106118,2376,'_shipping_address_1','5145 Nightsky Place'),(106119,2376,'_shipping_city','Palmdale'),(106120,2376,'_shipping_state','CA'),(106121,2376,'_shipping_postcode','93552'),(106122,2376,'_shipping_country','US'),(106123,2376,'_order_currency','USD'),(106124,2376,'_cart_discount','0'),(106125,2376,'_cart_discount_tax','0'),(106126,2376,'_order_shipping','0'),(106127,2376,'_order_shipping_tax','0'),(106128,2376,'_order_tax','0'),(106129,2376,'_order_total','512.93'),(106130,2376,'_order_version','8.4.0'),(106131,2376,'_prices_include_tax','no'),(106132,2376,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(106133,2376,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(106135,2376,'is_vat_exempt','no'),(106136,2376,'Payment type','instant'),(106137,2376,'_paypal_status','completed'),(106138,2376,'_transaction_id','18509139XN8237423'),(106139,2376,'PayPal Transaction Fee','18.39'),(106140,2376,'_date_paid','1703818348'),(106141,2376,'_paid_date','2023-12-29 02:52:28'),(106142,2373,'_edit_lock','1703819565:2'),(106143,2373,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276829\";s:12:\"date_shipped\";s:10:\"1703808000\";s:11:\"tracking_id\";s:32:\"42a615031edd4ba4f339efeecf0cf7cd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276818\";s:12:\"date_shipped\";i:1703819545;s:11:\"tracking_id\";s:32:\"5f87a5019e2be627b726b6d8081e4252\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276807\";s:12:\"date_shipped\";i:1703819552;s:11:\"tracking_id\";s:32:\"9ba5f93d9724844c93cbdba0bb488e08\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276792\";s:12:\"date_shipped\";i:1703819559;s:11:\"tracking_id\";s:32:\"c631c4e611d51c1119d875bbb9cf7111\";}}'),(106144,2373,'_edit_last','2'),(106145,2373,'_date_completed','1703819561'),(106146,2373,'_completed_date','2023-12-29 03:12:41'),(106154,2377,'_order_key','wc_order_oK5oNAUwi6vqW'),(106155,2377,'_customer_user','47'),(106156,2377,'_payment_method','paypal'),(106157,2377,'_payment_method_title','PayPal'),(106158,2377,'_customer_ip_address','174.246.175.209'),(106159,2377,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(106160,2377,'_created_via','checkout'),(106161,2377,'_cart_hash','f435cf8092d028c6b136cec009710508'),(106162,2377,'_download_permissions_granted','yes'),(106163,2377,'_recorded_sales','yes'),(106164,2377,'_recorded_coupon_usage_counts','yes'),(106165,2377,'_new_order_email_sent','true'),(106166,2377,'_order_stock_reduced','yes'),(106167,2377,'_billing_first_name','Tracy'),(106168,2377,'_billing_last_name','Copeland'),(106169,2377,'_billing_company','LCA SA WEST'),(106170,2377,'_billing_address_1','14223 Silverhollow'),(106171,2377,'_billing_city','San Antonio'),(106172,2377,'_billing_state','TX'),(106173,2377,'_billing_postcode','78232'),(106174,2377,'_billing_country','US'),(106175,2377,'_billing_email','info@liceclinicsofsanantonio.com'),(106176,2377,'_billing_phone','2103135033'),(106177,2377,'_shipping_first_name','Tracy'),(106178,2377,'_shipping_last_name','Copeland'),(106179,2377,'_shipping_company','LCA SA WEST'),(106180,2377,'_shipping_address_1','6391 De Zavala Rd'),(106181,2377,'_shipping_address_2','#222'),(106182,2377,'_shipping_city','San Antonio'),(106183,2377,'_shipping_state','TX'),(106184,2377,'_shipping_postcode','78249'),(106185,2377,'_shipping_country','US'),(106186,2377,'_order_currency','USD'),(106187,2377,'_cart_discount','0'),(106188,2377,'_cart_discount_tax','0'),(106189,2377,'_order_shipping','0'),(106190,2377,'_order_shipping_tax','0'),(106191,2377,'_order_tax','0'),(106192,2377,'_order_total','910.88'),(106193,2377,'_order_version','8.4.0'),(106194,2377,'_prices_include_tax','no'),(106195,2377,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(106196,2377,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd #222 San Antonio TX 78249 US '),(106197,2377,'is_vat_exempt','no'),(106198,2377,'Payment type','instant'),(106199,2377,'_paypal_status','completed'),(106200,2377,'_transaction_id','1P463564VJ2597948'),(106201,2377,'PayPal Transaction Fee','32.28'),(106202,2377,'_date_paid','1703965945'),(106203,2377,'_paid_date','2023-12-30 19:52:25'),(106204,2378,'_order_key','wc_order_p5lghLFyo1qOq'),(106205,2378,'_customer_user','52'),(106206,2378,'_payment_method','paypal'),(106207,2378,'_payment_method_title','PayPal'),(106208,2378,'_customer_ip_address','71.163.16.212'),(106209,2378,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106210,2378,'_created_via','checkout'),(106211,2378,'_cart_hash','682da824047e15a7909e8e43f4c81479'),(106212,2378,'_download_permissions_granted','yes'),(106213,2378,'_recorded_sales','yes'),(106214,2378,'_recorded_coupon_usage_counts','yes'),(106215,2378,'_new_order_email_sent','true'),(106216,2378,'_order_stock_reduced','yes'),(106217,2378,'_billing_first_name','Darlene'),(106218,2378,'_billing_last_name','LaFramboise'),(106219,2378,'_billing_company','LCA-NOVA'),(106220,2378,'_billing_address_1','25473 Tomey Ct'),(106221,2378,'_billing_city','Aldie'),(106222,2378,'_billing_state','VA'),(106223,2378,'_billing_postcode','20105-3048'),(106224,2378,'_billing_country','US'),(106225,2378,'_billing_email','info@liceremovalnova.com'),(106226,2378,'_billing_phone','7033031576'),(106227,2378,'_shipping_first_name','Darlene'),(106228,2378,'_shipping_last_name','LaFramboise'),(106229,2378,'_shipping_company','LCA-NOVA'),(106230,2378,'_shipping_address_1','25473 Tomey Ct'),(106231,2378,'_shipping_city','Aldie'),(106232,2378,'_shipping_state','VA'),(106233,2378,'_shipping_postcode','20105-3048'),(106234,2378,'_shipping_country','US'),(106235,2378,'_order_currency','USD'),(106236,2378,'_cart_discount','0'),(106237,2378,'_cart_discount_tax','0'),(106238,2378,'_order_shipping','17.47'),(106239,2378,'_order_shipping_tax','0'),(106240,2378,'_order_tax','0'),(106241,2378,'_order_total','361.79'),(106242,2378,'_order_version','8.4.0'),(106243,2378,'_prices_include_tax','no'),(106244,2378,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(106245,2378,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(106246,2378,'is_vat_exempt','no'),(106247,2378,'Payment type','instant'),(106248,2378,'_paypal_status','completed'),(106249,2378,'_transaction_id','95R628397P4865625'),(106250,2378,'PayPal Transaction Fee','13.12'),(106251,2378,'_date_paid','1703972910'),(106252,2378,'_paid_date','2023-12-30 21:48:30'),(106253,2379,'_order_key','wc_order_OT6FGxzQevh8S'),(106254,2379,'_customer_user','60'),(106255,2379,'_payment_method','paypal'),(106256,2379,'_payment_method_title','PayPal'),(106257,2379,'_customer_ip_address','24.13.229.23'),(106258,2379,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(106259,2379,'_created_via','checkout'),(106260,2379,'_cart_hash','29f20912ed99f7abafe47366944dcd40'),(106261,2379,'_download_permissions_granted','yes'),(106262,2379,'_recorded_sales','yes'),(106263,2379,'_recorded_coupon_usage_counts','yes'),(106264,2379,'_new_order_email_sent','true'),(106265,2379,'_order_stock_reduced','yes'),(106266,2379,'_billing_first_name','Jill'),(106267,2379,'_billing_last_name','Leshtz'),(106268,2379,'_billing_company','Lice clinics of America-North Shore'),(106269,2379,'_billing_address_1','1580 Lancelot Avenue'),(106270,2379,'_billing_city','Highland park'),(106271,2379,'_billing_state','IL'),(106272,2379,'_billing_postcode','60035'),(106273,2379,'_billing_country','US'),(106274,2379,'_billing_email','jleshtz@gmail.com'),(106275,2379,'_billing_phone','8473639001'),(106276,2379,'_shipping_first_name','Jill'),(106277,2379,'_shipping_last_name','Leshtz'),(106278,2379,'_shipping_company','Lice clinics of America-North Shore'),(106279,2379,'_shipping_address_1','1580 Lancelot Avenue'),(106280,2379,'_shipping_city','Highland park'),(106281,2379,'_shipping_state','IL'),(106282,2379,'_shipping_postcode','60035'),(106283,2379,'_shipping_country','US'),(106284,2379,'_order_currency','USD'),(106285,2379,'_cart_discount','0'),(106286,2379,'_cart_discount_tax','0'),(106287,2379,'_order_shipping','0'),(106288,2379,'_order_shipping_tax','0'),(106289,2379,'_order_tax','0'),(106290,2379,'_order_total','911.40'),(106291,2379,'_order_version','8.4.0'),(106292,2379,'_prices_include_tax','no'),(106293,2379,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(106294,2379,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(106295,2379,'is_vat_exempt','no'),(106296,2379,'Payment type','instant'),(106297,2379,'_paypal_status','completed'),(106298,2379,'_transaction_id','2YS27249DT9230912'),(106299,2379,'PayPal Transaction Fee','32.30'),(106300,2379,'_date_paid','1704069164'),(106301,2379,'_paid_date','2024-01-01 00:32:44'),(106302,2380,'_order_key','wc_order_ZXbEDkSB37t89'),(106303,2380,'_customer_user','58'),(106304,2380,'_payment_method','paypal'),(106305,2380,'_payment_method_title','PayPal'),(106306,2380,'_customer_ip_address','107.115.177.53'),(106307,2380,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(106308,2380,'_created_via','checkout'),(106309,2380,'_cart_hash','e9b025993fb3879bff930b5bb92292e3'),(106310,2380,'_download_permissions_granted','yes'),(106311,2380,'_recorded_sales','yes'),(106312,2380,'_recorded_coupon_usage_counts','yes'),(106313,2380,'_new_order_email_sent','true'),(106314,2380,'_order_stock_reduced','yes'),(106315,2380,'_billing_first_name','Heather'),(106316,2380,'_billing_last_name','Smith'),(106317,2380,'_billing_address_1','P.O. Box 155624'),(106318,2380,'_billing_city','Lufkin'),(106319,2380,'_billing_state','TX'),(106320,2380,'_billing_postcode','75915'),(106321,2380,'_billing_country','US'),(106322,2380,'_billing_email','easttexaslca@yahoo.com'),(106323,2380,'_billing_phone','9364143560'),(106324,2380,'_shipping_first_name','Heather'),(106325,2380,'_shipping_last_name','Smith'),(106326,2380,'_shipping_company','LCA Lufkin'),(106327,2380,'_shipping_address_1','223 E. Emma St'),(106328,2380,'_shipping_city','Bullard'),(106329,2380,'_shipping_state','TX'),(106330,2380,'_shipping_postcode','75757'),(106331,2380,'_shipping_country','US'),(106332,2380,'_order_currency','USD'),(106333,2380,'_cart_discount','0'),(106334,2380,'_cart_discount_tax','0'),(106335,2380,'_order_shipping','19.92'),(106336,2380,'_order_shipping_tax','0'),(106337,2380,'_order_tax','0'),(106338,2380,'_order_total','125.52'),(106339,2380,'_order_version','8.4.0'),(106340,2380,'_prices_include_tax','no'),(106341,2380,'_billing_address_index','Heather Smith  P.O. Box 155624  Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(106342,2380,'_shipping_address_index','Heather Smith LCA Lufkin 223 E. Emma St  Bullard TX 75757 US '),(106343,2380,'is_vat_exempt','no'),(106344,2380,'Payment type','instant'),(106345,2380,'_paypal_status','completed'),(106346,2380,'_transaction_id','4NL63753DK678351R'),(106347,2380,'PayPal Transaction Fee','4.87'),(106348,2380,'_date_paid','1704165679'),(106349,2380,'_paid_date','2024-01-02 03:21:19'),(106350,2381,'_order_key','wc_order_lsYeAPZ7IsBNz'),(106351,2381,'_customer_user','11'),(106352,2381,'_payment_method','paypal'),(106353,2381,'_payment_method_title','PayPal'),(106354,2381,'_customer_ip_address','74.131.22.162'),(106355,2381,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106356,2381,'_created_via','checkout'),(106357,2381,'_cart_hash','99724da5ed716835d621a99b4d371479'),(106358,2381,'_download_permissions_granted','yes'),(106359,2381,'_recorded_sales','yes'),(106360,2381,'_recorded_coupon_usage_counts','yes'),(106361,2381,'_new_order_email_sent','true'),(106362,2381,'_order_stock_reduced','yes'),(106363,2381,'_billing_first_name','Tina'),(106364,2381,'_billing_last_name','Hunt'),(106365,2381,'_billing_company','LCBG, LLC'),(106366,2381,'_billing_address_1','830 Fairview Ave.'),(106367,2381,'_billing_address_2','Suite A-4'),(106368,2381,'_billing_city','Bowling Green'),(106369,2381,'_billing_state','KY'),(106370,2381,'_billing_postcode','42101'),(106371,2381,'_billing_country','US'),(106372,2381,'_billing_email','lcbgky12@gmail.com'),(106373,2381,'_billing_phone','2709996803'),(106374,2381,'_shipping_first_name','Tina'),(106375,2381,'_shipping_last_name','Hunt'),(106376,2381,'_shipping_company','LCBG, LLC'),(106377,2381,'_shipping_address_1','494 Hub Boulevard'),(106378,2381,'_shipping_address_2','Apt 1012'),(106379,2381,'_shipping_city','Bowling Green'),(106380,2381,'_shipping_state','KY'),(106381,2381,'_shipping_postcode','42101'),(106382,2381,'_shipping_country','US'),(106383,2381,'_order_currency','USD'),(106384,2381,'_cart_discount','0'),(106385,2381,'_cart_discount_tax','0'),(106386,2381,'_order_shipping','0'),(106387,2381,'_order_shipping_tax','0'),(106388,2381,'_order_tax','0'),(106389,2381,'_order_total','583.67'),(106390,2381,'_order_version','8.4.0'),(106391,2381,'_prices_include_tax','no'),(106392,2381,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(106393,2381,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(106394,2381,'is_vat_exempt','no'),(106395,2381,'Payment type','instant'),(106396,2381,'_paypal_status','completed'),(106397,2381,'_transaction_id','6HL58885PL196502H'),(106398,2381,'PayPal Transaction Fee','20.86'),(106399,2381,'_date_paid','1704209914'),(106400,2381,'_paid_date','2024-01-02 15:38:34'),(106401,2382,'_order_key','wc_order_2kxXZlaHjw15N'),(106402,2382,'_customer_user','79'),(106403,2382,'_payment_method','paypal'),(106404,2382,'_payment_method_title','PayPal'),(106405,2382,'_customer_ip_address','71.91.158.65'),(106406,2382,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(106407,2382,'_created_via','checkout'),(106408,2382,'_cart_hash','bfa14ba82219f6c29666b00a0d943e38'),(106409,2382,'_download_permissions_granted','yes'),(106410,2382,'_recorded_sales','yes'),(106411,2382,'_recorded_coupon_usage_counts','yes'),(106412,2382,'_new_order_email_sent','true'),(106413,2382,'_order_stock_reduced','yes'),(106414,2382,'_billing_first_name','Shanna'),(106415,2382,'_billing_last_name','Castille'),(106416,2382,'_billing_address_1','1097 Hundley Rd'),(106417,2382,'_billing_city','Eunice'),(106418,2382,'_billing_state','LA'),(106419,2382,'_billing_postcode','70535'),(106420,2382,'_billing_country','US'),(106421,2382,'_billing_email','Shanna_sr09@yahoo.com'),(106422,2382,'_billing_phone','3374668998'),(106423,2382,'_shipping_first_name','Shanna'),(106424,2382,'_shipping_last_name','Castille'),(106425,2382,'_shipping_address_1','1097 Hundley Rd'),(106426,2382,'_shipping_city','eunice'),(106427,2382,'_shipping_state','LA'),(106428,2382,'_shipping_postcode','70535'),(106429,2382,'_shipping_country','US'),(106430,2382,'_order_currency','USD'),(106431,2382,'_cart_discount','0'),(106432,2382,'_cart_discount_tax','0'),(106433,2382,'_order_shipping','0'),(106434,2382,'_order_shipping_tax','0'),(106435,2382,'_order_tax','0'),(106436,2382,'_order_total','875.11'),(106437,2382,'_order_version','8.4.0'),(106438,2382,'_prices_include_tax','no'),(106439,2382,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(106440,2382,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(106441,2382,'is_vat_exempt','no'),(106442,2382,'Payment type','instant'),(106443,2382,'_paypal_status','completed'),(106444,2382,'_transaction_id','14K68579J25379503'),(106445,2382,'PayPal Transaction Fee','31.03'),(106446,2382,'_date_paid','1704211650'),(106447,2382,'_paid_date','2024-01-02 16:07:30'),(106448,2383,'_order_key','wc_order_U1TRtz78Om7uF'),(106449,2383,'_customer_user','4'),(106450,2383,'_payment_method','paypal'),(106451,2383,'_payment_method_title','PayPal'),(106452,2383,'_customer_ip_address','98.33.196.185'),(106453,2383,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106454,2383,'_created_via','checkout'),(106455,2383,'_cart_hash','5ef79c81cd18855f7305f2f0540520c2'),(106456,2383,'_download_permissions_granted','yes'),(106457,2383,'_recorded_sales','yes'),(106458,2383,'_recorded_coupon_usage_counts','yes'),(106459,2383,'_new_order_email_sent','true'),(106460,2383,'_order_stock_reduced','yes'),(106461,2383,'_billing_first_name','David'),(106462,2383,'_billing_last_name','Washburn'),(106463,2383,'_billing_company','Larada Sciences (LCA)'),(106464,2383,'_billing_address_1','4873 South State St.'),(106465,2383,'_billing_city','Murray'),(106466,2383,'_billing_state','UT'),(106467,2383,'_billing_postcode','84107'),(106468,2383,'_billing_country','US'),(106469,2383,'_billing_email','david@laradasciences.com'),(106470,2383,'_billing_phone','8019197428'),(106471,2383,'_shipping_first_name','David'),(106472,2383,'_shipping_last_name','Washburn'),(106473,2383,'_shipping_company','Larada Sciences (LCA)'),(106474,2383,'_shipping_address_1','4873 South State St.'),(106475,2383,'_shipping_city','Murray'),(106476,2383,'_shipping_state','UT'),(106477,2383,'_shipping_postcode','84107'),(106478,2383,'_shipping_country','US'),(106479,2383,'_order_currency','USD'),(106480,2383,'_cart_discount','0'),(106481,2383,'_cart_discount_tax','0'),(106482,2383,'_order_shipping','0'),(106483,2383,'_order_shipping_tax','0'),(106484,2383,'_order_tax','0'),(106485,2383,'_order_total','521.16'),(106486,2383,'_order_version','8.4.0'),(106487,2383,'_prices_include_tax','no'),(106488,2383,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(106489,2383,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(106490,2383,'is_vat_exempt','no'),(106491,2383,'_edit_lock','1704830777:2'),(106492,2383,'_edit_last','2'),(106493,2375,'_edit_lock','1704220766:2'),(106494,2375,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276900\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"9065b7540dab446c4c1987d40bf4d0fb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276895\";s:12:\"date_shipped\";i:1704220886;s:11:\"tracking_id\";s:32:\"eb3ee5ae9fec5bf25da6a9064a469543\";}}'),(106495,2375,'_edit_last','2'),(106496,2375,'_date_completed','1704220890'),(106497,2375,'_completed_date','2024-01-02 18:41:30'),(106498,2374,'_edit_lock','1704220850:2'),(106499,2374,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276932\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"53d692cb26a19efd482c530f16651f2b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276921\";s:12:\"date_shipped\";i:1704220976;s:11:\"tracking_id\";s:32:\"37b77044ab9ece82dd0332e23f3e97c7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276910\";s:12:\"date_shipped\";i:1704220982;s:11:\"tracking_id\";s:32:\"a5952ebdb80ebb72e887d247da1c3687\";}}'),(106500,2374,'_edit_last','2'),(106501,2374,'_date_completed','1704220987'),(106502,2374,'_completed_date','2024-01-02 18:43:07'),(106503,2376,'_edit_lock','1704222513:2'),(106504,2376,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276976\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"7d438df01f593bc165041edb0b2812fa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830276965\";s:12:\"date_shipped\";i:1704222648;s:11:\"tracking_id\";s:32:\"90c25cec9dd6ef46338b0cc498fe7c31\";}}'),(106505,2376,'_edit_last','2'),(106506,2376,'_date_completed','1704222651'),(106507,2376,'_completed_date','2024-01-02 19:10:51'),(106508,2378,'_edit_lock','1704222601:2'),(106509,2378,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277332\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"d33046350261e61f49a7002d9e6f7c69\";}}'),(106510,2378,'_edit_last','2'),(106511,2378,'_date_completed','1704222699'),(106512,2378,'_completed_date','2024-01-02 19:11:39'),(106513,2377,'_edit_lock','1704222700:2'),(106514,2377,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277354\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"c0546583123f4feb1517b10a75734b70\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277343\";s:12:\"date_shipped\";i:1704222796;s:11:\"tracking_id\";s:32:\"bec803a231c3781b621fdab96376ad6d\";}}'),(106515,2377,'_edit_last','2'),(106516,2377,'_date_completed','1704222801'),(106517,2377,'_completed_date','2024-01-02 19:13:21'),(106518,2384,'_order_key','wc_order_RQ817En1G6WUJ'),(106519,2384,'_customer_user','6'),(106520,2384,'_payment_method','paypal'),(106521,2384,'_payment_method_title','PayPal'),(106522,2384,'_customer_ip_address','98.244.29.91'),(106523,2384,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106524,2384,'_created_via','checkout'),(106525,2384,'_cart_hash','056f4f6d06210c5a08f02193d7457711'),(106526,2384,'_download_permissions_granted','yes'),(106527,2384,'_recorded_sales','yes'),(106528,2384,'_recorded_coupon_usage_counts','yes'),(106529,2384,'_new_order_email_sent','true'),(106530,2384,'_order_stock_reduced','yes'),(106531,2384,'_billing_first_name','Amira'),(106532,2384,'_billing_last_name','Purto'),(106533,2384,'_billing_address_1','2628 Acapulco Way'),(106534,2384,'_billing_city','Modesto'),(106535,2384,'_billing_state','CA'),(106536,2384,'_billing_postcode','95355'),(106537,2384,'_billing_country','US'),(106538,2384,'_billing_email','amira77@sbcglobal.net'),(106539,2384,'_billing_phone','2096422061'),(106540,2384,'_shipping_first_name','Amira'),(106541,2384,'_shipping_last_name','Purto'),(106542,2384,'_shipping_address_1','2628 Acapulco Way'),(106543,2384,'_shipping_city','Modesto'),(106544,2384,'_shipping_state','CA'),(106545,2384,'_shipping_postcode','95355'),(106546,2384,'_shipping_country','US'),(106547,2384,'_order_currency','USD'),(106548,2384,'_cart_discount','0'),(106549,2384,'_cart_discount_tax','0'),(106550,2384,'_order_shipping','0'),(106551,2384,'_order_shipping_tax','0'),(106552,2384,'_order_tax','0'),(106553,2384,'_order_total','565.10'),(106554,2384,'_order_version','8.4.0'),(106555,2384,'_prices_include_tax','no'),(106556,2384,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(106557,2384,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(106558,2384,'is_vat_exempt','no'),(106559,2384,'Payment type','instant'),(106560,2384,'_paypal_status','completed'),(106561,2384,'_transaction_id','57K116293R552935D'),(106562,2384,'PayPal Transaction Fee','20.21'),(106563,2384,'_date_paid','1704228412'),(106564,2384,'_paid_date','2024-01-02 20:46:52'),(106565,2380,'_edit_lock','1704229309:2'),(106566,2380,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277560\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"8e9395b0fa107b2e58a424a8e4d8b557\";}}'),(106567,2380,'_edit_last','2'),(106568,2380,'_date_completed','1704229301'),(106569,2380,'_completed_date','2024-01-02 21:01:41'),(106570,2379,'_edit_lock','1704229309:2'),(106571,2379,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277550\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"acea3e5643d3770026eb17837a037594\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277549\";s:12:\"date_shipped\";i:1704229367;s:11:\"tracking_id\";s:32:\"ebec75d60286168ded735791ed69127e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277538\";s:12:\"date_shipped\";i:1704229372;s:11:\"tracking_id\";s:32:\"9c04176d6ce037b34868e1d558fd5d1c\";}}'),(106572,2379,'_edit_last','2'),(106573,2379,'_date_completed','1704229374'),(106574,2379,'_completed_date','2024-01-02 21:02:54'),(106575,2381,'_edit_lock','1704234720:2'),(106576,2381,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277652\";s:12:\"date_shipped\";s:10:\"1704153600\";s:11:\"tracking_id\";s:32:\"026140ff2308fbc4737d6910ea147286\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277641\";s:12:\"date_shipped\";i:1704232565;s:11:\"tracking_id\";s:32:\"2e4d48b712c1983d26e27393f893f3a3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277630\";s:12:\"date_shipped\";i:1704232571;s:11:\"tracking_id\";s:32:\"24a7735ffba4b2baec8364faa710db4d\";}}'),(106577,2381,'_edit_last','2'),(106578,2381,'_date_completed','1704232573'),(106579,2381,'_completed_date','2024-01-02 21:56:13'),(106580,2384,'_edit_lock','1704304869:2'),(106581,2384,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277733\";s:12:\"date_shipped\";s:10:\"1704240000\";s:11:\"tracking_id\";s:32:\"ce93c586a32b2b3429b5e271fe2df5c3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277722\";s:12:\"date_shipped\";i:1704304974;s:11:\"tracking_id\";s:32:\"b4eed429924552bb3eea65d1781e507a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277711\";s:12:\"date_shipped\";i:1704304980;s:11:\"tracking_id\";s:32:\"e43940a9e424d2331dfd90c7b688a50a\";}}'),(106582,2384,'_edit_last','2'),(106583,2384,'_date_completed','1704304996'),(106584,2384,'_completed_date','2024-01-03 18:03:16'),(106585,2382,'_edit_lock','1704308088:2'),(106586,2382,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277700\";s:12:\"date_shipped\";s:10:\"1704240000\";s:11:\"tracking_id\";s:32:\"cac9df6c617a62ac71b0e1f0beba0730\";}}'),(106587,2382,'_edit_last','2'),(106588,2382,'_date_completed','1704305158'),(106589,2382,'_completed_date','2024-01-03 18:05:58'),(106590,2385,'_order_key','wc_order_nXNGON4lu94P8'),(106591,2385,'_customer_user','7'),(106592,2385,'_payment_method','paypal'),(106593,2385,'_payment_method_title','PayPal'),(106594,2385,'_customer_ip_address','71.93.225.128'),(106595,2385,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(106596,2385,'_created_via','checkout'),(106597,2385,'_cart_hash','bd1b7250ee9d096881163418dbd4985f'),(106598,2385,'_download_permissions_granted','yes'),(106599,2385,'_recorded_sales','yes'),(106600,2385,'_recorded_coupon_usage_counts','yes'),(106601,2385,'_new_order_email_sent','true'),(106602,2385,'_order_stock_reduced','yes'),(106603,2385,'_billing_first_name','Amy'),(106604,2385,'_billing_last_name','Allen'),(106605,2385,'_billing_company','Lice Clinics Of America'),(106606,2385,'_billing_address_1','251 Promise Way'),(106607,2385,'_billing_city','Hollister'),(106608,2385,'_billing_state','CA'),(106609,2385,'_billing_postcode','95023'),(106610,2385,'_billing_country','US'),(106611,2385,'_billing_email','lca.gilroy@gmail.com'),(106612,2385,'_billing_phone','4085005537'),(106613,2385,'_shipping_first_name','Amy'),(106614,2385,'_shipping_last_name','Allen'),(106615,2385,'_shipping_company','Lice Clinics Of America - Gilroy'),(106616,2385,'_shipping_address_1','7680 Monterey St Ste 104'),(106617,2385,'_shipping_city','Gilroy'),(106618,2385,'_shipping_state','CA'),(106619,2385,'_shipping_postcode','95020'),(106620,2385,'_shipping_country','US'),(106621,2385,'_order_currency','USD'),(106622,2385,'_cart_discount','0'),(106623,2385,'_cart_discount_tax','0'),(106624,2385,'_order_shipping','0'),(106625,2385,'_order_shipping_tax','0'),(106626,2385,'_order_tax','0'),(106627,2385,'_order_total','1401.68'),(106628,2385,'_order_version','8.4.0'),(106629,2385,'_prices_include_tax','no'),(106630,2385,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(106631,2385,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(106632,2385,'is_vat_exempt','no'),(106633,2385,'Payment type','instant'),(106634,2385,'_paypal_status','completed'),(106635,2385,'_transaction_id','5XK44156U5833831W'),(106636,2385,'PayPal Transaction Fee','49.41'),(106637,2385,'_date_paid','1704314461'),(106638,2385,'_paid_date','2024-01-03 20:41:01'),(106639,2386,'_order_key','wc_order_KxP8M8NsBBYLr'),(106640,2386,'_customer_user','94'),(106641,2386,'_payment_method','paypal'),(106642,2386,'_payment_method_title','PayPal'),(106643,2386,'_customer_ip_address','76.200.128.12'),(106644,2386,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(106645,2386,'_created_via','checkout'),(106646,2386,'_cart_hash','195f74b109c0efcd872450fe1d2fb997'),(106647,2386,'_download_permissions_granted','yes'),(106648,2386,'_recorded_sales','yes'),(106649,2386,'_recorded_coupon_usage_counts','yes'),(106650,2386,'_new_order_email_sent','true'),(106651,2386,'_order_stock_reduced','yes'),(106652,2386,'_billing_first_name','Dacy'),(106653,2386,'_billing_last_name','Hitt'),(106654,2386,'_billing_company','LCA'),(106655,2386,'_billing_address_1','8850 Penbrooke ct'),(106656,2386,'_billing_city','Cumming'),(106657,2386,'_billing_state','GA'),(106658,2386,'_billing_postcode','30028'),(106659,2386,'_billing_country','US'),(106660,2386,'_billing_email','dacy1016@gmail.com'),(106661,2386,'_billing_phone','7705965455'),(106662,2386,'_shipping_first_name','Dacy'),(106663,2386,'_shipping_last_name','Hitt'),(106664,2386,'_shipping_company','LCA'),(106665,2386,'_shipping_address_1','102 Mary Alice Park rd'),(106666,2386,'_shipping_address_2','Suite 503'),(106667,2386,'_shipping_city','Cumming'),(106668,2386,'_shipping_state','GA'),(106669,2386,'_shipping_postcode','30040'),(106670,2386,'_shipping_country','US'),(106671,2386,'_order_currency','USD'),(106672,2386,'_cart_discount','0'),(106673,2386,'_cart_discount_tax','0'),(106674,2386,'_order_shipping','81.76'),(106675,2386,'_order_shipping_tax','0'),(106676,2386,'_order_tax','0'),(106677,2386,'_order_total','523.75'),(106678,2386,'_order_version','8.4.0'),(106679,2386,'_prices_include_tax','no'),(106680,2386,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(106681,2386,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(106682,2386,'is_vat_exempt','no'),(106683,2386,'Payment type','instant'),(106684,2386,'_paypal_status','completed'),(106685,2386,'_transaction_id','3NY51938RX122821H'),(106686,2386,'PayPal Transaction Fee','18.77'),(106687,2386,'_date_paid','1704379344'),(106688,2386,'_paid_date','2024-01-04 14:42:24'),(106689,2387,'_order_key','wc_order_TU1pPV7tvp6IE'),(106690,2387,'_customer_user','3'),(106691,2387,'_payment_method','paypal'),(106692,2387,'_payment_method_title','PayPal'),(106693,2387,'_customer_ip_address','70.142.202.154'),(106694,2387,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106695,2387,'_created_via','checkout'),(106696,2387,'_cart_hash','f638f4838d4ac010906ac059124effda'),(106697,2387,'_download_permissions_granted','yes'),(106698,2387,'_recorded_sales','yes'),(106699,2387,'_recorded_coupon_usage_counts','yes'),(106700,2387,'_new_order_email_sent','true'),(106701,2387,'_order_stock_reduced','yes'),(106702,2387,'_billing_first_name','Amanda'),(106703,2387,'_billing_last_name','Westerman'),(106704,2387,'_billing_company','Lice Clinics of America McKinney'),(106705,2387,'_billing_address_1','3120 Hudson Crossing'),(106706,2387,'_billing_address_2','Suite A2'),(106707,2387,'_billing_city','MCKINNEY'),(106708,2387,'_billing_state','TX'),(106709,2387,'_billing_postcode','75070'),(106710,2387,'_billing_country','US'),(106711,2387,'_billing_email','awesterman1103@gmail.com'),(106712,2387,'_billing_phone','2144175741'),(106713,2387,'_shipping_first_name','Amanda'),(106714,2387,'_shipping_last_name','Westerman'),(106715,2387,'_shipping_company','Lice Clinics of America McKinney'),(106716,2387,'_shipping_address_1','3120 Hudson Crossing'),(106717,2387,'_shipping_address_2','Suite A2'),(106718,2387,'_shipping_city','MCKINNEY'),(106719,2387,'_shipping_state','TX'),(106720,2387,'_shipping_postcode','75070'),(106721,2387,'_shipping_country','US'),(106722,2387,'_order_currency','USD'),(106723,2387,'_cart_discount','0'),(106724,2387,'_cart_discount_tax','0'),(106725,2387,'_order_shipping','0'),(106726,2387,'_order_shipping_tax','0'),(106727,2387,'_order_tax','0'),(106728,2387,'_order_total','853.81'),(106729,2387,'_order_version','8.4.0'),(106730,2387,'_prices_include_tax','no'),(106731,2387,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(106732,2387,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(106733,2387,'is_vat_exempt','no'),(106734,2387,'Payment type','instant'),(106735,2387,'_paypal_status','completed'),(106736,2387,'_transaction_id','7XF46829GS697460K'),(106737,2387,'PayPal Transaction Fee','30.29'),(106738,2387,'_date_paid','1704386713'),(106739,2387,'_paid_date','2024-01-04 16:45:13'),(106740,2388,'_order_key','wc_order_RRMTZJEEm95xP'),(106741,2388,'_customer_user','54'),(106742,2388,'_payment_method','paypal'),(106743,2388,'_payment_method_title','PayPal'),(106744,2388,'_customer_ip_address','172.59.184.59'),(106745,2388,'_customer_user_agent','Mozilla/5.0 (Linux; Android 14; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36'),(106746,2388,'_created_via','checkout'),(106747,2388,'_cart_hash','a82d66627c6f0284a6982f7811e8ef0a'),(106748,2388,'_download_permissions_granted','yes'),(106749,2388,'_recorded_sales','yes'),(106750,2388,'_recorded_coupon_usage_counts','yes'),(106751,2388,'_new_order_email_sent','true'),(106752,2388,'_order_stock_reduced','yes'),(106753,2388,'_billing_first_name','Erin'),(106754,2388,'_billing_last_name','Hawn'),(106755,2388,'_billing_address_1','10 W Phillip Rd'),(106756,2388,'_billing_address_2','123'),(106757,2388,'_billing_city','Vernon Hills'),(106758,2388,'_billing_state','IL'),(106759,2388,'_billing_postcode','60061'),(106760,2388,'_billing_country','US'),(106761,2388,'_billing_email','info@liceclinicsvernonhills.com'),(106762,2388,'_billing_phone','8475960408'),(106763,2388,'_shipping_first_name','Erin'),(106764,2388,'_shipping_last_name','Hawn'),(106765,2388,'_shipping_address_1','1491 S Amarias Dr'),(106766,2388,'_shipping_city','Round lake'),(106767,2388,'_shipping_state','IL'),(106768,2388,'_shipping_postcode','60073'),(106769,2388,'_shipping_country','US'),(106770,2388,'_order_currency','USD'),(106771,2388,'_cart_discount','0'),(106772,2388,'_cart_discount_tax','0'),(106773,2388,'_order_shipping','0'),(106774,2388,'_order_shipping_tax','0'),(106775,2388,'_order_tax','0'),(106776,2388,'_order_total','836.00'),(106777,2388,'_order_version','8.4.0'),(106778,2388,'_prices_include_tax','no'),(106779,2388,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(106780,2388,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(106781,2388,'is_vat_exempt','no'),(106782,2388,'Payment type','instant'),(106783,2388,'_paypal_status','completed'),(106784,2388,'_transaction_id','594110996K984603J'),(106785,2388,'PayPal Transaction Fee','29.67'),(106786,2388,'_date_paid','1704409778'),(106787,2388,'_paid_date','2024-01-04 23:09:38'),(106788,2389,'_order_key','wc_order_qnHt8nlkNRtqZ'),(106789,2389,'_customer_user','6'),(106790,2389,'_payment_method','paypal'),(106791,2389,'_payment_method_title','PayPal'),(106792,2389,'_customer_ip_address','98.244.29.91'),(106793,2389,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106794,2389,'_created_via','checkout'),(106795,2389,'_cart_hash','d85436f7d18e9b2669b50bc8802f79ea'),(106796,2389,'_download_permissions_granted','yes'),(106797,2389,'_recorded_sales','yes'),(106798,2389,'_recorded_coupon_usage_counts','yes'),(106799,2389,'_new_order_email_sent','true'),(106800,2389,'_order_stock_reduced','yes'),(106801,2389,'_billing_first_name','Amira'),(106802,2389,'_billing_last_name','Purto'),(106803,2389,'_billing_address_1','2628 Acapulco Way'),(106804,2389,'_billing_city','Modesto'),(106805,2389,'_billing_state','CA'),(106806,2389,'_billing_postcode','95355'),(106807,2389,'_billing_country','US'),(106808,2389,'_billing_email','amira77@sbcglobal.net'),(106809,2389,'_billing_phone','2096422061'),(106810,2389,'_shipping_first_name','Amira'),(106811,2389,'_shipping_last_name','Purto'),(106812,2389,'_shipping_address_1','2628 Acapulco Way'),(106813,2389,'_shipping_city','Modesto'),(106814,2389,'_shipping_state','CA'),(106815,2389,'_shipping_postcode','95355'),(106816,2389,'_shipping_country','US'),(106817,2389,'_order_currency','USD'),(106818,2389,'_cart_discount','0'),(106819,2389,'_cart_discount_tax','0'),(106820,2389,'_order_shipping','0'),(106821,2389,'_order_shipping_tax','0'),(106822,2389,'_order_tax','0'),(106823,2389,'_order_total','1133.16'),(106824,2389,'_order_version','8.4.0'),(106825,2389,'_prices_include_tax','no'),(106826,2389,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(106827,2389,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(106828,2389,'is_vat_exempt','no'),(106829,2389,'Payment type','instant'),(106830,2389,'_paypal_status','completed'),(106831,2389,'_transaction_id','9LL30172LS719205G'),(106832,2389,'PayPal Transaction Fee','40.04'),(106833,2389,'_date_paid','1704478895'),(106834,2389,'_paid_date','2024-01-05 18:21:35'),(106835,2388,'_edit_lock','1704480861:2'),(106836,2388,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278410\";s:12:\"date_shipped\";s:10:\"1704412800\";s:11:\"tracking_id\";s:32:\"fcb098ce91fc9c0cb953823fe927b72b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278409\";s:12:\"date_shipped\";i:1704480898;s:11:\"tracking_id\";s:32:\"30bd344f8db05f37e0a96c905b72179e\";}}'),(106837,2388,'_edit_last','2'),(106838,2388,'_date_completed','1704480900'),(106839,2388,'_completed_date','2024-01-05 18:55:00'),(106840,2387,'_edit_lock','1704480971:2'),(106841,2387,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278409\";s:12:\"date_shipped\";s:10:\"1704412800\";s:11:\"tracking_id\";s:32:\"f896d31abe2297ce9a60ab415b0cd761\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278214\";s:12:\"date_shipped\";i:1704481063;s:11:\"tracking_id\";s:32:\"e91db1d51de1f4e5b58f7527c7b0c52f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278203\";s:12:\"date_shipped\";i:1704481073;s:11:\"tracking_id\";s:32:\"9d2bf916646b1530b69367a3c93fb9aa\";}}'),(106842,2387,'_edit_last','2'),(106843,2387,'_date_completed','1704481074'),(106844,2387,'_completed_date','2024-01-05 18:57:54'),(106845,2386,'_edit_lock','1704481746:2'),(106846,2386,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278100\";s:12:\"date_shipped\";s:10:\"1704412800\";s:11:\"tracking_id\";s:32:\"434997b60a0ad73712c724adbb60ab02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278096\";s:12:\"date_shipped\";i:1704481557;s:11:\"tracking_id\";s:32:\"1b93ced1a1a5812fa5e83c99c37d1037\";}}'),(106847,2386,'_edit_last','2'),(106848,2386,'_date_completed','1704481861'),(106849,2386,'_completed_date','2024-01-05 19:11:01'),(106850,2385,'_edit_lock','1704482050:2'),(106851,2385,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278020\";s:12:\"date_shipped\";s:10:\"1704412800\";s:11:\"tracking_id\";s:32:\"dfefcfb552b7a3cafaa8ad185a1e9ff1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278019\";s:12:\"date_shipped\";i:1704481997;s:11:\"tracking_id\";s:32:\"63321c52534a2caaa163755c33fee4b8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278008\";s:12:\"date_shipped\";i:1704482006;s:11:\"tracking_id\";s:32:\"118c4caa4f598d069cd3bb3cd9ec0501\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830277994\";s:12:\"date_shipped\";i:1704482014;s:11:\"tracking_id\";s:32:\"a98fc1c6897d4310d0edf541428c354d\";}}'),(106852,2385,'_edit_last','2'),(106853,2385,'_date_completed','1704482020'),(106854,2385,'_completed_date','2024-01-05 19:13:40'),(106855,2389,'_edit_lock','1704729513:2'),(106856,2389,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278589\";s:12:\"date_shipped\";s:10:\"1704672000\";s:11:\"tracking_id\";s:32:\"5f723d1a60bcc1873c9c2fca6855286d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278578\";s:12:\"date_shipped\";i:1704729613;s:11:\"tracking_id\";s:32:\"17a2f26ced54b234bd6b1abd0f3367c0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278567\";s:12:\"date_shipped\";i:1704729620;s:11:\"tracking_id\";s:32:\"d5de0c5c80c80f8bcfa091890f585a35\";}}'),(106857,2389,'_edit_last','2'),(106858,2389,'_date_completed','1704729627'),(106859,2389,'_completed_date','2024-01-08 16:00:27'),(106860,2383,'Payment type','instant'),(106861,2383,'_paypal_status','completed'),(106862,2383,'_transaction_id','7JE59417L56016452'),(106863,2383,'PayPal Transaction Fee','18.68'),(106864,2383,'_date_paid','1704741984'),(106865,2383,'_paid_date','2024-01-08 19:26:24'),(106866,2390,'_order_key','wc_order_UDMgjBmN5ZqxO'),(106867,2390,'_customer_user','3'),(106868,2390,'_payment_method','paypal'),(106869,2390,'_payment_method_title','PayPal'),(106870,2390,'_customer_ip_address','70.142.202.154'),(106871,2390,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(106872,2390,'_created_via','checkout'),(106873,2390,'_cart_hash','d2096bc30353cf7b2daed7befee2c0d6'),(106874,2390,'_download_permissions_granted','yes'),(106875,2390,'_recorded_sales','yes'),(106876,2390,'_recorded_coupon_usage_counts','yes'),(106877,2390,'_new_order_email_sent','true'),(106878,2390,'_order_stock_reduced','yes'),(106879,2390,'_billing_first_name','Amanda'),(106880,2390,'_billing_last_name','Westerman'),(106881,2390,'_billing_company','Lice Clinics of America McKinney'),(106882,2390,'_billing_address_1','3120 Hudson Crossing'),(106883,2390,'_billing_address_2','Suite A2'),(106884,2390,'_billing_city','MCKINNEY'),(106885,2390,'_billing_state','TX'),(106886,2390,'_billing_postcode','75070'),(106887,2390,'_billing_country','US'),(106888,2390,'_billing_email','awesterman1103@gmail.com'),(106889,2390,'_billing_phone','2144175741'),(106890,2390,'_shipping_first_name','AMANDA'),(106891,2390,'_shipping_last_name','Westerman'),(106892,2390,'_shipping_company','Lice Clinics of America'),(106893,2390,'_shipping_address_1','1709 Damian Way'),(106894,2390,'_shipping_city','Richardson'),(106895,2390,'_shipping_state','TX'),(106896,2390,'_shipping_postcode','75081'),(106897,2390,'_shipping_country','US'),(106898,2390,'_order_currency','USD'),(106899,2390,'_cart_discount','0'),(106900,2390,'_cart_discount_tax','0'),(106901,2390,'_order_shipping','0'),(106902,2390,'_order_shipping_tax','0'),(106903,2390,'_order_tax','0'),(106904,2390,'_order_total','549.98'),(106905,2390,'_order_version','8.4.0'),(106906,2390,'_prices_include_tax','no'),(106907,2390,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(106908,2390,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(106909,2390,'is_vat_exempt','no'),(106910,2390,'Payment type','instant'),(106911,2390,'_paypal_status','completed'),(106912,2390,'_transaction_id','09806939DB2620915'),(106913,2390,'PayPal Transaction Fee','19.68'),(106914,2390,'_date_paid','1704766207'),(106915,2390,'_paid_date','2024-01-09 02:10:07'),(106916,2391,'_order_key','wc_order_DGuIAabiLnhWm'),(106917,2391,'_customer_user','38'),(106918,2391,'_payment_method','sgitsoa_gateway'),(106919,2391,'_payment_method_title','Pre Order'),(106920,2391,'_customer_ip_address','67.165.234.205'),(106921,2391,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(106922,2391,'_created_via','checkout'),(106923,2391,'_cart_hash','faca9fc4901412fad3dc06fb718cf609'),(106924,2391,'_download_permissions_granted','no'),(106925,2391,'_recorded_sales','no'),(106926,2391,'_recorded_coupon_usage_counts','no'),(106927,2391,'_new_order_email_sent','false'),(106928,2391,'_order_stock_reduced','no'),(106929,2391,'_billing_first_name','Tami'),(106930,2391,'_billing_last_name','Mantia'),(106931,2391,'_billing_company','Lice Solutions'),(106932,2391,'_billing_address_1','636 Ruby Trust Way'),(106933,2391,'_billing_city','Castle Rock'),(106934,2391,'_billing_state','CO'),(106935,2391,'_billing_postcode','80108'),(106936,2391,'_billing_country','US'),(106937,2391,'_billing_email','tamimantia@gmail.com'),(106938,2391,'_billing_phone','3033196924'),(106939,2391,'_shipping_first_name','Melissa'),(106940,2391,'_shipping_last_name','Mantia'),(106941,2391,'_shipping_company','LCA North Pittsburgh'),(106942,2391,'_shipping_address_1','2213 Temperance Drive'),(106943,2391,'_shipping_city','Pittsburgh'),(106944,2391,'_shipping_state','PA'),(106945,2391,'_shipping_postcode','15237'),(106946,2391,'_shipping_country','US'),(106947,2391,'_order_currency','USD'),(106948,2391,'_cart_discount','0'),(106949,2391,'_cart_discount_tax','0'),(106950,2391,'_order_shipping','14.08'),(106951,2391,'_order_shipping_tax','0'),(106952,2391,'_order_tax','0'),(106953,2391,'_order_total','14.08'),(106954,2391,'_order_version','8.4.0'),(106955,2391,'_prices_include_tax','no'),(106956,2391,'_billing_address_index','Tami Mantia Lice Solutions 636 Ruby Trust Way  Castle Rock CO 80108 US tamimantia@gmail.com 3033196924'),(106957,2391,'_shipping_address_index','Melissa Mantia LCA North Pittsburgh 2213 Temperance Drive  Pittsburgh PA 15237 US '),(106958,2391,'is_vat_exempt','no'),(106959,2383,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278946\";s:12:\"date_shipped\";s:10:\"1704758400\";s:11:\"tracking_id\";s:32:\"5cf6c690cb687bb26a32cf1dcfc3b278\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830278935\";s:12:\"date_shipped\";i:1704830906;s:11:\"tracking_id\";s:32:\"145bdbdd2e30a4cb6092661dd6a26e3e\";}}'),(106960,2383,'_date_completed','1704830909'),(106961,2383,'_completed_date','2024-01-09 20:08:29'),(106962,2392,'_order_key','wc_order_R9p02OzGps3ib'),(106963,2392,'_customer_user','50'),(106964,2392,'_payment_method','paypal'),(106965,2392,'_payment_method_title','PayPal'),(106966,2392,'_customer_ip_address','24.62.247.50'),(106967,2392,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(106968,2392,'_created_via','checkout'),(106969,2392,'_cart_hash','c492fa1088905ac5ae7172e30dd56683'),(106970,2392,'_download_permissions_granted','yes'),(106971,2392,'_recorded_sales','yes'),(106972,2392,'_recorded_coupon_usage_counts','yes'),(106973,2392,'_new_order_email_sent','true'),(106974,2392,'_order_stock_reduced','yes'),(106975,2392,'_billing_first_name','Christine'),(106976,2392,'_billing_last_name','Cherry'),(106977,2392,'_billing_company','NITS END'),(106978,2392,'_billing_address_1','PO BOX 1092'),(106979,2392,'_billing_city','Campton'),(106980,2392,'_billing_state','NH'),(106981,2392,'_billing_postcode','03223'),(106982,2392,'_billing_country','US'),(106983,2392,'_billing_email','info@liceclinicsplaistow.com'),(106984,2392,'_billing_phone','16034983390'),(106985,2392,'_shipping_first_name','Naomi'),(106986,2392,'_shipping_last_name','Njuguna'),(106987,2392,'_shipping_company','LCA - Nits End'),(106988,2392,'_shipping_address_1','71 Spit Brook Rd'),(106989,2392,'_shipping_address_2','Suite 403'),(106990,2392,'_shipping_city','Nashua'),(106991,2392,'_shipping_state','NH'),(106992,2392,'_shipping_postcode','03063'),(106993,2392,'_shipping_country','US'),(106994,2392,'_order_currency','USD'),(106995,2392,'_cart_discount','0'),(106996,2392,'_cart_discount_tax','0'),(106997,2392,'_order_shipping','163.91'),(106998,2392,'_order_shipping_tax','0'),(106999,2392,'_order_tax','0'),(107000,2392,'_order_total','295.41'),(107001,2392,'_order_version','8.5.1'),(107002,2392,'_prices_include_tax','no'),(107003,2392,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(107004,2392,'_shipping_address_index','Naomi Njuguna LCA - Nits End 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(107005,2392,'is_vat_exempt','no'),(107006,2392,'Payment type','instant'),(107007,2392,'_paypal_status','completed'),(107008,2392,'_transaction_id','8A397903RE054082J'),(107009,2392,'PayPal Transaction Fee','10.80'),(107010,2392,'_date_paid','1704832224'),(107011,2392,'_paid_date','2024-01-09 20:30:24'),(107012,2393,'_order_key','wc_order_tB7tvgJxwD2oA'),(107013,2393,'_customer_user','28'),(107014,2393,'_payment_method','paypal'),(107015,2393,'_payment_method_title','PayPal'),(107016,2393,'_customer_ip_address','172.115.255.171'),(107017,2393,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107018,2393,'_created_via','checkout'),(107019,2393,'_cart_hash','739fb5e7c84c8f4c1babc068474c5aff'),(107020,2393,'_download_permissions_granted','yes'),(107021,2393,'_recorded_sales','yes'),(107022,2393,'_recorded_coupon_usage_counts','yes'),(107023,2393,'_new_order_email_sent','true'),(107024,2393,'_order_stock_reduced','yes'),(107025,2393,'_billing_first_name','Kelli'),(107026,2393,'_billing_last_name','Washington'),(107027,2393,'_billing_company','Lice Clinics of America - Temecula'),(107028,2393,'_billing_address_1','2438 Bear Rock Gln.'),(107029,2393,'_billing_city','Escondido'),(107030,2393,'_billing_state','CA'),(107031,2393,'_billing_postcode','92026'),(107032,2393,'_billing_country','US'),(107033,2393,'_billing_email','info@liceclinicstemecula.com'),(107034,2393,'_billing_phone','7606255580'),(107035,2393,'_shipping_first_name','Kelli'),(107036,2393,'_shipping_last_name','Washington'),(107037,2393,'_shipping_company','Lice Clinics of America - Temecula'),(107038,2393,'_shipping_address_1','2438 Bear Rock Gln.'),(107039,2393,'_shipping_city','Escondido'),(107040,2393,'_shipping_state','CA'),(107041,2393,'_shipping_postcode','92026'),(107042,2393,'_shipping_country','US'),(107043,2393,'_order_currency','USD'),(107044,2393,'_cart_discount','0'),(107045,2393,'_cart_discount_tax','0'),(107046,2393,'_order_shipping','30.65'),(107047,2393,'_order_shipping_tax','0'),(107048,2393,'_order_tax','0'),(107049,2393,'_order_total','268.25'),(107050,2393,'_order_version','8.5.1'),(107051,2393,'_prices_include_tax','no'),(107052,2393,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(107053,2393,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(107054,2393,'is_vat_exempt','no'),(107055,2393,'Payment type','instant'),(107056,2393,'_paypal_status','completed'),(107057,2393,'_transaction_id','87V07318HA1475455'),(107058,2393,'PayPal Transaction Fee','9.85'),(107059,2393,'_date_paid','1704834534'),(107060,2393,'_paid_date','2024-01-09 21:08:54'),(107061,2394,'_order_key','wc_order_dXifpiHWQxVx4'),(107062,2394,'_customer_user','59'),(107063,2394,'_payment_method','paypal'),(107064,2394,'_payment_method_title','PayPal'),(107065,2394,'_customer_ip_address','174.170.59.106'),(107066,2394,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107067,2394,'_created_via','checkout'),(107068,2394,'_cart_hash','712d6edee957086007ca978d345d69a4'),(107069,2394,'_download_permissions_granted','yes'),(107070,2394,'_recorded_sales','yes'),(107071,2394,'_recorded_coupon_usage_counts','yes'),(107072,2394,'_new_order_email_sent','true'),(107073,2394,'_order_stock_reduced','yes'),(107074,2394,'_billing_first_name','Allison'),(107075,2394,'_billing_last_name','Anthon'),(107076,2394,'_billing_company','Lice Clinics of America Sugar Land'),(107077,2394,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(107078,2394,'_billing_address_2','Apt, suite, floor, etc.'),(107079,2394,'_billing_city','TOMBALL'),(107080,2394,'_billing_state','TX'),(107081,2394,'_billing_postcode','77375'),(107082,2394,'_billing_country','US'),(107083,2394,'_billing_email','louseysolutions@gmail.com'),(107084,2394,'_billing_phone','6024008520'),(107085,2394,'_shipping_first_name','Allison'),(107086,2394,'_shipping_last_name','Anthon'),(107087,2394,'_shipping_company','LCA Sugar Land'),(107088,2394,'_shipping_address_1','2831 Lakecrest River Dr.'),(107089,2394,'_shipping_city','Katy'),(107090,2394,'_shipping_state','TX'),(107091,2394,'_shipping_postcode','77493'),(107092,2394,'_shipping_country','US'),(107093,2394,'_order_currency','USD'),(107094,2394,'_cart_discount','0'),(107095,2394,'_cart_discount_tax','0'),(107096,2394,'_order_shipping','0'),(107097,2394,'_order_shipping_tax','0'),(107098,2394,'_order_tax','0'),(107099,2394,'_order_total','702.50'),(107100,2394,'_order_version','8.4.0'),(107101,2394,'_prices_include_tax','no'),(107102,2394,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(107103,2394,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(107104,2394,'is_vat_exempt','no'),(107105,247,'_edit_lock','1704911224:2'),(107106,247,'_edit_last','2'),(107109,2394,'_edit_lock','1705000292:2'),(107110,2394,'_edit_last','2'),(107111,2390,'_edit_lock','1704912094:2'),(107112,2390,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830279015\";s:12:\"date_shipped\";s:10:\"1704844800\";s:11:\"tracking_id\";s:32:\"82438d1cb255deae1bc5706d404f8ad9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830279004\";s:12:\"date_shipped\";i:1704912200;s:11:\"tracking_id\";s:32:\"880a44e4f744bb09359aa6dcc43fff66\";}}'),(107113,2390,'_edit_last','2'),(107114,2390,'_date_completed','1704912206'),(107115,2390,'_completed_date','2024-01-10 18:43:26'),(107116,2394,'Payment type','instant'),(107117,2394,'_paypal_status','completed'),(107118,2394,'_transaction_id','48238434AY988090E'),(107119,2394,'PayPal Transaction Fee','25.01'),(107120,2394,'_date_paid','1704937816'),(107121,2394,'_paid_date','2024-01-11 01:50:16'),(107122,2395,'_order_key','wc_order_bouX5Gl9hCEus'),(107123,2395,'_customer_user','78'),(107124,2395,'_payment_method','paypal'),(107125,2395,'_payment_method_title','PayPal'),(107126,2395,'_customer_ip_address','100.2.208.35'),(107127,2395,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(107128,2395,'_created_via','checkout'),(107129,2395,'_cart_hash','e8fa38816007b136bea5cf0543b99ad6'),(107130,2395,'_download_permissions_granted','yes'),(107131,2395,'_recorded_sales','yes'),(107132,2395,'_recorded_coupon_usage_counts','yes'),(107133,2395,'_new_order_email_sent','true'),(107134,2395,'_order_stock_reduced','yes'),(107135,2395,'_billing_first_name','Richard'),(107136,2395,'_billing_last_name','Florsheim'),(107137,2395,'_billing_company','Licura'),(107138,2395,'_billing_address_1','3827 w fairway heights dr'),(107139,2395,'_billing_city','Mequon'),(107140,2395,'_billing_state','NY'),(107141,2395,'_billing_postcode','53092'),(107142,2395,'_billing_country','US'),(107143,2395,'_billing_email','tara@liceclinicslongIsland.com'),(107144,2395,'_billing_phone','5619006382'),(107145,2395,'_shipping_first_name','Tara'),(107146,2395,'_shipping_last_name','Johnson'),(107147,2395,'_shipping_company','LCA'),(107148,2395,'_shipping_address_1','599 west hartsdale ave'),(107149,2395,'_shipping_address_2','203'),(107150,2395,'_shipping_city','White plains'),(107151,2395,'_shipping_state','NY'),(107152,2395,'_shipping_postcode','10607'),(107153,2395,'_shipping_country','US'),(107154,2395,'_order_currency','USD'),(107155,2395,'_cart_discount','0'),(107156,2395,'_cart_discount_tax','0'),(107157,2395,'_order_shipping','14.08'),(107158,2395,'_order_shipping_tax','0'),(107159,2395,'_order_tax','0'),(107160,2395,'_order_total','45.43'),(107161,2395,'_order_version','8.4.0'),(107162,2395,'_prices_include_tax','no'),(107163,2395,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(107164,2395,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave 203 White plains NY 10607 US '),(107165,2395,'is_vat_exempt','no'),(107166,2395,'Payment type','instant'),(107167,2395,'_paypal_status','completed'),(107168,2395,'_transaction_id','4T439732YH6691515'),(107169,2395,'PayPal Transaction Fee','2.08'),(107170,2395,'_date_paid','1704990464'),(107171,2395,'_paid_date','2024-01-11 16:27:44'),(107172,2396,'_order_key','wc_order_q0lDbY4ys5rad'),(107173,2396,'_customer_user','76'),(107174,2396,'_payment_method','paypal'),(107175,2396,'_payment_method_title','PayPal'),(107176,2396,'_customer_ip_address','146.115.131.163'),(107177,2396,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(107178,2396,'_created_via','checkout'),(107179,2396,'_cart_hash','d8f156e917e5366d6f640191535cd16f'),(107180,2396,'_download_permissions_granted','yes'),(107181,2396,'_recorded_sales','yes'),(107182,2396,'_recorded_coupon_usage_counts','yes'),(107183,2396,'_new_order_email_sent','true'),(107184,2396,'_order_stock_reduced','yes'),(107185,2396,'_billing_first_name','Naomi'),(107186,2396,'_billing_last_name','Golden'),(107187,2396,'_billing_company','LCA'),(107188,2396,'_billing_address_1','31 Mann Ave'),(107189,2396,'_billing_city','Needham'),(107190,2396,'_billing_state','MA'),(107191,2396,'_billing_postcode','02492'),(107192,2396,'_billing_country','US'),(107193,2396,'_billing_email','nrgolden6486@gmail.com'),(107194,2396,'_billing_phone','617-851-1322'),(107195,2396,'_shipping_first_name','Naomi'),(107196,2396,'_shipping_last_name','Golden'),(107197,2396,'_shipping_company','LCA'),(107198,2396,'_shipping_address_1','1349 Centre Street'),(107199,2396,'_shipping_address_2','Facing Trowbridge'),(107200,2396,'_shipping_city','Newton'),(107201,2396,'_shipping_state','MA'),(107202,2396,'_shipping_postcode','02459'),(107203,2396,'_shipping_country','US'),(107204,2396,'_order_currency','USD'),(107205,2396,'_cart_discount','0'),(107206,2396,'_cart_discount_tax','0'),(107207,2396,'_order_shipping','0'),(107208,2396,'_order_shipping_tax','0'),(107209,2396,'_order_tax','0'),(107210,2396,'_order_total','723.80'),(107211,2396,'_order_version','8.4.0'),(107212,2396,'_prices_include_tax','no'),(107213,2396,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(107214,2396,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(107215,2396,'is_vat_exempt','no'),(107216,2396,'Payment type','instant'),(107217,2396,'_paypal_status','completed'),(107218,2396,'_transaction_id','8F7831554X605393M'),(107219,2396,'PayPal Transaction Fee','25.75'),(107220,2396,'_date_paid','1704990730'),(107221,2396,'_paid_date','2024-01-11 16:32:10'),(107222,2397,'_order_key','wc_order_Z20aCUGTopZUG'),(107223,2397,'_customer_user','78'),(107224,2397,'_payment_method','paypal'),(107225,2397,'_payment_method_title','PayPal'),(107226,2397,'_customer_ip_address','100.2.208.35'),(107227,2397,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(107228,2397,'_created_via','checkout'),(107229,2397,'_cart_hash','0edc2f4fea03b54b9813f741e7574f02'),(107230,2397,'_download_permissions_granted','yes'),(107231,2397,'_recorded_sales','yes'),(107232,2397,'_recorded_coupon_usage_counts','yes'),(107233,2397,'_new_order_email_sent','true'),(107234,2397,'_order_stock_reduced','yes'),(107235,2397,'_billing_first_name','Richard'),(107236,2397,'_billing_last_name','Florsheim'),(107237,2397,'_billing_company','Licura'),(107238,2397,'_billing_address_1','3827 w fairway heights dr'),(107239,2397,'_billing_city','Mequon'),(107240,2397,'_billing_state','NY'),(107241,2397,'_billing_postcode','53092'),(107242,2397,'_billing_country','US'),(107243,2397,'_billing_email','tara@liceclinicslongIsland.com'),(107244,2397,'_billing_phone','5619006382'),(107245,2397,'_shipping_first_name','Tara'),(107246,2397,'_shipping_last_name','Johnson'),(107247,2397,'_shipping_company','LCA'),(107248,2397,'_shipping_address_1','2469599 columbus ave'),(107249,2397,'_shipping_city','North bellmore'),(107250,2397,'_shipping_state','NY'),(107251,2397,'_shipping_postcode','11710'),(107252,2397,'_shipping_country','US'),(107253,2397,'_order_currency','USD'),(107254,2397,'_cart_discount','0'),(107255,2397,'_cart_discount_tax','0'),(107256,2397,'_order_shipping','15.03'),(107257,2397,'_order_shipping_tax','0'),(107258,2397,'_order_tax','0'),(107259,2397,'_order_total','77.73'),(107260,2397,'_order_version','8.4.0'),(107261,2397,'_prices_include_tax','no'),(107262,2397,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(107263,2397,'_shipping_address_index','Tara Johnson LCA 2469599 columbus ave  North bellmore NY 11710 US '),(107264,2397,'is_vat_exempt','no'),(107265,2397,'Payment type','instant'),(107266,2397,'_paypal_status','completed'),(107267,2397,'_transaction_id','03V17022N7990980S'),(107268,2397,'PayPal Transaction Fee','3.20'),(107269,2397,'_date_paid','1704991236'),(107270,2397,'_paid_date','2024-01-11 16:40:36'),(107271,2395,'_edit_lock','1705000144:2'),(107272,2395,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992200990\";s:12:\"date_shipped\";s:10:\"1704931200\";s:11:\"tracking_id\";s:32:\"b75309c57e7f3f6a357760a2da31617a\";}}'),(107273,2395,'_edit_last','2'),(107274,2395,'_date_completed','1705000283'),(107275,2395,'_completed_date','2024-01-11 19:11:23'),(107276,2394,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992200935\";s:12:\"date_shipped\";s:10:\"1704931200\";s:11:\"tracking_id\";s:32:\"878e1005e0bed5fbbd178d7a8dd3def3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992200924\";s:12:\"date_shipped\";i:1705000389;s:11:\"tracking_id\";s:32:\"e98ad6caa345678901b6925dba538953\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992200913\";s:12:\"date_shipped\";i:1705000395;s:11:\"tracking_id\";s:32:\"239bd108c35d5b54f552fbaae2317c58\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992200902\";s:12:\"date_shipped\";i:1705000401;s:11:\"tracking_id\";s:32:\"90f1e7cc32af4e1bdfb3295fea2df49b\";}}'),(107277,2394,'_date_completed','1705000405'),(107278,2394,'_completed_date','2024-01-11 19:13:25'),(107279,2397,'_edit_lock','1705000871:2'),(107280,2397,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201048\";s:12:\"date_shipped\";s:10:\"1704931200\";s:11:\"tracking_id\";s:32:\"a65ba5d75f9ca21dcc99578d8bd2ac95\";}}'),(107281,2397,'_edit_last','2'),(107282,2397,'_date_completed','1705001006'),(107283,2397,'_completed_date','2024-01-11 19:23:26'),(107284,2396,'_edit_lock','1705000968:2'),(107285,2396,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201037\";s:12:\"date_shipped\";s:10:\"1704931200\";s:11:\"tracking_id\";s:32:\"fc03ecbf2c27116a3211eefe7ea3dbb9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201026\";s:12:\"date_shipped\";i:1705001102;s:11:\"tracking_id\";s:32:\"1a2fd1c5912e629832bc10fe8f54628b\";}}'),(107286,2396,'_edit_last','2'),(107287,2396,'_date_completed','1705001104'),(107288,2396,'_completed_date','2024-01-11 19:25:04'),(107289,2398,'_wp_attached_file','2024/01/KitPreventive100.jpg'),(107290,2398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2024/01/KitPreventive100.jpg\";s:8:\"filesize\";i:260419;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54355;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"KitPreventive100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12521;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36287;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"KitPreventive100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3193;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107291,2399,'_wp_attached_file','2024/01/KitUrgentCare100.jpg'),(107292,2399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2024/01/KitUrgentCare100.jpg\";s:8:\"filesize\";i:225257;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47162;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"KitUrgentCare100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10870;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31332;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"KitUrgentCare100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107293,2400,'_sku','LCoA Urgent Care & Prevent Kit-1'),(107294,2400,'_regular_price','215.00'),(107296,2400,'total_sales','118'),(107297,2400,'_tax_status','taxable'),(107298,2400,'_tax_class',''),(107299,2400,'_manage_stock','no'),(107300,2400,'_backorders','no'),(107301,2400,'_sold_individually','no'),(107302,2400,'_weight','14.1'),(107303,2400,'_length','14.25'),(107304,2400,'_width','9'),(107305,2400,'_height','8.25'),(107306,2400,'_virtual','no'),(107307,2400,'_downloadable','no'),(107308,2400,'_download_limit','0'),(107309,2400,'_download_expiry','0'),(107310,2400,'_thumbnail_id','2826'),(107311,2400,'_stock',NULL),(107312,2400,'_stock_status','instock'),(107313,2400,'_wc_average_rating','0'),(107314,2400,'_wc_review_count','0'),(107315,2400,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(107316,2400,'_product_version','9.8.1'),(107317,2400,'_price','215.00'),(107318,2400,'site-sidebar-layout','default'),(107319,2400,'site-content-layout','default'),(107320,2400,'theme-transparent-header-meta','default'),(107321,2400,'stick-header-meta','default'),(107322,2400,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(107323,2400,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(107324,2400,'_wc_memberships_force_public','no'),(107325,2400,'_wc_memberships_exclude_discounts','no'),(107326,2400,'mwqb_sync_uiiqb','0'),(107327,2400,'_edit_lock','1746799905:2'),(107328,2400,'_edit_last','2'),(107329,2400,'sg_product_enable','no'),(107330,2400,'sg_product_disable','no'),(107331,2400,'group_of_quantity',''),(107332,2400,'minimum_allowed_quantity',''),(107333,2400,'maximum_allowed_quantity',''),(107334,2400,'minmax_do_not_count','no'),(107335,2400,'minmax_cart_exclude','no'),(107336,2400,'minmax_category_group_of_exclude','no'),(107338,2400,'ast-site-content-layout','default'),(107339,2400,'site-content-style','default'),(107340,2400,'site-sidebar-style','default'),(107350,2401,'_elementor_edit_mode','builder'),(107351,2401,'_elementor_template_type','product'),(107352,2401,'_elementor_version','3.1.4'),(107353,2401,'_elementor_pro_version','3.2.1'),(107354,2401,'_wp_page_template','default'),(107355,2401,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.474,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.9,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107356,2401,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107357,2401,'_elementor_screenshot_failed','2022-03-09 16:41:35'),(107360,2402,'_elementor_edit_mode','builder'),(107361,2402,'_elementor_template_type','product'),(107362,2402,'_elementor_version','3.1.4'),(107363,2402,'_elementor_pro_version','3.2.1'),(107364,2402,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (107365,2402,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107366,2402,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107367,2402,'_elementor_screenshot_failed','2022-03-09 16:41:35'),(107372,2403,'_elementor_edit_mode','builder'),(107373,2403,'_elementor_template_type','product'),(107374,2403,'_elementor_version','3.18.3'),(107375,2403,'_elementor_pro_version','3.18.1'),(107376,2403,'_wp_page_template','default'),(107377,2403,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"},{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107378,2403,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107388,2404,'_elementor_edit_mode','builder'),(107389,2404,'_elementor_template_type','product'),(107390,2404,'_elementor_version','3.18.3'),(107391,2404,'_elementor_pro_version','3.18.1'),(107392,2404,'_wp_page_template','default'),(107393,2404,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"70\",\"left\":\"70\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29711862\",\"elType\":\"section\",\"settings\":{\"gap\":\"wide\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"5c95a0a8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true}},\"elements\":[{\"id\":\"668be93\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107394,2404,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107399,2405,'_elementor_edit_mode','builder'),(107400,2405,'_elementor_template_type','product'),(107401,2405,'_elementor_version','3.18.3'),(107402,2405,'_elementor_pro_version','3.18.2'),(107403,2405,'_wp_page_template','default'),(107404,2405,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"10\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107405,2405,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107410,2406,'_elementor_edit_mode','builder'),(107411,2406,'_elementor_template_type','product'),(107412,2406,'_elementor_version','3.18.3'),(107413,2406,'_elementor_pro_version','3.18.2'),(107414,2406,'_wp_page_template','default'),(107415,2406,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(107416,2406,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(107419,70,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}}'),(107459,2408,'_sku','LCoA Urgent Care Kit-1'),(107460,2408,'_regular_price','170.00'),(107462,2408,'total_sales','390'),(107463,2408,'_tax_status','taxable'),(107464,2408,'_tax_class',''),(107465,2408,'_manage_stock','no'),(107466,2408,'_backorders','no'),(107467,2408,'_sold_individually','no'),(107468,2408,'_weight','10.80'),(107469,2408,'_length','12.5'),(107470,2408,'_width','6.25'),(107471,2408,'_height','8'),(107472,2408,'_virtual','no'),(107473,2408,'_downloadable','no'),(107474,2408,'_download_limit','0'),(107475,2408,'_download_expiry','0'),(107476,2408,'_thumbnail_id','2399'),(107477,2408,'_stock',NULL),(107478,2408,'_stock_status','instock'),(107479,2408,'_wc_average_rating','0'),(107480,2408,'_wc_review_count','0'),(107481,2408,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(107482,2408,'_product_version','9.8.1'),(107483,2408,'_price','170.00'),(107484,2408,'site-sidebar-layout','default'),(107485,2408,'site-content-layout','default'),(107486,2408,'theme-transparent-header-meta','default'),(107487,2408,'stick-header-meta','default'),(107488,2408,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(107489,2408,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(107490,2408,'_wc_memberships_force_public','no'),(107491,2408,'_wc_memberships_exclude_discounts','no'),(107492,2408,'mwqb_sync_uiiqb','0'),(107493,2408,'_edit_lock','1746799905:2'),(107494,2408,'_edit_last','2'),(107495,2408,'sg_product_enable','no'),(107496,2408,'sg_product_disable','no'),(107497,2408,'group_of_quantity',''),(107498,2408,'minimum_allowed_quantity',''),(107499,2408,'maximum_allowed_quantity',''),(107500,2408,'minmax_do_not_count','no'),(107501,2408,'minmax_cart_exclude','no'),(107502,2408,'minmax_category_group_of_exclude','no'),(107504,2408,'ast-site-content-layout','default'),(107505,2408,'site-content-style','default'),(107506,2408,'site-sidebar-style','default'),(107522,2410,'_elementor_edit_mode','builder'),(107523,2410,'_elementor_template_type','wp-page'),(107524,2410,'_elementor_version','3.17.3'),(107525,2410,'_elementor_pro_version','3.17.1'),(107526,2410,'_wp_page_template','default'),(107527,2410,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107529,2411,'_elementor_edit_mode','builder'),(107530,2411,'_elementor_template_type','wp-page'),(107531,2411,'_elementor_version','3.17.3'),(107532,2411,'_elementor_pro_version','3.17.1'),(107533,2411,'_wp_page_template','default'),(107534,2411,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107536,2412,'_elementor_edit_mode','builder'),(107537,2412,'_elementor_template_type','wp-page'),(107538,2412,'_elementor_version','3.17.3'),(107539,2412,'_elementor_pro_version','3.17.1'),(107540,2412,'_wp_page_template','default'),(107541,2412,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(107545,2413,'_wp_attached_file','2024/01/KitPreventive100New.jpg'),(107546,2413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2024/01/KitPreventive100New.jpg\";s:8:\"filesize\";i:147973;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6759;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"KitPreventive100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16863;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"KitPreventive100New-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107547,2414,'_wp_attached_file','2024/01/KitUrgentCare100New.jpg'),(107548,2414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2024/01/KitUrgentCare100New.jpg\";s:8:\"filesize\";i:131240;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6266;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"KitUrgentCare100New-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15228;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"KitUrgentCare100New-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107553,2415,'_order_key','wc_order_Q2HB4AVQRxNhD'),(107554,2415,'_customer_user','3'),(107555,2415,'_payment_method','paypal'),(107556,2415,'_payment_method_title','PayPal'),(107557,2415,'_customer_ip_address','70.142.202.154'),(107558,2415,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107559,2415,'_created_via','checkout'),(107560,2415,'_cart_hash','f9d5308fac13683eb9ecb23355a8a5ab'),(107561,2415,'_download_permissions_granted','yes'),(107562,2415,'_recorded_sales','yes'),(107563,2415,'_recorded_coupon_usage_counts','yes'),(107564,2415,'_new_order_email_sent','true'),(107565,2415,'_order_stock_reduced','yes'),(107566,2415,'_billing_first_name','Amanda'),(107567,2415,'_billing_last_name','Westerman'),(107568,2415,'_billing_company','Lice Clinics of America McKinney'),(107569,2415,'_billing_address_1','3120 Hudson Crossing'),(107570,2415,'_billing_address_2','Suite A2'),(107571,2415,'_billing_city','MCKINNEY'),(107572,2415,'_billing_state','TX'),(107573,2415,'_billing_postcode','75070'),(107574,2415,'_billing_country','US'),(107575,2415,'_billing_email','awesterman1103@gmail.com'),(107576,2415,'_billing_phone','2144175741'),(107577,2415,'_shipping_first_name','AMANDA'),(107578,2415,'_shipping_last_name','Westerman'),(107579,2415,'_shipping_company','Lice Clinics of America'),(107580,2415,'_shipping_address_1','1709 Damian Way'),(107581,2415,'_shipping_city','Richardson'),(107582,2415,'_shipping_state','TX'),(107583,2415,'_shipping_postcode','75081'),(107584,2415,'_shipping_country','US'),(107585,2415,'_order_currency','USD'),(107586,2415,'_cart_discount','0'),(107587,2415,'_cart_discount_tax','0'),(107588,2415,'_order_shipping','0'),(107589,2415,'_order_shipping_tax','0'),(107590,2415,'_order_tax','0'),(107591,2415,'_order_total','783.66'),(107592,2415,'_order_version','8.4.0'),(107593,2415,'_prices_include_tax','no'),(107594,2415,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(107595,2415,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(107596,2415,'is_vat_exempt','no'),(107597,2415,'Payment type','instant'),(107598,2415,'_paypal_status','completed'),(107599,2415,'_transaction_id','9P318950N9815793J'),(107600,2415,'PayPal Transaction Fee','27.84'),(107601,2415,'_date_paid','1705008911'),(107602,2415,'_paid_date','2024-01-11 21:35:11'),(107603,2416,'_order_key','wc_order_QhOfGagPe2IwR'),(107604,2416,'_customer_user','54'),(107605,2416,'_payment_method','paypal'),(107606,2416,'_payment_method_title','PayPal'),(107607,2416,'_customer_ip_address','172.58.166.126'),(107608,2416,'_customer_user_agent','Mozilla/5.0 (Linux; Android 14; SAMSUNG SM-S901U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36'),(107609,2416,'_created_via','checkout'),(107610,2416,'_cart_hash','5376dd04c14ae2b9ee4aa7bbb298bd34'),(107611,2416,'_download_permissions_granted','yes'),(107612,2416,'_recorded_sales','yes'),(107613,2416,'_recorded_coupon_usage_counts','yes'),(107614,2416,'_new_order_email_sent','true'),(107615,2416,'_order_stock_reduced','yes'),(107616,2416,'_billing_first_name','Erin'),(107617,2416,'_billing_last_name','Hawn'),(107618,2416,'_billing_address_1','10 W Phillip Rd'),(107619,2416,'_billing_address_2','123'),(107620,2416,'_billing_city','Vernon Hills'),(107621,2416,'_billing_state','IL'),(107622,2416,'_billing_postcode','60061'),(107623,2416,'_billing_country','US'),(107624,2416,'_billing_email','info@liceclinicsvernonhills.com'),(107625,2416,'_billing_phone','8475960408'),(107626,2416,'_shipping_first_name','Erin'),(107627,2416,'_shipping_last_name','Hawn'),(107628,2416,'_shipping_address_1','1491 S Amarias Dr'),(107629,2416,'_shipping_city','Round lake'),(107630,2416,'_shipping_state','IL'),(107631,2416,'_shipping_postcode','60073'),(107632,2416,'_shipping_country','US'),(107633,2416,'_order_currency','USD'),(107634,2416,'_cart_discount','0'),(107635,2416,'_cart_discount_tax','0'),(107636,2416,'_order_shipping','0'),(107637,2416,'_order_shipping_tax','0'),(107638,2416,'_order_tax','0'),(107639,2416,'_order_total','519.42'),(107640,2416,'_order_version','8.4.0'),(107641,2416,'_prices_include_tax','no'),(107642,2416,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(107643,2416,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(107644,2416,'is_vat_exempt','no'),(107645,2416,'Payment type','instant'),(107646,2416,'_paypal_status','completed'),(107647,2416,'_transaction_id','1EN47863919084030'),(107648,2416,'PayPal Transaction Fee','18.62'),(107649,2416,'_date_paid','1705009847'),(107650,2416,'_paid_date','2024-01-11 21:50:47'),(107651,2417,'_order_key','wc_order_znx6egYaHlCso'),(107652,2417,'_customer_user','67'),(107653,2417,'_payment_method','paypal'),(107654,2417,'_payment_method_title','PayPal'),(107655,2417,'_customer_ip_address','67.252.77.231'),(107656,2417,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107657,2417,'_created_via','checkout'),(107658,2417,'_cart_hash','e9a5257286bc5c4b6de7438ea5825e52'),(107659,2417,'_download_permissions_granted','yes'),(107660,2417,'_recorded_sales','yes'),(107661,2417,'_recorded_coupon_usage_counts','yes'),(107662,2417,'_new_order_email_sent','true'),(107663,2417,'_order_stock_reduced','yes'),(107664,2417,'_billing_first_name','Marnie'),(107665,2417,'_billing_last_name','Murray'),(107666,2417,'_billing_company','Naughty Nits'),(107667,2417,'_billing_address_1','2809 Wehrle Drive'),(107668,2417,'_billing_address_2','Suite 10'),(107669,2417,'_billing_city','Williamsville'),(107670,2417,'_billing_state','NY'),(107671,2417,'_billing_postcode','14221'),(107672,2417,'_billing_country','US'),(107673,2417,'_billing_email','liceclinicsupstateny@gmail.com'),(107674,2417,'_billing_phone','7166265423'),(107675,2417,'_shipping_first_name','Marnie'),(107676,2417,'_shipping_last_name','Murray'),(107677,2417,'_shipping_company','LCA Buffalo'),(107678,2417,'_shipping_address_1','2809 Wehrle Drive'),(107679,2417,'_shipping_address_2','Suite 10'),(107680,2417,'_shipping_city','Williamsville'),(107681,2417,'_shipping_state','NY'),(107682,2417,'_shipping_postcode','14221'),(107683,2417,'_shipping_country','US'),(107684,2417,'_order_currency','USD'),(107685,2417,'_cart_discount','0'),(107686,2417,'_cart_discount_tax','0'),(107687,2417,'_order_shipping','0'),(107688,2417,'_order_shipping_tax','0'),(107689,2417,'_order_tax','0'),(107690,2417,'_order_total','1506.25'),(107691,2417,'_order_version','8.4.0'),(107692,2417,'_prices_include_tax','no'),(107693,2417,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(107694,2417,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(107695,2417,'is_vat_exempt','no'),(107696,2417,'Payment type','instant'),(107697,2417,'_paypal_status','completed'),(107698,2417,'_transaction_id','89U341605V017812A'),(107699,2417,'PayPal Transaction Fee','53.06'),(107700,2417,'_date_paid','1705075272'),(107701,2417,'_paid_date','2024-01-12 16:01:12'),(107702,2418,'_order_key','wc_order_OJSAnn3zSP8Q7'),(107703,2418,'_customer_user','64'),(107704,2418,'_payment_method','paypal'),(107705,2418,'_payment_method_title','PayPal'),(107706,2418,'_customer_ip_address','98.97.57.77'),(107707,2418,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107708,2418,'_created_via','checkout'),(107709,2418,'_cart_hash','85246a13f33ca9ea3bf5fd1c98549aa7'),(107710,2418,'_download_permissions_granted','yes'),(107711,2418,'_recorded_sales','yes'),(107712,2418,'_recorded_coupon_usage_counts','yes'),(107713,2418,'_new_order_email_sent','true'),(107714,2418,'_order_stock_reduced','yes'),(107715,2418,'_billing_first_name','Barrie'),(107716,2418,'_billing_last_name','Desmond'),(107717,2418,'_billing_address_1','50 ALAHELE PL'),(107718,2418,'_billing_city','Kihei'),(107719,2418,'_billing_state','HI'),(107720,2418,'_billing_postcode','96753-7809'),(107721,2418,'_billing_country','US'),(107722,2418,'_billing_email','info@liceclinicshawaii.com'),(107723,2418,'_billing_phone','8082834247'),(107724,2418,'_shipping_first_name','Barrie'),(107725,2418,'_shipping_last_name','Desmond'),(107726,2418,'_shipping_company','c/o Aloha Freight Forwarders QUOTE # 20779'),(107727,2418,'_shipping_address_1','1800 S. Anderson Avenue'),(107728,2418,'_shipping_city','Compton'),(107729,2418,'_shipping_state','CA'),(107730,2418,'_shipping_postcode','90220'),(107731,2418,'_shipping_country','US'),(107732,2418,'_order_currency','USD'),(107733,2418,'_cart_discount','0'),(107734,2418,'_cart_discount_tax','0'),(107735,2418,'_order_shipping','0'),(107736,2418,'_order_shipping_tax','0'),(107737,2418,'_order_tax','0'),(107738,2418,'_order_total','558.32'),(107739,2418,'_order_version','8.5.1'),(107740,2418,'_prices_include_tax','no'),(107741,2418,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(107742,2418,'_shipping_address_index','Barrie Desmond c/o Aloha Freight Forwarders QUOTE # 20779 1800 S. Anderson Avenue  Compton CA 90220 US '),(107743,2418,'is_vat_exempt','no'),(107744,2418,'Payment type','instant'),(107745,2418,'_paypal_status','completed'),(107746,2418,'_transaction_id','0TC76105TT099412P'),(107747,2418,'PayPal Transaction Fee','19.98'),(107748,2418,'_date_paid','1705087738'),(107749,2418,'_paid_date','2024-01-12 19:28:58'),(107750,2418,'_edit_lock','1706054659:2'),(107751,2418,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201313\";s:12:\"date_shipped\";s:10:\"1705017600\";s:11:\"tracking_id\";s:32:\"22cae94a1bfbb423c41cf23164f0d1d4\";}}'),(107752,2415,'_edit_lock','1705103153:2'),(107753,2415,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201254\";s:12:\"date_shipped\";s:10:\"1705017600\";s:11:\"tracking_id\";s:32:\"3f8ac2b92db39f2cb3292ef589f7e93f\";}}'),(107754,2415,'_edit_last','2'),(107755,2415,'_date_completed','1705103286'),(107756,2415,'_completed_date','2024-01-12 23:48:06'),(107757,2417,'_edit_lock','1705103196:2'),(107758,2417,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201200\";s:12:\"date_shipped\";s:10:\"1705017600\";s:11:\"tracking_id\";s:32:\"1d980211c45c5b70f62cf6754638b497\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201195\";s:12:\"date_shipped\";i:1705103321;s:11:\"tracking_id\";s:32:\"9ffebc1c147a133062d3c9fa1f19790c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201184\";s:12:\"date_shipped\";i:1705103329;s:11:\"tracking_id\";s:32:\"f048617845d0ea839cec63db8e366d9e\";}}'),(107759,2417,'_edit_last','2'),(107760,2417,'_date_completed','1705103335'),(107761,2417,'_completed_date','2024-01-12 23:48:55'),(107762,2416,'_edit_lock','1705103338:2'),(107763,2416,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201118\";s:12:\"date_shipped\";s:10:\"1705017600\";s:11:\"tracking_id\";s:32:\"0fbdccfe3dd964c0f6fc607fc880ad27\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201107\";s:12:\"date_shipped\";i:1705103379;s:11:\"tracking_id\";s:32:\"a23a5efeb56dc2cec17f4556aa6a200a\";}}'),(107764,2416,'_edit_last','2'),(107765,2416,'_date_completed','1705103382'),(107766,2416,'_completed_date','2024-01-12 23:49:42'),(107771,2419,'_order_key','wc_order_kkqcYQHE5vnpk'),(107772,2419,'_customer_user','15'),(107773,2419,'_payment_method','paypal'),(107774,2419,'_payment_method_title','PayPal'),(107775,2419,'_customer_ip_address','184.58.164.15'),(107776,2419,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(107777,2419,'_created_via','checkout'),(107778,2419,'_cart_hash','b155339c38e20a466c3b22147384d26c'),(107779,2419,'_download_permissions_granted','yes'),(107780,2419,'_recorded_sales','yes'),(107781,2419,'_recorded_coupon_usage_counts','yes'),(107782,2419,'_new_order_email_sent','true'),(107783,2419,'_order_stock_reduced','yes'),(107784,2419,'_billing_first_name','Andrea'),(107785,2419,'_billing_last_name','Florsheim'),(107786,2419,'_billing_company','Lice Clincs of America'),(107787,2419,'_billing_address_1','11506 N Creekside Ct'),(107788,2419,'_billing_city','Mequon'),(107789,2419,'_billing_state','WI'),(107790,2419,'_billing_postcode','53092'),(107791,2419,'_billing_country','US'),(107792,2419,'_billing_email','andrea@liceclinicscentral.com'),(107793,2419,'_billing_phone','4143354315'),(107794,2419,'_shipping_first_name','Andrea'),(107795,2419,'_shipping_last_name','Florsheim'),(107796,2419,'_shipping_address_1','758 N. Broadway'),(107797,2419,'_shipping_address_2','APT 1204'),(107798,2419,'_shipping_city','Milwaukee'),(107799,2419,'_shipping_state','WI'),(107800,2419,'_shipping_postcode','53202'),(107801,2419,'_shipping_country','US'),(107802,2419,'_order_currency','USD'),(107803,2419,'_cart_discount','0'),(107804,2419,'_cart_discount_tax','0'),(107805,2419,'_order_shipping','16.6'),(107806,2419,'_order_shipping_tax','0'),(107807,2419,'_order_tax','0'),(107808,2419,'_order_total','292.56'),(107809,2419,'_order_version','8.5.1'),(107810,2419,'_prices_include_tax','no'),(107811,2419,'_billing_address_index','Andrea Florsheim Lice Clincs of America 11506 N Creekside Ct  Mequon WI 53092 US andrea@liceclinicscentral.com 4143354315'),(107812,2419,'_shipping_address_index','Andrea Florsheim  758 N. Broadway APT 1204 Milwaukee WI 53202 US '),(107813,2419,'is_vat_exempt','no'),(107814,2419,'Payment type','instant'),(107815,2419,'_paypal_status','completed'),(107816,2419,'_transaction_id','1FP68439YC3394305'),(107817,2419,'PayPal Transaction Fee','10.70'),(107818,2419,'_date_paid','1705162375'),(107819,2419,'_paid_date','2024-01-13 16:12:55'),(107820,2420,'_order_key','wc_order_YXXqQ3pz6hcGq'),(107821,2420,'_customer_user','37'),(107822,2420,'_payment_method','paypal'),(107823,2420,'_payment_method_title','PayPal'),(107824,2420,'_customer_ip_address','40.142.163.221'),(107825,2420,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(107826,2420,'_created_via','checkout'),(107827,2420,'_cart_hash','1c06777735f600ed74e948c805697c4e'),(107828,2420,'_download_permissions_granted','yes'),(107829,2420,'_recorded_sales','yes'),(107830,2420,'_recorded_coupon_usage_counts','yes'),(107831,2420,'_new_order_email_sent','true'),(107832,2420,'_order_stock_reduced','yes'),(107833,2420,'_billing_first_name','Melody'),(107834,2420,'_billing_last_name','Carter'),(107835,2420,'_billing_company','Family Hair Clinic of South Ga LLC'),(107836,2420,'_billing_address_1','7754 GA HIGHWAY 122 W'),(107837,2420,'_billing_city','HAHIRA'),(107838,2420,'_billing_state','GA'),(107839,2420,'_billing_postcode','31632-2210'),(107840,2420,'_billing_country','US'),(107841,2420,'_billing_email','familyhairclinic@gmail.com'),(107842,2420,'_billing_phone','2294151748'),(107843,2420,'_shipping_first_name','Melody'),(107844,2420,'_shipping_last_name','Carter'),(107845,2420,'_shipping_company','Family Hair Clinic of South Ga LLC'),(107846,2420,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(107847,2420,'_shipping_city','HAHIRA'),(107848,2420,'_shipping_state','GA'),(107849,2420,'_shipping_postcode','31632-2210'),(107850,2420,'_shipping_country','US'),(107851,2420,'_order_currency','USD'),(107852,2420,'_cart_discount','0'),(107853,2420,'_cart_discount_tax','0'),(107854,2420,'_order_shipping','47.52'),(107855,2420,'_order_shipping_tax','0'),(107856,2420,'_order_tax','0'),(107857,2420,'_order_total','525.50'),(107858,2420,'_order_version','8.5.1'),(107859,2420,'_prices_include_tax','no'),(107860,2420,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(107861,2420,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(107862,2420,'is_vat_exempt','no'),(107863,2420,'Payment type','instant'),(107864,2420,'_paypal_status','completed'),(107865,2420,'_transaction_id','1NC89130X0637023T'),(107866,2420,'PayPal Transaction Fee','18.83'),(107867,2420,'_date_paid','1705176322'),(107868,2420,'_paid_date','2024-01-13 20:05:22'),(107869,2421,'_order_key','wc_order_soT5T99Xf2D7V'),(107870,2421,'_customer_user','98'),(107871,2421,'_payment_method','paypal'),(107872,2421,'_payment_method_title','PayPal'),(107873,2421,'_customer_ip_address','24.62.247.50'),(107874,2421,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(107875,2421,'_created_via','checkout'),(107876,2421,'_cart_hash','f292050f646027132961046697cf2c52'),(107877,2421,'_download_permissions_granted','yes'),(107878,2421,'_recorded_sales','yes'),(107879,2421,'_recorded_coupon_usage_counts','yes'),(107880,2421,'_new_order_email_sent','true'),(107881,2421,'_order_stock_reduced','yes'),(107882,2421,'_billing_first_name','Christine'),(107883,2421,'_billing_last_name','Cherry'),(107884,2421,'_billing_company','NITS END'),(107885,2421,'_billing_address_1','PO BOX 1092'),(107886,2421,'_billing_city','Campton'),(107887,2421,'_billing_state','NH'),(107888,2421,'_billing_postcode','03223'),(107889,2421,'_billing_country','US'),(107890,2421,'_billing_email','christine@liceclinicscolumbus.com'),(107891,2421,'_billing_phone','16034983390'),(107892,2421,'_shipping_first_name','Erica'),(107893,2421,'_shipping_last_name','Froggatt'),(107894,2421,'_shipping_company','LCA'),(107895,2421,'_shipping_address_1','5910 Wilcox Place'),(107896,2421,'_shipping_address_2','Suite E'),(107897,2421,'_shipping_city','Dublin'),(107898,2421,'_shipping_state','OH'),(107899,2421,'_shipping_postcode','43016'),(107900,2421,'_shipping_country','US'),(107901,2421,'_order_currency','USD'),(107902,2421,'_cart_discount','0'),(107903,2421,'_cart_discount_tax','0'),(107904,2421,'_order_shipping','80.13'),(107905,2421,'_order_shipping_tax','0'),(107906,2421,'_order_tax','0'),(107907,2421,'_order_total','361.93'),(107908,2421,'_order_version','8.5.1'),(107909,2421,'_prices_include_tax','no'),(107910,2421,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(107911,2421,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(107912,2421,'is_vat_exempt','no'),(107913,2421,'Payment type','instant'),(107914,2421,'_paypal_status','completed'),(107915,2421,'_transaction_id','4T580759JA304012L'),(107916,2421,'PayPal Transaction Fee','13.12'),(107917,2421,'_date_paid','1705189803'),(107918,2421,'_paid_date','2024-01-13 23:50:03'),(107919,2422,'_order_key','wc_order_aC1tLHgDKLian'),(107920,2422,'_customer_user','50'),(107921,2422,'_payment_method','paypal'),(107922,2422,'_payment_method_title','PayPal'),(107923,2422,'_customer_ip_address','24.62.247.50'),(107924,2422,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(107925,2422,'_created_via','checkout'),(107926,2422,'_cart_hash','b5d89b74ccc3f96f7b13a1ba31a021da'),(107927,2422,'_download_permissions_granted','yes'),(107928,2422,'_recorded_sales','yes'),(107929,2422,'_recorded_coupon_usage_counts','yes'),(107930,2422,'_new_order_email_sent','true'),(107931,2422,'_order_stock_reduced','yes'),(107932,2422,'_billing_first_name','Christine'),(107933,2422,'_billing_last_name','Cherry'),(107934,2422,'_billing_company','NITS END'),(107935,2422,'_billing_address_1','PO BOX 1092'),(107936,2422,'_billing_city','Campton'),(107937,2422,'_billing_state','NH'),(107938,2422,'_billing_postcode','03223'),(107939,2422,'_billing_country','US'),(107940,2422,'_billing_email','info@liceclinicsplaistow.com'),(107941,2422,'_billing_phone','16034983390'),(107942,2422,'_shipping_first_name','Naomi'),(107943,2422,'_shipping_last_name','Njuguna'),(107944,2422,'_shipping_company','LCA - Nits End'),(107945,2422,'_shipping_address_1','71 Spit Brook Rd'),(107946,2422,'_shipping_address_2','Suite 403'),(107947,2422,'_shipping_city','Nashua'),(107948,2422,'_shipping_state','NH'),(107949,2422,'_shipping_postcode','03063'),(107950,2422,'_shipping_country','US'),(107951,2422,'_order_currency','USD'),(107952,2422,'_cart_discount','0'),(107953,2422,'_cart_discount_tax','0'),(107954,2422,'_order_shipping','38.41'),(107955,2422,'_order_shipping_tax','0'),(107956,2422,'_order_tax','0'),(107957,2422,'_order_total','492.91'),(107958,2422,'_order_version','8.5.1'),(107959,2422,'_prices_include_tax','no'),(107960,2422,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(107961,2422,'_shipping_address_index','Naomi Njuguna LCA - Nits End 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(107962,2422,'is_vat_exempt','no'),(107963,2422,'Payment type','instant'),(107964,2422,'_paypal_status','completed'),(107965,2422,'_transaction_id','73U08244PE929393V'),(107966,2422,'PayPal Transaction Fee','17.69'),(107967,2422,'_date_paid','1705190193'),(107968,2422,'_paid_date','2024-01-13 23:56:33'),(107969,2423,'_order_key','wc_order_dsU3TwopuoMT7'),(107970,2423,'_customer_user','5'),(107971,2423,'_payment_method','paypal'),(107972,2423,'_payment_method_title','PayPal'),(107973,2423,'_customer_ip_address','73.25.5.152'),(107974,2423,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(107975,2423,'_created_via','checkout'),(107976,2423,'_cart_hash','a852aa0a378ddfea81a50e6183c9bdc8'),(107977,2423,'_download_permissions_granted','yes'),(107978,2423,'_recorded_sales','yes'),(107979,2423,'_recorded_coupon_usage_counts','yes'),(107980,2423,'_new_order_email_sent','true'),(107981,2423,'_order_stock_reduced','yes'),(107982,2423,'_billing_first_name','Mark'),(107983,2423,'_billing_last_name','Meyer'),(107984,2423,'_billing_company','lice clinics of america- portland'),(107985,2423,'_billing_address_1','5201 SW Westgate Dr suite 106'),(107986,2423,'_billing_address_2','#106'),(107987,2423,'_billing_city','Portland'),(107988,2423,'_billing_state','OR'),(107989,2423,'_billing_postcode','97221'),(107990,2423,'_billing_country','US'),(107991,2423,'_billing_email','noemi.and.mark@nwliceclinics.com'),(107992,2423,'_billing_phone','5034040475'),(107993,2423,'_shipping_first_name','Rebekka'),(107994,2423,'_shipping_last_name','James'),(107995,2423,'_shipping_company','Lice Clinics Of America'),(107996,2423,'_shipping_address_1','5102 162nd St Ct E'),(107997,2423,'_shipping_city','Tacoma'),(107998,2423,'_shipping_state','WA'),(107999,2423,'_shipping_postcode','98446'),(108000,2423,'_shipping_country','US'),(108001,2423,'_order_currency','USD'),(108002,2423,'_cart_discount','0'),(108003,2423,'_cart_discount_tax','0'),(108004,2423,'_order_shipping','0'),(108005,2423,'_order_shipping_tax','0'),(108006,2423,'_order_tax','0'),(108007,2423,'_order_total','2816.34'),(108008,2423,'_order_version','8.5.1'),(108009,2423,'_prices_include_tax','no'),(108010,2423,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(108011,2423,'_shipping_address_index','Rebekka James Lice Clinics Of America 5102 162nd St Ct E  Tacoma WA 98446 US '),(108012,2423,'is_vat_exempt','no'),(108013,2423,'Payment type','instant'),(108014,2423,'_paypal_status','completed'),(108015,2423,'_transaction_id','9BF72749FD842681H'),(108016,2423,'PayPal Transaction Fee','98.78'),(108017,2423,'_date_paid','1705194586'),(108018,2423,'_paid_date','2024-01-14 01:09:46'),(108019,2424,'_order_key','wc_order_tJXM1CIFRbqe6'),(108020,2424,'_customer_user','59'),(108021,2424,'_payment_method','paypal'),(108022,2424,'_payment_method_title','PayPal'),(108023,2424,'_customer_ip_address','174.170.59.106'),(108024,2424,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108025,2424,'_created_via','checkout'),(108026,2424,'_cart_hash','ce275456ea2a74f512cecb603fcaf32b'),(108027,2424,'_download_permissions_granted','yes'),(108028,2424,'_recorded_sales','yes'),(108029,2424,'_recorded_coupon_usage_counts','yes'),(108030,2424,'_new_order_email_sent','true'),(108031,2424,'_order_stock_reduced','yes'),(108032,2424,'_billing_first_name','Allison'),(108033,2424,'_billing_last_name','Anthon'),(108034,2424,'_billing_company','Lice Clinics of America Sugar Land'),(108035,2424,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(108036,2424,'_billing_address_2','Apt, suite, floor, etc.'),(108037,2424,'_billing_city','TOMBALL'),(108038,2424,'_billing_state','TX'),(108039,2424,'_billing_postcode','77375'),(108040,2424,'_billing_country','US'),(108041,2424,'_billing_email','louseysolutions@gmail.com'),(108042,2424,'_billing_phone','6024008520'),(108043,2424,'_shipping_first_name','Allison'),(108044,2424,'_shipping_last_name','Anthon'),(108045,2424,'_shipping_company','LCA Sugar Land'),(108046,2424,'_shipping_address_1','2831 Lakecrest River Dr.'),(108047,2424,'_shipping_city','Katy'),(108048,2424,'_shipping_state','TX'),(108049,2424,'_shipping_postcode','77493'),(108050,2424,'_shipping_country','US'),(108051,2424,'_order_currency','USD'),(108052,2424,'_cart_discount','0'),(108053,2424,'_cart_discount_tax','0'),(108054,2424,'_order_shipping','0'),(108055,2424,'_order_shipping_tax','0'),(108056,2424,'_order_tax','0'),(108057,2424,'_order_total','1034.92'),(108058,2424,'_order_version','8.5.1'),(108059,2424,'_prices_include_tax','no'),(108060,2424,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(108061,2424,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(108062,2424,'is_vat_exempt','no'),(108063,2424,'Payment type','instant'),(108064,2424,'_paypal_status','completed'),(108065,2424,'_transaction_id','8CD00758XJ1440029'),(108066,2424,'PayPal Transaction Fee','36.61'),(108067,2424,'_date_paid','1705198558'),(108068,2424,'_paid_date','2024-01-14 02:15:58'),(108069,2425,'_order_key','wc_order_gBmRi7g1zeHeN'),(108070,2425,'_customer_user','29'),(108071,2425,'_payment_method','paypal'),(108072,2425,'_payment_method_title','PayPal'),(108073,2425,'_customer_ip_address','172.226.201.2'),(108074,2425,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1'),(108075,2425,'_created_via','checkout'),(108076,2425,'_cart_hash','2562cc43f5e084d3fc3999504edbcb3e'),(108077,2425,'_download_permissions_granted','yes'),(108078,2425,'_recorded_sales','yes'),(108079,2425,'_recorded_coupon_usage_counts','yes'),(108080,2425,'_new_order_email_sent','true'),(108081,2425,'_order_stock_reduced','yes'),(108082,2425,'_billing_first_name','Kevin'),(108083,2425,'_billing_last_name','Reilly'),(108084,2425,'_billing_address_1','5460 Richie Ct'),(108085,2425,'_billing_city','Pipersville'),(108086,2425,'_billing_state','PA'),(108087,2425,'_billing_postcode','18947'),(108088,2425,'_billing_country','US'),(108089,2425,'_billing_email','info@liceclinicslansdale.com'),(108090,2425,'_billing_phone','2156941408'),(108091,2425,'_shipping_first_name','Kevin'),(108092,2425,'_shipping_last_name','Reilly'),(108093,2425,'_shipping_company','LCA Lansdale'),(108094,2425,'_shipping_address_1','2131 North Broad Street'),(108095,2425,'_shipping_address_2','Suite 101'),(108096,2425,'_shipping_city','Lansdale'),(108097,2425,'_shipping_state','PA'),(108098,2425,'_shipping_postcode','19446'),(108099,2425,'_shipping_country','US'),(108100,2425,'_order_currency','USD'),(108101,2425,'_cart_discount','0'),(108102,2425,'_cart_discount_tax','0'),(108103,2425,'_order_shipping','19.3'),(108104,2425,'_order_shipping_tax','0'),(108105,2425,'_order_tax','0'),(108106,2425,'_order_total','235.53'),(108107,2425,'_order_version','8.5.1'),(108108,2425,'_prices_include_tax','no'),(108109,2425,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(108110,2425,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(108111,2425,'is_vat_exempt','no'),(108112,2425,'Payment type','instant'),(108113,2425,'_paypal_status','completed'),(108114,2425,'_transaction_id','4N536675V97221713'),(108115,2425,'PayPal Transaction Fee','8.71'),(108116,2425,'_date_paid','1705262481'),(108117,2425,'_paid_date','2024-01-14 20:01:21'),(108118,2426,'_order_key','wc_order_oYmbvOW8Py6Ws'),(108119,2426,'_customer_user','8'),(108120,2426,'_payment_method','paypal'),(108121,2426,'_payment_method_title','PayPal'),(108122,2426,'_customer_ip_address','75.0.200.85'),(108123,2426,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108124,2426,'_created_via','checkout'),(108125,2426,'_cart_hash','fc506ea52d2ae74fedaa9b52c0919e10'),(108126,2426,'_download_permissions_granted','yes'),(108127,2426,'_recorded_sales','yes'),(108128,2426,'_recorded_coupon_usage_counts','yes'),(108129,2426,'_new_order_email_sent','true'),(108130,2426,'_order_stock_reduced','yes'),(108131,2426,'_billing_first_name','Amy'),(108132,2426,'_billing_last_name','Sharp'),(108133,2426,'_billing_company','Nit Wits'),(108134,2426,'_billing_address_1','6002 Sweetbay Dr'),(108135,2426,'_billing_city','Crestwood'),(108136,2426,'_billing_state','KY'),(108137,2426,'_billing_postcode','40014'),(108138,2426,'_billing_country','US'),(108139,2426,'_billing_email','asharp@ht-school.org'),(108140,2426,'_billing_phone','15023109281'),(108141,2426,'_shipping_first_name','Amy'),(108142,2426,'_shipping_last_name','Sharp'),(108143,2426,'_shipping_company','LCA Nit Wits'),(108144,2426,'_shipping_address_1','9302 New LaGrange Road'),(108145,2426,'_shipping_address_2','Unit H'),(108146,2426,'_shipping_city','Louisville'),(108147,2426,'_shipping_state','KY'),(108148,2426,'_shipping_postcode','40242'),(108149,2426,'_shipping_country','US'),(108150,2426,'_order_currency','USD'),(108151,2426,'_cart_discount','0'),(108152,2426,'_cart_discount_tax','0'),(108153,2426,'_order_shipping','14.08'),(108154,2426,'_order_shipping_tax','0'),(108155,2426,'_order_tax','0'),(108156,2426,'_order_total','14.08'),(108157,2426,'_order_version','8.5.1'),(108158,2426,'_prices_include_tax','no'),(108159,2426,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(108160,2426,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(108161,2426,'is_vat_exempt','no'),(108162,2427,'_order_key','wc_order_MzunSvufygM7y'),(108163,2427,'_customer_user','87'),(108164,2427,'_payment_method','paypal'),(108165,2427,'_payment_method_title','PayPal'),(108166,2427,'_customer_ip_address','75.7.15.79'),(108167,2427,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108168,2427,'_created_via','checkout'),(108169,2427,'_cart_hash','8e11d4f3e6bdfbfbb05d0bc6006b9733'),(108170,2427,'_download_permissions_granted','yes'),(108171,2427,'_recorded_sales','yes'),(108172,2427,'_recorded_coupon_usage_counts','yes'),(108173,2427,'_new_order_email_sent','true'),(108174,2427,'_order_stock_reduced','yes'),(108175,2427,'_billing_first_name','Wade'),(108176,2427,'_billing_last_name','Huntsman'),(108177,2427,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(108178,2427,'_billing_address_1','3421 E 21st'),(108179,2427,'_billing_city','Tulsa'),(108180,2427,'_billing_state','OK'),(108181,2427,'_billing_postcode','74114'),(108182,2427,'_billing_country','US'),(108183,2427,'_billing_email','info@liceclinicsmidsouth.com'),(108184,2427,'_billing_phone','9189783329'),(108185,2427,'_shipping_first_name','Wade'),(108186,2427,'_shipping_last_name','Huntsman'),(108187,2427,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(108188,2427,'_shipping_address_1','3421 E 21st'),(108189,2427,'_shipping_city','Tulsa'),(108190,2427,'_shipping_state','OK'),(108191,2427,'_shipping_postcode','74114'),(108192,2427,'_shipping_country','US'),(108193,2427,'_order_currency','USD'),(108194,2427,'_cart_discount','0'),(108195,2427,'_cart_discount_tax','0'),(108196,2427,'_order_shipping','0'),(108197,2427,'_order_shipping_tax','0'),(108198,2427,'_order_tax','0'),(108199,2427,'_order_total','596.67'),(108200,2427,'_order_version','8.5.1'),(108201,2427,'_prices_include_tax','no'),(108202,2427,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(108203,2427,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(108204,2427,'is_vat_exempt','no'),(108205,2427,'Payment type','instant'),(108206,2427,'_paypal_status','completed'),(108207,2427,'_transaction_id','6WE42715FT255910P'),(108208,2427,'PayPal Transaction Fee','21.31'),(108209,2427,'_date_paid','1705341292'),(108210,2427,'_paid_date','2024-01-15 17:54:52'),(108211,2428,'_order_key','wc_order_c4GhZS66yjFqj'),(108212,2428,'_customer_user','87'),(108213,2428,'_payment_method','paypal'),(108214,2428,'_payment_method_title','PayPal'),(108215,2428,'_customer_ip_address','75.7.15.79'),(108216,2428,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108217,2428,'_created_via','checkout'),(108218,2428,'_cart_hash','bc035a704925d6a1748f69b3beefba58'),(108219,2428,'_download_permissions_granted','yes'),(108220,2428,'_recorded_sales','yes'),(108221,2428,'_recorded_coupon_usage_counts','yes'),(108222,2428,'_new_order_email_sent','true'),(108223,2428,'_order_stock_reduced','yes'),(108224,2428,'_billing_first_name','Wade'),(108225,2428,'_billing_last_name','Huntsman'),(108226,2428,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(108227,2428,'_billing_address_1','3421 E 21st'),(108228,2428,'_billing_city','Tulsa'),(108229,2428,'_billing_state','OK'),(108230,2428,'_billing_postcode','74114'),(108231,2428,'_billing_country','US'),(108232,2428,'_billing_email','info@liceclinicsmidsouth.com'),(108233,2428,'_billing_phone','9189783329'),(108234,2428,'_shipping_first_name','Katee'),(108235,2428,'_shipping_last_name','Morrison'),(108236,2428,'_shipping_company','Lice Clinics of America OKC'),(108237,2428,'_shipping_address_1','4001 North Classen Blvd'),(108238,2428,'_shipping_address_2','Suite 116'),(108239,2428,'_shipping_city','OKC'),(108240,2428,'_shipping_state','OK'),(108241,2428,'_shipping_postcode','73118'),(108242,2428,'_shipping_country','US'),(108243,2428,'_order_currency','USD'),(108244,2428,'_cart_discount','0'),(108245,2428,'_cart_discount_tax','0'),(108246,2428,'_order_shipping','0'),(108247,2428,'_order_shipping_tax','0'),(108248,2428,'_order_tax','0'),(108249,2428,'_order_total','1444.24'),(108250,2428,'_order_version','8.5.1'),(108251,2428,'_prices_include_tax','no'),(108252,2428,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(108253,2428,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd Suite 116 OKC OK 73118 US '),(108254,2428,'is_vat_exempt','no'),(108255,2428,'Payment type','instant'),(108256,2428,'_paypal_status','completed'),(108257,2428,'_transaction_id','19C294777X8661239'),(108258,2428,'PayPal Transaction Fee','50.89'),(108259,2428,'_date_paid','1705344574'),(108260,2428,'_paid_date','2024-01-15 18:49:34'),(108261,2429,'_order_key','wc_order_PBMZkjyCd8gNK'),(108262,2429,'_customer_user','87'),(108263,2429,'_payment_method','paypal'),(108264,2429,'_payment_method_title','PayPal'),(108265,2429,'_customer_ip_address','75.7.15.79'),(108266,2429,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108267,2429,'_created_via','checkout'),(108268,2429,'_cart_hash','98454ba2352bb9073bdc0ce7259de741'),(108269,2429,'_download_permissions_granted','yes'),(108270,2429,'_recorded_sales','yes'),(108271,2429,'_recorded_coupon_usage_counts','yes'),(108272,2429,'_new_order_email_sent','true'),(108273,2429,'_order_stock_reduced','yes'),(108274,2429,'_billing_first_name','Wade'),(108275,2429,'_billing_last_name','Huntsman'),(108276,2429,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(108277,2429,'_billing_address_1','3421 E 21st'),(108278,2429,'_billing_city','Tulsa'),(108279,2429,'_billing_state','OK'),(108280,2429,'_billing_postcode','74114'),(108281,2429,'_billing_country','US'),(108282,2429,'_billing_email','info@liceclinicsmidsouth.com'),(108283,2429,'_billing_phone','9189783329'),(108284,2429,'_shipping_first_name','Logan'),(108285,2429,'_shipping_last_name','Futrell'),(108286,2429,'_shipping_company','Lice Clinics of America NWA'),(108287,2429,'_shipping_address_1','203 Tricha Circle Unit B'),(108288,2429,'_shipping_city','Gravette'),(108289,2429,'_shipping_state','AR'),(108290,2429,'_shipping_postcode','72738'),(108291,2429,'_shipping_country','US'),(108292,2429,'_order_currency','USD'),(108293,2429,'_cart_discount','0'),(108294,2429,'_cart_discount_tax','0'),(108295,2429,'_order_shipping','0'),(108296,2429,'_order_shipping_tax','0'),(108297,2429,'_order_tax','0'),(108298,2429,'_order_total','1073.12'),(108299,2429,'_order_version','8.5.1'),(108300,2429,'_prices_include_tax','no'),(108301,2429,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(108302,2429,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72738 US '),(108304,2429,'is_vat_exempt','no'),(108305,2429,'Payment type','instant'),(108306,2429,'_paypal_status','completed'),(108307,2429,'_transaction_id','9YW41593HN620853F'),(108308,2429,'PayPal Transaction Fee','37.94'),(108309,2429,'_date_paid','1705345785'),(108310,2429,'_paid_date','2024-01-15 19:09:45'),(108311,2430,'_order_key','wc_order_uXn8ADpIcYqCN'),(108312,2430,'_customer_user','94'),(108313,2430,'_payment_method','paypal'),(108314,2430,'_payment_method_title','PayPal'),(108315,2430,'_customer_ip_address','99.56.189.117'),(108316,2430,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(108317,2430,'_created_via','checkout'),(108318,2430,'_cart_hash','285007e822fa4db30eb3026cdac5deb5'),(108319,2430,'_download_permissions_granted','yes'),(108320,2430,'_recorded_sales','yes'),(108321,2430,'_recorded_coupon_usage_counts','yes'),(108322,2430,'_new_order_email_sent','true'),(108323,2430,'_order_stock_reduced','yes'),(108324,2430,'_billing_first_name','Dacy'),(108325,2430,'_billing_last_name','Hitt'),(108326,2430,'_billing_company','LCA'),(108327,2430,'_billing_address_1','8850 Penbrooke ct'),(108328,2430,'_billing_city','Cumming'),(108329,2430,'_billing_state','GA'),(108330,2430,'_billing_postcode','30028'),(108331,2430,'_billing_country','US'),(108332,2430,'_billing_email','dacy1016@gmail.com'),(108333,2430,'_billing_phone','7705965455'),(108334,2430,'_shipping_first_name','Dacy'),(108335,2430,'_shipping_last_name','Hitt'),(108336,2430,'_shipping_company','LCA'),(108337,2430,'_shipping_address_1','102 Mary Alice Park rd'),(108338,2430,'_shipping_address_2','Suite 503'),(108339,2430,'_shipping_city','Cumming'),(108340,2430,'_shipping_state','GA'),(108341,2430,'_shipping_postcode','30040'),(108342,2430,'_shipping_country','US'),(108343,2430,'_order_currency','USD'),(108344,2430,'_cart_discount','0'),(108345,2430,'_cart_discount_tax','0'),(108346,2430,'_order_shipping','17.44'),(108347,2430,'_order_shipping_tax','0'),(108348,2430,'_order_tax','0'),(108349,2430,'_order_total','399.00'),(108350,2430,'_order_version','8.5.1'),(108351,2430,'_prices_include_tax','no'),(108352,2430,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(108353,2430,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(108354,2430,'is_vat_exempt','no'),(108355,2430,'_wc_order_attribution_source_type','typein'),(108356,2430,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108357,2430,'_wc_order_attribution_utm_source','(direct)'),(108358,2430,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108359,2430,'_wc_order_attribution_session_start_time','2024-01-17 20:36:22'),(108360,2430,'_wc_order_attribution_session_pages','2'),(108361,2430,'_wc_order_attribution_session_count','1'),(108362,2430,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(108363,2430,'_wc_order_attribution_device_type','Desktop'),(108364,2430,'Payment type','instant'),(108365,2430,'_paypal_status','completed'),(108366,2430,'_transaction_id','2Y909356WN364844E'),(108367,2430,'PayPal Transaction Fee','14.42'),(108368,2430,'_date_paid','1705523888'),(108369,2430,'_paid_date','2024-01-17 20:38:08'),(108370,2431,'_order_key','wc_order_Xh85aT0HcvV0t'),(108371,2431,'_customer_user','66'),(108372,2431,'_payment_method','paypal'),(108373,2431,'_payment_method_title','PayPal'),(108374,2431,'_customer_ip_address','100.18.27.171'),(108375,2431,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108376,2431,'_created_via','checkout'),(108377,2431,'_cart_hash','33ca7a4f0d8e1a94d09ee14979560d20'),(108378,2431,'_download_permissions_granted','yes'),(108379,2431,'_recorded_sales','yes'),(108380,2431,'_recorded_coupon_usage_counts','yes'),(108381,2431,'_new_order_email_sent','true'),(108382,2431,'_order_stock_reduced','yes'),(108383,2431,'_billing_first_name','Mark'),(108384,2431,'_billing_last_name','Dent'),(108385,2431,'_billing_company','Lice Clinics of Maryland'),(108386,2431,'_billing_address_1','801 W 33rd Street'),(108387,2431,'_billing_city','BAltimore'),(108388,2431,'_billing_state','MD'),(108389,2431,'_billing_postcode','21211'),(108390,2431,'_billing_country','US'),(108391,2431,'_billing_email','info@liceclinicsofmaryland.com'),(108392,2431,'_billing_phone','4438349991'),(108393,2431,'_shipping_first_name','Dawn'),(108394,2431,'_shipping_last_name','Mumaw'),(108395,2431,'_shipping_company','LCA Baltimore'),(108396,2431,'_shipping_address_1','604 Providence Road'),(108397,2431,'_shipping_city','Towson'),(108398,2431,'_shipping_state','MD'),(108399,2431,'_shipping_postcode','21286'),(108400,2431,'_shipping_country','US'),(108401,2431,'_order_currency','USD'),(108402,2431,'_cart_discount','0'),(108403,2431,'_cart_discount_tax','0'),(108404,2431,'_order_shipping','0'),(108405,2431,'_order_shipping_tax','0'),(108406,2431,'_order_tax','0'),(108407,2431,'_order_total','3027.16'),(108408,2431,'_order_version','8.5.1'),(108409,2431,'_prices_include_tax','no'),(108410,2431,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(108411,2431,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(108413,2431,'_wc_order_attribution_source_type','typein'),(108414,2431,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108415,2431,'_wc_order_attribution_utm_source','(direct)'),(108416,2431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108417,2431,'_wc_order_attribution_session_start_time','2024-01-17 17:36:04'),(108418,2431,'_wc_order_attribution_session_pages','3'),(108419,2431,'_wc_order_attribution_session_count','2'),(108420,2431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108421,2431,'_wc_order_attribution_device_type','Desktop'),(108423,2431,'_wc_order_attribution_source_type','typein'),(108424,2431,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108425,2431,'_wc_order_attribution_utm_source','(direct)'),(108426,2431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108427,2431,'_wc_order_attribution_session_start_time','2024-01-17 17:36:04'),(108428,2431,'_wc_order_attribution_session_pages','4'),(108429,2431,'_wc_order_attribution_session_count','2'),(108430,2431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108431,2431,'_wc_order_attribution_device_type','Desktop'),(108433,2431,'_wc_order_attribution_source_type','typein'),(108434,2431,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108435,2431,'_wc_order_attribution_utm_source','(direct)'),(108436,2431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108437,2431,'_wc_order_attribution_session_start_time','2024-01-17 17:36:04'),(108438,2431,'_wc_order_attribution_session_pages','5'),(108439,2431,'_wc_order_attribution_session_count','2'),(108440,2431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108441,2431,'_wc_order_attribution_device_type','Desktop'),(108443,2431,'_wc_order_attribution_source_type','typein'),(108444,2431,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108445,2431,'_wc_order_attribution_utm_source','(direct)'),(108446,2431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108447,2431,'_wc_order_attribution_session_start_time','2024-01-17 17:36:04'),(108448,2431,'_wc_order_attribution_session_pages','6'),(108449,2431,'_wc_order_attribution_session_count','2'),(108450,2431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108451,2431,'_wc_order_attribution_device_type','Desktop'),(108452,2431,'is_vat_exempt','no'),(108453,2431,'_wc_order_attribution_source_type','typein'),(108454,2431,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108455,2431,'_wc_order_attribution_utm_source','(direct)'),(108456,2431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108457,2431,'_wc_order_attribution_session_start_time','2024-01-17 17:36:04'),(108458,2431,'_wc_order_attribution_session_pages','7'),(108459,2431,'_wc_order_attribution_session_count','2'),(108460,2431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(108461,2431,'_wc_order_attribution_device_type','Desktop'),(108462,2431,'Payment type','instant'),(108463,2431,'_paypal_status','completed'),(108464,2431,'_transaction_id','98556593JT912830P'),(108465,2431,'PayPal Transaction Fee','106.14'),(108466,2431,'_date_paid','1705528592'),(108467,2431,'_paid_date','2024-01-17 21:56:32'),(108468,2426,'_edit_lock','1706210507:2'),(108469,2426,'_edit_last','2'),(108470,2426,'Payment type','instant'),(108471,2426,'_paypal_status','completed'),(108472,2426,'_transaction_id','1TW1138172825083X'),(108473,2426,'PayPal Transaction Fee','0.98'),(108474,2426,'_date_paid','1705533374'),(108475,2426,'_paid_date','2024-01-17 23:16:14'),(108476,2432,'_order_key','wc_order_RvaWGLfqIO3Zi'),(108477,2432,'_customer_user','90'),(108478,2432,'_payment_method','paypal'),(108479,2432,'_payment_method_title','PayPal'),(108480,2432,'_customer_ip_address','68.56.158.74'),(108481,2432,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108482,2432,'_created_via','checkout'),(108483,2432,'_cart_hash','a939992ddb350254e6beab35712e423c'),(108484,2432,'_download_permissions_granted','yes'),(108485,2432,'_recorded_sales','yes'),(108486,2432,'_recorded_coupon_usage_counts','yes'),(108487,2432,'_new_order_email_sent','true'),(108488,2432,'_order_stock_reduced','yes'),(108489,2432,'_billing_first_name','Mike'),(108490,2432,'_billing_last_name','Brehm'),(108491,2432,'_billing_address_1','5258 Plainfield Ave NE'),(108492,2432,'_billing_city','Grand Rapids'),(108493,2432,'_billing_state','MI'),(108494,2432,'_billing_postcode','49525'),(108495,2432,'_billing_country','US'),(108496,2432,'_billing_email','rapunzelscorinn@gmail.com'),(108497,2432,'_billing_phone','6164504125'),(108498,2432,'_shipping_first_name','Corinn'),(108499,2432,'_shipping_last_name','Nichols'),(108500,2432,'_shipping_company','LCA Remedy'),(108501,2432,'_shipping_address_1','3500 Dean Lake Ave NE'),(108502,2432,'_shipping_city','Grand Rapids'),(108503,2432,'_shipping_state','MI'),(108504,2432,'_shipping_postcode','49525'),(108505,2432,'_shipping_country','US'),(108506,2432,'_order_currency','USD'),(108507,2432,'_cart_discount','0'),(108508,2432,'_cart_discount_tax','0'),(108509,2432,'_order_shipping','19.26'),(108510,2432,'_order_shipping_tax','0'),(108511,2432,'_order_tax','0'),(108512,2432,'_order_total','286.74'),(108513,2432,'_order_version','8.5.1'),(108514,2432,'_prices_include_tax','no'),(108515,2432,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(108516,2432,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(108517,2432,'is_vat_exempt','no'),(108518,2432,'_wc_order_attribution_source_type','referral'),(108519,2432,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(108520,2432,'_wc_order_attribution_utm_source','lcaportal.com'),(108521,2432,'_wc_order_attribution_utm_medium','referral'),(108522,2432,'_wc_order_attribution_utm_content','/'),(108523,2432,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108524,2432,'_wc_order_attribution_session_start_time','2024-01-18 18:45:05'),(108525,2432,'_wc_order_attribution_session_pages','4'),(108526,2432,'_wc_order_attribution_session_count','2'),(108527,2432,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108528,2432,'_wc_order_attribution_device_type','Desktop'),(108529,2432,'Payment type','instant'),(108530,2432,'_paypal_status','completed'),(108531,2432,'_transaction_id','08S24933VC1235317'),(108532,2432,'PayPal Transaction Fee','10.50'),(108533,2432,'_date_paid','1705609770'),(108534,2432,'_paid_date','2024-01-18 20:29:30'),(108535,2433,'_order_key','wc_order_AOZJCmZkTX9S2'),(108536,2433,'_customer_user','20'),(108537,2433,'_payment_method','paypal'),(108538,2433,'_payment_method_title','PayPal'),(108539,2433,'_customer_ip_address','76.87.171.180'),(108540,2433,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108541,2433,'_created_via','checkout'),(108542,2433,'_cart_hash','96ce84a20f00815ef967be53563bb47d'),(108543,2433,'_download_permissions_granted','yes'),(108544,2433,'_recorded_sales','yes'),(108545,2433,'_recorded_coupon_usage_counts','yes'),(108546,2433,'_new_order_email_sent','true'),(108547,2433,'_order_stock_reduced','yes'),(108548,2433,'_billing_first_name','Hasani'),(108549,2433,'_billing_last_name','Thompson'),(108550,2433,'_billing_company','Heat in Hair'),(108551,2433,'_billing_address_1','27225 Camp Plenty Road'),(108552,2433,'_billing_address_2','1D'),(108553,2433,'_billing_city','Santa Clarita'),(108554,2433,'_billing_state','CA'),(108555,2433,'_billing_postcode','91351'),(108556,2433,'_billing_country','US'),(108557,2433,'_billing_email','info@liceclinicssantaclarita.com'),(108558,2433,'_billing_phone','6615850263'),(108559,2433,'_shipping_first_name','Hasani'),(108560,2433,'_shipping_last_name','Thompson'),(108561,2433,'_shipping_company','Heat in Hair'),(108562,2433,'_shipping_address_1','5145 Nightsky Place'),(108563,2433,'_shipping_city','Palmdale'),(108564,2433,'_shipping_state','CA'),(108565,2433,'_shipping_postcode','93552'),(108566,2433,'_shipping_country','US'),(108567,2433,'_order_currency','USD'),(108568,2433,'_cart_discount','0'),(108569,2433,'_cart_discount_tax','0'),(108570,2433,'_order_shipping','0'),(108571,2433,'_order_shipping_tax','0'),(108572,2433,'_order_tax','0'),(108573,2433,'_order_total','596.84'),(108574,2433,'_order_version','8.5.1'),(108575,2433,'_prices_include_tax','no'),(108576,2433,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(108577,2433,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(108578,2433,'is_vat_exempt','no'),(108579,2433,'_wc_order_attribution_source_type','referral'),(108580,2433,'_wc_order_attribution_referrer','https://lcaportal.com/'),(108581,2433,'_wc_order_attribution_utm_source','lcaportal.com'),(108582,2433,'_wc_order_attribution_utm_medium','referral'),(108583,2433,'_wc_order_attribution_utm_content','/'),(108584,2433,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108585,2433,'_wc_order_attribution_session_start_time','2024-01-19 05:19:23'),(108586,2433,'_wc_order_attribution_session_pages','6'),(108587,2433,'_wc_order_attribution_session_count','1'),(108588,2433,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108589,2433,'_wc_order_attribution_device_type','Desktop'),(108590,2433,'Payment type','instant'),(108591,2433,'_paypal_status','completed'),(108592,2433,'_transaction_id','9MF47680NT189552H'),(108593,2433,'PayPal Transaction Fee','21.32'),(108594,2433,'_date_paid','1705641862'),(108595,2433,'_paid_date','2024-01-19 05:24:22'),(108596,2434,'_order_key','wc_order_rN1MyOZfudSCt'),(108597,2434,'_customer_user','64'),(108598,2434,'_payment_method','paypal'),(108599,2434,'_payment_method_title','PayPal'),(108600,2434,'_customer_ip_address','98.97.57.77'),(108601,2434,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108602,2434,'_created_via','checkout'),(108603,2434,'_cart_hash','a2e5b47f525d5de10d1e22b8075bb8bd'),(108604,2434,'_download_permissions_granted','yes'),(108605,2434,'_recorded_sales','yes'),(108606,2434,'_recorded_coupon_usage_counts','yes'),(108607,2434,'_new_order_email_sent','true'),(108608,2434,'_order_stock_reduced','yes'),(108609,2434,'_billing_first_name','Barrie'),(108610,2434,'_billing_last_name','Desmond'),(108611,2434,'_billing_address_1','50 ALAHELE PL'),(108612,2434,'_billing_city','Kihei'),(108613,2434,'_billing_state','HI'),(108614,2434,'_billing_postcode','96753-7809'),(108615,2434,'_billing_country','US'),(108616,2434,'_billing_email','info@liceclinicshawaii.com'),(108617,2434,'_billing_phone','8082834247'),(108618,2434,'_shipping_first_name','Barrie'),(108619,2434,'_shipping_last_name','Desmond'),(108620,2434,'_shipping_address_1','50 ALAHELE PL'),(108621,2434,'_shipping_city','Kihei'),(108622,2434,'_shipping_state','HI'),(108623,2434,'_shipping_postcode','96753-7809'),(108624,2434,'_shipping_country','US'),(108625,2434,'_order_currency','USD'),(108626,2434,'_cart_discount','0'),(108627,2434,'_cart_discount_tax','0'),(108628,2434,'_order_shipping','107.45'),(108629,2434,'_order_shipping_tax','0'),(108630,2434,'_order_tax','0'),(108631,2434,'_order_total','506.33'),(108632,2434,'_order_version','8.5.1'),(108633,2434,'_prices_include_tax','no'),(108634,2434,'_billing_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(108635,2434,'_shipping_address_index','Barrie Desmond  50 ALAHELE PL  Kihei HI 96753-7809 US '),(108636,2434,'is_vat_exempt','no'),(108637,2434,'_wc_order_attribution_source_type','typein'),(108638,2434,'_wc_order_attribution_utm_source','(direct)'),(108639,2434,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(108640,2434,'_wc_order_attribution_session_start_time','2024-01-19 18:28:52'),(108641,2434,'_wc_order_attribution_session_pages','14'),(108642,2434,'_wc_order_attribution_session_count','1'),(108643,2434,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108644,2434,'_wc_order_attribution_device_type','Desktop'),(108645,2434,'Payment type','instant'),(108646,2434,'_paypal_status','completed'),(108647,2434,'_transaction_id','6FS43439TH6189621'),(108648,2434,'PayPal Transaction Fee','18.16'),(108649,2434,'_date_paid','1705690375'),(108650,2434,'_paid_date','2024-01-19 18:52:55'),(108651,2435,'_order_key','wc_order_Caft1iPZUr6E1'),(108652,2435,'_customer_user','61'),(108653,2435,'_payment_method','paypal'),(108654,2435,'_payment_method_title','PayPal'),(108655,2435,'_customer_ip_address','217.180.201.61'),(108656,2435,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108657,2435,'_created_via','checkout'),(108658,2435,'_cart_hash','7d679e3746b67be8354617aa201196f3'),(108659,2435,'_download_permissions_granted','yes'),(108660,2435,'_recorded_sales','yes'),(108661,2435,'_recorded_coupon_usage_counts','yes'),(108662,2435,'_new_order_email_sent','true'),(108663,2435,'_order_stock_reduced','yes'),(108664,2435,'_billing_first_name','Judith'),(108665,2435,'_billing_last_name','Hayden'),(108666,2435,'_billing_company','LCAL Hayden LLC'),(108667,2435,'_billing_address_1','1795 Alysheba Way'),(108668,2435,'_billing_address_2','Ste 4105'),(108669,2435,'_billing_city','Lexington'),(108670,2435,'_billing_state','KY'),(108671,2435,'_billing_postcode','40509'),(108672,2435,'_billing_country','US'),(108673,2435,'_billing_email','judy@liceclinicslexington.com'),(108674,2435,'_billing_phone','8595376966'),(108675,2435,'_shipping_first_name','Judy'),(108676,2435,'_shipping_last_name','Hayden'),(108677,2435,'_shipping_company','Lice Clinics of America Lexington'),(108678,2435,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(108679,2435,'_shipping_city','Lexington'),(108680,2435,'_shipping_state','KY'),(108681,2435,'_shipping_postcode','40509'),(108682,2435,'_shipping_country','US'),(108683,2435,'_order_currency','USD'),(108684,2435,'_cart_discount','0'),(108685,2435,'_cart_discount_tax','0'),(108686,2435,'_order_shipping','0'),(108687,2435,'_order_shipping_tax','0'),(108688,2435,'_order_tax','0'),(108689,2435,'_order_total','1087.69'),(108690,2435,'_order_version','8.5.1'),(108691,2435,'_prices_include_tax','no'),(108692,2435,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(108693,2435,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(108694,2435,'is_vat_exempt','no'),(108695,2435,'_wc_order_attribution_source_type','typein'),(108696,2435,'_wc_order_attribution_utm_source','(direct)'),(108697,2435,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108698,2435,'_wc_order_attribution_session_start_time','2024-01-19 17:01:53'),(108699,2435,'_wc_order_attribution_session_pages','1'),(108700,2435,'_wc_order_attribution_session_count','2'),(108701,2435,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108702,2435,'_wc_order_attribution_device_type','Desktop'),(108703,2435,'Payment type','instant'),(108704,2435,'_paypal_status','completed'),(108705,2435,'_transaction_id','946770636N1266353'),(108706,2435,'PayPal Transaction Fee','38.45'),(108707,2435,'_date_paid','1705691220'),(108708,2435,'_paid_date','2024-01-19 19:07:00'),(108709,2436,'_order_key','wc_order_5XkCzhF8rAS2u'),(108710,2436,'_customer_user','46'),(108711,2436,'_payment_method','paypal'),(108712,2436,'_payment_method_title','PayPal'),(108713,2436,'_customer_ip_address','216.163.6.72'),(108714,2436,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108715,2436,'_created_via','checkout'),(108716,2436,'_cart_hash','907dff7d0020dc9f9515d34b2478adb7'),(108717,2436,'_download_permissions_granted','yes'),(108718,2436,'_recorded_sales','yes'),(108719,2436,'_recorded_coupon_usage_counts','yes'),(108720,2436,'_new_order_email_sent','true'),(108721,2436,'_order_stock_reduced','yes'),(108722,2436,'_billing_first_name','Ashe'),(108723,2436,'_billing_last_name','montalvo'),(108724,2436,'_billing_company','lice clincs of america jonesboro'),(108725,2436,'_billing_address_1','6 willow creek ln'),(108726,2436,'_billing_address_2','7103'),(108727,2436,'_billing_city','Jonesboro'),(108728,2436,'_billing_state','AR'),(108729,2436,'_billing_postcode','72404'),(108730,2436,'_billing_country','US'),(108731,2436,'_billing_email','bsdashlynf@gmail.com'),(108732,2436,'_billing_phone','8706132520'),(108733,2436,'_shipping_first_name','ashe'),(108734,2436,'_shipping_last_name','montalvo'),(108735,2436,'_shipping_company','LCA- Jonesboro'),(108736,2436,'_shipping_address_1','3114 fox road'),(108737,2436,'_shipping_address_2','Suite D'),(108738,2436,'_shipping_city','Jonesboro'),(108739,2436,'_shipping_state','AR'),(108740,2436,'_shipping_postcode','72404'),(108741,2436,'_shipping_country','US'),(108742,2436,'_order_currency','USD'),(108743,2436,'_cart_discount','0'),(108744,2436,'_cart_discount_tax','0'),(108745,2436,'_order_shipping','19.56'),(108746,2436,'_order_shipping_tax','0'),(108747,2436,'_order_tax','0'),(108748,2436,'_order_total','381.62'),(108749,2436,'_order_version','8.5.1'),(108750,2436,'_prices_include_tax','no'),(108751,2436,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 6 willow creek ln 7103 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(108752,2436,'_shipping_address_index','ashe montalvo LCA- Jonesboro 3114 fox road Suite D Jonesboro AR 72404 US '),(108753,2436,'is_vat_exempt','no'),(108754,2436,'_wc_order_attribution_source_type','referral'),(108755,2436,'_wc_order_attribution_referrer','https://lcaportal.com/'),(108756,2436,'_wc_order_attribution_utm_source','lcaportal.com'),(108757,2436,'_wc_order_attribution_utm_medium','referral'),(108758,2436,'_wc_order_attribution_utm_content','/'),(108759,2436,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108760,2436,'_wc_order_attribution_session_start_time','2024-01-19 19:17:41'),(108761,2436,'_wc_order_attribution_session_pages','3'),(108762,2436,'_wc_order_attribution_session_count','1'),(108763,2436,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108764,2436,'_wc_order_attribution_device_type','Desktop'),(108765,2436,'Payment type','instant'),(108766,2436,'_paypal_status','completed'),(108767,2436,'_transaction_id','6PF24167MP7880228'),(108768,2436,'PayPal Transaction Fee','13.81'),(108769,2436,'_date_paid','1705692677'),(108770,2436,'_paid_date','2024-01-19 19:31:17'),(108771,2437,'_order_key','wc_order_POZfEKFeKCOBN'),(108772,2437,'_customer_user','21'),(108773,2437,'_payment_method','paypal'),(108774,2437,'_payment_method_title','PayPal'),(108775,2437,'_customer_ip_address','173.216.41.12'),(108776,2437,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Avast/120.0.0.0'),(108777,2437,'_created_via','checkout'),(108778,2437,'_cart_hash','df25c6aea595c957e4d0482dae89bedc'),(108779,2437,'_download_permissions_granted','yes'),(108780,2437,'_recorded_sales','yes'),(108781,2437,'_recorded_coupon_usage_counts','yes'),(108782,2437,'_new_order_email_sent','true'),(108783,2437,'_order_stock_reduced','yes'),(108784,2437,'_billing_first_name','LCA'),(108785,2437,'_billing_last_name','Arkansas'),(108786,2437,'_billing_company','LCA - Central Arkansas'),(108787,2437,'_billing_address_1','1011 N. 2nd St., Ste. D'),(108788,2437,'_billing_city','Cabot'),(108789,2437,'_billing_state','AR'),(108790,2437,'_billing_postcode','72023'),(108791,2437,'_billing_country','US'),(108792,2437,'_billing_email','liceclinicslittlerock@gmail.com'),(108793,2437,'_billing_phone','15014249396'),(108794,2437,'_shipping_first_name','LCA'),(108795,2437,'_shipping_last_name','Arkansas'),(108796,2437,'_shipping_company','LCA - Central Arkansas'),(108797,2437,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(108798,2437,'_shipping_city','Cabot'),(108799,2437,'_shipping_state','AR'),(108800,2437,'_shipping_postcode','72023'),(108801,2437,'_shipping_country','US'),(108802,2437,'_order_currency','USD'),(108803,2437,'_cart_discount','0'),(108804,2437,'_cart_discount_tax','0'),(108805,2437,'_order_shipping','0'),(108806,2437,'_order_shipping_tax','0'),(108807,2437,'_order_tax','0'),(108808,2437,'_order_total','801.84'),(108809,2437,'_order_version','8.5.1'),(108810,2437,'_prices_include_tax','no'),(108811,2437,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(108812,2437,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(108813,2437,'is_vat_exempt','no'),(108814,2437,'_wc_order_attribution_source_type','referral'),(108815,2437,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(108816,2437,'_wc_order_attribution_utm_source','lcaportal.com'),(108817,2437,'_wc_order_attribution_utm_medium','referral'),(108818,2437,'_wc_order_attribution_utm_content','/'),(108819,2437,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108820,2437,'_wc_order_attribution_session_start_time','2024-01-19 17:30:00'),(108821,2437,'_wc_order_attribution_session_pages','1'),(108822,2437,'_wc_order_attribution_session_count','2'),(108823,2437,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Avast/120.0.0.0'),(108824,2437,'_wc_order_attribution_device_type','Desktop'),(108825,2437,'Payment type','instant'),(108826,2437,'_paypal_status','completed'),(108827,2437,'_transaction_id','5S3803372W2394810'),(108828,2437,'PayPal Transaction Fee','28.47'),(108829,2437,'_date_paid','1705693573'),(108830,2437,'_paid_date','2024-01-19 19:46:13'),(108831,2438,'_order_key','wc_order_FQq3J6ZyfZogD'),(108832,2438,'_customer_user','3'),(108833,2438,'_payment_method','paypal'),(108834,2438,'_payment_method_title','PayPal'),(108835,2438,'_customer_ip_address','70.142.202.154'),(108836,2438,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108837,2438,'_created_via','checkout'),(108838,2438,'_cart_hash','594eb09a87931a374691f820bfb78270'),(108839,2438,'_download_permissions_granted','yes'),(108840,2438,'_recorded_sales','yes'),(108841,2438,'_recorded_coupon_usage_counts','yes'),(108842,2438,'_new_order_email_sent','true'),(108843,2438,'_order_stock_reduced','yes'),(108844,2438,'_billing_first_name','Amanda'),(108845,2438,'_billing_last_name','Westerman'),(108846,2438,'_billing_company','Lice Clinics of America McKinney'),(108847,2438,'_billing_address_1','3120 Hudson Crossing'),(108848,2438,'_billing_address_2','Suite A2'),(108849,2438,'_billing_city','MCKINNEY'),(108850,2438,'_billing_state','TX'),(108851,2438,'_billing_postcode','75070'),(108852,2438,'_billing_country','US'),(108853,2438,'_billing_email','awesterman1103@gmail.com'),(108854,2438,'_billing_phone','2144175741'),(108855,2438,'_shipping_first_name','AMANDA'),(108856,2438,'_shipping_last_name','Westerman'),(108857,2438,'_shipping_company','Lice Clinics of America'),(108858,2438,'_shipping_address_1','1709 Damian Way'),(108859,2438,'_shipping_city','Richardson'),(108860,2438,'_shipping_state','TX'),(108861,2438,'_shipping_postcode','75081'),(108862,2438,'_shipping_country','US'),(108863,2438,'_order_currency','USD'),(108864,2438,'_cart_discount','0'),(108865,2438,'_cart_discount_tax','0'),(108866,2438,'_order_shipping','0'),(108867,2438,'_order_shipping_tax','0'),(108868,2438,'_order_tax','0'),(108869,2438,'_order_total','1107.63'),(108870,2438,'_order_version','8.5.1'),(108871,2438,'_prices_include_tax','no'),(108872,2438,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(108873,2438,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(108874,2438,'is_vat_exempt','no'),(108875,2438,'_wc_order_attribution_source_type','referral'),(108876,2438,'_wc_order_attribution_referrer','https://lcaportal.com/'),(108877,2438,'_wc_order_attribution_utm_source','lcaportal.com'),(108878,2438,'_wc_order_attribution_utm_medium','referral'),(108879,2438,'_wc_order_attribution_utm_content','/'),(108880,2438,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108881,2438,'_wc_order_attribution_session_start_time','2024-01-19 20:50:44'),(108882,2438,'_wc_order_attribution_session_pages','2'),(108883,2438,'_wc_order_attribution_session_count','2'),(108884,2438,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(108885,2438,'_wc_order_attribution_device_type','Desktop'),(108886,2438,'Payment type','instant'),(108887,2438,'_paypal_status','completed'),(108888,2438,'_transaction_id','3P161293N2809380D'),(108889,2438,'PayPal Transaction Fee','39.15'),(108890,2438,'_date_paid','1705699631'),(108891,2438,'_paid_date','2024-01-19 21:27:11'),(108892,2439,'_order_key','wc_order_xqzsMOXMrDSSI'),(108893,2439,'_customer_user','76'),(108894,2439,'_payment_method','paypal'),(108895,2439,'_payment_method_title','PayPal'),(108896,2439,'_customer_ip_address','146.115.118.214'),(108897,2439,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(108898,2439,'_created_via','checkout'),(108899,2439,'_cart_hash','773755627af271307ccafa392f78a8f6'),(108900,2439,'_download_permissions_granted','yes'),(108901,2439,'_recorded_sales','yes'),(108902,2439,'_recorded_coupon_usage_counts','yes'),(108903,2439,'_new_order_email_sent','true'),(108904,2439,'_order_stock_reduced','yes'),(108905,2439,'_billing_first_name','Naomi'),(108906,2439,'_billing_last_name','Golden'),(108907,2439,'_billing_company','LCA'),(108908,2439,'_billing_address_1','31 Mann Ave'),(108909,2439,'_billing_city','Needham'),(108910,2439,'_billing_state','MA'),(108911,2439,'_billing_postcode','02492'),(108912,2439,'_billing_country','US'),(108913,2439,'_billing_email','nrgolden6486@gmail.com'),(108914,2439,'_billing_phone','617-851-1322'),(108915,2439,'_shipping_first_name','Naomi'),(108916,2439,'_shipping_last_name','Golden'),(108917,2439,'_shipping_company','LCA'),(108918,2439,'_shipping_address_1','3 Baldwin Green Common'),(108919,2439,'_shipping_address_2','suite 310'),(108920,2439,'_shipping_city','Woburn'),(108921,2439,'_shipping_state','MA'),(108922,2439,'_shipping_postcode','01801'),(108923,2439,'_shipping_country','US'),(108924,2439,'_order_currency','USD'),(108925,2439,'_cart_discount','0'),(108926,2439,'_cart_discount_tax','0'),(108927,2439,'_order_shipping','0'),(108928,2439,'_order_shipping_tax','0'),(108929,2439,'_order_tax','0'),(108930,2439,'_order_total','555.54'),(108931,2439,'_order_version','8.5.1'),(108932,2439,'_prices_include_tax','no'),(108933,2439,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(108934,2439,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(108935,2439,'is_vat_exempt','no'),(108936,2439,'_wc_order_attribution_source_type','typein'),(108937,2439,'_wc_order_attribution_utm_source','(direct)'),(108938,2439,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108939,2439,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(108940,2439,'_wc_order_attribution_session_pages','9'),(108941,2439,'_wc_order_attribution_session_count','1'),(108942,2439,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(108943,2439,'_wc_order_attribution_device_type','Desktop'),(108944,2439,'Payment type','instant'),(108945,2439,'_paypal_status','completed'),(108946,2439,'_transaction_id','91163711FR360520X'),(108947,2439,'PayPal Transaction Fee','19.88'),(108948,2439,'_date_paid','1705786025'),(108949,2439,'_paid_date','2024-01-20 21:27:05'),(108950,2440,'_order_key','wc_order_drTUF2GgQYBpe'),(108951,2440,'_customer_user','39'),(108952,2440,'_payment_method','paypal'),(108953,2440,'_payment_method_title','PayPal'),(108954,2440,'_customer_ip_address','50.50.107.151'),(108955,2440,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36'),(108956,2440,'_created_via','checkout'),(108957,2440,'_cart_hash','ae3399eb1c0d743f6fdb54faae14b136'),(108958,2440,'_download_permissions_granted','yes'),(108959,2440,'_recorded_sales','yes'),(108960,2440,'_recorded_coupon_usage_counts','yes'),(108961,2440,'_new_order_email_sent','true'),(108962,2440,'_order_stock_reduced','yes'),(108963,2440,'_billing_first_name','Patty'),(108964,2440,'_billing_last_name','Ziegler'),(108965,2440,'_billing_address_1','3090 Saddle Brook Tr'),(108966,2440,'_billing_city','Sun Prairie'),(108967,2440,'_billing_state','WI'),(108968,2440,'_billing_postcode','53590'),(108969,2440,'_billing_country','US'),(108970,2440,'_billing_email','liceremovalwisconsin@gmail.com'),(108971,2440,'_billing_phone','6088258255'),(108972,2440,'_shipping_first_name','Patty'),(108973,2440,'_shipping_last_name','Ziegler'),(108974,2440,'_shipping_address_1','3090 Saddle Brook Tr'),(108975,2440,'_shipping_city','Sun Prairie'),(108976,2440,'_shipping_state','WI'),(108977,2440,'_shipping_postcode','53590'),(108978,2440,'_shipping_country','US'),(108979,2440,'_order_currency','USD'),(108980,2440,'_cart_discount','0'),(108981,2440,'_cart_discount_tax','0'),(108982,2440,'_order_shipping','0'),(108983,2440,'_order_shipping_tax','0'),(108984,2440,'_order_tax','0'),(108985,2440,'_order_total','533.88'),(108986,2440,'_order_version','8.5.1'),(108987,2440,'_prices_include_tax','no'),(108988,2440,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(108989,2440,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(108990,2440,'is_vat_exempt','no'),(108991,2440,'_wc_order_attribution_source_type','referral'),(108992,2440,'_wc_order_attribution_referrer','https://lcaportal.com/'),(108993,2440,'_wc_order_attribution_utm_source','lcaportal.com'),(108994,2440,'_wc_order_attribution_utm_medium','referral'),(108995,2440,'_wc_order_attribution_utm_content','/'),(108996,2440,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(108997,2440,'_wc_order_attribution_session_start_time','2024-01-21 20:36:37'),(108998,2440,'_wc_order_attribution_session_pages','3'),(108999,2440,'_wc_order_attribution_session_count','1'),(109000,2440,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36'),(109001,2440,'_wc_order_attribution_device_type','Mobile'),(109002,2440,'Payment type','instant'),(109003,2440,'_paypal_status','completed'),(109004,2440,'_transaction_id','9AV54329PU998700C'),(109005,2440,'PayPal Transaction Fee','19.12'),(109006,2440,'_date_paid','1705869631'),(109007,2440,'_paid_date','2024-01-21 20:40:31'),(109008,2441,'_order_key','wc_order_YniS94GkrOffh'),(109009,2441,'_customer_user','3'),(109010,2441,'_payment_method','paypal'),(109011,2441,'_payment_method_title','PayPal'),(109012,2441,'_customer_ip_address','70.142.202.154'),(109013,2441,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109014,2441,'_created_via','checkout'),(109015,2441,'_cart_hash','ba3f49b5087f53c72bbf7841b1509773'),(109016,2441,'_download_permissions_granted','yes'),(109017,2441,'_recorded_sales','yes'),(109018,2441,'_recorded_coupon_usage_counts','yes'),(109019,2441,'_new_order_email_sent','true'),(109020,2441,'_order_stock_reduced','yes'),(109021,2441,'_billing_first_name','Amanda'),(109022,2441,'_billing_last_name','Westerman'),(109023,2441,'_billing_company','Lice Clinics of America McKinney'),(109024,2441,'_billing_address_1','3120 Hudson Crossing'),(109025,2441,'_billing_address_2','Suite A2'),(109026,2441,'_billing_city','MCKINNEY'),(109027,2441,'_billing_state','TX'),(109028,2441,'_billing_postcode','75070'),(109029,2441,'_billing_country','US'),(109030,2441,'_billing_email','awesterman1103@gmail.com'),(109031,2441,'_billing_phone','2144175741'),(109032,2441,'_shipping_first_name','Amanda'),(109033,2441,'_shipping_last_name','Westerman'),(109034,2441,'_shipping_company','Lice Clinics of America McKinney'),(109035,2441,'_shipping_address_1','3120 Hudson Crossing'),(109036,2441,'_shipping_address_2','Suite A2'),(109037,2441,'_shipping_city','MCKINNEY'),(109038,2441,'_shipping_state','TX'),(109039,2441,'_shipping_postcode','75070'),(109040,2441,'_shipping_country','US'),(109041,2441,'_order_currency','USD'),(109042,2441,'_cart_discount','0'),(109043,2441,'_cart_discount_tax','0'),(109044,2441,'_order_shipping','0'),(109045,2441,'_order_shipping_tax','0'),(109046,2441,'_order_tax','0'),(109047,2441,'_order_total','531.44'),(109048,2441,'_order_version','8.5.1'),(109049,2441,'_prices_include_tax','no'),(109050,2441,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(109051,2441,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(109052,2441,'is_vat_exempt','no'),(109053,2441,'_wc_order_attribution_source_type','referral'),(109054,2441,'_wc_order_attribution_referrer','https://lcaportal.com/'),(109055,2441,'_wc_order_attribution_utm_source','lcaportal.com'),(109056,2441,'_wc_order_attribution_utm_medium','referral'),(109057,2441,'_wc_order_attribution_utm_content','/'),(109058,2441,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109059,2441,'_wc_order_attribution_session_start_time','2024-01-22 23:52:22'),(109060,2441,'_wc_order_attribution_session_pages','4'),(109061,2441,'_wc_order_attribution_session_count','3'),(109062,2441,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109063,2441,'_wc_order_attribution_device_type','Desktop'),(109064,2441,'Payment type','instant'),(109065,2441,'_paypal_status','completed'),(109066,2441,'_transaction_id','24G039207W459032S'),(109067,2441,'PayPal Transaction Fee','19.04'),(109068,2441,'_date_paid','1705967932'),(109069,2441,'_paid_date','2024-01-22 23:58:52'),(109070,2427,'_edit_lock','1706020620:2'),(109071,2427,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202103\";s:12:\"date_shipped\";s:10:\"1705968000\";s:11:\"tracking_id\";s:32:\"abe26a7fe4b4029a8f83927b08b1bae2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202099\";s:12:\"date_shipped\";s:10:\"1705968000\";s:11:\"tracking_id\";s:32:\"0d9679cbb887e81b3df327d455be887d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202088\";s:12:\"date_shipped\";i:1706020538;s:11:\"tracking_id\";s:32:\"911d4044896d62a6839f98700661e9d9\";}}'),(109072,2427,'_edit_last','2'),(109073,2427,'_date_completed','1706020475'),(109074,2427,'_completed_date','2024-01-23 14:34:35'),(109083,2442,'_order_key','wc_order_NN1MT52Yi7mrL'),(109084,2442,'_customer_user','77'),(109085,2442,'_payment_method','paypal'),(109086,2442,'_payment_method_title','PayPal'),(109087,2442,'_customer_ip_address','107.205.56.86'),(109088,2442,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109089,2442,'_created_via','checkout'),(109090,2442,'_cart_hash','96290c9815c5b4b774f2d7dc9935b58b'),(109091,2442,'_download_permissions_granted','yes'),(109092,2442,'_recorded_sales','yes'),(109093,2442,'_recorded_coupon_usage_counts','yes'),(109094,2442,'_new_order_email_sent','true'),(109095,2442,'_order_stock_reduced','yes'),(109096,2442,'_billing_first_name','Phil'),(109097,2442,'_billing_last_name','Moon'),(109098,2442,'_billing_company','LiceBusters, LLC'),(109099,2442,'_billing_address_1','105 Live Oak Lane'),(109100,2442,'_billing_city','Pleasant Hill'),(109101,2442,'_billing_state','CA'),(109102,2442,'_billing_postcode','94523'),(109103,2442,'_billing_country','US'),(109104,2442,'_billing_email','kris10maroot@gmail.com'),(109105,2442,'_billing_phone','5593046305'),(109106,2442,'_shipping_first_name','Kristen'),(109107,2442,'_shipping_last_name','Maroot-Rippee'),(109108,2442,'_shipping_company','LiceBusters, LLC'),(109109,2442,'_shipping_address_1','487 W. Scott Avenue'),(109110,2442,'_shipping_city','Fresno'),(109111,2442,'_shipping_state','CA'),(109112,2442,'_shipping_postcode','93704'),(109113,2442,'_shipping_country','US'),(109114,2442,'_order_currency','USD'),(109115,2442,'_cart_discount','0'),(109116,2442,'_cart_discount_tax','0'),(109117,2442,'_order_shipping','0'),(109118,2442,'_order_shipping_tax','0'),(109119,2442,'_order_tax','0'),(109120,2442,'_order_total','4372.02'),(109121,2442,'_order_version','8.5.1'),(109122,2442,'_prices_include_tax','no'),(109123,2442,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(109124,2442,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(109125,2442,'is_vat_exempt','no'),(109126,2442,'_wc_order_attribution_source_type','typein'),(109127,2442,'_wc_order_attribution_utm_source','(direct)'),(109128,2442,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109129,2442,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(109130,2442,'_wc_order_attribution_session_pages','4'),(109131,2442,'_wc_order_attribution_session_count','1'),(109132,2442,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109133,2442,'_wc_order_attribution_device_type','Desktop'),(109134,2442,'Payment type','instant'),(109135,2442,'_paypal_status','completed'),(109136,2442,'_transaction_id','9SP419907H490483A'),(109137,2442,'PayPal Transaction Fee','153.07'),(109138,2442,'_date_paid','1706046339'),(109139,2442,'_paid_date','2024-01-23 21:45:39'),(109141,2433,'_edit_lock','1706054498:2'),(109142,2433,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202710\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"53b3c96313edaab8aa310996a5ac1c41\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202700\";s:12:\"date_shipped\";i:1706054517;s:11:\"tracking_id\";s:32:\"79f5a19a6f769ff3b469edbe753713a3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202695\";s:12:\"date_shipped\";i:1706054534;s:11:\"tracking_id\";s:32:\"f624b3c297f5dca44a55d704b2874793\";}}'),(109143,2433,'_edit_last','2'),(109144,2433,'_date_completed','1706054626'),(109145,2433,'_completed_date','2024-01-24 00:03:46'),(109146,2418,'_edit_last','2'),(109147,2418,'_date_completed','1706054685'),(109148,2418,'_completed_date','2024-01-24 00:04:45'),(109149,2436,'_edit_lock','1706054802:2'),(109150,2436,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202880\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"820fbc08380c88087b638209a34784d8\";}}'),(109151,2436,'_edit_last','2'),(109152,2436,'_date_completed','1706054927'),(109153,2436,'_completed_date','2024-01-24 00:08:47'),(109154,2435,'_edit_lock','1706055022:2'),(109155,2435,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202868\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"e6ee9456ae4c0e0bb39e92fbd6d28362\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202857\";s:12:\"date_shipped\";i:1706054988;s:11:\"tracking_id\";s:32:\"dfaf01809448f1c5cddfc9c02fd786ef\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202846\";s:12:\"date_shipped\";i:1706054997;s:11:\"tracking_id\";s:32:\"a83f4690235297e99feee08da555bf84\";}}'),(109156,2435,'_edit_last','2'),(109157,2435,'_date_completed','1706054999'),(109158,2435,'_completed_date','2024-01-24 00:09:59'),(109159,2443,'_order_key','wc_order_uSPeTYJwNW4VK'),(109160,2443,'_customer_user','100'),(109161,2443,'_payment_method','paypal'),(109162,2443,'_payment_method_title','PayPal'),(109163,2443,'_customer_ip_address','73.70.153.140'),(109164,2443,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15'),(109165,2443,'_created_via','checkout'),(109166,2443,'_cart_hash','7bb7741998409c247bc61339c396f7ff'),(109167,2443,'_download_permissions_granted','yes'),(109168,2443,'_recorded_sales','yes'),(109169,2443,'_recorded_coupon_usage_counts','yes'),(109170,2443,'_new_order_email_sent','true'),(109171,2443,'_order_stock_reduced','yes'),(109172,2443,'_billing_first_name','Michael'),(109173,2443,'_billing_last_name','Beckman'),(109174,2443,'_billing_address_1','517 44th St'),(109175,2443,'_billing_address_2','Apt C'),(109176,2443,'_billing_city','Oakland'),(109177,2443,'_billing_state','CA'),(109178,2443,'_billing_postcode','94609'),(109179,2443,'_billing_country','US'),(109180,2443,'_billing_email','licetoknowyou@gmail.com'),(109181,2443,'_billing_phone','8585314583'),(109182,2443,'_shipping_first_name','Ibrahim'),(109183,2443,'_shipping_last_name','Moinuddin'),(109184,2443,'_shipping_company','Lice Clinics of America - Sunnyvale'),(109185,2443,'_shipping_address_1','43 Lester Ave'),(109186,2443,'_shipping_address_2','Apt 7'),(109187,2443,'_shipping_city','San Jose'),(109188,2443,'_shipping_state','CA'),(109189,2443,'_shipping_postcode','95125'),(109190,2443,'_shipping_country','US'),(109191,2443,'_order_currency','USD'),(109192,2443,'_cart_discount','0'),(109193,2443,'_cart_discount_tax','0'),(109194,2443,'_order_shipping','0'),(109195,2443,'_order_shipping_tax','0'),(109196,2443,'_order_tax','0'),(109197,2443,'_order_total','587.52'),(109198,2443,'_order_version','8.5.1'),(109199,2443,'_prices_include_tax','no'),(109200,2443,'_billing_address_index','Michael Beckman  517 44th St Apt C Oakland CA 94609 US licetoknowyou@gmail.com 8585314583'),(109201,2443,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 43 Lester Ave Apt 7 San Jose CA 95125 US '),(109202,2443,'is_vat_exempt','no'),(109203,2443,'_wc_order_attribution_source_type','referral'),(109204,2443,'_wc_order_attribution_referrer','https://lcaportal.com/'),(109205,2443,'_wc_order_attribution_utm_source','lcaportal.com'),(109206,2443,'_wc_order_attribution_utm_medium','referral'),(109207,2443,'_wc_order_attribution_utm_content','/'),(109208,2443,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109209,2443,'_wc_order_attribution_session_start_time','2024-01-24 04:55:35'),(109210,2443,'_wc_order_attribution_session_pages','10'),(109211,2443,'_wc_order_attribution_session_count','1'),(109212,2443,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15'),(109213,2443,'_wc_order_attribution_device_type','Desktop'),(109214,2443,'Payment type','instant'),(109215,2443,'_paypal_status','completed'),(109216,2443,'_transaction_id','63Y089159X835135X'),(109217,2443,'PayPal Transaction Fee','20.99'),(109218,2443,'_date_paid','1706072812'),(109219,2443,'_paid_date','2024-01-24 05:06:52'),(109220,2420,'_edit_lock','1706210077:2'),(109221,2440,'_edit_lock','1706116976:2'),(109222,2440,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202982\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"20ad9f88a340b3fc77134b4996999dfa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202971\";s:12:\"date_shipped\";i:1706117101;s:11:\"tracking_id\";s:32:\"0db075a24631c1f8edc6c196773f949a\";}}'),(109223,2440,'_edit_last','2'),(109224,2440,'_date_completed','1706117103'),(109225,2440,'_completed_date','2024-01-24 17:25:03'),(109226,2441,'_edit_lock','1706117338:2'),(109227,2441,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203018\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"fb7586513f6648b0f9c71a64168572cc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203007\";s:12:\"date_shipped\";i:1706117166;s:11:\"tracking_id\";s:32:\"579c8d3eb810b5bb340b5af1feb8390f\";}}'),(109228,2441,'_edit_last','2'),(109229,2441,'_date_completed','1706117176'),(109230,2441,'_completed_date','2024-01-24 17:26:16'),(109231,2444,'_order_key','wc_order_V56KNAyCI6lcT'),(109232,2444,'_customer_user','4'),(109233,2444,'_payment_method','paypal'),(109234,2444,'_payment_method_title','PayPal'),(109235,2444,'_customer_ip_address','98.33.196.185'),(109236,2444,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109237,2444,'_created_via','checkout'),(109238,2444,'_cart_hash','c8101e5abbcbc9d01eb6ce086ab87a8e'),(109239,2444,'_download_permissions_granted','yes'),(109240,2444,'_recorded_sales','yes'),(109241,2444,'_recorded_coupon_usage_counts','yes'),(109242,2444,'_new_order_email_sent','true'),(109243,2444,'_order_stock_reduced','yes'),(109244,2444,'_billing_first_name','David'),(109245,2444,'_billing_last_name','Washburn'),(109246,2444,'_billing_company','Larada Sciences (LCA)'),(109247,2444,'_billing_address_1','4873 South State St.'),(109248,2444,'_billing_city','Murray'),(109249,2444,'_billing_state','UT'),(109250,2444,'_billing_postcode','84107'),(109251,2444,'_billing_country','US'),(109252,2444,'_billing_email','david@laradasciences.com'),(109253,2444,'_billing_phone','8019197428'),(109254,2444,'_shipping_first_name','David'),(109255,2444,'_shipping_last_name','Washburn'),(109256,2444,'_shipping_company','Larada Sciences (LCA)'),(109257,2444,'_shipping_address_1','4873 South State St.'),(109258,2444,'_shipping_city','Murray'),(109259,2444,'_shipping_state','UT'),(109260,2444,'_shipping_postcode','84107'),(109261,2444,'_shipping_country','US'),(109262,2444,'_order_currency','USD'),(109263,2444,'_cart_discount','0'),(109264,2444,'_cart_discount_tax','0'),(109265,2444,'_order_shipping','0'),(109266,2444,'_order_shipping_tax','0'),(109267,2444,'_order_tax','0'),(109268,2444,'_order_total','647.10'),(109269,2444,'_order_version','8.5.2'),(109270,2444,'_prices_include_tax','no'),(109271,2444,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(109272,2444,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(109273,2444,'is_vat_exempt','no'),(109274,2444,'_wc_order_attribution_source_type','referral'),(109275,2444,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(109276,2444,'_wc_order_attribution_utm_source','lcaportal.com'),(109277,2444,'_wc_order_attribution_utm_medium','referral'),(109278,2444,'_wc_order_attribution_utm_content','/'),(109279,2444,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109280,2444,'_wc_order_attribution_session_start_time','2024-01-24 19:11:34'),(109281,2444,'_wc_order_attribution_session_pages','6'),(109282,2444,'_wc_order_attribution_session_count','1'),(109283,2444,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109284,2444,'_wc_order_attribution_device_type','Desktop'),(109285,2445,'_order_key','wc_order_VqeXuvdbfb4vi'),(109286,2445,'_customer_user','83'),(109287,2445,'_payment_method','paypal'),(109288,2445,'_payment_method_title','PayPal'),(109289,2445,'_customer_ip_address','38.175.166.123'),(109290,2445,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(109291,2445,'_created_via','checkout'),(109292,2445,'_cart_hash','79e3d43e30a3c28dcfad219fa70b00ff'),(109293,2445,'_download_permissions_granted','yes'),(109294,2445,'_recorded_sales','yes'),(109295,2445,'_recorded_coupon_usage_counts','yes'),(109296,2445,'_new_order_email_sent','true'),(109297,2445,'_order_stock_reduced','yes'),(109298,2445,'_billing_first_name','Tanya'),(109299,2445,'_billing_last_name','Kensley'),(109300,2445,'_billing_company','Lice Clinics of America'),(109301,2445,'_billing_address_1','4248 McMurry Ave'),(109302,2445,'_billing_city','Fort Collins'),(109303,2445,'_billing_state','CO'),(109304,2445,'_billing_postcode','80525'),(109305,2445,'_billing_country','US'),(109306,2445,'_billing_email','info@liceclinicsnortherncolorado.com'),(109307,2445,'_billing_phone','9702338787'),(109308,2445,'_shipping_first_name','Lice Clinics'),(109309,2445,'_shipping_last_name','America'),(109310,2445,'_shipping_company','Lice Clinics of America Longmont'),(109311,2445,'_shipping_address_1','421 21st Ave, Suite 210'),(109312,2445,'_shipping_city','Longmont'),(109313,2445,'_shipping_state','CO'),(109314,2445,'_shipping_postcode','80501'),(109315,2445,'_shipping_country','US'),(109316,2445,'_order_currency','USD'),(109317,2445,'_cart_discount','0'),(109318,2445,'_cart_discount_tax','0'),(109319,2445,'_order_shipping','50.81'),(109320,2445,'_order_shipping_tax','0'),(109321,2445,'_order_tax','0'),(109322,2445,'_order_total','339.09'),(109323,2445,'_order_version','8.5.1'),(109324,2445,'_prices_include_tax','no'),(109325,2445,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(109326,2445,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(109327,2445,'is_vat_exempt','no'),(109328,2445,'_wc_order_attribution_source_type','referral'),(109329,2445,'_wc_order_attribution_referrer','https://lcaportal.com/'),(109330,2445,'_wc_order_attribution_utm_source','lcaportal.com'),(109331,2445,'_wc_order_attribution_utm_medium','referral'),(109332,2445,'_wc_order_attribution_utm_content','/'),(109333,2445,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109334,2445,'_wc_order_attribution_session_start_time','2024-01-24 20:45:16'),(109335,2445,'_wc_order_attribution_session_pages','3'),(109336,2445,'_wc_order_attribution_session_count','1'),(109337,2445,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(109338,2445,'_wc_order_attribution_device_type','Desktop'),(109339,2445,'Payment type','instant'),(109340,2445,'_paypal_status','completed'),(109341,2445,'_transaction_id','4L076394806585048'),(109342,2445,'PayPal Transaction Fee','12.32'),(109343,2445,'_date_paid','1706129231'),(109344,2445,'_paid_date','2024-01-24 20:47:11'),(109345,2446,'_order_key','wc_order_VNBGszJvGFPeB'),(109346,2446,'_customer_user','43'),(109347,2446,'_payment_method','paypal'),(109348,2446,'_payment_method_title','PayPal'),(109349,2446,'_customer_ip_address','174.211.96.44'),(109350,2446,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(109351,2446,'_created_via','checkout'),(109352,2446,'_cart_hash','e31897191953017cfcdc9b5b8cedaf2c'),(109353,2446,'_download_permissions_granted','yes'),(109354,2446,'_recorded_sales','yes'),(109355,2446,'_recorded_coupon_usage_counts','yes'),(109356,2446,'_new_order_email_sent','true'),(109357,2446,'_order_stock_reduced','yes'),(109358,2446,'_billing_first_name','Ryan'),(109359,2446,'_billing_last_name','Nelson'),(109360,2446,'_billing_address_1','140 Flame Vine drive'),(109361,2446,'_billing_city','Naples'),(109362,2446,'_billing_state','FL'),(109363,2446,'_billing_postcode','34110'),(109364,2446,'_billing_country','US'),(109365,2446,'_billing_email','Rjnelson73@gmail.com'),(109366,2446,'_billing_phone','239-281-0719'),(109367,2446,'_shipping_first_name','Ryan'),(109368,2446,'_shipping_last_name','Nelson'),(109369,2446,'_shipping_address_1','140 Flame Vine drive'),(109370,2446,'_shipping_city','Naples'),(109371,2446,'_shipping_state','FL'),(109372,2446,'_shipping_postcode','34110'),(109373,2446,'_shipping_country','US'),(109374,2446,'_order_currency','USD'),(109375,2446,'_cart_discount','0'),(109376,2446,'_cart_discount_tax','0'),(109377,2446,'_order_shipping','19.16'),(109378,2446,'_order_shipping_tax','0'),(109379,2446,'_order_tax','0'),(109380,2446,'_order_total','262.84'),(109381,2446,'_order_version','8.5.1'),(109382,2446,'_prices_include_tax','no'),(109383,2446,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(109384,2446,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(109385,2446,'is_vat_exempt','no'),(109386,2446,'_wc_order_attribution_source_type','referral'),(109387,2446,'_wc_order_attribution_referrer','https://lcaportal.com/'),(109388,2446,'_wc_order_attribution_utm_source','lcaportal.com'),(109389,2446,'_wc_order_attribution_utm_medium','referral'),(109390,2446,'_wc_order_attribution_utm_content','/'),(109391,2446,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109392,2446,'_wc_order_attribution_session_start_time','2024-01-25 11:58:06'),(109393,2446,'_wc_order_attribution_session_pages','4'),(109394,2446,'_wc_order_attribution_session_count','1'),(109395,2446,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(109396,2446,'_wc_order_attribution_device_type','Mobile'),(109397,2446,'Payment type','instant'),(109398,2446,'_paypal_status','completed'),(109399,2446,'_transaction_id','6M894705U6577062K'),(109400,2446,'PayPal Transaction Fee','9.66'),(109401,2446,'_date_paid','1706184260'),(109402,2446,'_paid_date','2024-01-25 12:04:20'),(109403,2392,'_edit_lock','1706209857:2'),(109404,2393,'_edit_lock','1706209888:2'),(109405,2419,'_edit_lock','1706210034:2'),(109406,2421,'_edit_lock','1706210146:2'),(109407,2422,'_edit_lock','1706210192:2'),(109408,2423,'_edit_lock','1706210276:2'),(109409,2424,'_edit_lock','1706210375:2'),(109410,2425,'_edit_lock','1706210427:2'),(109411,2428,'_edit_lock','1706210558:2'),(109412,2429,'_edit_lock','1706210645:2'),(109413,2392,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830279276\";s:12:\"date_shipped\";s:10:\"1704844800\";s:11:\"tracking_id\";s:32:\"2681b49e7512fc0fb019892748de1db8\";}}'),(109414,2392,'_edit_last','2'),(109415,2392,'_date_completed','1706209994'),(109416,2392,'_completed_date','2024-01-25 19:13:14'),(109417,2393,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"542830279287\";s:12:\"date_shipped\";s:10:\"1704844800\";s:11:\"tracking_id\";s:32:\"9ec146d76ea30bc5de58c169905aeb8a\";}}'),(109418,2393,'_edit_last','2'),(109419,2393,'_date_completed','1706210027'),(109420,2393,'_completed_date','2024-01-25 19:13:47'),(109421,2419,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201379\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"0dafac26285e845937c9e220e7b6e691\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201380\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"6e475b31050941cfaec1475d17c5121a\";}}'),(109422,2419,'_edit_last','2'),(109423,2419,'_date_completed','1706210121'),(109424,2419,'_completed_date','2024-01-25 19:15:21'),(109425,2420,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201335\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"ac30f47a10cca1d5373ef864af1f314d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201346\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"3867dc2ce0d597b249a30017f4699028\";}}'),(109426,2420,'_edit_last','2'),(109427,2420,'_date_completed','1706210215'),(109428,2420,'_completed_date','2024-01-25 19:16:55'),(109429,2421,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201357\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"2f3ff397362daf92a9ed100051dad31b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201368\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"db66c085bec3c782fb5a6fc62096bead\";}}'),(109430,2421,'_edit_last','2'),(109431,2421,'_date_completed','1706210282'),(109432,2421,'_completed_date','2024-01-25 19:18:02'),(109433,2422,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201390\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"e7e4c0564e320bc558283947a59020c3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201405\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"3ca93f47230caba8c6bfdd90604f43de\";}}'),(109434,2422,'_edit_last','2'),(109435,2422,'_date_completed','1706210331'),(109436,2422,'_completed_date','2024-01-25 19:18:51'),(109437,2423,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201449\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"29c18c9774f9e2b7ad293e94f0a494b9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201450\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"ecc51105726c804fb165d67d36eaa51c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201460\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"1b66b5f7dbe484ad0d5ec613c509b715\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201471\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"5e22910416ef062b073fcc82cd9683a9\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201482\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"c926cc6bdbe5fb5bea35b17bde7fafbf\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201493\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"211554ff0885a3c05315afc132538f7d\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201508\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"33bdfc6be68f176b6d342bf842287057\";}}'),(109438,2423,'_edit_last','2'),(109439,2423,'_date_completed','1706210416'),(109440,2423,'_completed_date','2024-01-25 19:20:16'),(109441,2424,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201438\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"f4ec82a5bf3d6abc556a6a54554ca0e2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201427\";s:12:\"date_shipped\";s:10:\"1705190400\";s:11:\"tracking_id\";s:32:\"1dbfa27890a556f9a18f2e70452747f3\";}}'),(109442,2424,'_edit_last','2'),(109443,2424,'_date_completed','1706210467'),(109444,2424,'_completed_date','2024-01-25 19:21:07'),(109445,2425,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201780\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"2c5920a2e96a1f3990fcabbcf239398e\";}}'),(109446,2425,'_edit_last','2'),(109447,2425,'_date_completed','1706210561'),(109448,2425,'_completed_date','2024-01-25 19:22:41'),(109449,2426,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201839\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"db4351e31329df039bd1693d01d26f96\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201840\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"0da87165b2c8c61c9d2786e9c58ef309\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201850\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"56accf8bb2a7b5e8db7336d2b5df446e\";}}'),(109450,2426,'_date_completed','1706210644'),(109451,2426,'_completed_date','2024-01-25 19:24:04'),(109452,2428,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201703\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"125d28cbd529d9020485fc15e6064b84\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201714\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"4a0eef7d3e3a8775718b056cc3c91cfe\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:11:\"70999220175\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"917fe85d2b7f212cbc84d57891fd81f2\";}}'),(109453,2428,'_edit_last','2'),(109454,2428,'_date_completed','1706210695'),(109455,2428,'_completed_date','2024-01-25 19:24:55'),(109456,2429,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201736\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"ddd5324307cd2734bdbf4020c9f17348\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201747\";s:12:\"date_shipped\";i:1706210730;s:11:\"tracking_id\";s:32:\"b6d9a309dd165b1120638eb952816407\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201758\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"1c7763f40097de7516e42522b5f55284\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201769\";s:12:\"date_shipped\";i:1706210778;s:11:\"tracking_id\";s:32:\"41ebb2f409ade135361e3ab98aa17145\";}}'),(109457,2429,'_edit_last','2'),(109458,2429,'_date_completed','1706210781'),(109459,2429,'_completed_date','2024-01-25 19:26:21'),(109460,2430,'_edit_lock','1706210762:2'),(109461,2431,'_edit_lock','1706210864:2'),(109462,2432,'_edit_lock','1706211081:2'),(109463,2434,'_edit_lock','1706211028:2'),(109464,2437,'_edit_lock','1706211075:2'),(109465,2438,'_edit_lock','1706211135:2'),(109466,2439,'_edit_lock','1706211308:2'),(109467,2442,'_edit_lock','1706211546:2'),(109468,2443,'_edit_lock','1706211587:2'),(109469,2430,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201688\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"a9200a10802572fc940963691fc21925\";}}'),(109470,2430,'_edit_last','2'),(109471,2430,'_date_completed','1706210880'),(109472,2430,'_completed_date','2024-01-25 19:28:00'),(109473,2431,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201611\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"7d3404ac8f5b1d585464dad63d4479c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201622\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"d2ce14626a872fb302283f9114ca90cf\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201633\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"8e1cdd2fbf48e633a6486238298b95a9\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201644\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"f28f5a782e1a76f22eabcb7f2af7f223\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201655\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"4af0dd9a93217da5ba8008c259b2cc04\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201666\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"51df868ced6ca0201966a60769e49724\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201677\";s:12:\"date_shipped\";s:10:\"1705536000\";s:11:\"tracking_id\";s:32:\"1c7cdd4b06aa0a3e64284d60a0c97b42\";}}'),(109474,2431,'_edit_last','2'),(109475,2431,'_date_completed','1706210998'),(109476,2431,'_completed_date','2024-01-25 19:29:58'),(109477,2432,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201975\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"1b0b869e233f7945b0f1f0b6ce5cc652\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992201986\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"54272b099d5d8bf9d57d3e43b509212d\";}}'),(109478,2432,'_edit_last','2'),(109479,2432,'_date_completed','1706211076'),(109480,2432,'_completed_date','2024-01-25 19:31:16'),(109481,2434,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202835\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"2ff3f46d158c75629b548914726374cd\";}}'),(109482,2434,'_edit_last','2'),(109483,2434,'_date_completed','1706211148'),(109484,2434,'_completed_date','2024-01-25 19:32:28'),(109485,2437,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202261\";s:12:\"date_shipped\";s:10:\"1705968000\";s:11:\"tracking_id\";s:32:\"8fd1664290916cd14286224c487fa067\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202272\";s:12:\"date_shipped\";s:10:\"1705968000\";s:11:\"tracking_id\";s:32:\"422212cafd864627a750b81a1987004f\";}}'),(109486,2437,'_edit_last','2'),(109487,2437,'_date_completed','1706211211'),(109488,2437,'_completed_date','2024-01-25 19:33:31'),(109489,2438,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202228\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"982cc36a8c1b984f251098e4858c67f6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202239\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"2f751f6a9be188687992bc1bb9ed8554\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202240\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"473c235c354ff37a3ae28bc973baeef9\";}}'),(109490,2438,'_edit_last','2'),(109491,2438,'_date_completed','1706211265'),(109492,2438,'_completed_date','2024-01-25 19:34:25'),(109493,2439,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202170\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"364843d70e889b4bac0cd97a28cfa601\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992202180\";s:12:\"date_shipped\";s:10:\"1705881600\";s:11:\"tracking_id\";s:32:\"6598633654cd67963ac6c9c644ab642b\";}}'),(109494,2439,'_edit_last','2'),(109495,2439,'_date_completed','1706211305'),(109496,2439,'_completed_date','2024-01-25 19:35:05'),(109497,2442,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203257\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"1312c112f7ff2f538c0962f73e24b301\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203268\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"bf7aa6b22d45934cdf009bfa4fc2dbb8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203279\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"57c183ff1eed99c77d72155877c57b9e\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203280\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"e8238c8319adcca8e94957b2fde08928\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203290\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"593b8d15b50648f97cc96ff2480ebe8f\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203305\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"a661b1b7e74dea96de0cd5952f885604\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203316\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"4de9edbebdf6ab4436112fc86a1295d2\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:11:\"70999203327\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"0ec37460cbd46840a719116b0de84204\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203338\";s:12:\"date_shipped\";s:10:\"1706054400\";s:11:\"tracking_id\";s:32:\"95394f9cf2e3fe1f10047b2b7eb99ea3\";}}'),(109498,2442,'_edit_last','2'),(109499,2442,'_date_completed','1706211603'),(109500,2442,'_completed_date','2024-01-25 19:40:03'),(109501,2443,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203500\";s:12:\"date_shipped\";s:10:\"1706140800\";s:11:\"tracking_id\";s:32:\"041018352caf051087d28d8fdd1b1c77\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203511\";s:12:\"date_shipped\";i:1706211722;s:11:\"tracking_id\";s:32:\"c69d4d5e15ffe3927216ad07a3978a2b\";}}'),(109502,2443,'_edit_last','2'),(109503,2443,'_date_completed','1706211724'),(109504,2443,'_completed_date','2024-01-25 19:42:04'),(109505,2446,'_edit_lock','1706211696:2'),(109506,2446,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203511\";s:12:\"date_shipped\";s:10:\"1706140800\";s:11:\"tracking_id\";s:32:\"74324a373bc763cb3f42ad75ec4dc3d9\";}}'),(109507,2446,'_edit_last','2'),(109508,2446,'_date_completed','1706211831'),(109509,2446,'_completed_date','2024-01-25 19:43:51'),(109512,2445,'_edit_lock','1706214100:2'),(109513,2445,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203463\";s:12:\"date_shipped\";s:10:\"1706140800\";s:11:\"tracking_id\";s:32:\"a36e29152d55da91bd8b9b7fa1a2b7d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203474\";s:12:\"date_shipped\";i:1706214236;s:11:\"tracking_id\";s:32:\"c74db85447a523fd5f4888b0fda2c49d\";}}'),(109514,2445,'_edit_last','2'),(109515,2445,'_date_completed','1706214240'),(109516,2445,'_completed_date','2024-01-25 20:24:00'),(109521,2447,'_order_key','wc_order_xCvFooWRjmIVp'),(109522,2447,'_customer_user','78'),(109523,2447,'_payment_method','paypal'),(109524,2447,'_payment_method_title','PayPal'),(109525,2447,'_customer_ip_address','100.2.208.35'),(109526,2447,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(109527,2447,'_created_via','checkout'),(109528,2447,'_cart_hash','6b3ea730a6ad2d67722aaf37d82b5d69'),(109529,2447,'_download_permissions_granted','yes'),(109530,2447,'_recorded_sales','yes'),(109531,2447,'_recorded_coupon_usage_counts','yes'),(109532,2447,'_new_order_email_sent','true'),(109533,2447,'_order_stock_reduced','yes'),(109534,2447,'_billing_first_name','Richard'),(109535,2447,'_billing_last_name','Florsheim'),(109536,2447,'_billing_company','Licura'),(109537,2447,'_billing_address_1','3827 w fairway heights dr'),(109538,2447,'_billing_city','Mequon'),(109539,2447,'_billing_state','NY'),(109540,2447,'_billing_postcode','53092'),(109541,2447,'_billing_country','US'),(109542,2447,'_billing_email','tara@liceclinicslongIsland.com'),(109543,2447,'_billing_phone','5619006382'),(109544,2447,'_shipping_first_name','Tara'),(109545,2447,'_shipping_last_name','Johnson'),(109546,2447,'_shipping_company','LCA'),(109547,2447,'_shipping_address_1','599 west hartsdale ave'),(109548,2447,'_shipping_address_2','#203'),(109549,2447,'_shipping_city','White plains'),(109550,2447,'_shipping_state','NY'),(109551,2447,'_shipping_postcode','10607'),(109552,2447,'_shipping_country','US'),(109553,2447,'_order_currency','USD'),(109554,2447,'_cart_discount','0'),(109555,2447,'_cart_discount_tax','0'),(109556,2447,'_order_shipping','16.6'),(109557,2447,'_order_shipping_tax','0'),(109558,2447,'_order_tax','0'),(109559,2447,'_order_total','137.60'),(109560,2447,'_order_version','8.5.2'),(109561,2447,'_prices_include_tax','no'),(109562,2447,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(109563,2447,'_shipping_address_index','Tara Johnson LCA 599 west hartsdale ave #203 White plains NY 10607 US '),(109564,2447,'is_vat_exempt','no'),(109565,2447,'_wc_order_attribution_source_type','referral'),(109566,2447,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(109567,2447,'_wc_order_attribution_utm_source','lcaportal.com'),(109568,2447,'_wc_order_attribution_utm_medium','referral'),(109569,2447,'_wc_order_attribution_utm_content','/'),(109570,2447,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109571,2447,'_wc_order_attribution_session_start_time','2024-01-26 00:18:48'),(109572,2447,'_wc_order_attribution_session_pages','3'),(109573,2447,'_wc_order_attribution_session_count','1'),(109574,2447,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(109575,2447,'_wc_order_attribution_device_type','Mobile'),(109576,2447,'Payment type','instant'),(109577,2447,'_paypal_status','completed'),(109578,2447,'_transaction_id','7DF515178G738504H'),(109579,2447,'PayPal Transaction Fee','5.29'),(109580,2447,'_date_paid','1706228441'),(109581,2447,'_paid_date','2024-01-26 00:20:41'),(109582,2447,'_edit_lock','1706543967:2'),(109583,2447,'_edit_last','2'),(109640,2449,'_order_key','wc_order_wahkmYeWxSFry'),(109641,2449,'_customer_user','6'),(109642,2449,'_payment_method','paypal'),(109643,2449,'_payment_method_title','PayPal'),(109644,2449,'_customer_ip_address','98.244.29.91'),(109645,2449,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109646,2449,'_created_via','checkout'),(109647,2449,'_cart_hash','7b5c48b05273debfc49a607aa4ec4ca1'),(109648,2449,'_download_permissions_granted','no'),(109649,2449,'_recorded_sales','no'),(109650,2449,'_recorded_coupon_usage_counts','no'),(109651,2449,'_new_order_email_sent','false'),(109652,2449,'_order_stock_reduced','no'),(109653,2449,'_billing_first_name','Amira'),(109654,2449,'_billing_last_name','Purto'),(109655,2449,'_billing_address_1','2628 Acapulco Way'),(109656,2449,'_billing_city','Modesto'),(109657,2449,'_billing_state','CA'),(109658,2449,'_billing_postcode','95355'),(109659,2449,'_billing_country','US'),(109660,2449,'_billing_email','amira77@sbcglobal.net'),(109661,2449,'_billing_phone','2096422061'),(109662,2449,'_shipping_first_name','Amira'),(109663,2449,'_shipping_last_name','Purto'),(109664,2449,'_shipping_address_1','2628 Acapulco Way'),(109665,2449,'_shipping_city','Modesto'),(109666,2449,'_shipping_state','CA'),(109667,2449,'_shipping_postcode','95355'),(109668,2449,'_shipping_country','US'),(109669,2449,'_order_currency','USD'),(109670,2449,'_cart_discount','0'),(109671,2449,'_cart_discount_tax','0'),(109672,2449,'_order_shipping','0'),(109673,2449,'_order_shipping_tax','0'),(109674,2449,'_order_tax','0'),(109675,2449,'_order_total','795.70'),(109676,2449,'_order_version','8.5.2'),(109677,2449,'_prices_include_tax','no'),(109678,2449,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(109679,2449,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(109680,2449,'is_vat_exempt','no'),(109681,2449,'_wc_order_attribution_source_type','typein'),(109682,2449,'_wc_order_attribution_utm_source','(direct)'),(109683,2449,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109684,2449,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(109685,2449,'_wc_order_attribution_session_pages','4'),(109686,2449,'_wc_order_attribution_session_count','1'),(109687,2449,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109688,2449,'_wc_order_attribution_device_type','Desktop'),(109689,2450,'_order_key','wc_order_aW8xroWLFAliX'),(109690,2450,'_customer_user','6'),(109691,2450,'_payment_method','paypal'),(109692,2450,'_payment_method_title','PayPal'),(109693,2450,'_customer_ip_address','98.244.29.91'),(109694,2450,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109695,2450,'_created_via','checkout'),(109696,2450,'_cart_hash','7b5c48b05273debfc49a607aa4ec4ca1'),(109697,2450,'_download_permissions_granted','no'),(109698,2450,'_recorded_sales','no'),(109699,2450,'_recorded_coupon_usage_counts','no'),(109700,2450,'_new_order_email_sent','false'),(109701,2450,'_order_stock_reduced','no'),(109702,2450,'_billing_first_name','Amira'),(109703,2450,'_billing_last_name','Purto'),(109704,2450,'_billing_address_1','2628 Acapulco Way'),(109705,2450,'_billing_city','Modesto'),(109706,2450,'_billing_state','CA'),(109707,2450,'_billing_postcode','95355'),(109708,2450,'_billing_country','US'),(109709,2450,'_billing_email','amira77@sbcglobal.net'),(109710,2450,'_billing_phone','2096422061'),(109711,2450,'_shipping_first_name','Amira'),(109712,2450,'_shipping_last_name','Purto'),(109713,2450,'_shipping_address_1','2628 Acapulco Way'),(109714,2450,'_shipping_city','Modesto'),(109715,2450,'_shipping_state','CA'),(109716,2450,'_shipping_postcode','95355'),(109717,2450,'_shipping_country','US'),(109718,2450,'_order_currency','USD'),(109719,2450,'_cart_discount','0'),(109720,2450,'_cart_discount_tax','0'),(109721,2450,'_order_shipping','0'),(109722,2450,'_order_shipping_tax','0'),(109723,2450,'_order_tax','0'),(109724,2450,'_order_total','795.70'),(109725,2450,'_order_version','8.5.2'),(109726,2450,'_prices_include_tax','no'),(109727,2450,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(109728,2450,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(109729,2450,'is_vat_exempt','no'),(109730,2450,'_wc_order_attribution_source_type','typein'),(109731,2450,'_wc_order_attribution_utm_source','(direct)'),(109732,2450,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109733,2450,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(109734,2450,'_wc_order_attribution_session_pages','6'),(109735,2450,'_wc_order_attribution_session_count','1'),(109736,2450,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109737,2450,'_wc_order_attribution_device_type','Desktop'),(109738,2451,'_order_key','wc_order_ya0liCkF6VaUZ'),(109739,2451,'_customer_user','6'),(109740,2451,'_payment_method','paypal'),(109741,2451,'_payment_method_title','PayPal'),(109742,2451,'_customer_ip_address','98.244.29.91'),(109743,2451,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109744,2451,'_created_via','checkout'),(109745,2451,'_cart_hash','7b5c48b05273debfc49a607aa4ec4ca1'),(109746,2451,'_download_permissions_granted','yes'),(109747,2451,'_recorded_sales','yes'),(109748,2451,'_recorded_coupon_usage_counts','yes'),(109749,2451,'_new_order_email_sent','true'),(109750,2451,'_order_stock_reduced','yes'),(109751,2451,'_billing_first_name','Amira'),(109752,2451,'_billing_last_name','Purto'),(109753,2451,'_billing_address_1','2628 Acapulco Way'),(109754,2451,'_billing_city','Modesto'),(109755,2451,'_billing_state','CA'),(109756,2451,'_billing_postcode','95355'),(109757,2451,'_billing_country','US'),(109758,2451,'_billing_email','amira77@sbcglobal.net'),(109759,2451,'_billing_phone','2096422061'),(109760,2451,'_shipping_first_name','Amira'),(109761,2451,'_shipping_last_name','Purto'),(109762,2451,'_shipping_address_1','2628 Acapulco Way'),(109763,2451,'_shipping_city','Modesto'),(109764,2451,'_shipping_state','CA'),(109765,2451,'_shipping_postcode','95355'),(109766,2451,'_shipping_country','US'),(109767,2451,'_order_currency','USD'),(109768,2451,'_cart_discount','0'),(109769,2451,'_cart_discount_tax','0'),(109770,2451,'_order_shipping','0'),(109771,2451,'_order_shipping_tax','0'),(109772,2451,'_order_tax','0'),(109773,2451,'_order_total','795.70'),(109774,2451,'_order_version','8.5.2'),(109775,2451,'_prices_include_tax','no'),(109776,2451,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(109777,2451,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(109778,2451,'is_vat_exempt','no'),(109779,2451,'_wc_order_attribution_source_type','typein'),(109780,2451,'_wc_order_attribution_utm_source','(direct)'),(109781,2451,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109782,2451,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(109783,2451,'_wc_order_attribution_session_pages','8'),(109784,2451,'_wc_order_attribution_session_count','1'),(109785,2451,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(109786,2451,'_wc_order_attribution_device_type','Desktop'),(109787,2451,'Payment type','instant'),(109788,2451,'_paypal_status','completed'),(109789,2451,'_transaction_id','7KY76820V98206255'),(109790,2451,'PayPal Transaction Fee','28.26'),(109791,2451,'_date_paid','1706305115'),(109792,2451,'_paid_date','2024-01-26 21:38:35'),(109793,2452,'_order_key','wc_order_03lMgJZDB48Dp'),(109794,2452,'_customer_user','79'),(109795,2452,'_payment_method','paypal'),(109796,2452,'_payment_method_title','PayPal'),(109797,2452,'_customer_ip_address','76.72.43.108'),(109798,2452,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(109799,2452,'_created_via','checkout'),(109800,2452,'_cart_hash','ab9f731dd72908962adf5e927fc9e5de'),(109801,2452,'_download_permissions_granted','yes'),(109802,2452,'_recorded_sales','yes'),(109803,2452,'_recorded_coupon_usage_counts','yes'),(109804,2452,'_new_order_email_sent','true'),(109805,2452,'_order_stock_reduced','yes'),(109806,2452,'_billing_first_name','Shanna'),(109807,2452,'_billing_last_name','Castille'),(109808,2452,'_billing_address_1','1097 Hundley Rd'),(109809,2452,'_billing_city','Eunice'),(109810,2452,'_billing_state','LA'),(109811,2452,'_billing_postcode','70535'),(109812,2452,'_billing_country','US'),(109813,2452,'_billing_email','Shanna_sr09@yahoo.com'),(109814,2452,'_billing_phone','3374668998'),(109815,2452,'_shipping_first_name','Shanna'),(109816,2452,'_shipping_last_name','Castille'),(109817,2452,'_shipping_address_1','1097 Hundley Rd'),(109818,2452,'_shipping_city','eunice'),(109819,2452,'_shipping_state','LA'),(109820,2452,'_shipping_postcode','70535'),(109821,2452,'_shipping_country','US'),(109822,2452,'_order_currency','USD'),(109823,2452,'_cart_discount','0'),(109824,2452,'_cart_discount_tax','0'),(109825,2452,'_order_shipping','0'),(109826,2452,'_order_shipping_tax','0'),(109827,2452,'_order_tax','0'),(109828,2452,'_order_total','662.72'),(109829,2452,'_order_version','8.5.2'),(109830,2452,'_prices_include_tax','no'),(109831,2452,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(109832,2452,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(109833,2452,'is_vat_exempt','no'),(109834,2452,'_wc_order_attribution_source_type','typein'),(109835,2452,'_wc_order_attribution_utm_source','(direct)'),(109836,2452,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109837,2452,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(109838,2452,'_wc_order_attribution_session_pages','4'),(109839,2452,'_wc_order_attribution_session_count','1'),(109840,2452,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(109841,2452,'_wc_order_attribution_device_type','Desktop'),(109842,2452,'Payment type','instant'),(109843,2452,'_paypal_status','completed'),(109844,2452,'_transaction_id','5TX389431F027822F'),(109845,2452,'PayPal Transaction Fee','23.62'),(109846,2452,'_date_paid','1706319511'),(109847,2452,'_paid_date','2024-01-27 01:38:31'),(109848,2453,'_order_key','wc_order_mpl6fbixZPkTn'),(109849,2453,'_customer_user','79'),(109850,2453,'_payment_method','paypal'),(109851,2453,'_payment_method_title','PayPal'),(109852,2453,'_customer_ip_address','76.72.43.108'),(109853,2453,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(109854,2453,'_created_via','checkout'),(109855,2453,'_cart_hash','ab9f731dd72908962adf5e927fc9e5de'),(109856,2453,'_download_permissions_granted','yes'),(109857,2453,'_recorded_sales','yes'),(109858,2453,'_recorded_coupon_usage_counts','yes'),(109859,2453,'_new_order_email_sent','true'),(109860,2453,'_order_stock_reduced','yes'),(109861,2453,'_billing_first_name','Shanna'),(109862,2453,'_billing_last_name','Castille'),(109863,2453,'_billing_address_1','1097 Hundley Rd'),(109864,2453,'_billing_city','Eunice'),(109865,2453,'_billing_state','LA'),(109866,2453,'_billing_postcode','70535'),(109867,2453,'_billing_country','US'),(109868,2453,'_billing_email','Shanna_sr09@yahoo.com'),(109869,2453,'_billing_phone','3374668998'),(109870,2453,'_shipping_first_name','Shanna'),(109871,2453,'_shipping_last_name','Castille'),(109872,2453,'_shipping_address_1','1097 Hundley Rd'),(109873,2453,'_shipping_city','eunice'),(109874,2453,'_shipping_state','LA'),(109875,2453,'_shipping_postcode','70535'),(109876,2453,'_shipping_country','US'),(109877,2453,'_order_currency','USD'),(109878,2453,'_cart_discount','0'),(109879,2453,'_cart_discount_tax','0'),(109880,2453,'_order_shipping','0'),(109881,2453,'_order_shipping_tax','0'),(109882,2453,'_order_tax','0'),(109883,2453,'_order_total','662.72'),(109884,2453,'_order_version','8.5.2'),(109885,2453,'_prices_include_tax','no'),(109886,2453,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(109887,2453,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(109888,2453,'is_vat_exempt','no'),(109889,2453,'_wc_order_attribution_source_type','typein'),(109890,2453,'_wc_order_attribution_utm_source','(direct)'),(109891,2453,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109892,2453,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(109893,2453,'_wc_order_attribution_session_pages','5'),(109894,2453,'_wc_order_attribution_session_count','1'),(109895,2453,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(109896,2453,'_wc_order_attribution_device_type','Desktop'),(109897,2453,'Payment type','instant'),(109898,2453,'_paypal_status','completed'),(109899,2453,'_transaction_id','4XP67625R53843230'),(109900,2453,'PayPal Transaction Fee','23.62'),(109901,2453,'_date_paid','1706319543'),(109902,2453,'_paid_date','2024-01-27 01:39:03'),(109903,2454,'_order_key','wc_order_0QCjeqkMJ8QLx'),(109904,2454,'_customer_user','76'),(109905,2454,'_payment_method','paypal'),(109906,2454,'_payment_method_title','PayPal'),(109907,2454,'_customer_ip_address','146.115.131.163'),(109908,2454,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(109909,2454,'_created_via','checkout'),(109910,2454,'_cart_hash','3a5a406b6ca83d4b12d61440a8498b4e'),(109911,2454,'_download_permissions_granted','yes'),(109912,2454,'_recorded_sales','yes'),(109913,2454,'_recorded_coupon_usage_counts','yes'),(109914,2454,'_new_order_email_sent','true'),(109915,2454,'_order_stock_reduced','yes'),(109916,2454,'_billing_first_name','Naomi'),(109917,2454,'_billing_last_name','Golden'),(109918,2454,'_billing_company','LCA'),(109919,2454,'_billing_address_1','31 Mann Ave'),(109920,2454,'_billing_city','Needham'),(109921,2454,'_billing_state','MA'),(109922,2454,'_billing_postcode','02492'),(109923,2454,'_billing_country','US'),(109924,2454,'_billing_email','nrgolden6486@gmail.com'),(109925,2454,'_billing_phone','617-851-1322'),(109926,2454,'_shipping_first_name','Naomi'),(109927,2454,'_shipping_last_name','Golden'),(109928,2454,'_shipping_company','LCA'),(109929,2454,'_shipping_address_1','1349 Centre Street'),(109930,2454,'_shipping_address_2','Green awning facing Trowbridge'),(109931,2454,'_shipping_city','Newton'),(109932,2454,'_shipping_state','MA'),(109933,2454,'_shipping_postcode','02459'),(109934,2454,'_shipping_country','US'),(109935,2454,'_order_currency','USD'),(109936,2454,'_cart_discount','0'),(109937,2454,'_cart_discount_tax','0'),(109938,2454,'_order_shipping','0'),(109939,2454,'_order_shipping_tax','0'),(109940,2454,'_order_tax','0'),(109941,2454,'_order_total','507.92'),(109942,2454,'_order_version','8.5.2'),(109943,2454,'_prices_include_tax','no'),(109944,2454,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(109945,2454,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Green awning facing Trowbridge Newton MA 02459 US '),(109946,2454,'is_vat_exempt','no'),(109947,2454,'_wc_order_attribution_source_type','typein'),(109948,2454,'_wc_order_attribution_utm_source','(direct)'),(109949,2454,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(109950,2454,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(109951,2454,'_wc_order_attribution_session_pages','4'),(109952,2454,'_wc_order_attribution_session_count','2'),(109953,2454,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(109954,2454,'_wc_order_attribution_device_type','Desktop'),(109955,2454,'Payment type','instant'),(109956,2454,'_paypal_status','completed'),(109957,2454,'_transaction_id','1UN1333940704562T'),(109958,2454,'PayPal Transaction Fee','18.22'),(109959,2454,'_date_paid','1706536997'),(109960,2454,'_paid_date','2024-01-29 14:03:17'),(109966,2447,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992203923\";s:12:\"date_shipped\";s:10:\"1706486400\";s:11:\"tracking_id\";s:32:\"7f3e455b4163db88e7b8b180ffa6b866\";}}'),(109967,2447,'_date_completed','1706544018'),(109968,2447,'_completed_date','2024-01-29 16:00:18'),(109972,2453,'_edit_lock','1706586940:2'),(109973,2453,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204070\";s:12:\"date_shipped\";s:10:\"1706572800\";s:11:\"tracking_id\";s:32:\"4b82652b13c98855140c72c4ebe64b30\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204069\";s:12:\"date_shipped\";i:1706586776;s:11:\"tracking_id\";s:32:\"7ef85adc6dfc1c4977f30b2cada6af5d\";}}'),(109974,2453,'_edit_last','2'),(109975,2453,'_date_completed','1706586787'),(109976,2453,'_completed_date','2024-01-30 03:53:07'),(109977,2451,'_edit_lock','1706586912:2'),(109978,2451,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204036\";s:12:\"date_shipped\";s:10:\"1706572800\";s:11:\"tracking_id\";s:32:\"81334975270f9822c8dbb78f7742cb02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204025\";s:12:\"date_shipped\";i:1706587004;s:11:\"tracking_id\";s:32:\"6d432853e14d6e5d2e3a553645e66569\";}}'),(109979,2451,'_edit_last','2'),(109980,2451,'_date_completed','1706587006'),(109981,2451,'_completed_date','2024-01-30 03:56:46'),(109982,2454,'_edit_lock','1706587465:2'),(109983,2454,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204209\";s:12:\"date_shipped\";s:10:\"1706572800\";s:11:\"tracking_id\";s:32:\"52be2a562de18011bb4ff38dd2a728f0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204194\";s:12:\"date_shipped\";i:1706587521;s:11:\"tracking_id\";s:32:\"1ac74419df5d43d51d5ce7ae48e297ec\";}}'),(109984,2454,'_edit_last','2'),(109985,2454,'_date_completed','1706587523'),(109986,2454,'_completed_date','2024-01-30 04:05:23'),(109987,2455,'_order_key','wc_order_TQDgKpKwB81K1'),(109988,2455,'_customer_user','7'),(109989,2455,'_payment_method','paypal'),(109990,2455,'_payment_method_title','PayPal'),(109991,2455,'_customer_ip_address','71.93.225.128'),(109992,2455,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(109993,2455,'_created_via','checkout'),(109994,2455,'_cart_hash','594ce47e6084069a0625e61268c1bbc0'),(109995,2455,'_download_permissions_granted','yes'),(109996,2455,'_recorded_sales','yes'),(109997,2455,'_recorded_coupon_usage_counts','yes'),(109998,2455,'_new_order_email_sent','true'),(109999,2455,'_order_stock_reduced','yes'),(110000,2455,'_billing_first_name','Amy'),(110001,2455,'_billing_last_name','Allen'),(110002,2455,'_billing_company','Lice Clinics Of America'),(110003,2455,'_billing_address_1','251 Promise Way'),(110004,2455,'_billing_city','Hollister'),(110005,2455,'_billing_state','CA'),(110006,2455,'_billing_postcode','95023'),(110007,2455,'_billing_country','US'),(110008,2455,'_billing_email','lca.gilroy@gmail.com'),(110009,2455,'_billing_phone','4085005537'),(110010,2455,'_shipping_first_name','Amy'),(110011,2455,'_shipping_last_name','Allen'),(110012,2455,'_shipping_company','Lice Clinics Of America - Gilroy'),(110013,2455,'_shipping_address_1','7680 Monterey St Ste 104'),(110014,2455,'_shipping_city','Gilroy'),(110015,2455,'_shipping_state','CA'),(110016,2455,'_shipping_postcode','95020'),(110017,2455,'_shipping_country','US'),(110018,2455,'_order_currency','USD'),(110019,2455,'_cart_discount','0'),(110020,2455,'_cart_discount_tax','0'),(110021,2455,'_order_shipping','0'),(110022,2455,'_order_shipping_tax','0'),(110023,2455,'_order_tax','0'),(110024,2455,'_order_total','1253.94'),(110025,2455,'_order_version','8.5.2'),(110026,2455,'_prices_include_tax','no'),(110027,2455,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(110028,2455,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(110029,2455,'is_vat_exempt','no'),(110030,2455,'_wc_order_attribution_source_type','referral'),(110031,2455,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110032,2455,'_wc_order_attribution_utm_source','lcaportal.com'),(110033,2455,'_wc_order_attribution_utm_medium','referral'),(110034,2455,'_wc_order_attribution_utm_content','/'),(110035,2455,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110036,2455,'_wc_order_attribution_session_start_time','2024-01-23 20:03:07'),(110037,2455,'_wc_order_attribution_session_pages','1'),(110038,2455,'_wc_order_attribution_session_count','3'),(110039,2455,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(110040,2455,'_wc_order_attribution_device_type','Desktop'),(110041,2455,'Payment type','instant'),(110042,2455,'_paypal_status','completed'),(110043,2455,'_transaction_id','9WH97723JE560194H'),(110044,2455,'PayPal Transaction Fee','44.25'),(110045,2455,'_date_paid','1706637931'),(110046,2455,'_paid_date','2024-01-30 18:05:31'),(110047,2456,'_order_key','wc_order_HvVlcBfJKb6kt'),(110048,2456,'_customer_user','21'),(110049,2456,'_payment_method','paypal'),(110050,2456,'_payment_method_title','PayPal'),(110051,2456,'_customer_ip_address','173.216.41.12'),(110052,2456,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Avast/120.0.0.0'),(110053,2456,'_created_via','checkout'),(110054,2456,'_cart_hash','62136ae4f5250c0bbd82f56f4edeb1c7'),(110055,2456,'_download_permissions_granted','yes'),(110056,2456,'_recorded_sales','yes'),(110057,2456,'_recorded_coupon_usage_counts','yes'),(110058,2456,'_new_order_email_sent','true'),(110059,2456,'_order_stock_reduced','yes'),(110060,2456,'_billing_first_name','LCA'),(110061,2456,'_billing_last_name','Arkansas'),(110062,2456,'_billing_company','LCA - Central Arkansas'),(110063,2456,'_billing_address_1','1011 N. 2nd St., Ste. D'),(110064,2456,'_billing_city','Cabot'),(110065,2456,'_billing_state','AR'),(110066,2456,'_billing_postcode','72023'),(110067,2456,'_billing_country','US'),(110068,2456,'_billing_email','liceclinicslittlerock@gmail.com'),(110069,2456,'_billing_phone','15014249396'),(110070,2456,'_shipping_first_name','LCA'),(110071,2456,'_shipping_last_name','Arkansas'),(110072,2456,'_shipping_company','LCA - Central Arkansas'),(110073,2456,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(110074,2456,'_shipping_city','Cabot'),(110075,2456,'_shipping_state','AR'),(110076,2456,'_shipping_postcode','72023'),(110077,2456,'_shipping_country','US'),(110078,2456,'_order_currency','USD'),(110079,2456,'_cart_discount','0'),(110080,2456,'_cart_discount_tax','0'),(110081,2456,'_order_shipping','0'),(110082,2456,'_order_shipping_tax','0'),(110083,2456,'_order_tax','0'),(110084,2456,'_order_total','591.76'),(110085,2456,'_order_version','8.5.2'),(110086,2456,'_prices_include_tax','no'),(110087,2456,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(110088,2456,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(110089,2456,'is_vat_exempt','no'),(110090,2456,'_wc_order_attribution_source_type','referral'),(110091,2456,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110092,2456,'_wc_order_attribution_utm_source','lcaportal.com'),(110093,2456,'_wc_order_attribution_utm_medium','referral'),(110094,2456,'_wc_order_attribution_utm_content','/'),(110095,2456,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110096,2456,'_wc_order_attribution_session_start_time','2024-01-30 19:18:48'),(110097,2456,'_wc_order_attribution_session_pages','4'),(110098,2456,'_wc_order_attribution_session_count','1'),(110099,2456,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Avast/120.0.0.0'),(110100,2456,'_wc_order_attribution_device_type','Desktop'),(110101,2456,'Payment type','instant'),(110102,2456,'_paypal_status','completed'),(110103,2456,'_transaction_id','8SJ34022DN7904154'),(110104,2456,'PayPal Transaction Fee','21.14'),(110105,2456,'_date_paid','1706642673'),(110106,2456,'_paid_date','2024-01-30 19:24:33'),(110107,2457,'_order_key','wc_order_SzCMFWNO10wR5'),(110108,2457,'_customer_user','90'),(110109,2457,'_payment_method','paypal'),(110110,2457,'_payment_method_title','PayPal'),(110111,2457,'_customer_ip_address','75.48.216.88'),(110112,2457,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(110113,2457,'_created_via','checkout'),(110114,2457,'_cart_hash','6584dd54d16666dfb2ca6502452846a5'),(110115,2457,'_download_permissions_granted','yes'),(110116,2457,'_recorded_sales','yes'),(110117,2457,'_recorded_coupon_usage_counts','yes'),(110118,2457,'_new_order_email_sent','true'),(110119,2457,'_order_stock_reduced','yes'),(110120,2457,'_billing_first_name','Mike'),(110121,2457,'_billing_last_name','Brehm'),(110122,2457,'_billing_address_1','5258 Plainfield Ave NE'),(110123,2457,'_billing_city','Grand Rapids'),(110124,2457,'_billing_state','MI'),(110125,2457,'_billing_postcode','49525'),(110126,2457,'_billing_country','US'),(110127,2457,'_billing_email','rapunzelscorinn@gmail.com'),(110128,2457,'_billing_phone','6164504125'),(110129,2457,'_shipping_first_name','Corinn'),(110130,2457,'_shipping_last_name','Nichols'),(110131,2457,'_shipping_company','LCA Remedy'),(110132,2457,'_shipping_address_1','3500 Dean Lake Ave NE'),(110133,2457,'_shipping_city','Grand Rapids'),(110134,2457,'_shipping_state','MI'),(110135,2457,'_shipping_postcode','49525'),(110136,2457,'_shipping_country','US'),(110137,2457,'_order_currency','USD'),(110138,2457,'_cart_discount','0'),(110139,2457,'_cart_discount_tax','0'),(110140,2457,'_order_shipping','0'),(110141,2457,'_order_shipping_tax','0'),(110142,2457,'_order_tax','0'),(110143,2457,'_order_total','639.51'),(110144,2457,'_order_version','8.5.2'),(110145,2457,'_prices_include_tax','no'),(110146,2457,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(110147,2457,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(110148,2457,'is_vat_exempt','no'),(110149,2457,'_wc_order_attribution_source_type','referral'),(110150,2457,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110151,2457,'_wc_order_attribution_utm_source','lcaportal.com'),(110152,2457,'_wc_order_attribution_utm_medium','referral'),(110153,2457,'_wc_order_attribution_utm_content','/'),(110154,2457,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110155,2457,'_wc_order_attribution_session_start_time','2024-01-31 00:17:16'),(110156,2457,'_wc_order_attribution_session_pages','6'),(110157,2457,'_wc_order_attribution_session_count','1'),(110158,2457,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(110159,2457,'_wc_order_attribution_device_type','Desktop'),(110160,2457,'Payment type','instant'),(110161,2457,'_paypal_status','completed'),(110162,2457,'_transaction_id','1SH05713D63350849'),(110163,2457,'PayPal Transaction Fee','22.81'),(110164,2457,'_date_paid','1706661076'),(110165,2457,'_paid_date','2024-01-31 00:31:16'),(110166,2458,'_order_key','wc_order_GNUrVHJDvR38V'),(110167,2458,'_customer_user','66'),(110168,2458,'_payment_method','paypal'),(110169,2458,'_payment_method_title','PayPal'),(110170,2458,'_customer_ip_address','100.18.27.171'),(110171,2458,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110172,2458,'_created_via','checkout'),(110173,2458,'_cart_hash','f29e6953e42537ae25dff0d6cf717000'),(110174,2458,'_download_permissions_granted','yes'),(110175,2458,'_recorded_sales','yes'),(110176,2458,'_recorded_coupon_usage_counts','yes'),(110177,2458,'_new_order_email_sent','true'),(110178,2458,'_order_stock_reduced','yes'),(110179,2458,'_billing_first_name','Mark'),(110180,2458,'_billing_last_name','Dent'),(110181,2458,'_billing_company','Lice Clinics of Maryland'),(110182,2458,'_billing_address_1','801 W 33rd Street'),(110183,2458,'_billing_city','BAltimore'),(110184,2458,'_billing_state','MD'),(110185,2458,'_billing_postcode','21211'),(110186,2458,'_billing_country','US'),(110187,2458,'_billing_email','info@liceclinicsofmaryland.com'),(110188,2458,'_billing_phone','4438349991'),(110189,2458,'_shipping_first_name','Dawn'),(110190,2458,'_shipping_last_name','Mumaw'),(110191,2458,'_shipping_company','LCA Baltimore'),(110192,2458,'_shipping_address_1','604 Providence Road'),(110193,2458,'_shipping_city','Towson'),(110194,2458,'_shipping_state','MD'),(110195,2458,'_shipping_postcode','21286'),(110196,2458,'_shipping_country','US'),(110197,2458,'_order_currency','USD'),(110198,2458,'_cart_discount','0'),(110199,2458,'_cart_discount_tax','0'),(110200,2458,'_order_shipping','0'),(110201,2458,'_order_shipping_tax','0'),(110202,2458,'_order_tax','0'),(110203,2458,'_order_total','2904.26'),(110204,2458,'_order_version','8.5.2'),(110205,2458,'_prices_include_tax','no'),(110206,2458,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(110207,2458,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(110209,2458,'_wc_order_attribution_source_type','referral'),(110210,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110211,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110212,2458,'_wc_order_attribution_utm_medium','referral'),(110213,2458,'_wc_order_attribution_utm_content','/'),(110214,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110215,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110216,2458,'_wc_order_attribution_session_pages','4'),(110217,2458,'_wc_order_attribution_session_count','1'),(110218,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110219,2458,'_wc_order_attribution_device_type','Desktop'),(110221,2458,'_wc_order_attribution_source_type','referral'),(110222,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110223,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110224,2458,'_wc_order_attribution_utm_medium','referral'),(110225,2458,'_wc_order_attribution_utm_content','/'),(110226,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110227,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110228,2458,'_wc_order_attribution_session_pages','7'),(110229,2458,'_wc_order_attribution_session_count','1'),(110230,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110231,2458,'_wc_order_attribution_device_type','Desktop'),(110233,2458,'_wc_order_attribution_source_type','referral'),(110234,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110235,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110236,2458,'_wc_order_attribution_utm_medium','referral'),(110237,2458,'_wc_order_attribution_utm_content','/'),(110238,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110239,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110240,2458,'_wc_order_attribution_session_pages','10'),(110241,2458,'_wc_order_attribution_session_count','1'),(110242,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110243,2458,'_wc_order_attribution_device_type','Desktop'),(110245,2458,'_wc_order_attribution_source_type','referral'),(110246,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110247,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110248,2458,'_wc_order_attribution_utm_medium','referral'),(110249,2458,'_wc_order_attribution_utm_content','/'),(110250,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110251,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110252,2458,'_wc_order_attribution_session_pages','13'),(110253,2458,'_wc_order_attribution_session_count','1'),(110254,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110255,2458,'_wc_order_attribution_device_type','Desktop'),(110257,2458,'_wc_order_attribution_source_type','referral'),(110258,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110259,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110260,2458,'_wc_order_attribution_utm_medium','referral'),(110261,2458,'_wc_order_attribution_utm_content','/'),(110262,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110263,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110264,2458,'_wc_order_attribution_session_pages','16'),(110265,2458,'_wc_order_attribution_session_count','1'),(110266,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110267,2458,'_wc_order_attribution_device_type','Desktop'),(110269,2458,'_wc_order_attribution_source_type','referral'),(110270,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110271,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110272,2458,'_wc_order_attribution_utm_medium','referral'),(110273,2458,'_wc_order_attribution_utm_content','/'),(110274,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110275,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110276,2458,'_wc_order_attribution_session_pages','19'),(110277,2458,'_wc_order_attribution_session_count','1'),(110278,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110279,2458,'_wc_order_attribution_device_type','Desktop'),(110280,2458,'is_vat_exempt','no'),(110281,2458,'_wc_order_attribution_source_type','referral'),(110282,2458,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110283,2458,'_wc_order_attribution_utm_source','lcaportal.com'),(110284,2458,'_wc_order_attribution_utm_medium','referral'),(110285,2458,'_wc_order_attribution_utm_content','/'),(110286,2458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110287,2458,'_wc_order_attribution_session_start_time','2024-01-31 14:25:07'),(110288,2458,'_wc_order_attribution_session_pages','22'),(110289,2458,'_wc_order_attribution_session_count','1'),(110290,2458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0'),(110291,2458,'_wc_order_attribution_device_type','Desktop'),(110292,2458,'Payment type','instant'),(110293,2458,'_paypal_status','completed'),(110294,2458,'_transaction_id','4HN878203L900262L'),(110295,2458,'PayPal Transaction Fee','101.85'),(110296,2458,'_date_paid','1706711983'),(110297,2458,'_paid_date','2024-01-31 14:39:43'),(110298,2444,'Payment type','instant'),(110299,2444,'_paypal_status','completed'),(110300,2444,'_transaction_id','4D930781BM6023348'),(110301,2444,'PayPal Transaction Fee','23.07'),(110302,2444,'_date_paid','1706725489'),(110303,2444,'_paid_date','2024-01-31 18:24:49'),(110304,2459,'_order_key','wc_order_YDfRJsHSDBPut'),(110305,2459,'_customer_user','76'),(110306,2459,'_payment_method','paypal'),(110307,2459,'_payment_method_title','PayPal'),(110308,2459,'_customer_ip_address','172.56.113.141'),(110309,2459,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(110310,2459,'_created_via','checkout'),(110311,2459,'_cart_hash','4242a2d24d7f012d041841a063278682'),(110312,2459,'_download_permissions_granted','yes'),(110313,2459,'_recorded_sales','yes'),(110314,2459,'_recorded_coupon_usage_counts','yes'),(110315,2459,'_new_order_email_sent','true'),(110316,2459,'_order_stock_reduced','yes'),(110317,2459,'_billing_first_name','Naomi'),(110318,2459,'_billing_last_name','Golden'),(110319,2459,'_billing_company','LCA'),(110320,2459,'_billing_address_1','31 Mann Ave'),(110321,2459,'_billing_city','Needham'),(110322,2459,'_billing_state','MA'),(110323,2459,'_billing_postcode','02492'),(110324,2459,'_billing_country','US'),(110325,2459,'_billing_email','nrgolden6486@gmail.com'),(110326,2459,'_billing_phone','617-851-1322'),(110327,2459,'_shipping_first_name','Naomi'),(110328,2459,'_shipping_last_name','Golden'),(110329,2459,'_shipping_company','LCA'),(110330,2459,'_shipping_address_1','111 Center Street'),(110331,2459,'_shipping_address_2','Suite A (Next to Laundromat)'),(110332,2459,'_shipping_city','Middleborough'),(110333,2459,'_shipping_state','MA'),(110334,2459,'_shipping_postcode','02346'),(110335,2459,'_shipping_country','US'),(110336,2459,'_order_currency','USD'),(110337,2459,'_cart_discount','0'),(110338,2459,'_cart_discount_tax','0'),(110339,2459,'_order_shipping','0'),(110340,2459,'_order_shipping_tax','0'),(110341,2459,'_order_tax','0'),(110342,2459,'_order_total','554.84'),(110343,2459,'_order_version','8.5.2'),(110344,2459,'_prices_include_tax','no'),(110345,2459,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(110346,2459,'_shipping_address_index','Naomi Golden LCA 111 Center Street Suite A (Next to Laundromat) Middleborough MA 02346 US '),(110347,2459,'is_vat_exempt','no'),(110348,2459,'_wc_order_attribution_source_type','typein'),(110349,2459,'_wc_order_attribution_utm_source','(direct)'),(110350,2459,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110351,2459,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(110352,2459,'_wc_order_attribution_session_pages','10'),(110353,2459,'_wc_order_attribution_session_count','3'),(110354,2459,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(110355,2459,'_wc_order_attribution_device_type','Desktop'),(110356,2459,'Payment type','instant'),(110357,2459,'_paypal_status','completed'),(110358,2459,'_transaction_id','7B8061711V676264G'),(110359,2459,'PayPal Transaction Fee','19.85'),(110360,2459,'_date_paid','1706726765'),(110361,2459,'_paid_date','2024-01-31 18:46:05'),(110362,2460,'_order_key','wc_order_TnYpjAIIfj8nl'),(110363,2460,'_customer_user','47'),(110364,2460,'_payment_method','paypal'),(110365,2460,'_payment_method_title','PayPal'),(110366,2460,'_customer_ip_address','64.183.221.78'),(110367,2460,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1'),(110368,2460,'_created_via','checkout'),(110369,2460,'_cart_hash','b933f3fb5e48524e464b542ed80a4385'),(110370,2460,'_download_permissions_granted','yes'),(110371,2460,'_recorded_sales','yes'),(110372,2460,'_recorded_coupon_usage_counts','yes'),(110373,2460,'_new_order_email_sent','true'),(110374,2460,'_order_stock_reduced','yes'),(110375,2460,'_billing_first_name','Tracy'),(110376,2460,'_billing_last_name','Copeland'),(110377,2460,'_billing_company','LCA SA EAST'),(110378,2460,'_billing_address_1','14223 Silverhollow'),(110379,2460,'_billing_city','San Antonio'),(110380,2460,'_billing_state','TX'),(110381,2460,'_billing_postcode','78232'),(110382,2460,'_billing_country','US'),(110383,2460,'_billing_email','info@liceclinicsofsanantonio.com'),(110384,2460,'_billing_phone','2103135033'),(110385,2460,'_shipping_first_name','Tracy'),(110386,2460,'_shipping_last_name','Copeland'),(110387,2460,'_shipping_company','LCA SA EAST'),(110388,2460,'_shipping_address_1','19115 FM 2252'),(110389,2460,'_shipping_address_2','#17'),(110390,2460,'_shipping_city','San Antonio'),(110391,2460,'_shipping_state','TX'),(110392,2460,'_shipping_postcode','78266'),(110393,2460,'_shipping_country','US'),(110394,2460,'_order_currency','USD'),(110395,2460,'_cart_discount','0'),(110396,2460,'_cart_discount_tax','0'),(110397,2460,'_order_shipping','0'),(110398,2460,'_order_shipping_tax','0'),(110399,2460,'_order_tax','0'),(110400,2460,'_order_total','585.28'),(110401,2460,'_order_version','8.5.2'),(110402,2460,'_prices_include_tax','no'),(110403,2460,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(110404,2460,'_shipping_address_index','Tracy Copeland LCA SA EAST 19115 FM 2252 #17 San Antonio TX 78266 US '),(110405,2460,'is_vat_exempt','no'),(110406,2460,'_wc_order_attribution_source_type','typein'),(110407,2460,'_wc_order_attribution_utm_source','(direct)'),(110408,2460,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110409,2460,'_wc_order_attribution_session_start_time','2024-01-31 18:43:54'),(110410,2460,'_wc_order_attribution_session_pages','6'),(110411,2460,'_wc_order_attribution_session_count','1'),(110412,2460,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1'),(110413,2460,'_wc_order_attribution_device_type','Mobile'),(110414,2460,'Payment type','instant'),(110415,2460,'_paypal_status','completed'),(110416,2460,'_transaction_id','3HW29305V23731431'),(110417,2460,'PayPal Transaction Fee','20.92'),(110418,2460,'_date_paid','1706727018'),(110419,2460,'_paid_date','2024-01-31 18:50:18'),(110420,2461,'_order_key','wc_order_irTVJffHt5lby'),(110421,2461,'_customer_user','60'),(110422,2461,'_payment_method','paypal'),(110423,2461,'_payment_method_title','PayPal'),(110424,2461,'_customer_ip_address','24.13.229.23'),(110425,2461,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(110426,2461,'_created_via','checkout'),(110427,2461,'_cart_hash','6822e69a0594b9cfce6d7760818117aa'),(110428,2461,'_download_permissions_granted','yes'),(110429,2461,'_recorded_sales','yes'),(110430,2461,'_recorded_coupon_usage_counts','yes'),(110431,2461,'_new_order_email_sent','true'),(110432,2461,'_order_stock_reduced','yes'),(110433,2461,'_billing_first_name','Jill'),(110434,2461,'_billing_last_name','Leshtz'),(110435,2461,'_billing_company','Lice clinics of America-North Shore'),(110436,2461,'_billing_address_1','1580 Lancelot Avenue'),(110437,2461,'_billing_city','Highland park'),(110438,2461,'_billing_state','IL'),(110439,2461,'_billing_postcode','60035'),(110440,2461,'_billing_country','US'),(110441,2461,'_billing_email','jleshtz@gmail.com'),(110442,2461,'_billing_phone','8473639001'),(110443,2461,'_shipping_first_name','Jill'),(110444,2461,'_shipping_last_name','Leshtz'),(110445,2461,'_shipping_company','Lice clinics of America-North Shore'),(110446,2461,'_shipping_address_1','1580 Lancelot Avenue'),(110447,2461,'_shipping_city','Highland park'),(110448,2461,'_shipping_state','IL'),(110449,2461,'_shipping_postcode','60035'),(110450,2461,'_shipping_country','US'),(110451,2461,'_order_currency','USD'),(110452,2461,'_cart_discount','0'),(110453,2461,'_cart_discount_tax','0'),(110454,2461,'_order_shipping','14.73'),(110455,2461,'_order_shipping_tax','0'),(110456,2461,'_order_tax','0'),(110457,2461,'_order_total','14.73'),(110458,2461,'_order_version','8.5.2'),(110459,2461,'_prices_include_tax','no'),(110460,2461,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(110461,2461,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(110462,2461,'is_vat_exempt','no'),(110463,2461,'_wc_order_attribution_source_type','referral'),(110464,2461,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110465,2461,'_wc_order_attribution_utm_source','lcaportal.com'),(110466,2461,'_wc_order_attribution_utm_medium','referral'),(110467,2461,'_wc_order_attribution_utm_content','/'),(110468,2461,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110469,2461,'_wc_order_attribution_session_start_time','2024-01-31 23:41:54'),(110470,2461,'_wc_order_attribution_session_pages','3'),(110471,2461,'_wc_order_attribution_session_count','1'),(110472,2461,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(110473,2461,'_wc_order_attribution_device_type','Desktop'),(110474,2461,'Payment type','instant'),(110475,2461,'_paypal_status','completed'),(110476,2461,'_transaction_id','0VK134014X559683D'),(110477,2461,'PayPal Transaction Fee','1.00'),(110478,2461,'_date_paid','1706744619'),(110479,2461,'_paid_date','2024-01-31 23:43:39'),(110480,2455,'_edit_lock','1706802169:2'),(110481,2455,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204643\";s:12:\"date_shipped\";s:10:\"1706745600\";s:11:\"tracking_id\";s:32:\"d2e6ffd1309c7ae070f8368aa53d744f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204632\";s:12:\"date_shipped\";i:1706802274;s:11:\"tracking_id\";s:32:\"cdb1c3070b63cfb7fc3c0c752ed8fbe5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204621\";s:12:\"date_shipped\";i:1706802283;s:11:\"tracking_id\";s:32:\"d0a1d8ff0177482476d7d90c3abcb70b\";}}'),(110482,2455,'_edit_last','2'),(110483,2455,'_date_completed','1706802287'),(110484,2455,'_completed_date','2024-02-01 15:44:47'),(110485,2456,'_edit_lock','1706802244:2'),(110486,2456,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204724\";s:12:\"date_shipped\";s:10:\"1706745600\";s:11:\"tracking_id\";s:32:\"855e0bd56e0f2dc881804948d9dfb4b0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204713\";s:12:\"date_shipped\";i:1706802370;s:11:\"tracking_id\";s:32:\"5da32d61f65be7ce5f069fb59563a269\";}}'),(110487,2456,'_edit_last','2'),(110488,2456,'_date_completed','1706802373'),(110489,2456,'_completed_date','2024-02-01 15:46:13'),(110490,2457,'_edit_lock','1706802372:2'),(110491,2457,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204779\";s:12:\"date_shipped\";s:10:\"1706745600\";s:11:\"tracking_id\";s:32:\"19190a87a9f738a2994c05b1517d400f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204768\";s:12:\"date_shipped\";i:1706802423;s:11:\"tracking_id\";s:32:\"bfbeb68cd65993c37c2c97011d454105\";}}'),(110492,2457,'_edit_last','2'),(110493,2457,'_date_completed','1706802427'),(110494,2457,'_completed_date','2024-02-01 15:47:07'),(110495,2458,'_edit_lock','1706802514:2'),(110496,2458,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204871\";s:12:\"date_shipped\";s:10:\"1706745600\";s:11:\"tracking_id\";s:32:\"9d34139621a753be0fc022dcf284525d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204860\";s:12:\"date_shipped\";i:1706802558;s:11:\"tracking_id\";s:32:\"018537a746938e76dec42cf057d9fbb4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204850\";s:12:\"date_shipped\";i:1706802565;s:11:\"tracking_id\";s:32:\"ba913aadb8ff202c0b330f027b6894c9\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204849\";s:12:\"date_shipped\";i:1706802572;s:11:\"tracking_id\";s:32:\"8a39888bd652247c0854f00e2f906f30\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204838\";s:12:\"date_shipped\";i:1706802582;s:11:\"tracking_id\";s:32:\"2521e9bd27220e502e09e87413b262f4\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204827\";s:12:\"date_shipped\";i:1706802591;s:11:\"tracking_id\";s:32:\"d77dfb350f7fc0266413354d9f7e2b53\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204816\";s:12:\"date_shipped\";i:1706802601;s:11:\"tracking_id\";s:32:\"26150ab0b6a69eb9ef48e28d21820ced\";}}'),(110497,2458,'_edit_last','2'),(110498,2458,'_date_completed','1706802646'),(110499,2458,'_completed_date','2024-02-01 15:50:46'),(110500,2462,'_order_key','wc_order_da5p9y34Ykfbt'),(110501,2462,'_customer_user','52'),(110502,2462,'_payment_method','paypal'),(110503,2462,'_payment_method_title','PayPal'),(110504,2462,'_customer_ip_address','71.163.16.212'),(110505,2462,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110506,2462,'_created_via','checkout'),(110507,2462,'_cart_hash','1393570ac9a7ead0160acf8fa933762e'),(110508,2462,'_download_permissions_granted','yes'),(110509,2462,'_recorded_sales','yes'),(110510,2462,'_recorded_coupon_usage_counts','yes'),(110511,2462,'_new_order_email_sent','true'),(110512,2462,'_order_stock_reduced','yes'),(110513,2462,'_billing_first_name','Darlene'),(110514,2462,'_billing_last_name','LaFramboise'),(110515,2462,'_billing_company','LCA-NOVA'),(110516,2462,'_billing_address_1','25473 Tomey Ct'),(110517,2462,'_billing_city','Aldie'),(110518,2462,'_billing_state','VA'),(110519,2462,'_billing_postcode','20105-3048'),(110520,2462,'_billing_country','US'),(110521,2462,'_billing_email','info@liceremovalnova.com'),(110522,2462,'_billing_phone','7033031576'),(110523,2462,'_shipping_first_name','Darlene'),(110524,2462,'_shipping_last_name','LaFramboise'),(110525,2462,'_shipping_company','LCA-NOVA'),(110526,2462,'_shipping_address_1','25473 Tomey Ct'),(110527,2462,'_shipping_city','Aldie'),(110528,2462,'_shipping_state','VA'),(110529,2462,'_shipping_postcode','20105-3048'),(110530,2462,'_shipping_country','US'),(110531,2462,'_order_currency','USD'),(110532,2462,'_cart_discount','0'),(110533,2462,'_cart_discount_tax','0'),(110534,2462,'_order_shipping','16.6'),(110535,2462,'_order_shipping_tax','0'),(110536,2462,'_order_tax','0'),(110537,2462,'_order_total','208.36'),(110538,2462,'_order_version','8.5.2'),(110539,2462,'_prices_include_tax','no'),(110540,2462,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(110541,2462,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(110542,2462,'is_vat_exempt','no'),(110543,2462,'_wc_order_attribution_source_type','referral'),(110544,2462,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(110545,2462,'_wc_order_attribution_utm_source','lcaportal.com'),(110546,2462,'_wc_order_attribution_utm_medium','referral'),(110547,2462,'_wc_order_attribution_utm_content','/'),(110548,2462,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110549,2462,'_wc_order_attribution_session_start_time','2024-02-01 17:06:08'),(110550,2462,'_wc_order_attribution_session_pages','4'),(110551,2462,'_wc_order_attribution_session_count','1'),(110552,2462,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110553,2462,'_wc_order_attribution_device_type','Desktop'),(110554,2462,'Payment type','instant'),(110555,2462,'_paypal_status','completed'),(110556,2462,'_transaction_id','9TN93856LU417020N'),(110557,2462,'PayPal Transaction Fee','7.76'),(110558,2462,'_date_paid','1706807320'),(110559,2462,'_paid_date','2024-02-01 17:08:40'),(110614,2464,'_order_key','wc_order_JnRZO7GP4aezr'),(110615,2464,'_customer_user','11'),(110616,2464,'_payment_method','paypal'),(110617,2464,'_payment_method_title','PayPal'),(110618,2464,'_customer_ip_address','74.130.239.204'),(110619,2464,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110620,2464,'_created_via','checkout'),(110621,2464,'_cart_hash','8a2f126a9b34f770ff570595f17d64af'),(110622,2464,'_download_permissions_granted','yes'),(110623,2464,'_recorded_sales','yes'),(110624,2464,'_recorded_coupon_usage_counts','yes'),(110625,2464,'_new_order_email_sent','true'),(110626,2464,'_order_stock_reduced','yes'),(110627,2464,'_billing_first_name','Tina'),(110628,2464,'_billing_last_name','Hunt'),(110629,2464,'_billing_company','LCBG, LLC'),(110630,2464,'_billing_address_1','830 Fairview Ave.'),(110631,2464,'_billing_address_2','Suite A-4'),(110632,2464,'_billing_city','Bowling Green'),(110633,2464,'_billing_state','KY'),(110634,2464,'_billing_postcode','42101'),(110635,2464,'_billing_country','US'),(110636,2464,'_billing_email','lcbgky12@gmail.com'),(110637,2464,'_billing_phone','2709996803'),(110638,2464,'_shipping_first_name','Tina'),(110639,2464,'_shipping_last_name','Hunt'),(110640,2464,'_shipping_company','LCBG, LLC'),(110641,2464,'_shipping_address_1','494 Hub Boulevard'),(110642,2464,'_shipping_address_2','Apt 1012'),(110643,2464,'_shipping_city','Bowling Green'),(110644,2464,'_shipping_state','KY'),(110645,2464,'_shipping_postcode','42101'),(110646,2464,'_shipping_country','US'),(110647,2464,'_order_currency','USD'),(110648,2464,'_cart_discount','0'),(110649,2464,'_cart_discount_tax','0'),(110650,2464,'_order_shipping','16.6'),(110651,2464,'_order_shipping_tax','0'),(110652,2464,'_order_tax','0'),(110653,2464,'_order_total','277.64'),(110654,2464,'_order_version','8.5.2'),(110655,2464,'_prices_include_tax','no'),(110656,2464,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(110657,2464,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(110658,2464,'is_vat_exempt','no'),(110659,2464,'_wc_order_attribution_source_type','referral'),(110660,2464,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110661,2464,'_wc_order_attribution_utm_source','lcaportal.com'),(110662,2464,'_wc_order_attribution_utm_medium','referral'),(110663,2464,'_wc_order_attribution_utm_content','/'),(110664,2464,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110665,2464,'_wc_order_attribution_session_start_time','2024-02-01 18:29:31'),(110666,2464,'_wc_order_attribution_session_pages','3'),(110667,2464,'_wc_order_attribution_session_count','3'),(110668,2464,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110669,2464,'_wc_order_attribution_device_type','Desktop'),(110670,2464,'Payment type','instant'),(110671,2464,'_paypal_status','completed'),(110672,2464,'_transaction_id','2CC00789KT406672N'),(110673,2464,'PayPal Transaction Fee','10.18'),(110674,2464,'_date_paid','1706812261'),(110675,2464,'_paid_date','2024-02-01 18:31:01'),(110681,95,'ast-site-content-layout','default'),(110682,95,'site-content-style','default'),(110683,95,'site-sidebar-style','default'),(110686,2465,'_order_key','wc_order_JHqwfkUfu3FOW'),(110687,2465,'_customer_user','3'),(110688,2465,'_payment_method','paypal'),(110689,2465,'_payment_method_title','PayPal'),(110690,2465,'_customer_ip_address','70.142.202.154'),(110691,2465,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110692,2465,'_created_via','checkout'),(110693,2465,'_cart_hash','16c1c752ac5b907411752b7aaacf2d3c'),(110694,2465,'_download_permissions_granted','yes'),(110695,2465,'_recorded_sales','yes'),(110696,2465,'_recorded_coupon_usage_counts','yes'),(110697,2465,'_new_order_email_sent','true'),(110698,2465,'_order_stock_reduced','yes'),(110699,2465,'_billing_first_name','Amanda'),(110700,2465,'_billing_last_name','Westerman'),(110701,2465,'_billing_company','Lice Clinics of America McKinney'),(110702,2465,'_billing_address_1','3120 Hudson Crossing'),(110703,2465,'_billing_address_2','Suite A2'),(110704,2465,'_billing_city','MCKINNEY'),(110705,2465,'_billing_state','TX'),(110706,2465,'_billing_postcode','75070'),(110707,2465,'_billing_country','US'),(110708,2465,'_billing_email','awesterman1103@gmail.com'),(110709,2465,'_billing_phone','2144175741'),(110710,2465,'_shipping_first_name','Amanda'),(110711,2465,'_shipping_last_name','Westerman'),(110712,2465,'_shipping_company','Lice Clinics of America McKinney'),(110713,2465,'_shipping_address_1','3120 Hudson Crossing'),(110714,2465,'_shipping_address_2','Suite A2'),(110715,2465,'_shipping_city','MCKINNEY'),(110716,2465,'_shipping_state','TX'),(110717,2465,'_shipping_postcode','75070'),(110718,2465,'_shipping_country','US'),(110719,2465,'_order_currency','USD'),(110720,2465,'_cart_discount','0'),(110721,2465,'_cart_discount_tax','0'),(110722,2465,'_order_shipping','0'),(110723,2465,'_order_shipping_tax','0'),(110724,2465,'_order_tax','0'),(110725,2465,'_order_total','669.08'),(110726,2465,'_order_version','8.5.2'),(110727,2465,'_prices_include_tax','no'),(110728,2465,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(110729,2465,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(110730,2465,'is_vat_exempt','no'),(110731,2465,'_wc_order_attribution_source_type','referral'),(110732,2465,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110733,2465,'_wc_order_attribution_utm_source','lcaportal.com'),(110734,2465,'_wc_order_attribution_utm_medium','referral'),(110735,2465,'_wc_order_attribution_utm_content','/'),(110736,2465,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110737,2465,'_wc_order_attribution_session_start_time','2024-02-02 15:07:49'),(110738,2465,'_wc_order_attribution_session_pages','6'),(110739,2465,'_wc_order_attribution_session_count','4'),(110740,2465,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(110741,2465,'_wc_order_attribution_device_type','Desktop'),(110742,2465,'Payment type','instant'),(110743,2465,'_paypal_status','completed'),(110744,2465,'_transaction_id','9W969979EH1024055'),(110745,2465,'PayPal Transaction Fee','23.84'),(110746,2465,'_date_paid','1706887407'),(110747,2465,'_paid_date','2024-02-02 15:23:27'),(110748,2466,'_order_key','wc_order_BHv5blmE62tU1'),(110749,2466,'_customer_user','98'),(110750,2466,'_payment_method','paypal'),(110751,2466,'_payment_method_title','PayPal'),(110752,2466,'_customer_ip_address','24.62.247.50'),(110753,2466,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110754,2466,'_created_via','checkout'),(110755,2466,'_cart_hash','10db1185dd5cb5158e59f9d98c36ec90'),(110756,2466,'_download_permissions_granted','yes'),(110757,2466,'_recorded_sales','yes'),(110758,2466,'_recorded_coupon_usage_counts','yes'),(110759,2466,'_new_order_email_sent','true'),(110760,2466,'_order_stock_reduced','yes'),(110761,2466,'_billing_first_name','Christine'),(110762,2466,'_billing_last_name','Cherry'),(110763,2466,'_billing_company','NITS END'),(110764,2466,'_billing_address_1','PO BOX 1092'),(110765,2466,'_billing_city','Campton'),(110766,2466,'_billing_state','NH'),(110767,2466,'_billing_postcode','03223'),(110768,2466,'_billing_country','US'),(110769,2466,'_billing_email','christine@liceclinicscolumbus.com'),(110770,2466,'_billing_phone','16034983390'),(110771,2466,'_shipping_first_name','Erica'),(110772,2466,'_shipping_last_name','Froggatt'),(110773,2466,'_shipping_company','LCA'),(110774,2466,'_shipping_address_1','5910 Wilcox Place'),(110775,2466,'_shipping_address_2','Suite E'),(110776,2466,'_shipping_city','Dublin'),(110777,2466,'_shipping_state','OH'),(110778,2466,'_shipping_postcode','43016'),(110779,2466,'_shipping_country','US'),(110780,2466,'_order_currency','USD'),(110781,2466,'_cart_discount','0'),(110782,2466,'_cart_discount_tax','0'),(110783,2466,'_order_shipping','0'),(110784,2466,'_order_shipping_tax','0'),(110785,2466,'_order_tax','0'),(110786,2466,'_order_total','1246.35'),(110787,2466,'_order_version','8.5.2'),(110788,2466,'_prices_include_tax','no'),(110789,2466,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(110790,2466,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(110791,2466,'is_vat_exempt','no'),(110792,2466,'_wc_order_attribution_source_type','referral'),(110793,2466,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110794,2466,'_wc_order_attribution_utm_source','lcaportal.com'),(110795,2466,'_wc_order_attribution_utm_medium','referral'),(110796,2466,'_wc_order_attribution_utm_content','/'),(110797,2466,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110798,2466,'_wc_order_attribution_session_start_time','2024-02-02 18:23:44'),(110799,2466,'_wc_order_attribution_session_pages','4'),(110800,2466,'_wc_order_attribution_session_count','1'),(110801,2466,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110802,2466,'_wc_order_attribution_device_type','Desktop'),(110803,2466,'Payment type','instant'),(110804,2466,'_paypal_status','completed'),(110805,2466,'_transaction_id','7FB758536U6816235'),(110806,2466,'PayPal Transaction Fee','43.99'),(110807,2466,'_date_paid','1706898804'),(110808,2466,'_paid_date','2024-02-02 18:33:24'),(110809,2467,'_order_key','wc_order_yY19zZhoEDP7Z'),(110810,2467,'_customer_user','50'),(110811,2467,'_payment_method','paypal'),(110812,2467,'_payment_method_title','PayPal'),(110813,2467,'_customer_ip_address','24.62.247.50'),(110814,2467,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110815,2467,'_created_via','checkout'),(110816,2467,'_cart_hash','985613105b29084cf5d6e95c5683579c'),(110817,2467,'_download_permissions_granted','yes'),(110818,2467,'_recorded_sales','yes'),(110819,2467,'_recorded_coupon_usage_counts','yes'),(110820,2467,'_new_order_email_sent','true'),(110821,2467,'_order_stock_reduced','yes'),(110822,2467,'_billing_first_name','Christine'),(110823,2467,'_billing_last_name','Cherry'),(110824,2467,'_billing_company','NITS END'),(110825,2467,'_billing_address_1','PO BOX 1092'),(110826,2467,'_billing_city','Campton'),(110827,2467,'_billing_state','NH'),(110828,2467,'_billing_postcode','03223'),(110829,2467,'_billing_country','US'),(110830,2467,'_billing_email','info@liceclinicsplaistow.com'),(110831,2467,'_billing_phone','16034983390'),(110832,2467,'_shipping_first_name','Naomi'),(110833,2467,'_shipping_last_name','Njuguna'),(110834,2467,'_shipping_company','LCA - Nits End'),(110835,2467,'_shipping_address_1','71 Spit Brook Rd'),(110836,2467,'_shipping_address_2','Suite 403'),(110837,2467,'_shipping_city','Nashua'),(110838,2467,'_shipping_state','NH'),(110839,2467,'_shipping_postcode','03063'),(110840,2467,'_shipping_country','US'),(110841,2467,'_order_currency','USD'),(110842,2467,'_cart_discount','0'),(110843,2467,'_cart_discount_tax','0'),(110844,2467,'_order_shipping','21.02'),(110845,2467,'_order_shipping_tax','0'),(110846,2467,'_order_tax','0'),(110847,2467,'_order_total','320.32'),(110848,2467,'_order_version','8.5.2'),(110849,2467,'_prices_include_tax','no'),(110850,2467,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(110851,2467,'_shipping_address_index','Naomi Njuguna LCA - Nits End 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(110852,2467,'is_vat_exempt','no'),(110853,2467,'_wc_order_attribution_source_type','referral'),(110854,2467,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110855,2467,'_wc_order_attribution_utm_source','lcaportal.com'),(110856,2467,'_wc_order_attribution_utm_medium','referral'),(110857,2467,'_wc_order_attribution_utm_content','/'),(110858,2467,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110859,2467,'_wc_order_attribution_session_start_time','2024-02-02 18:23:44'),(110860,2467,'_wc_order_attribution_session_pages','2'),(110861,2467,'_wc_order_attribution_session_count','2'),(110862,2467,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110863,2467,'_wc_order_attribution_device_type','Desktop'),(110864,2467,'Payment type','instant'),(110865,2467,'_paypal_status','completed'),(110866,2467,'_transaction_id','87L692785B797930R'),(110867,2467,'PayPal Transaction Fee','11.67'),(110868,2467,'_date_paid','1706902963'),(110869,2467,'_paid_date','2024-02-02 19:42:43'),(110870,2468,'_order_key','wc_order_V8SaXkcPOK9HO'),(110871,2468,'_customer_user','50'),(110872,2468,'_payment_method','paypal'),(110873,2468,'_payment_method_title','PayPal'),(110874,2468,'_customer_ip_address','24.62.247.50'),(110875,2468,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110876,2468,'_created_via','checkout'),(110877,2468,'_cart_hash','ca89062a3382bf484c5b48879fb4fe5c'),(110878,2468,'_download_permissions_granted','yes'),(110879,2468,'_recorded_sales','yes'),(110880,2468,'_recorded_coupon_usage_counts','yes'),(110881,2468,'_new_order_email_sent','true'),(110882,2468,'_order_stock_reduced','yes'),(110883,2468,'_billing_first_name','Christine'),(110884,2468,'_billing_last_name','Cherry'),(110885,2468,'_billing_company','NITS END'),(110886,2468,'_billing_address_1','PO BOX 1092'),(110887,2468,'_billing_city','Campton'),(110888,2468,'_billing_state','NH'),(110889,2468,'_billing_postcode','03223'),(110890,2468,'_billing_country','US'),(110891,2468,'_billing_email','info@liceclinicsplaistow.com'),(110892,2468,'_billing_phone','16034983390'),(110893,2468,'_shipping_first_name','Ivy'),(110894,2468,'_shipping_last_name','Shannon'),(110895,2468,'_shipping_company','Nits End'),(110896,2468,'_shipping_address_1','125 Nash Rd'),(110897,2468,'_shipping_address_2','Apt B'),(110898,2468,'_shipping_city','Windham'),(110899,2468,'_shipping_state','ME'),(110900,2468,'_shipping_postcode','04062'),(110901,2468,'_shipping_country','US'),(110902,2468,'_order_currency','USD'),(110903,2468,'_cart_discount','0'),(110904,2468,'_cart_discount_tax','0'),(110905,2468,'_order_shipping','0'),(110906,2468,'_order_shipping_tax','0'),(110907,2468,'_order_tax','0'),(110908,2468,'_order_total','1014.58'),(110909,2468,'_order_version','8.5.2'),(110910,2468,'_prices_include_tax','no'),(110911,2468,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(110912,2468,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(110913,2468,'is_vat_exempt','no'),(110914,2468,'_wc_order_attribution_source_type','referral'),(110915,2468,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110916,2468,'_wc_order_attribution_utm_source','lcaportal.com'),(110917,2468,'_wc_order_attribution_utm_medium','referral'),(110918,2468,'_wc_order_attribution_utm_content','/'),(110919,2468,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110920,2468,'_wc_order_attribution_session_start_time','2024-02-02 18:23:44'),(110921,2468,'_wc_order_attribution_session_pages','7'),(110922,2468,'_wc_order_attribution_session_count','2'),(110923,2468,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110924,2468,'_wc_order_attribution_device_type','Desktop'),(110925,2468,'Payment type','instant'),(110926,2468,'_paypal_status','completed'),(110927,2468,'_transaction_id','8JY642379G744680K'),(110928,2468,'PayPal Transaction Fee','35.90'),(110929,2468,'_date_paid','1706904156'),(110930,2468,'_paid_date','2024-02-02 20:02:36'),(110931,2468,'_edit_lock','1707261586:2'),(110932,2469,'_order_currency','USD'),(110933,2469,'_cart_discount','0'),(110934,2469,'_cart_discount_tax','0'),(110935,2469,'_order_shipping','0'),(110936,2469,'_order_shipping_tax','0'),(110937,2469,'_order_tax','0'),(110938,2469,'_order_total','-1014.58'),(110939,2469,'_order_version','8.5.2'),(110940,2469,'_prices_include_tax','no'),(110941,2469,'_refund_amount','1014.58'),(110942,2469,'_refunded_by','2'),(110943,2469,'_refunded_payment','1'),(110944,2469,'_refund_reason',''),(110945,2470,'_order_key','wc_order_j4HS40PgVWbXo'),(110946,2470,'_customer_user','50'),(110947,2470,'_payment_method','paypal'),(110948,2470,'_payment_method_title','PayPal'),(110949,2470,'_customer_ip_address','24.62.247.50'),(110950,2470,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110951,2470,'_created_via','checkout'),(110952,2470,'_cart_hash','fa017af71e910b547592b0ab22bf590d'),(110953,2470,'_download_permissions_granted','yes'),(110954,2470,'_recorded_sales','yes'),(110955,2470,'_recorded_coupon_usage_counts','yes'),(110956,2470,'_new_order_email_sent','true'),(110957,2470,'_order_stock_reduced','yes'),(110958,2470,'_billing_first_name','Christine'),(110959,2470,'_billing_last_name','Cherry'),(110960,2470,'_billing_company','NITS END'),(110961,2470,'_billing_address_1','PO BOX 1092'),(110962,2470,'_billing_city','Campton'),(110963,2470,'_billing_state','NH'),(110964,2470,'_billing_postcode','03223'),(110965,2470,'_billing_country','US'),(110966,2470,'_billing_email','info@liceclinicsplaistow.com'),(110967,2470,'_billing_phone','16034983390'),(110968,2470,'_shipping_first_name','Ivy'),(110969,2470,'_shipping_last_name','Shannon'),(110970,2470,'_shipping_company','Nits End'),(110971,2470,'_shipping_address_1','125 Nash Rd'),(110972,2470,'_shipping_address_2','Apt B'),(110973,2470,'_shipping_city','Windham'),(110974,2470,'_shipping_state','ME'),(110975,2470,'_shipping_postcode','04062'),(110976,2470,'_shipping_country','US'),(110977,2470,'_order_currency','USD'),(110978,2470,'_cart_discount','0'),(110979,2470,'_cart_discount_tax','0'),(110980,2470,'_order_shipping','0'),(110981,2470,'_order_shipping_tax','0'),(110982,2470,'_order_tax','0'),(110983,2470,'_order_total','637.14'),(110984,2470,'_order_version','8.5.2'),(110985,2470,'_prices_include_tax','no'),(110986,2470,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(110987,2470,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(110988,2470,'is_vat_exempt','no'),(110989,2470,'_wc_order_attribution_source_type','referral'),(110990,2470,'_wc_order_attribution_referrer','https://lcaportal.com/'),(110991,2470,'_wc_order_attribution_utm_source','lcaportal.com'),(110992,2470,'_wc_order_attribution_utm_medium','referral'),(110993,2470,'_wc_order_attribution_utm_content','/'),(110994,2470,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(110995,2470,'_wc_order_attribution_session_start_time','2024-02-02 18:23:44'),(110996,2470,'_wc_order_attribution_session_pages','25'),(110997,2470,'_wc_order_attribution_session_count','2'),(110998,2470,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(110999,2470,'_wc_order_attribution_device_type','Desktop'),(111000,2470,'Payment type','instant'),(111001,2470,'_paypal_status','completed'),(111002,2470,'_transaction_id','2A0607932C389404P'),(111003,2470,'PayPal Transaction Fee','22.73'),(111004,2470,'_date_paid','1706905131'),(111005,2470,'_paid_date','2024-02-02 20:18:51'),(111006,2459,'_edit_lock','1706906647:2'),(111007,2459,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205000\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"e447588d1f17209c4a96588163e9c32c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204996\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"f7a8be214093a7b503d91b616924bdc0\";}}'),(111008,2459,'_edit_last','2'),(111009,2459,'_date_completed','1706906739'),(111010,2459,'_completed_date','2024-02-02 20:45:39'),(111011,2461,'_edit_lock','1706906711:2'),(111012,2461,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205021\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"8e9eef4edabbb972d2d9adc54347ec77\";}}'),(111013,2461,'_edit_last','2'),(111014,2461,'_date_completed','1706906837'),(111015,2461,'_completed_date','2024-02-02 20:47:17'),(111016,2460,'_edit_lock','1706906750:2'),(111017,2460,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205010\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"0ecc271e814de1d0b1658314f47e6734\";}}'),(111018,2460,'_edit_last','2'),(111019,2460,'_date_completed','1706906882'),(111020,2460,'_completed_date','2024-02-02 20:48:02'),(111021,2462,'_edit_lock','1706906783:2'),(111022,2462,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205168\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"71c8507fcb44f492c73c87202f32d671\";}}'),(111023,2462,'_edit_last','2'),(111024,2462,'_date_completed','1706906920'),(111025,2462,'_completed_date','2024-02-02 20:48:40'),(111026,2464,'_edit_lock','1706906839:2'),(111027,2464,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205179\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"7f263c33d20f42f798b1cc9f639ec1f5\";}}'),(111028,2464,'_edit_last','2'),(111029,2464,'_date_completed','1706906966'),(111030,2464,'_completed_date','2024-02-02 20:49:26'),(111031,2465,'_edit_lock','1706907115:2'),(111032,2465,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205466\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"07b6d581164a66d60cb23879dbb8dc67\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205455\";s:12:\"date_shipped\";i:1706907095;s:11:\"tracking_id\";s:32:\"f9d0692078d42e04e727e5c08a0eb9d2\";}}'),(111033,2465,'_edit_last','2'),(111034,2465,'_date_completed','1706907097'),(111035,2465,'_completed_date','2024-02-02 20:51:37'),(111036,2466,'_edit_lock','1706907104:2'),(111037,2466,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205525\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"9a24941e1fb1df2695e95904b981f77b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205514\";s:12:\"date_shipped\";i:1706907147;s:11:\"tracking_id\";s:32:\"caa5b10ba177d83acff4dac4fdfd3f3a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205503\";s:12:\"date_shipped\";i:1706907156;s:11:\"tracking_id\";s:32:\"6a70ec03bdf56b0f6288a27cef25239f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205499\";s:12:\"date_shipped\";i:1706907164;s:11:\"tracking_id\";s:32:\"06996365e4f91328296052f7f8300212\";}}'),(111038,2466,'_edit_last','2'),(111039,2466,'_date_completed','1706907169'),(111040,2466,'_completed_date','2024-02-02 20:52:49'),(111041,2471,'_order_key','wc_order_v1GazC5i1Jq4p'),(111042,2471,'_customer_user','50'),(111043,2471,'_payment_method','paypal'),(111044,2471,'_payment_method_title','PayPal'),(111045,2471,'_customer_ip_address','24.62.247.50'),(111046,2471,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(111047,2471,'_created_via','checkout'),(111048,2471,'_cart_hash','03384af2d53597feae5ac60bf54166e3'),(111049,2471,'_download_permissions_granted','yes'),(111050,2471,'_recorded_sales','yes'),(111051,2471,'_recorded_coupon_usage_counts','yes'),(111052,2471,'_new_order_email_sent','true'),(111053,2471,'_order_stock_reduced','yes'),(111054,2471,'_billing_first_name','Christine'),(111055,2471,'_billing_last_name','Cherry'),(111056,2471,'_billing_company','NITS END'),(111057,2471,'_billing_address_1','PO BOX 1092'),(111058,2471,'_billing_city','Campton'),(111059,2471,'_billing_state','NH'),(111060,2471,'_billing_postcode','03223'),(111061,2471,'_billing_country','US'),(111062,2471,'_billing_email','info@liceclinicsplaistow.com'),(111063,2471,'_billing_phone','16034983390'),(111064,2471,'_shipping_first_name','Megan'),(111065,2471,'_shipping_last_name','O\'Neil'),(111066,2471,'_shipping_company','LCA - Nits End / 149091'),(111067,2471,'_shipping_address_1','22 Main St'),(111068,2471,'_shipping_city','Atkinson'),(111069,2471,'_shipping_state','NH'),(111070,2471,'_shipping_postcode','03811'),(111071,2471,'_shipping_country','US'),(111072,2471,'_order_currency','USD'),(111073,2471,'_cart_discount','0'),(111074,2471,'_cart_discount_tax','0'),(111075,2471,'_order_shipping','34.54'),(111076,2471,'_order_shipping_tax','0'),(111077,2471,'_order_tax','0'),(111078,2471,'_order_total','398.54'),(111079,2471,'_order_version','8.5.2'),(111080,2471,'_prices_include_tax','no'),(111081,2471,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(111082,2471,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(111083,2471,'is_vat_exempt','no'),(111084,2471,'_wc_order_attribution_source_type','referral'),(111085,2471,'_wc_order_attribution_referrer','https://lcaportal.com/'),(111086,2471,'_wc_order_attribution_utm_source','lcaportal.com'),(111087,2471,'_wc_order_attribution_utm_medium','referral'),(111088,2471,'_wc_order_attribution_utm_content','/'),(111089,2471,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111090,2471,'_wc_order_attribution_session_start_time','2024-02-02 18:23:44'),(111091,2471,'_wc_order_attribution_session_pages','2'),(111092,2471,'_wc_order_attribution_session_count','3'),(111093,2471,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(111094,2471,'_wc_order_attribution_device_type','Desktop'),(111095,2471,'Payment type','instant'),(111096,2471,'_paypal_status','completed'),(111097,2471,'_transaction_id','5XY638489P3256935'),(111098,2471,'PayPal Transaction Fee','14.40'),(111099,2471,'_date_paid','1706909489'),(111100,2471,'_paid_date','2024-02-02 21:31:29'),(111101,2444,'_edit_lock','1706911153:2'),(111102,2452,'_edit_lock','1706911155:2'),(111103,2444,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204930\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"3e2bb4d5afefc7ddb8bbf882c85436c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204941\";s:12:\"date_shipped\";i:1706911265;s:11:\"tracking_id\";s:32:\"4645310a180dc11127f4c279cfdee76d\";}}'),(111104,2444,'_edit_last','2'),(111105,2444,'_date_completed','1706911269'),(111106,2444,'_completed_date','2024-02-02 22:01:09'),(111107,2452,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204080\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"f6a0a067e122b1b0c2058ad429df2a4b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992204091\";s:12:\"date_shipped\";i:1706911292;s:11:\"tracking_id\";s:32:\"8d2b1973e06cce03c3a25e4f21e1010a\";}}'),(111108,2452,'_edit_last','2'),(111109,2452,'_date_completed','1706911294'),(111110,2452,'_completed_date','2024-02-02 22:01:34'),(111111,2467,'_edit_lock','1706911388:2'),(111112,2467,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205558\";s:12:\"date_shipped\";s:10:\"1706832000\";s:11:\"tracking_id\";s:32:\"8989f80b9d4c1fdb462662f7590ad7f5\";}}'),(111113,2467,'_edit_last','2'),(111114,2467,'_date_completed','1706911408'),(111115,2467,'_completed_date','2024-02-02 22:03:28'),(111116,2472,'_order_key','wc_order_VW4QYkUz3Pc4h'),(111117,2472,'_customer_user','96'),(111118,2472,'_payment_method','paypal'),(111119,2472,'_payment_method_title','PayPal'),(111120,2472,'_customer_ip_address','166.181.85.56'),(111121,2472,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(111122,2472,'_created_via','checkout'),(111123,2472,'_cart_hash','778c665fa5c4077897660e01461deb9b'),(111124,2472,'_download_permissions_granted','yes'),(111125,2472,'_recorded_sales','yes'),(111126,2472,'_recorded_coupon_usage_counts','yes'),(111127,2472,'_new_order_email_sent','true'),(111128,2472,'_order_stock_reduced','yes'),(111129,2472,'_billing_first_name','Jaimi'),(111130,2472,'_billing_last_name','Anderson'),(111131,2472,'_billing_company','Lice Clinics of America - Des Moines'),(111132,2472,'_billing_address_1','1139 Burlington Ter'),(111133,2472,'_billing_city','Des Moines'),(111134,2472,'_billing_state','IA'),(111135,2472,'_billing_postcode','50314'),(111136,2472,'_billing_country','US'),(111137,2472,'_billing_email','j.m.licesolutions@gmail.com'),(111138,2472,'_billing_phone','515-971-0667'),(111139,2472,'_shipping_first_name','Jaimi'),(111140,2472,'_shipping_last_name','Anderson'),(111141,2472,'_shipping_address_1','1139 Burlington Terrace'),(111142,2472,'_shipping_city','Des Moines'),(111143,2472,'_shipping_state','IA'),(111144,2472,'_shipping_postcode','50314'),(111145,2472,'_shipping_country','US'),(111146,2472,'_order_currency','USD'),(111147,2472,'_cart_discount','0'),(111148,2472,'_cart_discount_tax','0'),(111149,2472,'_order_shipping','0'),(111150,2472,'_order_shipping_tax','0'),(111151,2472,'_order_tax','0'),(111152,2472,'_order_total','880.36'),(111153,2472,'_order_version','8.5.2'),(111154,2472,'_prices_include_tax','no'),(111155,2472,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(111156,2472,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(111157,2472,'is_vat_exempt','no'),(111158,2472,'_wc_order_attribution_source_type','referral'),(111159,2472,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(111160,2472,'_wc_order_attribution_utm_source','lcaportal.com'),(111161,2472,'_wc_order_attribution_utm_medium','referral'),(111162,2472,'_wc_order_attribution_utm_content','/'),(111163,2472,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111164,2472,'_wc_order_attribution_session_start_time','2024-02-03 05:22:30'),(111165,2472,'_wc_order_attribution_session_pages','3'),(111166,2472,'_wc_order_attribution_session_count','1'),(111167,2472,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(111168,2472,'_wc_order_attribution_device_type','Desktop'),(111169,2472,'Payment type','instant'),(111170,2472,'_paypal_status','completed'),(111171,2472,'_transaction_id','4NK43251TU1708506'),(111172,2472,'PayPal Transaction Fee','31.21'),(111173,2472,'_date_paid','1706938430'),(111174,2472,'_paid_date','2024-02-03 05:33:50'),(111175,2473,'_order_key','wc_order_0ewDUylsNzsas'),(111176,2473,'_customer_user','78'),(111177,2473,'_payment_method','paypal'),(111178,2473,'_payment_method_title','PayPal'),(111179,2473,'_customer_ip_address','100.2.208.35'),(111180,2473,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(111181,2473,'_created_via','checkout'),(111182,2473,'_cart_hash','868fea81dcf721c7b6f97616919c1996'),(111183,2473,'_download_permissions_granted','yes'),(111184,2473,'_recorded_sales','yes'),(111185,2473,'_recorded_coupon_usage_counts','yes'),(111186,2473,'_new_order_email_sent','true'),(111187,2473,'_order_stock_reduced','yes'),(111188,2473,'_billing_first_name','Richard'),(111189,2473,'_billing_last_name','Florsheim'),(111190,2473,'_billing_company','Licura'),(111191,2473,'_billing_address_1','3827 w fairway heights dr'),(111192,2473,'_billing_city','Mequon'),(111193,2473,'_billing_state','NY'),(111194,2473,'_billing_postcode','53092'),(111195,2473,'_billing_country','US'),(111196,2473,'_billing_email','tara@liceclinicslongIsland.com'),(111197,2473,'_billing_phone','5619006382'),(111198,2473,'_shipping_first_name','Tara'),(111199,2473,'_shipping_last_name','Johnson'),(111200,2473,'_shipping_company','LCA'),(111201,2473,'_shipping_address_1','2330 Faye ct'),(111202,2473,'_shipping_city','MerrickWhite plains'),(111203,2473,'_shipping_state','NY'),(111204,2473,'_shipping_postcode','11566'),(111205,2473,'_shipping_country','US'),(111206,2473,'_order_currency','USD'),(111207,2473,'_cart_discount','0'),(111208,2473,'_cart_discount_tax','0'),(111209,2473,'_order_shipping','18.7'),(111210,2473,'_order_shipping_tax','0'),(111211,2473,'_order_tax','0'),(111212,2473,'_order_total','208.45'),(111213,2473,'_order_version','8.5.2'),(111214,2473,'_prices_include_tax','no'),(111215,2473,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(111216,2473,'_shipping_address_index','Tara Johnson LCA 2330 Faye ct  MerrickWhite plains NY 11566 US '),(111217,2473,'is_vat_exempt','no'),(111218,2473,'_wc_order_attribution_source_type','referral'),(111219,2473,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(111220,2473,'_wc_order_attribution_utm_source','lcaportal.com'),(111221,2473,'_wc_order_attribution_utm_medium','referral'),(111222,2473,'_wc_order_attribution_utm_content','/'),(111223,2473,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111224,2473,'_wc_order_attribution_session_start_time','2024-02-03 20:29:50'),(111225,2473,'_wc_order_attribution_session_pages','3'),(111226,2473,'_wc_order_attribution_session_count','1'),(111227,2473,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1'),(111228,2473,'_wc_order_attribution_device_type','Mobile'),(111229,2473,'Payment type','instant'),(111230,2473,'_paypal_status','completed'),(111231,2473,'_transaction_id','2Y1545591W476712W'),(111232,2473,'PayPal Transaction Fee','7.76'),(111233,2473,'_date_paid','1706992279'),(111234,2473,'_paid_date','2024-02-03 20:31:19'),(111240,2474,'_order_key','wc_order_uQeIFTH7m8gvo'),(111241,2474,'_customer_user','94'),(111242,2474,'_payment_method','paypal'),(111243,2474,'_payment_method_title','PayPal'),(111244,2474,'_customer_ip_address','99.56.189.117'),(111245,2474,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(111246,2474,'_created_via','checkout'),(111247,2474,'_cart_hash','5e7d739f7b088f39ca79912b797f6886'),(111248,2474,'_download_permissions_granted','yes'),(111249,2474,'_recorded_sales','yes'),(111250,2474,'_recorded_coupon_usage_counts','yes'),(111251,2474,'_new_order_email_sent','true'),(111252,2474,'_order_stock_reduced','yes'),(111253,2474,'_billing_first_name','Dacy'),(111254,2474,'_billing_last_name','Hitt'),(111255,2474,'_billing_company','LCA'),(111256,2474,'_billing_address_1','8850 Penbrooke ct'),(111257,2474,'_billing_city','Cumming'),(111258,2474,'_billing_state','GA'),(111259,2474,'_billing_postcode','30028'),(111260,2474,'_billing_country','US'),(111261,2474,'_billing_email','dacy1016@gmail.com'),(111262,2474,'_billing_phone','7705965455'),(111263,2474,'_shipping_first_name','Dacy'),(111264,2474,'_shipping_last_name','Hitt'),(111265,2474,'_shipping_company','LCA'),(111266,2474,'_shipping_address_1','102 Mary Alice Park rd'),(111267,2474,'_shipping_address_2','Suite 503'),(111268,2474,'_shipping_city','Cumming'),(111269,2474,'_shipping_state','GA'),(111270,2474,'_shipping_postcode','30040'),(111271,2474,'_shipping_country','US'),(111272,2474,'_order_currency','USD'),(111273,2474,'_cart_discount','0'),(111274,2474,'_cart_discount_tax','0'),(111275,2474,'_order_shipping','78.36'),(111276,2474,'_order_shipping_tax','0'),(111277,2474,'_order_tax','0'),(111278,2474,'_order_total','536.50'),(111279,2474,'_order_version','8.5.2'),(111280,2474,'_prices_include_tax','no'),(111281,2474,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(111282,2474,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(111283,2474,'is_vat_exempt','no'),(111284,2474,'_wc_order_attribution_source_type','referral'),(111285,2474,'_wc_order_attribution_referrer','https://lcaportal.com/'),(111286,2474,'_wc_order_attribution_utm_source','lcaportal.com'),(111287,2474,'_wc_order_attribution_utm_medium','referral'),(111288,2474,'_wc_order_attribution_utm_content','/'),(111289,2474,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111290,2474,'_wc_order_attribution_session_start_time','2024-02-05 19:53:41'),(111291,2474,'_wc_order_attribution_session_pages','6'),(111292,2474,'_wc_order_attribution_session_count','1'),(111293,2474,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(111294,2474,'_wc_order_attribution_device_type','Desktop'),(111295,2474,'Payment type','instant'),(111296,2474,'_paypal_status','completed'),(111297,2474,'_transaction_id','7YK84995HJ3414800'),(111298,2474,'PayPal Transaction Fee','19.21'),(111299,2474,'_date_paid','1707163012'),(111300,2474,'_paid_date','2024-02-05 19:56:52'),(111301,2470,'_edit_lock','1707164788:2'),(111302,2470,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205591\";s:12:\"date_shipped\";s:10:\"1707091200\";s:11:\"tracking_id\";s:32:\"99b6e43f94d3d76b1486a671973c3cc7\";}}'),(111303,2470,'_edit_last','2'),(111304,2470,'_date_completed','1707164913'),(111305,2470,'_completed_date','2024-02-05 20:28:33'),(111306,2471,'_edit_lock','1707165163:2'),(111307,2471,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205628\";s:12:\"date_shipped\";s:10:\"1707091200\";s:11:\"tracking_id\";s:32:\"99662a9db2925cdf7edfbcce06c11de5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205617\";s:12:\"date_shipped\";i:1707165054;s:11:\"tracking_id\";s:32:\"7859ef101fc1e9bb50e270113a995528\";}}'),(111308,2471,'_edit_last','2'),(111309,2471,'_date_completed','1707165293'),(111310,2471,'_completed_date','2024-02-05 20:34:53'),(111311,2472,'_edit_lock','1707165284:2'),(111312,2472,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205786\";s:12:\"date_shipped\";s:10:\"1707091200\";s:11:\"tracking_id\";s:32:\"3e1988da75b29a8fa01d17127a3190a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205775\";s:12:\"date_shipped\";i:1707165340;s:11:\"tracking_id\";s:32:\"4db744f09f6331e3fa54c54c015a19e4\";}}'),(111313,2472,'_edit_last','2'),(111314,2472,'_date_completed','1707165343'),(111315,2472,'_completed_date','2024-02-05 20:35:43'),(111316,2473,'_edit_lock','1707179767:2'),(111317,2473,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992205878\";s:12:\"date_shipped\";s:10:\"1707177600\";s:11:\"tracking_id\";s:32:\"e9c096361bf27dc5996e10683adabd63\";}}'),(111318,2473,'_edit_last','2'),(111319,2473,'_date_completed','1707179855'),(111320,2473,'_completed_date','2024-02-06 00:37:35'),(111327,2475,'_order_key','wc_order_wbPhLZArl1kRd'),(111328,2475,'_customer_user','77'),(111329,2475,'_payment_method','paypal'),(111330,2475,'_payment_method_title','PayPal'),(111331,2475,'_customer_ip_address','107.205.56.86'),(111332,2475,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(111333,2475,'_created_via','checkout'),(111334,2475,'_cart_hash','a8bd22cc5bf56de2f20baf16cf683974'),(111335,2475,'_download_permissions_granted','yes'),(111336,2475,'_recorded_sales','yes'),(111337,2475,'_recorded_coupon_usage_counts','yes'),(111338,2475,'_new_order_email_sent','true'),(111339,2475,'_order_stock_reduced','yes'),(111340,2475,'_billing_first_name','Phil'),(111341,2475,'_billing_last_name','Moon'),(111342,2475,'_billing_company','LiceBusters, LLC'),(111343,2475,'_billing_address_1','105 Live Oak Lane'),(111344,2475,'_billing_city','Pleasant Hill'),(111345,2475,'_billing_state','CA'),(111346,2475,'_billing_postcode','94523'),(111347,2475,'_billing_country','US'),(111348,2475,'_billing_email','kris10maroot@gmail.com'),(111349,2475,'_billing_phone','5593046305'),(111350,2475,'_shipping_first_name','Kristen'),(111351,2475,'_shipping_last_name','Maroot-Rippee'),(111352,2475,'_shipping_company','LiceBusters, LLC'),(111353,2475,'_shipping_address_1','487 W. Scott Avenue'),(111354,2475,'_shipping_city','Fresno'),(111355,2475,'_shipping_state','CA'),(111356,2475,'_shipping_postcode','93704'),(111357,2475,'_shipping_country','US'),(111358,2475,'_order_currency','USD'),(111359,2475,'_cart_discount','0'),(111360,2475,'_cart_discount_tax','0'),(111361,2475,'_order_shipping','0'),(111362,2475,'_order_shipping_tax','0'),(111363,2475,'_order_tax','0'),(111364,2475,'_order_total','641.52'),(111365,2475,'_order_version','8.5.2'),(111366,2475,'_prices_include_tax','no'),(111367,2475,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(111368,2475,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(111369,2475,'is_vat_exempt','no'),(111370,2475,'_wc_order_attribution_source_type','typein'),(111371,2475,'_wc_order_attribution_utm_source','(direct)'),(111372,2475,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111373,2475,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(111374,2475,'_wc_order_attribution_session_pages','4'),(111375,2475,'_wc_order_attribution_session_count','7'),(111376,2475,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(111377,2475,'_wc_order_attribution_device_type','Desktop'),(111378,2475,'Payment type','instant'),(111379,2475,'_paypal_status','completed'),(111380,2475,'_transaction_id','1AP27098UB6085703'),(111381,2475,'PayPal Transaction Fee','22.88'),(111382,2475,'_date_paid','1707257849'),(111383,2475,'_paid_date','2024-02-06 22:17:29'),(111384,2474,'_edit_lock','1707315360:2'),(111385,2474,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206039\";s:12:\"date_shipped\";s:10:\"1707264000\";s:11:\"tracking_id\";s:32:\"1fe1bca521cb845426e232f46b02ed0e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206028\";s:12:\"date_shipped\";i:1707315476;s:11:\"tracking_id\";s:32:\"465e8d146e0f8a6a3d0d423a2bb5d698\";}}'),(111386,2474,'_edit_last','2'),(111387,2474,'_date_completed','1707315479'),(111388,2474,'_completed_date','2024-02-07 14:17:59'),(111395,2476,'_order_key','wc_order_KU4pfqPgdIZLz'),(111396,2476,'_customer_user','29'),(111397,2476,'_payment_method','paypal'),(111398,2476,'_payment_method_title','PayPal'),(111399,2476,'_customer_ip_address','68.81.51.31'),(111400,2476,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(111401,2476,'_created_via','checkout'),(111402,2476,'_cart_hash','367082cce6bd04107a062aa86004f047'),(111403,2476,'_download_permissions_granted','yes'),(111404,2476,'_recorded_sales','yes'),(111405,2476,'_recorded_coupon_usage_counts','yes'),(111406,2476,'_new_order_email_sent','true'),(111407,2476,'_order_stock_reduced','yes'),(111408,2476,'_billing_first_name','Kevin'),(111409,2476,'_billing_last_name','Reilly'),(111410,2476,'_billing_address_1','5460 Richie Ct'),(111411,2476,'_billing_city','Pipersville'),(111412,2476,'_billing_state','PA'),(111413,2476,'_billing_postcode','18947'),(111414,2476,'_billing_country','US'),(111415,2476,'_billing_email','info@liceclinicslansdale.com'),(111416,2476,'_billing_phone','2156941408'),(111417,2476,'_shipping_first_name','Kevin'),(111418,2476,'_shipping_last_name','Reilly'),(111419,2476,'_shipping_company','LCA Lansdale'),(111420,2476,'_shipping_address_1','2131 North Broad Street'),(111421,2476,'_shipping_address_2','Suite 101'),(111422,2476,'_shipping_city','Lansdale'),(111423,2476,'_shipping_state','PA'),(111424,2476,'_shipping_postcode','19446'),(111425,2476,'_shipping_country','US'),(111426,2476,'_order_currency','USD'),(111427,2476,'_cart_discount','0'),(111428,2476,'_cart_discount_tax','0'),(111429,2476,'_order_shipping','21.27'),(111430,2476,'_order_shipping_tax','0'),(111431,2476,'_order_tax','0'),(111432,2476,'_order_total','290.30'),(111433,2476,'_order_version','8.5.2'),(111434,2476,'_prices_include_tax','no'),(111435,2476,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(111436,2476,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(111437,2476,'is_vat_exempt','no'),(111438,2476,'_wc_order_attribution_source_type','referral'),(111439,2476,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(111440,2476,'_wc_order_attribution_utm_source','lcaportal.com'),(111441,2476,'_wc_order_attribution_utm_medium','referral'),(111442,2476,'_wc_order_attribution_utm_content','/'),(111443,2476,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111444,2476,'_wc_order_attribution_session_start_time','2024-02-07 19:37:17'),(111445,2476,'_wc_order_attribution_session_pages','6'),(111446,2476,'_wc_order_attribution_session_count','1'),(111447,2476,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(111448,2476,'_wc_order_attribution_device_type','Desktop'),(111449,2476,'Payment type','instant'),(111450,2476,'_paypal_status','completed'),(111451,2476,'_transaction_id','3JL63026LP406920H'),(111452,2476,'PayPal Transaction Fee','10.62'),(111453,2476,'_date_paid','1707335939'),(111454,2476,'_paid_date','2024-02-07 19:58:59'),(111457,2476,'_edit_lock','1707514558:2'),(111458,2476,'_edit_last','2'),(111459,2475,'_edit_lock','1707408048:2'),(111460,2475,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206360\";s:12:\"date_shipped\";s:10:\"1707350400\";s:11:\"tracking_id\";s:32:\"d0f4f5b25c6360325260e6744da91723\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206359\";s:12:\"date_shipped\";i:1707408129;s:11:\"tracking_id\";s:32:\"00bb665b41c2c4f958fca4d3b76d83b3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206348\";s:12:\"date_shipped\";i:1707408135;s:11:\"tracking_id\";s:32:\"abed2475bb460a4f9f25d7af60f76c7c\";}}'),(111461,2475,'_edit_last','2'),(111462,2475,'_date_completed','1707408137'),(111463,2475,'_completed_date','2024-02-08 16:02:17'),(111470,2477,'_order_key','wc_order_OH6fMHvdt9bza'),(111471,2477,'_customer_user','77'),(111472,2477,'_payment_method','paypal'),(111473,2477,'_payment_method_title','PayPal'),(111474,2477,'_customer_ip_address','107.205.56.86'),(111475,2477,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(111476,2477,'_created_via','checkout'),(111477,2477,'_cart_hash','21a15fce92e538de162937464be823d3'),(111478,2477,'_download_permissions_granted','yes'),(111479,2477,'_recorded_sales','yes'),(111480,2477,'_recorded_coupon_usage_counts','yes'),(111481,2477,'_new_order_email_sent','true'),(111482,2477,'_order_stock_reduced','yes'),(111483,2477,'_billing_first_name','Phil'),(111484,2477,'_billing_last_name','Moon'),(111485,2477,'_billing_company','LiceBusters, LLC'),(111486,2477,'_billing_address_1','105 Live Oak Lane'),(111487,2477,'_billing_city','Pleasant Hill'),(111488,2477,'_billing_state','CA'),(111489,2477,'_billing_postcode','94523'),(111490,2477,'_billing_country','US'),(111491,2477,'_billing_email','kris10maroot@gmail.com'),(111492,2477,'_billing_phone','5593046305'),(111493,2477,'_shipping_first_name','Kristen'),(111494,2477,'_shipping_last_name','Maroot-Rippee'),(111495,2477,'_shipping_company','LiceBusters, LLC'),(111496,2477,'_shipping_address_1','487 W. Scott Avenue'),(111497,2477,'_shipping_city','Fresno'),(111498,2477,'_shipping_state','CA'),(111499,2477,'_shipping_postcode','93704'),(111500,2477,'_shipping_country','US'),(111501,2477,'_order_currency','USD'),(111502,2477,'_cart_discount','0'),(111503,2477,'_cart_discount_tax','0'),(111504,2477,'_order_shipping','0'),(111505,2477,'_order_shipping_tax','0'),(111506,2477,'_order_tax','0'),(111507,2477,'_order_total','589.08'),(111508,2477,'_order_version','8.6.1'),(111509,2477,'_prices_include_tax','no'),(111510,2477,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(111511,2477,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(111512,2477,'is_vat_exempt','no'),(111513,2477,'_wc_order_attribution_source_type','typein'),(111514,2477,'_wc_order_attribution_utm_source','(direct)'),(111515,2477,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111516,2477,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(111517,2477,'_wc_order_attribution_session_pages','5'),(111518,2477,'_wc_order_attribution_session_count','8'),(111519,2477,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(111520,2477,'_wc_order_attribution_device_type','Desktop'),(111521,2476,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206624\";s:12:\"date_shipped\";s:10:\"1707436800\";s:11:\"tracking_id\";s:32:\"38f81a01890881697d8cbdca7adc9a21\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206613\";s:12:\"date_shipped\";i:1707514487;s:11:\"tracking_id\";s:32:\"253df6322290fe032bf3ba7660adea6b\";}}'),(111522,2476,'_date_completed','1707514492'),(111523,2476,'_completed_date','2024-02-09 21:34:52'),(111525,2478,'_order_key','wc_order_BnfC1KL7vNgut'),(111526,2478,'_customer_user','47'),(111527,2478,'_payment_method','paypal'),(111528,2478,'_payment_method_title','PayPal'),(111529,2478,'_customer_ip_address','64.183.221.78'),(111530,2478,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111531,2478,'_created_via','checkout'),(111532,2478,'_cart_hash','1f480ee778634e78765f629322e99f20'),(111533,2478,'_download_permissions_granted','yes'),(111534,2478,'_recorded_sales','yes'),(111535,2478,'_recorded_coupon_usage_counts','yes'),(111536,2478,'_new_order_email_sent','true'),(111537,2478,'_order_stock_reduced','yes'),(111538,2478,'_billing_first_name','Tracy'),(111539,2478,'_billing_last_name','Copeland'),(111540,2478,'_billing_company','LCA SA WEST'),(111541,2478,'_billing_address_1','14223 Silverhollow'),(111542,2478,'_billing_city','San Antonio'),(111543,2478,'_billing_state','TX'),(111544,2478,'_billing_postcode','78232'),(111545,2478,'_billing_country','US'),(111546,2478,'_billing_email','info@liceclinicsofsanantonio.com'),(111547,2478,'_billing_phone','2103135033'),(111548,2478,'_shipping_first_name','Tracy'),(111549,2478,'_shipping_last_name','Copeland'),(111550,2478,'_shipping_company','LCA SA WEST'),(111551,2478,'_shipping_address_1','6391 De Zavala Rd'),(111552,2478,'_shipping_address_2','#222'),(111553,2478,'_shipping_city','San Antonio'),(111554,2478,'_shipping_state','TX'),(111555,2478,'_shipping_postcode','78249'),(111556,2478,'_shipping_country','US'),(111557,2478,'_order_currency','USD'),(111558,2478,'_cart_discount','0'),(111559,2478,'_cart_discount_tax','0'),(111560,2478,'_order_shipping','0'),(111561,2478,'_order_shipping_tax','0'),(111562,2478,'_order_tax','0'),(111563,2478,'_order_total','911.79'),(111564,2478,'_order_version','8.5.2'),(111565,2478,'_prices_include_tax','no'),(111566,2478,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(111567,2478,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd #222 San Antonio TX 78249 US '),(111568,2478,'is_vat_exempt','no'),(111569,2478,'_wc_order_attribution_source_type','referral'),(111570,2478,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(111571,2478,'_wc_order_attribution_utm_source','lcaportal.com'),(111572,2478,'_wc_order_attribution_utm_medium','referral'),(111573,2478,'_wc_order_attribution_utm_content','/'),(111574,2478,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111575,2478,'_wc_order_attribution_session_start_time','2024-02-10 15:59:14'),(111576,2478,'_wc_order_attribution_session_pages','4'),(111577,2478,'_wc_order_attribution_session_count','2'),(111578,2478,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111579,2478,'_wc_order_attribution_device_type','Desktop'),(111580,2478,'Payment type','instant'),(111581,2478,'_paypal_status','completed'),(111582,2478,'_transaction_id','9SB88261TP8901638'),(111583,2478,'PayPal Transaction Fee','32.31'),(111584,2478,'_date_paid','1707583817'),(111585,2478,'_paid_date','2024-02-10 16:50:17'),(111586,2479,'_order_key','wc_order_ylOedRBtWaVFy'),(111587,2479,'_customer_user','60'),(111588,2479,'_payment_method','paypal'),(111589,2479,'_payment_method_title','PayPal'),(111590,2479,'_customer_ip_address','24.13.229.23'),(111591,2479,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(111592,2479,'_created_via','checkout'),(111593,2479,'_cart_hash','371219be67b5211ca80203821503f79e'),(111594,2479,'_download_permissions_granted','yes'),(111595,2479,'_recorded_sales','yes'),(111596,2479,'_recorded_coupon_usage_counts','yes'),(111597,2479,'_new_order_email_sent','true'),(111598,2479,'_order_stock_reduced','yes'),(111599,2479,'_billing_first_name','Jill'),(111600,2479,'_billing_last_name','Leshtz'),(111601,2479,'_billing_company','Lice clinics of America-North Shore'),(111602,2479,'_billing_address_1','1580 Lancelot Avenue'),(111603,2479,'_billing_city','Highland park'),(111604,2479,'_billing_state','IL'),(111605,2479,'_billing_postcode','60035'),(111606,2479,'_billing_country','US'),(111607,2479,'_billing_email','jleshtz@gmail.com'),(111608,2479,'_billing_phone','8473639001'),(111609,2479,'_shipping_first_name','Jill'),(111610,2479,'_shipping_last_name','Leshtz'),(111611,2479,'_shipping_company','Lice clinics of America-North Shore'),(111612,2479,'_shipping_address_1','1580 Lancelot Avenue'),(111613,2479,'_shipping_city','Highland park'),(111614,2479,'_shipping_state','IL'),(111615,2479,'_shipping_postcode','60035'),(111616,2479,'_shipping_country','US'),(111617,2479,'_order_currency','USD'),(111618,2479,'_cart_discount','0'),(111619,2479,'_cart_discount_tax','0'),(111620,2479,'_order_shipping','0'),(111621,2479,'_order_shipping_tax','0'),(111622,2479,'_order_tax','0'),(111623,2479,'_order_total','531.84'),(111624,2479,'_order_version','8.5.2'),(111625,2479,'_prices_include_tax','no'),(111626,2479,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(111627,2479,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(111628,2479,'is_vat_exempt','no'),(111629,2479,'_wc_order_attribution_source_type','referral'),(111630,2479,'_wc_order_attribution_referrer','https://lcaportal.com/'),(111631,2479,'_wc_order_attribution_utm_source','lcaportal.com'),(111632,2479,'_wc_order_attribution_utm_medium','referral'),(111633,2479,'_wc_order_attribution_utm_content','/'),(111634,2479,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111635,2479,'_wc_order_attribution_session_start_time','2024-02-11 20:46:09'),(111636,2479,'_wc_order_attribution_session_pages','3'),(111637,2479,'_wc_order_attribution_session_count','4'),(111638,2479,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(111639,2479,'_wc_order_attribution_device_type','Desktop'),(111640,2479,'Payment type','instant'),(111641,2479,'_paypal_status','completed'),(111642,2479,'_transaction_id','5B2981155U576463X'),(111643,2479,'PayPal Transaction Fee','19.05'),(111644,2479,'_date_paid','1707684617'),(111645,2479,'_paid_date','2024-02-11 20:50:17'),(111646,2480,'_order_key','wc_order_K5ia1GCt8EoRw'),(111647,2480,'_customer_user','3'),(111648,2480,'_payment_method','paypal'),(111649,2480,'_payment_method_title','PayPal'),(111650,2480,'_customer_ip_address','70.142.202.154'),(111651,2480,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111652,2480,'_created_via','checkout'),(111653,2480,'_cart_hash','43b0dbf47e6f7fd29830c1aa3f8a5da4'),(111654,2480,'_download_permissions_granted','yes'),(111655,2480,'_recorded_sales','yes'),(111656,2480,'_recorded_coupon_usage_counts','yes'),(111657,2480,'_new_order_email_sent','true'),(111658,2480,'_order_stock_reduced','yes'),(111659,2480,'_billing_first_name','Amanda'),(111660,2480,'_billing_last_name','Westerman'),(111661,2480,'_billing_company','Lice Clinics of America McKinney'),(111662,2480,'_billing_address_1','3120 Hudson Crossing'),(111663,2480,'_billing_address_2','Suite A2'),(111664,2480,'_billing_city','MCKINNEY'),(111665,2480,'_billing_state','TX'),(111666,2480,'_billing_postcode','75070'),(111667,2480,'_billing_country','US'),(111668,2480,'_billing_email','awesterman1103@gmail.com'),(111669,2480,'_billing_phone','2144175741'),(111670,2480,'_shipping_first_name','Amanda'),(111671,2480,'_shipping_last_name','Westerman'),(111672,2480,'_shipping_company','Lice Clinics of America McKinney'),(111673,2480,'_shipping_address_1','3120 Hudson Crossing'),(111674,2480,'_shipping_address_2','Suite A2'),(111675,2480,'_shipping_city','MCKINNEY'),(111676,2480,'_shipping_state','TX'),(111677,2480,'_shipping_postcode','75070'),(111678,2480,'_shipping_country','US'),(111679,2480,'_order_currency','USD'),(111680,2480,'_cart_discount','0'),(111681,2480,'_cart_discount_tax','0'),(111682,2480,'_order_shipping','0'),(111683,2480,'_order_shipping_tax','0'),(111684,2480,'_order_tax','0'),(111685,2480,'_order_total','500.82'),(111686,2480,'_order_version','8.5.2'),(111687,2480,'_prices_include_tax','no'),(111688,2480,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(111689,2480,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(111690,2480,'is_vat_exempt','no'),(111691,2480,'_wc_order_attribution_source_type','referral'),(111692,2480,'_wc_order_attribution_referrer','https://lcaportal.com/'),(111693,2480,'_wc_order_attribution_utm_source','lcaportal.com'),(111694,2480,'_wc_order_attribution_utm_medium','referral'),(111695,2480,'_wc_order_attribution_utm_content','/'),(111696,2480,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111697,2480,'_wc_order_attribution_session_start_time','2024-02-09 17:32:08'),(111698,2480,'_wc_order_attribution_session_pages','6'),(111699,2480,'_wc_order_attribution_session_count','4'),(111700,2480,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111701,2480,'_wc_order_attribution_device_type','Desktop'),(111702,2480,'Payment type','instant'),(111703,2480,'_paypal_status','completed'),(111704,2480,'_transaction_id','6SD742028Y494902K'),(111705,2480,'PayPal Transaction Fee','17.97'),(111706,2480,'_date_paid','1707752750'),(111707,2480,'_paid_date','2024-02-12 15:45:50'),(111708,2481,'_order_key','wc_order_Ef0iFMet0yNVZ'),(111709,2481,'_customer_user','76'),(111710,2481,'_payment_method','paypal'),(111711,2481,'_payment_method_title','PayPal'),(111712,2481,'_customer_ip_address','71.234.104.107'),(111713,2481,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(111714,2481,'_created_via','checkout'),(111715,2481,'_cart_hash','56b9d447a2fa42a5f13a7646c8e92097'),(111716,2481,'_download_permissions_granted','yes'),(111717,2481,'_recorded_sales','yes'),(111718,2481,'_recorded_coupon_usage_counts','yes'),(111719,2481,'_new_order_email_sent','true'),(111720,2481,'_order_stock_reduced','yes'),(111721,2481,'_billing_first_name','Naomi'),(111722,2481,'_billing_last_name','Golden'),(111723,2481,'_billing_company','LCA'),(111724,2481,'_billing_address_1','31 Mann Ave'),(111725,2481,'_billing_city','Needham'),(111726,2481,'_billing_state','MA'),(111727,2481,'_billing_postcode','02492'),(111728,2481,'_billing_country','US'),(111729,2481,'_billing_email','nrgolden6486@gmail.com'),(111730,2481,'_billing_phone','617-851-1322'),(111731,2481,'_shipping_first_name','Naomi'),(111732,2481,'_shipping_last_name','Golden'),(111733,2481,'_shipping_company','LCA'),(111734,2481,'_shipping_address_1','3 Baldwin Green Common'),(111735,2481,'_shipping_address_2','Suite 310'),(111736,2481,'_shipping_city','Woburn'),(111737,2481,'_shipping_state','MA'),(111738,2481,'_shipping_postcode','01801'),(111739,2481,'_shipping_country','US'),(111740,2481,'_order_currency','USD'),(111741,2481,'_cart_discount','0'),(111742,2481,'_cart_discount_tax','0'),(111743,2481,'_order_shipping','0'),(111744,2481,'_order_shipping_tax','0'),(111745,2481,'_order_tax','0'),(111746,2481,'_order_total','508.72'),(111747,2481,'_order_version','8.5.2'),(111748,2481,'_prices_include_tax','no'),(111749,2481,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(111750,2481,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(111751,2481,'is_vat_exempt','no'),(111752,2481,'_wc_order_attribution_source_type','typein'),(111753,2481,'_wc_order_attribution_utm_source','(direct)'),(111754,2481,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111755,2481,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(111756,2481,'_wc_order_attribution_session_pages','6'),(111757,2481,'_wc_order_attribution_session_count','4'),(111758,2481,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(111759,2481,'_wc_order_attribution_device_type','Desktop'),(111760,2481,'Payment type','instant'),(111761,2481,'_paypal_status','completed'),(111762,2481,'_transaction_id','56K01825ST618980M'),(111763,2481,'PayPal Transaction Fee','18.24'),(111764,2481,'_date_paid','1707765996'),(111765,2481,'_paid_date','2024-02-12 19:26:36'),(111766,2479,'_edit_lock','1707771808:2'),(111767,2479,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206966\";s:12:\"date_shipped\";s:10:\"1707696000\";s:11:\"tracking_id\";s:32:\"5b1cef2e6b3239770af853d98753f823\";}}'),(111768,2479,'_edit_last','2'),(111769,2479,'_date_completed','1707771936'),(111770,2479,'_completed_date','2024-02-12 21:05:36'),(111771,2478,'_edit_lock','1707771854:2'),(111772,2478,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206999\";s:12:\"date_shipped\";s:10:\"1707696000\";s:11:\"tracking_id\";s:32:\"972ff55fef24c35fcfbb71c34d10904d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206988\";s:12:\"date_shipped\";i:1707771974;s:11:\"tracking_id\";s:32:\"5ac8b25cde9df18c569799d69433cbe9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992206977\";s:12:\"date_shipped\";i:1707771981;s:11:\"tracking_id\";s:32:\"42b384269262dc85f06c337a055fed3c\";}}'),(111773,2478,'_edit_last','2'),(111774,2478,'_date_completed','1707771985'),(111775,2478,'_completed_date','2024-02-12 21:06:25'),(111776,2482,'_order_key','wc_order_xF7HLY0Rzv4BU'),(111777,2482,'_customer_user','26'),(111778,2482,'_payment_method','paypal'),(111779,2482,'_payment_method_title','PayPal'),(111780,2482,'_customer_ip_address','68.126.201.125'),(111781,2482,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111782,2482,'_created_via','checkout'),(111783,2482,'_cart_hash','678ed503457174c018ffe77c3689f8c1'),(111784,2482,'_download_permissions_granted','yes'),(111785,2482,'_recorded_sales','yes'),(111786,2482,'_recorded_coupon_usage_counts','yes'),(111787,2482,'_new_order_email_sent','true'),(111788,2482,'_order_stock_reduced','yes'),(111789,2482,'_billing_first_name','Andrew'),(111790,2482,'_billing_last_name','Crumrine'),(111791,2482,'_billing_address_1','3537 Stevens Way'),(111792,2482,'_billing_city','Augusta'),(111793,2482,'_billing_state','GA'),(111794,2482,'_billing_postcode','30907'),(111795,2482,'_billing_country','US'),(111796,2482,'_billing_email','augustagalice@gmail.com'),(111797,2482,'_billing_phone','7063064588'),(111798,2482,'_shipping_first_name','Andrew'),(111799,2482,'_shipping_last_name','Crumrine'),(111800,2482,'_shipping_address_1','3537 Stevens Way'),(111801,2482,'_shipping_city','Augusta'),(111802,2482,'_shipping_state','GA'),(111803,2482,'_shipping_postcode','30907'),(111804,2482,'_shipping_country','US'),(111805,2482,'_order_currency','USD'),(111806,2482,'_cart_discount','0'),(111807,2482,'_cart_discount_tax','0'),(111808,2482,'_order_shipping','0'),(111809,2482,'_order_shipping_tax','0'),(111810,2482,'_order_tax','0'),(111811,2482,'_order_total','554.88'),(111812,2482,'_order_version','8.5.2'),(111813,2482,'_prices_include_tax','no'),(111814,2482,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(111815,2482,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(111816,2482,'is_vat_exempt','no'),(111817,2482,'_wc_order_attribution_source_type','typein'),(111818,2482,'_wc_order_attribution_utm_source','(direct)'),(111819,2482,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111820,2482,'_wc_order_attribution_session_start_time','2024-02-12 21:59:16'),(111821,2482,'_wc_order_attribution_session_pages','6'),(111822,2482,'_wc_order_attribution_session_count','1'),(111823,2482,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111824,2482,'_wc_order_attribution_device_type','Desktop'),(111825,2482,'Payment type','instant'),(111826,2482,'_paypal_status','completed'),(111827,2482,'_transaction_id','4YM482601F248962J'),(111828,2482,'PayPal Transaction Fee','19.86'),(111829,2482,'_date_paid','1707775373'),(111830,2482,'_paid_date','2024-02-12 22:02:53'),(111831,2483,'_order_key','wc_order_wFYmxkrMk8Htz'),(111832,2483,'_customer_user','76'),(111833,2483,'_payment_method','paypal'),(111834,2483,'_payment_method_title','PayPal'),(111835,2483,'_customer_ip_address','146.115.131.163'),(111836,2483,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(111837,2483,'_created_via','checkout'),(111838,2483,'_cart_hash','c6666cb64b90dc97441f921110d8f1f6'),(111839,2483,'_download_permissions_granted','yes'),(111840,2483,'_recorded_sales','yes'),(111841,2483,'_recorded_coupon_usage_counts','yes'),(111842,2483,'_new_order_email_sent','true'),(111843,2483,'_order_stock_reduced','yes'),(111844,2483,'_billing_first_name','Naomi'),(111845,2483,'_billing_last_name','Golden'),(111846,2483,'_billing_company','LCA'),(111847,2483,'_billing_address_1','31 Mann Ave'),(111848,2483,'_billing_city','Needham'),(111849,2483,'_billing_state','MA'),(111850,2483,'_billing_postcode','02492'),(111851,2483,'_billing_country','US'),(111852,2483,'_billing_email','nrgolden6486@gmail.com'),(111853,2483,'_billing_phone','617-851-1322'),(111854,2483,'_shipping_first_name','Naomi'),(111855,2483,'_shipping_last_name','Golden'),(111856,2483,'_shipping_company','LCA'),(111857,2483,'_shipping_address_1','1349 Centre Street'),(111858,2483,'_shipping_address_2','Facing Trowbridge St'),(111859,2483,'_shipping_city','Newton'),(111860,2483,'_shipping_state','MA'),(111861,2483,'_shipping_postcode','02459'),(111862,2483,'_shipping_country','US'),(111863,2483,'_order_currency','USD'),(111864,2483,'_cart_discount','0'),(111865,2483,'_cart_discount_tax','0'),(111866,2483,'_order_shipping','43.27'),(111867,2483,'_order_shipping_tax','0'),(111868,2483,'_order_tax','0'),(111869,2483,'_order_total','559.09'),(111870,2483,'_order_version','8.5.2'),(111871,2483,'_prices_include_tax','no'),(111872,2483,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(111873,2483,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge St Newton MA 02459 US '),(111874,2483,'is_vat_exempt','no'),(111875,2483,'_wc_order_attribution_source_type','typein'),(111876,2483,'_wc_order_attribution_utm_source','(direct)'),(111877,2483,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111878,2483,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(111879,2483,'_wc_order_attribution_session_pages','18'),(111880,2483,'_wc_order_attribution_session_count','5'),(111881,2483,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(111882,2483,'_wc_order_attribution_device_type','Desktop'),(111883,2483,'Payment type','instant'),(111884,2483,'_paypal_status','completed'),(111885,2483,'_transaction_id','0RW849493C252392T'),(111886,2483,'PayPal Transaction Fee','20.00'),(111887,2483,'_date_paid','1707777982'),(111888,2483,'_paid_date','2024-02-12 22:46:22'),(111889,2483,'_edit_lock','1707934025:2'),(111890,2484,'_order_currency','USD'),(111891,2484,'_cart_discount','0'),(111892,2484,'_cart_discount_tax','0'),(111893,2484,'_order_shipping','-43.27'),(111894,2484,'_order_shipping_tax','0'),(111895,2484,'_order_tax','0'),(111896,2484,'_order_total','-43.27'),(111897,2484,'_order_version','8.5.2'),(111898,2484,'_prices_include_tax','no'),(111899,2484,'_refund_amount','43.27'),(111900,2484,'_refunded_by','2'),(111901,2484,'_refunded_payment','1'),(111902,2484,'_refund_reason',''),(111903,235,'_edit_lock','1707843775:2'),(111904,235,'_edit_last','2'),(111913,2485,'_order_key','wc_order_icRm95BXGKYjT'),(111914,2485,'_customer_user','6'),(111915,2485,'_payment_method','paypal'),(111916,2485,'_payment_method_title','PayPal'),(111917,2485,'_customer_ip_address','98.244.29.91'),(111918,2485,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111919,2485,'_created_via','checkout'),(111920,2485,'_cart_hash','306759bfd6af0c1363e852a8e717add3'),(111921,2485,'_download_permissions_granted','no'),(111922,2485,'_recorded_sales','no'),(111923,2485,'_recorded_coupon_usage_counts','no'),(111924,2485,'_new_order_email_sent','false'),(111925,2485,'_order_stock_reduced','no'),(111926,2485,'_billing_first_name','Amira'),(111927,2485,'_billing_last_name','Purto'),(111928,2485,'_billing_address_1','2628 Acapulco Way'),(111929,2485,'_billing_city','Modesto'),(111930,2485,'_billing_state','CA'),(111931,2485,'_billing_postcode','95355'),(111932,2485,'_billing_country','US'),(111933,2485,'_billing_email','amira77@sbcglobal.net'),(111934,2485,'_billing_phone','2096422061'),(111935,2485,'_shipping_first_name','Amira'),(111936,2485,'_shipping_last_name','Purto'),(111937,2485,'_shipping_address_1','2628 Acapulco Way'),(111938,2485,'_shipping_city','Modesto'),(111939,2485,'_shipping_state','CA'),(111940,2485,'_shipping_postcode','95355'),(111941,2485,'_shipping_country','US'),(111942,2485,'_order_currency','USD'),(111943,2485,'_cart_discount','0'),(111944,2485,'_cart_discount_tax','0'),(111945,2485,'_order_shipping','0'),(111946,2485,'_order_shipping_tax','0'),(111947,2485,'_order_tax','0'),(111948,2485,'_order_total','1091.90'),(111949,2485,'_order_version','8.5.2'),(111950,2485,'_prices_include_tax','no'),(111951,2485,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(111952,2485,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(111953,2485,'is_vat_exempt','no'),(111954,2485,'_wc_order_attribution_source_type','typein'),(111955,2485,'_wc_order_attribution_utm_source','(direct)'),(111956,2485,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(111957,2485,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(111958,2485,'_wc_order_attribution_session_pages','10'),(111959,2485,'_wc_order_attribution_session_count','7'),(111960,2485,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111961,2485,'_wc_order_attribution_device_type','Desktop'),(111962,2486,'_order_key','wc_order_bJXIBA8CufRQj'),(111963,2486,'_customer_user','6'),(111964,2486,'_payment_method','paypal'),(111965,2486,'_payment_method_title','PayPal'),(111966,2486,'_customer_ip_address','98.244.29.91'),(111967,2486,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(111968,2486,'_created_via','checkout'),(111969,2486,'_cart_hash','306759bfd6af0c1363e852a8e717add3'),(111970,2486,'_download_permissions_granted','yes'),(111971,2486,'_recorded_sales','yes'),(111972,2486,'_recorded_coupon_usage_counts','yes'),(111973,2486,'_new_order_email_sent','true'),(111974,2486,'_order_stock_reduced','yes'),(111975,2486,'_billing_first_name','Amira'),(111976,2486,'_billing_last_name','Purto'),(111977,2486,'_billing_address_1','2628 Acapulco Way'),(111978,2486,'_billing_city','Modesto'),(111979,2486,'_billing_state','CA'),(111980,2486,'_billing_postcode','95355'),(111981,2486,'_billing_country','US'),(111982,2486,'_billing_email','amira77@sbcglobal.net'),(111983,2486,'_billing_phone','2096422061'),(111984,2486,'_shipping_first_name','Amira'),(111985,2486,'_shipping_last_name','Purto'),(111986,2486,'_shipping_address_1','2628 Acapulco Way'),(111987,2486,'_shipping_city','Modesto'),(111988,2486,'_shipping_state','CA'),(111989,2486,'_shipping_postcode','95355'),(111990,2486,'_shipping_country','US'),(111991,2486,'_order_currency','USD'),(111992,2486,'_cart_discount','0'),(111993,2486,'_cart_discount_tax','0'),(111994,2486,'_order_shipping','0'),(111995,2486,'_order_shipping_tax','0'),(111996,2486,'_order_tax','0'),(111997,2486,'_order_total','1091.90'),(111998,2486,'_order_version','8.5.2'),(111999,2486,'_prices_include_tax','no'),(112000,2486,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(112001,2486,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(112002,2486,'is_vat_exempt','no'),(112003,2486,'_wc_order_attribution_source_type','typein'),(112004,2486,'_wc_order_attribution_utm_source','(direct)'),(112005,2486,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112006,2486,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(112007,2486,'_wc_order_attribution_session_pages','12'),(112008,2486,'_wc_order_attribution_session_count','7'),(112009,2486,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112010,2486,'_wc_order_attribution_device_type','Desktop'),(112011,2486,'Payment type','instant'),(112012,2486,'_paypal_status','completed'),(112013,2486,'_transaction_id','4Y9058680H840721X'),(112014,2486,'PayPal Transaction Fee','38.60'),(112015,2486,'_date_paid','1707846873'),(112016,2486,'_paid_date','2024-02-13 17:54:33'),(112023,2487,'_order_key','wc_order_n6I7t7WsrX6tk'),(112024,2487,'_customer_user','98'),(112025,2487,'_payment_method','paypal'),(112026,2487,'_payment_method_title','PayPal'),(112027,2487,'_customer_ip_address','24.62.247.50'),(112028,2487,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(112029,2487,'_created_via','checkout'),(112030,2487,'_cart_hash','fd1fac111b2b1b16fcf3543b009a7465'),(112031,2487,'_download_permissions_granted','yes'),(112032,2487,'_recorded_sales','yes'),(112033,2487,'_recorded_coupon_usage_counts','yes'),(112034,2487,'_new_order_email_sent','true'),(112035,2487,'_order_stock_reduced','yes'),(112036,2487,'_billing_first_name','Christine'),(112037,2487,'_billing_last_name','Cherry'),(112038,2487,'_billing_company','NITS END'),(112039,2487,'_billing_address_1','PO BOX 1092'),(112040,2487,'_billing_city','Campton'),(112041,2487,'_billing_state','NH'),(112042,2487,'_billing_postcode','03223'),(112043,2487,'_billing_country','US'),(112044,2487,'_billing_email','christine@liceclinicscolumbus.com'),(112045,2487,'_billing_phone','16034983390'),(112046,2487,'_shipping_first_name','Erica'),(112047,2487,'_shipping_last_name','Froggatt'),(112048,2487,'_shipping_company','LCA'),(112049,2487,'_shipping_address_1','5910 Wilcox Place'),(112050,2487,'_shipping_address_2','Suite E'),(112051,2487,'_shipping_city','Dublin'),(112052,2487,'_shipping_state','OH'),(112053,2487,'_shipping_postcode','43016'),(112054,2487,'_shipping_country','US'),(112055,2487,'_order_currency','USD'),(112056,2487,'_cart_discount','0'),(112057,2487,'_cart_discount_tax','0'),(112058,2487,'_order_shipping','0'),(112059,2487,'_order_shipping_tax','0'),(112060,2487,'_order_tax','0'),(112061,2487,'_order_total','628.04'),(112062,2487,'_order_version','8.5.2'),(112063,2487,'_prices_include_tax','no'),(112064,2487,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(112065,2487,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Place Suite E Dublin OH 43016 US '),(112066,2487,'is_vat_exempt','no'),(112067,2487,'_wc_order_attribution_source_type','referral'),(112068,2487,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112069,2487,'_wc_order_attribution_utm_source','lcaportal.com'),(112070,2487,'_wc_order_attribution_utm_medium','referral'),(112071,2487,'_wc_order_attribution_utm_content','/'),(112072,2487,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112073,2487,'_wc_order_attribution_session_start_time','2024-02-13 18:26:11'),(112074,2487,'_wc_order_attribution_session_pages','5'),(112075,2487,'_wc_order_attribution_session_count','4'),(112076,2487,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(112077,2487,'_wc_order_attribution_device_type','Desktop'),(112078,2487,'Payment type','instant'),(112079,2487,'_paypal_status','completed'),(112080,2487,'_transaction_id','5ML98141HP816710H'),(112081,2487,'PayPal Transaction Fee','22.41'),(112082,2487,'_date_paid','1707848925'),(112083,2487,'_paid_date','2024-02-13 18:28:45'),(112084,2487,'_edit_lock','1707933137:2'),(112085,2487,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207377\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"9cf4bd423857a7a48c7c292c21ff08cf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207388\";s:12:\"date_shipped\";i:1707933220;s:11:\"tracking_id\";s:32:\"2037b09295f2c088cbf8fb6eb35a9b96\";}}'),(112086,2487,'_edit_last','2'),(112087,2487,'_date_completed','1707933223'),(112088,2487,'_completed_date','2024-02-14 17:53:43'),(112089,2486,'_edit_lock','1707933709:2'),(112090,2486,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207355\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"c7c8515a11396bd3cb8b2df7e178de26\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207344\";s:12:\"date_shipped\";i:1707933488;s:11:\"tracking_id\";s:32:\"3264737df4572b69d2ac26570ec55907\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207333\";s:12:\"date_shipped\";i:1707933501;s:11:\"tracking_id\";s:32:\"0c449e513ff38097b31b13f333266283\";}}'),(112091,2486,'_edit_last','2'),(112092,2486,'_date_completed','1707933522'),(112093,2486,'_completed_date','2024-02-14 17:58:42'),(112094,2482,'_edit_lock','1707933976:2'),(112095,2482,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207230\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"2c2e0ca0a0d6b1b53f1924f2548ae3ee\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207220\";s:12:\"date_shipped\";i:1707934101;s:11:\"tracking_id\";s:32:\"3bee70592ea9f696c5792c70a43a08ac\";}}'),(112096,2482,'_edit_last','2'),(112097,2482,'_date_completed','1707934103'),(112098,2482,'_completed_date','2024-02-14 18:08:23'),(112099,2483,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207252\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"90221a2660645f48f092bdfb1baf82e1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207241\";s:12:\"date_shipped\";i:1707934150;s:11:\"tracking_id\";s:32:\"01b8d16bac7ca0d1d3066173cfead474\";}}'),(112100,2483,'_edit_last','2'),(112101,2483,'_date_completed','1707934154'),(112102,2483,'_completed_date','2024-02-14 18:09:14'),(112103,2481,'_edit_lock','1707934128:2'),(112104,2481,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207193\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"1c50a6075de55b1852e0950277e2ae1b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207182\";s:12:\"date_shipped\";i:1707934245;s:11:\"tracking_id\";s:32:\"2907d72527f7e4006c9e73f0a0631307\";}}'),(112105,2481,'_edit_last','2'),(112106,2481,'_date_completed','1707934264'),(112107,2481,'_completed_date','2024-02-14 18:11:04'),(112108,2480,'_edit_lock','1707934219:2'),(112109,2480,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207171\";s:12:\"date_shipped\";s:10:\"1707868800\";s:11:\"tracking_id\";s:32:\"bbcbb17171ce32a9b98c0902dd6202af\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207160\";s:12:\"date_shipped\";i:1707934320;s:11:\"tracking_id\";s:32:\"5cfc232da7db05d1170f7bbd06de8d27\";}}'),(112110,2480,'_edit_last','2'),(112111,2480,'_date_completed','1707934325'),(112112,2480,'_completed_date','2024-02-14 18:12:05'),(112113,2488,'_order_key','wc_order_IjM5PtLrFdK2A'),(112114,2488,'_customer_user','6'),(112115,2488,'_payment_method','paypal'),(112116,2488,'_payment_method_title','PayPal'),(112117,2488,'_customer_ip_address','98.244.29.91'),(112118,2488,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112119,2488,'_created_via','checkout'),(112120,2488,'_cart_hash','9c84f1858e0e0df1e2ad5f7b7e7ca727'),(112121,2488,'_download_permissions_granted','yes'),(112122,2488,'_recorded_sales','yes'),(112123,2488,'_recorded_coupon_usage_counts','yes'),(112124,2488,'_new_order_email_sent','true'),(112125,2488,'_order_stock_reduced','yes'),(112126,2488,'_billing_first_name','Amira'),(112127,2488,'_billing_last_name','Purto'),(112128,2488,'_billing_address_1','2628 Acapulco Way'),(112129,2488,'_billing_city','Modesto'),(112130,2488,'_billing_state','CA'),(112131,2488,'_billing_postcode','95355'),(112132,2488,'_billing_country','US'),(112133,2488,'_billing_email','amira77@sbcglobal.net'),(112134,2488,'_billing_phone','2096422061'),(112135,2488,'_shipping_first_name','Amira'),(112136,2488,'_shipping_last_name','Purto'),(112137,2488,'_shipping_address_1','2628 Acapulco Way'),(112138,2488,'_shipping_city','Modesto'),(112139,2488,'_shipping_state','CA'),(112140,2488,'_shipping_postcode','95355'),(112141,2488,'_shipping_country','US'),(112142,2488,'_order_currency','USD'),(112143,2488,'_cart_discount','0'),(112144,2488,'_cart_discount_tax','0'),(112145,2488,'_order_shipping','0'),(112146,2488,'_order_shipping_tax','0'),(112147,2488,'_order_tax','0'),(112148,2488,'_order_total','990.00'),(112149,2488,'_order_version','8.5.2'),(112150,2488,'_prices_include_tax','no'),(112151,2488,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(112152,2488,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(112153,2488,'is_vat_exempt','no'),(112154,2488,'_wc_order_attribution_source_type','typein'),(112155,2488,'_wc_order_attribution_utm_source','(direct)'),(112156,2488,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112157,2488,'_wc_order_attribution_session_start_time','2024-01-26 21:11:37'),(112158,2488,'_wc_order_attribution_session_pages','4'),(112159,2488,'_wc_order_attribution_session_count','8'),(112160,2488,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112161,2488,'_wc_order_attribution_device_type','Desktop'),(112162,2488,'Payment type','instant'),(112163,2488,'_paypal_status','completed'),(112164,2488,'_transaction_id','4NF05262KP102712V'),(112165,2488,'PayPal Transaction Fee','35.04'),(112166,2488,'_date_paid','1707938063'),(112167,2488,'_paid_date','2024-02-14 19:14:23'),(112168,2489,'_order_key','wc_order_cDFncly7Ev8xw'),(112169,2489,'_customer_user','4'),(112170,2489,'_payment_method','paypal'),(112171,2489,'_payment_method_title','PayPal'),(112172,2489,'_customer_ip_address','67.163.81.55'),(112173,2489,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112174,2489,'_created_via','checkout'),(112175,2489,'_cart_hash','e6f121495ce7509939b694c81fea67f0'),(112176,2489,'_download_permissions_granted','yes'),(112177,2489,'_recorded_sales','yes'),(112178,2489,'_recorded_coupon_usage_counts','yes'),(112179,2489,'_new_order_email_sent','true'),(112180,2489,'_order_stock_reduced','yes'),(112181,2489,'_billing_first_name','David'),(112182,2489,'_billing_last_name','Washburn'),(112183,2489,'_billing_company','Larada Sciences (LCA)'),(112184,2489,'_billing_address_1','4873 South State St.'),(112185,2489,'_billing_city','Murray'),(112186,2489,'_billing_state','UT'),(112187,2489,'_billing_postcode','84107'),(112188,2489,'_billing_country','US'),(112189,2489,'_billing_email','david@laradasciences.com'),(112190,2489,'_billing_phone','8019197428'),(112191,2489,'_shipping_first_name','David'),(112192,2489,'_shipping_last_name','Washburn'),(112193,2489,'_shipping_company','Larada Sciences (LCA)'),(112194,2489,'_shipping_address_1','4873 South State St.'),(112195,2489,'_shipping_city','Murray'),(112196,2489,'_shipping_state','UT'),(112197,2489,'_shipping_postcode','84107'),(112198,2489,'_shipping_country','US'),(112199,2489,'_order_currency','USD'),(112200,2489,'_cart_discount','0'),(112201,2489,'_cart_discount_tax','0'),(112202,2489,'_order_shipping','0'),(112203,2489,'_order_shipping_tax','0'),(112204,2489,'_order_tax','0'),(112205,2489,'_order_total','773.32'),(112206,2489,'_order_version','8.6.0'),(112207,2489,'_prices_include_tax','no'),(112208,2489,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(112209,2489,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(112210,2489,'is_vat_exempt','no'),(112211,2489,'_wc_order_attribution_source_type','referral'),(112212,2489,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112213,2489,'_wc_order_attribution_utm_source','lcaportal.com'),(112214,2489,'_wc_order_attribution_utm_medium','referral'),(112215,2489,'_wc_order_attribution_utm_content','/'),(112216,2489,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112217,2489,'_wc_order_attribution_session_start_time','2024-02-15 17:58:11'),(112218,2489,'_wc_order_attribution_session_pages','5'),(112219,2489,'_wc_order_attribution_session_count','3'),(112220,2489,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112221,2489,'_wc_order_attribution_device_type','Desktop'),(112222,2489,'Payment type','instant'),(112223,2489,'_paypal_status','completed'),(112224,2489,'_transaction_id','0XS989223Y675284S'),(112225,2489,'PayPal Transaction Fee','27.48'),(112226,2489,'_date_paid','1708020163'),(112227,2489,'_paid_date','2024-02-15 18:02:43'),(112228,2490,'_order_key','wc_order_XLosnzdDidpJX'),(112229,2490,'_customer_user','87'),(112230,2490,'_payment_method','paypal'),(112231,2490,'_payment_method_title','PayPal'),(112232,2490,'_customer_ip_address','75.7.15.79'),(112233,2490,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112234,2490,'_created_via','checkout'),(112235,2490,'_cart_hash','f15128559c68a597dc44b6e1927c3632'),(112236,2490,'_download_permissions_granted','yes'),(112237,2490,'_recorded_sales','yes'),(112238,2490,'_recorded_coupon_usage_counts','yes'),(112239,2490,'_new_order_email_sent','true'),(112240,2490,'_order_stock_reduced','yes'),(112241,2490,'_billing_first_name','Wade'),(112242,2490,'_billing_last_name','Huntsman'),(112243,2490,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(112244,2490,'_billing_address_1','3421 E 21st'),(112245,2490,'_billing_city','Tulsa'),(112246,2490,'_billing_state','OK'),(112247,2490,'_billing_postcode','74114'),(112248,2490,'_billing_country','US'),(112249,2490,'_billing_email','info@liceclinicsmidsouth.com'),(112250,2490,'_billing_phone','9189783329'),(112251,2490,'_shipping_first_name','Logan'),(112252,2490,'_shipping_last_name','Futrell'),(112253,2490,'_shipping_company','Lice Clinics of America NWA'),(112254,2490,'_shipping_address_1','203 Tricha Circle Unit B'),(112255,2490,'_shipping_city','Gravette'),(112256,2490,'_shipping_state','AR'),(112257,2490,'_shipping_postcode','72738'),(112258,2490,'_shipping_country','US'),(112259,2490,'_order_currency','USD'),(112260,2490,'_cart_discount','0'),(112261,2490,'_cart_discount_tax','0'),(112262,2490,'_order_shipping','0'),(112263,2490,'_order_shipping_tax','0'),(112264,2490,'_order_tax','0'),(112265,2490,'_order_total','602.72'),(112266,2490,'_order_version','8.6.0'),(112267,2490,'_prices_include_tax','no'),(112268,2490,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(112269,2490,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72738 US '),(112270,2490,'is_vat_exempt','no'),(112271,2490,'_wc_order_attribution_source_type','typein'),(112272,2490,'_wc_order_attribution_utm_source','(direct)'),(112273,2490,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112274,2490,'_wc_order_attribution_session_start_time','2024-02-15 18:40:06'),(112275,2490,'_wc_order_attribution_session_pages','6'),(112276,2490,'_wc_order_attribution_session_count','1'),(112277,2490,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112278,2490,'_wc_order_attribution_device_type','Desktop'),(112279,2488,'_edit_lock','1708023016:2'),(112280,2490,'Payment type','instant'),(112281,2490,'_paypal_status','completed'),(112282,2490,'_transaction_id','2G8051996E4132901'),(112283,2490,'PayPal Transaction Fee','21.52'),(112284,2490,'_date_paid','1708023066'),(112285,2490,'_paid_date','2024-02-15 18:51:06'),(112286,2488,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207664\";s:12:\"date_shipped\";s:10:\"1707955200\";s:11:\"tracking_id\";s:32:\"72d3d19e29aade525d5988f0abc72135\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207653\";s:12:\"date_shipped\";i:1708023115;s:11:\"tracking_id\";s:32:\"a80eb7294412f627851b30031338906a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207642\";s:12:\"date_shipped\";i:1708023120;s:11:\"tracking_id\";s:32:\"29f07229f7e6e88d0377c852c6833669\";}}'),(112287,2488,'_edit_last','2'),(112288,2488,'_date_completed','1708023123'),(112289,2488,'_completed_date','2024-02-15 18:52:03'),(112290,2491,'_order_key','wc_order_MEOJr6uIx6Wz0'),(112291,2491,'_customer_user','87'),(112292,2491,'_payment_method','paypal'),(112293,2491,'_payment_method_title','PayPal'),(112294,2491,'_customer_ip_address','75.7.15.79'),(112295,2491,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112296,2491,'_created_via','checkout'),(112297,2491,'_cart_hash','efd0d2ad9841a40752f918bdd8b708c8'),(112298,2491,'_download_permissions_granted','yes'),(112299,2491,'_recorded_sales','yes'),(112300,2491,'_recorded_coupon_usage_counts','yes'),(112301,2491,'_new_order_email_sent','true'),(112302,2491,'_order_stock_reduced','yes'),(112303,2491,'_billing_first_name','Wade'),(112304,2491,'_billing_last_name','Huntsman'),(112305,2491,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(112306,2491,'_billing_address_1','3421 E 21st'),(112307,2491,'_billing_city','Tulsa'),(112308,2491,'_billing_state','OK'),(112309,2491,'_billing_postcode','74114'),(112310,2491,'_billing_country','US'),(112311,2491,'_billing_email','info@liceclinicsmidsouth.com'),(112312,2491,'_billing_phone','9189783329'),(112313,2491,'_shipping_first_name','Katee'),(112314,2491,'_shipping_last_name','Morrison'),(112315,2491,'_shipping_company','Lice Clinics of America OKC'),(112316,2491,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(112317,2491,'_shipping_city','OKC'),(112318,2491,'_shipping_state','OK'),(112319,2491,'_shipping_postcode','73118'),(112320,2491,'_shipping_country','US'),(112321,2491,'_order_currency','USD'),(112322,2491,'_cart_discount','0'),(112323,2491,'_cart_discount_tax','0'),(112324,2491,'_order_shipping','0'),(112325,2491,'_order_shipping_tax','0'),(112326,2491,'_order_tax','0'),(112327,2491,'_order_total','934.24'),(112328,2491,'_order_version','8.6.0'),(112329,2491,'_prices_include_tax','no'),(112330,2491,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(112331,2491,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(112332,2491,'is_vat_exempt','no'),(112333,2491,'_wc_order_attribution_source_type','typein'),(112334,2491,'_wc_order_attribution_utm_source','(direct)'),(112335,2491,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112336,2491,'_wc_order_attribution_session_start_time','2024-02-15 18:40:06'),(112337,2491,'_wc_order_attribution_session_pages','11'),(112338,2491,'_wc_order_attribution_session_count','1'),(112339,2491,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112340,2491,'_wc_order_attribution_device_type','Desktop'),(112341,2491,'Payment type','instant'),(112342,2491,'_paypal_status','completed'),(112343,2491,'_transaction_id','43493581FU4533008'),(112344,2491,'PayPal Transaction Fee','33.09'),(112345,2491,'_date_paid','1708026490'),(112346,2491,'_paid_date','2024-02-15 19:48:10'),(112347,2492,'_order_key','wc_order_xczmD66Ofth9I'),(112348,2492,'_customer_user','87'),(112349,2492,'_payment_method','paypal'),(112350,2492,'_payment_method_title','PayPal'),(112351,2492,'_customer_ip_address','75.7.15.79'),(112352,2492,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112353,2492,'_created_via','checkout'),(112354,2492,'_cart_hash','df81e959b68e0dc570a9103eb50401eb'),(112355,2492,'_download_permissions_granted','yes'),(112356,2492,'_recorded_sales','yes'),(112357,2492,'_recorded_coupon_usage_counts','yes'),(112358,2492,'_new_order_email_sent','true'),(112359,2492,'_order_stock_reduced','yes'),(112360,2492,'_billing_first_name','Wade'),(112361,2492,'_billing_last_name','Huntsman'),(112362,2492,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(112363,2492,'_billing_address_1','3421 E 21st'),(112364,2492,'_billing_city','Tulsa'),(112365,2492,'_billing_state','OK'),(112366,2492,'_billing_postcode','74114'),(112367,2492,'_billing_country','US'),(112368,2492,'_billing_email','info@liceclinicsmidsouth.com'),(112369,2492,'_billing_phone','9189783329'),(112370,2492,'_shipping_first_name','Jessie'),(112371,2492,'_shipping_last_name','Foley'),(112372,2492,'_shipping_company','Lice Clinics of America Tulsa'),(112373,2492,'_shipping_address_1','3421 East 21st Street'),(112374,2492,'_shipping_city','Tulsa'),(112375,2492,'_shipping_state','OK'),(112376,2492,'_shipping_postcode','74114'),(112377,2492,'_shipping_country','US'),(112378,2492,'_order_currency','USD'),(112379,2492,'_cart_discount','0'),(112380,2492,'_cart_discount_tax','0'),(112381,2492,'_order_shipping','0'),(112382,2492,'_order_shipping_tax','0'),(112383,2492,'_order_tax','0'),(112384,2492,'_order_total','628.12'),(112385,2492,'_order_version','8.6.0'),(112386,2492,'_prices_include_tax','no'),(112387,2492,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(112388,2492,'_shipping_address_index','Jessie Foley Lice Clinics of America Tulsa 3421 East 21st Street  Tulsa OK 74114 US '),(112389,2492,'is_vat_exempt','no'),(112390,2492,'_wc_order_attribution_source_type','typein'),(112391,2492,'_wc_order_attribution_utm_source','(direct)'),(112392,2492,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112393,2492,'_wc_order_attribution_session_start_time','2024-02-16 14:55:31'),(112394,2492,'_wc_order_attribution_session_pages','8'),(112395,2492,'_wc_order_attribution_session_count','1'),(112396,2492,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112397,2492,'_wc_order_attribution_device_type','Desktop'),(112398,2492,'Payment type','instant'),(112399,2492,'_paypal_status','completed'),(112400,2492,'_transaction_id','2JU14302R6135940P'),(112401,2492,'PayPal Transaction Fee','22.41'),(112402,2492,'_date_paid','1708095594'),(112403,2492,'_paid_date','2024-02-16 14:59:54'),(112404,2493,'_order_key','wc_order_oyWclLGZsqtMG'),(112405,2493,'_customer_user','87'),(112406,2493,'_payment_method','paypal'),(112407,2493,'_payment_method_title','PayPal'),(112408,2493,'_customer_ip_address','75.7.15.79'),(112409,2493,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112410,2493,'_created_via','checkout'),(112411,2493,'_cart_hash','5d2de6f8e54430a3396dfe6c1668e43a'),(112412,2493,'_download_permissions_granted','yes'),(112413,2493,'_recorded_sales','yes'),(112414,2493,'_recorded_coupon_usage_counts','yes'),(112415,2493,'_new_order_email_sent','true'),(112416,2493,'_order_stock_reduced','yes'),(112417,2493,'_billing_first_name','Wade'),(112418,2493,'_billing_last_name','Huntsman'),(112419,2493,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(112420,2493,'_billing_address_1','3421 E 21st'),(112421,2493,'_billing_city','Tulsa'),(112422,2493,'_billing_state','OK'),(112423,2493,'_billing_postcode','74114'),(112424,2493,'_billing_country','US'),(112425,2493,'_billing_email','info@liceclinicsmidsouth.com'),(112426,2493,'_billing_phone','9189783329'),(112427,2493,'_shipping_first_name','Tiffany'),(112428,2493,'_shipping_last_name','Sporn'),(112429,2493,'_shipping_company','Lice Clinics of America Wichita'),(112430,2493,'_shipping_address_1','16621 West 29th Street North'),(112431,2493,'_shipping_city','Colwich'),(112432,2493,'_shipping_state','KS'),(112433,2493,'_shipping_postcode','67030'),(112434,2493,'_shipping_country','US'),(112435,2493,'_order_currency','USD'),(112436,2493,'_cart_discount','0'),(112437,2493,'_cart_discount_tax','0'),(112438,2493,'_order_shipping','0'),(112439,2493,'_order_shipping_tax','0'),(112440,2493,'_order_tax','0'),(112441,2493,'_order_total','605.48'),(112442,2493,'_order_version','8.6.0'),(112443,2493,'_prices_include_tax','no'),(112444,2493,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(112445,2493,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 West 29th Street North  Colwich KS 67030 US '),(112446,2493,'is_vat_exempt','no'),(112447,2493,'_wc_order_attribution_source_type','typein'),(112448,2493,'_wc_order_attribution_utm_source','(direct)'),(112449,2493,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112450,2493,'_wc_order_attribution_session_start_time','2024-02-16 14:55:31'),(112451,2493,'_wc_order_attribution_session_pages','12'),(112452,2493,'_wc_order_attribution_session_count','1'),(112453,2493,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112454,2493,'_wc_order_attribution_device_type','Desktop'),(112455,2493,'Payment type','instant'),(112456,2493,'_paypal_status','completed'),(112457,2493,'_transaction_id','9R9743872R341134U'),(112458,2493,'PayPal Transaction Fee','21.62'),(112459,2493,'_date_paid','1708096543'),(112460,2493,'_paid_date','2024-02-16 15:15:43'),(112461,2494,'_order_key','wc_order_3IyWn2plJtYpT'),(112462,2494,'_customer_user','67'),(112463,2494,'_payment_method','paypal'),(112464,2494,'_payment_method_title','PayPal'),(112465,2494,'_customer_ip_address','67.252.77.231'),(112466,2494,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112467,2494,'_created_via','checkout'),(112468,2494,'_cart_hash','d00106fca2fee570cc7b46789b4f65a8'),(112469,2494,'_download_permissions_granted','yes'),(112470,2494,'_recorded_sales','yes'),(112471,2494,'_recorded_coupon_usage_counts','yes'),(112472,2494,'_new_order_email_sent','true'),(112473,2494,'_order_stock_reduced','yes'),(112474,2494,'_billing_first_name','Marnie'),(112475,2494,'_billing_last_name','Murray'),(112476,2494,'_billing_company','Naughty Nits'),(112477,2494,'_billing_address_1','2809 Wehrle Drive'),(112478,2494,'_billing_address_2','Suite 10'),(112479,2494,'_billing_city','Williamsville'),(112480,2494,'_billing_state','NY'),(112481,2494,'_billing_postcode','14221'),(112482,2494,'_billing_country','US'),(112483,2494,'_billing_email','liceclinicsupstateny@gmail.com'),(112484,2494,'_billing_phone','7166265423'),(112485,2494,'_shipping_first_name','Marnie'),(112486,2494,'_shipping_last_name','Murray'),(112487,2494,'_shipping_company','LCA Buffalo'),(112488,2494,'_shipping_address_1','2809 Wehrle Drive'),(112489,2494,'_shipping_address_2','Suite 10'),(112490,2494,'_shipping_city','Williamsville'),(112491,2494,'_shipping_state','NY'),(112492,2494,'_shipping_postcode','14221'),(112493,2494,'_shipping_country','US'),(112494,2494,'_order_currency','USD'),(112495,2494,'_cart_discount','0'),(112496,2494,'_cart_discount_tax','0'),(112497,2494,'_order_shipping','0'),(112498,2494,'_order_shipping_tax','0'),(112499,2494,'_order_tax','0'),(112500,2494,'_order_total','886.56'),(112501,2494,'_order_version','8.6.0'),(112502,2494,'_prices_include_tax','no'),(112503,2494,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(112504,2494,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(112505,2494,'is_vat_exempt','no'),(112506,2494,'_wc_order_attribution_source_type','referral'),(112507,2494,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112508,2494,'_wc_order_attribution_utm_source','lcaportal.com'),(112509,2494,'_wc_order_attribution_utm_medium','referral'),(112510,2494,'_wc_order_attribution_utm_content','/'),(112511,2494,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112512,2494,'_wc_order_attribution_session_start_time','2024-02-16 15:35:54'),(112513,2494,'_wc_order_attribution_session_pages','3'),(112514,2494,'_wc_order_attribution_session_count','1'),(112515,2494,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112516,2494,'_wc_order_attribution_device_type','Desktop'),(112517,2494,'Payment type','instant'),(112518,2494,'_paypal_status','completed'),(112519,2494,'_transaction_id','18B80299V7955492J'),(112520,2494,'PayPal Transaction Fee','31.43'),(112521,2494,'_date_paid','1708098263'),(112522,2494,'_paid_date','2024-02-16 15:44:23'),(112523,2495,'_order_key','wc_order_IeQyOlJJS9TY8'),(112524,2495,'_customer_user','3'),(112525,2495,'_payment_method','paypal'),(112526,2495,'_payment_method_title','PayPal'),(112527,2495,'_customer_ip_address','70.142.202.154'),(112528,2495,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112529,2495,'_created_via','checkout'),(112530,2495,'_cart_hash','ffd97c2d60003b23426045a91e04db48'),(112531,2495,'_download_permissions_granted','yes'),(112532,2495,'_recorded_sales','yes'),(112533,2495,'_recorded_coupon_usage_counts','yes'),(112534,2495,'_new_order_email_sent','true'),(112535,2495,'_order_stock_reduced','yes'),(112536,2495,'_billing_first_name','Amanda'),(112537,2495,'_billing_last_name','Westerman'),(112538,2495,'_billing_company','Lice Clinics of America McKinney'),(112539,2495,'_billing_address_1','3120 Hudson Crossing'),(112540,2495,'_billing_address_2','Suite A2'),(112541,2495,'_billing_city','MCKINNEY'),(112542,2495,'_billing_state','TX'),(112543,2495,'_billing_postcode','75070'),(112544,2495,'_billing_country','US'),(112545,2495,'_billing_email','awesterman1103@gmail.com'),(112546,2495,'_billing_phone','2144175741'),(112547,2495,'_shipping_first_name','AMANDA'),(112548,2495,'_shipping_last_name','Westerman'),(112549,2495,'_shipping_company','Lice Clinics of America'),(112550,2495,'_shipping_address_1','1709 Damian Way'),(112551,2495,'_shipping_city','Richardson'),(112552,2495,'_shipping_state','TX'),(112553,2495,'_shipping_postcode','75081'),(112554,2495,'_shipping_country','US'),(112555,2495,'_order_currency','USD'),(112556,2495,'_cart_discount','0'),(112557,2495,'_cart_discount_tax','0'),(112558,2495,'_order_shipping','0'),(112559,2495,'_order_shipping_tax','0'),(112560,2495,'_order_tax','0'),(112561,2495,'_order_total','1159.11'),(112562,2495,'_order_version','8.6.0'),(112563,2495,'_prices_include_tax','no'),(112564,2495,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(112565,2495,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(112566,2495,'is_vat_exempt','no'),(112567,2495,'_wc_order_attribution_source_type','referral'),(112568,2495,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112569,2495,'_wc_order_attribution_utm_source','lcaportal.com'),(112570,2495,'_wc_order_attribution_utm_medium','referral'),(112571,2495,'_wc_order_attribution_utm_content','/'),(112572,2495,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112573,2495,'_wc_order_attribution_session_start_time','2024-02-15 23:20:13'),(112574,2495,'_wc_order_attribution_session_pages','1'),(112575,2495,'_wc_order_attribution_session_count','7'),(112576,2495,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112577,2495,'_wc_order_attribution_device_type','Desktop'),(112578,2495,'Payment type','instant'),(112579,2495,'_paypal_status','completed'),(112580,2495,'_transaction_id','9BM76582T74240721'),(112581,2495,'PayPal Transaction Fee','40.94'),(112582,2495,'_date_paid','1708104408'),(112583,2495,'_paid_date','2024-02-16 17:26:48'),(112588,2489,'_edit_lock','1708106763:2'),(112589,2489,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207848\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"adae9fb20f4ad862d0dfb36b4602ca11\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207837\";s:12:\"date_shipped\";i:1708106896;s:11:\"tracking_id\";s:32:\"817ec69a9447fa4ca26c81a73bcbe3b1\";}}'),(112590,2489,'_edit_last','2'),(112591,2489,'_date_completed','1708106899'),(112592,2489,'_completed_date','2024-02-16 18:08:19'),(112593,2490,'_edit_lock','1708106876:2'),(112594,2490,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207860\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"f79db74ef1d2515f1b17bc3806f9ce1a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207859\";s:12:\"date_shipped\";i:1708106974;s:11:\"tracking_id\";s:32:\"a53a6be1df7d856e6a2dcbfc782cf527\";}}'),(112595,2490,'_edit_last','2'),(112596,2490,'_date_completed','1708106976'),(112597,2490,'_completed_date','2024-02-16 18:09:36'),(112598,2491,'_edit_lock','1708140609:2'),(112599,2491,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207962\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"16a85fe09ec074fff4e281a996c36457\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207951\";s:12:\"date_shipped\";i:1708107089;s:11:\"tracking_id\";s:32:\"37c488280a4c3ead54f49f9a93800a8b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207940\";s:12:\"date_shipped\";i:1708107096;s:11:\"tracking_id\";s:32:\"24f0e1b7c789cfd64bca641b4843bfda\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992207930\";s:12:\"date_shipped\";i:1708107101;s:11:\"tracking_id\";s:32:\"e80dce0dfbf8093d00d2eb419a932d9c\";}}'),(112600,2491,'_edit_last','2'),(112601,2491,'_date_completed','1708107104'),(112602,2491,'_completed_date','2024-02-16 18:11:44'),(112604,2495,'_edit_lock','1708120596:2'),(112605,2495,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208167\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"6e5228ce58d3395065675221d2839d2f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208156\";s:12:\"date_shipped\";i:1708120708;s:11:\"tracking_id\";s:32:\"dcf2bbea1981c23ac116638b4ece4550\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208145\";s:12:\"date_shipped\";i:1708120715;s:11:\"tracking_id\";s:32:\"4ca02de91c4ab7b53f8c425f9299fbc4\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208134\";s:12:\"date_shipped\";i:1708120721;s:11:\"tracking_id\";s:32:\"3547761c7bc697f394d00df8b36afff2\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208123\";s:12:\"date_shipped\";i:1708120727;s:11:\"tracking_id\";s:32:\"19f5631fbb78a0481fce589e44ef6009\";}}'),(112606,2495,'_edit_last','2'),(112607,2495,'_date_completed','1708120730'),(112608,2495,'_completed_date','2024-02-16 21:58:50'),(112609,2494,'_edit_lock','1708120628:2'),(112610,2494,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208189\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"02360001d76c664e2e7690cded6efee6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208178\";s:12:\"date_shipped\";i:1708120764;s:11:\"tracking_id\";s:32:\"6a5472d55593659247e09d019b5f64f1\";}}'),(112611,2494,'_edit_last','2'),(112612,2494,'_date_completed','1708120767'),(112613,2494,'_completed_date','2024-02-16 21:59:27'),(112614,2492,'_edit_lock','1708120672:2'),(112615,2492,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208112\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"8833753e24f9e0234c200ae0a813dc48\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208101\";s:12:\"date_shipped\";i:1708120806;s:11:\"tracking_id\";s:32:\"8ad0e54d2a6621646925da844dd6b921\";}}'),(112616,2492,'_edit_last','2'),(112617,2492,'_date_completed','1708120808'),(112618,2492,'_completed_date','2024-02-16 22:00:08'),(112619,2493,'_edit_lock','1708120725:2'),(112620,2493,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208097\";s:12:\"date_shipped\";s:10:\"1708041600\";s:11:\"tracking_id\";s:32:\"9ca10e990da6c604c7ffa47013d71088\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208086\";s:12:\"date_shipped\";i:1708120840;s:11:\"tracking_id\";s:32:\"65437b608e9eea5f0a8b04b440d62a0a\";}}'),(112621,2493,'_edit_last','2'),(112622,2493,'_date_completed','1708120843'),(112623,2493,'_completed_date','2024-02-16 22:00:43'),(112624,2496,'_order_key','wc_order_TlbgSnJOe6lYe'),(112625,2496,'_customer_user','54'),(112626,2496,'_payment_method','paypal'),(112627,2496,'_payment_method_title','PayPal'),(112628,2496,'_customer_ip_address','72.104.244.244'),(112629,2496,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(112630,2496,'_created_via','checkout'),(112631,2496,'_cart_hash','9447e803aba767f35e3d55b735f8dbd2'),(112632,2496,'_download_permissions_granted','yes'),(112633,2496,'_recorded_sales','yes'),(112634,2496,'_recorded_coupon_usage_counts','yes'),(112635,2496,'_new_order_email_sent','true'),(112636,2496,'_order_stock_reduced','yes'),(112637,2496,'_billing_first_name','Erin'),(112638,2496,'_billing_last_name','Hawn'),(112639,2496,'_billing_address_1','10 W Phillip Rd'),(112640,2496,'_billing_address_2','123'),(112641,2496,'_billing_city','Vernon Hills'),(112642,2496,'_billing_state','IL'),(112643,2496,'_billing_postcode','60061'),(112644,2496,'_billing_country','US'),(112645,2496,'_billing_email','info@liceclinicsvernonhills.com'),(112646,2496,'_billing_phone','8475960408'),(112647,2496,'_shipping_first_name','Erin'),(112648,2496,'_shipping_last_name','Hawn'),(112649,2496,'_shipping_address_1','1491 S Amarias Dr'),(112650,2496,'_shipping_city','Round lake'),(112651,2496,'_shipping_state','IL'),(112652,2496,'_shipping_postcode','60073'),(112653,2496,'_shipping_country','US'),(112654,2496,'_order_currency','USD'),(112655,2496,'_cart_discount','0'),(112656,2496,'_cart_discount_tax','0'),(112657,2496,'_order_shipping','0'),(112658,2496,'_order_shipping_tax','0'),(112659,2496,'_order_tax','0'),(112660,2496,'_order_total','728.26'),(112661,2496,'_order_version','8.6.0'),(112662,2496,'_prices_include_tax','no'),(112663,2496,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(112664,2496,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(112665,2496,'is_vat_exempt','no'),(112666,2496,'_wc_order_attribution_source_type','typein'),(112667,2496,'_wc_order_attribution_utm_source','(direct)'),(112668,2496,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112669,2496,'_wc_order_attribution_session_start_time','2024-02-16 22:44:02'),(112670,2496,'_wc_order_attribution_session_pages','4'),(112671,2496,'_wc_order_attribution_session_count','1'),(112672,2496,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(112673,2496,'_wc_order_attribution_device_type','Desktop'),(112674,2496,'Payment type','instant'),(112675,2496,'_paypal_status','completed'),(112676,2496,'_transaction_id','0SW507152J541224P'),(112677,2496,'PayPal Transaction Fee','25.91'),(112678,2496,'_date_paid','1708124080'),(112679,2496,'_paid_date','2024-02-16 22:54:40'),(112680,2497,'_order_key','wc_order_kLMnvQHn9Ee8N'),(112681,2497,'_customer_user','26'),(112682,2497,'_payment_method','paypal'),(112683,2497,'_payment_method_title','PayPal'),(112684,2497,'_customer_ip_address','68.126.201.125'),(112685,2497,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112686,2497,'_created_via','checkout'),(112687,2497,'_cart_hash','4ca00ec131aca8c0792be35b45c098af'),(112688,2497,'_download_permissions_granted','yes'),(112689,2497,'_recorded_sales','yes'),(112690,2497,'_recorded_coupon_usage_counts','yes'),(112691,2497,'_new_order_email_sent','true'),(112692,2497,'_order_stock_reduced','yes'),(112693,2497,'_billing_first_name','Andrew'),(112694,2497,'_billing_last_name','Crumrine'),(112695,2497,'_billing_address_1','3537 Stevens Way'),(112696,2497,'_billing_city','Augusta'),(112697,2497,'_billing_state','GA'),(112698,2497,'_billing_postcode','30907'),(112699,2497,'_billing_country','US'),(112700,2497,'_billing_email','augustagalice@gmail.com'),(112701,2497,'_billing_phone','7063064588'),(112702,2497,'_shipping_first_name','Andrew'),(112703,2497,'_shipping_last_name','Crumrine'),(112704,2497,'_shipping_address_1','3537 Stevens Way'),(112705,2497,'_shipping_city','Augusta'),(112706,2497,'_shipping_state','GA'),(112707,2497,'_shipping_postcode','30907'),(112708,2497,'_shipping_country','US'),(112709,2497,'_order_currency','USD'),(112710,2497,'_cart_discount','0'),(112711,2497,'_cart_discount_tax','0'),(112712,2497,'_order_shipping','14.17'),(112713,2497,'_order_shipping_tax','0'),(112714,2497,'_order_tax','0'),(112715,2497,'_order_total','147.13'),(112716,2497,'_order_version','8.6.0'),(112717,2497,'_prices_include_tax','no'),(112718,2497,'_billing_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(112719,2497,'_shipping_address_index','Andrew Crumrine  3537 Stevens Way  Augusta GA 30907 US '),(112720,2497,'is_vat_exempt','no'),(112721,2497,'_wc_order_attribution_source_type','typein'),(112722,2497,'_wc_order_attribution_utm_source','(direct)'),(112723,2497,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112724,2497,'_wc_order_attribution_session_start_time','2024-02-17 00:26:54'),(112725,2497,'_wc_order_attribution_session_pages','9'),(112726,2497,'_wc_order_attribution_session_count','1'),(112727,2497,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112728,2497,'_wc_order_attribution_device_type','Desktop'),(112729,2497,'Payment type','instant'),(112730,2497,'_paypal_status','completed'),(112731,2497,'_transaction_id','9J4834567C889951G'),(112732,2497,'PayPal Transaction Fee','5.62'),(112733,2497,'_date_paid','1708129704'),(112734,2497,'_paid_date','2024-02-17 00:28:24'),(112735,2498,'_order_key','wc_order_arv0Qh7fNW4Zp'),(112736,2498,'_customer_user','90'),(112737,2498,'_payment_method','paypal'),(112738,2498,'_payment_method_title','PayPal'),(112739,2498,'_customer_ip_address','75.48.216.88'),(112740,2498,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112741,2498,'_created_via','checkout'),(112742,2498,'_cart_hash','b6e3d9e8ec496817926057cfecd38bf6'),(112743,2498,'_download_permissions_granted','yes'),(112744,2498,'_recorded_sales','yes'),(112745,2498,'_recorded_coupon_usage_counts','yes'),(112746,2498,'_new_order_email_sent','true'),(112747,2498,'_order_stock_reduced','yes'),(112748,2498,'_billing_first_name','Mike'),(112749,2498,'_billing_last_name','Brehm'),(112750,2498,'_billing_address_1','5258 Plainfield Ave NE'),(112751,2498,'_billing_city','Grand Rapids'),(112752,2498,'_billing_state','MI'),(112753,2498,'_billing_postcode','49525'),(112754,2498,'_billing_country','US'),(112755,2498,'_billing_email','rapunzelscorinn@gmail.com'),(112756,2498,'_billing_phone','6164504125'),(112757,2498,'_shipping_first_name','Corinn'),(112758,2498,'_shipping_last_name','Nichols'),(112759,2498,'_shipping_company','LCA Remedy'),(112760,2498,'_shipping_address_1','3500 Dean Lake Ave NE'),(112761,2498,'_shipping_city','Grand Rapids'),(112762,2498,'_shipping_state','MI'),(112763,2498,'_shipping_postcode','49525'),(112764,2498,'_shipping_country','US'),(112765,2498,'_order_currency','USD'),(112766,2498,'_cart_discount','0'),(112767,2498,'_cart_discount_tax','0'),(112768,2498,'_order_shipping','0'),(112769,2498,'_order_shipping_tax','0'),(112770,2498,'_order_tax','0'),(112771,2498,'_order_total','1706.80'),(112772,2498,'_order_version','8.6.0'),(112773,2498,'_prices_include_tax','no'),(112774,2498,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(112775,2498,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(112776,2498,'is_vat_exempt','no'),(112777,2498,'_wc_order_attribution_source_type','referral'),(112778,2498,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(112779,2498,'_wc_order_attribution_utm_source','lcaportal.com'),(112780,2498,'_wc_order_attribution_utm_medium','referral'),(112781,2498,'_wc_order_attribution_utm_content','/'),(112782,2498,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112783,2498,'_wc_order_attribution_session_start_time','2024-02-17 18:01:46'),(112784,2498,'_wc_order_attribution_session_pages','4'),(112785,2498,'_wc_order_attribution_session_count','2'),(112786,2498,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112787,2498,'_wc_order_attribution_device_type','Desktop'),(112788,2498,'Payment type','instant'),(112789,2498,'_paypal_status','completed'),(112790,2498,'_transaction_id','2DS85087R4297202C'),(112791,2498,'PayPal Transaction Fee','60.06'),(112792,2498,'_date_paid','1708193271'),(112793,2498,'_paid_date','2024-02-17 18:07:51'),(112794,2499,'_order_key','wc_order_fBT5fSF7Vfoku'),(112795,2499,'_customer_user','28'),(112796,2499,'_payment_method','paypal'),(112797,2499,'_payment_method_title','PayPal'),(112798,2499,'_customer_ip_address','172.115.255.171'),(112799,2499,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112800,2499,'_created_via','checkout'),(112801,2499,'_cart_hash','1422386ecbe948273a0e303f85c96307'),(112802,2499,'_download_permissions_granted','yes'),(112803,2499,'_recorded_sales','yes'),(112804,2499,'_recorded_coupon_usage_counts','yes'),(112805,2499,'_new_order_email_sent','true'),(112806,2499,'_order_stock_reduced','yes'),(112807,2499,'_billing_first_name','Kelli'),(112808,2499,'_billing_last_name','Washington'),(112809,2499,'_billing_company','Lice Clinics of America - Temecula'),(112810,2499,'_billing_address_1','2438 Bear Rock Gln.'),(112811,2499,'_billing_city','Escondido'),(112812,2499,'_billing_state','CA'),(112813,2499,'_billing_postcode','92026'),(112814,2499,'_billing_country','US'),(112815,2499,'_billing_email','info@liceclinicstemecula.com'),(112816,2499,'_billing_phone','7606255580'),(112817,2499,'_shipping_first_name','Kelli'),(112818,2499,'_shipping_last_name','Washington'),(112819,2499,'_shipping_company','Lice Clinics of America - Temecula'),(112820,2499,'_shipping_address_1','2438 Bear Rock Gln.'),(112821,2499,'_shipping_city','Escondido'),(112822,2499,'_shipping_state','CA'),(112823,2499,'_shipping_postcode','92026'),(112824,2499,'_shipping_country','US'),(112825,2499,'_order_currency','USD'),(112826,2499,'_cart_discount','0'),(112827,2499,'_cart_discount_tax','0'),(112828,2499,'_order_shipping','30.84'),(112829,2499,'_order_shipping_tax','0'),(112830,2499,'_order_tax','0'),(112831,2499,'_order_total','268.44'),(112832,2499,'_order_version','8.6.0'),(112833,2499,'_prices_include_tax','no'),(112834,2499,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(112835,2499,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(112836,2499,'is_vat_exempt','no'),(112837,2499,'_wc_order_attribution_source_type','typein'),(112838,2499,'_wc_order_attribution_utm_source','(direct)'),(112839,2499,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112840,2499,'_wc_order_attribution_session_start_time','2024-02-17 22:45:42'),(112841,2499,'_wc_order_attribution_session_pages','3'),(112842,2499,'_wc_order_attribution_session_count','1'),(112843,2499,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(112844,2499,'_wc_order_attribution_device_type','Desktop'),(112845,2499,'Payment type','instant'),(112846,2499,'_paypal_status','completed'),(112847,2499,'_transaction_id','6DP70293B2535570M'),(112848,2499,'PayPal Transaction Fee','9.86'),(112849,2499,'_date_paid','1708210121'),(112850,2499,'_paid_date','2024-02-17 22:48:41'),(112851,2500,'_order_key','wc_order_eXfBQH8jOyFBZ'),(112852,2500,'_customer_user','39'),(112853,2500,'_payment_method','paypal'),(112854,2500,'_payment_method_title','PayPal'),(112855,2500,'_customer_ip_address','50.50.96.126'),(112856,2500,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36'),(112857,2500,'_created_via','checkout'),(112858,2500,'_cart_hash','88155647d61c04a740c67662b30c03de'),(112859,2500,'_download_permissions_granted','yes'),(112860,2500,'_recorded_sales','yes'),(112861,2500,'_recorded_coupon_usage_counts','yes'),(112862,2500,'_new_order_email_sent','true'),(112863,2500,'_order_stock_reduced','yes'),(112864,2500,'_billing_first_name','Patty'),(112865,2500,'_billing_last_name','Ziegler'),(112866,2500,'_billing_address_1','3090 Saddle Brook Tr'),(112867,2500,'_billing_city','Sun Prairie'),(112868,2500,'_billing_state','WI'),(112869,2500,'_billing_postcode','53590'),(112870,2500,'_billing_country','US'),(112871,2500,'_billing_email','liceremovalwisconsin@gmail.com'),(112872,2500,'_billing_phone','6088258255'),(112873,2500,'_shipping_first_name','Patty'),(112874,2500,'_shipping_last_name','Ziegler'),(112875,2500,'_shipping_address_1','3090 Saddle Brook Tr'),(112876,2500,'_shipping_city','Sun Prairie'),(112877,2500,'_shipping_state','WI'),(112878,2500,'_shipping_postcode','53590'),(112879,2500,'_shipping_country','US'),(112880,2500,'_order_currency','USD'),(112881,2500,'_cart_discount','0'),(112882,2500,'_cart_discount_tax','0'),(112883,2500,'_order_shipping','0'),(112884,2500,'_order_shipping_tax','0'),(112885,2500,'_order_tax','0'),(112886,2500,'_order_total','573.36'),(112887,2500,'_order_version','8.6.0'),(112888,2500,'_prices_include_tax','no'),(112889,2500,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(112890,2500,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(112891,2500,'is_vat_exempt','no'),(112892,2500,'_wc_order_attribution_source_type','referral'),(112893,2500,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112894,2500,'_wc_order_attribution_utm_source','lcaportal.com'),(112895,2500,'_wc_order_attribution_utm_medium','referral'),(112896,2500,'_wc_order_attribution_utm_content','/'),(112897,2500,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112898,2500,'_wc_order_attribution_session_start_time','2024-02-17 22:53:16'),(112899,2500,'_wc_order_attribution_session_pages','1'),(112900,2500,'_wc_order_attribution_session_count','2'),(112901,2500,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36'),(112902,2500,'_wc_order_attribution_device_type','Mobile'),(112903,2500,'Payment type','instant'),(112904,2500,'_paypal_status','completed'),(112905,2500,'_transaction_id','6RB73766B5022564N'),(112906,2500,'PayPal Transaction Fee','20.50'),(112907,2500,'_date_paid','1708213024'),(112908,2500,'_paid_date','2024-02-17 23:37:04'),(112909,2498,'_edit_lock','1708373881:2'),(112910,2498,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208443\";s:12:\"date_shipped\";s:10:\"1708300800\";s:11:\"tracking_id\";s:32:\"e35d7090dd5e32e8e5e91516f55dab04\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208432\";s:12:\"date_shipped\";i:1708373987;s:11:\"tracking_id\";s:32:\"f4e4c2e53e80beacff84464f67e37e5e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208421\";s:12:\"date_shipped\";i:1708373995;s:11:\"tracking_id\";s:32:\"7d90b3e0c20a8685a8cb768da0a3ff6a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208410\";s:12:\"date_shipped\";i:1708374002;s:11:\"tracking_id\";s:32:\"e4896c4665b7de5508610ddcd775258c\";}}'),(112911,2498,'_edit_last','2'),(112912,2498,'_date_completed','1708374004'),(112913,2498,'_completed_date','2024-02-19 20:20:04'),(112914,2500,'_edit_lock','1708374065:2'),(112915,2500,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208476\";s:12:\"date_shipped\";s:10:\"1708300800\";s:11:\"tracking_id\";s:32:\"7bdd7505316d9db478957e1a192f9733\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208465\";s:12:\"date_shipped\";i:1708374055;s:11:\"tracking_id\";s:32:\"e14874d6f39fdd51f290479a5cfc1bb6\";}}'),(112916,2500,'_edit_last','2'),(112917,2500,'_date_completed','1708374061'),(112918,2500,'_completed_date','2024-02-19 20:21:01'),(112919,2496,'_edit_lock','1708374132:2'),(112920,2496,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208400\";s:12:\"date_shipped\";s:10:\"1708300800\";s:11:\"tracking_id\";s:32:\"cc16debff9a55360528e2a1c7b444c6c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208395\";s:12:\"date_shipped\";i:1708374246;s:11:\"tracking_id\";s:32:\"f814d0ffe4941b54df9118417a712c25\";}}'),(112921,2496,'_edit_last','2'),(112922,2496,'_date_completed','1708374270'),(112923,2496,'_completed_date','2024-02-19 20:24:30'),(112924,2499,'_edit_lock','1708374194:2'),(112925,2499,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208454\";s:12:\"date_shipped\";s:10:\"1708300800\";s:11:\"tracking_id\";s:32:\"282c2abe7716557bfa705d9da49be61a\";}}'),(112926,2499,'_edit_last','2'),(112927,2499,'_date_completed','1708374313'),(112928,2499,'_completed_date','2024-02-19 20:25:13'),(112929,2497,'_edit_lock','1708374386:2'),(112930,2497,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992208384\";s:12:\"date_shipped\";s:10:\"1708300800\";s:11:\"tracking_id\";s:32:\"8f3e5a072e2bbe8a16f417636251a0ea\";}}'),(112931,2497,'_edit_last','2'),(112932,2497,'_date_completed','1708374368'),(112933,2497,'_completed_date','2024-02-19 20:26:08'),(112934,2501,'_order_key','wc_order_6tgyy4zqtRvIY'),(112935,2501,'_customer_user','98'),(112936,2501,'_payment_method','paypal'),(112937,2501,'_payment_method_title','PayPal'),(112938,2501,'_customer_ip_address','24.62.247.50'),(112939,2501,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(112940,2501,'_created_via','checkout'),(112941,2501,'_cart_hash','69c0309a14a0de2204cb3fe6fe5373de'),(112942,2501,'_download_permissions_granted','yes'),(112943,2501,'_recorded_sales','yes'),(112944,2501,'_recorded_coupon_usage_counts','yes'),(112945,2501,'_new_order_email_sent','true'),(112946,2501,'_order_stock_reduced','yes'),(112947,2501,'_billing_first_name','Christine'),(112948,2501,'_billing_last_name','Cherry'),(112949,2501,'_billing_company','NITS END'),(112950,2501,'_billing_address_1','PO BOX 1092'),(112951,2501,'_billing_city','Campton'),(112952,2501,'_billing_state','NH'),(112953,2501,'_billing_postcode','03223'),(112954,2501,'_billing_country','US'),(112955,2501,'_billing_email','christine@liceclinicscolumbus.com'),(112956,2501,'_billing_phone','16034983390'),(112957,2501,'_shipping_first_name','Melissa'),(112958,2501,'_shipping_last_name','Mertz'),(112959,2501,'_shipping_company','LCA'),(112960,2501,'_shipping_address_1','2213 Temperance Dr'),(112961,2501,'_shipping_city','Pittsburgh'),(112962,2501,'_shipping_state','PA'),(112963,2501,'_shipping_postcode','15237'),(112964,2501,'_shipping_country','US'),(112965,2501,'_order_currency','USD'),(112966,2501,'_cart_discount','0'),(112967,2501,'_cart_discount_tax','0'),(112968,2501,'_order_shipping','0'),(112969,2501,'_order_shipping_tax','0'),(112970,2501,'_order_tax','0'),(112971,2501,'_order_total','1178.48'),(112972,2501,'_order_version','8.6.1'),(112973,2501,'_prices_include_tax','no'),(112974,2501,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(112975,2501,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(112976,2501,'is_vat_exempt','no'),(112977,2501,'_wc_order_attribution_source_type','referral'),(112978,2501,'_wc_order_attribution_referrer','https://lcaportal.com/'),(112979,2501,'_wc_order_attribution_utm_source','lcaportal.com'),(112980,2501,'_wc_order_attribution_utm_medium','referral'),(112981,2501,'_wc_order_attribution_utm_content','/'),(112982,2501,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(112983,2501,'_wc_order_attribution_session_start_time','2024-02-21 17:02:27'),(112984,2501,'_wc_order_attribution_session_pages','3'),(112985,2501,'_wc_order_attribution_session_count','5'),(112986,2501,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0'),(112987,2501,'_wc_order_attribution_device_type','Desktop'),(112988,2501,'Payment type','instant'),(112989,2501,'_paypal_status','completed'),(112990,2501,'_transaction_id','8LR9834704827852D'),(112991,2501,'PayPal Transaction Fee','41.62'),(112992,2501,'_date_paid','1708537433'),(112993,2501,'_paid_date','2024-02-21 17:43:53'),(112994,2502,'_order_key','wc_order_Bd52bo6dVbVZ9'),(112995,2502,'_customer_user','8'),(112996,2502,'_payment_method','paypal'),(112997,2502,'_payment_method_title','PayPal'),(112998,2502,'_customer_ip_address','99.125.232.5'),(112999,2502,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(113000,2502,'_created_via','checkout'),(113001,2502,'_cart_hash','99fcdec49fdbf7255ec6f090c087e5d1'),(113002,2502,'_download_permissions_granted','yes'),(113003,2502,'_recorded_sales','yes'),(113004,2502,'_recorded_coupon_usage_counts','yes'),(113005,2502,'_new_order_email_sent','true'),(113006,2502,'_order_stock_reduced','yes'),(113007,2502,'_billing_first_name','Amy'),(113008,2502,'_billing_last_name','Sharp'),(113009,2502,'_billing_company','Nit Wits'),(113010,2502,'_billing_address_1','6002 Sweetbay Dr'),(113011,2502,'_billing_city','Crestwood'),(113012,2502,'_billing_state','KY'),(113013,2502,'_billing_postcode','40014'),(113014,2502,'_billing_country','US'),(113015,2502,'_billing_email','asharp@ht-school.org'),(113016,2502,'_billing_phone','15023109281'),(113017,2502,'_shipping_first_name','Amy'),(113018,2502,'_shipping_last_name','Sharp'),(113019,2502,'_shipping_company','LCA Nit Wits'),(113020,2502,'_shipping_address_1','9302 New LaGrange Road'),(113021,2502,'_shipping_address_2','Unit H'),(113022,2502,'_shipping_city','Louisville'),(113023,2502,'_shipping_state','KY'),(113024,2502,'_shipping_postcode','40242'),(113025,2502,'_shipping_country','US'),(113026,2502,'_order_currency','USD'),(113027,2502,'_cart_discount','0'),(113028,2502,'_cart_discount_tax','0'),(113029,2502,'_order_shipping','15.18'),(113030,2502,'_order_shipping_tax','0'),(113031,2502,'_order_tax','0'),(113032,2502,'_order_total','15.18'),(113033,2502,'_order_version','8.6.1'),(113034,2502,'_prices_include_tax','no'),(113035,2502,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(113036,2502,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(113037,2502,'is_vat_exempt','no'),(113038,2502,'_wc_order_attribution_source_type','referral'),(113039,2502,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(113040,2502,'_wc_order_attribution_utm_source','lcaportal.com'),(113041,2502,'_wc_order_attribution_utm_medium','referral'),(113042,2502,'_wc_order_attribution_utm_content','/'),(113043,2502,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113044,2502,'_wc_order_attribution_session_start_time','2024-02-21 23:31:07'),(113045,2502,'_wc_order_attribution_session_pages','3'),(113046,2502,'_wc_order_attribution_session_count','1'),(113047,2502,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(113048,2502,'_wc_order_attribution_device_type','Desktop'),(113049,2502,'Payment type','instant'),(113050,2502,'_paypal_status','completed'),(113051,2502,'_transaction_id','6PA297077D380045A'),(113052,2502,'PayPal Transaction Fee','1.02'),(113053,2502,'_date_paid','1708558390'),(113054,2502,'_paid_date','2024-02-21 23:33:10'),(113055,2503,'_order_key','wc_order_ZjyHg0BBD4iib'),(113056,2503,'_customer_user','49'),(113057,2503,'_payment_method','paypal'),(113058,2503,'_payment_method_title','PayPal'),(113059,2503,'_customer_ip_address','71.255.236.66'),(113060,2503,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15'),(113061,2503,'_created_via','checkout'),(113062,2503,'_cart_hash','597eb883a5fc679f55cb5f55949072ca'),(113063,2503,'_download_permissions_granted','yes'),(113064,2503,'_recorded_sales','yes'),(113065,2503,'_recorded_coupon_usage_counts','yes'),(113066,2503,'_new_order_email_sent','true'),(113067,2503,'_order_stock_reduced','yes'),(113068,2503,'_billing_first_name','Kristi'),(113069,2503,'_billing_last_name','Winkler'),(113070,2503,'_billing_company','LCA - Manassas'),(113071,2503,'_billing_address_1','8633 Belle Grove'),(113072,2503,'_billing_city','Manassas'),(113073,2503,'_billing_state','VA'),(113074,2503,'_billing_postcode','20110'),(113075,2503,'_billing_country','US'),(113076,2503,'_billing_email','info@northernvirginialiceclinics.com'),(113077,2503,'_billing_phone','8587520975'),(113078,2503,'_shipping_first_name','Michelle'),(113079,2503,'_shipping_last_name','Winkler'),(113080,2503,'_shipping_company','Lice Clinics of America - Manassas'),(113081,2503,'_shipping_address_1','8633 Belle Grove Way'),(113082,2503,'_shipping_city','Manassas'),(113083,2503,'_shipping_state','VA'),(113084,2503,'_shipping_postcode','20110'),(113085,2503,'_shipping_country','US'),(113086,2503,'_order_currency','USD'),(113087,2503,'_cart_discount','0'),(113088,2503,'_cart_discount_tax','0'),(113089,2503,'_order_shipping','0'),(113090,2503,'_order_shipping_tax','0'),(113091,2503,'_order_tax','0'),(113092,2503,'_order_total','3352.27'),(113093,2503,'_order_version','8.6.1'),(113094,2503,'_prices_include_tax','no'),(113095,2503,'_billing_address_index','Kristi Winkler LCA - Manassas 8633 Belle Grove  Manassas VA 20110 US info@northernvirginialiceclinics.com 8587520975'),(113096,2503,'_shipping_address_index','Michelle Winkler Lice Clinics of America - Manassas 8633 Belle Grove Way  Manassas VA 20110 US '),(113097,2503,'is_vat_exempt','no'),(113098,2503,'_wc_order_attribution_source_type','referral'),(113099,2503,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113100,2503,'_wc_order_attribution_utm_source','lcaportal.com'),(113101,2503,'_wc_order_attribution_utm_medium','referral'),(113102,2503,'_wc_order_attribution_utm_content','/'),(113103,2503,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113104,2503,'_wc_order_attribution_session_start_time','2024-02-23 15:22:16'),(113105,2503,'_wc_order_attribution_session_pages','5'),(113106,2503,'_wc_order_attribution_session_count','1'),(113107,2503,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15'),(113108,2503,'_wc_order_attribution_device_type','Desktop'),(113109,2503,'Payment type','instant'),(113110,2503,'_paypal_status','completed'),(113111,2503,'_transaction_id','9YJ128265X979120L'),(113112,2503,'PayPal Transaction Fee','117.48'),(113113,2503,'_date_paid','1708702964'),(113114,2503,'_paid_date','2024-02-23 15:42:44'),(113115,2477,'Payment type','instant'),(113116,2477,'_paypal_status','completed'),(113117,2477,'_transaction_id','4RL99010JD154833B'),(113118,2477,'PayPal Transaction Fee','21.05'),(113119,2477,'_date_paid','1708713041'),(113120,2477,'_paid_date','2024-02-23 18:30:41'),(113121,2504,'_order_key','wc_order_0apAM6nxlPcyy'),(113122,2504,'_customer_user','5'),(113123,2504,'_payment_method','paypal'),(113124,2504,'_payment_method_title','PayPal'),(113125,2504,'_customer_ip_address','73.11.110.46'),(113126,2504,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113127,2504,'_created_via','checkout'),(113128,2504,'_cart_hash','8da383427b9043f4f1b8072ba876539b'),(113129,2504,'_download_permissions_granted','yes'),(113130,2504,'_recorded_sales','yes'),(113131,2504,'_recorded_coupon_usage_counts','yes'),(113132,2504,'_new_order_email_sent','true'),(113133,2504,'_order_stock_reduced','yes'),(113134,2504,'_billing_first_name','Mark'),(113135,2504,'_billing_last_name','Meyer'),(113136,2504,'_billing_company','lice clinics of america- portland'),(113137,2504,'_billing_address_1','5201 SW Westgate Dr suite 106'),(113138,2504,'_billing_address_2','#106'),(113139,2504,'_billing_city','Portland'),(113140,2504,'_billing_state','OR'),(113141,2504,'_billing_postcode','97221'),(113142,2504,'_billing_country','US'),(113143,2504,'_billing_email','noemi.and.mark@nwliceclinics.com'),(113144,2504,'_billing_phone','5034040475'),(113145,2504,'_shipping_first_name','Mark'),(113146,2504,'_shipping_last_name','Meyer'),(113147,2504,'_shipping_company','lice clinics of america- portland'),(113148,2504,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(113149,2504,'_shipping_address_2','#106'),(113150,2504,'_shipping_city','Portland'),(113151,2504,'_shipping_state','OR'),(113152,2504,'_shipping_postcode','97221'),(113153,2504,'_shipping_country','US'),(113154,2504,'_order_currency','USD'),(113155,2504,'_cart_discount','0'),(113156,2504,'_cart_discount_tax','0'),(113157,2504,'_order_shipping','0'),(113158,2504,'_order_shipping_tax','0'),(113159,2504,'_order_tax','0'),(113160,2504,'_order_total','3451.59'),(113161,2504,'_order_version','8.6.1'),(113162,2504,'_prices_include_tax','no'),(113163,2504,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(113164,2504,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(113165,2504,'is_vat_exempt','no'),(113166,2504,'_wc_order_attribution_source_type','referral'),(113167,2504,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113168,2504,'_wc_order_attribution_utm_source','lcaportal.com'),(113169,2504,'_wc_order_attribution_utm_medium','referral'),(113170,2504,'_wc_order_attribution_utm_content','/'),(113171,2504,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113172,2504,'_wc_order_attribution_session_start_time','2024-02-23 21:04:35'),(113173,2504,'_wc_order_attribution_session_pages','7'),(113174,2504,'_wc_order_attribution_session_count','1'),(113175,2504,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113176,2504,'_wc_order_attribution_device_type','Desktop'),(113177,2504,'Payment type','instant'),(113178,2504,'_paypal_status','completed'),(113179,2504,'_transaction_id','3HX96172S8201171A'),(113180,2504,'PayPal Transaction Fee','120.95'),(113181,2504,'_date_paid','1708724996'),(113182,2504,'_paid_date','2024-02-23 21:49:56'),(113183,2477,'_edit_lock','1708725428:2'),(113184,2477,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209601\";s:12:\"date_shipped\";s:10:\"1708646400\";s:11:\"tracking_id\";s:32:\"3cfbae52fd6bece468fe205c2ce17619\";}}'),(113185,2477,'_edit_last','2'),(113186,2477,'_date_completed','1708725565'),(113187,2477,'_completed_date','2024-02-23 21:59:25'),(113188,2503,'_edit_lock','1708725524:2'),(113189,2503,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209597\";s:12:\"date_shipped\";s:10:\"1708646400\";s:11:\"tracking_id\";s:32:\"008dc6d994ef8e27ed1968e9b20a14e5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209586\";s:12:\"date_shipped\";i:1708725605;s:11:\"tracking_id\";s:32:\"8f880b364261cc7e1850fc750437bf60\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209575\";s:12:\"date_shipped\";i:1708725612;s:11:\"tracking_id\";s:32:\"e24206c0f3b8eceea64372aab6166fbc\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209564\";s:12:\"date_shipped\";i:1708725623;s:11:\"tracking_id\";s:32:\"d89004ae1858f919850978f8b88aef9c\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209553\";s:12:\"date_shipped\";i:1708725629;s:11:\"tracking_id\";s:32:\"53a8bd172e33a5079a3962bd1f6236c9\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209542\";s:12:\"date_shipped\";i:1708725636;s:11:\"tracking_id\";s:32:\"41e607faf40f170b085205f47c33bc25\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209531\";s:12:\"date_shipped\";i:1708725643;s:11:\"tracking_id\";s:32:\"12054063356a62062a70fcc68068d518\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209520\";s:12:\"date_shipped\";i:1708725648;s:11:\"tracking_id\";s:32:\"949f8127460787451ed33e8aec07d41b\";}}'),(113190,2503,'_edit_last','2'),(113191,2503,'_date_completed','1708725651'),(113192,2503,'_completed_date','2024-02-23 22:00:51'),(113193,2502,'_edit_lock','1709064728:2'),(113194,2502,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209255\";s:12:\"date_shipped\";s:10:\"1708646400\";s:11:\"tracking_id\";s:32:\"1c2178287503033ea44e00bc290fde69\";}}'),(113195,2501,'_edit_lock','1708725681:2'),(113196,2501,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209222\";s:12:\"date_shipped\";s:10:\"1708646400\";s:11:\"tracking_id\";s:32:\"d510c7d50783472da0dd089e34bf82b1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209211\";s:12:\"date_shipped\";i:1708725766;s:11:\"tracking_id\";s:32:\"6c05d468cd039039cb2e24fac3043c4c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209200\";s:12:\"date_shipped\";i:1708725771;s:11:\"tracking_id\";s:32:\"f1cc0c68cb2fc0661a298185313df97e\";}}'),(113197,2501,'_edit_last','2'),(113198,2501,'_date_completed','1708725774'),(113199,2501,'_completed_date','2024-02-23 22:02:54'),(113200,2505,'_order_key','wc_order_FMcYlfqL0nfqC'),(113201,2505,'_customer_user','37'),(113202,2505,'_payment_method','paypal'),(113203,2505,'_payment_method_title','PayPal'),(113204,2505,'_customer_ip_address','40.142.171.154'),(113205,2505,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(113206,2505,'_created_via','checkout'),(113207,2505,'_cart_hash','f55f92163b03a28d55a4d2c0c13d28c9'),(113208,2505,'_download_permissions_granted','yes'),(113209,2505,'_recorded_sales','yes'),(113210,2505,'_recorded_coupon_usage_counts','yes'),(113211,2505,'_new_order_email_sent','true'),(113212,2505,'_order_stock_reduced','yes'),(113213,2505,'_billing_first_name','Melody'),(113214,2505,'_billing_last_name','Carter'),(113215,2505,'_billing_company','Family Hair Clinic of South Ga LLC'),(113216,2505,'_billing_address_1','7754 GA HIGHWAY 122 W'),(113217,2505,'_billing_city','HAHIRA'),(113218,2505,'_billing_state','GA'),(113219,2505,'_billing_postcode','31632-2210'),(113220,2505,'_billing_country','US'),(113221,2505,'_billing_email','familyhairclinic@gmail.com'),(113222,2505,'_billing_phone','2294151748'),(113223,2505,'_shipping_first_name','Melody'),(113224,2505,'_shipping_last_name','Carter'),(113225,2505,'_shipping_company','Family Hair Clinic of South Ga LLC'),(113226,2505,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(113227,2505,'_shipping_city','HAHIRA'),(113228,2505,'_shipping_state','GA'),(113229,2505,'_shipping_postcode','31632-2210'),(113230,2505,'_shipping_country','US'),(113231,2505,'_order_currency','USD'),(113232,2505,'_cart_discount','0'),(113233,2505,'_cart_discount_tax','0'),(113234,2505,'_order_shipping','47.8'),(113235,2505,'_order_shipping_tax','0'),(113236,2505,'_order_tax','0'),(113237,2505,'_order_total','592.26'),(113238,2505,'_order_version','8.6.1'),(113239,2505,'_prices_include_tax','no'),(113240,2505,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(113241,2505,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(113242,2505,'is_vat_exempt','no'),(113243,2505,'_wc_order_attribution_source_type','referral'),(113244,2505,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113245,2505,'_wc_order_attribution_utm_source','lcaportal.com'),(113246,2505,'_wc_order_attribution_utm_medium','referral'),(113247,2505,'_wc_order_attribution_utm_content','/'),(113248,2505,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113249,2505,'_wc_order_attribution_session_start_time','2024-02-24 15:03:31'),(113250,2505,'_wc_order_attribution_session_pages','4'),(113251,2505,'_wc_order_attribution_session_count','1'),(113252,2505,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(113253,2505,'_wc_order_attribution_device_type','Desktop'),(113254,2505,'Payment type','instant'),(113255,2505,'_paypal_status','completed'),(113256,2505,'_transaction_id','46U59084H25483707'),(113257,2505,'PayPal Transaction Fee','21.16'),(113258,2505,'_date_paid','1708787311'),(113259,2505,'_paid_date','2024-02-24 15:08:31'),(113260,2506,'_order_key','wc_order_kEnwgZfTb72RZ'),(113261,2506,'_customer_user','15'),(113262,2506,'_payment_method','paypal'),(113263,2506,'_payment_method_title','PayPal'),(113264,2506,'_customer_ip_address','108.160.203.30'),(113265,2506,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(113266,2506,'_created_via','checkout'),(113267,2506,'_cart_hash','308849f89ed9dc8573dcdfce8b24fe8b'),(113268,2506,'_download_permissions_granted','yes'),(113269,2506,'_recorded_sales','yes'),(113270,2506,'_recorded_coupon_usage_counts','yes'),(113271,2506,'_new_order_email_sent','true'),(113272,2506,'_order_stock_reduced','yes'),(113273,2506,'_billing_first_name','Andrea'),(113274,2506,'_billing_last_name','Florsheim'),(113275,2506,'_billing_company','Lice Clincs of America'),(113276,2506,'_billing_address_1','270 E highland Ave'),(113277,2506,'_billing_city','Milwaukee'),(113278,2506,'_billing_state','WI'),(113279,2506,'_billing_postcode','53202'),(113280,2506,'_billing_country','US'),(113281,2506,'_billing_email','andrea@liceclinicscentral.com'),(113282,2506,'_billing_phone','4143354315'),(113283,2506,'_shipping_first_name','Andrea'),(113284,2506,'_shipping_last_name','Florsheim'),(113285,2506,'_shipping_company','LCA'),(113286,2506,'_shipping_address_1','8424 W. Center Rd'),(113287,2506,'_shipping_address_2','Suite 212'),(113288,2506,'_shipping_city','omaha'),(113289,2506,'_shipping_state','NE'),(113290,2506,'_shipping_postcode','68124'),(113291,2506,'_shipping_country','US'),(113292,2506,'_order_currency','USD'),(113293,2506,'_cart_discount','0'),(113294,2506,'_cart_discount_tax','0'),(113295,2506,'_order_shipping','17.53'),(113296,2506,'_order_shipping_tax','0'),(113297,2506,'_order_tax','0'),(113298,2506,'_order_total','365.95'),(113299,2506,'_order_version','8.6.1'),(113300,2506,'_prices_include_tax','no'),(113301,2506,'_billing_address_index','Andrea Florsheim Lice Clincs of America 270 E highland Ave  Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(113302,2506,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(113303,2506,'is_vat_exempt','no'),(113304,2506,'_wc_order_attribution_source_type','typein'),(113305,2506,'_wc_order_attribution_utm_source','(direct)'),(113306,2506,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113307,2506,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(113308,2506,'_wc_order_attribution_session_pages','3'),(113309,2506,'_wc_order_attribution_session_count','1'),(113310,2506,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(113311,2506,'_wc_order_attribution_device_type','Desktop'),(113312,2506,'Payment type','instant'),(113313,2506,'_paypal_status','completed'),(113314,2506,'_transaction_id','8E312457XH723515V'),(113315,2506,'PayPal Transaction Fee','13.26'),(113316,2506,'_date_paid','1708962427'),(113317,2506,'_paid_date','2024-02-26 15:47:07'),(113318,2507,'_order_key','wc_order_EAuJGvsI3UK9Z'),(113319,2507,'_customer_user','76'),(113320,2507,'_payment_method','paypal'),(113321,2507,'_payment_method_title','PayPal'),(113322,2507,'_customer_ip_address','146.115.131.163'),(113323,2507,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(113324,2507,'_created_via','checkout'),(113325,2507,'_cart_hash','a92ec27399f5adb0d597c47fa327fbda'),(113326,2507,'_download_permissions_granted','yes'),(113327,2507,'_recorded_sales','yes'),(113328,2507,'_recorded_coupon_usage_counts','yes'),(113329,2507,'_new_order_email_sent','true'),(113330,2507,'_order_stock_reduced','yes'),(113331,2507,'_billing_first_name','Naomi'),(113332,2507,'_billing_last_name','Golden'),(113333,2507,'_billing_company','LCA'),(113334,2507,'_billing_address_1','31 Mann Ave'),(113335,2507,'_billing_city','Needham'),(113336,2507,'_billing_state','MA'),(113337,2507,'_billing_postcode','02492'),(113338,2507,'_billing_country','US'),(113339,2507,'_billing_email','nrgolden6486@gmail.com'),(113340,2507,'_billing_phone','617-851-1322'),(113341,2507,'_shipping_first_name','Naomi'),(113342,2507,'_shipping_last_name','Golden'),(113343,2507,'_shipping_company','LCA'),(113344,2507,'_shipping_address_1','1349 Centre Street'),(113345,2507,'_shipping_address_2','Facing Trowbridge St'),(113346,2507,'_shipping_city','Newton'),(113347,2507,'_shipping_state','MA'),(113348,2507,'_shipping_postcode','02459'),(113349,2507,'_shipping_country','US'),(113350,2507,'_order_currency','USD'),(113351,2507,'_cart_discount','0'),(113352,2507,'_cart_discount_tax','0'),(113353,2507,'_order_shipping','0'),(113354,2507,'_order_shipping_tax','0'),(113355,2507,'_order_tax','0'),(113356,2507,'_order_total','539.50'),(113357,2507,'_order_version','8.6.1'),(113358,2507,'_prices_include_tax','no'),(113359,2507,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(113360,2507,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge St Newton MA 02459 US '),(113361,2507,'is_vat_exempt','no'),(113362,2507,'_wc_order_attribution_source_type','typein'),(113363,2507,'_wc_order_attribution_utm_source','(direct)'),(113364,2507,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113365,2507,'_wc_order_attribution_session_start_time','2024-01-20 21:24:41'),(113366,2507,'_wc_order_attribution_session_pages','4'),(113367,2507,'_wc_order_attribution_session_count','6'),(113368,2507,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(113369,2507,'_wc_order_attribution_device_type','Desktop'),(113370,2507,'Payment type','instant'),(113371,2507,'_paypal_status','completed'),(113372,2507,'_transaction_id','0D318972SM404780D'),(113373,2507,'PayPal Transaction Fee','19.32'),(113374,2507,'_date_paid','1708962811'),(113375,2507,'_paid_date','2024-02-26 15:53:31'),(113376,2508,'_order_key','wc_order_SjFmjUrgSw8OW'),(113377,2508,'_customer_user','60'),(113378,2508,'_payment_method','paypal'),(113379,2508,'_payment_method_title','PayPal'),(113380,2508,'_customer_ip_address','24.13.229.23'),(113381,2508,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(113382,2508,'_created_via','checkout'),(113383,2508,'_cart_hash','6444178dedf3f7bcddc4e71d3cfedc8e'),(113384,2508,'_download_permissions_granted','yes'),(113385,2508,'_recorded_sales','yes'),(113386,2508,'_recorded_coupon_usage_counts','yes'),(113387,2508,'_new_order_email_sent','true'),(113388,2508,'_order_stock_reduced','yes'),(113389,2508,'_billing_first_name','Jill'),(113390,2508,'_billing_last_name','Leshtz'),(113391,2508,'_billing_company','Lice clinics of America-North Shore'),(113392,2508,'_billing_address_1','1580 Lancelot Avenue'),(113393,2508,'_billing_city','Highland park'),(113394,2508,'_billing_state','IL'),(113395,2508,'_billing_postcode','60035'),(113396,2508,'_billing_country','US'),(113397,2508,'_billing_email','jleshtz@gmail.com'),(113398,2508,'_billing_phone','8473639001'),(113399,2508,'_shipping_first_name','Jill'),(113400,2508,'_shipping_last_name','Leshtz'),(113401,2508,'_shipping_company','Lice clinics of America-North Shore'),(113402,2508,'_shipping_address_1','1580 Lancelot Avenue'),(113403,2508,'_shipping_city','Highland park'),(113404,2508,'_shipping_state','IL'),(113405,2508,'_shipping_postcode','60035'),(113406,2508,'_shipping_country','US'),(113407,2508,'_order_currency','USD'),(113408,2508,'_cart_discount','0'),(113409,2508,'_cart_discount_tax','0'),(113410,2508,'_order_shipping','0'),(113411,2508,'_order_shipping_tax','0'),(113412,2508,'_order_tax','0'),(113413,2508,'_order_total','586.80'),(113414,2508,'_order_version','8.6.1'),(113415,2508,'_prices_include_tax','no'),(113416,2508,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(113417,2508,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(113418,2508,'is_vat_exempt','no'),(113419,2508,'_wc_order_attribution_source_type','referral'),(113420,2508,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113421,2508,'_wc_order_attribution_utm_source','lcaportal.com'),(113422,2508,'_wc_order_attribution_utm_medium','referral'),(113423,2508,'_wc_order_attribution_utm_content','/'),(113424,2508,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113425,2508,'_wc_order_attribution_session_start_time','2024-02-26 18:56:03'),(113426,2508,'_wc_order_attribution_session_pages','10'),(113427,2508,'_wc_order_attribution_session_count','1'),(113428,2508,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(113429,2508,'_wc_order_attribution_device_type','Desktop'),(113430,2508,'Payment type','instant'),(113431,2508,'_paypal_status','completed'),(113432,2508,'_transaction_id','2D984406UW137723U'),(113433,2508,'PayPal Transaction Fee','20.97'),(113434,2508,'_date_paid','1708974096'),(113435,2508,'_paid_date','2024-02-26 19:01:36'),(113436,2509,'_order_key','wc_order_gBBoguGFKVqoh'),(113437,2509,'_customer_user','20'),(113438,2509,'_payment_method','paypal'),(113439,2509,'_payment_method_title','PayPal'),(113440,2509,'_customer_ip_address','198.72.181.87'),(113441,2509,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113442,2509,'_created_via','checkout'),(113443,2509,'_cart_hash','c3bbc5f5698d47b82bce7c0755f7312a'),(113444,2509,'_download_permissions_granted','yes'),(113445,2509,'_recorded_sales','yes'),(113446,2509,'_recorded_coupon_usage_counts','yes'),(113447,2509,'_new_order_email_sent','true'),(113448,2509,'_order_stock_reduced','yes'),(113449,2509,'_billing_first_name','Hasani'),(113450,2509,'_billing_last_name','Thompson'),(113451,2509,'_billing_company','Heat in Hair'),(113452,2509,'_billing_address_1','27225 Camp Plenty Road'),(113453,2509,'_billing_address_2','1D'),(113454,2509,'_billing_city','Santa Clarita'),(113455,2509,'_billing_state','CA'),(113456,2509,'_billing_postcode','91351'),(113457,2509,'_billing_country','US'),(113458,2509,'_billing_email','info@liceclinicssantaclarita.com'),(113459,2509,'_billing_phone','6615850263'),(113460,2509,'_shipping_first_name','Hasani'),(113461,2509,'_shipping_last_name','Thompson'),(113462,2509,'_shipping_company','Heat in Hair'),(113463,2509,'_shipping_address_1','5145 Nightsky Place'),(113464,2509,'_shipping_city','Palmdale'),(113465,2509,'_shipping_state','CA'),(113466,2509,'_shipping_postcode','93552'),(113467,2509,'_shipping_country','US'),(113468,2509,'_order_currency','USD'),(113469,2509,'_cart_discount','0'),(113470,2509,'_cart_discount_tax','0'),(113471,2509,'_order_shipping','163.22'),(113472,2509,'_order_shipping_tax','0'),(113473,2509,'_order_tax','0'),(113474,2509,'_order_total','1331.10'),(113475,2509,'_order_version','8.6.1'),(113476,2509,'_prices_include_tax','no'),(113477,2509,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(113478,2509,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(113479,2509,'is_vat_exempt','no'),(113480,2509,'_wc_order_attribution_source_type','referral'),(113481,2509,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113482,2509,'_wc_order_attribution_utm_source','lcaportal.com'),(113483,2509,'_wc_order_attribution_utm_medium','referral'),(113484,2509,'_wc_order_attribution_utm_content','/'),(113485,2509,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113486,2509,'_wc_order_attribution_session_start_time','2024-02-26 21:56:57'),(113487,2509,'_wc_order_attribution_session_pages','1'),(113488,2509,'_wc_order_attribution_session_count','2'),(113489,2509,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113490,2509,'_wc_order_attribution_device_type','Desktop'),(113491,2509,'Payment type','instant'),(113492,2509,'_paypal_status','completed'),(113493,2509,'_transaction_id','48M650078A279251C'),(113494,2509,'PayPal Transaction Fee','46.95'),(113495,2509,'_date_paid','1708990061'),(113496,2509,'_paid_date','2024-02-26 23:27:41'),(113497,2510,'_order_key','wc_order_tQzk9KzGENesp'),(113498,2510,'_customer_user','29'),(113499,2510,'_payment_method','paypal'),(113500,2510,'_payment_method_title','PayPal'),(113501,2510,'_customer_ip_address','68.81.51.31'),(113502,2510,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(113503,2510,'_created_via','checkout'),(113504,2510,'_cart_hash','61035f8857d6d7b530fbdda9166aaeb0'),(113505,2510,'_download_permissions_granted','yes'),(113506,2510,'_recorded_sales','yes'),(113507,2510,'_recorded_coupon_usage_counts','yes'),(113508,2510,'_new_order_email_sent','true'),(113509,2510,'_order_stock_reduced','yes'),(113510,2510,'_billing_first_name','Kevin'),(113511,2510,'_billing_last_name','Reilly'),(113512,2510,'_billing_address_1','5460 Richie Ct'),(113513,2510,'_billing_city','Pipersville'),(113514,2510,'_billing_state','PA'),(113515,2510,'_billing_postcode','18947'),(113516,2510,'_billing_country','US'),(113517,2510,'_billing_email','info@liceclinicslansdale.com'),(113518,2510,'_billing_phone','2156941408'),(113519,2510,'_shipping_first_name','Kevin'),(113520,2510,'_shipping_last_name','Reilly'),(113521,2510,'_shipping_company','LCA Lansdale'),(113522,2510,'_shipping_address_1','2131 North Broad Street'),(113523,2510,'_shipping_address_2','Suite 101'),(113524,2510,'_shipping_city','Lansdale'),(113525,2510,'_shipping_state','PA'),(113526,2510,'_shipping_postcode','19446'),(113527,2510,'_shipping_country','US'),(113528,2510,'_order_currency','USD'),(113529,2510,'_cart_discount','0'),(113530,2510,'_cart_discount_tax','0'),(113531,2510,'_order_shipping','22.84'),(113532,2510,'_order_shipping_tax','0'),(113533,2510,'_order_tax','0'),(113534,2510,'_order_total','250.02'),(113535,2510,'_order_version','8.6.1'),(113536,2510,'_prices_include_tax','no'),(113537,2510,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(113538,2510,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(113539,2510,'is_vat_exempt','no'),(113540,2510,'_wc_order_attribution_source_type','referral'),(113541,2510,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(113542,2510,'_wc_order_attribution_utm_source','lcaportal.com'),(113543,2510,'_wc_order_attribution_utm_medium','referral'),(113544,2510,'_wc_order_attribution_utm_content','/'),(113545,2510,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113546,2510,'_wc_order_attribution_session_start_time','2024-02-27 01:54:20'),(113547,2510,'_wc_order_attribution_session_pages','9'),(113548,2510,'_wc_order_attribution_session_count','2'),(113549,2510,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(113550,2510,'_wc_order_attribution_device_type','Desktop'),(113551,2510,'Payment type','instant'),(113552,2510,'_paypal_status','completed'),(113553,2510,'_transaction_id','37E516519H036145D'),(113554,2510,'PayPal Transaction Fee','9.22'),(113555,2510,'_date_paid','1708999453'),(113556,2510,'_paid_date','2024-02-27 02:04:13'),(113557,2504,'_edit_lock','1708999789:2'),(113558,2504,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209910\";s:12:\"date_shipped\";s:10:\"1708992000\";s:11:\"tracking_id\";s:32:\"93597cccabd0170f17fff4987989dd09\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209900\";s:12:\"date_shipped\";i:1708999835;s:11:\"tracking_id\";s:32:\"17a393b5e1746f194f903709d64d1bf4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209895\";s:12:\"date_shipped\";i:1708999842;s:11:\"tracking_id\";s:32:\"ee8828041bdf91067a7787efdb1aadc8\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209884\";s:12:\"date_shipped\";i:1708999849;s:11:\"tracking_id\";s:32:\"db8b8dfeae56f74398869fd0d12d2cd1\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209873\";s:12:\"date_shipped\";i:1708999856;s:11:\"tracking_id\";s:32:\"b1fb6b8e16e1222fef0e109effbd7a4c\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209862\";s:12:\"date_shipped\";i:1708999865;s:11:\"tracking_id\";s:32:\"d4d2187e656120d9b7ff9153318a052d\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209851\";s:12:\"date_shipped\";i:1708999874;s:11:\"tracking_id\";s:32:\"c9285e67794d13e4f80504fae1b723db\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209840\";s:12:\"date_shipped\";i:1708999884;s:11:\"tracking_id\";s:32:\"aa8ca970a8f6a9c2f5908afe5882c7c1\";}}'),(113559,2504,'_edit_last','2'),(113560,2504,'_date_completed','1708999889'),(113561,2504,'_completed_date','2024-02-27 02:11:29'),(113562,2505,'_edit_lock','1708999839:2'),(113563,2505,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209829\";s:12:\"date_shipped\";s:10:\"1708992000\";s:11:\"tracking_id\";s:32:\"a62be0ed6870ba1cec4e40568859c836\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209818\";s:12:\"date_shipped\";i:1708999960;s:11:\"tracking_id\";s:32:\"b966d554b14c458eaa4d88743ff932fc\";}}'),(113564,2505,'_edit_last','2'),(113565,2505,'_date_completed','1708999963'),(113566,2505,'_completed_date','2024-02-27 02:12:43'),(113573,2511,'_order_key','wc_order_QitZKr43lOu7X'),(113574,2511,'_customer_user','43'),(113575,2511,'_payment_method','paypal'),(113576,2511,'_payment_method_title','PayPal'),(113577,2511,'_customer_ip_address','172.58.133.142'),(113578,2511,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(113579,2511,'_created_via','checkout'),(113580,2511,'_cart_hash','ea918fd0f01768310ca20701c1f591b7'),(113581,2511,'_download_permissions_granted','yes'),(113582,2511,'_recorded_sales','yes'),(113583,2511,'_recorded_coupon_usage_counts','yes'),(113584,2511,'_new_order_email_sent','true'),(113585,2511,'_order_stock_reduced','yes'),(113586,2511,'_billing_first_name','Ryan'),(113587,2511,'_billing_last_name','Nelson'),(113588,2511,'_billing_address_1','140 Flame Vine drive'),(113589,2511,'_billing_city','Naples'),(113590,2511,'_billing_state','FL'),(113591,2511,'_billing_postcode','34110'),(113592,2511,'_billing_country','US'),(113593,2511,'_billing_email','Rjnelson73@gmail.com'),(113594,2511,'_billing_phone','239-281-0719'),(113595,2511,'_shipping_first_name','Ryan'),(113596,2511,'_shipping_last_name','Nelson'),(113597,2511,'_shipping_address_1','140 Flame Vine drive'),(113598,2511,'_shipping_city','Naples'),(113599,2511,'_shipping_state','FL'),(113600,2511,'_shipping_postcode','34110'),(113601,2511,'_shipping_country','US'),(113602,2511,'_order_currency','USD'),(113603,2511,'_cart_discount','0'),(113604,2511,'_cart_discount_tax','0'),(113605,2511,'_order_shipping','22.06'),(113606,2511,'_order_shipping_tax','0'),(113607,2511,'_order_tax','0'),(113608,2511,'_order_total','315.42'),(113609,2511,'_order_version','8.6.1'),(113610,2511,'_prices_include_tax','no'),(113611,2511,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(113612,2511,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(113614,2511,'_wc_order_attribution_source_type','referral'),(113615,2511,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113616,2511,'_wc_order_attribution_utm_source','lcaportal.com'),(113617,2511,'_wc_order_attribution_utm_medium','referral'),(113618,2511,'_wc_order_attribution_utm_content','/'),(113619,2511,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113620,2511,'_wc_order_attribution_session_start_time','2024-02-27 16:12:26'),(113621,2511,'_wc_order_attribution_session_pages','4'),(113622,2511,'_wc_order_attribution_session_count','1'),(113623,2511,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15'),(113624,2511,'_wc_order_attribution_device_type','Desktop'),(113625,2512,'_order_key','wc_order_VRkqhkit9VJgs'),(113626,2512,'_customer_user','3'),(113627,2512,'_payment_method','paypal'),(113628,2512,'_payment_method_title','PayPal'),(113629,2512,'_customer_ip_address','70.142.202.154'),(113630,2512,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113631,2512,'_created_via','checkout'),(113632,2512,'_cart_hash','9a9542a1fc07cbe35f8fb20ed6513546'),(113633,2512,'_download_permissions_granted','yes'),(113634,2512,'_recorded_sales','yes'),(113635,2512,'_recorded_coupon_usage_counts','yes'),(113636,2512,'_new_order_email_sent','true'),(113637,2512,'_order_stock_reduced','yes'),(113638,2512,'_billing_first_name','Amanda'),(113639,2512,'_billing_last_name','Westerman'),(113640,2512,'_billing_company','Lice Clinics of America McKinney'),(113641,2512,'_billing_address_1','3120 Hudson Crossing'),(113642,2512,'_billing_address_2','Suite A2'),(113643,2512,'_billing_city','MCKINNEY'),(113644,2512,'_billing_state','TX'),(113645,2512,'_billing_postcode','75070'),(113646,2512,'_billing_country','US'),(113647,2512,'_billing_email','awesterman1103@gmail.com'),(113648,2512,'_billing_phone','2144175741'),(113649,2512,'_shipping_first_name','Amanda'),(113650,2512,'_shipping_last_name','Westerman'),(113651,2512,'_shipping_company','Lice Clinics of America McKinney'),(113652,2512,'_shipping_address_1','3120 Hudson Crossing'),(113653,2512,'_shipping_address_2','Suite A2'),(113654,2512,'_shipping_city','MCKINNEY'),(113655,2512,'_shipping_state','TX'),(113656,2512,'_shipping_postcode','75070'),(113657,2512,'_shipping_country','US'),(113658,2512,'_order_currency','USD'),(113659,2512,'_cart_discount','0'),(113660,2512,'_cart_discount_tax','0'),(113661,2512,'_order_shipping','0'),(113662,2512,'_order_shipping_tax','0'),(113663,2512,'_order_tax','0'),(113664,2512,'_order_total','552.64'),(113665,2512,'_order_version','8.6.1'),(113666,2512,'_prices_include_tax','no'),(113667,2512,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(113668,2512,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(113669,2512,'is_vat_exempt','no'),(113670,2512,'_wc_order_attribution_source_type','referral'),(113671,2512,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113672,2512,'_wc_order_attribution_utm_source','lcaportal.com'),(113673,2512,'_wc_order_attribution_utm_medium','referral'),(113674,2512,'_wc_order_attribution_utm_content','/'),(113675,2512,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113676,2512,'_wc_order_attribution_session_start_time','2024-02-27 15:11:37'),(113677,2512,'_wc_order_attribution_session_pages','1'),(113678,2512,'_wc_order_attribution_session_count','10'),(113679,2512,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113680,2512,'_wc_order_attribution_device_type','Desktop'),(113681,2512,'Payment type','instant'),(113682,2512,'_paypal_status','completed'),(113683,2512,'_transaction_id','5NK740806F879383F'),(113684,2512,'PayPal Transaction Fee','19.78'),(113685,2512,'_date_paid','1709059992'),(113686,2512,'_paid_date','2024-02-27 18:53:12'),(113687,2508,'_edit_lock','1709064563:2'),(113688,2508,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210123\";s:12:\"date_shipped\";s:10:\"1708992000\";s:11:\"tracking_id\";s:32:\"20e0fb67f065ce480b0136d33d15dc32\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210112\";s:12:\"date_shipped\";i:1709064659;s:11:\"tracking_id\";s:32:\"38416559ef861eacc2c857fc0473533a\";}}'),(113689,2508,'_edit_last','2'),(113690,2508,'_date_completed','1709064662'),(113691,2508,'_completed_date','2024-02-27 20:11:02'),(113692,2507,'_edit_lock','1709064613:2'),(113693,2507,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210010\";s:12:\"date_shipped\";s:10:\"1708992000\";s:11:\"tracking_id\";s:32:\"dbdd80de5a0d182541fb24d57452bfc1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210009\";s:12:\"date_shipped\";i:1709064748;s:11:\"tracking_id\";s:32:\"e653db98793024d08544fcec63e3bdf6\";}}'),(113694,2507,'_edit_last','2'),(113695,2507,'_date_completed','1709064750'),(113696,2507,'_completed_date','2024-02-27 20:12:30'),(113697,2506,'_edit_lock','1709064727:2'),(113698,2502,'_edit_last','2'),(113699,2502,'_date_completed','1709064846'),(113700,2502,'_completed_date','2024-02-27 20:14:06'),(113701,2506,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992209998\";s:12:\"date_shipped\";s:10:\"1708992000\";s:11:\"tracking_id\";s:32:\"2715e7a23e6d424e5fd0c6cb3d6b0727\";}}'),(113702,2506,'_edit_last','2'),(113703,2506,'_date_completed','1709064858'),(113704,2506,'_completed_date','2024-02-27 20:14:18'),(113711,2511,'_wc_order_attribution_source_type','referral'),(113712,2511,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113713,2511,'_wc_order_attribution_utm_source','lcaportal.com'),(113714,2511,'_wc_order_attribution_utm_medium','referral'),(113715,2511,'_wc_order_attribution_utm_content','/'),(113716,2511,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113717,2511,'_wc_order_attribution_session_start_time','2024-02-27 20:46:33'),(113718,2511,'_wc_order_attribution_session_pages','3'),(113719,2511,'_wc_order_attribution_session_count','1'),(113720,2511,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(113721,2511,'_wc_order_attribution_device_type','Mobile'),(113722,2513,'_order_key','wc_order_GNSbKZOeJBlgq'),(113723,2513,'_customer_user','83'),(113724,2513,'_payment_method','paypal'),(113725,2513,'_payment_method_title','PayPal'),(113726,2513,'_customer_ip_address','38.175.166.123'),(113727,2513,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113728,2513,'_created_via','checkout'),(113729,2513,'_cart_hash','fac3c1ace4f1b1c7379100a366f359ee'),(113730,2513,'_download_permissions_granted','yes'),(113731,2513,'_recorded_sales','yes'),(113732,2513,'_recorded_coupon_usage_counts','yes'),(113733,2513,'_new_order_email_sent','true'),(113734,2513,'_order_stock_reduced','yes'),(113735,2513,'_billing_first_name','Tanya'),(113736,2513,'_billing_last_name','Kensley'),(113737,2513,'_billing_company','Lice Clinics of America'),(113738,2513,'_billing_address_1','4248 McMurry Ave'),(113739,2513,'_billing_city','Fort Collins'),(113740,2513,'_billing_state','CO'),(113741,2513,'_billing_postcode','80525'),(113742,2513,'_billing_country','US'),(113743,2513,'_billing_email','info@liceclinicsnortherncolorado.com'),(113744,2513,'_billing_phone','9702338787'),(113745,2513,'_shipping_first_name','Lice Clinics'),(113746,2513,'_shipping_last_name','America'),(113747,2513,'_shipping_company','Lice Clinics of America Longmont'),(113748,2513,'_shipping_address_1','421 21st Ave, Suite 210'),(113749,2513,'_shipping_city','Longmont'),(113750,2513,'_shipping_state','CO'),(113751,2513,'_shipping_postcode','80501'),(113752,2513,'_shipping_country','US'),(113753,2513,'_order_currency','USD'),(113754,2513,'_cart_discount','0'),(113755,2513,'_cart_discount_tax','0'),(113756,2513,'_order_shipping','18.08'),(113757,2513,'_order_shipping_tax','0'),(113758,2513,'_order_tax','0'),(113759,2513,'_order_total','135.68'),(113760,2513,'_order_version','8.6.1'),(113761,2513,'_prices_include_tax','no'),(113762,2513,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(113763,2513,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(113764,2513,'is_vat_exempt','no'),(113765,2513,'_wc_order_attribution_source_type','referral'),(113766,2513,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113767,2513,'_wc_order_attribution_utm_source','lcaportal.com'),(113768,2513,'_wc_order_attribution_utm_medium','referral'),(113769,2513,'_wc_order_attribution_utm_content','/'),(113770,2513,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113771,2513,'_wc_order_attribution_session_start_time','2024-02-28 14:08:32'),(113772,2513,'_wc_order_attribution_session_pages','3'),(113773,2513,'_wc_order_attribution_session_count','1'),(113774,2513,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113775,2513,'_wc_order_attribution_device_type','Desktop'),(113776,2513,'Payment type','instant'),(113777,2513,'_paypal_status','completed'),(113778,2513,'_transaction_id','9CT82404DU908703L'),(113779,2513,'PayPal Transaction Fee','5.23'),(113780,2513,'_date_paid','1709129451'),(113781,2513,'_paid_date','2024-02-28 14:10:51'),(113783,2514,'_order_key','wc_order_3XQvK9s6v7SK2'),(113784,2514,'_customer_user','3'),(113785,2514,'_payment_method','paypal'),(113786,2514,'_payment_method_title','PayPal'),(113787,2514,'_customer_ip_address','70.142.202.154'),(113788,2514,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113789,2514,'_created_via','checkout'),(113790,2514,'_cart_hash','256adddc4bf18ea2ad600234acf97388'),(113791,2514,'_download_permissions_granted','yes'),(113792,2514,'_recorded_sales','yes'),(113793,2514,'_recorded_coupon_usage_counts','yes'),(113794,2514,'_new_order_email_sent','true'),(113795,2514,'_order_stock_reduced','yes'),(113796,2514,'_billing_first_name','Amanda'),(113797,2514,'_billing_last_name','Westerman'),(113798,2514,'_billing_company','Lice Clinics of America McKinney'),(113799,2514,'_billing_address_1','3120 Hudson Crossing'),(113800,2514,'_billing_address_2','Suite A2'),(113801,2514,'_billing_city','MCKINNEY'),(113802,2514,'_billing_state','TX'),(113803,2514,'_billing_postcode','75070'),(113804,2514,'_billing_country','US'),(113805,2514,'_billing_email','awesterman1103@gmail.com'),(113806,2514,'_billing_phone','2144175741'),(113807,2514,'_shipping_first_name','AMANDA'),(113808,2514,'_shipping_last_name','Westerman'),(113809,2514,'_shipping_company','Lice Clinics of America'),(113810,2514,'_shipping_address_1','1709 Damian Way'),(113811,2514,'_shipping_city','Richardson'),(113812,2514,'_shipping_state','TX'),(113813,2514,'_shipping_postcode','75081'),(113814,2514,'_shipping_country','US'),(113815,2514,'_order_currency','USD'),(113816,2514,'_cart_discount','0'),(113817,2514,'_cart_discount_tax','0'),(113818,2514,'_order_shipping','0'),(113819,2514,'_order_shipping_tax','0'),(113820,2514,'_order_tax','0'),(113821,2514,'_order_total','554.38'),(113822,2514,'_order_version','8.6.1'),(113823,2514,'_prices_include_tax','no'),(113824,2514,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(113825,2514,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(113826,2514,'is_vat_exempt','no'),(113827,2514,'_wc_order_attribution_source_type','referral'),(113828,2514,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113829,2514,'_wc_order_attribution_utm_source','lcaportal.com'),(113830,2514,'_wc_order_attribution_utm_medium','referral'),(113831,2514,'_wc_order_attribution_utm_content','/'),(113832,2514,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113833,2514,'_wc_order_attribution_session_start_time','2024-02-28 18:18:22'),(113834,2514,'_wc_order_attribution_session_pages','2'),(113835,2514,'_wc_order_attribution_session_count','12'),(113836,2514,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(113837,2514,'_wc_order_attribution_device_type','Desktop'),(113838,2514,'Payment type','instant'),(113839,2514,'_paypal_status','completed'),(113840,2514,'_transaction_id','6M901396H56190131'),(113841,2514,'PayPal Transaction Fee','19.84'),(113842,2514,'_date_paid','1709149820'),(113843,2514,'_paid_date','2024-02-28 19:50:20'),(113844,2512,'_edit_lock','1709154190:2'),(113845,2512,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210454\";s:12:\"date_shipped\";s:10:\"1709078400\";s:11:\"tracking_id\";s:32:\"19d799ba47f675e42e14c959040e3cb4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210443\";s:12:\"date_shipped\";i:1709154264;s:11:\"tracking_id\";s:32:\"4f506014c7e707a68dd2e623f078a602\";}}'),(113846,2512,'_edit_last','2'),(113847,2512,'_date_completed','1709154266'),(113848,2512,'_completed_date','2024-02-28 21:04:26'),(113849,2510,'_edit_lock','1709154286:2'),(113850,2510,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210351\";s:12:\"date_shipped\";s:10:\"1709078400\";s:11:\"tracking_id\";s:32:\"9bfcb50a870a1296c569110a55c9d120\";}}'),(113851,2510,'_edit_last','2'),(113852,2510,'_date_completed','1709154405'),(113853,2510,'_completed_date','2024-02-28 21:06:45'),(113854,2509,'_edit_lock','1709154374:2'),(113855,2509,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210226\";s:12:\"date_shipped\";s:10:\"1709078400\";s:11:\"tracking_id\";s:32:\"fc9d1341720fc5b1308650398d2d5cfa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210215\";s:12:\"date_shipped\";i:1709154500;s:11:\"tracking_id\";s:32:\"d5c6a5de2002b0fc3e69eda8d436edd2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210204\";s:12:\"date_shipped\";i:1709154505;s:11:\"tracking_id\";s:32:\"72618fed4990ffe7b7b27295b113b3a2\";}}'),(113856,2509,'_edit_last','2'),(113857,2509,'_date_completed','1709154507'),(113858,2509,'_completed_date','2024-02-28 21:08:27'),(113865,2511,'is_vat_exempt','no'),(113866,2511,'_wc_order_attribution_source_type','referral'),(113867,2511,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113868,2511,'_wc_order_attribution_utm_source','lcaportal.com'),(113869,2511,'_wc_order_attribution_utm_medium','referral'),(113870,2511,'_wc_order_attribution_utm_content','/'),(113871,2511,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113872,2511,'_wc_order_attribution_session_start_time','2024-02-29 19:19:17'),(113873,2511,'_wc_order_attribution_session_pages','3'),(113874,2511,'_wc_order_attribution_session_count','1'),(113875,2511,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(113876,2511,'_wc_order_attribution_device_type','Mobile'),(113877,2511,'Payment type','instant'),(113878,2511,'_paypal_status','completed'),(113879,2511,'_transaction_id','3J362993907593823'),(113880,2511,'PayPal Transaction Fee','11.50'),(113881,2511,'_date_paid','1709234454'),(113882,2511,'_paid_date','2024-02-29 19:20:54'),(113883,2513,'_edit_lock','1709239190:2'),(113884,2513,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210650\";s:12:\"date_shipped\";s:10:\"1709164800\";s:11:\"tracking_id\";s:32:\"f8f6f1de664fa467ecbd7d9505d3a906\";}}'),(113885,2513,'_edit_last','2'),(113886,2513,'_date_completed','1709239007'),(113887,2513,'_completed_date','2024-02-29 20:36:47'),(113892,2515,'_order_key','wc_order_v658aORZLmdKq'),(113893,2515,'_customer_user','50'),(113894,2515,'_payment_method','paypal'),(113895,2515,'_payment_method_title','PayPal'),(113896,2515,'_customer_ip_address','24.62.247.50'),(113897,2515,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(113898,2515,'_created_via','checkout'),(113899,2515,'_cart_hash','0af478307ae6bd068111f41da42e5375'),(113900,2515,'_download_permissions_granted','yes'),(113901,2515,'_recorded_sales','yes'),(113902,2515,'_recorded_coupon_usage_counts','yes'),(113903,2515,'_new_order_email_sent','true'),(113904,2515,'_order_stock_reduced','yes'),(113905,2515,'_billing_first_name','Christine'),(113906,2515,'_billing_last_name','Cherry'),(113907,2515,'_billing_company','NITS END'),(113908,2515,'_billing_address_1','PO BOX 1092'),(113909,2515,'_billing_city','Campton'),(113910,2515,'_billing_state','NH'),(113911,2515,'_billing_postcode','03223'),(113912,2515,'_billing_country','US'),(113913,2515,'_billing_email','info@liceclinicsplaistow.com'),(113914,2515,'_billing_phone','16034983390'),(113915,2515,'_shipping_first_name','Ivy'),(113916,2515,'_shipping_last_name','Shannon'),(113917,2515,'_shipping_company','Nits End'),(113918,2515,'_shipping_address_1','125 Nash Rd'),(113919,2515,'_shipping_address_2','Apt B'),(113920,2515,'_shipping_city','Windham'),(113921,2515,'_shipping_state','ME'),(113922,2515,'_shipping_postcode','04062'),(113923,2515,'_shipping_country','US'),(113924,2515,'_order_currency','USD'),(113925,2515,'_cart_discount','0'),(113926,2515,'_cart_discount_tax','0'),(113927,2515,'_order_shipping','0'),(113928,2515,'_order_shipping_tax','0'),(113929,2515,'_order_tax','0'),(113930,2515,'_order_total','553.00'),(113931,2515,'_order_version','8.6.1'),(113932,2515,'_prices_include_tax','no'),(113933,2515,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(113934,2515,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(113935,2515,'is_vat_exempt','no'),(113936,2515,'_wc_order_attribution_source_type','referral'),(113937,2515,'_wc_order_attribution_referrer','https://lcaportal.com/'),(113938,2515,'_wc_order_attribution_utm_source','lcaportal.com'),(113939,2515,'_wc_order_attribution_utm_medium','referral'),(113940,2515,'_wc_order_attribution_utm_content','/'),(113941,2515,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(113942,2515,'_wc_order_attribution_session_start_time','2024-02-29 20:08:53'),(113943,2515,'_wc_order_attribution_session_pages','4'),(113944,2515,'_wc_order_attribution_session_count','1'),(113945,2515,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(113946,2515,'_wc_order_attribution_device_type','Desktop'),(113948,2515,'Payment type','instant'),(113949,2515,'_paypal_status','completed'),(113950,2515,'_transaction_id','42H97204WK338951C'),(113951,2515,'PayPal Transaction Fee','19.79'),(113952,2515,'_date_paid','1709239135'),(113953,2515,'_paid_date','2024-02-29 20:38:55'),(113956,2516,'_order_key','wc_order_XXYFd04IWaIgq'),(113957,2516,'_customer_user','50'),(113958,2516,'_payment_method','paypal'),(113959,2516,'_payment_method_title','PayPal'),(113960,2516,'_customer_ip_address','24.62.247.50'),(113961,2516,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(113962,2516,'_created_via','checkout'),(113963,2516,'_cart_hash','0caf3bb389c4162b0e28f01ba8e65f8e'),(113964,2516,'_download_permissions_granted','yes'),(113965,2516,'_recorded_sales','yes'),(113966,2516,'_recorded_coupon_usage_counts','yes'),(113967,2516,'_new_order_email_sent','true'),(113968,2516,'_order_stock_reduced','yes'),(113969,2516,'_billing_first_name','Christine'),(113970,2516,'_billing_last_name','Cherry'),(113971,2516,'_billing_company','NITS END'),(113972,2516,'_billing_address_1','PO BOX 1092'),(113973,2516,'_billing_city','Campton'),(113974,2516,'_billing_state','NH'),(113975,2516,'_billing_postcode','03223'),(113976,2516,'_billing_country','US'),(113977,2516,'_billing_email','info@liceclinicsplaistow.com'),(113978,2516,'_billing_phone','16034983390'),(113979,2516,'_shipping_first_name','Naomi'),(113980,2516,'_shipping_last_name','Njuguna'),(113981,2516,'_shipping_company','Nits End/LCA'),(113982,2516,'_shipping_address_1','71 Spit Brook Rd'),(113983,2516,'_shipping_address_2','Suite 403'),(113984,2516,'_shipping_city','Nashua'),(113985,2516,'_shipping_state','NH'),(113986,2516,'_shipping_postcode','03063'),(113987,2516,'_shipping_country','US'),(113988,2516,'_order_currency','USD'),(113989,2516,'_cart_discount','0'),(113990,2516,'_cart_discount_tax','0'),(113991,2516,'_order_shipping','19.41'),(113992,2516,'_order_shipping_tax','0'),(113993,2516,'_order_tax','0'),(113994,2516,'_order_total','215.41'),(113995,2516,'_order_version','8.6.1'),(113996,2516,'_prices_include_tax','no'),(113997,2516,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(113998,2516,'_shipping_address_index','Naomi Njuguna Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(113999,2516,'is_vat_exempt','no'),(114000,2516,'_wc_order_attribution_source_type','referral'),(114001,2516,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114002,2516,'_wc_order_attribution_utm_source','lcaportal.com'),(114003,2516,'_wc_order_attribution_utm_medium','referral'),(114004,2516,'_wc_order_attribution_utm_content','/'),(114005,2516,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114006,2516,'_wc_order_attribution_session_start_time','2024-02-29 20:08:53'),(114007,2516,'_wc_order_attribution_session_pages','9'),(114008,2516,'_wc_order_attribution_session_count','1'),(114009,2516,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(114010,2516,'_wc_order_attribution_device_type','Desktop'),(114011,2516,'Payment type','instant'),(114012,2516,'_paypal_status','completed'),(114013,2516,'_transaction_id','4XJ027415W370251U'),(114014,2516,'PayPal Transaction Fee','8.01'),(114015,2516,'_date_paid','1709239297'),(114016,2516,'_paid_date','2024-02-29 20:41:37'),(114017,2514,'_edit_lock','1709239683:2'),(114018,2514,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210719\";s:12:\"date_shipped\";s:10:\"1709164800\";s:11:\"tracking_id\";s:32:\"d81fdfb071dfdb83433f3fc142ff811d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210708\";s:12:\"date_shipped\";i:1709239635;s:11:\"tracking_id\";s:32:\"58c8f2c83badd01869025b6dc0161f28\";}}'),(114019,2514,'_edit_last','2'),(114020,2514,'_date_completed','1709239638'),(114021,2514,'_completed_date','2024-02-29 20:47:18'),(114022,2517,'_order_key','wc_order_XXSE6bMOM4ZRd'),(114023,2517,'_customer_user','11'),(114024,2517,'_payment_method','paypal'),(114025,2517,'_payment_method_title','PayPal'),(114026,2517,'_customer_ip_address','71.66.163.43'),(114027,2517,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(114028,2517,'_created_via','checkout'),(114029,2517,'_cart_hash','53676025756cc7deb8c6a13e4565d2a1'),(114030,2517,'_download_permissions_granted','yes'),(114031,2517,'_recorded_sales','yes'),(114032,2517,'_recorded_coupon_usage_counts','yes'),(114033,2517,'_new_order_email_sent','true'),(114034,2517,'_order_stock_reduced','yes'),(114035,2517,'_billing_first_name','Tina'),(114036,2517,'_billing_last_name','Hunt'),(114037,2517,'_billing_company','LCBG, LLC'),(114038,2517,'_billing_address_1','830 Fairview Ave.'),(114039,2517,'_billing_address_2','Suite A-4'),(114040,2517,'_billing_city','Bowling Green'),(114041,2517,'_billing_state','KY'),(114042,2517,'_billing_postcode','42101'),(114043,2517,'_billing_country','US'),(114044,2517,'_billing_email','lcbgky12@gmail.com'),(114045,2517,'_billing_phone','2709996803'),(114046,2517,'_shipping_first_name','Tina'),(114047,2517,'_shipping_last_name','Hunt'),(114048,2517,'_shipping_company','LCBG, LLC'),(114049,2517,'_shipping_address_1','494 Hub Boulevard'),(114050,2517,'_shipping_address_2','Apt 1012'),(114051,2517,'_shipping_city','Bowling Green'),(114052,2517,'_shipping_state','KY'),(114053,2517,'_shipping_postcode','42101'),(114054,2517,'_shipping_country','US'),(114055,2517,'_order_currency','USD'),(114056,2517,'_cart_discount','0'),(114057,2517,'_cart_discount_tax','0'),(114058,2517,'_order_shipping','0'),(114059,2517,'_order_shipping_tax','0'),(114060,2517,'_order_tax','0'),(114061,2517,'_order_total','679.35'),(114062,2517,'_order_version','8.6.1'),(114063,2517,'_prices_include_tax','no'),(114064,2517,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(114065,2517,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(114066,2517,'is_vat_exempt','no'),(114067,2517,'_wc_order_attribution_source_type','referral'),(114068,2517,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114069,2517,'_wc_order_attribution_utm_source','lcaportal.com'),(114070,2517,'_wc_order_attribution_utm_medium','referral'),(114071,2517,'_wc_order_attribution_utm_content','/'),(114072,2517,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114073,2517,'_wc_order_attribution_session_start_time','2024-03-01 13:30:47'),(114074,2517,'_wc_order_attribution_session_pages','3'),(114075,2517,'_wc_order_attribution_session_count','2'),(114076,2517,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(114077,2517,'_wc_order_attribution_device_type','Desktop'),(114078,2517,'Payment type','instant'),(114079,2517,'_paypal_status','completed'),(114080,2517,'_transaction_id','7GN3549850191813M'),(114081,2517,'PayPal Transaction Fee','24.20'),(114082,2517,'_date_paid','1709300248'),(114083,2517,'_paid_date','2024-03-01 13:37:28'),(114084,2517,'_edit_lock','1709336620:2'),(114085,2517,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210970\";s:12:\"date_shipped\";s:10:\"1709251200\";s:11:\"tracking_id\";s:32:\"6479d64a11934d28eefc045dea8b6672\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210969\";s:12:\"date_shipped\";i:1709336736;s:11:\"tracking_id\";s:32:\"12c0e90ea8361b5813e66d81ad4a62c4\";}}'),(114086,2517,'_edit_last','2'),(114087,2517,'_date_completed','1709336739'),(114088,2517,'_completed_date','2024-03-01 23:45:39'),(114089,2515,'_edit_lock','1709336661:2'),(114090,2515,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210914\";s:12:\"date_shipped\";s:10:\"1709251200\";s:11:\"tracking_id\";s:32:\"2dcc917e061a644833a78c730e912542\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210903\";s:12:\"date_shipped\";i:1709336795;s:11:\"tracking_id\";s:32:\"b99aaeb5efaa7710bcf85a60afd66746\";}}'),(114091,2515,'_edit_last','2'),(114092,2515,'_date_completed','1709336797'),(114093,2515,'_completed_date','2024-03-01 23:46:37'),(114094,2511,'_edit_lock','1709336691:2'),(114095,2511,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210925\";s:12:\"date_shipped\";s:10:\"1709251200\";s:11:\"tracking_id\";s:32:\"b70096ec00c8b75dc2c00f84ccc78c84\";}}'),(114096,2511,'_edit_last','2'),(114097,2511,'_date_completed','1709336824'),(114098,2511,'_completed_date','2024-03-01 23:47:04'),(114099,2516,'_edit_lock','1709336719:2'),(114100,2516,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992210936\";s:12:\"date_shipped\";s:10:\"1709251200\";s:11:\"tracking_id\";s:32:\"195a9b742d22830b1ecc26e99efdb97f\";}}'),(114101,2516,'_edit_last','2'),(114102,2516,'_date_completed','1709336853'),(114103,2516,'_completed_date','2024-03-01 23:47:33'),(114104,2518,'_order_key','wc_order_isguSbcdODIvR'),(114105,2518,'_customer_user','61'),(114106,2518,'_payment_method','paypal'),(114107,2518,'_payment_method_title','PayPal'),(114108,2518,'_customer_ip_address','217.180.201.115'),(114109,2518,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114110,2518,'_created_via','checkout'),(114111,2518,'_cart_hash','a7e2bd620d33805b555277545b4d3fc2'),(114112,2518,'_download_permissions_granted','yes'),(114113,2518,'_recorded_sales','yes'),(114114,2518,'_recorded_coupon_usage_counts','yes'),(114115,2518,'_new_order_email_sent','true'),(114116,2518,'_order_stock_reduced','yes'),(114117,2518,'_billing_first_name','Judith'),(114118,2518,'_billing_last_name','Hayden'),(114119,2518,'_billing_company','LCAL Hayden LLC'),(114120,2518,'_billing_address_1','1795 Alysheba Way'),(114121,2518,'_billing_address_2','Ste 4105'),(114122,2518,'_billing_city','Lexington'),(114123,2518,'_billing_state','KY'),(114124,2518,'_billing_postcode','40509'),(114125,2518,'_billing_country','US'),(114126,2518,'_billing_email','judy@liceclinicslexington.com'),(114127,2518,'_billing_phone','8595376966'),(114128,2518,'_shipping_first_name','Judy'),(114129,2518,'_shipping_last_name','Hayden'),(114130,2518,'_shipping_company','Lice Clinics of America'),(114131,2518,'_shipping_address_1','549 Centre View Blvd'),(114132,2518,'_shipping_address_2','Cambridge Square Bld 24'),(114133,2518,'_shipping_city','Crestview Hills'),(114134,2518,'_shipping_state','KY'),(114135,2518,'_shipping_postcode','41017'),(114136,2518,'_shipping_country','US'),(114137,2518,'_order_currency','USD'),(114138,2518,'_cart_discount','0'),(114139,2518,'_cart_discount_tax','0'),(114140,2518,'_order_shipping','0'),(114141,2518,'_order_shipping_tax','0'),(114142,2518,'_order_tax','0'),(114143,2518,'_order_total','1285.65'),(114144,2518,'_order_version','8.6.1'),(114145,2518,'_prices_include_tax','no'),(114146,2518,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(114147,2518,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(114148,2518,'is_vat_exempt','no'),(114149,2518,'_wc_order_attribution_source_type','typein'),(114150,2518,'_wc_order_attribution_utm_source','(direct)'),(114151,2518,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114152,2518,'_wc_order_attribution_session_start_time','2024-03-03 15:03:11'),(114153,2518,'_wc_order_attribution_session_pages','4'),(114154,2518,'_wc_order_attribution_session_count','1'),(114155,2518,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114156,2518,'_wc_order_attribution_device_type','Desktop'),(114157,2518,'Payment type','instant'),(114158,2518,'_paypal_status','completed'),(114159,2518,'_transaction_id','8W137478X5490301J'),(114160,2518,'PayPal Transaction Fee','45.36'),(114161,2518,'_date_paid','1709478709'),(114162,2518,'_paid_date','2024-03-03 15:11:49'),(114164,2519,'_order_key','wc_order_bhyAgDj9X7uwe'),(114165,2519,'_customer_user','20'),(114166,2519,'_payment_method','paypal'),(114167,2519,'_payment_method_title','PayPal'),(114168,2519,'_customer_ip_address','104.173.78.119'),(114169,2519,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(114170,2519,'_created_via','checkout'),(114171,2519,'_cart_hash','9ca264c59394f6876e7e8d90385a1f7a'),(114172,2519,'_download_permissions_granted','yes'),(114173,2519,'_recorded_sales','yes'),(114174,2519,'_recorded_coupon_usage_counts','yes'),(114175,2519,'_new_order_email_sent','true'),(114176,2519,'_order_stock_reduced','yes'),(114177,2519,'_billing_first_name','Hasani'),(114178,2519,'_billing_last_name','Thompson'),(114179,2519,'_billing_company','Heat in Hair'),(114180,2519,'_billing_address_1','27225 Camp Plenty Road'),(114181,2519,'_billing_address_2','1D'),(114182,2519,'_billing_city','Santa Clarita'),(114183,2519,'_billing_state','CA'),(114184,2519,'_billing_postcode','91351'),(114185,2519,'_billing_country','US'),(114186,2519,'_billing_email','info@liceclinicssantaclarita.com'),(114187,2519,'_billing_phone','6615850263'),(114188,2519,'_shipping_first_name','Hasani'),(114189,2519,'_shipping_last_name','Thompson'),(114190,2519,'_shipping_company','Heat in Hair'),(114191,2519,'_shipping_address_1','5145 Nightsky Place'),(114192,2519,'_shipping_city','Palmdale'),(114193,2519,'_shipping_state','CA'),(114194,2519,'_shipping_postcode','93552'),(114195,2519,'_shipping_country','US'),(114196,2519,'_order_currency','USD'),(114197,2519,'_cart_discount','0'),(114198,2519,'_cart_discount_tax','0'),(114199,2519,'_order_shipping','29.65'),(114200,2519,'_order_shipping_tax','0'),(114201,2519,'_order_tax','0'),(114202,2519,'_order_total','251.65'),(114203,2519,'_order_version','8.6.1'),(114204,2519,'_prices_include_tax','no'),(114205,2519,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(114206,2519,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(114207,2519,'is_vat_exempt','no'),(114208,2519,'_wc_order_attribution_source_type','referral'),(114209,2519,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114210,2519,'_wc_order_attribution_utm_source','lcaportal.com'),(114211,2519,'_wc_order_attribution_utm_medium','referral'),(114212,2519,'_wc_order_attribution_utm_content','/'),(114213,2519,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114214,2519,'_wc_order_attribution_session_start_time','2024-03-04 18:52:39'),(114215,2519,'_wc_order_attribution_session_pages','6'),(114216,2519,'_wc_order_attribution_session_count','3'),(114217,2519,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'),(114218,2519,'_wc_order_attribution_device_type','Desktop'),(114219,2519,'Payment type','instant'),(114220,2519,'_paypal_status','completed'),(114221,2519,'_transaction_id','2F089915FB739814J'),(114222,2519,'PayPal Transaction Fee','9.27'),(114223,2519,'_date_paid','1709578900'),(114224,2519,'_paid_date','2024-03-04 19:01:40'),(114225,2520,'_order_key','wc_order_Jx9r1n1dx2uDm'),(114226,2520,'_customer_user','79'),(114227,2520,'_payment_method','paypal'),(114228,2520,'_payment_method_title','PayPal'),(114229,2520,'_customer_ip_address','71.91.158.65'),(114230,2520,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(114231,2520,'_created_via','checkout'),(114232,2520,'_cart_hash','17829fa4e08f104e8d2775ac274aeb65'),(114233,2520,'_download_permissions_granted','yes'),(114234,2520,'_recorded_sales','yes'),(114235,2520,'_recorded_coupon_usage_counts','yes'),(114236,2520,'_new_order_email_sent','true'),(114237,2520,'_order_stock_reduced','yes'),(114238,2520,'_billing_first_name','Shanna'),(114239,2520,'_billing_last_name','Castille'),(114240,2520,'_billing_address_1','1097 Hundley Rd'),(114241,2520,'_billing_city','Eunice'),(114242,2520,'_billing_state','LA'),(114243,2520,'_billing_postcode','70535'),(114244,2520,'_billing_country','US'),(114245,2520,'_billing_email','Shanna_sr09@yahoo.com'),(114246,2520,'_billing_phone','3374668998'),(114247,2520,'_shipping_first_name','Shanna'),(114248,2520,'_shipping_last_name','Castille'),(114249,2520,'_shipping_address_1','1097 Hundley Rd'),(114250,2520,'_shipping_city','eunice'),(114251,2520,'_shipping_state','LA'),(114252,2520,'_shipping_postcode','70535'),(114253,2520,'_shipping_country','US'),(114254,2520,'_order_currency','USD'),(114255,2520,'_cart_discount','0'),(114256,2520,'_cart_discount_tax','0'),(114257,2520,'_order_shipping','0'),(114258,2520,'_order_shipping_tax','0'),(114259,2520,'_order_tax','0'),(114260,2520,'_order_total','780.95'),(114261,2520,'_order_version','8.6.1'),(114262,2520,'_prices_include_tax','no'),(114263,2520,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(114264,2520,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(114265,2520,'is_vat_exempt','no'),(114266,2520,'_wc_order_attribution_source_type','typein'),(114267,2520,'_wc_order_attribution_utm_source','(direct)'),(114268,2520,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114269,2520,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(114270,2520,'_wc_order_attribution_session_pages','3'),(114271,2520,'_wc_order_attribution_session_count','2'),(114272,2520,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(114273,2520,'_wc_order_attribution_device_type','Desktop'),(114274,2520,'Payment type','instant'),(114275,2520,'_paypal_status','completed'),(114276,2520,'_transaction_id','17J70927XR5945840'),(114277,2520,'PayPal Transaction Fee','27.75'),(114278,2520,'_date_paid','1709591329'),(114279,2520,'_paid_date','2024-03-04 22:28:49'),(114280,2518,'_edit_lock','1709606493:2'),(114281,2518,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211071\";s:12:\"date_shipped\";s:10:\"1709596800\";s:11:\"tracking_id\";s:32:\"be92738d404fc462a2c9747da40bac35\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211060\";s:12:\"date_shipped\";i:1709606284;s:11:\"tracking_id\";s:32:\"e92295e4bcdd3030718e6036e9c4bd11\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211050\";s:12:\"date_shipped\";i:1709606290;s:11:\"tracking_id\";s:32:\"bc7f7fe49431c8837c4d32cb6add96ec\";}}'),(114282,2519,'_edit_lock','1709606439:2'),(114283,2519,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211222\";s:12:\"date_shipped\";s:10:\"1709596800\";s:11:\"tracking_id\";s:32:\"fd36acabfb40094b9016b5d74aeb8574\";}}'),(114284,2519,'_edit_last','2'),(114285,2519,'_date_completed','1709606560'),(114286,2519,'_completed_date','2024-03-05 02:42:40'),(114287,2518,'_edit_last','2'),(114288,2518,'_date_completed','1709606626'),(114289,2518,'_completed_date','2024-03-05 02:43:46'),(114290,2521,'_edit_lock','1758734566:2'),(114291,2521,'_edit_last','2'),(114292,2521,'discount_type','percent'),(114293,2521,'coupon_amount','10'),(114294,2521,'individual_use','no'),(114295,2521,'usage_limit','0'),(114296,2521,'usage_limit_per_user','0'),(114297,2521,'limit_usage_to_x_items','0'),(114298,2521,'usage_count','0'),(114299,2521,'date_expires',NULL),(114300,2521,'free_shipping','no'),(114301,2521,'exclude_sale_items','no'),(114302,2521,'_acfw_percentage_discount_cap',''),(114303,2521,'_acfw_usage_limit_reset_time',''),(114304,2521,'_acfw_show_on_my_coupons_page',''),(114305,2521,'_acfw_defer_apply_url_coupon',''),(114306,2521,'_acfw_enable_day_time_schedules',''),(114307,2521,'_acfw_cashback_waiting_period','0'),(114308,2521,'_acfw_enable_virtual_coupons',''),(114309,2521,'_acfw_excluded_coupons','a:0:{}'),(114310,2521,'_acfw_enable_payment_methods_restrict',''),(114311,2521,'_acfw_reset_usage_limit_period','none'),(114312,2521,'_acfw_disable_url_coupon',''),(114313,2521,'_acfw_code_url_override',''),(114314,2521,'_acfw_success_message',''),(114315,2521,'_acfw_after_redirect_url',''),(114316,2521,'_acfw_redirect_to_origin_url',''),(114317,2521,'_acfw_enable_role_restriction',''),(114318,2521,'_acfw_enable_date_range_schedule','no'),(114319,2521,'_acfw_force_apply_url_coupon',''),(114320,2522,'_order_key','wc_order_9aE4k5298GDyN'),(114321,2522,'_customer_user','61'),(114322,2522,'_payment_method','paypal'),(114323,2522,'_payment_method_title','PayPal'),(114324,2522,'_customer_ip_address','217.180.201.43'),(114325,2522,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114326,2522,'_created_via','checkout'),(114327,2522,'_cart_hash','5bdb7afe63074e2605ca01b98d979025'),(114328,2522,'_download_permissions_granted','yes'),(114329,2522,'_recorded_sales','yes'),(114330,2522,'_recorded_coupon_usage_counts','yes'),(114331,2522,'_new_order_email_sent','true'),(114332,2522,'_order_stock_reduced','yes'),(114333,2522,'_billing_first_name','Judith'),(114334,2522,'_billing_last_name','Hayden'),(114335,2522,'_billing_company','LCAL Hayden LLC'),(114336,2522,'_billing_address_1','1795 Alysheba Way'),(114337,2522,'_billing_address_2','Ste 4105'),(114338,2522,'_billing_city','Lexington'),(114339,2522,'_billing_state','KY'),(114340,2522,'_billing_postcode','40509'),(114341,2522,'_billing_country','US'),(114342,2522,'_billing_email','judy@liceclinicslexington.com'),(114343,2522,'_billing_phone','8595376966'),(114344,2522,'_shipping_first_name','Judy'),(114345,2522,'_shipping_last_name','Hayden'),(114346,2522,'_shipping_company','Lice Clinics of America Lexington'),(114347,2522,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(114348,2522,'_shipping_city','Lexington'),(114349,2522,'_shipping_state','KY'),(114350,2522,'_shipping_postcode','40509'),(114351,2522,'_shipping_country','US'),(114352,2522,'_order_currency','USD'),(114353,2522,'_cart_discount','0'),(114354,2522,'_cart_discount_tax','0'),(114355,2522,'_order_shipping','0'),(114356,2522,'_order_shipping_tax','0'),(114357,2522,'_order_tax','0'),(114358,2522,'_order_total','655.74'),(114359,2522,'_order_version','8.6.1'),(114360,2522,'_prices_include_tax','no'),(114361,2522,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(114362,2522,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(114363,2522,'is_vat_exempt','no'),(114364,2522,'_wc_order_attribution_source_type','typein'),(114365,2522,'_wc_order_attribution_utm_source','(direct)'),(114366,2522,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114367,2522,'_wc_order_attribution_session_start_time','2024-03-05 19:12:36'),(114368,2522,'_wc_order_attribution_session_pages','4'),(114369,2522,'_wc_order_attribution_session_count','1'),(114370,2522,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114371,2522,'_wc_order_attribution_device_type','Desktop'),(114372,2522,'Payment type','instant'),(114373,2522,'_paypal_status','completed'),(114374,2522,'_transaction_id','8AG82106V3941641R'),(114375,2522,'PayPal Transaction Fee','23.38'),(114376,2522,'_date_paid','1709666162'),(114377,2522,'_paid_date','2024-03-05 19:16:02'),(114378,2522,'_edit_lock','1709667066:2'),(114379,2523,'_order_currency','USD'),(114380,2523,'_cart_discount','0'),(114381,2523,'_cart_discount_tax','0'),(114382,2523,'_order_shipping','0'),(114383,2523,'_order_shipping_tax','0'),(114384,2523,'_order_tax','0'),(114385,2523,'_order_total','-655.74'),(114386,2523,'_order_version','8.6.1'),(114387,2523,'_prices_include_tax','no'),(114388,2523,'_refund_amount','655.74'),(114389,2523,'_refunded_by','2'),(114390,2523,'_refunded_payment',''),(114391,2523,'_refund_reason',''),(114392,2523,'acfw_refund_order_store_credit_entry_id','2'),(114393,2524,'_order_key','wc_order_TTQP35LjIinv8'),(114394,2524,'_customer_user','47'),(114395,2524,'_payment_method','paypal'),(114396,2524,'_payment_method_title','PayPal'),(114397,2524,'_customer_ip_address','97.77.63.57'),(114398,2524,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114399,2524,'_created_via','checkout'),(114400,2524,'_cart_hash','b7a84553124ac40027de02b1e5b44c1c'),(114401,2524,'_download_permissions_granted','yes'),(114402,2524,'_recorded_sales','yes'),(114403,2524,'_recorded_coupon_usage_counts','yes'),(114404,2524,'_new_order_email_sent','true'),(114405,2524,'_order_stock_reduced','yes'),(114406,2524,'_billing_first_name','Tracy'),(114407,2524,'_billing_last_name','Copeland'),(114408,2524,'_billing_company','LCA SA WEST'),(114409,2524,'_billing_address_1','14223 Silverhollow'),(114410,2524,'_billing_city','San Antonio'),(114411,2524,'_billing_state','TX'),(114412,2524,'_billing_postcode','78232'),(114413,2524,'_billing_country','US'),(114414,2524,'_billing_email','info@liceclinicsofsanantonio.com'),(114415,2524,'_billing_phone','2103135033'),(114416,2524,'_shipping_first_name','Tracy'),(114417,2524,'_shipping_last_name','Copeland'),(114418,2524,'_shipping_company','LCA SA WEST'),(114419,2524,'_shipping_address_1','6391 De Zavala Rd'),(114420,2524,'_shipping_address_2','#222'),(114421,2524,'_shipping_city','San Antonio'),(114422,2524,'_shipping_state','TX'),(114423,2524,'_shipping_postcode','78249'),(114424,2524,'_shipping_country','US'),(114425,2524,'_order_currency','USD'),(114426,2524,'_cart_discount','0'),(114427,2524,'_cart_discount_tax','0'),(114428,2524,'_order_shipping','0'),(114429,2524,'_order_shipping_tax','0'),(114430,2524,'_order_tax','0'),(114431,2524,'_order_total','1276.90'),(114432,2524,'_order_version','8.6.1'),(114433,2524,'_prices_include_tax','no'),(114434,2524,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(114435,2524,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd #222 San Antonio TX 78249 US '),(114436,2524,'is_vat_exempt','no'),(114437,2524,'_wc_order_attribution_source_type','referral'),(114438,2524,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(114439,2524,'_wc_order_attribution_utm_source','lcaportal.com'),(114440,2524,'_wc_order_attribution_utm_medium','referral'),(114441,2524,'_wc_order_attribution_utm_content','/'),(114442,2524,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114443,2524,'_wc_order_attribution_session_start_time','2024-03-05 20:06:15'),(114444,2524,'_wc_order_attribution_session_pages','4'),(114445,2524,'_wc_order_attribution_session_count','1'),(114446,2524,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114447,2524,'_wc_order_attribution_device_type','Desktop'),(114448,2524,'Payment type','instant'),(114449,2524,'_paypal_status','completed'),(114450,2524,'_transaction_id','26V84063LC142705A'),(114451,2524,'PayPal Transaction Fee','45.05'),(114452,2524,'_date_paid','1709669558'),(114453,2524,'_paid_date','2024-03-05 20:12:38'),(114454,2525,'_order_key','wc_order_y6Bb5madVeyjG'),(114455,2525,'_customer_user','60'),(114456,2525,'_payment_method','paypal'),(114457,2525,'_payment_method_title','PayPal'),(114458,2525,'_customer_ip_address','73.211.34.125'),(114459,2525,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(114460,2525,'_created_via','checkout'),(114461,2525,'_cart_hash','b5bf13c6a6993c900ed4bf69cd9e2b4a'),(114462,2525,'_download_permissions_granted','yes'),(114463,2525,'_recorded_sales','yes'),(114464,2525,'_recorded_coupon_usage_counts','yes'),(114465,2525,'_new_order_email_sent','true'),(114466,2525,'_order_stock_reduced','yes'),(114467,2525,'_billing_first_name','Jill'),(114468,2525,'_billing_last_name','Leshtz'),(114469,2525,'_billing_company','Lice clinics of America-North Shore'),(114470,2525,'_billing_address_1','1580 Lancelot Avenue'),(114471,2525,'_billing_city','Highland park'),(114472,2525,'_billing_state','IL'),(114473,2525,'_billing_postcode','60035'),(114474,2525,'_billing_country','US'),(114475,2525,'_billing_email','jleshtz@gmail.com'),(114476,2525,'_billing_phone','8473639001'),(114477,2525,'_shipping_first_name','Jill'),(114478,2525,'_shipping_last_name','Leshtz'),(114479,2525,'_shipping_company','Lice clinics of America-North Shore'),(114480,2525,'_shipping_address_1','1580 Lancelot Avenue'),(114481,2525,'_shipping_city','Highland park'),(114482,2525,'_shipping_state','IL'),(114483,2525,'_shipping_postcode','60035'),(114484,2525,'_shipping_country','US'),(114485,2525,'_order_currency','USD'),(114486,2525,'_cart_discount','0'),(114487,2525,'_cart_discount_tax','0'),(114488,2525,'_order_shipping','97.59'),(114489,2525,'_order_shipping_tax','0'),(114490,2525,'_order_tax','0'),(114491,2525,'_order_total','97.59'),(114492,2525,'_order_version','8.6.1'),(114493,2525,'_prices_include_tax','no'),(114494,2525,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(114495,2525,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(114496,2525,'is_vat_exempt','no'),(114497,2525,'_wc_order_attribution_source_type','referral'),(114498,2525,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(114499,2525,'_wc_order_attribution_utm_source','lcaportal.com'),(114500,2525,'_wc_order_attribution_utm_medium','referral'),(114501,2525,'_wc_order_attribution_utm_content','/'),(114502,2525,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114503,2525,'_wc_order_attribution_session_start_time','2024-03-05 20:19:07'),(114504,2525,'_wc_order_attribution_session_pages','3'),(114505,2525,'_wc_order_attribution_session_count','1'),(114506,2525,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(114507,2525,'_wc_order_attribution_device_type','Mobile'),(114508,2525,'Payment type','instant'),(114509,2525,'_paypal_status','completed'),(114510,2525,'_transaction_id','82S515705X395151G'),(114511,2525,'PayPal Transaction Fee','3.90'),(114512,2525,'_date_paid','1709670090'),(114513,2525,'_paid_date','2024-03-05 20:21:30'),(114514,2525,'_edit_lock','1709834607:2'),(114517,2520,'_edit_lock','1709834524:2'),(114518,2524,'_edit_lock','1709834701:2'),(114519,2527,'_order_currency','USD'),(114520,2527,'_cart_discount','0'),(114521,2527,'_cart_discount_tax','0'),(114522,2527,'_order_shipping','-79.51'),(114523,2527,'_order_shipping_tax','0'),(114524,2527,'_order_tax','0'),(114525,2527,'_order_total','-79.51'),(114526,2527,'_order_version','8.6.1'),(114527,2527,'_prices_include_tax','no'),(114528,2527,'_refund_amount','79.51'),(114529,2527,'_refunded_by','2'),(114530,2527,'_refunded_payment','1'),(114531,2527,'_refund_reason',''),(114532,2528,'_order_key','wc_order_NTySNbUU08wCL'),(114533,2528,'_customer_user','61'),(114534,2528,'_payment_method','paypal'),(114535,2528,'_payment_method_title','PayPal'),(114536,2528,'_customer_ip_address','217.180.201.43'),(114537,2528,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114538,2528,'_created_via','checkout'),(114539,2528,'_cart_hash','30197e545cc1723656d41e30c8df0f3f'),(114540,2528,'_download_permissions_granted','yes'),(114541,2528,'_recorded_sales','yes'),(114542,2528,'_recorded_coupon_usage_counts','yes'),(114543,2528,'_new_order_email_sent','true'),(114544,2528,'_order_stock_reduced','yes'),(114545,2528,'_billing_first_name','Judith'),(114546,2528,'_billing_last_name','Hayden'),(114547,2528,'_billing_company','LCAL Hayden LLC'),(114548,2528,'_billing_address_1','1795 Alysheba Way'),(114549,2528,'_billing_address_2','Ste 4105'),(114550,2528,'_billing_city','Lexington'),(114551,2528,'_billing_state','KY'),(114552,2528,'_billing_postcode','40509'),(114553,2528,'_billing_country','US'),(114554,2528,'_billing_email','judy@liceclinicslexington.com'),(114555,2528,'_billing_phone','8595376966'),(114556,2528,'_shipping_first_name','Judy'),(114557,2528,'_shipping_last_name','Hayden'),(114558,2528,'_shipping_company','Lice Clinics of America Lexington'),(114559,2528,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(114560,2528,'_shipping_city','Lexington'),(114561,2528,'_shipping_state','KY'),(114562,2528,'_shipping_postcode','40509'),(114563,2528,'_shipping_country','US'),(114564,2528,'_order_currency','USD'),(114565,2528,'_cart_discount','661.28'),(114566,2528,'_cart_discount_tax','0'),(114567,2528,'_order_shipping','0'),(114568,2528,'_order_shipping_tax','0'),(114569,2528,'_order_tax','0'),(114570,2528,'_order_total','225.25'),(114571,2528,'_order_version','8.8.2'),(114572,2528,'_prices_include_tax','no'),(114573,2528,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(114574,2528,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(114575,2528,'is_vat_exempt','no'),(114576,2528,'_wc_order_attribution_source_type','typein'),(114577,2528,'_wc_order_attribution_utm_source','(direct)'),(114578,2528,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114579,2528,'_wc_order_attribution_session_start_time','2024-03-05 19:12:36'),(114580,2528,'_wc_order_attribution_session_pages','3'),(114581,2528,'_wc_order_attribution_session_count','2'),(114582,2528,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114583,2528,'_wc_order_attribution_device_type','Desktop'),(114584,2528,'acfw_store_credits_order_paid','a:4:{s:6:\"amount\";d:661.27999999999997;s:10:\"raw_amount\";d:661.27999999999997;s:10:\"cart_total\";d:886.52999999999997;s:8:\"currency\";s:3:\"USD\";}'),(114586,2528,'Payment type','instant'),(114587,2528,'_paypal_status','completed'),(114588,2528,'_transaction_id','5EF13174JT848713J'),(114589,2528,'PayPal Transaction Fee','8.35'),(114590,2528,'_date_paid','1709676024'),(114591,2528,'_paid_date','2024-03-05 22:00:24'),(114592,2529,'_order_key','wc_order_7nEFJ5cpyNZNA'),(114593,2529,'_customer_user','77'),(114594,2529,'_payment_method','paypal'),(114595,2529,'_payment_method_title','PayPal'),(114596,2529,'_customer_ip_address','162.201.108.83'),(114597,2529,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(114598,2529,'_created_via','checkout'),(114599,2529,'_cart_hash','86d2c22de794d2d36acf36b9ad86d4c6'),(114600,2529,'_download_permissions_granted','yes'),(114601,2529,'_recorded_sales','yes'),(114602,2529,'_recorded_coupon_usage_counts','yes'),(114603,2529,'_new_order_email_sent','true'),(114604,2529,'_order_stock_reduced','yes'),(114605,2529,'_billing_first_name','Phil'),(114606,2529,'_billing_last_name','Moon'),(114607,2529,'_billing_company','LiceBusters, LLC'),(114608,2529,'_billing_address_1','105 Live Oak Lane'),(114609,2529,'_billing_city','Pleasant Hill'),(114610,2529,'_billing_state','CA'),(114611,2529,'_billing_postcode','94523'),(114612,2529,'_billing_country','US'),(114613,2529,'_billing_email','kris10maroot@gmail.com'),(114614,2529,'_billing_phone','5593046305'),(114615,2529,'_shipping_first_name','Kristen'),(114616,2529,'_shipping_last_name','Maroot-Rippee'),(114617,2529,'_shipping_company','LiceBusters, LLC'),(114618,2529,'_shipping_address_1','487 W. Scott Avenue'),(114619,2529,'_shipping_city','Fresno'),(114620,2529,'_shipping_state','CA'),(114621,2529,'_shipping_postcode','93704'),(114622,2529,'_shipping_country','US'),(114623,2529,'_order_currency','USD'),(114624,2529,'_cart_discount','0'),(114625,2529,'_cart_discount_tax','0'),(114626,2529,'_order_shipping','0'),(114627,2529,'_order_shipping_tax','0'),(114628,2529,'_order_tax','0'),(114629,2529,'_order_total','1314.96'),(114630,2529,'_order_version','8.6.1'),(114631,2529,'_prices_include_tax','no'),(114632,2529,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(114633,2529,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(114634,2529,'is_vat_exempt','no'),(114635,2529,'_wc_order_attribution_source_type','typein'),(114636,2529,'_wc_order_attribution_utm_source','(direct)'),(114637,2529,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114638,2529,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(114639,2529,'_wc_order_attribution_session_pages','4'),(114640,2529,'_wc_order_attribution_session_count','10'),(114641,2529,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(114642,2529,'_wc_order_attribution_device_type','Desktop'),(114643,2529,'Payment type','instant'),(114644,2529,'_paypal_status','completed'),(114645,2529,'_transaction_id','4K348588VL4893608'),(114646,2529,'PayPal Transaction Fee','46.38'),(114647,2529,'_date_paid','1709684375'),(114648,2529,'_paid_date','2024-03-06 00:19:35'),(114649,2530,'_order_key','wc_order_vWwTRMMBlV2PK'),(114650,2530,'_customer_user','6'),(114651,2530,'_payment_method','paypal'),(114652,2530,'_payment_method_title','PayPal'),(114653,2530,'_customer_ip_address','98.244.29.91'),(114654,2530,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114655,2530,'_created_via','checkout'),(114656,2530,'_cart_hash','ef5b1fa3e87c6f71993ee89155551567'),(114657,2530,'_download_permissions_granted','yes'),(114658,2530,'_recorded_sales','yes'),(114659,2530,'_recorded_coupon_usage_counts','yes'),(114660,2530,'_new_order_email_sent','true'),(114661,2530,'_order_stock_reduced','yes'),(114662,2530,'_billing_first_name','Amira'),(114663,2530,'_billing_last_name','Purto'),(114664,2530,'_billing_address_1','2628 Acapulco Way'),(114665,2530,'_billing_city','Modesto'),(114666,2530,'_billing_state','CA'),(114667,2530,'_billing_postcode','95355'),(114668,2530,'_billing_country','US'),(114669,2530,'_billing_email','amira77@sbcglobal.net'),(114670,2530,'_billing_phone','2096422061'),(114671,2530,'_shipping_first_name','Amira'),(114672,2530,'_shipping_last_name','Purto'),(114673,2530,'_shipping_address_1','2628 Acapulco Way'),(114674,2530,'_shipping_city','Modesto'),(114675,2530,'_shipping_state','CA'),(114676,2530,'_shipping_postcode','95355'),(114677,2530,'_shipping_country','US'),(114678,2530,'_order_currency','USD'),(114679,2530,'_cart_discount','0'),(114680,2530,'_cart_discount_tax','0'),(114681,2530,'_order_shipping','0'),(114682,2530,'_order_shipping_tax','0'),(114683,2530,'_order_tax','0'),(114684,2530,'_order_total','837.17'),(114685,2530,'_order_version','8.6.1'),(114686,2530,'_prices_include_tax','no'),(114687,2530,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(114688,2530,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(114689,2530,'is_vat_exempt','no'),(114690,2530,'_wc_order_attribution_source_type','typein'),(114691,2530,'_wc_order_attribution_utm_source','(direct)'),(114692,2530,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(114693,2530,'_wc_order_attribution_session_start_time','2024-03-06 16:05:27'),(114694,2530,'_wc_order_attribution_session_pages','5'),(114695,2530,'_wc_order_attribution_session_count','1'),(114696,2530,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114697,2530,'_wc_order_attribution_device_type','Desktop'),(114698,2530,'Payment type','instant'),(114699,2530,'_paypal_status','completed'),(114700,2530,'_transaction_id','0SX52611EB133811A'),(114701,2530,'PayPal Transaction Fee','29.71'),(114702,2530,'_date_paid','1709741412'),(114703,2530,'_paid_date','2024-03-06 16:10:12'),(114704,2531,'_order_key','wc_order_XYrjnvlG6RMrc'),(114705,2531,'_customer_user','6'),(114706,2531,'_payment_method','paypal'),(114707,2531,'_payment_method_title','PayPal'),(114708,2531,'_customer_ip_address','98.244.29.91'),(114709,2531,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114710,2531,'_created_via','checkout'),(114711,2531,'_cart_hash','6392d2aae039e811e9072b441b0f8f3b'),(114712,2531,'_download_permissions_granted','yes'),(114713,2531,'_recorded_sales','yes'),(114714,2531,'_recorded_coupon_usage_counts','yes'),(114715,2531,'_new_order_email_sent','true'),(114716,2531,'_order_stock_reduced','yes'),(114717,2531,'_billing_first_name','Amira'),(114718,2531,'_billing_last_name','Purto'),(114719,2531,'_billing_address_1','2628 Acapulco Way'),(114720,2531,'_billing_city','Modesto'),(114721,2531,'_billing_state','CA'),(114722,2531,'_billing_postcode','95355'),(114723,2531,'_billing_country','US'),(114724,2531,'_billing_email','amira77@sbcglobal.net'),(114725,2531,'_billing_phone','2096422061'),(114726,2531,'_shipping_first_name','Amira'),(114727,2531,'_shipping_last_name','Purto'),(114728,2531,'_shipping_address_1','2628 Acapulco Way'),(114729,2531,'_shipping_city','Modesto'),(114730,2531,'_shipping_state','CA'),(114731,2531,'_shipping_postcode','95355'),(114732,2531,'_shipping_country','US'),(114733,2531,'_order_currency','USD'),(114734,2531,'_cart_discount','0'),(114735,2531,'_cart_discount_tax','0'),(114736,2531,'_order_shipping','0'),(114737,2531,'_order_shipping_tax','0'),(114738,2531,'_order_tax','0'),(114739,2531,'_order_total','653.39'),(114740,2531,'_order_version','8.6.1'),(114741,2531,'_prices_include_tax','no'),(114742,2531,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(114743,2531,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(114744,2531,'is_vat_exempt','no'),(114745,2531,'_wc_order_attribution_source_type','typein'),(114746,2531,'_wc_order_attribution_utm_source','(direct)'),(114747,2531,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(114748,2531,'_wc_order_attribution_session_start_time','2024-03-06 16:05:27'),(114749,2531,'_wc_order_attribution_session_pages','13'),(114750,2531,'_wc_order_attribution_session_count','1'),(114751,2531,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114752,2531,'_wc_order_attribution_device_type','Desktop'),(114753,2531,'Payment type','instant'),(114754,2531,'_paypal_status','completed'),(114755,2531,'_transaction_id','2E614533DC855081T'),(114756,2531,'PayPal Transaction Fee','23.29'),(114757,2531,'_date_paid','1709741670'),(114758,2531,'_paid_date','2024-03-06 16:14:30'),(114759,2532,'_order_key','wc_order_N4lbflD3yLjS7'),(114760,2532,'_customer_user','47'),(114761,2532,'_payment_method','paypal'),(114762,2532,'_payment_method_title','PayPal'),(114763,2532,'_customer_ip_address','64.183.221.78'),(114764,2532,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(114765,2532,'_created_via','checkout'),(114766,2532,'_cart_hash','4ced5e482936260f947b7464ca2c6edc'),(114767,2532,'_download_permissions_granted','yes'),(114768,2532,'_recorded_sales','yes'),(114769,2532,'_recorded_coupon_usage_counts','yes'),(114770,2532,'_new_order_email_sent','true'),(114771,2532,'_order_stock_reduced','yes'),(114772,2532,'_billing_first_name','Tracy'),(114773,2532,'_billing_last_name','Copeland'),(114774,2532,'_billing_company','LCA SA WEST'),(114775,2532,'_billing_address_1','14223 Silverhollow'),(114776,2532,'_billing_city','San Antonio'),(114777,2532,'_billing_state','TX'),(114778,2532,'_billing_postcode','78232'),(114779,2532,'_billing_country','US'),(114780,2532,'_billing_email','info@liceclinicsofsanantonio.com'),(114781,2532,'_billing_phone','2103135033'),(114782,2532,'_shipping_first_name','Tracy'),(114783,2532,'_shipping_last_name','Copeland'),(114784,2532,'_shipping_company','LCA SA EAST'),(114785,2532,'_shipping_address_1','19115 FM 2252'),(114786,2532,'_shipping_address_2','#17'),(114787,2532,'_shipping_city','San Antonio'),(114788,2532,'_shipping_state','TX'),(114789,2532,'_shipping_postcode','78266'),(114790,2532,'_shipping_country','US'),(114791,2532,'_order_currency','USD'),(114792,2532,'_cart_discount','0'),(114793,2532,'_cart_discount_tax','0'),(114794,2532,'_order_shipping','0'),(114795,2532,'_order_shipping_tax','0'),(114796,2532,'_order_tax','0'),(114797,2532,'_order_total','793.68'),(114798,2532,'_order_version','8.6.1'),(114799,2532,'_prices_include_tax','no'),(114800,2532,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(114801,2532,'_shipping_address_index','Tracy Copeland LCA SA EAST 19115 FM 2252 #17 San Antonio TX 78266 US '),(114802,2532,'is_vat_exempt','no'),(114803,2532,'_wc_order_attribution_source_type','referral'),(114804,2532,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114805,2532,'_wc_order_attribution_utm_source','lcaportal.com'),(114806,2532,'_wc_order_attribution_utm_medium','referral'),(114807,2532,'_wc_order_attribution_utm_content','/'),(114808,2532,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114809,2532,'_wc_order_attribution_session_start_time','2024-03-06 18:23:00'),(114810,2532,'_wc_order_attribution_session_pages','3'),(114811,2532,'_wc_order_attribution_session_count','1'),(114812,2532,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(114813,2532,'_wc_order_attribution_device_type','Mobile'),(114814,2532,'Payment type','instant'),(114815,2532,'_paypal_status','completed'),(114816,2532,'_transaction_id','0F2284662C071751J'),(114817,2532,'PayPal Transaction Fee','28.19'),(114818,2532,'_date_paid','1709750220'),(114819,2532,'_paid_date','2024-03-06 18:37:00'),(114820,2533,'_order_key','wc_order_7U5eEbG0fWUWj'),(114821,2533,'_customer_user','66'),(114822,2533,'_payment_method','paypal'),(114823,2533,'_payment_method_title','PayPal'),(114824,2533,'_customer_ip_address','69.250.30.77'),(114825,2533,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(114826,2533,'_created_via','checkout'),(114827,2533,'_cart_hash','146434694d30d74308eef80671e985d1'),(114828,2533,'_download_permissions_granted','yes'),(114829,2533,'_recorded_sales','yes'),(114830,2533,'_recorded_coupon_usage_counts','yes'),(114831,2533,'_new_order_email_sent','true'),(114832,2533,'_order_stock_reduced','yes'),(114833,2533,'_billing_first_name','Mark'),(114834,2533,'_billing_last_name','Dent'),(114835,2533,'_billing_company','Lice Clinics of Maryland'),(114836,2533,'_billing_address_1','801 W 33rd Street'),(114837,2533,'_billing_city','BAltimore'),(114838,2533,'_billing_state','MD'),(114839,2533,'_billing_postcode','21211'),(114840,2533,'_billing_country','US'),(114841,2533,'_billing_email','info@liceclinicsofmaryland.com'),(114842,2533,'_billing_phone','4438349991'),(114843,2533,'_shipping_first_name','Dawn'),(114844,2533,'_shipping_last_name','Mumaw'),(114845,2533,'_shipping_company','LCA Baltimore'),(114846,2533,'_shipping_address_1','604 Providence Road'),(114847,2533,'_shipping_city','Towson'),(114848,2533,'_shipping_state','MD'),(114849,2533,'_shipping_postcode','21286'),(114850,2533,'_shipping_country','US'),(114851,2533,'_order_currency','USD'),(114852,2533,'_cart_discount','0'),(114853,2533,'_cart_discount_tax','0'),(114854,2533,'_order_shipping','0'),(114855,2533,'_order_shipping_tax','0'),(114856,2533,'_order_tax','0'),(114857,2533,'_order_total','2074.40'),(114858,2533,'_order_version','8.6.1'),(114859,2533,'_prices_include_tax','no'),(114860,2533,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(114861,2533,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(114862,2533,'is_vat_exempt','no'),(114863,2533,'_wc_order_attribution_source_type','referral'),(114864,2533,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114865,2533,'_wc_order_attribution_utm_source','lcaportal.com'),(114866,2533,'_wc_order_attribution_utm_medium','referral'),(114867,2533,'_wc_order_attribution_utm_content','/'),(114868,2533,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114869,2533,'_wc_order_attribution_session_start_time','2024-03-07 16:35:39'),(114870,2533,'_wc_order_attribution_session_pages','4'),(114871,2533,'_wc_order_attribution_session_count','1'),(114872,2533,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(114873,2533,'_wc_order_attribution_device_type','Desktop'),(114874,2533,'Payment type','instant'),(114875,2533,'_paypal_status','completed'),(114876,2533,'_transaction_id','9U884174WH8055021'),(114877,2533,'PayPal Transaction Fee','72.89'),(114878,2533,'_date_paid','1709830168'),(114879,2533,'_paid_date','2024-03-07 16:49:28'),(114880,2520,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211347\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"27a53c6def58de2579e07ec95873c947\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211336\";s:12:\"date_shipped\";i:1709834641;s:11:\"tracking_id\";s:32:\"12cb21dbc2e8d47627100318831befe9\";}}'),(114881,2520,'_edit_last','2'),(114882,2520,'_date_completed','1709834644'),(114883,2520,'_completed_date','2024-03-07 18:04:04'),(114884,2525,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211509\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"0543ce692af77eca28228002690c38ef\";}}'),(114885,2525,'_edit_last','2'),(114886,2525,'_date_completed','1709834745'),(114887,2525,'_completed_date','2024-03-07 18:05:45'),(114888,2524,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211531\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"91eb362eb1cf4323880b2d4f1216f07d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211520\";s:12:\"date_shipped\";i:1709834788;s:11:\"tracking_id\";s:32:\"20070c07a7332652faebf4a122c98834\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211510\";s:12:\"date_shipped\";i:1709834796;s:11:\"tracking_id\";s:32:\"6d2526e601df95391cffdea3f9c34c8d\";}}'),(114889,2524,'_edit_last','2'),(114890,2524,'_date_completed','1709834839'),(114891,2524,'_completed_date','2024-03-07 18:07:19'),(114892,2528,'_edit_lock','1709835027:2'),(114893,2528,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211564\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"ed799dcb4eb4142be166feb1696662e9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211553\";s:12:\"date_shipped\";i:1709834877;s:11:\"tracking_id\";s:32:\"40305d34b2df2189a972a1d440f4da5b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211542\";s:12:\"date_shipped\";i:1709834884;s:11:\"tracking_id\";s:32:\"9bcae3205f6c96b1090f314bd7febe02\";}}'),(114894,2528,'_edit_last','2'),(114896,2528,'_date_completed','1709834961'),(114897,2528,'_completed_date','2024-03-07 18:09:21'),(114898,2529,'_edit_lock','1709835417:2'),(114899,2529,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211601\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"a4fbf655ca3b037b029638f38bb83a7f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211597\";s:12:\"date_shipped\";i:1709835512;s:11:\"tracking_id\";s:32:\"4456bc0b67980f6888a1c228e248da51\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211586\";s:12:\"date_shipped\";i:1709835521;s:11:\"tracking_id\";s:32:\"982b46a37b5279876a4596fddbe3e030\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211575\";s:12:\"date_shipped\";i:1709835529;s:11:\"tracking_id\";s:32:\"0944a62fb6867ef90eabe06516602fdf\";}}'),(114900,2529,'_edit_last','2'),(114901,2529,'_date_completed','1709835546'),(114902,2529,'_completed_date','2024-03-07 18:19:06'),(114903,2530,'_edit_lock','1709835629:2'),(114904,2530,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211689\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"4d84712ac4343e83bfd9b432b7fdc051\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211678\";s:12:\"date_shipped\";i:1709835682;s:11:\"tracking_id\";s:32:\"67bbe0da4f440da0bd6604a9a13d37c6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211667\";s:12:\"date_shipped\";i:1709835689;s:11:\"tracking_id\";s:32:\"474c6fb6ae1964ac544274d693fb2d21\";}}'),(114905,2530,'_edit_last','2'),(114906,2530,'_date_completed','1709835694'),(114907,2530,'_completed_date','2024-03-07 18:21:34'),(114908,2532,'_edit_lock','1709835767:2'),(114909,2532,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211726\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"cc14b077b278acc64384e71763eb451e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211715\";s:12:\"date_shipped\";i:1709835892;s:11:\"tracking_id\";s:32:\"f656b7920a9c5edee8907f435bdb6951\";}}'),(114910,2532,'_edit_last','2'),(114911,2532,'_date_completed','1709835894'),(114912,2532,'_completed_date','2024-03-07 18:24:54'),(114913,2531,'_edit_lock','1709835829:2'),(114914,2531,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211704\";s:12:\"date_shipped\";s:10:\"1709769600\";s:11:\"tracking_id\";s:32:\"b100cf36288e482d4a0caf40fc7cc094\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211690\";s:12:\"date_shipped\";i:1709835936;s:11:\"tracking_id\";s:32:\"cb618e17ed419bbc215b51782c92e7c8\";}}'),(114915,2531,'_edit_last','2'),(114916,2531,'_date_completed','1709835938'),(114917,2531,'_completed_date','2024-03-07 18:25:38'),(114918,2534,'_order_key','wc_order_Wk5oJ8q1WN7qp'),(114919,2534,'_customer_user','59'),(114920,2534,'_payment_method','paypal'),(114921,2534,'_payment_method_title','PayPal'),(114922,2534,'_customer_ip_address','174.170.59.106'),(114923,2534,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114924,2534,'_created_via','checkout'),(114925,2534,'_cart_hash','80c532a55d7ca117544143e371e11570'),(114926,2534,'_download_permissions_granted','yes'),(114927,2534,'_recorded_sales','yes'),(114928,2534,'_recorded_coupon_usage_counts','yes'),(114929,2534,'_new_order_email_sent','true'),(114930,2534,'_order_stock_reduced','yes'),(114931,2534,'_billing_first_name','Allison'),(114932,2534,'_billing_last_name','Anthon'),(114933,2534,'_billing_company','Lice Clinics of America Sugar Land'),(114934,2534,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(114935,2534,'_billing_address_2','Apt, suite, floor, etc.'),(114936,2534,'_billing_city','TOMBALL'),(114937,2534,'_billing_state','TX'),(114938,2534,'_billing_postcode','77375'),(114939,2534,'_billing_country','US'),(114940,2534,'_billing_email','louseysolutions@gmail.com'),(114941,2534,'_billing_phone','6024008520'),(114942,2534,'_shipping_first_name','Allison'),(114943,2534,'_shipping_last_name','Anthon'),(114944,2534,'_shipping_company','LCA Sugar Land'),(114945,2534,'_shipping_address_1','2831 Lakecrest River Dr.'),(114946,2534,'_shipping_city','Katy'),(114947,2534,'_shipping_state','TX'),(114948,2534,'_shipping_postcode','77493'),(114949,2534,'_shipping_country','US'),(114950,2534,'_order_currency','USD'),(114951,2534,'_cart_discount','0'),(114952,2534,'_cart_discount_tax','0'),(114953,2534,'_order_shipping','0'),(114954,2534,'_order_shipping_tax','0'),(114955,2534,'_order_tax','0'),(114956,2534,'_order_total','1492.47'),(114957,2534,'_order_version','8.6.1'),(114958,2534,'_prices_include_tax','no'),(114959,2534,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(114960,2534,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(114961,2534,'is_vat_exempt','no'),(114962,2534,'_wc_order_attribution_source_type','referral'),(114963,2534,'_wc_order_attribution_referrer','https://lcaportal.com/'),(114964,2534,'_wc_order_attribution_utm_source','lcaportal.com'),(114965,2534,'_wc_order_attribution_utm_medium','referral'),(114966,2534,'_wc_order_attribution_utm_content','/'),(114967,2534,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(114968,2534,'_wc_order_attribution_session_start_time','2024-03-08 01:37:15'),(114969,2534,'_wc_order_attribution_session_pages','3'),(114970,2534,'_wc_order_attribution_session_count','1'),(114971,2534,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114972,2534,'_wc_order_attribution_device_type','Desktop'),(114973,2534,'Payment type','instant'),(114974,2534,'_paypal_status','completed'),(114975,2534,'_transaction_id','7X036385XC140890F'),(114976,2534,'PayPal Transaction Fee','52.58'),(114977,2534,'_date_paid','1709862675'),(114978,2534,'_paid_date','2024-03-08 01:51:15'),(114979,2535,'_order_key','wc_order_WDFGAYKsYZCFL'),(114980,2535,'_customer_user','3'),(114981,2535,'_payment_method','paypal'),(114982,2535,'_payment_method_title','PayPal'),(114983,2535,'_customer_ip_address','70.142.202.154'),(114984,2535,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(114985,2535,'_created_via','checkout'),(114986,2535,'_cart_hash','63a77a720309d351cd8f5049e1876bf6'),(114987,2535,'_download_permissions_granted','yes'),(114988,2535,'_recorded_sales','yes'),(114989,2535,'_recorded_coupon_usage_counts','yes'),(114990,2535,'_new_order_email_sent','true'),(114991,2535,'_order_stock_reduced','yes'),(114992,2535,'_billing_first_name','Amanda'),(114993,2535,'_billing_last_name','Westerman'),(114994,2535,'_billing_company','Lice Clinics of America McKinney'),(114995,2535,'_billing_address_1','3120 Hudson Crossing'),(114996,2535,'_billing_address_2','Suite A2'),(114997,2535,'_billing_city','MCKINNEY'),(114998,2535,'_billing_state','TX'),(114999,2535,'_billing_postcode','75070'),(115000,2535,'_billing_country','US'),(115001,2535,'_billing_email','awesterman1103@gmail.com'),(115002,2535,'_billing_phone','2144175741'),(115003,2535,'_shipping_first_name','Amanda'),(115004,2535,'_shipping_last_name','Westerman'),(115005,2535,'_shipping_company','Lice Clinics of America McKinney'),(115006,2535,'_shipping_address_1','3120 Hudson Crossing'),(115007,2535,'_shipping_address_2','Suite A2'),(115008,2535,'_shipping_city','MCKINNEY'),(115009,2535,'_shipping_state','TX'),(115010,2535,'_shipping_postcode','75070'),(115011,2535,'_shipping_country','US'),(115012,2535,'_order_currency','USD'),(115013,2535,'_cart_discount','0'),(115014,2535,'_cart_discount_tax','0'),(115015,2535,'_order_shipping','0'),(115016,2535,'_order_shipping_tax','0'),(115017,2535,'_order_tax','0'),(115018,2535,'_order_total','1010.48'),(115019,2535,'_order_version','8.6.1'),(115020,2535,'_prices_include_tax','no'),(115021,2535,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(115022,2535,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(115023,2535,'is_vat_exempt','no'),(115024,2535,'_wc_order_attribution_source_type','referral'),(115025,2535,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115026,2535,'_wc_order_attribution_utm_source','lcaportal.com'),(115027,2535,'_wc_order_attribution_utm_medium','referral'),(115028,2535,'_wc_order_attribution_utm_content','/'),(115029,2535,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115030,2535,'_wc_order_attribution_session_start_time','2024-03-08 14:53:53'),(115031,2535,'_wc_order_attribution_session_pages','1'),(115032,2535,'_wc_order_attribution_session_count','2'),(115033,2535,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115034,2535,'_wc_order_attribution_device_type','Desktop'),(115035,2535,'Payment type','instant'),(115036,2535,'_paypal_status','completed'),(115037,2535,'_transaction_id','98G07405NW7051235'),(115038,2535,'PayPal Transaction Fee','35.76'),(115039,2535,'_date_paid','1709919564'),(115040,2535,'_paid_date','2024-03-08 17:39:24'),(115041,2536,'_order_key','wc_order_piLDgdhbO3pFV'),(115042,2536,'_customer_user','7'),(115043,2536,'_payment_method','paypal'),(115044,2536,'_payment_method_title','PayPal'),(115045,2536,'_customer_ip_address','71.93.225.128'),(115046,2536,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(115047,2536,'_created_via','checkout'),(115048,2536,'_cart_hash','369e66997edc8fe0fdd6fe05a349a576'),(115049,2536,'_download_permissions_granted','yes'),(115050,2536,'_recorded_sales','yes'),(115051,2536,'_recorded_coupon_usage_counts','yes'),(115052,2536,'_new_order_email_sent','true'),(115053,2536,'_order_stock_reduced','yes'),(115054,2536,'_billing_first_name','Amy'),(115055,2536,'_billing_last_name','Allen'),(115056,2536,'_billing_company','Lice Clinics Of America'),(115057,2536,'_billing_address_1','30 Hummingbird Court'),(115058,2536,'_billing_city','Hollister'),(115059,2536,'_billing_state','CA'),(115060,2536,'_billing_postcode','95023'),(115061,2536,'_billing_country','US'),(115062,2536,'_billing_email','lca.gilroy@gmail.com'),(115063,2536,'_billing_phone','4085005537'),(115064,2536,'_shipping_first_name','Amy'),(115065,2536,'_shipping_last_name','Allen'),(115066,2536,'_shipping_company','Lice Clinics Of America - Gilroy'),(115067,2536,'_shipping_address_1','7680 Monterey St Ste 104'),(115068,2536,'_shipping_city','Gilroy'),(115069,2536,'_shipping_state','CA'),(115070,2536,'_shipping_postcode','95020'),(115071,2536,'_shipping_country','US'),(115072,2536,'_order_currency','USD'),(115073,2536,'_cart_discount','0'),(115074,2536,'_cart_discount_tax','0'),(115075,2536,'_order_shipping','0'),(115076,2536,'_order_shipping_tax','0'),(115077,2536,'_order_tax','0'),(115078,2536,'_order_total','1512.96'),(115079,2536,'_order_version','8.6.1'),(115080,2536,'_prices_include_tax','no'),(115081,2536,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(115082,2536,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(115083,2536,'is_vat_exempt','no'),(115084,2536,'_wc_order_attribution_source_type','referral'),(115085,2536,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115086,2536,'_wc_order_attribution_utm_source','lcaportal.com'),(115087,2536,'_wc_order_attribution_utm_medium','referral'),(115088,2536,'_wc_order_attribution_utm_content','/'),(115089,2536,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115090,2536,'_wc_order_attribution_session_start_time','2024-01-23 20:03:07'),(115091,2536,'_wc_order_attribution_session_pages','2'),(115092,2536,'_wc_order_attribution_session_count','7'),(115093,2536,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(115094,2536,'_wc_order_attribution_device_type','Desktop'),(115095,2536,'Payment type','instant'),(115096,2536,'_paypal_status','completed'),(115097,2536,'_transaction_id','9D616294AR017514R'),(115098,2536,'PayPal Transaction Fee','53.29'),(115099,2536,'_date_paid','1709922399'),(115100,2536,'_paid_date','2024-03-08 18:26:39'),(115101,2534,'_edit_lock','1709926793:2'),(115102,2534,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212034\";s:12:\"date_shipped\";s:10:\"1709856000\";s:11:\"tracking_id\";s:32:\"5a89897ddfb2d70f49e4b8bdefddec21\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212023\";s:12:\"date_shipped\";i:1709926612;s:11:\"tracking_id\";s:32:\"dad012e1adb7ecb51ea7a67922751576\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212012\";s:12:\"date_shipped\";i:1709926621;s:11:\"tracking_id\";s:32:\"90d26b293e6b9c5ab2f42a5d3cf9fac2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212001\";s:12:\"date_shipped\";i:1709926630;s:11:\"tracking_id\";s:32:\"11fc422ff1769aba51d07d8e283e8db9\";}}'),(115103,2534,'_edit_last','2'),(115104,2534,'_date_completed','1709926632'),(115105,2534,'_completed_date','2024-03-08 19:37:12'),(115106,2533,'_edit_lock','1710175505:2'),(115107,2533,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211840\";s:12:\"date_shipped\";s:10:\"1710115200\";s:11:\"tracking_id\";s:32:\"c41f78d893f089c4dde08fd6a8a2b39b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211851\";s:12:\"date_shipped\";i:1710175560;s:11:\"tracking_id\";s:32:\"2c40089c3fd804e15617614f13184bcd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211830\";s:12:\"date_shipped\";i:1710175568;s:11:\"tracking_id\";s:32:\"eb9b7b939bf7909dd152ffe3854d5637\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211829\";s:12:\"date_shipped\";i:1710175575;s:11:\"tracking_id\";s:32:\"de67112f310bdcdd7aa186a36f190fbf\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992211818\";s:12:\"date_shipped\";i:1710175581;s:11:\"tracking_id\";s:32:\"454bfe10d8d17dbda6944ccda5e6b7fc\";}}'),(115108,2533,'_edit_last','2'),(115109,2533,'_date_completed','1709926952'),(115110,2533,'_completed_date','2024-03-08 19:42:32'),(115111,2537,'_order_key','wc_order_495UPY6CzQ0Tv'),(115112,2537,'_customer_user','54'),(115113,2537,'_payment_method','paypal'),(115114,2537,'_payment_method_title','PayPal'),(115115,2537,'_customer_ip_address','172.58.230.160'),(115116,2537,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36'),(115117,2537,'_created_via','checkout'),(115118,2537,'_cart_hash','8d73ee653be00a70cc85049fbe4c7059'),(115119,2537,'_download_permissions_granted','yes'),(115120,2537,'_recorded_sales','yes'),(115121,2537,'_recorded_coupon_usage_counts','yes'),(115122,2537,'_new_order_email_sent','true'),(115123,2537,'_order_stock_reduced','yes'),(115124,2537,'_billing_first_name','Erin'),(115125,2537,'_billing_last_name','Hawn'),(115126,2537,'_billing_address_1','10 W Phillip Rd'),(115127,2537,'_billing_address_2','123'),(115128,2537,'_billing_city','Vernon Hills'),(115129,2537,'_billing_state','IL'),(115130,2537,'_billing_postcode','60061'),(115131,2537,'_billing_country','US'),(115132,2537,'_billing_email','info@liceclinicsvernonhills.com'),(115133,2537,'_billing_phone','8475960408'),(115134,2537,'_shipping_first_name','Erin'),(115135,2537,'_shipping_last_name','Hawn'),(115136,2537,'_shipping_address_1','1491 S Amarias Dr'),(115137,2537,'_shipping_city','Round lake'),(115138,2537,'_shipping_state','IL'),(115139,2537,'_shipping_postcode','60073'),(115140,2537,'_shipping_country','US'),(115141,2537,'_order_currency','USD'),(115142,2537,'_cart_discount','0'),(115143,2537,'_cart_discount_tax','0'),(115144,2537,'_order_shipping','0'),(115145,2537,'_order_shipping_tax','0'),(115146,2537,'_order_tax','0'),(115147,2537,'_order_total','850.96'),(115148,2537,'_order_version','8.6.1'),(115149,2537,'_prices_include_tax','no'),(115150,2537,'_billing_address_index','Erin Hawn  10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(115151,2537,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(115153,2537,'_wc_order_attribution_source_type','typein'),(115154,2537,'_wc_order_attribution_utm_source','(direct)'),(115155,2537,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115156,2537,'_wc_order_attribution_session_start_time','2024-03-09 16:36:35'),(115157,2537,'_wc_order_attribution_session_pages','4'),(115158,2537,'_wc_order_attribution_session_count','1'),(115159,2537,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36'),(115160,2537,'_wc_order_attribution_device_type','Mobile'),(115161,2537,'is_vat_exempt','no'),(115162,2537,'_wc_order_attribution_source_type','typein'),(115163,2537,'_wc_order_attribution_utm_source','(direct)'),(115164,2537,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115165,2537,'_wc_order_attribution_session_start_time','2024-03-09 16:36:35'),(115166,2537,'_wc_order_attribution_session_pages','8'),(115167,2537,'_wc_order_attribution_session_count','1'),(115168,2537,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36'),(115169,2537,'_wc_order_attribution_device_type','Mobile'),(115170,2537,'Payment type','instant'),(115171,2537,'_paypal_status','completed'),(115172,2537,'_transaction_id','30678569AC874274T'),(115173,2537,'PayPal Transaction Fee','30.19'),(115174,2537,'_date_paid','1710002762'),(115175,2537,'_paid_date','2024-03-09 16:46:02'),(115176,2538,'_order_key','wc_order_7otXla9O2Cwia'),(115177,2538,'_customer_user','3'),(115178,2538,'_payment_method','paypal'),(115179,2538,'_payment_method_title','PayPal'),(115180,2538,'_customer_ip_address','70.142.202.154'),(115181,2538,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115182,2538,'_created_via','checkout'),(115183,2538,'_cart_hash','045be54c93d83aae49c1b941d0d46caa'),(115184,2538,'_download_permissions_granted','yes'),(115185,2538,'_recorded_sales','yes'),(115186,2538,'_recorded_coupon_usage_counts','yes'),(115187,2538,'_new_order_email_sent','true'),(115188,2538,'_order_stock_reduced','yes'),(115189,2538,'_billing_first_name','Amanda'),(115190,2538,'_billing_last_name','Westerman'),(115191,2538,'_billing_company','Lice Clinics of America McKinney'),(115192,2538,'_billing_address_1','3120 Hudson Crossing'),(115193,2538,'_billing_address_2','Suite A2'),(115194,2538,'_billing_city','MCKINNEY'),(115195,2538,'_billing_state','TX'),(115196,2538,'_billing_postcode','75070'),(115197,2538,'_billing_country','US'),(115198,2538,'_billing_email','awesterman1103@gmail.com'),(115199,2538,'_billing_phone','2144175741'),(115200,2538,'_shipping_first_name','AMANDA'),(115201,2538,'_shipping_last_name','Westerman'),(115202,2538,'_shipping_company','Beautystudio'),(115203,2538,'_shipping_address_1','1709 Damian Way'),(115204,2538,'_shipping_city','Richardson'),(115205,2538,'_shipping_state','TX'),(115206,2538,'_shipping_postcode','75081'),(115207,2538,'_shipping_country','US'),(115208,2538,'_order_currency','USD'),(115209,2538,'_cart_discount','0'),(115210,2538,'_cart_discount_tax','0'),(115211,2538,'_order_shipping','0'),(115212,2538,'_order_shipping_tax','0'),(115213,2538,'_order_tax','0'),(115214,2538,'_order_total','1363.30'),(115215,2538,'_order_version','8.6.1'),(115216,2538,'_prices_include_tax','no'),(115217,2538,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(115218,2538,'_shipping_address_index','AMANDA Westerman Beautystudio 1709 Damian Way  Richardson TX 75081 US '),(115219,2538,'is_vat_exempt','no'),(115220,2538,'_wc_order_attribution_source_type','referral'),(115221,2538,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115222,2538,'_wc_order_attribution_utm_source','lcaportal.com'),(115223,2538,'_wc_order_attribution_utm_medium','referral'),(115224,2538,'_wc_order_attribution_utm_content','/'),(115225,2538,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115226,2538,'_wc_order_attribution_session_start_time','2024-03-09 20:10:00'),(115227,2538,'_wc_order_attribution_session_pages','4'),(115228,2538,'_wc_order_attribution_session_count','3'),(115229,2538,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115230,2538,'_wc_order_attribution_device_type','Desktop'),(115231,2538,'Payment type','instant'),(115232,2538,'_paypal_status','completed'),(115233,2538,'_transaction_id','7M216524091370031'),(115234,2538,'PayPal Transaction Fee','48.07'),(115235,2538,'_date_paid','1710015312'),(115236,2538,'_paid_date','2024-03-09 20:15:12'),(115237,2539,'_order_key','wc_order_EFPKHbP6AQrKL'),(115238,2539,'_customer_user','21'),(115239,2539,'_payment_method','paypal'),(115240,2539,'_payment_method_title','PayPal'),(115241,2539,'_customer_ip_address','173.216.41.12'),(115242,2539,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Avast/121.0.0.0'),(115243,2539,'_created_via','checkout'),(115244,2539,'_cart_hash','d2575a3156eb62763872e7ddbeae7d9d'),(115245,2539,'_download_permissions_granted','yes'),(115246,2539,'_recorded_sales','yes'),(115247,2539,'_recorded_coupon_usage_counts','yes'),(115248,2539,'_new_order_email_sent','true'),(115249,2539,'_order_stock_reduced','yes'),(115250,2539,'_billing_first_name','LCA'),(115251,2539,'_billing_last_name','Arkansas'),(115252,2539,'_billing_company','LCA - Central Arkansas'),(115253,2539,'_billing_address_1','1011 N. 2nd St., Ste. D'),(115254,2539,'_billing_city','Cabot'),(115255,2539,'_billing_state','AR'),(115256,2539,'_billing_postcode','72023'),(115257,2539,'_billing_country','US'),(115258,2539,'_billing_email','liceclinicslittlerock@gmail.com'),(115259,2539,'_billing_phone','15014249396'),(115260,2539,'_shipping_first_name','LCA'),(115261,2539,'_shipping_last_name','Arkansas'),(115262,2539,'_shipping_company','LCA - Central Arkansas'),(115263,2539,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(115264,2539,'_shipping_city','Cabot'),(115265,2539,'_shipping_state','AR'),(115266,2539,'_shipping_postcode','72023'),(115267,2539,'_shipping_country','US'),(115268,2539,'_order_currency','USD'),(115269,2539,'_cart_discount','0'),(115270,2539,'_cart_discount_tax','0'),(115271,2539,'_order_shipping','0'),(115272,2539,'_order_shipping_tax','0'),(115273,2539,'_order_tax','0'),(115274,2539,'_order_total','557.60'),(115275,2539,'_order_version','8.6.1'),(115276,2539,'_prices_include_tax','no'),(115277,2539,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(115278,2539,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(115279,2539,'is_vat_exempt','no'),(115280,2539,'_wc_order_attribution_source_type','referral'),(115281,2539,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(115282,2539,'_wc_order_attribution_utm_source','lcaportal.com'),(115283,2539,'_wc_order_attribution_utm_medium','referral'),(115284,2539,'_wc_order_attribution_utm_content','/'),(115285,2539,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115286,2539,'_wc_order_attribution_session_start_time','2024-03-11 15:00:32'),(115287,2539,'_wc_order_attribution_session_pages','4'),(115288,2539,'_wc_order_attribution_session_count','1'),(115289,2539,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Avast/121.0.0.0'),(115290,2539,'_wc_order_attribution_device_type','Desktop'),(115291,2539,'Payment type','instant'),(115292,2539,'_paypal_status','completed'),(115293,2539,'_transaction_id','1VP37579C5645935G'),(115294,2539,'PayPal Transaction Fee','19.95'),(115295,2539,'_date_paid','1710169472'),(115296,2539,'_paid_date','2024-03-11 15:04:32'),(115297,2535,'_edit_lock','1710175027:2'),(115298,2535,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212170\";s:12:\"date_shipped\";s:10:\"1710115200\";s:11:\"tracking_id\";s:32:\"2aa2cda006d7637d13358f960a578877\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212160\";s:12:\"date_shipped\";i:1710175132;s:11:\"tracking_id\";s:32:\"1b2b9046e4090558202edf902d5b3153\";}}'),(115299,2535,'_edit_last','2'),(115300,2535,'_date_completed','1710175135'),(115301,2535,'_completed_date','2024-03-11 16:38:55'),(115302,2536,'_edit_lock','1710175426:2'),(115303,2536,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212218\";s:12:\"date_shipped\";s:10:\"1710115200\";s:11:\"tracking_id\";s:32:\"181ec186746a7a7317ad33ecffab3134\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212207\";s:12:\"date_shipped\";i:1710175357;s:11:\"tracking_id\";s:32:\"bcb930d87ddfffcb31198e4790a59061\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212192\";s:12:\"date_shipped\";i:1710175364;s:11:\"tracking_id\";s:32:\"6887d7bc78bb222278a4c614f7b0b6e0\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212181\";s:12:\"date_shipped\";i:1710175369;s:11:\"tracking_id\";s:32:\"a8a906101604445e98b997ca2bd350e3\";}}'),(115304,2536,'_edit_last','2'),(115305,2536,'_date_completed','1710175372'),(115306,2536,'_completed_date','2024-03-11 16:42:52'),(115316,2537,'_edit_lock','1710191567:2'),(115317,2537,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212398\";s:12:\"date_shipped\";i:1710191455;s:11:\"tracking_id\";s:32:\"dcb40453ef5dc215f2eb36e5d4b2a965\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212387\";s:12:\"date_shipped\";i:1710191460;s:11:\"tracking_id\";s:32:\"64999c40dfe287211f7af0f567db5c14\";}}'),(115318,2537,'_edit_last','2'),(115319,2537,'_date_completed','1710191489'),(115320,2537,'_completed_date','2024-03-11 21:11:29'),(115321,2538,'_edit_lock','1710191511:2'),(115322,2538,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212446\";s:12:\"date_shipped\";s:10:\"1710115200\";s:11:\"tracking_id\";s:32:\"814345ec6ecbf332688addb7ecf930d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212435\";s:12:\"date_shipped\";i:1710191619;s:11:\"tracking_id\";s:32:\"6dd90d9d12ee29dbcf6b0a62c1b4a29e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212424\";s:12:\"date_shipped\";i:1710191628;s:11:\"tracking_id\";s:32:\"63803a83659d54b5a8c4732dbcab9f2c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212413\";s:12:\"date_shipped\";i:1710191639;s:11:\"tracking_id\";s:32:\"e68d7f273eff869e0ed3f1bec010af7e\";}}'),(115323,2538,'_edit_last','2'),(115324,2538,'_date_completed','1710191645'),(115325,2538,'_completed_date','2024-03-11 21:14:05'),(115326,2541,'_order_key','wc_order_TelODDHWOQcPq'),(115327,2541,'_customer_user','98'),(115328,2541,'_payment_method','paypal'),(115329,2541,'_payment_method_title','PayPal'),(115330,2541,'_customer_ip_address','24.62.247.50'),(115331,2541,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(115332,2541,'_created_via','checkout'),(115333,2541,'_cart_hash','0fa843529306e82b67722605d57d57fe'),(115334,2541,'_download_permissions_granted','yes'),(115335,2541,'_recorded_sales','yes'),(115336,2541,'_recorded_coupon_usage_counts','yes'),(115337,2541,'_new_order_email_sent','true'),(115338,2541,'_order_stock_reduced','yes'),(115339,2541,'_billing_first_name','Christine'),(115340,2541,'_billing_last_name','Cherry'),(115341,2541,'_billing_company','NITS END'),(115342,2541,'_billing_address_1','PO BOX 1092'),(115343,2541,'_billing_city','Campton'),(115344,2541,'_billing_state','NH'),(115345,2541,'_billing_postcode','03223'),(115346,2541,'_billing_country','US'),(115347,2541,'_billing_email','christine@liceclinicscolumbus.com'),(115348,2541,'_billing_phone','16034983390'),(115349,2541,'_shipping_first_name','Erica'),(115350,2541,'_shipping_last_name','Froggatt'),(115351,2541,'_shipping_company','LCA'),(115352,2541,'_shipping_address_1','5910 Wilcox Pl'),(115353,2541,'_shipping_address_2','suite E'),(115354,2541,'_shipping_city','Dublin'),(115355,2541,'_shipping_state','OH'),(115356,2541,'_shipping_postcode','43016'),(115357,2541,'_shipping_country','US'),(115358,2541,'_order_currency','USD'),(115359,2541,'_cart_discount','0'),(115360,2541,'_cart_discount_tax','0'),(115361,2541,'_order_shipping','20.06'),(115362,2541,'_order_shipping_tax','0'),(115363,2541,'_order_tax','0'),(115364,2541,'_order_total','145.46'),(115365,2541,'_order_version','8.6.1'),(115366,2541,'_prices_include_tax','no'),(115367,2541,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(115368,2541,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(115369,2541,'is_vat_exempt','no'),(115370,2541,'_wc_order_attribution_source_type','referral'),(115371,2541,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115372,2541,'_wc_order_attribution_utm_source','lcaportal.com'),(115373,2541,'_wc_order_attribution_utm_medium','referral'),(115374,2541,'_wc_order_attribution_utm_content','/'),(115375,2541,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115376,2541,'_wc_order_attribution_session_start_time','2024-03-11 21:49:19'),(115377,2541,'_wc_order_attribution_session_pages','3'),(115378,2541,'_wc_order_attribution_session_count','2'),(115379,2541,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(115380,2541,'_wc_order_attribution_device_type','Desktop'),(115381,2541,'Payment type','instant'),(115382,2541,'_paypal_status','completed'),(115383,2541,'_transaction_id','21N123580H572232A'),(115384,2541,'PayPal Transaction Fee','5.57'),(115385,2541,'_date_paid','1710193933'),(115386,2541,'_paid_date','2024-03-11 21:52:13'),(115387,2542,'_order_key','wc_order_0PhEIdlfDcwV4'),(115388,2542,'_customer_user','20'),(115389,2542,'_payment_method','paypal'),(115390,2542,'_payment_method_title','PayPal'),(115391,2542,'_customer_ip_address','198.72.181.87'),(115392,2542,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(115393,2542,'_created_via','checkout'),(115394,2542,'_cart_hash','81609a16cca5178e0787c6599d880051'),(115395,2542,'_download_permissions_granted','yes'),(115396,2542,'_recorded_sales','yes'),(115397,2542,'_recorded_coupon_usage_counts','yes'),(115398,2542,'_new_order_email_sent','true'),(115399,2542,'_order_stock_reduced','yes'),(115400,2542,'_billing_first_name','Hasani'),(115401,2542,'_billing_last_name','Thompson'),(115402,2542,'_billing_company','Heat in Hair'),(115403,2542,'_billing_address_1','27225 Camp Plenty Road'),(115404,2542,'_billing_address_2','1D'),(115405,2542,'_billing_city','Santa Clarita'),(115406,2542,'_billing_state','CA'),(115407,2542,'_billing_postcode','91351'),(115408,2542,'_billing_country','US'),(115409,2542,'_billing_email','info@liceclinicssantaclarita.com'),(115410,2542,'_billing_phone','6615850263'),(115411,2542,'_shipping_first_name','Hasani'),(115412,2542,'_shipping_last_name','Thompson'),(115413,2542,'_shipping_company','Heat in Hair'),(115414,2542,'_shipping_address_1','5145 Nightsky Place'),(115415,2542,'_shipping_city','Palmdale'),(115416,2542,'_shipping_state','CA'),(115417,2542,'_shipping_postcode','93552'),(115418,2542,'_shipping_country','US'),(115419,2542,'_order_currency','USD'),(115420,2542,'_cart_discount','0'),(115421,2542,'_cart_discount_tax','0'),(115422,2542,'_order_shipping','0'),(115423,2542,'_order_shipping_tax','0'),(115424,2542,'_order_tax','0'),(115425,2542,'_order_total','937.46'),(115426,2542,'_order_version','8.6.1'),(115427,2542,'_prices_include_tax','no'),(115428,2542,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(115429,2542,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(115430,2542,'is_vat_exempt','no'),(115431,2542,'_wc_order_attribution_source_type','referral'),(115432,2542,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115433,2542,'_wc_order_attribution_utm_source','lcaportal.com'),(115434,2542,'_wc_order_attribution_utm_medium','referral'),(115435,2542,'_wc_order_attribution_utm_content','/'),(115436,2542,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115437,2542,'_wc_order_attribution_session_start_time','2024-03-11 22:25:20'),(115438,2542,'_wc_order_attribution_session_pages','3'),(115439,2542,'_wc_order_attribution_session_count','4'),(115440,2542,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(115441,2542,'_wc_order_attribution_device_type','Desktop'),(115442,2542,'Payment type','instant'),(115443,2542,'_paypal_status','completed'),(115444,2542,'_transaction_id','0CW074155J796250N'),(115445,2542,'PayPal Transaction Fee','33.21'),(115446,2542,'_date_paid','1710203254'),(115447,2542,'_paid_date','2024-03-12 00:27:34'),(115448,2539,'_edit_lock','1710270282:2'),(115449,2539,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212620\";s:12:\"date_shipped\";s:10:\"1710201600\";s:11:\"tracking_id\";s:32:\"a296de2d67aed13a01c243400f069def\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212619\";s:12:\"date_shipped\";i:1710270398;s:11:\"tracking_id\";s:32:\"ba353fcb6743b42326f117ab59c65367\";}}'),(115450,2539,'_edit_last','2'),(115451,2539,'_date_completed','1710270402'),(115452,2539,'_completed_date','2024-03-12 19:06:42'),(115453,2541,'_edit_lock','1710270419:2'),(115454,2541,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992212847\";s:12:\"date_shipped\";s:10:\"1710201600\";s:11:\"tracking_id\";s:32:\"3441c14947a0b120647045d9f40adc08\";}}'),(115455,2541,'_edit_last','2'),(115456,2541,'_date_completed','1710270547'),(115457,2541,'_completed_date','2024-03-12 19:09:07'),(115458,2542,'_edit_lock','1710365730:2'),(115459,2542,'_edit_last','2'),(115460,2542,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213340\";s:12:\"date_shipped\";s:10:\"1710288000\";s:11:\"tracking_id\";s:32:\"01a4ec87c42f164e8917de2cb6f402a0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213339\";s:12:\"date_shipped\";i:1710364240;s:11:\"tracking_id\";s:32:\"a1f8d5d7231b309728c5fa7997f29a40\";}}'),(115461,2542,'_date_completed','1710364243'),(115462,2542,'_completed_date','2024-03-13 21:10:43'),(115468,2543,'_order_key','wc_order_rPM5V8hy3dx9Q'),(115469,2543,'_customer_user','4'),(115470,2543,'_payment_method','paypal'),(115471,2543,'_payment_method_title','PayPal'),(115472,2543,'_customer_ip_address','67.182.249.55'),(115473,2543,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115474,2543,'_created_via','checkout'),(115475,2543,'_cart_hash','8c01b47295c847a0cfe67b56ffca109f'),(115476,2543,'_download_permissions_granted','yes'),(115477,2543,'_recorded_sales','yes'),(115478,2543,'_recorded_coupon_usage_counts','yes'),(115479,2543,'_new_order_email_sent','true'),(115480,2543,'_order_stock_reduced','yes'),(115481,2543,'_billing_first_name','David'),(115482,2543,'_billing_last_name','Washburn'),(115483,2543,'_billing_company','Larada Sciences (LCA)'),(115484,2543,'_billing_address_1','4873 South State St.'),(115485,2543,'_billing_city','Murray'),(115486,2543,'_billing_state','UT'),(115487,2543,'_billing_postcode','84107'),(115488,2543,'_billing_country','US'),(115489,2543,'_billing_email','david@laradasciences.com'),(115490,2543,'_billing_phone','8019197428'),(115491,2543,'_shipping_first_name','David'),(115492,2543,'_shipping_last_name','Washburn'),(115493,2543,'_shipping_company','Larada Sciences (LCA)'),(115494,2543,'_shipping_address_1','4873 South State St.'),(115495,2543,'_shipping_city','Murray'),(115496,2543,'_shipping_state','UT'),(115497,2543,'_shipping_postcode','84107'),(115498,2543,'_shipping_country','US'),(115499,2543,'_order_currency','USD'),(115500,2543,'_cart_discount','0'),(115501,2543,'_cart_discount_tax','0'),(115502,2543,'_order_shipping','0'),(115503,2543,'_order_shipping_tax','0'),(115504,2543,'_order_tax','0'),(115505,2543,'_order_total','1129.56'),(115506,2543,'_order_version','8.6.1'),(115507,2543,'_prices_include_tax','no'),(115508,2543,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(115509,2543,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(115510,2543,'is_vat_exempt','no'),(115511,2543,'_wc_order_attribution_source_type','referral'),(115512,2543,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(115513,2543,'_wc_order_attribution_utm_source','lcaportal.com'),(115514,2543,'_wc_order_attribution_utm_medium','referral'),(115515,2543,'_wc_order_attribution_utm_content','/'),(115516,2543,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115517,2543,'_wc_order_attribution_session_start_time','2024-03-14 18:31:28'),(115518,2543,'_wc_order_attribution_session_pages','13'),(115519,2543,'_wc_order_attribution_session_count','1'),(115520,2543,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115521,2543,'_wc_order_attribution_device_type','Desktop'),(115524,2543,'Payment type','instant'),(115525,2543,'_paypal_status','completed'),(115526,2543,'_transaction_id','8SA839491T1633220'),(115527,2543,'PayPal Transaction Fee','39.91'),(115528,2543,'_date_paid','1710516085'),(115529,2543,'_paid_date','2024-03-15 15:21:25'),(115530,2544,'_order_key','wc_order_NSh00cbvXMsoD'),(115531,2544,'_customer_user','67'),(115532,2544,'_payment_method','paypal'),(115533,2544,'_payment_method_title','PayPal'),(115534,2544,'_customer_ip_address','67.252.77.231'),(115535,2544,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115536,2544,'_created_via','checkout'),(115537,2544,'_cart_hash','57947d91e89bdde84d44d0bd6036e99e'),(115538,2544,'_download_permissions_granted','yes'),(115539,2544,'_recorded_sales','yes'),(115540,2544,'_recorded_coupon_usage_counts','yes'),(115541,2544,'_new_order_email_sent','true'),(115542,2544,'_order_stock_reduced','yes'),(115543,2544,'_billing_first_name','Marnie'),(115544,2544,'_billing_last_name','Murray'),(115545,2544,'_billing_company','Naughty Nits'),(115546,2544,'_billing_address_1','2809 Wehrle Drive'),(115547,2544,'_billing_address_2','Suite 10'),(115548,2544,'_billing_city','Williamsville'),(115549,2544,'_billing_state','NY'),(115550,2544,'_billing_postcode','14221'),(115551,2544,'_billing_country','US'),(115552,2544,'_billing_email','liceclinicsupstateny@gmail.com'),(115553,2544,'_billing_phone','7166265423'),(115554,2544,'_shipping_first_name','Marnie'),(115555,2544,'_shipping_last_name','Murray'),(115556,2544,'_shipping_company','LCA Buffalo'),(115557,2544,'_shipping_address_1','2809 Wehrle Drive'),(115558,2544,'_shipping_address_2','Suite 10'),(115559,2544,'_shipping_city','Williamsville'),(115560,2544,'_shipping_state','NY'),(115561,2544,'_shipping_postcode','14221'),(115562,2544,'_shipping_country','US'),(115563,2544,'_order_currency','USD'),(115564,2544,'_cart_discount','0'),(115565,2544,'_cart_discount_tax','0'),(115566,2544,'_order_shipping','0'),(115567,2544,'_order_shipping_tax','0'),(115568,2544,'_order_tax','0'),(115569,2544,'_order_total','824.44'),(115570,2544,'_order_version','8.6.1'),(115571,2544,'_prices_include_tax','no'),(115572,2544,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(115573,2544,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(115574,2544,'is_vat_exempt','no'),(115575,2544,'_wc_order_attribution_source_type','referral'),(115576,2544,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115577,2544,'_wc_order_attribution_utm_source','lcaportal.com'),(115578,2544,'_wc_order_attribution_utm_medium','referral'),(115579,2544,'_wc_order_attribution_utm_content','/'),(115580,2544,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115581,2544,'_wc_order_attribution_session_start_time','2024-03-15 16:34:19'),(115582,2544,'_wc_order_attribution_session_pages','4'),(115583,2544,'_wc_order_attribution_session_count','2'),(115584,2544,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115585,2544,'_wc_order_attribution_device_type','Desktop'),(115586,2544,'Payment type','instant'),(115587,2544,'_paypal_status','completed'),(115588,2544,'_transaction_id','27G50041G68229038'),(115589,2544,'PayPal Transaction Fee','29.26'),(115590,2544,'_date_paid','1710521473'),(115591,2544,'_paid_date','2024-03-15 16:51:13'),(115592,2545,'_order_key','wc_order_81BQXufGyRlCl'),(115593,2545,'_customer_user','77'),(115594,2545,'_payment_method','paypal'),(115595,2545,'_payment_method_title','PayPal'),(115596,2545,'_customer_ip_address','162.201.108.83'),(115597,2545,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(115598,2545,'_created_via','checkout'),(115599,2545,'_cart_hash','316957d8e117d62c465eff9462e51d69'),(115600,2545,'_download_permissions_granted','yes'),(115601,2545,'_recorded_sales','yes'),(115602,2545,'_recorded_coupon_usage_counts','yes'),(115603,2545,'_new_order_email_sent','true'),(115604,2545,'_order_stock_reduced','yes'),(115605,2545,'_billing_first_name','Phil'),(115606,2545,'_billing_last_name','Moon'),(115607,2545,'_billing_company','LiceBusters, LLC'),(115608,2545,'_billing_address_1','105 Live Oak Lane'),(115609,2545,'_billing_city','Pleasant Hill'),(115610,2545,'_billing_state','CA'),(115611,2545,'_billing_postcode','94523'),(115612,2545,'_billing_country','US'),(115613,2545,'_billing_email','kris10maroot@gmail.com'),(115614,2545,'_billing_phone','5593046305'),(115615,2545,'_shipping_first_name','Kristen'),(115616,2545,'_shipping_last_name','Maroot-Rippee'),(115617,2545,'_shipping_company','LiceBusters, LLC'),(115618,2545,'_shipping_address_1','487 W. Scott Avenue'),(115619,2545,'_shipping_city','Fresno'),(115620,2545,'_shipping_state','CA'),(115621,2545,'_shipping_postcode','93704'),(115622,2545,'_shipping_country','US'),(115623,2545,'_order_currency','USD'),(115624,2545,'_cart_discount','0'),(115625,2545,'_cart_discount_tax','0'),(115626,2545,'_order_shipping','0'),(115627,2545,'_order_shipping_tax','0'),(115628,2545,'_order_tax','0'),(115629,2545,'_order_total','1798.28'),(115630,2545,'_order_version','8.6.1'),(115631,2545,'_prices_include_tax','no'),(115632,2545,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(115633,2545,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(115634,2545,'is_vat_exempt','no'),(115635,2545,'_wc_order_attribution_source_type','typein'),(115636,2545,'_wc_order_attribution_utm_source','(direct)'),(115637,2545,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115638,2545,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(115639,2545,'_wc_order_attribution_session_pages','2'),(115640,2545,'_wc_order_attribution_session_count','15'),(115641,2545,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(115642,2545,'_wc_order_attribution_device_type','Desktop'),(115643,2545,'Payment type','instant'),(115644,2545,'_paypal_status','completed'),(115645,2545,'_transaction_id','82888330EN1674102'),(115646,2545,'PayPal Transaction Fee','63.25'),(115647,2545,'_date_paid','1710527456'),(115648,2545,'_paid_date','2024-03-15 18:30:56'),(115649,2546,'_order_key','wc_order_XKCFn6zly4hp3'),(115650,2546,'_customer_user','46'),(115651,2546,'_payment_method','paypal'),(115652,2546,'_payment_method_title','PayPal'),(115653,2546,'_customer_ip_address','72.47.75.84'),(115654,2546,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115655,2546,'_created_via','checkout'),(115656,2546,'_cart_hash','fe303a820774944193cff696d93f2193'),(115657,2546,'_download_permissions_granted','yes'),(115658,2546,'_recorded_sales','yes'),(115659,2546,'_recorded_coupon_usage_counts','yes'),(115660,2546,'_new_order_email_sent','true'),(115661,2546,'_order_stock_reduced','yes'),(115662,2546,'_billing_first_name','Ashe'),(115663,2546,'_billing_last_name','montalvo'),(115664,2546,'_billing_company','lice clincs of america jonesboro'),(115665,2546,'_billing_address_1','6 willow creek ln'),(115666,2546,'_billing_address_2','7103'),(115667,2546,'_billing_city','Jonesboro'),(115668,2546,'_billing_state','AR'),(115669,2546,'_billing_postcode','72404'),(115670,2546,'_billing_country','US'),(115671,2546,'_billing_email','bsdashlynf@gmail.com'),(115672,2546,'_billing_phone','8706132520'),(115673,2546,'_shipping_first_name','Ashe'),(115674,2546,'_shipping_last_name','montalvo'),(115675,2546,'_shipping_company','lice clincs of america jonesboro'),(115676,2546,'_shipping_address_1','6 willow creek ln'),(115677,2546,'_shipping_address_2','7103'),(115678,2546,'_shipping_city','Jonesboro'),(115679,2546,'_shipping_state','AR'),(115680,2546,'_shipping_postcode','72404'),(115681,2546,'_shipping_country','US'),(115682,2546,'_order_currency','USD'),(115683,2546,'_cart_discount','0'),(115684,2546,'_cart_discount_tax','0'),(115685,2546,'_order_shipping','19.05'),(115686,2546,'_order_shipping_tax','0'),(115687,2546,'_order_tax','0'),(115688,2546,'_order_total','394.69'),(115689,2546,'_order_version','8.6.1'),(115690,2546,'_prices_include_tax','no'),(115691,2546,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 6 willow creek ln 7103 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(115692,2546,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 6 willow creek ln 7103 Jonesboro AR 72404 US '),(115693,2546,'is_vat_exempt','no'),(115694,2546,'_wc_order_attribution_source_type','referral'),(115695,2546,'_wc_order_attribution_referrer','https://lcaportal.com/'),(115696,2546,'_wc_order_attribution_utm_source','lcaportal.com'),(115697,2546,'_wc_order_attribution_utm_medium','referral'),(115698,2546,'_wc_order_attribution_utm_content','/'),(115699,2546,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115700,2546,'_wc_order_attribution_session_start_time','2024-03-15 15:18:50'),(115701,2546,'_wc_order_attribution_session_pages','1'),(115702,2546,'_wc_order_attribution_session_count','2'),(115703,2546,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115704,2546,'_wc_order_attribution_device_type','Desktop'),(115705,2546,'Payment type','instant'),(115706,2546,'_paypal_status','completed'),(115707,2546,'_transaction_id','22310063VR776004F'),(115708,2546,'PayPal Transaction Fee','14.26'),(115709,2546,'_date_paid','1710529460'),(115710,2546,'_paid_date','2024-03-15 19:04:20'),(115711,2547,'_order_key','wc_order_NFI7aXU7ZkQZE'),(115712,2547,'_customer_user','76'),(115713,2547,'_payment_method','paypal'),(115714,2547,'_payment_method_title','PayPal'),(115715,2547,'_customer_ip_address','174.168.81.180'),(115716,2547,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(115717,2547,'_created_via','checkout'),(115718,2547,'_cart_hash','d3bbb736c24b62ce0369939c6fd89b3c'),(115719,2547,'_download_permissions_granted','yes'),(115720,2547,'_recorded_sales','yes'),(115721,2547,'_recorded_coupon_usage_counts','yes'),(115722,2547,'_new_order_email_sent','true'),(115723,2547,'_order_stock_reduced','yes'),(115724,2547,'_billing_first_name','Naomi'),(115725,2547,'_billing_last_name','Golden'),(115726,2547,'_billing_company','LCA'),(115727,2547,'_billing_address_1','31 Mann Ave'),(115728,2547,'_billing_city','Needham'),(115729,2547,'_billing_state','MA'),(115730,2547,'_billing_postcode','02492'),(115731,2547,'_billing_country','US'),(115732,2547,'_billing_email','nrgolden6486@gmail.com'),(115733,2547,'_billing_phone','617-851-1322'),(115734,2547,'_shipping_first_name','Naomi'),(115735,2547,'_shipping_last_name','Golden'),(115736,2547,'_shipping_company','LCA'),(115737,2547,'_shipping_address_1','3 Baldwin Green Common'),(115738,2547,'_shipping_address_2','suite 310'),(115739,2547,'_shipping_city','Woburn'),(115740,2547,'_shipping_state','MA'),(115741,2547,'_shipping_postcode','01801'),(115742,2547,'_shipping_country','US'),(115743,2547,'_order_currency','USD'),(115744,2547,'_cart_discount','0'),(115745,2547,'_cart_discount_tax','0'),(115746,2547,'_order_shipping','0'),(115747,2547,'_order_shipping_tax','0'),(115748,2547,'_order_tax','0'),(115749,2547,'_order_total','527.60'),(115750,2547,'_order_version','8.6.1'),(115751,2547,'_prices_include_tax','no'),(115752,2547,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(115753,2547,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(115754,2547,'is_vat_exempt','no'),(115755,2547,'_wc_order_attribution_source_type','typein'),(115756,2547,'_wc_order_attribution_utm_source','(direct)'),(115757,2547,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115758,2547,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(115759,2547,'_wc_order_attribution_session_pages','4'),(115760,2547,'_wc_order_attribution_session_count','1'),(115761,2547,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(115762,2547,'_wc_order_attribution_device_type','Desktop'),(115763,2547,'Payment type','instant'),(115764,2547,'_paypal_status','completed'),(115765,2547,'_transaction_id','5D033362M1279444C'),(115766,2547,'PayPal Transaction Fee','18.90'),(115767,2547,'_date_paid','1710530942'),(115768,2547,'_paid_date','2024-03-15 19:29:02'),(115769,2544,'_edit_lock','1710531244:2'),(115770,2544,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213604\";s:12:\"date_shipped\";s:10:\"1710460800\";s:11:\"tracking_id\";s:32:\"8857a742478afa9591e84f6710adc849\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213590\";s:12:\"date_shipped\";i:1710531366;s:11:\"tracking_id\";s:32:\"143fa83fca6a3dcd5e08f278e18c17f4\";}}'),(115771,2544,'_edit_last','2'),(115772,2544,'_date_completed','1710531379'),(115773,2544,'_completed_date','2024-03-15 19:36:19'),(115774,2543,'_edit_lock','1710531312:2'),(115775,2543,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213589\";s:12:\"date_shipped\";s:10:\"1710460800\";s:11:\"tracking_id\";s:32:\"a8747b31f0c31dc2f2b140c40982680c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213578\";s:12:\"date_shipped\";i:1710531422;s:11:\"tracking_id\";s:32:\"14b94c9ac405c62502706596e11784db\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213567\";s:12:\"date_shipped\";i:1710531429;s:11:\"tracking_id\";s:32:\"f74f0a824b176f09418a8bed75aa1c23\";}}'),(115776,2543,'_edit_last','2'),(115777,2543,'_date_completed','1710531450'),(115778,2543,'_completed_date','2024-03-15 19:37:30'),(115779,2548,'_order_key','wc_order_Tk1ZJCvE7MixH'),(115780,2548,'_customer_user','77'),(115781,2548,'_payment_method','paypal'),(115782,2548,'_payment_method_title','PayPal'),(115783,2548,'_customer_ip_address','162.201.108.83'),(115784,2548,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(115785,2548,'_created_via','checkout'),(115786,2548,'_cart_hash','c4ebd6cc447adcbe0d66ac90be4c036b'),(115787,2548,'_download_permissions_granted','yes'),(115788,2548,'_recorded_sales','yes'),(115789,2548,'_recorded_coupon_usage_counts','yes'),(115790,2548,'_new_order_email_sent','true'),(115791,2548,'_order_stock_reduced','yes'),(115792,2548,'_billing_first_name','Phil'),(115793,2548,'_billing_last_name','Moon'),(115794,2548,'_billing_company','LiceBusters, LLC'),(115795,2548,'_billing_address_1','105 Live Oak Lane'),(115796,2548,'_billing_city','Pleasant Hill'),(115797,2548,'_billing_state','CA'),(115798,2548,'_billing_postcode','94523'),(115799,2548,'_billing_country','US'),(115800,2548,'_billing_email','kris10maroot@gmail.com'),(115801,2548,'_billing_phone','5593046305'),(115802,2548,'_shipping_first_name','Kristen'),(115803,2548,'_shipping_last_name','Maroot-Rippee'),(115804,2548,'_shipping_company','LiceBusters, LLC'),(115805,2548,'_shipping_address_1','487 W. Scott Avenue'),(115806,2548,'_shipping_city','Fresno'),(115807,2548,'_shipping_state','CA'),(115808,2548,'_shipping_postcode','93704'),(115809,2548,'_shipping_country','US'),(115810,2548,'_order_currency','USD'),(115811,2548,'_cart_discount','0'),(115812,2548,'_cart_discount_tax','0'),(115813,2548,'_order_shipping','0'),(115814,2548,'_order_shipping_tax','0'),(115815,2548,'_order_tax','0'),(115816,2548,'_order_total','1278.80'),(115817,2548,'_order_version','8.6.1'),(115818,2548,'_prices_include_tax','no'),(115819,2548,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(115820,2548,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(115821,2548,'is_vat_exempt','no'),(115822,2548,'_wc_order_attribution_source_type','typein'),(115823,2548,'_wc_order_attribution_utm_source','(direct)'),(115824,2548,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115825,2548,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(115826,2548,'_wc_order_attribution_session_pages','10'),(115827,2548,'_wc_order_attribution_session_count','16'),(115828,2548,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(115829,2548,'_wc_order_attribution_device_type','Desktop'),(115830,2548,'Payment type','instant'),(115831,2548,'_paypal_status','completed'),(115832,2548,'_transaction_id','53L205487V2326319'),(115833,2548,'PayPal Transaction Fee','45.12'),(115834,2548,'_date_paid','1710538852'),(115835,2548,'_paid_date','2024-03-15 21:40:52'),(115836,2546,'_edit_lock','1710548701:2'),(115837,2546,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213670\";s:12:\"date_shipped\";s:10:\"1710547200\";s:11:\"tracking_id\";s:32:\"bb351302d4b7ac0ead3999db5fd33f51\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213660\";s:12:\"date_shipped\";i:1710548789;s:11:\"tracking_id\";s:32:\"17a3e7aec967b194004b06cce4ec8285\";}}'),(115838,2546,'_edit_last','2'),(115839,2546,'_date_completed','1710548791'),(115840,2546,'_completed_date','2024-03-16 00:26:31'),(115841,2545,'_edit_lock','1710548759:2'),(115842,2545,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213707\";s:12:\"date_shipped\";s:10:\"1710547200\";s:11:\"tracking_id\";s:32:\"c806b680bc17fc45aae5af170333b746\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213692\";s:12:\"date_shipped\";i:1710548876;s:11:\"tracking_id\";s:32:\"78489832a8d29b8befaecb4511623c35\";}}'),(115843,2545,'_edit_last','2'),(115844,2545,'_date_completed','1710548880'),(115845,2545,'_completed_date','2024-03-16 00:28:00'),(115846,2547,'_edit_lock','1710548832:2'),(115847,2547,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213729\";s:12:\"date_shipped\";s:10:\"1710547200\";s:11:\"tracking_id\";s:32:\"264495602299656adac945f3a89ad9fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213718\";s:12:\"date_shipped\";i:1710548967;s:11:\"tracking_id\";s:32:\"e03085a4c129bdb37ea834f32647886f\";}}'),(115848,2547,'_edit_last','2'),(115849,2547,'_date_completed','1710548969'),(115850,2547,'_completed_date','2024-03-16 00:29:29'),(115854,2549,'_order_key','wc_order_cduEtzhMNH5mE'),(115855,2549,'_customer_user','6'),(115856,2549,'_payment_method','paypal'),(115857,2549,'_payment_method_title','PayPal'),(115858,2549,'_customer_ip_address','98.244.29.91'),(115859,2549,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115860,2549,'_created_via','checkout'),(115861,2549,'_cart_hash','689ab77b9f7ede4cfcc0510fcce84bf0'),(115862,2549,'_download_permissions_granted','yes'),(115863,2549,'_recorded_sales','yes'),(115864,2549,'_recorded_coupon_usage_counts','yes'),(115865,2549,'_new_order_email_sent','true'),(115866,2549,'_order_stock_reduced','yes'),(115867,2549,'_billing_first_name','Amira'),(115868,2549,'_billing_last_name','Purto'),(115869,2549,'_billing_address_1','2628 Acapulco Way'),(115870,2549,'_billing_city','Modesto'),(115871,2549,'_billing_state','CA'),(115872,2549,'_billing_postcode','95355'),(115873,2549,'_billing_country','US'),(115874,2549,'_billing_email','amira77@sbcglobal.net'),(115875,2549,'_billing_phone','2096422061'),(115876,2549,'_shipping_first_name','Amira'),(115877,2549,'_shipping_last_name','Purto'),(115878,2549,'_shipping_address_1','2628 Acapulco Way'),(115879,2549,'_shipping_city','Modesto'),(115880,2549,'_shipping_state','CA'),(115881,2549,'_shipping_postcode','95355'),(115882,2549,'_shipping_country','US'),(115883,2549,'_order_currency','USD'),(115884,2549,'_cart_discount','0'),(115885,2549,'_cart_discount_tax','0'),(115886,2549,'_order_shipping','0'),(115887,2549,'_order_shipping_tax','0'),(115888,2549,'_order_tax','0'),(115889,2549,'_order_total','542.08'),(115890,2549,'_order_version','8.6.1'),(115891,2549,'_prices_include_tax','no'),(115892,2549,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(115893,2549,'_shipping_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US '),(115894,2549,'is_vat_exempt','no'),(115895,2549,'_wc_order_attribution_source_type','typein'),(115896,2549,'_wc_order_attribution_utm_source','(direct)'),(115897,2549,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(115898,2549,'_wc_order_attribution_session_start_time','2024-03-06 16:05:27'),(115899,2549,'_wc_order_attribution_session_pages','7'),(115900,2549,'_wc_order_attribution_session_count','2'),(115901,2549,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115902,2549,'_wc_order_attribution_device_type','Desktop'),(115903,2549,'Payment type','instant'),(115904,2549,'_paypal_status','completed'),(115905,2549,'_transaction_id','3RR03246PK825124B'),(115906,2549,'PayPal Transaction Fee','19.41'),(115907,2549,'_date_paid','1710611366'),(115908,2549,'_paid_date','2024-03-16 17:49:26'),(115909,2550,'_order_key','wc_order_UnBFczWsCCI3B'),(115910,2550,'_customer_user','28'),(115911,2550,'_payment_method','paypal'),(115912,2550,'_payment_method_title','PayPal'),(115913,2550,'_customer_ip_address','172.115.255.171'),(115914,2550,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115915,2550,'_created_via','checkout'),(115916,2550,'_cart_hash','04fbbbed926e0c7876a2aa864c4e6282'),(115917,2550,'_download_permissions_granted','yes'),(115918,2550,'_recorded_sales','yes'),(115919,2550,'_recorded_coupon_usage_counts','yes'),(115920,2550,'_new_order_email_sent','true'),(115921,2550,'_order_stock_reduced','yes'),(115922,2550,'_billing_first_name','Kelli'),(115923,2550,'_billing_last_name','Washington'),(115924,2550,'_billing_company','Lice Clinics of America - Temecula'),(115925,2550,'_billing_address_1','2438 Bear Rock Gln.'),(115926,2550,'_billing_city','Escondido'),(115927,2550,'_billing_state','CA'),(115928,2550,'_billing_postcode','92026'),(115929,2550,'_billing_country','US'),(115930,2550,'_billing_email','info@liceclinicstemecula.com'),(115931,2550,'_billing_phone','7606255580'),(115932,2550,'_shipping_first_name','Kelli'),(115933,2550,'_shipping_last_name','Washington'),(115934,2550,'_shipping_company','Lice Clinics of America - Temecula'),(115935,2550,'_shipping_address_1','2438 Bear Rock Gln.'),(115936,2550,'_shipping_city','Escondido'),(115937,2550,'_shipping_state','CA'),(115938,2550,'_shipping_postcode','92026'),(115939,2550,'_shipping_country','US'),(115940,2550,'_order_currency','USD'),(115941,2550,'_cart_discount','0'),(115942,2550,'_cart_discount_tax','0'),(115943,2550,'_order_shipping','38.22'),(115944,2550,'_order_shipping_tax','0'),(115945,2550,'_order_tax','0'),(115946,2550,'_order_total','301.56'),(115947,2550,'_order_version','8.6.1'),(115948,2550,'_prices_include_tax','no'),(115949,2550,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(115950,2550,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(115951,2550,'is_vat_exempt','no'),(115952,2550,'_wc_order_attribution_source_type','typein'),(115953,2550,'_wc_order_attribution_utm_source','(direct)'),(115954,2550,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(115955,2550,'_wc_order_attribution_session_start_time','2024-03-15 22:23:39'),(115956,2550,'_wc_order_attribution_session_pages','3'),(115957,2550,'_wc_order_attribution_session_count','4'),(115958,2550,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(115959,2550,'_wc_order_attribution_device_type','Desktop'),(115960,2550,'Payment type','instant'),(115961,2550,'_paypal_status','completed'),(115962,2550,'_transaction_id','53513396WC7293150'),(115963,2550,'PayPal Transaction Fee','11.01'),(115964,2550,'_date_paid','1710613908'),(115965,2550,'_paid_date','2024-03-16 18:31:48'),(115966,2551,'_order_key','wc_order_2Y1FItfnVRXzM'),(115967,2551,'_customer_user','50'),(115968,2551,'_payment_method','paypal'),(115969,2551,'_payment_method_title','PayPal'),(115970,2551,'_customer_ip_address','24.62.247.50'),(115971,2551,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(115972,2551,'_created_via','checkout'),(115973,2551,'_cart_hash','50c06e5f5cee40a6d0853a9c4dd20508'),(115974,2551,'_download_permissions_granted','yes'),(115975,2551,'_recorded_sales','yes'),(115976,2551,'_recorded_coupon_usage_counts','yes'),(115977,2551,'_new_order_email_sent','true'),(115978,2551,'_order_stock_reduced','yes'),(115979,2551,'_billing_first_name','Christine'),(115980,2551,'_billing_last_name','Cherry'),(115981,2551,'_billing_company','NITS END'),(115982,2551,'_billing_address_1','PO BOX 1092'),(115983,2551,'_billing_city','Campton'),(115984,2551,'_billing_state','NH'),(115985,2551,'_billing_postcode','03223'),(115986,2551,'_billing_country','US'),(115987,2551,'_billing_email','info@liceclinicsplaistow.com'),(115988,2551,'_billing_phone','16034983390'),(115989,2551,'_shipping_first_name','Naomi'),(115990,2551,'_shipping_last_name','Njuguna'),(115991,2551,'_shipping_company','Nits End/LCA'),(115992,2551,'_shipping_address_1','71 Spit Brook Rd'),(115993,2551,'_shipping_address_2','Suite 403'),(115994,2551,'_shipping_city','Nashua'),(115995,2551,'_shipping_state','NH'),(115996,2551,'_shipping_postcode','03063'),(115997,2551,'_shipping_country','US'),(115998,2551,'_order_currency','USD'),(115999,2551,'_cart_discount','0'),(116000,2551,'_cart_discount_tax','0'),(116001,2551,'_order_shipping','0'),(116002,2551,'_order_shipping_tax','0'),(116003,2551,'_order_tax','0'),(116004,2551,'_order_total','509.46'),(116005,2551,'_order_version','8.6.1'),(116006,2551,'_prices_include_tax','no'),(116007,2551,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(116008,2551,'_shipping_address_index','Naomi Njuguna Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(116009,2551,'is_vat_exempt','no'),(116010,2551,'_wc_order_attribution_source_type','referral'),(116011,2551,'_wc_order_attribution_referrer','https://lcaportal.com/'),(116012,2551,'_wc_order_attribution_utm_source','lcaportal.com'),(116013,2551,'_wc_order_attribution_utm_medium','referral'),(116014,2551,'_wc_order_attribution_utm_content','/'),(116015,2551,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116016,2551,'_wc_order_attribution_session_start_time','2024-03-17 14:05:31'),(116017,2551,'_wc_order_attribution_session_pages','4'),(116018,2551,'_wc_order_attribution_session_count','1'),(116019,2551,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116020,2551,'_wc_order_attribution_device_type','Desktop'),(116021,2551,'Payment type','instant'),(116022,2551,'_paypal_status','completed'),(116023,2551,'_transaction_id','9EE215645A2464324'),(116024,2551,'PayPal Transaction Fee','18.27'),(116025,2551,'_date_paid','1710684597'),(116026,2551,'_paid_date','2024-03-17 14:09:57'),(116027,2552,'_order_key','wc_order_UWXIxCL2b91fr'),(116028,2552,'_customer_user','50'),(116029,2552,'_payment_method','paypal'),(116030,2552,'_payment_method_title','PayPal'),(116031,2552,'_customer_ip_address','24.62.247.50'),(116032,2552,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116033,2552,'_created_via','checkout'),(116034,2552,'_cart_hash','843ead7147836a5f3c0a9638bca256eb'),(116035,2552,'_download_permissions_granted','yes'),(116036,2552,'_recorded_sales','yes'),(116037,2552,'_recorded_coupon_usage_counts','yes'),(116038,2552,'_new_order_email_sent','true'),(116039,2552,'_order_stock_reduced','yes'),(116040,2552,'_billing_first_name','Christine'),(116041,2552,'_billing_last_name','Cherry'),(116042,2552,'_billing_company','NITS END'),(116043,2552,'_billing_address_1','PO BOX 1092'),(116044,2552,'_billing_city','Campton'),(116045,2552,'_billing_state','NH'),(116046,2552,'_billing_postcode','03223'),(116047,2552,'_billing_country','US'),(116048,2552,'_billing_email','info@liceclinicsplaistow.com'),(116049,2552,'_billing_phone','16034983390'),(116050,2552,'_shipping_first_name','Ivy'),(116051,2552,'_shipping_last_name','Shannon'),(116052,2552,'_shipping_company','Nits End'),(116053,2552,'_shipping_address_1','125 Nash Rd'),(116054,2552,'_shipping_address_2','Apt B'),(116055,2552,'_shipping_city','Windham'),(116056,2552,'_shipping_state','ME'),(116057,2552,'_shipping_postcode','04062'),(116058,2552,'_shipping_country','US'),(116059,2552,'_order_currency','USD'),(116060,2552,'_cart_discount','0'),(116061,2552,'_cart_discount_tax','0'),(116062,2552,'_order_shipping','22.55'),(116063,2552,'_order_shipping_tax','0'),(116064,2552,'_order_tax','0'),(116065,2552,'_order_total','180.95'),(116066,2552,'_order_version','8.6.1'),(116067,2552,'_prices_include_tax','no'),(116068,2552,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(116069,2552,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(116070,2552,'is_vat_exempt','no'),(116071,2552,'_wc_order_attribution_source_type','referral'),(116072,2552,'_wc_order_attribution_referrer','https://lcaportal.com/'),(116073,2552,'_wc_order_attribution_utm_source','lcaportal.com'),(116074,2552,'_wc_order_attribution_utm_medium','referral'),(116075,2552,'_wc_order_attribution_utm_content','/'),(116076,2552,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116077,2552,'_wc_order_attribution_session_start_time','2024-03-17 14:05:31'),(116078,2552,'_wc_order_attribution_session_pages','2'),(116079,2552,'_wc_order_attribution_session_count','2'),(116080,2552,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116081,2552,'_wc_order_attribution_device_type','Desktop'),(116082,2552,'Payment type','instant'),(116083,2552,'_paypal_status','completed'),(116084,2552,'_transaction_id','7D281229KM983745H'),(116085,2552,'PayPal Transaction Fee','6.81'),(116086,2552,'_date_paid','1710690522'),(116087,2552,'_paid_date','2024-03-17 15:48:42'),(116088,2553,'_order_key','wc_order_ys3AMHw7sUpP0'),(116089,2553,'_customer_user','3'),(116090,2553,'_payment_method','paypal'),(116091,2553,'_payment_method_title','PayPal'),(116092,2553,'_customer_ip_address','70.142.202.154'),(116093,2553,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116094,2553,'_created_via','checkout'),(116095,2553,'_cart_hash','dbc2e215f62782ea6debe738efecca9a'),(116096,2553,'_download_permissions_granted','yes'),(116097,2553,'_recorded_sales','yes'),(116098,2553,'_recorded_coupon_usage_counts','yes'),(116099,2553,'_new_order_email_sent','true'),(116100,2553,'_order_stock_reduced','yes'),(116101,2553,'_billing_first_name','Amanda'),(116102,2553,'_billing_last_name','Westerman'),(116103,2553,'_billing_company','Lice Clinics of America McKinney'),(116104,2553,'_billing_address_1','3120 Hudson Crossing'),(116105,2553,'_billing_address_2','Suite A2'),(116106,2553,'_billing_city','MCKINNEY'),(116107,2553,'_billing_state','TX'),(116108,2553,'_billing_postcode','75070'),(116109,2553,'_billing_country','US'),(116110,2553,'_billing_email','awesterman1103@gmail.com'),(116111,2553,'_billing_phone','2144175741'),(116112,2553,'_shipping_first_name','AMANDA'),(116113,2553,'_shipping_last_name','Westerman'),(116114,2553,'_shipping_company','Lice Clinics of America'),(116115,2553,'_shipping_address_1','3120 Hudson Crossing'),(116116,2553,'_shipping_address_2','Suite A2'),(116117,2553,'_shipping_city','MCKINNEY'),(116118,2553,'_shipping_state','TX'),(116119,2553,'_shipping_postcode','75070'),(116120,2553,'_shipping_country','US'),(116121,2553,'_order_currency','USD'),(116122,2553,'_cart_discount','0'),(116123,2553,'_cart_discount_tax','0'),(116124,2553,'_order_shipping','0'),(116125,2553,'_order_shipping_tax','0'),(116126,2553,'_order_tax','0'),(116127,2553,'_order_total','665.26'),(116128,2553,'_order_version','8.6.1'),(116129,2553,'_prices_include_tax','no'),(116130,2553,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(116131,2553,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(116132,2553,'is_vat_exempt','no'),(116133,2553,'_wc_order_attribution_source_type','referral'),(116134,2553,'_wc_order_attribution_referrer','https://lcaportal.com/'),(116135,2553,'_wc_order_attribution_utm_source','lcaportal.com'),(116136,2553,'_wc_order_attribution_utm_medium','referral'),(116137,2553,'_wc_order_attribution_utm_content','/'),(116138,2553,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116139,2553,'_wc_order_attribution_session_start_time','2024-03-17 16:53:43'),(116140,2553,'_wc_order_attribution_session_pages','5'),(116141,2553,'_wc_order_attribution_session_count','1'),(116142,2553,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116143,2553,'_wc_order_attribution_device_type','Desktop'),(116144,2553,'Payment type','instant'),(116145,2553,'_paypal_status','completed'),(116146,2553,'_transaction_id','7G718653SN9368253'),(116147,2553,'PayPal Transaction Fee','23.71'),(116148,2553,'_date_paid','1710694645'),(116149,2553,'_paid_date','2024-03-17 16:57:25'),(116150,2550,'_edit_lock','1710787274:2'),(116151,2548,'_edit_lock','1710787357:2'),(116152,2554,'_order_key','wc_order_pOsSW0QkPrTMq'),(116153,2554,'_customer_user','87'),(116154,2554,'_payment_method','paypal'),(116155,2554,'_payment_method_title','PayPal'),(116156,2554,'_customer_ip_address','75.7.15.79'),(116157,2554,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116158,2554,'_created_via','checkout'),(116159,2554,'_cart_hash','b48862905f0f3d5f48188921a9005a77'),(116160,2554,'_download_permissions_granted','no'),(116161,2554,'_recorded_sales','no'),(116162,2554,'_recorded_coupon_usage_counts','no'),(116163,2554,'_new_order_email_sent','false'),(116164,2554,'_order_stock_reduced','no'),(116165,2554,'_billing_first_name','Wade'),(116166,2554,'_billing_last_name','Huntsman'),(116167,2554,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(116168,2554,'_billing_address_1','3421 E 21st'),(116169,2554,'_billing_city','Tulsa'),(116170,2554,'_billing_state','OK'),(116171,2554,'_billing_postcode','74114'),(116172,2554,'_billing_country','US'),(116173,2554,'_billing_email','info@liceclinicsmidsouth.com'),(116174,2554,'_billing_phone','9189783329'),(116175,2554,'_shipping_first_name','Logan'),(116176,2554,'_shipping_last_name','Futrell'),(116177,2554,'_shipping_company','Lice Clinics of America NWA'),(116178,2554,'_shipping_address_1','203 Tricha Circle Unit B'),(116179,2554,'_shipping_city','Gravette'),(116180,2554,'_shipping_state','AR'),(116181,2554,'_shipping_postcode','72736'),(116182,2554,'_shipping_country','US'),(116183,2554,'_order_currency','USD'),(116184,2554,'_cart_discount','0'),(116185,2554,'_cart_discount_tax','0'),(116186,2554,'_order_shipping','0'),(116187,2554,'_order_shipping_tax','0'),(116188,2554,'_order_tax','0'),(116189,2554,'_order_total','744.34'),(116190,2554,'_order_version','8.6.1'),(116191,2554,'_prices_include_tax','no'),(116192,2554,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(116193,2554,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(116194,2554,'is_vat_exempt','no'),(116195,2554,'_wc_order_attribution_source_type','typein'),(116196,2554,'_wc_order_attribution_utm_source','(direct)'),(116197,2554,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116198,2554,'_wc_order_attribution_session_start_time','2024-03-18 17:45:13'),(116199,2554,'_wc_order_attribution_session_pages','4'),(116200,2554,'_wc_order_attribution_session_count','1'),(116201,2554,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116202,2554,'_wc_order_attribution_device_type','Desktop'),(116203,2555,'_order_key','wc_order_goEvYlpxB8Q4Q'),(116204,2555,'_customer_user','87'),(116205,2555,'_payment_method','paypal'),(116206,2555,'_payment_method_title','PayPal'),(116207,2555,'_customer_ip_address','75.7.15.79'),(116208,2555,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116209,2555,'_created_via','checkout'),(116210,2555,'_cart_hash','b48862905f0f3d5f48188921a9005a77'),(116211,2555,'_download_permissions_granted','yes'),(116212,2555,'_recorded_sales','yes'),(116213,2555,'_recorded_coupon_usage_counts','yes'),(116214,2555,'_new_order_email_sent','true'),(116215,2555,'_order_stock_reduced','yes'),(116216,2555,'_billing_first_name','Wade'),(116217,2555,'_billing_last_name','Huntsman'),(116218,2555,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(116219,2555,'_billing_address_1','3421 E 21st'),(116220,2555,'_billing_city','Tulsa'),(116221,2555,'_billing_state','OK'),(116222,2555,'_billing_postcode','74114'),(116223,2555,'_billing_country','US'),(116224,2555,'_billing_email','info@liceclinicsmidsouth.com'),(116225,2555,'_billing_phone','9189783329'),(116226,2555,'_shipping_first_name','Logan'),(116227,2555,'_shipping_last_name','Futrell'),(116228,2555,'_shipping_company','Lice Clinics of America NWA'),(116229,2555,'_shipping_address_1','203 Tricha Circle Unit B'),(116230,2555,'_shipping_city','Gravette'),(116231,2555,'_shipping_state','AR'),(116232,2555,'_shipping_postcode','72736'),(116233,2555,'_shipping_country','US'),(116234,2555,'_order_currency','USD'),(116235,2555,'_cart_discount','0'),(116236,2555,'_cart_discount_tax','0'),(116237,2555,'_order_shipping','0'),(116238,2555,'_order_shipping_tax','0'),(116239,2555,'_order_tax','0'),(116240,2555,'_order_total','744.34'),(116241,2555,'_order_version','8.6.1'),(116242,2555,'_prices_include_tax','no'),(116243,2555,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(116244,2555,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(116245,2555,'is_vat_exempt','no'),(116246,2555,'_wc_order_attribution_source_type','typein'),(116247,2555,'_wc_order_attribution_utm_source','(direct)'),(116248,2555,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116249,2555,'_wc_order_attribution_session_start_time','2024-03-18 17:45:13'),(116250,2555,'_wc_order_attribution_session_pages','6'),(116251,2555,'_wc_order_attribution_session_count','1'),(116252,2555,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116253,2555,'_wc_order_attribution_device_type','Desktop'),(116254,2555,'Payment type','instant'),(116255,2555,'_paypal_status','completed'),(116256,2555,'_transaction_id','6TS39063BW103062K'),(116257,2555,'PayPal Transaction Fee','26.47'),(116258,2555,'_date_paid','1710784452'),(116259,2555,'_paid_date','2024-03-18 17:54:12'),(116260,2556,'_order_key','wc_order_jCoN4FEoF6poT'),(116261,2556,'_customer_user','87'),(116262,2556,'_payment_method','paypal'),(116263,2556,'_payment_method_title','PayPal'),(116264,2556,'_customer_ip_address','75.7.15.79'),(116265,2556,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116266,2556,'_created_via','checkout'),(116267,2556,'_cart_hash','952a22bc3004e2e0b4b4e2576bf71b25'),(116268,2556,'_download_permissions_granted','yes'),(116269,2556,'_recorded_sales','yes'),(116270,2556,'_recorded_coupon_usage_counts','yes'),(116271,2556,'_new_order_email_sent','true'),(116272,2556,'_order_stock_reduced','yes'),(116273,2556,'_billing_first_name','Wade'),(116274,2556,'_billing_last_name','Huntsman'),(116275,2556,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(116276,2556,'_billing_address_1','3421 E 21st'),(116277,2556,'_billing_city','Tulsa'),(116278,2556,'_billing_state','OK'),(116279,2556,'_billing_postcode','74114'),(116280,2556,'_billing_country','US'),(116281,2556,'_billing_email','info@liceclinicsmidsouth.com'),(116282,2556,'_billing_phone','9189783329'),(116283,2556,'_shipping_first_name','Katee'),(116284,2556,'_shipping_last_name','Morrison'),(116285,2556,'_shipping_company','Lice Clinics of America OKC'),(116286,2556,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(116287,2556,'_shipping_city','OKC'),(116288,2556,'_shipping_state','OK'),(116289,2556,'_shipping_postcode','73118'),(116290,2556,'_shipping_country','US'),(116291,2556,'_order_currency','USD'),(116292,2556,'_cart_discount','0'),(116293,2556,'_cart_discount_tax','0'),(116294,2556,'_order_shipping','0'),(116295,2556,'_order_shipping_tax','0'),(116296,2556,'_order_tax','0'),(116297,2556,'_order_total','965.52'),(116298,2556,'_order_version','8.6.1'),(116299,2556,'_prices_include_tax','no'),(116300,2556,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(116301,2556,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(116302,2556,'is_vat_exempt','no'),(116303,2556,'_wc_order_attribution_source_type','typein'),(116304,2556,'_wc_order_attribution_utm_source','(direct)'),(116305,2556,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116306,2556,'_wc_order_attribution_session_start_time','2024-03-18 17:45:13'),(116307,2556,'_wc_order_attribution_session_pages','10'),(116308,2556,'_wc_order_attribution_session_count','1'),(116309,2556,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116310,2556,'_wc_order_attribution_device_type','Desktop'),(116311,2556,'Payment type','instant'),(116312,2556,'_paypal_status','completed'),(116313,2556,'_transaction_id','5T591791S46440447'),(116314,2556,'PayPal Transaction Fee','34.19'),(116315,2556,'_date_paid','1710784965'),(116316,2556,'_paid_date','2024-03-18 18:02:45'),(116317,2557,'_order_key','wc_order_koTQlUdf4g1Fm'),(116318,2557,'_customer_user','87'),(116319,2557,'_payment_method','paypal'),(116320,2557,'_payment_method_title','PayPal'),(116321,2557,'_customer_ip_address','75.7.15.79'),(116322,2557,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116323,2557,'_created_via','checkout'),(116324,2557,'_cart_hash','f3e9a886aeec5e4fafe95e6274e53636'),(116325,2557,'_download_permissions_granted','yes'),(116326,2557,'_recorded_sales','yes'),(116327,2557,'_recorded_coupon_usage_counts','yes'),(116328,2557,'_new_order_email_sent','true'),(116329,2557,'_order_stock_reduced','yes'),(116330,2557,'_billing_first_name','Wade'),(116331,2557,'_billing_last_name','Huntsman'),(116332,2557,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(116333,2557,'_billing_address_1','3421 E 21st'),(116334,2557,'_billing_city','Tulsa'),(116335,2557,'_billing_state','OK'),(116336,2557,'_billing_postcode','74114'),(116337,2557,'_billing_country','US'),(116338,2557,'_billing_email','info@liceclinicsmidsouth.com'),(116339,2557,'_billing_phone','9189783329'),(116340,2557,'_shipping_first_name','Wade'),(116341,2557,'_shipping_last_name','Huntsman'),(116342,2557,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(116343,2557,'_shipping_address_1','3421 E 21st'),(116344,2557,'_shipping_city','Tulsa'),(116345,2557,'_shipping_state','OK'),(116346,2557,'_shipping_postcode','74114'),(116347,2557,'_shipping_country','US'),(116348,2557,'_order_currency','USD'),(116349,2557,'_cart_discount','0'),(116350,2557,'_cart_discount_tax','0'),(116351,2557,'_order_shipping','0'),(116352,2557,'_order_shipping_tax','0'),(116353,2557,'_order_tax','0'),(116354,2557,'_order_total','582.46'),(116355,2557,'_order_version','8.6.1'),(116356,2557,'_prices_include_tax','no'),(116357,2557,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(116358,2557,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(116359,2557,'is_vat_exempt','no'),(116360,2557,'_wc_order_attribution_source_type','typein'),(116361,2557,'_wc_order_attribution_utm_source','(direct)'),(116362,2557,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116363,2557,'_wc_order_attribution_session_start_time','2024-03-18 17:45:13'),(116364,2557,'_wc_order_attribution_session_pages','14'),(116365,2557,'_wc_order_attribution_session_count','1'),(116366,2557,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116367,2557,'_wc_order_attribution_device_type','Desktop'),(116368,2557,'Payment type','instant'),(116369,2557,'_paypal_status','completed'),(116370,2557,'_transaction_id','8FP68101GG6810719'),(116371,2557,'PayPal Transaction Fee','20.82'),(116372,2557,'_date_paid','1710785406'),(116373,2557,'_paid_date','2024-03-18 18:10:06'),(116374,2558,'_order_key','wc_order_yoOP6rBiPXsDk'),(116375,2558,'_customer_user','87'),(116376,2558,'_payment_method','paypal'),(116377,2558,'_payment_method_title','PayPal'),(116378,2558,'_customer_ip_address','75.7.15.79'),(116379,2558,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116380,2558,'_created_via','checkout'),(116381,2558,'_cart_hash','bf3c93a901b29f33c6ca01c3f5bc3a8b'),(116382,2558,'_download_permissions_granted','yes'),(116383,2558,'_recorded_sales','yes'),(116384,2558,'_recorded_coupon_usage_counts','yes'),(116385,2558,'_new_order_email_sent','true'),(116386,2558,'_order_stock_reduced','yes'),(116387,2558,'_billing_first_name','Wade'),(116388,2558,'_billing_last_name','Huntsman'),(116389,2558,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(116390,2558,'_billing_address_1','3421 E 21st'),(116391,2558,'_billing_city','Tulsa'),(116392,2558,'_billing_state','OK'),(116393,2558,'_billing_postcode','74114'),(116394,2558,'_billing_country','US'),(116395,2558,'_billing_email','info@liceclinicsmidsouth.com'),(116396,2558,'_billing_phone','9189783329'),(116397,2558,'_shipping_first_name','Tiffany'),(116398,2558,'_shipping_last_name','Sporn'),(116399,2558,'_shipping_company','Lice Clinics of America Wichita'),(116400,2558,'_shipping_address_1','16621 West 29th Street North'),(116401,2558,'_shipping_city','Colwich'),(116402,2558,'_shipping_state','KS'),(116403,2558,'_shipping_postcode','67030'),(116404,2558,'_shipping_country','US'),(116405,2558,'_order_currency','USD'),(116406,2558,'_cart_discount','0'),(116407,2558,'_cart_discount_tax','0'),(116408,2558,'_order_shipping','0'),(116409,2558,'_order_shipping_tax','0'),(116410,2558,'_order_tax','0'),(116411,2558,'_order_total','511.14'),(116412,2558,'_order_version','8.6.1'),(116413,2558,'_prices_include_tax','no'),(116414,2558,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(116415,2558,'_shipping_address_index','Tiffany Sporn Lice Clinics of America Wichita 16621 West 29th Street North  Colwich KS 67030 US '),(116416,2558,'is_vat_exempt','no'),(116417,2558,'_wc_order_attribution_source_type','typein'),(116418,2558,'_wc_order_attribution_utm_source','(direct)'),(116419,2558,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116420,2558,'_wc_order_attribution_session_start_time','2024-03-18 17:45:13'),(116421,2558,'_wc_order_attribution_session_pages','18'),(116422,2558,'_wc_order_attribution_session_count','1'),(116423,2558,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(116424,2558,'_wc_order_attribution_device_type','Desktop'),(116425,2558,'Payment type','instant'),(116426,2558,'_paypal_status','completed'),(116427,2558,'_transaction_id','98N33750UN391721A'),(116428,2558,'PayPal Transaction Fee','18.33'),(116429,2558,'_date_paid','1710785832'),(116430,2558,'_paid_date','2024-03-18 18:17:12'),(116431,2549,'_edit_lock','1710787644:2'),(116432,2551,'_edit_lock','1710787863:2'),(116433,2552,'_edit_lock','1710787934:2'),(116434,2550,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213902\";s:12:\"date_shipped\";s:10:\"1710720000\";s:11:\"tracking_id\";s:32:\"424a13306983e12a35c7a8ca3c050d79\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213898\";s:12:\"date_shipped\";i:1710787400;s:11:\"tracking_id\";s:32:\"15972b55f3b6a426a637b33388ace57a\";}}'),(116435,2550,'_edit_last','2'),(116436,2550,'_date_completed','1710787413'),(116437,2550,'_completed_date','2024-03-18 18:43:33'),(116438,2548,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213865\";s:12:\"date_shipped\";s:10:\"1710720000\";s:11:\"tracking_id\";s:32:\"d7132a052cd050e08da213e68b0af577\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213854\";s:12:\"date_shipped\";i:1710787449;s:11:\"tracking_id\";s:32:\"a59312e5da2b94d62de8747d7877e632\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213843\";s:12:\"date_shipped\";i:1710787456;s:11:\"tracking_id\";s:32:\"00249b12f4c5aab3c2bf4c99af27e0bb\";}}'),(116439,2548,'_edit_last','2'),(116440,2548,'_date_completed','1710787459'),(116441,2548,'_completed_date','2024-03-18 18:44:19'),(116444,2549,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213887\";s:12:\"date_shipped\";s:10:\"1710720000\";s:11:\"tracking_id\";s:32:\"611d7e75a539e59ff10ba5b22464023a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213876\";s:12:\"date_shipped\";i:1710787759;s:11:\"tracking_id\";s:32:\"e8af728489f69d5ddb43a74b3feada01\";}}'),(116445,2549,'_edit_last','2'),(116446,2549,'_date_completed','1710787766'),(116447,2549,'_completed_date','2024-03-18 18:49:26'),(116448,2551,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213924\";s:12:\"date_shipped\";s:10:\"1710720000\";s:11:\"tracking_id\";s:32:\"283d1fb91e8e5e23229ff7ca27aa046e\";}}'),(116449,2551,'_edit_last','2'),(116450,2551,'_date_completed','1710787987'),(116451,2551,'_completed_date','2024-03-18 18:53:07'),(116452,2552,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213935\";s:12:\"date_shipped\";s:10:\"1710720000\";s:11:\"tracking_id\";s:32:\"ca09854fcef02c80a1be47380b81d298\";}}'),(116453,2552,'_edit_last','2'),(116454,2552,'_date_completed','1710788043'),(116455,2552,'_completed_date','2024-03-18 18:54:03'),(116461,2559,'_order_key','wc_order_DkbdcdIX2Mch6'),(116462,2559,'_customer_user','90'),(116463,2559,'_payment_method','paypal'),(116464,2559,'_payment_method_title','PayPal'),(116465,2559,'_customer_ip_address','68.56.158.74'),(116466,2559,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116467,2559,'_created_via','checkout'),(116468,2559,'_cart_hash','b13bc225f833fb2508f7663b2cc286d7'),(116469,2559,'_download_permissions_granted','yes'),(116470,2559,'_recorded_sales','yes'),(116471,2559,'_recorded_coupon_usage_counts','yes'),(116472,2559,'_new_order_email_sent','true'),(116473,2559,'_order_stock_reduced','yes'),(116474,2559,'_billing_first_name','Mike'),(116475,2559,'_billing_last_name','Brehm'),(116476,2559,'_billing_address_1','5258 Plainfield Ave NE'),(116477,2559,'_billing_city','Grand Rapids'),(116478,2559,'_billing_state','MI'),(116479,2559,'_billing_postcode','49525'),(116480,2559,'_billing_country','US'),(116481,2559,'_billing_email','rapunzelscorinn@gmail.com'),(116482,2559,'_billing_phone','6164504125'),(116483,2559,'_shipping_first_name','Corinn'),(116484,2559,'_shipping_last_name','Nichols'),(116485,2559,'_shipping_company','LCA Remedy'),(116486,2559,'_shipping_address_1','3500 Dean Lake Ave NE'),(116487,2559,'_shipping_city','Grand Rapids'),(116488,2559,'_shipping_state','MI'),(116489,2559,'_shipping_postcode','49525'),(116490,2559,'_shipping_country','US'),(116491,2559,'_order_currency','USD'),(116492,2559,'_cart_discount','0'),(116493,2559,'_cart_discount_tax','0'),(116494,2559,'_order_shipping','0'),(116495,2559,'_order_shipping_tax','0'),(116496,2559,'_order_tax','0'),(116497,2559,'_order_total','687.36'),(116498,2559,'_order_version','8.6.1'),(116499,2559,'_prices_include_tax','no'),(116500,2559,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(116501,2559,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(116502,2559,'is_vat_exempt','no'),(116503,2559,'_wc_order_attribution_source_type','referral'),(116504,2559,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(116505,2559,'_wc_order_attribution_utm_source','lcaportal.com'),(116506,2559,'_wc_order_attribution_utm_medium','referral'),(116507,2559,'_wc_order_attribution_utm_content','/'),(116508,2559,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116509,2559,'_wc_order_attribution_session_start_time','2024-03-19 12:40:13'),(116510,2559,'_wc_order_attribution_session_pages','2'),(116511,2559,'_wc_order_attribution_session_count','2'),(116512,2559,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116513,2559,'_wc_order_attribution_device_type','Desktop'),(116514,2559,'Payment type','instant'),(116515,2559,'_paypal_status','completed'),(116516,2559,'_transaction_id','7H595823KG898704L'),(116517,2559,'PayPal Transaction Fee','24.48'),(116518,2559,'_date_paid','1710855411'),(116519,2559,'_paid_date','2024-03-19 13:36:51'),(116521,490,'ast-site-content-layout','default'),(116522,490,'site-content-style','default'),(116523,490,'site-sidebar-style','default'),(116526,489,'ast-site-content-layout','default'),(116527,489,'site-content-style','default'),(116528,489,'site-sidebar-style','default'),(116533,93,'_length','3.5'),(116535,95,'_length','3.5'),(116537,489,'_length','3.5'),(116539,490,'_length','3.5'),(116550,2560,'_order_key','wc_order_nrEi8v1KpwEZd'),(116551,2560,'_customer_user','76'),(116552,2560,'_payment_method','paypal'),(116553,2560,'_payment_method_title','PayPal'),(116554,2560,'_customer_ip_address','71.234.104.107'),(116555,2560,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(116556,2560,'_created_via','checkout'),(116557,2560,'_cart_hash','1e3ce3045ca8cc6fc31ea7a840c3e4cf'),(116558,2560,'_download_permissions_granted','yes'),(116559,2560,'_recorded_sales','yes'),(116560,2560,'_recorded_coupon_usage_counts','yes'),(116561,2560,'_new_order_email_sent','true'),(116562,2560,'_order_stock_reduced','yes'),(116563,2560,'_billing_first_name','Naomi'),(116564,2560,'_billing_last_name','Golden'),(116565,2560,'_billing_company','LCA'),(116566,2560,'_billing_address_1','31 Mann Ave'),(116567,2560,'_billing_city','Needham'),(116568,2560,'_billing_state','MA'),(116569,2560,'_billing_postcode','02492'),(116570,2560,'_billing_country','US'),(116571,2560,'_billing_email','nrgolden6486@gmail.com'),(116572,2560,'_billing_phone','617-851-1322'),(116573,2560,'_shipping_first_name','Naomi'),(116574,2560,'_shipping_last_name','Golden'),(116575,2560,'_shipping_company','LCA'),(116576,2560,'_shipping_address_1','111 Center Street'),(116577,2560,'_shipping_address_2','Suite A - LCA'),(116578,2560,'_shipping_city','Middleborough'),(116579,2560,'_shipping_state','MA'),(116580,2560,'_shipping_postcode','02436'),(116581,2560,'_shipping_country','US'),(116582,2560,'_order_currency','USD'),(116583,2560,'_cart_discount','0'),(116584,2560,'_cart_discount_tax','0'),(116585,2560,'_order_shipping','0'),(116586,2560,'_order_shipping_tax','0'),(116587,2560,'_order_tax','0'),(116588,2560,'_order_total','512.06'),(116589,2560,'_order_version','8.7.0'),(116590,2560,'_prices_include_tax','no'),(116591,2560,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(116592,2560,'_shipping_address_index','Naomi Golden LCA 111 Center Street Suite A - LCA Middleborough MA 02436 US '),(116593,2560,'is_vat_exempt','no'),(116594,2560,'_wc_order_attribution_source_type','typein'),(116595,2560,'_wc_order_attribution_utm_source','(direct)'),(116596,2560,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116597,2560,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(116598,2560,'_wc_order_attribution_session_pages','4'),(116599,2560,'_wc_order_attribution_session_count','2'),(116600,2560,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(116601,2560,'_wc_order_attribution_device_type','Desktop'),(116602,2560,'Payment type','instant'),(116603,2560,'_paypal_status','completed'),(116604,2560,'_transaction_id','6AR7844626492915T'),(116605,2560,'PayPal Transaction Fee','18.36'),(116606,2560,'_date_paid','1710865447'),(116607,2560,'_paid_date','2024-03-19 16:24:07'),(116608,2563,'_edit_lock','1752162771:2'),(116609,2563,'_edit_last','2'),(116610,2563,'_wafs_shipping_method','a:1:{s:14:\"shipping_title\";s:0:\"\";}'),(116611,2563,'_wafs_shipping_method_conditions','a:1:{i:0;a:2:{i:225087017;a:3:{s:9:\"condition\";s:8:\"subtotal\";s:8:\"operator\";s:2:\">=\";s:5:\"value\";s:3:\"500\";}i:998483539;a:3:{s:9:\"condition\";s:7:\"country\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"US\";}}}'),(116612,2564,'_order_key','wc_order_y29Awpl5w2xqw'),(116613,2564,'_customer_user','96'),(116614,2564,'_payment_method','paypal'),(116615,2564,'_payment_method_title','PayPal'),(116616,2564,'_customer_ip_address','166.181.84.21'),(116617,2564,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116618,2564,'_created_via','checkout'),(116619,2564,'_cart_hash','20f743a7e42eb24c8367c9637b543074'),(116620,2564,'_download_permissions_granted','yes'),(116621,2564,'_recorded_sales','yes'),(116622,2564,'_recorded_coupon_usage_counts','yes'),(116623,2564,'_new_order_email_sent','true'),(116624,2564,'_order_stock_reduced','yes'),(116625,2564,'_billing_first_name','Jaimi'),(116626,2564,'_billing_last_name','Anderson'),(116627,2564,'_billing_company','Lice Clinics of America - Des Moines'),(116628,2564,'_billing_address_1','1139 Burlington Ter'),(116629,2564,'_billing_city','Des Moines'),(116630,2564,'_billing_state','IA'),(116631,2564,'_billing_postcode','50314'),(116632,2564,'_billing_country','US'),(116633,2564,'_billing_email','j.m.licesolutions@gmail.com'),(116634,2564,'_billing_phone','515-971-0667'),(116635,2564,'_shipping_first_name','Jaimi'),(116636,2564,'_shipping_last_name','Anderson'),(116637,2564,'_shipping_address_1','1139 Burlington Terrace'),(116638,2564,'_shipping_city','Des Moines'),(116639,2564,'_shipping_state','IA'),(116640,2564,'_shipping_postcode','50314'),(116641,2564,'_shipping_country','US'),(116642,2564,'_order_currency','USD'),(116643,2564,'_cart_discount','0'),(116644,2564,'_cart_discount_tax','0'),(116645,2564,'_order_shipping','26.9'),(116646,2564,'_order_shipping_tax','0'),(116647,2564,'_order_tax','0'),(116648,2564,'_order_total','455.30'),(116649,2564,'_order_version','8.7.0'),(116650,2564,'_prices_include_tax','no'),(116651,2564,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(116652,2564,'_shipping_address_index','Jaimi Anderson  1139 Burlington Terrace  Des Moines IA 50314 US '),(116653,2564,'is_vat_exempt','no'),(116654,2564,'_wc_order_attribution_source_type','typein'),(116655,2564,'_wc_order_attribution_utm_source','(direct)'),(116656,2564,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116657,2564,'_wc_order_attribution_session_start_time','2024-03-19 19:14:19'),(116658,2564,'_wc_order_attribution_session_pages','8'),(116659,2564,'_wc_order_attribution_session_count','1'),(116660,2564,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116661,2564,'_wc_order_attribution_device_type','Desktop'),(116662,2564,'Payment type','instant'),(116663,2564,'_paypal_status','completed'),(116664,2564,'_transaction_id','0X882435B79771351'),(116665,2564,'PayPal Transaction Fee','16.38'),(116666,2564,'_date_paid','1710877043'),(116667,2564,'_paid_date','2024-03-19 19:37:23'),(116668,2553,'_edit_lock','1710877196:2'),(116669,2565,'_order_key','wc_order_yVH5LWSdbM8Te'),(116670,2565,'_customer_user','98'),(116671,2565,'_payment_method','paypal'),(116672,2565,'_payment_method_title','PayPal'),(116673,2565,'_customer_ip_address','24.62.247.50'),(116674,2565,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116675,2565,'_created_via','checkout'),(116676,2565,'_cart_hash','b65b44ead7e3ef5448b5e60dd4fc822d'),(116677,2565,'_download_permissions_granted','yes'),(116678,2565,'_recorded_sales','yes'),(116679,2565,'_recorded_coupon_usage_counts','yes'),(116680,2565,'_new_order_email_sent','true'),(116681,2565,'_order_stock_reduced','yes'),(116682,2565,'_billing_first_name','Christine'),(116683,2565,'_billing_last_name','Cherry'),(116684,2565,'_billing_company','NITS END'),(116685,2565,'_billing_address_1','PO BOX 1092'),(116686,2565,'_billing_city','Campton'),(116687,2565,'_billing_state','NH'),(116688,2565,'_billing_postcode','03223'),(116689,2565,'_billing_country','US'),(116690,2565,'_billing_email','christine@liceclinicscolumbus.com'),(116691,2565,'_billing_phone','16034983390'),(116692,2565,'_shipping_first_name','Erica'),(116693,2565,'_shipping_last_name','Froggatt'),(116694,2565,'_shipping_company','LCA'),(116695,2565,'_shipping_address_1','5910 Wilcox Pl'),(116696,2565,'_shipping_address_2','suite E'),(116697,2565,'_shipping_city','Dublin'),(116698,2565,'_shipping_state','OH'),(116699,2565,'_shipping_postcode','43016'),(116700,2565,'_shipping_country','US'),(116701,2565,'_order_currency','USD'),(116702,2565,'_cart_discount','0'),(116703,2565,'_cart_discount_tax','0'),(116704,2565,'_order_shipping','0'),(116705,2565,'_order_shipping_tax','0'),(116706,2565,'_order_tax','0'),(116707,2565,'_order_total','1147.05'),(116708,2565,'_order_version','8.7.0'),(116709,2565,'_prices_include_tax','no'),(116710,2565,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(116711,2565,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(116712,2565,'is_vat_exempt','no'),(116713,2565,'_wc_order_attribution_source_type','referral'),(116714,2565,'_wc_order_attribution_referrer','https://lcaportal.com/'),(116715,2565,'_wc_order_attribution_utm_source','lcaportal.com'),(116716,2565,'_wc_order_attribution_utm_medium','referral'),(116717,2565,'_wc_order_attribution_utm_content','/'),(116718,2565,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116719,2565,'_wc_order_attribution_session_start_time','2024-03-19 19:36:40'),(116720,2565,'_wc_order_attribution_session_pages','4'),(116721,2565,'_wc_order_attribution_session_count','3'),(116722,2565,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116723,2565,'_wc_order_attribution_device_type','Desktop'),(116724,2553,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213980\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"d80cce02ffc439c8377f28942b4a2b13\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213979\";s:12:\"date_shipped\";i:1710877318;s:11:\"tracking_id\";s:32:\"c1b616341e025c4c224c709f0f2afa21\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213968\";s:12:\"date_shipped\";i:1710877323;s:11:\"tracking_id\";s:32:\"57cb68a8ba2eb9d953241234378d2069\";}}'),(116725,2553,'_edit_last','2'),(116726,2553,'_date_completed','1710877325'),(116727,2553,'_completed_date','2024-03-19 19:42:05'),(116728,2565,'Payment type','instant'),(116729,2565,'_paypal_status','completed'),(116730,2565,'_transaction_id','3FP50154R17608223'),(116731,2565,'PayPal Transaction Fee','40.52'),(116732,2565,'_date_paid','1710877346'),(116733,2565,'_paid_date','2024-03-19 19:42:26'),(116734,2555,'_edit_lock','1710877256:2'),(116735,2555,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992213968\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"a052060329428cbdb9cbbde03116b758\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214092\";s:12:\"date_shipped\";i:1710877368;s:11:\"tracking_id\";s:32:\"2e00324ad34675ab67a87535676785bc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214081\";s:12:\"date_shipped\";i:1710877375;s:11:\"tracking_id\";s:32:\"1fdccb124febacae271e17a86cb00e98\";}}'),(116736,2555,'_edit_last','2'),(116737,2555,'_date_completed','1710877377'),(116738,2555,'_completed_date','2024-03-19 19:42:57'),(116739,2557,'_edit_lock','1710877299:2'),(116740,2557,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214173\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"00182c5f82fd1677c11d217e773ddfc8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214162\";s:12:\"date_shipped\";i:1710877426;s:11:\"tracking_id\";s:32:\"c35e74de0f708f81602c9706f0facaa9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214151\";s:12:\"date_shipped\";i:1710877431;s:11:\"tracking_id\";s:32:\"ff1dc757839bbdb90e2e6c9d72065c41\";}}'),(116741,2557,'_edit_last','2'),(116742,2557,'_date_completed','1710877433'),(116743,2557,'_completed_date','2024-03-19 19:43:53'),(116744,2556,'_edit_lock','1710877365:2'),(116745,2556,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214140\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"83bdcc23cd096b4d42418585a5552b99\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214130\";s:12:\"date_shipped\";i:1710877472;s:11:\"tracking_id\";s:32:\"fbb06b283ffcf8e80826b4d8946a35bb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214129\";s:12:\"date_shipped\";i:1710877479;s:11:\"tracking_id\";s:32:\"cdf86d8dcf692a957e52cfdd30ae1936\";}}'),(116746,2556,'_edit_last','2'),(116747,2556,'_date_completed','1710877482'),(116748,2556,'_completed_date','2024-03-19 19:44:42'),(116749,2558,'_edit_lock','1710877541:2'),(116750,2558,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214221\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"09468219ec8660dc5888535a681e0af8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214210\";s:12:\"date_shipped\";i:1710877534;s:11:\"tracking_id\";s:32:\"68f410d40f3a38dc30d0273b9070daef\";}}'),(116751,2558,'_edit_last','2'),(116752,2558,'_date_completed','1710877537'),(116753,2558,'_completed_date','2024-03-19 19:45:37'),(116754,2559,'_edit_lock','1710877925:2'),(116755,2559,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214346\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"10a7bc8b30cd8d9b8cad3c78a363cdff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214335\";s:12:\"date_shipped\";s:10:\"1710806400\";s:11:\"tracking_id\";s:32:\"15b7fcf2106ed95d8563053b3c564cb3\";}}'),(116756,2559,'_edit_last','2'),(116757,2559,'_date_completed','1710877654'),(116758,2559,'_completed_date','2024-03-19 19:47:34'),(116759,2565,'_edit_lock','1710959660:2'),(116760,2565,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214530\";s:12:\"date_shipped\";s:10:\"1710892800\";s:11:\"tracking_id\";s:32:\"97ab0310a5fae5bd943a5c9b114a52aa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214520\";s:12:\"date_shipped\";i:1710959779;s:11:\"tracking_id\";s:32:\"356d4ca1e1817296176210d87473b4a6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214519\";s:12:\"date_shipped\";i:1710959788;s:11:\"tracking_id\";s:32:\"368dd003644ac69a836f49939e13d202\";}}'),(116761,2565,'_edit_last','2'),(116762,2565,'_date_completed','1710959790'),(116763,2565,'_completed_date','2024-03-20 18:36:30'),(116764,2564,'_edit_lock','1712857565:2'),(116765,2564,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214508\";s:12:\"date_shipped\";s:10:\"1710892800\";s:11:\"tracking_id\";s:32:\"74337cb61b3e29e2dd1ed12757681097\";}}'),(116766,2564,'_edit_last','2'),(116767,2564,'_date_completed','1710959884'),(116768,2564,'_completed_date','2024-03-20 18:38:04'),(116769,2560,'_edit_lock','1710972314:2'),(116770,2560,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214471\";s:12:\"date_shipped\";s:10:\"1710892800\";s:11:\"tracking_id\";s:32:\"b2e39a41ed51f78fd19eeb3408b7a2c1\";}}'),(116771,2560,'_edit_last','2'),(116772,2560,'_date_completed','1710959949'),(116773,2560,'_completed_date','2024-03-20 18:39:09'),(116780,2566,'_order_key','wc_order_pC8FlvbL6ELcK'),(116781,2566,'_customer_user','15'),(116782,2566,'_payment_method','paypal'),(116783,2566,'_payment_method_title','PayPal'),(116784,2566,'_customer_ip_address','108.160.203.30'),(116785,2566,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(116786,2566,'_created_via','checkout'),(116787,2566,'_cart_hash','0d9cd4b8c688017418539af2559bec56'),(116788,2566,'_download_permissions_granted','yes'),(116789,2566,'_recorded_sales','yes'),(116790,2566,'_recorded_coupon_usage_counts','yes'),(116791,2566,'_new_order_email_sent','true'),(116792,2566,'_order_stock_reduced','yes'),(116793,2566,'_billing_first_name','Andrea'),(116794,2566,'_billing_last_name','Florsheim'),(116795,2566,'_billing_company','Lice Clincs of America'),(116796,2566,'_billing_address_1','270 E highland Ave'),(116797,2566,'_billing_city','Milwaukee'),(116798,2566,'_billing_state','WI'),(116799,2566,'_billing_postcode','53202'),(116800,2566,'_billing_country','US'),(116801,2566,'_billing_email','andrea@liceclinicscentral.com'),(116802,2566,'_billing_phone','4143354315'),(116803,2566,'_shipping_first_name','andrea'),(116804,2566,'_shipping_last_name','florsheim'),(116805,2566,'_shipping_company','LCA Waukesha'),(116806,2566,'_shipping_address_1','N4W22370 Bluemound Rd'),(116807,2566,'_shipping_address_2','Suite 203'),(116808,2566,'_shipping_city','Waukesha'),(116809,2566,'_shipping_state','WI'),(116810,2566,'_shipping_postcode','53186'),(116811,2566,'_shipping_country','US'),(116812,2566,'_order_currency','USD'),(116813,2566,'_cart_discount','0'),(116814,2566,'_cart_discount_tax','0'),(116815,2566,'_order_shipping','18.35'),(116816,2566,'_order_shipping_tax','0'),(116817,2566,'_order_tax','0'),(116818,2566,'_order_total','441.50'),(116819,2566,'_order_version','8.7.0'),(116820,2566,'_prices_include_tax','no'),(116821,2566,'_billing_address_index','Andrea Florsheim Lice Clincs of America 270 E highland Ave  Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(116822,2566,'_shipping_address_index','andrea florsheim LCA Waukesha N4W22370 Bluemound Rd Suite 203 Waukesha WI 53186 US '),(116823,2566,'is_vat_exempt','no'),(116824,2566,'_wc_order_attribution_source_type','typein'),(116825,2566,'_wc_order_attribution_utm_source','(direct)'),(116826,2566,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116827,2566,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(116828,2566,'_wc_order_attribution_session_pages','3'),(116829,2566,'_wc_order_attribution_session_count','2'),(116830,2566,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(116831,2566,'_wc_order_attribution_device_type','Desktop'),(116832,2566,'Payment type','instant'),(116833,2566,'_paypal_status','completed'),(116834,2566,'_transaction_id','52970648X8426031J'),(116835,2566,'PayPal Transaction Fee','15.90'),(116836,2566,'_date_paid','1711061040'),(116837,2566,'_paid_date','2024-03-21 22:44:00'),(116838,2567,'_order_key','wc_order_BoLi3NL49VJu1'),(116839,2567,'_customer_user','76'),(116840,2567,'_payment_method','paypal'),(116841,2567,'_payment_method_title','PayPal'),(116842,2567,'_customer_ip_address','71.234.104.107'),(116843,2567,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(116844,2567,'_created_via','checkout'),(116845,2567,'_cart_hash','6eecc63507362ba6e6f8eac005803c51'),(116846,2567,'_download_permissions_granted','yes'),(116847,2567,'_recorded_sales','yes'),(116848,2567,'_recorded_coupon_usage_counts','yes'),(116849,2567,'_new_order_email_sent','true'),(116850,2567,'_order_stock_reduced','yes'),(116851,2567,'_billing_first_name','Naomi'),(116852,2567,'_billing_last_name','Golden'),(116853,2567,'_billing_company','LCA'),(116854,2567,'_billing_address_1','31 Mann Ave'),(116855,2567,'_billing_city','Needham'),(116856,2567,'_billing_state','MA'),(116857,2567,'_billing_postcode','02492'),(116858,2567,'_billing_country','US'),(116859,2567,'_billing_email','nrgolden6486@gmail.com'),(116860,2567,'_billing_phone','617-851-1322'),(116861,2567,'_shipping_first_name','Naomi'),(116862,2567,'_shipping_last_name','Golden'),(116863,2567,'_shipping_company','LCA'),(116864,2567,'_shipping_address_1','1349 Centre Street'),(116865,2567,'_shipping_address_2','LCA - facing Trowbridge'),(116866,2567,'_shipping_city','Newton'),(116867,2567,'_shipping_state','MA'),(116868,2567,'_shipping_postcode','02459'),(116869,2567,'_shipping_country','US'),(116870,2567,'_order_currency','USD'),(116871,2567,'_cart_discount','0'),(116872,2567,'_cart_discount_tax','0'),(116873,2567,'_order_shipping','0'),(116874,2567,'_order_shipping_tax','0'),(116875,2567,'_order_tax','0'),(116876,2567,'_order_total','879.04'),(116877,2567,'_order_version','8.7.0'),(116878,2567,'_prices_include_tax','no'),(116879,2567,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(116880,2567,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street LCA - facing Trowbridge Newton MA 02459 US '),(116882,2567,'_wc_order_attribution_source_type','typein'),(116883,2567,'_wc_order_attribution_utm_source','(direct)'),(116884,2567,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116885,2567,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(116886,2567,'_wc_order_attribution_session_pages','4'),(116887,2567,'_wc_order_attribution_session_count','5'),(116888,2567,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(116889,2567,'_wc_order_attribution_device_type','Desktop'),(116890,2567,'is_vat_exempt','no'),(116891,2567,'_wc_order_attribution_source_type','typein'),(116892,2567,'_wc_order_attribution_utm_source','(direct)'),(116893,2567,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116894,2567,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(116895,2567,'_wc_order_attribution_session_pages','5'),(116896,2567,'_wc_order_attribution_session_count','5'),(116897,2567,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(116898,2567,'_wc_order_attribution_device_type','Desktop'),(116899,2567,'Payment type','instant'),(116900,2567,'_paypal_status','completed'),(116901,2567,'_transaction_id','1R2665714H497060U'),(116902,2567,'PayPal Transaction Fee','31.17'),(116903,2567,'_date_paid','1711125675'),(116904,2567,'_paid_date','2024-03-22 16:41:15'),(116905,2567,'_edit_lock','1711134717:2'),(116906,2567,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214471\";s:12:\"date_shipped\";s:10:\"1711065600\";s:11:\"tracking_id\";s:32:\"5e476c36627fd00c73aa8188a5287aac\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214460\";s:12:\"date_shipped\";i:1711134802;s:11:\"tracking_id\";s:32:\"6f67c6b159acffffc8d268e954211967\";}}'),(116907,2567,'_edit_last','2'),(116908,2567,'_date_completed','1711134814'),(116909,2567,'_completed_date','2024-03-22 19:13:34'),(116910,2566,'_edit_lock','1711134717:2'),(116911,2566,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214769\";s:12:\"date_shipped\";s:10:\"1711065600\";s:11:\"tracking_id\";s:32:\"8975caa2dbc04e95f07108e8e56ee6f5\";}}'),(116912,2566,'_edit_last','2'),(116913,2566,'_date_completed','1711134841'),(116914,2566,'_completed_date','2024-03-22 19:14:01'),(116915,2568,'_order_key','wc_order_cVkBFd0WnJYV2'),(116916,2568,'_customer_user','20'),(116917,2568,'_payment_method','paypal'),(116918,2568,'_payment_method_title','PayPal'),(116919,2568,'_customer_ip_address','198.72.181.87'),(116920,2568,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(116921,2568,'_created_via','checkout'),(116922,2568,'_cart_hash','7e4e243a3adb077cc474c088371282ae'),(116923,2568,'_download_permissions_granted','yes'),(116924,2568,'_recorded_sales','yes'),(116925,2568,'_recorded_coupon_usage_counts','yes'),(116926,2568,'_new_order_email_sent','true'),(116927,2568,'_order_stock_reduced','yes'),(116928,2568,'_billing_first_name','Hasani'),(116929,2568,'_billing_last_name','Thompson'),(116930,2568,'_billing_company','Heat in Hair'),(116931,2568,'_billing_address_1','27225 Camp Plenty Road'),(116932,2568,'_billing_address_2','1D'),(116933,2568,'_billing_city','Santa Clarita'),(116934,2568,'_billing_state','CA'),(116935,2568,'_billing_postcode','91351'),(116936,2568,'_billing_country','US'),(116937,2568,'_billing_email','info@liceclinicssantaclarita.com'),(116938,2568,'_billing_phone','6615850263'),(116939,2568,'_shipping_first_name','Hasani'),(116940,2568,'_shipping_last_name','Thompson'),(116941,2568,'_shipping_company','Heat in Hair'),(116942,2568,'_shipping_address_1','5145 Nightsky Place'),(116943,2568,'_shipping_city','Palmdale'),(116944,2568,'_shipping_state','CA'),(116945,2568,'_shipping_postcode','93552'),(116946,2568,'_shipping_country','US'),(116947,2568,'_order_currency','USD'),(116948,2568,'_cart_discount','0'),(116949,2568,'_cart_discount_tax','0'),(116950,2568,'_order_shipping','94.57'),(116951,2568,'_order_shipping_tax','0'),(116952,2568,'_order_tax','0'),(116953,2568,'_order_total','531.02'),(116954,2568,'_order_version','8.7.0'),(116955,2568,'_prices_include_tax','no'),(116956,2568,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(116957,2568,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(116958,2568,'is_vat_exempt','no'),(116959,2568,'_wc_order_attribution_source_type','referral'),(116960,2568,'_wc_order_attribution_referrer','https://lcaportal.com/'),(116961,2568,'_wc_order_attribution_utm_source','lcaportal.com'),(116962,2568,'_wc_order_attribution_utm_medium','referral'),(116963,2568,'_wc_order_attribution_utm_content','/'),(116964,2568,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(116965,2568,'_wc_order_attribution_session_start_time','2024-03-22 22:23:06'),(116966,2568,'_wc_order_attribution_session_pages','6'),(116967,2568,'_wc_order_attribution_session_count','5'),(116968,2568,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(116969,2568,'_wc_order_attribution_device_type','Desktop'),(116970,2568,'Payment type','instant'),(116971,2568,'_paypal_status','completed'),(116972,2568,'_transaction_id','9NU27581XC009354D'),(116973,2568,'PayPal Transaction Fee','19.02'),(116974,2568,'_date_paid','1711146761'),(116975,2568,'_paid_date','2024-03-22 22:32:41'),(116976,2569,'_order_key','wc_order_aUdcf1iRvuG4E'),(116977,2569,'_customer_user','66'),(116978,2569,'_payment_method','paypal'),(116979,2569,'_payment_method_title','PayPal'),(116980,2569,'_customer_ip_address','69.250.30.77'),(116981,2569,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(116982,2569,'_created_via','checkout'),(116983,2569,'_cart_hash','33f6fc1d7ca0ba41ad7920dddd559758'),(116984,2569,'_download_permissions_granted','yes'),(116985,2569,'_recorded_sales','yes'),(116986,2569,'_recorded_coupon_usage_counts','yes'),(116987,2569,'_new_order_email_sent','true'),(116988,2569,'_order_stock_reduced','yes'),(116989,2569,'_billing_first_name','Mark'),(116990,2569,'_billing_last_name','Dent'),(116991,2569,'_billing_company','Lice Clinics of Maryland'),(116992,2569,'_billing_address_1','801 W 33rd Street'),(116993,2569,'_billing_city','BAltimore'),(116994,2569,'_billing_state','MD'),(116995,2569,'_billing_postcode','21211'),(116996,2569,'_billing_country','US'),(116997,2569,'_billing_email','info@liceclinicsofmaryland.com'),(116998,2569,'_billing_phone','4438349991'),(116999,2569,'_shipping_first_name','Dawn'),(117000,2569,'_shipping_last_name','Mumaw'),(117001,2569,'_shipping_company','LCA Baltimore'),(117002,2569,'_shipping_address_1','604 Providence Road'),(117003,2569,'_shipping_city','Towson'),(117004,2569,'_shipping_state','MD'),(117005,2569,'_shipping_postcode','21286'),(117006,2569,'_shipping_country','US'),(117007,2569,'_order_currency','USD'),(117008,2569,'_cart_discount','0'),(117009,2569,'_cart_discount_tax','0'),(117010,2569,'_order_shipping','0'),(117011,2569,'_order_shipping_tax','0'),(117012,2569,'_order_tax','0'),(117013,2569,'_order_total','1135.86'),(117014,2569,'_order_version','8.7.0'),(117015,2569,'_prices_include_tax','no'),(117016,2569,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(117017,2569,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(117018,2569,'is_vat_exempt','no'),(117019,2569,'_wc_order_attribution_source_type','referral'),(117020,2569,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117021,2569,'_wc_order_attribution_utm_source','lcaportal.com'),(117022,2569,'_wc_order_attribution_utm_medium','referral'),(117023,2569,'_wc_order_attribution_utm_content','/'),(117024,2569,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117025,2569,'_wc_order_attribution_session_start_time','2024-03-25 12:41:48'),(117026,2569,'_wc_order_attribution_session_pages','4'),(117027,2569,'_wc_order_attribution_session_count','1'),(117028,2569,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(117029,2569,'_wc_order_attribution_device_type','Desktop'),(117030,2569,'Payment type','instant'),(117031,2569,'_paypal_status','completed'),(117032,2569,'_transaction_id','32D501683B1512444'),(117033,2569,'PayPal Transaction Fee','40.13'),(117034,2569,'_date_paid','1711371095'),(117035,2569,'_paid_date','2024-03-25 12:51:35'),(117036,2570,'_order_key','wc_order_Qfc4hB19PQ41r'),(117037,2570,'_customer_user','83'),(117038,2570,'_payment_method','paypal'),(117039,2570,'_payment_method_title','PayPal'),(117040,2570,'_customer_ip_address','65.133.19.10'),(117041,2570,'_customer_user_agent','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'),(117042,2570,'_created_via','checkout'),(117043,2570,'_cart_hash','c3c97123a00f9675dccf77c7ce666b5e'),(117044,2570,'_download_permissions_granted','yes'),(117045,2570,'_recorded_sales','yes'),(117046,2570,'_recorded_coupon_usage_counts','yes'),(117047,2570,'_new_order_email_sent','true'),(117048,2570,'_order_stock_reduced','yes'),(117049,2570,'_billing_first_name','Tanya'),(117050,2570,'_billing_last_name','Kensley'),(117051,2570,'_billing_company','Lice Clinics of America'),(117052,2570,'_billing_address_1','4248 McMurry Ave'),(117053,2570,'_billing_city','Fort Collins'),(117054,2570,'_billing_state','CO'),(117055,2570,'_billing_postcode','80525'),(117056,2570,'_billing_country','US'),(117057,2570,'_billing_email','info@liceclinicsnortherncolorado.com'),(117058,2570,'_billing_phone','9702338787'),(117059,2570,'_shipping_first_name','Lice Clinics'),(117060,2570,'_shipping_last_name','America'),(117061,2570,'_shipping_company','Lice Clinics of America Longmont'),(117062,2570,'_shipping_address_1','421 21st Ave, Suite 210'),(117063,2570,'_shipping_city','Longmont'),(117064,2570,'_shipping_state','CO'),(117065,2570,'_shipping_postcode','80501'),(117066,2570,'_shipping_country','US'),(117067,2570,'_order_currency','USD'),(117068,2570,'_cart_discount','0'),(117069,2570,'_cart_discount_tax','0'),(117070,2570,'_order_shipping','21.84'),(117071,2570,'_order_shipping_tax','0'),(117072,2570,'_order_tax','0'),(117073,2570,'_order_total','145.52'),(117074,2570,'_order_version','8.7.0'),(117075,2570,'_prices_include_tax','no'),(117076,2570,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(117077,2570,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(117078,2570,'is_vat_exempt','no'),(117079,2570,'_wc_order_attribution_source_type','referral'),(117080,2570,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117081,2570,'_wc_order_attribution_utm_source','lcaportal.com'),(117082,2570,'_wc_order_attribution_utm_medium','referral'),(117083,2570,'_wc_order_attribution_utm_content','/'),(117084,2570,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117085,2570,'_wc_order_attribution_session_start_time','2024-03-25 16:43:19'),(117086,2570,'_wc_order_attribution_session_pages','3'),(117087,2570,'_wc_order_attribution_session_count','2'),(117088,2570,'_wc_order_attribution_user_agent','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'),(117089,2570,'_wc_order_attribution_device_type','Desktop'),(117090,2570,'Payment type','instant'),(117091,2570,'_paypal_status','completed'),(117092,2570,'_transaction_id','2YY76285K1130623C'),(117093,2570,'PayPal Transaction Fee','5.57'),(117094,2570,'_date_paid','1711385080'),(117095,2570,'_paid_date','2024-03-25 16:44:40'),(117096,2569,'_edit_lock','1711418166:2'),(117097,2569,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215088\";s:12:\"date_shipped\";s:10:\"1711411200\";s:11:\"tracking_id\";s:32:\"846f770973421318cb10add843125e1e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215077\";s:12:\"date_shipped\";i:1711418239;s:11:\"tracking_id\";s:32:\"b0caf238e258af7e97a2823f91c490c2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215066\";s:12:\"date_shipped\";i:1711418286;s:11:\"tracking_id\";s:32:\"32ad9740a46195e41a9a5c046bd23526\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215055\";s:12:\"date_shipped\";i:1711418290;s:11:\"tracking_id\";s:32:\"b461560d1e74aafeef3df78940117918\";}}'),(117098,2569,'_edit_last','2'),(117099,2569,'_date_completed','1711418292'),(117100,2569,'_completed_date','2024-03-26 01:58:12'),(117101,2570,'_edit_lock','1711418334:2'),(117102,2570,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215044\";s:12:\"date_shipped\";s:10:\"1711411200\";s:11:\"tracking_id\";s:32:\"a710f27059757f1ab669126e530f56b3\";}}'),(117103,2570,'_edit_last','2'),(117104,2570,'_date_completed','1711418330'),(117105,2570,'_completed_date','2024-03-26 01:58:50'),(117106,2568,'_edit_lock','1711418241:2'),(117107,2568,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215000\";s:12:\"date_shipped\";s:10:\"1711411200\";s:11:\"tracking_id\";s:32:\"dbeae27eb2f436a56c4c1e7ce13b4b27\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992214997\";s:12:\"date_shipped\";i:1711418363;s:11:\"tracking_id\";s:32:\"7c35ae601e05bf9275068b6eb1338497\";}}'),(117108,2568,'_edit_last','2'),(117109,2568,'_date_completed','1711418370'),(117110,2568,'_completed_date','2024-03-26 01:59:30'),(117117,2571,'_order_key','wc_order_xNaEFctEoSJlk'),(117118,2571,'_customer_user','52'),(117119,2571,'_payment_method','paypal'),(117120,2571,'_payment_method_title','PayPal'),(117121,2571,'_customer_ip_address','71.163.16.212'),(117122,2571,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117123,2571,'_created_via','checkout'),(117124,2571,'_cart_hash','6f7378186a3e0e6903d2aec4a183cb39'),(117125,2571,'_download_permissions_granted','yes'),(117126,2571,'_recorded_sales','yes'),(117127,2571,'_recorded_coupon_usage_counts','yes'),(117128,2571,'_new_order_email_sent','true'),(117129,2571,'_order_stock_reduced','yes'),(117130,2571,'_billing_first_name','Darlene'),(117131,2571,'_billing_last_name','LaFramboise'),(117132,2571,'_billing_company','LCA-NOVA'),(117133,2571,'_billing_address_1','25473 Tomey Ct'),(117134,2571,'_billing_city','Aldie'),(117135,2571,'_billing_state','VA'),(117136,2571,'_billing_postcode','20105-3048'),(117137,2571,'_billing_country','US'),(117138,2571,'_billing_email','info@liceremovalnova.com'),(117139,2571,'_billing_phone','7033031576'),(117140,2571,'_shipping_first_name','Darlene'),(117141,2571,'_shipping_last_name','LaFramboise'),(117142,2571,'_shipping_company','LCA-NOVA'),(117143,2571,'_shipping_address_1','25473 Tomey Ct'),(117144,2571,'_shipping_city','Aldie'),(117145,2571,'_shipping_state','VA'),(117146,2571,'_shipping_postcode','20105-3048'),(117147,2571,'_shipping_country','US'),(117148,2571,'_order_currency','USD'),(117149,2571,'_cart_discount','0'),(117150,2571,'_cart_discount_tax','0'),(117151,2571,'_order_shipping','16.77'),(117152,2571,'_order_shipping_tax','0'),(117153,2571,'_order_tax','0'),(117154,2571,'_order_total','287.73'),(117155,2571,'_order_version','8.7.0'),(117156,2571,'_prices_include_tax','no'),(117157,2571,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(117158,2571,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(117159,2571,'is_vat_exempt','no'),(117160,2571,'_wc_order_attribution_source_type','referral'),(117161,2571,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(117162,2571,'_wc_order_attribution_utm_source','lcaportal.com'),(117163,2571,'_wc_order_attribution_utm_medium','referral'),(117164,2571,'_wc_order_attribution_utm_content','/'),(117165,2571,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117166,2571,'_wc_order_attribution_session_start_time','2024-03-26 19:20:21'),(117167,2571,'_wc_order_attribution_session_pages','3'),(117168,2571,'_wc_order_attribution_session_count','1'),(117169,2571,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117170,2571,'_wc_order_attribution_device_type','Desktop'),(117171,2571,'Payment type','instant'),(117172,2571,'_paypal_status','completed'),(117173,2571,'_transaction_id','4MC72576BT6755621'),(117174,2571,'PayPal Transaction Fee','10.53'),(117175,2571,'_date_paid','1711481072'),(117176,2571,'_paid_date','2024-03-26 19:24:32'),(117177,2571,'_edit_lock','1711562597:2'),(117178,2571,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215353\";s:12:\"date_shipped\";s:10:\"1711497600\";s:11:\"tracking_id\";s:32:\"f85b08a6e5bbacf65a3173ad5fcfd0ce\";}}'),(117179,2571,'_edit_last','2'),(117180,2571,'_date_completed','1711562728'),(117181,2571,'_completed_date','2024-03-27 18:05:28'),(117189,2572,'_order_key','wc_order_MJvly4CprrWkg'),(117190,2572,'_customer_user','11'),(117191,2572,'_payment_method','paypal'),(117192,2572,'_payment_method_title','PayPal'),(117193,2572,'_customer_ip_address','74.130.239.204'),(117194,2572,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117195,2572,'_created_via','checkout'),(117196,2572,'_cart_hash','d5b0959fc251322928ee18e36adbff1a'),(117197,2572,'_download_permissions_granted','yes'),(117198,2572,'_recorded_sales','yes'),(117199,2572,'_recorded_coupon_usage_counts','yes'),(117200,2572,'_new_order_email_sent','true'),(117201,2572,'_order_stock_reduced','yes'),(117202,2572,'_billing_first_name','Tina'),(117203,2572,'_billing_last_name','Hunt'),(117204,2572,'_billing_company','LCBG, LLC'),(117205,2572,'_billing_address_1','830 Fairview Ave.'),(117206,2572,'_billing_address_2','Suite A-4'),(117207,2572,'_billing_city','Bowling Green'),(117208,2572,'_billing_state','KY'),(117209,2572,'_billing_postcode','42101'),(117210,2572,'_billing_country','US'),(117211,2572,'_billing_email','lcbgky12@gmail.com'),(117212,2572,'_billing_phone','2709996803'),(117213,2572,'_shipping_first_name','Tina'),(117214,2572,'_shipping_last_name','Hunt'),(117215,2572,'_shipping_company','LCBG, LLC'),(117216,2572,'_shipping_address_1','494 Hub Boulevard'),(117217,2572,'_shipping_address_2','Apt 1012'),(117218,2572,'_shipping_city','Bowling Green'),(117219,2572,'_shipping_state','KY'),(117220,2572,'_shipping_postcode','42101'),(117221,2572,'_shipping_country','US'),(117222,2572,'_order_currency','USD'),(117223,2572,'_cart_discount','0'),(117224,2572,'_cart_discount_tax','0'),(117225,2572,'_order_shipping','0'),(117226,2572,'_order_shipping_tax','0'),(117227,2572,'_order_tax','0'),(117228,2572,'_order_total','510.44'),(117229,2572,'_order_version','8.7.0'),(117230,2572,'_prices_include_tax','no'),(117231,2572,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(117232,2572,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(117233,2572,'is_vat_exempt','no'),(117234,2572,'_wc_order_attribution_source_type','referral'),(117235,2572,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117236,2572,'_wc_order_attribution_utm_source','lcaportal.com'),(117237,2572,'_wc_order_attribution_utm_medium','referral'),(117238,2572,'_wc_order_attribution_utm_content','/'),(117239,2572,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117240,2572,'_wc_order_attribution_session_start_time','2024-04-01 15:08:09'),(117241,2572,'_wc_order_attribution_session_pages','3'),(117242,2572,'_wc_order_attribution_session_count','1'),(117243,2572,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117244,2572,'_wc_order_attribution_device_type','Desktop'),(117245,2572,'Payment type','instant'),(117246,2572,'_paypal_status','completed'),(117247,2572,'_transaction_id','3TY16524G87218243'),(117248,2572,'PayPal Transaction Fee','18.30'),(117249,2572,'_date_paid','1711985642'),(117250,2572,'_paid_date','2024-04-01 15:34:02'),(117255,2572,'_edit_lock','1712019962:2'),(117259,2574,'_order_key','wc_order_UhN0lHmPpko4I'),(117260,2574,'_customer_user','50'),(117261,2574,'_payment_method','paypal'),(117262,2574,'_payment_method_title','PayPal'),(117263,2574,'_customer_ip_address','24.62.247.50'),(117264,2574,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(117265,2574,'_created_via','checkout'),(117266,2574,'_cart_hash','1af255341e230172211718fa282bca2b'),(117267,2574,'_download_permissions_granted','yes'),(117268,2574,'_recorded_sales','yes'),(117269,2574,'_recorded_coupon_usage_counts','yes'),(117270,2574,'_new_order_email_sent','true'),(117271,2574,'_order_stock_reduced','yes'),(117272,2574,'_billing_first_name','Christine'),(117273,2574,'_billing_last_name','Cherry'),(117274,2574,'_billing_company','NITS END'),(117275,2574,'_billing_address_1','PO BOX 1092'),(117276,2574,'_billing_city','Campton'),(117277,2574,'_billing_state','NH'),(117278,2574,'_billing_postcode','03223'),(117279,2574,'_billing_country','US'),(117280,2574,'_billing_email','info@liceclinicsplaistow.com'),(117281,2574,'_billing_phone','16034983390'),(117282,2574,'_shipping_first_name','Naomi'),(117283,2574,'_shipping_last_name','Njuguna'),(117284,2574,'_shipping_company','Nits End/LCA'),(117285,2574,'_shipping_address_1','71 Spit Brook Rd'),(117286,2574,'_shipping_address_2','Suite 403'),(117287,2574,'_shipping_city','Nashua'),(117288,2574,'_shipping_state','NH'),(117289,2574,'_shipping_postcode','03060'),(117290,2574,'_shipping_country','US'),(117291,2574,'_order_currency','USD'),(117292,2574,'_cart_discount','0'),(117293,2574,'_cart_discount_tax','0'),(117294,2574,'_order_shipping','71.81'),(117295,2574,'_order_shipping_tax','0'),(117296,2574,'_order_tax','0'),(117297,2574,'_order_total','403.41'),(117298,2574,'_order_version','8.7.0'),(117299,2574,'_prices_include_tax','no'),(117300,2574,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(117301,2574,'_shipping_address_index','Naomi Njuguna Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(117302,2574,'is_vat_exempt','no'),(117303,2574,'_wc_order_attribution_source_type','referral'),(117304,2574,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117305,2574,'_wc_order_attribution_utm_source','lcaportal.com'),(117306,2574,'_wc_order_attribution_utm_medium','referral'),(117307,2574,'_wc_order_attribution_utm_content','/'),(117308,2574,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117309,2574,'_wc_order_attribution_session_start_time','2024-04-01 17:53:00'),(117310,2574,'_wc_order_attribution_session_pages','10'),(117311,2574,'_wc_order_attribution_session_count','7'),(117312,2574,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(117313,2574,'_wc_order_attribution_device_type','Desktop'),(117314,2574,'Payment type','instant'),(117315,2574,'_paypal_status','completed'),(117316,2574,'_transaction_id','58N225320S5834813'),(117317,2574,'PayPal Transaction Fee','14.57'),(117318,2574,'_date_paid','1712001439'),(117319,2574,'_paid_date','2024-04-01 19:57:19'),(117320,2575,'_order_key','wc_order_vItpwfoJzDTqN'),(117321,2575,'_customer_user','37'),(117322,2575,'_payment_method','paypal'),(117323,2575,'_payment_method_title','PayPal'),(117324,2575,'_customer_ip_address','207.155.71.231'),(117325,2575,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(117326,2575,'_created_via','checkout'),(117327,2575,'_cart_hash','4dd7e0e5f8f153b1631d9c3b6075484a'),(117328,2575,'_download_permissions_granted','yes'),(117329,2575,'_recorded_sales','yes'),(117330,2575,'_recorded_coupon_usage_counts','yes'),(117331,2575,'_new_order_email_sent','true'),(117332,2575,'_order_stock_reduced','yes'),(117333,2575,'_billing_first_name','Melody'),(117334,2575,'_billing_last_name','Carter'),(117335,2575,'_billing_company','Family Hair Clinic of South Ga LLC'),(117336,2575,'_billing_address_1','7754 GA HIGHWAY 122 W'),(117337,2575,'_billing_city','HAHIRA'),(117338,2575,'_billing_state','GA'),(117339,2575,'_billing_postcode','31632-2210'),(117340,2575,'_billing_country','US'),(117341,2575,'_billing_email','familyhairclinic@gmail.com'),(117342,2575,'_billing_phone','2294151748'),(117343,2575,'_shipping_first_name','Melody'),(117344,2575,'_shipping_last_name','Carter'),(117345,2575,'_shipping_company','Family Hair Clinic of South Ga LLC'),(117346,2575,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(117347,2575,'_shipping_city','HAHIRA'),(117348,2575,'_shipping_state','GA'),(117349,2575,'_shipping_postcode','31632-2210'),(117350,2575,'_shipping_country','US'),(117351,2575,'_order_currency','USD'),(117352,2575,'_cart_discount','0'),(117353,2575,'_cart_discount_tax','0'),(117354,2575,'_order_shipping','71.73'),(117355,2575,'_order_shipping_tax','0'),(117356,2575,'_order_tax','0'),(117357,2575,'_order_total','387.53'),(117358,2575,'_order_version','8.7.0'),(117359,2575,'_prices_include_tax','no'),(117360,2575,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(117361,2575,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(117362,2575,'is_vat_exempt','no'),(117363,2575,'_wc_order_attribution_source_type','referral'),(117364,2575,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117365,2575,'_wc_order_attribution_utm_source','lcaportal.com'),(117366,2575,'_wc_order_attribution_utm_medium','referral'),(117367,2575,'_wc_order_attribution_utm_content','/'),(117368,2575,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117369,2575,'_wc_order_attribution_session_start_time','2024-04-01 21:25:33'),(117370,2575,'_wc_order_attribution_session_pages','11'),(117371,2575,'_wc_order_attribution_session_count','1'),(117372,2575,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(117373,2575,'_wc_order_attribution_device_type','Desktop'),(117374,2575,'Payment type','instant'),(117375,2575,'_paypal_status','completed'),(117376,2575,'_transaction_id','2VF50557A9193152H'),(117377,2575,'PayPal Transaction Fee','14.01'),(117378,2575,'_date_paid','1712006960'),(117379,2575,'_paid_date','2024-04-01 21:29:20'),(117380,2572,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215890\";s:12:\"date_shipped\";s:10:\"1712016000\";s:11:\"tracking_id\";s:32:\"14477f8cd88fb23a35236b0716bcab58\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215880\";s:12:\"date_shipped\";i:1712020072;s:11:\"tracking_id\";s:32:\"97a2a368233ca8b166f1b07e40ff8cf2\";}}'),(117381,2572,'_edit_last','2'),(117382,2572,'_date_completed','1712020075'),(117383,2572,'_completed_date','2024-04-02 01:07:55'),(117384,2576,'_order_key','wc_order_AF8u3KEtBypVx'),(117385,2576,'_customer_user','77'),(117386,2576,'_payment_method','paypal'),(117387,2576,'_payment_method_title','PayPal'),(117388,2576,'_customer_ip_address','162.201.108.83'),(117389,2576,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(117390,2576,'_created_via','checkout'),(117391,2576,'_cart_hash','737aee4282d8c448a441c6b8e310022d'),(117392,2576,'_download_permissions_granted','yes'),(117393,2576,'_recorded_sales','yes'),(117394,2576,'_recorded_coupon_usage_counts','yes'),(117395,2576,'_new_order_email_sent','true'),(117396,2576,'_order_stock_reduced','yes'),(117397,2576,'_billing_first_name','Phil'),(117398,2576,'_billing_last_name','Moon'),(117399,2576,'_billing_company','LiceBusters, LLC'),(117400,2576,'_billing_address_1','105 Live Oak Lane'),(117401,2576,'_billing_city','Pleasant Hill'),(117402,2576,'_billing_state','CA'),(117403,2576,'_billing_postcode','94523'),(117404,2576,'_billing_country','US'),(117405,2576,'_billing_email','kris10maroot@gmail.com'),(117406,2576,'_billing_phone','5593046305'),(117407,2576,'_shipping_first_name','Kristen'),(117408,2576,'_shipping_last_name','Maroot-Rippee'),(117409,2576,'_shipping_company','LiceBusters, LLC'),(117410,2576,'_shipping_address_1','487 W. Scott Avenue'),(117411,2576,'_shipping_city','Fresno'),(117412,2576,'_shipping_state','CA'),(117413,2576,'_shipping_postcode','93704'),(117414,2576,'_shipping_country','US'),(117415,2576,'_order_currency','USD'),(117416,2576,'_cart_discount','0'),(117417,2576,'_cart_discount_tax','0'),(117418,2576,'_order_shipping','0'),(117419,2576,'_order_shipping_tax','0'),(117420,2576,'_order_tax','0'),(117421,2576,'_order_total','710.40'),(117422,2576,'_order_version','8.7.0'),(117423,2576,'_prices_include_tax','no'),(117424,2576,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(117425,2576,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(117426,2576,'is_vat_exempt','no'),(117427,2576,'_wc_order_attribution_source_type','typein'),(117428,2576,'_wc_order_attribution_utm_source','(direct)'),(117429,2576,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117430,2576,'_wc_order_attribution_session_start_time','2024-01-23 21:31:49'),(117431,2576,'_wc_order_attribution_session_pages','3'),(117432,2576,'_wc_order_attribution_session_count','19'),(117433,2576,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'),(117434,2576,'_wc_order_attribution_device_type','Desktop'),(117435,2576,'Payment type','instant'),(117436,2576,'_paypal_status','completed'),(117437,2576,'_transaction_id','440352663Y915422W'),(117438,2576,'PayPal Transaction Fee','25.28'),(117439,2576,'_date_paid','1712075208'),(117440,2576,'_paid_date','2024-04-02 16:26:48'),(117441,2577,'_order_key','wc_order_DHLwc1UHUGF3A'),(117442,2577,'_customer_user','3'),(117443,2577,'_payment_method','paypal'),(117444,2577,'_payment_method_title','PayPal'),(117445,2577,'_customer_ip_address','70.142.202.154'),(117446,2577,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117447,2577,'_created_via','checkout'),(117448,2577,'_cart_hash','4c26f660f7786c7934ee59a8d5f65d54'),(117449,2577,'_download_permissions_granted','yes'),(117450,2577,'_recorded_sales','yes'),(117451,2577,'_recorded_coupon_usage_counts','yes'),(117452,2577,'_new_order_email_sent','true'),(117453,2577,'_order_stock_reduced','yes'),(117454,2577,'_billing_first_name','Amanda'),(117455,2577,'_billing_last_name','Westerman'),(117456,2577,'_billing_company','Lice Clinics of America McKinney'),(117457,2577,'_billing_address_1','3120 Hudson Crossing'),(117458,2577,'_billing_address_2','Suite A2'),(117459,2577,'_billing_city','MCKINNEY'),(117460,2577,'_billing_state','TX'),(117461,2577,'_billing_postcode','75070'),(117462,2577,'_billing_country','US'),(117463,2577,'_billing_email','awesterman1103@gmail.com'),(117464,2577,'_billing_phone','2144175741'),(117465,2577,'_shipping_first_name','AMANDA'),(117466,2577,'_shipping_last_name','Westerman'),(117467,2577,'_shipping_company','Beautystudio'),(117468,2577,'_shipping_address_1','1709 Damian Way'),(117469,2577,'_shipping_address_2','Suite A2'),(117470,2577,'_shipping_city','Richardson'),(117471,2577,'_shipping_state','TX'),(117472,2577,'_shipping_postcode','75081'),(117473,2577,'_shipping_country','US'),(117474,2577,'_order_currency','USD'),(117475,2577,'_cart_discount','0'),(117476,2577,'_cart_discount_tax','0'),(117477,2577,'_order_shipping','0'),(117478,2577,'_order_shipping_tax','0'),(117479,2577,'_order_tax','0'),(117480,2577,'_order_total','810.58'),(117481,2577,'_order_version','8.7.0'),(117482,2577,'_prices_include_tax','no'),(117483,2577,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(117484,2577,'_shipping_address_index','AMANDA Westerman Beautystudio 1709 Damian Way Suite A2 Richardson TX 75081 US '),(117485,2577,'is_vat_exempt','no'),(117486,2577,'_wc_order_attribution_source_type','referral'),(117487,2577,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117488,2577,'_wc_order_attribution_utm_source','lcaportal.com'),(117489,2577,'_wc_order_attribution_utm_medium','referral'),(117490,2577,'_wc_order_attribution_utm_content','/'),(117491,2577,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117492,2577,'_wc_order_attribution_session_start_time','2024-04-02 18:22:23'),(117493,2577,'_wc_order_attribution_session_pages','3'),(117494,2577,'_wc_order_attribution_session_count','1'),(117495,2577,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117496,2577,'_wc_order_attribution_device_type','Desktop'),(117497,2577,'Payment type','instant'),(117498,2577,'_paypal_status','completed'),(117499,2577,'_transaction_id','03C62030FB2455514'),(117500,2577,'PayPal Transaction Fee','28.78'),(117501,2577,'_date_paid','1712094343'),(117502,2577,'_paid_date','2024-04-02 21:45:43'),(117503,2578,'_order_key','wc_order_6BHlfqaIwFQyM'),(117504,2578,'_customer_user','3'),(117505,2578,'_payment_method','paypal'),(117506,2578,'_payment_method_title','PayPal'),(117507,2578,'_customer_ip_address','70.142.202.154'),(117508,2578,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117509,2578,'_created_via','checkout'),(117510,2578,'_cart_hash','3cd329ae645d4a2815224604af928c7b'),(117511,2578,'_download_permissions_granted','yes'),(117512,2578,'_recorded_sales','yes'),(117513,2578,'_recorded_coupon_usage_counts','yes'),(117514,2578,'_new_order_email_sent','true'),(117515,2578,'_order_stock_reduced','yes'),(117516,2578,'_billing_first_name','Amanda'),(117517,2578,'_billing_last_name','Westerman'),(117518,2578,'_billing_company','Lice Clinics of America McKinney'),(117519,2578,'_billing_address_1','3120 Hudson Crossing'),(117520,2578,'_billing_address_2','Suite A2'),(117521,2578,'_billing_city','MCKINNEY'),(117522,2578,'_billing_state','TX'),(117523,2578,'_billing_postcode','75070'),(117524,2578,'_billing_country','US'),(117525,2578,'_billing_email','awesterman1103@gmail.com'),(117526,2578,'_billing_phone','2144175741'),(117527,2578,'_shipping_first_name','Amanda'),(117528,2578,'_shipping_last_name','Westerman'),(117529,2578,'_shipping_company','Lice Clinics of America McKinney'),(117530,2578,'_shipping_address_1','3120 Hudson Crossing'),(117531,2578,'_shipping_address_2','Suite A2'),(117532,2578,'_shipping_city','MCKINNEY'),(117533,2578,'_shipping_state','TX'),(117534,2578,'_shipping_postcode','75070'),(117535,2578,'_shipping_country','US'),(117536,2578,'_order_currency','USD'),(117537,2578,'_cart_discount','0'),(117538,2578,'_cart_discount_tax','0'),(117539,2578,'_order_shipping','0'),(117540,2578,'_order_shipping_tax','0'),(117541,2578,'_order_tax','0'),(117542,2578,'_order_total','801.85'),(117543,2578,'_order_version','8.7.0'),(117544,2578,'_prices_include_tax','no'),(117545,2578,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(117546,2578,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(117547,2578,'is_vat_exempt','no'),(117548,2578,'_wc_order_attribution_source_type','referral'),(117549,2578,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117550,2578,'_wc_order_attribution_utm_source','lcaportal.com'),(117551,2578,'_wc_order_attribution_utm_medium','referral'),(117552,2578,'_wc_order_attribution_utm_content','/'),(117553,2578,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117554,2578,'_wc_order_attribution_session_start_time','2024-04-02 22:16:55'),(117555,2578,'_wc_order_attribution_session_pages','3'),(117556,2578,'_wc_order_attribution_session_count','3'),(117557,2578,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117558,2578,'_wc_order_attribution_device_type','Desktop'),(117559,2578,'Payment type','instant'),(117560,2578,'_paypal_status','completed'),(117561,2578,'_transaction_id','8R724695KC334283A'),(117562,2578,'PayPal Transaction Fee','28.47'),(117563,2578,'_date_paid','1712096366'),(117564,2578,'_paid_date','2024-04-02 22:19:26'),(117565,2576,'_edit_lock','1712165364:2'),(117566,2576,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216279\";s:12:\"date_shipped\";s:10:\"1712102400\";s:11:\"tracking_id\";s:32:\"eff348ef7d2e1d4c29f40359c51c5df5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216268\";s:12:\"date_shipped\";i:1712165483;s:11:\"tracking_id\";s:32:\"f5150ad8738b750f2009613213c6a250\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216257\";s:12:\"date_shipped\";i:1712165490;s:11:\"tracking_id\";s:32:\"028df5e4762d607602d1aea4ececc245\";}}'),(117567,2576,'_edit_last','2'),(117568,2576,'_date_completed','1712165493'),(117569,2576,'_completed_date','2024-04-03 17:31:33'),(117570,2575,'_edit_lock','1712167688:2'),(117571,2575,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216007\";s:12:\"date_shipped\";s:10:\"1712102400\";s:11:\"tracking_id\";s:32:\"5751e6f5fe26da96a7b02509c9ba58a5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215993\";s:12:\"date_shipped\";i:1712167645;s:11:\"tracking_id\";s:32:\"8a877b18be4339d1f8d04082033c15da\";}}'),(117572,2575,'_edit_last','2'),(117573,2575,'_date_completed','1712167647'),(117574,2575,'_completed_date','2024-04-03 18:07:27'),(117575,2574,'_edit_lock','1712167770:2'),(117576,2574,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992215971\";s:12:\"date_shipped\";s:10:\"1712102400\";s:11:\"tracking_id\";s:32:\"b705cb774eec93c1fde695ac6a44f0c2\";}}'),(117577,2574,'_edit_last','2'),(117578,2574,'_date_completed','1712167731'),(117579,2574,'_completed_date','2024-04-03 18:08:51'),(117580,2577,'_edit_lock','1712172862:2'),(117581,2578,'_edit_lock','1712172952:2'),(117582,2577,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216327\";s:12:\"date_shipped\";s:10:\"1712102400\";s:11:\"tracking_id\";s:32:\"2cd17f44f5ad8ab2f4ed3028d87b0875\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216316\";s:12:\"date_shipped\";i:1712172991;s:11:\"tracking_id\";s:32:\"273bd88542d5b03de6a6e6f4b1c6c7ad\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216305\";s:12:\"date_shipped\";i:1712172996;s:11:\"tracking_id\";s:32:\"600e8c8cc9d708d79dc5e03f7d9e7812\";}}'),(117583,2577,'_edit_last','2'),(117584,2577,'_date_completed','1712172999'),(117585,2577,'_completed_date','2024-04-03 19:36:39'),(117586,2578,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216350\";s:12:\"date_shipped\";s:10:\"1712102400\";s:11:\"tracking_id\";s:32:\"ecd6e7600672a4a8204936b3627582a1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216349\";s:12:\"date_shipped\";i:1712173032;s:11:\"tracking_id\";s:32:\"ad60c6964c8ecc871f9df9b687f51dff\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216338\";s:12:\"date_shipped\";i:1712173038;s:11:\"tracking_id\";s:32:\"6b36c6a05543045ca7fcd7ed24cb5568\";}}'),(117587,2578,'_edit_last','2'),(117588,2578,'_date_completed','1712173040'),(117589,2578,'_completed_date','2024-04-03 19:37:20'),(117590,2579,'_order_key','wc_order_Sm8rkPcGSXYEn'),(117591,2579,'_customer_user','6'),(117592,2579,'_payment_method','paypal'),(117593,2579,'_payment_method_title','PayPal'),(117594,2579,'_customer_ip_address','24.23.11.137'),(117595,2579,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117596,2579,'_created_via','checkout'),(117597,2579,'_cart_hash','613e523861b7e0c47c2bc66e24980b11'),(117598,2579,'_download_permissions_granted','yes'),(117599,2579,'_recorded_sales','yes'),(117600,2579,'_recorded_coupon_usage_counts','yes'),(117601,2579,'_new_order_email_sent','true'),(117602,2579,'_order_stock_reduced','yes'),(117603,2579,'_billing_first_name','Amira'),(117604,2579,'_billing_last_name','Purto'),(117605,2579,'_billing_address_1','2628 Acapulco Way'),(117606,2579,'_billing_city','Modesto'),(117607,2579,'_billing_state','CA'),(117608,2579,'_billing_postcode','95355'),(117609,2579,'_billing_country','US'),(117610,2579,'_billing_email','amira77@sbcglobal.net'),(117611,2579,'_billing_phone','2096422061'),(117612,2579,'_shipping_first_name','Amira'),(117613,2579,'_shipping_last_name','Purto'),(117614,2579,'_shipping_address_1','2520 Chandon Circle'),(117615,2579,'_shipping_city','Modesto'),(117616,2579,'_shipping_state','CA'),(117617,2579,'_shipping_postcode','95355'),(117618,2579,'_shipping_country','US'),(117619,2579,'_order_currency','USD'),(117620,2579,'_cart_discount','0'),(117621,2579,'_cart_discount_tax','0'),(117622,2579,'_order_shipping','0'),(117623,2579,'_order_shipping_tax','0'),(117624,2579,'_order_tax','0'),(117625,2579,'_order_total','1251.52'),(117626,2579,'_order_version','8.7.0'),(117627,2579,'_prices_include_tax','no'),(117628,2579,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(117629,2579,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(117630,2579,'is_vat_exempt','no'),(117631,2579,'_wc_order_attribution_source_type','typein'),(117632,2579,'_wc_order_attribution_utm_source','(direct)'),(117633,2579,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(117634,2579,'_wc_order_attribution_session_start_time','2024-03-06 16:05:27'),(117635,2579,'_wc_order_attribution_session_pages','1'),(117636,2579,'_wc_order_attribution_session_count','4'),(117637,2579,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(117638,2579,'_wc_order_attribution_device_type','Desktop'),(117639,2579,'Payment type','instant'),(117640,2579,'_paypal_status','completed'),(117641,2579,'_transaction_id','4SF32872BJ772025C'),(117642,2579,'PayPal Transaction Fee','44.17'),(117643,2579,'_date_paid','1712174047'),(117644,2579,'_paid_date','2024-04-03 19:54:07'),(117645,2580,'_order_key','wc_order_JipoqnW1wHTfJ'),(117646,2580,'_customer_user','5'),(117647,2580,'_payment_method','paypal'),(117648,2580,'_payment_method_title','PayPal'),(117649,2580,'_customer_ip_address','73.11.110.46'),(117650,2580,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117651,2580,'_created_via','checkout'),(117652,2580,'_cart_hash','64fca378c42a800de83e02b273c8b8b3'),(117653,2580,'_download_permissions_granted','yes'),(117654,2580,'_recorded_sales','yes'),(117655,2580,'_recorded_coupon_usage_counts','yes'),(117656,2580,'_new_order_email_sent','true'),(117657,2580,'_order_stock_reduced','yes'),(117658,2580,'_billing_first_name','Mark'),(117659,2580,'_billing_last_name','Meyer'),(117660,2580,'_billing_company','lice clinics of america- portland'),(117661,2580,'_billing_address_1','5201 SW Westgate Dr suite 106'),(117662,2580,'_billing_address_2','#106'),(117663,2580,'_billing_city','Portland'),(117664,2580,'_billing_state','OR'),(117665,2580,'_billing_postcode','97221'),(117666,2580,'_billing_country','US'),(117667,2580,'_billing_email','noemi.and.mark@nwliceclinics.com'),(117668,2580,'_billing_phone','5034040475'),(117669,2580,'_shipping_first_name','Mark'),(117670,2580,'_shipping_last_name','Meyer'),(117671,2580,'_shipping_company','lice clinics of america- portland'),(117672,2580,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(117673,2580,'_shipping_address_2','#106'),(117674,2580,'_shipping_city','Portland'),(117675,2580,'_shipping_state','OR'),(117676,2580,'_shipping_postcode','97221'),(117677,2580,'_shipping_country','US'),(117678,2580,'_order_currency','USD'),(117679,2580,'_cart_discount','0'),(117680,2580,'_cart_discount_tax','0'),(117681,2580,'_order_shipping','0'),(117682,2580,'_order_shipping_tax','0'),(117683,2580,'_order_tax','0'),(117684,2580,'_order_total','3567.53'),(117685,2580,'_order_version','8.7.0'),(117686,2580,'_prices_include_tax','no'),(117687,2580,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(117688,2580,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(117689,2580,'is_vat_exempt','no'),(117690,2580,'_wc_order_attribution_source_type','referral'),(117691,2580,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117692,2580,'_wc_order_attribution_utm_source','lcaportal.com'),(117693,2580,'_wc_order_attribution_utm_medium','referral'),(117694,2580,'_wc_order_attribution_utm_content','/'),(117695,2580,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117696,2580,'_wc_order_attribution_session_start_time','2024-04-04 18:00:17'),(117697,2580,'_wc_order_attribution_session_pages','4'),(117698,2580,'_wc_order_attribution_session_count','1'),(117699,2580,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(117700,2580,'_wc_order_attribution_device_type','Desktop'),(117701,2580,'Payment type','instant'),(117702,2580,'_paypal_status','completed'),(117703,2580,'_transaction_id','8GC500868K5698827'),(117704,2580,'PayPal Transaction Fee','125.00'),(117705,2580,'_date_paid','1712255281'),(117706,2580,'_paid_date','2024-04-04 18:28:01'),(117707,2579,'_edit_lock','1712256932:2'),(117708,2579,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216603\";s:12:\"date_shipped\";s:10:\"1712188800\";s:11:\"tracking_id\";s:32:\"753d9d36b70416213abb807dd68706e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216599\";s:12:\"date_shipped\";i:1712257000;s:11:\"tracking_id\";s:32:\"c3100745e2e14346450f038b3b3e4dc5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216588\";s:12:\"date_shipped\";i:1712257008;s:11:\"tracking_id\";s:32:\"57568a7074ef3586f4ec7964e2238acd\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216577\";s:12:\"date_shipped\";i:1712257016;s:11:\"tracking_id\";s:32:\"3d1eb0f62feee9b5f66c9f33dbdbab9d\";}}'),(117709,2579,'_edit_last','2'),(117710,2579,'_date_completed','1712257019'),(117711,2579,'_completed_date','2024-04-04 18:56:59'),(117712,2581,'_order_key','wc_order_EhH2vk4tpLxzr'),(117713,2581,'_customer_user','47'),(117714,2581,'_payment_method','paypal'),(117715,2581,'_payment_method_title','PayPal'),(117716,2581,'_customer_ip_address','136.50.54.10'),(117717,2581,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(117718,2581,'_created_via','checkout'),(117719,2581,'_cart_hash','04a67d529ee36b2aa1ea233c4040aa2d'),(117720,2581,'_download_permissions_granted','yes'),(117721,2581,'_recorded_sales','yes'),(117722,2581,'_recorded_coupon_usage_counts','yes'),(117723,2581,'_new_order_email_sent','true'),(117724,2581,'_order_stock_reduced','yes'),(117725,2581,'_billing_first_name','Tracy'),(117726,2581,'_billing_last_name','Copeland'),(117727,2581,'_billing_company','LCA SA WEST'),(117728,2581,'_billing_address_1','14223 Silverhollow'),(117729,2581,'_billing_city','San Antonio'),(117730,2581,'_billing_state','TX'),(117731,2581,'_billing_postcode','78232'),(117732,2581,'_billing_country','US'),(117733,2581,'_billing_email','info@liceclinicsofsanantonio.com'),(117734,2581,'_billing_phone','2103135033'),(117735,2581,'_shipping_first_name','Tracy'),(117736,2581,'_shipping_last_name','Copeland'),(117737,2581,'_shipping_company','LCA SA WEST'),(117738,2581,'_shipping_address_1','6391 DeZavala Rd'),(117739,2581,'_shipping_address_2','#222'),(117740,2581,'_shipping_city','San Antonio'),(117741,2581,'_shipping_state','TX'),(117742,2581,'_shipping_postcode','78249'),(117743,2581,'_shipping_country','US'),(117744,2581,'_order_currency','USD'),(117745,2581,'_cart_discount','0'),(117746,2581,'_cart_discount_tax','0'),(117747,2581,'_order_shipping','0'),(117748,2581,'_order_shipping_tax','0'),(117749,2581,'_order_tax','0'),(117750,2581,'_order_total','535.00'),(117751,2581,'_order_version','8.7.0'),(117752,2581,'_prices_include_tax','no'),(117753,2581,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(117754,2581,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 DeZavala Rd #222 San Antonio TX 78249 US '),(117755,2581,'is_vat_exempt','no'),(117756,2581,'_wc_order_attribution_source_type','referral'),(117757,2581,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117758,2581,'_wc_order_attribution_utm_source','lcaportal.com'),(117759,2581,'_wc_order_attribution_utm_medium','referral'),(117760,2581,'_wc_order_attribution_utm_content','/'),(117761,2581,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117762,2581,'_wc_order_attribution_session_start_time','2024-04-05 03:10:12'),(117763,2581,'_wc_order_attribution_session_pages','3'),(117764,2581,'_wc_order_attribution_session_count','1'),(117765,2581,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(117766,2581,'_wc_order_attribution_device_type','Desktop'),(117767,2581,'Payment type','instant'),(117768,2581,'_paypal_status','completed'),(117769,2581,'_transaction_id','8NW01652KT201304N'),(117770,2581,'PayPal Transaction Fee','19.16'),(117771,2581,'_date_paid','1712286788'),(117772,2581,'_paid_date','2024-04-05 03:13:08'),(117773,2580,'_edit_lock','1712327036:2'),(117774,2580,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216772\";s:12:\"date_shipped\";s:10:\"1712275200\";s:11:\"tracking_id\";s:32:\"e2a8ba92a76d0238d42cf77f9c7967e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216761\";s:12:\"date_shipped\";i:1712327089;s:11:\"tracking_id\";s:32:\"728b30610b11337f6c43c8e4094e4423\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216750\";s:12:\"date_shipped\";i:1712327096;s:11:\"tracking_id\";s:32:\"7c7a78a2148ca68152f542d3d94f2cb5\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216740\";s:12:\"date_shipped\";i:1712327103;s:11:\"tracking_id\";s:32:\"44281eebd0aade80daab26cb288e981d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216739\";s:12:\"date_shipped\";i:1712327116;s:11:\"tracking_id\";s:32:\"70ba9452e5be1a4e8038c77c9e9cc1ec\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216728\";s:12:\"date_shipped\";i:1712327125;s:11:\"tracking_id\";s:32:\"ecbe05037f38de4eca27cf101e58ba3e\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216717\";s:12:\"date_shipped\";i:1712327137;s:11:\"tracking_id\";s:32:\"78639d536113cdd052d1f0a5053d269f\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216706\";s:12:\"date_shipped\";i:1712327149;s:11:\"tracking_id\";s:32:\"cad1f9b158f5cc3416fd00c5382fab75\";}}'),(117775,2580,'_edit_last','2'),(117776,2580,'_date_completed','1712327151'),(117777,2580,'_completed_date','2024-04-05 14:25:51'),(117778,2582,'_order_key','wc_order_vMrU5X01vX6kQ'),(117779,2582,'_customer_user','100'),(117780,2582,'_payment_method','paypal'),(117781,2582,'_payment_method_title','PayPal'),(117782,2582,'_customer_ip_address','67.169.57.103'),(117783,2582,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(117784,2582,'_created_via','checkout'),(117785,2582,'_cart_hash','41a01c03bacb2ac9e8d6d098545ae0b8'),(117786,2582,'_download_permissions_granted','yes'),(117787,2582,'_recorded_sales','yes'),(117788,2582,'_recorded_coupon_usage_counts','yes'),(117789,2582,'_new_order_email_sent','true'),(117790,2582,'_order_stock_reduced','yes'),(117791,2582,'_billing_first_name','Michael'),(117792,2582,'_billing_last_name','Beckman'),(117793,2582,'_billing_address_1','921 Moraga Ave'),(117794,2582,'_billing_city','Piedmont'),(117795,2582,'_billing_state','CA'),(117796,2582,'_billing_postcode','94611'),(117797,2582,'_billing_country','US'),(117798,2582,'_billing_email','licetoknowyou@gmail.com'),(117799,2582,'_billing_phone','8585314583'),(117800,2582,'_shipping_first_name','Ibrahim'),(117801,2582,'_shipping_last_name','Moinuddin'),(117802,2582,'_shipping_company','Lice Clinics of America - Sunnyvale'),(117803,2582,'_shipping_address_1','545 S Murphy Ave'),(117804,2582,'_shipping_city','Sunnyvale'),(117805,2582,'_shipping_state','CA'),(117806,2582,'_shipping_postcode','94608'),(117807,2582,'_shipping_country','US'),(117808,2582,'_order_currency','USD'),(117809,2582,'_cart_discount','0'),(117810,2582,'_cart_discount_tax','0'),(117811,2582,'_order_shipping','46.12'),(117812,2582,'_order_shipping_tax','0'),(117813,2582,'_order_tax','0'),(117814,2582,'_order_total','410.44'),(117815,2582,'_order_version','8.7.0'),(117816,2582,'_prices_include_tax','no'),(117817,2582,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(117818,2582,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 545 S Murphy Ave  Sunnyvale CA 94608 US '),(117819,2582,'is_vat_exempt','no'),(117820,2582,'_wc_order_attribution_source_type','typein'),(117821,2582,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(117822,2582,'_wc_order_attribution_utm_source','(direct)'),(117823,2582,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/'),(117824,2582,'_wc_order_attribution_session_start_time','2024-04-05 15:39:45'),(117825,2582,'_wc_order_attribution_session_pages','1'),(117826,2582,'_wc_order_attribution_session_count','3'),(117827,2582,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(117828,2582,'_wc_order_attribution_device_type','Mobile'),(117829,2582,'Payment type','instant'),(117830,2582,'_paypal_status','completed'),(117831,2582,'_transaction_id','40T98357VG138490P'),(117832,2582,'PayPal Transaction Fee','14.81'),(117833,2582,'_date_paid','1712351621'),(117834,2582,'_paid_date','2024-04-05 21:13:41'),(117835,2581,'_edit_lock','1712548726:2'),(117836,2581,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216810\";s:12:\"date_shipped\";s:10:\"1712534400\";s:11:\"tracking_id\";s:32:\"6a187ca99ed046d013b11e2049a8ed22\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216809\";s:12:\"date_shipped\";i:1712548830;s:11:\"tracking_id\";s:32:\"910f5c6346d83d79e4cb1510ec9c83ed\";}}'),(117837,2581,'_edit_last','2'),(117838,2581,'_date_completed','1712548832'),(117839,2581,'_completed_date','2024-04-08 04:00:32'),(117840,2583,'_order_key','wc_order_fwJESSRJ9M8Nq'),(117841,2583,'_customer_user','82'),(117842,2583,'_payment_method','paypal'),(117843,2583,'_payment_method_title','PayPal'),(117844,2583,'_customer_ip_address','70.108.16.17'),(117845,2583,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15'),(117846,2583,'_created_via','checkout'),(117847,2583,'_cart_hash','b62cb51b8fb8ea4b23e1cb904529dbfb'),(117848,2583,'_download_permissions_granted','yes'),(117849,2583,'_recorded_sales','yes'),(117850,2583,'_recorded_coupon_usage_counts','yes'),(117851,2583,'_new_order_email_sent','true'),(117852,2583,'_order_stock_reduced','yes'),(117853,2583,'_billing_first_name','Nigel'),(117854,2583,'_billing_last_name','Le'),(117855,2583,'_billing_address_1','6080 FRANCONIA ROAD'),(117856,2583,'_billing_address_2','SUITE D'),(117857,2583,'_billing_city','ALEXANDRIA'),(117858,2583,'_billing_state','VA'),(117859,2583,'_billing_postcode','22310'),(117860,2583,'_billing_country','US'),(117861,2583,'_billing_email','sonnynguyenle@gmail.com'),(117862,2583,'_billing_phone','703-520-9000'),(117863,2583,'_shipping_first_name','SONNY'),(117864,2583,'_shipping_last_name','LE'),(117865,2583,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(117866,2583,'_shipping_city','FAIRFAX'),(117867,2583,'_shipping_state','VA'),(117868,2583,'_shipping_postcode','22030'),(117869,2583,'_shipping_country','US'),(117870,2583,'_order_currency','USD'),(117871,2583,'_cart_discount','0'),(117872,2583,'_cart_discount_tax','0'),(117873,2583,'_order_shipping','0'),(117874,2583,'_order_shipping_tax','0'),(117875,2583,'_order_tax','0'),(117876,2583,'_order_total','3072.32'),(117877,2583,'_order_version','8.7.0'),(117878,2583,'_prices_include_tax','no'),(117879,2583,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(117880,2583,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(117881,2583,'is_vat_exempt','no'),(117882,2583,'_wc_order_attribution_source_type','typein'),(117883,2583,'_wc_order_attribution_utm_source','(direct)'),(117884,2583,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117885,2583,'_wc_order_attribution_session_start_time','2024-04-08 04:19:57'),(117886,2583,'_wc_order_attribution_session_pages','10'),(117887,2583,'_wc_order_attribution_session_count','1'),(117888,2583,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15'),(117889,2583,'_wc_order_attribution_device_type','Desktop'),(117890,2583,'Payment type','instant'),(117891,2583,'_paypal_status','completed'),(117892,2583,'_transaction_id','4W880366ND6529824'),(117893,2583,'PayPal Transaction Fee','107.71'),(117894,2583,'_date_paid','1712550498'),(117895,2583,'_paid_date','2024-04-08 04:28:18'),(117896,2585,'_order_key','wc_order_qgbx3gaW3tS24'),(117897,2585,'_customer_user','90'),(117898,2585,'_payment_method','paypal'),(117899,2585,'_payment_method_title','PayPal'),(117900,2585,'_customer_ip_address','68.56.158.74'),(117901,2585,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(117902,2585,'_created_via','checkout'),(117903,2585,'_cart_hash','635db18014ee729ee17174b7c4fb6e51'),(117904,2585,'_download_permissions_granted','yes'),(117905,2585,'_recorded_sales','yes'),(117906,2585,'_recorded_coupon_usage_counts','yes'),(117907,2585,'_new_order_email_sent','true'),(117908,2585,'_order_stock_reduced','yes'),(117909,2585,'_billing_first_name','Mike'),(117910,2585,'_billing_last_name','Brehm'),(117911,2585,'_billing_address_1','5258 Plainfield Ave NE'),(117912,2585,'_billing_city','Grand Rapids'),(117913,2585,'_billing_state','MI'),(117914,2585,'_billing_postcode','49525'),(117915,2585,'_billing_country','US'),(117916,2585,'_billing_email','rapunzelscorinn@gmail.com'),(117917,2585,'_billing_phone','6164504125'),(117918,2585,'_shipping_first_name','Corinn'),(117919,2585,'_shipping_last_name','Nichols'),(117920,2585,'_shipping_company','LCA Remedy'),(117921,2585,'_shipping_address_1','3500 Dean Lake Ave NE'),(117922,2585,'_shipping_city','Grand Rapids'),(117923,2585,'_shipping_state','MI'),(117924,2585,'_shipping_postcode','49525'),(117925,2585,'_shipping_country','US'),(117926,2585,'_order_currency','USD'),(117927,2585,'_cart_discount','0'),(117928,2585,'_cart_discount_tax','0'),(117929,2585,'_order_shipping','0'),(117930,2585,'_order_shipping_tax','0'),(117931,2585,'_order_tax','0'),(117932,2585,'_order_total','766.56'),(117933,2585,'_order_version','8.7.0'),(117934,2585,'_prices_include_tax','no'),(117935,2585,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(117936,2585,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(117937,2585,'is_vat_exempt','no'),(117938,2585,'_wc_order_attribution_source_type','typein'),(117939,2585,'_wc_order_attribution_utm_source','(direct)'),(117940,2585,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(117941,2585,'_wc_order_attribution_session_start_time','2024-04-08 15:16:49'),(117942,2585,'_wc_order_attribution_session_pages','10'),(117943,2585,'_wc_order_attribution_session_count','1'),(117944,2585,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(117945,2585,'_wc_order_attribution_device_type','Desktop'),(117946,2585,'Payment type','instant'),(117947,2585,'_paypal_status','completed'),(117948,2585,'_transaction_id','99579424XD442600B'),(117949,2585,'PayPal Transaction Fee','27.24'),(117950,2585,'_date_paid','1712589832'),(117951,2585,'_paid_date','2024-04-08 15:23:52'),(117952,2586,'_order_key','wc_order_IOMwr9uEruvfd'),(117953,2586,'_customer_user','43'),(117954,2586,'_payment_method','paypal'),(117955,2586,'_payment_method_title','PayPal'),(117956,2586,'_customer_ip_address','172.58.132.103'),(117957,2586,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(117958,2586,'_created_via','checkout'),(117959,2586,'_cart_hash','4aac8e83627c4b5114797823707bfc63'),(117960,2586,'_download_permissions_granted','yes'),(117961,2586,'_recorded_sales','yes'),(117962,2586,'_recorded_coupon_usage_counts','yes'),(117963,2586,'_new_order_email_sent','true'),(117964,2586,'_order_stock_reduced','yes'),(117965,2586,'_billing_first_name','Ryan'),(117966,2586,'_billing_last_name','Nelson'),(117967,2586,'_billing_address_1','140 Flame Vine drive'),(117968,2586,'_billing_city','Naples'),(117969,2586,'_billing_state','FL'),(117970,2586,'_billing_postcode','34110'),(117971,2586,'_billing_country','US'),(117972,2586,'_billing_email','Rjnelson73@gmail.com'),(117973,2586,'_billing_phone','239-281-0719'),(117974,2586,'_shipping_first_name','Ryan'),(117975,2586,'_shipping_last_name','Nelson'),(117976,2586,'_shipping_address_1','140 Flame Vine drive'),(117977,2586,'_shipping_city','Naples'),(117978,2586,'_shipping_state','FL'),(117979,2586,'_shipping_postcode','34110'),(117980,2586,'_shipping_country','US'),(117981,2586,'_order_currency','USD'),(117982,2586,'_cart_discount','0'),(117983,2586,'_cart_discount_tax','0'),(117984,2586,'_order_shipping','28.06'),(117985,2586,'_order_shipping_tax','0'),(117986,2586,'_order_tax','0'),(117987,2586,'_order_total','467.10'),(117988,2586,'_order_version','8.7.0'),(117989,2586,'_prices_include_tax','no'),(117990,2586,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(117991,2586,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(117992,2586,'is_vat_exempt','no'),(117993,2586,'_wc_order_attribution_source_type','referral'),(117994,2586,'_wc_order_attribution_referrer','https://lcaportal.com/'),(117995,2586,'_wc_order_attribution_utm_source','lcaportal.com'),(117996,2586,'_wc_order_attribution_utm_medium','referral'),(117997,2586,'_wc_order_attribution_utm_content','/'),(117998,2586,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(117999,2586,'_wc_order_attribution_session_start_time','2024-04-08 16:55:52'),(118000,2586,'_wc_order_attribution_session_pages','4'),(118001,2586,'_wc_order_attribution_session_count','1'),(118002,2586,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1'),(118003,2586,'_wc_order_attribution_device_type','Mobile'),(118004,2586,'Payment type','instant'),(118005,2586,'_paypal_status','completed'),(118006,2586,'_transaction_id','10D733070T470380B'),(118007,2586,'PayPal Transaction Fee','16.79'),(118008,2586,'_date_paid','1712595661'),(118009,2586,'_paid_date','2024-04-08 17:01:01'),(118010,2587,'_order_key','wc_order_m6APBP7NiEFB0'),(118011,2587,'_customer_user','76'),(118012,2587,'_payment_method','paypal'),(118013,2587,'_payment_method_title','PayPal'),(118014,2587,'_customer_ip_address','71.234.104.107'),(118015,2587,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(118016,2587,'_created_via','checkout'),(118017,2587,'_cart_hash','f15055dd674da56666a19b6aaefd5bec'),(118018,2587,'_download_permissions_granted','yes'),(118019,2587,'_recorded_sales','yes'),(118020,2587,'_recorded_coupon_usage_counts','yes'),(118021,2587,'_new_order_email_sent','true'),(118022,2587,'_order_stock_reduced','yes'),(118023,2587,'_billing_first_name','Naomi'),(118024,2587,'_billing_last_name','Golden'),(118025,2587,'_billing_company','LCA'),(118026,2587,'_billing_address_1','31 Mann Ave'),(118027,2587,'_billing_city','Needham'),(118028,2587,'_billing_state','MA'),(118029,2587,'_billing_postcode','02492'),(118030,2587,'_billing_country','US'),(118031,2587,'_billing_email','nrgolden6486@gmail.com'),(118032,2587,'_billing_phone','617-851-1322'),(118033,2587,'_shipping_first_name','Naomi'),(118034,2587,'_shipping_last_name','Golden'),(118035,2587,'_shipping_company','LCA'),(118036,2587,'_shipping_address_1','111 Center Street'),(118037,2587,'_shipping_address_2','LCA'),(118038,2587,'_shipping_city','Middleborough'),(118039,2587,'_shipping_state','MA'),(118040,2587,'_shipping_postcode','02346'),(118041,2587,'_shipping_country','US'),(118042,2587,'_order_currency','USD'),(118043,2587,'_cart_discount','0'),(118044,2587,'_cart_discount_tax','0'),(118045,2587,'_order_shipping','0'),(118046,2587,'_order_shipping_tax','0'),(118047,2587,'_order_tax','0'),(118048,2587,'_order_total','506.48'),(118049,2587,'_order_version','8.7.0'),(118050,2587,'_prices_include_tax','no'),(118051,2587,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(118052,2587,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleborough MA 02346 US '),(118053,2587,'is_vat_exempt','no'),(118054,2587,'_wc_order_attribution_source_type','typein'),(118055,2587,'_wc_order_attribution_utm_source','(direct)'),(118056,2587,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118057,2587,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(118058,2587,'_wc_order_attribution_session_pages','5'),(118059,2587,'_wc_order_attribution_session_count','11'),(118060,2587,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(118061,2587,'_wc_order_attribution_device_type','Desktop'),(118062,2587,'Payment type','instant'),(118063,2587,'_paypal_status','completed'),(118064,2587,'_transaction_id','6KT84407CK4331249'),(118065,2587,'PayPal Transaction Fee','18.17'),(118066,2587,'_date_paid','1712604436'),(118067,2587,'_paid_date','2024-04-08 19:27:16'),(118068,2588,'_order_key','wc_order_nIR6E31ayaT4w'),(118069,2588,'_customer_user','6'),(118070,2588,'_payment_method','paypal'),(118071,2588,'_payment_method_title','PayPal'),(118072,2588,'_customer_ip_address','24.23.11.137'),(118073,2588,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(118074,2588,'_created_via','checkout'),(118075,2588,'_cart_hash','b71d92ea966e661f9682f024f4bf1913'),(118076,2588,'_download_permissions_granted','yes'),(118077,2588,'_recorded_sales','yes'),(118078,2588,'_recorded_coupon_usage_counts','yes'),(118079,2588,'_new_order_email_sent','true'),(118080,2588,'_order_stock_reduced','yes'),(118081,2588,'_billing_first_name','Amira'),(118082,2588,'_billing_last_name','Purto'),(118083,2588,'_billing_address_1','2628 Acapulco Way'),(118084,2588,'_billing_city','Modesto'),(118085,2588,'_billing_state','CA'),(118086,2588,'_billing_postcode','95355'),(118087,2588,'_billing_country','US'),(118088,2588,'_billing_email','amira77@sbcglobal.net'),(118089,2588,'_billing_phone','2096422061'),(118090,2588,'_shipping_first_name','Amira'),(118091,2588,'_shipping_last_name','Purto'),(118092,2588,'_shipping_address_1','2520 Chandon Circle'),(118093,2588,'_shipping_city','Modesto'),(118094,2588,'_shipping_state','CA'),(118095,2588,'_shipping_postcode','95355'),(118096,2588,'_shipping_country','US'),(118097,2588,'_order_currency','USD'),(118098,2588,'_cart_discount','0'),(118099,2588,'_cart_discount_tax','0'),(118100,2588,'_order_shipping','0'),(118101,2588,'_order_shipping_tax','0'),(118102,2588,'_order_tax','0'),(118103,2588,'_order_total','1438.38'),(118104,2588,'_order_version','8.7.0'),(118105,2588,'_prices_include_tax','no'),(118106,2588,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(118107,2588,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(118108,2588,'is_vat_exempt','no'),(118109,2588,'_wc_order_attribution_source_type','typein'),(118110,2588,'_wc_order_attribution_utm_source','(direct)'),(118111,2588,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(118112,2588,'_wc_order_attribution_session_start_time','2024-03-06 16:05:27'),(118113,2588,'_wc_order_attribution_session_pages','7'),(118114,2588,'_wc_order_attribution_session_count','5'),(118115,2588,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(118116,2588,'_wc_order_attribution_device_type','Desktop'),(118117,2588,'Payment type','instant'),(118118,2588,'_paypal_status','completed'),(118119,2588,'_transaction_id','0RG68209VT631862M'),(118120,2588,'PayPal Transaction Fee','50.69'),(118121,2588,'_date_paid','1712612709'),(118122,2588,'_paid_date','2024-04-08 21:45:09'),(118123,2588,'_edit_lock','1712693850:2'),(118124,2588,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036038\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"116fbbe8a08afe6f4873c3ca886663bf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036027\";s:12:\"date_shipped\";i:1712693975;s:11:\"tracking_id\";s:32:\"4852f43ad0c3d73f31f859050951d2bb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036016\";s:12:\"date_shipped\";i:1712693981;s:11:\"tracking_id\";s:32:\"841a2c8a2cc428c655873b08a02c0c55\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036005\";s:12:\"date_shipped\";i:1712693986;s:11:\"tracking_id\";s:32:\"43c2ebf1e90062c53295b10835390d2e\";}}'),(118125,2588,'_edit_last','2'),(118126,2588,'_date_completed','1712693989'),(118127,2588,'_completed_date','2024-04-09 20:19:49'),(118128,2587,'_edit_lock','1712694125:2'),(118129,2587,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355035980\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"768f36bceacfa7c6d57a9eb8348acbb6\";}}'),(118130,2587,'_edit_last','2'),(118131,2587,'_date_completed','1712694029'),(118132,2587,'_completed_date','2024-04-09 20:20:29'),(118133,2586,'_edit_lock','1712694046:2'),(118134,2586,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217161\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"b33ff5917ffdceb72b8e9fa5aa40973a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217150\";s:12:\"date_shipped\";i:1712694180;s:11:\"tracking_id\";s:32:\"a1991bb77181f498549e81c46f5d2d0a\";}}'),(118135,2586,'_edit_last','2'),(118136,2586,'_date_completed','1712694182'),(118137,2586,'_completed_date','2024-04-09 20:23:02'),(118138,2585,'_edit_lock','1712694129:2'),(118139,2585,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217183\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"4cb32e14eb744ffd5057f818cc2b6753\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217172\";s:12:\"date_shipped\";i:1712694227;s:11:\"tracking_id\";s:32:\"436ef5c5fa0b3aa86c8eba537cca6b10\";}}'),(118140,2585,'_edit_last','2'),(118141,2585,'_date_completed','1712694232'),(118142,2585,'_completed_date','2024-04-09 20:23:52'),(118143,2583,'_edit_lock','1712694407:2'),(118144,2583,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217058\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"a147a6c1dab7419df22674eacbb5e0bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217047\";s:12:\"date_shipped\";i:1712694489;s:11:\"tracking_id\";s:32:\"dee6fd1e08d888117a2e57cdb5c69a9c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217036\";s:12:\"date_shipped\";i:1712694496;s:11:\"tracking_id\";s:32:\"bd5c9a762147038969235d427738111a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217025\";s:12:\"date_shipped\";i:1712694503;s:11:\"tracking_id\";s:32:\"5d1254f5d1d10331f38f0c5b4093794d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217014\";s:12:\"date_shipped\";i:1712694509;s:11:\"tracking_id\";s:32:\"5b70e6098574b5a3c2bca6865eaa68f2\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217003\";s:12:\"date_shipped\";i:1712694516;s:11:\"tracking_id\";s:32:\"814060d2b9b3a3f2eb256e0a822a0c1c\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216990\";s:12:\"date_shipped\";i:1712694524;s:11:\"tracking_id\";s:32:\"9384b306e942816a55e0ee664335cd1c\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216989\";s:12:\"date_shipped\";i:1712694530;s:11:\"tracking_id\";s:32:\"7b1f38bd40bf10343a1c14aec0bf9659\";}}'),(118145,2583,'_edit_last','2'),(118146,2583,'_date_completed','1712694539'),(118147,2583,'_completed_date','2024-04-09 20:28:59'),(118148,2582,'_edit_lock','1712694602:2'),(118149,2582,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992216978\";s:12:\"date_shipped\";s:10:\"1712620800\";s:11:\"tracking_id\";s:32:\"7295a2fa6d600ed6291a315210082a99\";}}'),(118150,2582,'_edit_last','2'),(118151,2582,'_date_completed','1712694584'),(118152,2582,'_completed_date','2024-04-09 20:29:44'),(118153,2589,'_order_key','wc_order_dvabYa8fAae51'),(118154,2589,'_customer_user','76'),(118155,2589,'_payment_method','paypal'),(118156,2589,'_payment_method_title','PayPal'),(118157,2589,'_customer_ip_address','146.115.131.163'),(118158,2589,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(118159,2589,'_created_via','checkout'),(118160,2589,'_cart_hash','0874be149ca8622be4e97539caac7fbf'),(118161,2589,'_download_permissions_granted','yes'),(118162,2589,'_recorded_sales','yes'),(118163,2589,'_recorded_coupon_usage_counts','yes'),(118164,2589,'_new_order_email_sent','true'),(118165,2589,'_order_stock_reduced','yes'),(118166,2589,'_billing_first_name','Naomi'),(118167,2589,'_billing_last_name','Golden'),(118168,2589,'_billing_company','LCA'),(118169,2589,'_billing_address_1','31 Mann Ave'),(118170,2589,'_billing_city','Needham'),(118171,2589,'_billing_state','MA'),(118172,2589,'_billing_postcode','02492'),(118173,2589,'_billing_country','US'),(118174,2589,'_billing_email','nrgolden6486@gmail.com'),(118175,2589,'_billing_phone','617-851-1322'),(118176,2589,'_shipping_first_name','Naomi'),(118177,2589,'_shipping_last_name','Golden'),(118178,2589,'_shipping_company','LCA'),(118179,2589,'_shipping_address_1','1349 Centre Street'),(118180,2589,'_shipping_address_2','LCA'),(118181,2589,'_shipping_city','Newton'),(118182,2589,'_shipping_state','MA'),(118183,2589,'_shipping_postcode','02459'),(118184,2589,'_shipping_country','US'),(118185,2589,'_order_currency','USD'),(118186,2589,'_cart_discount','0'),(118187,2589,'_cart_discount_tax','0'),(118188,2589,'_order_shipping','0'),(118189,2589,'_order_shipping_tax','0'),(118190,2589,'_order_tax','0'),(118191,2589,'_order_total','509.36'),(118192,2589,'_order_version','8.7.0'),(118193,2589,'_prices_include_tax','no'),(118194,2589,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(118195,2589,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street LCA Newton MA 02459 US '),(118196,2589,'is_vat_exempt','no'),(118197,2589,'_wc_order_attribution_source_type','typein'),(118198,2589,'_wc_order_attribution_utm_source','(direct)'),(118199,2589,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118200,2589,'_wc_order_attribution_session_start_time','2024-03-15 19:25:21'),(118201,2589,'_wc_order_attribution_session_pages','8'),(118202,2589,'_wc_order_attribution_session_count','13'),(118203,2589,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(118204,2589,'_wc_order_attribution_device_type','Desktop'),(118205,2589,'Payment type','instant'),(118206,2589,'_paypal_status','completed'),(118207,2589,'_transaction_id','29246028DM4946836'),(118208,2589,'PayPal Transaction Fee','18.27'),(118209,2589,'_date_paid','1712790699'),(118210,2589,'_paid_date','2024-04-10 23:11:39'),(118211,2590,'_order_key','wc_order_Vnt2bphiAUZTy'),(118212,2590,'_customer_user','4'),(118213,2590,'_payment_method','paypal'),(118214,2590,'_payment_method_title','PayPal'),(118215,2590,'_customer_ip_address','67.182.249.55'),(118216,2590,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118217,2590,'_created_via','checkout'),(118218,2590,'_cart_hash','98076fc03c3f3cda9167993ddad467a5'),(118219,2590,'_download_permissions_granted','yes'),(118220,2590,'_recorded_sales','yes'),(118221,2590,'_recorded_coupon_usage_counts','yes'),(118222,2590,'_new_order_email_sent','true'),(118223,2590,'_order_stock_reduced','yes'),(118224,2590,'_billing_first_name','David'),(118225,2590,'_billing_last_name','Washburn'),(118226,2590,'_billing_company','Larada Sciences (LCA)'),(118227,2590,'_billing_address_1','4873 South State St.'),(118228,2590,'_billing_city','Murray'),(118229,2590,'_billing_state','UT'),(118230,2590,'_billing_postcode','84107'),(118231,2590,'_billing_country','US'),(118232,2590,'_billing_email','david@laradasciences.com'),(118233,2590,'_billing_phone','8019197428'),(118234,2590,'_shipping_first_name','David'),(118235,2590,'_shipping_last_name','Washburn'),(118236,2590,'_shipping_company','Larada Sciences (LCA)'),(118237,2590,'_shipping_address_1','4873 South State St.'),(118238,2590,'_shipping_city','Murray'),(118239,2590,'_shipping_state','UT'),(118240,2590,'_shipping_postcode','84107'),(118241,2590,'_shipping_country','US'),(118242,2590,'_order_currency','USD'),(118243,2590,'_cart_discount','0'),(118244,2590,'_cart_discount_tax','0'),(118245,2590,'_order_shipping','0'),(118246,2590,'_order_shipping_tax','0'),(118247,2590,'_order_tax','0'),(118248,2590,'_order_total','938.36'),(118249,2590,'_order_version','8.7.0'),(118250,2590,'_prices_include_tax','no'),(118251,2590,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(118252,2590,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(118254,2590,'_wc_order_attribution_source_type','referral'),(118255,2590,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118256,2590,'_wc_order_attribution_utm_source','lcaportal.com'),(118257,2590,'_wc_order_attribution_utm_medium','referral'),(118258,2590,'_wc_order_attribution_utm_content','/'),(118259,2590,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118260,2590,'_wc_order_attribution_session_start_time','2024-04-10 22:57:32'),(118261,2590,'_wc_order_attribution_session_pages','9'),(118262,2590,'_wc_order_attribution_session_count','1'),(118263,2590,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118264,2590,'_wc_order_attribution_device_type','Desktop'),(118266,2590,'_wc_order_attribution_source_type','referral'),(118267,2590,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118268,2590,'_wc_order_attribution_utm_source','lcaportal.com'),(118269,2590,'_wc_order_attribution_utm_medium','referral'),(118270,2590,'_wc_order_attribution_utm_content','/'),(118271,2590,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118272,2590,'_wc_order_attribution_session_start_time','2024-04-10 22:57:32'),(118273,2590,'_wc_order_attribution_session_pages','13'),(118274,2590,'_wc_order_attribution_session_count','1'),(118275,2590,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118276,2590,'_wc_order_attribution_device_type','Desktop'),(118277,2591,'_start_date','2024-04-11 16:11:26'),(118279,2591,'_end_date',''),(118281,2591,'_edit_lock','1712851990:2'),(118282,2591,'_edit_last','2'),(118284,2592,'_edit_lock','1712851965:2'),(118285,2592,'_edit_last','2'),(118286,2592,'_access_method','manual-only'),(118287,2592,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(118291,2592,'_wp_old_slug','franrm-copy'),(118303,2590,'is_vat_exempt','no'),(118304,2590,'_wc_order_attribution_source_type','referral'),(118305,2590,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(118306,2590,'_wc_order_attribution_utm_source','lcaportal.com'),(118307,2590,'_wc_order_attribution_utm_medium','referral'),(118308,2590,'_wc_order_attribution_utm_content','/'),(118309,2590,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118310,2590,'_wc_order_attribution_session_start_time','2024-04-11 18:48:45'),(118311,2590,'_wc_order_attribution_session_pages','3'),(118312,2590,'_wc_order_attribution_session_count','1'),(118313,2590,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118314,2590,'_wc_order_attribution_device_type','Desktop'),(118315,2590,'_edit_lock','1712952820:2'),(118316,2590,'_edit_last','2'),(118317,2590,'Payment type','instant'),(118318,2590,'_paypal_status','completed'),(118319,2590,'_transaction_id','89N59255Y58329812'),(118320,2590,'PayPal Transaction Fee','33.24'),(118321,2590,'_date_paid','1712861857'),(118322,2590,'_paid_date','2024-04-11 18:57:37'),(118323,2589,'_edit_lock','1712864117:2'),(118324,2589,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036391\";s:12:\"date_shipped\";s:10:\"1712793600\";s:11:\"tracking_id\";s:32:\"6cf317c288e79e696595b3c04306b096\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036380\";s:12:\"date_shipped\";i:1712864248;s:11:\"tracking_id\";s:32:\"2adf5cf56a93f80ec2b302cc1f2dc42e\";}}'),(118325,2589,'_edit_last','2'),(118326,2589,'_date_completed','1712864250'),(118327,2589,'_completed_date','2024-04-11 19:37:30'),(118328,2593,'_order_key','wc_order_gOd94cSjRmx08'),(118329,2593,'_customer_user','87'),(118330,2593,'_payment_method','paypal'),(118331,2593,'_payment_method_title','PayPal'),(118332,2593,'_customer_ip_address','75.7.15.79'),(118333,2593,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118334,2593,'_created_via','checkout'),(118335,2593,'_cart_hash','9d690ef2db250ba6c6b7420b8dd1870c'),(118336,2593,'_download_permissions_granted','yes'),(118337,2593,'_recorded_sales','yes'),(118338,2593,'_recorded_coupon_usage_counts','yes'),(118339,2593,'_new_order_email_sent','true'),(118340,2593,'_order_stock_reduced','yes'),(118341,2593,'_billing_first_name','Wade'),(118342,2593,'_billing_last_name','Huntsman'),(118343,2593,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(118344,2593,'_billing_address_1','3421 E 21st'),(118345,2593,'_billing_city','Tulsa'),(118346,2593,'_billing_state','OK'),(118347,2593,'_billing_postcode','74114'),(118348,2593,'_billing_country','US'),(118349,2593,'_billing_email','info@liceclinicsmidsouth.com'),(118350,2593,'_billing_phone','9189783329'),(118351,2593,'_shipping_first_name','Shelbe'),(118352,2593,'_shipping_last_name','Smith'),(118353,2593,'_shipping_company','Lice Clinics of America Wichita'),(118354,2593,'_shipping_address_1','2101 West Macarthur Road'),(118355,2593,'_shipping_address_2','Lot 511'),(118356,2593,'_shipping_city','Wichita'),(118357,2593,'_shipping_state','KS'),(118358,2593,'_shipping_postcode','67217'),(118359,2593,'_shipping_country','US'),(118360,2593,'_order_currency','USD'),(118361,2593,'_cart_discount','0'),(118362,2593,'_cart_discount_tax','0'),(118363,2593,'_order_shipping','0'),(118364,2593,'_order_shipping_tax','0'),(118365,2593,'_order_tax','0'),(118366,2593,'_order_total','635.36'),(118367,2593,'_order_version','8.7.0'),(118368,2593,'_prices_include_tax','no'),(118369,2593,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(118370,2593,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West Macarthur Road Lot 511 Wichita KS 67217 US '),(118372,2593,'_wc_order_attribution_source_type','typein'),(118373,2593,'_wc_order_attribution_utm_source','(direct)'),(118374,2593,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118375,2593,'_wc_order_attribution_session_start_time','2024-04-12 16:07:31'),(118376,2593,'_wc_order_attribution_session_pages','4'),(118377,2593,'_wc_order_attribution_session_count','1'),(118378,2593,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118379,2593,'_wc_order_attribution_device_type','Desktop'),(118380,2593,'is_vat_exempt','no'),(118381,2593,'_wc_order_attribution_source_type','typein'),(118382,2593,'_wc_order_attribution_utm_source','(direct)'),(118383,2593,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118384,2593,'_wc_order_attribution_session_start_time','2024-04-12 16:07:31'),(118385,2593,'_wc_order_attribution_session_pages','7'),(118386,2593,'_wc_order_attribution_session_count','1'),(118387,2593,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118388,2593,'_wc_order_attribution_device_type','Desktop'),(118389,2593,'Payment type','instant'),(118390,2593,'_paypal_status','completed'),(118391,2593,'_transaction_id','5J728556H0856022J'),(118392,2593,'PayPal Transaction Fee','22.66'),(118393,2593,'_date_paid','1712938416'),(118394,2593,'_paid_date','2024-04-12 16:13:36'),(118395,2590,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036461\";s:12:\"date_shipped\";s:10:\"1712880000\";s:11:\"tracking_id\";s:32:\"cdf8100fc6e73c8e89f74d12faf7af2b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036450\";s:12:\"date_shipped\";i:1712952927;s:11:\"tracking_id\";s:32:\"a416a78ddbbc9bbf478f4aa06b6a4010\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036440\";s:12:\"date_shipped\";i:1712952932;s:11:\"tracking_id\";s:32:\"502a499f753bdb507c47abcfa9d92dfb\";}}'),(118396,2590,'_date_completed','1712952936'),(118397,2590,'_completed_date','2024-04-12 20:15:36'),(118398,2594,'_order_key','wc_order_4cGxXg3WuxGEt'),(118399,2594,'_customer_user','60'),(118400,2594,'_payment_method','paypal'),(118401,2594,'_payment_method_title','PayPal'),(118402,2594,'_customer_ip_address','24.13.229.23'),(118403,2594,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(118404,2594,'_created_via','checkout'),(118405,2594,'_cart_hash','534d93808ba28f63cfaea102c17278a2'),(118406,2594,'_download_permissions_granted','yes'),(118407,2594,'_recorded_sales','yes'),(118408,2594,'_recorded_coupon_usage_counts','yes'),(118409,2594,'_new_order_email_sent','true'),(118410,2594,'_order_stock_reduced','yes'),(118411,2594,'_billing_first_name','Jill'),(118412,2594,'_billing_last_name','Leshtz'),(118413,2594,'_billing_company','Lice clinics of America-North Shore'),(118414,2594,'_billing_address_1','1580 Lancelot Avenue'),(118415,2594,'_billing_city','Highland park'),(118416,2594,'_billing_state','IL'),(118417,2594,'_billing_postcode','60035'),(118418,2594,'_billing_country','US'),(118419,2594,'_billing_email','jleshtz@gmail.com'),(118420,2594,'_billing_phone','8473639001'),(118421,2594,'_shipping_first_name','Jill'),(118422,2594,'_shipping_last_name','Leshtz'),(118423,2594,'_shipping_company','Lice clinics of America-North Shore'),(118424,2594,'_shipping_address_1','1580 Lancelot Avenue'),(118425,2594,'_shipping_city','Highland park'),(118426,2594,'_shipping_state','IL'),(118427,2594,'_shipping_postcode','60035'),(118428,2594,'_shipping_country','US'),(118429,2594,'_order_currency','USD'),(118430,2594,'_cart_discount','0'),(118431,2594,'_cart_discount_tax','0'),(118432,2594,'_order_shipping','22.47'),(118433,2594,'_order_shipping_tax','0'),(118434,2594,'_order_tax','0'),(118435,2594,'_order_total','22.47'),(118436,2594,'_order_version','8.7.0'),(118437,2594,'_prices_include_tax','no'),(118438,2594,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(118439,2594,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(118440,2594,'is_vat_exempt','no'),(118441,2594,'_wc_order_attribution_source_type','referral'),(118442,2594,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118443,2594,'_wc_order_attribution_utm_source','lcaportal.com'),(118444,2594,'_wc_order_attribution_utm_medium','referral'),(118445,2594,'_wc_order_attribution_utm_content','/'),(118446,2594,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118447,2594,'_wc_order_attribution_session_start_time','2024-04-12 21:05:50'),(118448,2594,'_wc_order_attribution_session_pages','3'),(118449,2594,'_wc_order_attribution_session_count','1'),(118450,2594,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(118451,2594,'_wc_order_attribution_device_type','Desktop'),(118452,2595,'_order_key','wc_order_Gf1poE5gJ4gp4'),(118453,2595,'_customer_user','20'),(118454,2595,'_payment_method','paypal'),(118455,2595,'_payment_method_title','PayPal'),(118456,2595,'_customer_ip_address','198.72.181.87'),(118457,2595,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(118458,2595,'_created_via','checkout'),(118459,2595,'_cart_hash','f40b200db97c9e6bfeb418667ee5dd55'),(118460,2595,'_download_permissions_granted','yes'),(118461,2595,'_recorded_sales','yes'),(118462,2595,'_recorded_coupon_usage_counts','yes'),(118463,2595,'_new_order_email_sent','true'),(118464,2595,'_order_stock_reduced','yes'),(118465,2595,'_billing_first_name','Hasani'),(118466,2595,'_billing_last_name','Thompson'),(118467,2595,'_billing_company','Heat in Hair'),(118468,2595,'_billing_address_1','27225 Camp Plenty Road'),(118469,2595,'_billing_address_2','1D'),(118470,2595,'_billing_city','Santa Clarita'),(118471,2595,'_billing_state','CA'),(118472,2595,'_billing_postcode','91351'),(118473,2595,'_billing_country','US'),(118474,2595,'_billing_email','info@liceclinicssantaclarita.com'),(118475,2595,'_billing_phone','6615850263'),(118476,2595,'_shipping_first_name','Hasani'),(118477,2595,'_shipping_last_name','Thompson'),(118478,2595,'_shipping_company','Heat in Hair'),(118479,2595,'_shipping_address_1','5145 Nightsky Place'),(118480,2595,'_shipping_city','Palmdale'),(118481,2595,'_shipping_state','CA'),(118482,2595,'_shipping_postcode','93552'),(118483,2595,'_shipping_country','US'),(118484,2595,'_order_currency','USD'),(118485,2595,'_cart_discount','0'),(118486,2595,'_cart_discount_tax','0'),(118487,2595,'_order_shipping','0'),(118488,2595,'_order_shipping_tax','0'),(118489,2595,'_order_tax','0'),(118490,2595,'_order_total','955.85'),(118491,2595,'_order_version','8.7.0'),(118492,2595,'_prices_include_tax','no'),(118493,2595,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(118494,2595,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(118495,2595,'is_vat_exempt','no'),(118496,2595,'_wc_order_attribution_source_type','referral'),(118497,2595,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118498,2595,'_wc_order_attribution_utm_source','lcaportal.com'),(118499,2595,'_wc_order_attribution_utm_medium','referral'),(118500,2595,'_wc_order_attribution_utm_content','/'),(118501,2595,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118502,2595,'_wc_order_attribution_session_start_time','2024-04-12 21:50:08'),(118503,2595,'_wc_order_attribution_session_pages','1'),(118504,2595,'_wc_order_attribution_session_count','7'),(118505,2595,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(118506,2595,'_wc_order_attribution_device_type','Desktop'),(118507,2595,'Payment type','instant'),(118508,2595,'_paypal_status','completed'),(118509,2595,'_transaction_id','2JN23846WN2516515'),(118510,2595,'PayPal Transaction Fee','33.85'),(118511,2595,'_date_paid','1712966785'),(118512,2595,'_paid_date','2024-04-13 00:06:25'),(118513,2596,'_order_key','wc_order_Ju43o1SzCArgR'),(118514,2596,'_customer_user','50'),(118515,2596,'_payment_method','paypal'),(118516,2596,'_payment_method_title','PayPal'),(118517,2596,'_customer_ip_address','24.62.247.50'),(118518,2596,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118519,2596,'_created_via','checkout'),(118520,2596,'_cart_hash','70ee014fff8d549499b16779ff200c88'),(118521,2596,'_download_permissions_granted','yes'),(118522,2596,'_recorded_sales','yes'),(118523,2596,'_recorded_coupon_usage_counts','yes'),(118524,2596,'_new_order_email_sent','true'),(118525,2596,'_order_stock_reduced','yes'),(118526,2596,'_billing_first_name','Christine'),(118527,2596,'_billing_last_name','Cherry'),(118528,2596,'_billing_company','NITS END'),(118529,2596,'_billing_address_1','PO BOX 1092'),(118530,2596,'_billing_city','Campton'),(118531,2596,'_billing_state','NH'),(118532,2596,'_billing_postcode','03223'),(118533,2596,'_billing_country','US'),(118534,2596,'_billing_email','info@liceclinicsplaistow.com'),(118535,2596,'_billing_phone','16034983390'),(118536,2596,'_shipping_first_name','Megan'),(118537,2596,'_shipping_last_name','O\'Neil'),(118538,2596,'_shipping_company','LCA - Nits End / 149091'),(118539,2596,'_shipping_address_1','22 Main St'),(118540,2596,'_shipping_city','Atkinson'),(118541,2596,'_shipping_state','NH'),(118542,2596,'_shipping_postcode','03811'),(118543,2596,'_shipping_country','US'),(118544,2596,'_order_currency','USD'),(118545,2596,'_cart_discount','0'),(118546,2596,'_cart_discount_tax','0'),(118547,2596,'_order_shipping','0'),(118548,2596,'_order_shipping_tax','0'),(118549,2596,'_order_tax','0'),(118550,2596,'_order_total','752.68'),(118551,2596,'_order_version','8.7.0'),(118552,2596,'_prices_include_tax','no'),(118553,2596,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(118554,2596,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(118555,2596,'is_vat_exempt','no'),(118556,2596,'_wc_order_attribution_source_type','referral'),(118557,2596,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118558,2596,'_wc_order_attribution_utm_source','lcaportal.com'),(118559,2596,'_wc_order_attribution_utm_medium','referral'),(118560,2596,'_wc_order_attribution_utm_content','/'),(118561,2596,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118562,2596,'_wc_order_attribution_session_start_time','2024-04-14 23:00:17'),(118563,2596,'_wc_order_attribution_session_pages','4'),(118564,2596,'_wc_order_attribution_session_count','10'),(118565,2596,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118566,2596,'_wc_order_attribution_device_type','Desktop'),(118567,2596,'Payment type','instant'),(118568,2596,'_paypal_status','completed'),(118569,2596,'_transaction_id','8RW499096S010210L'),(118570,2596,'PayPal Transaction Fee','26.76'),(118571,2596,'_date_paid','1713135785'),(118572,2596,'_paid_date','2024-04-14 23:03:05'),(118573,2597,'_order_key','wc_order_UhzP7YHeR0jHM'),(118574,2597,'_customer_user','98'),(118575,2597,'_payment_method','paypal'),(118576,2597,'_payment_method_title','PayPal'),(118577,2597,'_customer_ip_address','24.62.247.50'),(118578,2597,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118579,2597,'_created_via','checkout'),(118580,2597,'_cart_hash','a39b29f969f57aff875c7ffc2e67e280'),(118581,2597,'_download_permissions_granted','yes'),(118582,2597,'_recorded_sales','yes'),(118583,2597,'_recorded_coupon_usage_counts','yes'),(118584,2597,'_new_order_email_sent','true'),(118585,2597,'_order_stock_reduced','yes'),(118586,2597,'_billing_first_name','Christine'),(118587,2597,'_billing_last_name','Cherry'),(118588,2597,'_billing_company','NITS END'),(118589,2597,'_billing_address_1','PO BOX 1092'),(118590,2597,'_billing_city','Campton'),(118591,2597,'_billing_state','NH'),(118592,2597,'_billing_postcode','03223'),(118593,2597,'_billing_country','US'),(118594,2597,'_billing_email','christine@liceclinicscolumbus.com'),(118595,2597,'_billing_phone','16034983390'),(118596,2597,'_shipping_first_name','Erica'),(118597,2597,'_shipping_last_name','Froggatt'),(118598,2597,'_shipping_company','LCA'),(118599,2597,'_shipping_address_1','5910 Wilcox Pl'),(118600,2597,'_shipping_address_2','suite E'),(118601,2597,'_shipping_city','Dublin'),(118602,2597,'_shipping_state','OH'),(118603,2597,'_shipping_postcode','43016'),(118604,2597,'_shipping_country','US'),(118605,2597,'_order_currency','USD'),(118606,2597,'_cart_discount','0'),(118607,2597,'_cart_discount_tax','0'),(118608,2597,'_order_shipping','0'),(118609,2597,'_order_shipping_tax','0'),(118610,2597,'_order_tax','0'),(118611,2597,'_order_total','1275.46'),(118612,2597,'_order_version','8.7.0'),(118613,2597,'_prices_include_tax','no'),(118614,2597,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(118615,2597,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(118616,2597,'is_vat_exempt','no'),(118617,2597,'_wc_order_attribution_source_type','referral'),(118618,2597,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118619,2597,'_wc_order_attribution_utm_source','lcaportal.com'),(118620,2597,'_wc_order_attribution_utm_medium','referral'),(118621,2597,'_wc_order_attribution_utm_content','/'),(118622,2597,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118623,2597,'_wc_order_attribution_session_start_time','2024-04-14 23:00:17'),(118624,2597,'_wc_order_attribution_session_pages','12'),(118625,2597,'_wc_order_attribution_session_count','10'),(118626,2597,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118627,2597,'_wc_order_attribution_device_type','Desktop'),(118628,2597,'Payment type','instant'),(118629,2597,'_paypal_status','completed'),(118630,2597,'_transaction_id','6FK54863P0629520S'),(118631,2597,'PayPal Transaction Fee','45.00'),(118632,2597,'_date_paid','1713136169'),(118633,2597,'_paid_date','2024-04-14 23:09:29'),(118634,2598,'_order_key','wc_order_GyBbvrq6jzsDk'),(118635,2598,'_customer_user','98'),(118636,2598,'_payment_method','paypal'),(118637,2598,'_payment_method_title','PayPal'),(118638,2598,'_customer_ip_address','24.62.247.50'),(118639,2598,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118640,2598,'_created_via','checkout'),(118641,2598,'_cart_hash','aa5f4bed43707f12b2e08bd917e6f723'),(118642,2598,'_download_permissions_granted','yes'),(118643,2598,'_recorded_sales','yes'),(118644,2598,'_recorded_coupon_usage_counts','yes'),(118645,2598,'_new_order_email_sent','true'),(118646,2598,'_order_stock_reduced','yes'),(118647,2598,'_billing_first_name','Christine'),(118648,2598,'_billing_last_name','Cherry'),(118649,2598,'_billing_company','NITS END'),(118650,2598,'_billing_address_1','PO BOX 1092'),(118651,2598,'_billing_city','Campton'),(118652,2598,'_billing_state','NH'),(118653,2598,'_billing_postcode','03223'),(118654,2598,'_billing_country','US'),(118655,2598,'_billing_email','christine@liceclinicscolumbus.com'),(118656,2598,'_billing_phone','16034983390'),(118657,2598,'_shipping_first_name','Melissa'),(118658,2598,'_shipping_last_name','Mertz'),(118659,2598,'_shipping_company','LCA'),(118660,2598,'_shipping_address_1','2213 Temperance Dr'),(118661,2598,'_shipping_city','Pittsburgh'),(118662,2598,'_shipping_state','PA'),(118663,2598,'_shipping_postcode','15237'),(118664,2598,'_shipping_country','US'),(118665,2598,'_order_currency','USD'),(118666,2598,'_cart_discount','0'),(118667,2598,'_cart_discount_tax','0'),(118668,2598,'_order_shipping','0'),(118669,2598,'_order_shipping_tax','0'),(118670,2598,'_order_tax','0'),(118671,2598,'_order_total','1887.52'),(118672,2598,'_order_version','8.7.0'),(118673,2598,'_prices_include_tax','no'),(118674,2598,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(118675,2598,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(118676,2598,'is_vat_exempt','no'),(118677,2598,'_wc_order_attribution_source_type','referral'),(118678,2598,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118679,2598,'_wc_order_attribution_utm_source','lcaportal.com'),(118680,2598,'_wc_order_attribution_utm_medium','referral'),(118681,2598,'_wc_order_attribution_utm_content','/'),(118682,2598,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118683,2598,'_wc_order_attribution_session_start_time','2024-04-14 23:00:17'),(118684,2598,'_wc_order_attribution_session_pages','24'),(118685,2598,'_wc_order_attribution_session_count','10'),(118686,2598,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118687,2598,'_wc_order_attribution_device_type','Desktop'),(118688,2598,'Payment type','instant'),(118689,2598,'_paypal_status','completed'),(118690,2598,'_transaction_id','2HE663796W727890E'),(118691,2598,'PayPal Transaction Fee','66.36'),(118692,2598,'_date_paid','1713137968'),(118693,2598,'_paid_date','2024-04-14 23:39:28'),(118694,2599,'_order_key','wc_order_1O1meveG1Lsaq'),(118695,2599,'_customer_user','50'),(118696,2599,'_payment_method','paypal'),(118697,2599,'_payment_method_title','PayPal'),(118698,2599,'_customer_ip_address','24.62.247.50'),(118699,2599,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118700,2599,'_created_via','checkout'),(118701,2599,'_cart_hash','f10ff96de49584c498c922472f53ee34'),(118702,2599,'_download_permissions_granted','yes'),(118703,2599,'_recorded_sales','yes'),(118704,2599,'_recorded_coupon_usage_counts','yes'),(118705,2599,'_new_order_email_sent','true'),(118706,2599,'_order_stock_reduced','yes'),(118707,2599,'_billing_first_name','Christine'),(118708,2599,'_billing_last_name','Cherry'),(118709,2599,'_billing_company','NITS END'),(118710,2599,'_billing_address_1','PO BOX 1092'),(118711,2599,'_billing_city','Campton'),(118712,2599,'_billing_state','NH'),(118713,2599,'_billing_postcode','03223'),(118714,2599,'_billing_country','US'),(118715,2599,'_billing_email','info@liceclinicsplaistow.com'),(118716,2599,'_billing_phone','16034983390'),(118717,2599,'_shipping_first_name','Ivy'),(118718,2599,'_shipping_last_name','Shannon'),(118719,2599,'_shipping_company','Nits End'),(118720,2599,'_shipping_address_1','125 Nash Rd'),(118721,2599,'_shipping_address_2','Apt B'),(118722,2599,'_shipping_city','Windham'),(118723,2599,'_shipping_state','ME'),(118724,2599,'_shipping_postcode','04062'),(118725,2599,'_shipping_country','US'),(118726,2599,'_order_currency','USD'),(118727,2599,'_cart_discount','0'),(118728,2599,'_cart_discount_tax','0'),(118729,2599,'_order_shipping','0'),(118730,2599,'_order_shipping_tax','0'),(118731,2599,'_order_tax','0'),(118732,2599,'_order_total','931.70'),(118733,2599,'_order_version','8.7.0'),(118734,2599,'_prices_include_tax','no'),(118735,2599,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(118736,2599,'_shipping_address_index','Ivy Shannon Nits End 125 Nash Rd Apt B Windham ME 04062 US '),(118737,2599,'is_vat_exempt','no'),(118738,2599,'_wc_order_attribution_source_type','referral'),(118739,2599,'_wc_order_attribution_referrer','https://lcaportal.com/'),(118740,2599,'_wc_order_attribution_utm_source','lcaportal.com'),(118741,2599,'_wc_order_attribution_utm_medium','referral'),(118742,2599,'_wc_order_attribution_utm_content','/'),(118743,2599,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118744,2599,'_wc_order_attribution_session_start_time','2024-04-14 23:00:17'),(118745,2599,'_wc_order_attribution_session_pages','29'),(118746,2599,'_wc_order_attribution_session_count','10'),(118747,2599,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(118748,2599,'_wc_order_attribution_device_type','Desktop'),(118749,2599,'Payment type','instant'),(118750,2599,'_paypal_status','completed'),(118751,2599,'_transaction_id','0SR79644965304105'),(118752,2599,'PayPal Transaction Fee','33.01'),(118753,2599,'_date_paid','1713138088'),(118754,2599,'_paid_date','2024-04-14 23:41:28'),(118755,2600,'_order_key','wc_order_WuTLyyxg1BWuB'),(118756,2600,'_customer_user','28'),(118757,2600,'_payment_method','paypal'),(118758,2600,'_payment_method_title','PayPal'),(118759,2600,'_customer_ip_address','172.115.255.171'),(118760,2600,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118761,2600,'_created_via','checkout'),(118762,2600,'_cart_hash','2d255a2b2bc284b4fbc05b198a2985ee'),(118763,2600,'_download_permissions_granted','yes'),(118764,2600,'_recorded_sales','yes'),(118765,2600,'_recorded_coupon_usage_counts','yes'),(118766,2600,'_new_order_email_sent','true'),(118767,2600,'_order_stock_reduced','yes'),(118768,2600,'_billing_first_name','Kelli'),(118769,2600,'_billing_last_name','Washington'),(118770,2600,'_billing_company','Lice Clinics of America - Temecula'),(118771,2600,'_billing_address_1','2438 Bear Rock Gln.'),(118772,2600,'_billing_city','Escondido'),(118773,2600,'_billing_state','CA'),(118774,2600,'_billing_postcode','92026'),(118775,2600,'_billing_country','US'),(118776,2600,'_billing_email','info@liceclinicstemecula.com'),(118777,2600,'_billing_phone','7606255580'),(118778,2600,'_shipping_first_name','Kelli'),(118779,2600,'_shipping_last_name','Washington'),(118780,2600,'_shipping_company','Lice Clinics of America - Temecula'),(118781,2600,'_shipping_address_1','2438 Bear Rock Gln.'),(118782,2600,'_shipping_city','Escondido'),(118783,2600,'_shipping_state','CA'),(118784,2600,'_shipping_postcode','92026'),(118785,2600,'_shipping_country','US'),(118786,2600,'_order_currency','USD'),(118787,2600,'_cart_discount','0'),(118788,2600,'_cart_discount_tax','0'),(118789,2600,'_order_shipping','36.97'),(118790,2600,'_order_shipping_tax','0'),(118791,2600,'_order_tax','0'),(118792,2600,'_order_total','369.61'),(118793,2600,'_order_version','8.7.0'),(118794,2600,'_prices_include_tax','no'),(118795,2600,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(118796,2600,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(118797,2600,'is_vat_exempt','no'),(118798,2600,'_wc_order_attribution_source_type','typein'),(118799,2600,'_wc_order_attribution_utm_source','(direct)'),(118800,2600,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118801,2600,'_wc_order_attribution_session_start_time','2024-04-15 17:03:36'),(118802,2600,'_wc_order_attribution_session_pages','3'),(118803,2600,'_wc_order_attribution_session_count','1'),(118804,2600,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118805,2600,'_wc_order_attribution_device_type','Desktop'),(118806,2600,'Payment type','instant'),(118807,2600,'_paypal_status','completed'),(118808,2600,'_transaction_id','7WM92365NL883583V'),(118809,2600,'PayPal Transaction Fee','13.39'),(118810,2600,'_date_paid','1713200796'),(118811,2600,'_paid_date','2024-04-15 17:06:36'),(118812,2594,'_edit_lock','1713218569:2'),(118813,2594,'_edit_last','2'),(118814,2594,'Payment type','instant'),(118815,2594,'_paypal_status','completed'),(118816,2594,'_transaction_id','8F026808NE208431L'),(118817,2594,'PayPal Transaction Fee','1.27'),(118818,2594,'_date_paid','1713208561'),(118819,2594,'_paid_date','2024-04-15 19:16:01'),(118820,2599,'_edit_lock','1713212800:2'),(118821,2599,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037090\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"45ef1a47009122179f36f8decf51e4fe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037089\";s:12:\"date_shipped\";i:1713212920;s:11:\"tracking_id\";s:32:\"9bab3b672767e72cea0399e7a164cd3e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037078\";s:12:\"date_shipped\";i:1713212926;s:11:\"tracking_id\";s:32:\"4e0b7b41812209be651c08e18837cb34\";}}'),(118822,2599,'_edit_last','2'),(118823,2599,'_date_completed','1713212935'),(118824,2599,'_completed_date','2024-04-15 20:28:55'),(118825,2598,'_edit_lock','1713212938:2'),(118826,2598,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037067\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"8f8fb11019777eff0cfa69b7f5bfb461\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037056\";s:12:\"date_shipped\";i:1713212970;s:11:\"tracking_id\";s:32:\"b94c579aedd2e4719092f8e2b8eb226d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037045\";s:12:\"date_shipped\";i:1713212977;s:11:\"tracking_id\";s:32:\"de6ac7164bc41c57f4f1ecd62709594d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037034\";s:12:\"date_shipped\";i:1713212984;s:11:\"tracking_id\";s:32:\"0df18a9051c8f98aeae68f614bab7d19\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037023\";s:12:\"date_shipped\";i:1713212990;s:11:\"tracking_id\";s:32:\"0d30ee46e0c8651e0629f5e15068911c\";}}'),(118827,2598,'_edit_last','2'),(118828,2598,'_date_completed','1713212993'),(118829,2598,'_completed_date','2024-04-15 20:29:53'),(118830,2596,'_edit_lock','1713213103:2'),(118831,2596,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036921\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"439c4a430c2ee7c5af09ffc45c0cb0b1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036910\";s:12:\"date_shipped\";i:1713213216;s:11:\"tracking_id\";s:32:\"9413e35401fd0539d34de4d24c1fe0cf\";}}'),(118832,2596,'_edit_last','2'),(118833,2596,'_date_completed','1713213219'),(118834,2596,'_completed_date','2024-04-15 20:33:39'),(118835,2597,'_edit_lock','1713213173:2'),(118836,2597,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036965\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"7ab6a79dbb67df3812a4d2140edd797b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036954\";s:12:\"date_shipped\";i:1713213292;s:11:\"tracking_id\";s:32:\"ec7c22add9c1aa1e7d1a1067df7ea985\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036943\";s:12:\"date_shipped\";i:1713213299;s:11:\"tracking_id\";s:32:\"81bb4f651c00ece199b756dcd15d8b9a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036932\";s:12:\"date_shipped\";i:1713213304;s:11:\"tracking_id\";s:32:\"7c532a7bf510bfe2a38be9e2842ab98d\";}}'),(118837,2597,'_edit_last','2'),(118838,2597,'_date_completed','1713213307'),(118839,2597,'_completed_date','2024-04-15 20:35:07'),(118840,2595,'_edit_lock','1713213243:2'),(118841,2595,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036690\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"b9ccd4049c8295326cf98172c1b081d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036689\";s:12:\"date_shipped\";i:1713213361;s:11:\"tracking_id\";s:32:\"fe24b5ee10e608da49eeee9fdac9aaa4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036678\";s:12:\"date_shipped\";i:1713213370;s:11:\"tracking_id\";s:32:\"3b77d9481f6fe75596429d230afcab00\";}}'),(118842,2595,'_edit_last','2'),(118843,2595,'_date_completed','1713213374'),(118844,2595,'_completed_date','2024-04-15 20:36:14'),(118845,2600,'_edit_lock','1713213287:2'),(118846,2600,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037159\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"0f9bfcdaea2b47d62ac3ac0a7ecb6fd4\";}}'),(118847,2600,'_edit_last','2'),(118848,2600,'_date_completed','1713213408'),(118849,2600,'_completed_date','2024-04-15 20:36:48'),(118850,2601,'_order_key','wc_order_wRj5V47ag4Epc'),(118851,2601,'_customer_user','87'),(118852,2601,'_payment_method','paypal'),(118853,2601,'_payment_method_title','PayPal'),(118854,2601,'_customer_ip_address','75.7.15.79'),(118855,2601,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118856,2601,'_created_via','checkout'),(118857,2601,'_cart_hash','87bc674440695d39b4d09227697a1ede'),(118858,2601,'_download_permissions_granted','yes'),(118859,2601,'_recorded_sales','yes'),(118860,2601,'_recorded_coupon_usage_counts','yes'),(118861,2601,'_new_order_email_sent','true'),(118862,2601,'_order_stock_reduced','yes'),(118863,2601,'_billing_first_name','Wade'),(118864,2601,'_billing_last_name','Huntsman'),(118865,2601,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(118866,2601,'_billing_address_1','3421 E 21st'),(118867,2601,'_billing_city','Tulsa'),(118868,2601,'_billing_state','OK'),(118869,2601,'_billing_postcode','74114'),(118870,2601,'_billing_country','US'),(118871,2601,'_billing_email','info@liceclinicsmidsouth.com'),(118872,2601,'_billing_phone','9189783329'),(118873,2601,'_shipping_first_name','Wade'),(118874,2601,'_shipping_last_name','Huntsman'),(118875,2601,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(118876,2601,'_shipping_address_1','3421 E 21st'),(118877,2601,'_shipping_city','Tulsa'),(118878,2601,'_shipping_state','OK'),(118879,2601,'_shipping_postcode','74114'),(118880,2601,'_shipping_country','US'),(118881,2601,'_order_currency','USD'),(118882,2601,'_cart_discount','0'),(118883,2601,'_cart_discount_tax','0'),(118884,2601,'_order_shipping','0'),(118885,2601,'_order_shipping_tax','0'),(118886,2601,'_order_tax','0'),(118887,2601,'_order_total','977.71'),(118888,2601,'_order_version','8.7.0'),(118889,2601,'_prices_include_tax','no'),(118890,2601,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(118891,2601,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(118892,2601,'is_vat_exempt','no'),(118893,2601,'_wc_order_attribution_source_type','typein'),(118894,2601,'_wc_order_attribution_utm_source','(direct)'),(118895,2601,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118896,2601,'_wc_order_attribution_session_start_time','2024-04-15 21:08:58'),(118897,2601,'_wc_order_attribution_session_pages','4'),(118898,2601,'_wc_order_attribution_session_count','1'),(118899,2601,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118900,2601,'_wc_order_attribution_device_type','Desktop'),(118901,2601,'Payment type','instant'),(118902,2601,'_paypal_status','completed'),(118903,2601,'_transaction_id','25847042K97037246'),(118904,2601,'PayPal Transaction Fee','34.61'),(118905,2601,'_date_paid','1713216484'),(118906,2601,'_paid_date','2024-04-15 21:28:04'),(118907,2594,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037160\";s:12:\"date_shipped\";s:10:\"1713139200\";s:11:\"tracking_id\";s:32:\"b0dd8c848b1035b00b6b1bf3fc834c9c\";}}'),(118908,2594,'_date_completed','1713218355'),(118909,2594,'_completed_date','2024-04-15 21:59:15'),(118910,2602,'_order_key','wc_order_f0pN4EwNc3ok5'),(118911,2602,'_customer_user','87'),(118912,2602,'_payment_method','paypal'),(118913,2602,'_payment_method_title','PayPal'),(118914,2602,'_customer_ip_address','75.7.15.79'),(118915,2602,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118916,2602,'_created_via','checkout'),(118917,2602,'_cart_hash','eb605e5553e595c7d35736a1a16fd446'),(118918,2602,'_download_permissions_granted','yes'),(118919,2602,'_recorded_sales','yes'),(118920,2602,'_recorded_coupon_usage_counts','yes'),(118921,2602,'_new_order_email_sent','true'),(118922,2602,'_order_stock_reduced','yes'),(118923,2602,'_billing_first_name','Wade'),(118924,2602,'_billing_last_name','Huntsman'),(118925,2602,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(118926,2602,'_billing_address_1','3421 E 21st'),(118927,2602,'_billing_city','Tulsa'),(118928,2602,'_billing_state','OK'),(118929,2602,'_billing_postcode','74114'),(118930,2602,'_billing_country','US'),(118931,2602,'_billing_email','info@liceclinicsmidsouth.com'),(118932,2602,'_billing_phone','9189783329'),(118933,2602,'_shipping_first_name','Logan'),(118934,2602,'_shipping_last_name','Futrell'),(118935,2602,'_shipping_company','Lice Clinics of America NWA'),(118936,2602,'_shipping_address_1','203 Tricha Circle Unit B'),(118937,2602,'_shipping_city','Gravette'),(118938,2602,'_shipping_state','AR'),(118939,2602,'_shipping_postcode','72736'),(118940,2602,'_shipping_country','US'),(118941,2602,'_order_currency','USD'),(118942,2602,'_cart_discount','0'),(118943,2602,'_cart_discount_tax','0'),(118944,2602,'_order_shipping','0'),(118945,2602,'_order_shipping_tax','0'),(118946,2602,'_order_tax','0'),(118947,2602,'_order_total','1049.17'),(118948,2602,'_order_version','8.7.0'),(118949,2602,'_prices_include_tax','no'),(118950,2602,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(118951,2602,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(118952,2602,'is_vat_exempt','no'),(118953,2602,'_wc_order_attribution_source_type','typein'),(118954,2602,'_wc_order_attribution_utm_source','(direct)'),(118955,2602,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(118956,2602,'_wc_order_attribution_session_start_time','2024-04-16 14:12:39'),(118957,2602,'_wc_order_attribution_session_pages','6'),(118958,2602,'_wc_order_attribution_session_count','1'),(118959,2602,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118960,2602,'_wc_order_attribution_device_type','Desktop'),(118961,2602,'Payment type','instant'),(118962,2602,'_paypal_status','completed'),(118963,2602,'_transaction_id','9W0281110F674152T'),(118964,2602,'PayPal Transaction Fee','37.11'),(118965,2602,'_date_paid','1713277345'),(118966,2602,'_paid_date','2024-04-16 14:22:25'),(118967,2603,'_order_key','wc_order_lSjjNOQWP40y9'),(118968,2603,'_customer_user','87'),(118969,2603,'_payment_method','paypal'),(118970,2603,'_payment_method_title','PayPal'),(118971,2603,'_customer_ip_address','75.7.15.79'),(118972,2603,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(118973,2603,'_created_via','checkout'),(118974,2603,'_cart_hash','9283f50e33a7ed690918ee4a917ef486'),(118975,2603,'_download_permissions_granted','yes'),(118976,2603,'_recorded_sales','yes'),(118977,2603,'_recorded_coupon_usage_counts','yes'),(118978,2603,'_new_order_email_sent','true'),(118979,2603,'_order_stock_reduced','yes'),(118980,2603,'_billing_first_name','Wade'),(118981,2603,'_billing_last_name','Huntsman'),(118982,2603,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(118983,2603,'_billing_address_1','3421 E 21st'),(118984,2603,'_billing_city','Tulsa'),(118985,2603,'_billing_state','OK'),(118986,2603,'_billing_postcode','74114'),(118987,2603,'_billing_country','US'),(118988,2603,'_billing_email','info@liceclinicsmidsouth.com'),(118989,2603,'_billing_phone','9189783329'),(118990,2603,'_shipping_first_name','Katee'),(118991,2603,'_shipping_last_name','Morrison'),(118992,2603,'_shipping_company','Lice Clinics of America OKC'),(118993,2603,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(118994,2603,'_shipping_city','OKC'),(118995,2603,'_shipping_state','OK'),(118996,2603,'_shipping_postcode','73118'),(118997,2603,'_shipping_country','US'),(118998,2603,'_order_currency','USD'),(118999,2603,'_cart_discount','0'),(119000,2603,'_cart_discount_tax','0'),(119001,2603,'_order_shipping','0'),(119002,2603,'_order_shipping_tax','0'),(119003,2603,'_order_tax','0'),(119004,2603,'_order_total','1161.12'),(119005,2603,'_order_version','8.7.0'),(119006,2603,'_prices_include_tax','no'),(119007,2603,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(119008,2603,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(119009,2603,'is_vat_exempt','no'),(119010,2603,'_wc_order_attribution_source_type','typein'),(119011,2603,'_wc_order_attribution_utm_source','(direct)'),(119012,2603,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119013,2603,'_wc_order_attribution_session_start_time','2024-04-16 14:12:39'),(119014,2603,'_wc_order_attribution_session_pages','4'),(119015,2603,'_wc_order_attribution_session_count','2'),(119016,2603,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119017,2603,'_wc_order_attribution_device_type','Desktop'),(119018,2603,'Payment type','instant'),(119019,2603,'_paypal_status','completed'),(119020,2603,'_transaction_id','34K98499CT580583W'),(119021,2603,'PayPal Transaction Fee','41.01'),(119022,2603,'_date_paid','1713279565'),(119023,2603,'_paid_date','2024-04-16 14:59:25'),(119024,2604,'_order_key','wc_order_G8jCgAKqO9qWQ'),(119025,2604,'_customer_user','21'),(119026,2604,'_payment_method','paypal'),(119027,2604,'_payment_method_title','PayPal'),(119028,2604,'_customer_ip_address','173.216.41.12'),(119029,2604,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Avast/122.0.0.0'),(119030,2604,'_created_via','checkout'),(119031,2604,'_cart_hash','44bc4841c8b407a41edf46d06e54133d'),(119032,2604,'_download_permissions_granted','yes'),(119033,2604,'_recorded_sales','yes'),(119034,2604,'_recorded_coupon_usage_counts','yes'),(119035,2604,'_new_order_email_sent','true'),(119036,2604,'_order_stock_reduced','yes'),(119037,2604,'_billing_first_name','LCA'),(119038,2604,'_billing_last_name','Arkansas'),(119039,2604,'_billing_company','LCA - Central Arkansas'),(119040,2604,'_billing_address_1','1011 N. 2nd St., Ste. D'),(119041,2604,'_billing_city','Cabot'),(119042,2604,'_billing_state','AR'),(119043,2604,'_billing_postcode','72023'),(119044,2604,'_billing_country','US'),(119045,2604,'_billing_email','liceclinicslittlerock@gmail.com'),(119046,2604,'_billing_phone','15014249396'),(119047,2604,'_shipping_first_name','LCA'),(119048,2604,'_shipping_last_name','Arkansas'),(119049,2604,'_shipping_company','LCA - Central Arkansas'),(119050,2604,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(119051,2604,'_shipping_city','Cabot'),(119052,2604,'_shipping_state','AR'),(119053,2604,'_shipping_postcode','72023'),(119054,2604,'_shipping_country','US'),(119055,2604,'_order_currency','USD'),(119056,2604,'_cart_discount','0'),(119057,2604,'_cart_discount_tax','0'),(119058,2604,'_order_shipping','0'),(119059,2604,'_order_shipping_tax','0'),(119060,2604,'_order_tax','0'),(119061,2604,'_order_total','534.76'),(119062,2604,'_order_version','8.7.0'),(119063,2604,'_prices_include_tax','no'),(119064,2604,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(119065,2604,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(119066,2604,'is_vat_exempt','no'),(119067,2604,'_wc_order_attribution_source_type','referral'),(119068,2604,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(119069,2604,'_wc_order_attribution_utm_source','lcaportal.com'),(119070,2604,'_wc_order_attribution_utm_medium','referral'),(119071,2604,'_wc_order_attribution_utm_content','/'),(119072,2604,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119073,2604,'_wc_order_attribution_session_start_time','2024-04-16 15:32:20'),(119074,2604,'_wc_order_attribution_session_pages','4'),(119075,2604,'_wc_order_attribution_session_count','1'),(119076,2604,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Avast/122.0.0.0'),(119077,2604,'_wc_order_attribution_device_type','Desktop'),(119078,2604,'Payment type','instant'),(119079,2604,'_paypal_status','completed'),(119080,2604,'_transaction_id','13994009TB933364N'),(119081,2604,'PayPal Transaction Fee','19.15'),(119082,2604,'_date_paid','1713281929'),(119083,2604,'_paid_date','2024-04-16 15:38:49'),(119084,2605,'_order_key','wc_order_HXjZPptG6vfdz'),(119085,2605,'_customer_user','7'),(119086,2605,'_payment_method','paypal'),(119087,2605,'_payment_method_title','PayPal'),(119088,2605,'_customer_ip_address','73.202.248.220'),(119089,2605,'_customer_user_agent','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'),(119090,2605,'_created_via','checkout'),(119091,2605,'_cart_hash','0f30c5d7d40d219f2cc8b702d4230582'),(119092,2605,'_download_permissions_granted','no'),(119093,2605,'_recorded_sales','no'),(119094,2605,'_recorded_coupon_usage_counts','no'),(119095,2605,'_new_order_email_sent','false'),(119096,2605,'_order_stock_reduced','no'),(119097,2605,'_billing_first_name','Amy'),(119098,2605,'_billing_last_name','Allen'),(119099,2605,'_billing_company','Lice Clinics Of America'),(119100,2605,'_billing_address_1','30 Hummingbird Court'),(119101,2605,'_billing_city','Hollister'),(119102,2605,'_billing_state','CA'),(119103,2605,'_billing_postcode','95023'),(119104,2605,'_billing_country','US'),(119105,2605,'_billing_email','lca.gilroy@gmail.com'),(119106,2605,'_billing_phone','4085005537'),(119107,2605,'_shipping_first_name','Amy'),(119108,2605,'_shipping_last_name','Allen'),(119109,2605,'_shipping_company','Lice Clinics Of America - Gilroy'),(119110,2605,'_shipping_address_1','7680 Monterey St Ste 104'),(119111,2605,'_shipping_city','Gilroy'),(119112,2605,'_shipping_state','CA'),(119113,2605,'_shipping_postcode','95020'),(119114,2605,'_shipping_country','US'),(119115,2605,'_order_currency','USD'),(119116,2605,'_cart_discount','0'),(119117,2605,'_cart_discount_tax','0'),(119118,2605,'_order_shipping','0'),(119119,2605,'_order_shipping_tax','0'),(119120,2605,'_order_tax','0'),(119121,2605,'_order_total','1262.24'),(119122,2605,'_order_version','8.7.0'),(119123,2605,'_prices_include_tax','no'),(119124,2605,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(119125,2605,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(119126,2605,'is_vat_exempt','no'),(119127,2605,'_wc_order_attribution_source_type','typein'),(119128,2605,'_wc_order_attribution_utm_source','(direct)'),(119129,2605,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119130,2605,'_wc_order_attribution_session_start_time','2024-04-16 17:16:50'),(119131,2605,'_wc_order_attribution_session_pages','4'),(119132,2605,'_wc_order_attribution_session_count','1'),(119133,2605,'_wc_order_attribution_user_agent','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'),(119134,2605,'_wc_order_attribution_device_type','Desktop'),(119135,2606,'_order_key','wc_order_Qt9httmdqMnaz'),(119136,2606,'_customer_user','7'),(119137,2606,'_payment_method','paypal'),(119138,2606,'_payment_method_title','PayPal'),(119139,2606,'_customer_ip_address','73.202.248.220'),(119140,2606,'_customer_user_agent','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'),(119141,2606,'_created_via','checkout'),(119142,2606,'_cart_hash','0f30c5d7d40d219f2cc8b702d4230582'),(119143,2606,'_download_permissions_granted','yes'),(119144,2606,'_recorded_sales','yes'),(119145,2606,'_recorded_coupon_usage_counts','yes'),(119146,2606,'_new_order_email_sent','true'),(119147,2606,'_order_stock_reduced','yes'),(119148,2606,'_billing_first_name','Amy'),(119149,2606,'_billing_last_name','Allen'),(119150,2606,'_billing_company','Lice Clinics Of America'),(119151,2606,'_billing_address_1','30 Hummingbird Court'),(119152,2606,'_billing_city','Hollister'),(119153,2606,'_billing_state','CA'),(119154,2606,'_billing_postcode','95023'),(119155,2606,'_billing_country','US'),(119156,2606,'_billing_email','lca.gilroy@gmail.com'),(119157,2606,'_billing_phone','4085005537'),(119158,2606,'_shipping_first_name','Amy'),(119159,2606,'_shipping_last_name','Allen'),(119160,2606,'_shipping_company','Lice Clinics Of America - Gilroy'),(119161,2606,'_shipping_address_1','7680 Monterey St Ste 104'),(119162,2606,'_shipping_city','Gilroy'),(119163,2606,'_shipping_state','CA'),(119164,2606,'_shipping_postcode','95020'),(119165,2606,'_shipping_country','US'),(119166,2606,'_order_currency','USD'),(119167,2606,'_cart_discount','0'),(119168,2606,'_cart_discount_tax','0'),(119169,2606,'_order_shipping','0'),(119170,2606,'_order_shipping_tax','0'),(119171,2606,'_order_tax','0'),(119172,2606,'_order_total','1262.24'),(119173,2606,'_order_version','8.7.0'),(119174,2606,'_prices_include_tax','no'),(119175,2606,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(119176,2606,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(119177,2606,'is_vat_exempt','no'),(119178,2606,'_wc_order_attribution_source_type','referral'),(119179,2606,'_wc_order_attribution_referrer','https://www.paypal.com/'),(119180,2606,'_wc_order_attribution_utm_source','paypal.com'),(119181,2606,'_wc_order_attribution_utm_medium','referral'),(119182,2606,'_wc_order_attribution_utm_content','/'),(119183,2606,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/?cancel_order=true&order=wc_order_HXjZPptG6vfdz&order_id=2605&redirect&_wpnonce=0eeab7f38e'),(119184,2606,'_wc_order_attribution_session_start_time','2024-04-16 17:52:52'),(119185,2606,'_wc_order_attribution_session_pages','3'),(119186,2606,'_wc_order_attribution_session_count','2'),(119187,2606,'_wc_order_attribution_user_agent','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'),(119188,2606,'_wc_order_attribution_device_type','Desktop'),(119189,2606,'Payment type','instant'),(119190,2606,'_paypal_status','completed'),(119191,2606,'_transaction_id','8JJ77098U76182513'),(119192,2606,'PayPal Transaction Fee','44.54'),(119193,2606,'_date_paid','1713290374'),(119194,2606,'_paid_date','2024-04-16 17:59:34'),(119195,2607,'_order_key','wc_order_BVp8XmNPGlM7G'),(119196,2607,'_customer_user','76'),(119197,2607,'_payment_method','paypal'),(119198,2607,'_payment_method_title','PayPal'),(119199,2607,'_customer_ip_address','146.115.118.214'),(119200,2607,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(119201,2607,'_created_via','checkout'),(119202,2607,'_cart_hash','9c0bce58584058680e010e6693f7b2bb'),(119203,2607,'_download_permissions_granted','yes'),(119204,2607,'_recorded_sales','yes'),(119205,2607,'_recorded_coupon_usage_counts','yes'),(119206,2607,'_new_order_email_sent','true'),(119207,2607,'_order_stock_reduced','yes'),(119208,2607,'_billing_first_name','Naomi'),(119209,2607,'_billing_last_name','Golden'),(119210,2607,'_billing_company','LCA'),(119211,2607,'_billing_address_1','31 Mann Ave'),(119212,2607,'_billing_city','Needham'),(119213,2607,'_billing_state','MA'),(119214,2607,'_billing_postcode','02492'),(119215,2607,'_billing_country','US'),(119216,2607,'_billing_email','nrgolden6486@gmail.com'),(119217,2607,'_billing_phone','617-851-1322'),(119218,2607,'_shipping_first_name','Naomi'),(119219,2607,'_shipping_last_name','Golden'),(119220,2607,'_shipping_company','LCA'),(119221,2607,'_shipping_address_1','3 Baldwin Green Common'),(119222,2607,'_shipping_address_2','310'),(119223,2607,'_shipping_city','Woburn'),(119224,2607,'_shipping_state','MA'),(119225,2607,'_shipping_postcode','01801'),(119226,2607,'_shipping_country','US'),(119227,2607,'_order_currency','USD'),(119228,2607,'_cart_discount','0'),(119229,2607,'_cart_discount_tax','0'),(119230,2607,'_order_shipping','0'),(119231,2607,'_order_shipping_tax','0'),(119232,2607,'_order_tax','0'),(119233,2607,'_order_total','545.28'),(119234,2607,'_order_version','8.7.0'),(119235,2607,'_prices_include_tax','no'),(119236,2607,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(119237,2607,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common 310 Woburn MA 01801 US '),(119238,2607,'is_vat_exempt','no'),(119239,2607,'_wc_order_attribution_source_type','typein'),(119240,2607,'_wc_order_attribution_utm_source','(direct)'),(119241,2607,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119242,2607,'_wc_order_attribution_session_start_time','2024-04-16 18:25:40'),(119243,2607,'_wc_order_attribution_session_pages','19'),(119244,2607,'_wc_order_attribution_session_count','2'),(119245,2607,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(119246,2607,'_wc_order_attribution_device_type','Desktop'),(119247,2607,'Payment type','instant'),(119248,2607,'_paypal_status','completed'),(119249,2607,'_transaction_id','1J638729FW9689322'),(119250,2607,'PayPal Transaction Fee','19.52'),(119251,2607,'_date_paid','1713300399'),(119252,2607,'_paid_date','2024-04-16 20:46:39'),(119253,2608,'_order_key','wc_order_kqxsyIoKs8XjQ'),(119254,2608,'_customer_user','47'),(119255,2608,'_payment_method','paypal'),(119256,2608,'_payment_method_title','PayPal'),(119257,2608,'_customer_ip_address','136.50.54.10'),(119258,2608,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(119259,2608,'_created_via','checkout'),(119260,2608,'_cart_hash','e1d23f0756dcb9176a892a621ad20cf6'),(119261,2608,'_download_permissions_granted','yes'),(119262,2608,'_recorded_sales','yes'),(119263,2608,'_recorded_coupon_usage_counts','yes'),(119264,2608,'_new_order_email_sent','true'),(119265,2608,'_order_stock_reduced','yes'),(119266,2608,'_billing_first_name','Tracy'),(119267,2608,'_billing_last_name','Copeland'),(119268,2608,'_billing_company','LCA SA WEST'),(119269,2608,'_billing_address_1','14223 Silverhollow'),(119270,2608,'_billing_city','San Antonio'),(119271,2608,'_billing_state','TX'),(119272,2608,'_billing_postcode','78232'),(119273,2608,'_billing_country','US'),(119274,2608,'_billing_email','info@liceclinicsofsanantonio.com'),(119275,2608,'_billing_phone','2103135033'),(119276,2608,'_shipping_first_name','Tracy'),(119277,2608,'_shipping_last_name','Copeland'),(119278,2608,'_shipping_company','LCA SA WEST'),(119279,2608,'_shipping_address_1','6391 DeZavala Rd'),(119280,2608,'_shipping_address_2','#222'),(119281,2608,'_shipping_city','San Antonio'),(119282,2608,'_shipping_state','TX'),(119283,2608,'_shipping_postcode','78249'),(119284,2608,'_shipping_country','US'),(119285,2608,'_order_currency','USD'),(119286,2608,'_cart_discount','0'),(119287,2608,'_cart_discount_tax','0'),(119288,2608,'_order_shipping','0'),(119289,2608,'_order_shipping_tax','0'),(119290,2608,'_order_tax','0'),(119291,2608,'_order_total','885.67'),(119292,2608,'_order_version','8.7.0'),(119293,2608,'_prices_include_tax','no'),(119294,2608,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(119295,2608,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 DeZavala Rd #222 San Antonio TX 78249 US '),(119296,2608,'is_vat_exempt','no'),(119297,2608,'_wc_order_attribution_source_type','referral'),(119298,2608,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119299,2608,'_wc_order_attribution_utm_source','lcaportal.com'),(119300,2608,'_wc_order_attribution_utm_medium','referral'),(119301,2608,'_wc_order_attribution_utm_content','/'),(119302,2608,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119303,2608,'_wc_order_attribution_session_start_time','2024-04-16 20:46:13'),(119304,2608,'_wc_order_attribution_session_pages','4'),(119305,2608,'_wc_order_attribution_session_count','3'),(119306,2608,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(119307,2608,'_wc_order_attribution_device_type','Desktop'),(119308,2608,'Payment type','instant'),(119309,2608,'_paypal_status','completed'),(119310,2608,'_transaction_id','8U969556S6130025H'),(119311,2608,'PayPal Transaction Fee','31.40'),(119312,2608,'_date_paid','1713302787'),(119313,2608,'_paid_date','2024-04-16 21:26:27'),(119314,2593,'_edit_lock','1713308235:2'),(119315,2593,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036553\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"70a6f6b7c755550b146dc03e2279d5b2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355036564\";s:12:\"date_shipped\";i:1713308331;s:11:\"tracking_id\";s:32:\"8886a89b0adacadd06fc3fc75f10211f\";}}'),(119316,2593,'_edit_last','2'),(119317,2593,'_date_completed','1713308334'),(119318,2593,'_completed_date','2024-04-16 22:58:54'),(119319,2601,'_edit_lock','1713309033:2'),(119320,2601,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037365\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"a9689874e4b7107200419d73ca3706cb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037354\";s:12:\"date_shipped\";i:1713309150;s:11:\"tracking_id\";s:32:\"21e48bab7c63dab6b26b7d6c2527d975\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037343\";s:12:\"date_shipped\";i:1713309157;s:11:\"tracking_id\";s:32:\"7935bb97fd21ed4fbfaf28ff998d4baa\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037332\";s:12:\"date_shipped\";i:1713309161;s:11:\"tracking_id\";s:32:\"7dcc0d74d2797ed2677cde03e529bbfa\";}}'),(119321,2601,'_edit_last','2'),(119322,2601,'_date_completed','1713309165'),(119323,2601,'_completed_date','2024-04-16 23:12:45'),(119324,2602,'_edit_lock','1713309148:2'),(119325,2602,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037457\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"7acfde2a7f995b778be1f6124737ab24\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037446\";s:12:\"date_shipped\";i:1713309215;s:11:\"tracking_id\";s:32:\"360ed535a2c8dc29bad5f6f32710a47d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037435\";s:12:\"date_shipped\";i:1713309226;s:11:\"tracking_id\";s:32:\"23cbdf6e6b65ff3b3b617131ed85cf42\";}}'),(119326,2602,'_edit_last','2'),(119327,2602,'_date_completed','1713309229'),(119328,2602,'_completed_date','2024-04-16 23:13:49'),(119329,2603,'_edit_lock','1713309259:2'),(119330,2603,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037480\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"99e23ca458ae90229401c22e7a602e30\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037479\";s:12:\"date_shipped\";i:1713309329;s:11:\"tracking_id\";s:32:\"7140298c44a3cad4f1c52fed072504d3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037468\";s:12:\"date_shipped\";i:1713309335;s:11:\"tracking_id\";s:32:\"d4a5ed6ac28ab87f0fd07661a64b347b\";}}'),(119331,2603,'_edit_last','2'),(119332,2603,'_date_completed','1713309338'),(119333,2603,'_completed_date','2024-04-16 23:15:38'),(119334,2604,'_edit_lock','1713309682:2'),(119335,2604,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037505\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"7d614ae96e05dda827c9f8e3ce055456\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037490\";s:12:\"date_shipped\";i:1713309650;s:11:\"tracking_id\";s:32:\"66e003d00c04e98648a543e2b54ab1fd\";}}'),(119336,2604,'_edit_last','2'),(119337,2604,'_date_completed','1713309732'),(119338,2604,'_completed_date','2024-04-16 23:22:12'),(119339,2606,'_edit_lock','1713309853:2'),(119340,2606,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037571\";s:12:\"date_shipped\";s:10:\"1713225600\";s:11:\"tracking_id\";s:32:\"2097806952b2f7937825985858765d78\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037560\";s:12:\"date_shipped\";i:1713309853;s:11:\"tracking_id\";s:32:\"0832fcd06013cf56e943baa24292e568\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037550\";s:12:\"date_shipped\";i:1713309862;s:11:\"tracking_id\";s:32:\"661bc12fb312a518df48e644dd4f93ad\";}}'),(119341,2606,'_edit_last','2'),(119342,2606,'_date_completed','1713309865'),(119343,2606,'_completed_date','2024-04-16 23:24:25'),(119344,2609,'_order_key','wc_order_soUZF12U22xWE'),(119345,2609,'_customer_user','3'),(119346,2609,'_payment_method','paypal'),(119347,2609,'_payment_method_title','PayPal'),(119348,2609,'_customer_ip_address','70.142.202.154'),(119349,2609,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119350,2609,'_created_via','checkout'),(119351,2609,'_cart_hash','5d0925918461b2d9fcb21b6951f2987d'),(119352,2609,'_download_permissions_granted','yes'),(119353,2609,'_recorded_sales','yes'),(119354,2609,'_recorded_coupon_usage_counts','yes'),(119355,2609,'_new_order_email_sent','true'),(119356,2609,'_order_stock_reduced','yes'),(119357,2609,'_billing_first_name','Amanda'),(119358,2609,'_billing_last_name','Westerman'),(119359,2609,'_billing_company','Lice Clinics of America McKinney'),(119360,2609,'_billing_address_1','3120 Hudson Crossing'),(119361,2609,'_billing_address_2','Suite A2'),(119362,2609,'_billing_city','MCKINNEY'),(119363,2609,'_billing_state','TX'),(119364,2609,'_billing_postcode','75070'),(119365,2609,'_billing_country','US'),(119366,2609,'_billing_email','awesterman1103@gmail.com'),(119367,2609,'_billing_phone','2144175741'),(119368,2609,'_shipping_first_name','Amanda'),(119369,2609,'_shipping_last_name','Westerman'),(119370,2609,'_shipping_company','Lice Clinics of America McKinney'),(119371,2609,'_shipping_address_1','3120 Hudson Crossing'),(119372,2609,'_shipping_address_2','Suite A2'),(119373,2609,'_shipping_city','MCKINNEY'),(119374,2609,'_shipping_state','TX'),(119375,2609,'_shipping_postcode','75070'),(119376,2609,'_shipping_country','US'),(119377,2609,'_order_currency','USD'),(119378,2609,'_cart_discount','0'),(119379,2609,'_cart_discount_tax','0'),(119380,2609,'_order_shipping','0'),(119381,2609,'_order_shipping_tax','0'),(119382,2609,'_order_tax','0'),(119383,2609,'_order_total','949.34'),(119384,2609,'_order_version','8.7.0'),(119385,2609,'_prices_include_tax','no'),(119386,2609,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(119387,2609,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(119388,2609,'is_vat_exempt','no'),(119389,2609,'_wc_order_attribution_source_type','referral'),(119390,2609,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119391,2609,'_wc_order_attribution_utm_source','lcaportal.com'),(119392,2609,'_wc_order_attribution_utm_medium','referral'),(119393,2609,'_wc_order_attribution_utm_content','/'),(119394,2609,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119395,2609,'_wc_order_attribution_session_start_time','2024-04-17 14:55:55'),(119396,2609,'_wc_order_attribution_session_pages','4'),(119397,2609,'_wc_order_attribution_session_count','1'),(119398,2609,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119399,2609,'_wc_order_attribution_device_type','Desktop'),(119400,2609,'Payment type','instant'),(119401,2609,'_paypal_status','completed'),(119402,2609,'_transaction_id','21G26131JM092320M'),(119403,2609,'PayPal Transaction Fee','33.62'),(119404,2609,'_date_paid','1713366493'),(119405,2609,'_paid_date','2024-04-17 15:08:13'),(119406,2609,'_edit_lock','1713397164:2'),(119407,2609,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037711\";s:12:\"date_shipped\";s:10:\"1713312000\";s:11:\"tracking_id\";s:32:\"a57696d8b3ee835233a57ace5bc4420f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037700\";s:12:\"date_shipped\";i:1713397265;s:11:\"tracking_id\";s:32:\"da2254f9573f6f5fd120a872cf22aea3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037696\";s:12:\"date_shipped\";i:1713397272;s:11:\"tracking_id\";s:32:\"0355ac62193d43e36a1af7684028f099\";}}'),(119408,2609,'_edit_last','2'),(119409,2609,'_date_completed','1713397275'),(119410,2609,'_completed_date','2024-04-17 23:41:15'),(119411,2608,'_edit_lock','1713397308:2'),(119412,2608,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037652\";s:12:\"date_shipped\";s:10:\"1713312000\";s:11:\"tracking_id\";s:32:\"471aceadb5b511cc20f0fbd9e3d21eac\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037641\";s:12:\"date_shipped\";i:1713397422;s:11:\"tracking_id\";s:32:\"2a0d864aee4d12c362b02339148ceff5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037630\";s:12:\"date_shipped\";i:1713397428;s:11:\"tracking_id\";s:32:\"9b13ce606b83ebe97984ab15e89746a1\";}}'),(119413,2608,'_edit_last','2'),(119414,2608,'_date_completed','1713397430'),(119415,2608,'_completed_date','2024-04-17 23:43:50'),(119416,2607,'_edit_lock','1713397343:2'),(119417,2607,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037620\";s:12:\"date_shipped\";s:10:\"1713312000\";s:11:\"tracking_id\";s:32:\"1e2f8e1266347ddec4ebdbf3ea5b4731\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355037619\";s:12:\"date_shipped\";i:1713397476;s:11:\"tracking_id\";s:32:\"04d4f089cf7647ad03a86f64d5e5a547\";}}'),(119418,2607,'_edit_last','2'),(119419,2607,'_date_completed','1713397478'),(119420,2607,'_completed_date','2024-04-17 23:44:38'),(119421,2610,'_order_key','wc_order_JjFeCXCbVUp6Z'),(119422,2610,'_customer_user','57'),(119423,2610,'_payment_method','woa-gateway'),(119424,2610,'_payment_method_title','Pre Order'),(119425,2610,'_customer_ip_address','35.148.179.95'),(119426,2610,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(119427,2610,'_created_via','checkout'),(119428,2610,'_cart_hash','34262d24ee3ff2441942330bdcb7d896'),(119429,2610,'_download_permissions_granted','no'),(119430,2610,'_recorded_sales','no'),(119431,2610,'_recorded_coupon_usage_counts','no'),(119432,2610,'_new_order_email_sent','false'),(119433,2610,'_order_stock_reduced','no'),(119434,2610,'_billing_first_name','Heather'),(119435,2610,'_billing_last_name','Purtle'),(119436,2610,'_billing_company','LCA- Upstate'),(119437,2610,'_billing_address_1','1 Creekview Ct.'),(119438,2610,'_billing_address_2','Ste C'),(119439,2610,'_billing_city','Greenville'),(119440,2610,'_billing_state','SC'),(119441,2610,'_billing_postcode','29615'),(119442,2610,'_billing_country','US'),(119443,2610,'_billing_email','hpurtle@bellsouth.net'),(119444,2610,'_billing_phone','8643604388'),(119445,2610,'_shipping_first_name','Heather'),(119446,2610,'_shipping_last_name','Purtle'),(119447,2610,'_shipping_company','LCA- Upstate'),(119448,2610,'_shipping_address_1','1 Creekview Ct.'),(119449,2610,'_shipping_address_2','Ste C'),(119450,2610,'_shipping_city','Greenville'),(119451,2610,'_shipping_state','SC'),(119452,2610,'_shipping_postcode','29615'),(119453,2610,'_shipping_country','US'),(119454,2610,'_order_currency','USD'),(119455,2610,'_cart_discount','0'),(119456,2610,'_cart_discount_tax','0'),(119457,2610,'_order_shipping','19.52'),(119458,2610,'_order_shipping_tax','0'),(119459,2610,'_order_tax','0'),(119460,2610,'_order_total','19.52'),(119461,2610,'_order_version','8.8.2'),(119462,2610,'_prices_include_tax','no'),(119463,2610,'_billing_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US hpurtle@bellsouth.net 8643604388'),(119464,2610,'_shipping_address_index','Heather Purtle LCA- Upstate 1 Creekview Ct. Ste C Greenville SC 29615 US '),(119465,2610,'is_vat_exempt','no'),(119466,2610,'_wc_order_attribution_source_type','referral'),(119467,2610,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119468,2610,'_wc_order_attribution_utm_source','lcaportal.com'),(119469,2610,'_wc_order_attribution_utm_medium','referral'),(119470,2610,'_wc_order_attribution_utm_content','/'),(119471,2610,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119472,2610,'_wc_order_attribution_session_start_time','2024-04-19 17:25:38'),(119473,2610,'_wc_order_attribution_session_pages','3'),(119474,2610,'_wc_order_attribution_session_count','1'),(119475,2610,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(119476,2610,'_wc_order_attribution_device_type','Desktop'),(119477,2610,'_edit_lock','1713562892:2'),(119478,2610,'_edit_last','2'),(119479,266,'_edit_lock','1713563210:2'),(119480,266,'_edit_last','2'),(119484,2611,'_order_key','wc_order_jTI3GrVVUNKiO'),(119485,2611,'_customer_user','59'),(119486,2611,'_payment_method','paypal'),(119487,2611,'_payment_method_title','PayPal'),(119488,2611,'_customer_ip_address','174.170.59.106'),(119489,2611,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119490,2611,'_created_via','checkout'),(119491,2611,'_cart_hash','e006d7421880f740631ef54e055545a5'),(119492,2611,'_download_permissions_granted','yes'),(119493,2611,'_recorded_sales','yes'),(119494,2611,'_recorded_coupon_usage_counts','yes'),(119495,2611,'_new_order_email_sent','true'),(119496,2611,'_order_stock_reduced','yes'),(119497,2611,'_billing_first_name','Allison'),(119498,2611,'_billing_last_name','Anthon'),(119499,2611,'_billing_company','Lice Clinics of America Sugar Land'),(119500,2611,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(119501,2611,'_billing_address_2','Apt, suite, floor, etc.'),(119502,2611,'_billing_city','TOMBALL'),(119503,2611,'_billing_state','TX'),(119504,2611,'_billing_postcode','77375'),(119505,2611,'_billing_country','US'),(119506,2611,'_billing_email','louseysolutions@gmail.com'),(119507,2611,'_billing_phone','6024008520'),(119508,2611,'_shipping_first_name','Allison'),(119509,2611,'_shipping_last_name','Anthon'),(119510,2611,'_shipping_company','LCA Sugar Land'),(119511,2611,'_shipping_address_1','2831 Lakecrest River Dr.'),(119512,2611,'_shipping_city','Katy'),(119513,2611,'_shipping_state','TX'),(119514,2611,'_shipping_postcode','77493'),(119515,2611,'_shipping_country','US'),(119516,2611,'_order_currency','USD'),(119517,2611,'_cart_discount','0'),(119518,2611,'_cart_discount_tax','0'),(119519,2611,'_order_shipping','0'),(119520,2611,'_order_shipping_tax','0'),(119521,2611,'_order_tax','0'),(119522,2611,'_order_total','924.06'),(119523,2611,'_order_version','8.8.2'),(119524,2611,'_prices_include_tax','no'),(119525,2611,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(119526,2611,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(119527,2611,'is_vat_exempt','no'),(119528,2611,'_wc_order_attribution_source_type','referral'),(119529,2611,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(119530,2611,'_wc_order_attribution_utm_source','lcaportal.com'),(119531,2611,'_wc_order_attribution_utm_medium','referral'),(119532,2611,'_wc_order_attribution_utm_content','/'),(119533,2611,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119534,2611,'_wc_order_attribution_session_start_time','2024-04-20 20:01:39'),(119535,2611,'_wc_order_attribution_session_pages','3'),(119536,2611,'_wc_order_attribution_session_count','1'),(119537,2611,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119538,2611,'_wc_order_attribution_device_type','Desktop'),(119539,2612,'_order_key','wc_order_7lLFIYU5SJjQK'),(119540,2612,'_customer_user','54'),(119541,2612,'_payment_method','paypal'),(119542,2612,'_payment_method_title','PayPal'),(119543,2612,'_customer_ip_address','172.59.187.231'),(119544,2612,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36'),(119545,2612,'_created_via','checkout'),(119546,2612,'_cart_hash','ba5f8c386cb6bb5b24bab0d7b19e0adc'),(119547,2612,'_download_permissions_granted','yes'),(119548,2612,'_recorded_sales','yes'),(119549,2612,'_recorded_coupon_usage_counts','yes'),(119550,2612,'_new_order_email_sent','true'),(119551,2612,'_order_stock_reduced','yes'),(119552,2612,'_billing_first_name','Erin'),(119553,2612,'_billing_last_name','Hawn'),(119554,2612,'_billing_address_1','10 W Phillip Rd'),(119555,2612,'_billing_address_2','Suite 123'),(119556,2612,'_billing_city','Vernon Hills'),(119557,2612,'_billing_state','IL'),(119558,2612,'_billing_postcode','60061'),(119559,2612,'_billing_country','US'),(119560,2612,'_billing_email','info@liceclinicsvernonhills.com'),(119561,2612,'_billing_phone','8475960408'),(119562,2612,'_shipping_first_name','Erin'),(119563,2612,'_shipping_last_name','Hawn'),(119564,2612,'_shipping_address_1','1491 S Amarias Dr'),(119565,2612,'_shipping_city','Round lake'),(119566,2612,'_shipping_state','IL'),(119567,2612,'_shipping_postcode','60073'),(119568,2612,'_shipping_country','US'),(119569,2612,'_order_currency','USD'),(119570,2612,'_cart_discount','0'),(119571,2612,'_cart_discount_tax','0'),(119572,2612,'_order_shipping','0'),(119573,2612,'_order_shipping_tax','0'),(119574,2612,'_order_tax','0'),(119575,2612,'_order_total','708.66'),(119576,2612,'_order_version','8.8.2'),(119577,2612,'_prices_include_tax','no'),(119578,2612,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(119579,2612,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(119580,2612,'is_vat_exempt','no'),(119581,2612,'_wc_order_attribution_source_type','typein'),(119582,2612,'_wc_order_attribution_utm_source','(direct)'),(119583,2612,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119584,2612,'_wc_order_attribution_session_start_time','2024-04-21 12:41:17'),(119585,2612,'_wc_order_attribution_session_pages','3'),(119586,2612,'_wc_order_attribution_session_count','1'),(119587,2612,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/24.0 Chrome/117.0.0.0 Mobile Safari/537.36'),(119588,2612,'_wc_order_attribution_device_type','Mobile'),(119589,2612,'Payment type','instant'),(119590,2612,'_paypal_status','completed'),(119591,2612,'_transaction_id','7C9526638C330894S'),(119592,2612,'PayPal Transaction Fee','25.22'),(119593,2612,'_date_paid','1713703442'),(119594,2612,'_paid_date','2024-04-21 12:44:02'),(119595,2613,'_order_key','wc_order_A8mZgLKwWNXwS'),(119596,2613,'_customer_user','47'),(119597,2613,'_payment_method','paypal'),(119598,2613,'_payment_method_title','PayPal'),(119599,2613,'_customer_ip_address','136.50.54.10'),(119600,2613,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(119601,2613,'_created_via','checkout'),(119602,2613,'_cart_hash','1c8f6a14873fb16b48254d67c3f55477'),(119603,2613,'_download_permissions_granted','yes'),(119604,2613,'_recorded_sales','yes'),(119605,2613,'_recorded_coupon_usage_counts','yes'),(119606,2613,'_new_order_email_sent','true'),(119607,2613,'_order_stock_reduced','yes'),(119608,2613,'_billing_first_name','Tracy'),(119609,2613,'_billing_last_name','Copeland'),(119610,2613,'_billing_company','LCA SA WEST'),(119611,2613,'_billing_address_1','14223 Silverhollow'),(119612,2613,'_billing_city','San Antonio'),(119613,2613,'_billing_state','TX'),(119614,2613,'_billing_postcode','78232'),(119615,2613,'_billing_country','US'),(119616,2613,'_billing_email','info@liceclinicsofsanantonio.com'),(119617,2613,'_billing_phone','2103135033'),(119618,2613,'_shipping_first_name','Tracy'),(119619,2613,'_shipping_last_name','Copeland'),(119620,2613,'_shipping_company','LCA SA WEST'),(119621,2613,'_shipping_address_1','6391 DeZavala Rd'),(119622,2613,'_shipping_address_2','#222'),(119623,2613,'_shipping_city','San Antonio'),(119624,2613,'_shipping_state','TX'),(119625,2613,'_shipping_postcode','78249'),(119626,2613,'_shipping_country','US'),(119627,2613,'_order_currency','USD'),(119628,2613,'_cart_discount','0'),(119629,2613,'_cart_discount_tax','0'),(119630,2613,'_order_shipping','0'),(119631,2613,'_order_shipping_tax','0'),(119632,2613,'_order_tax','0'),(119633,2613,'_order_total','501.46'),(119634,2613,'_order_version','8.8.2'),(119635,2613,'_prices_include_tax','no'),(119636,2613,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(119637,2613,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 DeZavala Rd #222 San Antonio TX 78249 US '),(119638,2613,'is_vat_exempt','no'),(119639,2613,'_wc_order_attribution_source_type','referral'),(119640,2613,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119641,2613,'_wc_order_attribution_utm_source','lcaportal.com'),(119642,2613,'_wc_order_attribution_utm_medium','referral'),(119643,2613,'_wc_order_attribution_utm_content','/'),(119644,2613,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119645,2613,'_wc_order_attribution_session_start_time','2024-04-21 18:32:10'),(119646,2613,'_wc_order_attribution_session_pages','12'),(119647,2613,'_wc_order_attribution_session_count','4'),(119648,2613,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(119649,2613,'_wc_order_attribution_device_type','Desktop'),(119650,2613,'Payment type','instant'),(119651,2613,'_paypal_status','completed'),(119652,2613,'_transaction_id','2K341494VE2041948'),(119653,2613,'PayPal Transaction Fee','17.99'),(119654,2613,'_date_paid','1713724819'),(119655,2613,'_paid_date','2024-04-21 18:40:19'),(119656,2611,'_edit_lock','1713892772:2'),(119657,2611,'_edit_last','2'),(119658,2614,'_order_key','wc_order_pKcBcrx488sEx'),(119659,2614,'_customer_user','101'),(119660,2614,'_payment_method','paypal'),(119661,2614,'_payment_method_title','PayPal'),(119662,2614,'_customer_ip_address','67.166.206.157'),(119663,2614,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(119664,2614,'_created_via','checkout'),(119665,2614,'_cart_hash','ed59900fe5a7454519c6b636c1e402ac'),(119666,2614,'_download_permissions_granted','yes'),(119667,2614,'_recorded_sales','yes'),(119668,2614,'_recorded_coupon_usage_counts','yes'),(119669,2614,'_new_order_email_sent','true'),(119670,2614,'_order_stock_reduced','yes'),(119671,2614,'_billing_first_name','Misty'),(119672,2614,'_billing_last_name','Nelson'),(119673,2614,'_billing_company','Lice Clinics of America Rome'),(119674,2614,'_billing_address_1','1400 Crane Street'),(119675,2614,'_billing_address_2','Suite 116'),(119676,2614,'_billing_city','Rome'),(119677,2614,'_billing_state','GA'),(119678,2614,'_billing_postcode','30161'),(119679,2614,'_billing_country','US'),(119680,2614,'_billing_email','misty@liceclinicsrome.com'),(119681,2614,'_billing_phone','7065037813'),(119682,2614,'_shipping_first_name','Misty'),(119683,2614,'_shipping_last_name','Nelson'),(119684,2614,'_shipping_company','Lice Clinics of America Rome'),(119685,2614,'_shipping_address_1','1400 Crane Street'),(119686,2614,'_shipping_address_2','Suite 116'),(119687,2614,'_shipping_city','Rome'),(119688,2614,'_shipping_state','GA'),(119689,2614,'_shipping_postcode','30161'),(119690,2614,'_shipping_country','US'),(119691,2614,'_order_currency','USD'),(119692,2614,'_cart_discount','0'),(119693,2614,'_cart_discount_tax','0'),(119694,2614,'_order_shipping','23.22'),(119695,2614,'_order_shipping_tax','0'),(119696,2614,'_order_tax','0'),(119697,2614,'_order_total','515.70'),(119698,2614,'_order_version','8.8.3'),(119699,2614,'_prices_include_tax','no'),(119700,2614,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(119701,2614,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(119703,2614,'_wc_order_attribution_source_type','referral'),(119704,2614,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(119705,2614,'_wc_order_attribution_utm_source','lcaportal.com'),(119706,2614,'_wc_order_attribution_utm_medium','referral'),(119707,2614,'_wc_order_attribution_utm_content','/'),(119708,2614,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119709,2614,'_wc_order_attribution_session_start_time','2024-04-22 16:32:04'),(119710,2614,'_wc_order_attribution_session_pages','4'),(119711,2614,'_wc_order_attribution_session_count','1'),(119712,2614,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(119713,2614,'_wc_order_attribution_device_type','Desktop'),(119715,2614,'_wc_order_attribution_source_type','referral'),(119716,2614,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(119717,2614,'_wc_order_attribution_utm_source','lcaportal.com'),(119718,2614,'_wc_order_attribution_utm_medium','referral'),(119719,2614,'_wc_order_attribution_utm_content','/'),(119720,2614,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119721,2614,'_wc_order_attribution_session_start_time','2024-04-22 16:32:04'),(119722,2614,'_wc_order_attribution_session_pages','7'),(119723,2614,'_wc_order_attribution_session_count','1'),(119724,2614,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(119725,2614,'_wc_order_attribution_device_type','Desktop'),(119727,2614,'_wc_order_attribution_source_type','referral'),(119728,2614,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(119729,2614,'_wc_order_attribution_utm_source','lcaportal.com'),(119730,2614,'_wc_order_attribution_utm_medium','referral'),(119731,2614,'_wc_order_attribution_utm_content','/'),(119732,2614,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119733,2614,'_wc_order_attribution_session_start_time','2024-04-22 16:32:04'),(119734,2614,'_wc_order_attribution_session_pages','10'),(119735,2614,'_wc_order_attribution_session_count','1'),(119736,2614,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(119737,2614,'_wc_order_attribution_device_type','Desktop'),(119738,2611,'Payment type','instant'),(119739,2611,'_paypal_status','completed'),(119740,2611,'_transaction_id','9KC41001RA057242U'),(119741,2611,'PayPal Transaction Fee','32.74'),(119742,2611,'_date_paid','1713805591'),(119743,2611,'_paid_date','2024-04-22 17:06:31'),(119744,2615,'_order_key','wc_order_ZzC6aLXkQhKNm'),(119745,2615,'_customer_user','67'),(119746,2615,'_payment_method','paypal'),(119747,2615,'_payment_method_title','PayPal'),(119748,2615,'_customer_ip_address','67.252.77.231'),(119749,2615,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119750,2615,'_created_via','checkout'),(119751,2615,'_cart_hash','246ecf4bdebb3bb9b624c7766a5a0449'),(119752,2615,'_download_permissions_granted','yes'),(119753,2615,'_recorded_sales','yes'),(119754,2615,'_recorded_coupon_usage_counts','yes'),(119755,2615,'_new_order_email_sent','true'),(119756,2615,'_order_stock_reduced','yes'),(119757,2615,'_billing_first_name','Marnie'),(119758,2615,'_billing_last_name','Murray'),(119759,2615,'_billing_company','Naughty Nits'),(119760,2615,'_billing_address_1','2809 Wehrle Drive'),(119761,2615,'_billing_address_2','Suite 10'),(119762,2615,'_billing_city','Williamsville'),(119763,2615,'_billing_state','NY'),(119764,2615,'_billing_postcode','14221'),(119765,2615,'_billing_country','US'),(119766,2615,'_billing_email','liceclinicsupstateny@gmail.com'),(119767,2615,'_billing_phone','7166265423'),(119768,2615,'_shipping_first_name','Marnie'),(119769,2615,'_shipping_last_name','Murray'),(119770,2615,'_shipping_company','LCA Buffalo'),(119771,2615,'_shipping_address_1','2809 Wehrle Drive'),(119772,2615,'_shipping_address_2','Suite 10'),(119773,2615,'_shipping_city','Williamsville'),(119774,2615,'_shipping_state','NY'),(119775,2615,'_shipping_postcode','14221'),(119776,2615,'_shipping_country','US'),(119777,2615,'_order_currency','USD'),(119778,2615,'_cart_discount','0'),(119779,2615,'_cart_discount_tax','0'),(119780,2615,'_order_shipping','0'),(119781,2615,'_order_shipping_tax','0'),(119782,2615,'_order_tax','0'),(119783,2615,'_order_total','1089.32'),(119784,2615,'_order_version','8.8.2'),(119785,2615,'_prices_include_tax','no'),(119786,2615,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(119787,2615,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(119788,2615,'is_vat_exempt','no'),(119789,2615,'_wc_order_attribution_source_type','referral'),(119790,2615,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119791,2615,'_wc_order_attribution_utm_source','lcaportal.com'),(119792,2615,'_wc_order_attribution_utm_medium','referral'),(119793,2615,'_wc_order_attribution_utm_content','/'),(119794,2615,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119795,2615,'_wc_order_attribution_session_start_time','2024-04-22 17:53:37'),(119796,2615,'_wc_order_attribution_session_pages','4'),(119797,2615,'_wc_order_attribution_session_count','4'),(119798,2615,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119799,2615,'_wc_order_attribution_device_type','Desktop'),(119800,2615,'Payment type','instant'),(119801,2615,'_paypal_status','completed'),(119802,2615,'_transaction_id','829649621V211035N'),(119803,2615,'PayPal Transaction Fee','38.51'),(119804,2615,'_date_paid','1713810993'),(119805,2615,'_paid_date','2024-04-22 18:36:33'),(119806,2613,'_edit_lock','1713811035:2'),(119807,2613,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038317\";s:12:\"date_shipped\";s:10:\"1713744000\";s:11:\"tracking_id\";s:32:\"080c57edc430186d13e862e1d554eb6f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038306\";s:12:\"date_shipped\";i:1713811170;s:11:\"tracking_id\";s:32:\"fa5ad615051e3d53001911bfca77e0af\";}}'),(119808,2613,'_edit_last','2'),(119809,2613,'_date_completed','1713811171'),(119810,2613,'_completed_date','2024-04-22 18:39:31'),(119811,2612,'_edit_lock','1713811143:2'),(119812,2612,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038340\";s:12:\"date_shipped\";s:10:\"1713744000\";s:11:\"tracking_id\";s:32:\"7ded6f9a17065e377e43f5cabe96bcdc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038339\";s:12:\"date_shipped\";s:10:\"1713744000\";s:11:\"tracking_id\";s:32:\"0c185e26621bb248fe8d4229757c9105\";}}'),(119813,2612,'_edit_last','2'),(119814,2612,'_date_completed','1713811246'),(119815,2612,'_completed_date','2024-04-22 18:40:46'),(119817,2611,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038486\";s:12:\"date_shipped\";s:10:\"1713830400\";s:11:\"tracking_id\";s:32:\"0cfd5d02d8b29cfabda69f4f1f417006\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038475\";s:12:\"date_shipped\";i:1713892862;s:11:\"tracking_id\";s:32:\"23c0e5f30b077b5cf2280d1122a38343\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038464\";s:12:\"date_shipped\";i:1713892868;s:11:\"tracking_id\";s:32:\"f3fe164f35049ff2a368bcb086bb4172\";}}'),(119818,2611,'_date_completed','1713892870'),(119819,2611,'_completed_date','2024-04-23 17:21:10'),(119820,2615,'_edit_lock','1713892939:2'),(119821,2615,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038523\";s:12:\"date_shipped\";s:10:\"1713830400\";s:11:\"tracking_id\";s:32:\"ed6dc6d62d3fae1a6d30eaa1987a6959\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038512\";s:12:\"date_shipped\";i:1713892943;s:11:\"tracking_id\";s:32:\"6cc23ce40c30570703ad4fe9b6a8f8c5\";}}'),(119822,2615,'_edit_last','2'),(119823,2615,'_date_completed','1713892947'),(119824,2615,'_completed_date','2024-04-23 17:22:27'),(119825,2616,'_order_key','wc_order_nVLKfO0cWr6hZ'),(119826,2616,'_customer_user','3'),(119827,2616,'_payment_method','paypal'),(119828,2616,'_payment_method_title','PayPal'),(119829,2616,'_customer_ip_address','70.142.202.154'),(119830,2616,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119831,2616,'_created_via','checkout'),(119832,2616,'_cart_hash','736eb31d79d695b08ad51dfcfafb8fb0'),(119833,2616,'_download_permissions_granted','yes'),(119834,2616,'_recorded_sales','yes'),(119835,2616,'_recorded_coupon_usage_counts','yes'),(119836,2616,'_new_order_email_sent','true'),(119837,2616,'_order_stock_reduced','yes'),(119838,2616,'_billing_first_name','Amanda'),(119839,2616,'_billing_last_name','Westerman'),(119840,2616,'_billing_company','Lice Clinics of America McKinney'),(119841,2616,'_billing_address_1','3120 Hudson Crossing'),(119842,2616,'_billing_address_2','Suite A2'),(119843,2616,'_billing_city','MCKINNEY'),(119844,2616,'_billing_state','TX'),(119845,2616,'_billing_postcode','75070'),(119846,2616,'_billing_country','US'),(119847,2616,'_billing_email','awesterman1103@gmail.com'),(119848,2616,'_billing_phone','2144175741'),(119849,2616,'_shipping_first_name','AMANDA'),(119850,2616,'_shipping_last_name','Westerman'),(119851,2616,'_shipping_address_1','1709 Damian Way'),(119852,2616,'_shipping_city','Richardson'),(119853,2616,'_shipping_state','TX'),(119854,2616,'_shipping_postcode','75081'),(119855,2616,'_shipping_country','US'),(119856,2616,'_order_currency','USD'),(119857,2616,'_cart_discount','0'),(119858,2616,'_cart_discount_tax','0'),(119859,2616,'_order_shipping','0'),(119860,2616,'_order_shipping_tax','0'),(119861,2616,'_order_tax','0'),(119862,2616,'_order_total','549.31'),(119863,2616,'_order_version','8.8.2'),(119864,2616,'_prices_include_tax','no'),(119865,2616,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(119866,2616,'_shipping_address_index','AMANDA Westerman  1709 Damian Way  Richardson TX 75081 US '),(119867,2616,'is_vat_exempt','no'),(119868,2616,'_wc_order_attribution_source_type','referral'),(119869,2616,'_wc_order_attribution_referrer','https://lcaportal.com/'),(119870,2616,'_wc_order_attribution_utm_source','lcaportal.com'),(119871,2616,'_wc_order_attribution_utm_medium','referral'),(119872,2616,'_wc_order_attribution_utm_content','/'),(119873,2616,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119874,2616,'_wc_order_attribution_session_start_time','2024-04-23 22:30:23'),(119875,2616,'_wc_order_attribution_session_pages','2'),(119876,2616,'_wc_order_attribution_session_count','3'),(119877,2616,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(119878,2616,'_wc_order_attribution_device_type','Desktop'),(119879,2616,'Payment type','instant'),(119880,2616,'_paypal_status','completed'),(119881,2616,'_transaction_id','8SH14067XR268732K'),(119882,2616,'PayPal Transaction Fee','19.66'),(119883,2616,'_date_paid','1713913540'),(119884,2616,'_paid_date','2024-04-23 23:05:40'),(119885,2528,'acfw_store_credits_version','4.6.0.2'),(119886,2617,'_order_key','wc_order_AlQhi7XeHaZVb'),(119887,2617,'_customer_user','61'),(119888,2617,'_payment_method','paypal'),(119889,2617,'_payment_method_title','PayPal'),(119890,2617,'_customer_ip_address','72.49.115.43'),(119891,2617,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(119892,2617,'_created_via','checkout'),(119893,2617,'_cart_hash','690a26f7334c5a2647f5ecf5fe01bd60'),(119894,2617,'_download_permissions_granted','yes'),(119895,2617,'_recorded_sales','yes'),(119896,2617,'_recorded_coupon_usage_counts','yes'),(119897,2617,'_new_order_email_sent','true'),(119898,2617,'_order_stock_reduced','yes'),(119899,2617,'_billing_first_name','Judith'),(119900,2617,'_billing_last_name','Hayden'),(119901,2617,'_billing_company','LCAL Hayden LLC'),(119902,2617,'_billing_address_1','1795 Alysheba Way'),(119903,2617,'_billing_address_2','Ste 4105'),(119904,2617,'_billing_city','Lexington'),(119905,2617,'_billing_state','KY'),(119906,2617,'_billing_postcode','40509'),(119907,2617,'_billing_country','US'),(119908,2617,'_billing_email','judy@liceclinicslexington.com'),(119909,2617,'_billing_phone','8595376966'),(119910,2617,'_shipping_first_name','Judy'),(119911,2617,'_shipping_last_name','Hayden'),(119912,2617,'_shipping_company','Lice Clinics of America'),(119913,2617,'_shipping_address_1','549 Centre View Blvd'),(119914,2617,'_shipping_address_2','Cambridge Square Bld 24'),(119915,2617,'_shipping_city','Crestview Hills'),(119916,2617,'_shipping_state','KY'),(119917,2617,'_shipping_postcode','41017'),(119918,2617,'_shipping_country','US'),(119919,2617,'_order_currency','USD'),(119920,2617,'_cart_discount','0'),(119921,2617,'_cart_discount_tax','0'),(119922,2617,'_order_shipping','0'),(119923,2617,'_order_shipping_tax','0'),(119924,2617,'_order_tax','0'),(119925,2617,'_order_total','822.29'),(119926,2617,'_order_version','8.8.2'),(119927,2617,'_prices_include_tax','no'),(119928,2617,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(119929,2617,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(119930,2617,'is_vat_exempt','no'),(119931,2617,'_wc_order_attribution_source_type','typein'),(119932,2617,'_wc_order_attribution_utm_source','(direct)'),(119933,2617,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(119934,2617,'_wc_order_attribution_session_start_time','2024-04-24 17:25:40'),(119935,2617,'_wc_order_attribution_session_pages','8'),(119936,2617,'_wc_order_attribution_session_count','1'),(119937,2617,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(119938,2617,'_wc_order_attribution_device_type','Desktop'),(119939,2617,'Payment type','instant'),(119940,2617,'_paypal_status','completed'),(119941,2617,'_transaction_id','0T0176445B0406017'),(119942,2617,'PayPal Transaction Fee','29.19'),(119943,2617,'_date_paid','1713981503'),(119944,2617,'_paid_date','2024-04-24 17:58:23'),(119945,2617,'_edit_lock','1714102769:2'),(119946,2617,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038843\";s:12:\"date_shipped\";s:10:\"1714089600\";s:11:\"tracking_id\";s:32:\"92c56794be69e5ea344e2027ee4438f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038832\";s:12:\"date_shipped\";i:1714102899;s:11:\"tracking_id\";s:32:\"48c072473026880d69ade3fee2ba3235\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038821\";s:12:\"date_shipped\";i:1714102905;s:11:\"tracking_id\";s:32:\"a34e16606c754e953fa612307674bd27\";}}'),(119947,2617,'_edit_last','2'),(119948,2617,'_date_completed','1714102907'),(119949,2617,'_completed_date','2024-04-26 03:41:47'),(119950,2616,'_edit_lock','1714102797:2'),(119951,2616,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038692\";s:12:\"date_shipped\";s:10:\"1714089600\";s:11:\"tracking_id\";s:32:\"72a338a745d4f86165ab299e1d8614fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355038681\";s:12:\"date_shipped\";i:1714102931;s:11:\"tracking_id\";s:32:\"1b2ce2e95ca2b003f67bbfa5291f69e9\";}}'),(119952,2616,'_edit_last','2'),(119953,2616,'_date_completed','1714102933'),(119954,2616,'_completed_date','2024-04-26 03:42:13'),(119955,2618,'_order_key','wc_order_tcRKTuy1P663Z'),(119956,2618,'_customer_user','77'),(119957,2618,'_payment_method','paypal'),(119958,2618,'_payment_method_title','PayPal'),(119959,2618,'_customer_ip_address','162.201.108.83'),(119960,2618,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(119961,2618,'_created_via','checkout'),(119962,2618,'_cart_hash','772d1be1d51fafdcabdcadcf6d5f7315'),(119963,2618,'_download_permissions_granted','yes'),(119964,2618,'_recorded_sales','yes'),(119965,2618,'_recorded_coupon_usage_counts','yes'),(119966,2618,'_new_order_email_sent','true'),(119967,2618,'_order_stock_reduced','yes'),(119968,2618,'_billing_first_name','Phil'),(119969,2618,'_billing_last_name','Moon'),(119970,2618,'_billing_company','LiceBusters, LLC'),(119971,2618,'_billing_address_1','105 Live Oak Lane'),(119972,2618,'_billing_city','Pleasant Hill'),(119973,2618,'_billing_state','CA'),(119974,2618,'_billing_postcode','94523'),(119975,2618,'_billing_country','US'),(119976,2618,'_billing_email','kris10maroot@gmail.com'),(119977,2618,'_billing_phone','5593046305'),(119978,2618,'_shipping_first_name','Kristen'),(119979,2618,'_shipping_last_name','Maroot-Rippee'),(119980,2618,'_shipping_company','LiceBusters, LLC'),(119981,2618,'_shipping_address_1','487 W. Scott Avenue'),(119982,2618,'_shipping_city','Fresno'),(119983,2618,'_shipping_state','CA'),(119984,2618,'_shipping_postcode','93704'),(119985,2618,'_shipping_country','US'),(119986,2618,'_order_currency','USD'),(119987,2618,'_cart_discount','0'),(119988,2618,'_cart_discount_tax','0'),(119989,2618,'_order_shipping','0'),(119990,2618,'_order_shipping_tax','0'),(119991,2618,'_order_tax','0'),(119992,2618,'_order_total','1170.48'),(119993,2618,'_order_version','8.8.2'),(119994,2618,'_prices_include_tax','no'),(119995,2618,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(119996,2618,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(119997,2618,'is_vat_exempt','no'),(119998,2618,'_wc_order_attribution_source_type','typein'),(119999,2618,'_wc_order_attribution_utm_source','(direct)'),(120000,2618,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120001,2618,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(120002,2618,'_wc_order_attribution_session_pages','2'),(120003,2618,'_wc_order_attribution_session_count','2'),(120004,2618,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120005,2618,'_wc_order_attribution_device_type','Desktop'),(120006,2618,'Payment type','instant'),(120007,2618,'_paypal_status','completed'),(120008,2618,'_transaction_id','185701073L729631B'),(120009,2618,'PayPal Transaction Fee','41.34'),(120010,2618,'_date_paid','1714158153'),(120011,2618,'_paid_date','2024-04-26 19:02:33'),(120012,2619,'_order_key','wc_order_z4VtkYyHUf1WX'),(120013,2619,'_customer_user','76'),(120014,2619,'_payment_method','paypal'),(120015,2619,'_payment_method_title','PayPal'),(120016,2619,'_customer_ip_address','174.168.81.180'),(120017,2619,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120018,2619,'_created_via','checkout'),(120019,2619,'_cart_hash','723ca317cf598b3f88c688f482e83fde'),(120020,2619,'_download_permissions_granted','yes'),(120021,2619,'_recorded_sales','yes'),(120022,2619,'_recorded_coupon_usage_counts','yes'),(120023,2619,'_new_order_email_sent','true'),(120024,2619,'_order_stock_reduced','yes'),(120025,2619,'_billing_first_name','Naomi'),(120026,2619,'_billing_last_name','Golden'),(120027,2619,'_billing_company','LCA'),(120028,2619,'_billing_address_1','31 Mann Ave'),(120029,2619,'_billing_city','Needham'),(120030,2619,'_billing_state','MA'),(120031,2619,'_billing_postcode','02492'),(120032,2619,'_billing_country','US'),(120033,2619,'_billing_email','nrgolden6486@gmail.com'),(120034,2619,'_billing_phone','617-851-1322'),(120035,2619,'_shipping_first_name','Naomi'),(120036,2619,'_shipping_last_name','Golden'),(120037,2619,'_shipping_company','LCA'),(120038,2619,'_shipping_address_1','111 Center Street'),(120039,2619,'_shipping_city','Middleborough'),(120040,2619,'_shipping_state','MA'),(120041,2619,'_shipping_postcode','02346'),(120042,2619,'_shipping_country','US'),(120043,2619,'_order_currency','USD'),(120044,2619,'_cart_discount','0'),(120045,2619,'_cart_discount_tax','0'),(120046,2619,'_order_shipping','0'),(120047,2619,'_order_shipping_tax','0'),(120048,2619,'_order_tax','0'),(120049,2619,'_order_total','512.80'),(120050,2619,'_order_version','8.8.2'),(120051,2619,'_prices_include_tax','no'),(120052,2619,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(120053,2619,'_shipping_address_index','Naomi Golden LCA 111 Center Street  Middleborough MA 02346 US '),(120054,2619,'is_vat_exempt','no'),(120055,2619,'_wc_order_attribution_source_type','typein'),(120056,2619,'_wc_order_attribution_utm_source','(direct)'),(120057,2619,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120058,2619,'_wc_order_attribution_session_start_time','2024-04-16 18:25:40'),(120059,2619,'_wc_order_attribution_session_pages','3'),(120060,2619,'_wc_order_attribution_session_count','5'),(120061,2619,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120062,2619,'_wc_order_attribution_device_type','Desktop'),(120063,2619,'Payment type','instant'),(120064,2619,'_paypal_status','completed'),(120065,2619,'_transaction_id','3LJ867158C3642725'),(120066,2619,'PayPal Transaction Fee','18.39'),(120067,2619,'_date_paid','1714163820'),(120068,2619,'_paid_date','2024-04-26 20:37:00'),(120069,2620,'_order_key','wc_order_yYA1WgRRsjaEk'),(120070,2620,'_customer_user','76'),(120071,2620,'_payment_method','paypal'),(120072,2620,'_payment_method_title','PayPal'),(120073,2620,'_customer_ip_address','174.168.81.180'),(120074,2620,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120075,2620,'_created_via','checkout'),(120076,2620,'_cart_hash','3be2b9ebb8255263c12c11b4808ba8d7'),(120077,2620,'_download_permissions_granted','yes'),(120078,2620,'_recorded_sales','yes'),(120079,2620,'_recorded_coupon_usage_counts','yes'),(120080,2620,'_new_order_email_sent','true'),(120081,2620,'_order_stock_reduced','yes'),(120082,2620,'_billing_first_name','Naomi'),(120083,2620,'_billing_last_name','Golden'),(120084,2620,'_billing_company','LCA'),(120085,2620,'_billing_address_1','31 Mann Ave'),(120086,2620,'_billing_city','Needham'),(120087,2620,'_billing_state','MA'),(120088,2620,'_billing_postcode','02492'),(120089,2620,'_billing_country','US'),(120090,2620,'_billing_email','nrgolden6486@gmail.com'),(120091,2620,'_billing_phone','617-851-1322'),(120092,2620,'_shipping_first_name','Naomi'),(120093,2620,'_shipping_last_name','Golden'),(120094,2620,'_shipping_company','LCA'),(120095,2620,'_shipping_address_1','3 Baldwin Green Common'),(120096,2620,'_shipping_address_2','310'),(120097,2620,'_shipping_city','Woburn'),(120098,2620,'_shipping_state','MA'),(120099,2620,'_shipping_postcode','01801'),(120100,2620,'_shipping_country','US'),(120101,2620,'_order_currency','USD'),(120102,2620,'_cart_discount','0'),(120103,2620,'_cart_discount_tax','0'),(120104,2620,'_order_shipping','0'),(120105,2620,'_order_shipping_tax','0'),(120106,2620,'_order_tax','0'),(120107,2620,'_order_total','511.76'),(120108,2620,'_order_version','8.8.2'),(120109,2620,'_prices_include_tax','no'),(120110,2620,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(120111,2620,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common 310 Woburn MA 01801 US '),(120112,2620,'is_vat_exempt','no'),(120113,2620,'_wc_order_attribution_source_type','typein'),(120114,2620,'_wc_order_attribution_utm_source','(direct)'),(120115,2620,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120116,2620,'_wc_order_attribution_session_start_time','2024-04-16 18:25:40'),(120117,2620,'_wc_order_attribution_session_pages','10'),(120118,2620,'_wc_order_attribution_session_count','5'),(120119,2620,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120120,2620,'_wc_order_attribution_device_type','Desktop'),(120121,2620,'Payment type','instant'),(120122,2620,'_paypal_status','completed'),(120123,2620,'_transaction_id','8FT518392F323311X'),(120124,2620,'PayPal Transaction Fee','18.35'),(120125,2620,'_date_paid','1714164609'),(120126,2620,'_paid_date','2024-04-26 20:50:09'),(120128,2621,'_order_key','wc_order_HCa04fNwCFE26'),(120129,2621,'_customer_user','90'),(120130,2621,'_payment_method','paypal'),(120131,2621,'_payment_method_title','PayPal'),(120132,2621,'_customer_ip_address','68.56.158.74'),(120133,2621,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(120134,2621,'_created_via','checkout'),(120135,2621,'_cart_hash','0250721d819c8363592020ff215bb327'),(120136,2621,'_download_permissions_granted','yes'),(120137,2621,'_recorded_sales','yes'),(120138,2621,'_recorded_coupon_usage_counts','yes'),(120139,2621,'_new_order_email_sent','true'),(120140,2621,'_order_stock_reduced','yes'),(120141,2621,'_billing_first_name','Mike'),(120142,2621,'_billing_last_name','Brehm'),(120143,2621,'_billing_address_1','5258 Plainfield Ave NE'),(120144,2621,'_billing_city','Grand Rapids'),(120145,2621,'_billing_state','MI'),(120146,2621,'_billing_postcode','49525'),(120147,2621,'_billing_country','US'),(120148,2621,'_billing_email','rapunzelscorinn@gmail.com'),(120149,2621,'_billing_phone','6164504125'),(120150,2621,'_shipping_first_name','Corinn'),(120151,2621,'_shipping_last_name','Nichols'),(120152,2621,'_shipping_company','LCA Remedy'),(120153,2621,'_shipping_address_1','3500 Dean Lake Ave NE'),(120154,2621,'_shipping_city','Grand Rapids'),(120155,2621,'_shipping_state','MI'),(120156,2621,'_shipping_postcode','49525'),(120157,2621,'_shipping_country','US'),(120158,2621,'_order_currency','USD'),(120159,2621,'_cart_discount','0'),(120160,2621,'_cart_discount_tax','0'),(120161,2621,'_order_shipping','0'),(120162,2621,'_order_shipping_tax','0'),(120163,2621,'_order_tax','0'),(120164,2621,'_order_total','806.64'),(120165,2621,'_order_version','8.8.2'),(120166,2621,'_prices_include_tax','no'),(120167,2621,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(120168,2621,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(120169,2621,'is_vat_exempt','no'),(120170,2621,'_wc_order_attribution_source_type','typein'),(120171,2621,'_wc_order_attribution_utm_source','(direct)'),(120172,2621,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(120173,2621,'_wc_order_attribution_session_start_time','2024-04-26 12:37:05'),(120174,2621,'_wc_order_attribution_session_pages','7'),(120175,2621,'_wc_order_attribution_session_count','2'),(120176,2621,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(120177,2621,'_wc_order_attribution_device_type','Desktop'),(120178,2621,'Payment type','instant'),(120179,2621,'_paypal_status','completed'),(120180,2621,'_transaction_id','9AP60718B1022043S'),(120181,2621,'PayPal Transaction Fee','28.64'),(120182,2621,'_date_paid','1714393198'),(120183,2621,'_paid_date','2024-04-29 12:19:58'),(120184,2618,'_edit_lock','1714410329:2'),(120185,2618,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039302\";s:12:\"date_shipped\";s:10:\"1714348800\";s:11:\"tracking_id\";s:32:\"fb2bb558c1287e54d928a63f71f7c917\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039298\";s:12:\"date_shipped\";i:1714410464;s:11:\"tracking_id\";s:32:\"9d67497a6b97eee704744dbe25a8bf65\";}}'),(120186,2618,'_edit_last','2'),(120187,2618,'_date_completed','1714410467'),(120188,2618,'_completed_date','2024-04-29 17:07:47'),(120189,2619,'_edit_lock','1714410406:2'),(120190,2619,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039324\";s:12:\"date_shipped\";s:10:\"1714348800\";s:11:\"tracking_id\";s:32:\"b8345307fb13f59747e5db055960afdf\";}}'),(120191,2619,'_edit_last','2'),(120192,2619,'_date_completed','1714410541'),(120193,2619,'_completed_date','2024-04-29 17:09:01'),(120194,2620,'_edit_lock','1714410460:2'),(120195,2620,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039346\";s:12:\"date_shipped\";s:10:\"1714348800\";s:11:\"tracking_id\";s:32:\"9b31202fd998ad0c11fd48c2999e4436\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039335\";s:12:\"date_shipped\";i:1714410574;s:11:\"tracking_id\";s:32:\"41dccb06cc784471957c2fc587899a78\";}}'),(120196,2620,'_edit_last','2'),(120197,2620,'_date_completed','1714410576'),(120198,2620,'_completed_date','2024-04-29 17:09:36'),(120265,2621,'_edit_lock','1714444436:2'),(120266,2621,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039405\";s:12:\"date_shipped\";s:10:\"1714435200\";s:11:\"tracking_id\";s:32:\"bff6b335470e6eb9bafb773a5095b5f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039416\";s:12:\"date_shipped\";i:1714444543;s:11:\"tracking_id\";s:32:\"b2eb85f3e3987ffb7897630a82e02066\";}}'),(120267,2621,'_edit_last','2'),(120268,2621,'_date_completed','1714444545'),(120269,2621,'_completed_date','2024-04-30 02:35:45'),(120270,2623,'_order_key','wc_order_DZdaHdsdbYyKZ'),(120271,2623,'_customer_user','76'),(120272,2623,'_payment_method','paypal'),(120273,2623,'_payment_method_title','PayPal'),(120274,2623,'_customer_ip_address','71.234.104.107'),(120275,2623,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120276,2623,'_created_via','checkout'),(120277,2623,'_cart_hash','3b891fde464a88f69550a6237fc4e19f'),(120278,2623,'_download_permissions_granted','yes'),(120279,2623,'_recorded_sales','yes'),(120280,2623,'_recorded_coupon_usage_counts','yes'),(120281,2623,'_new_order_email_sent','true'),(120282,2623,'_order_stock_reduced','yes'),(120283,2623,'_billing_first_name','Naomi'),(120284,2623,'_billing_last_name','Golden'),(120285,2623,'_billing_company','LCA'),(120286,2623,'_billing_address_1','31 Mann Ave'),(120287,2623,'_billing_city','Needham'),(120288,2623,'_billing_state','MA'),(120289,2623,'_billing_postcode','02492'),(120290,2623,'_billing_country','US'),(120291,2623,'_billing_email','nrgolden6486@gmail.com'),(120292,2623,'_billing_phone','617-851-1322'),(120293,2623,'_shipping_first_name','Naomi'),(120294,2623,'_shipping_last_name','Golden'),(120295,2623,'_shipping_company','LCA'),(120296,2623,'_shipping_address_1','1349 Centre Street'),(120297,2623,'_shipping_address_2','Facing Trowbridge'),(120298,2623,'_shipping_city','Newton'),(120299,2623,'_shipping_state','MA'),(120300,2623,'_shipping_postcode','02459'),(120301,2623,'_shipping_country','US'),(120302,2623,'_order_currency','USD'),(120303,2623,'_cart_discount','0'),(120304,2623,'_cart_discount_tax','0'),(120305,2623,'_order_shipping','0'),(120306,2623,'_order_shipping_tax','0'),(120307,2623,'_order_tax','0'),(120308,2623,'_order_total','549.12'),(120309,2623,'_order_version','8.8.3'),(120310,2623,'_prices_include_tax','no'),(120311,2623,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(120312,2623,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(120313,2623,'is_vat_exempt','no'),(120314,2623,'_wc_order_attribution_source_type','typein'),(120315,2623,'_wc_order_attribution_utm_source','(direct)'),(120316,2623,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120317,2623,'_wc_order_attribution_session_start_time','2024-04-16 18:25:40'),(120318,2623,'_wc_order_attribution_session_pages','12'),(120319,2623,'_wc_order_attribution_session_count','7'),(120320,2623,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(120321,2623,'_wc_order_attribution_device_type','Desktop'),(120322,2623,'Payment type','instant'),(120323,2623,'_paypal_status','completed'),(120324,2623,'_transaction_id','2SN456556U513770J'),(120325,2623,'PayPal Transaction Fee','19.65'),(120326,2623,'_date_paid','1714486604'),(120327,2623,'_paid_date','2024-04-30 14:16:44'),(120328,2624,'_order_key','wc_order_8HqWyOmwfqhGf'),(120329,2624,'_customer_user','3'),(120330,2624,'_payment_method','paypal'),(120331,2624,'_payment_method_title','PayPal'),(120332,2624,'_customer_ip_address','209.214.176.227'),(120333,2624,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120334,2624,'_created_via','checkout'),(120335,2624,'_cart_hash','b32d1f4281189c6a831b9d0dd0b099cd'),(120336,2624,'_download_permissions_granted','yes'),(120337,2624,'_recorded_sales','yes'),(120338,2624,'_recorded_coupon_usage_counts','yes'),(120339,2624,'_new_order_email_sent','true'),(120340,2624,'_order_stock_reduced','yes'),(120341,2624,'_billing_first_name','Amanda'),(120342,2624,'_billing_last_name','Westerman'),(120343,2624,'_billing_company','Lice Clinics of America McKinney'),(120344,2624,'_billing_address_1','3120 Hudson Crossing'),(120345,2624,'_billing_address_2','Suite A2'),(120346,2624,'_billing_city','MCKINNEY'),(120347,2624,'_billing_state','TX'),(120348,2624,'_billing_postcode','75070'),(120349,2624,'_billing_country','US'),(120350,2624,'_billing_email','awesterman1103@gmail.com'),(120351,2624,'_billing_phone','2144175741'),(120352,2624,'_shipping_first_name','amanda'),(120353,2624,'_shipping_last_name','westerman'),(120354,2624,'_shipping_company','Lice Clinics of America McKinney'),(120355,2624,'_shipping_address_1','3120 Hudson Crossing'),(120356,2624,'_shipping_address_2','Suite A2'),(120357,2624,'_shipping_city','MCKINNEY'),(120358,2624,'_shipping_state','TX'),(120359,2624,'_shipping_postcode','75070'),(120360,2624,'_shipping_country','US'),(120361,2624,'_order_currency','USD'),(120362,2624,'_cart_discount','0'),(120363,2624,'_cart_discount_tax','0'),(120364,2624,'_order_shipping','0'),(120365,2624,'_order_shipping_tax','0'),(120366,2624,'_order_tax','0'),(120367,2624,'_order_total','1454.12'),(120368,2624,'_order_version','8.8.3'),(120369,2624,'_prices_include_tax','no'),(120370,2624,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(120371,2624,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(120372,2624,'is_vat_exempt','no'),(120373,2624,'_wc_order_attribution_source_type','referral'),(120374,2624,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120375,2624,'_wc_order_attribution_utm_source','lcaportal.com'),(120376,2624,'_wc_order_attribution_utm_medium','referral'),(120377,2624,'_wc_order_attribution_utm_content','/'),(120378,2624,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120379,2624,'_wc_order_attribution_session_start_time','2024-04-30 15:55:15'),(120380,2624,'_wc_order_attribution_session_pages','4'),(120381,2624,'_wc_order_attribution_session_count','1'),(120382,2624,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120383,2624,'_wc_order_attribution_device_type','Desktop'),(120384,2624,'Payment type','instant'),(120385,2624,'_paypal_status','completed'),(120386,2624,'_transaction_id','6R030862JT079463P'),(120387,2624,'PayPal Transaction Fee','51.24'),(120388,2624,'_date_paid','1714492955'),(120389,2624,'_paid_date','2024-04-30 16:02:35'),(120390,2623,'_edit_lock','1714504324:2'),(120391,2623,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039655\";s:12:\"date_shipped\";s:10:\"1714435200\";s:11:\"tracking_id\";s:32:\"4624578e5110a05ddc0856ee442c2188\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039644\";s:12:\"date_shipped\";i:1714504458;s:11:\"tracking_id\";s:32:\"b358080911b2e324b296ebfbc71ab419\";}}'),(120392,2623,'_edit_last','2'),(120393,2623,'_date_completed','1714504461'),(120394,2623,'_completed_date','2024-04-30 19:14:21'),(120400,2625,'_order_key','wc_order_LlJKc2rVZ8pwa'),(120401,2625,'_customer_user','60'),(120402,2625,'_payment_method','paypal'),(120403,2625,'_payment_method_title','PayPal'),(120404,2625,'_customer_ip_address','24.13.229.23'),(120405,2625,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(120406,2625,'_created_via','checkout'),(120407,2625,'_cart_hash','28b140bbf4d8b6909bf20f9cb4f5d6c5'),(120408,2625,'_download_permissions_granted','yes'),(120409,2625,'_recorded_sales','yes'),(120410,2625,'_recorded_coupon_usage_counts','yes'),(120411,2625,'_new_order_email_sent','true'),(120412,2625,'_order_stock_reduced','yes'),(120413,2625,'_billing_first_name','Jill'),(120414,2625,'_billing_last_name','Leshtz'),(120415,2625,'_billing_company','Lice clinics of America-North Shore'),(120416,2625,'_billing_address_1','1580 Lancelot Avenue'),(120417,2625,'_billing_city','Highland park'),(120418,2625,'_billing_state','IL'),(120419,2625,'_billing_postcode','60035'),(120420,2625,'_billing_country','US'),(120421,2625,'_billing_email','jleshtz@gmail.com'),(120422,2625,'_billing_phone','8473639001'),(120423,2625,'_shipping_first_name','Jill'),(120424,2625,'_shipping_last_name','Leshtz'),(120425,2625,'_shipping_company','Lice clinics of America-North Shore'),(120426,2625,'_shipping_address_1','1580 Lancelot Avenue'),(120427,2625,'_shipping_city','Highland park'),(120428,2625,'_shipping_state','IL'),(120429,2625,'_shipping_postcode','60035'),(120430,2625,'_shipping_country','US'),(120431,2625,'_order_currency','USD'),(120432,2625,'_cart_discount','0'),(120433,2625,'_cart_discount_tax','0'),(120434,2625,'_order_shipping','0'),(120435,2625,'_order_shipping_tax','0'),(120436,2625,'_order_tax','0'),(120437,2625,'_order_total','571.20'),(120438,2625,'_order_version','8.8.3'),(120439,2625,'_prices_include_tax','no'),(120440,2625,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(120441,2625,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(120442,2625,'is_vat_exempt','no'),(120443,2625,'_wc_order_attribution_source_type','referral'),(120444,2625,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(120445,2625,'_wc_order_attribution_utm_source','lcaportal.com'),(120446,2625,'_wc_order_attribution_utm_medium','referral'),(120447,2625,'_wc_order_attribution_utm_content','/'),(120448,2625,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120449,2625,'_wc_order_attribution_session_start_time','2024-05-01 18:56:00'),(120450,2625,'_wc_order_attribution_session_pages','3'),(120451,2625,'_wc_order_attribution_session_count','1'),(120452,2625,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(120453,2625,'_wc_order_attribution_device_type','Mobile'),(120454,2625,'Payment type','instant'),(120455,2625,'_paypal_status','completed'),(120456,2625,'_transaction_id','18H58114JD4905822'),(120457,2625,'PayPal Transaction Fee','20.42'),(120458,2625,'_date_paid','1714589855'),(120459,2625,'_paid_date','2024-05-01 18:57:35'),(120460,2624,'_edit_lock','1714593462:2'),(120461,2624,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039769\";s:12:\"date_shipped\";s:10:\"1714521600\";s:11:\"tracking_id\";s:32:\"6f818204287af16485d0cd19547ba464\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039758\";s:12:\"date_shipped\";i:1714593587;s:11:\"tracking_id\";s:32:\"6dd6d5eac6ba8fac009d34d644337ac8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039747\";s:12:\"date_shipped\";i:1714593592;s:11:\"tracking_id\";s:32:\"20d1713941d6136bfad468dff40b3ea1\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039736\";s:12:\"date_shipped\";i:1714593599;s:11:\"tracking_id\";s:32:\"5b0397cab1dd83c0ddeda050395a36b5\";}}'),(120462,2624,'_edit_last','2'),(120463,2624,'_date_completed','1714593601'),(120464,2624,'_completed_date','2024-05-01 20:00:01'),(120465,2626,'_order_key','wc_order_D3vTWJq4tyEcp'),(120466,2626,'_customer_user','83'),(120467,2626,'_payment_method','paypal'),(120468,2626,'_payment_method_title','PayPal'),(120469,2626,'_customer_ip_address','38.175.166.123'),(120470,2626,'_customer_user_agent','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'),(120471,2626,'_created_via','checkout'),(120472,2626,'_cart_hash','af25456355b993057f2c977044cfb1a2'),(120473,2626,'_download_permissions_granted','yes'),(120474,2626,'_recorded_sales','yes'),(120475,2626,'_recorded_coupon_usage_counts','yes'),(120476,2626,'_new_order_email_sent','true'),(120477,2626,'_order_stock_reduced','yes'),(120478,2626,'_billing_first_name','Tanya'),(120479,2626,'_billing_last_name','Kensley'),(120480,2626,'_billing_company','Lice Clinics of America'),(120481,2626,'_billing_address_1','4248 McMurry Ave'),(120482,2626,'_billing_city','Fort Collins'),(120483,2626,'_billing_state','CO'),(120484,2626,'_billing_postcode','80525'),(120485,2626,'_billing_country','US'),(120486,2626,'_billing_email','info@liceclinicsnortherncolorado.com'),(120487,2626,'_billing_phone','9702338787'),(120488,2626,'_shipping_first_name','Lice Clinics'),(120489,2626,'_shipping_last_name','America'),(120490,2626,'_shipping_company','Lice Clinics of America Longmont'),(120491,2626,'_shipping_address_1','421 21st Ave, Suite 210'),(120492,2626,'_shipping_city','Longmont'),(120493,2626,'_shipping_state','CO'),(120494,2626,'_shipping_postcode','80501'),(120495,2626,'_shipping_country','US'),(120496,2626,'_order_currency','USD'),(120497,2626,'_cart_discount','0'),(120498,2626,'_cart_discount_tax','0'),(120499,2626,'_order_shipping','23.71'),(120500,2626,'_order_shipping_tax','0'),(120501,2626,'_order_tax','0'),(120502,2626,'_order_total','186.59'),(120503,2626,'_order_version','8.8.3'),(120504,2626,'_prices_include_tax','no'),(120505,2626,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(120506,2626,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(120507,2626,'is_vat_exempt','no'),(120508,2626,'_wc_order_attribution_source_type','referral'),(120509,2626,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120510,2626,'_wc_order_attribution_utm_source','lcaportal.com'),(120511,2626,'_wc_order_attribution_utm_medium','referral'),(120512,2626,'_wc_order_attribution_utm_content','/'),(120513,2626,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120514,2626,'_wc_order_attribution_session_start_time','2024-05-01 22:09:04'),(120515,2626,'_wc_order_attribution_session_pages','3'),(120516,2626,'_wc_order_attribution_session_count','1'),(120517,2626,'_wc_order_attribution_user_agent','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'),(120518,2626,'_wc_order_attribution_device_type','Desktop'),(120519,2626,'Payment type','instant'),(120520,2626,'_paypal_status','completed'),(120521,2626,'_transaction_id','1NX62426PY951205J'),(120522,2626,'PayPal Transaction Fee','7.00'),(120523,2626,'_date_paid','1714601404'),(120524,2626,'_paid_date','2024-05-01 22:10:04'),(120526,2627,'_order_key','wc_order_Z0cmWacRLfwZo'),(120527,2627,'_customer_user','50'),(120528,2627,'_payment_method','paypal'),(120529,2627,'_payment_method_title','PayPal'),(120530,2627,'_customer_ip_address','24.62.247.50'),(120531,2627,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120532,2627,'_created_via','checkout'),(120533,2627,'_cart_hash','aa9a8d539d6edf666ca9c8698dd35bef'),(120534,2627,'_download_permissions_granted','yes'),(120535,2627,'_recorded_sales','yes'),(120536,2627,'_recorded_coupon_usage_counts','yes'),(120537,2627,'_new_order_email_sent','true'),(120538,2627,'_order_stock_reduced','yes'),(120539,2627,'_billing_first_name','Christine'),(120540,2627,'_billing_last_name','Cherry'),(120541,2627,'_billing_company','NITS END'),(120542,2627,'_billing_address_1','PO BOX 1092'),(120543,2627,'_billing_city','Campton'),(120544,2627,'_billing_state','NH'),(120545,2627,'_billing_postcode','03223'),(120546,2627,'_billing_country','US'),(120547,2627,'_billing_email','info@liceclinicsplaistow.com'),(120548,2627,'_billing_phone','16034983390'),(120549,2627,'_shipping_first_name','Naomi'),(120550,2627,'_shipping_last_name','Njuguna'),(120551,2627,'_shipping_company','Nits End/LCA'),(120552,2627,'_shipping_address_1','71 Spit Brook Rd'),(120553,2627,'_shipping_address_2','Suite 403'),(120554,2627,'_shipping_city','Nashua'),(120555,2627,'_shipping_state','NH'),(120556,2627,'_shipping_postcode','03063'),(120557,2627,'_shipping_country','US'),(120558,2627,'_order_currency','USD'),(120559,2627,'_cart_discount','0'),(120560,2627,'_cart_discount_tax','0'),(120561,2627,'_order_shipping','0'),(120562,2627,'_order_shipping_tax','0'),(120563,2627,'_order_tax','0'),(120564,2627,'_order_total','1195.12'),(120565,2627,'_order_version','8.8.3'),(120566,2627,'_prices_include_tax','no'),(120567,2627,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(120568,2627,'_shipping_address_index','Naomi Njuguna Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(120569,2627,'is_vat_exempt','no'),(120570,2627,'_wc_order_attribution_source_type','referral'),(120571,2627,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120572,2627,'_wc_order_attribution_utm_source','lcaportal.com'),(120573,2627,'_wc_order_attribution_utm_medium','referral'),(120574,2627,'_wc_order_attribution_utm_content','/'),(120575,2627,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120576,2627,'_wc_order_attribution_session_start_time','2024-05-01 22:36:08'),(120577,2627,'_wc_order_attribution_session_pages','4'),(120578,2627,'_wc_order_attribution_session_count','13'),(120579,2627,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120580,2627,'_wc_order_attribution_device_type','Desktop'),(120581,2627,'Payment type','instant'),(120582,2627,'_paypal_status','completed'),(120583,2627,'_transaction_id','9K532199UR2904845'),(120584,2627,'PayPal Transaction Fee','42.20'),(120585,2627,'_date_paid','1714603169'),(120586,2627,'_paid_date','2024-05-01 22:39:29'),(120587,2628,'_order_key','wc_order_Yn7XhwfbrfugW'),(120588,2628,'_customer_user','50'),(120589,2628,'_payment_method','paypal'),(120590,2628,'_payment_method_title','PayPal'),(120591,2628,'_customer_ip_address','24.62.247.50'),(120592,2628,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120593,2628,'_created_via','checkout'),(120594,2628,'_cart_hash','ca5574cdb6d7a0bffae090559ca0e4a4'),(120595,2628,'_download_permissions_granted','yes'),(120596,2628,'_recorded_sales','yes'),(120597,2628,'_recorded_coupon_usage_counts','yes'),(120598,2628,'_new_order_email_sent','true'),(120599,2628,'_order_stock_reduced','yes'),(120600,2628,'_billing_first_name','Christine'),(120601,2628,'_billing_last_name','Cherry'),(120602,2628,'_billing_company','NITS END'),(120603,2628,'_billing_address_1','PO BOX 1092'),(120604,2628,'_billing_city','Campton'),(120605,2628,'_billing_state','NH'),(120606,2628,'_billing_postcode','03223'),(120607,2628,'_billing_country','US'),(120608,2628,'_billing_email','info@liceclinicsplaistow.com'),(120609,2628,'_billing_phone','16034983390'),(120610,2628,'_shipping_first_name','Megan'),(120611,2628,'_shipping_last_name','O\'Neil'),(120612,2628,'_shipping_company','LCA - Nits End / 149091'),(120613,2628,'_shipping_address_1','22 Main St'),(120614,2628,'_shipping_city','Atkinson'),(120615,2628,'_shipping_state','NH'),(120616,2628,'_shipping_postcode','03811'),(120617,2628,'_shipping_country','US'),(120618,2628,'_order_currency','USD'),(120619,2628,'_cart_discount','0'),(120620,2628,'_cart_discount_tax','0'),(120621,2628,'_order_shipping','33.54'),(120622,2628,'_order_shipping_tax','0'),(120623,2628,'_order_tax','0'),(120624,2628,'_order_total','400.64'),(120625,2628,'_order_version','8.8.3'),(120626,2628,'_prices_include_tax','no'),(120627,2628,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(120628,2628,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(120629,2628,'is_vat_exempt','no'),(120630,2628,'_wc_order_attribution_source_type','referral'),(120631,2628,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120632,2628,'_wc_order_attribution_utm_source','lcaportal.com'),(120633,2628,'_wc_order_attribution_utm_medium','referral'),(120634,2628,'_wc_order_attribution_utm_content','/'),(120635,2628,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120636,2628,'_wc_order_attribution_session_start_time','2024-05-01 22:36:08'),(120637,2628,'_wc_order_attribution_session_pages','8'),(120638,2628,'_wc_order_attribution_session_count','13'),(120639,2628,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120640,2628,'_wc_order_attribution_device_type','Desktop'),(120641,2628,'Payment type','instant'),(120642,2628,'_paypal_status','completed'),(120643,2628,'_transaction_id','9G86562193952123G'),(120644,2628,'PayPal Transaction Fee','14.47'),(120645,2628,'_date_paid','1714603358'),(120646,2628,'_paid_date','2024-05-01 22:42:38'),(120647,2629,'_order_key','wc_order_viH2gAiPGqf10'),(120648,2629,'_customer_user','98'),(120649,2629,'_payment_method','paypal'),(120650,2629,'_payment_method_title','PayPal'),(120651,2629,'_customer_ip_address','24.62.247.50'),(120652,2629,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120653,2629,'_created_via','checkout'),(120654,2629,'_cart_hash','03777534bf38ac93a0f210f5e0412e95'),(120655,2629,'_download_permissions_granted','yes'),(120656,2629,'_recorded_sales','yes'),(120657,2629,'_recorded_coupon_usage_counts','yes'),(120658,2629,'_new_order_email_sent','true'),(120659,2629,'_order_stock_reduced','yes'),(120660,2629,'_billing_first_name','Christine'),(120661,2629,'_billing_last_name','Cherry'),(120662,2629,'_billing_company','NITS END'),(120663,2629,'_billing_address_1','PO BOX 1092'),(120664,2629,'_billing_city','Campton'),(120665,2629,'_billing_state','NH'),(120666,2629,'_billing_postcode','03223'),(120667,2629,'_billing_country','US'),(120668,2629,'_billing_email','christine@liceclinicscolumbus.com'),(120669,2629,'_billing_phone','16034983390'),(120670,2629,'_shipping_first_name','Erica'),(120671,2629,'_shipping_last_name','Froggatt'),(120672,2629,'_shipping_company','LCA'),(120673,2629,'_shipping_address_1','5910 Wilcox Pl'),(120674,2629,'_shipping_address_2','suite E'),(120675,2629,'_shipping_city','Dublin'),(120676,2629,'_shipping_state','OH'),(120677,2629,'_shipping_postcode','43016'),(120678,2629,'_shipping_country','US'),(120679,2629,'_order_currency','USD'),(120680,2629,'_cart_discount','0'),(120681,2629,'_cart_discount_tax','0'),(120682,2629,'_order_shipping','19.38'),(120683,2629,'_order_shipping_tax','0'),(120684,2629,'_order_tax','0'),(120685,2629,'_order_total','355.74'),(120686,2629,'_order_version','8.8.3'),(120687,2629,'_prices_include_tax','no'),(120688,2629,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(120689,2629,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(120690,2629,'is_vat_exempt','no'),(120691,2629,'_wc_order_attribution_source_type','referral'),(120692,2629,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120693,2629,'_wc_order_attribution_utm_source','lcaportal.com'),(120694,2629,'_wc_order_attribution_utm_medium','referral'),(120695,2629,'_wc_order_attribution_utm_content','/'),(120696,2629,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120697,2629,'_wc_order_attribution_session_start_time','2024-05-01 22:36:08'),(120698,2629,'_wc_order_attribution_session_pages','13'),(120699,2629,'_wc_order_attribution_session_count','13'),(120700,2629,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(120701,2629,'_wc_order_attribution_device_type','Desktop'),(120702,2629,'Payment type','instant'),(120703,2629,'_paypal_status','completed'),(120704,2629,'_transaction_id','6PP35602LD444001R'),(120705,2629,'PayPal Transaction Fee','12.91'),(120706,2629,'_date_paid','1714603441'),(120707,2629,'_paid_date','2024-05-01 22:44:01'),(120708,2630,'_order_key','wc_order_hOXU7UROIVkWp'),(120709,2630,'_customer_user','79'),(120710,2630,'_payment_method','paypal'),(120711,2630,'_payment_method_title','PayPal'),(120712,2630,'_customer_ip_address','71.92.19.162'),(120713,2630,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(120714,2630,'_created_via','checkout'),(120715,2630,'_cart_hash','2064b8d2106de8b5de0bb198989f8864'),(120716,2630,'_download_permissions_granted','yes'),(120717,2630,'_recorded_sales','yes'),(120718,2630,'_recorded_coupon_usage_counts','yes'),(120719,2630,'_new_order_email_sent','true'),(120720,2630,'_order_stock_reduced','yes'),(120721,2630,'_billing_first_name','Shanna'),(120722,2630,'_billing_last_name','Castille'),(120723,2630,'_billing_address_1','1097 Hundley Rd'),(120724,2630,'_billing_city','Eunice'),(120725,2630,'_billing_state','LA'),(120726,2630,'_billing_postcode','70535'),(120727,2630,'_billing_country','US'),(120728,2630,'_billing_email','Shanna_sr09@yahoo.com'),(120729,2630,'_billing_phone','3374668998'),(120730,2630,'_shipping_first_name','Shanna'),(120731,2630,'_shipping_last_name','Castille'),(120732,2630,'_shipping_address_1','1097 Hundley Rd'),(120733,2630,'_shipping_city','eunice'),(120734,2630,'_shipping_state','LA'),(120735,2630,'_shipping_postcode','70535'),(120736,2630,'_shipping_country','US'),(120737,2630,'_order_currency','USD'),(120738,2630,'_cart_discount','0'),(120739,2630,'_cart_discount_tax','0'),(120740,2630,'_order_shipping','0'),(120741,2630,'_order_shipping_tax','0'),(120742,2630,'_order_tax','0'),(120743,2630,'_order_total','888.69'),(120744,2630,'_order_version','8.8.3'),(120745,2630,'_prices_include_tax','no'),(120746,2630,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(120747,2630,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(120748,2630,'is_vat_exempt','no'),(120749,2630,'_wc_order_attribution_source_type','typein'),(120750,2630,'_wc_order_attribution_utm_source','(direct)'),(120751,2630,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120752,2630,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(120753,2630,'_wc_order_attribution_session_pages','4'),(120754,2630,'_wc_order_attribution_session_count','3'),(120755,2630,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(120756,2630,'_wc_order_attribution_device_type','Desktop'),(120757,2630,'Payment type','instant'),(120758,2630,'_paypal_status','completed'),(120759,2630,'_transaction_id','62W54601Y0219472X'),(120760,2630,'PayPal Transaction Fee','31.51'),(120761,2630,'_date_paid','1714657023'),(120762,2630,'_paid_date','2024-05-02 13:37:03'),(120763,2631,'_start_date','2024-05-02 16:02:17'),(120765,2631,'_end_date',''),(120767,2614,'is_vat_exempt','no'),(120768,2614,'_wc_order_attribution_source_type','referral'),(120769,2614,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(120770,2614,'_wc_order_attribution_utm_source','lcaportal.com'),(120771,2614,'_wc_order_attribution_utm_medium','referral'),(120772,2614,'_wc_order_attribution_utm_content','/'),(120773,2614,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120774,2614,'_wc_order_attribution_session_start_time','2024-05-02 16:11:01'),(120775,2614,'_wc_order_attribution_session_pages','4'),(120776,2614,'_wc_order_attribution_session_count','2'),(120777,2614,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0'),(120778,2614,'_wc_order_attribution_device_type','Desktop'),(120779,2614,'Payment type','instant'),(120780,2614,'_paypal_status','completed'),(120781,2614,'_transaction_id','53U723422S334394L'),(120782,2614,'PayPal Transaction Fee','18.49'),(120783,2614,'_date_paid','1714666549'),(120784,2614,'_paid_date','2024-05-02 16:15:49'),(120786,2632,'_order_key','wc_order_Ve6u7hlcfmLho'),(120787,2632,'_customer_user','8'),(120788,2632,'_payment_method','paypal'),(120789,2632,'_payment_method_title','PayPal'),(120790,2632,'_customer_ip_address','12.198.118.122'),(120791,2632,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120792,2632,'_created_via','checkout'),(120793,2632,'_cart_hash','1279e7902e81260263d41edb08cf52d6'),(120794,2632,'_download_permissions_granted','yes'),(120795,2632,'_recorded_sales','yes'),(120796,2632,'_recorded_coupon_usage_counts','yes'),(120797,2632,'_new_order_email_sent','true'),(120798,2632,'_order_stock_reduced','yes'),(120799,2632,'_billing_first_name','Amy'),(120800,2632,'_billing_last_name','Sharp'),(120801,2632,'_billing_company','Nit Wits'),(120802,2632,'_billing_address_1','6002 Sweetbay Dr'),(120803,2632,'_billing_city','Crestwood'),(120804,2632,'_billing_state','KY'),(120805,2632,'_billing_postcode','40014'),(120806,2632,'_billing_country','US'),(120807,2632,'_billing_email','asharp@ht-school.org'),(120808,2632,'_billing_phone','15023109281'),(120809,2632,'_shipping_first_name','Amy'),(120810,2632,'_shipping_last_name','Sharp'),(120811,2632,'_shipping_company','LCA Nit Wits'),(120812,2632,'_shipping_address_1','9302 New LaGrange Road'),(120813,2632,'_shipping_address_2','Unit H'),(120814,2632,'_shipping_city','Louisville'),(120815,2632,'_shipping_state','KY'),(120816,2632,'_shipping_postcode','40242'),(120817,2632,'_shipping_country','US'),(120818,2632,'_order_currency','USD'),(120819,2632,'_cart_discount','0'),(120820,2632,'_cart_discount_tax','0'),(120821,2632,'_order_shipping','14.11'),(120822,2632,'_order_shipping_tax','0'),(120823,2632,'_order_tax','0'),(120824,2632,'_order_total','14.11'),(120825,2632,'_order_version','8.8.3'),(120826,2632,'_prices_include_tax','no'),(120827,2632,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(120828,2632,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(120829,2632,'is_vat_exempt','no'),(120830,2632,'_wc_order_attribution_source_type','referral'),(120831,2632,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(120832,2632,'_wc_order_attribution_utm_source','lcaportal.com'),(120833,2632,'_wc_order_attribution_utm_medium','referral'),(120834,2632,'_wc_order_attribution_utm_content','/'),(120835,2632,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120836,2632,'_wc_order_attribution_session_start_time','2024-05-02 17:43:46'),(120837,2632,'_wc_order_attribution_session_pages','4'),(120838,2632,'_wc_order_attribution_session_count','1'),(120839,2632,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120840,2632,'_wc_order_attribution_device_type','Desktop'),(120841,2633,'_order_key','wc_order_Rs23Jg4vSdoIB'),(120842,2633,'_customer_user','37'),(120843,2633,'_payment_method','paypal'),(120844,2633,'_payment_method_title','PayPal'),(120845,2633,'_customer_ip_address','40.142.170.39'),(120846,2633,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(120847,2633,'_created_via','checkout'),(120848,2633,'_cart_hash','24a07a36dd3d46b51a4ea2190f212537'),(120849,2633,'_download_permissions_granted','yes'),(120850,2633,'_recorded_sales','yes'),(120851,2633,'_recorded_coupon_usage_counts','yes'),(120852,2633,'_new_order_email_sent','true'),(120853,2633,'_order_stock_reduced','yes'),(120854,2633,'_billing_first_name','Melody'),(120855,2633,'_billing_last_name','Carter'),(120856,2633,'_billing_company','Family Hair Clinic of South Ga LLC'),(120857,2633,'_billing_address_1','7754 GA HIGHWAY 122 W'),(120858,2633,'_billing_city','HAHIRA'),(120859,2633,'_billing_state','GA'),(120860,2633,'_billing_postcode','31632-2210'),(120861,2633,'_billing_country','US'),(120862,2633,'_billing_email','familyhairclinic@gmail.com'),(120863,2633,'_billing_phone','2294151748'),(120864,2633,'_shipping_first_name','Melody'),(120865,2633,'_shipping_last_name','Carter'),(120866,2633,'_shipping_company','Family Hair Clinic of South Ga LLC'),(120867,2633,'_shipping_address_1','7754 GA HIGHWAY 122 W'),(120868,2633,'_shipping_city','HAHIRA'),(120869,2633,'_shipping_state','GA'),(120870,2633,'_shipping_postcode','31632-2210'),(120871,2633,'_shipping_country','US'),(120872,2633,'_order_currency','USD'),(120873,2633,'_cart_discount','0'),(120874,2633,'_cart_discount_tax','0'),(120875,2633,'_order_shipping','0'),(120876,2633,'_order_shipping_tax','0'),(120877,2633,'_order_tax','0'),(120878,2633,'_order_total','745.24'),(120879,2633,'_order_version','8.8.3'),(120880,2633,'_prices_include_tax','no'),(120881,2633,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(120882,2633,'_shipping_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US '),(120883,2633,'is_vat_exempt','no'),(120884,2633,'_wc_order_attribution_source_type','referral'),(120885,2633,'_wc_order_attribution_referrer','https://lcaportal.com/'),(120886,2633,'_wc_order_attribution_utm_source','lcaportal.com'),(120887,2633,'_wc_order_attribution_utm_medium','referral'),(120888,2633,'_wc_order_attribution_utm_content','/'),(120889,2633,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120890,2633,'_wc_order_attribution_session_start_time','2024-05-02 17:39:26'),(120891,2633,'_wc_order_attribution_session_pages','12'),(120892,2633,'_wc_order_attribution_session_count','1'),(120893,2633,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(120894,2633,'_wc_order_attribution_device_type','Desktop'),(120895,2633,'Payment type','instant'),(120896,2633,'_paypal_status','completed'),(120897,2633,'_transaction_id','8UH635705C040405Y'),(120898,2633,'PayPal Transaction Fee','26.50'),(120899,2633,'_date_paid','1714672183'),(120900,2633,'_paid_date','2024-05-02 17:49:43'),(120901,2634,'_order_key','wc_order_mqPIHUXPax6ig'),(120902,2634,'_customer_user','60'),(120903,2634,'_payment_method','paypal'),(120904,2634,'_payment_method_title','PayPal'),(120905,2634,'_customer_ip_address','24.13.229.23'),(120906,2634,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(120907,2634,'_created_via','checkout'),(120908,2634,'_cart_hash','9c07cb23fcb2b215d880aad0f75d5b8c'),(120909,2634,'_download_permissions_granted','yes'),(120910,2634,'_recorded_sales','yes'),(120911,2634,'_recorded_coupon_usage_counts','yes'),(120912,2634,'_new_order_email_sent','true'),(120913,2634,'_order_stock_reduced','yes'),(120914,2634,'_billing_first_name','Jill'),(120915,2634,'_billing_last_name','Leshtz'),(120916,2634,'_billing_company','Lice clinics of America-North Shore'),(120917,2634,'_billing_address_1','1580 Lancelot Avenue'),(120918,2634,'_billing_city','Highland park'),(120919,2634,'_billing_state','IL'),(120920,2634,'_billing_postcode','60035'),(120921,2634,'_billing_country','US'),(120922,2634,'_billing_email','jleshtz@gmail.com'),(120923,2634,'_billing_phone','8473639001'),(120924,2634,'_shipping_first_name','Jill'),(120925,2634,'_shipping_last_name','Leshtz'),(120926,2634,'_shipping_company','Lice clinics of America-North Shore'),(120927,2634,'_shipping_address_1','1580 Lancelot Avenue'),(120928,2634,'_shipping_city','Highland park'),(120929,2634,'_shipping_state','IL'),(120930,2634,'_shipping_postcode','60035'),(120931,2634,'_shipping_country','US'),(120932,2634,'_order_currency','USD'),(120933,2634,'_cart_discount','0'),(120934,2634,'_cart_discount_tax','0'),(120935,2634,'_order_shipping','0'),(120936,2634,'_order_shipping_tax','0'),(120937,2634,'_order_tax','0'),(120938,2634,'_order_total','633.60'),(120939,2634,'_order_version','8.8.3'),(120940,2634,'_prices_include_tax','no'),(120941,2634,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(120942,2634,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(120943,2634,'is_vat_exempt','no'),(120944,2634,'_wc_order_attribution_source_type','referral'),(120945,2634,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(120946,2634,'_wc_order_attribution_utm_source','lcaportal.com'),(120947,2634,'_wc_order_attribution_utm_medium','referral'),(120948,2634,'_wc_order_attribution_utm_content','/'),(120949,2634,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(120950,2634,'_wc_order_attribution_session_start_time','2024-05-02 22:02:28'),(120951,2634,'_wc_order_attribution_session_pages','3'),(120952,2634,'_wc_order_attribution_session_count','1'),(120953,2634,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(120954,2634,'_wc_order_attribution_device_type','Mobile'),(120955,2634,'Payment type','instant'),(120956,2634,'_paypal_status','completed'),(120957,2634,'_transaction_id','15B365256F223793T'),(120958,2634,'PayPal Transaction Fee','22.60'),(120959,2634,'_date_paid','1714687477'),(120960,2634,'_paid_date','2024-05-02 22:04:37'),(120961,2635,'_order_key','wc_order_JRVbU7uSLqaHG'),(120962,2635,'_customer_user','5'),(120963,2635,'_payment_method','paypal'),(120964,2635,'_payment_method_title','PayPal'),(120965,2635,'_customer_ip_address','73.11.110.46'),(120966,2635,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(120967,2635,'_created_via','checkout'),(120968,2635,'_cart_hash','323918f837e5752b560c56727faf461e'),(120969,2635,'_download_permissions_granted','yes'),(120970,2635,'_recorded_sales','yes'),(120971,2635,'_recorded_coupon_usage_counts','yes'),(120972,2635,'_new_order_email_sent','true'),(120973,2635,'_order_stock_reduced','yes'),(120974,2635,'_billing_first_name','Mark'),(120975,2635,'_billing_last_name','Meyer'),(120976,2635,'_billing_company','lice clinics of america- portland'),(120977,2635,'_billing_address_1','5201 SW Westgate Dr suite 106'),(120978,2635,'_billing_address_2','#106'),(120979,2635,'_billing_city','Portland'),(120980,2635,'_billing_state','OR'),(120981,2635,'_billing_postcode','97221'),(120982,2635,'_billing_country','US'),(120983,2635,'_billing_email','noemi.and.mark@nwliceclinics.com'),(120984,2635,'_billing_phone','5034040475'),(120985,2635,'_shipping_first_name','Mark'),(120986,2635,'_shipping_last_name','Meyer'),(120987,2635,'_shipping_company','lice clinics of america- portland'),(120988,2635,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(120989,2635,'_shipping_address_2','#106'),(120990,2635,'_shipping_city','Portland'),(120991,2635,'_shipping_state','OR'),(120992,2635,'_shipping_postcode','97221'),(120993,2635,'_shipping_country','US'),(120994,2635,'_order_currency','USD'),(120995,2635,'_cart_discount','0'),(120996,2635,'_cart_discount_tax','0'),(120997,2635,'_order_shipping','0'),(120998,2635,'_order_shipping_tax','0'),(120999,2635,'_order_tax','0'),(121000,2635,'_order_total','3379.19'),(121001,2635,'_order_version','8.8.3'),(121002,2635,'_prices_include_tax','no'),(121003,2635,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(121004,2635,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(121005,2635,'is_vat_exempt','no'),(121006,2635,'_wc_order_attribution_source_type','referral'),(121007,2635,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121008,2635,'_wc_order_attribution_utm_source','lcaportal.com'),(121009,2635,'_wc_order_attribution_utm_medium','referral'),(121010,2635,'_wc_order_attribution_utm_content','/'),(121011,2635,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121012,2635,'_wc_order_attribution_session_start_time','2024-05-02 22:16:28'),(121013,2635,'_wc_order_attribution_session_pages','6'),(121014,2635,'_wc_order_attribution_session_count','1'),(121015,2635,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121016,2635,'_wc_order_attribution_device_type','Desktop'),(121017,2635,'Payment type','instant'),(121018,2635,'_paypal_status','completed'),(121019,2635,'_transaction_id','17S86128HH559111F'),(121020,2635,'PayPal Transaction Fee','118.42'),(121021,2635,'_date_paid','1714688753'),(121022,2635,'_paid_date','2024-05-02 22:25:53'),(121023,2636,'_order_key','wc_order_tAHu2Yx0BIGJu'),(121024,2636,'_customer_user','20'),(121025,2636,'_payment_method','paypal'),(121026,2636,'_payment_method_title','PayPal'),(121027,2636,'_customer_ip_address','198.72.181.87'),(121028,2636,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(121029,2636,'_created_via','checkout'),(121030,2636,'_cart_hash','f8b637bfafafa20895a44fae62e8088b'),(121031,2636,'_download_permissions_granted','yes'),(121032,2636,'_recorded_sales','yes'),(121033,2636,'_recorded_coupon_usage_counts','yes'),(121034,2636,'_new_order_email_sent','true'),(121035,2636,'_order_stock_reduced','yes'),(121036,2636,'_billing_first_name','Hasani'),(121037,2636,'_billing_last_name','Thompson'),(121038,2636,'_billing_company','Heat in Hair'),(121039,2636,'_billing_address_1','27225 Camp Plenty Road'),(121040,2636,'_billing_address_2','1D'),(121041,2636,'_billing_city','Santa Clarita'),(121042,2636,'_billing_state','CA'),(121043,2636,'_billing_postcode','91351'),(121044,2636,'_billing_country','US'),(121045,2636,'_billing_email','info@liceclinicssantaclarita.com'),(121046,2636,'_billing_phone','6615850263'),(121047,2636,'_shipping_first_name','Hasani'),(121048,2636,'_shipping_last_name','Thompson'),(121049,2636,'_shipping_company','Heat in Hair'),(121050,2636,'_shipping_address_1','5145 Nightsky Place'),(121051,2636,'_shipping_city','Palmdale'),(121052,2636,'_shipping_state','CA'),(121053,2636,'_shipping_postcode','93552'),(121054,2636,'_shipping_country','US'),(121055,2636,'_order_currency','USD'),(121056,2636,'_cart_discount','0'),(121057,2636,'_cart_discount_tax','0'),(121058,2636,'_order_shipping','0'),(121059,2636,'_order_shipping_tax','0'),(121060,2636,'_order_tax','0'),(121061,2636,'_order_total','1173.52'),(121062,2636,'_order_version','8.8.3'),(121063,2636,'_prices_include_tax','no'),(121064,2636,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(121065,2636,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(121066,2636,'is_vat_exempt','no'),(121067,2636,'_wc_order_attribution_source_type','referral'),(121068,2636,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121069,2636,'_wc_order_attribution_utm_source','lcaportal.com'),(121070,2636,'_wc_order_attribution_utm_medium','referral'),(121071,2636,'_wc_order_attribution_utm_content','/'),(121072,2636,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121073,2636,'_wc_order_attribution_session_start_time','2024-05-03 02:05:42'),(121074,2636,'_wc_order_attribution_session_pages','6'),(121075,2636,'_wc_order_attribution_session_count','9'),(121076,2636,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36'),(121077,2636,'_wc_order_attribution_device_type','Desktop'),(121078,2636,'Payment type','instant'),(121079,2636,'_paypal_status','completed'),(121080,2636,'_transaction_id','98387955KV460773G'),(121081,2636,'PayPal Transaction Fee','41.45'),(121082,2636,'_date_paid','1714702630'),(121083,2636,'_paid_date','2024-05-03 02:17:10'),(121084,2625,'_edit_lock','1714709241:2'),(121085,2625,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039942\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"b34e9aebcb0791c47fddca23d9d7abbe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355039931\";s:12:\"date_shipped\";i:1714709070;s:11:\"tracking_id\";s:32:\"5b2ebb2082422e4857db6107bc2fcbc7\";}}'),(121086,2625,'_edit_last','2'),(121087,2625,'_date_completed','1714709072'),(121088,2625,'_completed_date','2024-05-03 04:04:32'),(121089,2626,'_edit_lock','1714709073:2'),(121090,2626,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040019\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"80aeef793d9332944cc430fe6954c498\";}}'),(121091,2626,'_edit_last','2'),(121092,2626,'_date_completed','1714709213'),(121093,2626,'_completed_date','2024-05-03 04:06:53'),(121094,2630,'_edit_lock','1714709237:2'),(121095,2630,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040052\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"8d7318ed8e03abb133016e31383bc76e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040041\";s:12:\"date_shipped\";i:1714709315;s:11:\"tracking_id\";s:32:\"06c6ce5f4d8f3d1c28ca74dc490d38f7\";}}'),(121096,2630,'_edit_last','2'),(121097,2630,'_date_completed','1714709319'),(121098,2630,'_completed_date','2024-05-03 04:08:39'),(121099,2614,'_edit_lock','1714709431:2'),(121100,2614,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040085\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"058950edcbb367cf2842dffc914d8946\";}}'),(121101,2614,'_edit_last','2'),(121102,2614,'_date_completed','1714709476'),(121103,2614,'_completed_date','2024-05-03 04:11:16'),(121104,2627,'_edit_lock','1714765331:2'),(121105,2628,'_edit_lock','1714765504:2'),(121106,2629,'_edit_lock','1714765393:2'),(121107,2633,'_edit_lock','1715040532:2'),(121108,2634,'_edit_lock','1714765449:2'),(121109,2635,'_edit_lock','1715040839:2'),(121110,2636,'_edit_lock','1714756221:2'),(121111,2627,'_edit_last','2'),(121112,2628,'_edit_last','2'),(121113,2629,'_edit_last','2'),(121114,2633,'_edit_last','2'),(121115,2634,'_edit_last','2'),(121116,2635,'_edit_last','2'),(121117,2636,'_edit_last','2'),(121118,2636,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040258\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"4941cc17d9373bf86a2acc65b046fa69\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040247\";s:12:\"date_shipped\";i:1714756018;s:11:\"tracking_id\";s:32:\"8c018233dc2342979426e5559f2960b0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040236\";s:12:\"date_shipped\";i:1714756024;s:11:\"tracking_id\";s:32:\"5b4da71da4c73c4161c000a800c5f155\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040225\";s:12:\"date_shipped\";i:1714756039;s:11:\"tracking_id\";s:32:\"7f0dbcec650bc8d3378ffd605c0dc12a\";}}'),(121119,2636,'_date_completed','1714756041'),(121120,2636,'_completed_date','2024-05-03 17:07:21'),(121121,2627,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040291\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"f9d058f7ee0152a9c76bb16fd2a98632\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040280\";s:12:\"date_shipped\";i:1714765455;s:11:\"tracking_id\";s:32:\"986a4e8ea94a441066159d144863636f\";}}'),(121122,2627,'_date_completed','1714765459'),(121123,2627,'_completed_date','2024-05-03 19:44:19'),(121124,2628,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040306\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"499d4c4fce51baeac4de6916c874bd2e\";}}'),(121125,2628,'_date_completed','1714765500'),(121126,2628,'_completed_date','2024-05-03 19:45:00'),(121127,2629,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040317\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"c809424033f4d5b424dab2fe2db37c9e\";}}'),(121128,2629,'_date_completed','1714765524'),(121129,2629,'_completed_date','2024-05-03 19:45:24'),(121130,2634,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040339\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"8463d41eb7b694244916a024501edfd5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040328\";s:12:\"date_shipped\";s:10:\"1714694400\";s:11:\"tracking_id\";s:32:\"0bc501fe25bfa155a90b9e0b964ad49d\";}}'),(121131,2634,'_date_completed','1714765566'),(121132,2634,'_completed_date','2024-05-03 19:46:06'),(121133,2637,'_order_key','wc_order_3ekqV8k1wQJ6X'),(121134,2637,'_customer_user','39'),(121135,2637,'_payment_method','paypal'),(121136,2637,'_payment_method_title','PayPal'),(121137,2637,'_customer_ip_address','24.240.119.224'),(121138,2637,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36'),(121139,2637,'_created_via','checkout'),(121140,2637,'_cart_hash','873bfa377fbce95c904e772ad93f2af2'),(121141,2637,'_download_permissions_granted','yes'),(121142,2637,'_recorded_sales','yes'),(121143,2637,'_recorded_coupon_usage_counts','yes'),(121144,2637,'_new_order_email_sent','true'),(121145,2637,'_order_stock_reduced','yes'),(121146,2637,'_billing_first_name','Patty'),(121147,2637,'_billing_last_name','Ziegler'),(121148,2637,'_billing_address_1','3090 Saddle Brook Tr'),(121149,2637,'_billing_city','Sun Prairie'),(121150,2637,'_billing_state','WI'),(121151,2637,'_billing_postcode','53590'),(121152,2637,'_billing_country','US'),(121153,2637,'_billing_email','liceremovalwisconsin@gmail.com'),(121154,2637,'_billing_phone','6088258255'),(121155,2637,'_shipping_first_name','Patty'),(121156,2637,'_shipping_last_name','Ziegler'),(121157,2637,'_shipping_address_1','3090 Saddle Brook Tr'),(121158,2637,'_shipping_city','Sun Prairie'),(121159,2637,'_shipping_state','WI'),(121160,2637,'_shipping_postcode','53590'),(121161,2637,'_shipping_country','US'),(121162,2637,'_order_currency','USD'),(121163,2637,'_cart_discount','0'),(121164,2637,'_cart_discount_tax','0'),(121165,2637,'_order_shipping','0'),(121166,2637,'_order_shipping_tax','0'),(121167,2637,'_order_tax','0'),(121168,2637,'_order_total','930.20'),(121169,2637,'_order_version','8.8.3'),(121170,2637,'_prices_include_tax','no'),(121171,2637,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(121172,2637,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(121173,2637,'is_vat_exempt','no'),(121174,2637,'_wc_order_attribution_source_type','typein'),(121175,2637,'_wc_order_attribution_utm_source','(direct)'),(121176,2637,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121177,2637,'_wc_order_attribution_session_start_time','2024-05-03 19:46:57'),(121178,2637,'_wc_order_attribution_session_pages','3'),(121179,2637,'_wc_order_attribution_session_count','1'),(121180,2637,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36'),(121181,2637,'_wc_order_attribution_device_type','Mobile'),(121182,2637,'Payment type','instant'),(121183,2637,'_paypal_status','completed'),(121184,2637,'_transaction_id','1PN774929F735884W'),(121185,2637,'PayPal Transaction Fee','32.95'),(121186,2637,'_date_paid','1714766486'),(121187,2637,'_paid_date','2024-05-03 20:01:26'),(121188,2638,'_order_key','wc_order_2h3EyexIv4iGc'),(121189,2638,'_customer_user','29'),(121190,2638,'_payment_method','paypal'),(121191,2638,'_payment_method_title','PayPal'),(121192,2638,'_customer_ip_address','104.28.55.94'),(121193,2638,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(121194,2638,'_created_via','checkout'),(121195,2638,'_cart_hash','1fbfdc76632aa31efe74a49c6a6cc881'),(121196,2638,'_download_permissions_granted','yes'),(121197,2638,'_recorded_sales','yes'),(121198,2638,'_recorded_coupon_usage_counts','yes'),(121199,2638,'_new_order_email_sent','true'),(121200,2638,'_order_stock_reduced','yes'),(121201,2638,'_billing_first_name','Kevin'),(121202,2638,'_billing_last_name','Reilly'),(121203,2638,'_billing_address_1','5460 Richie Ct'),(121204,2638,'_billing_city','Pipersville'),(121205,2638,'_billing_state','PA'),(121206,2638,'_billing_postcode','18947'),(121207,2638,'_billing_country','US'),(121208,2638,'_billing_email','info@liceclinicslansdale.com'),(121209,2638,'_billing_phone','2156941408'),(121210,2638,'_shipping_first_name','Kevin'),(121211,2638,'_shipping_last_name','Reilly'),(121212,2638,'_shipping_company','LCA Lansdale'),(121213,2638,'_shipping_address_1','2131 North Broad Street'),(121214,2638,'_shipping_address_2','Suite 101'),(121215,2638,'_shipping_city','Lansdale'),(121216,2638,'_shipping_state','PA'),(121217,2638,'_shipping_postcode','19446'),(121218,2638,'_shipping_country','US'),(121219,2638,'_order_currency','USD'),(121220,2638,'_cart_discount','0'),(121221,2638,'_cart_discount_tax','0'),(121222,2638,'_order_shipping','15.19'),(121223,2638,'_order_shipping_tax','0'),(121224,2638,'_order_tax','0'),(121225,2638,'_order_total','98.39'),(121226,2638,'_order_version','8.8.3'),(121227,2638,'_prices_include_tax','no'),(121228,2638,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(121229,2638,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(121230,2638,'is_vat_exempt','no'),(121231,2638,'_wc_order_attribution_source_type','referral'),(121232,2638,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(121233,2638,'_wc_order_attribution_utm_source','lcaportal.com'),(121234,2638,'_wc_order_attribution_utm_medium','referral'),(121235,2638,'_wc_order_attribution_utm_content','/'),(121236,2638,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121237,2638,'_wc_order_attribution_session_start_time','2024-05-05 02:54:01'),(121238,2638,'_wc_order_attribution_session_pages','3'),(121239,2638,'_wc_order_attribution_session_count','1'),(121240,2638,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(121241,2638,'_wc_order_attribution_device_type','Mobile'),(121242,2638,'Payment type','instant'),(121243,2638,'_paypal_status','completed'),(121244,2638,'_transaction_id','0S579559EJ894814C'),(121245,2638,'PayPal Transaction Fee','3.92'),(121246,2638,'_date_paid','1714877953'),(121247,2638,'_paid_date','2024-05-05 02:59:13'),(121248,2639,'_order_key','wc_order_Id7ONRU99KzhW'),(121249,2639,'_customer_user','11'),(121250,2639,'_payment_method','paypal'),(121251,2639,'_payment_method_title','PayPal'),(121252,2639,'_customer_ip_address','74.130.239.204'),(121253,2639,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121254,2639,'_created_via','checkout'),(121255,2639,'_cart_hash','cbaed3337e877f787c1adb210523fafb'),(121256,2639,'_download_permissions_granted','yes'),(121257,2639,'_recorded_sales','yes'),(121258,2639,'_recorded_coupon_usage_counts','yes'),(121259,2639,'_new_order_email_sent','true'),(121260,2639,'_order_stock_reduced','yes'),(121261,2639,'_billing_first_name','Tina'),(121262,2639,'_billing_last_name','Hunt'),(121263,2639,'_billing_company','LCBG, LLC'),(121264,2639,'_billing_address_1','830 Fairview Ave.'),(121265,2639,'_billing_address_2','Suite A-4'),(121266,2639,'_billing_city','Bowling Green'),(121267,2639,'_billing_state','KY'),(121268,2639,'_billing_postcode','42101'),(121269,2639,'_billing_country','US'),(121270,2639,'_billing_email','lcbgky12@gmail.com'),(121271,2639,'_billing_phone','2709996803'),(121272,2639,'_shipping_first_name','Tina'),(121273,2639,'_shipping_last_name','Hunt'),(121274,2639,'_shipping_company','LCBG, LLC'),(121275,2639,'_shipping_address_1','494 Hub Boulevard'),(121276,2639,'_shipping_address_2','Apt 1012'),(121277,2639,'_shipping_city','Bowling Green'),(121278,2639,'_shipping_state','KY'),(121279,2639,'_shipping_postcode','42101'),(121280,2639,'_shipping_country','US'),(121281,2639,'_order_currency','USD'),(121282,2639,'_cart_discount','0'),(121283,2639,'_cart_discount_tax','0'),(121284,2639,'_order_shipping','0'),(121285,2639,'_order_shipping_tax','0'),(121286,2639,'_order_tax','0'),(121287,2639,'_order_total','673.79'),(121288,2639,'_order_version','8.8.3'),(121289,2639,'_prices_include_tax','no'),(121290,2639,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(121291,2639,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(121292,2639,'is_vat_exempt','no'),(121293,2639,'_wc_order_attribution_source_type','referral'),(121294,2639,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121295,2639,'_wc_order_attribution_utm_source','lcaportal.com'),(121296,2639,'_wc_order_attribution_utm_medium','referral'),(121297,2639,'_wc_order_attribution_utm_content','/'),(121298,2639,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121299,2639,'_wc_order_attribution_session_start_time','2024-05-06 15:17:17'),(121300,2639,'_wc_order_attribution_session_pages','3'),(121301,2639,'_wc_order_attribution_session_count','1'),(121302,2639,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121303,2639,'_wc_order_attribution_device_type','Desktop'),(121304,2639,'Payment type','instant'),(121305,2639,'_paypal_status','completed'),(121306,2639,'_transaction_id','23D711663B379512K'),(121307,2639,'PayPal Transaction Fee','24.01'),(121308,2639,'_date_paid','1715008720'),(121309,2639,'_paid_date','2024-05-06 15:18:40'),(121310,2632,'_edit_lock','1715128211:2'),(121311,2632,'_edit_last','2'),(121323,2632,'Payment type','instant'),(121324,2632,'_paypal_status','completed'),(121325,2632,'_transaction_id','3RS57599KK8662904'),(121326,2632,'PayPal Transaction Fee','0.98'),(121327,2632,'_date_paid','1715016189'),(121328,2632,'_paid_date','2024-05-06 17:23:09'),(121330,2640,'_order_key','wc_order_40k9XGtF9MaTD'),(121331,2640,'_customer_user','50'),(121332,2640,'_payment_method','paypal'),(121333,2640,'_payment_method_title','PayPal'),(121334,2640,'_customer_ip_address','24.62.247.50'),(121335,2640,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(121336,2640,'_created_via','checkout'),(121337,2640,'_cart_hash','87a9645c5c4000feba743f956e2460f9'),(121338,2640,'_download_permissions_granted','yes'),(121339,2640,'_recorded_sales','yes'),(121340,2640,'_recorded_coupon_usage_counts','yes'),(121341,2640,'_new_order_email_sent','true'),(121342,2640,'_order_stock_reduced','yes'),(121343,2640,'_billing_first_name','Christine'),(121344,2640,'_billing_last_name','Cherry'),(121345,2640,'_billing_company','NITS END'),(121346,2640,'_billing_address_1','PO BOX 1092'),(121347,2640,'_billing_city','Campton'),(121348,2640,'_billing_state','NH'),(121349,2640,'_billing_postcode','03223'),(121350,2640,'_billing_country','US'),(121351,2640,'_billing_email','info@liceclinicsplaistow.com'),(121352,2640,'_billing_phone','16034983390'),(121353,2640,'_shipping_first_name','Megan'),(121354,2640,'_shipping_last_name','O\'Neil'),(121355,2640,'_shipping_company','LCA - Nits End / 149091'),(121356,2640,'_shipping_address_1','22 Main St'),(121357,2640,'_shipping_city','Atkinson'),(121358,2640,'_shipping_state','NH'),(121359,2640,'_shipping_postcode','03811'),(121360,2640,'_shipping_country','US'),(121361,2640,'_order_currency','USD'),(121362,2640,'_cart_discount','0'),(121363,2640,'_cart_discount_tax','0'),(121364,2640,'_order_shipping','18.36'),(121365,2640,'_order_shipping_tax','0'),(121366,2640,'_order_tax','0'),(121367,2640,'_order_total','104.16'),(121368,2640,'_order_version','8.8.3'),(121369,2640,'_prices_include_tax','no'),(121370,2640,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(121371,2640,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(121373,2640,'_wc_order_attribution_source_type','typein'),(121374,2640,'_wc_order_attribution_utm_source','(direct)'),(121375,2640,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(121376,2640,'_wc_order_attribution_session_start_time','2024-05-06 17:50:29'),(121377,2640,'_wc_order_attribution_session_pages','5'),(121378,2640,'_wc_order_attribution_session_count','1'),(121379,2640,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(121380,2640,'_wc_order_attribution_device_type','Mobile'),(121381,2640,'is_vat_exempt','no'),(121382,2640,'_wc_order_attribution_source_type','referral'),(121383,2640,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121384,2640,'_wc_order_attribution_utm_source','lcaportal.com'),(121385,2640,'_wc_order_attribution_utm_medium','referral'),(121386,2640,'_wc_order_attribution_utm_content','/'),(121387,2640,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121388,2640,'_wc_order_attribution_session_start_time','2024-05-06 17:48:37'),(121389,2640,'_wc_order_attribution_session_pages','3'),(121390,2640,'_wc_order_attribution_session_count','14'),(121391,2640,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0'),(121392,2640,'_wc_order_attribution_device_type','Desktop'),(121393,2640,'Payment type','instant'),(121394,2640,'_paypal_status','completed'),(121395,2640,'_transaction_id','4202899534445432S'),(121396,2640,'PayPal Transaction Fee','4.13'),(121397,2640,'_date_paid','1715018155'),(121398,2640,'_paid_date','2024-05-06 17:55:55'),(121399,2633,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040372\";s:12:\"date_shipped\";s:10:\"1715040000\";s:11:\"tracking_id\";s:32:\"28a60fc823a9955bd39318029fd072ff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040361\";s:12:\"date_shipped\";i:1715040667;s:11:\"tracking_id\";s:32:\"11039df2cd154ef1a0b53bad6a1366f5\";}}'),(121400,2633,'_date_completed','1715040669'),(121401,2633,'_completed_date','2024-05-07 00:11:09'),(121402,2635,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040453\";s:12:\"date_shipped\";s:10:\"1715040000\";s:11:\"tracking_id\";s:32:\"0eaaa605253d89dcf829951e11a58263\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040442\";s:12:\"date_shipped\";i:1715040708;s:11:\"tracking_id\";s:32:\"e026b9d69e4a8c2c47fc3e61b0894f10\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040431\";s:12:\"date_shipped\";i:1715040714;s:11:\"tracking_id\";s:32:\"6cdcb4773d1d72365df16765d177ee81\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040420\";s:12:\"date_shipped\";i:1715040719;s:11:\"tracking_id\";s:32:\"89da9df3bca4aa8b96ea74efd4534af5\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040410\";s:12:\"date_shipped\";i:1715040725;s:11:\"tracking_id\";s:32:\"da62a2648ed9327fd9a27cbdd1f3e79a\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040409\";s:12:\"date_shipped\";i:1715040730;s:11:\"tracking_id\";s:32:\"957352291eee7f1d07a66bd970e6bf32\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040394\";s:12:\"date_shipped\";i:1715040735;s:11:\"tracking_id\";s:32:\"02f2c3d192124215fe6e2baa00cdf795\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040383\";s:12:\"date_shipped\";i:1715040740;s:11:\"tracking_id\";s:32:\"dd9a8aef4868394364ff13cfc06ca1b7\";}}'),(121403,2637,'_edit_lock','1715040647:2'),(121404,2637,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040475\";s:12:\"date_shipped\";s:10:\"1715040000\";s:11:\"tracking_id\";s:32:\"4bd59188fe86b525a478f7f035670691\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040464\";s:12:\"date_shipped\";i:1715040778;s:11:\"tracking_id\";s:32:\"0879005e1ef119c4378f210112af8236\";}}'),(121405,2637,'_edit_last','2'),(121406,2637,'_date_completed','1715040782'),(121407,2637,'_completed_date','2024-05-07 00:13:02'),(121408,2638,'_edit_lock','1715040677:2'),(121409,2638,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040556\";s:12:\"date_shipped\";s:10:\"1715040000\";s:11:\"tracking_id\";s:32:\"c42720eecc786d30f342b40a32e41e72\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040545\";s:12:\"date_shipped\";i:1715040810;s:11:\"tracking_id\";s:32:\"18c5af8ebfe01ecac91f6554a2e0ccfa\";}}'),(121410,2638,'_edit_last','2'),(121411,2638,'_date_completed','1715040815'),(121412,2638,'_completed_date','2024-05-07 00:13:35'),(121413,2639,'_edit_lock','1715040825:2'),(121414,2639,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040865\";s:12:\"date_shipped\";s:10:\"1715040000\";s:11:\"tracking_id\";s:32:\"893a366bc42506cf5229c05ef91831ad\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040854\";s:12:\"date_shipped\";i:1715040954;s:11:\"tracking_id\";s:32:\"23794a380af97692b0fec843083d2cf5\";}}'),(121415,2639,'_edit_last','2'),(121416,2639,'_date_completed','1715040956'),(121417,2639,'_completed_date','2024-05-07 00:15:56'),(121418,2635,'_date_completed','1715040974'),(121419,2635,'_completed_date','2024-05-07 00:16:14'),(121420,2641,'_order_key','wc_order_1HwRaXm4oqVw9'),(121421,2641,'_customer_user','54'),(121422,2641,'_payment_method','paypal'),(121423,2641,'_payment_method_title','PayPal'),(121424,2641,'_customer_ip_address','172.58.167.229'),(121425,2641,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(121426,2641,'_created_via','checkout'),(121427,2641,'_cart_hash','2caae76d1f50eb825c6191a7919bde91'),(121428,2641,'_download_permissions_granted','yes'),(121429,2641,'_recorded_sales','yes'),(121430,2641,'_recorded_coupon_usage_counts','yes'),(121431,2641,'_new_order_email_sent','true'),(121432,2641,'_order_stock_reduced','yes'),(121433,2641,'_billing_first_name','Erin'),(121434,2641,'_billing_last_name','Hawn'),(121435,2641,'_billing_address_1','10 W Phillip Rd'),(121436,2641,'_billing_address_2','Suite 123'),(121437,2641,'_billing_city','Vernon Hills'),(121438,2641,'_billing_state','IL'),(121439,2641,'_billing_postcode','60061'),(121440,2641,'_billing_country','US'),(121441,2641,'_billing_email','info@liceclinicsvernonhills.com'),(121442,2641,'_billing_phone','8475960408'),(121443,2641,'_shipping_first_name','Erin'),(121444,2641,'_shipping_last_name','Hawn'),(121445,2641,'_shipping_address_1','1491 S Amarias Dr'),(121446,2641,'_shipping_city','Round lake'),(121447,2641,'_shipping_state','IL'),(121448,2641,'_shipping_postcode','60073'),(121449,2641,'_shipping_country','US'),(121450,2641,'_order_currency','USD'),(121451,2641,'_cart_discount','0'),(121452,2641,'_cart_discount_tax','0'),(121453,2641,'_order_shipping','0'),(121454,2641,'_order_shipping_tax','0'),(121455,2641,'_order_tax','0'),(121456,2641,'_order_total','854.00'),(121457,2641,'_order_version','8.8.3'),(121458,2641,'_prices_include_tax','no'),(121459,2641,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(121460,2641,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(121461,2641,'is_vat_exempt','no'),(121462,2641,'_wc_order_attribution_source_type','typein'),(121463,2641,'_wc_order_attribution_utm_source','(direct)'),(121464,2641,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121465,2641,'_wc_order_attribution_session_start_time','2024-03-09 01:44:49'),(121466,2641,'_wc_order_attribution_session_pages','3'),(121467,2641,'_wc_order_attribution_session_count','2'),(121468,2641,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(121469,2641,'_wc_order_attribution_device_type','Desktop'),(121470,2641,'Payment type','instant'),(121471,2641,'_paypal_status','completed'),(121472,2641,'_transaction_id','6MN56796VS7051508'),(121473,2641,'PayPal Transaction Fee','30.29'),(121474,2641,'_date_paid','1715041261'),(121475,2641,'_paid_date','2024-05-07 00:21:01'),(121476,2642,'_order_key','wc_order_zH4LUxGGsZuOO'),(121477,2642,'_customer_user','90'),(121478,2642,'_payment_method','paypal'),(121479,2642,'_payment_method_title','PayPal'),(121480,2642,'_customer_ip_address','68.56.158.74'),(121481,2642,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(121482,2642,'_created_via','checkout'),(121483,2642,'_cart_hash','71075b5bc217c5e1b94444858c1d4255'),(121484,2642,'_download_permissions_granted','yes'),(121485,2642,'_recorded_sales','yes'),(121486,2642,'_recorded_coupon_usage_counts','yes'),(121487,2642,'_new_order_email_sent','true'),(121488,2642,'_order_stock_reduced','yes'),(121489,2642,'_billing_first_name','Mike'),(121490,2642,'_billing_last_name','Brehm'),(121491,2642,'_billing_address_1','5258 Plainfield Ave NE'),(121492,2642,'_billing_city','Grand Rapids'),(121493,2642,'_billing_state','MI'),(121494,2642,'_billing_postcode','49525'),(121495,2642,'_billing_country','US'),(121496,2642,'_billing_email','rapunzelscorinn@gmail.com'),(121497,2642,'_billing_phone','6164504125'),(121498,2642,'_shipping_first_name','Corinn'),(121499,2642,'_shipping_last_name','Nichols'),(121500,2642,'_shipping_company','LCA Remedy'),(121501,2642,'_shipping_address_1','3500 Dean Lake Ave NE'),(121502,2642,'_shipping_city','Grand Rapids'),(121503,2642,'_shipping_state','MI'),(121504,2642,'_shipping_postcode','49525'),(121505,2642,'_shipping_country','US'),(121506,2642,'_order_currency','USD'),(121507,2642,'_cart_discount','0'),(121508,2642,'_cart_discount_tax','0'),(121509,2642,'_order_shipping','18.94'),(121510,2642,'_order_shipping_tax','0'),(121511,2642,'_order_tax','0'),(121512,2642,'_order_total','376.78'),(121513,2642,'_order_version','8.8.3'),(121514,2642,'_prices_include_tax','no'),(121515,2642,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(121516,2642,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(121517,2642,'is_vat_exempt','no'),(121518,2642,'_wc_order_attribution_source_type','typein'),(121519,2642,'_wc_order_attribution_utm_source','(direct)'),(121520,2642,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(121521,2642,'_wc_order_attribution_session_start_time','2024-04-26 12:37:05'),(121522,2642,'_wc_order_attribution_session_pages','3'),(121523,2642,'_wc_order_attribution_session_count','3'),(121524,2642,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0'),(121525,2642,'_wc_order_attribution_device_type','Desktop'),(121526,2642,'Payment type','instant'),(121527,2642,'_paypal_status','completed'),(121528,2642,'_transaction_id','3FS36268UB184520K'),(121529,2642,'PayPal Transaction Fee','13.64'),(121530,2642,'_date_paid','1715083290'),(121531,2642,'_paid_date','2024-05-07 12:01:30'),(121532,2643,'_order_key','wc_order_KmrPwUCf76gyk'),(121533,2643,'_customer_user','50'),(121534,2643,'_payment_method','paypal'),(121535,2643,'_payment_method_title','PayPal'),(121536,2643,'_customer_ip_address','172.56.112.85'),(121537,2643,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(121538,2643,'_created_via','checkout'),(121539,2643,'_cart_hash','db86fcaa0fd2ca8c9e64e1fcd28a2072'),(121540,2643,'_download_permissions_granted','yes'),(121541,2643,'_recorded_sales','yes'),(121542,2643,'_recorded_coupon_usage_counts','yes'),(121543,2643,'_new_order_email_sent','true'),(121544,2643,'_order_stock_reduced','yes'),(121545,2643,'_billing_first_name','Christine'),(121546,2643,'_billing_last_name','Cherry'),(121547,2643,'_billing_company','NITS END'),(121548,2643,'_billing_address_1','PO BOX 1092'),(121549,2643,'_billing_city','Campton'),(121550,2643,'_billing_state','NH'),(121551,2643,'_billing_postcode','03223'),(121552,2643,'_billing_country','US'),(121553,2643,'_billing_email','info@liceclinicsplaistow.com'),(121554,2643,'_billing_phone','16034983390'),(121555,2643,'_shipping_first_name','Christine'),(121556,2643,'_shipping_last_name','Cherry'),(121557,2643,'_shipping_company','LCA - Nits End / 149091'),(121558,2643,'_shipping_address_1','71 Spit Brook rd'),(121559,2643,'_shipping_address_2','Suite 403'),(121560,2643,'_shipping_city','Nashua'),(121561,2643,'_shipping_state','NH'),(121562,2643,'_shipping_postcode','03060'),(121563,2643,'_shipping_country','US'),(121564,2643,'_order_currency','USD'),(121565,2643,'_cart_discount','0'),(121566,2643,'_cart_discount_tax','0'),(121567,2643,'_order_shipping','0'),(121568,2643,'_order_shipping_tax','0'),(121569,2643,'_order_tax','0'),(121570,2643,'_order_total','881.24'),(121571,2643,'_order_version','8.8.3'),(121572,2643,'_prices_include_tax','no'),(121573,2643,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(121574,2643,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook rd Suite 403 Nashua NH 03060 US '),(121575,2643,'is_vat_exempt','no'),(121576,2643,'_wc_order_attribution_source_type','typein'),(121577,2643,'_wc_order_attribution_utm_source','(direct)'),(121578,2643,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/'),(121579,2643,'_wc_order_attribution_session_start_time','2024-05-07 12:48:15'),(121580,2643,'_wc_order_attribution_session_pages','12'),(121581,2643,'_wc_order_attribution_session_count','1'),(121582,2643,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(121583,2643,'_wc_order_attribution_device_type','Mobile'),(121584,2643,'Payment type','instant'),(121585,2643,'_paypal_status','completed'),(121586,2643,'_transaction_id','22994886C97384712'),(121587,2643,'PayPal Transaction Fee','31.25'),(121588,2643,'_date_paid','1715086950'),(121589,2643,'_paid_date','2024-05-07 13:02:30'),(121590,2644,'_order_key','wc_order_S7xMpzHDcM8mH'),(121591,2644,'_customer_user','52'),(121592,2644,'_payment_method','paypal'),(121593,2644,'_payment_method_title','PayPal'),(121594,2644,'_customer_ip_address','96.241.152.247'),(121595,2644,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121596,2644,'_created_via','checkout'),(121597,2644,'_cart_hash','b1e2ee69c5217a8642a6a64837e8cef3'),(121598,2644,'_download_permissions_granted','yes'),(121599,2644,'_recorded_sales','yes'),(121600,2644,'_recorded_coupon_usage_counts','yes'),(121601,2644,'_new_order_email_sent','true'),(121602,2644,'_order_stock_reduced','yes'),(121603,2644,'_billing_first_name','Darlene'),(121604,2644,'_billing_last_name','LaFramboise'),(121605,2644,'_billing_company','LCA-NOVA'),(121606,2644,'_billing_address_1','25473 Tomey Ct'),(121607,2644,'_billing_city','Aldie'),(121608,2644,'_billing_state','VA'),(121609,2644,'_billing_postcode','20105-3048'),(121610,2644,'_billing_country','US'),(121611,2644,'_billing_email','info@liceremovalnova.com'),(121612,2644,'_billing_phone','7033031576'),(121613,2644,'_shipping_first_name','Darlene'),(121614,2644,'_shipping_last_name','LaFramboise'),(121615,2644,'_shipping_company','LCA-NOVA'),(121616,2644,'_shipping_address_1','25473 Tomey Ct'),(121617,2644,'_shipping_city','Aldie'),(121618,2644,'_shipping_state','VA'),(121619,2644,'_shipping_postcode','20105-3048'),(121620,2644,'_shipping_country','US'),(121621,2644,'_order_currency','USD'),(121622,2644,'_cart_discount','0'),(121623,2644,'_cart_discount_tax','0'),(121624,2644,'_order_shipping','0'),(121625,2644,'_order_shipping_tax','0'),(121626,2644,'_order_tax','0'),(121627,2644,'_order_total','503.52'),(121628,2644,'_order_version','8.8.3'),(121629,2644,'_prices_include_tax','no'),(121630,2644,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(121631,2644,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(121632,2644,'is_vat_exempt','no'),(121633,2644,'_wc_order_attribution_source_type','referral'),(121634,2644,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(121635,2644,'_wc_order_attribution_utm_source','lcaportal.com'),(121636,2644,'_wc_order_attribution_utm_medium','referral'),(121637,2644,'_wc_order_attribution_utm_content','/'),(121638,2644,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121639,2644,'_wc_order_attribution_session_start_time','2024-05-07 14:27:26'),(121640,2644,'_wc_order_attribution_session_pages','3'),(121641,2644,'_wc_order_attribution_session_count','1'),(121642,2644,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121643,2644,'_wc_order_attribution_device_type','Desktop'),(121644,2644,'Payment type','instant'),(121645,2644,'_paypal_status','completed'),(121646,2644,'_transaction_id','1TX33358GX616894L'),(121647,2644,'PayPal Transaction Fee','18.06'),(121648,2644,'_date_paid','1715092219'),(121649,2644,'_paid_date','2024-05-07 14:30:19'),(121650,2645,'_order_key','wc_order_ziWPxf1gR18v9'),(121651,2645,'_customer_user','43'),(121652,2645,'_payment_method','paypal'),(121653,2645,'_payment_method_title','PayPal'),(121654,2645,'_customer_ip_address','172.58.130.186'),(121655,2645,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(121656,2645,'_created_via','checkout'),(121657,2645,'_cart_hash','7aa88ece2eb0afbaee89dde827b101ee'),(121658,2645,'_download_permissions_granted','yes'),(121659,2645,'_recorded_sales','yes'),(121660,2645,'_recorded_coupon_usage_counts','yes'),(121661,2645,'_new_order_email_sent','true'),(121662,2645,'_order_stock_reduced','yes'),(121663,2645,'_billing_first_name','Ryan'),(121664,2645,'_billing_last_name','Nelson'),(121665,2645,'_billing_address_1','140 Flame Vine drive'),(121666,2645,'_billing_city','Naples'),(121667,2645,'_billing_state','FL'),(121668,2645,'_billing_postcode','34110'),(121669,2645,'_billing_country','US'),(121670,2645,'_billing_email','Rjnelson73@gmail.com'),(121671,2645,'_billing_phone','239-281-0719'),(121672,2645,'_shipping_first_name','Ryan'),(121673,2645,'_shipping_last_name','Nelson'),(121674,2645,'_shipping_address_1','140 Flame Vine drive'),(121675,2645,'_shipping_city','Naples'),(121676,2645,'_shipping_state','FL'),(121677,2645,'_shipping_postcode','34110'),(121678,2645,'_shipping_country','US'),(121679,2645,'_order_currency','USD'),(121680,2645,'_cart_discount','0'),(121681,2645,'_cart_discount_tax','0'),(121682,2645,'_order_shipping','22.99'),(121683,2645,'_order_shipping_tax','0'),(121684,2645,'_order_tax','0'),(121685,2645,'_order_total','372.43'),(121686,2645,'_order_version','8.8.3'),(121687,2645,'_prices_include_tax','no'),(121688,2645,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(121689,2645,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(121691,2645,'_wc_order_attribution_source_type','referral'),(121692,2645,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121693,2645,'_wc_order_attribution_utm_source','lcaportal.com'),(121694,2645,'_wc_order_attribution_utm_medium','referral'),(121695,2645,'_wc_order_attribution_utm_content','/'),(121696,2645,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121697,2645,'_wc_order_attribution_session_start_time','2024-05-07 16:09:02'),(121698,2645,'_wc_order_attribution_session_pages','4'),(121699,2645,'_wc_order_attribution_session_count','1'),(121700,2645,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(121701,2645,'_wc_order_attribution_device_type','Mobile'),(121702,2640,'_edit_lock','1715128164:2'),(121703,2640,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040935\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"563b406b6b4bfbcffacaef61ff76f74e\";}}'),(121704,2640,'_edit_last','2'),(121705,2640,'_date_completed','1715128292'),(121706,2640,'_completed_date','2024-05-08 00:31:32'),(121707,2632,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355040924\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"60787f042a8600216c5f5a5dd97948c4\";}}'),(121708,2632,'_date_completed','1715128336'),(121709,2632,'_completed_date','2024-05-08 00:32:16'),(121710,2641,'_edit_lock','1715128276:2'),(121711,2641,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041081\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"00877e6b699326bb96e910044d3f3d52\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041070\";s:12:\"date_shipped\";i:1715128384;s:11:\"tracking_id\";s:32:\"f20257799cc1a356ad14300b72489d48\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041060\";s:12:\"date_shipped\";i:1715128389;s:11:\"tracking_id\";s:32:\"72ac87ae052405631e3ea2302102bcdf\";}}'),(121712,2641,'_edit_last','2'),(121713,2641,'_date_completed','1715128391'),(121714,2641,'_completed_date','2024-05-08 00:33:11'),(121715,2642,'_edit_lock','1715128333:2'),(121716,2642,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041118\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"ec0503b8ade04f9672c2e25afb708a48\";}}'),(121717,2642,'_edit_last','2'),(121718,2642,'_date_completed','1715128441'),(121719,2642,'_completed_date','2024-05-08 00:34:01'),(121720,2644,'_edit_lock','1715128607:2'),(121721,2644,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041184\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"13b00efdbdd0639403006f95db375b0e\";}}'),(121722,2644,'_edit_last','2'),(121723,2644,'_date_completed','1715128603'),(121724,2644,'_completed_date','2024-05-08 00:36:43'),(121725,2643,'_edit_lock','1715128540:2'),(121726,2643,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041151\";s:12:\"date_shipped\";s:10:\"1715126400\";s:11:\"tracking_id\";s:32:\"2b0919ea0de5104652fcc72af9c203a5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041140\";s:12:\"date_shipped\";i:1715128629;s:11:\"tracking_id\";s:32:\"6c157629b63c9cb4f740b3c1f9501a3c\";}}'),(121727,2643,'_edit_last','2'),(121728,2643,'_date_completed','1715128635'),(121729,2643,'_completed_date','2024-05-08 00:37:15'),(121730,2646,'_order_key','wc_order_9npyaikzPWINY'),(121731,2646,'_customer_user','100'),(121732,2646,'_payment_method','paypal'),(121733,2646,'_payment_method_title','PayPal'),(121734,2646,'_customer_ip_address','67.169.57.103'),(121735,2646,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15'),(121736,2646,'_created_via','checkout'),(121737,2646,'_cart_hash','5f0c6353c22db6f44f78cfc7f1138db4'),(121738,2646,'_download_permissions_granted','yes'),(121739,2646,'_recorded_sales','yes'),(121740,2646,'_recorded_coupon_usage_counts','yes'),(121741,2646,'_new_order_email_sent','true'),(121742,2646,'_order_stock_reduced','yes'),(121743,2646,'_billing_first_name','Michael'),(121744,2646,'_billing_last_name','Beckman'),(121745,2646,'_billing_address_1','921 Moraga Ave'),(121746,2646,'_billing_city','Piedmont'),(121747,2646,'_billing_state','CA'),(121748,2646,'_billing_postcode','94611'),(121749,2646,'_billing_country','US'),(121750,2646,'_billing_email','licetoknowyou@gmail.com'),(121751,2646,'_billing_phone','8585314583'),(121752,2646,'_shipping_first_name','Ibrahim'),(121753,2646,'_shipping_last_name','Moinuddin'),(121754,2646,'_shipping_company','Lice Clinics of America - Sunnyvale'),(121755,2646,'_shipping_address_1','545 S Murphy Ave'),(121756,2646,'_shipping_city','Sunnyvale'),(121757,2646,'_shipping_state','CA'),(121758,2646,'_shipping_postcode','94608'),(121759,2646,'_shipping_country','US'),(121760,2646,'_order_currency','USD'),(121761,2646,'_cart_discount','0'),(121762,2646,'_cart_discount_tax','0'),(121763,2646,'_order_shipping','38.32'),(121764,2646,'_order_shipping_tax','0'),(121765,2646,'_order_tax','0'),(121766,2646,'_order_total','325.36'),(121767,2646,'_order_version','8.8.3'),(121768,2646,'_prices_include_tax','no'),(121769,2646,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(121770,2646,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 545 S Murphy Ave  Sunnyvale CA 94608 US '),(121771,2646,'is_vat_exempt','no'),(121772,2646,'_wc_order_attribution_source_type','typein'),(121773,2646,'_wc_order_attribution_utm_source','(direct)'),(121774,2646,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121775,2646,'_wc_order_attribution_session_start_time','2024-05-02 02:14:15'),(121776,2646,'_wc_order_attribution_session_pages','3'),(121777,2646,'_wc_order_attribution_session_count','4'),(121778,2646,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15'),(121779,2646,'_wc_order_attribution_device_type','Desktop'),(121780,2646,'Payment type','instant'),(121781,2646,'_paypal_status','completed'),(121782,2646,'_transaction_id','5HY57133UR374392T'),(121783,2646,'PayPal Transaction Fee','11.85'),(121784,2646,'_date_paid','1715143748'),(121785,2646,'_paid_date','2024-05-08 04:49:08'),(121786,2647,'_order_key','wc_order_rKrk87pBY078F'),(121787,2647,'_customer_user','66'),(121788,2647,'_payment_method','paypal'),(121789,2647,'_payment_method_title','PayPal'),(121790,2647,'_customer_ip_address','69.250.30.77'),(121791,2647,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121792,2647,'_created_via','checkout'),(121793,2647,'_cart_hash','a0df9d131d1c917a31379c4c99e5d5f5'),(121794,2647,'_download_permissions_granted','yes'),(121795,2647,'_recorded_sales','yes'),(121796,2647,'_recorded_coupon_usage_counts','yes'),(121797,2647,'_new_order_email_sent','true'),(121798,2647,'_order_stock_reduced','yes'),(121799,2647,'_billing_first_name','Mark'),(121800,2647,'_billing_last_name','Dent'),(121801,2647,'_billing_company','Lice Clinics of Maryland'),(121802,2647,'_billing_address_1','801 W 33rd Street'),(121803,2647,'_billing_city','BAltimore'),(121804,2647,'_billing_state','MD'),(121805,2647,'_billing_postcode','21211'),(121806,2647,'_billing_country','US'),(121807,2647,'_billing_email','info@liceclinicsofmaryland.com'),(121808,2647,'_billing_phone','4438349991'),(121809,2647,'_shipping_first_name','Dawn'),(121810,2647,'_shipping_last_name','Mumaw'),(121811,2647,'_shipping_company','LCA Baltimore'),(121812,2647,'_shipping_address_1','604 Providence Road'),(121813,2647,'_shipping_city','Towson'),(121814,2647,'_shipping_state','MD'),(121815,2647,'_shipping_postcode','21286'),(121816,2647,'_shipping_country','US'),(121817,2647,'_order_currency','USD'),(121818,2647,'_cart_discount','0'),(121819,2647,'_cart_discount_tax','0'),(121820,2647,'_order_shipping','0'),(121821,2647,'_order_shipping_tax','0'),(121822,2647,'_order_tax','0'),(121823,2647,'_order_total','2966.93'),(121824,2647,'_order_version','8.8.3'),(121825,2647,'_prices_include_tax','no'),(121826,2647,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(121827,2647,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(121829,2647,'_wc_order_attribution_source_type','referral'),(121830,2647,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121831,2647,'_wc_order_attribution_utm_source','lcaportal.com'),(121832,2647,'_wc_order_attribution_utm_medium','referral'),(121833,2647,'_wc_order_attribution_utm_content','/'),(121834,2647,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121835,2647,'_wc_order_attribution_session_start_time','2024-05-08 12:37:41'),(121836,2647,'_wc_order_attribution_session_pages','8'),(121837,2647,'_wc_order_attribution_session_count','1'),(121838,2647,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121839,2647,'_wc_order_attribution_device_type','Desktop'),(121840,2647,'is_vat_exempt','no'),(121841,2647,'_wc_order_attribution_source_type','referral'),(121842,2647,'_wc_order_attribution_referrer','https://lcaportal.com/'),(121843,2647,'_wc_order_attribution_utm_source','lcaportal.com'),(121844,2647,'_wc_order_attribution_utm_medium','referral'),(121845,2647,'_wc_order_attribution_utm_content','/'),(121846,2647,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121847,2647,'_wc_order_attribution_session_start_time','2024-05-08 13:21:10'),(121848,2647,'_wc_order_attribution_session_pages','3'),(121849,2647,'_wc_order_attribution_session_count','2'),(121850,2647,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121851,2647,'_wc_order_attribution_device_type','Desktop'),(121852,2647,'Payment type','instant'),(121853,2647,'_paypal_status','completed'),(121854,2647,'_transaction_id','13F24445A6077790C'),(121855,2647,'PayPal Transaction Fee','104.04'),(121856,2647,'_date_paid','1715174595'),(121857,2647,'_paid_date','2024-05-08 13:23:15'),(121858,2648,'_order_key','wc_order_QMOPoXbGbEmvH'),(121859,2648,'_customer_user','50'),(121860,2648,'_payment_method','paypal'),(121861,2648,'_payment_method_title','PayPal'),(121862,2648,'_customer_ip_address','24.62.247.50'),(121863,2648,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(121864,2648,'_created_via','checkout'),(121865,2648,'_cart_hash','17933455ba0b94ff7cbc7cfd435b0f84'),(121866,2648,'_download_permissions_granted','yes'),(121867,2648,'_recorded_sales','yes'),(121868,2648,'_recorded_coupon_usage_counts','yes'),(121869,2648,'_new_order_email_sent','true'),(121870,2648,'_order_stock_reduced','yes'),(121871,2648,'_billing_first_name','Christine'),(121872,2648,'_billing_last_name','Cherry'),(121873,2648,'_billing_company','NITS END'),(121874,2648,'_billing_address_1','PO BOX 1092'),(121875,2648,'_billing_city','Campton'),(121876,2648,'_billing_state','NH'),(121877,2648,'_billing_postcode','03223'),(121878,2648,'_billing_country','US'),(121879,2648,'_billing_email','info@liceclinicsplaistow.com'),(121880,2648,'_billing_phone','16034983390'),(121881,2648,'_shipping_first_name','Christine'),(121882,2648,'_shipping_last_name','Cherry'),(121883,2648,'_shipping_company','LCA - Nits End / 149091'),(121884,2648,'_shipping_address_1','71 Spit Brook rd'),(121885,2648,'_shipping_address_2','Suite 403'),(121886,2648,'_shipping_city','Nashua'),(121887,2648,'_shipping_state','NH'),(121888,2648,'_shipping_postcode','03060'),(121889,2648,'_shipping_country','US'),(121890,2648,'_order_currency','USD'),(121891,2648,'_cart_discount','0'),(121892,2648,'_cart_discount_tax','0'),(121893,2648,'_order_shipping','29.56'),(121894,2648,'_order_shipping_tax','0'),(121895,2648,'_order_tax','0'),(121896,2648,'_order_total','174.66'),(121897,2648,'_order_version','8.8.3'),(121898,2648,'_prices_include_tax','no'),(121899,2648,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(121900,2648,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook rd Suite 403 Nashua NH 03060 US '),(121901,2648,'is_vat_exempt','no'),(121902,2648,'_wc_order_attribution_source_type','referral'),(121903,2648,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(121904,2648,'_wc_order_attribution_utm_source','lcaportal.com'),(121905,2648,'_wc_order_attribution_utm_medium','referral'),(121906,2648,'_wc_order_attribution_utm_content','/'),(121907,2648,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121908,2648,'_wc_order_attribution_session_start_time','2024-05-08 14:09:00'),(121909,2648,'_wc_order_attribution_session_pages','8'),(121910,2648,'_wc_order_attribution_session_count','1'),(121911,2648,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1'),(121912,2648,'_wc_order_attribution_device_type','Mobile'),(121913,2648,'Payment type','instant'),(121914,2648,'_paypal_status','completed'),(121915,2648,'_transaction_id','02398284AS239745V'),(121916,2648,'PayPal Transaction Fee','6.59'),(121917,2648,'_date_paid','1715177530'),(121918,2648,'_paid_date','2024-05-08 14:12:10'),(121919,2649,'_order_key','wc_order_HwJqQuO8WWWI1'),(121920,2649,'_customer_user','76'),(121921,2649,'_payment_method','paypal'),(121922,2649,'_payment_method_title','PayPal'),(121923,2649,'_customer_ip_address','146.115.118.214'),(121924,2649,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(121925,2649,'_created_via','checkout'),(121926,2649,'_cart_hash','f1378ce9853782f3b72763b503a60944'),(121927,2649,'_download_permissions_granted','yes'),(121928,2649,'_recorded_sales','yes'),(121929,2649,'_recorded_coupon_usage_counts','yes'),(121930,2649,'_new_order_email_sent','true'),(121931,2649,'_order_stock_reduced','yes'),(121932,2649,'_billing_first_name','Naomi'),(121933,2649,'_billing_last_name','Golden'),(121934,2649,'_billing_company','LCA'),(121935,2649,'_billing_address_1','31 Mann Ave'),(121936,2649,'_billing_city','Needham'),(121937,2649,'_billing_state','MA'),(121938,2649,'_billing_postcode','02492'),(121939,2649,'_billing_country','US'),(121940,2649,'_billing_email','nrgolden6486@gmail.com'),(121941,2649,'_billing_phone','617-851-1322'),(121942,2649,'_shipping_first_name','Naomi'),(121943,2649,'_shipping_last_name','Golden'),(121944,2649,'_shipping_company','LCA'),(121945,2649,'_shipping_address_1','3 Baldwin Green Common'),(121946,2649,'_shipping_address_2','Suite 310'),(121947,2649,'_shipping_city','woburn'),(121948,2649,'_shipping_state','MA'),(121949,2649,'_shipping_postcode','01801'),(121950,2649,'_shipping_country','US'),(121951,2649,'_order_currency','USD'),(121952,2649,'_cart_discount','0'),(121953,2649,'_cart_discount_tax','0'),(121954,2649,'_order_shipping','0'),(121955,2649,'_order_shipping_tax','0'),(121956,2649,'_order_tax','0'),(121957,2649,'_order_total','560.32'),(121958,2649,'_order_version','8.8.3'),(121959,2649,'_prices_include_tax','no'),(121960,2649,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(121961,2649,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 woburn MA 01801 US '),(121962,2649,'is_vat_exempt','no'),(121963,2649,'_wc_order_attribution_source_type','typein'),(121964,2649,'_wc_order_attribution_utm_source','(direct)'),(121965,2649,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(121966,2649,'_wc_order_attribution_session_start_time','2024-05-08 17:54:39'),(121967,2649,'_wc_order_attribution_session_pages','4'),(121968,2649,'_wc_order_attribution_session_count','1'),(121969,2649,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(121970,2649,'_wc_order_attribution_device_type','Desktop'),(121971,2649,'Payment type','instant'),(121972,2649,'_paypal_status','completed'),(121973,2649,'_transaction_id','0DU25801R91054157'),(121974,2649,'PayPal Transaction Fee','20.05'),(121975,2649,'_date_paid','1715191174'),(121976,2649,'_paid_date','2024-05-08 17:59:34'),(121977,2650,'_order_key','wc_order_mpdSPN9uw93Pv'),(121978,2650,'_customer_user','61'),(121979,2650,'_payment_method','paypal'),(121980,2650,'_payment_method_title','PayPal'),(121981,2650,'_customer_ip_address','217.180.201.43'),(121982,2650,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(121983,2650,'_created_via','checkout'),(121984,2650,'_cart_hash','5e4087da07d14a9d0fdba543185ec867'),(121985,2650,'_download_permissions_granted','yes'),(121986,2650,'_recorded_sales','yes'),(121987,2650,'_recorded_coupon_usage_counts','yes'),(121988,2650,'_new_order_email_sent','true'),(121989,2650,'_order_stock_reduced','yes'),(121990,2650,'_billing_first_name','Judith'),(121991,2650,'_billing_last_name','Hayden'),(121992,2650,'_billing_company','LCAL Hayden LLC'),(121993,2650,'_billing_address_1','1795 Alysheba Way'),(121994,2650,'_billing_address_2','Ste 4105'),(121995,2650,'_billing_city','Lexington'),(121996,2650,'_billing_state','KY'),(121997,2650,'_billing_postcode','40509'),(121998,2650,'_billing_country','US'),(121999,2650,'_billing_email','judy@liceclinicslexington.com'),(122000,2650,'_billing_phone','8595376966'),(122001,2650,'_shipping_first_name','Judy'),(122002,2650,'_shipping_last_name','Hayden'),(122003,2650,'_shipping_company','Lice Clinics of America Lexington'),(122004,2650,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(122005,2650,'_shipping_city','Lexington'),(122006,2650,'_shipping_state','KY'),(122007,2650,'_shipping_postcode','40509'),(122008,2650,'_shipping_country','US'),(122009,2650,'_order_currency','USD'),(122010,2650,'_cart_discount','0'),(122011,2650,'_cart_discount_tax','0'),(122012,2650,'_order_shipping','0'),(122013,2650,'_order_shipping_tax','0'),(122014,2650,'_order_tax','0'),(122015,2650,'_order_total','1298.58'),(122016,2650,'_order_version','8.8.3'),(122017,2650,'_prices_include_tax','no'),(122018,2650,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(122019,2650,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(122020,2650,'is_vat_exempt','no'),(122021,2650,'_wc_order_attribution_source_type','typein'),(122022,2650,'_wc_order_attribution_utm_source','(direct)'),(122023,2650,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122024,2650,'_wc_order_attribution_session_start_time','2024-05-07 16:28:01'),(122025,2650,'_wc_order_attribution_session_pages','3'),(122026,2650,'_wc_order_attribution_session_count','2'),(122027,2650,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122028,2650,'_wc_order_attribution_device_type','Desktop'),(122029,2650,'Payment type','instant'),(122030,2650,'_paypal_status','completed'),(122031,2650,'_transaction_id','43693096UG588553U'),(122032,2650,'PayPal Transaction Fee','45.81'),(122033,2650,'_date_paid','1715198626'),(122034,2650,'_paid_date','2024-05-08 20:03:46'),(122035,2650,'_edit_lock','1715267801:2'),(122036,2650,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041563\";s:12:\"date_shipped\";s:10:\"1715212800\";s:11:\"tracking_id\";s:32:\"9b1cafb4b8d8618a4f3931f4e5ac1dc0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041552\";s:12:\"date_shipped\";i:1715267921;s:11:\"tracking_id\";s:32:\"04d7a556eff674786e29dec2bd44f6bf\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041541\";s:12:\"date_shipped\";i:1715267937;s:11:\"tracking_id\";s:32:\"9e1452eabcc1ab15d598d66a63b2a678\";}}'),(122037,2650,'_edit_last','2'),(122038,2650,'_date_completed','1715267940'),(122039,2650,'_completed_date','2024-05-09 15:19:00'),(122040,2649,'_edit_lock','1715267844:2'),(122041,2649,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041482\";s:12:\"date_shipped\";s:10:\"1715212800\";s:11:\"tracking_id\";s:32:\"36d73b22662760ceae45dec663eea5ef\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041471\";s:12:\"date_shipped\";i:1715267972;s:11:\"tracking_id\";s:32:\"969520b1c5d41babacc2fc8e24c2112c\";}}'),(122042,2649,'_edit_last','2'),(122043,2649,'_date_completed','1715267974'),(122044,2649,'_completed_date','2024-05-09 15:19:34'),(122045,2647,'_edit_lock','1715267928:2'),(122046,2647,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041449\";s:12:\"date_shipped\";s:10:\"1715212800\";s:11:\"tracking_id\";s:32:\"2c09a13667c905bc1611bcf293b66674\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041438\";s:12:\"date_shipped\";i:1715268020;s:11:\"tracking_id\";s:32:\"34aab880f569ce7e13ad152b62c2bdd6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041427\";s:12:\"date_shipped\";i:1715268025;s:11:\"tracking_id\";s:32:\"2a346ab10698f942aa4e7d77243dc21b\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041416\";s:12:\"date_shipped\";i:1715268030;s:11:\"tracking_id\";s:32:\"91ccd7bc306f840cefe57231868f33c2\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041405\";s:12:\"date_shipped\";i:1715268037;s:11:\"tracking_id\";s:32:\"05c09dd24a2d5528819f07343e6da186\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041390\";s:12:\"date_shipped\";i:1715268042;s:11:\"tracking_id\";s:32:\"768de2725921f41435be670925fb25cd\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041380\";s:12:\"date_shipped\";i:1715268050;s:11:\"tracking_id\";s:32:\"ea3995006157d817228d88a5ac14b68b\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041379\";s:12:\"date_shipped\";i:1715268056;s:11:\"tracking_id\";s:32:\"a717581d4c8c203a6a50256427071c80\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041368\";s:12:\"date_shipped\";i:1715268062;s:11:\"tracking_id\";s:32:\"5cb652b9fa2fa62db5110cb6eb5dc413\";}}'),(122047,2647,'_edit_last','2'),(122048,2647,'_date_completed','1715268065'),(122049,2647,'_completed_date','2024-05-09 15:21:05'),(122050,2648,'_edit_lock','1715267964:2'),(122051,2648,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041450\";s:12:\"date_shipped\";s:10:\"1715212800\";s:11:\"tracking_id\";s:32:\"118e1782f345e09e790a27f32c64b36f\";}}'),(122052,2648,'_edit_last','2'),(122053,2648,'_date_completed','1715268099'),(122054,2648,'_completed_date','2024-05-09 15:21:39'),(122055,2646,'_edit_lock','1715267991:2'),(122056,2646,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041324\";s:12:\"date_shipped\";s:10:\"1715212800\";s:11:\"tracking_id\";s:32:\"f34c7bb0b4eba0c98b96401feae88e00\";}}'),(122057,2646,'_edit_last','2'),(122058,2646,'_date_completed','1715268123'),(122059,2646,'_completed_date','2024-05-09 15:22:03'),(122065,2651,'_order_key','wc_order_x0gfW6utWSEg0'),(122066,2651,'_customer_user','6'),(122067,2651,'_payment_method','paypal'),(122068,2651,'_payment_method_title','PayPal'),(122069,2651,'_customer_ip_address','24.23.11.137'),(122070,2651,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122071,2651,'_created_via','checkout'),(122072,2651,'_cart_hash','5ac813aaaf8370d31d6d146b0a00f0be'),(122073,2651,'_download_permissions_granted','yes'),(122074,2651,'_recorded_sales','yes'),(122075,2651,'_recorded_coupon_usage_counts','yes'),(122076,2651,'_new_order_email_sent','true'),(122077,2651,'_order_stock_reduced','yes'),(122078,2651,'_billing_first_name','Amira'),(122079,2651,'_billing_last_name','Purto'),(122080,2651,'_billing_address_1','2628 Acapulco Way'),(122081,2651,'_billing_city','Modesto'),(122082,2651,'_billing_state','CA'),(122083,2651,'_billing_postcode','95355'),(122084,2651,'_billing_country','US'),(122085,2651,'_billing_email','amira77@sbcglobal.net'),(122086,2651,'_billing_phone','2096422061'),(122087,2651,'_shipping_first_name','Amira'),(122088,2651,'_shipping_last_name','Purto'),(122089,2651,'_shipping_address_1','2520 Chandon Circle'),(122090,2651,'_shipping_city','Modesto'),(122091,2651,'_shipping_state','CA'),(122092,2651,'_shipping_postcode','95355'),(122093,2651,'_shipping_country','US'),(122094,2651,'_order_currency','USD'),(122095,2651,'_cart_discount','0'),(122096,2651,'_cart_discount_tax','0'),(122097,2651,'_order_shipping','0'),(122098,2651,'_order_shipping_tax','0'),(122099,2651,'_order_tax','0'),(122100,2651,'_order_total','1378.88'),(122101,2651,'_order_version','8.8.3'),(122102,2651,'_prices_include_tax','no'),(122103,2651,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(122104,2651,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(122105,2651,'is_vat_exempt','no'),(122106,2651,'_wc_order_attribution_source_type','typein'),(122107,2651,'_wc_order_attribution_utm_source','(direct)'),(122108,2651,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122109,2651,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(122110,2651,'_wc_order_attribution_session_pages','4'),(122111,2651,'_wc_order_attribution_session_count','1'),(122112,2651,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122113,2651,'_wc_order_attribution_device_type','Desktop'),(122114,2651,'Payment type','instant'),(122115,2651,'_paypal_status','completed'),(122116,2651,'_transaction_id','6MF66300B5825273G'),(122117,2651,'PayPal Transaction Fee','48.61'),(122118,2651,'_date_paid','1715286612'),(122119,2651,'_paid_date','2024-05-09 20:30:12'),(122173,2653,'_order_key','wc_order_4IdN4F8fnU2rq'),(122174,2653,'_customer_user','3'),(122175,2653,'_payment_method','paypal'),(122176,2653,'_payment_method_title','PayPal'),(122177,2653,'_customer_ip_address','70.142.202.154'),(122178,2653,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122179,2653,'_created_via','checkout'),(122180,2653,'_cart_hash','130bc8f331030e0eab7149b163c46b66'),(122181,2653,'_download_permissions_granted','yes'),(122182,2653,'_recorded_sales','yes'),(122183,2653,'_recorded_coupon_usage_counts','yes'),(122184,2653,'_new_order_email_sent','true'),(122185,2653,'_order_stock_reduced','yes'),(122186,2653,'_billing_first_name','Amanda'),(122187,2653,'_billing_last_name','Westerman'),(122188,2653,'_billing_company','Lice Clinics of America McKinney'),(122189,2653,'_billing_address_1','3120 Hudson Crossing'),(122190,2653,'_billing_address_2','Suite A2'),(122191,2653,'_billing_city','MCKINNEY'),(122192,2653,'_billing_state','TX'),(122193,2653,'_billing_postcode','75070'),(122194,2653,'_billing_country','US'),(122195,2653,'_billing_email','awesterman1103@gmail.com'),(122196,2653,'_billing_phone','2144175741'),(122197,2653,'_shipping_first_name','amanda'),(122198,2653,'_shipping_last_name','westerman'),(122199,2653,'_shipping_company','Lice Clinics of America'),(122200,2653,'_shipping_address_1','1709 Damian Way'),(122201,2653,'_shipping_city','Richardson'),(122202,2653,'_shipping_state','TX'),(122203,2653,'_shipping_postcode','75081'),(122204,2653,'_shipping_country','US'),(122205,2653,'_order_currency','USD'),(122206,2653,'_cart_discount','0'),(122207,2653,'_cart_discount_tax','0'),(122208,2653,'_order_shipping','0'),(122209,2653,'_order_shipping_tax','0'),(122210,2653,'_order_tax','0'),(122211,2653,'_order_total','2188.50'),(122212,2653,'_order_version','8.8.3'),(122213,2653,'_prices_include_tax','no'),(122214,2653,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(122215,2653,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(122216,2653,'is_vat_exempt','no'),(122217,2653,'_wc_order_attribution_source_type','referral'),(122218,2653,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122219,2653,'_wc_order_attribution_utm_source','lcaportal.com'),(122220,2653,'_wc_order_attribution_utm_medium','referral'),(122221,2653,'_wc_order_attribution_utm_content','/'),(122222,2653,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122223,2653,'_wc_order_attribution_session_start_time','2024-05-09 18:49:33'),(122224,2653,'_wc_order_attribution_session_pages','2'),(122225,2653,'_wc_order_attribution_session_count','2'),(122226,2653,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122227,2653,'_wc_order_attribution_device_type','Desktop'),(122228,2653,'Payment type','instant'),(122229,2653,'_paypal_status','completed'),(122230,2653,'_transaction_id','3B950913DN890733B'),(122231,2653,'PayPal Transaction Fee','76.87'),(122232,2653,'_date_paid','1715346336'),(122233,2653,'_paid_date','2024-05-10 13:05:36'),(122234,2654,'_order_key','wc_order_0WE7b62FXCq2K'),(122235,2654,'_customer_user','98'),(122236,2654,'_payment_method','paypal'),(122237,2654,'_payment_method_title','PayPal'),(122238,2654,'_customer_ip_address','24.62.247.50'),(122239,2654,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(122240,2654,'_created_via','checkout'),(122241,2654,'_cart_hash','f1042b234c0171f305319b5507b2a0fc'),(122242,2654,'_download_permissions_granted','yes'),(122243,2654,'_recorded_sales','yes'),(122244,2654,'_recorded_coupon_usage_counts','yes'),(122245,2654,'_new_order_email_sent','true'),(122246,2654,'_order_stock_reduced','yes'),(122247,2654,'_billing_first_name','Christine'),(122248,2654,'_billing_last_name','Cherry'),(122249,2654,'_billing_company','NITS END'),(122250,2654,'_billing_address_1','PO BOX 1092'),(122251,2654,'_billing_city','Campton'),(122252,2654,'_billing_state','NH'),(122253,2654,'_billing_postcode','03223'),(122254,2654,'_billing_country','US'),(122255,2654,'_billing_email','christine@liceclinicscolumbus.com'),(122256,2654,'_billing_phone','16034983390'),(122257,2654,'_shipping_first_name','Erica'),(122258,2654,'_shipping_last_name','Froggatt'),(122259,2654,'_shipping_company','LCA'),(122260,2654,'_shipping_address_1','5910 Wilcox Pl'),(122261,2654,'_shipping_address_2','suite E'),(122262,2654,'_shipping_city','Dublin'),(122263,2654,'_shipping_state','OH'),(122264,2654,'_shipping_postcode','43016'),(122265,2654,'_shipping_country','US'),(122266,2654,'_order_currency','USD'),(122267,2654,'_cart_discount','0'),(122268,2654,'_cart_discount_tax','0'),(122269,2654,'_order_shipping','0'),(122270,2654,'_order_shipping_tax','0'),(122271,2654,'_order_tax','0'),(122272,2654,'_order_total','618.56'),(122273,2654,'_order_version','8.8.3'),(122274,2654,'_prices_include_tax','no'),(122275,2654,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(122276,2654,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(122277,2654,'is_vat_exempt','no'),(122278,2654,'_wc_order_attribution_source_type','referral'),(122279,2654,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122280,2654,'_wc_order_attribution_utm_source','lcaportal.com'),(122281,2654,'_wc_order_attribution_utm_medium','referral'),(122282,2654,'_wc_order_attribution_utm_content','/'),(122283,2654,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122284,2654,'_wc_order_attribution_session_start_time','2024-05-10 14:27:58'),(122285,2654,'_wc_order_attribution_session_pages','4'),(122286,2654,'_wc_order_attribution_session_count','15'),(122287,2654,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(122288,2654,'_wc_order_attribution_device_type','Desktop'),(122289,2654,'Payment type','instant'),(122290,2654,'_paypal_status','completed'),(122291,2654,'_transaction_id','3JJ64674DR2474101'),(122292,2654,'PayPal Transaction Fee','22.08'),(122293,2654,'_date_paid','1715351385'),(122294,2654,'_paid_date','2024-05-10 14:29:45'),(122307,2645,'is_vat_exempt','no'),(122308,2645,'_wc_order_attribution_source_type','referral'),(122309,2645,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122310,2645,'_wc_order_attribution_utm_source','lcaportal.com'),(122311,2645,'_wc_order_attribution_utm_medium','referral'),(122312,2645,'_wc_order_attribution_utm_content','/'),(122313,2645,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122314,2645,'_wc_order_attribution_session_start_time','2024-05-10 16:53:51'),(122315,2645,'_wc_order_attribution_session_pages','3'),(122316,2645,'_wc_order_attribution_session_count','1'),(122317,2645,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122318,2645,'_wc_order_attribution_device_type','Mobile'),(122319,2645,'Payment type','instant'),(122320,2645,'_paypal_status','completed'),(122321,2645,'_transaction_id','2XD04051E86227019'),(122322,2645,'PayPal Transaction Fee','13.49'),(122323,2645,'_date_paid','1715360245'),(122324,2645,'_paid_date','2024-05-10 16:57:25'),(122325,2655,'_order_key','wc_order_Yg9Y3n8rrJyll'),(122326,2655,'_customer_user','47'),(122327,2655,'_payment_method','paypal'),(122328,2655,'_payment_method_title','PayPal'),(122329,2655,'_customer_ip_address','64.183.221.78'),(122330,2655,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122331,2655,'_created_via','checkout'),(122332,2655,'_cart_hash','e783d2fb9d1e7162c4515e75a987881e'),(122333,2655,'_download_permissions_granted','yes'),(122334,2655,'_recorded_sales','yes'),(122335,2655,'_recorded_coupon_usage_counts','yes'),(122336,2655,'_new_order_email_sent','true'),(122337,2655,'_order_stock_reduced','yes'),(122338,2655,'_billing_first_name','Tracy'),(122339,2655,'_billing_last_name','Copeland'),(122340,2655,'_billing_company','LCA SA EAST'),(122341,2655,'_billing_address_1','14223 Silverhollow'),(122342,2655,'_billing_city','San Antonio'),(122343,2655,'_billing_state','TX'),(122344,2655,'_billing_postcode','78232'),(122345,2655,'_billing_country','US'),(122346,2655,'_billing_email','info@liceclinicsofsanantonio.com'),(122347,2655,'_billing_phone','2103135033'),(122348,2655,'_shipping_first_name','Tracy'),(122349,2655,'_shipping_last_name','Copeland'),(122350,2655,'_shipping_company','LCA SA EAST'),(122351,2655,'_shipping_address_1','19115 FM 2252'),(122352,2655,'_shipping_address_2','#17'),(122353,2655,'_shipping_city','San Antonio'),(122354,2655,'_shipping_state','TX'),(122355,2655,'_shipping_postcode','78266'),(122356,2655,'_shipping_country','US'),(122357,2655,'_order_currency','USD'),(122358,2655,'_cart_discount','0'),(122359,2655,'_cart_discount_tax','0'),(122360,2655,'_order_shipping','0'),(122361,2655,'_order_shipping_tax','0'),(122362,2655,'_order_tax','0'),(122363,2655,'_order_total','892.00'),(122364,2655,'_order_version','8.8.3'),(122365,2655,'_prices_include_tax','no'),(122366,2655,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(122367,2655,'_shipping_address_index','Tracy Copeland LCA SA EAST 19115 FM 2252 #17 San Antonio TX 78266 US '),(122368,2655,'is_vat_exempt','no'),(122369,2655,'_wc_order_attribution_source_type','referral'),(122370,2655,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122371,2655,'_wc_order_attribution_utm_source','lcaportal.com'),(122372,2655,'_wc_order_attribution_utm_medium','referral'),(122373,2655,'_wc_order_attribution_utm_content','/'),(122374,2655,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122375,2655,'_wc_order_attribution_session_start_time','2024-05-10 18:32:05'),(122376,2655,'_wc_order_attribution_session_pages','4'),(122377,2655,'_wc_order_attribution_session_count','1'),(122378,2655,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122379,2655,'_wc_order_attribution_device_type','Mobile'),(122380,2655,'Payment type','instant'),(122381,2655,'_paypal_status','completed'),(122382,2655,'_transaction_id','21A878991J295972X'),(122383,2655,'PayPal Transaction Fee','31.62'),(122384,2655,'_date_paid','1715366465'),(122385,2655,'_paid_date','2024-05-10 18:41:05'),(122387,2656,'_order_key','wc_order_nfOCFdYppfTbp'),(122388,2656,'_customer_user','76'),(122389,2656,'_payment_method','paypal'),(122390,2656,'_payment_method_title','PayPal'),(122391,2656,'_customer_ip_address','71.234.104.107'),(122392,2656,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(122393,2656,'_created_via','checkout'),(122394,2656,'_cart_hash','4c6f4f5eb3a1a03b87ed1e4a8a55e1c8'),(122395,2656,'_download_permissions_granted','yes'),(122396,2656,'_recorded_sales','yes'),(122397,2656,'_recorded_coupon_usage_counts','yes'),(122398,2656,'_new_order_email_sent','true'),(122399,2656,'_order_stock_reduced','yes'),(122400,2656,'_billing_first_name','Naomi'),(122401,2656,'_billing_last_name','Golden'),(122402,2656,'_billing_company','LCA'),(122403,2656,'_billing_address_1','31 Mann Ave'),(122404,2656,'_billing_city','Needham'),(122405,2656,'_billing_state','MA'),(122406,2656,'_billing_postcode','02492'),(122407,2656,'_billing_country','US'),(122408,2656,'_billing_email','nrgolden6486@gmail.com'),(122409,2656,'_billing_phone','617-851-1322'),(122410,2656,'_shipping_first_name','Naomi'),(122411,2656,'_shipping_last_name','Golden'),(122412,2656,'_shipping_company','LCA'),(122413,2656,'_shipping_address_1','1349 Centre Street'),(122414,2656,'_shipping_address_2','Facing Trowbidge'),(122415,2656,'_shipping_city','Newton'),(122416,2656,'_shipping_state','MA'),(122417,2656,'_shipping_postcode','02459'),(122418,2656,'_shipping_country','US'),(122419,2656,'_order_currency','USD'),(122420,2656,'_cart_discount','0'),(122421,2656,'_cart_discount_tax','0'),(122422,2656,'_order_shipping','0'),(122423,2656,'_order_shipping_tax','0'),(122424,2656,'_order_tax','0'),(122425,2656,'_order_total','673.02'),(122426,2656,'_order_version','8.8.3'),(122427,2656,'_prices_include_tax','no'),(122428,2656,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(122429,2656,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbidge Newton MA 02459 US '),(122430,2656,'is_vat_exempt','no'),(122431,2656,'_wc_order_attribution_source_type','typein'),(122432,2656,'_wc_order_attribution_utm_source','(direct)'),(122433,2656,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122434,2656,'_wc_order_attribution_session_start_time','2024-05-08 17:54:39'),(122435,2656,'_wc_order_attribution_session_pages','16'),(122436,2656,'_wc_order_attribution_session_count','2');
INSERT INTO `wp_postmeta` VALUES (122437,2656,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(122438,2656,'_wc_order_attribution_device_type','Desktop'),(122439,2656,'Payment type','instant'),(122440,2656,'_paypal_status','completed'),(122441,2656,'_transaction_id','3X7589604T545963N'),(122442,2656,'PayPal Transaction Fee','23.98'),(122443,2656,'_date_paid','1715369081'),(122444,2656,'_paid_date','2024-05-10 19:24:41'),(122445,2651,'_edit_lock','1715453896:2'),(122446,2651,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041725\";s:12:\"date_shipped\";s:10:\"1715385600\";s:11:\"tracking_id\";s:32:\"45c2662f94c419b0818e0c9e5659ac47\";}}'),(122447,2651,'_edit_last','2'),(122448,2651,'_date_completed','1715454035'),(122449,2651,'_completed_date','2024-05-11 19:00:35'),(122450,2653,'_edit_lock','1715453967:2'),(122451,2653,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041780\";s:12:\"date_shipped\";s:10:\"1715385600\";s:11:\"tracking_id\";s:32:\"2fb32dc60b433cf1884fc60771916613\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041770\";s:12:\"date_shipped\";i:1715454071;s:11:\"tracking_id\";s:32:\"97bf5a0506725117c7b0be092ec7fe20\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041769\";s:12:\"date_shipped\";i:1715454077;s:11:\"tracking_id\";s:32:\"6de407d1f2e79aba47cab59d30c7eb11\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041758\";s:12:\"date_shipped\";i:1715454083;s:11:\"tracking_id\";s:32:\"a28b5efe972b209232285a420b120648\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041747\";s:12:\"date_shipped\";i:1715454090;s:11:\"tracking_id\";s:32:\"9461d44124f59568e566500d30238a2c\";}}'),(122452,2653,'_edit_last','2'),(122453,2653,'_date_completed','1715454099'),(122454,2653,'_completed_date','2024-05-11 19:01:39'),(122455,2654,'_edit_lock','1715454042:2'),(122456,2654,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041828\";s:12:\"date_shipped\";s:10:\"1715385600\";s:11:\"tracking_id\";s:32:\"7ceb465c126466060ba28176f4002328\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041817\";s:12:\"date_shipped\";i:1715454174;s:11:\"tracking_id\";s:32:\"ee3032ad9a69ff99ff9ccdc4879185ac\";}}'),(122457,2654,'_edit_last','2'),(122458,2654,'_date_completed','1715454176'),(122459,2654,'_completed_date','2024-05-11 19:02:56'),(122460,2645,'_edit_lock','1715454068:2'),(122461,2645,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041910\";s:12:\"date_shipped\";s:10:\"1715385600\";s:11:\"tracking_id\";s:32:\"d2f41e9f3649a89a4cf6efadbcd3e752\";}}'),(122462,2645,'_edit_last','2'),(122463,2645,'_date_completed','1715454202'),(122464,2645,'_completed_date','2024-05-11 19:03:22'),(122465,2655,'_edit_lock','1715454112:2'),(122466,2655,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041931\";s:12:\"date_shipped\";s:10:\"1715385600\";s:11:\"tracking_id\";s:32:\"ec61630b6b1581f280cc139a702b0904\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355041920\";s:12:\"date_shipped\";i:1715454249;s:11:\"tracking_id\";s:32:\"57ffd842570fbda8a29a978c4eadc8cb\";}}'),(122467,2655,'_edit_last','2'),(122468,2655,'_date_completed','1715454251'),(122469,2655,'_completed_date','2024-05-11 19:04:11'),(122470,2656,'_edit_lock','1715871036:89'),(122471,2656,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042309\";s:12:\"date_shipped\";s:10:\"1715644800\";s:11:\"tracking_id\";s:32:\"8ef3cf0e259da380857e9dfe147f2a10\";}}'),(122472,2656,'_edit_last','2'),(122473,2656,'_date_completed','1715727144'),(122474,2656,'_completed_date','2024-05-14 22:52:24'),(122475,2657,'_order_key','wc_order_EPNGRVsdFlCuZ'),(122476,2657,'_customer_user','4'),(122477,2657,'_payment_method','paypal'),(122478,2657,'_payment_method_title','PayPal'),(122479,2657,'_customer_ip_address','73.20.28.23'),(122480,2657,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122481,2657,'_created_via','checkout'),(122482,2657,'_cart_hash','67ad29cdb9aaad50d170594319258d76'),(122483,2657,'_download_permissions_granted','yes'),(122484,2657,'_recorded_sales','yes'),(122485,2657,'_recorded_coupon_usage_counts','yes'),(122486,2657,'_new_order_email_sent','true'),(122487,2657,'_order_stock_reduced','yes'),(122488,2657,'_billing_first_name','David'),(122489,2657,'_billing_last_name','Washburn'),(122490,2657,'_billing_company','Larada Sciences (LCA)'),(122491,2657,'_billing_address_1','4873 South State St.'),(122492,2657,'_billing_city','Murray'),(122493,2657,'_billing_state','UT'),(122494,2657,'_billing_postcode','84107'),(122495,2657,'_billing_country','US'),(122496,2657,'_billing_email','david@laradasciences.com'),(122497,2657,'_billing_phone','8019197428'),(122498,2657,'_shipping_first_name','David'),(122499,2657,'_shipping_last_name','Washburn'),(122500,2657,'_shipping_company','Larada Sciences (LCA)'),(122501,2657,'_shipping_address_1','4873 South State St.'),(122502,2657,'_shipping_city','Murray'),(122503,2657,'_shipping_state','UT'),(122504,2657,'_shipping_postcode','84107'),(122505,2657,'_shipping_country','US'),(122506,2657,'_order_currency','USD'),(122507,2657,'_cart_discount','0'),(122508,2657,'_cart_discount_tax','0'),(122509,2657,'_order_shipping','0'),(122510,2657,'_order_shipping_tax','0'),(122511,2657,'_order_tax','0'),(122512,2657,'_order_total','898.28'),(122513,2657,'_order_version','8.9.1'),(122514,2657,'_prices_include_tax','no'),(122515,2657,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(122516,2657,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(122517,2657,'is_vat_exempt','no'),(122518,2657,'_wc_order_attribution_source_type','typein'),(122519,2657,'_wc_order_attribution_utm_source','(direct)'),(122520,2657,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(122521,2657,'_wc_order_attribution_session_start_time','2024-05-15 16:20:31'),(122522,2657,'_wc_order_attribution_session_pages','18'),(122523,2657,'_wc_order_attribution_session_count','1'),(122524,2657,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122525,2657,'_wc_order_attribution_device_type','Desktop'),(122526,2657,'_edit_lock','1716403700:2'),(122527,2657,'_edit_last','2'),(122528,2658,'_start_date','2024-05-15 20:53:56'),(122530,2658,'_end_date',''),(122532,2658,'_edit_lock','1715806951:2'),(122533,2658,'_edit_last','2'),(122541,2659,'_order_key','wc_order_Z1D5MOa24YHDP'),(122542,2659,'_customer_user','67'),(122543,2659,'_payment_method','paypal'),(122544,2659,'_payment_method_title','PayPal'),(122545,2659,'_customer_ip_address','67.252.77.231'),(122546,2659,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122547,2659,'_created_via','checkout'),(122548,2659,'_cart_hash','7c94a4e3452aa07fcb80ed2c7c9aa53d'),(122549,2659,'_download_permissions_granted','yes'),(122550,2659,'_recorded_sales','yes'),(122551,2659,'_recorded_coupon_usage_counts','yes'),(122552,2659,'_new_order_email_sent','true'),(122553,2659,'_order_stock_reduced','yes'),(122554,2659,'_billing_first_name','Marnie'),(122555,2659,'_billing_last_name','Murray'),(122556,2659,'_billing_company','Naughty Nits'),(122557,2659,'_billing_address_1','2809 Wehrle Drive'),(122558,2659,'_billing_address_2','Suite 10'),(122559,2659,'_billing_city','Williamsville'),(122560,2659,'_billing_state','NY'),(122561,2659,'_billing_postcode','14221'),(122562,2659,'_billing_country','US'),(122563,2659,'_billing_email','liceclinicsupstateny@gmail.com'),(122564,2659,'_billing_phone','7166265423'),(122565,2659,'_shipping_first_name','Marnie'),(122566,2659,'_shipping_last_name','Murray'),(122567,2659,'_shipping_company','LCA Buffalo'),(122568,2659,'_shipping_address_1','2809 Wehrle Drive'),(122569,2659,'_shipping_address_2','Suite 10'),(122570,2659,'_shipping_city','Williamsville'),(122571,2659,'_shipping_state','NY'),(122572,2659,'_shipping_postcode','14221'),(122573,2659,'_shipping_country','US'),(122574,2659,'_order_currency','USD'),(122575,2659,'_cart_discount','0'),(122576,2659,'_cart_discount_tax','0'),(122577,2659,'_order_shipping','0'),(122578,2659,'_order_shipping_tax','0'),(122579,2659,'_order_tax','0'),(122580,2659,'_order_total','1530.00'),(122581,2659,'_order_version','8.9.0'),(122582,2659,'_prices_include_tax','no'),(122583,2659,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(122584,2659,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(122585,2659,'is_vat_exempt','no'),(122586,2659,'_wc_order_attribution_source_type','referral'),(122587,2659,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122588,2659,'_wc_order_attribution_utm_source','lcaportal.com'),(122589,2659,'_wc_order_attribution_utm_medium','referral'),(122590,2659,'_wc_order_attribution_utm_content','/'),(122591,2659,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122592,2659,'_wc_order_attribution_session_start_time','2024-05-16 13:28:08'),(122593,2659,'_wc_order_attribution_session_pages','5'),(122594,2659,'_wc_order_attribution_session_count','6'),(122595,2659,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122596,2659,'_wc_order_attribution_device_type','Desktop'),(122597,2659,'Payment type','instant'),(122598,2659,'_paypal_status','completed'),(122599,2659,'_transaction_id','4UY687206P852421E'),(122600,2659,'PayPal Transaction Fee','53.89'),(122601,2659,'_date_paid','1715866815'),(122602,2659,'_paid_date','2024-05-16 13:40:15'),(122603,2660,'_order_key','wc_order_il0QNWhyjXmM1'),(122604,2660,'_customer_user','3'),(122605,2660,'_payment_method','paypal'),(122606,2660,'_payment_method_title','PayPal'),(122607,2660,'_customer_ip_address','70.142.202.154'),(122608,2660,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122609,2660,'_created_via','checkout'),(122610,2660,'_cart_hash','277ad180f51dc33e6af7f13ae00cc112'),(122611,2660,'_download_permissions_granted','yes'),(122612,2660,'_recorded_sales','yes'),(122613,2660,'_recorded_coupon_usage_counts','yes'),(122614,2660,'_new_order_email_sent','true'),(122615,2660,'_order_stock_reduced','yes'),(122616,2660,'_billing_first_name','Amanda'),(122617,2660,'_billing_last_name','Westerman'),(122618,2660,'_billing_company','Lice Clinics of America McKinney'),(122619,2660,'_billing_address_1','3120 Hudson Crossing'),(122620,2660,'_billing_address_2','Suite A2'),(122621,2660,'_billing_city','MCKINNEY'),(122622,2660,'_billing_state','TX'),(122623,2660,'_billing_postcode','75070'),(122624,2660,'_billing_country','US'),(122625,2660,'_billing_email','awesterman1103@gmail.com'),(122626,2660,'_billing_phone','2144175741'),(122627,2660,'_shipping_first_name','Amanda'),(122628,2660,'_shipping_last_name','Westerman'),(122629,2660,'_shipping_company','Lice Clinics of America McKinney'),(122630,2660,'_shipping_address_1','3120 Hudson Crossing'),(122631,2660,'_shipping_address_2','Suite A2'),(122632,2660,'_shipping_city','MCKINNEY'),(122633,2660,'_shipping_state','TX'),(122634,2660,'_shipping_postcode','75070'),(122635,2660,'_shipping_country','US'),(122636,2660,'_order_currency','USD'),(122637,2660,'_cart_discount','0'),(122638,2660,'_cart_discount_tax','0'),(122639,2660,'_order_shipping','0'),(122640,2660,'_order_shipping_tax','0'),(122641,2660,'_order_tax','0'),(122642,2660,'_order_total','517.95'),(122643,2660,'_order_version','8.9.0'),(122644,2660,'_prices_include_tax','no'),(122645,2660,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(122646,2660,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(122647,2660,'is_vat_exempt','no'),(122648,2660,'_wc_order_attribution_source_type','referral'),(122649,2660,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122650,2660,'_wc_order_attribution_utm_source','lcaportal.com'),(122651,2660,'_wc_order_attribution_utm_medium','referral'),(122652,2660,'_wc_order_attribution_utm_content','/'),(122653,2660,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122654,2660,'_wc_order_attribution_session_start_time','2024-05-16 13:12:47'),(122655,2660,'_wc_order_attribution_session_pages','1'),(122656,2660,'_wc_order_attribution_session_count','4'),(122657,2660,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122658,2660,'_wc_order_attribution_device_type','Desktop'),(122659,2660,'Payment type','instant'),(122660,2660,'_paypal_status','completed'),(122661,2660,'_transaction_id','4FV40349FR312513R'),(122662,2660,'PayPal Transaction Fee','18.57'),(122663,2660,'_date_paid','1715870727'),(122664,2660,'_paid_date','2024-05-16 14:45:27'),(122665,2661,'_order_key','wc_order_GoOyO1eR7kRYX'),(122666,2661,'_customer_user','50'),(122667,2661,'_payment_method','paypal'),(122668,2661,'_payment_method_title','PayPal'),(122669,2661,'_customer_ip_address','24.62.247.50'),(122670,2661,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(122671,2661,'_created_via','checkout'),(122672,2661,'_cart_hash','07c7542656b5a83f03e3c371573efaaf'),(122673,2661,'_download_permissions_granted','yes'),(122674,2661,'_recorded_sales','yes'),(122675,2661,'_recorded_coupon_usage_counts','yes'),(122676,2661,'_new_order_email_sent','true'),(122677,2661,'_order_stock_reduced','yes'),(122678,2661,'_billing_first_name','Christine'),(122679,2661,'_billing_last_name','Cherry'),(122680,2661,'_billing_company','NITS END'),(122681,2661,'_billing_address_1','PO BOX 1092'),(122682,2661,'_billing_city','Campton'),(122683,2661,'_billing_state','NH'),(122684,2661,'_billing_postcode','03223'),(122685,2661,'_billing_country','US'),(122686,2661,'_billing_email','info@liceclinicsplaistow.com'),(122687,2661,'_billing_phone','16034983390'),(122688,2661,'_shipping_first_name','Christine'),(122689,2661,'_shipping_last_name','Cherry'),(122690,2661,'_shipping_company','LCA - Nits End / 149091'),(122691,2661,'_shipping_address_1','10 Donald B Dean Drive'),(122692,2661,'_shipping_address_2','Unit 1'),(122693,2661,'_shipping_city','South Portland'),(122694,2661,'_shipping_state','ME'),(122695,2661,'_shipping_postcode','04106'),(122696,2661,'_shipping_country','US'),(122697,2661,'_order_currency','USD'),(122698,2661,'_cart_discount','0'),(122699,2661,'_cart_discount_tax','0'),(122700,2661,'_order_shipping','21.81'),(122701,2661,'_order_shipping_tax','0'),(122702,2661,'_order_tax','0'),(122703,2661,'_order_total','379.65'),(122704,2661,'_order_version','8.9.0'),(122705,2661,'_prices_include_tax','no'),(122706,2661,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(122707,2661,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 10 Donald B Dean Drive Unit 1 South Portland ME 04106 US '),(122708,2661,'is_vat_exempt','no'),(122709,2661,'_wc_order_attribution_source_type','referral'),(122710,2661,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122711,2661,'_wc_order_attribution_utm_source','lcaportal.com'),(122712,2661,'_wc_order_attribution_utm_medium','referral'),(122713,2661,'_wc_order_attribution_utm_content','/'),(122714,2661,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122715,2661,'_wc_order_attribution_session_start_time','2024-05-16 16:47:09'),(122716,2661,'_wc_order_attribution_session_pages','4'),(122717,2661,'_wc_order_attribution_session_count','1'),(122718,2661,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(122719,2661,'_wc_order_attribution_device_type','Desktop'),(122720,2661,'Payment type','instant'),(122721,2661,'_paypal_status','completed'),(122722,2661,'_transaction_id','7P081154YH455735A'),(122723,2661,'PayPal Transaction Fee','13.74'),(122724,2661,'_date_paid','1715881330'),(122725,2661,'_paid_date','2024-05-16 17:42:10'),(122726,2662,'_order_key','wc_order_ZNYVnkgULn03N'),(122727,2662,'_customer_user','59'),(122728,2662,'_payment_method','paypal'),(122729,2662,'_payment_method_title','PayPal'),(122730,2662,'_customer_ip_address','174.170.59.106'),(122731,2662,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122732,2662,'_created_via','checkout'),(122733,2662,'_cart_hash','e7ab76cbe7101e900f0d448076527472'),(122734,2662,'_download_permissions_granted','yes'),(122735,2662,'_recorded_sales','yes'),(122736,2662,'_recorded_coupon_usage_counts','yes'),(122737,2662,'_new_order_email_sent','true'),(122738,2662,'_order_stock_reduced','yes'),(122739,2662,'_billing_first_name','Allison'),(122740,2662,'_billing_last_name','Anthon'),(122741,2662,'_billing_company','Lice Clinics of America Sugar Land'),(122742,2662,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(122743,2662,'_billing_address_2','Apt, suite, floor, etc.'),(122744,2662,'_billing_city','TOMBALL'),(122745,2662,'_billing_state','TX'),(122746,2662,'_billing_postcode','77375'),(122747,2662,'_billing_country','US'),(122748,2662,'_billing_email','louseysolutions@gmail.com'),(122749,2662,'_billing_phone','6024008520'),(122750,2662,'_shipping_first_name','Allison'),(122751,2662,'_shipping_last_name','Anthon'),(122752,2662,'_shipping_company','LCA Sugar Land'),(122753,2662,'_shipping_address_1','2831 Lakecrest River Dr.'),(122754,2662,'_shipping_city','Katy'),(122755,2662,'_shipping_state','TX'),(122756,2662,'_shipping_postcode','77493'),(122757,2662,'_shipping_country','US'),(122758,2662,'_order_currency','USD'),(122759,2662,'_cart_discount','0'),(122760,2662,'_cart_discount_tax','0'),(122761,2662,'_order_shipping','0'),(122762,2662,'_order_shipping_tax','0'),(122763,2662,'_order_tax','0'),(122764,2662,'_order_total','926.46'),(122765,2662,'_order_version','8.9.0'),(122766,2662,'_prices_include_tax','no'),(122767,2662,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(122768,2662,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(122769,2662,'is_vat_exempt','no'),(122770,2662,'_wc_order_attribution_source_type','referral'),(122771,2662,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(122772,2662,'_wc_order_attribution_utm_source','lcaportal.com'),(122773,2662,'_wc_order_attribution_utm_medium','referral'),(122774,2662,'_wc_order_attribution_utm_content','/'),(122775,2662,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122776,2662,'_wc_order_attribution_session_start_time','2024-05-16 19:11:51'),(122777,2662,'_wc_order_attribution_session_pages','6'),(122778,2662,'_wc_order_attribution_session_count','1'),(122779,2662,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122780,2662,'_wc_order_attribution_device_type','Desktop'),(122781,2663,'_order_key','wc_order_cDqu5bGzXrWQH'),(122782,2663,'_customer_user','43'),(122783,2663,'_payment_method','paypal'),(122784,2663,'_payment_method_title','PayPal'),(122785,2663,'_customer_ip_address','172.58.135.172'),(122786,2663,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122787,2663,'_created_via','checkout'),(122788,2663,'_cart_hash','6969a7a1534225e6337177674fb52429'),(122789,2663,'_download_permissions_granted','yes'),(122790,2663,'_recorded_sales','yes'),(122791,2663,'_recorded_coupon_usage_counts','yes'),(122792,2663,'_new_order_email_sent','true'),(122793,2663,'_order_stock_reduced','yes'),(122794,2663,'_billing_first_name','Ryan'),(122795,2663,'_billing_last_name','Nelson'),(122796,2663,'_billing_address_1','140 Flame Vine drive'),(122797,2663,'_billing_city','Naples'),(122798,2663,'_billing_state','FL'),(122799,2663,'_billing_postcode','34110'),(122800,2663,'_billing_country','US'),(122801,2663,'_billing_email','Rjnelson73@gmail.com'),(122802,2663,'_billing_phone','239-281-0719'),(122803,2663,'_shipping_first_name','Ryan'),(122804,2663,'_shipping_last_name','Nelson'),(122805,2663,'_shipping_address_1','140 Flame Vine drive'),(122806,2663,'_shipping_city','Naples'),(122807,2663,'_shipping_state','FL'),(122808,2663,'_shipping_postcode','34110'),(122809,2663,'_shipping_country','US'),(122810,2663,'_order_currency','USD'),(122811,2663,'_cart_discount','0'),(122812,2663,'_cart_discount_tax','0'),(122813,2663,'_order_shipping','17.68'),(122814,2663,'_order_shipping_tax','0'),(122815,2663,'_order_tax','0'),(122816,2663,'_order_total','154.88'),(122817,2663,'_order_version','8.9.0'),(122818,2663,'_prices_include_tax','no'),(122819,2663,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(122820,2663,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(122822,2663,'_wc_order_attribution_source_type','referral'),(122823,2663,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122824,2663,'_wc_order_attribution_utm_source','lcaportal.com'),(122825,2663,'_wc_order_attribution_utm_medium','referral'),(122826,2663,'_wc_order_attribution_utm_content','/'),(122827,2663,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122828,2663,'_wc_order_attribution_session_start_time','2024-05-16 20:16:37'),(122829,2663,'_wc_order_attribution_session_pages','9'),(122830,2663,'_wc_order_attribution_session_count','1'),(122831,2663,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122832,2663,'_wc_order_attribution_device_type','Mobile'),(122833,2659,'_edit_lock','1715895619:2'),(122834,2659,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042592\";s:12:\"date_shipped\";s:10:\"1715817600\";s:11:\"tracking_id\";s:32:\"3b127b822e1ad88b534328a7be363f02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042581\";s:12:\"date_shipped\";i:1715895571;s:11:\"tracking_id\";s:32:\"d4e27eaa6e8887512a5bfff356474c67\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042570\";s:12:\"date_shipped\";i:1715895577;s:11:\"tracking_id\";s:32:\"4cb7dcbfd958fcce364c19f0be2f4050\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042560\";s:12:\"date_shipped\";i:1715895584;s:11:\"tracking_id\";s:32:\"d1cb4f0247349770655daf2cf7cceede\";}}'),(122835,2659,'_edit_last','2'),(122836,2659,'_date_completed','1715895586'),(122837,2659,'_completed_date','2024-05-16 21:39:46'),(122838,2660,'_edit_lock','1715895552:2'),(122839,2660,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042629\";s:12:\"date_shipped\";s:10:\"1715817600\";s:11:\"tracking_id\";s:32:\"f37685ac7fd8058a2b8ed2a660f4fcd0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042618\";s:12:\"date_shipped\";i:1715895670;s:11:\"tracking_id\";s:32:\"73f79277e1ca8b4aae5cfbc438a68635\";}}'),(122840,2660,'_edit_last','2'),(122841,2660,'_date_completed','1715895672'),(122842,2660,'_completed_date','2024-05-16 21:41:12'),(122843,2661,'_edit_lock','1716322330:2'),(122844,2661,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042662\";s:12:\"date_shipped\";s:10:\"1715817600\";s:11:\"tracking_id\";s:32:\"1dfd94f8c7f07f388e87b39ccedd5dea\";}}'),(122845,2664,'_order_key','wc_order_0ksFNhwqj3D9o'),(122846,2664,'_customer_user','47'),(122847,2664,'_payment_method','paypal'),(122848,2664,'_payment_method_title','PayPal'),(122849,2664,'_customer_ip_address','136.50.70.100'),(122850,2664,'_customer_user_agent','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'),(122851,2664,'_created_via','checkout'),(122852,2664,'_cart_hash','1335d9604d10d6eb0f96aaf59d30e4c4'),(122853,2664,'_download_permissions_granted','yes'),(122854,2664,'_recorded_sales','yes'),(122855,2664,'_recorded_coupon_usage_counts','yes'),(122856,2664,'_new_order_email_sent','true'),(122857,2664,'_order_stock_reduced','yes'),(122858,2664,'_billing_first_name','Tracy'),(122859,2664,'_billing_last_name','Copeland'),(122860,2664,'_billing_company','LCA SA WEST'),(122861,2664,'_billing_address_1','14223 Silverhollow'),(122862,2664,'_billing_city','San Antonio'),(122863,2664,'_billing_state','TX'),(122864,2664,'_billing_postcode','78232'),(122865,2664,'_billing_country','US'),(122866,2664,'_billing_email','info@liceclinicsofsanantonio.com'),(122867,2664,'_billing_phone','2103135033'),(122868,2664,'_shipping_first_name','Tracy'),(122869,2664,'_shipping_last_name','Copeland'),(122870,2664,'_shipping_company','LCA SA WEST'),(122871,2664,'_shipping_address_1','6391 De Zavala Rd.'),(122872,2664,'_shipping_address_2','#222'),(122873,2664,'_shipping_city','San Antonio'),(122874,2664,'_shipping_state','TX'),(122875,2664,'_shipping_postcode','78249'),(122876,2664,'_shipping_country','US'),(122877,2664,'_order_currency','USD'),(122878,2664,'_cart_discount','0'),(122879,2664,'_cart_discount_tax','0'),(122880,2664,'_order_shipping','0'),(122881,2664,'_order_shipping_tax','0'),(122882,2664,'_order_tax','0'),(122883,2664,'_order_total','1222.28'),(122884,2664,'_order_version','8.9.0'),(122885,2664,'_prices_include_tax','no'),(122886,2664,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(122887,2664,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd. #222 San Antonio TX 78249 US '),(122888,2664,'is_vat_exempt','no'),(122889,2664,'_wc_order_attribution_source_type','referral'),(122890,2664,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122891,2664,'_wc_order_attribution_utm_source','lcaportal.com'),(122892,2664,'_wc_order_attribution_utm_medium','referral'),(122893,2664,'_wc_order_attribution_utm_content','/'),(122894,2664,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122895,2664,'_wc_order_attribution_session_start_time','2024-05-16 23:01:15'),(122896,2664,'_wc_order_attribution_session_pages','11'),(122897,2664,'_wc_order_attribution_session_count','1'),(122898,2664,'_wc_order_attribution_user_agent','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'),(122899,2664,'_wc_order_attribution_device_type','Desktop'),(122900,2664,'Payment type','instant'),(122901,2664,'_paypal_status','completed'),(122902,2664,'_transaction_id','5GU669467C373851S'),(122903,2664,'PayPal Transaction Fee','43.15'),(122904,2664,'_date_paid','1715901287'),(122905,2664,'_paid_date','2024-05-16 23:14:47'),(122906,2663,'is_vat_exempt','no'),(122907,2663,'_wc_order_attribution_source_type','referral'),(122908,2663,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122909,2663,'_wc_order_attribution_utm_source','lcaportal.com'),(122910,2663,'_wc_order_attribution_utm_medium','referral'),(122911,2663,'_wc_order_attribution_utm_content','/'),(122912,2663,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122913,2663,'_wc_order_attribution_session_start_time','2024-05-17 14:48:07'),(122914,2663,'_wc_order_attribution_session_pages','6'),(122915,2663,'_wc_order_attribution_session_count','1'),(122916,2663,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(122917,2663,'_wc_order_attribution_device_type','Mobile'),(122918,2663,'Payment type','instant'),(122919,2663,'_paypal_status','completed'),(122920,2663,'_transaction_id','1LP138125G001872W'),(122921,2663,'PayPal Transaction Fee','5.90'),(122922,2663,'_date_paid','1715958703'),(122923,2663,'_paid_date','2024-05-17 15:11:43'),(122924,2662,'_edit_lock','1716246273:2'),(122925,2662,'_edit_last','2'),(122926,2664,'_edit_lock','1716209214:2'),(122927,2664,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042743\";s:12:\"date_shipped\";s:10:\"1716163200\";s:11:\"tracking_id\";s:32:\"e74fec9a682e554b4c43f62375dfbfa2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042732\";s:12:\"date_shipped\";i:1716209341;s:11:\"tracking_id\";s:32:\"b3a4cafa2071beb68bb09f28108fa99d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042721\";s:12:\"date_shipped\";i:1716209346;s:11:\"tracking_id\";s:32:\"5157c97587a6d618b462d6c5cd1dba45\";}}'),(122928,2664,'_edit_last','2'),(122929,2664,'_date_completed','1716209351'),(122930,2664,'_completed_date','2024-05-20 12:49:11'),(122931,2663,'_edit_lock','1716209330:2'),(122932,2663,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355042802\";s:12:\"date_shipped\";s:10:\"1716163200\";s:11:\"tracking_id\";s:32:\"9effd8f1eab2f3d0ee8901681defc977\";}}'),(122933,2663,'_edit_last','2'),(122934,2663,'_date_completed','1716209383'),(122935,2663,'_completed_date','2024-05-20 12:49:43'),(122936,2662,'Payment type','instant'),(122937,2662,'_paypal_status','completed'),(122938,2662,'_transaction_id','8LE09716MK773863K'),(122939,2662,'PayPal Transaction Fee','32.82'),(122940,2662,'_date_paid','1716222130'),(122941,2662,'_paid_date','2024-05-20 16:22:10'),(122942,2665,'_order_key','wc_order_VKLQCq9Cnz2bH'),(122943,2665,'_customer_user','3'),(122944,2665,'_payment_method','paypal'),(122945,2665,'_payment_method_title','PayPal'),(122946,2665,'_customer_ip_address','172.59.193.206'),(122947,2665,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122948,2665,'_created_via','checkout'),(122949,2665,'_cart_hash','0f60e1a198045df16030ccfad75b99b2'),(122950,2665,'_download_permissions_granted','yes'),(122951,2665,'_recorded_sales','yes'),(122952,2665,'_recorded_coupon_usage_counts','yes'),(122953,2665,'_new_order_email_sent','true'),(122954,2665,'_order_stock_reduced','yes'),(122955,2665,'_billing_first_name','Amanda'),(122956,2665,'_billing_last_name','Westerman'),(122957,2665,'_billing_company','Lice Clinics of America McKinney'),(122958,2665,'_billing_address_1','3120 Hudson Crossing'),(122959,2665,'_billing_address_2','Suite A2'),(122960,2665,'_billing_city','MCKINNEY'),(122961,2665,'_billing_state','TX'),(122962,2665,'_billing_postcode','75070'),(122963,2665,'_billing_country','US'),(122964,2665,'_billing_email','awesterman1103@gmail.com'),(122965,2665,'_billing_phone','2144175741'),(122966,2665,'_shipping_first_name','amanda'),(122967,2665,'_shipping_last_name','westerman'),(122968,2665,'_shipping_company','Lice Clinics of America'),(122969,2665,'_shipping_address_1','1709 Damian Way'),(122970,2665,'_shipping_city','Richardson'),(122971,2665,'_shipping_state','TX'),(122972,2665,'_shipping_postcode','75081'),(122973,2665,'_shipping_country','US'),(122974,2665,'_order_currency','USD'),(122975,2665,'_cart_discount','0'),(122976,2665,'_cart_discount_tax','0'),(122977,2665,'_order_shipping','0'),(122978,2665,'_order_shipping_tax','0'),(122979,2665,'_order_tax','0'),(122980,2665,'_order_total','949.51'),(122981,2665,'_order_version','8.9.0'),(122982,2665,'_prices_include_tax','no'),(122983,2665,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(122984,2665,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(122985,2665,'is_vat_exempt','no'),(122986,2665,'_wc_order_attribution_source_type','referral'),(122987,2665,'_wc_order_attribution_referrer','https://lcaportal.com/'),(122988,2665,'_wc_order_attribution_utm_source','lcaportal.com'),(122989,2665,'_wc_order_attribution_utm_medium','referral'),(122990,2665,'_wc_order_attribution_utm_content','/'),(122991,2665,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(122992,2665,'_wc_order_attribution_session_start_time','2024-05-20 19:47:56'),(122993,2665,'_wc_order_attribution_session_pages','2'),(122994,2665,'_wc_order_attribution_session_count','2'),(122995,2665,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(122996,2665,'_wc_order_attribution_device_type','Desktop'),(122997,2665,'Payment type','instant'),(122998,2665,'_paypal_status','completed'),(122999,2665,'_transaction_id','4L776828C9537023F'),(123000,2665,'PayPal Transaction Fee','33.63'),(123001,2665,'_date_paid','1716240270'),(123002,2665,'_paid_date','2024-05-20 21:24:30'),(123003,2662,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043084\";s:12:\"date_shipped\";i:1716246397;s:11:\"tracking_id\";s:32:\"ac611cf910719656a1c30b9a43bf038d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043073\";s:12:\"date_shipped\";i:1716246402;s:11:\"tracking_id\";s:32:\"6694e47d2704f13aa93f6960cc99f88e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043062\";s:12:\"date_shipped\";i:1716246406;s:11:\"tracking_id\";s:32:\"a5710d9863a6fc6217d926df16bb5f02\";}}'),(123004,2662,'_date_completed','1716246408'),(123005,2662,'_completed_date','2024-05-20 23:06:48'),(123012,2666,'_order_key','wc_order_y3tBzcGLq3Op6'),(123013,2666,'_customer_user','21'),(123014,2666,'_payment_method','paypal'),(123015,2666,'_payment_method_title','PayPal'),(123016,2666,'_customer_ip_address','173.216.41.12'),(123017,2666,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Avast/124.0.0.0'),(123018,2666,'_created_via','checkout'),(123019,2666,'_cart_hash','88c2b4583d61c0a01fbfdca7a7ee7bb1'),(123020,2666,'_download_permissions_granted','yes'),(123021,2666,'_recorded_sales','yes'),(123022,2666,'_recorded_coupon_usage_counts','yes'),(123023,2666,'_new_order_email_sent','true'),(123024,2666,'_order_stock_reduced','yes'),(123025,2666,'_billing_first_name','LCA'),(123026,2666,'_billing_last_name','Arkansas'),(123027,2666,'_billing_company','LCA - Central Arkansas'),(123028,2666,'_billing_address_1','1011 N. 2nd St., Ste. D'),(123029,2666,'_billing_city','Cabot'),(123030,2666,'_billing_state','AR'),(123031,2666,'_billing_postcode','72023'),(123032,2666,'_billing_country','US'),(123033,2666,'_billing_email','liceclinicslittlerock@gmail.com'),(123034,2666,'_billing_phone','15014249396'),(123035,2666,'_shipping_first_name','LCA'),(123036,2666,'_shipping_last_name','Arkansas'),(123037,2666,'_shipping_company','LCA - Central Arkansas'),(123038,2666,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(123039,2666,'_shipping_city','Cabot'),(123040,2666,'_shipping_state','AR'),(123041,2666,'_shipping_postcode','72023'),(123042,2666,'_shipping_country','US'),(123043,2666,'_order_currency','USD'),(123044,2666,'_cart_discount','0'),(123045,2666,'_cart_discount_tax','0'),(123046,2666,'_order_shipping','23.15'),(123047,2666,'_order_shipping_tax','0'),(123048,2666,'_order_tax','0'),(123049,2666,'_order_total','234.80'),(123050,2666,'_order_version','8.9.0'),(123051,2666,'_prices_include_tax','no'),(123052,2666,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(123053,2666,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(123054,2666,'is_vat_exempt','no'),(123055,2666,'_wc_order_attribution_source_type','referral'),(123056,2666,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(123057,2666,'_wc_order_attribution_utm_source','lcaportal.com'),(123058,2666,'_wc_order_attribution_utm_medium','referral'),(123059,2666,'_wc_order_attribution_utm_content','/'),(123060,2666,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123061,2666,'_wc_order_attribution_session_start_time','2024-05-21 14:17:19'),(123062,2666,'_wc_order_attribution_session_pages','4'),(123063,2666,'_wc_order_attribution_session_count','1'),(123064,2666,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Avast/124.0.0.0'),(123065,2666,'_wc_order_attribution_device_type','Desktop'),(123066,2666,'Payment type','instant'),(123067,2666,'_paypal_status','completed'),(123068,2666,'_transaction_id','6NG70244FF975064H'),(123069,2666,'PayPal Transaction Fee','8.68'),(123070,2666,'_date_paid','1716301342'),(123071,2666,'_paid_date','2024-05-21 14:22:22'),(123072,2657,'Payment type','instant'),(123073,2657,'_paypal_status','completed'),(123074,2657,'_transaction_id','4U587278CB914304L'),(123075,2657,'PayPal Transaction Fee','31.84'),(123076,2657,'_date_paid','1716305011'),(123077,2657,'_paid_date','2024-05-21 15:23:31'),(123078,2667,'_order_key','wc_order_M5tfbqA02nDQH'),(123079,2667,'_customer_user','7'),(123080,2667,'_payment_method','paypal'),(123081,2667,'_payment_method_title','PayPal'),(123082,2667,'_customer_ip_address','71.93.225.128'),(123083,2667,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(123084,2667,'_created_via','checkout'),(123085,2667,'_cart_hash','0d9222aab1bcd3c9f3663a2d16fda0c5'),(123086,2667,'_download_permissions_granted','yes'),(123087,2667,'_recorded_sales','yes'),(123088,2667,'_recorded_coupon_usage_counts','yes'),(123089,2667,'_new_order_email_sent','true'),(123090,2667,'_order_stock_reduced','yes'),(123091,2667,'_billing_first_name','Amy'),(123092,2667,'_billing_last_name','Allen'),(123093,2667,'_billing_company','Lice Clinics Of America'),(123094,2667,'_billing_address_1','30 Hummingbird Court'),(123095,2667,'_billing_city','Hollister'),(123096,2667,'_billing_state','CA'),(123097,2667,'_billing_postcode','95023'),(123098,2667,'_billing_country','US'),(123099,2667,'_billing_email','lca.gilroy@gmail.com'),(123100,2667,'_billing_phone','4085005537'),(123101,2667,'_shipping_first_name','Amy'),(123102,2667,'_shipping_last_name','Allen'),(123103,2667,'_shipping_company','Lice Clinics Of America - Gilroy'),(123104,2667,'_shipping_address_1','7680 Monterey St Ste 104'),(123105,2667,'_shipping_city','Gilroy'),(123106,2667,'_shipping_state','CA'),(123107,2667,'_shipping_postcode','95020'),(123108,2667,'_shipping_country','US'),(123109,2667,'_order_currency','USD'),(123110,2667,'_cart_discount','0'),(123111,2667,'_cart_discount_tax','0'),(123112,2667,'_order_shipping','0'),(123113,2667,'_order_shipping_tax','0'),(123114,2667,'_order_tax','0'),(123115,2667,'_order_total','1139.84'),(123116,2667,'_order_version','8.9.0'),(123117,2667,'_prices_include_tax','no'),(123118,2667,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(123119,2667,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(123120,2667,'is_vat_exempt','no'),(123121,2667,'_wc_order_attribution_source_type','referral'),(123122,2667,'_wc_order_attribution_referrer','https://lcaportal.com/'),(123123,2667,'_wc_order_attribution_utm_source','lcaportal.com'),(123124,2667,'_wc_order_attribution_utm_medium','referral'),(123125,2667,'_wc_order_attribution_utm_content','/'),(123126,2667,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123127,2667,'_wc_order_attribution_session_start_time','2024-01-23 20:03:07'),(123128,2667,'_wc_order_attribution_session_pages','4'),(123129,2667,'_wc_order_attribution_session_count','13'),(123130,2667,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(123131,2667,'_wc_order_attribution_device_type','Desktop'),(123132,2667,'Payment type','instant'),(123133,2667,'_paypal_status','completed'),(123134,2667,'_transaction_id','80E29322383423031'),(123135,2667,'PayPal Transaction Fee','40.27'),(123136,2667,'_date_paid','1716308694'),(123137,2667,'_paid_date','2024-05-21 16:24:54'),(123138,2668,'_order_key','wc_order_J31ZEPrG00WgC'),(123139,2668,'_customer_user','87'),(123140,2668,'_payment_method','paypal'),(123141,2668,'_payment_method_title','PayPal'),(123142,2668,'_customer_ip_address','75.7.15.79'),(123143,2668,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123144,2668,'_created_via','checkout'),(123145,2668,'_cart_hash','9215cc2cba6ce9c364ecdc9a9051ddc1'),(123146,2668,'_download_permissions_granted','yes'),(123147,2668,'_recorded_sales','yes'),(123148,2668,'_recorded_coupon_usage_counts','yes'),(123149,2668,'_new_order_email_sent','true'),(123150,2668,'_order_stock_reduced','yes'),(123151,2668,'_billing_first_name','Wade'),(123152,2668,'_billing_last_name','Huntsman'),(123153,2668,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(123154,2668,'_billing_address_1','3421 E 21st'),(123155,2668,'_billing_city','Tulsa'),(123156,2668,'_billing_state','OK'),(123157,2668,'_billing_postcode','74114'),(123158,2668,'_billing_country','US'),(123159,2668,'_billing_email','info@liceclinicsmidsouth.com'),(123160,2668,'_billing_phone','9189783329'),(123161,2668,'_shipping_first_name','Logan'),(123162,2668,'_shipping_last_name','Futrell'),(123163,2668,'_shipping_company','Lice Clinics of America North West Arkansas'),(123164,2668,'_shipping_address_1','203 Tricha Circle'),(123165,2668,'_shipping_city','Gravette'),(123166,2668,'_shipping_state','AR'),(123167,2668,'_shipping_postcode','72736'),(123168,2668,'_shipping_country','US'),(123169,2668,'_order_currency','USD'),(123170,2668,'_cart_discount','0'),(123171,2668,'_cart_discount_tax','0'),(123172,2668,'_order_shipping','0'),(123173,2668,'_order_shipping_tax','0'),(123174,2668,'_order_tax','0'),(123175,2668,'_order_total','684.27'),(123176,2668,'_order_version','8.9.1'),(123177,2668,'_prices_include_tax','no'),(123178,2668,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(123179,2668,'_shipping_address_index','Logan Futrell Lice Clinics of America North West Arkansas 203 Tricha Circle Unit B Gravette AR 72736 US '),(123180,2668,'is_vat_exempt','no'),(123181,2668,'_wc_order_attribution_source_type','typein'),(123182,2668,'_wc_order_attribution_utm_source','(direct)'),(123183,2668,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123184,2668,'_wc_order_attribution_session_start_time','2024-05-21 19:22:03'),(123185,2668,'_wc_order_attribution_session_pages','4'),(123186,2668,'_wc_order_attribution_session_count','1'),(123187,2668,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123188,2668,'_wc_order_attribution_device_type','Desktop'),(123189,2668,'Payment type','instant'),(123190,2668,'_paypal_status','completed'),(123191,2668,'_transaction_id','9G7037667X925604B'),(123192,2668,'PayPal Transaction Fee','24.37'),(123193,2668,'_date_paid','1716319650'),(123194,2668,'_paid_date','2024-05-21 19:27:30'),(123195,2669,'_order_key','wc_order_1ecSjUK7NsD0A'),(123196,2669,'_customer_user','87'),(123197,2669,'_payment_method','paypal'),(123198,2669,'_payment_method_title','PayPal'),(123199,2669,'_customer_ip_address','75.7.15.79'),(123200,2669,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123201,2669,'_created_via','checkout'),(123202,2669,'_cart_hash','9d2c4e239475a93c9f715aba19b5b1e6'),(123203,2669,'_download_permissions_granted','yes'),(123204,2669,'_recorded_sales','yes'),(123205,2669,'_recorded_coupon_usage_counts','yes'),(123206,2669,'_new_order_email_sent','true'),(123207,2669,'_order_stock_reduced','yes'),(123208,2669,'_billing_first_name','Wade'),(123209,2669,'_billing_last_name','Huntsman'),(123210,2669,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(123211,2669,'_billing_address_1','3421 E 21st'),(123212,2669,'_billing_city','Tulsa'),(123213,2669,'_billing_state','OK'),(123214,2669,'_billing_postcode','74114'),(123215,2669,'_billing_country','US'),(123216,2669,'_billing_email','info@liceclinicsmidsouth.com'),(123217,2669,'_billing_phone','9189783329'),(123218,2669,'_shipping_first_name','Katee'),(123219,2669,'_shipping_last_name','Morrison'),(123220,2669,'_shipping_company','Lice Clinics of America OKC'),(123221,2669,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(123222,2669,'_shipping_city','Oklahoma City'),(123223,2669,'_shipping_state','OK'),(123224,2669,'_shipping_postcode','73118'),(123225,2669,'_shipping_country','US'),(123226,2669,'_order_currency','USD'),(123227,2669,'_cart_discount','0'),(123228,2669,'_cart_discount_tax','0'),(123229,2669,'_order_shipping','0'),(123230,2669,'_order_shipping_tax','0'),(123231,2669,'_order_tax','0'),(123232,2669,'_order_total','985.95'),(123233,2669,'_order_version','8.9.1'),(123234,2669,'_prices_include_tax','no'),(123235,2669,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(123236,2669,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  Oklahoma City OK 73118 US '),(123237,2669,'is_vat_exempt','no'),(123238,2669,'_wc_order_attribution_source_type','typein'),(123239,2669,'_wc_order_attribution_utm_source','(direct)'),(123240,2669,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123241,2669,'_wc_order_attribution_session_start_time','2024-05-21 19:22:03'),(123242,2669,'_wc_order_attribution_session_pages','8'),(123243,2669,'_wc_order_attribution_session_count','1'),(123244,2669,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123245,2669,'_wc_order_attribution_device_type','Desktop'),(123246,2669,'Payment type','instant'),(123247,2669,'_paypal_status','completed'),(123248,2669,'_transaction_id','97W79687K7102933P'),(123249,2669,'PayPal Transaction Fee','34.90'),(123250,2669,'_date_paid','1716320156'),(123251,2669,'_paid_date','2024-05-21 19:35:56'),(123252,2670,'_order_key','wc_order_7MUf1UM7WWABN'),(123253,2670,'_customer_user','87'),(123254,2670,'_payment_method','paypal'),(123255,2670,'_payment_method_title','PayPal'),(123256,2670,'_customer_ip_address','75.7.15.79'),(123257,2670,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123258,2670,'_created_via','checkout'),(123259,2670,'_cart_hash','f99d0c9e6abed2b7c667b0ffeabb3b6a'),(123260,2670,'_download_permissions_granted','yes'),(123261,2670,'_recorded_sales','yes'),(123262,2670,'_recorded_coupon_usage_counts','yes'),(123263,2670,'_new_order_email_sent','true'),(123264,2670,'_order_stock_reduced','yes'),(123265,2670,'_billing_first_name','Wade'),(123266,2670,'_billing_last_name','Huntsman'),(123267,2670,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(123268,2670,'_billing_address_1','3421 E 21st'),(123269,2670,'_billing_city','Tulsa'),(123270,2670,'_billing_state','OK'),(123271,2670,'_billing_postcode','74114'),(123272,2670,'_billing_country','US'),(123273,2670,'_billing_email','info@liceclinicsmidsouth.com'),(123274,2670,'_billing_phone','9189783329'),(123275,2670,'_shipping_first_name','Wade'),(123276,2670,'_shipping_last_name','Huntsman'),(123277,2670,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(123278,2670,'_shipping_address_1','3421 E 21st'),(123279,2670,'_shipping_city','Tulsa'),(123280,2670,'_shipping_state','OK'),(123281,2670,'_shipping_postcode','74114'),(123282,2670,'_shipping_country','US'),(123283,2670,'_order_currency','USD'),(123284,2670,'_cart_discount','0'),(123285,2670,'_cart_discount_tax','0'),(123286,2670,'_order_shipping','0'),(123287,2670,'_order_shipping_tax','0'),(123288,2670,'_order_tax','0'),(123289,2670,'_order_total','650.59'),(123290,2670,'_order_version','8.9.1'),(123291,2670,'_prices_include_tax','no'),(123292,2670,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(123293,2670,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(123294,2670,'is_vat_exempt','no'),(123295,2670,'_wc_order_attribution_source_type','typein'),(123296,2670,'_wc_order_attribution_utm_source','(direct)'),(123297,2670,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123298,2670,'_wc_order_attribution_session_start_time','2024-05-21 19:22:03'),(123299,2670,'_wc_order_attribution_session_pages','12'),(123300,2670,'_wc_order_attribution_session_count','1'),(123301,2670,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123302,2670,'_wc_order_attribution_device_type','Desktop'),(123303,2670,'Payment type','instant'),(123304,2670,'_paypal_status','completed'),(123305,2670,'_transaction_id','3J560437RH5911601'),(123306,2670,'PayPal Transaction Fee','23.20'),(123307,2670,'_date_paid','1716320481'),(123308,2670,'_paid_date','2024-05-21 19:41:21'),(123309,2671,'_order_key','wc_order_kpytwG3vAlsZ3'),(123310,2671,'_customer_user','87'),(123311,2671,'_payment_method','paypal'),(123312,2671,'_payment_method_title','PayPal'),(123313,2671,'_customer_ip_address','75.7.15.79'),(123314,2671,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123315,2671,'_created_via','checkout'),(123316,2671,'_cart_hash','8baee643cbcce754c06cf783beb10776'),(123317,2671,'_download_permissions_granted','yes'),(123318,2671,'_recorded_sales','yes'),(123319,2671,'_recorded_coupon_usage_counts','yes'),(123320,2671,'_new_order_email_sent','true'),(123321,2671,'_order_stock_reduced','yes'),(123322,2671,'_billing_first_name','Wade'),(123323,2671,'_billing_last_name','Huntsman'),(123324,2671,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(123325,2671,'_billing_address_1','3421 E 21st'),(123326,2671,'_billing_city','Tulsa'),(123327,2671,'_billing_state','OK'),(123328,2671,'_billing_postcode','74114'),(123329,2671,'_billing_country','US'),(123330,2671,'_billing_email','info@liceclinicsmidsouth.com'),(123331,2671,'_billing_phone','9189783329'),(123332,2671,'_shipping_first_name','Shelbe'),(123333,2671,'_shipping_last_name','Smith'),(123334,2671,'_shipping_company','Lice Clinics of America WTA'),(123335,2671,'_shipping_address_1','2101 West Macarthur Road'),(123336,2671,'_shipping_address_2','Lot 511'),(123337,2671,'_shipping_city','Wichita'),(123338,2671,'_shipping_state','KS'),(123339,2671,'_shipping_postcode','67217'),(123340,2671,'_shipping_country','US'),(123341,2671,'_order_currency','USD'),(123342,2671,'_cart_discount','0'),(123343,2671,'_cart_discount_tax','0'),(123344,2671,'_order_shipping','0'),(123345,2671,'_order_shipping_tax','0'),(123346,2671,'_order_tax','0'),(123347,2671,'_order_total','528.96'),(123348,2671,'_order_version','8.9.1'),(123349,2671,'_prices_include_tax','no'),(123350,2671,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(123351,2671,'_shipping_address_index','Shelbe Smith Lice Clinics of America WTA 2101 West Macarthur Road Lot 511 Wichita KS 67217 US '),(123352,2671,'is_vat_exempt','no'),(123353,2671,'_wc_order_attribution_source_type','typein'),(123354,2671,'_wc_order_attribution_utm_source','(direct)'),(123355,2671,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123356,2671,'_wc_order_attribution_session_start_time','2024-05-21 19:22:03'),(123357,2671,'_wc_order_attribution_session_pages','16'),(123358,2671,'_wc_order_attribution_session_count','1'),(123359,2671,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123360,2671,'_wc_order_attribution_device_type','Desktop'),(123361,2671,'Payment type','instant'),(123362,2671,'_paypal_status','completed'),(123363,2671,'_transaction_id','5H6878712X499144G'),(123364,2671,'PayPal Transaction Fee','18.95'),(123365,2671,'_date_paid','1716321387'),(123366,2671,'_paid_date','2024-05-21 19:56:27'),(123367,2666,'_edit_lock','1716322160:2'),(123368,2666,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043176\";s:12:\"date_shipped\";s:10:\"1716249600\";s:11:\"tracking_id\";s:32:\"739a5b15fd353c1ebbfe1b5ac5397ae8\";}}'),(123369,2666,'_edit_last','2'),(123370,2666,'_date_completed','1716322287'),(123371,2666,'_completed_date','2024-05-21 20:11:27'),(123372,2665,'_edit_lock','1716322221:2'),(123373,2661,'_edit_last','2'),(123374,2661,'_date_completed','1716322326'),(123375,2661,'_completed_date','2024-05-21 20:12:06'),(123376,2665,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043176\";s:12:\"date_shipped\";s:10:\"1716249600\";s:11:\"tracking_id\";s:32:\"2cd7258bb2ffa224bd9f5d6cc851c787\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043198\";s:12:\"date_shipped\";i:1716322346;s:11:\"tracking_id\";s:32:\"08e7f9bd813397c39dcb87135c8aafbd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043187\";s:12:\"date_shipped\";i:1716322353;s:11:\"tracking_id\";s:32:\"e67d7d5c93bad8adfbfcef0b23fa8f6b\";}}'),(123377,2665,'_edit_last','2'),(123378,2665,'_date_completed','1716322355'),(123379,2665,'_completed_date','2024-05-21 20:12:35'),(123380,2667,'_edit_lock','1716322403:2'),(123381,2667,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043280\";s:12:\"date_shipped\";s:10:\"1716249600\";s:11:\"tracking_id\";s:32:\"ad88b20bd7ffe937bfa5c426485ffc78\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043279\";s:12:\"date_shipped\";i:1716322386;s:11:\"tracking_id\";s:32:\"181d45c3215bd3ad81b1e0178e799303\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043268\";s:12:\"date_shipped\";i:1716322392;s:11:\"tracking_id\";s:32:\"9035e88c05d77e6d5a2f0f9c5b0698cf\";}}'),(123382,2667,'_edit_last','2'),(123383,2667,'_date_completed','1716322394'),(123384,2667,'_completed_date','2024-05-21 20:13:14'),(123391,2668,'_edit_lock','1716403832:2'),(123392,2669,'_edit_lock','1716403885:2'),(123393,2668,'_edit_last','2'),(123394,2669,'_edit_last','2'),(123395,2668,'_shipping_address_2','Unit B'),(123452,2657,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043420\";s:12:\"date_shipped\";s:10:\"1716336000\";s:11:\"tracking_id\";s:32:\"553deb0c2188794ce22a5c551f622272\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043419\";s:12:\"date_shipped\";i:1716403790;s:11:\"tracking_id\";s:32:\"c0746f22fa2116148dec8f044782b58a\";}}'),(123453,2657,'_date_completed','1716403794'),(123454,2657,'_completed_date','2024-05-22 18:49:54'),(123455,2669,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043533\";s:12:\"date_shipped\";s:10:\"1716336000\";s:11:\"tracking_id\";s:32:\"465d8b7bd2cd52c11237227ddaa690a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043522\";s:12:\"date_shipped\";i:1716403872;s:11:\"tracking_id\";s:32:\"8284cd9b0bc6a3c35e44da15efda575b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043511\";s:12:\"date_shipped\";i:1716403877;s:11:\"tracking_id\";s:32:\"76fd1d79e1d81d71ff6d2d54cc1d3680\";}}'),(123456,2669,'_date_completed','1716403880'),(123457,2669,'_completed_date','2024-05-22 18:51:20'),(123458,2670,'_edit_lock','1716403921:2'),(123459,2670,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043599\";s:12:\"date_shipped\";s:10:\"1716336000\";s:11:\"tracking_id\";s:32:\"baf12f760dd6e6933da003507dda0222\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043588\";s:12:\"date_shipped\";i:1716403915;s:11:\"tracking_id\";s:32:\"67d0696f6a2333995281e4e08cbe1b39\";}}'),(123460,2670,'_edit_last','2'),(123461,2670,'_date_completed','1716403917'),(123462,2670,'_completed_date','2024-05-22 18:51:57'),(123463,2671,'_edit_lock','1717034027:2'),(123464,2668,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043669\";s:12:\"date_shipped\";s:10:\"1716336000\";s:11:\"tracking_id\";s:32:\"c991a6fdab7c16a9ef619097bda18b7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043658\";s:12:\"date_shipped\";i:1716403951;s:11:\"tracking_id\";s:32:\"8575bc4b6361119f796cae7aca192cc2\";}}'),(123465,2668,'_date_completed','1716403957'),(123466,2668,'_completed_date','2024-05-22 18:52:37'),(123474,2673,'_order_key','wc_order_eHrWIpHEzGDf6'),(123475,2673,'_customer_user','78'),(123476,2673,'_payment_method','paypal'),(123477,2673,'_payment_method_title','PayPal'),(123478,2673,'_customer_ip_address','100.2.208.35'),(123479,2673,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(123480,2673,'_created_via','checkout'),(123481,2673,'_cart_hash','d0c12fae39c540d74448d9bf0a2090dd'),(123482,2673,'_download_permissions_granted','yes'),(123483,2673,'_recorded_sales','yes'),(123484,2673,'_recorded_coupon_usage_counts','yes'),(123485,2673,'_new_order_email_sent','true'),(123486,2673,'_order_stock_reduced','yes'),(123487,2673,'_billing_first_name','Richard'),(123488,2673,'_billing_last_name','Florsheim'),(123489,2673,'_billing_company','Licura'),(123490,2673,'_billing_address_1','3827 w fairway heights dr'),(123491,2673,'_billing_city','Mequon'),(123492,2673,'_billing_state','NY'),(123493,2673,'_billing_postcode','53092'),(123494,2673,'_billing_country','US'),(123495,2673,'_billing_email','tara@liceclinicslongIsland.com'),(123496,2673,'_billing_phone','5619006382'),(123497,2673,'_shipping_first_name','Anne'),(123498,2673,'_shipping_last_name','Donoghue'),(123499,2673,'_shipping_company','LCA'),(123500,2673,'_shipping_address_1','152 E 84th st'),(123501,2673,'_shipping_address_2','1J'),(123502,2673,'_shipping_city','New York'),(123503,2673,'_shipping_state','NY'),(123504,2673,'_shipping_postcode','11566'),(123505,2673,'_shipping_country','US'),(123506,2673,'_order_currency','USD'),(123507,2673,'_cart_discount','0'),(123508,2673,'_cart_discount_tax','0'),(123509,2673,'_order_shipping','19.31'),(123510,2673,'_order_shipping_tax','0'),(123511,2673,'_order_tax','0'),(123512,2673,'_order_total','161.21'),(123513,2673,'_order_version','8.9.1'),(123514,2673,'_prices_include_tax','no'),(123515,2673,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(123516,2673,'_shipping_address_index','Anne Donoghue LCA 152 E 84th st 1J New York NY 11566 US '),(123517,2673,'is_vat_exempt','no'),(123518,2673,'_wc_order_attribution_source_type','referral'),(123519,2673,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(123520,2673,'_wc_order_attribution_utm_source','lcaportal.com'),(123521,2673,'_wc_order_attribution_utm_medium','referral'),(123522,2673,'_wc_order_attribution_utm_content','/'),(123523,2673,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123524,2673,'_wc_order_attribution_session_start_time','2024-05-23 22:31:23'),(123525,2673,'_wc_order_attribution_session_pages','3'),(123526,2673,'_wc_order_attribution_session_count','1'),(123527,2673,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(123528,2673,'_wc_order_attribution_device_type','Mobile'),(123529,2673,'Payment type','instant'),(123530,2673,'_paypal_status','completed'),(123531,2673,'_transaction_id','8JD93316YJ6158435'),(123532,2673,'PayPal Transaction Fee','6.12'),(123533,2673,'_date_paid','1716503553'),(123534,2673,'_paid_date','2024-05-23 22:32:33'),(123535,2674,'_order_key','wc_order_hPGiLSwHJDjC9'),(123536,2674,'_customer_user','3'),(123537,2674,'_payment_method','paypal'),(123538,2674,'_payment_method_title','PayPal'),(123539,2674,'_customer_ip_address','70.142.202.154'),(123540,2674,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123541,2674,'_created_via','checkout'),(123542,2674,'_cart_hash','210a20392a358e4621a52c9cdfe0dfd5'),(123543,2674,'_download_permissions_granted','yes'),(123544,2674,'_recorded_sales','yes'),(123545,2674,'_recorded_coupon_usage_counts','yes'),(123546,2674,'_new_order_email_sent','true'),(123547,2674,'_order_stock_reduced','yes'),(123548,2674,'_billing_first_name','Amanda'),(123549,2674,'_billing_last_name','Westerman'),(123550,2674,'_billing_company','Lice Clinics of America McKinney'),(123551,2674,'_billing_address_1','3120 Hudson Crossing'),(123552,2674,'_billing_address_2','Suite A2'),(123553,2674,'_billing_city','MCKINNEY'),(123554,2674,'_billing_state','TX'),(123555,2674,'_billing_postcode','75070'),(123556,2674,'_billing_country','US'),(123557,2674,'_billing_email','awesterman1103@gmail.com'),(123558,2674,'_billing_phone','2144175741'),(123559,2674,'_shipping_first_name','Amanda'),(123560,2674,'_shipping_last_name','Westerman'),(123561,2674,'_shipping_company','Lice Clinics of America McKinney'),(123562,2674,'_shipping_address_1','3120 Hudson Crossing'),(123563,2674,'_shipping_address_2','Suite A2'),(123564,2674,'_shipping_city','MCKINNEY'),(123565,2674,'_shipping_state','TX'),(123566,2674,'_shipping_postcode','75070'),(123567,2674,'_shipping_country','US'),(123568,2674,'_order_currency','USD'),(123569,2674,'_cart_discount','0'),(123570,2674,'_cart_discount_tax','0'),(123571,2674,'_order_shipping','0'),(123572,2674,'_order_shipping_tax','0'),(123573,2674,'_order_tax','0'),(123574,2674,'_order_total','762.70'),(123575,2674,'_order_version','8.9.1'),(123576,2674,'_prices_include_tax','no'),(123577,2674,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(123578,2674,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(123579,2674,'is_vat_exempt','no'),(123580,2674,'_wc_order_attribution_source_type','referral'),(123581,2674,'_wc_order_attribution_referrer','https://lcaportal.com/'),(123582,2674,'_wc_order_attribution_utm_source','lcaportal.com'),(123583,2674,'_wc_order_attribution_utm_medium','referral'),(123584,2674,'_wc_order_attribution_utm_content','/'),(123585,2674,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123586,2674,'_wc_order_attribution_session_start_time','2024-05-24 14:52:32'),(123587,2674,'_wc_order_attribution_session_pages','4'),(123588,2674,'_wc_order_attribution_session_count','3'),(123589,2674,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123590,2674,'_wc_order_attribution_device_type','Desktop'),(123591,2674,'Payment type','instant'),(123592,2674,'_paypal_status','completed'),(123593,2674,'_transaction_id','1B264445BR718964Y'),(123594,2674,'PayPal Transaction Fee','27.11'),(123595,2674,'_date_paid','1716562965'),(123596,2674,'_paid_date','2024-05-24 15:02:45'),(123597,2675,'_order_key','wc_order_JhHRMqIBDpnkQ'),(123598,2675,'_customer_user','76'),(123599,2675,'_payment_method','paypal'),(123600,2675,'_payment_method_title','PayPal'),(123601,2675,'_customer_ip_address','174.194.133.245'),(123602,2675,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(123603,2675,'_created_via','checkout'),(123604,2675,'_cart_hash','4b1aa2c5e9d690ea318ca0527b88258a'),(123605,2675,'_download_permissions_granted','yes'),(123606,2675,'_recorded_sales','yes'),(123607,2675,'_recorded_coupon_usage_counts','yes'),(123608,2675,'_new_order_email_sent','true'),(123609,2675,'_order_stock_reduced','yes'),(123610,2675,'_billing_first_name','Naomi'),(123611,2675,'_billing_last_name','Golden'),(123612,2675,'_billing_company','LCA'),(123613,2675,'_billing_address_1','31 Mann Ave'),(123614,2675,'_billing_city','Needham'),(123615,2675,'_billing_state','MA'),(123616,2675,'_billing_postcode','02492'),(123617,2675,'_billing_country','US'),(123618,2675,'_billing_email','nrgolden6486@gmail.com'),(123619,2675,'_billing_phone','617-851-1322'),(123620,2675,'_shipping_first_name','Naomi'),(123621,2675,'_shipping_last_name','Golden'),(123622,2675,'_shipping_company','LCA'),(123623,2675,'_shipping_address_1','3 Baldwin Green Common'),(123624,2675,'_shipping_address_2','Suite 310'),(123625,2675,'_shipping_city','Woburn'),(123626,2675,'_shipping_state','MA'),(123627,2675,'_shipping_postcode','01801'),(123628,2675,'_shipping_country','US'),(123629,2675,'_order_currency','USD'),(123630,2675,'_cart_discount','0'),(123631,2675,'_cart_discount_tax','0'),(123632,2675,'_order_shipping','0'),(123633,2675,'_order_shipping_tax','0'),(123634,2675,'_order_tax','0'),(123635,2675,'_order_total','604.48'),(123636,2675,'_order_version','8.9.1'),(123637,2675,'_prices_include_tax','no'),(123638,2675,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(123639,2675,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(123640,2675,'is_vat_exempt','no'),(123641,2675,'_wc_order_attribution_source_type','typein'),(123642,2675,'_wc_order_attribution_utm_source','(direct)'),(123643,2675,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123644,2675,'_wc_order_attribution_session_start_time','2024-05-13 14:56:50'),(123645,2675,'_wc_order_attribution_session_pages','4'),(123646,2675,'_wc_order_attribution_session_count','9'),(123647,2675,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(123648,2675,'_wc_order_attribution_device_type','Desktop'),(123649,2675,'Payment type','instant'),(123650,2675,'_paypal_status','completed'),(123651,2675,'_transaction_id','30A88517H4276543C'),(123652,2675,'PayPal Transaction Fee','21.59'),(123653,2675,'_date_paid','1716638152'),(123654,2675,'_paid_date','2024-05-25 11:55:52'),(123655,2676,'_order_key','wc_order_cnvrkgbqikHul'),(123656,2676,'_customer_user','76'),(123657,2676,'_payment_method','paypal'),(123658,2676,'_payment_method_title','PayPal'),(123659,2676,'_customer_ip_address','174.194.133.245'),(123660,2676,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(123661,2676,'_created_via','checkout'),(123662,2676,'_cart_hash','abf0cf9f6685efb3126849895f63354e'),(123663,2676,'_download_permissions_granted','yes'),(123664,2676,'_recorded_sales','yes'),(123665,2676,'_recorded_coupon_usage_counts','yes'),(123666,2676,'_new_order_email_sent','true'),(123667,2676,'_order_stock_reduced','yes'),(123668,2676,'_billing_first_name','Naomi'),(123669,2676,'_billing_last_name','Golden'),(123670,2676,'_billing_company','LCA'),(123671,2676,'_billing_address_1','31 Mann Ave'),(123672,2676,'_billing_city','Needham'),(123673,2676,'_billing_state','MA'),(123674,2676,'_billing_postcode','02492'),(123675,2676,'_billing_country','US'),(123676,2676,'_billing_email','nrgolden6486@gmail.com'),(123677,2676,'_billing_phone','617-851-1322'),(123678,2676,'_shipping_first_name','Naomi'),(123679,2676,'_shipping_last_name','Golden'),(123680,2676,'_shipping_company','LCA'),(123681,2676,'_shipping_address_1','1349 Centre Street'),(123682,2676,'_shipping_address_2','Facing Trowbridge'),(123683,2676,'_shipping_city','Newton'),(123684,2676,'_shipping_state','MA'),(123685,2676,'_shipping_postcode','02459'),(123686,2676,'_shipping_country','US'),(123687,2676,'_order_currency','USD'),(123688,2676,'_cart_discount','0'),(123689,2676,'_cart_discount_tax','0'),(123690,2676,'_order_shipping','0'),(123691,2676,'_order_shipping_tax','0'),(123692,2676,'_order_tax','0'),(123693,2676,'_order_total','509.60'),(123694,2676,'_order_version','8.9.1'),(123695,2676,'_prices_include_tax','no'),(123696,2676,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(123697,2676,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(123698,2676,'is_vat_exempt','no'),(123699,2676,'_wc_order_attribution_source_type','typein'),(123700,2676,'_wc_order_attribution_utm_source','(direct)'),(123701,2676,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123702,2676,'_wc_order_attribution_session_start_time','2024-05-13 14:56:50'),(123703,2676,'_wc_order_attribution_session_pages','8'),(123704,2676,'_wc_order_attribution_session_count','9'),(123705,2676,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(123706,2676,'_wc_order_attribution_device_type','Desktop'),(123707,2676,'Payment type','instant'),(123708,2676,'_paypal_status','completed'),(123709,2676,'_transaction_id','1JM68736GY057720W'),(123710,2676,'PayPal Transaction Fee','18.28'),(123711,2676,'_date_paid','1716638335'),(123712,2676,'_paid_date','2024-05-25 11:58:55'),(123713,2673,'_edit_lock','1716904140:2'),(123714,2673,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044080\";s:12:\"date_shipped\";s:10:\"1716854400\";s:11:\"tracking_id\";s:32:\"666a517b1955624511a50fb37d9f1594\";}}'),(123715,2673,'_edit_last','2'),(123716,2673,'_date_completed','1716904277'),(123717,2673,'_completed_date','2024-05-28 13:51:17'),(123718,2674,'_edit_lock','1716904244:2'),(123719,2674,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044128\";s:12:\"date_shipped\";s:10:\"1716854400\";s:11:\"tracking_id\";s:32:\"7748409cd7ccefef34f6cc71a19a9b04\";}}'),(123720,2674,'_edit_last','2'),(123721,2674,'_date_completed','1716904377'),(123722,2674,'_completed_date','2024-05-28 13:52:57'),(123729,2677,'_order_key','wc_order_4L1OlVVELOWul'),(123730,2677,'_customer_user','6'),(123731,2677,'_payment_method','paypal'),(123732,2677,'_payment_method_title','PayPal'),(123733,2677,'_customer_ip_address','24.23.11.137'),(123734,2677,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123735,2677,'_created_via','checkout'),(123736,2677,'_cart_hash','436a08e32e0883586ef64f0e749223a7'),(123737,2677,'_download_permissions_granted','yes'),(123738,2677,'_recorded_sales','yes'),(123739,2677,'_recorded_coupon_usage_counts','yes'),(123740,2677,'_new_order_email_sent','true'),(123741,2677,'_order_stock_reduced','yes'),(123742,2677,'_billing_first_name','Amira'),(123743,2677,'_billing_last_name','Purto'),(123744,2677,'_billing_address_1','2628 Acapulco Way'),(123745,2677,'_billing_city','Modesto'),(123746,2677,'_billing_state','CA'),(123747,2677,'_billing_postcode','95355'),(123748,2677,'_billing_country','US'),(123749,2677,'_billing_email','amira77@sbcglobal.net'),(123750,2677,'_billing_phone','2096422061'),(123751,2677,'_shipping_first_name','Amira'),(123752,2677,'_shipping_last_name','Purto'),(123753,2677,'_shipping_address_1','2520 Chandon Circle'),(123754,2677,'_shipping_city','Modesto'),(123755,2677,'_shipping_state','CA'),(123756,2677,'_shipping_postcode','95355'),(123757,2677,'_shipping_country','US'),(123758,2677,'_order_currency','USD'),(123759,2677,'_cart_discount','0'),(123760,2677,'_cart_discount_tax','0'),(123761,2677,'_order_shipping','0'),(123762,2677,'_order_shipping_tax','0'),(123763,2677,'_order_tax','0'),(123764,2677,'_order_total','921.40'),(123765,2677,'_order_version','8.9.1'),(123766,2677,'_prices_include_tax','no'),(123767,2677,'_billing_address_index','Amira Purto  2628 Acapulco Way  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(123768,2677,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(123769,2677,'is_vat_exempt','no'),(123770,2677,'_wc_order_attribution_source_type','typein'),(123771,2677,'_wc_order_attribution_utm_source','(direct)'),(123772,2677,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123773,2677,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(123774,2677,'_wc_order_attribution_session_pages','4'),(123775,2677,'_wc_order_attribution_session_count','3'),(123776,2677,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123777,2677,'_wc_order_attribution_device_type','Desktop'),(123778,2677,'Payment type','instant'),(123779,2677,'_paypal_status','completed'),(123780,2677,'_transaction_id','8FR65262420909842'),(123781,2677,'PayPal Transaction Fee','32.65'),(123782,2677,'_date_paid','1716959151'),(123783,2677,'_paid_date','2024-05-29 05:05:51'),(123784,2675,'_edit_lock','1717034044:2'),(123785,2676,'_edit_lock','1717033918:2'),(123850,2680,'_order_key','wc_order_Em3Sn7XHy7vQw'),(123851,2680,'_customer_user','20'),(123852,2680,'_payment_method','paypal'),(123853,2680,'_payment_method_title','PayPal'),(123854,2680,'_customer_ip_address','198.72.181.87'),(123855,2680,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123856,2680,'_created_via','checkout'),(123857,2680,'_cart_hash','6016158d90b36e13e9834112324dfbb0'),(123858,2680,'_download_permissions_granted','yes'),(123859,2680,'_recorded_sales','yes'),(123860,2680,'_recorded_coupon_usage_counts','yes'),(123861,2680,'_new_order_email_sent','true'),(123862,2680,'_order_stock_reduced','yes'),(123863,2680,'_billing_first_name','Hasani'),(123864,2680,'_billing_last_name','Thompson'),(123865,2680,'_billing_company','Heat in Hair'),(123866,2680,'_billing_address_1','27225 Camp Plenty Road'),(123867,2680,'_billing_address_2','1D'),(123868,2680,'_billing_city','Santa Clarita'),(123869,2680,'_billing_state','CA'),(123870,2680,'_billing_postcode','91351'),(123871,2680,'_billing_country','US'),(123872,2680,'_billing_email','info@liceclinicssantaclarita.com'),(123873,2680,'_billing_phone','6615850263'),(123874,2680,'_shipping_first_name','Hasani'),(123875,2680,'_shipping_last_name','Thompson'),(123876,2680,'_shipping_company','Heat in Hair'),(123877,2680,'_shipping_address_1','5145 Nightsky Place'),(123878,2680,'_shipping_city','Palmdale'),(123879,2680,'_shipping_state','CA'),(123880,2680,'_shipping_postcode','93552'),(123881,2680,'_shipping_country','US'),(123882,2680,'_order_currency','USD'),(123883,2680,'_cart_discount','0'),(123884,2680,'_cart_discount_tax','0'),(123885,2680,'_order_shipping','0'),(123886,2680,'_order_shipping_tax','0'),(123887,2680,'_order_tax','0'),(123888,2680,'_order_total','1044.96'),(123889,2680,'_order_version','8.9.1'),(123890,2680,'_prices_include_tax','no'),(123891,2680,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(123892,2680,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(123893,2680,'is_vat_exempt','no'),(123894,2680,'_wc_order_attribution_source_type','referral'),(123895,2680,'_wc_order_attribution_referrer','https://lcaportal.com/'),(123896,2680,'_wc_order_attribution_utm_source','lcaportal.com'),(123897,2680,'_wc_order_attribution_utm_medium','referral'),(123898,2680,'_wc_order_attribution_utm_content','/'),(123899,2680,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123900,2680,'_wc_order_attribution_session_start_time','2024-05-29 19:23:53'),(123901,2680,'_wc_order_attribution_session_pages','9'),(123902,2680,'_wc_order_attribution_session_count','13'),(123903,2680,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(123904,2680,'_wc_order_attribution_device_type','Desktop'),(123905,2680,'Payment type','instant'),(123906,2680,'_paypal_status','completed'),(123907,2680,'_transaction_id','8MB336167C0945302'),(123908,2680,'PayPal Transaction Fee','36.96'),(123909,2680,'_date_paid','1717018025'),(123910,2680,'_paid_date','2024-05-29 21:27:05'),(123915,2677,'_edit_lock','1717034018:2'),(123916,2677,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044724\";s:12:\"date_shipped\";s:10:\"1717027200\";s:11:\"tracking_id\";s:32:\"fe753067a073883f83c238d9dbd24617\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044702\";s:12:\"date_shipped\";i:1717033985;s:11:\"tracking_id\";s:32:\"ec882773b1bed8c8b9528cbfc9e8a6f0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044713\";s:12:\"date_shipped\";i:1717033991;s:11:\"tracking_id\";s:32:\"af59de00f2738d068378dcb8cb1be0f5\";}}'),(123917,2677,'_edit_last','2'),(123918,2677,'_date_completed','1717033967'),(123919,2677,'_completed_date','2024-05-30 01:52:47'),(123920,2671,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355043603\";s:12:\"date_shipped\";s:10:\"1717027200\";s:11:\"tracking_id\";s:32:\"b1fa3c2799b5c1c1fb6d78a1497a1950\";}}'),(123921,2671,'_edit_last','2'),(123922,2671,'_date_completed','1717034024'),(123923,2671,'_completed_date','2024-05-30 01:53:44'),(123924,2675,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044492\";s:12:\"date_shipped\";s:10:\"1717027200\";s:11:\"tracking_id\";s:32:\"16551a8ad8c3fa355ca895bf61c4ac20\";}}'),(123925,2675,'_edit_last','2'),(123926,2675,'_date_completed','1717034040'),(123927,2675,'_completed_date','2024-05-30 01:54:00'),(123928,2676,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044448\";s:12:\"date_shipped\";s:10:\"1717027200\";s:11:\"tracking_id\";s:32:\"6b02f62a8a4fddf30c4eabb78ac64906\";}}'),(123929,2676,'_edit_last','2'),(123930,2676,'_date_completed','1717034055'),(123931,2676,'_completed_date','2024-05-30 01:54:15'),(123932,2682,'_order_key','wc_order_3yOilxxxWeFvc'),(123933,2682,'_customer_user','67'),(123934,2682,'_payment_method','paypal'),(123935,2682,'_payment_method_title','PayPal'),(123936,2682,'_customer_ip_address','67.252.77.231'),(123937,2682,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(123938,2682,'_created_via','checkout'),(123939,2682,'_cart_hash','b1dd1855d005ef965770fc1874637875'),(123940,2682,'_download_permissions_granted','yes'),(123941,2682,'_recorded_sales','yes'),(123942,2682,'_recorded_coupon_usage_counts','yes'),(123943,2682,'_new_order_email_sent','true'),(123944,2682,'_order_stock_reduced','yes'),(123945,2682,'_billing_first_name','Marnie'),(123946,2682,'_billing_last_name','Murray'),(123947,2682,'_billing_company','Naughty Nits'),(123948,2682,'_billing_address_1','2809 Wehrle Drive'),(123949,2682,'_billing_address_2','Suite 10'),(123950,2682,'_billing_city','Williamsville'),(123951,2682,'_billing_state','NY'),(123952,2682,'_billing_postcode','14221'),(123953,2682,'_billing_country','US'),(123954,2682,'_billing_email','liceclinicsupstateny@gmail.com'),(123955,2682,'_billing_phone','7166265423'),(123956,2682,'_shipping_first_name','Marnie'),(123957,2682,'_shipping_last_name','Murray'),(123958,2682,'_shipping_company','LCA Buffalo'),(123959,2682,'_shipping_address_1','2809 Wehrle Drive'),(123960,2682,'_shipping_address_2','Suite 10'),(123961,2682,'_shipping_city','Williamsville'),(123962,2682,'_shipping_state','NY'),(123963,2682,'_shipping_postcode','14221'),(123964,2682,'_shipping_country','US'),(123965,2682,'_order_currency','USD'),(123966,2682,'_cart_discount','0'),(123967,2682,'_cart_discount_tax','0'),(123968,2682,'_order_shipping','0'),(123969,2682,'_order_shipping_tax','0'),(123970,2682,'_order_tax','0'),(123971,2682,'_order_total','529.18'),(123972,2682,'_order_version','8.9.1'),(123973,2682,'_prices_include_tax','no'),(123974,2682,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(123975,2682,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(123976,2682,'is_vat_exempt','no'),(123977,2682,'_wc_order_attribution_source_type','referral'),(123978,2682,'_wc_order_attribution_referrer','https://lcaportal.com/'),(123979,2682,'_wc_order_attribution_utm_source','lcaportal.com'),(123980,2682,'_wc_order_attribution_utm_medium','referral'),(123981,2682,'_wc_order_attribution_utm_content','/'),(123982,2682,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(123983,2682,'_wc_order_attribution_session_start_time','2024-05-30 16:35:29'),(123984,2682,'_wc_order_attribution_session_pages','3'),(123985,2682,'_wc_order_attribution_session_count','7'),(123986,2682,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(123987,2682,'_wc_order_attribution_device_type','Desktop'),(123988,2682,'Payment type','instant'),(123989,2682,'_paypal_status','completed'),(123990,2682,'_transaction_id','9A814331TW4010146'),(123991,2682,'PayPal Transaction Fee','18.96'),(123992,2682,'_date_paid','1717087118'),(123993,2682,'_paid_date','2024-05-30 16:38:38'),(123994,2680,'_edit_lock','1717221662:2'),(123997,2684,'_order_key','wc_order_hB0IpsCEcVc3Y'),(123998,2684,'_customer_user','11'),(123999,2684,'_payment_method','paypal'),(124000,2684,'_payment_method_title','PayPal'),(124001,2684,'_customer_ip_address','65.186.66.106'),(124002,2684,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(124003,2684,'_created_via','checkout'),(124004,2684,'_cart_hash','ec2b16d84419d3312a4696121f515109'),(124005,2684,'_download_permissions_granted','yes'),(124006,2684,'_recorded_sales','yes'),(124007,2684,'_recorded_coupon_usage_counts','yes'),(124008,2684,'_new_order_email_sent','true'),(124009,2684,'_order_stock_reduced','yes'),(124010,2684,'_billing_first_name','Tina'),(124011,2684,'_billing_last_name','Hunt'),(124012,2684,'_billing_company','LCBG, LLC'),(124013,2684,'_billing_address_1','830 Fairview Ave.'),(124014,2684,'_billing_address_2','Suite A-4'),(124015,2684,'_billing_city','Bowling Green'),(124016,2684,'_billing_state','KY'),(124017,2684,'_billing_postcode','42101'),(124018,2684,'_billing_country','US'),(124019,2684,'_billing_email','lcbgky12@gmail.com'),(124020,2684,'_billing_phone','2709996803'),(124021,2684,'_shipping_first_name','Tina'),(124022,2684,'_shipping_last_name','Hunt'),(124023,2684,'_shipping_company','LCBG, LLC'),(124024,2684,'_shipping_address_1','494 Hub Boulevard'),(124025,2684,'_shipping_address_2','Apt 1012'),(124026,2684,'_shipping_city','Bowling Green'),(124027,2684,'_shipping_state','KY'),(124028,2684,'_shipping_postcode','42101'),(124029,2684,'_shipping_country','US'),(124030,2684,'_order_currency','USD'),(124031,2684,'_cart_discount','0'),(124032,2684,'_cart_discount_tax','0'),(124033,2684,'_order_shipping','0'),(124034,2684,'_order_shipping_tax','0'),(124035,2684,'_order_tax','0'),(124036,2684,'_order_total','545.76'),(124037,2684,'_order_version','8.9.1'),(124038,2684,'_prices_include_tax','no'),(124039,2684,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(124040,2684,'_shipping_address_index','Tina Hunt LCBG, LLC 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US '),(124041,2684,'is_vat_exempt','no'),(124042,2684,'_wc_order_attribution_source_type','referral'),(124043,2684,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124044,2684,'_wc_order_attribution_utm_source','lcaportal.com'),(124045,2684,'_wc_order_attribution_utm_medium','referral'),(124046,2684,'_wc_order_attribution_utm_content','/'),(124047,2684,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124048,2684,'_wc_order_attribution_session_start_time','2024-05-30 23:53:19'),(124049,2684,'_wc_order_attribution_session_pages','3'),(124050,2684,'_wc_order_attribution_session_count','7'),(124051,2684,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(124052,2684,'_wc_order_attribution_device_type','Desktop'),(124053,2684,'Payment type','instant'),(124054,2684,'_paypal_status','completed'),(124055,2684,'_transaction_id','2RT75761SW330613K'),(124056,2684,'PayPal Transaction Fee','19.54'),(124057,2684,'_date_paid','1717113413'),(124058,2684,'_paid_date','2024-05-30 23:56:53'),(124059,2685,'_order_key','wc_order_BMit8sHcbApph'),(124060,2685,'_customer_user','50'),(124061,2685,'_payment_method','paypal'),(124062,2685,'_payment_method_title','PayPal'),(124063,2685,'_customer_ip_address','24.62.247.50'),(124064,2685,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124065,2685,'_created_via','checkout'),(124066,2685,'_cart_hash','f81ea9a8876fe1fb65e0a5aac400a460'),(124067,2685,'_download_permissions_granted','yes'),(124068,2685,'_recorded_sales','yes'),(124069,2685,'_recorded_coupon_usage_counts','yes'),(124070,2685,'_new_order_email_sent','true'),(124071,2685,'_order_stock_reduced','yes'),(124072,2685,'_billing_first_name','Christine'),(124073,2685,'_billing_last_name','Cherry'),(124074,2685,'_billing_company','NITS END'),(124075,2685,'_billing_address_1','PO BOX 1092'),(124076,2685,'_billing_city','Campton'),(124077,2685,'_billing_state','NH'),(124078,2685,'_billing_postcode','03223'),(124079,2685,'_billing_country','US'),(124080,2685,'_billing_email','info@liceclinicsplaistow.com'),(124081,2685,'_billing_phone','16034983390'),(124082,2685,'_shipping_first_name','Erica'),(124083,2685,'_shipping_last_name','Froggatt'),(124084,2685,'_shipping_company','LCA - Nits End / 149091'),(124085,2685,'_shipping_address_1','5910 Wilcox Pl'),(124086,2685,'_shipping_address_2','Suite E'),(124087,2685,'_shipping_city','Dublin'),(124088,2685,'_shipping_state','OH'),(124089,2685,'_shipping_postcode','43016'),(124090,2685,'_shipping_country','US'),(124091,2685,'_order_currency','USD'),(124092,2685,'_cart_discount','0'),(124093,2685,'_cart_discount_tax','0'),(124094,2685,'_order_shipping','0'),(124095,2685,'_order_shipping_tax','0'),(124096,2685,'_order_tax','0'),(124097,2685,'_order_total','622.42'),(124098,2685,'_order_version','8.9.1'),(124099,2685,'_prices_include_tax','no'),(124100,2685,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(124101,2685,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl Suite E Dublin OH 43016 US '),(124102,2685,'is_vat_exempt','no'),(124103,2685,'_wc_order_attribution_source_type','referral'),(124104,2685,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124105,2685,'_wc_order_attribution_utm_source','lcaportal.com'),(124106,2685,'_wc_order_attribution_utm_medium','referral'),(124107,2685,'_wc_order_attribution_utm_content','/'),(124108,2685,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124109,2685,'_wc_order_attribution_session_start_time','2024-05-31 17:42:52'),(124110,2685,'_wc_order_attribution_session_pages','10'),(124111,2685,'_wc_order_attribution_session_count','2'),(124112,2685,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124113,2685,'_wc_order_attribution_device_type','Desktop'),(124114,2685,'Payment type','instant'),(124115,2685,'_paypal_status','completed'),(124116,2685,'_transaction_id','4K222238RR907040K'),(124117,2685,'PayPal Transaction Fee','22.21'),(124118,2685,'_date_paid','1717177856'),(124119,2685,'_paid_date','2024-05-31 17:50:56'),(124120,2685,'_edit_lock','1717650392:2'),(124121,2686,'_order_currency','USD'),(124122,2686,'_cart_discount','0'),(124123,2686,'_cart_discount_tax','0'),(124124,2686,'_order_shipping','0'),(124125,2686,'_order_shipping_tax','0'),(124126,2686,'_order_tax','0'),(124127,2686,'_order_total','-622.42'),(124128,2686,'_order_version','8.9.1'),(124129,2686,'_prices_include_tax','no'),(124130,2686,'_refund_amount','622.42'),(124131,2686,'_refunded_by','2'),(124132,2686,'_refunded_payment','1'),(124133,2686,'_refund_reason','Used Wrong Card'),(124134,2680,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044985\";s:12:\"date_shipped\";s:10:\"1717200000\";s:11:\"tracking_id\";s:32:\"29f601e9901ec8cc651535fc4353b18e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044974\";s:12:\"date_shipped\";i:1717221688;s:11:\"tracking_id\";s:32:\"d6abbddf918ea5253db94f098a5dd55b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044963\";s:12:\"date_shipped\";i:1717221697;s:11:\"tracking_id\";s:32:\"a1e433a87cb2ab4b1767c72c96ee458a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355044952\";s:12:\"date_shipped\";i:1717221704;s:11:\"tracking_id\";s:32:\"fa431fcd2933fff34dfe56e63786da52\";}}'),(124135,2680,'_edit_last','2'),(124136,2680,'_date_completed','1717221709'),(124137,2680,'_completed_date','2024-06-01 06:01:49'),(124138,2682,'_edit_lock','1717221883:2'),(124139,2682,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045043\";s:12:\"date_shipped\";s:10:\"1717200000\";s:11:\"tracking_id\";s:32:\"f2d331e0ff6383171a4995e6e5897862\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045032\";s:12:\"date_shipped\";i:1717221832;s:11:\"tracking_id\";s:32:\"ac86643597aea087c25386c2d5ddc24f\";}}'),(124140,2682,'_edit_last','2'),(124141,2682,'_date_completed','1717221836'),(124142,2682,'_completed_date','2024-06-01 06:03:56'),(124143,2684,'_edit_lock','1717221932:2'),(124144,2684,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045238\";s:12:\"date_shipped\";s:10:\"1717200000\";s:11:\"tracking_id\";s:32:\"7ba1ada52764163f3d739d0c9bfa73d7\";}}'),(124145,2684,'_edit_last','2'),(124146,2684,'_date_completed','1717222059'),(124147,2684,'_completed_date','2024-06-01 06:07:39'),(124148,2687,'_order_key','wc_order_grZ1BkBrGiT9l'),(124149,2687,'_customer_user','98'),(124150,2687,'_payment_method','paypal'),(124151,2687,'_payment_method_title','PayPal'),(124152,2687,'_customer_ip_address','24.62.247.50'),(124153,2687,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124154,2687,'_created_via','checkout'),(124155,2687,'_cart_hash','a98ec31d88b7d2f0aed28a3398bdd761'),(124156,2687,'_download_permissions_granted','yes'),(124157,2687,'_recorded_sales','yes'),(124158,2687,'_recorded_coupon_usage_counts','yes'),(124159,2687,'_new_order_email_sent','true'),(124160,2687,'_order_stock_reduced','yes'),(124161,2687,'_billing_first_name','Christine'),(124162,2687,'_billing_last_name','Cherry'),(124163,2687,'_billing_company','NITS END'),(124164,2687,'_billing_address_1','PO BOX 1092'),(124165,2687,'_billing_city','Campton'),(124166,2687,'_billing_state','NH'),(124167,2687,'_billing_postcode','03223'),(124168,2687,'_billing_country','US'),(124169,2687,'_billing_email','christine@liceclinicscolumbus.com'),(124170,2687,'_billing_phone','16034983390'),(124171,2687,'_shipping_first_name','Erica'),(124172,2687,'_shipping_last_name','Froggatt'),(124173,2687,'_shipping_company','LCA'),(124174,2687,'_shipping_address_1','5910 Wilcox Pl'),(124175,2687,'_shipping_address_2','suite E'),(124176,2687,'_shipping_city','Dublin'),(124177,2687,'_shipping_state','OH'),(124178,2687,'_shipping_postcode','43016'),(124179,2687,'_shipping_country','US'),(124180,2687,'_order_currency','USD'),(124181,2687,'_cart_discount','0'),(124182,2687,'_cart_discount_tax','0'),(124183,2687,'_order_shipping','0'),(124184,2687,'_order_shipping_tax','0'),(124185,2687,'_order_tax','0'),(124186,2687,'_order_total','608.12'),(124187,2687,'_order_version','8.9.2'),(124188,2687,'_prices_include_tax','no'),(124189,2687,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(124190,2687,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(124191,2687,'is_vat_exempt','no'),(124192,2687,'_wc_order_attribution_source_type','referral'),(124193,2687,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124194,2687,'_wc_order_attribution_utm_source','lcaportal.com'),(124195,2687,'_wc_order_attribution_utm_medium','referral'),(124196,2687,'_wc_order_attribution_utm_content','/'),(124197,2687,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124198,2687,'_wc_order_attribution_session_start_time','2024-06-01 11:35:54'),(124199,2687,'_wc_order_attribution_session_pages','5'),(124200,2687,'_wc_order_attribution_session_count','4'),(124201,2687,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124202,2687,'_wc_order_attribution_device_type','Desktop'),(124203,2687,'Payment type','instant'),(124204,2687,'_paypal_status','completed'),(124205,2687,'_transaction_id','9DR48798MJ633403V'),(124206,2687,'PayPal Transaction Fee','21.71'),(124207,2687,'_date_paid','1717242069'),(124208,2687,'_paid_date','2024-06-01 11:41:09'),(124209,2688,'_order_key','wc_order_QpGxDQXsOfLUw'),(124210,2688,'_customer_user','50'),(124211,2688,'_payment_method','paypal'),(124212,2688,'_payment_method_title','PayPal'),(124213,2688,'_customer_ip_address','24.62.247.50'),(124214,2688,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124215,2688,'_created_via','checkout'),(124216,2688,'_cart_hash','b11852cc5425e320e52e3ad03e33013e'),(124217,2688,'_download_permissions_granted','yes'),(124218,2688,'_recorded_sales','yes'),(124219,2688,'_recorded_coupon_usage_counts','yes'),(124220,2688,'_new_order_email_sent','true'),(124221,2688,'_order_stock_reduced','yes'),(124222,2688,'_billing_first_name','Christine'),(124223,2688,'_billing_last_name','Cherry'),(124224,2688,'_billing_company','NITS END'),(124225,2688,'_billing_address_1','PO BOX 1092'),(124226,2688,'_billing_city','Campton'),(124227,2688,'_billing_state','NH'),(124228,2688,'_billing_postcode','03223'),(124229,2688,'_billing_country','US'),(124230,2688,'_billing_email','info@liceclinicsplaistow.com'),(124231,2688,'_billing_phone','16034983390'),(124232,2688,'_shipping_first_name','Megan'),(124233,2688,'_shipping_last_name','O\'Neil'),(124234,2688,'_shipping_company','LCA - Nits End / 149091'),(124235,2688,'_shipping_address_1','22 Main St'),(124236,2688,'_shipping_city','Atkinson'),(124237,2688,'_shipping_state','NH'),(124238,2688,'_shipping_postcode','03811'),(124239,2688,'_shipping_country','US'),(124240,2688,'_order_currency','USD'),(124241,2688,'_cart_discount','0'),(124242,2688,'_cart_discount_tax','0'),(124243,2688,'_order_shipping','0'),(124244,2688,'_order_shipping_tax','0'),(124245,2688,'_order_tax','0'),(124246,2688,'_order_total','894.12'),(124247,2688,'_order_version','8.9.1'),(124248,2688,'_prices_include_tax','no'),(124249,2688,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(124250,2688,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(124251,2688,'is_vat_exempt','no'),(124252,2688,'_wc_order_attribution_source_type','referral'),(124253,2688,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124254,2688,'_wc_order_attribution_utm_source','lcaportal.com'),(124255,2688,'_wc_order_attribution_utm_medium','referral'),(124256,2688,'_wc_order_attribution_utm_content','/'),(124257,2688,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124258,2688,'_wc_order_attribution_session_start_time','2024-06-01 11:35:54'),(124259,2688,'_wc_order_attribution_session_pages','10'),(124260,2688,'_wc_order_attribution_session_count','4'),(124261,2688,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124262,2688,'_wc_order_attribution_device_type','Desktop'),(124263,2688,'Payment type','instant'),(124264,2688,'_paypal_status','completed'),(124265,2688,'_transaction_id','79C21651CA5621251'),(124266,2688,'PayPal Transaction Fee','31.69'),(124267,2688,'_date_paid','1717242284'),(124268,2688,'_paid_date','2024-06-01 11:44:44'),(124269,2689,'_order_key','wc_order_bUmFAoSAOkh88'),(124270,2689,'_customer_user','50'),(124271,2689,'_payment_method','paypal'),(124272,2689,'_payment_method_title','PayPal'),(124273,2689,'_customer_ip_address','24.62.247.50'),(124274,2689,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124275,2689,'_created_via','checkout'),(124276,2689,'_cart_hash','f3089e9e9e96436fbb4062cd6135b590'),(124277,2689,'_download_permissions_granted','yes'),(124278,2689,'_recorded_sales','yes'),(124279,2689,'_recorded_coupon_usage_counts','yes'),(124280,2689,'_new_order_email_sent','true'),(124281,2689,'_order_stock_reduced','yes'),(124282,2689,'_billing_first_name','Christine'),(124283,2689,'_billing_last_name','Cherry'),(124284,2689,'_billing_company','NITS END'),(124285,2689,'_billing_address_1','PO BOX 1092'),(124286,2689,'_billing_city','Campton'),(124287,2689,'_billing_state','NH'),(124288,2689,'_billing_postcode','03223'),(124289,2689,'_billing_country','US'),(124290,2689,'_billing_email','info@liceclinicsplaistow.com'),(124291,2689,'_billing_phone','16034983390'),(124292,2689,'_shipping_first_name','Christine'),(124293,2689,'_shipping_last_name','Cherry'),(124294,2689,'_shipping_company','LCA - Nits End / 149091'),(124295,2689,'_shipping_address_1','71 Spit Brook Rd'),(124296,2689,'_shipping_address_2','Suite 403'),(124297,2689,'_shipping_city','Nashua'),(124298,2689,'_shipping_state','NH'),(124299,2689,'_shipping_postcode','03060'),(124300,2689,'_shipping_country','US'),(124301,2689,'_order_currency','USD'),(124302,2689,'_cart_discount','0'),(124303,2689,'_cart_discount_tax','0'),(124304,2689,'_order_shipping','20.25'),(124305,2689,'_order_shipping_tax','0'),(124306,2689,'_order_tax','0'),(124307,2689,'_order_total','228.41'),(124308,2689,'_order_version','8.9.1'),(124309,2689,'_prices_include_tax','no'),(124310,2689,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(124311,2689,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(124312,2689,'is_vat_exempt','no'),(124313,2689,'_wc_order_attribution_source_type','referral'),(124314,2689,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124315,2689,'_wc_order_attribution_utm_source','lcaportal.com'),(124316,2689,'_wc_order_attribution_utm_medium','referral'),(124317,2689,'_wc_order_attribution_utm_content','/'),(124318,2689,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124319,2689,'_wc_order_attribution_session_start_time','2024-06-01 11:35:54'),(124320,2689,'_wc_order_attribution_session_pages','15'),(124321,2689,'_wc_order_attribution_session_count','4'),(124322,2689,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124323,2689,'_wc_order_attribution_device_type','Desktop'),(124324,2689,'Payment type','instant'),(124325,2689,'_paypal_status','completed'),(124326,2689,'_transaction_id','9XD092148V779541J'),(124327,2689,'PayPal Transaction Fee','8.46'),(124328,2689,'_date_paid','1717242514'),(124329,2689,'_paid_date','2024-06-01 11:48:34'),(124330,2690,'_order_key','wc_order_EZXASoQFOJDvz'),(124331,2690,'_customer_user','21'),(124332,2690,'_payment_method','paypal'),(124333,2690,'_payment_method_title','PayPal'),(124334,2690,'_customer_ip_address','173.216.41.12'),(124335,2690,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Avast/124.0.0.0'),(124336,2690,'_created_via','checkout'),(124337,2690,'_cart_hash','c7d7fe36ca1776b74082b4c6fbe37903'),(124338,2690,'_download_permissions_granted','yes'),(124339,2690,'_recorded_sales','yes'),(124340,2690,'_recorded_coupon_usage_counts','yes'),(124341,2690,'_new_order_email_sent','true'),(124342,2690,'_order_stock_reduced','yes'),(124343,2690,'_billing_first_name','LCA'),(124344,2690,'_billing_last_name','Arkansas'),(124345,2690,'_billing_company','LCA - Central Arkansas'),(124346,2690,'_billing_address_1','1011 N. 2nd St., Ste. D'),(124347,2690,'_billing_city','Cabot'),(124348,2690,'_billing_state','AR'),(124349,2690,'_billing_postcode','72023'),(124350,2690,'_billing_country','US'),(124351,2690,'_billing_email','liceclinicslittlerock@gmail.com'),(124352,2690,'_billing_phone','15014249396'),(124353,2690,'_shipping_first_name','LCA'),(124354,2690,'_shipping_last_name','Arkansas'),(124355,2690,'_shipping_company','LCA - Central Arkansas'),(124356,2690,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(124357,2690,'_shipping_city','Cabot'),(124358,2690,'_shipping_state','AR'),(124359,2690,'_shipping_postcode','72023'),(124360,2690,'_shipping_country','US'),(124361,2690,'_order_currency','USD'),(124362,2690,'_cart_discount','0'),(124363,2690,'_cart_discount_tax','0'),(124364,2690,'_order_shipping','0'),(124365,2690,'_order_shipping_tax','0'),(124366,2690,'_order_tax','0'),(124367,2690,'_order_total','512.40'),(124368,2690,'_order_version','8.9.1'),(124369,2690,'_prices_include_tax','no'),(124370,2690,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(124371,2690,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(124372,2690,'is_vat_exempt','no'),(124373,2690,'_wc_order_attribution_source_type','referral'),(124374,2690,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(124375,2690,'_wc_order_attribution_utm_source','lcaportal.com'),(124376,2690,'_wc_order_attribution_utm_medium','referral'),(124377,2690,'_wc_order_attribution_utm_content','/'),(124378,2690,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124379,2690,'_wc_order_attribution_session_start_time','2024-06-01 15:02:47'),(124380,2690,'_wc_order_attribution_session_pages','7'),(124381,2690,'_wc_order_attribution_session_count','1'),(124382,2690,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Avast/124.0.0.0'),(124383,2690,'_wc_order_attribution_device_type','Desktop'),(124384,2690,'Payment type','instant'),(124385,2690,'_paypal_status','completed'),(124386,2690,'_transaction_id','2JT80992HR588515V'),(124387,2690,'PayPal Transaction Fee','18.37'),(124388,2690,'_date_paid','1717254726'),(124389,2690,'_paid_date','2024-06-01 15:12:06'),(124390,2691,'_order_key','wc_order_jynR5htNnM62c'),(124391,2691,'_customer_user','98'),(124392,2691,'_payment_method','paypal'),(124393,2691,'_payment_method_title','PayPal'),(124394,2691,'_customer_ip_address','24.62.247.50'),(124395,2691,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124396,2691,'_created_via','checkout'),(124397,2691,'_cart_hash','1c2a8152464d9667e2d9811295d8f8ae'),(124398,2691,'_download_permissions_granted','yes'),(124399,2691,'_recorded_sales','yes'),(124400,2691,'_recorded_coupon_usage_counts','yes'),(124401,2691,'_new_order_email_sent','true'),(124402,2691,'_order_stock_reduced','yes'),(124403,2691,'_billing_first_name','Christine'),(124404,2691,'_billing_last_name','Cherry'),(124405,2691,'_billing_company','NITS END'),(124406,2691,'_billing_address_1','PO BOX 1092'),(124407,2691,'_billing_city','Campton'),(124408,2691,'_billing_state','NH'),(124409,2691,'_billing_postcode','03223'),(124410,2691,'_billing_country','US'),(124411,2691,'_billing_email','christine@liceclinicscolumbus.com'),(124412,2691,'_billing_phone','16034983390'),(124413,2691,'_shipping_first_name','Erica'),(124414,2691,'_shipping_last_name','Froggatt'),(124415,2691,'_shipping_company','LCA'),(124416,2691,'_shipping_address_1','5910 Wilcox Pl'),(124417,2691,'_shipping_address_2','suite E'),(124418,2691,'_shipping_city','Dublin'),(124419,2691,'_shipping_state','OH'),(124420,2691,'_shipping_postcode','43016'),(124421,2691,'_shipping_country','US'),(124422,2691,'_order_currency','USD'),(124423,2691,'_cart_discount','0'),(124424,2691,'_cart_discount_tax','0'),(124425,2691,'_order_shipping','26.93'),(124426,2691,'_order_shipping_tax','0'),(124427,2691,'_order_tax','0'),(124428,2691,'_order_total','455.33'),(124429,2691,'_order_version','8.9.1'),(124430,2691,'_prices_include_tax','no'),(124431,2691,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(124432,2691,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(124433,2691,'is_vat_exempt','no'),(124434,2691,'_wc_order_attribution_source_type','referral'),(124435,2691,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124436,2691,'_wc_order_attribution_utm_source','lcaportal.com'),(124437,2691,'_wc_order_attribution_utm_medium','referral'),(124438,2691,'_wc_order_attribution_utm_content','/'),(124439,2691,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124440,2691,'_wc_order_attribution_session_start_time','2024-06-03 13:50:34'),(124441,2691,'_wc_order_attribution_session_pages','4'),(124442,2691,'_wc_order_attribution_session_count','5'),(124443,2691,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124444,2691,'_wc_order_attribution_device_type','Desktop'),(124445,2691,'Payment type','instant'),(124446,2691,'_paypal_status','completed'),(124447,2691,'_transaction_id','7Y4342580F079482T'),(124448,2691,'PayPal Transaction Fee','16.38'),(124449,2691,'_date_paid','1717422723'),(124450,2691,'_paid_date','2024-06-03 13:52:03'),(124451,2692,'_order_key','wc_order_MlUEZytFsS7Hb'),(124452,2692,'_customer_user','76'),(124453,2692,'_payment_method','paypal'),(124454,2692,'_payment_method_title','PayPal'),(124455,2692,'_customer_ip_address','174.168.81.180'),(124456,2692,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(124457,2692,'_created_via','checkout'),(124458,2692,'_cart_hash','ca385637c9697ed414bf996957c1a93a'),(124459,2692,'_download_permissions_granted','yes'),(124460,2692,'_recorded_sales','yes'),(124461,2692,'_recorded_coupon_usage_counts','yes'),(124462,2692,'_new_order_email_sent','true'),(124463,2692,'_order_stock_reduced','yes'),(124464,2692,'_billing_first_name','Naomi'),(124465,2692,'_billing_last_name','Golden'),(124466,2692,'_billing_company','LCA'),(124467,2692,'_billing_address_1','31 Mann Ave'),(124468,2692,'_billing_city','Needham'),(124469,2692,'_billing_state','MA'),(124470,2692,'_billing_postcode','02492'),(124471,2692,'_billing_country','US'),(124472,2692,'_billing_email','nrgolden6486@gmail.com'),(124473,2692,'_billing_phone','617-851-1322'),(124474,2692,'_shipping_first_name','Naomi'),(124475,2692,'_shipping_last_name','Golden'),(124476,2692,'_shipping_company','LCA'),(124477,2692,'_shipping_address_1','1349 Centre Street'),(124478,2692,'_shipping_address_2','Facing Trowbridge'),(124479,2692,'_shipping_city','Newton'),(124480,2692,'_shipping_state','MA'),(124481,2692,'_shipping_postcode','02459'),(124482,2692,'_shipping_country','US'),(124483,2692,'_order_currency','USD'),(124484,2692,'_cart_discount','0'),(124485,2692,'_cart_discount_tax','0'),(124486,2692,'_order_shipping','0'),(124487,2692,'_order_shipping_tax','0'),(124488,2692,'_order_tax','0'),(124489,2692,'_order_total','518.98'),(124490,2692,'_order_version','8.9.1'),(124491,2692,'_prices_include_tax','no'),(124492,2692,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(124493,2692,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(124494,2692,'is_vat_exempt','no'),(124495,2692,'_wc_order_attribution_source_type','typein'),(124496,2692,'_wc_order_attribution_utm_source','(direct)'),(124497,2692,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124498,2692,'_wc_order_attribution_session_start_time','2024-05-13 14:56:50'),(124499,2692,'_wc_order_attribution_session_pages','12'),(124500,2692,'_wc_order_attribution_session_count','12'),(124501,2692,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(124502,2692,'_wc_order_attribution_device_type','Desktop'),(124503,2692,'Payment type','instant'),(124504,2692,'_paypal_status','completed'),(124505,2692,'_transaction_id','7L23719863219692U'),(124506,2692,'PayPal Transaction Fee','18.60'),(124507,2692,'_date_paid','1717422838'),(124508,2692,'_paid_date','2024-06-03 13:53:58'),(124509,2693,'_order_key','wc_order_UEWF2H9sZlwKH'),(124510,2693,'_customer_user','50'),(124511,2693,'_payment_method','paypal'),(124512,2693,'_payment_method_title','PayPal'),(124513,2693,'_customer_ip_address','24.62.247.50'),(124514,2693,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124515,2693,'_created_via','checkout'),(124516,2693,'_cart_hash','1c3a42f3cc7fec2f469839387a9437b7'),(124517,2693,'_download_permissions_granted','yes'),(124518,2693,'_recorded_sales','yes'),(124519,2693,'_recorded_coupon_usage_counts','yes'),(124520,2693,'_new_order_email_sent','true'),(124521,2693,'_order_stock_reduced','yes'),(124522,2693,'_billing_first_name','Christine'),(124523,2693,'_billing_last_name','Cherry'),(124524,2693,'_billing_company','NITS END'),(124525,2693,'_billing_address_1','PO BOX 1092'),(124526,2693,'_billing_city','Campton'),(124527,2693,'_billing_state','NH'),(124528,2693,'_billing_postcode','03223'),(124529,2693,'_billing_country','US'),(124530,2693,'_billing_email','info@liceclinicsplaistow.com'),(124531,2693,'_billing_phone','16034983390'),(124532,2693,'_shipping_first_name','Megan'),(124533,2693,'_shipping_last_name','O\'Neil'),(124534,2693,'_shipping_company','LCA - Nits End / 149091'),(124535,2693,'_shipping_address_1','22 Main St'),(124536,2693,'_shipping_city','Atkinson'),(124537,2693,'_shipping_state','NH'),(124538,2693,'_shipping_postcode','03811'),(124539,2693,'_shipping_country','US'),(124540,2693,'_order_currency','USD'),(124541,2693,'_cart_discount','0'),(124542,2693,'_cart_discount_tax','0'),(124543,2693,'_order_shipping','0'),(124544,2693,'_order_shipping_tax','0'),(124545,2693,'_order_tax','0'),(124546,2693,'_order_total','664.80'),(124547,2693,'_order_version','8.9.1'),(124548,2693,'_prices_include_tax','no'),(124549,2693,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(124550,2693,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(124551,2693,'is_vat_exempt','no'),(124552,2693,'_wc_order_attribution_source_type','referral'),(124553,2693,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124554,2693,'_wc_order_attribution_utm_source','lcaportal.com'),(124555,2693,'_wc_order_attribution_utm_medium','referral'),(124556,2693,'_wc_order_attribution_utm_content','/'),(124557,2693,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124558,2693,'_wc_order_attribution_session_start_time','2024-06-03 13:50:34'),(124559,2693,'_wc_order_attribution_session_pages','9'),(124560,2693,'_wc_order_attribution_session_count','5'),(124561,2693,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(124562,2693,'_wc_order_attribution_device_type','Desktop'),(124563,2693,'Payment type','instant'),(124564,2693,'_paypal_status','completed'),(124565,2693,'_transaction_id','0LP91196KV709233L'),(124566,2693,'PayPal Transaction Fee','23.69'),(124567,2693,'_date_paid','1717422890'),(124568,2693,'_paid_date','2024-06-03 13:54:50'),(124569,2694,'_order_key','wc_order_NCLO92XMq5wl2'),(124570,2694,'_customer_user','3'),(124571,2694,'_payment_method','paypal'),(124572,2694,'_payment_method_title','PayPal'),(124573,2694,'_customer_ip_address','99.22.146.124'),(124574,2694,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124575,2694,'_created_via','checkout'),(124576,2694,'_cart_hash','259f56ca73d48f0f385757bfa1bccd25'),(124577,2694,'_download_permissions_granted','yes'),(124578,2694,'_recorded_sales','yes'),(124579,2694,'_recorded_coupon_usage_counts','yes'),(124580,2694,'_new_order_email_sent','true'),(124581,2694,'_order_stock_reduced','yes'),(124582,2694,'_billing_first_name','Amanda'),(124583,2694,'_billing_last_name','Westerman'),(124584,2694,'_billing_company','Lice Clinics of America McKinney'),(124585,2694,'_billing_address_1','3120 Hudson Crossing'),(124586,2694,'_billing_address_2','Suite A2'),(124587,2694,'_billing_city','MCKINNEY'),(124588,2694,'_billing_state','TX'),(124589,2694,'_billing_postcode','75070'),(124590,2694,'_billing_country','US'),(124591,2694,'_billing_email','awesterman1103@gmail.com'),(124592,2694,'_billing_phone','2144175741'),(124593,2694,'_shipping_first_name','amanda'),(124594,2694,'_shipping_last_name','westerman'),(124595,2694,'_shipping_company','Lice Clinics of America'),(124596,2694,'_shipping_address_1','4002 BELT LINE RD'),(124597,2694,'_shipping_address_2','STE 140'),(124598,2694,'_shipping_city','Addison'),(124599,2694,'_shipping_state','TX'),(124600,2694,'_shipping_postcode','75001'),(124601,2694,'_shipping_country','US'),(124602,2694,'_order_currency','USD'),(124603,2694,'_cart_discount','0'),(124604,2694,'_cart_discount_tax','0'),(124605,2694,'_order_shipping','0'),(124606,2694,'_order_shipping_tax','0'),(124607,2694,'_order_tax','0'),(124608,2694,'_order_total','634.54'),(124609,2694,'_order_version','8.9.1'),(124610,2694,'_prices_include_tax','no'),(124611,2694,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(124612,2694,'_shipping_address_index','amanda westerman Lice Clinics of America 4002 BELT LINE RD STE 140 Addison TX 75001 US '),(124613,2694,'is_vat_exempt','no'),(124614,2694,'_wc_order_attribution_source_type','referral'),(124615,2694,'_wc_order_attribution_referrer','https://lcaportal.com/'),(124616,2694,'_wc_order_attribution_utm_source','lcaportal.com'),(124617,2694,'_wc_order_attribution_utm_medium','referral'),(124618,2694,'_wc_order_attribution_utm_content','/'),(124619,2694,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124620,2694,'_wc_order_attribution_session_start_time','2024-06-03 17:25:20'),(124621,2694,'_wc_order_attribution_session_pages','4'),(124622,2694,'_wc_order_attribution_session_count','4'),(124623,2694,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124624,2694,'_wc_order_attribution_device_type','Desktop'),(124625,2694,'Payment type','instant'),(124626,2694,'_paypal_status','completed'),(124627,2694,'_transaction_id','18D30433NK106364R'),(124628,2694,'PayPal Transaction Fee','22.64'),(124629,2694,'_date_paid','1717436604'),(124630,2694,'_paid_date','2024-06-03 17:43:24'),(124631,2695,'_order_key','wc_order_uP9is6zC6tpoC'),(124632,2695,'_customer_user','66'),(124633,2695,'_payment_method','paypal'),(124634,2695,'_payment_method_title','PayPal'),(124635,2695,'_customer_ip_address','69.250.30.77'),(124636,2695,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124637,2695,'_created_via','checkout'),(124638,2695,'_cart_hash','04134a2a0fe4cfbaa69103d54c5472b6'),(124639,2695,'_download_permissions_granted','yes'),(124640,2695,'_recorded_sales','yes'),(124641,2695,'_recorded_coupon_usage_counts','yes'),(124642,2695,'_new_order_email_sent','true'),(124643,2695,'_order_stock_reduced','yes'),(124644,2695,'_billing_first_name','Mark'),(124645,2695,'_billing_last_name','Dent'),(124646,2695,'_billing_company','Lice Clinics of Maryland'),(124647,2695,'_billing_address_1','801 W 33rd Street'),(124648,2695,'_billing_city','BAltimore'),(124649,2695,'_billing_state','MD'),(124650,2695,'_billing_postcode','21211'),(124651,2695,'_billing_country','US'),(124652,2695,'_billing_email','info@liceclinicsofmaryland.com'),(124653,2695,'_billing_phone','4438349991'),(124654,2695,'_shipping_first_name','Dawn'),(124655,2695,'_shipping_last_name','Mumaw'),(124656,2695,'_shipping_company','LCA Baltimore'),(124657,2695,'_shipping_address_1','604 Providence Road'),(124658,2695,'_shipping_city','Towson'),(124659,2695,'_shipping_state','MD'),(124660,2695,'_shipping_postcode','21286'),(124661,2695,'_shipping_country','US'),(124662,2695,'_order_currency','USD'),(124663,2695,'_cart_discount','0'),(124664,2695,'_cart_discount_tax','0'),(124665,2695,'_order_shipping','0'),(124666,2695,'_order_shipping_tax','0'),(124667,2695,'_order_tax','0'),(124668,2695,'_order_total','3373.92'),(124669,2695,'_order_version','8.9.1'),(124670,2695,'_prices_include_tax','no'),(124671,2695,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(124672,2695,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(124673,2695,'is_vat_exempt','no'),(124674,2695,'_wc_order_attribution_source_type','referral'),(124675,2695,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(124676,2695,'_wc_order_attribution_utm_source','lcaportal.com'),(124677,2695,'_wc_order_attribution_utm_medium','referral'),(124678,2695,'_wc_order_attribution_utm_content','/'),(124679,2695,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124680,2695,'_wc_order_attribution_session_start_time','2024-06-03 17:41:18'),(124681,2695,'_wc_order_attribution_session_pages','4'),(124682,2695,'_wc_order_attribution_session_count','1'),(124683,2695,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124684,2695,'_wc_order_attribution_device_type','Desktop'),(124685,2695,'Payment type','instant'),(124686,2695,'_paypal_status','completed'),(124687,2695,'_transaction_id','1F974149H13690942'),(124688,2695,'PayPal Transaction Fee','118.24'),(124689,2695,'_date_paid','1717437413'),(124690,2695,'_paid_date','2024-06-03 17:56:53'),(124691,2691,'_edit_lock','1717437828:2'),(124692,2691,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045547\";s:12:\"date_shipped\";s:10:\"1717372800\";s:11:\"tracking_id\";s:32:\"d18ed60eee09891fb109d872542bce2e\";}}'),(124693,2691,'_edit_last','2'),(124694,2691,'_date_completed','1717437967'),(124695,2691,'_completed_date','2024-06-03 18:06:07'),(124696,2688,'_edit_lock','1717437874:2'),(124697,2688,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045547\";s:12:\"date_shipped\";s:10:\"1717372800\";s:11:\"tracking_id\";s:32:\"35e639b9e07ee871a106fbe149526956\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045488\";s:12:\"date_shipped\";i:1717438007;s:11:\"tracking_id\";s:32:\"4c26e68fc42a9cdb901461844356ed51\";}}'),(124698,2688,'_edit_last','2'),(124699,2688,'_date_completed','1717438011'),(124700,2688,'_completed_date','2024-06-03 18:06:51'),(124701,2690,'_edit_lock','1717437919:2'),(124702,2690,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045525\";s:12:\"date_shipped\";s:10:\"1717372800\";s:11:\"tracking_id\";s:32:\"a15fc7a6a6b575d025f420aa27f903ed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045514\";s:12:\"date_shipped\";i:1717438049;s:11:\"tracking_id\";s:32:\"f1bc2348c0bdb03ef91f1f37424fc7d9\";}}'),(124703,2690,'_edit_last','2'),(124704,2690,'_date_completed','1717438051'),(124705,2690,'_completed_date','2024-06-03 18:07:31'),(124706,2689,'_edit_lock','1717439021:2'),(124707,2689,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045503\";s:12:\"date_shipped\";s:10:\"1717372800\";s:11:\"tracking_id\";s:32:\"77530e4447ee42b9413c5f414442aa50\";}}'),(124708,2689,'_edit_last','2'),(124709,2689,'_date_completed','1717438082'),(124710,2689,'_completed_date','2024-06-03 18:08:02'),(124711,2696,'_order_key','wc_order_KkorcmUQRE5Fd'),(124712,2696,'_customer_user','60'),(124713,2696,'_payment_method','paypal'),(124714,2696,'_payment_method_title','PayPal'),(124715,2696,'_customer_ip_address','174.228.107.90'),(124716,2696,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(124717,2696,'_created_via','checkout'),(124718,2696,'_cart_hash','b3a9c89b6166aa9c1287c9736dfc2c4e'),(124719,2696,'_download_permissions_granted','yes'),(124720,2696,'_recorded_sales','yes'),(124721,2696,'_recorded_coupon_usage_counts','yes'),(124722,2696,'_new_order_email_sent','true'),(124723,2696,'_order_stock_reduced','yes'),(124724,2696,'_billing_first_name','Jill'),(124725,2696,'_billing_last_name','Leshtz'),(124726,2696,'_billing_company','Lice clinics of America-North Shore'),(124727,2696,'_billing_address_1','1580 Lancelot Avenue'),(124728,2696,'_billing_city','Highland park'),(124729,2696,'_billing_state','IL'),(124730,2696,'_billing_postcode','60035'),(124731,2696,'_billing_country','US'),(124732,2696,'_billing_email','jleshtz@gmail.com'),(124733,2696,'_billing_phone','8473639001'),(124734,2696,'_shipping_first_name','Jill'),(124735,2696,'_shipping_last_name','Leshtz'),(124736,2696,'_shipping_company','Lice clinics of America-North Shore'),(124737,2696,'_shipping_address_1','1580 Lancelot Avenue'),(124738,2696,'_shipping_city','Highland park'),(124739,2696,'_shipping_state','IL'),(124740,2696,'_shipping_postcode','60035'),(124741,2696,'_shipping_country','US'),(124742,2696,'_order_currency','USD'),(124743,2696,'_cart_discount','0'),(124744,2696,'_cart_discount_tax','0'),(124745,2696,'_order_shipping','22.51'),(124746,2696,'_order_shipping_tax','0'),(124747,2696,'_order_tax','0'),(124748,2696,'_order_total','22.51'),(124749,2696,'_order_version','8.9.2'),(124750,2696,'_prices_include_tax','no'),(124751,2696,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(124752,2696,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(124753,2696,'is_vat_exempt','no'),(124754,2696,'_wc_order_attribution_source_type','referral'),(124755,2696,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(124756,2696,'_wc_order_attribution_utm_source','lcaportal.com'),(124757,2696,'_wc_order_attribution_utm_medium','referral'),(124758,2696,'_wc_order_attribution_utm_content','/'),(124759,2696,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124760,2696,'_wc_order_attribution_session_start_time','2024-06-04 19:48:34'),(124761,2696,'_wc_order_attribution_session_pages','5'),(124762,2696,'_wc_order_attribution_session_count','1'),(124763,2696,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(124764,2696,'_wc_order_attribution_device_type','Mobile'),(124765,2696,'_oaw_varify_key','3c05a522db9506a95c61'),(124766,2696,'_edit_lock','1718053642:2'),(124767,2696,'_edit_last','2'),(124768,2693,'_edit_lock','1717535656:2'),(124769,2693,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045569\";s:12:\"date_shipped\";s:10:\"1717459200\";s:11:\"tracking_id\";s:32:\"0a15dc98f5b90665b7ca3d4a9931a188\";}}'),(124770,2693,'_edit_last','2'),(124771,2693,'_date_completed','1717535652'),(124772,2693,'_completed_date','2024-06-04 21:14:12'),(124773,2692,'_edit_lock','1717535689:2'),(124774,2692,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045580\";s:12:\"date_shipped\";s:10:\"1717459200\";s:11:\"tracking_id\";s:32:\"f156fcc2361e0febfb45a930f316bf52\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045570\";s:12:\"date_shipped\";i:1717535683;s:11:\"tracking_id\";s:32:\"7c67a6a0282c5c9647bf5a5345ee6d30\";}}'),(124775,2692,'_edit_last','2'),(124776,2692,'_date_completed','1717535685'),(124777,2692,'_completed_date','2024-06-04 21:14:45'),(124778,2694,'_edit_lock','1717535743:2'),(124779,2694,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045845\";s:12:\"date_shipped\";s:10:\"1717459200\";s:11:\"tracking_id\";s:32:\"7a62e33c86140aad72f07ddbe8e86bc1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045834\";s:12:\"date_shipped\";i:1717535737;s:11:\"tracking_id\";s:32:\"f5e972081098b14b133036caa77e444f\";}}'),(124780,2694,'_edit_last','2'),(124781,2694,'_date_completed','1717535740'),(124782,2694,'_completed_date','2024-06-04 21:15:40'),(124783,2697,'_order_key','wc_order_Cec0VTZgWyRU6'),(124784,2697,'_customer_user','60'),(124785,2697,'_payment_method','paypal'),(124786,2697,'_payment_method_title','PayPal'),(124787,2697,'_customer_ip_address','173.161.75.97'),(124788,2697,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(124789,2697,'_created_via','checkout'),(124790,2697,'_cart_hash','cda22d391c25865932f4be1931ea48aa'),(124791,2697,'_download_permissions_granted','yes'),(124792,2697,'_recorded_sales','yes'),(124793,2697,'_recorded_coupon_usage_counts','yes'),(124794,2697,'_new_order_email_sent','true'),(124795,2697,'_order_stock_reduced','yes'),(124796,2697,'_billing_first_name','Jill'),(124797,2697,'_billing_last_name','Leshtz'),(124798,2697,'_billing_company','Lice clinics of America-North Shore'),(124799,2697,'_billing_address_1','1580 Lancelot Avenue'),(124800,2697,'_billing_city','Highland park'),(124801,2697,'_billing_state','IL'),(124802,2697,'_billing_postcode','60035'),(124803,2697,'_billing_country','US'),(124804,2697,'_billing_email','jleshtz@gmail.com'),(124805,2697,'_billing_phone','8473639001'),(124806,2697,'_shipping_first_name','Jill'),(124807,2697,'_shipping_last_name','Leshtz'),(124808,2697,'_shipping_company','Lice clinics of America-North Shore'),(124809,2697,'_shipping_address_1','1580 Lancelot Avenue'),(124810,2697,'_shipping_city','Highland park'),(124811,2697,'_shipping_state','IL'),(124812,2697,'_shipping_postcode','60035'),(124813,2697,'_shipping_country','US'),(124814,2697,'_order_currency','USD'),(124815,2697,'_cart_discount','0'),(124816,2697,'_cart_discount_tax','0'),(124817,2697,'_order_shipping','17.53'),(124818,2697,'_order_shipping_tax','0'),(124819,2697,'_order_tax','0'),(124820,2697,'_order_total','416.41'),(124821,2697,'_order_version','8.9.2'),(124822,2697,'_prices_include_tax','no'),(124823,2697,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(124824,2697,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(124825,2697,'is_vat_exempt','no'),(124826,2697,'_wc_order_attribution_source_type','referral'),(124827,2697,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(124828,2697,'_wc_order_attribution_utm_source','lcaportal.com'),(124829,2697,'_wc_order_attribution_utm_medium','referral'),(124830,2697,'_wc_order_attribution_utm_content','/'),(124831,2697,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124832,2697,'_wc_order_attribution_session_start_time','2024-06-04 19:48:34'),(124833,2697,'_wc_order_attribution_session_pages','4'),(124834,2697,'_wc_order_attribution_session_count','2'),(124835,2697,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1'),(124836,2697,'_wc_order_attribution_device_type','Mobile'),(124837,2695,'_edit_lock','1717535686:2'),(124838,2695,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045960\";s:12:\"date_shipped\";s:10:\"1717459200\";s:11:\"tracking_id\";s:32:\"5028eb41e14159b9c4e2c25a7b09b4a0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045959\";s:12:\"date_shipped\";i:1717535780;s:11:\"tracking_id\";s:32:\"a0e0a1a549085d1c313ccabc6d72b315\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045948\";s:12:\"date_shipped\";i:1717535784;s:11:\"tracking_id\";s:32:\"f1a03b7ee45bb381932db9bb94af2be2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045937\";s:12:\"date_shipped\";i:1717535790;s:11:\"tracking_id\";s:32:\"8564e7fd4007127d95e2bf91d8ab23b0\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045926\";s:12:\"date_shipped\";i:1717535797;s:11:\"tracking_id\";s:32:\"d563b5ccf40ca2b9473d309127700509\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045915\";s:12:\"date_shipped\";i:1717535803;s:11:\"tracking_id\";s:32:\"c9631c85e52b8c0a13ff5cafa02aa72a\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045904\";s:12:\"date_shipped\";i:1717535810;s:11:\"tracking_id\";s:32:\"f96dbb1c6fce6addd559d06c09ab59b2\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045890\";s:12:\"date_shipped\";i:1717535817;s:11:\"tracking_id\";s:32:\"4f4504375f0f5c1c370c7502fe089fbd\";}}'),(124839,2697,'Payment type','instant'),(124840,2697,'_paypal_status','completed'),(124841,2697,'_transaction_id','0MH06400FS923233J'),(124842,2697,'PayPal Transaction Fee','15.02'),(124843,2697,'_date_paid','1717535793'),(124844,2697,'_paid_date','2024-06-04 21:16:33'),(124845,2695,'_edit_last','2'),(124846,2695,'_date_completed','1717535821'),(124847,2695,'_completed_date','2024-06-04 21:17:01'),(124848,2687,'_edit_lock','1717639464:2'),(124849,2697,'_edit_lock','1717639404:2'),(124850,2698,'_order_key','wc_order_3ZFe5htokatCO'),(124851,2698,'_customer_user','8'),(124852,2698,'_payment_method','paypal'),(124853,2698,'_payment_method_title','PayPal'),(124854,2698,'_customer_ip_address','104.60.28.185'),(124855,2698,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124856,2698,'_created_via','checkout'),(124857,2698,'_cart_hash','e7162cfb5289020c900fa08a2c76217b'),(124858,2698,'_download_permissions_granted','yes'),(124859,2698,'_recorded_sales','yes'),(124860,2698,'_recorded_coupon_usage_counts','yes'),(124861,2698,'_new_order_email_sent','true'),(124862,2698,'_order_stock_reduced','yes'),(124863,2698,'_billing_first_name','Amy'),(124864,2698,'_billing_last_name','Sharp'),(124865,2698,'_billing_company','Nit Wits'),(124866,2698,'_billing_address_1','6002 Sweetbay Dr'),(124867,2698,'_billing_city','Crestwood'),(124868,2698,'_billing_state','KY'),(124869,2698,'_billing_postcode','40014'),(124870,2698,'_billing_country','US'),(124871,2698,'_billing_email','asharp@ht-school.org'),(124872,2698,'_billing_phone','15023109281'),(124873,2698,'_shipping_first_name','Amy'),(124874,2698,'_shipping_last_name','Sharp'),(124875,2698,'_shipping_company','LCA Nit Wits'),(124876,2698,'_shipping_address_1','9302 New LaGrange Road'),(124877,2698,'_shipping_address_2','Unit H'),(124878,2698,'_shipping_city','Louisville'),(124879,2698,'_shipping_state','KY'),(124880,2698,'_shipping_postcode','40242'),(124881,2698,'_shipping_country','US'),(124882,2698,'_order_currency','USD'),(124883,2698,'_cart_discount','0'),(124884,2698,'_cart_discount_tax','0'),(124885,2698,'_order_shipping','14.73'),(124886,2698,'_order_shipping_tax','0'),(124887,2698,'_order_tax','0'),(124888,2698,'_order_total','14.73'),(124889,2698,'_order_version','8.9.2'),(124890,2698,'_prices_include_tax','no'),(124891,2698,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(124892,2698,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(124893,2698,'is_vat_exempt','no'),(124894,2698,'_wc_order_attribution_source_type','referral'),(124895,2698,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(124896,2698,'_wc_order_attribution_utm_source','lcaportal.com'),(124897,2698,'_wc_order_attribution_utm_medium','referral'),(124898,2698,'_wc_order_attribution_utm_content','/'),(124899,2698,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124900,2698,'_wc_order_attribution_session_start_time','2024-06-05 18:46:24'),(124901,2698,'_wc_order_attribution_session_pages','3'),(124902,2698,'_wc_order_attribution_session_count','1'),(124903,2698,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124904,2698,'_wc_order_attribution_device_type','Desktop'),(124905,2698,'_oaw_varify_key','b2063ed3dad379352237'),(124906,2699,'_order_key','wc_order_CiSzSVRSqgvwC'),(124907,2699,'_customer_user','28'),(124908,2699,'_payment_method','paypal'),(124909,2699,'_payment_method_title','PayPal'),(124910,2699,'_customer_ip_address','172.115.255.171'),(124911,2699,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124912,2699,'_created_via','checkout'),(124913,2699,'_cart_hash','c74f65d73bd1c3fe609473525025a1cb'),(124914,2699,'_download_permissions_granted','yes'),(124915,2699,'_recorded_sales','yes'),(124916,2699,'_recorded_coupon_usage_counts','yes'),(124917,2699,'_new_order_email_sent','true'),(124918,2699,'_order_stock_reduced','yes'),(124919,2699,'_billing_first_name','Kelli'),(124920,2699,'_billing_last_name','Washington'),(124921,2699,'_billing_company','Lice Clinics of America - Temecula'),(124922,2699,'_billing_address_1','2438 Bear Rock Gln.'),(124923,2699,'_billing_city','Escondido'),(124924,2699,'_billing_state','CA'),(124925,2699,'_billing_postcode','92026'),(124926,2699,'_billing_country','US'),(124927,2699,'_billing_email','info@liceclinicstemecula.com'),(124928,2699,'_billing_phone','7606255580'),(124929,2699,'_shipping_first_name','Kelli'),(124930,2699,'_shipping_last_name','Washington'),(124931,2699,'_shipping_company','Lice Clinics of America - Temecula'),(124932,2699,'_shipping_address_1','1145 E Barham Dr #108'),(124933,2699,'_shipping_city','San Marcos'),(124934,2699,'_shipping_state','CA'),(124935,2699,'_shipping_postcode','92078'),(124936,2699,'_shipping_country','US'),(124937,2699,'_order_currency','USD'),(124938,2699,'_cart_discount','0'),(124939,2699,'_cart_discount_tax','0'),(124940,2699,'_order_shipping','29.79'),(124941,2699,'_order_shipping_tax','0'),(124942,2699,'_order_tax','0'),(124943,2699,'_order_total','272.67'),(124944,2699,'_order_version','8.9.2'),(124945,2699,'_prices_include_tax','no'),(124946,2699,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(124947,2699,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 1145 E Barham Dr #108  San Marcos CA 92078 US '),(124948,2699,'is_vat_exempt','no'),(124949,2699,'_wc_order_attribution_source_type','typein'),(124950,2699,'_wc_order_attribution_utm_source','(direct)'),(124951,2699,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(124952,2699,'_wc_order_attribution_session_start_time','2024-06-05 20:57:47'),(124953,2699,'_wc_order_attribution_session_pages','3'),(124954,2699,'_wc_order_attribution_session_count','1'),(124955,2699,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(124956,2699,'_wc_order_attribution_device_type','Desktop'),(124957,2699,'Payment type','instant'),(124958,2699,'_paypal_status','completed'),(124959,2699,'_transaction_id','4SP578488Y745792T'),(124960,2699,'PayPal Transaction Fee','10.01'),(124961,2699,'_date_paid','1717621388'),(124962,2699,'_paid_date','2024-06-05 21:03:08'),(124963,2698,'_edit_lock','1717796497:2'),(124964,2698,'_edit_last','2'),(124965,2698,'Payment type','instant'),(124966,2698,'_paypal_status','completed'),(124967,2698,'_transaction_id','34108846CF2003338'),(124968,2698,'PayPal Transaction Fee','1.00'),(124969,2698,'_date_paid','1717624275'),(124970,2698,'_paid_date','2024-06-05 21:51:15'),(124971,2697,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046131\";s:12:\"date_shipped\";s:10:\"1717632000\";s:11:\"tracking_id\";s:32:\"3a0313fbf5ab31aba8b59ba98d22660b\";}}'),(124972,2697,'_edit_last','2'),(124973,2697,'_date_completed','1717639539'),(124974,2697,'_completed_date','2024-06-06 02:05:39'),(124975,2687,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045319\";s:12:\"date_shipped\";s:10:\"1717113600\";s:11:\"tracking_id\";s:32:\"bf219ea3880b32b4b6d9cafb91f63b7f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355045320\";s:12:\"date_shipped\";i:1717639585;s:11:\"tracking_id\";s:32:\"79c0d6e5d21e92b90173f88b3902efae\";}}'),(124976,2687,'_edit_last','2'),(124977,2687,'_date_completed','1717639592'),(124978,2687,'_completed_date','2024-06-06 02:06:32'),(124979,2700,'_order_key','wc_order_t82DJ30f9ZfOX'),(124980,2700,'_customer_user','54'),(124981,2700,'_payment_method','paypal'),(124982,2700,'_payment_method_title','PayPal'),(124983,2700,'_customer_ip_address','174.211.101.80'),(124984,2700,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36'),(124985,2700,'_created_via','checkout'),(124986,2700,'_cart_hash','497dd612ae6d808c3efb809cc90f54a2'),(124987,2700,'_download_permissions_granted','yes'),(124988,2700,'_recorded_sales','yes'),(124989,2700,'_recorded_coupon_usage_counts','yes'),(124990,2700,'_new_order_email_sent','true'),(124991,2700,'_order_stock_reduced','yes'),(124992,2700,'_billing_first_name','Erin'),(124993,2700,'_billing_last_name','Hawn'),(124994,2700,'_billing_address_1','10 W Phillip Rd'),(124995,2700,'_billing_address_2','Suite 123'),(124996,2700,'_billing_city','Vernon Hills'),(124997,2700,'_billing_state','IL'),(124998,2700,'_billing_postcode','60061'),(124999,2700,'_billing_country','US'),(125000,2700,'_billing_email','info@liceclinicsvernonhills.com'),(125001,2700,'_billing_phone','8475960408'),(125002,2700,'_shipping_first_name','Erin'),(125003,2700,'_shipping_last_name','Hawn'),(125004,2700,'_shipping_address_1','1491 S Amarias Dr'),(125005,2700,'_shipping_city','Round lake'),(125006,2700,'_shipping_state','IL'),(125007,2700,'_shipping_postcode','60073'),(125008,2700,'_shipping_country','US'),(125009,2700,'_order_currency','USD'),(125010,2700,'_cart_discount','0'),(125011,2700,'_cart_discount_tax','0'),(125012,2700,'_order_shipping','0'),(125013,2700,'_order_shipping_tax','0'),(125014,2700,'_order_tax','0'),(125015,2700,'_order_total','704.02'),(125016,2700,'_order_version','8.9.2'),(125017,2700,'_prices_include_tax','no'),(125018,2700,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(125019,2700,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(125020,2700,'is_vat_exempt','no'),(125021,2700,'_wc_order_attribution_source_type','referral'),(125022,2700,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(125023,2700,'_wc_order_attribution_utm_source','com.google.android.gm'),(125024,2700,'_wc_order_attribution_utm_medium','referral'),(125025,2700,'_wc_order_attribution_utm_content','/'),(125026,2700,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125027,2700,'_wc_order_attribution_session_start_time','2024-06-06 11:08:45'),(125028,2700,'_wc_order_attribution_session_pages','4'),(125029,2700,'_wc_order_attribution_session_count','1'),(125030,2700,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Mobile Safari/537.36'),(125031,2700,'_wc_order_attribution_device_type','Mobile'),(125032,2700,'Payment type','instant'),(125033,2700,'_paypal_status','completed'),(125034,2700,'_transaction_id','6A002135M20465733'),(125035,2700,'PayPal Transaction Fee','25.06'),(125036,2700,'_date_paid','1717672306'),(125037,2700,'_paid_date','2024-06-06 11:11:46'),(125038,2701,'_order_key','wc_order_o7wk3Dxeq1Ial'),(125039,2701,'_customer_user','6'),(125040,2701,'_payment_method','paypal'),(125041,2701,'_payment_method_title','PayPal'),(125042,2701,'_customer_ip_address','24.23.11.137'),(125043,2701,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(125044,2701,'_created_via','checkout'),(125045,2701,'_cart_hash','e55534db7f00d9096dc9b836b5a978d3'),(125046,2701,'_download_permissions_granted','yes'),(125047,2701,'_recorded_sales','yes'),(125048,2701,'_recorded_coupon_usage_counts','yes'),(125049,2701,'_new_order_email_sent','true'),(125050,2701,'_order_stock_reduced','yes'),(125051,2701,'_billing_first_name','Amira'),(125052,2701,'_billing_last_name','Purto'),(125053,2701,'_billing_address_1','2520 Chandon Circle'),(125054,2701,'_billing_city','Modesto'),(125055,2701,'_billing_state','CA'),(125056,2701,'_billing_postcode','95355'),(125057,2701,'_billing_country','US'),(125058,2701,'_billing_email','amira77@sbcglobal.net'),(125059,2701,'_billing_phone','2096422061'),(125060,2701,'_shipping_first_name','Amira'),(125061,2701,'_shipping_last_name','Purto'),(125062,2701,'_shipping_address_1','2520 Chandon Circle'),(125063,2701,'_shipping_city','Modesto'),(125064,2701,'_shipping_state','CA'),(125065,2701,'_shipping_postcode','95355'),(125066,2701,'_shipping_country','US'),(125067,2701,'_order_currency','USD'),(125068,2701,'_cart_discount','0'),(125069,2701,'_cart_discount_tax','0'),(125070,2701,'_order_shipping','0'),(125071,2701,'_order_shipping_tax','0'),(125072,2701,'_order_tax','0'),(125073,2701,'_order_total','1074.80'),(125074,2701,'_order_version','8.9.2'),(125075,2701,'_prices_include_tax','no'),(125076,2701,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(125077,2701,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(125078,2701,'is_vat_exempt','no'),(125079,2701,'_wc_order_attribution_source_type','typein'),(125080,2701,'_wc_order_attribution_utm_source','(direct)'),(125081,2701,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125082,2701,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(125083,2701,'_wc_order_attribution_session_pages','4'),(125084,2701,'_wc_order_attribution_session_count','4'),(125085,2701,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(125086,2701,'_wc_order_attribution_device_type','Desktop'),(125087,2701,'Payment type','instant'),(125088,2701,'_paypal_status','completed'),(125089,2701,'_transaction_id','3NX78852UW5684135'),(125090,2701,'PayPal Transaction Fee','38.00'),(125091,2701,'_date_paid','1717690269'),(125092,2701,'_paid_date','2024-06-06 16:11:09'),(125093,2702,'_order_key','wc_order_Iins7plxlXXFo'),(125094,2702,'_customer_user','96'),(125095,2702,'_payment_method','paypal'),(125096,2702,'_payment_method_title','PayPal'),(125097,2702,'_customer_ip_address','166.181.80.182'),(125098,2702,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(125099,2702,'_created_via','checkout'),(125100,2702,'_cart_hash','0e08b1ffaaf52d8d22cc9e09cccb71c7'),(125101,2702,'_download_permissions_granted','yes'),(125102,2702,'_recorded_sales','yes'),(125103,2702,'_recorded_coupon_usage_counts','yes'),(125104,2702,'_new_order_email_sent','true'),(125105,2702,'_order_stock_reduced','yes'),(125106,2702,'_billing_first_name','Jaimi'),(125107,2702,'_billing_last_name','Anderson'),(125108,2702,'_billing_company','Lice Clinics of America - Des Moines'),(125109,2702,'_billing_address_1','1139 Burlington Ter'),(125110,2702,'_billing_city','Des Moines'),(125111,2702,'_billing_state','IA'),(125112,2702,'_billing_postcode','50314'),(125113,2702,'_billing_country','US'),(125114,2702,'_billing_email','j.m.licesolutions@gmail.com'),(125115,2702,'_billing_phone','515-971-0667'),(125116,2702,'_shipping_first_name','Gabrielle'),(125117,2702,'_shipping_last_name','Songer'),(125118,2702,'_shipping_company','Lice Clinics of America - Des Moines'),(125119,2702,'_shipping_address_1','1331 East 16th Street'),(125120,2702,'_shipping_city','Des Moines'),(125121,2702,'_shipping_state','IA'),(125122,2702,'_shipping_postcode','50316'),(125123,2702,'_shipping_country','US'),(125124,2702,'_order_currency','USD'),(125125,2702,'_cart_discount','0'),(125126,2702,'_cart_discount_tax','0'),(125127,2702,'_order_shipping','0'),(125128,2702,'_order_shipping_tax','0'),(125129,2702,'_order_tax','0'),(125130,2702,'_order_total','926.23'),(125131,2702,'_order_version','8.9.2'),(125132,2702,'_prices_include_tax','no'),(125133,2702,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(125134,2702,'_shipping_address_index','Gabrielle Songer Lice Clinics of America - Des Moines 1331 East 16th Street  Des Moines IA 50316 US '),(125135,2702,'is_vat_exempt','no'),(125136,2702,'_wc_order_attribution_source_type','typein'),(125137,2702,'_wc_order_attribution_utm_source','(direct)'),(125138,2702,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125139,2702,'_wc_order_attribution_session_start_time','2024-06-06 19:13:48'),(125140,2702,'_wc_order_attribution_session_pages','10'),(125141,2702,'_wc_order_attribution_session_count','1'),(125142,2702,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(125143,2702,'_wc_order_attribution_device_type','Desktop'),(125144,2702,'Payment type','instant'),(125145,2702,'_paypal_status','completed'),(125146,2702,'_transaction_id','5W210204U84467159'),(125147,2702,'PayPal Transaction Fee','32.82'),(125148,2702,'_date_paid','1717702047'),(125149,2702,'_paid_date','2024-06-06 19:27:27'),(125150,2703,'_order_key','wc_order_j4vL9XRUhdB62'),(125151,2703,'_customer_user','98'),(125152,2703,'_payment_method','paypal'),(125153,2703,'_payment_method_title','PayPal'),(125154,2703,'_customer_ip_address','24.62.247.50'),(125155,2703,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(125156,2703,'_created_via','checkout'),(125157,2703,'_cart_hash','7406bd3b97a8edcb5c01dead8da9b0d3'),(125158,2703,'_download_permissions_granted','yes'),(125159,2703,'_recorded_sales','yes'),(125160,2703,'_recorded_coupon_usage_counts','yes'),(125161,2703,'_new_order_email_sent','true'),(125162,2703,'_order_stock_reduced','yes'),(125163,2703,'_billing_first_name','Christine'),(125164,2703,'_billing_last_name','Cherry'),(125165,2703,'_billing_company','NITS END'),(125166,2703,'_billing_address_1','PO BOX 1092'),(125167,2703,'_billing_city','Campton'),(125168,2703,'_billing_state','NH'),(125169,2703,'_billing_postcode','03223'),(125170,2703,'_billing_country','US'),(125171,2703,'_billing_email','christine@liceclinicscolumbus.com'),(125172,2703,'_billing_phone','16034983390'),(125173,2703,'_shipping_first_name','Erica'),(125174,2703,'_shipping_last_name','Froggatt'),(125175,2703,'_shipping_company','LCA'),(125176,2703,'_shipping_address_1','5910 Wilcox Pl'),(125177,2703,'_shipping_address_2','suite E'),(125178,2703,'_shipping_city','Dublin'),(125179,2703,'_shipping_state','OH'),(125180,2703,'_shipping_postcode','43016'),(125181,2703,'_shipping_country','US'),(125182,2703,'_order_currency','USD'),(125183,2703,'_cart_discount','0'),(125184,2703,'_cart_discount_tax','0'),(125185,2703,'_order_shipping','14.17'),(125186,2703,'_order_shipping_tax','0'),(125187,2703,'_order_tax','0'),(125188,2703,'_order_total','28.47'),(125189,2703,'_order_version','8.9.2'),(125190,2703,'_prices_include_tax','no'),(125191,2703,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(125192,2703,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(125193,2703,'is_vat_exempt','no'),(125194,2703,'_wc_order_attribution_source_type','referral'),(125195,2703,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125196,2703,'_wc_order_attribution_utm_source','lcaportal.com'),(125197,2703,'_wc_order_attribution_utm_medium','referral'),(125198,2703,'_wc_order_attribution_utm_content','/'),(125199,2703,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125200,2703,'_wc_order_attribution_session_start_time','2024-06-06 20:12:17'),(125201,2703,'_wc_order_attribution_session_pages','4'),(125202,2703,'_wc_order_attribution_session_count','7'),(125203,2703,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(125204,2703,'_wc_order_attribution_device_type','Desktop'),(125205,2703,'Payment type','instant'),(125206,2703,'_paypal_status','completed'),(125207,2703,'_transaction_id','9RG183354N164632A'),(125208,2703,'PayPal Transaction Fee','1.48'),(125209,2703,'_date_paid','1717704824'),(125210,2703,'_paid_date','2024-06-06 20:13:44'),(125211,2703,'_edit_lock','1717713850:2'),(125212,2704,'_order_currency','USD'),(125213,2704,'_cart_discount','0'),(125214,2704,'_cart_discount_tax','0'),(125215,2704,'_order_shipping','-14.17'),(125216,2704,'_order_shipping_tax','0'),(125217,2704,'_order_tax','0'),(125218,2704,'_order_total','-14.17'),(125219,2704,'_order_version','8.9.2'),(125220,2704,'_prices_include_tax','no'),(125221,2704,'_refund_amount','14.17'),(125222,2704,'_refunded_by','2'),(125223,2704,'_refunded_payment','1'),(125224,2704,'_refund_reason',''),(125225,2703,'_edit_last','2'),(125226,2703,'_date_completed','1717708930'),(125227,2703,'_completed_date','2024-06-06 21:22:10'),(125228,2705,'_order_key','wc_order_ipmYhHgJSlUXC'),(125229,2705,'_customer_user','50'),(125230,2705,'_payment_method','paypal'),(125231,2705,'_payment_method_title','PayPal'),(125232,2705,'_customer_ip_address','24.62.247.50'),(125233,2705,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(125234,2705,'_created_via','checkout'),(125235,2705,'_cart_hash','b0aa1795d58e15ef701d21a4dcb41d6d'),(125236,2705,'_download_permissions_granted','yes'),(125237,2705,'_recorded_sales','yes'),(125238,2705,'_recorded_coupon_usage_counts','yes'),(125239,2705,'_new_order_email_sent','true'),(125240,2705,'_order_stock_reduced','yes'),(125241,2705,'_billing_first_name','Christine'),(125242,2705,'_billing_last_name','Cherry'),(125243,2705,'_billing_company','NITS END'),(125244,2705,'_billing_address_1','PO BOX 1092'),(125245,2705,'_billing_city','Campton'),(125246,2705,'_billing_state','NH'),(125247,2705,'_billing_postcode','03223'),(125248,2705,'_billing_country','US'),(125249,2705,'_billing_email','info@liceclinicsplaistow.com'),(125250,2705,'_billing_phone','16034983390'),(125251,2705,'_shipping_first_name','Christine'),(125252,2705,'_shipping_last_name','Cherry'),(125253,2705,'_shipping_company','LCA - Nits End / 149091'),(125254,2705,'_shipping_address_1','10 Donald B Dean Drive'),(125255,2705,'_shipping_address_2','Unit 1'),(125256,2705,'_shipping_city','South Portland'),(125257,2705,'_shipping_state','NH'),(125258,2705,'_shipping_postcode','04106'),(125259,2705,'_shipping_country','US'),(125260,2705,'_order_currency','USD'),(125261,2705,'_cart_discount','0'),(125262,2705,'_cart_discount_tax','0'),(125263,2705,'_order_shipping','0'),(125264,2705,'_order_shipping_tax','0'),(125265,2705,'_order_tax','0'),(125266,2705,'_order_total','729.82'),(125267,2705,'_order_version','8.9.2'),(125268,2705,'_prices_include_tax','no'),(125269,2705,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(125270,2705,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 10 Donald B Dean Drive Unit 1 South Portland NH 04106 US '),(125271,2705,'is_vat_exempt','no'),(125272,2705,'_wc_order_attribution_source_type','referral'),(125273,2705,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125274,2705,'_wc_order_attribution_utm_source','lcaportal.com'),(125275,2705,'_wc_order_attribution_utm_medium','referral'),(125276,2705,'_wc_order_attribution_utm_content','/'),(125277,2705,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125278,2705,'_wc_order_attribution_session_start_time','2024-06-07 10:57:54'),(125279,2705,'_wc_order_attribution_session_pages','13'),(125280,2705,'_wc_order_attribution_session_count','9'),(125281,2705,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0'),(125282,2705,'_wc_order_attribution_device_type','Desktop'),(125283,2705,'Payment type','instant'),(125284,2705,'_paypal_status','completed'),(125285,2705,'_transaction_id','60392412HS244192A'),(125286,2705,'PayPal Transaction Fee','25.96'),(125287,2705,'_date_paid','1717758454'),(125288,2705,'_paid_date','2024-06-07 11:07:34'),(125289,2706,'_order_key','wc_order_Acgqi4gaV1Usi'),(125290,2706,'_customer_user','52'),(125291,2706,'_payment_method','paypal'),(125292,2706,'_payment_method_title','PayPal'),(125293,2706,'_customer_ip_address','96.241.152.247'),(125294,2706,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125295,2706,'_created_via','checkout'),(125296,2706,'_cart_hash','b313cab2981f2f62403052aa2e74e271'),(125297,2706,'_download_permissions_granted','yes'),(125298,2706,'_recorded_sales','yes'),(125299,2706,'_recorded_coupon_usage_counts','yes'),(125300,2706,'_new_order_email_sent','true'),(125301,2706,'_order_stock_reduced','yes'),(125302,2706,'_billing_first_name','Darlene'),(125303,2706,'_billing_last_name','LaFramboise'),(125304,2706,'_billing_company','LCA-NOVA'),(125305,2706,'_billing_address_1','25473 Tomey Ct'),(125306,2706,'_billing_city','Aldie'),(125307,2706,'_billing_state','VA'),(125308,2706,'_billing_postcode','20105-3048'),(125309,2706,'_billing_country','US'),(125310,2706,'_billing_email','info@liceremovalnova.com'),(125311,2706,'_billing_phone','7033031576'),(125312,2706,'_shipping_first_name','Darlene'),(125313,2706,'_shipping_last_name','LaFramboise'),(125314,2706,'_shipping_company','LCA-NOVA'),(125315,2706,'_shipping_address_1','25473 Tomey Ct'),(125316,2706,'_shipping_city','Aldie'),(125317,2706,'_shipping_state','VA'),(125318,2706,'_shipping_postcode','20105-3048'),(125319,2706,'_shipping_country','US'),(125320,2706,'_order_currency','USD'),(125321,2706,'_cart_discount','0'),(125322,2706,'_cart_discount_tax','0'),(125323,2706,'_order_shipping','17.32'),(125324,2706,'_order_shipping_tax','0'),(125325,2706,'_order_tax','0'),(125326,2706,'_order_total','307.88'),(125327,2706,'_order_version','8.9.2'),(125328,2706,'_prices_include_tax','no'),(125329,2706,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(125330,2706,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(125331,2706,'is_vat_exempt','no'),(125332,2706,'_wc_order_attribution_source_type','referral'),(125333,2706,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(125334,2706,'_wc_order_attribution_utm_source','lcaportal.com'),(125335,2706,'_wc_order_attribution_utm_medium','referral'),(125336,2706,'_wc_order_attribution_utm_content','/'),(125337,2706,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125338,2706,'_wc_order_attribution_session_start_time','2024-06-07 16:15:47'),(125339,2706,'_wc_order_attribution_session_pages','4'),(125340,2706,'_wc_order_attribution_session_count','1'),(125341,2706,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125342,2706,'_wc_order_attribution_device_type','Desktop'),(125343,2706,'Payment type','instant'),(125344,2706,'_paypal_status','completed'),(125345,2706,'_transaction_id','3NV62124HC858431U'),(125346,2706,'PayPal Transaction Fee','11.24'),(125347,2706,'_date_paid','1717777074'),(125348,2706,'_paid_date','2024-06-07 16:17:54'),(125349,2699,'_edit_lock','1717796461:2'),(125350,2699,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046234\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"d61615012a1bcc162d5a2a6197a05da9\";}}'),(125351,2699,'_edit_last','2'),(125352,2699,'_date_completed','1717796602'),(125353,2699,'_completed_date','2024-06-07 21:43:22'),(125354,2698,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046245\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"92ce0bc3e488936ee2ff68cbcb408171\";}}'),(125355,2698,'_date_completed','1717796632'),(125356,2698,'_completed_date','2024-06-07 21:43:52'),(125357,2700,'_edit_lock','1717796535:2'),(125358,2700,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046256\";s:12:\"date_shipped\";i:1717796666;s:11:\"tracking_id\";s:32:\"1d51b483e62fda457df1e67376933026\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046267\";s:12:\"date_shipped\";i:1717796673;s:11:\"tracking_id\";s:32:\"03305c27ca97f6c61277192d3b42ddc6\";}}'),(125359,2700,'_edit_last','2'),(125360,2700,'_date_completed','1717796675'),(125361,2700,'_completed_date','2024-06-07 21:44:35'),(125362,2701,'_edit_lock','1717796720:2'),(125363,2701,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046360\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"8c4e789170bfde24ca0a39b3a612b430\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046359\";s:12:\"date_shipped\";i:1717796709;s:11:\"tracking_id\";s:32:\"57591520a02ffe261ff9f30c5bb86492\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046348\";s:12:\"date_shipped\";i:1717796715;s:11:\"tracking_id\";s:32:\"4222c358d57ffb200ebfc879aca8d552\";}}'),(125364,2701,'_edit_last','2'),(125365,2701,'_date_completed','1717796716'),(125366,2701,'_completed_date','2024-06-07 21:45:16'),(125367,2702,'_edit_lock','1717796767:2'),(125368,2702,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046462\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"f8611a04002f0ad6ed9a1b94594cd51d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046451\";s:12:\"date_shipped\";i:1717796749;s:11:\"tracking_id\";s:32:\"81a970b5a044c48ccbbb44ca95e656cd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046440\";s:12:\"date_shipped\";i:1717796755;s:11:\"tracking_id\";s:32:\"0380e4b0c16c66fa93a2c312c247c0dd\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046430\";s:12:\"date_shipped\";i:1717796760;s:11:\"tracking_id\";s:32:\"74235bac5a693a3edcda4888798e75bd\";}}'),(125369,2702,'_edit_last','2'),(125370,2702,'_date_completed','1717796763'),(125371,2702,'_completed_date','2024-06-07 21:46:03'),(125372,2705,'_edit_lock','1717796812:2'),(125373,2706,'_edit_lock','1717796861:2'),(125374,2705,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046576\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"10de5f75b319d2ea62b2dd40b92d8abe\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046587\";s:12:\"date_shipped\";i:1717796806;s:11:\"tracking_id\";s:32:\"12e293363a4144711702e5f1c9235c54\";}}'),(125375,2705,'_edit_last','2'),(125376,2705,'_date_completed','1717796808'),(125377,2705,'_completed_date','2024-06-07 21:46:48'),(125378,2706,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046602\";s:12:\"date_shipped\";s:10:\"1717718400\";s:11:\"tracking_id\";s:32:\"5011832e717248271781665a60fb3e07\";}}'),(125379,2706,'_edit_last','2'),(125380,2706,'_date_completed','1717796828'),(125381,2706,'_completed_date','2024-06-07 21:47:08'),(125382,2707,'_order_key','wc_order_mTBYjxP3FzSVl'),(125383,2707,'_customer_user','3'),(125384,2707,'_payment_method','paypal'),(125385,2707,'_payment_method_title','PayPal'),(125386,2707,'_customer_ip_address','99.22.146.124'),(125387,2707,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125388,2707,'_created_via','checkout'),(125389,2707,'_cart_hash','f7192411cb6d5726e2fab10c103fd271'),(125390,2707,'_download_permissions_granted','yes'),(125391,2707,'_recorded_sales','yes'),(125392,2707,'_recorded_coupon_usage_counts','yes'),(125393,2707,'_new_order_email_sent','true'),(125394,2707,'_order_stock_reduced','yes'),(125395,2707,'_billing_first_name','Amanda'),(125396,2707,'_billing_last_name','Westerman'),(125397,2707,'_billing_company','Lice Clinics of America McKinney'),(125398,2707,'_billing_address_1','3120 Hudson Crossing'),(125399,2707,'_billing_address_2','Suite A2'),(125400,2707,'_billing_city','MCKINNEY'),(125401,2707,'_billing_state','TX'),(125402,2707,'_billing_postcode','75070'),(125403,2707,'_billing_country','US'),(125404,2707,'_billing_email','awesterman1103@gmail.com'),(125405,2707,'_billing_phone','2144175741'),(125406,2707,'_shipping_first_name','Amanda'),(125407,2707,'_shipping_last_name','Westerman'),(125408,2707,'_shipping_company','Lice Clinics of America McKinney'),(125409,2707,'_shipping_address_1','3120 Hudson Crossing'),(125410,2707,'_shipping_address_2','Suite A2'),(125411,2707,'_shipping_city','MCKINNEY'),(125412,2707,'_shipping_state','TX'),(125413,2707,'_shipping_postcode','75070'),(125414,2707,'_shipping_country','US'),(125415,2707,'_order_currency','USD'),(125416,2707,'_cart_discount','0'),(125417,2707,'_cart_discount_tax','0'),(125418,2707,'_order_shipping','0'),(125419,2707,'_order_shipping_tax','0'),(125420,2707,'_order_tax','0'),(125421,2707,'_order_total','527.08'),(125422,2707,'_order_version','8.9.2'),(125423,2707,'_prices_include_tax','no'),(125424,2707,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(125425,2707,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(125426,2707,'is_vat_exempt','no'),(125427,2707,'_wc_order_attribution_source_type','referral'),(125428,2707,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125429,2707,'_wc_order_attribution_utm_source','lcaportal.com'),(125430,2707,'_wc_order_attribution_utm_medium','referral'),(125431,2707,'_wc_order_attribution_utm_content','/'),(125432,2707,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125433,2707,'_wc_order_attribution_session_start_time','2024-06-07 22:59:55'),(125434,2707,'_wc_order_attribution_session_pages','4'),(125435,2707,'_wc_order_attribution_session_count','3'),(125436,2707,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125437,2707,'_wc_order_attribution_device_type','Desktop'),(125438,2707,'Payment type','instant'),(125439,2707,'_paypal_status','completed'),(125440,2707,'_transaction_id','1Y730484119286344'),(125441,2707,'PayPal Transaction Fee','18.89'),(125442,2707,'_date_paid','1717801555'),(125443,2707,'_paid_date','2024-06-07 23:05:55'),(125444,2696,'Payment type','instant'),(125445,2696,'_paypal_status','completed'),(125446,2696,'_transaction_id','45D20859TT694945W'),(125447,2696,'PayPal Transaction Fee','1.28'),(125448,2696,'_date_paid','1717802461'),(125449,2696,'_paid_date','2024-06-07 23:21:01'),(125450,2708,'_order_key','wc_order_rGWjP0veL0x4W'),(125451,2708,'_customer_user','82'),(125452,2708,'_payment_method','paypal'),(125453,2708,'_payment_method_title','PayPal'),(125454,2708,'_customer_ip_address','70.108.16.17'),(125455,2708,'_customer_user_agent','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'),(125456,2708,'_created_via','checkout'),(125457,2708,'_cart_hash','ae5603ee8461f1ef093b73369cae5307'),(125458,2708,'_download_permissions_granted','yes'),(125459,2708,'_recorded_sales','yes'),(125460,2708,'_recorded_coupon_usage_counts','yes'),(125461,2708,'_new_order_email_sent','true'),(125462,2708,'_order_stock_reduced','yes'),(125463,2708,'_billing_first_name','Nigel'),(125464,2708,'_billing_last_name','Le'),(125465,2708,'_billing_address_1','6080 FRANCONIA ROAD'),(125466,2708,'_billing_address_2','SUITE D'),(125467,2708,'_billing_city','ALEXANDRIA'),(125468,2708,'_billing_state','VA'),(125469,2708,'_billing_postcode','22310'),(125470,2708,'_billing_country','US'),(125471,2708,'_billing_email','sonnynguyenle@gmail.com'),(125472,2708,'_billing_phone','703-520-9000'),(125473,2708,'_shipping_first_name','SONNY'),(125474,2708,'_shipping_last_name','LE'),(125475,2708,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(125476,2708,'_shipping_city','FAIRFAX'),(125477,2708,'_shipping_state','VA'),(125478,2708,'_shipping_postcode','22030'),(125479,2708,'_shipping_country','US'),(125480,2708,'_order_currency','USD'),(125481,2708,'_cart_discount','0'),(125482,2708,'_cart_discount_tax','0'),(125483,2708,'_order_shipping','0'),(125484,2708,'_order_shipping_tax','0'),(125485,2708,'_order_tax','0'),(125486,2708,'_order_total','3433.62'),(125487,2708,'_order_version','8.9.2'),(125488,2708,'_prices_include_tax','no'),(125489,2708,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(125490,2708,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(125491,2708,'is_vat_exempt','no'),(125492,2708,'_wc_order_attribution_source_type','typein'),(125493,2708,'_wc_order_attribution_utm_source','(direct)'),(125494,2708,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125495,2708,'_wc_order_attribution_session_start_time','2024-06-09 03:12:55'),(125496,2708,'_wc_order_attribution_session_pages','11'),(125497,2708,'_wc_order_attribution_session_count','1'),(125498,2708,'_wc_order_attribution_user_agent','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'),(125499,2708,'_wc_order_attribution_device_type','Desktop'),(125500,2708,'Payment type','instant'),(125501,2708,'_paypal_status','completed'),(125502,2708,'_transaction_id','3CW86636EE090615T'),(125503,2708,'PayPal Transaction Fee','120.32'),(125504,2708,'_date_paid','1717904133'),(125505,2708,'_paid_date','2024-06-09 03:35:33'),(125506,2709,'_order_key','wc_order_76TLOyGLVnB5f'),(125507,2709,'_customer_user','29'),(125508,2709,'_payment_method','paypal'),(125509,2709,'_payment_method_title','PayPal'),(125510,2709,'_customer_ip_address','104.28.76.122'),(125511,2709,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(125512,2709,'_created_via','checkout'),(125513,2709,'_cart_hash','ba24948c08b408f86949a1696c6ad453'),(125514,2709,'_download_permissions_granted','yes'),(125515,2709,'_recorded_sales','yes'),(125516,2709,'_recorded_coupon_usage_counts','yes'),(125517,2709,'_new_order_email_sent','true'),(125518,2709,'_order_stock_reduced','yes'),(125519,2709,'_billing_first_name','Kevin'),(125520,2709,'_billing_last_name','Reilly'),(125521,2709,'_billing_address_1','5460 Richie Ct'),(125522,2709,'_billing_city','Pipersville'),(125523,2709,'_billing_state','PA'),(125524,2709,'_billing_postcode','18947'),(125525,2709,'_billing_country','US'),(125526,2709,'_billing_email','info@liceclinicslansdale.com'),(125527,2709,'_billing_phone','2156941408'),(125528,2709,'_shipping_first_name','Kevin'),(125529,2709,'_shipping_last_name','Reilly'),(125530,2709,'_shipping_company','LCA Lansdale'),(125531,2709,'_shipping_address_1','2131 North Broad Street'),(125532,2709,'_shipping_address_2','Suite 101'),(125533,2709,'_shipping_city','Lansdale'),(125534,2709,'_shipping_state','PA'),(125535,2709,'_shipping_postcode','19446'),(125536,2709,'_shipping_country','US'),(125537,2709,'_order_currency','USD'),(125538,2709,'_cart_discount','0'),(125539,2709,'_cart_discount_tax','0'),(125540,2709,'_order_shipping','21.36'),(125541,2709,'_order_shipping_tax','0'),(125542,2709,'_order_tax','0'),(125543,2709,'_order_total','243.51'),(125544,2709,'_order_version','8.9.2'),(125545,2709,'_prices_include_tax','no'),(125546,2709,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(125547,2709,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(125548,2709,'is_vat_exempt','no'),(125549,2709,'_wc_order_attribution_source_type','referral'),(125550,2709,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(125551,2709,'_wc_order_attribution_utm_source','lcaportal.com'),(125552,2709,'_wc_order_attribution_utm_medium','referral'),(125553,2709,'_wc_order_attribution_utm_content','/'),(125554,2709,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125555,2709,'_wc_order_attribution_session_start_time','2024-06-09 14:52:41'),(125556,2709,'_wc_order_attribution_session_pages','5'),(125557,2709,'_wc_order_attribution_session_count','1'),(125558,2709,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(125559,2709,'_wc_order_attribution_device_type','Mobile'),(125560,2709,'Payment type','instant'),(125561,2709,'_paypal_status','completed'),(125562,2709,'_transaction_id','3RD98239UF4910338'),(125563,2709,'PayPal Transaction Fee','8.99'),(125564,2709,'_date_paid','1717945226'),(125565,2709,'_paid_date','2024-06-09 15:00:26'),(125566,2707,'_edit_lock','1718053640:2'),(125567,2708,'_edit_lock','1718053755:2'),(125568,2696,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046852\";s:12:\"date_shipped\";s:10:\"1717977600\";s:11:\"tracking_id\";s:32:\"aa6aa311413160e77572515c15f90727\";}}'),(125569,2696,'_date_completed','1718053763'),(125570,2696,'_completed_date','2024-06-10 21:09:23'),(125571,2707,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046830\";s:12:\"date_shipped\";s:10:\"1717977600\";s:11:\"tracking_id\";s:32:\"0c101127d53b8a2fa971aec6156a28fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046820\";s:12:\"date_shipped\";i:1718053779;s:11:\"tracking_id\";s:32:\"d2512628116904cae854540f539b7f8a\";}}'),(125572,2707,'_edit_last','2'),(125573,2707,'_date_completed','1718053780'),(125574,2707,'_completed_date','2024-06-10 21:09:40'),(125575,2709,'_edit_lock','1718053678:2'),(125576,2709,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046874\";s:12:\"date_shipped\";s:10:\"1717977600\";s:11:\"tracking_id\";s:32:\"498236f76437160203c8b9801469e78d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046863\";s:12:\"date_shipped\";i:1718053814;s:11:\"tracking_id\";s:32:\"30904fe53d20c247459e1de89b0b0ba7\";}}'),(125577,2709,'_edit_last','2'),(125578,2709,'_date_completed','1718053816'),(125579,2709,'_completed_date','2024-06-10 21:10:16'),(125580,2708,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046988\";s:12:\"date_shipped\";s:10:\"1717977600\";s:11:\"tracking_id\";s:32:\"7a26222460e519375f6c5513bfbcb999\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046977\";s:12:\"date_shipped\";i:1718053843;s:11:\"tracking_id\";s:32:\"d7b8c36a3d545c428854534de815823b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046966\";s:12:\"date_shipped\";i:1718053849;s:11:\"tracking_id\";s:32:\"49b84218fea7462aad8007793ddc0674\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046955\";s:12:\"date_shipped\";i:1718053855;s:11:\"tracking_id\";s:32:\"88e804483799d2828b7a9843afea3996\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046944\";s:12:\"date_shipped\";i:1718053863;s:11:\"tracking_id\";s:32:\"e61131f211008afeb30df72f81c696e8\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046933\";s:12:\"date_shipped\";i:1718053869;s:11:\"tracking_id\";s:32:\"647a063014d391205b7746468d1fe6e2\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046922\";s:12:\"date_shipped\";i:1718053879;s:11:\"tracking_id\";s:32:\"4c1f4907a865a6f5dd53da00973fbaee\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355046911\";s:12:\"date_shipped\";i:1718053885;s:11:\"tracking_id\";s:32:\"b212a6ee0045db308db1c5e1ccd97b43\";}}'),(125581,2708,'_edit_last','2'),(125582,2708,'_date_completed','1718053887'),(125583,2708,'_completed_date','2024-06-10 21:11:27'),(125584,2710,'_order_key','wc_order_EdEsjc5fIBucB'),(125585,2710,'_customer_user','83'),(125586,2710,'_payment_method','paypal'),(125587,2710,'_payment_method_title','PayPal'),(125588,2710,'_customer_ip_address','38.175.166.123'),(125589,2710,'_customer_user_agent','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'),(125590,2710,'_created_via','checkout'),(125591,2710,'_cart_hash','b0994fa0748e11a64be54a0be27f8ad9'),(125592,2710,'_download_permissions_granted','yes'),(125593,2710,'_recorded_sales','yes'),(125594,2710,'_recorded_coupon_usage_counts','yes'),(125595,2710,'_new_order_email_sent','true'),(125596,2710,'_order_stock_reduced','yes'),(125597,2710,'_billing_first_name','Tanya'),(125598,2710,'_billing_last_name','Kensley'),(125599,2710,'_billing_company','Lice Clinics of America'),(125600,2710,'_billing_address_1','4248 McMurry Ave'),(125601,2710,'_billing_city','Fort Collins'),(125602,2710,'_billing_state','CO'),(125603,2710,'_billing_postcode','80525'),(125604,2710,'_billing_country','US'),(125605,2710,'_billing_email','info@liceclinicsnortherncolorado.com'),(125606,2710,'_billing_phone','9702338787'),(125607,2710,'_shipping_first_name','Lice Clinics'),(125608,2710,'_shipping_last_name','America'),(125609,2710,'_shipping_company','Lice Clinics of America Longmont'),(125610,2710,'_shipping_address_1','421 21st Ave, Suite 210'),(125611,2710,'_shipping_city','Longmont'),(125612,2710,'_shipping_state','CO'),(125613,2710,'_shipping_postcode','80501'),(125614,2710,'_shipping_country','US'),(125615,2710,'_order_currency','USD'),(125616,2710,'_cart_discount','0'),(125617,2710,'_cart_discount_tax','0'),(125618,2710,'_order_shipping','27.53'),(125619,2710,'_order_shipping_tax','0'),(125620,2710,'_order_tax','0'),(125621,2710,'_order_total','232.65'),(125622,2710,'_order_version','8.9.3'),(125623,2710,'_prices_include_tax','no'),(125624,2710,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(125625,2710,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(125626,2710,'is_vat_exempt','no'),(125627,2710,'_wc_order_attribution_source_type','referral'),(125628,2710,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125629,2710,'_wc_order_attribution_utm_source','lcaportal.com'),(125630,2710,'_wc_order_attribution_utm_medium','referral'),(125631,2710,'_wc_order_attribution_utm_content','/'),(125632,2710,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125633,2710,'_wc_order_attribution_session_start_time','2024-06-11 19:07:02'),(125634,2710,'_wc_order_attribution_session_pages','3'),(125635,2710,'_wc_order_attribution_session_count','1'),(125636,2710,'_wc_order_attribution_user_agent','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'),(125637,2710,'_wc_order_attribution_device_type','Desktop'),(125638,2710,'Payment type','instant'),(125639,2710,'_paypal_status','completed'),(125640,2710,'_transaction_id','3MV1311337270642S'),(125641,2710,'PayPal Transaction Fee','8.61'),(125642,2710,'_date_paid','1718132921'),(125643,2710,'_paid_date','2024-06-11 19:08:41'),(125644,2711,'_order_key','wc_order_OUjxR05Gchyz6'),(125645,2711,'_customer_user','66'),(125646,2711,'_payment_method','paypal'),(125647,2711,'_payment_method_title','PayPal'),(125648,2711,'_customer_ip_address','69.250.30.77'),(125649,2711,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(125650,2711,'_created_via','checkout'),(125651,2711,'_cart_hash','dc36fd25458284c710431eb96c30ed71'),(125652,2711,'_download_permissions_granted','yes'),(125653,2711,'_recorded_sales','yes'),(125654,2711,'_recorded_coupon_usage_counts','yes'),(125655,2711,'_new_order_email_sent','true'),(125656,2711,'_order_stock_reduced','yes'),(125657,2711,'_billing_first_name','Mark'),(125658,2711,'_billing_last_name','Dent'),(125659,2711,'_billing_company','Lice Clinics of Maryland'),(125660,2711,'_billing_address_1','801 W 33rd Street'),(125661,2711,'_billing_city','BAltimore'),(125662,2711,'_billing_state','MD'),(125663,2711,'_billing_postcode','21211'),(125664,2711,'_billing_country','US'),(125665,2711,'_billing_email','info@liceclinicsofmaryland.com'),(125666,2711,'_billing_phone','4438349991'),(125667,2711,'_shipping_first_name','Dawn'),(125668,2711,'_shipping_last_name','Mumaw'),(125669,2711,'_shipping_company','LCA Baltimore'),(125670,2711,'_shipping_address_1','604 Providence Road'),(125671,2711,'_shipping_city','Towson'),(125672,2711,'_shipping_state','MD'),(125673,2711,'_shipping_postcode','21286'),(125674,2711,'_shipping_country','US'),(125675,2711,'_order_currency','USD'),(125676,2711,'_cart_discount','0'),(125677,2711,'_cart_discount_tax','0'),(125678,2711,'_order_shipping','0'),(125679,2711,'_order_shipping_tax','0'),(125680,2711,'_order_tax','0'),(125681,2711,'_order_total','809.30'),(125682,2711,'_order_version','8.9.3'),(125683,2711,'_prices_include_tax','no'),(125684,2711,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(125685,2711,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(125686,2711,'is_vat_exempt','no'),(125687,2711,'_wc_order_attribution_source_type','referral'),(125688,2711,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(125689,2711,'_wc_order_attribution_utm_source','lcaportal.com'),(125690,2711,'_wc_order_attribution_utm_medium','referral'),(125691,2711,'_wc_order_attribution_utm_content','/'),(125692,2711,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125693,2711,'_wc_order_attribution_session_start_time','2024-06-12 20:45:14'),(125694,2711,'_wc_order_attribution_session_pages','4'),(125695,2711,'_wc_order_attribution_session_count','1'),(125696,2711,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(125697,2711,'_wc_order_attribution_device_type','Desktop'),(125698,2711,'Payment type','instant'),(125699,2711,'_paypal_status','completed'),(125700,2711,'_transaction_id','8F003098Y84353113'),(125701,2711,'PayPal Transaction Fee','28.73'),(125702,2711,'_date_paid','1718225476'),(125703,2711,'_paid_date','2024-06-12 20:51:16'),(125704,2710,'_edit_lock','1718239655:2'),(125705,2710,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047150\";s:12:\"date_shipped\";s:10:\"1718236800\";s:11:\"tracking_id\";s:32:\"18dd46d9e0a066ce06a096843603ceb9\";}}'),(125706,2710,'_edit_last','2'),(125707,2710,'_date_completed','1718239794'),(125708,2710,'_completed_date','2024-06-13 00:49:54'),(125709,2711,'_edit_lock','1718313380:2'),(125710,2711,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047274\";s:12:\"date_shipped\";s:10:\"1718236800\";s:11:\"tracking_id\";s:32:\"1fcb4a18ecb277b982c9ef3d139232e8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047263\";s:12:\"date_shipped\";i:1718313385;s:11:\"tracking_id\";s:32:\"b7a5920d07e3fd0d90370bb0bc56936a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047252\";s:12:\"date_shipped\";i:1718313476;s:11:\"tracking_id\";s:32:\"a7111b499e020fde3cc356ce68fd5c15\";}}'),(125711,2711,'_edit_last','2'),(125712,2711,'_date_completed','1718313497'),(125713,2711,'_completed_date','2024-06-13 21:18:17'),(125714,2712,'_order_key','wc_order_Wh0eJwLwRShir'),(125715,2712,'_customer_user','61'),(125716,2712,'_payment_method','paypal'),(125717,2712,'_payment_method_title','PayPal'),(125718,2712,'_customer_ip_address','217.180.201.115'),(125719,2712,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125720,2712,'_created_via','checkout'),(125721,2712,'_cart_hash','e19662b9ef0d7c887d60fd4525e42d90'),(125722,2712,'_download_permissions_granted','yes'),(125723,2712,'_recorded_sales','yes'),(125724,2712,'_recorded_coupon_usage_counts','yes'),(125725,2712,'_new_order_email_sent','true'),(125726,2712,'_order_stock_reduced','yes'),(125727,2712,'_billing_first_name','Judith'),(125728,2712,'_billing_last_name','Hayden'),(125729,2712,'_billing_company','LCAL Hayden LLC'),(125730,2712,'_billing_address_1','1795 Alysheba Way'),(125731,2712,'_billing_address_2','Ste 4105'),(125732,2712,'_billing_city','Lexington'),(125733,2712,'_billing_state','KY'),(125734,2712,'_billing_postcode','40509'),(125735,2712,'_billing_country','US'),(125736,2712,'_billing_email','judy@liceclinicslexington.com'),(125737,2712,'_billing_phone','8595376966'),(125738,2712,'_shipping_first_name','Judy'),(125739,2712,'_shipping_last_name','Hayden'),(125740,2712,'_shipping_company','Lice Clinics of America'),(125741,2712,'_shipping_address_1','549 Centre View Blvd'),(125742,2712,'_shipping_address_2','Cambridge Square Bld 24'),(125743,2712,'_shipping_city','Crestview Hills'),(125744,2712,'_shipping_state','KY'),(125745,2712,'_shipping_postcode','41017'),(125746,2712,'_shipping_country','US'),(125747,2712,'_order_currency','USD'),(125748,2712,'_cart_discount','0'),(125749,2712,'_cart_discount_tax','0'),(125750,2712,'_order_shipping','0'),(125751,2712,'_order_shipping_tax','0'),(125752,2712,'_order_tax','0'),(125753,2712,'_order_total','1412.01'),(125754,2712,'_order_version','9.0.0'),(125755,2712,'_prices_include_tax','no'),(125756,2712,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(125757,2712,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(125758,2712,'is_vat_exempt','no'),(125759,2712,'_wc_order_attribution_source_type','typein'),(125760,2712,'_wc_order_attribution_utm_source','(direct)'),(125761,2712,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125762,2712,'_wc_order_attribution_session_start_time','2024-06-14 14:31:00'),(125763,2712,'_wc_order_attribution_session_pages','6'),(125764,2712,'_wc_order_attribution_session_count','1'),(125765,2712,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125766,2712,'_wc_order_attribution_device_type','Desktop'),(125767,2712,'Payment type','instant'),(125768,2712,'_paypal_status','completed'),(125769,2712,'_transaction_id','642648394Y260052K'),(125770,2712,'PayPal Transaction Fee','49.77'),(125771,2712,'_date_paid','1718375919'),(125772,2712,'_paid_date','2024-06-14 14:38:39'),(125773,2713,'_order_key','wc_order_Pp4RhDe4SrMq4'),(125774,2713,'_customer_user','50'),(125775,2713,'_payment_method','paypal'),(125776,2713,'_payment_method_title','PayPal'),(125777,2713,'_customer_ip_address','24.62.247.50'),(125778,2713,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(125779,2713,'_created_via','checkout'),(125780,2713,'_cart_hash','e05ebfcb02d2f77e8676d076ce604c7e'),(125781,2713,'_download_permissions_granted','yes'),(125782,2713,'_recorded_sales','yes'),(125783,2713,'_recorded_coupon_usage_counts','yes'),(125784,2713,'_new_order_email_sent','true'),(125785,2713,'_order_stock_reduced','yes'),(125786,2713,'_billing_first_name','Christine'),(125787,2713,'_billing_last_name','Cherry'),(125788,2713,'_billing_company','NITS END'),(125789,2713,'_billing_address_1','PO BOX 1092'),(125790,2713,'_billing_city','Campton'),(125791,2713,'_billing_state','NH'),(125792,2713,'_billing_postcode','03223'),(125793,2713,'_billing_country','US'),(125794,2713,'_billing_email','info@liceclinicsplaistow.com'),(125795,2713,'_billing_phone','16034983390'),(125796,2713,'_shipping_first_name','Christine'),(125797,2713,'_shipping_last_name','Cherry'),(125798,2713,'_shipping_company','LCA - Nits End / 149091'),(125799,2713,'_shipping_address_1','71 Spit Brook Rd'),(125800,2713,'_shipping_address_2','Suite 403'),(125801,2713,'_shipping_city','Nashua'),(125802,2713,'_shipping_state','NH'),(125803,2713,'_shipping_postcode','03063'),(125804,2713,'_shipping_country','US'),(125805,2713,'_order_currency','USD'),(125806,2713,'_cart_discount','0'),(125807,2713,'_cart_discount_tax','0'),(125808,2713,'_order_shipping','22.86'),(125809,2713,'_order_shipping_tax','0'),(125810,2713,'_order_tax','0'),(125811,2713,'_order_total','394.72'),(125812,2713,'_order_version','8.9.3'),(125813,2713,'_prices_include_tax','no'),(125814,2713,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(125815,2713,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03063 US '),(125816,2713,'is_vat_exempt','no'),(125817,2713,'_wc_order_attribution_source_type','referral'),(125818,2713,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125819,2713,'_wc_order_attribution_utm_source','lcaportal.com'),(125820,2713,'_wc_order_attribution_utm_medium','referral'),(125821,2713,'_wc_order_attribution_utm_content','/'),(125822,2713,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125823,2713,'_wc_order_attribution_session_start_time','2024-06-14 22:09:36'),(125824,2713,'_wc_order_attribution_session_pages','3'),(125825,2713,'_wc_order_attribution_session_count','2'),(125826,2713,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(125827,2713,'_wc_order_attribution_device_type','Desktop'),(125828,2713,'Payment type','instant'),(125829,2713,'_paypal_status','completed'),(125830,2713,'_transaction_id','8T879126S3786010V'),(125831,2713,'PayPal Transaction Fee','14.27'),(125832,2713,'_date_paid','1718403118'),(125833,2713,'_paid_date','2024-06-14 22:11:58'),(125834,2714,'_order_key','wc_order_LjAaS5jvgDc4a'),(125835,2714,'_customer_user','11'),(125836,2714,'_payment_method','paypal'),(125837,2714,'_payment_method_title','PayPal'),(125838,2714,'_customer_ip_address','65.186.66.106'),(125839,2714,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125840,2714,'_created_via','checkout'),(125841,2714,'_cart_hash','2765881094808f92abe1da6f33ff042d'),(125842,2714,'_download_permissions_granted','yes'),(125843,2714,'_recorded_sales','yes'),(125844,2714,'_recorded_coupon_usage_counts','yes'),(125845,2714,'_new_order_email_sent','true'),(125846,2714,'_order_stock_reduced','yes'),(125847,2714,'_billing_first_name','Tina'),(125848,2714,'_billing_last_name','Hunt'),(125849,2714,'_billing_company','LCBG, LLC'),(125850,2714,'_billing_address_1','830 Fairview Ave.'),(125851,2714,'_billing_address_2','Suite A-4'),(125852,2714,'_billing_city','Bowling Green'),(125853,2714,'_billing_state','KY'),(125854,2714,'_billing_postcode','42101'),(125855,2714,'_billing_country','US'),(125856,2714,'_billing_email','lcbgky12@gmail.com'),(125857,2714,'_billing_phone','2709996803'),(125858,2714,'_shipping_first_name','Tina'),(125859,2714,'_shipping_last_name','Hunt'),(125860,2714,'_shipping_company','LCBG, LLC'),(125861,2714,'_shipping_address_1','830 Fairview Ave.'),(125862,2714,'_shipping_address_2','Suite A-4'),(125863,2714,'_shipping_city','Bowling Green'),(125864,2714,'_shipping_state','KY'),(125865,2714,'_shipping_postcode','42101'),(125866,2714,'_shipping_country','US'),(125867,2714,'_order_currency','USD'),(125868,2714,'_cart_discount','0'),(125869,2714,'_cart_discount_tax','0'),(125870,2714,'_order_shipping','16.67'),(125871,2714,'_order_shipping_tax','0'),(125872,2714,'_order_tax','0'),(125873,2714,'_order_total','166.42'),(125874,2714,'_order_version','8.9.3'),(125875,2714,'_prices_include_tax','no'),(125876,2714,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(125877,2714,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(125878,2714,'is_vat_exempt','no'),(125879,2714,'_wc_order_attribution_source_type','referral'),(125880,2714,'_wc_order_attribution_referrer','https://lcaportal.com/'),(125881,2714,'_wc_order_attribution_utm_source','lcaportal.com'),(125882,2714,'_wc_order_attribution_utm_medium','referral'),(125883,2714,'_wc_order_attribution_utm_content','/'),(125884,2714,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125885,2714,'_wc_order_attribution_session_start_time','2024-06-15 12:33:37'),(125886,2714,'_wc_order_attribution_session_pages','4'),(125887,2714,'_wc_order_attribution_session_count','1'),(125888,2714,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125889,2714,'_wc_order_attribution_device_type','Desktop'),(125890,2714,'Payment type','instant'),(125891,2714,'_paypal_status','completed'),(125892,2714,'_transaction_id','2C416911HR862852D'),(125893,2714,'PayPal Transaction Fee','6.30'),(125894,2714,'_date_paid','1718455252'),(125895,2714,'_paid_date','2024-06-15 12:40:52'),(125896,2715,'_order_key','wc_order_gFTypysVFIEpS'),(125897,2715,'_customer_user','76'),(125898,2715,'_payment_method','paypal'),(125899,2715,'_payment_method_title','PayPal'),(125900,2715,'_customer_ip_address','174.168.81.180'),(125901,2715,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(125902,2715,'_created_via','checkout'),(125903,2715,'_cart_hash','cfaf45f49c8e2fc77112d9cdfdae1c0b'),(125904,2715,'_download_permissions_granted','yes'),(125905,2715,'_recorded_sales','yes'),(125906,2715,'_recorded_coupon_usage_counts','yes'),(125907,2715,'_new_order_email_sent','true'),(125908,2715,'_order_stock_reduced','yes'),(125909,2715,'_billing_first_name','Naomi'),(125910,2715,'_billing_last_name','Golden'),(125911,2715,'_billing_company','LCA'),(125912,2715,'_billing_address_1','31 Mann Ave'),(125913,2715,'_billing_city','Needham'),(125914,2715,'_billing_state','MA'),(125915,2715,'_billing_postcode','02492'),(125916,2715,'_billing_country','US'),(125917,2715,'_billing_email','nrgolden6486@gmail.com'),(125918,2715,'_billing_phone','617-851-1322'),(125919,2715,'_shipping_first_name','Naomi'),(125920,2715,'_shipping_last_name','Golden'),(125921,2715,'_shipping_company','LCA'),(125922,2715,'_shipping_address_1','1349 Centre Street'),(125923,2715,'_shipping_address_2','Facing Trowbridge'),(125924,2715,'_shipping_city','Newton'),(125925,2715,'_shipping_state','MA'),(125926,2715,'_shipping_postcode','02459'),(125927,2715,'_shipping_country','US'),(125928,2715,'_order_currency','USD'),(125929,2715,'_cart_discount','0'),(125930,2715,'_cart_discount_tax','0'),(125931,2715,'_order_shipping','0'),(125932,2715,'_order_shipping_tax','0'),(125933,2715,'_order_tax','0'),(125934,2715,'_order_total','538.56'),(125935,2715,'_order_version','8.9.3'),(125936,2715,'_prices_include_tax','no'),(125937,2715,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(125938,2715,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(125939,2715,'is_vat_exempt','no'),(125940,2715,'_wc_order_attribution_source_type','typein'),(125941,2715,'_wc_order_attribution_utm_source','(direct)'),(125942,2715,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(125943,2715,'_wc_order_attribution_session_start_time','2024-06-15 15:31:39'),(125944,2715,'_wc_order_attribution_session_pages','6'),(125945,2715,'_wc_order_attribution_session_count','1'),(125946,2715,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(125947,2715,'_wc_order_attribution_device_type','Desktop'),(125948,2715,'Payment type','instant'),(125949,2715,'_paypal_status','completed'),(125950,2715,'_transaction_id','7U0501825M433983A'),(125951,2715,'PayPal Transaction Fee','19.29'),(125952,2715,'_date_paid','1718465842'),(125953,2715,'_paid_date','2024-06-15 15:37:22'),(125954,2716,'_order_key','wc_order_ubaiuor5ihaLN'),(125955,2716,'_customer_user','4'),(125956,2716,'_payment_method','paypal'),(125957,2716,'_payment_method_title','PayPal'),(125958,2716,'_customer_ip_address','73.20.28.23'),(125959,2716,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(125960,2716,'_created_via','checkout'),(125961,2716,'_cart_hash','3de4f7303055664a986a562c38c3cc6f'),(125962,2716,'_download_permissions_granted','yes'),(125963,2716,'_recorded_sales','yes'),(125964,2716,'_recorded_coupon_usage_counts','yes'),(125965,2716,'_new_order_email_sent','true'),(125966,2716,'_order_stock_reduced','yes'),(125967,2716,'_billing_first_name','David'),(125968,2716,'_billing_last_name','Washburn'),(125969,2716,'_billing_company','Larada Sciences (LCA)'),(125970,2716,'_billing_address_1','4873 South State St.'),(125971,2716,'_billing_city','Murray'),(125972,2716,'_billing_state','UT'),(125973,2716,'_billing_postcode','84107'),(125974,2716,'_billing_country','US'),(125975,2716,'_billing_email','david@laradasciences.com'),(125976,2716,'_billing_phone','8019197428'),(125977,2716,'_shipping_first_name','David'),(125978,2716,'_shipping_last_name','Washburn'),(125979,2716,'_shipping_company','Larada Sciences (LCA)'),(125980,2716,'_shipping_address_1','4873 South State St.'),(125981,2716,'_shipping_city','Murray'),(125982,2716,'_shipping_state','UT'),(125983,2716,'_shipping_postcode','84107'),(125984,2716,'_shipping_country','US'),(125985,2716,'_order_currency','USD'),(125986,2716,'_cart_discount','0'),(125987,2716,'_cart_discount_tax','0'),(125988,2716,'_order_shipping','0'),(125989,2716,'_order_shipping_tax','0'),(125990,2716,'_order_tax','0'),(125991,2716,'_order_total','832.24'),(125992,2716,'_order_version','9.0.0'),(125993,2716,'_prices_include_tax','no'),(125994,2716,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(125995,2716,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(125996,2716,'is_vat_exempt','no'),(125997,2716,'_wc_order_attribution_source_type','typein'),(125998,2716,'_wc_order_attribution_utm_source','(direct)'),(125999,2716,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(126000,2716,'_wc_order_attribution_session_start_time','2024-06-16 18:55:02'),(126001,2716,'_wc_order_attribution_session_pages','10'),(126002,2716,'_wc_order_attribution_session_count','1'),(126003,2716,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126004,2716,'_wc_order_attribution_device_type','Desktop'),(126005,2716,'_oaw_varify_key','db7e45e1092abc85147b'),(126011,2717,'_order_key','wc_order_6WiDWs5PGjJMP'),(126012,2717,'_customer_user','61'),(126013,2717,'_payment_method','paypal'),(126014,2717,'_payment_method_title','PayPal'),(126015,2717,'_customer_ip_address','217.180.201.43'),(126016,2717,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126017,2717,'_created_via','checkout'),(126018,2717,'_cart_hash','6603fb0571ffbaacbb7ef2a44003967e'),(126019,2717,'_download_permissions_granted','yes'),(126020,2717,'_recorded_sales','yes'),(126021,2717,'_recorded_coupon_usage_counts','yes'),(126022,2717,'_new_order_email_sent','true'),(126023,2717,'_order_stock_reduced','yes'),(126024,2717,'_billing_first_name','Judith'),(126025,2717,'_billing_last_name','Hayden'),(126026,2717,'_billing_company','LCAL Hayden LLC'),(126027,2717,'_billing_address_1','1795 Alysheba Way'),(126028,2717,'_billing_address_2','Ste 4105'),(126029,2717,'_billing_city','Lexington'),(126030,2717,'_billing_state','KY'),(126031,2717,'_billing_postcode','40509'),(126032,2717,'_billing_country','US'),(126033,2717,'_billing_email','judy@liceclinicslexington.com'),(126034,2717,'_billing_phone','8595376966'),(126035,2717,'_shipping_first_name','Judy'),(126036,2717,'_shipping_last_name','Hayden'),(126037,2717,'_shipping_company','Lice Clinics of America Lexington'),(126038,2717,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(126039,2717,'_shipping_city','Lexington'),(126040,2717,'_shipping_state','KY'),(126041,2717,'_shipping_postcode','40509'),(126042,2717,'_shipping_country','US'),(126043,2717,'_order_currency','USD'),(126044,2717,'_cart_discount','0'),(126045,2717,'_cart_discount_tax','0'),(126046,2717,'_order_shipping','0'),(126047,2717,'_order_shipping_tax','0'),(126048,2717,'_order_tax','0'),(126049,2717,'_order_total','882.35'),(126050,2717,'_order_version','9.0.0'),(126051,2717,'_prices_include_tax','no'),(126052,2717,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(126053,2717,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(126054,2717,'is_vat_exempt','no'),(126055,2717,'_wc_order_attribution_source_type','typein'),(126056,2717,'_wc_order_attribution_utm_source','(direct)'),(126057,2717,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126058,2717,'_wc_order_attribution_session_start_time','2024-06-17 20:29:22'),(126059,2717,'_wc_order_attribution_session_pages','3'),(126060,2717,'_wc_order_attribution_session_count','1'),(126061,2717,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126062,2717,'_wc_order_attribution_device_type','Desktop'),(126063,2717,'Payment type','instant'),(126064,2717,'_paypal_status','completed'),(126065,2717,'_transaction_id','7BY811861A7261715'),(126066,2717,'PayPal Transaction Fee','31.28'),(126067,2717,'_date_paid','1718656400'),(126068,2717,'_paid_date','2024-06-17 20:33:20'),(126070,2718,'_order_key','wc_order_6khbg12P0S0Ss'),(126071,2718,'_customer_user','98'),(126072,2718,'_payment_method','paypal'),(126073,2718,'_payment_method_title','PayPal'),(126074,2718,'_customer_ip_address','24.62.247.50'),(126075,2718,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(126076,2718,'_created_via','checkout'),(126077,2718,'_cart_hash','cfba65a32182d2bbaf95fce67abec455'),(126078,2718,'_download_permissions_granted','yes'),(126079,2718,'_recorded_sales','yes'),(126080,2718,'_recorded_coupon_usage_counts','yes'),(126081,2718,'_new_order_email_sent','true'),(126082,2718,'_order_stock_reduced','yes'),(126083,2718,'_billing_first_name','Christine'),(126084,2718,'_billing_last_name','Cherry'),(126085,2718,'_billing_company','NITS END'),(126086,2718,'_billing_address_1','PO BOX 1092'),(126087,2718,'_billing_city','Campton'),(126088,2718,'_billing_state','NH'),(126089,2718,'_billing_postcode','03223'),(126090,2718,'_billing_country','US'),(126091,2718,'_billing_email','christine@liceclinicscolumbus.com'),(126092,2718,'_billing_phone','16034983390'),(126093,2718,'_shipping_first_name','Erica'),(126094,2718,'_shipping_last_name','Froggatt'),(126095,2718,'_shipping_company','LCA'),(126096,2718,'_shipping_address_1','5910 Wilcox Pl'),(126097,2718,'_shipping_address_2','suite E'),(126098,2718,'_shipping_city','Dublin'),(126099,2718,'_shipping_state','OH'),(126100,2718,'_shipping_postcode','43016'),(126101,2718,'_shipping_country','US'),(126102,2718,'_order_currency','USD'),(126103,2718,'_cart_discount','0'),(126104,2718,'_cart_discount_tax','0'),(126105,2718,'_order_shipping','0'),(126106,2718,'_order_shipping_tax','0'),(126107,2718,'_order_tax','0'),(126108,2718,'_order_total','1017.72'),(126109,2718,'_order_version','9.0.0'),(126110,2718,'_prices_include_tax','no'),(126111,2718,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(126112,2718,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(126113,2718,'is_vat_exempt','no'),(126114,2718,'_wc_order_attribution_source_type','referral'),(126115,2718,'_wc_order_attribution_referrer','https://lcaportal.com/'),(126116,2718,'_wc_order_attribution_utm_source','lcaportal.com'),(126117,2718,'_wc_order_attribution_utm_medium','referral'),(126118,2718,'_wc_order_attribution_utm_content','/'),(126119,2718,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126120,2718,'_wc_order_attribution_session_start_time','2024-06-17 21:10:30'),(126121,2718,'_wc_order_attribution_session_pages','4'),(126122,2718,'_wc_order_attribution_session_count','3'),(126123,2718,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(126124,2718,'_wc_order_attribution_device_type','Desktop'),(126125,2718,'Payment type','instant'),(126126,2718,'_paypal_status','completed'),(126127,2718,'_transaction_id','7L936284B3039360F'),(126128,2718,'PayPal Transaction Fee','36.01'),(126129,2718,'_date_paid','1718658777'),(126130,2718,'_paid_date','2024-06-17 21:12:57'),(126131,2716,'_edit_lock','1718942343:2'),(126132,2716,'_edit_last','2'),(126133,2714,'_edit_lock','1718685718:95'),(126134,2714,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047631\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"2d52725e9fd998873eda1994fe9340fc\";}}'),(126135,2714,'_edit_last','95'),(126136,2714,'_date_completed','1718685839'),(126137,2714,'_completed_date','2024-06-18 04:43:59'),(126138,2713,'_edit_lock','1720456665:2'),(126139,2713,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047642\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"f0b994227365c0101ca55a157a851b00\";}}'),(126140,2713,'_edit_last','95'),(126141,2713,'_date_completed','1718685895'),(126142,2713,'_completed_date','2024-06-18 04:44:55'),(126143,2715,'_edit_lock','1718685877:95'),(126144,2715,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047664\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"4b821b766fae4513f3de1db69b21ca55\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047653\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"133cc4a1ca015f9f5cf8ab10757d9f98\";}}'),(126145,2715,'_edit_last','95'),(126146,2715,'_date_completed','1718685936'),(126147,2715,'_completed_date','2024-06-18 04:45:36'),(126149,22,'ast-site-content-layout','default'),(126150,22,'site-content-style','default'),(126151,22,'site-sidebar-style','default'),(126152,22,'astra-migrate-meta-layouts','set'),(126153,2720,'_order_key','wc_order_hvj29jrT5djzg'),(126154,2720,'_customer_user','78'),(126155,2720,'_payment_method','paypal'),(126156,2720,'_payment_method_title','PayPal'),(126157,2720,'_customer_ip_address','100.2.208.35'),(126158,2720,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(126159,2720,'_created_via','checkout'),(126160,2720,'_cart_hash','2c1c08dfba17d69a07acf849abc43040'),(126161,2720,'_download_permissions_granted','yes'),(126162,2720,'_recorded_sales','yes'),(126163,2720,'_recorded_coupon_usage_counts','yes'),(126164,2720,'_new_order_email_sent','true'),(126165,2720,'_order_stock_reduced','yes'),(126166,2720,'_billing_first_name','Richard'),(126167,2720,'_billing_last_name','Florsheim'),(126168,2720,'_billing_company','Licura'),(126169,2720,'_billing_address_1','3827 w fairway heights dr'),(126170,2720,'_billing_city','Mequon'),(126171,2720,'_billing_state','NY'),(126172,2720,'_billing_postcode','53092'),(126173,2720,'_billing_country','US'),(126174,2720,'_billing_email','tara@liceclinicslongIsland.com'),(126175,2720,'_billing_phone','5619006382'),(126176,2720,'_shipping_first_name','Henry'),(126177,2720,'_shipping_last_name','Antonio'),(126178,2720,'_shipping_company','LCA'),(126179,2720,'_shipping_address_1','2469 columbus ave'),(126180,2720,'_shipping_city','North bellmore'),(126181,2720,'_shipping_state','NY'),(126182,2720,'_shipping_postcode','11710'),(126183,2720,'_shipping_country','US'),(126184,2720,'_order_currency','USD'),(126185,2720,'_cart_discount','0'),(126186,2720,'_cart_discount_tax','0'),(126187,2720,'_order_shipping','14.59'),(126188,2720,'_order_shipping_tax','0'),(126189,2720,'_order_tax','0'),(126190,2720,'_order_total','45.94'),(126191,2720,'_order_version','8.9.3'),(126192,2720,'_prices_include_tax','no'),(126193,2720,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(126194,2720,'_shipping_address_index','Henry Antonio LCA 2469 columbus ave  North bellmore NY 11710 US '),(126195,2720,'is_vat_exempt','no'),(126196,2720,'_wc_order_attribution_source_type','referral'),(126197,2720,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(126198,2720,'_wc_order_attribution_utm_source','lcaportal.com'),(126199,2720,'_wc_order_attribution_utm_medium','referral'),(126200,2720,'_wc_order_attribution_utm_content','/'),(126201,2720,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126202,2720,'_wc_order_attribution_session_start_time','2024-06-18 06:24:42'),(126203,2720,'_wc_order_attribution_session_pages','20'),(126204,2720,'_wc_order_attribution_session_count','1'),(126205,2720,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(126206,2720,'_wc_order_attribution_device_type','Mobile'),(126207,2720,'Payment type','instant'),(126208,2720,'_paypal_status','completed'),(126209,2720,'_transaction_id','9M1742427C656930E'),(126210,2720,'PayPal Transaction Fee','2.09'),(126211,2720,'_date_paid','1718692189'),(126212,2720,'_paid_date','2024-06-18 06:29:49'),(126213,2721,'_order_key','wc_order_qKhaczJOzRAKt'),(126214,2721,'_customer_user','50'),(126215,2721,'_payment_method','paypal'),(126216,2721,'_payment_method_title','PayPal'),(126217,2721,'_customer_ip_address','24.62.247.50'),(126218,2721,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(126219,2721,'_created_via','checkout'),(126220,2721,'_cart_hash','096d5d2ed681ab24249e06166965b31c'),(126221,2721,'_download_permissions_granted','yes'),(126222,2721,'_recorded_sales','yes'),(126223,2721,'_recorded_coupon_usage_counts','yes'),(126224,2721,'_new_order_email_sent','true'),(126225,2721,'_order_stock_reduced','yes'),(126226,2721,'_billing_first_name','Christine'),(126227,2721,'_billing_last_name','Cherry'),(126228,2721,'_billing_company','NITS END'),(126229,2721,'_billing_address_1','PO BOX 1092'),(126230,2721,'_billing_city','Campton'),(126231,2721,'_billing_state','NH'),(126232,2721,'_billing_postcode','03223'),(126233,2721,'_billing_country','US'),(126234,2721,'_billing_email','info@liceclinicsplaistow.com'),(126235,2721,'_billing_phone','16034983390'),(126236,2721,'_shipping_first_name','Megan'),(126237,2721,'_shipping_last_name','O\'Neil'),(126238,2721,'_shipping_company','LCA - Nits End / 149091'),(126239,2721,'_shipping_address_1','22 Main St'),(126240,2721,'_shipping_city','Atkinson'),(126241,2721,'_shipping_state','NH'),(126242,2721,'_shipping_postcode','03811'),(126243,2721,'_shipping_country','US'),(126244,2721,'_order_currency','USD'),(126245,2721,'_cart_discount','0'),(126246,2721,'_cart_discount_tax','0'),(126247,2721,'_order_shipping','20.28'),(126248,2721,'_order_shipping_tax','0'),(126249,2721,'_order_tax','0'),(126250,2721,'_order_total','219.72'),(126251,2721,'_order_version','8.9.3'),(126252,2721,'_prices_include_tax','no'),(126253,2721,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(126254,2721,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(126255,2721,'is_vat_exempt','no'),(126256,2721,'_wc_order_attribution_source_type','referral'),(126257,2721,'_wc_order_attribution_referrer','https://lcaportal.com/'),(126258,2721,'_wc_order_attribution_utm_source','lcaportal.com'),(126259,2721,'_wc_order_attribution_utm_medium','referral'),(126260,2721,'_wc_order_attribution_utm_content','/'),(126261,2721,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126262,2721,'_wc_order_attribution_session_start_time','2024-06-18 14:48:37'),(126263,2721,'_wc_order_attribution_session_pages','5'),(126264,2721,'_wc_order_attribution_session_count','4'),(126265,2721,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(126266,2721,'_wc_order_attribution_device_type','Desktop'),(126267,2721,'Payment type','instant'),(126268,2721,'_paypal_status','completed'),(126269,2721,'_transaction_id','9BC5706569114590M'),(126270,2721,'PayPal Transaction Fee','8.16'),(126271,2721,'_date_paid','1718722237'),(126272,2721,'_paid_date','2024-06-18 14:50:37'),(126273,2722,'_order_key','wc_order_wnNT8VJWcPrqq'),(126274,2722,'_customer_user','87'),(126275,2722,'_payment_method','paypal'),(126276,2722,'_payment_method_title','PayPal'),(126277,2722,'_customer_ip_address','75.7.15.79'),(126278,2722,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126279,2722,'_created_via','checkout'),(126280,2722,'_cart_hash','40f2fd204a73b9d8bfbe429db7d5b5a5'),(126281,2722,'_download_permissions_granted','yes'),(126282,2722,'_recorded_sales','yes'),(126283,2722,'_recorded_coupon_usage_counts','yes'),(126284,2722,'_new_order_email_sent','true'),(126285,2722,'_order_stock_reduced','yes'),(126286,2722,'_billing_first_name','Wade'),(126287,2722,'_billing_last_name','Huntsman'),(126288,2722,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(126289,2722,'_billing_address_1','3421 E 21st'),(126290,2722,'_billing_city','Tulsa'),(126291,2722,'_billing_state','OK'),(126292,2722,'_billing_postcode','74114'),(126293,2722,'_billing_country','US'),(126294,2722,'_billing_email','info@liceclinicsmidsouth.com'),(126295,2722,'_billing_phone','9189783329'),(126296,2722,'_shipping_first_name','Katee'),(126297,2722,'_shipping_last_name','Morrison'),(126298,2722,'_shipping_company','Lice Clinics of America OKC'),(126299,2722,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(126300,2722,'_shipping_city','OKC'),(126301,2722,'_shipping_state','OK'),(126302,2722,'_shipping_postcode','73118'),(126303,2722,'_shipping_country','US'),(126304,2722,'_order_currency','USD'),(126305,2722,'_cart_discount','0'),(126306,2722,'_cart_discount_tax','0'),(126307,2722,'_order_shipping','0'),(126308,2722,'_order_shipping_tax','0'),(126309,2722,'_order_tax','0'),(126310,2722,'_order_total','762.11'),(126311,2722,'_order_version','8.9.3'),(126312,2722,'_prices_include_tax','no'),(126313,2722,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(126314,2722,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(126315,2722,'is_vat_exempt','no'),(126316,2722,'_wc_order_attribution_source_type','typein'),(126317,2722,'_wc_order_attribution_utm_source','(direct)'),(126318,2722,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126319,2722,'_wc_order_attribution_session_start_time','2024-06-18 18:03:31'),(126320,2722,'_wc_order_attribution_session_pages','4'),(126321,2722,'_wc_order_attribution_session_count','1'),(126322,2722,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126323,2722,'_wc_order_attribution_device_type','Desktop'),(126324,2722,'Payment type','instant'),(126325,2722,'_paypal_status','completed'),(126326,2722,'_transaction_id','26W47603YH9768042'),(126327,2722,'PayPal Transaction Fee','27.09'),(126328,2722,'_date_paid','1718734217'),(126329,2722,'_paid_date','2024-06-18 18:10:17'),(126330,2723,'_order_key','wc_order_nbf84xFtSJpjJ'),(126331,2723,'_customer_user','87'),(126332,2723,'_payment_method','paypal'),(126333,2723,'_payment_method_title','PayPal'),(126334,2723,'_customer_ip_address','75.7.15.79'),(126335,2723,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126336,2723,'_created_via','checkout'),(126337,2723,'_cart_hash','11a3054eab0a3174116cb36a0292c058'),(126338,2723,'_download_permissions_granted','yes'),(126339,2723,'_recorded_sales','yes'),(126340,2723,'_recorded_coupon_usage_counts','yes'),(126341,2723,'_new_order_email_sent','true'),(126342,2723,'_order_stock_reduced','yes'),(126343,2723,'_billing_first_name','Wade'),(126344,2723,'_billing_last_name','Huntsman'),(126345,2723,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(126346,2723,'_billing_address_1','3421 E 21st'),(126347,2723,'_billing_city','Tulsa'),(126348,2723,'_billing_state','OK'),(126349,2723,'_billing_postcode','74114'),(126350,2723,'_billing_country','US'),(126351,2723,'_billing_email','info@liceclinicsmidsouth.com'),(126352,2723,'_billing_phone','9189783329'),(126353,2723,'_shipping_first_name','Shelbe'),(126354,2723,'_shipping_last_name','Smith'),(126355,2723,'_shipping_address_1','2101 West MacArthur Road'),(126356,2723,'_shipping_address_2','Lot 511'),(126357,2723,'_shipping_city','Wichita'),(126358,2723,'_shipping_state','KS'),(126359,2723,'_shipping_postcode','67217'),(126360,2723,'_shipping_country','US'),(126361,2723,'_order_currency','USD'),(126362,2723,'_cart_discount','0'),(126363,2723,'_cart_discount_tax','0'),(126364,2723,'_order_shipping','0'),(126365,2723,'_order_shipping_tax','0'),(126366,2723,'_order_tax','0'),(126367,2723,'_order_total','719.32'),(126368,2723,'_order_version','8.9.3'),(126369,2723,'_prices_include_tax','no'),(126370,2723,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(126371,2723,'_shipping_address_index','Shelbe Smith  2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(126372,2723,'is_vat_exempt','no'),(126373,2723,'_wc_order_attribution_source_type','typein'),(126374,2723,'_wc_order_attribution_utm_source','(direct)'),(126375,2723,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126376,2723,'_wc_order_attribution_session_start_time','2024-06-18 18:03:31'),(126377,2723,'_wc_order_attribution_session_pages','8'),(126378,2723,'_wc_order_attribution_session_count','1'),(126379,2723,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126380,2723,'_wc_order_attribution_device_type','Desktop'),(126381,2723,'Payment type','instant'),(126382,2723,'_paypal_status','completed'),(126383,2723,'_transaction_id','41X78927JB203852U'),(126384,2723,'PayPal Transaction Fee','25.59'),(126385,2723,'_date_paid','1718734765'),(126386,2723,'_paid_date','2024-06-18 18:19:25'),(126387,2724,'_order_key','wc_order_xxyAKx4NO0foV'),(126388,2724,'_customer_user','87'),(126389,2724,'_payment_method','paypal'),(126390,2724,'_payment_method_title','PayPal'),(126391,2724,'_customer_ip_address','75.7.15.79'),(126392,2724,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126393,2724,'_created_via','checkout'),(126394,2724,'_cart_hash','9728be1a04339ef4f7625928577728d1'),(126395,2724,'_download_permissions_granted','yes'),(126396,2724,'_recorded_sales','yes'),(126397,2724,'_recorded_coupon_usage_counts','yes'),(126398,2724,'_new_order_email_sent','true'),(126399,2724,'_order_stock_reduced','yes'),(126400,2724,'_billing_first_name','Wade'),(126401,2724,'_billing_last_name','Huntsman'),(126402,2724,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(126403,2724,'_billing_address_1','3421 E 21st'),(126404,2724,'_billing_city','Tulsa'),(126405,2724,'_billing_state','OK'),(126406,2724,'_billing_postcode','74114'),(126407,2724,'_billing_country','US'),(126408,2724,'_billing_email','info@liceclinicsmidsouth.com'),(126409,2724,'_billing_phone','9189783329'),(126410,2724,'_shipping_first_name','Logan'),(126411,2724,'_shipping_last_name','Futrell'),(126412,2724,'_shipping_address_1','203 Tricha Circle Unit B'),(126413,2724,'_shipping_city','Gravette'),(126414,2724,'_shipping_state','AR'),(126415,2724,'_shipping_postcode','72736'),(126416,2724,'_shipping_country','US'),(126417,2724,'_order_currency','USD'),(126418,2724,'_cart_discount','0'),(126419,2724,'_cart_discount_tax','0'),(126420,2724,'_order_shipping','0'),(126421,2724,'_order_shipping_tax','0'),(126422,2724,'_order_tax','0'),(126423,2724,'_order_total','1415.44'),(126424,2724,'_order_version','8.9.3'),(126425,2724,'_prices_include_tax','no'),(126426,2724,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(126427,2724,'_shipping_address_index','Logan Futrell  203 Tricha Circle Unit B  Gravette AR 72736 US '),(126428,2724,'is_vat_exempt','no'),(126429,2724,'_wc_order_attribution_source_type','typein'),(126430,2724,'_wc_order_attribution_utm_source','(direct)'),(126431,2724,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126432,2724,'_wc_order_attribution_session_start_time','2024-06-18 18:03:31'),(126433,2724,'_wc_order_attribution_session_pages','15'),(126434,2724,'_wc_order_attribution_session_count','1'),(126435,2724,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126436,2724,'_wc_order_attribution_device_type','Desktop'),(126437,2724,'Payment type','instant'),(126438,2724,'_paypal_status','completed'),(126439,2724,'_transaction_id','8YL90969456598107'),(126440,2724,'PayPal Transaction Fee','49.89'),(126441,2724,'_date_paid','1718735575'),(126442,2724,'_paid_date','2024-06-18 18:32:55'),(126443,2725,'_order_key','wc_order_vCOXaCqgEqtGE'),(126444,2725,'_customer_user','87'),(126445,2725,'_payment_method','paypal'),(126446,2725,'_payment_method_title','PayPal'),(126447,2725,'_customer_ip_address','75.7.15.79'),(126448,2725,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126449,2725,'_created_via','checkout'),(126450,2725,'_cart_hash','01b0f814d8940edb8285478e7ed3746f'),(126451,2725,'_download_permissions_granted','yes'),(126452,2725,'_recorded_sales','yes'),(126453,2725,'_recorded_coupon_usage_counts','yes'),(126454,2725,'_new_order_email_sent','true'),(126455,2725,'_order_stock_reduced','yes'),(126456,2725,'_billing_first_name','Wade'),(126457,2725,'_billing_last_name','Huntsman'),(126458,2725,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(126459,2725,'_billing_address_1','3421 E 21st'),(126460,2725,'_billing_city','Tulsa'),(126461,2725,'_billing_state','OK'),(126462,2725,'_billing_postcode','74114'),(126463,2725,'_billing_country','US'),(126464,2725,'_billing_email','info@liceclinicsmidsouth.com'),(126465,2725,'_billing_phone','9189783329'),(126466,2725,'_shipping_first_name','Jessie'),(126467,2725,'_shipping_last_name','Foley'),(126468,2725,'_shipping_address_1','3421 East 21st Street'),(126469,2725,'_shipping_city','Tulsa'),(126470,2725,'_shipping_state','OK'),(126471,2725,'_shipping_postcode','74114'),(126472,2725,'_shipping_country','US'),(126473,2725,'_order_currency','USD'),(126474,2725,'_cart_discount','0'),(126475,2725,'_cart_discount_tax','0'),(126476,2725,'_order_shipping','0'),(126477,2725,'_order_shipping_tax','0'),(126478,2725,'_order_tax','0'),(126479,2725,'_order_total','1327.79'),(126480,2725,'_order_version','9.0.0'),(126481,2725,'_prices_include_tax','no'),(126482,2725,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(126483,2725,'_shipping_address_index','Jessie Foley  3421 East 21st Street  Tulsa OK 74114 US '),(126484,2725,'is_vat_exempt','no'),(126485,2725,'_wc_order_attribution_source_type','typein'),(126486,2725,'_wc_order_attribution_utm_source','(direct)'),(126487,2725,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126488,2725,'_wc_order_attribution_session_start_time','2024-06-18 18:03:31'),(126489,2725,'_wc_order_attribution_session_pages','19'),(126490,2725,'_wc_order_attribution_session_count','1'),(126491,2725,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126492,2725,'_wc_order_attribution_device_type','Desktop'),(126493,2725,'Payment type','instant'),(126494,2725,'_paypal_status','completed'),(126495,2725,'_transaction_id','1HP29312C5672220S'),(126496,2725,'PayPal Transaction Fee','46.83'),(126497,2725,'_date_paid','1718736440'),(126498,2725,'_paid_date','2024-06-18 18:47:20'),(126499,2718,'_edit_lock','1718813886:2'),(126500,2717,'_edit_lock','1718813950:2'),(126501,2717,'_edit_last','2'),(126502,2718,'_edit_last','2'),(126503,2721,'_edit_lock','1718739130:2'),(126504,2720,'_edit_lock','1718738997:2'),(126505,2720,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047930\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"ec867889fee3e02f81d4586c3492bee0\";}}'),(126506,2720,'_edit_last','2'),(126507,2720,'_date_completed','1718739058'),(126508,2720,'_completed_date','2024-06-18 19:30:58'),(126509,2712,'_edit_lock','1718839388:2'),(126510,2721,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047973\";s:12:\"date_shipped\";s:10:\"1718668800\";s:11:\"tracking_id\";s:32:\"7cbc0fb214e758fe109a7ee44bfa3e70\";}}'),(126511,2721,'_edit_last','2'),(126512,2721,'_date_completed','1718739263'),(126513,2721,'_completed_date','2024-06-18 19:34:23'),(126515,2722,'_edit_lock','1718765034:2'),(126516,2723,'_edit_lock','1718765075:2'),(126517,2724,'_edit_lock','1718764990:2'),(126518,2725,'_edit_lock','1718814029:2'),(126519,2723,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048101\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"aa5648cc1e76c6824629a0b25e521024\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048097\";s:12:\"date_shipped\";i:1718765061;s:11:\"tracking_id\";s:32:\"473968e3e506bf3b537f74c9c3674717\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048086\";s:12:\"date_shipped\";i:1718765068;s:11:\"tracking_id\";s:32:\"7856f85b56a42c0386a396e917cef626\";}}'),(126520,2723,'_edit_last','2'),(126521,2723,'_date_completed','1718765070'),(126522,2723,'_completed_date','2024-06-19 02:44:30'),(126523,2724,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048134\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"aa0e180624414bb9fe5918bc5232d9e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048123\";s:12:\"date_shipped\";i:1718765113;s:11:\"tracking_id\";s:32:\"279a2eedd11d923c3b047d9fe64e21a8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048112\";s:12:\"date_shipped\";i:1718765121;s:11:\"tracking_id\";s:32:\"fae179165dd736f31950f6adf9a9a54c\";}}'),(126524,2724,'_edit_last','2'),(126525,2724,'_date_completed','1718765124'),(126526,2724,'_completed_date','2024-06-19 02:45:24'),(126527,2722,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048075\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"d7bd49ed40eaf29396d19e38017ada14\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048064\";s:12:\"date_shipped\";i:1718765161;s:11:\"tracking_id\";s:32:\"c95f56b627b29022a5a84487ed582093\";}}'),(126528,2722,'_edit_last','2'),(126529,2722,'_date_completed','1718765164'),(126530,2722,'_completed_date','2024-06-19 02:46:04'),(126531,2726,'_order_key','wc_order_DFS7WVLP1oiuI'),(126532,2726,'_customer_user','76'),(126533,2726,'_payment_method','paypal'),(126534,2726,'_payment_method_title','PayPal'),(126535,2726,'_customer_ip_address','146.115.118.214'),(126536,2726,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(126537,2726,'_created_via','checkout'),(126538,2726,'_cart_hash','21c26ab2b79e19b2b2277acb8b1a8b73'),(126539,2726,'_download_permissions_granted','yes'),(126540,2726,'_recorded_sales','yes'),(126541,2726,'_recorded_coupon_usage_counts','yes'),(126542,2726,'_new_order_email_sent','true'),(126543,2726,'_order_stock_reduced','yes'),(126544,2726,'_billing_first_name','Naomi'),(126545,2726,'_billing_last_name','Golden'),(126546,2726,'_billing_company','LCA'),(126547,2726,'_billing_address_1','31 Mann Ave'),(126548,2726,'_billing_city','Needham'),(126549,2726,'_billing_state','MA'),(126550,2726,'_billing_postcode','02492'),(126551,2726,'_billing_country','US'),(126552,2726,'_billing_email','nrgolden6486@gmail.com'),(126553,2726,'_billing_phone','617-851-1322'),(126554,2726,'_shipping_first_name','Naomi'),(126555,2726,'_shipping_last_name','Golden'),(126556,2726,'_shipping_company','LCA'),(126557,2726,'_shipping_address_1','3 Baldwin Green Common'),(126558,2726,'_shipping_address_2','Suite 310'),(126559,2726,'_shipping_city','Woburn'),(126560,2726,'_shipping_state','MA'),(126561,2726,'_shipping_postcode','01801'),(126562,2726,'_shipping_country','US'),(126563,2726,'_order_currency','USD'),(126564,2726,'_cart_discount','0'),(126565,2726,'_cart_discount_tax','0'),(126566,2726,'_order_shipping','0'),(126567,2726,'_order_shipping_tax','0'),(126568,2726,'_order_tax','0'),(126569,2726,'_order_total','707.52'),(126570,2726,'_order_version','9.0.0'),(126571,2726,'_prices_include_tax','no'),(126572,2726,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(126573,2726,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(126574,2726,'is_vat_exempt','no'),(126575,2726,'_wc_order_attribution_source_type','typein'),(126576,2726,'_wc_order_attribution_utm_source','(direct)'),(126577,2726,'_wc_order_attribution_utm_source_platform',''),(126578,2726,'_wc_order_attribution_utm_creative_format',''),(126579,2726,'_wc_order_attribution_utm_marketing_tactic',''),(126580,2726,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126581,2726,'_wc_order_attribution_session_start_time','2024-06-19 14:50:13'),(126582,2726,'_wc_order_attribution_session_pages','15'),(126583,2726,'_wc_order_attribution_session_count','1'),(126584,2726,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(126585,2726,'_wc_order_attribution_device_type','Desktop'),(126586,2726,'Payment type','instant'),(126587,2726,'_paypal_status','completed'),(126588,2726,'_transaction_id','0XU95871309519059'),(126589,2726,'PayPal Transaction Fee','25.18'),(126590,2726,'_date_paid','1718809631'),(126591,2726,'_paid_date','2024-06-19 15:07:11'),(126592,2725,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048189\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"1a5473d8d298afc5cea34556f8f16cf4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048178\";s:12:\"date_shipped\";i:1718814132;s:11:\"tracking_id\";s:32:\"19ab807b4425a278da8b4036d50ad400\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048167\";s:12:\"date_shipped\";i:1718814143;s:11:\"tracking_id\";s:32:\"381b8e604679888add4edc84eec1b042\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048156\";s:12:\"date_shipped\";i:1718814149;s:11:\"tracking_id\";s:32:\"d056119e82af13c54cab243b7b1194c5\";}}'),(126593,2718,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048204\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"ea52c36ef08756b50b96772149fa942e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048190\";s:12:\"date_shipped\";i:1718814014;s:11:\"tracking_id\";s:32:\"ba8b0aef390106815c15794898944d7b\";}}'),(126594,2718,'_date_completed','1718814017'),(126595,2718,'_completed_date','2024-06-19 16:20:17'),(126596,2717,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048237\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"30c0dc5200c35c29f61bc39497e6f37f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048226\";s:12:\"date_shipped\";i:1718814074;s:11:\"tracking_id\";s:32:\"19b498659c1e8586f78a54b2e7165053\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048215\";s:12:\"date_shipped\";i:1718814081;s:11:\"tracking_id\";s:32:\"6dfb49faa769cff3753141d1f07af64e\";}}'),(126597,2717,'_date_completed','1718814086'),(126598,2717,'_completed_date','2024-06-19 16:21:26'),(126599,2725,'_edit_last','2'),(126600,2725,'_date_completed','1718814151'),(126601,2725,'_completed_date','2024-06-19 16:22:31'),(126602,2712,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047561\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"a98cc85fd22746ebfd1d87d0988ef242\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047539\";s:12:\"date_shipped\";i:1718839474;s:11:\"tracking_id\";s:32:\"835a271d83666f96d16cc019d6eb1296\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047540\";s:12:\"date_shipped\";i:1718839482;s:11:\"tracking_id\";s:32:\"07c50a356f8fe543e26065379610caf6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355047550\";s:12:\"date_shipped\";i:1718839489;s:11:\"tracking_id\";s:32:\"822f3c7ee76d06d90c03c7b0c7d41c72\";}}'),(126603,2712,'_edit_last','2'),(126604,2712,'_date_completed','1718839491'),(126605,2712,'_completed_date','2024-06-19 23:24:51'),(126606,2726,'_edit_lock','1718839450:2'),(126607,2726,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048330\";s:12:\"date_shipped\";s:10:\"1718755200\";s:11:\"tracking_id\";s:32:\"98c882205ae7ad79332fe9589bef2313\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048329\";s:12:\"date_shipped\";i:1718839563;s:11:\"tracking_id\";s:32:\"f756afdbff9acf15c35582476c0cb169\";}}'),(126608,2726,'_edit_last','2'),(126609,2726,'_date_completed','1718839566'),(126610,2726,'_completed_date','2024-06-19 23:26:06'),(126611,2727,'_order_key','wc_order_Ct51h5jukJexk'),(126612,2727,'_customer_user','67'),(126613,2727,'_payment_method','paypal'),(126614,2727,'_payment_method_title','PayPal'),(126615,2727,'_customer_ip_address','67.251.108.158'),(126616,2727,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(126617,2727,'_created_via','checkout'),(126618,2727,'_cart_hash','a55a029336e3ffef25c4b51671981145'),(126619,2727,'_download_permissions_granted','yes'),(126620,2727,'_recorded_sales','yes'),(126621,2727,'_recorded_coupon_usage_counts','yes'),(126622,2727,'_new_order_email_sent','true'),(126623,2727,'_order_stock_reduced','yes'),(126624,2727,'_billing_first_name','Marnie'),(126625,2727,'_billing_last_name','Murray'),(126626,2727,'_billing_company','Naughty Nits'),(126627,2727,'_billing_address_1','2809 Wehrle Drive'),(126628,2727,'_billing_address_2','Suite 10'),(126629,2727,'_billing_city','Williamsville'),(126630,2727,'_billing_state','NY'),(126631,2727,'_billing_postcode','14221'),(126632,2727,'_billing_country','US'),(126633,2727,'_billing_email','liceclinicsupstateny@gmail.com'),(126634,2727,'_billing_phone','7166265423'),(126635,2727,'_shipping_first_name','Marnie'),(126636,2727,'_shipping_last_name','Murray'),(126637,2727,'_shipping_company','LCA Buffalo'),(126638,2727,'_shipping_address_1','2809 Wehrle Drive'),(126639,2727,'_shipping_address_2','Suite 10'),(126640,2727,'_shipping_city','Williamsville'),(126641,2727,'_shipping_state','NY'),(126642,2727,'_shipping_postcode','14221'),(126643,2727,'_shipping_country','US'),(126644,2727,'_order_currency','USD'),(126645,2727,'_cart_discount','0'),(126646,2727,'_cart_discount_tax','0'),(126647,2727,'_order_shipping','0'),(126648,2727,'_order_shipping_tax','0'),(126649,2727,'_order_tax','0'),(126650,2727,'_order_total','1568.78'),(126651,2727,'_order_version','9.0.0'),(126652,2727,'_prices_include_tax','no'),(126653,2727,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(126654,2727,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(126655,2727,'is_vat_exempt','no'),(126656,2727,'_wc_order_attribution_source_type','referral'),(126657,2727,'_wc_order_attribution_referrer','https://lcaportal.com/'),(126658,2727,'_wc_order_attribution_utm_source','lcaportal.com'),(126659,2727,'_wc_order_attribution_utm_medium','referral'),(126660,2727,'_wc_order_attribution_utm_content','/'),(126661,2727,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126662,2727,'_wc_order_attribution_session_start_time','2024-06-20 13:59:25'),(126663,2727,'_wc_order_attribution_session_pages','1'),(126664,2727,'_wc_order_attribution_session_count','10'),(126665,2727,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(126666,2727,'_wc_order_attribution_device_type','Desktop'),(126667,2727,'Payment type','instant'),(126668,2727,'_paypal_status','completed'),(126669,2727,'_transaction_id','00292232GC272540C'),(126670,2727,'PayPal Transaction Fee','55.24'),(126671,2727,'_date_paid','1718907548'),(126672,2727,'_paid_date','2024-06-20 18:19:08'),(126673,2716,'Payment type','instant'),(126674,2716,'_paypal_status','completed'),(126675,2716,'_transaction_id','04F13112X7721232K'),(126676,2716,'PayPal Transaction Fee','29.54'),(126677,2716,'_date_paid','1718907661'),(126678,2716,'_paid_date','2024-06-20 18:21:01'),(126679,2728,'_order_key','wc_order_elYfuD1hO6xm0'),(126680,2728,'_customer_user','3'),(126681,2728,'_payment_method','paypal'),(126682,2728,'_payment_method_title','PayPal'),(126683,2728,'_customer_ip_address','99.22.146.124'),(126684,2728,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(126685,2728,'_created_via','checkout'),(126686,2728,'_cart_hash','8a73a117d77aae6272f86e2bea861149'),(126687,2728,'_download_permissions_granted','yes'),(126688,2728,'_recorded_sales','yes'),(126689,2728,'_recorded_coupon_usage_counts','yes'),(126690,2728,'_new_order_email_sent','true'),(126691,2728,'_order_stock_reduced','yes'),(126692,2728,'_billing_first_name','Amanda'),(126693,2728,'_billing_last_name','Westerman'),(126694,2728,'_billing_company','Lice Clinics of America McKinney'),(126695,2728,'_billing_address_1','3120 Hudson Crossing'),(126696,2728,'_billing_address_2','Suite A2'),(126697,2728,'_billing_city','MCKINNEY'),(126698,2728,'_billing_state','TX'),(126699,2728,'_billing_postcode','75070'),(126700,2728,'_billing_country','US'),(126701,2728,'_billing_email','awesterman1103@gmail.com'),(126702,2728,'_billing_phone','2144175741'),(126703,2728,'_shipping_first_name','Amanda'),(126704,2728,'_shipping_last_name','Westerman'),(126705,2728,'_shipping_company','Lice Clinics of America McKinney'),(126706,2728,'_shipping_address_1','3120 Hudson Crossing'),(126707,2728,'_shipping_address_2','Suite A2'),(126708,2728,'_shipping_city','MCKINNEY'),(126709,2728,'_shipping_state','TX'),(126710,2728,'_shipping_postcode','75070'),(126711,2728,'_shipping_country','US'),(126712,2728,'_order_currency','USD'),(126713,2728,'_cart_discount','0'),(126714,2728,'_cart_discount_tax','0'),(126715,2728,'_order_shipping','0'),(126716,2728,'_order_shipping_tax','0'),(126717,2728,'_order_tax','0'),(126718,2728,'_order_total','753.68'),(126719,2728,'_order_version','9.0.0'),(126720,2728,'_prices_include_tax','no'),(126721,2728,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(126722,2728,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(126723,2728,'is_vat_exempt','no'),(126724,2728,'_wc_order_attribution_source_type','referral'),(126725,2728,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(126726,2728,'_wc_order_attribution_utm_source','lcaportal.com'),(126727,2728,'_wc_order_attribution_utm_medium','referral'),(126728,2728,'_wc_order_attribution_utm_content','/'),(126729,2728,'_wc_order_attribution_utm_source_platform',''),(126730,2728,'_wc_order_attribution_utm_creative_format',''),(126731,2728,'_wc_order_attribution_utm_marketing_tactic',''),(126732,2728,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126733,2728,'_wc_order_attribution_session_start_time','2024-06-20 18:51:56'),(126734,2728,'_wc_order_attribution_session_pages','4'),(126735,2728,'_wc_order_attribution_session_count','1'),(126736,2728,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(126737,2728,'_wc_order_attribution_device_type','Desktop'),(126738,2728,'Payment type','instant'),(126739,2728,'_paypal_status','completed'),(126740,2728,'_transaction_id','9W787152T16646931'),(126741,2728,'PayPal Transaction Fee','26.79'),(126742,2728,'_date_paid','1718909690'),(126743,2728,'_paid_date','2024-06-20 18:54:50'),(126744,2729,'_order_key','wc_order_cUB9VsIM78hlG'),(126745,2729,'_customer_user','105'),(126746,2729,'_payment_method','paypal'),(126747,2729,'_payment_method_title','PayPal'),(126748,2729,'_customer_ip_address','76.205.132.42'),(126749,2729,'_customer_user_agent','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'),(126750,2729,'_created_via','checkout'),(126751,2729,'_cart_hash','7416ba272c6d5544456a7e3d6d4ee2e9'),(126752,2729,'_download_permissions_granted','yes'),(126753,2729,'_recorded_sales','yes'),(126754,2729,'_recorded_coupon_usage_counts','yes'),(126755,2729,'_new_order_email_sent','true'),(126756,2729,'_order_stock_reduced','yes'),(126757,2729,'_billing_first_name','Joseph'),(126758,2729,'_billing_last_name','West'),(126759,2729,'_billing_company','MAJESTIC PEACOCK LLC'),(126760,2729,'_billing_address_1','615 Crofton Park Ln'),(126761,2729,'_billing_city','Franklin'),(126762,2729,'_billing_state','TN'),(126763,2729,'_billing_postcode','37069'),(126764,2729,'_billing_country','US'),(126765,2729,'_billing_email','info@nashville.liceclinicsofamerica.com'),(126766,2729,'_billing_phone','8042184232'),(126767,2729,'_shipping_first_name','Joseph'),(126768,2729,'_shipping_last_name','West'),(126769,2729,'_shipping_company','MAJESTIC PEACOCK LLC'),(126770,2729,'_shipping_address_1','615 Crofton Park Ln'),(126771,2729,'_shipping_city','Franklin'),(126772,2729,'_shipping_state','TN'),(126773,2729,'_shipping_postcode','37069'),(126774,2729,'_shipping_country','US'),(126775,2729,'_order_currency','USD'),(126776,2729,'_cart_discount','0'),(126777,2729,'_cart_discount_tax','0'),(126778,2729,'_order_shipping','0'),(126779,2729,'_order_shipping_tax','0'),(126780,2729,'_order_tax','0'),(126781,2729,'_order_total','1572.24'),(126782,2729,'_order_version','9.0.0'),(126783,2729,'_prices_include_tax','no'),(126784,2729,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(126785,2729,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(126786,2729,'is_vat_exempt','no'),(126787,2729,'_wc_order_attribution_source_type','referral'),(126788,2729,'_wc_order_attribution_referrer','https://lcaportal.com/'),(126789,2729,'_wc_order_attribution_utm_source','lcaportal.com'),(126790,2729,'_wc_order_attribution_utm_medium','referral'),(126791,2729,'_wc_order_attribution_utm_content','/'),(126792,2729,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126793,2729,'_wc_order_attribution_session_start_time','2024-06-19 16:17:33'),(126794,2729,'_wc_order_attribution_session_pages','1'),(126795,2729,'_wc_order_attribution_session_count','3'),(126796,2729,'_wc_order_attribution_user_agent','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'),(126797,2729,'_wc_order_attribution_device_type','Desktop'),(126798,2729,'Payment type','instant'),(126799,2729,'_paypal_status','completed'),(126800,2729,'_transaction_id','7VR66312SA033463J'),(126801,2729,'PayPal Transaction Fee','55.36'),(126802,2729,'_date_paid','1718913120'),(126803,2729,'_paid_date','2024-06-20 19:52:00'),(126804,2729,'_edit_lock','1718942290:2'),(126805,2729,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048650\";s:12:\"date_shipped\";s:10:\"1718928000\";s:11:\"tracking_id\";s:32:\"bbf55cec4471c677d225ec237ffe3489\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048649\";s:12:\"date_shipped\";i:1718942381;s:11:\"tracking_id\";s:32:\"f4da830b487b36513febf59074918d9c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048638\";s:12:\"date_shipped\";i:1718942389;s:11:\"tracking_id\";s:32:\"28e9825795a6b95b917be17bf1ac3a53\";}}'),(126806,2729,'_edit_last','2'),(126807,2729,'_date_completed','1718942391'),(126808,2729,'_completed_date','2024-06-21 03:59:51'),(126809,2716,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048590\";s:12:\"date_shipped\";s:10:\"1718928000\";s:11:\"tracking_id\";s:32:\"daba336f1a6f8c3bbc3fdc951c1077b2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048580\";s:12:\"date_shipped\";i:1718942469;s:11:\"tracking_id\";s:32:\"a6603919cd5b04b720a7bfe11f8dc016\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048579\";s:12:\"date_shipped\";i:1718942477;s:11:\"tracking_id\";s:32:\"587456b288a183c13c42bed135b8b78d\";}}'),(126810,2716,'_date_completed','1718942480'),(126811,2716,'_completed_date','2024-06-21 04:01:20'),(126812,2728,'_edit_lock','1718942428:2'),(126813,2728,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048627\";s:12:\"date_shipped\";s:10:\"1718928000\";s:11:\"tracking_id\";s:32:\"a442ce68a718c4d73114b6f635db5d40\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048616\";s:12:\"date_shipped\";i:1718942547;s:11:\"tracking_id\";s:32:\"5f1c40169b2b8ea4bcccb166ec7f8465\";}}'),(126814,2728,'_edit_last','2'),(126815,2728,'_date_completed','1718942558'),(126816,2728,'_completed_date','2024-06-21 04:02:38'),(126817,2727,'_edit_lock','1718942513:2'),(126818,2727,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048568\";s:12:\"date_shipped\";s:10:\"1718928000\";s:11:\"tracking_id\";s:32:\"9bea80d498fd8291d729c60daf6cefe8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048557\";s:12:\"date_shipped\";i:1718942606;s:11:\"tracking_id\";s:32:\"5346ec86014e65b9d99a0f23fc8c77dc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048546\";s:12:\"date_shipped\";i:1718942610;s:11:\"tracking_id\";s:32:\"e3ffe491ab30ebbd73cc8a6ff3969c96\";}}'),(126819,2727,'_edit_last','2'),(126820,2727,'_date_completed','1718942612'),(126821,2727,'_completed_date','2024-06-21 04:03:32'),(126828,2730,'_order_key','wc_order_ZhJHCDr7UFnLL'),(126829,2730,'_customer_user','78'),(126830,2730,'_payment_method','paypal'),(126831,2730,'_payment_method_title','PayPal'),(126832,2730,'_customer_ip_address','172.58.227.227'),(126833,2730,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(126834,2730,'_created_via','checkout'),(126835,2730,'_cart_hash','308f91c56ba23367e6a983ad254bf55f'),(126836,2730,'_download_permissions_granted','yes'),(126837,2730,'_recorded_sales','yes'),(126838,2730,'_recorded_coupon_usage_counts','yes'),(126839,2730,'_new_order_email_sent','true'),(126840,2730,'_order_stock_reduced','yes'),(126841,2730,'_billing_first_name','Richard'),(126842,2730,'_billing_last_name','Florsheim'),(126843,2730,'_billing_company','Licura'),(126844,2730,'_billing_address_1','3827 w fairway heights dr'),(126845,2730,'_billing_city','Mequon'),(126846,2730,'_billing_state','NY'),(126847,2730,'_billing_postcode','53092'),(126848,2730,'_billing_country','US'),(126849,2730,'_billing_email','tara@liceclinicslongIsland.com'),(126850,2730,'_billing_phone','5619006382'),(126851,2730,'_shipping_first_name','Tara'),(126852,2730,'_shipping_last_name','johnson'),(126853,2730,'_shipping_company','LCA'),(126854,2730,'_shipping_address_1','2330 faye ct'),(126855,2730,'_shipping_city','Merrick'),(126856,2730,'_shipping_state','NY'),(126857,2730,'_shipping_postcode','11566'),(126858,2730,'_shipping_country','US'),(126859,2730,'_order_currency','USD'),(126860,2730,'_cart_discount','0'),(126861,2730,'_cart_discount_tax','0'),(126862,2730,'_order_shipping','14.61'),(126863,2730,'_order_shipping_tax','0'),(126864,2730,'_order_tax','0'),(126865,2730,'_order_total','45.96'),(126866,2730,'_order_version','9.0.2'),(126867,2730,'_prices_include_tax','no'),(126868,2730,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(126869,2730,'_shipping_address_index','Tara johnson LCA 2330 faye ct  Merrick NY 11566 US '),(126870,2730,'is_vat_exempt','no'),(126871,2730,'_wc_order_attribution_source_type','typein'),(126872,2730,'_wc_order_attribution_utm_source','(direct)'),(126873,2730,'_wc_order_attribution_utm_source_platform',''),(126874,2730,'_wc_order_attribution_utm_creative_format',''),(126875,2730,'_wc_order_attribution_utm_marketing_tactic',''),(126876,2730,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126877,2730,'_wc_order_attribution_session_start_time','2024-06-22 17:06:02'),(126878,2730,'_wc_order_attribution_session_pages','3'),(126879,2730,'_wc_order_attribution_session_count','1'),(126880,2730,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(126881,2730,'_wc_order_attribution_device_type','Mobile'),(126882,2730,'Payment type','instant'),(126883,2730,'_paypal_status','completed'),(126884,2730,'_transaction_id','8ND2452245205272T'),(126885,2730,'PayPal Transaction Fee','2.09'),(126886,2730,'_date_paid','1719076159'),(126887,2730,'_paid_date','2024-06-22 17:09:19'),(126888,2731,'_order_key','wc_order_I8y96kpTUXbQa'),(126889,2731,'_customer_user','46'),(126890,2731,'_payment_method','paypal'),(126891,2731,'_payment_method_title','PayPal'),(126892,2731,'_customer_ip_address','72.47.75.84'),(126893,2731,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126894,2731,'_created_via','checkout'),(126895,2731,'_cart_hash','501c0b9d038f98626a9477299e087db5'),(126896,2731,'_download_permissions_granted','yes'),(126897,2731,'_recorded_sales','yes'),(126898,2731,'_recorded_coupon_usage_counts','yes'),(126899,2731,'_new_order_email_sent','true'),(126900,2731,'_order_stock_reduced','yes'),(126901,2731,'_billing_first_name','Ashe'),(126902,2731,'_billing_last_name','montalvo'),(126903,2731,'_billing_company','lice clincs of america jonesboro'),(126904,2731,'_billing_address_1','1406 Market Place'),(126905,2731,'_billing_address_2','Apartment 10'),(126906,2731,'_billing_city','Jonesboro'),(126907,2731,'_billing_state','AR'),(126908,2731,'_billing_postcode','72404'),(126909,2731,'_billing_country','US'),(126910,2731,'_billing_email','bsdashlynf@gmail.com'),(126911,2731,'_billing_phone','8706132520'),(126912,2731,'_shipping_first_name','Ashe'),(126913,2731,'_shipping_last_name','montalvo'),(126914,2731,'_shipping_company','lice clincs of america jonesboro'),(126915,2731,'_shipping_address_1','3114 Fox Road'),(126916,2731,'_shipping_address_2','suite D'),(126917,2731,'_shipping_city','Jonesboro'),(126918,2731,'_shipping_state','AR'),(126919,2731,'_shipping_postcode','72404'),(126920,2731,'_shipping_country','US'),(126921,2731,'_order_currency','USD'),(126922,2731,'_cart_discount','0'),(126923,2731,'_cart_discount_tax','0'),(126924,2731,'_order_shipping','16.69'),(126925,2731,'_order_shipping_tax','0'),(126926,2731,'_order_tax','0'),(126927,2731,'_order_total','248.93'),(126928,2731,'_order_version','9.0.2'),(126929,2731,'_prices_include_tax','no'),(126930,2731,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(126931,2731,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(126932,2731,'is_vat_exempt','no'),(126933,2731,'_wc_order_attribution_source_type','referral'),(126934,2731,'_wc_order_attribution_referrer','https://lcaportal.com/'),(126935,2731,'_wc_order_attribution_utm_source','lcaportal.com'),(126936,2731,'_wc_order_attribution_utm_medium','referral'),(126937,2731,'_wc_order_attribution_utm_content','/'),(126938,2731,'_wc_order_attribution_utm_source_platform',''),(126939,2731,'_wc_order_attribution_utm_creative_format',''),(126940,2731,'_wc_order_attribution_utm_marketing_tactic',''),(126941,2731,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(126942,2731,'_wc_order_attribution_session_start_time','2024-06-22 19:35:06'),(126943,2731,'_wc_order_attribution_session_pages','3'),(126944,2731,'_wc_order_attribution_session_count','1'),(126945,2731,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(126946,2731,'_wc_order_attribution_device_type','Desktop'),(126947,2731,'Payment type','instant'),(126948,2731,'_paypal_status','completed'),(126949,2731,'_transaction_id','8HM72821JL5525530'),(126950,2731,'PayPal Transaction Fee','9.18'),(126951,2731,'_date_paid','1719085393'),(126952,2731,'_paid_date','2024-06-22 19:43:13'),(126953,2732,'_order_key','wc_order_R9ugRThbWXgY8'),(126954,2732,'_customer_user','39'),(126955,2732,'_payment_method','paypal'),(126956,2732,'_payment_method_title','PayPal'),(126957,2732,'_customer_ip_address','50.50.122.248'),(126958,2732,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(126959,2732,'_created_via','checkout'),(126960,2732,'_cart_hash','ac9a6f556a94dd91901acd9385ae64e1'),(126961,2732,'_download_permissions_granted','yes'),(126962,2732,'_recorded_sales','yes'),(126963,2732,'_recorded_coupon_usage_counts','yes'),(126964,2732,'_new_order_email_sent','true'),(126965,2732,'_order_stock_reduced','yes'),(126966,2732,'_billing_first_name','Patty'),(126967,2732,'_billing_last_name','Ziegler'),(126968,2732,'_billing_address_1','3090 Saddle Brook Tr'),(126969,2732,'_billing_city','Sun Prairie'),(126970,2732,'_billing_state','WI'),(126971,2732,'_billing_postcode','53590'),(126972,2732,'_billing_country','US'),(126973,2732,'_billing_email','liceremovalwisconsin@gmail.com'),(126974,2732,'_billing_phone','6088258255'),(126975,2732,'_shipping_first_name','Patty'),(126976,2732,'_shipping_last_name','Ziegler'),(126977,2732,'_shipping_address_1','3090 Saddle Brook Tr'),(126978,2732,'_shipping_city','Sun Prairie'),(126979,2732,'_shipping_state','WI'),(126980,2732,'_shipping_postcode','53590'),(126981,2732,'_shipping_country','US'),(126982,2732,'_order_currency','USD'),(126983,2732,'_cart_discount','0'),(126984,2732,'_cart_discount_tax','0'),(126985,2732,'_order_shipping','0'),(126986,2732,'_order_shipping_tax','0'),(126987,2732,'_order_tax','0'),(126988,2732,'_order_total','544.08'),(126989,2732,'_order_version','9.0.2'),(126990,2732,'_prices_include_tax','no'),(126991,2732,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(126992,2732,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(126993,2732,'is_vat_exempt','no'),(126994,2732,'_wc_order_attribution_source_type','referral'),(126995,2732,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(126996,2732,'_wc_order_attribution_utm_source','lcaportal.com'),(126997,2732,'_wc_order_attribution_utm_medium','referral'),(126998,2732,'_wc_order_attribution_utm_content','/'),(126999,2732,'_wc_order_attribution_utm_source_platform',''),(127000,2732,'_wc_order_attribution_utm_creative_format',''),(127001,2732,'_wc_order_attribution_utm_marketing_tactic',''),(127002,2732,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127003,2732,'_wc_order_attribution_session_start_time','2024-06-22 20:49:36'),(127004,2732,'_wc_order_attribution_session_pages','3'),(127005,2732,'_wc_order_attribution_session_count','1'),(127006,2732,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(127007,2732,'_wc_order_attribution_device_type','Desktop'),(127008,2732,'Payment type','instant'),(127009,2732,'_paypal_status','completed'),(127010,2732,'_transaction_id','59A98339YF675291Y'),(127011,2732,'PayPal Transaction Fee','19.48'),(127012,2732,'_date_paid','1719089743'),(127013,2732,'_paid_date','2024-06-22 20:55:43'),(127015,2733,'_order_key','wc_order_PsatKDIRxK1eA'),(127016,2733,'_customer_user','3'),(127017,2733,'_payment_method','paypal'),(127018,2733,'_payment_method_title','PayPal'),(127019,2733,'_customer_ip_address','99.22.146.124'),(127020,2733,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127021,2733,'_created_via','checkout'),(127022,2733,'_cart_hash','5478cf4c3d082a0261fb099b9aa8fcc7'),(127023,2733,'_download_permissions_granted','yes'),(127024,2733,'_recorded_sales','yes'),(127025,2733,'_recorded_coupon_usage_counts','yes'),(127026,2733,'_new_order_email_sent','true'),(127027,2733,'_order_stock_reduced','yes'),(127028,2733,'_billing_first_name','Amanda'),(127029,2733,'_billing_last_name','Westerman'),(127030,2733,'_billing_company','Lice Clinics of America McKinney'),(127031,2733,'_billing_address_1','3120 Hudson Crossing'),(127032,2733,'_billing_address_2','Suite A2'),(127033,2733,'_billing_city','MCKINNEY'),(127034,2733,'_billing_state','TX'),(127035,2733,'_billing_postcode','75070'),(127036,2733,'_billing_country','US'),(127037,2733,'_billing_email','awesterman1103@gmail.com'),(127038,2733,'_billing_phone','2144175741'),(127039,2733,'_shipping_first_name','amanda'),(127040,2733,'_shipping_last_name','westerman'),(127041,2733,'_shipping_company','Lice Clinics of America'),(127042,2733,'_shipping_address_1','1709 Damian Way'),(127043,2733,'_shipping_city','Richardson'),(127044,2733,'_shipping_state','TX'),(127045,2733,'_shipping_postcode','75081'),(127046,2733,'_shipping_country','US'),(127047,2733,'_order_currency','USD'),(127048,2733,'_cart_discount','0'),(127049,2733,'_cart_discount_tax','0'),(127050,2733,'_order_shipping','0'),(127051,2733,'_order_shipping_tax','0'),(127052,2733,'_order_tax','0'),(127053,2733,'_order_total','649.44'),(127054,2733,'_order_version','9.0.2'),(127055,2733,'_prices_include_tax','no'),(127056,2733,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(127057,2733,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(127058,2733,'is_vat_exempt','no'),(127059,2733,'_wc_order_attribution_source_type','referral'),(127060,2733,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(127061,2733,'_wc_order_attribution_utm_source','lcaportal.com'),(127062,2733,'_wc_order_attribution_utm_medium','referral'),(127063,2733,'_wc_order_attribution_utm_content','/'),(127064,2733,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127065,2733,'_wc_order_attribution_session_start_time','2024-06-24 13:05:44'),(127066,2733,'_wc_order_attribution_session_pages','2'),(127067,2733,'_wc_order_attribution_session_count','3'),(127068,2733,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127069,2733,'_wc_order_attribution_device_type','Desktop'),(127070,2733,'Payment type','instant'),(127071,2733,'_paypal_status','completed'),(127072,2733,'_transaction_id','8L546733RX4867412'),(127073,2733,'PayPal Transaction Fee','23.16'),(127074,2733,'_date_paid','1719242109'),(127075,2733,'_paid_date','2024-06-24 15:15:09'),(127077,2734,'_order_key','wc_order_mc4SVrYRXosX9'),(127078,2734,'_customer_user','43'),(127079,2734,'_payment_method','paypal'),(127080,2734,'_payment_method_title','PayPal'),(127081,2734,'_customer_ip_address','172.58.129.250'),(127082,2734,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(127083,2734,'_created_via','checkout'),(127084,2734,'_cart_hash','4ae29140ad0e31842bd816b68c21677c'),(127085,2734,'_download_permissions_granted','yes'),(127086,2734,'_recorded_sales','yes'),(127087,2734,'_recorded_coupon_usage_counts','yes'),(127088,2734,'_new_order_email_sent','true'),(127089,2734,'_order_stock_reduced','yes'),(127090,2734,'_billing_first_name','Ryan'),(127091,2734,'_billing_last_name','Nelson'),(127092,2734,'_billing_address_1','140 Flame Vine drive'),(127093,2734,'_billing_city','Naples'),(127094,2734,'_billing_state','FL'),(127095,2734,'_billing_postcode','34110'),(127096,2734,'_billing_country','US'),(127097,2734,'_billing_email','Rjnelson73@gmail.com'),(127098,2734,'_billing_phone','239-281-0719'),(127099,2734,'_shipping_first_name','Ryan'),(127100,2734,'_shipping_last_name','Nelson'),(127101,2734,'_shipping_address_1','140 Flame Vine drive'),(127102,2734,'_shipping_city','Naples'),(127103,2734,'_shipping_state','FL'),(127104,2734,'_shipping_postcode','34110'),(127105,2734,'_shipping_country','US'),(127106,2734,'_order_currency','USD'),(127107,2734,'_cart_discount','0'),(127108,2734,'_cart_discount_tax','0'),(127109,2734,'_order_shipping','30.27'),(127110,2734,'_order_shipping_tax','0'),(127111,2734,'_order_tax','0'),(127112,2734,'_order_total','482.91'),(127113,2734,'_order_version','9.0.2'),(127114,2734,'_prices_include_tax','no'),(127115,2734,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(127116,2734,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(127118,2734,'_wc_order_attribution_source_type','referral'),(127119,2734,'_wc_order_attribution_referrer','https://lcaportal.com/'),(127120,2734,'_wc_order_attribution_utm_source','lcaportal.com'),(127121,2734,'_wc_order_attribution_utm_medium','referral'),(127122,2734,'_wc_order_attribution_utm_content','/'),(127123,2734,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127124,2734,'_wc_order_attribution_session_start_time','2024-06-24 15:52:59'),(127125,2734,'_wc_order_attribution_session_pages','5'),(127126,2734,'_wc_order_attribution_session_count','1'),(127127,2734,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(127128,2734,'_wc_order_attribution_device_type','Mobile'),(127129,2735,'_order_key','wc_order_hDHGqLMzNGfS1'),(127130,2735,'_customer_user','76'),(127131,2735,'_payment_method','paypal'),(127132,2735,'_payment_method_title','PayPal'),(127133,2735,'_customer_ip_address','172.56.199.75'),(127134,2735,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(127135,2735,'_created_via','checkout'),(127136,2735,'_cart_hash','1e329200f409ac222d52297641c09566'),(127137,2735,'_download_permissions_granted','yes'),(127138,2735,'_recorded_sales','yes'),(127139,2735,'_recorded_coupon_usage_counts','yes'),(127140,2735,'_new_order_email_sent','true'),(127141,2735,'_order_stock_reduced','yes'),(127142,2735,'_billing_first_name','Naomi'),(127143,2735,'_billing_last_name','Golden'),(127144,2735,'_billing_company','LCA'),(127145,2735,'_billing_address_1','31 Mann Ave'),(127146,2735,'_billing_city','Needham'),(127147,2735,'_billing_state','MA'),(127148,2735,'_billing_postcode','02492'),(127149,2735,'_billing_country','US'),(127150,2735,'_billing_email','nrgolden6486@gmail.com'),(127151,2735,'_billing_phone','617-851-1322'),(127152,2735,'_shipping_first_name','Naomi'),(127153,2735,'_shipping_last_name','Golden'),(127154,2735,'_shipping_company','LCA'),(127155,2735,'_shipping_address_1','111 Center Street'),(127156,2735,'_shipping_address_2','LCA'),(127157,2735,'_shipping_city','Middleborough'),(127158,2735,'_shipping_state','MA'),(127159,2735,'_shipping_postcode','02346'),(127160,2735,'_shipping_country','US'),(127161,2735,'_order_currency','USD'),(127162,2735,'_cart_discount','0'),(127163,2735,'_cart_discount_tax','0'),(127164,2735,'_order_shipping','0'),(127165,2735,'_order_shipping_tax','0'),(127166,2735,'_order_tax','0'),(127167,2735,'_order_total','525.20'),(127168,2735,'_order_version','9.0.2'),(127169,2735,'_prices_include_tax','no'),(127170,2735,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(127171,2735,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleborough MA 02346 US '),(127172,2735,'is_vat_exempt','no'),(127173,2735,'_wc_order_attribution_source_type','typein'),(127174,2735,'_wc_order_attribution_utm_source','(direct)'),(127175,2735,'_wc_order_attribution_utm_source_platform',''),(127176,2735,'_wc_order_attribution_utm_creative_format',''),(127177,2735,'_wc_order_attribution_utm_marketing_tactic',''),(127178,2735,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127179,2735,'_wc_order_attribution_session_start_time','2024-06-24 18:17:25'),(127180,2735,'_wc_order_attribution_session_pages','23'),(127181,2735,'_wc_order_attribution_session_count','1'),(127182,2735,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(127183,2735,'_wc_order_attribution_device_type','Desktop'),(127184,2735,'Payment type','instant'),(127185,2735,'_paypal_status','completed'),(127186,2735,'_transaction_id','77A284057B272350V'),(127187,2735,'PayPal Transaction Fee','18.82'),(127188,2735,'_date_paid','1719253308'),(127189,2735,'_paid_date','2024-06-24 18:21:48'),(127190,2736,'_order_key','wc_order_Rkd0mOOmAqj1q'),(127191,2736,'_customer_user','15'),(127192,2736,'_payment_method','paypal'),(127193,2736,'_payment_method_title','PayPal'),(127194,2736,'_customer_ip_address','108.160.203.30'),(127195,2736,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(127196,2736,'_created_via','checkout'),(127197,2736,'_cart_hash','a1112aa2b6a26c7deeaa2653f87d8b61'),(127198,2736,'_download_permissions_granted','yes'),(127199,2736,'_recorded_sales','yes'),(127200,2736,'_recorded_coupon_usage_counts','yes'),(127201,2736,'_new_order_email_sent','true'),(127202,2736,'_order_stock_reduced','yes'),(127203,2736,'_billing_first_name','Andrea'),(127204,2736,'_billing_last_name','Florsheim'),(127205,2736,'_billing_company','Lice Clincs of America'),(127206,2736,'_billing_address_1','758 N. Broadway'),(127207,2736,'_billing_address_2','APT 1204'),(127208,2736,'_billing_city','Milwaukee'),(127209,2736,'_billing_state','WI'),(127210,2736,'_billing_postcode','53202'),(127211,2736,'_billing_country','US'),(127212,2736,'_billing_email','andrea@liceclinicscentral.com'),(127213,2736,'_billing_phone','4143354315'),(127214,2736,'_shipping_first_name','Andrea'),(127215,2736,'_shipping_last_name','Florsheim'),(127216,2736,'_shipping_company','LCA'),(127217,2736,'_shipping_address_1','8424 W. Center Rd'),(127218,2736,'_shipping_address_2','Suite 212'),(127219,2736,'_shipping_city','omaha'),(127220,2736,'_shipping_state','NE'),(127221,2736,'_shipping_postcode','68124'),(127222,2736,'_shipping_country','US'),(127223,2736,'_order_currency','USD'),(127224,2736,'_cart_discount','0'),(127225,2736,'_cart_discount_tax','0'),(127226,2736,'_order_shipping','19.41'),(127227,2736,'_order_shipping_tax','0'),(127228,2736,'_order_tax','0'),(127229,2736,'_order_total','215.41'),(127230,2736,'_order_version','9.0.2'),(127231,2736,'_prices_include_tax','no'),(127232,2736,'_billing_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(127233,2736,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(127234,2736,'is_vat_exempt','no'),(127235,2736,'_wc_order_attribution_source_type','typein'),(127236,2736,'_wc_order_attribution_utm_source','(direct)'),(127237,2736,'_wc_order_attribution_utm_source_platform',''),(127238,2736,'_wc_order_attribution_utm_creative_format',''),(127239,2736,'_wc_order_attribution_utm_marketing_tactic',''),(127240,2736,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127241,2736,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(127242,2736,'_wc_order_attribution_session_pages','4'),(127243,2736,'_wc_order_attribution_session_count','4'),(127244,2736,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(127245,2736,'_wc_order_attribution_device_type','Desktop'),(127246,2736,'Payment type','instant'),(127247,2736,'_paypal_status','completed'),(127248,2736,'_transaction_id','5A641787LA390360W'),(127249,2736,'PayPal Transaction Fee','8.01'),(127250,2736,'_date_paid','1719253617'),(127251,2736,'_paid_date','2024-06-24 18:26:57'),(127252,2737,'_order_key','wc_order_VxzmzZRNLxVjT'),(127253,2737,'_customer_user','15'),(127254,2737,'_payment_method','paypal'),(127255,2737,'_payment_method_title','PayPal'),(127256,2737,'_customer_ip_address','108.160.203.30'),(127257,2737,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(127258,2737,'_created_via','checkout'),(127259,2737,'_cart_hash','58daed33b46b5c7326b2e6f4f4ac457b'),(127260,2737,'_download_permissions_granted','yes'),(127261,2737,'_recorded_sales','yes'),(127262,2737,'_recorded_coupon_usage_counts','yes'),(127263,2737,'_new_order_email_sent','true'),(127264,2737,'_order_stock_reduced','yes'),(127265,2737,'_billing_first_name','Andrea'),(127266,2737,'_billing_last_name','Florsheim'),(127267,2737,'_billing_company','Lice Clincs of America'),(127268,2737,'_billing_address_1','758 N. Broadway'),(127269,2737,'_billing_address_2','APT 1204'),(127270,2737,'_billing_city','Milwaukee'),(127271,2737,'_billing_state','WI'),(127272,2737,'_billing_postcode','53202'),(127273,2737,'_billing_country','US'),(127274,2737,'_billing_email','andrea@liceclinicscentral.com'),(127275,2737,'_billing_phone','4143354315'),(127276,2737,'_shipping_first_name','Andrea'),(127277,2737,'_shipping_last_name','Florsheim'),(127278,2737,'_shipping_company','Lice Clincs of America'),(127279,2737,'_shipping_address_1','758 N. Broadway'),(127280,2737,'_shipping_address_2','APT 1204'),(127281,2737,'_shipping_city','Milwaukee'),(127282,2737,'_shipping_state','WI'),(127283,2737,'_shipping_postcode','53202'),(127284,2737,'_shipping_country','US'),(127285,2737,'_order_currency','USD'),(127286,2737,'_cart_discount','0'),(127287,2737,'_cart_discount_tax','0'),(127288,2737,'_order_shipping','18.87'),(127289,2737,'_order_shipping_tax','0'),(127290,2737,'_order_tax','0'),(127291,2737,'_order_total','342.25'),(127292,2737,'_order_version','9.0.2'),(127293,2737,'_prices_include_tax','no'),(127294,2737,'_billing_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(127295,2737,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US '),(127296,2737,'is_vat_exempt','no'),(127297,2737,'_wc_order_attribution_source_type','typein'),(127298,2737,'_wc_order_attribution_utm_source','(direct)'),(127299,2737,'_wc_order_attribution_utm_source_platform',''),(127300,2737,'_wc_order_attribution_utm_creative_format',''),(127301,2737,'_wc_order_attribution_utm_marketing_tactic',''),(127302,2737,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127303,2737,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(127304,2737,'_wc_order_attribution_session_pages','8'),(127305,2737,'_wc_order_attribution_session_count','4'),(127306,2737,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(127307,2737,'_wc_order_attribution_device_type','Desktop'),(127308,2737,'Payment type','instant'),(127309,2737,'_paypal_status','completed'),(127310,2737,'_transaction_id','81N20359JT177792G'),(127311,2737,'PayPal Transaction Fee','12.43'),(127312,2737,'_date_paid','1719253828'),(127313,2737,'_paid_date','2024-06-24 18:30:28'),(127314,2738,'_order_key','wc_order_tRCMzSRDMit2E'),(127315,2738,'_customer_user','105'),(127316,2738,'_payment_method','paypal'),(127317,2738,'_payment_method_title','PayPal'),(127318,2738,'_customer_ip_address','174.238.160.22'),(127319,2738,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127320,2738,'_created_via','checkout'),(127321,2738,'_cart_hash','3cfb0019ec7ad65230c26f4b3b4f5535'),(127322,2738,'_download_permissions_granted','yes'),(127323,2738,'_recorded_sales','yes'),(127324,2738,'_recorded_coupon_usage_counts','yes'),(127325,2738,'_new_order_email_sent','true'),(127326,2738,'_order_stock_reduced','yes'),(127327,2738,'_billing_first_name','Joseph'),(127328,2738,'_billing_last_name','West'),(127329,2738,'_billing_company','MAJESTIC PEACOCK LLC'),(127330,2738,'_billing_address_1','615 Crofton Park Ln'),(127331,2738,'_billing_city','Franklin'),(127332,2738,'_billing_state','TN'),(127333,2738,'_billing_postcode','37069'),(127334,2738,'_billing_country','US'),(127335,2738,'_billing_email','info@nashville.liceclinicsofamerica.com'),(127336,2738,'_billing_phone','8042184232'),(127337,2738,'_shipping_first_name','Joseph'),(127338,2738,'_shipping_last_name','West'),(127339,2738,'_shipping_company','MAJESTIC PEACOCK LLC'),(127340,2738,'_shipping_address_1','615 Crofton Park Ln'),(127341,2738,'_shipping_city','Franklin'),(127342,2738,'_shipping_state','TN'),(127343,2738,'_shipping_postcode','37069'),(127344,2738,'_shipping_country','US'),(127345,2738,'_order_currency','USD'),(127346,2738,'_cart_discount','0'),(127347,2738,'_cart_discount_tax','0'),(127348,2738,'_order_shipping','57.88'),(127349,2738,'_order_shipping_tax','0'),(127350,2738,'_order_tax','0'),(127351,2738,'_order_total','485.01'),(127352,2738,'_order_version','9.0.2'),(127353,2738,'_prices_include_tax','no'),(127354,2738,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(127355,2738,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(127356,2738,'is_vat_exempt','no'),(127357,2738,'_wc_order_attribution_source_type','organic'),(127358,2738,'_wc_order_attribution_referrer','https://www.google.com/'),(127359,2738,'_wc_order_attribution_utm_source','google'),(127360,2738,'_wc_order_attribution_utm_medium','organic'),(127361,2738,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127362,2738,'_wc_order_attribution_session_start_time','2024-06-24 21:03:09'),(127363,2738,'_wc_order_attribution_session_pages','12'),(127364,2738,'_wc_order_attribution_session_count','1'),(127365,2738,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127366,2738,'_wc_order_attribution_device_type','Desktop'),(127367,2738,'Payment type','instant'),(127368,2738,'_paypal_status','completed'),(127369,2738,'_transaction_id','21U76741WC129262H'),(127370,2738,'PayPal Transaction Fee','17.42'),(127371,2738,'_date_paid','1719263705'),(127372,2738,'_paid_date','2024-06-24 21:15:05'),(127373,2739,'_order_key','wc_order_se6990xWgnVsX'),(127374,2739,'_customer_user','90'),(127375,2739,'_payment_method','paypal'),(127376,2739,'_payment_method_title','PayPal'),(127377,2739,'_customer_ip_address','75.48.216.88'),(127378,2739,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127379,2739,'_created_via','checkout'),(127380,2739,'_cart_hash','eb25cec12830fd2cab5d31d1289ec26b'),(127381,2739,'_download_permissions_granted','yes'),(127382,2739,'_recorded_sales','yes'),(127383,2739,'_recorded_coupon_usage_counts','yes'),(127384,2739,'_new_order_email_sent','true'),(127385,2739,'_order_stock_reduced','yes'),(127386,2739,'_billing_first_name','Mike'),(127387,2739,'_billing_last_name','Brehm'),(127388,2739,'_billing_address_1','5258 Plainfield Ave NE'),(127389,2739,'_billing_city','Grand Rapids'),(127390,2739,'_billing_state','MI'),(127391,2739,'_billing_postcode','49525'),(127392,2739,'_billing_country','US'),(127393,2739,'_billing_email','rapunzelscorinn@gmail.com'),(127394,2739,'_billing_phone','6164504125'),(127395,2739,'_shipping_first_name','Corinn'),(127396,2739,'_shipping_last_name','Nichols'),(127397,2739,'_shipping_company','LCA Remedy'),(127398,2739,'_shipping_address_1','3500 Dean Lake Ave NE'),(127399,2739,'_shipping_city','Grand Rapids'),(127400,2739,'_shipping_state','MI'),(127401,2739,'_shipping_postcode','49525'),(127402,2739,'_shipping_country','US'),(127403,2739,'_order_currency','USD'),(127404,2739,'_cart_discount','0'),(127405,2739,'_cart_discount_tax','0'),(127406,2739,'_order_shipping','22.83'),(127407,2739,'_order_shipping_tax','0'),(127408,2739,'_order_tax','0'),(127409,2739,'_order_total','512.67'),(127410,2739,'_order_version','9.0.2'),(127411,2739,'_prices_include_tax','no'),(127412,2739,'_billing_address_index','Mike Brehm  5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(127413,2739,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(127414,2739,'is_vat_exempt','no'),(127415,2739,'_wc_order_attribution_source_type','referral'),(127416,2739,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(127417,2739,'_wc_order_attribution_utm_source','lcaportal.com'),(127418,2739,'_wc_order_attribution_utm_medium','referral'),(127419,2739,'_wc_order_attribution_utm_content','/'),(127420,2739,'_wc_order_attribution_utm_source_platform',''),(127421,2739,'_wc_order_attribution_utm_creative_format',''),(127422,2739,'_wc_order_attribution_utm_marketing_tactic',''),(127423,2739,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127424,2739,'_wc_order_attribution_session_start_time','2024-06-24 21:46:48'),(127425,2739,'_wc_order_attribution_session_pages','3'),(127426,2739,'_wc_order_attribution_session_count','1'),(127427,2739,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127428,2739,'_wc_order_attribution_device_type','Desktop'),(127429,2739,'Payment type','instant'),(127430,2739,'_paypal_status','completed'),(127431,2739,'_transaction_id','9PX0158635671533H'),(127432,2739,'PayPal Transaction Fee','18.38'),(127433,2739,'_date_paid','1719267845'),(127434,2739,'_paid_date','2024-06-24 22:24:05'),(127441,2740,'_order_key','wc_order_scZM0NRmYv5XU'),(127442,2740,'_customer_user','77'),(127443,2740,'_payment_method','paypal'),(127444,2740,'_payment_method_title','PayPal'),(127445,2740,'_customer_ip_address','162.201.108.83'),(127446,2740,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(127447,2740,'_created_via','checkout'),(127448,2740,'_cart_hash','8962d5327b919d660a5ef9e4110d0b30'),(127449,2740,'_download_permissions_granted','yes'),(127450,2740,'_recorded_sales','yes'),(127451,2740,'_recorded_coupon_usage_counts','yes'),(127452,2740,'_new_order_email_sent','true'),(127453,2740,'_order_stock_reduced','yes'),(127454,2740,'_billing_first_name','Phil'),(127455,2740,'_billing_last_name','Moon'),(127456,2740,'_billing_company','LiceBusters, LLC'),(127457,2740,'_billing_address_1','105 Live Oak Lane'),(127458,2740,'_billing_city','Pleasant Hill'),(127459,2740,'_billing_state','CA'),(127460,2740,'_billing_postcode','94523'),(127461,2740,'_billing_country','US'),(127462,2740,'_billing_email','kris10maroot@gmail.com'),(127463,2740,'_billing_phone','5593046305'),(127464,2740,'_shipping_first_name','Kristen'),(127465,2740,'_shipping_last_name','Maroot-Rippee'),(127466,2740,'_shipping_company','LiceBusters, LLC'),(127467,2740,'_shipping_address_1','487 W. Scott Avenue'),(127468,2740,'_shipping_city','Fresno'),(127469,2740,'_shipping_state','CA'),(127470,2740,'_shipping_postcode','93704'),(127471,2740,'_shipping_country','US'),(127472,2740,'_order_currency','USD'),(127473,2740,'_cart_discount','0'),(127474,2740,'_cart_discount_tax','0'),(127475,2740,'_order_shipping','0'),(127476,2740,'_order_shipping_tax','0'),(127477,2740,'_order_tax','0'),(127478,2740,'_order_total','2708.32'),(127479,2740,'_order_version','9.0.2'),(127480,2740,'_prices_include_tax','no'),(127481,2740,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(127482,2740,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(127483,2740,'is_vat_exempt','no'),(127484,2740,'_wc_order_attribution_source_type','typein'),(127485,2740,'_wc_order_attribution_utm_source','(direct)'),(127486,2740,'_wc_order_attribution_utm_source_platform',''),(127487,2740,'_wc_order_attribution_utm_creative_format',''),(127488,2740,'_wc_order_attribution_utm_marketing_tactic',''),(127489,2740,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127490,2740,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(127491,2740,'_wc_order_attribution_session_pages','3'),(127492,2740,'_wc_order_attribution_session_count','7'),(127493,2740,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36'),(127494,2740,'_wc_order_attribution_device_type','Desktop'),(127495,2740,'Payment type','instant'),(127496,2740,'_paypal_status','completed'),(127497,2740,'_transaction_id','37645486S3299480T'),(127498,2740,'PayPal Transaction Fee','95.01'),(127499,2740,'_date_paid','1719341205'),(127500,2740,'_paid_date','2024-06-25 18:46:45'),(127501,2741,'_order_key','wc_order_gjB7D4XiO9CRs'),(127502,2741,'_customer_user','3'),(127503,2741,'_payment_method','paypal'),(127504,2741,'_payment_method_title','PayPal'),(127505,2741,'_customer_ip_address','99.22.146.124'),(127506,2741,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127507,2741,'_created_via','checkout'),(127508,2741,'_cart_hash','45e348376309527e7bb5c763252dd89f'),(127509,2741,'_download_permissions_granted','yes'),(127510,2741,'_recorded_sales','yes'),(127511,2741,'_recorded_coupon_usage_counts','yes'),(127512,2741,'_new_order_email_sent','true'),(127513,2741,'_order_stock_reduced','yes'),(127514,2741,'_billing_first_name','Amanda'),(127515,2741,'_billing_last_name','Westerman'),(127516,2741,'_billing_company','Lice Clinics of America McKinney'),(127517,2741,'_billing_address_1','3120 Hudson Crossing'),(127518,2741,'_billing_address_2','Suite A2'),(127519,2741,'_billing_city','MCKINNEY'),(127520,2741,'_billing_state','TX'),(127521,2741,'_billing_postcode','75070'),(127522,2741,'_billing_country','US'),(127523,2741,'_billing_email','awesterman1103@gmail.com'),(127524,2741,'_billing_phone','2144175741'),(127525,2741,'_shipping_first_name','amanda'),(127526,2741,'_shipping_last_name','westerman'),(127527,2741,'_shipping_company','Lice Clinics of America'),(127528,2741,'_shipping_address_1','1709 Damian Way'),(127529,2741,'_shipping_city','Richardson'),(127530,2741,'_shipping_state','TX'),(127531,2741,'_shipping_postcode','75081'),(127532,2741,'_shipping_country','US'),(127533,2741,'_order_currency','USD'),(127534,2741,'_cart_discount','0'),(127535,2741,'_cart_discount_tax','0'),(127536,2741,'_order_shipping','0'),(127537,2741,'_order_shipping_tax','0'),(127538,2741,'_order_tax','0'),(127539,2741,'_order_total','694.00'),(127540,2741,'_order_version','9.0.2'),(127541,2741,'_prices_include_tax','no'),(127542,2741,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(127543,2741,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(127544,2741,'is_vat_exempt','no'),(127545,2741,'_wc_order_attribution_source_type','referral'),(127546,2741,'_wc_order_attribution_referrer','https://lcaportal.com/'),(127547,2741,'_wc_order_attribution_utm_source','lcaportal.com'),(127548,2741,'_wc_order_attribution_utm_medium','referral'),(127549,2741,'_wc_order_attribution_utm_content','/'),(127550,2741,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127551,2741,'_wc_order_attribution_session_start_time','2024-06-25 19:17:59'),(127552,2741,'_wc_order_attribution_session_pages','3'),(127553,2741,'_wc_order_attribution_session_count','5'),(127554,2741,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127555,2741,'_wc_order_attribution_device_type','Desktop'),(127556,2741,'Payment type','instant'),(127557,2741,'_paypal_status','completed'),(127558,2741,'_transaction_id','36L200211J467331L'),(127559,2741,'PayPal Transaction Fee','24.71'),(127560,2741,'_date_paid','1719347074'),(127561,2741,'_paid_date','2024-06-25 20:24:34'),(127563,2740,'_edit_lock','1719367012:2'),(127564,2730,'_edit_lock','1719366450:2'),(127565,2730,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048796\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"325be90aef4c0a05039a9726c2515d83\";}}'),(127566,2730,'_edit_last','2'),(127567,2730,'_date_completed','1719366586'),(127568,2730,'_completed_date','2024-06-26 01:49:46'),(127569,2731,'_edit_lock','1719366508:2'),(127570,2731,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048822\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"f8b75f3856a23aff1ff0b2e7abba5e29\";}}'),(127571,2731,'_edit_last','2'),(127572,2731,'_date_completed','1719366621'),(127573,2731,'_completed_date','2024-06-26 01:50:21'),(127574,2732,'_edit_lock','1719366543:2'),(127575,2732,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355048936\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"cfb6d5f7fd2b0484978d73bf3f51d0f4\";}}'),(127576,2732,'_edit_last','2'),(127577,2732,'_date_completed','1719366674'),(127578,2732,'_completed_date','2024-06-26 01:51:14'),(127579,2733,'_edit_lock','1719366768:2'),(127580,2733,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049093\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"31008c459008643494a57c8e4d3ad413\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049082\";s:12:\"date_shipped\";i:1719366901;s:11:\"tracking_id\";s:32:\"bc6ff761f7de96cf6107659d15292c14\";}}'),(127581,2733,'_edit_last','2'),(127582,2733,'_date_completed','1719366903'),(127583,2733,'_completed_date','2024-06-26 01:55:03'),(127584,2736,'_edit_lock','1719366795:2'),(127585,2736,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049288\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"9f121325c4cb7603183bc042162a962f\";}}'),(127586,2736,'_edit_last','2'),(127587,2736,'_date_completed','1719366933'),(127588,2736,'_completed_date','2024-06-26 01:55:33'),(127589,2735,'_edit_lock','1719366970:2'),(127590,2735,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049277\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"f781b1d2de921827a55c5627be5a1662\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049266\";s:12:\"date_shipped\";i:1719366962;s:11:\"tracking_id\";s:32:\"4898f08bcc2fe4eb762b05db7597f8eb\";}}'),(127591,2735,'_edit_last','2'),(127592,2735,'_date_completed','1719366966'),(127593,2735,'_completed_date','2024-06-26 01:56:06'),(127594,2737,'_edit_lock','1719366867:2'),(127595,2737,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049303\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"c4341770fcc1ae0d6377a4425c56ba76\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049299\";s:12:\"date_shipped\";i:1719367002;s:11:\"tracking_id\";s:32:\"f6319030cfefb2bb49d54a583e383728\";}}'),(127596,2737,'_edit_last','2'),(127597,2737,'_date_completed','1719367004'),(127598,2737,'_completed_date','2024-06-26 01:56:44'),(127599,2739,'_edit_lock','1719367033:2'),(127600,2739,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049369\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"346dd2e506810449d0890ca5c071d68a\";}}'),(127601,2739,'_edit_last','2'),(127602,2739,'_date_completed','1719367029'),(127603,2739,'_completed_date','2024-06-26 01:57:09'),(127604,2738,'_edit_lock','1719366931:2'),(127605,2738,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049358\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"c27065fbe91956fac3118e74afeb4107\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"739355049347\";s:12:\"date_shipped\";i:1719367065;s:11:\"tracking_id\";s:32:\"c1dbd7c141af56c79d3e5b98b8e5e432\";}}'),(127606,2738,'_edit_last','2'),(127607,2738,'_date_completed','1719367069'),(127608,2738,'_completed_date','2024-06-26 01:57:49'),(127609,2740,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217415\";s:12:\"date_shipped\";s:10:\"1719360000\";s:11:\"tracking_id\";s:32:\"709f755de8f0b273581b7edaad6a4e3a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217404\";s:12:\"date_shipped\";i:1719367108;s:11:\"tracking_id\";s:32:\"92461917b8fd90e77ef9c231c8236c15\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217390\";s:12:\"date_shipped\";i:1719367113;s:11:\"tracking_id\";s:32:\"9c64d9036478dbe9c5e7ff6b9fae11d9\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217389\";s:12:\"date_shipped\";i:1719367118;s:11:\"tracking_id\";s:32:\"f67cf6827b1d6c41070946fa1a03d534\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217378\";s:12:\"date_shipped\";i:1719367125;s:11:\"tracking_id\";s:32:\"eeaf5d30f430fb77939d9a3a8302b4ba\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217367\";s:12:\"date_shipped\";i:1719367132;s:11:\"tracking_id\";s:32:\"8110552e732d1b96379bf115f9fb647c\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217356\";s:12:\"date_shipped\";i:1719367140;s:11:\"tracking_id\";s:32:\"263e116a35045474c81b7a7721ec3479\";}}'),(127610,2740,'_edit_last','2'),(127611,2740,'_date_completed','1719367146'),(127612,2740,'_completed_date','2024-06-26 01:59:06'),(127620,2742,'_order_key','wc_order_TEnweq19baZZo'),(127621,2742,'_customer_user','47'),(127622,2742,'_payment_method','paypal'),(127623,2742,'_payment_method_title','PayPal'),(127624,2742,'_customer_ip_address','97.77.63.57'),(127625,2742,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(127626,2742,'_created_via','checkout'),(127627,2742,'_cart_hash','5e4613bebb02e0f5546d6e334928d097'),(127628,2742,'_download_permissions_granted','yes'),(127629,2742,'_recorded_sales','yes'),(127630,2742,'_recorded_coupon_usage_counts','yes'),(127631,2742,'_new_order_email_sent','true'),(127632,2742,'_order_stock_reduced','yes'),(127633,2742,'_billing_first_name','Tracy'),(127634,2742,'_billing_last_name','Copeland'),(127635,2742,'_billing_company','LCA SA WEST'),(127636,2742,'_billing_address_1','14223 Silverhollow'),(127637,2742,'_billing_city','San Antonio'),(127638,2742,'_billing_state','TX'),(127639,2742,'_billing_postcode','78232'),(127640,2742,'_billing_country','US'),(127641,2742,'_billing_email','info@liceclinicsofsanantonio.com'),(127642,2742,'_billing_phone','2103135033'),(127643,2742,'_shipping_first_name','Tracy'),(127644,2742,'_shipping_last_name','Copeland'),(127645,2742,'_shipping_company','LCA SA WEST'),(127646,2742,'_shipping_address_1','6391 De Zavala Rd.'),(127647,2742,'_shipping_address_2','#222'),(127648,2742,'_shipping_city','San Antonio'),(127649,2742,'_shipping_state','TX'),(127650,2742,'_shipping_postcode','78249'),(127651,2742,'_shipping_country','US'),(127652,2742,'_order_currency','USD'),(127653,2742,'_cart_discount','0'),(127654,2742,'_cart_discount_tax','0'),(127655,2742,'_order_shipping','0'),(127656,2742,'_order_shipping_tax','0'),(127657,2742,'_order_tax','0'),(127658,2742,'_order_total','535.00'),(127659,2742,'_order_version','9.0.2'),(127660,2742,'_prices_include_tax','no'),(127661,2742,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(127662,2742,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd. #222 San Antonio TX 78249 US '),(127663,2742,'is_vat_exempt','no'),(127664,2742,'_wc_order_attribution_source_type','referral'),(127665,2742,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(127666,2742,'_wc_order_attribution_utm_source','lcaportal.com'),(127667,2742,'_wc_order_attribution_utm_medium','referral'),(127668,2742,'_wc_order_attribution_utm_content','/'),(127669,2742,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127670,2742,'_wc_order_attribution_session_start_time','2024-06-26 18:26:12'),(127671,2742,'_wc_order_attribution_session_pages','3'),(127672,2742,'_wc_order_attribution_session_count','2'),(127673,2742,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(127674,2742,'_wc_order_attribution_device_type','Desktop'),(127675,2742,'Payment type','instant'),(127676,2742,'_paypal_status','completed'),(127677,2742,'_transaction_id','0KY75700MC254271K'),(127678,2742,'PayPal Transaction Fee','19.16'),(127679,2742,'_date_paid','1719426564'),(127680,2742,'_paid_date','2024-06-26 18:29:24'),(127686,2743,'_order_key','wc_order_YXmtILrq5xmvH'),(127687,2743,'_customer_user','20'),(127688,2743,'_payment_method','paypal'),(127689,2743,'_payment_method_title','PayPal'),(127690,2743,'_customer_ip_address','76.87.171.180'),(127691,2743,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(127692,2743,'_created_via','checkout'),(127693,2743,'_cart_hash','5eee30c99197eb5c94c20d7bc20e512e'),(127694,2743,'_download_permissions_granted','yes'),(127695,2743,'_recorded_sales','yes'),(127696,2743,'_recorded_coupon_usage_counts','yes'),(127697,2743,'_new_order_email_sent','true'),(127698,2743,'_order_stock_reduced','yes'),(127699,2743,'_billing_first_name','Hasani'),(127700,2743,'_billing_last_name','Thompson'),(127701,2743,'_billing_company','Heat in Hair'),(127702,2743,'_billing_address_1','27225 Camp Plenty Road'),(127703,2743,'_billing_address_2','1D'),(127704,2743,'_billing_city','Santa Clarita'),(127705,2743,'_billing_state','CA'),(127706,2743,'_billing_postcode','91351'),(127707,2743,'_billing_country','US'),(127708,2743,'_billing_email','info@liceclinicssantaclarita.com'),(127709,2743,'_billing_phone','6615850263'),(127710,2743,'_shipping_first_name','Hasani'),(127711,2743,'_shipping_last_name','Thompson'),(127712,2743,'_shipping_company','Heat in Hair'),(127713,2743,'_shipping_address_1','5145 Nightsky Place'),(127714,2743,'_shipping_city','Palmdale'),(127715,2743,'_shipping_state','CA'),(127716,2743,'_shipping_postcode','93552'),(127717,2743,'_shipping_country','US'),(127718,2743,'_order_currency','USD'),(127719,2743,'_cart_discount','0'),(127720,2743,'_cart_discount_tax','0'),(127721,2743,'_order_shipping','0'),(127722,2743,'_order_shipping_tax','0'),(127723,2743,'_order_tax','0'),(127724,2743,'_order_total','704.58'),(127725,2743,'_order_version','9.0.2'),(127726,2743,'_prices_include_tax','no'),(127727,2743,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(127728,2743,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(127730,2743,'_wc_order_attribution_source_type','referral'),(127731,2743,'_wc_order_attribution_referrer','https://lcaportal.com/'),(127732,2743,'_wc_order_attribution_utm_source','lcaportal.com'),(127733,2743,'_wc_order_attribution_utm_medium','referral'),(127734,2743,'_wc_order_attribution_utm_content','/'),(127735,2743,'_wc_order_attribution_utm_source_platform',''),(127736,2743,'_wc_order_attribution_utm_creative_format',''),(127737,2743,'_wc_order_attribution_utm_marketing_tactic',''),(127738,2743,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127739,2743,'_wc_order_attribution_session_start_time','2024-06-27 05:40:27'),(127740,2743,'_wc_order_attribution_session_pages','6'),(127741,2743,'_wc_order_attribution_session_count','1'),(127742,2743,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(127743,2743,'_wc_order_attribution_device_type','Desktop'),(127745,2743,'is_vat_exempt','no'),(127746,2743,'_wc_order_attribution_source_type','referral'),(127747,2743,'_wc_order_attribution_referrer','https://lcaportal.com/'),(127748,2743,'_wc_order_attribution_utm_source','lcaportal.com'),(127749,2743,'_wc_order_attribution_utm_medium','referral'),(127750,2743,'_wc_order_attribution_utm_content','/'),(127751,2743,'_wc_order_attribution_utm_source_platform',''),(127752,2743,'_wc_order_attribution_utm_creative_format',''),(127753,2743,'_wc_order_attribution_utm_marketing_tactic',''),(127754,2743,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127755,2743,'_wc_order_attribution_session_start_time','2024-06-27 05:40:27'),(127756,2743,'_wc_order_attribution_session_pages','9'),(127757,2743,'_wc_order_attribution_session_count','1'),(127758,2743,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(127759,2743,'_wc_order_attribution_device_type','Desktop'),(127760,2743,'Payment type','instant'),(127761,2743,'_paypal_status','completed'),(127762,2743,'_transaction_id','6E323279BT730794U'),(127763,2743,'PayPal Transaction Fee','25.08'),(127764,2743,'_date_paid','1719467202'),(127765,2743,'_paid_date','2024-06-27 05:46:42'),(127766,2744,'_order_key','wc_order_82Uv67Kh7EZ1p'),(127767,2744,'_customer_user','3'),(127768,2744,'_payment_method','paypal'),(127769,2744,'_payment_method_title','PayPal'),(127770,2744,'_customer_ip_address','99.22.146.124'),(127771,2744,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127772,2744,'_created_via','checkout'),(127773,2744,'_cart_hash','05283ae1276467c1596df0eae133fb1f'),(127774,2744,'_download_permissions_granted','yes'),(127775,2744,'_recorded_sales','yes'),(127776,2744,'_recorded_coupon_usage_counts','yes'),(127777,2744,'_new_order_email_sent','true'),(127778,2744,'_order_stock_reduced','yes'),(127779,2744,'_billing_first_name','Amanda'),(127780,2744,'_billing_last_name','Westerman'),(127781,2744,'_billing_company','Lice Clinics of America McKinney'),(127782,2744,'_billing_address_1','3120 Hudson Crossing'),(127783,2744,'_billing_address_2','Suite A2'),(127784,2744,'_billing_city','MCKINNEY'),(127785,2744,'_billing_state','TX'),(127786,2744,'_billing_postcode','75070'),(127787,2744,'_billing_country','US'),(127788,2744,'_billing_email','awesterman1103@gmail.com'),(127789,2744,'_billing_phone','2144175741'),(127790,2744,'_shipping_first_name','amanda'),(127791,2744,'_shipping_last_name','westerman'),(127792,2744,'_shipping_company','Lice Clinics of America McKinney'),(127793,2744,'_shipping_address_1','3120 Hudson Crossing'),(127794,2744,'_shipping_address_2','Suite A2'),(127795,2744,'_shipping_city','MCKINNEY'),(127796,2744,'_shipping_state','TX'),(127797,2744,'_shipping_postcode','75070'),(127798,2744,'_shipping_country','US'),(127799,2744,'_order_currency','USD'),(127800,2744,'_cart_discount','0'),(127801,2744,'_cart_discount_tax','0'),(127802,2744,'_order_shipping','0'),(127803,2744,'_order_shipping_tax','0'),(127804,2744,'_order_tax','0'),(127805,2744,'_order_total','672.06'),(127806,2744,'_order_version','9.0.2'),(127807,2744,'_prices_include_tax','no'),(127808,2744,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(127809,2744,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(127810,2744,'is_vat_exempt','no'),(127811,2744,'_wc_order_attribution_source_type','referral'),(127812,2744,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(127813,2744,'_wc_order_attribution_utm_source','lcaportal.com'),(127814,2744,'_wc_order_attribution_utm_medium','referral'),(127815,2744,'_wc_order_attribution_utm_content','/'),(127816,2744,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127817,2744,'_wc_order_attribution_session_start_time','2024-06-27 15:57:43'),(127818,2744,'_wc_order_attribution_session_pages','6'),(127819,2744,'_wc_order_attribution_session_count','7'),(127820,2744,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(127821,2744,'_wc_order_attribution_device_type','Desktop'),(127822,2744,'Payment type','instant'),(127823,2744,'_paypal_status','completed'),(127824,2744,'_transaction_id','0WY59054J7285682L'),(127825,2744,'PayPal Transaction Fee','23.94'),(127826,2744,'_date_paid','1719507190'),(127827,2744,'_paid_date','2024-06-27 16:53:10'),(127828,2744,'_edit_lock','1719515023:2'),(127829,2744,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217698\";s:12:\"date_shipped\";s:10:\"1719446400\";s:11:\"tracking_id\";s:32:\"e02f511f3f5617bd187b1f629bbcc872\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217687\";s:12:\"date_shipped\";i:1719515154;s:11:\"tracking_id\";s:32:\"3e395f191c7e93eeb37adce0ea9d3fea\";}}'),(127830,2744,'_edit_last','2'),(127831,2744,'_date_completed','1719515156'),(127832,2744,'_completed_date','2024-06-27 19:05:56'),(127833,2743,'_edit_lock','1719515219:2'),(127834,2743,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217600\";s:12:\"date_shipped\";s:10:\"1719446400\";s:11:\"tracking_id\";s:32:\"29f472720d082eb053acdd4d9219a7be\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217595\";s:12:\"date_shipped\";i:1719515204;s:11:\"tracking_id\";s:32:\"a052e731d43762d5c1ef1f46c5cb0f07\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217584\";s:12:\"date_shipped\";i:1719515212;s:11:\"tracking_id\";s:32:\"156c4b5a3f59bdfb14118aaa8a1d9c88\";}}'),(127835,2743,'_edit_last','2'),(127836,2743,'_date_completed','1719515215'),(127837,2743,'_completed_date','2024-06-27 19:06:55'),(127838,2742,'_edit_lock','1719515120:2'),(127839,2742,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217529\";s:12:\"date_shipped\";s:10:\"1719446400\";s:11:\"tracking_id\";s:32:\"1878bec37f468ef45c8a0f335bc4d2f7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217518\";s:12:\"date_shipped\";i:1719515254;s:11:\"tracking_id\";s:32:\"03544be482bb9574cc481515d986249b\";}}'),(127840,2742,'_edit_last','2'),(127841,2742,'_date_completed','1719515256'),(127842,2742,'_completed_date','2024-06-27 19:07:36'),(127843,2741,'_edit_lock','1719515166:2'),(127844,2741,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217448\";s:12:\"date_shipped\";s:10:\"1719446400\";s:11:\"tracking_id\";s:32:\"0fa5c2787f8f890e7868f05044eb792a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217437\";s:12:\"date_shipped\";i:1719515291;s:11:\"tracking_id\";s:32:\"66a24b5b1fdae6cd575f7286eba0c625\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217426\";s:12:\"date_shipped\";i:1719515298;s:11:\"tracking_id\";s:32:\"6f14686d3ef9eaf7f7c00171219341f9\";}}'),(127845,2741,'_edit_last','2'),(127846,2741,'_date_completed','1719515300'),(127847,2741,'_completed_date','2024-06-27 19:08:20'),(127849,2745,'_order_key','wc_order_SJw3dONxdFkGu'),(127850,2745,'_customer_user','11'),(127851,2745,'_payment_method','paypal'),(127852,2745,'_payment_method_title','PayPal'),(127853,2745,'_customer_ip_address','65.186.66.106'),(127854,2745,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(127855,2745,'_created_via','checkout'),(127856,2745,'_cart_hash','aabffd987041b200198566fe2eca3e6d'),(127857,2745,'_download_permissions_granted','yes'),(127858,2745,'_recorded_sales','yes'),(127859,2745,'_recorded_coupon_usage_counts','yes'),(127860,2745,'_new_order_email_sent','true'),(127861,2745,'_order_stock_reduced','yes'),(127862,2745,'_billing_first_name','Tina'),(127863,2745,'_billing_last_name','Hunt'),(127864,2745,'_billing_company','LCBG, LLC'),(127865,2745,'_billing_address_1','830 Fairview Ave.'),(127866,2745,'_billing_address_2','Suite A-4'),(127867,2745,'_billing_city','Bowling Green'),(127868,2745,'_billing_state','KY'),(127869,2745,'_billing_postcode','42101'),(127870,2745,'_billing_country','US'),(127871,2745,'_billing_email','lcbgky12@gmail.com'),(127872,2745,'_billing_phone','2709996803'),(127873,2745,'_shipping_first_name','Tina'),(127874,2745,'_shipping_last_name','Hunt'),(127875,2745,'_shipping_company','LCBG, LLC'),(127876,2745,'_shipping_address_1','830 Fairview Ave.'),(127877,2745,'_shipping_address_2','Suite A-4'),(127878,2745,'_shipping_city','Bowling Green'),(127879,2745,'_shipping_state','KY'),(127880,2745,'_shipping_postcode','42101'),(127881,2745,'_shipping_country','US'),(127882,2745,'_order_currency','USD'),(127883,2745,'_cart_discount','0'),(127884,2745,'_cart_discount_tax','0'),(127885,2745,'_order_shipping','0'),(127886,2745,'_order_shipping_tax','0'),(127887,2745,'_order_tax','0'),(127888,2745,'_order_total','1016.66'),(127889,2745,'_order_version','9.0.2'),(127890,2745,'_prices_include_tax','no'),(127891,2745,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(127892,2745,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(127893,2745,'is_vat_exempt','no'),(127894,2745,'_wc_order_attribution_source_type','referral'),(127895,2745,'_wc_order_attribution_referrer','https://lcaportal.com/'),(127896,2745,'_wc_order_attribution_utm_source','lcaportal.com'),(127897,2745,'_wc_order_attribution_utm_medium','referral'),(127898,2745,'_wc_order_attribution_utm_content','/'),(127899,2745,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127900,2745,'_wc_order_attribution_session_start_time','2024-06-28 15:06:46'),(127901,2745,'_wc_order_attribution_session_pages','3'),(127902,2745,'_wc_order_attribution_session_count','5'),(127903,2745,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(127904,2745,'_wc_order_attribution_device_type','Desktop'),(127905,2745,'Payment type','instant'),(127906,2745,'_paypal_status','completed'),(127907,2745,'_transaction_id','91X25717HB875803T'),(127908,2745,'PayPal Transaction Fee','35.97'),(127909,2745,'_date_paid','1719587426'),(127910,2745,'_paid_date','2024-06-28 15:10:26'),(127911,2746,'_order_key','wc_order_HLizSjTGktR2h'),(127912,2746,'_customer_user','76'),(127913,2746,'_payment_method','paypal'),(127914,2746,'_payment_method_title','PayPal'),(127915,2746,'_customer_ip_address','146.115.131.163'),(127916,2746,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(127917,2746,'_created_via','checkout'),(127918,2746,'_cart_hash','3a04b1cf581cc5d82af6f8749bd10758'),(127919,2746,'_download_permissions_granted','yes'),(127920,2746,'_recorded_sales','yes'),(127921,2746,'_recorded_coupon_usage_counts','yes'),(127922,2746,'_new_order_email_sent','true'),(127923,2746,'_order_stock_reduced','yes'),(127924,2746,'_billing_first_name','Naomi'),(127925,2746,'_billing_last_name','Golden'),(127926,2746,'_billing_company','LCA'),(127927,2746,'_billing_address_1','31 Mann Ave'),(127928,2746,'_billing_city','Needham'),(127929,2746,'_billing_state','MA'),(127930,2746,'_billing_postcode','02492'),(127931,2746,'_billing_country','US'),(127932,2746,'_billing_email','nrgolden6486@gmail.com'),(127933,2746,'_billing_phone','617-851-1322'),(127934,2746,'_shipping_first_name','Naomi'),(127935,2746,'_shipping_last_name','Golden'),(127936,2746,'_shipping_company','LCA'),(127937,2746,'_shipping_address_1','1349 Centre Street'),(127938,2746,'_shipping_address_2','Facing Trowbridge'),(127939,2746,'_shipping_city','Newton'),(127940,2746,'_shipping_state','MA'),(127941,2746,'_shipping_postcode','02459'),(127942,2746,'_shipping_country','US'),(127943,2746,'_order_currency','USD'),(127944,2746,'_cart_discount','0'),(127945,2746,'_cart_discount_tax','0'),(127946,2746,'_order_shipping','0'),(127947,2746,'_order_shipping_tax','0'),(127948,2746,'_order_tax','0'),(127949,2746,'_order_total','585.68'),(127950,2746,'_order_version','9.0.2'),(127951,2746,'_prices_include_tax','no'),(127952,2746,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(127953,2746,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(127954,2746,'is_vat_exempt','no'),(127955,2746,'_wc_order_attribution_source_type','typein'),(127956,2746,'_wc_order_attribution_utm_source','(direct)'),(127957,2746,'_wc_order_attribution_utm_source_platform',''),(127958,2746,'_wc_order_attribution_utm_creative_format',''),(127959,2746,'_wc_order_attribution_utm_marketing_tactic',''),(127960,2746,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(127961,2746,'_wc_order_attribution_session_start_time','2024-06-24 18:17:25'),(127962,2746,'_wc_order_attribution_session_pages','6'),(127963,2746,'_wc_order_attribution_session_count','2'),(127964,2746,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(127965,2746,'_wc_order_attribution_device_type','Desktop'),(127966,2746,'Payment type','instant'),(127967,2746,'_paypal_status','completed'),(127968,2746,'_transaction_id','4EM55631GH0580305'),(127969,2746,'PayPal Transaction Fee','20.93'),(127970,2746,'_date_paid','1719599013'),(127971,2746,'_paid_date','2024-06-28 18:23:33'),(127972,2747,'_order_key','wc_order_q9kMSNFpJoDYP'),(127973,2747,'_customer_user','105'),(127974,2747,'_payment_method','paypal'),(127975,2747,'_payment_method_title','PayPal'),(127976,2747,'_customer_ip_address','76.205.132.42'),(127977,2747,'_customer_user_agent','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'),(127978,2747,'_created_via','checkout'),(127979,2747,'_cart_hash','9d0dae5bdf2046db2e4c27f8260f9435'),(127980,2747,'_download_permissions_granted','yes'),(127981,2747,'_recorded_sales','yes'),(127982,2747,'_recorded_coupon_usage_counts','yes'),(127983,2747,'_new_order_email_sent','true'),(127984,2747,'_order_stock_reduced','yes'),(127985,2747,'_billing_first_name','Joseph'),(127986,2747,'_billing_last_name','West'),(127987,2747,'_billing_company','MAJESTIC PEACOCK LLC'),(127988,2747,'_billing_address_1','615 Crofton Park Ln'),(127989,2747,'_billing_city','Franklin'),(127990,2747,'_billing_state','TN'),(127991,2747,'_billing_postcode','37069'),(127992,2747,'_billing_country','US'),(127993,2747,'_billing_email','info@nashville.liceclinicsofamerica.com'),(127994,2747,'_billing_phone','8042184232'),(127995,2747,'_shipping_first_name','Joseph'),(127996,2747,'_shipping_last_name','West'),(127997,2747,'_shipping_company','MAJESTIC PEACOCK LLC'),(127998,2747,'_shipping_address_1','615 Crofton Park Ln'),(127999,2747,'_shipping_city','Franklin'),(128000,2747,'_shipping_state','TN'),(128001,2747,'_shipping_postcode','37069'),(128002,2747,'_shipping_country','US'),(128003,2747,'_order_currency','USD'),(128004,2747,'_cart_discount','0'),(128005,2747,'_cart_discount_tax','0'),(128006,2747,'_order_shipping','18.37'),(128007,2747,'_order_shipping_tax','0'),(128008,2747,'_order_tax','0'),(128009,2747,'_order_total','419.77'),(128010,2747,'_order_version','9.0.2'),(128011,2747,'_prices_include_tax','no'),(128012,2747,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(128013,2747,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(128014,2747,'is_vat_exempt','no'),(128015,2747,'_wc_order_attribution_source_type','referral'),(128016,2747,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128017,2747,'_wc_order_attribution_utm_source','lcaportal.com'),(128018,2747,'_wc_order_attribution_utm_medium','referral'),(128019,2747,'_wc_order_attribution_utm_content','/'),(128020,2747,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128021,2747,'_wc_order_attribution_session_start_time','2024-06-26 15:51:30'),(128022,2747,'_wc_order_attribution_session_pages','3'),(128023,2747,'_wc_order_attribution_session_count','9'),(128024,2747,'_wc_order_attribution_user_agent','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'),(128025,2747,'_wc_order_attribution_device_type','Desktop'),(128026,2747,'Payment type','instant'),(128027,2747,'_paypal_status','completed'),(128028,2747,'_transaction_id','2FX61390625799040'),(128029,2747,'PayPal Transaction Fee','15.14'),(128030,2747,'_date_paid','1719605632'),(128031,2747,'_paid_date','2024-06-28 20:13:52'),(128032,2748,'_order_key','wc_order_AFwACuNB75ZK4'),(128033,2748,'_customer_user','5'),(128034,2748,'_payment_method','paypal'),(128035,2748,'_payment_method_title','PayPal'),(128036,2748,'_customer_ip_address','73.11.110.46'),(128037,2748,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128038,2748,'_created_via','checkout'),(128039,2748,'_cart_hash','f6e57870216a4f5254a72642e56ae959'),(128040,2748,'_download_permissions_granted','yes'),(128041,2748,'_recorded_sales','yes'),(128042,2748,'_recorded_coupon_usage_counts','yes'),(128043,2748,'_new_order_email_sent','true'),(128044,2748,'_order_stock_reduced','yes'),(128045,2748,'_billing_first_name','Mark'),(128046,2748,'_billing_last_name','Meyer'),(128047,2748,'_billing_company','lice clinics of america- portland'),(128048,2748,'_billing_address_1','5201 SW Westgate Dr suite 106'),(128049,2748,'_billing_address_2','#106'),(128050,2748,'_billing_city','Portland'),(128051,2748,'_billing_state','OR'),(128052,2748,'_billing_postcode','97221'),(128053,2748,'_billing_country','US'),(128054,2748,'_billing_email','noemi.and.mark@nwliceclinics.com'),(128055,2748,'_billing_phone','5034040475'),(128056,2748,'_shipping_first_name','Mark'),(128057,2748,'_shipping_last_name','Meyer'),(128058,2748,'_shipping_company','lice clinics of america- portland'),(128059,2748,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(128060,2748,'_shipping_address_2','#106'),(128061,2748,'_shipping_city','Portland'),(128062,2748,'_shipping_state','OR'),(128063,2748,'_shipping_postcode','97221'),(128064,2748,'_shipping_country','US'),(128065,2748,'_order_currency','USD'),(128066,2748,'_cart_discount','0'),(128067,2748,'_cart_discount_tax','0'),(128068,2748,'_order_shipping','0'),(128069,2748,'_order_shipping_tax','0'),(128070,2748,'_order_tax','0'),(128071,2748,'_order_total','2982.57'),(128072,2748,'_order_version','9.0.2'),(128073,2748,'_prices_include_tax','no'),(128074,2748,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(128075,2748,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(128076,2748,'is_vat_exempt','no'),(128077,2748,'_wc_order_attribution_source_type','referral'),(128078,2748,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128079,2748,'_wc_order_attribution_utm_source','lcaportal.com'),(128080,2748,'_wc_order_attribution_utm_medium','referral'),(128081,2748,'_wc_order_attribution_utm_content','/'),(128082,2748,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128083,2748,'_wc_order_attribution_session_start_time','2024-06-28 21:12:02'),(128084,2748,'_wc_order_attribution_session_pages','3'),(128085,2748,'_wc_order_attribution_session_count','1'),(128086,2748,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128087,2748,'_wc_order_attribution_device_type','Desktop'),(128088,2748,'Payment type','instant'),(128089,2748,'_paypal_status','completed'),(128090,2748,'_transaction_id','7N80764813808440B'),(128091,2748,'PayPal Transaction Fee','104.58'),(128092,2748,'_date_paid','1719609848'),(128093,2748,'_paid_date','2024-06-28 21:24:08'),(128094,2749,'_order_key','wc_order_BTpODwr1WIfOe'),(128095,2749,'_customer_user','6'),(128096,2749,'_payment_method','paypal'),(128097,2749,'_payment_method_title','PayPal'),(128098,2749,'_customer_ip_address','75.80.73.93'),(128099,2749,'_customer_user_agent','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'),(128100,2749,'_created_via','checkout'),(128101,2749,'_cart_hash','576017684bfa68c9950b4ed1d8c432b4'),(128102,2749,'_download_permissions_granted','yes'),(128103,2749,'_recorded_sales','yes'),(128104,2749,'_recorded_coupon_usage_counts','yes'),(128105,2749,'_new_order_email_sent','true'),(128106,2749,'_order_stock_reduced','yes'),(128107,2749,'_billing_first_name','Amira'),(128108,2749,'_billing_last_name','Purto'),(128109,2749,'_billing_address_1','2520 Chandon Circle'),(128110,2749,'_billing_city','Modesto'),(128111,2749,'_billing_state','CA'),(128112,2749,'_billing_postcode','95355'),(128113,2749,'_billing_country','US'),(128114,2749,'_billing_email','amira77@sbcglobal.net'),(128115,2749,'_billing_phone','2096422061'),(128116,2749,'_shipping_first_name','Amira'),(128117,2749,'_shipping_last_name','Purto'),(128118,2749,'_shipping_address_1','2520 Chandon Circle'),(128119,2749,'_shipping_city','Modesto'),(128120,2749,'_shipping_state','CA'),(128121,2749,'_shipping_postcode','95355'),(128122,2749,'_shipping_country','US'),(128123,2749,'_order_currency','USD'),(128124,2749,'_cart_discount','0'),(128125,2749,'_cart_discount_tax','0'),(128126,2749,'_order_shipping','0'),(128127,2749,'_order_shipping_tax','0'),(128128,2749,'_order_tax','0'),(128129,2749,'_order_total','1243.38'),(128130,2749,'_order_version','9.0.2'),(128131,2749,'_prices_include_tax','no'),(128132,2749,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(128133,2749,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(128134,2749,'is_vat_exempt','no'),(128135,2749,'_wc_order_attribution_source_type','typein'),(128136,2749,'_wc_order_attribution_utm_source','(direct)'),(128137,2749,'_wc_order_attribution_utm_source_platform',''),(128138,2749,'_wc_order_attribution_utm_creative_format',''),(128139,2749,'_wc_order_attribution_utm_marketing_tactic',''),(128140,2749,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128141,2749,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(128142,2749,'_wc_order_attribution_session_pages','5'),(128143,2749,'_wc_order_attribution_session_count','7'),(128144,2749,'_wc_order_attribution_user_agent','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'),(128145,2749,'_wc_order_attribution_device_type','Desktop'),(128146,2749,'Payment type','instant'),(128147,2749,'_paypal_status','completed'),(128148,2749,'_transaction_id','1L128739N9398725S'),(128149,2749,'PayPal Transaction Fee','43.88'),(128150,2749,'_date_paid','1719651905'),(128151,2749,'_paid_date','2024-06-29 09:05:05'),(128153,2750,'_order_key','wc_order_PrORAbPzlE2Hz'),(128154,2750,'_customer_user','94'),(128155,2750,'_payment_method','paypal'),(128156,2750,'_payment_method_title','PayPal'),(128157,2750,'_customer_ip_address','99.56.189.117'),(128158,2750,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128159,2750,'_created_via','checkout'),(128160,2750,'_cart_hash','ba0a8ba132cffcf0fddcd874ba537f40'),(128161,2750,'_download_permissions_granted','yes'),(128162,2750,'_recorded_sales','yes'),(128163,2750,'_recorded_coupon_usage_counts','yes'),(128164,2750,'_new_order_email_sent','true'),(128165,2750,'_order_stock_reduced','yes'),(128166,2750,'_billing_first_name','Dacy'),(128167,2750,'_billing_last_name','Hitt'),(128168,2750,'_billing_company','LCA'),(128169,2750,'_billing_address_1','8850 Penbrooke ct'),(128170,2750,'_billing_city','Cumming'),(128171,2750,'_billing_state','GA'),(128172,2750,'_billing_postcode','30028'),(128173,2750,'_billing_country','US'),(128174,2750,'_billing_email','dacy1016@gmail.com'),(128175,2750,'_billing_phone','7705965455'),(128176,2750,'_shipping_first_name','Dacy'),(128177,2750,'_shipping_last_name','Hitt'),(128178,2750,'_shipping_company','LCA'),(128179,2750,'_shipping_address_1','102 Mary Alice Park rd'),(128180,2750,'_shipping_address_2','Suite 503'),(128181,2750,'_shipping_city','Cumming'),(128182,2750,'_shipping_state','GA'),(128183,2750,'_shipping_postcode','30040'),(128184,2750,'_shipping_country','US'),(128185,2750,'_order_currency','USD'),(128186,2750,'_cart_discount','0'),(128187,2750,'_cart_discount_tax','0'),(128188,2750,'_order_shipping','0'),(128189,2750,'_order_shipping_tax','0'),(128190,2750,'_order_tax','0'),(128191,2750,'_order_total','592.75'),(128192,2750,'_order_version','9.0.2'),(128193,2750,'_prices_include_tax','no'),(128194,2750,'_billing_address_index','Dacy Hitt LCA 8850 Penbrooke ct  Cumming GA 30028 US dacy1016@gmail.com 7705965455'),(128195,2750,'_shipping_address_index','Dacy Hitt LCA 102 Mary Alice Park rd Suite 503 Cumming GA 30040 US '),(128196,2750,'is_vat_exempt','no'),(128197,2750,'_wc_order_attribution_source_type','referral'),(128198,2750,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128199,2750,'_wc_order_attribution_utm_source','lcaportal.com'),(128200,2750,'_wc_order_attribution_utm_medium','referral'),(128201,2750,'_wc_order_attribution_utm_content','/'),(128202,2750,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128203,2750,'_wc_order_attribution_session_start_time','2024-06-29 17:52:45'),(128204,2750,'_wc_order_attribution_session_pages','4'),(128205,2750,'_wc_order_attribution_session_count','1'),(128206,2750,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128207,2750,'_wc_order_attribution_device_type','Desktop'),(128208,2750,'Payment type','instant'),(128209,2750,'_paypal_status','completed'),(128210,2750,'_transaction_id','82X24928MU5412056'),(128211,2750,'PayPal Transaction Fee','21.18'),(128212,2750,'_date_paid','1719683786'),(128213,2750,'_paid_date','2024-06-29 17:56:26'),(128214,2751,'_order_key','wc_order_XBqjF5OHgwaza'),(128215,2751,'_customer_user','54'),(128216,2751,'_payment_method','paypal'),(128217,2751,'_payment_method_title','PayPal'),(128218,2751,'_customer_ip_address','174.192.73.91'),(128219,2751,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(128220,2751,'_created_via','checkout'),(128221,2751,'_cart_hash','a779527eef4c3aa462d9473f5ce64041'),(128222,2751,'_download_permissions_granted','yes'),(128223,2751,'_recorded_sales','yes'),(128224,2751,'_recorded_coupon_usage_counts','yes'),(128225,2751,'_new_order_email_sent','true'),(128226,2751,'_order_stock_reduced','yes'),(128227,2751,'_billing_first_name','Erin'),(128228,2751,'_billing_last_name','Hawn'),(128229,2751,'_billing_address_1','10 W Phillip Rd'),(128230,2751,'_billing_address_2','Suite 123'),(128231,2751,'_billing_city','Vernon Hills'),(128232,2751,'_billing_state','IL'),(128233,2751,'_billing_postcode','60061'),(128234,2751,'_billing_country','US'),(128235,2751,'_billing_email','info@liceclinicsvernonhills.com'),(128236,2751,'_billing_phone','8475960408'),(128237,2751,'_shipping_first_name','Erin'),(128238,2751,'_shipping_last_name','Hawn'),(128239,2751,'_shipping_address_1','1491 S Amarias Dr'),(128240,2751,'_shipping_city','Round lake'),(128241,2751,'_shipping_state','IL'),(128242,2751,'_shipping_postcode','60073'),(128243,2751,'_shipping_country','US'),(128244,2751,'_order_currency','USD'),(128245,2751,'_cart_discount','0'),(128246,2751,'_cart_discount_tax','0'),(128247,2751,'_order_shipping','0'),(128248,2751,'_order_shipping_tax','0'),(128249,2751,'_order_tax','0'),(128250,2751,'_order_total','640.90'),(128251,2751,'_order_version','9.0.2'),(128252,2751,'_prices_include_tax','no'),(128253,2751,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(128254,2751,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(128255,2751,'is_vat_exempt','no'),(128256,2751,'_wc_order_attribution_source_type','referral'),(128257,2751,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(128258,2751,'_wc_order_attribution_utm_source','com.google.android.gm'),(128259,2751,'_wc_order_attribution_utm_medium','referral'),(128260,2751,'_wc_order_attribution_utm_content','/'),(128261,2751,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128262,2751,'_wc_order_attribution_session_start_time','2024-06-30 00:11:19'),(128263,2751,'_wc_order_attribution_session_pages','5'),(128264,2751,'_wc_order_attribution_session_count','1'),(128265,2751,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(128266,2751,'_wc_order_attribution_device_type','Mobile'),(128267,2751,'Payment type','instant'),(128268,2751,'_paypal_status','completed'),(128269,2751,'_transaction_id','3KP81934T21174138'),(128270,2751,'PayPal Transaction Fee','22.86'),(128271,2751,'_date_paid','1719707057'),(128272,2751,'_paid_date','2024-06-30 00:24:17'),(128273,2734,'is_vat_exempt','no'),(128274,2734,'_wc_order_attribution_source_type','referral'),(128275,2734,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128276,2734,'_wc_order_attribution_utm_source','lcaportal.com'),(128277,2734,'_wc_order_attribution_utm_medium','referral'),(128278,2734,'_wc_order_attribution_utm_content','/'),(128279,2734,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128280,2734,'_wc_order_attribution_session_start_time','2024-07-01 21:36:57'),(128281,2734,'_wc_order_attribution_session_pages','3'),(128282,2734,'_wc_order_attribution_session_count','1'),(128283,2734,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(128284,2734,'_wc_order_attribution_device_type','Mobile'),(128285,2734,'Payment type','instant'),(128286,2734,'_paypal_status','completed'),(128287,2734,'_transaction_id','46U25723L50794816'),(128288,2734,'PayPal Transaction Fee','17.34'),(128289,2734,'_date_paid','1719869986'),(128290,2734,'_paid_date','2024-07-01 21:39:46'),(128291,2751,'_edit_lock','1719954517:2'),(128292,2751,'_edit_last','2'),(128293,2745,'_edit_lock','1719892193:2'),(128294,2745,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217735\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"bdac65f3db83e1fefc1f11df288488fc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217724\";s:12:\"date_shipped\";i:1719892187;s:11:\"tracking_id\";s:32:\"93549e47c37cdfea498d2b9a688b31c1\";}}'),(128295,2745,'_edit_last','2'),(128296,2745,'_date_completed','1719892189'),(128297,2745,'_completed_date','2024-07-02 03:49:49'),(128298,2746,'_edit_lock','1719892346:2'),(128299,2746,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217908\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"18004f08747ae06d970f0524b2976946\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217893\";s:12:\"date_shipped\";i:1719892220;s:11:\"tracking_id\";s:32:\"61d84419ed40ea84d2e3547e559fdf6c\";}}'),(128300,2747,'_edit_lock','1719892116:2'),(128301,2747,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217941\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"3103ee9b30ea39008b41047c7676418b\";}}'),(128302,2747,'_edit_last','2'),(128303,2747,'_date_completed','1719892254'),(128304,2747,'_completed_date','2024-07-02 03:50:54'),(128305,2748,'_edit_lock','1719892181:2'),(128306,2748,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218043\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"5dce9fe411b19285fd2ce9025d65015d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218032\";s:12:\"date_shipped\";i:1719892290;s:11:\"tracking_id\";s:32:\"b3b7a1d2cb597faf8a6ce5eb5b310f51\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218021\";s:12:\"date_shipped\";i:1719892295;s:11:\"tracking_id\";s:32:\"3bcdad7f5b08b79fc39f5309c1b11af2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218010\";s:12:\"date_shipped\";i:1719892300;s:11:\"tracking_id\";s:32:\"e94f253e36bffa8226a5079381474362\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218000\";s:12:\"date_shipped\";i:1719892306;s:11:\"tracking_id\";s:32:\"540f3bbde924f842a42327e6d39240f3\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217996\";s:12:\"date_shipped\";i:1719892312;s:11:\"tracking_id\";s:32:\"aa8594bab087d71fb6c1e817d18e292d\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992217985\";s:12:\"date_shipped\";i:1719892318;s:11:\"tracking_id\";s:32:\"9534784fdd873f95a0a74c1f1fda9a71\";}}'),(128307,2748,'_edit_last','2'),(128308,2748,'_date_completed','1719892320'),(128309,2748,'_completed_date','2024-07-02 03:52:00'),(128310,2746,'_edit_last','2'),(128311,2746,'_date_completed','1719892342'),(128312,2746,'_completed_date','2024-07-02 03:52:22'),(128313,2750,'_edit_lock','1719892235:2'),(128314,2750,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218102\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"814be47f98c24cf26ce682d21a05caa1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218098\";s:12:\"date_shipped\";i:1719892372;s:11:\"tracking_id\";s:32:\"352d14299d9676afdc8182aa6616c560\";}}'),(128315,2750,'_edit_last','2'),(128316,2750,'_date_completed','1719892374'),(128317,2750,'_completed_date','2024-07-02 03:52:54'),(128318,2749,'_edit_lock','1719892311:2'),(128319,2749,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218087\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"cbbd67b1b2f24013edd16fca2ff314c6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218076\";s:12:\"date_shipped\";i:1719892405;s:11:\"tracking_id\";s:32:\"9dea5b4c01ad3d5fa52b13a5b81ff2ca\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218065\";s:12:\"date_shipped\";i:1719892411;s:11:\"tracking_id\";s:32:\"ea7d12941412ec701e57343d9e3e6c93\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218054\";s:12:\"date_shipped\";i:1719892417;s:11:\"tracking_id\";s:32:\"8c264ee4b07f5042b0fb3e908fbee773\";}}'),(128320,2749,'_edit_last','2'),(128321,2749,'_date_completed','1719892419'),(128322,2749,'_completed_date','2024-07-02 03:53:39'),(128323,2734,'_edit_lock','1719954516:2'),(128324,2734,'_edit_last','2'),(128325,2751,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218249\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"7c9eaae23beec4e3ba9ea9aec47e7a67\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218238\";s:12:\"date_shipped\";i:1719954612;s:11:\"tracking_id\";s:32:\"f741d880a9da1a08c19f280e556ce3b0\";}}'),(128326,2751,'_date_completed','1719954625'),(128327,2751,'_completed_date','2024-07-02 21:10:25'),(128328,2734,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218282\";s:12:\"date_shipped\";s:10:\"1719878400\";s:11:\"tracking_id\";s:32:\"599aab921a5dcdb697f91dc5c4400575\";}}'),(128329,2734,'_date_completed','1719954646'),(128330,2734,'_completed_date','2024-07-02 21:10:46'),(128331,2752,'_order_key','wc_order_0SGiOEizwvJW8'),(128332,2752,'_customer_user','29'),(128333,2752,'_payment_method','paypal'),(128334,2752,'_payment_method_title','PayPal'),(128335,2752,'_customer_ip_address','172.226.195.2'),(128336,2752,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(128337,2752,'_created_via','checkout'),(128338,2752,'_cart_hash','cdd9faa96e503d076930c13adc5dcf43'),(128339,2752,'_download_permissions_granted','yes'),(128340,2752,'_recorded_sales','yes'),(128341,2752,'_recorded_coupon_usage_counts','yes'),(128342,2752,'_new_order_email_sent','true'),(128343,2752,'_order_stock_reduced','yes'),(128344,2752,'_billing_first_name','Kevin'),(128345,2752,'_billing_last_name','Reilly'),(128346,2752,'_billing_address_1','5460 Richie Ct'),(128347,2752,'_billing_city','Pipersville'),(128348,2752,'_billing_state','PA'),(128349,2752,'_billing_postcode','18947'),(128350,2752,'_billing_country','US'),(128351,2752,'_billing_email','info@liceclinicslansdale.com'),(128352,2752,'_billing_phone','2156941408'),(128353,2752,'_shipping_first_name','Kevin'),(128354,2752,'_shipping_last_name','Reilly'),(128355,2752,'_shipping_company','LCA Lansdale'),(128356,2752,'_shipping_address_1','2131 North Broad Street'),(128357,2752,'_shipping_address_2','Suite 101'),(128358,2752,'_shipping_city','Lansdale'),(128359,2752,'_shipping_state','PA'),(128360,2752,'_shipping_postcode','19446'),(128361,2752,'_shipping_country','US'),(128362,2752,'_order_currency','USD'),(128363,2752,'_cart_discount','0'),(128364,2752,'_cart_discount_tax','0'),(128365,2752,'_order_shipping','14.17'),(128366,2752,'_order_shipping_tax','0'),(128367,2752,'_order_tax','0'),(128368,2752,'_order_total','53.37'),(128369,2752,'_order_version','9.0.2'),(128370,2752,'_prices_include_tax','no'),(128371,2752,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(128372,2752,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(128373,2752,'is_vat_exempt','no'),(128374,2752,'_wc_order_attribution_source_type','typein'),(128375,2752,'_wc_order_attribution_utm_source','(direct)'),(128376,2752,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128377,2752,'_wc_order_attribution_session_start_time','2024-07-04 07:45:01'),(128378,2752,'_wc_order_attribution_session_pages','4'),(128379,2752,'_wc_order_attribution_session_count','1'),(128380,2752,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(128381,2752,'_wc_order_attribution_device_type','Mobile'),(128382,2752,'Payment type','instant'),(128383,2752,'_paypal_status','completed'),(128384,2752,'_transaction_id','98A04279ND284013E'),(128385,2752,'PayPal Transaction Fee','2.35'),(128386,2752,'_date_paid','1720079350'),(128387,2752,'_paid_date','2024-07-04 07:49:10'),(128389,2753,'_order_key','wc_order_3SotDTrU9fdvn'),(128390,2753,'_customer_user','8'),(128391,2753,'_payment_method','paypal'),(128392,2753,'_payment_method_title','PayPal'),(128393,2753,'_customer_ip_address','75.0.200.85'),(128394,2753,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(128395,2753,'_created_via','checkout'),(128396,2753,'_cart_hash','2196d39609650207027a525ea2bd25cf'),(128397,2753,'_download_permissions_granted','yes'),(128398,2753,'_recorded_sales','yes'),(128399,2753,'_recorded_coupon_usage_counts','yes'),(128400,2753,'_new_order_email_sent','true'),(128401,2753,'_order_stock_reduced','yes'),(128402,2753,'_billing_first_name','Amy'),(128403,2753,'_billing_last_name','Sharp'),(128404,2753,'_billing_company','Nit Wits'),(128405,2753,'_billing_address_1','6002 Sweetbay Dr'),(128406,2753,'_billing_city','Crestwood'),(128407,2753,'_billing_state','KY'),(128408,2753,'_billing_postcode','40014'),(128409,2753,'_billing_country','US'),(128410,2753,'_billing_email','asharp@ht-school.org'),(128411,2753,'_billing_phone','15023109281'),(128412,2753,'_shipping_first_name','Amy'),(128413,2753,'_shipping_last_name','Sharp'),(128414,2753,'_shipping_company','LCA Nit Wits'),(128415,2753,'_shipping_address_1','9302 New LaGrange Road'),(128416,2753,'_shipping_address_2','Unit H'),(128417,2753,'_shipping_city','Louisville'),(128418,2753,'_shipping_state','KY'),(128419,2753,'_shipping_postcode','40242'),(128420,2753,'_shipping_country','US'),(128421,2753,'_order_currency','USD'),(128422,2753,'_cart_discount','0'),(128423,2753,'_cart_discount_tax','0'),(128424,2753,'_order_shipping','14.17'),(128425,2753,'_order_shipping_tax','0'),(128426,2753,'_order_tax','0'),(128427,2753,'_order_total','14.17'),(128428,2753,'_order_version','9.0.2'),(128429,2753,'_prices_include_tax','no'),(128430,2753,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(128431,2753,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(128432,2753,'is_vat_exempt','no'),(128433,2753,'_wc_order_attribution_source_type','referral'),(128434,2753,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(128435,2753,'_wc_order_attribution_utm_source','lcaportal.com'),(128436,2753,'_wc_order_attribution_utm_medium','referral'),(128437,2753,'_wc_order_attribution_utm_content','/'),(128438,2753,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128439,2753,'_wc_order_attribution_session_start_time','2024-07-07 16:35:24'),(128440,2753,'_wc_order_attribution_session_pages','3'),(128441,2753,'_wc_order_attribution_session_count','1'),(128442,2753,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(128443,2753,'_wc_order_attribution_device_type','Desktop'),(128444,2753,'_oaw_varify_key','b8af4280d567db6decda'),(128445,2754,'_order_key','wc_order_6JzSucCjimftO'),(128446,2754,'_customer_user','83'),(128447,2754,'_payment_method','paypal'),(128448,2754,'_payment_method_title','PayPal'),(128449,2754,'_customer_ip_address','38.175.166.123'),(128450,2754,'_customer_user_agent','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'),(128451,2754,'_created_via','checkout'),(128452,2754,'_cart_hash','c5c411d8edf88a5f1eec700d1fafe13c'),(128453,2754,'_download_permissions_granted','yes'),(128454,2754,'_recorded_sales','yes'),(128455,2754,'_recorded_coupon_usage_counts','yes'),(128456,2754,'_new_order_email_sent','true'),(128457,2754,'_order_stock_reduced','yes'),(128458,2754,'_billing_first_name','Tanya'),(128459,2754,'_billing_last_name','Kensley'),(128460,2754,'_billing_company','Lice Clinics of America'),(128461,2754,'_billing_address_1','4248 McMurry Ave'),(128462,2754,'_billing_city','Fort Collins'),(128463,2754,'_billing_state','CO'),(128464,2754,'_billing_postcode','80525'),(128465,2754,'_billing_country','US'),(128466,2754,'_billing_email','info@liceclinicsnortherncolorado.com'),(128467,2754,'_billing_phone','9702338787'),(128468,2754,'_shipping_first_name','Lice Clinics'),(128469,2754,'_shipping_last_name','America'),(128470,2754,'_shipping_company','Lice Clinics of America Longmont'),(128471,2754,'_shipping_address_1','421 21st Ave, Suite 210'),(128472,2754,'_shipping_city','Longmont'),(128473,2754,'_shipping_state','CO'),(128474,2754,'_shipping_postcode','80501'),(128475,2754,'_shipping_country','US'),(128476,2754,'_order_currency','USD'),(128477,2754,'_cart_discount','0'),(128478,2754,'_cart_discount_tax','0'),(128479,2754,'_order_shipping','17.23'),(128480,2754,'_order_shipping_tax','0'),(128481,2754,'_order_tax','0'),(128482,2754,'_order_total','107.38'),(128483,2754,'_order_version','9.0.2'),(128484,2754,'_prices_include_tax','no'),(128485,2754,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(128486,2754,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 421 21st Ave, Suite 210  Longmont CO 80501 US '),(128487,2754,'is_vat_exempt','no'),(128488,2754,'_wc_order_attribution_source_type','referral'),(128489,2754,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128490,2754,'_wc_order_attribution_utm_source','lcaportal.com'),(128491,2754,'_wc_order_attribution_utm_medium','referral'),(128492,2754,'_wc_order_attribution_utm_content','/'),(128493,2754,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128494,2754,'_wc_order_attribution_session_start_time','2024-07-07 21:00:12'),(128495,2754,'_wc_order_attribution_session_pages','3'),(128496,2754,'_wc_order_attribution_session_count','2'),(128497,2754,'_wc_order_attribution_user_agent','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'),(128498,2754,'_wc_order_attribution_device_type','Desktop'),(128499,2754,'Payment type','instant'),(128500,2754,'_paypal_status','completed'),(128501,2754,'_transaction_id','4WT98863PN6361247'),(128502,2754,'PayPal Transaction Fee','4.24'),(128503,2754,'_date_paid','1720386095'),(128504,2754,'_paid_date','2024-07-07 21:01:35'),(128505,2755,'_order_key','wc_order_HdJLaVduBpVD8'),(128506,2755,'_customer_user','66'),(128507,2755,'_payment_method','paypal'),(128508,2755,'_payment_method_title','PayPal'),(128509,2755,'_customer_ip_address','35.139.207.11'),(128510,2755,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128511,2755,'_created_via','checkout'),(128512,2755,'_cart_hash','8ce82ad6cfeabbc6df7ed591255a2cc1'),(128513,2755,'_download_permissions_granted','yes'),(128514,2755,'_recorded_sales','yes'),(128515,2755,'_recorded_coupon_usage_counts','yes'),(128516,2755,'_new_order_email_sent','true'),(128517,2755,'_order_stock_reduced','yes'),(128518,2755,'_billing_first_name','Mark'),(128519,2755,'_billing_last_name','Dent'),(128520,2755,'_billing_company','Lice Clinics of Maryland'),(128521,2755,'_billing_address_1','801 W 33rd Street'),(128522,2755,'_billing_city','BAltimore'),(128523,2755,'_billing_state','MD'),(128524,2755,'_billing_postcode','21211'),(128525,2755,'_billing_country','US'),(128526,2755,'_billing_email','info@liceclinicsofmaryland.com'),(128527,2755,'_billing_phone','4438349991'),(128528,2755,'_shipping_first_name','Dawn'),(128529,2755,'_shipping_last_name','Mumaw'),(128530,2755,'_shipping_company','LCA Baltimore'),(128531,2755,'_shipping_address_1','604 Providence Road'),(128532,2755,'_shipping_city','Towson'),(128533,2755,'_shipping_state','MD'),(128534,2755,'_shipping_postcode','21286'),(128535,2755,'_shipping_country','US'),(128536,2755,'_order_currency','USD'),(128537,2755,'_cart_discount','0'),(128538,2755,'_cart_discount_tax','0'),(128539,2755,'_order_shipping','0'),(128540,2755,'_order_shipping_tax','0'),(128541,2755,'_order_tax','0'),(128542,2755,'_order_total','5293.42'),(128543,2755,'_order_version','9.0.2'),(128544,2755,'_prices_include_tax','no'),(128545,2755,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(128546,2755,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(128548,2755,'_wc_order_attribution_source_type','typein'),(128549,2755,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(128550,2755,'_wc_order_attribution_utm_source','(direct)'),(128551,2755,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/'),(128552,2755,'_wc_order_attribution_session_start_time','2024-07-08 01:45:34'),(128553,2755,'_wc_order_attribution_session_pages','1'),(128554,2755,'_wc_order_attribution_session_count','1'),(128555,2755,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128556,2755,'_wc_order_attribution_device_type','Desktop'),(128557,2755,'is_vat_exempt','no'),(128558,2755,'_wc_order_attribution_source_type','typein'),(128559,2755,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(128560,2755,'_wc_order_attribution_utm_source','(direct)'),(128561,2755,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/'),(128562,2755,'_wc_order_attribution_session_start_time','2024-07-08 01:47:23'),(128563,2755,'_wc_order_attribution_session_pages','1'),(128564,2755,'_wc_order_attribution_session_count','1'),(128565,2755,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128566,2755,'_wc_order_attribution_device_type','Desktop'),(128567,2755,'Payment type','instant'),(128568,2755,'_paypal_status','completed'),(128569,2755,'_transaction_id','77C18710RN6261340'),(128570,2755,'PayPal Transaction Fee','185.23'),(128571,2755,'_date_paid','1720403359'),(128572,2755,'_paid_date','2024-07-08 01:49:19'),(128573,2756,'_order_key','wc_order_gLICd6i0sUoQO'),(128574,2756,'_customer_user','3'),(128575,2756,'_payment_method','paypal'),(128576,2756,'_payment_method_title','PayPal'),(128577,2756,'_customer_ip_address','99.22.146.124'),(128578,2756,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128579,2756,'_created_via','checkout'),(128580,2756,'_cart_hash','d3da13144aa72cb20b62d217b4e0e63a'),(128581,2756,'_download_permissions_granted','yes'),(128582,2756,'_recorded_sales','yes'),(128583,2756,'_recorded_coupon_usage_counts','yes'),(128584,2756,'_new_order_email_sent','true'),(128585,2756,'_order_stock_reduced','yes'),(128586,2756,'_billing_first_name','Amanda'),(128587,2756,'_billing_last_name','Westerman'),(128588,2756,'_billing_company','Lice Clinics of America McKinney'),(128589,2756,'_billing_address_1','3120 Hudson Crossing'),(128590,2756,'_billing_address_2','Suite A2'),(128591,2756,'_billing_city','MCKINNEY'),(128592,2756,'_billing_state','TX'),(128593,2756,'_billing_postcode','75070'),(128594,2756,'_billing_country','US'),(128595,2756,'_billing_email','awesterman1103@gmail.com'),(128596,2756,'_billing_phone','2144175741'),(128597,2756,'_shipping_first_name','AMANDA'),(128598,2756,'_shipping_last_name','Westerman'),(128599,2756,'_shipping_company','Lice Clinics of America'),(128600,2756,'_shipping_address_1','1709 Damian Way'),(128601,2756,'_shipping_address_2','Suite A2'),(128602,2756,'_shipping_city','Richardson'),(128603,2756,'_shipping_state','TX'),(128604,2756,'_shipping_postcode','75081'),(128605,2756,'_shipping_country','US'),(128606,2756,'_order_currency','USD'),(128607,2756,'_cart_discount','0'),(128608,2756,'_cart_discount_tax','0'),(128609,2756,'_order_shipping','0'),(128610,2756,'_order_shipping_tax','0'),(128611,2756,'_order_tax','0'),(128612,2756,'_order_total','2042.08'),(128613,2756,'_order_version','9.0.2'),(128614,2756,'_prices_include_tax','no'),(128615,2756,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(128616,2756,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(128617,2756,'is_vat_exempt','no'),(128618,2756,'_wc_order_attribution_source_type','referral'),(128619,2756,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(128620,2756,'_wc_order_attribution_utm_source','lcaportal.com'),(128621,2756,'_wc_order_attribution_utm_medium','referral'),(128622,2756,'_wc_order_attribution_utm_content','/'),(128623,2756,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128624,2756,'_wc_order_attribution_session_start_time','2024-07-08 13:32:39'),(128625,2756,'_wc_order_attribution_session_pages','3'),(128626,2756,'_wc_order_attribution_session_count','1'),(128627,2756,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(128628,2756,'_wc_order_attribution_device_type','Desktop'),(128629,2756,'Payment type','instant'),(128630,2756,'_paypal_status','completed'),(128631,2756,'_transaction_id','38G48940A0908620N'),(128632,2756,'PayPal Transaction Fee','71.76'),(128633,2756,'_date_paid','1720445864'),(128634,2756,'_paid_date','2024-07-08 13:37:44'),(128635,2753,'_edit_lock','1720665242:2'),(128636,2753,'_edit_last','2'),(128637,2753,'Payment type','instant'),(128638,2753,'_paypal_status','completed'),(128639,2753,'_transaction_id','84813612KH061820P'),(128640,2753,'PayPal Transaction Fee','0.98'),(128641,2753,'_date_paid','1720465685'),(128642,2753,'_paid_date','2024-07-08 19:08:05'),(128643,2757,'_order_key','wc_order_du7FJa7E43VXQ'),(128644,2757,'_customer_user','7'),(128645,2757,'_payment_method','paypal'),(128646,2757,'_payment_method_title','PayPal'),(128647,2757,'_customer_ip_address','71.93.225.128'),(128648,2757,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(128649,2757,'_created_via','checkout'),(128650,2757,'_cart_hash','8801dd5d876e6e699a20f070ed34510a'),(128651,2757,'_download_permissions_granted','yes'),(128652,2757,'_recorded_sales','yes'),(128653,2757,'_recorded_coupon_usage_counts','yes'),(128654,2757,'_new_order_email_sent','true'),(128655,2757,'_order_stock_reduced','yes'),(128656,2757,'_billing_first_name','Amy'),(128657,2757,'_billing_last_name','Allen'),(128658,2757,'_billing_company','Lice Clinics Of America'),(128659,2757,'_billing_address_1','30 Hummingbird Court'),(128660,2757,'_billing_city','Hollister'),(128661,2757,'_billing_state','CA'),(128662,2757,'_billing_postcode','95023'),(128663,2757,'_billing_country','US'),(128664,2757,'_billing_email','lca.gilroy@gmail.com'),(128665,2757,'_billing_phone','4085005537'),(128666,2757,'_shipping_first_name','Amy'),(128667,2757,'_shipping_last_name','Allen'),(128668,2757,'_shipping_company','Lice Clinics Of America - Gilroy'),(128669,2757,'_shipping_address_1','7680 Monterey St Ste 104'),(128670,2757,'_shipping_city','Gilroy'),(128671,2757,'_shipping_state','CA'),(128672,2757,'_shipping_postcode','95020'),(128673,2757,'_shipping_country','US'),(128674,2757,'_order_currency','USD'),(128675,2757,'_cart_discount','0'),(128676,2757,'_cart_discount_tax','0'),(128677,2757,'_order_shipping','0'),(128678,2757,'_order_shipping_tax','0'),(128679,2757,'_order_tax','0'),(128680,2757,'_order_total','1298.26'),(128681,2757,'_order_version','9.0.2'),(128682,2757,'_prices_include_tax','no'),(128683,2757,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(128684,2757,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(128685,2757,'is_vat_exempt','no'),(128686,2757,'_wc_order_attribution_source_type','typein'),(128687,2757,'_wc_order_attribution_utm_source','(direct)'),(128688,2757,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128689,2757,'_wc_order_attribution_session_start_time','2024-07-08 20:31:11'),(128690,2757,'_wc_order_attribution_session_pages','5'),(128691,2757,'_wc_order_attribution_session_count','1'),(128692,2757,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(128693,2757,'_wc_order_attribution_device_type','Desktop'),(128694,2757,'Payment type','instant'),(128695,2757,'_paypal_status','completed'),(128696,2757,'_transaction_id','8MC247205N923644A'),(128697,2757,'PayPal Transaction Fee','45.80'),(128698,2757,'_date_paid','1720471111'),(128699,2757,'_paid_date','2024-07-08 20:38:31'),(128700,2758,'_order_key','wc_order_QOGAxc9NbcU89'),(128701,2758,'_customer_user','50'),(128702,2758,'_payment_method','paypal'),(128703,2758,'_payment_method_title','PayPal'),(128704,2758,'_customer_ip_address','24.62.247.50'),(128705,2758,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128706,2758,'_created_via','checkout'),(128707,2758,'_cart_hash','f1b69e522e90bd698b35f744e99ccdfa'),(128708,2758,'_download_permissions_granted','yes'),(128709,2758,'_recorded_sales','yes'),(128710,2758,'_recorded_coupon_usage_counts','yes'),(128711,2758,'_new_order_email_sent','true'),(128712,2758,'_order_stock_reduced','yes'),(128713,2758,'_billing_first_name','Christine'),(128714,2758,'_billing_last_name','Cherry'),(128715,2758,'_billing_company','NITS END'),(128716,2758,'_billing_address_1','PO BOX 1092'),(128717,2758,'_billing_city','Campton'),(128718,2758,'_billing_state','NH'),(128719,2758,'_billing_postcode','03223'),(128720,2758,'_billing_country','US'),(128721,2758,'_billing_email','info@liceclinicsplaistow.com'),(128722,2758,'_billing_phone','16034983390'),(128723,2758,'_shipping_first_name','Christine'),(128724,2758,'_shipping_last_name','Cherry'),(128725,2758,'_shipping_company','LCA - Nits End / 149091'),(128726,2758,'_shipping_address_1','10 Donald B Dean Drive'),(128727,2758,'_shipping_address_2','Unit 1'),(128728,2758,'_shipping_city','South Portland'),(128729,2758,'_shipping_state','ME'),(128730,2758,'_shipping_postcode','04106'),(128731,2758,'_shipping_country','US'),(128732,2758,'_order_currency','USD'),(128733,2758,'_cart_discount','0'),(128734,2758,'_cart_discount_tax','0'),(128735,2758,'_order_shipping','0'),(128736,2758,'_order_shipping_tax','0'),(128737,2758,'_order_tax','0'),(128738,2758,'_order_total','1017.96'),(128739,2758,'_order_version','9.0.2'),(128740,2758,'_prices_include_tax','no'),(128741,2758,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(128742,2758,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 10 Donald B Dean Drive Unit 1 South Portland ME 04106 US '),(128743,2758,'is_vat_exempt','no'),(128744,2758,'_wc_order_attribution_source_type','referral'),(128745,2758,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128746,2758,'_wc_order_attribution_utm_source','lcaportal.com'),(128747,2758,'_wc_order_attribution_utm_medium','referral'),(128748,2758,'_wc_order_attribution_utm_content','/'),(128749,2758,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128750,2758,'_wc_order_attribution_session_start_time','2024-07-09 16:11:08'),(128751,2758,'_wc_order_attribution_session_pages','7'),(128752,2758,'_wc_order_attribution_session_count','6'),(128753,2758,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128754,2758,'_wc_order_attribution_device_type','Desktop'),(128755,2758,'Payment type','instant'),(128756,2758,'_paypal_status','completed'),(128757,2758,'_transaction_id','5AM375594W372224N'),(128758,2758,'PayPal Transaction Fee','36.02'),(128759,2758,'_date_paid','1720541804'),(128760,2758,'_paid_date','2024-07-09 16:16:44'),(128761,2759,'_order_key','wc_order_iiwfHdSds0xN5'),(128762,2759,'_customer_user','98'),(128763,2759,'_payment_method','paypal'),(128764,2759,'_payment_method_title','PayPal'),(128765,2759,'_customer_ip_address','24.62.247.50'),(128766,2759,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128767,2759,'_created_via','checkout'),(128768,2759,'_cart_hash','df4078b318b618f7bb2d84c81591d090'),(128769,2759,'_download_permissions_granted','yes'),(128770,2759,'_recorded_sales','yes'),(128771,2759,'_recorded_coupon_usage_counts','yes'),(128772,2759,'_new_order_email_sent','true'),(128773,2759,'_order_stock_reduced','yes'),(128774,2759,'_billing_first_name','Christine'),(128775,2759,'_billing_last_name','Cherry'),(128776,2759,'_billing_company','NITS END'),(128777,2759,'_billing_address_1','PO BOX 1092'),(128778,2759,'_billing_city','Campton'),(128779,2759,'_billing_state','NH'),(128780,2759,'_billing_postcode','03223'),(128781,2759,'_billing_country','US'),(128782,2759,'_billing_email','christine@liceclinicscolumbus.com'),(128783,2759,'_billing_phone','16034983390'),(128784,2759,'_shipping_first_name','Melissa'),(128785,2759,'_shipping_last_name','Mertz'),(128786,2759,'_shipping_company','LCA'),(128787,2759,'_shipping_address_1','2213 Temperance Dr'),(128788,2759,'_shipping_city','Pittsburgh'),(128789,2759,'_shipping_state','PA'),(128790,2759,'_shipping_postcode','15237'),(128791,2759,'_shipping_country','US'),(128792,2759,'_order_currency','USD'),(128793,2759,'_cart_discount','0'),(128794,2759,'_cart_discount_tax','0'),(128795,2759,'_order_shipping','0'),(128796,2759,'_order_shipping_tax','0'),(128797,2759,'_order_tax','0'),(128798,2759,'_order_total','786.78'),(128799,2759,'_order_version','9.0.2'),(128800,2759,'_prices_include_tax','no'),(128801,2759,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(128802,2759,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(128803,2759,'is_vat_exempt','no'),(128804,2759,'_wc_order_attribution_source_type','referral'),(128805,2759,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128806,2759,'_wc_order_attribution_utm_source','lcaportal.com'),(128807,2759,'_wc_order_attribution_utm_medium','referral'),(128808,2759,'_wc_order_attribution_utm_content','/'),(128809,2759,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128810,2759,'_wc_order_attribution_session_start_time','2024-07-09 16:11:08'),(128811,2759,'_wc_order_attribution_session_pages','18'),(128812,2759,'_wc_order_attribution_session_count','6'),(128813,2759,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128814,2759,'_wc_order_attribution_device_type','Desktop'),(128815,2759,'Payment type','instant'),(128816,2759,'_paypal_status','completed'),(128817,2759,'_transaction_id','3GA05312JN109900S'),(128818,2759,'PayPal Transaction Fee','27.95'),(128819,2759,'_date_paid','1720542243'),(128820,2759,'_paid_date','2024-07-09 16:24:03'),(128821,2760,'_order_key','wc_order_1fUZy7i5Q33AV'),(128822,2760,'_customer_user','98'),(128823,2760,'_payment_method','paypal'),(128824,2760,'_payment_method_title','PayPal'),(128825,2760,'_customer_ip_address','24.62.247.50'),(128826,2760,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128827,2760,'_created_via','checkout'),(128828,2760,'_cart_hash','0fe42fe37eb96dfb0a4abce3be912165'),(128829,2760,'_download_permissions_granted','yes'),(128830,2760,'_recorded_sales','yes'),(128831,2760,'_recorded_coupon_usage_counts','yes'),(128832,2760,'_new_order_email_sent','true'),(128833,2760,'_order_stock_reduced','yes'),(128834,2760,'_billing_first_name','Christine'),(128835,2760,'_billing_last_name','Cherry'),(128836,2760,'_billing_company','NITS END'),(128837,2760,'_billing_address_1','PO BOX 1092'),(128838,2760,'_billing_city','Campton'),(128839,2760,'_billing_state','NH'),(128840,2760,'_billing_postcode','03223'),(128841,2760,'_billing_country','US'),(128842,2760,'_billing_email','christine@liceclinicscolumbus.com'),(128843,2760,'_billing_phone','16034983390'),(128844,2760,'_shipping_first_name','Erica'),(128845,2760,'_shipping_last_name','Froggatt'),(128846,2760,'_shipping_company','LCA'),(128847,2760,'_shipping_address_1','5910 Wilcox Pl'),(128848,2760,'_shipping_address_2','suite E'),(128849,2760,'_shipping_city','Dublin'),(128850,2760,'_shipping_state','OH'),(128851,2760,'_shipping_postcode','43016'),(128852,2760,'_shipping_country','US'),(128853,2760,'_order_currency','USD'),(128854,2760,'_cart_discount','0'),(128855,2760,'_cart_discount_tax','0'),(128856,2760,'_order_shipping','0'),(128857,2760,'_order_shipping_tax','0'),(128858,2760,'_order_tax','0'),(128859,2760,'_order_total','897.74'),(128860,2760,'_order_version','9.0.2'),(128861,2760,'_prices_include_tax','no'),(128862,2760,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(128863,2760,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(128864,2760,'is_vat_exempt','no'),(128865,2760,'_wc_order_attribution_source_type','referral'),(128866,2760,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128867,2760,'_wc_order_attribution_utm_source','lcaportal.com'),(128868,2760,'_wc_order_attribution_utm_medium','referral'),(128869,2760,'_wc_order_attribution_utm_content','/'),(128870,2760,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128871,2760,'_wc_order_attribution_session_start_time','2024-07-09 16:11:08'),(128872,2760,'_wc_order_attribution_session_pages','28'),(128873,2760,'_wc_order_attribution_session_count','6'),(128874,2760,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(128875,2760,'_wc_order_attribution_device_type','Desktop'),(128876,2760,'Payment type','instant'),(128877,2760,'_paypal_status','completed'),(128878,2760,'_transaction_id','9UK54567L1727143P'),(128879,2760,'PayPal Transaction Fee','31.82'),(128880,2760,'_date_paid','1720542895'),(128881,2760,'_paid_date','2024-07-09 16:34:55'),(128882,2761,'_order_key','wc_order_30VDLDbYMxf8n'),(128883,2761,'_customer_user','15'),(128884,2761,'_payment_method','paypal'),(128885,2761,'_payment_method_title','PayPal'),(128886,2761,'_customer_ip_address','108.160.203.30'),(128887,2761,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(128888,2761,'_created_via','checkout'),(128889,2761,'_cart_hash','0b22ad9878a5f02061956cf3631237a2'),(128890,2761,'_download_permissions_granted','yes'),(128891,2761,'_recorded_sales','yes'),(128892,2761,'_recorded_coupon_usage_counts','yes'),(128893,2761,'_new_order_email_sent','true'),(128894,2761,'_order_stock_reduced','yes'),(128895,2761,'_billing_first_name','Andrea'),(128896,2761,'_billing_last_name','Florsheim'),(128897,2761,'_billing_company','Lice Clincs of America'),(128898,2761,'_billing_address_1','758 N. Broadway'),(128899,2761,'_billing_address_2','APT 1204'),(128900,2761,'_billing_city','Milwaukee'),(128901,2761,'_billing_state','WI'),(128902,2761,'_billing_postcode','53202'),(128903,2761,'_billing_country','US'),(128904,2761,'_billing_email','andrea@liceclinicscentral.com'),(128905,2761,'_billing_phone','4143354315'),(128906,2761,'_shipping_first_name','Andrea'),(128907,2761,'_shipping_last_name','Florsheim'),(128908,2761,'_shipping_company','LCA'),(128909,2761,'_shipping_address_1','8424 W. Center Rd'),(128910,2761,'_shipping_address_2','Suite 212'),(128911,2761,'_shipping_city','omaha'),(128912,2761,'_shipping_state','NE'),(128913,2761,'_shipping_postcode','68124'),(128914,2761,'_shipping_country','US'),(128915,2761,'_order_currency','USD'),(128916,2761,'_cart_discount','0'),(128917,2761,'_cart_discount_tax','0'),(128918,2761,'_order_shipping','16.74'),(128919,2761,'_order_shipping_tax','0'),(128920,2761,'_order_tax','0'),(128921,2761,'_order_total','216.18'),(128922,2761,'_order_version','9.0.2'),(128923,2761,'_prices_include_tax','no'),(128924,2761,'_billing_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(128925,2761,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(128926,2761,'is_vat_exempt','no'),(128927,2761,'_wc_order_attribution_source_type','typein'),(128928,2761,'_wc_order_attribution_utm_source','(direct)'),(128929,2761,'_wc_order_attribution_utm_source_platform',''),(128930,2761,'_wc_order_attribution_utm_creative_format',''),(128931,2761,'_wc_order_attribution_utm_marketing_tactic',''),(128932,2761,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128933,2761,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(128934,2761,'_wc_order_attribution_session_pages','12'),(128935,2761,'_wc_order_attribution_session_count','5'),(128936,2761,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(128937,2761,'_wc_order_attribution_device_type','Desktop'),(128938,2761,'Payment type','instant'),(128939,2761,'_paypal_status','completed'),(128940,2761,'_transaction_id','8K473683JD4080416'),(128941,2761,'PayPal Transaction Fee','8.03'),(128942,2761,'_date_paid','1720555975'),(128943,2761,'_paid_date','2024-07-09 20:12:55'),(128944,2762,'_order_key','wc_order_MdDWltQAjFbHe'),(128945,2762,'_customer_user','47'),(128946,2762,'_payment_method','paypal'),(128947,2762,'_payment_method_title','PayPal'),(128948,2762,'_customer_ip_address','136.50.70.100'),(128949,2762,'_customer_user_agent','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'),(128950,2762,'_created_via','checkout'),(128951,2762,'_cart_hash','17040f4711260b378838dc024f300043'),(128952,2762,'_download_permissions_granted','no'),(128953,2762,'_recorded_sales','no'),(128954,2762,'_recorded_coupon_usage_counts','no'),(128955,2762,'_new_order_email_sent','false'),(128956,2762,'_order_stock_reduced','no'),(128957,2762,'_billing_first_name','Tracy'),(128958,2762,'_billing_last_name','Copeland'),(128959,2762,'_billing_company','LCA SA WEST'),(128960,2762,'_billing_address_1','14223 Silverhollow'),(128961,2762,'_billing_city','San Antonio'),(128962,2762,'_billing_state','TX'),(128963,2762,'_billing_postcode','78232'),(128964,2762,'_billing_country','US'),(128965,2762,'_billing_email','info@liceclinicsofsanantonio.com'),(128966,2762,'_billing_phone','2103135033'),(128967,2762,'_shipping_first_name','Tracy'),(128968,2762,'_shipping_last_name','Copeland'),(128969,2762,'_shipping_company','LCA SA WEST'),(128970,2762,'_shipping_address_1','6391 De Zavala Rd.'),(128971,2762,'_shipping_address_2','#222'),(128972,2762,'_shipping_city','San Antonio'),(128973,2762,'_shipping_state','TX'),(128974,2762,'_shipping_postcode','78249'),(128975,2762,'_shipping_country','US'),(128976,2762,'_order_currency','USD'),(128977,2762,'_cart_discount','0'),(128978,2762,'_cart_discount_tax','0'),(128979,2762,'_order_shipping','0'),(128980,2762,'_order_shipping_tax','0'),(128981,2762,'_order_tax','0'),(128982,2762,'_order_total','599.44'),(128983,2762,'_order_version','9.0.2'),(128984,2762,'_prices_include_tax','no'),(128985,2762,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(128986,2762,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd. #222 San Antonio TX 78249 US '),(128988,2762,'_wc_order_attribution_source_type','referral'),(128989,2762,'_wc_order_attribution_referrer','https://lcaportal.com/'),(128990,2762,'_wc_order_attribution_utm_source','lcaportal.com'),(128991,2762,'_wc_order_attribution_utm_medium','referral'),(128992,2762,'_wc_order_attribution_utm_content','/'),(128993,2762,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(128994,2762,'_wc_order_attribution_session_start_time','2024-07-09 23:56:13'),(128995,2762,'_wc_order_attribution_session_pages','2'),(128996,2762,'_wc_order_attribution_session_count','2'),(128997,2762,'_wc_order_attribution_user_agent','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'),(128998,2762,'_wc_order_attribution_device_type','Desktop'),(128999,2762,'is_vat_exempt','no'),(129000,2762,'_wc_order_attribution_source_type','referral'),(129001,2762,'_wc_order_attribution_referrer','https://lcaportal.com/'),(129002,2762,'_wc_order_attribution_utm_source','lcaportal.com'),(129003,2762,'_wc_order_attribution_utm_medium','referral'),(129004,2762,'_wc_order_attribution_utm_content','/'),(129005,2762,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129006,2762,'_wc_order_attribution_session_start_time','2024-07-09 23:56:13'),(129007,2762,'_wc_order_attribution_session_pages','6'),(129008,2762,'_wc_order_attribution_session_count','2'),(129009,2762,'_wc_order_attribution_user_agent','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'),(129010,2762,'_wc_order_attribution_device_type','Desktop'),(129011,2763,'_order_key','wc_order_kHkxIWQuyyxEo'),(129012,2763,'_customer_user','47'),(129013,2763,'_payment_method','paypal'),(129014,2763,'_payment_method_title','PayPal'),(129015,2763,'_customer_ip_address','136.50.70.100'),(129016,2763,'_customer_user_agent','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'),(129017,2763,'_created_via','checkout'),(129018,2763,'_cart_hash','17040f4711260b378838dc024f300043'),(129019,2763,'_download_permissions_granted','yes'),(129020,2763,'_recorded_sales','yes'),(129021,2763,'_recorded_coupon_usage_counts','yes'),(129022,2763,'_new_order_email_sent','true'),(129023,2763,'_order_stock_reduced','yes'),(129024,2763,'_billing_first_name','Tracy'),(129025,2763,'_billing_last_name','Copeland'),(129026,2763,'_billing_company','LCA SA WEST'),(129027,2763,'_billing_address_1','14223 Silverhollow'),(129028,2763,'_billing_city','San Antonio'),(129029,2763,'_billing_state','TX'),(129030,2763,'_billing_postcode','78232'),(129031,2763,'_billing_country','US'),(129032,2763,'_billing_email','info@liceclinicsofsanantonio.com'),(129033,2763,'_billing_phone','2103135033'),(129034,2763,'_shipping_first_name','Tracy'),(129035,2763,'_shipping_last_name','Copeland'),(129036,2763,'_shipping_company','LCA SA WEST'),(129037,2763,'_shipping_address_1','6391 De Zavala Rd.'),(129038,2763,'_shipping_address_2','#222'),(129039,2763,'_shipping_city','San Antonio'),(129040,2763,'_shipping_state','TX'),(129041,2763,'_shipping_postcode','78249'),(129042,2763,'_shipping_country','US'),(129043,2763,'_order_currency','USD'),(129044,2763,'_cart_discount','0'),(129045,2763,'_cart_discount_tax','0'),(129046,2763,'_order_shipping','0'),(129047,2763,'_order_shipping_tax','0'),(129048,2763,'_order_tax','0'),(129049,2763,'_order_total','599.44'),(129050,2763,'_order_version','9.0.2'),(129051,2763,'_prices_include_tax','no'),(129052,2763,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(129053,2763,'_shipping_address_index','Tracy Copeland LCA SA WEST 6391 De Zavala Rd. #222 San Antonio TX 78249 US '),(129054,2763,'is_vat_exempt','no'),(129055,2763,'_wc_order_attribution_source_type','referral'),(129056,2763,'_wc_order_attribution_referrer','https://lcaportal.com/'),(129057,2763,'_wc_order_attribution_utm_source','lcaportal.com'),(129058,2763,'_wc_order_attribution_utm_medium','referral'),(129059,2763,'_wc_order_attribution_utm_content','/'),(129060,2763,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129061,2763,'_wc_order_attribution_session_start_time','2024-07-09 23:56:13'),(129062,2763,'_wc_order_attribution_session_pages','8'),(129063,2763,'_wc_order_attribution_session_count','2'),(129064,2763,'_wc_order_attribution_user_agent','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'),(129065,2763,'_wc_order_attribution_device_type','Desktop'),(129066,2763,'Payment type','instant'),(129067,2763,'_paypal_status','completed'),(129068,2763,'_transaction_id','22W68250L11862727'),(129069,2763,'PayPal Transaction Fee','21.41'),(129070,2763,'_date_paid','1720573409'),(129071,2763,'_paid_date','2024-07-10 01:03:29'),(129072,2764,'_order_key','wc_order_QLJ3IcKbixGM4'),(129073,2764,'_customer_user','98'),(129074,2764,'_payment_method','paypal'),(129075,2764,'_payment_method_title','PayPal'),(129076,2764,'_customer_ip_address','24.62.247.50'),(129077,2764,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(129078,2764,'_created_via','checkout'),(129079,2764,'_cart_hash','562b51d23ffc13c170f7f0f1fa8c51fd'),(129080,2764,'_download_permissions_granted','yes'),(129081,2764,'_recorded_sales','yes'),(129082,2764,'_recorded_coupon_usage_counts','yes'),(129083,2764,'_new_order_email_sent','true'),(129084,2764,'_order_stock_reduced','yes'),(129085,2764,'_billing_first_name','Christine'),(129086,2764,'_billing_last_name','Cherry'),(129087,2764,'_billing_company','NITS END'),(129088,2764,'_billing_address_1','PO BOX 1092'),(129089,2764,'_billing_city','Campton'),(129090,2764,'_billing_state','NH'),(129091,2764,'_billing_postcode','03223'),(129092,2764,'_billing_country','US'),(129093,2764,'_billing_email','christine@liceclinicscolumbus.com'),(129094,2764,'_billing_phone','16034983390'),(129095,2764,'_shipping_first_name','Christine'),(129096,2764,'_shipping_last_name','Cherry'),(129097,2764,'_shipping_company','LCA'),(129098,2764,'_shipping_address_1','71 Spit Brook Rd'),(129099,2764,'_shipping_address_2','Suite 403'),(129100,2764,'_shipping_city','Nashua'),(129101,2764,'_shipping_state','NH'),(129102,2764,'_shipping_postcode','03060'),(129103,2764,'_shipping_country','US'),(129104,2764,'_order_currency','USD'),(129105,2764,'_cart_discount','0'),(129106,2764,'_cart_discount_tax','0'),(129107,2764,'_order_shipping','0'),(129108,2764,'_order_shipping_tax','0'),(129109,2764,'_order_tax','0'),(129110,2764,'_order_total','859.96'),(129111,2764,'_order_version','9.1.1'),(129112,2764,'_prices_include_tax','no'),(129113,2764,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(129114,2764,'_shipping_address_index','Christine Cherry LCA 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(129115,2764,'is_vat_exempt','no'),(129116,2764,'_wc_order_attribution_source_type','referral'),(129117,2764,'_wc_order_attribution_referrer','https://lcaportal.com/'),(129118,2764,'_wc_order_attribution_utm_source','lcaportal.com'),(129119,2764,'_wc_order_attribution_utm_medium','referral'),(129120,2764,'_wc_order_attribution_utm_content','/'),(129121,2764,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129122,2764,'_wc_order_attribution_session_start_time','2024-07-10 21:49:50'),(129123,2764,'_wc_order_attribution_session_pages','5'),(129124,2764,'_wc_order_attribution_session_count','7'),(129125,2764,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(129126,2764,'_wc_order_attribution_device_type','Desktop'),(129127,2764,'Payment type','instant'),(129128,2764,'_paypal_status','completed'),(129129,2764,'_transaction_id','6R860523SE115614Y'),(129130,2764,'PayPal Transaction Fee','30.50'),(129131,2764,'_date_paid','1720648305'),(129132,2764,'_paid_date','2024-07-10 21:51:45'),(129133,2765,'_order_key','wc_order_XDD5ct4subsFF'),(129134,2765,'_customer_user','76'),(129135,2765,'_payment_method','paypal'),(129136,2765,'_payment_method_title','PayPal'),(129137,2765,'_customer_ip_address','64.24.77.234'),(129138,2765,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(129139,2765,'_created_via','checkout'),(129140,2765,'_cart_hash','031fc08f9f0c2f76cee6e1e272ababa1'),(129141,2765,'_download_permissions_granted','yes'),(129142,2765,'_recorded_sales','yes'),(129143,2765,'_recorded_coupon_usage_counts','yes'),(129144,2765,'_new_order_email_sent','true'),(129145,2765,'_order_stock_reduced','yes'),(129146,2765,'_billing_first_name','Naomi'),(129147,2765,'_billing_last_name','Golden'),(129148,2765,'_billing_company','LCA'),(129149,2765,'_billing_address_1','31 Mann Ave'),(129150,2765,'_billing_city','Needham'),(129151,2765,'_billing_state','MA'),(129152,2765,'_billing_postcode','02492'),(129153,2765,'_billing_country','US'),(129154,2765,'_billing_email','nrgolden6486@gmail.com'),(129155,2765,'_billing_phone','617-851-1322'),(129156,2765,'_shipping_first_name','Naomi'),(129157,2765,'_shipping_last_name','Golden'),(129158,2765,'_shipping_company','LCA'),(129159,2765,'_shipping_address_1','3 Baldwin Green Common'),(129160,2765,'_shipping_address_2','Suite 310'),(129161,2765,'_shipping_city','Woburn'),(129162,2765,'_shipping_state','MA'),(129163,2765,'_shipping_postcode','01801'),(129164,2765,'_shipping_country','US'),(129165,2765,'_order_currency','USD'),(129166,2765,'_cart_discount','0'),(129167,2765,'_cart_discount_tax','0'),(129168,2765,'_order_shipping','0'),(129169,2765,'_order_shipping_tax','0'),(129170,2765,'_order_tax','0'),(129171,2765,'_order_total','511.76'),(129172,2765,'_order_version','9.1.1'),(129173,2765,'_prices_include_tax','no'),(129174,2765,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(129175,2765,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(129176,2765,'is_vat_exempt','no'),(129177,2765,'_wc_order_attribution_source_type','typein'),(129178,2765,'_wc_order_attribution_utm_source','(direct)'),(129179,2765,'_wc_order_attribution_utm_source_platform',''),(129180,2765,'_wc_order_attribution_utm_creative_format',''),(129181,2765,'_wc_order_attribution_utm_marketing_tactic',''),(129182,2765,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129183,2765,'_wc_order_attribution_session_start_time','2024-06-24 18:17:25'),(129184,2765,'_wc_order_attribution_session_pages','3'),(129185,2765,'_wc_order_attribution_session_count','5'),(129186,2765,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(129187,2765,'_wc_order_attribution_device_type','Desktop'),(129188,2765,'Payment type','instant'),(129189,2765,'_paypal_status','completed'),(129190,2765,'_transaction_id','6NP77349WT821744X'),(129191,2765,'PayPal Transaction Fee','18.35'),(129192,2765,'_date_paid','1720649077'),(129193,2765,'_paid_date','2024-07-10 22:04:37'),(129194,2752,'_edit_lock','1720658933:2'),(129195,2752,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218503\";s:12:\"date_shipped\";s:10:\"1720656000\";s:11:\"tracking_id\";s:32:\"723ee3bd68a02b0e3b682674d8a4a674\";}}'),(129196,2752,'_edit_last','2'),(129197,2752,'_date_completed','1720657275'),(129198,2752,'_completed_date','2024-07-11 00:21:15'),(129199,2754,'_edit_lock','1720664286:2'),(129200,2754,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218889\";s:12:\"date_shipped\";s:10:\"1720656000\";s:11:\"tracking_id\";s:32:\"bf0e3a4de2f7cf7a6aa7bd7d98c00359\";}}'),(129201,2754,'_edit_last','2'),(129202,2754,'_date_completed','1720664426'),(129203,2754,'_completed_date','2024-07-11 02:20:26'),(129204,2755,'_edit_lock','1720664954:2'),(129205,2755,'_wc_shipment_tracking_items','a:15:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219109\";s:12:\"date_shipped\";s:10:\"1720656000\";s:11:\"tracking_id\";s:32:\"4923bd28d7f54655b4089899227c91fc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219094\";s:12:\"date_shipped\";i:1720664491;s:11:\"tracking_id\";s:32:\"570f564fc4c583eeed4ada268bd30c9b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219083\";s:12:\"date_shipped\";i:1720664496;s:11:\"tracking_id\";s:32:\"a798c7be6e4a9add9559c3d20178fe4f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219072\";s:12:\"date_shipped\";i:1720664502;s:11:\"tracking_id\";s:32:\"ca8d1951cae2e4449a6bba96ebff0635\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219061\";s:12:\"date_shipped\";i:1720664510;s:11:\"tracking_id\";s:32:\"ed49ab82d7962d187c24550e79d32b54\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219050\";s:12:\"date_shipped\";i:1720664514;s:11:\"tracking_id\";s:32:\"2fdedcdf705aa4c44f5efb820cece4ee\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219040\";s:12:\"date_shipped\";i:1720664524;s:11:\"tracking_id\";s:32:\"e03d9161097281503c2b436fc2aeb950\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219039\";s:12:\"date_shipped\";i:1720664531;s:11:\"tracking_id\";s:32:\"61147b295e2162c05c40f1db46cf8efd\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219028\";s:12:\"date_shipped\";i:1720664539;s:11:\"tracking_id\";s:32:\"f90f73915a053a9506d934c2fd115e97\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219017\";s:12:\"date_shipped\";i:1720664545;s:11:\"tracking_id\";s:32:\"4862a80209fe40e2e6202568d8a74127\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219006\";s:12:\"date_shipped\";i:1720664553;s:11:\"tracking_id\";s:32:\"7881a173f42c84819bc34865664b24e3\";}i:11;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218992\";s:12:\"date_shipped\";i:1720664558;s:11:\"tracking_id\";s:32:\"4408a97dd3eeef267a17c4b7870ec595\";}i:12;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218981\";s:12:\"date_shipped\";i:1720664564;s:11:\"tracking_id\";s:32:\"b4638f4cbc83bd9b7471d9adbf9623b5\";}i:13;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218970\";s:12:\"date_shipped\";i:1720664571;s:11:\"tracking_id\";s:32:\"7cd32e2b822fbef39970ad23a68228fc\";}i:14;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992218960\";s:12:\"date_shipped\";i:1720664578;s:11:\"tracking_id\";s:32:\"7a1acccd6da24ea936feeba757757f04\";}}'),(129206,2755,'_edit_last','2'),(129207,2755,'_date_completed','1720664583'),(129208,2755,'_completed_date','2024-07-11 02:23:03'),(129209,2756,'_edit_lock','1720665074:2'),(129210,2756,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219407\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"db701c5200aefe0b75ebdb0e2ae14455\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219392\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"e49680aa1632ff17e00253e2c90b72fd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219381\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"e0ed0501c4f6f610197f9fab31ff6aaf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219370\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"1ef85e73fca00b5c5a873baf69f16a7d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219360\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"4288dd56a45bd270b0da8e2b91daefa2\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219359\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"d1c772a37a9b60a31570e252992080d7\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219348\";s:12:\"date_shipped\";s:10:\"1720396800\";s:11:\"tracking_id\";s:32:\"f689d7759372d15872341c68d8edf78d\";}}'),(129211,2756,'_edit_last','2'),(129212,2756,'_date_completed','1720665208'),(129213,2756,'_completed_date','2024-07-11 02:33:28'),(129214,2753,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219521\";s:12:\"date_shipped\";s:10:\"1720656000\";s:11:\"tracking_id\";s:32:\"93dc0c05d2f86444a0a44dfcd7bd3807\";}}'),(129215,2753,'_date_completed','1720665238'),(129216,2753,'_completed_date','2024-07-11 02:33:58'),(129217,2757,'_edit_lock','1720665252:2'),(129218,2757,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219613\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"1ba40e5ce4fa5a33220c06fcf8bdcba2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219602\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"04861e6c4d53b64b75b2814787960423\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219598\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"a635f4e3a4185fa213795e9199fa8525\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219587\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"85d5b022e2150e3f538050173ece9f52\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219576\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"bf8267a1cf70ee1c38bce64d53a1209d\";}}'),(129219,2757,'_edit_last','2'),(129220,2757,'_date_completed','1720665330'),(129221,2757,'_completed_date','2024-07-11 02:35:30'),(129222,2758,'_edit_lock','1720665326:2'),(129223,2759,'_edit_lock','1720665359:2'),(129224,2760,'_edit_lock','1720665395:2'),(129225,2761,'_edit_lock','1720665584:2'),(129226,2763,'_edit_lock','1720665610:2'),(129227,2758,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219750\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"43b9598224c413185e9c3220e1818e61\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219749\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"c2e00a8d5f6e9b7c89a88caa4f85aef5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219738\";s:12:\"date_shipped\";s:10:\"1720483200\";s:11:\"tracking_id\";s:32:\"50c2411ee1e3ee11550b86f247e10731\";}}'),(129228,2758,'_edit_last','2'),(129229,2758,'_date_completed','1720665462'),(129230,2758,'_completed_date','2024-07-11 02:37:42'),(129231,2759,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219771\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"fb8849fb8ab71e7b6469fbdfe70c1c31\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219760\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"0ae95852b038989327cc4765dae790f6\";}}'),(129232,2759,'_edit_last','2'),(129233,2759,'_date_completed','1720665497'),(129234,2759,'_completed_date','2024-07-11 02:38:17'),(129235,2760,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219793\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"50df2a64b4f1a9248483550a285d6cd3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219782\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"c178231241f5d0a618c93c612127a298\";}}'),(129236,2760,'_edit_last','2'),(129237,2760,'_date_completed','1720665529'),(129238,2760,'_completed_date','2024-07-11 02:38:49'),(129239,2761,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219896\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"636063307b9434000b8838dc702eeb7f\";}}'),(129240,2761,'_edit_last','2'),(129241,2761,'_date_completed','1720665580'),(129242,2761,'_completed_date','2024-07-11 02:39:40'),(129243,2763,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219933\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"fde70eca7803a1f0c1235f31a1a7bdcd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992219944\";s:12:\"date_shipped\";s:10:\"1720569600\";s:11:\"tracking_id\";s:32:\"7d06d75b355dbc52da2d3c88b1b25cec\";}}'),(129244,2763,'_edit_last','2'),(129245,2763,'_date_completed','1720665639'),(129246,2763,'_completed_date','2024-07-11 02:40:39'),(129247,2766,'_order_key','wc_order_3gGOWzEoLNfjR'),(129248,2766,'_customer_user','52'),(129249,2766,'_payment_method','paypal'),(129250,2766,'_payment_method_title','PayPal'),(129251,2766,'_customer_ip_address','96.241.152.247'),(129252,2766,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129253,2766,'_created_via','checkout'),(129254,2766,'_cart_hash','6f72604fb6da415f0fb5c424d31cab5f'),(129255,2766,'_download_permissions_granted','yes'),(129256,2766,'_recorded_sales','yes'),(129257,2766,'_recorded_coupon_usage_counts','yes'),(129258,2766,'_new_order_email_sent','true'),(129259,2766,'_order_stock_reduced','yes'),(129260,2766,'_billing_first_name','Darlene'),(129261,2766,'_billing_last_name','LaFramboise'),(129262,2766,'_billing_company','LCA-NOVA'),(129263,2766,'_billing_address_1','25473 Tomey Ct'),(129264,2766,'_billing_city','Aldie'),(129265,2766,'_billing_state','VA'),(129266,2766,'_billing_postcode','20105-3048'),(129267,2766,'_billing_country','US'),(129268,2766,'_billing_email','info@liceremovalnova.com'),(129269,2766,'_billing_phone','7033031576'),(129270,2766,'_shipping_first_name','Darlene'),(129271,2766,'_shipping_last_name','LaFramboise'),(129272,2766,'_shipping_company','LCA-NOVA'),(129273,2766,'_shipping_address_1','25473 Tomey Ct'),(129274,2766,'_shipping_city','Aldie'),(129275,2766,'_shipping_state','VA'),(129276,2766,'_shipping_postcode','20105-3048'),(129277,2766,'_shipping_country','US'),(129278,2766,'_order_currency','USD'),(129279,2766,'_cart_discount','0'),(129280,2766,'_cart_discount_tax','0'),(129281,2766,'_order_shipping','20.33'),(129282,2766,'_order_shipping_tax','0'),(129283,2766,'_order_tax','0'),(129284,2766,'_order_total','390.89'),(129285,2766,'_order_version','9.0.2'),(129286,2766,'_prices_include_tax','no'),(129287,2766,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(129288,2766,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(129289,2766,'is_vat_exempt','no'),(129290,2766,'_wc_order_attribution_source_type','referral'),(129291,2766,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(129292,2766,'_wc_order_attribution_utm_source','lcaportal.com'),(129293,2766,'_wc_order_attribution_utm_medium','referral'),(129294,2766,'_wc_order_attribution_utm_content','/'),(129295,2766,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129296,2766,'_wc_order_attribution_session_start_time','2024-07-11 12:41:19'),(129297,2766,'_wc_order_attribution_session_pages','4'),(129298,2766,'_wc_order_attribution_session_count','1'),(129299,2766,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129300,2766,'_wc_order_attribution_device_type','Desktop'),(129301,2766,'Payment type','instant'),(129302,2766,'_paypal_status','completed'),(129303,2766,'_transaction_id','4K8585338T912351F'),(129304,2766,'PayPal Transaction Fee','14.13'),(129305,2766,'_date_paid','1720701939'),(129306,2766,'_paid_date','2024-07-11 12:45:39'),(129307,2764,'_edit_lock','1720807223:2'),(129308,2765,'_edit_lock','1720807337:2'),(129309,2764,'_edit_last','2'),(129310,2765,'_edit_last','2'),(129311,2767,'_order_key','wc_order_ZJnmMUX4L6yhI'),(129312,2767,'_customer_user','79'),(129313,2767,'_payment_method','paypal'),(129314,2767,'_payment_method_title','PayPal'),(129315,2767,'_customer_ip_address','173.14.91.166'),(129316,2767,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(129317,2767,'_created_via','checkout'),(129318,2767,'_cart_hash','f543ade3fac566abbaebac995fec100d'),(129319,2767,'_download_permissions_granted','yes'),(129320,2767,'_recorded_sales','yes'),(129321,2767,'_recorded_coupon_usage_counts','yes'),(129322,2767,'_new_order_email_sent','true'),(129323,2767,'_order_stock_reduced','yes'),(129324,2767,'_billing_first_name','Shanna'),(129325,2767,'_billing_last_name','Castille'),(129326,2767,'_billing_address_1','1097 Hundley Rd'),(129327,2767,'_billing_city','Eunice'),(129328,2767,'_billing_state','LA'),(129329,2767,'_billing_postcode','70535'),(129330,2767,'_billing_country','US'),(129331,2767,'_billing_email','Shanna_sr09@yahoo.com'),(129332,2767,'_billing_phone','3374668998'),(129333,2767,'_shipping_first_name','Shanna'),(129334,2767,'_shipping_last_name','Castille'),(129335,2767,'_shipping_address_1','1097 Hundley Rd'),(129336,2767,'_shipping_city','eunice'),(129337,2767,'_shipping_state','LA'),(129338,2767,'_shipping_postcode','70535'),(129339,2767,'_shipping_country','US'),(129340,2767,'_order_currency','USD'),(129341,2767,'_cart_discount','0'),(129342,2767,'_cart_discount_tax','0'),(129343,2767,'_order_shipping','0'),(129344,2767,'_order_shipping_tax','0'),(129345,2767,'_order_tax','0'),(129346,2767,'_order_total','807.72'),(129347,2767,'_order_version','9.1.1'),(129348,2767,'_prices_include_tax','no'),(129349,2767,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(129350,2767,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(129351,2767,'is_vat_exempt','no'),(129352,2767,'_wc_order_attribution_source_type','typein'),(129353,2767,'_wc_order_attribution_utm_source','(direct)'),(129354,2767,'_wc_order_attribution_utm_source_platform',''),(129355,2767,'_wc_order_attribution_utm_creative_format',''),(129356,2767,'_wc_order_attribution_utm_marketing_tactic',''),(129357,2767,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129358,2767,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(129359,2767,'_wc_order_attribution_session_pages','3'),(129360,2767,'_wc_order_attribution_session_count','4'),(129361,2767,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(129362,2767,'_wc_order_attribution_device_type','Desktop'),(129363,2767,'Payment type','instant'),(129364,2767,'_paypal_status','completed'),(129365,2767,'_transaction_id','3V423885BJ3933359'),(129366,2767,'PayPal Transaction Fee','28.68'),(129367,2767,'_date_paid','1720721182'),(129368,2767,'_paid_date','2024-07-11 18:06:22'),(129369,2766,'_edit_lock','1720721654:2'),(129370,2766,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220043\";s:12:\"date_shipped\";s:10:\"1720656000\";s:11:\"tracking_id\";s:32:\"43919561abf6568155f960f8aa668c1c\";}}'),(129371,2766,'_edit_last','2'),(129372,2766,'_date_completed','1720721785'),(129373,2766,'_completed_date','2024-07-11 18:16:25'),(129374,2768,'_order_key','wc_order_7tjk2CZWGZ0v3'),(129375,2768,'_customer_user','4'),(129376,2768,'_payment_method','paypal'),(129377,2768,'_payment_method_title','PayPal'),(129378,2768,'_customer_ip_address','73.20.28.23'),(129379,2768,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129380,2768,'_created_via','checkout'),(129381,2768,'_cart_hash','dd51f5eb55d94e6353f1cb6804bbb41d'),(129382,2768,'_download_permissions_granted','yes'),(129383,2768,'_recorded_sales','yes'),(129384,2768,'_recorded_coupon_usage_counts','yes'),(129385,2768,'_new_order_email_sent','true'),(129386,2768,'_order_stock_reduced','yes'),(129387,2768,'_billing_first_name','David'),(129388,2768,'_billing_last_name','Washburn'),(129389,2768,'_billing_company','Larada Sciences (LCA)'),(129390,2768,'_billing_address_1','4873 South State St.'),(129391,2768,'_billing_city','Murray'),(129392,2768,'_billing_state','UT'),(129393,2768,'_billing_postcode','84107'),(129394,2768,'_billing_country','US'),(129395,2768,'_billing_email','david@laradasciences.com'),(129396,2768,'_billing_phone','8019197428'),(129397,2768,'_shipping_first_name','David'),(129398,2768,'_shipping_last_name','Washburn'),(129399,2768,'_shipping_company','Larada Sciences (LCA)'),(129400,2768,'_shipping_address_1','4873 South State St.'),(129401,2768,'_shipping_city','Murray'),(129402,2768,'_shipping_state','UT'),(129403,2768,'_shipping_postcode','84107'),(129404,2768,'_shipping_country','US'),(129405,2768,'_order_currency','USD'),(129406,2768,'_cart_discount','0'),(129407,2768,'_cart_discount_tax','0'),(129408,2768,'_order_shipping','0'),(129409,2768,'_order_shipping_tax','0'),(129410,2768,'_order_tax','0'),(129411,2768,'_order_total','975.04'),(129412,2768,'_order_version','9.1.2'),(129413,2768,'_prices_include_tax','no'),(129414,2768,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(129415,2768,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(129416,2768,'is_vat_exempt','no'),(129417,2768,'_wc_order_attribution_source_type','typein'),(129418,2768,'_wc_order_attribution_utm_source','(direct)'),(129419,2768,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(129420,2768,'_wc_order_attribution_session_start_time','2024-07-11 21:53:00'),(129421,2768,'_wc_order_attribution_session_pages','5'),(129422,2768,'_wc_order_attribution_session_count','1'),(129423,2768,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129424,2768,'_wc_order_attribution_device_type','Desktop'),(129425,2768,'_oaw_varify_key','e2cea0ed5353a039b398'),(129480,2770,'_order_key','wc_order_eYl7500hlujdG'),(129481,2770,'_customer_user','60'),(129482,2770,'_payment_method','paypal'),(129483,2770,'_payment_method_title','PayPal'),(129484,2770,'_customer_ip_address','24.13.229.23'),(129485,2770,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(129486,2770,'_created_via','checkout'),(129487,2770,'_cart_hash','9951f2950183ca0fc3748ec50e4d8b0e'),(129488,2770,'_download_permissions_granted','yes'),(129489,2770,'_recorded_sales','yes'),(129490,2770,'_recorded_coupon_usage_counts','yes'),(129491,2770,'_new_order_email_sent','true'),(129492,2770,'_order_stock_reduced','yes'),(129493,2770,'_billing_first_name','Jill'),(129494,2770,'_billing_last_name','Leshtz'),(129495,2770,'_billing_company','Lice clinics of America-North Shore'),(129496,2770,'_billing_address_1','1580 Lancelot Avenue'),(129497,2770,'_billing_city','Highland park'),(129498,2770,'_billing_state','IL'),(129499,2770,'_billing_postcode','60035'),(129500,2770,'_billing_country','US'),(129501,2770,'_billing_email','jleshtz@gmail.com'),(129502,2770,'_billing_phone','8473639001'),(129503,2770,'_shipping_first_name','Jill'),(129504,2770,'_shipping_last_name','Leshtz'),(129505,2770,'_shipping_company','Lice clinics of America-North Shore'),(129506,2770,'_shipping_address_1','1580 Lancelot Avenue'),(129507,2770,'_shipping_city','Highland park'),(129508,2770,'_shipping_state','IL'),(129509,2770,'_shipping_postcode','60035'),(129510,2770,'_shipping_country','US'),(129511,2770,'_order_currency','USD'),(129512,2770,'_cart_discount','0'),(129513,2770,'_cart_discount_tax','0'),(129514,2770,'_order_shipping','0'),(129515,2770,'_order_shipping_tax','0'),(129516,2770,'_order_tax','0'),(129517,2770,'_order_total','1540.08'),(129518,2770,'_order_version','9.1.1'),(129519,2770,'_prices_include_tax','no'),(129520,2770,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(129521,2770,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(129522,2770,'is_vat_exempt','no'),(129523,2770,'_wc_order_attribution_source_type','referral'),(129524,2770,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(129525,2770,'_wc_order_attribution_utm_source','lcaportal.com'),(129526,2770,'_wc_order_attribution_utm_medium','referral'),(129527,2770,'_wc_order_attribution_utm_content','/'),(129528,2770,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129529,2770,'_wc_order_attribution_session_start_time','2024-07-12 04:49:01'),(129530,2770,'_wc_order_attribution_session_pages','8'),(129531,2770,'_wc_order_attribution_session_count','1'),(129532,2770,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(129533,2770,'_wc_order_attribution_device_type','Mobile'),(129534,2770,'Payment type','instant'),(129535,2770,'_paypal_status','completed'),(129536,2770,'_transaction_id','7HR33193PF107583N'),(129537,2770,'PayPal Transaction Fee','54.24'),(129538,2770,'_date_paid','1720760285'),(129539,2770,'_paid_date','2024-07-12 04:58:05'),(129540,2764,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220216\";s:12:\"date_shipped\";s:10:\"1720742400\";s:11:\"tracking_id\";s:32:\"bd22d135c338fd0878b7bea6dec6382d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220205\";s:12:\"date_shipped\";i:1720807327;s:11:\"tracking_id\";s:32:\"1c019cc8ab72de0a3bc22c2d8204cba5\";}}'),(129541,2764,'_date_completed','1720807330'),(129542,2764,'_completed_date','2024-07-12 18:02:10'),(129543,2767,'_edit_lock','1720807289:2'),(129544,2767,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220260\";s:12:\"date_shipped\";s:10:\"1720742400\";s:11:\"tracking_id\";s:32:\"f8065f53e29219ec2ad9582ac1a67c85\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220250\";s:12:\"date_shipped\";i:1720807408;s:11:\"tracking_id\";s:32:\"8820084c945865abac8a702f1892ca01\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220249\";s:12:\"date_shipped\";i:1720807413;s:11:\"tracking_id\";s:32:\"be224cee8b9034a57af25a0d2b872d38\";}}'),(129545,2767,'_edit_last','2'),(129546,2767,'_date_completed','1720807415'),(129547,2767,'_completed_date','2024-07-12 18:03:35'),(129548,2765,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220238\";s:12:\"date_shipped\";s:10:\"1720742400\";s:11:\"tracking_id\";s:32:\"9682673828663757b9805b992808cf85\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220227\";s:12:\"date_shipped\";i:1720807462;s:11:\"tracking_id\";s:32:\"6844c89b686ed1f500ea6018970be603\";}}'),(129549,2765,'_date_completed','1720807464'),(129550,2765,'_completed_date','2024-07-12 18:04:24'),(129551,2770,'_edit_lock','1720807751:2'),(129552,2770,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220330\";s:12:\"date_shipped\";s:10:\"1720742400\";s:11:\"tracking_id\";s:32:\"5c5c528e8eef3e689b6d57574e8748bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220320\";s:12:\"date_shipped\";i:1720807656;s:11:\"tracking_id\";s:32:\"af579de098e43de6d371b962f8ff4394\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220319\";s:12:\"date_shipped\";i:1720807662;s:11:\"tracking_id\";s:32:\"15ff4b3b27814d3408cb875e77b55d57\";}}'),(129553,2770,'_edit_last','2'),(129554,2770,'_date_completed','1720807663'),(129555,2770,'_completed_date','2024-07-12 18:07:43'),(129556,2771,'_order_key','wc_order_tjudtZAcw7zTH'),(129557,2771,'_customer_user','28'),(129558,2771,'_payment_method','paypal'),(129559,2771,'_payment_method_title','PayPal'),(129560,2771,'_customer_ip_address','172.115.255.171'),(129561,2771,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129562,2771,'_created_via','checkout'),(129563,2771,'_cart_hash','9e6018839d642da53328af78711482e4'),(129564,2771,'_download_permissions_granted','yes'),(129565,2771,'_recorded_sales','yes'),(129566,2771,'_recorded_coupon_usage_counts','yes'),(129567,2771,'_new_order_email_sent','true'),(129568,2771,'_order_stock_reduced','yes'),(129569,2771,'_billing_first_name','Kelli'),(129570,2771,'_billing_last_name','Washington'),(129571,2771,'_billing_company','Lice Clinics of America - Temecula'),(129572,2771,'_billing_address_1','2438 Bear Rock Gln.'),(129573,2771,'_billing_city','Escondido'),(129574,2771,'_billing_state','CA'),(129575,2771,'_billing_postcode','92026'),(129576,2771,'_billing_country','US'),(129577,2771,'_billing_email','info@liceclinicstemecula.com'),(129578,2771,'_billing_phone','7606255580'),(129579,2771,'_shipping_first_name','Kelli'),(129580,2771,'_shipping_last_name','Washington'),(129581,2771,'_shipping_company','Lice Clinics of America - Temecula'),(129582,2771,'_shipping_address_1','2438 Bear Rock Gln.'),(129583,2771,'_shipping_city','Escondido'),(129584,2771,'_shipping_state','CA'),(129585,2771,'_shipping_postcode','92026'),(129586,2771,'_shipping_country','US'),(129587,2771,'_order_currency','USD'),(129588,2771,'_cart_discount','0'),(129589,2771,'_cart_discount_tax','0'),(129590,2771,'_order_shipping','30.89'),(129591,2771,'_order_shipping_tax','0'),(129592,2771,'_order_tax','0'),(129593,2771,'_order_total','268.49'),(129594,2771,'_order_version','9.1.2'),(129595,2771,'_prices_include_tax','no'),(129596,2771,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(129597,2771,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln.  Escondido CA 92026 US '),(129598,2771,'is_vat_exempt','no'),(129599,2771,'_wc_order_attribution_source_type','typein'),(129600,2771,'_wc_order_attribution_utm_source','(direct)'),(129601,2771,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129602,2771,'_wc_order_attribution_session_start_time','2024-07-12 20:01:15'),(129603,2771,'_wc_order_attribution_session_pages','3'),(129604,2771,'_wc_order_attribution_session_count','1'),(129605,2771,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129606,2771,'_wc_order_attribution_device_type','Desktop'),(129607,2771,'Payment type','instant'),(129608,2771,'_paypal_status','completed'),(129609,2771,'_transaction_id','4P437316179666634'),(129610,2771,'PayPal Transaction Fee','9.86'),(129611,2771,'_date_paid','1720814548'),(129612,2771,'_paid_date','2024-07-12 20:02:28'),(129613,2772,'_order_key','wc_order_Q1PCuaBnuhbP6'),(129614,2772,'_customer_user','98'),(129615,2772,'_payment_method','paypal'),(129616,2772,'_payment_method_title','PayPal'),(129617,2772,'_customer_ip_address','24.62.247.50'),(129618,2772,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(129619,2772,'_created_via','checkout'),(129620,2772,'_cart_hash','df8af94507e7dd6f87d8a47621ead8b6'),(129621,2772,'_download_permissions_granted','yes'),(129622,2772,'_recorded_sales','yes'),(129623,2772,'_recorded_coupon_usage_counts','yes'),(129624,2772,'_new_order_email_sent','true'),(129625,2772,'_order_stock_reduced','yes'),(129626,2772,'_billing_first_name','Christine'),(129627,2772,'_billing_last_name','Cherry'),(129628,2772,'_billing_company','NITS END'),(129629,2772,'_billing_address_1','PO BOX 1092'),(129630,2772,'_billing_city','Campton'),(129631,2772,'_billing_state','NH'),(129632,2772,'_billing_postcode','03223'),(129633,2772,'_billing_country','US'),(129634,2772,'_billing_email','christine@liceclinicscolumbus.com'),(129635,2772,'_billing_phone','16034983390'),(129636,2772,'_shipping_first_name','Erica'),(129637,2772,'_shipping_last_name','Froggatt'),(129638,2772,'_shipping_company','LCA'),(129639,2772,'_shipping_address_1','5910 Wilcox Pl'),(129640,2772,'_shipping_address_2','suite E'),(129641,2772,'_shipping_city','Dublin'),(129642,2772,'_shipping_state','OH'),(129643,2772,'_shipping_postcode','43016'),(129644,2772,'_shipping_country','US'),(129645,2772,'_order_currency','USD'),(129646,2772,'_cart_discount','0'),(129647,2772,'_cart_discount_tax','0'),(129648,2772,'_order_shipping','0'),(129649,2772,'_order_shipping_tax','0'),(129650,2772,'_order_tax','0'),(129651,2772,'_order_total','714.00'),(129652,2772,'_order_version','9.1.2'),(129653,2772,'_prices_include_tax','no'),(129654,2772,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(129655,2772,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(129656,2772,'is_vat_exempt','no'),(129657,2772,'_wc_order_attribution_source_type','referral'),(129658,2772,'_wc_order_attribution_referrer','https://lcaportal.com/'),(129659,2772,'_wc_order_attribution_utm_source','lcaportal.com'),(129660,2772,'_wc_order_attribution_utm_medium','referral'),(129661,2772,'_wc_order_attribution_utm_content','/'),(129662,2772,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129663,2772,'_wc_order_attribution_session_start_time','2024-07-12 20:56:32'),(129664,2772,'_wc_order_attribution_session_pages','20'),(129665,2772,'_wc_order_attribution_session_count','8'),(129666,2772,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(129667,2772,'_wc_order_attribution_device_type','Desktop'),(129668,2772,'Payment type','instant'),(129669,2772,'_paypal_status','completed'),(129670,2772,'_transaction_id','1B504863TU116221B'),(129671,2772,'PayPal Transaction Fee','25.41'),(129672,2772,'_date_paid','1720818482'),(129673,2772,'_paid_date','2024-07-12 21:08:02'),(129674,2773,'_order_key','wc_order_7pI47cuOXWcSM'),(129675,2773,'_customer_user','60'),(129676,2773,'_payment_method','paypal'),(129677,2773,'_payment_method_title','PayPal'),(129678,2773,'_customer_ip_address','24.13.229.23'),(129679,2773,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(129680,2773,'_created_via','checkout'),(129681,2773,'_cart_hash','d0c1f598637aa64388a4375837ee1f2a'),(129682,2773,'_download_permissions_granted','yes'),(129683,2773,'_recorded_sales','yes'),(129684,2773,'_recorded_coupon_usage_counts','yes'),(129685,2773,'_new_order_email_sent','true'),(129686,2773,'_order_stock_reduced','yes'),(129687,2773,'_billing_first_name','Jill'),(129688,2773,'_billing_last_name','Leshtz'),(129689,2773,'_billing_company','Lice clinics of America-North Shore'),(129690,2773,'_billing_address_1','1580 Lancelot Avenue'),(129691,2773,'_billing_city','Highland park'),(129692,2773,'_billing_state','IL'),(129693,2773,'_billing_postcode','60035'),(129694,2773,'_billing_country','US'),(129695,2773,'_billing_email','jleshtz@gmail.com'),(129696,2773,'_billing_phone','8473639001'),(129697,2773,'_shipping_first_name','Jill'),(129698,2773,'_shipping_last_name','Leshtz'),(129699,2773,'_shipping_company','Lice clinics of America-North Shore'),(129700,2773,'_shipping_address_1','1580 Lancelot Avenue'),(129701,2773,'_shipping_city','Highland park'),(129702,2773,'_shipping_state','IL'),(129703,2773,'_shipping_postcode','60035'),(129704,2773,'_shipping_country','US'),(129705,2773,'_order_currency','USD'),(129706,2773,'_cart_discount','0'),(129707,2773,'_cart_discount_tax','0'),(129708,2773,'_order_shipping','22.56'),(129709,2773,'_order_shipping_tax','0'),(129710,2773,'_order_tax','0'),(129711,2773,'_order_total','22.56'),(129712,2773,'_order_version','9.1.2'),(129713,2773,'_prices_include_tax','no'),(129714,2773,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(129715,2773,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(129716,2773,'is_vat_exempt','no'),(129717,2773,'_wc_order_attribution_source_type','referral'),(129718,2773,'_wc_order_attribution_referrer','https://lcaportal.com/'),(129719,2773,'_wc_order_attribution_utm_source','lcaportal.com'),(129720,2773,'_wc_order_attribution_utm_medium','referral'),(129721,2773,'_wc_order_attribution_utm_content','/'),(129722,2773,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129723,2773,'_wc_order_attribution_session_start_time','2024-07-14 20:35:48'),(129724,2773,'_wc_order_attribution_session_pages','10'),(129725,2773,'_wc_order_attribution_session_count','1'),(129726,2773,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(129727,2773,'_wc_order_attribution_device_type','Desktop'),(129728,2773,'_oaw_varify_key','d3d89b0f31ca3d88280a'),(129729,2774,'_order_key','wc_order_YRzsYJbFxZIqT'),(129730,2774,'_customer_user','59'),(129731,2774,'_payment_method','paypal'),(129732,2774,'_payment_method_title','PayPal'),(129733,2774,'_customer_ip_address','174.170.117.96'),(129734,2774,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129735,2774,'_created_via','checkout'),(129736,2774,'_cart_hash','92f176e05019dbf509c9de68e6bf62d0'),(129737,2774,'_download_permissions_granted','yes'),(129738,2774,'_recorded_sales','yes'),(129739,2774,'_recorded_coupon_usage_counts','yes'),(129740,2774,'_new_order_email_sent','true'),(129741,2774,'_order_stock_reduced','yes'),(129742,2774,'_billing_first_name','Allison'),(129743,2774,'_billing_last_name','Anthon'),(129744,2774,'_billing_company','Lice Clinics of America Sugar Land'),(129745,2774,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(129746,2774,'_billing_address_2','Apt, suite, floor, etc.'),(129747,2774,'_billing_city','TOMBALL'),(129748,2774,'_billing_state','TX'),(129749,2774,'_billing_postcode','77375'),(129750,2774,'_billing_country','US'),(129751,2774,'_billing_email','louseysolutions@gmail.com'),(129752,2774,'_billing_phone','6024008520'),(129753,2774,'_shipping_first_name','Allison'),(129754,2774,'_shipping_last_name','Anthon'),(129755,2774,'_shipping_company','LCA Sugar Land'),(129756,2774,'_shipping_address_1','2831 Lakecrest River Dr.'),(129757,2774,'_shipping_city','Katy'),(129758,2774,'_shipping_state','TX'),(129759,2774,'_shipping_postcode','77493'),(129760,2774,'_shipping_country','US'),(129761,2774,'_order_currency','USD'),(129762,2774,'_cart_discount','0'),(129763,2774,'_cart_discount_tax','0'),(129764,2774,'_order_shipping','0'),(129765,2774,'_order_shipping_tax','0'),(129766,2774,'_order_tax','0'),(129767,2774,'_order_total','1198.78'),(129768,2774,'_order_version','9.1.2'),(129769,2774,'_prices_include_tax','no'),(129770,2774,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(129771,2774,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(129772,2774,'is_vat_exempt','no'),(129773,2774,'_wc_order_attribution_source_type','referral'),(129774,2774,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(129775,2774,'_wc_order_attribution_utm_source','lcaportal.com'),(129776,2774,'_wc_order_attribution_utm_medium','referral'),(129777,2774,'_wc_order_attribution_utm_content','/'),(129778,2774,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129779,2774,'_wc_order_attribution_session_start_time','2024-07-15 05:31:30'),(129780,2774,'_wc_order_attribution_session_pages','3'),(129781,2774,'_wc_order_attribution_session_count','1'),(129782,2774,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129783,2774,'_wc_order_attribution_device_type','Desktop'),(129784,2774,'_oaw_varify_key','0f56e66e83a2d635d2a8'),(129785,2775,'_order_key','wc_order_sOOCKzNlJO1i3'),(129786,2775,'_customer_user','54'),(129787,2775,'_payment_method','paypal'),(129788,2775,'_payment_method_title','PayPal'),(129789,2775,'_customer_ip_address','75.250.162.74'),(129790,2775,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(129791,2775,'_created_via','checkout'),(129792,2775,'_cart_hash','9597d82d9dfe67f234da421dc8fdf7c7'),(129793,2775,'_download_permissions_granted','yes'),(129794,2775,'_recorded_sales','yes'),(129795,2775,'_recorded_coupon_usage_counts','yes'),(129796,2775,'_new_order_email_sent','true'),(129797,2775,'_order_stock_reduced','yes'),(129798,2775,'_billing_first_name','Erin'),(129799,2775,'_billing_last_name','Hawn'),(129800,2775,'_billing_address_1','10 W Phillip Rd'),(129801,2775,'_billing_address_2','Suite 123'),(129802,2775,'_billing_city','Vernon Hills'),(129803,2775,'_billing_state','IL'),(129804,2775,'_billing_postcode','60061'),(129805,2775,'_billing_country','US'),(129806,2775,'_billing_email','info@liceclinicsvernonhills.com'),(129807,2775,'_billing_phone','8475960408'),(129808,2775,'_shipping_first_name','Erin'),(129809,2775,'_shipping_last_name','Hawn'),(129810,2775,'_shipping_address_1','1491 S Amarias Dr'),(129811,2775,'_shipping_city','Round lake'),(129812,2775,'_shipping_state','IL'),(129813,2775,'_shipping_postcode','60073'),(129814,2775,'_shipping_country','US'),(129815,2775,'_order_currency','USD'),(129816,2775,'_cart_discount','0'),(129817,2775,'_cart_discount_tax','0'),(129818,2775,'_order_shipping','0'),(129819,2775,'_order_shipping_tax','0'),(129820,2775,'_order_tax','0'),(129821,2775,'_order_total','764.26'),(129822,2775,'_order_version','9.1.2'),(129823,2775,'_prices_include_tax','no'),(129824,2775,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(129825,2775,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(129826,2775,'is_vat_exempt','no'),(129827,2775,'_wc_order_attribution_source_type','referral'),(129828,2775,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(129829,2775,'_wc_order_attribution_utm_source','com.google.android.gm'),(129830,2775,'_wc_order_attribution_utm_medium','referral'),(129831,2775,'_wc_order_attribution_utm_content','/'),(129832,2775,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129833,2775,'_wc_order_attribution_session_start_time','2024-07-15 11:01:02'),(129834,2775,'_wc_order_attribution_session_pages','3'),(129835,2775,'_wc_order_attribution_session_count','1'),(129836,2775,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(129837,2775,'_wc_order_attribution_device_type','Mobile'),(129838,2775,'Payment type','instant'),(129839,2775,'_paypal_status','completed'),(129840,2775,'_transaction_id','7EX582837E5151822'),(129841,2775,'PayPal Transaction Fee','27.16'),(129842,2775,'_date_paid','1721041469'),(129843,2775,'_paid_date','2024-07-15 11:04:29'),(129844,2771,'_edit_lock','1721156226:2'),(129845,2771,'_edit_last','2'),(129846,2772,'_edit_lock','1721156054:2'),(129847,2772,'_edit_last','2'),(129848,2774,'_edit_lock','1721416878:2'),(129849,2773,'_edit_lock','1721230496:2'),(129850,2774,'_edit_last','2'),(129851,2773,'_edit_last','2'),(129852,2768,'_edit_lock','1721416788:2'),(129853,2768,'_edit_last','2'),(129854,2775,'_edit_lock','1721147503:2'),(129861,2775,'_edit_last','2'),(129868,2773,'Payment type','instant'),(129869,2773,'_paypal_status','completed'),(129870,2773,'_transaction_id','0DR87085PD751953H'),(129871,2773,'PayPal Transaction Fee','1.28'),(129872,2773,'_date_paid','1721139615'),(129873,2773,'_paid_date','2024-07-16 14:20:15'),(129874,2775,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220606\";s:12:\"date_shipped\";i:1721147475;s:11:\"tracking_id\";s:32:\"442b1de3f8a17c4c35e1dd4ee04ec69c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220591\";s:12:\"date_shipped\";i:1721147482;s:11:\"tracking_id\";s:32:\"0d8391741b000b93cb5b3168678ed971\";}}'),(129875,2775,'_date_completed','1721147485'),(129876,2775,'_completed_date','2024-07-16 16:31:25'),(129877,2772,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220720\";s:12:\"date_shipped\";s:10:\"1721088000\";s:11:\"tracking_id\";s:32:\"6b469194c0925836e2ca6c9277e311f6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220710\";s:12:\"date_shipped\";i:1721156138;s:11:\"tracking_id\";s:32:\"983e66c72f4f75b4fdf147d5cacca05f\";}}'),(129878,2772,'_date_completed','1721156142'),(129879,2772,'_completed_date','2024-07-16 18:55:42'),(129880,2771,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220709\";s:12:\"date_shipped\";s:10:\"1721088000\";s:11:\"tracking_id\";s:32:\"037368e29ba0acf74d7ecc6124131d72\";}}'),(129881,2771,'_date_completed','1721156222'),(129882,2771,'_completed_date','2024-07-16 18:57:02'),(129883,2779,'_order_key','wc_order_bBFNWsowVj1jl'),(129884,2779,'_customer_user','87'),(129885,2779,'_payment_method','paypal'),(129886,2779,'_payment_method_title','PayPal'),(129887,2779,'_customer_ip_address','75.7.15.79'),(129888,2779,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129889,2779,'_created_via','checkout'),(129890,2779,'_cart_hash','989f741ec69e7d010ee17b1dbc90262b'),(129891,2779,'_download_permissions_granted','yes'),(129892,2779,'_recorded_sales','yes'),(129893,2779,'_recorded_coupon_usage_counts','yes'),(129894,2779,'_new_order_email_sent','true'),(129895,2779,'_order_stock_reduced','yes'),(129896,2779,'_billing_first_name','Wade'),(129897,2779,'_billing_last_name','Huntsman'),(129898,2779,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(129899,2779,'_billing_address_1','3421 E 21st'),(129900,2779,'_billing_city','Tulsa'),(129901,2779,'_billing_state','OK'),(129902,2779,'_billing_postcode','74114'),(129903,2779,'_billing_country','US'),(129904,2779,'_billing_email','info@liceclinicsmidsouth.com'),(129905,2779,'_billing_phone','9189783329'),(129906,2779,'_shipping_first_name','Katee'),(129907,2779,'_shipping_last_name','Morrison'),(129908,2779,'_shipping_company','Lice Clinics of America OKC'),(129909,2779,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(129910,2779,'_shipping_city','OKC'),(129911,2779,'_shipping_state','OK'),(129912,2779,'_shipping_postcode','73118'),(129913,2779,'_shipping_country','US'),(129914,2779,'_order_currency','USD'),(129915,2779,'_cart_discount','0'),(129916,2779,'_cart_discount_tax','0'),(129917,2779,'_order_shipping','0'),(129918,2779,'_order_shipping_tax','0'),(129919,2779,'_order_tax','0'),(129920,2779,'_order_total','629.92'),(129921,2779,'_order_version','9.1.2'),(129922,2779,'_prices_include_tax','no'),(129923,2779,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(129924,2779,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(129925,2779,'is_vat_exempt','no'),(129926,2779,'_wc_order_attribution_source_type','typein'),(129927,2779,'_wc_order_attribution_utm_source','(direct)'),(129928,2779,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129929,2779,'_wc_order_attribution_session_start_time','2024-07-16 19:01:17'),(129930,2779,'_wc_order_attribution_session_pages','7'),(129931,2779,'_wc_order_attribution_session_count','1'),(129932,2779,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129933,2779,'_wc_order_attribution_device_type','Desktop'),(129934,2779,'Payment type','instant'),(129935,2779,'_paypal_status','completed'),(129936,2779,'_transaction_id','4TM11609373813315'),(129937,2779,'PayPal Transaction Fee','22.47'),(129938,2779,'_date_paid','1721156878'),(129939,2779,'_paid_date','2024-07-16 19:07:58'),(129940,2780,'_order_key','wc_order_e23UFt2ljuEvZ'),(129941,2780,'_customer_user','87'),(129942,2780,'_payment_method','paypal'),(129943,2780,'_payment_method_title','PayPal'),(129944,2780,'_customer_ip_address','75.7.15.79'),(129945,2780,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129946,2780,'_created_via','checkout'),(129947,2780,'_cart_hash','36a64ae319419d2c863dece15391e578'),(129948,2780,'_download_permissions_granted','yes'),(129949,2780,'_recorded_sales','yes'),(129950,2780,'_recorded_coupon_usage_counts','yes'),(129951,2780,'_new_order_email_sent','true'),(129952,2780,'_order_stock_reduced','yes'),(129953,2780,'_billing_first_name','Wade'),(129954,2780,'_billing_last_name','Huntsman'),(129955,2780,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(129956,2780,'_billing_address_1','3421 E 21st'),(129957,2780,'_billing_city','Tulsa'),(129958,2780,'_billing_state','OK'),(129959,2780,'_billing_postcode','74114'),(129960,2780,'_billing_country','US'),(129961,2780,'_billing_email','info@liceclinicsmidsouth.com'),(129962,2780,'_billing_phone','9189783329'),(129963,2780,'_shipping_first_name','Wade'),(129964,2780,'_shipping_last_name','Huntsman'),(129965,2780,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(129966,2780,'_shipping_address_1','3421 E 21st'),(129967,2780,'_shipping_city','Tulsa'),(129968,2780,'_shipping_state','OK'),(129969,2780,'_shipping_postcode','74114'),(129970,2780,'_shipping_country','US'),(129971,2780,'_order_currency','USD'),(129972,2780,'_cart_discount','0'),(129973,2780,'_cart_discount_tax','0'),(129974,2780,'_order_shipping','0'),(129975,2780,'_order_shipping_tax','0'),(129976,2780,'_order_tax','0'),(129977,2780,'_order_total','1316.43'),(129978,2780,'_order_version','9.1.2'),(129979,2780,'_prices_include_tax','no'),(129980,2780,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(129981,2780,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(129982,2780,'is_vat_exempt','no'),(129983,2780,'_wc_order_attribution_source_type','typein'),(129984,2780,'_wc_order_attribution_utm_source','(direct)'),(129985,2780,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(129986,2780,'_wc_order_attribution_session_start_time','2024-07-16 19:01:17'),(129987,2780,'_wc_order_attribution_session_pages','4'),(129988,2780,'_wc_order_attribution_session_count','2'),(129989,2780,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(129990,2780,'_wc_order_attribution_device_type','Desktop'),(129991,2780,'Payment type','instant'),(129992,2780,'_paypal_status','completed'),(129993,2780,'_transaction_id','937518022A8412606'),(129994,2780,'PayPal Transaction Fee','46.43'),(129995,2780,'_date_paid','1721163865'),(129996,2780,'_paid_date','2024-07-16 21:04:25'),(129997,2774,'Payment type','instant'),(129998,2774,'_paypal_status','completed'),(129999,2774,'_transaction_id','4GV412800K465211P'),(130000,2774,'PayPal Transaction Fee','42.33'),(130001,2774,'_date_paid','1721164269'),(130002,2774,'_paid_date','2024-07-16 21:11:09'),(130003,2781,'_order_key','wc_order_2TV9cbqvOyFrS'),(130004,2781,'_customer_user','87'),(130005,2781,'_payment_method','paypal'),(130006,2781,'_payment_method_title','PayPal'),(130007,2781,'_customer_ip_address','75.7.15.79'),(130008,2781,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(130009,2781,'_created_via','checkout'),(130010,2781,'_cart_hash','6884d2e17ffb08f253f29fe88579ece7'),(130011,2781,'_download_permissions_granted','yes'),(130012,2781,'_recorded_sales','yes'),(130013,2781,'_recorded_coupon_usage_counts','yes'),(130014,2781,'_new_order_email_sent','true'),(130015,2781,'_order_stock_reduced','yes'),(130016,2781,'_billing_first_name','Wade'),(130017,2781,'_billing_last_name','Huntsman'),(130018,2781,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(130019,2781,'_billing_address_1','3421 E 21st'),(130020,2781,'_billing_city','Tulsa'),(130021,2781,'_billing_state','OK'),(130022,2781,'_billing_postcode','74114'),(130023,2781,'_billing_country','US'),(130024,2781,'_billing_email','info@liceclinicsmidsouth.com'),(130025,2781,'_billing_phone','9189783329'),(130026,2781,'_shipping_first_name','Logan'),(130027,2781,'_shipping_last_name','Futrell'),(130028,2781,'_shipping_company','Lice Clinics of America NWA'),(130029,2781,'_shipping_address_1','203 Tricha Circle Unit B'),(130030,2781,'_shipping_city','Gravette'),(130031,2781,'_shipping_state','AR'),(130032,2781,'_shipping_postcode','72736'),(130033,2781,'_shipping_country','US'),(130034,2781,'_order_currency','USD'),(130035,2781,'_cart_discount','0'),(130036,2781,'_cart_discount_tax','0'),(130037,2781,'_order_shipping','0'),(130038,2781,'_order_shipping_tax','0'),(130039,2781,'_order_tax','0'),(130040,2781,'_order_total','895.42'),(130041,2781,'_order_version','9.1.2'),(130042,2781,'_prices_include_tax','no'),(130043,2781,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(130044,2781,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(130045,2781,'is_vat_exempt','no'),(130046,2781,'_wc_order_attribution_source_type','typein'),(130047,2781,'_wc_order_attribution_utm_source','(direct)'),(130048,2781,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130049,2781,'_wc_order_attribution_session_start_time','2024-07-16 19:01:17'),(130050,2781,'_wc_order_attribution_session_pages','8'),(130051,2781,'_wc_order_attribution_session_count','2'),(130052,2781,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(130053,2781,'_wc_order_attribution_device_type','Desktop'),(130054,2781,'Payment type','instant'),(130055,2781,'_paypal_status','completed'),(130056,2781,'_transaction_id','19E51141B7640013L'),(130057,2781,'PayPal Transaction Fee','31.74'),(130058,2781,'_date_paid','1721164521'),(130059,2781,'_paid_date','2024-07-16 21:15:21'),(130061,2782,'_order_key','wc_order_iiUYIj2Tc8mzk'),(130062,2782,'_customer_user','76'),(130063,2782,'_payment_method','paypal'),(130064,2782,'_payment_method_title','PayPal'),(130065,2782,'_customer_ip_address','146.115.131.163'),(130066,2782,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130067,2782,'_created_via','checkout'),(130068,2782,'_cart_hash','546e9f0ef40893dda6120b59795c8699'),(130069,2782,'_download_permissions_granted','yes'),(130070,2782,'_recorded_sales','yes'),(130071,2782,'_recorded_coupon_usage_counts','yes'),(130072,2782,'_new_order_email_sent','true'),(130073,2782,'_order_stock_reduced','yes'),(130074,2782,'_billing_first_name','Naomi'),(130075,2782,'_billing_last_name','Golden'),(130076,2782,'_billing_company','LCA'),(130077,2782,'_billing_address_1','31 Mann Ave'),(130078,2782,'_billing_city','Needham'),(130079,2782,'_billing_state','MA'),(130080,2782,'_billing_postcode','02492'),(130081,2782,'_billing_country','US'),(130082,2782,'_billing_email','nrgolden6486@gmail.com'),(130083,2782,'_billing_phone','617-851-1322'),(130084,2782,'_shipping_first_name','Naomi'),(130085,2782,'_shipping_last_name','Golden'),(130086,2782,'_shipping_company','LCA'),(130087,2782,'_shipping_address_1','1349 Centre Street'),(130088,2782,'_shipping_address_2','Facing Trowbridge'),(130089,2782,'_shipping_city','Newton'),(130090,2782,'_shipping_state','MA'),(130091,2782,'_shipping_postcode','02459'),(130092,2782,'_shipping_country','US'),(130093,2782,'_order_currency','USD'),(130094,2782,'_cart_discount','0'),(130095,2782,'_cart_discount_tax','0'),(130096,2782,'_order_shipping','0'),(130097,2782,'_order_shipping_tax','0'),(130098,2782,'_order_tax','0'),(130099,2782,'_order_total','504.36'),(130100,2782,'_order_version','9.1.2'),(130101,2782,'_prices_include_tax','no'),(130102,2782,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(130103,2782,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(130104,2782,'is_vat_exempt','no'),(130105,2782,'_wc_order_attribution_source_type','typein'),(130106,2782,'_wc_order_attribution_utm_source','(direct)'),(130107,2782,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130108,2782,'_wc_order_attribution_session_start_time','2024-07-16 21:16:03'),(130109,2782,'_wc_order_attribution_session_pages','15'),(130110,2782,'_wc_order_attribution_session_count','1'),(130111,2782,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130112,2782,'_wc_order_attribution_device_type','Desktop'),(130113,2782,'Payment type','instant'),(130114,2782,'_paypal_status','completed'),(130115,2782,'_transaction_id','2BW246609G460470B'),(130116,2782,'PayPal Transaction Fee','18.09'),(130117,2782,'_date_paid','1721164996'),(130118,2782,'_paid_date','2024-07-16 21:23:16'),(130119,2779,'_edit_lock','1721277340:2'),(130120,2780,'_edit_lock','1721277405:2'),(130121,2781,'_edit_lock','1721277718:2'),(130122,2782,'_edit_lock','1721277805:2'),(130123,2779,'_edit_last','2'),(130124,2780,'_edit_last','2'),(130125,2781,'_edit_last','2'),(130126,2782,'_edit_last','2'),(130127,2783,'_order_key','wc_order_HGFpuNJdU3SXe'),(130128,2783,'_customer_user','50'),(130129,2783,'_payment_method','paypal'),(130130,2783,'_payment_method_title','PayPal'),(130131,2783,'_customer_ip_address','24.62.247.50'),(130132,2783,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130133,2783,'_created_via','checkout'),(130134,2783,'_cart_hash','4e5ae0e2082032cee999b672822690fc'),(130135,2783,'_download_permissions_granted','yes'),(130136,2783,'_recorded_sales','yes'),(130137,2783,'_recorded_coupon_usage_counts','yes'),(130138,2783,'_new_order_email_sent','true'),(130139,2783,'_order_stock_reduced','yes'),(130140,2783,'_billing_first_name','Christine'),(130141,2783,'_billing_last_name','Cherry'),(130142,2783,'_billing_company','NITS END'),(130143,2783,'_billing_address_1','PO BOX 1092'),(130144,2783,'_billing_city','Campton'),(130145,2783,'_billing_state','NH'),(130146,2783,'_billing_postcode','03223'),(130147,2783,'_billing_country','US'),(130148,2783,'_billing_email','info@liceclinicsplaistow.com'),(130149,2783,'_billing_phone','16034983390'),(130150,2783,'_shipping_first_name','Christine'),(130151,2783,'_shipping_last_name','Cherry'),(130152,2783,'_shipping_company','C/O Linda Brann LCA/Nits End'),(130153,2783,'_shipping_address_1','16 Toppan Dr'),(130154,2783,'_shipping_city','Gorham'),(130155,2783,'_shipping_state','ME'),(130156,2783,'_shipping_postcode','04038'),(130157,2783,'_shipping_country','US'),(130158,2783,'_order_currency','USD'),(130159,2783,'_cart_discount','0'),(130160,2783,'_cart_discount_tax','0'),(130161,2783,'_order_shipping','0'),(130162,2783,'_order_shipping_tax','0'),(130163,2783,'_order_tax','0'),(130164,2783,'_order_total','1332.78'),(130165,2783,'_order_version','9.1.2'),(130166,2783,'_prices_include_tax','no'),(130167,2783,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(130168,2783,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(130169,2783,'is_vat_exempt','no'),(130170,2783,'_wc_order_attribution_source_type','referral'),(130171,2783,'_wc_order_attribution_referrer','https://lcaportal.com/'),(130172,2783,'_wc_order_attribution_utm_source','lcaportal.com'),(130173,2783,'_wc_order_attribution_utm_medium','referral'),(130174,2783,'_wc_order_attribution_utm_content','/'),(130175,2783,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130176,2783,'_wc_order_attribution_session_start_time','2024-07-16 23:56:20'),(130177,2783,'_wc_order_attribution_session_pages','4'),(130178,2783,'_wc_order_attribution_session_count','10'),(130179,2783,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130180,2783,'_wc_order_attribution_device_type','Desktop'),(130181,2783,'Payment type','instant'),(130182,2783,'_paypal_status','completed'),(130183,2783,'_transaction_id','4J754724EV656980R'),(130184,2783,'PayPal Transaction Fee','47.00'),(130185,2783,'_date_paid','1721174385'),(130186,2783,'_paid_date','2024-07-16 23:59:45'),(130187,2773,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220878\";s:12:\"date_shipped\";s:10:\"1721174400\";s:11:\"tracking_id\";s:32:\"28ac56b246b35df8ccfabbb697aaec67\";}}'),(130188,2773,'_date_completed','1721230623'),(130189,2773,'_completed_date','2024-07-17 15:37:03'),(130190,2784,'_order_key','wc_order_LyCAlcY4r4IMY'),(130191,2784,'_customer_user','6'),(130192,2784,'_payment_method','paypal'),(130193,2784,'_payment_method_title','PayPal'),(130194,2784,'_customer_ip_address','24.23.11.137'),(130195,2784,'_customer_user_agent','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'),(130196,2784,'_created_via','checkout'),(130197,2784,'_cart_hash','ac7e5cfe6df97a5e0ce1326ade037c9f'),(130198,2784,'_download_permissions_granted','yes'),(130199,2784,'_recorded_sales','yes'),(130200,2784,'_recorded_coupon_usage_counts','yes'),(130201,2784,'_new_order_email_sent','true'),(130202,2784,'_order_stock_reduced','yes'),(130203,2784,'_billing_first_name','Amira'),(130204,2784,'_billing_last_name','Purto'),(130205,2784,'_billing_address_1','2520 Chandon Circle'),(130206,2784,'_billing_city','Modesto'),(130207,2784,'_billing_state','CA'),(130208,2784,'_billing_postcode','95355'),(130209,2784,'_billing_country','US'),(130210,2784,'_billing_email','amira77@sbcglobal.net'),(130211,2784,'_billing_phone','2096422061'),(130212,2784,'_shipping_first_name','Amira'),(130213,2784,'_shipping_last_name','Purto'),(130214,2784,'_shipping_address_1','2520 Chandon Circle'),(130215,2784,'_shipping_city','Modesto'),(130216,2784,'_shipping_state','CA'),(130217,2784,'_shipping_postcode','95355'),(130218,2784,'_shipping_country','US'),(130219,2784,'_order_currency','USD'),(130220,2784,'_cart_discount','0'),(130221,2784,'_cart_discount_tax','0'),(130222,2784,'_order_shipping','0'),(130223,2784,'_order_shipping_tax','0'),(130224,2784,'_order_tax','0'),(130225,2784,'_order_total','1133.38'),(130226,2784,'_order_version','9.1.2'),(130227,2784,'_prices_include_tax','no'),(130228,2784,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(130229,2784,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(130230,2784,'is_vat_exempt','no'),(130231,2784,'_wc_order_attribution_source_type','typein'),(130232,2784,'_wc_order_attribution_utm_source','(direct)'),(130233,2784,'_wc_order_attribution_utm_source_platform',''),(130234,2784,'_wc_order_attribution_utm_creative_format',''),(130235,2784,'_wc_order_attribution_utm_marketing_tactic',''),(130236,2784,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130237,2784,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(130238,2784,'_wc_order_attribution_session_pages','4'),(130239,2784,'_wc_order_attribution_session_count','9'),(130240,2784,'_wc_order_attribution_user_agent','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'),(130241,2784,'_wc_order_attribution_device_type','Desktop'),(130242,2784,'Payment type','instant'),(130243,2784,'_paypal_status','completed'),(130244,2784,'_transaction_id','1B24057521561802W'),(130245,2784,'PayPal Transaction Fee','40.04'),(130246,2784,'_date_paid','1721240606'),(130247,2784,'_paid_date','2024-07-17 18:23:26'),(130248,2768,'Payment type','instant'),(130249,2768,'_paypal_status','completed'),(130250,2768,'_transaction_id','5BY721401J254942M'),(130251,2768,'PayPal Transaction Fee','34.52'),(130252,2768,'_date_paid','1721257291'),(130253,2768,'_paid_date','2024-07-17 23:01:31'),(130254,2779,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221006\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"1e41612a0d71488cf393bcd065e6db4a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220992\";s:12:\"date_shipped\";i:1721277439;s:11:\"tracking_id\";s:32:\"6ed3a77ab7b54705f8a0c6899865401a\";}}'),(130255,2779,'_date_completed','1721277463'),(130256,2779,'_completed_date','2024-07-18 04:37:43'),(130257,2780,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992220992\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"826d7f51e24fb6a04fcb0f66980f8c4e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221040\";s:12:\"date_shipped\";i:1721277512;s:11:\"tracking_id\";s:32:\"3e1a9ed7d084e1ce4f5a63d9a893a9a4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221039\";s:12:\"date_shipped\";i:1721277518;s:11:\"tracking_id\";s:32:\"2d6a8dac0522bdabd2191eb4b82a0697\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221028\";s:12:\"date_shipped\";i:1721277525;s:11:\"tracking_id\";s:32:\"bccf4641c5bab7bc0d31e23dcb636c17\";}}'),(130258,2780,'_date_completed','1721277529'),(130259,2780,'_completed_date','2024-07-18 04:38:49'),(130260,2783,'_edit_lock','1721277679:2'),(130261,2783,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221164\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"d4e36b6df47d42356c7d61e9f904cf49\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221153\";s:12:\"date_shipped\";i:1721277629;s:11:\"tracking_id\";s:32:\"eeb02079bb18b802aa0a49a489f1dd73\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221142\";s:12:\"date_shipped\";i:1721277636;s:11:\"tracking_id\";s:32:\"ffabb3ddfd3b70edbb2aa94d15015410\";}}'),(130262,2783,'_edit_last','2'),(130263,2783,'_date_completed','1721277646'),(130264,2783,'_completed_date','2024-07-18 04:40:46'),(130265,2781,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221083\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"cb5c52c7cf3297d4eb467116b9cd5534\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221072\";s:12:\"date_shipped\";i:1721277819;s:11:\"tracking_id\";s:32:\"37ee49fc2666d70c003aa0536cc685a2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221061\";s:12:\"date_shipped\";i:1721277835;s:11:\"tracking_id\";s:32:\"55c458090591b9941fcfdc6870642bb6\";}}'),(130266,2781,'_date_completed','1721277837'),(130267,2781,'_completed_date','2024-07-18 04:43:57'),(130268,2782,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221109\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"21b2e271bb73744a856ea2e976e414ff\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221094\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"1341a333f039bb1cecc9e280ed9ad6cc\";}}'),(130269,2782,'_date_completed','1721277898'),(130270,2782,'_completed_date','2024-07-18 04:44:58'),(130271,2784,'_edit_lock','1721277892:2'),(130272,2784,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221212\";s:12:\"date_shipped\";s:10:\"1721260800\";s:11:\"tracking_id\";s:32:\"fa8a7e4423d2c6c77ef1c5795179702e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221201\";s:12:\"date_shipped\";i:1721278000;s:11:\"tracking_id\";s:32:\"a0bf5eacbff43a106efa25218cc9943b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221197\";s:12:\"date_shipped\";i:1721278007;s:11:\"tracking_id\";s:32:\"18fad70fcac205df7aa036a1891f0b26\";}}'),(130273,2784,'_edit_last','2'),(130274,2784,'_date_completed','1721278011'),(130275,2784,'_completed_date','2024-07-18 04:46:51'),(130276,2785,'_order_key','wc_order_oIVdFODhazu6v'),(130277,2785,'_customer_user','76'),(130278,2785,'_payment_method','paypal'),(130279,2785,'_payment_method_title','PayPal'),(130280,2785,'_customer_ip_address','66.31.192.192'),(130281,2785,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130282,2785,'_created_via','checkout'),(130283,2785,'_cart_hash','33a4d1839301ca88c02bd251e4042f84'),(130284,2785,'_download_permissions_granted','yes'),(130285,2785,'_recorded_sales','yes'),(130286,2785,'_recorded_coupon_usage_counts','yes'),(130287,2785,'_new_order_email_sent','true'),(130288,2785,'_order_stock_reduced','yes'),(130289,2785,'_billing_first_name','Naomi'),(130290,2785,'_billing_last_name','Golden'),(130291,2785,'_billing_company','LCA'),(130292,2785,'_billing_address_1','31 Mann Ave'),(130293,2785,'_billing_city','Needham'),(130294,2785,'_billing_state','MA'),(130295,2785,'_billing_postcode','02492'),(130296,2785,'_billing_country','US'),(130297,2785,'_billing_email','nrgolden6486@gmail.com'),(130298,2785,'_billing_phone','617-851-1322'),(130299,2785,'_shipping_first_name','Naomi'),(130300,2785,'_shipping_last_name','Golden'),(130301,2785,'_shipping_company','LCA'),(130302,2785,'_shipping_address_1','111 Center Street'),(130303,2785,'_shipping_address_2','LCA- DO NOT LEAVE with New Concepts Hair Salon'),(130304,2785,'_shipping_city','Middleborough'),(130305,2785,'_shipping_state','MA'),(130306,2785,'_shipping_postcode','02346'),(130307,2785,'_shipping_country','US'),(130308,2785,'_order_currency','USD'),(130309,2785,'_cart_discount','0'),(130310,2785,'_cart_discount_tax','0'),(130311,2785,'_order_shipping','0'),(130312,2785,'_order_shipping_tax','0'),(130313,2785,'_order_tax','0'),(130314,2785,'_order_total','550.96'),(130315,2785,'_order_version','9.1.2'),(130316,2785,'_prices_include_tax','no'),(130317,2785,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(130318,2785,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA- DO NOT LEAVE with New Concepts Hair Salon Middleborough MA 02346 US '),(130319,2785,'is_vat_exempt','no'),(130320,2785,'_wc_order_attribution_source_type','typein'),(130321,2785,'_wc_order_attribution_utm_source','(direct)'),(130322,2785,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130323,2785,'_wc_order_attribution_session_start_time','2024-07-18 17:31:11'),(130324,2785,'_wc_order_attribution_session_pages','7'),(130325,2785,'_wc_order_attribution_session_count','1'),(130326,2785,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130327,2785,'_wc_order_attribution_device_type','Desktop'),(130328,2785,'Payment type','instant'),(130329,2785,'_paypal_status','completed'),(130330,2785,'_transaction_id','0BF40697229901706'),(130331,2785,'PayPal Transaction Fee','19.72'),(130332,2785,'_date_paid','1721324168'),(130333,2785,'_paid_date','2024-07-18 17:36:08'),(130389,2787,'_order_key','wc_order_znR40ZTyBiLhM'),(130390,2787,'_customer_user','78'),(130391,2787,'_payment_method','paypal'),(130392,2787,'_payment_method_title','PayPal'),(130393,2787,'_customer_ip_address','100.2.208.35'),(130394,2787,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(130395,2787,'_created_via','checkout'),(130396,2787,'_cart_hash','25d440e2ca495540631dd9f122dd2a66'),(130397,2787,'_download_permissions_granted','yes'),(130398,2787,'_recorded_sales','yes'),(130399,2787,'_recorded_coupon_usage_counts','yes'),(130400,2787,'_new_order_email_sent','true'),(130401,2787,'_order_stock_reduced','yes'),(130402,2787,'_billing_first_name','Richard'),(130403,2787,'_billing_last_name','Florsheim'),(130404,2787,'_billing_company','Licura'),(130405,2787,'_billing_address_1','3827 w fairway heights dr'),(130406,2787,'_billing_city','Mequon'),(130407,2787,'_billing_state','NY'),(130408,2787,'_billing_postcode','53092'),(130409,2787,'_billing_country','US'),(130410,2787,'_billing_email','tara@liceclinicslongIsland.com'),(130411,2787,'_billing_phone','5619006382'),(130412,2787,'_shipping_first_name','Tara'),(130413,2787,'_shipping_last_name','johnson'),(130414,2787,'_shipping_company','LCA'),(130415,2787,'_shipping_address_1','152 84th st'),(130416,2787,'_shipping_address_2','1J'),(130417,2787,'_shipping_city','Ny'),(130418,2787,'_shipping_state','NY'),(130419,2787,'_shipping_postcode','10028'),(130420,2787,'_shipping_country','US'),(130421,2787,'_order_currency','USD'),(130422,2787,'_cart_discount','0'),(130423,2787,'_cart_discount_tax','0'),(130424,2787,'_order_shipping','16.73'),(130425,2787,'_order_shipping_tax','0'),(130426,2787,'_order_tax','0'),(130427,2787,'_order_total','131.61'),(130428,2787,'_order_version','9.1.2'),(130429,2787,'_prices_include_tax','no'),(130430,2787,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(130431,2787,'_shipping_address_index','Tara johnson LCA 152 84th st 1J Ny NY 10028 US '),(130432,2787,'is_vat_exempt','no'),(130433,2787,'_wc_order_attribution_source_type','referral'),(130434,2787,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(130435,2787,'_wc_order_attribution_utm_source','lcaportal.com'),(130436,2787,'_wc_order_attribution_utm_medium','referral'),(130437,2787,'_wc_order_attribution_utm_content','/'),(130438,2787,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130439,2787,'_wc_order_attribution_session_start_time','2024-07-19 00:26:02'),(130440,2787,'_wc_order_attribution_session_pages','9'),(130441,2787,'_wc_order_attribution_session_count','1'),(130442,2787,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(130443,2787,'_wc_order_attribution_device_type','Mobile'),(130444,2787,'Payment type','instant'),(130445,2787,'_paypal_status','completed'),(130446,2787,'_transaction_id','8PX22452FF0468516'),(130447,2787,'PayPal Transaction Fee','5.08'),(130448,2787,'_date_paid','1721349041'),(130449,2787,'_paid_date','2024-07-19 00:30:41'),(130450,2788,'_order_key','wc_order_Ge3zuJjMCcdVs'),(130451,2788,'_customer_user','67'),(130452,2788,'_payment_method','paypal'),(130453,2788,'_payment_method_title','PayPal'),(130454,2788,'_customer_ip_address','67.251.108.158'),(130455,2788,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(130456,2788,'_created_via','checkout'),(130457,2788,'_cart_hash','5c38dda13e4dff8aded83b223c2c5694'),(130458,2788,'_download_permissions_granted','yes'),(130459,2788,'_recorded_sales','yes'),(130460,2788,'_recorded_coupon_usage_counts','yes'),(130461,2788,'_new_order_email_sent','true'),(130462,2788,'_order_stock_reduced','yes'),(130463,2788,'_billing_first_name','Marnie'),(130464,2788,'_billing_last_name','Murray'),(130465,2788,'_billing_company','Naughty Nits'),(130466,2788,'_billing_address_1','2809 Wehrle Drive'),(130467,2788,'_billing_address_2','Suite 10'),(130468,2788,'_billing_city','Williamsville'),(130469,2788,'_billing_state','NY'),(130470,2788,'_billing_postcode','14221'),(130471,2788,'_billing_country','US'),(130472,2788,'_billing_email','liceclinicsupstateny@gmail.com'),(130473,2788,'_billing_phone','7166265423'),(130474,2788,'_shipping_first_name','Marnie'),(130475,2788,'_shipping_last_name','Murray'),(130476,2788,'_shipping_company','LCA Buffalo'),(130477,2788,'_shipping_address_1','2809 Wehrle Drive'),(130478,2788,'_shipping_address_2','Suite 10'),(130479,2788,'_shipping_city','Williamsville'),(130480,2788,'_shipping_state','NY'),(130481,2788,'_shipping_postcode','14221'),(130482,2788,'_shipping_country','US'),(130483,2788,'_order_currency','USD'),(130484,2788,'_cart_discount','0'),(130485,2788,'_cart_discount_tax','0'),(130486,2788,'_order_shipping','0'),(130487,2788,'_order_shipping_tax','0'),(130488,2788,'_order_tax','0'),(130489,2788,'_order_total','1931.03'),(130490,2788,'_order_version','9.1.2'),(130491,2788,'_prices_include_tax','no'),(130492,2788,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(130493,2788,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(130494,2788,'is_vat_exempt','no'),(130495,2788,'_wc_order_attribution_source_type','referral'),(130496,2788,'_wc_order_attribution_referrer','https://lcaportal.com/'),(130497,2788,'_wc_order_attribution_utm_source','lcaportal.com'),(130498,2788,'_wc_order_attribution_utm_medium','referral'),(130499,2788,'_wc_order_attribution_utm_content','/'),(130500,2788,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130501,2788,'_wc_order_attribution_session_start_time','2024-07-19 12:38:25'),(130502,2788,'_wc_order_attribution_session_pages','1'),(130503,2788,'_wc_order_attribution_session_count','12'),(130504,2788,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(130505,2788,'_wc_order_attribution_device_type','Desktop'),(130506,2788,'Payment type','instant'),(130507,2788,'_paypal_status','completed'),(130508,2788,'_transaction_id','0LJ19601SL520751T'),(130509,2788,'PayPal Transaction Fee','67.88'),(130510,2788,'_date_paid','1721400083'),(130511,2788,'_paid_date','2024-07-19 14:41:23'),(130512,2789,'_order_key','wc_order_o7yWwAWlqoMoP'),(130513,2789,'_customer_user','76'),(130514,2789,'_payment_method','paypal'),(130515,2789,'_payment_method_title','PayPal'),(130516,2789,'_customer_ip_address','174.168.81.180'),(130517,2789,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130518,2789,'_created_via','checkout'),(130519,2789,'_cart_hash','a2df4510133abf1eee9d308a8381230a'),(130520,2789,'_download_permissions_granted','yes'),(130521,2789,'_recorded_sales','yes'),(130522,2789,'_recorded_coupon_usage_counts','yes'),(130523,2789,'_new_order_email_sent','true'),(130524,2789,'_order_stock_reduced','yes'),(130525,2789,'_billing_first_name','Naomi'),(130526,2789,'_billing_last_name','Golden'),(130527,2789,'_billing_company','LCA'),(130528,2789,'_billing_address_1','31 Mann Ave'),(130529,2789,'_billing_city','Needham'),(130530,2789,'_billing_state','MA'),(130531,2789,'_billing_postcode','02492'),(130532,2789,'_billing_country','US'),(130533,2789,'_billing_email','nrgolden6486@gmail.com'),(130534,2789,'_billing_phone','617-851-1322'),(130535,2789,'_shipping_first_name','Naomi'),(130536,2789,'_shipping_last_name','Golden'),(130537,2789,'_shipping_company','LCA'),(130538,2789,'_shipping_address_1','3 Baldwin Green Common'),(130539,2789,'_shipping_address_2','Suite 310'),(130540,2789,'_shipping_city','Woburn'),(130541,2789,'_shipping_state','MA'),(130542,2789,'_shipping_postcode','01801'),(130543,2789,'_shipping_country','US'),(130544,2789,'_order_currency','USD'),(130545,2789,'_cart_discount','0'),(130546,2789,'_cart_discount_tax','0'),(130547,2789,'_order_shipping','0'),(130548,2789,'_order_shipping_tax','0'),(130549,2789,'_order_tax','0'),(130550,2789,'_order_total','518.64'),(130551,2789,'_order_version','9.1.2'),(130552,2789,'_prices_include_tax','no'),(130553,2789,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(130554,2789,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(130555,2789,'is_vat_exempt','no'),(130556,2789,'_wc_order_attribution_source_type','typein'),(130557,2789,'_wc_order_attribution_utm_source','(direct)'),(130558,2789,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130559,2789,'_wc_order_attribution_session_start_time','2024-07-19 17:20:08'),(130560,2789,'_wc_order_attribution_session_pages','11'),(130561,2789,'_wc_order_attribution_session_count','1'),(130562,2789,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(130563,2789,'_wc_order_attribution_device_type','Desktop'),(130564,2789,'Payment type','instant'),(130565,2789,'_paypal_status','completed'),(130566,2789,'_transaction_id','9D955822421436212'),(130567,2789,'PayPal Transaction Fee','18.59'),(130568,2789,'_date_paid','1721409876'),(130569,2789,'_paid_date','2024-07-19 17:24:36'),(130570,2768,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221418\";s:12:\"date_shipped\";s:10:\"1721347200\";s:11:\"tracking_id\";s:32:\"23bd9d8da8018b868f4bee3724373db7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221407\";s:12:\"date_shipped\";i:1721416780;s:11:\"tracking_id\";s:32:\"de20e9f17c969dc9454ec0ce10dcbd8b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221392\";s:12:\"date_shipped\";i:1721416785;s:11:\"tracking_id\";s:32:\"3ea9fc1a20148793b8005c272f059719\";}}'),(130571,2768,'_date_completed','1721416786'),(130572,2768,'_completed_date','2024-07-19 19:19:46'),(130573,2785,'_edit_lock','1721416688:2'),(130574,2785,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221430\";s:12:\"date_shipped\";s:10:\"1721347200\";s:11:\"tracking_id\";s:32:\"1e0d6d79b06478da47164432af6fc7a1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221429\";s:12:\"date_shipped\";i:1721416825;s:11:\"tracking_id\";s:32:\"2c9d25e2cf63b90bb289b40139d1116b\";}}'),(130575,2785,'_edit_last','2'),(130576,2785,'_date_completed','1721416827'),(130577,2785,'_completed_date','2024-07-19 19:20:27'),(130578,2774,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221532\";s:12:\"date_shipped\";s:10:\"1721347200\";s:11:\"tracking_id\";s:32:\"080bb9c63c54ae63f5287c7a27ca223e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221521\";s:12:\"date_shipped\";i:1721416855;s:11:\"tracking_id\";s:32:\"ee26b303078612d1e1d3e457f1afee48\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221510\";s:12:\"date_shipped\";i:1721416860;s:11:\"tracking_id\";s:32:\"81251852b4e9d4bca454cb9ab3790f73\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221500\";s:12:\"date_shipped\";i:1721416865;s:11:\"tracking_id\";s:32:\"7293ae8ef7d61c2f33ed66cc67f47a1a\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221495\";s:12:\"date_shipped\";i:1721416871;s:11:\"tracking_id\";s:32:\"2772ce38c1d038897cb8ccf5d777c57b\";}}'),(130579,2774,'_date_completed','1721416874'),(130580,2774,'_completed_date','2024-07-19 19:21:14'),(130581,2787,'_edit_lock','1721416762:2'),(130582,2787,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221554\";s:12:\"date_shipped\";s:10:\"1721347200\";s:11:\"tracking_id\";s:32:\"4d9bc83e382c4ff053ed40c5f76fe4c8\";}}'),(130583,2787,'_edit_last','2'),(130584,2787,'_date_completed','1721416900'),(130585,2787,'_completed_date','2024-07-19 19:21:40'),(130586,2788,'_edit_lock','1721416831:2'),(130587,2788,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221635\";s:12:\"date_shipped\";s:10:\"1721347200\";s:11:\"tracking_id\";s:32:\"6cafce4ed01cf2a975fed38d8bb95dc4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221624\";s:12:\"date_shipped\";i:1721416926;s:11:\"tracking_id\";s:32:\"01322e6dc620314fa614ed741fff9fed\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221613\";s:12:\"date_shipped\";i:1721416930;s:11:\"tracking_id\";s:32:\"71379c4439f336e2d6f546805ef843ec\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221602\";s:12:\"date_shipped\";i:1721416935;s:11:\"tracking_id\";s:32:\"79c65dcd5a62cea8fdc5fd8f635dba57\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221598\";s:12:\"date_shipped\";i:1721416941;s:11:\"tracking_id\";s:32:\"180f80f83591cb46d54ad5eb0913f604\";}}'),(130588,2788,'_edit_last','2'),(130589,2788,'_date_completed','1721416957'),(130590,2788,'_completed_date','2024-07-19 19:22:37'),(130591,2790,'_order_key','wc_order_1VZlKMtpTwUm7'),(130592,2790,'_customer_user','98'),(130593,2790,'_payment_method','paypal'),(130594,2790,'_payment_method_title','PayPal'),(130595,2790,'_customer_ip_address','24.62.247.50'),(130596,2790,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130597,2790,'_created_via','checkout'),(130598,2790,'_cart_hash','01ad793812b477a5b92aceca1216e812'),(130599,2790,'_download_permissions_granted','yes'),(130600,2790,'_recorded_sales','yes'),(130601,2790,'_recorded_coupon_usage_counts','yes'),(130602,2790,'_new_order_email_sent','true'),(130603,2790,'_order_stock_reduced','yes'),(130604,2790,'_billing_first_name','Christine'),(130605,2790,'_billing_last_name','Cherry'),(130606,2790,'_billing_company','NITS END'),(130607,2790,'_billing_address_1','PO BOX 1092'),(130608,2790,'_billing_city','Campton'),(130609,2790,'_billing_state','NH'),(130610,2790,'_billing_postcode','03223'),(130611,2790,'_billing_country','US'),(130612,2790,'_billing_email','christine@liceclinicscolumbus.com'),(130613,2790,'_billing_phone','16034983390'),(130614,2790,'_shipping_first_name','Erica'),(130615,2790,'_shipping_last_name','Froggatt'),(130616,2790,'_shipping_company','LCA'),(130617,2790,'_shipping_address_1','5910 Wilcox Pl'),(130618,2790,'_shipping_address_2','suite E'),(130619,2790,'_shipping_city','Dublin'),(130620,2790,'_shipping_state','OH'),(130621,2790,'_shipping_postcode','43016'),(130622,2790,'_shipping_country','US'),(130623,2790,'_order_currency','USD'),(130624,2790,'_cart_discount','0'),(130625,2790,'_cart_discount_tax','0'),(130626,2790,'_order_shipping','16.73'),(130627,2790,'_order_shipping_tax','0'),(130628,2790,'_order_tax','0'),(130629,2790,'_order_total','159.73'),(130630,2790,'_order_version','9.1.2'),(130631,2790,'_prices_include_tax','no'),(130632,2790,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(130633,2790,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(130634,2790,'is_vat_exempt','no'),(130635,2790,'_wc_order_attribution_source_type','referral'),(130636,2790,'_wc_order_attribution_referrer','https://lcaportal.com/'),(130637,2790,'_wc_order_attribution_utm_source','lcaportal.com'),(130638,2790,'_wc_order_attribution_utm_medium','referral'),(130639,2790,'_wc_order_attribution_utm_content','/'),(130640,2790,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130641,2790,'_wc_order_attribution_session_start_time','2024-07-19 19:49:29'),(130642,2790,'_wc_order_attribution_session_pages','9'),(130643,2790,'_wc_order_attribution_session_count','11'),(130644,2790,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130645,2790,'_wc_order_attribution_device_type','Desktop'),(130646,2790,'Payment type','instant'),(130647,2790,'_paypal_status','completed'),(130648,2790,'_transaction_id','2P544532DD473460C'),(130649,2790,'PayPal Transaction Fee','6.06'),(130650,2790,'_date_paid','1721418719'),(130651,2790,'_paid_date','2024-07-19 19:51:59'),(130652,2791,'_order_key','wc_order_j8Wyk3dJ9A9vo'),(130653,2791,'_customer_user','50'),(130654,2791,'_payment_method','paypal'),(130655,2791,'_payment_method_title','PayPal'),(130656,2791,'_customer_ip_address','24.62.247.50'),(130657,2791,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130658,2791,'_created_via','checkout'),(130659,2791,'_cart_hash','b4f28cdcc06f75896df515ba7ca08303'),(130660,2791,'_download_permissions_granted','yes'),(130661,2791,'_recorded_sales','yes'),(130662,2791,'_recorded_coupon_usage_counts','yes'),(130663,2791,'_new_order_email_sent','true'),(130664,2791,'_order_stock_reduced','yes'),(130665,2791,'_billing_first_name','Christine'),(130666,2791,'_billing_last_name','Cherry'),(130667,2791,'_billing_company','NITS END'),(130668,2791,'_billing_address_1','PO BOX 1092'),(130669,2791,'_billing_city','Campton'),(130670,2791,'_billing_state','NH'),(130671,2791,'_billing_postcode','03223'),(130672,2791,'_billing_country','US'),(130673,2791,'_billing_email','info@liceclinicsplaistow.com'),(130674,2791,'_billing_phone','16034983390'),(130675,2791,'_shipping_first_name','Christine'),(130676,2791,'_shipping_last_name','Cherry'),(130677,2791,'_shipping_company','LCA - Nits End / 149091'),(130678,2791,'_shipping_address_1','71 Spit Brook Rd'),(130679,2791,'_shipping_address_2','Suite 403'),(130680,2791,'_shipping_city','Nashua'),(130681,2791,'_shipping_state','NH'),(130682,2791,'_shipping_postcode','03060'),(130683,2791,'_shipping_country','US'),(130684,2791,'_order_currency','USD'),(130685,2791,'_cart_discount','0'),(130686,2791,'_cart_discount_tax','0'),(130687,2791,'_order_shipping','0'),(130688,2791,'_order_shipping_tax','0'),(130689,2791,'_order_tax','0'),(130690,2791,'_order_total','602.44'),(130691,2791,'_order_version','9.1.2'),(130692,2791,'_prices_include_tax','no'),(130693,2791,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(130694,2791,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(130695,2791,'is_vat_exempt','no'),(130696,2791,'_wc_order_attribution_source_type','referral'),(130697,2791,'_wc_order_attribution_referrer','https://lcaportal.com/'),(130698,2791,'_wc_order_attribution_utm_source','lcaportal.com'),(130699,2791,'_wc_order_attribution_utm_medium','referral'),(130700,2791,'_wc_order_attribution_utm_content','/'),(130701,2791,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130702,2791,'_wc_order_attribution_session_start_time','2024-07-19 19:49:29'),(130703,2791,'_wc_order_attribution_session_pages','14'),(130704,2791,'_wc_order_attribution_session_count','11'),(130705,2791,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130706,2791,'_wc_order_attribution_device_type','Desktop'),(130707,2791,'Payment type','instant'),(130708,2791,'_paypal_status','completed'),(130709,2791,'_transaction_id','40U03156VE976982Y'),(130710,2791,'PayPal Transaction Fee','21.52'),(130711,2791,'_date_paid','1721418885'),(130712,2791,'_paid_date','2024-07-19 19:54:45'),(130713,2789,'_edit_lock','1721441927:2'),(130714,2789,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221705\";s:12:\"date_shipped\";s:10:\"1721433600\";s:11:\"tracking_id\";s:32:\"5caeffd5dbc177cd848532366a6d30a4\";}}'),(130715,2789,'_edit_last','2'),(130716,2789,'_date_completed','1721442059'),(130717,2789,'_completed_date','2024-07-20 02:20:59'),(130718,2790,'_edit_lock','1721441950:2'),(130719,2790,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221750\";s:12:\"date_shipped\";s:10:\"1721433600\";s:11:\"tracking_id\";s:32:\"600581598e1e7ffe9d893c522cb170b5\";}}'),(130720,2790,'_edit_last','2'),(130721,2790,'_date_completed','1721442088'),(130722,2790,'_completed_date','2024-07-20 02:21:28'),(130723,2791,'_edit_lock','1721442117:2'),(130724,2791,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221771\";s:12:\"date_shipped\";s:10:\"1721433600\";s:11:\"tracking_id\";s:32:\"d48970b627677704a5208115c033f83d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221760\";s:12:\"date_shipped\";i:1721442111;s:11:\"tracking_id\";s:32:\"52170ced7fb931ce0f17d8416c35a521\";}}'),(130725,2791,'_edit_last','2'),(130726,2791,'_date_completed','1721442113'),(130727,2791,'_completed_date','2024-07-20 02:21:53'),(130728,2792,'_order_key','wc_order_ZSJgSu7yPGW4n'),(130729,2792,'_customer_user','29'),(130730,2792,'_payment_method','paypal'),(130731,2792,'_payment_method_title','PayPal'),(130732,2792,'_customer_ip_address','104.28.76.119'),(130733,2792,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(130734,2792,'_created_via','checkout'),(130735,2792,'_cart_hash','aa22795e56f2f38649df7ad9e4085039'),(130736,2792,'_download_permissions_granted','yes'),(130737,2792,'_recorded_sales','yes'),(130738,2792,'_recorded_coupon_usage_counts','yes'),(130739,2792,'_new_order_email_sent','true'),(130740,2792,'_order_stock_reduced','yes'),(130741,2792,'_billing_first_name','Kevin'),(130742,2792,'_billing_last_name','Reilly'),(130743,2792,'_billing_address_1','5460 Richie Ct'),(130744,2792,'_billing_city','Pipersville'),(130745,2792,'_billing_state','PA'),(130746,2792,'_billing_postcode','18947'),(130747,2792,'_billing_country','US'),(130748,2792,'_billing_email','info@liceclinicslansdale.com'),(130749,2792,'_billing_phone','2156941408'),(130750,2792,'_shipping_first_name','Kevin'),(130751,2792,'_shipping_last_name','Reilly'),(130752,2792,'_shipping_company','LCA Lansdale'),(130753,2792,'_shipping_address_1','2131 North Broad Street'),(130754,2792,'_shipping_address_2','Suite 101'),(130755,2792,'_shipping_city','Lansdale'),(130756,2792,'_shipping_state','PA'),(130757,2792,'_shipping_postcode','19446'),(130758,2792,'_shipping_country','US'),(130759,2792,'_order_currency','USD'),(130760,2792,'_cart_discount','0'),(130761,2792,'_cart_discount_tax','0'),(130762,2792,'_order_shipping','0'),(130763,2792,'_order_shipping_tax','0'),(130764,2792,'_order_tax','0'),(130765,2792,'_order_total','503.03'),(130766,2792,'_order_version','9.1.2'),(130767,2792,'_prices_include_tax','no'),(130768,2792,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(130769,2792,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(130770,2792,'is_vat_exempt','no'),(130771,2792,'_wc_order_attribution_source_type','typein'),(130772,2792,'_wc_order_attribution_utm_source','(direct)'),(130773,2792,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130774,2792,'_wc_order_attribution_session_start_time','2024-07-21 14:03:57'),(130775,2792,'_wc_order_attribution_session_pages','5'),(130776,2792,'_wc_order_attribution_session_count','1'),(130777,2792,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(130778,2792,'_wc_order_attribution_device_type','Mobile'),(130779,2792,'Payment type','instant'),(130780,2792,'_paypal_status','completed'),(130781,2792,'_transaction_id','0EY60555TE0302719'),(130782,2792,'PayPal Transaction Fee','18.05'),(130783,2792,'_date_paid','1721571126'),(130784,2792,'_paid_date','2024-07-21 14:12:06'),(130785,2793,'_order_key','wc_order_g1AuZbXiVDaxv'),(130786,2793,'_customer_user','15'),(130787,2793,'_payment_method','paypal'),(130788,2793,'_payment_method_title','PayPal'),(130789,2793,'_customer_ip_address','108.160.203.30'),(130790,2793,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(130791,2793,'_created_via','checkout'),(130792,2793,'_cart_hash','094f12336cdf8e5d36aed6b950460646'),(130793,2793,'_download_permissions_granted','yes'),(130794,2793,'_recorded_sales','yes'),(130795,2793,'_recorded_coupon_usage_counts','yes'),(130796,2793,'_new_order_email_sent','true'),(130797,2793,'_order_stock_reduced','yes'),(130798,2793,'_billing_first_name','Andrea'),(130799,2793,'_billing_last_name','Florsheim'),(130800,2793,'_billing_company','Lice Clincs of America'),(130801,2793,'_billing_address_1','758 N. Broadway'),(130802,2793,'_billing_address_2','APT 1204'),(130803,2793,'_billing_city','Milwaukee'),(130804,2793,'_billing_state','WI'),(130805,2793,'_billing_postcode','53202'),(130806,2793,'_billing_country','US'),(130807,2793,'_billing_email','andrea@liceclinicscentral.com'),(130808,2793,'_billing_phone','4143354315'),(130809,2793,'_shipping_first_name','Andrea'),(130810,2793,'_shipping_last_name','Florsheim'),(130811,2793,'_shipping_company','LCA Green Bay'),(130812,2793,'_shipping_address_1','124 N. Broadway'),(130813,2793,'_shipping_address_2','Suite L1'),(130814,2793,'_shipping_city','De Pere'),(130815,2793,'_shipping_state','WI'),(130816,2793,'_shipping_postcode','54115'),(130817,2793,'_shipping_country','US'),(130818,2793,'_order_currency','USD'),(130819,2793,'_cart_discount','0'),(130820,2793,'_cart_discount_tax','0'),(130821,2793,'_order_shipping','22.27'),(130822,2793,'_order_shipping_tax','0'),(130823,2793,'_order_tax','0'),(130824,2793,'_order_total','344.77'),(130825,2793,'_order_version','9.1.2'),(130826,2793,'_prices_include_tax','no'),(130827,2793,'_billing_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(130828,2793,'_shipping_address_index','Andrea Florsheim LCA Green Bay 124 N. Broadway Suite L1 De Pere WI 54115 US '),(130829,2793,'is_vat_exempt','no'),(130830,2793,'_wc_order_attribution_source_type','typein'),(130831,2793,'_wc_order_attribution_utm_source','(direct)'),(130832,2793,'_wc_order_attribution_utm_source_platform',''),(130833,2793,'_wc_order_attribution_utm_creative_format',''),(130834,2793,'_wc_order_attribution_utm_marketing_tactic',''),(130835,2793,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130836,2793,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(130837,2793,'_wc_order_attribution_session_pages','7'),(130838,2793,'_wc_order_attribution_session_count','6'),(130839,2793,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(130840,2793,'_wc_order_attribution_device_type','Desktop'),(130841,2793,'Payment type','instant'),(130842,2793,'_paypal_status','completed'),(130843,2793,'_transaction_id','3RM75756DC170130S'),(130844,2793,'PayPal Transaction Fee','12.52'),(130845,2793,'_date_paid','1721652597'),(130846,2793,'_paid_date','2024-07-22 12:49:57'),(130847,2794,'_order_key','wc_order_vhN65dFqATxwI'),(130848,2794,'_customer_user','15'),(130849,2794,'_payment_method','paypal'),(130850,2794,'_payment_method_title','PayPal'),(130851,2794,'_customer_ip_address','108.160.203.30'),(130852,2794,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(130853,2794,'_created_via','checkout'),(130854,2794,'_cart_hash','4f4d875da576d4bdf9f4de8c3365a09d'),(130855,2794,'_download_permissions_granted','yes'),(130856,2794,'_recorded_sales','yes'),(130857,2794,'_recorded_coupon_usage_counts','yes'),(130858,2794,'_new_order_email_sent','true'),(130859,2794,'_order_stock_reduced','yes'),(130860,2794,'_billing_first_name','Andrea'),(130861,2794,'_billing_last_name','Florsheim'),(130862,2794,'_billing_company','Lice Clincs of America'),(130863,2794,'_billing_address_1','758 N. Broadway'),(130864,2794,'_billing_address_2','APT 1204'),(130865,2794,'_billing_city','Milwaukee'),(130866,2794,'_billing_state','WI'),(130867,2794,'_billing_postcode','53202'),(130868,2794,'_billing_country','US'),(130869,2794,'_billing_email','andrea@liceclinicscentral.com'),(130870,2794,'_billing_phone','4143354315'),(130871,2794,'_shipping_first_name','Andrea'),(130872,2794,'_shipping_last_name','Florsheim'),(130873,2794,'_shipping_company','LCA'),(130874,2794,'_shipping_address_1','8424 W. Center Rd'),(130875,2794,'_shipping_address_2','Suite 212'),(130876,2794,'_shipping_city','omaha'),(130877,2794,'_shipping_state','NE'),(130878,2794,'_shipping_postcode','68124'),(130879,2794,'_shipping_country','US'),(130880,2794,'_order_currency','USD'),(130881,2794,'_cart_discount','0'),(130882,2794,'_cart_discount_tax','0'),(130883,2794,'_order_shipping','16.73'),(130884,2794,'_order_shipping_tax','0'),(130885,2794,'_order_tax','0'),(130886,2794,'_order_total','159.73'),(130887,2794,'_order_version','9.1.2'),(130888,2794,'_prices_include_tax','no'),(130889,2794,'_billing_address_index','Andrea Florsheim Lice Clincs of America 758 N. Broadway APT 1204 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(130890,2794,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(130891,2794,'is_vat_exempt','no'),(130892,2794,'_wc_order_attribution_source_type','typein'),(130893,2794,'_wc_order_attribution_utm_source','(direct)'),(130894,2794,'_wc_order_attribution_utm_source_platform',''),(130895,2794,'_wc_order_attribution_utm_creative_format',''),(130896,2794,'_wc_order_attribution_utm_marketing_tactic',''),(130897,2794,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130898,2794,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(130899,2794,'_wc_order_attribution_session_pages','11'),(130900,2794,'_wc_order_attribution_session_count','6'),(130901,2794,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(130902,2794,'_wc_order_attribution_device_type','Desktop'),(130903,2794,'Payment type','instant'),(130904,2794,'_paypal_status','completed'),(130905,2794,'_transaction_id','7TV171672B463883F'),(130906,2794,'PayPal Transaction Fee','6.06'),(130907,2794,'_date_paid','1721653663'),(130908,2794,'_paid_date','2024-07-22 13:07:43'),(130909,2795,'_order_key','wc_order_LXfpnYz6UWHgD'),(130910,2795,'_customer_user','105'),(130911,2795,'_payment_method','paypal'),(130912,2795,'_payment_method_title','PayPal'),(130913,2795,'_customer_ip_address','67.177.160.177'),(130914,2795,'_customer_user_agent','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'),(130915,2795,'_created_via','checkout'),(130916,2795,'_cart_hash','b1b079f5a464bc159f471b82d06373e5'),(130917,2795,'_download_permissions_granted','yes'),(130918,2795,'_recorded_sales','yes'),(130919,2795,'_recorded_coupon_usage_counts','yes'),(130920,2795,'_new_order_email_sent','true'),(130921,2795,'_order_stock_reduced','yes'),(130922,2795,'_billing_first_name','Joseph'),(130923,2795,'_billing_last_name','West'),(130924,2795,'_billing_company','MAJESTIC PEACOCK LLC'),(130925,2795,'_billing_address_1','615 Crofton Park Ln'),(130926,2795,'_billing_city','Franklin'),(130927,2795,'_billing_state','TN'),(130928,2795,'_billing_postcode','37069'),(130929,2795,'_billing_country','US'),(130930,2795,'_billing_email','info@nashville.liceclinicsofamerica.com'),(130931,2795,'_billing_phone','8042184232'),(130932,2795,'_shipping_first_name','Joseph'),(130933,2795,'_shipping_last_name','West'),(130934,2795,'_shipping_company','MAJESTIC PEACOCK LLC'),(130935,2795,'_shipping_address_1','615 Crofton Park Ln'),(130936,2795,'_shipping_city','Franklin'),(130937,2795,'_shipping_state','TN'),(130938,2795,'_shipping_postcode','37069'),(130939,2795,'_shipping_country','US'),(130940,2795,'_order_currency','USD'),(130941,2795,'_cart_discount','0'),(130942,2795,'_cart_discount_tax','0'),(130943,2795,'_order_shipping','0'),(130944,2795,'_order_shipping_tax','0'),(130945,2795,'_order_tax','0'),(130946,2795,'_order_total','583.54'),(130947,2795,'_order_version','9.1.2'),(130948,2795,'_prices_include_tax','no'),(130949,2795,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(130950,2795,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(130951,2795,'is_vat_exempt','no'),(130952,2795,'_wc_order_attribution_source_type','referral'),(130953,2795,'_wc_order_attribution_referrer','https://lcaportal.com/'),(130954,2795,'_wc_order_attribution_utm_source','lcaportal.com'),(130955,2795,'_wc_order_attribution_utm_medium','referral'),(130956,2795,'_wc_order_attribution_utm_content','/'),(130957,2795,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(130958,2795,'_wc_order_attribution_session_start_time','2024-07-22 13:29:20'),(130959,2795,'_wc_order_attribution_session_pages','7'),(130960,2795,'_wc_order_attribution_session_count','1'),(130961,2795,'_wc_order_attribution_user_agent','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'),(130962,2795,'_wc_order_attribution_device_type','Desktop'),(130963,2795,'Payment type','instant'),(130964,2795,'_paypal_status','completed'),(130965,2795,'_transaction_id','58H62270844077610'),(130966,2795,'PayPal Transaction Fee','20.86'),(130967,2795,'_date_paid','1721656060'),(130968,2795,'_paid_date','2024-07-22 13:47:40'),(130969,2796,'_order_key','wc_order_h5a32hK6xXoGH'),(130970,2796,'_customer_user','50'),(130971,2796,'_payment_method','paypal'),(130972,2796,'_payment_method_title','PayPal'),(130973,2796,'_customer_ip_address','24.62.247.50'),(130974,2796,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(130975,2796,'_created_via','checkout'),(130976,2796,'_cart_hash','ad47e43d802a19d2fb0a8f95efbd7fb3'),(130977,2796,'_download_permissions_granted','yes'),(130978,2796,'_recorded_sales','yes'),(130979,2796,'_recorded_coupon_usage_counts','yes'),(130980,2796,'_new_order_email_sent','true'),(130981,2796,'_order_stock_reduced','yes'),(130982,2796,'_billing_first_name','Christine'),(130983,2796,'_billing_last_name','Cherry'),(130984,2796,'_billing_company','NITS END'),(130985,2796,'_billing_address_1','PO BOX 1092'),(130986,2796,'_billing_city','Campton'),(130987,2796,'_billing_state','NH'),(130988,2796,'_billing_postcode','03223'),(130989,2796,'_billing_country','US'),(130990,2796,'_billing_email','info@liceclinicsplaistow.com'),(130991,2796,'_billing_phone','16034983390'),(130992,2796,'_shipping_first_name','Christine'),(130993,2796,'_shipping_last_name','Cherry'),(130994,2796,'_shipping_company','LCA - Nits End / 149091'),(130995,2796,'_shipping_address_1','71 Spit Brook Rd'),(130996,2796,'_shipping_address_2','Suite 403'),(130997,2796,'_shipping_city','Nashua'),(130998,2796,'_shipping_state','NH'),(130999,2796,'_shipping_postcode','03060'),(131000,2796,'_shipping_country','US'),(131001,2796,'_order_currency','USD'),(131002,2796,'_cart_discount','0'),(131003,2796,'_cart_discount_tax','0'),(131004,2796,'_order_shipping','0'),(131005,2796,'_order_shipping_tax','0'),(131006,2796,'_order_tax','0'),(131007,2796,'_order_total','531.00'),(131008,2796,'_order_version','9.1.2'),(131009,2796,'_prices_include_tax','no'),(131010,2796,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(131011,2796,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(131012,2796,'is_vat_exempt','no'),(131013,2796,'_wc_order_attribution_source_type','referral'),(131014,2796,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131015,2796,'_wc_order_attribution_utm_source','lcaportal.com'),(131016,2796,'_wc_order_attribution_utm_medium','referral'),(131017,2796,'_wc_order_attribution_utm_content','/'),(131018,2796,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131019,2796,'_wc_order_attribution_session_start_time','2024-07-22 15:46:46'),(131020,2796,'_wc_order_attribution_session_pages','26'),(131021,2796,'_wc_order_attribution_session_count','12'),(131022,2796,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0'),(131023,2796,'_wc_order_attribution_device_type','Desktop'),(131024,2796,'Payment type','instant'),(131025,2796,'_paypal_status','completed'),(131026,2796,'_transaction_id','29131220CN9734301'),(131027,2796,'PayPal Transaction Fee','19.02'),(131028,2796,'_date_paid','1721663486'),(131029,2796,'_paid_date','2024-07-22 15:51:26'),(131030,2797,'_order_key','wc_order_wjbliPIBqujus'),(131031,2797,'_customer_user','76'),(131032,2797,'_payment_method','paypal'),(131033,2797,'_payment_method_title','PayPal'),(131034,2797,'_customer_ip_address','146.115.118.214'),(131035,2797,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(131036,2797,'_created_via','checkout'),(131037,2797,'_cart_hash','da5030f518987467c8ea27be6c1301dc'),(131038,2797,'_download_permissions_granted','yes'),(131039,2797,'_recorded_sales','yes'),(131040,2797,'_recorded_coupon_usage_counts','yes'),(131041,2797,'_new_order_email_sent','true'),(131042,2797,'_order_stock_reduced','yes'),(131043,2797,'_billing_first_name','Naomi'),(131044,2797,'_billing_last_name','Golden'),(131045,2797,'_billing_company','LCA'),(131046,2797,'_billing_address_1','31 Mann Ave'),(131047,2797,'_billing_city','Needham'),(131048,2797,'_billing_state','MA'),(131049,2797,'_billing_postcode','02492'),(131050,2797,'_billing_country','US'),(131051,2797,'_billing_email','nrgolden6486@gmail.com'),(131052,2797,'_billing_phone','617-851-1322'),(131053,2797,'_shipping_first_name','Naomi'),(131054,2797,'_shipping_last_name','Golden'),(131055,2797,'_shipping_company','LCA'),(131056,2797,'_shipping_address_1','3 Baldwin Green Common'),(131057,2797,'_shipping_address_2','Suite 310'),(131058,2797,'_shipping_city','Woburn'),(131059,2797,'_shipping_state','MA'),(131060,2797,'_shipping_postcode','01801'),(131061,2797,'_shipping_country','US'),(131062,2797,'_order_currency','USD'),(131063,2797,'_cart_discount','0'),(131064,2797,'_cart_discount_tax','0'),(131065,2797,'_order_shipping','0'),(131066,2797,'_order_shipping_tax','0'),(131067,2797,'_order_tax','0'),(131068,2797,'_order_total','507.38'),(131069,2797,'_order_version','9.1.2'),(131070,2797,'_prices_include_tax','no'),(131071,2797,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(131072,2797,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(131073,2797,'is_vat_exempt','no'),(131074,2797,'_wc_order_attribution_source_type','typein'),(131075,2797,'_wc_order_attribution_utm_source','(direct)'),(131076,2797,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131077,2797,'_wc_order_attribution_session_start_time','2024-07-20 15:16:56'),(131078,2797,'_wc_order_attribution_session_pages','23'),(131079,2797,'_wc_order_attribution_session_count','3'),(131080,2797,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(131081,2797,'_wc_order_attribution_device_type','Desktop'),(131082,2797,'Payment type','instant'),(131083,2797,'_paypal_status','completed'),(131084,2797,'_transaction_id','15N51422670078319'),(131085,2797,'PayPal Transaction Fee','18.20'),(131086,2797,'_date_paid','1721681010'),(131087,2797,'_paid_date','2024-07-22 20:43:30'),(131088,2798,'_order_key','wc_order_eCYlUZpKsbPkx'),(131089,2798,'_customer_user','3'),(131090,2798,'_payment_method','paypal'),(131091,2798,'_payment_method_title','PayPal'),(131092,2798,'_customer_ip_address','99.22.146.124'),(131093,2798,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131094,2798,'_created_via','checkout'),(131095,2798,'_cart_hash','eb944be649f546799abe770e57b38067'),(131096,2798,'_download_permissions_granted','yes'),(131097,2798,'_recorded_sales','yes'),(131098,2798,'_recorded_coupon_usage_counts','yes'),(131099,2798,'_new_order_email_sent','true'),(131100,2798,'_order_stock_reduced','yes'),(131101,2798,'_billing_first_name','Amanda'),(131102,2798,'_billing_last_name','Westerman'),(131103,2798,'_billing_company','Lice Clinics of America McKinney'),(131104,2798,'_billing_address_1','3120 Hudson Crossing'),(131105,2798,'_billing_address_2','Suite A2'),(131106,2798,'_billing_city','MCKINNEY'),(131107,2798,'_billing_state','TX'),(131108,2798,'_billing_postcode','75070'),(131109,2798,'_billing_country','US'),(131110,2798,'_billing_email','awesterman1103@gmail.com'),(131111,2798,'_billing_phone','2144175741'),(131112,2798,'_shipping_first_name','AMANDA'),(131113,2798,'_shipping_last_name','Westerman'),(131114,2798,'_shipping_company','Lice Clinics of America'),(131115,2798,'_shipping_address_1','1709 Damian Way'),(131116,2798,'_shipping_address_2','Suite A2'),(131117,2798,'_shipping_city','Richardson'),(131118,2798,'_shipping_state','TX'),(131119,2798,'_shipping_postcode','75081'),(131120,2798,'_shipping_country','US'),(131121,2798,'_order_currency','USD'),(131122,2798,'_cart_discount','0'),(131123,2798,'_cart_discount_tax','0'),(131124,2798,'_order_shipping','0'),(131125,2798,'_order_shipping_tax','0'),(131126,2798,'_order_tax','0'),(131127,2798,'_order_total','780.72'),(131128,2798,'_order_version','9.1.2'),(131129,2798,'_prices_include_tax','no'),(131130,2798,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(131131,2798,'_shipping_address_index','AMANDA Westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(131132,2798,'is_vat_exempt','no'),(131133,2798,'_wc_order_attribution_source_type','referral'),(131134,2798,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(131135,2798,'_wc_order_attribution_utm_source','lcaportal.com'),(131136,2798,'_wc_order_attribution_utm_medium','referral'),(131137,2798,'_wc_order_attribution_utm_content','/'),(131138,2798,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131139,2798,'_wc_order_attribution_session_start_time','2024-07-22 20:44:41'),(131140,2798,'_wc_order_attribution_session_pages','4'),(131141,2798,'_wc_order_attribution_session_count','1'),(131142,2798,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131143,2798,'_wc_order_attribution_device_type','Desktop'),(131144,2798,'Payment type','instant'),(131145,2798,'_paypal_status','completed'),(131146,2798,'_transaction_id','34M76818AU815191V'),(131147,2798,'PayPal Transaction Fee','27.74'),(131148,2798,'_date_paid','1721681528'),(131149,2798,'_paid_date','2024-07-22 20:52:08'),(131150,2795,'_edit_lock','1721749619:2'),(131151,2795,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222230\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"e0a7b3d26198ff2ea635c48fa3b53767\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222220\";s:12:\"date_shipped\";i:1721749733;s:11:\"tracking_id\";s:32:\"c3294908185437070f4e6999f5e73e1e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222219\";s:12:\"date_shipped\";i:1721749737;s:11:\"tracking_id\";s:32:\"638d95d73357bcd8f5e645eaafe2df72\";}}'),(131152,2795,'_edit_last','2'),(131153,2795,'_date_completed','1721749749'),(131154,2795,'_completed_date','2024-07-23 15:49:09'),(131155,2796,'_edit_lock','1721749668:2'),(131156,2796,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222274\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"b5faac490d7e99eddbc5447f309bb657\";}}'),(131157,2796,'_edit_last','2'),(131158,2796,'_date_completed','1721749800'),(131159,2796,'_completed_date','2024-07-23 15:50:00'),(131160,2794,'_edit_lock','1721749742:2'),(131161,2794,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222182\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"fc1ff8b85e139d8f5f4760fd63cf2267\";}}'),(131162,2794,'_edit_last','2'),(131163,2794,'_date_completed','1721749847'),(131164,2794,'_completed_date','2024-07-23 15:50:47'),(131165,2792,'_edit_lock','1721749937:2'),(131166,2792,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222002\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"a952ac53141ecf0b1cda339c2920445d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992221999\";s:12:\"date_shipped\";i:1721749931;s:11:\"tracking_id\";s:32:\"b2736c3c741408fff9b87e4f40c1d8f0\";}}'),(131167,2792,'_edit_last','2'),(131168,2792,'_date_completed','1721749933'),(131169,2792,'_completed_date','2024-07-23 15:52:13'),(131170,2798,'_edit_lock','1721758623:2'),(131171,2798,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222355\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"703108bf08475532292b98e778a4b016\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222344\";s:12:\"date_shipped\";i:1721758742;s:11:\"tracking_id\";s:32:\"8d815a8502cb9c570c26bda2045d9235\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222333\";s:12:\"date_shipped\";i:1721758746;s:11:\"tracking_id\";s:32:\"0de625f603d3de90b45b0cf843a768fd\";}}'),(131172,2798,'_edit_last','2'),(131173,2798,'_date_completed','1721758748'),(131174,2798,'_completed_date','2024-07-23 18:19:08'),(131175,2797,'_edit_lock','1721758717:2'),(131176,2797,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222322\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"4530988823d11bdbea2859c30bd38cc3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222311\";s:12:\"date_shipped\";i:1721758841;s:11:\"tracking_id\";s:32:\"277f440e41d47b36853a11f8ca5455f0\";}}'),(131177,2797,'_edit_last','2'),(131178,2797,'_date_completed','1721758843'),(131179,2797,'_completed_date','2024-07-23 18:20:43'),(131180,2793,'_edit_lock','1721770285:2'),(131181,2793,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222182\";s:12:\"date_shipped\";s:10:\"1721692800\";s:11:\"tracking_id\";s:32:\"f0c9ee6318b070cbd29b70daf2b04a55\";}}'),(131182,2793,'_edit_last','2'),(131183,2793,'_date_completed','1721767935'),(131184,2793,'_completed_date','2024-07-23 20:52:15'),(131185,11,'_edit_lock','1752096558:107'),(131186,2801,'_elementor_edit_mode','builder'),(131187,2801,'_elementor_template_type','kit'),(131188,2801,'_elementor_version','3.1.4'),(131189,2801,'_elementor_pro_version','3.2.0'),(131190,2801,'_wp_page_template','default'),(131191,2801,'_elementor_page_settings','a:4:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:16:\"site_description\";s:0:\"\";s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(131193,11,'_elementor_data','[]'),(131194,2802,'_elementor_edit_mode','builder'),(131195,2802,'_elementor_template_type','kit'),(131196,2802,'_elementor_version','3.1.4'),(131197,2802,'_elementor_pro_version','3.2.0'),(131198,2802,'_wp_page_template','default'),(131199,2802,'_elementor_page_settings','a:19:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:24:\"woocommerce_shop_page_id\";s:2:\"19\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(131201,2802,'_elementor_data','[]'),(131223,2804,'_order_key','wc_order_E9HWUbVdx9pLn'),(131224,2804,'_customer_user','6'),(131225,2804,'_payment_method','paypal'),(131226,2804,'_payment_method_title','PayPal'),(131227,2804,'_customer_ip_address','173.198.48.98'),(131228,2804,'_customer_user_agent','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'),(131229,2804,'_created_via','checkout'),(131230,2804,'_cart_hash','ff0c676eb8898294595a6f8b17e69ed4'),(131231,2804,'_download_permissions_granted','no'),(131232,2804,'_recorded_sales','no'),(131233,2804,'_recorded_coupon_usage_counts','no'),(131234,2804,'_new_order_email_sent','false'),(131235,2804,'_order_stock_reduced','no'),(131236,2804,'_billing_first_name','Amira'),(131237,2804,'_billing_last_name','Purto'),(131238,2804,'_billing_address_1','2520 Chandon Circle'),(131239,2804,'_billing_city','Modesto'),(131240,2804,'_billing_state','CA'),(131241,2804,'_billing_postcode','95355'),(131242,2804,'_billing_country','US'),(131243,2804,'_billing_email','amira77@sbcglobal.net'),(131244,2804,'_billing_phone','2096422061'),(131245,2804,'_shipping_first_name','Amira'),(131246,2804,'_shipping_last_name','Purto'),(131247,2804,'_shipping_address_1','2520 Chandon Circle'),(131248,2804,'_shipping_city','Modesto'),(131249,2804,'_shipping_state','CA'),(131250,2804,'_shipping_postcode','95355'),(131251,2804,'_shipping_country','US'),(131252,2804,'_order_currency','USD'),(131253,2804,'_cart_discount','0'),(131254,2804,'_cart_discount_tax','0'),(131255,2804,'_order_shipping','0'),(131256,2804,'_order_shipping_tax','0'),(131257,2804,'_order_tax','0'),(131258,2804,'_order_total','1056.74'),(131259,2804,'_order_version','9.1.2'),(131260,2804,'_prices_include_tax','no'),(131261,2804,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(131262,2804,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(131263,2804,'is_vat_exempt','no'),(131264,2804,'_wc_order_attribution_source_type','typein'),(131265,2804,'_wc_order_attribution_utm_source','(direct)'),(131266,2804,'_wc_order_attribution_utm_source_platform',''),(131267,2804,'_wc_order_attribution_utm_creative_format',''),(131268,2804,'_wc_order_attribution_utm_marketing_tactic',''),(131269,2804,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131270,2804,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(131271,2804,'_wc_order_attribution_session_pages','1'),(131272,2804,'_wc_order_attribution_session_count','11'),(131273,2804,'_wc_order_attribution_user_agent','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'),(131274,2804,'_wc_order_attribution_device_type','Desktop'),(131275,2805,'_order_key','wc_order_7VLJoEGDc2LN0'),(131276,2805,'_customer_user','6'),(131277,2805,'_payment_method','paypal'),(131278,2805,'_payment_method_title','PayPal'),(131279,2805,'_customer_ip_address','173.198.48.98'),(131280,2805,'_customer_user_agent','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'),(131281,2805,'_created_via','checkout'),(131282,2805,'_cart_hash','ff0c676eb8898294595a6f8b17e69ed4'),(131283,2805,'_download_permissions_granted','yes'),(131284,2805,'_recorded_sales','yes'),(131285,2805,'_recorded_coupon_usage_counts','yes'),(131286,2805,'_new_order_email_sent','true'),(131287,2805,'_order_stock_reduced','yes'),(131288,2805,'_billing_first_name','Amira'),(131289,2805,'_billing_last_name','Purto'),(131290,2805,'_billing_address_1','2520 Chandon Circle'),(131291,2805,'_billing_city','Modesto'),(131292,2805,'_billing_state','CA'),(131293,2805,'_billing_postcode','95355'),(131294,2805,'_billing_country','US'),(131295,2805,'_billing_email','amira77@sbcglobal.net'),(131296,2805,'_billing_phone','2096422061'),(131297,2805,'_shipping_first_name','Amira'),(131298,2805,'_shipping_last_name','Purto'),(131299,2805,'_shipping_address_1','2520 Chandon Circle'),(131300,2805,'_shipping_city','Modesto'),(131301,2805,'_shipping_state','CA'),(131302,2805,'_shipping_postcode','95355'),(131303,2805,'_shipping_country','US'),(131304,2805,'_order_currency','USD'),(131305,2805,'_cart_discount','0'),(131306,2805,'_cart_discount_tax','0'),(131307,2805,'_order_shipping','0'),(131308,2805,'_order_shipping_tax','0'),(131309,2805,'_order_tax','0'),(131310,2805,'_order_total','1056.74'),(131311,2805,'_order_version','9.1.2'),(131312,2805,'_prices_include_tax','no'),(131313,2805,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(131314,2805,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(131315,2805,'is_vat_exempt','no'),(131316,2805,'_wc_order_attribution_source_type','typein'),(131317,2805,'_wc_order_attribution_utm_source','(direct)'),(131318,2805,'_wc_order_attribution_utm_source_platform',''),(131319,2805,'_wc_order_attribution_utm_creative_format',''),(131320,2805,'_wc_order_attribution_utm_marketing_tactic',''),(131321,2805,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131322,2805,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(131323,2805,'_wc_order_attribution_session_pages','3'),(131324,2805,'_wc_order_attribution_session_count','11'),(131325,2805,'_wc_order_attribution_user_agent','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'),(131326,2805,'_wc_order_attribution_device_type','Desktop'),(131327,2805,'Payment type','instant'),(131328,2805,'_paypal_status','completed'),(131329,2805,'_transaction_id','8C144250WU3546811'),(131330,2805,'PayPal Transaction Fee','37.37'),(131331,2805,'_date_paid','1721772012'),(131332,2805,'_paid_date','2024-07-23 22:00:12'),(131334,2806,'_order_key','wc_order_Td7IWivEWpyHT'),(131335,2806,'_customer_user','3'),(131336,2806,'_payment_method','paypal'),(131337,2806,'_payment_method_title','PayPal'),(131338,2806,'_customer_ip_address','99.22.146.124'),(131339,2806,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131340,2806,'_created_via','checkout'),(131341,2806,'_cart_hash','17af0fb4ce99c7599bfe71cbde306b0b'),(131342,2806,'_download_permissions_granted','yes'),(131343,2806,'_recorded_sales','yes'),(131344,2806,'_recorded_coupon_usage_counts','yes'),(131345,2806,'_new_order_email_sent','true'),(131346,2806,'_order_stock_reduced','yes'),(131347,2806,'_billing_first_name','Amanda'),(131348,2806,'_billing_last_name','Westerman'),(131349,2806,'_billing_company','Lice Clinics of America McKinney'),(131350,2806,'_billing_address_1','3120 Hudson Crossing'),(131351,2806,'_billing_address_2','Suite A2'),(131352,2806,'_billing_city','MCKINNEY'),(131353,2806,'_billing_state','TX'),(131354,2806,'_billing_postcode','75070'),(131355,2806,'_billing_country','US'),(131356,2806,'_billing_email','awesterman1103@gmail.com'),(131357,2806,'_billing_phone','2144175741'),(131358,2806,'_shipping_first_name','amanda'),(131359,2806,'_shipping_last_name','westerman'),(131360,2806,'_shipping_company','Lice Clinics of America McKinney'),(131361,2806,'_shipping_address_1','3120 Hudson Crossing'),(131362,2806,'_shipping_address_2','Suite A2'),(131363,2806,'_shipping_city','MCKINNEY'),(131364,2806,'_shipping_state','TX'),(131365,2806,'_shipping_postcode','75070'),(131366,2806,'_shipping_country','US'),(131367,2806,'_order_currency','USD'),(131368,2806,'_cart_discount','0'),(131369,2806,'_cart_discount_tax','0'),(131370,2806,'_order_shipping','0'),(131371,2806,'_order_shipping_tax','0'),(131372,2806,'_order_tax','0'),(131373,2806,'_order_total','1030.78'),(131374,2806,'_order_version','9.1.2'),(131375,2806,'_prices_include_tax','no'),(131376,2806,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(131377,2806,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(131378,2806,'is_vat_exempt','no'),(131379,2806,'_wc_order_attribution_source_type','referral'),(131380,2806,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(131381,2806,'_wc_order_attribution_utm_source','lcaportal.com'),(131382,2806,'_wc_order_attribution_utm_medium','referral'),(131383,2806,'_wc_order_attribution_utm_content','/'),(131384,2806,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131385,2806,'_wc_order_attribution_session_start_time','2024-07-23 22:15:45'),(131386,2806,'_wc_order_attribution_session_pages','4'),(131387,2806,'_wc_order_attribution_session_count','2'),(131388,2806,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131389,2806,'_wc_order_attribution_device_type','Desktop'),(131390,2806,'Payment type','instant'),(131391,2806,'_paypal_status','completed'),(131392,2806,'_transaction_id','4LD86501N98277537'),(131393,2806,'PayPal Transaction Fee','36.46'),(131394,2806,'_date_paid','1721773162'),(131395,2806,'_paid_date','2024-07-23 22:19:22'),(131396,2807,'_order_key','wc_order_CqBXOL6cBaSYD'),(131397,2807,'_customer_user','61'),(131398,2807,'_payment_method','paypal'),(131399,2807,'_payment_method_title','PayPal'),(131400,2807,'_customer_ip_address','217.180.201.43'),(131401,2807,'_customer_user_agent','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'),(131402,2807,'_created_via','checkout'),(131403,2807,'_cart_hash','9ab52e5cf84cee2e04c2ef259ac6b7a1'),(131404,2807,'_download_permissions_granted','yes'),(131405,2807,'_recorded_sales','yes'),(131406,2807,'_recorded_coupon_usage_counts','yes'),(131407,2807,'_new_order_email_sent','true'),(131408,2807,'_order_stock_reduced','yes'),(131409,2807,'_billing_first_name','Judith'),(131410,2807,'_billing_last_name','Hayden'),(131411,2807,'_billing_company','LCAL Hayden LLC'),(131412,2807,'_billing_address_1','1795 Alysheba Way'),(131413,2807,'_billing_address_2','Ste 4105'),(131414,2807,'_billing_city','Lexington'),(131415,2807,'_billing_state','KY'),(131416,2807,'_billing_postcode','40509'),(131417,2807,'_billing_country','US'),(131418,2807,'_billing_email','judy@liceclinicslexington.com'),(131419,2807,'_billing_phone','8595376966'),(131420,2807,'_shipping_first_name','Judy'),(131421,2807,'_shipping_last_name','Hayden'),(131422,2807,'_shipping_company','Lice Clinics of America Lexington'),(131423,2807,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(131424,2807,'_shipping_city','Lexington'),(131425,2807,'_shipping_state','KY'),(131426,2807,'_shipping_postcode','40509'),(131427,2807,'_shipping_country','US'),(131428,2807,'_order_currency','USD'),(131429,2807,'_cart_discount','0'),(131430,2807,'_cart_discount_tax','0'),(131431,2807,'_order_shipping','0'),(131432,2807,'_order_shipping_tax','0'),(131433,2807,'_order_tax','0'),(131434,2807,'_order_total','756.50'),(131435,2807,'_order_version','9.1.2'),(131436,2807,'_prices_include_tax','no'),(131437,2807,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(131438,2807,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(131439,2807,'is_vat_exempt','no'),(131440,2807,'_wc_order_attribution_source_type','typein'),(131441,2807,'_wc_order_attribution_utm_source','(direct)'),(131442,2807,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131443,2807,'_wc_order_attribution_session_start_time','2024-07-23 22:32:09'),(131444,2807,'_wc_order_attribution_session_pages','4'),(131445,2807,'_wc_order_attribution_session_count','1'),(131446,2807,'_wc_order_attribution_user_agent','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'),(131447,2807,'_wc_order_attribution_device_type','Desktop'),(131448,2807,'Payment type','instant'),(131449,2807,'_paypal_status','completed'),(131450,2807,'_transaction_id','6D141968E9193362N'),(131451,2807,'PayPal Transaction Fee','26.89'),(131452,2807,'_date_paid','1721774295'),(131453,2807,'_paid_date','2024-07-23 22:38:15'),(131454,2808,'_order_key','wc_order_haKfQTbDiyyN7'),(131455,2808,'_customer_user','83'),(131456,2808,'_payment_method','paypal'),(131457,2808,'_payment_method_title','PayPal'),(131458,2808,'_customer_ip_address','38.175.166.123'),(131459,2808,'_customer_user_agent','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'),(131460,2808,'_created_via','checkout'),(131461,2808,'_cart_hash','50ecbf659ec1cc509e0a1ffa96008edd'),(131462,2808,'_download_permissions_granted','yes'),(131463,2808,'_recorded_sales','yes'),(131464,2808,'_recorded_coupon_usage_counts','yes'),(131465,2808,'_new_order_email_sent','true'),(131466,2808,'_order_stock_reduced','yes'),(131467,2808,'_billing_first_name','Tanya'),(131468,2808,'_billing_last_name','Kensley'),(131469,2808,'_billing_company','Lice Clinics of America'),(131470,2808,'_billing_address_1','4248 McMurry Ave'),(131471,2808,'_billing_city','Fort Collins'),(131472,2808,'_billing_state','CO'),(131473,2808,'_billing_postcode','80525'),(131474,2808,'_billing_country','US'),(131475,2808,'_billing_email','info@liceclinicsnortherncolorado.com'),(131476,2808,'_billing_phone','9702338787'),(131477,2808,'_shipping_first_name','Lice Clinics'),(131478,2808,'_shipping_last_name','America'),(131479,2808,'_shipping_company','Lice Clinics of America Longmont'),(131480,2808,'_shipping_address_1','1710 Skyway drive'),(131481,2808,'_shipping_address_2','Unit B'),(131482,2808,'_shipping_city','Longmont'),(131483,2808,'_shipping_state','CO'),(131484,2808,'_shipping_postcode','80504'),(131485,2808,'_shipping_country','US'),(131486,2808,'_order_currency','USD'),(131487,2808,'_cart_discount','0'),(131488,2808,'_cart_discount_tax','0'),(131489,2808,'_order_shipping','17.07'),(131490,2808,'_order_shipping_tax','0'),(131491,2808,'_order_tax','0'),(131492,2808,'_order_total','161.95'),(131493,2808,'_order_version','9.1.2'),(131494,2808,'_prices_include_tax','no'),(131495,2808,'_billing_address_index','Tanya Kensley Lice Clinics of America 4248 McMurry Ave  Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(131496,2808,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 1710 Skyway drive Unit B Longmont CO 80504 US '),(131497,2808,'is_vat_exempt','no'),(131498,2808,'_wc_order_attribution_source_type','referral'),(131499,2808,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131500,2808,'_wc_order_attribution_utm_source','lcaportal.com'),(131501,2808,'_wc_order_attribution_utm_medium','referral'),(131502,2808,'_wc_order_attribution_utm_content','/'),(131503,2808,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131504,2808,'_wc_order_attribution_session_start_time','2024-07-24 00:03:04'),(131505,2808,'_wc_order_attribution_session_pages','3'),(131506,2808,'_wc_order_attribution_session_count','3'),(131507,2808,'_wc_order_attribution_user_agent','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'),(131508,2808,'_wc_order_attribution_device_type','Desktop'),(131509,2808,'Payment type','instant'),(131510,2808,'_paypal_status','completed'),(131511,2808,'_transaction_id','2BE82958G5398400S'),(131512,2808,'PayPal Transaction Fee','6.14'),(131513,2808,'_date_paid','1721779533'),(131514,2808,'_paid_date','2024-07-24 00:05:33'),(131520,2806,'_edit_lock','1721839686:2'),(131521,2806,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222701\";s:12:\"date_shipped\";s:10:\"1721779200\";s:11:\"tracking_id\";s:32:\"e23307767b04e848e2f8a21406737649\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222697\";s:12:\"date_shipped\";i:1721839804;s:11:\"tracking_id\";s:32:\"6770b1e934827d8fa20ac64d73a11a28\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222686\";s:12:\"date_shipped\";i:1721839813;s:11:\"tracking_id\";s:32:\"41a078092badc2a106bd78aa672307d7\";}}'),(131522,2806,'_edit_last','2'),(131523,2806,'_date_completed','1721839821'),(131524,2806,'_completed_date','2024-07-24 16:50:21'),(131525,2805,'_edit_lock','1721839747:2'),(131526,2805,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222675\";s:12:\"date_shipped\";s:10:\"1721779200\";s:11:\"tracking_id\";s:32:\"6da1e9c1d8c45aee332e22c40a50b6a2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222664\";s:12:\"date_shipped\";i:1721839858;s:11:\"tracking_id\";s:32:\"0bacd867aea130a2f6e3cbdd06d0e993\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222653\";s:12:\"date_shipped\";i:1721839864;s:11:\"tracking_id\";s:32:\"905ab559f0bf59baa87e4a8632a7e070\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222642\";s:12:\"date_shipped\";i:1721839868;s:11:\"tracking_id\";s:32:\"ceb4e75ee2caad62e0e6276067217c5f\";}}'),(131527,2805,'_edit_last','2'),(131528,2805,'_date_completed','1721839871'),(131529,2805,'_completed_date','2024-07-24 16:51:11'),(131531,2808,'_edit_lock','1721847303:2'),(131532,2808,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222745\";s:12:\"date_shipped\";s:10:\"1721779200\";s:11:\"tracking_id\";s:32:\"8c2d6cb6beb803ef687d981cf6d45527\";}}'),(131533,2808,'_edit_last','2'),(131534,2808,'_date_completed','1721847421'),(131535,2808,'_completed_date','2024-07-24 18:57:01'),(131536,2807,'_edit_lock','1721847490:2'),(131537,2807,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222734\";s:12:\"date_shipped\";s:10:\"1721779200\";s:11:\"tracking_id\";s:32:\"8b884d2f9678746b906462eb8272afaa\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222723\";s:12:\"date_shipped\";i:1721847479;s:11:\"tracking_id\";s:32:\"ffe45afedfe6d653bff664b349074764\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222712\";s:12:\"date_shipped\";i:1721847484;s:11:\"tracking_id\";s:32:\"44eab711892bcb8e35864c12339249bf\";}}'),(131538,2807,'_edit_last','2'),(131539,2807,'_date_completed','1721847486'),(131540,2807,'_completed_date','2024-07-24 18:58:06'),(131542,2809,'_order_key','wc_order_qLRzKM4JTPDR6'),(131543,2809,'_customer_user','50'),(131544,2809,'_payment_method','paypal'),(131545,2809,'_payment_method_title','PayPal'),(131546,2809,'_customer_ip_address','24.62.247.50'),(131547,2809,'_customer_user_agent','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'),(131548,2809,'_created_via','checkout'),(131549,2809,'_cart_hash','308725cf4a7c3bc935092bd79e0b14f2'),(131550,2809,'_download_permissions_granted','yes'),(131551,2809,'_recorded_sales','yes'),(131552,2809,'_recorded_coupon_usage_counts','yes'),(131553,2809,'_new_order_email_sent','true'),(131554,2809,'_order_stock_reduced','yes'),(131555,2809,'_billing_first_name','Christine'),(131556,2809,'_billing_last_name','Cherry'),(131557,2809,'_billing_company','NITS END'),(131558,2809,'_billing_address_1','PO BOX 1092'),(131559,2809,'_billing_city','Campton'),(131560,2809,'_billing_state','NH'),(131561,2809,'_billing_postcode','03223'),(131562,2809,'_billing_country','US'),(131563,2809,'_billing_email','info@liceclinicsplaistow.com'),(131564,2809,'_billing_phone','16034983390'),(131565,2809,'_shipping_first_name','Christine'),(131566,2809,'_shipping_last_name','Cherry'),(131567,2809,'_shipping_company','C/O Linda Brann LCA/Nits End'),(131568,2809,'_shipping_address_1','16 Toppan Dr'),(131569,2809,'_shipping_city','Gorham'),(131570,2809,'_shipping_state','ME'),(131571,2809,'_shipping_postcode','04038'),(131572,2809,'_shipping_country','US'),(131573,2809,'_order_currency','USD'),(131574,2809,'_cart_discount','0'),(131575,2809,'_cart_discount_tax','0'),(131576,2809,'_order_shipping','30.95'),(131577,2809,'_order_shipping_tax','0'),(131578,2809,'_order_tax','0'),(131579,2809,'_order_total','427.43'),(131580,2809,'_order_version','9.1.4'),(131581,2809,'_prices_include_tax','no'),(131582,2809,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(131583,2809,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(131584,2809,'is_vat_exempt','no'),(131585,2809,'_wc_order_attribution_source_type','referral'),(131586,2809,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131587,2809,'_wc_order_attribution_utm_source','lcaportal.com'),(131588,2809,'_wc_order_attribution_utm_medium','referral'),(131589,2809,'_wc_order_attribution_utm_content','/'),(131590,2809,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131591,2809,'_wc_order_attribution_session_start_time','2024-07-24 21:32:17'),(131592,2809,'_wc_order_attribution_session_pages','4'),(131593,2809,'_wc_order_attribution_session_count','1'),(131594,2809,'_wc_order_attribution_user_agent','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'),(131595,2809,'_wc_order_attribution_device_type','Desktop'),(131596,2809,'Payment type','instant'),(131597,2809,'_paypal_status','completed'),(131598,2809,'_transaction_id','67A73767CV383745L'),(131599,2809,'PayPal Transaction Fee','15.41'),(131600,2809,'_date_paid','1721856980'),(131601,2809,'_paid_date','2024-07-24 21:36:20'),(131602,2810,'_order_key','wc_order_5xI7IaUpyw3aO'),(131603,2810,'_customer_user','50'),(131604,2810,'_payment_method','paypal'),(131605,2810,'_payment_method_title','PayPal'),(131606,2810,'_customer_ip_address','24.62.247.50'),(131607,2810,'_customer_user_agent','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'),(131608,2810,'_created_via','checkout'),(131609,2810,'_cart_hash','980254e3481806afbf7bd5eb85f119d4'),(131610,2810,'_download_permissions_granted','yes'),(131611,2810,'_recorded_sales','yes'),(131612,2810,'_recorded_coupon_usage_counts','yes'),(131613,2810,'_new_order_email_sent','true'),(131614,2810,'_order_stock_reduced','yes'),(131615,2810,'_billing_first_name','Christine'),(131616,2810,'_billing_last_name','Cherry'),(131617,2810,'_billing_company','NITS END'),(131618,2810,'_billing_address_1','PO BOX 1092'),(131619,2810,'_billing_city','Campton'),(131620,2810,'_billing_state','NH'),(131621,2810,'_billing_postcode','03223'),(131622,2810,'_billing_country','US'),(131623,2810,'_billing_email','info@liceclinicsplaistow.com'),(131624,2810,'_billing_phone','16034983390'),(131625,2810,'_shipping_first_name','Megan'),(131626,2810,'_shipping_last_name','O\'Neil'),(131627,2810,'_shipping_company','LCA - Nits End / 149091'),(131628,2810,'_shipping_address_1','22 Main St'),(131629,2810,'_shipping_city','Atkinson'),(131630,2810,'_shipping_state','NH'),(131631,2810,'_shipping_postcode','03811'),(131632,2810,'_shipping_country','US'),(131633,2810,'_order_currency','USD'),(131634,2810,'_cart_discount','0'),(131635,2810,'_cart_discount_tax','0'),(131636,2810,'_order_shipping','0'),(131637,2810,'_order_shipping_tax','0'),(131638,2810,'_order_tax','0'),(131639,2810,'_order_total','506.40'),(131640,2810,'_order_version','9.1.2'),(131641,2810,'_prices_include_tax','no'),(131642,2810,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(131643,2810,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(131644,2810,'is_vat_exempt','no'),(131645,2810,'_wc_order_attribution_source_type','referral'),(131646,2810,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131647,2810,'_wc_order_attribution_utm_source','lcaportal.com'),(131648,2810,'_wc_order_attribution_utm_medium','referral'),(131649,2810,'_wc_order_attribution_utm_content','/'),(131650,2810,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131651,2810,'_wc_order_attribution_session_start_time','2024-07-24 21:32:17'),(131652,2810,'_wc_order_attribution_session_pages','11'),(131653,2810,'_wc_order_attribution_session_count','1'),(131654,2810,'_wc_order_attribution_user_agent','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'),(131655,2810,'_wc_order_attribution_device_type','Desktop'),(131656,2810,'Payment type','instant'),(131657,2810,'_paypal_status','completed'),(131658,2810,'_transaction_id','94T72982VF322533V'),(131659,2810,'PayPal Transaction Fee','18.16'),(131660,2810,'_date_paid','1721857156'),(131661,2810,'_paid_date','2024-07-24 21:39:16'),(131662,2811,'_order_key','wc_order_ImNYVKZlA8db1'),(131663,2811,'_customer_user','47'),(131664,2811,'_payment_method','paypal'),(131665,2811,'_payment_method_title','PayPal'),(131666,2811,'_customer_ip_address','64.183.221.78'),(131667,2811,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131668,2811,'_created_via','checkout'),(131669,2811,'_cart_hash','4512aa1d3728ccdc2fd27c28cdb0de67'),(131670,2811,'_download_permissions_granted','yes'),(131671,2811,'_recorded_sales','yes'),(131672,2811,'_recorded_coupon_usage_counts','yes'),(131673,2811,'_new_order_email_sent','true'),(131674,2811,'_order_stock_reduced','yes'),(131675,2811,'_billing_first_name','Tracy'),(131676,2811,'_billing_last_name','Copeland'),(131677,2811,'_billing_company','LCA SA EAST'),(131678,2811,'_billing_address_1','14223 Silverhollow'),(131679,2811,'_billing_city','San Antonio'),(131680,2811,'_billing_state','TX'),(131681,2811,'_billing_postcode','78232'),(131682,2811,'_billing_country','US'),(131683,2811,'_billing_email','info@liceclinicsofsanantonio.com'),(131684,2811,'_billing_phone','2103135033'),(131685,2811,'_shipping_first_name','Tracy'),(131686,2811,'_shipping_last_name','Copeland'),(131687,2811,'_shipping_company','LCA San Antonio East'),(131688,2811,'_shipping_address_1','19115 FM 2252'),(131689,2811,'_shipping_address_2','#17'),(131690,2811,'_shipping_city','Garden Ridge'),(131691,2811,'_shipping_state','TX'),(131692,2811,'_shipping_postcode','78266'),(131693,2811,'_shipping_country','US'),(131694,2811,'_order_currency','USD'),(131695,2811,'_cart_discount','0'),(131696,2811,'_cart_discount_tax','0'),(131697,2811,'_order_shipping','0'),(131698,2811,'_order_shipping_tax','0'),(131699,2811,'_order_tax','0'),(131700,2811,'_order_total','861.90'),(131701,2811,'_order_version','9.1.2'),(131702,2811,'_prices_include_tax','no'),(131703,2811,'_billing_address_index','Tracy Copeland LCA SA EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(131704,2811,'_shipping_address_index','Tracy Copeland LCA San Antonio East 19115 FM 2252 #17 Garden Ridge TX 78266 US '),(131705,2811,'is_vat_exempt','no'),(131706,2811,'_wc_order_attribution_source_type','referral'),(131707,2811,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131708,2811,'_wc_order_attribution_utm_source','lcaportal.com'),(131709,2811,'_wc_order_attribution_utm_medium','referral'),(131710,2811,'_wc_order_attribution_utm_content','/'),(131711,2811,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131712,2811,'_wc_order_attribution_session_start_time','2024-07-25 19:10:55'),(131713,2811,'_wc_order_attribution_session_pages','5'),(131714,2811,'_wc_order_attribution_session_count','1'),(131715,2811,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131716,2811,'_wc_order_attribution_device_type','Desktop'),(131717,2811,'Payment type','instant'),(131718,2811,'_paypal_status','completed'),(131719,2811,'_transaction_id','7M77588534221164D'),(131720,2811,'PayPal Transaction Fee','30.57'),(131721,2811,'_date_paid','1721935716'),(131722,2811,'_paid_date','2024-07-25 19:28:36'),(131723,2812,'_order_key','wc_order_s9OxHC4EdMPUf'),(131724,2812,'_customer_user','20'),(131725,2812,'_payment_method','paypal'),(131726,2812,'_payment_method_title','PayPal'),(131727,2812,'_customer_ip_address','75.84.12.219'),(131728,2812,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(131729,2812,'_created_via','checkout'),(131730,2812,'_cart_hash','f6fc6c9ee7ee8a7203384bd001018960'),(131731,2812,'_download_permissions_granted','yes'),(131732,2812,'_recorded_sales','yes'),(131733,2812,'_recorded_coupon_usage_counts','yes'),(131734,2812,'_new_order_email_sent','true'),(131735,2812,'_order_stock_reduced','yes'),(131736,2812,'_billing_first_name','Hasani'),(131737,2812,'_billing_last_name','Thompson'),(131738,2812,'_billing_company','Heat in Hair'),(131739,2812,'_billing_address_1','27225 Camp Plenty Road'),(131740,2812,'_billing_address_2','1D'),(131741,2812,'_billing_city','Santa Clarita'),(131742,2812,'_billing_state','CA'),(131743,2812,'_billing_postcode','91351'),(131744,2812,'_billing_country','US'),(131745,2812,'_billing_email','info@liceclinicssantaclarita.com'),(131746,2812,'_billing_phone','6615850263'),(131747,2812,'_shipping_first_name','Hasani'),(131748,2812,'_shipping_last_name','Thompson'),(131749,2812,'_shipping_company','Heat in Hair'),(131750,2812,'_shipping_address_1','5145 Nightsky Place'),(131751,2812,'_shipping_city','Palmdale'),(131752,2812,'_shipping_state','CA'),(131753,2812,'_shipping_postcode','93552'),(131754,2812,'_shipping_country','US'),(131755,2812,'_order_currency','USD'),(131756,2812,'_cart_discount','0'),(131757,2812,'_cart_discount_tax','0'),(131758,2812,'_order_shipping','0'),(131759,2812,'_order_shipping_tax','0'),(131760,2812,'_order_tax','0'),(131761,2812,'_order_total','694.50'),(131762,2812,'_order_version','9.1.2'),(131763,2812,'_prices_include_tax','no'),(131764,2812,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(131765,2812,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(131766,2812,'is_vat_exempt','no'),(131767,2812,'_wc_order_attribution_source_type','referral'),(131768,2812,'_wc_order_attribution_referrer','https://lcaportal.com/'),(131769,2812,'_wc_order_attribution_utm_source','lcaportal.com'),(131770,2812,'_wc_order_attribution_utm_medium','referral'),(131771,2812,'_wc_order_attribution_utm_content','/'),(131772,2812,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131773,2812,'_wc_order_attribution_session_start_time','2024-07-25 18:57:07'),(131774,2812,'_wc_order_attribution_session_pages','2'),(131775,2812,'_wc_order_attribution_session_count','16'),(131776,2812,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(131777,2812,'_wc_order_attribution_device_type','Desktop'),(131778,2812,'Payment type','instant'),(131779,2812,'_paypal_status','completed'),(131780,2812,'_transaction_id','1GD13869U9181780G'),(131781,2812,'PayPal Transaction Fee','24.73'),(131782,2812,'_date_paid','1721939220'),(131783,2812,'_paid_date','2024-07-25 20:27:00'),(131784,2810,'_edit_lock','1721941380:2'),(131785,2810,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222995\";s:12:\"date_shipped\";s:10:\"1721865600\";s:11:\"tracking_id\";s:32:\"e52362dde8c19afb558efa733f821256\";}}'),(131786,2810,'_edit_last','2'),(131787,2810,'_date_completed','1721941417'),(131788,2810,'_completed_date','2024-07-25 21:03:37'),(131789,2811,'_edit_lock','1721952199:2'),(131790,2811,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223189\";s:12:\"date_shipped\";s:10:\"1721952000\";s:11:\"tracking_id\";s:32:\"01300deea16239999ff9c84e8eae373f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223178\";s:12:\"date_shipped\";i:1721952295;s:11:\"tracking_id\";s:32:\"1ec24f6a4dc88e9179f17670d2a7f5f1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223167\";s:12:\"date_shipped\";i:1721952304;s:11:\"tracking_id\";s:32:\"8bdb087a7256fd946bccec18370ebbd0\";}}'),(131791,2811,'_edit_last','2'),(131792,2811,'_date_completed','1721952307'),(131793,2811,'_completed_date','2024-07-26 00:05:07'),(131795,2812,'_edit_lock','1722022606:2'),(131796,2812,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223204\";s:12:\"date_shipped\";s:10:\"1721952000\";s:11:\"tracking_id\";s:32:\"ac060575f73c87328e5e9178cac14634\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223190\";s:12:\"date_shipped\";i:1722019068;s:11:\"tracking_id\";s:32:\"d3d68144a5388efc0aa00d16d7e232a7\";}}'),(131797,2812,'_edit_last','2'),(131798,2812,'_date_completed','1722022720'),(131799,2812,'_completed_date','2024-07-26 19:38:40'),(131800,2813,'_order_key','wc_order_atk1DpT7TyTl1'),(131801,2813,'_customer_user','61'),(131802,2813,'_payment_method','paypal'),(131803,2813,'_payment_method_title','PayPal'),(131804,2813,'_customer_ip_address','217.180.201.69'),(131805,2813,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(131806,2813,'_created_via','checkout'),(131807,2813,'_cart_hash','35e7933792d14e143cdc089c826be188'),(131808,2813,'_download_permissions_granted','yes'),(131809,2813,'_recorded_sales','yes'),(131810,2813,'_recorded_coupon_usage_counts','yes'),(131811,2813,'_new_order_email_sent','true'),(131812,2813,'_order_stock_reduced','yes'),(131813,2813,'_billing_first_name','Judith'),(131814,2813,'_billing_last_name','Hayden'),(131815,2813,'_billing_company','LCAL Hayden LLC'),(131816,2813,'_billing_address_1','1795 Alysheba Way'),(131817,2813,'_billing_address_2','Ste 4105'),(131818,2813,'_billing_city','Lexington'),(131819,2813,'_billing_state','KY'),(131820,2813,'_billing_postcode','40509'),(131821,2813,'_billing_country','US'),(131822,2813,'_billing_email','judy@liceclinicslexington.com'),(131823,2813,'_billing_phone','8595376966'),(131824,2813,'_shipping_first_name','Judy'),(131825,2813,'_shipping_last_name','Hayden'),(131826,2813,'_shipping_company','Lice Clinics of America'),(131827,2813,'_shipping_address_1','549 Centre View Blvd'),(131828,2813,'_shipping_address_2','Cambridge Square Bld 24'),(131829,2813,'_shipping_city','Crestview Hills'),(131830,2813,'_shipping_state','KY'),(131831,2813,'_shipping_postcode','41017'),(131832,2813,'_shipping_country','US'),(131833,2813,'_order_currency','USD'),(131834,2813,'_cart_discount','0'),(131835,2813,'_cart_discount_tax','0'),(131836,2813,'_order_shipping','0'),(131837,2813,'_order_shipping_tax','0'),(131838,2813,'_order_tax','0'),(131839,2813,'_order_total','768.04'),(131840,2813,'_order_version','9.1.4'),(131841,2813,'_prices_include_tax','no'),(131842,2813,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(131843,2813,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(131844,2813,'is_vat_exempt','no'),(131845,2813,'_wc_order_attribution_source_type','typein'),(131846,2813,'_wc_order_attribution_utm_source','(direct)'),(131847,2813,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131848,2813,'_wc_order_attribution_session_start_time','2024-07-29 15:07:20'),(131849,2813,'_wc_order_attribution_session_pages','5'),(131850,2813,'_wc_order_attribution_session_count','1'),(131851,2813,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(131852,2813,'_wc_order_attribution_device_type','Desktop'),(131853,2813,'Payment type','instant'),(131854,2813,'_paypal_status','completed'),(131855,2813,'_transaction_id','2T392711A98833107'),(131856,2813,'PayPal Transaction Fee','27.29'),(131857,2813,'_date_paid','1722267145'),(131858,2813,'_paid_date','2024-07-29 15:32:25'),(131859,2814,'_order_key','wc_order_zLjGzfDXCssiR'),(131860,2814,'_customer_user','76'),(131861,2814,'_payment_method','paypal'),(131862,2814,'_payment_method_title','PayPal'),(131863,2814,'_customer_ip_address','174.168.81.180'),(131864,2814,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(131865,2814,'_created_via','checkout'),(131866,2814,'_cart_hash','269bab875dd188395c37a5717f468ba4'),(131867,2814,'_download_permissions_granted','yes'),(131868,2814,'_recorded_sales','yes'),(131869,2814,'_recorded_coupon_usage_counts','yes'),(131870,2814,'_new_order_email_sent','true'),(131871,2814,'_order_stock_reduced','yes'),(131872,2814,'_billing_first_name','Naomi'),(131873,2814,'_billing_last_name','Golden'),(131874,2814,'_billing_company','LCA'),(131875,2814,'_billing_address_1','31 Mann Ave'),(131876,2814,'_billing_city','Needham'),(131877,2814,'_billing_state','MA'),(131878,2814,'_billing_postcode','02492'),(131879,2814,'_billing_country','US'),(131880,2814,'_billing_email','nrgolden6486@gmail.com'),(131881,2814,'_billing_phone','617-851-1322'),(131882,2814,'_shipping_first_name','Naomi'),(131883,2814,'_shipping_last_name','Golden'),(131884,2814,'_shipping_company','LCA'),(131885,2814,'_shipping_address_1','111 Center Street'),(131886,2814,'_shipping_address_2','LCA'),(131887,2814,'_shipping_city','Middleboro'),(131888,2814,'_shipping_state','MA'),(131889,2814,'_shipping_postcode','02346'),(131890,2814,'_shipping_country','US'),(131891,2814,'_order_currency','USD'),(131892,2814,'_cart_discount','0'),(131893,2814,'_cart_discount_tax','0'),(131894,2814,'_order_shipping','0'),(131895,2814,'_order_shipping_tax','0'),(131896,2814,'_order_tax','0'),(131897,2814,'_order_total','534.74'),(131898,2814,'_order_version','9.1.4'),(131899,2814,'_prices_include_tax','no'),(131900,2814,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(131901,2814,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleboro MA 02346 US '),(131902,2814,'is_vat_exempt','no'),(131903,2814,'_wc_order_attribution_source_type','typein'),(131904,2814,'_wc_order_attribution_utm_source','(direct)'),(131905,2814,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131906,2814,'_wc_order_attribution_session_start_time','2024-07-29 16:53:08'),(131907,2814,'_wc_order_attribution_session_pages','18'),(131908,2814,'_wc_order_attribution_session_count','1'),(131909,2814,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(131910,2814,'_wc_order_attribution_device_type','Desktop'),(131911,2814,'Payment type','instant'),(131912,2814,'_paypal_status','completed'),(131913,2814,'_transaction_id','9AY44184T2841272B'),(131914,2814,'PayPal Transaction Fee','19.15'),(131915,2814,'_date_paid','1722272392'),(131916,2814,'_paid_date','2024-07-29 16:59:52'),(131917,2809,'_edit_lock','1722275950:2'),(131918,2809,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992222973\";s:12:\"date_shipped\";s:10:\"1722211200\";s:11:\"tracking_id\";s:32:\"b66f185e9ccf3454d17ed53bc72e866b\";}}'),(131919,2809,'_edit_last','2'),(131920,2809,'_date_completed','1722276043'),(131921,2809,'_completed_date','2024-07-29 18:00:43'),(131922,2813,'_edit_lock','1722276664:2'),(131923,2813,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223605\";s:12:\"date_shipped\";s:10:\"1722211200\";s:11:\"tracking_id\";s:32:\"c56f38a9488aaf3358b599a4bc9bf098\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223590\";s:12:\"date_shipped\";i:1722276778;s:11:\"tracking_id\";s:32:\"b7d72a85287c6f9ff3eec409db833922\";}}'),(131924,2813,'_edit_last','2'),(131925,2813,'_date_completed','1722276792'),(131926,2813,'_completed_date','2024-07-29 18:13:12'),(131927,2815,'_order_key','wc_order_hCBsBrr8PNxd2'),(131928,2815,'_customer_user','3'),(131929,2815,'_payment_method','paypal'),(131930,2815,'_payment_method_title','PayPal'),(131931,2815,'_customer_ip_address','99.22.146.124'),(131932,2815,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131933,2815,'_created_via','checkout'),(131934,2815,'_cart_hash','604cabaabb3e248c58989fb6822602bb'),(131935,2815,'_download_permissions_granted','yes'),(131936,2815,'_recorded_sales','yes'),(131937,2815,'_recorded_coupon_usage_counts','yes'),(131938,2815,'_new_order_email_sent','true'),(131939,2815,'_order_stock_reduced','yes'),(131940,2815,'_billing_first_name','Amanda'),(131941,2815,'_billing_last_name','Westerman'),(131942,2815,'_billing_company','Lice Clinics of America McKinney'),(131943,2815,'_billing_address_1','3120 Hudson Crossing'),(131944,2815,'_billing_address_2','Suite A2'),(131945,2815,'_billing_city','MCKINNEY'),(131946,2815,'_billing_state','TX'),(131947,2815,'_billing_postcode','75070'),(131948,2815,'_billing_country','US'),(131949,2815,'_billing_email','awesterman1103@gmail.com'),(131950,2815,'_billing_phone','2144175741'),(131951,2815,'_shipping_first_name','amanda'),(131952,2815,'_shipping_last_name','westerman'),(131953,2815,'_shipping_company','Lice Clinics of America'),(131954,2815,'_shipping_address_1','1709 Damian Way'),(131955,2815,'_shipping_city','Richardson'),(131956,2815,'_shipping_state','TX'),(131957,2815,'_shipping_postcode','75081'),(131958,2815,'_shipping_country','US'),(131959,2815,'_order_currency','USD'),(131960,2815,'_cart_discount','0'),(131961,2815,'_cart_discount_tax','0'),(131962,2815,'_order_shipping','0'),(131963,2815,'_order_shipping_tax','0'),(131964,2815,'_order_tax','0'),(131965,2815,'_order_total','783.58'),(131966,2815,'_order_version','9.1.4'),(131967,2815,'_prices_include_tax','no'),(131968,2815,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(131969,2815,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(131970,2815,'is_vat_exempt','no'),(131971,2815,'_wc_order_attribution_source_type','referral'),(131972,2815,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(131973,2815,'_wc_order_attribution_utm_source','lcaportal.com'),(131974,2815,'_wc_order_attribution_utm_medium','referral'),(131975,2815,'_wc_order_attribution_utm_content','/'),(131976,2815,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(131977,2815,'_wc_order_attribution_session_start_time','2024-07-30 18:04:16'),(131978,2815,'_wc_order_attribution_session_pages','6'),(131979,2815,'_wc_order_attribution_session_count','4'),(131980,2815,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(131981,2815,'_wc_order_attribution_device_type','Desktop'),(131982,2815,'Payment type','instant'),(131983,2815,'_paypal_status','completed'),(131984,2815,'_transaction_id','0V506615Y8302022D'),(131985,2815,'PayPal Transaction Fee','27.84'),(131986,2815,'_date_paid','1722362842'),(131987,2815,'_paid_date','2024-07-30 18:07:22'),(131988,2815,'_edit_lock','1722378097:2'),(131989,2815,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224141\";s:12:\"date_shipped\";s:10:\"1722297600\";s:11:\"tracking_id\";s:32:\"947dcb8127389d7da2535e6aa558a9dc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224130\";s:12:\"date_shipped\";i:1722378090;s:11:\"tracking_id\";s:32:\"40537e79f2867ebb77b34a76afc586cd\";}}'),(131990,2815,'_edit_last','2'),(131991,2815,'_date_completed','1722378092'),(131992,2815,'_completed_date','2024-07-30 22:21:32'),(131993,2814,'_edit_lock','1722377998:2'),(131994,2814,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223627\";s:12:\"date_shipped\";s:10:\"1722297600\";s:11:\"tracking_id\";s:32:\"3c85aa8fcf87841599adfcb931e8ddf7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992223616\";s:12:\"date_shipped\";i:1722378133;s:11:\"tracking_id\";s:32:\"41a6cfdcb3fa0c5ad0287f44edc4eb0d\";}}'),(131995,2814,'_edit_last','2'),(131996,2814,'_date_completed','1722378135'),(131997,2814,'_completed_date','2024-07-30 22:22:15'),(131998,2816,'_order_key','wc_order_vtzieLjTfX3IZ'),(131999,2816,'_customer_user','90'),(132000,2816,'_payment_method','paypal'),(132001,2816,'_payment_method_title','PayPal'),(132002,2816,'_customer_ip_address','75.48.216.88'),(132003,2816,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(132004,2816,'_created_via','checkout'),(132005,2816,'_cart_hash','a173fa2cc113dc3ffe94043e46c3ef7b'),(132006,2816,'_download_permissions_granted','yes'),(132007,2816,'_recorded_sales','yes'),(132008,2816,'_recorded_coupon_usage_counts','yes'),(132009,2816,'_new_order_email_sent','true'),(132010,2816,'_order_stock_reduced','yes'),(132011,2816,'_billing_first_name','Mike'),(132012,2816,'_billing_last_name','Brehm'),(132013,2816,'_billing_company','Remedy'),(132014,2816,'_billing_address_1','5258 Plainfield Ave NE'),(132015,2816,'_billing_city','Grand Rapids'),(132016,2816,'_billing_state','MI'),(132017,2816,'_billing_postcode','49525'),(132018,2816,'_billing_country','US'),(132019,2816,'_billing_email','rapunzelscorinn@gmail.com'),(132020,2816,'_billing_phone','6164504125'),(132021,2816,'_shipping_first_name','Corinn'),(132022,2816,'_shipping_last_name','Nichols'),(132023,2816,'_shipping_company','LCA Remedy'),(132024,2816,'_shipping_address_1','3500 Dean Lake Ave NE'),(132025,2816,'_shipping_city','Grand Rapids'),(132026,2816,'_shipping_state','MI'),(132027,2816,'_shipping_postcode','49525'),(132028,2816,'_shipping_country','US'),(132029,2816,'_order_currency','USD'),(132030,2816,'_cart_discount','0'),(132031,2816,'_cart_discount_tax','0'),(132032,2816,'_order_shipping','0'),(132033,2816,'_order_shipping_tax','0'),(132034,2816,'_order_tax','0'),(132035,2816,'_order_total','952.32'),(132036,2816,'_order_version','9.1.4'),(132037,2816,'_prices_include_tax','no'),(132038,2816,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(132039,2816,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(132040,2816,'is_vat_exempt','no'),(132041,2816,'_wc_order_attribution_source_type','referral'),(132042,2816,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(132043,2816,'_wc_order_attribution_utm_source','lcaportal.com'),(132044,2816,'_wc_order_attribution_utm_medium','referral'),(132045,2816,'_wc_order_attribution_utm_content','/'),(132046,2816,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132047,2816,'_wc_order_attribution_session_start_time','2024-07-30 18:05:20'),(132048,2816,'_wc_order_attribution_session_pages','5'),(132049,2816,'_wc_order_attribution_session_count','2'),(132050,2816,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(132051,2816,'_wc_order_attribution_device_type','Desktop'),(132052,2816,'Payment type','instant'),(132053,2816,'_paypal_status','completed'),(132054,2816,'_transaction_id','14W60885JW599081W'),(132055,2816,'PayPal Transaction Fee','33.73'),(132056,2816,'_date_paid','1722459681'),(132057,2816,'_paid_date','2024-07-31 21:01:21'),(132058,2817,'_order_key','wc_order_UPwJCzKTVudwY'),(132059,2817,'_customer_user','20'),(132060,2817,'_payment_method','paypal'),(132061,2817,'_payment_method_title','PayPal'),(132062,2817,'_customer_ip_address','76.87.171.180'),(132063,2817,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(132064,2817,'_created_via','checkout'),(132065,2817,'_cart_hash','e8a39304d4627b04ce3e8aa4da3db74e'),(132066,2817,'_download_permissions_granted','yes'),(132067,2817,'_recorded_sales','yes'),(132068,2817,'_recorded_coupon_usage_counts','yes'),(132069,2817,'_new_order_email_sent','true'),(132070,2817,'_order_stock_reduced','yes'),(132071,2817,'_billing_first_name','Hasani'),(132072,2817,'_billing_last_name','Thompson'),(132073,2817,'_billing_company','Heat in Hair'),(132074,2817,'_billing_address_1','27225 Camp Plenty Road'),(132075,2817,'_billing_address_2','1D'),(132076,2817,'_billing_city','Santa Clarita'),(132077,2817,'_billing_state','CA'),(132078,2817,'_billing_postcode','91351'),(132079,2817,'_billing_country','US'),(132080,2817,'_billing_email','info@liceclinicssantaclarita.com'),(132081,2817,'_billing_phone','6615850263'),(132082,2817,'_shipping_first_name','Hasani'),(132083,2817,'_shipping_last_name','Thompson'),(132084,2817,'_shipping_company','Heat in Hair'),(132085,2817,'_shipping_address_1','5145 Nightsky Place'),(132086,2817,'_shipping_city','Palmdale'),(132087,2817,'_shipping_state','CA'),(132088,2817,'_shipping_postcode','93552'),(132089,2817,'_shipping_country','US'),(132090,2817,'_order_currency','USD'),(132091,2817,'_cart_discount','0'),(132092,2817,'_cart_discount_tax','0'),(132093,2817,'_order_shipping','0'),(132094,2817,'_order_shipping_tax','0'),(132095,2817,'_order_tax','0'),(132096,2817,'_order_total','545.08'),(132097,2817,'_order_version','9.1.4'),(132098,2817,'_prices_include_tax','no'),(132099,2817,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(132100,2817,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place  Palmdale CA 93552 US '),(132101,2817,'is_vat_exempt','no'),(132102,2817,'_wc_order_attribution_source_type','referral'),(132103,2817,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132104,2817,'_wc_order_attribution_utm_source','lcaportal.com'),(132105,2817,'_wc_order_attribution_utm_medium','referral'),(132106,2817,'_wc_order_attribution_utm_content','/'),(132107,2817,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132108,2817,'_wc_order_attribution_session_start_time','2024-08-01 06:23:23'),(132109,2817,'_wc_order_attribution_session_pages','6'),(132110,2817,'_wc_order_attribution_session_count','1'),(132111,2817,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(132112,2817,'_wc_order_attribution_device_type','Desktop'),(132113,2817,'Payment type','instant'),(132114,2817,'_paypal_status','completed'),(132115,2817,'_transaction_id','1GB92820M3694362X'),(132116,2817,'PayPal Transaction Fee','19.51'),(132117,2817,'_date_paid','1722493893'),(132118,2817,'_paid_date','2024-08-01 06:31:33'),(132119,2818,'_order_key','wc_order_5cu5hz1TxVl7C'),(132120,2818,'_customer_user','11'),(132121,2818,'_payment_method','paypal'),(132122,2818,'_payment_method_title','PayPal'),(132123,2818,'_customer_ip_address','65.186.66.106'),(132124,2818,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(132125,2818,'_created_via','checkout'),(132126,2818,'_cart_hash','087f6639c2c392eb6f7ec14e0dbccbe7'),(132127,2818,'_download_permissions_granted','yes'),(132128,2818,'_recorded_sales','yes'),(132129,2818,'_recorded_coupon_usage_counts','yes'),(132130,2818,'_new_order_email_sent','true'),(132131,2818,'_order_stock_reduced','yes'),(132132,2818,'_billing_first_name','Tina'),(132133,2818,'_billing_last_name','Hunt'),(132134,2818,'_billing_company','LCBG, LLC'),(132135,2818,'_billing_address_1','830 Fairview Ave.'),(132136,2818,'_billing_address_2','Suite A-4'),(132137,2818,'_billing_city','Bowling Green'),(132138,2818,'_billing_state','KY'),(132139,2818,'_billing_postcode','42101'),(132140,2818,'_billing_country','US'),(132141,2818,'_billing_email','lcbgky12@gmail.com'),(132142,2818,'_billing_phone','2709996803'),(132143,2818,'_shipping_first_name','Tina'),(132144,2818,'_shipping_last_name','Hunt'),(132145,2818,'_shipping_company','LCBG, LLC'),(132146,2818,'_shipping_address_1','830 Fairview Ave.'),(132147,2818,'_shipping_address_2','Suite A-4'),(132148,2818,'_shipping_city','Bowling Green'),(132149,2818,'_shipping_state','KY'),(132150,2818,'_shipping_postcode','42101'),(132151,2818,'_shipping_country','US'),(132152,2818,'_order_currency','USD'),(132153,2818,'_cart_discount','0'),(132154,2818,'_cart_discount_tax','0'),(132155,2818,'_order_shipping','18.87'),(132156,2818,'_order_shipping_tax','0'),(132157,2818,'_order_tax','0'),(132158,2818,'_order_total','355.38'),(132159,2818,'_order_version','9.1.4'),(132160,2818,'_prices_include_tax','no'),(132161,2818,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(132162,2818,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(132163,2818,'is_vat_exempt','no'),(132164,2818,'_wc_order_attribution_source_type','referral'),(132165,2818,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132166,2818,'_wc_order_attribution_utm_source','lcaportal.com'),(132167,2818,'_wc_order_attribution_utm_medium','referral'),(132168,2818,'_wc_order_attribution_utm_content','/'),(132169,2818,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132170,2818,'_wc_order_attribution_session_start_time','2024-08-01 13:22:44'),(132171,2818,'_wc_order_attribution_session_pages','4'),(132172,2818,'_wc_order_attribution_session_count','7'),(132173,2818,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(132174,2818,'_wc_order_attribution_device_type','Desktop'),(132175,2818,'Payment type','instant'),(132176,2818,'_paypal_status','completed'),(132177,2818,'_transaction_id','1LR04161SD337713B'),(132178,2818,'PayPal Transaction Fee','12.89'),(132179,2818,'_date_paid','1722518761'),(132180,2818,'_paid_date','2024-08-01 13:26:01'),(132181,2819,'_order_key','wc_order_PdojWbACJpEed'),(132182,2819,'_customer_user','46'),(132183,2819,'_payment_method','paypal'),(132184,2819,'_payment_method_title','PayPal'),(132185,2819,'_customer_ip_address','72.47.75.84'),(132186,2819,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132187,2819,'_created_via','checkout'),(132188,2819,'_cart_hash','231fcb8a6e0e87af2a87e6eefd403a0c'),(132189,2819,'_download_permissions_granted','yes'),(132190,2819,'_recorded_sales','yes'),(132191,2819,'_recorded_coupon_usage_counts','yes'),(132192,2819,'_new_order_email_sent','true'),(132193,2819,'_order_stock_reduced','yes'),(132194,2819,'_billing_first_name','Ashe'),(132195,2819,'_billing_last_name','montalvo'),(132196,2819,'_billing_company','lice clincs of america jonesboro'),(132197,2819,'_billing_address_1','1406 Market Place'),(132198,2819,'_billing_address_2','Apartment 10'),(132199,2819,'_billing_city','Jonesboro'),(132200,2819,'_billing_state','AR'),(132201,2819,'_billing_postcode','72404'),(132202,2819,'_billing_country','US'),(132203,2819,'_billing_email','bsdashlynf@gmail.com'),(132204,2819,'_billing_phone','8706132520'),(132205,2819,'_shipping_first_name','Ashe'),(132206,2819,'_shipping_last_name','montalvo'),(132207,2819,'_shipping_company','lice clincs of america jonesboro'),(132208,2819,'_shipping_address_1','3114 Fox Road'),(132209,2819,'_shipping_address_2','suite D'),(132210,2819,'_shipping_city','Jonesboro'),(132211,2819,'_shipping_state','AR'),(132212,2819,'_shipping_postcode','72404'),(132213,2819,'_shipping_country','US'),(132214,2819,'_order_currency','USD'),(132215,2819,'_cart_discount','0'),(132216,2819,'_cart_discount_tax','0'),(132217,2819,'_order_shipping','16.7'),(132218,2819,'_order_shipping_tax','0'),(132219,2819,'_order_tax','0'),(132220,2819,'_order_total','241.51'),(132221,2819,'_order_version','9.1.4'),(132222,2819,'_prices_include_tax','no'),(132223,2819,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(132224,2819,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(132225,2819,'is_vat_exempt','no'),(132226,2819,'_wc_order_attribution_source_type','referral'),(132227,2819,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132228,2819,'_wc_order_attribution_utm_source','lcaportal.com'),(132229,2819,'_wc_order_attribution_utm_medium','referral'),(132230,2819,'_wc_order_attribution_utm_content','/'),(132231,2819,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132232,2819,'_wc_order_attribution_session_start_time','2024-07-31 15:07:57'),(132233,2819,'_wc_order_attribution_session_pages','1'),(132234,2819,'_wc_order_attribution_session_count','2'),(132235,2819,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132236,2819,'_wc_order_attribution_device_type','Desktop'),(132237,2819,'Payment type','instant'),(132238,2819,'_paypal_status','completed'),(132239,2819,'_transaction_id','7LM58823VE8537307'),(132240,2819,'PayPal Transaction Fee','8.92'),(132241,2819,'_date_paid','1722525546'),(132242,2819,'_paid_date','2024-08-01 15:19:06'),(132243,2816,'_edit_lock','1722607608:2'),(132244,2816,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224336\";s:12:\"date_shipped\";s:10:\"1722470400\";s:11:\"tracking_id\";s:32:\"bafe3394ac2da85d8e292aac49f6ce4f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224325\";s:12:\"date_shipped\";i:1722532203;s:11:\"tracking_id\";s:32:\"3db55b49ecfc76d6628917b3978c42e5\";}}'),(132245,2818,'_edit_lock','1722607529:2'),(132246,2818,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224406\";s:12:\"date_shipped\";s:10:\"1722556800\";s:11:\"tracking_id\";s:32:\"db6c9c01c86b1802ae49b30358350175\";}}'),(132247,2818,'_edit_last','2'),(132248,2818,'_date_completed','1722607525'),(132249,2818,'_completed_date','2024-08-02 14:05:25'),(132250,2819,'_edit_lock','1722607418:2'),(132251,2819,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224417\";s:12:\"date_shipped\";s:10:\"1722556800\";s:11:\"tracking_id\";s:32:\"d577c089a893c33e2e6dcef613378abd\";}}'),(132252,2819,'_edit_last','2'),(132253,2819,'_date_completed','1722607555'),(132254,2819,'_completed_date','2024-08-02 14:05:55'),(132255,2817,'_edit_lock','1722607597:2'),(132256,2817,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224358\";s:12:\"date_shipped\";s:10:\"1722556800\";s:11:\"tracking_id\";s:32:\"99d8617c18b39daaaa09174f2b56757b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224347\";s:12:\"date_shipped\";i:1722607590;s:11:\"tracking_id\";s:32:\"726c83eb116e0bd5d0b6c55728202455\";}}'),(132257,2817,'_edit_last','2'),(132258,2817,'_date_completed','1722607593'),(132259,2817,'_completed_date','2024-08-02 14:06:33'),(132260,2816,'_edit_last','2'),(132261,2816,'_date_completed','1722607604'),(132262,2816,'_completed_date','2024-08-02 14:06:44'),(132263,2821,'_wp_attached_file','2024/01/2024KitUrgent100.webp'),(132264,2821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2024/01/2024KitUrgent100.webp\";s:8:\"filesize\";i:28450;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"2024KitUrgent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9274;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"2024KitUrgent100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1946;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132266,2822,'_wp_attached_file','2024/01/2024KitUrgentAndPrevent100.webp'),(132267,2822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2024/01/2024KitUrgentAndPrevent100.webp\";s:8:\"filesize\";i:33956;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11030;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4068;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11030;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"2024KitUrgentAndPrevent100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132269,2823,'_wp_attached_file','2023/09/2024ActiveRinse16oz100.webp'),(132270,2823,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2023/09/2024ActiveRinse16oz100.webp\";s:8:\"filesize\";i:12820;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4618;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1842;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4618;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse16oz100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1064;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132272,2824,'_wp_attached_file','2023/09/2024ActiveRinse8oz100.webp'),(132273,2824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2023/09/2024ActiveRinse8oz100.webp\";s:8:\"filesize\";i:10944;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1610;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4034;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ActiveRinse8oz100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:936;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132275,2825,'_wp_attached_file','2021/03/2024ActiveRinse2oz.webp'),(132276,2825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/2024ActiveRinse2oz.webp\";s:8:\"filesize\";i:3912;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1292;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:510;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024ActiveRinse2oz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132277,120,'sg_product_enable','no'),(132278,120,'sg_product_disable','no'),(132279,120,'group_of_quantity',''),(132280,120,'minimum_allowed_quantity',''),(132281,120,'maximum_allowed_quantity',''),(132282,120,'minmax_do_not_count','no'),(132283,120,'minmax_cart_exclude','no'),(132284,120,'minmax_category_group_of_exclude','no'),(132286,120,'ast-site-content-layout','default'),(132287,120,'site-content-style','default'),(132288,120,'site-sidebar-style','default'),(132290,2826,'_wp_attached_file','2021/03/2024KitUrgentAndPrevent5050.webp'),(132291,2826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2021/03/2024KitUrgentAndPrevent5050.webp\";s:8:\"filesize\";i:29718;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9352;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3368;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9352;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"2024KitUrgentAndPrevent5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132292,118,'sg_product_enable','no'),(132293,118,'sg_product_disable','no'),(132294,118,'group_of_quantity',''),(132295,118,'minimum_allowed_quantity',''),(132296,118,'maximum_allowed_quantity',''),(132297,118,'minmax_do_not_count','no'),(132298,118,'minmax_cart_exclude','no'),(132299,118,'minmax_category_group_of_exclude','no'),(132301,118,'ast-site-content-layout','default'),(132302,118,'site-content-style','default'),(132303,118,'site-sidebar-style','default'),(132305,2827,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050.webp'),(132306,2827,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/2024ActiveRinse8oz5050.webp\";s:8:\"filesize\";i:6792;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:870;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2216;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024ActiveRinse8oz5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132308,23,'ast-site-content-layout','default'),(132309,23,'site-content-style','default'),(132310,23,'site-sidebar-style','default'),(132312,2828,'_wp_attached_file','2021/03/2024KitUrgent5050.webp'),(132313,2828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024KitUrgent5050.webp\";s:8:\"filesize\";i:24754;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2814;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024KitUrgent5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7654;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitUrgent5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1524;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132314,51,'sg_product_enable','no'),(132315,51,'sg_product_disable','no'),(132316,51,'group_of_quantity',''),(132317,51,'minimum_allowed_quantity',''),(132318,51,'maximum_allowed_quantity',''),(132319,51,'minmax_do_not_count','no'),(132320,51,'minmax_cart_exclude','no'),(132321,51,'minmax_category_group_of_exclude','no'),(132322,51,'_stock',NULL),(132324,51,'ast-site-content-layout','default'),(132325,51,'site-content-style','default'),(132326,51,'site-sidebar-style','default'),(132328,2829,'_wp_attached_file','2021/03/2024PreventativeDetanglingSpray.webp'),(132329,2829,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2021/03/2024PreventativeDetanglingSpray.webp\";s:8:\"filesize\";i:7834;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2544;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:944;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2544;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventativeDetanglingSpray-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:554;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132330,49,'sg_product_enable','no'),(132331,49,'sg_product_disable','no'),(132332,49,'group_of_quantity',''),(132333,49,'minimum_allowed_quantity',''),(132334,49,'maximum_allowed_quantity',''),(132335,49,'minmax_do_not_count','no'),(132336,49,'minmax_cart_exclude','no'),(132337,49,'minmax_category_group_of_exclude','no'),(132339,49,'ast-site-content-layout','default'),(132340,49,'site-content-style','default'),(132341,49,'site-sidebar-style','default'),(132343,2830,'_wp_attached_file','2021/03/2024ClarifyingShampoo.webp'),(132344,2830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024ClarifyingShampoo.webp\";s:8:\"filesize\";i:7972;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:934;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2546;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024ClarifyingShampoo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132345,45,'sg_product_enable','no'),(132346,45,'sg_product_disable','no'),(132347,45,'group_of_quantity',''),(132348,45,'minimum_allowed_quantity',''),(132349,45,'maximum_allowed_quantity',''),(132350,45,'minmax_do_not_count','no'),(132351,45,'minmax_cart_exclude','no'),(132352,45,'minmax_category_group_of_exclude','no'),(132354,45,'ast-site-content-layout','default'),(132355,45,'site-content-style','default'),(132356,45,'site-sidebar-style','default'),(132358,2831,'_wp_attached_file','2021/03/2024KitPreventive.webp'),(132359,2831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024KitPreventive.webp\";s:8:\"filesize\";i:16480;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024KitPreventive-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5040;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024KitPreventive-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132360,44,'sg_product_enable','no'),(132361,44,'sg_product_disable','no'),(132362,44,'group_of_quantity',''),(132363,44,'minimum_allowed_quantity',''),(132364,44,'maximum_allowed_quantity',''),(132365,44,'minmax_do_not_count','no'),(132366,44,'minmax_cart_exclude','no'),(132367,44,'minmax_category_group_of_exclude','no'),(132368,44,'_stock',NULL),(132370,44,'ast-site-content-layout','default'),(132371,44,'site-content-style','default'),(132372,44,'site-sidebar-style','default'),(132374,2832,'_wp_attached_file','2021/03/2024CombOutMousse.webp'),(132375,2832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2021/03/2024CombOutMousse.webp\";s:8:\"filesize\";i:5802;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:752;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024CombOutMousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1910;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024CombOutMousse-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:432;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132376,42,'sg_product_enable','no'),(132377,42,'sg_product_disable','no'),(132378,42,'group_of_quantity',''),(132379,42,'minimum_allowed_quantity',''),(132380,42,'maximum_allowed_quantity',''),(132381,42,'minmax_do_not_count','no'),(132382,42,'minmax_cart_exclude','no'),(132383,42,'minmax_category_group_of_exclude','no'),(132384,42,'_stock',NULL),(132386,42,'ast-site-content-layout','default'),(132387,42,'site-content-style','default'),(132388,42,'site-sidebar-style','default'),(132390,2833,'_wp_attached_file','2021/03/2024PreventativeSpray.webp'),(132391,2833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024PreventativeSpray.webp\";s:8:\"filesize\";i:7814;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2490;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:926;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024PreventativeSpray-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2490;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventativeSpray-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:564;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132392,43,'sg_product_enable','no'),(132393,43,'sg_product_disable','no'),(132394,43,'group_of_quantity',''),(132395,43,'minimum_allowed_quantity',''),(132396,43,'maximum_allowed_quantity',''),(132397,43,'minmax_do_not_count','no'),(132398,43,'minmax_cart_exclude','no'),(132399,43,'minmax_category_group_of_exclude','no'),(132400,43,'_stock',NULL),(132402,43,'ast-site-content-layout','default'),(132403,43,'site-content-style','default'),(132404,43,'site-sidebar-style','default'),(132406,2834,'_wp_attached_file','2021/03/2024PreventiveConditioner.webp'),(132407,2834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024PreventiveConditioner.webp\";s:8:\"filesize\";i:7852;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024PreventiveConditioner-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2536;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveConditioner-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132408,40,'sg_product_enable','no'),(132409,40,'sg_product_disable','no'),(132410,40,'group_of_quantity',''),(132411,40,'minimum_allowed_quantity',''),(132412,40,'maximum_allowed_quantity',''),(132413,40,'minmax_do_not_count','no'),(132414,40,'minmax_cart_exclude','no'),(132415,40,'minmax_category_group_of_exclude','no'),(132416,40,'_stock',NULL),(132418,40,'ast-site-content-layout','default'),(132419,40,'site-content-style','default'),(132420,40,'site-sidebar-style','default'),(132422,2835,'_wp_attached_file','2021/03/2024TerminatorComb.webp'),(132423,2835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/2024TerminatorComb.webp\";s:8:\"filesize\";i:18152;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1992;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024TerminatorComb-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5628;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024TerminatorComb-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132424,41,'_stock',NULL),(132426,41,'ast-site-content-layout','default'),(132427,41,'site-content-style','default'),(132428,41,'site-sidebar-style','default'),(132430,2836,'_wp_attached_file','2021/03/2024PreventiveShampoo.webp'),(132431,2836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:34:\"2021/03/2024PreventiveShampoo.webp\";s:8:\"filesize\";i:7656;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:892;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"2024PreventiveShampoo-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2448;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"2024PreventiveShampoo-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132432,39,'sg_product_enable','no'),(132433,39,'sg_product_disable','no'),(132434,39,'group_of_quantity',''),(132435,39,'minimum_allowed_quantity',''),(132436,39,'maximum_allowed_quantity',''),(132437,39,'minmax_do_not_count','no'),(132438,39,'minmax_cart_exclude','no'),(132439,39,'minmax_category_group_of_exclude','no'),(132440,39,'_stock',NULL),(132442,39,'ast-site-content-layout','default'),(132443,39,'site-content-style','default'),(132444,39,'site-sidebar-style','default'),(132446,2837,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050.webp'),(132447,2837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/03/2024ActiveRinse16oz5050.webp\";s:8:\"filesize\";i:12614;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4606;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse16oz5050-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132448,2838,'_order_key','wc_order_HiriKRWuy8P89'),(132449,2838,'_customer_user','5'),(132450,2838,'_payment_method','paypal'),(132451,2838,'_payment_method_title','PayPal'),(132452,2838,'_customer_ip_address','73.11.110.46'),(132453,2838,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132454,2838,'_created_via','checkout'),(132455,2838,'_cart_hash','11115ac2bca5bc5e2382a4f3efb8da12'),(132456,2838,'_download_permissions_granted','yes'),(132457,2838,'_recorded_sales','yes'),(132458,2838,'_recorded_coupon_usage_counts','yes'),(132459,2838,'_new_order_email_sent','true'),(132460,2838,'_order_stock_reduced','yes'),(132461,2838,'_billing_first_name','Mark'),(132462,2838,'_billing_last_name','Meyer'),(132463,2838,'_billing_company','lice clinics of america- portland'),(132464,2838,'_billing_address_1','5201 SW Westgate Dr suite 106'),(132465,2838,'_billing_address_2','#106'),(132466,2838,'_billing_city','Portland'),(132467,2838,'_billing_state','OR'),(132468,2838,'_billing_postcode','97221'),(132469,2838,'_billing_country','US'),(132470,2838,'_billing_email','noemi.and.mark@nwliceclinics.com'),(132471,2838,'_billing_phone','5034040475'),(132472,2838,'_shipping_first_name','Shawnde'),(132473,2838,'_shipping_last_name','Russell'),(132474,2838,'_shipping_company','Lice Clinics Of America'),(132475,2838,'_shipping_address_1','1444 NW College Way Suite 6'),(132476,2838,'_shipping_address_2','Suite 6'),(132477,2838,'_shipping_city','Bend'),(132478,2838,'_shipping_state','OR'),(132479,2838,'_shipping_postcode','97703'),(132480,2838,'_shipping_country','US'),(132481,2838,'_order_currency','USD'),(132482,2838,'_cart_discount','0'),(132483,2838,'_cart_discount_tax','0'),(132484,2838,'_order_shipping','27.68'),(132485,2838,'_order_shipping_tax','0'),(132486,2838,'_order_tax','0'),(132487,2838,'_order_total','303.44'),(132488,2838,'_order_version','9.1.4'),(132489,2838,'_prices_include_tax','no'),(132490,2838,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(132491,2838,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(132492,2838,'is_vat_exempt','no'),(132493,2838,'_wc_order_attribution_source_type','referral'),(132494,2838,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132495,2838,'_wc_order_attribution_utm_source','lcaportal.com'),(132496,2838,'_wc_order_attribution_utm_medium','referral'),(132497,2838,'_wc_order_attribution_utm_content','/'),(132498,2838,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132499,2838,'_wc_order_attribution_session_start_time','2024-08-02 21:28:38'),(132500,2838,'_wc_order_attribution_session_pages','4'),(132501,2838,'_wc_order_attribution_session_count','1'),(132502,2838,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132503,2838,'_wc_order_attribution_device_type','Desktop'),(132504,2838,'Payment type','instant'),(132505,2838,'_paypal_status','completed'),(132506,2838,'_transaction_id','9S971683XC0493817'),(132507,2838,'PayPal Transaction Fee','11.08'),(132508,2838,'_date_paid','1722634610'),(132509,2838,'_paid_date','2024-08-02 21:36:50'),(132510,2839,'_order_key','wc_order_uTPBDsYhO2pSm'),(132511,2839,'_customer_user','5'),(132512,2839,'_payment_method','paypal'),(132513,2839,'_payment_method_title','PayPal'),(132514,2839,'_customer_ip_address','73.11.110.46'),(132515,2839,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132516,2839,'_created_via','checkout'),(132517,2839,'_cart_hash','75e43f29c67a08bce23986a7e220ebc8'),(132518,2839,'_download_permissions_granted','yes'),(132519,2839,'_recorded_sales','yes'),(132520,2839,'_recorded_coupon_usage_counts','yes'),(132521,2839,'_new_order_email_sent','true'),(132522,2839,'_order_stock_reduced','yes'),(132523,2839,'_billing_first_name','Mark'),(132524,2839,'_billing_last_name','Meyer'),(132525,2839,'_billing_company','lice clinics of america- portland'),(132526,2839,'_billing_address_1','5201 SW Westgate Dr suite 106'),(132527,2839,'_billing_address_2','#106'),(132528,2839,'_billing_city','Portland'),(132529,2839,'_billing_state','OR'),(132530,2839,'_billing_postcode','97221'),(132531,2839,'_billing_country','US'),(132532,2839,'_billing_email','noemi.and.mark@nwliceclinics.com'),(132533,2839,'_billing_phone','5034040475'),(132534,2839,'_shipping_first_name','Mark'),(132535,2839,'_shipping_last_name','Meyer'),(132536,2839,'_shipping_company','lice clinics of america- portland'),(132537,2839,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(132538,2839,'_shipping_address_2','#106'),(132539,2839,'_shipping_city','Portland'),(132540,2839,'_shipping_state','OR'),(132541,2839,'_shipping_postcode','97221'),(132542,2839,'_shipping_country','US'),(132543,2839,'_order_currency','USD'),(132544,2839,'_cart_discount','0'),(132545,2839,'_cart_discount_tax','0'),(132546,2839,'_order_shipping','0'),(132547,2839,'_order_shipping_tax','0'),(132548,2839,'_order_tax','0'),(132549,2839,'_order_total','3506.76'),(132550,2839,'_order_version','9.1.4'),(132551,2839,'_prices_include_tax','no'),(132552,2839,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(132553,2839,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 #106 Portland OR 97221 US '),(132554,2839,'is_vat_exempt','no'),(132555,2839,'_wc_order_attribution_source_type','referral'),(132556,2839,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132557,2839,'_wc_order_attribution_utm_source','lcaportal.com'),(132558,2839,'_wc_order_attribution_utm_medium','referral'),(132559,2839,'_wc_order_attribution_utm_content','/'),(132560,2839,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132561,2839,'_wc_order_attribution_session_start_time','2024-08-02 23:12:34'),(132562,2839,'_wc_order_attribution_session_pages','4'),(132563,2839,'_wc_order_attribution_session_count','2'),(132564,2839,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(132565,2839,'_wc_order_attribution_device_type','Desktop'),(132566,2839,'Payment type','instant'),(132567,2839,'_paypal_status','completed'),(132568,2839,'_transaction_id','20M04223MV3340409'),(132569,2839,'PayPal Transaction Fee','122.88'),(132570,2839,'_date_paid','1722641222'),(132571,2839,'_paid_date','2024-08-02 23:27:02'),(132572,2840,'_order_key','wc_order_ht6gPBijilPFv'),(132573,2840,'_customer_user','50'),(132574,2840,'_payment_method','paypal'),(132575,2840,'_payment_method_title','PayPal'),(132576,2840,'_customer_ip_address','24.62.247.50'),(132577,2840,'_customer_user_agent','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'),(132578,2840,'_created_via','checkout'),(132579,2840,'_cart_hash','e7ab8ae10a3c303b630a5e65f7a98e1e'),(132580,2840,'_download_permissions_granted','yes'),(132581,2840,'_recorded_sales','yes'),(132582,2840,'_recorded_coupon_usage_counts','yes'),(132583,2840,'_new_order_email_sent','true'),(132584,2840,'_order_stock_reduced','yes'),(132585,2840,'_billing_first_name','Christine'),(132586,2840,'_billing_last_name','Cherry'),(132587,2840,'_billing_company','NITS END'),(132588,2840,'_billing_address_1','PO BOX 1092'),(132589,2840,'_billing_city','Campton'),(132590,2840,'_billing_state','NH'),(132591,2840,'_billing_postcode','03223'),(132592,2840,'_billing_country','US'),(132593,2840,'_billing_email','info@liceclinicsplaistow.com'),(132594,2840,'_billing_phone','16034983390'),(132595,2840,'_shipping_first_name','Christine'),(132596,2840,'_shipping_last_name','Cherry'),(132597,2840,'_shipping_company','C/O Linda Brann LCA/Nits End'),(132598,2840,'_shipping_address_1','16 Toppan Dr'),(132599,2840,'_shipping_city','Gorham'),(132600,2840,'_shipping_state','ME'),(132601,2840,'_shipping_postcode','04038'),(132602,2840,'_shipping_country','US'),(132603,2840,'_order_currency','USD'),(132604,2840,'_cart_discount','0'),(132605,2840,'_cart_discount_tax','0'),(132606,2840,'_order_shipping','0'),(132607,2840,'_order_shipping_tax','0'),(132608,2840,'_order_tax','0'),(132609,2840,'_order_total','526.40'),(132610,2840,'_order_version','9.1.4'),(132611,2840,'_prices_include_tax','no'),(132612,2840,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(132613,2840,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(132614,2840,'is_vat_exempt','no'),(132615,2840,'_wc_order_attribution_source_type','referral'),(132616,2840,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132617,2840,'_wc_order_attribution_utm_source','lcaportal.com'),(132618,2840,'_wc_order_attribution_utm_medium','referral'),(132619,2840,'_wc_order_attribution_utm_content','/'),(132620,2840,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132621,2840,'_wc_order_attribution_session_start_time','2024-08-03 13:34:15'),(132622,2840,'_wc_order_attribution_session_pages','4'),(132623,2840,'_wc_order_attribution_session_count','2'),(132624,2840,'_wc_order_attribution_user_agent','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'),(132625,2840,'_wc_order_attribution_device_type','Desktop'),(132626,2840,'Payment type','instant'),(132627,2840,'_paypal_status','completed'),(132628,2840,'_transaction_id','1AJ73728BB4570544'),(132629,2840,'PayPal Transaction Fee','18.86'),(132630,2840,'_date_paid','1722692441'),(132631,2840,'_paid_date','2024-08-03 13:40:41'),(132632,2841,'_order_key','wc_order_4F2bsSjpbCfoq'),(132633,2841,'_customer_user','50'),(132634,2841,'_payment_method','paypal'),(132635,2841,'_payment_method_title','PayPal'),(132636,2841,'_customer_ip_address','24.62.247.50'),(132637,2841,'_customer_user_agent','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'),(132638,2841,'_created_via','checkout'),(132639,2841,'_cart_hash','307e3a0af2dcaca3f9689dc1618f174a'),(132640,2841,'_download_permissions_granted','yes'),(132641,2841,'_recorded_sales','yes'),(132642,2841,'_recorded_coupon_usage_counts','yes'),(132643,2841,'_new_order_email_sent','true'),(132644,2841,'_order_stock_reduced','yes'),(132645,2841,'_billing_first_name','Christine'),(132646,2841,'_billing_last_name','Cherry'),(132647,2841,'_billing_company','NITS END'),(132648,2841,'_billing_address_1','PO BOX 1092'),(132649,2841,'_billing_city','Campton'),(132650,2841,'_billing_state','NH'),(132651,2841,'_billing_postcode','03223'),(132652,2841,'_billing_country','US'),(132653,2841,'_billing_email','info@liceclinicsplaistow.com'),(132654,2841,'_billing_phone','16034983390'),(132655,2841,'_shipping_first_name','Megan'),(132656,2841,'_shipping_last_name','O\'Neil'),(132657,2841,'_shipping_company','LCA - Nits End / 149091'),(132658,2841,'_shipping_address_1','22 Main St'),(132659,2841,'_shipping_city','Atkinson'),(132660,2841,'_shipping_state','NH'),(132661,2841,'_shipping_postcode','03811'),(132662,2841,'_shipping_country','US'),(132663,2841,'_order_currency','USD'),(132664,2841,'_cart_discount','0'),(132665,2841,'_cart_discount_tax','0'),(132666,2841,'_order_shipping','31.16'),(132667,2841,'_order_shipping_tax','0'),(132668,2841,'_order_tax','0'),(132669,2841,'_order_total','462.80'),(132670,2841,'_order_version','9.1.4'),(132671,2841,'_prices_include_tax','no'),(132672,2841,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(132673,2841,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(132674,2841,'is_vat_exempt','no'),(132675,2841,'_wc_order_attribution_source_type','referral'),(132676,2841,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132677,2841,'_wc_order_attribution_utm_source','lcaportal.com'),(132678,2841,'_wc_order_attribution_utm_medium','referral'),(132679,2841,'_wc_order_attribution_utm_content','/'),(132680,2841,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132681,2841,'_wc_order_attribution_session_start_time','2024-08-05 15:11:24'),(132682,2841,'_wc_order_attribution_session_pages','6'),(132683,2841,'_wc_order_attribution_session_count','3'),(132684,2841,'_wc_order_attribution_user_agent','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'),(132685,2841,'_wc_order_attribution_device_type','Desktop'),(132686,2841,'Payment type','instant'),(132687,2841,'_paypal_status','completed'),(132688,2841,'_transaction_id','2MU69302F7385635U'),(132689,2841,'PayPal Transaction Fee','16.64'),(132690,2841,'_date_paid','1722870848'),(132691,2841,'_paid_date','2024-08-05 15:14:08'),(132692,2842,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050-1.webp'),(132693,2842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024ActiveRinse16oz5050-1.webp\";s:8:\"filesize\";i:8550;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2876;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2876;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132695,38,'ast-site-content-layout','default'),(132696,38,'site-content-style','default'),(132697,38,'site-sidebar-style','default'),(132699,2838,'_edit_lock','1722877974:2'),(132700,2839,'_edit_lock','1722877809:2'),(132701,2838,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224715\";s:12:\"date_shipped\";s:10:\"1722816000\";s:11:\"tracking_id\";s:32:\"db4280b2c0c8ae64cf92e698220744a6\";}}'),(132702,2838,'_edit_last','2'),(132703,2839,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224818\";s:12:\"date_shipped\";s:10:\"1722816000\";s:11:\"tracking_id\";s:32:\"060d248a5b85c5d826ee41dd7c79de75\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224807\";s:12:\"date_shipped\";i:1722877542;s:11:\"tracking_id\";s:32:\"b2587ef7d26ad2547983ce03fc81f1f3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224792\";s:12:\"date_shipped\";i:1722877547;s:11:\"tracking_id\";s:32:\"c3de6ae34d79e8f1e2beb99c88f6b653\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224781\";s:12:\"date_shipped\";i:1722877556;s:11:\"tracking_id\";s:32:\"5cc947e5ed9bfff7906599ea6b2d3cf7\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224770\";s:12:\"date_shipped\";i:1722877563;s:11:\"tracking_id\";s:32:\"509531e7aa4757c0c7d16da9c52f2af6\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224760\";s:12:\"date_shipped\";i:1722877570;s:11:\"tracking_id\";s:32:\"fbc943645315beea68ac77ac46b5b707\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224759\";s:12:\"date_shipped\";i:1722877578;s:11:\"tracking_id\";s:32:\"eaa3dbfd393ac138369fe2e9f2edae0b\";}}'),(132704,2839,'_edit_last','2'),(132705,2839,'_date_completed','1722877580'),(132706,2839,'_completed_date','2024-08-05 17:06:20'),(132707,2840,'_edit_lock','1722878032:2'),(132708,2838,'_date_completed','1722877970'),(132709,2838,'_completed_date','2024-08-05 17:12:50'),(132710,2840,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224884\";s:12:\"date_shipped\";s:10:\"1722816000\";s:11:\"tracking_id\";s:32:\"7b90dc0af777aa4374fd8f5be054b7af\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224873\";s:12:\"date_shipped\";i:1722877995;s:11:\"tracking_id\";s:32:\"c6eac25a6d9e0828f009e74784e7355c\";}}'),(132711,2840,'_edit_last','2'),(132712,2840,'_date_completed','1722878016'),(132713,2840,'_completed_date','2024-08-05 17:13:36'),(132720,2843,'_order_key','wc_order_UeTwJuhYbRMNK'),(132721,2843,'_customer_user','54'),(132722,2843,'_payment_method','paypal'),(132723,2843,'_payment_method_title','PayPal'),(132724,2843,'_customer_ip_address','174.194.103.227'),(132725,2843,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(132726,2843,'_created_via','checkout'),(132727,2843,'_cart_hash','d67676c52aeec5b7923596fb12734e2d'),(132728,2843,'_download_permissions_granted','yes'),(132729,2843,'_recorded_sales','yes'),(132730,2843,'_recorded_coupon_usage_counts','yes'),(132731,2843,'_new_order_email_sent','true'),(132732,2843,'_order_stock_reduced','yes'),(132733,2843,'_billing_first_name','Erin'),(132734,2843,'_billing_last_name','Hawn'),(132735,2843,'_billing_address_1','10 W Phillip Rd'),(132736,2843,'_billing_address_2','Suite 123'),(132737,2843,'_billing_city','Vernon Hills'),(132738,2843,'_billing_state','IL'),(132739,2843,'_billing_postcode','60061'),(132740,2843,'_billing_country','US'),(132741,2843,'_billing_email','info@liceclinicsvernonhills.com'),(132742,2843,'_billing_phone','8475960408'),(132743,2843,'_shipping_first_name','Erin'),(132744,2843,'_shipping_last_name','Hawn'),(132745,2843,'_shipping_address_1','1491 S Amarias Dr'),(132746,2843,'_shipping_city','Round lake'),(132747,2843,'_shipping_state','IL'),(132748,2843,'_shipping_postcode','60073'),(132749,2843,'_shipping_country','US'),(132750,2843,'_order_currency','USD'),(132751,2843,'_cart_discount','0'),(132752,2843,'_cart_discount_tax','0'),(132753,2843,'_order_shipping','0'),(132754,2843,'_order_shipping_tax','0'),(132755,2843,'_order_tax','0'),(132756,2843,'_order_total','920.12'),(132757,2843,'_order_version','9.1.4'),(132758,2843,'_prices_include_tax','no'),(132759,2843,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(132760,2843,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(132761,2843,'is_vat_exempt','no'),(132762,2843,'_wc_order_attribution_source_type','referral'),(132763,2843,'_wc_order_attribution_referrer','https://lcaportal.com/'),(132764,2843,'_wc_order_attribution_utm_source','lcaportal.com'),(132765,2843,'_wc_order_attribution_utm_medium','referral'),(132766,2843,'_wc_order_attribution_utm_content','/'),(132767,2843,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132768,2843,'_wc_order_attribution_session_start_time','2024-08-05 21:39:06'),(132769,2843,'_wc_order_attribution_session_pages','7'),(132770,2843,'_wc_order_attribution_session_count','1'),(132771,2843,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Mobile Safari/537.36'),(132772,2843,'_wc_order_attribution_device_type','Mobile'),(132773,2843,'Payment type','instant'),(132774,2843,'_paypal_status','completed'),(132775,2843,'_transaction_id','8D814307TX648035E'),(132776,2843,'PayPal Transaction Fee','32.60'),(132777,2843,'_date_paid','1722894514'),(132778,2843,'_paid_date','2024-08-05 21:48:34'),(132779,2841,'_edit_lock','1722899146:2'),(132780,2841,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992224965\";s:12:\"date_shipped\";s:10:\"1722816000\";s:11:\"tracking_id\";s:32:\"be9c5532eb0bccfca3c63bf2f724abd1\";}}'),(132781,2841,'_edit_last','2'),(132782,2841,'_date_completed','1722899270'),(132783,2841,'_completed_date','2024-08-05 23:07:50'),(132791,2844,'_order_key','wc_order_0tNkioDbt88aK'),(132792,2844,'_customer_user','76'),(132793,2844,'_payment_method','paypal'),(132794,2844,'_payment_method_title','PayPal'),(132795,2844,'_customer_ip_address','174.168.81.180'),(132796,2844,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(132797,2844,'_created_via','checkout'),(132798,2844,'_cart_hash','593a8ecd6d2ea58d1fd9d1282c9ff303'),(132799,2844,'_download_permissions_granted','yes'),(132800,2844,'_recorded_sales','yes'),(132801,2844,'_recorded_coupon_usage_counts','yes'),(132802,2844,'_new_order_email_sent','true'),(132803,2844,'_order_stock_reduced','yes'),(132804,2844,'_billing_first_name','Naomi'),(132805,2844,'_billing_last_name','Golden'),(132806,2844,'_billing_company','LCA'),(132807,2844,'_billing_address_1','31 Mann Ave'),(132808,2844,'_billing_city','Needham'),(132809,2844,'_billing_state','MA'),(132810,2844,'_billing_postcode','02492'),(132811,2844,'_billing_country','US'),(132812,2844,'_billing_email','nrgolden6486@gmail.com'),(132813,2844,'_billing_phone','617-851-1322'),(132814,2844,'_shipping_first_name','Naomi'),(132815,2844,'_shipping_last_name','Golden'),(132816,2844,'_shipping_company','LCA'),(132817,2844,'_shipping_address_1','1349 Centre Street'),(132818,2844,'_shipping_address_2','Facing Trowbridge'),(132819,2844,'_shipping_city','Newton'),(132820,2844,'_shipping_state','MA'),(132821,2844,'_shipping_postcode','02459'),(132822,2844,'_shipping_country','US'),(132823,2844,'_order_currency','USD'),(132824,2844,'_cart_discount','0'),(132825,2844,'_cart_discount_tax','0'),(132826,2844,'_order_shipping','0'),(132827,2844,'_order_shipping_tax','0'),(132828,2844,'_order_tax','0'),(132829,2844,'_order_total','538.70'),(132830,2844,'_order_version','9.1.4'),(132831,2844,'_prices_include_tax','no'),(132832,2844,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(132833,2844,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(132834,2844,'is_vat_exempt','no'),(132835,2844,'_wc_order_attribution_source_type','typein'),(132836,2844,'_wc_order_attribution_utm_source','(direct)'),(132837,2844,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132838,2844,'_wc_order_attribution_session_start_time','2024-08-05 17:38:05'),(132839,2844,'_wc_order_attribution_session_pages','7'),(132840,2844,'_wc_order_attribution_session_count','2'),(132841,2844,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(132842,2844,'_wc_order_attribution_device_type','Desktop'),(132843,2844,'Payment type','instant'),(132844,2844,'_paypal_status','completed'),(132845,2844,'_transaction_id','66A79738BN971153X'),(132846,2844,'PayPal Transaction Fee','19.29'),(132847,2844,'_date_paid','1722971181'),(132848,2844,'_paid_date','2024-08-06 19:06:21'),(132849,2845,'_order_key','wc_order_m9BwOO9iuycko'),(132850,2845,'_customer_user','82'),(132851,2845,'_payment_method','paypal'),(132852,2845,'_payment_method_title','PayPal'),(132853,2845,'_customer_ip_address','96.240.140.136'),(132854,2845,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(132855,2845,'_created_via','checkout'),(132856,2845,'_cart_hash','bbce169f3bd8b679a62150611c9ef9f8'),(132857,2845,'_download_permissions_granted','yes'),(132858,2845,'_recorded_sales','yes'),(132859,2845,'_recorded_coupon_usage_counts','yes'),(132860,2845,'_new_order_email_sent','true'),(132861,2845,'_order_stock_reduced','yes'),(132862,2845,'_billing_first_name','Nigel'),(132863,2845,'_billing_last_name','Le'),(132864,2845,'_billing_address_1','6080 FRANCONIA ROAD'),(132865,2845,'_billing_address_2','SUITE D'),(132866,2845,'_billing_city','ALEXANDRIA'),(132867,2845,'_billing_state','VA'),(132868,2845,'_billing_postcode','22310'),(132869,2845,'_billing_country','US'),(132870,2845,'_billing_email','sonnynguyenle@gmail.com'),(132871,2845,'_billing_phone','703-520-9000'),(132872,2845,'_shipping_first_name','SONNY'),(132873,2845,'_shipping_last_name','LE'),(132874,2845,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(132875,2845,'_shipping_city','FAIRFAX'),(132876,2845,'_shipping_state','VA'),(132877,2845,'_shipping_postcode','22030'),(132878,2845,'_shipping_country','US'),(132879,2845,'_order_currency','USD'),(132880,2845,'_cart_discount','0'),(132881,2845,'_cart_discount_tax','0'),(132882,2845,'_order_shipping','0'),(132883,2845,'_order_shipping_tax','0'),(132884,2845,'_order_tax','0'),(132885,2845,'_order_total','2538.20'),(132886,2845,'_order_version','9.1.4'),(132887,2845,'_prices_include_tax','no'),(132888,2845,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(132889,2845,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(132890,2845,'is_vat_exempt','no'),(132891,2845,'_wc_order_attribution_source_type','typein'),(132892,2845,'_wc_order_attribution_utm_source','(direct)'),(132893,2845,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132894,2845,'_wc_order_attribution_session_start_time','2024-08-07 04:25:27'),(132895,2845,'_wc_order_attribution_session_pages','7'),(132896,2845,'_wc_order_attribution_session_count','1'),(132897,2845,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(132898,2845,'_wc_order_attribution_device_type','Desktop'),(132899,2845,'Payment type','instant'),(132900,2845,'_paypal_status','completed'),(132901,2845,'_transaction_id','0X830501WM1396938'),(132902,2845,'PayPal Transaction Fee','89.07'),(132903,2845,'_date_paid','1723005275'),(132904,2845,'_paid_date','2024-08-07 04:34:35'),(132905,2845,'_edit_lock','1723068685:2'),(132906,2845,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225446\";s:12:\"date_shipped\";s:10:\"1722988800\";s:11:\"tracking_id\";s:32:\"c1ab6ec5800698ede20de9ded7b26c66\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225435\";s:12:\"date_shipped\";i:1723068766;s:11:\"tracking_id\";s:32:\"0b069f9056a8b693dee2e5ade4a12fe1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225424\";s:12:\"date_shipped\";i:1723068770;s:11:\"tracking_id\";s:32:\"f435c215d95f1530f9cfc54b17281ab3\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225413\";s:12:\"date_shipped\";i:1723068776;s:11:\"tracking_id\";s:32:\"56781c054476a93fd2e55040c891ffdb\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225402\";s:12:\"date_shipped\";i:1723068782;s:11:\"tracking_id\";s:32:\"2e1fa31c6b46e0ef1aadebc4f98387d6\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225398\";s:12:\"date_shipped\";i:1723068790;s:11:\"tracking_id\";s:32:\"fc51b30ab849ec799220379dc1cf0e27\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225387\";s:12:\"date_shipped\";i:1723068802;s:11:\"tracking_id\";s:32:\"ba5cb86c4b886e3f2c7f40185486eff3\";}}'),(132907,2845,'_edit_last','2'),(132908,2845,'_date_completed','1723068819'),(132909,2845,'_completed_date','2024-08-07 22:13:39'),(132910,2844,'_edit_lock','1723068884:2'),(132911,2844,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225321\";s:12:\"date_shipped\";s:10:\"1722988800\";s:11:\"tracking_id\";s:32:\"2e3c68429ecb54b53d0a222380363d5f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225310\";s:12:\"date_shipped\";i:1723069020;s:11:\"tracking_id\";s:32:\"5d368b637e87ac021283381f5e98a086\";}}'),(132912,2844,'_edit_last','2'),(132913,2844,'_date_completed','1723069022'),(132914,2844,'_completed_date','2024-08-07 22:17:02'),(132915,2843,'_edit_lock','1723069006:2'),(132916,2843,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225218\";s:12:\"date_shipped\";s:10:\"1722988800\";s:11:\"tracking_id\";s:32:\"5984bb2a8736f21a389f9065a3805d6a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225207\";s:12:\"date_shipped\";i:1723069128;s:11:\"tracking_id\";s:32:\"2d88463364ceedf70d921b4e8d203b70\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225192\";s:12:\"date_shipped\";i:1723069133;s:11:\"tracking_id\";s:32:\"38a4e00006553cbf901d79f6691be641\";}}'),(132917,2843,'_edit_last','2'),(132918,2843,'_date_completed','1723069135'),(132919,2843,'_completed_date','2024-08-07 22:18:55'),(132920,2846,'_order_key','wc_order_v951HPuXjgAI4'),(132921,2846,'_customer_user','3'),(132922,2846,'_payment_method','paypal'),(132923,2846,'_payment_method_title','PayPal'),(132924,2846,'_customer_ip_address','99.22.146.124'),(132925,2846,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(132926,2846,'_created_via','checkout'),(132927,2846,'_cart_hash','c9c51288e7dd256c1140a084c622ec97'),(132928,2846,'_download_permissions_granted','yes'),(132929,2846,'_recorded_sales','yes'),(132930,2846,'_recorded_coupon_usage_counts','yes'),(132931,2846,'_new_order_email_sent','true'),(132932,2846,'_order_stock_reduced','yes'),(132933,2846,'_billing_first_name','Amanda'),(132934,2846,'_billing_last_name','Westerman'),(132935,2846,'_billing_company','Lice Clinics of America McKinney'),(132936,2846,'_billing_address_1','3120 Hudson Crossing'),(132937,2846,'_billing_address_2','Suite A2'),(132938,2846,'_billing_city','MCKINNEY'),(132939,2846,'_billing_state','TX'),(132940,2846,'_billing_postcode','75070'),(132941,2846,'_billing_country','US'),(132942,2846,'_billing_email','awesterman1103@gmail.com'),(132943,2846,'_billing_phone','2144175741'),(132944,2846,'_shipping_first_name','Amanda'),(132945,2846,'_shipping_last_name','Westerman'),(132946,2846,'_shipping_company','Lice Clinics of America McKinney'),(132947,2846,'_shipping_address_1','3120 HUDSON XING'),(132948,2846,'_shipping_address_2','Suite A2'),(132949,2846,'_shipping_city','MCKINNEY'),(132950,2846,'_shipping_state','TX'),(132951,2846,'_shipping_postcode','75070'),(132952,2846,'_shipping_country','US'),(132953,2846,'_order_currency','USD'),(132954,2846,'_cart_discount','0'),(132955,2846,'_cart_discount_tax','0'),(132956,2846,'_order_shipping','0'),(132957,2846,'_order_shipping_tax','0'),(132958,2846,'_order_tax','0'),(132959,2846,'_order_total','1982.04'),(132960,2846,'_order_version','9.1.4'),(132961,2846,'_prices_include_tax','no'),(132962,2846,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(132963,2846,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(132964,2846,'is_vat_exempt','no'),(132965,2846,'_wc_order_attribution_source_type','referral'),(132966,2846,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(132967,2846,'_wc_order_attribution_utm_source','lcaportal.com'),(132968,2846,'_wc_order_attribution_utm_medium','referral'),(132969,2846,'_wc_order_attribution_utm_content','/'),(132970,2846,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(132971,2846,'_wc_order_attribution_session_start_time','2024-08-08 15:42:54'),(132972,2846,'_wc_order_attribution_session_pages','6'),(132973,2846,'_wc_order_attribution_session_count','1'),(132974,2846,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(132975,2846,'_wc_order_attribution_device_type','Desktop'),(132976,2846,'Payment type','instant'),(132977,2846,'_paypal_status','completed'),(132978,2846,'_transaction_id','42F22554D1268944F'),(132979,2846,'PayPal Transaction Fee','69.66'),(132980,2846,'_date_paid','1723132416'),(132981,2846,'_paid_date','2024-08-08 15:53:36'),(132982,2847,'_order_key','wc_order_zq9BKYZn0a1g5'),(132983,2847,'_customer_user','66'),(132984,2847,'_payment_method','paypal'),(132985,2847,'_payment_method_title','PayPal'),(132986,2847,'_customer_ip_address','69.250.30.77'),(132987,2847,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(132988,2847,'_created_via','checkout'),(132989,2847,'_cart_hash','9f827dd0516d9486e81457e65b4aec3a'),(132990,2847,'_download_permissions_granted','yes'),(132991,2847,'_recorded_sales','yes'),(132992,2847,'_recorded_coupon_usage_counts','yes'),(132993,2847,'_new_order_email_sent','true'),(132994,2847,'_order_stock_reduced','yes'),(132995,2847,'_billing_first_name','Mark'),(132996,2847,'_billing_last_name','Dent'),(132997,2847,'_billing_company','Lice Clinics of Maryland'),(132998,2847,'_billing_address_1','801 W 33rd Street'),(132999,2847,'_billing_city','BAltimore'),(133000,2847,'_billing_state','MD'),(133001,2847,'_billing_postcode','21211'),(133002,2847,'_billing_country','US'),(133003,2847,'_billing_email','info@liceclinicsofmaryland.com'),(133004,2847,'_billing_phone','4438349991'),(133005,2847,'_shipping_first_name','Dawn'),(133006,2847,'_shipping_last_name','Mumaw'),(133007,2847,'_shipping_company','LCA Baltimore'),(133008,2847,'_shipping_address_1','604 Providence Road'),(133009,2847,'_shipping_city','Towson'),(133010,2847,'_shipping_state','MD'),(133011,2847,'_shipping_postcode','21286'),(133012,2847,'_shipping_country','US'),(133013,2847,'_order_currency','USD'),(133014,2847,'_cart_discount','0'),(133015,2847,'_cart_discount_tax','0'),(133016,2847,'_order_shipping','0'),(133017,2847,'_order_shipping_tax','0'),(133018,2847,'_order_tax','0'),(133019,2847,'_order_total','4209.00'),(133020,2847,'_order_version','9.1.4'),(133021,2847,'_prices_include_tax','no'),(133022,2847,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(133023,2847,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(133024,2847,'is_vat_exempt','no'),(133025,2847,'_wc_order_attribution_source_type','referral'),(133026,2847,'_wc_order_attribution_referrer','https://lcaportal.com/'),(133027,2847,'_wc_order_attribution_utm_source','lcaportal.com'),(133028,2847,'_wc_order_attribution_utm_medium','referral'),(133029,2847,'_wc_order_attribution_utm_content','/'),(133030,2847,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133031,2847,'_wc_order_attribution_session_start_time','2024-08-08 15:58:28'),(133032,2847,'_wc_order_attribution_session_pages','7'),(133033,2847,'_wc_order_attribution_session_count','1'),(133034,2847,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(133035,2847,'_wc_order_attribution_device_type','Desktop'),(133036,2847,'Payment type','instant'),(133037,2847,'_paypal_status','completed'),(133038,2847,'_transaction_id','0UX089268X413105S'),(133039,2847,'PayPal Transaction Fee','147.38'),(133040,2847,'_date_paid','1723133549'),(133041,2847,'_paid_date','2024-08-08 16:12:29'),(133042,2848,'_order_key','wc_order_ZHuUJSptItQpD'),(133043,2848,'_customer_user','98'),(133044,2848,'_payment_method','paypal'),(133045,2848,'_payment_method_title','PayPal'),(133046,2848,'_customer_ip_address','24.62.247.50'),(133047,2848,'_customer_user_agent','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'),(133048,2848,'_created_via','checkout'),(133049,2848,'_cart_hash','2bdcff74a472f54491e4822850f3c8a5'),(133050,2848,'_download_permissions_granted','yes'),(133051,2848,'_recorded_sales','yes'),(133052,2848,'_recorded_coupon_usage_counts','yes'),(133053,2848,'_new_order_email_sent','true'),(133054,2848,'_order_stock_reduced','yes'),(133055,2848,'_billing_first_name','Christine'),(133056,2848,'_billing_last_name','Cherry'),(133057,2848,'_billing_company','NITS END'),(133058,2848,'_billing_address_1','PO BOX 1092'),(133059,2848,'_billing_city','Campton'),(133060,2848,'_billing_state','NH'),(133061,2848,'_billing_postcode','03223'),(133062,2848,'_billing_country','US'),(133063,2848,'_billing_email','christine@liceclinicscolumbus.com'),(133064,2848,'_billing_phone','16034983390'),(133065,2848,'_shipping_first_name','Erica'),(133066,2848,'_shipping_last_name','Froggatt'),(133067,2848,'_shipping_company','LCA'),(133068,2848,'_shipping_address_1','5910 Wilcox Pl'),(133069,2848,'_shipping_address_2','suite E'),(133070,2848,'_shipping_city','Dublin'),(133071,2848,'_shipping_state','OH'),(133072,2848,'_shipping_postcode','43016'),(133073,2848,'_shipping_country','US'),(133074,2848,'_order_currency','USD'),(133075,2848,'_cart_discount','0'),(133076,2848,'_cart_discount_tax','0'),(133077,2848,'_order_shipping','0'),(133078,2848,'_order_shipping_tax','0'),(133079,2848,'_order_tax','0'),(133080,2848,'_order_total','908.56'),(133081,2848,'_order_version','9.1.4'),(133082,2848,'_prices_include_tax','no'),(133083,2848,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(133084,2848,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(133085,2848,'is_vat_exempt','no'),(133086,2848,'_wc_order_attribution_source_type','referral'),(133087,2848,'_wc_order_attribution_referrer','https://lcaportal.com/'),(133088,2848,'_wc_order_attribution_utm_source','lcaportal.com'),(133089,2848,'_wc_order_attribution_utm_medium','referral'),(133090,2848,'_wc_order_attribution_utm_content','/'),(133091,2848,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133092,2848,'_wc_order_attribution_session_start_time','2024-08-08 17:49:10'),(133093,2848,'_wc_order_attribution_session_pages','4'),(133094,2848,'_wc_order_attribution_session_count','4'),(133095,2848,'_wc_order_attribution_user_agent','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'),(133096,2848,'_wc_order_attribution_device_type','Desktop'),(133097,2848,'Payment type','instant'),(133098,2848,'_paypal_status','completed'),(133099,2848,'_transaction_id','41E75333AN284190N'),(133100,2848,'PayPal Transaction Fee','32.20'),(133101,2848,'_date_paid','1723139668'),(133102,2848,'_paid_date','2024-08-08 17:54:28'),(133103,2850,'_wp_attached_file','2021/03/2024CombOutMousse-1.webp'),(133104,2850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2021/03/2024CombOutMousse-1.webp\";s:8:\"filesize\";i:5814;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:734;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"2024CombOutMousse-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1922;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"2024CombOutMousse-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:400;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133106,2851,'_wp_attached_file','2021/03/2024ActiveRinse2oz-1.webp'),(133107,2851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/2024ActiveRinse2oz-1.webp\";s:8:\"filesize\";i:3914;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1278;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2024ActiveRinse2oz-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:316;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133108,116,'sg_product_enable','no'),(133109,116,'sg_product_disable','no'),(133110,116,'group_of_quantity',''),(133111,116,'minimum_allowed_quantity',''),(133112,116,'maximum_allowed_quantity',''),(133113,116,'minmax_do_not_count','no'),(133114,116,'minmax_cart_exclude','no'),(133115,116,'minmax_category_group_of_exclude','no'),(133117,116,'ast-site-content-layout','default'),(133118,116,'site-content-style','default'),(133119,116,'site-sidebar-style','default'),(133121,2852,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050-1.webp'),(133122,2852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024ActiveRinse8oz5050-1.webp\";s:8:\"filesize\";i:8652;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2912;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1038;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2912;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133124,2853,'_wp_attached_file','2023/09/2024ActiveRinse16oz100-1.webp'),(133125,2853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2023/09/2024ActiveRinse16oz100-1.webp\";s:8:\"filesize\";i:12826;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4638;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133127,2855,'_wp_attached_file','2021/03/2024PreventativeSpray2oz.webp'),(133128,2855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventativeSpray2oz.webp\";s:8:\"filesize\";i:4538;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:584;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1474;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventativeSpray2oz-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:322;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(133130,2856,'_order_key','wc_order_zaPywEvQpTVAx'),(133131,2856,'_customer_user','21'),(133132,2856,'_payment_method','paypal'),(133133,2856,'_payment_method_title','PayPal'),(133134,2856,'_customer_ip_address','50.27.165.19'),(133135,2856,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Avast/126.0.0.0'),(133136,2856,'_created_via','checkout'),(133137,2856,'_cart_hash','55eddb98908cdbaaa87852da130f85e7'),(133138,2856,'_download_permissions_granted','yes'),(133139,2856,'_recorded_sales','yes'),(133140,2856,'_recorded_coupon_usage_counts','yes'),(133141,2856,'_new_order_email_sent','true'),(133142,2856,'_order_stock_reduced','yes'),(133143,2856,'_billing_first_name','LCA'),(133144,2856,'_billing_last_name','Arkansas'),(133145,2856,'_billing_company','LCA - Central Arkansas'),(133146,2856,'_billing_address_1','1011 N. 2nd St., Ste. D'),(133147,2856,'_billing_city','Cabot'),(133148,2856,'_billing_state','AR'),(133149,2856,'_billing_postcode','72023'),(133150,2856,'_billing_country','US'),(133151,2856,'_billing_email','liceclinicslittlerock@gmail.com'),(133152,2856,'_billing_phone','15014249396'),(133153,2856,'_shipping_first_name','LCA'),(133154,2856,'_shipping_last_name','Arkansas'),(133155,2856,'_shipping_company','LCA - Central Arkansas'),(133156,2856,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(133157,2856,'_shipping_city','Cabot'),(133158,2856,'_shipping_state','AR'),(133159,2856,'_shipping_postcode','72023'),(133160,2856,'_shipping_country','US'),(133161,2856,'_order_currency','USD'),(133162,2856,'_cart_discount','0'),(133163,2856,'_cart_discount_tax','0'),(133164,2856,'_order_shipping','0'),(133165,2856,'_order_shipping_tax','0'),(133166,2856,'_order_tax','0'),(133167,2856,'_order_total','599.56'),(133168,2856,'_order_version','9.1.4'),(133169,2856,'_prices_include_tax','no'),(133170,2856,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(133171,2856,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(133172,2856,'is_vat_exempt','no'),(133173,2856,'_wc_order_attribution_source_type','referral'),(133174,2856,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(133175,2856,'_wc_order_attribution_utm_source','lcaportal.com'),(133176,2856,'_wc_order_attribution_utm_medium','referral'),(133177,2856,'_wc_order_attribution_utm_content','/'),(133178,2856,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133179,2856,'_wc_order_attribution_session_start_time','2024-08-09 15:08:20'),(133180,2856,'_wc_order_attribution_session_pages','4'),(133181,2856,'_wc_order_attribution_session_count','1'),(133182,2856,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Avast/126.0.0.0'),(133183,2856,'_wc_order_attribution_device_type','Desktop'),(133184,2856,'Payment type','instant'),(133185,2856,'_paypal_status','completed'),(133186,2856,'_transaction_id','3L664201L9697025E'),(133187,2856,'PayPal Transaction Fee','21.41'),(133188,2856,'_date_paid','1723216717'),(133189,2856,'_paid_date','2024-08-09 15:18:37'),(133190,2857,'_order_key','wc_order_yaSIDdS5wbA47'),(133191,2857,'_customer_user','43'),(133192,2857,'_payment_method','paypal'),(133193,2857,'_payment_method_title','PayPal'),(133194,2857,'_customer_ip_address','172.58.131.197'),(133195,2857,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(133196,2857,'_created_via','checkout'),(133197,2857,'_cart_hash','e99cb53ab076b6e8261bb14d9c1b0ad9'),(133198,2857,'_download_permissions_granted','yes'),(133199,2857,'_recorded_sales','yes'),(133200,2857,'_recorded_coupon_usage_counts','yes'),(133201,2857,'_new_order_email_sent','true'),(133202,2857,'_order_stock_reduced','yes'),(133203,2857,'_billing_first_name','Ryan'),(133204,2857,'_billing_last_name','Nelson'),(133205,2857,'_billing_address_1','140 Flame Vine drive'),(133206,2857,'_billing_city','Naples'),(133207,2857,'_billing_state','FL'),(133208,2857,'_billing_postcode','34110'),(133209,2857,'_billing_country','US'),(133210,2857,'_billing_email','Rjnelson73@gmail.com'),(133211,2857,'_billing_phone','239-281-0719'),(133212,2857,'_shipping_first_name','Ryan'),(133213,2857,'_shipping_last_name','Nelson'),(133214,2857,'_shipping_address_1','140 Flame Vine drive'),(133215,2857,'_shipping_city','Naples'),(133216,2857,'_shipping_state','FL'),(133217,2857,'_shipping_postcode','34110'),(133218,2857,'_shipping_country','US'),(133219,2857,'_order_currency','USD'),(133220,2857,'_cart_discount','0'),(133221,2857,'_cart_discount_tax','0'),(133222,2857,'_order_shipping','25.14'),(133223,2857,'_order_shipping_tax','0'),(133224,2857,'_order_tax','0'),(133225,2857,'_order_total','404.58'),(133226,2857,'_order_version','9.1.4'),(133227,2857,'_prices_include_tax','no'),(133228,2857,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(133229,2857,'_shipping_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US '),(133230,2857,'is_vat_exempt','no'),(133231,2857,'_wc_order_attribution_source_type','referral'),(133232,2857,'_wc_order_attribution_referrer','https://lcaportal.com/'),(133233,2857,'_wc_order_attribution_utm_source','lcaportal.com'),(133234,2857,'_wc_order_attribution_utm_medium','referral'),(133235,2857,'_wc_order_attribution_utm_content','/'),(133236,2857,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133237,2857,'_wc_order_attribution_session_start_time','2024-08-09 20:05:03'),(133238,2857,'_wc_order_attribution_session_pages','4'),(133239,2857,'_wc_order_attribution_session_count','1'),(133240,2857,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(133241,2857,'_wc_order_attribution_device_type','Mobile'),(133242,2857,'Payment type','instant'),(133243,2857,'_paypal_status','completed'),(133244,2857,'_transaction_id','6DU07964CR685142H'),(133245,2857,'PayPal Transaction Fee','14.61'),(133246,2857,'_date_paid','1723234534'),(133247,2857,'_paid_date','2024-08-09 20:15:34'),(133249,2858,'_order_key','wc_order_QVVdPQeTioLEh'),(133250,2858,'_customer_user','52'),(133251,2858,'_payment_method','paypal'),(133252,2858,'_payment_method_title','PayPal'),(133253,2858,'_customer_ip_address','96.241.152.247'),(133254,2858,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133255,2858,'_created_via','checkout'),(133256,2858,'_cart_hash','1efd9201e7159c5ecd54f868b9842580'),(133257,2858,'_download_permissions_granted','yes'),(133258,2858,'_recorded_sales','yes'),(133259,2858,'_recorded_coupon_usage_counts','yes'),(133260,2858,'_new_order_email_sent','true'),(133261,2858,'_order_stock_reduced','yes'),(133262,2858,'_billing_first_name','Darlene'),(133263,2858,'_billing_last_name','LaFramboise'),(133264,2858,'_billing_company','LCA-NOVA'),(133265,2858,'_billing_address_1','25473 Tomey Ct'),(133266,2858,'_billing_city','Aldie'),(133267,2858,'_billing_state','VA'),(133268,2858,'_billing_postcode','20105-3048'),(133269,2858,'_billing_country','US'),(133270,2858,'_billing_email','info@liceremovalnova.com'),(133271,2858,'_billing_phone','7033031576'),(133272,2858,'_shipping_first_name','Darlene'),(133273,2858,'_shipping_last_name','LaFramboise'),(133274,2858,'_shipping_company','LCA-NOVA'),(133275,2858,'_shipping_address_1','25473 Tomey Ct'),(133276,2858,'_shipping_city','Aldie'),(133277,2858,'_shipping_state','VA'),(133278,2858,'_shipping_postcode','20105-3048'),(133279,2858,'_shipping_country','US'),(133280,2858,'_order_currency','USD'),(133281,2858,'_cart_discount','0'),(133282,2858,'_cart_discount_tax','0'),(133283,2858,'_order_shipping','17.54'),(133284,2858,'_order_shipping_tax','0'),(133285,2858,'_order_tax','0'),(133286,2858,'_order_total','361.86'),(133287,2858,'_order_version','9.1.4'),(133288,2858,'_prices_include_tax','no'),(133289,2858,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(133290,2858,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(133291,2858,'is_vat_exempt','no'),(133292,2858,'_wc_order_attribution_source_type','referral'),(133293,2858,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(133294,2858,'_wc_order_attribution_utm_source','lcaportal.com'),(133295,2858,'_wc_order_attribution_utm_medium','referral'),(133296,2858,'_wc_order_attribution_utm_content','/'),(133297,2858,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133298,2858,'_wc_order_attribution_session_start_time','2024-08-11 14:28:58'),(133299,2858,'_wc_order_attribution_session_pages','6'),(133300,2858,'_wc_order_attribution_session_count','1'),(133301,2858,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133302,2858,'_wc_order_attribution_device_type','Desktop'),(133303,2858,'Payment type','instant'),(133304,2858,'_paypal_status','completed'),(133305,2858,'_transaction_id','2AU18581DJ753803S'),(133306,2858,'PayPal Transaction Fee','13.12'),(133307,2858,'_date_paid','1723386836'),(133308,2858,'_paid_date','2024-08-11 14:33:56'),(133309,2859,'_order_key','wc_order_U1oIKHvKRkmXN'),(133310,2859,'_customer_user','6'),(133311,2859,'_payment_method','paypal'),(133312,2859,'_payment_method_title','PayPal'),(133313,2859,'_customer_ip_address','73.48.250.118'),(133314,2859,'_customer_user_agent','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'),(133315,2859,'_created_via','checkout'),(133316,2859,'_cart_hash','ab11d914a6a76ebcc70bac3350e0ea88'),(133317,2859,'_download_permissions_granted','yes'),(133318,2859,'_recorded_sales','yes'),(133319,2859,'_recorded_coupon_usage_counts','yes'),(133320,2859,'_new_order_email_sent','true'),(133321,2859,'_order_stock_reduced','yes'),(133322,2859,'_billing_first_name','Amira'),(133323,2859,'_billing_last_name','Purto'),(133324,2859,'_billing_address_1','2520 Chandon Circle'),(133325,2859,'_billing_city','Modesto'),(133326,2859,'_billing_state','CA'),(133327,2859,'_billing_postcode','95355'),(133328,2859,'_billing_country','US'),(133329,2859,'_billing_email','amira77@sbcglobal.net'),(133330,2859,'_billing_phone','2096422061'),(133331,2859,'_shipping_first_name','Amira'),(133332,2859,'_shipping_last_name','Purto'),(133333,2859,'_shipping_address_1','2520 Chandon Circle'),(133334,2859,'_shipping_city','Modesto'),(133335,2859,'_shipping_state','CA'),(133336,2859,'_shipping_postcode','95355'),(133337,2859,'_shipping_country','US'),(133338,2859,'_order_currency','USD'),(133339,2859,'_cart_discount','0'),(133340,2859,'_cart_discount_tax','0'),(133341,2859,'_order_shipping','0'),(133342,2859,'_order_shipping_tax','0'),(133343,2859,'_order_tax','0'),(133344,2859,'_order_total','1358.62'),(133345,2859,'_order_version','9.1.4'),(133346,2859,'_prices_include_tax','no'),(133347,2859,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(133348,2859,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(133349,2859,'is_vat_exempt','no'),(133350,2859,'_wc_order_attribution_source_type','typein'),(133351,2859,'_wc_order_attribution_utm_source','(direct)'),(133352,2859,'_wc_order_attribution_utm_source_platform',''),(133353,2859,'_wc_order_attribution_utm_creative_format',''),(133354,2859,'_wc_order_attribution_utm_marketing_tactic',''),(133355,2859,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133356,2859,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(133357,2859,'_wc_order_attribution_session_pages','4'),(133358,2859,'_wc_order_attribution_session_count','12'),(133359,2859,'_wc_order_attribution_user_agent','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'),(133360,2859,'_wc_order_attribution_device_type','Desktop'),(133361,2859,'Payment type','instant'),(133362,2859,'_paypal_status','completed'),(133363,2859,'_transaction_id','19T21377AB260661M'),(133364,2859,'PayPal Transaction Fee','47.91'),(133365,2859,'_date_paid','1723410978'),(133366,2859,'_paid_date','2024-08-11 21:16:18'),(133367,2848,'_edit_lock','1723464815:2'),(133368,2848,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226074\";s:12:\"date_shipped\";s:10:\"1723420800\";s:11:\"tracking_id\";s:32:\"80bfea0a49228df1c23ccf974ee21e2b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226063\";s:12:\"date_shipped\";i:1723464935;s:11:\"tracking_id\";s:32:\"a3965eb4ca0c6bde42461a1c53a0ab57\";}}'),(133369,2848,'_edit_last','2'),(133370,2848,'_date_completed','1723464938'),(133371,2848,'_completed_date','2024-08-12 12:15:38'),(133372,2847,'_edit_lock','1723464870:2'),(133373,2847,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226041\";s:12:\"date_shipped\";s:10:\"1723420800\";s:11:\"tracking_id\";s:32:\"89ada4d587a87acc91b0347ecfb721ed\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226030\";s:12:\"date_shipped\";i:1723464979;s:11:\"tracking_id\";s:32:\"02a6be6e521ed64c4a8ca224bcb40507\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226020\";s:12:\"date_shipped\";i:1723464984;s:11:\"tracking_id\";s:32:\"afc392c1afbd86f8e9f41013c0892e80\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226019\";s:12:\"date_shipped\";i:1723464989;s:11:\"tracking_id\";s:32:\"20c931c710790dc3c86b2eed774f55fa\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226008\";s:12:\"date_shipped\";i:1723464996;s:11:\"tracking_id\";s:32:\"e8ef8a5f52d462842917a28a990ab0d8\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225994\";s:12:\"date_shipped\";i:1723465003;s:11:\"tracking_id\";s:32:\"5b5e203b1a0ce1103b784427052d9a14\";}}'),(133374,2847,'_edit_last','2'),(133375,2847,'_date_completed','1723465009'),(133376,2847,'_completed_date','2024-08-12 12:16:49'),(133377,2846,'_edit_lock','1723464924:2'),(133378,2846,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225917\";s:12:\"date_shipped\";s:10:\"1723420800\";s:11:\"tracking_id\";s:32:\"98439d3f1aa25392417328d7b6c08ef8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225906\";s:12:\"date_shipped\";i:1723465044;s:11:\"tracking_id\";s:32:\"ab886ac155c94e32994396b6eb2817f7\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225891\";s:12:\"date_shipped\";i:1723465049;s:11:\"tracking_id\";s:32:\"55d2e423008fe932a069ca0bf25e8fbe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225880\";s:12:\"date_shipped\";i:1723465055;s:11:\"tracking_id\";s:32:\"ba1f007e7192314e9a965a15244999e8\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992225870\";s:12:\"date_shipped\";i:1723465060;s:11:\"tracking_id\";s:32:\"9ad7efbba74d968808dfd61ad156b329\";}}'),(133379,2846,'_edit_last','2'),(133380,2846,'_date_completed','1723465063'),(133381,2846,'_completed_date','2024-08-12 12:17:43'),(133382,2860,'_order_key','wc_order_T8HYjcTjlOUzI'),(133383,2860,'_customer_user','79'),(133384,2860,'_payment_method','paypal'),(133385,2860,'_payment_method_title','PayPal'),(133386,2860,'_customer_ip_address','71.91.158.65'),(133387,2860,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(133388,2860,'_created_via','checkout'),(133389,2860,'_cart_hash','cd8d5b6f62a55ae31387302d5b4e28f4'),(133390,2860,'_download_permissions_granted','yes'),(133391,2860,'_recorded_sales','yes'),(133392,2860,'_recorded_coupon_usage_counts','yes'),(133393,2860,'_new_order_email_sent','true'),(133394,2860,'_order_stock_reduced','yes'),(133395,2860,'_billing_first_name','Shanna'),(133396,2860,'_billing_last_name','Castille'),(133397,2860,'_billing_address_1','1097 Hundley Rd'),(133398,2860,'_billing_city','Eunice'),(133399,2860,'_billing_state','LA'),(133400,2860,'_billing_postcode','70535'),(133401,2860,'_billing_country','US'),(133402,2860,'_billing_email','Shanna_sr09@yahoo.com'),(133403,2860,'_billing_phone','3374668998'),(133404,2860,'_shipping_first_name','Shanna'),(133405,2860,'_shipping_last_name','Castille'),(133406,2860,'_shipping_address_1','1097 Hundley Rd'),(133407,2860,'_shipping_city','eunice'),(133408,2860,'_shipping_state','LA'),(133409,2860,'_shipping_postcode','70535'),(133410,2860,'_shipping_country','US'),(133411,2860,'_order_currency','USD'),(133412,2860,'_cart_discount','0'),(133413,2860,'_cart_discount_tax','0'),(133414,2860,'_order_shipping','0'),(133415,2860,'_order_shipping_tax','0'),(133416,2860,'_order_tax','0'),(133417,2860,'_order_total','780.15'),(133418,2860,'_order_version','9.1.4'),(133419,2860,'_prices_include_tax','no'),(133420,2860,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(133421,2860,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(133423,2860,'_wc_order_attribution_source_type','typein'),(133424,2860,'_wc_order_attribution_utm_source','(direct)'),(133425,2860,'_wc_order_attribution_utm_source_platform',''),(133426,2860,'_wc_order_attribution_utm_creative_format',''),(133427,2860,'_wc_order_attribution_utm_marketing_tactic',''),(133428,2860,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133429,2860,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(133430,2860,'_wc_order_attribution_session_pages','3'),(133431,2860,'_wc_order_attribution_session_count','6'),(133432,2860,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(133433,2860,'_wc_order_attribution_device_type','Desktop'),(133434,2860,'is_vat_exempt','no'),(133435,2860,'_wc_order_attribution_source_type','typein'),(133436,2860,'_wc_order_attribution_utm_source','(direct)'),(133437,2860,'_wc_order_attribution_utm_source_platform',''),(133438,2860,'_wc_order_attribution_utm_creative_format',''),(133439,2860,'_wc_order_attribution_utm_marketing_tactic',''),(133440,2860,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133441,2860,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(133442,2860,'_wc_order_attribution_session_pages','4'),(133443,2860,'_wc_order_attribution_session_count','6'),(133444,2860,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(133445,2860,'_wc_order_attribution_device_type','Desktop'),(133446,2860,'Payment type','instant'),(133447,2860,'_paypal_status','completed'),(133448,2860,'_transaction_id','5VA91201RW447830A'),(133449,2860,'PayPal Transaction Fee','27.72'),(133450,2860,'_date_paid','1723483288'),(133451,2860,'_paid_date','2024-08-12 17:21:28'),(133452,2857,'_edit_lock','1723517973:2'),(133453,2857,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226464\";s:12:\"date_shipped\";s:10:\"1723507200\";s:11:\"tracking_id\";s:32:\"24487a20c42ecbd66c5831204f7df440\";}}'),(133454,2857,'_edit_last','2'),(133455,2857,'_date_completed','1723518106'),(133456,2857,'_completed_date','2024-08-13 03:01:46'),(133457,2858,'_edit_lock','1723518076:2'),(133458,2858,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226501\";s:12:\"date_shipped\";s:10:\"1723507200\";s:11:\"tracking_id\";s:32:\"fdcd91a95afe2cb3f178250b6e4b7e38\";}}'),(133459,2858,'_edit_last','2'),(133460,2858,'_date_completed','1723518141'),(133461,2858,'_completed_date','2024-08-13 03:02:21'),(133462,2859,'_edit_lock','1723518464:2'),(133463,2859,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226589\";s:12:\"date_shipped\";s:10:\"1723507200\";s:11:\"tracking_id\";s:32:\"b0b0adf84c9295243112fb6a80daa402\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226578\";s:12:\"date_shipped\";i:1723518541;s:11:\"tracking_id\";s:32:\"ff82511ceac2461a7d49d97c6ca5b2e8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226567\";s:12:\"date_shipped\";i:1723518546;s:11:\"tracking_id\";s:32:\"6bea037ef9382c48b7833e37cbbcdbdf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226556\";s:12:\"date_shipped\";i:1723518551;s:11:\"tracking_id\";s:32:\"76cd1d7faa8567b911fa6b1461628ecc\";}}'),(133464,2859,'_edit_last','2'),(133465,2859,'_date_completed','1723518553'),(133466,2859,'_completed_date','2024-08-13 03:09:13'),(133467,2861,'_order_key','wc_order_DpKKhXn7dwjrr'),(133468,2861,'_customer_user','3'),(133469,2861,'_payment_method','paypal'),(133470,2861,'_payment_method_title','PayPal'),(133471,2861,'_customer_ip_address','99.22.146.124'),(133472,2861,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133473,2861,'_created_via','checkout'),(133474,2861,'_cart_hash','b266648a5286bcf137eb7228bdc56016'),(133475,2861,'_download_permissions_granted','yes'),(133476,2861,'_recorded_sales','yes'),(133477,2861,'_recorded_coupon_usage_counts','yes'),(133478,2861,'_new_order_email_sent','true'),(133479,2861,'_order_stock_reduced','yes'),(133480,2861,'_billing_first_name','Amanda'),(133481,2861,'_billing_last_name','Westerman'),(133482,2861,'_billing_company','Lice Clinics of America McKinney'),(133483,2861,'_billing_address_1','3120 Hudson Crossing'),(133484,2861,'_billing_address_2','Suite A2'),(133485,2861,'_billing_city','MCKINNEY'),(133486,2861,'_billing_state','TX'),(133487,2861,'_billing_postcode','75070'),(133488,2861,'_billing_country','US'),(133489,2861,'_billing_email','awesterman1103@gmail.com'),(133490,2861,'_billing_phone','2144175741'),(133491,2861,'_shipping_first_name','amanda'),(133492,2861,'_shipping_last_name','westerman'),(133493,2861,'_shipping_company','Lice Clinics of America'),(133494,2861,'_shipping_address_1','1709 Damian Way'),(133495,2861,'_shipping_address_2','Suite A2'),(133496,2861,'_shipping_city','Richardson'),(133497,2861,'_shipping_state','TX'),(133498,2861,'_shipping_postcode','75081'),(133499,2861,'_shipping_country','US'),(133500,2861,'_order_currency','USD'),(133501,2861,'_cart_discount','0'),(133502,2861,'_cart_discount_tax','0'),(133503,2861,'_order_shipping','0'),(133504,2861,'_order_shipping_tax','0'),(133505,2861,'_order_tax','0'),(133506,2861,'_order_total','1392.52'),(133507,2861,'_order_version','9.1.4'),(133508,2861,'_prices_include_tax','no'),(133509,2861,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(133510,2861,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(133511,2861,'is_vat_exempt','no'),(133512,2861,'_wc_order_attribution_source_type','referral'),(133513,2861,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(133514,2861,'_wc_order_attribution_utm_source','lcaportal.com'),(133515,2861,'_wc_order_attribution_utm_medium','referral'),(133516,2861,'_wc_order_attribution_utm_content','/'),(133517,2861,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133518,2861,'_wc_order_attribution_session_start_time','2024-08-13 14:05:49'),(133519,2861,'_wc_order_attribution_session_pages','10'),(133520,2861,'_wc_order_attribution_session_count','1'),(133521,2861,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133522,2861,'_wc_order_attribution_device_type','Desktop'),(133523,2861,'Payment type','instant'),(133524,2861,'_paypal_status','completed'),(133525,2861,'_transaction_id','09561676XJ038882E'),(133526,2861,'PayPal Transaction Fee','49.09'),(133527,2861,'_date_paid','1723558678'),(133528,2861,'_paid_date','2024-08-13 14:17:58'),(133529,2862,'_order_key','wc_order_vLNQxmOvgG4Yi'),(133530,2862,'_customer_user','3'),(133531,2862,'_payment_method','paypal'),(133532,2862,'_payment_method_title','PayPal'),(133533,2862,'_customer_ip_address','99.22.146.124'),(133534,2862,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133535,2862,'_created_via','checkout'),(133536,2862,'_cart_hash','4692606fc26e80076bc73d1c09b2a1c5'),(133537,2862,'_download_permissions_granted','yes'),(133538,2862,'_recorded_sales','yes'),(133539,2862,'_recorded_coupon_usage_counts','yes'),(133540,2862,'_new_order_email_sent','true'),(133541,2862,'_order_stock_reduced','yes'),(133542,2862,'_billing_first_name','Amanda'),(133543,2862,'_billing_last_name','Westerman'),(133544,2862,'_billing_company','Lice Clinics of America McKinney'),(133545,2862,'_billing_address_1','3120 Hudson Crossing'),(133546,2862,'_billing_address_2','Suite A2'),(133547,2862,'_billing_city','MCKINNEY'),(133548,2862,'_billing_state','TX'),(133549,2862,'_billing_postcode','75070'),(133550,2862,'_billing_country','US'),(133551,2862,'_billing_email','awesterman1103@gmail.com'),(133552,2862,'_billing_phone','2144175741'),(133553,2862,'_shipping_first_name','amanda'),(133554,2862,'_shipping_last_name','westerman'),(133555,2862,'_shipping_company','Lice Clinics of America'),(133556,2862,'_shipping_address_1','1709 Damian Way'),(133557,2862,'_shipping_address_2','Suite A2'),(133558,2862,'_shipping_city','Richardson'),(133559,2862,'_shipping_state','TX'),(133560,2862,'_shipping_postcode','75081'),(133561,2862,'_shipping_country','US'),(133562,2862,'_order_currency','USD'),(133563,2862,'_cart_discount','0'),(133564,2862,'_cart_discount_tax','0'),(133565,2862,'_order_shipping','0'),(133566,2862,'_order_shipping_tax','0'),(133567,2862,'_order_tax','0'),(133568,2862,'_order_total','1148.28'),(133569,2862,'_order_version','9.1.4'),(133570,2862,'_prices_include_tax','no'),(133571,2862,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(133572,2862,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(133573,2862,'is_vat_exempt','no'),(133574,2862,'_wc_order_attribution_source_type','referral'),(133575,2862,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(133576,2862,'_wc_order_attribution_utm_source','lcaportal.com'),(133577,2862,'_wc_order_attribution_utm_medium','referral'),(133578,2862,'_wc_order_attribution_utm_content','/'),(133579,2862,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133580,2862,'_wc_order_attribution_session_start_time','2024-08-13 14:05:49'),(133581,2862,'_wc_order_attribution_session_pages','21'),(133582,2862,'_wc_order_attribution_session_count','1'),(133583,2862,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133584,2862,'_wc_order_attribution_device_type','Desktop'),(133585,2862,'Payment type','instant'),(133586,2862,'_paypal_status','completed'),(133587,2862,'_transaction_id','38E25859JS825311J'),(133588,2862,'PayPal Transaction Fee','40.56'),(133589,2862,'_date_paid','1723558929'),(133590,2862,'_paid_date','2024-08-13 14:22:09'),(133591,2863,'_order_key','wc_order_M7O6RTpQedLv4'),(133592,2863,'_customer_user','4'),(133593,2863,'_payment_method','paypal'),(133594,2863,'_payment_method_title','PayPal'),(133595,2863,'_customer_ip_address','73.20.28.23'),(133596,2863,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133597,2863,'_created_via','checkout'),(133598,2863,'_cart_hash','4d00ad8d3fcbda06cb74b90f82bc8e22'),(133599,2863,'_download_permissions_granted','yes'),(133600,2863,'_recorded_sales','yes'),(133601,2863,'_recorded_coupon_usage_counts','yes'),(133602,2863,'_new_order_email_sent','true'),(133603,2863,'_order_stock_reduced','yes'),(133604,2863,'_billing_first_name','David'),(133605,2863,'_billing_last_name','Washburn'),(133606,2863,'_billing_company','Larada Sciences (LCA)'),(133607,2863,'_billing_address_1','4873 South State St.'),(133608,2863,'_billing_city','Murray'),(133609,2863,'_billing_state','UT'),(133610,2863,'_billing_postcode','84107'),(133611,2863,'_billing_country','US'),(133612,2863,'_billing_email','david@laradasciences.com'),(133613,2863,'_billing_phone','8019197428'),(133614,2863,'_shipping_first_name','David'),(133615,2863,'_shipping_last_name','Washburn'),(133616,2863,'_shipping_company','Larada Sciences (LCA)'),(133617,2863,'_shipping_address_1','4873 South State St.'),(133618,2863,'_shipping_city','Murray'),(133619,2863,'_shipping_state','UT'),(133620,2863,'_shipping_postcode','84107'),(133621,2863,'_shipping_country','US'),(133622,2863,'_order_currency','USD'),(133623,2863,'_cart_discount','0'),(133624,2863,'_cart_discount_tax','0'),(133625,2863,'_order_shipping','0'),(133626,2863,'_order_shipping_tax','0'),(133627,2863,'_order_tax','0'),(133628,2863,'_order_total','761.88'),(133629,2863,'_order_version','9.1.4'),(133630,2863,'_prices_include_tax','no'),(133631,2863,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(133632,2863,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(133633,2863,'is_vat_exempt','no'),(133634,2863,'_wc_order_attribution_source_type','referral'),(133635,2863,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(133636,2863,'_wc_order_attribution_utm_source','lcaportal.com'),(133637,2863,'_wc_order_attribution_utm_medium','referral'),(133638,2863,'_wc_order_attribution_utm_content','/'),(133639,2863,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133640,2863,'_wc_order_attribution_session_start_time','2024-08-13 15:00:25'),(133641,2863,'_wc_order_attribution_session_pages','4'),(133642,2863,'_wc_order_attribution_session_count','1'),(133643,2863,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133644,2863,'_wc_order_attribution_device_type','Desktop'),(133645,2863,'_oaw_varify_key','e1dbdd7aae5f9e52d8be'),(133646,2863,'_edit_lock','1724097437:2'),(133647,2863,'_edit_last','2'),(133648,2864,'_order_key','wc_order_KY8cU5uWGbQUa'),(133649,2864,'_customer_user','7'),(133650,2864,'_payment_method','paypal'),(133651,2864,'_payment_method_title','PayPal'),(133652,2864,'_customer_ip_address','71.93.225.128'),(133653,2864,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(133654,2864,'_created_via','checkout'),(133655,2864,'_cart_hash','d4d641cf0106149c58731c32a6f2641c'),(133656,2864,'_download_permissions_granted','yes'),(133657,2864,'_recorded_sales','yes'),(133658,2864,'_recorded_coupon_usage_counts','yes'),(133659,2864,'_new_order_email_sent','true'),(133660,2864,'_order_stock_reduced','yes'),(133661,2864,'_billing_first_name','Amy'),(133662,2864,'_billing_last_name','Allen'),(133663,2864,'_billing_company','Lice Clinics Of America'),(133664,2864,'_billing_address_1','30 Hummingbird Court'),(133665,2864,'_billing_city','Hollister'),(133666,2864,'_billing_state','CA'),(133667,2864,'_billing_postcode','95023'),(133668,2864,'_billing_country','US'),(133669,2864,'_billing_email','lca.gilroy@gmail.com'),(133670,2864,'_billing_phone','4085005537'),(133671,2864,'_shipping_first_name','Amy'),(133672,2864,'_shipping_last_name','Allen'),(133673,2864,'_shipping_company','Lice Clinics Of America - Gilroy'),(133674,2864,'_shipping_address_1','7680 Monterey St Ste 104'),(133675,2864,'_shipping_city','Gilroy'),(133676,2864,'_shipping_state','CA'),(133677,2864,'_shipping_postcode','95020'),(133678,2864,'_shipping_country','US'),(133679,2864,'_order_currency','USD'),(133680,2864,'_cart_discount','0'),(133681,2864,'_cart_discount_tax','0'),(133682,2864,'_order_shipping','0'),(133683,2864,'_order_shipping_tax','0'),(133684,2864,'_order_tax','0'),(133685,2864,'_order_total','1404.80'),(133686,2864,'_order_version','9.1.4'),(133687,2864,'_prices_include_tax','no'),(133688,2864,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(133689,2864,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(133690,2864,'is_vat_exempt','no'),(133691,2864,'_wc_order_attribution_source_type','typein'),(133692,2864,'_wc_order_attribution_utm_source','(direct)'),(133693,2864,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133694,2864,'_wc_order_attribution_session_start_time','2024-08-13 17:24:25'),(133695,2864,'_wc_order_attribution_session_pages','4'),(133696,2864,'_wc_order_attribution_session_count','1'),(133697,2864,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(133698,2864,'_wc_order_attribution_device_type','Desktop'),(133699,2864,'Payment type','instant'),(133700,2864,'_paypal_status','completed'),(133701,2864,'_transaction_id','3HK55389WS7777534'),(133702,2864,'PayPal Transaction Fee','49.52'),(133703,2864,'_date_paid','1723570538'),(133704,2864,'_paid_date','2024-08-13 17:35:38'),(133705,2860,'_edit_lock','1723582252:2'),(133706,2860,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226957\";s:12:\"date_shipped\";s:10:\"1723507200\";s:11:\"tracking_id\";s:32:\"9ee8af4bc57ed2b2f3817e71d810e7af\";}}'),(133707,2860,'_edit_last','2'),(133708,2860,'_date_completed','1723570610'),(133709,2860,'_completed_date','2024-08-13 17:36:50'),(133710,2856,'_edit_lock','1723641915:2'),(133711,2856,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992226188\";s:12:\"date_shipped\";s:10:\"1723161600\";s:11:\"tracking_id\";s:32:\"ad08782c97476b0be7d6be9f0eb107b5\";}}'),(133712,2856,'_edit_last','2'),(133713,2856,'_date_completed','1723642054'),(133714,2856,'_completed_date','2024-08-14 13:27:34'),(133715,2861,'_edit_lock','1723641981:2'),(133716,2861,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227129\";s:12:\"date_shipped\";s:10:\"1723593600\";s:11:\"tracking_id\";s:32:\"1e39f9e0118f1d949bb138b06417ed2a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227118\";s:12:\"date_shipped\";i:1723642108;s:11:\"tracking_id\";s:32:\"7fda2f7bd9b8ba9cb0f1ea6e884c5dbc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227107\";s:12:\"date_shipped\";i:1723642113;s:11:\"tracking_id\";s:32:\"a17c9537eed38b82f340486af8e36341\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227092\";s:12:\"date_shipped\";i:1723642117;s:11:\"tracking_id\";s:32:\"80a33a28f933340ad5a6323282d101de\";}}'),(133717,2861,'_edit_last','2'),(133718,2861,'_date_completed','1723642120'),(133719,2861,'_completed_date','2024-08-14 13:28:40'),(133720,2862,'_edit_lock','1723642168:2'),(133721,2862,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227151\";s:12:\"date_shipped\";s:10:\"1723593600\";s:11:\"tracking_id\";s:32:\"2363f55940e54fdb71e73de5a6f54df2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227140\";s:12:\"date_shipped\";i:1723642146;s:11:\"tracking_id\";s:32:\"bea1749896eda7b9772f57265e380551\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227130\";s:12:\"date_shipped\";i:1723642150;s:11:\"tracking_id\";s:32:\"2bc8d855f36dd215535a2cb8a6227fa8\";}}'),(133722,2862,'_edit_last','2'),(133723,2862,'_date_completed','1723642154'),(133724,2862,'_completed_date','2024-08-14 13:29:14'),(133725,2865,'_order_key','wc_order_bSZWm0CqUPJG0'),(133726,2865,'_customer_user','76'),(133727,2865,'_payment_method','paypal'),(133728,2865,'_payment_method_title','PayPal'),(133729,2865,'_customer_ip_address','146.115.131.163'),(133730,2865,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(133731,2865,'_created_via','checkout'),(133732,2865,'_cart_hash','3fa060afc9336c486fa4dbb428c2acbc'),(133733,2865,'_download_permissions_granted','yes'),(133734,2865,'_recorded_sales','yes'),(133735,2865,'_recorded_coupon_usage_counts','yes'),(133736,2865,'_new_order_email_sent','true'),(133737,2865,'_order_stock_reduced','yes'),(133738,2865,'_billing_first_name','Naomi'),(133739,2865,'_billing_last_name','Golden'),(133740,2865,'_billing_company','LCA'),(133741,2865,'_billing_address_1','31 Mann Ave'),(133742,2865,'_billing_city','Needham'),(133743,2865,'_billing_state','MA'),(133744,2865,'_billing_postcode','02492'),(133745,2865,'_billing_country','US'),(133746,2865,'_billing_email','nrgolden6486@gmail.com'),(133747,2865,'_billing_phone','617-851-1322'),(133748,2865,'_shipping_first_name','Naomi'),(133749,2865,'_shipping_last_name','Golden'),(133750,2865,'_shipping_company','LCA'),(133751,2865,'_shipping_address_1','1349 Centre Street'),(133752,2865,'_shipping_address_2','Facing Trowbridge'),(133753,2865,'_shipping_city','Newton'),(133754,2865,'_shipping_state','MA'),(133755,2865,'_shipping_postcode','02459'),(133756,2865,'_shipping_country','US'),(133757,2865,'_order_currency','USD'),(133758,2865,'_cart_discount','0'),(133759,2865,'_cart_discount_tax','0'),(133760,2865,'_order_shipping','0'),(133761,2865,'_order_shipping_tax','0'),(133762,2865,'_order_tax','0'),(133763,2865,'_order_total','505.84'),(133764,2865,'_order_version','9.1.4'),(133765,2865,'_prices_include_tax','no'),(133766,2865,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(133767,2865,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(133768,2865,'is_vat_exempt','no'),(133769,2865,'_wc_order_attribution_source_type','typein'),(133770,2865,'_wc_order_attribution_utm_source','(direct)'),(133771,2865,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133772,2865,'_wc_order_attribution_session_start_time','2024-08-14 17:50:37'),(133773,2865,'_wc_order_attribution_session_pages','4'),(133774,2865,'_wc_order_attribution_session_count','1'),(133775,2865,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(133776,2865,'_wc_order_attribution_device_type','Desktop'),(133777,2865,'Payment type','instant'),(133778,2865,'_paypal_status','completed'),(133779,2865,'_transaction_id','67J73252GJ5840440'),(133780,2865,'PayPal Transaction Fee','18.14'),(133781,2865,'_date_paid','1723657946'),(133782,2865,'_paid_date','2024-08-14 17:52:26'),(133783,2866,'_order_key','wc_order_EAipVvfTR6w1d'),(133784,2866,'_customer_user','105'),(133785,2866,'_payment_method','paypal'),(133786,2866,'_payment_method_title','PayPal'),(133787,2866,'_customer_ip_address','67.177.160.177'),(133788,2866,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(133789,2866,'_created_via','checkout'),(133790,2866,'_cart_hash','7465504a36075790df1890eb67f96b5b'),(133791,2866,'_download_permissions_granted','yes'),(133792,2866,'_recorded_sales','yes'),(133793,2866,'_recorded_coupon_usage_counts','yes'),(133794,2866,'_new_order_email_sent','true'),(133795,2866,'_order_stock_reduced','yes'),(133796,2866,'_billing_first_name','Joseph'),(133797,2866,'_billing_last_name','West'),(133798,2866,'_billing_company','MAJESTIC PEACOCK LLC'),(133799,2866,'_billing_address_1','615 Crofton Park Ln'),(133800,2866,'_billing_city','Franklin'),(133801,2866,'_billing_state','TN'),(133802,2866,'_billing_postcode','37069'),(133803,2866,'_billing_country','US'),(133804,2866,'_billing_email','info@nashville.liceclinicsofamerica.com'),(133805,2866,'_billing_phone','8042184232'),(133806,2866,'_shipping_first_name','Joseph'),(133807,2866,'_shipping_last_name','West'),(133808,2866,'_shipping_company','MAJESTIC PEACOCK LLC'),(133809,2866,'_shipping_address_1','615 Crofton Park Ln'),(133810,2866,'_shipping_city','Franklin'),(133811,2866,'_shipping_state','TN'),(133812,2866,'_shipping_postcode','37069'),(133813,2866,'_shipping_country','US'),(133814,2866,'_order_currency','USD'),(133815,2866,'_cart_discount','0'),(133816,2866,'_cart_discount_tax','0'),(133817,2866,'_order_shipping','0'),(133818,2866,'_order_shipping_tax','0'),(133819,2866,'_order_tax','0'),(133820,2866,'_order_total','867.92'),(133821,2866,'_order_version','9.1.4'),(133822,2866,'_prices_include_tax','no'),(133823,2866,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(133824,2866,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(133825,2866,'is_vat_exempt','no'),(133826,2866,'_wc_order_attribution_source_type','typein'),(133827,2866,'_wc_order_attribution_utm_source','(direct)'),(133828,2866,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133829,2866,'_wc_order_attribution_session_start_time','2024-08-14 21:02:33'),(133830,2866,'_wc_order_attribution_session_pages','3'),(133831,2866,'_wc_order_attribution_session_count','1'),(133832,2866,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(133833,2866,'_wc_order_attribution_device_type','Desktop'),(133834,2866,'Payment type','instant'),(133835,2866,'_paypal_status','completed'),(133836,2866,'_transaction_id','2TY98508HJ6877436'),(133837,2866,'PayPal Transaction Fee','30.78'),(133838,2866,'_date_paid','1723669952'),(133839,2866,'_paid_date','2024-08-14 21:12:32'),(133840,2865,'_edit_lock','1723674516:2'),(133841,2865,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227368\";s:12:\"date_shipped\";s:10:\"1723593600\";s:11:\"tracking_id\";s:32:\"354aadb0bfbe0258322d1f11c0aeb8cb\";}}'),(133842,2865,'_edit_last','2'),(133843,2865,'_date_completed','1723674640'),(133844,2865,'_completed_date','2024-08-14 22:30:40'),(133845,2864,'_edit_lock','1723674587:2'),(133846,2864,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227405\";s:12:\"date_shipped\";s:10:\"1723593600\";s:11:\"tracking_id\";s:32:\"5dcbf486433e347c0df551bfa2314aa3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227390\";s:12:\"date_shipped\";i:1723674687;s:11:\"tracking_id\";s:32:\"367445672be13464e7f3a49241ff9f7b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227380\";s:12:\"date_shipped\";i:1723674692;s:11:\"tracking_id\";s:32:\"7c1394911dae0d6d6d8e104afaaf5360\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227379\";s:12:\"date_shipped\";i:1723674697;s:11:\"tracking_id\";s:32:\"10bb90f37abf824988210afd79db942d\";}}'),(133847,2864,'_edit_last','2'),(133848,2864,'_date_completed','1723674699'),(133849,2864,'_completed_date','2024-08-14 22:31:39'),(133850,2867,'_order_key','wc_order_VTgktJpEXt8ok'),(133851,2867,'_customer_user','5'),(133852,2867,'_payment_method','paypal'),(133853,2867,'_payment_method_title','PayPal'),(133854,2867,'_customer_ip_address','73.11.110.46'),(133855,2867,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133856,2867,'_created_via','checkout'),(133857,2867,'_cart_hash','aa5ecd597e517170b55ac2f25741c99a'),(133858,2867,'_download_permissions_granted','yes'),(133859,2867,'_recorded_sales','yes'),(133860,2867,'_recorded_coupon_usage_counts','yes'),(133861,2867,'_new_order_email_sent','true'),(133862,2867,'_order_stock_reduced','yes'),(133863,2867,'_billing_first_name','Shawnde'),(133864,2867,'_billing_last_name','Russell'),(133865,2867,'_billing_company','Lice Clinics Of America'),(133866,2867,'_billing_address_1','1444 NW College Way Suite 6'),(133867,2867,'_billing_address_2','Suite 6'),(133868,2867,'_billing_city','Bend'),(133869,2867,'_billing_state','OR'),(133870,2867,'_billing_postcode','97703'),(133871,2867,'_billing_country','US'),(133872,2867,'_billing_email','noemi.and.mark@nwliceclinics.com'),(133873,2867,'_billing_phone','5034040475'),(133874,2867,'_shipping_first_name','Shawnde'),(133875,2867,'_shipping_last_name','Russell'),(133876,2867,'_shipping_company','Lice Clinics Of America'),(133877,2867,'_shipping_address_1','1444 NW College Way Suite 6'),(133878,2867,'_shipping_address_2','Suite 6'),(133879,2867,'_shipping_city','Bend'),(133880,2867,'_shipping_state','OR'),(133881,2867,'_shipping_postcode','97703'),(133882,2867,'_shipping_country','US'),(133883,2867,'_order_currency','USD'),(133884,2867,'_cart_discount','0'),(133885,2867,'_cart_discount_tax','0'),(133886,2867,'_order_shipping','77.05'),(133887,2867,'_order_shipping_tax','0'),(133888,2867,'_order_tax','0'),(133889,2867,'_order_total','406.30'),(133890,2867,'_order_version','9.1.4'),(133891,2867,'_prices_include_tax','no'),(133892,2867,'_billing_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US noemi.and.mark@nwliceclinics.com 5034040475'),(133893,2867,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97703 US '),(133894,2867,'is_vat_exempt','no'),(133895,2867,'_wc_order_attribution_source_type','referral'),(133896,2867,'_wc_order_attribution_referrer','https://lcaportal.com/'),(133897,2867,'_wc_order_attribution_utm_source','lcaportal.com'),(133898,2867,'_wc_order_attribution_utm_medium','referral'),(133899,2867,'_wc_order_attribution_utm_content','/'),(133900,2867,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133901,2867,'_wc_order_attribution_session_start_time','2024-08-15 22:24:21'),(133902,2867,'_wc_order_attribution_session_pages','3'),(133903,2867,'_wc_order_attribution_session_count','2'),(133904,2867,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(133905,2867,'_wc_order_attribution_device_type','Desktop'),(133906,2867,'Payment type','instant'),(133907,2867,'_paypal_status','completed'),(133908,2867,'_transaction_id','2BG75227NS768343T'),(133909,2867,'PayPal Transaction Fee','14.67'),(133910,2867,'_date_paid','1723760986'),(133911,2867,'_paid_date','2024-08-15 22:29:46'),(133912,2868,'_order_key','wc_order_y25XVvQQDjp2z'),(133913,2868,'_customer_user','47'),(133914,2868,'_payment_method','paypal'),(133915,2868,'_payment_method_title','PayPal'),(133916,2868,'_customer_ip_address','136.50.70.100'),(133917,2868,'_customer_user_agent','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'),(133918,2868,'_created_via','checkout'),(133919,2868,'_cart_hash','d1ba8d410326f03635b02c6bccb1d7f6'),(133920,2868,'_download_permissions_granted','yes'),(133921,2868,'_recorded_sales','yes'),(133922,2868,'_recorded_coupon_usage_counts','yes'),(133923,2868,'_new_order_email_sent','true'),(133924,2868,'_order_stock_reduced','yes'),(133925,2868,'_billing_first_name','Tracy'),(133926,2868,'_billing_last_name','Copeland'),(133927,2868,'_billing_company','LCA SA WEST'),(133928,2868,'_billing_address_1','14223 Silverhollow'),(133929,2868,'_billing_city','San Antonio'),(133930,2868,'_billing_state','TX'),(133931,2868,'_billing_postcode','78232'),(133932,2868,'_billing_country','US'),(133933,2868,'_billing_email','info@liceclinicsofsanantonio.com'),(133934,2868,'_billing_phone','2103135033'),(133935,2868,'_shipping_first_name','Tracy'),(133936,2868,'_shipping_last_name','Copeland'),(133937,2868,'_shipping_company','LCA San Antonio West'),(133938,2868,'_shipping_address_1','6391 De Zavala Rd'),(133939,2868,'_shipping_address_2','#222'),(133940,2868,'_shipping_city','San Antonio'),(133941,2868,'_shipping_state','TX'),(133942,2868,'_shipping_postcode','78249'),(133943,2868,'_shipping_country','US'),(133944,2868,'_order_currency','USD'),(133945,2868,'_cart_discount','0'),(133946,2868,'_cart_discount_tax','0'),(133947,2868,'_order_shipping','0'),(133948,2868,'_order_shipping_tax','0'),(133949,2868,'_order_tax','0'),(133950,2868,'_order_total','679.40'),(133951,2868,'_order_version','9.1.4'),(133952,2868,'_prices_include_tax','no'),(133953,2868,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(133954,2868,'_shipping_address_index','Tracy Copeland LCA San Antonio West 6391 De Zavala Rd #222 San Antonio TX 78249 US '),(133955,2868,'is_vat_exempt','no'),(133956,2868,'_wc_order_attribution_source_type','referral'),(133957,2868,'_wc_order_attribution_referrer','https://lcaportal.com/'),(133958,2868,'_wc_order_attribution_utm_source','lcaportal.com'),(133959,2868,'_wc_order_attribution_utm_medium','referral'),(133960,2868,'_wc_order_attribution_utm_content','/'),(133961,2868,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(133962,2868,'_wc_order_attribution_session_start_time','2024-08-12 23:44:51'),(133963,2868,'_wc_order_attribution_session_pages','5'),(133964,2868,'_wc_order_attribution_session_count','2'),(133965,2868,'_wc_order_attribution_user_agent','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'),(133966,2868,'_wc_order_attribution_device_type','Desktop'),(133967,2868,'Payment type','instant'),(133968,2868,'_paypal_status','completed'),(133969,2868,'_transaction_id','3E403839TF279254H'),(133970,2868,'PayPal Transaction Fee','24.20'),(133971,2868,'_date_paid','1723767979'),(133972,2868,'_paid_date','2024-08-16 00:26:19'),(133973,2866,'_edit_lock','1723815685:2'),(133974,2866,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227655\";s:12:\"date_shipped\";s:10:\"1723766400\";s:11:\"tracking_id\";s:32:\"2072acbc00545e9832160bfebc3d9d94\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227644\";s:12:\"date_shipped\";i:1723815679;s:11:\"tracking_id\";s:32:\"4098f5d830c4f8f9d9f406b3841f04de\";}}'),(133975,2866,'_edit_last','2'),(133976,2866,'_date_completed','1723815682'),(133977,2866,'_completed_date','2024-08-16 13:41:22'),(133978,2869,'_order_key','wc_order_wOeLEwYMqNs4u'),(133979,2869,'_customer_user','96'),(133980,2869,'_payment_method','paypal'),(133981,2869,'_payment_method_title','PayPal'),(133982,2869,'_customer_ip_address','166.181.88.244'),(133983,2869,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(133984,2869,'_created_via','checkout'),(133985,2869,'_cart_hash','437ce8c9a2993cd59d6272c5bccec2a0'),(133986,2869,'_download_permissions_granted','yes'),(133987,2869,'_recorded_sales','yes'),(133988,2869,'_recorded_coupon_usage_counts','yes'),(133989,2869,'_new_order_email_sent','true'),(133990,2869,'_order_stock_reduced','yes'),(133991,2869,'_billing_first_name','Jaimi'),(133992,2869,'_billing_last_name','Anderson'),(133993,2869,'_billing_company','Lice Clinics of America - Des Moines'),(133994,2869,'_billing_address_1','1139 Burlington Ter'),(133995,2869,'_billing_city','Des Moines'),(133996,2869,'_billing_state','IA'),(133997,2869,'_billing_postcode','50314'),(133998,2869,'_billing_country','US'),(133999,2869,'_billing_email','j.m.licesolutions@gmail.com'),(134000,2869,'_billing_phone','515-971-0667'),(134001,2869,'_shipping_first_name','Jaimi'),(134002,2869,'_shipping_last_name','Anderson'),(134003,2869,'_shipping_company','Lice Clinics of America - Des Moines'),(134004,2869,'_shipping_address_1','6900 University Ave.'),(134005,2869,'_shipping_address_2','Ste 120'),(134006,2869,'_shipping_city','Windsor Heights'),(134007,2869,'_shipping_state','IA'),(134008,2869,'_shipping_postcode','50324'),(134009,2869,'_shipping_country','US'),(134010,2869,'_order_currency','USD'),(134011,2869,'_cart_discount','0'),(134012,2869,'_cart_discount_tax','0'),(134013,2869,'_order_shipping','0'),(134014,2869,'_order_shipping_tax','0'),(134015,2869,'_order_tax','0'),(134016,2869,'_order_total','795.23'),(134017,2869,'_order_version','9.1.4'),(134018,2869,'_prices_include_tax','no'),(134019,2869,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(134020,2869,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(134021,2869,'is_vat_exempt','no'),(134022,2869,'_wc_order_attribution_source_type','referral'),(134023,2869,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(134024,2869,'_wc_order_attribution_utm_source','lcaportal.com'),(134025,2869,'_wc_order_attribution_utm_medium','referral'),(134026,2869,'_wc_order_attribution_utm_content','/'),(134027,2869,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134028,2869,'_wc_order_attribution_session_start_time','2024-08-16 16:44:03'),(134029,2869,'_wc_order_attribution_session_pages','15'),(134030,2869,'_wc_order_attribution_session_count','1'),(134031,2869,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(134032,2869,'_wc_order_attribution_device_type','Desktop'),(134033,2869,'Payment type','instant'),(134034,2869,'_paypal_status','completed'),(134035,2869,'_transaction_id','59190289FP965820N'),(134036,2869,'PayPal Transaction Fee','28.24'),(134037,2869,'_date_paid','1723828687'),(134038,2869,'_paid_date','2024-08-16 17:18:07'),(134039,2870,'_order_key','wc_order_9B4f69Hwfrzj5'),(134040,2870,'_customer_user','67'),(134041,2870,'_payment_method','paypal'),(134042,2870,'_payment_method_title','PayPal'),(134043,2870,'_customer_ip_address','67.251.108.158'),(134044,2870,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134045,2870,'_created_via','checkout'),(134046,2870,'_cart_hash','b320f4474f39493da0bb80cc876279c1'),(134047,2870,'_download_permissions_granted','yes'),(134048,2870,'_recorded_sales','yes'),(134049,2870,'_recorded_coupon_usage_counts','yes'),(134050,2870,'_new_order_email_sent','true'),(134051,2870,'_order_stock_reduced','yes'),(134052,2870,'_billing_first_name','Marnie'),(134053,2870,'_billing_last_name','Murray'),(134054,2870,'_billing_company','Naughty Nits'),(134055,2870,'_billing_address_1','2809 Wehrle Drive'),(134056,2870,'_billing_address_2','Suite 10'),(134057,2870,'_billing_city','Williamsville'),(134058,2870,'_billing_state','NY'),(134059,2870,'_billing_postcode','14221'),(134060,2870,'_billing_country','US'),(134061,2870,'_billing_email','liceclinicsupstateny@gmail.com'),(134062,2870,'_billing_phone','7166265423'),(134063,2870,'_shipping_first_name','Marnie'),(134064,2870,'_shipping_last_name','Murray'),(134065,2870,'_shipping_company','LCA Buffalo'),(134066,2870,'_shipping_address_1','2809 Wehrle Drive'),(134067,2870,'_shipping_address_2','Suite 10'),(134068,2870,'_shipping_city','Williamsville'),(134069,2870,'_shipping_state','NY'),(134070,2870,'_shipping_postcode','14221'),(134071,2870,'_shipping_country','US'),(134072,2870,'_order_currency','USD'),(134073,2870,'_cart_discount','0'),(134074,2870,'_cart_discount_tax','0'),(134075,2870,'_order_shipping','0'),(134076,2870,'_order_shipping_tax','0'),(134077,2870,'_order_tax','0'),(134078,2870,'_order_total','1277.84'),(134079,2870,'_order_version','9.1.4'),(134080,2870,'_prices_include_tax','no'),(134081,2870,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(134082,2870,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(134083,2870,'is_vat_exempt','no'),(134084,2870,'_wc_order_attribution_source_type','referral'),(134085,2870,'_wc_order_attribution_referrer','https://lcaportal.com/'),(134086,2870,'_wc_order_attribution_utm_source','lcaportal.com'),(134087,2870,'_wc_order_attribution_utm_medium','referral'),(134088,2870,'_wc_order_attribution_utm_content','/'),(134089,2870,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134090,2870,'_wc_order_attribution_session_start_time','2024-08-16 17:46:49'),(134091,2870,'_wc_order_attribution_session_pages','4'),(134092,2870,'_wc_order_attribution_session_count','13'),(134093,2870,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134094,2870,'_wc_order_attribution_device_type','Desktop'),(134095,2870,'Payment type','instant'),(134096,2870,'_paypal_status','completed'),(134097,2870,'_transaction_id','7LR379262M664922T'),(134098,2870,'PayPal Transaction Fee','45.09'),(134099,2870,'_date_paid','1723831265'),(134100,2870,'_paid_date','2024-08-16 18:01:05'),(134101,2871,'_order_key','wc_order_1wQ52UwZgKhDt'),(134102,2871,'_customer_user','39'),(134103,2871,'_payment_method','paypal'),(134104,2871,'_payment_method_title','PayPal'),(134105,2871,'_customer_ip_address','74.37.226.236'),(134106,2871,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134107,2871,'_created_via','checkout'),(134108,2871,'_cart_hash','31d935e804c5ebb12989d8082af79c00'),(134109,2871,'_download_permissions_granted','yes'),(134110,2871,'_recorded_sales','yes'),(134111,2871,'_recorded_coupon_usage_counts','yes'),(134112,2871,'_new_order_email_sent','true'),(134113,2871,'_order_stock_reduced','yes'),(134114,2871,'_billing_first_name','Patty'),(134115,2871,'_billing_last_name','Ziegler'),(134116,2871,'_billing_address_1','3090 Saddle Brook Tr'),(134117,2871,'_billing_city','Sun Prairie'),(134118,2871,'_billing_state','WI'),(134119,2871,'_billing_postcode','53590'),(134120,2871,'_billing_country','US'),(134121,2871,'_billing_email','liceremovalwisconsin@gmail.com'),(134122,2871,'_billing_phone','6088258255'),(134123,2871,'_shipping_first_name','Patty'),(134124,2871,'_shipping_last_name','Ziegler'),(134125,2871,'_shipping_address_1','3090 Saddle Brook Tr'),(134126,2871,'_shipping_city','Sun Prairie'),(134127,2871,'_shipping_state','WI'),(134128,2871,'_shipping_postcode','53590'),(134129,2871,'_shipping_country','US'),(134130,2871,'_order_currency','USD'),(134131,2871,'_cart_discount','0'),(134132,2871,'_cart_discount_tax','0'),(134133,2871,'_order_shipping','0'),(134134,2871,'_order_shipping_tax','0'),(134135,2871,'_order_tax','0'),(134136,2871,'_order_total','618.72'),(134137,2871,'_order_version','9.1.4'),(134138,2871,'_prices_include_tax','no'),(134139,2871,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(134140,2871,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(134141,2871,'is_vat_exempt','no'),(134142,2871,'_wc_order_attribution_source_type','referral'),(134143,2871,'_wc_order_attribution_referrer','https://lcaportal.com/'),(134144,2871,'_wc_order_attribution_utm_source','lcaportal.com'),(134145,2871,'_wc_order_attribution_utm_medium','referral'),(134146,2871,'_wc_order_attribution_utm_content','/'),(134147,2871,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134148,2871,'_wc_order_attribution_session_start_time','2024-08-16 22:20:01'),(134149,2871,'_wc_order_attribution_session_pages','6'),(134150,2871,'_wc_order_attribution_session_count','3'),(134151,2871,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134152,2871,'_wc_order_attribution_device_type','Desktop'),(134153,2871,'Payment type','instant'),(134154,2871,'_paypal_status','completed'),(134155,2871,'_transaction_id','2MB17949VE815394A'),(134156,2871,'PayPal Transaction Fee','22.08'),(134157,2871,'_date_paid','1723849957'),(134158,2871,'_paid_date','2024-08-16 23:12:37'),(134159,2870,'_edit_lock','1723858334:2'),(134160,2870,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227953\";s:12:\"date_shipped\";s:10:\"1723852800\";s:11:\"tracking_id\";s:32:\"687d7cdbd2b5ccd4ded225452268d8b1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227942\";s:12:\"date_shipped\";i:1723858467;s:11:\"tracking_id\";s:32:\"5c85b300db625390b2df1ada3cc9faa4\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227931\";s:12:\"date_shipped\";i:1723858471;s:11:\"tracking_id\";s:32:\"07982145fe32218f1f7e617bf0699fec\";}}'),(134161,2870,'_edit_last','2'),(134162,2870,'_date_completed','1723858474'),(134163,2870,'_completed_date','2024-08-17 01:34:34'),(134164,2869,'_edit_lock','1723858559:2'),(134165,2869,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227920\";s:12:\"date_shipped\";s:10:\"1723852800\";s:11:\"tracking_id\";s:32:\"20ace34026a75a68057f2f18a0626b91\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227910\";s:12:\"date_shipped\";i:1723858506;s:11:\"tracking_id\";s:32:\"d8b07f7fb43c18adf806adfbdd1d3ab6\";}}'),(134166,2869,'_edit_last','2'),(134167,2869,'_date_completed','1723858511'),(134168,2869,'_completed_date','2024-08-17 01:35:11'),(134169,2868,'_edit_lock','1723858628:2'),(134170,2868,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227861\";s:12:\"date_shipped\";s:10:\"1723852800\";s:11:\"tracking_id\";s:32:\"3a5b2c8471588c65dcc5881b6565113c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227850\";s:12:\"date_shipped\";i:1723858578;s:11:\"tracking_id\";s:32:\"268851ba735356f451e3821a5eca3baf\";}}'),(134171,2868,'_edit_last','2'),(134172,2868,'_date_completed','1723858580'),(134173,2868,'_completed_date','2024-08-17 01:36:20'),(134174,2867,'_edit_lock','1723858539:2'),(134175,2867,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227840\";s:12:\"date_shipped\";s:10:\"1723852800\";s:11:\"tracking_id\";s:32:\"92ff3bfe8cb42cc3cfd9d53d9d01e926\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227839\";s:12:\"date_shipped\";i:1723858668;s:11:\"tracking_id\";s:32:\"edb7da1d3d482e50af2a171e98e668b8\";}}'),(134176,2867,'_edit_last','2'),(134177,2867,'_date_completed','1723858671'),(134178,2867,'_completed_date','2024-08-17 01:37:51'),(134179,2863,'Payment type','instant'),(134180,2863,'_paypal_status','completed'),(134181,2863,'_transaction_id','81L97228UN945154U'),(134182,2863,'PayPal Transaction Fee','27.08'),(134183,2863,'_date_paid','1723920237'),(134184,2863,'_paid_date','2024-08-17 18:43:57'),(134185,2873,'_order_key','wc_order_cdKv2V4FE7d9c'),(134186,2873,'_customer_user','87'),(134187,2873,'_payment_method','paypal'),(134188,2873,'_payment_method_title','PayPal'),(134189,2873,'_customer_ip_address','68.13.231.153'),(134190,2873,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134191,2873,'_created_via','checkout'),(134192,2873,'_cart_hash','3e77035a49ab0ba6375ce3206926182a'),(134193,2873,'_download_permissions_granted','yes'),(134194,2873,'_recorded_sales','yes'),(134195,2873,'_recorded_coupon_usage_counts','yes'),(134196,2873,'_new_order_email_sent','true'),(134197,2873,'_order_stock_reduced','yes'),(134198,2873,'_billing_first_name','Wade'),(134199,2873,'_billing_last_name','Huntsman'),(134200,2873,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(134201,2873,'_billing_address_1','3421 E 21st'),(134202,2873,'_billing_city','Tulsa'),(134203,2873,'_billing_state','OK'),(134204,2873,'_billing_postcode','74114'),(134205,2873,'_billing_country','US'),(134206,2873,'_billing_email','info@liceclinicsmidsouth.com'),(134207,2873,'_billing_phone','9189783329'),(134208,2873,'_shipping_first_name','Katee'),(134209,2873,'_shipping_last_name','Morrison'),(134210,2873,'_shipping_company','Lice Clinics of America OKC'),(134211,2873,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(134212,2873,'_shipping_city','OKC'),(134213,2873,'_shipping_state','OK'),(134214,2873,'_shipping_postcode','73118'),(134215,2873,'_shipping_country','US'),(134216,2873,'_order_currency','USD'),(134217,2873,'_cart_discount','0'),(134218,2873,'_cart_discount_tax','0'),(134219,2873,'_order_shipping','0'),(134220,2873,'_order_shipping_tax','0'),(134221,2873,'_order_tax','0'),(134222,2873,'_order_total','589.72'),(134223,2873,'_order_version','9.1.4'),(134224,2873,'_prices_include_tax','no'),(134225,2873,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(134226,2873,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(134227,2873,'is_vat_exempt','no'),(134228,2873,'_wc_order_attribution_source_type','typein'),(134229,2873,'_wc_order_attribution_utm_source','(direct)'),(134230,2873,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134231,2873,'_wc_order_attribution_session_start_time','2024-08-18 13:58:27'),(134232,2873,'_wc_order_attribution_session_pages','4'),(134233,2873,'_wc_order_attribution_session_count','1'),(134234,2873,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134235,2873,'_wc_order_attribution_device_type','Desktop'),(134236,2873,'Payment type','instant'),(134237,2873,'_paypal_status','completed'),(134238,2873,'_transaction_id','5X146627B6313631E'),(134239,2873,'PayPal Transaction Fee','21.07'),(134240,2873,'_date_paid','1723990696'),(134241,2873,'_paid_date','2024-08-18 14:18:16'),(134242,2874,'_order_key','wc_order_tDSTWN4iOon0o'),(134243,2874,'_customer_user','87'),(134244,2874,'_payment_method','paypal'),(134245,2874,'_payment_method_title','PayPal'),(134246,2874,'_customer_ip_address','68.13.231.153'),(134247,2874,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134248,2874,'_created_via','checkout'),(134249,2874,'_cart_hash','81d07d5580b5b34d01abc511fb12700f'),(134250,2874,'_download_permissions_granted','yes'),(134251,2874,'_recorded_sales','yes'),(134252,2874,'_recorded_coupon_usage_counts','yes'),(134253,2874,'_new_order_email_sent','true'),(134254,2874,'_order_stock_reduced','yes'),(134255,2874,'_billing_first_name','Wade'),(134256,2874,'_billing_last_name','Huntsman'),(134257,2874,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(134258,2874,'_billing_address_1','3421 E 21st'),(134259,2874,'_billing_city','Tulsa'),(134260,2874,'_billing_state','OK'),(134261,2874,'_billing_postcode','74114'),(134262,2874,'_billing_country','US'),(134263,2874,'_billing_email','info@liceclinicsmidsouth.com'),(134264,2874,'_billing_phone','9189783329'),(134265,2874,'_shipping_first_name','Shelbe'),(134266,2874,'_shipping_last_name','Smith'),(134267,2874,'_shipping_address_1','2101 West Macarthur Road'),(134268,2874,'_shipping_address_2','Lot 511'),(134269,2874,'_shipping_city','Wichita'),(134270,2874,'_shipping_state','KS'),(134271,2874,'_shipping_postcode','67217'),(134272,2874,'_shipping_country','US'),(134273,2874,'_order_currency','USD'),(134274,2874,'_cart_discount','0'),(134275,2874,'_cart_discount_tax','0'),(134276,2874,'_order_shipping','0'),(134277,2874,'_order_shipping_tax','0'),(134278,2874,'_order_tax','0'),(134279,2874,'_order_total','878.24'),(134280,2874,'_order_version','9.1.4'),(134281,2874,'_prices_include_tax','no'),(134282,2874,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(134283,2874,'_shipping_address_index','Shelbe Smith  2101 West Macarthur Road Lot 511 Wichita KS 67217 US '),(134284,2874,'is_vat_exempt','no'),(134285,2874,'_wc_order_attribution_source_type','typein'),(134286,2874,'_wc_order_attribution_utm_source','(direct)'),(134287,2874,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134288,2874,'_wc_order_attribution_session_start_time','2024-08-18 13:58:27'),(134289,2874,'_wc_order_attribution_session_pages','8'),(134290,2874,'_wc_order_attribution_session_count','1'),(134291,2874,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134292,2874,'_wc_order_attribution_device_type','Desktop'),(134293,2874,'Payment type','instant'),(134294,2874,'_paypal_status','completed'),(134295,2874,'_transaction_id','01N26567UU7908042'),(134296,2874,'PayPal Transaction Fee','31.14'),(134297,2874,'_date_paid','1723991139'),(134298,2874,'_paid_date','2024-08-18 14:25:39'),(134299,2875,'_order_key','wc_order_uLyr2NiJ3nmdd'),(134300,2875,'_customer_user','87'),(134301,2875,'_payment_method','paypal'),(134302,2875,'_payment_method_title','PayPal'),(134303,2875,'_customer_ip_address','68.13.231.153'),(134304,2875,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134305,2875,'_created_via','checkout'),(134306,2875,'_cart_hash','8cd9418721910a7159a18102fa3c63f1'),(134307,2875,'_download_permissions_granted','yes'),(134308,2875,'_recorded_sales','yes'),(134309,2875,'_recorded_coupon_usage_counts','yes'),(134310,2875,'_new_order_email_sent','true'),(134311,2875,'_order_stock_reduced','yes'),(134312,2875,'_billing_first_name','Wade'),(134313,2875,'_billing_last_name','Huntsman'),(134314,2875,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(134315,2875,'_billing_address_1','3421 E 21st'),(134316,2875,'_billing_city','Tulsa'),(134317,2875,'_billing_state','OK'),(134318,2875,'_billing_postcode','74114'),(134319,2875,'_billing_country','US'),(134320,2875,'_billing_email','info@liceclinicsmidsouth.com'),(134321,2875,'_billing_phone','9189783329'),(134322,2875,'_shipping_first_name','Wade'),(134323,2875,'_shipping_last_name','Huntsman'),(134324,2875,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(134325,2875,'_shipping_address_1','3421 E 21st'),(134326,2875,'_shipping_city','Tulsa'),(134327,2875,'_shipping_state','OK'),(134328,2875,'_shipping_postcode','74114'),(134329,2875,'_shipping_country','US'),(134330,2875,'_order_currency','USD'),(134331,2875,'_cart_discount','0'),(134332,2875,'_cart_discount_tax','0'),(134333,2875,'_order_shipping','0'),(134334,2875,'_order_shipping_tax','0'),(134335,2875,'_order_tax','0'),(134336,2875,'_order_total','590.08'),(134337,2875,'_order_version','9.1.4'),(134338,2875,'_prices_include_tax','no'),(134339,2875,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(134340,2875,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(134341,2875,'is_vat_exempt','no'),(134342,2875,'_wc_order_attribution_source_type','typein'),(134343,2875,'_wc_order_attribution_utm_source','(direct)'),(134344,2875,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134345,2875,'_wc_order_attribution_session_start_time','2024-08-18 13:58:27'),(134346,2875,'_wc_order_attribution_session_pages','12'),(134347,2875,'_wc_order_attribution_session_count','1'),(134348,2875,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134349,2875,'_wc_order_attribution_device_type','Desktop'),(134350,2875,'Payment type','instant'),(134351,2875,'_paypal_status','completed'),(134352,2875,'_transaction_id','1Y190410UL342271P'),(134353,2875,'PayPal Transaction Fee','21.08'),(134354,2875,'_date_paid','1723991431'),(134355,2875,'_paid_date','2024-08-18 14:30:31'),(134356,2876,'_order_key','wc_order_pMQAPgFpaCAFb'),(134357,2876,'_customer_user','54'),(134358,2876,'_payment_method','paypal'),(134359,2876,'_payment_method_title','PayPal'),(134360,2876,'_customer_ip_address','24.12.23.62'),(134361,2876,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(134362,2876,'_created_via','checkout'),(134363,2876,'_cart_hash','55737ce022fb093b5ceedfa33c0646c1'),(134364,2876,'_download_permissions_granted','yes'),(134365,2876,'_recorded_sales','yes'),(134366,2876,'_recorded_coupon_usage_counts','yes'),(134367,2876,'_new_order_email_sent','true'),(134368,2876,'_order_stock_reduced','yes'),(134369,2876,'_billing_first_name','Erin'),(134370,2876,'_billing_last_name','Hawn'),(134371,2876,'_billing_address_1','10 W Phillip Rd'),(134372,2876,'_billing_address_2','Suite 123'),(134373,2876,'_billing_city','Vernon Hills'),(134374,2876,'_billing_state','IL'),(134375,2876,'_billing_postcode','60061'),(134376,2876,'_billing_country','US'),(134377,2876,'_billing_email','info@liceclinicsvernonhills.com'),(134378,2876,'_billing_phone','8475960408'),(134379,2876,'_shipping_first_name','Erin'),(134380,2876,'_shipping_last_name','Hawn'),(134381,2876,'_shipping_address_1','1491 S Amarias Dr'),(134382,2876,'_shipping_city','Round lake'),(134383,2876,'_shipping_state','IL'),(134384,2876,'_shipping_postcode','60073'),(134385,2876,'_shipping_country','US'),(134386,2876,'_order_currency','USD'),(134387,2876,'_cart_discount','0'),(134388,2876,'_cart_discount_tax','0'),(134389,2876,'_order_shipping','0'),(134390,2876,'_order_shipping_tax','0'),(134391,2876,'_order_tax','0'),(134392,2876,'_order_total','665.12'),(134393,2876,'_order_version','9.1.4'),(134394,2876,'_prices_include_tax','no'),(134395,2876,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(134396,2876,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(134397,2876,'is_vat_exempt','no'),(134398,2876,'_wc_order_attribution_source_type','referral'),(134399,2876,'_wc_order_attribution_referrer','https://lcaportal.com/'),(134400,2876,'_wc_order_attribution_utm_source','lcaportal.com'),(134401,2876,'_wc_order_attribution_utm_medium','referral'),(134402,2876,'_wc_order_attribution_utm_content','/'),(134403,2876,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134404,2876,'_wc_order_attribution_session_start_time','2024-08-18 21:38:19'),(134405,2876,'_wc_order_attribution_session_pages','3'),(134406,2876,'_wc_order_attribution_session_count','1'),(134407,2876,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(134408,2876,'_wc_order_attribution_device_type','Desktop'),(134409,2876,'Payment type','instant'),(134410,2876,'_paypal_status','completed'),(134411,2876,'_transaction_id','2C284918M4085645H'),(134412,2876,'PayPal Transaction Fee','23.70'),(134413,2876,'_date_paid','1724017348'),(134414,2876,'_paid_date','2024-08-18 21:42:28'),(134415,2877,'_order_key','wc_order_1zoFUCXfNUdZb'),(134416,2877,'_customer_user','87'),(134417,2877,'_payment_method','paypal'),(134418,2877,'_payment_method_title','PayPal'),(134419,2877,'_customer_ip_address','68.13.231.153'),(134420,2877,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134421,2877,'_created_via','checkout'),(134422,2877,'_cart_hash','50c76226d0f4e57c644e10fb31d74967'),(134423,2877,'_download_permissions_granted','yes'),(134424,2877,'_recorded_sales','yes'),(134425,2877,'_recorded_coupon_usage_counts','yes'),(134426,2877,'_new_order_email_sent','true'),(134427,2877,'_order_stock_reduced','yes'),(134428,2877,'_billing_first_name','Wade'),(134429,2877,'_billing_last_name','Huntsman'),(134430,2877,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(134431,2877,'_billing_address_1','3421 E 21st'),(134432,2877,'_billing_city','Tulsa'),(134433,2877,'_billing_state','OK'),(134434,2877,'_billing_postcode','74114'),(134435,2877,'_billing_country','US'),(134436,2877,'_billing_email','info@liceclinicsmidsouth.com'),(134437,2877,'_billing_phone','9189783329'),(134438,2877,'_shipping_first_name','Logan'),(134439,2877,'_shipping_last_name','Futrell'),(134440,2877,'_shipping_address_1','203 Tricha Circle Unit B'),(134441,2877,'_shipping_address_2','Lot 511'),(134442,2877,'_shipping_city','Gravette'),(134443,2877,'_shipping_state','AR'),(134444,2877,'_shipping_postcode','72736'),(134445,2877,'_shipping_country','US'),(134446,2877,'_order_currency','USD'),(134447,2877,'_cart_discount','0'),(134448,2877,'_cart_discount_tax','0'),(134449,2877,'_order_shipping','0'),(134450,2877,'_order_shipping_tax','0'),(134451,2877,'_order_tax','0'),(134452,2877,'_order_total','1380.08'),(134453,2877,'_order_version','9.1.4'),(134454,2877,'_prices_include_tax','no'),(134455,2877,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(134456,2877,'_shipping_address_index','Logan Futrell  203 Tricha Circle Unit B Lot 511 Gravette AR 72736 US '),(134457,2877,'is_vat_exempt','no'),(134458,2877,'_wc_order_attribution_source_type','typein'),(134459,2877,'_wc_order_attribution_utm_source','(direct)'),(134460,2877,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134461,2877,'_wc_order_attribution_session_start_time','2024-08-18 21:50:45'),(134462,2877,'_wc_order_attribution_session_pages','9'),(134463,2877,'_wc_order_attribution_session_count','1'),(134464,2877,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134465,2877,'_wc_order_attribution_device_type','Desktop'),(134466,2877,'Payment type','instant'),(134467,2877,'_paypal_status','completed'),(134468,2877,'_transaction_id','17F35167A79982518'),(134469,2877,'PayPal Transaction Fee','48.65'),(134470,2877,'_date_paid','1724018831'),(134471,2877,'_paid_date','2024-08-18 22:07:11'),(134472,2878,'_order_key','wc_order_7CmV05TMAotle'),(134473,2878,'_customer_user','15'),(134474,2878,'_payment_method','paypal'),(134475,2878,'_payment_method_title','PayPal'),(134476,2878,'_customer_ip_address','104.6.9.145'),(134477,2878,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(134478,2878,'_created_via','checkout'),(134479,2878,'_cart_hash','0c67905a9d81a5633a2ebaf158323663'),(134480,2878,'_download_permissions_granted','yes'),(134481,2878,'_recorded_sales','yes'),(134482,2878,'_recorded_coupon_usage_counts','yes'),(134483,2878,'_new_order_email_sent','true'),(134484,2878,'_order_stock_reduced','yes'),(134485,2878,'_billing_first_name','Andrea'),(134486,2878,'_billing_last_name','Florsheim'),(134487,2878,'_billing_company','Lice Clincs of America'),(134488,2878,'_billing_address_1','777 n van buren st'),(134489,2878,'_billing_address_2','APT 3402'),(134490,2878,'_billing_city','Milwaukee'),(134491,2878,'_billing_state','WI'),(134492,2878,'_billing_postcode','53202'),(134493,2878,'_billing_country','US'),(134494,2878,'_billing_email','andrea@liceclinicscentral.com'),(134495,2878,'_billing_phone','4143354315'),(134496,2878,'_shipping_first_name','Andrea'),(134497,2878,'_shipping_last_name','Florsheim'),(134498,2878,'_shipping_company','Lice Clincs of America'),(134499,2878,'_shipping_address_1','777 n van buren st'),(134500,2878,'_shipping_address_2','APT 3402'),(134501,2878,'_shipping_city','Milwaukee'),(134502,2878,'_shipping_state','WI'),(134503,2878,'_shipping_postcode','53202'),(134504,2878,'_shipping_country','US'),(134505,2878,'_order_currency','USD'),(134506,2878,'_cart_discount','0'),(134507,2878,'_cart_discount_tax','0'),(134508,2878,'_order_shipping','0'),(134509,2878,'_order_shipping_tax','0'),(134510,2878,'_order_tax','0'),(134511,2878,'_order_total','573.50'),(134512,2878,'_order_version','9.1.4'),(134513,2878,'_prices_include_tax','no'),(134514,2878,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(134515,2878,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US '),(134516,2878,'is_vat_exempt','no'),(134517,2878,'_wc_order_attribution_source_type','typein'),(134518,2878,'_wc_order_attribution_utm_source','(direct)'),(134519,2878,'_wc_order_attribution_utm_source_platform',''),(134520,2878,'_wc_order_attribution_utm_creative_format',''),(134521,2878,'_wc_order_attribution_utm_marketing_tactic',''),(134522,2878,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134523,2878,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(134524,2878,'_wc_order_attribution_session_pages','3'),(134525,2878,'_wc_order_attribution_session_count','7'),(134526,2878,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(134527,2878,'_wc_order_attribution_device_type','Desktop'),(134528,2878,'Payment type','instant'),(134529,2878,'_paypal_status','completed'),(134530,2878,'_transaction_id','7ED64050ST450143B'),(134531,2878,'PayPal Transaction Fee','20.51'),(134532,2878,'_date_paid','1724031038'),(134533,2878,'_paid_date','2024-08-19 01:30:38'),(134534,2879,'_order_key','wc_order_yDyLutKsNnKvB'),(134535,2879,'_customer_user','15'),(134536,2879,'_payment_method','paypal'),(134537,2879,'_payment_method_title','PayPal'),(134538,2879,'_customer_ip_address','104.6.9.145'),(134539,2879,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(134540,2879,'_created_via','checkout'),(134541,2879,'_cart_hash','88a4981fc914c687080ec9a03c8deb00'),(134542,2879,'_download_permissions_granted','yes'),(134543,2879,'_recorded_sales','yes'),(134544,2879,'_recorded_coupon_usage_counts','yes'),(134545,2879,'_new_order_email_sent','true'),(134546,2879,'_order_stock_reduced','yes'),(134547,2879,'_billing_first_name','Andrea'),(134548,2879,'_billing_last_name','Florsheim'),(134549,2879,'_billing_company','Lice Clincs of America'),(134550,2879,'_billing_address_1','777 n van buren st'),(134551,2879,'_billing_address_2','APT 3402'),(134552,2879,'_billing_city','Milwaukee'),(134553,2879,'_billing_state','WI'),(134554,2879,'_billing_postcode','53202'),(134555,2879,'_billing_country','US'),(134556,2879,'_billing_email','andrea@liceclinicscentral.com'),(134557,2879,'_billing_phone','4143354315'),(134558,2879,'_shipping_first_name','Andrea'),(134559,2879,'_shipping_last_name','Florsheim'),(134560,2879,'_shipping_company','LCA'),(134561,2879,'_shipping_address_1','8424 W. Center Rd'),(134562,2879,'_shipping_address_2','Suite 212'),(134563,2879,'_shipping_city','omaha'),(134564,2879,'_shipping_state','NE'),(134565,2879,'_shipping_postcode','68124'),(134566,2879,'_shipping_country','US'),(134567,2879,'_order_currency','USD'),(134568,2879,'_cart_discount','0'),(134569,2879,'_cart_discount_tax','0'),(134570,2879,'_order_shipping','16.66'),(134571,2879,'_order_shipping_tax','0'),(134572,2879,'_order_tax','0'),(134573,2879,'_order_total','294.82'),(134574,2879,'_order_version','9.1.4'),(134575,2879,'_prices_include_tax','no'),(134576,2879,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(134577,2879,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(134578,2879,'is_vat_exempt','no'),(134579,2879,'_wc_order_attribution_source_type','typein'),(134580,2879,'_wc_order_attribution_utm_source','(direct)'),(134581,2879,'_wc_order_attribution_utm_source_platform',''),(134582,2879,'_wc_order_attribution_utm_creative_format',''),(134583,2879,'_wc_order_attribution_utm_marketing_tactic',''),(134584,2879,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134585,2879,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(134586,2879,'_wc_order_attribution_session_pages','5'),(134587,2879,'_wc_order_attribution_session_count','7'),(134588,2879,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(134589,2879,'_wc_order_attribution_device_type','Desktop'),(134590,2879,'Payment type','instant'),(134591,2879,'_paypal_status','completed'),(134592,2879,'_transaction_id','46E594541D0178444'),(134593,2879,'PayPal Transaction Fee','10.78'),(134594,2879,'_date_paid','1724031201'),(134595,2879,'_paid_date','2024-08-19 01:33:21'),(134596,2871,'_edit_lock','1724091976:2'),(134597,2871,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992227243\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"c421729d1de3091e73b932cee3eb3da1\";}}'),(134598,2871,'_edit_last','2'),(134599,2871,'_date_completed','1724092101'),(134600,2871,'_completed_date','2024-08-19 18:28:21'),(134601,2863,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228103\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"4db4d51bba47c349e9b4d3c1822e6e82\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228099\";s:12:\"date_shipped\";i:1724097575;s:11:\"tracking_id\";s:32:\"e8db8045536566ae68c27aace3a8ba86\";}}'),(134602,2863,'_date_completed','1724097577'),(134603,2863,'_completed_date','2024-08-19 19:59:37'),(134604,2877,'_edit_lock','1724097572:2'),(134605,2877,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228228\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"fe34af46e0724feefe344477912e9c59\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228217\";s:12:\"date_shipped\";i:1724097652;s:11:\"tracking_id\";s:32:\"d34b86cbd06ddda6096d04cf2886983b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228206\";s:12:\"date_shipped\";i:1724097659;s:11:\"tracking_id\";s:32:\"2c060b070dfda17152fd41e54c7dfc2d\";}}'),(134606,2877,'_edit_last','2'),(134607,2877,'_date_completed','1724097709'),(134608,2877,'_completed_date','2024-08-19 20:01:49'),(134609,2873,'_edit_lock','1724097620:2'),(134610,2873,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228136\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"08f21cc9fb04a56f6651383461be1e1d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228125\";s:12:\"date_shipped\";i:1724097754;s:11:\"tracking_id\";s:32:\"dd3da873fd53a45bec45cf35a289ab5a\";}}'),(134611,2873,'_edit_last','2'),(134612,2873,'_date_completed','1724097756'),(134613,2873,'_completed_date','2024-08-19 20:02:36'),(134614,2876,'_edit_lock','1724108486:2'),(134615,2876,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228191\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"a13c2075fb96f50d09c4da00eceb85e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228180\";s:12:\"date_shipped\";i:1724097787;s:11:\"tracking_id\";s:32:\"cc21b4bc5e3af1eef041ba7e19fe8d2c\";}}'),(134616,2876,'_edit_last','2'),(134617,2876,'_date_completed','1724097790'),(134618,2876,'_completed_date','2024-08-19 20:03:10'),(134619,2874,'_edit_lock','1724108802:2'),(134620,2874,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228158\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"f10949f40d579727078ade79ef267bb1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228147\";s:12:\"date_shipped\";i:1724108937;s:11:\"tracking_id\";s:32:\"ff5498adb1db33aaa1d098b29e5a899c\";}}'),(134621,2874,'_edit_last','2'),(134622,2874,'_date_completed','1724108939'),(134623,2874,'_completed_date','2024-08-19 23:08:59'),(134624,2875,'_edit_lock','1724108909:2'),(134625,2875,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228170\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"2d1fff478f1e02d7dfa54a81e6d1c582\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228169\";s:12:\"date_shipped\";i:1724109004;s:11:\"tracking_id\";s:32:\"2cdbbda2633e6380bfa75f59695d643c\";}}'),(134626,2875,'_edit_last','2'),(134627,2875,'_date_completed','1724109006'),(134628,2875,'_completed_date','2024-08-19 23:10:06'),(134629,2879,'_edit_lock','1724108963:2'),(134630,2879,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228239\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"d62fc20a3eb49573fb45d61c59d1e79d\";}}'),(134631,2879,'_edit_last','2'),(134632,2879,'_date_completed','1724109097'),(134633,2879,'_completed_date','2024-08-19 23:11:37'),(134634,2878,'_edit_lock','1724109131:2'),(134635,2878,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228250\";s:12:\"date_shipped\";s:10:\"1724025600\";s:11:\"tracking_id\";s:32:\"05d25b126ffba77eecd4cc7a06a05bb0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992228240\";s:12:\"date_shipped\";i:1724109126;s:11:\"tracking_id\";s:32:\"f578c38dd0acd87d2445a1fd32c7b513\";}}'),(134636,2878,'_edit_last','2'),(134637,2878,'_date_completed','1724109128'),(134638,2878,'_completed_date','2024-08-19 23:12:08'),(134639,2880,'_order_key','wc_order_RXSQQVCSHbJsQ'),(134640,2880,'_customer_user','50'),(134641,2880,'_payment_method','paypal'),(134642,2880,'_payment_method_title','PayPal'),(134643,2880,'_customer_ip_address','24.62.247.50'),(134644,2880,'_customer_user_agent','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'),(134645,2880,'_created_via','checkout'),(134646,2880,'_cart_hash','fc95ab26ba8935293219b72a9ad6ffa9'),(134647,2880,'_download_permissions_granted','yes'),(134648,2880,'_recorded_sales','yes'),(134649,2880,'_recorded_coupon_usage_counts','yes'),(134650,2880,'_new_order_email_sent','true'),(134651,2880,'_order_stock_reduced','yes'),(134652,2880,'_billing_first_name','Christine'),(134653,2880,'_billing_last_name','Cherry'),(134654,2880,'_billing_company','NITS END'),(134655,2880,'_billing_address_1','PO BOX 1092'),(134656,2880,'_billing_city','Campton'),(134657,2880,'_billing_state','NH'),(134658,2880,'_billing_postcode','03223'),(134659,2880,'_billing_country','US'),(134660,2880,'_billing_email','info@liceclinicsplaistow.com'),(134661,2880,'_billing_phone','16034983390'),(134662,2880,'_shipping_first_name','Christine'),(134663,2880,'_shipping_last_name','Cherry'),(134664,2880,'_shipping_company','LCA - Nits End / 149091'),(134665,2880,'_shipping_address_1','71 Spit Brook Rd'),(134666,2880,'_shipping_address_2','Suite 403'),(134667,2880,'_shipping_city','Nashua'),(134668,2880,'_shipping_state','NH'),(134669,2880,'_shipping_postcode','03060'),(134670,2880,'_shipping_country','US'),(134671,2880,'_order_currency','USD'),(134672,2880,'_cart_discount','0'),(134673,2880,'_cart_discount_tax','0'),(134674,2880,'_order_shipping','0'),(134675,2880,'_order_shipping_tax','0'),(134676,2880,'_order_tax','0'),(134677,2880,'_order_total','846.68'),(134678,2880,'_order_version','9.2.2'),(134679,2880,'_prices_include_tax','no'),(134680,2880,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(134681,2880,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(134682,2880,'is_vat_exempt','no'),(134683,2880,'_wc_order_attribution_source_type','referral'),(134684,2880,'_wc_order_attribution_referrer','https://lcaportal.com/'),(134685,2880,'_wc_order_attribution_utm_source','lcaportal.com'),(134686,2880,'_wc_order_attribution_utm_medium','referral'),(134687,2880,'_wc_order_attribution_utm_content','/'),(134688,2880,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134689,2880,'_wc_order_attribution_session_start_time','2024-08-20 22:06:15'),(134690,2880,'_wc_order_attribution_session_pages','5'),(134691,2880,'_wc_order_attribution_session_count','6'),(134692,2880,'_wc_order_attribution_user_agent','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'),(134693,2880,'_wc_order_attribution_device_type','Desktop'),(134694,2880,'Payment type','instant'),(134695,2880,'_paypal_status','completed'),(134696,2880,'_transaction_id','2JC00756J9078281D'),(134697,2880,'PayPal Transaction Fee','30.04'),(134698,2880,'_date_paid','1724193136'),(134699,2880,'_paid_date','2024-08-20 22:32:16'),(134700,2881,'_order_key','wc_order_rfQxEp2qUR3YD'),(134701,2881,'_customer_user','66'),(134702,2881,'_payment_method','paypal'),(134703,2881,'_payment_method_title','PayPal'),(134704,2881,'_customer_ip_address','69.250.30.77'),(134705,2881,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134706,2881,'_created_via','checkout'),(134707,2881,'_cart_hash','80a1124fe3c9c29cd08ff7abffc5a15d'),(134708,2881,'_download_permissions_granted','yes'),(134709,2881,'_recorded_sales','yes'),(134710,2881,'_recorded_coupon_usage_counts','yes'),(134711,2881,'_new_order_email_sent','true'),(134712,2881,'_order_stock_reduced','yes'),(134713,2881,'_billing_first_name','Mark'),(134714,2881,'_billing_last_name','Dent'),(134715,2881,'_billing_company','Lice Clinics of Maryland'),(134716,2881,'_billing_address_1','801 W 33rd Street'),(134717,2881,'_billing_city','BAltimore'),(134718,2881,'_billing_state','MD'),(134719,2881,'_billing_postcode','21211'),(134720,2881,'_billing_country','US'),(134721,2881,'_billing_email','info@liceclinicsofmaryland.com'),(134722,2881,'_billing_phone','4438349991'),(134723,2881,'_shipping_first_name','Dawn'),(134724,2881,'_shipping_last_name','Mumaw'),(134725,2881,'_shipping_company','LCA Baltimore'),(134726,2881,'_shipping_address_1','604 Providence Road'),(134727,2881,'_shipping_city','Towson'),(134728,2881,'_shipping_state','MD'),(134729,2881,'_shipping_postcode','21286'),(134730,2881,'_shipping_country','US'),(134731,2881,'_order_currency','USD'),(134732,2881,'_cart_discount','0'),(134733,2881,'_cart_discount_tax','0'),(134734,2881,'_order_shipping','0'),(134735,2881,'_order_shipping_tax','0'),(134736,2881,'_order_tax','0'),(134737,2881,'_order_total','5310.24'),(134738,2881,'_order_version','9.2.2'),(134739,2881,'_prices_include_tax','no'),(134740,2881,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(134741,2881,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(134743,2881,'_wc_order_attribution_source_type','referral'),(134744,2881,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(134745,2881,'_wc_order_attribution_utm_source','lcaportal.com'),(134746,2881,'_wc_order_attribution_utm_medium','referral'),(134747,2881,'_wc_order_attribution_utm_content','/'),(134748,2881,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134749,2881,'_wc_order_attribution_session_start_time','2024-08-21 16:19:07'),(134750,2881,'_wc_order_attribution_session_pages','6'),(134751,2881,'_wc_order_attribution_session_count','1'),(134752,2881,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134753,2881,'_wc_order_attribution_device_type','Desktop'),(134754,2881,'is_vat_exempt','no'),(134755,2881,'_wc_order_attribution_source_type','referral'),(134756,2881,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(134757,2881,'_wc_order_attribution_utm_source','lcaportal.com'),(134758,2881,'_wc_order_attribution_utm_medium','referral'),(134759,2881,'_wc_order_attribution_utm_content','/'),(134760,2881,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134761,2881,'_wc_order_attribution_session_start_time','2024-08-21 16:19:07'),(134762,2881,'_wc_order_attribution_session_pages','7'),(134763,2881,'_wc_order_attribution_session_count','1'),(134764,2881,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134765,2881,'_wc_order_attribution_device_type','Desktop'),(134766,2881,'Payment type','instant'),(134767,2881,'_paypal_status','completed'),(134768,2881,'_transaction_id','5A528219DL190854V'),(134769,2881,'PayPal Transaction Fee','185.82'),(134770,2881,'_date_paid','1724258435'),(134771,2881,'_paid_date','2024-08-21 16:40:35'),(134772,2882,'_order_key','wc_order_uAeiGEFG841UO'),(134773,2882,'_customer_user','3'),(134774,2882,'_payment_method','paypal'),(134775,2882,'_payment_method_title','PayPal'),(134776,2882,'_customer_ip_address','99.22.146.124'),(134777,2882,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134778,2882,'_created_via','checkout'),(134779,2882,'_cart_hash','549926e8c19435c12e12e39b6cca5fca'),(134780,2882,'_download_permissions_granted','yes'),(134781,2882,'_recorded_sales','yes'),(134782,2882,'_recorded_coupon_usage_counts','yes'),(134783,2882,'_new_order_email_sent','true'),(134784,2882,'_order_stock_reduced','yes'),(134785,2882,'_billing_first_name','Amanda'),(134786,2882,'_billing_last_name','Westerman'),(134787,2882,'_billing_company','Lice Clinics of America McKinney'),(134788,2882,'_billing_address_1','3120 Hudson Crossing'),(134789,2882,'_billing_address_2','Suite A2'),(134790,2882,'_billing_city','MCKINNEY'),(134791,2882,'_billing_state','TX'),(134792,2882,'_billing_postcode','75070'),(134793,2882,'_billing_country','US'),(134794,2882,'_billing_email','awesterman1103@gmail.com'),(134795,2882,'_billing_phone','2144175741'),(134796,2882,'_shipping_first_name','amanda'),(134797,2882,'_shipping_last_name','westerman'),(134798,2882,'_shipping_company','Lice Clinics of America McKinney'),(134799,2882,'_shipping_address_1','3120 Hudson Crossing'),(134800,2882,'_shipping_address_2','Suite A2'),(134801,2882,'_shipping_city','MCKINNEY'),(134802,2882,'_shipping_state','TX'),(134803,2882,'_shipping_postcode','75070'),(134804,2882,'_shipping_country','US'),(134805,2882,'_order_currency','USD'),(134806,2882,'_cart_discount','0'),(134807,2882,'_cart_discount_tax','0'),(134808,2882,'_order_shipping','0'),(134809,2882,'_order_shipping_tax','0'),(134810,2882,'_order_tax','0'),(134811,2882,'_order_total','1404.92'),(134812,2882,'_order_version','9.2.1'),(134813,2882,'_prices_include_tax','no'),(134814,2882,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(134815,2882,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(134816,2882,'is_vat_exempt','no'),(134817,2882,'_wc_order_attribution_source_type','referral'),(134818,2882,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(134819,2882,'_wc_order_attribution_utm_source','lcaportal.com'),(134820,2882,'_wc_order_attribution_utm_medium','referral'),(134821,2882,'_wc_order_attribution_utm_content','/'),(134822,2882,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134823,2882,'_wc_order_attribution_session_start_time','2024-08-21 17:24:53'),(134824,2882,'_wc_order_attribution_session_pages','4'),(134825,2882,'_wc_order_attribution_session_count','2'),(134826,2882,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134827,2882,'_wc_order_attribution_device_type','Desktop'),(134828,2882,'Payment type','instant'),(134829,2882,'_paypal_status','completed'),(134830,2882,'_transaction_id','3V753703ND571641E'),(134831,2882,'PayPal Transaction Fee','49.52'),(134832,2882,'_date_paid','1724261201'),(134833,2882,'_paid_date','2024-08-21 17:26:41'),(134834,2880,'_edit_lock','1724443292:2'),(134835,2880,'_edit_last','2'),(134836,2883,'_order_key','wc_order_UiHRcAuFF4Xjk'),(134837,2883,'_customer_user','78'),(134838,2883,'_payment_method','paypal'),(134839,2883,'_payment_method_title','PayPal'),(134840,2883,'_customer_ip_address','172.58.227.103'),(134841,2883,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(134842,2883,'_created_via','checkout'),(134843,2883,'_cart_hash','ac015800aa01971b7ff83f3951fcab74'),(134844,2883,'_download_permissions_granted','yes'),(134845,2883,'_recorded_sales','yes'),(134846,2883,'_recorded_coupon_usage_counts','yes'),(134847,2883,'_new_order_email_sent','true'),(134848,2883,'_order_stock_reduced','yes'),(134849,2883,'_billing_first_name','Richard'),(134850,2883,'_billing_last_name','Florsheim'),(134851,2883,'_billing_company','Licura'),(134852,2883,'_billing_address_1','3827 w fairway heights dr'),(134853,2883,'_billing_city','Mequon'),(134854,2883,'_billing_state','NY'),(134855,2883,'_billing_postcode','53092'),(134856,2883,'_billing_country','US'),(134857,2883,'_billing_email','tara@liceclinicslongIsland.com'),(134858,2883,'_billing_phone','5619006382'),(134859,2883,'_shipping_first_name','Tara'),(134860,2883,'_shipping_last_name','johnson'),(134861,2883,'_shipping_company','LCA'),(134862,2883,'_shipping_address_1','2469 columbis ave'),(134863,2883,'_shipping_city','North bellmore'),(134864,2883,'_shipping_state','NY'),(134865,2883,'_shipping_postcode','11710'),(134866,2883,'_shipping_country','US'),(134867,2883,'_order_currency','USD'),(134868,2883,'_cart_discount','0'),(134869,2883,'_cart_discount_tax','0'),(134870,2883,'_order_shipping','14.58'),(134871,2883,'_order_shipping_tax','0'),(134872,2883,'_order_tax','0'),(134873,2883,'_order_total','45.93'),(134874,2883,'_order_version','9.2.2'),(134875,2883,'_prices_include_tax','no'),(134876,2883,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(134877,2883,'_shipping_address_index','Tara johnson LCA 2469 columbis ave  North bellmore NY 11710 US '),(134878,2883,'is_vat_exempt','no'),(134879,2883,'_wc_order_attribution_source_type','referral'),(134880,2883,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(134881,2883,'_wc_order_attribution_utm_source','lcaportal.com'),(134882,2883,'_wc_order_attribution_utm_medium','referral'),(134883,2883,'_wc_order_attribution_utm_content','/'),(134884,2883,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134885,2883,'_wc_order_attribution_session_start_time','2024-08-21 22:34:16'),(134886,2883,'_wc_order_attribution_session_pages','15'),(134887,2883,'_wc_order_attribution_session_count','1'),(134888,2883,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(134889,2883,'_wc_order_attribution_device_type','Mobile'),(134890,2883,'Payment type','instant'),(134891,2883,'_paypal_status','completed'),(134892,2883,'_transaction_id','1TH79955YX387661G'),(134893,2883,'PayPal Transaction Fee','2.09'),(134894,2883,'_date_paid','1724279943'),(134895,2883,'_paid_date','2024-08-21 22:39:03'),(134896,2631,'_edit_lock','1724339012:89'),(134897,2881,'_edit_lock','1724443029:2'),(134898,2881,'_edit_last','2'),(134899,2882,'_edit_lock','1724357520:2'),(134900,2883,'_edit_lock','1724443052:2'),(134901,2882,'_edit_last','2'),(134902,2883,'_edit_last','2'),(134905,2882,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229420\";s:12:\"date_shipped\";s:10:\"1724284800\";s:11:\"tracking_id\";s:32:\"e7bcd36d664062c587c0b3b474fdb6c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229419\";s:12:\"date_shipped\";i:1724357492;s:11:\"tracking_id\";s:32:\"a33ad3ce305550ce15f6e2df66f33866\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229408\";s:12:\"date_shipped\";i:1724357498;s:11:\"tracking_id\";s:32:\"2a2b941ce3e13f79c839c3e553b78e55\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229393\";s:12:\"date_shipped\";i:1724357504;s:11:\"tracking_id\";s:32:\"fc254639ed4a2c902c46c819f91d65fe\";}}'),(134906,2882,'_date_completed','1724357556'),(134907,2882,'_completed_date','2024-08-22 20:12:36'),(134908,2886,'_order_key','wc_order_j08nJNx8TbtXf'),(134909,2886,'_customer_user','5'),(134910,2886,'_payment_method','paypal'),(134911,2886,'_payment_method_title','PayPal'),(134912,2886,'_customer_ip_address','73.11.110.46'),(134913,2886,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134914,2886,'_created_via','checkout'),(134915,2886,'_cart_hash','360b55aec1cc55bdbf5afab59fe038f5'),(134916,2886,'_download_permissions_granted','yes'),(134917,2886,'_recorded_sales','yes'),(134918,2886,'_recorded_coupon_usage_counts','yes'),(134919,2886,'_new_order_email_sent','true'),(134920,2886,'_order_stock_reduced','yes'),(134921,2886,'_billing_first_name','Mark'),(134922,2886,'_billing_last_name','Meyer'),(134923,2886,'_billing_company','lice clinics of america- portland'),(134924,2886,'_billing_address_1','5201 SW Westgate Dr suite 106'),(134925,2886,'_billing_address_2','106'),(134926,2886,'_billing_city','portland'),(134927,2886,'_billing_state','OR'),(134928,2886,'_billing_postcode','97221'),(134929,2886,'_billing_country','US'),(134930,2886,'_billing_email','noemi.and.mark@nwliceclinics.com'),(134931,2886,'_billing_phone','5034040475'),(134932,2886,'_shipping_first_name','Mark'),(134933,2886,'_shipping_last_name','Meyer'),(134934,2886,'_shipping_company','lice clinics of america- portland'),(134935,2886,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(134936,2886,'_shipping_address_2','106'),(134937,2886,'_shipping_city','portland'),(134938,2886,'_shipping_state','OR'),(134939,2886,'_shipping_postcode','97221'),(134940,2886,'_shipping_country','US'),(134941,2886,'_order_currency','USD'),(134942,2886,'_cart_discount','0'),(134943,2886,'_cart_discount_tax','0'),(134944,2886,'_order_shipping','0'),(134945,2886,'_order_shipping_tax','0'),(134946,2886,'_order_tax','0'),(134947,2886,'_order_total','2485.18'),(134948,2886,'_order_version','9.2.2'),(134949,2886,'_prices_include_tax','no'),(134950,2886,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(134951,2886,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(134952,2886,'is_vat_exempt','no'),(134953,2886,'_wc_order_attribution_source_type','referral'),(134954,2886,'_wc_order_attribution_referrer','https://lcaportal.com/'),(134955,2886,'_wc_order_attribution_utm_source','lcaportal.com'),(134956,2886,'_wc_order_attribution_utm_medium','referral'),(134957,2886,'_wc_order_attribution_utm_content','/'),(134958,2886,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(134959,2886,'_wc_order_attribution_session_start_time','2024-08-22 20:45:06'),(134960,2886,'_wc_order_attribution_session_pages','4'),(134961,2886,'_wc_order_attribution_session_count','1'),(134962,2886,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(134963,2886,'_wc_order_attribution_device_type','Desktop'),(134964,2886,'Payment type','instant'),(134965,2886,'_paypal_status','completed'),(134966,2886,'_transaction_id','3P977957ES9986705'),(134967,2886,'PayPal Transaction Fee','87.22'),(134968,2886,'_date_paid','1724360212'),(134969,2886,'_paid_date','2024-08-22 20:56:52'),(134970,2887,'_order_key','wc_order_KcRKBQDUdjblt'),(134971,2887,'_customer_user','100'),(134972,2887,'_payment_method','paypal'),(134973,2887,'_payment_method_title','PayPal'),(134974,2887,'_customer_ip_address','98.45.102.127'),(134975,2887,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(134976,2887,'_created_via','checkout'),(134977,2887,'_cart_hash','2fd21dd9b304268b799a5a8cef77408f'),(134978,2887,'_download_permissions_granted','yes'),(134979,2887,'_recorded_sales','yes'),(134980,2887,'_recorded_coupon_usage_counts','yes'),(134981,2887,'_new_order_email_sent','true'),(134982,2887,'_order_stock_reduced','yes'),(134983,2887,'_billing_first_name','Michael'),(134984,2887,'_billing_last_name','Beckman'),(134985,2887,'_billing_address_1','921 Moraga Ave'),(134986,2887,'_billing_city','Piedmont'),(134987,2887,'_billing_state','CA'),(134988,2887,'_billing_postcode','94611'),(134989,2887,'_billing_country','US'),(134990,2887,'_billing_email','licetoknowyou@gmail.com'),(134991,2887,'_billing_phone','8585314583'),(134992,2887,'_shipping_first_name','Ibrahim'),(134993,2887,'_shipping_last_name','Moinuddin'),(134994,2887,'_shipping_company','Lice Clinics of America - Sunnyvale'),(134995,2887,'_shipping_address_1','545 S Murphy Ave'),(134996,2887,'_shipping_city','Sunnyvale'),(134997,2887,'_shipping_state','CA'),(134998,2887,'_shipping_postcode','94608'),(134999,2887,'_shipping_country','US'),(135000,2887,'_order_currency','USD'),(135001,2887,'_cart_discount','0'),(135002,2887,'_cart_discount_tax','0'),(135003,2887,'_order_shipping','0'),(135004,2887,'_order_shipping_tax','0'),(135005,2887,'_order_tax','0'),(135006,2887,'_order_total','684.40'),(135007,2887,'_order_version','9.2.2'),(135008,2887,'_prices_include_tax','no'),(135009,2887,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(135010,2887,'_shipping_address_index','Ibrahim Moinuddin Lice Clinics of America - Sunnyvale 545 S Murphy Ave  Sunnyvale CA 94608 US '),(135012,2887,'_wc_order_attribution_source_type','referral'),(135013,2887,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135014,2887,'_wc_order_attribution_utm_source','lcaportal.com'),(135015,2887,'_wc_order_attribution_utm_medium','referral'),(135016,2887,'_wc_order_attribution_utm_content','/'),(135017,2887,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135018,2887,'_wc_order_attribution_session_start_time','2024-08-23 02:42:07'),(135019,2887,'_wc_order_attribution_session_pages','8'),(135020,2887,'_wc_order_attribution_session_count','1'),(135021,2887,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(135022,2887,'_wc_order_attribution_device_type','Mobile'),(135023,2887,'is_vat_exempt','no'),(135024,2887,'_wc_order_attribution_source_type','referral'),(135025,2887,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135026,2887,'_wc_order_attribution_utm_source','lcaportal.com'),(135027,2887,'_wc_order_attribution_utm_medium','referral'),(135028,2887,'_wc_order_attribution_utm_content','/'),(135029,2887,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135030,2887,'_wc_order_attribution_session_start_time','2024-08-23 02:42:07'),(135031,2887,'_wc_order_attribution_session_pages','9'),(135032,2887,'_wc_order_attribution_session_count','1'),(135033,2887,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(135034,2887,'_wc_order_attribution_device_type','Mobile'),(135035,2887,'Payment type','instant'),(135036,2887,'_paypal_status','completed'),(135037,2887,'_transaction_id','5YH206876L089581Y'),(135038,2887,'PayPal Transaction Fee','24.38'),(135039,2887,'_date_paid','1724381381'),(135040,2887,'_paid_date','2024-08-23 02:49:41'),(135041,2888,'_order_key','wc_order_bxYVFQQaT2Yvv'),(135042,2888,'_customer_user','20'),(135043,2888,'_payment_method','paypal'),(135044,2888,'_payment_method_title','PayPal'),(135045,2888,'_customer_ip_address','76.87.171.180'),(135046,2888,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(135047,2888,'_created_via','checkout'),(135048,2888,'_cart_hash','8e36558f430a8470669e3f0a7bc070d9'),(135049,2888,'_download_permissions_granted','yes'),(135050,2888,'_recorded_sales','yes'),(135051,2888,'_recorded_coupon_usage_counts','yes'),(135052,2888,'_new_order_email_sent','true'),(135053,2888,'_order_stock_reduced','yes'),(135054,2888,'_billing_first_name','Hasani'),(135055,2888,'_billing_last_name','Thompson'),(135056,2888,'_billing_company','Heat in Hair'),(135057,2888,'_billing_address_1','27225 Camp Plenty Road'),(135058,2888,'_billing_address_2','1D'),(135059,2888,'_billing_city','Santa Clarita'),(135060,2888,'_billing_state','CA'),(135061,2888,'_billing_postcode','91351'),(135062,2888,'_billing_country','US'),(135063,2888,'_billing_email','info@liceclinicssantaclarita.com'),(135064,2888,'_billing_phone','6615850263'),(135065,2888,'_shipping_first_name','Hasani'),(135066,2888,'_shipping_last_name','Thompson'),(135067,2888,'_shipping_company','Heat in Hair'),(135068,2888,'_shipping_address_1','12840 Riverside Dr'),(135069,2888,'_shipping_address_2','#200'),(135070,2888,'_shipping_city','North Hollywood'),(135071,2888,'_shipping_state','CA'),(135072,2888,'_shipping_postcode','91607'),(135073,2888,'_shipping_country','US'),(135074,2888,'_order_currency','USD'),(135075,2888,'_cart_discount','0'),(135076,2888,'_cart_discount_tax','0'),(135077,2888,'_order_shipping','0'),(135078,2888,'_order_shipping_tax','0'),(135079,2888,'_order_tax','0'),(135080,2888,'_order_total','781.46'),(135081,2888,'_order_version','9.2.2'),(135082,2888,'_prices_include_tax','no'),(135083,2888,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(135084,2888,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(135085,2888,'is_vat_exempt','no'),(135086,2888,'_wc_order_attribution_source_type','referral'),(135087,2888,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135088,2888,'_wc_order_attribution_utm_source','lcaportal.com'),(135089,2888,'_wc_order_attribution_utm_medium','referral'),(135090,2888,'_wc_order_attribution_utm_content','/'),(135091,2888,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135092,2888,'_wc_order_attribution_session_start_time','2024-08-23 03:17:36'),(135093,2888,'_wc_order_attribution_session_pages','3'),(135094,2888,'_wc_order_attribution_session_count','1'),(135095,2888,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(135096,2888,'_wc_order_attribution_device_type','Desktop'),(135097,2888,'Payment type','instant'),(135098,2888,'_paypal_status','completed'),(135099,2888,'_transaction_id','09110747FA670470X'),(135100,2888,'PayPal Transaction Fee','27.76'),(135101,2888,'_date_paid','1724383741'),(135102,2888,'_paid_date','2024-08-23 03:29:01'),(135103,2883,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229430\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"1a204a859396299ed6eb1f2f569fe7bb\";}}'),(135104,2883,'_date_completed','1724443048'),(135105,2883,'_completed_date','2024-08-23 19:57:28'),(135106,2881,'_wc_shipment_tracking_items','a:13:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229474\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"41bb410a731e0b73a02d7c833a122758\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229485\";s:12:\"date_shipped\";i:1724443076;s:11:\"tracking_id\";s:32:\"e302309ca2b97683c4148e84345f9532\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229496\";s:12:\"date_shipped\";i:1724443082;s:11:\"tracking_id\";s:32:\"53b530abe16300cc2102cfd5be18cc5b\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229500\";s:12:\"date_shipped\";i:1724443086;s:11:\"tracking_id\";s:32:\"e138735e507d25dd6f98e41ead403558\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229511\";s:12:\"date_shipped\";i:1724443092;s:11:\"tracking_id\";s:32:\"09f9f7bafa6afac5b63d3701438523ec\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229522\";s:12:\"date_shipped\";i:1724443103;s:11:\"tracking_id\";s:32:\"60dfdfee26549eff83cb891493bd690c\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229533\";s:12:\"date_shipped\";i:1724443108;s:11:\"tracking_id\";s:32:\"302e8fa30ccbe97f46f8b5401b785cc2\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229544\";s:12:\"date_shipped\";i:1724443117;s:11:\"tracking_id\";s:32:\"62ed6c4bd8c3194a159e7b4252f272c0\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229555\";s:12:\"date_shipped\";i:1724443124;s:11:\"tracking_id\";s:32:\"eab9648054e646133f2337c567d3d381\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229566\";s:12:\"date_shipped\";i:1724443130;s:11:\"tracking_id\";s:32:\"942b5c9195c2fc0396dad4db3f4ff042\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229577\";s:12:\"date_shipped\";i:1724443136;s:11:\"tracking_id\";s:32:\"79f44e280a55d84d3f1732ad3747a5ec\";}i:11;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229588\";s:12:\"date_shipped\";i:1724443141;s:11:\"tracking_id\";s:32:\"4f3dc0f43b7dd2183e32d25a93fd7ea3\";}i:12;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229599\";s:12:\"date_shipped\";i:1724443147;s:11:\"tracking_id\";s:32:\"cbcaef64433fadba996d5feb8ef4900e\";}}'),(135107,2881,'_date_completed','1724443151'),(135108,2881,'_completed_date','2024-08-23 19:59:11'),(135109,2880,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229614\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"827c8ace89c5f9b48f5c77ef7dbf278c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229603\";s:12:\"date_shipped\";i:1724443208;s:11:\"tracking_id\";s:32:\"27edd93100929bb195ed602373369c1d\";}}'),(135110,2880,'_date_completed','1724443212'),(135111,2880,'_completed_date','2024-08-23 20:00:12'),(135112,2887,'_edit_lock','1724443195:2'),(135113,2887,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229647\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"eed6bd1504c6b526037f8965d2dd5801\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229636\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"9befff72f492ed40fa83cfd9fd22f7ad\";}}'),(135114,2887,'_edit_last','2'),(135115,2887,'_date_completed','1724443320'),(135116,2887,'_completed_date','2024-08-23 20:02:00'),(135117,2888,'_edit_lock','1724443534:2'),(135118,2888,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229794\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"5b909127c99818d2c84d94ab38047c02\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229783\";s:12:\"date_shipped\";i:1724443527;s:11:\"tracking_id\";s:32:\"35cbfb328e601fe25ec4a52959f2e4a4\";}}'),(135119,2888,'_edit_last','2'),(135120,2888,'_date_completed','1724443530'),(135121,2888,'_completed_date','2024-08-23 20:05:30'),(135122,2886,'_edit_lock','1724447373:2'),(135123,2886,'_edit_last','2'),(135124,2886,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:98:\"709992229864, 709992229853, 709992229842, 709992229831, 709992229820, 709992229810 & 709992229809.\";s:12:\"date_shipped\";s:10:\"1724371200\";s:11:\"tracking_id\";s:32:\"2feee9375d4893689f6f91b83e566c2c\";}}'),(135125,2886,'_date_completed','1724447507'),(135126,2886,'_completed_date','2024-08-23 21:11:47'),(135127,2889,'_order_key','wc_order_A3Qxuk5y7mZWm'),(135128,2889,'_customer_user','105'),(135129,2889,'_payment_method','paypal'),(135130,2889,'_payment_method_title','PayPal'),(135131,2889,'_customer_ip_address','67.177.160.177'),(135132,2889,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(135133,2889,'_created_via','checkout'),(135134,2889,'_cart_hash','9211ab5863fb0c7b42f232273c81d3ab'),(135135,2889,'_download_permissions_granted','yes'),(135136,2889,'_recorded_sales','yes'),(135137,2889,'_recorded_coupon_usage_counts','yes'),(135138,2889,'_new_order_email_sent','true'),(135139,2889,'_order_stock_reduced','yes'),(135140,2889,'_billing_first_name','Joseph'),(135141,2889,'_billing_last_name','West'),(135142,2889,'_billing_company','MAJESTIC PEACOCK LLC'),(135143,2889,'_billing_address_1','615 Crofton Park Ln'),(135144,2889,'_billing_city','Franklin'),(135145,2889,'_billing_state','TN'),(135146,2889,'_billing_postcode','37069'),(135147,2889,'_billing_country','US'),(135148,2889,'_billing_email','info@nashville.liceclinicsofamerica.com'),(135149,2889,'_billing_phone','8042184232'),(135150,2889,'_shipping_first_name','Joseph'),(135151,2889,'_shipping_last_name','West'),(135152,2889,'_shipping_company','MAJESTIC PEACOCK LLC'),(135153,2889,'_shipping_address_1','615 Crofton Park Ln'),(135154,2889,'_shipping_city','Franklin'),(135155,2889,'_shipping_state','TN'),(135156,2889,'_shipping_postcode','37069'),(135157,2889,'_shipping_country','US'),(135158,2889,'_order_currency','USD'),(135159,2889,'_cart_discount','0'),(135160,2889,'_cart_discount_tax','0'),(135161,2889,'_order_shipping','0'),(135162,2889,'_order_shipping_tax','0'),(135163,2889,'_order_tax','0'),(135164,2889,'_order_total','523.20'),(135165,2889,'_order_version','9.2.2'),(135166,2889,'_prices_include_tax','no'),(135167,2889,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(135168,2889,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(135169,2889,'is_vat_exempt','no'),(135170,2889,'_wc_order_attribution_source_type','referral'),(135171,2889,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135172,2889,'_wc_order_attribution_utm_source','lcaportal.com'),(135173,2889,'_wc_order_attribution_utm_medium','referral'),(135174,2889,'_wc_order_attribution_utm_content','/'),(135175,2889,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135176,2889,'_wc_order_attribution_session_start_time','2024-08-23 21:53:52'),(135177,2889,'_wc_order_attribution_session_pages','4'),(135178,2889,'_wc_order_attribution_session_count','1'),(135179,2889,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(135180,2889,'_wc_order_attribution_device_type','Desktop'),(135181,2889,'Payment type','instant'),(135182,2889,'_paypal_status','completed'),(135183,2889,'_transaction_id','86S842751T167913R'),(135184,2889,'PayPal Transaction Fee','18.75'),(135185,2889,'_date_paid','1724450713'),(135186,2889,'_paid_date','2024-08-23 22:05:13'),(135187,2890,'_order_key','wc_order_xhtaJWdJUmSqt'),(135188,2890,'_customer_user','98'),(135189,2890,'_payment_method','paypal'),(135190,2890,'_payment_method_title','PayPal'),(135191,2890,'_customer_ip_address','24.62.247.50'),(135192,2890,'_customer_user_agent','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'),(135193,2890,'_created_via','checkout'),(135194,2890,'_cart_hash','c5fcd23c9050c14f0d7e2232f0995d3f'),(135195,2890,'_download_permissions_granted','yes'),(135196,2890,'_recorded_sales','yes'),(135197,2890,'_recorded_coupon_usage_counts','yes'),(135198,2890,'_new_order_email_sent','true'),(135199,2890,'_order_stock_reduced','yes'),(135200,2890,'_billing_first_name','Christine'),(135201,2890,'_billing_last_name','Cherry'),(135202,2890,'_billing_company','NITS END'),(135203,2890,'_billing_address_1','PO BOX 1092'),(135204,2890,'_billing_city','Campton'),(135205,2890,'_billing_state','NH'),(135206,2890,'_billing_postcode','03223'),(135207,2890,'_billing_country','US'),(135208,2890,'_billing_email','christine@liceclinicscolumbus.com'),(135209,2890,'_billing_phone','16034983390'),(135210,2890,'_shipping_first_name','Melissa'),(135211,2890,'_shipping_last_name','Mertz'),(135212,2890,'_shipping_company','LCA'),(135213,2890,'_shipping_address_1','2213 Temperance Dr'),(135214,2890,'_shipping_city','Pittsburgh'),(135215,2890,'_shipping_state','PA'),(135216,2890,'_shipping_postcode','15237'),(135217,2890,'_shipping_country','US'),(135218,2890,'_order_currency','USD'),(135219,2890,'_cart_discount','0'),(135220,2890,'_cart_discount_tax','0'),(135221,2890,'_order_shipping','0'),(135222,2890,'_order_shipping_tax','0'),(135223,2890,'_order_tax','0'),(135224,2890,'_order_total','807.70'),(135225,2890,'_order_version','9.2.2'),(135226,2890,'_prices_include_tax','no'),(135227,2890,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(135228,2890,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(135229,2890,'is_vat_exempt','no'),(135230,2890,'_wc_order_attribution_source_type','referral'),(135231,2890,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135232,2890,'_wc_order_attribution_utm_source','lcaportal.com'),(135233,2890,'_wc_order_attribution_utm_medium','referral'),(135234,2890,'_wc_order_attribution_utm_content','/'),(135235,2890,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135236,2890,'_wc_order_attribution_session_start_time','2024-08-25 12:39:57'),(135237,2890,'_wc_order_attribution_session_pages','9'),(135238,2890,'_wc_order_attribution_session_count','8'),(135239,2890,'_wc_order_attribution_user_agent','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'),(135240,2890,'_wc_order_attribution_device_type','Desktop'),(135241,2890,'Payment type','instant'),(135242,2890,'_paypal_status','completed'),(135243,2890,'_transaction_id','4N9231657T372634V'),(135244,2890,'PayPal Transaction Fee','28.68'),(135245,2890,'_date_paid','1724590428'),(135246,2890,'_paid_date','2024-08-25 12:53:48'),(135247,2891,'_order_key','wc_order_ulFjWY6F06BjE'),(135248,2891,'_customer_user','8'),(135249,2891,'_payment_method','paypal'),(135250,2891,'_payment_method_title','PayPal'),(135251,2891,'_customer_ip_address','104.60.28.185'),(135252,2891,'_customer_user_agent','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'),(135253,2891,'_created_via','checkout'),(135254,2891,'_cart_hash','5ac77550ac83af100a04f72c8a75ea91'),(135255,2891,'_download_permissions_granted','yes'),(135256,2891,'_recorded_sales','yes'),(135257,2891,'_recorded_coupon_usage_counts','yes'),(135258,2891,'_new_order_email_sent','true'),(135259,2891,'_order_stock_reduced','yes'),(135260,2891,'_billing_first_name','Amy'),(135261,2891,'_billing_last_name','Sharp'),(135262,2891,'_billing_company','Nit Wits'),(135263,2891,'_billing_address_1','6002 Sweetbay Dr'),(135264,2891,'_billing_city','Crestwood'),(135265,2891,'_billing_state','KY'),(135266,2891,'_billing_postcode','40014'),(135267,2891,'_billing_country','US'),(135268,2891,'_billing_email','asharp@ht-school.org'),(135269,2891,'_billing_phone','15023109281'),(135270,2891,'_shipping_first_name','Amy'),(135271,2891,'_shipping_last_name','Sharp'),(135272,2891,'_shipping_company','LCA Nit Wits'),(135273,2891,'_shipping_address_1','9302 New LaGrange Road'),(135274,2891,'_shipping_address_2','Unit H'),(135275,2891,'_shipping_city','Louisville'),(135276,2891,'_shipping_state','KY'),(135277,2891,'_shipping_postcode','40242'),(135278,2891,'_shipping_country','US'),(135279,2891,'_order_currency','USD'),(135280,2891,'_cart_discount','0'),(135281,2891,'_cart_discount_tax','0'),(135282,2891,'_order_shipping','14.14'),(135283,2891,'_order_shipping_tax','0'),(135284,2891,'_order_tax','0'),(135285,2891,'_order_total','14.14'),(135286,2891,'_order_version','9.2.3'),(135287,2891,'_prices_include_tax','no'),(135288,2891,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(135289,2891,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(135290,2891,'is_vat_exempt','no'),(135291,2891,'_wc_order_attribution_source_type','referral'),(135292,2891,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(135293,2891,'_wc_order_attribution_utm_source','lcaportal.com'),(135294,2891,'_wc_order_attribution_utm_medium','referral'),(135295,2891,'_wc_order_attribution_utm_content','/'),(135296,2891,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135297,2891,'_wc_order_attribution_session_start_time','2024-08-26 00:46:02'),(135298,2891,'_wc_order_attribution_session_pages','3'),(135299,2891,'_wc_order_attribution_session_count','1'),(135300,2891,'_wc_order_attribution_user_agent','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'),(135301,2891,'_wc_order_attribution_device_type','Desktop'),(135302,2891,'_oaw_varify_key','a0b1259d7aec010e45c8'),(135303,2891,'_edit_lock','1724867926:2'),(135304,2891,'_edit_last','2'),(135305,2893,'_order_key','wc_order_uF9PP2zuUWMls'),(135306,2893,'_customer_user','77'),(135307,2893,'_payment_method','paypal'),(135308,2893,'_payment_method_title','PayPal'),(135309,2893,'_customer_ip_address','162.201.108.83'),(135310,2893,'_customer_user_agent','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'),(135311,2893,'_created_via','checkout'),(135312,2893,'_cart_hash','a97497422816a54a9d0094b9f0ea13f0'),(135313,2893,'_download_permissions_granted','yes'),(135314,2893,'_recorded_sales','yes'),(135315,2893,'_recorded_coupon_usage_counts','yes'),(135316,2893,'_new_order_email_sent','true'),(135317,2893,'_order_stock_reduced','yes'),(135318,2893,'_billing_first_name','Phil'),(135319,2893,'_billing_last_name','Moon'),(135320,2893,'_billing_company','LiceBusters, LLC'),(135321,2893,'_billing_address_1','105 Live Oak Lane'),(135322,2893,'_billing_city','Pleasant Hill'),(135323,2893,'_billing_state','CA'),(135324,2893,'_billing_postcode','94523'),(135325,2893,'_billing_country','US'),(135326,2893,'_billing_email','kris10maroot@gmail.com'),(135327,2893,'_billing_phone','5593046305'),(135328,2893,'_shipping_first_name','Kristen'),(135329,2893,'_shipping_last_name','Maroot-Rippee'),(135330,2893,'_shipping_company','LiceBusters, LLC'),(135331,2893,'_shipping_address_1','487 W. Scott Avenue'),(135332,2893,'_shipping_city','Fresno'),(135333,2893,'_shipping_state','CA'),(135334,2893,'_shipping_postcode','93704'),(135335,2893,'_shipping_country','US'),(135336,2893,'_order_currency','USD'),(135337,2893,'_cart_discount','0'),(135338,2893,'_cart_discount_tax','0'),(135339,2893,'_order_shipping','0'),(135340,2893,'_order_shipping_tax','0'),(135341,2893,'_order_tax','0'),(135342,2893,'_order_total','5511.72'),(135343,2893,'_order_version','9.2.3'),(135344,2893,'_prices_include_tax','no'),(135345,2893,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(135346,2893,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(135347,2893,'is_vat_exempt','no'),(135348,2893,'_wc_order_attribution_source_type','typein'),(135349,2893,'_wc_order_attribution_utm_source','(direct)'),(135350,2893,'_wc_order_attribution_utm_source_platform',''),(135351,2893,'_wc_order_attribution_utm_creative_format',''),(135352,2893,'_wc_order_attribution_utm_marketing_tactic',''),(135353,2893,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135354,2893,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(135355,2893,'_wc_order_attribution_session_pages','1'),(135356,2893,'_wc_order_attribution_session_count','13'),(135357,2893,'_wc_order_attribution_user_agent','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'),(135358,2893,'_wc_order_attribution_device_type','Desktop'),(135359,2893,'Payment type','instant'),(135360,2893,'_paypal_status','completed'),(135361,2893,'_transaction_id','8B580691SS116212P'),(135362,2893,'PayPal Transaction Fee','192.85'),(135363,2893,'_date_paid','1724689632'),(135364,2893,'_paid_date','2024-08-26 16:27:12'),(135365,2889,'_edit_lock','1726253842:2'),(135366,2889,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230000\";s:12:\"date_shipped\";s:10:\"1724630400\";s:11:\"tracking_id\";s:32:\"2e726d429332bfc397e43c92f945cca1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992229990\";s:12:\"date_shipped\";i:1724705808;s:11:\"tracking_id\";s:32:\"efbe1bcb5948f2b7948a10b187a663c0\";}}'),(135367,2889,'_edit_last','2'),(135368,2889,'_date_completed','1724705811'),(135369,2889,'_completed_date','2024-08-26 20:56:51'),(135370,2890,'_edit_lock','1724705923:2'),(135371,2890,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230066\";s:12:\"date_shipped\";s:10:\"1724630400\";s:11:\"tracking_id\";s:32:\"f177e93008b44fcd6aa8a1862c9515a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230055\";s:12:\"date_shipped\";i:1724705897;s:11:\"tracking_id\";s:32:\"f06ad777f6da93691e1cf130576fd05d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230044\";s:12:\"date_shipped\";i:1724705902;s:11:\"tracking_id\";s:32:\"b65a38cb738eff32aac570b5810d8b30\";}}'),(135372,2890,'_edit_last','2'),(135373,2890,'_date_completed','1724705904'),(135374,2890,'_completed_date','2024-08-26 20:58:24'),(135375,2894,'_order_key','wc_order_uFW5Pe40WDeqW'),(135376,2894,'_customer_user','98'),(135377,2894,'_payment_method','paypal'),(135378,2894,'_payment_method_title','PayPal'),(135379,2894,'_customer_ip_address','24.62.247.50'),(135380,2894,'_customer_user_agent','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'),(135381,2894,'_created_via','checkout'),(135382,2894,'_cart_hash','3627e641945f74563b8ac3235d4caae2'),(135383,2894,'_download_permissions_granted','yes'),(135384,2894,'_recorded_sales','yes'),(135385,2894,'_recorded_coupon_usage_counts','yes'),(135386,2894,'_new_order_email_sent','true'),(135387,2894,'_order_stock_reduced','yes'),(135388,2894,'_billing_first_name','Christine'),(135389,2894,'_billing_last_name','Cherry'),(135390,2894,'_billing_company','NITS END'),(135391,2894,'_billing_address_1','PO BOX 1092'),(135392,2894,'_billing_city','Campton'),(135393,2894,'_billing_state','NH'),(135394,2894,'_billing_postcode','03223'),(135395,2894,'_billing_country','US'),(135396,2894,'_billing_email','christine@liceclinicscolumbus.com'),(135397,2894,'_billing_phone','16034983390'),(135398,2894,'_shipping_first_name','Erica'),(135399,2894,'_shipping_last_name','Froggatt'),(135400,2894,'_shipping_company','LCA'),(135401,2894,'_shipping_address_1','5910 Wilcox Pl'),(135402,2894,'_shipping_address_2','suite E'),(135403,2894,'_shipping_city','Dublin'),(135404,2894,'_shipping_state','OH'),(135405,2894,'_shipping_postcode','43016'),(135406,2894,'_shipping_country','US'),(135407,2894,'_order_currency','USD'),(135408,2894,'_cart_discount','0'),(135409,2894,'_cart_discount_tax','0'),(135410,2894,'_order_shipping','0'),(135411,2894,'_order_shipping_tax','0'),(135412,2894,'_order_tax','0'),(135413,2894,'_order_total','1588.60'),(135414,2894,'_order_version','9.2.3'),(135415,2894,'_prices_include_tax','no'),(135416,2894,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(135417,2894,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(135418,2894,'is_vat_exempt','no'),(135419,2894,'_wc_order_attribution_source_type','referral'),(135420,2894,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135421,2894,'_wc_order_attribution_utm_source','lcaportal.com'),(135422,2894,'_wc_order_attribution_utm_medium','referral'),(135423,2894,'_wc_order_attribution_utm_content','/'),(135424,2894,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135425,2894,'_wc_order_attribution_session_start_time','2024-08-26 21:29:34'),(135426,2894,'_wc_order_attribution_session_pages','5'),(135427,2894,'_wc_order_attribution_session_count','10'),(135428,2894,'_wc_order_attribution_user_agent','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'),(135429,2894,'_wc_order_attribution_device_type','Desktop'),(135430,2894,'Payment type','instant'),(135431,2894,'_paypal_status','completed'),(135432,2894,'_transaction_id','11R51578PS526515N'),(135433,2894,'PayPal Transaction Fee','55.93'),(135434,2894,'_date_paid','1724708070'),(135435,2894,'_paid_date','2024-08-26 21:34:30'),(135436,2895,'_order_key','wc_order_MimMQcreWghLD'),(135437,2895,'_customer_user','50'),(135438,2895,'_payment_method','paypal'),(135439,2895,'_payment_method_title','PayPal'),(135440,2895,'_customer_ip_address','24.62.247.50'),(135441,2895,'_customer_user_agent','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'),(135442,2895,'_created_via','checkout'),(135443,2895,'_cart_hash','37d09cb27fdf74ec1347b03a644ec962'),(135444,2895,'_download_permissions_granted','yes'),(135445,2895,'_recorded_sales','yes'),(135446,2895,'_recorded_coupon_usage_counts','yes'),(135447,2895,'_new_order_email_sent','true'),(135448,2895,'_order_stock_reduced','yes'),(135449,2895,'_billing_first_name','Christine'),(135450,2895,'_billing_last_name','Cherry'),(135451,2895,'_billing_company','NITS END'),(135452,2895,'_billing_address_1','PO BOX 1092'),(135453,2895,'_billing_city','Campton'),(135454,2895,'_billing_state','NH'),(135455,2895,'_billing_postcode','03223'),(135456,2895,'_billing_country','US'),(135457,2895,'_billing_email','info@liceclinicsplaistow.com'),(135458,2895,'_billing_phone','16034983390'),(135459,2895,'_shipping_first_name','Christine'),(135460,2895,'_shipping_last_name','Cherry'),(135461,2895,'_shipping_company','C/O Linda Brann LCA/Nits End'),(135462,2895,'_shipping_address_1','16 Toppan Dr'),(135463,2895,'_shipping_city','Gorham'),(135464,2895,'_shipping_state','ME'),(135465,2895,'_shipping_postcode','04038'),(135466,2895,'_shipping_country','US'),(135467,2895,'_order_currency','USD'),(135468,2895,'_cart_discount','0'),(135469,2895,'_cart_discount_tax','0'),(135470,2895,'_order_shipping','0'),(135471,2895,'_order_shipping_tax','0'),(135472,2895,'_order_tax','0'),(135473,2895,'_order_total','1381.30'),(135474,2895,'_order_version','9.2.3'),(135475,2895,'_prices_include_tax','no'),(135476,2895,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(135477,2895,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(135478,2895,'is_vat_exempt','no'),(135479,2895,'_wc_order_attribution_source_type','referral'),(135480,2895,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135481,2895,'_wc_order_attribution_utm_source','lcaportal.com'),(135482,2895,'_wc_order_attribution_utm_medium','referral'),(135483,2895,'_wc_order_attribution_utm_content','/'),(135484,2895,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135485,2895,'_wc_order_attribution_session_start_time','2024-08-26 21:29:34'),(135486,2895,'_wc_order_attribution_session_pages','19'),(135487,2895,'_wc_order_attribution_session_count','10'),(135488,2895,'_wc_order_attribution_user_agent','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'),(135489,2895,'_wc_order_attribution_device_type','Desktop'),(135490,2895,'Payment type','instant'),(135491,2895,'_paypal_status','completed'),(135492,2895,'_transaction_id','8RN88051EE152811L'),(135493,2895,'PayPal Transaction Fee','48.70'),(135494,2895,'_date_paid','1724709097'),(135495,2895,'_paid_date','2024-08-26 21:51:37'),(135496,2896,'_order_key','wc_order_lfwXdoHNzmIlJ'),(135497,2896,'_customer_user','50'),(135498,2896,'_payment_method','paypal'),(135499,2896,'_payment_method_title','PayPal'),(135500,2896,'_customer_ip_address','24.62.247.50'),(135501,2896,'_customer_user_agent','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'),(135502,2896,'_created_via','checkout'),(135503,2896,'_cart_hash','0470e13f29a5de1469b26feec20d9a9a'),(135504,2896,'_download_permissions_granted','yes'),(135505,2896,'_recorded_sales','yes'),(135506,2896,'_recorded_coupon_usage_counts','yes'),(135507,2896,'_new_order_email_sent','true'),(135508,2896,'_order_stock_reduced','yes'),(135509,2896,'_billing_first_name','Christine'),(135510,2896,'_billing_last_name','Cherry'),(135511,2896,'_billing_company','NITS END'),(135512,2896,'_billing_address_1','PO BOX 1092'),(135513,2896,'_billing_city','Campton'),(135514,2896,'_billing_state','NH'),(135515,2896,'_billing_postcode','03223'),(135516,2896,'_billing_country','US'),(135517,2896,'_billing_email','info@liceclinicsplaistow.com'),(135518,2896,'_billing_phone','16034983390'),(135519,2896,'_shipping_first_name','Megan'),(135520,2896,'_shipping_last_name','O\'Neil'),(135521,2896,'_shipping_company','LCA - Nits End / 149091'),(135522,2896,'_shipping_address_1','22 Main St'),(135523,2896,'_shipping_city','Atkinson'),(135524,2896,'_shipping_state','NH'),(135525,2896,'_shipping_postcode','03811'),(135526,2896,'_shipping_country','US'),(135527,2896,'_order_currency','USD'),(135528,2896,'_cart_discount','0'),(135529,2896,'_cart_discount_tax','0'),(135530,2896,'_order_shipping','0'),(135531,2896,'_order_shipping_tax','0'),(135532,2896,'_order_tax','0'),(135533,2896,'_order_total','717.80'),(135534,2896,'_order_version','9.2.3'),(135535,2896,'_prices_include_tax','no'),(135536,2896,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(135537,2896,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(135538,2896,'is_vat_exempt','no'),(135539,2896,'_wc_order_attribution_source_type','referral'),(135540,2896,'_wc_order_attribution_referrer','https://lcaportal.com/'),(135541,2896,'_wc_order_attribution_utm_source','lcaportal.com'),(135542,2896,'_wc_order_attribution_utm_medium','referral'),(135543,2896,'_wc_order_attribution_utm_content','/'),(135544,2896,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135545,2896,'_wc_order_attribution_session_start_time','2024-08-26 21:29:34'),(135546,2896,'_wc_order_attribution_session_pages','25'),(135547,2896,'_wc_order_attribution_session_count','10'),(135548,2896,'_wc_order_attribution_user_agent','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'),(135549,2896,'_wc_order_attribution_device_type','Desktop'),(135550,2896,'Payment type','instant'),(135551,2896,'_paypal_status','completed'),(135552,2896,'_transaction_id','16P72881CB8611546'),(135553,2896,'PayPal Transaction Fee','25.54'),(135554,2896,'_date_paid','1724717079'),(135555,2896,'_paid_date','2024-08-27 00:04:39'),(135556,2891,'Payment type','instant'),(135557,2891,'_paypal_status','completed'),(135558,2891,'_transaction_id','7PN434523E018112L'),(135559,2891,'PayPal Transaction Fee','0.98'),(135560,2891,'_date_paid','1724789099'),(135561,2891,'_paid_date','2024-08-27 20:04:59'),(135562,2897,'_order_key','wc_order_9NMbT9ccq1h6V'),(135563,2897,'_customer_user','76'),(135564,2897,'_payment_method','paypal'),(135565,2897,'_payment_method_title','PayPal'),(135566,2897,'_customer_ip_address','71.232.254.146'),(135567,2897,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(135568,2897,'_created_via','checkout'),(135569,2897,'_cart_hash','13fe0d93749243bde8ca3a5681f0c459'),(135570,2897,'_download_permissions_granted','yes'),(135571,2897,'_recorded_sales','yes'),(135572,2897,'_recorded_coupon_usage_counts','yes'),(135573,2897,'_new_order_email_sent','true'),(135574,2897,'_order_stock_reduced','yes'),(135575,2897,'_billing_first_name','Naomi'),(135576,2897,'_billing_last_name','Golden'),(135577,2897,'_billing_company','LCA'),(135578,2897,'_billing_address_1','31 Mann Ave'),(135579,2897,'_billing_city','Needham'),(135580,2897,'_billing_state','MA'),(135581,2897,'_billing_postcode','02492'),(135582,2897,'_billing_country','US'),(135583,2897,'_billing_email','nrgolden6486@gmail.com'),(135584,2897,'_billing_phone','617-851-1322'),(135585,2897,'_shipping_first_name','Naomi'),(135586,2897,'_shipping_last_name','Golden'),(135587,2897,'_shipping_company','LCA'),(135588,2897,'_shipping_address_1','1349 Centre Street'),(135589,2897,'_shipping_address_2','Facing Trowbridge'),(135590,2897,'_shipping_city','Newton'),(135591,2897,'_shipping_state','MA'),(135592,2897,'_shipping_postcode','02459'),(135593,2897,'_shipping_country','US'),(135594,2897,'_order_currency','USD'),(135595,2897,'_cart_discount','0'),(135596,2897,'_cart_discount_tax','0'),(135597,2897,'_order_shipping','0'),(135598,2897,'_order_shipping_tax','0'),(135599,2897,'_order_tax','0'),(135600,2897,'_order_total','742.60'),(135601,2897,'_order_version','9.2.3'),(135602,2897,'_prices_include_tax','no'),(135603,2897,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(135604,2897,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(135605,2897,'is_vat_exempt','no'),(135606,2897,'_wc_order_attribution_source_type','typein'),(135607,2897,'_wc_order_attribution_utm_source','(direct)'),(135608,2897,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135609,2897,'_wc_order_attribution_session_start_time','2024-08-14 17:50:37'),(135610,2897,'_wc_order_attribution_session_pages','5'),(135611,2897,'_wc_order_attribution_session_count','6'),(135612,2897,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(135613,2897,'_wc_order_attribution_device_type','Desktop'),(135614,2897,'Payment type','instant'),(135615,2897,'_paypal_status','completed'),(135616,2897,'_transaction_id','7U77064729246643H'),(135617,2897,'PayPal Transaction Fee','26.41'),(135618,2897,'_date_paid','1724850646'),(135619,2897,'_paid_date','2024-08-28 13:10:46'),(135620,2898,'_order_key','wc_order_2SJAiRqYCN9Z4'),(135621,2898,'_customer_user','61'),(135622,2898,'_payment_method','paypal'),(135623,2898,'_payment_method_title','PayPal'),(135624,2898,'_customer_ip_address','217.180.201.43'),(135625,2898,'_customer_user_agent','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'),(135626,2898,'_created_via','checkout'),(135627,2898,'_cart_hash','ea575c544e91a00279f8db449d6d2fce'),(135628,2898,'_download_permissions_granted','yes'),(135629,2898,'_recorded_sales','yes'),(135630,2898,'_recorded_coupon_usage_counts','yes'),(135631,2898,'_new_order_email_sent','true'),(135632,2898,'_order_stock_reduced','yes'),(135633,2898,'_billing_first_name','Judith'),(135634,2898,'_billing_last_name','Hayden'),(135635,2898,'_billing_company','LCAL Hayden LLC'),(135636,2898,'_billing_address_1','1795 Alysheba Way'),(135637,2898,'_billing_address_2','Ste 4105'),(135638,2898,'_billing_city','Lexington'),(135639,2898,'_billing_state','KY'),(135640,2898,'_billing_postcode','40509'),(135641,2898,'_billing_country','US'),(135642,2898,'_billing_email','judy@liceclinicslexington.com'),(135643,2898,'_billing_phone','8595376966'),(135644,2898,'_shipping_first_name','Judy'),(135645,2898,'_shipping_last_name','Hayden'),(135646,2898,'_shipping_company','Lice Clinics of America Lexington'),(135647,2898,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(135648,2898,'_shipping_city','Lexington'),(135649,2898,'_shipping_state','KY'),(135650,2898,'_shipping_postcode','40509'),(135651,2898,'_shipping_country','US'),(135652,2898,'_order_currency','USD'),(135653,2898,'_cart_discount','0'),(135654,2898,'_cart_discount_tax','0'),(135655,2898,'_order_shipping','0'),(135656,2898,'_order_shipping_tax','0'),(135657,2898,'_order_tax','0'),(135658,2898,'_order_total','775.82'),(135659,2898,'_order_version','9.2.3'),(135660,2898,'_prices_include_tax','no'),(135661,2898,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(135662,2898,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(135663,2898,'is_vat_exempt','no'),(135664,2898,'_wc_order_attribution_source_type','typein'),(135665,2898,'_wc_order_attribution_utm_source','(direct)'),(135666,2898,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135667,2898,'_wc_order_attribution_session_start_time','2024-08-28 13:44:27'),(135668,2898,'_wc_order_attribution_session_pages','2'),(135669,2898,'_wc_order_attribution_session_count','3'),(135670,2898,'_wc_order_attribution_user_agent','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'),(135671,2898,'_wc_order_attribution_device_type','Desktop'),(135672,2898,'Payment type','instant'),(135673,2898,'_paypal_status','completed'),(135674,2898,'_transaction_id','4E6865756D758580C'),(135675,2898,'PayPal Transaction Fee','27.57'),(135676,2898,'_date_paid','1724860194'),(135677,2898,'_paid_date','2024-08-28 15:49:54'),(135678,2894,'_edit_lock','1724860318:2'),(135679,2895,'_edit_lock','1724860987:2'),(135680,2896,'_edit_lock','1724861186:2'),(135681,2894,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230560\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"cc2fc3eab0f9aa9f6f67be0938a2cd64\";}}'),(135682,2894,'_edit_last','2'),(135683,2894,'_date_completed','1724860286'),(135684,2894,'_completed_date','2024-08-28 15:51:26'),(135685,2895,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230537\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"ca7c77c3edf1ba50954ed3290719ee75\";}}'),(135686,2895,'_edit_last','2'),(135687,2895,'_date_completed','1724860422'),(135688,2895,'_completed_date','2024-08-28 15:53:42'),(135689,2896,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230489\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"c70f2b5ab9a23c793758709b1871d29a\";}}'),(135690,2896,'_edit_last','2'),(135691,2896,'_date_completed','1724861159'),(135692,2896,'_completed_date','2024-08-28 16:05:59'),(135693,2893,'_edit_lock','1724862074:2'),(135694,2893,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230294\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"5316ab1a0ec90019cdb95cba892b4a7d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230309\";s:12:\"date_shipped\";i:1724861692;s:11:\"tracking_id\";s:32:\"bc21a77cd5a96a0eca98edd0567a40b1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230310\";s:12:\"date_shipped\";i:1724861697;s:11:\"tracking_id\";s:32:\"8d39875ae5954052627eecc00e01e9d6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230320\";s:12:\"date_shipped\";i:1724861703;s:11:\"tracking_id\";s:32:\"5d8d91aac66fb16a0bd03ba90af0543a\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230331\";s:12:\"date_shipped\";i:1724861711;s:11:\"tracking_id\";s:32:\"99a17b8470b482bafe8f33648dc566a9\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230342\";s:12:\"date_shipped\";i:1724861720;s:11:\"tracking_id\";s:32:\"5757a61f50bb5d5104ce579e4f5f0f5f\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230353\";s:12:\"date_shipped\";i:1724861727;s:11:\"tracking_id\";s:32:\"a03d1e45495b91f737f650ffc8ea4d11\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230364\";s:12:\"date_shipped\";i:1724861738;s:11:\"tracking_id\";s:32:\"fccd6faf18a8c2f936809f0ac6c85b37\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230375\";s:12:\"date_shipped\";i:1724861748;s:11:\"tracking_id\";s:32:\"e91d232ae7ffe028b6ee839d7916a306\";}}'),(135695,2893,'_edit_last','2'),(135696,2893,'_date_completed','1724862055'),(135697,2893,'_completed_date','2024-08-28 16:20:55'),(135698,2891,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230857\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"f4b8dec385b08d55210a661a5740af4f\";}}'),(135699,2891,'_date_completed','1724862373'),(135700,2891,'_completed_date','2024-08-28 16:26:13'),(135701,2899,'_order_key','wc_order_BDMGZIeuI7Vfq'),(135702,2899,'_customer_user','59'),(135703,2899,'_payment_method','paypal'),(135704,2899,'_payment_method_title','PayPal'),(135705,2899,'_customer_ip_address','98.57.113.157'),(135706,2899,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(135707,2899,'_created_via','checkout'),(135708,2899,'_cart_hash','9556fb29a9bcd21eefdac99581360625'),(135709,2899,'_download_permissions_granted','yes'),(135710,2899,'_recorded_sales','yes'),(135711,2899,'_recorded_coupon_usage_counts','yes'),(135712,2899,'_new_order_email_sent','true'),(135713,2899,'_order_stock_reduced','yes'),(135714,2899,'_billing_first_name','Allison'),(135715,2899,'_billing_last_name','Anthon'),(135716,2899,'_billing_company','Lice Clinics of America Sugar Land'),(135717,2899,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(135718,2899,'_billing_address_2','Apt, suite, floor, etc.'),(135719,2899,'_billing_city','TOMBALL'),(135720,2899,'_billing_state','TX'),(135721,2899,'_billing_postcode','77375'),(135722,2899,'_billing_country','US'),(135723,2899,'_billing_email','louseysolutions@gmail.com'),(135724,2899,'_billing_phone','6024008520'),(135725,2899,'_shipping_first_name','Allison'),(135726,2899,'_shipping_last_name','Anthon'),(135727,2899,'_shipping_company','LCA Sugar Land'),(135728,2899,'_shipping_address_1','2831 Lakecrest River Dr.'),(135729,2899,'_shipping_city','Katy'),(135730,2899,'_shipping_state','TX'),(135731,2899,'_shipping_postcode','77493'),(135732,2899,'_shipping_country','US'),(135733,2899,'_order_currency','USD'),(135734,2899,'_cart_discount','0'),(135735,2899,'_cart_discount_tax','0'),(135736,2899,'_order_shipping','0'),(135737,2899,'_order_shipping_tax','0'),(135738,2899,'_order_tax','0'),(135739,2899,'_order_total','773.34'),(135740,2899,'_order_version','9.2.3'),(135741,2899,'_prices_include_tax','no'),(135742,2899,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(135743,2899,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(135744,2899,'is_vat_exempt','no'),(135745,2899,'_wc_order_attribution_source_type','referral'),(135746,2899,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(135747,2899,'_wc_order_attribution_utm_source','lcaportal.com'),(135748,2899,'_wc_order_attribution_utm_medium','referral'),(135749,2899,'_wc_order_attribution_utm_content','/'),(135750,2899,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135751,2899,'_wc_order_attribution_session_start_time','2024-08-28 17:39:45'),(135752,2899,'_wc_order_attribution_session_pages','5'),(135753,2899,'_wc_order_attribution_session_count','1'),(135754,2899,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(135755,2899,'_wc_order_attribution_device_type','Desktop'),(135756,2899,'_oaw_varify_key','f2523a9cc4f055eaff32'),(135757,2900,'_order_key','wc_order_6yCQHsFS7MqUE'),(135758,2900,'_customer_user','60'),(135759,2900,'_payment_method','paypal'),(135760,2900,'_payment_method_title','PayPal'),(135761,2900,'_customer_ip_address','174.192.70.125'),(135762,2900,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(135763,2900,'_created_via','checkout'),(135764,2900,'_cart_hash','32cb202947bd44e29d523f5e9391a6d7'),(135765,2900,'_download_permissions_granted','yes'),(135766,2900,'_recorded_sales','yes'),(135767,2900,'_recorded_coupon_usage_counts','yes'),(135768,2900,'_new_order_email_sent','true'),(135769,2900,'_order_stock_reduced','yes'),(135770,2900,'_billing_first_name','Jill'),(135771,2900,'_billing_last_name','Leshtz'),(135772,2900,'_billing_company','Lice clinics of America-North Shore'),(135773,2900,'_billing_address_1','1580 Lancelot Avenue'),(135774,2900,'_billing_city','Highland park'),(135775,2900,'_billing_state','IL'),(135776,2900,'_billing_postcode','60035'),(135777,2900,'_billing_country','US'),(135778,2900,'_billing_email','jleshtz@gmail.com'),(135779,2900,'_billing_phone','8473639001'),(135780,2900,'_shipping_first_name','Jill'),(135781,2900,'_shipping_last_name','Leshtz'),(135782,2900,'_shipping_company','Lice clinics of America-North Shore'),(135783,2900,'_shipping_address_1','1580 Lancelot Avenue'),(135784,2900,'_shipping_city','Highland park'),(135785,2900,'_shipping_state','IL'),(135786,2900,'_shipping_postcode','60035'),(135787,2900,'_shipping_country','US'),(135788,2900,'_order_currency','USD'),(135789,2900,'_cart_discount','0'),(135790,2900,'_cart_discount_tax','0'),(135791,2900,'_order_shipping','22.47'),(135792,2900,'_order_shipping_tax','0'),(135793,2900,'_order_tax','0'),(135794,2900,'_order_total','22.47'),(135795,2900,'_order_version','9.2.3'),(135796,2900,'_prices_include_tax','no'),(135797,2900,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(135798,2900,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(135799,2900,'is_vat_exempt','no'),(135800,2900,'_wc_order_attribution_source_type','referral'),(135801,2900,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(135802,2900,'_wc_order_attribution_utm_source','lcaportal.com'),(135803,2900,'_wc_order_attribution_utm_medium','referral'),(135804,2900,'_wc_order_attribution_utm_content','/'),(135805,2900,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135806,2900,'_wc_order_attribution_session_start_time','2024-08-28 18:23:36'),(135807,2900,'_wc_order_attribution_session_pages','3'),(135808,2900,'_wc_order_attribution_session_count','1'),(135809,2900,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(135810,2900,'_wc_order_attribution_device_type','Mobile'),(135811,2900,'_oaw_varify_key','afa316b32b79a464a1db'),(135812,2899,'_edit_lock','1725901768:2'),(135813,2899,'_edit_last','2'),(135814,2897,'_edit_lock','1724878077:2'),(135815,2898,'_edit_lock','1724878255:2'),(135816,2897,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230879\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"3abbfa5a4fb4af7c680daeb9eaf8cfc5\";}}'),(135817,2897,'_edit_last','2'),(135818,2897,'_date_completed','1724878197'),(135819,2897,'_completed_date','2024-08-28 20:49:57'),(135820,2898,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992230960\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"17242578888056b84e38394856632357\";}}'),(135821,2898,'_edit_last','2'),(135822,2898,'_date_completed','1724878250'),(135823,2898,'_completed_date','2024-08-28 20:50:50'),(135824,2900,'_edit_lock','1725901811:2'),(135825,2900,'_edit_last','2'),(135826,2901,'_order_key','wc_order_KiqueKQZEMrWM'),(135827,2901,'_customer_user','77'),(135828,2901,'_payment_method','paypal'),(135829,2901,'_payment_method_title','PayPal'),(135830,2901,'_customer_ip_address','162.201.108.83'),(135831,2901,'_customer_user_agent','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'),(135832,2901,'_created_via','checkout'),(135833,2901,'_cart_hash','68e3829e3e698e2eccd7157b1380075c'),(135834,2901,'_download_permissions_granted','yes'),(135835,2901,'_recorded_sales','yes'),(135836,2901,'_recorded_coupon_usage_counts','yes'),(135837,2901,'_new_order_email_sent','true'),(135838,2901,'_order_stock_reduced','yes'),(135839,2901,'_billing_first_name','Phil'),(135840,2901,'_billing_last_name','Moon'),(135841,2901,'_billing_company','LiceBusters, LLC'),(135842,2901,'_billing_address_1','105 Live Oak Lane'),(135843,2901,'_billing_city','Pleasant Hill'),(135844,2901,'_billing_state','CA'),(135845,2901,'_billing_postcode','94523'),(135846,2901,'_billing_country','US'),(135847,2901,'_billing_email','kris10maroot@gmail.com'),(135848,2901,'_billing_phone','5593046305'),(135849,2901,'_shipping_first_name','Kristen'),(135850,2901,'_shipping_last_name','Maroot-Rippee'),(135851,2901,'_shipping_company','LiceBusters, LLC'),(135852,2901,'_shipping_address_1','487 W. Scott Avenue'),(135853,2901,'_shipping_city','Fresno'),(135854,2901,'_shipping_state','CA'),(135855,2901,'_shipping_postcode','93704'),(135856,2901,'_shipping_country','US'),(135857,2901,'_order_currency','USD'),(135858,2901,'_cart_discount','0'),(135859,2901,'_cart_discount_tax','0'),(135860,2901,'_order_shipping','0'),(135861,2901,'_order_shipping_tax','0'),(135862,2901,'_order_tax','0'),(135863,2901,'_order_total','528.00'),(135864,2901,'_order_version','9.2.3'),(135865,2901,'_prices_include_tax','no'),(135866,2901,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(135867,2901,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(135868,2901,'is_vat_exempt','no'),(135869,2901,'_wc_order_attribution_source_type','typein'),(135870,2901,'_wc_order_attribution_utm_source','(direct)'),(135871,2901,'_wc_order_attribution_utm_source_platform',''),(135872,2901,'_wc_order_attribution_utm_creative_format',''),(135873,2901,'_wc_order_attribution_utm_marketing_tactic',''),(135874,2901,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135875,2901,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(135876,2901,'_wc_order_attribution_session_pages','5'),(135877,2901,'_wc_order_attribution_session_count','14'),(135878,2901,'_wc_order_attribution_user_agent','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'),(135879,2901,'_wc_order_attribution_device_type','Desktop'),(135880,2901,'Payment type','instant'),(135881,2901,'_paypal_status','completed'),(135882,2901,'_transaction_id','3SY07597987421015'),(135883,2901,'PayPal Transaction Fee','18.92'),(135884,2901,'_date_paid','1724949452'),(135885,2901,'_paid_date','2024-08-29 16:37:32'),(135886,2902,'_order_key','wc_order_2NOCFMoBWSQrr'),(135887,2902,'_customer_user','76'),(135888,2902,'_payment_method','paypal'),(135889,2902,'_payment_method_title','PayPal'),(135890,2902,'_customer_ip_address','172.56.119.96'),(135891,2902,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(135892,2902,'_created_via','checkout'),(135893,2902,'_cart_hash','7c229594d47693dcfc4adfbdc1172d42'),(135894,2902,'_download_permissions_granted','yes'),(135895,2902,'_recorded_sales','yes'),(135896,2902,'_recorded_coupon_usage_counts','yes'),(135897,2902,'_new_order_email_sent','true'),(135898,2902,'_order_stock_reduced','yes'),(135899,2902,'_billing_first_name','Naomi'),(135900,2902,'_billing_last_name','Golden'),(135901,2902,'_billing_company','LCA'),(135902,2902,'_billing_address_1','31 Mann Ave'),(135903,2902,'_billing_city','Needham'),(135904,2902,'_billing_state','MA'),(135905,2902,'_billing_postcode','02492'),(135906,2902,'_billing_country','US'),(135907,2902,'_billing_email','nrgolden6486@gmail.com'),(135908,2902,'_billing_phone','617-851-1322'),(135909,2902,'_shipping_first_name','Naomi'),(135910,2902,'_shipping_last_name','Golden'),(135911,2902,'_shipping_company','LCA'),(135912,2902,'_shipping_address_1','3 Baldwin Green Common'),(135913,2902,'_shipping_address_2','Suite 310'),(135914,2902,'_shipping_city','Woburn'),(135915,2902,'_shipping_state','MA'),(135916,2902,'_shipping_postcode','01801'),(135917,2902,'_shipping_country','US'),(135918,2902,'_order_currency','USD'),(135919,2902,'_cart_discount','0'),(135920,2902,'_cart_discount_tax','0'),(135921,2902,'_order_shipping','0'),(135922,2902,'_order_shipping_tax','0'),(135923,2902,'_order_tax','0'),(135924,2902,'_order_total','516.34'),(135925,2902,'_order_version','9.2.3'),(135926,2902,'_prices_include_tax','no'),(135927,2902,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(135928,2902,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(135929,2902,'is_vat_exempt','no'),(135930,2902,'_wc_order_attribution_source_type','typein'),(135931,2902,'_wc_order_attribution_utm_source','(direct)'),(135932,2902,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(135933,2902,'_wc_order_attribution_session_start_time','2024-08-14 17:50:37'),(135934,2902,'_wc_order_attribution_session_pages','6'),(135935,2902,'_wc_order_attribution_session_count','7'),(135936,2902,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(135937,2902,'_wc_order_attribution_device_type','Desktop'),(135938,2902,'Payment type','instant'),(135939,2902,'_paypal_status','completed'),(135940,2902,'_transaction_id','8P115369WT1779748'),(135941,2902,'PayPal Transaction Fee','18.51'),(135942,2902,'_date_paid','1724963426'),(135943,2902,'_paid_date','2024-08-29 20:30:26'),(135944,2902,'_edit_lock','1725035166:2'),(135945,2902,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231246\";s:12:\"date_shipped\";s:10:\"1724976000\";s:11:\"tracking_id\";s:32:\"f2c3f9584c9d35d18dc773bd49a9f041\";}}'),(135946,2902,'_edit_last','2'),(135947,2902,'_date_completed','1725035291'),(135948,2902,'_completed_date','2024-08-30 16:28:11'),(135949,2901,'_edit_lock','1725035260:2'),(135950,2901,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231213\";s:12:\"date_shipped\";s:10:\"1724976000\";s:11:\"tracking_id\";s:32:\"79d7de2b8910224bc32924663a7d3225\";}}'),(135951,2901,'_edit_last','2'),(135952,2901,'_date_completed','1725035368'),(135953,2901,'_completed_date','2024-08-30 16:29:28'),(135954,2903,'_order_key','wc_order_CfYOZ2ybHjWm8'),(135955,2903,'_customer_user','78'),(135956,2903,'_payment_method','paypal'),(135957,2903,'_payment_method_title','PayPal'),(135958,2903,'_customer_ip_address','172.56.162.222'),(135959,2903,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(135960,2903,'_created_via','checkout'),(135961,2903,'_cart_hash','581e66fdbd5ab6398116775315c142f8'),(135962,2903,'_download_permissions_granted','yes'),(135963,2903,'_recorded_sales','yes'),(135964,2903,'_recorded_coupon_usage_counts','yes'),(135965,2903,'_new_order_email_sent','true'),(135966,2903,'_order_stock_reduced','yes'),(135967,2903,'_billing_first_name','Richard'),(135968,2903,'_billing_last_name','Florsheim'),(135969,2903,'_billing_company','Licura'),(135970,2903,'_billing_address_1','3827 w fairway heights dr'),(135971,2903,'_billing_city','Mequon'),(135972,2903,'_billing_state','NY'),(135973,2903,'_billing_postcode','53092'),(135974,2903,'_billing_country','US'),(135975,2903,'_billing_email','tara@liceclinicslongIsland.com'),(135976,2903,'_billing_phone','5619006382'),(135977,2903,'_shipping_first_name','Tara'),(135978,2903,'_shipping_last_name','johnson'),(135979,2903,'_shipping_company','LCA'),(135980,2903,'_shipping_address_1','2469 columbis ave'),(135981,2903,'_shipping_city','North bellmore'),(135982,2903,'_shipping_state','NY'),(135983,2903,'_shipping_postcode','11710'),(135984,2903,'_shipping_country','US'),(135985,2903,'_order_currency','USD'),(135986,2903,'_cart_discount','0'),(135987,2903,'_cart_discount_tax','0'),(135988,2903,'_order_shipping','17.09'),(135989,2903,'_order_shipping_tax','0'),(135990,2903,'_order_tax','0'),(135991,2903,'_order_total','127.64'),(135992,2903,'_order_version','9.2.3'),(135993,2903,'_prices_include_tax','no'),(135994,2903,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(135995,2903,'_shipping_address_index','Tara johnson LCA 2469 columbis ave  North bellmore NY 11710 US '),(135996,2903,'is_vat_exempt','no'),(135997,2903,'_wc_order_attribution_source_type','referral'),(135998,2903,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(135999,2903,'_wc_order_attribution_utm_source','lcaportal.com'),(136000,2903,'_wc_order_attribution_utm_medium','referral'),(136001,2903,'_wc_order_attribution_utm_content','/'),(136002,2903,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136003,2903,'_wc_order_attribution_session_start_time','2024-08-30 16:38:50'),(136004,2903,'_wc_order_attribution_session_pages','3'),(136005,2903,'_wc_order_attribution_session_count','1'),(136006,2903,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1'),(136007,2903,'_wc_order_attribution_device_type','Mobile'),(136008,2903,'Payment type','instant'),(136009,2903,'_paypal_status','completed'),(136010,2903,'_transaction_id','0H040063180279117'),(136011,2903,'PayPal Transaction Fee','4.94'),(136012,2903,'_date_paid','1725036162'),(136013,2903,'_paid_date','2024-08-30 16:42:42'),(136014,2904,'_order_key','wc_order_q27Yv6qbzXxl3'),(136015,2904,'_customer_user','83'),(136016,2904,'_payment_method','paypal'),(136017,2904,'_payment_method_title','PayPal'),(136018,2904,'_customer_ip_address','38.175.166.123'),(136019,2904,'_customer_user_agent','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'),(136020,2904,'_created_via','checkout'),(136021,2904,'_cart_hash','a3e641097ef8daa4ba850972cef6d710'),(136022,2904,'_download_permissions_granted','yes'),(136023,2904,'_recorded_sales','yes'),(136024,2904,'_recorded_coupon_usage_counts','yes'),(136025,2904,'_new_order_email_sent','true'),(136026,2904,'_order_stock_reduced','yes'),(136027,2904,'_billing_first_name','robin'),(136028,2904,'_billing_last_name','Martinez'),(136029,2904,'_billing_company','Lice Clinics of America'),(136030,2904,'_billing_address_1','1710 Skyway Drive'),(136031,2904,'_billing_address_2','B'),(136032,2904,'_billing_city','Longmont'),(136033,2904,'_billing_state','CO'),(136034,2904,'_billing_postcode','80504'),(136035,2904,'_billing_country','US'),(136036,2904,'_billing_email','RobinMartinezelyea@gmail.com'),(136037,2904,'_billing_phone','2692094700'),(136038,2904,'_shipping_first_name','Lice Clinics'),(136039,2904,'_shipping_last_name','America'),(136040,2904,'_shipping_company','Lice Clinics of America Longmont'),(136041,2904,'_shipping_address_1','1710 Skyway drive'),(136042,2904,'_shipping_address_2','Unit B'),(136043,2904,'_shipping_city','Longmont'),(136044,2904,'_shipping_state','CO'),(136045,2904,'_shipping_postcode','80504'),(136046,2904,'_shipping_country','US'),(136047,2904,'_order_currency','USD'),(136048,2904,'_cart_discount','0'),(136049,2904,'_cart_discount_tax','0'),(136050,2904,'_order_shipping','35.05'),(136051,2904,'_order_shipping_tax','0'),(136052,2904,'_order_tax','0'),(136053,2904,'_order_total','299.83'),(136054,2904,'_order_version','9.2.3'),(136055,2904,'_prices_include_tax','no'),(136056,2904,'_billing_address_index','robin Martinez Lice Clinics of America 1710 Skyway Drive B Longmont CO 80504 US RobinMartinezelyea@gmail.com 2692094700'),(136057,2904,'_shipping_address_index','Lice Clinics America Lice Clinics of America Longmont 1710 Skyway drive Unit B Longmont CO 80504 US '),(136058,2904,'is_vat_exempt','no'),(136059,2904,'_wc_order_attribution_source_type','referral'),(136060,2904,'_wc_order_attribution_referrer','https://lcaportal.com/'),(136061,2904,'_wc_order_attribution_utm_source','lcaportal.com'),(136062,2904,'_wc_order_attribution_utm_medium','referral'),(136063,2904,'_wc_order_attribution_utm_content','/'),(136064,2904,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136065,2904,'_wc_order_attribution_session_start_time','2024-08-30 17:27:19'),(136066,2904,'_wc_order_attribution_session_pages','3'),(136067,2904,'_wc_order_attribution_session_count','2'),(136068,2904,'_wc_order_attribution_user_agent','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'),(136069,2904,'_wc_order_attribution_device_type','Desktop'),(136070,2904,'Payment type','instant'),(136071,2904,'_paypal_status','completed'),(136072,2904,'_transaction_id','36S28070M0805933J'),(136073,2904,'PayPal Transaction Fee','10.95'),(136074,2904,'_date_paid','1725039835'),(136075,2904,'_paid_date','2024-08-30 17:43:55'),(136076,2905,'_order_key','wc_order_n8TREhs24UVPd'),(136077,2905,'_customer_user','50'),(136078,2905,'_payment_method','paypal'),(136079,2905,'_payment_method_title','PayPal'),(136080,2905,'_customer_ip_address','24.62.247.50'),(136081,2905,'_customer_user_agent','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'),(136082,2905,'_created_via','checkout'),(136083,2905,'_cart_hash','b68522cb7859e03cfb4a1217063aa8d9'),(136084,2905,'_download_permissions_granted','yes'),(136085,2905,'_recorded_sales','yes'),(136086,2905,'_recorded_coupon_usage_counts','yes'),(136087,2905,'_new_order_email_sent','true'),(136088,2905,'_order_stock_reduced','yes'),(136089,2905,'_billing_first_name','Christine'),(136090,2905,'_billing_last_name','Cherry'),(136091,2905,'_billing_company','NITS END'),(136092,2905,'_billing_address_1','PO BOX 1092'),(136093,2905,'_billing_city','Campton'),(136094,2905,'_billing_state','NH'),(136095,2905,'_billing_postcode','03223'),(136096,2905,'_billing_country','US'),(136097,2905,'_billing_email','info@liceclinicsplaistow.com'),(136098,2905,'_billing_phone','16034983390'),(136099,2905,'_shipping_first_name','Christine'),(136100,2905,'_shipping_last_name','Cherry'),(136101,2905,'_shipping_company','LCA - Nits End / 149091'),(136102,2905,'_shipping_address_1','71 Spit Brook Rd'),(136103,2905,'_shipping_address_2','Suite 403'),(136104,2905,'_shipping_city','Nashua'),(136105,2905,'_shipping_state','NH'),(136106,2905,'_shipping_postcode','03060'),(136107,2905,'_shipping_country','US'),(136108,2905,'_order_currency','USD'),(136109,2905,'_cart_discount','0'),(136110,2905,'_cart_discount_tax','0'),(136111,2905,'_order_shipping','16.76'),(136112,2905,'_order_shipping_tax','0'),(136113,2905,'_order_tax','0'),(136114,2905,'_order_total','282.68'),(136115,2905,'_order_version','9.2.3'),(136116,2905,'_prices_include_tax','no'),(136117,2905,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(136118,2905,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(136119,2905,'is_vat_exempt','no'),(136120,2905,'_wc_order_attribution_source_type','referral'),(136121,2905,'_wc_order_attribution_referrer','https://lcaportal.com/'),(136122,2905,'_wc_order_attribution_utm_source','lcaportal.com'),(136123,2905,'_wc_order_attribution_utm_medium','referral'),(136124,2905,'_wc_order_attribution_utm_content','/'),(136125,2905,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136126,2905,'_wc_order_attribution_session_start_time','2024-08-30 18:39:04'),(136127,2905,'_wc_order_attribution_session_pages','12'),(136128,2905,'_wc_order_attribution_session_count','12'),(136129,2905,'_wc_order_attribution_user_agent','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'),(136130,2905,'_wc_order_attribution_device_type','Desktop'),(136131,2905,'Payment type','instant'),(136132,2905,'_paypal_status','completed'),(136133,2905,'_transaction_id','8AL08427D28842705'),(136134,2905,'PayPal Transaction Fee','10.36'),(136135,2905,'_date_paid','1725043558'),(136136,2905,'_paid_date','2024-08-30 18:45:58'),(136137,2900,'Payment type','instant'),(136138,2900,'_paypal_status','completed'),(136139,2900,'_transaction_id','70577231SC6609714'),(136140,2900,'PayPal Transaction Fee','1.27'),(136141,2900,'_date_paid','1725128974'),(136142,2900,'_paid_date','2024-08-31 18:29:34'),(136143,2899,'Payment type','instant'),(136144,2899,'_paypal_status','completed'),(136145,2899,'_transaction_id','4GD52135L6629425E'),(136146,2899,'PayPal Transaction Fee','27.48'),(136147,2899,'_date_paid','1725129182'),(136148,2899,'_paid_date','2024-08-31 18:33:02'),(136154,2906,'_order_key','wc_order_NIFTY2wQd4iM6'),(136155,2906,'_customer_user','105'),(136156,2906,'_payment_method','paypal'),(136157,2906,'_payment_method_title','PayPal'),(136158,2906,'_customer_ip_address','67.177.160.177'),(136159,2906,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(136160,2906,'_created_via','checkout'),(136161,2906,'_cart_hash','80aa69c01dee899eec0afb97434e12ef'),(136162,2906,'_download_permissions_granted','yes'),(136163,2906,'_recorded_sales','yes'),(136164,2906,'_recorded_coupon_usage_counts','yes'),(136165,2906,'_new_order_email_sent','true'),(136166,2906,'_order_stock_reduced','yes'),(136167,2906,'_billing_first_name','Joseph'),(136168,2906,'_billing_last_name','West'),(136169,2906,'_billing_company','MAJESTIC PEACOCK LLC'),(136170,2906,'_billing_address_1','615 Crofton Park Ln'),(136171,2906,'_billing_city','Franklin'),(136172,2906,'_billing_state','TN'),(136173,2906,'_billing_postcode','37069'),(136174,2906,'_billing_country','US'),(136175,2906,'_billing_email','info@nashville.liceclinicsofamerica.com'),(136176,2906,'_billing_phone','8042184232'),(136177,2906,'_shipping_first_name','Joseph'),(136178,2906,'_shipping_last_name','West'),(136179,2906,'_shipping_company','Lice Clinics of America'),(136180,2906,'_shipping_address_1','330 Mallory Station Rd F 17'),(136181,2906,'_shipping_city','Franklin'),(136182,2906,'_shipping_state','TN'),(136183,2906,'_shipping_postcode','37067'),(136184,2906,'_shipping_country','US'),(136185,2906,'_order_currency','USD'),(136186,2906,'_cart_discount','0'),(136187,2906,'_cart_discount_tax','0'),(136188,2906,'_order_shipping','0'),(136189,2906,'_order_shipping_tax','0'),(136190,2906,'_order_tax','0'),(136191,2906,'_order_total','632.48'),(136192,2906,'_order_version','9.2.3'),(136193,2906,'_prices_include_tax','no'),(136194,2906,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(136195,2906,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(136196,2906,'is_vat_exempt','no'),(136197,2906,'_wc_order_attribution_source_type','referral'),(136198,2906,'_wc_order_attribution_referrer','https://lcaportal.com/'),(136199,2906,'_wc_order_attribution_utm_source','lcaportal.com'),(136200,2906,'_wc_order_attribution_utm_medium','referral'),(136201,2906,'_wc_order_attribution_utm_content','/'),(136202,2906,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136203,2906,'_wc_order_attribution_session_start_time','2024-09-02 13:49:00'),(136204,2906,'_wc_order_attribution_session_pages','4'),(136205,2906,'_wc_order_attribution_session_count','2'),(136206,2906,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(136207,2906,'_wc_order_attribution_device_type','Desktop'),(136208,2906,'Payment type','instant'),(136209,2906,'_paypal_status','completed'),(136210,2906,'_transaction_id','6AX1972828806481X'),(136211,2906,'PayPal Transaction Fee','22.56'),(136212,2906,'_date_paid','1725289050'),(136213,2906,'_paid_date','2024-09-02 14:57:30'),(136214,2907,'_order_key','wc_order_bMJjtaoYwjXqG'),(136215,2907,'_customer_user','90'),(136216,2907,'_payment_method','paypal'),(136217,2907,'_payment_method_title','PayPal'),(136218,2907,'_customer_ip_address','68.56.158.74'),(136219,2907,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(136220,2907,'_created_via','checkout'),(136221,2907,'_cart_hash','a26dc37350d181744881922c7bc9f8b1'),(136222,2907,'_download_permissions_granted','yes'),(136223,2907,'_recorded_sales','yes'),(136224,2907,'_recorded_coupon_usage_counts','yes'),(136225,2907,'_new_order_email_sent','true'),(136226,2907,'_order_stock_reduced','yes'),(136227,2907,'_billing_first_name','Mike'),(136228,2907,'_billing_last_name','Brehm'),(136229,2907,'_billing_company','Remedy'),(136230,2907,'_billing_address_1','5258 Plainfield Ave NE'),(136231,2907,'_billing_city','Grand Rapids'),(136232,2907,'_billing_state','MI'),(136233,2907,'_billing_postcode','49525'),(136234,2907,'_billing_country','US'),(136235,2907,'_billing_email','rapunzelscorinn@gmail.com'),(136236,2907,'_billing_phone','6164504125'),(136237,2907,'_shipping_first_name','Corinn'),(136238,2907,'_shipping_last_name','Nichols'),(136239,2907,'_shipping_company','LCA Remedy'),(136240,2907,'_shipping_address_1','3500 Dean Lake Ave NE'),(136241,2907,'_shipping_city','Grand Rapids'),(136242,2907,'_shipping_state','MI'),(136243,2907,'_shipping_postcode','49525'),(136244,2907,'_shipping_country','US'),(136245,2907,'_order_currency','USD'),(136246,2907,'_cart_discount','0'),(136247,2907,'_cart_discount_tax','0'),(136248,2907,'_order_shipping','0'),(136249,2907,'_order_shipping_tax','0'),(136250,2907,'_order_tax','0'),(136251,2907,'_order_total','741.12'),(136252,2907,'_order_version','9.2.3'),(136253,2907,'_prices_include_tax','no'),(136254,2907,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(136255,2907,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(136256,2907,'is_vat_exempt','no'),(136257,2907,'_wc_order_attribution_source_type','typein'),(136258,2907,'_wc_order_attribution_utm_source','(direct)'),(136259,2907,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(136260,2907,'_wc_order_attribution_session_start_time','2024-08-22 16:06:12'),(136261,2907,'_wc_order_attribution_session_pages','4'),(136262,2907,'_wc_order_attribution_session_count','2'),(136263,2907,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0'),(136264,2907,'_wc_order_attribution_device_type','Desktop'),(136265,2907,'Payment type','instant'),(136266,2907,'_paypal_status','completed'),(136267,2907,'_transaction_id','4PX62355XE4191649'),(136268,2907,'PayPal Transaction Fee','26.36'),(136269,2907,'_date_paid','1725376836'),(136270,2907,'_paid_date','2024-09-03 15:20:36'),(136271,2908,'_order_key','wc_order_i3mNdKfmD69dw'),(136272,2908,'_customer_user','77'),(136273,2908,'_payment_method','paypal'),(136274,2908,'_payment_method_title','PayPal'),(136275,2908,'_customer_ip_address','162.201.108.83'),(136276,2908,'_customer_user_agent','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'),(136277,2908,'_created_via','checkout'),(136278,2908,'_cart_hash','af10b44785f24e2952cf9b4097a94fc0'),(136279,2908,'_download_permissions_granted','yes'),(136280,2908,'_recorded_sales','yes'),(136281,2908,'_recorded_coupon_usage_counts','yes'),(136282,2908,'_new_order_email_sent','true'),(136283,2908,'_order_stock_reduced','yes'),(136284,2908,'_billing_first_name','Phil'),(136285,2908,'_billing_last_name','Moon'),(136286,2908,'_billing_company','LiceBusters, LLC'),(136287,2908,'_billing_address_1','105 Live Oak Lane'),(136288,2908,'_billing_city','Pleasant Hill'),(136289,2908,'_billing_state','CA'),(136290,2908,'_billing_postcode','94523'),(136291,2908,'_billing_country','US'),(136292,2908,'_billing_email','kris10maroot@gmail.com'),(136293,2908,'_billing_phone','5593046305'),(136294,2908,'_shipping_first_name','Kristen'),(136295,2908,'_shipping_last_name','Maroot-Rippee'),(136296,2908,'_shipping_company','LiceBusters, LLC'),(136297,2908,'_shipping_address_1','487 W. Scott Avenue'),(136298,2908,'_shipping_city','Fresno'),(136299,2908,'_shipping_state','CA'),(136300,2908,'_shipping_postcode','93704'),(136301,2908,'_shipping_country','US'),(136302,2908,'_order_currency','USD'),(136303,2908,'_cart_discount','0'),(136304,2908,'_cart_discount_tax','0'),(136305,2908,'_order_shipping','0'),(136306,2908,'_order_shipping_tax','0'),(136307,2908,'_order_tax','0'),(136308,2908,'_order_total','1272.90'),(136309,2908,'_order_version','9.2.3'),(136310,2908,'_prices_include_tax','no'),(136311,2908,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(136312,2908,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(136313,2908,'is_vat_exempt','no'),(136314,2908,'_wc_order_attribution_source_type','typein'),(136315,2908,'_wc_order_attribution_utm_source','(direct)'),(136316,2908,'_wc_order_attribution_utm_source_platform',''),(136317,2908,'_wc_order_attribution_utm_creative_format',''),(136318,2908,'_wc_order_attribution_utm_marketing_tactic',''),(136319,2908,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136320,2908,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(136321,2908,'_wc_order_attribution_session_pages','1'),(136322,2908,'_wc_order_attribution_session_count','17'),(136323,2908,'_wc_order_attribution_user_agent','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'),(136324,2908,'_wc_order_attribution_device_type','Desktop'),(136325,2908,'Payment type','instant'),(136326,2908,'_paypal_status','completed'),(136327,2908,'_transaction_id','1FB00182EG287281F'),(136328,2908,'PayPal Transaction Fee','44.91'),(136329,2908,'_date_paid','1725381698'),(136330,2908,'_paid_date','2024-09-03 16:41:38'),(136331,2905,'_edit_lock','1725395745:2'),(136332,2905,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231408\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"070811e628a21240d15e5a7273f8ba67\";}}'),(136333,2905,'_edit_last','2'),(136334,2905,'_date_completed','1725395880'),(136335,2905,'_completed_date','2024-09-03 20:38:00'),(136336,2904,'_edit_lock','1725395828:2'),(136337,2904,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231382\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"8abe90c23988d75745f63b0e6e454343\";}}'),(136338,2904,'_edit_last','2'),(136339,2904,'_date_completed','1725395965'),(136340,2904,'_completed_date','2024-09-03 20:39:25'),(136341,2903,'_edit_lock','1725396341:2'),(136342,2903,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231338\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"7203b96ac9e69405eec07289fe89b560\";}}'),(136343,2903,'_edit_last','2'),(136344,2903,'_date_completed','1725396337'),(136345,2903,'_completed_date','2024-09-03 20:45:37'),(136346,2911,'_order_key','wc_order_XaF1Yzc9lJoCn'),(136347,2911,'_customer_user','3'),(136348,2911,'_payment_method','paypal'),(136349,2911,'_payment_method_title','PayPal'),(136350,2911,'_customer_ip_address','99.22.146.124'),(136351,2911,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136352,2911,'_created_via','checkout'),(136353,2911,'_cart_hash','42b31d7a66dbfc98cc5c644ee70680ae'),(136354,2911,'_download_permissions_granted','yes'),(136355,2911,'_recorded_sales','yes'),(136356,2911,'_recorded_coupon_usage_counts','yes'),(136357,2911,'_new_order_email_sent','true'),(136358,2911,'_order_stock_reduced','yes'),(136359,2911,'_billing_first_name','Amanda'),(136360,2911,'_billing_last_name','Westerman'),(136361,2911,'_billing_company','Lice Clinics of America McKinney'),(136362,2911,'_billing_address_1','3120 Hudson Crossing'),(136363,2911,'_billing_address_2','Suite A2'),(136364,2911,'_billing_city','MCKINNEY'),(136365,2911,'_billing_state','TX'),(136366,2911,'_billing_postcode','75070'),(136367,2911,'_billing_country','US'),(136368,2911,'_billing_email','awesterman1103@gmail.com'),(136369,2911,'_billing_phone','2144175741'),(136370,2911,'_shipping_first_name','amanda'),(136371,2911,'_shipping_last_name','westerman'),(136372,2911,'_shipping_company','Lice Clinics of America'),(136373,2911,'_shipping_address_1','1709 Damian Way'),(136374,2911,'_shipping_address_2','Suite A2'),(136375,2911,'_shipping_city','Richardson'),(136376,2911,'_shipping_state','TX'),(136377,2911,'_shipping_postcode','75081'),(136378,2911,'_shipping_country','US'),(136379,2911,'_order_currency','USD'),(136380,2911,'_cart_discount','0'),(136381,2911,'_cart_discount_tax','0'),(136382,2911,'_order_shipping','0'),(136383,2911,'_order_shipping_tax','0'),(136384,2911,'_order_tax','0'),(136385,2911,'_order_total','914.02'),(136386,2911,'_order_version','9.2.3'),(136387,2911,'_prices_include_tax','no'),(136388,2911,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(136389,2911,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(136390,2911,'is_vat_exempt','no'),(136391,2911,'_wc_order_attribution_source_type','referral'),(136392,2911,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(136393,2911,'_wc_order_attribution_utm_source','lcaportal.com'),(136394,2911,'_wc_order_attribution_utm_medium','referral'),(136395,2911,'_wc_order_attribution_utm_content','/'),(136396,2911,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136397,2911,'_wc_order_attribution_session_start_time','2024-09-04 16:25:28'),(136398,2911,'_wc_order_attribution_session_pages','4'),(136399,2911,'_wc_order_attribution_session_count','1'),(136400,2911,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136401,2911,'_wc_order_attribution_device_type','Desktop'),(136402,2911,'Payment type','instant'),(136403,2911,'_paypal_status','completed'),(136404,2911,'_transaction_id','2KH465048H663711R'),(136405,2911,'PayPal Transaction Fee','32.39'),(136406,2911,'_date_paid','1725467507'),(136407,2911,'_paid_date','2024-09-04 16:31:47'),(136408,2912,'_order_key','wc_order_6uHuLWWDkQjvg'),(136409,2912,'_customer_user','6'),(136410,2912,'_payment_method','paypal'),(136411,2912,'_payment_method_title','PayPal'),(136412,2912,'_customer_ip_address','24.23.11.137'),(136413,2912,'_customer_user_agent','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'),(136414,2912,'_created_via','checkout'),(136415,2912,'_cart_hash','32801b4b47cea51917965079e27421e8'),(136416,2912,'_download_permissions_granted','yes'),(136417,2912,'_recorded_sales','yes'),(136418,2912,'_recorded_coupon_usage_counts','yes'),(136419,2912,'_new_order_email_sent','true'),(136420,2912,'_order_stock_reduced','yes'),(136421,2912,'_billing_first_name','Amira'),(136422,2912,'_billing_last_name','Purto'),(136423,2912,'_billing_address_1','2520 Chandon Circle'),(136424,2912,'_billing_city','Modesto'),(136425,2912,'_billing_state','CA'),(136426,2912,'_billing_postcode','95355'),(136427,2912,'_billing_country','US'),(136428,2912,'_billing_email','amira77@sbcglobal.net'),(136429,2912,'_billing_phone','2096422061'),(136430,2912,'_shipping_first_name','Amira'),(136431,2912,'_shipping_last_name','Purto'),(136432,2912,'_shipping_address_1','2520 Chandon Circle'),(136433,2912,'_shipping_city','Modesto'),(136434,2912,'_shipping_state','CA'),(136435,2912,'_shipping_postcode','95355'),(136436,2912,'_shipping_country','US'),(136437,2912,'_order_currency','USD'),(136438,2912,'_cart_discount','0'),(136439,2912,'_cart_discount_tax','0'),(136440,2912,'_order_shipping','0'),(136441,2912,'_order_shipping_tax','0'),(136442,2912,'_order_tax','0'),(136443,2912,'_order_total','1476.86'),(136444,2912,'_order_version','9.2.3'),(136445,2912,'_prices_include_tax','no'),(136446,2912,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(136447,2912,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(136448,2912,'is_vat_exempt','no'),(136449,2912,'_wc_order_attribution_source_type','typein'),(136450,2912,'_wc_order_attribution_utm_source','(direct)'),(136451,2912,'_wc_order_attribution_utm_source_platform',''),(136452,2912,'_wc_order_attribution_utm_creative_format',''),(136453,2912,'_wc_order_attribution_utm_marketing_tactic',''),(136454,2912,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136455,2912,'_wc_order_attribution_session_start_time','2024-05-09 20:24:00'),(136456,2912,'_wc_order_attribution_session_pages','1'),(136457,2912,'_wc_order_attribution_session_count','14'),(136458,2912,'_wc_order_attribution_user_agent','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'),(136459,2912,'_wc_order_attribution_device_type','Desktop'),(136460,2912,'Payment type','instant'),(136461,2912,'_paypal_status','completed'),(136462,2912,'_transaction_id','9GP17326T0650062G'),(136463,2912,'PayPal Transaction Fee','52.03'),(136464,2912,'_date_paid','1725467951'),(136465,2912,'_paid_date','2024-09-04 16:39:11'),(136466,2913,'_order_key','wc_order_UxpawaeYJqFFB'),(136467,2913,'_customer_user','11'),(136468,2913,'_payment_method','paypal'),(136469,2913,'_payment_method_title','PayPal'),(136470,2913,'_customer_ip_address','65.186.66.106'),(136471,2913,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136472,2913,'_created_via','checkout'),(136473,2913,'_cart_hash','989903bba08274280b894b7fdcd22ba9'),(136474,2913,'_download_permissions_granted','yes'),(136475,2913,'_recorded_sales','yes'),(136476,2913,'_recorded_coupon_usage_counts','yes'),(136477,2913,'_new_order_email_sent','true'),(136478,2913,'_order_stock_reduced','yes'),(136479,2913,'_billing_first_name','Tina'),(136480,2913,'_billing_last_name','Hunt'),(136481,2913,'_billing_company','LCBG, LLC'),(136482,2913,'_billing_address_1','830 Fairview Ave.'),(136483,2913,'_billing_address_2','Suite A-4'),(136484,2913,'_billing_city','Bowling Green'),(136485,2913,'_billing_state','KY'),(136486,2913,'_billing_postcode','42101'),(136487,2913,'_billing_country','US'),(136488,2913,'_billing_email','lcbgky12@gmail.com'),(136489,2913,'_billing_phone','2709996803'),(136490,2913,'_shipping_first_name','Tina'),(136491,2913,'_shipping_last_name','Hunt'),(136492,2913,'_shipping_company','LCBG, LLC'),(136493,2913,'_shipping_address_1','830 Fairview Ave.'),(136494,2913,'_shipping_address_2','Suite A-4'),(136495,2913,'_shipping_city','Bowling Green'),(136496,2913,'_shipping_state','KY'),(136497,2913,'_shipping_postcode','42101'),(136498,2913,'_shipping_country','US'),(136499,2913,'_order_currency','USD'),(136500,2913,'_cart_discount','0'),(136501,2913,'_cart_discount_tax','0'),(136502,2913,'_order_shipping','17.61'),(136503,2913,'_order_shipping_tax','0'),(136504,2913,'_order_tax','0'),(136505,2913,'_order_total','351.88'),(136506,2913,'_order_version','9.2.3'),(136507,2913,'_prices_include_tax','no'),(136508,2913,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(136509,2913,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(136510,2913,'is_vat_exempt','no'),(136511,2913,'_wc_order_attribution_source_type','referral'),(136512,2913,'_wc_order_attribution_referrer','https://lcaportal.com/'),(136513,2913,'_wc_order_attribution_utm_source','lcaportal.com'),(136514,2913,'_wc_order_attribution_utm_medium','referral'),(136515,2913,'_wc_order_attribution_utm_content','/'),(136516,2913,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136517,2913,'_wc_order_attribution_session_start_time','2024-09-04 18:29:13'),(136518,2913,'_wc_order_attribution_session_pages','3'),(136519,2913,'_wc_order_attribution_session_count','1'),(136520,2913,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136521,2913,'_wc_order_attribution_device_type','Desktop'),(136522,2913,'Payment type','instant'),(136523,2913,'_paypal_status','completed'),(136524,2913,'_transaction_id','69909106RD918952N'),(136525,2913,'PayPal Transaction Fee','12.77'),(136526,2913,'_date_paid','1725474773'),(136527,2913,'_paid_date','2024-09-04 18:32:53'),(136528,2913,'_edit_lock','1725565140:2'),(136529,2913,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232301\";s:12:\"date_shipped\";s:10:\"1725494400\";s:11:\"tracking_id\";s:32:\"ae49e1670162fc9333b10613ed8f7bdb\";}}'),(136530,2913,'_edit_last','2'),(136531,2911,'_edit_lock','1725565138:2'),(136532,2913,'_date_completed','1725565243'),(136533,2913,'_completed_date','2024-09-05 19:40:43'),(136534,2911,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232264\";s:12:\"date_shipped\";s:10:\"1725494400\";s:11:\"tracking_id\";s:32:\"04b74917456f2a5e407ac275762b5dbc\";}}'),(136535,2911,'_edit_last','2'),(136536,2911,'_date_completed','1725565259'),(136537,2911,'_completed_date','2024-09-05 19:40:59'),(136538,2914,'_order_key','wc_order_8E2J1D4fwygns'),(136539,2914,'_customer_user','76'),(136540,2914,'_payment_method','paypal'),(136541,2914,'_payment_method_title','PayPal'),(136542,2914,'_customer_ip_address','172.56.112.34'),(136543,2914,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(136544,2914,'_created_via','checkout'),(136545,2914,'_cart_hash','59883213488ea9a085f5e078d6d0d6f5'),(136546,2914,'_download_permissions_granted','yes'),(136547,2914,'_recorded_sales','yes'),(136548,2914,'_recorded_coupon_usage_counts','yes'),(136549,2914,'_new_order_email_sent','true'),(136550,2914,'_order_stock_reduced','yes'),(136551,2914,'_billing_first_name','Naomi'),(136552,2914,'_billing_last_name','Golden'),(136553,2914,'_billing_company','LCA'),(136554,2914,'_billing_address_1','31 Mann Ave'),(136555,2914,'_billing_city','Needham'),(136556,2914,'_billing_state','MA'),(136557,2914,'_billing_postcode','02492'),(136558,2914,'_billing_country','US'),(136559,2914,'_billing_email','nrgolden6486@gmail.com'),(136560,2914,'_billing_phone','617-851-1322'),(136561,2914,'_shipping_first_name','Naomi'),(136562,2914,'_shipping_last_name','Golden'),(136563,2914,'_shipping_company','LCA'),(136564,2914,'_shipping_address_1','111 Center Street'),(136565,2914,'_shipping_address_2','LCA'),(136566,2914,'_shipping_city','Middleborough'),(136567,2914,'_shipping_state','MA'),(136568,2914,'_shipping_postcode','02346'),(136569,2914,'_shipping_country','US'),(136570,2914,'_order_currency','USD'),(136571,2914,'_cart_discount','0'),(136572,2914,'_cart_discount_tax','0'),(136573,2914,'_order_shipping','0'),(136574,2914,'_order_shipping_tax','0'),(136575,2914,'_order_tax','0'),(136576,2914,'_order_total','512.16'),(136577,2914,'_order_version','9.2.3'),(136578,2914,'_prices_include_tax','no'),(136579,2914,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(136580,2914,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleborough MA 02346 US '),(136581,2914,'is_vat_exempt','no'),(136582,2914,'_wc_order_attribution_source_type','typein'),(136583,2914,'_wc_order_attribution_utm_source','(direct)'),(136584,2914,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136585,2914,'_wc_order_attribution_session_start_time','2024-08-14 17:50:37'),(136586,2914,'_wc_order_attribution_session_pages','3'),(136587,2914,'_wc_order_attribution_session_count','12'),(136588,2914,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(136589,2914,'_wc_order_attribution_device_type','Desktop'),(136590,2914,'Payment type','instant'),(136591,2914,'_paypal_status','completed'),(136592,2914,'_transaction_id','2C445679T0292635F'),(136593,2914,'PayPal Transaction Fee','18.36'),(136594,2914,'_date_paid','1725574334'),(136595,2914,'_paid_date','2024-09-05 22:12:14'),(136596,2915,'_order_key','wc_order_bcoxIRqLgbMku'),(136597,2915,'_customer_user','61'),(136598,2915,'_payment_method','paypal'),(136599,2915,'_payment_method_title','PayPal'),(136600,2915,'_customer_ip_address','217.180.201.69'),(136601,2915,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136602,2915,'_created_via','checkout'),(136603,2915,'_cart_hash','33947b9b3d7d7ad87714e233fca2f704'),(136604,2915,'_download_permissions_granted','yes'),(136605,2915,'_recorded_sales','yes'),(136606,2915,'_recorded_coupon_usage_counts','yes'),(136607,2915,'_new_order_email_sent','true'),(136608,2915,'_order_stock_reduced','yes'),(136609,2915,'_billing_first_name','Judith'),(136610,2915,'_billing_last_name','Hayden'),(136611,2915,'_billing_company','LCAL Hayden LLC'),(136612,2915,'_billing_address_1','1795 Alysheba Way'),(136613,2915,'_billing_address_2','Ste 4105'),(136614,2915,'_billing_city','Lexington'),(136615,2915,'_billing_state','KY'),(136616,2915,'_billing_postcode','40509'),(136617,2915,'_billing_country','US'),(136618,2915,'_billing_email','judy@liceclinicslexington.com'),(136619,2915,'_billing_phone','8595376966'),(136620,2915,'_shipping_first_name','Judy'),(136621,2915,'_shipping_last_name','Hayden'),(136622,2915,'_shipping_company','Lice Clinics of America'),(136623,2915,'_shipping_address_1','549 Centre View Blvd'),(136624,2915,'_shipping_address_2','Cambridge Square Bld 24'),(136625,2915,'_shipping_city','Crestview Hills'),(136626,2915,'_shipping_state','KY'),(136627,2915,'_shipping_postcode','41017'),(136628,2915,'_shipping_country','US'),(136629,2915,'_order_currency','USD'),(136630,2915,'_cart_discount','0'),(136631,2915,'_cart_discount_tax','0'),(136632,2915,'_order_shipping','0'),(136633,2915,'_order_shipping_tax','0'),(136634,2915,'_order_tax','0'),(136635,2915,'_order_total','1105.55'),(136636,2915,'_order_version','9.2.3'),(136637,2915,'_prices_include_tax','no'),(136638,2915,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(136639,2915,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(136640,2915,'is_vat_exempt','no'),(136641,2915,'_wc_order_attribution_source_type','typein'),(136642,2915,'_wc_order_attribution_utm_source','(direct)'),(136643,2915,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136644,2915,'_wc_order_attribution_session_start_time','2024-09-06 15:33:27'),(136645,2915,'_wc_order_attribution_session_pages','8'),(136646,2915,'_wc_order_attribution_session_count','1'),(136647,2915,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136648,2915,'_wc_order_attribution_device_type','Desktop'),(136649,2915,'Payment type','instant'),(136650,2915,'_paypal_status','completed'),(136651,2915,'_transaction_id','08891565GR7192302'),(136652,2915,'PayPal Transaction Fee','39.07'),(136653,2915,'_date_paid','1725637563'),(136654,2915,'_paid_date','2024-09-06 15:46:03'),(136655,2916,'_order_key','wc_order_yvuTcwS4lzopV'),(136656,2916,'_customer_user','76'),(136657,2916,'_payment_method','paypal'),(136658,2916,'_payment_method_title','PayPal'),(136659,2916,'_customer_ip_address','71.232.254.146'),(136660,2916,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(136661,2916,'_created_via','checkout'),(136662,2916,'_cart_hash','bc5e6eaf8567c20f9046e3a69f52c954'),(136663,2916,'_download_permissions_granted','yes'),(136664,2916,'_recorded_sales','yes'),(136665,2916,'_recorded_coupon_usage_counts','yes'),(136666,2916,'_new_order_email_sent','true'),(136667,2916,'_order_stock_reduced','yes'),(136668,2916,'_billing_first_name','Naomi'),(136669,2916,'_billing_last_name','Golden'),(136670,2916,'_billing_company','LCA'),(136671,2916,'_billing_address_1','31 Mann Ave'),(136672,2916,'_billing_city','Needham'),(136673,2916,'_billing_state','MA'),(136674,2916,'_billing_postcode','02492'),(136675,2916,'_billing_country','US'),(136676,2916,'_billing_email','nrgolden6486@gmail.com'),(136677,2916,'_billing_phone','617-851-1322'),(136678,2916,'_shipping_first_name','Naomi'),(136679,2916,'_shipping_last_name','Golden'),(136680,2916,'_shipping_company','LCA'),(136681,2916,'_shipping_address_1','1349 Centre Street'),(136682,2916,'_shipping_address_2','LCA'),(136683,2916,'_shipping_city','Newton'),(136684,2916,'_shipping_state','MA'),(136685,2916,'_shipping_postcode','02459'),(136686,2916,'_shipping_country','US'),(136687,2916,'_order_currency','USD'),(136688,2916,'_cart_discount','0'),(136689,2916,'_cart_discount_tax','0'),(136690,2916,'_order_shipping','0'),(136691,2916,'_order_shipping_tax','0'),(136692,2916,'_order_tax','0'),(136693,2916,'_order_total','516.84'),(136694,2916,'_order_version','9.2.3'),(136695,2916,'_prices_include_tax','no'),(136696,2916,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(136697,2916,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street LCA Newton MA 02459 US '),(136698,2916,'is_vat_exempt','no'),(136699,2916,'_wc_order_attribution_source_type','typein'),(136700,2916,'_wc_order_attribution_utm_source','(direct)'),(136701,2916,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136702,2916,'_wc_order_attribution_session_start_time','2024-08-14 17:50:37'),(136703,2916,'_wc_order_attribution_session_pages','1'),(136704,2916,'_wc_order_attribution_session_count','15'),(136705,2916,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(136706,2916,'_wc_order_attribution_device_type','Desktop'),(136707,2916,'Payment type','instant'),(136708,2916,'_paypal_status','completed'),(136709,2916,'_transaction_id','36H601325N5301632'),(136710,2916,'PayPal Transaction Fee','18.53'),(136711,2916,'_date_paid','1725726735'),(136712,2916,'_paid_date','2024-09-07 16:32:15'),(136713,2917,'_order_key','wc_order_UuIdxMvht9JWd'),(136714,2917,'_customer_user','79'),(136715,2917,'_payment_method','paypal'),(136716,2917,'_payment_method_title','PayPal'),(136717,2917,'_customer_ip_address','71.91.158.65'),(136718,2917,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(136719,2917,'_created_via','checkout'),(136720,2917,'_cart_hash','1fbfb3537d8e751354dfee8d474274e9'),(136721,2917,'_download_permissions_granted','yes'),(136722,2917,'_recorded_sales','yes'),(136723,2917,'_recorded_coupon_usage_counts','yes'),(136724,2917,'_new_order_email_sent','true'),(136725,2917,'_order_stock_reduced','yes'),(136726,2917,'_billing_first_name','Shanna'),(136727,2917,'_billing_last_name','Castille'),(136728,2917,'_billing_address_1','1097 Hundley Rd'),(136729,2917,'_billing_city','Eunice'),(136730,2917,'_billing_state','LA'),(136731,2917,'_billing_postcode','70535'),(136732,2917,'_billing_country','US'),(136733,2917,'_billing_email','Shanna_sr09@yahoo.com'),(136734,2917,'_billing_phone','3374668998'),(136735,2917,'_shipping_first_name','Shanna'),(136736,2917,'_shipping_last_name','Castille'),(136737,2917,'_shipping_address_1','1097 Hundley Rd'),(136738,2917,'_shipping_city','eunice'),(136739,2917,'_shipping_state','LA'),(136740,2917,'_shipping_postcode','70535'),(136741,2917,'_shipping_country','US'),(136742,2917,'_order_currency','USD'),(136743,2917,'_cart_discount','0'),(136744,2917,'_cart_discount_tax','0'),(136745,2917,'_order_shipping','0'),(136746,2917,'_order_shipping_tax','0'),(136747,2917,'_order_tax','0'),(136748,2917,'_order_total','548.44'),(136749,2917,'_order_version','9.2.3'),(136750,2917,'_prices_include_tax','no'),(136751,2917,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(136752,2917,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(136753,2917,'is_vat_exempt','no'),(136754,2917,'_wc_order_attribution_source_type','typein'),(136755,2917,'_wc_order_attribution_utm_source','(direct)'),(136756,2917,'_wc_order_attribution_utm_source_platform',''),(136757,2917,'_wc_order_attribution_utm_creative_format',''),(136758,2917,'_wc_order_attribution_utm_marketing_tactic',''),(136759,2917,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136760,2917,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(136761,2917,'_wc_order_attribution_session_pages','6'),(136762,2917,'_wc_order_attribution_session_count','7'),(136763,2917,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(136764,2917,'_wc_order_attribution_device_type','Desktop'),(136765,2917,'Payment type','instant'),(136766,2917,'_paypal_status','completed'),(136767,2917,'_transaction_id','538382864G313425B'),(136768,2917,'PayPal Transaction Fee','19.63'),(136769,2917,'_date_paid','1725889624'),(136770,2917,'_paid_date','2024-09-09 13:47:04'),(136771,2906,'_edit_lock','1725902033:2'),(136772,2907,'_edit_lock','1725901953:2'),(136773,2908,'_edit_lock','1725902183:2'),(136774,2912,'_edit_lock','1725902122:2'),(136775,2899,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231577\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"3c7bc01f58849ab87c2f7a9715cd922e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231566\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"e0c68c4d60e0a2c9f90045575b365cf1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231555\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"d0f28113bc8baf1f47cd1af42b0d674b\";}}'),(136776,2899,'_date_completed','1725901904'),(136777,2899,'_completed_date','2024-09-09 17:11:44'),(136778,2900,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231496\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"a09f46ffcc69d02cd29b044b90ed856b\";}}'),(136779,2900,'_date_completed','1725901948'),(136780,2900,'_completed_date','2024-09-09 17:12:28'),(136781,2906,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231658\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"33cc13f5b9a11adb3ba584474c2e158e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992231647\";s:12:\"date_shipped\";s:10:\"1724803200\";s:11:\"tracking_id\";s:32:\"371bba49d135fb00b82075d95b9c987a\";}}'),(136782,2906,'_edit_last','2'),(136783,2906,'_date_completed','1725902014'),(136784,2906,'_completed_date','2024-09-09 17:13:34'),(136785,2907,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232036\";s:12:\"date_shipped\";s:10:\"1725408000\";s:11:\"tracking_id\";s:32:\"139c3cc8ecf43386cdfabc69602aa1cd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232025\";s:12:\"date_shipped\";s:10:\"1725408000\";s:11:\"tracking_id\";s:32:\"4546a1002c8dd13489b1182733d85493\";}}'),(136786,2907,'_edit_last','2'),(136787,2907,'_date_completed','1725902067'),(136788,2907,'_completed_date','2024-09-09 17:14:27'),(136789,2908,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232139\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"2756038a0820765753f5166e09e21e23\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232128\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"61196977f02f0e9c76b6e2e487be55ad\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232117\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"4e7e311ea0fbff82f9ab0ee2fd6d14a3\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232106\";s:12:\"date_shipped\";s:10:\"1725321600\";s:11:\"tracking_id\";s:32:\"cea9fe6d670d4d32564bf6e1af402140\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232091\";s:12:\"date_shipped\";i:1725902167;s:11:\"tracking_id\";s:32:\"f414ffd26dfde2a1d472508308e8b373\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232080\";s:12:\"date_shipped\";i:1725902173;s:11:\"tracking_id\";s:32:\"88bcafe2ce67edd2dfc93d7ebde4cc62\";}}'),(136790,2908,'_edit_last','2'),(136791,2908,'_date_completed','1725902179'),(136792,2908,'_completed_date','2024-09-09 17:16:19'),(136793,2912,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232356\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"9389b41d8893c49ae8b7e03b35ad8ed4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232345\";s:12:\"date_shipped\";i:1725902205;s:11:\"tracking_id\";s:32:\"2f57b41334699ec90b2aae64fe0657ab\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232334\";s:12:\"date_shipped\";i:1725902210;s:11:\"tracking_id\";s:32:\"33242d404f09b46cdd3f8eac2b849deb\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232323\";s:12:\"date_shipped\";i:1725902218;s:11:\"tracking_id\";s:32:\"cdfb6caf1f6b54df6d84a947700b2ea7\";}}'),(136794,2912,'_edit_last','2'),(136795,2912,'_date_completed','1725902255'),(136796,2912,'_completed_date','2024-09-09 17:17:35'),(136797,2918,'_order_key','wc_order_Rk4NWaI9s90H7'),(136798,2918,'_customer_user','29'),(136799,2918,'_payment_method','paypal'),(136800,2918,'_payment_method_title','PayPal'),(136801,2918,'_customer_ip_address','104.28.55.92'),(136802,2918,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(136803,2918,'_created_via','checkout'),(136804,2918,'_cart_hash','dc9e687a3ec66568dbcd706a41650f81'),(136805,2918,'_download_permissions_granted','yes'),(136806,2918,'_recorded_sales','yes'),(136807,2918,'_recorded_coupon_usage_counts','yes'),(136808,2918,'_new_order_email_sent','true'),(136809,2918,'_order_stock_reduced','yes'),(136810,2918,'_billing_first_name','Kevin'),(136811,2918,'_billing_last_name','Reilly'),(136812,2918,'_billing_address_1','5460 Richie Ct'),(136813,2918,'_billing_city','Pipersville'),(136814,2918,'_billing_state','PA'),(136815,2918,'_billing_postcode','18947'),(136816,2918,'_billing_country','US'),(136817,2918,'_billing_email','info@liceclinicslansdale.com'),(136818,2918,'_billing_phone','2156941408'),(136819,2918,'_shipping_first_name','Kevin'),(136820,2918,'_shipping_last_name','Reilly'),(136821,2918,'_shipping_company','LCA Lansdale'),(136822,2918,'_shipping_address_1','2131 North Broad Street'),(136823,2918,'_shipping_address_2','Suite 101'),(136824,2918,'_shipping_city','Lansdale'),(136825,2918,'_shipping_state','PA'),(136826,2918,'_shipping_postcode','19446'),(136827,2918,'_shipping_country','US'),(136828,2918,'_order_currency','USD'),(136829,2918,'_cart_discount','0'),(136830,2918,'_cart_discount_tax','0'),(136831,2918,'_order_shipping','14.21'),(136832,2918,'_order_shipping_tax','0'),(136833,2918,'_order_tax','0'),(136834,2918,'_order_total','65.16'),(136835,2918,'_order_version','9.2.3'),(136836,2918,'_prices_include_tax','no'),(136837,2918,'_billing_address_index','Kevin Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(136838,2918,'_shipping_address_index','Kevin Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(136839,2918,'is_vat_exempt','no'),(136840,2918,'_wc_order_attribution_source_type','referral'),(136841,2918,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(136842,2918,'_wc_order_attribution_utm_source','lcaportal.com'),(136843,2918,'_wc_order_attribution_utm_medium','referral'),(136844,2918,'_wc_order_attribution_utm_content','/'),(136845,2918,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136846,2918,'_wc_order_attribution_session_start_time','2024-09-10 05:37:14'),(136847,2918,'_wc_order_attribution_session_pages','4'),(136848,2918,'_wc_order_attribution_session_count','1'),(136849,2918,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(136850,2918,'_wc_order_attribution_device_type','Mobile'),(136851,2918,'Payment type','instant'),(136852,2918,'_paypal_status','completed'),(136853,2918,'_transaction_id','57F5368001888061G'),(136854,2918,'PayPal Transaction Fee','2.76'),(136855,2918,'_date_paid','1725948133'),(136856,2918,'_paid_date','2024-09-10 06:02:13'),(136857,2919,'_order_key','wc_order_RT6evuM4HAWbU'),(136858,2919,'_customer_user','4'),(136859,2919,'_payment_method','paypal'),(136860,2919,'_payment_method_title','PayPal'),(136861,2919,'_customer_ip_address','73.20.28.23'),(136862,2919,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136863,2919,'_created_via','checkout'),(136864,2919,'_cart_hash','47dedf97990a41ba03f537d8ff980297'),(136865,2919,'_download_permissions_granted','yes'),(136866,2919,'_recorded_sales','yes'),(136867,2919,'_recorded_coupon_usage_counts','yes'),(136868,2919,'_new_order_email_sent','true'),(136869,2919,'_order_stock_reduced','yes'),(136870,2919,'_billing_first_name','David'),(136871,2919,'_billing_last_name','Washburn'),(136872,2919,'_billing_company','Larada Sciences (LCA)'),(136873,2919,'_billing_address_1','4873 South State St.'),(136874,2919,'_billing_city','Murray'),(136875,2919,'_billing_state','UT'),(136876,2919,'_billing_postcode','84107'),(136877,2919,'_billing_country','US'),(136878,2919,'_billing_email','david@laradasciences.com'),(136879,2919,'_billing_phone','8019197428'),(136880,2919,'_shipping_first_name','David'),(136881,2919,'_shipping_last_name','Washburn'),(136882,2919,'_shipping_company','Larada Sciences (LCA)'),(136883,2919,'_shipping_address_1','4873 South State St.'),(136884,2919,'_shipping_city','Murray'),(136885,2919,'_shipping_state','UT'),(136886,2919,'_shipping_postcode','84107'),(136887,2919,'_shipping_country','US'),(136888,2919,'_order_currency','USD'),(136889,2919,'_cart_discount','0'),(136890,2919,'_cart_discount_tax','0'),(136891,2919,'_order_shipping','0'),(136892,2919,'_order_shipping_tax','0'),(136893,2919,'_order_tax','0'),(136894,2919,'_order_total','1079.56'),(136895,2919,'_order_version','9.3.1'),(136896,2919,'_prices_include_tax','no'),(136897,2919,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(136898,2919,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(136899,2919,'is_vat_exempt','no'),(136900,2919,'_wc_order_attribution_source_type','referral'),(136901,2919,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(136902,2919,'_wc_order_attribution_utm_source','lcaportal.com'),(136903,2919,'_wc_order_attribution_utm_medium','referral'),(136904,2919,'_wc_order_attribution_utm_content','/'),(136905,2919,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136906,2919,'_wc_order_attribution_session_start_time','2024-09-10 17:04:28'),(136907,2919,'_wc_order_attribution_session_pages','2'),(136908,2919,'_wc_order_attribution_session_count','2'),(136909,2919,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136910,2919,'_wc_order_attribution_device_type','Desktop'),(136911,2919,'_oaw_varify_key','50f68ffa6f273ca2352e'),(136912,2914,'_edit_lock','1726011589:2'),(136913,2915,'_edit_lock','1726011735:2'),(136914,2920,'_order_key','wc_order_Uo6R2pufhdlLf'),(136915,2920,'_customer_user','52'),(136916,2920,'_payment_method','paypal'),(136917,2920,'_payment_method_title','PayPal'),(136918,2920,'_customer_ip_address','96.241.152.247'),(136919,2920,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136920,2920,'_created_via','checkout'),(136921,2920,'_cart_hash','69e3def2b9ffd6113ca4fbac687fb2cd'),(136922,2920,'_download_permissions_granted','yes'),(136923,2920,'_recorded_sales','yes'),(136924,2920,'_recorded_coupon_usage_counts','yes'),(136925,2920,'_new_order_email_sent','true'),(136926,2920,'_order_stock_reduced','yes'),(136927,2920,'_billing_first_name','Darlene'),(136928,2920,'_billing_last_name','LaFramboise'),(136929,2920,'_billing_company','LCA-NOVA'),(136930,2920,'_billing_address_1','25473 Tomey Ct'),(136931,2920,'_billing_city','Aldie'),(136932,2920,'_billing_state','VA'),(136933,2920,'_billing_postcode','20105-3048'),(136934,2920,'_billing_country','US'),(136935,2920,'_billing_email','info@liceremovalnova.com'),(136936,2920,'_billing_phone','7033031576'),(136937,2920,'_shipping_first_name','Darlene'),(136938,2920,'_shipping_last_name','LaFramboise'),(136939,2920,'_shipping_company','LCA-NOVA'),(136940,2920,'_shipping_address_1','25473 Tomey Ct'),(136941,2920,'_shipping_city','Aldie'),(136942,2920,'_shipping_state','VA'),(136943,2920,'_shipping_postcode','20105-3048'),(136944,2920,'_shipping_country','US'),(136945,2920,'_order_currency','USD'),(136946,2920,'_cart_discount','0'),(136947,2920,'_cart_discount_tax','0'),(136948,2920,'_order_shipping','17.57'),(136949,2920,'_order_shipping_tax','0'),(136950,2920,'_order_tax','0'),(136951,2920,'_order_total','362.69'),(136952,2920,'_order_version','9.2.3'),(136953,2920,'_prices_include_tax','no'),(136954,2920,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(136955,2920,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(136956,2920,'is_vat_exempt','no'),(136957,2920,'_wc_order_attribution_source_type','referral'),(136958,2920,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(136959,2920,'_wc_order_attribution_utm_source','lcaportal.com'),(136960,2920,'_wc_order_attribution_utm_medium','referral'),(136961,2920,'_wc_order_attribution_utm_content','/'),(136962,2920,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(136963,2920,'_wc_order_attribution_session_start_time','2024-09-10 20:44:33'),(136964,2920,'_wc_order_attribution_session_pages','3'),(136965,2920,'_wc_order_attribution_session_count','1'),(136966,2920,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(136967,2920,'_wc_order_attribution_device_type','Desktop'),(136968,2920,'Payment type','instant'),(136969,2920,'_paypal_status','completed'),(136970,2920,'_transaction_id','5B793421M6974430F'),(136971,2920,'PayPal Transaction Fee','13.15'),(136972,2920,'_date_paid','1726001169'),(136973,2920,'_paid_date','2024-09-10 20:46:09'),(136974,2916,'_edit_lock','1726011591:2'),(136975,2917,'_edit_lock','1726011623:2'),(136976,2914,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232632\";s:12:\"date_shipped\";s:10:\"1725580800\";s:11:\"tracking_id\";s:32:\"33e19dc415c575bba799c812cd5a8538\";}}'),(136977,2914,'_edit_last','2'),(136978,2914,'_date_completed','1726011660'),(136979,2914,'_completed_date','2024-09-10 23:41:00'),(136980,2915,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232805\";s:12:\"date_shipped\";s:10:\"1725580800\";s:11:\"tracking_id\";s:32:\"b553e1c18d2b31e93fc785401dfb79f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232790\";s:12:\"date_shipped\";s:10:\"1725580800\";s:11:\"tracking_id\";s:32:\"22533cb981d62ec3c9d247f500905572\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232780\";s:12:\"date_shipped\";s:10:\"1725580800\";s:11:\"tracking_id\";s:32:\"be75d5da12dae6549dd85107b57aba0c\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232779\";s:12:\"date_shipped\";s:10:\"1725580800\";s:11:\"tracking_id\";s:32:\"5b4be970e6c4f0bcaffcdbdaafa58af4\";}}'),(136981,2916,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232919\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"80569402bc699df4fd06faab67877cf5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232908\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"001661532a3e6b3cb92dcb0b0a07c859\";}}'),(136982,2916,'_edit_last','2'),(136983,2916,'_date_completed','1726011724'),(136984,2916,'_completed_date','2024-09-10 23:42:04'),(136985,2915,'_edit_last','2'),(136986,2915,'_date_completed','1726011730'),(136987,2915,'_completed_date','2024-09-10 23:42:10'),(136988,2917,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233000\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"86afe0868c7c63053b262d4164552013\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992232996\";s:12:\"date_shipped\";s:10:\"1725840000\";s:11:\"tracking_id\";s:32:\"a9caa4f1fdcd08c9a1767801440f294b\";}}'),(136989,2917,'_edit_last','2'),(136990,2917,'_date_completed','1726011757'),(136991,2917,'_completed_date','2024-09-10 23:42:37'),(136992,2919,'_edit_lock','1726261082:2'),(136993,2919,'_edit_last','2'),(136994,2918,'_edit_lock','1726081094:2'),(136995,2920,'_edit_lock','1726081094:2'),(136996,2920,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233455\";s:12:\"date_shipped\";s:10:\"1726012800\";s:11:\"tracking_id\";s:32:\"4e9cd55fd203a1df186ab4346518882a\";}}'),(136997,2920,'_edit_last','2'),(136998,2920,'_date_completed','1726078570'),(136999,2920,'_completed_date','2024-09-11 18:16:10'),(137000,2918,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233157\";s:12:\"date_shipped\";s:10:\"1725926400\";s:11:\"tracking_id\";s:32:\"596753397574724f91c5d9de20078440\";}}'),(137001,2918,'_edit_last','2'),(137002,2918,'_date_completed','1726081232'),(137003,2918,'_completed_date','2024-09-11 19:00:32'),(137004,2919,'Payment type','instant'),(137005,2919,'_paypal_status','completed'),(137006,2919,'_transaction_id','82R022622T833591H'),(137007,2919,'PayPal Transaction Fee','38.17'),(137008,2919,'_date_paid','1726089560'),(137009,2919,'_paid_date','2024-09-11 21:19:20'),(137010,2922,'_order_key','wc_order_ahntCLK4bxFe5'),(137011,2922,'_customer_user','20'),(137012,2922,'_payment_method','paypal'),(137013,2922,'_payment_method_title','PayPal'),(137014,2922,'_customer_ip_address','198.72.181.87'),(137015,2922,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(137016,2922,'_created_via','checkout'),(137017,2922,'_cart_hash','237ad983d403522da248ba7d991dad99'),(137018,2922,'_download_permissions_granted','yes'),(137019,2922,'_recorded_sales','yes'),(137020,2922,'_recorded_coupon_usage_counts','yes'),(137021,2922,'_new_order_email_sent','true'),(137022,2922,'_order_stock_reduced','yes'),(137023,2922,'_billing_first_name','Hasani'),(137024,2922,'_billing_last_name','Thompson'),(137025,2922,'_billing_company','Heat in Hair'),(137026,2922,'_billing_address_1','27225 Camp Plenty Road'),(137027,2922,'_billing_address_2','1D'),(137028,2922,'_billing_city','Santa Clarita'),(137029,2922,'_billing_state','CA'),(137030,2922,'_billing_postcode','91351'),(137031,2922,'_billing_country','US'),(137032,2922,'_billing_email','info@liceclinicssantaclarita.com'),(137033,2922,'_billing_phone','6615850263'),(137034,2922,'_shipping_first_name','Hasani'),(137035,2922,'_shipping_last_name','Thompson'),(137036,2922,'_shipping_company','Heat in Hair'),(137037,2922,'_shipping_address_1','12840 Riverside Dr'),(137038,2922,'_shipping_address_2','#200'),(137039,2922,'_shipping_city','North Hollywood'),(137040,2922,'_shipping_state','CA'),(137041,2922,'_shipping_postcode','91607'),(137042,2922,'_shipping_country','US'),(137043,2922,'_order_currency','USD'),(137044,2922,'_cart_discount','0'),(137045,2922,'_cart_discount_tax','0'),(137046,2922,'_order_shipping','0'),(137047,2922,'_order_shipping_tax','0'),(137048,2922,'_order_tax','0'),(137049,2922,'_order_total','504.00'),(137050,2922,'_order_version','9.3.1'),(137051,2922,'_prices_include_tax','no'),(137052,2922,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(137053,2922,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(137054,2922,'is_vat_exempt','no'),(137055,2922,'_wc_order_attribution_source_type','referral'),(137056,2922,'_wc_order_attribution_referrer','https://lcaportal.com/'),(137057,2922,'_wc_order_attribution_utm_source','lcaportal.com'),(137058,2922,'_wc_order_attribution_utm_medium','referral'),(137059,2922,'_wc_order_attribution_utm_content','/'),(137060,2922,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137061,2922,'_wc_order_attribution_session_start_time','2024-09-11 22:52:35'),(137062,2922,'_wc_order_attribution_session_pages','4'),(137063,2922,'_wc_order_attribution_session_count','8'),(137064,2922,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36'),(137065,2922,'_wc_order_attribution_device_type','Desktop'),(137066,2922,'Payment type','instant'),(137067,2922,'_paypal_status','completed'),(137068,2922,'_transaction_id','1AP61883H6306124M'),(137069,2922,'PayPal Transaction Fee','18.08'),(137070,2922,'_date_paid','1726095907'),(137071,2922,'_paid_date','2024-09-11 23:05:07'),(137126,2924,'_order_key','wc_order_1mUWCNjGdjcqg'),(137127,2924,'_customer_user','21'),(137128,2924,'_payment_method','paypal'),(137129,2924,'_payment_method_title','PayPal'),(137130,2924,'_customer_ip_address','50.27.165.19'),(137131,2924,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137132,2924,'_created_via','checkout'),(137133,2924,'_cart_hash','3bf41b362a353315c154ab1ee74eb309'),(137134,2924,'_download_permissions_granted','yes'),(137135,2924,'_recorded_sales','yes'),(137136,2924,'_recorded_coupon_usage_counts','yes'),(137137,2924,'_new_order_email_sent','true'),(137138,2924,'_order_stock_reduced','yes'),(137139,2924,'_billing_first_name','LCA'),(137140,2924,'_billing_last_name','Arkansas'),(137141,2924,'_billing_company','LCA - Central Arkansas'),(137142,2924,'_billing_address_1','1011 N. 2nd St., Ste. D'),(137143,2924,'_billing_city','Cabot'),(137144,2924,'_billing_state','AR'),(137145,2924,'_billing_postcode','72023'),(137146,2924,'_billing_country','US'),(137147,2924,'_billing_email','liceclinicslittlerock@gmail.com'),(137148,2924,'_billing_phone','15014249396'),(137149,2924,'_shipping_first_name','LCA'),(137150,2924,'_shipping_last_name','Arkansas'),(137151,2924,'_shipping_company','LCA - Central Arkansas'),(137152,2924,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(137153,2924,'_shipping_city','Cabot'),(137154,2924,'_shipping_state','AR'),(137155,2924,'_shipping_postcode','72023'),(137156,2924,'_shipping_country','US'),(137157,2924,'_order_currency','USD'),(137158,2924,'_cart_discount','0'),(137159,2924,'_cart_discount_tax','0'),(137160,2924,'_order_shipping','0'),(137161,2924,'_order_shipping_tax','0'),(137162,2924,'_order_tax','0'),(137163,2924,'_order_total','1519.56'),(137164,2924,'_order_version','9.3.1'),(137165,2924,'_prices_include_tax','no'),(137166,2924,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(137167,2924,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(137169,2924,'_wc_order_attribution_source_type','referral'),(137170,2924,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(137171,2924,'_wc_order_attribution_utm_source','lcaportal.com'),(137172,2924,'_wc_order_attribution_utm_medium','referral'),(137173,2924,'_wc_order_attribution_utm_content','/'),(137174,2924,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137175,2924,'_wc_order_attribution_session_start_time','2024-09-12 17:02:38'),(137176,2924,'_wc_order_attribution_session_pages','7'),(137177,2924,'_wc_order_attribution_session_count','1'),(137178,2924,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137179,2924,'_wc_order_attribution_device_type','Desktop'),(137180,2924,'is_vat_exempt','no'),(137181,2924,'_wc_order_attribution_source_type','referral'),(137182,2924,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(137183,2924,'_wc_order_attribution_utm_source','lcaportal.com'),(137184,2924,'_wc_order_attribution_utm_medium','referral'),(137185,2924,'_wc_order_attribution_utm_content','/'),(137186,2924,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137187,2924,'_wc_order_attribution_session_start_time','2024-09-12 17:02:38'),(137188,2924,'_wc_order_attribution_session_pages','8'),(137189,2924,'_wc_order_attribution_session_count','1'),(137190,2924,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137191,2924,'_wc_order_attribution_device_type','Desktop'),(137192,2924,'Payment type','instant'),(137193,2924,'_paypal_status','completed'),(137194,2924,'_transaction_id','5KG58979YK374563E'),(137195,2924,'PayPal Transaction Fee','53.52'),(137196,2924,'_date_paid','1726161458'),(137197,2924,'_paid_date','2024-09-12 17:17:38'),(137198,2925,'_order_key','wc_order_VYYKSxVhtxcId'),(137199,2925,'_customer_user','46'),(137200,2925,'_payment_method','paypal'),(137201,2925,'_payment_method_title','PayPal'),(137202,2925,'_customer_ip_address','72.47.75.84'),(137203,2925,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137204,2925,'_created_via','checkout'),(137205,2925,'_cart_hash','37499a46e7c115269437e86fced62334'),(137206,2925,'_download_permissions_granted','yes'),(137207,2925,'_recorded_sales','yes'),(137208,2925,'_recorded_coupon_usage_counts','yes'),(137209,2925,'_new_order_email_sent','true'),(137210,2925,'_order_stock_reduced','yes'),(137211,2925,'_billing_first_name','Ashe'),(137212,2925,'_billing_last_name','montalvo'),(137213,2925,'_billing_company','lice clincs of america jonesboro'),(137214,2925,'_billing_address_1','1406 Market Place'),(137215,2925,'_billing_address_2','Apartment 10'),(137216,2925,'_billing_city','Jonesboro'),(137217,2925,'_billing_state','AR'),(137218,2925,'_billing_postcode','72404'),(137219,2925,'_billing_country','US'),(137220,2925,'_billing_email','bsdashlynf@gmail.com'),(137221,2925,'_billing_phone','8706132520'),(137222,2925,'_shipping_first_name','Ashe'),(137223,2925,'_shipping_last_name','montalvo'),(137224,2925,'_shipping_company','lice clincs of america jonesboro'),(137225,2925,'_shipping_address_1','3114 Fox Road'),(137226,2925,'_shipping_address_2','suite D'),(137227,2925,'_shipping_city','Jonesboro'),(137228,2925,'_shipping_state','AR'),(137229,2925,'_shipping_postcode','72404'),(137230,2925,'_shipping_country','US'),(137231,2925,'_order_currency','USD'),(137232,2925,'_cart_discount','0'),(137233,2925,'_cart_discount_tax','0'),(137234,2925,'_order_shipping','21.91'),(137235,2925,'_order_shipping_tax','0'),(137236,2925,'_order_tax','0'),(137237,2925,'_order_total','405.53'),(137238,2925,'_order_version','9.3.1'),(137239,2925,'_prices_include_tax','no'),(137240,2925,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(137241,2925,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(137242,2925,'is_vat_exempt','no'),(137243,2925,'_wc_order_attribution_source_type','referral'),(137244,2925,'_wc_order_attribution_referrer','https://lcaportal.com/'),(137245,2925,'_wc_order_attribution_utm_source','lcaportal.com'),(137246,2925,'_wc_order_attribution_utm_medium','referral'),(137247,2925,'_wc_order_attribution_utm_content','/'),(137248,2925,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137249,2925,'_wc_order_attribution_session_start_time','2024-09-12 21:13:59'),(137250,2925,'_wc_order_attribution_session_pages','6'),(137251,2925,'_wc_order_attribution_session_count','1'),(137252,2925,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137253,2925,'_wc_order_attribution_device_type','Desktop'),(137254,2925,'Payment type','instant'),(137255,2925,'_paypal_status','completed'),(137256,2925,'_transaction_id','3MA334307K640140Y'),(137257,2925,'PayPal Transaction Fee','14.64'),(137258,2925,'_date_paid','1726176145'),(137259,2925,'_paid_date','2024-09-12 21:22:25'),(137260,2926,'_order_key','wc_order_3b0nI7QHeHiW5'),(137261,2926,'_customer_user','87'),(137262,2926,'_payment_method','paypal'),(137263,2926,'_payment_method_title','PayPal'),(137264,2926,'_customer_ip_address','75.7.15.79'),(137265,2926,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137266,2926,'_created_via','checkout'),(137267,2926,'_cart_hash','1591adae43bc269455bb6f253c251f08'),(137268,2926,'_download_permissions_granted','yes'),(137269,2926,'_recorded_sales','yes'),(137270,2926,'_recorded_coupon_usage_counts','yes'),(137271,2926,'_new_order_email_sent','true'),(137272,2926,'_order_stock_reduced','yes'),(137273,2926,'_billing_first_name','Wade'),(137274,2926,'_billing_last_name','Huntsman'),(137275,2926,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(137276,2926,'_billing_address_1','3421 E 21st'),(137277,2926,'_billing_city','Tulsa'),(137278,2926,'_billing_state','OK'),(137279,2926,'_billing_postcode','74114'),(137280,2926,'_billing_country','US'),(137281,2926,'_billing_email','info@liceclinicsmidsouth.com'),(137282,2926,'_billing_phone','9189783329'),(137283,2926,'_shipping_first_name','Shelbe'),(137284,2926,'_shipping_last_name','Smith'),(137285,2926,'_shipping_company','Lice Clinics of America Wichita'),(137286,2926,'_shipping_address_1','2101 West MacArthur Road'),(137287,2926,'_shipping_address_2','Lot 511'),(137288,2926,'_shipping_city','Wichita'),(137289,2926,'_shipping_state','KS'),(137290,2926,'_shipping_postcode','67217'),(137291,2926,'_shipping_country','US'),(137292,2926,'_order_currency','USD'),(137293,2926,'_cart_discount','0'),(137294,2926,'_cart_discount_tax','0'),(137295,2926,'_order_shipping','0'),(137296,2926,'_order_shipping_tax','0'),(137297,2926,'_order_tax','0'),(137298,2926,'_order_total','576.12'),(137299,2926,'_order_version','9.3.1'),(137300,2926,'_prices_include_tax','no'),(137301,2926,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(137302,2926,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(137303,2926,'is_vat_exempt','no'),(137304,2926,'_wc_order_attribution_source_type','typein'),(137305,2926,'_wc_order_attribution_utm_source','(direct)'),(137306,2926,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137307,2926,'_wc_order_attribution_session_start_time','2024-09-13 18:14:33'),(137308,2926,'_wc_order_attribution_session_pages','11'),(137309,2926,'_wc_order_attribution_session_count','1'),(137310,2926,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137311,2926,'_wc_order_attribution_device_type','Desktop'),(137312,2926,'Payment type','instant'),(137313,2926,'_paypal_status','completed'),(137314,2926,'_transaction_id','3SE82081K6918514D'),(137315,2926,'PayPal Transaction Fee','20.60'),(137316,2926,'_date_paid','1726252338'),(137317,2926,'_paid_date','2024-09-13 18:32:18'),(137329,2927,'_order_key','wc_order_s2rfVlTa37nZw'),(137330,2927,'_customer_user','87'),(137331,2927,'_payment_method','paypal'),(137332,2927,'_payment_method_title','PayPal'),(137333,2927,'_customer_ip_address','75.7.15.79'),(137334,2927,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137335,2927,'_created_via','checkout'),(137336,2927,'_cart_hash','7911c6cf474b7fe044fe6346c907262c'),(137337,2927,'_download_permissions_granted','yes'),(137338,2927,'_recorded_sales','yes'),(137339,2927,'_recorded_coupon_usage_counts','yes'),(137340,2927,'_new_order_email_sent','true'),(137341,2927,'_order_stock_reduced','yes'),(137342,2927,'_billing_first_name','Wade'),(137343,2927,'_billing_last_name','Huntsman'),(137344,2927,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(137345,2927,'_billing_address_1','3421 E 21st'),(137346,2927,'_billing_city','Tulsa'),(137347,2927,'_billing_state','OK'),(137348,2927,'_billing_postcode','74114'),(137349,2927,'_billing_country','US'),(137350,2927,'_billing_email','info@liceclinicsmidsouth.com'),(137351,2927,'_billing_phone','9189783329'),(137352,2927,'_shipping_first_name','Katee'),(137353,2927,'_shipping_last_name','Mo'),(137354,2927,'_shipping_company','Lice Clinics of America OKC'),(137355,2927,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(137356,2927,'_shipping_address_2','Lot 511'),(137357,2927,'_shipping_city','OKC'),(137358,2927,'_shipping_state','OK'),(137359,2927,'_shipping_postcode','73118'),(137360,2927,'_shipping_country','US'),(137361,2927,'_order_currency','USD'),(137362,2927,'_cart_discount','0'),(137363,2927,'_cart_discount_tax','0'),(137364,2927,'_order_shipping','0'),(137365,2927,'_order_shipping_tax','0'),(137366,2927,'_order_tax','0'),(137367,2927,'_order_total','578.83'),(137368,2927,'_order_version','9.3.1'),(137369,2927,'_prices_include_tax','no'),(137370,2927,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(137371,2927,'_shipping_address_index','Katee Mo Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116 Lot 511 OKC OK 73118 US '),(137372,2927,'is_vat_exempt','no'),(137373,2927,'_wc_order_attribution_source_type','typein'),(137374,2927,'_wc_order_attribution_utm_source','(direct)'),(137375,2927,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137376,2927,'_wc_order_attribution_session_start_time','2024-09-13 18:14:33'),(137377,2927,'_wc_order_attribution_session_pages','17'),(137378,2927,'_wc_order_attribution_session_count','1'),(137379,2927,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137380,2927,'_wc_order_attribution_device_type','Desktop'),(137381,2927,'Payment type','instant'),(137382,2927,'_paypal_status','completed'),(137383,2927,'_transaction_id','4V690942WJ254705M'),(137384,2927,'PayPal Transaction Fee','20.69'),(137385,2927,'_date_paid','1726253537'),(137386,2927,'_paid_date','2024-09-13 18:52:17'),(137407,2929,'_menu_item_type','post_type'),(137408,2929,'_menu_item_menu_item_parent','0'),(137409,2929,'_menu_item_object_id','20'),(137410,2929,'_menu_item_object','page'),(137411,2929,'_menu_item_target',''),(137412,2929,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(137413,2929,'_menu_item_xfn',''),(137414,2929,'_menu_item_url',''),(137416,125,'_wp_old_date','2021-03-31'),(137417,126,'_wp_old_date','2021-03-31'),(137418,2930,'_elementor_is_screenshot','1'),(137419,2930,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png'),(137420,70,'_elementor_screenshot','a:2:{s:2:\"id\";i:2930;s:3:\"url\";s:151:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png\";}'),(137421,2931,'_elementor_edit_mode','builder'),(137422,2931,'_elementor_template_type','header'),(137423,2931,'_elementor_version','3.1.4'),(137424,2931,'_elementor_pro_version','3.2.1'),(137425,2931,'_wp_page_template','default'),(137426,2931,'_elementor_data','[{\"id\":\"550129bf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\"},\"elements\":[{\"id\":\"604ff6b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"55\"},\"elements\":[{\"id\":\"7de5afc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"62e3e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":64.208,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"35\"},\"elements\":[{\"id\":\"7c2a50a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#000000\",\"color_menu_item_hover\":\"#000000\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":\"\"},{\"id\":\"784b7453\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":15.125,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"10\"},\"elements\":[{\"id\":\"9dd315e\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"icon\":\"cart-solid\",\"hide_empty_indicator\":\"hide\",\"show_subtotal\":\"\",\"toggle_button_icon_color\":\"#000000\",\"toggle_button_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"items_indicator_text_color\":\"#FFFFFF\",\"items_indicator_background_color\":\"#5BC500\",\"items_indicator_distance\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"subtotal_typography_typography\":\"custom\",\"subtotal_typography_font_family\":\"Montserrat\",\"view_cart_button_text_color\":\"#FFFFFF\",\"view_cart_button_background_color\":\"#5BC500\"},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(137427,2931,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(137428,2931,'_elementor_screenshot_failed','2022-03-09 16:42:02'),(137431,2932,'_elementor_edit_mode','builder'),(137432,2932,'_elementor_template_type','header'),(137433,2932,'_elementor_version','3.1.4'),(137434,2932,'_elementor_pro_version','3.2.1'),(137435,2932,'_wp_page_template','default'),(137436,2932,'_elementor_data','[{\"id\":\"550129bf\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"height\":\"min-height\",\"custom_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"column_position\":\"stretch\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\"},\"elements\":[{\"id\":\"604ff6b9\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":\"20\",\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"55\"},\"elements\":[{\"id\":\"7de5afc8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":12,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":\"\"},{\"id\":\"62e3e1ad\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":64.207999999999998,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"35\"},\"elements\":[{\"id\":\"7c2a50a\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#000000\",\"color_menu_item_hover\":\"#000000\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\"},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":\"\"},{\"id\":\"784b7453\",\"elType\":\"column\",\"settings\":{\"_column_size\":\"33\",\"_inline_size\":15.125,\"content_position\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"_inline_size_mobile\":\"10\"},\"elements\":[{\"id\":\"9dd315e\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"icon\":\"cart-solid\",\"hide_empty_indicator\":\"hide\",\"show_subtotal\":\"\",\"toggle_button_icon_color\":\"#000000\",\"toggle_button_border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"items_indicator_text_color\":\"#FFFFFF\",\"items_indicator_background_color\":\"#5BC500\",\"items_indicator_distance\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"subtotal_typography_typography\":\"custom\",\"subtotal_typography_font_family\":\"Montserrat\",\"view_cart_button_text_color\":\"#FFFFFF\",\"view_cart_button_background_color\":\"#5BC500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"woocommerce-menu-cart\"}],\"isInner\":\"\"}],\"isInner\":\"\"}]'),(137437,2932,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(137438,2932,'_elementor_screenshot_failed','2022-03-09 16:42:02'),(137443,2922,'_edit_lock','1726261122:2'),(137444,2924,'_edit_lock','1726261250:2'),(137445,2925,'_edit_lock','1726261251:2'),(137446,2919,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233606\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"9f605bf87d1fa2ac36b65451463751d6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233591\";s:12:\"date_shipped\";i:1726261219;s:11:\"tracking_id\";s:32:\"c1536d652442f4ce7bc2fbc8c2cb6a41\";}}'),(137447,2919,'_date_completed','1726261221'),(137448,2919,'_completed_date','2024-09-13 21:00:21'),(137449,2922,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233640\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"677ca3feef1072e3a02d094cc41995e1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233639\";s:12:\"date_shipped\";i:1726261259;s:11:\"tracking_id\";s:32:\"4489cfbd64cf6908d66c3068c3689176\";}}'),(137450,2922,'_edit_last','2'),(137451,2922,'_date_completed','1726261262'),(137452,2922,'_completed_date','2024-09-13 21:01:02'),(137453,2924,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233812\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"a35c503baaa610944600d4e1eddc640f\";}}'),(137454,2924,'_edit_last','2'),(137455,2924,'_date_completed','1726261361'),(137456,2924,'_completed_date','2024-09-13 21:02:41'),(137457,2925,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992233970\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"40f6d210a53c1e82d1eb4cb1a4679fbb\";}}'),(137458,2925,'_edit_last','2'),(137459,2925,'_date_completed','1726261387'),(137460,2925,'_completed_date','2024-09-13 21:03:07'),(137465,2933,'_order_key','wc_order_yLAp1lL0NBecO'),(137466,2933,'_customer_user','6'),(137467,2933,'_payment_method','paypal'),(137468,2933,'_payment_method_title','PayPal'),(137469,2933,'_customer_ip_address','24.23.11.137'),(137470,2933,'_customer_user_agent','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'),(137471,2933,'_created_via','checkout'),(137472,2933,'_cart_hash','fa9307964d2147f816730df5895a4046'),(137473,2933,'_download_permissions_granted','yes'),(137474,2933,'_recorded_sales','yes'),(137475,2933,'_recorded_coupon_usage_counts','yes'),(137476,2933,'_new_order_email_sent','true'),(137477,2933,'_order_stock_reduced','yes'),(137478,2933,'_billing_first_name','Amira'),(137479,2933,'_billing_last_name','Purto'),(137480,2933,'_billing_address_1','2520 Chandon Circle'),(137481,2933,'_billing_city','Modesto'),(137482,2933,'_billing_state','CA'),(137483,2933,'_billing_postcode','95355'),(137484,2933,'_billing_country','US'),(137485,2933,'_billing_email','amira77@sbcglobal.net'),(137486,2933,'_billing_phone','2096422061'),(137487,2933,'_shipping_first_name','Amira'),(137488,2933,'_shipping_last_name','Purto'),(137489,2933,'_shipping_address_1','2520 Chandon Circle'),(137490,2933,'_shipping_city','Modesto'),(137491,2933,'_shipping_state','CA'),(137492,2933,'_shipping_postcode','95355'),(137493,2933,'_shipping_country','US'),(137494,2933,'_order_currency','USD'),(137495,2933,'_cart_discount','0'),(137496,2933,'_cart_discount_tax','0'),(137497,2933,'_order_shipping','0'),(137498,2933,'_order_shipping_tax','0'),(137499,2933,'_order_tax','0'),(137500,2933,'_order_total','1459.22'),(137501,2933,'_order_version','9.3.1'),(137502,2933,'_prices_include_tax','no'),(137503,2933,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(137504,2933,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(137505,2933,'is_vat_exempt','no'),(137506,2933,'_wc_order_attribution_source_type','typein'),(137507,2933,'_wc_order_attribution_utm_source','(direct)'),(137508,2933,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137509,2933,'_wc_order_attribution_session_start_time','2024-09-14 01:51:38'),(137510,2933,'_wc_order_attribution_session_pages','6'),(137511,2933,'_wc_order_attribution_session_count','1'),(137512,2933,'_wc_order_attribution_user_agent','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'),(137513,2933,'_wc_order_attribution_device_type','Desktop'),(137514,2933,'Payment type','instant'),(137515,2933,'_paypal_status','completed'),(137516,2933,'_transaction_id','439267031S493173X'),(137517,2933,'PayPal Transaction Fee','51.42'),(137518,2933,'_date_paid','1726279880'),(137519,2933,'_paid_date','2024-09-14 02:11:20'),(137520,2934,'_order_key','wc_order_8dR5Hk8pY2eYC'),(137521,2934,'_customer_user','54'),(137522,2934,'_payment_method','paypal'),(137523,2934,'_payment_method_title','PayPal'),(137524,2934,'_customer_ip_address','24.12.23.62'),(137525,2934,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(137526,2934,'_created_via','checkout'),(137527,2934,'_cart_hash','656d3cc5f4125c032146641f609b2a57'),(137528,2934,'_download_permissions_granted','yes'),(137529,2934,'_recorded_sales','yes'),(137530,2934,'_recorded_coupon_usage_counts','yes'),(137531,2934,'_new_order_email_sent','true'),(137532,2934,'_order_stock_reduced','yes'),(137533,2934,'_billing_first_name','Erin'),(137534,2934,'_billing_last_name','Hawn'),(137535,2934,'_billing_address_1','10 W Phillip Rd'),(137536,2934,'_billing_address_2','Suite 123'),(137537,2934,'_billing_city','Vernon Hills'),(137538,2934,'_billing_state','IL'),(137539,2934,'_billing_postcode','60061'),(137540,2934,'_billing_country','US'),(137541,2934,'_billing_email','info@liceclinicsvernonhills.com'),(137542,2934,'_billing_phone','8475960408'),(137543,2934,'_shipping_first_name','Erin'),(137544,2934,'_shipping_last_name','Hawn'),(137545,2934,'_shipping_address_1','1491 S Amarias Dr'),(137546,2934,'_shipping_city','Round lake'),(137547,2934,'_shipping_state','IL'),(137548,2934,'_shipping_postcode','60073'),(137549,2934,'_shipping_country','US'),(137550,2934,'_order_currency','USD'),(137551,2934,'_cart_discount','0'),(137552,2934,'_cart_discount_tax','0'),(137553,2934,'_order_shipping','0'),(137554,2934,'_order_shipping_tax','0'),(137555,2934,'_order_tax','0'),(137556,2934,'_order_total','613.00'),(137557,2934,'_order_version','9.3.1'),(137558,2934,'_prices_include_tax','no'),(137559,2934,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(137560,2934,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(137561,2934,'is_vat_exempt','no'),(137562,2934,'_wc_order_attribution_source_type','referral'),(137563,2934,'_wc_order_attribution_referrer','https://lcaportal.com/'),(137564,2934,'_wc_order_attribution_utm_source','lcaportal.com'),(137565,2934,'_wc_order_attribution_utm_medium','referral'),(137566,2934,'_wc_order_attribution_utm_content','/'),(137567,2934,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137568,2934,'_wc_order_attribution_session_start_time','2024-09-14 18:24:58'),(137569,2934,'_wc_order_attribution_session_pages','4'),(137570,2934,'_wc_order_attribution_session_count','2'),(137571,2934,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(137572,2934,'_wc_order_attribution_device_type','Desktop'),(137573,2934,'Payment type','instant'),(137574,2934,'_paypal_status','completed'),(137575,2934,'_transaction_id','8UP280239M6938047'),(137576,2934,'PayPal Transaction Fee','21.88'),(137577,2934,'_date_paid','1726338706'),(137578,2934,'_paid_date','2024-09-14 18:31:46'),(137579,2935,'_order_key','wc_order_yUqAV39wYkUpW'),(137580,2935,'_customer_user','3'),(137581,2935,'_payment_method','paypal'),(137582,2935,'_payment_method_title','PayPal'),(137583,2935,'_customer_ip_address','99.22.146.124'),(137584,2935,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137585,2935,'_created_via','checkout'),(137586,2935,'_cart_hash','e189289685829335e82039c0c67c6f54'),(137587,2935,'_download_permissions_granted','yes'),(137588,2935,'_recorded_sales','yes'),(137589,2935,'_recorded_coupon_usage_counts','yes'),(137590,2935,'_new_order_email_sent','true'),(137591,2935,'_order_stock_reduced','yes'),(137592,2935,'_billing_first_name','Amanda'),(137593,2935,'_billing_last_name','Westerman'),(137594,2935,'_billing_company','Lice Clinics of America McKinney'),(137595,2935,'_billing_address_1','3120 Hudson Crossing'),(137596,2935,'_billing_address_2','Suite A2'),(137597,2935,'_billing_city','MCKINNEY'),(137598,2935,'_billing_state','TX'),(137599,2935,'_billing_postcode','75070'),(137600,2935,'_billing_country','US'),(137601,2935,'_billing_email','awesterman1103@gmail.com'),(137602,2935,'_billing_phone','2144175741'),(137603,2935,'_shipping_first_name','amanda'),(137604,2935,'_shipping_last_name','westerman'),(137605,2935,'_shipping_company','Lice Clinics of America'),(137606,2935,'_shipping_address_1','1709 Damian Way'),(137607,2935,'_shipping_address_2','Suite A2'),(137608,2935,'_shipping_city','Richardson'),(137609,2935,'_shipping_state','TX'),(137610,2935,'_shipping_postcode','75081'),(137611,2935,'_shipping_country','US'),(137612,2935,'_order_currency','USD'),(137613,2935,'_cart_discount','0'),(137614,2935,'_cart_discount_tax','0'),(137615,2935,'_order_shipping','0'),(137616,2935,'_order_shipping_tax','0'),(137617,2935,'_order_tax','0'),(137618,2935,'_order_total','1972.17'),(137619,2935,'_order_version','9.3.1'),(137620,2935,'_prices_include_tax','no'),(137621,2935,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(137622,2935,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way Suite A2 Richardson TX 75081 US '),(137623,2935,'is_vat_exempt','no'),(137624,2935,'_wc_order_attribution_source_type','referral'),(137625,2935,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(137626,2935,'_wc_order_attribution_utm_source','lcaportal.com'),(137627,2935,'_wc_order_attribution_utm_medium','referral'),(137628,2935,'_wc_order_attribution_utm_content','/'),(137629,2935,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137630,2935,'_wc_order_attribution_session_start_time','2024-09-14 15:42:11'),(137631,2935,'_wc_order_attribution_session_pages','2'),(137632,2935,'_wc_order_attribution_session_count','5'),(137633,2935,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137634,2935,'_wc_order_attribution_device_type','Desktop'),(137635,2935,'Payment type','instant'),(137636,2935,'_paypal_status','completed'),(137637,2935,'_transaction_id','26810674NU143760R'),(137638,2935,'PayPal Transaction Fee','69.32'),(137639,2935,'_date_paid','1726500429'),(137640,2935,'_paid_date','2024-09-16 15:27:09'),(137641,2936,'_order_key','wc_order_dwwZ660vFLxf2'),(137642,2936,'_customer_user','87'),(137643,2936,'_payment_method','paypal'),(137644,2936,'_payment_method_title','PayPal'),(137645,2936,'_customer_ip_address','75.7.15.79'),(137646,2936,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137647,2936,'_created_via','checkout'),(137648,2936,'_cart_hash','e77d905cca2302e454d60fd7ce5ad177'),(137649,2936,'_download_permissions_granted','yes'),(137650,2936,'_recorded_sales','yes'),(137651,2936,'_recorded_coupon_usage_counts','yes'),(137652,2936,'_new_order_email_sent','true'),(137653,2936,'_order_stock_reduced','yes'),(137654,2936,'_billing_first_name','Wade'),(137655,2936,'_billing_last_name','Huntsman'),(137656,2936,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(137657,2936,'_billing_address_1','3421 E 21st'),(137658,2936,'_billing_city','Tulsa'),(137659,2936,'_billing_state','OK'),(137660,2936,'_billing_postcode','74114'),(137661,2936,'_billing_country','US'),(137662,2936,'_billing_email','info@liceclinicsmidsouth.com'),(137663,2936,'_billing_phone','9189783329'),(137664,2936,'_shipping_first_name','Wade'),(137665,2936,'_shipping_last_name','Huntsman'),(137666,2936,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(137667,2936,'_shipping_address_1','3421 E 21st'),(137668,2936,'_shipping_city','Tulsa'),(137669,2936,'_shipping_state','OK'),(137670,2936,'_shipping_postcode','74114'),(137671,2936,'_shipping_country','US'),(137672,2936,'_order_currency','USD'),(137673,2936,'_cart_discount','0'),(137674,2936,'_cart_discount_tax','0'),(137675,2936,'_order_shipping','0'),(137676,2936,'_order_shipping_tax','0'),(137677,2936,'_order_tax','0'),(137678,2936,'_order_total','1226.63'),(137679,2936,'_order_version','9.3.1'),(137680,2936,'_prices_include_tax','no'),(137681,2936,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(137682,2936,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(137683,2936,'is_vat_exempt','no'),(137684,2936,'_wc_order_attribution_source_type','typein'),(137685,2936,'_wc_order_attribution_utm_source','(direct)'),(137686,2936,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137687,2936,'_wc_order_attribution_session_start_time','2024-09-16 17:34:06'),(137688,2936,'_wc_order_attribution_session_pages','6'),(137689,2936,'_wc_order_attribution_session_count','1'),(137690,2936,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137691,2936,'_wc_order_attribution_device_type','Desktop'),(137692,2936,'Payment type','instant'),(137693,2936,'_paypal_status','completed'),(137694,2936,'_transaction_id','8P1329156P531354J'),(137695,2936,'PayPal Transaction Fee','43.30'),(137696,2936,'_date_paid','1726508623'),(137697,2936,'_paid_date','2024-09-16 17:43:43'),(137698,2937,'_order_key','wc_order_SgbOD18R8l1Iy'),(137699,2937,'_customer_user','87'),(137700,2937,'_payment_method','paypal'),(137701,2937,'_payment_method_title','PayPal'),(137702,2937,'_customer_ip_address','75.7.15.79'),(137703,2937,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137704,2937,'_created_via','checkout'),(137705,2937,'_cart_hash','c9a2887be65a5bb6e4a8f2be4cad538a'),(137706,2937,'_download_permissions_granted','yes'),(137707,2937,'_recorded_sales','yes'),(137708,2937,'_recorded_coupon_usage_counts','yes'),(137709,2937,'_new_order_email_sent','true'),(137710,2937,'_order_stock_reduced','yes'),(137711,2937,'_billing_first_name','Wade'),(137712,2937,'_billing_last_name','Huntsman'),(137713,2937,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(137714,2937,'_billing_address_1','3421 E 21st'),(137715,2937,'_billing_city','Tulsa'),(137716,2937,'_billing_state','OK'),(137717,2937,'_billing_postcode','74114'),(137718,2937,'_billing_country','US'),(137719,2937,'_billing_email','info@liceclinicsmidsouth.com'),(137720,2937,'_billing_phone','9189783329'),(137721,2937,'_shipping_first_name','Loga'),(137722,2937,'_shipping_last_name','Futrell'),(137723,2937,'_shipping_company','Lice Clinics of America NWA'),(137724,2937,'_shipping_address_1','203 Tricha Circle Unit B'),(137725,2937,'_shipping_city','Gravette'),(137726,2937,'_shipping_state','AR'),(137727,2937,'_shipping_postcode','72736'),(137728,2937,'_shipping_country','US'),(137729,2937,'_order_currency','USD'),(137730,2937,'_cart_discount','0'),(137731,2937,'_cart_discount_tax','0'),(137732,2937,'_order_shipping','0'),(137733,2937,'_order_shipping_tax','0'),(137734,2937,'_order_tax','0'),(137735,2937,'_order_total','510.54'),(137736,2937,'_order_version','9.3.1'),(137737,2937,'_prices_include_tax','no'),(137738,2937,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(137739,2937,'_shipping_address_index','Loga Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(137740,2937,'is_vat_exempt','no'),(137741,2937,'_wc_order_attribution_source_type','typein'),(137742,2937,'_wc_order_attribution_utm_source','(direct)'),(137743,2937,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137744,2937,'_wc_order_attribution_session_start_time','2024-09-16 17:34:06'),(137745,2937,'_wc_order_attribution_session_pages','6'),(137746,2937,'_wc_order_attribution_session_count','2'),(137747,2937,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137748,2937,'_wc_order_attribution_device_type','Desktop'),(137749,2937,'Payment type','instant'),(137750,2937,'_paypal_status','completed'),(137751,2937,'_transaction_id','6SM924952R4252032'),(137752,2937,'PayPal Transaction Fee','18.31'),(137753,2937,'_date_paid','1726524296'),(137754,2937,'_paid_date','2024-09-16 22:04:56'),(137755,2938,'_order_key','wc_order_ZZ1J1oRNZPpy0'),(137756,2938,'_customer_user','76'),(137757,2938,'_payment_method','paypal'),(137758,2938,'_payment_method_title','PayPal'),(137759,2938,'_customer_ip_address','66.31.192.192'),(137760,2938,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(137761,2938,'_created_via','checkout'),(137762,2938,'_cart_hash','eafc5292dd16f5c9555dea50125659a5'),(137763,2938,'_download_permissions_granted','yes'),(137764,2938,'_recorded_sales','yes'),(137765,2938,'_recorded_coupon_usage_counts','yes'),(137766,2938,'_new_order_email_sent','true'),(137767,2938,'_order_stock_reduced','yes'),(137768,2938,'_billing_first_name','Naomi'),(137769,2938,'_billing_last_name','Golden'),(137770,2938,'_billing_company','LCA'),(137771,2938,'_billing_address_1','31 Mann Ave'),(137772,2938,'_billing_city','Needham'),(137773,2938,'_billing_state','MA'),(137774,2938,'_billing_postcode','02492'),(137775,2938,'_billing_country','US'),(137776,2938,'_billing_email','nrgolden6486@gmail.com'),(137777,2938,'_billing_phone','617-851-1322'),(137778,2938,'_shipping_first_name','Naomi'),(137779,2938,'_shipping_last_name','Golden'),(137780,2938,'_shipping_company','LCA'),(137781,2938,'_shipping_address_1','3 Baldwin Green Common'),(137782,2938,'_shipping_address_2','Suite 310'),(137783,2938,'_shipping_city','Woburn'),(137784,2938,'_shipping_state','MA'),(137785,2938,'_shipping_postcode','01801'),(137786,2938,'_shipping_country','US'),(137787,2938,'_order_currency','USD'),(137788,2938,'_cart_discount','0'),(137789,2938,'_cart_discount_tax','0'),(137790,2938,'_order_shipping','0'),(137791,2938,'_order_shipping_tax','0'),(137792,2938,'_order_tax','0'),(137793,2938,'_order_total','519.90'),(137794,2938,'_order_version','9.3.1'),(137795,2938,'_prices_include_tax','no'),(137796,2938,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(137797,2938,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(137798,2938,'is_vat_exempt','no'),(137799,2938,'_wc_order_attribution_source_type','typein'),(137800,2938,'_wc_order_attribution_utm_source','(direct)'),(137801,2938,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137802,2938,'_wc_order_attribution_session_start_time','2024-09-17 13:28:29'),(137803,2938,'_wc_order_attribution_session_pages','4'),(137804,2938,'_wc_order_attribution_session_count','1'),(137805,2938,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(137806,2938,'_wc_order_attribution_device_type','Desktop'),(137807,2938,'Payment type','instant'),(137808,2938,'_paypal_status','completed'),(137809,2938,'_transaction_id','8TF0989245714190A'),(137810,2938,'PayPal Transaction Fee','18.63'),(137811,2938,'_date_paid','1726579921'),(137812,2938,'_paid_date','2024-09-17 13:32:01'),(137813,2939,'_order_key','wc_order_x0rtZ01evMul6'),(137814,2939,'_customer_user','46'),(137815,2939,'_payment_method','paypal'),(137816,2939,'_payment_method_title','PayPal'),(137817,2939,'_customer_ip_address','72.47.75.84'),(137818,2939,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137819,2939,'_created_via','checkout'),(137820,2939,'_cart_hash','32ecf43d9ec06c6c4aa8b35d77185347'),(137821,2939,'_download_permissions_granted','yes'),(137822,2939,'_recorded_sales','yes'),(137823,2939,'_recorded_coupon_usage_counts','yes'),(137824,2939,'_new_order_email_sent','true'),(137825,2939,'_order_stock_reduced','yes'),(137826,2939,'_billing_first_name','Ashe'),(137827,2939,'_billing_last_name','montalvo'),(137828,2939,'_billing_company','lice clincs of america jonesboro'),(137829,2939,'_billing_address_1','1406 Market Place'),(137830,2939,'_billing_address_2','Apartment 10'),(137831,2939,'_billing_city','Jonesboro'),(137832,2939,'_billing_state','AR'),(137833,2939,'_billing_postcode','72404'),(137834,2939,'_billing_country','US'),(137835,2939,'_billing_email','bsdashlynf@gmail.com'),(137836,2939,'_billing_phone','8706132520'),(137837,2939,'_shipping_first_name','Ashe'),(137838,2939,'_shipping_last_name','montalvo'),(137839,2939,'_shipping_company','lice clincs of america jonesboro'),(137840,2939,'_shipping_address_1','3114 Fox Road'),(137841,2939,'_shipping_address_2','suite D'),(137842,2939,'_shipping_city','Jonesboro'),(137843,2939,'_shipping_state','AR'),(137844,2939,'_shipping_postcode','72404'),(137845,2939,'_shipping_country','US'),(137846,2939,'_order_currency','USD'),(137847,2939,'_cart_discount','0'),(137848,2939,'_cart_discount_tax','0'),(137849,2939,'_order_shipping','16.73'),(137850,2939,'_order_shipping_tax','0'),(137851,2939,'_order_tax','0'),(137852,2939,'_order_total','214.97'),(137853,2939,'_order_version','9.3.1'),(137854,2939,'_prices_include_tax','no'),(137855,2939,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(137856,2939,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(137857,2939,'is_vat_exempt','no'),(137858,2939,'_wc_order_attribution_source_type','referral'),(137859,2939,'_wc_order_attribution_referrer','https://lcaportal.com/'),(137860,2939,'_wc_order_attribution_utm_source','lcaportal.com'),(137861,2939,'_wc_order_attribution_utm_medium','referral'),(137862,2939,'_wc_order_attribution_utm_content','/'),(137863,2939,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137864,2939,'_wc_order_attribution_session_start_time','2024-09-17 17:36:40'),(137865,2939,'_wc_order_attribution_session_pages','4'),(137866,2939,'_wc_order_attribution_session_count','2'),(137867,2939,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(137868,2939,'_wc_order_attribution_device_type','Desktop'),(137869,2939,'Payment type','instant'),(137870,2939,'_paypal_status','completed'),(137871,2939,'_transaction_id','98J46639JW3370300'),(137872,2939,'PayPal Transaction Fee','7.99'),(137873,2939,'_date_paid','1726603034'),(137874,2939,'_paid_date','2024-09-17 19:57:14'),(137875,2926,'_edit_lock','1726667420:2'),(137876,2927,'_edit_lock','1726686052:2'),(137877,2926,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234418\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"05df3d7a48a370f849b6ed794484beb4\";}}'),(137878,2926,'_edit_last','2'),(137879,2926,'_date_completed','1726667416'),(137880,2926,'_completed_date','2024-09-18 13:50:16'),(137881,2935,'_edit_lock','1726667324:2'),(137882,2935,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235080\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"5e5c9de7edaf5bd9dc13784a8f77157d\";}}'),(137883,2935,'_edit_last','2'),(137884,2935,'_date_completed','1726667462'),(137885,2935,'_completed_date','2024-09-18 13:51:02'),(137886,2936,'_edit_lock','1726667404:2'),(137887,2937,'_edit_lock','1726686114:2'),(137888,2936,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235193\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"fa4b24590da555ad60d619b8d8db3de8\";}}'),(137889,2936,'_edit_last','2'),(137890,2936,'_date_completed','1726667532'),(137891,2936,'_completed_date','2024-09-18 13:52:12'),(137892,2933,'_edit_lock','1726685973:2'),(137893,2934,'_edit_lock','1726686016:2'),(137894,2938,'_edit_lock','1726686115:2'),(137895,2939,'_edit_lock','1726686117:2'),(137896,2927,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234462\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"ea0a299d26e0c54532266dcdec0871eb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234451\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"512822ba817b4b52c581ed0a5e767320\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234440\";s:12:\"date_shipped\";s:10:\"1726185600\";s:11:\"tracking_id\";s:32:\"b1a68a61f6d9c1238645d9bac6dfae77\";}}'),(137897,2927,'_edit_last','2'),(137898,2927,'_date_completed','1726686048'),(137899,2927,'_completed_date','2024-09-18 19:00:48'),(137900,2933,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234521\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"5f077bab516dc0256cd89302f61d4301\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234510\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"a6da93e778ee9547fdc7318835d786de\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234500\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"12739530426366c4a06ab62fbd4c0548\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234495\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"b853bbcec28044170a6155612809c18f\";}}'),(137901,2933,'_edit_last','2'),(137902,2933,'_date_completed','1726686104'),(137903,2933,'_completed_date','2024-09-18 19:01:44'),(137904,2934,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234543\";s:12:\"date_shipped\";s:10:\"1726444800\";s:11:\"tracking_id\";s:32:\"6b616ae51669d052326e5470a8ba60d4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992234554\";s:12:\"date_shipped\";s:10:\"1726617600\";s:11:\"tracking_id\";s:32:\"1be21ee6ed19ae079c3469b896c5355a\";}}'),(137905,2934,'_edit_last','2'),(137906,2934,'_date_completed','1726686138'),(137907,2934,'_completed_date','2024-09-18 19:02:18'),(137908,2937,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235285\";s:12:\"date_shipped\";s:10:\"1726617600\";s:11:\"tracking_id\";s:32:\"7635a1812856975a569b36a901525e8d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235274\";s:12:\"date_shipped\";i:1726686183;s:11:\"tracking_id\";s:32:\"c23635328833f4b1f49b551438c62e6b\";}}'),(137909,2937,'_edit_last','2'),(137910,2937,'_date_completed','1726686185'),(137911,2937,'_completed_date','2024-09-18 19:03:05'),(137912,2938,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235366\";s:12:\"date_shipped\";s:10:\"1726617600\";s:11:\"tracking_id\";s:32:\"dfa9794425095d4801eb37d1863f4c01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235355\";s:12:\"date_shipped\";i:1726686218;s:11:\"tracking_id\";s:32:\"49e25f70bc9ad28d5270a5031bd5ba79\";}}'),(137913,2938,'_edit_last','2'),(137914,2938,'_date_completed','1726686222'),(137915,2938,'_completed_date','2024-09-18 19:03:42'),(137916,2939,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235561\";s:12:\"date_shipped\";s:10:\"1726617600\";s:11:\"tracking_id\";s:32:\"2ba69581cd5dbf16737b3e1ca875d40a\";}}'),(137917,2939,'_edit_last','2'),(137918,2939,'_date_completed','1726686238'),(137919,2939,'_completed_date','2024-09-18 19:03:58'),(137920,2940,'_order_key','wc_order_nZQgWCckvH7db'),(137921,2940,'_customer_user','50'),(137922,2940,'_payment_method','paypal'),(137923,2940,'_payment_method_title','PayPal'),(137924,2940,'_customer_ip_address','24.62.247.50'),(137925,2940,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(137926,2940,'_created_via','checkout'),(137927,2940,'_cart_hash','7f3de21f2f7eb1bf3f4994360ad35fcf'),(137928,2940,'_download_permissions_granted','no'),(137929,2940,'_recorded_sales','no'),(137930,2940,'_recorded_coupon_usage_counts','no'),(137931,2940,'_new_order_email_sent','false'),(137932,2940,'_order_stock_reduced','no'),(137933,2940,'_billing_first_name','Christine'),(137934,2940,'_billing_last_name','Cherry'),(137935,2940,'_billing_company','NITS END'),(137936,2940,'_billing_address_1','PO BOX 1092'),(137937,2940,'_billing_city','Campton'),(137938,2940,'_billing_state','NH'),(137939,2940,'_billing_postcode','03223'),(137940,2940,'_billing_country','US'),(137941,2940,'_billing_email','info@liceclinicsplaistow.com'),(137942,2940,'_billing_phone','16034983390'),(137943,2940,'_shipping_first_name','Christine'),(137944,2940,'_shipping_last_name','Cherry'),(137945,2940,'_shipping_company','C/O Linda Brann LCA/Nits End'),(137946,2940,'_shipping_address_1','16 Toppan Dr'),(137947,2940,'_shipping_city','Gorham'),(137948,2940,'_shipping_state','ME'),(137949,2940,'_shipping_postcode','04038'),(137950,2940,'_shipping_country','US'),(137951,2940,'_order_currency','USD'),(137952,2940,'_cart_discount','0'),(137953,2940,'_cart_discount_tax','0'),(137954,2940,'_order_shipping','0'),(137955,2940,'_order_shipping_tax','0'),(137956,2940,'_order_tax','0'),(137957,2940,'_order_total','1031.82'),(137958,2940,'_order_version','9.3.1'),(137959,2940,'_prices_include_tax','no'),(137960,2940,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(137961,2940,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(137962,2940,'is_vat_exempt','no'),(137963,2940,'_wc_order_attribution_source_type','referral'),(137964,2940,'_wc_order_attribution_referrer','https://lcaportal.com/'),(137965,2940,'_wc_order_attribution_utm_source','lcaportal.com'),(137966,2940,'_wc_order_attribution_utm_medium','referral'),(137967,2940,'_wc_order_attribution_utm_content','/'),(137968,2940,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(137969,2940,'_wc_order_attribution_session_start_time','2024-09-18 21:03:56'),(137970,2940,'_wc_order_attribution_session_pages','4'),(137971,2940,'_wc_order_attribution_session_count','2'),(137972,2940,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(137973,2940,'_wc_order_attribution_device_type','Desktop'),(137974,2941,'_order_key','wc_order_hUwbKBxWaa8BF'),(137975,2941,'_customer_user','50'),(137976,2941,'_payment_method','paypal'),(137977,2941,'_payment_method_title','PayPal'),(137978,2941,'_customer_ip_address','24.62.247.50'),(137979,2941,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(137980,2941,'_created_via','checkout'),(137981,2941,'_cart_hash','7f3de21f2f7eb1bf3f4994360ad35fcf'),(137982,2941,'_download_permissions_granted','no'),(137983,2941,'_recorded_sales','no'),(137984,2941,'_recorded_coupon_usage_counts','no'),(137985,2941,'_new_order_email_sent','false'),(137986,2941,'_order_stock_reduced','no'),(137987,2941,'_billing_first_name','Christine'),(137988,2941,'_billing_last_name','Cherry'),(137989,2941,'_billing_company','NITS END'),(137990,2941,'_billing_address_1','PO BOX 1092'),(137991,2941,'_billing_city','Campton'),(137992,2941,'_billing_state','NH'),(137993,2941,'_billing_postcode','03223'),(137994,2941,'_billing_country','US'),(137995,2941,'_billing_email','info@liceclinicsplaistow.com'),(137996,2941,'_billing_phone','16034983390'),(137997,2941,'_shipping_first_name','Christine'),(137998,2941,'_shipping_last_name','Cherry'),(137999,2941,'_shipping_company','C/O Linda Brann LCA/Nits End'),(138000,2941,'_shipping_address_1','16 Toppan Dr'),(138001,2941,'_shipping_city','Gorham'),(138002,2941,'_shipping_state','ME'),(138003,2941,'_shipping_postcode','04038'),(138004,2941,'_shipping_country','US'),(138005,2941,'_order_currency','USD'),(138006,2941,'_cart_discount','0'),(138007,2941,'_cart_discount_tax','0'),(138008,2941,'_order_shipping','0'),(138009,2941,'_order_shipping_tax','0'),(138010,2941,'_order_tax','0'),(138011,2941,'_order_total','1031.82'),(138012,2941,'_order_version','9.3.1'),(138013,2941,'_prices_include_tax','no'),(138014,2941,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(138015,2941,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(138016,2941,'is_vat_exempt','no'),(138017,2941,'_wc_order_attribution_source_type','referral'),(138018,2941,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138019,2941,'_wc_order_attribution_utm_source','lcaportal.com'),(138020,2941,'_wc_order_attribution_utm_medium','referral'),(138021,2941,'_wc_order_attribution_utm_content','/'),(138022,2941,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138023,2941,'_wc_order_attribution_session_start_time','2024-09-18 21:03:56'),(138024,2941,'_wc_order_attribution_session_pages','8'),(138025,2941,'_wc_order_attribution_session_count','2'),(138026,2941,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138027,2941,'_wc_order_attribution_device_type','Desktop'),(138028,2942,'_order_key','wc_order_0RDjtkaS6ICuX'),(138029,2942,'_customer_user','50'),(138030,2942,'_payment_method','paypal'),(138031,2942,'_payment_method_title','PayPal'),(138032,2942,'_customer_ip_address','24.62.247.50'),(138033,2942,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138034,2942,'_created_via','checkout'),(138035,2942,'_cart_hash','7f3de21f2f7eb1bf3f4994360ad35fcf'),(138036,2942,'_download_permissions_granted','yes'),(138037,2942,'_recorded_sales','yes'),(138038,2942,'_recorded_coupon_usage_counts','yes'),(138039,2942,'_new_order_email_sent','true'),(138040,2942,'_order_stock_reduced','yes'),(138041,2942,'_billing_first_name','Christine'),(138042,2942,'_billing_last_name','Cherry'),(138043,2942,'_billing_company','NITS END'),(138044,2942,'_billing_address_1','PO BOX 1092'),(138045,2942,'_billing_city','Campton'),(138046,2942,'_billing_state','NH'),(138047,2942,'_billing_postcode','03223'),(138048,2942,'_billing_country','US'),(138049,2942,'_billing_email','info@liceclinicsplaistow.com'),(138050,2942,'_billing_phone','16034983390'),(138051,2942,'_shipping_first_name','Christine'),(138052,2942,'_shipping_last_name','Cherry'),(138053,2942,'_shipping_company','C/O Linda Brann LCA/Nits End'),(138054,2942,'_shipping_address_1','16 Toppan Dr'),(138055,2942,'_shipping_city','Gorham'),(138056,2942,'_shipping_state','ME'),(138057,2942,'_shipping_postcode','04038'),(138058,2942,'_shipping_country','US'),(138059,2942,'_order_currency','USD'),(138060,2942,'_cart_discount','0'),(138061,2942,'_cart_discount_tax','0'),(138062,2942,'_order_shipping','0'),(138063,2942,'_order_shipping_tax','0'),(138064,2942,'_order_tax','0'),(138065,2942,'_order_total','1031.82'),(138066,2942,'_order_version','9.3.1'),(138067,2942,'_prices_include_tax','no'),(138068,2942,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(138069,2942,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(138070,2942,'is_vat_exempt','no'),(138071,2942,'_wc_order_attribution_source_type','referral'),(138072,2942,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138073,2942,'_wc_order_attribution_utm_source','lcaportal.com'),(138074,2942,'_wc_order_attribution_utm_medium','referral'),(138075,2942,'_wc_order_attribution_utm_content','/'),(138076,2942,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138077,2942,'_wc_order_attribution_session_start_time','2024-09-18 21:03:56'),(138078,2942,'_wc_order_attribution_session_pages','12'),(138079,2942,'_wc_order_attribution_session_count','2'),(138080,2942,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138081,2942,'_wc_order_attribution_device_type','Desktop'),(138082,2942,'Payment type','instant'),(138083,2942,'_paypal_status','completed'),(138084,2942,'_transaction_id','5C8877014E7687627'),(138085,2942,'PayPal Transaction Fee','36.50'),(138086,2942,'_date_paid','1726694267'),(138087,2942,'_paid_date','2024-09-18 21:17:47'),(138101,2943,'_order_key','wc_order_Ja1o1C7Szlflm'),(138102,2943,'_customer_user','50'),(138103,2943,'_payment_method','paypal'),(138104,2943,'_payment_method_title','PayPal'),(138105,2943,'_customer_ip_address','24.62.247.50'),(138106,2943,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138107,2943,'_created_via','checkout'),(138108,2943,'_cart_hash','fec8b81c6c9fe1ad87c0044b28edbe78'),(138109,2943,'_download_permissions_granted','yes'),(138110,2943,'_recorded_sales','yes'),(138111,2943,'_recorded_coupon_usage_counts','yes'),(138112,2943,'_new_order_email_sent','true'),(138113,2943,'_order_stock_reduced','yes'),(138114,2943,'_billing_first_name','Christine'),(138115,2943,'_billing_last_name','Cherry'),(138116,2943,'_billing_company','NITS END'),(138117,2943,'_billing_address_1','PO BOX 1092'),(138118,2943,'_billing_city','Campton'),(138119,2943,'_billing_state','NH'),(138120,2943,'_billing_postcode','03223'),(138121,2943,'_billing_country','US'),(138122,2943,'_billing_email','info@liceclinicsplaistow.com'),(138123,2943,'_billing_phone','16034983390'),(138124,2943,'_shipping_first_name','Christine'),(138125,2943,'_shipping_last_name','Cherry'),(138126,2943,'_shipping_company','Nits End/LCA'),(138127,2943,'_shipping_address_1','71 Spit Brook Rd'),(138128,2943,'_shipping_address_2','Suite 403'),(138129,2943,'_shipping_city','Nashua'),(138130,2943,'_shipping_state','NH'),(138131,2943,'_shipping_postcode','03060'),(138132,2943,'_shipping_country','US'),(138133,2943,'_order_currency','USD'),(138134,2943,'_cart_discount','0'),(138135,2943,'_cart_discount_tax','0'),(138136,2943,'_order_shipping','0'),(138137,2943,'_order_shipping_tax','0'),(138138,2943,'_order_tax','0'),(138139,2943,'_order_total','536.92'),(138140,2943,'_order_version','9.3.1'),(138141,2943,'_prices_include_tax','no'),(138142,2943,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(138143,2943,'_shipping_address_index','Christine Cherry Nits End/LCA 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(138144,2943,'is_vat_exempt','no'),(138145,2943,'_wc_order_attribution_source_type','referral'),(138146,2943,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138147,2943,'_wc_order_attribution_utm_source','lcaportal.com'),(138148,2943,'_wc_order_attribution_utm_medium','referral'),(138149,2943,'_wc_order_attribution_utm_content','/'),(138150,2943,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138151,2943,'_wc_order_attribution_session_start_time','2024-09-19 11:46:23'),(138152,2943,'_wc_order_attribution_session_pages','6'),(138153,2943,'_wc_order_attribution_session_count','3'),(138154,2943,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138155,2943,'_wc_order_attribution_device_type','Desktop'),(138156,2943,'Payment type','instant'),(138157,2943,'_paypal_status','completed'),(138158,2943,'_transaction_id','0KK77498PA031620C'),(138159,2943,'PayPal Transaction Fee','19.23'),(138160,2943,'_date_paid','1726746691'),(138161,2943,'_paid_date','2024-09-19 11:51:31'),(138162,2944,'_order_key','wc_order_yqoaLGVSVUTup'),(138163,2944,'_customer_user','98'),(138164,2944,'_payment_method','paypal'),(138165,2944,'_payment_method_title','PayPal'),(138166,2944,'_customer_ip_address','24.62.247.50'),(138167,2944,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138168,2944,'_created_via','checkout'),(138169,2944,'_cart_hash','272be5fe551fd89c8df0359e4605d06b'),(138170,2944,'_download_permissions_granted','yes'),(138171,2944,'_recorded_sales','yes'),(138172,2944,'_recorded_coupon_usage_counts','yes'),(138173,2944,'_new_order_email_sent','true'),(138174,2944,'_order_stock_reduced','yes'),(138175,2944,'_billing_first_name','Christine'),(138176,2944,'_billing_last_name','Cherry'),(138177,2944,'_billing_company','NITS END'),(138178,2944,'_billing_address_1','PO BOX 1092'),(138179,2944,'_billing_city','Campton'),(138180,2944,'_billing_state','NH'),(138181,2944,'_billing_postcode','03223'),(138182,2944,'_billing_country','US'),(138183,2944,'_billing_email','christine@liceclinicscolumbus.com'),(138184,2944,'_billing_phone','16034983390'),(138185,2944,'_shipping_first_name','Erica'),(138186,2944,'_shipping_last_name','Froggatt'),(138187,2944,'_shipping_company','LCA'),(138188,2944,'_shipping_address_1','5910 Wilcox Pl'),(138189,2944,'_shipping_address_2','suite E'),(138190,2944,'_shipping_city','Dublin'),(138191,2944,'_shipping_state','OH'),(138192,2944,'_shipping_postcode','43016'),(138193,2944,'_shipping_country','US'),(138194,2944,'_order_currency','USD'),(138195,2944,'_cart_discount','0'),(138196,2944,'_cart_discount_tax','0'),(138197,2944,'_order_shipping','20.9'),(138198,2944,'_order_shipping_tax','0'),(138199,2944,'_order_tax','0'),(138200,2944,'_order_total','418.44'),(138201,2944,'_order_version','9.3.1'),(138202,2944,'_prices_include_tax','no'),(138203,2944,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(138204,2944,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(138205,2944,'is_vat_exempt','no'),(138206,2944,'_wc_order_attribution_source_type','referral'),(138207,2944,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138208,2944,'_wc_order_attribution_utm_source','lcaportal.com'),(138209,2944,'_wc_order_attribution_utm_medium','referral'),(138210,2944,'_wc_order_attribution_utm_content','/'),(138211,2944,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138212,2944,'_wc_order_attribution_session_start_time','2024-09-19 11:46:23'),(138213,2944,'_wc_order_attribution_session_pages','10'),(138214,2944,'_wc_order_attribution_session_count','4'),(138215,2944,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(138216,2944,'_wc_order_attribution_device_type','Desktop'),(138217,2944,'Payment type','instant'),(138218,2944,'_paypal_status','completed'),(138219,2944,'_transaction_id','33U62543G4073934Y'),(138220,2944,'PayPal Transaction Fee','15.09'),(138221,2944,'_date_paid','1726750143'),(138222,2944,'_paid_date','2024-09-19 12:49:03'),(138223,2945,'_order_key','wc_order_1gAyInqrVjbKD'),(138224,2945,'_customer_user','3'),(138225,2945,'_payment_method','paypal'),(138226,2945,'_payment_method_title','PayPal'),(138227,2945,'_customer_ip_address','99.22.146.124'),(138228,2945,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138229,2945,'_created_via','checkout'),(138230,2945,'_cart_hash','a570f38b5ac4a3bb600ceb797d666261'),(138231,2945,'_download_permissions_granted','yes'),(138232,2945,'_recorded_sales','yes'),(138233,2945,'_recorded_coupon_usage_counts','yes'),(138234,2945,'_new_order_email_sent','true'),(138235,2945,'_order_stock_reduced','yes'),(138236,2945,'_billing_first_name','Amanda'),(138237,2945,'_billing_last_name','Westerman'),(138238,2945,'_billing_company','Lice Clinics of America McKinney'),(138239,2945,'_billing_address_1','3120 Hudson Crossing'),(138240,2945,'_billing_address_2','Suite A2'),(138241,2945,'_billing_city','MCKINNEY'),(138242,2945,'_billing_state','TX'),(138243,2945,'_billing_postcode','75070'),(138244,2945,'_billing_country','US'),(138245,2945,'_billing_email','awesterman1103@gmail.com'),(138246,2945,'_billing_phone','2144175741'),(138247,2945,'_shipping_first_name','amanda'),(138248,2945,'_shipping_last_name','westerman'),(138249,2945,'_shipping_company','Lice Clinics of America McKinney'),(138250,2945,'_shipping_address_1','3120 Hudson Crossing'),(138251,2945,'_shipping_address_2','Suite A2'),(138252,2945,'_shipping_city','MCKINNEY'),(138253,2945,'_shipping_state','TX'),(138254,2945,'_shipping_postcode','75070'),(138255,2945,'_shipping_country','US'),(138256,2945,'_order_currency','USD'),(138257,2945,'_cart_discount','0'),(138258,2945,'_cart_discount_tax','0'),(138259,2945,'_order_shipping','0'),(138260,2945,'_order_shipping_tax','0'),(138261,2945,'_order_tax','0'),(138262,2945,'_order_total','749.32'),(138263,2945,'_order_version','9.3.2'),(138264,2945,'_prices_include_tax','no'),(138265,2945,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(138266,2945,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(138267,2945,'is_vat_exempt','no'),(138268,2945,'_wc_order_attribution_source_type','referral'),(138269,2945,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(138270,2945,'_wc_order_attribution_utm_source','lcaportal.com'),(138271,2945,'_wc_order_attribution_utm_medium','referral'),(138272,2945,'_wc_order_attribution_utm_content','/'),(138273,2945,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138274,2945,'_wc_order_attribution_session_start_time','2024-09-19 16:33:52'),(138275,2945,'_wc_order_attribution_session_pages','11'),(138276,2945,'_wc_order_attribution_session_count','9'),(138277,2945,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138278,2945,'_wc_order_attribution_device_type','Desktop'),(138279,2945,'Payment type','instant'),(138280,2945,'_paypal_status','completed'),(138281,2945,'_transaction_id','504676287C556571J'),(138282,2945,'PayPal Transaction Fee','26.64'),(138283,2945,'_date_paid','1726764426'),(138284,2945,'_paid_date','2024-09-19 16:47:06'),(138285,2942,'_edit_lock','1726771371:2'),(138286,2943,'_edit_lock','1726771800:2'),(138287,2944,'_edit_lock','1726771771:2'),(138288,2942,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235859\";s:12:\"date_shipped\";s:10:\"1726704000\";s:11:\"tracking_id\";s:32:\"6f909ce850267a1f5039b073bc08096c\";}}'),(138289,2942,'_edit_last','2'),(138290,2942,'_date_completed','1726771509'),(138291,2942,'_completed_date','2024-09-19 18:45:09'),(138292,2944,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235929\";s:12:\"date_shipped\";s:10:\"1726704000\";s:11:\"tracking_id\";s:32:\"cfcd586ee65d84cff6d31363142cb820\";}}'),(138293,2944,'_edit_last','2'),(138294,2944,'_date_completed','1726771871'),(138295,2944,'_completed_date','2024-09-19 18:51:11'),(138296,2943,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992235892\";s:12:\"date_shipped\";s:10:\"1726704000\";s:11:\"tracking_id\";s:32:\"6a41949bdc1d9c0c0b5273f43e325512\";}}'),(138297,2943,'_edit_last','2'),(138298,2943,'_date_completed','1726771931'),(138299,2943,'_completed_date','2024-09-19 18:52:11'),(138300,2947,'_order_key','wc_order_8jOK8IRL0lJjA'),(138301,2947,'_customer_user','7'),(138302,2947,'_payment_method','paypal'),(138303,2947,'_payment_method_title','PayPal'),(138304,2947,'_customer_ip_address','71.93.225.128'),(138305,2947,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(138306,2947,'_created_via','checkout'),(138307,2947,'_cart_hash','4e7fe21c256046d1ddf3a8caa12a4c64'),(138308,2947,'_download_permissions_granted','yes'),(138309,2947,'_recorded_sales','yes'),(138310,2947,'_recorded_coupon_usage_counts','yes'),(138311,2947,'_new_order_email_sent','true'),(138312,2947,'_order_stock_reduced','yes'),(138313,2947,'_billing_first_name','Amy'),(138314,2947,'_billing_last_name','Allen'),(138315,2947,'_billing_company','Lice Clinics Of America'),(138316,2947,'_billing_address_1','30 Hummingbird Court'),(138317,2947,'_billing_city','Hollister'),(138318,2947,'_billing_state','CA'),(138319,2947,'_billing_postcode','95023'),(138320,2947,'_billing_country','US'),(138321,2947,'_billing_email','lca.gilroy@gmail.com'),(138322,2947,'_billing_phone','4085005537'),(138323,2947,'_shipping_first_name','Amy'),(138324,2947,'_shipping_last_name','Allen'),(138325,2947,'_shipping_company','Lice Clinics Of America - Gilroy'),(138326,2947,'_shipping_address_1','7680 Monterey St Ste 104'),(138327,2947,'_shipping_city','Gilroy'),(138328,2947,'_shipping_state','CA'),(138329,2947,'_shipping_postcode','95020'),(138330,2947,'_shipping_country','US'),(138331,2947,'_order_currency','USD'),(138332,2947,'_cart_discount','0'),(138333,2947,'_cart_discount_tax','0'),(138334,2947,'_order_shipping','0'),(138335,2947,'_order_shipping_tax','0'),(138336,2947,'_order_tax','0'),(138337,2947,'_order_total','1521.06'),(138338,2947,'_order_version','9.3.2'),(138339,2947,'_prices_include_tax','no'),(138340,2947,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(138341,2947,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(138342,2947,'is_vat_exempt','no'),(138343,2947,'_wc_order_attribution_source_type','typein'),(138344,2947,'_wc_order_attribution_utm_source','(direct)'),(138345,2947,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138346,2947,'_wc_order_attribution_session_start_time','2024-09-19 20:27:22'),(138347,2947,'_wc_order_attribution_session_pages','4'),(138348,2947,'_wc_order_attribution_session_count','1'),(138349,2947,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(138350,2947,'_wc_order_attribution_device_type','Desktop'),(138351,2947,'Payment type','instant'),(138352,2947,'_paypal_status','completed'),(138353,2947,'_transaction_id','9V411215182180412'),(138354,2947,'PayPal Transaction Fee','53.57'),(138355,2947,'_date_paid','1726777988'),(138356,2947,'_paid_date','2024-09-19 20:33:08'),(138357,2948,'_order_key','wc_order_RMQBw5ExTaTTO'),(138358,2948,'_customer_user','67'),(138359,2948,'_payment_method','paypal'),(138360,2948,'_payment_method_title','PayPal'),(138361,2948,'_customer_ip_address','67.251.108.158'),(138362,2948,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138363,2948,'_created_via','checkout'),(138364,2948,'_cart_hash','ffdfd03dc2cfc3c3e5ed0c83be677ac9'),(138365,2948,'_download_permissions_granted','no'),(138366,2948,'_recorded_sales','no'),(138367,2948,'_recorded_coupon_usage_counts','no'),(138368,2948,'_new_order_email_sent','false'),(138369,2948,'_order_stock_reduced','no'),(138370,2948,'_billing_first_name','Marnie'),(138371,2948,'_billing_last_name','Murray'),(138372,2948,'_billing_company','Naughty Nits'),(138373,2948,'_billing_address_1','2809 Wehrle Drive'),(138374,2948,'_billing_address_2','Suite 10'),(138375,2948,'_billing_city','Williamsville'),(138376,2948,'_billing_state','NY'),(138377,2948,'_billing_postcode','14221'),(138378,2948,'_billing_country','US'),(138379,2948,'_billing_email','liceclinicsupstateny@gmail.com'),(138380,2948,'_billing_phone','7166265423'),(138381,2948,'_shipping_first_name','Marnie'),(138382,2948,'_shipping_last_name','Murray'),(138383,2948,'_shipping_company','LCA Buffalo'),(138384,2948,'_shipping_address_1','2809 Wehrle Drive'),(138385,2948,'_shipping_address_2','Suite 10'),(138386,2948,'_shipping_city','Williamsville'),(138387,2948,'_shipping_state','NY'),(138388,2948,'_shipping_postcode','14221'),(138389,2948,'_shipping_country','US'),(138390,2948,'_order_currency','USD'),(138391,2948,'_cart_discount','0'),(138392,2948,'_cart_discount_tax','0'),(138393,2948,'_order_shipping','0'),(138394,2948,'_order_shipping_tax','0'),(138395,2948,'_order_tax','0'),(138396,2948,'_order_total','1600.13'),(138397,2948,'_order_version','9.3.2'),(138398,2948,'_prices_include_tax','no'),(138399,2948,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(138400,2948,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(138402,2948,'_wc_order_attribution_source_type','referral'),(138403,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138404,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138405,2948,'_wc_order_attribution_utm_medium','referral'),(138406,2948,'_wc_order_attribution_utm_content','/'),(138407,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138408,2948,'_wc_order_attribution_session_start_time','2024-09-20 12:20:08'),(138409,2948,'_wc_order_attribution_session_pages','4'),(138410,2948,'_wc_order_attribution_session_count','1'),(138411,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138412,2948,'_wc_order_attribution_device_type','Desktop'),(138414,2948,'_wc_order_attribution_source_type','referral'),(138415,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138416,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138417,2948,'_wc_order_attribution_utm_medium','referral'),(138418,2948,'_wc_order_attribution_utm_content','/'),(138419,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138420,2948,'_wc_order_attribution_session_start_time','2024-09-20 13:30:56'),(138421,2948,'_wc_order_attribution_session_pages','4'),(138422,2948,'_wc_order_attribution_session_count','2'),(138423,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138424,2948,'_wc_order_attribution_device_type','Desktop'),(138426,2948,'_wc_order_attribution_source_type','referral'),(138427,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138428,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138429,2948,'_wc_order_attribution_utm_medium','referral'),(138430,2948,'_wc_order_attribution_utm_content','/'),(138431,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138432,2948,'_wc_order_attribution_session_start_time','2024-09-20 13:30:56'),(138433,2948,'_wc_order_attribution_session_pages','8'),(138434,2948,'_wc_order_attribution_session_count','2'),(138435,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138436,2948,'_wc_order_attribution_device_type','Desktop'),(138438,2948,'_wc_order_attribution_source_type','referral'),(138439,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138440,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138441,2948,'_wc_order_attribution_utm_medium','referral'),(138442,2948,'_wc_order_attribution_utm_content','/'),(138443,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138444,2948,'_wc_order_attribution_session_start_time','2024-09-20 13:30:56'),(138445,2948,'_wc_order_attribution_session_pages','12'),(138446,2948,'_wc_order_attribution_session_count','2'),(138447,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138448,2948,'_wc_order_attribution_device_type','Desktop'),(138450,2948,'_wc_order_attribution_source_type','referral'),(138451,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138452,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138453,2948,'_wc_order_attribution_utm_medium','referral'),(138454,2948,'_wc_order_attribution_utm_content','/'),(138455,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138456,2948,'_wc_order_attribution_session_start_time','2024-09-20 13:30:56'),(138457,2948,'_wc_order_attribution_session_pages','16'),(138458,2948,'_wc_order_attribution_session_count','2'),(138459,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138460,2948,'_wc_order_attribution_device_type','Desktop'),(138462,2948,'_wc_order_attribution_source_type','referral'),(138463,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138464,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138465,2948,'_wc_order_attribution_utm_medium','referral'),(138466,2948,'_wc_order_attribution_utm_content','/'),(138467,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138468,2948,'_wc_order_attribution_session_start_time','2024-09-20 14:40:09'),(138469,2948,'_wc_order_attribution_session_pages','4'),(138470,2948,'_wc_order_attribution_session_count','3'),(138471,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138472,2948,'_wc_order_attribution_device_type','Desktop'),(138473,2948,'is_vat_exempt','no'),(138474,2948,'_wc_order_attribution_source_type','referral'),(138475,2948,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138476,2948,'_wc_order_attribution_utm_source','lcaportal.com'),(138477,2948,'_wc_order_attribution_utm_medium','referral'),(138478,2948,'_wc_order_attribution_utm_content','/'),(138479,2948,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138480,2948,'_wc_order_attribution_session_start_time','2024-09-20 14:40:09'),(138481,2948,'_wc_order_attribution_session_pages','8'),(138482,2948,'_wc_order_attribution_session_count','3'),(138483,2948,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138484,2948,'_wc_order_attribution_device_type','Desktop'),(138485,2949,'_order_key','wc_order_aC8GI1HuopYmc'),(138486,2949,'_customer_user','67'),(138487,2949,'_payment_method','paypal'),(138488,2949,'_payment_method_title','PayPal'),(138489,2949,'_customer_ip_address','67.251.108.158');
INSERT INTO `wp_postmeta` VALUES (138490,2949,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138491,2949,'_created_via','checkout'),(138492,2949,'_cart_hash','ffdfd03dc2cfc3c3e5ed0c83be677ac9'),(138493,2949,'_download_permissions_granted','no'),(138494,2949,'_recorded_sales','no'),(138495,2949,'_recorded_coupon_usage_counts','no'),(138496,2949,'_new_order_email_sent','false'),(138497,2949,'_order_stock_reduced','no'),(138498,2949,'_billing_first_name','Marnie'),(138499,2949,'_billing_last_name','Murray'),(138500,2949,'_billing_company','Naughty Nits'),(138501,2949,'_billing_address_1','2809 Wehrle Drive'),(138502,2949,'_billing_address_2','Suite 10'),(138503,2949,'_billing_city','Williamsville'),(138504,2949,'_billing_state','NY'),(138505,2949,'_billing_postcode','14221'),(138506,2949,'_billing_country','US'),(138507,2949,'_billing_email','liceclinicsupstateny@gmail.com'),(138508,2949,'_billing_phone','7166265423'),(138509,2949,'_shipping_first_name','Marnie'),(138510,2949,'_shipping_last_name','Murray'),(138511,2949,'_shipping_company','LCA Buffalo'),(138512,2949,'_shipping_address_1','2809 Wehrle Drive'),(138513,2949,'_shipping_address_2','Suite 10'),(138514,2949,'_shipping_city','Williamsville'),(138515,2949,'_shipping_state','NY'),(138516,2949,'_shipping_postcode','14221'),(138517,2949,'_shipping_country','US'),(138518,2949,'_order_currency','USD'),(138519,2949,'_cart_discount','0'),(138520,2949,'_cart_discount_tax','0'),(138521,2949,'_order_shipping','0'),(138522,2949,'_order_shipping_tax','0'),(138523,2949,'_order_tax','0'),(138524,2949,'_order_total','1600.13'),(138525,2949,'_order_version','9.3.2'),(138526,2949,'_prices_include_tax','no'),(138527,2949,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(138528,2949,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(138529,2949,'is_vat_exempt','no'),(138530,2949,'_wc_order_attribution_source_type','referral'),(138531,2949,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138532,2949,'_wc_order_attribution_utm_source','lcaportal.com'),(138533,2949,'_wc_order_attribution_utm_medium','referral'),(138534,2949,'_wc_order_attribution_utm_content','/'),(138535,2949,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138536,2949,'_wc_order_attribution_session_start_time','2024-09-20 14:40:09'),(138537,2949,'_wc_order_attribution_session_pages','11'),(138538,2949,'_wc_order_attribution_session_count','3'),(138539,2949,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138540,2949,'_wc_order_attribution_device_type','Desktop'),(138679,2952,'_order_key','wc_order_n0FpAlzctN6pL'),(138680,2952,'_customer_user','76'),(138681,2952,'_payment_method','paypal'),(138682,2952,'_payment_method_title','PayPal'),(138683,2952,'_customer_ip_address','66.31.192.192'),(138684,2952,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(138685,2952,'_created_via','checkout'),(138686,2952,'_cart_hash','4d2a64f19ecc3a44ac4e1af69246c868'),(138687,2952,'_download_permissions_granted','yes'),(138688,2952,'_recorded_sales','yes'),(138689,2952,'_recorded_coupon_usage_counts','yes'),(138690,2952,'_new_order_email_sent','true'),(138691,2952,'_order_stock_reduced','yes'),(138692,2952,'_billing_first_name','Naomi'),(138693,2952,'_billing_last_name','Golden'),(138694,2952,'_billing_company','LCA'),(138695,2952,'_billing_address_1','31 Mann Ave'),(138696,2952,'_billing_city','Needham'),(138697,2952,'_billing_state','MA'),(138698,2952,'_billing_postcode','02492'),(138699,2952,'_billing_country','US'),(138700,2952,'_billing_email','nrgolden6486@gmail.com'),(138701,2952,'_billing_phone','617-851-1322'),(138702,2952,'_shipping_first_name','Naomi'),(138703,2952,'_shipping_last_name','Golden'),(138704,2952,'_shipping_company','LCA'),(138705,2952,'_shipping_address_1','1349 Centre Street'),(138706,2952,'_shipping_address_2','Facing Trowbridge'),(138707,2952,'_shipping_city','Newton'),(138708,2952,'_shipping_state','MA'),(138709,2952,'_shipping_postcode','02459'),(138710,2952,'_shipping_country','US'),(138711,2952,'_order_currency','USD'),(138712,2952,'_cart_discount','0'),(138713,2952,'_cart_discount_tax','0'),(138714,2952,'_order_shipping','0'),(138715,2952,'_order_shipping_tax','0'),(138716,2952,'_order_tax','0'),(138717,2952,'_order_total','519.90'),(138718,2952,'_order_version','9.3.2'),(138719,2952,'_prices_include_tax','no'),(138720,2952,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(138721,2952,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(138722,2952,'is_vat_exempt','no'),(138723,2952,'_wc_order_attribution_source_type','typein'),(138724,2952,'_wc_order_attribution_utm_source','(direct)'),(138725,2952,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138726,2952,'_wc_order_attribution_session_start_time','2024-09-17 13:28:29'),(138727,2952,'_wc_order_attribution_session_pages','6'),(138728,2952,'_wc_order_attribution_session_count','3'),(138729,2952,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(138730,2952,'_wc_order_attribution_device_type','Desktop'),(138731,2952,'Payment type','instant'),(138732,2952,'_paypal_status','completed'),(138733,2952,'_transaction_id','4RF47772BL681941E'),(138734,2952,'PayPal Transaction Fee','18.63'),(138735,2952,'_date_paid','1727098633'),(138736,2952,'_paid_date','2024-09-23 13:37:13'),(138737,2953,'_order_key','wc_order_8LH8lGisCrRGI'),(138738,2953,'_customer_user','67'),(138739,2953,'_payment_method','paypal'),(138740,2953,'_payment_method_title','PayPal'),(138741,2953,'_customer_ip_address','76.180.65.79'),(138742,2953,'_customer_user_agent','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'),(138743,2953,'_created_via','checkout'),(138744,2953,'_cart_hash','ffdfd03dc2cfc3c3e5ed0c83be677ac9'),(138745,2953,'_download_permissions_granted','yes'),(138746,2953,'_recorded_sales','yes'),(138747,2953,'_recorded_coupon_usage_counts','yes'),(138748,2953,'_new_order_email_sent','true'),(138749,2953,'_order_stock_reduced','yes'),(138750,2953,'_billing_first_name','Marnie'),(138751,2953,'_billing_last_name','Murray'),(138752,2953,'_billing_company','Naughty Nits'),(138753,2953,'_billing_address_1','2809 Wehrle Drive'),(138754,2953,'_billing_address_2','Suite 10'),(138755,2953,'_billing_city','Williamsville'),(138756,2953,'_billing_state','NY'),(138757,2953,'_billing_postcode','14221'),(138758,2953,'_billing_country','US'),(138759,2953,'_billing_email','liceclinicsupstateny@gmail.com'),(138760,2953,'_billing_phone','7166265423'),(138761,2953,'_shipping_first_name','Marnie'),(138762,2953,'_shipping_last_name','Murray'),(138763,2953,'_shipping_company','LCA Buffalo'),(138764,2953,'_shipping_address_1','2809 Wehrle Drive'),(138765,2953,'_shipping_address_2','Suite 10'),(138766,2953,'_shipping_city','Williamsville'),(138767,2953,'_shipping_state','NY'),(138768,2953,'_shipping_postcode','14221'),(138769,2953,'_shipping_country','US'),(138770,2953,'_order_currency','USD'),(138771,2953,'_cart_discount','0'),(138772,2953,'_cart_discount_tax','0'),(138773,2953,'_order_shipping','0'),(138774,2953,'_order_shipping_tax','0'),(138775,2953,'_order_tax','0'),(138776,2953,'_order_total','1600.13'),(138777,2953,'_order_version','9.3.2'),(138778,2953,'_prices_include_tax','no'),(138779,2953,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(138780,2953,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(138781,2953,'is_vat_exempt','no'),(138782,2953,'_wc_order_attribution_source_type','referral'),(138783,2953,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(138784,2953,'_wc_order_attribution_utm_source','lcaportal.com'),(138785,2953,'_wc_order_attribution_utm_medium','referral'),(138786,2953,'_wc_order_attribution_utm_content','/'),(138787,2953,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138788,2953,'_wc_order_attribution_session_start_time','2024-09-23 14:12:01'),(138789,2953,'_wc_order_attribution_session_pages','4'),(138790,2953,'_wc_order_attribution_session_count','1'),(138791,2953,'_wc_order_attribution_user_agent','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'),(138792,2953,'_wc_order_attribution_device_type','Desktop'),(138793,2953,'Payment type','instant'),(138794,2953,'_paypal_status','completed'),(138795,2953,'_transaction_id','00S14804487879906'),(138796,2953,'PayPal Transaction Fee','56.33'),(138797,2953,'_date_paid','1727100898'),(138798,2953,'_paid_date','2024-09-23 14:14:58'),(138799,2954,'_order_key','wc_order_vYbCROhDJ5I6Z'),(138800,2954,'_customer_user','60'),(138801,2954,'_payment_method','paypal'),(138802,2954,'_payment_method_title','PayPal'),(138803,2954,'_customer_ip_address','73.210.139.192'),(138804,2954,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(138805,2954,'_created_via','checkout'),(138806,2954,'_cart_hash','a94044f4eb82eb5c75d2b1f9ed4ed61c'),(138807,2954,'_download_permissions_granted','yes'),(138808,2954,'_recorded_sales','yes'),(138809,2954,'_recorded_coupon_usage_counts','yes'),(138810,2954,'_new_order_email_sent','true'),(138811,2954,'_order_stock_reduced','yes'),(138812,2954,'_billing_first_name','Jill'),(138813,2954,'_billing_last_name','Leshtz'),(138814,2954,'_billing_company','Lice clinics of America-North Shore'),(138815,2954,'_billing_address_1','1580 Lancelot Avenue'),(138816,2954,'_billing_city','Highland park'),(138817,2954,'_billing_state','IL'),(138818,2954,'_billing_postcode','60035'),(138819,2954,'_billing_country','US'),(138820,2954,'_billing_email','jleshtz@gmail.com'),(138821,2954,'_billing_phone','8473639001'),(138822,2954,'_shipping_first_name','Jill'),(138823,2954,'_shipping_last_name','Leshtz'),(138824,2954,'_shipping_company','Lice clinics of America-North Shore'),(138825,2954,'_shipping_address_1','1580 Lancelot Avenue'),(138826,2954,'_shipping_city','Highland park'),(138827,2954,'_shipping_state','IL'),(138828,2954,'_shipping_postcode','60035'),(138829,2954,'_shipping_country','US'),(138830,2954,'_order_currency','USD'),(138831,2954,'_cart_discount','0'),(138832,2954,'_cart_discount_tax','0'),(138833,2954,'_order_shipping','0'),(138834,2954,'_order_shipping_tax','0'),(138835,2954,'_order_tax','0'),(138836,2954,'_order_total','694.32'),(138837,2954,'_order_version','9.3.2'),(138838,2954,'_prices_include_tax','no'),(138839,2954,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(138840,2954,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(138841,2954,'is_vat_exempt','no'),(138842,2954,'_wc_order_attribution_source_type','referral'),(138843,2954,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138844,2954,'_wc_order_attribution_utm_source','lcaportal.com'),(138845,2954,'_wc_order_attribution_utm_medium','referral'),(138846,2954,'_wc_order_attribution_utm_content','/'),(138847,2954,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138848,2954,'_wc_order_attribution_session_start_time','2024-09-23 21:14:57'),(138849,2954,'_wc_order_attribution_session_pages','4'),(138850,2954,'_wc_order_attribution_session_count','1'),(138851,2954,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(138852,2954,'_wc_order_attribution_device_type','Desktop'),(138853,2954,'Payment type','instant'),(138854,2954,'_paypal_status','completed'),(138855,2954,'_transaction_id','7J911778T06329302'),(138856,2954,'PayPal Transaction Fee','24.72'),(138857,2954,'_date_paid','1727126391'),(138858,2954,'_paid_date','2024-09-23 21:19:51'),(138859,2952,'_edit_lock','1727128762:2'),(138860,2952,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236580\";s:12:\"date_shipped\";s:10:\"1727049600\";s:11:\"tracking_id\";s:32:\"88032699c4d741df040ef16d95da8590\";}}'),(138861,2952,'_edit_last','2'),(138862,2952,'_date_completed','1727128870'),(138863,2952,'_completed_date','2024-09-23 22:01:10'),(138864,2953,'_edit_lock','1727128929:2'),(138865,2953,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236763\";s:12:\"date_shipped\";s:10:\"1727049600\";s:11:\"tracking_id\";s:32:\"c36c06bea20293d9a22400ea77e2b3b1\";}}'),(138866,2953,'_edit_last','2'),(138867,2953,'_date_completed','1727128925'),(138868,2953,'_completed_date','2024-09-23 22:02:05'),(138869,2955,'_order_key','wc_order_CkPYBh4wWm7Rg'),(138870,2955,'_customer_user','46'),(138871,2955,'_payment_method','paypal'),(138872,2955,'_payment_method_title','PayPal'),(138873,2955,'_customer_ip_address','72.47.75.84'),(138874,2955,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138875,2955,'_created_via','checkout'),(138876,2955,'_cart_hash','7ba41b300193671ac52667473f4d9b46'),(138877,2955,'_download_permissions_granted','yes'),(138878,2955,'_recorded_sales','yes'),(138879,2955,'_recorded_coupon_usage_counts','yes'),(138880,2955,'_new_order_email_sent','true'),(138881,2955,'_order_stock_reduced','yes'),(138882,2955,'_billing_first_name','Ashe'),(138883,2955,'_billing_last_name','montalvo'),(138884,2955,'_billing_company','lice clincs of america jonesboro'),(138885,2955,'_billing_address_1','1406 Market Place'),(138886,2955,'_billing_address_2','Apartment 10'),(138887,2955,'_billing_city','Jonesboro'),(138888,2955,'_billing_state','AR'),(138889,2955,'_billing_postcode','72404'),(138890,2955,'_billing_country','US'),(138891,2955,'_billing_email','bsdashlynf@gmail.com'),(138892,2955,'_billing_phone','8706132520'),(138893,2955,'_shipping_first_name','Ashe'),(138894,2955,'_shipping_last_name','montalvo'),(138895,2955,'_shipping_company','lice clincs of america jonesboro'),(138896,2955,'_shipping_address_1','3114 Fox Road'),(138897,2955,'_shipping_address_2','suite D'),(138898,2955,'_shipping_city','Jonesboro'),(138899,2955,'_shipping_state','AR'),(138900,2955,'_shipping_postcode','72404'),(138901,2955,'_shipping_country','US'),(138902,2955,'_order_currency','USD'),(138903,2955,'_cart_discount','0'),(138904,2955,'_cart_discount_tax','0'),(138905,2955,'_order_shipping','14.21'),(138906,2955,'_order_shipping_tax','0'),(138907,2955,'_order_tax','0'),(138908,2955,'_order_total','67.01'),(138909,2955,'_order_version','9.3.2'),(138910,2955,'_prices_include_tax','no'),(138911,2955,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(138912,2955,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(138913,2955,'is_vat_exempt','no'),(138914,2955,'_wc_order_attribution_source_type','referral'),(138915,2955,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138916,2955,'_wc_order_attribution_utm_source','lcaportal.com'),(138917,2955,'_wc_order_attribution_utm_medium','referral'),(138918,2955,'_wc_order_attribution_utm_content','/'),(138919,2955,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138920,2955,'_wc_order_attribution_session_start_time','2024-09-23 22:03:41'),(138921,2955,'_wc_order_attribution_session_pages','4'),(138922,2955,'_wc_order_attribution_session_count','1'),(138923,2955,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138924,2955,'_wc_order_attribution_device_type','Desktop'),(138925,2955,'Payment type','instant'),(138926,2955,'_paypal_status','completed'),(138927,2955,'_transaction_id','1YF18448GC821213W'),(138928,2955,'PayPal Transaction Fee','2.83'),(138929,2955,'_date_paid','1727129198'),(138930,2955,'_paid_date','2024-09-23 22:06:38'),(138931,2956,'_order_key','wc_order_1h8cLsK0K16cu'),(138932,2956,'_customer_user','5'),(138933,2956,'_payment_method','paypal'),(138934,2956,'_payment_method_title','PayPal'),(138935,2956,'_customer_ip_address','73.11.110.46'),(138936,2956,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138937,2956,'_created_via','checkout'),(138938,2956,'_cart_hash','9be49141412c7fa9678571ad9b0d5955'),(138939,2956,'_download_permissions_granted','yes'),(138940,2956,'_recorded_sales','yes'),(138941,2956,'_recorded_coupon_usage_counts','yes'),(138942,2956,'_new_order_email_sent','true'),(138943,2956,'_order_stock_reduced','yes'),(138944,2956,'_billing_first_name','Mark'),(138945,2956,'_billing_last_name','Meyer'),(138946,2956,'_billing_company','lice clinics of america- portland'),(138947,2956,'_billing_address_1','5201 SW Westgate Dr suite 106'),(138948,2956,'_billing_address_2','106'),(138949,2956,'_billing_city','portland'),(138950,2956,'_billing_state','OR'),(138951,2956,'_billing_postcode','97221'),(138952,2956,'_billing_country','US'),(138953,2956,'_billing_email','noemi.and.mark@nwliceclinics.com'),(138954,2956,'_billing_phone','5034040475'),(138955,2956,'_shipping_first_name','Mark'),(138956,2956,'_shipping_last_name','Meyer'),(138957,2956,'_shipping_company','lice clinics of america- portland'),(138958,2956,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(138959,2956,'_shipping_address_2','106'),(138960,2956,'_shipping_city','portland'),(138961,2956,'_shipping_state','OR'),(138962,2956,'_shipping_postcode','97221'),(138963,2956,'_shipping_country','US'),(138964,2956,'_order_currency','USD'),(138965,2956,'_cart_discount','0'),(138966,2956,'_cart_discount_tax','0'),(138967,2956,'_order_shipping','0'),(138968,2956,'_order_shipping_tax','0'),(138969,2956,'_order_tax','0'),(138970,2956,'_order_total','4001.82'),(138971,2956,'_order_version','9.3.2'),(138972,2956,'_prices_include_tax','no'),(138973,2956,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 5034040475'),(138974,2956,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(138975,2956,'is_vat_exempt','no'),(138976,2956,'_wc_order_attribution_source_type','referral'),(138977,2956,'_wc_order_attribution_referrer','https://lcaportal.com/'),(138978,2956,'_wc_order_attribution_utm_source','lcaportal.com'),(138979,2956,'_wc_order_attribution_utm_medium','referral'),(138980,2956,'_wc_order_attribution_utm_content','/'),(138981,2956,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(138982,2956,'_wc_order_attribution_session_start_time','2024-09-23 22:53:09'),(138983,2956,'_wc_order_attribution_session_pages','4'),(138984,2956,'_wc_order_attribution_session_count','1'),(138985,2956,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(138986,2956,'_wc_order_attribution_device_type','Desktop'),(138987,2956,'Payment type','instant'),(138988,2956,'_paypal_status','completed'),(138989,2956,'_transaction_id','3M002328XB2006444'),(138990,2956,'PayPal Transaction Fee','140.15'),(138991,2956,'_date_paid','1727133058'),(138992,2956,'_paid_date','2024-09-23 23:10:58'),(138999,2945,'_edit_lock','1727202639:2'),(139000,2947,'_edit_lock','1727202689:2'),(139001,2945,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236178\";s:12:\"date_shipped\";s:10:\"1727136000\";s:11:\"tracking_id\";s:32:\"38af9120a31610d91f344c8b83b3c0b0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236167\";s:12:\"date_shipped\";i:1727202617;s:11:\"tracking_id\";s:32:\"321a3ea4d958e50d378d1b14b59296f6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236156\";s:12:\"date_shipped\";i:1727202621;s:11:\"tracking_id\";s:32:\"36d103a6fd2c967b3b46163101484a53\";}}'),(139002,2945,'_edit_last','2'),(139003,2945,'_date_completed','1727202632'),(139004,2945,'_completed_date','2024-09-24 18:30:32'),(139005,2947,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236215\";s:12:\"date_shipped\";s:10:\"1727136000\";s:11:\"tracking_id\";s:32:\"0b5d1bfd346a73163782c48e49c3cc09\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236204\";s:12:\"date_shipped\";i:1727202656;s:11:\"tracking_id\";s:32:\"35680602cdb5167f2f09a433b24cacea\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236190\";s:12:\"date_shipped\";i:1727202662;s:11:\"tracking_id\";s:32:\"0aa22a368656c8e3210a009ba243a5ab\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236189\";s:12:\"date_shipped\";i:1727202667;s:11:\"tracking_id\";s:32:\"834a13b4c835bf2cd9bf94297d96f9ce\";}}'),(139006,2947,'_edit_last','2'),(139007,2947,'_date_completed','1727202670'),(139008,2947,'_completed_date','2024-09-24 18:31:10'),(139009,2954,'_edit_lock','1727202626:2'),(139010,2954,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236855\";s:12:\"date_shipped\";s:10:\"1727136000\";s:11:\"tracking_id\";s:32:\"759caf55e11ad51722bf457d74c3cfcf\";}}'),(139011,2954,'_edit_last','2'),(139012,2954,'_date_completed','1727202743'),(139013,2954,'_completed_date','2024-09-24 18:32:23'),(139014,2955,'_edit_lock','1727202779:2'),(139015,2955,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236866\";s:12:\"date_shipped\";s:10:\"1727136000\";s:11:\"tracking_id\";s:32:\"c9c513e9553b0a7044d1e579b4965e7c\";}}'),(139016,2955,'_edit_last','2'),(139017,2955,'_date_completed','1727202906'),(139018,2955,'_completed_date','2024-09-24 18:35:06'),(139019,2956,'_edit_lock','1727203188:2'),(139020,2956,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992236903\";s:12:\"date_shipped\";s:10:\"1727136000\";s:11:\"tracking_id\";s:32:\"8bede5514097275a3d3d07243471ce64\";}}'),(139021,2956,'_edit_last','2'),(139022,2956,'_date_completed','1727203036'),(139023,2956,'_completed_date','2024-09-24 18:37:16'),(139024,2944,'wf_order_exported_status','1'),(139025,2943,'wf_order_exported_status','1'),(139026,2942,'wf_order_exported_status','1'),(139027,2941,'wf_order_exported_status','1'),(139028,2940,'wf_order_exported_status','1'),(139029,2905,'wf_order_exported_status','1'),(139030,2896,'wf_order_exported_status','1'),(139031,2895,'wf_order_exported_status','1'),(139032,2894,'wf_order_exported_status','1'),(139033,2890,'wf_order_exported_status','1'),(139034,2880,'wf_order_exported_status','1'),(139035,2848,'wf_order_exported_status','1'),(139036,2841,'wf_order_exported_status','1'),(139037,2840,'wf_order_exported_status','1'),(139038,2810,'wf_order_exported_status','1'),(139039,2809,'wf_order_exported_status','1'),(139040,2796,'wf_order_exported_status','1'),(139041,2791,'wf_order_exported_status','1'),(139042,2790,'wf_order_exported_status','1'),(139043,2783,'wf_order_exported_status','1'),(139044,2772,'wf_order_exported_status','1'),(139045,2764,'wf_order_exported_status','1'),(139046,2760,'wf_order_exported_status','1'),(139047,2759,'wf_order_exported_status','1'),(139048,2758,'wf_order_exported_status','1'),(139049,2721,'wf_order_exported_status','1'),(139050,2718,'wf_order_exported_status','1'),(139051,2713,'wf_order_exported_status','1'),(139052,2705,'wf_order_exported_status','1'),(139053,2703,'wf_order_exported_status','1'),(139054,2693,'wf_order_exported_status','1'),(139055,2691,'wf_order_exported_status','1'),(139056,2689,'wf_order_exported_status','1'),(139057,2688,'wf_order_exported_status','1'),(139058,2687,'wf_order_exported_status','1'),(139059,2685,'wf_order_exported_status','1'),(139060,2661,'wf_order_exported_status','1'),(139061,2654,'wf_order_exported_status','1'),(139062,2648,'wf_order_exported_status','1'),(139063,2643,'wf_order_exported_status','1'),(139064,2640,'wf_order_exported_status','1'),(139065,2629,'wf_order_exported_status','1'),(139066,2628,'wf_order_exported_status','1'),(139067,2627,'wf_order_exported_status','1'),(139068,2599,'wf_order_exported_status','1'),(139069,2598,'wf_order_exported_status','1'),(139070,2597,'wf_order_exported_status','1'),(139071,2596,'wf_order_exported_status','1'),(139072,2574,'wf_order_exported_status','1'),(139073,2565,'wf_order_exported_status','1'),(139074,2552,'wf_order_exported_status','1'),(139075,2551,'wf_order_exported_status','1'),(139076,2541,'wf_order_exported_status','1'),(139077,2516,'wf_order_exported_status','1'),(139078,2515,'wf_order_exported_status','1'),(139079,2501,'wf_order_exported_status','1'),(139080,2487,'wf_order_exported_status','1'),(139081,2471,'wf_order_exported_status','1'),(139082,2470,'wf_order_exported_status','1'),(139083,2468,'wf_order_exported_status','1'),(139084,2467,'wf_order_exported_status','1'),(139085,2466,'wf_order_exported_status','1'),(139086,2421,'wf_order_exported_status','1'),(139087,2422,'wf_order_exported_status','1'),(139088,2392,'wf_order_exported_status','1'),(139089,2375,'wf_order_exported_status','1'),(139090,2374,'wf_order_exported_status','1'),(139091,2364,'wf_order_exported_status','1'),(139092,2345,'wf_order_exported_status','1'),(139093,2307,'wf_order_exported_status','1'),(139094,2306,'wf_order_exported_status','1'),(139095,2297,'wf_order_exported_status','1'),(139096,2270,'wf_order_exported_status','1'),(139097,2259,'wf_order_exported_status','1'),(139098,2258,'wf_order_exported_status','1'),(139099,2247,'wf_order_exported_status','1'),(139100,2233,'wf_order_exported_status','1'),(139101,2232,'wf_order_exported_status','1'),(139102,2208,'wf_order_exported_status','1'),(139103,2207,'wf_order_exported_status','1'),(139104,2181,'wf_order_exported_status','1'),(139105,2180,'wf_order_exported_status','1'),(139106,2179,'wf_order_exported_status','1'),(139107,2178,'wf_order_exported_status','1'),(139108,2163,'wf_order_exported_status','1'),(139109,2162,'wf_order_exported_status','1'),(139110,2161,'wf_order_exported_status','1'),(139111,2160,'wf_order_exported_status','1'),(139112,2159,'wf_order_exported_status','1'),(139113,2133,'wf_order_exported_status','1'),(139114,2132,'wf_order_exported_status','1'),(139115,2128,'wf_order_exported_status','1'),(139116,2101,'wf_order_exported_status','1'),(139117,2097,'wf_order_exported_status','1'),(139118,2096,'wf_order_exported_status','1'),(139119,2095,'wf_order_exported_status','1'),(139120,2094,'wf_order_exported_status','1'),(139121,2093,'wf_order_exported_status','1'),(139122,2086,'wf_order_exported_status','1'),(139123,2085,'wf_order_exported_status','1'),(139124,2062,'wf_order_exported_status','1'),(139125,2059,'wf_order_exported_status','1'),(139126,2054,'wf_order_exported_status','1'),(139127,2047,'wf_order_exported_status','1'),(139128,2020,'wf_order_exported_status','1'),(139129,2018,'wf_order_exported_status','1'),(139130,2013,'wf_order_exported_status','1'),(139131,2005,'wf_order_exported_status','1'),(139132,1991,'wf_order_exported_status','1'),(139133,1938,'wf_order_exported_status','1'),(139134,1937,'wf_order_exported_status','1'),(139135,1936,'wf_order_exported_status','1'),(139151,2959,'_order_key','wc_order_g8opvTT7SiZBV'),(139152,2959,'_customer_user','90'),(139153,2959,'_payment_method','paypal'),(139154,2959,'_payment_method_title','PayPal'),(139155,2959,'_customer_ip_address','68.56.158.74'),(139156,2959,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(139157,2959,'_created_via','checkout'),(139158,2959,'_cart_hash','c40c41f8c960806d9ee527c847c27b57'),(139159,2959,'_download_permissions_granted','yes'),(139160,2959,'_recorded_sales','yes'),(139161,2959,'_recorded_coupon_usage_counts','yes'),(139162,2959,'_new_order_email_sent','true'),(139163,2959,'_order_stock_reduced','yes'),(139164,2959,'_billing_first_name','Mike'),(139165,2959,'_billing_last_name','Brehm'),(139166,2959,'_billing_company','Remedy'),(139167,2959,'_billing_address_1','5258 Plainfield Ave NE'),(139168,2959,'_billing_city','Grand Rapids'),(139169,2959,'_billing_state','MI'),(139170,2959,'_billing_postcode','49525'),(139171,2959,'_billing_country','US'),(139172,2959,'_billing_email','rapunzelscorinn@gmail.com'),(139173,2959,'_billing_phone','6164504125'),(139174,2959,'_shipping_first_name','Corinn'),(139175,2959,'_shipping_last_name','Nichols'),(139176,2959,'_shipping_company','LCA Remedy'),(139177,2959,'_shipping_address_1','3500 Dean Lake Ave NE'),(139178,2959,'_shipping_city','Grand Rapids'),(139179,2959,'_shipping_state','MI'),(139180,2959,'_shipping_postcode','49525'),(139181,2959,'_shipping_country','US'),(139182,2959,'_order_currency','USD'),(139183,2959,'_cart_discount','0'),(139184,2959,'_cart_discount_tax','0'),(139185,2959,'_order_shipping','21.75'),(139186,2959,'_order_shipping_tax','0'),(139187,2959,'_order_tax','0'),(139188,2959,'_order_total','405.03'),(139189,2959,'_order_version','9.3.3'),(139190,2959,'_prices_include_tax','no'),(139191,2959,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(139192,2959,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(139193,2959,'is_vat_exempt','no'),(139194,2959,'_wc_order_attribution_source_type','referral'),(139195,2959,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(139196,2959,'_wc_order_attribution_utm_source','lcaportal.com'),(139197,2959,'_wc_order_attribution_utm_medium','referral'),(139198,2959,'_wc_order_attribution_utm_content','/'),(139199,2959,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139200,2959,'_wc_order_attribution_session_start_time','2024-09-26 14:09:04'),(139201,2959,'_wc_order_attribution_session_pages','6'),(139202,2959,'_wc_order_attribution_session_count','1'),(139203,2959,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0'),(139204,2959,'_wc_order_attribution_device_type','Desktop'),(139205,2959,'Payment type','instant'),(139206,2959,'_paypal_status','completed'),(139207,2959,'_transaction_id','5AN46553EW6302158'),(139208,2959,'PayPal Transaction Fee','14.63'),(139209,2959,'_date_paid','1727360484'),(139210,2959,'_paid_date','2024-09-26 14:21:24'),(139211,2960,'_order_key','wc_order_HFcb3cWh8xpze'),(139212,2960,'_customer_user','78'),(139213,2960,'_payment_method','paypal'),(139214,2960,'_payment_method_title','PayPal'),(139215,2960,'_customer_ip_address','108.46.239.59'),(139216,2960,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1'),(139217,2960,'_created_via','checkout'),(139218,2960,'_cart_hash','0531bad8a730b3c9792ec7223fff9be0'),(139219,2960,'_download_permissions_granted','yes'),(139220,2960,'_recorded_sales','yes'),(139221,2960,'_recorded_coupon_usage_counts','yes'),(139222,2960,'_new_order_email_sent','true'),(139223,2960,'_order_stock_reduced','yes'),(139224,2960,'_billing_first_name','Richard'),(139225,2960,'_billing_last_name','Florsheim'),(139226,2960,'_billing_company','Licura'),(139227,2960,'_billing_address_1','3827 w fairway heights dr'),(139228,2960,'_billing_city','Mequon'),(139229,2960,'_billing_state','NY'),(139230,2960,'_billing_postcode','53092'),(139231,2960,'_billing_country','US'),(139232,2960,'_billing_email','tara@liceclinicslongIsland.com'),(139233,2960,'_billing_phone','5619006382'),(139234,2960,'_shipping_first_name','Tara'),(139235,2960,'_shipping_last_name','johnson'),(139236,2960,'_shipping_company','LCA'),(139237,2960,'_shipping_address_1','591 Stewart ave'),(139238,2960,'_shipping_address_2','Suite 200'),(139239,2960,'_shipping_city','Garden city'),(139240,2960,'_shipping_state','NY'),(139241,2960,'_shipping_postcode','11530'),(139242,2960,'_shipping_country','US'),(139243,2960,'_order_currency','USD'),(139244,2960,'_cart_discount','0'),(139245,2960,'_cart_discount_tax','0'),(139246,2960,'_order_shipping','15.68'),(139247,2960,'_order_shipping_tax','0'),(139248,2960,'_order_tax','0'),(139249,2960,'_order_total','78.38'),(139250,2960,'_order_version','9.3.3'),(139251,2960,'_prices_include_tax','no'),(139252,2960,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(139253,2960,'_shipping_address_index','Tara johnson LCA 591 Stewart ave Suite 200 Garden city NY 11530 US '),(139254,2960,'is_vat_exempt','no'),(139255,2960,'_wc_order_attribution_source_type','typein'),(139256,2960,'_wc_order_attribution_utm_source','(direct)'),(139257,2960,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139258,2960,'_wc_order_attribution_session_start_time','2024-09-26 15:44:27'),(139259,2960,'_wc_order_attribution_session_pages','4'),(139260,2960,'_wc_order_attribution_session_count','1'),(139261,2960,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1'),(139262,2960,'_wc_order_attribution_device_type','Mobile'),(139263,2960,'Payment type','instant'),(139264,2960,'_paypal_status','completed'),(139265,2960,'_transaction_id','47R667170D704162K'),(139266,2960,'PayPal Transaction Fee','3.23'),(139267,2960,'_date_paid','1727365624'),(139268,2960,'_paid_date','2024-09-26 15:47:04'),(139269,2961,'_order_key','wc_order_qBobIxU1YrB2a'),(139270,2961,'_customer_user','50'),(139271,2961,'_payment_method','paypal'),(139272,2961,'_payment_method_title','PayPal'),(139273,2961,'_customer_ip_address','24.62.247.50'),(139274,2961,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139275,2961,'_created_via','checkout'),(139276,2961,'_cart_hash','9341cfa61ddaca0f067de2d61c57f79a'),(139277,2961,'_download_permissions_granted','yes'),(139278,2961,'_recorded_sales','yes'),(139279,2961,'_recorded_coupon_usage_counts','yes'),(139280,2961,'_new_order_email_sent','true'),(139281,2961,'_order_stock_reduced','yes'),(139282,2961,'_billing_first_name','Christine'),(139283,2961,'_billing_last_name','Cherry'),(139284,2961,'_billing_company','NITS END'),(139285,2961,'_billing_address_1','PO BOX 1092'),(139286,2961,'_billing_city','Campton'),(139287,2961,'_billing_state','NH'),(139288,2961,'_billing_postcode','03223'),(139289,2961,'_billing_country','US'),(139290,2961,'_billing_email','info@liceclinicsplaistow.com'),(139291,2961,'_billing_phone','16034983390'),(139292,2961,'_shipping_first_name','Christine'),(139293,2961,'_shipping_last_name','Cherry'),(139294,2961,'_shipping_company','C/O Linda Brann LCA/Nits End'),(139295,2961,'_shipping_address_1','16 Toppan Dr'),(139296,2961,'_shipping_city','Gorham'),(139297,2961,'_shipping_state','ME'),(139298,2961,'_shipping_postcode','04038'),(139299,2961,'_shipping_country','US'),(139300,2961,'_order_currency','USD'),(139301,2961,'_cart_discount','0'),(139302,2961,'_cart_discount_tax','0'),(139303,2961,'_order_shipping','31.72'),(139304,2961,'_order_shipping_tax','0'),(139305,2961,'_order_tax','0'),(139306,2961,'_order_total','348.52'),(139307,2961,'_order_version','9.3.3'),(139308,2961,'_prices_include_tax','no'),(139309,2961,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(139310,2961,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(139311,2961,'is_vat_exempt','no'),(139312,2961,'_wc_order_attribution_source_type','referral'),(139313,2961,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139314,2961,'_wc_order_attribution_utm_source','lcaportal.com'),(139315,2961,'_wc_order_attribution_utm_medium','referral'),(139316,2961,'_wc_order_attribution_utm_content','/'),(139317,2961,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139318,2961,'_wc_order_attribution_session_start_time','2024-09-26 21:12:08'),(139319,2961,'_wc_order_attribution_session_pages','4'),(139320,2961,'_wc_order_attribution_session_count','1'),(139321,2961,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139322,2961,'_wc_order_attribution_device_type','Desktop'),(139323,2961,'Payment type','instant'),(139324,2961,'_paypal_status','completed'),(139325,2961,'_transaction_id','3CV22676CF5909053'),(139326,2961,'PayPal Transaction Fee','12.65'),(139327,2961,'_date_paid','1727385278'),(139328,2961,'_paid_date','2024-09-26 21:14:38'),(139329,2962,'_order_key','wc_order_roWe9NkcqHs6d'),(139330,2962,'_customer_user','76'),(139331,2962,'_payment_method','paypal'),(139332,2962,'_payment_method_title','PayPal'),(139333,2962,'_customer_ip_address','66.31.192.192'),(139334,2962,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(139335,2962,'_created_via','checkout'),(139336,2962,'_cart_hash','97d3342b2cc147c8346f2f6f1b144546'),(139337,2962,'_download_permissions_granted','yes'),(139338,2962,'_recorded_sales','yes'),(139339,2962,'_recorded_coupon_usage_counts','yes'),(139340,2962,'_new_order_email_sent','true'),(139341,2962,'_order_stock_reduced','yes'),(139342,2962,'_billing_first_name','Naomi'),(139343,2962,'_billing_last_name','Golden'),(139344,2962,'_billing_company','LCA'),(139345,2962,'_billing_address_1','31 Mann Ave'),(139346,2962,'_billing_city','Needham'),(139347,2962,'_billing_state','MA'),(139348,2962,'_billing_postcode','02492'),(139349,2962,'_billing_country','US'),(139350,2962,'_billing_email','nrgolden6486@gmail.com'),(139351,2962,'_billing_phone','617-851-1322'),(139352,2962,'_shipping_first_name','Naomi'),(139353,2962,'_shipping_last_name','Golden'),(139354,2962,'_shipping_company','LCA'),(139355,2962,'_shipping_address_1','111 Center Street'),(139356,2962,'_shipping_address_2','Ste A'),(139357,2962,'_shipping_city','Middleborough'),(139358,2962,'_shipping_state','MA'),(139359,2962,'_shipping_postcode','02346'),(139360,2962,'_shipping_country','US'),(139361,2962,'_order_currency','USD'),(139362,2962,'_cart_discount','0'),(139363,2962,'_cart_discount_tax','0'),(139364,2962,'_order_shipping','0'),(139365,2962,'_order_shipping_tax','0'),(139366,2962,'_order_tax','0'),(139367,2962,'_order_total','506.60'),(139368,2962,'_order_version','9.3.3'),(139369,2962,'_prices_include_tax','no'),(139370,2962,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(139371,2962,'_shipping_address_index','Naomi Golden LCA 111 Center Street Ste A Middleborough MA 02346 US '),(139372,2962,'is_vat_exempt','no'),(139373,2962,'_wc_order_attribution_source_type','typein'),(139374,2962,'_wc_order_attribution_utm_source','(direct)'),(139375,2962,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139376,2962,'_wc_order_attribution_session_start_time','2024-09-17 13:28:29'),(139377,2962,'_wc_order_attribution_session_pages','7'),(139378,2962,'_wc_order_attribution_session_count','4'),(139379,2962,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(139380,2962,'_wc_order_attribution_device_type','Desktop'),(139381,2962,'Payment type','instant'),(139382,2962,'_paypal_status','completed'),(139383,2962,'_transaction_id','59B99021U8057544G'),(139384,2962,'PayPal Transaction Fee','18.17'),(139385,2962,'_date_paid','1727405195'),(139386,2962,'_paid_date','2024-09-27 02:46:35'),(139387,2960,'_edit_lock','1727411030:2'),(139388,2960,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992237406\";s:12:\"date_shipped\";s:10:\"1727395200\";s:11:\"tracking_id\";s:32:\"7ba079a6f218919d59c79df4a8fcbeff\";}}'),(139389,2960,'_edit_last','2'),(139390,2960,'_date_completed','1727411025'),(139391,2960,'_completed_date','2024-09-27 04:23:45'),(139392,2959,'_edit_lock','1727410949:2'),(139393,2959,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992237391\";s:12:\"date_shipped\";s:10:\"1727395200\";s:11:\"tracking_id\";s:32:\"e4442c56bca105f3cfd4a701f0d333da\";}}'),(139394,2959,'_edit_last','2'),(139395,2959,'_date_completed','1727411087'),(139396,2959,'_completed_date','2024-09-27 04:24:47'),(139397,2964,'_order_key','wc_order_jBAJ2WIxtnpYO'),(139398,2964,'_customer_user','105'),(139399,2964,'_payment_method','paypal'),(139400,2964,'_payment_method_title','PayPal'),(139401,2964,'_customer_ip_address','67.177.160.177'),(139402,2964,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139403,2964,'_created_via','checkout'),(139404,2964,'_cart_hash','83011f638c6978dd1efa78d12540f253'),(139405,2964,'_download_permissions_granted','yes'),(139406,2964,'_recorded_sales','yes'),(139407,2964,'_recorded_coupon_usage_counts','yes'),(139408,2964,'_new_order_email_sent','true'),(139409,2964,'_order_stock_reduced','yes'),(139410,2964,'_billing_first_name','Joseph'),(139411,2964,'_billing_last_name','West'),(139412,2964,'_billing_company','MAJESTIC PEACOCK LLC'),(139413,2964,'_billing_address_1','615 Crofton Park Ln'),(139414,2964,'_billing_city','Franklin'),(139415,2964,'_billing_state','TN'),(139416,2964,'_billing_postcode','37069'),(139417,2964,'_billing_country','US'),(139418,2964,'_billing_email','info@nashville.liceclinicsofamerica.com'),(139419,2964,'_billing_phone','8042184232'),(139420,2964,'_shipping_first_name','Joseph'),(139421,2964,'_shipping_last_name','West'),(139422,2964,'_shipping_company','Lice Clinics of America'),(139423,2964,'_shipping_address_1','330 Mallory Station Rd F 17'),(139424,2964,'_shipping_city','Franklin'),(139425,2964,'_shipping_state','TN'),(139426,2964,'_shipping_postcode','37067'),(139427,2964,'_shipping_country','US'),(139428,2964,'_order_currency','USD'),(139429,2964,'_cart_discount','0'),(139430,2964,'_cart_discount_tax','0'),(139431,2964,'_order_shipping','0'),(139432,2964,'_order_shipping_tax','0'),(139433,2964,'_order_tax','0'),(139434,2964,'_order_total','525.20'),(139435,2964,'_order_version','9.3.3'),(139436,2964,'_prices_include_tax','no'),(139437,2964,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(139438,2964,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(139439,2964,'is_vat_exempt','no'),(139440,2964,'_wc_order_attribution_source_type','referral'),(139441,2964,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139442,2964,'_wc_order_attribution_utm_source','lcaportal.com'),(139443,2964,'_wc_order_attribution_utm_medium','referral'),(139444,2964,'_wc_order_attribution_utm_content','/'),(139445,2964,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139446,2964,'_wc_order_attribution_session_start_time','2024-09-30 15:03:41'),(139447,2964,'_wc_order_attribution_session_pages','6'),(139448,2964,'_wc_order_attribution_session_count','1'),(139449,2964,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139450,2964,'_wc_order_attribution_device_type','Desktop'),(139451,2964,'Payment type','instant'),(139452,2964,'_paypal_status','completed'),(139453,2964,'_transaction_id','67R304469P6112828'),(139454,2964,'PayPal Transaction Fee','18.82'),(139455,2964,'_date_paid','1727709485'),(139456,2964,'_paid_date','2024-09-30 15:18:05'),(139457,2961,'_edit_lock','1727728468:2'),(139458,2961,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992237472\";s:12:\"date_shipped\";s:10:\"1727654400\";s:11:\"tracking_id\";s:32:\"6c11e79a241a5031f307882870f14d4e\";}}'),(139459,2961,'_edit_last','2'),(139460,2961,'_date_completed','1727728537'),(139461,2961,'_completed_date','2024-09-30 20:35:37'),(139462,2962,'_edit_lock','1727728564:2'),(139463,2962,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992237510\";s:12:\"date_shipped\";s:10:\"1727654400\";s:11:\"tracking_id\";s:32:\"8063fc8e3c16639b1c0c13e3bb150893\";}}'),(139464,2962,'_edit_last','2'),(139465,2962,'_date_completed','1727728698'),(139466,2962,'_completed_date','2024-09-30 20:38:18'),(139467,2965,'_order_key','wc_order_ezlXhAZgFMHPx'),(139468,2965,'_customer_user','29'),(139469,2965,'_payment_method','paypal'),(139470,2965,'_payment_method_title','PayPal'),(139471,2965,'_customer_ip_address','68.81.51.31'),(139472,2965,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(139473,2965,'_created_via','checkout'),(139474,2965,'_cart_hash','789740dfe4b2c7366ebac8106e65e98f'),(139475,2965,'_download_permissions_granted','yes'),(139476,2965,'_recorded_sales','yes'),(139477,2965,'_recorded_coupon_usage_counts','yes'),(139478,2965,'_new_order_email_sent','true'),(139479,2965,'_order_stock_reduced','yes'),(139480,2965,'_billing_first_name','Nicole'),(139481,2965,'_billing_last_name','Reilly'),(139482,2965,'_billing_address_1','5460 Richie Ct'),(139483,2965,'_billing_city','Pipersville'),(139484,2965,'_billing_state','PA'),(139485,2965,'_billing_postcode','18947'),(139486,2965,'_billing_country','US'),(139487,2965,'_billing_email','info@liceclinicslansdale.com'),(139488,2965,'_billing_phone','2156941408'),(139489,2965,'_shipping_first_name','Nicole'),(139490,2965,'_shipping_last_name','Reilly'),(139491,2965,'_shipping_company','LCA Lansdale'),(139492,2965,'_shipping_address_1','2131 North Broad Street'),(139493,2965,'_shipping_address_2','Suite 101'),(139494,2965,'_shipping_city','Lansdale'),(139495,2965,'_shipping_state','PA'),(139496,2965,'_shipping_postcode','19446'),(139497,2965,'_shipping_country','US'),(139498,2965,'_order_currency','USD'),(139499,2965,'_cart_discount','0'),(139500,2965,'_cart_discount_tax','0'),(139501,2965,'_order_shipping','14.18'),(139502,2965,'_order_shipping_tax','0'),(139503,2965,'_order_tax','0'),(139504,2965,'_order_total','112.98'),(139505,2965,'_order_version','9.3.3'),(139506,2965,'_prices_include_tax','no'),(139507,2965,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(139508,2965,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(139509,2965,'is_vat_exempt','no'),(139510,2965,'_wc_order_attribution_source_type','referral'),(139511,2965,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(139512,2965,'_wc_order_attribution_utm_source','lcaportal.com'),(139513,2965,'_wc_order_attribution_utm_medium','referral'),(139514,2965,'_wc_order_attribution_utm_content','/'),(139515,2965,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139516,2965,'_wc_order_attribution_session_start_time','2024-10-01 03:17:45'),(139517,2965,'_wc_order_attribution_session_pages','4'),(139518,2965,'_wc_order_attribution_session_count','3'),(139519,2965,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(139520,2965,'_wc_order_attribution_device_type','Desktop'),(139521,2965,'Payment type','instant'),(139522,2965,'_paypal_status','completed'),(139523,2965,'_transaction_id','7B210562FC645952K'),(139524,2965,'PayPal Transaction Fee','4.43'),(139525,2965,'_date_paid','1727753014'),(139526,2965,'_paid_date','2024-10-01 03:23:34'),(139527,2966,'_order_key','wc_order_lk8wYzZ9pWOOc'),(139528,2966,'_customer_user','11'),(139529,2966,'_payment_method','paypal'),(139530,2966,'_payment_method_title','PayPal'),(139531,2966,'_customer_ip_address','65.186.66.106'),(139532,2966,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(139533,2966,'_created_via','checkout'),(139534,2966,'_cart_hash','1f786c63491380d2792086552e90afc4'),(139535,2966,'_download_permissions_granted','yes'),(139536,2966,'_recorded_sales','yes'),(139537,2966,'_recorded_coupon_usage_counts','yes'),(139538,2966,'_new_order_email_sent','true'),(139539,2966,'_order_stock_reduced','yes'),(139540,2966,'_billing_first_name','Tina'),(139541,2966,'_billing_last_name','Hunt'),(139542,2966,'_billing_company','Lice Clinics of America'),(139543,2966,'_billing_address_1','830 Fairview Ave.'),(139544,2966,'_billing_address_2','Suite A-4'),(139545,2966,'_billing_city','Bowling Green'),(139546,2966,'_billing_state','KY'),(139547,2966,'_billing_postcode','42101'),(139548,2966,'_billing_country','US'),(139549,2966,'_billing_email','lcbgky12@gmail.com'),(139550,2966,'_billing_phone','2709996803'),(139551,2966,'_shipping_first_name','Tina'),(139552,2966,'_shipping_last_name','Hunt'),(139553,2966,'_shipping_company','Lice Clinics of America'),(139554,2966,'_shipping_address_1','830 Fairview Ave.'),(139555,2966,'_shipping_address_2','Suite A-4'),(139556,2966,'_shipping_city','Bowling Green'),(139557,2966,'_shipping_state','KY'),(139558,2966,'_shipping_postcode','42101'),(139559,2966,'_shipping_country','US'),(139560,2966,'_order_currency','USD'),(139561,2966,'_cart_discount','0'),(139562,2966,'_cart_discount_tax','0'),(139563,2966,'_order_shipping','16.7'),(139564,2966,'_order_shipping_tax','0'),(139565,2966,'_order_tax','0'),(139566,2966,'_order_total','245.70'),(139567,2966,'_order_version','9.3.3'),(139568,2966,'_prices_include_tax','no'),(139569,2966,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(139570,2966,'_shipping_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(139571,2966,'is_vat_exempt','no'),(139572,2966,'_wc_order_attribution_source_type','referral'),(139573,2966,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139574,2966,'_wc_order_attribution_utm_source','lcaportal.com'),(139575,2966,'_wc_order_attribution_utm_medium','referral'),(139576,2966,'_wc_order_attribution_utm_content','/'),(139577,2966,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139578,2966,'_wc_order_attribution_session_start_time','2024-10-01 14:38:44'),(139579,2966,'_wc_order_attribution_session_pages','4'),(139580,2966,'_wc_order_attribution_session_count','3'),(139581,2966,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(139582,2966,'_wc_order_attribution_device_type','Desktop'),(139583,2966,'Payment type','instant'),(139584,2966,'_paypal_status','completed'),(139585,2966,'_transaction_id','4YF24439R09676233'),(139586,2966,'PayPal Transaction Fee','9.06'),(139587,2966,'_date_paid','1727793624'),(139588,2966,'_paid_date','2024-10-01 14:40:24'),(139589,2964,'_edit_lock','1727818079:2'),(139590,2964,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992237851\";s:12:\"date_shipped\";s:10:\"1727740800\";s:11:\"tracking_id\";s:32:\"a69d2f521526a18c401789365cbbc666\";}}'),(139591,2964,'_edit_last','2'),(139592,2964,'_date_completed','1727818075'),(139593,2964,'_completed_date','2024-10-01 21:27:55'),(139594,2965,'_edit_lock','1727818058:2'),(139595,2965,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992238078\";s:12:\"date_shipped\";s:10:\"1727740800\";s:11:\"tracking_id\";s:32:\"b058067794d5b57b1402fd1ceb91da94\";}}'),(139596,2965,'_edit_last','2'),(139597,2965,'_date_completed','1727818191'),(139598,2965,'_completed_date','2024-10-01 21:29:51'),(139599,2966,'_edit_lock','1727818271:2'),(139600,2966,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992238115\";s:12:\"date_shipped\";s:10:\"1727740800\";s:11:\"tracking_id\";s:32:\"066300f7a0686018d83deff2f57737e8\";}}'),(139601,2966,'_edit_last','2'),(139602,2966,'_date_completed','1727818255'),(139603,2966,'_completed_date','2024-10-01 21:30:55'),(139611,2967,'_order_key','wc_order_1bbX3FnNHSOa2'),(139612,2967,'_customer_user','100'),(139613,2967,'_payment_method','paypal'),(139614,2967,'_payment_method_title','PayPal'),(139615,2967,'_customer_ip_address','108.147.93.36'),(139616,2967,'_customer_user_agent','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'),(139617,2967,'_created_via','checkout'),(139618,2967,'_cart_hash','a9637b09e2903ed2ba1687bf228cab9f'),(139619,2967,'_download_permissions_granted','yes'),(139620,2967,'_recorded_sales','yes'),(139621,2967,'_recorded_coupon_usage_counts','yes'),(139622,2967,'_new_order_email_sent','true'),(139623,2967,'_order_stock_reduced','yes'),(139624,2967,'_billing_first_name','Michael'),(139625,2967,'_billing_last_name','Beckman'),(139626,2967,'_billing_address_1','921 Moraga Ave'),(139627,2967,'_billing_city','Piedmont'),(139628,2967,'_billing_state','CA'),(139629,2967,'_billing_postcode','94611'),(139630,2967,'_billing_country','US'),(139631,2967,'_billing_email','licetoknowyou@gmail.com'),(139632,2967,'_billing_phone','8585314583'),(139633,2967,'_shipping_first_name','Chelsey'),(139634,2967,'_shipping_last_name','Watkins'),(139635,2967,'_shipping_company','Lice Clinics of America - Sunnyvale'),(139636,2967,'_shipping_address_1','958 Redmond ave'),(139637,2967,'_shipping_city','San Jose'),(139638,2967,'_shipping_state','CA'),(139639,2967,'_shipping_postcode','95120'),(139640,2967,'_shipping_country','US'),(139641,2967,'_order_currency','USD'),(139642,2967,'_cart_discount','0'),(139643,2967,'_cart_discount_tax','0'),(139644,2967,'_order_shipping','0'),(139645,2967,'_order_shipping_tax','0'),(139646,2967,'_order_tax','0'),(139647,2967,'_order_total','816.09'),(139648,2967,'_order_version','9.3.3'),(139649,2967,'_prices_include_tax','no'),(139650,2967,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(139651,2967,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(139652,2967,'is_vat_exempt','no'),(139653,2967,'_wc_order_attribution_source_type','referral'),(139654,2967,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139655,2967,'_wc_order_attribution_utm_source','lcaportal.com'),(139656,2967,'_wc_order_attribution_utm_medium','referral'),(139657,2967,'_wc_order_attribution_utm_content','/'),(139658,2967,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139659,2967,'_wc_order_attribution_session_start_time','2024-10-01 19:55:10'),(139660,2967,'_wc_order_attribution_session_pages','1'),(139661,2967,'_wc_order_attribution_session_count','6'),(139662,2967,'_wc_order_attribution_user_agent','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'),(139663,2967,'_wc_order_attribution_device_type','Desktop'),(139664,2967,'Payment type','instant'),(139665,2967,'_paypal_status','completed'),(139666,2967,'_transaction_id','5VW45238194134540'),(139667,2967,'PayPal Transaction Fee','28.97'),(139668,2967,'_date_paid','1727885753'),(139669,2967,'_paid_date','2024-10-02 16:15:53'),(139672,2967,'_edit_lock','1727907458:2'),(139673,2967,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992238891\";s:12:\"date_shipped\";s:10:\"1727827200\";s:11:\"tracking_id\";s:32:\"6641d001071b078c9ffd8e81f32fd7a2\";}}'),(139674,2967,'_edit_last','2'),(139675,2967,'_date_completed','1727907592'),(139676,2967,'_completed_date','2024-10-02 22:19:52'),(139677,2968,'_order_key','wc_order_R2WEnlfVSUbjZ'),(139678,2968,'_customer_user','66'),(139679,2968,'_payment_method','paypal'),(139680,2968,'_payment_method_title','PayPal'),(139681,2968,'_customer_ip_address','72.85.35.117'),(139682,2968,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0'),(139683,2968,'_created_via','checkout'),(139684,2968,'_cart_hash','04883f9a90143d826518605aabac55cb'),(139685,2968,'_download_permissions_granted','yes'),(139686,2968,'_recorded_sales','yes'),(139687,2968,'_recorded_coupon_usage_counts','yes'),(139688,2968,'_new_order_email_sent','true'),(139689,2968,'_order_stock_reduced','yes'),(139690,2968,'_billing_first_name','Mark'),(139691,2968,'_billing_last_name','Dent'),(139692,2968,'_billing_company','Lice Clinics of Maryland'),(139693,2968,'_billing_address_1','801 W 33rd Street'),(139694,2968,'_billing_city','BAltimore'),(139695,2968,'_billing_state','MD'),(139696,2968,'_billing_postcode','21211'),(139697,2968,'_billing_country','US'),(139698,2968,'_billing_email','info@liceclinicsofmaryland.com'),(139699,2968,'_billing_phone','4438349991'),(139700,2968,'_shipping_first_name','Dawn'),(139701,2968,'_shipping_last_name','Mumaw'),(139702,2968,'_shipping_company','LCA Baltimore'),(139703,2968,'_shipping_address_1','604 Providence Road'),(139704,2968,'_shipping_city','Towson'),(139705,2968,'_shipping_state','MD'),(139706,2968,'_shipping_postcode','21286'),(139707,2968,'_shipping_country','US'),(139708,2968,'_order_currency','USD'),(139709,2968,'_cart_discount','0'),(139710,2968,'_cart_discount_tax','0'),(139711,2968,'_order_shipping','0'),(139712,2968,'_order_shipping_tax','0'),(139713,2968,'_order_tax','0'),(139714,2968,'_order_total','3743.16'),(139715,2968,'_order_version','9.3.3'),(139716,2968,'_prices_include_tax','no'),(139717,2968,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(139718,2968,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(139719,2968,'is_vat_exempt','no'),(139720,2968,'_wc_order_attribution_source_type','referral'),(139721,2968,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(139722,2968,'_wc_order_attribution_utm_source','lcaportal.com'),(139723,2968,'_wc_order_attribution_utm_medium','referral'),(139724,2968,'_wc_order_attribution_utm_content','/'),(139725,2968,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139726,2968,'_wc_order_attribution_session_start_time','2024-10-02 18:42:44'),(139727,2968,'_wc_order_attribution_session_pages','2'),(139728,2968,'_wc_order_attribution_session_count','2'),(139729,2968,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0'),(139730,2968,'_wc_order_attribution_device_type','Desktop'),(139731,2968,'Payment type','instant'),(139732,2968,'_paypal_status','completed'),(139733,2968,'_transaction_id','7BA92226GV200990C'),(139734,2968,'PayPal Transaction Fee','131.13'),(139735,2968,'_date_paid','1727919930'),(139736,2968,'_paid_date','2024-10-03 01:45:30'),(139737,2970,'_order_key','wc_order_18xZNJ4bieEU1'),(139738,2970,'_customer_user','3'),(139739,2970,'_payment_method','paypal'),(139740,2970,'_payment_method_title','PayPal'),(139741,2970,'_customer_ip_address','99.22.146.124'),(139742,2970,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(139743,2970,'_created_via','checkout'),(139744,2970,'_cart_hash','a4487d3d80107e518328e864a913e8d5'),(139745,2970,'_download_permissions_granted','yes'),(139746,2970,'_recorded_sales','yes'),(139747,2970,'_recorded_coupon_usage_counts','yes'),(139748,2970,'_new_order_email_sent','true'),(139749,2970,'_order_stock_reduced','yes'),(139750,2970,'_billing_first_name','Amanda'),(139751,2970,'_billing_last_name','Westerman'),(139752,2970,'_billing_company','Lice Clinics of America McKinney'),(139753,2970,'_billing_address_1','3120 Hudson Crossing'),(139754,2970,'_billing_address_2','Suite A2'),(139755,2970,'_billing_city','MCKINNEY'),(139756,2970,'_billing_state','TX'),(139757,2970,'_billing_postcode','75070'),(139758,2970,'_billing_country','US'),(139759,2970,'_billing_email','awesterman1103@gmail.com'),(139760,2970,'_billing_phone','2144175741'),(139761,2970,'_shipping_first_name','amanda'),(139762,2970,'_shipping_last_name','westerman'),(139763,2970,'_shipping_company','Lice Clinics of America McKinney'),(139764,2970,'_shipping_address_1','3120 Hudson Crossing'),(139765,2970,'_shipping_address_2','Suite A2'),(139766,2970,'_shipping_city','MCKINNEY'),(139767,2970,'_shipping_state','TX'),(139768,2970,'_shipping_postcode','75070'),(139769,2970,'_shipping_country','US'),(139770,2970,'_order_currency','USD'),(139771,2970,'_cart_discount','0'),(139772,2970,'_cart_discount_tax','0'),(139773,2970,'_order_shipping','0'),(139774,2970,'_order_shipping_tax','0'),(139775,2970,'_order_tax','0'),(139776,2970,'_order_total','718.92'),(139777,2970,'_order_version','9.3.3'),(139778,2970,'_prices_include_tax','no'),(139779,2970,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(139780,2970,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(139781,2970,'is_vat_exempt','no'),(139782,2970,'_wc_order_attribution_source_type','referral'),(139783,2970,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(139784,2970,'_wc_order_attribution_utm_source','lcaportal.com'),(139785,2970,'_wc_order_attribution_utm_medium','referral'),(139786,2970,'_wc_order_attribution_utm_content','/'),(139787,2970,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139788,2970,'_wc_order_attribution_session_start_time','2024-10-04 14:30:17'),(139789,2970,'_wc_order_attribution_session_pages','4'),(139790,2970,'_wc_order_attribution_session_count','1'),(139791,2970,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(139792,2970,'_wc_order_attribution_device_type','Desktop'),(139793,2970,'Payment type','instant'),(139794,2970,'_paypal_status','completed'),(139795,2970,'_transaction_id','49C78646AB1544151'),(139796,2970,'PayPal Transaction Fee','25.58'),(139797,2970,'_date_paid','1728053474'),(139798,2970,'_paid_date','2024-10-04 14:51:14'),(139801,2968,'_edit_lock','1728081827:2'),(139802,2970,'_edit_lock','1728082141:2'),(139803,2968,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239122\";s:12:\"date_shipped\";s:10:\"1728000000\";s:11:\"tracking_id\";s:32:\"2effdcd147930e0dca651ab9073e43c5\";}}'),(139804,2968,'_edit_last','2'),(139805,2968,'_date_completed','1728081933'),(139806,2968,'_completed_date','2024-10-04 22:45:33'),(139807,2970,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239420\";s:12:\"date_shipped\";s:10:\"1728000000\";s:11:\"tracking_id\";s:32:\"479d03b7c44bfc2931c823f217cbce54\";}}'),(139808,2970,'_edit_last','2'),(139809,2970,'_date_completed','1728082267'),(139810,2970,'_completed_date','2024-10-04 22:51:07'),(139811,2971,'_order_key','wc_order_YuYzErsaOF3iT'),(139812,2971,'_customer_user','50'),(139813,2971,'_payment_method','paypal'),(139814,2971,'_payment_method_title','PayPal'),(139815,2971,'_customer_ip_address','24.62.247.50'),(139816,2971,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139817,2971,'_created_via','checkout'),(139818,2971,'_cart_hash','08c4dc0953cecd8fa980a615df01bf70'),(139819,2971,'_download_permissions_granted','yes'),(139820,2971,'_recorded_sales','yes'),(139821,2971,'_recorded_coupon_usage_counts','yes'),(139822,2971,'_new_order_email_sent','true'),(139823,2971,'_order_stock_reduced','yes'),(139824,2971,'_billing_first_name','Christine'),(139825,2971,'_billing_last_name','Cherry'),(139826,2971,'_billing_company','NITS END'),(139827,2971,'_billing_address_1','PO BOX 1092'),(139828,2971,'_billing_city','Campton'),(139829,2971,'_billing_state','NH'),(139830,2971,'_billing_postcode','03223'),(139831,2971,'_billing_country','US'),(139832,2971,'_billing_email','info@liceclinicsplaistow.com'),(139833,2971,'_billing_phone','16034983390'),(139834,2971,'_shipping_first_name','Megan'),(139835,2971,'_shipping_last_name','O\'Neil'),(139836,2971,'_shipping_company','LCA - Nits End / 149091'),(139837,2971,'_shipping_address_1','22 Main St'),(139838,2971,'_shipping_city','Atkinson'),(139839,2971,'_shipping_state','NH'),(139840,2971,'_shipping_postcode','03811'),(139841,2971,'_shipping_country','US'),(139842,2971,'_order_currency','USD'),(139843,2971,'_cart_discount','0'),(139844,2971,'_cart_discount_tax','0'),(139845,2971,'_order_shipping','0'),(139846,2971,'_order_shipping_tax','0'),(139847,2971,'_order_tax','0'),(139848,2971,'_order_total','1366.06'),(139849,2971,'_order_version','9.3.3'),(139850,2971,'_prices_include_tax','no'),(139851,2971,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(139852,2971,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(139853,2971,'is_vat_exempt','no'),(139854,2971,'_wc_order_attribution_source_type','referral'),(139855,2971,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139856,2971,'_wc_order_attribution_utm_source','lcaportal.com'),(139857,2971,'_wc_order_attribution_utm_medium','referral'),(139858,2971,'_wc_order_attribution_utm_content','/'),(139859,2971,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139860,2971,'_wc_order_attribution_session_start_time','2024-10-05 14:45:44'),(139861,2971,'_wc_order_attribution_session_pages','4'),(139862,2971,'_wc_order_attribution_session_count','1'),(139863,2971,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139864,2971,'_wc_order_attribution_device_type','Desktop'),(139865,2971,'Payment type','instant'),(139866,2971,'_paypal_status','completed'),(139867,2971,'_transaction_id','27H36797HV910714Y'),(139868,2971,'PayPal Transaction Fee','48.17'),(139869,2971,'_date_paid','1728139714'),(139870,2971,'_paid_date','2024-10-05 14:48:34'),(139871,2972,'_order_key','wc_order_6A2BdVZekzhKc'),(139872,2972,'_customer_user','54'),(139873,2972,'_payment_method','paypal'),(139874,2972,'_payment_method_title','PayPal'),(139875,2972,'_customer_ip_address','24.12.23.62'),(139876,2972,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(139877,2972,'_created_via','checkout'),(139878,2972,'_cart_hash','7e525f10c617487943a5bd64d0e7170b'),(139879,2972,'_download_permissions_granted','yes'),(139880,2972,'_recorded_sales','yes'),(139881,2972,'_recorded_coupon_usage_counts','yes'),(139882,2972,'_new_order_email_sent','true'),(139883,2972,'_order_stock_reduced','yes'),(139884,2972,'_billing_first_name','Erin'),(139885,2972,'_billing_last_name','Hawn'),(139886,2972,'_billing_address_1','10 W Phillip Rd'),(139887,2972,'_billing_address_2','Suite 123'),(139888,2972,'_billing_city','Vernon Hills'),(139889,2972,'_billing_state','IL'),(139890,2972,'_billing_postcode','60061'),(139891,2972,'_billing_country','US'),(139892,2972,'_billing_email','info@liceclinicsvernonhills.com'),(139893,2972,'_billing_phone','8475960408'),(139894,2972,'_shipping_first_name','Erin'),(139895,2972,'_shipping_last_name','Hawn'),(139896,2972,'_shipping_address_1','1491 S Amarias Dr'),(139897,2972,'_shipping_city','Round lake'),(139898,2972,'_shipping_state','IL'),(139899,2972,'_shipping_postcode','60073'),(139900,2972,'_shipping_country','US'),(139901,2972,'_order_currency','USD'),(139902,2972,'_cart_discount','0'),(139903,2972,'_cart_discount_tax','0'),(139904,2972,'_order_shipping','0'),(139905,2972,'_order_shipping_tax','0'),(139906,2972,'_order_tax','0'),(139907,2972,'_order_total','856.86'),(139908,2972,'_order_version','9.3.3'),(139909,2972,'_prices_include_tax','no'),(139910,2972,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(139911,2972,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(139912,2972,'is_vat_exempt','no'),(139913,2972,'_wc_order_attribution_source_type','referral'),(139914,2972,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139915,2972,'_wc_order_attribution_utm_source','lcaportal.com'),(139916,2972,'_wc_order_attribution_utm_medium','referral'),(139917,2972,'_wc_order_attribution_utm_content','/'),(139918,2972,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139919,2972,'_wc_order_attribution_session_start_time','2024-10-05 19:10:35'),(139920,2972,'_wc_order_attribution_session_pages','4'),(139921,2972,'_wc_order_attribution_session_count','3'),(139922,2972,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36'),(139923,2972,'_wc_order_attribution_device_type','Desktop'),(139924,2972,'Payment type','instant'),(139925,2972,'_paypal_status','completed'),(139926,2972,'_transaction_id','6DE65616X21610721'),(139927,2972,'PayPal Transaction Fee','30.39'),(139928,2972,'_date_paid','1728155699'),(139929,2972,'_paid_date','2024-10-05 19:14:59'),(139930,2973,'_order_key','wc_order_Nuu91Nwag49wo'),(139931,2973,'_customer_user','50'),(139932,2973,'_payment_method','paypal'),(139933,2973,'_payment_method_title','PayPal'),(139934,2973,'_customer_ip_address','24.62.247.50'),(139935,2973,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139936,2973,'_created_via','checkout'),(139937,2973,'_cart_hash','12efbbb7288d183575b9e96b0b18dcad'),(139938,2973,'_download_permissions_granted','no'),(139939,2973,'_recorded_sales','no'),(139940,2973,'_recorded_coupon_usage_counts','no'),(139941,2973,'_new_order_email_sent','false'),(139942,2973,'_order_stock_reduced','no'),(139943,2973,'_billing_first_name','Christine'),(139944,2973,'_billing_last_name','Cherry'),(139945,2973,'_billing_company','NITS END'),(139946,2973,'_billing_address_1','PO BOX 1092'),(139947,2973,'_billing_city','Campton'),(139948,2973,'_billing_state','NH'),(139949,2973,'_billing_postcode','03223'),(139950,2973,'_billing_country','US'),(139951,2973,'_billing_email','info@liceclinicsplaistow.com'),(139952,2973,'_billing_phone','16034983390'),(139953,2973,'_shipping_first_name','Christine'),(139954,2973,'_shipping_last_name','Cherry'),(139955,2973,'_shipping_company','C/O Linda Brann LCA/Nits End'),(139956,2973,'_shipping_address_1','16 Toppan Dr'),(139957,2973,'_shipping_city','Gorham'),(139958,2973,'_shipping_state','ME'),(139959,2973,'_shipping_postcode','04038'),(139960,2973,'_shipping_country','US'),(139961,2973,'_order_currency','USD'),(139962,2973,'_cart_discount','0'),(139963,2973,'_cart_discount_tax','0'),(139964,2973,'_order_shipping','0'),(139965,2973,'_order_shipping_tax','0'),(139966,2973,'_order_tax','0'),(139967,2973,'_order_total','1365.94'),(139968,2973,'_order_version','9.3.3'),(139969,2973,'_prices_include_tax','no'),(139970,2973,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(139971,2973,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(139972,2973,'is_vat_exempt','no'),(139973,2973,'_wc_order_attribution_source_type','referral'),(139974,2973,'_wc_order_attribution_referrer','https://lcaportal.com/'),(139975,2973,'_wc_order_attribution_utm_source','lcaportal.com'),(139976,2973,'_wc_order_attribution_utm_medium','referral'),(139977,2973,'_wc_order_attribution_utm_content','/'),(139978,2973,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(139979,2973,'_wc_order_attribution_session_start_time','2024-10-05 14:45:44'),(139980,2973,'_wc_order_attribution_session_pages','4'),(139981,2973,'_wc_order_attribution_session_count','2'),(139982,2973,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139983,2973,'_wc_order_attribution_device_type','Desktop'),(139984,2974,'_order_key','wc_order_nIqUaB5qSLxzk'),(139985,2974,'_customer_user','50'),(139986,2974,'_payment_method','paypal'),(139987,2974,'_payment_method_title','PayPal'),(139988,2974,'_customer_ip_address','24.62.247.50'),(139989,2974,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(139990,2974,'_created_via','checkout'),(139991,2974,'_cart_hash','12efbbb7288d183575b9e96b0b18dcad'),(139992,2974,'_download_permissions_granted','yes'),(139993,2974,'_recorded_sales','yes'),(139994,2974,'_recorded_coupon_usage_counts','yes'),(139995,2974,'_new_order_email_sent','true'),(139996,2974,'_order_stock_reduced','yes'),(139997,2974,'_billing_first_name','Christine'),(139998,2974,'_billing_last_name','Cherry'),(139999,2974,'_billing_company','NITS END'),(140000,2974,'_billing_address_1','PO BOX 1092'),(140001,2974,'_billing_city','Campton'),(140002,2974,'_billing_state','NH'),(140003,2974,'_billing_postcode','03223'),(140004,2974,'_billing_country','US'),(140005,2974,'_billing_email','info@liceclinicsplaistow.com'),(140006,2974,'_billing_phone','16034983390'),(140007,2974,'_shipping_first_name','Christine'),(140008,2974,'_shipping_last_name','Cherry'),(140009,2974,'_shipping_company','C/O Linda Brann LCA/Nits End'),(140010,2974,'_shipping_address_1','16 Toppan Dr'),(140011,2974,'_shipping_city','Gorham'),(140012,2974,'_shipping_state','ME'),(140013,2974,'_shipping_postcode','04038'),(140014,2974,'_shipping_country','US'),(140015,2974,'_order_currency','USD'),(140016,2974,'_cart_discount','0'),(140017,2974,'_cart_discount_tax','0'),(140018,2974,'_order_shipping','0'),(140019,2974,'_order_shipping_tax','0'),(140020,2974,'_order_tax','0'),(140021,2974,'_order_total','1365.94'),(140022,2974,'_order_version','9.3.3'),(140023,2974,'_prices_include_tax','no'),(140024,2974,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(140025,2974,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(140026,2974,'is_vat_exempt','no'),(140027,2974,'_wc_order_attribution_source_type','referral'),(140028,2974,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140029,2974,'_wc_order_attribution_utm_source','lcaportal.com'),(140030,2974,'_wc_order_attribution_utm_medium','referral'),(140031,2974,'_wc_order_attribution_utm_content','/'),(140032,2974,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140033,2974,'_wc_order_attribution_session_start_time','2024-10-05 14:45:44'),(140034,2974,'_wc_order_attribution_session_pages','8'),(140035,2974,'_wc_order_attribution_session_count','2'),(140036,2974,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(140037,2974,'_wc_order_attribution_device_type','Desktop'),(140038,2974,'Payment type','instant'),(140039,2974,'_paypal_status','completed'),(140040,2974,'_transaction_id','8CA67369DE9720009'),(140041,2974,'PayPal Transaction Fee','48.16'),(140042,2974,'_date_paid','1728167254'),(140043,2974,'_paid_date','2024-10-05 22:27:34'),(140044,2975,'_order_key','wc_order_qNpftZ2FjRlcF'),(140045,2975,'_customer_user','8'),(140046,2975,'_payment_method','paypal'),(140047,2975,'_payment_method_title','PayPal'),(140048,2975,'_customer_ip_address','96.69.249.174'),(140049,2975,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140050,2975,'_created_via','checkout'),(140051,2975,'_cart_hash','6c1a57a4eccb509e9df23c729e30c143'),(140052,2975,'_download_permissions_granted','yes'),(140053,2975,'_recorded_sales','yes'),(140054,2975,'_recorded_coupon_usage_counts','yes'),(140055,2975,'_new_order_email_sent','true'),(140056,2975,'_order_stock_reduced','yes'),(140057,2975,'_billing_first_name','Amy'),(140058,2975,'_billing_last_name','Sharp'),(140059,2975,'_billing_company','Nit Wits'),(140060,2975,'_billing_address_1','6002 Sweetbay Dr'),(140061,2975,'_billing_city','Crestwood'),(140062,2975,'_billing_state','KY'),(140063,2975,'_billing_postcode','40014'),(140064,2975,'_billing_country','US'),(140065,2975,'_billing_email','asharp@ht-school.org'),(140066,2975,'_billing_phone','15023109281'),(140067,2975,'_shipping_first_name','Amy'),(140068,2975,'_shipping_last_name','Sharp'),(140069,2975,'_shipping_company','LCA Nit Wits'),(140070,2975,'_shipping_address_1','9302 New LaGrange Road'),(140071,2975,'_shipping_address_2','Unit H'),(140072,2975,'_shipping_city','Louisville'),(140073,2975,'_shipping_state','KY'),(140074,2975,'_shipping_postcode','40242'),(140075,2975,'_shipping_country','US'),(140076,2975,'_order_currency','USD'),(140077,2975,'_cart_discount','0'),(140078,2975,'_cart_discount_tax','0'),(140079,2975,'_order_shipping','14.18'),(140080,2975,'_order_shipping_tax','0'),(140081,2975,'_order_tax','0'),(140082,2975,'_order_total','14.18'),(140083,2975,'_order_version','9.3.3'),(140084,2975,'_prices_include_tax','no'),(140085,2975,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(140086,2975,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(140087,2975,'is_vat_exempt','no'),(140088,2975,'_wc_order_attribution_source_type','referral'),(140089,2975,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(140090,2975,'_wc_order_attribution_utm_source','lcaportal.com'),(140091,2975,'_wc_order_attribution_utm_medium','referral'),(140092,2975,'_wc_order_attribution_utm_content','/'),(140093,2975,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140094,2975,'_wc_order_attribution_session_start_time','2024-10-06 23:53:55'),(140095,2975,'_wc_order_attribution_session_pages','4'),(140096,2975,'_wc_order_attribution_session_count','1'),(140097,2975,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140098,2975,'_wc_order_attribution_device_type','Desktop'),(140099,2975,'_oaw_varify_key','f2aa88c69dc13b1586e8'),(140100,2976,'_order_key','wc_order_CGwayCKM0btqO'),(140101,2976,'_customer_user','60'),(140102,2976,'_payment_method','paypal'),(140103,2976,'_payment_method_title','PayPal'),(140104,2976,'_customer_ip_address','24.13.229.23'),(140105,2976,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(140106,2976,'_created_via','checkout'),(140107,2976,'_cart_hash','a1a936521bd110590fb0aaf87973f707'),(140108,2976,'_download_permissions_granted','yes'),(140109,2976,'_recorded_sales','yes'),(140110,2976,'_recorded_coupon_usage_counts','yes'),(140111,2976,'_new_order_email_sent','true'),(140112,2976,'_order_stock_reduced','yes'),(140113,2976,'_billing_first_name','Jill'),(140114,2976,'_billing_last_name','Leshtz'),(140115,2976,'_billing_company','Lice clinics of America-North Shore'),(140116,2976,'_billing_address_1','1580 Lancelot Avenue'),(140117,2976,'_billing_city','Highland park'),(140118,2976,'_billing_state','IL'),(140119,2976,'_billing_postcode','60035'),(140120,2976,'_billing_country','US'),(140121,2976,'_billing_email','jleshtz@gmail.com'),(140122,2976,'_billing_phone','8473639001'),(140123,2976,'_shipping_first_name','Jill'),(140124,2976,'_shipping_last_name','Leshtz'),(140125,2976,'_shipping_company','Lice clinics of America-North Shore'),(140126,2976,'_shipping_address_1','1580 Lancelot Avenue'),(140127,2976,'_shipping_city','Highland park'),(140128,2976,'_shipping_state','IL'),(140129,2976,'_shipping_postcode','60035'),(140130,2976,'_shipping_country','US'),(140131,2976,'_order_currency','USD'),(140132,2976,'_cart_discount','0'),(140133,2976,'_cart_discount_tax','0'),(140134,2976,'_order_shipping','22.52'),(140135,2976,'_order_shipping_tax','0'),(140136,2976,'_order_tax','0'),(140137,2976,'_order_total','22.52'),(140138,2976,'_order_version','9.3.3'),(140139,2976,'_prices_include_tax','no'),(140140,2976,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(140141,2976,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(140142,2976,'is_vat_exempt','no'),(140143,2976,'_wc_order_attribution_source_type','referral'),(140144,2976,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140145,2976,'_wc_order_attribution_utm_source','lcaportal.com'),(140146,2976,'_wc_order_attribution_utm_medium','referral'),(140147,2976,'_wc_order_attribution_utm_content','/'),(140148,2976,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140149,2976,'_wc_order_attribution_session_start_time','2024-10-07 02:58:05'),(140150,2976,'_wc_order_attribution_session_pages','7'),(140151,2976,'_wc_order_attribution_session_count','2'),(140152,2976,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(140153,2976,'_wc_order_attribution_device_type','Desktop'),(140154,2976,'_oaw_varify_key','1759dbfb980c36fcd783'),(140155,2975,'_edit_lock','1728519041:2'),(140156,2976,'_edit_lock','1728519461:2'),(140157,2975,'_edit_last','2'),(140158,2976,'_edit_last','2'),(140159,2977,'_order_key','wc_order_MCatZntpSmI9L'),(140160,2977,'_customer_user','39'),(140161,2977,'_payment_method','paypal'),(140162,2977,'_payment_method_title','PayPal'),(140163,2977,'_customer_ip_address','50.50.105.128'),(140164,2977,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36'),(140165,2977,'_created_via','checkout'),(140166,2977,'_cart_hash','a3f2ba2da8a20e3e584ddc6e9f4fcfed'),(140167,2977,'_download_permissions_granted','yes'),(140168,2977,'_recorded_sales','yes'),(140169,2977,'_recorded_coupon_usage_counts','yes'),(140170,2977,'_new_order_email_sent','true'),(140171,2977,'_order_stock_reduced','yes'),(140172,2977,'_billing_first_name','Patty'),(140173,2977,'_billing_last_name','Ziegler'),(140174,2977,'_billing_address_1','3090 Saddle Brook Tr'),(140175,2977,'_billing_city','Sun Prairie'),(140176,2977,'_billing_state','WI'),(140177,2977,'_billing_postcode','53590'),(140178,2977,'_billing_country','US'),(140179,2977,'_billing_email','liceremovalwisconsin@gmail.com'),(140180,2977,'_billing_phone','6088258255'),(140181,2977,'_shipping_first_name','Patty'),(140182,2977,'_shipping_last_name','Ziegler'),(140183,2977,'_shipping_address_1','3090 Saddle Brook Tr'),(140184,2977,'_shipping_city','Sun Prairie'),(140185,2977,'_shipping_state','WI'),(140186,2977,'_shipping_postcode','53590'),(140187,2977,'_shipping_country','US'),(140188,2977,'_order_currency','USD'),(140189,2977,'_cart_discount','0'),(140190,2977,'_cart_discount_tax','0'),(140191,2977,'_order_shipping','0'),(140192,2977,'_order_shipping_tax','0'),(140193,2977,'_order_tax','0'),(140194,2977,'_order_total','737.28'),(140195,2977,'_order_version','9.3.3'),(140196,2977,'_prices_include_tax','no'),(140197,2977,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(140198,2977,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(140199,2977,'is_vat_exempt','no'),(140200,2977,'_wc_order_attribution_source_type','referral'),(140201,2977,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140202,2977,'_wc_order_attribution_utm_source','lcaportal.com'),(140203,2977,'_wc_order_attribution_utm_medium','referral'),(140204,2977,'_wc_order_attribution_utm_content','/'),(140205,2977,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140206,2977,'_wc_order_attribution_session_start_time','2024-10-07 16:56:32'),(140207,2977,'_wc_order_attribution_session_pages','10'),(140208,2977,'_wc_order_attribution_session_count','1'),(140209,2977,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36'),(140210,2977,'_wc_order_attribution_device_type','Mobile'),(140211,2977,'Payment type','instant'),(140212,2977,'_paypal_status','completed'),(140213,2977,'_transaction_id','4WE034452F659700F'),(140214,2977,'PayPal Transaction Fee','26.22'),(140215,2977,'_date_paid','1728320939'),(140216,2977,'_paid_date','2024-10-07 17:08:59'),(140217,2978,'_order_key','wc_order_Sw8kHmWMhDqie'),(140218,2978,'_customer_user','5'),(140219,2978,'_payment_method','paypal'),(140220,2978,'_payment_method_title','PayPal'),(140221,2978,'_customer_ip_address','73.11.110.46'),(140222,2978,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140223,2978,'_created_via','checkout'),(140224,2978,'_cart_hash','36cd9eb344464825a1bb795e90b1f47f'),(140225,2978,'_download_permissions_granted','yes'),(140226,2978,'_recorded_sales','yes'),(140227,2978,'_recorded_coupon_usage_counts','yes'),(140228,2978,'_new_order_email_sent','true'),(140229,2978,'_order_stock_reduced','yes'),(140230,2978,'_billing_first_name','Shawnde'),(140231,2978,'_billing_last_name','Russell'),(140232,2978,'_billing_company','Lice Clinics Of America'),(140233,2978,'_billing_address_1','1444 NW College Way Suite 6'),(140234,2978,'_billing_address_2','Suite 6'),(140235,2978,'_billing_city','Bend'),(140236,2978,'_billing_state','OR'),(140237,2978,'_billing_postcode','97003'),(140238,2978,'_billing_country','US'),(140239,2978,'_billing_email','noemi.and.mark@nwliceclinics.com'),(140240,2978,'_billing_phone','15037244204'),(140241,2978,'_shipping_first_name','Shawnde'),(140242,2978,'_shipping_last_name','Russell'),(140243,2978,'_shipping_company','Lice Clinics Of America'),(140244,2978,'_shipping_address_1','1444 NW College Way Suite 6'),(140245,2978,'_shipping_address_2','Suite 6'),(140246,2978,'_shipping_city','Bend'),(140247,2978,'_shipping_state','OR'),(140248,2978,'_shipping_postcode','97003'),(140249,2978,'_shipping_country','US'),(140250,2978,'_order_currency','USD'),(140251,2978,'_cart_discount','0'),(140252,2978,'_cart_discount_tax','0'),(140253,2978,'_order_shipping','29.86'),(140254,2978,'_order_shipping_tax','0'),(140255,2978,'_order_tax','0'),(140256,2978,'_order_total','251.86'),(140257,2978,'_order_version','9.3.3'),(140258,2978,'_prices_include_tax','no'),(140259,2978,'_billing_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97003 US noemi.and.mark@nwliceclinics.com 15037244204'),(140260,2978,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Suite 6 Bend OR 97003 US '),(140261,2978,'is_vat_exempt','no'),(140262,2978,'_wc_order_attribution_source_type','referral'),(140263,2978,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140264,2978,'_wc_order_attribution_utm_source','lcaportal.com'),(140265,2978,'_wc_order_attribution_utm_medium','referral'),(140266,2978,'_wc_order_attribution_utm_content','/'),(140267,2978,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140268,2978,'_wc_order_attribution_session_start_time','2024-10-07 19:32:34'),(140269,2978,'_wc_order_attribution_session_pages','1'),(140270,2978,'_wc_order_attribution_session_count','2'),(140271,2978,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140272,2978,'_wc_order_attribution_device_type','Desktop'),(140273,2978,'Payment type','instant'),(140274,2978,'_paypal_status','completed'),(140275,2978,'_transaction_id','614962149D986280C'),(140276,2978,'PayPal Transaction Fee','9.28'),(140277,2978,'_date_paid','1728331929'),(140278,2978,'_paid_date','2024-10-07 20:12:09'),(140279,2971,'_edit_lock','1728333468:2'),(140280,2971,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239707\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"f0138b1bc7e9c0f4cc3ffaa9b3d27af9\";}}'),(140281,2971,'_edit_last','2'),(140282,2971,'_date_completed','1728333465'),(140283,2971,'_completed_date','2024-10-07 20:37:45'),(140284,2972,'_edit_lock','1728519606:2'),(140285,2974,'_edit_lock','1728679187:2'),(140286,2977,'_edit_lock','1728519733:2'),(140287,2972,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239659\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"f6707b76208739dbd4f5f730c7e8b1a4\";}}'),(140288,2972,'_edit_last','2'),(140289,2980,'_order_key','wc_order_u41A9dyyOIe7W'),(140290,2980,'_customer_user','76'),(140291,2980,'_payment_method','paypal'),(140292,2980,'_payment_method_title','PayPal'),(140293,2980,'_customer_ip_address','66.31.192.192'),(140294,2980,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140295,2980,'_created_via','checkout'),(140296,2980,'_cart_hash','89b24e26fbb137f7772efc30ae4d830d'),(140297,2980,'_download_permissions_granted','yes'),(140298,2980,'_recorded_sales','yes'),(140299,2980,'_recorded_coupon_usage_counts','yes'),(140300,2980,'_new_order_email_sent','true'),(140301,2980,'_order_stock_reduced','yes'),(140302,2980,'_billing_first_name','Naomi'),(140303,2980,'_billing_last_name','Golden'),(140304,2980,'_billing_company','LCA'),(140305,2980,'_billing_address_1','31 Mann Ave'),(140306,2980,'_billing_city','Needham'),(140307,2980,'_billing_state','MA'),(140308,2980,'_billing_postcode','02492'),(140309,2980,'_billing_country','US'),(140310,2980,'_billing_email','nrgolden6486@gmail.com'),(140311,2980,'_billing_phone','617-851-1322'),(140312,2980,'_shipping_first_name','Naomi'),(140313,2980,'_shipping_last_name','Golden'),(140314,2980,'_shipping_company','LCA'),(140315,2980,'_shipping_address_1','3 Baldwin Green Common'),(140316,2980,'_shipping_address_2','Suite 310'),(140317,2980,'_shipping_city','Woburn'),(140318,2980,'_shipping_state','MA'),(140319,2980,'_shipping_postcode','01801'),(140320,2980,'_shipping_country','US'),(140321,2980,'_order_currency','USD'),(140322,2980,'_cart_discount','0'),(140323,2980,'_cart_discount_tax','0'),(140324,2980,'_order_shipping','0'),(140325,2980,'_order_shipping_tax','0'),(140326,2980,'_order_tax','0'),(140327,2980,'_order_total','675.54'),(140328,2980,'_order_version','9.3.3'),(140329,2980,'_prices_include_tax','no'),(140330,2980,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(140331,2980,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(140332,2980,'is_vat_exempt','no'),(140333,2980,'_wc_order_attribution_source_type','typein'),(140334,2980,'_wc_order_attribution_utm_source','(direct)'),(140335,2980,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140336,2980,'_wc_order_attribution_session_start_time','2024-09-17 13:28:29'),(140337,2980,'_wc_order_attribution_session_pages','4'),(140338,2980,'_wc_order_attribution_session_count','8'),(140339,2980,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140340,2980,'_wc_order_attribution_device_type','Desktop'),(140341,2980,'Payment type','instant'),(140342,2980,'_paypal_status','completed'),(140343,2980,'_transaction_id','2UX71800U5721090E'),(140344,2980,'PayPal Transaction Fee','24.07'),(140345,2980,'_date_paid','1728336719'),(140346,2980,'_paid_date','2024-10-07 21:31:59'),(140347,2976,'Payment type','instant'),(140348,2976,'_paypal_status','completed'),(140349,2976,'_transaction_id','91745345LW281503K'),(140350,2976,'PayPal Transaction Fee','1.28'),(140351,2976,'_date_paid','1728337111'),(140352,2976,'_paid_date','2024-10-07 21:38:31'),(140353,2975,'Payment type','instant'),(140354,2975,'_paypal_status','completed'),(140355,2975,'_transaction_id','8BL23728DL810490E'),(140356,2975,'PayPal Transaction Fee','0.98'),(140357,2975,'_date_paid','1728346938'),(140358,2975,'_paid_date','2024-10-08 00:22:18'),(140359,2981,'_order_key','wc_order_wNp4sxNM1CSSD'),(140360,2981,'_customer_user','76'),(140361,2981,'_payment_method','paypal'),(140362,2981,'_payment_method_title','PayPal'),(140363,2981,'_customer_ip_address','146.115.131.163'),(140364,2981,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140365,2981,'_created_via','checkout'),(140366,2981,'_cart_hash','51f13ae42dfa5a81f5adf1b2d428df47'),(140367,2981,'_download_permissions_granted','yes'),(140368,2981,'_recorded_sales','yes'),(140369,2981,'_recorded_coupon_usage_counts','yes'),(140370,2981,'_new_order_email_sent','true'),(140371,2981,'_order_stock_reduced','yes'),(140372,2981,'_billing_first_name','Naomi'),(140373,2981,'_billing_last_name','Golden'),(140374,2981,'_billing_company','LCA'),(140375,2981,'_billing_address_1','31 Mann Ave'),(140376,2981,'_billing_city','Needham'),(140377,2981,'_billing_state','MA'),(140378,2981,'_billing_postcode','02492'),(140379,2981,'_billing_country','US'),(140380,2981,'_billing_email','nrgolden6486@gmail.com'),(140381,2981,'_billing_phone','617-851-1322'),(140382,2981,'_shipping_first_name','Naomi'),(140383,2981,'_shipping_last_name','Golden'),(140384,2981,'_shipping_company','LCA'),(140385,2981,'_shipping_address_1','1349 Centre Street'),(140386,2981,'_shipping_address_2','Facing Trowbridge'),(140387,2981,'_shipping_city','Newton'),(140388,2981,'_shipping_state','MA'),(140389,2981,'_shipping_postcode','02459'),(140390,2981,'_shipping_country','US'),(140391,2981,'_order_currency','USD'),(140392,2981,'_cart_discount','0'),(140393,2981,'_cart_discount_tax','0'),(140394,2981,'_order_shipping','0'),(140395,2981,'_order_shipping_tax','0'),(140396,2981,'_order_tax','0'),(140397,2981,'_order_total','501.10'),(140398,2981,'_order_version','9.3.3'),(140399,2981,'_prices_include_tax','no'),(140400,2981,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(140401,2981,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(140402,2981,'is_vat_exempt','no'),(140403,2981,'_wc_order_attribution_source_type','typein'),(140404,2981,'_wc_order_attribution_utm_source','(direct)'),(140405,2981,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140406,2981,'_wc_order_attribution_session_start_time','2024-09-17 13:28:29'),(140407,2981,'_wc_order_attribution_session_pages','11'),(140408,2981,'_wc_order_attribution_session_count','9'),(140409,2981,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140410,2981,'_wc_order_attribution_device_type','Desktop'),(140413,2975,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992240170\";s:12:\"date_shipped\";s:10:\"1728518400\";s:11:\"tracking_id\";s:32:\"1e6ceb0ba4cc67c28c6ed394a4693af6\";}}'),(140414,2975,'_date_completed','1728519177'),(140415,2975,'_completed_date','2024-10-10 00:12:57'),(140416,2976,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992240160\";s:12:\"date_shipped\";s:10:\"1728518400\";s:11:\"tracking_id\";s:32:\"25f2621c11974ac9100ce25382c29789\";}}'),(140417,2976,'_date_completed','1728519442'),(140418,2976,'_completed_date','2024-10-10 00:17:22'),(140419,2980,'_edit_lock','1728519401:2'),(140420,2980,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992240089\";s:12:\"date_shipped\";s:10:\"1728518400\";s:11:\"tracking_id\";s:32:\"b925e754e6eb28d3b2ded070f4d5178e\";}}'),(140421,2980,'_edit_last','2'),(140422,2980,'_date_completed','1728519512'),(140423,2980,'_completed_date','2024-10-10 00:18:32'),(140424,2972,'_date_completed','1728519587'),(140425,2972,'_completed_date','2024-10-10 00:19:47'),(140426,2978,'_edit_lock','1728519598:2'),(140427,2978,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992240023\";s:12:\"date_shipped\";s:10:\"1728518400\";s:11:\"tracking_id\";s:32:\"99bfba6b6fe83f86dffb8673ff4816ca\";}}'),(140428,2978,'_edit_last','2'),(140429,2978,'_date_completed','1728519674'),(140430,2978,'_completed_date','2024-10-10 00:21:14'),(140431,2977,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239935\";s:12:\"date_shipped\";s:10:\"1728518400\";s:11:\"tracking_id\";s:32:\"4463ba60f92b8c1746c22a3a52800c1b\";}}'),(140432,2977,'_edit_last','2'),(140433,2977,'_date_completed','1728519844'),(140434,2977,'_completed_date','2024-10-10 00:24:04'),(140435,2982,'_order_key','wc_order_G44zRM6ROkKXK'),(140436,2982,'_customer_user','20'),(140437,2982,'_payment_method','paypal'),(140438,2982,'_payment_method_title','PayPal'),(140439,2982,'_customer_ip_address','198.72.181.87'),(140440,2982,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(140441,2982,'_created_via','checkout'),(140442,2982,'_cart_hash','22b8a72c047f6124bcb407216f6d761c'),(140443,2982,'_download_permissions_granted','yes'),(140444,2982,'_recorded_sales','yes'),(140445,2982,'_recorded_coupon_usage_counts','yes'),(140446,2982,'_new_order_email_sent','true'),(140447,2982,'_order_stock_reduced','yes'),(140448,2982,'_billing_first_name','Hasani'),(140449,2982,'_billing_last_name','Thompson'),(140450,2982,'_billing_company','Heat in Hair'),(140451,2982,'_billing_address_1','27225 Camp Plenty Road'),(140452,2982,'_billing_address_2','1D'),(140453,2982,'_billing_city','Santa Clarita'),(140454,2982,'_billing_state','CA'),(140455,2982,'_billing_postcode','91351'),(140456,2982,'_billing_country','US'),(140457,2982,'_billing_email','info@liceclinicssantaclarita.com'),(140458,2982,'_billing_phone','6615850263'),(140459,2982,'_shipping_first_name','Hasani'),(140460,2982,'_shipping_last_name','Thompson'),(140461,2982,'_shipping_company','Heat in Hair'),(140462,2982,'_shipping_address_1','12840 Riverside Dr'),(140463,2982,'_shipping_address_2','#200'),(140464,2982,'_shipping_city','North Hollywood'),(140465,2982,'_shipping_state','CA'),(140466,2982,'_shipping_postcode','91607'),(140467,2982,'_shipping_country','US'),(140468,2982,'_order_currency','USD'),(140469,2982,'_cart_discount','0'),(140470,2982,'_cart_discount_tax','0'),(140471,2982,'_order_shipping','0'),(140472,2982,'_order_shipping_tax','0'),(140473,2982,'_order_tax','0'),(140474,2982,'_order_total','508.32'),(140475,2982,'_order_version','9.3.3'),(140476,2982,'_prices_include_tax','no'),(140477,2982,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(140478,2982,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(140479,2982,'is_vat_exempt','no'),(140480,2982,'_wc_order_attribution_source_type','referral'),(140481,2982,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140482,2982,'_wc_order_attribution_utm_source','lcaportal.com'),(140483,2982,'_wc_order_attribution_utm_medium','referral'),(140484,2982,'_wc_order_attribution_utm_content','/'),(140485,2982,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140486,2982,'_wc_order_attribution_session_start_time','2024-10-11 02:57:11'),(140487,2982,'_wc_order_attribution_session_pages','7'),(140488,2982,'_wc_order_attribution_session_count','9'),(140489,2982,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(140490,2982,'_wc_order_attribution_device_type','Desktop'),(140491,2982,'Payment type','instant'),(140492,2982,'_paypal_status','completed'),(140493,2982,'_transaction_id','4AG08622KP200650B'),(140494,2982,'PayPal Transaction Fee','18.23'),(140495,2982,'_date_paid','1728617241'),(140496,2982,'_paid_date','2024-10-11 03:27:21'),(140497,2974,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239730\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"b3b79ab0e9ed1ea0f22520d8a4457634\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239729\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"bb923d2da7de79e77f240c74011c70df\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239718\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"350641193c18f8ac075037f9a293fe6d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992239707\";s:12:\"date_shipped\";s:10:\"1728259200\";s:11:\"tracking_id\";s:32:\"aa81f68c64f6ad0825636dfb3ca5c711\";}}'),(140498,2974,'_edit_last','2'),(140499,2974,'_date_completed','1728679323'),(140500,2974,'_completed_date','2024-10-11 20:42:03'),(140501,2982,'_edit_lock','1728679512:2'),(140502,2982,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241030\";s:12:\"date_shipped\";s:10:\"1728604800\";s:11:\"tracking_id\";s:32:\"c7f8dfefd75ca39be97f8b96c0125b72\";}}'),(140503,2982,'_edit_last','2'),(140504,2982,'_date_completed','1728679493'),(140505,2982,'_completed_date','2024-10-11 20:44:53'),(140517,2981,'Payment type','instant'),(140518,2981,'_paypal_status','completed'),(140519,2981,'_transaction_id','57S11068M9973001B'),(140520,2981,'PayPal Transaction Fee','17.98'),(140521,2981,'_date_paid','1728828549'),(140522,2981,'_paid_date','2024-10-13 14:09:09'),(140523,2983,'_order_key','wc_order_V4Q5rHmZ987Al'),(140524,2983,'_customer_user','52'),(140525,2983,'_payment_method','paypal'),(140526,2983,'_payment_method_title','PayPal'),(140527,2983,'_customer_ip_address','173.66.45.62'),(140528,2983,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140529,2983,'_created_via','checkout'),(140530,2983,'_cart_hash','a710673de104f769ceafd96ebae61d1c'),(140531,2983,'_download_permissions_granted','yes'),(140532,2983,'_recorded_sales','yes'),(140533,2983,'_recorded_coupon_usage_counts','yes'),(140534,2983,'_new_order_email_sent','true'),(140535,2983,'_order_stock_reduced','yes'),(140536,2983,'_billing_first_name','Darlene'),(140537,2983,'_billing_last_name','LaFramboise'),(140538,2983,'_billing_company','LCA-NOVA'),(140539,2983,'_billing_address_1','25473 Tomey Ct'),(140540,2983,'_billing_city','Aldie'),(140541,2983,'_billing_state','VA'),(140542,2983,'_billing_postcode','20105-3048'),(140543,2983,'_billing_country','US'),(140544,2983,'_billing_email','info@liceremovalnova.com'),(140545,2983,'_billing_phone','7033031576'),(140546,2983,'_shipping_first_name','Darlene'),(140547,2983,'_shipping_last_name','LaFramboise'),(140548,2983,'_shipping_company','LCA-NOVA'),(140549,2983,'_shipping_address_1','25473 Tomey Ct'),(140550,2983,'_shipping_city','Aldie'),(140551,2983,'_shipping_state','VA'),(140552,2983,'_shipping_postcode','20105-3048'),(140553,2983,'_shipping_country','US'),(140554,2983,'_order_currency','USD'),(140555,2983,'_cart_discount','0'),(140556,2983,'_cart_discount_tax','0'),(140557,2983,'_order_shipping','0'),(140558,2983,'_order_shipping_tax','0'),(140559,2983,'_order_tax','0'),(140560,2983,'_order_total','822.80'),(140561,2983,'_order_version','9.3.3'),(140562,2983,'_prices_include_tax','no'),(140563,2983,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(140564,2983,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(140565,2983,'is_vat_exempt','no'),(140566,2983,'_wc_order_attribution_source_type','referral'),(140567,2983,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(140568,2983,'_wc_order_attribution_utm_source','lcaportal.com'),(140569,2983,'_wc_order_attribution_utm_medium','referral'),(140570,2983,'_wc_order_attribution_utm_content','/'),(140571,2983,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140572,2983,'_wc_order_attribution_session_start_time','2024-10-13 18:00:39'),(140573,2983,'_wc_order_attribution_session_pages','4'),(140574,2983,'_wc_order_attribution_session_count','1'),(140575,2983,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140576,2983,'_wc_order_attribution_device_type','Desktop'),(140577,2983,'Payment type','instant'),(140578,2983,'_paypal_status','completed'),(140579,2983,'_transaction_id','9CF77725NN063212F'),(140580,2983,'PayPal Transaction Fee','29.21'),(140581,2983,'_date_paid','1728842668'),(140582,2983,'_paid_date','2024-10-13 18:04:28'),(140583,2984,'_order_key','wc_order_advY4mWCmzSoO'),(140584,2984,'_customer_user','60'),(140585,2984,'_payment_method','paypal'),(140586,2984,'_payment_method_title','PayPal'),(140587,2984,'_customer_ip_address','24.13.229.23'),(140588,2984,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(140589,2984,'_created_via','checkout'),(140590,2984,'_cart_hash','d90557ed76574ab0f46fd9564b262cb9'),(140591,2984,'_download_permissions_granted','yes'),(140592,2984,'_recorded_sales','yes'),(140593,2984,'_recorded_coupon_usage_counts','yes'),(140594,2984,'_new_order_email_sent','true'),(140595,2984,'_order_stock_reduced','yes'),(140596,2984,'_billing_first_name','Jill'),(140597,2984,'_billing_last_name','Leshtz'),(140598,2984,'_billing_company','Lice clinics of America-North Shore'),(140599,2984,'_billing_address_1','1580 Lancelot Avenue'),(140600,2984,'_billing_city','Highland park'),(140601,2984,'_billing_state','IL'),(140602,2984,'_billing_postcode','60035'),(140603,2984,'_billing_country','US'),(140604,2984,'_billing_email','jleshtz@gmail.com'),(140605,2984,'_billing_phone','8473639001'),(140606,2984,'_shipping_first_name','Jill'),(140607,2984,'_shipping_last_name','Leshtz'),(140608,2984,'_shipping_company','Lice clinics of America-North Shore'),(140609,2984,'_shipping_address_1','1580 Lancelot Avenue'),(140610,2984,'_shipping_city','Highland park'),(140611,2984,'_shipping_state','IL'),(140612,2984,'_shipping_postcode','60035'),(140613,2984,'_shipping_country','US'),(140614,2984,'_order_currency','USD'),(140615,2984,'_cart_discount','0'),(140616,2984,'_cart_discount_tax','0'),(140617,2984,'_order_shipping','0'),(140618,2984,'_order_shipping_tax','0'),(140619,2984,'_order_tax','0'),(140620,2984,'_order_total','786.24'),(140621,2984,'_order_version','9.3.3'),(140622,2984,'_prices_include_tax','no'),(140623,2984,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(140624,2984,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(140625,2984,'is_vat_exempt','no'),(140626,2984,'_wc_order_attribution_source_type','referral'),(140627,2984,'_wc_order_attribution_referrer','https://lcaportal.com/'),(140628,2984,'_wc_order_attribution_utm_source','lcaportal.com'),(140629,2984,'_wc_order_attribution_utm_medium','referral'),(140630,2984,'_wc_order_attribution_utm_content','/'),(140631,2984,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140632,2984,'_wc_order_attribution_session_start_time','2024-10-14 00:36:44'),(140633,2984,'_wc_order_attribution_session_pages','4'),(140634,2984,'_wc_order_attribution_session_count','1'),(140635,2984,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(140636,2984,'_wc_order_attribution_device_type','Desktop'),(140637,2984,'Payment type','instant'),(140638,2984,'_paypal_status','completed'),(140639,2984,'_transaction_id','35P21761JM520203W'),(140640,2984,'PayPal Transaction Fee','27.93'),(140641,2984,'_date_paid','1728866536'),(140642,2984,'_paid_date','2024-10-14 00:42:16'),(140643,2985,'_order_key','wc_order_E8IHhk90gBzhj'),(140644,2985,'_customer_user','87'),(140645,2985,'_payment_method','paypal'),(140646,2985,'_payment_method_title','PayPal'),(140647,2985,'_customer_ip_address','75.7.15.79'),(140648,2985,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140649,2985,'_created_via','checkout'),(140650,2985,'_cart_hash','77560332bb6e0a799ebf0e38394d42c4'),(140651,2985,'_download_permissions_granted','yes'),(140652,2985,'_recorded_sales','yes'),(140653,2985,'_recorded_coupon_usage_counts','yes'),(140654,2985,'_new_order_email_sent','true'),(140655,2985,'_order_stock_reduced','yes'),(140656,2985,'_billing_first_name','Wade'),(140657,2985,'_billing_last_name','Huntsman'),(140658,2985,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(140659,2985,'_billing_address_1','3421 E 21st'),(140660,2985,'_billing_city','Tulsa'),(140661,2985,'_billing_state','OK'),(140662,2985,'_billing_postcode','74114'),(140663,2985,'_billing_country','US'),(140664,2985,'_billing_email','info@liceclinicsmidsouth.com'),(140665,2985,'_billing_phone','9189783329'),(140666,2985,'_shipping_first_name','Katee'),(140667,2985,'_shipping_last_name','Morrison'),(140668,2985,'_shipping_company','Lice Clinics of America OKC'),(140669,2985,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(140670,2985,'_shipping_city','OKC'),(140671,2985,'_shipping_state','OK'),(140672,2985,'_shipping_postcode','73118'),(140673,2985,'_shipping_country','US'),(140674,2985,'_order_currency','USD'),(140675,2985,'_cart_discount','0'),(140676,2985,'_cart_discount_tax','0'),(140677,2985,'_order_shipping','0'),(140678,2985,'_order_shipping_tax','0'),(140679,2985,'_order_tax','0'),(140680,2985,'_order_total','518.28'),(140681,2985,'_order_version','9.3.3'),(140682,2985,'_prices_include_tax','no'),(140683,2985,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(140684,2985,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(140685,2985,'is_vat_exempt','no'),(140686,2985,'_wc_order_attribution_source_type','typein'),(140687,2985,'_wc_order_attribution_utm_source','(direct)'),(140688,2985,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140689,2985,'_wc_order_attribution_session_start_time','2024-10-14 18:33:04'),(140690,2985,'_wc_order_attribution_session_pages','7'),(140691,2985,'_wc_order_attribution_session_count','1'),(140692,2985,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140693,2985,'_wc_order_attribution_device_type','Desktop'),(140694,2985,'Payment type','instant'),(140695,2985,'_paypal_status','completed'),(140696,2985,'_transaction_id','2U516561WV812490M'),(140697,2985,'PayPal Transaction Fee','18.58'),(140698,2985,'_date_paid','1728931212'),(140699,2985,'_paid_date','2024-10-14 18:40:12'),(140700,2986,'_order_key','wc_order_sEoJSySvKuzD5'),(140701,2986,'_customer_user','87'),(140702,2986,'_payment_method','paypal'),(140703,2986,'_payment_method_title','PayPal'),(140704,2986,'_customer_ip_address','75.7.15.79'),(140705,2986,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140706,2986,'_created_via','checkout'),(140707,2986,'_cart_hash','85e9807a76b2cc981dad5da5240856da'),(140708,2986,'_download_permissions_granted','yes'),(140709,2986,'_recorded_sales','yes'),(140710,2986,'_recorded_coupon_usage_counts','yes'),(140711,2986,'_new_order_email_sent','true'),(140712,2986,'_order_stock_reduced','yes'),(140713,2986,'_billing_first_name','Wade'),(140714,2986,'_billing_last_name','Huntsman'),(140715,2986,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(140716,2986,'_billing_address_1','3421 E 21st'),(140717,2986,'_billing_city','Tulsa'),(140718,2986,'_billing_state','OK'),(140719,2986,'_billing_postcode','74114'),(140720,2986,'_billing_country','US'),(140721,2986,'_billing_email','info@liceclinicsmidsouth.com'),(140722,2986,'_billing_phone','9189783329'),(140723,2986,'_shipping_first_name','Jessie'),(140724,2986,'_shipping_last_name','Foley'),(140725,2986,'_shipping_company','Lice Clinics of America Tulsa'),(140726,2986,'_shipping_address_1','3421 East 21st Street'),(140727,2986,'_shipping_city','Tulsa'),(140728,2986,'_shipping_state','OK'),(140729,2986,'_shipping_postcode','74114'),(140730,2986,'_shipping_country','US'),(140731,2986,'_order_currency','USD'),(140732,2986,'_cart_discount','0'),(140733,2986,'_cart_discount_tax','0'),(140734,2986,'_order_shipping','0'),(140735,2986,'_order_shipping_tax','0'),(140736,2986,'_order_tax','0'),(140737,2986,'_order_total','798.35'),(140738,2986,'_order_version','9.3.3'),(140739,2986,'_prices_include_tax','no'),(140740,2986,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(140741,2986,'_shipping_address_index','Jessie Foley Lice Clinics of America Tulsa 3421 East 21st Street  Tulsa OK 74114 US '),(140742,2986,'is_vat_exempt','no'),(140743,2986,'_wc_order_attribution_source_type','typein'),(140744,2986,'_wc_order_attribution_utm_source','(direct)'),(140745,2986,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140746,2986,'_wc_order_attribution_session_start_time','2024-10-14 18:33:04'),(140747,2986,'_wc_order_attribution_session_pages','13'),(140748,2986,'_wc_order_attribution_session_count','1'),(140749,2986,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(140750,2986,'_wc_order_attribution_device_type','Desktop'),(140751,2986,'Payment type','instant'),(140752,2986,'_paypal_status','completed'),(140753,2986,'_transaction_id','29T89582TG566214N'),(140754,2986,'PayPal Transaction Fee','28.35'),(140755,2986,'_date_paid','1728932723'),(140756,2986,'_paid_date','2024-10-14 19:05:23'),(140757,2987,'_order_key','wc_order_OYHEa7W5n7RoY'),(140758,2987,'_customer_user','76'),(140759,2987,'_payment_method','paypal'),(140760,2987,'_payment_method_title','PayPal'),(140761,2987,'_customer_ip_address','66.31.192.192'),(140762,2987,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140763,2987,'_created_via','checkout'),(140764,2987,'_cart_hash','9a9f463cac0eec67de9c534e46488332'),(140765,2987,'_download_permissions_granted','yes'),(140766,2987,'_recorded_sales','yes'),(140767,2987,'_recorded_coupon_usage_counts','yes'),(140768,2987,'_new_order_email_sent','true'),(140769,2987,'_order_stock_reduced','yes'),(140770,2987,'_billing_first_name','Naomi'),(140771,2987,'_billing_last_name','Golden'),(140772,2987,'_billing_company','LCA'),(140773,2987,'_billing_address_1','31 Mann Ave'),(140774,2987,'_billing_city','Needham'),(140775,2987,'_billing_state','MA'),(140776,2987,'_billing_postcode','02492'),(140777,2987,'_billing_country','US'),(140778,2987,'_billing_email','nrgolden6486@gmail.com'),(140779,2987,'_billing_phone','617-851-1322'),(140780,2987,'_shipping_first_name','Naomi'),(140781,2987,'_shipping_last_name','Golden'),(140782,2987,'_shipping_company','LCA'),(140783,2987,'_shipping_address_1','3 Baldwin Green Common'),(140784,2987,'_shipping_address_2','Suite 310'),(140785,2987,'_shipping_city','Woburn'),(140786,2987,'_shipping_state','MA'),(140787,2987,'_shipping_postcode','01801'),(140788,2987,'_shipping_country','US'),(140789,2987,'_order_currency','USD'),(140790,2987,'_cart_discount','0'),(140791,2987,'_cart_discount_tax','0'),(140792,2987,'_order_shipping','0'),(140793,2987,'_order_shipping_tax','0'),(140794,2987,'_order_tax','0'),(140795,2987,'_order_total','509.36'),(140796,2987,'_order_version','9.3.3'),(140797,2987,'_prices_include_tax','no'),(140798,2987,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(140799,2987,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(140800,2987,'is_vat_exempt','no'),(140801,2987,'_wc_order_attribution_source_type','typein'),(140802,2987,'_wc_order_attribution_utm_source','(direct)'),(140803,2987,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140804,2987,'_wc_order_attribution_session_start_time','2024-10-15 12:14:08'),(140805,2987,'_wc_order_attribution_session_pages','4'),(140806,2987,'_wc_order_attribution_session_count','1'),(140807,2987,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(140808,2987,'_wc_order_attribution_device_type','Desktop'),(140809,2987,'Payment type','instant'),(140810,2987,'_paypal_status','completed'),(140811,2987,'_transaction_id','9A564522LT590283N'),(140812,2987,'PayPal Transaction Fee','18.27'),(140813,2987,'_date_paid','1728994572'),(140814,2987,'_paid_date','2024-10-15 12:16:12'),(140815,2988,'_order_key','wc_order_vl3Xl0Z6o32BD'),(140816,2988,'_customer_user','29'),(140817,2988,'_payment_method','paypal'),(140818,2988,'_payment_method_title','PayPal'),(140819,2988,'_customer_ip_address','104.28.55.91'),(140820,2988,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(140821,2988,'_created_via','checkout'),(140822,2988,'_cart_hash','c46983f7d3592c7739fa700a21337775'),(140823,2988,'_download_permissions_granted','yes'),(140824,2988,'_recorded_sales','yes'),(140825,2988,'_recorded_coupon_usage_counts','yes'),(140826,2988,'_new_order_email_sent','true'),(140827,2988,'_order_stock_reduced','yes'),(140828,2988,'_billing_first_name','Nicole'),(140829,2988,'_billing_last_name','Reilly'),(140830,2988,'_billing_address_1','5460 Richie Ct'),(140831,2988,'_billing_city','Pipersville'),(140832,2988,'_billing_state','PA'),(140833,2988,'_billing_postcode','18947'),(140834,2988,'_billing_country','US'),(140835,2988,'_billing_email','info@liceclinicslansdale.com'),(140836,2988,'_billing_phone','2156941408'),(140837,2988,'_shipping_first_name','Nicole'),(140838,2988,'_shipping_last_name','Reilly'),(140839,2988,'_shipping_company','LCA Lansdale'),(140840,2988,'_shipping_address_1','2131 North Broad Street'),(140841,2988,'_shipping_address_2','Suite 101'),(140842,2988,'_shipping_city','Lansdale'),(140843,2988,'_shipping_state','PA'),(140844,2988,'_shipping_postcode','19446'),(140845,2988,'_shipping_country','US'),(140846,2988,'_order_currency','USD'),(140847,2988,'_cart_discount','0'),(140848,2988,'_cart_discount_tax','0'),(140849,2988,'_order_shipping','17.06'),(140850,2988,'_order_shipping_tax','0'),(140851,2988,'_order_tax','0'),(140852,2988,'_order_total','155.06'),(140853,2988,'_order_version','9.3.3'),(140854,2988,'_prices_include_tax','no'),(140855,2988,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(140856,2988,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(140857,2988,'is_vat_exempt','no'),(140858,2988,'_wc_order_attribution_source_type','referral'),(140859,2988,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(140860,2988,'_wc_order_attribution_utm_source','lcaportal.com'),(140861,2988,'_wc_order_attribution_utm_medium','referral'),(140862,2988,'_wc_order_attribution_utm_content','/'),(140863,2988,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140864,2988,'_wc_order_attribution_session_start_time','2024-10-15 14:06:27'),(140865,2988,'_wc_order_attribution_session_pages','4'),(140866,2988,'_wc_order_attribution_session_count','1'),(140867,2988,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(140868,2988,'_wc_order_attribution_device_type','Mobile'),(140869,2988,'Payment type','instant'),(140870,2988,'_paypal_status','completed'),(140871,2988,'_transaction_id','39R94256LB197031Y'),(140872,2988,'PayPal Transaction Fee','5.90'),(140873,2988,'_date_paid','1729001531'),(140874,2988,'_paid_date','2024-10-15 14:12:11'),(140875,2989,'_order_key','wc_order_gLjqO2daXryEw'),(140876,2989,'_customer_user','101'),(140877,2989,'_payment_method','paypal'),(140878,2989,'_payment_method_title','PayPal'),(140879,2989,'_customer_ip_address','67.166.206.157'),(140880,2989,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(140881,2989,'_created_via','checkout'),(140882,2989,'_cart_hash','d97be5ce5b4a3745e764020322ec5e01'),(140883,2989,'_download_permissions_granted','yes'),(140884,2989,'_recorded_sales','yes'),(140885,2989,'_recorded_coupon_usage_counts','yes'),(140886,2989,'_new_order_email_sent','true'),(140887,2989,'_order_stock_reduced','yes'),(140888,2989,'_billing_first_name','Misty'),(140889,2989,'_billing_last_name','Nelson'),(140890,2989,'_billing_company','Lice Clinics of America Rome'),(140891,2989,'_billing_address_1','1400 Crane Street'),(140892,2989,'_billing_address_2','Suite 116'),(140893,2989,'_billing_city','Rome'),(140894,2989,'_billing_state','GA'),(140895,2989,'_billing_postcode','30161'),(140896,2989,'_billing_country','US'),(140897,2989,'_billing_email','misty@liceclinicsrome.com'),(140898,2989,'_billing_phone','7065037813'),(140899,2989,'_shipping_first_name','Misty'),(140900,2989,'_shipping_last_name','Nelson'),(140901,2989,'_shipping_company','Lice Clinics of America Rome'),(140902,2989,'_shipping_address_1','1400 Crane Street'),(140903,2989,'_shipping_address_2','Suite 116'),(140904,2989,'_shipping_city','Rome'),(140905,2989,'_shipping_state','GA'),(140906,2989,'_shipping_postcode','30161'),(140907,2989,'_shipping_country','US'),(140908,2989,'_order_currency','USD'),(140909,2989,'_cart_discount','0'),(140910,2989,'_cart_discount_tax','0'),(140911,2989,'_order_shipping','0'),(140912,2989,'_order_shipping_tax','0'),(140913,2989,'_order_tax','0'),(140914,2989,'_order_total','768.24'),(140915,2989,'_order_version','9.3.3'),(140916,2989,'_prices_include_tax','no'),(140917,2989,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(140918,2989,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(140919,2989,'is_vat_exempt','no'),(140920,2989,'_wc_order_attribution_source_type','referral'),(140921,2989,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(140922,2989,'_wc_order_attribution_utm_source','lcaportal.com'),(140923,2989,'_wc_order_attribution_utm_medium','referral'),(140924,2989,'_wc_order_attribution_utm_content','/'),(140925,2989,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140926,2989,'_wc_order_attribution_session_start_time','2024-10-15 14:39:40'),(140927,2989,'_wc_order_attribution_session_pages','4'),(140928,2989,'_wc_order_attribution_session_count','1'),(140929,2989,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(140930,2989,'_wc_order_attribution_device_type','Desktop'),(140931,2989,'Payment type','instant'),(140932,2989,'_paypal_status','completed'),(140933,2989,'_transaction_id','6EM72668BS466190W'),(140934,2989,'PayPal Transaction Fee','27.30'),(140935,2989,'_date_paid','1729003634'),(140936,2989,'_paid_date','2024-10-15 14:47:14'),(140937,2990,'_order_key','wc_order_iYfcR4KwRN0kJ'),(140938,2990,'_customer_user','54'),(140939,2990,'_payment_method','paypal'),(140940,2990,'_payment_method_title','PayPal'),(140941,2990,'_customer_ip_address','172.56.17.8'),(140942,2990,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(140943,2990,'_created_via','checkout'),(140944,2990,'_cart_hash','194c6fed9236d344e1e47e6346863cb8'),(140945,2990,'_download_permissions_granted','yes'),(140946,2990,'_recorded_sales','yes'),(140947,2990,'_recorded_coupon_usage_counts','yes'),(140948,2990,'_new_order_email_sent','true'),(140949,2990,'_order_stock_reduced','yes'),(140950,2990,'_billing_first_name','Erin'),(140951,2990,'_billing_last_name','Hawn'),(140952,2990,'_billing_address_1','10 W Phillip Rd'),(140953,2990,'_billing_address_2','Suite 123'),(140954,2990,'_billing_city','Vernon Hills'),(140955,2990,'_billing_state','IL'),(140956,2990,'_billing_postcode','60061'),(140957,2990,'_billing_country','US'),(140958,2990,'_billing_email','info@liceclinicsvernonhills.com'),(140959,2990,'_billing_phone','8475960408'),(140960,2990,'_shipping_first_name','Erin'),(140961,2990,'_shipping_last_name','Hawn'),(140962,2990,'_shipping_address_1','1491 S Amarias Dr'),(140963,2990,'_shipping_city','Round lake'),(140964,2990,'_shipping_state','IL'),(140965,2990,'_shipping_postcode','60073'),(140966,2990,'_shipping_country','US'),(140967,2990,'_order_currency','USD'),(140968,2990,'_cart_discount','0'),(140969,2990,'_cart_discount_tax','0'),(140970,2990,'_order_shipping','0'),(140971,2990,'_order_shipping_tax','0'),(140972,2990,'_order_tax','0'),(140973,2990,'_order_total','589.62'),(140974,2990,'_order_version','9.3.3'),(140975,2990,'_prices_include_tax','no'),(140976,2990,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(140977,2990,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(140978,2990,'is_vat_exempt','no'),(140979,2990,'_wc_order_attribution_source_type','typein'),(140980,2990,'_wc_order_attribution_utm_source','(direct)'),(140981,2990,'_wc_order_attribution_utm_source_platform',''),(140982,2990,'_wc_order_attribution_utm_creative_format',''),(140983,2990,'_wc_order_attribution_utm_marketing_tactic',''),(140984,2990,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(140985,2990,'_wc_order_attribution_session_start_time','2024-03-09 01:44:49'),(140986,2990,'_wc_order_attribution_session_pages','1'),(140987,2990,'_wc_order_attribution_session_count','4'),(140988,2990,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(140989,2990,'_wc_order_attribution_device_type','Desktop'),(140990,2990,'Payment type','instant'),(140991,2990,'_paypal_status','completed'),(140992,2990,'_transaction_id','8AN15047NC438914J'),(140993,2990,'PayPal Transaction Fee','21.07'),(140994,2990,'_date_paid','1729009612'),(140995,2990,'_paid_date','2024-10-15 16:26:52'),(140996,2991,'_order_key','wc_order_eXMw0vsltCRUV'),(140997,2991,'_customer_user','87'),(140998,2991,'_payment_method','paypal'),(140999,2991,'_payment_method_title','PayPal'),(141000,2991,'_customer_ip_address','75.7.15.79'),(141001,2991,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141002,2991,'_created_via','checkout'),(141003,2991,'_cart_hash','8e8c68e37bd64a18d41fe521ff9b8cc7'),(141004,2991,'_download_permissions_granted','yes'),(141005,2991,'_recorded_sales','yes'),(141006,2991,'_recorded_coupon_usage_counts','yes'),(141007,2991,'_new_order_email_sent','true'),(141008,2991,'_order_stock_reduced','yes'),(141009,2991,'_billing_first_name','Wade'),(141010,2991,'_billing_last_name','Huntsman'),(141011,2991,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(141012,2991,'_billing_address_1','3421 E 21st'),(141013,2991,'_billing_city','Tulsa'),(141014,2991,'_billing_state','OK'),(141015,2991,'_billing_postcode','74114'),(141016,2991,'_billing_country','US'),(141017,2991,'_billing_email','info@liceclinicsmidsouth.com'),(141018,2991,'_billing_phone','9189783329'),(141019,2991,'_shipping_first_name','Shelbe'),(141020,2991,'_shipping_last_name','Smith'),(141021,2991,'_shipping_company','Lice Clinics of America WTA'),(141022,2991,'_shipping_address_1','2101 West MacArthur Road'),(141023,2991,'_shipping_address_2','Lot 511'),(141024,2991,'_shipping_city','Wichita'),(141025,2991,'_shipping_state','KS'),(141026,2991,'_shipping_postcode','67217'),(141027,2991,'_shipping_country','US'),(141028,2991,'_order_currency','USD'),(141029,2991,'_cart_discount','0'),(141030,2991,'_cart_discount_tax','0'),(141031,2991,'_order_shipping','0'),(141032,2991,'_order_shipping_tax','0'),(141033,2991,'_order_tax','0'),(141034,2991,'_order_total','865.78'),(141035,2991,'_order_version','9.3.3'),(141036,2991,'_prices_include_tax','no'),(141037,2991,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(141038,2991,'_shipping_address_index','Shelbe Smith Lice Clinics of America WTA 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(141039,2991,'is_vat_exempt','no'),(141040,2991,'_wc_order_attribution_source_type','typein'),(141041,2991,'_wc_order_attribution_utm_source','(direct)'),(141042,2991,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141043,2991,'_wc_order_attribution_session_start_time','2024-10-15 18:00:30'),(141044,2991,'_wc_order_attribution_session_pages','6'),(141045,2991,'_wc_order_attribution_session_count','1'),(141046,2991,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141047,2991,'_wc_order_attribution_device_type','Desktop'),(141048,2991,'Payment type','instant'),(141049,2991,'_paypal_status','completed'),(141050,2991,'_transaction_id','13S547067L451044Y'),(141051,2991,'PayPal Transaction Fee','30.71'),(141052,2991,'_date_paid','1729015573'),(141053,2991,'_paid_date','2024-10-15 18:06:13'),(141054,2992,'_order_key','wc_order_Lev8Vx47iJ4cm'),(141055,2992,'_customer_user','87'),(141056,2992,'_payment_method','paypal'),(141057,2992,'_payment_method_title','PayPal'),(141058,2992,'_customer_ip_address','75.7.15.79'),(141059,2992,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141060,2992,'_created_via','checkout'),(141061,2992,'_cart_hash','50bfff631a63dd590f2bb09584a3985e'),(141062,2992,'_download_permissions_granted','yes'),(141063,2992,'_recorded_sales','yes'),(141064,2992,'_recorded_coupon_usage_counts','yes'),(141065,2992,'_new_order_email_sent','true'),(141066,2992,'_order_stock_reduced','yes'),(141067,2992,'_billing_first_name','Wade'),(141068,2992,'_billing_last_name','Huntsman'),(141069,2992,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(141070,2992,'_billing_address_1','3421 E 21st'),(141071,2992,'_billing_city','Tulsa'),(141072,2992,'_billing_state','OK'),(141073,2992,'_billing_postcode','74114'),(141074,2992,'_billing_country','US'),(141075,2992,'_billing_email','info@liceclinicsmidsouth.com'),(141076,2992,'_billing_phone','9189783329'),(141077,2992,'_shipping_first_name','Logan'),(141078,2992,'_shipping_last_name','Futrell'),(141079,2992,'_shipping_company','Lice Clinics of America NWA'),(141080,2992,'_shipping_address_1','203 Tricha Circle Unit B'),(141081,2992,'_shipping_address_2','Lot 511'),(141082,2992,'_shipping_city','Gravette'),(141083,2992,'_shipping_state','AR'),(141084,2992,'_shipping_postcode','72736'),(141085,2992,'_shipping_country','US'),(141086,2992,'_order_currency','USD'),(141087,2992,'_cart_discount','0'),(141088,2992,'_cart_discount_tax','0'),(141089,2992,'_order_shipping','0'),(141090,2992,'_order_shipping_tax','0'),(141091,2992,'_order_tax','0'),(141092,2992,'_order_total','686.92'),(141093,2992,'_order_version','9.3.3'),(141094,2992,'_prices_include_tax','no'),(141095,2992,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(141096,2992,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B Lot 511 Gravette AR 72736 US '),(141097,2992,'is_vat_exempt','no'),(141098,2992,'_wc_order_attribution_source_type','typein'),(141099,2992,'_wc_order_attribution_utm_source','(direct)'),(141100,2992,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141101,2992,'_wc_order_attribution_session_start_time','2024-10-15 18:00:30'),(141102,2992,'_wc_order_attribution_session_pages','12'),(141103,2992,'_wc_order_attribution_session_count','1'),(141104,2992,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141105,2992,'_wc_order_attribution_device_type','Desktop'),(141106,2992,'Payment type','instant'),(141107,2992,'_paypal_status','completed'),(141108,2992,'_transaction_id','57C10863V45827537'),(141109,2992,'PayPal Transaction Fee','24.46'),(141110,2992,'_date_paid','1729016150'),(141111,2992,'_paid_date','2024-10-15 18:15:50'),(141112,2993,'_order_key','wc_order_YH1ZZ45gdxoxS'),(141113,2993,'_customer_user','105'),(141114,2993,'_payment_method','paypal'),(141115,2993,'_payment_method_title','PayPal'),(141116,2993,'_customer_ip_address','67.177.160.177'),(141117,2993,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141118,2993,'_created_via','checkout'),(141119,2993,'_cart_hash','a12bdad7256304c192e7d213cff09d66'),(141120,2993,'_download_permissions_granted','yes'),(141121,2993,'_recorded_sales','yes'),(141122,2993,'_recorded_coupon_usage_counts','yes'),(141123,2993,'_new_order_email_sent','true'),(141124,2993,'_order_stock_reduced','yes'),(141125,2993,'_billing_first_name','Joseph'),(141126,2993,'_billing_last_name','West'),(141127,2993,'_billing_company','MAJESTIC PEACOCK LLC'),(141128,2993,'_billing_address_1','615 Crofton Park Ln'),(141129,2993,'_billing_city','Franklin'),(141130,2993,'_billing_state','TN'),(141131,2993,'_billing_postcode','37069'),(141132,2993,'_billing_country','US'),(141133,2993,'_billing_email','info@nashville.liceclinicsofamerica.com'),(141134,2993,'_billing_phone','8042184232'),(141135,2993,'_shipping_first_name','Joseph'),(141136,2993,'_shipping_last_name','West'),(141137,2993,'_shipping_company','Lice Clinics of America'),(141138,2993,'_shipping_address_1','330 Mallory Station Rd F 17'),(141139,2993,'_shipping_city','Franklin'),(141140,2993,'_shipping_state','TN'),(141141,2993,'_shipping_postcode','37067'),(141142,2993,'_shipping_country','US'),(141143,2993,'_order_currency','USD'),(141144,2993,'_cart_discount','0'),(141145,2993,'_cart_discount_tax','0'),(141146,2993,'_order_shipping','0'),(141147,2993,'_order_shipping_tax','0'),(141148,2993,'_order_tax','0'),(141149,2993,'_order_total','508.72'),(141150,2993,'_order_version','9.3.3'),(141151,2993,'_prices_include_tax','no'),(141152,2993,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(141153,2993,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(141154,2993,'is_vat_exempt','no'),(141155,2993,'_wc_order_attribution_source_type','referral'),(141156,2993,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141157,2993,'_wc_order_attribution_utm_source','lcaportal.com'),(141158,2993,'_wc_order_attribution_utm_medium','referral'),(141159,2993,'_wc_order_attribution_utm_content','/'),(141160,2993,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141161,2993,'_wc_order_attribution_session_start_time','2024-10-15 18:59:46'),(141162,2993,'_wc_order_attribution_session_pages','8'),(141163,2993,'_wc_order_attribution_session_count','1'),(141164,2993,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141165,2993,'_wc_order_attribution_device_type','Desktop'),(141166,2993,'Payment type','instant'),(141167,2993,'_paypal_status','completed'),(141168,2993,'_transaction_id','97F69747P5071970C'),(141169,2993,'PayPal Transaction Fee','18.24'),(141170,2993,'_date_paid','1729019277'),(141171,2993,'_paid_date','2024-10-15 19:07:57'),(141172,2994,'_order_key','wc_order_HjjGUFgv9NT59'),(141173,2994,'_customer_user','15'),(141174,2994,'_payment_method','paypal'),(141175,2994,'_payment_method_title','PayPal'),(141176,2994,'_customer_ip_address','104.6.9.145'),(141177,2994,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(141178,2994,'_created_via','checkout'),(141179,2994,'_cart_hash','f162e27bf4893ece10ea13ee5c7e75a2'),(141180,2994,'_download_permissions_granted','yes'),(141181,2994,'_recorded_sales','yes'),(141182,2994,'_recorded_coupon_usage_counts','yes'),(141183,2994,'_new_order_email_sent','true'),(141184,2994,'_order_stock_reduced','yes'),(141185,2994,'_billing_first_name','Andrea'),(141186,2994,'_billing_last_name','Florsheim'),(141187,2994,'_billing_company','Lice Clincs of America'),(141188,2994,'_billing_address_1','777 n van buren st'),(141189,2994,'_billing_address_2','APT 3402'),(141190,2994,'_billing_city','Milwaukee'),(141191,2994,'_billing_state','WI'),(141192,2994,'_billing_postcode','53202'),(141193,2994,'_billing_country','US'),(141194,2994,'_billing_email','andrea@liceclinicscentral.com'),(141195,2994,'_billing_phone','4143354315'),(141196,2994,'_shipping_first_name','Andrea'),(141197,2994,'_shipping_last_name','Florsheim'),(141198,2994,'_shipping_company','Lice Clincs of America'),(141199,2994,'_shipping_address_1','777 n van buren st'),(141200,2994,'_shipping_address_2','APT 3402'),(141201,2994,'_shipping_city','Milwaukee'),(141202,2994,'_shipping_state','WI'),(141203,2994,'_shipping_postcode','53202'),(141204,2994,'_shipping_country','US'),(141205,2994,'_order_currency','USD'),(141206,2994,'_cart_discount','0'),(141207,2994,'_cart_discount_tax','0'),(141208,2994,'_order_shipping','16.73'),(141209,2994,'_order_shipping_tax','0'),(141210,2994,'_order_tax','0'),(141211,2994,'_order_total','288.43'),(141212,2994,'_order_version','9.3.3'),(141213,2994,'_prices_include_tax','no'),(141214,2994,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(141215,2994,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US '),(141216,2994,'is_vat_exempt','no'),(141217,2994,'_wc_order_attribution_source_type','typein'),(141218,2994,'_wc_order_attribution_utm_source','(direct)'),(141219,2994,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141220,2994,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(141221,2994,'_wc_order_attribution_session_pages','4'),(141222,2994,'_wc_order_attribution_session_count','2'),(141223,2994,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(141224,2994,'_wc_order_attribution_device_type','Desktop'),(141225,2994,'Payment type','instant'),(141226,2994,'_paypal_status','completed'),(141227,2994,'_transaction_id','4J325731EC749523W'),(141228,2994,'PayPal Transaction Fee','10.56'),(141229,2994,'_date_paid','1729020456'),(141230,2994,'_paid_date','2024-10-15 19:27:36'),(141231,2995,'_order_key','wc_order_G1Cq2CL3OquR9'),(141232,2995,'_customer_user','5'),(141233,2995,'_payment_method','paypal'),(141234,2995,'_payment_method_title','PayPal'),(141235,2995,'_customer_ip_address','71.237.182.213'),(141236,2995,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141237,2995,'_created_via','checkout'),(141238,2995,'_cart_hash','7771a169c2e6ec726f2e8feb6b1a2bf0'),(141239,2995,'_download_permissions_granted','yes'),(141240,2995,'_recorded_sales','yes'),(141241,2995,'_recorded_coupon_usage_counts','yes'),(141242,2995,'_new_order_email_sent','true'),(141243,2995,'_order_stock_reduced','yes'),(141244,2995,'_billing_first_name','Mark'),(141245,2995,'_billing_last_name','Meyer'),(141246,2995,'_billing_company','lice clinics of america- portland'),(141247,2995,'_billing_address_1','5201 SW Westgate Dr suite 106'),(141248,2995,'_billing_address_2','106'),(141249,2995,'_billing_city','portland'),(141250,2995,'_billing_state','OR'),(141251,2995,'_billing_postcode','97221'),(141252,2995,'_billing_country','US'),(141253,2995,'_billing_email','noemi.and.mark@nwliceclinics.com'),(141254,2995,'_billing_phone','15034040475'),(141255,2995,'_shipping_first_name','Mark'),(141256,2995,'_shipping_last_name','Meyer'),(141257,2995,'_shipping_company','lice clinics of america- portland'),(141258,2995,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(141259,2995,'_shipping_address_2','106'),(141260,2995,'_shipping_city','portland'),(141261,2995,'_shipping_state','OR'),(141262,2995,'_shipping_postcode','97221'),(141263,2995,'_shipping_country','US'),(141264,2995,'_order_currency','USD'),(141265,2995,'_cart_discount','0'),(141266,2995,'_cart_discount_tax','0'),(141267,2995,'_order_shipping','0'),(141268,2995,'_order_shipping_tax','0'),(141269,2995,'_order_tax','0'),(141270,2995,'_order_total','4522.03'),(141271,2995,'_order_version','9.3.3'),(141272,2995,'_prices_include_tax','no'),(141273,2995,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(141274,2995,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(141276,2995,'_wc_order_attribution_source_type','referral'),(141277,2995,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141278,2995,'_wc_order_attribution_utm_source','lcaportal.com'),(141279,2995,'_wc_order_attribution_utm_medium','referral'),(141280,2995,'_wc_order_attribution_utm_content','/'),(141281,2995,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141282,2995,'_wc_order_attribution_session_start_time','2024-10-14 19:03:00'),(141283,2995,'_wc_order_attribution_session_pages','3'),(141284,2995,'_wc_order_attribution_session_count','4'),(141285,2995,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141286,2995,'_wc_order_attribution_device_type','Desktop'),(141288,2995,'_wc_order_attribution_source_type','referral'),(141289,2995,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141290,2995,'_wc_order_attribution_utm_source','lcaportal.com'),(141291,2995,'_wc_order_attribution_utm_medium','referral'),(141292,2995,'_wc_order_attribution_utm_content','/'),(141293,2995,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141294,2995,'_wc_order_attribution_session_start_time','2024-10-14 19:03:00'),(141295,2995,'_wc_order_attribution_session_pages','4'),(141296,2995,'_wc_order_attribution_session_count','4'),(141297,2995,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141298,2995,'_wc_order_attribution_device_type','Desktop'),(141299,2995,'is_vat_exempt','no'),(141300,2995,'_wc_order_attribution_source_type','referral'),(141301,2995,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141302,2995,'_wc_order_attribution_utm_source','lcaportal.com'),(141303,2995,'_wc_order_attribution_utm_medium','referral'),(141304,2995,'_wc_order_attribution_utm_content','/'),(141305,2995,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141306,2995,'_wc_order_attribution_session_start_time','2024-10-14 19:03:00'),(141307,2995,'_wc_order_attribution_session_pages','5'),(141308,2995,'_wc_order_attribution_session_count','4'),(141309,2995,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141310,2995,'_wc_order_attribution_device_type','Desktop'),(141311,2995,'Payment type','instant'),(141312,2995,'_paypal_status','completed'),(141313,2995,'_transaction_id','7B588784YJ4179154'),(141314,2995,'PayPal Transaction Fee','158.31'),(141315,2995,'_date_paid','1729036559'),(141316,2995,'_paid_date','2024-10-15 23:55:59'),(141317,2983,'_edit_lock','1729038984:2'),(141318,2983,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241236\";s:12:\"date_shipped\";s:10:\"1728864000\";s:11:\"tracking_id\";s:32:\"bfa37db814bd4d9836cdce429a9b50c0\";}}'),(141319,2983,'_edit_last','2'),(141320,2983,'_date_completed','1729038980'),(141321,2983,'_completed_date','2024-10-16 00:36:20'),(141322,2981,'_edit_lock','1729039019:2'),(141323,2981,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241247\";s:12:\"date_shipped\";s:10:\"1728864000\";s:11:\"tracking_id\";s:32:\"fda7dadc3f2445cbe485f14867330689\";}}'),(141324,2981,'_edit_last','2'),(141325,2981,'_date_completed','1729039014'),(141326,2981,'_completed_date','2024-10-16 00:36:54'),(141327,2984,'_edit_lock','1729039025:2'),(141328,2984,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241269\";s:12:\"date_shipped\";s:10:\"1728864000\";s:11:\"tracking_id\";s:32:\"8c2c815c189d0b823b3ab01278af3abf\";}}'),(141329,2984,'_edit_last','2'),(141330,2984,'_date_completed','1729039126'),(141331,2984,'_completed_date','2024-10-16 00:38:46'),(141332,2985,'_edit_lock','1729039459:2'),(141333,2986,'_edit_lock','1729039491:2'),(141334,2985,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241420\";s:12:\"date_shipped\";s:10:\"1728864000\";s:11:\"tracking_id\";s:32:\"5c0c863006b98e4c2f70051038ced4be\";}}'),(141335,2985,'_edit_last','2'),(141336,2985,'_date_completed','1729039454'),(141337,2985,'_completed_date','2024-10-16 00:44:14'),(141338,2986,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241637\";s:12:\"date_shipped\";s:10:\"1728864000\";s:11:\"tracking_id\";s:32:\"d2b88d1b7501e3fbee863458bb7fc0fd\";}}'),(141339,2986,'_edit_last','2'),(141340,2986,'_date_completed','1729039487'),(141341,2986,'_completed_date','2024-10-16 00:44:47'),(141342,2988,'_edit_lock','1729039400:2'),(141343,2988,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241681\";s:12:\"date_shipped\";s:10:\"1728950400\";s:11:\"tracking_id\";s:32:\"c9866303922b077b10ca15105b29c6e8\";}}'),(141344,2988,'_edit_last','2'),(141345,2988,'_date_completed','1729039536'),(141346,2988,'_completed_date','2024-10-16 00:45:36'),(141347,2989,'_edit_lock','1729039441:2'),(141348,2989,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241692\";s:12:\"date_shipped\";s:10:\"1728950400\";s:11:\"tracking_id\";s:32:\"ba592daf1e5f138bb4ca6e7ef9456d4f\";}}'),(141349,2989,'_edit_last','2'),(141350,2989,'_date_completed','1729039579'),(141351,2989,'_completed_date','2024-10-16 00:46:19'),(141352,2987,'_edit_lock','1729039654:2'),(141353,2987,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241887\";s:12:\"date_shipped\";s:10:\"1729036800\";s:11:\"tracking_id\";s:32:\"abb750854e5ac81389c15a3af2628173\";}}'),(141354,2987,'_edit_last','2'),(141355,2987,'_date_completed','1729039649'),(141356,2987,'_completed_date','2024-10-16 00:47:29'),(141357,2990,'_edit_lock','1729039607:2'),(141358,2990,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241957\";s:12:\"date_shipped\";s:10:\"1729036800\";s:11:\"tracking_id\";s:32:\"09e3ae160c9cce3b2f2db16e323d839c\";}}'),(141359,2990,'_edit_last','2'),(141360,2990,'_date_completed','1729039742'),(141361,2990,'_completed_date','2024-10-16 00:49:02'),(141362,2992,'_edit_lock','1729039643:2'),(141363,2992,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242026\";s:12:\"date_shipped\";s:10:\"1729036800\";s:11:\"tracking_id\";s:32:\"84c4d41e0a067ce06462acf1ffc3045b\";}}'),(141364,2992,'_edit_last','2'),(141365,2992,'_date_completed','1729039775'),(141366,2992,'_completed_date','2024-10-16 00:49:35'),(141367,2991,'_edit_lock','1729039767:2'),(141368,2991,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992241990\";s:12:\"date_shipped\";s:10:\"1729036800\";s:11:\"tracking_id\";s:32:\"7c3644c487db5166fb53bed800a3af2d\";}}'),(141369,2991,'_edit_last','2'),(141370,2991,'_date_completed','1729039813'),(141371,2991,'_completed_date','2024-10-16 00:50:13'),(141372,2997,'_order_key','wc_order_O9MqUeZ8duI0Z'),(141373,2997,'_customer_user','82'),(141374,2997,'_payment_method','paypal'),(141375,2997,'_payment_method_title','PayPal'),(141376,2997,'_customer_ip_address','96.240.140.136'),(141377,2997,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(141378,2997,'_created_via','checkout'),(141379,2997,'_cart_hash','2df5b3d30e7cdc2cecf59321cbd24ab6'),(141380,2997,'_download_permissions_granted','yes'),(141381,2997,'_recorded_sales','yes'),(141382,2997,'_recorded_coupon_usage_counts','yes'),(141383,2997,'_new_order_email_sent','true'),(141384,2997,'_order_stock_reduced','yes'),(141385,2997,'_billing_first_name','Nigel'),(141386,2997,'_billing_last_name','Le'),(141387,2997,'_billing_address_1','6080 FRANCONIA ROAD'),(141388,2997,'_billing_address_2','SUITE D'),(141389,2997,'_billing_city','ALEXANDRIA'),(141390,2997,'_billing_state','VA'),(141391,2997,'_billing_postcode','22310'),(141392,2997,'_billing_country','US'),(141393,2997,'_billing_email','sonnynguyenle@gmail.com'),(141394,2997,'_billing_phone','703-520-9000'),(141395,2997,'_shipping_first_name','SONNY'),(141396,2997,'_shipping_last_name','LE'),(141397,2997,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(141398,2997,'_shipping_city','FAIRFAX'),(141399,2997,'_shipping_state','VA'),(141400,2997,'_shipping_postcode','22030'),(141401,2997,'_shipping_country','US'),(141402,2997,'_order_currency','USD'),(141403,2997,'_cart_discount','0'),(141404,2997,'_cart_discount_tax','0'),(141405,2997,'_order_shipping','0'),(141406,2997,'_order_shipping_tax','0'),(141407,2997,'_order_tax','0'),(141408,2997,'_order_total','2941.00'),(141409,2997,'_order_version','9.3.3'),(141410,2997,'_prices_include_tax','no'),(141411,2997,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(141412,2997,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(141413,2997,'is_vat_exempt','no'),(141414,2997,'_wc_order_attribution_source_type','typein'),(141415,2997,'_wc_order_attribution_utm_source','(direct)'),(141416,2997,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141417,2997,'_wc_order_attribution_session_start_time','2024-10-16 02:58:01'),(141418,2997,'_wc_order_attribution_session_pages','7'),(141419,2997,'_wc_order_attribution_session_count','1'),(141420,2997,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(141421,2997,'_wc_order_attribution_device_type','Desktop'),(141422,2997,'Payment type','instant'),(141423,2997,'_paypal_status','completed'),(141424,2997,'_transaction_id','4LV90696M1937854C'),(141425,2997,'PayPal Transaction Fee','103.13'),(141426,2997,'_date_paid','1729047958'),(141427,2997,'_paid_date','2024-10-16 03:05:58'),(141441,2998,'_order_key','wc_order_UAVwzAWO2oR4a'),(141442,2998,'_customer_user','100'),(141443,2998,'_payment_method','paypal'),(141444,2998,'_payment_method_title','PayPal'),(141445,2998,'_customer_ip_address','108.147.93.36'),(141446,2998,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141447,2998,'_created_via','checkout'),(141448,2998,'_cart_hash','6d77357b204b6bf0187d60af7fa8e1a7'),(141449,2998,'_download_permissions_granted','yes'),(141450,2998,'_recorded_sales','yes'),(141451,2998,'_recorded_coupon_usage_counts','yes'),(141452,2998,'_new_order_email_sent','true'),(141453,2998,'_order_stock_reduced','yes'),(141454,2998,'_billing_first_name','Michael'),(141455,2998,'_billing_last_name','Beckman'),(141456,2998,'_billing_address_1','921 Moraga Ave'),(141457,2998,'_billing_city','Piedmont'),(141458,2998,'_billing_state','CA'),(141459,2998,'_billing_postcode','94611'),(141460,2998,'_billing_country','US'),(141461,2998,'_billing_email','licetoknowyou@gmail.com'),(141462,2998,'_billing_phone','8585314583'),(141463,2998,'_shipping_first_name','Chelsey'),(141464,2998,'_shipping_last_name','Watkins'),(141465,2998,'_shipping_company','Lice Clinics of America - Sunnyvale'),(141466,2998,'_shipping_address_1','958 Redmond ave'),(141467,2998,'_shipping_city','San Jose'),(141468,2998,'_shipping_state','CA'),(141469,2998,'_shipping_postcode','95120'),(141470,2998,'_shipping_country','US'),(141471,2998,'_order_currency','USD'),(141472,2998,'_cart_discount','0'),(141473,2998,'_cart_discount_tax','0'),(141474,2998,'_order_shipping','27.07'),(141475,2998,'_order_shipping_tax','0'),(141476,2998,'_order_tax','0'),(141477,2998,'_order_total','251.95'),(141478,2998,'_order_version','9.3.3'),(141479,2998,'_prices_include_tax','no'),(141480,2998,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(141481,2998,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(141482,2998,'is_vat_exempt','no'),(141483,2998,'_wc_order_attribution_source_type','referral'),(141484,2998,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141485,2998,'_wc_order_attribution_utm_source','lcaportal.com'),(141486,2998,'_wc_order_attribution_utm_medium','referral'),(141487,2998,'_wc_order_attribution_utm_content','/'),(141488,2998,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141489,2998,'_wc_order_attribution_session_start_time','2024-10-01 19:55:10'),(141490,2998,'_wc_order_attribution_session_pages','9'),(141491,2998,'_wc_order_attribution_session_count','8'),(141492,2998,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141493,2998,'_wc_order_attribution_device_type','Desktop'),(141494,2998,'Payment type','instant'),(141495,2998,'_paypal_status','completed'),(141496,2998,'_transaction_id','099844421L3152820'),(141497,2998,'PayPal Transaction Fee','9.28'),(141498,2998,'_date_paid','1729106733'),(141499,2998,'_paid_date','2024-10-16 19:25:33'),(141500,2999,'_order_key','wc_order_0zhV4oNQ9cVK2'),(141501,2999,'_customer_user','98'),(141502,2999,'_payment_method','paypal'),(141503,2999,'_payment_method_title','PayPal'),(141504,2999,'_customer_ip_address','24.62.247.50'),(141505,2999,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(141506,2999,'_created_via','checkout'),(141507,2999,'_cart_hash','62cc9f276b29eb172a8b7861953f3293'),(141508,2999,'_download_permissions_granted','yes'),(141509,2999,'_recorded_sales','yes'),(141510,2999,'_recorded_coupon_usage_counts','yes'),(141511,2999,'_new_order_email_sent','true'),(141512,2999,'_order_stock_reduced','yes'),(141513,2999,'_billing_first_name','Christine'),(141514,2999,'_billing_last_name','Cherry'),(141515,2999,'_billing_company','NITS END'),(141516,2999,'_billing_address_1','PO BOX 1092'),(141517,2999,'_billing_city','Campton'),(141518,2999,'_billing_state','NH'),(141519,2999,'_billing_postcode','03223'),(141520,2999,'_billing_country','US'),(141521,2999,'_billing_email','christine@liceclinicscolumbus.com'),(141522,2999,'_billing_phone','16034983390'),(141523,2999,'_shipping_first_name','Melissa'),(141524,2999,'_shipping_last_name','Mertz'),(141525,2999,'_shipping_company','LCA'),(141526,2999,'_shipping_address_1','2213 Temperance Dr'),(141527,2999,'_shipping_city','Pittsburgh'),(141528,2999,'_shipping_state','PA'),(141529,2999,'_shipping_postcode','15237'),(141530,2999,'_shipping_country','US'),(141531,2999,'_order_currency','USD'),(141532,2999,'_cart_discount','0'),(141533,2999,'_cart_discount_tax','0'),(141534,2999,'_order_shipping','0'),(141535,2999,'_order_shipping_tax','0'),(141536,2999,'_order_tax','0'),(141537,2999,'_order_total','1104.42'),(141538,2999,'_order_version','9.3.3'),(141539,2999,'_prices_include_tax','no'),(141540,2999,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(141541,2999,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(141542,2999,'is_vat_exempt','no'),(141543,2999,'_wc_order_attribution_source_type','referral'),(141544,2999,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141545,2999,'_wc_order_attribution_utm_source','lcaportal.com'),(141546,2999,'_wc_order_attribution_utm_medium','referral'),(141547,2999,'_wc_order_attribution_utm_content','/'),(141548,2999,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141549,2999,'_wc_order_attribution_session_start_time','2024-10-16 20:38:09'),(141550,2999,'_wc_order_attribution_session_pages','6'),(141551,2999,'_wc_order_attribution_session_count','3'),(141552,2999,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(141553,2999,'_wc_order_attribution_device_type','Desktop'),(141554,2999,'Payment type','instant'),(141555,2999,'_paypal_status','completed'),(141556,2999,'_transaction_id','7VN19097MA3334545'),(141557,2999,'PayPal Transaction Fee','39.03'),(141558,2999,'_date_paid','1729111596'),(141559,2999,'_paid_date','2024-10-16 20:46:36'),(141560,3000,'_order_key','wc_order_O6Ao0mKP9fqhO'),(141561,3000,'_customer_user','96'),(141562,3000,'_payment_method','paypal'),(141563,3000,'_payment_method_title','PayPal'),(141564,3000,'_customer_ip_address','166.181.86.54'),(141565,3000,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(141566,3000,'_created_via','checkout'),(141567,3000,'_cart_hash','58f8876d3563b93c8145c80958d63593'),(141568,3000,'_download_permissions_granted','yes'),(141569,3000,'_recorded_sales','yes'),(141570,3000,'_recorded_coupon_usage_counts','yes'),(141571,3000,'_new_order_email_sent','true'),(141572,3000,'_order_stock_reduced','yes'),(141573,3000,'_billing_first_name','Jaimi'),(141574,3000,'_billing_last_name','Anderson'),(141575,3000,'_billing_company','Lice Clinics of America - Des Moines'),(141576,3000,'_billing_address_1','1139 Burlington Ter'),(141577,3000,'_billing_city','Des Moines'),(141578,3000,'_billing_state','IA'),(141579,3000,'_billing_postcode','50314'),(141580,3000,'_billing_country','US'),(141581,3000,'_billing_email','j.m.licesolutions@gmail.com'),(141582,3000,'_billing_phone','515-971-0667'),(141583,3000,'_shipping_first_name','Jaimi'),(141584,3000,'_shipping_last_name','Anderson'),(141585,3000,'_shipping_company','Lice Clinics of America - Des Moines'),(141586,3000,'_shipping_address_1','6900 University Ave.'),(141587,3000,'_shipping_address_2','Ste 120'),(141588,3000,'_shipping_city','Windsor Heights'),(141589,3000,'_shipping_state','IA'),(141590,3000,'_shipping_postcode','50324'),(141591,3000,'_shipping_country','US'),(141592,3000,'_order_currency','USD'),(141593,3000,'_cart_discount','0'),(141594,3000,'_cart_discount_tax','0'),(141595,3000,'_order_shipping','0'),(141596,3000,'_order_shipping_tax','0'),(141597,3000,'_order_tax','0'),(141598,3000,'_order_total','573.96'),(141599,3000,'_order_version','9.3.3'),(141600,3000,'_prices_include_tax','no'),(141601,3000,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(141602,3000,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(141603,3000,'is_vat_exempt','no'),(141604,3000,'_wc_order_attribution_source_type','referral'),(141605,3000,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(141606,3000,'_wc_order_attribution_utm_source','lcaportal.com'),(141607,3000,'_wc_order_attribution_utm_medium','referral'),(141608,3000,'_wc_order_attribution_utm_content','/'),(141609,3000,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141610,3000,'_wc_order_attribution_session_start_time','2024-10-17 14:50:06'),(141611,3000,'_wc_order_attribution_session_pages','9'),(141612,3000,'_wc_order_attribution_session_count','1'),(141613,3000,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(141614,3000,'_wc_order_attribution_device_type','Desktop'),(141615,3000,'Payment type','instant'),(141616,3000,'_paypal_status','completed'),(141617,3000,'_transaction_id','4PJ17939HV169132U'),(141618,3000,'PayPal Transaction Fee','20.52'),(141619,3000,'_date_paid','1729177270'),(141620,3000,'_paid_date','2024-10-17 15:01:10'),(141621,2993,'_edit_lock','1729181119:2'),(141622,2993,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242059\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"13c9e66025f4047f9cb88c4dbe9b2e7d\";}}'),(141623,2993,'_edit_last','2'),(141624,2993,'_date_completed','1729181227'),(141625,2993,'_completed_date','2024-10-17 16:07:07'),(141626,2994,'_edit_lock','1729181461:2'),(141627,2994,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242173\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"c47b093912e02a82d79bb711482573f2\";}}'),(141628,2994,'_edit_last','2'),(141629,2994,'_date_completed','1729181335'),(141630,2994,'_completed_date','2024-10-17 16:08:55'),(141631,2995,'_edit_lock','1729182497:2'),(141632,2995,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242184\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"608b59241e624d0795d0626fe2d59416\";}}'),(141633,2995,'_edit_last','2'),(141634,2995,'_date_completed','1729182565'),(141635,2995,'_completed_date','2024-10-17 16:29:25'),(141636,2997,'_edit_lock','1729182672:2'),(141637,2997,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242335\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"1d2ff22adc37f26a559c3a22c9737b39\";}}'),(141638,2997,'_edit_last','2'),(141639,2997,'_date_completed','1729182699'),(141640,2997,'_completed_date','2024-10-17 16:31:39'),(141641,3001,'_order_key','wc_order_u5qTrCzckXgdR'),(141642,3001,'_customer_user','21'),(141643,3001,'_payment_method','paypal'),(141644,3001,'_payment_method_title','PayPal'),(141645,3001,'_customer_ip_address','50.27.165.19'),(141646,3001,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Avast/128.0.0.0'),(141647,3001,'_created_via','checkout'),(141648,3001,'_cart_hash','a850b4638a94911e06be5687f4c60eac'),(141649,3001,'_download_permissions_granted','yes'),(141650,3001,'_recorded_sales','yes'),(141651,3001,'_recorded_coupon_usage_counts','yes'),(141652,3001,'_new_order_email_sent','true'),(141653,3001,'_order_stock_reduced','yes'),(141654,3001,'_billing_first_name','LCA'),(141655,3001,'_billing_last_name','Arkansas'),(141656,3001,'_billing_company','LCA - Central Arkansas'),(141657,3001,'_billing_address_1','1011 N. 2nd St., Ste. D'),(141658,3001,'_billing_city','Cabot'),(141659,3001,'_billing_state','AR'),(141660,3001,'_billing_postcode','72023'),(141661,3001,'_billing_country','US'),(141662,3001,'_billing_email','liceclinicslittlerock@gmail.com'),(141663,3001,'_billing_phone','15014249396'),(141664,3001,'_shipping_first_name','LCA'),(141665,3001,'_shipping_last_name','Arkansas'),(141666,3001,'_shipping_company','LCA - Central Arkansas'),(141667,3001,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(141668,3001,'_shipping_city','Cabot'),(141669,3001,'_shipping_state','AR'),(141670,3001,'_shipping_postcode','72023'),(141671,3001,'_shipping_country','US'),(141672,3001,'_order_currency','USD'),(141673,3001,'_cart_discount','0'),(141674,3001,'_cart_discount_tax','0'),(141675,3001,'_order_shipping','0'),(141676,3001,'_order_shipping_tax','0'),(141677,3001,'_order_tax','0'),(141678,3001,'_order_total','631.60'),(141679,3001,'_order_version','9.3.3'),(141680,3001,'_prices_include_tax','no'),(141681,3001,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(141682,3001,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(141683,3001,'is_vat_exempt','no'),(141684,3001,'_wc_order_attribution_source_type','referral'),(141685,3001,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141686,3001,'_wc_order_attribution_utm_source','lcaportal.com'),(141687,3001,'_wc_order_attribution_utm_medium','referral'),(141688,3001,'_wc_order_attribution_utm_content','/'),(141689,3001,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141690,3001,'_wc_order_attribution_session_start_time','2024-10-17 14:45:58'),(141691,3001,'_wc_order_attribution_session_pages','1'),(141692,3001,'_wc_order_attribution_session_count','2'),(141693,3001,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Avast/128.0.0.0'),(141694,3001,'_wc_order_attribution_device_type','Desktop'),(141695,3001,'Payment type','instant'),(141696,3001,'_paypal_status','completed'),(141697,3001,'_transaction_id','5L8574016F2185216'),(141698,3001,'PayPal Transaction Fee','22.53'),(141699,3001,'_date_paid','1729183749'),(141700,3001,'_paid_date','2024-10-17 16:49:09'),(141701,2998,'_edit_lock','1729183772:2'),(141702,2998,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242493\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"4bce3ec4503b8dc7b15b4202db7c1476\";}}'),(141703,2998,'_edit_last','2'),(141704,2998,'_date_completed','1729183883'),(141705,2998,'_completed_date','2024-10-17 16:51:23'),(141706,2999,'_edit_lock','1729183953:2'),(141707,2999,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242600\";s:12:\"date_shipped\";s:10:\"1729123200\";s:11:\"tracking_id\";s:32:\"1d308a8be2f0002e53741f568834a708\";}}'),(141708,2999,'_edit_last','2'),(141709,2999,'_date_completed','1729183970'),(141710,2999,'_completed_date','2024-10-17 16:52:50'),(141711,3002,'_order_key','wc_order_QdwZRB25ezqvI'),(141712,3002,'_customer_user','3'),(141713,3002,'_payment_method','paypal'),(141714,3002,'_payment_method_title','PayPal'),(141715,3002,'_customer_ip_address','99.22.146.124'),(141716,3002,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141717,3002,'_created_via','checkout'),(141718,3002,'_cart_hash','829c6ae525bf3e39b4b4de1a63a9850b'),(141719,3002,'_download_permissions_granted','yes'),(141720,3002,'_recorded_sales','yes'),(141721,3002,'_recorded_coupon_usage_counts','yes'),(141722,3002,'_new_order_email_sent','true'),(141723,3002,'_order_stock_reduced','yes'),(141724,3002,'_billing_first_name','Amanda'),(141725,3002,'_billing_last_name','Westerman'),(141726,3002,'_billing_company','Lice Clinics of America McKinney'),(141727,3002,'_billing_address_1','3120 Hudson Crossing'),(141728,3002,'_billing_address_2','Suite A2'),(141729,3002,'_billing_city','MCKINNEY'),(141730,3002,'_billing_state','TX'),(141731,3002,'_billing_postcode','75070'),(141732,3002,'_billing_country','US'),(141733,3002,'_billing_email','awesterman1103@gmail.com'),(141734,3002,'_billing_phone','2144175741'),(141735,3002,'_shipping_first_name','amanda'),(141736,3002,'_shipping_last_name','westerman'),(141737,3002,'_shipping_company','Lice Clinics of America'),(141738,3002,'_shipping_address_1','1709 Damian Way'),(141739,3002,'_shipping_city','Richardson'),(141740,3002,'_shipping_state','TX'),(141741,3002,'_shipping_postcode','75081'),(141742,3002,'_shipping_country','US'),(141743,3002,'_order_currency','USD'),(141744,3002,'_cart_discount','0'),(141745,3002,'_cart_discount_tax','0'),(141746,3002,'_order_shipping','0'),(141747,3002,'_order_shipping_tax','0'),(141748,3002,'_order_tax','0'),(141749,3002,'_order_total','1393.72'),(141750,3002,'_order_version','9.3.3'),(141751,3002,'_prices_include_tax','no'),(141752,3002,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(141753,3002,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(141754,3002,'is_vat_exempt','no'),(141755,3002,'_wc_order_attribution_source_type','referral'),(141756,3002,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(141757,3002,'_wc_order_attribution_utm_source','lcaportal.com'),(141758,3002,'_wc_order_attribution_utm_medium','referral'),(141759,3002,'_wc_order_attribution_utm_content','/'),(141760,3002,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141761,3002,'_wc_order_attribution_session_start_time','2024-10-17 17:44:50'),(141762,3002,'_wc_order_attribution_session_pages','4'),(141763,3002,'_wc_order_attribution_session_count','1'),(141764,3002,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141765,3002,'_wc_order_attribution_device_type','Desktop'),(141766,3002,'Payment type','instant'),(141767,3002,'_paypal_status','completed'),(141768,3002,'_transaction_id','30B62666Y2650784J'),(141769,3002,'PayPal Transaction Fee','49.13'),(141770,3002,'_date_paid','1729187378'),(141771,3002,'_paid_date','2024-10-17 17:49:38'),(141772,3003,'_order_key','wc_order_dSHJ4HABNT3mm'),(141773,3003,'_customer_user','4'),(141774,3003,'_payment_method','paypal'),(141775,3003,'_payment_method_title','PayPal'),(141776,3003,'_customer_ip_address','73.20.28.23'),(141777,3003,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141778,3003,'_created_via','checkout'),(141779,3003,'_cart_hash','947ed2ac2c988922b426288ffb2e34a1'),(141780,3003,'_download_permissions_granted','yes'),(141781,3003,'_recorded_sales','yes'),(141782,3003,'_recorded_coupon_usage_counts','yes'),(141783,3003,'_new_order_email_sent','true'),(141784,3003,'_order_stock_reduced','yes'),(141785,3003,'_billing_first_name','David'),(141786,3003,'_billing_last_name','Washburn'),(141787,3003,'_billing_company','Larada Sciences (LCA)'),(141788,3003,'_billing_address_1','4873 South State St.'),(141789,3003,'_billing_city','Murray'),(141790,3003,'_billing_state','UT'),(141791,3003,'_billing_postcode','84107'),(141792,3003,'_billing_country','US'),(141793,3003,'_billing_email','david@laradasciences.com'),(141794,3003,'_billing_phone','8019197428'),(141795,3003,'_shipping_first_name','David'),(141796,3003,'_shipping_last_name','Washburn'),(141797,3003,'_shipping_company','Larada Sciences (LCA)'),(141798,3003,'_shipping_address_1','4873 South State St.'),(141799,3003,'_shipping_city','Murray'),(141800,3003,'_shipping_state','UT'),(141801,3003,'_shipping_postcode','84107'),(141802,3003,'_shipping_country','US'),(141803,3003,'_order_currency','USD'),(141804,3003,'_cart_discount','0'),(141805,3003,'_cart_discount_tax','0'),(141806,3003,'_order_shipping','0'),(141807,3003,'_order_shipping_tax','0'),(141808,3003,'_order_tax','0'),(141809,3003,'_order_total','1102.84'),(141810,3003,'_order_version','9.3.3'),(141811,3003,'_prices_include_tax','no'),(141812,3003,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(141813,3003,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(141814,3003,'is_vat_exempt','no'),(141815,3003,'_wc_order_attribution_source_type','typein'),(141816,3003,'_wc_order_attribution_utm_source','(direct)'),(141817,3003,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(141818,3003,'_wc_order_attribution_session_start_time','2024-10-17 22:01:10'),(141819,3003,'_wc_order_attribution_session_pages','10'),(141820,3003,'_wc_order_attribution_session_count','1'),(141821,3003,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141822,3003,'_wc_order_attribution_device_type','Desktop'),(141823,3003,'_oaw_varify_key','9bd4993e9d559d54018e'),(141824,3004,'_order_key','wc_order_G1D5LN4VPM28d'),(141825,3004,'_customer_user','67'),(141826,3004,'_payment_method','paypal'),(141827,3004,'_payment_method_title','PayPal'),(141828,3004,'_customer_ip_address','67.251.108.158'),(141829,3004,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141830,3004,'_created_via','checkout'),(141831,3004,'_cart_hash','caade523943d78b5a40455515e7fef10'),(141832,3004,'_download_permissions_granted','yes'),(141833,3004,'_recorded_sales','yes'),(141834,3004,'_recorded_coupon_usage_counts','yes'),(141835,3004,'_new_order_email_sent','true'),(141836,3004,'_order_stock_reduced','yes'),(141837,3004,'_billing_first_name','Marnie'),(141838,3004,'_billing_last_name','Murray'),(141839,3004,'_billing_company','Naughty Nits'),(141840,3004,'_billing_address_1','2809 Wehrle Drive'),(141841,3004,'_billing_address_2','Suite 10'),(141842,3004,'_billing_city','Williamsville'),(141843,3004,'_billing_state','NY'),(141844,3004,'_billing_postcode','14221'),(141845,3004,'_billing_country','US'),(141846,3004,'_billing_email','liceclinicsupstateny@gmail.com'),(141847,3004,'_billing_phone','7166265423'),(141848,3004,'_shipping_first_name','Marnie'),(141849,3004,'_shipping_last_name','Murray'),(141850,3004,'_shipping_company','LCA Buffalo'),(141851,3004,'_shipping_address_1','2809 Wehrle Drive'),(141852,3004,'_shipping_address_2','Suite 10'),(141853,3004,'_shipping_city','Williamsville'),(141854,3004,'_shipping_state','NY'),(141855,3004,'_shipping_postcode','14221'),(141856,3004,'_shipping_country','US'),(141857,3004,'_order_currency','USD'),(141858,3004,'_cart_discount','0'),(141859,3004,'_cart_discount_tax','0'),(141860,3004,'_order_shipping','0'),(141861,3004,'_order_shipping_tax','0'),(141862,3004,'_order_tax','0'),(141863,3004,'_order_total','2336.68'),(141864,3004,'_order_version','9.3.3'),(141865,3004,'_prices_include_tax','no'),(141866,3004,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(141867,3004,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(141868,3004,'is_vat_exempt','no'),(141869,3004,'_wc_order_attribution_source_type','referral'),(141870,3004,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141871,3004,'_wc_order_attribution_utm_source','lcaportal.com'),(141872,3004,'_wc_order_attribution_utm_medium','referral'),(141873,3004,'_wc_order_attribution_utm_content','/'),(141874,3004,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141875,3004,'_wc_order_attribution_session_start_time','2024-10-18 13:32:21'),(141876,3004,'_wc_order_attribution_session_pages','4'),(141877,3004,'_wc_order_attribution_session_count','6'),(141878,3004,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141879,3004,'_wc_order_attribution_device_type','Desktop'),(141880,3004,'Payment type','instant'),(141881,3004,'_paypal_status','completed'),(141882,3004,'_transaction_id','07D37606AR002993S'),(141883,3004,'PayPal Transaction Fee','82.04'),(141884,3004,'_date_paid','1729259079'),(141885,3004,'_paid_date','2024-10-18 13:44:39'),(141886,3000,'_edit_lock','1729294419:2'),(141887,3000,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242714\";s:12:\"date_shipped\";s:10:\"1729209600\";s:11:\"tracking_id\";s:32:\"c78608b9922d577c674d63e97f8d12e1\";}}'),(141888,3000,'_edit_last','2'),(141889,3000,'_date_completed','1729294414'),(141890,3000,'_completed_date','2024-10-18 23:33:34'),(141891,3002,'_edit_lock','1729294315:2'),(141892,3002,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242828\";s:12:\"date_shipped\";s:10:\"1729209600\";s:11:\"tracking_id\";s:32:\"b4a691506aba589aa8ce81377f255939\";}}'),(141893,3002,'_edit_last','2'),(141894,3002,'_date_completed','1729294453'),(141895,3002,'_completed_date','2024-10-18 23:34:13'),(141896,3001,'_edit_lock','1729294370:2'),(141897,3001,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242806\";s:12:\"date_shipped\";s:10:\"1729209600\";s:11:\"tracking_id\";s:32:\"e4da865afca691a44a10128990b64e37\";}}'),(141898,3001,'_edit_last','2'),(141899,3001,'_date_completed','1729294488'),(141900,3001,'_completed_date','2024-10-18 23:34:48'),(141901,3004,'_edit_lock','1729294520:2'),(141902,3004,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992242931\";s:12:\"date_shipped\";s:10:\"1729209600\";s:11:\"tracking_id\";s:32:\"2ffc4a724627f3812e4081849703489f\";}}'),(141903,3004,'_edit_last','2'),(141904,3004,'_date_completed','1729294647'),(141905,3004,'_completed_date','2024-10-18 23:37:27'),(141908,3005,'_order_key','wc_order_LMcPCc2S50Kr1'),(141909,3005,'_customer_user','98'),(141910,3005,'_payment_method','paypal'),(141911,3005,'_payment_method_title','PayPal'),(141912,3005,'_customer_ip_address','24.62.247.50'),(141913,3005,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(141914,3005,'_created_via','checkout'),(141915,3005,'_cart_hash','854060db3b07048b772a276e6529452b'),(141916,3005,'_download_permissions_granted','yes'),(141917,3005,'_recorded_sales','yes'),(141918,3005,'_recorded_coupon_usage_counts','yes'),(141919,3005,'_new_order_email_sent','true'),(141920,3005,'_order_stock_reduced','yes'),(141921,3005,'_billing_first_name','Christine'),(141922,3005,'_billing_last_name','Cherry'),(141923,3005,'_billing_company','NITS END'),(141924,3005,'_billing_address_1','PO BOX 1092'),(141925,3005,'_billing_city','Campton'),(141926,3005,'_billing_state','NH'),(141927,3005,'_billing_postcode','03223'),(141928,3005,'_billing_country','US'),(141929,3005,'_billing_email','christine@liceclinicscolumbus.com'),(141930,3005,'_billing_phone','16034983390'),(141931,3005,'_shipping_first_name','Erica'),(141932,3005,'_shipping_last_name','Froggatt'),(141933,3005,'_shipping_company','LCA'),(141934,3005,'_shipping_address_1','5910 Wilcox Pl'),(141935,3005,'_shipping_address_2','suite E'),(141936,3005,'_shipping_city','Dublin'),(141937,3005,'_shipping_state','OH'),(141938,3005,'_shipping_postcode','43016'),(141939,3005,'_shipping_country','US'),(141940,3005,'_order_currency','USD'),(141941,3005,'_cart_discount','0'),(141942,3005,'_cart_discount_tax','0'),(141943,3005,'_order_shipping','0'),(141944,3005,'_order_shipping_tax','0'),(141945,3005,'_order_tax','0'),(141946,3005,'_order_total','1235.56'),(141947,3005,'_order_version','9.3.3'),(141948,3005,'_prices_include_tax','no'),(141949,3005,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(141950,3005,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(141951,3005,'is_vat_exempt','no'),(141952,3005,'_wc_order_attribution_source_type','referral'),(141953,3005,'_wc_order_attribution_referrer','https://lcaportal.com/'),(141954,3005,'_wc_order_attribution_utm_source','lcaportal.com'),(141955,3005,'_wc_order_attribution_utm_medium','referral'),(141956,3005,'_wc_order_attribution_utm_content','/'),(141957,3005,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(141958,3005,'_wc_order_attribution_session_start_time','2024-10-21 16:02:08'),(141959,3005,'_wc_order_attribution_session_pages','7'),(141960,3005,'_wc_order_attribution_session_count','1'),(141961,3005,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(141962,3005,'_wc_order_attribution_device_type','Desktop'),(141963,3005,'Payment type','instant'),(141964,3005,'_paypal_status','completed'),(141965,3005,'_transaction_id','8SE08139971937915'),(141966,3005,'PayPal Transaction Fee','43.61'),(141967,3005,'_date_paid','1729527089'),(141968,3005,'_paid_date','2024-10-21 16:11:29'),(141969,3006,'_order_key','wc_order_yhUG8VoW3GjFm'),(141970,3006,'_customer_user','61'),(141971,3006,'_payment_method','paypal'),(141972,3006,'_payment_method_title','PayPal'),(141973,3006,'_customer_ip_address','217.180.201.43'),(141974,3006,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(141975,3006,'_created_via','checkout'),(141976,3006,'_cart_hash','d520ac08a4f643be887614dec1186264'),(141977,3006,'_download_permissions_granted','yes'),(141978,3006,'_recorded_sales','yes'),(141979,3006,'_recorded_coupon_usage_counts','yes'),(141980,3006,'_new_order_email_sent','true'),(141981,3006,'_order_stock_reduced','yes'),(141982,3006,'_billing_first_name','Judith'),(141983,3006,'_billing_last_name','Hayden'),(141984,3006,'_billing_company','LCAL Hayden LLC'),(141985,3006,'_billing_address_1','1795 Alysheba Way'),(141986,3006,'_billing_address_2','Ste 4105'),(141987,3006,'_billing_city','Lexington'),(141988,3006,'_billing_state','KY'),(141989,3006,'_billing_postcode','40509'),(141990,3006,'_billing_country','US'),(141991,3006,'_billing_email','judy@liceclinicslexington.com'),(141992,3006,'_billing_phone','8595376966'),(141993,3006,'_shipping_first_name','Judy'),(141994,3006,'_shipping_last_name','Hayden'),(141995,3006,'_shipping_company','Lice Clinics of America Lexington'),(141996,3006,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(141997,3006,'_shipping_city','Lexington'),(141998,3006,'_shipping_state','KY'),(141999,3006,'_shipping_postcode','40509'),(142000,3006,'_shipping_country','US'),(142001,3006,'_order_currency','USD'),(142002,3006,'_cart_discount','0'),(142003,3006,'_cart_discount_tax','0'),(142004,3006,'_order_shipping','0'),(142005,3006,'_order_shipping_tax','0'),(142006,3006,'_order_tax','0'),(142007,3006,'_order_total','930.65'),(142008,3006,'_order_version','9.3.3'),(142009,3006,'_prices_include_tax','no'),(142010,3006,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(142011,3006,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(142012,3006,'is_vat_exempt','no'),(142013,3006,'_wc_order_attribution_source_type','typein'),(142014,3006,'_wc_order_attribution_utm_source','(direct)'),(142015,3006,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142016,3006,'_wc_order_attribution_session_start_time','2024-10-21 15:50:39'),(142017,3006,'_wc_order_attribution_session_pages','7'),(142018,3006,'_wc_order_attribution_session_count','2'),(142019,3006,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142020,3006,'_wc_order_attribution_device_type','Desktop'),(142021,3006,'Payment type','instant'),(142022,3006,'_paypal_status','completed'),(142023,3006,'_transaction_id','4PT150731S9649151'),(142024,3006,'PayPal Transaction Fee','32.97'),(142025,3006,'_date_paid','1729529559'),(142026,3006,'_paid_date','2024-10-21 16:52:39'),(142027,3007,'_order_key','wc_order_EoDUnu0IghDZs'),(142028,3007,'_customer_user','3'),(142029,3007,'_payment_method','paypal'),(142030,3007,'_payment_method_title','PayPal'),(142031,3007,'_customer_ip_address','99.22.146.124'),(142032,3007,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142033,3007,'_created_via','checkout'),(142034,3007,'_cart_hash','ac0a12b58a33b149df41237adfbc9bef'),(142035,3007,'_download_permissions_granted','no'),(142036,3007,'_recorded_sales','no'),(142037,3007,'_recorded_coupon_usage_counts','no'),(142038,3007,'_new_order_email_sent','false'),(142039,3007,'_order_stock_reduced','no'),(142040,3007,'_billing_first_name','Amanda'),(142041,3007,'_billing_last_name','Westerman'),(142042,3007,'_billing_company','Lice Clinics of America McKinney'),(142043,3007,'_billing_address_1','3120 Hudson Crossing'),(142044,3007,'_billing_address_2','Suite A2'),(142045,3007,'_billing_city','MCKINNEY'),(142046,3007,'_billing_state','TX'),(142047,3007,'_billing_postcode','75070'),(142048,3007,'_billing_country','US'),(142049,3007,'_billing_email','awesterman1103@gmail.com'),(142050,3007,'_billing_phone','2144175741'),(142051,3007,'_shipping_first_name','amanda'),(142052,3007,'_shipping_last_name','westerman'),(142053,3007,'_shipping_company','Lice Clinics of America McKinney'),(142054,3007,'_shipping_address_1','3120 Hudson Crossing'),(142055,3007,'_shipping_address_2','Suite A2'),(142056,3007,'_shipping_city','MCKINNEY'),(142057,3007,'_shipping_state','TX'),(142058,3007,'_shipping_postcode','75070'),(142059,3007,'_shipping_country','US'),(142060,3007,'_order_currency','USD'),(142061,3007,'_cart_discount','0'),(142062,3007,'_cart_discount_tax','0'),(142063,3007,'_order_shipping','0'),(142064,3007,'_order_shipping_tax','0'),(142065,3007,'_order_tax','0'),(142066,3007,'_order_total','916.42'),(142067,3007,'_order_version','9.3.3'),(142068,3007,'_prices_include_tax','no'),(142069,3007,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(142070,3007,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(142071,3007,'is_vat_exempt','no'),(142072,3007,'_wc_order_attribution_source_type','referral'),(142073,3007,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(142074,3007,'_wc_order_attribution_utm_source','lcaportal.com'),(142075,3007,'_wc_order_attribution_utm_medium','referral'),(142076,3007,'_wc_order_attribution_utm_content','/'),(142077,3007,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142078,3007,'_wc_order_attribution_session_start_time','2024-10-21 17:25:00'),(142079,3007,'_wc_order_attribution_session_pages','5'),(142080,3007,'_wc_order_attribution_session_count','3'),(142081,3007,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142082,3007,'_wc_order_attribution_device_type','Desktop'),(142083,3008,'_order_key','wc_order_O0kuBIwyyymI3'),(142084,3008,'_customer_user','3'),(142085,3008,'_payment_method','paypal'),(142086,3008,'_payment_method_title','PayPal'),(142087,3008,'_customer_ip_address','99.22.146.124'),(142088,3008,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142089,3008,'_created_via','checkout'),(142090,3008,'_cart_hash','ac0a12b58a33b149df41237adfbc9bef'),(142091,3008,'_download_permissions_granted','no'),(142092,3008,'_recorded_sales','no'),(142093,3008,'_recorded_coupon_usage_counts','no'),(142094,3008,'_new_order_email_sent','false'),(142095,3008,'_order_stock_reduced','no'),(142096,3008,'_billing_first_name','Amanda'),(142097,3008,'_billing_last_name','Westerman'),(142098,3008,'_billing_company','Lice Clinics of America McKinney'),(142099,3008,'_billing_address_1','3120 Hudson Crossing'),(142100,3008,'_billing_address_2','Suite A2'),(142101,3008,'_billing_city','MCKINNEY'),(142102,3008,'_billing_state','TX'),(142103,3008,'_billing_postcode','75070'),(142104,3008,'_billing_country','US'),(142105,3008,'_billing_email','awesterman1103@gmail.com'),(142106,3008,'_billing_phone','2144175741'),(142107,3008,'_shipping_first_name','amanda'),(142108,3008,'_shipping_last_name','westerman'),(142109,3008,'_shipping_company','Lice Clinics of America McKinney'),(142110,3008,'_shipping_address_1','3120 Hudson Crossing'),(142111,3008,'_shipping_address_2','Suite A2'),(142112,3008,'_shipping_city','MCKINNEY'),(142113,3008,'_shipping_state','TX'),(142114,3008,'_shipping_postcode','75070'),(142115,3008,'_shipping_country','US'),(142116,3008,'_order_currency','USD'),(142117,3008,'_cart_discount','0'),(142118,3008,'_cart_discount_tax','0'),(142119,3008,'_order_shipping','0'),(142120,3008,'_order_shipping_tax','0'),(142121,3008,'_order_tax','0'),(142122,3008,'_order_total','916.42'),(142123,3008,'_order_version','9.3.3'),(142124,3008,'_prices_include_tax','no'),(142125,3008,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(142126,3008,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(142127,3008,'is_vat_exempt','no'),(142128,3008,'_wc_order_attribution_source_type','referral'),(142129,3008,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(142130,3008,'_wc_order_attribution_utm_source','lcaportal.com'),(142131,3008,'_wc_order_attribution_utm_medium','referral'),(142132,3008,'_wc_order_attribution_utm_content','/'),(142133,3008,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142134,3008,'_wc_order_attribution_session_start_time','2024-10-21 17:25:00'),(142135,3008,'_wc_order_attribution_session_pages','7'),(142136,3008,'_wc_order_attribution_session_count','3'),(142137,3008,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142138,3008,'_wc_order_attribution_device_type','Desktop'),(142139,3009,'_order_key','wc_order_z86PyTeqepyoy'),(142140,3009,'_customer_user','3'),(142141,3009,'_payment_method','paypal'),(142142,3009,'_payment_method_title','PayPal'),(142143,3009,'_customer_ip_address','99.22.146.124'),(142144,3009,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142145,3009,'_created_via','checkout'),(142146,3009,'_cart_hash','ac0a12b58a33b149df41237adfbc9bef'),(142147,3009,'_download_permissions_granted','yes'),(142148,3009,'_recorded_sales','yes'),(142149,3009,'_recorded_coupon_usage_counts','yes'),(142150,3009,'_new_order_email_sent','true'),(142151,3009,'_order_stock_reduced','yes'),(142152,3009,'_billing_first_name','Amanda'),(142153,3009,'_billing_last_name','Westerman'),(142154,3009,'_billing_company','Lice Clinics of America McKinney'),(142155,3009,'_billing_address_1','3120 Hudson Crossing'),(142156,3009,'_billing_address_2','Suite A2'),(142157,3009,'_billing_city','MCKINNEY'),(142158,3009,'_billing_state','TX'),(142159,3009,'_billing_postcode','75070'),(142160,3009,'_billing_country','US'),(142161,3009,'_billing_email','awesterman1103@gmail.com'),(142162,3009,'_billing_phone','2144175741'),(142163,3009,'_shipping_first_name','amanda'),(142164,3009,'_shipping_last_name','westerman'),(142165,3009,'_shipping_company','Lice Clinics of America McKinney'),(142166,3009,'_shipping_address_1','3120 Hudson Crossing'),(142167,3009,'_shipping_address_2','Suite A2'),(142168,3009,'_shipping_city','MCKINNEY'),(142169,3009,'_shipping_state','TX'),(142170,3009,'_shipping_postcode','75070'),(142171,3009,'_shipping_country','US'),(142172,3009,'_order_currency','USD'),(142173,3009,'_cart_discount','0'),(142174,3009,'_cart_discount_tax','0'),(142175,3009,'_order_shipping','0'),(142176,3009,'_order_shipping_tax','0'),(142177,3009,'_order_tax','0'),(142178,3009,'_order_total','916.42'),(142179,3009,'_order_version','9.3.3'),(142180,3009,'_prices_include_tax','no'),(142181,3009,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(142182,3009,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(142183,3009,'is_vat_exempt','no'),(142184,3009,'_wc_order_attribution_source_type','referral'),(142185,3009,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(142186,3009,'_wc_order_attribution_utm_source','lcaportal.com'),(142187,3009,'_wc_order_attribution_utm_medium','referral'),(142188,3009,'_wc_order_attribution_utm_content','/'),(142189,3009,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142190,3009,'_wc_order_attribution_session_start_time','2024-10-21 17:25:00'),(142191,3009,'_wc_order_attribution_session_pages','9'),(142192,3009,'_wc_order_attribution_session_count','3'),(142193,3009,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142194,3009,'_wc_order_attribution_device_type','Desktop'),(142195,3009,'Payment type','instant'),(142196,3009,'_paypal_status','completed'),(142197,3009,'_transaction_id','0B272002SD513341U'),(142198,3009,'PayPal Transaction Fee','32.47'),(142199,3009,'_date_paid','1729536162'),(142200,3009,'_paid_date','2024-10-21 18:42:42'),(142201,3010,'_order_key','wc_order_bQc9gOkCp2qdK'),(142202,3010,'_customer_user','3'),(142203,3010,'_payment_method','paypal'),(142204,3010,'_payment_method_title','PayPal'),(142205,3010,'_customer_ip_address','99.22.146.124'),(142206,3010,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142207,3010,'_created_via','checkout'),(142208,3010,'_cart_hash','afe33a6a33dcebc9732b8f2511a74fa9'),(142209,3010,'_download_permissions_granted','yes'),(142210,3010,'_recorded_sales','yes'),(142211,3010,'_recorded_coupon_usage_counts','yes'),(142212,3010,'_new_order_email_sent','true'),(142213,3010,'_order_stock_reduced','yes'),(142214,3010,'_billing_first_name','AMANDA'),(142215,3010,'_billing_last_name','Westerman'),(142216,3010,'_billing_company','Lice Clinics of America McKinney'),(142217,3010,'_billing_address_1','3120 HUDSON XING'),(142218,3010,'_billing_address_2','Suite A2'),(142219,3010,'_billing_city','MCKINNEY'),(142220,3010,'_billing_state','TX'),(142221,3010,'_billing_postcode','75070'),(142222,3010,'_billing_country','US'),(142223,3010,'_billing_email','awesterman1103@gmail.com'),(142224,3010,'_billing_phone','14695446331'),(142225,3010,'_shipping_first_name','amanda'),(142226,3010,'_shipping_last_name','westerman'),(142227,3010,'_shipping_company','Lice Clinics of America'),(142228,3010,'_shipping_address_1','1709 Damian Way'),(142229,3010,'_shipping_city','Richardson'),(142230,3010,'_shipping_state','TX'),(142231,3010,'_shipping_postcode','75081'),(142232,3010,'_shipping_country','US'),(142233,3010,'_order_currency','USD'),(142234,3010,'_cart_discount','0'),(142235,3010,'_cart_discount_tax','0'),(142236,3010,'_order_shipping','0'),(142237,3010,'_order_shipping_tax','0'),(142238,3010,'_order_tax','0'),(142239,3010,'_order_total','564.94'),(142240,3010,'_order_version','9.3.3'),(142241,3010,'_prices_include_tax','no'),(142242,3010,'_billing_address_index','AMANDA Westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 14695446331'),(142243,3010,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(142244,3010,'is_vat_exempt','no'),(142245,3010,'_wc_order_attribution_source_type','referral'),(142246,3010,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142247,3010,'_wc_order_attribution_utm_source','lcaportal.com'),(142248,3010,'_wc_order_attribution_utm_medium','referral'),(142249,3010,'_wc_order_attribution_utm_content','/'),(142250,3010,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142251,3010,'_wc_order_attribution_session_start_time','2024-10-21 19:46:21'),(142252,3010,'_wc_order_attribution_session_pages','8'),(142253,3010,'_wc_order_attribution_session_count','4'),(142254,3010,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142255,3010,'_wc_order_attribution_device_type','Desktop'),(142256,3010,'Payment type','instant'),(142257,3010,'_paypal_status','completed'),(142258,3010,'_transaction_id','5S759196V5052261N'),(142259,3010,'PayPal Transaction Fee','20.21'),(142260,3010,'_date_paid','1729541550'),(142261,3010,'_paid_date','2024-10-21 20:12:30'),(142262,3011,'_order_key','wc_order_rM4bgTbPmdZJU'),(142263,3011,'_customer_user','76'),(142264,3011,'_payment_method','paypal'),(142265,3011,'_payment_method_title','PayPal'),(142266,3011,'_customer_ip_address','66.31.192.192'),(142267,3011,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(142268,3011,'_created_via','checkout'),(142269,3011,'_cart_hash','b11e5dfd511233b31b90e30cccfb6ffa'),(142270,3011,'_download_permissions_granted','yes'),(142271,3011,'_recorded_sales','yes'),(142272,3011,'_recorded_coupon_usage_counts','yes'),(142273,3011,'_new_order_email_sent','true'),(142274,3011,'_order_stock_reduced','yes'),(142275,3011,'_billing_first_name','Naomi'),(142276,3011,'_billing_last_name','Golden'),(142277,3011,'_billing_company','LCA'),(142278,3011,'_billing_address_1','31 Mann Ave'),(142279,3011,'_billing_city','Needham'),(142280,3011,'_billing_state','MA'),(142281,3011,'_billing_postcode','02492'),(142282,3011,'_billing_country','US'),(142283,3011,'_billing_email','nrgolden6486@gmail.com'),(142284,3011,'_billing_phone','617-851-1322'),(142285,3011,'_shipping_first_name','Naomi'),(142286,3011,'_shipping_last_name','Golden'),(142287,3011,'_shipping_company','LCA'),(142288,3011,'_shipping_address_1','1349 Centre Street'),(142289,3011,'_shipping_address_2','Facing Trowbridge'),(142290,3011,'_shipping_city','Newton'),(142291,3011,'_shipping_state','MA'),(142292,3011,'_shipping_postcode','02459'),(142293,3011,'_shipping_country','US'),(142294,3011,'_order_currency','USD'),(142295,3011,'_cart_discount','0'),(142296,3011,'_cart_discount_tax','0'),(142297,3011,'_order_shipping','0'),(142298,3011,'_order_shipping_tax','0'),(142299,3011,'_order_tax','0'),(142300,3011,'_order_total','673.02'),(142301,3011,'_order_version','9.3.3'),(142302,3011,'_prices_include_tax','no'),(142303,3011,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(142304,3011,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(142305,3011,'is_vat_exempt','no'),(142306,3011,'_wc_order_attribution_source_type','typein'),(142307,3011,'_wc_order_attribution_utm_source','(direct)'),(142308,3011,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142309,3011,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(142310,3011,'_wc_order_attribution_session_pages','6'),(142311,3011,'_wc_order_attribution_session_count','1'),(142312,3011,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(142313,3011,'_wc_order_attribution_device_type','Desktop'),(142314,3011,'Payment type','instant'),(142315,3011,'_paypal_status','completed'),(142316,3011,'_transaction_id','11B69096FX8496140'),(142317,3011,'PayPal Transaction Fee','23.98'),(142318,3011,'_date_paid','1729599937'),(142319,3011,'_paid_date','2024-10-22 12:25:37'),(142320,3005,'_edit_lock','1729604952:2'),(142321,3005,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243434\";s:12:\"date_shipped\";s:10:\"1729555200\";s:11:\"tracking_id\";s:32:\"52a07fc76c3294c8d99cd97f7d2e557b\";}}'),(142322,3005,'_edit_last','2'),(142323,3005,'_date_completed','1729604943'),(142324,3005,'_completed_date','2024-10-22 13:49:03'),(142325,3006,'_edit_lock','1729652237:2'),(142326,3003,'_edit_lock','1729652447:2'),(142327,3003,'_edit_last','2'),(142328,3003,'Payment type','instant'),(142329,3003,'_paypal_status','completed'),(142330,3003,'_transaction_id','6FT39893P7893113R'),(142331,3003,'PayPal Transaction Fee','38.98'),(142332,3003,'_date_paid','1729617109'),(142333,3003,'_paid_date','2024-10-22 17:11:49'),(142334,3009,'_edit_lock','1729617461:2'),(142335,3009,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243515\";s:12:\"date_shipped\";s:10:\"1729555200\";s:11:\"tracking_id\";s:32:\"13a74a8f14196698e3c3b9786490b88d\";}}'),(142336,3009,'_edit_last','2'),(142337,3009,'_date_completed','1729617538'),(142338,3009,'_completed_date','2024-10-22 17:18:58'),(142339,3012,'_order_key','wc_order_N5gIGmx5U3N2K'),(142340,3012,'_customer_user','59'),(142341,3012,'_payment_method','paypal'),(142342,3012,'_payment_method_title','PayPal'),(142343,3012,'_customer_ip_address','174.170.117.96'),(142344,3012,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142345,3012,'_created_via','checkout'),(142346,3012,'_cart_hash','8b3c8df05fe1845a14c35e5290c344e3'),(142347,3012,'_download_permissions_granted','yes'),(142348,3012,'_recorded_sales','yes'),(142349,3012,'_recorded_coupon_usage_counts','yes'),(142350,3012,'_new_order_email_sent','true'),(142351,3012,'_order_stock_reduced','yes'),(142352,3012,'_billing_first_name','Allison'),(142353,3012,'_billing_last_name','Anthon'),(142354,3012,'_billing_company','Lice Clinics of America Sugar Land'),(142355,3012,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(142356,3012,'_billing_address_2','Apt, suite, floor, etc.'),(142357,3012,'_billing_city','TOMBALL'),(142358,3012,'_billing_state','TX'),(142359,3012,'_billing_postcode','77375'),(142360,3012,'_billing_country','US'),(142361,3012,'_billing_email','louseysolutions@gmail.com'),(142362,3012,'_billing_phone','6024008520'),(142363,3012,'_shipping_first_name','Allison'),(142364,3012,'_shipping_last_name','Anthon'),(142365,3012,'_shipping_company','LCA Sugar Land'),(142366,3012,'_shipping_address_1','2831 Lakecrest River Dr.'),(142367,3012,'_shipping_city','Katy'),(142368,3012,'_shipping_state','TX'),(142369,3012,'_shipping_postcode','77493'),(142370,3012,'_shipping_country','US'),(142371,3012,'_order_currency','USD'),(142372,3012,'_cart_discount','0'),(142373,3012,'_cart_discount_tax','0'),(142374,3012,'_order_shipping','0'),(142375,3012,'_order_shipping_tax','0'),(142376,3012,'_order_tax','0'),(142377,3012,'_order_total','1502.62'),(142378,3012,'_order_version','9.3.3'),(142379,3012,'_prices_include_tax','no'),(142380,3012,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(142381,3012,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(142382,3012,'is_vat_exempt','no'),(142383,3012,'_wc_order_attribution_source_type','referral'),(142384,3012,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(142385,3012,'_wc_order_attribution_utm_source','lcaportal.com'),(142386,3012,'_wc_order_attribution_utm_medium','referral'),(142387,3012,'_wc_order_attribution_utm_content','/'),(142388,3012,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142389,3012,'_wc_order_attribution_session_start_time','2024-10-23 00:11:04'),(142390,3012,'_wc_order_attribution_session_pages','4'),(142391,3012,'_wc_order_attribution_session_count','1'),(142392,3012,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142393,3012,'_wc_order_attribution_device_type','Desktop'),(142394,3012,'_oaw_varify_key','52f4e01dcb1d6f91253d'),(142395,3012,'_edit_lock','1730124251:2'),(142396,3012,'_edit_last','2'),(142397,3006,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243607\";s:12:\"date_shipped\";s:10:\"1729641600\";s:11:\"tracking_id\";s:32:\"c7d3dd8e855ac8006978745ea69de95b\";}}'),(142398,3006,'_edit_last','2'),(142399,3006,'_date_completed','1729652375'),(142400,3006,'_completed_date','2024-10-23 02:59:35'),(142401,3010,'_edit_lock','1729652284:2'),(142402,3010,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243630\";s:12:\"date_shipped\";s:10:\"1729641600\";s:11:\"tracking_id\";s:32:\"3015968341feef77fe33ccb954dbdf2e\";}}'),(142403,3010,'_edit_last','2'),(142404,3010,'_date_completed','1729652419'),(142405,3010,'_completed_date','2024-10-23 03:00:19'),(142406,3011,'_edit_lock','1729652387:2'),(142407,3011,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243684\";s:12:\"date_shipped\";s:10:\"1729641600\";s:11:\"tracking_id\";s:32:\"38c66dff597d42b1bb3b32880e5ed8f6\";}}'),(142408,3011,'_edit_last','2'),(142409,3011,'_date_completed','1729652525'),(142410,3011,'_completed_date','2024-10-23 03:02:05'),(142411,3003,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992243846\";s:12:\"date_shipped\";s:10:\"1729641600\";s:11:\"tracking_id\";s:32:\"57022073d9649b5f191c2a215646bdd9\";}}'),(142412,3003,'_date_completed','1729652568'),(142413,3003,'_completed_date','2024-10-23 03:02:48'),(142414,3013,'_order_key','wc_order_3SxAKOt2QnwkF'),(142415,3013,'_customer_user','76'),(142416,3013,'_payment_method','paypal'),(142417,3013,'_payment_method_title','PayPal'),(142418,3013,'_customer_ip_address','173.48.33.74'),(142419,3013,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(142420,3013,'_created_via','checkout'),(142421,3013,'_cart_hash','3838a346470bb42cd32a69bd1370de91'),(142422,3013,'_download_permissions_granted','yes'),(142423,3013,'_recorded_sales','yes'),(142424,3013,'_recorded_coupon_usage_counts','yes'),(142425,3013,'_new_order_email_sent','true'),(142426,3013,'_order_stock_reduced','yes'),(142427,3013,'_billing_first_name','Naomi'),(142428,3013,'_billing_last_name','Golden'),(142429,3013,'_billing_company','LCA'),(142430,3013,'_billing_address_1','31 Mann Ave'),(142431,3013,'_billing_city','Needham'),(142432,3013,'_billing_state','MA'),(142433,3013,'_billing_postcode','02492'),(142434,3013,'_billing_country','US'),(142435,3013,'_billing_email','nrgolden6486@gmail.com'),(142436,3013,'_billing_phone','617-851-1322'),(142437,3013,'_shipping_first_name','Naomi'),(142438,3013,'_shipping_last_name','Golden'),(142439,3013,'_shipping_company','LCA'),(142440,3013,'_shipping_address_1','3 Baldwin Green Common'),(142441,3013,'_shipping_address_2','Suite 310'),(142442,3013,'_shipping_city','Woburn'),(142443,3013,'_shipping_state','MA'),(142444,3013,'_shipping_postcode','01801'),(142445,3013,'_shipping_country','US'),(142446,3013,'_order_currency','USD'),(142447,3013,'_cart_discount','0'),(142448,3013,'_cart_discount_tax','0'),(142449,3013,'_order_shipping','0'),(142450,3013,'_order_shipping_tax','0'),(142451,3013,'_order_tax','0'),(142452,3013,'_order_total','506.88'),(142453,3013,'_order_version','9.3.3'),(142454,3013,'_prices_include_tax','no'),(142455,3013,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(142456,3013,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(142457,3013,'is_vat_exempt','no'),(142458,3013,'_wc_order_attribution_source_type','typein'),(142459,3013,'_wc_order_attribution_utm_source','(direct)'),(142460,3013,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142461,3013,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(142462,3013,'_wc_order_attribution_session_pages','7'),(142463,3013,'_wc_order_attribution_session_count','3'),(142464,3013,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(142465,3013,'_wc_order_attribution_device_type','Desktop'),(142466,3013,'Payment type','instant'),(142467,3013,'_paypal_status','completed'),(142468,3013,'_transaction_id','60A90208VA427782J'),(142469,3013,'PayPal Transaction Fee','18.18'),(142470,3013,'_date_paid','1729699165'),(142471,3013,'_paid_date','2024-10-23 15:59:25'),(142472,3014,'_order_key','wc_order_m6wijfiWIimQK'),(142473,3014,'_customer_user','6'),(142474,3014,'_payment_method','paypal'),(142475,3014,'_payment_method_title','PayPal'),(142476,3014,'_customer_ip_address','24.23.11.137'),(142477,3014,'_customer_user_agent','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'),(142478,3014,'_created_via','checkout'),(142479,3014,'_cart_hash','14db1d289b227f8cc1aec67f3f0546e8'),(142480,3014,'_download_permissions_granted','yes'),(142481,3014,'_recorded_sales','yes'),(142482,3014,'_recorded_coupon_usage_counts','yes'),(142483,3014,'_new_order_email_sent','true'),(142484,3014,'_order_stock_reduced','yes'),(142485,3014,'_billing_first_name','Amira'),(142486,3014,'_billing_last_name','Purto'),(142487,3014,'_billing_address_1','2520 Chandon Circle'),(142488,3014,'_billing_city','Modesto'),(142489,3014,'_billing_state','CA'),(142490,3014,'_billing_postcode','95355'),(142491,3014,'_billing_country','US'),(142492,3014,'_billing_email','amira77@sbcglobal.net'),(142493,3014,'_billing_phone','2096422061'),(142494,3014,'_shipping_first_name','Amira'),(142495,3014,'_shipping_last_name','Purto'),(142496,3014,'_shipping_address_1','2520 Chandon Circle'),(142497,3014,'_shipping_city','Modesto'),(142498,3014,'_shipping_state','CA'),(142499,3014,'_shipping_postcode','95355'),(142500,3014,'_shipping_country','US'),(142501,3014,'_order_currency','USD'),(142502,3014,'_cart_discount','0'),(142503,3014,'_cart_discount_tax','0'),(142504,3014,'_order_shipping','0'),(142505,3014,'_order_shipping_tax','0'),(142506,3014,'_order_tax','0'),(142507,3014,'_order_total','1464.24'),(142508,3014,'_order_version','9.3.3'),(142509,3014,'_prices_include_tax','no'),(142510,3014,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(142511,3014,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(142512,3014,'is_vat_exempt','no'),(142513,3014,'_wc_order_attribution_source_type','typein'),(142514,3014,'_wc_order_attribution_utm_source','(direct)'),(142515,3014,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142516,3014,'_wc_order_attribution_session_start_time','2024-10-23 20:29:53'),(142517,3014,'_wc_order_attribution_session_pages','6'),(142518,3014,'_wc_order_attribution_session_count','1'),(142519,3014,'_wc_order_attribution_user_agent','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'),(142520,3014,'_wc_order_attribution_device_type','Desktop'),(142521,3014,'Payment type','instant'),(142522,3014,'_paypal_status','completed'),(142523,3014,'_transaction_id','9XF90079HC819800U'),(142524,3014,'PayPal Transaction Fee','51.59'),(142525,3014,'_date_paid','1729716024'),(142526,3014,'_paid_date','2024-10-23 20:40:24'),(142527,3015,'_order_key','wc_order_VT61JNN1PsWvz'),(142528,3015,'_customer_user','5'),(142529,3015,'_payment_method','paypal'),(142530,3015,'_payment_method_title','PayPal'),(142531,3015,'_customer_ip_address','71.237.182.213'),(142532,3015,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142533,3015,'_created_via','checkout'),(142534,3015,'_cart_hash','0d08dca0b77441edddc9a32dc1fef375'),(142535,3015,'_download_permissions_granted','yes'),(142536,3015,'_recorded_sales','yes'),(142537,3015,'_recorded_coupon_usage_counts','yes'),(142538,3015,'_new_order_email_sent','true'),(142539,3015,'_order_stock_reduced','yes'),(142540,3015,'_billing_first_name','Mark'),(142541,3015,'_billing_last_name','Meyer'),(142542,3015,'_billing_company','lice clinics of america- portland'),(142543,3015,'_billing_address_1','5201 SW Westgate Dr suite 106'),(142544,3015,'_billing_address_2','106'),(142545,3015,'_billing_city','portland'),(142546,3015,'_billing_state','OR'),(142547,3015,'_billing_postcode','97221'),(142548,3015,'_billing_country','US'),(142549,3015,'_billing_email','noemi.and.mark@nwliceclinics.com'),(142550,3015,'_billing_phone','15034040475'),(142551,3015,'_shipping_first_name','Mark'),(142552,3015,'_shipping_last_name','Meyer'),(142553,3015,'_shipping_company','lice clinics of america- portland'),(142554,3015,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(142555,3015,'_shipping_address_2','106'),(142556,3015,'_shipping_city','portland'),(142557,3015,'_shipping_state','OR'),(142558,3015,'_shipping_postcode','97221'),(142559,3015,'_shipping_country','US'),(142560,3015,'_order_currency','USD'),(142561,3015,'_cart_discount','0'),(142562,3015,'_cart_discount_tax','0'),(142563,3015,'_order_shipping','0'),(142564,3015,'_order_shipping_tax','0'),(142565,3015,'_order_tax','0'),(142566,3015,'_order_total','2845.25'),(142567,3015,'_order_version','9.3.3'),(142568,3015,'_prices_include_tax','no'),(142569,3015,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(142570,3015,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(142571,3015,'is_vat_exempt','no'),(142572,3015,'_wc_order_attribution_source_type','referral'),(142573,3015,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142574,3015,'_wc_order_attribution_utm_source','lcaportal.com'),(142575,3015,'_wc_order_attribution_utm_medium','referral'),(142576,3015,'_wc_order_attribution_utm_content','/'),(142577,3015,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142578,3015,'_wc_order_attribution_session_start_time','2024-10-23 22:01:57'),(142579,3015,'_wc_order_attribution_session_pages','7'),(142580,3015,'_wc_order_attribution_session_count','5'),(142581,3015,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142582,3015,'_wc_order_attribution_device_type','Desktop'),(142583,3015,'Payment type','instant'),(142584,3015,'_paypal_status','completed'),(142585,3015,'_transaction_id','7SS36229LG205162K'),(142586,3015,'PayPal Transaction Fee','99.79'),(142587,3015,'_date_paid','1729721971'),(142588,3015,'_paid_date','2024-10-23 22:19:31'),(142589,3016,'_order_key','wc_order_Qwswk4SNnirOx'),(142590,3016,'_customer_user','20'),(142591,3016,'_payment_method','paypal'),(142592,3016,'_payment_method_title','PayPal'),(142593,3016,'_customer_ip_address','198.72.181.87'),(142594,3016,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(142595,3016,'_created_via','checkout'),(142596,3016,'_cart_hash','efe8309b36565737dd429e999aa20260'),(142597,3016,'_download_permissions_granted','yes'),(142598,3016,'_recorded_sales','yes'),(142599,3016,'_recorded_coupon_usage_counts','yes'),(142600,3016,'_new_order_email_sent','true'),(142601,3016,'_order_stock_reduced','yes'),(142602,3016,'_billing_first_name','Hasani'),(142603,3016,'_billing_last_name','Thompson'),(142604,3016,'_billing_company','Heat in Hair'),(142605,3016,'_billing_address_1','27225 Camp Plenty Road'),(142606,3016,'_billing_address_2','1D'),(142607,3016,'_billing_city','Santa Clarita'),(142608,3016,'_billing_state','CA'),(142609,3016,'_billing_postcode','91351'),(142610,3016,'_billing_country','US'),(142611,3016,'_billing_email','info@liceclinicssantaclarita.com'),(142612,3016,'_billing_phone','6615850263'),(142613,3016,'_shipping_first_name','Hasani'),(142614,3016,'_shipping_last_name','Thompson'),(142615,3016,'_shipping_company','Heat in Hair'),(142616,3016,'_shipping_address_1','12840 Riverside Dr'),(142617,3016,'_shipping_address_2','#200'),(142618,3016,'_shipping_city','North Hollywood'),(142619,3016,'_shipping_state','CA'),(142620,3016,'_shipping_postcode','91607'),(142621,3016,'_shipping_country','US'),(142622,3016,'_order_currency','USD'),(142623,3016,'_cart_discount','0'),(142624,3016,'_cart_discount_tax','0'),(142625,3016,'_order_shipping','0'),(142626,3016,'_order_shipping_tax','0'),(142627,3016,'_order_tax','0'),(142628,3016,'_order_total','634.54'),(142629,3016,'_order_version','9.3.3'),(142630,3016,'_prices_include_tax','no'),(142631,3016,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(142632,3016,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(142633,3016,'is_vat_exempt','no'),(142634,3016,'_wc_order_attribution_source_type','referral'),(142635,3016,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142636,3016,'_wc_order_attribution_utm_source','lcaportal.com'),(142637,3016,'_wc_order_attribution_utm_medium','referral'),(142638,3016,'_wc_order_attribution_utm_content','/'),(142639,3016,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142640,3016,'_wc_order_attribution_session_start_time','2024-10-24 03:52:20'),(142641,3016,'_wc_order_attribution_session_pages','10'),(142642,3016,'_wc_order_attribution_session_count','10'),(142643,3016,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(142644,3016,'_wc_order_attribution_device_type','Desktop'),(142645,3016,'Payment type','instant'),(142646,3016,'_paypal_status','completed'),(142647,3016,'_transaction_id','4YF788070G734581A'),(142648,3016,'PayPal Transaction Fee','22.64'),(142649,3016,'_date_paid','1729743004'),(142650,3016,'_paid_date','2024-10-24 04:10:04'),(142651,3017,'_order_key','wc_order_njiMEUaXb57Gy'),(142652,3017,'_customer_user','50'),(142653,3017,'_payment_method','paypal'),(142654,3017,'_payment_method_title','PayPal'),(142655,3017,'_customer_ip_address','24.62.247.50'),(142656,3017,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(142657,3017,'_created_via','checkout'),(142658,3017,'_cart_hash','2b3094ee388ca525057a55a1432e6692'),(142659,3017,'_download_permissions_granted','yes'),(142660,3017,'_recorded_sales','yes'),(142661,3017,'_recorded_coupon_usage_counts','yes'),(142662,3017,'_new_order_email_sent','true'),(142663,3017,'_order_stock_reduced','yes'),(142664,3017,'_billing_first_name','Christine'),(142665,3017,'_billing_last_name','Cherry'),(142666,3017,'_billing_company','NITS END'),(142667,3017,'_billing_address_1','PO BOX 1092'),(142668,3017,'_billing_city','Campton'),(142669,3017,'_billing_state','NH'),(142670,3017,'_billing_postcode','03223'),(142671,3017,'_billing_country','US'),(142672,3017,'_billing_email','info@liceclinicsplaistow.com'),(142673,3017,'_billing_phone','16034983390'),(142674,3017,'_shipping_first_name','Christine'),(142675,3017,'_shipping_last_name','Cherry'),(142676,3017,'_shipping_company','C/O Linda Brann LCA/Nits End'),(142677,3017,'_shipping_address_1','16 Toppan Dr'),(142678,3017,'_shipping_city','Gorham'),(142679,3017,'_shipping_state','ME'),(142680,3017,'_shipping_postcode','04038'),(142681,3017,'_shipping_country','US'),(142682,3017,'_order_currency','USD'),(142683,3017,'_cart_discount','0'),(142684,3017,'_cart_discount_tax','0'),(142685,3017,'_order_shipping','0'),(142686,3017,'_order_shipping_tax','0'),(142687,3017,'_order_tax','0'),(142688,3017,'_order_total','1079.86'),(142689,3017,'_order_version','9.3.3'),(142690,3017,'_prices_include_tax','no'),(142691,3017,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(142692,3017,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(142693,3017,'is_vat_exempt','no'),(142694,3017,'_wc_order_attribution_source_type','referral'),(142695,3017,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142696,3017,'_wc_order_attribution_utm_source','lcaportal.com'),(142697,3017,'_wc_order_attribution_utm_medium','referral'),(142698,3017,'_wc_order_attribution_utm_content','/'),(142699,3017,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142700,3017,'_wc_order_attribution_session_start_time','2024-10-24 20:15:56'),(142701,3017,'_wc_order_attribution_session_pages','8'),(142702,3017,'_wc_order_attribution_session_count','2'),(142703,3017,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(142704,3017,'_wc_order_attribution_device_type','Desktop'),(142705,3017,'Payment type','instant'),(142706,3017,'_paypal_status','completed'),(142707,3017,'_transaction_id','38980077F0217283S'),(142708,3017,'PayPal Transaction Fee','38.18'),(142709,3017,'_date_paid','1729804330'),(142710,3017,'_paid_date','2024-10-24 21:12:10'),(142711,3012,'Payment type','instant'),(142712,3012,'_paypal_status','completed'),(142713,3012,'_transaction_id','2X629281AE087934W'),(142714,3012,'PayPal Transaction Fee','52.93'),(142715,3012,'_date_paid','1729809810'),(142716,3012,'_paid_date','2024-10-24 22:43:30'),(142717,3013,'_edit_lock','1729816312:2'),(142718,3013,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244143\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"4396a7506543f2ed3f8c0c39fdc79058\";}}'),(142719,3013,'_edit_last','2'),(142720,3013,'_date_completed','1729816443'),(142721,3013,'_completed_date','2024-10-25 00:34:03'),(142722,3014,'_edit_lock','1729816417:2'),(142723,3014,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244202\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"b83f52b152c05b5e6ac0b2049a36f706\";}}'),(142724,3014,'_edit_last','2'),(142725,3014,'_date_completed','1729816546'),(142726,3014,'_completed_date','2024-10-25 00:35:46'),(142727,3016,'_edit_lock','1729816505:2'),(142728,3016,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244327\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"5c7d7d9f8879e34c4bb5d781102f8f36\";}}'),(142729,3016,'_edit_last','2'),(142730,3016,'_date_completed','1729816632'),(142731,3016,'_completed_date','2024-10-25 00:37:12'),(142732,3015,'_edit_lock','1729816703:2'),(142733,3015,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244246\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"bfa98caed7b6fd337c5b166edbb0d849\";}}'),(142734,3015,'_edit_last','2'),(142735,3015,'_date_completed','1729816699'),(142736,3015,'_completed_date','2024-10-25 00:38:19'),(142737,3019,'_order_key','wc_order_S3e81GEeiuKcR'),(142738,3019,'_customer_user','11'),(142739,3019,'_payment_method','paypal'),(142740,3019,'_payment_method_title','PayPal'),(142741,3019,'_customer_ip_address','65.186.66.106'),(142742,3019,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142743,3019,'_created_via','checkout'),(142744,3019,'_cart_hash','dc92c46bc1c797950237a84a4a7984bf'),(142745,3019,'_download_permissions_granted','yes'),(142746,3019,'_recorded_sales','yes'),(142747,3019,'_recorded_coupon_usage_counts','yes'),(142748,3019,'_new_order_email_sent','true'),(142749,3019,'_order_stock_reduced','yes'),(142750,3019,'_billing_first_name','Tina'),(142751,3019,'_billing_last_name','Hunt'),(142752,3019,'_billing_company','Lice Clinics of America'),(142753,3019,'_billing_address_1','830 Fairview Ave.'),(142754,3019,'_billing_address_2','Suite A-4'),(142755,3019,'_billing_city','Bowling Green'),(142756,3019,'_billing_state','KY'),(142757,3019,'_billing_postcode','42101'),(142758,3019,'_billing_country','US'),(142759,3019,'_billing_email','lcbgky12@gmail.com'),(142760,3019,'_billing_phone','2709996803'),(142761,3019,'_shipping_first_name','Tina'),(142762,3019,'_shipping_last_name','Hunt'),(142763,3019,'_shipping_company','Lice Clinics of America'),(142764,3019,'_shipping_address_1','830 Fairview Ave.'),(142765,3019,'_shipping_address_2','Suite A-4'),(142766,3019,'_shipping_city','Bowling Green'),(142767,3019,'_shipping_state','KY'),(142768,3019,'_shipping_postcode','42101'),(142769,3019,'_shipping_country','US'),(142770,3019,'_order_currency','USD'),(142771,3019,'_cart_discount','0'),(142772,3019,'_cart_discount_tax','0'),(142773,3019,'_order_shipping','20.88'),(142774,3019,'_order_shipping_tax','0'),(142775,3019,'_order_tax','0'),(142776,3019,'_order_total','520.84'),(142777,3019,'_order_version','9.3.3'),(142778,3019,'_prices_include_tax','no'),(142779,3019,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(142780,3019,'_shipping_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(142781,3019,'is_vat_exempt','no'),(142782,3019,'_wc_order_attribution_source_type','referral'),(142783,3019,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142784,3019,'_wc_order_attribution_utm_source','lcaportal.com'),(142785,3019,'_wc_order_attribution_utm_medium','referral'),(142786,3019,'_wc_order_attribution_utm_content','/'),(142787,3019,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142788,3019,'_wc_order_attribution_session_start_time','2024-10-25 12:41:44'),(142789,3019,'_wc_order_attribution_session_pages','2'),(142790,3019,'_wc_order_attribution_session_count','2'),(142791,3019,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(142792,3019,'_wc_order_attribution_device_type','Desktop'),(142793,3019,'Payment type','instant'),(142794,3019,'_paypal_status','completed'),(142795,3019,'_transaction_id','81C436869P144191J'),(142796,3019,'PayPal Transaction Fee','18.67'),(142797,3019,'_date_paid','1729868271'),(142798,3019,'_paid_date','2024-10-25 14:57:51'),(142801,3020,'_order_key','wc_order_9G8gUSsRvWKsl'),(142802,3020,'_customer_user','78'),(142803,3020,'_payment_method','paypal'),(142804,3020,'_payment_method_title','PayPal'),(142805,3020,'_customer_ip_address','108.46.239.59'),(142806,3020,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1'),(142807,3020,'_created_via','checkout'),(142808,3020,'_cart_hash','d01251e8af0b7437d86feb124b235641'),(142809,3020,'_download_permissions_granted','yes'),(142810,3020,'_recorded_sales','yes'),(142811,3020,'_recorded_coupon_usage_counts','yes'),(142812,3020,'_new_order_email_sent','true'),(142813,3020,'_order_stock_reduced','yes'),(142814,3020,'_billing_first_name','Richard'),(142815,3020,'_billing_last_name','Florsheim'),(142816,3020,'_billing_company','Licura'),(142817,3020,'_billing_address_1','3827 w fairway heights dr'),(142818,3020,'_billing_city','Mequon'),(142819,3020,'_billing_state','NY'),(142820,3020,'_billing_postcode','53092'),(142821,3020,'_billing_country','US'),(142822,3020,'_billing_email','tara@liceclinicslongIsland.com'),(142823,3020,'_billing_phone','5619006382'),(142824,3020,'_shipping_first_name','Tara'),(142825,3020,'_shipping_last_name','johnson'),(142826,3020,'_shipping_company','LCA'),(142827,3020,'_shipping_address_1','2330 Faye ct'),(142828,3020,'_shipping_city','Merrick'),(142829,3020,'_shipping_state','NY'),(142830,3020,'_shipping_postcode','11566'),(142831,3020,'_shipping_country','US'),(142832,3020,'_order_currency','USD'),(142833,3020,'_cart_discount','0'),(142834,3020,'_cart_discount_tax','0'),(142835,3020,'_order_shipping','24.11'),(142836,3020,'_order_shipping_tax','0'),(142837,3020,'_order_tax','0'),(142838,3020,'_order_total','276.56'),(142839,3020,'_order_version','9.3.3'),(142840,3020,'_prices_include_tax','no'),(142841,3020,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(142842,3020,'_shipping_address_index','Tara johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(142843,3020,'is_vat_exempt','no'),(142844,3020,'_wc_order_attribution_source_type','typein'),(142845,3020,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/cart/'),(142846,3020,'_wc_order_attribution_utm_source','(direct)'),(142847,3020,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/'),(142848,3020,'_wc_order_attribution_session_start_time','2024-10-27 23:40:52'),(142849,3020,'_wc_order_attribution_session_pages','24'),(142850,3020,'_wc_order_attribution_session_count','1'),(142851,3020,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1'),(142852,3020,'_wc_order_attribution_device_type','Mobile'),(142853,3020,'Payment type','instant'),(142854,3020,'_paypal_status','completed'),(142855,3020,'_transaction_id','9P6197678J5830053'),(142856,3020,'PayPal Transaction Fee','10.14'),(142857,3020,'_date_paid','1730072873'),(142858,3020,'_paid_date','2024-10-27 23:47:53'),(142859,3019,'_edit_lock','1730124173:2'),(142860,3019,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244614\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"c2f0a0edb6d4b667efcb5659e7132a09\";}}'),(142861,3019,'_edit_last','2'),(142862,3019,'_date_completed','1730124296'),(142863,3019,'_completed_date','2024-10-28 14:04:56'),(142864,3012,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244670\";s:12:\"date_shipped\";s:10:\"1729814400\";s:11:\"tracking_id\";s:32:\"a309c6372645038f6d0363f899dcbb75\";}}'),(142865,3012,'_date_completed','1730124386'),(142866,3012,'_completed_date','2024-10-28 14:06:26'),(142867,3017,'_edit_lock','1730124432:2'),(142868,3017,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244658\";s:12:\"date_shipped\";s:10:\"1730073600\";s:11:\"tracking_id\";s:32:\"dd57737795214e83954eb8c9bf0cd7ea\";}}'),(142869,3017,'_edit_last','2'),(142870,3017,'_date_completed','1730124427'),(142871,3017,'_completed_date','2024-10-28 14:07:07'),(142872,3021,'_order_key','wc_order_tsVCE5bpQM0uv'),(142873,3021,'_customer_user','46'),(142874,3021,'_payment_method','paypal'),(142875,3021,'_payment_method_title','PayPal'),(142876,3021,'_customer_ip_address','72.47.75.84'),(142877,3021,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(142878,3021,'_created_via','checkout'),(142879,3021,'_cart_hash','eb6b25448ef907c715f9c0ddc8eb0ef5'),(142880,3021,'_download_permissions_granted','yes'),(142881,3021,'_recorded_sales','yes'),(142882,3021,'_recorded_coupon_usage_counts','yes'),(142883,3021,'_new_order_email_sent','true'),(142884,3021,'_order_stock_reduced','yes'),(142885,3021,'_billing_first_name','Ashe'),(142886,3021,'_billing_last_name','montalvo'),(142887,3021,'_billing_company','lice clincs of america jonesboro'),(142888,3021,'_billing_address_1','1406 Market Place'),(142889,3021,'_billing_address_2','Apartment 10'),(142890,3021,'_billing_city','Jonesboro'),(142891,3021,'_billing_state','AR'),(142892,3021,'_billing_postcode','72404'),(142893,3021,'_billing_country','US'),(142894,3021,'_billing_email','bsdashlynf@gmail.com'),(142895,3021,'_billing_phone','8706132520'),(142896,3021,'_shipping_first_name','Ashe'),(142897,3021,'_shipping_last_name','montalvo'),(142898,3021,'_shipping_company','lice clincs of america jonesboro'),(142899,3021,'_shipping_address_1','3114 Fox Road'),(142900,3021,'_shipping_address_2','suite D'),(142901,3021,'_shipping_city','Jonesboro'),(142902,3021,'_shipping_state','AR'),(142903,3021,'_shipping_postcode','72404'),(142904,3021,'_shipping_country','US'),(142905,3021,'_order_currency','USD'),(142906,3021,'_cart_discount','0'),(142907,3021,'_cart_discount_tax','0'),(142908,3021,'_order_shipping','21.42'),(142909,3021,'_order_shipping_tax','0'),(142910,3021,'_order_tax','0'),(142911,3021,'_order_total','282.12'),(142912,3021,'_order_version','9.3.3'),(142913,3021,'_prices_include_tax','no'),(142914,3021,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(142915,3021,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(142916,3021,'is_vat_exempt','no'),(142917,3021,'_wc_order_attribution_source_type','referral'),(142918,3021,'_wc_order_attribution_referrer','https://lcaportal.com/'),(142919,3021,'_wc_order_attribution_utm_source','lcaportal.com'),(142920,3021,'_wc_order_attribution_utm_medium','referral'),(142921,3021,'_wc_order_attribution_utm_content','/'),(142922,3021,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(142923,3021,'_wc_order_attribution_session_start_time','2024-10-28 20:03:40'),(142924,3021,'_wc_order_attribution_session_pages','10'),(142925,3021,'_wc_order_attribution_session_count','1'),(142926,3021,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(142927,3021,'_wc_order_attribution_device_type','Desktop'),(142928,3021,'Payment type','instant'),(142929,3021,'_paypal_status','completed'),(142930,3021,'_transaction_id','0HJ718866G313505T'),(142931,3021,'PayPal Transaction Fee','10.34'),(142932,3021,'_date_paid','1730146200'),(142933,3021,'_paid_date','2024-10-28 20:10:00'),(142934,3022,'_order_key','wc_order_qor9K4k0ezqXF'),(142935,3022,'_customer_user','50'),(142936,3022,'_payment_method','paypal'),(142937,3022,'_payment_method_title','PayPal'),(142938,3022,'_customer_ip_address','24.62.247.50'),(142939,3022,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(142940,3022,'_created_via','checkout'),(142941,3022,'_cart_hash','93cd8f55d64acac58e8ef5edd4ccffd4'),(142942,3022,'_download_permissions_granted','yes'),(142943,3022,'_recorded_sales','yes'),(142944,3022,'_recorded_coupon_usage_counts','yes'),(142945,3022,'_new_order_email_sent','true'),(142946,3022,'_order_stock_reduced','yes'),(142947,3022,'_billing_first_name','Christine'),(142948,3022,'_billing_last_name','Cherry'),(142949,3022,'_billing_company','NITS END'),(142950,3022,'_billing_address_1','PO BOX 1092'),(142951,3022,'_billing_city','Campton'),(142952,3022,'_billing_state','NH'),(142953,3022,'_billing_postcode','03223'),(142954,3022,'_billing_country','US'),(142955,3022,'_billing_email','info@liceclinicsplaistow.com'),(142956,3022,'_billing_phone','16034983390'),(142957,3022,'_shipping_first_name','Christine'),(142958,3022,'_shipping_last_name','Cherry'),(142959,3022,'_shipping_company','LCA - Nits End / 149091'),(142960,3022,'_shipping_address_1','71 Spit Brook Rd'),(142961,3022,'_shipping_address_2','Suite 403'),(142962,3022,'_shipping_city','Nashua'),(142963,3022,'_shipping_state','NH'),(142964,3022,'_shipping_postcode','03060'),(142965,3022,'_shipping_country','US'),(142966,3022,'_order_currency','USD'),(142967,3022,'_cart_discount','0'),(142968,3022,'_cart_discount_tax','0'),(142969,3022,'_order_shipping','0'),(142970,3022,'_order_shipping_tax','0'),(142971,3022,'_order_tax','0'),(142972,3022,'_order_total','1559.98'),(142973,3022,'_order_version','9.3.3'),(142974,3022,'_prices_include_tax','no'),(142975,3022,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(142976,3022,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(142977,3022,'is_vat_exempt','no'),(142978,3022,'_wc_order_attribution_source_type','referral'),(142979,3022,'_wc_order_attribution_referrer','https://www.paypal.com/'),(142980,3022,'_wc_order_attribution_utm_source','paypal.com'),(142981,3022,'_wc_order_attribution_utm_medium','referral'),(142982,3022,'_wc_order_attribution_utm_content','/'),(142983,3022,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/order-received/3017/?key=wc_order_njiMEUaXb57Gy&utm_nooverride=1&PayerID=E848GLKPXP7WN'),(142984,3022,'_wc_order_attribution_session_start_time','2024-10-28 18:39:45'),(142985,3022,'_wc_order_attribution_session_pages','8'),(142986,3022,'_wc_order_attribution_session_count','4'),(142987,3022,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(142988,3022,'_wc_order_attribution_device_type','Desktop'),(142989,3022,'Payment type','instant'),(142990,3022,'_paypal_status','completed'),(142991,3022,'_transaction_id','9P91853566157361K'),(142992,3022,'PayPal Transaction Fee','54.93'),(142993,3022,'_date_paid','1730221771'),(142994,3022,'_paid_date','2024-10-29 17:09:31'),(142995,3020,'_edit_lock','1730234635:2'),(142996,3020,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992244810\";s:12:\"date_shipped\";s:10:\"1730160000\";s:11:\"tracking_id\";s:32:\"385ef4a6ada9a5fcfe0a260313805f17\";}}'),(142997,3020,'_edit_last','2'),(142998,3020,'_date_completed','1730234631'),(142999,3020,'_completed_date','2024-10-29 20:43:51'),(143000,3021,'_edit_lock','1730235213:2'),(143001,3021,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992245070\";s:12:\"date_shipped\";s:10:\"1730160000\";s:11:\"tracking_id\";s:32:\"7207e425be3a1c1da1035e15f6e66d22\";}}'),(143002,3021,'_edit_last','2'),(143003,3021,'_date_completed','1730235342'),(143004,3021,'_completed_date','2024-10-29 20:55:42'),(143005,3022,'_edit_lock','1730236475:2'),(143006,3022,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992245632\";s:12:\"date_shipped\";s:10:\"1730160000\";s:11:\"tracking_id\";s:32:\"2eb89ca020da3c7ae21c80b2c7859959\";}}'),(143007,3022,'_edit_last','2'),(143008,3022,'_date_completed','1730235403'),(143009,3022,'_completed_date','2024-10-29 20:56:43'),(143010,3023,'_order_key','wc_order_a2nRhPSn3IGUO'),(143011,3023,'_customer_user','90'),(143012,3023,'_payment_method','paypal'),(143013,3023,'_payment_method_title','PayPal'),(143014,3023,'_customer_ip_address','68.56.158.74'),(143015,3023,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(143016,3023,'_created_via','checkout'),(143017,3023,'_cart_hash','2e4b1235844b7308dcbb07c73efd4ff6'),(143018,3023,'_download_permissions_granted','yes'),(143019,3023,'_recorded_sales','yes'),(143020,3023,'_recorded_coupon_usage_counts','yes'),(143021,3023,'_new_order_email_sent','true'),(143022,3023,'_order_stock_reduced','yes'),(143023,3023,'_billing_first_name','Mike'),(143024,3023,'_billing_last_name','Brehm'),(143025,3023,'_billing_company','Remedy'),(143026,3023,'_billing_address_1','5258 Plainfield Ave NE'),(143027,3023,'_billing_city','Grand Rapids'),(143028,3023,'_billing_state','MI'),(143029,3023,'_billing_postcode','49525'),(143030,3023,'_billing_country','US'),(143031,3023,'_billing_email','rapunzelscorinn@gmail.com'),(143032,3023,'_billing_phone','6164504125'),(143033,3023,'_shipping_first_name','Corinn'),(143034,3023,'_shipping_last_name','Nichols'),(143035,3023,'_shipping_company','LCA Remedy'),(143036,3023,'_shipping_address_1','3500 Dean Lake Ave NE'),(143037,3023,'_shipping_city','Grand Rapids'),(143038,3023,'_shipping_state','MI'),(143039,3023,'_shipping_postcode','49525'),(143040,3023,'_shipping_country','US'),(143041,3023,'_order_currency','USD'),(143042,3023,'_cart_discount','0'),(143043,3023,'_cart_discount_tax','0'),(143044,3023,'_order_shipping','0'),(143045,3023,'_order_shipping_tax','0'),(143046,3023,'_order_tax','0'),(143047,3023,'_order_total','857.28'),(143048,3023,'_order_version','9.3.3'),(143049,3023,'_prices_include_tax','no'),(143050,3023,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(143051,3023,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(143052,3023,'is_vat_exempt','no'),(143053,3023,'_wc_order_attribution_source_type','referral'),(143054,3023,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(143055,3023,'_wc_order_attribution_utm_source','lcaportal.com'),(143056,3023,'_wc_order_attribution_utm_medium','referral'),(143057,3023,'_wc_order_attribution_utm_content','/'),(143058,3023,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143059,3023,'_wc_order_attribution_session_start_time','2024-10-30 11:56:21'),(143060,3023,'_wc_order_attribution_session_pages','6'),(143061,3023,'_wc_order_attribution_session_count','1'),(143062,3023,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0'),(143063,3023,'_wc_order_attribution_device_type','Desktop'),(143064,3023,'Payment type','instant'),(143065,3023,'_paypal_status','completed'),(143066,3023,'_transaction_id','4NL93501EJ777011T'),(143067,3023,'PayPal Transaction Fee','30.41'),(143068,3023,'_date_paid','1730290158'),(143069,3023,'_paid_date','2024-10-30 12:09:18'),(143070,3024,'_order_key','wc_order_4NBzza5X1dVYe'),(143071,3024,'_customer_user','100'),(143072,3024,'_payment_method','paypal'),(143073,3024,'_payment_method_title','PayPal'),(143074,3024,'_customer_ip_address','107.127.14.120'),(143075,3024,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(143076,3024,'_created_via','checkout'),(143077,3024,'_cart_hash','1dfc35f4ff2545f8de8f3552f6d234fd'),(143078,3024,'_download_permissions_granted','yes'),(143079,3024,'_recorded_sales','yes'),(143080,3024,'_recorded_coupon_usage_counts','yes'),(143081,3024,'_new_order_email_sent','true'),(143082,3024,'_order_stock_reduced','yes'),(143083,3024,'_billing_first_name','Michael'),(143084,3024,'_billing_last_name','Beckman'),(143085,3024,'_billing_address_1','921 Moraga Ave'),(143086,3024,'_billing_city','Piedmont'),(143087,3024,'_billing_state','CA'),(143088,3024,'_billing_postcode','94611'),(143089,3024,'_billing_country','US'),(143090,3024,'_billing_email','licetoknowyou@gmail.com'),(143091,3024,'_billing_phone','8585314583'),(143092,3024,'_shipping_first_name','Chelsey'),(143093,3024,'_shipping_last_name','Watkins'),(143094,3024,'_shipping_company','Lice Clinics of America - Sunnyvale'),(143095,3024,'_shipping_address_1','958 Redmond ave'),(143096,3024,'_shipping_city','San Jose'),(143097,3024,'_shipping_state','CA'),(143098,3024,'_shipping_postcode','95120'),(143099,3024,'_shipping_country','US'),(143100,3024,'_order_currency','USD'),(143101,3024,'_cart_discount','0'),(143102,3024,'_cart_discount_tax','0'),(143103,3024,'_order_shipping','0'),(143104,3024,'_order_shipping_tax','0'),(143105,3024,'_order_tax','0'),(143106,3024,'_order_total','895.60'),(143107,3024,'_order_version','9.3.3'),(143108,3024,'_prices_include_tax','no'),(143109,3024,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(143110,3024,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(143111,3024,'is_vat_exempt','no'),(143112,3024,'_wc_order_attribution_source_type','referral'),(143113,3024,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143114,3024,'_wc_order_attribution_utm_source','lcaportal.com'),(143115,3024,'_wc_order_attribution_utm_medium','referral'),(143116,3024,'_wc_order_attribution_utm_content','/'),(143117,3024,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143118,3024,'_wc_order_attribution_session_start_time','2024-10-30 19:47:27'),(143119,3024,'_wc_order_attribution_session_pages','6'),(143120,3024,'_wc_order_attribution_session_count','10'),(143121,3024,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(143122,3024,'_wc_order_attribution_device_type','Desktop'),(143123,3024,'Payment type','instant'),(143124,3024,'_paypal_status','completed'),(143125,3024,'_transaction_id','2S652824SE758392E'),(143126,3024,'PayPal Transaction Fee','31.75'),(143127,3024,'_date_paid','1730317859'),(143128,3024,'_paid_date','2024-10-30 19:50:59'),(143129,3025,'_order_key','wc_order_BlJV02jfy9O3i'),(143130,3025,'_customer_user','76'),(143131,3025,'_payment_method','paypal'),(143132,3025,'_payment_method_title','PayPal'),(143133,3025,'_customer_ip_address','174.208.225.42'),(143134,3025,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(143135,3025,'_created_via','checkout'),(143136,3025,'_cart_hash','8c019bfea3b6b953c52f221a5983da0b'),(143137,3025,'_download_permissions_granted','yes'),(143138,3025,'_recorded_sales','yes'),(143139,3025,'_recorded_coupon_usage_counts','yes'),(143140,3025,'_new_order_email_sent','true'),(143141,3025,'_order_stock_reduced','yes'),(143142,3025,'_billing_first_name','Naomi'),(143143,3025,'_billing_last_name','Golden'),(143144,3025,'_billing_company','LCA'),(143145,3025,'_billing_address_1','31 Mann Ave'),(143146,3025,'_billing_city','Needham'),(143147,3025,'_billing_state','MA'),(143148,3025,'_billing_postcode','02492'),(143149,3025,'_billing_country','US'),(143150,3025,'_billing_email','nrgolden6486@gmail.com'),(143151,3025,'_billing_phone','617-851-1322'),(143152,3025,'_shipping_first_name','Naomi'),(143153,3025,'_shipping_last_name','Golden'),(143154,3025,'_shipping_company','LCA'),(143155,3025,'_shipping_address_1','111 Center Street'),(143156,3025,'_shipping_address_2','LCA'),(143157,3025,'_shipping_city','Middleborough'),(143158,3025,'_shipping_state','MA'),(143159,3025,'_shipping_postcode','02346'),(143160,3025,'_shipping_country','US'),(143161,3025,'_order_currency','USD'),(143162,3025,'_cart_discount','0'),(143163,3025,'_cart_discount_tax','0'),(143164,3025,'_order_shipping','0'),(143165,3025,'_order_shipping_tax','0'),(143166,3025,'_order_tax','0'),(143167,3025,'_order_total','506.88'),(143168,3025,'_order_version','9.3.3'),(143169,3025,'_prices_include_tax','no'),(143170,3025,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(143171,3025,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleborough MA 02346 US '),(143172,3025,'is_vat_exempt','no'),(143173,3025,'_wc_order_attribution_source_type','typein'),(143174,3025,'_wc_order_attribution_utm_source','(direct)'),(143175,3025,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143176,3025,'_wc_order_attribution_session_start_time','2024-11-01 16:57:53'),(143177,3025,'_wc_order_attribution_session_pages','4'),(143178,3025,'_wc_order_attribution_session_count','1'),(143179,3025,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(143180,3025,'_wc_order_attribution_device_type','Mobile'),(143181,3025,'Payment type','instant'),(143182,3025,'_paypal_status','completed'),(143183,3025,'_transaction_id','4H0945888B076231V'),(143184,3025,'PayPal Transaction Fee','18.18'),(143185,3025,'_date_paid','1730480693'),(143186,3025,'_paid_date','2024-11-01 17:04:53'),(143187,3024,'_edit_lock','1730729606:2'),(143188,3024,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992245952\";s:12:\"date_shipped\";s:10:\"1730678400\";s:11:\"tracking_id\";s:32:\"6c9325ce59152eed6c2764279d0d7409\";}}'),(143189,3024,'_edit_last','2'),(143190,3024,'_date_completed','1730729574'),(143191,3024,'_completed_date','2024-11-04 14:12:54'),(143192,3023,'_edit_lock','1730729578:2'),(143193,3023,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992245816\";s:12:\"date_shipped\";s:10:\"1730678400\";s:11:\"tracking_id\";s:32:\"ef8fb8cb199b495f5abbd04606e780ad\";}}'),(143194,3023,'_edit_last','2'),(143195,3023,'_date_completed','1730729715'),(143196,3023,'_completed_date','2024-11-04 14:15:15'),(143197,3027,'_order_key','wc_order_A2gRUwcXdnFQP'),(143198,3027,'_customer_user','54'),(143199,3027,'_payment_method','paypal'),(143200,3027,'_payment_method_title','PayPal'),(143201,3027,'_customer_ip_address','24.12.23.62'),(143202,3027,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(143203,3027,'_created_via','checkout'),(143204,3027,'_cart_hash','19d8f26e44541ce1df239ae6877afb54'),(143205,3027,'_download_permissions_granted','yes'),(143206,3027,'_recorded_sales','yes'),(143207,3027,'_recorded_coupon_usage_counts','yes'),(143208,3027,'_new_order_email_sent','true'),(143209,3027,'_order_stock_reduced','yes'),(143210,3027,'_billing_first_name','Erin'),(143211,3027,'_billing_last_name','Hawn'),(143212,3027,'_billing_address_1','10 W Phillip Rd'),(143213,3027,'_billing_address_2','Suite 123'),(143214,3027,'_billing_city','Vernon Hills'),(143215,3027,'_billing_state','IL'),(143216,3027,'_billing_postcode','60061'),(143217,3027,'_billing_country','US'),(143218,3027,'_billing_email','info@liceclinicsvernonhills.com'),(143219,3027,'_billing_phone','8475960408'),(143220,3027,'_shipping_first_name','Erin'),(143221,3027,'_shipping_last_name','Hawn'),(143222,3027,'_shipping_address_1','1491 S Amarias Dr'),(143223,3027,'_shipping_city','Round lake'),(143224,3027,'_shipping_state','IL'),(143225,3027,'_shipping_postcode','60073'),(143226,3027,'_shipping_country','US'),(143227,3027,'_order_currency','USD'),(143228,3027,'_cart_discount','0'),(143229,3027,'_cart_discount_tax','0'),(143230,3027,'_order_shipping','0'),(143231,3027,'_order_shipping_tax','0'),(143232,3027,'_order_tax','0'),(143233,3027,'_order_total','521.64'),(143234,3027,'_order_version','9.3.3'),(143235,3027,'_prices_include_tax','no'),(143236,3027,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(143237,3027,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(143238,3027,'is_vat_exempt','no'),(143239,3027,'_wc_order_attribution_source_type','referral'),(143240,3027,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143241,3027,'_wc_order_attribution_utm_source','lcaportal.com'),(143242,3027,'_wc_order_attribution_utm_medium','referral'),(143243,3027,'_wc_order_attribution_utm_content','/'),(143244,3027,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143245,3027,'_wc_order_attribution_session_start_time','2024-10-05 19:10:35'),(143246,3027,'_wc_order_attribution_session_pages','9'),(143247,3027,'_wc_order_attribution_session_count','5'),(143248,3027,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36'),(143249,3027,'_wc_order_attribution_device_type','Desktop'),(143250,3027,'Payment type','instant'),(143251,3027,'_paypal_status','completed'),(143252,3027,'_transaction_id','92890346896795817'),(143253,3027,'PayPal Transaction Fee','18.70'),(143254,3027,'_date_paid','1730756422'),(143255,3027,'_paid_date','2024-11-04 21:40:22'),(143265,3028,'_order_key','wc_order_gr9ZD8aMU5WpV'),(143266,3028,'_customer_user','61'),(143267,3028,'_payment_method','paypal'),(143268,3028,'_payment_method_title','PayPal'),(143269,3028,'_customer_ip_address','217.180.201.99'),(143270,3028,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143271,3028,'_created_via','checkout'),(143272,3028,'_cart_hash','e2d7f865af7dda024ef742aefb1f35f9'),(143273,3028,'_download_permissions_granted','yes'),(143274,3028,'_recorded_sales','yes'),(143275,3028,'_recorded_coupon_usage_counts','yes'),(143276,3028,'_new_order_email_sent','true'),(143277,3028,'_order_stock_reduced','yes'),(143278,3028,'_billing_first_name','Judith'),(143279,3028,'_billing_last_name','Hayden'),(143280,3028,'_billing_company','LCAL Hayden LLC'),(143281,3028,'_billing_address_1','1795 Alysheba Way'),(143282,3028,'_billing_address_2','Ste 4105'),(143283,3028,'_billing_city','Lexington'),(143284,3028,'_billing_state','KY'),(143285,3028,'_billing_postcode','40509'),(143286,3028,'_billing_country','US'),(143287,3028,'_billing_email','judy@liceclinicslexington.com'),(143288,3028,'_billing_phone','8595376966'),(143289,3028,'_shipping_first_name','Judy'),(143290,3028,'_shipping_last_name','Hayden'),(143291,3028,'_shipping_company','Lice Clinics of America'),(143292,3028,'_shipping_address_1','549 Centre View Blvd'),(143293,3028,'_shipping_address_2','Cambridge Square Bld 24'),(143294,3028,'_shipping_city','Crestview Hills'),(143295,3028,'_shipping_state','KY'),(143296,3028,'_shipping_postcode','41017'),(143297,3028,'_shipping_country','US'),(143298,3028,'_order_currency','USD'),(143299,3028,'_cart_discount','0'),(143300,3028,'_cart_discount_tax','0'),(143301,3028,'_order_shipping','0'),(143302,3028,'_order_shipping_tax','0'),(143303,3028,'_order_tax','0'),(143304,3028,'_order_total','1111.22'),(143305,3028,'_order_version','9.3.3'),(143306,3028,'_prices_include_tax','no'),(143307,3028,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(143308,3028,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(143309,3028,'is_vat_exempt','no'),(143310,3028,'_wc_order_attribution_source_type','typein'),(143311,3028,'_wc_order_attribution_utm_source','(direct)'),(143312,3028,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143313,3028,'_wc_order_attribution_session_start_time','2024-11-05 00:42:46'),(143314,3028,'_wc_order_attribution_session_pages','6'),(143315,3028,'_wc_order_attribution_session_count','1'),(143316,3028,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143317,3028,'_wc_order_attribution_device_type','Desktop'),(143318,3028,'Payment type','instant'),(143319,3028,'_paypal_status','completed'),(143320,3028,'_transaction_id','7TP97196KB998004P'),(143321,3028,'PayPal Transaction Fee','39.27'),(143322,3028,'_date_paid','1730768886'),(143323,3028,'_paid_date','2024-11-05 01:08:06'),(143324,3029,'_order_key','wc_order_f76BQoMfGZYhT'),(143325,3029,'_customer_user','7'),(143326,3029,'_payment_method','paypal'),(143327,3029,'_payment_method_title','PayPal'),(143328,3029,'_customer_ip_address','71.93.225.128'),(143329,3029,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(143330,3029,'_created_via','checkout'),(143331,3029,'_cart_hash','04b03f3f141b6e5d833bc1b8f97a002f'),(143332,3029,'_download_permissions_granted','yes'),(143333,3029,'_recorded_sales','yes'),(143334,3029,'_recorded_coupon_usage_counts','yes'),(143335,3029,'_new_order_email_sent','true'),(143336,3029,'_order_stock_reduced','yes'),(143337,3029,'_billing_first_name','Amy'),(143338,3029,'_billing_last_name','Allen'),(143339,3029,'_billing_company','Lice Clinics Of America'),(143340,3029,'_billing_address_1','30 Hummingbird Court'),(143341,3029,'_billing_city','Hollister'),(143342,3029,'_billing_state','CA'),(143343,3029,'_billing_postcode','95023'),(143344,3029,'_billing_country','US'),(143345,3029,'_billing_email','lca.gilroy@gmail.com'),(143346,3029,'_billing_phone','4085005537'),(143347,3029,'_shipping_first_name','Amy'),(143348,3029,'_shipping_last_name','Allen'),(143349,3029,'_shipping_company','Lice Clinics Of America - Gilroy'),(143350,3029,'_shipping_address_1','7680 Monterey St Ste 104'),(143351,3029,'_shipping_city','Gilroy'),(143352,3029,'_shipping_state','CA'),(143353,3029,'_shipping_postcode','95020'),(143354,3029,'_shipping_country','US'),(143355,3029,'_order_currency','USD'),(143356,3029,'_cart_discount','0'),(143357,3029,'_cart_discount_tax','0'),(143358,3029,'_order_shipping','0'),(143359,3029,'_order_shipping_tax','0'),(143360,3029,'_order_tax','0'),(143361,3029,'_order_total','1267.52'),(143362,3029,'_order_version','9.3.3'),(143363,3029,'_prices_include_tax','no'),(143364,3029,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(143365,3029,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(143366,3029,'is_vat_exempt','no'),(143367,3029,'_wc_order_attribution_source_type','typein'),(143368,3029,'_wc_order_attribution_utm_source','(direct)'),(143369,3029,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143370,3029,'_wc_order_attribution_session_start_time','2024-10-18 15:32:08'),(143371,3029,'_wc_order_attribution_session_pages','5'),(143372,3029,'_wc_order_attribution_session_count','2'),(143373,3029,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(143374,3029,'_wc_order_attribution_device_type','Desktop'),(143375,3029,'Payment type','instant'),(143376,3029,'_paypal_status','completed'),(143377,3029,'_transaction_id','4B323200XE122772V'),(143378,3029,'PayPal Transaction Fee','44.73'),(143379,3029,'_date_paid','1730827018'),(143380,3029,'_paid_date','2024-11-05 17:16:58'),(143383,3030,'_order_key','wc_order_sn2mZs9QBrpKR'),(143384,3030,'_customer_user','76'),(143385,3030,'_payment_method','paypal'),(143386,3030,'_payment_method_title','PayPal'),(143387,3030,'_customer_ip_address','146.115.131.163'),(143388,3030,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(143389,3030,'_created_via','checkout'),(143390,3030,'_cart_hash','2b441bae88966d476352aa145190d674'),(143391,3030,'_download_permissions_granted','yes'),(143392,3030,'_recorded_sales','yes'),(143393,3030,'_recorded_coupon_usage_counts','yes'),(143394,3030,'_new_order_email_sent','true'),(143395,3030,'_order_stock_reduced','yes'),(143396,3030,'_billing_first_name','Naomi'),(143397,3030,'_billing_last_name','Golden'),(143398,3030,'_billing_company','LCA'),(143399,3030,'_billing_address_1','31 Mann Ave'),(143400,3030,'_billing_city','Needham'),(143401,3030,'_billing_state','MA'),(143402,3030,'_billing_postcode','02492'),(143403,3030,'_billing_country','US'),(143404,3030,'_billing_email','nrgolden6486@gmail.com'),(143405,3030,'_billing_phone','617-851-1322'),(143406,3030,'_shipping_first_name','Naomi'),(143407,3030,'_shipping_last_name','Golden'),(143408,3030,'_shipping_company','LCA'),(143409,3030,'_shipping_address_1','1349 Centre Street'),(143410,3030,'_shipping_address_2','Facing Trowbridge'),(143411,3030,'_shipping_city','Newton'),(143412,3030,'_shipping_state','MA'),(143413,3030,'_shipping_postcode','02459'),(143414,3030,'_shipping_country','US'),(143415,3030,'_order_currency','USD'),(143416,3030,'_cart_discount','0'),(143417,3030,'_cart_discount_tax','0'),(143418,3030,'_order_shipping','0'),(143419,3030,'_order_shipping_tax','0'),(143420,3030,'_order_tax','0'),(143421,3030,'_order_total','725.74'),(143422,3030,'_order_version','9.3.3'),(143423,3030,'_prices_include_tax','no'),(143424,3030,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(143425,3030,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(143426,3030,'is_vat_exempt','no'),(143427,3030,'_wc_order_attribution_source_type','typein'),(143428,3030,'_wc_order_attribution_utm_source','(direct)'),(143429,3030,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143430,3030,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(143431,3030,'_wc_order_attribution_session_pages','6'),(143432,3030,'_wc_order_attribution_session_count','6'),(143433,3030,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(143434,3030,'_wc_order_attribution_device_type','Desktop'),(143435,3030,'Payment type','instant'),(143436,3030,'_paypal_status','completed'),(143437,3030,'_transaction_id','6JP703286A442513K'),(143438,3030,'PayPal Transaction Fee','25.82'),(143439,3030,'_date_paid','1730843438'),(143440,3030,'_paid_date','2024-11-05 21:50:38'),(143441,3031,'_order_key','wc_order_1PxqF59JrPme1'),(143442,3031,'_customer_user','47'),(143443,3031,'_payment_method','paypal'),(143444,3031,'_payment_method_title','PayPal'),(143445,3031,'_customer_ip_address','136.50.70.100'),(143446,3031,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(143447,3031,'_created_via','checkout'),(143448,3031,'_cart_hash','a98c1841b7b14bed06cdfd2cf8db722b'),(143449,3031,'_download_permissions_granted','yes'),(143450,3031,'_recorded_sales','yes'),(143451,3031,'_recorded_coupon_usage_counts','yes'),(143452,3031,'_new_order_email_sent','true'),(143453,3031,'_order_stock_reduced','yes'),(143454,3031,'_billing_first_name','Tracy'),(143455,3031,'_billing_last_name','Copeland'),(143456,3031,'_billing_company','LCA SA WEST'),(143457,3031,'_billing_address_1','14223 Silverhollow'),(143458,3031,'_billing_city','San Antonio'),(143459,3031,'_billing_state','TX'),(143460,3031,'_billing_postcode','78232'),(143461,3031,'_billing_country','US'),(143462,3031,'_billing_email','info@liceclinicsofsanantonio.com'),(143463,3031,'_billing_phone','2103135033'),(143464,3031,'_shipping_first_name','Tracy'),(143465,3031,'_shipping_last_name','Copeland'),(143466,3031,'_shipping_company','LCA San Antonio West'),(143467,3031,'_shipping_address_1','6391 De Zavala Rd'),(143468,3031,'_shipping_address_2','#222'),(143469,3031,'_shipping_city','San Antonio'),(143470,3031,'_shipping_state','TX'),(143471,3031,'_shipping_postcode','78249'),(143472,3031,'_shipping_country','US'),(143473,3031,'_order_currency','USD'),(143474,3031,'_cart_discount','0'),(143475,3031,'_cart_discount_tax','0'),(143476,3031,'_order_shipping','0'),(143477,3031,'_order_shipping_tax','0'),(143478,3031,'_order_tax','0'),(143479,3031,'_order_total','1031.76'),(143480,3031,'_order_version','9.3.3'),(143481,3031,'_prices_include_tax','no'),(143482,3031,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(143483,3031,'_shipping_address_index','Tracy Copeland LCA San Antonio West 6391 De Zavala Rd #222 San Antonio TX 78249 US '),(143484,3031,'is_vat_exempt','no'),(143485,3031,'_wc_order_attribution_source_type','referral'),(143486,3031,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143487,3031,'_wc_order_attribution_utm_source','lcaportal.com'),(143488,3031,'_wc_order_attribution_utm_medium','referral'),(143489,3031,'_wc_order_attribution_utm_content','/'),(143490,3031,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143491,3031,'_wc_order_attribution_session_start_time','2024-11-06 16:41:58'),(143492,3031,'_wc_order_attribution_session_pages','4'),(143493,3031,'_wc_order_attribution_session_count','1'),(143494,3031,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(143495,3031,'_wc_order_attribution_device_type','Desktop'),(143496,3031,'Payment type','instant'),(143497,3031,'_paypal_status','completed'),(143498,3031,'_transaction_id','9LF99479DL033392H'),(143499,3031,'PayPal Transaction Fee','36.50'),(143500,3031,'_date_paid','1730912021'),(143501,3031,'_paid_date','2024-11-06 16:53:41'),(143502,3027,'_edit_lock','1730932774:2'),(143503,3027,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247006\";s:12:\"date_shipped\";s:10:\"1730851200\";s:11:\"tracking_id\";s:32:\"1b09b7bca7b484ac331848df48c61bc8\";}}'),(143504,3027,'_edit_last','2'),(143505,3027,'_date_completed','1730932908'),(143506,3027,'_completed_date','2024-11-06 22:41:48'),(143507,3029,'_edit_lock','1730932807:2'),(143508,3029,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247110\";s:12:\"date_shipped\";s:10:\"1730851200\";s:11:\"tracking_id\";s:32:\"d7e0937529062b015ffd7ab5b689ad26\";}}'),(143509,3029,'_edit_last','2'),(143510,3029,'_date_completed','1730932939'),(143511,3029,'_completed_date','2024-11-06 22:42:19'),(143512,3030,'_edit_lock','1730932864:2'),(143513,3030,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247212\";s:12:\"date_shipped\";s:10:\"1730851200\";s:11:\"tracking_id\";s:32:\"349d66ef494dabd1511949c2984855ce\";}}'),(143514,3030,'_edit_last','2'),(143515,3030,'_date_completed','1730933003'),(143516,3030,'_completed_date','2024-11-06 22:43:23'),(143517,3031,'_edit_lock','1730933699:2'),(143518,3031,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247370\";s:12:\"date_shipped\";s:10:\"1730851200\";s:11:\"tracking_id\";s:32:\"8be4e596035596ff9250eb62582223e3\";}}'),(143519,3031,'_edit_last','2'),(143520,3031,'_date_completed','1730933827'),(143521,3031,'_completed_date','2024-11-06 22:57:07'),(143522,3032,'_order_key','wc_order_sis4qtnF2r7QZ'),(143523,3032,'_customer_user','79'),(143524,3032,'_payment_method','paypal'),(143525,3032,'_payment_method_title','PayPal'),(143526,3032,'_customer_ip_address','71.91.158.65'),(143527,3032,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(143528,3032,'_created_via','checkout'),(143529,3032,'_cart_hash','f0a79ba592d3cc1f9186d1c2e1af3f4f'),(143530,3032,'_download_permissions_granted','yes'),(143531,3032,'_recorded_sales','yes'),(143532,3032,'_recorded_coupon_usage_counts','yes'),(143533,3032,'_new_order_email_sent','true'),(143534,3032,'_order_stock_reduced','yes'),(143535,3032,'_billing_first_name','Shanna'),(143536,3032,'_billing_last_name','Castille'),(143537,3032,'_billing_address_1','1097 Hundley Rd'),(143538,3032,'_billing_city','Eunice'),(143539,3032,'_billing_state','LA'),(143540,3032,'_billing_postcode','70535'),(143541,3032,'_billing_country','US'),(143542,3032,'_billing_email','Shanna_sr09@yahoo.com'),(143543,3032,'_billing_phone','3374668998'),(143544,3032,'_shipping_first_name','Shanna'),(143545,3032,'_shipping_last_name','Castille'),(143546,3032,'_shipping_address_1','1097 Hundley Rd'),(143547,3032,'_shipping_city','eunice'),(143548,3032,'_shipping_state','LA'),(143549,3032,'_shipping_postcode','70535'),(143550,3032,'_shipping_country','US'),(143551,3032,'_order_currency','USD'),(143552,3032,'_cart_discount','0'),(143553,3032,'_cart_discount_tax','0'),(143554,3032,'_order_shipping','0'),(143555,3032,'_order_shipping_tax','0'),(143556,3032,'_order_tax','0'),(143557,3032,'_order_total','772.30'),(143558,3032,'_order_version','9.3.3'),(143559,3032,'_prices_include_tax','no'),(143560,3032,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(143561,3032,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(143562,3032,'is_vat_exempt','no'),(143563,3032,'_wc_order_attribution_source_type','typein'),(143564,3032,'_wc_order_attribution_utm_source','(direct)'),(143565,3032,'_wc_order_attribution_utm_source_platform',''),(143566,3032,'_wc_order_attribution_utm_creative_format',''),(143567,3032,'_wc_order_attribution_utm_marketing_tactic',''),(143568,3032,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143569,3032,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(143570,3032,'_wc_order_attribution_session_pages','4'),(143571,3032,'_wc_order_attribution_session_count','8'),(143572,3032,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(143573,3032,'_wc_order_attribution_device_type','Desktop'),(143574,3032,'Payment type','instant'),(143575,3032,'_paypal_status','completed'),(143576,3032,'_transaction_id','2G5390755G188913E'),(143577,3032,'PayPal Transaction Fee','27.44'),(143578,3032,'_date_paid','1730993899'),(143579,3032,'_paid_date','2024-11-07 15:38:19'),(143580,3033,'_order_key','wc_order_QUay6wYqQzatn'),(143581,3033,'_customer_user','37'),(143582,3033,'_payment_method','paypal'),(143583,3033,'_payment_method_title','PayPal'),(143584,3033,'_customer_ip_address','40.142.171.160'),(143585,3033,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(143586,3033,'_created_via','checkout'),(143587,3033,'_cart_hash','c3a9f1eab9c115c31c02ac5640490b41'),(143588,3033,'_download_permissions_granted','yes'),(143589,3033,'_recorded_sales','yes'),(143590,3033,'_recorded_coupon_usage_counts','yes'),(143591,3033,'_new_order_email_sent','true'),(143592,3033,'_order_stock_reduced','yes'),(143593,3033,'_billing_first_name','Melody'),(143594,3033,'_billing_last_name','Carter'),(143595,3033,'_billing_company','Family Hair Clinic of South Ga LLC'),(143596,3033,'_billing_address_1','7754 GA HIGHWAY 122 W'),(143597,3033,'_billing_city','HAHIRA'),(143598,3033,'_billing_state','GA'),(143599,3033,'_billing_postcode','31632-2210'),(143600,3033,'_billing_country','US'),(143601,3033,'_billing_email','familyhairclinic@gmail.com'),(143602,3033,'_billing_phone','2294151748'),(143603,3033,'_shipping_first_name','Emilia'),(143604,3033,'_shipping_last_name','Byrd'),(143605,3033,'_shipping_company','Family Hair Clinic of South Ga LLC'),(143606,3033,'_shipping_address_1','6112 U.S. Highway 41 North'),(143607,3033,'_shipping_city','HAHIRA'),(143608,3033,'_shipping_state','GA'),(143609,3033,'_shipping_postcode','31632-2210'),(143610,3033,'_shipping_country','US'),(143611,3033,'_order_currency','USD'),(143612,3033,'_cart_discount','0'),(143613,3033,'_cart_discount_tax','0'),(143614,3033,'_order_shipping','20.88'),(143615,3033,'_order_shipping_tax','0'),(143616,3033,'_order_tax','0'),(143617,3033,'_order_total','312.24'),(143618,3033,'_order_version','9.3.3'),(143619,3033,'_prices_include_tax','no'),(143620,3033,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 7754 GA HIGHWAY 122 W  HAHIRA GA 31632-2210 US familyhairclinic@gmail.com 2294151748'),(143621,3033,'_shipping_address_index','Emilia Byrd Family Hair Clinic of South Ga LLC 6112 U.S. Highway 41 North  HAHIRA GA 31632-2210 US '),(143622,3033,'is_vat_exempt','no'),(143623,3033,'_wc_order_attribution_source_type','referral'),(143624,3033,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143625,3033,'_wc_order_attribution_utm_source','lcaportal.com'),(143626,3033,'_wc_order_attribution_utm_medium','referral'),(143627,3033,'_wc_order_attribution_utm_content','/'),(143628,3033,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143629,3033,'_wc_order_attribution_session_start_time','2024-11-07 20:16:55'),(143630,3033,'_wc_order_attribution_session_pages','15'),(143631,3033,'_wc_order_attribution_session_count','1'),(143632,3033,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(143633,3033,'_wc_order_attribution_device_type','Desktop'),(143634,3033,'Payment type','instant'),(143635,3033,'_paypal_status','completed'),(143636,3033,'_transaction_id','45M57663DX984473J'),(143637,3033,'PayPal Transaction Fee','11.39'),(143638,3033,'_date_paid','1731011230'),(143639,3033,'_paid_date','2024-11-07 20:27:10'),(143640,3034,'_order_key','wc_order_HvQLLLLUpdmKk'),(143641,3034,'_customer_user','66'),(143642,3034,'_payment_method','paypal'),(143643,3034,'_payment_method_title','PayPal'),(143644,3034,'_customer_ip_address','72.85.35.117'),(143645,3034,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'),(143646,3034,'_created_via','checkout'),(143647,3034,'_cart_hash','c322185f3e80b552af7c64f19ccb6b81'),(143648,3034,'_download_permissions_granted','yes'),(143649,3034,'_recorded_sales','yes'),(143650,3034,'_recorded_coupon_usage_counts','yes'),(143651,3034,'_new_order_email_sent','true'),(143652,3034,'_order_stock_reduced','yes'),(143653,3034,'_billing_first_name','Mark'),(143654,3034,'_billing_last_name','Dent'),(143655,3034,'_billing_company','Lice Clinics of Maryland'),(143656,3034,'_billing_address_1','801 W 33rd Street'),(143657,3034,'_billing_city','BAltimore'),(143658,3034,'_billing_state','MD'),(143659,3034,'_billing_postcode','21211'),(143660,3034,'_billing_country','US'),(143661,3034,'_billing_email','info@liceclinicsofmaryland.com'),(143662,3034,'_billing_phone','4438349991'),(143663,3034,'_shipping_first_name','Dawn'),(143664,3034,'_shipping_last_name','Mumaw'),(143665,3034,'_shipping_company','LCA Baltimore'),(143666,3034,'_shipping_address_1','604 Providence Road'),(143667,3034,'_shipping_city','Towson'),(143668,3034,'_shipping_state','MD'),(143669,3034,'_shipping_postcode','21286'),(143670,3034,'_shipping_country','US'),(143671,3034,'_order_currency','USD'),(143672,3034,'_cart_discount','0'),(143673,3034,'_cart_discount_tax','0'),(143674,3034,'_order_shipping','0'),(143675,3034,'_order_shipping_tax','0'),(143676,3034,'_order_tax','0'),(143677,3034,'_order_total','5992.84'),(143678,3034,'_order_version','9.3.3'),(143679,3034,'_prices_include_tax','no'),(143680,3034,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(143681,3034,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(143682,3034,'is_vat_exempt','no'),(143683,3034,'_wc_order_attribution_source_type','referral'),(143684,3034,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(143685,3034,'_wc_order_attribution_utm_source','lcaportal.com'),(143686,3034,'_wc_order_attribution_utm_medium','referral'),(143687,3034,'_wc_order_attribution_utm_content','/'),(143688,3034,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143689,3034,'_wc_order_attribution_session_start_time','2024-11-08 14:10:27'),(143690,3034,'_wc_order_attribution_session_pages','8'),(143691,3034,'_wc_order_attribution_session_count','3'),(143692,3034,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'),(143693,3034,'_wc_order_attribution_device_type','Desktop'),(143694,3034,'Payment type','instant'),(143695,3034,'_paypal_status','completed'),(143696,3034,'_transaction_id','2GJ72119US084994S'),(143697,3034,'PayPal Transaction Fee','209.64'),(143698,3034,'_date_paid','1731075757'),(143699,3034,'_paid_date','2024-11-08 14:22:37'),(143704,3035,'_order_key','wc_order_MqhGkPbaMwdeU'),(143705,3035,'_customer_user','3'),(143706,3035,'_payment_method','paypal'),(143707,3035,'_payment_method_title','PayPal'),(143708,3035,'_customer_ip_address','99.22.146.124'),(143709,3035,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143710,3035,'_created_via','checkout'),(143711,3035,'_cart_hash','3c46925d095158f029e873aa3e6786ba'),(143712,3035,'_download_permissions_granted','yes'),(143713,3035,'_recorded_sales','yes'),(143714,3035,'_recorded_coupon_usage_counts','yes'),(143715,3035,'_new_order_email_sent','true'),(143716,3035,'_order_stock_reduced','yes'),(143717,3035,'_billing_first_name','amanda'),(143718,3035,'_billing_last_name','westerman'),(143719,3035,'_billing_company','Lice Clinics of America McKinney'),(143720,3035,'_billing_address_1','3120 Hudson Crossing'),(143721,3035,'_billing_address_2','Suite A2'),(143722,3035,'_billing_city','MCKINNEY'),(143723,3035,'_billing_state','TX'),(143724,3035,'_billing_postcode','75070'),(143725,3035,'_billing_country','US'),(143726,3035,'_billing_email','awesterman1103@gmail.com'),(143727,3035,'_billing_phone','12144175741'),(143728,3035,'_shipping_first_name','amanda'),(143729,3035,'_shipping_last_name','westerman'),(143730,3035,'_shipping_company','Lice Clinics of America McKinney'),(143731,3035,'_shipping_address_1','3120 Hudson Crossing'),(143732,3035,'_shipping_address_2','Suite A2'),(143733,3035,'_shipping_city','MCKINNEY'),(143734,3035,'_shipping_state','TX'),(143735,3035,'_shipping_postcode','75070'),(143736,3035,'_shipping_country','US'),(143737,3035,'_order_currency','USD'),(143738,3035,'_cart_discount','0'),(143739,3035,'_cart_discount_tax','0'),(143740,3035,'_order_shipping','0'),(143741,3035,'_order_shipping_tax','0'),(143742,3035,'_order_tax','0'),(143743,3035,'_order_total','928.56'),(143744,3035,'_order_version','9.3.3'),(143745,3035,'_prices_include_tax','no'),(143746,3035,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(143747,3035,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(143748,3035,'is_vat_exempt','no'),(143749,3035,'_wc_order_attribution_source_type','referral'),(143750,3035,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(143751,3035,'_wc_order_attribution_utm_source','lcaportal.com'),(143752,3035,'_wc_order_attribution_utm_medium','referral'),(143753,3035,'_wc_order_attribution_utm_content','/'),(143754,3035,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143755,3035,'_wc_order_attribution_session_start_time','2024-11-10 14:54:29'),(143756,3035,'_wc_order_attribution_session_pages','4'),(143757,3035,'_wc_order_attribution_session_count','1'),(143758,3035,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143759,3035,'_wc_order_attribution_device_type','Desktop'),(143760,3035,'Payment type','instant'),(143761,3035,'_paypal_status','completed'),(143762,3035,'_transaction_id','89U42942R70022316'),(143763,3035,'PayPal Transaction Fee','32.90'),(143764,3035,'_date_paid','1731250785'),(143765,3035,'_paid_date','2024-11-10 14:59:45'),(143766,3034,'_edit_lock','1731329909:2'),(143767,3034,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247657\";s:12:\"date_shipped\";s:10:\"1731024000\";s:11:\"tracking_id\";s:32:\"0b466d89acdcec57026325238ccbd5fe\";}}'),(143768,3034,'_edit_last','2'),(143769,3034,'_date_completed','1731329905'),(143770,3034,'_completed_date','2024-11-11 12:58:25'),(143771,3028,'_edit_lock','1731330146:2'),(143772,3033,'_edit_lock','1731329903:2'),(143773,3033,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247635\";s:12:\"date_shipped\";s:10:\"1731024000\";s:11:\"tracking_id\";s:32:\"e5571fe68e7b5a31cc41f3bba88b752b\";}}'),(143774,3033,'_edit_last','2'),(143775,3033,'_date_completed','1731330037'),(143776,3033,'_completed_date','2024-11-11 13:00:37'),(143777,3032,'_edit_lock','1731330002:2'),(143778,3032,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247532\";s:12:\"date_shipped\";s:10:\"1731024000\";s:11:\"tracking_id\";s:32:\"13ac0a10f29021b5abb1f3939329ac5d\";}}'),(143779,3032,'_edit_last','2'),(143780,3032,'_date_completed','1731330141'),(143781,3032,'_completed_date','2024-11-11 13:02:21'),(143782,3025,'_edit_lock','1731330227:2'),(143783,3025,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992246179\";s:12:\"date_shipped\";s:10:\"1730419200\";s:11:\"tracking_id\";s:32:\"2fe76a8256f15ccf6be728fbb4830217\";}}'),(143784,3025,'_edit_last','2'),(143785,3025,'_date_completed','1731330222'),(143786,3025,'_completed_date','2024-11-11 13:03:42'),(143787,3028,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247050\";s:12:\"date_shipped\";s:10:\"1730764800\";s:11:\"tracking_id\";s:32:\"a83d4d3b4e7f137a7ca0cf3ff22b7ac4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247040\";s:12:\"date_shipped\";s:10:\"1730764800\";s:11:\"tracking_id\";s:32:\"722cd88d6275313af78f341905ba69ec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247039\";s:12:\"date_shipped\";s:10:\"1730764800\";s:11:\"tracking_id\";s:32:\"5a0ac8159e36784041ac6b5e26b64b91\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247028\";s:12:\"date_shipped\";s:10:\"1730764800\";s:11:\"tracking_id\";s:32:\"7492cc54e035386061630439b3d36e9c\";}}'),(143788,3028,'_edit_last','2'),(143789,3028,'_date_completed','1731330262'),(143790,3028,'_completed_date','2024-11-11 13:04:22'),(143791,3036,'_order_key','wc_order_ETKuPxIwo8fIX'),(143792,3036,'_customer_user','100'),(143793,3036,'_payment_method','paypal'),(143794,3036,'_payment_method_title','PayPal'),(143795,3036,'_customer_ip_address','107.127.14.120'),(143796,3036,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(143797,3036,'_created_via','checkout'),(143798,3036,'_cart_hash','c54b9aabfb20e317b215493a16cc06e0'),(143799,3036,'_download_permissions_granted','yes'),(143800,3036,'_recorded_sales','yes'),(143801,3036,'_recorded_coupon_usage_counts','yes'),(143802,3036,'_new_order_email_sent','true'),(143803,3036,'_order_stock_reduced','yes'),(143804,3036,'_billing_first_name','Michael'),(143805,3036,'_billing_last_name','Beckman'),(143806,3036,'_billing_address_1','921 Moraga Ave'),(143807,3036,'_billing_city','Piedmont'),(143808,3036,'_billing_state','CA'),(143809,3036,'_billing_postcode','94611'),(143810,3036,'_billing_country','US'),(143811,3036,'_billing_email','licetoknowyou@gmail.com'),(143812,3036,'_billing_phone','8585314583'),(143813,3036,'_shipping_first_name','Chelsey'),(143814,3036,'_shipping_last_name','Watkins'),(143815,3036,'_shipping_company','Lice Clinics of America - Sunnyvale'),(143816,3036,'_shipping_address_1','958 Redmond ave'),(143817,3036,'_shipping_city','San Jose'),(143818,3036,'_shipping_state','CA'),(143819,3036,'_shipping_postcode','95120'),(143820,3036,'_shipping_country','US'),(143821,3036,'_order_currency','USD'),(143822,3036,'_cart_discount','0'),(143823,3036,'_cart_discount_tax','0'),(143824,3036,'_order_shipping','0'),(143825,3036,'_order_shipping_tax','0'),(143826,3036,'_order_tax','0'),(143827,3036,'_order_total','521.12'),(143828,3036,'_order_version','9.3.3'),(143829,3036,'_prices_include_tax','no'),(143830,3036,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(143831,3036,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(143832,3036,'is_vat_exempt','no'),(143833,3036,'_wc_order_attribution_source_type','referral'),(143834,3036,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143835,3036,'_wc_order_attribution_utm_source','lcaportal.com'),(143836,3036,'_wc_order_attribution_utm_medium','referral'),(143837,3036,'_wc_order_attribution_utm_content','/'),(143838,3036,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143839,3036,'_wc_order_attribution_session_start_time','2024-11-11 16:58:35'),(143840,3036,'_wc_order_attribution_session_pages','4'),(143841,3036,'_wc_order_attribution_session_count','11'),(143842,3036,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(143843,3036,'_wc_order_attribution_device_type','Desktop'),(143844,3036,'Payment type','instant'),(143845,3036,'_paypal_status','completed'),(143846,3036,'_transaction_id','41W75023HL6016425'),(143847,3036,'PayPal Transaction Fee','18.68'),(143848,3036,'_date_paid','1731344640'),(143849,3036,'_paid_date','2024-11-11 17:04:00'),(143850,3037,'_order_key','wc_order_X95hoYQKDmGXX'),(143851,3037,'_customer_user','3'),(143852,3037,'_payment_method','paypal'),(143853,3037,'_payment_method_title','PayPal'),(143854,3037,'_customer_ip_address','99.22.146.124'),(143855,3037,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143856,3037,'_created_via','checkout'),(143857,3037,'_cart_hash','62deb70f1ccd3c89f1f1f3106d24008d'),(143858,3037,'_download_permissions_granted','yes'),(143859,3037,'_recorded_sales','yes'),(143860,3037,'_recorded_coupon_usage_counts','yes'),(143861,3037,'_new_order_email_sent','true'),(143862,3037,'_order_stock_reduced','yes'),(143863,3037,'_billing_first_name','amanda'),(143864,3037,'_billing_last_name','westerman'),(143865,3037,'_billing_company','Lice Clinics of America McKinney'),(143866,3037,'_billing_address_1','3120 Hudson Crossing'),(143867,3037,'_billing_address_2','Suite A2'),(143868,3037,'_billing_city','MCKINNEY'),(143869,3037,'_billing_state','TX'),(143870,3037,'_billing_postcode','75070'),(143871,3037,'_billing_country','US'),(143872,3037,'_billing_email','awesterman1103@gmail.com'),(143873,3037,'_billing_phone','12144175741'),(143874,3037,'_shipping_first_name','amanda'),(143875,3037,'_shipping_last_name','westerman'),(143876,3037,'_shipping_company','Lice Clinics of America McKinney'),(143877,3037,'_shipping_address_1','5510 Abrams Road'),(143878,3037,'_shipping_address_2','Suite 121'),(143879,3037,'_shipping_city','Dallas'),(143880,3037,'_shipping_state','TX'),(143881,3037,'_shipping_postcode','75214'),(143882,3037,'_shipping_country','US'),(143883,3037,'_order_currency','USD'),(143884,3037,'_cart_discount','0'),(143885,3037,'_cart_discount_tax','0'),(143886,3037,'_order_shipping','0'),(143887,3037,'_order_shipping_tax','0'),(143888,3037,'_order_tax','0'),(143889,3037,'_order_total','731.90'),(143890,3037,'_order_version','9.3.3'),(143891,3037,'_prices_include_tax','no'),(143892,3037,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(143893,3037,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(143894,3037,'is_vat_exempt','no'),(143895,3037,'_wc_order_attribution_source_type','referral'),(143896,3037,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(143897,3037,'_wc_order_attribution_utm_source','lcaportal.com'),(143898,3037,'_wc_order_attribution_utm_medium','referral'),(143899,3037,'_wc_order_attribution_utm_content','/'),(143900,3037,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143901,3037,'_wc_order_attribution_session_start_time','2024-11-11 17:38:43'),(143902,3037,'_wc_order_attribution_session_pages','4'),(143903,3037,'_wc_order_attribution_session_count','2'),(143904,3037,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(143905,3037,'_wc_order_attribution_device_type','Desktop'),(143906,3037,'Payment type','instant'),(143907,3037,'_paypal_status','completed'),(143908,3037,'_transaction_id','7W363536U6699262J'),(143909,3037,'PayPal Transaction Fee','26.03'),(143910,3037,'_date_paid','1731347159'),(143911,3037,'_paid_date','2024-11-11 17:45:59'),(143912,3038,'_order_key','wc_order_Qk6fjYGNUbpjv'),(143913,3038,'_customer_user','60'),(143914,3038,'_payment_method','paypal'),(143915,3038,'_payment_method_title','PayPal'),(143916,3038,'_customer_ip_address','24.13.229.23'),(143917,3038,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(143918,3038,'_created_via','checkout'),(143919,3038,'_cart_hash','9ca398e8de3c3178a14554e0de40d5fb'),(143920,3038,'_download_permissions_granted','yes'),(143921,3038,'_recorded_sales','yes'),(143922,3038,'_recorded_coupon_usage_counts','yes'),(143923,3038,'_new_order_email_sent','true'),(143924,3038,'_order_stock_reduced','yes'),(143925,3038,'_billing_first_name','Jill'),(143926,3038,'_billing_last_name','Leshtz'),(143927,3038,'_billing_company','Lice clinics of America-North Shore'),(143928,3038,'_billing_address_1','1580 Lancelot Avenue'),(143929,3038,'_billing_city','Highland park'),(143930,3038,'_billing_state','IL'),(143931,3038,'_billing_postcode','60035'),(143932,3038,'_billing_country','US'),(143933,3038,'_billing_email','jleshtz@gmail.com'),(143934,3038,'_billing_phone','8473639001'),(143935,3038,'_shipping_first_name','Jill'),(143936,3038,'_shipping_last_name','Leshtz'),(143937,3038,'_shipping_company','Lice clinics of America-North Shore'),(143938,3038,'_shipping_address_1','1580 Lancelot Avenue'),(143939,3038,'_shipping_city','Highland park'),(143940,3038,'_shipping_state','IL'),(143941,3038,'_shipping_postcode','60035'),(143942,3038,'_shipping_country','US'),(143943,3038,'_order_currency','USD'),(143944,3038,'_cart_discount','0'),(143945,3038,'_cart_discount_tax','0'),(143946,3038,'_order_shipping','0'),(143947,3038,'_order_shipping_tax','0'),(143948,3038,'_order_tax','0'),(143949,3038,'_order_total','1302.48'),(143950,3038,'_order_version','9.3.3'),(143951,3038,'_prices_include_tax','no'),(143952,3038,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(143953,3038,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(143954,3038,'is_vat_exempt','no'),(143955,3038,'_wc_order_attribution_source_type','referral'),(143956,3038,'_wc_order_attribution_referrer','https://lcaportal.com/'),(143957,3038,'_wc_order_attribution_utm_source','lcaportal.com'),(143958,3038,'_wc_order_attribution_utm_medium','referral'),(143959,3038,'_wc_order_attribution_utm_content','/'),(143960,3038,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(143961,3038,'_wc_order_attribution_session_start_time','2024-11-11 19:28:52'),(143962,3038,'_wc_order_attribution_session_pages','6'),(143963,3038,'_wc_order_attribution_session_count','1'),(143964,3038,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(143965,3038,'_wc_order_attribution_device_type','Desktop'),(143966,3038,'Payment type','instant'),(143967,3038,'_paypal_status','completed'),(143968,3038,'_transaction_id','5UD349112J8343454'),(143969,3038,'PayPal Transaction Fee','45.95'),(143970,3038,'_date_paid','1731353672'),(143971,3038,'_paid_date','2024-11-11 19:34:32'),(143972,3039,'_order_key','wc_order_4JqknNNQJwDlf'),(143973,3039,'_customer_user','76'),(143974,3039,'_payment_method','paypal'),(143975,3039,'_payment_method_title','PayPal'),(143976,3039,'_customer_ip_address','66.31.192.192'),(143977,3039,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(143978,3039,'_created_via','checkout'),(143979,3039,'_cart_hash','76b5d872e369f7e380a3c96bcda998ef'),(143980,3039,'_download_permissions_granted','yes'),(143981,3039,'_recorded_sales','yes'),(143982,3039,'_recorded_coupon_usage_counts','yes'),(143983,3039,'_new_order_email_sent','true'),(143984,3039,'_order_stock_reduced','yes'),(143985,3039,'_billing_first_name','Naomi'),(143986,3039,'_billing_last_name','Golden'),(143987,3039,'_billing_company','LCA'),(143988,3039,'_billing_address_1','31 Mann Ave'),(143989,3039,'_billing_city','Needham'),(143990,3039,'_billing_state','MA'),(143991,3039,'_billing_postcode','02492'),(143992,3039,'_billing_country','US'),(143993,3039,'_billing_email','nrgolden6486@gmail.com'),(143994,3039,'_billing_phone','617-851-1322'),(143995,3039,'_shipping_first_name','Naomi'),(143996,3039,'_shipping_last_name','Golden'),(143997,3039,'_shipping_company','LCA'),(143998,3039,'_shipping_address_1','1349 Centre Street'),(143999,3039,'_shipping_address_2','Facing Trowbridge'),(144000,3039,'_shipping_city','Newton'),(144001,3039,'_shipping_state','MA'),(144002,3039,'_shipping_postcode','02459'),(144003,3039,'_shipping_country','US'),(144004,3039,'_order_currency','USD'),(144005,3039,'_cart_discount','0'),(144006,3039,'_cart_discount_tax','0'),(144007,3039,'_order_shipping','0'),(144008,3039,'_order_shipping_tax','0'),(144009,3039,'_order_tax','0'),(144010,3039,'_order_total','685.40'),(144011,3039,'_order_version','9.3.3'),(144012,3039,'_prices_include_tax','no'),(144013,3039,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(144014,3039,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(144016,3039,'_wc_order_attribution_source_type','typein'),(144017,3039,'_wc_order_attribution_utm_source','(direct)'),(144018,3039,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144019,3039,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(144020,3039,'_wc_order_attribution_session_pages','3'),(144021,3039,'_wc_order_attribution_session_count','10'),(144022,3039,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(144023,3039,'_wc_order_attribution_device_type','Desktop'),(144024,3039,'is_vat_exempt','no'),(144025,3039,'_wc_order_attribution_source_type','typein'),(144026,3039,'_wc_order_attribution_utm_source','(direct)'),(144027,3039,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144028,3039,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(144029,3039,'_wc_order_attribution_session_pages','10'),(144030,3039,'_wc_order_attribution_session_count','10'),(144031,3039,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(144032,3039,'_wc_order_attribution_device_type','Desktop'),(144033,3039,'Payment type','instant'),(144034,3039,'_paypal_status','completed'),(144035,3039,'_transaction_id','4MY82991CD283805W'),(144036,3039,'PayPal Transaction Fee','24.41'),(144037,3039,'_date_paid','1731355618'),(144038,3039,'_paid_date','2024-11-11 20:06:58'),(144039,3040,'_order_key','wc_order_mMlLilYnJKPPI'),(144040,3040,'_customer_user','3'),(144041,3040,'_payment_method','paypal'),(144042,3040,'_payment_method_title','PayPal'),(144043,3040,'_customer_ip_address','99.22.146.124'),(144044,3040,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144045,3040,'_created_via','checkout'),(144046,3040,'_cart_hash','9185b226d74117664f3306eb719671d6'),(144047,3040,'_download_permissions_granted','yes'),(144048,3040,'_recorded_sales','yes'),(144049,3040,'_recorded_coupon_usage_counts','yes'),(144050,3040,'_new_order_email_sent','true'),(144051,3040,'_order_stock_reduced','yes'),(144052,3040,'_billing_first_name','amanda'),(144053,3040,'_billing_last_name','westerman'),(144054,3040,'_billing_company','Lice Clinics of America McKinney'),(144055,3040,'_billing_address_1','3120 Hudson Crossing'),(144056,3040,'_billing_address_2','Suite A2'),(144057,3040,'_billing_city','MCKINNEY'),(144058,3040,'_billing_state','TX'),(144059,3040,'_billing_postcode','75070'),(144060,3040,'_billing_country','US'),(144061,3040,'_billing_email','awesterman1103@gmail.com'),(144062,3040,'_billing_phone','12144175741'),(144063,3040,'_shipping_first_name','Lice'),(144064,3040,'_shipping_last_name','Addison'),(144065,3040,'_shipping_company','Lice Clinics of America'),(144066,3040,'_shipping_address_1','4002 BELT LINE RD'),(144067,3040,'_shipping_address_2','STE 140'),(144068,3040,'_shipping_city','Addison'),(144069,3040,'_shipping_state','TX'),(144070,3040,'_shipping_postcode','75001'),(144071,3040,'_shipping_country','US'),(144072,3040,'_order_currency','USD'),(144073,3040,'_cart_discount','0'),(144074,3040,'_cart_discount_tax','0'),(144075,3040,'_order_shipping','0'),(144076,3040,'_order_shipping_tax','0'),(144077,3040,'_order_tax','0'),(144078,3040,'_order_total','1289.00'),(144079,3040,'_order_version','9.3.3'),(144080,3040,'_prices_include_tax','no'),(144081,3040,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(144082,3040,'_shipping_address_index','Lice Addison Lice Clinics of America 4002 BELT LINE RD STE 140 Addison TX 75001 US '),(144083,3040,'is_vat_exempt','no'),(144084,3040,'_wc_order_attribution_source_type','referral'),(144085,3040,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(144086,3040,'_wc_order_attribution_utm_source','lcaportal.com'),(144087,3040,'_wc_order_attribution_utm_medium','referral'),(144088,3040,'_wc_order_attribution_utm_content','/'),(144089,3040,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144090,3040,'_wc_order_attribution_session_start_time','2024-11-11 20:23:12'),(144091,3040,'_wc_order_attribution_session_pages','4'),(144092,3040,'_wc_order_attribution_session_count','4'),(144093,3040,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144094,3040,'_wc_order_attribution_device_type','Desktop'),(144095,3040,'Payment type','instant'),(144096,3040,'_paypal_status','completed'),(144097,3040,'_transaction_id','9TW94675JJ756601U'),(144098,3040,'PayPal Transaction Fee','45.48'),(144099,3040,'_date_paid','1731356780'),(144100,3040,'_paid_date','2024-11-11 20:26:20'),(144101,3041,'_order_key','wc_order_EzvcUKV7cpING'),(144102,3041,'_customer_user','20'),(144103,3041,'_payment_method','paypal'),(144104,3041,'_payment_method_title','PayPal'),(144105,3041,'_customer_ip_address','198.72.181.87'),(144106,3041,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(144107,3041,'_created_via','checkout'),(144108,3041,'_cart_hash','5b6dc214b11677173f0d89c2207ff78f'),(144109,3041,'_download_permissions_granted','yes'),(144110,3041,'_recorded_sales','yes'),(144111,3041,'_recorded_coupon_usage_counts','yes'),(144112,3041,'_new_order_email_sent','true'),(144113,3041,'_order_stock_reduced','yes'),(144114,3041,'_billing_first_name','Hasani'),(144115,3041,'_billing_last_name','Thompson'),(144116,3041,'_billing_company','Heat in Hair'),(144117,3041,'_billing_address_1','27225 Camp Plenty Road'),(144118,3041,'_billing_address_2','1D'),(144119,3041,'_billing_city','Santa Clarita'),(144120,3041,'_billing_state','CA'),(144121,3041,'_billing_postcode','91351'),(144122,3041,'_billing_country','US'),(144123,3041,'_billing_email','info@liceclinicssantaclarita.com'),(144124,3041,'_billing_phone','6615850263'),(144125,3041,'_shipping_first_name','Hasani'),(144126,3041,'_shipping_last_name','Thompson'),(144127,3041,'_shipping_company','Heat in Hair'),(144128,3041,'_shipping_address_1','12840 Riverside Dr'),(144129,3041,'_shipping_address_2','#200'),(144130,3041,'_shipping_city','North Hollywood'),(144131,3041,'_shipping_state','CA'),(144132,3041,'_shipping_postcode','91607'),(144133,3041,'_shipping_country','US'),(144134,3041,'_order_currency','USD'),(144135,3041,'_cart_discount','0'),(144136,3041,'_cart_discount_tax','0'),(144137,3041,'_order_shipping','33.18'),(144138,3041,'_order_shipping_tax','0'),(144139,3041,'_order_tax','0'),(144140,3041,'_order_total','385.34'),(144141,3041,'_order_version','9.3.3'),(144142,3041,'_prices_include_tax','no'),(144143,3041,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(144144,3041,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(144145,3041,'is_vat_exempt','no'),(144146,3041,'_wc_order_attribution_source_type','referral'),(144147,3041,'_wc_order_attribution_referrer','https://lcaportal.com/'),(144148,3041,'_wc_order_attribution_utm_source','lcaportal.com'),(144149,3041,'_wc_order_attribution_utm_medium','referral'),(144150,3041,'_wc_order_attribution_utm_content','/'),(144151,3041,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144152,3041,'_wc_order_attribution_session_start_time','2024-11-11 20:37:12'),(144153,3041,'_wc_order_attribution_session_pages','4'),(144154,3041,'_wc_order_attribution_session_count','11'),(144155,3041,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36'),(144156,3041,'_wc_order_attribution_device_type','Desktop'),(144157,3041,'Payment type','instant'),(144158,3041,'_paypal_status','completed'),(144159,3041,'_transaction_id','5VB69395UL133122N'),(144160,3041,'PayPal Transaction Fee','13.94'),(144161,3041,'_date_paid','1731358696'),(144162,3041,'_paid_date','2024-11-11 20:58:16'),(144163,3042,'_order_key','wc_order_gNSgflnxeCIkL'),(144164,3042,'_customer_user','87'),(144165,3042,'_payment_method','paypal'),(144166,3042,'_payment_method_title','PayPal'),(144167,3042,'_customer_ip_address','75.7.15.79'),(144168,3042,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144169,3042,'_created_via','checkout'),(144170,3042,'_cart_hash','299197f2d49f175c62c7e67ca087b16d'),(144171,3042,'_download_permissions_granted','yes'),(144172,3042,'_recorded_sales','yes'),(144173,3042,'_recorded_coupon_usage_counts','yes'),(144174,3042,'_new_order_email_sent','true'),(144175,3042,'_order_stock_reduced','yes'),(144176,3042,'_billing_first_name','Wade'),(144177,3042,'_billing_last_name','Huntsman'),(144178,3042,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(144179,3042,'_billing_address_1','3421 E 21st'),(144180,3042,'_billing_city','Tulsa'),(144181,3042,'_billing_state','OK'),(144182,3042,'_billing_postcode','74114'),(144183,3042,'_billing_country','US'),(144184,3042,'_billing_email','info@liceclinicsmidsouth.com'),(144185,3042,'_billing_phone','9189783329'),(144186,3042,'_shipping_first_name','Shelbe'),(144187,3042,'_shipping_last_name','Smith'),(144188,3042,'_shipping_company','Lice Clinics of America Wichita'),(144189,3042,'_shipping_address_1','2101 West MacArthur Road'),(144190,3042,'_shipping_address_2','Lot 511'),(144191,3042,'_shipping_city','Wichita'),(144192,3042,'_shipping_state','KS'),(144193,3042,'_shipping_postcode','67212'),(144194,3042,'_shipping_country','US'),(144195,3042,'_order_currency','USD'),(144196,3042,'_cart_discount','0'),(144197,3042,'_cart_discount_tax','0'),(144198,3042,'_order_shipping','0'),(144199,3042,'_order_shipping_tax','0'),(144200,3042,'_order_tax','0'),(144201,3042,'_order_total','941.84'),(144202,3042,'_order_version','9.4.1'),(144203,3042,'_prices_include_tax','no'),(144204,3042,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(144205,3042,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West MacArthur Road Lot 511 Wichita KS 67212 US '),(144206,3042,'is_vat_exempt','no'),(144207,3042,'_wc_order_attribution_source_type','typein'),(144208,3042,'_wc_order_attribution_utm_source','(direct)'),(144209,3042,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144210,3042,'_wc_order_attribution_session_start_time','2024-11-12 16:55:13'),(144211,3042,'_wc_order_attribution_session_pages','4'),(144212,3042,'_wc_order_attribution_session_count','1'),(144213,3042,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144214,3042,'_wc_order_attribution_device_type','Desktop'),(144215,3042,'Payment type','instant'),(144216,3042,'_paypal_status','completed'),(144217,3042,'_transaction_id','2SV33272FH190961N'),(144218,3042,'PayPal Transaction Fee','33.36'),(144219,3042,'_date_paid','1731430861'),(144220,3042,'_paid_date','2024-11-12 17:01:01'),(144221,3043,'_order_key','wc_order_ltCOEHEhmH5y9'),(144222,3043,'_customer_user','8'),(144223,3043,'_payment_method','paypal'),(144224,3043,'_payment_method_title','PayPal'),(144225,3043,'_customer_ip_address','12.198.118.122'),(144226,3043,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144227,3043,'_created_via','checkout'),(144228,3043,'_cart_hash','5420b0510e673a5154d81a89ec4ceb14'),(144229,3043,'_download_permissions_granted','yes'),(144230,3043,'_recorded_sales','yes'),(144231,3043,'_recorded_coupon_usage_counts','yes'),(144232,3043,'_new_order_email_sent','true'),(144233,3043,'_order_stock_reduced','yes'),(144234,3043,'_billing_first_name','Amy'),(144235,3043,'_billing_last_name','Sharp'),(144236,3043,'_billing_company','Nit Wits'),(144237,3043,'_billing_address_1','6002 Sweetbay Dr'),(144238,3043,'_billing_city','Crestwood'),(144239,3043,'_billing_state','KY'),(144240,3043,'_billing_postcode','40014'),(144241,3043,'_billing_country','US'),(144242,3043,'_billing_email','asharp@ht-school.org'),(144243,3043,'_billing_phone','15023109281'),(144244,3043,'_shipping_first_name','Amy'),(144245,3043,'_shipping_last_name','Sharp'),(144246,3043,'_shipping_company','LCA Nit Wits'),(144247,3043,'_shipping_address_1','9302 New LaGrange Road'),(144248,3043,'_shipping_address_2','Unit H'),(144249,3043,'_shipping_city','Louisville'),(144250,3043,'_shipping_state','KY'),(144251,3043,'_shipping_postcode','40242'),(144252,3043,'_shipping_country','US'),(144253,3043,'_order_currency','USD'),(144254,3043,'_cart_discount','0'),(144255,3043,'_cart_discount_tax','0'),(144256,3043,'_order_shipping','16.11'),(144257,3043,'_order_shipping_tax','0'),(144258,3043,'_order_tax','0'),(144259,3043,'_order_total','16.11'),(144260,3043,'_order_version','9.4.1'),(144261,3043,'_prices_include_tax','no'),(144262,3043,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(144263,3043,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(144264,3043,'is_vat_exempt','no'),(144265,3043,'_wc_order_attribution_source_type','referral'),(144266,3043,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(144267,3043,'_wc_order_attribution_utm_source','lcaportal.com'),(144268,3043,'_wc_order_attribution_utm_medium','referral'),(144269,3043,'_wc_order_attribution_utm_content','/'),(144270,3043,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144271,3043,'_wc_order_attribution_session_start_time','2024-11-12 17:10:30'),(144272,3043,'_wc_order_attribution_session_pages','7'),(144273,3043,'_wc_order_attribution_session_count','1'),(144274,3043,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144275,3043,'_wc_order_attribution_device_type','Desktop'),(144276,3043,'_oaw_varify_key','ba0066d43ebac67d19ed'),(144277,3044,'_order_key','wc_order_axQFCTX4YKEPK'),(144278,3044,'_customer_user','87'),(144279,3044,'_payment_method','paypal'),(144280,3044,'_payment_method_title','PayPal'),(144281,3044,'_customer_ip_address','75.7.15.79'),(144282,3044,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144283,3044,'_created_via','checkout'),(144284,3044,'_cart_hash','ef44594a3d0f7c2ba31f892911c01e3e'),(144285,3044,'_download_permissions_granted','yes'),(144286,3044,'_recorded_sales','yes'),(144287,3044,'_recorded_coupon_usage_counts','yes'),(144288,3044,'_new_order_email_sent','true'),(144289,3044,'_order_stock_reduced','yes'),(144290,3044,'_billing_first_name','Wade'),(144291,3044,'_billing_last_name','Huntsman'),(144292,3044,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(144293,3044,'_billing_address_1','3421 E 21st'),(144294,3044,'_billing_city','Tulsa'),(144295,3044,'_billing_state','OK'),(144296,3044,'_billing_postcode','74114'),(144297,3044,'_billing_country','US'),(144298,3044,'_billing_email','info@liceclinicsmidsouth.com'),(144299,3044,'_billing_phone','9189783329'),(144300,3044,'_shipping_first_name','Katee'),(144301,3044,'_shipping_last_name','Morrison'),(144302,3044,'_shipping_company','Lice Clinics of America OKC'),(144303,3044,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(144304,3044,'_shipping_city','OKC'),(144305,3044,'_shipping_state','OK'),(144306,3044,'_shipping_postcode','73118'),(144307,3044,'_shipping_country','US'),(144308,3044,'_order_currency','USD'),(144309,3044,'_cart_discount','0'),(144310,3044,'_cart_discount_tax','0'),(144311,3044,'_order_shipping','0'),(144312,3044,'_order_shipping_tax','0'),(144313,3044,'_order_tax','0'),(144314,3044,'_order_total','612.95'),(144315,3044,'_order_version','9.4.1'),(144316,3044,'_prices_include_tax','no'),(144317,3044,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(144318,3044,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(144319,3044,'is_vat_exempt','no'),(144320,3044,'_wc_order_attribution_source_type','typein'),(144321,3044,'_wc_order_attribution_utm_source','(direct)'),(144322,3044,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144323,3044,'_wc_order_attribution_session_start_time','2024-11-12 16:55:13'),(144324,3044,'_wc_order_attribution_session_pages','6'),(144325,3044,'_wc_order_attribution_session_count','2'),(144326,3044,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144327,3044,'_wc_order_attribution_device_type','Desktop'),(144328,3044,'Payment type','instant'),(144329,3044,'_paypal_status','completed'),(144330,3044,'_transaction_id','7XF63131S8235161D'),(144331,3044,'PayPal Transaction Fee','21.88'),(144332,3044,'_date_paid','1731434952'),(144333,3044,'_paid_date','2024-11-12 18:09:12'),(144334,3035,'_edit_lock','1731440373:2'),(144335,3035,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992247988\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"efa943409de7b0900eec742b237d3690\";}}'),(144336,3035,'_edit_last','2'),(144337,3035,'_date_completed','1731440504'),(144338,3035,'_completed_date','2024-11-12 19:41:44'),(144339,3036,'_edit_lock','1731440871:2'),(144340,3036,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248219\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"4700e762228ed290a8f8f3a208a4b2b0\";}}'),(144341,3036,'_edit_last','2'),(144342,3036,'_date_completed','1731440866'),(144343,3036,'_completed_date','2024-11-12 19:47:46'),(144344,3046,'_order_key','wc_order_vorecHL66vLDo'),(144345,3046,'_customer_user','87'),(144346,3046,'_payment_method','paypal'),(144347,3046,'_payment_method_title','PayPal'),(144348,3046,'_customer_ip_address','75.7.15.79'),(144349,3046,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144350,3046,'_created_via','checkout'),(144351,3046,'_cart_hash','677f2abff13ecd9d1714956827608888'),(144352,3046,'_download_permissions_granted','yes'),(144353,3046,'_recorded_sales','yes'),(144354,3046,'_recorded_coupon_usage_counts','yes'),(144355,3046,'_new_order_email_sent','true'),(144356,3046,'_order_stock_reduced','yes'),(144357,3046,'_billing_first_name','Wade'),(144358,3046,'_billing_last_name','Huntsman'),(144359,3046,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(144360,3046,'_billing_address_1','3421 E 21st'),(144361,3046,'_billing_city','Tulsa'),(144362,3046,'_billing_state','OK'),(144363,3046,'_billing_postcode','74114'),(144364,3046,'_billing_country','US'),(144365,3046,'_billing_email','info@liceclinicsmidsouth.com'),(144366,3046,'_billing_phone','9189783329'),(144367,3046,'_shipping_first_name','Wade'),(144368,3046,'_shipping_last_name','Huntsman'),(144369,3046,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(144370,3046,'_shipping_address_1','3421 E 21st'),(144371,3046,'_shipping_city','Tulsa'),(144372,3046,'_shipping_state','OK'),(144373,3046,'_shipping_postcode','74114'),(144374,3046,'_shipping_country','US'),(144375,3046,'_order_currency','USD'),(144376,3046,'_cart_discount','0'),(144377,3046,'_cart_discount_tax','0'),(144378,3046,'_order_shipping','0'),(144379,3046,'_order_shipping_tax','0'),(144380,3046,'_order_tax','0'),(144381,3046,'_order_total','784.75'),(144382,3046,'_order_version','9.4.1'),(144383,3046,'_prices_include_tax','no'),(144384,3046,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(144385,3046,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(144386,3046,'is_vat_exempt','no'),(144387,3046,'_wc_order_attribution_source_type','typein'),(144388,3046,'_wc_order_attribution_utm_source','(direct)'),(144389,3046,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144390,3046,'_wc_order_attribution_session_start_time','2024-11-12 16:55:13'),(144391,3046,'_wc_order_attribution_session_pages','4'),(144392,3046,'_wc_order_attribution_session_count','3'),(144393,3046,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144394,3046,'_wc_order_attribution_device_type','Desktop'),(144395,3046,'Payment type','instant'),(144396,3046,'_paypal_status','completed'),(144397,3046,'_transaction_id','7C419793BN043593C'),(144398,3046,'PayPal Transaction Fee','27.88'),(144399,3046,'_date_paid','1731441013'),(144400,3046,'_paid_date','2024-11-12 19:50:13'),(144401,3037,'_edit_lock','1731440968:2'),(144402,3037,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248252\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"4fa43c080bb9d9b54ab04ddd9c7f28e0\";}}'),(144403,3037,'_edit_last','2'),(144404,3037,'_date_completed','1731441098'),(144405,3037,'_completed_date','2024-11-12 19:51:38'),(144406,3039,'_edit_lock','1731441002:2'),(144407,3039,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248285\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"a0dd4aa45d46ddac8971f12c08c92e44\";}}'),(144408,3039,'_edit_last','2'),(144409,3039,'_date_completed','1731441135'),(144410,3039,'_completed_date','2024-11-12 19:52:15'),(144411,3041,'_edit_lock','1731441037:2'),(144412,3041,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248377\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"6148cf32841d5baba267af8ede8ac58c\";}}'),(144413,3041,'_edit_last','2'),(144414,3041,'_date_completed','1731441165'),(144415,3041,'_completed_date','2024-11-12 19:52:45'),(144416,3038,'_edit_lock','1731441075:2'),(144417,3038,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248300\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"349e0e8d01439ebff166eb06ea1e3174\";}}'),(144418,3038,'_edit_last','2'),(144419,3038,'_date_completed','1731441211'),(144420,3038,'_completed_date','2024-11-12 19:53:31'),(144421,3040,'_edit_lock','1731441230:2'),(144422,3040,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248322\";s:12:\"date_shipped\";s:10:\"1731369600\";s:11:\"tracking_id\";s:32:\"eb500b59357fcde3cf18a32299bd79ae\";}}'),(144423,3040,'_edit_last','2'),(144424,3040,'_date_completed','1731441241'),(144425,3040,'_completed_date','2024-11-12 19:54:01'),(144426,3047,'_order_key','wc_order_QTnTT2tKxDuFN'),(144427,3047,'_customer_user','87'),(144428,3047,'_payment_method','paypal'),(144429,3047,'_payment_method_title','PayPal'),(144430,3047,'_customer_ip_address','75.7.15.79'),(144431,3047,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144432,3047,'_created_via','checkout'),(144433,3047,'_cart_hash','bd06f44efc681d9abbdc0fe1cbd3c156'),(144434,3047,'_download_permissions_granted','yes'),(144435,3047,'_recorded_sales','yes'),(144436,3047,'_recorded_coupon_usage_counts','yes'),(144437,3047,'_new_order_email_sent','true'),(144438,3047,'_order_stock_reduced','yes'),(144439,3047,'_billing_first_name','Wade'),(144440,3047,'_billing_last_name','Huntsman'),(144441,3047,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(144442,3047,'_billing_address_1','3421 E 21st'),(144443,3047,'_billing_city','Tulsa'),(144444,3047,'_billing_state','OK'),(144445,3047,'_billing_postcode','74114'),(144446,3047,'_billing_country','US'),(144447,3047,'_billing_email','info@liceclinicsmidsouth.com'),(144448,3047,'_billing_phone','9189783329'),(144449,3047,'_shipping_first_name','Logan'),(144450,3047,'_shipping_last_name','Futrell'),(144451,3047,'_shipping_company','Lice Clinics of America NWA'),(144452,3047,'_shipping_address_1','203 Tricha Circle Unit B'),(144453,3047,'_shipping_city','Gravette'),(144454,3047,'_shipping_state','AR'),(144455,3047,'_shipping_postcode','72736'),(144456,3047,'_shipping_country','US'),(144457,3047,'_order_currency','USD'),(144458,3047,'_cart_discount','0'),(144459,3047,'_cart_discount_tax','0'),(144460,3047,'_order_shipping','0'),(144461,3047,'_order_shipping_tax','0'),(144462,3047,'_order_tax','0'),(144463,3047,'_order_total','903.62'),(144464,3047,'_order_version','9.4.1'),(144465,3047,'_prices_include_tax','no'),(144466,3047,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(144467,3047,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(144468,3047,'is_vat_exempt','no'),(144469,3047,'_wc_order_attribution_source_type','typein'),(144470,3047,'_wc_order_attribution_utm_source','(direct)'),(144471,3047,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144472,3047,'_wc_order_attribution_session_start_time','2024-11-12 16:55:13'),(144473,3047,'_wc_order_attribution_session_pages','4'),(144474,3047,'_wc_order_attribution_session_count','4'),(144475,3047,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(144476,3047,'_wc_order_attribution_device_type','Desktop'),(144477,3047,'Payment type','instant'),(144478,3047,'_paypal_status','completed'),(144479,3047,'_transaction_id','92F127238U822573W'),(144480,3047,'PayPal Transaction Fee','32.03'),(144481,3047,'_date_paid','1731448945'),(144482,3047,'_paid_date','2024-11-12 22:02:25'),(144494,3048,'_order_key','wc_order_Z7ppIEp1ijaZf'),(144495,3048,'_customer_user','76'),(144496,3048,'_payment_method','paypal'),(144497,3048,'_payment_method_title','PayPal'),(144498,3048,'_customer_ip_address','174.196.198.243'),(144499,3048,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(144500,3048,'_created_via','checkout'),(144501,3048,'_cart_hash','8ed14a236f4ad10fd88ecf56183a31db'),(144502,3048,'_download_permissions_granted','yes'),(144503,3048,'_recorded_sales','yes'),(144504,3048,'_recorded_coupon_usage_counts','yes'),(144505,3048,'_new_order_email_sent','true'),(144506,3048,'_order_stock_reduced','yes'),(144507,3048,'_billing_first_name','Naomi'),(144508,3048,'_billing_last_name','Golden'),(144509,3048,'_billing_company','LCA'),(144510,3048,'_billing_address_1','31 Mann Ave'),(144511,3048,'_billing_city','Needham'),(144512,3048,'_billing_state','MA'),(144513,3048,'_billing_postcode','02492'),(144514,3048,'_billing_country','US'),(144515,3048,'_billing_email','nrgolden6486@gmail.com'),(144516,3048,'_billing_phone','617-851-1322'),(144517,3048,'_shipping_first_name','Naomi'),(144518,3048,'_shipping_last_name','Golden'),(144519,3048,'_shipping_company','LCA'),(144520,3048,'_shipping_address_1','1349 Centre Street'),(144521,3048,'_shipping_address_2','Facing Trowbridge'),(144522,3048,'_shipping_city','Newton'),(144523,3048,'_shipping_state','MA'),(144524,3048,'_shipping_postcode','02459'),(144525,3048,'_shipping_country','US'),(144526,3048,'_order_currency','USD'),(144527,3048,'_cart_discount','0'),(144528,3048,'_cart_discount_tax','0'),(144529,3048,'_order_shipping','0'),(144530,3048,'_order_shipping_tax','0'),(144531,3048,'_order_tax','0'),(144532,3048,'_order_total','544.48'),(144533,3048,'_order_version','9.4.1'),(144534,3048,'_prices_include_tax','no'),(144535,3048,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(144536,3048,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(144537,3048,'is_vat_exempt','no'),(144538,3048,'_wc_order_attribution_source_type','typein'),(144539,3048,'_wc_order_attribution_utm_source','(direct)'),(144540,3048,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144541,3048,'_wc_order_attribution_session_start_time','2024-10-22 12:15:46'),(144542,3048,'_wc_order_attribution_session_pages','4'),(144543,3048,'_wc_order_attribution_session_count','12'),(144544,3048,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(144545,3048,'_wc_order_attribution_device_type','Desktop'),(144546,3048,'Payment type','instant'),(144547,3048,'_paypal_status','completed'),(144548,3048,'_transaction_id','1X066072BW606720K'),(144549,3048,'PayPal Transaction Fee','19.49'),(144550,3048,'_date_paid','1731517837'),(144551,3048,'_paid_date','2024-11-13 17:10:37'),(144552,3043,'_edit_lock','1731625955:2'),(144553,3043,'_edit_last','2'),(144554,3044,'_edit_lock','1731536728:2'),(144555,3044,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248517\";s:12:\"date_shipped\";s:10:\"1731456000\";s:11:\"tracking_id\";s:32:\"dd883fb8236485e00522aded278da271\";}}'),(144556,3044,'_edit_last','2'),(144557,3044,'_date_completed','1731536723'),(144558,3044,'_completed_date','2024-11-13 22:25:23'),(144559,3042,'_edit_lock','1731536677:2'),(144560,3042,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248480\";s:12:\"date_shipped\";s:10:\"1731456000\";s:11:\"tracking_id\";s:32:\"ac02e552a3c665e41eb210b0aaef6309\";}}'),(144561,3042,'_edit_last','2'),(144562,3042,'_date_completed','1731536817'),(144563,3042,'_completed_date','2024-11-13 22:26:57'),(144564,3046,'_edit_lock','1731536714:2'),(144565,3046,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248594\";s:12:\"date_shipped\";s:10:\"1731456000\";s:11:\"tracking_id\";s:32:\"21c354c6ac380815cacec9c734248a0d\";}}'),(144566,3046,'_edit_last','2'),(144567,3046,'_date_completed','1731536851'),(144568,3046,'_completed_date','2024-11-13 22:27:31'),(144569,3047,'_edit_lock','1731536747:2'),(144570,3047,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248631\";s:12:\"date_shipped\";s:10:\"1731456000\";s:11:\"tracking_id\";s:32:\"d1300371a350211cd5b96235a67cf085\";}}'),(144571,3047,'_edit_last','2'),(144572,3047,'_date_completed','1731536881'),(144573,3047,'_completed_date','2024-11-13 22:28:01'),(144574,3048,'_edit_lock','1731536901:2'),(144575,3048,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248701\";s:12:\"date_shipped\";s:10:\"1731456000\";s:11:\"tracking_id\";s:32:\"ed585163aecd1a74dd76e91774518b20\";}}'),(144576,3048,'_edit_last','2'),(144577,3048,'_date_completed','1731537014'),(144578,3048,'_completed_date','2024-11-13 22:30:14'),(144579,3043,'Payment type','instant'),(144580,3043,'_paypal_status','completed'),(144581,3043,'_transaction_id','11G28041E3489421M'),(144582,3043,'PayPal Transaction Fee','1.05'),(144583,3043,'_date_paid','1731540623'),(144584,3043,'_paid_date','2024-11-13 23:30:23'),(144600,3050,'_order_key','wc_order_MVsmY5oFiepCk'),(144601,3050,'_customer_user','105'),(144602,3050,'_payment_method','paypal'),(144603,3050,'_payment_method_title','PayPal'),(144604,3050,'_customer_ip_address','67.177.160.177'),(144605,3050,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(144606,3050,'_created_via','checkout'),(144607,3050,'_cart_hash','443733f8606684465683630e68c42d30'),(144608,3050,'_download_permissions_granted','yes'),(144609,3050,'_recorded_sales','yes'),(144610,3050,'_recorded_coupon_usage_counts','yes'),(144611,3050,'_new_order_email_sent','true'),(144612,3050,'_order_stock_reduced','yes'),(144613,3050,'_billing_first_name','Joseph'),(144614,3050,'_billing_last_name','West'),(144615,3050,'_billing_company','MAJESTIC PEACOCK LLC'),(144616,3050,'_billing_address_1','615 Crofton Park Ln'),(144617,3050,'_billing_city','Franklin'),(144618,3050,'_billing_state','TN'),(144619,3050,'_billing_postcode','37069'),(144620,3050,'_billing_country','US'),(144621,3050,'_billing_email','info@nashville.liceclinicsofamerica.com'),(144622,3050,'_billing_phone','8042184232'),(144623,3050,'_shipping_first_name','Joseph'),(144624,3050,'_shipping_last_name','West'),(144625,3050,'_shipping_company','Lice Clinics of America'),(144626,3050,'_shipping_address_1','330 Mallory Station Rd F 17'),(144627,3050,'_shipping_city','Franklin'),(144628,3050,'_shipping_state','TN'),(144629,3050,'_shipping_postcode','37067'),(144630,3050,'_shipping_country','US'),(144631,3050,'_order_currency','USD'),(144632,3050,'_cart_discount','0'),(144633,3050,'_cart_discount_tax','0'),(144634,3050,'_order_shipping','0'),(144635,3050,'_order_shipping_tax','0'),(144636,3050,'_order_tax','0'),(144637,3050,'_order_total','510.38'),(144638,3050,'_order_version','9.4.1'),(144639,3050,'_prices_include_tax','no'),(144640,3050,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(144641,3050,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(144642,3050,'is_vat_exempt','no'),(144643,3050,'_wc_order_attribution_source_type','referral'),(144644,3050,'_wc_order_attribution_referrer','https://lcaportal.com/'),(144645,3050,'_wc_order_attribution_utm_source','lcaportal.com'),(144646,3050,'_wc_order_attribution_utm_medium','referral'),(144647,3050,'_wc_order_attribution_utm_content','/'),(144648,3050,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144649,3050,'_wc_order_attribution_session_start_time','2024-11-14 20:38:06'),(144650,3050,'_wc_order_attribution_session_pages','6'),(144651,3050,'_wc_order_attribution_session_count','1'),(144652,3050,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(144653,3050,'_wc_order_attribution_device_type','Desktop'),(144654,3050,'Payment type','instant'),(144655,3050,'_paypal_status','completed'),(144656,3050,'_transaction_id','5AC774691N9025709'),(144657,3050,'PayPal Transaction Fee','18.30'),(144658,3050,'_date_paid','1731616921'),(144659,3050,'_paid_date','2024-11-14 20:42:01'),(144660,3051,'_order_key','wc_order_i20vflJhQ5d2E'),(144661,3051,'_customer_user','6'),(144662,3051,'_payment_method','paypal'),(144663,3051,'_payment_method_title','PayPal'),(144664,3051,'_customer_ip_address','24.23.11.137'),(144665,3051,'_customer_user_agent','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'),(144666,3051,'_created_via','checkout'),(144667,3051,'_cart_hash','0ede289989887d3c62f412c59d7ab9f1'),(144668,3051,'_download_permissions_granted','yes'),(144669,3051,'_recorded_sales','yes'),(144670,3051,'_recorded_coupon_usage_counts','yes'),(144671,3051,'_new_order_email_sent','true'),(144672,3051,'_order_stock_reduced','yes'),(144673,3051,'_billing_first_name','Amira'),(144674,3051,'_billing_last_name','Purto'),(144675,3051,'_billing_address_1','2520 Chandon Circle'),(144676,3051,'_billing_city','Modesto'),(144677,3051,'_billing_state','CA'),(144678,3051,'_billing_postcode','95355'),(144679,3051,'_billing_country','US'),(144680,3051,'_billing_email','amira77@sbcglobal.net'),(144681,3051,'_billing_phone','2096422061'),(144682,3051,'_shipping_first_name','Amira'),(144683,3051,'_shipping_last_name','Purto'),(144684,3051,'_shipping_address_1','2520 Chandon Circle'),(144685,3051,'_shipping_city','Modesto'),(144686,3051,'_shipping_state','CA'),(144687,3051,'_shipping_postcode','95355'),(144688,3051,'_shipping_country','US'),(144689,3051,'_order_currency','USD'),(144690,3051,'_cart_discount','0'),(144691,3051,'_cart_discount_tax','0'),(144692,3051,'_order_shipping','0'),(144693,3051,'_order_shipping_tax','0'),(144694,3051,'_order_tax','0'),(144695,3051,'_order_total','1544.62'),(144696,3051,'_order_version','9.4.1'),(144697,3051,'_prices_include_tax','no'),(144698,3051,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(144699,3051,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(144700,3051,'is_vat_exempt','no'),(144701,3051,'_wc_order_attribution_source_type','typein'),(144702,3051,'_wc_order_attribution_utm_source','(direct)'),(144703,3051,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144704,3051,'_wc_order_attribution_session_start_time','2024-10-23 20:29:53'),(144705,3051,'_wc_order_attribution_session_pages','4'),(144706,3051,'_wc_order_attribution_session_count','3'),(144707,3051,'_wc_order_attribution_user_agent','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'),(144708,3051,'_wc_order_attribution_device_type','Desktop'),(144709,3051,'Payment type','instant'),(144710,3051,'_paypal_status','completed'),(144711,3051,'_transaction_id','6N248342FX8887826'),(144712,3051,'PayPal Transaction Fee','54.40'),(144713,3051,'_date_paid','1731625373'),(144714,3051,'_paid_date','2024-11-14 23:02:53'),(144715,3043,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992248892\";s:12:\"date_shipped\";s:10:\"1731542400\";s:11:\"tracking_id\";s:32:\"eda95fb555a28acc82df8c1d73eac097\";}}'),(144716,3043,'_date_completed','1731625951'),(144717,3043,'_completed_date','2024-11-14 23:12:31'),(144718,3052,'_order_key','wc_order_Pl899QllMYbAr'),(144719,3052,'_customer_user','60'),(144720,3052,'_payment_method','paypal'),(144721,3052,'_payment_method_title','PayPal'),(144722,3052,'_customer_ip_address','24.13.229.23'),(144723,3052,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(144724,3052,'_created_via','checkout'),(144725,3052,'_cart_hash','d04a8bec3ea851bca145d380b6b4dafc'),(144726,3052,'_download_permissions_granted','yes'),(144727,3052,'_recorded_sales','yes'),(144728,3052,'_recorded_coupon_usage_counts','yes'),(144729,3052,'_new_order_email_sent','true'),(144730,3052,'_order_stock_reduced','yes'),(144731,3052,'_billing_first_name','Jill'),(144732,3052,'_billing_last_name','Leshtz'),(144733,3052,'_billing_company','Lice clinics of America-North Shore'),(144734,3052,'_billing_address_1','1580 Lancelot Avenue'),(144735,3052,'_billing_city','Highland park'),(144736,3052,'_billing_state','IL'),(144737,3052,'_billing_postcode','60035'),(144738,3052,'_billing_country','US'),(144739,3052,'_billing_email','jleshtz@gmail.com'),(144740,3052,'_billing_phone','8473639001'),(144741,3052,'_shipping_first_name','Jill'),(144742,3052,'_shipping_last_name','Leshtz'),(144743,3052,'_shipping_company','Lice clinics of America-North Shore'),(144744,3052,'_shipping_address_1','1580 Lancelot Avenue'),(144745,3052,'_shipping_city','Highland park'),(144746,3052,'_shipping_state','IL'),(144747,3052,'_shipping_postcode','60035'),(144748,3052,'_shipping_country','US'),(144749,3052,'_order_currency','USD'),(144750,3052,'_cart_discount','0'),(144751,3052,'_cart_discount_tax','0'),(144752,3052,'_order_shipping','22.86'),(144753,3052,'_order_shipping_tax','0'),(144754,3052,'_order_tax','0'),(144755,3052,'_order_total','22.86'),(144756,3052,'_order_version','9.4.1'),(144757,3052,'_prices_include_tax','no'),(144758,3052,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(144759,3052,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(144760,3052,'is_vat_exempt','no'),(144761,3052,'_wc_order_attribution_source_type','referral'),(144762,3052,'_wc_order_attribution_referrer','https://lcaportal.com/'),(144763,3052,'_wc_order_attribution_utm_source','lcaportal.com'),(144764,3052,'_wc_order_attribution_utm_medium','referral'),(144765,3052,'_wc_order_attribution_utm_content','/'),(144766,3052,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144767,3052,'_wc_order_attribution_session_start_time','2024-11-15 21:50:45'),(144768,3052,'_wc_order_attribution_session_pages','4'),(144769,3052,'_wc_order_attribution_session_count','1'),(144770,3052,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1'),(144771,3052,'_wc_order_attribution_device_type','Mobile'),(144772,3052,'_oaw_varify_key','aef944045e6453e4b8d9'),(144773,3053,'_order_key','wc_order_OTBTYUnItehen'),(144774,3053,'_customer_user','54'),(144775,3053,'_payment_method','paypal'),(144776,3053,'_payment_method_title','PayPal'),(144777,3053,'_customer_ip_address','174.194.98.166'),(144778,3053,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(144779,3053,'_created_via','checkout'),(144780,3053,'_cart_hash','9255daeb2cec851a89b6807d897be50d'),(144781,3053,'_download_permissions_granted','yes'),(144782,3053,'_recorded_sales','yes'),(144783,3053,'_recorded_coupon_usage_counts','yes'),(144784,3053,'_new_order_email_sent','true'),(144785,3053,'_order_stock_reduced','yes'),(144786,3053,'_billing_first_name','Erin'),(144787,3053,'_billing_last_name','Hawn'),(144788,3053,'_billing_address_1','10 W Phillip Rd'),(144789,3053,'_billing_address_2','Suite 123'),(144790,3053,'_billing_city','Vernon Hills'),(144791,3053,'_billing_state','IL'),(144792,3053,'_billing_postcode','60061'),(144793,3053,'_billing_country','US'),(144794,3053,'_billing_email','info@liceclinicsvernonhills.com'),(144795,3053,'_billing_phone','8475960408'),(144796,3053,'_shipping_first_name','Erin'),(144797,3053,'_shipping_last_name','Hawn'),(144798,3053,'_shipping_address_1','1491 S Amarias Dr'),(144799,3053,'_shipping_city','Round lake'),(144800,3053,'_shipping_state','IL'),(144801,3053,'_shipping_postcode','60073'),(144802,3053,'_shipping_country','US'),(144803,3053,'_order_currency','USD'),(144804,3053,'_cart_discount','0'),(144805,3053,'_cart_discount_tax','0'),(144806,3053,'_order_shipping','0'),(144807,3053,'_order_shipping_tax','0'),(144808,3053,'_order_tax','0'),(144809,3053,'_order_total','1039.52'),(144810,3053,'_order_version','9.4.1'),(144811,3053,'_prices_include_tax','no'),(144812,3053,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(144813,3053,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(144814,3053,'is_vat_exempt','no'),(144815,3053,'_wc_order_attribution_source_type','referral'),(144816,3053,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(144817,3053,'_wc_order_attribution_utm_source','com.google.android.gm'),(144818,3053,'_wc_order_attribution_utm_medium','referral'),(144819,3053,'_wc_order_attribution_utm_content','/'),(144820,3053,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144821,3053,'_wc_order_attribution_session_start_time','2024-11-16 14:18:12'),(144822,3053,'_wc_order_attribution_session_pages','6'),(144823,3053,'_wc_order_attribution_session_count','1'),(144824,3053,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(144825,3053,'_wc_order_attribution_device_type','Mobile'),(144826,3053,'Payment type','instant'),(144827,3053,'_paypal_status','completed'),(144828,3053,'_transaction_id','2CT49080173779443'),(144829,3053,'PayPal Transaction Fee','36.77'),(144830,3053,'_date_paid','1731766978'),(144831,3053,'_paid_date','2024-11-16 14:22:58'),(144832,3054,'_order_key','wc_order_u9rAaMiosgMjg'),(144833,3054,'_customer_user','6'),(144834,3054,'_payment_method','paypal'),(144835,3054,'_payment_method_title','PayPal'),(144836,3054,'_customer_ip_address','73.48.250.118'),(144837,3054,'_customer_user_agent','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'),(144838,3054,'_created_via','checkout'),(144839,3054,'_cart_hash','fb9f3b499b63bd858dd886ce086d7de6'),(144840,3054,'_download_permissions_granted','yes'),(144841,3054,'_recorded_sales','yes'),(144842,3054,'_recorded_coupon_usage_counts','yes'),(144843,3054,'_new_order_email_sent','true'),(144844,3054,'_order_stock_reduced','yes'),(144845,3054,'_billing_first_name','Amira'),(144846,3054,'_billing_last_name','Purto'),(144847,3054,'_billing_address_1','2520 Chandon Circle'),(144848,3054,'_billing_city','Modesto'),(144849,3054,'_billing_state','CA'),(144850,3054,'_billing_postcode','95355'),(144851,3054,'_billing_country','US'),(144852,3054,'_billing_email','amira77@sbcglobal.net'),(144853,3054,'_billing_phone','2096422061'),(144854,3054,'_shipping_first_name','Amira'),(144855,3054,'_shipping_last_name','Purto'),(144856,3054,'_shipping_address_1','2520 Chandon Circle'),(144857,3054,'_shipping_city','Modesto'),(144858,3054,'_shipping_state','CA'),(144859,3054,'_shipping_postcode','95355'),(144860,3054,'_shipping_country','US'),(144861,3054,'_order_currency','USD'),(144862,3054,'_cart_discount','0'),(144863,3054,'_cart_discount_tax','0'),(144864,3054,'_order_shipping','0'),(144865,3054,'_order_shipping_tax','0'),(144866,3054,'_order_tax','0'),(144867,3054,'_order_total','1522.22'),(144868,3054,'_order_version','9.4.1'),(144869,3054,'_prices_include_tax','no'),(144870,3054,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(144871,3054,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(144872,3054,'is_vat_exempt','no'),(144873,3054,'_wc_order_attribution_source_type','typein'),(144874,3054,'_wc_order_attribution_utm_source','(direct)'),(144875,3054,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144876,3054,'_wc_order_attribution_session_start_time','2024-10-23 20:29:53'),(144877,3054,'_wc_order_attribution_session_pages','6'),(144878,3054,'_wc_order_attribution_session_count','4'),(144879,3054,'_wc_order_attribution_user_agent','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'),(144880,3054,'_wc_order_attribution_device_type','Desktop'),(144881,3054,'Payment type','instant'),(144882,3054,'_paypal_status','completed'),(144883,3054,'_transaction_id','3HG09280DN736373V'),(144884,3054,'PayPal Transaction Fee','53.62'),(144885,3054,'_date_paid','1731896756'),(144886,3054,'_paid_date','2024-11-18 02:25:56'),(144887,3051,'_edit_lock','1731936081:2'),(144888,3051,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249432\";s:12:\"date_shipped\";s:10:\"1731888000\";s:11:\"tracking_id\";s:32:\"12cdcfb613a9cb0ff327655cb2ed09aa\";}}'),(144889,3051,'_edit_last','2'),(144890,3051,'_date_completed','1731936214'),(144891,3051,'_completed_date','2024-11-18 13:23:34'),(144892,3055,'_order_key','wc_order_foE358YrNa9fF'),(144893,3055,'_customer_user','50'),(144894,3055,'_payment_method','paypal'),(144895,3055,'_payment_method_title','PayPal'),(144896,3055,'_customer_ip_address','24.62.247.50'),(144897,3055,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(144898,3055,'_created_via','checkout'),(144899,3055,'_cart_hash','bc560df25ac1ad362b3d2cc2a826d6de'),(144900,3055,'_download_permissions_granted','yes'),(144901,3055,'_recorded_sales','yes'),(144902,3055,'_recorded_coupon_usage_counts','yes'),(144903,3055,'_new_order_email_sent','true'),(144904,3055,'_order_stock_reduced','yes'),(144905,3055,'_billing_first_name','Christine'),(144906,3055,'_billing_last_name','Cherry'),(144907,3055,'_billing_company','NITS END'),(144908,3055,'_billing_address_1','PO BOX 1092'),(144909,3055,'_billing_city','Campton'),(144910,3055,'_billing_state','NH'),(144911,3055,'_billing_postcode','03223'),(144912,3055,'_billing_country','US'),(144913,3055,'_billing_email','info@liceclinicsplaistow.com'),(144914,3055,'_billing_phone','16034983390'),(144915,3055,'_shipping_first_name','Megan'),(144916,3055,'_shipping_last_name','O\'Neil'),(144917,3055,'_shipping_company','LCA - Nits End / 149091'),(144918,3055,'_shipping_address_1','22 Main St'),(144919,3055,'_shipping_city','Atkinson'),(144920,3055,'_shipping_state','NH'),(144921,3055,'_shipping_postcode','03811'),(144922,3055,'_shipping_country','US'),(144923,3055,'_order_currency','USD'),(144924,3055,'_cart_discount','0'),(144925,3055,'_cart_discount_tax','0'),(144926,3055,'_order_shipping','0'),(144927,3055,'_order_shipping_tax','0'),(144928,3055,'_order_tax','0'),(144929,3055,'_order_total','1082.34'),(144930,3055,'_order_version','9.4.1'),(144931,3055,'_prices_include_tax','no'),(144932,3055,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(144933,3055,'_shipping_address_index','Megan O\'Neil LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(144934,3055,'is_vat_exempt','no'),(144935,3055,'_wc_order_attribution_source_type','referral'),(144936,3055,'_wc_order_attribution_referrer','https://lcaportal.com/'),(144937,3055,'_wc_order_attribution_utm_source','lcaportal.com'),(144938,3055,'_wc_order_attribution_utm_medium','referral'),(144939,3055,'_wc_order_attribution_utm_content','/'),(144940,3055,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(144941,3055,'_wc_order_attribution_session_start_time','2024-11-18 13:32:50'),(144942,3055,'_wc_order_attribution_session_pages','7'),(144943,3055,'_wc_order_attribution_session_count','5'),(144944,3055,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(144945,3055,'_wc_order_attribution_device_type','Desktop'),(144946,3055,'Payment type','instant'),(144947,3055,'_paypal_status','completed'),(144948,3055,'_transaction_id','1DM82328E72794433'),(144949,3055,'PayPal Transaction Fee','38.26'),(144950,3055,'_date_paid','1731937902'),(144951,3055,'_paid_date','2024-11-18 13:51:42'),(144952,3052,'_edit_lock','1731981551:2'),(144953,3052,'_edit_last','2'),(144954,3052,'Payment type','instant'),(144955,3052,'_paypal_status','completed'),(144956,3052,'_transaction_id','5TT14662R9437825W'),(144957,3052,'PayPal Transaction Fee','1.29'),(144958,3052,'_date_paid','1731962438'),(144959,3052,'_paid_date','2024-11-18 20:40:38'),(144960,3053,'_edit_lock','1731981138:2'),(144961,3053,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249650\";s:12:\"date_shipped\";s:10:\"1731974400\";s:11:\"tracking_id\";s:32:\"5547cf3a988278108501b11eeb41a6d6\";}}'),(144962,3053,'_edit_last','2'),(144963,3053,'_date_completed','1731981263'),(144964,3053,'_completed_date','2024-11-19 01:54:23'),(144965,3054,'_edit_lock','1731981284:2'),(144966,3054,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249822\";s:12:\"date_shipped\";s:10:\"1731974400\";s:11:\"tracking_id\";s:32:\"3958ef0190fc65a992b0dc9188c5c188\";}}'),(144967,3054,'_edit_last','2'),(144968,3054,'_date_completed','1731981397'),(144969,3054,'_completed_date','2024-11-19 01:56:37'),(144970,3055,'_edit_lock','1731981505:2'),(144971,3055,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249866\";s:12:\"date_shipped\";s:10:\"1731974400\";s:11:\"tracking_id\";s:32:\"36e44f687a6ef1afef67905a201923b7\";}}'),(144972,3055,'_edit_last','2'),(144973,3055,'_date_completed','1731981501'),(144974,3055,'_completed_date','2024-11-19 01:58:21'),(144975,3052,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250138\";s:12:\"date_shipped\";s:10:\"1731974400\";s:11:\"tracking_id\";s:32:\"b5774f08d00ff79a6557fe2cf760f5d9\";}}'),(144976,3052,'_date_completed','1731981537'),(144977,3052,'_completed_date','2024-11-19 01:58:57'),(144989,3056,'_order_key','wc_order_i7uJRS2grVHqc'),(144990,3056,'_customer_user','21'),(144991,3056,'_payment_method','paypal'),(144992,3056,'_payment_method_title','PayPal'),(144993,3056,'_customer_ip_address','50.27.165.19'),(144994,3056,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Avast/130.0.0.0'),(144995,3056,'_created_via','checkout'),(144996,3056,'_cart_hash','63fbd69c121da32099d58257ecfe7566'),(144997,3056,'_download_permissions_granted','yes'),(144998,3056,'_recorded_sales','yes'),(144999,3056,'_recorded_coupon_usage_counts','yes'),(145000,3056,'_new_order_email_sent','true'),(145001,3056,'_order_stock_reduced','yes'),(145002,3056,'_billing_first_name','LCA'),(145003,3056,'_billing_last_name','Arkansas'),(145004,3056,'_billing_company','LCA - Central Arkansas'),(145005,3056,'_billing_address_1','1011 N. 2nd St., Ste. D'),(145006,3056,'_billing_city','Cabot'),(145007,3056,'_billing_state','AR'),(145008,3056,'_billing_postcode','72023'),(145009,3056,'_billing_country','US'),(145010,3056,'_billing_email','liceclinicslittlerock@gmail.com'),(145011,3056,'_billing_phone','15014249396'),(145012,3056,'_shipping_first_name','LCA'),(145013,3056,'_shipping_last_name','Arkansas'),(145014,3056,'_shipping_company','LCA - Central Arkansas'),(145015,3056,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(145016,3056,'_shipping_city','Cabot'),(145017,3056,'_shipping_state','AR'),(145018,3056,'_shipping_postcode','72023'),(145019,3056,'_shipping_country','US'),(145020,3056,'_order_currency','USD'),(145021,3056,'_cart_discount','0'),(145022,3056,'_cart_discount_tax','0'),(145023,3056,'_order_shipping','0'),(145024,3056,'_order_shipping_tax','0'),(145025,3056,'_order_tax','0'),(145026,3056,'_order_total','684.32'),(145027,3056,'_order_version','9.4.2'),(145028,3056,'_prices_include_tax','no'),(145029,3056,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(145030,3056,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(145031,3056,'is_vat_exempt','no'),(145032,3056,'_wc_order_attribution_source_type','referral'),(145033,3056,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145034,3056,'_wc_order_attribution_utm_source','lcaportal.com'),(145035,3056,'_wc_order_attribution_utm_medium','referral'),(145036,3056,'_wc_order_attribution_utm_content','/'),(145037,3056,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145038,3056,'_wc_order_attribution_session_start_time','2024-11-19 16:20:59'),(145039,3056,'_wc_order_attribution_session_pages','6'),(145040,3056,'_wc_order_attribution_session_count','1'),(145041,3056,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Avast/130.0.0.0'),(145042,3056,'_wc_order_attribution_device_type','Desktop'),(145043,3056,'Payment type','instant'),(145044,3056,'_paypal_status','completed'),(145045,3056,'_transaction_id','6XJ499487C2878303'),(145046,3056,'PayPal Transaction Fee','24.37'),(145047,3056,'_date_paid','1732033789'),(145048,3056,'_paid_date','2024-11-19 16:29:49'),(145049,3050,'_edit_lock','1732043534:2'),(145050,3050,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249260\";s:12:\"date_shipped\";s:10:\"1731974400\";s:11:\"tracking_id\";s:32:\"1d0e0755a2a81fc460ad8cfca3ab3900\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992249259\";s:12:\"date_shipped\";i:1732043624;s:11:\"tracking_id\";s:32:\"fcea3f093dce92b7d3eeacbc1a4e35e9\";}}'),(145051,3050,'_edit_last','2'),(145052,3050,'_date_completed','1732043628'),(145053,3050,'_completed_date','2024-11-19 19:13:48'),(145054,3056,'_edit_lock','1732115952:2'),(145055,3056,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250377\";s:12:\"date_shipped\";s:10:\"1732060800\";s:11:\"tracking_id\";s:32:\"eefe644791112fd1161704959fc1ffa5\";}}'),(145056,3056,'_edit_last','2'),(145057,3056,'_date_completed','1732115948'),(145058,3056,'_completed_date','2024-11-20 15:19:08'),(145059,3057,'_order_key','wc_order_uohrD6YvhsMzm'),(145060,3057,'_customer_user','3'),(145061,3057,'_payment_method','paypal'),(145062,3057,'_payment_method_title','PayPal'),(145063,3057,'_customer_ip_address','99.22.146.124'),(145064,3057,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145065,3057,'_created_via','checkout'),(145066,3057,'_cart_hash','4b1e29f0cf10bd5c3c3a3d90036e3ebf'),(145067,3057,'_download_permissions_granted','yes'),(145068,3057,'_recorded_sales','yes'),(145069,3057,'_recorded_coupon_usage_counts','yes'),(145070,3057,'_new_order_email_sent','true'),(145071,3057,'_order_stock_reduced','yes'),(145072,3057,'_billing_first_name','amanda'),(145073,3057,'_billing_last_name','westerman'),(145074,3057,'_billing_company','Lice Clinics of America McKinney'),(145075,3057,'_billing_address_1','3120 Hudson Crossing'),(145076,3057,'_billing_address_2','Suite A2'),(145077,3057,'_billing_city','MCKINNEY'),(145078,3057,'_billing_state','TX'),(145079,3057,'_billing_postcode','75070'),(145080,3057,'_billing_country','US'),(145081,3057,'_billing_email','awesterman1103@gmail.com'),(145082,3057,'_billing_phone','12144175741'),(145083,3057,'_shipping_first_name','Lice'),(145084,3057,'_shipping_last_name','Addison'),(145085,3057,'_shipping_company','Lice Clinics of America'),(145086,3057,'_shipping_address_1','4002 BELT LINE RD'),(145087,3057,'_shipping_address_2','STE 140'),(145088,3057,'_shipping_city','MCKINNEY'),(145089,3057,'_shipping_state','TX'),(145090,3057,'_shipping_postcode','75070'),(145091,3057,'_shipping_country','US'),(145092,3057,'_order_currency','USD'),(145093,3057,'_cart_discount','0'),(145094,3057,'_cart_discount_tax','0'),(145095,3057,'_order_shipping','0'),(145096,3057,'_order_shipping_tax','0'),(145097,3057,'_order_tax','0'),(145098,3057,'_order_total','817.02'),(145099,3057,'_order_version','9.4.2'),(145100,3057,'_prices_include_tax','no'),(145101,3057,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(145102,3057,'_shipping_address_index','Lice Addison Lice Clinics of America 4002 BELT LINE RD STE 140 MCKINNEY TX 75070 US '),(145103,3057,'is_vat_exempt','no'),(145104,3057,'_wc_order_attribution_source_type','referral'),(145105,3057,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(145106,3057,'_wc_order_attribution_utm_source','lcaportal.com'),(145107,3057,'_wc_order_attribution_utm_medium','referral'),(145108,3057,'_wc_order_attribution_utm_content','/'),(145109,3057,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145110,3057,'_wc_order_attribution_session_start_time','2024-11-20 15:26:39'),(145111,3057,'_wc_order_attribution_session_pages','4'),(145112,3057,'_wc_order_attribution_session_count','8'),(145113,3057,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145114,3057,'_wc_order_attribution_device_type','Desktop'),(145115,3057,'Payment type','instant'),(145116,3057,'_paypal_status','completed'),(145117,3057,'_transaction_id','23B50681WK5114414'),(145118,3057,'PayPal Transaction Fee','29.00'),(145119,3057,'_date_paid','1732116729'),(145120,3057,'_paid_date','2024-11-20 15:32:09'),(145121,3058,'_order_key','wc_order_byNSNvGUmET6U'),(145122,3058,'_customer_user','3'),(145123,3058,'_payment_method','paypal'),(145124,3058,'_payment_method_title','PayPal'),(145125,3058,'_customer_ip_address','99.22.146.124'),(145126,3058,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145127,3058,'_created_via','checkout'),(145128,3058,'_cart_hash','a2a95926291991b4197636230f0ec71e'),(145129,3058,'_download_permissions_granted','yes'),(145130,3058,'_recorded_sales','yes'),(145131,3058,'_recorded_coupon_usage_counts','yes'),(145132,3058,'_new_order_email_sent','true'),(145133,3058,'_order_stock_reduced','yes'),(145134,3058,'_billing_first_name','amanda'),(145135,3058,'_billing_last_name','westerman'),(145136,3058,'_billing_company','Lice Clinics of America McKinney'),(145137,3058,'_billing_address_1','3120 Hudson Crossing'),(145138,3058,'_billing_address_2','Suite A2'),(145139,3058,'_billing_city','MCKINNEY'),(145140,3058,'_billing_state','TX'),(145141,3058,'_billing_postcode','75070'),(145142,3058,'_billing_country','US'),(145143,3058,'_billing_email','awesterman1103@gmail.com'),(145144,3058,'_billing_phone','12144175741'),(145145,3058,'_shipping_first_name','amanda'),(145146,3058,'_shipping_last_name','westerman'),(145147,3058,'_shipping_company','Lice Clinics of America McKinney'),(145148,3058,'_shipping_address_1','3120 Hudson Crossing'),(145149,3058,'_shipping_address_2','Suite A2'),(145150,3058,'_shipping_city','MCKINNEY'),(145151,3058,'_shipping_state','TX'),(145152,3058,'_shipping_postcode','75070'),(145153,3058,'_shipping_country','US'),(145154,3058,'_order_currency','USD'),(145155,3058,'_cart_discount','0'),(145156,3058,'_cart_discount_tax','0'),(145157,3058,'_order_shipping','0'),(145158,3058,'_order_shipping_tax','0'),(145159,3058,'_order_tax','0'),(145160,3058,'_order_total','712.08'),(145161,3058,'_order_version','9.4.2'),(145162,3058,'_prices_include_tax','no'),(145163,3058,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(145164,3058,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(145165,3058,'is_vat_exempt','no'),(145166,3058,'_wc_order_attribution_source_type','referral'),(145167,3058,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(145168,3058,'_wc_order_attribution_utm_source','lcaportal.com'),(145169,3058,'_wc_order_attribution_utm_medium','referral'),(145170,3058,'_wc_order_attribution_utm_content','/'),(145171,3058,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145172,3058,'_wc_order_attribution_session_start_time','2024-11-20 15:26:39'),(145173,3058,'_wc_order_attribution_session_pages','13'),(145174,3058,'_wc_order_attribution_session_count','8'),(145175,3058,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145176,3058,'_wc_order_attribution_device_type','Desktop'),(145177,3058,'Payment type','instant'),(145178,3058,'_paypal_status','completed'),(145179,3058,'_transaction_id','05F33843MF0903528'),(145180,3058,'PayPal Transaction Fee','25.34'),(145181,3058,'_date_paid','1732116901'),(145182,3058,'_paid_date','2024-11-20 15:35:01'),(145183,3059,'_order_key','wc_order_MKzu8ank4ZvEA'),(145184,3059,'_customer_user','98'),(145185,3059,'_payment_method','paypal'),(145186,3059,'_payment_method_title','PayPal'),(145187,3059,'_customer_ip_address','24.62.247.50'),(145188,3059,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(145189,3059,'_created_via','checkout'),(145190,3059,'_cart_hash','9a088c70f7ddee44450de540a1532159'),(145191,3059,'_download_permissions_granted','yes'),(145192,3059,'_recorded_sales','yes'),(145193,3059,'_recorded_coupon_usage_counts','yes'),(145194,3059,'_new_order_email_sent','true'),(145195,3059,'_order_stock_reduced','yes'),(145196,3059,'_billing_first_name','Christine'),(145197,3059,'_billing_last_name','Cherry'),(145198,3059,'_billing_company','NITS END'),(145199,3059,'_billing_address_1','PO BOX 1092'),(145200,3059,'_billing_city','Campton'),(145201,3059,'_billing_state','NH'),(145202,3059,'_billing_postcode','03223'),(145203,3059,'_billing_country','US'),(145204,3059,'_billing_email','christine@liceclinicscolumbus.com'),(145205,3059,'_billing_phone','16034983390'),(145206,3059,'_shipping_first_name','Erica'),(145207,3059,'_shipping_last_name','Froggatt'),(145208,3059,'_shipping_company','LCA'),(145209,3059,'_shipping_address_1','5910 Wilcox Pl'),(145210,3059,'_shipping_address_2','suite E'),(145211,3059,'_shipping_city','Dublin'),(145212,3059,'_shipping_state','OH'),(145213,3059,'_shipping_postcode','43016'),(145214,3059,'_shipping_country','US'),(145215,3059,'_order_currency','USD'),(145216,3059,'_cart_discount','0'),(145217,3059,'_cart_discount_tax','0'),(145218,3059,'_order_shipping','0'),(145219,3059,'_order_shipping_tax','0'),(145220,3059,'_order_tax','0'),(145221,3059,'_order_total','1841.92'),(145222,3059,'_order_version','9.4.2'),(145223,3059,'_prices_include_tax','no'),(145224,3059,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(145225,3059,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(145226,3059,'is_vat_exempt','no'),(145227,3059,'_wc_order_attribution_source_type','referral'),(145228,3059,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145229,3059,'_wc_order_attribution_utm_source','lcaportal.com'),(145230,3059,'_wc_order_attribution_utm_medium','referral'),(145231,3059,'_wc_order_attribution_utm_content','/'),(145232,3059,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145233,3059,'_wc_order_attribution_session_start_time','2024-11-20 16:07:00'),(145234,3059,'_wc_order_attribution_session_pages','9'),(145235,3059,'_wc_order_attribution_session_count','6'),(145236,3059,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(145237,3059,'_wc_order_attribution_device_type','Desktop'),(145238,3059,'Payment type','instant'),(145239,3059,'_paypal_status','completed'),(145240,3059,'_transaction_id','52X95081FR5115749'),(145241,3059,'PayPal Transaction Fee','64.77'),(145242,3059,'_date_paid','1732120096'),(145243,3059,'_paid_date','2024-11-20 16:28:16'),(145244,3060,'_order_key','wc_order_FqdgRRozV5REs'),(145245,3060,'_customer_user','96'),(145246,3060,'_payment_method','paypal'),(145247,3060,'_payment_method_title','PayPal'),(145248,3060,'_customer_ip_address','166.181.82.205'),(145249,3060,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(145250,3060,'_created_via','checkout'),(145251,3060,'_cart_hash','fdc9c81559828425fb97cb9fffeeb73e'),(145252,3060,'_download_permissions_granted','yes'),(145253,3060,'_recorded_sales','yes'),(145254,3060,'_recorded_coupon_usage_counts','yes'),(145255,3060,'_new_order_email_sent','true'),(145256,3060,'_order_stock_reduced','yes'),(145257,3060,'_billing_first_name','Jaimi'),(145258,3060,'_billing_last_name','Anderson'),(145259,3060,'_billing_company','Lice Clinics of America - Des Moines'),(145260,3060,'_billing_address_1','1139 Burlington Ter'),(145261,3060,'_billing_city','Des Moines'),(145262,3060,'_billing_state','IA'),(145263,3060,'_billing_postcode','50314'),(145264,3060,'_billing_country','US'),(145265,3060,'_billing_email','j.m.licesolutions@gmail.com'),(145266,3060,'_billing_phone','515-971-0667'),(145267,3060,'_shipping_first_name','Jaimi'),(145268,3060,'_shipping_last_name','Anderson'),(145269,3060,'_shipping_company','Lice Clinics of America - Des Moines'),(145270,3060,'_shipping_address_1','6900 University Ave.'),(145271,3060,'_shipping_address_2','Ste 120'),(145272,3060,'_shipping_city','Windsor Heights'),(145273,3060,'_shipping_state','IA'),(145274,3060,'_shipping_postcode','50324'),(145275,3060,'_shipping_country','US'),(145276,3060,'_order_currency','USD'),(145277,3060,'_cart_discount','0'),(145278,3060,'_cart_discount_tax','0'),(145279,3060,'_order_shipping','0'),(145280,3060,'_order_shipping_tax','0'),(145281,3060,'_order_tax','0'),(145282,3060,'_order_total','688.75'),(145283,3060,'_order_version','9.4.2'),(145284,3060,'_prices_include_tax','no'),(145285,3060,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 515-971-0667'),(145286,3060,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(145287,3060,'is_vat_exempt','no'),(145288,3060,'_wc_order_attribution_source_type','referral'),(145289,3060,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(145290,3060,'_wc_order_attribution_utm_source','lcaportal.com'),(145291,3060,'_wc_order_attribution_utm_medium','referral'),(145292,3060,'_wc_order_attribution_utm_content','/'),(145293,3060,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145294,3060,'_wc_order_attribution_session_start_time','2024-11-19 23:07:13'),(145295,3060,'_wc_order_attribution_session_pages','6'),(145296,3060,'_wc_order_attribution_session_count','2'),(145297,3060,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0'),(145298,3060,'_wc_order_attribution_device_type','Desktop'),(145299,3060,'Payment type','instant'),(145300,3060,'_paypal_status','completed'),(145301,3060,'_transaction_id','54Y27135T1686712X'),(145302,3060,'PayPal Transaction Fee','24.53'),(145303,3060,'_date_paid','1732129673'),(145304,3060,'_paid_date','2024-11-20 19:07:53'),(145305,3061,'_order_key','wc_order_3NqhTYzZIetiE'),(145306,3061,'_customer_user','4'),(145307,3061,'_payment_method','paypal'),(145308,3061,'_payment_method_title','PayPal'),(145309,3061,'_customer_ip_address','73.20.28.23'),(145310,3061,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145311,3061,'_created_via','checkout'),(145312,3061,'_cart_hash','20c0b5aa81fc09271f9c4cf8aad5649b'),(145313,3061,'_download_permissions_granted','no'),(145314,3061,'_recorded_sales','no'),(145315,3061,'_recorded_coupon_usage_counts','no'),(145316,3061,'_new_order_email_sent','false'),(145317,3061,'_order_stock_reduced','no'),(145318,3061,'_billing_first_name','David'),(145319,3061,'_billing_last_name','Washburn'),(145320,3061,'_billing_company','Larada Sciences (LCA)'),(145321,3061,'_billing_address_1','4873 South State St.'),(145322,3061,'_billing_city','Murray'),(145323,3061,'_billing_state','UT'),(145324,3061,'_billing_postcode','84107'),(145325,3061,'_billing_country','US'),(145326,3061,'_billing_email','courtney@liceclinicsutah.com'),(145327,3061,'_billing_phone','8019197428'),(145328,3061,'_shipping_first_name','David'),(145329,3061,'_shipping_last_name','Washburn'),(145330,3061,'_shipping_company','Larada Sciences (LCA)'),(145331,3061,'_shipping_address_1','4873 South State St.'),(145332,3061,'_shipping_city','Murray'),(145333,3061,'_shipping_state','UT'),(145334,3061,'_shipping_postcode','84107'),(145335,3061,'_shipping_country','US'),(145336,3061,'_order_currency','USD'),(145337,3061,'_cart_discount','0'),(145338,3061,'_cart_discount_tax','0'),(145339,3061,'_order_shipping','0'),(145340,3061,'_order_shipping_tax','0'),(145341,3061,'_order_tax','0'),(145342,3061,'_order_total','772.68'),(145343,3061,'_order_version','9.4.2'),(145344,3061,'_prices_include_tax','no'),(145345,3061,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US courtney@liceclinicsutah.com 8019197428'),(145346,3061,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(145347,3061,'is_vat_exempt','no'),(145348,3061,'_wc_order_attribution_source_type','typein'),(145349,3061,'_wc_order_attribution_utm_source','(direct)'),(145350,3061,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(145351,3061,'_wc_order_attribution_session_start_time','2024-11-20 22:22:50'),(145352,3061,'_wc_order_attribution_session_pages','6'),(145353,3061,'_wc_order_attribution_session_count','1'),(145354,3061,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145355,3061,'_wc_order_attribution_device_type','Desktop'),(145356,3061,'_oaw_varify_key','9a05171dfc50b094fd18'),(145357,3062,'_order_key','wc_order_GmtsKdbOYKnel'),(145358,3062,'_customer_user','39'),(145359,3062,'_payment_method','paypal'),(145360,3062,'_payment_method_title','PayPal'),(145361,3062,'_customer_ip_address','166.181.86.19'),(145362,3062,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36'),(145363,3062,'_created_via','checkout'),(145364,3062,'_cart_hash','c16e1b1256f13271ca8e90adab61ae83'),(145365,3062,'_download_permissions_granted','yes'),(145366,3062,'_recorded_sales','yes'),(145367,3062,'_recorded_coupon_usage_counts','yes'),(145368,3062,'_new_order_email_sent','true'),(145369,3062,'_order_stock_reduced','yes'),(145370,3062,'_billing_first_name','Patty'),(145371,3062,'_billing_last_name','Ziegler'),(145372,3062,'_billing_address_1','3090 Saddle Brook Tr'),(145373,3062,'_billing_city','Sun Prairie'),(145374,3062,'_billing_state','WI'),(145375,3062,'_billing_postcode','53590'),(145376,3062,'_billing_country','US'),(145377,3062,'_billing_email','liceremovalwisconsin@gmail.com'),(145378,3062,'_billing_phone','6088258255'),(145379,3062,'_shipping_first_name','Patty'),(145380,3062,'_shipping_last_name','Ziegler'),(145381,3062,'_shipping_address_1','3090 Saddle Brook Tr'),(145382,3062,'_shipping_city','Sun Prairie'),(145383,3062,'_shipping_state','WI'),(145384,3062,'_shipping_postcode','53590'),(145385,3062,'_shipping_country','US'),(145386,3062,'_order_currency','USD'),(145387,3062,'_cart_discount','0'),(145388,3062,'_cart_discount_tax','0'),(145389,3062,'_order_shipping','0'),(145390,3062,'_order_shipping_tax','0'),(145391,3062,'_order_tax','0'),(145392,3062,'_order_total','832.08'),(145393,3062,'_order_version','9.4.2'),(145394,3062,'_prices_include_tax','no'),(145395,3062,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(145396,3062,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(145397,3062,'is_vat_exempt','no'),(145398,3062,'_wc_order_attribution_source_type','referral'),(145399,3062,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145400,3062,'_wc_order_attribution_utm_source','lcaportal.com'),(145401,3062,'_wc_order_attribution_utm_medium','referral'),(145402,3062,'_wc_order_attribution_utm_content','/'),(145403,3062,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145404,3062,'_wc_order_attribution_session_start_time','2024-11-20 23:08:22'),(145405,3062,'_wc_order_attribution_session_pages','5'),(145406,3062,'_wc_order_attribution_session_count','1'),(145407,3062,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36'),(145408,3062,'_wc_order_attribution_device_type','Mobile'),(145409,3062,'Payment type','instant'),(145410,3062,'_paypal_status','completed'),(145411,3062,'_transaction_id','7EN60845VE9721916'),(145412,3062,'PayPal Transaction Fee','29.53'),(145413,3062,'_date_paid','1732144450'),(145414,3062,'_paid_date','2024-11-20 23:14:10'),(145415,3061,'_edit_lock','1732145363:2'),(145416,3061,'_edit_last','2'),(145417,3057,'_edit_lock','1732145992:2'),(145418,3057,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250594\";s:12:\"date_shipped\";s:10:\"1732060800\";s:11:\"tracking_id\";s:32:\"57321b299e05c68648f2f3b0f597b328\";}}'),(145419,3057,'_edit_last','2'),(145420,3057,'_date_completed','1732145987'),(145421,3057,'_completed_date','2024-11-20 23:39:47'),(145422,3058,'_edit_lock','1732231292:2'),(145423,3058,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250620\";s:12:\"date_shipped\";s:10:\"1732060800\";s:11:\"tracking_id\";s:32:\"2988ccb12ea9768fb62a00f712c7c1ec\";}}'),(145424,3059,'_edit_lock','1732146016:2'),(145425,3059,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250642\";s:12:\"date_shipped\";s:10:\"1732060800\";s:11:\"tracking_id\";s:32:\"8121aa0777e6d8123881eff5fe4358dd\";}}'),(145426,3059,'_edit_last','2'),(145427,3059,'_date_completed','1732146054'),(145428,3059,'_completed_date','2024-11-20 23:40:54'),(145440,3064,'_order_key','wc_order_jj6WuUU2sfxvK'),(145441,3064,'_customer_user','67'),(145442,3064,'_payment_method','paypal'),(145443,3064,'_payment_method_title','PayPal'),(145444,3064,'_customer_ip_address','67.251.108.158'),(145445,3064,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145446,3064,'_created_via','checkout'),(145447,3064,'_cart_hash','acfde8db9db62d151607eb1436d11eb1'),(145448,3064,'_download_permissions_granted','yes'),(145449,3064,'_recorded_sales','yes'),(145450,3064,'_recorded_coupon_usage_counts','yes'),(145451,3064,'_new_order_email_sent','true'),(145452,3064,'_order_stock_reduced','yes'),(145453,3064,'_billing_first_name','Marnie'),(145454,3064,'_billing_last_name','Murray'),(145455,3064,'_billing_company','Naughty Nits'),(145456,3064,'_billing_address_1','2809 Wehrle Drive'),(145457,3064,'_billing_address_2','Suite 10'),(145458,3064,'_billing_city','Williamsville'),(145459,3064,'_billing_state','NY'),(145460,3064,'_billing_postcode','14221'),(145461,3064,'_billing_country','US'),(145462,3064,'_billing_email','liceclinicsupstateny@gmail.com'),(145463,3064,'_billing_phone','7166265423'),(145464,3064,'_shipping_first_name','Marnie'),(145465,3064,'_shipping_last_name','Murray'),(145466,3064,'_shipping_company','LCA Buffalo'),(145467,3064,'_shipping_address_1','2809 Wehrle Drive'),(145468,3064,'_shipping_address_2','Suite 10'),(145469,3064,'_shipping_city','Williamsville'),(145470,3064,'_shipping_state','NY'),(145471,3064,'_shipping_postcode','14221'),(145472,3064,'_shipping_country','US'),(145473,3064,'_order_currency','USD'),(145474,3064,'_cart_discount','0'),(145475,3064,'_cart_discount_tax','0'),(145476,3064,'_order_shipping','0'),(145477,3064,'_order_shipping_tax','0'),(145478,3064,'_order_tax','0'),(145479,3064,'_order_total','2906.29'),(145480,3064,'_order_version','9.4.2'),(145481,3064,'_prices_include_tax','no'),(145482,3064,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(145483,3064,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(145484,3064,'is_vat_exempt','no'),(145485,3064,'_wc_order_attribution_source_type','referral'),(145486,3064,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145487,3064,'_wc_order_attribution_utm_source','lcaportal.com'),(145488,3064,'_wc_order_attribution_utm_medium','referral'),(145489,3064,'_wc_order_attribution_utm_content','/'),(145490,3064,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145491,3064,'_wc_order_attribution_session_start_time','2024-11-19 15:01:13'),(145492,3064,'_wc_order_attribution_session_pages','7'),(145493,3064,'_wc_order_attribution_session_count','8'),(145494,3064,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(145495,3064,'_wc_order_attribution_device_type','Desktop'),(145496,3064,'Payment type','instant'),(145497,3064,'_paypal_status','completed'),(145498,3064,'_transaction_id','60173590H21175207'),(145499,3064,'PayPal Transaction Fee','101.92'),(145500,3064,'_date_paid','1732204227'),(145501,3064,'_paid_date','2024-11-21 15:50:27'),(145502,3065,'_order_key','wc_order_vYMQ6wWKjkFab'),(145503,3065,'_customer_user','4'),(145504,3065,'_payment_method','paypal'),(145505,3065,'_payment_method_title','PayPal'),(145506,3065,'_customer_ip_address','73.20.28.23'),(145507,3065,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145508,3065,'_created_via','checkout'),(145509,3065,'_cart_hash','2f786bc9af09322c72be9b625b5fbf27'),(145510,3065,'_download_permissions_granted','yes'),(145511,3065,'_recorded_sales','yes'),(145512,3065,'_recorded_coupon_usage_counts','yes'),(145513,3065,'_new_order_email_sent','true'),(145514,3065,'_order_stock_reduced','yes'),(145515,3065,'_billing_first_name','David'),(145516,3065,'_billing_last_name','Washburn'),(145517,3065,'_billing_company','Larada Sciences (LCA)'),(145518,3065,'_billing_address_1','4873 South State St.'),(145519,3065,'_billing_city','Murray'),(145520,3065,'_billing_state','UT'),(145521,3065,'_billing_postcode','84107'),(145522,3065,'_billing_country','US'),(145523,3065,'_billing_email','david@laradasciences.com'),(145524,3065,'_billing_phone','8019197428'),(145525,3065,'_shipping_first_name','David'),(145526,3065,'_shipping_last_name','Washburn'),(145527,3065,'_shipping_company','Larada Sciences (LCA)'),(145528,3065,'_shipping_address_1','4873 South State St.'),(145529,3065,'_shipping_city','Murray'),(145530,3065,'_shipping_state','UT'),(145531,3065,'_shipping_postcode','84107'),(145532,3065,'_shipping_country','US'),(145533,3065,'_order_currency','USD'),(145534,3065,'_cart_discount','0'),(145535,3065,'_cart_discount_tax','0'),(145536,3065,'_order_shipping','0'),(145537,3065,'_order_shipping_tax','0'),(145538,3065,'_order_tax','0'),(145539,3065,'_order_total','839.16'),(145540,3065,'_order_version','9.4.2'),(145541,3065,'_prices_include_tax','no'),(145542,3065,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(145543,3065,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(145544,3065,'is_vat_exempt','no'),(145545,3065,'_wc_order_attribution_source_type','referral'),(145546,3065,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(145547,3065,'_wc_order_attribution_utm_source','lcaportal.com'),(145548,3065,'_wc_order_attribution_utm_medium','referral'),(145549,3065,'_wc_order_attribution_utm_content','/'),(145550,3065,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145551,3065,'_wc_order_attribution_session_start_time','2024-11-21 18:09:48'),(145552,3065,'_wc_order_attribution_session_pages','22'),(145553,3065,'_wc_order_attribution_session_count','1'),(145554,3065,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145555,3065,'_wc_order_attribution_device_type','Desktop'),(145556,3065,'_oaw_varify_key','4577d52a19aae466f00c'),(145557,3065,'_edit_lock','1732342077:2'),(145558,3065,'_edit_last','2'),(145559,3060,'_edit_lock','1732231254:2'),(145560,3060,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250712\";s:12:\"date_shipped\";s:10:\"1732147200\";s:11:\"tracking_id\";s:32:\"cc82f904af1a67243d178751fb5224f4\";}}'),(145561,3060,'_edit_last','2'),(145562,3060,'_date_completed','1732231392'),(145563,3060,'_completed_date','2024-11-21 23:23:12'),(145564,3058,'_edit_last','2'),(145565,3058,'_date_completed','1732231411'),(145566,3058,'_completed_date','2024-11-21 23:23:31'),(145567,3062,'_edit_lock','1732231445:2'),(145568,3062,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250778\";s:12:\"date_shipped\";s:10:\"1732147200\";s:11:\"tracking_id\";s:32:\"57835106bf27ddff6e004a0a494ec7f4\";}}'),(145569,3062,'_edit_last','2'),(145570,3062,'_date_completed','1732231577'),(145571,3062,'_completed_date','2024-11-21 23:26:17'),(145572,3064,'_edit_lock','1732231546:2'),(145573,3064,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992250860\";s:12:\"date_shipped\";s:10:\"1732147200\";s:11:\"tracking_id\";s:32:\"ee677b31d745397777642e6efa25311a\";}}'),(145574,3064,'_edit_last','2'),(145575,3064,'_date_completed','1732231669'),(145576,3064,'_completed_date','2024-11-21 23:27:49'),(145588,3065,'Payment type','instant'),(145589,3065,'_paypal_status','completed'),(145590,3065,'_transaction_id','64S9194949424112R'),(145591,3065,'PayPal Transaction Fee','29.78'),(145592,3065,'_date_paid','1732232593'),(145593,3065,'_paid_date','2024-11-21 23:43:13'),(145594,3066,'_order_key','wc_order_nBFobJHsoJQ5z'),(145595,3066,'_customer_user','50'),(145596,3066,'_payment_method','paypal'),(145597,3066,'_payment_method_title','PayPal'),(145598,3066,'_customer_ip_address','24.62.247.50'),(145599,3066,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145600,3066,'_created_via','checkout'),(145601,3066,'_cart_hash','ef45cfe7b43093728fed92bf33221122'),(145602,3066,'_download_permissions_granted','yes'),(145603,3066,'_recorded_sales','yes'),(145604,3066,'_recorded_coupon_usage_counts','yes'),(145605,3066,'_new_order_email_sent','true'),(145606,3066,'_order_stock_reduced','yes'),(145607,3066,'_billing_first_name','Christine'),(145608,3066,'_billing_last_name','Cherry'),(145609,3066,'_billing_company','NITS END'),(145610,3066,'_billing_address_1','PO BOX 1092'),(145611,3066,'_billing_city','Campton'),(145612,3066,'_billing_state','NH'),(145613,3066,'_billing_postcode','03223'),(145614,3066,'_billing_country','US'),(145615,3066,'_billing_email','info@liceclinicsplaistow.com'),(145616,3066,'_billing_phone','16034983390'),(145617,3066,'_shipping_first_name','Naomi'),(145618,3066,'_shipping_last_name','Njuguna'),(145619,3066,'_shipping_company','LCA - Nits End / 149091'),(145620,3066,'_shipping_address_1','71 Spit Brook Rd'),(145621,3066,'_shipping_address_2','Suite 403'),(145622,3066,'_shipping_city','Nashua'),(145623,3066,'_shipping_state','NH'),(145624,3066,'_shipping_postcode','03060'),(145625,3066,'_shipping_country','US'),(145626,3066,'_order_currency','USD'),(145627,3066,'_cart_discount','0'),(145628,3066,'_cart_discount_tax','0'),(145629,3066,'_order_shipping','0'),(145630,3066,'_order_shipping_tax','0'),(145631,3066,'_order_tax','0'),(145632,3066,'_order_total','2206.86'),(145633,3066,'_order_version','9.4.2'),(145634,3066,'_prices_include_tax','no'),(145635,3066,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(145636,3066,'_shipping_address_index','Naomi Njuguna LCA - Nits End / 149091 71 Spit Brook Rd Suite 403 Nashua NH 03060 US '),(145637,3066,'is_vat_exempt','no'),(145638,3066,'_wc_order_attribution_source_type','referral'),(145639,3066,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145640,3066,'_wc_order_attribution_utm_source','lcaportal.com'),(145641,3066,'_wc_order_attribution_utm_medium','referral'),(145642,3066,'_wc_order_attribution_utm_content','/'),(145643,3066,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145644,3066,'_wc_order_attribution_session_start_time','2024-11-22 14:26:20'),(145645,3066,'_wc_order_attribution_session_pages','6'),(145646,3066,'_wc_order_attribution_session_count','1'),(145647,3066,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145648,3066,'_wc_order_attribution_device_type','Desktop'),(145649,3066,'Payment type','instant'),(145650,3066,'_paypal_status','completed'),(145651,3066,'_transaction_id','6FA01520C6117832B'),(145652,3066,'PayPal Transaction Fee','77.51'),(145653,3066,'_date_paid','1732286001'),(145654,3066,'_paid_date','2024-11-22 14:33:21'),(145655,3067,'_order_key','wc_order_M9bBfVllvcRBA'),(145656,3067,'_customer_user','50'),(145657,3067,'_payment_method','paypal'),(145658,3067,'_payment_method_title','PayPal'),(145659,3067,'_customer_ip_address','24.62.247.50'),(145660,3067,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145661,3067,'_created_via','checkout'),(145662,3067,'_cart_hash','43494e342b8c295046de6ba079ca29ac'),(145663,3067,'_download_permissions_granted','yes'),(145664,3067,'_recorded_sales','yes'),(145665,3067,'_recorded_coupon_usage_counts','yes'),(145666,3067,'_new_order_email_sent','true'),(145667,3067,'_order_stock_reduced','yes'),(145668,3067,'_billing_first_name','Christine'),(145669,3067,'_billing_last_name','Cherry'),(145670,3067,'_billing_company','NITS END'),(145671,3067,'_billing_address_1','PO BOX 1092'),(145672,3067,'_billing_city','Campton'),(145673,3067,'_billing_state','NH'),(145674,3067,'_billing_postcode','03223'),(145675,3067,'_billing_country','US'),(145676,3067,'_billing_email','info@liceclinicsplaistow.com'),(145677,3067,'_billing_phone','16034983390'),(145678,3067,'_shipping_first_name','Christine'),(145679,3067,'_shipping_last_name','Cherry'),(145680,3067,'_shipping_company','C/O Linda Brann LCA/Nits End'),(145681,3067,'_shipping_address_1','16 Toppan Dr'),(145682,3067,'_shipping_city','Gorham'),(145683,3067,'_shipping_state','ME'),(145684,3067,'_shipping_postcode','04038'),(145685,3067,'_shipping_country','US'),(145686,3067,'_order_currency','USD'),(145687,3067,'_cart_discount','0'),(145688,3067,'_cart_discount_tax','0'),(145689,3067,'_order_shipping','0'),(145690,3067,'_order_shipping_tax','0'),(145691,3067,'_order_tax','0'),(145692,3067,'_order_total','2768.10'),(145693,3067,'_order_version','9.4.2'),(145694,3067,'_prices_include_tax','no'),(145695,3067,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(145696,3067,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(145697,3067,'is_vat_exempt','no'),(145698,3067,'_wc_order_attribution_source_type','referral'),(145699,3067,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145700,3067,'_wc_order_attribution_utm_source','lcaportal.com'),(145701,3067,'_wc_order_attribution_utm_medium','referral'),(145702,3067,'_wc_order_attribution_utm_content','/'),(145703,3067,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145704,3067,'_wc_order_attribution_session_start_time','2024-11-22 14:26:20'),(145705,3067,'_wc_order_attribution_session_pages','14'),(145706,3067,'_wc_order_attribution_session_count','1'),(145707,3067,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145708,3067,'_wc_order_attribution_device_type','Desktop'),(145709,3067,'Payment type','instant'),(145710,3067,'_paypal_status','completed'),(145711,3067,'_transaction_id','9SH359796M021384P'),(145712,3067,'PayPal Transaction Fee','97.10'),(145713,3067,'_date_paid','1732286878'),(145714,3067,'_paid_date','2024-11-22 14:47:58'),(145715,3068,'_order_key','wc_order_KYHCc7JjBFsiH'),(145716,3068,'_customer_user','5'),(145717,3068,'_payment_method','paypal'),(145718,3068,'_payment_method_title','PayPal'),(145719,3068,'_customer_ip_address','71.237.182.213'),(145720,3068,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145721,3068,'_created_via','checkout'),(145722,3068,'_cart_hash','dd049c76890c0ce2d8370d643785e113'),(145723,3068,'_download_permissions_granted','yes'),(145724,3068,'_recorded_sales','yes'),(145725,3068,'_recorded_coupon_usage_counts','yes'),(145726,3068,'_new_order_email_sent','true'),(145727,3068,'_order_stock_reduced','yes'),(145728,3068,'_billing_first_name','Mark'),(145729,3068,'_billing_last_name','Meyer'),(145730,3068,'_billing_company','lice clinics of america- portland'),(145731,3068,'_billing_address_1','5201 SW Westgate Dr suite 106'),(145732,3068,'_billing_address_2','106'),(145733,3068,'_billing_city','portland'),(145734,3068,'_billing_state','OR'),(145735,3068,'_billing_postcode','97221'),(145736,3068,'_billing_country','US'),(145737,3068,'_billing_email','noemi.and.mark@nwliceclinics.com'),(145738,3068,'_billing_phone','15034040475'),(145739,3068,'_shipping_first_name','Mark'),(145740,3068,'_shipping_last_name','Meyer'),(145741,3068,'_shipping_company','lice clinics of america- portland'),(145742,3068,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(145743,3068,'_shipping_address_2','106'),(145744,3068,'_shipping_city','portland'),(145745,3068,'_shipping_state','OR'),(145746,3068,'_shipping_postcode','97221'),(145747,3068,'_shipping_country','US'),(145748,3068,'_order_currency','USD'),(145749,3068,'_cart_discount','0'),(145750,3068,'_cart_discount_tax','0'),(145751,3068,'_order_shipping','0'),(145752,3068,'_order_shipping_tax','0'),(145753,3068,'_order_tax','0'),(145754,3068,'_order_total','3680.77'),(145755,3068,'_order_version','9.4.2'),(145756,3068,'_prices_include_tax','no'),(145757,3068,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(145758,3068,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(145759,3068,'is_vat_exempt','no'),(145760,3068,'_wc_order_attribution_source_type','referral'),(145761,3068,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145762,3068,'_wc_order_attribution_utm_source','lcaportal.com'),(145763,3068,'_wc_order_attribution_utm_medium','referral'),(145764,3068,'_wc_order_attribution_utm_content','/'),(145765,3068,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145766,3068,'_wc_order_attribution_session_start_time','2024-11-22 23:59:26'),(145767,3068,'_wc_order_attribution_session_pages','4'),(145768,3068,'_wc_order_attribution_session_count','1'),(145769,3068,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145770,3068,'_wc_order_attribution_device_type','Desktop'),(145771,3068,'Payment type','instant'),(145772,3068,'_paypal_status','completed'),(145773,3068,'_transaction_id','3H189992UJ0310222'),(145774,3068,'PayPal Transaction Fee','128.95'),(145775,3068,'_date_paid','1732320883'),(145776,3068,'_paid_date','2024-11-23 00:14:43'),(145777,3065,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251020\";s:12:\"date_shipped\";s:10:\"1732320000\";s:11:\"tracking_id\";s:32:\"c2e4bb457b615d8c47a13f7a8ffa6000\";}}'),(145778,3065,'_date_completed','1732342213'),(145779,3065,'_completed_date','2024-11-23 06:10:13'),(145780,3067,'_edit_lock','1732342132:2'),(145781,3067,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251190\";s:12:\"date_shipped\";s:10:\"1732320000\";s:11:\"tracking_id\";s:32:\"def0bb3c8c496711a3a338b635203780\";}}'),(145782,3067,'_edit_last','2'),(145783,3067,'_date_completed','1732342253'),(145784,3067,'_completed_date','2024-11-23 06:10:53'),(145785,3066,'_edit_lock','1732342218:2'),(145786,3066,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251145\";s:12:\"date_shipped\";s:10:\"1732320000\";s:11:\"tracking_id\";s:32:\"bca2135f974d0203e26cc853b242d250\";}}'),(145787,3066,'_edit_last','2'),(145788,3066,'_date_completed','1732342317'),(145789,3066,'_completed_date','2024-11-23 06:11:57'),(145790,3069,'_order_key','wc_order_oB0wNOMQft1RJ'),(145791,3069,'_customer_user','29'),(145792,3069,'_payment_method','paypal'),(145793,3069,'_payment_method_title','PayPal'),(145794,3069,'_customer_ip_address','68.81.51.31'),(145795,3069,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(145796,3069,'_created_via','checkout'),(145797,3069,'_cart_hash','9655706e0c3766be330879b927d25e52'),(145798,3069,'_download_permissions_granted','yes'),(145799,3069,'_recorded_sales','yes'),(145800,3069,'_recorded_coupon_usage_counts','yes'),(145801,3069,'_new_order_email_sent','true'),(145802,3069,'_order_stock_reduced','yes'),(145803,3069,'_billing_first_name','Nicole'),(145804,3069,'_billing_last_name','Reilly'),(145805,3069,'_billing_address_1','5460 Richie Ct'),(145806,3069,'_billing_city','Pipersville'),(145807,3069,'_billing_state','PA'),(145808,3069,'_billing_postcode','18947'),(145809,3069,'_billing_country','US'),(145810,3069,'_billing_email','info@liceclinicslansdale.com'),(145811,3069,'_billing_phone','2156941408'),(145812,3069,'_shipping_first_name','Nicole'),(145813,3069,'_shipping_last_name','Reilly'),(145814,3069,'_shipping_company','LCA Lansdale'),(145815,3069,'_shipping_address_1','2131 North Broad Street'),(145816,3069,'_shipping_address_2','Suite 101'),(145817,3069,'_shipping_city','Lansdale'),(145818,3069,'_shipping_state','PA'),(145819,3069,'_shipping_postcode','19446'),(145820,3069,'_shipping_country','US'),(145821,3069,'_order_currency','USD'),(145822,3069,'_cart_discount','0'),(145823,3069,'_cart_discount_tax','0'),(145824,3069,'_order_shipping','23.67'),(145825,3069,'_order_shipping_tax','0'),(145826,3069,'_order_tax','0'),(145827,3069,'_order_total','339.55'),(145828,3069,'_order_version','9.4.2'),(145829,3069,'_prices_include_tax','no'),(145830,3069,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(145831,3069,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(145832,3069,'is_vat_exempt','no'),(145833,3069,'_wc_order_attribution_source_type','referral'),(145834,3069,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(145835,3069,'_wc_order_attribution_utm_source','lcaportal.com'),(145836,3069,'_wc_order_attribution_utm_medium','referral'),(145837,3069,'_wc_order_attribution_utm_content','/'),(145838,3069,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145839,3069,'_wc_order_attribution_session_start_time','2024-11-23 22:23:46'),(145840,3069,'_wc_order_attribution_session_pages','4'),(145841,3069,'_wc_order_attribution_session_count','4'),(145842,3069,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(145843,3069,'_wc_order_attribution_device_type','Desktop'),(145844,3069,'Payment type','instant'),(145845,3069,'_paypal_status','completed'),(145846,3069,'_transaction_id','9LH39701CN667073E'),(145847,3069,'PayPal Transaction Fee','12.34'),(145848,3069,'_date_paid','1732401117'),(145849,3069,'_paid_date','2024-11-23 22:31:57'),(145859,3069,'_edit_lock','1732572016:2'),(145860,3069,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251487\";s:12:\"date_shipped\";s:10:\"1732492800\";s:11:\"tracking_id\";s:32:\"06c4e0f17bb34b5a5377839a394e823f\";}}'),(145861,3069,'_edit_last','2'),(145862,3069,'_date_completed','1732572125'),(145863,3069,'_completed_date','2024-11-25 22:02:05'),(145864,3068,'_edit_lock','1732572080:2'),(145865,3068,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251373\";s:12:\"date_shipped\";s:10:\"1732492800\";s:11:\"tracking_id\";s:32:\"2ac4d4868d8da63a7fe64c37a7295e7e\";}}'),(145866,3068,'_edit_last','2'),(145867,3068,'_date_completed','1732572187'),(145868,3068,'_completed_date','2024-11-25 22:03:07'),(145871,3070,'_order_key','wc_order_AnLuKhGD35umq'),(145872,3070,'_customer_user','87'),(145873,3070,'_payment_method','paypal'),(145874,3070,'_payment_method_title','PayPal'),(145875,3070,'_customer_ip_address','75.7.15.79'),(145876,3070,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145877,3070,'_created_via','checkout'),(145878,3070,'_cart_hash','28e4aa806bf2c2eef5b08a665e282f3b'),(145879,3070,'_download_permissions_granted','yes'),(145880,3070,'_recorded_sales','yes'),(145881,3070,'_recorded_coupon_usage_counts','yes'),(145882,3070,'_new_order_email_sent','true'),(145883,3070,'_order_stock_reduced','yes'),(145884,3070,'_billing_first_name','Wade'),(145885,3070,'_billing_last_name','Huntsman'),(145886,3070,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(145887,3070,'_billing_address_1','3421 E 21st'),(145888,3070,'_billing_city','Tulsa'),(145889,3070,'_billing_state','OK'),(145890,3070,'_billing_postcode','74114'),(145891,3070,'_billing_country','US'),(145892,3070,'_billing_email','info@liceclinicsmidsouth.com'),(145893,3070,'_billing_phone','9189783329'),(145894,3070,'_shipping_first_name','Wade'),(145895,3070,'_shipping_last_name','Huntsman'),(145896,3070,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(145897,3070,'_shipping_address_1','3421 E 21st'),(145898,3070,'_shipping_city','Tulsa'),(145899,3070,'_shipping_state','OK'),(145900,3070,'_shipping_postcode','74114'),(145901,3070,'_shipping_country','US'),(145902,3070,'_order_currency','USD'),(145903,3070,'_cart_discount','0'),(145904,3070,'_cart_discount_tax','0'),(145905,3070,'_order_shipping','0'),(145906,3070,'_order_shipping_tax','0'),(145907,3070,'_order_tax','0'),(145908,3070,'_order_total','500.00'),(145909,3070,'_order_version','9.4.2'),(145910,3070,'_prices_include_tax','no'),(145911,3070,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(145912,3070,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(145913,3070,'is_vat_exempt','no'),(145914,3070,'_wc_order_attribution_source_type','typein'),(145915,3070,'_wc_order_attribution_utm_source','(direct)'),(145916,3070,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145917,3070,'_wc_order_attribution_session_start_time','2024-11-26 16:09:46'),(145918,3070,'_wc_order_attribution_session_pages','8'),(145919,3070,'_wc_order_attribution_session_count','1'),(145920,3070,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(145921,3070,'_wc_order_attribution_device_type','Desktop'),(145922,3070,'Payment type','instant'),(145923,3070,'_paypal_status','completed'),(145924,3070,'_transaction_id','8R4202318L335910K'),(145925,3070,'PayPal Transaction Fee','17.94'),(145926,3070,'_date_paid','1732637804'),(145927,3070,'_paid_date','2024-11-26 16:16:44'),(145928,3071,'_order_key','wc_order_Qo3nGTSd96hHr'),(145929,3071,'_customer_user','105'),(145930,3071,'_payment_method','paypal'),(145931,3071,'_payment_method_title','PayPal'),(145932,3071,'_customer_ip_address','67.177.160.177'),(145933,3071,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145934,3071,'_created_via','checkout'),(145935,3071,'_cart_hash','2ff03d811f9d98f3c17b961b9d2af3e2'),(145936,3071,'_download_permissions_granted','yes'),(145937,3071,'_recorded_sales','yes'),(145938,3071,'_recorded_coupon_usage_counts','yes'),(145939,3071,'_new_order_email_sent','true'),(145940,3071,'_order_stock_reduced','yes'),(145941,3071,'_billing_first_name','Joseph'),(145942,3071,'_billing_last_name','West'),(145943,3071,'_billing_company','MAJESTIC PEACOCK LLC'),(145944,3071,'_billing_address_1','615 Crofton Park Ln'),(145945,3071,'_billing_city','Franklin'),(145946,3071,'_billing_state','TN'),(145947,3071,'_billing_postcode','37069'),(145948,3071,'_billing_country','US'),(145949,3071,'_billing_email','info@nashville.liceclinicsofamerica.com'),(145950,3071,'_billing_phone','8042184232'),(145951,3071,'_shipping_first_name','Joseph'),(145952,3071,'_shipping_last_name','West'),(145953,3071,'_shipping_company','Lice Clinics of America'),(145954,3071,'_shipping_address_1','330 Mallory Station Rd F 17'),(145955,3071,'_shipping_city','Franklin'),(145956,3071,'_shipping_state','TN'),(145957,3071,'_shipping_postcode','37067'),(145958,3071,'_shipping_country','US'),(145959,3071,'_order_currency','USD'),(145960,3071,'_cart_discount','0'),(145961,3071,'_cart_discount_tax','0'),(145962,3071,'_order_shipping','0'),(145963,3071,'_order_shipping_tax','0'),(145964,3071,'_order_tax','0'),(145965,3071,'_order_total','521.20'),(145966,3071,'_order_version','9.4.2'),(145967,3071,'_prices_include_tax','no'),(145968,3071,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(145969,3071,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(145970,3071,'is_vat_exempt','no'),(145971,3071,'_wc_order_attribution_source_type','typein'),(145972,3071,'_wc_order_attribution_referrer','https://lcaportal.com/'),(145973,3071,'_wc_order_attribution_utm_source','(direct)'),(145974,3071,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(145975,3071,'_wc_order_attribution_session_start_time','2024-11-26 17:32:45'),(145976,3071,'_wc_order_attribution_session_pages','10'),(145977,3071,'_wc_order_attribution_session_count','1'),(145978,3071,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(145979,3071,'_wc_order_attribution_device_type','Desktop'),(145980,3071,'Payment type','instant'),(145981,3071,'_paypal_status','completed'),(145982,3071,'_transaction_id','48G84949BV627761G'),(145983,3071,'PayPal Transaction Fee','18.68'),(145984,3071,'_date_paid','1732642466'),(145985,3071,'_paid_date','2024-11-26 17:34:26'),(145986,3072,'_order_key','wc_order_4F0TZ6uYB8msy'),(145987,3072,'_customer_user','76'),(145988,3072,'_payment_method','paypal'),(145989,3072,'_payment_method_title','PayPal'),(145990,3072,'_customer_ip_address','146.115.131.163'),(145991,3072,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(145992,3072,'_created_via','checkout'),(145993,3072,'_cart_hash','2cd197e5f794d3b9061503a52a70a9a8'),(145994,3072,'_download_permissions_granted','yes'),(145995,3072,'_recorded_sales','yes'),(145996,3072,'_recorded_coupon_usage_counts','yes'),(145997,3072,'_new_order_email_sent','true'),(145998,3072,'_order_stock_reduced','yes'),(145999,3072,'_billing_first_name','Naomi'),(146000,3072,'_billing_last_name','Golden'),(146001,3072,'_billing_company','LCA'),(146002,3072,'_billing_address_1','31 Mann Ave'),(146003,3072,'_billing_city','Needham'),(146004,3072,'_billing_state','MA'),(146005,3072,'_billing_postcode','02492'),(146006,3072,'_billing_country','US'),(146007,3072,'_billing_email','nrgolden6486@gmail.com'),(146008,3072,'_billing_phone','617-851-1322'),(146009,3072,'_shipping_first_name','Naomi'),(146010,3072,'_shipping_last_name','Golden'),(146011,3072,'_shipping_company','LCA'),(146012,3072,'_shipping_address_1','1349 Centre Street'),(146013,3072,'_shipping_address_2','Facing Trowbridge'),(146014,3072,'_shipping_city','Newton'),(146015,3072,'_shipping_state','MA'),(146016,3072,'_shipping_postcode','02459'),(146017,3072,'_shipping_country','US'),(146018,3072,'_order_currency','USD'),(146019,3072,'_cart_discount','0'),(146020,3072,'_cart_discount_tax','0'),(146021,3072,'_order_shipping','0'),(146022,3072,'_order_shipping_tax','0'),(146023,3072,'_order_tax','0'),(146024,3072,'_order_total','538.70'),(146025,3072,'_order_version','9.4.2'),(146026,3072,'_prices_include_tax','no'),(146027,3072,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(146028,3072,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(146029,3072,'is_vat_exempt','no'),(146030,3072,'_wc_order_attribution_source_type','typein'),(146031,3072,'_wc_order_attribution_utm_source','(direct)'),(146032,3072,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146033,3072,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(146034,3072,'_wc_order_attribution_session_pages','4'),(146035,3072,'_wc_order_attribution_session_count','2'),(146036,3072,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(146037,3072,'_wc_order_attribution_device_type','Desktop'),(146038,3072,'Payment type','instant'),(146039,3072,'_paypal_status','completed'),(146040,3072,'_transaction_id','4GL9578839579480V'),(146041,3072,'PayPal Transaction Fee','19.29'),(146042,3072,'_date_paid','1732659262'),(146043,3072,'_paid_date','2024-11-26 22:14:22'),(146044,3070,'_edit_lock','1732659695:2'),(146045,3070,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251936\";s:12:\"date_shipped\";s:10:\"1732579200\";s:11:\"tracking_id\";s:32:\"d0f502bf27e3eba69dccc2a59c8717ef\";}}'),(146046,3070,'_edit_last','2'),(146047,3070,'_date_completed','1732659831'),(146048,3070,'_completed_date','2024-11-26 22:23:51'),(146049,3071,'_edit_lock','1732659768:2'),(146050,3071,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992251903\";s:12:\"date_shipped\";s:10:\"1732579200\";s:11:\"tracking_id\";s:32:\"366ef90a4342862aa8885c86f626cdd7\";}}'),(146051,3071,'_edit_last','2'),(146052,3071,'_date_completed','1732659861'),(146053,3071,'_completed_date','2024-11-26 22:24:21'),(146054,3073,'_order_key','wc_order_CuBKZ6yCsk0Z0'),(146055,3073,'_customer_user','52'),(146056,3073,'_payment_method','paypal'),(146057,3073,'_payment_method_title','PayPal'),(146058,3073,'_customer_ip_address','173.66.45.62'),(146059,3073,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146060,3073,'_created_via','checkout'),(146061,3073,'_cart_hash','3fb0c9a924d43ce342827e2c198ac5b8'),(146062,3073,'_download_permissions_granted','yes'),(146063,3073,'_recorded_sales','yes'),(146064,3073,'_recorded_coupon_usage_counts','yes'),(146065,3073,'_new_order_email_sent','true'),(146066,3073,'_order_stock_reduced','yes'),(146067,3073,'_billing_first_name','Darlene'),(146068,3073,'_billing_last_name','LaFramboise'),(146069,3073,'_billing_company','LCA-NOVA'),(146070,3073,'_billing_address_1','25473 Tomey Ct'),(146071,3073,'_billing_city','Aldie'),(146072,3073,'_billing_state','VA'),(146073,3073,'_billing_postcode','20105-3048'),(146074,3073,'_billing_country','US'),(146075,3073,'_billing_email','info@liceremovalnova.com'),(146076,3073,'_billing_phone','7033031576'),(146077,3073,'_shipping_first_name','Darlene'),(146078,3073,'_shipping_last_name','LaFramboise'),(146079,3073,'_shipping_company','LCA-NOVA'),(146080,3073,'_shipping_address_1','25473 Tomey Ct'),(146081,3073,'_shipping_city','Aldie'),(146082,3073,'_shipping_state','VA'),(146083,3073,'_shipping_postcode','20105-3048'),(146084,3073,'_shipping_country','US'),(146085,3073,'_order_currency','USD'),(146086,3073,'_cart_discount','0'),(146087,3073,'_cart_discount_tax','0'),(146088,3073,'_order_shipping','0'),(146089,3073,'_order_shipping_tax','0'),(146090,3073,'_order_tax','0'),(146091,3073,'_order_total','818.48'),(146092,3073,'_order_version','9.4.2'),(146093,3073,'_prices_include_tax','no'),(146094,3073,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(146095,3073,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(146096,3073,'is_vat_exempt','no'),(146097,3073,'_wc_order_attribution_source_type','referral'),(146098,3073,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(146099,3073,'_wc_order_attribution_utm_source','lcaportal.com'),(146100,3073,'_wc_order_attribution_utm_medium','referral'),(146101,3073,'_wc_order_attribution_utm_content','/'),(146102,3073,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146103,3073,'_wc_order_attribution_session_start_time','2024-11-27 15:39:48'),(146104,3073,'_wc_order_attribution_session_pages','4'),(146105,3073,'_wc_order_attribution_session_count','1'),(146106,3073,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146107,3073,'_wc_order_attribution_device_type','Desktop'),(146108,3073,'Payment type','instant'),(146109,3073,'_paypal_status','completed'),(146110,3073,'_transaction_id','68P60061PF5144141'),(146111,3073,'PayPal Transaction Fee','29.05'),(146112,3073,'_date_paid','1732722242'),(146113,3073,'_paid_date','2024-11-27 15:44:02'),(146114,3072,'_edit_lock','1732735354:2'),(146115,3072,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252016\";s:12:\"date_shipped\";s:10:\"1732665600\";s:11:\"tracking_id\";s:32:\"9f2b7addf4a9fca05874ca1f81f64979\";}}'),(146116,3072,'_edit_last','2'),(146117,3072,'_date_completed','1732735470'),(146118,3072,'_completed_date','2024-11-27 19:24:30'),(146119,3073,'_edit_lock','1732735382:2'),(146120,3073,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252060\";s:12:\"date_shipped\";s:10:\"1732665600\";s:11:\"tracking_id\";s:32:\"94b762e6af592e6c76005bda02b7a199\";}}'),(146121,3073,'_edit_last','2'),(146122,3073,'_date_completed','1732735521'),(146123,3073,'_completed_date','2024-11-27 19:25:21'),(146124,3074,'_order_key','wc_order_O3skRSeOmVbBB'),(146125,3074,'_customer_user','79'),(146126,3074,'_payment_method','paypal'),(146127,3074,'_payment_method_title','PayPal'),(146128,3074,'_customer_ip_address','71.91.158.65'),(146129,3074,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(146130,3074,'_created_via','checkout'),(146131,3074,'_cart_hash','46c7bd0589b52443a5fd310f6a354032'),(146132,3074,'_download_permissions_granted','yes'),(146133,3074,'_recorded_sales','yes'),(146134,3074,'_recorded_coupon_usage_counts','yes'),(146135,3074,'_new_order_email_sent','true'),(146136,3074,'_order_stock_reduced','yes'),(146137,3074,'_billing_first_name','Shanna'),(146138,3074,'_billing_last_name','Castille'),(146139,3074,'_billing_address_1','1097 Hundley Rd'),(146140,3074,'_billing_city','Eunice'),(146141,3074,'_billing_state','LA'),(146142,3074,'_billing_postcode','70535'),(146143,3074,'_billing_country','US'),(146144,3074,'_billing_email','Shanna_sr09@yahoo.com'),(146145,3074,'_billing_phone','3374668998'),(146146,3074,'_shipping_first_name','Shanna'),(146147,3074,'_shipping_last_name','Castille'),(146148,3074,'_shipping_address_1','1097 Hundley Rd'),(146149,3074,'_shipping_city','eunice'),(146150,3074,'_shipping_state','LA'),(146151,3074,'_shipping_postcode','70535'),(146152,3074,'_shipping_country','US'),(146153,3074,'_order_currency','USD'),(146154,3074,'_cart_discount','0'),(146155,3074,'_cart_discount_tax','0'),(146156,3074,'_order_shipping','0'),(146157,3074,'_order_shipping_tax','0'),(146158,3074,'_order_tax','0'),(146159,3074,'_order_total','742.04'),(146160,3074,'_order_version','9.4.3'),(146161,3074,'_prices_include_tax','no'),(146162,3074,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(146163,3074,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(146164,3074,'is_vat_exempt','no'),(146165,3074,'_wc_order_attribution_source_type','typein'),(146166,3074,'_wc_order_attribution_utm_source','(direct)'),(146167,3074,'_wc_order_attribution_utm_source_platform',''),(146168,3074,'_wc_order_attribution_utm_creative_format',''),(146169,3074,'_wc_order_attribution_utm_marketing_tactic',''),(146170,3074,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146171,3074,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(146172,3074,'_wc_order_attribution_session_pages','6'),(146173,3074,'_wc_order_attribution_session_count','9'),(146174,3074,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(146175,3074,'_wc_order_attribution_device_type','Desktop'),(146176,3074,'Payment type','instant'),(146177,3074,'_paypal_status','completed'),(146178,3074,'_transaction_id','670417418C100413M'),(146179,3074,'PayPal Transaction Fee','26.39'),(146180,3074,'_date_paid','1733151110'),(146181,3074,'_paid_date','2024-12-02 14:51:50'),(146182,3075,'_order_key','wc_order_Jd9NVmlCkDISy'),(146183,3075,'_customer_user','11'),(146184,3075,'_payment_method','paypal'),(146185,3075,'_payment_method_title','PayPal'),(146186,3075,'_customer_ip_address','65.186.66.106'),(146187,3075,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146188,3075,'_created_via','checkout'),(146189,3075,'_cart_hash','a216deeadc0e4a7ad1c771db6473addc'),(146190,3075,'_download_permissions_granted','yes'),(146191,3075,'_recorded_sales','yes'),(146192,3075,'_recorded_coupon_usage_counts','yes'),(146193,3075,'_new_order_email_sent','true'),(146194,3075,'_order_stock_reduced','yes'),(146195,3075,'_billing_first_name','Tina'),(146196,3075,'_billing_last_name','Hunt'),(146197,3075,'_billing_company','Lice Clinics of America'),(146198,3075,'_billing_address_1','830 Fairview Ave.'),(146199,3075,'_billing_address_2','Suite A-4'),(146200,3075,'_billing_city','Bowling Green'),(146201,3075,'_billing_state','KY'),(146202,3075,'_billing_postcode','42101'),(146203,3075,'_billing_country','US'),(146204,3075,'_billing_email','lcbgky12@gmail.com'),(146205,3075,'_billing_phone','2709996803'),(146206,3075,'_shipping_first_name','Tina'),(146207,3075,'_shipping_last_name','Hunt'),(146208,3075,'_shipping_company','Lice Clinics of America'),(146209,3075,'_shipping_address_1','830 Fairview Ave.'),(146210,3075,'_shipping_address_2','Suite A-4'),(146211,3075,'_shipping_city','Bowling Green'),(146212,3075,'_shipping_state','KY'),(146213,3075,'_shipping_postcode','42101'),(146214,3075,'_shipping_country','US'),(146215,3075,'_order_currency','USD'),(146216,3075,'_cart_discount','0'),(146217,3075,'_cart_discount_tax','0'),(146218,3075,'_order_shipping','0'),(146219,3075,'_order_shipping_tax','0'),(146220,3075,'_order_tax','0'),(146221,3075,'_order_total','756.03'),(146222,3075,'_order_version','9.4.2'),(146223,3075,'_prices_include_tax','no'),(146224,3075,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(146225,3075,'_shipping_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(146226,3075,'is_vat_exempt','no'),(146227,3075,'_wc_order_attribution_source_type','referral'),(146228,3075,'_wc_order_attribution_referrer','https://lcaportal.com/'),(146229,3075,'_wc_order_attribution_utm_source','lcaportal.com'),(146230,3075,'_wc_order_attribution_utm_medium','referral'),(146231,3075,'_wc_order_attribution_utm_content','/'),(146232,3075,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146233,3075,'_wc_order_attribution_session_start_time','2024-12-02 13:30:50'),(146234,3075,'_wc_order_attribution_session_pages','2'),(146235,3075,'_wc_order_attribution_session_count','7'),(146236,3075,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146237,3075,'_wc_order_attribution_device_type','Desktop'),(146238,3075,'Payment type','instant'),(146239,3075,'_paypal_status','completed'),(146240,3075,'_transaction_id','8GK1940502883954K'),(146241,3075,'PayPal Transaction Fee','26.88'),(146242,3075,'_date_paid','1733158791'),(146243,3075,'_paid_date','2024-12-02 16:59:51'),(146244,3076,'_order_key','wc_order_Es2u00MYqDxmB'),(146245,3076,'_customer_user','47'),(146246,3076,'_payment_method','paypal'),(146247,3076,'_payment_method_title','PayPal'),(146248,3076,'_customer_ip_address','136.50.70.100'),(146249,3076,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(146250,3076,'_created_via','checkout'),(146251,3076,'_cart_hash','66961f0a4d034266e027f190fd4fd8ff'),(146252,3076,'_download_permissions_granted','yes'),(146253,3076,'_recorded_sales','yes'),(146254,3076,'_recorded_coupon_usage_counts','yes'),(146255,3076,'_new_order_email_sent','true'),(146256,3076,'_order_stock_reduced','yes'),(146257,3076,'_billing_first_name','Tracy'),(146258,3076,'_billing_last_name','Copeland'),(146259,3076,'_billing_company','LCA SA WEST'),(146260,3076,'_billing_address_1','14223 Silverhollow'),(146261,3076,'_billing_city','San Antonio'),(146262,3076,'_billing_state','TX'),(146263,3076,'_billing_postcode','78232'),(146264,3076,'_billing_country','US'),(146265,3076,'_billing_email','info@liceclinicsofsanantonio.com'),(146266,3076,'_billing_phone','2103135033'),(146267,3076,'_shipping_first_name','Tracy'),(146268,3076,'_shipping_last_name','Copeland'),(146269,3076,'_shipping_company','LCA San Antonio West'),(146270,3076,'_shipping_address_1','19115 FM 2252'),(146271,3076,'_shipping_address_2','SUITE #17'),(146272,3076,'_shipping_city','GARDEN RIDGE'),(146273,3076,'_shipping_state','TX'),(146274,3076,'_shipping_postcode','78266'),(146275,3076,'_shipping_country','US'),(146276,3076,'_order_currency','USD'),(146277,3076,'_cart_discount','0'),(146278,3076,'_cart_discount_tax','0'),(146279,3076,'_order_shipping','0'),(146280,3076,'_order_shipping_tax','0'),(146281,3076,'_order_tax','0'),(146282,3076,'_order_total','959.66'),(146283,3076,'_order_version','9.4.2'),(146284,3076,'_prices_include_tax','no'),(146285,3076,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(146286,3076,'_shipping_address_index','Tracy Copeland LCA San Antonio West 19115 FM 2252 SUITE #17 GARDEN RIDGE TX 78266 US '),(146287,3076,'is_vat_exempt','no'),(146288,3076,'_wc_order_attribution_source_type','referral'),(146289,3076,'_wc_order_attribution_referrer','https://lcaportal.com/'),(146290,3076,'_wc_order_attribution_utm_source','lcaportal.com'),(146291,3076,'_wc_order_attribution_utm_medium','referral'),(146292,3076,'_wc_order_attribution_utm_content','/'),(146293,3076,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146294,3076,'_wc_order_attribution_session_start_time','2024-12-02 20:44:43'),(146295,3076,'_wc_order_attribution_session_pages','8'),(146296,3076,'_wc_order_attribution_session_count','1'),(146297,3076,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15'),(146298,3076,'_wc_order_attribution_device_type','Desktop'),(146299,3076,'Payment type','instant'),(146300,3076,'_paypal_status','completed'),(146301,3076,'_transaction_id','25598327A55842914'),(146302,3076,'PayPal Transaction Fee','33.98'),(146303,3076,'_date_paid','1733172706'),(146304,3076,'_paid_date','2024-12-02 20:51:46'),(146305,3078,'_order_key','wc_order_6YsB8NODeD3dM'),(146306,3078,'_customer_user','76'),(146307,3078,'_payment_method','paypal'),(146308,3078,'_payment_method_title','PayPal'),(146309,3078,'_customer_ip_address','66.31.192.192'),(146310,3078,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(146311,3078,'_created_via','checkout'),(146312,3078,'_cart_hash','b106dbde63abcfefdc36ea9d4d42c60b'),(146313,3078,'_download_permissions_granted','yes'),(146314,3078,'_recorded_sales','yes'),(146315,3078,'_recorded_coupon_usage_counts','yes'),(146316,3078,'_new_order_email_sent','true'),(146317,3078,'_order_stock_reduced','yes'),(146318,3078,'_billing_first_name','Naomi'),(146319,3078,'_billing_last_name','Golden'),(146320,3078,'_billing_company','LCA'),(146321,3078,'_billing_address_1','31 Mann Ave'),(146322,3078,'_billing_city','Needham'),(146323,3078,'_billing_state','MA'),(146324,3078,'_billing_postcode','02492'),(146325,3078,'_billing_country','US'),(146326,3078,'_billing_email','nrgolden6486@gmail.com'),(146327,3078,'_billing_phone','617-851-1322'),(146328,3078,'_shipping_first_name','Naomi'),(146329,3078,'_shipping_last_name','Golden'),(146330,3078,'_shipping_company','LCA'),(146331,3078,'_shipping_address_1','111 Center Street'),(146332,3078,'_shipping_address_2','LCA - Next to JuJitsu'),(146333,3078,'_shipping_city','Middleborough'),(146334,3078,'_shipping_state','MA'),(146335,3078,'_shipping_postcode','02346'),(146336,3078,'_shipping_country','US'),(146337,3078,'_order_currency','USD'),(146338,3078,'_cart_discount','0'),(146339,3078,'_cart_discount_tax','0'),(146340,3078,'_order_shipping','0'),(146341,3078,'_order_shipping_tax','0'),(146342,3078,'_order_tax','0'),(146343,3078,'_order_total','533.28'),(146344,3078,'_order_version','9.4.3'),(146345,3078,'_prices_include_tax','no'),(146346,3078,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(146347,3078,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA - Next to JuJitsu Middleborough MA 02346 US '),(146348,3078,'is_vat_exempt','no'),(146349,3078,'_wc_order_attribution_source_type','typein'),(146350,3078,'_wc_order_attribution_utm_source','(direct)'),(146351,3078,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146352,3078,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(146353,3078,'_wc_order_attribution_session_pages','24'),(146354,3078,'_wc_order_attribution_session_count','6'),(146355,3078,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(146356,3078,'_wc_order_attribution_device_type','Desktop'),(146357,3078,'Payment type','instant'),(146358,3078,'_paypal_status','completed'),(146359,3078,'_transaction_id','2NK73970JF4311325'),(146360,3078,'PayPal Transaction Fee','19.10'),(146361,3078,'_date_paid','1733179964'),(146362,3078,'_paid_date','2024-12-02 22:52:44'),(146363,3079,'_order_key','wc_order_YsakKv2re0SeO'),(146364,3079,'_customer_user','77'),(146365,3079,'_payment_method','paypal'),(146366,3079,'_payment_method_title','PayPal'),(146367,3079,'_customer_ip_address','162.201.108.83'),(146368,3079,'_customer_user_agent','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'),(146369,3079,'_created_via','checkout'),(146370,3079,'_cart_hash','d89a326a894035dbec304fe9e5382c86'),(146371,3079,'_download_permissions_granted','yes'),(146372,3079,'_recorded_sales','yes'),(146373,3079,'_recorded_coupon_usage_counts','yes'),(146374,3079,'_new_order_email_sent','true'),(146375,3079,'_order_stock_reduced','yes'),(146376,3079,'_billing_first_name','Phil'),(146377,3079,'_billing_last_name','Moon'),(146378,3079,'_billing_company','LiceBusters, LLC'),(146379,3079,'_billing_address_1','105 Live Oak Lane'),(146380,3079,'_billing_city','Pleasant Hill'),(146381,3079,'_billing_state','CA'),(146382,3079,'_billing_postcode','94523'),(146383,3079,'_billing_country','US'),(146384,3079,'_billing_email','kris10maroot@gmail.com'),(146385,3079,'_billing_phone','5593046305'),(146386,3079,'_shipping_first_name','Kristen'),(146387,3079,'_shipping_last_name','Maroot-Rippee'),(146388,3079,'_shipping_company','LiceBusters, LLC'),(146389,3079,'_shipping_address_1','487 W. Scott Avenue'),(146390,3079,'_shipping_city','Fresno'),(146391,3079,'_shipping_state','CA'),(146392,3079,'_shipping_postcode','93704'),(146393,3079,'_shipping_country','US'),(146394,3079,'_order_currency','USD'),(146395,3079,'_cart_discount','0'),(146396,3079,'_cart_discount_tax','0'),(146397,3079,'_order_shipping','0'),(146398,3079,'_order_shipping_tax','0'),(146399,3079,'_order_tax','0'),(146400,3079,'_order_total','7103.78'),(146401,3079,'_order_version','9.4.3'),(146402,3079,'_prices_include_tax','no'),(146403,3079,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(146404,3079,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(146405,3079,'is_vat_exempt','no'),(146406,3079,'_wc_order_attribution_source_type','typein'),(146407,3079,'_wc_order_attribution_utm_source','(direct)'),(146408,3079,'_wc_order_attribution_utm_source_platform',''),(146409,3079,'_wc_order_attribution_utm_creative_format',''),(146410,3079,'_wc_order_attribution_utm_marketing_tactic',''),(146411,3079,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146412,3079,'_wc_order_attribution_session_start_time','2024-04-26 18:19:23'),(146413,3079,'_wc_order_attribution_session_pages','6'),(146414,3079,'_wc_order_attribution_session_count','19'),(146415,3079,'_wc_order_attribution_user_agent','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'),(146416,3079,'_wc_order_attribution_device_type','Desktop'),(146417,3079,'Payment type','instant'),(146418,3079,'_paypal_status','completed'),(146419,3079,'_transaction_id','0LX41620KS214323F'),(146420,3079,'PayPal Transaction Fee','248.41'),(146421,3079,'_date_paid','1733250402'),(146422,3079,'_paid_date','2024-12-03 18:26:42'),(146423,3075,'_edit_lock','1733256711:2'),(146424,3075,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252612\";s:12:\"date_shipped\";s:10:\"1733184000\";s:11:\"tracking_id\";s:32:\"a91021e26fc7155cee4db0b628d59de4\";}}'),(146425,3075,'_edit_last','2'),(146426,3075,'_date_completed','1733256707'),(146427,3075,'_completed_date','2024-12-03 20:11:47'),(146428,3076,'_edit_lock','1733256750:2'),(146429,3076,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252748\";s:12:\"date_shipped\";s:10:\"1733184000\";s:11:\"tracking_id\";s:32:\"7fa44f8eadadab3e41a227f30f1d7416\";}}'),(146430,3076,'_edit_last','2'),(146431,3076,'_date_completed','1733256741'),(146432,3076,'_completed_date','2024-12-03 20:12:21'),(146435,3080,'_order_key','wc_order_AP7HlErpzGc0z'),(146436,3080,'_customer_user','20'),(146437,3080,'_payment_method','paypal'),(146438,3080,'_payment_method_title','PayPal'),(146439,3080,'_customer_ip_address','76.87.171.180'),(146440,3080,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146441,3080,'_created_via','checkout'),(146442,3080,'_cart_hash','bada7e5c95a07b5261c6c6b83716db37'),(146443,3080,'_download_permissions_granted','yes'),(146444,3080,'_recorded_sales','yes'),(146445,3080,'_recorded_coupon_usage_counts','yes'),(146446,3080,'_new_order_email_sent','true'),(146447,3080,'_order_stock_reduced','yes'),(146448,3080,'_billing_first_name','Hasani'),(146449,3080,'_billing_last_name','Thompson'),(146450,3080,'_billing_company','Heat in Hair'),(146451,3080,'_billing_address_1','27225 Camp Plenty Road'),(146452,3080,'_billing_address_2','1D'),(146453,3080,'_billing_city','Santa Clarita'),(146454,3080,'_billing_state','CA'),(146455,3080,'_billing_postcode','91351'),(146456,3080,'_billing_country','US'),(146457,3080,'_billing_email','info@liceclinicssantaclarita.com'),(146458,3080,'_billing_phone','6615850263'),(146459,3080,'_shipping_first_name','Hasani'),(146460,3080,'_shipping_last_name','Thompson'),(146461,3080,'_shipping_company','Heat in Hair'),(146462,3080,'_shipping_address_1','12840 Riverside Dr'),(146463,3080,'_shipping_address_2','#200'),(146464,3080,'_shipping_city','North Hollywood'),(146465,3080,'_shipping_state','CA'),(146466,3080,'_shipping_postcode','91607'),(146467,3080,'_shipping_country','US'),(146468,3080,'_order_currency','USD'),(146469,3080,'_cart_discount','0'),(146470,3080,'_cart_discount_tax','0'),(146471,3080,'_order_shipping','0'),(146472,3080,'_order_shipping_tax','0'),(146473,3080,'_order_tax','0'),(146474,3080,'_order_total','755.88'),(146475,3080,'_order_version','9.4.3'),(146476,3080,'_prices_include_tax','no'),(146477,3080,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(146478,3080,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(146479,3080,'is_vat_exempt','no'),(146480,3080,'_wc_order_attribution_source_type','referral'),(146481,3080,'_wc_order_attribution_referrer','https://lcaportal.com/'),(146482,3080,'_wc_order_attribution_utm_source','lcaportal.com'),(146483,3080,'_wc_order_attribution_utm_medium','referral'),(146484,3080,'_wc_order_attribution_utm_content','/'),(146485,3080,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146486,3080,'_wc_order_attribution_session_start_time','2024-12-04 04:22:25'),(146487,3080,'_wc_order_attribution_session_pages','10'),(146488,3080,'_wc_order_attribution_session_count','1'),(146489,3080,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146490,3080,'_wc_order_attribution_device_type','Desktop'),(146491,3080,'Payment type','instant'),(146492,3080,'_paypal_status','completed'),(146493,3080,'_transaction_id','2YL15692R23730634'),(146494,3080,'PayPal Transaction Fee','26.87'),(146495,3080,'_date_paid','1733286538'),(146496,3080,'_paid_date','2024-12-04 04:28:58'),(146497,3079,'_edit_lock','1733357687:2'),(146498,3079,'_wc_shipment_tracking_items','a:10:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253067\";s:12:\"date_shipped\";s:10:\"1733356800\";s:11:\"tracking_id\";s:32:\"9747bd0084d581370e3848a6d349f094\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253056\";s:12:\"date_shipped\";i:1733357614;s:11:\"tracking_id\";s:32:\"195437eee1a2aa307280418734d63669\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253034\";s:12:\"date_shipped\";i:1733357624;s:11:\"tracking_id\";s:32:\"daa9c8e78ef8f2c79ff24bc05150e68d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253023\";s:12:\"date_shipped\";i:1733357629;s:11:\"tracking_id\";s:32:\"8691a6a6da78f6d5dba68745119b6d78\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253012\";s:12:\"date_shipped\";i:1733357636;s:11:\"tracking_id\";s:32:\"e8554906d2b53fbd514925284d1f5a85\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253001\";s:12:\"date_shipped\";i:1733357643;s:11:\"tracking_id\";s:32:\"1eec10dded899c0e2eca7d5988c9dae7\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252998\";s:12:\"date_shipped\";i:1733357650;s:11:\"tracking_id\";s:32:\"5aca307becdd61df0d15c6eabef85315\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252987\";s:12:\"date_shipped\";i:1733357655;s:11:\"tracking_id\";s:32:\"3fb89de6bec43057dbf1db34aef5b716\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252976\";s:12:\"date_shipped\";i:1733357660;s:11:\"tracking_id\";s:32:\"bf0333b4251d620de64bde4e84398769\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252965\";s:12:\"date_shipped\";i:1733357668;s:11:\"tracking_id\";s:32:\"71a2ea6794814a8576f146b34ba90caf\";}}'),(146499,3079,'_edit_last','2'),(146500,3079,'_date_completed','1733357673'),(146501,3079,'_completed_date','2024-12-05 00:14:33'),(146502,3078,'_edit_lock','1733357739:2'),(146503,3078,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252829\";s:12:\"date_shipped\";s:10:\"1733356800\";s:11:\"tracking_id\";s:32:\"589c32f142760a0cd3e2d0cbb2e94fd1\";}}'),(146504,3078,'_edit_last','2'),(146505,3078,'_date_completed','1733357714'),(146506,3078,'_completed_date','2024-12-05 00:15:14'),(146507,3074,'_edit_lock','1733495093:2'),(146508,3080,'_edit_lock','1733495024:2'),(146509,3081,'_order_key','wc_order_HwMdWzRHOAnmX'),(146510,3081,'_customer_user','59'),(146511,3081,'_payment_method','paypal'),(146512,3081,'_payment_method_title','PayPal'),(146513,3081,'_customer_ip_address','174.170.117.96'),(146514,3081,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146515,3081,'_created_via','checkout'),(146516,3081,'_cart_hash','f11d993dd3e9acbbd5afc8362eb7869c'),(146517,3081,'_download_permissions_granted','yes'),(146518,3081,'_recorded_sales','yes'),(146519,3081,'_recorded_coupon_usage_counts','yes'),(146520,3081,'_new_order_email_sent','true'),(146521,3081,'_order_stock_reduced','yes'),(146522,3081,'_billing_first_name','Allison'),(146523,3081,'_billing_last_name','Anthon'),(146524,3081,'_billing_company','Lice Clinics of America Sugar Land'),(146525,3081,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(146526,3081,'_billing_address_2','Apt, suite, floor, etc.'),(146527,3081,'_billing_city','TOMBALL'),(146528,3081,'_billing_state','TX'),(146529,3081,'_billing_postcode','77375'),(146530,3081,'_billing_country','US'),(146531,3081,'_billing_email','louseysolutions@gmail.com'),(146532,3081,'_billing_phone','6024008520'),(146533,3081,'_shipping_first_name','Allison'),(146534,3081,'_shipping_last_name','Anthon'),(146535,3081,'_shipping_company','LCA Sugar Land'),(146536,3081,'_shipping_address_1','2831 Lakecrest River Dr.'),(146537,3081,'_shipping_city','Katy'),(146538,3081,'_shipping_state','TX'),(146539,3081,'_shipping_postcode','77493'),(146540,3081,'_shipping_country','US'),(146541,3081,'_order_currency','USD'),(146542,3081,'_cart_discount','0'),(146543,3081,'_cart_discount_tax','0'),(146544,3081,'_order_shipping','0'),(146545,3081,'_order_shipping_tax','0'),(146546,3081,'_order_tax','0'),(146547,3081,'_order_total','1048.18'),(146548,3081,'_order_version','9.4.3'),(146549,3081,'_prices_include_tax','no'),(146550,3081,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(146551,3081,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(146552,3081,'is_vat_exempt','no'),(146553,3081,'_wc_order_attribution_source_type','referral'),(146554,3081,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(146555,3081,'_wc_order_attribution_utm_source','lcaportal.com'),(146556,3081,'_wc_order_attribution_utm_medium','referral'),(146557,3081,'_wc_order_attribution_utm_content','/'),(146558,3081,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146559,3081,'_wc_order_attribution_session_start_time','2024-12-05 01:50:43'),(146560,3081,'_wc_order_attribution_session_pages','6'),(146561,3081,'_wc_order_attribution_session_count','1'),(146562,3081,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146563,3081,'_wc_order_attribution_device_type','Desktop'),(146564,3081,'_oaw_varify_key','dfb8a80556082209e411'),(146565,3082,'_order_key','wc_order_EJok4I6pjDF0a'),(146566,3082,'_customer_user','37'),(146567,3082,'_payment_method','paypal'),(146568,3082,'_payment_method_title','PayPal'),(146569,3082,'_customer_ip_address','71.30.51.208'),(146570,3082,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(146571,3082,'_created_via','checkout'),(146572,3082,'_cart_hash','ca4e004d78dd9ae0a10ded84959d4aa0'),(146573,3082,'_download_permissions_granted','yes'),(146574,3082,'_recorded_sales','yes'),(146575,3082,'_recorded_coupon_usage_counts','yes'),(146576,3082,'_new_order_email_sent','true'),(146577,3082,'_order_stock_reduced','yes'),(146578,3082,'_billing_first_name','Marilou'),(146579,3082,'_billing_last_name','Vitale'),(146580,3082,'_billing_company','Family Hair Clinic of South Ga LLC'),(146581,3082,'_billing_address_1','4510 Timberbrook Trail'),(146582,3082,'_billing_city','Valdosta'),(146583,3082,'_billing_state','GA'),(146584,3082,'_billing_postcode','31602'),(146585,3082,'_billing_country','US'),(146586,3082,'_billing_email','familyhairclinic@gmail.com'),(146587,3082,'_billing_phone','2294151748'),(146588,3082,'_shipping_first_name','Marilou'),(146589,3082,'_shipping_last_name','Vitale'),(146590,3082,'_shipping_company','Family Hair Clinic of South Ga LLC'),(146591,3082,'_shipping_address_1','4510 Timberbrook Trail'),(146592,3082,'_shipping_city','Valdosta'),(146593,3082,'_shipping_state','GA'),(146594,3082,'_shipping_postcode','31602'),(146595,3082,'_shipping_country','US'),(146596,3082,'_order_currency','USD'),(146597,3082,'_cart_discount','0'),(146598,3082,'_cart_discount_tax','0'),(146599,3082,'_order_shipping','17.33'),(146600,3082,'_order_shipping_tax','0'),(146601,3082,'_order_tax','0'),(146602,3082,'_order_total','127.88'),(146603,3082,'_order_version','9.4.3'),(146604,3082,'_prices_include_tax','no'),(146605,3082,'_billing_address_index','Marilou Vitale Family Hair Clinic of South Ga LLC 4510 Timberbrook Trail  Valdosta GA 31602 US familyhairclinic@gmail.com 2294151748'),(146606,3082,'_shipping_address_index','Marilou Vitale Family Hair Clinic of South Ga LLC 4510 Timberbrook Trail  Valdosta GA 31602 US '),(146607,3082,'is_vat_exempt','no'),(146608,3082,'_wc_order_attribution_source_type','referral'),(146609,3082,'_wc_order_attribution_referrer','https://lcaportal.com/'),(146610,3082,'_wc_order_attribution_utm_source','lcaportal.com'),(146611,3082,'_wc_order_attribution_utm_medium','referral'),(146612,3082,'_wc_order_attribution_utm_content','/'),(146613,3082,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146614,3082,'_wc_order_attribution_session_start_time','2024-12-05 16:01:05'),(146615,3082,'_wc_order_attribution_session_pages','19'),(146616,3082,'_wc_order_attribution_session_count','1'),(146617,3082,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(146618,3082,'_wc_order_attribution_device_type','Desktop'),(146619,3083,'_order_key','wc_order_pX1mOl7PKvke3'),(146620,3083,'_customer_user','46'),(146621,3083,'_payment_method','paypal'),(146622,3083,'_payment_method_title','PayPal'),(146623,3083,'_customer_ip_address','72.47.75.84'),(146624,3083,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146625,3083,'_created_via','checkout'),(146626,3083,'_cart_hash','2cb8ac4bfe1e9fc0cf5a3110f5d62019'),(146627,3083,'_download_permissions_granted','yes'),(146628,3083,'_recorded_sales','yes'),(146629,3083,'_recorded_coupon_usage_counts','yes'),(146630,3083,'_new_order_email_sent','true'),(146631,3083,'_order_stock_reduced','yes'),(146632,3083,'_billing_first_name','Ashe'),(146633,3083,'_billing_last_name','montalvo'),(146634,3083,'_billing_company','lice clincs of america jonesboro'),(146635,3083,'_billing_address_1','1406 Market Place'),(146636,3083,'_billing_address_2','Apartment 10'),(146637,3083,'_billing_city','Jonesboro'),(146638,3083,'_billing_state','AR'),(146639,3083,'_billing_postcode','72404'),(146640,3083,'_billing_country','US'),(146641,3083,'_billing_email','bsdashlynf@gmail.com'),(146642,3083,'_billing_phone','8706132520'),(146643,3083,'_shipping_first_name','Ashe'),(146644,3083,'_shipping_last_name','montalvo'),(146645,3083,'_shipping_company','lice clincs of america jonesboro'),(146646,3083,'_shipping_address_1','3114 Fox Road'),(146647,3083,'_shipping_address_2','suite D'),(146648,3083,'_shipping_city','Jonesboro'),(146649,3083,'_shipping_state','AR'),(146650,3083,'_shipping_postcode','72404'),(146651,3083,'_shipping_country','US'),(146652,3083,'_order_currency','USD'),(146653,3083,'_cart_discount','0'),(146654,3083,'_cart_discount_tax','0'),(146655,3083,'_order_shipping','17.95'),(146656,3083,'_order_shipping_tax','0'),(146657,3083,'_order_tax','0'),(146658,3083,'_order_total','316.67'),(146659,3083,'_order_version','9.4.3'),(146660,3083,'_prices_include_tax','no'),(146661,3083,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(146662,3083,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(146663,3083,'is_vat_exempt','no'),(146664,3083,'_wc_order_attribution_source_type','referral'),(146665,3083,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(146666,3083,'_wc_order_attribution_utm_source','lcaportal.com'),(146667,3083,'_wc_order_attribution_utm_medium','referral'),(146668,3083,'_wc_order_attribution_utm_content','/'),(146669,3083,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146670,3083,'_wc_order_attribution_session_start_time','2024-12-05 16:10:41'),(146671,3083,'_wc_order_attribution_session_pages','6'),(146672,3083,'_wc_order_attribution_session_count','1'),(146673,3083,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146674,3083,'_wc_order_attribution_device_type','Desktop'),(146675,3083,'Payment type','instant'),(146676,3083,'_paypal_status','completed'),(146677,3083,'_transaction_id','5VR515891M705235V'),(146678,3083,'PayPal Transaction Fee','11.54'),(146679,3083,'_date_paid','1733415312'),(146680,3083,'_paid_date','2024-12-05 16:15:12'),(146681,3082,'Payment type','instant'),(146682,3082,'_paypal_status','completed'),(146683,3082,'_transaction_id','1U576708KY862944P'),(146684,3082,'PayPal Transaction Fee','4.95'),(146685,3082,'_date_paid','1733415845'),(146686,3082,'_paid_date','2024-12-05 16:24:05'),(146687,3081,'_edit_lock','1733834379:2'),(146688,3081,'_edit_last','2'),(146689,3081,'Payment type','instant'),(146690,3081,'_paypal_status','completed'),(146691,3081,'_transaction_id','72D55557V5357793F'),(146692,3081,'PayPal Transaction Fee','37.07'),(146693,3081,'_date_paid','1733437714'),(146694,3081,'_paid_date','2024-12-05 22:28:34'),(146695,3080,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253387\";s:12:\"date_shipped\";s:10:\"1733443200\";s:11:\"tracking_id\";s:32:\"a50b3d264321d41109a5d04b8f4a3b12\";}}'),(146696,3080,'_edit_last','2'),(146697,3080,'_date_completed','1733495149'),(146698,3080,'_completed_date','2024-12-06 14:25:49'),(146699,3074,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252510\";s:12:\"date_shipped\";s:10:\"1733443200\";s:11:\"tracking_id\";s:32:\"4be5dee3c27776300384849c5e469ff8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252509\";s:12:\"date_shipped\";i:1733495205;s:11:\"tracking_id\";s:32:\"93cd07028f5169766baded8dfa9ea660\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992252494\";s:12:\"date_shipped\";i:1733495210;s:11:\"tracking_id\";s:32:\"17d8e26cefe429b277065b77b03905d9\";}}'),(146700,3074,'_edit_last','2'),(146701,3074,'_date_completed','1733495212'),(146702,3074,'_completed_date','2024-12-06 14:26:52'),(146703,3083,'_edit_lock','1733495198:2'),(146704,3083,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253549\";s:12:\"date_shipped\";s:10:\"1733443200\";s:11:\"tracking_id\";s:32:\"384b9d154a0cb84397f206630a3acb8e\";}}'),(146705,3083,'_edit_last','2'),(146706,3083,'_date_completed','1733495330'),(146707,3083,'_completed_date','2024-12-06 14:28:50'),(146708,3084,'_order_key','wc_order_3FAxdeAI0wXce'),(146709,3084,'_customer_user','61'),(146710,3084,'_payment_method','paypal'),(146711,3084,'_payment_method_title','PayPal'),(146712,3084,'_customer_ip_address','217.180.201.34'),(146713,3084,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146714,3084,'_created_via','checkout'),(146715,3084,'_cart_hash','a858e31eae9db59511fa075c4e62b5ff'),(146716,3084,'_download_permissions_granted','yes'),(146717,3084,'_recorded_sales','yes'),(146718,3084,'_recorded_coupon_usage_counts','yes'),(146719,3084,'_new_order_email_sent','true'),(146720,3084,'_order_stock_reduced','yes'),(146721,3084,'_billing_first_name','Judith'),(146722,3084,'_billing_last_name','Hayden'),(146723,3084,'_billing_company','LCAL Hayden LLC'),(146724,3084,'_billing_address_1','1795 Alysheba Way'),(146725,3084,'_billing_address_2','Ste 4105'),(146726,3084,'_billing_city','Lexington'),(146727,3084,'_billing_state','KY'),(146728,3084,'_billing_postcode','40509'),(146729,3084,'_billing_country','US'),(146730,3084,'_billing_email','judy@liceclinicslexington.com'),(146731,3084,'_billing_phone','8595376966'),(146732,3084,'_shipping_first_name','Judith'),(146733,3084,'_shipping_last_name','Hayden'),(146734,3084,'_shipping_company','LCAL Hayden LLC'),(146735,3084,'_shipping_address_1','1795 Alysheba Way'),(146736,3084,'_shipping_address_2','Ste 4105'),(146737,3084,'_shipping_city','Lexington'),(146738,3084,'_shipping_state','KY'),(146739,3084,'_shipping_postcode','40509'),(146740,3084,'_shipping_country','US'),(146741,3084,'_order_currency','USD'),(146742,3084,'_cart_discount','0'),(146743,3084,'_cart_discount_tax','0'),(146744,3084,'_order_shipping','0'),(146745,3084,'_order_shipping_tax','0'),(146746,3084,'_order_tax','0'),(146747,3084,'_order_total','1031.30'),(146748,3084,'_order_version','9.4.3'),(146749,3084,'_prices_include_tax','no'),(146750,3084,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(146751,3084,'_shipping_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(146752,3084,'is_vat_exempt','no'),(146753,3084,'_wc_order_attribution_source_type','typein'),(146754,3084,'_wc_order_attribution_utm_source','(direct)'),(146755,3084,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146756,3084,'_wc_order_attribution_session_start_time','2024-12-06 18:15:16'),(146757,3084,'_wc_order_attribution_session_pages','8'),(146758,3084,'_wc_order_attribution_session_count','1'),(146759,3084,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146760,3084,'_wc_order_attribution_device_type','Desktop'),(146761,3084,'Payment type','instant'),(146762,3084,'_paypal_status','completed'),(146763,3084,'_transaction_id','7KC67361YR9071222'),(146764,3084,'PayPal Transaction Fee','36.48'),(146765,3084,'_date_paid','1733510218'),(146766,3084,'_paid_date','2024-12-06 18:36:58'),(146767,3085,'_order_key','wc_order_SFPHLRZy3ablt'),(146768,3085,'_customer_user','76'),(146769,3085,'_payment_method','paypal'),(146770,3085,'_payment_method_title','PayPal'),(146771,3085,'_customer_ip_address','66.31.192.192'),(146772,3085,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(146773,3085,'_created_via','checkout'),(146774,3085,'_cart_hash','040681c25d711d5c8b263b39e6eab834'),(146775,3085,'_download_permissions_granted','yes'),(146776,3085,'_recorded_sales','yes'),(146777,3085,'_recorded_coupon_usage_counts','yes'),(146778,3085,'_new_order_email_sent','true'),(146779,3085,'_order_stock_reduced','yes'),(146780,3085,'_billing_first_name','Naomi'),(146781,3085,'_billing_last_name','Golden'),(146782,3085,'_billing_company','LCA'),(146783,3085,'_billing_address_1','31 Mann Ave'),(146784,3085,'_billing_city','Needham'),(146785,3085,'_billing_state','MA'),(146786,3085,'_billing_postcode','02492'),(146787,3085,'_billing_country','US'),(146788,3085,'_billing_email','nrgolden6486@gmail.com'),(146789,3085,'_billing_phone','617-851-1322'),(146790,3085,'_shipping_first_name','Naomi'),(146791,3085,'_shipping_last_name','Golden'),(146792,3085,'_shipping_company','LCA'),(146793,3085,'_shipping_address_1','1349 Centre St.'),(146794,3085,'_shipping_address_2','Facing Trowbridge'),(146795,3085,'_shipping_city','Newton'),(146796,3085,'_shipping_state','MA'),(146797,3085,'_shipping_postcode','02459'),(146798,3085,'_shipping_country','US'),(146799,3085,'_order_currency','USD'),(146800,3085,'_cart_discount','0'),(146801,3085,'_cart_discount_tax','0'),(146802,3085,'_order_shipping','0'),(146803,3085,'_order_shipping_tax','0'),(146804,3085,'_order_tax','0'),(146805,3085,'_order_total','548.32'),(146806,3085,'_order_version','9.4.3'),(146807,3085,'_prices_include_tax','no'),(146808,3085,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(146809,3085,'_shipping_address_index','Naomi Golden LCA 1349 Centre St. Facing Trowbridge Newton MA 02459 US '),(146810,3085,'is_vat_exempt','no'),(146811,3085,'_wc_order_attribution_source_type','typein'),(146812,3085,'_wc_order_attribution_utm_source','(direct)'),(146813,3085,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146814,3085,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(146815,3085,'_wc_order_attribution_session_pages','10'),(146816,3085,'_wc_order_attribution_session_count','9'),(146817,3085,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(146818,3085,'_wc_order_attribution_device_type','Desktop'),(146819,3085,'Payment type','instant'),(146820,3085,'_paypal_status','completed'),(146821,3085,'_transaction_id','43E6170463302493C'),(146822,3085,'PayPal Transaction Fee','19.63'),(146823,3085,'_date_paid','1733680055'),(146824,3085,'_paid_date','2024-12-08 17:47:35'),(146825,3086,'_order_key','wc_order_Bflea7mI8Aihk'),(146826,3086,'_customer_user','87'),(146827,3086,'_payment_method','paypal'),(146828,3086,'_payment_method_title','PayPal'),(146829,3086,'_customer_ip_address','75.7.15.79'),(146830,3086,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146831,3086,'_created_via','checkout'),(146832,3086,'_cart_hash','6c683150a7fffab06a99741a6138a96f'),(146833,3086,'_download_permissions_granted','yes'),(146834,3086,'_recorded_sales','yes'),(146835,3086,'_recorded_coupon_usage_counts','yes'),(146836,3086,'_new_order_email_sent','true'),(146837,3086,'_order_stock_reduced','yes'),(146838,3086,'_billing_first_name','Wade'),(146839,3086,'_billing_last_name','Huntsman'),(146840,3086,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(146841,3086,'_billing_address_1','3421 E 21st'),(146842,3086,'_billing_city','Tulsa'),(146843,3086,'_billing_state','OK'),(146844,3086,'_billing_postcode','74114'),(146845,3086,'_billing_country','US'),(146846,3086,'_billing_email','info@liceclinicsmidsouth.com'),(146847,3086,'_billing_phone','9189783329'),(146848,3086,'_shipping_first_name','Wade'),(146849,3086,'_shipping_last_name','Huntsman'),(146850,3086,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(146851,3086,'_shipping_address_1','3421 E 21st'),(146852,3086,'_shipping_city','Tulsa'),(146853,3086,'_shipping_state','OK'),(146854,3086,'_shipping_postcode','74114'),(146855,3086,'_shipping_country','US'),(146856,3086,'_order_currency','USD'),(146857,3086,'_cart_discount','0'),(146858,3086,'_cart_discount_tax','0'),(146859,3086,'_order_shipping','0'),(146860,3086,'_order_shipping_tax','0'),(146861,3086,'_order_tax','0'),(146862,3086,'_order_total','647.75'),(146863,3086,'_order_version','9.4.3'),(146864,3086,'_prices_include_tax','no'),(146865,3086,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(146866,3086,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(146867,3086,'is_vat_exempt','no'),(146868,3086,'_wc_order_attribution_source_type','typein'),(146869,3086,'_wc_order_attribution_utm_source','(direct)'),(146870,3086,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146871,3086,'_wc_order_attribution_session_start_time','2024-12-09 19:27:27'),(146872,3086,'_wc_order_attribution_session_pages','4'),(146873,3086,'_wc_order_attribution_session_count','1'),(146874,3086,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(146875,3086,'_wc_order_attribution_device_type','Desktop'),(146876,3086,'Payment type','instant'),(146877,3086,'_paypal_status','completed'),(146878,3086,'_transaction_id','0RN2337264793151N'),(146879,3086,'PayPal Transaction Fee','23.10'),(146880,3086,'_date_paid','1733773002'),(146881,3086,'_paid_date','2024-12-09 19:36:42'),(146882,3087,'_order_key','wc_order_zFUZ7qkeTDDuU'),(146883,3087,'_customer_user','100'),(146884,3087,'_payment_method','paypal'),(146885,3087,'_payment_method_title','PayPal'),(146886,3087,'_customer_ip_address','72.159.157.57'),(146887,3087,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(146888,3087,'_created_via','checkout'),(146889,3087,'_cart_hash','7f7dcc0f4f9edb0781d06e331b7c6db6'),(146890,3087,'_download_permissions_granted','yes'),(146891,3087,'_recorded_sales','yes'),(146892,3087,'_recorded_coupon_usage_counts','yes'),(146893,3087,'_new_order_email_sent','true'),(146894,3087,'_order_stock_reduced','yes'),(146895,3087,'_billing_first_name','Michael'),(146896,3087,'_billing_last_name','Beckman'),(146897,3087,'_billing_address_1','921 Moraga Ave'),(146898,3087,'_billing_city','Piedmont'),(146899,3087,'_billing_state','CA'),(146900,3087,'_billing_postcode','94611'),(146901,3087,'_billing_country','US'),(146902,3087,'_billing_email','licetoknowyou@gmail.com'),(146903,3087,'_billing_phone','8585314583'),(146904,3087,'_shipping_first_name','Chelsey'),(146905,3087,'_shipping_last_name','Watkins'),(146906,3087,'_shipping_company','Lice Clinics of America - Sunnyvale'),(146907,3087,'_shipping_address_1','958 Redmond ave'),(146908,3087,'_shipping_city','San Jose'),(146909,3087,'_shipping_state','CA'),(146910,3087,'_shipping_postcode','95120'),(146911,3087,'_shipping_country','US'),(146912,3087,'_order_currency','USD'),(146913,3087,'_cart_discount','0'),(146914,3087,'_cart_discount_tax','0'),(146915,3087,'_order_shipping','0'),(146916,3087,'_order_shipping_tax','0'),(146917,3087,'_order_tax','0'),(146918,3087,'_order_total','516.94'),(146919,3087,'_order_version','9.4.3'),(146920,3087,'_prices_include_tax','no'),(146921,3087,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(146922,3087,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(146923,3087,'is_vat_exempt','no'),(146924,3087,'_wc_order_attribution_source_type','referral'),(146925,3087,'_wc_order_attribution_referrer','https://lcaportal.com/'),(146926,3087,'_wc_order_attribution_utm_source','lcaportal.com'),(146927,3087,'_wc_order_attribution_utm_medium','referral'),(146928,3087,'_wc_order_attribution_utm_content','/'),(146929,3087,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146930,3087,'_wc_order_attribution_session_start_time','2024-12-09 20:08:32'),(146931,3087,'_wc_order_attribution_session_pages','4'),(146932,3087,'_wc_order_attribution_session_count','12'),(146933,3087,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36'),(146934,3087,'_wc_order_attribution_device_type','Desktop'),(146935,3087,'Payment type','instant'),(146936,3087,'_paypal_status','completed'),(146937,3087,'_transaction_id','0C3529771V2813647'),(146938,3087,'PayPal Transaction Fee','18.53'),(146939,3087,'_date_paid','1733775378'),(146940,3087,'_paid_date','2024-12-09 20:16:18'),(146941,3088,'_order_key','wc_order_CeoHBjvwQqh1k'),(146942,3088,'_customer_user','82'),(146943,3088,'_payment_method','paypal'),(146944,3088,'_payment_method_title','PayPal'),(146945,3088,'_customer_ip_address','71.163.165.221'),(146946,3088,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(146947,3088,'_created_via','checkout'),(146948,3088,'_cart_hash','951f7bb13df0fa331b415a088d1f465e'),(146949,3088,'_download_permissions_granted','yes'),(146950,3088,'_recorded_sales','yes'),(146951,3088,'_recorded_coupon_usage_counts','yes'),(146952,3088,'_new_order_email_sent','true'),(146953,3088,'_order_stock_reduced','yes'),(146954,3088,'_billing_first_name','Nigel'),(146955,3088,'_billing_last_name','Le'),(146956,3088,'_billing_address_1','6080 FRANCONIA ROAD'),(146957,3088,'_billing_address_2','SUITE D'),(146958,3088,'_billing_city','ALEXANDRIA'),(146959,3088,'_billing_state','VA'),(146960,3088,'_billing_postcode','22310'),(146961,3088,'_billing_country','US'),(146962,3088,'_billing_email','sonnynguyenle@gmail.com'),(146963,3088,'_billing_phone','703-520-9000'),(146964,3088,'_shipping_first_name','SONNY'),(146965,3088,'_shipping_last_name','LE'),(146966,3088,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(146967,3088,'_shipping_city','FAIRFAX'),(146968,3088,'_shipping_state','VA'),(146969,3088,'_shipping_postcode','22030'),(146970,3088,'_shipping_country','US'),(146971,3088,'_order_currency','USD'),(146972,3088,'_cart_discount','0'),(146973,3088,'_cart_discount_tax','0'),(146974,3088,'_order_shipping','0'),(146975,3088,'_order_shipping_tax','0'),(146976,3088,'_order_tax','0'),(146977,3088,'_order_total','2911.34'),(146978,3088,'_order_version','9.4.3'),(146979,3088,'_prices_include_tax','no'),(146980,3088,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 703-520-9000'),(146981,3088,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(146982,3088,'is_vat_exempt','no'),(146983,3088,'_wc_order_attribution_source_type','typein'),(146984,3088,'_wc_order_attribution_utm_source','(direct)'),(146985,3088,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(146986,3088,'_wc_order_attribution_session_start_time','2024-12-10 03:05:09'),(146987,3088,'_wc_order_attribution_session_pages','7'),(146988,3088,'_wc_order_attribution_session_count','1'),(146989,3088,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(146990,3088,'_wc_order_attribution_device_type','Desktop'),(146991,3088,'Payment type','instant'),(146992,3088,'_paypal_status','completed'),(146993,3088,'_transaction_id','3AY32353AJ2142138'),(146994,3088,'PayPal Transaction Fee','102.10'),(146995,3088,'_date_paid','1733801046'),(146996,3088,'_paid_date','2024-12-10 03:24:06'),(146997,3081,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253777\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"77301a97a520a540f7e39b8658b2bdc4\";}}'),(146998,3081,'_date_completed','1733834508'),(146999,3081,'_completed_date','2024-12-10 12:41:48'),(147000,3084,'_edit_lock','1733834442:2'),(147001,3084,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253880\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"1afb10ea657e1b8eaa3c0c75637f5eed\";}}'),(147002,3084,'_edit_last','2'),(147003,3084,'_date_completed','1733834581'),(147004,3084,'_completed_date','2024-12-10 12:43:01'),(147005,3085,'_edit_lock','1733834479:2'),(147006,3085,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254096\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"dbcfb937931dceadd8a1a852b8369225\";}}'),(147007,3085,'_edit_last','2'),(147008,3085,'_date_completed','1733834615'),(147009,3085,'_completed_date','2024-12-10 12:43:35'),(147010,3086,'_edit_lock','1733834850:2'),(147011,3086,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254383\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"9f9c642c23c52c738acdf2082adfe7a5\";}}'),(147012,3086,'_edit_last','2'),(147013,3086,'_date_completed','1733834989'),(147014,3086,'_completed_date','2024-12-10 12:49:49'),(147015,3082,'_edit_lock','1733849391:2'),(147016,3082,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992253550\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"49a093c4523baeee16a862e0253c86e6\";}}'),(147017,3082,'_edit_last','2'),(147018,3082,'_date_completed','1733849528'),(147019,3082,'_completed_date','2024-12-10 16:52:08'),(147020,3088,'_edit_lock','1733849485:2'),(147021,3088,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254420\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"f41260b73bf8a7fd6e9b61b408f3097c\";}}'),(147022,3088,'_edit_last','2'),(147023,3088,'_date_completed','1733849623'),(147024,3088,'_completed_date','2024-12-10 16:53:43'),(147025,3089,'_order_key','wc_order_Ez3FQIRCEY7yU'),(147026,3089,'_customer_user','7'),(147027,3089,'_payment_method','paypal'),(147028,3089,'_payment_method_title','PayPal'),(147029,3089,'_customer_ip_address','71.93.225.128'),(147030,3089,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(147031,3089,'_created_via','checkout'),(147032,3089,'_cart_hash','87650c5949941710c21bfa8bacb828d7'),(147033,3089,'_download_permissions_granted','yes'),(147034,3089,'_recorded_sales','yes'),(147035,3089,'_recorded_coupon_usage_counts','yes'),(147036,3089,'_new_order_email_sent','true'),(147037,3089,'_order_stock_reduced','yes'),(147038,3089,'_billing_first_name','Amy'),(147039,3089,'_billing_last_name','Allen'),(147040,3089,'_billing_company','Lice Clinics Of America'),(147041,3089,'_billing_address_1','30 Hummingbird Court'),(147042,3089,'_billing_city','Hollister'),(147043,3089,'_billing_state','CA'),(147044,3089,'_billing_postcode','95023'),(147045,3089,'_billing_country','US'),(147046,3089,'_billing_email','lca.gilroy@gmail.com'),(147047,3089,'_billing_phone','4085005537'),(147048,3089,'_shipping_first_name','Amy'),(147049,3089,'_shipping_last_name','Allen'),(147050,3089,'_shipping_company','Lice Clinics Of America - Gilroy'),(147051,3089,'_shipping_address_1','7680 Monterey St Ste 104'),(147052,3089,'_shipping_city','Gilroy'),(147053,3089,'_shipping_state','CA'),(147054,3089,'_shipping_postcode','95020'),(147055,3089,'_shipping_country','US'),(147056,3089,'_order_currency','USD'),(147057,3089,'_cart_discount','0'),(147058,3089,'_cart_discount_tax','0'),(147059,3089,'_order_shipping','0'),(147060,3089,'_order_shipping_tax','0'),(147061,3089,'_order_tax','0'),(147062,3089,'_order_total','1547.36'),(147063,3089,'_order_version','9.4.3'),(147064,3089,'_prices_include_tax','no'),(147065,3089,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(147066,3089,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(147067,3089,'is_vat_exempt','no'),(147068,3089,'_wc_order_attribution_source_type','typein'),(147069,3089,'_wc_order_attribution_utm_source','(direct)'),(147070,3089,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147071,3089,'_wc_order_attribution_session_start_time','2024-10-18 15:32:08'),(147072,3089,'_wc_order_attribution_session_pages','4'),(147073,3089,'_wc_order_attribution_session_count','3'),(147074,3089,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(147075,3089,'_wc_order_attribution_device_type','Desktop'),(147076,3089,'Payment type','instant'),(147077,3089,'_paypal_status','completed'),(147078,3089,'_transaction_id','0FJ447758W0625903'),(147079,3089,'PayPal Transaction Fee','54.49'),(147080,3089,'_date_paid','1733851017'),(147081,3089,'_paid_date','2024-12-10 17:16:57'),(147082,3090,'_order_key','wc_order_vXZEdmrkMzcb3'),(147083,3090,'_customer_user','6'),(147084,3090,'_payment_method','paypal'),(147085,3090,'_payment_method_title','PayPal'),(147086,3090,'_customer_ip_address','24.23.11.137'),(147087,3090,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147088,3090,'_created_via','checkout'),(147089,3090,'_cart_hash','162effddee18fa6f8a8378d6c8811750'),(147090,3090,'_download_permissions_granted','yes'),(147091,3090,'_recorded_sales','yes'),(147092,3090,'_recorded_coupon_usage_counts','yes'),(147093,3090,'_new_order_email_sent','true'),(147094,3090,'_order_stock_reduced','yes'),(147095,3090,'_billing_first_name','Amira'),(147096,3090,'_billing_last_name','Purto'),(147097,3090,'_billing_address_1','2520 Chandon Circle'),(147098,3090,'_billing_city','Modesto'),(147099,3090,'_billing_state','CA'),(147100,3090,'_billing_postcode','95355'),(147101,3090,'_billing_country','US'),(147102,3090,'_billing_email','amira77@sbcglobal.net'),(147103,3090,'_billing_phone','2096422061'),(147104,3090,'_shipping_first_name','Amira'),(147105,3090,'_shipping_last_name','Purto'),(147106,3090,'_shipping_address_1','2520 Chandon Circle'),(147107,3090,'_shipping_city','Modesto'),(147108,3090,'_shipping_state','CA'),(147109,3090,'_shipping_postcode','95355'),(147110,3090,'_shipping_country','US'),(147111,3090,'_order_currency','USD'),(147112,3090,'_cart_discount','0'),(147113,3090,'_cart_discount_tax','0'),(147114,3090,'_order_shipping','0'),(147115,3090,'_order_shipping_tax','0'),(147116,3090,'_order_tax','0'),(147117,3090,'_order_total','827.90'),(147118,3090,'_order_version','9.5.1'),(147119,3090,'_prices_include_tax','no'),(147120,3090,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(147121,3090,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(147122,3090,'is_vat_exempt','no'),(147123,3090,'_wc_order_attribution_source_type','typein'),(147124,3090,'_wc_order_attribution_utm_source','(direct)'),(147125,3090,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147126,3090,'_wc_order_attribution_session_start_time','2024-12-10 19:00:39'),(147127,3090,'_wc_order_attribution_session_pages','8'),(147128,3090,'_wc_order_attribution_session_count','1'),(147129,3090,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147130,3090,'_wc_order_attribution_device_type','Desktop'),(147131,3090,'Payment type','instant'),(147132,3090,'_paypal_status','completed'),(147133,3090,'_transaction_id','3C6499182N086243W'),(147134,3090,'PayPal Transaction Fee','29.38'),(147135,3090,'_date_paid','1733857733'),(147136,3090,'_paid_date','2024-12-10 19:08:53'),(147137,3087,'_edit_lock','1733863297:2'),(147138,3087,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254512\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"1e74c8ff4bc643e2b1ac3bb6f426b584\";}}'),(147139,3087,'_edit_last','2'),(147140,3087,'_date_completed','1733863432'),(147141,3087,'_completed_date','2024-12-10 20:43:52'),(147142,3089,'_edit_lock','1733863408:2'),(147143,3089,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254589\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"769723e57029b24ee1cdc7a5af44b754\";}}'),(147144,3089,'_edit_last','2'),(147145,3089,'_date_completed','1733863548'),(147146,3089,'_completed_date','2024-12-10 20:45:48'),(147147,3092,'_order_key','wc_order_1PVnGozNmn9jj'),(147148,3092,'_customer_user','76'),(147149,3092,'_payment_method','paypal'),(147150,3092,'_payment_method_title','PayPal'),(147151,3092,'_customer_ip_address','66.31.192.192'),(147152,3092,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147153,3092,'_created_via','checkout'),(147154,3092,'_cart_hash','5eb72e7d3cd8a867e1f5d0915e2a5320'),(147155,3092,'_download_permissions_granted','yes'),(147156,3092,'_recorded_sales','yes'),(147157,3092,'_recorded_coupon_usage_counts','yes'),(147158,3092,'_new_order_email_sent','true'),(147159,3092,'_order_stock_reduced','yes'),(147160,3092,'_billing_first_name','Naomi'),(147161,3092,'_billing_last_name','Golden'),(147162,3092,'_billing_company','LCA'),(147163,3092,'_billing_address_1','31 Mann Ave'),(147164,3092,'_billing_city','Needham'),(147165,3092,'_billing_state','MA'),(147166,3092,'_billing_postcode','02492'),(147167,3092,'_billing_country','US'),(147168,3092,'_billing_email','nrgolden6486@gmail.com'),(147169,3092,'_billing_phone','617-851-1322'),(147170,3092,'_shipping_first_name','Naomi'),(147171,3092,'_shipping_last_name','Golden'),(147172,3092,'_shipping_company','LCA'),(147173,3092,'_shipping_address_1','3 Baldwin Green Common'),(147174,3092,'_shipping_address_2','suite 310'),(147175,3092,'_shipping_city','Woburn'),(147176,3092,'_shipping_state','MA'),(147177,3092,'_shipping_postcode','01801'),(147178,3092,'_shipping_country','US'),(147179,3092,'_order_currency','USD'),(147180,3092,'_cart_discount','0'),(147181,3092,'_cart_discount_tax','0'),(147182,3092,'_order_shipping','0'),(147183,3092,'_order_shipping_tax','0'),(147184,3092,'_order_tax','0'),(147185,3092,'_order_total','911.38'),(147186,3092,'_order_version','9.4.3'),(147187,3092,'_prices_include_tax','no'),(147188,3092,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(147189,3092,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(147190,3092,'is_vat_exempt','no'),(147191,3092,'_wc_order_attribution_source_type','typein'),(147192,3092,'_wc_order_attribution_utm_source','(direct)'),(147193,3092,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147194,3092,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(147195,3092,'_wc_order_attribution_session_pages','4'),(147196,3092,'_wc_order_attribution_session_count','12'),(147197,3092,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147198,3092,'_wc_order_attribution_device_type','Desktop'),(147199,3092,'Payment type','instant'),(147200,3092,'_paypal_status','completed'),(147201,3092,'_transaction_id','2GU43950HE159470H'),(147202,3092,'PayPal Transaction Fee','32.30'),(147203,3092,'_date_paid','1733948046'),(147204,3092,'_paid_date','2024-12-11 20:14:06'),(147205,3093,'_order_key','wc_order_1PaLYjRTQ5kDi'),(147206,3093,'_customer_user','54'),(147207,3093,'_payment_method','paypal'),(147208,3093,'_payment_method_title','PayPal'),(147209,3093,'_customer_ip_address','75.250.200.69'),(147210,3093,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(147211,3093,'_created_via','checkout'),(147212,3093,'_cart_hash','7705d0cc163103bbd52d03af4edb2244'),(147213,3093,'_download_permissions_granted','yes'),(147214,3093,'_recorded_sales','yes'),(147215,3093,'_recorded_coupon_usage_counts','yes'),(147216,3093,'_new_order_email_sent','true'),(147217,3093,'_order_stock_reduced','yes'),(147218,3093,'_billing_first_name','Erin'),(147219,3093,'_billing_last_name','Hawn'),(147220,3093,'_billing_address_1','10 W Phillip Rd'),(147221,3093,'_billing_address_2','Suite 123'),(147222,3093,'_billing_city','Vernon Hills'),(147223,3093,'_billing_state','IL'),(147224,3093,'_billing_postcode','60061'),(147225,3093,'_billing_country','US'),(147226,3093,'_billing_email','info@liceclinicsvernonhills.com'),(147227,3093,'_billing_phone','8475960408'),(147228,3093,'_shipping_first_name','Erin'),(147229,3093,'_shipping_last_name','Hawn'),(147230,3093,'_shipping_address_1','1491 S Amarias Dr'),(147231,3093,'_shipping_city','Round lake'),(147232,3093,'_shipping_state','IL'),(147233,3093,'_shipping_postcode','60073'),(147234,3093,'_shipping_country','US'),(147235,3093,'_order_currency','USD'),(147236,3093,'_cart_discount','0'),(147237,3093,'_cart_discount_tax','0'),(147238,3093,'_order_shipping','0'),(147239,3093,'_order_shipping_tax','0'),(147240,3093,'_order_tax','0'),(147241,3093,'_order_total','668.78'),(147242,3093,'_order_version','9.4.3'),(147243,3093,'_prices_include_tax','no'),(147244,3093,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(147245,3093,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(147246,3093,'is_vat_exempt','no'),(147247,3093,'_wc_order_attribution_source_type','typein'),(147248,3093,'_wc_order_attribution_utm_source','(direct)'),(147249,3093,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147250,3093,'_wc_order_attribution_session_start_time','2024-12-08 21:04:52'),(147251,3093,'_wc_order_attribution_session_pages','5'),(147252,3093,'_wc_order_attribution_session_count','3'),(147253,3093,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36'),(147254,3093,'_wc_order_attribution_device_type','Desktop'),(147255,3093,'Payment type','instant'),(147256,3093,'_paypal_status','completed'),(147257,3093,'_transaction_id','3EK49597VY252064Y'),(147258,3093,'PayPal Transaction Fee','23.83'),(147259,3093,'_date_paid','1733968597'),(147260,3093,'_paid_date','2024-12-12 01:56:37'),(147261,3094,'_order_key','wc_order_C5gWzCVsRCmEm'),(147262,3094,'_customer_user','61'),(147263,3094,'_payment_method','paypal'),(147264,3094,'_payment_method_title','PayPal'),(147265,3094,'_customer_ip_address','72.49.115.43'),(147266,3094,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147267,3094,'_created_via','checkout'),(147268,3094,'_cart_hash','fcff949d62558bac662407f809f1048d'),(147269,3094,'_download_permissions_granted','yes'),(147270,3094,'_recorded_sales','yes'),(147271,3094,'_recorded_coupon_usage_counts','yes'),(147272,3094,'_new_order_email_sent','true'),(147273,3094,'_order_stock_reduced','yes'),(147274,3094,'_billing_first_name','Judith'),(147275,3094,'_billing_last_name','Hayden'),(147276,3094,'_billing_company','LCAL Hayden LLC'),(147277,3094,'_billing_address_1','1795 Alysheba Way'),(147278,3094,'_billing_address_2','Ste 4105'),(147279,3094,'_billing_city','Lexington'),(147280,3094,'_billing_state','KY'),(147281,3094,'_billing_postcode','40509'),(147282,3094,'_billing_country','US'),(147283,3094,'_billing_email','judy@liceclinicslexington.com'),(147284,3094,'_billing_phone','8595376966'),(147285,3094,'_shipping_first_name','Judy'),(147286,3094,'_shipping_last_name','Hayden'),(147287,3094,'_shipping_company','Lice Clinics of America'),(147288,3094,'_shipping_address_1','549 Centre View Blvd'),(147289,3094,'_shipping_address_2','Cambridge Square Bld 24'),(147290,3094,'_shipping_city','Crestview Hills'),(147291,3094,'_shipping_state','KY'),(147292,3094,'_shipping_postcode','41017'),(147293,3094,'_shipping_country','US'),(147294,3094,'_order_currency','USD'),(147295,3094,'_cart_discount','0'),(147296,3094,'_cart_discount_tax','0'),(147297,3094,'_order_shipping','0'),(147298,3094,'_order_shipping_tax','0'),(147299,3094,'_order_tax','0'),(147300,3094,'_order_total','892.78'),(147301,3094,'_order_version','9.4.3'),(147302,3094,'_prices_include_tax','no'),(147303,3094,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(147304,3094,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(147305,3094,'is_vat_exempt','no'),(147306,3094,'_wc_order_attribution_source_type','typein'),(147307,3094,'_wc_order_attribution_utm_source','(direct)'),(147308,3094,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147309,3094,'_wc_order_attribution_session_start_time','2024-12-12 18:34:15'),(147310,3094,'_wc_order_attribution_session_pages','6'),(147311,3094,'_wc_order_attribution_session_count','1'),(147312,3094,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147313,3094,'_wc_order_attribution_device_type','Desktop'),(147314,3094,'Payment type','instant'),(147315,3094,'_paypal_status','completed'),(147316,3094,'_transaction_id','2FD62545BG095213R'),(147317,3094,'PayPal Transaction Fee','31.65'),(147318,3094,'_date_paid','1734028764'),(147319,3094,'_paid_date','2024-12-12 18:39:24'),(147320,3095,'_order_key','wc_order_L3r45Vo7S7MHu'),(147321,3095,'_customer_user','3'),(147322,3095,'_payment_method','paypal'),(147323,3095,'_payment_method_title','PayPal'),(147324,3095,'_customer_ip_address','99.22.146.124'),(147325,3095,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147326,3095,'_created_via','checkout'),(147327,3095,'_cart_hash','fc958608a1a78a6a154150a3b17f38ac'),(147328,3095,'_download_permissions_granted','yes'),(147329,3095,'_recorded_sales','yes'),(147330,3095,'_recorded_coupon_usage_counts','yes'),(147331,3095,'_new_order_email_sent','true'),(147332,3095,'_order_stock_reduced','yes'),(147333,3095,'_billing_first_name','amanda'),(147334,3095,'_billing_last_name','westerman'),(147335,3095,'_billing_company','Lice Clinics of America McKinney'),(147336,3095,'_billing_address_1','3120 Hudson Crossing'),(147337,3095,'_billing_address_2','Suite A2'),(147338,3095,'_billing_city','MCKINNEY'),(147339,3095,'_billing_state','TX'),(147340,3095,'_billing_postcode','75070'),(147341,3095,'_billing_country','US'),(147342,3095,'_billing_email','awesterman1103@gmail.com'),(147343,3095,'_billing_phone','12144175741'),(147344,3095,'_shipping_first_name','amanda'),(147345,3095,'_shipping_last_name','westerman'),(147346,3095,'_shipping_company','Lice Clinics of America McKinney'),(147347,3095,'_shipping_address_1','3120 Hudson Crossing'),(147348,3095,'_shipping_address_2','Suite A2'),(147349,3095,'_shipping_city','MCKINNEY'),(147350,3095,'_shipping_state','TX'),(147351,3095,'_shipping_postcode','75070'),(147352,3095,'_shipping_country','US'),(147353,3095,'_order_currency','USD'),(147354,3095,'_cart_discount','0'),(147355,3095,'_cart_discount_tax','0'),(147356,3095,'_order_shipping','0'),(147357,3095,'_order_shipping_tax','0'),(147358,3095,'_order_tax','0'),(147359,3095,'_order_total','1545.98'),(147360,3095,'_order_version','9.4.3'),(147361,3095,'_prices_include_tax','no'),(147362,3095,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(147363,3095,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(147364,3095,'is_vat_exempt','no'),(147365,3095,'_wc_order_attribution_source_type','referral'),(147366,3095,'_wc_order_attribution_referrer','https://lcaportal.com/'),(147367,3095,'_wc_order_attribution_utm_source','lcaportal.com'),(147368,3095,'_wc_order_attribution_utm_medium','referral'),(147369,3095,'_wc_order_attribution_utm_content','/'),(147370,3095,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147371,3095,'_wc_order_attribution_session_start_time','2024-12-12 20:07:35'),(147372,3095,'_wc_order_attribution_session_pages','6'),(147373,3095,'_wc_order_attribution_session_count','2'),(147374,3095,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147375,3095,'_wc_order_attribution_device_type','Desktop'),(147376,3095,'Payment type','instant'),(147377,3095,'_paypal_status','completed'),(147378,3095,'_transaction_id','0KJ667996T899360R'),(147379,3095,'PayPal Transaction Fee','54.44'),(147380,3095,'_date_paid','1734034335'),(147381,3095,'_paid_date','2024-12-12 20:12:15'),(147382,3092,'_edit_lock','1734060540:2'),(147383,3092,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255037\";s:12:\"date_shipped\";s:10:\"1734048000\";s:11:\"tracking_id\";s:32:\"b1a79b2257cc4059ab924ae37c8855ab\";}}'),(147384,3092,'_edit_last','2'),(147385,3092,'_date_completed','1734060535'),(147386,3092,'_completed_date','2024-12-13 03:28:55'),(147387,3090,'_edit_lock','1734976090:2'),(147388,3093,'_edit_lock','1734060699:2'),(147389,3094,'_edit_lock','1734060700:2'),(147390,3094,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255243\";s:12:\"date_shipped\";s:10:\"1734048000\";s:11:\"tracking_id\";s:32:\"18227001aca8e89caa923da8ab415cc3\";}}'),(147391,3094,'_edit_last','2'),(147392,3094,'_date_completed','1734060667'),(147393,3094,'_completed_date','2024-12-13 03:31:07'),(147394,3093,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255210\";s:12:\"date_shipped\";s:10:\"1734048000\";s:11:\"tracking_id\";s:32:\"d5b564584709b763550683509a6ef896\";}}'),(147395,3093,'_edit_last','2'),(147396,3093,'_date_completed','1734060694'),(147397,3093,'_completed_date','2024-12-13 03:31:34'),(147398,3095,'_edit_lock','1734060618:2'),(147399,3095,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255276\";s:12:\"date_shipped\";s:10:\"1734048000\";s:11:\"tracking_id\";s:32:\"b79bd9fa0780726d9190a235070c466f\";}}'),(147400,3095,'_edit_last','2'),(147401,3095,'_date_completed','1734060745'),(147402,3095,'_completed_date','2024-12-13 03:32:25'),(147403,3096,'_order_key','wc_order_wHGnCFnEGOZx5'),(147404,3096,'_customer_user','76'),(147405,3096,'_payment_method','paypal'),(147406,3096,'_payment_method_title','PayPal'),(147407,3096,'_customer_ip_address','66.31.192.192'),(147408,3096,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147409,3096,'_created_via','checkout'),(147410,3096,'_cart_hash','cce49100dc4dccfbe6760c7043edf530'),(147411,3096,'_download_permissions_granted','yes'),(147412,3096,'_recorded_sales','yes'),(147413,3096,'_recorded_coupon_usage_counts','yes'),(147414,3096,'_new_order_email_sent','true'),(147415,3096,'_order_stock_reduced','yes'),(147416,3096,'_billing_first_name','Naomi'),(147417,3096,'_billing_last_name','Golden'),(147418,3096,'_billing_company','LCA'),(147419,3096,'_billing_address_1','31 Mann Ave'),(147420,3096,'_billing_city','Needham'),(147421,3096,'_billing_state','MA'),(147422,3096,'_billing_postcode','02492'),(147423,3096,'_billing_country','US'),(147424,3096,'_billing_email','nrgolden6486@gmail.com'),(147425,3096,'_billing_phone','617-851-1322'),(147426,3096,'_shipping_first_name','Naomi'),(147427,3096,'_shipping_last_name','Golden'),(147428,3096,'_shipping_company','LCA'),(147429,3096,'_shipping_address_1','1349 Centre Street'),(147430,3096,'_shipping_address_2','Facing Trowbridge'),(147431,3096,'_shipping_city','Newton'),(147432,3096,'_shipping_state','MA'),(147433,3096,'_shipping_postcode','02459'),(147434,3096,'_shipping_country','US'),(147435,3096,'_order_currency','USD'),(147436,3096,'_cart_discount','0'),(147437,3096,'_cart_discount_tax','0'),(147438,3096,'_order_shipping','0'),(147439,3096,'_order_shipping_tax','0'),(147440,3096,'_order_tax','0'),(147441,3096,'_order_total','509.12'),(147442,3096,'_order_version','9.4.3'),(147443,3096,'_prices_include_tax','no'),(147444,3096,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(147445,3096,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street Facing Trowbridge Newton MA 02459 US '),(147446,3096,'is_vat_exempt','no'),(147447,3096,'_wc_order_attribution_source_type','typein'),(147448,3096,'_wc_order_attribution_utm_source','(direct)'),(147449,3096,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147450,3096,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(147451,3096,'_wc_order_attribution_session_pages','18'),(147452,3096,'_wc_order_attribution_session_count','13'),(147453,3096,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147454,3096,'_wc_order_attribution_device_type','Desktop'),(147455,3096,'Payment type','instant'),(147456,3096,'_paypal_status','completed'),(147457,3096,'_transaction_id','5GL31527RP426892H'),(147458,3096,'PayPal Transaction Fee','18.26'),(147459,3096,'_date_paid','1734114838'),(147460,3096,'_paid_date','2024-12-13 18:33:58'),(147461,3097,'_order_key','wc_order_WaTWo04nkCjhe'),(147462,3097,'_customer_user','66'),(147463,3097,'_payment_method','paypal'),(147464,3097,'_payment_method_title','PayPal'),(147465,3097,'_customer_ip_address','72.85.35.117'),(147466,3097,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(147467,3097,'_created_via','checkout'),(147468,3097,'_cart_hash','dc00dae5ad4d0c1c5df62658aafc34cb'),(147469,3097,'_download_permissions_granted','yes'),(147470,3097,'_recorded_sales','yes'),(147471,3097,'_recorded_coupon_usage_counts','yes'),(147472,3097,'_new_order_email_sent','true'),(147473,3097,'_order_stock_reduced','yes'),(147474,3097,'_billing_first_name','Mark'),(147475,3097,'_billing_last_name','Dent'),(147476,3097,'_billing_company','Lice Clinics of Maryland'),(147477,3097,'_billing_address_1','801 W 33rd Street'),(147478,3097,'_billing_city','BAltimore'),(147479,3097,'_billing_state','MD'),(147480,3097,'_billing_postcode','21211'),(147481,3097,'_billing_country','US'),(147482,3097,'_billing_email','info@liceclinicsofmaryland.com'),(147483,3097,'_billing_phone','4438349991'),(147484,3097,'_shipping_first_name','Dawn'),(147485,3097,'_shipping_last_name','Mumaw'),(147486,3097,'_shipping_company','LCA Baltimore'),(147487,3097,'_shipping_address_1','604 Providence Road'),(147488,3097,'_shipping_city','Towson'),(147489,3097,'_shipping_state','MD'),(147490,3097,'_shipping_postcode','21286'),(147491,3097,'_shipping_country','US'),(147492,3097,'_order_currency','USD'),(147493,3097,'_cart_discount','0'),(147494,3097,'_cart_discount_tax','0'),(147495,3097,'_order_shipping','0'),(147496,3097,'_order_shipping_tax','0'),(147497,3097,'_order_tax','0'),(147498,3097,'_order_total','4251.75'),(147499,3097,'_order_version','9.4.3'),(147500,3097,'_prices_include_tax','no'),(147501,3097,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(147502,3097,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(147503,3097,'is_vat_exempt','no'),(147504,3097,'_wc_order_attribution_source_type','referral'),(147505,3097,'_wc_order_attribution_referrer','https://lcaportal.com/'),(147506,3097,'_wc_order_attribution_utm_source','lcaportal.com'),(147507,3097,'_wc_order_attribution_utm_medium','referral'),(147508,3097,'_wc_order_attribution_utm_content','/'),(147509,3097,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147510,3097,'_wc_order_attribution_session_start_time','2024-12-15 14:41:24'),(147511,3097,'_wc_order_attribution_session_pages','4'),(147512,3097,'_wc_order_attribution_session_count','1'),(147513,3097,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(147514,3097,'_wc_order_attribution_device_type','Desktop'),(147515,3097,'Payment type','instant'),(147516,3097,'_paypal_status','completed'),(147517,3097,'_transaction_id','0CC46089RG771273B'),(147518,3097,'PayPal Transaction Fee','148.88'),(147519,3097,'_date_paid','1734275169'),(147520,3097,'_paid_date','2024-12-15 15:06:09'),(147521,3096,'_edit_lock','1734359197:2'),(147522,3096,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255530\";s:12:\"date_shipped\";s:10:\"1734307200\";s:11:\"tracking_id\";s:32:\"a2b0575ec1e80af8d830909d6c68c06e\";}}'),(147523,3096,'_edit_last','2'),(147524,3096,'_date_completed','1734359323'),(147525,3096,'_completed_date','2024-12-16 14:28:43'),(147526,3098,'_order_key','wc_order_T32tvk2OeKKM8'),(147527,3098,'_customer_user','3'),(147528,3098,'_payment_method','paypal'),(147529,3098,'_payment_method_title','PayPal'),(147530,3098,'_customer_ip_address','99.22.146.124'),(147531,3098,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147532,3098,'_created_via','checkout'),(147533,3098,'_cart_hash','7195ddc56c2dd1ce505135b5afa68472'),(147534,3098,'_download_permissions_granted','yes'),(147535,3098,'_recorded_sales','yes'),(147536,3098,'_recorded_coupon_usage_counts','yes'),(147537,3098,'_new_order_email_sent','true'),(147538,3098,'_order_stock_reduced','yes'),(147539,3098,'_billing_first_name','amanda'),(147540,3098,'_billing_last_name','westerman'),(147541,3098,'_billing_company','Lice Clinics of America McKinney'),(147542,3098,'_billing_address_1','3120 Hudson Crossing'),(147543,3098,'_billing_address_2','Suite A2'),(147544,3098,'_billing_city','MCKINNEY'),(147545,3098,'_billing_state','TX'),(147546,3098,'_billing_postcode','75070'),(147547,3098,'_billing_country','US'),(147548,3098,'_billing_email','awesterman1103@gmail.com'),(147549,3098,'_billing_phone','12144175741'),(147550,3098,'_shipping_first_name','amanda'),(147551,3098,'_shipping_last_name','westerman'),(147552,3098,'_shipping_company','Lice Clinics of America McKinney'),(147553,3098,'_shipping_address_1','4002 BELT LINE RD'),(147554,3098,'_shipping_address_2','Suite 140'),(147555,3098,'_shipping_city','Dallas'),(147556,3098,'_shipping_state','TX'),(147557,3098,'_shipping_postcode','75214'),(147558,3098,'_shipping_country','US'),(147559,3098,'_order_currency','USD'),(147560,3098,'_cart_discount','0'),(147561,3098,'_cart_discount_tax','0'),(147562,3098,'_order_shipping','0'),(147563,3098,'_order_shipping_tax','0'),(147564,3098,'_order_tax','0'),(147565,3098,'_order_total','732.32'),(147566,3098,'_order_version','9.4.3'),(147567,3098,'_prices_include_tax','no'),(147568,3098,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(147569,3098,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 4002 BELT LINE RD Suite 140 Dallas TX 75214 US '),(147570,3098,'is_vat_exempt','no'),(147571,3098,'_wc_order_attribution_source_type','referral'),(147572,3098,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(147573,3098,'_wc_order_attribution_utm_source','lcaportal.com'),(147574,3098,'_wc_order_attribution_utm_medium','referral'),(147575,3098,'_wc_order_attribution_utm_content','/'),(147576,3098,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147577,3098,'_wc_order_attribution_session_start_time','2024-12-16 19:36:28'),(147578,3098,'_wc_order_attribution_session_pages','4'),(147579,3098,'_wc_order_attribution_session_count','2'),(147580,3098,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147581,3098,'_wc_order_attribution_device_type','Desktop'),(147582,3098,'Payment type','instant'),(147583,3098,'_paypal_status','completed'),(147584,3098,'_transaction_id','9HM46694358819743'),(147585,3098,'PayPal Transaction Fee','26.05'),(147586,3098,'_date_paid','1734377905'),(147587,3098,'_paid_date','2024-12-16 19:38:25'),(147588,3099,'_order_key','wc_order_4qOoCbmTEvTiK'),(147589,3099,'_customer_user','3'),(147590,3099,'_payment_method','paypal'),(147591,3099,'_payment_method_title','PayPal'),(147592,3099,'_customer_ip_address','99.22.146.124'),(147593,3099,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147594,3099,'_created_via','checkout'),(147595,3099,'_cart_hash','82ff9bd6d540883f06d9fe44e82db098'),(147596,3099,'_download_permissions_granted','yes'),(147597,3099,'_recorded_sales','yes'),(147598,3099,'_recorded_coupon_usage_counts','yes'),(147599,3099,'_new_order_email_sent','true'),(147600,3099,'_order_stock_reduced','yes'),(147601,3099,'_billing_first_name','amanda'),(147602,3099,'_billing_last_name','westerman'),(147603,3099,'_billing_company','Lice Clinics of America McKinney'),(147604,3099,'_billing_address_1','3120 Hudson Crossing'),(147605,3099,'_billing_address_2','Suite A2'),(147606,3099,'_billing_city','MCKINNEY'),(147607,3099,'_billing_state','TX'),(147608,3099,'_billing_postcode','75070'),(147609,3099,'_billing_country','US'),(147610,3099,'_billing_email','awesterman1103@gmail.com'),(147611,3099,'_billing_phone','12144175741'),(147612,3099,'_shipping_first_name','amanda'),(147613,3099,'_shipping_last_name','westerman'),(147614,3099,'_shipping_company','Lice Clinics of America McKinney'),(147615,3099,'_shipping_address_1','5510 Abrams Road'),(147616,3099,'_shipping_address_2','Suite 121'),(147617,3099,'_shipping_city','Dallas'),(147618,3099,'_shipping_state','TX'),(147619,3099,'_shipping_postcode','75214'),(147620,3099,'_shipping_country','US'),(147621,3099,'_order_currency','USD'),(147622,3099,'_cart_discount','0'),(147623,3099,'_cart_discount_tax','0'),(147624,3099,'_order_shipping','0'),(147625,3099,'_order_shipping_tax','0'),(147626,3099,'_order_tax','0'),(147627,3099,'_order_total','1139.43'),(147628,3099,'_order_version','9.4.3'),(147629,3099,'_prices_include_tax','no'),(147630,3099,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(147631,3099,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(147632,3099,'is_vat_exempt','no'),(147633,3099,'_wc_order_attribution_source_type','referral'),(147634,3099,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(147635,3099,'_wc_order_attribution_utm_source','lcaportal.com'),(147636,3099,'_wc_order_attribution_utm_medium','referral'),(147637,3099,'_wc_order_attribution_utm_content','/'),(147638,3099,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147639,3099,'_wc_order_attribution_session_start_time','2024-12-16 19:36:28'),(147640,3099,'_wc_order_attribution_session_pages','13'),(147641,3099,'_wc_order_attribution_session_count','2'),(147642,3099,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(147643,3099,'_wc_order_attribution_device_type','Desktop'),(147644,3099,'Payment type','instant'),(147645,3099,'_paypal_status','completed'),(147646,3099,'_transaction_id','97S68884NL769415W'),(147647,3099,'PayPal Transaction Fee','40.26'),(147648,3099,'_date_paid','1734378290'),(147649,3099,'_paid_date','2024-12-16 19:44:50'),(147650,3097,'_edit_lock','1734468466:2'),(147651,3097,'_edit_last','2'),(147656,3100,'_order_key','wc_order_RqpFUzpDLHl23'),(147657,3100,'_customer_user','90'),(147658,3100,'_payment_method','paypal'),(147659,3100,'_payment_method_title','PayPal'),(147660,3100,'_customer_ip_address','75.33.85.155'),(147661,3100,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(147662,3100,'_created_via','checkout'),(147663,3100,'_cart_hash','da4ec638a2d925098526d9b49c995cc1'),(147664,3100,'_download_permissions_granted','yes'),(147665,3100,'_recorded_sales','yes'),(147666,3100,'_recorded_coupon_usage_counts','yes'),(147667,3100,'_new_order_email_sent','true'),(147668,3100,'_order_stock_reduced','yes'),(147669,3100,'_billing_first_name','Mike'),(147670,3100,'_billing_last_name','Brehm'),(147671,3100,'_billing_company','Remedy'),(147672,3100,'_billing_address_1','5258 Plainfield Ave NE'),(147673,3100,'_billing_city','Grand Rapids'),(147674,3100,'_billing_state','MI'),(147675,3100,'_billing_postcode','49525'),(147676,3100,'_billing_country','US'),(147677,3100,'_billing_email','rapunzelscorinn@gmail.com'),(147678,3100,'_billing_phone','6164504125'),(147679,3100,'_shipping_first_name','Corinn'),(147680,3100,'_shipping_last_name','Nichols'),(147681,3100,'_shipping_company','LCA Remedy'),(147682,3100,'_shipping_address_1','3500 Dean Lake Ave NE'),(147683,3100,'_shipping_city','Grand Rapids'),(147684,3100,'_shipping_state','MI'),(147685,3100,'_shipping_postcode','49525'),(147686,3100,'_shipping_country','US'),(147687,3100,'_order_currency','USD'),(147688,3100,'_cart_discount','0'),(147689,3100,'_cart_discount_tax','0'),(147690,3100,'_order_shipping','0'),(147691,3100,'_order_shipping_tax','0'),(147692,3100,'_order_tax','0'),(147693,3100,'_order_total','819.96'),(147694,3100,'_order_version','9.5.1'),(147695,3100,'_prices_include_tax','no'),(147696,3100,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(147697,3100,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(147698,3100,'is_vat_exempt','no'),(147699,3100,'_wc_order_attribution_source_type','referral'),(147700,3100,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(147701,3100,'_wc_order_attribution_utm_source','lcaportal.com'),(147702,3100,'_wc_order_attribution_utm_medium','referral'),(147703,3100,'_wc_order_attribution_utm_content','/'),(147704,3100,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147705,3100,'_wc_order_attribution_session_start_time','2024-12-17 12:27:53'),(147706,3100,'_wc_order_attribution_session_pages','6'),(147707,3100,'_wc_order_attribution_session_count','1'),(147708,3100,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(147709,3100,'_wc_order_attribution_device_type','Desktop'),(147710,3100,'Payment type','instant'),(147711,3100,'_paypal_status','completed'),(147712,3100,'_transaction_id','0TH812996U844820A'),(147713,3100,'PayPal Transaction Fee','29.11'),(147714,3100,'_date_paid','1734438992'),(147715,3100,'_paid_date','2024-12-17 12:36:32'),(147717,3100,'_edit_lock','1734701350:2'),(147718,3100,'_edit_last','2'),(147719,3098,'_edit_lock','1734468365:2'),(147720,3099,'_edit_lock','1734468414:2'),(147721,3098,'_edit_last','2'),(147722,3099,'_edit_last','2'),(147723,3098,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992256022\";s:12:\"date_shipped\";s:10:\"1734393600\";s:11:\"tracking_id\";s:32:\"052f69e947618baf7f5286cc8a7920cb\";}}'),(147724,3098,'_date_completed','1734468427'),(147725,3098,'_completed_date','2024-12-17 20:47:07'),(147726,3099,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992255931\";s:12:\"date_shipped\";s:10:\"1734393600\";s:11:\"tracking_id\";s:32:\"1388799366a24511edd3b4122dcbf48b\";}}'),(147727,3099,'_date_completed','1734468545'),(147728,3099,'_completed_date','2024-12-17 20:49:05'),(147729,3097,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992256088\";s:12:\"date_shipped\";s:10:\"1734393600\";s:11:\"tracking_id\";s:32:\"7ece25ce9adf6bcbec05562c3ca1676c\";}}'),(147730,3097,'_date_completed','1734468590'),(147731,3097,'_completed_date','2024-12-17 20:49:50'),(147735,3103,'_order_key','wc_order_43srDFG28j0rY'),(147736,3103,'_customer_user','76'),(147737,3103,'_payment_method','paypal'),(147738,3103,'_payment_method_title','PayPal'),(147739,3103,'_customer_ip_address','66.31.192.192'),(147740,3103,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147741,3103,'_created_via','checkout'),(147742,3103,'_cart_hash','fcacde7b9117c5f121478fea44ba8298'),(147743,3103,'_download_permissions_granted','yes'),(147744,3103,'_recorded_sales','yes'),(147745,3103,'_recorded_coupon_usage_counts','yes'),(147746,3103,'_new_order_email_sent','true'),(147747,3103,'_order_stock_reduced','yes'),(147748,3103,'_billing_first_name','Naomi'),(147749,3103,'_billing_last_name','Golden'),(147750,3103,'_billing_company','LCA'),(147751,3103,'_billing_address_1','31 Mann Ave'),(147752,3103,'_billing_city','Needham'),(147753,3103,'_billing_state','MA'),(147754,3103,'_billing_postcode','02492'),(147755,3103,'_billing_country','US'),(147756,3103,'_billing_email','nrgolden6486@gmail.com'),(147757,3103,'_billing_phone','6178511322'),(147758,3103,'_shipping_first_name','Naomi'),(147759,3103,'_shipping_last_name','Golden'),(147760,3103,'_shipping_company','LCA'),(147761,3103,'_shipping_address_1','3 Baldwin Green Common'),(147762,3103,'_shipping_address_2','suite 310'),(147763,3103,'_shipping_city','Woburn'),(147764,3103,'_shipping_state','MA'),(147765,3103,'_shipping_postcode','01801'),(147766,3103,'_shipping_country','US'),(147767,3103,'_order_currency','USD'),(147768,3103,'_cart_discount','0'),(147769,3103,'_cart_discount_tax','0'),(147770,3103,'_order_shipping','0'),(147771,3103,'_order_shipping_tax','0'),(147772,3103,'_order_tax','0'),(147773,3103,'_order_total','509.12'),(147774,3103,'_order_version','9.5.1'),(147775,3103,'_prices_include_tax','no'),(147776,3103,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(147777,3103,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(147778,3103,'is_vat_exempt','no'),(147779,3103,'_wc_order_attribution_source_type','typein'),(147780,3103,'_wc_order_attribution_utm_source','(direct)'),(147781,3103,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147782,3103,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(147783,3103,'_wc_order_attribution_session_pages','14'),(147784,3103,'_wc_order_attribution_session_count','16'),(147785,3103,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147786,3103,'_wc_order_attribution_device_type','Desktop'),(147787,3103,'Payment type','instant'),(147788,3103,'_paypal_status','completed'),(147789,3103,'_transaction_id','75839400BC5802339'),(147790,3103,'PayPal Transaction Fee','18.26'),(147791,3103,'_date_paid','1734488469'),(147792,3103,'_paid_date','2024-12-18 02:21:09'),(147814,3103,'_edit_lock','1734700970:2'),(147815,3103,'_edit_last','2'),(147816,3090,'_edit_last','2'),(147824,3103,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992256592\";s:12:\"date_shipped\";s:10:\"1734652800\";s:11:\"tracking_id\";s:32:\"20ccafa5e47e81dd26419c7ee2a16ebe\";}}'),(147825,3103,'_date_completed','1734701101'),(147826,3103,'_completed_date','2024-12-20 13:25:01'),(147827,3100,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992256353\";s:12:\"date_shipped\";s:10:\"1734652800\";s:11:\"tracking_id\";s:32:\"16af5c8f2fa3b3b93a817755a56bf2d0\";}}'),(147828,3100,'_date_completed','1734701469'),(147829,3100,'_completed_date','2024-12-20 13:31:09'),(147839,3108,'_order_key','wc_order_11DKe5ST2mdPW'),(147840,3108,'_customer_user','76'),(147841,3108,'_payment_method','paypal'),(147842,3108,'_payment_method_title','PayPal'),(147843,3108,'_customer_ip_address','66.31.192.192'),(147844,3108,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147845,3108,'_created_via','checkout'),(147846,3108,'_cart_hash','eef208216f2d46c8a32c2479add79d02'),(147847,3108,'_download_permissions_granted','yes'),(147848,3108,'_recorded_sales','yes'),(147849,3108,'_recorded_coupon_usage_counts','yes'),(147850,3108,'_new_order_email_sent','true'),(147851,3108,'_order_stock_reduced','yes'),(147852,3108,'_billing_first_name','Naomi'),(147853,3108,'_billing_last_name','Golden'),(147854,3108,'_billing_company','LCA'),(147855,3108,'_billing_address_1','31 Mann Ave'),(147856,3108,'_billing_city','Needham'),(147857,3108,'_billing_state','MA'),(147858,3108,'_billing_postcode','02492'),(147859,3108,'_billing_country','US'),(147860,3108,'_billing_email','nrgolden6486@gmail.com'),(147861,3108,'_billing_phone','6178511322'),(147862,3108,'_shipping_first_name','Naomi'),(147863,3108,'_shipping_last_name','Golden'),(147864,3108,'_shipping_company','LCA'),(147865,3108,'_shipping_address_1','111 Center Street'),(147866,3108,'_shipping_address_2','LCA'),(147867,3108,'_shipping_city','Middleborough'),(147868,3108,'_shipping_state','MA'),(147869,3108,'_shipping_postcode','02346'),(147870,3108,'_shipping_country','US'),(147871,3108,'_order_currency','USD'),(147872,3108,'_cart_discount','0'),(147873,3108,'_cart_discount_tax','0'),(147874,3108,'_order_shipping','0'),(147875,3108,'_order_shipping_tax','0'),(147876,3108,'_order_tax','0'),(147877,3108,'_order_total','512.80'),(147878,3108,'_order_version','9.5.1'),(147879,3108,'_prices_include_tax','no'),(147880,3108,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(147881,3108,'_shipping_address_index','Naomi Golden LCA 111 Center Street LCA Middleborough MA 02346 US '),(147882,3108,'is_vat_exempt','no'),(147883,3108,'_wc_order_attribution_source_type','typein'),(147884,3108,'_wc_order_attribution_utm_source','(direct)'),(147885,3108,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147886,3108,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(147887,3108,'_wc_order_attribution_session_pages','21'),(147888,3108,'_wc_order_attribution_session_count','19'),(147889,3108,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(147890,3108,'_wc_order_attribution_device_type','Desktop'),(147891,3108,'Payment type','instant'),(147892,3108,'_paypal_status','completed'),(147893,3108,'_transaction_id','0NG819430P600072M'),(147894,3108,'PayPal Transaction Fee','18.39'),(147895,3108,'_date_paid','1734706179'),(147896,3108,'_paid_date','2024-12-20 14:49:39'),(147897,3108,'_edit_lock','1735412996:2'),(147898,3108,'_edit_last','2'),(147899,3109,'_order_key','wc_order_zdpu113LyVzMM'),(147900,3109,'_customer_user','21'),(147901,3109,'_payment_method','paypal'),(147902,3109,'_payment_method_title','PayPal'),(147903,3109,'_customer_ip_address','50.27.165.19'),(147904,3109,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Avast/130.0.0.0'),(147905,3109,'_created_via','checkout'),(147906,3109,'_cart_hash','e137dbfc0923b48ca2482b52585b8c60'),(147907,3109,'_download_permissions_granted','yes'),(147908,3109,'_recorded_sales','yes'),(147909,3109,'_recorded_coupon_usage_counts','yes'),(147910,3109,'_new_order_email_sent','true'),(147911,3109,'_order_stock_reduced','yes'),(147912,3109,'_billing_first_name','LCA'),(147913,3109,'_billing_last_name','Arkansas'),(147914,3109,'_billing_company','LCA - Central Arkansas'),(147915,3109,'_billing_address_1','1011 N. 2nd St., Ste. D'),(147916,3109,'_billing_city','Cabot'),(147917,3109,'_billing_state','AR'),(147918,3109,'_billing_postcode','72023'),(147919,3109,'_billing_country','US'),(147920,3109,'_billing_email','liceclinicslittlerock@gmail.com'),(147921,3109,'_billing_phone','15014249396'),(147922,3109,'_shipping_first_name','LCA'),(147923,3109,'_shipping_last_name','Arkansas'),(147924,3109,'_shipping_company','LCA - Central Arkansas'),(147925,3109,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(147926,3109,'_shipping_city','Cabot'),(147927,3109,'_shipping_state','AR'),(147928,3109,'_shipping_postcode','72023'),(147929,3109,'_shipping_country','US'),(147930,3109,'_order_currency','USD'),(147931,3109,'_cart_discount','0'),(147932,3109,'_cart_discount_tax','0'),(147933,3109,'_order_shipping','15.77'),(147934,3109,'_order_shipping_tax','0'),(147935,3109,'_order_tax','0'),(147936,3109,'_order_total','145.12'),(147937,3109,'_order_version','9.5.1'),(147938,3109,'_prices_include_tax','no'),(147939,3109,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(147940,3109,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(147941,3109,'is_vat_exempt','no'),(147942,3109,'_wc_order_attribution_source_type','referral'),(147943,3109,'_wc_order_attribution_referrer','https://lcaportal.com/'),(147944,3109,'_wc_order_attribution_utm_source','lcaportal.com'),(147945,3109,'_wc_order_attribution_utm_medium','referral'),(147946,3109,'_wc_order_attribution_utm_content','/'),(147947,3109,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(147948,3109,'_wc_order_attribution_session_start_time','2024-12-23 16:08:24'),(147949,3109,'_wc_order_attribution_session_pages','1'),(147950,3109,'_wc_order_attribution_session_count','2'),(147951,3109,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Avast/130.0.0.0'),(147952,3109,'_wc_order_attribution_device_type','Desktop'),(147953,3109,'Payment type','instant'),(147954,3109,'_paypal_status','completed'),(147955,3109,'_transaction_id','24767755FB101914E'),(147956,3109,'PayPal Transaction Fee','5.55'),(147957,3109,'_date_paid','1734972249'),(147958,3109,'_paid_date','2024-12-23 16:44:09'),(147959,3090,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254660\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"d73b6f2f873fbb53186fdd745c835b3d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254659\";s:12:\"date_shipped\";s:10:\"1733788800\";s:11:\"tracking_id\";s:32:\"116976acdb1587127094f10e3358fb7d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992254648\";s:12:\"date_shipped\";i:1734976155;s:11:\"tracking_id\";s:32:\"dfdc08be91f2611ab17d8226e537ab9d\";}}'),(147960,3090,'_date_completed','1734976169'),(147961,3090,'_completed_date','2024-12-23 17:49:29'),(147962,3110,'_order_key','wc_order_xlubfdrwtE4TN'),(147963,3110,'_customer_user','20'),(147964,3110,'_payment_method','paypal'),(147965,3110,'_payment_method_title','PayPal'),(147966,3110,'_customer_ip_address','198.72.181.87'),(147967,3110,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(147968,3110,'_created_via','checkout'),(147969,3110,'_cart_hash','828274ac41853163e5fe651a1744df51'),(147970,3110,'_download_permissions_granted','yes'),(147971,3110,'_recorded_sales','yes'),(147972,3110,'_recorded_coupon_usage_counts','yes'),(147973,3110,'_new_order_email_sent','true'),(147974,3110,'_order_stock_reduced','yes'),(147975,3110,'_billing_first_name','Hasani'),(147976,3110,'_billing_last_name','Thompson'),(147977,3110,'_billing_company','Heat in Hair'),(147978,3110,'_billing_address_1','27225 Camp Plenty Road'),(147979,3110,'_billing_address_2','1D'),(147980,3110,'_billing_city','Santa Clarita'),(147981,3110,'_billing_state','CA'),(147982,3110,'_billing_postcode','91351'),(147983,3110,'_billing_country','US'),(147984,3110,'_billing_email','info@liceclinicssantaclarita.com'),(147985,3110,'_billing_phone','6615850263'),(147986,3110,'_shipping_first_name','Hasani'),(147987,3110,'_shipping_last_name','Thompson'),(147988,3110,'_shipping_company','Heat in Hair'),(147989,3110,'_shipping_address_1','12840 Riverside Dr'),(147990,3110,'_shipping_address_2','#200'),(147991,3110,'_shipping_city','North Hollywood'),(147992,3110,'_shipping_state','CA'),(147993,3110,'_shipping_postcode','91607'),(147994,3110,'_shipping_country','US'),(147995,3110,'_order_currency','USD'),(147996,3110,'_cart_discount','0'),(147997,3110,'_cart_discount_tax','0'),(147998,3110,'_order_shipping','0'),(147999,3110,'_order_shipping_tax','0'),(148000,3110,'_order_tax','0'),(148001,3110,'_order_total','515.18'),(148002,3110,'_order_version','9.5.1'),(148003,3110,'_prices_include_tax','no'),(148004,3110,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(148005,3110,'_shipping_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr #200 North Hollywood CA 91607 US '),(148006,3110,'is_vat_exempt','no'),(148007,3110,'_wc_order_attribution_source_type','referral'),(148008,3110,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148009,3110,'_wc_order_attribution_utm_source','lcaportal.com'),(148010,3110,'_wc_order_attribution_utm_medium','referral'),(148011,3110,'_wc_order_attribution_utm_content','/'),(148012,3110,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148013,3110,'_wc_order_attribution_session_start_time','2024-12-27 00:57:33'),(148014,3110,'_wc_order_attribution_session_pages','1'),(148015,3110,'_wc_order_attribution_session_count','14'),(148016,3110,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(148017,3110,'_wc_order_attribution_device_type','Desktop'),(148018,3110,'Payment type','instant'),(148019,3110,'_paypal_status','completed'),(148020,3110,'_transaction_id','9S851065F46551516'),(148021,3110,'PayPal Transaction Fee','18.47'),(148022,3110,'_date_paid','1735270362'),(148023,3110,'_paid_date','2024-12-27 03:32:42'),(148024,3109,'_edit_lock','1735309932:2'),(148025,3110,'_edit_lock','1735412813:2'),(148026,3109,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257073\";s:12:\"date_shipped\";s:10:\"1735257600\";s:11:\"tracking_id\";s:32:\"974b91fb14d48187f42c0927ba01e414\";}}'),(148027,3109,'_edit_last','2'),(148028,3109,'_date_completed','1735310047'),(148029,3109,'_completed_date','2024-12-27 14:34:07'),(148030,3112,'_order_key','wc_order_g9vHy6rIiRj6M'),(148031,3112,'_customer_user','98'),(148032,3112,'_payment_method','paypal'),(148033,3112,'_payment_method_title','PayPal'),(148034,3112,'_customer_ip_address','24.62.247.50'),(148035,3112,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148036,3112,'_created_via','checkout'),(148037,3112,'_cart_hash','8dd2ae68672d1787d01968197aed97bd'),(148038,3112,'_download_permissions_granted','yes'),(148039,3112,'_recorded_sales','yes'),(148040,3112,'_recorded_coupon_usage_counts','yes'),(148041,3112,'_new_order_email_sent','true'),(148042,3112,'_order_stock_reduced','yes'),(148043,3112,'_billing_first_name','Christine'),(148044,3112,'_billing_last_name','Cherry'),(148045,3112,'_billing_company','NITS END'),(148046,3112,'_billing_address_1','PO BOX 1092'),(148047,3112,'_billing_city','Campton'),(148048,3112,'_billing_state','NH'),(148049,3112,'_billing_postcode','03223'),(148050,3112,'_billing_country','US'),(148051,3112,'_billing_email','christine@liceclinicscolumbus.com'),(148052,3112,'_billing_phone','16034983390'),(148053,3112,'_shipping_first_name','Melissa'),(148054,3112,'_shipping_last_name','Mertz'),(148055,3112,'_shipping_company','LCA'),(148056,3112,'_shipping_address_1','2213 Temperance Dr'),(148057,3112,'_shipping_city','Pittsburgh'),(148058,3112,'_shipping_state','PA'),(148059,3112,'_shipping_postcode','15237'),(148060,3112,'_shipping_country','US'),(148061,3112,'_order_currency','USD'),(148062,3112,'_cart_discount','0'),(148063,3112,'_cart_discount_tax','0'),(148064,3112,'_order_shipping','0'),(148065,3112,'_order_shipping_tax','0'),(148066,3112,'_order_tax','0'),(148067,3112,'_order_total','1805.13'),(148068,3112,'_order_version','9.5.1'),(148069,3112,'_prices_include_tax','no'),(148070,3112,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(148071,3112,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(148072,3112,'is_vat_exempt','no'),(148073,3112,'_wc_order_attribution_source_type','referral'),(148074,3112,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148075,3112,'_wc_order_attribution_utm_source','lcaportal.com'),(148076,3112,'_wc_order_attribution_utm_medium','referral'),(148077,3112,'_wc_order_attribution_utm_content','/'),(148078,3112,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148079,3112,'_wc_order_attribution_session_start_time','2024-12-27 18:42:24'),(148080,3112,'_wc_order_attribution_session_pages','12'),(148081,3112,'_wc_order_attribution_session_count','3'),(148082,3112,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148083,3112,'_wc_order_attribution_device_type','Desktop'),(148084,3112,'Payment type','instant'),(148085,3112,'_paypal_status','completed'),(148086,3112,'_transaction_id','6SY61742F8101822J'),(148087,3112,'PayPal Transaction Fee','63.49'),(148088,3112,'_date_paid','1735326079'),(148089,3112,'_paid_date','2024-12-27 19:01:19'),(148090,3113,'_order_key','wc_order_FeLBSmNbrelxn'),(148091,3113,'_customer_user','4'),(148092,3113,'_payment_method','paypal'),(148093,3113,'_payment_method_title','PayPal'),(148094,3113,'_customer_ip_address','73.20.28.23'),(148095,3113,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148096,3113,'_created_via','checkout'),(148097,3113,'_cart_hash','ffcfe7c16897bff35aaf432be6ebbf8e'),(148098,3113,'_download_permissions_granted','yes'),(148099,3113,'_recorded_sales','yes'),(148100,3113,'_recorded_coupon_usage_counts','yes'),(148101,3113,'_new_order_email_sent','true'),(148102,3113,'_order_stock_reduced','yes'),(148103,3113,'_billing_first_name','David'),(148104,3113,'_billing_last_name','Washburn'),(148105,3113,'_billing_company','Larada Sciences (LCA)'),(148106,3113,'_billing_address_1','4873 South State St.'),(148107,3113,'_billing_city','Murray'),(148108,3113,'_billing_state','UT'),(148109,3113,'_billing_postcode','84107'),(148110,3113,'_billing_country','US'),(148111,3113,'_billing_email','david@laradasciences.com'),(148112,3113,'_billing_phone','8019197428'),(148113,3113,'_shipping_first_name','David'),(148114,3113,'_shipping_last_name','Washburn'),(148115,3113,'_shipping_company','Larada Sciences (LCA)'),(148116,3113,'_shipping_address_1','4873 South State St.'),(148117,3113,'_shipping_city','Murray'),(148118,3113,'_shipping_state','UT'),(148119,3113,'_shipping_postcode','84107'),(148120,3113,'_shipping_country','US'),(148121,3113,'_order_currency','USD'),(148122,3113,'_cart_discount','0'),(148123,3113,'_cart_discount_tax','0'),(148124,3113,'_order_shipping','0'),(148125,3113,'_order_shipping_tax','0'),(148126,3113,'_order_tax','0'),(148127,3113,'_order_total','1400.22'),(148128,3113,'_order_version','9.5.1'),(148129,3113,'_prices_include_tax','no'),(148130,3113,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(148131,3113,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(148132,3113,'is_vat_exempt','no'),(148133,3113,'_wc_order_attribution_source_type','referral'),(148134,3113,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(148135,3113,'_wc_order_attribution_utm_source','lcaportal.com'),(148136,3113,'_wc_order_attribution_utm_medium','referral'),(148137,3113,'_wc_order_attribution_utm_content','/'),(148138,3113,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148139,3113,'_wc_order_attribution_session_start_time','2024-12-27 19:22:16'),(148140,3113,'_wc_order_attribution_session_pages','6'),(148141,3113,'_wc_order_attribution_session_count','1'),(148142,3113,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148143,3113,'_wc_order_attribution_device_type','Desktop'),(148144,3113,'_oaw_varify_key','99978dc82df15e8e743e'),(148147,3114,'_order_key','wc_order_Ih7UYjJMatRlk'),(148148,3114,'_customer_user','8'),(148149,3114,'_payment_method','paypal'),(148150,3114,'_payment_method_title','PayPal'),(148151,3114,'_customer_ip_address','104.60.28.185'),(148152,3114,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148153,3114,'_created_via','checkout'),(148154,3114,'_cart_hash','576b1ec65d8fd71c9015bb08ec8d7e4c'),(148155,3114,'_download_permissions_granted','yes'),(148156,3114,'_recorded_sales','yes'),(148157,3114,'_recorded_coupon_usage_counts','yes'),(148158,3114,'_new_order_email_sent','true'),(148159,3114,'_order_stock_reduced','yes'),(148160,3114,'_billing_first_name','Amy'),(148161,3114,'_billing_last_name','Sharp'),(148162,3114,'_billing_company','Nit Wits'),(148163,3114,'_billing_address_1','6002 Sweetbay Dr'),(148164,3114,'_billing_city','Crestwood'),(148165,3114,'_billing_state','KY'),(148166,3114,'_billing_postcode','40014'),(148167,3114,'_billing_country','US'),(148168,3114,'_billing_email','asharp@ht-school.org'),(148169,3114,'_billing_phone','15023109281'),(148170,3114,'_shipping_first_name','Amy'),(148171,3114,'_shipping_last_name','Sharp'),(148172,3114,'_shipping_company','LCA Nit Wits'),(148173,3114,'_shipping_address_1','9302 New LaGrange Road'),(148174,3114,'_shipping_address_2','Unit H'),(148175,3114,'_shipping_city','Louisville'),(148176,3114,'_shipping_state','KY'),(148177,3114,'_shipping_postcode','40242'),(148178,3114,'_shipping_country','US'),(148179,3114,'_order_currency','USD'),(148180,3114,'_cart_discount','0'),(148181,3114,'_cart_discount_tax','0'),(148182,3114,'_order_shipping','11.73'),(148183,3114,'_order_shipping_tax','0'),(148184,3114,'_order_tax','0'),(148185,3114,'_order_total','11.73'),(148186,3114,'_order_version','9.5.1'),(148187,3114,'_prices_include_tax','no'),(148188,3114,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(148189,3114,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(148190,3114,'is_vat_exempt','no'),(148191,3114,'_wc_order_attribution_source_type','referral'),(148192,3114,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(148193,3114,'_wc_order_attribution_utm_source','lcaportal.com'),(148194,3114,'_wc_order_attribution_utm_medium','referral'),(148195,3114,'_wc_order_attribution_utm_content','/'),(148196,3114,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148197,3114,'_wc_order_attribution_session_start_time','2024-12-27 21:23:35'),(148198,3114,'_wc_order_attribution_session_pages','5'),(148199,3114,'_wc_order_attribution_session_count','1'),(148200,3114,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148201,3114,'_wc_order_attribution_device_type','Desktop'),(148203,3115,'_order_key','wc_order_MRqZJTOfkBmfG'),(148204,3115,'_customer_user','5'),(148205,3115,'_payment_method','paypal'),(148206,3115,'_payment_method_title','PayPal'),(148207,3115,'_customer_ip_address','71.237.182.213'),(148208,3115,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148209,3115,'_created_via','checkout'),(148210,3115,'_cart_hash','19cc7f22b8f603820a3b281289f16c1d'),(148211,3115,'_download_permissions_granted','yes'),(148212,3115,'_recorded_sales','yes'),(148213,3115,'_recorded_coupon_usage_counts','yes'),(148214,3115,'_new_order_email_sent','true'),(148215,3115,'_order_stock_reduced','yes'),(148216,3115,'_billing_first_name','Shawnde'),(148217,3115,'_billing_last_name','Russell'),(148218,3115,'_billing_company','lice clinics of america- portland'),(148219,3115,'_billing_address_1','1444 NW College Way Suite 6'),(148220,3115,'_billing_address_2','#6'),(148221,3115,'_billing_city','Bend'),(148222,3115,'_billing_state','OR'),(148223,3115,'_billing_postcode','97703'),(148224,3115,'_billing_country','US'),(148225,3115,'_billing_email','noemi.and.mark@nwliceclinics.com'),(148226,3115,'_billing_phone','15034040475'),(148227,3115,'_shipping_first_name','Shawnde'),(148228,3115,'_shipping_last_name','Russell'),(148229,3115,'_shipping_company','lice clinics of america- portland'),(148230,3115,'_shipping_address_1','1444 NW College Way Suite 6'),(148231,3115,'_shipping_address_2','#6'),(148232,3115,'_shipping_city','Bend'),(148233,3115,'_shipping_state','OR'),(148234,3115,'_shipping_postcode','97703'),(148235,3115,'_shipping_country','US'),(148236,3115,'_order_currency','USD'),(148237,3115,'_cart_discount','0'),(148238,3115,'_cart_discount_tax','0'),(148239,3115,'_order_shipping','20.31'),(148240,3115,'_order_shipping_tax','0'),(148241,3115,'_order_tax','0'),(148242,3115,'_order_total','163.11'),(148243,3115,'_order_version','9.5.1'),(148244,3115,'_prices_include_tax','no'),(148245,3115,'_billing_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6 #6 Bend OR 97703 US noemi.and.mark@nwliceclinics.com 15034040475'),(148246,3115,'_shipping_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6 #6 Bend OR 97703 US '),(148247,3115,'is_vat_exempt','no'),(148248,3115,'_wc_order_attribution_source_type','referral'),(148249,3115,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148250,3115,'_wc_order_attribution_utm_source','lcaportal.com'),(148251,3115,'_wc_order_attribution_utm_medium','referral'),(148252,3115,'_wc_order_attribution_utm_content','/'),(148253,3115,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148254,3115,'_wc_order_attribution_session_start_time','2024-12-28 00:32:47'),(148255,3115,'_wc_order_attribution_session_pages','6'),(148256,3115,'_wc_order_attribution_session_count','1'),(148257,3115,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148258,3115,'_wc_order_attribution_device_type','Desktop'),(148259,3115,'Payment type','instant'),(148260,3115,'_paypal_status','completed'),(148261,3115,'_transaction_id','5T742424GT219723C'),(148262,3115,'PayPal Transaction Fee','6.18'),(148263,3115,'_date_paid','1735346660'),(148264,3115,'_paid_date','2024-12-28 00:44:20'),(148265,3114,'Payment type','instant'),(148266,3114,'_paypal_status','completed'),(148267,3114,'_transaction_id','4DD64298GX7692339'),(148268,3114,'PayPal Transaction Fee','0.90'),(148269,3114,'_date_paid','1735392088'),(148270,3114,'_paid_date','2024-12-28 13:21:28'),(148271,3113,'_edit_lock','1736193874:2'),(148272,3113,'_edit_last','2'),(148280,3110,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257316\";s:12:\"date_shipped\";s:10:\"1735344000\";s:11:\"tracking_id\";s:32:\"3236aa67bfa64a4a36269776e5556896\";}}'),(148281,3110,'_edit_last','2'),(148282,3110,'_date_completed','1735412918'),(148283,3110,'_completed_date','2024-12-28 19:08:38'),(148284,3108,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257393\";s:12:\"date_shipped\";s:10:\"1735344000\";s:11:\"tracking_id\";s:32:\"a02eb93b45503f7a94b68b1ccf950e9e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257408\";s:12:\"date_shipped\";i:1735412974;s:11:\"tracking_id\";s:32:\"907971ce3473dc2f9d4bb7dea831f5b3\";}}'),(148285,3108,'_date_completed','1735412977'),(148286,3108,'_completed_date','2024-12-28 19:09:37'),(148289,3116,'_order_key','wc_order_dMKTtv29ohPWB'),(148290,3116,'_customer_user','47'),(148291,3116,'_payment_method','paypal'),(148292,3116,'_payment_method_title','PayPal'),(148293,3116,'_customer_ip_address','97.77.63.57'),(148294,3116,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(148295,3116,'_created_via','checkout'),(148296,3116,'_cart_hash','39b88af0aec40db7be5b0500eca964ee'),(148297,3116,'_download_permissions_granted','yes'),(148298,3116,'_recorded_sales','yes'),(148299,3116,'_recorded_coupon_usage_counts','yes'),(148300,3116,'_new_order_email_sent','true'),(148301,3116,'_order_stock_reduced','yes'),(148302,3116,'_billing_first_name','Tracy'),(148303,3116,'_billing_last_name','Copeland'),(148304,3116,'_billing_company','LCA SA WEST'),(148305,3116,'_billing_address_1','14223 Silverhollow'),(148306,3116,'_billing_city','San Antonio'),(148307,3116,'_billing_state','TX'),(148308,3116,'_billing_postcode','78232'),(148309,3116,'_billing_country','US'),(148310,3116,'_billing_email','info@liceclinicsofsanantonio.com'),(148311,3116,'_billing_phone','2103135033'),(148312,3116,'_shipping_first_name','Tracy'),(148313,3116,'_shipping_last_name','Copeland'),(148314,3116,'_shipping_company','LCA San Antonio West'),(148315,3116,'_shipping_address_1','6391 De Zavala Rd'),(148316,3116,'_shipping_address_2','SUITE #222'),(148317,3116,'_shipping_city','San Antonio'),(148318,3116,'_shipping_state','TX'),(148319,3116,'_shipping_postcode','78249'),(148320,3116,'_shipping_country','US'),(148321,3116,'_order_currency','USD'),(148322,3116,'_cart_discount','0'),(148323,3116,'_cart_discount_tax','0'),(148324,3116,'_order_shipping','0'),(148325,3116,'_order_shipping_tax','0'),(148326,3116,'_order_tax','0'),(148327,3116,'_order_total','1062.92'),(148328,3116,'_order_version','9.5.1'),(148329,3116,'_prices_include_tax','no'),(148330,3116,'_billing_address_index','Tracy Copeland LCA SA WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(148331,3116,'_shipping_address_index','Tracy Copeland LCA San Antonio West 6391 De Zavala Rd SUITE #222 San Antonio TX 78249 US '),(148332,3116,'is_vat_exempt','no'),(148333,3116,'_wc_order_attribution_source_type','referral'),(148334,3116,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148335,3116,'_wc_order_attribution_utm_source','lcaportal.com'),(148336,3116,'_wc_order_attribution_utm_medium','referral'),(148337,3116,'_wc_order_attribution_utm_content','/'),(148338,3116,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148339,3116,'_wc_order_attribution_session_start_time','2024-12-28 19:06:39'),(148340,3116,'_wc_order_attribution_session_pages','4'),(148341,3116,'_wc_order_attribution_session_count','1'),(148342,3116,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(148343,3116,'_wc_order_attribution_device_type','Mobile'),(148344,3116,'Payment type','instant'),(148345,3116,'_paypal_status','completed'),(148346,3116,'_transaction_id','4UU56639L2572171C'),(148347,3116,'PayPal Transaction Fee','37.59'),(148348,3116,'_date_paid','1735413651'),(148349,3116,'_paid_date','2024-12-28 19:20:51'),(148352,3117,'_order_key','wc_order_T9JpIzMz75NtZ'),(148353,3117,'_customer_user','76'),(148354,3117,'_payment_method','paypal'),(148355,3117,'_payment_method_title','PayPal'),(148356,3117,'_customer_ip_address','66.31.192.192'),(148357,3117,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(148358,3117,'_created_via','checkout'),(148359,3117,'_cart_hash','fa25e250cbfd4363391c214268adf4b7'),(148360,3117,'_download_permissions_granted','yes'),(148361,3117,'_recorded_sales','yes'),(148362,3117,'_recorded_coupon_usage_counts','yes'),(148363,3117,'_new_order_email_sent','true'),(148364,3117,'_order_stock_reduced','yes'),(148365,3117,'_billing_first_name','Naomi'),(148366,3117,'_billing_last_name','Golden'),(148367,3117,'_billing_company','LCA'),(148368,3117,'_billing_address_1','31 Mann Ave'),(148369,3117,'_billing_city','Needham'),(148370,3117,'_billing_state','MA'),(148371,3117,'_billing_postcode','02492'),(148372,3117,'_billing_country','US'),(148373,3117,'_billing_email','nrgolden6486@gmail.com'),(148374,3117,'_billing_phone','6178511322'),(148375,3117,'_shipping_first_name','Naomi'),(148376,3117,'_shipping_last_name','Golden'),(148377,3117,'_shipping_company','LCA'),(148378,3117,'_shipping_address_1','1349 Centre Street'),(148379,3117,'_shipping_address_2','LCA'),(148380,3117,'_shipping_city','Newton'),(148381,3117,'_shipping_state','MA'),(148382,3117,'_shipping_postcode','02459'),(148383,3117,'_shipping_country','US'),(148384,3117,'_order_currency','USD'),(148385,3117,'_cart_discount','0'),(148386,3117,'_cart_discount_tax','0'),(148387,3117,'_order_shipping','0'),(148388,3117,'_order_shipping_tax','0'),(148389,3117,'_order_tax','0'),(148390,3117,'_order_total','505.84'),(148391,3117,'_order_version','9.5.1'),(148392,3117,'_prices_include_tax','no'),(148393,3117,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(148394,3117,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street LCA Newton MA 02459 US '),(148395,3117,'is_vat_exempt','no'),(148396,3117,'_wc_order_attribution_source_type','typein'),(148397,3117,'_wc_order_attribution_utm_source','(direct)'),(148398,3117,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148399,3117,'_wc_order_attribution_session_start_time','2024-11-25 02:06:59'),(148400,3117,'_wc_order_attribution_session_pages','6'),(148401,3117,'_wc_order_attribution_session_count','22'),(148402,3117,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(148403,3117,'_wc_order_attribution_device_type','Desktop'),(148404,3117,'Payment type','instant'),(148405,3117,'_paypal_status','completed'),(148406,3117,'_transaction_id','6XT70605FB0083355'),(148407,3117,'PayPal Transaction Fee','18.14'),(148408,3117,'_date_paid','1735511862'),(148409,3117,'_paid_date','2024-12-29 22:37:42'),(148410,3118,'_order_key','wc_order_hTwPfTxVTYk9f'),(148411,3118,'_customer_user','39'),(148412,3118,'_payment_method','paypal'),(148413,3118,'_payment_method_title','PayPal'),(148414,3118,'_customer_ip_address','50.50.117.246'),(148415,3118,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(148416,3118,'_created_via','checkout'),(148417,3118,'_cart_hash','d53f15ff7ccadedd3fa7bf20539f1163'),(148418,3118,'_download_permissions_granted','yes'),(148419,3118,'_recorded_sales','yes'),(148420,3118,'_recorded_coupon_usage_counts','yes'),(148421,3118,'_new_order_email_sent','true'),(148422,3118,'_order_stock_reduced','yes'),(148423,3118,'_billing_first_name','Patty'),(148424,3118,'_billing_last_name','Ziegler'),(148425,3118,'_billing_address_1','3090 Saddle Brook Tr'),(148426,3118,'_billing_city','Sun Prairie'),(148427,3118,'_billing_state','WI'),(148428,3118,'_billing_postcode','53590'),(148429,3118,'_billing_country','US'),(148430,3118,'_billing_email','liceremovalwisconsin@gmail.com'),(148431,3118,'_billing_phone','6088258255'),(148432,3118,'_shipping_first_name','Patty'),(148433,3118,'_shipping_last_name','Ziegler'),(148434,3118,'_shipping_address_1','3090 Saddle Brook Tr'),(148435,3118,'_shipping_city','Sun Prairie'),(148436,3118,'_shipping_state','WI'),(148437,3118,'_shipping_postcode','53590'),(148438,3118,'_shipping_country','US'),(148439,3118,'_order_currency','USD'),(148440,3118,'_cart_discount','0'),(148441,3118,'_cart_discount_tax','0'),(148442,3118,'_order_shipping','0'),(148443,3118,'_order_shipping_tax','0'),(148444,3118,'_order_tax','0'),(148445,3118,'_order_total','673.68'),(148446,3118,'_order_version','9.5.1'),(148447,3118,'_prices_include_tax','no'),(148448,3118,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(148449,3118,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(148450,3118,'is_vat_exempt','no'),(148451,3118,'_wc_order_attribution_source_type','referral'),(148452,3118,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148453,3118,'_wc_order_attribution_utm_source','lcaportal.com'),(148454,3118,'_wc_order_attribution_utm_medium','referral'),(148455,3118,'_wc_order_attribution_utm_content','/'),(148456,3118,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148457,3118,'_wc_order_attribution_session_start_time','2024-12-30 15:10:24'),(148458,3118,'_wc_order_attribution_session_pages','6'),(148459,3118,'_wc_order_attribution_session_count','1'),(148460,3118,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(148461,3118,'_wc_order_attribution_device_type','Mobile'),(148462,3118,'Payment type','instant'),(148463,3118,'_paypal_status','completed'),(148464,3118,'_transaction_id','0HG30447B8920783M'),(148465,3118,'PayPal Transaction Fee','24.00'),(148466,3118,'_date_paid','1735571678'),(148467,3118,'_paid_date','2024-12-30 15:14:38'),(148468,3119,'_order_key','wc_order_gt0vXrLqhstoU'),(148469,3119,'_customer_user','82'),(148470,3119,'_payment_method','paypal'),(148471,3119,'_payment_method_title','PayPal'),(148472,3119,'_customer_ip_address','71.163.165.221'),(148473,3119,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15'),(148474,3119,'_created_via','checkout'),(148475,3119,'_cart_hash','e55e679256c5ee85d0f1659c26575772'),(148476,3119,'_download_permissions_granted','yes'),(148477,3119,'_recorded_sales','yes'),(148478,3119,'_recorded_coupon_usage_counts','yes'),(148479,3119,'_new_order_email_sent','true'),(148480,3119,'_order_stock_reduced','yes'),(148481,3119,'_billing_first_name','Nigel'),(148482,3119,'_billing_last_name','Le'),(148483,3119,'_billing_address_1','6080 FRANCONIA ROAD'),(148484,3119,'_billing_address_2','SUITE D'),(148485,3119,'_billing_city','ALEXANDRIA'),(148486,3119,'_billing_state','VA'),(148487,3119,'_billing_postcode','22310'),(148488,3119,'_billing_country','US'),(148489,3119,'_billing_email','sonnynguyenle@gmail.com'),(148490,3119,'_billing_phone','7035209000'),(148491,3119,'_shipping_first_name','SONNY'),(148492,3119,'_shipping_last_name','LE'),(148493,3119,'_shipping_address_1','4137 FAIRFAX CENTER CREEK DRIVE'),(148494,3119,'_shipping_city','FAIRFAX'),(148495,3119,'_shipping_state','VA'),(148496,3119,'_shipping_postcode','22030'),(148497,3119,'_shipping_country','US'),(148498,3119,'_order_currency','USD'),(148499,3119,'_cart_discount','0'),(148500,3119,'_cart_discount_tax','0'),(148501,3119,'_order_shipping','25.63'),(148502,3119,'_order_shipping_tax','0'),(148503,3119,'_order_tax','0'),(148504,3119,'_order_total','257.29'),(148505,3119,'_order_version','9.5.1'),(148506,3119,'_prices_include_tax','no'),(148507,3119,'_billing_address_index','Nigel Le  6080 FRANCONIA ROAD SUITE D ALEXANDRIA VA 22310 US sonnynguyenle@gmail.com 7035209000'),(148508,3119,'_shipping_address_index','SONNY LE  4137 FAIRFAX CENTER CREEK DRIVE  FAIRFAX VA 22030 US '),(148509,3119,'is_vat_exempt','no'),(148510,3119,'_wc_order_attribution_source_type','typein'),(148511,3119,'_wc_order_attribution_utm_source','(direct)'),(148512,3119,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148513,3119,'_wc_order_attribution_session_start_time','2025-01-01 04:52:34'),(148514,3119,'_wc_order_attribution_session_pages','4'),(148515,3119,'_wc_order_attribution_session_count','1'),(148516,3119,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15'),(148517,3119,'_wc_order_attribution_device_type','Desktop'),(148518,3119,'Payment type','instant'),(148519,3119,'_paypal_status','completed'),(148520,3119,'_transaction_id','7PN9529023988551P'),(148521,3119,'PayPal Transaction Fee','9.47'),(148522,3119,'_date_paid','1735707443'),(148523,3119,'_paid_date','2025-01-01 04:57:23'),(148524,3120,'_order_key','wc_order_X5Wt4bJp04BwF'),(148525,3120,'_customer_user','54'),(148526,3120,'_payment_method','paypal'),(148527,3120,'_payment_method_title','PayPal'),(148528,3120,'_customer_ip_address','75.211.45.120'),(148529,3120,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(148530,3120,'_created_via','checkout'),(148531,3120,'_cart_hash','53d797c1ed2e27b94a96e4525ceac38b'),(148532,3120,'_download_permissions_granted','yes'),(148533,3120,'_recorded_sales','yes'),(148534,3120,'_recorded_coupon_usage_counts','yes'),(148535,3120,'_new_order_email_sent','true'),(148536,3120,'_order_stock_reduced','yes'),(148537,3120,'_billing_first_name','Erin'),(148538,3120,'_billing_last_name','Hawn'),(148539,3120,'_billing_address_1','10 W Phillip Rd'),(148540,3120,'_billing_address_2','Suite 123'),(148541,3120,'_billing_city','Vernon Hills'),(148542,3120,'_billing_state','IL'),(148543,3120,'_billing_postcode','60061'),(148544,3120,'_billing_country','US'),(148545,3120,'_billing_email','info@liceclinicsvernonhills.com'),(148546,3120,'_billing_phone','8475960408'),(148547,3120,'_shipping_first_name','Erin'),(148548,3120,'_shipping_last_name','Hawn'),(148549,3120,'_shipping_address_1','1491 S Amarias Dr'),(148550,3120,'_shipping_city','Round lake'),(148551,3120,'_shipping_state','IL'),(148552,3120,'_shipping_postcode','60073'),(148553,3120,'_shipping_country','US'),(148554,3120,'_order_currency','USD'),(148555,3120,'_cart_discount','0'),(148556,3120,'_cart_discount_tax','0'),(148557,3120,'_order_shipping','0'),(148558,3120,'_order_shipping_tax','0'),(148559,3120,'_order_tax','0'),(148560,3120,'_order_total','590.06'),(148561,3120,'_order_version','9.5.1'),(148562,3120,'_prices_include_tax','no'),(148563,3120,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(148564,3120,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(148565,3120,'is_vat_exempt','no'),(148566,3120,'_wc_order_attribution_source_type','referral'),(148567,3120,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(148568,3120,'_wc_order_attribution_utm_source','com.google.android.gm'),(148569,3120,'_wc_order_attribution_utm_medium','referral'),(148570,3120,'_wc_order_attribution_utm_content','/'),(148571,3120,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148572,3120,'_wc_order_attribution_session_start_time','2025-01-01 15:47:26'),(148573,3120,'_wc_order_attribution_session_pages','5'),(148574,3120,'_wc_order_attribution_session_count','1'),(148575,3120,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(148576,3120,'_wc_order_attribution_device_type','Mobile'),(148577,3120,'Payment type','instant'),(148578,3120,'_paypal_status','completed'),(148579,3120,'_transaction_id','58873447S9167001M'),(148580,3120,'PayPal Transaction Fee','21.08'),(148581,3120,'_date_paid','1735746779'),(148582,3120,'_paid_date','2025-01-01 15:52:59'),(148583,3115,'_edit_lock','1735828096:2'),(148584,3115,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257625\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"f509fa44b80c82cd032251c26ec6ef19\";}}'),(148585,3115,'_edit_last','2'),(148586,3115,'_date_completed','1735828082'),(148587,3115,'_completed_date','2025-01-02 14:28:02'),(148588,3114,'_edit_lock','1735828061:2'),(148589,3114,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257680\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"62b90ca2f54580480ca7da4e51685941\";}}'),(148590,3114,'_edit_last','2'),(148591,3114,'_date_completed','1735828190'),(148592,3114,'_completed_date','2025-01-02 14:29:50'),(148593,3116,'_edit_lock','1735828248:2'),(148594,3116,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257706\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"1d092a48e7c0c41fe7f70ba41b5845ad\";}}'),(148595,3116,'_edit_last','2'),(148596,3116,'_date_completed','1735828235'),(148597,3116,'_completed_date','2025-01-02 14:30:35'),(148598,3117,'_edit_lock','1735828257:2'),(148599,3117,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257772\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"b0301fd5ae82bbcf53e9bc5e1632efd3\";}}'),(148600,3117,'_edit_last','2'),(148601,3117,'_date_completed','1735828387'),(148602,3117,'_completed_date','2025-01-02 14:33:07'),(148603,3118,'_edit_lock','1735828422:2'),(148604,3118,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257810\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"87dd584c683cd889a9e460421177edf7\";}}'),(148605,3118,'_edit_last','2'),(148606,3118,'_date_completed','1735828418'),(148607,3118,'_completed_date','2025-01-02 14:33:38'),(148608,3121,'_order_key','wc_order_P1waAmVWWHA2I'),(148609,3121,'_customer_user','8'),(148610,3121,'_payment_method','paypal'),(148611,3121,'_payment_method_title','PayPal'),(148612,3121,'_customer_ip_address','104.60.28.185'),(148613,3121,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148614,3121,'_created_via','checkout'),(148615,3121,'_cart_hash','af44fc9f98915d516b021c8a95e902a8'),(148616,3121,'_download_permissions_granted','yes'),(148617,3121,'_recorded_sales','yes'),(148618,3121,'_recorded_coupon_usage_counts','yes'),(148619,3121,'_new_order_email_sent','true'),(148620,3121,'_order_stock_reduced','yes'),(148621,3121,'_billing_first_name','Amy'),(148622,3121,'_billing_last_name','Sharp'),(148623,3121,'_billing_company','Nit Wits'),(148624,3121,'_billing_address_1','6002 Sweetbay Dr'),(148625,3121,'_billing_city','Crestwood'),(148626,3121,'_billing_state','KY'),(148627,3121,'_billing_postcode','40014'),(148628,3121,'_billing_country','US'),(148629,3121,'_billing_email','asharp@ht-school.org'),(148630,3121,'_billing_phone','15023109281'),(148631,3121,'_shipping_first_name','Amy'),(148632,3121,'_shipping_last_name','Sharp'),(148633,3121,'_shipping_company','LCA Nit Wits'),(148634,3121,'_shipping_address_1','9302 New LaGrange Road'),(148635,3121,'_shipping_address_2','Unit H'),(148636,3121,'_shipping_city','Louisville'),(148637,3121,'_shipping_state','KY'),(148638,3121,'_shipping_postcode','40242'),(148639,3121,'_shipping_country','US'),(148640,3121,'_order_currency','USD'),(148641,3121,'_cart_discount','0'),(148642,3121,'_cart_discount_tax','0'),(148643,3121,'_order_shipping','0'),(148644,3121,'_order_shipping_tax','0'),(148645,3121,'_order_tax','0'),(148646,3121,'_order_total','699.66'),(148647,3121,'_order_version','9.5.1'),(148648,3121,'_prices_include_tax','no'),(148649,3121,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(148650,3121,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(148651,3121,'is_vat_exempt','no'),(148652,3121,'_wc_order_attribution_source_type','referral'),(148653,3121,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(148654,3121,'_wc_order_attribution_utm_source','lcaportal.com'),(148655,3121,'_wc_order_attribution_utm_medium','referral'),(148656,3121,'_wc_order_attribution_utm_content','/'),(148657,3121,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148658,3121,'_wc_order_attribution_session_start_time','2025-01-02 15:06:49'),(148659,3121,'_wc_order_attribution_session_pages','4'),(148660,3121,'_wc_order_attribution_session_count','1'),(148661,3121,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148662,3121,'_wc_order_attribution_device_type','Desktop'),(148663,3121,'_oaw_varify_key','e64199c0be36afaaa67c'),(148664,3121,'_edit_lock','1736178242:2'),(148665,3121,'_edit_last','2'),(148666,3122,'_order_key','wc_order_euXbkDDFbOBmn'),(148667,3122,'_customer_user','105'),(148668,3122,'_payment_method','paypal'),(148669,3122,'_payment_method_title','PayPal'),(148670,3122,'_customer_ip_address','76.205.132.42'),(148671,3122,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148672,3122,'_created_via','checkout'),(148673,3122,'_cart_hash','d0d7cb5fc1935c9796211d20065fed3e'),(148674,3122,'_download_permissions_granted','yes'),(148675,3122,'_recorded_sales','yes'),(148676,3122,'_recorded_coupon_usage_counts','yes'),(148677,3122,'_new_order_email_sent','true'),(148678,3122,'_order_stock_reduced','yes'),(148679,3122,'_billing_first_name','Joseph'),(148680,3122,'_billing_last_name','West'),(148681,3122,'_billing_company','MAJESTIC PEACOCK LLC'),(148682,3122,'_billing_address_1','615 Crofton Park Ln'),(148683,3122,'_billing_city','Franklin'),(148684,3122,'_billing_state','TN'),(148685,3122,'_billing_postcode','37069'),(148686,3122,'_billing_country','US'),(148687,3122,'_billing_email','info@nashville.liceclinicsofamerica.com'),(148688,3122,'_billing_phone','8042184232'),(148689,3122,'_shipping_first_name','Joseph'),(148690,3122,'_shipping_last_name','West'),(148691,3122,'_shipping_company','Lice Clinics of America'),(148692,3122,'_shipping_address_1','330 Mallory Station Rd F 17'),(148693,3122,'_shipping_city','Franklin'),(148694,3122,'_shipping_state','TN'),(148695,3122,'_shipping_postcode','37067'),(148696,3122,'_shipping_country','US'),(148697,3122,'_order_currency','USD'),(148698,3122,'_cart_discount','0'),(148699,3122,'_cart_discount_tax','0'),(148700,3122,'_order_shipping','0'),(148701,3122,'_order_shipping_tax','0'),(148702,3122,'_order_tax','0'),(148703,3122,'_order_total','966.44'),(148704,3122,'_order_version','9.5.1'),(148705,3122,'_prices_include_tax','no'),(148706,3122,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(148707,3122,'_shipping_address_index','Joseph West Lice Clinics of America 330 Mallory Station Rd F 17  Franklin TN 37067 US '),(148708,3122,'is_vat_exempt','no'),(148709,3122,'_wc_order_attribution_source_type','referral'),(148710,3122,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148711,3122,'_wc_order_attribution_utm_source','lcaportal.com'),(148712,3122,'_wc_order_attribution_utm_medium','referral'),(148713,3122,'_wc_order_attribution_utm_content','/'),(148714,3122,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148715,3122,'_wc_order_attribution_session_start_time','2025-01-02 19:07:07'),(148716,3122,'_wc_order_attribution_session_pages','15'),(148717,3122,'_wc_order_attribution_session_count','1'),(148718,3122,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148719,3122,'_wc_order_attribution_device_type','Desktop'),(148720,3122,'Payment type','instant'),(148721,3122,'_paypal_status','completed'),(148722,3122,'_transaction_id','9L341131NS8122409'),(148723,3122,'PayPal Transaction Fee','34.22'),(148724,3122,'_date_paid','1735845843'),(148725,3122,'_paid_date','2025-01-02 19:24:03'),(148726,3119,'_edit_lock','1735855211:2'),(148727,3119,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258389\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"61e4543b4d5369e4a56ba9d53af1daca\";}}'),(148728,3119,'_edit_last','2'),(148729,3119,'_date_completed','1735855206'),(148730,3119,'_completed_date','2025-01-02 22:00:06'),(148731,3112,'_edit_lock','1735855123:2'),(148732,3112,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257419\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"3f34952418c6f13d9f6ada892ec3aa3a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257420\";s:12:\"date_shipped\";i:1735855242;s:11:\"tracking_id\";s:32:\"06de1c359a3add32e78380fe22d08b9a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257430\";s:12:\"date_shipped\";i:1735855246;s:11:\"tracking_id\";s:32:\"d4890554d83eb82830b9fc22b4d2f314\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257441\";s:12:\"date_shipped\";i:1735855250;s:11:\"tracking_id\";s:32:\"4d56a7df063b95f97dc5303e345a8251\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992257452\";s:12:\"date_shipped\";i:1735855257;s:11:\"tracking_id\";s:32:\"ec81b70ee97035e12fbb31e3f3863d09\";}}'),(148733,3112,'_edit_last','2'),(148734,3112,'_date_completed','1735855260'),(148735,3112,'_completed_date','2025-01-02 22:01:00'),(148736,3120,'_edit_lock','1735855303:2'),(148737,3120,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258459\";s:12:\"date_shipped\";s:10:\"1735776000\";s:11:\"tracking_id\";s:32:\"b81c1213924770f3095a0a25b074f796\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258460\";s:12:\"date_shipped\";i:1735855294;s:11:\"tracking_id\";s:32:\"13c5a7b7fe0dc03788eeac16836e7f6b\";}}'),(148738,3120,'_edit_last','2'),(148739,3120,'_date_completed','1735855296'),(148740,3120,'_completed_date','2025-01-02 22:01:36'),(148741,3123,'_order_key','wc_order_yckk9ibqUoGjZ'),(148742,3123,'_customer_user','46'),(148743,3123,'_payment_method','paypal'),(148744,3123,'_payment_method_title','PayPal'),(148745,3123,'_customer_ip_address','72.47.75.84'),(148746,3123,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148747,3123,'_created_via','checkout'),(148748,3123,'_cart_hash','2ac1b6c51aff63bcf43ca8a043cc4517'),(148749,3123,'_download_permissions_granted','yes'),(148750,3123,'_recorded_sales','yes'),(148751,3123,'_recorded_coupon_usage_counts','yes'),(148752,3123,'_new_order_email_sent','true'),(148753,3123,'_order_stock_reduced','yes'),(148754,3123,'_billing_first_name','Ashe'),(148755,3123,'_billing_last_name','montalvo'),(148756,3123,'_billing_company','lice clincs of america jonesboro'),(148757,3123,'_billing_address_1','1406 Market Place'),(148758,3123,'_billing_address_2','Apartment 10'),(148759,3123,'_billing_city','Jonesboro'),(148760,3123,'_billing_state','AR'),(148761,3123,'_billing_postcode','72404'),(148762,3123,'_billing_country','US'),(148763,3123,'_billing_email','bsdashlynf@gmail.com'),(148764,3123,'_billing_phone','8706132520'),(148765,3123,'_shipping_first_name','Ashe'),(148766,3123,'_shipping_last_name','montalvo'),(148767,3123,'_shipping_company','lice clincs of america jonesboro'),(148768,3123,'_shipping_address_1','3114 Fox Road'),(148769,3123,'_shipping_address_2','suite D'),(148770,3123,'_shipping_city','Jonesboro'),(148771,3123,'_shipping_state','AR'),(148772,3123,'_shipping_postcode','72404'),(148773,3123,'_shipping_country','US'),(148774,3123,'_order_currency','USD'),(148775,3123,'_cart_discount','0'),(148776,3123,'_cart_discount_tax','0'),(148777,3123,'_order_shipping','13.48'),(148778,3123,'_order_shipping_tax','0'),(148779,3123,'_order_tax','0'),(148780,3123,'_order_total','161.22'),(148781,3123,'_order_version','9.5.1'),(148782,3123,'_prices_include_tax','no'),(148783,3123,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(148784,3123,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(148785,3123,'is_vat_exempt','no'),(148786,3123,'_wc_order_attribution_source_type','referral'),(148787,3123,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(148788,3123,'_wc_order_attribution_utm_source','lcaportal.com'),(148789,3123,'_wc_order_attribution_utm_medium','referral'),(148790,3123,'_wc_order_attribution_utm_content','/'),(148791,3123,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148792,3123,'_wc_order_attribution_session_start_time','2025-01-02 22:14:41'),(148793,3123,'_wc_order_attribution_session_pages','6'),(148794,3123,'_wc_order_attribution_session_count','1'),(148795,3123,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148796,3123,'_wc_order_attribution_device_type','Desktop'),(148797,3123,'Payment type','instant'),(148798,3123,'_paypal_status','completed'),(148799,3123,'_transaction_id','4GG51306623518500'),(148800,3123,'PayPal Transaction Fee','6.12'),(148801,3123,'_date_paid','1735856505'),(148802,3123,'_paid_date','2025-01-02 22:21:45'),(148803,3124,'_order_key','wc_order_VdOE1yTO2B1d5'),(148804,3124,'_customer_user','11'),(148805,3124,'_payment_method','paypal'),(148806,3124,'_payment_method_title','PayPal'),(148807,3124,'_customer_ip_address','65.186.66.106'),(148808,3124,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148809,3124,'_created_via','checkout'),(148810,3124,'_cart_hash','3adb136d8241d2cfadfad8a91b5bbe69'),(148811,3124,'_download_permissions_granted','yes'),(148812,3124,'_recorded_sales','yes'),(148813,3124,'_recorded_coupon_usage_counts','yes'),(148814,3124,'_new_order_email_sent','true'),(148815,3124,'_order_stock_reduced','yes'),(148816,3124,'_billing_first_name','Tina'),(148817,3124,'_billing_last_name','Hunt'),(148818,3124,'_billing_company','Lice Clinics of America'),(148819,3124,'_billing_address_1','830 Fairview Ave.'),(148820,3124,'_billing_address_2','Suite A-4'),(148821,3124,'_billing_city','Bowling Green'),(148822,3124,'_billing_state','KY'),(148823,3124,'_billing_postcode','42101'),(148824,3124,'_billing_country','US'),(148825,3124,'_billing_email','lcbgky12@gmail.com'),(148826,3124,'_billing_phone','2709996803'),(148827,3124,'_shipping_first_name','Tina'),(148828,3124,'_shipping_last_name','Hunt'),(148829,3124,'_shipping_company','Lice Clinics of America'),(148830,3124,'_shipping_address_1','830 Fairview Ave.'),(148831,3124,'_shipping_address_2','Suite A-4'),(148832,3124,'_shipping_city','Bowling Green'),(148833,3124,'_shipping_state','KY'),(148834,3124,'_shipping_postcode','42101'),(148835,3124,'_shipping_country','US'),(148836,3124,'_order_currency','USD'),(148837,3124,'_cart_discount','0'),(148838,3124,'_cart_discount_tax','0'),(148839,3124,'_order_shipping','14.36'),(148840,3124,'_order_shipping_tax','0'),(148841,3124,'_order_tax','0'),(148842,3124,'_order_total','360.79'),(148843,3124,'_order_version','9.5.1'),(148844,3124,'_prices_include_tax','no'),(148845,3124,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(148846,3124,'_shipping_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(148847,3124,'is_vat_exempt','no'),(148848,3124,'_wc_order_attribution_source_type','referral'),(148849,3124,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148850,3124,'_wc_order_attribution_utm_source','lcaportal.com'),(148851,3124,'_wc_order_attribution_utm_medium','referral'),(148852,3124,'_wc_order_attribution_utm_content','/'),(148853,3124,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148854,3124,'_wc_order_attribution_session_start_time','2024-12-31 13:49:49'),(148855,3124,'_wc_order_attribution_session_pages','8'),(148856,3124,'_wc_order_attribution_session_count','4'),(148857,3124,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148858,3124,'_wc_order_attribution_device_type','Desktop'),(148859,3124,'Payment type','instant'),(148860,3124,'_paypal_status','completed'),(148861,3124,'_transaction_id','9NH668377D2006230'),(148862,3124,'PayPal Transaction Fee','13.08'),(148863,3124,'_date_paid','1735859054'),(148864,3124,'_paid_date','2025-01-02 23:04:14'),(148865,3121,'Payment type','instant'),(148866,3121,'_paypal_status','completed'),(148867,3121,'_transaction_id','8NE50983J9315125X'),(148868,3121,'PayPal Transaction Fee','24.91'),(148869,3121,'_date_paid','1735865976'),(148870,3121,'_paid_date','2025-01-03 00:59:36'),(148873,3125,'_order_key','wc_order_zcqMYTrGFpxUY'),(148874,3125,'_customer_user','3'),(148875,3125,'_payment_method','paypal'),(148876,3125,'_payment_method_title','PayPal'),(148877,3125,'_customer_ip_address','99.22.146.124'),(148878,3125,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148879,3125,'_created_via','checkout'),(148880,3125,'_cart_hash','ac1d0b68419e050998f6bb5fc2f60313'),(148881,3125,'_download_permissions_granted','yes'),(148882,3125,'_recorded_sales','yes'),(148883,3125,'_recorded_coupon_usage_counts','yes'),(148884,3125,'_new_order_email_sent','true'),(148885,3125,'_order_stock_reduced','yes'),(148886,3125,'_billing_first_name','amanda'),(148887,3125,'_billing_last_name','westerman'),(148888,3125,'_billing_company','Lice Clinics of America McKinney'),(148889,3125,'_billing_address_1','3120 Hudson Crossing'),(148890,3125,'_billing_address_2','Suite A2'),(148891,3125,'_billing_city','MCKINNEY'),(148892,3125,'_billing_state','TX'),(148893,3125,'_billing_postcode','75070'),(148894,3125,'_billing_country','US'),(148895,3125,'_billing_email','awesterman1103@gmail.com'),(148896,3125,'_billing_phone','12144175741'),(148897,3125,'_shipping_first_name','amanda'),(148898,3125,'_shipping_last_name','westerman'),(148899,3125,'_shipping_company','Lice Clinics of America McKinney'),(148900,3125,'_shipping_address_1','3120 Hudson Crossing'),(148901,3125,'_shipping_address_2','Suite A2'),(148902,3125,'_shipping_city','McKinney'),(148903,3125,'_shipping_state','TX'),(148904,3125,'_shipping_postcode','75070'),(148905,3125,'_shipping_country','US'),(148906,3125,'_order_currency','USD'),(148907,3125,'_cart_discount','0'),(148908,3125,'_cart_discount_tax','0'),(148909,3125,'_order_shipping','0'),(148910,3125,'_order_shipping_tax','0'),(148911,3125,'_order_tax','0'),(148912,3125,'_order_total','663.40'),(148913,3125,'_order_version','9.5.1'),(148914,3125,'_prices_include_tax','no'),(148915,3125,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(148916,3125,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(148917,3125,'is_vat_exempt','no'),(148918,3125,'_wc_order_attribution_source_type','referral'),(148919,3125,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(148920,3125,'_wc_order_attribution_utm_source','lcaportal.com'),(148921,3125,'_wc_order_attribution_utm_medium','referral'),(148922,3125,'_wc_order_attribution_utm_content','/'),(148923,3125,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148924,3125,'_wc_order_attribution_session_start_time','2025-01-03 16:21:07'),(148925,3125,'_wc_order_attribution_session_pages','6'),(148926,3125,'_wc_order_attribution_session_count','3'),(148927,3125,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(148928,3125,'_wc_order_attribution_device_type','Desktop'),(148929,3125,'Payment type','instant'),(148930,3125,'_paypal_status','completed'),(148931,3125,'_transaction_id','9EB977798E017293R'),(148932,3125,'PayPal Transaction Fee','23.64'),(148933,3125,'_date_paid','1735921691'),(148934,3125,'_paid_date','2025-01-03 16:28:11'),(148935,3113,'Payment type','instant'),(148936,3113,'_paypal_status','completed'),(148937,3113,'_transaction_id','5R2159099U688451K'),(148938,3113,'PayPal Transaction Fee','49.36'),(148939,3113,'_date_paid','1735923904'),(148940,3113,'_paid_date','2025-01-03 17:05:04'),(148941,3126,'_order_key','wc_order_CC8vtdVB2mqru'),(148942,3126,'_customer_user','50'),(148943,3126,'_payment_method','paypal'),(148944,3126,'_payment_method_title','PayPal'),(148945,3126,'_customer_ip_address','24.62.247.50'),(148946,3126,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148947,3126,'_created_via','checkout'),(148948,3126,'_cart_hash','05bb33c94b93ac7d4130cf0d0c846785'),(148949,3126,'_download_permissions_granted','yes'),(148950,3126,'_recorded_sales','yes'),(148951,3126,'_recorded_coupon_usage_counts','yes'),(148952,3126,'_new_order_email_sent','true'),(148953,3126,'_order_stock_reduced','yes'),(148954,3126,'_billing_first_name','Christine'),(148955,3126,'_billing_last_name','Cherry'),(148956,3126,'_billing_company','NITS END'),(148957,3126,'_billing_address_1','PO BOX 1092'),(148958,3126,'_billing_city','Campton'),(148959,3126,'_billing_state','NH'),(148960,3126,'_billing_postcode','03223'),(148961,3126,'_billing_country','US'),(148962,3126,'_billing_email','info@liceclinicsplaistow.com'),(148963,3126,'_billing_phone','16034983390'),(148964,3126,'_shipping_first_name','Christine'),(148965,3126,'_shipping_last_name','Cherry'),(148966,3126,'_shipping_company','C/O Linda Brann LCA/Nits End'),(148967,3126,'_shipping_address_1','16 Toppan Dr'),(148968,3126,'_shipping_city','Gorham'),(148969,3126,'_shipping_state','ME'),(148970,3126,'_shipping_postcode','04038'),(148971,3126,'_shipping_country','US'),(148972,3126,'_order_currency','USD'),(148973,3126,'_cart_discount','0'),(148974,3126,'_cart_discount_tax','0'),(148975,3126,'_order_shipping','0'),(148976,3126,'_order_shipping_tax','0'),(148977,3126,'_order_tax','0'),(148978,3126,'_order_total','2329.02'),(148979,3126,'_order_version','9.5.1'),(148980,3126,'_prices_include_tax','no'),(148981,3126,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(148982,3126,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(148983,3126,'is_vat_exempt','no'),(148984,3126,'_wc_order_attribution_source_type','referral'),(148985,3126,'_wc_order_attribution_referrer','https://lcaportal.com/'),(148986,3126,'_wc_order_attribution_utm_source','lcaportal.com'),(148987,3126,'_wc_order_attribution_utm_medium','referral'),(148988,3126,'_wc_order_attribution_utm_content','/'),(148989,3126,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(148990,3126,'_wc_order_attribution_session_start_time','2025-01-03 23:37:23'),(148991,3126,'_wc_order_attribution_session_pages','10'),(148992,3126,'_wc_order_attribution_session_count','4'),(148993,3126,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(148994,3126,'_wc_order_attribution_device_type','Desktop'),(148995,3126,'Payment type','instant'),(148996,3126,'_paypal_status','completed'),(148997,3126,'_transaction_id','3L760386EJ379994J'),(148998,3126,'PayPal Transaction Fee','81.77'),(148999,3126,'_date_paid','1735948177'),(149000,3126,'_paid_date','2025-01-03 23:49:37'),(149009,3127,'_order_key','wc_order_FpRRLWcsLqlYp'),(149010,3127,'_customer_user','98'),(149011,3127,'_payment_method','paypal'),(149012,3127,'_payment_method_title','PayPal'),(149013,3127,'_customer_ip_address','24.62.247.50'),(149014,3127,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(149015,3127,'_created_via','checkout'),(149016,3127,'_cart_hash','d5826633c871c90e6efd836985f477ab'),(149017,3127,'_download_permissions_granted','yes'),(149018,3127,'_recorded_sales','yes'),(149019,3127,'_recorded_coupon_usage_counts','yes'),(149020,3127,'_new_order_email_sent','true'),(149021,3127,'_order_stock_reduced','yes'),(149022,3127,'_billing_first_name','Christine'),(149023,3127,'_billing_last_name','Cherry'),(149024,3127,'_billing_company','NITS END'),(149025,3127,'_billing_address_1','PO BOX 1092'),(149026,3127,'_billing_city','Campton'),(149027,3127,'_billing_state','NH'),(149028,3127,'_billing_postcode','03223'),(149029,3127,'_billing_country','US'),(149030,3127,'_billing_email','christine@liceclinicscolumbus.com'),(149031,3127,'_billing_phone','16034983390'),(149032,3127,'_shipping_first_name','Erica'),(149033,3127,'_shipping_last_name','Froggatt'),(149034,3127,'_shipping_company','LCA'),(149035,3127,'_shipping_address_1','5910 Wilcox Pl'),(149036,3127,'_shipping_address_2','suite E'),(149037,3127,'_shipping_city','Dublin'),(149038,3127,'_shipping_state','OH'),(149039,3127,'_shipping_postcode','43016'),(149040,3127,'_shipping_country','US'),(149041,3127,'_order_currency','USD'),(149042,3127,'_cart_discount','0'),(149043,3127,'_cart_discount_tax','0'),(149044,3127,'_order_shipping','0'),(149045,3127,'_order_shipping_tax','0'),(149046,3127,'_order_tax','0'),(149047,3127,'_order_total','1320.52'),(149048,3127,'_order_version','9.5.1'),(149049,3127,'_prices_include_tax','no'),(149050,3127,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(149051,3127,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(149052,3127,'is_vat_exempt','no'),(149053,3127,'_wc_order_attribution_source_type','referral'),(149054,3127,'_wc_order_attribution_referrer','https://lcaportal.com/'),(149055,3127,'_wc_order_attribution_utm_source','lcaportal.com'),(149056,3127,'_wc_order_attribution_utm_medium','referral'),(149057,3127,'_wc_order_attribution_utm_content','/'),(149058,3127,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149059,3127,'_wc_order_attribution_session_start_time','2025-01-03 23:37:23'),(149060,3127,'_wc_order_attribution_session_pages','5'),(149061,3127,'_wc_order_attribution_session_count','6'),(149062,3127,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(149063,3127,'_wc_order_attribution_device_type','Desktop'),(149064,3127,'Payment type','instant'),(149065,3127,'_paypal_status','completed'),(149066,3127,'_transaction_id','2C2629100A321010G'),(149067,3127,'PayPal Transaction Fee','46.58'),(149068,3127,'_date_paid','1736171161'),(149069,3127,'_paid_date','2025-01-06 13:46:01'),(149070,3122,'_edit_lock','1736178001:2'),(149071,3122,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258610\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"c887ffb533964f9620fd007fe63a59f2\";}}'),(149072,3122,'_edit_last','2'),(149073,3122,'_date_completed','1736178137'),(149074,3122,'_completed_date','2025-01-06 15:42:17'),(149075,3123,'_edit_lock','1736178302:2'),(149076,3123,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258654\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"a14fe6621a032167dd8abd5711178256\";}}'),(149077,3123,'_edit_last','2'),(149078,3123,'_date_completed','1736178231'),(149079,3123,'_completed_date','2025-01-06 15:43:51'),(149080,3121,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258698\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"f78b586b6f214e5c321d1c00d0396feb\";}}'),(149081,3121,'_date_completed','1736178378'),(149082,3121,'_completed_date','2025-01-06 15:46:18'),(149083,3125,'_edit_lock','1736178506:2'),(149084,3125,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258849\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"4b0bea1b5a7c57e50cac3f77cc5e1384\";}}'),(149085,3125,'_edit_last','2'),(149086,3125,'_date_completed','1736178621'),(149087,3125,'_completed_date','2025-01-06 15:50:21'),(149088,3130,'_order_key','wc_order_nagFlfjgO3qk3'),(149089,3130,'_customer_user','6'),(149090,3130,'_payment_method','paypal'),(149091,3130,'_payment_method_title','PayPal'),(149092,3130,'_customer_ip_address','98.41.41.47'),(149093,3130,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149094,3130,'_created_via','checkout'),(149095,3130,'_cart_hash','471edfc876540039de398e23aaa950be'),(149096,3130,'_download_permissions_granted','yes'),(149097,3130,'_recorded_sales','yes'),(149098,3130,'_recorded_coupon_usage_counts','yes'),(149099,3130,'_new_order_email_sent','true'),(149100,3130,'_order_stock_reduced','yes'),(149101,3130,'_billing_first_name','Amira'),(149102,3130,'_billing_last_name','Purto'),(149103,3130,'_billing_address_1','2520 Chandon Circle'),(149104,3130,'_billing_city','Modesto'),(149105,3130,'_billing_state','CA'),(149106,3130,'_billing_postcode','95355'),(149107,3130,'_billing_country','US'),(149108,3130,'_billing_email','amira77@sbcglobal.net'),(149109,3130,'_billing_phone','2096422061'),(149110,3130,'_shipping_first_name','Amira'),(149111,3130,'_shipping_last_name','Purto'),(149112,3130,'_shipping_address_1','2520 Chandon Circle'),(149113,3130,'_shipping_city','Modesto'),(149114,3130,'_shipping_state','CA'),(149115,3130,'_shipping_postcode','95355'),(149116,3130,'_shipping_country','US'),(149117,3130,'_order_currency','USD'),(149118,3130,'_cart_discount','0'),(149119,3130,'_cart_discount_tax','0'),(149120,3130,'_order_shipping','0'),(149121,3130,'_order_shipping_tax','0'),(149122,3130,'_order_tax','0'),(149123,3130,'_order_total','1389.02'),(149124,3130,'_order_version','9.5.1'),(149125,3130,'_prices_include_tax','no'),(149126,3130,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(149127,3130,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(149128,3130,'is_vat_exempt','no'),(149129,3130,'_wc_order_attribution_source_type','typein'),(149130,3130,'_wc_order_attribution_utm_source','(direct)'),(149131,3130,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149132,3130,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(149133,3130,'_wc_order_attribution_session_pages','4'),(149134,3130,'_wc_order_attribution_session_count','1'),(149135,3130,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149136,3130,'_wc_order_attribution_device_type','Desktop'),(149137,3130,'Payment type','instant'),(149138,3130,'_paypal_status','completed'),(149139,3130,'_transaction_id','52001626CL1493451'),(149140,3130,'PayPal Transaction Fee','48.97'),(149141,3130,'_date_paid','1736187409'),(149142,3130,'_paid_date','2025-01-06 18:16:49'),(149143,3131,'_order_key','wc_order_PZ6BGHEPSt5uB'),(149144,3131,'_customer_user','100'),(149145,3131,'_payment_method','paypal'),(149146,3131,'_payment_method_title','PayPal'),(149147,3131,'_customer_ip_address','166.205.87.99'),(149148,3131,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149149,3131,'_created_via','checkout'),(149150,3131,'_cart_hash','0fc876911a88a86ef1dab2537555fe7a'),(149151,3131,'_download_permissions_granted','yes'),(149152,3131,'_recorded_sales','yes'),(149153,3131,'_recorded_coupon_usage_counts','yes'),(149154,3131,'_new_order_email_sent','true'),(149155,3131,'_order_stock_reduced','yes'),(149156,3131,'_billing_first_name','Michael'),(149157,3131,'_billing_last_name','Beckman'),(149158,3131,'_billing_address_1','921 Moraga Ave'),(149159,3131,'_billing_city','Piedmont'),(149160,3131,'_billing_state','CA'),(149161,3131,'_billing_postcode','94611'),(149162,3131,'_billing_country','US'),(149163,3131,'_billing_email','licetoknowyou@gmail.com'),(149164,3131,'_billing_phone','8585314583'),(149165,3131,'_shipping_first_name','Chelsey'),(149166,3131,'_shipping_last_name','Watkins'),(149167,3131,'_shipping_company','Lice Clinics of America - Sunnyvale'),(149168,3131,'_shipping_address_1','958 Redmond ave'),(149169,3131,'_shipping_city','San Jose'),(149170,3131,'_shipping_state','CA'),(149171,3131,'_shipping_postcode','95120'),(149172,3131,'_shipping_country','US'),(149173,3131,'_order_currency','USD'),(149174,3131,'_cart_discount','0'),(149175,3131,'_cart_discount_tax','0'),(149176,3131,'_order_shipping','0'),(149177,3131,'_order_shipping_tax','0'),(149178,3131,'_order_tax','0'),(149179,3131,'_order_total','661.48'),(149180,3131,'_order_version','9.5.1'),(149181,3131,'_prices_include_tax','no'),(149182,3131,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(149183,3131,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(149184,3131,'is_vat_exempt','no'),(149185,3131,'_wc_order_attribution_source_type','referral'),(149186,3131,'_wc_order_attribution_referrer','https://lcaportal.com/'),(149187,3131,'_wc_order_attribution_utm_source','lcaportal.com'),(149188,3131,'_wc_order_attribution_utm_medium','referral'),(149189,3131,'_wc_order_attribution_utm_content','/'),(149190,3131,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149191,3131,'_wc_order_attribution_session_start_time','2025-01-01 20:55:34'),(149192,3131,'_wc_order_attribution_session_pages','5'),(149193,3131,'_wc_order_attribution_session_count','15'),(149194,3131,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149195,3131,'_wc_order_attribution_device_type','Desktop'),(149196,3131,'Payment type','instant'),(149197,3131,'_paypal_status','completed'),(149198,3131,'_transaction_id','2XK468491H667480B'),(149199,3131,'PayPal Transaction Fee','23.58'),(149200,3131,'_date_paid','1736192816'),(149201,3131,'_paid_date','2025-01-06 19:46:56'),(149229,3126,'_edit_lock','1736193167:2'),(149230,3126,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259065\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"7e7234409b84943d40f1bf447de0f5e2\";}}'),(149231,3126,'_edit_last','2'),(149232,3126,'_date_completed','1736193302'),(149233,3126,'_completed_date','2025-01-06 19:55:02'),(149234,3113,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258860\";s:12:\"date_shipped\";s:10:\"1735257600\";s:11:\"tracking_id\";s:32:\"f6e3d1711bc20275827b6e04eefdfa42\";}}'),(149235,3113,'_date_completed','1736193869'),(149236,3113,'_completed_date','2025-01-06 20:04:29'),(149237,3124,'_edit_lock','1736193923:2'),(149238,3124,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258665\";s:12:\"date_shipped\";s:10:\"1735862400\";s:11:\"tracking_id\";s:32:\"22f139a35fd2aee27674569920b58ca7\";}}'),(149239,3124,'_edit_last','2'),(149240,3124,'_date_completed','1736193896'),(149241,3124,'_completed_date','2025-01-06 20:04:56'),(149242,3127,'_edit_lock','1736197746:2'),(149243,3127,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259249\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"b98b65b3c6707773c907fa55e6d4eaaf\";}}'),(149244,3127,'_edit_last','2'),(149245,3127,'_date_completed','1736197741'),(149246,3127,'_completed_date','2025-01-06 21:09:01'),(149247,3130,'_edit_lock','1736201098:2'),(149248,3130,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259400\";s:12:\"date_shipped\";s:10:\"1736121600\";s:11:\"tracking_id\";s:32:\"3cd64f9355fe122f289c3c7bac20493d\";}}'),(149249,3130,'_edit_last','2'),(149250,3130,'_date_completed','1736201225'),(149251,3130,'_completed_date','2025-01-06 22:07:05'),(149252,3131,'_edit_lock','1736272988:2'),(149253,3131,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259444\";s:12:\"date_shipped\";s:10:\"1736208000\";s:11:\"tracking_id\";s:32:\"e778728b6bd1345ad3f05fe517fadbaf\";}}'),(149254,3131,'_edit_last','2'),(149255,3131,'_date_completed','1736272994'),(149256,3131,'_completed_date','2025-01-07 18:03:14'),(149257,3132,'_order_key','wc_order_i7QXYIGuOEU0V'),(149258,3132,'_customer_user','87'),(149259,3132,'_payment_method','paypal'),(149260,3132,'_payment_method_title','PayPal'),(149261,3132,'_customer_ip_address','75.7.15.79'),(149262,3132,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149263,3132,'_created_via','checkout'),(149264,3132,'_cart_hash','5cb784417c469a43c2214a9fa27608db'),(149265,3132,'_download_permissions_granted','yes'),(149266,3132,'_recorded_sales','yes'),(149267,3132,'_recorded_coupon_usage_counts','yes'),(149268,3132,'_new_order_email_sent','true'),(149269,3132,'_order_stock_reduced','yes'),(149270,3132,'_billing_first_name','Wade'),(149271,3132,'_billing_last_name','Huntsman'),(149272,3132,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(149273,3132,'_billing_address_1','3421 E 21st'),(149274,3132,'_billing_city','Tulsa'),(149275,3132,'_billing_state','OK'),(149276,3132,'_billing_postcode','74114'),(149277,3132,'_billing_country','US'),(149278,3132,'_billing_email','info@liceclinicsmidsouth.com'),(149279,3132,'_billing_phone','9189783329'),(149280,3132,'_shipping_first_name','Wade'),(149281,3132,'_shipping_last_name','Huntsman'),(149282,3132,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(149283,3132,'_shipping_address_1','3421 E 21st'),(149284,3132,'_shipping_city','Tulsa'),(149285,3132,'_shipping_state','OK'),(149286,3132,'_shipping_postcode','74114'),(149287,3132,'_shipping_country','US'),(149288,3132,'_order_currency','USD'),(149289,3132,'_cart_discount','0'),(149290,3132,'_cart_discount_tax','0'),(149291,3132,'_order_shipping','0'),(149292,3132,'_order_shipping_tax','0'),(149293,3132,'_order_tax','0'),(149294,3132,'_order_total','512.71'),(149295,3132,'_order_version','9.5.1'),(149296,3132,'_prices_include_tax','no'),(149297,3132,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(149298,3132,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(149299,3132,'is_vat_exempt','no'),(149300,3132,'_wc_order_attribution_source_type','typein'),(149301,3132,'_wc_order_attribution_utm_source','(direct)'),(149302,3132,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149303,3132,'_wc_order_attribution_session_start_time','2025-01-07 20:40:47'),(149304,3132,'_wc_order_attribution_session_pages','8'),(149305,3132,'_wc_order_attribution_session_count','1'),(149306,3132,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149307,3132,'_wc_order_attribution_device_type','Desktop'),(149308,3132,'Payment type','instant'),(149309,3132,'_paypal_status','completed'),(149310,3132,'_transaction_id','48E99069ET940911T'),(149311,3132,'PayPal Transaction Fee','18.38'),(149312,3132,'_date_paid','1736283015'),(149313,3132,'_paid_date','2025-01-07 20:50:15'),(149314,3133,'_order_key','wc_order_vLJiukmStAxlt'),(149315,3133,'_customer_user','87'),(149316,3133,'_payment_method','paypal'),(149317,3133,'_payment_method_title','PayPal'),(149318,3133,'_customer_ip_address','75.7.15.79'),(149319,3133,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149320,3133,'_created_via','checkout'),(149321,3133,'_cart_hash','6a1f7ac7c399e0e56ee3269b78fa99b9'),(149322,3133,'_download_permissions_granted','yes'),(149323,3133,'_recorded_sales','yes'),(149324,3133,'_recorded_coupon_usage_counts','yes'),(149325,3133,'_new_order_email_sent','true'),(149326,3133,'_order_stock_reduced','yes'),(149327,3133,'_billing_first_name','Wade'),(149328,3133,'_billing_last_name','Huntsman'),(149329,3133,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(149330,3133,'_billing_address_1','3421 E 21st'),(149331,3133,'_billing_city','Tulsa'),(149332,3133,'_billing_state','OK'),(149333,3133,'_billing_postcode','74114'),(149334,3133,'_billing_country','US'),(149335,3133,'_billing_email','info@liceclinicsmidsouth.com'),(149336,3133,'_billing_phone','9189783329'),(149337,3133,'_shipping_first_name','Logan'),(149338,3133,'_shipping_last_name','Futrell'),(149339,3133,'_shipping_company','Lice Clinics of America NWA'),(149340,3133,'_shipping_address_1','203 Tricha Circle Unit B'),(149341,3133,'_shipping_city','Gravette'),(149342,3133,'_shipping_state','AR'),(149343,3133,'_shipping_postcode','72736'),(149344,3133,'_shipping_country','US'),(149345,3133,'_order_currency','USD'),(149346,3133,'_cart_discount','0'),(149347,3133,'_cart_discount_tax','0'),(149348,3133,'_order_shipping','0'),(149349,3133,'_order_shipping_tax','0'),(149350,3133,'_order_tax','0'),(149351,3133,'_order_total','697.56'),(149352,3133,'_order_version','9.5.1'),(149353,3133,'_prices_include_tax','no'),(149354,3133,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(149355,3133,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(149356,3133,'is_vat_exempt','no'),(149357,3133,'_wc_order_attribution_source_type','typein'),(149358,3133,'_wc_order_attribution_utm_source','(direct)'),(149359,3133,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149360,3133,'_wc_order_attribution_session_start_time','2025-01-07 20:40:47'),(149361,3133,'_wc_order_attribution_session_pages','15'),(149362,3133,'_wc_order_attribution_session_count','1'),(149363,3133,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149364,3133,'_wc_order_attribution_device_type','Desktop'),(149365,3133,'Payment type','instant'),(149366,3133,'_paypal_status','completed'),(149367,3133,'_transaction_id','78160899740742100'),(149368,3133,'PayPal Transaction Fee','24.83'),(149369,3133,'_date_paid','1736283486'),(149370,3133,'_paid_date','2025-01-07 20:58:06'),(149371,3134,'_order_key','wc_order_MNVEQKL684ilU'),(149372,3134,'_customer_user','87'),(149373,3134,'_payment_method','paypal'),(149374,3134,'_payment_method_title','PayPal'),(149375,3134,'_customer_ip_address','75.7.15.79'),(149376,3134,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149377,3134,'_created_via','checkout'),(149378,3134,'_cart_hash','f90416dd2290920d631f72618be47125'),(149379,3134,'_download_permissions_granted','yes'),(149380,3134,'_recorded_sales','yes'),(149381,3134,'_recorded_coupon_usage_counts','yes'),(149382,3134,'_new_order_email_sent','true'),(149383,3134,'_order_stock_reduced','yes'),(149384,3134,'_billing_first_name','Wade'),(149385,3134,'_billing_last_name','Huntsman'),(149386,3134,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(149387,3134,'_billing_address_1','3421 E 21st'),(149388,3134,'_billing_city','Tulsa'),(149389,3134,'_billing_state','OK'),(149390,3134,'_billing_postcode','74114'),(149391,3134,'_billing_country','US'),(149392,3134,'_billing_email','info@liceclinicsmidsouth.com'),(149393,3134,'_billing_phone','9189783329'),(149394,3134,'_shipping_first_name','Logan'),(149395,3134,'_shipping_last_name','Futrell'),(149396,3134,'_shipping_company','Lice Clinics of America NWA'),(149397,3134,'_shipping_address_1','203 Tricha Circle Unit B'),(149398,3134,'_shipping_city','Gravette'),(149399,3134,'_shipping_state','AR'),(149400,3134,'_shipping_postcode','72736'),(149401,3134,'_shipping_country','US'),(149402,3134,'_order_currency','USD'),(149403,3134,'_cart_discount','0'),(149404,3134,'_cart_discount_tax','0'),(149405,3134,'_order_shipping','0'),(149406,3134,'_order_shipping_tax','0'),(149407,3134,'_order_tax','0'),(149408,3134,'_order_total','518.32'),(149409,3134,'_order_version','9.5.1'),(149410,3134,'_prices_include_tax','no'),(149411,3134,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(149412,3134,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(149413,3134,'is_vat_exempt','no'),(149414,3134,'_wc_order_attribution_source_type','typein'),(149415,3134,'_wc_order_attribution_utm_source','(direct)'),(149416,3134,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149417,3134,'_wc_order_attribution_session_start_time','2025-01-07 20:40:47'),(149418,3134,'_wc_order_attribution_session_pages','26'),(149419,3134,'_wc_order_attribution_session_count','1'),(149420,3134,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149421,3134,'_wc_order_attribution_device_type','Desktop'),(149422,3134,'Payment type','instant'),(149423,3134,'_paypal_status','completed'),(149424,3134,'_transaction_id','8GL81544KX234471A'),(149425,3134,'PayPal Transaction Fee','18.58'),(149426,3134,'_date_paid','1736283985'),(149427,3134,'_paid_date','2025-01-07 21:06:25'),(149428,3135,'_order_key','wc_order_vpBM1yE9Xv7BF'),(149429,3135,'_customer_user','87'),(149430,3135,'_payment_method','paypal'),(149431,3135,'_payment_method_title','PayPal'),(149432,3135,'_customer_ip_address','75.7.15.79'),(149433,3135,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149434,3135,'_created_via','checkout'),(149435,3135,'_cart_hash','df8b230c03b39f084e829c7ad0859943'),(149436,3135,'_download_permissions_granted','yes'),(149437,3135,'_recorded_sales','yes'),(149438,3135,'_recorded_coupon_usage_counts','yes'),(149439,3135,'_new_order_email_sent','true'),(149440,3135,'_order_stock_reduced','yes'),(149441,3135,'_billing_first_name','Wade'),(149442,3135,'_billing_last_name','Huntsman'),(149443,3135,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(149444,3135,'_billing_address_1','3421 E 21st'),(149445,3135,'_billing_city','Tulsa'),(149446,3135,'_billing_state','OK'),(149447,3135,'_billing_postcode','74114'),(149448,3135,'_billing_country','US'),(149449,3135,'_billing_email','info@liceclinicsmidsouth.com'),(149450,3135,'_billing_phone','9189783329'),(149451,3135,'_shipping_first_name','Shelbe'),(149452,3135,'_shipping_last_name','Smith'),(149453,3135,'_shipping_company','Lice Clinics of America WTA'),(149454,3135,'_shipping_address_1','2101 West MacArthur Road'),(149455,3135,'_shipping_address_2','Lot 511'),(149456,3135,'_shipping_city','Wichita'),(149457,3135,'_shipping_state','KS'),(149458,3135,'_shipping_postcode','67217'),(149459,3135,'_shipping_country','US'),(149460,3135,'_order_currency','USD'),(149461,3135,'_cart_discount','0'),(149462,3135,'_cart_discount_tax','0'),(149463,3135,'_order_shipping','0'),(149464,3135,'_order_shipping_tax','0'),(149465,3135,'_order_tax','0'),(149466,3135,'_order_total','798.16'),(149467,3135,'_order_version','9.5.1'),(149468,3135,'_prices_include_tax','no'),(149469,3135,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(149470,3135,'_shipping_address_index','Shelbe Smith Lice Clinics of America WTA 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(149471,3135,'is_vat_exempt','no'),(149472,3135,'_wc_order_attribution_source_type','typein'),(149473,3135,'_wc_order_attribution_utm_source','(direct)'),(149474,3135,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149475,3135,'_wc_order_attribution_session_start_time','2025-01-07 20:40:47'),(149476,3135,'_wc_order_attribution_session_pages','4'),(149477,3135,'_wc_order_attribution_session_count','2'),(149478,3135,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149479,3135,'_wc_order_attribution_device_type','Desktop'),(149480,3135,'Payment type','instant'),(149481,3135,'_paypal_status','completed'),(149482,3135,'_transaction_id','8W701471X3126011U'),(149483,3135,'PayPal Transaction Fee','28.35'),(149484,3135,'_date_paid','1736292659'),(149485,3135,'_paid_date','2025-01-07 23:30:59'),(149486,3136,'_order_key','wc_order_JSktVUpTj2Zy4'),(149487,3136,'_customer_user','87'),(149488,3136,'_payment_method','paypal'),(149489,3136,'_payment_method_title','PayPal'),(149490,3136,'_customer_ip_address','75.7.15.79'),(149491,3136,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149492,3136,'_created_via','checkout'),(149493,3136,'_cart_hash','42b637486096eb87512f08a4befe990a'),(149494,3136,'_download_permissions_granted','yes'),(149495,3136,'_recorded_sales','yes'),(149496,3136,'_recorded_coupon_usage_counts','yes'),(149497,3136,'_new_order_email_sent','true'),(149498,3136,'_order_stock_reduced','yes'),(149499,3136,'_billing_first_name','Wade'),(149500,3136,'_billing_last_name','Huntsman'),(149501,3136,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(149502,3136,'_billing_address_1','3421 E 21st'),(149503,3136,'_billing_city','Tulsa'),(149504,3136,'_billing_state','OK'),(149505,3136,'_billing_postcode','74114'),(149506,3136,'_billing_country','US'),(149507,3136,'_billing_email','info@liceclinicsmidsouth.com'),(149508,3136,'_billing_phone','9189783329'),(149509,3136,'_shipping_first_name','Katee'),(149510,3136,'_shipping_last_name','Morrison'),(149511,3136,'_shipping_company','Lice Clinics of America OKC'),(149512,3136,'_shipping_address_1','4001 North Classen Blvd'),(149513,3136,'_shipping_address_2','Suite 116'),(149514,3136,'_shipping_city','OKC'),(149515,3136,'_shipping_state','OK'),(149516,3136,'_shipping_postcode','73118'),(149517,3136,'_shipping_country','US'),(149518,3136,'_order_currency','USD'),(149519,3136,'_cart_discount','0'),(149520,3136,'_cart_discount_tax','0'),(149521,3136,'_order_shipping','0'),(149522,3136,'_order_shipping_tax','0'),(149523,3136,'_order_tax','0'),(149524,3136,'_order_total','766.64'),(149525,3136,'_order_version','9.5.1'),(149526,3136,'_prices_include_tax','no'),(149527,3136,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(149528,3136,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd Suite 116 OKC OK 73118 US '),(149529,3136,'is_vat_exempt','no'),(149530,3136,'_wc_order_attribution_source_type','typein'),(149531,3136,'_wc_order_attribution_utm_source','(direct)'),(149532,3136,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149533,3136,'_wc_order_attribution_session_start_time','2025-01-07 20:40:47'),(149534,3136,'_wc_order_attribution_session_pages','8'),(149535,3136,'_wc_order_attribution_session_count','2'),(149536,3136,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(149537,3136,'_wc_order_attribution_device_type','Desktop'),(149538,3136,'Payment type','instant'),(149539,3136,'_paypal_status','completed'),(149540,3136,'_transaction_id','5US889028R857410S'),(149541,3136,'PayPal Transaction Fee','27.25'),(149542,3136,'_date_paid','1736292926'),(149543,3136,'_paid_date','2025-01-07 23:35:26'),(149553,3137,'_order_key','wc_order_u8G0aAcBvxcVP'),(149554,3137,'_customer_user','96'),(149555,3137,'_payment_method','paypal'),(149556,3137,'_payment_method_title','PayPal'),(149557,3137,'_customer_ip_address','166.181.89.221'),(149558,3137,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(149559,3137,'_created_via','checkout'),(149560,3137,'_cart_hash','5a669eaf55f72074363b740ec8ad0ddf'),(149561,3137,'_download_permissions_granted','yes'),(149562,3137,'_recorded_sales','yes'),(149563,3137,'_recorded_coupon_usage_counts','yes'),(149564,3137,'_new_order_email_sent','true'),(149565,3137,'_order_stock_reduced','yes'),(149566,3137,'_billing_first_name','Jaimi'),(149567,3137,'_billing_last_name','Anderson'),(149568,3137,'_billing_company','Lice Clinics of America - Des Moines'),(149569,3137,'_billing_address_1','1139 Burlington Ter'),(149570,3137,'_billing_city','Des Moines'),(149571,3137,'_billing_state','IA'),(149572,3137,'_billing_postcode','50314'),(149573,3137,'_billing_country','US'),(149574,3137,'_billing_email','j.m.licesolutions@gmail.com'),(149575,3137,'_billing_phone','5159710667'),(149576,3137,'_shipping_first_name','Jaimi'),(149577,3137,'_shipping_last_name','Anderson'),(149578,3137,'_shipping_company','Lice Clinics of America - Des Moines'),(149579,3137,'_shipping_address_1','6900 University Ave.'),(149580,3137,'_shipping_address_2','Ste 120'),(149581,3137,'_shipping_city','Windsor Heights'),(149582,3137,'_shipping_state','IA'),(149583,3137,'_shipping_postcode','50324'),(149584,3137,'_shipping_country','US'),(149585,3137,'_order_currency','USD'),(149586,3137,'_cart_discount','0'),(149587,3137,'_cart_discount_tax','0'),(149588,3137,'_order_shipping','0'),(149589,3137,'_order_shipping_tax','0'),(149590,3137,'_order_tax','0'),(149591,3137,'_order_total','850.47'),(149592,3137,'_order_version','9.5.1'),(149593,3137,'_prices_include_tax','no'),(149594,3137,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 5159710667'),(149595,3137,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(149596,3137,'is_vat_exempt','no'),(149597,3137,'_wc_order_attribution_source_type','typein'),(149598,3137,'_wc_order_attribution_utm_source','(direct)'),(149599,3137,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(149600,3137,'_wc_order_attribution_session_start_time','2025-01-08 15:57:10'),(149601,3137,'_wc_order_attribution_session_pages','8'),(149602,3137,'_wc_order_attribution_session_count','1'),(149603,3137,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(149604,3137,'_wc_order_attribution_device_type','Desktop'),(149989,3145,'_order_key','wc_order_FfFxITMbJti5d'),(149990,3145,'_customer_user','43'),(149991,3145,'_payment_method','paypal'),(149992,3145,'_payment_method_title','PayPal'),(149993,3145,'_customer_ip_address','172.58.129.187'),(149994,3145,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1'),(149995,3145,'_created_via','checkout'),(149996,3145,'_cart_hash','1a89cd56f88cbbf63ed5cd697ec491c5'),(149997,3145,'_download_permissions_granted','yes'),(149998,3145,'_recorded_sales','yes'),(149999,3145,'_recorded_coupon_usage_counts','yes'),(150000,3145,'_new_order_email_sent','true'),(150001,3145,'_order_stock_reduced','yes'),(150002,3145,'_billing_first_name','Ryan'),(150003,3145,'_billing_last_name','Nelson'),(150004,3145,'_billing_address_1','140 Flame Vine drive'),(150005,3145,'_billing_city','Naples'),(150006,3145,'_billing_state','FL'),(150007,3145,'_billing_postcode','34110'),(150008,3145,'_billing_country','US'),(150009,3145,'_billing_email','Rjnelson73@gmail.com'),(150010,3145,'_billing_phone','2392810719'),(150011,3145,'_shipping_first_name','Ryan'),(150012,3145,'_shipping_last_name','Nelson'),(150013,3145,'_shipping_address_1','5800 Bonita Beach rd.'),(150014,3145,'_shipping_address_2','2805'),(150015,3145,'_shipping_city','Bonita Springs'),(150016,3145,'_shipping_state','FL'),(150017,3145,'_shipping_postcode','34134'),(150018,3145,'_shipping_country','US'),(150019,3145,'_order_currency','USD'),(150020,3145,'_cart_discount','0'),(150021,3145,'_cart_discount_tax','0'),(150022,3145,'_order_shipping','29.47'),(150023,3145,'_order_shipping_tax','0'),(150024,3145,'_order_tax','0'),(150025,3145,'_order_total','443.35'),(150026,3145,'_order_version','9.5.1'),(150027,3145,'_prices_include_tax','no'),(150028,3145,'_billing_address_index','Ryan Nelson  140 Flame Vine drive  Naples FL 34110 US Rjnelson73@gmail.com 2392810719'),(150029,3145,'_shipping_address_index','Ryan Nelson  5800 Bonita Beach rd. 2805 Bonita Springs FL 34134 US '),(150030,3145,'is_vat_exempt','no'),(150031,3145,'_wc_order_attribution_source_type','referral'),(150032,3145,'_wc_order_attribution_referrer','https://lcaportal.com/'),(150033,3145,'_wc_order_attribution_utm_source','lcaportal.com'),(150034,3145,'_wc_order_attribution_utm_medium','referral'),(150035,3145,'_wc_order_attribution_utm_content','/'),(150036,3145,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150037,3145,'_wc_order_attribution_session_start_time','2025-01-08 18:13:11'),(150038,3145,'_wc_order_attribution_session_pages','4'),(150039,3145,'_wc_order_attribution_session_count','1'),(150040,3145,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1'),(150041,3145,'_wc_order_attribution_device_type','Mobile'),(150042,3145,'Payment type','instant'),(150043,3145,'_paypal_status','completed'),(150044,3145,'_transaction_id','8E076812DK206320X'),(150045,3145,'PayPal Transaction Fee','15.96'),(150046,3145,'_date_paid','1736360969'),(150047,3145,'_paid_date','2025-01-08 18:29:29'),(150048,3137,'_edit_lock','1736440116:2'),(150049,3137,'_edit_last','2'),(150077,3137,'_date_paid','1736369362'),(150078,3137,'_paid_date','2025-01-08 20:49:22'),(150079,3133,'_edit_lock','1736439760:2'),(150080,3133,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259845\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"c757cdad26eff1728dba3840a6db0d71\";}}'),(150081,3133,'_edit_last','2'),(150082,3133,'_date_completed','1736439889'),(150083,3133,'_completed_date','2025-01-09 16:24:49'),(150084,3132,'_edit_lock','1736439793:2'),(150085,3132,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259812\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"2b40e59d04e51f9de6a7e5e01df0fb42\";}}'),(150086,3132,'_edit_last','2'),(150087,3132,'_date_completed','1736439922'),(150088,3132,'_completed_date','2025-01-09 16:25:22'),(150089,3134,'_edit_lock','1736439818:2'),(150090,3134,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259834\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"efc69045a7ea3100ff85843f9f610771\";}}'),(150091,3134,'_edit_last','2'),(150092,3134,'_date_completed','1736439956'),(150093,3134,'_completed_date','2025-01-09 16:25:56'),(150094,3135,'_edit_lock','1736439994:2'),(150095,3135,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259867\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"b9378eabc7ae08725444a96c038fe015\";}}'),(150096,3135,'_edit_last','2'),(150097,3135,'_date_completed','1736439990'),(150098,3135,'_completed_date','2025-01-09 16:26:30'),(150099,3136,'_edit_lock','1736439894:2'),(150100,3136,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992259889\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"f2dde75e918ec87f250ea13b6cca7a41\";}}'),(150101,3136,'_edit_last','2'),(150102,3136,'_date_completed','1736440022'),(150103,3136,'_completed_date','2025-01-09 16:27:02'),(150104,3145,'_edit_lock','1736440088:2'),(150105,3145,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260106\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"a50b6d21cc83b5136a8c84738ca404ef\";}}'),(150106,3145,'_edit_last','2'),(150107,3145,'_date_completed','1736440082'),(150108,3145,'_completed_date','2025-01-09 16:28:02'),(150109,3137,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260150\";s:12:\"date_shipped\";s:10:\"1736380800\";s:11:\"tracking_id\";s:32:\"330bf3338ae02e6492de8ba251c693f5\";}}'),(150110,3137,'_date_completed','1736440104'),(150111,3137,'_completed_date','2025-01-09 16:28:24'),(150112,3146,'_order_key','wc_order_bBNAMxKyUqY8Y'),(150113,3146,'_customer_user','5'),(150114,3146,'_payment_method','paypal'),(150115,3146,'_payment_method_title','PayPal'),(150116,3146,'_customer_ip_address','71.237.182.213'),(150117,3146,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150118,3146,'_created_via','checkout'),(150119,3146,'_cart_hash','7d9bcca601c76443acf9418266ad4fef'),(150120,3146,'_download_permissions_granted','yes'),(150121,3146,'_recorded_sales','yes'),(150122,3146,'_recorded_coupon_usage_counts','yes'),(150123,3146,'_new_order_email_sent','true'),(150124,3146,'_order_stock_reduced','yes'),(150125,3146,'_billing_first_name','Mark'),(150126,3146,'_billing_last_name','Meyer'),(150127,3146,'_billing_company','lice clinics of america- portland'),(150128,3146,'_billing_address_1','5201 SW Westgate Dr suite 106'),(150129,3146,'_billing_city','portland'),(150130,3146,'_billing_state','OR'),(150131,3146,'_billing_postcode','97221'),(150132,3146,'_billing_country','US'),(150133,3146,'_billing_email','noemi.and.mark@nwliceclinics.com'),(150134,3146,'_billing_phone','15034040475'),(150135,3146,'_shipping_first_name','Mark'),(150136,3146,'_shipping_last_name','Meyer'),(150137,3146,'_shipping_company','lice clinics of america- portland'),(150138,3146,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(150139,3146,'_shipping_city','portland'),(150140,3146,'_shipping_state','OR'),(150141,3146,'_shipping_postcode','97221'),(150142,3146,'_shipping_country','US'),(150143,3146,'_order_currency','USD'),(150144,3146,'_cart_discount','0'),(150145,3146,'_cart_discount_tax','0'),(150146,3146,'_order_shipping','0'),(150147,3146,'_order_shipping_tax','0'),(150148,3146,'_order_tax','0'),(150149,3146,'_order_total','2819.26'),(150150,3146,'_order_version','9.5.2'),(150151,3146,'_prices_include_tax','no'),(150152,3146,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106  portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(150153,3146,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106  portland OR 97221 US '),(150154,3146,'is_vat_exempt','no'),(150155,3146,'_wc_order_attribution_source_type','referral'),(150156,3146,'_wc_order_attribution_referrer','https://lcaportal.com/'),(150157,3146,'_wc_order_attribution_utm_source','lcaportal.com'),(150158,3146,'_wc_order_attribution_utm_medium','referral'),(150159,3146,'_wc_order_attribution_utm_content','/'),(150160,3146,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150161,3146,'_wc_order_attribution_session_start_time','2025-01-09 22:53:10'),(150162,3146,'_wc_order_attribution_session_pages','10'),(150163,3146,'_wc_order_attribution_session_count','1'),(150164,3146,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150165,3146,'_wc_order_attribution_device_type','Desktop'),(150166,3146,'Payment type','instant'),(150167,3146,'_paypal_status','completed'),(150168,3146,'_transaction_id','5XT19420PB576372M'),(150169,3146,'PayPal Transaction Fee','98.88'),(150170,3146,'_date_paid','1736465347'),(150171,3146,'_paid_date','2025-01-09 23:29:07'),(150172,3146,'_edit_lock','1736876464:2'),(150173,3147,'_order_key','wc_order_wsYu59abaGSwZ'),(150174,3147,'_customer_user','76'),(150175,3147,'_payment_method','paypal'),(150176,3147,'_payment_method_title','PayPal'),(150177,3147,'_customer_ip_address','66.31.192.192'),(150178,3147,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150179,3147,'_created_via','checkout'),(150180,3147,'_cart_hash','0cb86d97227765ebd14078aef28f9ec4'),(150181,3147,'_download_permissions_granted','yes'),(150182,3147,'_recorded_sales','yes'),(150183,3147,'_recorded_coupon_usage_counts','yes'),(150184,3147,'_new_order_email_sent','true'),(150185,3147,'_order_stock_reduced','yes'),(150186,3147,'_billing_first_name','Naomi'),(150187,3147,'_billing_last_name','Golden'),(150188,3147,'_billing_company','LCA'),(150189,3147,'_billing_address_1','31 Mann Ave'),(150190,3147,'_billing_city','Needham'),(150191,3147,'_billing_state','MA'),(150192,3147,'_billing_postcode','02492'),(150193,3147,'_billing_country','US'),(150194,3147,'_billing_email','nrgolden6486@gmail.com'),(150195,3147,'_billing_phone','6178511322'),(150196,3147,'_shipping_first_name','Naomi'),(150197,3147,'_shipping_last_name','Golden'),(150198,3147,'_shipping_company','LCA'),(150199,3147,'_shipping_address_1','1349 Centre Street'),(150200,3147,'_shipping_address_2','LCA'),(150201,3147,'_shipping_city','Newton'),(150202,3147,'_shipping_state','MA'),(150203,3147,'_shipping_postcode','02459'),(150204,3147,'_shipping_country','US'),(150205,3147,'_order_currency','USD'),(150206,3147,'_cart_discount','0'),(150207,3147,'_cart_discount_tax','0'),(150208,3147,'_order_shipping','0'),(150209,3147,'_order_shipping_tax','0'),(150210,3147,'_order_tax','0'),(150211,3147,'_order_total','527.50'),(150212,3147,'_order_version','9.5.2'),(150213,3147,'_prices_include_tax','no'),(150214,3147,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(150215,3147,'_shipping_address_index','Naomi Golden LCA 1349 Centre Street LCA Newton MA 02459 US '),(150216,3147,'is_vat_exempt','no'),(150217,3147,'_wc_order_attribution_source_type','typein'),(150218,3147,'_wc_order_attribution_utm_source','(direct)'),(150219,3147,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150220,3147,'_wc_order_attribution_session_start_time','2025-01-10 15:28:13'),(150221,3147,'_wc_order_attribution_session_pages','4'),(150222,3147,'_wc_order_attribution_session_count','2'),(150223,3147,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150224,3147,'_wc_order_attribution_device_type','Desktop'),(150225,3147,'Payment type','instant'),(150226,3147,'_paypal_status','completed'),(150227,3147,'_transaction_id','5GT68289YX072370M'),(150228,3147,'PayPal Transaction Fee','18.90'),(150229,3147,'_date_paid','1736540017'),(150230,3147,'_paid_date','2025-01-10 20:13:37'),(150233,3148,'_order_key','wc_order_mIvT2yJB5Fu63'),(150234,3148,'_customer_user','60'),(150235,3148,'_payment_method','paypal'),(150236,3148,'_payment_method_title','PayPal'),(150237,3148,'_customer_ip_address','24.13.229.23'),(150238,3148,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150239,3148,'_created_via','checkout'),(150240,3148,'_cart_hash','c6214aa7613603382862fd6ec7cdbf63'),(150241,3148,'_download_permissions_granted','yes'),(150242,3148,'_recorded_sales','yes'),(150243,3148,'_recorded_coupon_usage_counts','yes'),(150244,3148,'_new_order_email_sent','true'),(150245,3148,'_order_stock_reduced','yes'),(150246,3148,'_billing_first_name','Jill'),(150247,3148,'_billing_last_name','Leshtz'),(150248,3148,'_billing_company','Lice clinics of America-North Shore'),(150249,3148,'_billing_address_1','1580 Lancelot Avenue'),(150250,3148,'_billing_city','Highland park'),(150251,3148,'_billing_state','IL'),(150252,3148,'_billing_postcode','60035'),(150253,3148,'_billing_country','US'),(150254,3148,'_billing_email','jleshtz@gmail.com'),(150255,3148,'_billing_phone','8473639001'),(150256,3148,'_shipping_first_name','Jill'),(150257,3148,'_shipping_last_name','Leshtz'),(150258,3148,'_shipping_company','Lice clinics of America-North Shore'),(150259,3148,'_shipping_address_1','1580 Lancelot Avenue'),(150260,3148,'_shipping_city','Highland park'),(150261,3148,'_shipping_state','IL'),(150262,3148,'_shipping_postcode','60035'),(150263,3148,'_shipping_country','US'),(150264,3148,'_order_currency','USD'),(150265,3148,'_cart_discount','0'),(150266,3148,'_cart_discount_tax','0'),(150267,3148,'_order_shipping','24.26'),(150268,3148,'_order_shipping_tax','0'),(150269,3148,'_order_tax','0'),(150270,3148,'_order_total','24.26'),(150271,3148,'_order_version','9.5.2'),(150272,3148,'_prices_include_tax','no'),(150273,3148,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(150274,3148,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(150275,3148,'is_vat_exempt','no'),(150276,3148,'_wc_order_attribution_source_type','referral'),(150277,3148,'_wc_order_attribution_referrer','https://lcaportal.com/'),(150278,3148,'_wc_order_attribution_utm_source','lcaportal.com'),(150279,3148,'_wc_order_attribution_utm_medium','referral'),(150280,3148,'_wc_order_attribution_utm_content','/'),(150281,3148,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150282,3148,'_wc_order_attribution_session_start_time','2025-01-12 23:03:26'),(150283,3148,'_wc_order_attribution_session_pages','4'),(150284,3148,'_wc_order_attribution_session_count','1'),(150285,3148,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150286,3148,'_wc_order_attribution_device_type','Mobile'),(150287,3148,'_oaw_varify_key','0103f7146372df4a0d62'),(150288,3149,'_order_key','wc_order_amtFm6Or9hr9J'),(150289,3149,'_customer_user','76'),(150290,3149,'_payment_method','paypal'),(150291,3149,'_payment_method_title','PayPal'),(150292,3149,'_customer_ip_address','66.31.192.192'),(150293,3149,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150294,3149,'_created_via','checkout'),(150295,3149,'_cart_hash','b3bf6f22438aab4045076557f0c75b96'),(150296,3149,'_download_permissions_granted','yes'),(150297,3149,'_recorded_sales','yes'),(150298,3149,'_recorded_coupon_usage_counts','yes'),(150299,3149,'_new_order_email_sent','true'),(150300,3149,'_order_stock_reduced','yes'),(150301,3149,'_billing_first_name','Naomi'),(150302,3149,'_billing_last_name','Golden'),(150303,3149,'_billing_company','LCA'),(150304,3149,'_billing_address_1','31 Mann Ave'),(150305,3149,'_billing_city','Needham'),(150306,3149,'_billing_state','MA'),(150307,3149,'_billing_postcode','02492'),(150308,3149,'_billing_country','US'),(150309,3149,'_billing_email','nrgolden6486@gmail.com'),(150310,3149,'_billing_phone','6178511322'),(150311,3149,'_shipping_first_name','Naomi'),(150312,3149,'_shipping_last_name','Golden'),(150313,3149,'_shipping_company','LCA'),(150314,3149,'_shipping_address_1','3 Baldwin Green Common'),(150315,3149,'_shipping_address_2','suite 310'),(150316,3149,'_shipping_city','Woburn'),(150317,3149,'_shipping_state','MA'),(150318,3149,'_shipping_postcode','01801'),(150319,3149,'_shipping_country','US'),(150320,3149,'_order_currency','USD'),(150321,3149,'_cart_discount','0'),(150322,3149,'_cart_discount_tax','0'),(150323,3149,'_order_shipping','0'),(150324,3149,'_order_shipping_tax','0'),(150325,3149,'_order_tax','0'),(150326,3149,'_order_total','510.04'),(150327,3149,'_order_version','9.5.2'),(150328,3149,'_prices_include_tax','no'),(150329,3149,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(150330,3149,'_shipping_address_index','Naomi Golden LCA 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(150331,3149,'is_vat_exempt','no'),(150332,3149,'_wc_order_attribution_source_type','typein'),(150333,3149,'_wc_order_attribution_utm_source','(direct)'),(150334,3149,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150335,3149,'_wc_order_attribution_session_start_time','2025-01-10 15:28:13'),(150336,3149,'_wc_order_attribution_session_pages','6'),(150337,3149,'_wc_order_attribution_session_count','3'),(150338,3149,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150339,3149,'_wc_order_attribution_device_type','Desktop'),(150340,3149,'Payment type','instant'),(150341,3149,'_paypal_status','completed'),(150342,3149,'_transaction_id','49T32416VU563763V'),(150343,3149,'PayPal Transaction Fee','18.29'),(150344,3149,'_date_paid','1736729834'),(150345,3149,'_paid_date','2025-01-13 00:57:14'),(150346,3150,'_order_key','wc_order_nQ3zbRLhVqk4G'),(150347,3150,'_customer_user','29'),(150348,3150,'_payment_method','paypal'),(150349,3150,'_payment_method_title','PayPal'),(150350,3150,'_customer_ip_address','104.28.55.95'),(150351,3150,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150352,3150,'_created_via','checkout'),(150353,3150,'_cart_hash','2e8350d10ea0b54738090eb76e86c611'),(150354,3150,'_download_permissions_granted','yes'),(150355,3150,'_recorded_sales','yes'),(150356,3150,'_recorded_coupon_usage_counts','yes'),(150357,3150,'_new_order_email_sent','true'),(150358,3150,'_order_stock_reduced','yes'),(150359,3150,'_billing_first_name','Nicole'),(150360,3150,'_billing_last_name','Reilly'),(150361,3150,'_billing_address_1','5460 Richie Ct'),(150362,3150,'_billing_city','Pipersville'),(150363,3150,'_billing_state','PA'),(150364,3150,'_billing_postcode','18947'),(150365,3150,'_billing_country','US'),(150366,3150,'_billing_email','info@liceclinicslansdale.com'),(150367,3150,'_billing_phone','2156941408'),(150368,3150,'_shipping_first_name','Nicole'),(150369,3150,'_shipping_last_name','Reilly'),(150370,3150,'_shipping_company','LCA Lansdale'),(150371,3150,'_shipping_address_1','2131 North Broad Street'),(150372,3150,'_shipping_address_2','Suite 101'),(150373,3150,'_shipping_city','Lansdale'),(150374,3150,'_shipping_state','PA'),(150375,3150,'_shipping_postcode','19446'),(150376,3150,'_shipping_country','US'),(150377,3150,'_order_currency','USD'),(150378,3150,'_cart_discount','0'),(150379,3150,'_cart_discount_tax','0'),(150380,3150,'_order_shipping','15.05'),(150381,3150,'_order_shipping_tax','0'),(150382,3150,'_order_tax','0'),(150383,3150,'_order_total','152.08'),(150384,3150,'_order_version','9.5.2'),(150385,3150,'_prices_include_tax','no'),(150386,3150,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(150387,3150,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(150388,3150,'is_vat_exempt','no'),(150389,3150,'_wc_order_attribution_source_type','typein'),(150390,3150,'_wc_order_attribution_utm_source','(direct)'),(150391,3150,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150392,3150,'_wc_order_attribution_session_start_time','2025-01-13 15:52:02'),(150393,3150,'_wc_order_attribution_session_pages','6'),(150394,3150,'_wc_order_attribution_session_count','1'),(150395,3150,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150396,3150,'_wc_order_attribution_device_type','Mobile'),(150397,3150,'Payment type','instant'),(150398,3150,'_paypal_status','completed'),(150399,3150,'_transaction_id','9YP34061WY384990D'),(150400,3150,'PayPal Transaction Fee','5.80'),(150401,3150,'_date_paid','1736783977'),(150402,3150,'_paid_date','2025-01-13 15:59:37'),(150403,3148,'_edit_lock','1736954118:2'),(150404,3148,'_edit_last','2'),(150405,3148,'Payment type','instant'),(150406,3148,'_paypal_status','completed'),(150407,3148,'_transaction_id','5W719174GD705231H'),(150408,3148,'PayPal Transaction Fee','1.34'),(150409,3148,'_date_paid','1736812563'),(150410,3148,'_paid_date','2025-01-13 23:56:03'),(150411,3152,'_order_key','wc_order_dnB9UNv1wSWdX'),(150412,3152,'_customer_user','7'),(150413,3152,'_payment_method','paypal'),(150414,3152,'_payment_method_title','PayPal'),(150415,3152,'_customer_ip_address','71.93.225.128'),(150416,3152,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(150417,3152,'_created_via','checkout'),(150418,3152,'_cart_hash','c936d0166b38e012ebc837e6c570db39'),(150419,3152,'_download_permissions_granted','yes'),(150420,3152,'_recorded_sales','yes'),(150421,3152,'_recorded_coupon_usage_counts','yes'),(150422,3152,'_new_order_email_sent','true'),(150423,3152,'_order_stock_reduced','yes'),(150424,3152,'_billing_first_name','Amy'),(150425,3152,'_billing_last_name','Allen'),(150426,3152,'_billing_company','Lice Clinics Of America'),(150427,3152,'_billing_address_1','30 Hummingbird Court'),(150428,3152,'_billing_city','Hollister'),(150429,3152,'_billing_state','CA'),(150430,3152,'_billing_postcode','95023'),(150431,3152,'_billing_country','US'),(150432,3152,'_billing_email','lca.gilroy@gmail.com'),(150433,3152,'_billing_phone','4085005537'),(150434,3152,'_shipping_first_name','Amy'),(150435,3152,'_shipping_last_name','Allen'),(150436,3152,'_shipping_company','Lice Clinics Of America - Gilroy'),(150437,3152,'_shipping_address_1','7680 Monterey St Ste 104'),(150438,3152,'_shipping_city','Gilroy'),(150439,3152,'_shipping_state','CA'),(150440,3152,'_shipping_postcode','95020'),(150441,3152,'_shipping_country','US'),(150442,3152,'_order_currency','USD'),(150443,3152,'_cart_discount','0'),(150444,3152,'_cart_discount_tax','0'),(150445,3152,'_order_shipping','0'),(150446,3152,'_order_shipping_tax','0'),(150447,3152,'_order_tax','0'),(150448,3152,'_order_total','1473.36'),(150449,3152,'_order_version','9.5.2'),(150450,3152,'_prices_include_tax','no'),(150451,3152,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(150452,3152,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(150453,3152,'is_vat_exempt','no'),(150454,3152,'_wc_order_attribution_source_type','typein'),(150455,3152,'_wc_order_attribution_utm_source','(direct)'),(150456,3152,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150457,3152,'_wc_order_attribution_session_start_time','2024-10-18 15:32:08'),(150458,3152,'_wc_order_attribution_session_pages','4'),(150459,3152,'_wc_order_attribution_session_count','5'),(150460,3152,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(150461,3152,'_wc_order_attribution_device_type','Desktop'),(150462,3152,'Payment type','instant'),(150463,3152,'_paypal_status','completed'),(150464,3152,'_transaction_id','4SX60043GB6393041'),(150465,3152,'PayPal Transaction Fee','51.91'),(150466,3152,'_date_paid','1736873326'),(150467,3152,'_paid_date','2025-01-14 16:48:46'),(150468,3146,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260529\";s:12:\"date_shipped\";s:10:\"1736812800\";s:11:\"tracking_id\";s:32:\"f16c7ff9da29570b61ebdb2a8432b40a\";}}'),(150469,3146,'_edit_last','2'),(150470,3146,'_date_completed','1736876574'),(150471,3146,'_completed_date','2025-01-14 17:42:54'),(150472,3147,'_edit_lock','1736876494:2'),(150473,3147,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260600\";s:12:\"date_shipped\";s:10:\"1736812800\";s:11:\"tracking_id\";s:32:\"56b50b51022371f6d833a072ad2e0476\";}}'),(150474,3147,'_edit_last','2'),(150475,3147,'_date_completed','1736876628'),(150476,3147,'_completed_date','2025-01-14 17:43:48'),(150477,3149,'_edit_lock','1736876572:2'),(150478,3149,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260687\";s:12:\"date_shipped\";s:10:\"1736812800\";s:11:\"tracking_id\";s:32:\"b2f125f8f7d339705a8e655b42af661a\";}}'),(150479,3149,'_edit_last','2'),(150480,3149,'_date_completed','1736876709'),(150481,3149,'_completed_date','2025-01-14 17:45:09'),(150482,3150,'_edit_lock','1736876752:2'),(150483,3150,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260779\";s:12:\"date_shipped\";s:10:\"1736812800\";s:11:\"tracking_id\";s:32:\"559f3bdbcf246f41abf803284772df50\";}}'),(150484,3150,'_edit_last','2'),(150485,3150,'_date_completed','1736876747'),(150486,3150,'_completed_date','2025-01-14 17:45:47'),(150487,3153,'_order_key','wc_order_IAJNaW3GTE2h9'),(150488,3153,'_customer_user','105'),(150489,3153,'_payment_method','paypal'),(150490,3153,'_payment_method_title','PayPal'),(150491,3153,'_customer_ip_address','76.205.132.42'),(150492,3153,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(150493,3153,'_created_via','checkout'),(150494,3153,'_cart_hash','3997d313cb1c1b9791448f98209f34cb'),(150495,3153,'_download_permissions_granted','yes'),(150496,3153,'_recorded_sales','yes'),(150497,3153,'_recorded_coupon_usage_counts','yes'),(150498,3153,'_new_order_email_sent','true'),(150499,3153,'_order_stock_reduced','yes'),(150500,3153,'_billing_first_name','Joseph'),(150501,3153,'_billing_last_name','West'),(150502,3153,'_billing_company','MAJESTIC PEACOCK LLC'),(150503,3153,'_billing_address_1','615 Crofton Park Ln'),(150504,3153,'_billing_city','Franklin'),(150505,3153,'_billing_state','TN'),(150506,3153,'_billing_postcode','37069'),(150507,3153,'_billing_country','US'),(150508,3153,'_billing_email','info@nashville.liceclinicsofamerica.com'),(150509,3153,'_billing_phone','8042184232'),(150510,3153,'_shipping_first_name','Joseph'),(150511,3153,'_shipping_last_name','West'),(150512,3153,'_shipping_company','MAJESTIC PEACOCK LLC'),(150513,3153,'_shipping_address_1','615 Crofton Park Ln'),(150514,3153,'_shipping_city','Franklin'),(150515,3153,'_shipping_state','TN'),(150516,3153,'_shipping_postcode','37069'),(150517,3153,'_shipping_country','US'),(150518,3153,'_order_currency','USD'),(150519,3153,'_cart_discount','0'),(150520,3153,'_cart_discount_tax','0'),(150521,3153,'_order_shipping','0'),(150522,3153,'_order_shipping_tax','0'),(150523,3153,'_order_tax','0'),(150524,3153,'_order_total','3525.48'),(150525,3153,'_order_version','9.5.2'),(150526,3153,'_prices_include_tax','no'),(150527,3153,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(150528,3153,'_shipping_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US '),(150529,3153,'is_vat_exempt','no'),(150530,3153,'_wc_order_attribution_source_type','referral'),(150531,3153,'_wc_order_attribution_referrer','https://lcaportal.com/'),(150532,3153,'_wc_order_attribution_utm_source','lcaportal.com'),(150533,3153,'_wc_order_attribution_utm_medium','referral'),(150534,3153,'_wc_order_attribution_utm_content','/'),(150535,3153,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150536,3153,'_wc_order_attribution_session_start_time','2025-01-14 19:15:05'),(150537,3153,'_wc_order_attribution_session_pages','6'),(150538,3153,'_wc_order_attribution_session_count','1'),(150539,3153,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0'),(150540,3153,'_wc_order_attribution_device_type','Desktop'),(150541,3153,'Payment type','instant'),(150542,3153,'_paypal_status','completed'),(150543,3153,'_transaction_id','4FH78027T88692036'),(150544,3153,'PayPal Transaction Fee','123.53'),(150545,3153,'_date_paid','1736882758'),(150546,3153,'_paid_date','2025-01-14 19:25:58'),(150547,3148,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992260985\";s:12:\"date_shipped\";s:10:\"1736899200\";s:11:\"tracking_id\";s:32:\"a19b61395367b6785e4977cc43a91cf8\";}}'),(150548,3148,'_date_completed','1736954145'),(150549,3148,'_completed_date','2025-01-15 15:15:45'),(150550,3154,'_order_key','wc_order_o6FzOuEGxNbYc'),(150551,3154,'_customer_user','52'),(150552,3154,'_payment_method','paypal'),(150553,3154,'_payment_method_title','PayPal'),(150554,3154,'_customer_ip_address','173.66.45.62'),(150555,3154,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150556,3154,'_created_via','checkout'),(150557,3154,'_cart_hash','35a82ffe1d36d7c8c2d486a468975b8a'),(150558,3154,'_download_permissions_granted','yes'),(150559,3154,'_recorded_sales','yes'),(150560,3154,'_recorded_coupon_usage_counts','yes'),(150561,3154,'_new_order_email_sent','true'),(150562,3154,'_order_stock_reduced','yes'),(150563,3154,'_billing_first_name','Darlene'),(150564,3154,'_billing_last_name','LaFramboise'),(150565,3154,'_billing_company','LCA-NOVA'),(150566,3154,'_billing_address_1','25473 Tomey Ct'),(150567,3154,'_billing_city','Aldie'),(150568,3154,'_billing_state','VA'),(150569,3154,'_billing_postcode','20105-3048'),(150570,3154,'_billing_country','US'),(150571,3154,'_billing_email','info@liceremovalnova.com'),(150572,3154,'_billing_phone','7033031576'),(150573,3154,'_shipping_first_name','Darlene'),(150574,3154,'_shipping_last_name','LaFramboise'),(150575,3154,'_shipping_company','LCA-NOVA'),(150576,3154,'_shipping_address_1','25473 Tomey Ct'),(150577,3154,'_shipping_city','Aldie'),(150578,3154,'_shipping_state','VA'),(150579,3154,'_shipping_postcode','20105-3048'),(150580,3154,'_shipping_country','US'),(150581,3154,'_order_currency','USD'),(150582,3154,'_cart_discount','0'),(150583,3154,'_cart_discount_tax','0'),(150584,3154,'_order_shipping','0'),(150585,3154,'_order_shipping_tax','0'),(150586,3154,'_order_tax','0'),(150587,3154,'_order_total','557.28'),(150588,3154,'_order_version','9.5.2'),(150589,3154,'_prices_include_tax','no'),(150590,3154,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(150591,3154,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(150592,3154,'is_vat_exempt','no'),(150593,3154,'_wc_order_attribution_source_type','referral'),(150594,3154,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(150595,3154,'_wc_order_attribution_utm_source','lcaportal.com'),(150596,3154,'_wc_order_attribution_utm_medium','referral'),(150597,3154,'_wc_order_attribution_utm_content','/'),(150598,3154,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150599,3154,'_wc_order_attribution_session_start_time','2025-01-15 20:22:24'),(150600,3154,'_wc_order_attribution_session_pages','6'),(150601,3154,'_wc_order_attribution_session_count','1'),(150602,3154,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150603,3154,'_wc_order_attribution_device_type','Desktop'),(150604,3154,'Payment type','instant'),(150605,3154,'_paypal_status','completed'),(150606,3154,'_transaction_id','47077078UK746042H'),(150607,3154,'PayPal Transaction Fee','19.94'),(150608,3154,'_date_paid','1736972750'),(150609,3154,'_paid_date','2025-01-15 20:25:50'),(150610,3152,'_edit_lock','1737385047:2'),(150611,3153,'_edit_lock','1737060982:2'),(150612,3154,'_edit_lock','1737060879:2'),(150613,3152,'_edit_last','2'),(150614,3153,'_edit_last','2'),(150615,3154,'_edit_last','2'),(150616,3155,'_order_key','wc_order_KwKAS8me7Wh1h'),(150617,3155,'_customer_user','3'),(150618,3155,'_payment_method','paypal'),(150619,3155,'_payment_method_title','PayPal'),(150620,3155,'_customer_ip_address','99.22.146.124'),(150621,3155,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150622,3155,'_created_via','checkout'),(150623,3155,'_cart_hash','7124e6c2309199ce682089e66e62cb57'),(150624,3155,'_download_permissions_granted','yes'),(150625,3155,'_recorded_sales','yes'),(150626,3155,'_recorded_coupon_usage_counts','yes'),(150627,3155,'_new_order_email_sent','true'),(150628,3155,'_order_stock_reduced','yes'),(150629,3155,'_billing_first_name','amanda'),(150630,3155,'_billing_last_name','westerman'),(150631,3155,'_billing_company','Lice Clinics of America McKinney'),(150632,3155,'_billing_address_1','3120 Hudson Crossing'),(150633,3155,'_billing_address_2','Suite A2'),(150634,3155,'_billing_city','MCKINNEY'),(150635,3155,'_billing_state','TX'),(150636,3155,'_billing_postcode','75070'),(150637,3155,'_billing_country','US'),(150638,3155,'_billing_email','awesterman1103@gmail.com'),(150639,3155,'_billing_phone','12144175741'),(150640,3155,'_shipping_first_name','amanda'),(150641,3155,'_shipping_last_name','westerman'),(150642,3155,'_shipping_company','Lice Clinics of America Addison'),(150643,3155,'_shipping_address_1','4002 BELT LINE RD'),(150644,3155,'_shipping_address_2','Suite 140'),(150645,3155,'_shipping_city','Addison'),(150646,3155,'_shipping_state','TX'),(150647,3155,'_shipping_postcode','75001'),(150648,3155,'_shipping_country','US'),(150649,3155,'_order_currency','USD'),(150650,3155,'_cart_discount','0'),(150651,3155,'_cart_discount_tax','0'),(150652,3155,'_order_shipping','0'),(150653,3155,'_order_shipping_tax','0'),(150654,3155,'_order_tax','0'),(150655,3155,'_order_total','653.12'),(150656,3155,'_order_version','9.5.2'),(150657,3155,'_prices_include_tax','no'),(150658,3155,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(150659,3155,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 4002 BELT LINE RD Suite 140 Addison TX 75001 US '),(150660,3155,'is_vat_exempt','no'),(150661,3155,'_wc_order_attribution_source_type','referral'),(150662,3155,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(150663,3155,'_wc_order_attribution_utm_source','lcaportal.com'),(150664,3155,'_wc_order_attribution_utm_medium','referral'),(150665,3155,'_wc_order_attribution_utm_content','/'),(150666,3155,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150667,3155,'_wc_order_attribution_session_start_time','2025-01-16 17:17:39'),(150668,3155,'_wc_order_attribution_session_pages','4'),(150669,3155,'_wc_order_attribution_session_count','5'),(150670,3155,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150671,3155,'_wc_order_attribution_device_type','Desktop'),(150672,3155,'Payment type','instant'),(150673,3155,'_paypal_status','completed'),(150674,3155,'_transaction_id','3NC734773L030694L'),(150675,3155,'PayPal Transaction Fee','23.28'),(150676,3155,'_date_paid','1737048091'),(150677,3155,'_paid_date','2025-01-16 17:21:31'),(150678,3156,'_order_key','wc_order_WEGok3AZRDyTt'),(150679,3156,'_customer_user','3'),(150680,3156,'_payment_method','paypal'),(150681,3156,'_payment_method_title','PayPal'),(150682,3156,'_customer_ip_address','99.22.146.124'),(150683,3156,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150684,3156,'_created_via','checkout'),(150685,3156,'_cart_hash','2867ce16130bd5e0f890ee1279ba1a93'),(150686,3156,'_download_permissions_granted','yes'),(150687,3156,'_recorded_sales','yes'),(150688,3156,'_recorded_coupon_usage_counts','yes'),(150689,3156,'_new_order_email_sent','true'),(150690,3156,'_order_stock_reduced','yes'),(150691,3156,'_billing_first_name','amanda'),(150692,3156,'_billing_last_name','westerman'),(150693,3156,'_billing_company','Lice Clinics of America McKinney'),(150694,3156,'_billing_address_1','3120 Hudson Crossing'),(150695,3156,'_billing_address_2','Suite A2'),(150696,3156,'_billing_city','MCKINNEY'),(150697,3156,'_billing_state','TX'),(150698,3156,'_billing_postcode','75070'),(150699,3156,'_billing_country','US'),(150700,3156,'_billing_email','awesterman1103@gmail.com'),(150701,3156,'_billing_phone','12144175741'),(150702,3156,'_shipping_first_name','amanda'),(150703,3156,'_shipping_last_name','westerman'),(150704,3156,'_shipping_company','Lice Clinics of America McKinney'),(150705,3156,'_shipping_address_1','3120 Hudson Crossing'),(150706,3156,'_shipping_address_2','Suite A2'),(150707,3156,'_shipping_city','MCKINNEY'),(150708,3156,'_shipping_state','TX'),(150709,3156,'_shipping_postcode','75070'),(150710,3156,'_shipping_country','US'),(150711,3156,'_order_currency','USD'),(150712,3156,'_cart_discount','0'),(150713,3156,'_cart_discount_tax','0'),(150714,3156,'_order_shipping','0'),(150715,3156,'_order_shipping_tax','0'),(150716,3156,'_order_tax','0'),(150717,3156,'_order_total','767.03'),(150718,3156,'_order_version','9.5.2'),(150719,3156,'_prices_include_tax','no'),(150720,3156,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(150721,3156,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(150722,3156,'is_vat_exempt','no'),(150723,3156,'_wc_order_attribution_source_type','referral'),(150724,3156,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(150725,3156,'_wc_order_attribution_utm_source','lcaportal.com'),(150726,3156,'_wc_order_attribution_utm_medium','referral'),(150727,3156,'_wc_order_attribution_utm_content','/'),(150728,3156,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150729,3156,'_wc_order_attribution_session_start_time','2025-01-16 17:17:39'),(150730,3156,'_wc_order_attribution_session_pages','13'),(150731,3156,'_wc_order_attribution_session_count','5'),(150732,3156,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150733,3156,'_wc_order_attribution_device_type','Desktop'),(150734,3156,'Payment type','instant'),(150735,3156,'_paypal_status','completed'),(150736,3156,'_transaction_id','2JK94205G1848430B'),(150737,3156,'PayPal Transaction Fee','27.26'),(150738,3156,'_date_paid','1737048470'),(150739,3156,'_paid_date','2025-01-16 17:27:50'),(150740,3154,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261396\";s:12:\"date_shipped\";s:10:\"1736985600\";s:11:\"tracking_id\";s:32:\"d0a537c3802fc9410b42f6764f2b83e4\";}}'),(150741,3154,'_date_completed','1737061012'),(150742,3154,'_completed_date','2025-01-16 20:56:52'),(150743,3153,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261433\";s:12:\"date_shipped\";s:10:\"1736985600\";s:11:\"tracking_id\";s:32:\"75bee3983eacf5423cf557763092b365\";}}'),(150744,3153,'_date_completed','1737061051'),(150745,3153,'_completed_date','2025-01-16 20:57:31'),(150746,3157,'_order_key','wc_order_AEpFtLSkDkHsc'),(150747,3157,'_customer_user','76'),(150748,3157,'_payment_method','paypal'),(150749,3157,'_payment_method_title','PayPal'),(150750,3157,'_customer_ip_address','66.31.192.192'),(150751,3157,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150752,3157,'_created_via','checkout'),(150753,3157,'_cart_hash','c5731f647ad926b0ad42e166045e30f4'),(150754,3157,'_download_permissions_granted','yes'),(150755,3157,'_recorded_sales','yes'),(150756,3157,'_recorded_coupon_usage_counts','yes'),(150757,3157,'_new_order_email_sent','true'),(150758,3157,'_order_stock_reduced','yes'),(150759,3157,'_billing_first_name','Naomi'),(150760,3157,'_billing_last_name','Golden'),(150761,3157,'_billing_company','LCA'),(150762,3157,'_billing_address_1','31 Mann Ave'),(150763,3157,'_billing_city','Needham'),(150764,3157,'_billing_state','MA'),(150765,3157,'_billing_postcode','02492'),(150766,3157,'_billing_country','US'),(150767,3157,'_billing_email','nrgolden6486@gmail.com'),(150768,3157,'_billing_phone','6178511322'),(150769,3157,'_shipping_first_name','Naomi'),(150770,3157,'_shipping_last_name','Golden'),(150771,3157,'_shipping_company','LCA'),(150772,3157,'_shipping_address_1','111 Center Street'),(150773,3157,'_shipping_address_2','Suite A'),(150774,3157,'_shipping_city','Middleborough'),(150775,3157,'_shipping_state','MA'),(150776,3157,'_shipping_postcode','02346'),(150777,3157,'_shipping_country','US'),(150778,3157,'_order_currency','USD'),(150779,3157,'_cart_discount','0'),(150780,3157,'_cart_discount_tax','0'),(150781,3157,'_order_shipping','0'),(150782,3157,'_order_shipping_tax','0'),(150783,3157,'_order_tax','0'),(150784,3157,'_order_total','554.10'),(150785,3157,'_order_version','9.5.2'),(150786,3157,'_prices_include_tax','no'),(150787,3157,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(150788,3157,'_shipping_address_index','Naomi Golden LCA 111 Center Street Suite A Middleborough MA 02346 US '),(150789,3157,'is_vat_exempt','no'),(150790,3157,'_wc_order_attribution_source_type','typein'),(150791,3157,'_wc_order_attribution_utm_source','(direct)'),(150792,3157,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150793,3157,'_wc_order_attribution_session_start_time','2025-01-10 15:28:13'),(150794,3157,'_wc_order_attribution_session_pages','4'),(150795,3157,'_wc_order_attribution_session_count','5'),(150796,3157,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(150797,3157,'_wc_order_attribution_device_type','Desktop'),(150798,3157,'Payment type','instant'),(150799,3157,'_paypal_status','completed'),(150800,3157,'_transaction_id','4BE4104669899081T'),(150801,3157,'PayPal Transaction Fee','19.83'),(150802,3157,'_date_paid','1737066784'),(150803,3157,'_paid_date','2025-01-16 22:33:04'),(150804,3158,'_order_key','wc_order_RdDSkReMSqKxd'),(150805,3158,'_customer_user','78'),(150806,3158,'_payment_method','paypal'),(150807,3158,'_payment_method_title','PayPal'),(150808,3158,'_customer_ip_address','108.46.239.59'),(150809,3158,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150810,3158,'_created_via','checkout'),(150811,3158,'_cart_hash','14e3339720599ff0b0bcc4d3e182d4fe'),(150812,3158,'_download_permissions_granted','yes'),(150813,3158,'_recorded_sales','yes'),(150814,3158,'_recorded_coupon_usage_counts','yes'),(150815,3158,'_new_order_email_sent','true'),(150816,3158,'_order_stock_reduced','yes'),(150817,3158,'_billing_first_name','Richard'),(150818,3158,'_billing_last_name','Florsheim'),(150819,3158,'_billing_company','Licura'),(150820,3158,'_billing_address_1','3827 w fairway heights dr'),(150821,3158,'_billing_city','Mequon'),(150822,3158,'_billing_state','NY'),(150823,3158,'_billing_postcode','53092'),(150824,3158,'_billing_country','US'),(150825,3158,'_billing_email','tara@liceclinicslongIsland.com'),(150826,3158,'_billing_phone','5619006382'),(150827,3158,'_shipping_first_name','Tara'),(150828,3158,'_shipping_last_name','johnson'),(150829,3158,'_shipping_company','LCA'),(150830,3158,'_shipping_address_1','599 west hartsdale ave'),(150831,3158,'_shipping_address_2','203'),(150832,3158,'_shipping_city','White plains'),(150833,3158,'_shipping_state','NY'),(150834,3158,'_shipping_postcode','10607'),(150835,3158,'_shipping_country','US'),(150836,3158,'_order_currency','USD'),(150837,3158,'_cart_discount','0'),(150838,3158,'_cart_discount_tax','0'),(150839,3158,'_order_shipping','17.02'),(150840,3158,'_order_shipping_tax','0'),(150841,3158,'_order_tax','0'),(150842,3158,'_order_total','79.72'),(150843,3158,'_order_version','9.5.2'),(150844,3158,'_prices_include_tax','no'),(150845,3158,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(150846,3158,'_shipping_address_index','Tara johnson LCA 599 west hartsdale ave 203 White plains NY 10607 US '),(150847,3158,'is_vat_exempt','no'),(150848,3158,'_wc_order_attribution_source_type','typein'),(150849,3158,'_wc_order_attribution_utm_source','(direct)'),(150850,3158,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150851,3158,'_wc_order_attribution_session_start_time','2025-01-16 23:39:05'),(150852,3158,'_wc_order_attribution_session_pages','5'),(150853,3158,'_wc_order_attribution_session_count','1'),(150854,3158,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150855,3158,'_wc_order_attribution_device_type','Mobile'),(150856,3158,'Payment type','instant'),(150857,3158,'_paypal_status','completed'),(150858,3158,'_transaction_id','0D625266L83201626'),(150859,3158,'PayPal Transaction Fee','3.27'),(150860,3158,'_date_paid','1737070989'),(150861,3158,'_paid_date','2025-01-16 23:43:09'),(150862,3159,'_order_key','wc_order_5S52BORi5eMgO'),(150863,3159,'_customer_user','78'),(150864,3159,'_payment_method','paypal'),(150865,3159,'_payment_method_title','PayPal'),(150866,3159,'_customer_ip_address','108.46.239.59'),(150867,3159,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150868,3159,'_created_via','checkout'),(150869,3159,'_cart_hash','b1f42a5935eb06bc8e84e30380df2a31'),(150870,3159,'_download_permissions_granted','yes'),(150871,3159,'_recorded_sales','yes'),(150872,3159,'_recorded_coupon_usage_counts','yes'),(150873,3159,'_new_order_email_sent','true'),(150874,3159,'_order_stock_reduced','yes'),(150875,3159,'_billing_first_name','Richard'),(150876,3159,'_billing_last_name','Florsheim'),(150877,3159,'_billing_company','Licura'),(150878,3159,'_billing_address_1','3827 w fairway heights dr'),(150879,3159,'_billing_city','Mequon'),(150880,3159,'_billing_state','NY'),(150881,3159,'_billing_postcode','53092'),(150882,3159,'_billing_country','US'),(150883,3159,'_billing_email','tara@liceclinicslongIsland.com'),(150884,3159,'_billing_phone','5619006382'),(150885,3159,'_shipping_first_name','Tara'),(150886,3159,'_shipping_last_name','johnson'),(150887,3159,'_shipping_company','LCA'),(150888,3159,'_shipping_address_1','2469 Columbus ave'),(150889,3159,'_shipping_city','Bellmore'),(150890,3159,'_shipping_state','NY'),(150891,3159,'_shipping_postcode','11710'),(150892,3159,'_shipping_country','US'),(150893,3159,'_order_currency','USD'),(150894,3159,'_cart_discount','0'),(150895,3159,'_cart_discount_tax','0'),(150896,3159,'_order_shipping','20.84'),(150897,3159,'_order_shipping_tax','0'),(150898,3159,'_order_tax','0'),(150899,3159,'_order_total','162.74'),(150900,3159,'_order_version','9.5.2'),(150901,3159,'_prices_include_tax','no'),(150902,3159,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(150903,3159,'_shipping_address_index','Tara johnson LCA 2469 Columbus ave  Bellmore NY 11710 US '),(150904,3159,'is_vat_exempt','no'),(150905,3159,'_wc_order_attribution_source_type','typein'),(150906,3159,'_wc_order_attribution_utm_source','(direct)'),(150907,3159,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(150908,3159,'_wc_order_attribution_session_start_time','2025-01-16 23:44:03'),(150909,3159,'_wc_order_attribution_session_pages','18'),(150910,3159,'_wc_order_attribution_session_count','1'),(150911,3159,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1'),(150912,3159,'_wc_order_attribution_device_type','Mobile'),(150913,3159,'Payment type','instant'),(150914,3159,'_paypal_status','completed'),(150915,3159,'_transaction_id','46386666KW095030B'),(150916,3159,'PayPal Transaction Fee','6.17'),(150917,3159,'_date_paid','1737071254'),(150918,3159,'_paid_date','2025-01-16 23:47:34'),(150919,3160,'_order_key','wc_order_dUYiaPhjo49qS'),(150920,3160,'_customer_user','100'),(150921,3160,'_payment_method','paypal'),(150922,3160,'_payment_method_title','PayPal'),(150923,3160,'_customer_ip_address','108.147.93.90'),(150924,3160,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150925,3160,'_created_via','checkout'),(150926,3160,'_cart_hash','f6995ad8e87baa7a8dec034a0b7410d2'),(150927,3160,'_download_permissions_granted','yes'),(150928,3160,'_recorded_sales','yes'),(150929,3160,'_recorded_coupon_usage_counts','yes'),(150930,3160,'_new_order_email_sent','true'),(150931,3160,'_order_stock_reduced','yes'),(150932,3160,'_billing_first_name','Michael'),(150933,3160,'_billing_last_name','Beckman'),(150934,3160,'_billing_address_1','921 Moraga Ave'),(150935,3160,'_billing_city','Piedmont'),(150936,3160,'_billing_state','CA'),(150937,3160,'_billing_postcode','94611'),(150938,3160,'_billing_country','US'),(150939,3160,'_billing_email','licetoknowyou@gmail.com'),(150940,3160,'_billing_phone','8585314583'),(150941,3160,'_shipping_first_name','Chelsey'),(150942,3160,'_shipping_last_name','Watkins'),(150943,3160,'_shipping_company','Lice Clinics of America - Sunnyvale'),(150944,3160,'_shipping_address_1','958 Redmond ave'),(150945,3160,'_shipping_city','San Jose'),(150946,3160,'_shipping_state','CA'),(150947,3160,'_shipping_postcode','95120'),(150948,3160,'_shipping_country','US'),(150949,3160,'_order_currency','USD'),(150950,3160,'_cart_discount','0'),(150951,3160,'_cart_discount_tax','0'),(150952,3160,'_order_shipping','0'),(150953,3160,'_order_shipping_tax','0'),(150954,3160,'_order_tax','0'),(150955,3160,'_order_total','640.13'),(150956,3160,'_order_version','9.5.2'),(150957,3160,'_prices_include_tax','no'),(150958,3160,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(150959,3160,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(150960,3160,'is_vat_exempt','no'),(150961,3160,'_wc_order_attribution_source_type','referral'),(150962,3160,'_wc_order_attribution_referrer','https://lcaportal.com/'),(150963,3160,'_wc_order_attribution_utm_source','lcaportal.com'),(150964,3160,'_wc_order_attribution_utm_medium','referral'),(150965,3160,'_wc_order_attribution_utm_content','/'),(150966,3160,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(150967,3160,'_wc_order_attribution_session_start_time','2025-01-17 18:51:48'),(150968,3160,'_wc_order_attribution_session_pages','8'),(150969,3160,'_wc_order_attribution_session_count','16'),(150970,3160,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150971,3160,'_wc_order_attribution_device_type','Desktop'),(150972,3160,'Payment type','instant'),(150973,3160,'_paypal_status','completed'),(150974,3160,'_transaction_id','3XG10339RG3199640'),(150975,3160,'PayPal Transaction Fee','22.83'),(150976,3160,'_date_paid','1737140757'),(150977,3160,'_paid_date','2025-01-17 19:05:57'),(150978,3161,'_order_key','wc_order_M9bhJSPvQmWcL'),(150979,3161,'_customer_user','6'),(150980,3161,'_payment_method','paypal'),(150981,3161,'_payment_method_title','PayPal'),(150982,3161,'_customer_ip_address','98.41.41.47'),(150983,3161,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(150984,3161,'_created_via','checkout'),(150985,3161,'_cart_hash','45833bf94b11ef5f83ecb5a3fc97a6fd'),(150986,3161,'_download_permissions_granted','yes'),(150987,3161,'_recorded_sales','yes'),(150988,3161,'_recorded_coupon_usage_counts','yes'),(150989,3161,'_new_order_email_sent','true'),(150990,3161,'_order_stock_reduced','yes'),(150991,3161,'_billing_first_name','Amira'),(150992,3161,'_billing_last_name','Purto'),(150993,3161,'_billing_address_1','2520 Chandon Circle'),(150994,3161,'_billing_city','Modesto'),(150995,3161,'_billing_state','CA'),(150996,3161,'_billing_postcode','95355'),(150997,3161,'_billing_country','US'),(150998,3161,'_billing_email','amira77@sbcglobal.net'),(150999,3161,'_billing_phone','2096422061'),(151000,3161,'_shipping_first_name','Amira'),(151001,3161,'_shipping_last_name','Purto'),(151002,3161,'_shipping_address_1','2520 Chandon Circle'),(151003,3161,'_shipping_city','Modesto'),(151004,3161,'_shipping_state','CA'),(151005,3161,'_shipping_postcode','95355'),(151006,3161,'_shipping_country','US'),(151007,3161,'_order_currency','USD'),(151008,3161,'_cart_discount','0'),(151009,3161,'_cart_discount_tax','0'),(151010,3161,'_order_shipping','0'),(151011,3161,'_order_shipping_tax','0'),(151012,3161,'_order_tax','0'),(151013,3161,'_order_total','1364.10'),(151014,3161,'_order_version','9.5.2'),(151015,3161,'_prices_include_tax','no'),(151016,3161,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(151017,3161,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(151018,3161,'is_vat_exempt','no'),(151019,3161,'_wc_order_attribution_source_type','typein'),(151020,3161,'_wc_order_attribution_utm_source','(direct)'),(151021,3161,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151022,3161,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(151023,3161,'_wc_order_attribution_session_pages','8'),(151024,3161,'_wc_order_attribution_session_count','2'),(151025,3161,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151026,3161,'_wc_order_attribution_device_type','Desktop'),(151027,3161,'Payment type','instant'),(151028,3161,'_paypal_status','completed'),(151029,3161,'_transaction_id','7GY82038U78582100'),(151030,3161,'PayPal Transaction Fee','48.10'),(151031,3161,'_date_paid','1737221866'),(151032,3161,'_paid_date','2025-01-18 17:37:46'),(151033,3162,'_order_key','wc_order_m1mhXjttbI8pP'),(151034,3162,'_customer_user','20'),(151035,3162,'_payment_method','paypal'),(151036,3162,'_payment_method_title','PayPal'),(151037,3162,'_customer_ip_address','76.87.171.180'),(151038,3162,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151039,3162,'_created_via','checkout'),(151040,3162,'_cart_hash','3eb175bbe9a18e0ad485ea6649c1732d'),(151041,3162,'_download_permissions_granted','yes'),(151042,3162,'_recorded_sales','yes'),(151043,3162,'_recorded_coupon_usage_counts','yes'),(151044,3162,'_new_order_email_sent','true'),(151045,3162,'_order_stock_reduced','yes'),(151046,3162,'_billing_first_name','Hasani'),(151047,3162,'_billing_last_name','Thompson'),(151048,3162,'_billing_company','Heat in Hair'),(151049,3162,'_billing_address_1','27225 Camp Plenty Road'),(151050,3162,'_billing_address_2','1D'),(151051,3162,'_billing_city','Santa Clarita'),(151052,3162,'_billing_state','CA'),(151053,3162,'_billing_postcode','91351'),(151054,3162,'_billing_country','US'),(151055,3162,'_billing_email','info@liceclinicssantaclarita.com'),(151056,3162,'_billing_phone','6615850263'),(151057,3162,'_shipping_first_name','Hasani'),(151058,3162,'_shipping_last_name','Thompson'),(151059,3162,'_shipping_company','Heat in Hair'),(151060,3162,'_shipping_address_1','5145 Nightsky pl'),(151061,3162,'_shipping_city','Palmdale'),(151062,3162,'_shipping_state','CA'),(151063,3162,'_shipping_postcode','93552'),(151064,3162,'_shipping_country','US'),(151065,3162,'_order_currency','USD'),(151066,3162,'_cart_discount','0'),(151067,3162,'_cart_discount_tax','0'),(151068,3162,'_order_shipping','0'),(151069,3162,'_order_shipping_tax','0'),(151070,3162,'_order_tax','0'),(151071,3162,'_order_total','1943.06'),(151072,3162,'_order_version','9.5.2'),(151073,3162,'_prices_include_tax','no'),(151074,3162,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(151075,3162,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  Palmdale CA 93552 US '),(151076,3162,'is_vat_exempt','no'),(151077,3162,'_wc_order_attribution_source_type','referral'),(151078,3162,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151079,3162,'_wc_order_attribution_utm_source','lcaportal.com'),(151080,3162,'_wc_order_attribution_utm_medium','referral'),(151081,3162,'_wc_order_attribution_utm_content','/'),(151082,3162,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151083,3162,'_wc_order_attribution_session_start_time','2025-01-18 22:05:46'),(151084,3162,'_wc_order_attribution_session_pages','1'),(151085,3162,'_wc_order_attribution_session_count','4'),(151086,3162,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151087,3162,'_wc_order_attribution_device_type','Desktop'),(151088,3162,'Payment type','instant'),(151089,3162,'_paypal_status','completed'),(151090,3162,'_transaction_id','5F297019H4968805T'),(151091,3162,'PayPal Transaction Fee','68.30'),(151092,3162,'_date_paid','1737329104'),(151093,3162,'_paid_date','2025-01-19 23:25:04'),(151094,3152,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261238\";s:12:\"date_shipped\";s:10:\"1736899200\";s:11:\"tracking_id\";s:32:\"0e6eb2343f79b52ac6958467f51bf42d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261227\";s:12:\"date_shipped\";s:10:\"1736899200\";s:11:\"tracking_id\";s:32:\"12fc532e9c93226755a00387b0a45b8e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261216\";s:12:\"date_shipped\";s:10:\"1736899200\";s:11:\"tracking_id\";s:32:\"38ac64fbc02a0ed6abfd0772b60191b2\";}}'),(151095,3152,'_date_completed','1737385157'),(151096,3152,'_completed_date','2025-01-20 14:59:17'),(151097,3155,'_edit_lock','1737385103:2'),(151098,3156,'_edit_lock','1737385130:2'),(151099,3155,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261683\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"a0b2d9361ce8d8919bd5241937f03921\";}}'),(151100,3155,'_edit_last','2'),(151101,3155,'_date_completed','1737385231'),(151102,3155,'_completed_date','2025-01-20 15:00:31'),(151103,3156,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261710\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"539e77449828574ada971ee141002160\";}}'),(151104,3156,'_edit_last','2'),(151105,3156,'_date_completed','1737385267'),(151106,3156,'_completed_date','2025-01-20 15:01:07'),(151107,3158,'_edit_lock','1737385208:2'),(151108,3158,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261812\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"65db61756d355868fa72ec2a0e67e510\";}}'),(151109,3158,'_edit_last','2'),(151110,3158,'_date_completed','1737385336'),(151111,3158,'_completed_date','2025-01-20 15:02:16'),(151112,3157,'_edit_lock','1737385272:2'),(151113,3157,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261797\";s:12:\"date_shipped\";s:10:\"1737072000\";s:11:\"tracking_id\";s:32:\"abf5b1a85cb8ba3df6f0aed813a58b04\";}}'),(151114,3157,'_edit_last','2'),(151115,3157,'_date_completed','1737385397'),(151116,3157,'_completed_date','2025-01-20 15:03:17'),(151117,3159,'_edit_lock','1737385342:2'),(151118,3159,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261801\";s:12:\"date_shipped\";s:10:\"1737072000\";s:11:\"tracking_id\";s:32:\"4c3b241f412497aa54762fb609e2b2bb\";}}'),(151119,3159,'_edit_last','2'),(151120,3159,'_date_completed','1737385461'),(151121,3159,'_completed_date','2025-01-20 15:04:21'),(151122,3160,'_edit_lock','1737387355:2'),(151123,3160,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992261915\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"922b235c8a49b396469efa03c96b097a\";}}'),(151124,3160,'_edit_last','2'),(151125,3160,'_date_completed','1737387457'),(151126,3160,'_completed_date','2025-01-20 15:37:37'),(151127,3163,'_order_key','wc_order_rdumxmebyBsi6'),(151128,3163,'_customer_user','11'),(151129,3163,'_payment_method','paypal'),(151130,3163,'_payment_method_title','PayPal'),(151131,3163,'_customer_ip_address','65.186.66.106'),(151132,3163,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151133,3163,'_created_via','checkout'),(151134,3163,'_cart_hash','8acc9fda54bdd2093fe4e82bf7a0f013'),(151135,3163,'_download_permissions_granted','yes'),(151136,3163,'_recorded_sales','yes'),(151137,3163,'_recorded_coupon_usage_counts','yes'),(151138,3163,'_new_order_email_sent','true'),(151139,3163,'_order_stock_reduced','yes'),(151140,3163,'_billing_first_name','Tina'),(151141,3163,'_billing_last_name','Hunt'),(151142,3163,'_billing_company','Lice Clinics of America'),(151143,3163,'_billing_address_1','830 Fairview Ave.'),(151144,3163,'_billing_address_2','Suite A-4'),(151145,3163,'_billing_city','Bowling Green'),(151146,3163,'_billing_state','KY'),(151147,3163,'_billing_postcode','42101'),(151148,3163,'_billing_country','US'),(151149,3163,'_billing_email','lcbgky12@gmail.com'),(151150,3163,'_billing_phone','2709996803'),(151151,3163,'_shipping_first_name','Tina'),(151152,3163,'_shipping_last_name','Hunt'),(151153,3163,'_shipping_company','LCBG, LLC'),(151154,3163,'_shipping_address_1','830 Fairview Ave.'),(151155,3163,'_shipping_address_2','Suite A-4'),(151156,3163,'_shipping_city','Bowling Green'),(151157,3163,'_shipping_state','KY'),(151158,3163,'_shipping_postcode','42101'),(151159,3163,'_shipping_country','US'),(151160,3163,'_order_currency','USD'),(151161,3163,'_cart_discount','0'),(151162,3163,'_cart_discount_tax','0'),(151163,3163,'_order_shipping','17.14'),(151164,3163,'_order_shipping_tax','0'),(151165,3163,'_order_tax','0'),(151166,3163,'_order_total','425.02'),(151167,3163,'_order_version','9.5.2'),(151168,3163,'_prices_include_tax','no'),(151169,3163,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(151170,3163,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(151171,3163,'is_vat_exempt','no'),(151172,3163,'_wc_order_attribution_source_type','referral'),(151173,3163,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151174,3163,'_wc_order_attribution_utm_source','lcaportal.com'),(151175,3163,'_wc_order_attribution_utm_medium','referral'),(151176,3163,'_wc_order_attribution_utm_content','/'),(151177,3163,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151178,3163,'_wc_order_attribution_session_start_time','2025-01-20 13:47:14'),(151179,3163,'_wc_order_attribution_session_pages','1'),(151180,3163,'_wc_order_attribution_session_count','2'),(151181,3163,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151182,3163,'_wc_order_attribution_device_type','Desktop'),(151183,3163,'Payment type','instant'),(151184,3163,'_paypal_status','completed'),(151185,3163,'_transaction_id','23J91649T9662383W'),(151186,3163,'PayPal Transaction Fee','15.32'),(151187,3163,'_date_paid','1737396211'),(151188,3163,'_paid_date','2025-01-20 18:03:31'),(151189,3161,'_edit_lock','1737466807:2'),(151190,3161,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262131\";s:12:\"date_shipped\";s:10:\"1737417600\";s:11:\"tracking_id\";s:32:\"0a053dcb90f413aaab808cc1c55ff3c5\";}}'),(151191,3161,'_edit_last','2'),(151192,3161,'_date_completed','1737466743'),(151193,3161,'_completed_date','2025-01-21 13:39:03'),(151194,3163,'_edit_lock','1737494169:2'),(151195,3163,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262348\";s:12:\"date_shipped\";s:10:\"1737417600\";s:11:\"tracking_id\";s:32:\"9d0b30d2b496897c8bb358d8dba14ec1\";}}'),(151196,3163,'_edit_last','2'),(151197,3163,'_date_completed','1737494302'),(151198,3163,'_completed_date','2025-01-21 21:18:22'),(151199,3165,'_order_key','wc_order_VQByATzbhWibw'),(151200,3165,'_customer_user','4'),(151201,3165,'_payment_method','paypal'),(151202,3165,'_payment_method_title','PayPal'),(151203,3165,'_customer_ip_address','73.20.28.23'),(151204,3165,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151205,3165,'_created_via','checkout'),(151206,3165,'_cart_hash','99650238fdbe90ea28f92f98ba6561f1'),(151207,3165,'_download_permissions_granted','no'),(151208,3165,'_recorded_sales','no'),(151209,3165,'_recorded_coupon_usage_counts','no'),(151210,3165,'_new_order_email_sent','false'),(151211,3165,'_order_stock_reduced','no'),(151212,3165,'_billing_first_name','David'),(151213,3165,'_billing_last_name','Washburn'),(151214,3165,'_billing_company','Larada Sciences (LCA)'),(151215,3165,'_billing_address_1','4873 South State St.'),(151216,3165,'_billing_city','Murray'),(151217,3165,'_billing_state','UT'),(151218,3165,'_billing_postcode','84107'),(151219,3165,'_billing_country','US'),(151220,3165,'_billing_email','david@laradasciences.com'),(151221,3165,'_billing_phone','8019197428'),(151222,3165,'_shipping_first_name','David'),(151223,3165,'_shipping_last_name','Washburn'),(151224,3165,'_shipping_company','Larada Sciences (LCA)'),(151225,3165,'_shipping_address_1','4873 South State St.'),(151226,3165,'_shipping_city','Murray'),(151227,3165,'_shipping_state','UT'),(151228,3165,'_shipping_postcode','84107'),(151229,3165,'_shipping_country','US'),(151230,3165,'_order_currency','USD'),(151231,3165,'_cart_discount','0'),(151232,3165,'_cart_discount_tax','0'),(151233,3165,'_order_shipping','0'),(151234,3165,'_order_shipping_tax','0'),(151235,3165,'_order_tax','0'),(151236,3165,'_order_total','1276.26'),(151237,3165,'_order_version','9.5.2'),(151238,3165,'_prices_include_tax','no'),(151239,3165,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(151240,3165,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(151242,3165,'_wc_order_attribution_source_type','typein'),(151243,3165,'_wc_order_attribution_utm_source','(direct)'),(151244,3165,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(151245,3165,'_wc_order_attribution_session_start_time','2025-01-21 21:31:41'),(151246,3165,'_wc_order_attribution_session_pages','10'),(151247,3165,'_wc_order_attribution_session_count','1'),(151248,3165,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151249,3165,'_wc_order_attribution_device_type','Desktop'),(151250,3165,'is_vat_exempt','no'),(151251,3165,'_wc_order_attribution_source_type','typein'),(151252,3165,'_wc_order_attribution_utm_source','(direct)'),(151253,3165,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(151254,3165,'_wc_order_attribution_session_start_time','2025-01-21 21:31:41'),(151255,3165,'_wc_order_attribution_session_pages','13'),(151256,3165,'_wc_order_attribution_session_count','1'),(151257,3165,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151258,3165,'_wc_order_attribution_device_type','Desktop'),(151259,3166,'_order_key','wc_order_BJZ6bPFPviWvF'),(151260,3166,'_customer_user','4'),(151261,3166,'_payment_method','paypal'),(151262,3166,'_payment_method_title','PayPal'),(151263,3166,'_customer_ip_address','73.20.28.23'),(151264,3166,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151265,3166,'_created_via','checkout'),(151266,3166,'_cart_hash','41fbccd41cb7fa7b7943f13d81446075'),(151267,3166,'_download_permissions_granted','yes'),(151268,3166,'_recorded_sales','yes'),(151269,3166,'_recorded_coupon_usage_counts','yes'),(151270,3166,'_new_order_email_sent','true'),(151271,3166,'_order_stock_reduced','yes'),(151272,3166,'_billing_first_name','David'),(151273,3166,'_billing_last_name','Washburn'),(151274,3166,'_billing_company','Larada Sciences (LCA)'),(151275,3166,'_billing_address_1','4873 South State St.'),(151276,3166,'_billing_city','Murray'),(151277,3166,'_billing_state','UT'),(151278,3166,'_billing_postcode','84107'),(151279,3166,'_billing_country','US'),(151280,3166,'_billing_email','david@laradasciences.com'),(151281,3166,'_billing_phone','8019197428'),(151282,3166,'_shipping_first_name','David'),(151283,3166,'_shipping_last_name','Washburn'),(151284,3166,'_shipping_company','Larada Sciences (LCA)'),(151285,3166,'_shipping_address_1','4873 South State St.'),(151286,3166,'_shipping_city','Murray'),(151287,3166,'_shipping_state','UT'),(151288,3166,'_shipping_postcode','84107'),(151289,3166,'_shipping_country','US'),(151290,3166,'_order_currency','USD'),(151291,3166,'_cart_discount','0'),(151292,3166,'_cart_discount_tax','0'),(151293,3166,'_order_shipping','0'),(151294,3166,'_order_shipping_tax','0'),(151295,3166,'_order_tax','0'),(151296,3166,'_order_total','998.58'),(151297,3166,'_order_version','9.5.2'),(151298,3166,'_prices_include_tax','no'),(151299,3166,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(151300,3166,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(151301,3166,'is_vat_exempt','no'),(151302,3166,'_wc_order_attribution_source_type','typein'),(151303,3166,'_wc_order_attribution_utm_source','(direct)'),(151304,3166,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(151305,3166,'_wc_order_attribution_session_start_time','2025-01-21 21:31:41'),(151306,3166,'_wc_order_attribution_session_pages','29'),(151307,3166,'_wc_order_attribution_session_count','1'),(151308,3166,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151309,3166,'_wc_order_attribution_device_type','Desktop'),(151310,3166,'_oaw_varify_key','2dd4b83d576bd557d289'),(151311,3166,'_edit_lock','1737570662:2'),(151312,3166,'_edit_last','2'),(151313,3166,'Payment type','instant'),(151314,3166,'_paypal_status','completed'),(151315,3166,'_transaction_id','7E1660120M0061714'),(151316,3166,'PayPal Transaction Fee','35.34'),(151317,3166,'_date_paid','1737551889'),(151318,3166,'_paid_date','2025-01-22 13:18:09'),(151319,3166,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262484\";s:12:\"date_shipped\";s:10:\"1737504000\";s:11:\"tracking_id\";s:32:\"f8cfccee40930782748cdee35d984cd2\";}}'),(151320,3166,'_date_completed','1737570611'),(151321,3166,'_completed_date','2025-01-22 18:30:11'),(151322,3162,'_edit_lock','1737573701:2'),(151323,3162,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262256\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"4028a66d2232f2f28db4bfda3a1bdccc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262245\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"c0c5db2c812ba5f042800efb74d7507f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262234\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"b1b1e3a05757510b53c952d7ecb76125\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262223\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"8e524ac1d2d458cba5a751fb0876e56b\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262212\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"1a5cbef7713246398fe1a2417419fd2b\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262201\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"79faa8fe4df9fe4bd0885e6cd490d33e\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262278\";s:12:\"date_shipped\";s:10:\"1737331200\";s:11:\"tracking_id\";s:32:\"fe87ab8e9aa4e598e627cb8213095c86\";}}'),(151324,3162,'_edit_last','2'),(151325,3162,'_date_completed','1737573218'),(151326,3162,'_completed_date','2025-01-22 19:13:38'),(151327,3167,'_order_key','wc_order_cwOdaZHw038JG'),(151328,3167,'_customer_user','8'),(151329,3167,'_payment_method','paypal'),(151330,3167,'_payment_method_title','PayPal'),(151331,3167,'_customer_ip_address','12.198.118.122'),(151332,3167,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151333,3167,'_created_via','checkout'),(151334,3167,'_cart_hash','28dc636cc3fbbd8c641858c3fac87f92'),(151335,3167,'_download_permissions_granted','yes'),(151336,3167,'_recorded_sales','yes'),(151337,3167,'_recorded_coupon_usage_counts','yes'),(151338,3167,'_new_order_email_sent','true'),(151339,3167,'_order_stock_reduced','yes'),(151340,3167,'_billing_first_name','Amy'),(151341,3167,'_billing_last_name','Sharp'),(151342,3167,'_billing_company','Nit Wits'),(151343,3167,'_billing_address_1','6002 Sweetbay Dr'),(151344,3167,'_billing_city','Crestwood'),(151345,3167,'_billing_state','KY'),(151346,3167,'_billing_postcode','40014'),(151347,3167,'_billing_country','US'),(151348,3167,'_billing_email','asharp@ht-school.org'),(151349,3167,'_billing_phone','15023109281'),(151350,3167,'_shipping_first_name','Amy'),(151351,3167,'_shipping_last_name','Sharp'),(151352,3167,'_shipping_company','LCA Nit Wits'),(151353,3167,'_shipping_address_1','9302 New LaGrange Road'),(151354,3167,'_shipping_address_2','Unit H'),(151355,3167,'_shipping_city','Louisville'),(151356,3167,'_shipping_state','KY'),(151357,3167,'_shipping_postcode','40242'),(151358,3167,'_shipping_country','US'),(151359,3167,'_order_currency','USD'),(151360,3167,'_cart_discount','0'),(151361,3167,'_cart_discount_tax','0'),(151362,3167,'_order_shipping','11.71'),(151363,3167,'_order_shipping_tax','0'),(151364,3167,'_order_tax','0'),(151365,3167,'_order_total','11.71'),(151366,3167,'_order_version','9.5.2'),(151367,3167,'_prices_include_tax','no'),(151368,3167,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(151369,3167,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(151370,3167,'is_vat_exempt','no'),(151371,3167,'_wc_order_attribution_source_type','referral'),(151372,3167,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(151373,3167,'_wc_order_attribution_utm_source','lcaportal.com'),(151374,3167,'_wc_order_attribution_utm_medium','referral'),(151375,3167,'_wc_order_attribution_utm_content','/'),(151376,3167,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151377,3167,'_wc_order_attribution_session_start_time','2025-01-22 20:08:02'),(151378,3167,'_wc_order_attribution_session_pages','4'),(151379,3167,'_wc_order_attribution_session_count','1'),(151380,3167,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151381,3167,'_wc_order_attribution_device_type','Desktop'),(151382,3167,'_oaw_varify_key','109fdf8f2fec506c7641'),(151383,3167,'_edit_lock','1738015134:2'),(151384,3167,'_edit_last','2'),(151385,217,'_edit_last','2'),(151389,3168,'_order_key','wc_order_mvEM6VPdpbskm'),(151390,3168,'_customer_user','50'),(151391,3168,'_payment_method','paypal'),(151392,3168,'_payment_method_title','PayPal'),(151393,3168,'_customer_ip_address','24.62.247.50'),(151394,3168,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(151395,3168,'_created_via','checkout'),(151396,3168,'_cart_hash','5529d0c3c11f1792147602d9bae2ced8'),(151397,3168,'_download_permissions_granted','yes'),(151398,3168,'_recorded_sales','yes'),(151399,3168,'_recorded_coupon_usage_counts','yes'),(151400,3168,'_new_order_email_sent','true'),(151401,3168,'_order_stock_reduced','yes'),(151402,3168,'_billing_first_name','Christine'),(151403,3168,'_billing_last_name','Cherry'),(151404,3168,'_billing_company','NITS END'),(151405,3168,'_billing_address_1','PO BOX 1092'),(151406,3168,'_billing_city','Campton'),(151407,3168,'_billing_state','NH'),(151408,3168,'_billing_postcode','03223'),(151409,3168,'_billing_country','US'),(151410,3168,'_billing_email','info@liceclinicsplaistow.com'),(151411,3168,'_billing_phone','16034983390'),(151412,3168,'_shipping_first_name','Megan'),(151413,3168,'_shipping_last_name','O\'Neil'),(151414,3168,'_shipping_company','LCA'),(151415,3168,'_shipping_address_1','22 Main St'),(151416,3168,'_shipping_city','Atkinson'),(151417,3168,'_shipping_state','NH'),(151418,3168,'_shipping_postcode','03811'),(151419,3168,'_shipping_country','US'),(151420,3168,'_order_currency','USD'),(151421,3168,'_cart_discount','0'),(151422,3168,'_cart_discount_tax','0'),(151423,3168,'_order_shipping','0'),(151424,3168,'_order_shipping_tax','0'),(151425,3168,'_order_tax','0'),(151426,3168,'_order_total','1638.92'),(151427,3168,'_order_version','9.5.2'),(151428,3168,'_prices_include_tax','no'),(151429,3168,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(151430,3168,'_shipping_address_index','Megan O\'Neil LCA 22 Main St  Atkinson NH 03811 US '),(151431,3168,'is_vat_exempt','no'),(151432,3168,'_wc_order_attribution_source_type','referral'),(151433,3168,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151434,3168,'_wc_order_attribution_utm_source','lcaportal.com'),(151435,3168,'_wc_order_attribution_utm_medium','referral'),(151436,3168,'_wc_order_attribution_utm_content','/'),(151437,3168,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151438,3168,'_wc_order_attribution_session_start_time','2025-01-24 14:26:44'),(151439,3168,'_wc_order_attribution_session_pages','9'),(151440,3168,'_wc_order_attribution_session_count','1'),(151441,3168,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(151442,3168,'_wc_order_attribution_device_type','Desktop'),(151443,3168,'Payment type','instant'),(151444,3168,'_paypal_status','completed'),(151445,3168,'_transaction_id','67799349KJ770122W'),(151446,3168,'PayPal Transaction Fee','57.69'),(151447,3168,'_date_paid','1737731479'),(151448,3168,'_paid_date','2025-01-24 15:11:19'),(151449,3169,'_order_key','wc_order_zF4ieeWephLiP'),(151450,3169,'_customer_user','77'),(151451,3169,'_payment_method','paypal'),(151452,3169,'_payment_method_title','PayPal'),(151453,3169,'_customer_ip_address','162.201.108.83'),(151454,3169,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(151455,3169,'_created_via','checkout'),(151456,3169,'_cart_hash','5fe1aeba232e7a4dcb5e63f547ab9411'),(151457,3169,'_download_permissions_granted','yes'),(151458,3169,'_recorded_sales','yes'),(151459,3169,'_recorded_coupon_usage_counts','yes'),(151460,3169,'_new_order_email_sent','true'),(151461,3169,'_order_stock_reduced','yes'),(151462,3169,'_billing_first_name','Phil'),(151463,3169,'_billing_last_name','Moon'),(151464,3169,'_billing_company','LiceBusters, LLC'),(151465,3169,'_billing_address_1','105 Live Oak Lane'),(151466,3169,'_billing_city','Pleasant Hill'),(151467,3169,'_billing_state','CA'),(151468,3169,'_billing_postcode','94523'),(151469,3169,'_billing_country','US'),(151470,3169,'_billing_email','kris10maroot@gmail.com'),(151471,3169,'_billing_phone','5593046305'),(151472,3169,'_shipping_first_name','Kristen'),(151473,3169,'_shipping_last_name','Maroot-Rippee'),(151474,3169,'_shipping_company','LiceBusters, LLC'),(151475,3169,'_shipping_address_1','487 W. Scott Avenue'),(151476,3169,'_shipping_city','Fresno'),(151477,3169,'_shipping_state','CA'),(151478,3169,'_shipping_postcode','93704'),(151479,3169,'_shipping_country','US'),(151480,3169,'_order_currency','USD'),(151481,3169,'_cart_discount','0'),(151482,3169,'_cart_discount_tax','0'),(151483,3169,'_order_shipping','0'),(151484,3169,'_order_shipping_tax','0'),(151485,3169,'_order_tax','0'),(151486,3169,'_order_total','2240.26'),(151487,3169,'_order_version','9.5.2'),(151488,3169,'_prices_include_tax','no'),(151489,3169,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(151490,3169,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(151491,3169,'is_vat_exempt','no'),(151492,3169,'_wc_order_attribution_source_type','typein'),(151493,3169,'_wc_order_attribution_utm_source','(direct)'),(151494,3169,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151495,3169,'_wc_order_attribution_session_start_time','2025-01-24 17:52:49'),(151496,3169,'_wc_order_attribution_session_pages','4'),(151497,3169,'_wc_order_attribution_session_count','1'),(151498,3169,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(151499,3169,'_wc_order_attribution_device_type','Desktop'),(151500,3169,'Payment type','instant'),(151501,3169,'_paypal_status','completed'),(151502,3169,'_transaction_id','3TA87398JB113373T'),(151503,3169,'PayPal Transaction Fee','78.68'),(151504,3169,'_date_paid','1737741584'),(151505,3169,'_paid_date','2025-01-24 17:59:44'),(151506,3170,'_order_key','wc_order_Obd5T9teaxbhh'),(151507,3170,'_customer_user','47'),(151508,3170,'_payment_method','paypal'),(151509,3170,'_payment_method_title','PayPal'),(151510,3170,'_customer_ip_address','64.183.221.78'),(151511,3170,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151512,3170,'_created_via','checkout'),(151513,3170,'_cart_hash','6097aa209238c38b0a36f501c54b9a62'),(151514,3170,'_download_permissions_granted','yes'),(151515,3170,'_recorded_sales','yes'),(151516,3170,'_recorded_coupon_usage_counts','yes'),(151517,3170,'_new_order_email_sent','true'),(151518,3170,'_order_stock_reduced','yes'),(151519,3170,'_billing_first_name','Tracy'),(151520,3170,'_billing_last_name','Copeland'),(151521,3170,'_billing_company','LCA San Antonio'),(151522,3170,'_billing_address_1','14223 Silverhollow'),(151523,3170,'_billing_city','San Antonio'),(151524,3170,'_billing_state','TX'),(151525,3170,'_billing_postcode','78232'),(151526,3170,'_billing_country','US'),(151527,3170,'_billing_email','info@liceclinicsofsanantonio.com'),(151528,3170,'_billing_phone','2103135033'),(151529,3170,'_shipping_first_name','Tracy'),(151530,3170,'_shipping_last_name','Copeland'),(151531,3170,'_shipping_company','LCA San Antonio East'),(151532,3170,'_shipping_address_1','19115 FM 2252'),(151533,3170,'_shipping_address_2','SUITE #17'),(151534,3170,'_shipping_city','Garden Ridge'),(151535,3170,'_shipping_state','TX'),(151536,3170,'_shipping_postcode','78266'),(151537,3170,'_shipping_country','US'),(151538,3170,'_order_currency','USD'),(151539,3170,'_cart_discount','0'),(151540,3170,'_cart_discount_tax','0'),(151541,3170,'_order_shipping','0'),(151542,3170,'_order_shipping_tax','0'),(151543,3170,'_order_tax','0'),(151544,3170,'_order_total','1139.61'),(151545,3170,'_order_version','9.6.0'),(151546,3170,'_prices_include_tax','no'),(151547,3170,'_billing_address_index','Tracy Copeland LCA San Antonio 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(151548,3170,'_shipping_address_index','Tracy Copeland LCA San Antonio East 19115 FM 2252 SUITE #17 Garden Ridge TX 78266 US '),(151549,3170,'is_vat_exempt','no'),(151550,3170,'_wc_order_attribution_source_type','referral'),(151551,3170,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(151552,3170,'_wc_order_attribution_utm_source','lcaportal.com'),(151553,3170,'_wc_order_attribution_utm_medium','referral'),(151554,3170,'_wc_order_attribution_utm_content','/'),(151555,3170,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151556,3170,'_wc_order_attribution_session_start_time','2025-01-24 18:49:32'),(151557,3170,'_wc_order_attribution_session_pages','2'),(151558,3170,'_wc_order_attribution_session_count','2'),(151559,3170,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151560,3170,'_wc_order_attribution_device_type','Desktop'),(151561,3170,'Payment type','instant'),(151562,3170,'_paypal_status','completed'),(151563,3170,'_transaction_id','4YS221576H5635225'),(151564,3170,'PayPal Transaction Fee','40.26'),(151565,3170,'_date_paid','1737751662'),(151566,3170,'_paid_date','2025-01-24 20:47:42'),(151567,3171,'_order_key','wc_order_T9dlYj5TA0Hg8'),(151568,3171,'_customer_user','3'),(151569,3171,'_payment_method','paypal'),(151570,3171,'_payment_method_title','PayPal'),(151571,3171,'_customer_ip_address','99.22.146.124'),(151572,3171,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151573,3171,'_created_via','checkout'),(151574,3171,'_cart_hash','faeebef65aee3707a3057347a5b61352'),(151575,3171,'_download_permissions_granted','yes'),(151576,3171,'_recorded_sales','yes'),(151577,3171,'_recorded_coupon_usage_counts','yes'),(151578,3171,'_new_order_email_sent','true'),(151579,3171,'_order_stock_reduced','yes'),(151580,3171,'_billing_first_name','amanda'),(151581,3171,'_billing_last_name','westerman'),(151582,3171,'_billing_company','Lice Clinics of America McKinney'),(151583,3171,'_billing_address_1','3120 Hudson Crossing'),(151584,3171,'_billing_address_2','Suite A2'),(151585,3171,'_billing_city','MCKINNEY'),(151586,3171,'_billing_state','TX'),(151587,3171,'_billing_postcode','75070'),(151588,3171,'_billing_country','US'),(151589,3171,'_billing_email','awesterman1103@gmail.com'),(151590,3171,'_billing_phone','12144175741'),(151591,3171,'_shipping_first_name','amanda'),(151592,3171,'_shipping_last_name','westerman'),(151593,3171,'_shipping_company','Lice Clinics of America Addison'),(151594,3171,'_shipping_address_1','1709 Damian Way'),(151595,3171,'_shipping_city','Richardson'),(151596,3171,'_shipping_state','TX'),(151597,3171,'_shipping_postcode','75081'),(151598,3171,'_shipping_country','US'),(151599,3171,'_order_currency','USD'),(151600,3171,'_cart_discount','0'),(151601,3171,'_cart_discount_tax','0'),(151602,3171,'_order_shipping','0'),(151603,3171,'_order_shipping_tax','0'),(151604,3171,'_order_tax','0'),(151605,3171,'_order_total','2695.32'),(151606,3171,'_order_version','9.6.0'),(151607,3171,'_prices_include_tax','no'),(151608,3171,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(151609,3171,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  Richardson TX 75081 US '),(151610,3171,'is_vat_exempt','no'),(151611,3171,'_wc_order_attribution_source_type','referral'),(151612,3171,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(151613,3171,'_wc_order_attribution_utm_source','lcaportal.com'),(151614,3171,'_wc_order_attribution_utm_medium','referral'),(151615,3171,'_wc_order_attribution_utm_content','/'),(151616,3171,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151617,3171,'_wc_order_attribution_session_start_time','2025-01-25 17:26:04'),(151618,3171,'_wc_order_attribution_session_pages','4'),(151619,3171,'_wc_order_attribution_session_count','1'),(151620,3171,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151621,3171,'_wc_order_attribution_device_type','Desktop'),(151622,3171,'Payment type','instant'),(151623,3171,'_paypal_status','completed'),(151624,3171,'_transaction_id','2MP59780JL9509648'),(151625,3171,'PayPal Transaction Fee','94.56'),(151626,3171,'_date_paid','1737826181'),(151627,3171,'_paid_date','2025-01-25 17:29:41'),(151628,3167,'Payment type','instant'),(151629,3167,'_paypal_status','completed'),(151630,3167,'_transaction_id','6BD13539DY5613119'),(151631,3167,'PayPal Transaction Fee','0.90'),(151632,3167,'_date_paid','1737904814'),(151633,3167,'_paid_date','2025-01-26 15:20:14'),(151634,3169,'_edit_lock','1738003501:2'),(151635,3169,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262944\";s:12:\"date_shipped\";s:10:\"1737936000\";s:11:\"tracking_id\";s:32:\"475ae88c78124f2cb70b44b8def4b44e\";}}'),(151636,3169,'_edit_last','2'),(151637,3169,'_date_completed','1738003468'),(151638,3169,'_completed_date','2025-01-27 18:44:28'),(151639,3168,'_edit_lock','1738003963:2'),(151640,3168,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992262863\";s:12:\"date_shipped\";s:10:\"1737936000\";s:11:\"tracking_id\";s:32:\"4c86a3c7216120af17f642c36652df7d\";}}'),(151641,3168,'_edit_last','2'),(151642,3168,'_date_completed','1738003518'),(151643,3168,'_completed_date','2025-01-27 18:45:18'),(151644,3172,'_order_key','wc_order_FPaHHsTmKHQai'),(151645,3172,'_customer_user','98'),(151646,3172,'_payment_method','paypal'),(151647,3172,'_payment_method_title','PayPal'),(151648,3172,'_customer_ip_address','24.62.247.50'),(151649,3172,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(151650,3172,'_created_via','checkout'),(151651,3172,'_cart_hash','1685affdb5f7ac6b0dbe01034e96e22f'),(151652,3172,'_download_permissions_granted','yes'),(151653,3172,'_recorded_sales','yes'),(151654,3172,'_recorded_coupon_usage_counts','yes'),(151655,3172,'_new_order_email_sent','true'),(151656,3172,'_order_stock_reduced','yes'),(151657,3172,'_billing_first_name','Christine'),(151658,3172,'_billing_last_name','Cherry'),(151659,3172,'_billing_company','NITS END'),(151660,3172,'_billing_address_1','PO BOX 1092'),(151661,3172,'_billing_city','Campton'),(151662,3172,'_billing_state','NH'),(151663,3172,'_billing_postcode','03223'),(151664,3172,'_billing_country','US'),(151665,3172,'_billing_email','christine@liceclinicscolumbus.com'),(151666,3172,'_billing_phone','16034983390'),(151667,3172,'_shipping_first_name','Melissa'),(151668,3172,'_shipping_last_name','Mertz'),(151669,3172,'_shipping_company','LCA'),(151670,3172,'_shipping_address_1','2213 Temperance Dr'),(151671,3172,'_shipping_city','Pittsburgh'),(151672,3172,'_shipping_state','PA'),(151673,3172,'_shipping_postcode','15237'),(151674,3172,'_shipping_country','US'),(151675,3172,'_order_currency','USD'),(151676,3172,'_cart_discount','0'),(151677,3172,'_cart_discount_tax','0'),(151678,3172,'_order_shipping','0'),(151679,3172,'_order_shipping_tax','0'),(151680,3172,'_order_tax','0'),(151681,3172,'_order_total','555.04'),(151682,3172,'_order_version','9.5.2'),(151683,3172,'_prices_include_tax','no'),(151684,3172,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(151685,3172,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(151686,3172,'is_vat_exempt','no'),(151687,3172,'_wc_order_attribution_source_type','referral'),(151688,3172,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151689,3172,'_wc_order_attribution_utm_source','lcaportal.com'),(151690,3172,'_wc_order_attribution_utm_medium','referral'),(151691,3172,'_wc_order_attribution_utm_content','/'),(151692,3172,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151693,3172,'_wc_order_attribution_session_start_time','2025-01-27 19:12:47'),(151694,3172,'_wc_order_attribution_session_pages','6'),(151695,3172,'_wc_order_attribution_session_count','4'),(151696,3172,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(151697,3172,'_wc_order_attribution_device_type','Desktop'),(151698,3172,'Payment type','instant'),(151699,3172,'_paypal_status','completed'),(151700,3172,'_transaction_id','7GW81288V8848813R'),(151701,3172,'PayPal Transaction Fee','19.86'),(151702,3172,'_date_paid','1738005521'),(151703,3172,'_paid_date','2025-01-27 19:18:41'),(151704,3173,'_order_key','wc_order_v9igbKQVwGuvh'),(151705,3173,'_customer_user','60'),(151706,3173,'_payment_method','paypal'),(151707,3173,'_payment_method_title','PayPal'),(151708,3173,'_customer_ip_address','24.13.229.23'),(151709,3173,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(151710,3173,'_created_via','checkout'),(151711,3173,'_cart_hash','e589549b7f078d478ba27e91cdf13418'),(151712,3173,'_download_permissions_granted','yes'),(151713,3173,'_recorded_sales','yes'),(151714,3173,'_recorded_coupon_usage_counts','yes'),(151715,3173,'_new_order_email_sent','true'),(151716,3173,'_order_stock_reduced','yes'),(151717,3173,'_billing_first_name','Jill'),(151718,3173,'_billing_last_name','Leshtz'),(151719,3173,'_billing_company','Lice clinics of America-North Shore'),(151720,3173,'_billing_address_1','1580 Lancelot Avenue'),(151721,3173,'_billing_city','Highland park'),(151722,3173,'_billing_state','IL'),(151723,3173,'_billing_postcode','60035'),(151724,3173,'_billing_country','US'),(151725,3173,'_billing_email','jleshtz@gmail.com'),(151726,3173,'_billing_phone','8473639001'),(151727,3173,'_shipping_first_name','Jill'),(151728,3173,'_shipping_last_name','Leshtz'),(151729,3173,'_shipping_company','Lice clinics of America-North Shore'),(151730,3173,'_shipping_address_1','1580 Lancelot Avenue'),(151731,3173,'_shipping_city','Highland park'),(151732,3173,'_shipping_state','IL'),(151733,3173,'_shipping_postcode','60035'),(151734,3173,'_shipping_country','US'),(151735,3173,'_order_currency','USD'),(151736,3173,'_cart_discount','0'),(151737,3173,'_cart_discount_tax','0'),(151738,3173,'_order_shipping','0'),(151739,3173,'_order_shipping_tax','0'),(151740,3173,'_order_tax','0'),(151741,3173,'_order_total','531.84'),(151742,3173,'_order_version','9.5.2'),(151743,3173,'_prices_include_tax','no'),(151744,3173,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(151745,3173,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(151746,3173,'is_vat_exempt','no'),(151747,3173,'_wc_order_attribution_source_type','referral'),(151748,3173,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151749,3173,'_wc_order_attribution_utm_source','lcaportal.com'),(151750,3173,'_wc_order_attribution_utm_medium','referral'),(151751,3173,'_wc_order_attribution_utm_content','/'),(151752,3173,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151753,3173,'_wc_order_attribution_session_start_time','2025-01-27 21:08:14'),(151754,3173,'_wc_order_attribution_session_pages','8'),(151755,3173,'_wc_order_attribution_session_count','1'),(151756,3173,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(151757,3173,'_wc_order_attribution_device_type','Desktop'),(151758,3173,'Payment type','instant'),(151759,3173,'_paypal_status','completed'),(151760,3173,'_transaction_id','21E54622K19623149'),(151761,3173,'PayPal Transaction Fee','19.05'),(151762,3173,'_date_paid','1738012332'),(151763,3173,'_paid_date','2025-01-27 21:12:12'),(151764,3170,'_edit_lock','1738699000:2'),(151765,3171,'_edit_lock','1738346064:2'),(151766,3172,'_edit_lock','1738106365:2'),(151767,3167,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263333\";s:12:\"date_shipped\";s:10:\"1737936000\";s:11:\"tracking_id\";s:32:\"9993f4160c0cdc88627085d79915ef2d\";}}'),(151768,3167,'_date_completed','1738015229'),(151769,3167,'_completed_date','2025-01-27 22:00:29'),(151770,3174,'_order_key','wc_order_FDHJuEko12jlm'),(151771,3174,'_customer_user','61'),(151772,3174,'_payment_method','paypal'),(151773,3174,'_payment_method_title','PayPal'),(151774,3174,'_customer_ip_address','217.180.201.34'),(151775,3174,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(151776,3174,'_created_via','checkout'),(151777,3174,'_cart_hash','4a9c1e9e1063d44965e0a7bb88acce62'),(151778,3174,'_download_permissions_granted','yes'),(151779,3174,'_recorded_sales','yes'),(151780,3174,'_recorded_coupon_usage_counts','yes'),(151781,3174,'_new_order_email_sent','true'),(151782,3174,'_order_stock_reduced','yes'),(151783,3174,'_billing_first_name','Judith'),(151784,3174,'_billing_last_name','Hayden'),(151785,3174,'_billing_company','LCAL Hayden LLC'),(151786,3174,'_billing_address_1','1795 Alysheba Way'),(151787,3174,'_billing_address_2','Ste 4105'),(151788,3174,'_billing_city','Lexington'),(151789,3174,'_billing_state','KY'),(151790,3174,'_billing_postcode','40509'),(151791,3174,'_billing_country','US'),(151792,3174,'_billing_email','judy@liceclinicslexington.com'),(151793,3174,'_billing_phone','8595376966'),(151794,3174,'_shipping_first_name','Judy'),(151795,3174,'_shipping_last_name','Hayden'),(151796,3174,'_shipping_company','Lice Clinics of America Lexington'),(151797,3174,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(151798,3174,'_shipping_city','Lexington'),(151799,3174,'_shipping_state','KY'),(151800,3174,'_shipping_postcode','40509'),(151801,3174,'_shipping_country','US'),(151802,3174,'_order_currency','USD'),(151803,3174,'_cart_discount','0'),(151804,3174,'_cart_discount_tax','0'),(151805,3174,'_order_shipping','0'),(151806,3174,'_order_shipping_tax','0'),(151807,3174,'_order_tax','0'),(151808,3174,'_order_total','999.90'),(151809,3174,'_order_version','9.5.2'),(151810,3174,'_prices_include_tax','no'),(151811,3174,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(151812,3174,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(151813,3174,'is_vat_exempt','no'),(151814,3174,'_wc_order_attribution_source_type','typein'),(151815,3174,'_wc_order_attribution_utm_source','(direct)'),(151816,3174,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151817,3174,'_wc_order_attribution_session_start_time','2025-01-28 17:23:10'),(151818,3174,'_wc_order_attribution_session_pages','4'),(151819,3174,'_wc_order_attribution_session_count','1'),(151820,3174,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(151821,3174,'_wc_order_attribution_device_type','Desktop'),(151822,3174,'Payment type','instant'),(151823,3174,'_paypal_status','completed'),(151824,3174,'_transaction_id','3T1185544C8289250'),(151825,3174,'PayPal Transaction Fee','35.39'),(151826,3174,'_date_paid','1738085545'),(151827,3174,'_paid_date','2025-01-28 17:32:25'),(151828,3175,'_order_key','wc_order_phS8H4X23RmeP'),(151829,3175,'_customer_user','54'),(151830,3175,'_payment_method','paypal'),(151831,3175,'_payment_method_title','PayPal'),(151832,3175,'_customer_ip_address','76.157.247.238'),(151833,3175,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(151834,3175,'_created_via','checkout'),(151835,3175,'_cart_hash','edf7d8f2d09af8d3a30e9f40862cf40c'),(151836,3175,'_download_permissions_granted','yes'),(151837,3175,'_recorded_sales','yes'),(151838,3175,'_recorded_coupon_usage_counts','yes'),(151839,3175,'_new_order_email_sent','true'),(151840,3175,'_order_stock_reduced','yes'),(151841,3175,'_billing_first_name','Erin'),(151842,3175,'_billing_last_name','Hawn'),(151843,3175,'_billing_address_1','10 W Phillip Rd'),(151844,3175,'_billing_address_2','Suite 123'),(151845,3175,'_billing_city','Vernon Hills'),(151846,3175,'_billing_state','IL'),(151847,3175,'_billing_postcode','60061'),(151848,3175,'_billing_country','US'),(151849,3175,'_billing_email','info@liceclinicsvernonhills.com'),(151850,3175,'_billing_phone','8475960408'),(151851,3175,'_shipping_first_name','Erin'),(151852,3175,'_shipping_last_name','Hawn'),(151853,3175,'_shipping_address_1','1491 S Amarias Dr'),(151854,3175,'_shipping_city','Round lake'),(151855,3175,'_shipping_state','IL'),(151856,3175,'_shipping_postcode','60073'),(151857,3175,'_shipping_country','US'),(151858,3175,'_order_currency','USD'),(151859,3175,'_cart_discount','0'),(151860,3175,'_cart_discount_tax','0'),(151861,3175,'_order_shipping','0'),(151862,3175,'_order_shipping_tax','0'),(151863,3175,'_order_tax','0'),(151864,3175,'_order_total','820.86'),(151865,3175,'_order_version','9.6.0'),(151866,3175,'_prices_include_tax','no'),(151867,3175,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(151868,3175,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(151869,3175,'is_vat_exempt','no'),(151870,3175,'_wc_order_attribution_source_type','referral'),(151871,3175,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151872,3175,'_wc_order_attribution_utm_source','lcaportal.com'),(151873,3175,'_wc_order_attribution_utm_medium','referral'),(151874,3175,'_wc_order_attribution_utm_content','/'),(151875,3175,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151876,3175,'_wc_order_attribution_session_start_time','2024-10-05 19:10:35'),(151877,3175,'_wc_order_attribution_session_pages','1'),(151878,3175,'_wc_order_attribution_session_count','7'),(151879,3175,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(151880,3175,'_wc_order_attribution_device_type','Desktop'),(151881,3175,'Payment type','instant'),(151882,3175,'_paypal_status','completed'),(151883,3175,'_transaction_id','73C617422X2696300'),(151884,3175,'PayPal Transaction Fee','29.14'),(151885,3175,'_date_paid','1738100512'),(151886,3175,'_paid_date','2025-01-28 21:41:52'),(151887,3172,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263470\";s:12:\"date_shipped\";s:10:\"1738022400\";s:11:\"tracking_id\";s:32:\"b09cce668c703a77333bd07045dd12b1\";}}'),(151888,3172,'_edit_last','2'),(151889,3172,'_date_completed','1738106498'),(151890,3172,'_completed_date','2025-01-28 23:21:38'),(151891,3173,'_edit_lock','1738106400:2'),(151892,3173,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263561\";s:12:\"date_shipped\";s:10:\"1738022400\";s:11:\"tracking_id\";s:32:\"96dd5ad577392180ede2df3989c99af6\";}}'),(151893,3173,'_edit_last','2'),(151894,3173,'_date_completed','1738106535'),(151895,3173,'_completed_date','2025-01-28 23:22:15'),(151896,3174,'_edit_lock','1738106794:2'),(151897,3174,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263675\";s:12:\"date_shipped\";s:10:\"1738022400\";s:11:\"tracking_id\";s:32:\"588258b6191f283d6e0bf5b05651b863\";}}'),(151898,3174,'_edit_last','2'),(151899,3174,'_date_completed','1738106601'),(151900,3174,'_completed_date','2025-01-28 23:23:21'),(151901,3176,'_order_key','wc_order_9r95mat3pwOFZ'),(151902,3176,'_customer_user','5'),(151903,3176,'_payment_method','paypal'),(151904,3176,'_payment_method_title','PayPal'),(151905,3176,'_customer_ip_address','71.237.182.213'),(151906,3176,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151907,3176,'_created_via','checkout'),(151908,3176,'_cart_hash','b30871deb2eccab0ae747e4772069002'),(151909,3176,'_download_permissions_granted','yes'),(151910,3176,'_recorded_sales','yes'),(151911,3176,'_recorded_coupon_usage_counts','yes'),(151912,3176,'_new_order_email_sent','true'),(151913,3176,'_order_stock_reduced','yes'),(151914,3176,'_billing_first_name','Becky'),(151915,3176,'_billing_last_name','Williams'),(151916,3176,'_billing_company','lice clinics of america- Tacoma'),(151917,3176,'_billing_address_1','1018 139th St E'),(151918,3176,'_billing_city','Tacoma'),(151919,3176,'_billing_state','WA'),(151920,3176,'_billing_postcode','98445'),(151921,3176,'_billing_country','US'),(151922,3176,'_billing_email','noemi.and.mark@nwliceclinics.com'),(151923,3176,'_billing_phone','15034040475'),(151924,3176,'_shipping_first_name','Becky'),(151925,3176,'_shipping_last_name','Williams'),(151926,3176,'_shipping_company','lice clinics of america- Tacoma'),(151927,3176,'_shipping_address_1','1018 139th St E'),(151928,3176,'_shipping_city','Tacoma'),(151929,3176,'_shipping_state','WA'),(151930,3176,'_shipping_postcode','98445'),(151931,3176,'_shipping_country','US'),(151932,3176,'_order_currency','USD'),(151933,3176,'_cart_discount','0'),(151934,3176,'_cart_discount_tax','0'),(151935,3176,'_order_shipping','0'),(151936,3176,'_order_shipping_tax','0'),(151937,3176,'_order_tax','0'),(151938,3176,'_order_total','4639.85'),(151939,3176,'_order_version','9.6.0'),(151940,3176,'_prices_include_tax','no'),(151941,3176,'_billing_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US noemi.and.mark@nwliceclinics.com 15034040475'),(151942,3176,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(151943,3176,'is_vat_exempt','no'),(151944,3176,'_wc_order_attribution_source_type','referral'),(151945,3176,'_wc_order_attribution_referrer','https://lcaportal.com/'),(151946,3176,'_wc_order_attribution_utm_source','lcaportal.com'),(151947,3176,'_wc_order_attribution_utm_medium','referral'),(151948,3176,'_wc_order_attribution_utm_content','/'),(151949,3176,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(151950,3176,'_wc_order_attribution_session_start_time','2025-01-28 22:58:18'),(151951,3176,'_wc_order_attribution_session_pages','4'),(151952,3176,'_wc_order_attribution_session_count','1'),(151953,3176,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(151954,3176,'_wc_order_attribution_device_type','Desktop'),(151955,3176,'Payment type','instant'),(151956,3176,'_paypal_status','completed'),(151957,3176,'_transaction_id','9DX23562XK6614944'),(151958,3176,'PayPal Transaction Fee','162.42'),(151959,3176,'_date_paid','1738107480'),(151960,3176,'_paid_date','2025-01-28 23:38:00'),(151961,3177,'_order_key','wc_order_xJuvr5oNvGJr5'),(151962,3177,'_customer_user','66'),(151963,3177,'_payment_method','paypal'),(151964,3177,'_payment_method_title','PayPal'),(151965,3177,'_customer_ip_address','72.85.35.117'),(151966,3177,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(151967,3177,'_created_via','checkout'),(151968,3177,'_cart_hash','fd9a69b75708aa824dfbd561db22d532'),(151969,3177,'_download_permissions_granted','yes'),(151970,3177,'_recorded_sales','yes'),(151971,3177,'_recorded_coupon_usage_counts','yes'),(151972,3177,'_new_order_email_sent','true'),(151973,3177,'_order_stock_reduced','yes'),(151974,3177,'_billing_first_name','Mark'),(151975,3177,'_billing_last_name','Dent'),(151976,3177,'_billing_company','Lice Clinics of Maryland'),(151977,3177,'_billing_address_1','801 W 33rd Street'),(151978,3177,'_billing_city','BAltimore'),(151979,3177,'_billing_state','MD'),(151980,3177,'_billing_postcode','21211'),(151981,3177,'_billing_country','US'),(151982,3177,'_billing_email','info@liceclinicsofmaryland.com'),(151983,3177,'_billing_phone','4438349991'),(151984,3177,'_shipping_first_name','Dawn'),(151985,3177,'_shipping_last_name','Mumaw'),(151986,3177,'_shipping_company','LCA Baltimore'),(151987,3177,'_shipping_address_1','604 Providence Road'),(151988,3177,'_shipping_city','Towson'),(151989,3177,'_shipping_state','MD'),(151990,3177,'_shipping_postcode','21286'),(151991,3177,'_shipping_country','US'),(151992,3177,'_order_currency','USD'),(151993,3177,'_cart_discount','0'),(151994,3177,'_cart_discount_tax','0'),(151995,3177,'_order_shipping','0'),(151996,3177,'_order_shipping_tax','0'),(151997,3177,'_order_tax','0'),(151998,3177,'_order_total','6075.40'),(151999,3177,'_order_version','9.6.0'),(152000,3177,'_prices_include_tax','no'),(152001,3177,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(152002,3177,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(152004,3177,'_wc_order_attribution_source_type','referral'),(152005,3177,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152006,3177,'_wc_order_attribution_utm_source','lcaportal.com'),(152007,3177,'_wc_order_attribution_utm_medium','referral'),(152008,3177,'_wc_order_attribution_utm_content','/'),(152009,3177,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152010,3177,'_wc_order_attribution_session_start_time','2025-01-29 19:49:56'),(152011,3177,'_wc_order_attribution_session_pages','10'),(152012,3177,'_wc_order_attribution_session_count','1'),(152013,3177,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152014,3177,'_wc_order_attribution_device_type','Desktop'),(152016,3177,'_wc_order_attribution_source_type','referral'),(152017,3177,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152018,3177,'_wc_order_attribution_utm_source','lcaportal.com'),(152019,3177,'_wc_order_attribution_utm_medium','referral'),(152020,3177,'_wc_order_attribution_utm_content','/'),(152021,3177,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152022,3177,'_wc_order_attribution_session_start_time','2025-01-29 19:49:56'),(152023,3177,'_wc_order_attribution_session_pages','11'),(152024,3177,'_wc_order_attribution_session_count','1'),(152025,3177,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152026,3177,'_wc_order_attribution_device_type','Desktop'),(152027,3178,'_order_key','wc_order_dAUVuN7mFOikI'),(152028,3178,'_customer_user','46'),(152029,3178,'_payment_method','paypal'),(152030,3178,'_payment_method_title','PayPal'),(152031,3178,'_customer_ip_address','72.47.75.84'),(152032,3178,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152033,3178,'_created_via','checkout'),(152034,3178,'_cart_hash','4a1e3facee5680621a3a721033b3b0c7'),(152035,3178,'_download_permissions_granted','yes'),(152036,3178,'_recorded_sales','yes'),(152037,3178,'_recorded_coupon_usage_counts','yes'),(152038,3178,'_new_order_email_sent','true'),(152039,3178,'_order_stock_reduced','yes'),(152040,3178,'_billing_first_name','Ashe'),(152041,3178,'_billing_last_name','montalvo'),(152042,3178,'_billing_company','lice clincs of america jonesboro'),(152043,3178,'_billing_address_1','1406 Market Place'),(152044,3178,'_billing_address_2','Apartment 10'),(152045,3178,'_billing_city','Jonesboro'),(152046,3178,'_billing_state','AR'),(152047,3178,'_billing_postcode','72404'),(152048,3178,'_billing_country','US'),(152049,3178,'_billing_email','bsdashlynf@gmail.com'),(152050,3178,'_billing_phone','8706132520'),(152051,3178,'_shipping_first_name','Ashe'),(152052,3178,'_shipping_last_name','montalvo'),(152053,3178,'_shipping_company','lice clincs of america jonesboro'),(152054,3178,'_shipping_address_1','3114 Fox Road'),(152055,3178,'_shipping_address_2','suite D'),(152056,3178,'_shipping_city','Jonesboro'),(152057,3178,'_shipping_state','AR'),(152058,3178,'_shipping_postcode','72404'),(152059,3178,'_shipping_country','US'),(152060,3178,'_order_currency','USD'),(152061,3178,'_cart_discount','0'),(152062,3178,'_cart_discount_tax','0'),(152063,3178,'_order_shipping','14.43'),(152064,3178,'_order_shipping_tax','0'),(152065,3178,'_order_tax','0'),(152066,3178,'_order_total','246.18'),(152067,3178,'_order_version','9.6.0'),(152068,3178,'_prices_include_tax','no'),(152069,3178,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(152070,3178,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(152071,3178,'is_vat_exempt','no'),(152072,3178,'_wc_order_attribution_source_type','referral'),(152073,3178,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152074,3178,'_wc_order_attribution_utm_source','lcaportal.com'),(152075,3178,'_wc_order_attribution_utm_medium','referral'),(152076,3178,'_wc_order_attribution_utm_content','/'),(152077,3178,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152078,3178,'_wc_order_attribution_session_start_time','2025-01-29 22:01:14'),(152079,3178,'_wc_order_attribution_session_pages','6'),(152080,3178,'_wc_order_attribution_session_count','1'),(152081,3178,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152082,3178,'_wc_order_attribution_device_type','Desktop'),(152083,3178,'Payment type','instant'),(152084,3178,'_paypal_status','completed'),(152085,3178,'_transaction_id','98301229SE358111T'),(152086,3178,'PayPal Transaction Fee','9.08'),(152087,3178,'_date_paid','1738188872'),(152088,3178,'_paid_date','2025-01-29 22:14:32'),(152089,3179,'_order_key','wc_order_Aybq3hKCVKaZf'),(152090,3179,'_customer_user','67'),(152091,3179,'_payment_method','paypal'),(152092,3179,'_payment_method_title','PayPal'),(152093,3179,'_customer_ip_address','67.251.108.158'),(152094,3179,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152095,3179,'_created_via','checkout'),(152096,3179,'_cart_hash','5c3fdc12d6d678072050a90d3f5bef3f'),(152097,3179,'_download_permissions_granted','yes'),(152098,3179,'_recorded_sales','yes'),(152099,3179,'_recorded_coupon_usage_counts','yes'),(152100,3179,'_new_order_email_sent','true'),(152101,3179,'_order_stock_reduced','yes'),(152102,3179,'_billing_first_name','Marnie'),(152103,3179,'_billing_last_name','Murray'),(152104,3179,'_billing_company','Naughty Nits'),(152105,3179,'_billing_address_1','2809 Wehrle Drive'),(152106,3179,'_billing_address_2','Suite 10'),(152107,3179,'_billing_city','Williamsville'),(152108,3179,'_billing_state','NY'),(152109,3179,'_billing_postcode','14221'),(152110,3179,'_billing_country','US'),(152111,3179,'_billing_email','liceclinicsupstateny@gmail.com'),(152112,3179,'_billing_phone','7166265423'),(152113,3179,'_shipping_first_name','Marnie'),(152114,3179,'_shipping_last_name','Murray'),(152115,3179,'_shipping_company','LCA Buffalo'),(152116,3179,'_shipping_address_1','2809 Wehrle Drive'),(152117,3179,'_shipping_address_2','Suite 10'),(152118,3179,'_shipping_city','Williamsville'),(152119,3179,'_shipping_state','NY'),(152120,3179,'_shipping_postcode','14221'),(152121,3179,'_shipping_country','US'),(152122,3179,'_order_currency','USD'),(152123,3179,'_cart_discount','0'),(152124,3179,'_cart_discount_tax','0'),(152125,3179,'_order_shipping','0'),(152126,3179,'_order_shipping_tax','0'),(152127,3179,'_order_tax','0'),(152128,3179,'_order_total','3819.18'),(152129,3179,'_order_version','9.6.0'),(152130,3179,'_prices_include_tax','no'),(152131,3179,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(152132,3179,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(152133,3179,'is_vat_exempt','no'),(152134,3179,'_wc_order_attribution_source_type','referral'),(152135,3179,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152136,3179,'_wc_order_attribution_utm_source','lcaportal.com'),(152137,3179,'_wc_order_attribution_utm_medium','referral'),(152138,3179,'_wc_order_attribution_utm_content','/'),(152139,3179,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152140,3179,'_wc_order_attribution_session_start_time','2025-01-30 13:35:21'),(152141,3179,'_wc_order_attribution_session_pages','11'),(152142,3179,'_wc_order_attribution_session_count','12'),(152143,3179,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152144,3179,'_wc_order_attribution_device_type','Desktop'),(152145,3179,'Payment type','instant'),(152146,3179,'_paypal_status','completed'),(152147,3179,'_transaction_id','0L573041S3592273J'),(152148,3179,'PayPal Transaction Fee','133.78'),(152149,3179,'_date_paid','1738254329'),(152150,3179,'_paid_date','2025-01-30 16:25:29'),(152151,3179,'_edit_lock','1739492614:2'),(152152,3179,'_edit_last','2'),(152155,3181,'_order_key','wc_order_nAN7gYhfM3Lq3'),(152156,3181,'_customer_user','67'),(152157,3181,'_payment_method','paypal'),(152158,3181,'_payment_method_title','PayPal'),(152159,3181,'_customer_ip_address','67.251.108.158'),(152160,3181,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152161,3181,'_created_via','checkout'),(152162,3181,'_cart_hash','23d007269471ba0f43dcb67641f2f974'),(152163,3181,'_download_permissions_granted','yes'),(152164,3181,'_recorded_sales','yes'),(152165,3181,'_recorded_coupon_usage_counts','yes'),(152166,3181,'_new_order_email_sent','true'),(152167,3181,'_order_stock_reduced','yes'),(152168,3181,'_billing_first_name','Marnie'),(152169,3181,'_billing_last_name','Murray'),(152170,3181,'_billing_company','Naughty Nits'),(152171,3181,'_billing_address_1','2809 Wehrle Drive'),(152172,3181,'_billing_address_2','Suite 10'),(152173,3181,'_billing_city','Williamsville'),(152174,3181,'_billing_state','NY'),(152175,3181,'_billing_postcode','14221'),(152176,3181,'_billing_country','US'),(152177,3181,'_billing_email','liceclinicsupstateny@gmail.com'),(152178,3181,'_billing_phone','7166265423'),(152179,3181,'_shipping_first_name','Marnie'),(152180,3181,'_shipping_last_name','Murray'),(152181,3181,'_shipping_company','Naughty Nits'),(152182,3181,'_shipping_address_1','258 Hoosick Street'),(152183,3181,'_shipping_address_2','Suite 109'),(152184,3181,'_shipping_city','Troy'),(152185,3181,'_shipping_state','NY'),(152186,3181,'_shipping_postcode','12180'),(152187,3181,'_shipping_country','US'),(152188,3181,'_order_currency','USD'),(152189,3181,'_cart_discount','0'),(152190,3181,'_cart_discount_tax','0'),(152191,3181,'_order_shipping','0'),(152192,3181,'_order_shipping_tax','0'),(152193,3181,'_order_tax','0'),(152194,3181,'_order_total','1667.73'),(152195,3181,'_order_version','9.6.0'),(152196,3181,'_prices_include_tax','no'),(152197,3181,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(152198,3181,'_shipping_address_index','Marnie Murray Naughty Nits 258 Hoosick Street Suite 109 Troy NY 12180 US '),(152199,3181,'is_vat_exempt','no'),(152200,3181,'_wc_order_attribution_source_type','referral'),(152201,3181,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152202,3181,'_wc_order_attribution_utm_source','lcaportal.com'),(152203,3181,'_wc_order_attribution_utm_medium','referral'),(152204,3181,'_wc_order_attribution_utm_content','/'),(152205,3181,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152206,3181,'_wc_order_attribution_session_start_time','2025-01-31 16:21:08'),(152207,3181,'_wc_order_attribution_session_pages','4'),(152208,3181,'_wc_order_attribution_session_count','15'),(152209,3181,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152210,3181,'_wc_order_attribution_device_type','Desktop'),(152211,3181,'Payment type','instant'),(152212,3181,'_paypal_status','completed'),(152213,3181,'_transaction_id','4RN91700UP827661V'),(152214,3181,'PayPal Transaction Fee','58.69'),(152215,3181,'_date_paid','1738340881'),(152216,3181,'_paid_date','2025-01-31 16:28:01'),(152217,3177,'is_vat_exempt','no'),(152218,3177,'_wc_order_attribution_source_type','referral'),(152219,3177,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152220,3177,'_wc_order_attribution_utm_source','lcaportal.com'),(152221,3177,'_wc_order_attribution_utm_medium','referral'),(152222,3177,'_wc_order_attribution_utm_content','/'),(152223,3177,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152224,3177,'_wc_order_attribution_session_start_time','2025-01-31 16:19:39'),(152225,3177,'_wc_order_attribution_session_pages','4'),(152226,3177,'_wc_order_attribution_session_count','1'),(152227,3177,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152228,3177,'_wc_order_attribution_device_type','Desktop'),(152229,3177,'Payment type','instant'),(152230,3177,'_paypal_status','completed'),(152231,3177,'_transaction_id','3HH44203CE079773K'),(152232,3177,'PayPal Transaction Fee','212.52'),(152233,3177,'_date_paid','1738341956'),(152234,3177,'_paid_date','2025-01-31 16:45:56'),(152235,3171,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263127\";s:12:\"date_shipped\";s:10:\"1738281600\";s:11:\"tracking_id\";s:32:\"25445f2f0ff6fa329f8bfa34936b6740\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263105\";s:12:\"date_shipped\";i:1738346114;s:11:\"tracking_id\";s:32:\"7e04eabae621ce7ec47598329c516671\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263090\";s:12:\"date_shipped\";i:1738346121;s:11:\"tracking_id\";s:32:\"7a070771848906a3e43ef243997ebac1\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263080\";s:12:\"date_shipped\";i:1738346126;s:11:\"tracking_id\";s:32:\"dcd9f997845e5b307a4aaf034edccc42\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263079\";s:12:\"date_shipped\";i:1738346131;s:11:\"tracking_id\";s:32:\"3c1f77a6d214e01dc57430975338e9e7\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263068\";s:12:\"date_shipped\";i:1738346137;s:11:\"tracking_id\";s:32:\"25ab92b9eb46294b237dfe0640c4a321\";}}'),(152236,3171,'_edit_last','2'),(152237,3171,'_date_completed','1738346142'),(152238,3171,'_completed_date','2025-01-31 17:55:42'),(152239,3178,'_edit_lock','1738346286:2'),(152240,3178,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264248\";s:12:\"date_shipped\";s:10:\"1738281600\";s:11:\"tracking_id\";s:32:\"2cd840ddff7d17639e5b61053b93aa4b\";}}'),(152241,3178,'_edit_last','2'),(152242,3178,'_date_completed','1738346358'),(152243,3178,'_completed_date','2025-01-31 17:59:18'),(152252,3170,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263815\";s:12:\"date_shipped\";s:10:\"1738022400\";s:11:\"tracking_id\";s:32:\"906cf36120bc9b0b3917fb42fdbc3a78\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263804\";s:12:\"date_shipped\";i:1738359305;s:11:\"tracking_id\";s:32:\"266db793469c869bd85058a2ee8a447b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263790\";s:12:\"date_shipped\";i:1738359310;s:11:\"tracking_id\";s:32:\"045e97a6a22c117e1d32707c4a0d42fe\";}}'),(152253,3170,'_edit_last','2'),(152254,3170,'_date_completed','1738359314'),(152255,3170,'_completed_date','2025-01-31 21:35:14'),(152256,3175,'_edit_lock','1738359657:2'),(152257,3182,'_order_currency','USD'),(152258,3182,'_cart_discount','0'),(152259,3182,'_cart_discount_tax','0'),(152260,3182,'_order_shipping','0'),(152261,3182,'_order_shipping_tax','0'),(152262,3182,'_order_tax','0'),(152263,3182,'_order_total','-820.86'),(152264,3182,'_order_version','9.6.0'),(152265,3182,'_prices_include_tax','no'),(152266,3182,'_refund_amount','820.86'),(152267,3182,'_refunded_by','2'),(152268,3182,'_refunded_payment','1'),(152269,3182,'_refund_reason','Cancelled Order'),(152270,3181,'_edit_lock','1739492615:2'),(152273,3183,'_order_key','wc_order_pNkPSRufnwPwX'),(152274,3183,'_customer_user','59'),(152275,3183,'_payment_method','paypal'),(152276,3183,'_payment_method_title','PayPal'),(152277,3183,'_customer_ip_address','174.170.117.96'),(152278,3183,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152279,3183,'_created_via','checkout'),(152280,3183,'_cart_hash','acc093afb01152cb050cb940c36c7b86'),(152281,3183,'_download_permissions_granted','yes'),(152282,3183,'_recorded_sales','yes'),(152283,3183,'_recorded_coupon_usage_counts','yes'),(152284,3183,'_new_order_email_sent','true'),(152285,3183,'_order_stock_reduced','yes'),(152286,3183,'_billing_first_name','Allison'),(152287,3183,'_billing_last_name','Anthon'),(152288,3183,'_billing_company','Lice Clinics of America Sugar Land'),(152289,3183,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(152290,3183,'_billing_address_2','Apt, suite, floor, etc.'),(152291,3183,'_billing_city','TOMBALL'),(152292,3183,'_billing_state','TX'),(152293,3183,'_billing_postcode','77375'),(152294,3183,'_billing_country','US'),(152295,3183,'_billing_email','louseysolutions@gmail.com'),(152296,3183,'_billing_phone','6024008520'),(152297,3183,'_shipping_first_name','Allison'),(152298,3183,'_shipping_last_name','Anthon'),(152299,3183,'_shipping_company','LCA Sugar Land'),(152300,3183,'_shipping_address_1','2831 Lakecrest River Dr.'),(152301,3183,'_shipping_city','Katy'),(152302,3183,'_shipping_state','TX'),(152303,3183,'_shipping_postcode','77493'),(152304,3183,'_shipping_country','US'),(152305,3183,'_order_currency','USD'),(152306,3183,'_cart_discount','0'),(152307,3183,'_cart_discount_tax','0'),(152308,3183,'_order_shipping','0'),(152309,3183,'_order_shipping_tax','0'),(152310,3183,'_order_tax','0'),(152311,3183,'_order_total','650.68'),(152312,3183,'_order_version','9.6.0'),(152313,3183,'_prices_include_tax','no'),(152314,3183,'_billing_address_index','Allison Anthon Lice Clinics of America Sugar Land 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(152315,3183,'_shipping_address_index','Allison Anthon LCA Sugar Land 2831 Lakecrest River Dr.  Katy TX 77493 US '),(152316,3183,'is_vat_exempt','no'),(152317,3183,'_wc_order_attribution_source_type','referral'),(152318,3183,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152319,3183,'_wc_order_attribution_utm_source','lcaportal.com'),(152320,3183,'_wc_order_attribution_utm_medium','referral'),(152321,3183,'_wc_order_attribution_utm_content','/'),(152322,3183,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152323,3183,'_wc_order_attribution_session_start_time','2025-02-01 00:53:50'),(152324,3183,'_wc_order_attribution_session_pages','6'),(152325,3183,'_wc_order_attribution_session_count','1'),(152326,3183,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152327,3183,'_wc_order_attribution_device_type','Desktop'),(152328,3183,'_oaw_varify_key','b0b24e909c26b986ae06'),(152332,3184,'_order_key','wc_order_BUhd0xUhAaQ0J'),(152333,3184,'_customer_user','98'),(152334,3184,'_payment_method','paypal'),(152335,3184,'_payment_method_title','PayPal'),(152336,3184,'_customer_ip_address','24.62.247.50'),(152337,3184,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152338,3184,'_created_via','checkout'),(152339,3184,'_cart_hash','302e84b061ee03c8c92048c68be35b2c'),(152340,3184,'_download_permissions_granted','yes'),(152341,3184,'_recorded_sales','yes'),(152342,3184,'_recorded_coupon_usage_counts','yes'),(152343,3184,'_new_order_email_sent','true'),(152344,3184,'_order_stock_reduced','yes'),(152345,3184,'_billing_first_name','Christine'),(152346,3184,'_billing_last_name','Cherry'),(152347,3184,'_billing_company','NITS END'),(152348,3184,'_billing_address_1','PO BOX 1092'),(152349,3184,'_billing_city','Campton'),(152350,3184,'_billing_state','NH'),(152351,3184,'_billing_postcode','03223'),(152352,3184,'_billing_country','US'),(152353,3184,'_billing_email','christine@liceclinicscolumbus.com'),(152354,3184,'_billing_phone','16034983390'),(152355,3184,'_shipping_first_name','Erica'),(152356,3184,'_shipping_last_name','Froggatt'),(152357,3184,'_shipping_company','LCA'),(152358,3184,'_shipping_address_1','5910 Wilcox Pl'),(152359,3184,'_shipping_address_2','suite E'),(152360,3184,'_shipping_city','Dublin'),(152361,3184,'_shipping_state','OH'),(152362,3184,'_shipping_postcode','43016'),(152363,3184,'_shipping_country','US'),(152364,3184,'_order_currency','USD'),(152365,3184,'_cart_discount','0'),(152366,3184,'_cart_discount_tax','0'),(152367,3184,'_order_shipping','0'),(152368,3184,'_order_shipping_tax','0'),(152369,3184,'_order_tax','0'),(152370,3184,'_order_total','1062.46'),(152371,3184,'_order_version','9.6.0'),(152372,3184,'_prices_include_tax','no'),(152373,3184,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(152374,3184,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(152375,3184,'is_vat_exempt','no'),(152376,3184,'_wc_order_attribution_source_type','referral'),(152377,3184,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152378,3184,'_wc_order_attribution_utm_source','lcaportal.com'),(152379,3184,'_wc_order_attribution_utm_medium','referral'),(152380,3184,'_wc_order_attribution_utm_content','/'),(152381,3184,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152382,3184,'_wc_order_attribution_session_start_time','2025-02-03 13:54:05'),(152383,3184,'_wc_order_attribution_session_pages','3'),(152384,3184,'_wc_order_attribution_session_count','6'),(152385,3184,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152386,3184,'_wc_order_attribution_device_type','Desktop'),(152387,3184,'Payment type','instant'),(152388,3184,'_paypal_status','completed'),(152389,3184,'_transaction_id','3BM263553X595681E'),(152390,3184,'PayPal Transaction Fee','37.57'),(152391,3184,'_date_paid','1738594978'),(152392,3184,'_paid_date','2025-02-03 15:02:58'),(152393,3185,'_order_key','wc_order_luzH7SC2ZoUgA'),(152394,3185,'_customer_user','3'),(152395,3185,'_payment_method','paypal'),(152396,3185,'_payment_method_title','PayPal'),(152397,3185,'_customer_ip_address','99.22.146.124'),(152398,3185,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152399,3185,'_created_via','checkout'),(152400,3185,'_cart_hash','42953d8b3377eae05865ca2d663e499a'),(152401,3185,'_download_permissions_granted','yes'),(152402,3185,'_recorded_sales','yes'),(152403,3185,'_recorded_coupon_usage_counts','yes'),(152404,3185,'_new_order_email_sent','true'),(152405,3185,'_order_stock_reduced','yes'),(152406,3185,'_billing_first_name','amanda'),(152407,3185,'_billing_last_name','westerman'),(152408,3185,'_billing_company','Lice Clinics of America McKinney'),(152409,3185,'_billing_address_1','3120 Hudson Crossing'),(152410,3185,'_billing_address_2','Suite A2'),(152411,3185,'_billing_city','MCKINNEY'),(152412,3185,'_billing_state','TX'),(152413,3185,'_billing_postcode','75070'),(152414,3185,'_billing_country','US'),(152415,3185,'_billing_email','awesterman1103@gmail.com'),(152416,3185,'_billing_phone','12144175741'),(152417,3185,'_shipping_first_name','amanda'),(152418,3185,'_shipping_last_name','westerman'),(152419,3185,'_shipping_company','Lice Clinics of America Addison'),(152420,3185,'_shipping_address_1','1709 Damian Way'),(152421,3185,'_shipping_city','MCKINNEY'),(152422,3185,'_shipping_state','TX'),(152423,3185,'_shipping_postcode','75070'),(152424,3185,'_shipping_country','US'),(152425,3185,'_order_currency','USD'),(152426,3185,'_cart_discount','0'),(152427,3185,'_cart_discount_tax','0'),(152428,3185,'_order_shipping','0'),(152429,3185,'_order_shipping_tax','0'),(152430,3185,'_order_tax','0'),(152431,3185,'_order_total','581.68'),(152432,3185,'_order_version','9.6.0'),(152433,3185,'_prices_include_tax','no'),(152434,3185,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(152435,3185,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  MCKINNEY TX 75070 US '),(152436,3185,'is_vat_exempt','no'),(152437,3185,'_wc_order_attribution_source_type','referral'),(152438,3185,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152439,3185,'_wc_order_attribution_utm_source','lcaportal.com'),(152440,3185,'_wc_order_attribution_utm_medium','referral'),(152441,3185,'_wc_order_attribution_utm_content','/'),(152442,3185,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152443,3185,'_wc_order_attribution_session_start_time','2025-02-03 14:58:32'),(152444,3185,'_wc_order_attribution_session_pages','6'),(152445,3185,'_wc_order_attribution_session_count','1'),(152446,3185,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152447,3185,'_wc_order_attribution_device_type','Desktop'),(152448,3185,'Payment type','instant'),(152449,3185,'_paypal_status','completed'),(152450,3185,'_transaction_id','2D209462JV7356158'),(152451,3185,'PayPal Transaction Fee','20.79'),(152452,3185,'_date_paid','1738595384'),(152453,3185,'_paid_date','2025-02-03 15:09:44'),(152454,3186,'_order_key','wc_order_C5rPsuvPiGoPI'),(152455,3186,'_customer_user','100'),(152456,3186,'_payment_method','paypal'),(152457,3186,'_payment_method_title','PayPal'),(152458,3186,'_customer_ip_address','166.205.87.29'),(152459,3186,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152460,3186,'_created_via','checkout'),(152461,3186,'_cart_hash','3adacc0e20be45d4a5a8687680a07cb3'),(152462,3186,'_download_permissions_granted','yes'),(152463,3186,'_recorded_sales','yes'),(152464,3186,'_recorded_coupon_usage_counts','yes'),(152465,3186,'_new_order_email_sent','true'),(152466,3186,'_order_stock_reduced','yes'),(152467,3186,'_billing_first_name','Michael'),(152468,3186,'_billing_last_name','Beckman'),(152469,3186,'_billing_address_1','921 Moraga Ave'),(152470,3186,'_billing_city','Piedmont'),(152471,3186,'_billing_state','CA'),(152472,3186,'_billing_postcode','94611'),(152473,3186,'_billing_country','US'),(152474,3186,'_billing_email','licetoknowyou@gmail.com'),(152475,3186,'_billing_phone','8585314583'),(152476,3186,'_shipping_first_name','Chelsey'),(152477,3186,'_shipping_last_name','Watkins'),(152478,3186,'_shipping_company','Lice Clinics of America - Sunnyvale'),(152479,3186,'_shipping_address_1','958 Redmond ave'),(152480,3186,'_shipping_city','San Jose'),(152481,3186,'_shipping_state','CA'),(152482,3186,'_shipping_postcode','95120'),(152483,3186,'_shipping_country','US'),(152484,3186,'_order_currency','USD'),(152485,3186,'_cart_discount','0'),(152486,3186,'_cart_discount_tax','0'),(152487,3186,'_order_shipping','0'),(152488,3186,'_order_shipping_tax','0'),(152489,3186,'_order_tax','0'),(152490,3186,'_order_total','552.24'),(152491,3186,'_order_version','9.6.0'),(152492,3186,'_prices_include_tax','no'),(152493,3186,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(152494,3186,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(152495,3186,'is_vat_exempt','no'),(152496,3186,'_wc_order_attribution_source_type','referral'),(152497,3186,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152498,3186,'_wc_order_attribution_utm_source','lcaportal.com'),(152499,3186,'_wc_order_attribution_utm_medium','referral'),(152500,3186,'_wc_order_attribution_utm_content','/'),(152501,3186,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152502,3186,'_wc_order_attribution_session_start_time','2025-02-03 17:18:24'),(152503,3186,'_wc_order_attribution_session_pages','8'),(152504,3186,'_wc_order_attribution_session_count','18'),(152505,3186,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(152506,3186,'_wc_order_attribution_device_type','Desktop'),(152507,3186,'Payment type','instant'),(152508,3186,'_paypal_status','completed'),(152509,3186,'_transaction_id','5YC94971A86371443'),(152510,3186,'PayPal Transaction Fee','19.76'),(152511,3186,'_date_paid','1738604080'),(152512,3186,'_paid_date','2025-02-03 17:34:40'),(152513,3187,'_order_key','wc_order_Pf8Wzyd9BQZVS'),(152514,3187,'_customer_user','3'),(152515,3187,'_payment_method','paypal'),(152516,3187,'_payment_method_title','PayPal'),(152517,3187,'_customer_ip_address','99.22.146.124'),(152518,3187,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152519,3187,'_created_via','checkout'),(152520,3187,'_cart_hash','b4ca02d5064c317aee1543761693532c'),(152521,3187,'_download_permissions_granted','yes'),(152522,3187,'_recorded_sales','yes'),(152523,3187,'_recorded_coupon_usage_counts','yes'),(152524,3187,'_new_order_email_sent','true'),(152525,3187,'_order_stock_reduced','yes'),(152526,3187,'_billing_first_name','amanda'),(152527,3187,'_billing_last_name','westerman'),(152528,3187,'_billing_company','Lice Clinics of America McKinney'),(152529,3187,'_billing_address_1','3120 Hudson Crossing'),(152530,3187,'_billing_address_2','Suite A2'),(152531,3187,'_billing_city','MCKINNEY'),(152532,3187,'_billing_state','TX'),(152533,3187,'_billing_postcode','75070'),(152534,3187,'_billing_country','US'),(152535,3187,'_billing_email','awesterman1103@gmail.com'),(152536,3187,'_billing_phone','12144175741'),(152537,3187,'_shipping_first_name','amanda'),(152538,3187,'_shipping_last_name','westerman'),(152539,3187,'_shipping_company','Lice Clinics of America Addison'),(152540,3187,'_shipping_address_1','5510 Abrams Road'),(152541,3187,'_shipping_address_2','Suite 121'),(152542,3187,'_shipping_city','Dallas'),(152543,3187,'_shipping_state','TX'),(152544,3187,'_shipping_postcode','75214'),(152545,3187,'_shipping_country','US'),(152546,3187,'_order_currency','USD'),(152547,3187,'_cart_discount','0'),(152548,3187,'_cart_discount_tax','0'),(152549,3187,'_order_shipping','0'),(152550,3187,'_order_shipping_tax','0'),(152551,3187,'_order_tax','0'),(152552,3187,'_order_total','563.97'),(152553,3187,'_order_version','9.6.0'),(152554,3187,'_prices_include_tax','no'),(152555,3187,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(152556,3187,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(152557,3187,'is_vat_exempt','no'),(152558,3187,'_wc_order_attribution_source_type','referral'),(152559,3187,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152560,3187,'_wc_order_attribution_utm_source','lcaportal.com'),(152561,3187,'_wc_order_attribution_utm_medium','referral'),(152562,3187,'_wc_order_attribution_utm_content','/'),(152563,3187,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152564,3187,'_wc_order_attribution_session_start_time','2025-02-03 14:58:32'),(152565,3187,'_wc_order_attribution_session_pages','14'),(152566,3187,'_wc_order_attribution_session_count','2'),(152567,3187,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152568,3187,'_wc_order_attribution_device_type','Desktop'),(152569,3187,'Payment type','instant'),(152570,3187,'_paypal_status','completed'),(152571,3187,'_transaction_id','8CY38076LM0854456'),(152572,3187,'PayPal Transaction Fee','20.17'),(152573,3187,'_date_paid','1738606278'),(152574,3187,'_paid_date','2025-02-03 18:11:18'),(152575,3181,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264719\";s:12:\"date_shipped\";s:10:\"1738540800\";s:11:\"tracking_id\";s:32:\"473ac08d27a783241abe44050336610e\";}}'),(152576,3181,'_edit_last','2'),(152577,3181,'_date_completed','1738609212'),(152578,3181,'_completed_date','2025-02-03 19:00:12'),(152579,3176,'_edit_lock','1738679037:2'),(152580,3177,'_edit_lock','1738609332:2'),(152581,3184,'_edit_lock','1738612458:2'),(152582,3177,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264720\";s:12:\"date_shipped\";s:10:\"1738540800\";s:11:\"tracking_id\";s:32:\"e313ba75afa6102932cdf196101c8c45\";}}'),(152583,3177,'_edit_last','2'),(152584,3177,'_date_completed','1738609326'),(152585,3177,'_completed_date','2025-02-03 19:02:06'),(152586,3188,'_order_key','wc_order_v6f7d5uNLVPIJ'),(152587,3188,'_customer_user','54'),(152588,3188,'_payment_method','paypal'),(152589,3188,'_payment_method_title','PayPal'),(152590,3188,'_customer_ip_address','172.59.189.202'),(152591,3188,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(152592,3188,'_created_via','checkout'),(152593,3188,'_cart_hash','9dfec4240634c08529ef5c96478c12a7'),(152594,3188,'_download_permissions_granted','yes'),(152595,3188,'_recorded_sales','yes'),(152596,3188,'_recorded_coupon_usage_counts','yes'),(152597,3188,'_new_order_email_sent','true'),(152598,3188,'_order_stock_reduced','yes'),(152599,3188,'_billing_first_name','Erin'),(152600,3188,'_billing_last_name','Hawn'),(152601,3188,'_billing_address_1','10 W Phillip Rd'),(152602,3188,'_billing_address_2','Suite 123'),(152603,3188,'_billing_city','Vernon Hills'),(152604,3188,'_billing_state','IL'),(152605,3188,'_billing_postcode','60061'),(152606,3188,'_billing_country','US'),(152607,3188,'_billing_email','info@liceclinicsvernonhills.com'),(152608,3188,'_billing_phone','8475960408'),(152609,3188,'_shipping_first_name','Erin'),(152610,3188,'_shipping_last_name','Hawn'),(152611,3188,'_shipping_address_1','1491 S Amarias Dr'),(152612,3188,'_shipping_city','Round lake'),(152613,3188,'_shipping_state','IL'),(152614,3188,'_shipping_postcode','60073'),(152615,3188,'_shipping_country','US'),(152616,3188,'_order_currency','USD'),(152617,3188,'_cart_discount','0'),(152618,3188,'_cart_discount_tax','0'),(152619,3188,'_order_shipping','0'),(152620,3188,'_order_shipping_tax','0'),(152621,3188,'_order_tax','0'),(152622,3188,'_order_total','820.86'),(152623,3188,'_order_version','9.6.0'),(152624,3188,'_prices_include_tax','no'),(152625,3188,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(152626,3188,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(152628,3188,'_wc_order_attribution_source_type','typein'),(152629,3188,'_wc_order_attribution_utm_source','(direct)'),(152630,3188,'_wc_order_attribution_utm_source_platform',''),(152631,3188,'_wc_order_attribution_utm_creative_format',''),(152632,3188,'_wc_order_attribution_utm_marketing_tactic',''),(152633,3188,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152634,3188,'_wc_order_attribution_session_start_time','2024-03-09 01:44:49'),(152635,3188,'_wc_order_attribution_session_pages','15'),(152636,3188,'_wc_order_attribution_session_count','5'),(152637,3188,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(152638,3188,'_wc_order_attribution_device_type','Desktop'),(152639,3188,'_edit_lock','1738696381:2'),(152640,3188,'is_vat_exempt','no'),(152641,3188,'_wc_order_attribution_source_type','typein'),(152642,3188,'_wc_order_attribution_utm_source','(direct)'),(152643,3188,'_wc_order_attribution_utm_source_platform',''),(152644,3188,'_wc_order_attribution_utm_creative_format',''),(152645,3188,'_wc_order_attribution_utm_marketing_tactic',''),(152646,3188,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152647,3188,'_wc_order_attribution_session_start_time','2024-03-09 01:44:49'),(152648,3188,'_wc_order_attribution_session_pages','16'),(152649,3188,'_wc_order_attribution_session_count','5'),(152650,3188,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(152651,3188,'_wc_order_attribution_device_type','Desktop'),(152652,3188,'Payment type','instant'),(152653,3188,'_paypal_status','completed'),(152654,3188,'_transaction_id','8TR569081H199033G'),(152655,3188,'PayPal Transaction Fee','29.14'),(152656,3188,'_date_paid','1738611618'),(152657,3188,'_paid_date','2025-02-03 19:40:18'),(152658,3184,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264991\";s:12:\"date_shipped\";s:10:\"1738540800\";s:11:\"tracking_id\";s:32:\"99de1a1d0adf137b10ebe51ea60064bb\";}}'),(152659,3184,'_edit_last','2'),(152660,3184,'_date_completed','1738612587'),(152661,3184,'_completed_date','2025-02-03 19:56:27'),(152662,3185,'_edit_lock','1738612637:2'),(152663,3185,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265016\";s:12:\"date_shipped\";s:10:\"1738540800\";s:11:\"tracking_id\";s:32:\"6e10cd3eaf6eebecc6d36eb565fb51fa\";}}'),(152664,3185,'_edit_last','2'),(152665,3185,'_date_completed','1738612632'),(152666,3185,'_completed_date','2025-02-03 19:57:12'),(152667,3187,'_edit_lock','1738678745:2'),(152668,3187,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265050\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"590454026c624e1886194fdd319c8159\";}}'),(152669,3187,'_edit_last','2'),(152670,3187,'_date_completed','1738678872'),(152671,3187,'_completed_date','2025-02-04 14:21:12'),(152672,3186,'_edit_lock','1738678775:2'),(152673,3186,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265038\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"2cf2b5bdf5a9695ed60cb5f17d02b6b0\";}}'),(152674,3186,'_edit_last','2'),(152675,3186,'_date_completed','1738678909'),(152676,3186,'_completed_date','2025-02-04 14:21:49'),(152677,3176,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992263930\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"35dbd43795cb7131952ab4536823b3b1\";}}'),(152678,3176,'_edit_last','2'),(152679,3176,'_date_completed','1738679025'),(152680,3176,'_completed_date','2025-02-04 14:23:45'),(152681,3179,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264682\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"a80db6b00bed6a04ada53e0b8f948092\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264671\";s:12:\"date_shipped\";i:1738679055;s:11:\"tracking_id\";s:32:\"b1e2e67b84e93f4a9dcae3d691703538\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992264660\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"5b47bd6a09e4d749e25fc32b4dd607fa\";}}'),(152682,3179,'_date_completed','1738679088'),(152683,3179,'_completed_date','2025-02-04 14:24:48'),(152684,3188,'_edit_last','2'),(152685,3188,'_date_completed','1738696445'),(152686,3188,'_completed_date','2025-02-04 19:14:05'),(152687,3188,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258459\";s:12:\"date_shipped\";s:10:\"1738627200\";s:11:\"tracking_id\";s:32:\"df7adc457828250d5196ff478e3086c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992258460\";s:12:\"date_shipped\";i:1738696487;s:11:\"tracking_id\";s:32:\"bd8ca0a48f97df30a0ec918780ed8e79\";}}'),(152688,3190,'_order_currency','USD'),(152689,3190,'_cart_discount','0'),(152690,3190,'_cart_discount_tax','0'),(152691,3190,'_order_shipping','0'),(152692,3190,'_order_shipping_tax','0'),(152693,3190,'_order_tax','0'),(152694,3190,'_order_total','-1139.61'),(152695,3190,'_order_version','9.6.0'),(152696,3190,'_prices_include_tax','no'),(152697,3190,'_refund_amount','1139.61'),(152698,3190,'_refunded_by','2'),(152699,3190,'_refunded_payment','1'),(152700,3190,'_refund_reason',''),(152701,3183,'_edit_lock','1738869408:2'),(152702,3183,'_edit_last','2'),(152703,3183,'Payment type','instant'),(152704,3183,'_paypal_status','completed'),(152705,3183,'_transaction_id','0MD58488DX248130Y'),(152706,3183,'PayPal Transaction Fee','23.20'),(152707,3183,'_date_paid','1738707979'),(152708,3183,'_paid_date','2025-02-04 22:26:19'),(152709,3191,'_order_key','wc_order_k87ocGNyIQcAl'),(152710,3191,'_customer_user','52'),(152711,3191,'_payment_method','paypal'),(152712,3191,'_payment_method_title','PayPal'),(152713,3191,'_customer_ip_address','173.66.45.62'),(152714,3191,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(152715,3191,'_created_via','checkout'),(152716,3191,'_cart_hash','f043bbe35b1736da45397da0c96a2a1d'),(152717,3191,'_download_permissions_granted','yes'),(152718,3191,'_recorded_sales','yes'),(152719,3191,'_recorded_coupon_usage_counts','yes'),(152720,3191,'_new_order_email_sent','true'),(152721,3191,'_order_stock_reduced','yes'),(152722,3191,'_billing_first_name','Darlene'),(152723,3191,'_billing_last_name','LaFramboise'),(152724,3191,'_billing_company','LCA-NOVA'),(152725,3191,'_billing_address_1','25473 Tomey Ct'),(152726,3191,'_billing_city','Aldie'),(152727,3191,'_billing_state','VA'),(152728,3191,'_billing_postcode','20105-3048'),(152729,3191,'_billing_country','US'),(152730,3191,'_billing_email','info@liceremovalnova.com'),(152731,3191,'_billing_phone','7033031576'),(152732,3191,'_shipping_first_name','Darlene'),(152733,3191,'_shipping_last_name','LaFramboise'),(152734,3191,'_shipping_company','LCA-NOVA'),(152735,3191,'_shipping_address_1','25473 Tomey Ct'),(152736,3191,'_shipping_city','Aldie'),(152737,3191,'_shipping_state','VA'),(152738,3191,'_shipping_postcode','20105-3048'),(152739,3191,'_shipping_country','US'),(152740,3191,'_order_currency','USD'),(152741,3191,'_cart_discount','0'),(152742,3191,'_cart_discount_tax','0'),(152743,3191,'_order_shipping','23.59'),(152744,3191,'_order_shipping_tax','0'),(152745,3191,'_order_tax','0'),(152746,3191,'_order_total','341.83'),(152747,3191,'_order_version','9.6.0'),(152748,3191,'_prices_include_tax','no'),(152749,3191,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(152750,3191,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(152751,3191,'is_vat_exempt','no'),(152752,3191,'_wc_order_attribution_source_type','referral'),(152753,3191,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(152754,3191,'_wc_order_attribution_utm_source','lcaportal.com'),(152755,3191,'_wc_order_attribution_utm_medium','referral'),(152756,3191,'_wc_order_attribution_utm_content','/'),(152757,3191,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152758,3191,'_wc_order_attribution_session_start_time','2025-02-06 18:21:05'),(152759,3191,'_wc_order_attribution_session_pages','8'),(152760,3191,'_wc_order_attribution_session_count','1'),(152761,3191,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(152762,3191,'_wc_order_attribution_device_type','Desktop'),(152763,3191,'Payment type','instant'),(152764,3191,'_paypal_status','completed'),(152765,3191,'_transaction_id','7N560191C3680732C'),(152766,3191,'PayPal Transaction Fee','12.42'),(152767,3191,'_date_paid','1738867561'),(152768,3191,'_paid_date','2025-02-06 18:46:01'),(152769,3183,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265244\";s:12:\"date_shipped\";s:10:\"1738800000\";s:11:\"tracking_id\";s:32:\"94423866c54a40d1e5ed3524e408c74d\";}}'),(152770,3183,'_date_completed','1738869409'),(152771,3183,'_completed_date','2025-02-06 19:16:49'),(152775,3192,'_order_key','wc_order_7R69YgUen4984'),(152776,3192,'_customer_user','6'),(152777,3192,'_payment_method','paypal'),(152778,3192,'_payment_method_title','PayPal'),(152779,3192,'_customer_ip_address','98.41.41.47'),(152780,3192,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152781,3192,'_created_via','checkout'),(152782,3192,'_cart_hash','4cb46d805307f63cfec1e9d01f9df606'),(152783,3192,'_download_permissions_granted','yes'),(152784,3192,'_recorded_sales','yes'),(152785,3192,'_recorded_coupon_usage_counts','yes'),(152786,3192,'_new_order_email_sent','true'),(152787,3192,'_order_stock_reduced','yes'),(152788,3192,'_billing_first_name','Amira'),(152789,3192,'_billing_last_name','Purto'),(152790,3192,'_billing_address_1','2520 Chandon Circle'),(152791,3192,'_billing_city','Modesto'),(152792,3192,'_billing_state','CA'),(152793,3192,'_billing_postcode','95355'),(152794,3192,'_billing_country','US'),(152795,3192,'_billing_email','amira77@sbcglobal.net'),(152796,3192,'_billing_phone','2096422061'),(152797,3192,'_shipping_first_name','Amira'),(152798,3192,'_shipping_last_name','Purto'),(152799,3192,'_shipping_address_1','2520 Chandon Circle'),(152800,3192,'_shipping_city','Modesto'),(152801,3192,'_shipping_state','CA'),(152802,3192,'_shipping_postcode','95355'),(152803,3192,'_shipping_country','US'),(152804,3192,'_order_currency','USD'),(152805,3192,'_cart_discount','0'),(152806,3192,'_cart_discount_tax','0'),(152807,3192,'_order_shipping','0'),(152808,3192,'_order_shipping_tax','0'),(152809,3192,'_order_tax','0'),(152810,3192,'_order_total','795.40'),(152811,3192,'_order_version','9.6.0'),(152812,3192,'_prices_include_tax','no'),(152813,3192,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(152814,3192,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(152815,3192,'is_vat_exempt','no'),(152816,3192,'_wc_order_attribution_source_type','typein'),(152817,3192,'_wc_order_attribution_utm_source','(direct)'),(152818,3192,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152819,3192,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(152820,3192,'_wc_order_attribution_session_pages','1'),(152821,3192,'_wc_order_attribution_session_count','7'),(152822,3192,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(152823,3192,'_wc_order_attribution_device_type','Desktop'),(152824,3192,'Payment type','instant'),(152825,3192,'_paypal_status','completed'),(152826,3192,'_transaction_id','9345172583762741X'),(152827,3192,'PayPal Transaction Fee','28.25'),(152828,3192,'_date_paid','1738900322'),(152829,3192,'_paid_date','2025-02-07 03:52:02'),(152830,3191,'_edit_lock','1738956047:2'),(152831,3191,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265542\";s:12:\"date_shipped\";s:10:\"1738886400\";s:11:\"tracking_id\";s:32:\"eb6b77e68ecf676d615879edb6127283\";}}'),(152832,3191,'_edit_last','2'),(152833,3191,'_date_completed','1738955910'),(152834,3191,'_completed_date','2025-02-07 19:18:30'),(152835,3193,'_order_key','wc_order_ERndmWgXSNlce'),(152836,3193,'_customer_user','61'),(152837,3193,'_payment_method','paypal'),(152838,3193,'_payment_method_title','PayPal'),(152839,3193,'_customer_ip_address','217.180.201.99'),(152840,3193,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(152841,3193,'_created_via','checkout'),(152842,3193,'_cart_hash','ed3bf69dcb1345a3944c9fdec19b4602'),(152843,3193,'_download_permissions_granted','yes'),(152844,3193,'_recorded_sales','yes'),(152845,3193,'_recorded_coupon_usage_counts','yes'),(152846,3193,'_new_order_email_sent','true'),(152847,3193,'_order_stock_reduced','yes'),(152848,3193,'_billing_first_name','Judith'),(152849,3193,'_billing_last_name','Hayden'),(152850,3193,'_billing_company','LCAL Hayden LLC'),(152851,3193,'_billing_address_1','549 Centre View Blvd'),(152852,3193,'_billing_address_2','Ste 4105'),(152853,3193,'_billing_city','Crestview Hills'),(152854,3193,'_billing_state','KY'),(152855,3193,'_billing_postcode','41017'),(152856,3193,'_billing_country','US'),(152857,3193,'_billing_email','judy@liceclinicslexington.com'),(152858,3193,'_billing_phone','8595376966'),(152859,3193,'_shipping_first_name','Judy'),(152860,3193,'_shipping_last_name','Hayden'),(152861,3193,'_shipping_company','Lice Clinics of America Lexington'),(152862,3193,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(152863,3193,'_shipping_city','Lexington'),(152864,3193,'_shipping_state','KY'),(152865,3193,'_shipping_postcode','40509'),(152866,3193,'_shipping_country','US'),(152867,3193,'_order_currency','USD'),(152868,3193,'_cart_discount','0'),(152869,3193,'_cart_discount_tax','0'),(152870,3193,'_order_shipping','0'),(152871,3193,'_order_shipping_tax','0'),(152872,3193,'_order_tax','0'),(152873,3193,'_order_total','1459.86'),(152874,3193,'_order_version','9.6.0'),(152875,3193,'_prices_include_tax','no'),(152876,3193,'_billing_address_index','Judith Hayden LCAL Hayden LLC 549 Centre View Blvd Ste 4105 Crestview Hills KY 41017 US judy@liceclinicslexington.com 8595376966'),(152877,3193,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(152878,3193,'is_vat_exempt','no'),(152879,3193,'_wc_order_attribution_source_type','typein'),(152880,3193,'_wc_order_attribution_utm_source','(direct)'),(152881,3193,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152882,3193,'_wc_order_attribution_session_start_time','2025-02-08 14:58:10'),(152883,3193,'_wc_order_attribution_session_pages','7'),(152884,3193,'_wc_order_attribution_session_count','1'),(152885,3193,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(152886,3193,'_wc_order_attribution_device_type','Desktop'),(152887,3193,'Payment type','instant'),(152888,3193,'_paypal_status','completed'),(152889,3193,'_transaction_id','8WJ58323DY425035E'),(152890,3193,'PayPal Transaction Fee','51.44'),(152891,3193,'_date_paid','1739027911'),(152892,3193,'_paid_date','2025-02-08 15:18:31'),(152893,3194,'_order_key','wc_order_AxUZ4EL5mTp51'),(152894,3194,'_customer_user','50'),(152895,3194,'_payment_method','paypal'),(152896,3194,'_payment_method_title','PayPal'),(152897,3194,'_customer_ip_address','24.62.247.50'),(152898,3194,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152899,3194,'_created_via','checkout'),(152900,3194,'_cart_hash','6120483b7660183ec60f528e300ab92f'),(152901,3194,'_download_permissions_granted','no'),(152902,3194,'_recorded_sales','no'),(152903,3194,'_recorded_coupon_usage_counts','no'),(152904,3194,'_new_order_email_sent','false'),(152905,3194,'_order_stock_reduced','no'),(152906,3194,'_billing_first_name','Christine'),(152907,3194,'_billing_last_name','Cherry'),(152908,3194,'_billing_company','NITS END'),(152909,3194,'_billing_address_1','PO BOX 1092'),(152910,3194,'_billing_city','Campton'),(152911,3194,'_billing_state','NH'),(152912,3194,'_billing_postcode','03223'),(152913,3194,'_billing_country','US'),(152914,3194,'_billing_email','info@liceclinicsplaistow.com'),(152915,3194,'_billing_phone','16034983390'),(152916,3194,'_shipping_first_name','Christine'),(152917,3194,'_shipping_last_name','Cherry'),(152918,3194,'_shipping_company','C/O Linda Brann LCA/Nits End'),(152919,3194,'_shipping_address_1','16 Toppan Dr'),(152920,3194,'_shipping_city','Gorham'),(152921,3194,'_shipping_state','ME'),(152922,3194,'_shipping_postcode','04038'),(152923,3194,'_shipping_country','US'),(152924,3194,'_order_currency','USD'),(152925,3194,'_cart_discount','0'),(152926,3194,'_cart_discount_tax','0'),(152927,3194,'_order_shipping','0'),(152928,3194,'_order_shipping_tax','0'),(152929,3194,'_order_tax','0'),(152930,3194,'_order_total','1659.84'),(152931,3194,'_order_version','9.6.0'),(152932,3194,'_prices_include_tax','no'),(152933,3194,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(152934,3194,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(152935,3194,'is_vat_exempt','no'),(152936,3194,'_wc_order_attribution_source_type','referral'),(152937,3194,'_wc_order_attribution_referrer','https://lcaportal.com/'),(152938,3194,'_wc_order_attribution_utm_source','lcaportal.com'),(152939,3194,'_wc_order_attribution_utm_medium','referral'),(152940,3194,'_wc_order_attribution_utm_content','/'),(152941,3194,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152942,3194,'_wc_order_attribution_session_start_time','2025-02-08 21:46:25'),(152943,3194,'_wc_order_attribution_session_pages','8'),(152944,3194,'_wc_order_attribution_session_count','9'),(152945,3194,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(152946,3194,'_wc_order_attribution_device_type','Desktop'),(152947,3195,'_order_key','wc_order_Os5pm6Vaumypo'),(152948,3195,'_customer_user','76'),(152949,3195,'_payment_method','paypal'),(152950,3195,'_payment_method_title','PayPal'),(152951,3195,'_customer_ip_address','66.31.192.192'),(152952,3195,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(152953,3195,'_created_via','checkout'),(152954,3195,'_cart_hash','53a1730ce2b7654cd8c5669aab00403f'),(152955,3195,'_download_permissions_granted','yes'),(152956,3195,'_recorded_sales','yes'),(152957,3195,'_recorded_coupon_usage_counts','yes'),(152958,3195,'_new_order_email_sent','true'),(152959,3195,'_order_stock_reduced','yes'),(152960,3195,'_billing_first_name','Naomi'),(152961,3195,'_billing_last_name','Golden'),(152962,3195,'_billing_company','LCA'),(152963,3195,'_billing_address_1','31 Mann Ave'),(152964,3195,'_billing_city','Needham'),(152965,3195,'_billing_state','MA'),(152966,3195,'_billing_postcode','02492'),(152967,3195,'_billing_country','US'),(152968,3195,'_billing_email','nrgolden6486@gmail.com'),(152969,3195,'_billing_phone','6178511322'),(152970,3195,'_shipping_first_name','Naomi'),(152971,3195,'_shipping_last_name','Golden'),(152972,3195,'_shipping_company','LCA'),(152973,3195,'_shipping_address_1','3 Balwin Green Common'),(152974,3195,'_shipping_address_2','Suite 310'),(152975,3195,'_shipping_city','Woburn'),(152976,3195,'_shipping_state','MA'),(152977,3195,'_shipping_postcode','01801'),(152978,3195,'_shipping_country','US'),(152979,3195,'_order_currency','USD'),(152980,3195,'_cart_discount','0'),(152981,3195,'_cart_discount_tax','0'),(152982,3195,'_order_shipping','0'),(152983,3195,'_order_shipping_tax','0'),(152984,3195,'_order_tax','0'),(152985,3195,'_order_total','506.48'),(152986,3195,'_order_version','9.6.0'),(152987,3195,'_prices_include_tax','no'),(152988,3195,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(152989,3195,'_shipping_address_index','Naomi Golden LCA 3 Balwin Green Common Suite 310 Woburn MA 01801 US '),(152990,3195,'is_vat_exempt','no'),(152991,3195,'_wc_order_attribution_source_type','typein'),(152992,3195,'_wc_order_attribution_utm_source','(direct)'),(152993,3195,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(152994,3195,'_wc_order_attribution_session_start_time','2025-02-10 14:05:08'),(152995,3195,'_wc_order_attribution_session_pages','4'),(152996,3195,'_wc_order_attribution_session_count','1'),(152997,3195,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(152998,3195,'_wc_order_attribution_device_type','Desktop'),(152999,3195,'Payment type','instant'),(153000,3195,'_paypal_status','completed'),(153001,3195,'_transaction_id','0NB65610Y97317727'),(153002,3195,'PayPal Transaction Fee','18.17'),(153003,3195,'_date_paid','1739196416'),(153004,3195,'_paid_date','2025-02-10 14:06:56'),(153005,3192,'_edit_lock','1739214240:2'),(153006,3192,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265690\";s:12:\"date_shipped\";s:10:\"1739145600\";s:11:\"tracking_id\";s:32:\"95663f3f919978a8d3e312b281830851\";}}'),(153007,3192,'_edit_last','2'),(153008,3192,'_date_completed','1739214357'),(153009,3192,'_completed_date','2025-02-10 19:05:57'),(153010,3195,'_edit_lock','1739215167:2'),(153011,3195,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265792\";s:12:\"date_shipped\";s:10:\"1739145600\";s:11:\"tracking_id\";s:32:\"65fcb649343ab5843e5cc63f0098709e\";}}'),(153012,3195,'_edit_last','2'),(153013,3195,'_date_completed','1739214417'),(153014,3195,'_completed_date','2025-02-10 19:06:57'),(153015,3197,'_order_key','wc_order_R1CvJdKLGEnxf'),(153016,3197,'_customer_user','5'),(153017,3197,'_payment_method','paypal'),(153018,3197,'_payment_method_title','PayPal'),(153019,3197,'_customer_ip_address','71.237.182.213'),(153020,3197,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(153021,3197,'_created_via','checkout'),(153022,3197,'_cart_hash','ddfa1b53f5182c9354ff2391c3266150'),(153023,3197,'_download_permissions_granted','yes'),(153024,3197,'_recorded_sales','yes'),(153025,3197,'_recorded_coupon_usage_counts','yes'),(153026,3197,'_new_order_email_sent','true'),(153027,3197,'_order_stock_reduced','yes'),(153028,3197,'_billing_first_name','Mark'),(153029,3197,'_billing_last_name','Meyer'),(153030,3197,'_billing_company','lice clinics of america- portland'),(153031,3197,'_billing_address_1','5201 SW Westgate Dr suite 106'),(153032,3197,'_billing_address_2','106'),(153033,3197,'_billing_city','Portland'),(153034,3197,'_billing_state','OR'),(153035,3197,'_billing_postcode','97221'),(153036,3197,'_billing_country','US'),(153037,3197,'_billing_email','noemi.and.mark@nwliceclinics.com'),(153038,3197,'_billing_phone','15034040475'),(153039,3197,'_shipping_first_name','Mark'),(153040,3197,'_shipping_last_name','Meyer'),(153041,3197,'_shipping_company','lice clinics of america- portland'),(153042,3197,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(153043,3197,'_shipping_address_2','106'),(153044,3197,'_shipping_city','Portland'),(153045,3197,'_shipping_state','OR'),(153046,3197,'_shipping_postcode','97221'),(153047,3197,'_shipping_country','US'),(153048,3197,'_order_currency','USD'),(153049,3197,'_cart_discount','0'),(153050,3197,'_cart_discount_tax','0'),(153051,3197,'_order_shipping','0'),(153052,3197,'_order_shipping_tax','0'),(153053,3197,'_order_tax','0'),(153054,3197,'_order_total','2280.27'),(153055,3197,'_order_version','9.6.0'),(153056,3197,'_prices_include_tax','no'),(153057,3197,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 Portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(153058,3197,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 Portland OR 97221 US '),(153059,3197,'is_vat_exempt','no'),(153060,3197,'_wc_order_attribution_source_type','referral'),(153061,3197,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153062,3197,'_wc_order_attribution_utm_source','lcaportal.com'),(153063,3197,'_wc_order_attribution_utm_medium','referral'),(153064,3197,'_wc_order_attribution_utm_content','/'),(153065,3197,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153066,3197,'_wc_order_attribution_session_start_time','2025-02-10 23:06:28'),(153067,3197,'_wc_order_attribution_session_pages','8'),(153068,3197,'_wc_order_attribution_session_count','3'),(153069,3197,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(153070,3197,'_wc_order_attribution_device_type','Desktop'),(153071,3197,'Payment type','instant'),(153072,3197,'_paypal_status','completed'),(153073,3197,'_transaction_id','9E094648FG7897138'),(153074,3197,'PayPal Transaction Fee','80.07'),(153075,3197,'_date_paid','1739229439'),(153076,3197,'_paid_date','2025-02-10 23:17:19'),(153077,3198,'_order_key','wc_order_FF2eC1j0q1bxJ'),(153078,3198,'_customer_user','60'),(153079,3198,'_payment_method','paypal'),(153080,3198,'_payment_method_title','PayPal'),(153081,3198,'_customer_ip_address','24.13.229.23'),(153082,3198,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(153083,3198,'_created_via','checkout'),(153084,3198,'_cart_hash','97305abdd0b32112681dc739dd63b396'),(153085,3198,'_download_permissions_granted','yes'),(153086,3198,'_recorded_sales','yes'),(153087,3198,'_recorded_coupon_usage_counts','yes'),(153088,3198,'_new_order_email_sent','true'),(153089,3198,'_order_stock_reduced','yes'),(153090,3198,'_billing_first_name','Jill'),(153091,3198,'_billing_last_name','Leshtz'),(153092,3198,'_billing_company','Lice clinics of America-North Shore'),(153093,3198,'_billing_address_1','1580 Lancelot Avenue'),(153094,3198,'_billing_city','Highland park'),(153095,3198,'_billing_state','IL'),(153096,3198,'_billing_postcode','60035'),(153097,3198,'_billing_country','US'),(153098,3198,'_billing_email','jleshtz@gmail.com'),(153099,3198,'_billing_phone','8473639001'),(153100,3198,'_shipping_first_name','Jill'),(153101,3198,'_shipping_last_name','Leshtz'),(153102,3198,'_shipping_company','Lice clinics of America-North Shore'),(153103,3198,'_shipping_address_1','1580 Lancelot Avenue'),(153104,3198,'_shipping_city','Highland park'),(153105,3198,'_shipping_state','IL'),(153106,3198,'_shipping_postcode','60035'),(153107,3198,'_shipping_country','US'),(153108,3198,'_order_currency','USD'),(153109,3198,'_cart_discount','0'),(153110,3198,'_cart_discount_tax','0'),(153111,3198,'_order_shipping','24.32'),(153112,3198,'_order_shipping_tax','0'),(153113,3198,'_order_tax','0'),(153114,3198,'_order_total','24.32'),(153115,3198,'_order_version','9.6.0'),(153116,3198,'_prices_include_tax','no'),(153117,3198,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(153118,3198,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(153119,3198,'is_vat_exempt','no'),(153120,3198,'_wc_order_attribution_source_type','referral'),(153121,3198,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(153122,3198,'_wc_order_attribution_utm_source','lcaportal.com'),(153123,3198,'_wc_order_attribution_utm_medium','referral'),(153124,3198,'_wc_order_attribution_utm_content','/'),(153125,3198,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153126,3198,'_wc_order_attribution_session_start_time','2025-02-11 01:21:56'),(153127,3198,'_wc_order_attribution_session_pages','7'),(153128,3198,'_wc_order_attribution_session_count','1'),(153129,3198,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(153130,3198,'_wc_order_attribution_device_type','Desktop'),(153131,3198,'_oaw_varify_key','ff11bac1d6fb6a104bad'),(153134,3199,'_order_key','wc_order_Jvodmq1kqETVa'),(153135,3199,'_customer_user','50'),(153136,3199,'_payment_method','paypal'),(153137,3199,'_payment_method_title','PayPal'),(153138,3199,'_customer_ip_address','24.62.247.50'),(153139,3199,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(153140,3199,'_created_via','checkout'),(153141,3199,'_cart_hash','6120483b7660183ec60f528e300ab92f'),(153142,3199,'_download_permissions_granted','yes'),(153143,3199,'_recorded_sales','yes'),(153144,3199,'_recorded_coupon_usage_counts','yes'),(153145,3199,'_new_order_email_sent','true'),(153146,3199,'_order_stock_reduced','yes'),(153147,3199,'_billing_first_name','Christine'),(153148,3199,'_billing_last_name','Cherry'),(153149,3199,'_billing_company','NITS END'),(153150,3199,'_billing_address_1','PO BOX 1092'),(153151,3199,'_billing_city','Campton'),(153152,3199,'_billing_state','NH'),(153153,3199,'_billing_postcode','03223'),(153154,3199,'_billing_country','US'),(153155,3199,'_billing_email','info@liceclinicsplaistow.com'),(153156,3199,'_billing_phone','16034983390'),(153157,3199,'_shipping_first_name','Christine'),(153158,3199,'_shipping_last_name','Cherry'),(153159,3199,'_shipping_company','C/O Linda Brann LCA/Nits End'),(153160,3199,'_shipping_address_1','16 Toppan Dr'),(153161,3199,'_shipping_city','Gorham'),(153162,3199,'_shipping_state','ME'),(153163,3199,'_shipping_postcode','04038'),(153164,3199,'_shipping_country','US'),(153165,3199,'_order_currency','USD'),(153166,3199,'_cart_discount','0'),(153167,3199,'_cart_discount_tax','0'),(153168,3199,'_order_shipping','0'),(153169,3199,'_order_shipping_tax','0'),(153170,3199,'_order_tax','0'),(153171,3199,'_order_total','1659.84'),(153172,3199,'_order_version','9.6.0'),(153173,3199,'_prices_include_tax','no'),(153174,3199,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(153175,3199,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(153176,3199,'is_vat_exempt','no'),(153177,3199,'_wc_order_attribution_source_type','referral'),(153178,3199,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153179,3199,'_wc_order_attribution_utm_source','lcaportal.com'),(153180,3199,'_wc_order_attribution_utm_medium','referral'),(153181,3199,'_wc_order_attribution_utm_content','/'),(153182,3199,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153183,3199,'_wc_order_attribution_session_start_time','2025-02-11 16:59:31'),(153184,3199,'_wc_order_attribution_session_pages','4'),(153185,3199,'_wc_order_attribution_session_count','11'),(153186,3199,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0'),(153187,3199,'_wc_order_attribution_device_type','Desktop'),(153188,3199,'Payment type','instant'),(153189,3199,'_paypal_status','completed'),(153190,3199,'_transaction_id','7AS853465N8232330'),(153191,3199,'PayPal Transaction Fee','58.42'),(153192,3199,'_date_paid','1739293260'),(153193,3199,'_paid_date','2025-02-11 17:01:00'),(153194,3200,'_order_key','wc_order_yz0DvZCdViJ1B'),(153195,3200,'_customer_user','47'),(153196,3200,'_payment_method','paypal'),(153197,3200,'_payment_method_title','PayPal'),(153198,3200,'_customer_ip_address','97.77.63.57'),(153199,3200,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153200,3200,'_created_via','checkout'),(153201,3200,'_cart_hash','dfb7e0023a8a63a86a5996bc9c363e90'),(153202,3200,'_download_permissions_granted','yes'),(153203,3200,'_recorded_sales','yes'),(153204,3200,'_recorded_coupon_usage_counts','yes'),(153205,3200,'_new_order_email_sent','true'),(153206,3200,'_order_stock_reduced','yes'),(153207,3200,'_billing_first_name','Tracy'),(153208,3200,'_billing_last_name','Copeland'),(153209,3200,'_billing_company','LCA San Antonio WEST'),(153210,3200,'_billing_address_1','14223 Silverhollow'),(153211,3200,'_billing_city','San Antonio'),(153212,3200,'_billing_state','TX'),(153213,3200,'_billing_postcode','78232'),(153214,3200,'_billing_country','US'),(153215,3200,'_billing_email','info@liceclinicsofsanantonio.com'),(153216,3200,'_billing_phone','2103135033'),(153217,3200,'_shipping_first_name','Tracy'),(153218,3200,'_shipping_last_name','Copeland'),(153219,3200,'_shipping_company','LCA San Antonio WEST'),(153220,3200,'_shipping_address_1','6391 DeZavala Rd'),(153221,3200,'_shipping_address_2','Suite 222'),(153222,3200,'_shipping_city','San Antonio'),(153223,3200,'_shipping_state','TX'),(153224,3200,'_shipping_postcode','78249'),(153225,3200,'_shipping_country','US'),(153226,3200,'_order_currency','USD'),(153227,3200,'_cart_discount','0'),(153228,3200,'_cart_discount_tax','0'),(153229,3200,'_order_shipping','0'),(153230,3200,'_order_shipping_tax','0'),(153231,3200,'_order_tax','0'),(153232,3200,'_order_total','1172.44'),(153233,3200,'_order_version','9.6.0'),(153234,3200,'_prices_include_tax','no'),(153235,3200,'_billing_address_index','Tracy Copeland LCA San Antonio WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(153236,3200,'_shipping_address_index','Tracy Copeland LCA San Antonio WEST 6391 DeZavala Rd Suite 222 San Antonio TX 78249 US '),(153237,3200,'is_vat_exempt','no'),(153238,3200,'_wc_order_attribution_source_type','referral'),(153239,3200,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153240,3200,'_wc_order_attribution_utm_source','lcaportal.com'),(153241,3200,'_wc_order_attribution_utm_medium','referral'),(153242,3200,'_wc_order_attribution_utm_content','/'),(153243,3200,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153244,3200,'_wc_order_attribution_session_start_time','2025-02-11 17:00:05'),(153245,3200,'_wc_order_attribution_session_pages','8'),(153246,3200,'_wc_order_attribution_session_count','1'),(153247,3200,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153248,3200,'_wc_order_attribution_device_type','Desktop'),(153249,3200,'Payment type','instant'),(153250,3200,'_paypal_status','completed'),(153251,3200,'_transaction_id','5CM4461713699774C'),(153252,3200,'PayPal Transaction Fee','41.41'),(153253,3200,'_date_paid','1739295656'),(153254,3200,'_paid_date','2025-02-11 17:40:56'),(153255,3201,'_order_key','wc_order_EWPobA4zwc5Tm'),(153256,3201,'_customer_user','47'),(153257,3201,'_payment_method','paypal'),(153258,3201,'_payment_method_title','PayPal'),(153259,3201,'_customer_ip_address','97.77.63.57'),(153260,3201,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153261,3201,'_created_via','checkout'),(153262,3201,'_cart_hash','29fd292fce1cbd9644526853f6b6d621'),(153263,3201,'_download_permissions_granted','yes'),(153264,3201,'_recorded_sales','yes'),(153265,3201,'_recorded_coupon_usage_counts','yes'),(153266,3201,'_new_order_email_sent','true'),(153267,3201,'_order_stock_reduced','yes'),(153268,3201,'_billing_first_name','Tracy'),(153269,3201,'_billing_last_name','Copeland'),(153270,3201,'_billing_company','LCA San Antonio EAST'),(153271,3201,'_billing_address_1','14223 Silverhollow'),(153272,3201,'_billing_city','San Antonio'),(153273,3201,'_billing_state','TX'),(153274,3201,'_billing_postcode','78232'),(153275,3201,'_billing_country','US'),(153276,3201,'_billing_email','info@liceclinicsofsanantonio.com'),(153277,3201,'_billing_phone','2103135033'),(153278,3201,'_shipping_first_name','Tracy'),(153279,3201,'_shipping_last_name','Copeland'),(153280,3201,'_shipping_company','LCA San Antonio EAST'),(153281,3201,'_shipping_address_1','19155 FM-2252'),(153282,3201,'_shipping_address_2','Suite 17'),(153283,3201,'_shipping_city','Garden Ridge'),(153284,3201,'_shipping_state','TX'),(153285,3201,'_shipping_postcode','78266'),(153286,3201,'_shipping_country','US'),(153287,3201,'_order_currency','USD'),(153288,3201,'_cart_discount','0'),(153289,3201,'_cart_discount_tax','0'),(153290,3201,'_order_shipping','0'),(153291,3201,'_order_shipping_tax','0'),(153292,3201,'_order_tax','0'),(153293,3201,'_order_total','906.53'),(153294,3201,'_order_version','9.6.0'),(153295,3201,'_prices_include_tax','no'),(153296,3201,'_billing_address_index','Tracy Copeland LCA San Antonio EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(153297,3201,'_shipping_address_index','Tracy Copeland LCA San Antonio EAST 19155 FM-2252 Suite 17 Garden Ridge TX 78266 US '),(153298,3201,'is_vat_exempt','no'),(153299,3201,'_wc_order_attribution_source_type','referral'),(153300,3201,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153301,3201,'_wc_order_attribution_utm_source','lcaportal.com'),(153302,3201,'_wc_order_attribution_utm_medium','referral'),(153303,3201,'_wc_order_attribution_utm_content','/'),(153304,3201,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153305,3201,'_wc_order_attribution_session_start_time','2025-02-11 17:00:05'),(153306,3201,'_wc_order_attribution_session_pages','3'),(153307,3201,'_wc_order_attribution_session_count','2'),(153308,3201,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153309,3201,'_wc_order_attribution_device_type','Desktop'),(153310,3201,'Payment type','instant'),(153311,3201,'_paypal_status','completed'),(153312,3201,'_transaction_id','6B343758L5380072E'),(153313,3201,'PayPal Transaction Fee','32.13'),(153314,3201,'_date_paid','1739299526'),(153315,3201,'_paid_date','2025-02-11 18:45:26'),(153316,3198,'_edit_lock','1739572565:2'),(153317,3198,'_edit_last','2'),(153318,3202,'_order_key','wc_order_OCq5te57utdwB'),(153319,3202,'_customer_user','76'),(153320,3202,'_payment_method','paypal'),(153321,3202,'_payment_method_title','PayPal'),(153322,3202,'_customer_ip_address','66.31.192.192'),(153323,3202,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(153324,3202,'_created_via','checkout'),(153325,3202,'_cart_hash','cca54dc25188a9ca19f42e3022f29200'),(153326,3202,'_download_permissions_granted','yes'),(153327,3202,'_recorded_sales','yes'),(153328,3202,'_recorded_coupon_usage_counts','yes'),(153329,3202,'_new_order_email_sent','true'),(153330,3202,'_order_stock_reduced','yes'),(153331,3202,'_billing_first_name','Naomi'),(153332,3202,'_billing_last_name','Golden'),(153333,3202,'_billing_company','LCA'),(153334,3202,'_billing_address_1','31 Mann Ave'),(153335,3202,'_billing_city','Needham'),(153336,3202,'_billing_state','MA'),(153337,3202,'_billing_postcode','02492'),(153338,3202,'_billing_country','US'),(153339,3202,'_billing_email','nrgolden6486@gmail.com'),(153340,3202,'_billing_phone','6178511322'),(153341,3202,'_shipping_first_name','Naomi'),(153342,3202,'_shipping_last_name','Golden'),(153343,3202,'_shipping_company','LCA'),(153344,3202,'_shipping_address_1','60 Dedham Ave'),(153345,3202,'_shipping_address_2','Suite 201'),(153346,3202,'_shipping_city','Needham'),(153347,3202,'_shipping_state','MA'),(153348,3202,'_shipping_postcode','02492'),(153349,3202,'_shipping_country','US'),(153350,3202,'_order_currency','USD'),(153351,3202,'_cart_discount','0'),(153352,3202,'_cart_discount_tax','0'),(153353,3202,'_order_shipping','0'),(153354,3202,'_order_shipping_tax','0'),(153355,3202,'_order_tax','0'),(153356,3202,'_order_total','549.12'),(153357,3202,'_order_version','9.6.0'),(153358,3202,'_prices_include_tax','no'),(153359,3202,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(153360,3202,'_shipping_address_index','Naomi Golden LCA 60 Dedham Ave Suite 201 Needham MA 02492 US '),(153361,3202,'is_vat_exempt','no'),(153362,3202,'_wc_order_attribution_source_type','typein'),(153363,3202,'_wc_order_attribution_utm_source','(direct)'),(153364,3202,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153365,3202,'_wc_order_attribution_session_start_time','2025-02-10 14:05:08'),(153366,3202,'_wc_order_attribution_session_pages','4'),(153367,3202,'_wc_order_attribution_session_count','2'),(153368,3202,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(153369,3202,'_wc_order_attribution_device_type','Desktop'),(153370,3202,'Payment type','instant'),(153371,3202,'_paypal_status','completed'),(153372,3202,'_transaction_id','7F203239W3187054B'),(153373,3202,'PayPal Transaction Fee','19.65'),(153374,3202,'_date_paid','1739313356'),(153375,3202,'_paid_date','2025-02-11 22:35:56'),(153376,3197,'_edit_lock','1739315015:2'),(153377,3197,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266078\";s:12:\"date_shipped\";s:10:\"1739232000\";s:11:\"tracking_id\";s:32:\"ce6f29b578ad30cb7c18e3c5baf40fa8\";}}'),(153378,3197,'_edit_last','2'),(153379,3197,'_date_completed','1739315147'),(153380,3197,'_completed_date','2025-02-11 23:05:47'),(153381,3199,'_edit_lock','1739315124:2'),(153382,3199,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266181\";s:12:\"date_shipped\";s:10:\"1739232000\";s:11:\"tracking_id\";s:32:\"25f83e23978b2fd2700501cb8648a76a\";}}'),(153383,3199,'_edit_last','2'),(153384,3199,'_date_completed','1739315258'),(153385,3199,'_completed_date','2025-02-11 23:07:38'),(153386,3200,'_edit_lock','1739315639:2'),(153387,3200,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266159\";s:12:\"date_shipped\";s:10:\"1739232000\";s:11:\"tracking_id\";s:32:\"5d028f22fa7b24491cd69aa71cfa9516\";}}'),(153388,3201,'_edit_lock','1739315631:2'),(153389,3201,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266300\";s:12:\"date_shipped\";s:10:\"1739232000\";s:11:\"tracking_id\";s:32:\"140a66155c4c0ce0d08c8af435e08761\";}}'),(153390,3201,'_edit_last','2'),(153391,3201,'_date_completed','1739315625'),(153392,3201,'_completed_date','2025-02-11 23:13:45'),(153393,3200,'_edit_last','2'),(153394,3200,'_date_completed','1739315633'),(153395,3200,'_completed_date','2025-02-11 23:13:53'),(153401,3203,'_order_key','wc_order_iEUdt0dGt3MoU'),(153402,3203,'_customer_user','67'),(153403,3203,'_payment_method','paypal'),(153404,3203,'_payment_method_title','PayPal'),(153405,3203,'_customer_ip_address','67.251.108.158'),(153406,3203,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(153407,3203,'_created_via','checkout'),(153408,3203,'_cart_hash','315c4b7642a4151fcebbc49d92bfa95e'),(153409,3203,'_download_permissions_granted','yes'),(153410,3203,'_recorded_sales','yes'),(153411,3203,'_recorded_coupon_usage_counts','yes'),(153412,3203,'_new_order_email_sent','true'),(153413,3203,'_order_stock_reduced','yes'),(153414,3203,'_billing_first_name','Marnie'),(153415,3203,'_billing_last_name','Murray'),(153416,3203,'_billing_company','Naughty Nits'),(153417,3203,'_billing_address_1','2809 Wehrle Drive'),(153418,3203,'_billing_address_2','Suite 10'),(153419,3203,'_billing_city','Williamsville'),(153420,3203,'_billing_state','NY'),(153421,3203,'_billing_postcode','14221'),(153422,3203,'_billing_country','US'),(153423,3203,'_billing_email','liceclinicsupstateny@gmail.com'),(153424,3203,'_billing_phone','7166265423'),(153425,3203,'_shipping_first_name','Marnie'),(153426,3203,'_shipping_last_name','Murray'),(153427,3203,'_shipping_company','Naughty Nits'),(153428,3203,'_shipping_address_1','258 Hoosick Street'),(153429,3203,'_shipping_address_2','Suite 109'),(153430,3203,'_shipping_city','Troy'),(153431,3203,'_shipping_state','NY'),(153432,3203,'_shipping_postcode','12180'),(153433,3203,'_shipping_country','US'),(153434,3203,'_order_currency','USD'),(153435,3203,'_cart_discount','0'),(153436,3203,'_cart_discount_tax','0'),(153437,3203,'_order_shipping','0'),(153438,3203,'_order_shipping_tax','0'),(153439,3203,'_order_tax','0'),(153440,3203,'_order_total','554.40'),(153441,3203,'_order_version','9.6.0'),(153442,3203,'_prices_include_tax','no'),(153443,3203,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(153444,3203,'_shipping_address_index','Marnie Murray Naughty Nits 258 Hoosick Street Suite 109 Troy NY 12180 US '),(153445,3203,'is_vat_exempt','no'),(153446,3203,'_wc_order_attribution_source_type','referral'),(153447,3203,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153448,3203,'_wc_order_attribution_utm_source','lcaportal.com'),(153449,3203,'_wc_order_attribution_utm_medium','referral'),(153450,3203,'_wc_order_attribution_utm_content','/'),(153451,3203,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153452,3203,'_wc_order_attribution_session_start_time','2025-02-13 17:47:05'),(153453,3203,'_wc_order_attribution_session_pages','4'),(153454,3203,'_wc_order_attribution_session_count','18'),(153455,3203,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(153456,3203,'_wc_order_attribution_device_type','Desktop'),(153457,3203,'Payment type','instant'),(153458,3203,'_paypal_status','completed'),(153459,3203,'_transaction_id','37325049DP721540E'),(153460,3203,'PayPal Transaction Fee','19.84'),(153461,3203,'_date_paid','1739469173'),(153462,3203,'_paid_date','2025-02-13 17:52:53'),(153463,3204,'_order_key','wc_order_cHVNGsqVjTfUv'),(153464,3204,'_customer_user','11'),(153465,3204,'_payment_method','paypal'),(153466,3204,'_payment_method_title','PayPal'),(153467,3204,'_customer_ip_address','65.186.66.106'),(153468,3204,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153469,3204,'_created_via','checkout'),(153470,3204,'_cart_hash','2ddbd8c81f8462c59f462779fa90ae87'),(153471,3204,'_download_permissions_granted','yes'),(153472,3204,'_recorded_sales','yes'),(153473,3204,'_recorded_coupon_usage_counts','yes'),(153474,3204,'_new_order_email_sent','true'),(153475,3204,'_order_stock_reduced','yes'),(153476,3204,'_billing_first_name','Tina'),(153477,3204,'_billing_last_name','Hunt'),(153478,3204,'_billing_company','Lice Clinics of America'),(153479,3204,'_billing_address_1','830 Fairview Ave.'),(153480,3204,'_billing_address_2','Suite A-4'),(153481,3204,'_billing_city','Bowling Green'),(153482,3204,'_billing_state','KY'),(153483,3204,'_billing_postcode','42101'),(153484,3204,'_billing_country','US'),(153485,3204,'_billing_email','lcbgky12@gmail.com'),(153486,3204,'_billing_phone','2709996803'),(153487,3204,'_shipping_first_name','Tina'),(153488,3204,'_shipping_last_name','Hunt'),(153489,3204,'_shipping_company','LCBG, LLC'),(153490,3204,'_shipping_address_1','830 Fairview Ave.'),(153491,3204,'_shipping_address_2','Suite A-4'),(153492,3204,'_shipping_city','Bowling Green'),(153493,3204,'_shipping_state','KY'),(153494,3204,'_shipping_postcode','42101'),(153495,3204,'_shipping_country','US'),(153496,3204,'_order_currency','USD'),(153497,3204,'_cart_discount','0'),(153498,3204,'_cart_discount_tax','0'),(153499,3204,'_order_shipping','15.51'),(153500,3204,'_order_shipping_tax','0'),(153501,3204,'_order_tax','0'),(153502,3204,'_order_total','390.99'),(153503,3204,'_order_version','9.6.0'),(153504,3204,'_prices_include_tax','no'),(153505,3204,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(153506,3204,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(153507,3204,'is_vat_exempt','no'),(153508,3204,'_wc_order_attribution_source_type','referral'),(153509,3204,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153510,3204,'_wc_order_attribution_utm_source','lcaportal.com'),(153511,3204,'_wc_order_attribution_utm_medium','referral'),(153512,3204,'_wc_order_attribution_utm_content','/'),(153513,3204,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153514,3204,'_wc_order_attribution_session_start_time','2025-02-13 20:07:06'),(153515,3204,'_wc_order_attribution_session_pages','6'),(153516,3204,'_wc_order_attribution_session_count','3'),(153517,3204,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(153518,3204,'_wc_order_attribution_device_type','Desktop'),(153519,3204,'Payment type','instant'),(153520,3204,'_paypal_status','completed'),(153521,3204,'_transaction_id','48791552SC556363H'),(153522,3204,'PayPal Transaction Fee','14.14'),(153523,3204,'_date_paid','1739477382'),(153524,3204,'_paid_date','2025-02-13 20:09:42'),(153525,3205,'_order_key','wc_order_4KjD5sluei0ae'),(153526,3205,'_customer_user','87'),(153527,3205,'_payment_method','paypal'),(153528,3205,'_payment_method_title','PayPal'),(153529,3205,'_customer_ip_address','75.7.15.79'),(153530,3205,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153531,3205,'_created_via','checkout'),(153532,3205,'_cart_hash','7ac61a041471ffee9f2ab7ef9ce5f364'),(153533,3205,'_download_permissions_granted','yes'),(153534,3205,'_recorded_sales','yes'),(153535,3205,'_recorded_coupon_usage_counts','yes'),(153536,3205,'_new_order_email_sent','true'),(153537,3205,'_order_stock_reduced','yes'),(153538,3205,'_billing_first_name','Wade'),(153539,3205,'_billing_last_name','Huntsman'),(153540,3205,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(153541,3205,'_billing_address_1','3421 E 21st'),(153542,3205,'_billing_city','Tulsa'),(153543,3205,'_billing_state','OK'),(153544,3205,'_billing_postcode','74114'),(153545,3205,'_billing_country','US'),(153546,3205,'_billing_email','info@liceclinicsmidsouth.com'),(153547,3205,'_billing_phone','9189783329'),(153548,3205,'_shipping_first_name','Katee'),(153549,3205,'_shipping_last_name','Morrison'),(153550,3205,'_shipping_company','Lice Clinics of America OKC'),(153551,3205,'_shipping_address_1','4001 North Classen Blvd'),(153552,3205,'_shipping_address_2','Suite 116'),(153553,3205,'_shipping_city','OKC'),(153554,3205,'_shipping_state','OK'),(153555,3205,'_shipping_postcode','73118'),(153556,3205,'_shipping_country','US'),(153557,3205,'_order_currency','USD'),(153558,3205,'_cart_discount','0'),(153559,3205,'_cart_discount_tax','0'),(153560,3205,'_order_shipping','0'),(153561,3205,'_order_shipping_tax','0'),(153562,3205,'_order_tax','0'),(153563,3205,'_order_total','949.28'),(153564,3205,'_order_version','9.6.0'),(153565,3205,'_prices_include_tax','no'),(153566,3205,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(153567,3205,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd Suite 116 OKC OK 73118 US '),(153568,3205,'is_vat_exempt','no'),(153569,3205,'_wc_order_attribution_source_type','typein'),(153570,3205,'_wc_order_attribution_utm_source','(direct)'),(153571,3205,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153572,3205,'_wc_order_attribution_session_start_time','2025-02-13 22:18:23'),(153573,3205,'_wc_order_attribution_session_pages','4'),(153574,3205,'_wc_order_attribution_session_count','1'),(153575,3205,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153576,3205,'_wc_order_attribution_device_type','Desktop'),(153577,3205,'Payment type','instant'),(153578,3205,'_paypal_status','completed'),(153579,3205,'_transaction_id','8FN03995GF300843M'),(153580,3205,'PayPal Transaction Fee','33.62'),(153581,3205,'_date_paid','1739485377'),(153582,3205,'_paid_date','2025-02-13 22:22:57'),(153583,3206,'_order_key','wc_order_fltOhNR7zMqwO'),(153584,3206,'_customer_user','87'),(153585,3206,'_payment_method','paypal'),(153586,3206,'_payment_method_title','PayPal'),(153587,3206,'_customer_ip_address','75.7.15.79'),(153588,3206,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153589,3206,'_created_via','checkout'),(153590,3206,'_cart_hash','aea4aa16b0f1e44259d9906717f03811'),(153591,3206,'_download_permissions_granted','yes'),(153592,3206,'_recorded_sales','yes'),(153593,3206,'_recorded_coupon_usage_counts','yes'),(153594,3206,'_new_order_email_sent','true'),(153595,3206,'_order_stock_reduced','yes'),(153596,3206,'_billing_first_name','Wade'),(153597,3206,'_billing_last_name','Huntsman'),(153598,3206,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(153599,3206,'_billing_address_1','3421 E 21st'),(153600,3206,'_billing_city','Tulsa'),(153601,3206,'_billing_state','OK'),(153602,3206,'_billing_postcode','74114'),(153603,3206,'_billing_country','US'),(153604,3206,'_billing_email','info@liceclinicsmidsouth.com'),(153605,3206,'_billing_phone','9189783329'),(153606,3206,'_shipping_first_name','Wade'),(153607,3206,'_shipping_last_name','Huntsman'),(153608,3206,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(153609,3206,'_shipping_address_1','3421 E 21st'),(153610,3206,'_shipping_city','Tulsa'),(153611,3206,'_shipping_state','OK'),(153612,3206,'_shipping_postcode','74114'),(153613,3206,'_shipping_country','US'),(153614,3206,'_order_currency','USD'),(153615,3206,'_cart_discount','0'),(153616,3206,'_cart_discount_tax','0'),(153617,3206,'_order_shipping','0'),(153618,3206,'_order_shipping_tax','0'),(153619,3206,'_order_tax','0'),(153620,3206,'_order_total','604.87'),(153621,3206,'_order_version','9.6.0'),(153622,3206,'_prices_include_tax','no'),(153623,3206,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(153624,3206,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(153625,3206,'is_vat_exempt','no'),(153626,3206,'_wc_order_attribution_source_type','typein'),(153627,3206,'_wc_order_attribution_utm_source','(direct)'),(153628,3206,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153629,3206,'_wc_order_attribution_session_start_time','2025-02-13 22:18:23'),(153630,3206,'_wc_order_attribution_session_pages','10'),(153631,3206,'_wc_order_attribution_session_count','1'),(153632,3206,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153633,3206,'_wc_order_attribution_device_type','Desktop'),(153634,3206,'Payment type','instant'),(153635,3206,'_paypal_status','completed'),(153636,3206,'_transaction_id','29M24445F1486812G'),(153637,3206,'PayPal Transaction Fee','21.60'),(153638,3206,'_date_paid','1739485671'),(153639,3206,'_paid_date','2025-02-13 22:27:51'),(153640,3193,'_edit_lock','1739492852:2'),(153641,3202,'_edit_lock','1739492998:2'),(153642,3193,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265770\";s:12:\"date_shipped\";s:10:\"1738972800\";s:11:\"tracking_id\";s:32:\"f08e795eb4f88f166b1a1a34ce89bb45\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265760\";s:12:\"date_shipped\";s:10:\"1738972800\";s:11:\"tracking_id\";s:32:\"d5dd0d2e376644faa2c8ccd979d83a37\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265759\";s:12:\"date_shipped\";s:10:\"1738972800\";s:11:\"tracking_id\";s:32:\"3e299c2e969473626523e572748b1dad\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265748\";s:12:\"date_shipped\";s:10:\"1738972800\";s:11:\"tracking_id\";s:32:\"b5f7bab88a4ab58700a92e7dd911c236\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992265737\";s:12:\"date_shipped\";s:10:\"1738972800\";s:11:\"tracking_id\";s:32:\"2a70a6485f4aaef0083bfc8ddd3363ff\";}}'),(153643,3193,'_edit_last','2'),(153644,3193,'_date_completed','1739492977'),(153645,3193,'_completed_date','2025-02-14 00:29:37'),(153646,3202,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266480\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"64974b5cc33cba281c5d4c578543101e\";}}'),(153647,3202,'_edit_last','2'),(153648,3202,'_date_completed','1739492993'),(153649,3202,'_completed_date','2025-02-14 00:29:53'),(153650,3203,'_edit_lock','1739493063:2'),(153651,3204,'_edit_lock','1739493182:2'),(153652,3204,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266744\";s:12:\"date_shipped\";s:10:\"1739404800\";s:11:\"tracking_id\";s:32:\"ce0457d5ee8a553c4f79a630295a1280\";}}'),(153653,3204,'_edit_last','2'),(153654,3204,'_date_completed','1739493177'),(153655,3204,'_completed_date','2025-02-14 00:32:57'),(153656,3203,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266722\";s:12:\"date_shipped\";s:10:\"1739404800\";s:11:\"tracking_id\";s:32:\"88fc0e93fb4eb1f7e98c5539a58fac43\";}}'),(153657,3203,'_edit_last','2'),(153658,3203,'_date_completed','1739493200'),(153659,3203,'_completed_date','2025-02-14 00:33:20'),(153660,3207,'_order_key','wc_order_MtTs3jCxEDJML'),(153661,3207,'_customer_user','67'),(153662,3207,'_payment_method','paypal'),(153663,3207,'_payment_method_title','PayPal'),(153664,3207,'_customer_ip_address','67.251.108.158'),(153665,3207,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153666,3207,'_created_via','checkout'),(153667,3207,'_cart_hash','9872f599e004d428f70110e1ae3cfb15'),(153668,3207,'_download_permissions_granted','yes'),(153669,3207,'_recorded_sales','yes'),(153670,3207,'_recorded_coupon_usage_counts','yes'),(153671,3207,'_new_order_email_sent','true'),(153672,3207,'_order_stock_reduced','yes'),(153673,3207,'_billing_first_name','Marnie'),(153674,3207,'_billing_last_name','Murray'),(153675,3207,'_billing_company','Naughty Nits'),(153676,3207,'_billing_address_1','2809 Wehrle Drive'),(153677,3207,'_billing_address_2','Suite 10'),(153678,3207,'_billing_city','Williamsville'),(153679,3207,'_billing_state','NY'),(153680,3207,'_billing_postcode','14221'),(153681,3207,'_billing_country','US'),(153682,3207,'_billing_email','liceclinicsupstateny@gmail.com'),(153683,3207,'_billing_phone','7166265423'),(153684,3207,'_shipping_first_name','Marnie'),(153685,3207,'_shipping_last_name','Murray'),(153686,3207,'_shipping_company','Naughty Nits'),(153687,3207,'_shipping_address_1','258 Hoosick Street'),(153688,3207,'_shipping_address_2','Suite 109'),(153689,3207,'_shipping_city','Troy'),(153690,3207,'_shipping_state','NY'),(153691,3207,'_shipping_postcode','12180'),(153692,3207,'_shipping_country','US'),(153693,3207,'_order_currency','USD'),(153694,3207,'_cart_discount','0'),(153695,3207,'_cart_discount_tax','0'),(153696,3207,'_order_shipping','24'),(153697,3207,'_order_shipping_tax','0'),(153698,3207,'_order_tax','0'),(153699,3207,'_order_total','443.94'),(153700,3207,'_order_version','9.6.0'),(153701,3207,'_prices_include_tax','no'),(153702,3207,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(153703,3207,'_shipping_address_index','Marnie Murray Naughty Nits 258 Hoosick Street Suite 109 Troy NY 12180 US '),(153704,3207,'is_vat_exempt','no'),(153705,3207,'_wc_order_attribution_source_type','referral'),(153706,3207,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153707,3207,'_wc_order_attribution_utm_source','lcaportal.com'),(153708,3207,'_wc_order_attribution_utm_medium','referral'),(153709,3207,'_wc_order_attribution_utm_content','/'),(153710,3207,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153711,3207,'_wc_order_attribution_session_start_time','2025-02-14 13:48:38'),(153712,3207,'_wc_order_attribution_session_pages','4'),(153713,3207,'_wc_order_attribution_session_count','19'),(153714,3207,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153715,3207,'_wc_order_attribution_device_type','Desktop'),(153716,3207,'Payment type','instant'),(153717,3207,'_paypal_status','completed'),(153718,3207,'_transaction_id','8JE52292GG796733J'),(153719,3207,'PayPal Transaction Fee','15.98'),(153720,3207,'_date_paid','1739541508'),(153721,3207,'_paid_date','2025-02-14 13:58:28'),(153722,2234,'_used_by','67'),(153723,3208,'_order_key','wc_order_QHZfDIhSRnDhd'),(153724,3208,'_customer_user','105'),(153725,3208,'_payment_method','paypal'),(153726,3208,'_payment_method_title','PayPal'),(153727,3208,'_customer_ip_address','76.205.132.42'),(153728,3208,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(153729,3208,'_created_via','checkout'),(153730,3208,'_cart_hash','c843d2c55dc6d5fdab06f0ad031c8b1f'),(153731,3208,'_download_permissions_granted','yes'),(153732,3208,'_recorded_sales','yes'),(153733,3208,'_recorded_coupon_usage_counts','yes'),(153734,3208,'_new_order_email_sent','true'),(153735,3208,'_order_stock_reduced','yes'),(153736,3208,'_billing_first_name','Joseph'),(153737,3208,'_billing_last_name','West'),(153738,3208,'_billing_company','MAJESTIC PEACOCK LLC'),(153739,3208,'_billing_address_1','615 Crofton Park Ln'),(153740,3208,'_billing_city','Franklin'),(153741,3208,'_billing_state','TN'),(153742,3208,'_billing_postcode','37069'),(153743,3208,'_billing_country','US'),(153744,3208,'_billing_email','info@nashville.liceclinicsofamerica.com'),(153745,3208,'_billing_phone','8042184232'),(153746,3208,'_shipping_first_name','Joseph'),(153747,3208,'_shipping_last_name','West'),(153748,3208,'_shipping_company','LCA - Williamson County'),(153749,3208,'_shipping_address_1','330 Mallory Station Rd'),(153750,3208,'_shipping_address_2','F17'),(153751,3208,'_shipping_city','Franklin'),(153752,3208,'_shipping_state','TN'),(153753,3208,'_shipping_postcode','37067'),(153754,3208,'_shipping_country','US'),(153755,3208,'_order_currency','USD'),(153756,3208,'_cart_discount','0'),(153757,3208,'_cart_discount_tax','0'),(153758,3208,'_order_shipping','0'),(153759,3208,'_order_shipping_tax','0'),(153760,3208,'_order_tax','0'),(153761,3208,'_order_total','701.41'),(153762,3208,'_order_version','9.6.0'),(153763,3208,'_prices_include_tax','no'),(153764,3208,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(153765,3208,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(153766,3208,'is_vat_exempt','no'),(153767,3208,'_wc_order_attribution_source_type','referral'),(153768,3208,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153769,3208,'_wc_order_attribution_utm_source','lcaportal.com'),(153770,3208,'_wc_order_attribution_utm_medium','referral'),(153771,3208,'_wc_order_attribution_utm_content','/'),(153772,3208,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153773,3208,'_wc_order_attribution_session_start_time','2025-02-14 18:36:18'),(153774,3208,'_wc_order_attribution_session_pages','6'),(153775,3208,'_wc_order_attribution_session_count','1'),(153776,3208,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(153777,3208,'_wc_order_attribution_device_type','Desktop'),(153778,3208,'Payment type','instant'),(153779,3208,'_paypal_status','completed'),(153780,3208,'_transaction_id','8XJ91375TB775360P'),(153781,3208,'PayPal Transaction Fee','24.97'),(153782,3208,'_date_paid','1739560250'),(153783,3208,'_paid_date','2025-02-14 19:10:50'),(153784,3209,'_order_key','wc_order_jcCBmBOnqf35R'),(153785,3209,'_customer_user','87'),(153786,3209,'_payment_method','paypal'),(153787,3209,'_payment_method_title','PayPal'),(153788,3209,'_customer_ip_address','75.7.15.79'),(153789,3209,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153790,3209,'_created_via','checkout'),(153791,3209,'_cart_hash','afa12145cc2c8dc1e57514b5b17bc9f5'),(153792,3209,'_download_permissions_granted','yes'),(153793,3209,'_recorded_sales','yes'),(153794,3209,'_recorded_coupon_usage_counts','yes'),(153795,3209,'_new_order_email_sent','true'),(153796,3209,'_order_stock_reduced','yes'),(153797,3209,'_billing_first_name','Wade'),(153798,3209,'_billing_last_name','Huntsman'),(153799,3209,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(153800,3209,'_billing_address_1','3421 E 21st'),(153801,3209,'_billing_city','Tulsa'),(153802,3209,'_billing_state','OK'),(153803,3209,'_billing_postcode','74114'),(153804,3209,'_billing_country','US'),(153805,3209,'_billing_email','info@liceclinicsmidsouth.com'),(153806,3209,'_billing_phone','9189783329'),(153807,3209,'_shipping_first_name','Logan'),(153808,3209,'_shipping_last_name','Futrell'),(153809,3209,'_shipping_company','Lice Clinics of America NWA'),(153810,3209,'_shipping_address_1','203 Tricha Circle Unit B'),(153811,3209,'_shipping_address_2','Suite 116'),(153812,3209,'_shipping_city','Gravette'),(153813,3209,'_shipping_state','AR'),(153814,3209,'_shipping_postcode','72736'),(153815,3209,'_shipping_country','US'),(153816,3209,'_order_currency','USD'),(153817,3209,'_cart_discount','0'),(153818,3209,'_cart_discount_tax','0'),(153819,3209,'_order_shipping','0'),(153820,3209,'_order_shipping_tax','0'),(153821,3209,'_order_tax','0'),(153822,3209,'_order_total','509.50'),(153823,3209,'_order_version','9.6.0'),(153824,3209,'_prices_include_tax','no'),(153825,3209,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(153826,3209,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B Suite 116 Gravette AR 72736 US '),(153827,3209,'is_vat_exempt','no'),(153828,3209,'_wc_order_attribution_source_type','typein'),(153829,3209,'_wc_order_attribution_utm_source','(direct)'),(153830,3209,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153831,3209,'_wc_order_attribution_session_start_time','2025-02-14 19:18:42'),(153832,3209,'_wc_order_attribution_session_pages','6'),(153833,3209,'_wc_order_attribution_session_count','1'),(153834,3209,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(153835,3209,'_wc_order_attribution_device_type','Desktop'),(153836,3209,'Payment type','instant'),(153837,3209,'_paypal_status','completed'),(153838,3209,'_transaction_id','5FT58291CS7921823'),(153839,3209,'PayPal Transaction Fee','18.27'),(153840,3209,'_date_paid','1739561757'),(153841,3209,'_paid_date','2025-02-14 19:35:57'),(153842,3198,'Payment type','instant'),(153843,3198,'_paypal_status','completed'),(153844,3198,'_transaction_id','60664541RA856015H'),(153845,3198,'PayPal Transaction Fee','1.34'),(153846,3198,'_date_paid','1739565994'),(153847,3198,'_paid_date','2025-02-14 20:46:34'),(153848,3206,'_edit_lock','1739572151:2'),(153849,3206,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266836\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"3aa82c561e9afbf34f8f385e475f7cb7\";}}'),(153850,3206,'_edit_last','2'),(153851,3206,'_date_completed','1739572271'),(153852,3206,'_completed_date','2025-02-14 22:31:11'),(153853,3205,'_edit_lock','1739572209:2'),(153854,3205,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266766\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"cc5fa1221d0de5aa82f70080fbadf21e\";}}'),(153855,3205,'_edit_last','2'),(153856,3205,'_date_completed','1739572331'),(153857,3205,'_completed_date','2025-02-14 22:32:11'),(153858,3207,'_edit_lock','1739572433:2'),(153859,3207,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266917\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"cb5c5fbacc79802d4d8c0fd720ba7a98\";}}'),(153860,3207,'_edit_last','2'),(153861,3207,'_date_completed','1739572567'),(153862,3207,'_completed_date','2025-02-14 22:36:07'),(153863,3208,'_edit_lock','1739572526:2'),(153864,3208,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266928\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"b17e0caa0d371c4f9f57c0d92147bae5\";}}'),(153865,3208,'_edit_last','2'),(153866,3208,'_date_completed','1739572651'),(153867,3208,'_completed_date','2025-02-14 22:37:31'),(153868,3198,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266961\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"765f4f6b6383402eb35edf13fbcb0073\";}}'),(153869,3198,'_date_completed','1739572687'),(153870,3198,'_completed_date','2025-02-14 22:38:07'),(153871,3209,'_edit_lock','1739572607:2'),(153872,3209,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992266940\";s:12:\"date_shipped\";s:10:\"1739491200\";s:11:\"tracking_id\";s:32:\"429af2b260f25f6fb6bae10efd681e65\";}}'),(153873,3209,'_edit_last','2'),(153874,3209,'_date_completed','1739572745'),(153875,3209,'_completed_date','2025-02-14 22:39:05'),(153879,3210,'_order_key','wc_order_wohy5bslERBoB'),(153880,3210,'_customer_user','37'),(153881,3210,'_payment_method','paypal'),(153882,3210,'_payment_method_title','PayPal'),(153883,3210,'_customer_ip_address','40.142.171.212'),(153884,3210,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(153885,3210,'_created_via','checkout'),(153886,3210,'_cart_hash','991ce9f673b596cc9ddeda4b45029045'),(153887,3210,'_download_permissions_granted','yes'),(153888,3210,'_recorded_sales','yes'),(153889,3210,'_recorded_coupon_usage_counts','yes'),(153890,3210,'_new_order_email_sent','true'),(153891,3210,'_order_stock_reduced','yes'),(153892,3210,'_billing_first_name','Marilou'),(153893,3210,'_billing_last_name','Vitale'),(153894,3210,'_billing_company','Family Hair Clinic of South Ga LLC'),(153895,3210,'_billing_address_1','4510 Timberbrook Trail'),(153896,3210,'_billing_city','Valdosta'),(153897,3210,'_billing_state','GA'),(153898,3210,'_billing_postcode','31602'),(153899,3210,'_billing_country','US'),(153900,3210,'_billing_email','familyhairclinic@gmail.com'),(153901,3210,'_billing_phone','2294151748'),(153902,3210,'_shipping_first_name','Marilou'),(153903,3210,'_shipping_last_name','Vitale'),(153904,3210,'_shipping_company','Family Hair Clinic of South Ga LLC'),(153905,3210,'_shipping_address_1','4510 Timberbrook Trail'),(153906,3210,'_shipping_city','Valdosta'),(153907,3210,'_shipping_state','GA'),(153908,3210,'_shipping_postcode','31602'),(153909,3210,'_shipping_country','US'),(153910,3210,'_order_currency','USD'),(153911,3210,'_cart_discount','0'),(153912,3210,'_cart_discount_tax','0'),(153913,3210,'_order_shipping','18.55'),(153914,3210,'_order_shipping_tax','0'),(153915,3210,'_order_tax','0'),(153916,3210,'_order_total','262.06'),(153917,3210,'_order_version','9.6.0'),(153918,3210,'_prices_include_tax','no'),(153919,3210,'_billing_address_index','Marilou Vitale Family Hair Clinic of South Ga LLC 4510 Timberbrook Trail  Valdosta GA 31602 US familyhairclinic@gmail.com 2294151748'),(153920,3210,'_shipping_address_index','Marilou Vitale Family Hair Clinic of South Ga LLC 4510 Timberbrook Trail  Valdosta GA 31602 US '),(153921,3210,'is_vat_exempt','no'),(153922,3210,'_wc_order_attribution_source_type','referral'),(153923,3210,'_wc_order_attribution_referrer','https://lcaportal.com/'),(153924,3210,'_wc_order_attribution_utm_source','lcaportal.com'),(153925,3210,'_wc_order_attribution_utm_medium','referral'),(153926,3210,'_wc_order_attribution_utm_content','/'),(153927,3210,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153928,3210,'_wc_order_attribution_session_start_time','2025-02-18 16:48:31'),(153929,3210,'_wc_order_attribution_session_pages','4'),(153930,3210,'_wc_order_attribution_session_count','1'),(153931,3210,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(153932,3210,'_wc_order_attribution_device_type','Desktop'),(153933,3210,'Payment type','instant'),(153934,3210,'_paypal_status','completed'),(153935,3210,'_transaction_id','31536048D9262790P'),(153936,3210,'PayPal Transaction Fee','9.64'),(153937,3210,'_date_paid','1739897879'),(153938,3210,'_paid_date','2025-02-18 16:57:59'),(153939,3211,'_order_key','wc_order_UkrI7DG9HCyB9'),(153940,3211,'_customer_user','76'),(153941,3211,'_payment_method','paypal'),(153942,3211,'_payment_method_title','PayPal'),(153943,3211,'_customer_ip_address','209.6.13.239'),(153944,3211,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(153945,3211,'_created_via','checkout'),(153946,3211,'_cart_hash','3ddc615d9ca6178a5a5906a2332638c3'),(153947,3211,'_download_permissions_granted','yes'),(153948,3211,'_recorded_sales','yes'),(153949,3211,'_recorded_coupon_usage_counts','yes'),(153950,3211,'_new_order_email_sent','true'),(153951,3211,'_order_stock_reduced','yes'),(153952,3211,'_billing_first_name','Naomi'),(153953,3211,'_billing_last_name','Golden'),(153954,3211,'_billing_company','LCA'),(153955,3211,'_billing_address_1','31 Mann Ave'),(153956,3211,'_billing_city','Needham'),(153957,3211,'_billing_state','MA'),(153958,3211,'_billing_postcode','02492'),(153959,3211,'_billing_country','US'),(153960,3211,'_billing_email','nrgolden6486@gmail.com'),(153961,3211,'_billing_phone','6178511322'),(153962,3211,'_shipping_first_name','Naomi'),(153963,3211,'_shipping_last_name','Golden'),(153964,3211,'_shipping_company','Lice Clinics of America'),(153965,3211,'_shipping_address_1','111 Center Street'),(153966,3211,'_shipping_city','Middleborough'),(153967,3211,'_shipping_state','MA'),(153968,3211,'_shipping_postcode','02346'),(153969,3211,'_shipping_country','US'),(153970,3211,'_order_currency','USD'),(153971,3211,'_cart_discount','0'),(153972,3211,'_cart_discount_tax','0'),(153973,3211,'_order_shipping','0'),(153974,3211,'_order_shipping_tax','0'),(153975,3211,'_order_tax','0'),(153976,3211,'_order_total','628.96'),(153977,3211,'_order_version','9.6.0'),(153978,3211,'_prices_include_tax','no'),(153979,3211,'_billing_address_index','Naomi Golden LCA 31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(153980,3211,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street  Middleborough MA 02346 US '),(153981,3211,'is_vat_exempt','no'),(153982,3211,'_wc_order_attribution_source_type','typein'),(153983,3211,'_wc_order_attribution_utm_source','(direct)'),(153984,3211,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(153985,3211,'_wc_order_attribution_session_start_time','2025-02-18 17:08:06'),(153986,3211,'_wc_order_attribution_session_pages','14'),(153987,3211,'_wc_order_attribution_session_count','1'),(153988,3211,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(153989,3211,'_wc_order_attribution_device_type','Desktop'),(153990,3211,'Payment type','instant'),(153991,3211,'_paypal_status','completed'),(153992,3211,'_transaction_id','4PX72023KL174334T'),(153993,3211,'PayPal Transaction Fee','22.44'),(153994,3211,'_date_paid','1739898830'),(153995,3211,'_paid_date','2025-02-18 17:13:50'),(153996,3213,'_order_key','wc_order_n5YPLd3nmpaPk'),(153997,3213,'_customer_user','21'),(153998,3213,'_payment_method','paypal'),(153999,3213,'_payment_method_title','PayPal'),(154000,3213,'_customer_ip_address','174.136.246.119'),(154001,3213,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0'),(154002,3213,'_created_via','checkout'),(154003,3213,'_cart_hash','63896d9426ead401d7bdfcb48073c8bf'),(154004,3213,'_download_permissions_granted','yes'),(154005,3213,'_recorded_sales','yes'),(154006,3213,'_recorded_coupon_usage_counts','yes'),(154007,3213,'_new_order_email_sent','true'),(154008,3213,'_order_stock_reduced','yes'),(154009,3213,'_billing_first_name','LCA'),(154010,3213,'_billing_last_name','Arkansas'),(154011,3213,'_billing_company','LCA - Central Arkansas'),(154012,3213,'_billing_address_1','1011 N. 2nd St., Ste. D'),(154013,3213,'_billing_city','Cabot'),(154014,3213,'_billing_state','AR'),(154015,3213,'_billing_postcode','72023'),(154016,3213,'_billing_country','US'),(154017,3213,'_billing_email','liceclinicslittlerock@gmail.com'),(154018,3213,'_billing_phone','15014249396'),(154019,3213,'_shipping_first_name','LCA'),(154020,3213,'_shipping_last_name','Arkansas'),(154021,3213,'_shipping_company','LCA - Central Arkansas'),(154022,3213,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(154023,3213,'_shipping_city','Cabot'),(154024,3213,'_shipping_state','AR'),(154025,3213,'_shipping_postcode','72023'),(154026,3213,'_shipping_country','US'),(154027,3213,'_order_currency','USD'),(154028,3213,'_cart_discount','0'),(154029,3213,'_cart_discount_tax','0'),(154030,3213,'_order_shipping','0'),(154031,3213,'_order_shipping_tax','0'),(154032,3213,'_order_tax','0'),(154033,3213,'_order_total','737.36'),(154034,3213,'_order_version','9.6.0'),(154035,3213,'_prices_include_tax','no'),(154036,3213,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(154037,3213,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(154038,3213,'is_vat_exempt','no'),(154039,3213,'_wc_order_attribution_source_type','referral'),(154040,3213,'_wc_order_attribution_referrer','https://lcaportal.com/'),(154041,3213,'_wc_order_attribution_utm_source','lcaportal.com'),(154042,3213,'_wc_order_attribution_utm_medium','referral'),(154043,3213,'_wc_order_attribution_utm_content','/'),(154044,3213,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154045,3213,'_wc_order_attribution_session_start_time','2025-02-18 20:29:34'),(154046,3213,'_wc_order_attribution_session_pages','4'),(154047,3213,'_wc_order_attribution_session_count','1'),(154048,3213,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0'),(154049,3213,'_wc_order_attribution_device_type','Desktop'),(154050,3213,'Payment type','instant'),(154051,3213,'_paypal_status','completed'),(154052,3213,'_transaction_id','5A558039RP152760G'),(154053,3213,'PayPal Transaction Fee','26.22'),(154054,3213,'_date_paid','1739910993'),(154055,3213,'_paid_date','2025-02-18 20:36:33'),(154056,3211,'_edit_lock','1739913548:2'),(154057,3211,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992267270\";s:12:\"date_shipped\";s:10:\"1739836800\";s:11:\"tracking_id\";s:32:\"5ab24e4b22f13e247fe8b436c12ecd22\";}}'),(154058,3211,'_edit_last','2'),(154059,3211,'_date_completed','1739913681'),(154060,3211,'_completed_date','2025-02-18 21:21:21'),(154061,3210,'_edit_lock','1739913714:2'),(154062,3210,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992267247\";s:12:\"date_shipped\";s:10:\"1739836800\";s:11:\"tracking_id\";s:32:\"48f20666acd807e2f4cf0bae6c252018\";}}'),(154063,3210,'_edit_last','2'),(154064,3210,'_date_completed','1739913709'),(154065,3210,'_completed_date','2025-02-18 21:21:49'),(154066,3214,'_order_key','wc_order_0iAIu40SGbdGT'),(154067,3214,'_customer_user','3'),(154068,3214,'_payment_method','paypal'),(154069,3214,'_payment_method_title','PayPal'),(154070,3214,'_customer_ip_address','99.22.146.124'),(154071,3214,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154072,3214,'_created_via','checkout'),(154073,3214,'_cart_hash','d9ffa4f65c8e9d8f1208962c1d8164eb'),(154074,3214,'_download_permissions_granted','yes'),(154075,3214,'_recorded_sales','yes'),(154076,3214,'_recorded_coupon_usage_counts','yes'),(154077,3214,'_new_order_email_sent','true'),(154078,3214,'_order_stock_reduced','yes'),(154079,3214,'_billing_first_name','amanda'),(154080,3214,'_billing_last_name','westerman'),(154081,3214,'_billing_company','Lice Clinics of America McKinney'),(154082,3214,'_billing_address_1','3120 Hudson Crossing'),(154083,3214,'_billing_address_2','Suite A2'),(154084,3214,'_billing_city','MCKINNEY'),(154085,3214,'_billing_state','TX'),(154086,3214,'_billing_postcode','75070'),(154087,3214,'_billing_country','US'),(154088,3214,'_billing_email','awesterman1103@gmail.com'),(154089,3214,'_billing_phone','12144175741'),(154090,3214,'_shipping_first_name','amanda'),(154091,3214,'_shipping_last_name','westerman'),(154092,3214,'_shipping_company','Lice Clinics of America McKinney'),(154093,3214,'_shipping_address_1','3120 HUDSON XING'),(154094,3214,'_shipping_address_2','Suite A2'),(154095,3214,'_shipping_city','MCKINNEY'),(154096,3214,'_shipping_state','TX'),(154097,3214,'_shipping_postcode','75070'),(154098,3214,'_shipping_country','US'),(154099,3214,'_order_currency','USD'),(154100,3214,'_cart_discount','0'),(154101,3214,'_cart_discount_tax','0'),(154102,3214,'_order_shipping','0'),(154103,3214,'_order_shipping_tax','0'),(154104,3214,'_order_tax','0'),(154105,3214,'_order_total','896.63'),(154106,3214,'_order_version','9.6.0'),(154107,3214,'_prices_include_tax','no'),(154108,3214,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(154109,3214,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(154110,3214,'is_vat_exempt','no'),(154111,3214,'_wc_order_attribution_source_type','referral'),(154112,3214,'_wc_order_attribution_referrer','https://lcaportal.com/'),(154113,3214,'_wc_order_attribution_utm_source','lcaportal.com'),(154114,3214,'_wc_order_attribution_utm_medium','referral'),(154115,3214,'_wc_order_attribution_utm_content','/'),(154116,3214,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154117,3214,'_wc_order_attribution_session_start_time','2025-02-19 18:07:29'),(154118,3214,'_wc_order_attribution_session_pages','4'),(154119,3214,'_wc_order_attribution_session_count','5'),(154120,3214,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154121,3214,'_wc_order_attribution_device_type','Desktop'),(154122,3214,'Payment type','instant'),(154123,3214,'_paypal_status','completed'),(154124,3214,'_transaction_id','54R626763W7691926'),(154125,3214,'PayPal Transaction Fee','31.78'),(154126,3214,'_date_paid','1739988834'),(154127,3214,'_paid_date','2025-02-19 18:13:54'),(154128,3213,'_edit_lock','1739989585:2'),(154129,3213,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992267350\";s:12:\"date_shipped\";s:10:\"1739923200\";s:11:\"tracking_id\";s:32:\"1b7bc501e68a8d3b95e25ef7b39965db\";}}'),(154130,3213,'_edit_last','2'),(154131,3213,'_date_completed','1739989716'),(154132,3213,'_completed_date','2025-02-19 18:28:36'),(154133,3214,'_edit_lock','1740007761:2'),(154134,3214,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992267545\";s:12:\"date_shipped\";s:10:\"1739923200\";s:11:\"tracking_id\";s:32:\"d0adba38117d1326af39625c90405749\";}}'),(154135,3214,'_edit_last','2'),(154136,3214,'_date_completed','1740007755'),(154137,3214,'_completed_date','2025-02-19 23:29:15'),(154139,50,'_stock',NULL),(154142,3215,'_order_key','wc_order_xBAraufjAgLX2'),(154143,3215,'_customer_user','3'),(154144,3215,'_payment_method','paypal'),(154145,3215,'_payment_method_title','PayPal'),(154146,3215,'_customer_ip_address','99.22.146.124'),(154147,3215,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154148,3215,'_created_via','checkout'),(154149,3215,'_cart_hash','318ee3e0ad12a92fa3fbaa655fb184d8'),(154150,3215,'_download_permissions_granted','yes'),(154151,3215,'_recorded_sales','yes'),(154152,3215,'_recorded_coupon_usage_counts','yes'),(154153,3215,'_new_order_email_sent','true'),(154154,3215,'_order_stock_reduced','yes'),(154155,3215,'_billing_first_name','amanda'),(154156,3215,'_billing_last_name','westerman'),(154157,3215,'_billing_company','Lice Clinics of America McKinney'),(154158,3215,'_billing_address_1','3120 Hudson Crossing'),(154159,3215,'_billing_address_2','Suite A2'),(154160,3215,'_billing_city','MCKINNEY'),(154161,3215,'_billing_state','TX'),(154162,3215,'_billing_postcode','75070'),(154163,3215,'_billing_country','US'),(154164,3215,'_billing_email','awesterman1103@gmail.com'),(154165,3215,'_billing_phone','12144175741'),(154166,3215,'_shipping_first_name','amanda'),(154167,3215,'_shipping_last_name','westerman'),(154168,3215,'_shipping_company','Lice Clinics of America McKinney'),(154169,3215,'_shipping_address_1','1709 Damian Way'),(154170,3215,'_shipping_city','Richardson'),(154171,3215,'_shipping_state','TX'),(154172,3215,'_shipping_postcode','75081'),(154173,3215,'_shipping_country','US'),(154174,3215,'_order_currency','USD'),(154175,3215,'_cart_discount','0'),(154176,3215,'_cart_discount_tax','0'),(154177,3215,'_order_shipping','0'),(154178,3215,'_order_shipping_tax','0'),(154179,3215,'_order_tax','0'),(154180,3215,'_order_total','817.18'),(154181,3215,'_order_version','9.6.0'),(154182,3215,'_prices_include_tax','no'),(154183,3215,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(154184,3215,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(154185,3215,'is_vat_exempt','no'),(154186,3215,'_wc_order_attribution_source_type','referral'),(154187,3215,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(154188,3215,'_wc_order_attribution_utm_source','lcaportal.com'),(154189,3215,'_wc_order_attribution_utm_medium','referral'),(154190,3215,'_wc_order_attribution_utm_content','/'),(154191,3215,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154192,3215,'_wc_order_attribution_session_start_time','2025-02-24 18:30:20'),(154193,3215,'_wc_order_attribution_session_pages','4'),(154194,3215,'_wc_order_attribution_session_count','7'),(154195,3215,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154196,3215,'_wc_order_attribution_device_type','Desktop'),(154197,3215,'Payment type','instant'),(154198,3215,'_paypal_status','completed'),(154199,3215,'_transaction_id','9EN46235WM715924C'),(154200,3215,'PayPal Transaction Fee','29.01'),(154201,3215,'_date_paid','1740422224'),(154202,3215,'_paid_date','2025-02-24 18:37:04'),(154203,3216,'_order_key','wc_order_wXXNxgxTw7roc'),(154204,3216,'_customer_user','76'),(154205,3216,'_payment_method','paypal'),(154206,3216,'_payment_method_title','PayPal'),(154207,3216,'_customer_ip_address','209.6.13.239'),(154208,3216,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(154209,3216,'_created_via','checkout'),(154210,3216,'_cart_hash','31aa357b7681f3c71a7aa29597243a5b'),(154211,3216,'_download_permissions_granted','yes'),(154212,3216,'_recorded_sales','yes'),(154213,3216,'_recorded_coupon_usage_counts','yes'),(154214,3216,'_new_order_email_sent','true'),(154215,3216,'_order_stock_reduced','yes'),(154216,3216,'_billing_first_name','Naomi'),(154217,3216,'_billing_last_name','Golden'),(154218,3216,'_billing_address_1','31 Mann Ave'),(154219,3216,'_billing_city','Needham'),(154220,3216,'_billing_state','MA'),(154221,3216,'_billing_postcode','02492'),(154222,3216,'_billing_country','US'),(154223,3216,'_billing_email','nrgolden6486@gmail.com'),(154224,3216,'_billing_phone','6178511322'),(154225,3216,'_shipping_first_name','Naomi'),(154226,3216,'_shipping_last_name','Golden'),(154227,3216,'_shipping_company','Lice Aunties'),(154228,3216,'_shipping_address_1','60 Dedham Ave'),(154229,3216,'_shipping_address_2','201'),(154230,3216,'_shipping_city','Needham'),(154231,3216,'_shipping_state','MA'),(154232,3216,'_shipping_postcode','02492'),(154233,3216,'_shipping_country','US'),(154234,3216,'_order_currency','USD'),(154235,3216,'_cart_discount','0'),(154236,3216,'_cart_discount_tax','0'),(154237,3216,'_order_shipping','0'),(154238,3216,'_order_shipping_tax','0'),(154239,3216,'_order_tax','0'),(154240,3216,'_order_total','510.96'),(154241,3216,'_order_version','9.6.0'),(154242,3216,'_prices_include_tax','no'),(154243,3216,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(154244,3216,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave 201 Needham MA 02492 US '),(154245,3216,'is_vat_exempt','no'),(154246,3216,'_wc_order_attribution_source_type','typein'),(154247,3216,'_wc_order_attribution_utm_source','(direct)'),(154248,3216,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154249,3216,'_wc_order_attribution_session_start_time','2025-02-24 22:44:54'),(154250,3216,'_wc_order_attribution_session_pages','6'),(154251,3216,'_wc_order_attribution_session_count','1'),(154252,3216,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(154253,3216,'_wc_order_attribution_device_type','Desktop'),(154254,3216,'Payment type','instant'),(154255,3216,'_paypal_status','completed'),(154256,3216,'_transaction_id','7LD072678Y522525M'),(154257,3216,'PayPal Transaction Fee','18.32'),(154258,3216,'_date_paid','1740437337'),(154259,3216,'_paid_date','2025-02-24 22:48:57'),(154260,3217,'_order_key','wc_order_965z4zpczrolt'),(154261,3217,'_customer_user','20'),(154262,3217,'_payment_method','paypal'),(154263,3217,'_payment_method_title','PayPal'),(154264,3217,'_customer_ip_address','76.87.171.180'),(154265,3217,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154266,3217,'_created_via','checkout'),(154267,3217,'_cart_hash','eaceb7c279e2745780b5b7cd1f8ae1cc'),(154268,3217,'_download_permissions_granted','yes'),(154269,3217,'_recorded_sales','yes'),(154270,3217,'_recorded_coupon_usage_counts','yes'),(154271,3217,'_new_order_email_sent','true'),(154272,3217,'_order_stock_reduced','yes'),(154273,3217,'_billing_first_name','Hasani'),(154274,3217,'_billing_last_name','Thompson'),(154275,3217,'_billing_company','Heat in Hair'),(154276,3217,'_billing_address_1','27225 Camp Plenty Road'),(154277,3217,'_billing_address_2','1D'),(154278,3217,'_billing_city','Santa Clarita'),(154279,3217,'_billing_state','CA'),(154280,3217,'_billing_postcode','91351'),(154281,3217,'_billing_country','US'),(154282,3217,'_billing_email','info@liceclinicssantaclarita.com'),(154283,3217,'_billing_phone','6615850263'),(154284,3217,'_shipping_first_name','Hasani'),(154285,3217,'_shipping_last_name','Thompson'),(154286,3217,'_shipping_company','Heat in Hair'),(154287,3217,'_shipping_address_1','5145 Nightsky pl'),(154288,3217,'_shipping_city','12840 Riverside Dr #200,north hollywood'),(154289,3217,'_shipping_state','CA'),(154290,3217,'_shipping_postcode','91607'),(154291,3217,'_shipping_country','US'),(154292,3217,'_order_currency','USD'),(154293,3217,'_cart_discount','0'),(154294,3217,'_cart_discount_tax','0'),(154295,3217,'_order_shipping','0'),(154296,3217,'_order_shipping_tax','0'),(154297,3217,'_order_tax','0'),(154298,3217,'_order_total','870.20'),(154299,3217,'_order_version','9.6.0'),(154300,3217,'_prices_include_tax','no'),(154301,3217,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(154302,3217,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  12840 Riverside Dr #200,north hollywood CA 91607 US '),(154303,3217,'is_vat_exempt','no'),(154304,3217,'_wc_order_attribution_source_type','referral'),(154305,3217,'_wc_order_attribution_referrer','https://lcaportal.com/'),(154306,3217,'_wc_order_attribution_utm_source','lcaportal.com'),(154307,3217,'_wc_order_attribution_utm_medium','referral'),(154308,3217,'_wc_order_attribution_utm_content','/'),(154309,3217,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154310,3217,'_wc_order_attribution_session_start_time','2025-02-25 02:51:06'),(154311,3217,'_wc_order_attribution_session_pages','9'),(154312,3217,'_wc_order_attribution_session_count','1'),(154313,3217,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154314,3217,'_wc_order_attribution_device_type','Desktop'),(154315,3217,'Payment type','instant'),(154316,3217,'_paypal_status','completed'),(154317,3217,'_transaction_id','1JK517864S866383L'),(154318,3217,'PayPal Transaction Fee','30.86'),(154319,3217,'_date_paid','1740452949'),(154320,3217,'_paid_date','2025-02-25 03:09:09'),(154321,3215,'_edit_lock','1740533559:2'),(154322,3216,'_edit_lock','1740533292:2'),(154323,3217,'_edit_lock','1740533344:2'),(154324,3215,'_edit_last','2'),(154325,3216,'_edit_last','2'),(154326,3217,'_edit_last','2'),(154327,3218,'_order_key','wc_order_gLY5excKT44Ub'),(154328,3218,'_customer_user','7'),(154329,3218,'_payment_method','paypal'),(154330,3218,'_payment_method_title','PayPal'),(154331,3218,'_customer_ip_address','71.93.225.128'),(154332,3218,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(154333,3218,'_created_via','checkout'),(154334,3218,'_cart_hash','b153674445704acdf9abdb07ae1e37f5'),(154335,3218,'_download_permissions_granted','yes'),(154336,3218,'_recorded_sales','yes'),(154337,3218,'_recorded_coupon_usage_counts','yes'),(154338,3218,'_new_order_email_sent','true'),(154339,3218,'_order_stock_reduced','yes'),(154340,3218,'_billing_first_name','Amy'),(154341,3218,'_billing_last_name','Allen'),(154342,3218,'_billing_company','Lice Clinics Of America'),(154343,3218,'_billing_address_1','30 Hummingbird Court'),(154344,3218,'_billing_city','Hollister'),(154345,3218,'_billing_state','CA'),(154346,3218,'_billing_postcode','95023'),(154347,3218,'_billing_country','US'),(154348,3218,'_billing_email','lca.gilroy@gmail.com'),(154349,3218,'_billing_phone','4085005537'),(154350,3218,'_shipping_first_name','Amy'),(154351,3218,'_shipping_last_name','Allen'),(154352,3218,'_shipping_company','Lice Clinics Of America - Gilroy'),(154353,3218,'_shipping_address_1','7680 Monterey St Ste 104'),(154354,3218,'_shipping_city','Gilroy'),(154355,3218,'_shipping_state','CA'),(154356,3218,'_shipping_postcode','95020'),(154357,3218,'_shipping_country','US'),(154358,3218,'_order_currency','USD'),(154359,3218,'_cart_discount','0'),(154360,3218,'_cart_discount_tax','0'),(154361,3218,'_order_shipping','0'),(154362,3218,'_order_shipping_tax','0'),(154363,3218,'_order_tax','0'),(154364,3218,'_order_total','1186.26'),(154365,3218,'_order_version','9.6.0'),(154366,3218,'_prices_include_tax','no'),(154367,3218,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(154368,3218,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(154369,3218,'is_vat_exempt','no'),(154370,3218,'_wc_order_attribution_source_type','typein'),(154371,3218,'_wc_order_attribution_utm_source','(direct)'),(154372,3218,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154373,3218,'_wc_order_attribution_session_start_time','2024-10-18 15:32:08'),(154374,3218,'_wc_order_attribution_session_pages','4'),(154375,3218,'_wc_order_attribution_session_count','7'),(154376,3218,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(154377,3218,'_wc_order_attribution_device_type','Desktop'),(154378,3218,'Payment type','instant'),(154379,3218,'_paypal_status','completed'),(154380,3218,'_transaction_id','0AU8159210928190V'),(154381,3218,'PayPal Transaction Fee','41.89'),(154382,3218,'_date_paid','1740504743'),(154383,3218,'_paid_date','2025-02-25 17:32:23'),(154384,3219,'_order_key','wc_order_zKHPkcWTaNo3O'),(154385,3219,'_customer_user','29'),(154386,3219,'_payment_method','paypal'),(154387,3219,'_payment_method_title','PayPal'),(154388,3219,'_customer_ip_address','104.28.78.136'),(154389,3219,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(154390,3219,'_created_via','checkout'),(154391,3219,'_cart_hash','1d4dc3ef51bf1b6901fe69a85197fc83'),(154392,3219,'_download_permissions_granted','yes'),(154393,3219,'_recorded_sales','yes'),(154394,3219,'_recorded_coupon_usage_counts','yes'),(154395,3219,'_new_order_email_sent','true'),(154396,3219,'_order_stock_reduced','yes'),(154397,3219,'_billing_first_name','Nicole'),(154398,3219,'_billing_last_name','Reilly'),(154399,3219,'_billing_address_1','5460 Richie Ct'),(154400,3219,'_billing_city','Pipersville'),(154401,3219,'_billing_state','PA'),(154402,3219,'_billing_postcode','18947'),(154403,3219,'_billing_country','US'),(154404,3219,'_billing_email','info@liceclinicslansdale.com'),(154405,3219,'_billing_phone','2156941408'),(154406,3219,'_shipping_first_name','Nicole'),(154407,3219,'_shipping_last_name','Reilly'),(154408,3219,'_shipping_company','LCA Lansdale'),(154409,3219,'_shipping_address_1','2131 North Broad Street'),(154410,3219,'_shipping_address_2','Suite 101'),(154411,3219,'_shipping_city','Lansdale'),(154412,3219,'_shipping_state','PA'),(154413,3219,'_shipping_postcode','19446'),(154414,3219,'_shipping_country','US'),(154415,3219,'_order_currency','USD'),(154416,3219,'_cart_discount','0'),(154417,3219,'_cart_discount_tax','0'),(154418,3219,'_order_shipping','11.91'),(154419,3219,'_order_shipping_tax','0'),(154420,3219,'_order_tax','0'),(154421,3219,'_order_total','31.51'),(154422,3219,'_order_version','9.6.0'),(154423,3219,'_prices_include_tax','no'),(154424,3219,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(154425,3219,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(154427,3219,'_wc_order_attribution_source_type','referral'),(154428,3219,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(154429,3219,'_wc_order_attribution_utm_source','lcaportal.com'),(154430,3219,'_wc_order_attribution_utm_medium','referral'),(154431,3219,'_wc_order_attribution_utm_content','/'),(154432,3219,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154433,3219,'_wc_order_attribution_session_start_time','2025-02-25 18:44:57'),(154434,3219,'_wc_order_attribution_session_pages','4'),(154435,3219,'_wc_order_attribution_session_count','1'),(154436,3219,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(154437,3219,'_wc_order_attribution_device_type','Mobile'),(154438,3219,'is_vat_exempt','no'),(154439,3219,'_wc_order_attribution_source_type','referral'),(154440,3219,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(154441,3219,'_wc_order_attribution_utm_source','lcaportal.com'),(154442,3219,'_wc_order_attribution_utm_medium','referral'),(154443,3219,'_wc_order_attribution_utm_content','/'),(154444,3219,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154445,3219,'_wc_order_attribution_session_start_time','2025-02-25 18:44:57'),(154446,3219,'_wc_order_attribution_session_pages','5'),(154447,3219,'_wc_order_attribution_session_count','1'),(154448,3219,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(154449,3219,'_wc_order_attribution_device_type','Mobile'),(154450,3219,'Payment type','instant'),(154451,3219,'_paypal_status','completed'),(154452,3219,'_transaction_id','220652121W6617015'),(154453,3219,'PayPal Transaction Fee','1.59'),(154454,3219,'_date_paid','1740509460'),(154455,3219,'_paid_date','2025-02-25 18:51:00'),(154456,3220,'_order_key','wc_order_frhwtpxDMF68d'),(154457,3220,'_customer_user','65'),(154458,3220,'_payment_method','paypal'),(154459,3220,'_payment_method_title','PayPal'),(154460,3220,'_customer_ip_address','73.148.244.21'),(154461,3220,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154462,3220,'_created_via','checkout'),(154463,3220,'_cart_hash','ef99b96f125fe1d30b78c7180a1227e6'),(154464,3220,'_download_permissions_granted','yes'),(154465,3220,'_recorded_sales','yes'),(154466,3220,'_recorded_coupon_usage_counts','yes'),(154467,3220,'_new_order_email_sent','true'),(154468,3220,'_order_stock_reduced','yes'),(154469,3220,'_billing_first_name','Mandy'),(154470,3220,'_billing_last_name','Ottesen'),(154471,3220,'_billing_company','Fresh Heads'),(154472,3220,'_billing_address_1','380 Burbank Ave'),(154473,3220,'_billing_address_2','11105'),(154474,3220,'_billing_city','Ponte Vedra'),(154475,3220,'_billing_state','FL'),(154476,3220,'_billing_postcode','32081'),(154477,3220,'_billing_country','US'),(154478,3220,'_billing_email','mandy@freshheadsliceremoval.com'),(154479,3220,'_billing_phone','9042353157'),(154480,3220,'_shipping_first_name','Mandy'),(154481,3220,'_shipping_last_name','Ottesen'),(154482,3220,'_shipping_address_1','4919 Tiger Lily Lane'),(154483,3220,'_shipping_city','St Johns'),(154484,3220,'_shipping_state','FL'),(154485,3220,'_shipping_postcode','32259'),(154486,3220,'_shipping_country','US'),(154487,3220,'_order_currency','USD'),(154488,3220,'_cart_discount','0'),(154489,3220,'_cart_discount_tax','0'),(154490,3220,'_order_shipping','18.12'),(154491,3220,'_order_shipping_tax','0'),(154492,3220,'_order_tax','0'),(154493,3220,'_order_total','284.04'),(154494,3220,'_order_version','9.6.0'),(154495,3220,'_prices_include_tax','no'),(154496,3220,'_billing_address_index','Mandy Ottesen Fresh Heads 380 Burbank Ave 11105 Ponte Vedra FL 32081 US mandy@freshheadsliceremoval.com 9042353157'),(154497,3220,'_shipping_address_index','Mandy Ottesen  4919 Tiger Lily Lane  St Johns FL 32259 US '),(154498,3220,'is_vat_exempt','no'),(154499,3220,'_wc_order_attribution_source_type','referral'),(154500,3220,'_wc_order_attribution_referrer','https://lcaportal.com/'),(154501,3220,'_wc_order_attribution_utm_source','lcaportal.com'),(154502,3220,'_wc_order_attribution_utm_medium','referral'),(154503,3220,'_wc_order_attribution_utm_content','/'),(154504,3220,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154505,3220,'_wc_order_attribution_session_start_time','2025-02-25 19:17:34'),(154506,3220,'_wc_order_attribution_session_pages','4'),(154507,3220,'_wc_order_attribution_session_count','2'),(154508,3220,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154509,3220,'_wc_order_attribution_device_type','Desktop'),(154510,3220,'Payment type','instant'),(154511,3220,'_paypal_status','completed'),(154512,3220,'_transaction_id','46R291765S660043J'),(154513,3220,'PayPal Transaction Fee','10.40'),(154514,3220,'_date_paid','1740511887'),(154515,3220,'_paid_date','2025-02-25 19:31:27'),(154516,3216,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268390\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"4c20d91d8f9229ee8962d50b040f7167\";}}'),(154517,3216,'_date_completed','1740533401'),(154518,3216,'_completed_date','2025-02-26 01:30:01'),(154519,3217,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268450\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"7b2d62bb821e87d2a36c229ac9eb88c9\";}}'),(154520,3217,'_date_completed','1740533468'),(154521,3217,'_completed_date','2025-02-26 01:31:08'),(154522,3215,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268427\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"c14ab657d2b62d6fa4c601459e7958a0\";}}'),(154523,3215,'_date_completed','1740533553'),(154524,3215,'_completed_date','2025-02-26 01:32:33'),(154525,3219,'_edit_lock','1740533715:2'),(154526,3219,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268493\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"102efd4f9959247b5caa01899d9d8223\";}}'),(154527,3219,'_edit_last','2'),(154528,3219,'_date_completed','1740533838'),(154529,3219,'_completed_date','2025-02-26 01:37:18'),(154530,3218,'_edit_lock','1740533924:2'),(154531,3218,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268508\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"4311d4ffb5bdb46106e61d319b5e0792\";}}'),(154532,3218,'_edit_last','2'),(154533,3218,'_date_completed','1740533909'),(154534,3218,'_completed_date','2025-02-26 01:38:29'),(154535,3221,'_order_key','wc_order_lsJGYAaIpvw3T'),(154536,3221,'_customer_user','90'),(154537,3221,'_payment_method','paypal'),(154538,3221,'_payment_method_title','PayPal'),(154539,3221,'_customer_ip_address','75.33.85.155'),(154540,3221,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(154541,3221,'_created_via','checkout'),(154542,3221,'_cart_hash','a2636210ce91dd6e2a86c821ea7fa66f'),(154543,3221,'_download_permissions_granted','yes'),(154544,3221,'_recorded_sales','yes'),(154545,3221,'_recorded_coupon_usage_counts','yes'),(154546,3221,'_new_order_email_sent','true'),(154547,3221,'_order_stock_reduced','yes'),(154548,3221,'_billing_first_name','Mike'),(154549,3221,'_billing_last_name','Brehm'),(154550,3221,'_billing_company','Remedy'),(154551,3221,'_billing_address_1','5258 Plainfield Ave NE'),(154552,3221,'_billing_city','Grand Rapids'),(154553,3221,'_billing_state','MI'),(154554,3221,'_billing_postcode','49525'),(154555,3221,'_billing_country','US'),(154556,3221,'_billing_email','rapunzelscorinn@gmail.com'),(154557,3221,'_billing_phone','6164504125'),(154558,3221,'_shipping_first_name','Corinn'),(154559,3221,'_shipping_last_name','Nichols'),(154560,3221,'_shipping_company','LCA Remedy'),(154561,3221,'_shipping_address_1','3500 Dean Lake Ave NE'),(154562,3221,'_shipping_city','Grand Rapids'),(154563,3221,'_shipping_state','MI'),(154564,3221,'_shipping_postcode','49525'),(154565,3221,'_shipping_country','US'),(154566,3221,'_order_currency','USD'),(154567,3221,'_cart_discount','0'),(154568,3221,'_cart_discount_tax','0'),(154569,3221,'_order_shipping','0'),(154570,3221,'_order_shipping_tax','0'),(154571,3221,'_order_tax','0'),(154572,3221,'_order_total','827.76'),(154573,3221,'_order_version','9.6.0'),(154574,3221,'_prices_include_tax','no'),(154575,3221,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(154576,3221,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(154577,3221,'is_vat_exempt','no'),(154578,3221,'_wc_order_attribution_source_type','referral'),(154579,3221,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(154580,3221,'_wc_order_attribution_utm_source','lcaportal.com'),(154581,3221,'_wc_order_attribution_utm_medium','referral'),(154582,3221,'_wc_order_attribution_utm_content','/'),(154583,3221,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154584,3221,'_wc_order_attribution_session_start_time','2025-02-26 12:55:25'),(154585,3221,'_wc_order_attribution_session_pages','8'),(154586,3221,'_wc_order_attribution_session_count','1'),(154587,3221,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(154588,3221,'_wc_order_attribution_device_type','Desktop'),(154589,3221,'Payment type','instant'),(154590,3221,'_paypal_status','completed'),(154591,3221,'_transaction_id','39L65215Y8042543E'),(154592,3221,'PayPal Transaction Fee','29.38'),(154593,3221,'_date_paid','1740575191'),(154594,3221,'_paid_date','2025-02-26 13:06:31'),(154595,3222,'_order_key','wc_order_J2IFiSRJzmJwu'),(154596,3222,'_customer_user','3'),(154597,3222,'_payment_method','paypal'),(154598,3222,'_payment_method_title','PayPal'),(154599,3222,'_customer_ip_address','99.22.146.124'),(154600,3222,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154601,3222,'_created_via','checkout'),(154602,3222,'_cart_hash','0a2a1d3ca750ed5eb844d41c71925a3f'),(154603,3222,'_download_permissions_granted','yes'),(154604,3222,'_recorded_sales','yes'),(154605,3222,'_recorded_coupon_usage_counts','yes'),(154606,3222,'_new_order_email_sent','true'),(154607,3222,'_order_stock_reduced','yes'),(154608,3222,'_billing_first_name','amanda'),(154609,3222,'_billing_last_name','westerman'),(154610,3222,'_billing_company','Lice Clinics of America McKinney'),(154611,3222,'_billing_address_1','3120 Hudson Crossing'),(154612,3222,'_billing_address_2','Suite A2'),(154613,3222,'_billing_city','MCKINNEY'),(154614,3222,'_billing_state','TX'),(154615,3222,'_billing_postcode','75070'),(154616,3222,'_billing_country','US'),(154617,3222,'_billing_email','awesterman1103@gmail.com'),(154618,3222,'_billing_phone','12144175741'),(154619,3222,'_shipping_first_name','amanda'),(154620,3222,'_shipping_last_name','westerman'),(154621,3222,'_shipping_company','Lice Clinics of America McKinney'),(154622,3222,'_shipping_address_1','1709 Damian Way'),(154623,3222,'_shipping_city','Richardson'),(154624,3222,'_shipping_state','TX'),(154625,3222,'_shipping_postcode','75081'),(154626,3222,'_shipping_country','US'),(154627,3222,'_order_currency','USD'),(154628,3222,'_cart_discount','0'),(154629,3222,'_cart_discount_tax','0'),(154630,3222,'_order_shipping','0'),(154631,3222,'_order_shipping_tax','0'),(154632,3222,'_order_tax','0'),(154633,3222,'_order_total','846.23'),(154634,3222,'_order_version','9.6.0'),(154635,3222,'_prices_include_tax','no'),(154636,3222,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(154637,3222,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(154638,3222,'is_vat_exempt','no'),(154639,3222,'_wc_order_attribution_source_type','referral'),(154640,3222,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(154641,3222,'_wc_order_attribution_utm_source','lcaportal.com'),(154642,3222,'_wc_order_attribution_utm_medium','referral'),(154643,3222,'_wc_order_attribution_utm_content','/'),(154644,3222,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154645,3222,'_wc_order_attribution_session_start_time','2025-02-26 16:28:31'),(154646,3222,'_wc_order_attribution_session_pages','8'),(154647,3222,'_wc_order_attribution_session_count','8'),(154648,3222,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154649,3222,'_wc_order_attribution_device_type','Desktop'),(154650,3222,'Payment type','instant'),(154651,3222,'_paypal_status','completed'),(154652,3222,'_transaction_id','7BH015125T317900V'),(154653,3222,'PayPal Transaction Fee','30.02'),(154654,3222,'_date_paid','1740587575'),(154655,3222,'_paid_date','2025-02-26 16:32:55'),(154656,3221,'_edit_lock','1740691161:2'),(154657,3222,'_edit_lock','1740607896:2'),(154658,3221,'_edit_last','2'),(154659,3222,'_edit_last','2'),(154660,3220,'_edit_lock','1740607861:2'),(154661,3220,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268622\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"68cc43a85a48296b4edcd05e7f8ec50d\";}}'),(154662,3220,'_edit_last','2'),(154663,3220,'_date_completed','1740607856'),(154664,3220,'_completed_date','2025-02-26 22:10:56'),(154665,3222,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268699\";s:12:\"date_shipped\";s:10:\"1740528000\";s:11:\"tracking_id\";s:32:\"61126a00aa4139e51ea8d13be39ec656\";}}'),(154666,3222,'_date_completed','1740607891'),(154667,3222,'_completed_date','2025-02-26 22:11:31'),(154668,3224,'_order_key','wc_order_ZaKZ2hDsiLcKM'),(154669,3224,'_customer_user','54'),(154670,3224,'_payment_method','paypal'),(154671,3224,'_payment_method_title','PayPal'),(154672,3224,'_customer_ip_address','75.195.217.14'),(154673,3224,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(154674,3224,'_created_via','checkout'),(154675,3224,'_cart_hash','f7a7acbb5e52dcd93e6d3a6244d116d1'),(154676,3224,'_download_permissions_granted','yes'),(154677,3224,'_recorded_sales','yes'),(154678,3224,'_recorded_coupon_usage_counts','yes'),(154679,3224,'_new_order_email_sent','true'),(154680,3224,'_order_stock_reduced','yes'),(154681,3224,'_billing_first_name','Erin'),(154682,3224,'_billing_last_name','Hawn'),(154683,3224,'_billing_address_1','10 W Phillip Rd'),(154684,3224,'_billing_address_2','Suite 123'),(154685,3224,'_billing_city','Vernon Hills'),(154686,3224,'_billing_state','IL'),(154687,3224,'_billing_postcode','60061'),(154688,3224,'_billing_country','US'),(154689,3224,'_billing_email','info@liceclinicsvernonhills.com'),(154690,3224,'_billing_phone','8475960408'),(154691,3224,'_shipping_first_name','Erin'),(154692,3224,'_shipping_last_name','Hawn'),(154693,3224,'_shipping_address_1','1491 S Amarias Dr'),(154694,3224,'_shipping_city','Round lake'),(154695,3224,'_shipping_state','IL'),(154696,3224,'_shipping_postcode','60073'),(154697,3224,'_shipping_country','US'),(154698,3224,'_order_currency','USD'),(154699,3224,'_cart_discount','0'),(154700,3224,'_cart_discount_tax','0'),(154701,3224,'_order_shipping','0'),(154702,3224,'_order_shipping_tax','0'),(154703,3224,'_order_tax','0'),(154704,3224,'_order_total','743.22'),(154705,3224,'_order_version','9.6.0'),(154706,3224,'_prices_include_tax','no'),(154707,3224,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(154708,3224,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(154709,3224,'is_vat_exempt','no'),(154710,3224,'_wc_order_attribution_source_type','referral'),(154711,3224,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(154712,3224,'_wc_order_attribution_utm_source','com.google.android.gm'),(154713,3224,'_wc_order_attribution_utm_medium','referral'),(154714,3224,'_wc_order_attribution_utm_content','/'),(154715,3224,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154716,3224,'_wc_order_attribution_session_start_time','2025-02-27 01:44:42'),(154717,3224,'_wc_order_attribution_session_pages','11'),(154718,3224,'_wc_order_attribution_session_count','1'),(154719,3224,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(154720,3224,'_wc_order_attribution_device_type','Mobile'),(154721,3224,'Payment type','instant'),(154722,3224,'_paypal_status','completed'),(154723,3224,'_transaction_id','08P14315H5091930W'),(154724,3224,'PayPal Transaction Fee','26.43'),(154725,3224,'_date_paid','1740621545'),(154726,3224,'_paid_date','2025-02-27 01:59:05'),(154727,3225,'_order_key','wc_order_rqXcgcpCNgWwt'),(154728,3225,'_customer_user','15'),(154729,3225,'_payment_method','paypal'),(154730,3225,'_payment_method_title','PayPal'),(154731,3225,'_customer_ip_address','104.6.9.145'),(154732,3225,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(154733,3225,'_created_via','checkout'),(154734,3225,'_cart_hash','654ed7638e42b023b653be9b01dfd172'),(154735,3225,'_download_permissions_granted','yes'),(154736,3225,'_recorded_sales','yes'),(154737,3225,'_recorded_coupon_usage_counts','yes'),(154738,3225,'_new_order_email_sent','true'),(154739,3225,'_order_stock_reduced','yes'),(154740,3225,'_billing_first_name','Andrea'),(154741,3225,'_billing_last_name','Florsheim'),(154742,3225,'_billing_company','Lice Clincs of America'),(154743,3225,'_billing_address_1','777 n van buren st'),(154744,3225,'_billing_address_2','APT 3402'),(154745,3225,'_billing_city','Milwaukee'),(154746,3225,'_billing_state','WI'),(154747,3225,'_billing_postcode','53202'),(154748,3225,'_billing_country','US'),(154749,3225,'_billing_email','andrea@liceclinicscentral.com'),(154750,3225,'_billing_phone','4143354315'),(154751,3225,'_shipping_first_name','Andrea'),(154752,3225,'_shipping_last_name','Florsheim'),(154753,3225,'_shipping_company','LCA'),(154754,3225,'_shipping_address_1','N4W22370 Bluemound Rd'),(154755,3225,'_shipping_address_2','Suite 203'),(154756,3225,'_shipping_city','Waukesha'),(154757,3225,'_shipping_state','WI'),(154758,3225,'_shipping_postcode','53186'),(154759,3225,'_shipping_country','US'),(154760,3225,'_order_currency','USD'),(154761,3225,'_cart_discount','0'),(154762,3225,'_cart_discount_tax','0'),(154763,3225,'_order_shipping','15.51'),(154764,3225,'_order_shipping_tax','0'),(154765,3225,'_order_tax','0'),(154766,3225,'_order_total','389.51'),(154767,3225,'_order_version','9.6.0'),(154768,3225,'_prices_include_tax','no'),(154769,3225,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(154770,3225,'_shipping_address_index','Andrea Florsheim LCA N4W22370 Bluemound Rd Suite 203 Waukesha WI 53186 US '),(154771,3225,'is_vat_exempt','no'),(154772,3225,'_wc_order_attribution_source_type','typein'),(154773,3225,'_wc_order_attribution_utm_source','(direct)'),(154774,3225,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154775,3225,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(154776,3225,'_wc_order_attribution_session_pages','7'),(154777,3225,'_wc_order_attribution_session_count','4'),(154778,3225,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(154779,3225,'_wc_order_attribution_device_type','Desktop'),(154780,3225,'Payment type','instant'),(154781,3225,'_paypal_status','completed'),(154782,3225,'_transaction_id','3EL005231L6508525'),(154783,3225,'PayPal Transaction Fee','14.08'),(154784,3225,'_date_paid','1740690114'),(154785,3225,'_paid_date','2025-02-27 21:01:54'),(154786,3226,'_order_key','wc_order_xJr38LKBkKLVI'),(154787,3226,'_customer_user','15'),(154788,3226,'_payment_method','paypal'),(154789,3226,'_payment_method_title','PayPal'),(154790,3226,'_customer_ip_address','104.6.9.145'),(154791,3226,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(154792,3226,'_created_via','checkout'),(154793,3226,'_cart_hash','87fdbb613bfb7a2cf0d5ea6ae7e225cd'),(154794,3226,'_download_permissions_granted','yes'),(154795,3226,'_recorded_sales','yes'),(154796,3226,'_recorded_coupon_usage_counts','yes'),(154797,3226,'_new_order_email_sent','true'),(154798,3226,'_order_stock_reduced','yes'),(154799,3226,'_billing_first_name','Andrea'),(154800,3226,'_billing_last_name','Florsheim'),(154801,3226,'_billing_company','Lice Clincs of America'),(154802,3226,'_billing_address_1','777 n van buren st'),(154803,3226,'_billing_address_2','APT 3402'),(154804,3226,'_billing_city','Milwaukee'),(154805,3226,'_billing_state','WI'),(154806,3226,'_billing_postcode','53202'),(154807,3226,'_billing_country','US'),(154808,3226,'_billing_email','andrea@liceclinicscentral.com'),(154809,3226,'_billing_phone','4143354315'),(154810,3226,'_shipping_first_name','Andrea'),(154811,3226,'_shipping_last_name','Florsheim'),(154812,3226,'_shipping_company','LCA'),(154813,3226,'_shipping_address_1','8424 W. Center Rd'),(154814,3226,'_shipping_address_2','Suite 212'),(154815,3226,'_shipping_city','omaha'),(154816,3226,'_shipping_state','NE'),(154817,3226,'_shipping_postcode','68124'),(154818,3226,'_shipping_country','US'),(154819,3226,'_order_currency','USD'),(154820,3226,'_cart_discount','0'),(154821,3226,'_cart_discount_tax','0'),(154822,3226,'_order_shipping','15.51'),(154823,3226,'_order_shipping_tax','0'),(154824,3226,'_order_tax','0'),(154825,3226,'_order_total','362.01'),(154826,3226,'_order_version','9.6.0'),(154827,3226,'_prices_include_tax','no'),(154828,3226,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(154829,3226,'_shipping_address_index','Andrea Florsheim LCA 8424 W. Center Rd Suite 212 omaha NE 68124 US '),(154830,3226,'is_vat_exempt','no'),(154831,3226,'_wc_order_attribution_source_type','typein'),(154832,3226,'_wc_order_attribution_utm_source','(direct)'),(154833,3226,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154834,3226,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(154835,3226,'_wc_order_attribution_session_pages','11'),(154836,3226,'_wc_order_attribution_session_count','4'),(154837,3226,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(154838,3226,'_wc_order_attribution_device_type','Desktop'),(154839,3226,'Payment type','instant'),(154840,3226,'_paypal_status','completed'),(154841,3226,'_transaction_id','8VM59103RH443645E'),(154842,3226,'PayPal Transaction Fee','13.12'),(154843,3226,'_date_paid','1740690651'),(154844,3226,'_paid_date','2025-02-27 21:10:51'),(154845,3224,'_edit_lock','1740691028:2'),(154846,3224,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268839\";s:12:\"date_shipped\";s:10:\"1740614400\";s:11:\"tracking_id\";s:32:\"39bae757ac87fbb08e8097025cd30490\";}}'),(154847,3224,'_edit_last','2'),(154848,3224,'_date_completed','1740691128'),(154849,3224,'_completed_date','2025-02-27 21:18:48'),(154850,3225,'_edit_lock','1740774079:2'),(154851,3226,'_edit_lock','1740774132:2'),(154852,3221,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992268850\";s:12:\"date_shipped\";s:10:\"1740614400\";s:11:\"tracking_id\";s:32:\"f3d264898593a78228997e1e438ac7db\";}}'),(154853,3221,'_date_completed','1740691285'),(154854,3221,'_completed_date','2025-02-27 21:21:25'),(154855,3227,'_order_key','wc_order_p1ODdB5TGVGB6'),(154856,3227,'_customer_user','50'),(154857,3227,'_payment_method','paypal'),(154858,3227,'_payment_method_title','PayPal'),(154859,3227,'_customer_ip_address','24.62.247.50'),(154860,3227,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(154861,3227,'_created_via','checkout'),(154862,3227,'_cart_hash','65899873addf57344e54c8bab55f4307'),(154863,3227,'_download_permissions_granted','yes'),(154864,3227,'_recorded_sales','yes'),(154865,3227,'_recorded_coupon_usage_counts','yes'),(154866,3227,'_new_order_email_sent','true'),(154867,3227,'_order_stock_reduced','yes'),(154868,3227,'_billing_first_name','Christine'),(154869,3227,'_billing_last_name','Cherry'),(154870,3227,'_billing_company','NITS END'),(154871,3227,'_billing_address_1','PO BOX 1092'),(154872,3227,'_billing_city','Campton'),(154873,3227,'_billing_state','NH'),(154874,3227,'_billing_postcode','03223'),(154875,3227,'_billing_country','US'),(154876,3227,'_billing_email','info@liceclinicsplaistow.com'),(154877,3227,'_billing_phone','16034983390'),(154878,3227,'_shipping_first_name','Christine'),(154879,3227,'_shipping_last_name','Cherry'),(154880,3227,'_shipping_company','C/O Linda Brann LCA/Nits End'),(154881,3227,'_shipping_address_1','16 Toppan Dr'),(154882,3227,'_shipping_city','Gorham'),(154883,3227,'_shipping_state','ME'),(154884,3227,'_shipping_postcode','04038'),(154885,3227,'_shipping_country','US'),(154886,3227,'_order_currency','USD'),(154887,3227,'_cart_discount','0'),(154888,3227,'_cart_discount_tax','0'),(154889,3227,'_order_shipping','0'),(154890,3227,'_order_shipping_tax','0'),(154891,3227,'_order_tax','0'),(154892,3227,'_order_total','740.36'),(154893,3227,'_order_version','9.6.0'),(154894,3227,'_prices_include_tax','no'),(154895,3227,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(154896,3227,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(154897,3227,'is_vat_exempt','no'),(154898,3227,'_wc_order_attribution_source_type','typein'),(154899,3227,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/view-order/3199/'),(154900,3227,'_wc_order_attribution_utm_source','(direct)'),(154901,3227,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/my-account/orders/'),(154902,3227,'_wc_order_attribution_session_start_time','2025-02-27 22:20:13'),(154903,3227,'_wc_order_attribution_session_pages','4'),(154904,3227,'_wc_order_attribution_session_count','1'),(154905,3227,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0'),(154906,3227,'_wc_order_attribution_device_type','Desktop'),(154907,3227,'Payment type','instant'),(154908,3227,'_paypal_status','completed'),(154909,3227,'_transaction_id','5P801375Y1250153U'),(154910,3227,'PayPal Transaction Fee','26.33'),(154911,3227,'_date_paid','1740694992'),(154912,3227,'_paid_date','2025-02-27 22:23:12'),(154913,3227,'_edit_lock','1740774133:2'),(154914,3225,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269320\";s:12:\"date_shipped\";s:10:\"1740700800\";s:11:\"tracking_id\";s:32:\"d6629a4d8a67f7a605e841f42dc9aa88\";}}'),(154915,3225,'_edit_last','2'),(154916,3225,'_date_completed','1740774190'),(154917,3225,'_completed_date','2025-02-28 20:23:10'),(154918,3226,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269364\";s:12:\"date_shipped\";s:10:\"1740700800\";s:11:\"tracking_id\";s:32:\"df2cf3cf7b666f30e81c7d3b70c24910\";}}'),(154919,3226,'_edit_last','2'),(154920,3226,'_date_completed','1740774254'),(154921,3226,'_completed_date','2025-02-28 20:24:14'),(154922,3227,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269375\";s:12:\"date_shipped\";s:10:\"1740700800\";s:11:\"tracking_id\";s:32:\"8c8bbc0d9c8ad9175448abd15c195258\";}}'),(154923,3227,'_edit_last','2'),(154924,3227,'_date_completed','1740774265'),(154925,3227,'_completed_date','2025-02-28 20:24:25'),(154926,3228,'_order_key','wc_order_JK98c0xQHsK1H'),(154927,3228,'_customer_user','79'),(154928,3228,'_payment_method','paypal'),(154929,3228,'_payment_method_title','PayPal'),(154930,3228,'_customer_ip_address','71.91.158.65'),(154931,3228,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(154932,3228,'_created_via','checkout'),(154933,3228,'_cart_hash','b1539d7f6b9abaf11f6fec5280f85c56'),(154934,3228,'_download_permissions_granted','yes'),(154935,3228,'_recorded_sales','yes'),(154936,3228,'_recorded_coupon_usage_counts','yes'),(154937,3228,'_new_order_email_sent','true'),(154938,3228,'_order_stock_reduced','yes'),(154939,3228,'_billing_first_name','Shanna'),(154940,3228,'_billing_last_name','Castille'),(154941,3228,'_billing_address_1','1097 Hundley Rd'),(154942,3228,'_billing_city','Eunice'),(154943,3228,'_billing_state','LA'),(154944,3228,'_billing_postcode','70535'),(154945,3228,'_billing_country','US'),(154946,3228,'_billing_email','Shanna_sr09@yahoo.com'),(154947,3228,'_billing_phone','3374668998'),(154948,3228,'_shipping_first_name','Shanna'),(154949,3228,'_shipping_last_name','Castille'),(154950,3228,'_shipping_address_1','1097 Hundley Rd'),(154951,3228,'_shipping_city','eunice'),(154952,3228,'_shipping_state','LA'),(154953,3228,'_shipping_postcode','70535'),(154954,3228,'_shipping_country','US'),(154955,3228,'_order_currency','USD'),(154956,3228,'_cart_discount','0'),(154957,3228,'_cart_discount_tax','0'),(154958,3228,'_order_shipping','0'),(154959,3228,'_order_shipping_tax','0'),(154960,3228,'_order_tax','0'),(154961,3228,'_order_total','783.01'),(154962,3228,'_order_version','9.6.0'),(154963,3228,'_prices_include_tax','no'),(154964,3228,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(154965,3228,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(154966,3228,'is_vat_exempt','no'),(154967,3228,'_wc_order_attribution_source_type','typein'),(154968,3228,'_wc_order_attribution_utm_source','(direct)'),(154969,3228,'_wc_order_attribution_utm_source_platform',''),(154970,3228,'_wc_order_attribution_utm_creative_format',''),(154971,3228,'_wc_order_attribution_utm_marketing_tactic',''),(154972,3228,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(154973,3228,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(154974,3228,'_wc_order_attribution_session_pages','4'),(154975,3228,'_wc_order_attribution_session_count','10'),(154976,3228,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(154977,3228,'_wc_order_attribution_device_type','Desktop'),(154978,3228,'Payment type','instant'),(154979,3228,'_paypal_status','completed'),(154980,3228,'_transaction_id','39R68088BG411461S'),(154981,3228,'PayPal Transaction Fee','27.82'),(154982,3228,'_date_paid','1740877911'),(154983,3228,'_paid_date','2025-03-02 01:11:51'),(154984,3229,'_order_key','wc_order_zmhgsClHbRE3x'),(154985,3229,'_customer_user','3'),(154986,3229,'_payment_method','paypal'),(154987,3229,'_payment_method_title','PayPal'),(154988,3229,'_customer_ip_address','99.22.146.124'),(154989,3229,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(154990,3229,'_created_via','checkout'),(154991,3229,'_cart_hash','e8e17e624977878a338ef35151ff8dbe'),(154992,3229,'_download_permissions_granted','yes'),(154993,3229,'_recorded_sales','yes'),(154994,3229,'_recorded_coupon_usage_counts','yes'),(154995,3229,'_new_order_email_sent','true'),(154996,3229,'_order_stock_reduced','yes'),(154997,3229,'_billing_first_name','amanda'),(154998,3229,'_billing_last_name','westerman'),(154999,3229,'_billing_company','Lice Clinics of America McKinney'),(155000,3229,'_billing_address_1','3120 Hudson Crossing'),(155001,3229,'_billing_address_2','Suite A2'),(155002,3229,'_billing_city','MCKINNEY'),(155003,3229,'_billing_state','TX'),(155004,3229,'_billing_postcode','75070'),(155005,3229,'_billing_country','US'),(155006,3229,'_billing_email','awesterman1103@gmail.com'),(155007,3229,'_billing_phone','12144175741'),(155008,3229,'_shipping_first_name','amanda'),(155009,3229,'_shipping_last_name','westerman'),(155010,3229,'_shipping_company','Lice Clinics of America McKinney'),(155011,3229,'_shipping_address_1','3120 Hudson Crossing'),(155012,3229,'_shipping_address_2','Suite A2'),(155013,3229,'_shipping_city','McKinney'),(155014,3229,'_shipping_state','TX'),(155015,3229,'_shipping_postcode','75070'),(155016,3229,'_shipping_country','US'),(155017,3229,'_order_currency','USD'),(155018,3229,'_cart_discount','0'),(155019,3229,'_cart_discount_tax','0'),(155020,3229,'_order_shipping','0'),(155021,3229,'_order_shipping_tax','0'),(155022,3229,'_order_tax','0'),(155023,3229,'_order_total','591.03'),(155024,3229,'_order_version','9.6.0'),(155025,3229,'_prices_include_tax','no'),(155026,3229,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(155027,3229,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(155028,3229,'is_vat_exempt','no'),(155029,3229,'_wc_order_attribution_source_type','referral'),(155030,3229,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(155031,3229,'_wc_order_attribution_utm_source','lcaportal.com'),(155032,3229,'_wc_order_attribution_utm_medium','referral'),(155033,3229,'_wc_order_attribution_utm_content','/'),(155034,3229,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155035,3229,'_wc_order_attribution_session_start_time','2025-03-02 20:17:30'),(155036,3229,'_wc_order_attribution_session_pages','4'),(155037,3229,'_wc_order_attribution_session_count','9'),(155038,3229,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155039,3229,'_wc_order_attribution_device_type','Desktop'),(155040,3229,'Payment type','instant'),(155041,3229,'_paypal_status','completed'),(155042,3229,'_transaction_id','5GR05142HT5385255'),(155043,3229,'PayPal Transaction Fee','21.12'),(155044,3229,'_date_paid','1740946816'),(155045,3229,'_paid_date','2025-03-02 20:20:16'),(155046,3230,'_order_key','wc_order_LsBtojTBM8PX0'),(155047,3230,'_customer_user','39'),(155048,3230,'_payment_method','paypal'),(155049,3230,'_payment_method_title','PayPal'),(155050,3230,'_customer_ip_address','50.50.117.246'),(155051,3230,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36'),(155052,3230,'_created_via','checkout'),(155053,3230,'_cart_hash','0efda3b5ca8e28f03db354c4a007e099'),(155054,3230,'_download_permissions_granted','yes'),(155055,3230,'_recorded_sales','yes'),(155056,3230,'_recorded_coupon_usage_counts','yes'),(155057,3230,'_new_order_email_sent','true'),(155058,3230,'_order_stock_reduced','yes'),(155059,3230,'_billing_first_name','Patty'),(155060,3230,'_billing_last_name','Ziegler'),(155061,3230,'_billing_address_1','3090 Saddle Brook Tr'),(155062,3230,'_billing_city','Sun Prairie'),(155063,3230,'_billing_state','WI'),(155064,3230,'_billing_postcode','53590'),(155065,3230,'_billing_country','US'),(155066,3230,'_billing_email','liceremovalwisconsin@gmail.com'),(155067,3230,'_billing_phone','6088258255'),(155068,3230,'_shipping_first_name','Patty'),(155069,3230,'_shipping_last_name','Ziegler'),(155070,3230,'_shipping_address_1','3090 Saddle Brook Tr'),(155071,3230,'_shipping_city','Sun Prairie'),(155072,3230,'_shipping_state','WI'),(155073,3230,'_shipping_postcode','53590'),(155074,3230,'_shipping_country','US'),(155075,3230,'_order_currency','USD'),(155076,3230,'_cart_discount','0'),(155077,3230,'_cart_discount_tax','0'),(155078,3230,'_order_shipping','0'),(155079,3230,'_order_shipping_tax','0'),(155080,3230,'_order_tax','0'),(155081,3230,'_order_total','766.20'),(155082,3230,'_order_version','9.6.0'),(155083,3230,'_prices_include_tax','no'),(155084,3230,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(155085,3230,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(155086,3230,'is_vat_exempt','no'),(155087,3230,'_wc_order_attribution_source_type','referral'),(155088,3230,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155089,3230,'_wc_order_attribution_utm_source','lcaportal.com'),(155090,3230,'_wc_order_attribution_utm_medium','referral'),(155091,3230,'_wc_order_attribution_utm_content','/'),(155092,3230,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155093,3230,'_wc_order_attribution_session_start_time','2025-03-03 18:49:08'),(155094,3230,'_wc_order_attribution_session_pages','4'),(155095,3230,'_wc_order_attribution_session_count','1'),(155096,3230,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Mobile Safari/537.36'),(155097,3230,'_wc_order_attribution_device_type','Mobile'),(155098,3230,'Payment type','instant'),(155099,3230,'_paypal_status','completed'),(155100,3230,'_transaction_id','60481312AU5852347'),(155101,3230,'PayPal Transaction Fee','27.23'),(155102,3230,'_date_paid','1741028511'),(155103,3230,'_paid_date','2025-03-03 19:01:51'),(155104,3231,'_order_key','wc_order_xqkWbW8z2g4VU'),(155105,3231,'_customer_user','100'),(155106,3231,'_payment_method','paypal'),(155107,3231,'_payment_method_title','PayPal'),(155108,3231,'_customer_ip_address','108.147.93.84'),(155109,3231,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(155110,3231,'_created_via','checkout'),(155111,3231,'_cart_hash','ff669f263be45e0cd4d297efb61cd5fb'),(155112,3231,'_download_permissions_granted','yes'),(155113,3231,'_recorded_sales','yes'),(155114,3231,'_recorded_coupon_usage_counts','yes'),(155115,3231,'_new_order_email_sent','true'),(155116,3231,'_order_stock_reduced','yes'),(155117,3231,'_billing_first_name','Michael'),(155118,3231,'_billing_last_name','Beckman'),(155119,3231,'_billing_address_1','921 Moraga Ave'),(155120,3231,'_billing_city','Piedmont'),(155121,3231,'_billing_state','CA'),(155122,3231,'_billing_postcode','94611'),(155123,3231,'_billing_country','US'),(155124,3231,'_billing_email','licetoknowyou@gmail.com'),(155125,3231,'_billing_phone','8585314583'),(155126,3231,'_shipping_first_name','Chelsey'),(155127,3231,'_shipping_last_name','Watkins'),(155128,3231,'_shipping_company','Lice Clinics of America - Sunnyvale'),(155129,3231,'_shipping_address_1','958 Redmond ave'),(155130,3231,'_shipping_city','San Jose'),(155131,3231,'_shipping_state','CA'),(155132,3231,'_shipping_postcode','95120'),(155133,3231,'_shipping_country','US'),(155134,3231,'_order_currency','USD'),(155135,3231,'_cart_discount','0'),(155136,3231,'_cart_discount_tax','0'),(155137,3231,'_order_shipping','0'),(155138,3231,'_order_shipping_tax','0'),(155139,3231,'_order_tax','0'),(155140,3231,'_order_total','1113.68'),(155141,3231,'_order_version','9.6.0'),(155142,3231,'_prices_include_tax','no'),(155143,3231,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(155144,3231,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(155145,3231,'is_vat_exempt','no'),(155146,3231,'_wc_order_attribution_source_type','referral'),(155147,3231,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155148,3231,'_wc_order_attribution_utm_source','lcaportal.com'),(155149,3231,'_wc_order_attribution_utm_medium','referral'),(155150,3231,'_wc_order_attribution_utm_content','/'),(155151,3231,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155152,3231,'_wc_order_attribution_session_start_time','2025-03-03 20:05:45'),(155153,3231,'_wc_order_attribution_session_pages','4'),(155154,3231,'_wc_order_attribution_session_count','20'),(155155,3231,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(155156,3231,'_wc_order_attribution_device_type','Desktop'),(155157,3231,'Payment type','instant'),(155158,3231,'_paypal_status','completed'),(155159,3231,'_transaction_id','4ND554179M4488121'),(155160,3231,'PayPal Transaction Fee','39.36'),(155161,3231,'_date_paid','1741034067'),(155162,3231,'_paid_date','2025-03-03 20:34:27'),(155163,3230,'_edit_lock','1741042647:2'),(155164,3230,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269776\";s:12:\"date_shipped\";s:10:\"1740960000\";s:11:\"tracking_id\";s:32:\"6b0a72ad98bb49c308666fb8b2dcf713\";}}'),(155165,3230,'_edit_last','2'),(155166,3230,'_date_completed','1741042785'),(155167,3230,'_completed_date','2025-03-03 22:59:45'),(155168,3231,'_edit_lock','1741042846:2'),(155169,3231,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269846\";s:12:\"date_shipped\";s:10:\"1740960000\";s:11:\"tracking_id\";s:32:\"c9345023fe51246fff06db6053b51974\";}}'),(155170,3231,'_edit_last','2'),(155171,3231,'_date_completed','1741042840'),(155172,3231,'_completed_date','2025-03-03 23:00:40'),(155173,3229,'_edit_lock','1741042923:2'),(155174,3229,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269640\";s:12:\"date_shipped\";s:10:\"1740960000\";s:11:\"tracking_id\";s:32:\"9a6db783aeffcbd9291147b978f4c3a0\";}}'),(155175,3229,'_edit_last','2'),(155176,3229,'_date_completed','1741043053'),(155177,3229,'_completed_date','2025-03-03 23:04:13'),(155178,3228,'_edit_lock','1741043096:2'),(155179,3228,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269618\";s:12:\"date_shipped\";s:10:\"1740960000\";s:11:\"tracking_id\";s:32:\"b7d6e865dd4f5a37b4bd236df921bd61\";}}'),(155180,3228,'_edit_last','2'),(155181,3228,'_date_completed','1741043091'),(155182,3228,'_completed_date','2025-03-03 23:04:51'),(155183,3232,'_order_key','wc_order_CCBloeXNp85Pc'),(155184,3232,'_customer_user','11'),(155185,3232,'_payment_method','paypal'),(155186,3232,'_payment_method_title','PayPal'),(155187,3232,'_customer_ip_address','162.43.223.103'),(155188,3232,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155189,3232,'_created_via','checkout'),(155190,3232,'_cart_hash','94982552f52df96fe21a153d4e947aec'),(155191,3232,'_download_permissions_granted','yes'),(155192,3232,'_recorded_sales','yes'),(155193,3232,'_recorded_coupon_usage_counts','yes'),(155194,3232,'_new_order_email_sent','true'),(155195,3232,'_order_stock_reduced','yes'),(155196,3232,'_billing_first_name','Tina'),(155197,3232,'_billing_last_name','Hunt'),(155198,3232,'_billing_company','Lice Clinics of America'),(155199,3232,'_billing_address_1','830 Fairview Ave.'),(155200,3232,'_billing_address_2','Suite A-4'),(155201,3232,'_billing_city','Bowling Green'),(155202,3232,'_billing_state','KY'),(155203,3232,'_billing_postcode','42101'),(155204,3232,'_billing_country','US'),(155205,3232,'_billing_email','lcbgky12@gmail.com'),(155206,3232,'_billing_phone','2709996803'),(155207,3232,'_shipping_first_name','Tina'),(155208,3232,'_shipping_last_name','Hunt'),(155209,3232,'_shipping_company','Lice Clinics of America'),(155210,3232,'_shipping_address_1','830 Fairview Ave.'),(155211,3232,'_shipping_address_2','Suite A-4'),(155212,3232,'_shipping_city','Bowling Green'),(155213,3232,'_shipping_state','KY'),(155214,3232,'_shipping_postcode','42101'),(155215,3232,'_shipping_country','US'),(155216,3232,'_order_currency','USD'),(155217,3232,'_cart_discount','0'),(155218,3232,'_cart_discount_tax','0'),(155219,3232,'_order_shipping','14.61'),(155220,3232,'_order_shipping_tax','0'),(155221,3232,'_order_tax','0'),(155222,3232,'_order_total','258.29'),(155223,3232,'_order_version','9.6.0'),(155224,3232,'_prices_include_tax','no'),(155225,3232,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(155226,3232,'_shipping_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(155227,3232,'is_vat_exempt','no'),(155228,3232,'_wc_order_attribution_source_type','referral'),(155229,3232,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155230,3232,'_wc_order_attribution_utm_source','lcaportal.com'),(155231,3232,'_wc_order_attribution_utm_medium','referral'),(155232,3232,'_wc_order_attribution_utm_content','/'),(155233,3232,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155234,3232,'_wc_order_attribution_session_start_time','2025-03-04 11:17:48'),(155235,3232,'_wc_order_attribution_session_pages','6'),(155236,3232,'_wc_order_attribution_session_count','1'),(155237,3232,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155238,3232,'_wc_order_attribution_device_type','Desktop'),(155239,3232,'Payment type','instant'),(155240,3232,'_paypal_status','completed'),(155241,3232,'_transaction_id','2J115159Y4352413H'),(155242,3232,'PayPal Transaction Fee','9.50'),(155243,3232,'_date_paid','1741087332'),(155244,3232,'_paid_date','2025-03-04 11:22:12'),(155246,3232,'_edit_lock','1741123056:2'),(155247,3232,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269880\";s:12:\"date_shipped\";s:10:\"1741046400\";s:11:\"tracking_id\";s:32:\"b3b56b4cc2e7ef252b6d6b754246e4d9\";}}'),(155248,3232,'_edit_last','2'),(155249,3232,'_date_completed','1741123166'),(155250,3232,'_completed_date','2025-03-04 21:19:26'),(155251,3233,'_order_key','wc_order_ihGaGQwyWtJe3'),(155252,3233,'_customer_user','60'),(155253,3233,'_payment_method','paypal'),(155254,3233,'_payment_method_title','PayPal'),(155255,3233,'_customer_ip_address','24.13.229.23'),(155256,3233,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(155257,3233,'_created_via','checkout'),(155258,3233,'_cart_hash','e7f1c2eee6fbe3d6dae46e7bd6eee751'),(155259,3233,'_download_permissions_granted','yes'),(155260,3233,'_recorded_sales','yes'),(155261,3233,'_recorded_coupon_usage_counts','yes'),(155262,3233,'_new_order_email_sent','true'),(155263,3233,'_order_stock_reduced','yes'),(155264,3233,'_billing_first_name','Jill'),(155265,3233,'_billing_last_name','Leshtz'),(155266,3233,'_billing_company','Lice clinics of America-North Shore'),(155267,3233,'_billing_address_1','1580 Lancelot Avenue'),(155268,3233,'_billing_city','Highland park'),(155269,3233,'_billing_state','IL'),(155270,3233,'_billing_postcode','60035'),(155271,3233,'_billing_country','US'),(155272,3233,'_billing_email','jleshtz@gmail.com'),(155273,3233,'_billing_phone','8473639001'),(155274,3233,'_shipping_first_name','Jill'),(155275,3233,'_shipping_last_name','Leshtz'),(155276,3233,'_shipping_company','Lice clinics of America-North Shore'),(155277,3233,'_shipping_address_1','1580 Lancelot Avenue'),(155278,3233,'_shipping_city','Highland park'),(155279,3233,'_shipping_state','IL'),(155280,3233,'_shipping_postcode','60035'),(155281,3233,'_shipping_country','US'),(155282,3233,'_order_currency','USD'),(155283,3233,'_cart_discount','0'),(155284,3233,'_cart_discount_tax','0'),(155285,3233,'_order_shipping','0'),(155286,3233,'_order_shipping_tax','0'),(155287,3233,'_order_tax','0'),(155288,3233,'_order_total','1169.52'),(155289,3233,'_order_version','9.6.0'),(155290,3233,'_prices_include_tax','no'),(155291,3233,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(155292,3233,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(155293,3233,'is_vat_exempt','no'),(155294,3233,'_wc_order_attribution_source_type','referral'),(155295,3233,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155296,3233,'_wc_order_attribution_utm_source','lcaportal.com'),(155297,3233,'_wc_order_attribution_utm_medium','referral'),(155298,3233,'_wc_order_attribution_utm_content','/'),(155299,3233,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155300,3233,'_wc_order_attribution_session_start_time','2025-03-04 22:03:47'),(155301,3233,'_wc_order_attribution_session_pages','4'),(155302,3233,'_wc_order_attribution_session_count','1'),(155303,3233,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(155304,3233,'_wc_order_attribution_device_type','Desktop'),(155305,3233,'Payment type','instant'),(155306,3233,'_paypal_status','completed'),(155307,3233,'_transaction_id','0NM156372G3097426'),(155308,3233,'PayPal Transaction Fee','41.31'),(155309,3233,'_date_paid','1741126508'),(155310,3233,'_paid_date','2025-03-04 22:15:08'),(155315,3234,'_order_key','wc_order_wa2Ok6q4LXyul'),(155316,3234,'_customer_user','21'),(155317,3234,'_payment_method','paypal'),(155318,3234,'_payment_method_title','PayPal'),(155319,3234,'_customer_ip_address','50.27.165.19'),(155320,3234,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0'),(155321,3234,'_created_via','checkout'),(155322,3234,'_cart_hash','bec2064f61bba8c82165fb54b588f624'),(155323,3234,'_download_permissions_granted','yes'),(155324,3234,'_recorded_sales','yes'),(155325,3234,'_recorded_coupon_usage_counts','yes'),(155326,3234,'_new_order_email_sent','true'),(155327,3234,'_order_stock_reduced','yes'),(155328,3234,'_billing_first_name','LCA'),(155329,3234,'_billing_last_name','Arkansas'),(155330,3234,'_billing_company','LCA - Central Arkansas'),(155331,3234,'_billing_address_1','1011 N. 2nd St., Ste. D'),(155332,3234,'_billing_city','Cabot'),(155333,3234,'_billing_state','AR'),(155334,3234,'_billing_postcode','72023'),(155335,3234,'_billing_country','US'),(155336,3234,'_billing_email','liceclinicslittlerock@gmail.com'),(155337,3234,'_billing_phone','15014249396'),(155338,3234,'_shipping_first_name','LCA'),(155339,3234,'_shipping_last_name','Arkansas'),(155340,3234,'_shipping_company','LCA - Central Arkansas'),(155341,3234,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(155342,3234,'_shipping_city','Cabot'),(155343,3234,'_shipping_state','AR'),(155344,3234,'_shipping_postcode','72023'),(155345,3234,'_shipping_country','US'),(155346,3234,'_order_currency','USD'),(155347,3234,'_cart_discount','0'),(155348,3234,'_cart_discount_tax','0'),(155349,3234,'_order_shipping','17.09'),(155350,3234,'_order_shipping_tax','0'),(155351,3234,'_order_tax','0'),(155352,3234,'_order_total','268.13'),(155353,3234,'_order_version','9.6.0'),(155354,3234,'_prices_include_tax','no'),(155355,3234,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(155356,3234,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(155357,3234,'is_vat_exempt','no'),(155358,3234,'_wc_order_attribution_source_type','referral'),(155359,3234,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155360,3234,'_wc_order_attribution_utm_source','lcaportal.com'),(155361,3234,'_wc_order_attribution_utm_medium','referral'),(155362,3234,'_wc_order_attribution_utm_content','/'),(155363,3234,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155364,3234,'_wc_order_attribution_session_start_time','2025-03-05 16:15:50'),(155365,3234,'_wc_order_attribution_session_pages','4'),(155366,3234,'_wc_order_attribution_session_count','1'),(155367,3234,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0'),(155368,3234,'_wc_order_attribution_device_type','Desktop'),(155369,3234,'Payment type','instant'),(155370,3234,'_paypal_status','completed'),(155371,3234,'_transaction_id','2DN08330FF125142Y'),(155372,3234,'PayPal Transaction Fee','9.85'),(155373,3234,'_date_paid','1741191727'),(155374,3234,'_paid_date','2025-03-05 16:22:07'),(155375,3235,'_order_key','wc_order_eideEIM7FQ4Cg'),(155376,3235,'_customer_user','6'),(155377,3235,'_payment_method','paypal'),(155378,3235,'_payment_method_title','PayPal'),(155379,3235,'_customer_ip_address','98.41.41.47'),(155380,3235,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(155381,3235,'_created_via','checkout'),(155382,3235,'_cart_hash','55d98ec7679c574e8ae60c19108a16d9'),(155383,3235,'_download_permissions_granted','yes'),(155384,3235,'_recorded_sales','yes'),(155385,3235,'_recorded_coupon_usage_counts','yes'),(155386,3235,'_new_order_email_sent','true'),(155387,3235,'_order_stock_reduced','yes'),(155388,3235,'_billing_first_name','Amira'),(155389,3235,'_billing_last_name','Purto'),(155390,3235,'_billing_address_1','2520 Chandon Circle'),(155391,3235,'_billing_city','Modesto'),(155392,3235,'_billing_state','CA'),(155393,3235,'_billing_postcode','95355'),(155394,3235,'_billing_country','US'),(155395,3235,'_billing_email','amira77@sbcglobal.net'),(155396,3235,'_billing_phone','2096422061'),(155397,3235,'_shipping_first_name','Amira'),(155398,3235,'_shipping_last_name','Purto'),(155399,3235,'_shipping_address_1','2520 Chandon Circle'),(155400,3235,'_shipping_city','Modesto'),(155401,3235,'_shipping_state','CA'),(155402,3235,'_shipping_postcode','95355'),(155403,3235,'_shipping_country','US'),(155404,3235,'_order_currency','USD'),(155405,3235,'_cart_discount','0'),(155406,3235,'_cart_discount_tax','0'),(155407,3235,'_order_shipping','0'),(155408,3235,'_order_shipping_tax','0'),(155409,3235,'_order_tax','0'),(155410,3235,'_order_total','1160.54'),(155411,3235,'_order_version','9.6.0'),(155412,3235,'_prices_include_tax','no'),(155413,3235,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(155414,3235,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(155415,3235,'is_vat_exempt','no'),(155416,3235,'_wc_order_attribution_source_type','typein'),(155417,3235,'_wc_order_attribution_utm_source','(direct)'),(155418,3235,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155419,3235,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(155420,3235,'_wc_order_attribution_session_pages','4'),(155421,3235,'_wc_order_attribution_session_count','13'),(155422,3235,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(155423,3235,'_wc_order_attribution_device_type','Desktop'),(155424,3235,'Payment type','instant'),(155425,3235,'_paypal_status','completed'),(155426,3235,'_transaction_id','6SY921710E309414S'),(155427,3235,'PayPal Transaction Fee','40.99'),(155428,3235,'_date_paid','1741196989'),(155429,3235,'_paid_date','2025-03-05 17:49:49'),(155430,3236,'_order_key','wc_order_Mk8YnvnBxJrRB'),(155431,3236,'_customer_user','6'),(155432,3236,'_payment_method','paypal'),(155433,3236,'_payment_method_title','PayPal'),(155434,3236,'_customer_ip_address','98.41.41.47'),(155435,3236,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(155436,3236,'_created_via','checkout'),(155437,3236,'_cart_hash','c59e67c74c22ca357e8536ce6c86f215'),(155438,3236,'_download_permissions_granted','yes'),(155439,3236,'_recorded_sales','yes'),(155440,3236,'_recorded_coupon_usage_counts','yes'),(155441,3236,'_new_order_email_sent','true'),(155442,3236,'_order_stock_reduced','yes'),(155443,3236,'_billing_first_name','Amira'),(155444,3236,'_billing_last_name','Purto'),(155445,3236,'_billing_address_1','2520 Chandon Circle'),(155446,3236,'_billing_city','Modesto'),(155447,3236,'_billing_state','CA'),(155448,3236,'_billing_postcode','95355'),(155449,3236,'_billing_country','US'),(155450,3236,'_billing_email','amira77@sbcglobal.net'),(155451,3236,'_billing_phone','2096422061'),(155452,3236,'_shipping_first_name','Amira'),(155453,3236,'_shipping_last_name','Purto'),(155454,3236,'_shipping_address_1','2520 Chandon Circle'),(155455,3236,'_shipping_city','Modesto'),(155456,3236,'_shipping_state','CA'),(155457,3236,'_shipping_postcode','95355'),(155458,3236,'_shipping_country','US'),(155459,3236,'_order_currency','USD'),(155460,3236,'_cart_discount','0'),(155461,3236,'_cart_discount_tax','0'),(155462,3236,'_order_shipping','0'),(155463,3236,'_order_shipping_tax','0'),(155464,3236,'_order_tax','0'),(155465,3236,'_order_total','1002.68'),(155466,3236,'_order_version','9.6.0'),(155467,3236,'_prices_include_tax','no'),(155468,3236,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(155469,3236,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(155470,3236,'is_vat_exempt','no'),(155471,3236,'_wc_order_attribution_source_type','typein'),(155472,3236,'_wc_order_attribution_utm_source','(direct)'),(155473,3236,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155474,3236,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(155475,3236,'_wc_order_attribution_session_pages','13'),(155476,3236,'_wc_order_attribution_session_count','13'),(155477,3236,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(155478,3236,'_wc_order_attribution_device_type','Desktop'),(155479,3236,'Payment type','instant'),(155480,3236,'_paypal_status','completed'),(155481,3236,'_transaction_id','18B28343UJ470441M'),(155482,3236,'PayPal Transaction Fee','35.48'),(155483,3236,'_date_paid','1741197433'),(155484,3236,'_paid_date','2025-03-05 17:57:13'),(155485,3237,'_order_key','wc_order_0vbZ0c7EMj03U'),(155486,3237,'_customer_user','4'),(155487,3237,'_payment_method','paypal'),(155488,3237,'_payment_method_title','PayPal'),(155489,3237,'_customer_ip_address','73.20.28.23'),(155490,3237,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155491,3237,'_created_via','checkout'),(155492,3237,'_cart_hash','a111c1cd4c6e7a9c2620206e7aa1a08a'),(155493,3237,'_download_permissions_granted','yes'),(155494,3237,'_recorded_sales','yes'),(155495,3237,'_recorded_coupon_usage_counts','yes'),(155496,3237,'_new_order_email_sent','true'),(155497,3237,'_order_stock_reduced','yes'),(155498,3237,'_billing_first_name','David'),(155499,3237,'_billing_last_name','Washburn'),(155500,3237,'_billing_company','Larada Sciences (LCA)'),(155501,3237,'_billing_address_1','4873 South State St.'),(155502,3237,'_billing_city','Murray'),(155503,3237,'_billing_state','UT'),(155504,3237,'_billing_postcode','84107'),(155505,3237,'_billing_country','US'),(155506,3237,'_billing_email','david@laradasciences.com'),(155507,3237,'_billing_phone','8019197428'),(155508,3237,'_shipping_first_name','David'),(155509,3237,'_shipping_last_name','Washburn'),(155510,3237,'_shipping_company','Larada Sciences (LCA)'),(155511,3237,'_shipping_address_1','4873 South State St.'),(155512,3237,'_shipping_city','Murray'),(155513,3237,'_shipping_state','UT'),(155514,3237,'_shipping_postcode','84107'),(155515,3237,'_shipping_country','US'),(155516,3237,'_order_currency','USD'),(155517,3237,'_cart_discount','0'),(155518,3237,'_cart_discount_tax','0'),(155519,3237,'_order_shipping','0'),(155520,3237,'_order_shipping_tax','0'),(155521,3237,'_order_tax','0'),(155522,3237,'_order_total','888.28'),(155523,3237,'_order_version','9.6.0'),(155524,3237,'_prices_include_tax','no'),(155525,3237,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(155526,3237,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(155527,3237,'is_vat_exempt','no'),(155528,3237,'_wc_order_attribution_source_type','typein'),(155529,3237,'_wc_order_attribution_utm_source','(direct)'),(155530,3237,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(155531,3237,'_wc_order_attribution_session_start_time','2025-03-05 19:55:55'),(155532,3237,'_wc_order_attribution_session_pages','5'),(155533,3237,'_wc_order_attribution_session_count','1'),(155534,3237,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155535,3237,'_wc_order_attribution_device_type','Desktop'),(155536,3237,'_oaw_varify_key','e157e78a3ff4bf0292f9'),(155537,3237,'_edit_lock','1742590245:2'),(155538,3237,'_edit_last','2'),(155539,3233,'_edit_lock','1741213282:2'),(155540,3233,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992269960\";s:12:\"date_shipped\";s:10:\"1741132800\";s:11:\"tracking_id\";s:32:\"4aa6524140302800bfc34f9a478f6309\";}}'),(155541,3233,'_edit_last','2'),(155542,3233,'_date_completed','1741213277'),(155543,3233,'_completed_date','2025-03-05 22:21:17'),(155544,3235,'_edit_lock','1741213960:2'),(155545,3235,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992270081\";s:12:\"date_shipped\";s:10:\"1741132800\";s:11:\"tracking_id\";s:32:\"0406b2905400bb968fff8b734ff44fb7\";}}'),(155546,3235,'_edit_last','2'),(155547,3235,'_date_completed','1741213449'),(155548,3235,'_completed_date','2025-03-05 22:24:09'),(155549,3238,'_order_key','wc_order_AQhHIRsfivtke'),(155550,3238,'_customer_user','98'),(155551,3238,'_payment_method','paypal'),(155552,3238,'_payment_method_title','PayPal'),(155553,3238,'_customer_ip_address','24.62.247.50'),(155554,3238,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(155555,3238,'_created_via','checkout'),(155556,3238,'_cart_hash','99c35a4a9106816e8a0ff12faf2b28f5'),(155557,3238,'_download_permissions_granted','yes'),(155558,3238,'_recorded_sales','yes'),(155559,3238,'_recorded_coupon_usage_counts','yes'),(155560,3238,'_new_order_email_sent','true'),(155561,3238,'_order_stock_reduced','yes'),(155562,3238,'_billing_first_name','Christine'),(155563,3238,'_billing_last_name','Cherry'),(155564,3238,'_billing_company','NITS END'),(155565,3238,'_billing_address_1','PO BOX 1092'),(155566,3238,'_billing_city','Campton'),(155567,3238,'_billing_state','NH'),(155568,3238,'_billing_postcode','03223'),(155569,3238,'_billing_country','US'),(155570,3238,'_billing_email','christine@liceclinicscolumbus.com'),(155571,3238,'_billing_phone','16034983390'),(155572,3238,'_shipping_first_name','Erica'),(155573,3238,'_shipping_last_name','Froggatt'),(155574,3238,'_shipping_company','LCA'),(155575,3238,'_shipping_address_1','5910 Wilcox Pl'),(155576,3238,'_shipping_address_2','suite E'),(155577,3238,'_shipping_city','Dublin'),(155578,3238,'_shipping_state','OH'),(155579,3238,'_shipping_postcode','43016'),(155580,3238,'_shipping_country','US'),(155581,3238,'_order_currency','USD'),(155582,3238,'_cart_discount','0'),(155583,3238,'_cart_discount_tax','0'),(155584,3238,'_order_shipping','0'),(155585,3238,'_order_shipping_tax','0'),(155586,3238,'_order_tax','0'),(155587,3238,'_order_total','1883.36'),(155588,3238,'_order_version','9.6.0'),(155589,3238,'_prices_include_tax','no'),(155590,3238,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(155591,3238,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(155592,3238,'is_vat_exempt','no'),(155593,3238,'_wc_order_attribution_source_type','referral'),(155594,3238,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155595,3238,'_wc_order_attribution_utm_source','lcaportal.com'),(155596,3238,'_wc_order_attribution_utm_medium','referral'),(155597,3238,'_wc_order_attribution_utm_content','/'),(155598,3238,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155599,3238,'_wc_order_attribution_session_start_time','2025-03-07 15:12:20'),(155600,3238,'_wc_order_attribution_session_pages','6'),(155601,3238,'_wc_order_attribution_session_count','1'),(155602,3238,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(155603,3238,'_wc_order_attribution_device_type','Desktop'),(155604,3238,'Payment type','instant'),(155605,3238,'_paypal_status','completed'),(155606,3238,'_transaction_id','9RP99463SE324173K'),(155607,3238,'PayPal Transaction Fee','66.22'),(155608,3238,'_date_paid','1741360748'),(155609,3238,'_paid_date','2025-03-07 15:19:08'),(155610,3239,'_order_key','wc_order_XMYPHC6jwbRF7'),(155611,3239,'_customer_user','59'),(155612,3239,'_payment_method','paypal'),(155613,3239,'_payment_method_title','PayPal'),(155614,3239,'_customer_ip_address','174.170.117.96'),(155615,3239,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155616,3239,'_created_via','checkout'),(155617,3239,'_cart_hash','d6af654e8e5e17d22233b2df8b48a0fb'),(155618,3239,'_download_permissions_granted','yes'),(155619,3239,'_recorded_sales','yes'),(155620,3239,'_recorded_coupon_usage_counts','yes'),(155621,3239,'_new_order_email_sent','true'),(155622,3239,'_order_stock_reduced','yes'),(155623,3239,'_billing_first_name','Allison'),(155624,3239,'_billing_last_name','Anthon'),(155625,3239,'_billing_company','Lice Clinics of America Memorial City'),(155626,3239,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(155627,3239,'_billing_address_2','Apt, suite, floor, etc.'),(155628,3239,'_billing_city','TOMBALL'),(155629,3239,'_billing_state','TX'),(155630,3239,'_billing_postcode','77375'),(155631,3239,'_billing_country','US'),(155632,3239,'_billing_email','louseysolutions@gmail.com'),(155633,3239,'_billing_phone','6024008520'),(155634,3239,'_shipping_first_name','Allison'),(155635,3239,'_shipping_last_name','Anthon'),(155636,3239,'_shipping_company','LCA Memorial City'),(155637,3239,'_shipping_address_1','2831 Lakecrest River Dr.'),(155638,3239,'_shipping_city','Katy'),(155639,3239,'_shipping_state','TX'),(155640,3239,'_shipping_postcode','77493'),(155641,3239,'_shipping_country','US'),(155642,3239,'_order_currency','USD'),(155643,3239,'_cart_discount','0'),(155644,3239,'_cart_discount_tax','0'),(155645,3239,'_order_shipping','0'),(155646,3239,'_order_shipping_tax','0'),(155647,3239,'_order_tax','0'),(155648,3239,'_order_total','1344.70'),(155649,3239,'_order_version','9.6.0'),(155650,3239,'_prices_include_tax','no'),(155651,3239,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(155652,3239,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(155653,3239,'is_vat_exempt','no'),(155654,3239,'_wc_order_attribution_source_type','referral'),(155655,3239,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(155656,3239,'_wc_order_attribution_utm_source','lcaportal.com'),(155657,3239,'_wc_order_attribution_utm_medium','referral'),(155658,3239,'_wc_order_attribution_utm_content','/'),(155659,3239,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155660,3239,'_wc_order_attribution_session_start_time','2025-03-08 21:06:36'),(155661,3239,'_wc_order_attribution_session_pages','4'),(155662,3239,'_wc_order_attribution_session_count','1'),(155663,3239,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155664,3239,'_wc_order_attribution_device_type','Desktop'),(155665,3239,'_oaw_varify_key','597c1149158aac3422da'),(155666,3234,'_edit_lock','1741909395:2'),(155667,3236,'_edit_lock','1741631328:2'),(155668,3238,'_edit_lock','1741631214:2'),(155669,3236,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992270302\";s:12:\"date_shipped\";s:10:\"1741564800\";s:11:\"tracking_id\";s:32:\"2df114f9fe7c7e465b0e4be0196a4b66\";}}'),(155670,3236,'_edit_last','2'),(155671,3236,'_date_completed','1741631323'),(155672,3236,'_completed_date','2025-03-10 18:28:43'),(155673,3238,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271217\";s:12:\"date_shipped\";s:10:\"1741564800\";s:11:\"tracking_id\";s:32:\"738d0a7564fc0e1b8e2b082ebf975ee3\";}}'),(155674,3238,'_edit_last','2'),(155675,3238,'_date_completed','1741631351'),(155676,3238,'_completed_date','2025-03-10 18:29:11'),(155677,3241,'_order_key','wc_order_9xRiGEqSngENt'),(155678,3241,'_customer_user','29'),(155679,3241,'_payment_method','paypal'),(155680,3241,'_payment_method_title','PayPal'),(155681,3241,'_customer_ip_address','172.226.197.2'),(155682,3241,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155683,3241,'_created_via','checkout'),(155684,3241,'_cart_hash','3d05108ccae2cbe12bbc474e7e499052'),(155685,3241,'_download_permissions_granted','no'),(155686,3241,'_recorded_sales','no'),(155687,3241,'_recorded_coupon_usage_counts','no'),(155688,3241,'_new_order_email_sent','false'),(155689,3241,'_order_stock_reduced','no'),(155690,3241,'_billing_first_name','Nicole'),(155691,3241,'_billing_last_name','Reilly'),(155692,3241,'_billing_address_1','5460 Richie Ct'),(155693,3241,'_billing_city','Pipersville'),(155694,3241,'_billing_state','PA'),(155695,3241,'_billing_postcode','18947'),(155696,3241,'_billing_country','US'),(155697,3241,'_billing_email','info@liceclinicslansdale.com'),(155698,3241,'_billing_phone','2156941408'),(155699,3241,'_shipping_first_name','Nicole'),(155700,3241,'_shipping_last_name','Reilly'),(155701,3241,'_shipping_company','LCA Lansdale'),(155702,3241,'_shipping_address_1','2131 North Broad Street'),(155703,3241,'_shipping_address_2','Suite 101'),(155704,3241,'_shipping_city','Lansdale'),(155705,3241,'_shipping_state','PA'),(155706,3241,'_shipping_postcode','19446'),(155707,3241,'_shipping_country','US'),(155708,3241,'_order_currency','USD'),(155709,3241,'_cart_discount','0'),(155710,3241,'_cart_discount_tax','0'),(155711,3241,'_order_shipping','14.58'),(155712,3241,'_order_shipping_tax','0'),(155713,3241,'_order_tax','0'),(155714,3241,'_order_total','132.98'),(155715,3241,'_order_version','9.6.0'),(155716,3241,'_prices_include_tax','no'),(155717,3241,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(155718,3241,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(155719,3241,'is_vat_exempt','no'),(155720,3241,'_wc_order_attribution_source_type','typein'),(155721,3241,'_wc_order_attribution_utm_source','(direct)'),(155722,3241,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155723,3241,'_wc_order_attribution_session_start_time','2025-03-11 02:30:27'),(155724,3241,'_wc_order_attribution_session_pages','4'),(155725,3241,'_wc_order_attribution_session_count','1'),(155726,3241,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155727,3241,'_wc_order_attribution_device_type','Mobile'),(155728,3242,'_order_key','wc_order_mLQUSPzaSzmCM'),(155729,3242,'_customer_user','29'),(155730,3242,'_payment_method','paypal'),(155731,3242,'_payment_method_title','PayPal'),(155732,3242,'_customer_ip_address','172.226.197.2'),(155733,3242,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155734,3242,'_created_via','checkout'),(155735,3242,'_cart_hash','3d05108ccae2cbe12bbc474e7e499052'),(155736,3242,'_download_permissions_granted','no'),(155737,3242,'_recorded_sales','no'),(155738,3242,'_recorded_coupon_usage_counts','no'),(155739,3242,'_new_order_email_sent','false'),(155740,3242,'_order_stock_reduced','no'),(155741,3242,'_billing_first_name','Nicole'),(155742,3242,'_billing_last_name','Reilly'),(155743,3242,'_billing_address_1','5460 Richie Ct'),(155744,3242,'_billing_city','Pipersville'),(155745,3242,'_billing_state','PA'),(155746,3242,'_billing_postcode','18947'),(155747,3242,'_billing_country','US'),(155748,3242,'_billing_email','info@liceclinicslansdale.com'),(155749,3242,'_billing_phone','2156941408'),(155750,3242,'_shipping_first_name','Nicole'),(155751,3242,'_shipping_last_name','Reilly'),(155752,3242,'_shipping_company','LCA Lansdale'),(155753,3242,'_shipping_address_1','2131 North Broad Street'),(155754,3242,'_shipping_address_2','Suite 101'),(155755,3242,'_shipping_city','Lansdale'),(155756,3242,'_shipping_state','PA'),(155757,3242,'_shipping_postcode','19446'),(155758,3242,'_shipping_country','US'),(155759,3242,'_order_currency','USD'),(155760,3242,'_cart_discount','0'),(155761,3242,'_cart_discount_tax','0'),(155762,3242,'_order_shipping','14.58'),(155763,3242,'_order_shipping_tax','0'),(155764,3242,'_order_tax','0'),(155765,3242,'_order_total','132.98'),(155766,3242,'_order_version','9.6.0'),(155767,3242,'_prices_include_tax','no'),(155768,3242,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(155769,3242,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(155770,3242,'is_vat_exempt','no'),(155771,3242,'_wc_order_attribution_source_type','typein'),(155772,3242,'_wc_order_attribution_utm_source','(direct)'),(155773,3242,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155774,3242,'_wc_order_attribution_session_start_time','2025-03-11 02:30:27'),(155775,3242,'_wc_order_attribution_session_pages','6'),(155776,3242,'_wc_order_attribution_session_count','1'),(155777,3242,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155778,3242,'_wc_order_attribution_device_type','Mobile'),(155779,3243,'_order_key','wc_order_UbBj8pB8V1XFk'),(155780,3243,'_customer_user','29'),(155781,3243,'_payment_method','paypal'),(155782,3243,'_payment_method_title','PayPal'),(155783,3243,'_customer_ip_address','172.226.197.2'),(155784,3243,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155785,3243,'_created_via','checkout'),(155786,3243,'_cart_hash','3d05108ccae2cbe12bbc474e7e499052'),(155787,3243,'_download_permissions_granted','yes'),(155788,3243,'_recorded_sales','yes'),(155789,3243,'_recorded_coupon_usage_counts','yes'),(155790,3243,'_new_order_email_sent','true'),(155791,3243,'_order_stock_reduced','yes'),(155792,3243,'_billing_first_name','Nicole'),(155793,3243,'_billing_last_name','Reilly'),(155794,3243,'_billing_address_1','5460 Richie Ct'),(155795,3243,'_billing_city','Pipersville'),(155796,3243,'_billing_state','PA'),(155797,3243,'_billing_postcode','18947'),(155798,3243,'_billing_country','US'),(155799,3243,'_billing_email','info@liceclinicslansdale.com'),(155800,3243,'_billing_phone','2156941408'),(155801,3243,'_shipping_first_name','Nicole'),(155802,3243,'_shipping_last_name','Reilly'),(155803,3243,'_shipping_company','LCA Lansdale'),(155804,3243,'_shipping_address_1','2131 North Broad Street'),(155805,3243,'_shipping_address_2','Suite 101'),(155806,3243,'_shipping_city','Lansdale'),(155807,3243,'_shipping_state','PA'),(155808,3243,'_shipping_postcode','19446'),(155809,3243,'_shipping_country','US'),(155810,3243,'_order_currency','USD'),(155811,3243,'_cart_discount','0'),(155812,3243,'_cart_discount_tax','0'),(155813,3243,'_order_shipping','14.58'),(155814,3243,'_order_shipping_tax','0'),(155815,3243,'_order_tax','0'),(155816,3243,'_order_total','132.98'),(155817,3243,'_order_version','9.6.0'),(155818,3243,'_prices_include_tax','no'),(155819,3243,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(155820,3243,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(155821,3243,'is_vat_exempt','no'),(155822,3243,'_wc_order_attribution_source_type','typein'),(155823,3243,'_wc_order_attribution_utm_source','(direct)'),(155824,3243,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155825,3243,'_wc_order_attribution_session_start_time','2025-03-11 02:30:27'),(155826,3243,'_wc_order_attribution_session_pages','8'),(155827,3243,'_wc_order_attribution_session_count','1'),(155828,3243,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155829,3243,'_wc_order_attribution_device_type','Mobile'),(155830,3243,'Payment type','instant'),(155831,3243,'_paypal_status','completed'),(155832,3243,'_transaction_id','5YB528653X033711D'),(155833,3243,'PayPal Transaction Fee','5.13'),(155834,3243,'_date_paid','1741660654'),(155835,3243,'_paid_date','2025-03-11 02:37:34'),(155836,3244,'_order_key','wc_order_R63moLPNepL1R'),(155837,3244,'_customer_user','67'),(155838,3244,'_payment_method','paypal'),(155839,3244,'_payment_method_title','PayPal'),(155840,3244,'_customer_ip_address','67.251.108.158'),(155841,3244,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155842,3244,'_created_via','checkout'),(155843,3244,'_cart_hash','af0dfd04d6336fe1a5aebb8c6f7faf45'),(155844,3244,'_download_permissions_granted','yes'),(155845,3244,'_recorded_sales','yes'),(155846,3244,'_recorded_coupon_usage_counts','yes'),(155847,3244,'_new_order_email_sent','true'),(155848,3244,'_order_stock_reduced','yes'),(155849,3244,'_billing_first_name','Marnie'),(155850,3244,'_billing_last_name','Murray'),(155851,3244,'_billing_company','Naughty Nits'),(155852,3244,'_billing_address_1','2809 Wehrle Drive'),(155853,3244,'_billing_address_2','Suite 10'),(155854,3244,'_billing_city','Williamsville'),(155855,3244,'_billing_state','NY'),(155856,3244,'_billing_postcode','14221'),(155857,3244,'_billing_country','US'),(155858,3244,'_billing_email','liceclinicsupstateny@gmail.com'),(155859,3244,'_billing_phone','7166265423'),(155860,3244,'_shipping_first_name','Marnie'),(155861,3244,'_shipping_last_name','Murray'),(155862,3244,'_shipping_company','LCA Buffalo'),(155863,3244,'_shipping_address_1','2809 Wehrle Drive'),(155864,3244,'_shipping_address_2','Suite 10'),(155865,3244,'_shipping_city','Williamsville'),(155866,3244,'_shipping_state','NY'),(155867,3244,'_shipping_postcode','14221'),(155868,3244,'_shipping_country','US'),(155869,3244,'_order_currency','USD'),(155870,3244,'_cart_discount','0'),(155871,3244,'_cart_discount_tax','0'),(155872,3244,'_order_shipping','0'),(155873,3244,'_order_shipping_tax','0'),(155874,3244,'_order_tax','0'),(155875,3244,'_order_total','554.40'),(155876,3244,'_order_version','9.6.0'),(155877,3244,'_prices_include_tax','no'),(155878,3244,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(155879,3244,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(155880,3244,'is_vat_exempt','no'),(155881,3244,'_wc_order_attribution_source_type','referral'),(155882,3244,'_wc_order_attribution_referrer','https://lcaportal.com/'),(155883,3244,'_wc_order_attribution_utm_source','lcaportal.com'),(155884,3244,'_wc_order_attribution_utm_medium','referral'),(155885,3244,'_wc_order_attribution_utm_content','/'),(155886,3244,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155887,3244,'_wc_order_attribution_session_start_time','2025-03-11 14:41:14'),(155888,3244,'_wc_order_attribution_session_pages','4'),(155889,3244,'_wc_order_attribution_session_count','21'),(155890,3244,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155891,3244,'_wc_order_attribution_device_type','Desktop'),(155892,3244,'Payment type','instant'),(155893,3244,'_paypal_status','completed'),(155894,3244,'_transaction_id','7KE99275WE104183G'),(155895,3244,'PayPal Transaction Fee','19.84'),(155896,3244,'_date_paid','1741708201'),(155897,3244,'_paid_date','2025-03-11 15:50:01'),(155898,3245,'_order_key','wc_order_ATzRlVlKfJ26K'),(155899,3245,'_customer_user','78'),(155900,3245,'_payment_method','paypal'),(155901,3245,'_payment_method_title','PayPal'),(155902,3245,'_customer_ip_address','108.46.239.59'),(155903,3245,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155904,3245,'_created_via','checkout'),(155905,3245,'_cart_hash','ba269d8771868e1f59c0a34d65f68326'),(155906,3245,'_download_permissions_granted','yes'),(155907,3245,'_recorded_sales','yes'),(155908,3245,'_recorded_coupon_usage_counts','yes'),(155909,3245,'_new_order_email_sent','true'),(155910,3245,'_order_stock_reduced','yes'),(155911,3245,'_billing_first_name','Richard'),(155912,3245,'_billing_last_name','Florsheim'),(155913,3245,'_billing_company','Licura'),(155914,3245,'_billing_address_1','3827 w fairway heights dr'),(155915,3245,'_billing_city','Mequon'),(155916,3245,'_billing_state','NY'),(155917,3245,'_billing_postcode','53092'),(155918,3245,'_billing_country','US'),(155919,3245,'_billing_email','tara@liceclinicslongIsland.com'),(155920,3245,'_billing_phone','5619006382'),(155921,3245,'_shipping_first_name','Tara'),(155922,3245,'_shipping_last_name','johnson'),(155923,3245,'_shipping_company','LCA'),(155924,3245,'_shipping_address_1','2330 Faye ct'),(155925,3245,'_shipping_city','Merrick'),(155926,3245,'_shipping_state','NY'),(155927,3245,'_shipping_postcode','11566'),(155928,3245,'_shipping_country','US'),(155929,3245,'_order_currency','USD'),(155930,3245,'_cart_discount','0'),(155931,3245,'_cart_discount_tax','0'),(155932,3245,'_order_shipping','19.41'),(155933,3245,'_order_shipping_tax','0'),(155934,3245,'_order_tax','0'),(155935,3245,'_order_total','113.46'),(155936,3245,'_order_version','9.6.0'),(155937,3245,'_prices_include_tax','no'),(155938,3245,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(155939,3245,'_shipping_address_index','Tara johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(155940,3245,'is_vat_exempt','no'),(155941,3245,'_wc_order_attribution_source_type','typein'),(155942,3245,'_wc_order_attribution_utm_source','(direct)'),(155943,3245,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(155944,3245,'_wc_order_attribution_session_start_time','2025-03-11 15:53:28'),(155945,3245,'_wc_order_attribution_session_pages','4'),(155946,3245,'_wc_order_attribution_session_count','1'),(155947,3245,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1'),(155948,3245,'_wc_order_attribution_device_type','Mobile'),(155949,3245,'Payment type','instant'),(155950,3245,'_paypal_status','completed'),(155951,3245,'_transaction_id','24W11634E1926935N'),(155952,3245,'PayPal Transaction Fee','4.45'),(155953,3245,'_date_paid','1741708609'),(155954,3245,'_paid_date','2025-03-11 15:56:49'),(155955,3246,'_order_key','wc_order_kO7vsypMhs99i'),(155956,3246,'_customer_user','3'),(155957,3246,'_payment_method','paypal'),(155958,3246,'_payment_method_title','PayPal'),(155959,3246,'_customer_ip_address','99.22.146.124'),(155960,3246,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(155961,3246,'_created_via','checkout'),(155962,3246,'_cart_hash','55f125dccfad51fb8655be01cf77da80'),(155963,3246,'_download_permissions_granted','yes'),(155964,3246,'_recorded_sales','yes'),(155965,3246,'_recorded_coupon_usage_counts','yes'),(155966,3246,'_new_order_email_sent','true'),(155967,3246,'_order_stock_reduced','yes'),(155968,3246,'_billing_first_name','amanda'),(155969,3246,'_billing_last_name','westerman'),(155970,3246,'_billing_company','Lice Clinics of America McKinney'),(155971,3246,'_billing_address_1','3120 Hudson Crossing'),(155972,3246,'_billing_address_2','Suite A2'),(155973,3246,'_billing_city','MCKINNEY'),(155974,3246,'_billing_state','TX'),(155975,3246,'_billing_postcode','75070'),(155976,3246,'_billing_country','US'),(155977,3246,'_billing_email','awesterman1103@gmail.com'),(155978,3246,'_billing_phone','12144175741'),(155979,3246,'_shipping_first_name','amanda'),(155980,3246,'_shipping_last_name','westerman'),(155981,3246,'_shipping_company','Lice Clinics of America McKinney'),(155982,3246,'_shipping_address_1','3120 Hudson Crossing'),(155983,3246,'_shipping_address_2','Suite A2'),(155984,3246,'_shipping_city','McKinney'),(155985,3246,'_shipping_state','TX'),(155986,3246,'_shipping_postcode','75070'),(155987,3246,'_shipping_country','US'),(155988,3246,'_order_currency','USD'),(155989,3246,'_cart_discount','0'),(155990,3246,'_cart_discount_tax','0'),(155991,3246,'_order_shipping','0'),(155992,3246,'_order_shipping_tax','0'),(155993,3246,'_order_tax','0'),(155994,3246,'_order_total','669.20'),(155995,3246,'_order_version','9.6.0'),(155996,3246,'_prices_include_tax','no'),(155997,3246,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(155998,3246,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(155999,3246,'is_vat_exempt','no'),(156000,3246,'_wc_order_attribution_source_type','referral'),(156001,3246,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(156002,3246,'_wc_order_attribution_utm_source','lcaportal.com'),(156003,3246,'_wc_order_attribution_utm_medium','referral'),(156004,3246,'_wc_order_attribution_utm_content','/'),(156005,3246,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156006,3246,'_wc_order_attribution_session_start_time','2025-03-11 21:35:30'),(156007,3246,'_wc_order_attribution_session_pages','6'),(156008,3246,'_wc_order_attribution_session_count','1'),(156009,3246,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(156010,3246,'_wc_order_attribution_device_type','Desktop'),(156011,3246,'Payment type','instant'),(156012,3246,'_paypal_status','completed'),(156013,3246,'_transaction_id','2XW43068UY8897017'),(156014,3246,'PayPal Transaction Fee','23.85'),(156015,3246,'_date_paid','1741729492'),(156016,3246,'_paid_date','2025-03-11 21:44:52'),(156017,3245,'_edit_lock','1741733803:2'),(156018,3245,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271526\";s:12:\"date_shipped\";s:10:\"1741651200\";s:11:\"tracking_id\";s:32:\"ee5dc0960f9ca5fbc873d0e62d8dd97d\";}}'),(156019,3245,'_edit_last','2'),(156020,3245,'_date_completed','1741733921'),(156021,3245,'_completed_date','2025-03-11 22:58:41'),(156022,3244,'_edit_lock','1741733940:2'),(156023,3244,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271537\";s:12:\"date_shipped\";s:10:\"1741651200\";s:11:\"tracking_id\";s:32:\"a865f7af251b3a942de1004fa6550a55\";}}'),(156024,3244,'_edit_last','2'),(156025,3244,'_date_completed','1741734002'),(156026,3244,'_completed_date','2025-03-11 23:00:02'),(156027,3239,'_edit_lock','1741909632:2'),(156028,3239,'_edit_last','2'),(156029,3247,'_order_key','wc_order_h4GPlpeqUWu2D'),(156030,3247,'_customer_user','8'),(156031,3247,'_payment_method','paypal'),(156032,3247,'_payment_method_title','PayPal'),(156033,3247,'_customer_ip_address','12.198.118.122'),(156034,3247,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(156035,3247,'_created_via','checkout'),(156036,3247,'_cart_hash','33414c000bd30dd5968ab14bdc228a2c'),(156037,3247,'_download_permissions_granted','yes'),(156038,3247,'_recorded_sales','yes'),(156039,3247,'_recorded_coupon_usage_counts','yes'),(156040,3247,'_new_order_email_sent','true'),(156041,3247,'_order_stock_reduced','yes'),(156042,3247,'_billing_first_name','Amy'),(156043,3247,'_billing_last_name','Sharp'),(156044,3247,'_billing_company','Nit Wits'),(156045,3247,'_billing_address_1','6002 Sweetbay Dr'),(156046,3247,'_billing_city','Crestwood'),(156047,3247,'_billing_state','KY'),(156048,3247,'_billing_postcode','40014'),(156049,3247,'_billing_country','US'),(156050,3247,'_billing_email','asharp@ht-school.org'),(156051,3247,'_billing_phone','15023109281'),(156052,3247,'_shipping_first_name','Amy'),(156053,3247,'_shipping_last_name','Sharp'),(156054,3247,'_shipping_company','LCA Nit Wits'),(156055,3247,'_shipping_address_1','9302 New LaGrange Road'),(156056,3247,'_shipping_address_2','Unit H'),(156057,3247,'_shipping_city','Louisville'),(156058,3247,'_shipping_state','KY'),(156059,3247,'_shipping_postcode','40242'),(156060,3247,'_shipping_country','US'),(156061,3247,'_order_currency','USD'),(156062,3247,'_cart_discount','0'),(156063,3247,'_cart_discount_tax','0'),(156064,3247,'_order_shipping','15.29'),(156065,3247,'_order_shipping_tax','0'),(156066,3247,'_order_tax','0'),(156067,3247,'_order_total','175.99'),(156068,3247,'_order_version','9.6.0'),(156069,3247,'_prices_include_tax','no'),(156070,3247,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(156071,3247,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(156072,3247,'is_vat_exempt','no'),(156073,3247,'_wc_order_attribution_source_type','referral'),(156074,3247,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(156075,3247,'_wc_order_attribution_utm_source','lcaportal.com'),(156076,3247,'_wc_order_attribution_utm_medium','referral'),(156077,3247,'_wc_order_attribution_utm_content','/'),(156078,3247,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156079,3247,'_wc_order_attribution_session_start_time','2025-03-12 11:28:17'),(156080,3247,'_wc_order_attribution_session_pages','15'),(156081,3247,'_wc_order_attribution_session_count','1'),(156082,3247,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(156083,3247,'_wc_order_attribution_device_type','Desktop'),(156084,3247,'Payment type','instant'),(156085,3247,'_paypal_status','completed'),(156086,3247,'_transaction_id','67177400V7710590G'),(156087,3247,'PayPal Transaction Fee','6.63'),(156088,3247,'_date_paid','1741779305'),(156089,3247,'_paid_date','2025-03-12 11:35:05'),(156090,3239,'Payment type','instant'),(156091,3239,'_paypal_status','completed'),(156092,3239,'_transaction_id','9YM37464WE112160B'),(156093,3239,'PayPal Transaction Fee','47.42'),(156094,3239,'_date_paid','1741809278'),(156095,3239,'_paid_date','2025-03-12 19:54:38'),(156096,3248,'_order_key','wc_order_Z3KlzGx4dcwhq'),(156097,3248,'_customer_user','76'),(156098,3248,'_payment_method','paypal'),(156099,3248,'_payment_method_title','PayPal'),(156100,3248,'_customer_ip_address','66.31.192.192'),(156101,3248,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(156102,3248,'_created_via','checkout'),(156103,3248,'_cart_hash','0bbd6b60f052fcb86e0e0b7e3479b860'),(156104,3248,'_download_permissions_granted','yes'),(156105,3248,'_recorded_sales','yes'),(156106,3248,'_recorded_coupon_usage_counts','yes'),(156107,3248,'_new_order_email_sent','true'),(156108,3248,'_order_stock_reduced','yes'),(156109,3248,'_billing_first_name','Naomi'),(156110,3248,'_billing_last_name','Golden'),(156111,3248,'_billing_address_1','31 Mann Ave'),(156112,3248,'_billing_city','Needham'),(156113,3248,'_billing_state','MA'),(156114,3248,'_billing_postcode','02492'),(156115,3248,'_billing_country','US'),(156116,3248,'_billing_email','nrgolden6486@gmail.com'),(156117,3248,'_billing_phone','6178511322'),(156118,3248,'_shipping_first_name','Naomi'),(156119,3248,'_shipping_last_name','Golden'),(156120,3248,'_shipping_company','Lice Aunties'),(156121,3248,'_shipping_address_1','60 Dedham Ave'),(156122,3248,'_shipping_address_2','201'),(156123,3248,'_shipping_city','Needham'),(156124,3248,'_shipping_state','MA'),(156125,3248,'_shipping_postcode','02492'),(156126,3248,'_shipping_country','US'),(156127,3248,'_order_currency','USD'),(156128,3248,'_cart_discount','0'),(156129,3248,'_cart_discount_tax','0'),(156130,3248,'_order_shipping','0'),(156131,3248,'_order_shipping_tax','0'),(156132,3248,'_order_tax','0'),(156133,3248,'_order_total','503.44'),(156134,3248,'_order_version','9.6.0'),(156135,3248,'_prices_include_tax','no'),(156136,3248,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(156137,3248,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave 201 Needham MA 02492 US '),(156138,3248,'is_vat_exempt','no'),(156139,3248,'_wc_order_attribution_source_type','typein'),(156140,3248,'_wc_order_attribution_utm_source','(direct)'),(156141,3248,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156142,3248,'_wc_order_attribution_session_start_time','2025-03-13 12:29:11'),(156143,3248,'_wc_order_attribution_session_pages','9'),(156144,3248,'_wc_order_attribution_session_count','1'),(156145,3248,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(156146,3248,'_wc_order_attribution_device_type','Desktop'),(156147,3248,'Payment type','instant'),(156148,3248,'_paypal_status','completed'),(156149,3248,'_transaction_id','8P1565523A336332F'),(156150,3248,'PayPal Transaction Fee','18.06'),(156151,3248,'_date_paid','1741869156'),(156152,3248,'_paid_date','2025-03-13 12:32:36'),(156153,3243,'_edit_lock','1741909275:2'),(156154,3234,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992270048\";s:12:\"date_shipped\";s:10:\"1741824000\";s:11:\"tracking_id\";s:32:\"bfe715038e8418a4562c277e8b876669\";}}'),(156155,3234,'_edit_last','2'),(156156,3234,'_date_completed','1741909364'),(156157,3234,'_completed_date','2025-03-13 23:42:44'),(156158,3243,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992270048\";s:12:\"date_shipped\";s:10:\"1741132800\";s:11:\"tracking_id\";s:32:\"e117de1c48e7274e5ca0b6de4cb75c47\";}}'),(156159,3243,'_edit_last','2'),(156160,3243,'_date_completed','1741909412'),(156161,3243,'_completed_date','2025-03-13 23:43:32'),(156162,3247,'_edit_lock','1741909449:2'),(156163,3247,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271673\";s:12:\"date_shipped\";s:10:\"1741824000\";s:11:\"tracking_id\";s:32:\"d4253fb56ac43eafcfadc3eddad47de6\";}}'),(156164,3247,'_edit_last','2'),(156165,3247,'_date_completed','1741909444'),(156166,3247,'_completed_date','2025-03-13 23:44:04'),(156167,3246,'_edit_lock','1741909466:2'),(156168,3246,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271651\";s:12:\"date_shipped\";s:10:\"1741824000\";s:11:\"tracking_id\";s:32:\"ac1a604982c5b9336f68cee4a848573a\";}}'),(156169,3246,'_edit_last','2'),(156170,3246,'_date_completed','1741909501'),(156171,3246,'_completed_date','2025-03-13 23:45:01'),(156172,3239,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271824\";s:12:\"date_shipped\";s:10:\"1741824000\";s:11:\"tracking_id\";s:32:\"52502225b03a0a6fb7250fb36e4f7609\";}}'),(156173,3239,'_date_completed','1741909627'),(156174,3239,'_completed_date','2025-03-13 23:47:07'),(156175,3248,'_edit_lock','1741909675:2'),(156176,3248,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992271916\";s:12:\"date_shipped\";s:10:\"1741824000\";s:11:\"tracking_id\";s:32:\"697d57e5c889747ec431d30d0ada87fc\";}}'),(156177,3248,'_edit_last','2'),(156178,3248,'_date_completed','1741909662'),(156179,3248,'_completed_date','2025-03-13 23:47:42'),(156180,3249,'_order_key','wc_order_QY3uoSEfxmKj2'),(156181,3249,'_customer_user','82'),(156182,3249,'_payment_method','paypal'),(156183,3249,'_payment_method_title','PayPal'),(156184,3249,'_customer_ip_address','174.196.132.100'),(156185,3249,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15'),(156186,3249,'_created_via','checkout'),(156187,3249,'_cart_hash','6d80ba77721440618dd776bb47de066f'),(156188,3249,'_download_permissions_granted','yes'),(156189,3249,'_recorded_sales','yes'),(156190,3249,'_recorded_coupon_usage_counts','yes'),(156191,3249,'_new_order_email_sent','true'),(156192,3249,'_order_stock_reduced','yes'),(156193,3249,'_billing_first_name','Sonny'),(156194,3249,'_billing_last_name','Le'),(156195,3249,'_billing_address_1','10710 Viognier Ter'),(156196,3249,'_billing_city','Fairfax'),(156197,3249,'_billing_state','VA'),(156198,3249,'_billing_postcode','22030'),(156199,3249,'_billing_country','US'),(156200,3249,'_billing_email','sonnynguyenle@gmail.com'),(156201,3249,'_billing_phone','5712057863'),(156202,3249,'_shipping_first_name','SONNY'),(156203,3249,'_shipping_last_name','LE'),(156204,3249,'_shipping_address_1','10710 VIOGNIER TER'),(156205,3249,'_shipping_city','FAIRFAX'),(156206,3249,'_shipping_state','VA'),(156207,3249,'_shipping_postcode','22030'),(156208,3249,'_shipping_country','US'),(156209,3249,'_order_currency','USD'),(156210,3249,'_cart_discount','0'),(156211,3249,'_cart_discount_tax','0'),(156212,3249,'_order_shipping','0'),(156213,3249,'_order_shipping_tax','0'),(156214,3249,'_order_tax','0'),(156215,3249,'_order_total','4110.44'),(156216,3249,'_order_version','9.6.0'),(156217,3249,'_prices_include_tax','no'),(156218,3249,'_billing_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US sonnynguyenle@gmail.com 5712057863'),(156219,3249,'_shipping_address_index','SONNY LE  10710 VIOGNIER TER  FAIRFAX VA 22030 US '),(156220,3249,'is_vat_exempt','no'),(156221,3249,'_wc_order_attribution_source_type','typein'),(156222,3249,'_wc_order_attribution_utm_source','(direct)'),(156223,3249,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156224,3249,'_wc_order_attribution_session_start_time','2025-03-15 19:19:56'),(156225,3249,'_wc_order_attribution_session_pages','16'),(156226,3249,'_wc_order_attribution_session_count','1'),(156227,3249,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15'),(156228,3249,'_wc_order_attribution_device_type','Desktop'),(156229,3249,'Payment type','instant'),(156230,3249,'_paypal_status','completed'),(156231,3249,'_transaction_id','1S157662D0049451V'),(156232,3249,'PayPal Transaction Fee','143.94'),(156233,3249,'_date_paid','1742067071'),(156234,3249,'_paid_date','2025-03-15 19:31:11'),(156235,3250,'_order_key','wc_order_dAJNkKdoGXSjc'),(156236,3250,'_customer_user','87'),(156237,3250,'_payment_method','paypal'),(156238,3250,'_payment_method_title','PayPal'),(156239,3250,'_customer_ip_address','68.0.118.63'),(156240,3250,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156241,3250,'_created_via','checkout'),(156242,3250,'_cart_hash','e2d90634e9b318c6db41537a93795980'),(156243,3250,'_download_permissions_granted','yes'),(156244,3250,'_recorded_sales','yes'),(156245,3250,'_recorded_coupon_usage_counts','yes'),(156246,3250,'_new_order_email_sent','true'),(156247,3250,'_order_stock_reduced','yes'),(156248,3250,'_billing_first_name','Wade'),(156249,3250,'_billing_last_name','Huntsman'),(156250,3250,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(156251,3250,'_billing_address_1','3421 E 21st'),(156252,3250,'_billing_city','Tulsa'),(156253,3250,'_billing_state','OK'),(156254,3250,'_billing_postcode','74114'),(156255,3250,'_billing_country','US'),(156256,3250,'_billing_email','info@liceclinicsmidsouth.com'),(156257,3250,'_billing_phone','9189783329'),(156258,3250,'_shipping_first_name','Wade'),(156259,3250,'_shipping_last_name','Huntsman'),(156260,3250,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(156261,3250,'_shipping_address_1','3421 E 21st'),(156262,3250,'_shipping_city','Tulsa'),(156263,3250,'_shipping_state','OK'),(156264,3250,'_shipping_postcode','74114'),(156265,3250,'_shipping_country','US'),(156266,3250,'_order_currency','USD'),(156267,3250,'_cart_discount','0'),(156268,3250,'_cart_discount_tax','0'),(156269,3250,'_order_shipping','0'),(156270,3250,'_order_shipping_tax','0'),(156271,3250,'_order_tax','0'),(156272,3250,'_order_total','581.40'),(156273,3250,'_order_version','9.6.0'),(156274,3250,'_prices_include_tax','no'),(156275,3250,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(156276,3250,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(156277,3250,'is_vat_exempt','no'),(156278,3250,'_wc_order_attribution_source_type','typein'),(156279,3250,'_wc_order_attribution_utm_source','(direct)'),(156280,3250,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156281,3250,'_wc_order_attribution_session_start_time','2025-03-16 22:30:11'),(156282,3250,'_wc_order_attribution_session_pages','4'),(156283,3250,'_wc_order_attribution_session_count','1'),(156284,3250,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156285,3250,'_wc_order_attribution_device_type','Desktop'),(156286,3250,'Payment type','instant'),(156287,3250,'_paypal_status','completed'),(156288,3250,'_transaction_id','9C905127TW046084Y'),(156289,3250,'PayPal Transaction Fee','20.78'),(156290,3250,'_date_paid','1742164439'),(156291,3250,'_paid_date','2025-03-16 22:33:59'),(156292,3251,'_order_key','wc_order_OkrzDTDJ8RdkQ'),(156293,3251,'_customer_user','87'),(156294,3251,'_payment_method','paypal'),(156295,3251,'_payment_method_title','PayPal'),(156296,3251,'_customer_ip_address','68.0.118.63'),(156297,3251,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156298,3251,'_created_via','checkout'),(156299,3251,'_cart_hash','4e818e6e876ed413d0b900b03f9f806f'),(156300,3251,'_download_permissions_granted','yes'),(156301,3251,'_recorded_sales','yes'),(156302,3251,'_recorded_coupon_usage_counts','yes'),(156303,3251,'_new_order_email_sent','true'),(156304,3251,'_order_stock_reduced','yes'),(156305,3251,'_billing_first_name','Wade'),(156306,3251,'_billing_last_name','Huntsman'),(156307,3251,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(156308,3251,'_billing_address_1','3421 E 21st'),(156309,3251,'_billing_city','Tulsa'),(156310,3251,'_billing_state','OK'),(156311,3251,'_billing_postcode','74114'),(156312,3251,'_billing_country','US'),(156313,3251,'_billing_email','info@liceclinicsmidsouth.com'),(156314,3251,'_billing_phone','9189783329'),(156315,3251,'_shipping_first_name','Logan'),(156316,3251,'_shipping_last_name','Futrell'),(156317,3251,'_shipping_company','Lice Clinics of America NWA'),(156318,3251,'_shipping_address_1','203 Tricha Circle Unit B'),(156319,3251,'_shipping_address_2','Suite 116'),(156320,3251,'_shipping_city','Gravette'),(156321,3251,'_shipping_state','AR'),(156322,3251,'_shipping_postcode','72736'),(156323,3251,'_shipping_country','US'),(156324,3251,'_order_currency','USD'),(156325,3251,'_cart_discount','0'),(156326,3251,'_cart_discount_tax','0'),(156327,3251,'_order_shipping','25.86'),(156328,3251,'_order_shipping_tax','0'),(156329,3251,'_order_tax','0'),(156330,3251,'_order_total','223.98'),(156331,3251,'_order_version','9.6.0'),(156332,3251,'_prices_include_tax','no'),(156333,3251,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(156334,3251,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B Suite 116 Gravette AR 72736 US '),(156335,3251,'is_vat_exempt','no'),(156336,3251,'_wc_order_attribution_source_type','typein'),(156337,3251,'_wc_order_attribution_utm_source','(direct)'),(156338,3251,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156339,3251,'_wc_order_attribution_session_start_time','2025-03-16 22:30:11'),(156340,3251,'_wc_order_attribution_session_pages','10'),(156341,3251,'_wc_order_attribution_session_count','1'),(156342,3251,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156343,3251,'_wc_order_attribution_device_type','Desktop'),(156344,3251,'Payment type','instant'),(156345,3251,'_paypal_status','completed'),(156346,3251,'_transaction_id','0VU32253BW635933C'),(156347,3251,'PayPal Transaction Fee','8.31'),(156348,3251,'_date_paid','1742164864'),(156349,3251,'_paid_date','2025-03-16 22:41:04'),(156350,3252,'_order_key','wc_order_vubVvBqQlbis0'),(156351,3252,'_customer_user','87'),(156352,3252,'_payment_method','paypal'),(156353,3252,'_payment_method_title','PayPal'),(156354,3252,'_customer_ip_address','68.0.118.63'),(156355,3252,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156356,3252,'_created_via','checkout'),(156357,3252,'_cart_hash','22074a6a987f11c857b90a460028ef03'),(156358,3252,'_download_permissions_granted','yes'),(156359,3252,'_recorded_sales','yes'),(156360,3252,'_recorded_coupon_usage_counts','yes'),(156361,3252,'_new_order_email_sent','true'),(156362,3252,'_order_stock_reduced','yes'),(156363,3252,'_billing_first_name','Wade'),(156364,3252,'_billing_last_name','Huntsman'),(156365,3252,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(156366,3252,'_billing_address_1','3421 E 21st'),(156367,3252,'_billing_city','Tulsa'),(156368,3252,'_billing_state','OK'),(156369,3252,'_billing_postcode','74114'),(156370,3252,'_billing_country','US'),(156371,3252,'_billing_email','info@liceclinicsmidsouth.com'),(156372,3252,'_billing_phone','9189783329'),(156373,3252,'_shipping_first_name','Katee'),(156374,3252,'_shipping_last_name','Morrison'),(156375,3252,'_shipping_company','Lice Clinics of America OKC'),(156376,3252,'_shipping_address_1','4001 North Classen Blvd'),(156377,3252,'_shipping_address_2','Suite 116'),(156378,3252,'_shipping_city','OKC'),(156379,3252,'_shipping_state','OK'),(156380,3252,'_shipping_postcode','73118'),(156381,3252,'_shipping_country','US'),(156382,3252,'_order_currency','USD'),(156383,3252,'_cart_discount','0'),(156384,3252,'_cart_discount_tax','0'),(156385,3252,'_order_shipping','0'),(156386,3252,'_order_shipping_tax','0'),(156387,3252,'_order_tax','0'),(156388,3252,'_order_total','938.75'),(156389,3252,'_order_version','9.6.0'),(156390,3252,'_prices_include_tax','no'),(156391,3252,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(156392,3252,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd Suite 116 OKC OK 73118 US '),(156393,3252,'is_vat_exempt','no'),(156394,3252,'_wc_order_attribution_source_type','typein'),(156395,3252,'_wc_order_attribution_utm_source','(direct)'),(156396,3252,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156397,3252,'_wc_order_attribution_session_start_time','2025-03-16 22:30:11'),(156398,3252,'_wc_order_attribution_session_pages','15'),(156399,3252,'_wc_order_attribution_session_count','1'),(156400,3252,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156401,3252,'_wc_order_attribution_device_type','Desktop'),(156402,3252,'Payment type','instant'),(156403,3252,'_paypal_status','completed'),(156404,3252,'_transaction_id','7PR7978420467952J'),(156405,3252,'PayPal Transaction Fee','33.25'),(156406,3252,'_date_paid','1742165333'),(156407,3252,'_paid_date','2025-03-16 22:48:53'),(156408,3253,'_order_key','wc_order_XEM5HvQw6hKOd'),(156409,3253,'_customer_user','87'),(156410,3253,'_payment_method','paypal'),(156411,3253,'_payment_method_title','PayPal'),(156412,3253,'_customer_ip_address','68.0.118.63'),(156413,3253,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156414,3253,'_created_via','checkout'),(156415,3253,'_cart_hash','fd4b9b7d55ffdd6464661a32e65ab2a8'),(156416,3253,'_download_permissions_granted','yes'),(156417,3253,'_recorded_sales','yes'),(156418,3253,'_recorded_coupon_usage_counts','yes'),(156419,3253,'_new_order_email_sent','true'),(156420,3253,'_order_stock_reduced','yes'),(156421,3253,'_billing_first_name','Wade'),(156422,3253,'_billing_last_name','Huntsman'),(156423,3253,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(156424,3253,'_billing_address_1','3421 E 21st'),(156425,3253,'_billing_city','Tulsa'),(156426,3253,'_billing_state','OK'),(156427,3253,'_billing_postcode','74114'),(156428,3253,'_billing_country','US'),(156429,3253,'_billing_email','info@liceclinicsmidsouth.com'),(156430,3253,'_billing_phone','9189783329'),(156431,3253,'_shipping_first_name','Shelbe'),(156432,3253,'_shipping_last_name','Smith'),(156433,3253,'_shipping_company','Lice Clinics of America WTA'),(156434,3253,'_shipping_address_1','2101 West MacArthur Road'),(156435,3253,'_shipping_address_2','Lot 511'),(156436,3253,'_shipping_city','Wichita'),(156437,3253,'_shipping_state','KS'),(156438,3253,'_shipping_postcode','67217'),(156439,3253,'_shipping_country','US'),(156440,3253,'_order_currency','USD'),(156441,3253,'_cart_discount','0'),(156442,3253,'_cart_discount_tax','0'),(156443,3253,'_order_shipping','0'),(156444,3253,'_order_shipping_tax','0'),(156445,3253,'_order_tax','0'),(156446,3253,'_order_total','769.52'),(156447,3253,'_order_version','9.6.0'),(156448,3253,'_prices_include_tax','no'),(156449,3253,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(156450,3253,'_shipping_address_index','Shelbe Smith Lice Clinics of America WTA 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(156451,3253,'is_vat_exempt','no'),(156452,3253,'_wc_order_attribution_source_type','typein'),(156453,3253,'_wc_order_attribution_utm_source','(direct)'),(156454,3253,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156455,3253,'_wc_order_attribution_session_start_time','2025-03-16 22:30:11'),(156456,3253,'_wc_order_attribution_session_pages','20'),(156457,3253,'_wc_order_attribution_session_count','1'),(156458,3253,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156459,3253,'_wc_order_attribution_device_type','Desktop'),(156460,3253,'Payment type','instant'),(156461,3253,'_paypal_status','completed'),(156462,3253,'_transaction_id','4VY8343702724354N'),(156463,3253,'PayPal Transaction Fee','27.35'),(156464,3253,'_date_paid','1742165673'),(156465,3253,'_paid_date','2025-03-16 22:54:33'),(156466,3255,'_order_key','wc_order_QlvKxLcldTxIn'),(156467,3255,'_customer_user','65'),(156468,3255,'_payment_method','paypal'),(156469,3255,'_payment_method_title','PayPal'),(156470,3255,'_customer_ip_address','76.106.234.193'),(156471,3255,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156472,3255,'_created_via','checkout'),(156473,3255,'_cart_hash','c49b6f2ce7e69d0979b5d74a390f9ad7'),(156474,3255,'_download_permissions_granted','yes'),(156475,3255,'_recorded_sales','yes'),(156476,3255,'_recorded_coupon_usage_counts','yes'),(156477,3255,'_new_order_email_sent','true'),(156478,3255,'_order_stock_reduced','yes'),(156479,3255,'_billing_first_name','Mandy'),(156480,3255,'_billing_last_name','Ottesen'),(156481,3255,'_billing_company','Fresh Heads'),(156482,3255,'_billing_address_1','380 Burbank Ave'),(156483,3255,'_billing_address_2','11105'),(156484,3255,'_billing_city','Ponte Vedra'),(156485,3255,'_billing_state','FL'),(156486,3255,'_billing_postcode','32081'),(156487,3255,'_billing_country','US'),(156488,3255,'_billing_email','mandy@freshheadsliceremoval.com'),(156489,3255,'_billing_phone','9042353157'),(156490,3255,'_shipping_first_name','Mandy'),(156491,3255,'_shipping_last_name','Ottesen'),(156492,3255,'_shipping_address_1','13241 Bartram Park Blvd'),(156493,3255,'_shipping_address_2','1801'),(156494,3255,'_shipping_city','Jacksonville'),(156495,3255,'_shipping_state','FL'),(156496,3255,'_shipping_postcode','32258'),(156497,3255,'_shipping_country','US'),(156498,3255,'_order_currency','USD'),(156499,3255,'_cart_discount','0'),(156500,3255,'_cart_discount_tax','0'),(156501,3255,'_order_shipping','14.58'),(156502,3255,'_order_shipping_tax','0'),(156503,3255,'_order_tax','0'),(156504,3255,'_order_total','280.50'),(156505,3255,'_order_version','9.6.0'),(156506,3255,'_prices_include_tax','no'),(156507,3255,'_billing_address_index','Mandy Ottesen Fresh Heads 380 Burbank Ave 11105 Ponte Vedra FL 32081 US mandy@freshheadsliceremoval.com 9042353157'),(156508,3255,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(156509,3255,'is_vat_exempt','no'),(156510,3255,'_wc_order_attribution_source_type','referral'),(156511,3255,'_wc_order_attribution_referrer','https://lcaportal.com/'),(156512,3255,'_wc_order_attribution_utm_source','lcaportal.com'),(156513,3255,'_wc_order_attribution_utm_medium','referral'),(156514,3255,'_wc_order_attribution_utm_content','/'),(156515,3255,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156516,3255,'_wc_order_attribution_session_start_time','2025-02-25 19:17:34'),(156517,3255,'_wc_order_attribution_session_pages','9'),(156518,3255,'_wc_order_attribution_session_count','3'),(156519,3255,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156520,3255,'_wc_order_attribution_device_type','Desktop'),(156521,3255,'Payment type','instant'),(156522,3255,'_paypal_status','completed'),(156523,3255,'_transaction_id','8RY42451DM840470M'),(156524,3255,'PayPal Transaction Fee','10.28'),(156525,3255,'_date_paid','1742223169'),(156526,3255,'_paid_date','2025-03-17 14:52:49'),(156527,3249,'_edit_lock','1742243471:2'),(156528,3249,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272202\";s:12:\"date_shipped\";s:10:\"1742169600\";s:11:\"tracking_id\";s:32:\"c66923a7518a7cb339ab97763e200264\";}}'),(156529,3249,'_edit_last','2'),(156530,3249,'_date_completed','1742243466'),(156531,3249,'_completed_date','2025-03-17 20:31:06'),(156532,3251,'_edit_lock','1742245404:2'),(156533,3251,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272338\";s:12:\"date_shipped\";s:10:\"1742169600\";s:11:\"tracking_id\";s:32:\"b6cdad170fc62b9e7f27c1e687ba29ca\";}}'),(156534,3251,'_edit_last','2'),(156535,3251,'_date_completed','1742245539'),(156536,3251,'_completed_date','2025-03-17 21:05:39'),(156537,3253,'_edit_lock','1742327021:2'),(156538,3253,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272349\";s:12:\"date_shipped\";s:10:\"1742256000\";s:11:\"tracking_id\";s:32:\"aad70a05e060daaa2fadb67f9564f472\";}}'),(156539,3253,'_edit_last','2'),(156540,3253,'_date_completed','1742327144'),(156541,3253,'_completed_date','2025-03-18 19:45:44'),(156542,3250,'_edit_lock','1742327318:2'),(156543,3250,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272360\";s:12:\"date_shipped\";s:10:\"1742256000\";s:11:\"tracking_id\";s:32:\"4a2fd6c06e8c5e375421be7671a72fa9\";}}'),(156544,3250,'_edit_last','2'),(156545,3250,'_date_completed','1742327442'),(156546,3250,'_completed_date','2025-03-18 19:50:42'),(156547,3252,'_edit_lock','1742327389:2'),(156548,3252,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272393\";s:12:\"date_shipped\";s:10:\"1742256000\";s:11:\"tracking_id\";s:32:\"79979e6a1f0547076e8cc6537347460a\";}}'),(156549,3252,'_edit_last','2'),(156550,3252,'_date_completed','1742327497'),(156551,3252,'_completed_date','2025-03-18 19:51:37'),(156552,3255,'_edit_lock','1742328229:2'),(156553,3255,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272577\";s:12:\"date_shipped\";s:10:\"1742256000\";s:11:\"tracking_id\";s:32:\"9e1a872be9509f7ba69be5b4e1f54c30\";}}'),(156554,3255,'_edit_last','2'),(156555,3255,'_date_completed','1742328327'),(156556,3255,'_completed_date','2025-03-18 20:05:27'),(156557,3257,'_order_key','wc_order_AWCvwsmYgGZUs'),(156558,3257,'_customer_user','76'),(156559,3257,'_payment_method','paypal'),(156560,3257,'_payment_method_title','PayPal'),(156561,3257,'_customer_ip_address','66.31.192.192'),(156562,3257,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(156563,3257,'_created_via','checkout'),(156564,3257,'_cart_hash','12743e2bf97524ebe373f5e89fed403c'),(156565,3257,'_download_permissions_granted','yes'),(156566,3257,'_recorded_sales','yes'),(156567,3257,'_recorded_coupon_usage_counts','yes'),(156568,3257,'_new_order_email_sent','true'),(156569,3257,'_order_stock_reduced','yes'),(156570,3257,'_billing_first_name','Naomi'),(156571,3257,'_billing_last_name','Golden'),(156572,3257,'_billing_address_1','31 Mann Ave'),(156573,3257,'_billing_city','Needham'),(156574,3257,'_billing_state','MA'),(156575,3257,'_billing_postcode','02492'),(156576,3257,'_billing_country','US'),(156577,3257,'_billing_email','nrgolden6486@gmail.com'),(156578,3257,'_billing_phone','6178511322'),(156579,3257,'_shipping_first_name','Naomi'),(156580,3257,'_shipping_last_name','Golden'),(156581,3257,'_shipping_company','Lice Aunties'),(156582,3257,'_shipping_address_1','3 Baldwin Green Common'),(156583,3257,'_shipping_address_2','310'),(156584,3257,'_shipping_city','Woburn'),(156585,3257,'_shipping_state','MA'),(156586,3257,'_shipping_postcode','01801'),(156587,3257,'_shipping_country','US'),(156588,3257,'_order_currency','USD'),(156589,3257,'_cart_discount','0'),(156590,3257,'_cart_discount_tax','0'),(156591,3257,'_order_shipping','0'),(156592,3257,'_order_shipping_tax','0'),(156593,3257,'_order_tax','0'),(156594,3257,'_order_total','508.84'),(156595,3257,'_order_version','9.6.0'),(156596,3257,'_prices_include_tax','no'),(156597,3257,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(156598,3257,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common 310 Woburn MA 01801 US '),(156599,3257,'is_vat_exempt','no'),(156600,3257,'_wc_order_attribution_source_type','typein'),(156601,3257,'_wc_order_attribution_utm_source','(direct)'),(156602,3257,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156603,3257,'_wc_order_attribution_session_start_time','2025-03-19 16:08:02'),(156604,3257,'_wc_order_attribution_session_pages','10'),(156605,3257,'_wc_order_attribution_session_count','1'),(156606,3257,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(156607,3257,'_wc_order_attribution_device_type','Desktop'),(156608,3257,'Payment type','instant'),(156609,3257,'_paypal_status','completed'),(156610,3257,'_transaction_id','2FB36776U04845649'),(156611,3257,'PayPal Transaction Fee','18.25'),(156612,3257,'_date_paid','1742400719'),(156613,3257,'_paid_date','2025-03-19 16:11:59'),(156614,3258,'_order_key','wc_order_uCsCm4rSRyqkK'),(156615,3258,'_customer_user','11'),(156616,3258,'_payment_method','paypal'),(156617,3258,'_payment_method_title','PayPal'),(156618,3258,'_customer_ip_address','65.186.66.106'),(156619,3258,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156620,3258,'_created_via','checkout'),(156621,3258,'_cart_hash','2b2bf0175303d5c51c6955ce7eda73c3'),(156622,3258,'_download_permissions_granted','yes'),(156623,3258,'_recorded_sales','yes'),(156624,3258,'_recorded_coupon_usage_counts','yes'),(156625,3258,'_new_order_email_sent','true'),(156626,3258,'_order_stock_reduced','yes'),(156627,3258,'_billing_first_name','Tina'),(156628,3258,'_billing_last_name','Hunt'),(156629,3258,'_billing_company','Lice Clinics of America'),(156630,3258,'_billing_address_1','830 Fairview Ave.'),(156631,3258,'_billing_address_2','Suite A-4'),(156632,3258,'_billing_city','Bowling Green'),(156633,3258,'_billing_state','KY'),(156634,3258,'_billing_postcode','42101'),(156635,3258,'_billing_country','US'),(156636,3258,'_billing_email','lcbgky12@gmail.com'),(156637,3258,'_billing_phone','2709996803'),(156638,3258,'_shipping_first_name','Tina'),(156639,3258,'_shipping_last_name','Hunt'),(156640,3258,'_shipping_company','LCBG, LLC'),(156641,3258,'_shipping_address_1','830 Fairview Ave.'),(156642,3258,'_shipping_address_2','Suite A-4'),(156643,3258,'_shipping_city','Bowling Green'),(156644,3258,'_shipping_state','KY'),(156645,3258,'_shipping_postcode','42101'),(156646,3258,'_shipping_country','US'),(156647,3258,'_order_currency','USD'),(156648,3258,'_cart_discount','0'),(156649,3258,'_cart_discount_tax','0'),(156650,3258,'_order_shipping','0'),(156651,3258,'_order_shipping_tax','0'),(156652,3258,'_order_tax','0'),(156653,3258,'_order_total','565.07'),(156654,3258,'_order_version','9.6.0'),(156655,3258,'_prices_include_tax','no'),(156656,3258,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(156657,3258,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(156658,3258,'is_vat_exempt','no'),(156659,3258,'_wc_order_attribution_source_type','referral'),(156660,3258,'_wc_order_attribution_referrer','https://lcaportal.com/'),(156661,3258,'_wc_order_attribution_utm_source','lcaportal.com'),(156662,3258,'_wc_order_attribution_utm_medium','referral'),(156663,3258,'_wc_order_attribution_utm_content','/'),(156664,3258,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156665,3258,'_wc_order_attribution_session_start_time','2025-03-19 19:20:31'),(156666,3258,'_wc_order_attribution_session_pages','6'),(156667,3258,'_wc_order_attribution_session_count','3'),(156668,3258,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156669,3258,'_wc_order_attribution_device_type','Desktop'),(156670,3258,'Payment type','instant'),(156671,3258,'_paypal_status','completed'),(156672,3258,'_transaction_id','13Y88027VF2315327'),(156673,3258,'PayPal Transaction Fee','20.21'),(156674,3258,'_date_paid','1742412346'),(156675,3258,'_paid_date','2025-03-19 19:25:46'),(156676,3257,'_edit_lock','1742417528:2'),(156677,3257,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272956\";s:12:\"date_shipped\";s:10:\"1742342400\";s:11:\"tracking_id\";s:32:\"da45bfc1ba50c38d2d7e6b576daa3b53\";}}'),(156678,3257,'_edit_last','2'),(156679,3257,'_date_completed','1742417660'),(156680,3257,'_completed_date','2025-03-19 20:54:20'),(156681,3259,'_order_key','wc_order_5xQGZwhogx8Fl'),(156682,3259,'_customer_user','61'),(156683,3259,'_payment_method','paypal'),(156684,3259,'_payment_method_title','PayPal'),(156685,3259,'_customer_ip_address','217.180.201.34'),(156686,3259,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156687,3259,'_created_via','checkout'),(156688,3259,'_cart_hash','300301766de30a68f73fcbf1064eb5d0'),(156689,3259,'_download_permissions_granted','yes'),(156690,3259,'_recorded_sales','yes'),(156691,3259,'_recorded_coupon_usage_counts','yes'),(156692,3259,'_new_order_email_sent','true'),(156693,3259,'_order_stock_reduced','yes'),(156694,3259,'_billing_first_name','Judith'),(156695,3259,'_billing_last_name','Hayden'),(156696,3259,'_billing_company','LCAL Hayden LLC'),(156697,3259,'_billing_address_1','1795 Alysheba Way'),(156698,3259,'_billing_address_2','Ste 4105'),(156699,3259,'_billing_city','Lexington'),(156700,3259,'_billing_state','KY'),(156701,3259,'_billing_postcode','40509'),(156702,3259,'_billing_country','US'),(156703,3259,'_billing_email','judy@liceclinicslexington.com'),(156704,3259,'_billing_phone','8595376966'),(156705,3259,'_shipping_first_name','Judy'),(156706,3259,'_shipping_last_name','Hayden'),(156707,3259,'_shipping_company','Lice Clinics of America Lexington'),(156708,3259,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(156709,3259,'_shipping_city','Lexington'),(156710,3259,'_shipping_state','KY'),(156711,3259,'_shipping_postcode','40509'),(156712,3259,'_shipping_country','US'),(156713,3259,'_order_currency','USD'),(156714,3259,'_cart_discount','0'),(156715,3259,'_cart_discount_tax','0'),(156716,3259,'_order_shipping','0'),(156717,3259,'_order_shipping_tax','0'),(156718,3259,'_order_tax','0'),(156719,3259,'_order_total','947.10'),(156720,3259,'_order_version','9.6.0'),(156721,3259,'_prices_include_tax','no'),(156722,3259,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(156723,3259,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Lexington KY 40509 US '),(156725,3259,'_wc_order_attribution_source_type','typein'),(156726,3259,'_wc_order_attribution_utm_source','(direct)'),(156727,3259,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156728,3259,'_wc_order_attribution_session_start_time','2025-03-19 20:38:51'),(156729,3259,'_wc_order_attribution_session_pages','1'),(156730,3259,'_wc_order_attribution_session_count','2'),(156731,3259,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156732,3259,'_wc_order_attribution_device_type','Desktop'),(156733,3259,'is_vat_exempt','no'),(156734,3259,'_wc_order_attribution_source_type','typein'),(156735,3259,'_wc_order_attribution_utm_source','(direct)'),(156736,3259,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156737,3259,'_wc_order_attribution_session_start_time','2025-03-19 20:38:51'),(156738,3259,'_wc_order_attribution_session_pages','5'),(156739,3259,'_wc_order_attribution_session_count','2');
INSERT INTO `wp_postmeta` VALUES (156740,3259,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156741,3259,'_wc_order_attribution_device_type','Desktop'),(156742,3259,'Payment type','instant'),(156743,3259,'_paypal_status','completed'),(156744,3259,'_transaction_id','6DC422554B973864T'),(156745,3259,'PayPal Transaction Fee','33.54'),(156746,3259,'_date_paid','1742420094'),(156747,3259,'_paid_date','2025-03-19 21:34:54'),(156748,3260,'_order_key','wc_order_xAQqflTbiKUA7'),(156749,3260,'_customer_user','46'),(156750,3260,'_payment_method','paypal'),(156751,3260,'_payment_method_title','PayPal'),(156752,3260,'_customer_ip_address','72.47.75.84'),(156753,3260,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156754,3260,'_created_via','checkout'),(156755,3260,'_cart_hash','caea62e4e85cb3e2fa67b719b0389d4c'),(156756,3260,'_download_permissions_granted','yes'),(156757,3260,'_recorded_sales','yes'),(156758,3260,'_recorded_coupon_usage_counts','yes'),(156759,3260,'_new_order_email_sent','true'),(156760,3260,'_order_stock_reduced','yes'),(156761,3260,'_billing_first_name','Ashe'),(156762,3260,'_billing_last_name','montalvo'),(156763,3260,'_billing_company','lice clincs of america jonesboro'),(156764,3260,'_billing_address_1','1406 Market Place'),(156765,3260,'_billing_address_2','Apartment 10'),(156766,3260,'_billing_city','Jonesboro'),(156767,3260,'_billing_state','AR'),(156768,3260,'_billing_postcode','72404'),(156769,3260,'_billing_country','US'),(156770,3260,'_billing_email','bsdashlynf@gmail.com'),(156771,3260,'_billing_phone','8706132520'),(156772,3260,'_shipping_first_name','Ashe'),(156773,3260,'_shipping_last_name','montalvo'),(156774,3260,'_shipping_company','lice clincs of america jonesboro'),(156775,3260,'_shipping_address_1','3114 Fox Road'),(156776,3260,'_shipping_address_2','suite D'),(156777,3260,'_shipping_city','Jonesboro'),(156778,3260,'_shipping_state','AR'),(156779,3260,'_shipping_postcode','72404'),(156780,3260,'_shipping_country','US'),(156781,3260,'_order_currency','USD'),(156782,3260,'_cart_discount','0'),(156783,3260,'_cart_discount_tax','0'),(156784,3260,'_order_shipping','16.89'),(156785,3260,'_order_shipping_tax','0'),(156786,3260,'_order_tax','0'),(156787,3260,'_order_total','358.58'),(156788,3260,'_order_version','9.6.0'),(156789,3260,'_prices_include_tax','no'),(156790,3260,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(156791,3260,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(156792,3260,'is_vat_exempt','no'),(156793,3260,'_wc_order_attribution_source_type','referral'),(156794,3260,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(156795,3260,'_wc_order_attribution_utm_source','lcaportal.com'),(156796,3260,'_wc_order_attribution_utm_medium','referral'),(156797,3260,'_wc_order_attribution_utm_content','/'),(156798,3260,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156799,3260,'_wc_order_attribution_session_start_time','2025-03-19 22:08:02'),(156800,3260,'_wc_order_attribution_session_pages','4'),(156801,3260,'_wc_order_attribution_session_count','1'),(156802,3260,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(156803,3260,'_wc_order_attribution_device_type','Desktop'),(156804,3260,'Payment type','instant'),(156805,3260,'_paypal_status','completed'),(156806,3260,'_transaction_id','7MN95955SJ8624522'),(156807,3260,'PayPal Transaction Fee','13.00'),(156808,3260,'_date_paid','1742422457'),(156809,3260,'_paid_date','2025-03-19 22:14:17'),(156810,3258,'_edit_lock','1742428683:2'),(156811,3258,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992272967\";s:12:\"date_shipped\";s:10:\"1742342400\";s:11:\"tracking_id\";s:32:\"14119d2a2edb71f7b844fec56f8e85d9\";}}'),(156812,3258,'_edit_last','2'),(156813,3258,'_date_completed','1742428669'),(156814,3258,'_completed_date','2025-03-19 23:57:49'),(156815,3261,'_order_key','wc_order_dRaUITjkhyepM'),(156816,3261,'_customer_user','3'),(156817,3261,'_payment_method','paypal'),(156818,3261,'_payment_method_title','PayPal'),(156819,3261,'_customer_ip_address','99.22.146.124'),(156820,3261,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(156821,3261,'_created_via','checkout'),(156822,3261,'_cart_hash','f9757f9af83c3bd4018109a6b9cdfbd4'),(156823,3261,'_download_permissions_granted','yes'),(156824,3261,'_recorded_sales','yes'),(156825,3261,'_recorded_coupon_usage_counts','yes'),(156826,3261,'_new_order_email_sent','true'),(156827,3261,'_order_stock_reduced','yes'),(156828,3261,'_billing_first_name','amanda'),(156829,3261,'_billing_last_name','westerman'),(156830,3261,'_billing_company','Lice Clinics of America McKinney'),(156831,3261,'_billing_address_1','3120 Hudson Crossing'),(156832,3261,'_billing_address_2','Suite A2'),(156833,3261,'_billing_city','MCKINNEY'),(156834,3261,'_billing_state','TX'),(156835,3261,'_billing_postcode','75070'),(156836,3261,'_billing_country','US'),(156837,3261,'_billing_email','awesterman1103@gmail.com'),(156838,3261,'_billing_phone','12144175741'),(156839,3261,'_shipping_first_name','amanda'),(156840,3261,'_shipping_last_name','westerman'),(156841,3261,'_shipping_company','Lice Clinics of America McKinney'),(156842,3261,'_shipping_address_1','3120 Hudson Crossing'),(156843,3261,'_shipping_address_2','Suite A2'),(156844,3261,'_shipping_city','McKinney'),(156845,3261,'_shipping_state','TX'),(156846,3261,'_shipping_postcode','75070'),(156847,3261,'_shipping_country','US'),(156848,3261,'_order_currency','USD'),(156849,3261,'_cart_discount','0'),(156850,3261,'_cart_discount_tax','0'),(156851,3261,'_order_shipping','0'),(156852,3261,'_order_shipping_tax','0'),(156853,3261,'_order_tax','0'),(156854,3261,'_order_total','555.04'),(156855,3261,'_order_version','9.6.0'),(156856,3261,'_prices_include_tax','no'),(156857,3261,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(156858,3261,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 McKinney TX 75070 US '),(156859,3261,'is_vat_exempt','no'),(156860,3261,'_wc_order_attribution_source_type','referral'),(156861,3261,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(156862,3261,'_wc_order_attribution_utm_source','lcaportal.com'),(156863,3261,'_wc_order_attribution_utm_medium','referral'),(156864,3261,'_wc_order_attribution_utm_content','/'),(156865,3261,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156866,3261,'_wc_order_attribution_session_start_time','2025-03-20 16:05:29'),(156867,3261,'_wc_order_attribution_session_pages','4'),(156868,3261,'_wc_order_attribution_session_count','2'),(156869,3261,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(156870,3261,'_wc_order_attribution_device_type','Desktop'),(156871,3262,'_order_key','wc_order_zSdUTbV6peKyA'),(156872,3262,'_customer_user','50'),(156873,3262,'_payment_method','paypal'),(156874,3262,'_payment_method_title','PayPal'),(156875,3262,'_customer_ip_address','24.62.247.50'),(156876,3262,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(156877,3262,'_created_via','checkout'),(156878,3262,'_cart_hash','e03b88cd264ae8c98191efdbfffb4c46'),(156879,3262,'_download_permissions_granted','yes'),(156880,3262,'_recorded_sales','yes'),(156881,3262,'_recorded_coupon_usage_counts','yes'),(156882,3262,'_new_order_email_sent','true'),(156883,3262,'_order_stock_reduced','yes'),(156884,3262,'_billing_first_name','Christine'),(156885,3262,'_billing_last_name','Cherry'),(156886,3262,'_billing_company','NITS END'),(156887,3262,'_billing_address_1','PO BOX 1092'),(156888,3262,'_billing_city','Campton'),(156889,3262,'_billing_state','NH'),(156890,3262,'_billing_postcode','03223'),(156891,3262,'_billing_country','US'),(156892,3262,'_billing_email','info@liceclinicsplaistow.com'),(156893,3262,'_billing_phone','16034983390'),(156894,3262,'_shipping_first_name','Megan'),(156895,3262,'_shipping_last_name','O\'Neil'),(156896,3262,'_shipping_company','LCA'),(156897,3262,'_shipping_address_1','22 Main St'),(156898,3262,'_shipping_city','Atkinson'),(156899,3262,'_shipping_state','NH'),(156900,3262,'_shipping_postcode','03811'),(156901,3262,'_shipping_country','US'),(156902,3262,'_order_currency','USD'),(156903,3262,'_cart_discount','0'),(156904,3262,'_cart_discount_tax','0'),(156905,3262,'_order_shipping','0'),(156906,3262,'_order_shipping_tax','0'),(156907,3262,'_order_tax','0'),(156908,3262,'_order_total','728.94'),(156909,3262,'_order_version','9.6.0'),(156910,3262,'_prices_include_tax','no'),(156911,3262,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(156912,3262,'_shipping_address_index','Megan O\'Neil LCA 22 Main St  Atkinson NH 03811 US '),(156913,3262,'is_vat_exempt','no'),(156914,3262,'_wc_order_attribution_source_type','referral'),(156915,3262,'_wc_order_attribution_referrer','https://lcaportal.com/'),(156916,3262,'_wc_order_attribution_utm_source','lcaportal.com'),(156917,3262,'_wc_order_attribution_utm_medium','referral'),(156918,3262,'_wc_order_attribution_utm_content','/'),(156919,3262,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156920,3262,'_wc_order_attribution_session_start_time','2025-03-20 16:03:02'),(156921,3262,'_wc_order_attribution_session_pages','6'),(156922,3262,'_wc_order_attribution_session_count','1'),(156923,3262,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(156924,3262,'_wc_order_attribution_device_type','Desktop'),(156925,3261,'Payment type','instant'),(156926,3261,'_paypal_status','completed'),(156927,3261,'_transaction_id','527340771R905653P'),(156928,3261,'PayPal Transaction Fee','19.86'),(156929,3261,'_date_paid','1742486928'),(156930,3261,'_paid_date','2025-03-20 16:08:48'),(156931,3262,'Payment type','instant'),(156932,3262,'_paypal_status','completed'),(156933,3262,'_transaction_id','5NM04464SE385232P'),(156934,3262,'PayPal Transaction Fee','25.93'),(156935,3262,'_date_paid','1742486962'),(156936,3262,'_paid_date','2025-03-20 16:09:22'),(156937,3263,'_order_key','wc_order_2S15gJhApou7R'),(156938,3263,'_customer_user','50'),(156939,3263,'_payment_method','paypal'),(156940,3263,'_payment_method_title','PayPal'),(156941,3263,'_customer_ip_address','24.62.247.50'),(156942,3263,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(156943,3263,'_created_via','checkout'),(156944,3263,'_cart_hash','d31d2e12e9b9fbb4bc823fa99ff6e204'),(156945,3263,'_download_permissions_granted','yes'),(156946,3263,'_recorded_sales','yes'),(156947,3263,'_recorded_coupon_usage_counts','yes'),(156948,3263,'_new_order_email_sent','true'),(156949,3263,'_order_stock_reduced','yes'),(156950,3263,'_billing_first_name','Christine'),(156951,3263,'_billing_last_name','Cherry'),(156952,3263,'_billing_company','NITS END'),(156953,3263,'_billing_address_1','PO BOX 1092'),(156954,3263,'_billing_city','Campton'),(156955,3263,'_billing_state','NH'),(156956,3263,'_billing_postcode','03223'),(156957,3263,'_billing_country','US'),(156958,3263,'_billing_email','info@liceclinicsplaistow.com'),(156959,3263,'_billing_phone','16034983390'),(156960,3263,'_shipping_first_name','Christine'),(156961,3263,'_shipping_last_name','Cherry'),(156962,3263,'_shipping_company','C/O Linda Brann LCA/Nits End'),(156963,3263,'_shipping_address_1','16 Toppan Dr'),(156964,3263,'_shipping_city','Gorham'),(156965,3263,'_shipping_state','ME'),(156966,3263,'_shipping_postcode','04038'),(156967,3263,'_shipping_country','US'),(156968,3263,'_order_currency','USD'),(156969,3263,'_cart_discount','0'),(156970,3263,'_cart_discount_tax','0'),(156971,3263,'_order_shipping','0'),(156972,3263,'_order_shipping_tax','0'),(156973,3263,'_order_tax','0'),(156974,3263,'_order_total','1077.52'),(156975,3263,'_order_version','9.6.0'),(156976,3263,'_prices_include_tax','no'),(156977,3263,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(156978,3263,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(156979,3263,'is_vat_exempt','no'),(156980,3263,'_wc_order_attribution_source_type','referral'),(156981,3263,'_wc_order_attribution_referrer','https://lcaportal.com/'),(156982,3263,'_wc_order_attribution_utm_source','lcaportal.com'),(156983,3263,'_wc_order_attribution_utm_medium','referral'),(156984,3263,'_wc_order_attribution_utm_content','/'),(156985,3263,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(156986,3263,'_wc_order_attribution_session_start_time','2025-03-20 16:03:02'),(156987,3263,'_wc_order_attribution_session_pages','6'),(156988,3263,'_wc_order_attribution_session_count','2'),(156989,3263,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(156990,3263,'_wc_order_attribution_device_type','Desktop'),(156991,3263,'Payment type','instant'),(156992,3263,'_paypal_status','completed'),(156993,3263,'_transaction_id','63287351HA583225J'),(156994,3263,'PayPal Transaction Fee','38.10'),(156995,3263,'_date_paid','1742491281'),(156996,3263,'_paid_date','2025-03-20 17:21:21'),(156997,3264,'_order_key','wc_order_6iS0nJmRiRoEV'),(156998,3264,'_customer_user','98'),(156999,3264,'_payment_method','paypal'),(157000,3264,'_payment_method_title','PayPal'),(157001,3264,'_customer_ip_address','24.62.247.50'),(157002,3264,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(157003,3264,'_created_via','checkout'),(157004,3264,'_cart_hash','dc806aacc0ae3221b1eb9c37adeabfea'),(157005,3264,'_download_permissions_granted','yes'),(157006,3264,'_recorded_sales','yes'),(157007,3264,'_recorded_coupon_usage_counts','yes'),(157008,3264,'_new_order_email_sent','true'),(157009,3264,'_order_stock_reduced','yes'),(157010,3264,'_billing_first_name','Christine'),(157011,3264,'_billing_last_name','Cherry'),(157012,3264,'_billing_company','NITS END'),(157013,3264,'_billing_address_1','PO BOX 1092'),(157014,3264,'_billing_city','Campton'),(157015,3264,'_billing_state','NH'),(157016,3264,'_billing_postcode','03223'),(157017,3264,'_billing_country','US'),(157018,3264,'_billing_email','christine@liceclinicscolumbus.com'),(157019,3264,'_billing_phone','16034983390'),(157020,3264,'_shipping_first_name','Erica'),(157021,3264,'_shipping_last_name','Froggatt'),(157022,3264,'_shipping_company','LCA'),(157023,3264,'_shipping_address_1','5910 Wilcox Pl'),(157024,3264,'_shipping_address_2','suite E'),(157025,3264,'_shipping_city','Dublin'),(157026,3264,'_shipping_state','OH'),(157027,3264,'_shipping_postcode','43016'),(157028,3264,'_shipping_country','US'),(157029,3264,'_order_currency','USD'),(157030,3264,'_cart_discount','0'),(157031,3264,'_cart_discount_tax','0'),(157032,3264,'_order_shipping','0'),(157033,3264,'_order_shipping_tax','0'),(157034,3264,'_order_tax','0'),(157035,3264,'_order_total','634.88'),(157036,3264,'_order_version','9.6.0'),(157037,3264,'_prices_include_tax','no'),(157038,3264,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(157039,3264,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(157040,3264,'is_vat_exempt','no'),(157041,3264,'_wc_order_attribution_source_type','referral'),(157042,3264,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157043,3264,'_wc_order_attribution_utm_source','lcaportal.com'),(157044,3264,'_wc_order_attribution_utm_medium','referral'),(157045,3264,'_wc_order_attribution_utm_content','/'),(157046,3264,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157047,3264,'_wc_order_attribution_session_start_time','2025-03-20 17:44:49'),(157048,3264,'_wc_order_attribution_session_pages','15'),(157049,3264,'_wc_order_attribution_session_count','3'),(157050,3264,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(157051,3264,'_wc_order_attribution_device_type','Desktop'),(157052,3264,'Payment type','instant'),(157053,3264,'_paypal_status','completed'),(157054,3264,'_transaction_id','2JT88047SK505913P'),(157055,3264,'PayPal Transaction Fee','22.65'),(157056,3264,'_date_paid','1742493400'),(157057,3264,'_paid_date','2025-03-20 17:56:40'),(157058,3260,'_edit_lock','1742509613:2'),(157059,3260,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273106\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"4978e02c1fb9150aa66d186f97713906\";}}'),(157060,3260,'_edit_last','2'),(157061,3260,'_date_completed','1742509747'),(157062,3260,'_completed_date','2025-03-20 22:29:07'),(157063,3259,'_edit_lock','1742509665:2'),(157064,3259,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273070\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"408462471ac937064625413adaf761a1\";}}'),(157065,3259,'_edit_last','2'),(157066,3259,'_date_completed','1742509800'),(157067,3259,'_completed_date','2025-03-20 22:30:00'),(157068,3261,'_edit_lock','1742509752:2'),(157069,3261,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273172\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"d5dcc089464079951ae85034417504b1\";}}'),(157070,3261,'_edit_last','2'),(157071,3261,'_date_completed','1742509887'),(157072,3261,'_completed_date','2025-03-20 22:31:27'),(157073,3262,'_edit_lock','1742509947:2'),(157074,3262,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273161\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"706e6f41a4732920762e80edd1c97a0e\";}}'),(157075,3262,'_edit_last','2'),(157076,3262,'_date_completed','1742509931'),(157077,3262,'_completed_date','2025-03-20 22:32:11'),(157078,3263,'_edit_lock','1742509844:2'),(157079,3263,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273210\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"22d896a430073adb3bb4dbef3991313b\";}}'),(157080,3263,'_edit_last','2'),(157081,3263,'_date_completed','1742509979'),(157082,3263,'_completed_date','2025-03-20 22:32:59'),(157083,3264,'_edit_lock','1742510090:2'),(157084,3264,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273253\";s:12:\"date_shipped\";s:10:\"1742428800\";s:11:\"tracking_id\";s:32:\"5bd2cab81f36cd36e553f6fec7830bd1\";}}'),(157085,3264,'_edit_last','2'),(157086,3264,'_date_completed','1742510026'),(157087,3264,'_completed_date','2025-03-20 22:33:46'),(157088,3265,'_order_key','wc_order_nO3gtkwNSiOCH'),(157089,3265,'_customer_user','5'),(157090,3265,'_payment_method','paypal'),(157091,3265,'_payment_method_title','PayPal'),(157092,3265,'_customer_ip_address','71.237.182.213'),(157093,3265,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157094,3265,'_created_via','checkout'),(157095,3265,'_cart_hash','b294f99ba09a7cd2912be6ecb9139b8c'),(157096,3265,'_download_permissions_granted','yes'),(157097,3265,'_recorded_sales','yes'),(157098,3265,'_recorded_coupon_usage_counts','yes'),(157099,3265,'_new_order_email_sent','true'),(157100,3265,'_order_stock_reduced','yes'),(157101,3265,'_billing_first_name','Shawnde'),(157102,3265,'_billing_last_name','Russell'),(157103,3265,'_billing_company','lice clinics of america- portland'),(157104,3265,'_billing_address_1','1444 NW College Way Suite 6'),(157105,3265,'_billing_city','Bend'),(157106,3265,'_billing_state','OR'),(157107,3265,'_billing_postcode','97703'),(157108,3265,'_billing_country','US'),(157109,3265,'_billing_email','noemi.and.mark@nwliceclinics.com'),(157110,3265,'_billing_phone','15034040475'),(157111,3265,'_shipping_first_name','Shawnde'),(157112,3265,'_shipping_last_name','Russell'),(157113,3265,'_shipping_company','lice clinics of america- portland'),(157114,3265,'_shipping_address_1','1444 NW College Way Suite 6'),(157115,3265,'_shipping_city','Bend'),(157116,3265,'_shipping_state','OR'),(157117,3265,'_shipping_postcode','97703'),(157118,3265,'_shipping_country','US'),(157119,3265,'_order_currency','USD'),(157120,3265,'_cart_discount','0'),(157121,3265,'_cart_discount_tax','0'),(157122,3265,'_order_shipping','0'),(157123,3265,'_order_shipping_tax','0'),(157124,3265,'_order_tax','0'),(157125,3265,'_order_total','536.40'),(157126,3265,'_order_version','9.6.0'),(157127,3265,'_prices_include_tax','no'),(157128,3265,'_billing_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6  Bend OR 97703 US noemi.and.mark@nwliceclinics.com 15034040475'),(157129,3265,'_shipping_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6  Bend OR 97703 US '),(157130,3265,'is_vat_exempt','no'),(157131,3265,'_wc_order_attribution_source_type','referral'),(157132,3265,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157133,3265,'_wc_order_attribution_utm_source','lcaportal.com'),(157134,3265,'_wc_order_attribution_utm_medium','referral'),(157135,3265,'_wc_order_attribution_utm_content','/'),(157136,3265,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157137,3265,'_wc_order_attribution_session_start_time','2025-03-20 22:26:43'),(157138,3265,'_wc_order_attribution_session_pages','6'),(157139,3265,'_wc_order_attribution_session_count','1'),(157140,3265,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157141,3265,'_wc_order_attribution_device_type','Desktop'),(157142,3265,'Payment type','instant'),(157143,3265,'_paypal_status','completed'),(157144,3265,'_transaction_id','07S84523596204023'),(157145,3265,'PayPal Transaction Fee','19.21'),(157146,3265,'_date_paid','1742510276'),(157147,3265,'_paid_date','2025-03-20 22:37:56'),(157148,3266,'_order_key','wc_order_jRnOCxsU8zOdi'),(157149,3266,'_customer_user','20'),(157150,3266,'_payment_method','paypal'),(157151,3266,'_payment_method_title','PayPal'),(157152,3266,'_customer_ip_address','76.87.171.180'),(157153,3266,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157154,3266,'_created_via','checkout'),(157155,3266,'_cart_hash','23b3db61c5adebdf6faa054ebd31c1f3'),(157156,3266,'_download_permissions_granted','yes'),(157157,3266,'_recorded_sales','yes'),(157158,3266,'_recorded_coupon_usage_counts','yes'),(157159,3266,'_new_order_email_sent','true'),(157160,3266,'_order_stock_reduced','yes'),(157161,3266,'_billing_first_name','Hasani'),(157162,3266,'_billing_last_name','Thompson'),(157163,3266,'_billing_company','Heat in Hair'),(157164,3266,'_billing_address_1','27225 Camp Plenty Road'),(157165,3266,'_billing_address_2','1D'),(157166,3266,'_billing_city','Santa Clarita'),(157167,3266,'_billing_state','CA'),(157168,3266,'_billing_postcode','91351'),(157169,3266,'_billing_country','US'),(157170,3266,'_billing_email','info@liceclinicssantaclarita.com'),(157171,3266,'_billing_phone','6615850263'),(157172,3266,'_shipping_first_name','Hasani'),(157173,3266,'_shipping_last_name','Thompson'),(157174,3266,'_shipping_company','Heat in Hair'),(157175,3266,'_shipping_address_1','5145 Nightsky pl'),(157176,3266,'_shipping_city','5145 nightsky pl'),(157177,3266,'_shipping_state','CA'),(157178,3266,'_shipping_postcode','93552'),(157179,3266,'_shipping_country','US'),(157180,3266,'_order_currency','USD'),(157181,3266,'_cart_discount','0'),(157182,3266,'_cart_discount_tax','0'),(157183,3266,'_order_shipping','0'),(157184,3266,'_order_shipping_tax','0'),(157185,3266,'_order_tax','0'),(157186,3266,'_order_total','1163.96'),(157187,3266,'_order_version','9.6.0'),(157188,3266,'_prices_include_tax','no'),(157189,3266,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(157190,3266,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(157191,3266,'is_vat_exempt','no'),(157192,3266,'_wc_order_attribution_source_type','referral'),(157193,3266,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157194,3266,'_wc_order_attribution_utm_source','lcaportal.com'),(157195,3266,'_wc_order_attribution_utm_medium','referral'),(157196,3266,'_wc_order_attribution_utm_content','/'),(157197,3266,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157198,3266,'_wc_order_attribution_session_start_time','2025-03-21 03:11:52'),(157199,3266,'_wc_order_attribution_session_pages','10'),(157200,3266,'_wc_order_attribution_session_count','1'),(157201,3266,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157202,3266,'_wc_order_attribution_device_type','Desktop'),(157203,3266,'Payment type','instant'),(157204,3266,'_paypal_status','completed'),(157205,3266,'_transaction_id','1LC036300D7073103'),(157206,3266,'PayPal Transaction Fee','41.11'),(157207,3266,'_date_paid','1742528217'),(157208,3266,'_paid_date','2025-03-21 03:36:57'),(157209,3267,'_order_key','wc_order_ckwd615HfmNHW'),(157210,3267,'_customer_user','15'),(157211,3267,'_payment_method','paypal'),(157212,3267,'_payment_method_title','PayPal'),(157213,3267,'_customer_ip_address','104.6.9.145'),(157214,3267,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(157215,3267,'_created_via','checkout'),(157216,3267,'_cart_hash','50e0fd75b8c6b0e38cbc03db83980c52'),(157217,3267,'_download_permissions_granted','yes'),(157218,3267,'_recorded_sales','yes'),(157219,3267,'_recorded_coupon_usage_counts','yes'),(157220,3267,'_new_order_email_sent','true'),(157221,3267,'_order_stock_reduced','yes'),(157222,3267,'_billing_first_name','Andrea'),(157223,3267,'_billing_last_name','Florsheim'),(157224,3267,'_billing_company','Lice Clincs of America'),(157225,3267,'_billing_address_1','777 n van buren st'),(157226,3267,'_billing_address_2','APT 3402'),(157227,3267,'_billing_city','Milwaukee'),(157228,3267,'_billing_state','WI'),(157229,3267,'_billing_postcode','53202'),(157230,3267,'_billing_country','US'),(157231,3267,'_billing_email','andrea@liceclinicscentral.com'),(157232,3267,'_billing_phone','4143354315'),(157233,3267,'_shipping_first_name','Andrea'),(157234,3267,'_shipping_last_name','Florsheim'),(157235,3267,'_shipping_company','LCA'),(157236,3267,'_shipping_address_1','124 N. Broadway'),(157237,3267,'_shipping_address_2','Suite L1'),(157238,3267,'_shipping_city','De Pere'),(157239,3267,'_shipping_state','WI'),(157240,3267,'_shipping_postcode','54115'),(157241,3267,'_shipping_country','US'),(157242,3267,'_order_currency','USD'),(157243,3267,'_cart_discount','0'),(157244,3267,'_cart_discount_tax','0'),(157245,3267,'_order_shipping','18.05'),(157246,3267,'_order_shipping_tax','0'),(157247,3267,'_order_tax','0'),(157248,3267,'_order_total','179.20'),(157249,3267,'_order_version','9.7.1'),(157250,3267,'_prices_include_tax','no'),(157251,3267,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3402 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(157252,3267,'_shipping_address_index','Andrea Florsheim LCA 124 N. Broadway Suite L1 De Pere WI 54115 US '),(157253,3267,'is_vat_exempt','no'),(157254,3267,'_wc_order_attribution_source_type','typein'),(157255,3267,'_wc_order_attribution_utm_source','(direct)'),(157256,3267,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157257,3267,'_wc_order_attribution_session_start_time','2024-02-26 15:43:01'),(157258,3267,'_wc_order_attribution_session_pages','7'),(157259,3267,'_wc_order_attribution_session_count','5'),(157260,3267,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(157261,3267,'_wc_order_attribution_device_type','Desktop'),(157262,3267,'Payment type','instant'),(157263,3267,'_paypal_status','completed'),(157264,3267,'_transaction_id','404306547S304613E'),(157265,3267,'PayPal Transaction Fee','6.74'),(157266,3267,'_date_paid','1742573524'),(157267,3267,'_paid_date','2025-03-21 16:12:04'),(157268,3237,'Payment type','instant'),(157269,3237,'_paypal_status','completed'),(157270,3237,'_transaction_id','7DT708626C9591021'),(157271,3237,'PayPal Transaction Fee','31.49'),(157272,3237,'_date_paid','1742575531'),(157273,3237,'_paid_date','2025-03-21 16:45:31'),(157274,3265,'_edit_lock','1742590148:2'),(157275,3265,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273286\";s:12:\"date_shipped\";s:10:\"1742515200\";s:11:\"tracking_id\";s:32:\"9e1cc7e2c572fb127cf2fe52c053e186\";}}'),(157276,3265,'_edit_last','2'),(157277,3265,'_date_completed','1742590134'),(157278,3265,'_completed_date','2025-03-21 20:48:54'),(157279,3266,'_edit_lock','1742590187:2'),(157280,3266,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273301\";s:12:\"date_shipped\";s:10:\"1742515200\";s:11:\"tracking_id\";s:32:\"4f4e3a91373a050ed8143bca877e5a37\";}}'),(157281,3266,'_edit_last','2'),(157282,3266,'_date_completed','1742590165'),(157283,3266,'_completed_date','2025-03-21 20:49:25'),(157284,3267,'_edit_lock','1742837841:2'),(157285,3267,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273345\";s:12:\"date_shipped\";s:10:\"1742515200\";s:11:\"tracking_id\";s:32:\"af2994281771cc7e908c56ed03da90c9\";}}'),(157286,3237,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273389\";s:12:\"date_shipped\";s:10:\"1742515200\";s:11:\"tracking_id\";s:32:\"7a2d4dbc16a4579aa0963b60b91bbc8c\";}}'),(157287,3237,'_date_completed','1742590240'),(157288,3237,'_completed_date','2025-03-21 20:50:40'),(157289,3268,'_order_key','wc_order_7EgYkTyp0WGkL'),(157290,3268,'_customer_user','76'),(157291,3268,'_payment_method','paypal'),(157292,3268,'_payment_method_title','PayPal'),(157293,3268,'_customer_ip_address','209.6.13.239'),(157294,3268,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(157295,3268,'_created_via','checkout'),(157296,3268,'_cart_hash','e55b51238d1c658321dc83bdf0a93fcb'),(157297,3268,'_download_permissions_granted','yes'),(157298,3268,'_recorded_sales','yes'),(157299,3268,'_recorded_coupon_usage_counts','yes'),(157300,3268,'_new_order_email_sent','true'),(157301,3268,'_order_stock_reduced','yes'),(157302,3268,'_billing_first_name','Naomi'),(157303,3268,'_billing_last_name','Golden'),(157304,3268,'_billing_address_1','31 Mann Ave'),(157305,3268,'_billing_city','Needham'),(157306,3268,'_billing_state','MA'),(157307,3268,'_billing_postcode','02492'),(157308,3268,'_billing_country','US'),(157309,3268,'_billing_email','nrgolden6486@gmail.com'),(157310,3268,'_billing_phone','6178511322'),(157311,3268,'_shipping_first_name','Naomi'),(157312,3268,'_shipping_last_name','Golden'),(157313,3268,'_shipping_company','Lice Aunties'),(157314,3268,'_shipping_address_1','60 Dedham Ave'),(157315,3268,'_shipping_address_2','Suite 201'),(157316,3268,'_shipping_city','Needham'),(157317,3268,'_shipping_state','MA'),(157318,3268,'_shipping_postcode','02492'),(157319,3268,'_shipping_country','US'),(157320,3268,'_order_currency','USD'),(157321,3268,'_cart_discount','0'),(157322,3268,'_cart_discount_tax','0'),(157323,3268,'_order_shipping','0'),(157324,3268,'_order_shipping_tax','0'),(157325,3268,'_order_tax','0'),(157326,3268,'_order_total','524.66'),(157327,3268,'_order_version','9.7.1'),(157328,3268,'_prices_include_tax','no'),(157329,3268,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(157330,3268,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(157331,3268,'is_vat_exempt','no'),(157332,3268,'_wc_order_attribution_source_type','typein'),(157333,3268,'_wc_order_attribution_utm_source','(direct)'),(157334,3268,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157335,3268,'_wc_order_attribution_session_start_time','2025-03-19 16:08:02'),(157336,3268,'_wc_order_attribution_session_pages','10'),(157337,3268,'_wc_order_attribution_session_count','4'),(157338,3268,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(157339,3268,'_wc_order_attribution_device_type','Desktop'),(157340,3268,'Payment type','instant'),(157341,3268,'_paypal_status','completed'),(157342,3268,'_transaction_id','41614192NA157962M'),(157343,3268,'PayPal Transaction Fee','18.80'),(157344,3268,'_date_paid','1742590600'),(157345,3268,'_paid_date','2025-03-21 20:56:40'),(157354,3269,'_order_key','wc_order_lImA19ZLrztrY'),(157355,3269,'_customer_user','3'),(157356,3269,'_payment_method','paypal'),(157357,3269,'_payment_method_title','PayPal'),(157358,3269,'_customer_ip_address','99.22.146.124'),(157359,3269,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(157360,3269,'_created_via','checkout'),(157361,3269,'_cart_hash','e0613c3b02a83e472c8aab36e0aab18c'),(157362,3269,'_download_permissions_granted','yes'),(157363,3269,'_recorded_sales','yes'),(157364,3269,'_recorded_coupon_usage_counts','yes'),(157365,3269,'_new_order_email_sent','true'),(157366,3269,'_order_stock_reduced','yes'),(157367,3269,'_billing_first_name','amanda'),(157368,3269,'_billing_last_name','westerman'),(157369,3269,'_billing_company','Lice Clinics of America McKinney'),(157370,3269,'_billing_address_1','3120 Hudson Crossing'),(157371,3269,'_billing_address_2','Suite A2'),(157372,3269,'_billing_city','MCKINNEY'),(157373,3269,'_billing_state','TX'),(157374,3269,'_billing_postcode','75070'),(157375,3269,'_billing_country','US'),(157376,3269,'_billing_email','awesterman1103@gmail.com'),(157377,3269,'_billing_phone','12144175741'),(157378,3269,'_shipping_first_name','amanda'),(157379,3269,'_shipping_last_name','westerman'),(157380,3269,'_shipping_company','Lice Clinics of America McKinney'),(157381,3269,'_shipping_address_1','1709 Damian Way'),(157382,3269,'_shipping_city','Richardson'),(157383,3269,'_shipping_state','TX'),(157384,3269,'_shipping_postcode','75081'),(157385,3269,'_shipping_country','US'),(157386,3269,'_order_currency','USD'),(157387,3269,'_cart_discount','0'),(157388,3269,'_cart_discount_tax','0'),(157389,3269,'_order_shipping','0'),(157390,3269,'_order_shipping_tax','0'),(157391,3269,'_order_tax','0'),(157392,3269,'_order_total','735.73'),(157393,3269,'_order_version','9.7.1'),(157394,3269,'_prices_include_tax','no'),(157395,3269,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(157396,3269,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 1709 Damian Way  Richardson TX 75081 US '),(157397,3269,'is_vat_exempt','no'),(157398,3269,'_wc_order_attribution_source_type','referral'),(157399,3269,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(157400,3269,'_wc_order_attribution_utm_source','lcaportal.com'),(157401,3269,'_wc_order_attribution_utm_medium','referral'),(157402,3269,'_wc_order_attribution_utm_content','/'),(157403,3269,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157404,3269,'_wc_order_attribution_session_start_time','2025-03-24 16:12:55'),(157405,3269,'_wc_order_attribution_session_pages','1'),(157406,3269,'_wc_order_attribution_session_count','4'),(157407,3269,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(157408,3269,'_wc_order_attribution_device_type','Desktop'),(157416,3269,'Payment type','instant'),(157417,3269,'_paypal_status','completed'),(157418,3269,'_transaction_id','42J8922643814414C'),(157419,3269,'PayPal Transaction Fee','26.17'),(157420,3269,'_date_paid','1742837638'),(157421,3269,'_paid_date','2025-03-24 17:33:58'),(157422,3268,'_edit_lock','1742837756:2'),(157423,3268,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273492\";s:12:\"date_shipped\";s:10:\"1742774400\";s:11:\"tracking_id\";s:32:\"9e7a70206829e3bd92d2cd77f0830379\";}}'),(157424,3268,'_edit_last','2'),(157425,3268,'_date_completed','1742837882'),(157426,3268,'_completed_date','2025-03-24 17:38:02'),(157427,3267,'_edit_last','2'),(157428,3267,'_date_completed','1742837915'),(157429,3267,'_completed_date','2025-03-24 17:38:35'),(157433,3269,'_edit_lock','1742860656:2'),(157434,3269,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273530\";s:12:\"date_shipped\";s:10:\"1742774400\";s:11:\"tracking_id\";s:32:\"23e34854b769d2d2fdd53e9e461359b7\";}}'),(157435,3269,'_edit_last','2'),(157436,3269,'_date_completed','1742860788'),(157437,3269,'_completed_date','2025-03-24 23:59:48'),(157438,3270,'_order_key','wc_order_TYV9IZbjDSRYc'),(157439,3270,'_customer_user','96'),(157440,3270,'_payment_method','paypal'),(157441,3270,'_payment_method_title','PayPal'),(157442,3270,'_customer_ip_address','166.181.83.117'),(157443,3270,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(157444,3270,'_created_via','checkout'),(157445,3270,'_cart_hash','db25c9cd7fedb515a74918b5c85f8c50'),(157446,3270,'_download_permissions_granted','yes'),(157447,3270,'_recorded_sales','yes'),(157448,3270,'_recorded_coupon_usage_counts','yes'),(157449,3270,'_new_order_email_sent','true'),(157450,3270,'_order_stock_reduced','yes'),(157451,3270,'_billing_first_name','Jaimi'),(157452,3270,'_billing_last_name','Anderson'),(157453,3270,'_billing_company','Lice Clinics of America - Des Moines'),(157454,3270,'_billing_address_1','1139 Burlington Ter'),(157455,3270,'_billing_city','Des Moines'),(157456,3270,'_billing_state','IA'),(157457,3270,'_billing_postcode','50314'),(157458,3270,'_billing_country','US'),(157459,3270,'_billing_email','j.m.licesolutions@gmail.com'),(157460,3270,'_billing_phone','5159710667'),(157461,3270,'_shipping_first_name','Jaimi'),(157462,3270,'_shipping_last_name','Anderson'),(157463,3270,'_shipping_company','Lice Clinics of America - Des Moines'),(157464,3270,'_shipping_address_1','6900 University Ave.'),(157465,3270,'_shipping_address_2','Ste 120'),(157466,3270,'_shipping_city','Windsor Heights'),(157467,3270,'_shipping_state','IA'),(157468,3270,'_shipping_postcode','50324'),(157469,3270,'_shipping_country','US'),(157470,3270,'_order_currency','USD'),(157471,3270,'_cart_discount','0'),(157472,3270,'_cart_discount_tax','0'),(157473,3270,'_order_shipping','0'),(157474,3270,'_order_shipping_tax','0'),(157475,3270,'_order_tax','0'),(157476,3270,'_order_total','1109.12'),(157477,3270,'_order_version','9.7.1'),(157478,3270,'_prices_include_tax','no'),(157479,3270,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 5159710667'),(157480,3270,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(157481,3270,'is_vat_exempt','no'),(157482,3270,'_wc_order_attribution_source_type','referral'),(157483,3270,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(157484,3270,'_wc_order_attribution_utm_source','lcaportal.com'),(157485,3270,'_wc_order_attribution_utm_medium','referral'),(157486,3270,'_wc_order_attribution_utm_content','/'),(157487,3270,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157488,3270,'_wc_order_attribution_session_start_time','2025-03-24 23:53:19'),(157489,3270,'_wc_order_attribution_session_pages','6'),(157490,3270,'_wc_order_attribution_session_count','1'),(157491,3270,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(157492,3270,'_wc_order_attribution_device_type','Desktop'),(157493,3270,'Payment type','instant'),(157494,3270,'_paypal_status','completed'),(157495,3270,'_transaction_id','6ST2665306528042C'),(157496,3270,'PayPal Transaction Fee','39.20'),(157497,3270,'_date_paid','1742861232'),(157498,3270,'_paid_date','2025-03-25 00:07:12'),(157505,3271,'_order_key','wc_order_sdcA97nTjcrLx'),(157506,3271,'_customer_user','61'),(157507,3271,'_payment_method','paypal'),(157508,3271,'_payment_method_title','PayPal'),(157509,3271,'_customer_ip_address','72.49.115.43'),(157510,3271,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157511,3271,'_created_via','checkout'),(157512,3271,'_cart_hash','b98a9827c8f2b2448e13a687982016e1'),(157513,3271,'_download_permissions_granted','yes'),(157514,3271,'_recorded_sales','yes'),(157515,3271,'_recorded_coupon_usage_counts','yes'),(157516,3271,'_new_order_email_sent','true'),(157517,3271,'_order_stock_reduced','yes'),(157518,3271,'_billing_first_name','Judith'),(157519,3271,'_billing_last_name','Hayden'),(157520,3271,'_billing_company','LCAL Hayden LLC'),(157521,3271,'_billing_address_1','1795 Alysheba Way'),(157522,3271,'_billing_address_2','Ste 4105'),(157523,3271,'_billing_city','Lexington'),(157524,3271,'_billing_state','KY'),(157525,3271,'_billing_postcode','40509'),(157526,3271,'_billing_country','US'),(157527,3271,'_billing_email','judy@liceclinicslexington.com'),(157528,3271,'_billing_phone','8595376966'),(157529,3271,'_shipping_first_name','Judy'),(157530,3271,'_shipping_last_name','Hayden'),(157531,3271,'_shipping_company','Lice Clinics of America Lexington'),(157532,3271,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(157533,3271,'_shipping_city','Crestview Hills'),(157534,3271,'_shipping_state','KY'),(157535,3271,'_shipping_postcode','41017'),(157536,3271,'_shipping_country','US'),(157537,3271,'_order_currency','USD'),(157538,3271,'_cart_discount','0'),(157539,3271,'_cart_discount_tax','0'),(157540,3271,'_order_shipping','0'),(157541,3271,'_order_shipping_tax','0'),(157542,3271,'_order_tax','0'),(157543,3271,'_order_total','505.30'),(157544,3271,'_order_version','9.7.1'),(157545,3271,'_prices_include_tax','no'),(157546,3271,'_billing_address_index','Judith Hayden LCAL Hayden LLC 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(157547,3271,'_shipping_address_index','Judy Hayden Lice Clinics of America Lexington 1795 Alysheba Way Suite 4105  Crestview Hills KY 41017 US '),(157548,3271,'is_vat_exempt','no'),(157549,3271,'_wc_order_attribution_source_type','typein'),(157550,3271,'_wc_order_attribution_utm_source','(direct)'),(157551,3271,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157552,3271,'_wc_order_attribution_session_start_time','2025-03-25 19:39:14'),(157553,3271,'_wc_order_attribution_session_pages','8'),(157554,3271,'_wc_order_attribution_session_count','1'),(157555,3271,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157556,3271,'_wc_order_attribution_device_type','Desktop'),(157557,3271,'Payment type','instant'),(157558,3271,'_paypal_status','completed'),(157559,3271,'_transaction_id','46659588MF6430541'),(157560,3271,'PayPal Transaction Fee','18.12'),(157561,3271,'_date_paid','1742932041'),(157562,3271,'_paid_date','2025-03-25 19:47:21'),(157563,3272,'_order_key','wc_order_4YAIXgiO6xN0a'),(157564,3272,'_customer_user','5'),(157565,3272,'_payment_method','paypal'),(157566,3272,'_payment_method_title','PayPal'),(157567,3272,'_customer_ip_address','170.173.8.12'),(157568,3272,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157569,3272,'_created_via','checkout'),(157570,3272,'_cart_hash','5f14147d4021b8d218f226efc9b9bbcd'),(157571,3272,'_download_permissions_granted','yes'),(157572,3272,'_recorded_sales','yes'),(157573,3272,'_recorded_coupon_usage_counts','yes'),(157574,3272,'_new_order_email_sent','true'),(157575,3272,'_order_stock_reduced','yes'),(157576,3272,'_billing_first_name','Mark'),(157577,3272,'_billing_last_name','Meyer'),(157578,3272,'_billing_company','lice clinics of america- portland'),(157579,3272,'_billing_address_1','5201 SW Westgate Dr suite 106'),(157580,3272,'_billing_address_2','106'),(157581,3272,'_billing_city','portland'),(157582,3272,'_billing_state','OR'),(157583,3272,'_billing_postcode','97221'),(157584,3272,'_billing_country','US'),(157585,3272,'_billing_email','noemi.and.mark@nwliceclinics.com'),(157586,3272,'_billing_phone','15034040475'),(157587,3272,'_shipping_first_name','Mark'),(157588,3272,'_shipping_last_name','Meyer'),(157589,3272,'_shipping_company','lice clinics of america- portland'),(157590,3272,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(157591,3272,'_shipping_address_2','106'),(157592,3272,'_shipping_city','portland'),(157593,3272,'_shipping_state','OR'),(157594,3272,'_shipping_postcode','97221'),(157595,3272,'_shipping_country','US'),(157596,3272,'_order_currency','USD'),(157597,3272,'_cart_discount','0'),(157598,3272,'_cart_discount_tax','0'),(157599,3272,'_order_shipping','0'),(157600,3272,'_order_shipping_tax','0'),(157601,3272,'_order_tax','0'),(157602,3272,'_order_total','3585.69'),(157603,3272,'_order_version','9.7.1'),(157604,3272,'_prices_include_tax','no'),(157605,3272,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(157606,3272,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(157607,3272,'is_vat_exempt','no'),(157608,3272,'_wc_order_attribution_source_type','referral'),(157609,3272,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157610,3272,'_wc_order_attribution_utm_source','lcaportal.com'),(157611,3272,'_wc_order_attribution_utm_medium','referral'),(157612,3272,'_wc_order_attribution_utm_content','/'),(157613,3272,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157614,3272,'_wc_order_attribution_session_start_time','2025-03-25 20:14:18'),(157615,3272,'_wc_order_attribution_session_pages','6'),(157616,3272,'_wc_order_attribution_session_count','1'),(157617,3272,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157618,3272,'_wc_order_attribution_device_type','Desktop'),(157619,3272,'Payment type','instant'),(157620,3272,'_paypal_status','completed'),(157621,3272,'_transaction_id','84741416LT9266720'),(157622,3272,'PayPal Transaction Fee','125.63'),(157623,3272,'_date_paid','1742935526'),(157624,3272,'_paid_date','2025-03-25 20:45:26'),(157625,3273,'_order_key','wc_order_z6ScTqMRVU97H'),(157626,3273,'_customer_user','5'),(157627,3273,'_payment_method','paypal'),(157628,3273,'_payment_method_title','PayPal'),(157629,3273,'_customer_ip_address','170.173.8.12'),(157630,3273,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157631,3273,'_created_via','checkout'),(157632,3273,'_cart_hash','c6e3cf8ac121c4391a4c586ca55222ed'),(157633,3273,'_download_permissions_granted','yes'),(157634,3273,'_recorded_sales','yes'),(157635,3273,'_recorded_coupon_usage_counts','yes'),(157636,3273,'_new_order_email_sent','true'),(157637,3273,'_order_stock_reduced','yes'),(157638,3273,'_billing_first_name','Becky'),(157639,3273,'_billing_last_name','Williams'),(157640,3273,'_billing_company','lice clinics of america- portland'),(157641,3273,'_billing_address_1','1018 139th St E'),(157642,3273,'_billing_city','Tacoma'),(157643,3273,'_billing_state','WA'),(157644,3273,'_billing_postcode','98445'),(157645,3273,'_billing_country','US'),(157646,3273,'_billing_email','noemi.and.mark@nwliceclinics.com'),(157647,3273,'_billing_phone','15034040475'),(157648,3273,'_shipping_first_name','Mark'),(157649,3273,'_shipping_last_name','Meyer'),(157650,3273,'_shipping_company','lice clinics of america- portland'),(157651,3273,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(157652,3273,'_shipping_address_2','106'),(157653,3273,'_shipping_city','portland'),(157654,3273,'_shipping_state','OR'),(157655,3273,'_shipping_postcode','97221'),(157656,3273,'_shipping_country','US'),(157657,3273,'_order_currency','USD'),(157658,3273,'_cart_discount','0'),(157659,3273,'_cart_discount_tax','0'),(157660,3273,'_order_shipping','0'),(157661,3273,'_order_shipping_tax','0'),(157662,3273,'_order_tax','0'),(157663,3273,'_order_total','2069.58'),(157664,3273,'_order_version','9.7.1'),(157665,3273,'_prices_include_tax','no'),(157666,3273,'_billing_address_index','Becky Williams lice clinics of america- portland 1018 139th St E  Tacoma WA 98445 US noemi.and.mark@nwliceclinics.com 15034040475'),(157667,3273,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(157668,3273,'is_vat_exempt','no'),(157669,3273,'_wc_order_attribution_source_type','referral'),(157670,3273,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157671,3273,'_wc_order_attribution_utm_source','lcaportal.com'),(157672,3273,'_wc_order_attribution_utm_medium','referral'),(157673,3273,'_wc_order_attribution_utm_content','/'),(157674,3273,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157675,3273,'_wc_order_attribution_session_start_time','2025-03-25 20:14:18'),(157676,3273,'_wc_order_attribution_session_pages','13'),(157677,3273,'_wc_order_attribution_session_count','1'),(157678,3273,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157679,3273,'_wc_order_attribution_device_type','Desktop'),(157680,3273,'Payment type','instant'),(157681,3273,'_paypal_status','completed'),(157682,3273,'_transaction_id','2X0541909P060711Y'),(157683,3273,'PayPal Transaction Fee','72.72'),(157684,3273,'_date_paid','1742938062'),(157685,3273,'_paid_date','2025-03-25 21:27:42'),(157686,3270,'_edit_lock','1742947018:2'),(157687,3270,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"709992273735\";s:12:\"date_shipped\";s:10:\"1742860800\";s:11:\"tracking_id\";s:32:\"a2202fcf0fadf4e36d5c24ce86c3e560\";}}'),(157688,3270,'_edit_last','2'),(157689,3270,'_date_completed','1742947013'),(157690,3270,'_completed_date','2025-03-25 23:56:53'),(157691,3275,'_order_key','wc_order_tYiaILagmLFx4'),(157692,3275,'_customer_user','66'),(157693,3275,'_payment_method','paypal'),(157694,3275,'_payment_method_title','PayPal'),(157695,3275,'_customer_ip_address','72.85.35.117'),(157696,3275,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157697,3275,'_created_via','checkout'),(157698,3275,'_cart_hash','369dd4fa9c61275ed009eb67dc318774'),(157699,3275,'_download_permissions_granted','no'),(157700,3275,'_recorded_sales','no'),(157701,3275,'_recorded_coupon_usage_counts','no'),(157702,3275,'_new_order_email_sent','false'),(157703,3275,'_order_stock_reduced','no'),(157704,3275,'_billing_first_name','Mark'),(157705,3275,'_billing_last_name','Dent'),(157706,3275,'_billing_company','Lice Clinics of Maryland'),(157707,3275,'_billing_address_1','801 W 33rd Street'),(157708,3275,'_billing_city','BAltimore'),(157709,3275,'_billing_state','MD'),(157710,3275,'_billing_postcode','21211'),(157711,3275,'_billing_country','US'),(157712,3275,'_billing_email','info@liceclinicsofmaryland.com'),(157713,3275,'_billing_phone','4438349991'),(157714,3275,'_shipping_first_name','Dawn'),(157715,3275,'_shipping_last_name','Mumaw'),(157716,3275,'_shipping_company','LCA Baltimore'),(157717,3275,'_shipping_address_1','604 Providence Road'),(157718,3275,'_shipping_city','Towson'),(157719,3275,'_shipping_state','MD'),(157720,3275,'_shipping_postcode','21286'),(157721,3275,'_shipping_country','US'),(157722,3275,'_order_currency','USD'),(157723,3275,'_cart_discount','0'),(157724,3275,'_cart_discount_tax','0'),(157725,3275,'_order_shipping','0'),(157726,3275,'_order_shipping_tax','0'),(157727,3275,'_order_tax','0'),(157728,3275,'_order_total','1303.16'),(157729,3275,'_order_version','9.7.1'),(157730,3275,'_prices_include_tax','no'),(157731,3275,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(157732,3275,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(157733,3275,'is_vat_exempt','no'),(157734,3275,'_wc_order_attribution_source_type','referral'),(157735,3275,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(157736,3275,'_wc_order_attribution_utm_source','lcaportal.com'),(157737,3275,'_wc_order_attribution_utm_medium','referral'),(157738,3275,'_wc_order_attribution_utm_content','/'),(157739,3275,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157740,3275,'_wc_order_attribution_session_start_time','2025-03-26 14:15:15'),(157741,3275,'_wc_order_attribution_session_pages','6'),(157742,3275,'_wc_order_attribution_session_count','1'),(157743,3275,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157744,3275,'_wc_order_attribution_device_type','Desktop'),(157745,3276,'_order_key','wc_order_yKZoW41dzPKOU'),(157746,3276,'_customer_user','66'),(157747,3276,'_payment_method','paypal'),(157748,3276,'_payment_method_title','PayPal'),(157749,3276,'_customer_ip_address','72.85.35.117'),(157750,3276,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157751,3276,'_created_via','checkout'),(157752,3276,'_cart_hash','d652e9aaecf0c512cecad0c3a3935f9b'),(157753,3276,'_download_permissions_granted','yes'),(157754,3276,'_recorded_sales','yes'),(157755,3276,'_recorded_coupon_usage_counts','yes'),(157756,3276,'_new_order_email_sent','true'),(157757,3276,'_order_stock_reduced','yes'),(157758,3276,'_billing_first_name','Mark'),(157759,3276,'_billing_last_name','Dent'),(157760,3276,'_billing_company','Lice Clinics of Maryland'),(157761,3276,'_billing_address_1','801 W 33rd Street'),(157762,3276,'_billing_city','BAltimore'),(157763,3276,'_billing_state','MD'),(157764,3276,'_billing_postcode','21211'),(157765,3276,'_billing_country','US'),(157766,3276,'_billing_email','info@liceclinicsofmaryland.com'),(157767,3276,'_billing_phone','4438349991'),(157768,3276,'_shipping_first_name','Dawn'),(157769,3276,'_shipping_last_name','Mumaw'),(157770,3276,'_shipping_company','LCA Baltimore'),(157771,3276,'_shipping_address_1','604 Providence Road'),(157772,3276,'_shipping_city','Towson'),(157773,3276,'_shipping_state','MD'),(157774,3276,'_shipping_postcode','21286'),(157775,3276,'_shipping_country','US'),(157776,3276,'_order_currency','USD'),(157777,3276,'_cart_discount','0'),(157778,3276,'_cart_discount_tax','0'),(157779,3276,'_order_shipping','0'),(157780,3276,'_order_shipping_tax','0'),(157781,3276,'_order_tax','0'),(157782,3276,'_order_total','1188.76'),(157783,3276,'_order_version','9.7.1'),(157784,3276,'_prices_include_tax','no'),(157785,3276,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(157786,3276,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(157787,3276,'is_vat_exempt','no'),(157788,3276,'_wc_order_attribution_source_type','referral'),(157789,3276,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(157790,3276,'_wc_order_attribution_utm_source','lcaportal.com'),(157791,3276,'_wc_order_attribution_utm_medium','referral'),(157792,3276,'_wc_order_attribution_utm_content','/'),(157793,3276,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157794,3276,'_wc_order_attribution_session_start_time','2025-03-26 14:15:15'),(157795,3276,'_wc_order_attribution_session_pages','9'),(157796,3276,'_wc_order_attribution_session_count','1'),(157797,3276,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(157798,3276,'_wc_order_attribution_device_type','Desktop'),(157799,3276,'Payment type','instant'),(157800,3276,'_paypal_status','completed'),(157801,3276,'_transaction_id','75916542BF447191H'),(157802,3276,'PayPal Transaction Fee','41.98'),(157803,3276,'_date_paid','1742999044'),(157804,3276,'_paid_date','2025-03-26 14:24:04'),(157806,3277,'_order_key','wc_order_kxTc9xmiHUEAQ'),(157807,3277,'_customer_user','100'),(157808,3277,'_payment_method','paypal'),(157809,3277,'_payment_method_title','PayPal'),(157810,3277,'_customer_ip_address','12.75.216.54'),(157811,3277,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(157812,3277,'_created_via','checkout'),(157813,3277,'_cart_hash','0a6153bff65e8361e9b2e377fcceca20'),(157814,3277,'_download_permissions_granted','yes'),(157815,3277,'_recorded_sales','yes'),(157816,3277,'_recorded_coupon_usage_counts','yes'),(157817,3277,'_new_order_email_sent','true'),(157818,3277,'_order_stock_reduced','yes'),(157819,3277,'_billing_first_name','Michael'),(157820,3277,'_billing_last_name','Beckman'),(157821,3277,'_billing_address_1','921 Moraga Ave'),(157822,3277,'_billing_city','Piedmont'),(157823,3277,'_billing_state','CA'),(157824,3277,'_billing_postcode','94611'),(157825,3277,'_billing_country','US'),(157826,3277,'_billing_email','licetoknowyou@gmail.com'),(157827,3277,'_billing_phone','8585314583'),(157828,3277,'_shipping_first_name','Chelsey'),(157829,3277,'_shipping_last_name','Watkins'),(157830,3277,'_shipping_company','Lice Clinics of America - Sunnyvale'),(157831,3277,'_shipping_address_1','958 Redmond ave'),(157832,3277,'_shipping_city','San Jose'),(157833,3277,'_shipping_state','CA'),(157834,3277,'_shipping_postcode','95120'),(157835,3277,'_shipping_country','US'),(157836,3277,'_order_currency','USD'),(157837,3277,'_cart_discount','0'),(157838,3277,'_cart_discount_tax','0'),(157839,3277,'_order_shipping','0'),(157840,3277,'_order_shipping_tax','0'),(157841,3277,'_order_tax','0'),(157842,3277,'_order_total','709.66'),(157843,3277,'_order_version','9.7.1'),(157844,3277,'_prices_include_tax','no'),(157845,3277,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(157846,3277,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(157847,3277,'is_vat_exempt','no'),(157848,3277,'_wc_order_attribution_source_type','referral'),(157849,3277,'_wc_order_attribution_referrer','https://lcaportal.com/'),(157850,3277,'_wc_order_attribution_utm_source','lcaportal.com'),(157851,3277,'_wc_order_attribution_utm_medium','referral'),(157852,3277,'_wc_order_attribution_utm_content','/'),(157853,3277,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157854,3277,'_wc_order_attribution_session_start_time','2025-03-26 15:07:14'),(157855,3277,'_wc_order_attribution_session_pages','10'),(157856,3277,'_wc_order_attribution_session_count','23'),(157857,3277,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(157858,3277,'_wc_order_attribution_device_type','Desktop'),(157859,3277,'Payment type','instant'),(157860,3277,'_paypal_status','completed'),(157861,3277,'_transaction_id','8FV602179A686520N'),(157862,3277,'PayPal Transaction Fee','25.26'),(157863,3277,'_date_paid','1743004722'),(157864,3277,'_paid_date','2025-03-26 15:58:42'),(157865,3276,'_edit_lock','1743085996:2'),(157866,3276,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151545\";s:12:\"date_shipped\";s:10:\"1743033600\";s:11:\"tracking_id\";s:32:\"40a6099b9c295b53f47bdc20d5579fb7\";}}'),(157867,3276,'_edit_last','2'),(157868,3276,'_date_completed','1743085959'),(157869,3276,'_completed_date','2025-03-27 14:32:39'),(157870,3272,'_edit_lock','1743085889:2'),(157871,3272,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151453\";s:12:\"date_shipped\";s:10:\"1743033600\";s:11:\"tracking_id\";s:32:\"84f2d04bd3d2218a28637c9bf8c92e88\";}}'),(157872,3272,'_edit_last','2'),(157873,3272,'_date_completed','1743086028'),(157874,3272,'_completed_date','2025-03-27 14:33:48'),(157875,3277,'_edit_lock','1743085945:2'),(157876,3277,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151431\";s:12:\"date_shipped\";s:10:\"1743033600\";s:11:\"tracking_id\";s:32:\"9a14d2851fc0dcc2cd238634ce5327dc\";}}'),(157877,3277,'_edit_last','2'),(157878,3277,'_date_completed','1743086066'),(157879,3277,'_completed_date','2025-03-27 14:34:26'),(157880,3273,'_edit_lock','1743085991:2'),(157881,3273,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151270\";s:12:\"date_shipped\";s:10:\"1743033600\";s:11:\"tracking_id\";s:32:\"08585e99de7ee096874e2c245f5573f1\";}}'),(157882,3273,'_edit_last','2'),(157883,3273,'_date_completed','1743086117'),(157884,3273,'_completed_date','2025-03-27 14:35:17'),(157885,3271,'_edit_lock','1743086016:2'),(157886,3271,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151074\";s:12:\"date_shipped\";s:10:\"1743033600\";s:11:\"tracking_id\";s:32:\"2d55d57692883bc659c259be11a424ec\";}}'),(157887,3271,'_edit_last','2'),(157888,3271,'_date_completed','1743086153'),(157889,3271,'_completed_date','2025-03-27 14:35:53'),(157890,3278,'_order_key','wc_order_VSyr3QWnKmBst'),(157891,3278,'_customer_user','6'),(157892,3278,'_payment_method','paypal'),(157893,3278,'_payment_method_title','PayPal'),(157894,3278,'_customer_ip_address','98.41.41.47'),(157895,3278,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(157896,3278,'_created_via','checkout'),(157897,3278,'_cart_hash','adf14384c3419f80c086521c13f44807'),(157898,3278,'_download_permissions_granted','yes'),(157899,3278,'_recorded_sales','yes'),(157900,3278,'_recorded_coupon_usage_counts','yes'),(157901,3278,'_new_order_email_sent','true'),(157902,3278,'_order_stock_reduced','yes'),(157903,3278,'_billing_first_name','Amira'),(157904,3278,'_billing_last_name','Purto'),(157905,3278,'_billing_address_1','2520 Chandon Circle'),(157906,3278,'_billing_city','Modesto'),(157907,3278,'_billing_state','CA'),(157908,3278,'_billing_postcode','95355'),(157909,3278,'_billing_country','US'),(157910,3278,'_billing_email','amira77@sbcglobal.net'),(157911,3278,'_billing_phone','2096422061'),(157912,3278,'_shipping_first_name','Amira'),(157913,3278,'_shipping_last_name','Purto'),(157914,3278,'_shipping_address_1','2520 Chandon Circle'),(157915,3278,'_shipping_city','Modesto'),(157916,3278,'_shipping_state','CA'),(157917,3278,'_shipping_postcode','95355'),(157918,3278,'_shipping_country','US'),(157919,3278,'_order_currency','USD'),(157920,3278,'_cart_discount','0'),(157921,3278,'_cart_discount_tax','0'),(157922,3278,'_order_shipping','0'),(157923,3278,'_order_shipping_tax','0'),(157924,3278,'_order_tax','0'),(157925,3278,'_order_total','746.70'),(157926,3278,'_order_version','9.7.1'),(157927,3278,'_prices_include_tax','no'),(157928,3278,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(157929,3278,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(157930,3278,'is_vat_exempt','no'),(157931,3278,'_wc_order_attribution_source_type','typein'),(157932,3278,'_wc_order_attribution_utm_source','(direct)'),(157933,3278,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(157934,3278,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(157935,3278,'_wc_order_attribution_session_pages','5'),(157936,3278,'_wc_order_attribution_session_count','14'),(157937,3278,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(157938,3278,'_wc_order_attribution_device_type','Desktop'),(157939,3278,'Payment type','instant'),(157940,3278,'_paypal_status','completed'),(157941,3278,'_transaction_id','8VD118996G130493N'),(157942,3278,'PayPal Transaction Fee','26.55'),(157943,3278,'_date_paid','1743091363'),(157944,3278,'_paid_date','2025-03-27 16:02:43'),(157950,3278,'_edit_lock','1743188960:2'),(157951,3278,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151659\";s:12:\"date_shipped\";s:10:\"1743120000\";s:11:\"tracking_id\";s:32:\"acf3b9e51d8bb9bb00eaf1fa4f615d26\";}}'),(157952,3278,'_edit_last','2'),(157953,3278,'_date_completed','1743188954'),(157954,3278,'_completed_date','2025-03-28 19:09:14'),(157969,3282,'_order_key','wc_order_q8CH8kdCf8hil'),(157970,3282,'_customer_user','76'),(157971,3282,'_payment_method','paypal'),(157972,3282,'_payment_method_title','PayPal'),(157973,3282,'_customer_ip_address','209.6.13.239'),(157974,3282,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(157975,3282,'_created_via','checkout'),(157976,3282,'_cart_hash','05464ecbe0fa2bcb674b876e37adf62d'),(157977,3282,'_download_permissions_granted','yes'),(157978,3282,'_recorded_sales','yes'),(157979,3282,'_recorded_coupon_usage_counts','yes'),(157980,3282,'_new_order_email_sent','true'),(157981,3282,'_order_stock_reduced','yes'),(157982,3282,'_billing_first_name','Naomi'),(157983,3282,'_billing_last_name','Golden'),(157984,3282,'_billing_address_1','31 Mann Ave'),(157985,3282,'_billing_city','Needham'),(157986,3282,'_billing_state','MA'),(157987,3282,'_billing_postcode','02492'),(157988,3282,'_billing_country','US'),(157989,3282,'_billing_email','nrgolden6486@gmail.com'),(157990,3282,'_billing_phone','6178511322'),(157991,3282,'_shipping_first_name','Naomi'),(157992,3282,'_shipping_last_name','Golden'),(157993,3282,'_shipping_company','Lice Aunties'),(157994,3282,'_shipping_address_1','60 Dedham Ave'),(157995,3282,'_shipping_address_2','Suite 201'),(157996,3282,'_shipping_city','Needham'),(157997,3282,'_shipping_state','MA'),(157998,3282,'_shipping_postcode','02492'),(157999,3282,'_shipping_country','US'),(158000,3282,'_order_currency','USD'),(158001,3282,'_cart_discount','0'),(158002,3282,'_cart_discount_tax','0'),(158003,3282,'_order_shipping','0'),(158004,3282,'_order_shipping_tax','0'),(158005,3282,'_order_tax','0'),(158006,3282,'_order_total','500.42'),(158007,3282,'_order_version','9.7.1'),(158008,3282,'_prices_include_tax','no'),(158009,3282,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(158010,3282,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(158011,3282,'is_vat_exempt','no'),(158012,3282,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"052939415bb893f299f3f798ff04d3c6\";a:17:{s:10:\"unique_key\";s:32:\"5cee800266f0b8e05b91555cb7620960\";s:4:\"time\";s:10:\"06:20:01pm\";s:3:\"key\";s:32:\"052939415bb893f299f3f798ff04d3c6\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:205.62;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:205.62;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"15ac5e6a214fb3b1ee0278c14f9f1faf\";a:17:{s:10:\"unique_key\";s:32:\"0d26a113036a07bb1019b2c2bc2b694a\";s:4:\"time\";s:10:\"06:20:30pm\";s:3:\"key\";s:32:\"15ac5e6a214fb3b1ee0278c14f9f1faf\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"19ebf4df495bb1f2717aeb3190ccd9da\";a:17:{s:10:\"unique_key\";s:32:\"61e3ed8d4e7d93433aea59dfc263e772\";s:4:\"time\";s:10:\"06:20:52pm\";s:3:\"key\";s:32:\"19ebf4df495bb1f2717aeb3190ccd9da\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215.59999999999997;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:11;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";}}}'),(158013,3282,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158014,3282,'_wc_order_attribution_source_type','typein'),(158015,3282,'_wc_order_attribution_utm_source','(direct)'),(158016,3282,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158017,3282,'_wc_order_attribution_session_start_time','2025-03-27 00:14:36'),(158018,3282,'_wc_order_attribution_session_pages','5'),(158019,3282,'_wc_order_attribution_session_count','4'),(158020,3282,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(158021,3282,'_wc_order_attribution_device_type','Desktop'),(158022,3282,'Payment type','instant'),(158023,3282,'_paypal_status','completed'),(158024,3282,'_transaction_id','1H72041384148873V'),(158025,3282,'PayPal Transaction Fee','17.95'),(158026,3282,'_date_paid','1743445417'),(158027,3282,'_paid_date','2025-03-31 18:23:37'),(158033,3283,'_order_key','wc_order_Nb8qruQF8pwTJ'),(158034,3283,'_customer_user','3'),(158035,3283,'_payment_method','paypal'),(158036,3283,'_payment_method_title','PayPal'),(158037,3283,'_customer_ip_address','99.22.146.124'),(158038,3283,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158039,3283,'_created_via','checkout'),(158040,3283,'_cart_hash','f4634842fb2eac8e731461389bf04fb1'),(158041,3283,'_download_permissions_granted','yes'),(158042,3283,'_recorded_sales','yes'),(158043,3283,'_recorded_coupon_usage_counts','yes'),(158044,3283,'_new_order_email_sent','true'),(158045,3283,'_order_stock_reduced','yes'),(158046,3283,'_billing_first_name','amanda'),(158047,3283,'_billing_last_name','westerman'),(158048,3283,'_billing_company','Lice Clinics of America McKinney'),(158049,3283,'_billing_address_1','3120 Hudson Crossing'),(158050,3283,'_billing_address_2','Suite A2'),(158051,3283,'_billing_city','MCKINNEY'),(158052,3283,'_billing_state','TX'),(158053,3283,'_billing_postcode','75070'),(158054,3283,'_billing_country','US'),(158055,3283,'_billing_email','awesterman1103@gmail.com'),(158056,3283,'_billing_phone','12144175741'),(158057,3283,'_shipping_first_name','amanda'),(158058,3283,'_shipping_last_name','westerman'),(158059,3283,'_shipping_company','Lice Clinics of America - Dallas'),(158060,3283,'_shipping_address_1','1709 Damian Way'),(158061,3283,'_shipping_city','Richardson'),(158062,3283,'_shipping_state','TX'),(158063,3283,'_shipping_postcode','75081'),(158064,3283,'_shipping_country','US'),(158065,3283,'_order_currency','USD'),(158066,3283,'_cart_discount','0'),(158067,3283,'_cart_discount_tax','0'),(158068,3283,'_order_shipping','0'),(158069,3283,'_order_shipping_tax','0'),(158070,3283,'_order_tax','0'),(158071,3283,'_order_total','518.38'),(158072,3283,'_order_version','9.7.1'),(158073,3283,'_prices_include_tax','no'),(158074,3283,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(158075,3283,'_shipping_address_index','amanda westerman Lice Clinics of America - Dallas 1709 Damian Way  Richardson TX 75081 US '),(158076,3283,'is_vat_exempt','no'),(158077,3283,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"aa93a914d83501e6e1ba566272f91e98\";a:17:{s:10:\"unique_key\";s:32:\"9bbf4778b8d4ff32fb9dea90c2f2e3bd\";s:4:\"time\";s:10:\"04:05:45pm\";s:3:\"key\";s:32:\"aa93a914d83501e6e1ba566272f91e98\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"8453e015ac062a14ca4e070ba4c51fb3\";a:17:{s:10:\"unique_key\";s:32:\"8853116bcbd67a931dd883014b4c96ad\";s:4:\"time\";s:10:\"04:47:10pm\";s:3:\"key\";s:32:\"8453e015ac062a14ca4e070ba4c51fb3\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"adac6f60b6ae9c75a1e1df39339dc71f\";a:17:{s:10:\"unique_key\";s:32:\"3ea042f35d1dffb5590422e7f94417df\";s:4:\"time\";s:10:\"04:47:12pm\";s:3:\"key\";s:32:\"adac6f60b6ae9c75a1e1df39339dc71f\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f76e7615845b27a52a5321136be93496\";a:17:{s:10:\"unique_key\";s:32:\"d3b090e449039c70c2cbbaa9821b0ac1\";s:4:\"time\";s:10:\"07:35:18pm\";s:3:\"key\";s:32:\"f76e7615845b27a52a5321136be93496\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(158078,3283,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158079,3283,'_wc_order_attribution_source_type','referral'),(158080,3283,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(158081,3283,'_wc_order_attribution_utm_source','lcaportal.com'),(158082,3283,'_wc_order_attribution_utm_medium','referral'),(158083,3283,'_wc_order_attribution_utm_content','/'),(158084,3283,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158085,3283,'_wc_order_attribution_session_start_time','2025-03-31 19:34:51'),(158086,3283,'_wc_order_attribution_session_pages','4'),(158087,3283,'_wc_order_attribution_session_count','5'),(158088,3283,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158089,3283,'_wc_order_attribution_device_type','Desktop'),(158090,3283,'Payment type','instant'),(158091,3283,'_paypal_status','completed'),(158092,3283,'_transaction_id','27J55640HX153441R'),(158093,3283,'PayPal Transaction Fee','18.58'),(158094,3283,'_date_paid','1743450039'),(158095,3283,'_paid_date','2025-03-31 19:40:39'),(158096,3284,'_order_key','wc_order_dI0MgR2Y7NeV7'),(158097,3284,'_customer_user','54'),(158098,3284,'_payment_method','paypal'),(158099,3284,'_payment_method_title','PayPal'),(158100,3284,'_customer_ip_address','174.192.75.207'),(158101,3284,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(158102,3284,'_created_via','checkout'),(158103,3284,'_cart_hash','9f579dce827523bbdfd0f7ad2c8fb878'),(158104,3284,'_download_permissions_granted','yes'),(158105,3284,'_recorded_sales','yes'),(158106,3284,'_recorded_coupon_usage_counts','yes'),(158107,3284,'_new_order_email_sent','true'),(158108,3284,'_order_stock_reduced','yes'),(158109,3284,'_billing_first_name','Erin'),(158110,3284,'_billing_last_name','Hawn'),(158111,3284,'_billing_address_1','10 W Phillip Rd'),(158112,3284,'_billing_address_2','Suite 123'),(158113,3284,'_billing_city','Vernon Hills'),(158114,3284,'_billing_state','IL'),(158115,3284,'_billing_postcode','60061'),(158116,3284,'_billing_country','US'),(158117,3284,'_billing_email','info@liceclinicsvernonhills.com'),(158118,3284,'_billing_phone','8475960408'),(158119,3284,'_shipping_first_name','Erin'),(158120,3284,'_shipping_last_name','Hawn'),(158121,3284,'_shipping_address_1','1491 S Amarias Dr'),(158122,3284,'_shipping_city','Round lake'),(158123,3284,'_shipping_state','IL'),(158124,3284,'_shipping_postcode','60073'),(158125,3284,'_shipping_country','US'),(158126,3284,'_order_currency','USD'),(158127,3284,'_cart_discount','0'),(158128,3284,'_cart_discount_tax','0'),(158129,3284,'_order_shipping','0'),(158130,3284,'_order_shipping_tax','0'),(158131,3284,'_order_tax','0'),(158132,3284,'_order_total','1043.80'),(158133,3284,'_order_version','9.7.1'),(158134,3284,'_prices_include_tax','no'),(158135,3284,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(158136,3284,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(158137,3284,'is_vat_exempt','no'),(158138,3284,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"67fe75b1179748316a6a56a24fbb0d39\";a:17:{s:10:\"unique_key\";s:32:\"7c9f005193dc5ca7a95da9c8ee1343dd\";s:4:\"time\";s:10:\"03:55:46pm\";s:3:\"key\";s:32:\"67fe75b1179748316a6a56a24fbb0d39\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c53b15935fd66feb14d62595da151b8e\";a:17:{s:10:\"unique_key\";s:32:\"ecb14058fb9edf6959f738d6e798c95e\";s:4:\"time\";s:10:\"01:46:29am\";s:3:\"key\";s:32:\"c53b15935fd66feb14d62595da151b8e\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ecf4d30ed89dee3ef9a3a30a24473326\";a:17:{s:10:\"unique_key\";s:32:\"5b03b512e5660a0223c2cd64b5362ee7\";s:4:\"time\";s:10:\"01:46:36am\";s:3:\"key\";s:32:\"ecf4d30ed89dee3ef9a3a30a24473326\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"30db524cbe413b872248d8abde64c231\";a:17:{s:10:\"unique_key\";s:32:\"4436f660599ff2f261a55a313c9ac1c1\";s:4:\"time\";s:10:\"01:46:37am\";s:3:\"key\";s:32:\"30db524cbe413b872248d8abde64c231\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d4dfff56ce352c51c8b984cdc82e681a\";a:17:{s:10:\"unique_key\";s:32:\"10a1c8493f0e9e7d32d489cf22fe1db1\";s:4:\"time\";s:10:\"01:57:47am\";s:3:\"key\";s:32:\"d4dfff56ce352c51c8b984cdc82e681a\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"8cebcc001faa551b7461fa58ab010b4a\";a:17:{s:10:\"unique_key\";s:32:\"53c32cbeb6a7573763fa93e2763ddfc0\";s:4:\"time\";s:10:\"09:04:21pm\";s:3:\"key\";s:32:\"8cebcc001faa551b7461fa58ab010b4a\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"908d4bd3f15e0bd04b8fef56434b39bf\";a:17:{s:10:\"unique_key\";s:32:\"9be2a1d4ec6a4d33f609938d19130304\";s:4:\"time\";s:10:\"09:04:56pm\";s:3:\"key\";s:32:\"908d4bd3f15e0bd04b8fef56434b39bf\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"95c7e1ed8d065b51c6e4afd0ad36a837\";a:17:{s:10:\"unique_key\";s:32:\"5211d5793017dcecedf27e63c63df62a\";s:4:\"time\";s:10:\"09:05:06pm\";s:3:\"key\";s:32:\"95c7e1ed8d065b51c6e4afd0ad36a837\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(158139,3284,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158140,3284,'_wc_order_attribution_source_type','referral'),(158141,3284,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(158142,3284,'_wc_order_attribution_utm_source','com.google.android.gm'),(158143,3284,'_wc_order_attribution_utm_medium','referral'),(158144,3284,'_wc_order_attribution_utm_content','/'),(158145,3284,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158146,3284,'_wc_order_attribution_session_start_time','2025-03-31 21:03:45'),(158147,3284,'_wc_order_attribution_session_pages','5'),(158148,3284,'_wc_order_attribution_session_count','1'),(158149,3284,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Mobile Safari/537.36'),(158150,3284,'_wc_order_attribution_device_type','Mobile'),(158151,3284,'Payment type','instant'),(158152,3284,'_paypal_status','completed'),(158153,3284,'_transaction_id','6JG97409SJ530054P'),(158154,3284,'PayPal Transaction Fee','52.58'),(158155,3284,'_date_paid','1743455581'),(158156,3284,'_paid_date','2025-03-31 21:13:01'),(158157,3282,'_edit_lock','1743458612:2'),(158158,3282,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800151854\";s:12:\"date_shipped\";s:10:\"1743379200\";s:11:\"tracking_id\";s:32:\"3eca7d8be682e3256f96ffd0bbb4197c\";}}'),(158159,3282,'_edit_last','2'),(158160,3282,'_date_completed','1743458750'),(158161,3282,'_completed_date','2025-03-31 22:05:50'),(158164,3285,'_order_key','wc_order_U24qRCDcj9cVW'),(158165,3285,'_customer_user','90'),(158166,3285,'_payment_method','paypal'),(158167,3285,'_payment_method_title','PayPal'),(158168,3285,'_customer_ip_address','75.33.85.155'),(158169,3285,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(158170,3285,'_created_via','checkout'),(158171,3285,'_cart_hash','fc73a1ed91a85098fce38a7d795ca5ef'),(158172,3285,'_download_permissions_granted','yes'),(158173,3285,'_recorded_sales','yes'),(158174,3285,'_recorded_coupon_usage_counts','yes'),(158175,3285,'_new_order_email_sent','true'),(158176,3285,'_order_stock_reduced','yes'),(158177,3285,'_billing_first_name','Mike'),(158178,3285,'_billing_last_name','Brehm'),(158179,3285,'_billing_company','Remedy'),(158180,3285,'_billing_address_1','5258 Plainfield Ave NE'),(158181,3285,'_billing_city','Grand Rapids'),(158182,3285,'_billing_state','MI'),(158183,3285,'_billing_postcode','49525'),(158184,3285,'_billing_country','US'),(158185,3285,'_billing_email','rapunzelscorinn@gmail.com'),(158186,3285,'_billing_phone','6164504125'),(158187,3285,'_shipping_first_name','Corinn'),(158188,3285,'_shipping_last_name','Nichols'),(158189,3285,'_shipping_company','LCA Remedy'),(158190,3285,'_shipping_address_1','3500 Dean Lake Ave NE'),(158191,3285,'_shipping_city','Grand Rapids'),(158192,3285,'_shipping_state','MI'),(158193,3285,'_shipping_postcode','49525'),(158194,3285,'_shipping_country','US'),(158195,3285,'_order_currency','USD'),(158196,3285,'_cart_discount','0'),(158197,3285,'_cart_discount_tax','0'),(158198,3285,'_order_shipping','0'),(158199,3285,'_order_shipping_tax','0'),(158200,3285,'_order_tax','0'),(158201,3285,'_order_total','582.72'),(158202,3285,'_order_version','9.7.1'),(158203,3285,'_prices_include_tax','no'),(158204,3285,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(158205,3285,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(158206,3285,'is_vat_exempt','no'),(158207,3285,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";a:17:{s:10:\"unique_key\";s:32:\"a64e7a36a176c8db4eae5e1813bb6ed0\";s:4:\"time\";s:10:\"11:58:16am\";s:3:\"key\";s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"417b4200fb5c696398875cac3ef616ba\";a:17:{s:10:\"unique_key\";s:32:\"ebdd21744b2e8905892e50cf07621bb5\";s:4:\"time\";s:10:\"12:00:08pm\";s:3:\"key\";s:32:\"417b4200fb5c696398875cac3ef616ba\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6059f0b672a5156f273c8ca091f529cb\";a:17:{s:10:\"unique_key\";s:32:\"70fa4adb880eec70d444996d44134163\";s:4:\"time\";s:10:\"12:58:33pm\";s:3:\"key\";s:32:\"6059f0b672a5156f273c8ca091f529cb\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:90;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MI\";s:8:\"postcode\";s:5:\"49525\";s:4:\"city\";s:12:\"Grand Rapids\";s:7:\"address\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_1\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_2\";s:0:\"\";}}}'),(158208,3285,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158209,3285,'_wc_order_attribution_source_type','typein'),(158210,3285,'_wc_order_attribution_utm_source','(direct)'),(158211,3285,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(158212,3285,'_wc_order_attribution_session_start_time','2025-04-01 12:09:57'),(158213,3285,'_wc_order_attribution_session_pages','5'),(158214,3285,'_wc_order_attribution_session_count','1'),(158215,3285,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(158216,3285,'_wc_order_attribution_device_type','Desktop'),(158217,3285,'Payment type','instant'),(158218,3285,'_paypal_status','completed'),(158219,3285,'_transaction_id','6BG46543AE150142M'),(158220,3285,'PayPal Transaction Fee','20.83'),(158221,3285,'_date_paid','1743509821'),(158222,3285,'_paid_date','2025-04-01 12:17:01'),(158225,3286,'_order_key','wc_order_GsK1cSdAfJecl'),(158226,3286,'_customer_user','3'),(158227,3286,'_payment_method','paypal'),(158228,3286,'_payment_method_title','PayPal'),(158229,3286,'_customer_ip_address','99.22.146.124'),(158230,3286,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158231,3286,'_created_via','checkout'),(158232,3286,'_cart_hash','082cdd82624aa4a6cc54de0945feee84'),(158233,3286,'_download_permissions_granted','yes'),(158234,3286,'_recorded_sales','yes'),(158235,3286,'_recorded_coupon_usage_counts','yes'),(158236,3286,'_new_order_email_sent','true'),(158237,3286,'_order_stock_reduced','yes'),(158238,3286,'_billing_first_name','amanda'),(158239,3286,'_billing_last_name','westerman'),(158240,3286,'_billing_company','Lice Clinics of America McKinney'),(158241,3286,'_billing_address_1','3120 Hudson Crossing'),(158242,3286,'_billing_address_2','Suite A2'),(158243,3286,'_billing_city','MCKINNEY'),(158244,3286,'_billing_state','TX'),(158245,3286,'_billing_postcode','75070'),(158246,3286,'_billing_country','US'),(158247,3286,'_billing_email','awesterman1103@gmail.com'),(158248,3286,'_billing_phone','12144175741'),(158249,3286,'_shipping_first_name','amanda'),(158250,3286,'_shipping_last_name','westerman'),(158251,3286,'_shipping_company','Lice Clinics of America McKinney'),(158252,3286,'_shipping_address_1','3120 HUDSON XING'),(158253,3286,'_shipping_address_2','Suite A2'),(158254,3286,'_shipping_city','MCKINNEY'),(158255,3286,'_shipping_state','TX'),(158256,3286,'_shipping_postcode','75070'),(158257,3286,'_shipping_country','US'),(158258,3286,'_order_currency','USD'),(158259,3286,'_cart_discount','0'),(158260,3286,'_cart_discount_tax','0'),(158261,3286,'_order_shipping','0'),(158262,3286,'_order_shipping_tax','0'),(158263,3286,'_order_tax','0'),(158264,3286,'_order_total','1136.02'),(158265,3286,'_order_version','9.7.1'),(158266,3286,'_prices_include_tax','no'),(158267,3286,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(158268,3286,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(158269,3286,'is_vat_exempt','no'),(158270,3286,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"7168aada3eabb45c5ed436d79be3971b\";a:17:{s:10:\"unique_key\";s:32:\"f1e31156cb9a3e55f1ef8cfc6275cd53\";s:4:\"time\";s:10:\"02:26:31pm\";s:3:\"key\";s:32:\"7168aada3eabb45c5ed436d79be3971b\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"67f1d1a1362922d7b1c6cbdd48efb77c\";a:17:{s:10:\"unique_key\";s:32:\"7543013242a9693a4f91f4bf28e72c3b\";s:4:\"time\";s:10:\"02:26:47pm\";s:3:\"key\";s:32:\"67f1d1a1362922d7b1c6cbdd48efb77c\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c1fd9c5d81d500087560389d77311959\";a:17:{s:10:\"unique_key\";s:32:\"81468df8ac977b1b954f7f2c240317fb\";s:4:\"time\";s:10:\"02:26:59pm\";s:3:\"key\";s:32:\"c1fd9c5d81d500087560389d77311959\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"282827dfd8cbe8b9c0d977613733fbed\";a:17:{s:10:\"unique_key\";s:32:\"f4c38ac0cb0447e05645d039548c0948\";s:4:\"time\";s:10:\"02:27:05pm\";s:3:\"key\";s:32:\"282827dfd8cbe8b9c0d977613733fbed\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c843e8dc90fa4abba56885e398656bf0\";a:17:{s:10:\"unique_key\";s:32:\"cf3fb2ffd0649526fe16da848c0402ae\";s:4:\"time\";s:10:\"02:27:14pm\";s:3:\"key\";s:32:\"c843e8dc90fa4abba56885e398656bf0\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:149.34;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:149.34;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d7329e0d8ca0f26188df82ca0e6670ae\";a:17:{s:10:\"unique_key\";s:32:\"fb34bb3e4ca52ee6fd32b0983f5cfd01\";s:4:\"time\";s:10:\"02:27:23pm\";s:3:\"key\";s:32:\"d7329e0d8ca0f26188df82ca0e6670ae\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}}}'),(158271,3286,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158272,3286,'_wc_order_attribution_source_type','referral'),(158273,3286,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(158274,3286,'_wc_order_attribution_utm_source','lcaportal.com'),(158275,3286,'_wc_order_attribution_utm_medium','referral'),(158276,3286,'_wc_order_attribution_utm_content','/'),(158277,3286,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158278,3286,'_wc_order_attribution_session_start_time','2025-04-02 14:25:23'),(158279,3286,'_wc_order_attribution_session_pages','8'),(158280,3286,'_wc_order_attribution_session_count','7'),(158281,3286,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158282,3286,'_wc_order_attribution_device_type','Desktop'),(158283,3286,'Payment type','instant'),(158284,3286,'_paypal_status','completed'),(158285,3286,'_transaction_id','49F85699BY113302R'),(158286,3286,'PayPal Transaction Fee','40.14'),(158287,3286,'_date_paid','1743604189'),(158288,3286,'_paid_date','2025-04-02 14:29:49'),(158289,3287,'_order_key','wc_order_9fI1AVWBc2PVM'),(158290,3287,'_customer_user','3'),(158291,3287,'_payment_method','paypal'),(158292,3287,'_payment_method_title','PayPal'),(158293,3287,'_customer_ip_address','99.22.146.124'),(158294,3287,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158295,3287,'_created_via','checkout'),(158296,3287,'_cart_hash','68b23551b15385376b25fd443d750cac'),(158297,3287,'_download_permissions_granted','yes'),(158298,3287,'_recorded_sales','yes'),(158299,3287,'_recorded_coupon_usage_counts','yes'),(158300,3287,'_new_order_email_sent','true'),(158301,3287,'_order_stock_reduced','yes'),(158302,3287,'_billing_first_name','amanda'),(158303,3287,'_billing_last_name','westerman'),(158304,3287,'_billing_company','Lice Clinics of America McKinney'),(158305,3287,'_billing_address_1','3120 Hudson Crossing'),(158306,3287,'_billing_address_2','Suite A2'),(158307,3287,'_billing_city','MCKINNEY'),(158308,3287,'_billing_state','TX'),(158309,3287,'_billing_postcode','75070'),(158310,3287,'_billing_country','US'),(158311,3287,'_billing_email','awesterman1103@gmail.com'),(158312,3287,'_billing_phone','12144175741'),(158313,3287,'_shipping_first_name','amanda'),(158314,3287,'_shipping_last_name','westerman'),(158315,3287,'_shipping_company','Lice Clinics of America Addison/Lewisville'),(158316,3287,'_shipping_address_1','1709 Damian Way'),(158317,3287,'_shipping_city','Richardson'),(158318,3287,'_shipping_state','TX'),(158319,3287,'_shipping_postcode','75081'),(158320,3287,'_shipping_country','US'),(158321,3287,'_order_currency','USD'),(158322,3287,'_cart_discount','0'),(158323,3287,'_cart_discount_tax','0'),(158324,3287,'_order_shipping','0'),(158325,3287,'_order_shipping_tax','0'),(158326,3287,'_order_tax','0'),(158327,3287,'_order_total','863.33'),(158328,3287,'_order_version','9.7.1'),(158329,3287,'_prices_include_tax','no'),(158330,3287,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(158331,3287,'_shipping_address_index','amanda westerman Lice Clinics of America Addison/Lewisville 1709 Damian Way  Richardson TX 75081 US '),(158332,3287,'is_vat_exempt','no'),(158333,3287,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"07c8c28346932ad47baa7f05b9d3b123\";a:17:{s:10:\"unique_key\";s:32:\"17d4cb804e82f1d1768d1e46d27591df\";s:4:\"time\";s:10:\"02:38:51pm\";s:3:\"key\";s:32:\"07c8c28346932ad47baa7f05b9d3b123\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"270fcaa35f93ca811c8d036868528607\";a:17:{s:10:\"unique_key\";s:32:\"f22ce225c24ae0b42f8fb2d5373eb45b\";s:4:\"time\";s:10:\"02:39:01pm\";s:3:\"key\";s:32:\"270fcaa35f93ca811c8d036868528607\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"329e1ea79407f96f112b781a0cf19703\";a:17:{s:10:\"unique_key\";s:32:\"400a0592ef7b35193abf297a6796c8a4\";s:4:\"time\";s:10:\"02:39:14pm\";s:3:\"key\";s:32:\"329e1ea79407f96f112b781a0cf19703\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"45e5a82b07e8d36de91a39b461174787\";a:17:{s:10:\"unique_key\";s:32:\"2b32ed167b34aed2451cd6d6c0c911c7\";s:4:\"time\";s:10:\"02:39:23pm\";s:3:\"key\";s:32:\"45e5a82b07e8d36de91a39b461174787\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0cae13de32b6d2fa32ae8c8ee2c52022\";a:17:{s:10:\"unique_key\";s:32:\"02b752d6a64b2139a5ec5ce35f03a6b4\";s:4:\"time\";s:10:\"02:39:36pm\";s:3:\"key\";s:32:\"0cae13de32b6d2fa32ae8c8ee2c52022\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"b9eb749cbee4b4e4b6511a2c25d1cc85\";a:17:{s:10:\"unique_key\";s:32:\"96398a80cf3b34af137f7258d6dd0303\";s:4:\"time\";s:10:\"02:39:40pm\";s:3:\"key\";s:32:\"b9eb749cbee4b4e4b6511a2c25d1cc85\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(158334,3287,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158335,3287,'_wc_order_attribution_source_type','referral'),(158336,3287,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(158337,3287,'_wc_order_attribution_utm_source','lcaportal.com'),(158338,3287,'_wc_order_attribution_utm_medium','referral'),(158339,3287,'_wc_order_attribution_utm_content','/'),(158340,3287,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158341,3287,'_wc_order_attribution_session_start_time','2025-04-02 14:25:23'),(158342,3287,'_wc_order_attribution_session_pages','12'),(158343,3287,'_wc_order_attribution_session_count','7'),(158344,3287,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(158345,3287,'_wc_order_attribution_device_type','Desktop'),(158346,3287,'Payment type','instant'),(158347,3287,'_paypal_status','completed'),(158348,3287,'_transaction_id','4FV16308VL486801X'),(158349,3287,'PayPal Transaction Fee','30.62'),(158350,3287,'_date_paid','1743605490'),(158351,3287,'_paid_date','2025-04-02 14:51:30'),(158352,3288,'_order_key','wc_order_ud2SAN0RFyin7'),(158353,3288,'_customer_user','105'),(158354,3288,'_payment_method','paypal'),(158355,3288,'_payment_method_title','PayPal'),(158356,3288,'_customer_ip_address','76.205.132.42'),(158357,3288,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(158358,3288,'_created_via','checkout'),(158359,3288,'_cart_hash','1bda4eae3d259f0e0bc11fd056a694a3'),(158360,3288,'_download_permissions_granted','yes'),(158361,3288,'_recorded_sales','yes'),(158362,3288,'_recorded_coupon_usage_counts','yes'),(158363,3288,'_new_order_email_sent','true'),(158364,3288,'_order_stock_reduced','yes'),(158365,3288,'_billing_first_name','Joseph'),(158366,3288,'_billing_last_name','West'),(158367,3288,'_billing_company','MAJESTIC PEACOCK LLC'),(158368,3288,'_billing_address_1','615 Crofton Park Ln'),(158369,3288,'_billing_city','Franklin'),(158370,3288,'_billing_state','TN'),(158371,3288,'_billing_postcode','37069'),(158372,3288,'_billing_country','US'),(158373,3288,'_billing_email','info@nashville.liceclinicsofamerica.com'),(158374,3288,'_billing_phone','8042184232'),(158375,3288,'_shipping_first_name','Joseph'),(158376,3288,'_shipping_last_name','West'),(158377,3288,'_shipping_company','LCA - Williamson County'),(158378,3288,'_shipping_address_1','330 Mallory Station Rd'),(158379,3288,'_shipping_address_2','F17'),(158380,3288,'_shipping_city','Franklin'),(158381,3288,'_shipping_state','TN'),(158382,3288,'_shipping_postcode','37067'),(158383,3288,'_shipping_country','US'),(158384,3288,'_order_currency','USD'),(158385,3288,'_cart_discount','0'),(158386,3288,'_cart_discount_tax','0'),(158387,3288,'_order_shipping','0'),(158388,3288,'_order_shipping_tax','0'),(158389,3288,'_order_tax','0'),(158390,3288,'_order_total','720.68'),(158391,3288,'_order_version','9.7.1'),(158392,3288,'_prices_include_tax','no'),(158393,3288,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(158394,3288,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(158395,3288,'is_vat_exempt','no'),(158396,3288,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:5:{s:32:\"a6bfc5bf50a2a63ae292cca9b0828efd\";a:17:{s:10:\"unique_key\";s:32:\"4f27fd5d4c6016a4e9b8a48580e4a7c5\";s:4:\"time\";s:10:\"03:12:20pm\";s:3:\"key\";s:32:\"a6bfc5bf50a2a63ae292cca9b0828efd\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0a985d3f92b05dc78be1eb38b5246970\";a:17:{s:10:\"unique_key\";s:32:\"8de42b23444395fb9b3da42266f3212b\";s:4:\"time\";s:10:\"03:13:07pm\";s:3:\"key\";s:32:\"0a985d3f92b05dc78be1eb38b5246970\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3ac26fa07355cef53128e98d1ee1badb\";a:17:{s:10:\"unique_key\";s:32:\"5cf0b28fa0eafdf4ff9ec1262b2a5930\";s:4:\"time\";s:10:\"03:13:54pm\";s:3:\"key\";s:32:\"3ac26fa07355cef53128e98d1ee1badb\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"dacf80b9c1eb58adf74cf9c9480b76b7\";a:17:{s:10:\"unique_key\";s:32:\"97677f7d20c5f1e32c72cbb5a5c9ce81\";s:4:\"time\";s:10:\"03:14:43pm\";s:3:\"key\";s:32:\"dacf80b9c1eb58adf74cf9c9480b76b7\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"b500fc8391794bcb45b9897d1b9caad5\";a:17:{s:10:\"unique_key\";s:32:\"b23695eff9e4f1fb36de2434893b5a06\";s:4:\"time\";s:10:\"03:16:40pm\";s:3:\"key\";s:32:\"b500fc8391794bcb45b9897d1b9caad5\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:125.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:125.40000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:105;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37067\";s:4:\"city\";s:8:\"Franklin\";s:7:\"address\";s:22:\"330 Mallory Station Rd\";s:9:\"address_1\";s:22:\"330 Mallory Station Rd\";s:9:\"address_2\";s:3:\"F17\";}}}'),(158397,3288,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158398,3288,'_wc_order_attribution_source_type','referral'),(158399,3288,'_wc_order_attribution_referrer','https://lcaportal.com/'),(158400,3288,'_wc_order_attribution_utm_source','lcaportal.com'),(158401,3288,'_wc_order_attribution_utm_medium','referral'),(158402,3288,'_wc_order_attribution_utm_content','/'),(158403,3288,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158404,3288,'_wc_order_attribution_session_start_time','2025-04-02 15:11:12'),(158405,3288,'_wc_order_attribution_session_pages','6'),(158406,3288,'_wc_order_attribution_session_count','1'),(158407,3288,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(158408,3288,'_wc_order_attribution_device_type','Desktop'),(158409,3288,'Payment type','instant'),(158410,3288,'_paypal_status','completed'),(158411,3288,'_transaction_id','1DV65210R7617411E'),(158412,3288,'PayPal Transaction Fee','25.64'),(158413,3288,'_date_paid','1743607222'),(158414,3288,'_paid_date','2025-04-02 15:20:22'),(158415,3289,'_order_key','wc_order_KX9r2pcvZhGxB'),(158416,3289,'_customer_user','52'),(158417,3289,'_payment_method','paypal'),(158418,3289,'_payment_method_title','PayPal'),(158419,3289,'_customer_ip_address','173.66.45.62'),(158420,3289,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158421,3289,'_created_via','checkout'),(158422,3289,'_cart_hash','059909e0c93eb01069e1f861e79c1f14'),(158423,3289,'_download_permissions_granted','yes'),(158424,3289,'_recorded_sales','yes'),(158425,3289,'_recorded_coupon_usage_counts','yes'),(158426,3289,'_new_order_email_sent','true'),(158427,3289,'_order_stock_reduced','yes'),(158428,3289,'_billing_first_name','Darlene'),(158429,3289,'_billing_last_name','LaFramboise'),(158430,3289,'_billing_company','LCA-NOVA'),(158431,3289,'_billing_address_1','25473 Tomey Ct'),(158432,3289,'_billing_city','Aldie'),(158433,3289,'_billing_state','VA'),(158434,3289,'_billing_postcode','20105-3048'),(158435,3289,'_billing_country','US'),(158436,3289,'_billing_email','info@liceremovalnova.com'),(158437,3289,'_billing_phone','7033031576'),(158438,3289,'_shipping_first_name','Darlene'),(158439,3289,'_shipping_last_name','LaFramboise'),(158440,3289,'_shipping_company','LCA-NOVA'),(158441,3289,'_shipping_address_1','25473 Tomey Ct'),(158442,3289,'_shipping_city','Aldie'),(158443,3289,'_shipping_state','VA'),(158444,3289,'_shipping_postcode','20105-3048'),(158445,3289,'_shipping_country','US'),(158446,3289,'_order_currency','USD'),(158447,3289,'_cart_discount','0'),(158448,3289,'_cart_discount_tax','0'),(158449,3289,'_order_shipping','18.99'),(158450,3289,'_order_shipping_tax','0'),(158451,3289,'_order_tax','0'),(158452,3289,'_order_total','351.39'),(158453,3289,'_order_version','9.7.1'),(158454,3289,'_prices_include_tax','no'),(158455,3289,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(158456,3289,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(158457,3289,'is_vat_exempt','no'),(158458,3289,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:332.40000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:332.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:332.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:52;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:4:\"city\";s:5:\"Aldie\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"332.4\";}}'),(158459,3289,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(158460,3289,'_wc_order_attribution_source_type','referral'),(158461,3289,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(158462,3289,'_wc_order_attribution_utm_source','lcaportal.com'),(158463,3289,'_wc_order_attribution_utm_medium','referral'),(158464,3289,'_wc_order_attribution_utm_content','/'),(158465,3289,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158466,3289,'_wc_order_attribution_session_start_time','2025-04-02 18:51:00'),(158467,3289,'_wc_order_attribution_session_pages','4'),(158468,3289,'_wc_order_attribution_session_count','2'),(158469,3289,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158470,3289,'_wc_order_attribution_device_type','Desktop'),(158471,3289,'Payment type','instant'),(158472,3289,'_paypal_status','completed'),(158473,3289,'_transaction_id','0XX33826GS3512149'),(158474,3289,'PayPal Transaction Fee','12.75'),(158475,3289,'_date_paid','1743620216'),(158476,3289,'_paid_date','2025-04-02 18:56:56'),(158477,3290,'_order_key','wc_order_bXrxHTNd03CMH'),(158478,3290,'_customer_user','66'),(158479,3290,'_payment_method','paypal'),(158480,3290,'_payment_method_title','PayPal'),(158481,3290,'_customer_ip_address','72.85.35.117'),(158482,3290,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158483,3290,'_created_via','checkout'),(158484,3290,'_cart_hash','18e46fc32bf8cbdc4969f96db9c559b6'),(158485,3290,'_download_permissions_granted','yes'),(158486,3290,'_recorded_sales','yes'),(158487,3290,'_recorded_coupon_usage_counts','yes'),(158488,3290,'_new_order_email_sent','true'),(158489,3290,'_order_stock_reduced','yes'),(158490,3290,'_billing_first_name','Mark'),(158491,3290,'_billing_last_name','Dent'),(158492,3290,'_billing_company','Lice Clinics of Maryland'),(158493,3290,'_billing_address_1','801 W 33rd Street'),(158494,3290,'_billing_city','BAltimore'),(158495,3290,'_billing_state','MD'),(158496,3290,'_billing_postcode','21211'),(158497,3290,'_billing_country','US'),(158498,3290,'_billing_email','info@liceclinicsofmaryland.com'),(158499,3290,'_billing_phone','4438349991'),(158500,3290,'_shipping_first_name','Dawn'),(158501,3290,'_shipping_last_name','Mumaw'),(158502,3290,'_shipping_company','LCA Baltimore'),(158503,3290,'_shipping_address_1','604 Providence Road'),(158504,3290,'_shipping_city','Towson'),(158505,3290,'_shipping_state','MD'),(158506,3290,'_shipping_postcode','21286'),(158507,3290,'_shipping_country','US'),(158508,3290,'_order_currency','USD'),(158509,3290,'_cart_discount','0'),(158510,3290,'_cart_discount_tax','0'),(158511,3290,'_order_shipping','0'),(158512,3290,'_order_shipping_tax','0'),(158513,3290,'_order_tax','0'),(158514,3290,'_order_total','4932.66'),(158515,3290,'_order_version','9.7.1'),(158516,3290,'_prices_include_tax','no'),(158517,3290,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(158518,3290,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(158519,3290,'is_vat_exempt','no'),(158520,3290,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"31e84a1f7c5ed213ff418e37ea349551\";a:17:{s:10:\"unique_key\";s:32:\"12e72a34b0934455a98d51c3b92f227c\";s:4:\"time\";s:10:\"02:17:41pm\";s:3:\"key\";s:32:\"31e84a1f7c5ed213ff418e37ea349551\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.900000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.899999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}s:32:\"1cd50eecad18fa8278267b1caf1a6036\";a:17:{s:10:\"unique_key\";s:32:\"fbacc8e98afcf8a019555277c6ba8207\";s:4:\"time\";s:10:\"02:17:51pm\";s:3:\"key\";s:32:\"1cd50eecad18fa8278267b1caf1a6036\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:348.48000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:348.48000000000002;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1188;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1188;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1188;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1188;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:168.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:168.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1142.4000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1142.4000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:30;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:588;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:588;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:4932.6599999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:66;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21286\";s:4:\"city\";s:6:\"Towson\";s:7:\"address\";s:19:\"604 Providence Road\";s:9:\"address_1\";s:19:\"604 Providence Road\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"4932.66\";}}'),(158521,3290,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158522,3290,'_wc_order_attribution_source_type','referral'),(158523,3290,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(158524,3290,'_wc_order_attribution_utm_source','lcaportal.com'),(158525,3290,'_wc_order_attribution_utm_medium','referral'),(158526,3290,'_wc_order_attribution_utm_content','/'),(158527,3290,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158528,3290,'_wc_order_attribution_session_start_time','2025-04-02 18:51:33'),(158529,3290,'_wc_order_attribution_session_pages','10'),(158530,3290,'_wc_order_attribution_session_count','3'),(158531,3290,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158532,3290,'_wc_order_attribution_device_type','Desktop'),(158533,3290,'Payment type','instant'),(158534,3290,'_paypal_status','completed'),(158535,3290,'_transaction_id','6UT62787G3650102E'),(158536,3290,'PayPal Transaction Fee','172.64'),(158537,3290,'_date_paid','1743620576'),(158538,3290,'_paid_date','2025-04-02 19:02:56'),(158542,3291,'_order_key','wc_order_5z6uDnrHoClWj'),(158543,3291,'_customer_user','76'),(158544,3291,'_payment_method','paypal'),(158545,3291,'_payment_method_title','PayPal'),(158546,3291,'_customer_ip_address','209.6.13.239'),(158547,3291,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(158548,3291,'_created_via','checkout'),(158549,3291,'_cart_hash','2b9a2af591e0c89bb00c4d4070a19b72'),(158550,3291,'_download_permissions_granted','yes'),(158551,3291,'_recorded_sales','yes'),(158552,3291,'_recorded_coupon_usage_counts','yes'),(158553,3291,'_new_order_email_sent','true'),(158554,3291,'_order_stock_reduced','yes'),(158555,3291,'_billing_first_name','Naomi'),(158556,3291,'_billing_last_name','Golden'),(158557,3291,'_billing_address_1','31 Mann Ave'),(158558,3291,'_billing_city','Needham'),(158559,3291,'_billing_state','MA'),(158560,3291,'_billing_postcode','02492'),(158561,3291,'_billing_country','US'),(158562,3291,'_billing_email','nrgolden6486@gmail.com'),(158563,3291,'_billing_phone','6178511322'),(158564,3291,'_shipping_first_name','Naomi'),(158565,3291,'_shipping_last_name','Golden'),(158566,3291,'_shipping_company','Lice Aunties'),(158567,3291,'_shipping_address_1','3 Baldwin Green Common'),(158568,3291,'_shipping_address_2','Suite 310'),(158569,3291,'_shipping_city','Woburn'),(158570,3291,'_shipping_state','MA'),(158571,3291,'_shipping_postcode','01801'),(158572,3291,'_shipping_country','US'),(158573,3291,'_order_currency','USD'),(158574,3291,'_cart_discount','0'),(158575,3291,'_cart_discount_tax','0'),(158576,3291,'_order_shipping','0'),(158577,3291,'_order_shipping_tax','0'),(158578,3291,'_order_tax','0'),(158579,3291,'_order_total','512.00'),(158580,3291,'_order_version','9.7.1'),(158581,3291,'_prices_include_tax','no'),(158582,3291,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(158583,3291,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(158584,3291,'is_vat_exempt','no'),(158585,3291,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:274.40000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:274.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.99999999999994;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}s:13:\"cart_subtotal\";s:3:\"512\";}}'),(158586,3291,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158587,3291,'_wc_order_attribution_source_type','typein'),(158588,3291,'_wc_order_attribution_utm_source','(direct)'),(158589,3291,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158590,3291,'_wc_order_attribution_session_start_time','2025-03-27 00:14:36'),(158591,3291,'_wc_order_attribution_session_pages','6'),(158592,3291,'_wc_order_attribution_session_count','8'),(158593,3291,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(158594,3291,'_wc_order_attribution_device_type','Desktop'),(158595,3291,'Payment type','instant'),(158596,3291,'_paypal_status','completed'),(158597,3291,'_transaction_id','5B806520S67032910'),(158598,3291,'PayPal Transaction Fee','18.36'),(158599,3291,'_date_paid','1743624802'),(158600,3291,'_paid_date','2025-04-02 20:13:22'),(158601,3288,'_edit_lock','1743628856:2'),(158602,3287,'_edit_lock','1743628833:2'),(158603,3286,'_edit_lock','1743628664:2'),(158604,3286,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152493\";s:12:\"date_shipped\";s:10:\"1743552000\";s:11:\"tracking_id\";s:32:\"281c0d0bf527558356742525591c40cb\";}}'),(158605,3286,'_edit_last','2'),(158606,3286,'_date_completed','1743628794'),(158607,3286,'_completed_date','2025-04-02 21:19:54'),(158608,3287,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152520\";s:12:\"date_shipped\";s:10:\"1743552000\";s:11:\"tracking_id\";s:32:\"23dff7377c8af09cafc59f34f5c61a17\";}}'),(158609,3287,'_edit_last','2'),(158610,3287,'_date_completed','1743628821'),(158611,3287,'_completed_date','2025-04-02 21:20:21'),(158612,3288,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152552\";s:12:\"date_shipped\";s:10:\"1743552000\";s:11:\"tracking_id\";s:32:\"297b4eb1b1e7fa4f4d65a099dfe14e01\";}}'),(158613,3288,'_edit_last','2'),(158614,3288,'_date_completed','1743628851'),(158615,3288,'_completed_date','2025-04-02 21:20:51'),(158616,3290,'_edit_lock','1743711791:2'),(158617,3293,'_order_key','wc_order_HKVWAFBgJpKQ6'),(158618,3293,'_customer_user','7'),(158619,3293,'_payment_method','paypal'),(158620,3293,'_payment_method_title','PayPal'),(158621,3293,'_customer_ip_address','71.93.225.128'),(158622,3293,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(158623,3293,'_created_via','checkout'),(158624,3293,'_cart_hash','82b5dd762b97ab1fd44c8ff92e07fc8b'),(158625,3293,'_download_permissions_granted','yes'),(158626,3293,'_recorded_sales','yes'),(158627,3293,'_recorded_coupon_usage_counts','yes'),(158628,3293,'_new_order_email_sent','true'),(158629,3293,'_order_stock_reduced','yes'),(158630,3293,'_billing_first_name','Amy'),(158631,3293,'_billing_last_name','Allen'),(158632,3293,'_billing_company','Lice Clinics Of America'),(158633,3293,'_billing_address_1','30 Hummingbird Court'),(158634,3293,'_billing_city','Hollister'),(158635,3293,'_billing_state','CA'),(158636,3293,'_billing_postcode','95023'),(158637,3293,'_billing_country','US'),(158638,3293,'_billing_email','lca.gilroy@gmail.com'),(158639,3293,'_billing_phone','4085005537'),(158640,3293,'_shipping_first_name','Amy'),(158641,3293,'_shipping_last_name','Allen'),(158642,3293,'_shipping_company','Lice Clinics Of America - Gilroy'),(158643,3293,'_shipping_address_1','7680 Monterey St Ste 104'),(158644,3293,'_shipping_city','Gilroy'),(158645,3293,'_shipping_state','CA'),(158646,3293,'_shipping_postcode','95020'),(158647,3293,'_shipping_country','US'),(158648,3293,'_order_currency','USD'),(158649,3293,'_cart_discount','0'),(158650,3293,'_cart_discount_tax','0'),(158651,3293,'_order_shipping','0'),(158652,3293,'_order_shipping_tax','0'),(158653,3293,'_order_tax','0'),(158654,3293,'_order_total','1891.62'),(158655,3293,'_order_version','9.7.1'),(158656,3293,'_prices_include_tax','no'),(158657,3293,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(158658,3293,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(158659,3293,'is_vat_exempt','no'),(158660,3293,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:205.62;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:205.62;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:497.27999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:497.27999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:465.36000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:465.36000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:168.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:168.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1891.6200000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:7;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95020\";s:4:\"city\";s:6:\"Gilroy\";s:7:\"address\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_1\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1891.62\";}}'),(158661,3293,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158662,3293,'_wc_order_attribution_source_type','typein'),(158663,3293,'_wc_order_attribution_utm_source','(direct)'),(158664,3293,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158665,3293,'_wc_order_attribution_session_start_time','2024-10-18 15:32:08'),(158666,3293,'_wc_order_attribution_session_pages','4'),(158667,3293,'_wc_order_attribution_session_count','8'),(158668,3293,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(158669,3293,'_wc_order_attribution_device_type','Desktop'),(158670,3293,'Payment type','instant'),(158671,3293,'_paypal_status','completed'),(158672,3293,'_transaction_id','5GP86897YA525715D'),(158673,3293,'PayPal Transaction Fee','66.51'),(158674,3293,'_date_paid','1743630451'),(158675,3293,'_paid_date','2025-04-02 21:47:31'),(158676,3283,'_edit_lock','1743695518:2'),(158677,3284,'_edit_lock','1743695409:2'),(158678,3285,'_edit_lock','1743695431:2'),(158679,3283,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152037\";s:12:\"date_shipped\";s:10:\"1743638400\";s:11:\"tracking_id\";s:32:\"5d4ce7316deb5d23c35b4fa387e53533\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152026\";s:12:\"date_shipped\";i:1743695512;s:11:\"tracking_id\";s:32:\"a530f199b90caf8c0cc579f8afbccfca\";}}'),(158680,3283,'_edit_last','2'),(158681,3283,'_date_completed','1743695513'),(158682,3283,'_completed_date','2025-04-03 15:51:53'),(158683,3284,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152129\";s:12:\"date_shipped\";s:10:\"1743638400\";s:11:\"tracking_id\";s:32:\"861341521f0ace5f0f353ca1c3ded1c3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152130\";s:12:\"date_shipped\";i:1743695536;s:11:\"tracking_id\";s:32:\"bae696766f4edd51ee1bb784e1b4a796\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152140\";s:12:\"date_shipped\";i:1743695542;s:11:\"tracking_id\";s:32:\"4278a810166a5cfdb2aa519c4e928e83\";}}'),(158684,3284,'_edit_last','2'),(158685,3284,'_date_completed','1743695544'),(158686,3284,'_completed_date','2025-04-03 15:52:24'),(158687,3285,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152162\";s:12:\"date_shipped\";s:10:\"1743638400\";s:11:\"tracking_id\";s:32:\"e5bf9bb42cabda93b8a115d3f3bf4c75\";}}'),(158688,3285,'_edit_last','2'),(158689,3285,'_date_completed','1743695570'),(158690,3285,'_completed_date','2025-04-03 15:52:50'),(158691,3290,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152758\";s:12:\"date_shipped\";s:10:\"1743638400\";s:11:\"tracking_id\";s:32:\"13780ebdf2f13f1b2ad1ce93e82bfcef\";}}'),(158692,3290,'_edit_last','2'),(158693,3290,'_date_completed','1743711929'),(158694,3290,'_completed_date','2025-04-03 20:25:29'),(158696,3294,'_order_key','wc_order_RkooexW0WHQj2'),(158697,3294,'_customer_user','77'),(158698,3294,'_payment_method','paypal'),(158699,3294,'_payment_method_title','PayPal'),(158700,3294,'_customer_ip_address','162.201.108.83'),(158701,3294,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158702,3294,'_created_via','checkout'),(158703,3294,'_cart_hash','18fe3f6c26dea1b187ae9a5a99439ca6'),(158704,3294,'_download_permissions_granted','yes'),(158705,3294,'_recorded_sales','yes'),(158706,3294,'_recorded_coupon_usage_counts','yes'),(158707,3294,'_new_order_email_sent','true'),(158708,3294,'_order_stock_reduced','yes'),(158709,3294,'_billing_first_name','Phil'),(158710,3294,'_billing_last_name','Moon'),(158711,3294,'_billing_company','LiceBusters, LLC'),(158712,3294,'_billing_address_1','105 Live Oak Lane'),(158713,3294,'_billing_city','Pleasant Hill'),(158714,3294,'_billing_state','CA'),(158715,3294,'_billing_postcode','94523'),(158716,3294,'_billing_country','US'),(158717,3294,'_billing_email','kris10maroot@gmail.com'),(158718,3294,'_billing_phone','5593046305'),(158719,3294,'_shipping_first_name','Kristen'),(158720,3294,'_shipping_last_name','Maroot-Rippee'),(158721,3294,'_shipping_company','LiceBusters, LLC'),(158722,3294,'_shipping_address_1','487 W. Scott Avenue'),(158723,3294,'_shipping_city','Fresno'),(158724,3294,'_shipping_state','CA'),(158725,3294,'_shipping_postcode','93704'),(158726,3294,'_shipping_country','US'),(158727,3294,'_order_currency','USD'),(158728,3294,'_cart_discount','0'),(158729,3294,'_cart_discount_tax','0'),(158730,3294,'_order_shipping','0'),(158731,3294,'_order_shipping_tax','0'),(158732,3294,'_order_tax','0'),(158733,3294,'_order_total','2630.42'),(158734,3294,'_order_version','9.7.1'),(158735,3294,'_prices_include_tax','no'),(158736,3294,'_billing_address_index','Phil Moon LiceBusters, LLC 105 Live Oak Lane  Pleasant Hill CA 94523 US kris10maroot@gmail.com 5593046305'),(158737,3294,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(158738,3294,'is_vat_exempt','no'),(158739,3294,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:398.88;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:398.88;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:290.88;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:290.88;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186.30000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186.30000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:298.68000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:298.68000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:250.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:2630.4200000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:77;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93704\";s:4:\"city\";s:6:\"Fresno\";s:7:\"address\";s:19:\"487 W. Scott Avenue\";s:9:\"address_1\";s:19:\"487 W. Scott Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"2630.42\";}}'),(158740,3294,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158741,3294,'_wc_order_attribution_source_type','typein'),(158742,3294,'_wc_order_attribution_utm_source','(direct)'),(158743,3294,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158744,3294,'_wc_order_attribution_session_start_time','2025-03-16 20:49:25'),(158745,3294,'_wc_order_attribution_session_pages','12'),(158746,3294,'_wc_order_attribution_session_count','6'),(158747,3294,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158748,3294,'_wc_order_attribution_device_type','Desktop'),(158749,3294,'Payment type','instant'),(158750,3294,'_paypal_status','completed'),(158751,3294,'_transaction_id','0LY97086BR7005624'),(158752,3294,'PayPal Transaction Fee','92.29'),(158753,3294,'_date_paid','1743714836'),(158754,3294,'_paid_date','2025-04-03 21:13:56'),(158755,3295,'_order_key','wc_order_DWBYkxvgC3Evy'),(158756,3295,'_customer_user','79'),(158757,3295,'_payment_method','paypal'),(158758,3295,'_payment_method_title','PayPal'),(158759,3295,'_customer_ip_address','76.72.43.108'),(158760,3295,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(158761,3295,'_created_via','checkout'),(158762,3295,'_cart_hash','2148e222033d7a95afb275ab90b14e26'),(158763,3295,'_download_permissions_granted','yes'),(158764,3295,'_recorded_sales','yes'),(158765,3295,'_recorded_coupon_usage_counts','yes'),(158766,3295,'_new_order_email_sent','true'),(158767,3295,'_order_stock_reduced','yes'),(158768,3295,'_billing_first_name','Shanna'),(158769,3295,'_billing_last_name','Castille'),(158770,3295,'_billing_address_1','1097 Hundley Rd'),(158771,3295,'_billing_city','Eunice'),(158772,3295,'_billing_state','LA'),(158773,3295,'_billing_postcode','70535'),(158774,3295,'_billing_country','US'),(158775,3295,'_billing_email','Shanna_sr09@yahoo.com'),(158776,3295,'_billing_phone','3374668998'),(158777,3295,'_shipping_first_name','Shanna'),(158778,3295,'_shipping_last_name','Castille'),(158779,3295,'_shipping_address_1','1097 Hundley Rd'),(158780,3295,'_shipping_city','eunice'),(158781,3295,'_shipping_state','LA'),(158782,3295,'_shipping_postcode','70535'),(158783,3295,'_shipping_country','US'),(158784,3295,'_order_currency','USD'),(158785,3295,'_cart_discount','0'),(158786,3295,'_cart_discount_tax','0'),(158787,3295,'_order_shipping','0'),(158788,3295,'_order_shipping_tax','0'),(158789,3295,'_order_tax','0'),(158790,3295,'_order_total','992.65'),(158791,3295,'_order_version','9.7.1'),(158792,3295,'_prices_include_tax','no'),(158793,3295,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(158794,3295,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(158795,3295,'is_vat_exempt','no'),(158796,3295,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";a:17:{s:10:\"unique_key\";s:32:\"3d46e9c3b5e22fce9ac3fe858e10c5e9\";s:4:\"time\";s:10:\"05:17:19pm\";s:3:\"key\";s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:411.24000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:411.24000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"38aea74f3a40f8d33067d33d8553c417\";a:17:{s:10:\"unique_key\";s:32:\"1ef7611e2a594e99c85034dc374abcf9\";s:4:\"time\";s:10:\"01:43:44pm\";s:3:\"key\";s:32:\"38aea74f3a40f8d33067d33d8553c417\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"782728c27f3197b5c584c0dbfef46995\";a:16:{s:10:\"unique_key\";s:32:\"83e024d52b9dbe07af8eaa8eca67cdce\";s:4:\"time\";s:10:\"03:03:51pm\";s:3:\"key\";s:32:\"782728c27f3197b5c584c0dbfef46995\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"26d692332210d4752e6f0dbef6064dd7\";a:16:{s:10:\"unique_key\";s:32:\"138e89851056529b31eba01004e53c82\";s:4:\"time\";s:10:\"02:48:20pm\";s:3:\"key\";s:32:\"26d692332210d4752e6f0dbef6064dd7\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6a1d3f626c9b55fe3e090e039aadbcd5\";a:16:{s:10:\"unique_key\";s:32:\"909fc5a8f12b112902381ed1dc506074\";s:4:\"time\";s:10:\"02:48:40pm\";s:3:\"key\";s:32:\"6a1d3f626c9b55fe3e090e039aadbcd5\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:992.65000000000009;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:79;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"LA\";s:8:\"postcode\";s:5:\"70535\";s:4:\"city\";s:6:\"eunice\";s:7:\"address\";s:15:\"1097 Hundley Rd\";s:9:\"address_1\";s:15:\"1097 Hundley Rd\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"992.65\";}}'),(158797,3295,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158798,3295,'_wc_order_attribution_source_type','typein'),(158799,3295,'_wc_order_attribution_utm_source','(direct)'),(158800,3295,'_wc_order_attribution_utm_source_platform',''),(158801,3295,'_wc_order_attribution_utm_creative_format',''),(158802,3295,'_wc_order_attribution_utm_marketing_tactic',''),(158803,3295,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158804,3295,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(158805,3295,'_wc_order_attribution_session_pages','6'),(158806,3295,'_wc_order_attribution_session_count','11'),(158807,3295,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(158808,3295,'_wc_order_attribution_device_type','Desktop'),(158809,3295,'Payment type','instant'),(158810,3295,'_paypal_status','completed'),(158811,3295,'_transaction_id','59D62322M39393516'),(158812,3295,'PayPal Transaction Fee','35.13'),(158813,3295,'_date_paid','1743719110'),(158814,3295,'_paid_date','2025-04-03 22:25:10'),(158815,3296,'_order_key','wc_order_ynCode8ivN12L'),(158816,3296,'_customer_user','5'),(158817,3296,'_payment_method','paypal'),(158818,3296,'_payment_method_title','PayPal'),(158819,3296,'_customer_ip_address','75.243.196.216'),(158820,3296,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158821,3296,'_created_via','checkout'),(158822,3296,'_cart_hash','7f17fdf51dbe059e43f984ad4e53f6b4'),(158823,3296,'_download_permissions_granted','yes'),(158824,3296,'_recorded_sales','yes'),(158825,3296,'_recorded_coupon_usage_counts','yes'),(158826,3296,'_new_order_email_sent','true'),(158827,3296,'_order_stock_reduced','yes'),(158828,3296,'_billing_first_name','Mark'),(158829,3296,'_billing_last_name','Meyer'),(158830,3296,'_billing_company','lice clinics of america- portland'),(158831,3296,'_billing_address_1','5201 SW Westgate Dr suite 106'),(158832,3296,'_billing_address_2','106'),(158833,3296,'_billing_city','portland'),(158834,3296,'_billing_state','OR'),(158835,3296,'_billing_postcode','97221'),(158836,3296,'_billing_country','US'),(158837,3296,'_billing_email','noemi.and.mark@nwliceclinics.com'),(158838,3296,'_billing_phone','15034040475'),(158839,3296,'_shipping_first_name','Becky'),(158840,3296,'_shipping_last_name','Williams'),(158841,3296,'_shipping_company','lice clinics of america- Tacoma'),(158842,3296,'_shipping_address_1','1018 139th St E'),(158843,3296,'_shipping_city','Tacoma'),(158844,3296,'_shipping_state','WA'),(158845,3296,'_shipping_postcode','98445'),(158846,3296,'_shipping_country','US'),(158847,3296,'_order_currency','USD'),(158848,3296,'_cart_discount','0'),(158849,3296,'_cart_discount_tax','0'),(158850,3296,'_order_shipping','0'),(158851,3296,'_order_shipping_tax','0'),(158852,3296,'_order_tax','0'),(158853,3296,'_order_total','2069.58'),(158854,3296,'_order_version','9.7.1'),(158855,3296,'_prices_include_tax','no'),(158856,3296,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(158857,3296,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(158858,3296,'is_vat_exempt','no'),(158859,3296,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:357;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:357;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:348.48000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:348.48000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:60;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1176;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1176;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:188.10000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:188.09999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:2069.5799999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WA\";s:8:\"postcode\";s:5:\"98445\";s:4:\"city\";s:6:\"Tacoma\";s:7:\"address\";s:15:\"1018 139th St E\";s:9:\"address_1\";s:15:\"1018 139th St E\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"2069.58\";}}'),(158860,3296,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(158861,3296,'_wc_order_attribution_source_type','referral'),(158862,3296,'_wc_order_attribution_referrer','https://lcaportal.com/'),(158863,3296,'_wc_order_attribution_utm_source','lcaportal.com'),(158864,3296,'_wc_order_attribution_utm_medium','referral'),(158865,3296,'_wc_order_attribution_utm_content','/'),(158866,3296,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158867,3296,'_wc_order_attribution_session_start_time','2025-04-03 17:29:36'),(158868,3296,'_wc_order_attribution_session_pages','14'),(158869,3296,'_wc_order_attribution_session_count','2'),(158870,3296,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(158871,3296,'_wc_order_attribution_device_type','Desktop'),(158872,3296,'Payment type','instant'),(158873,3296,'_paypal_status','completed'),(158874,3296,'_transaction_id','06W42357K1561983P'),(158875,3296,'PayPal Transaction Fee','72.72'),(158876,3296,'_date_paid','1743719439'),(158877,3296,'_paid_date','2025-04-03 22:30:39'),(158880,3297,'_order_key','wc_order_3W5qTqGZ1xOWK'),(158881,3297,'_customer_user','29'),(158882,3297,'_payment_method','paypal'),(158883,3297,'_payment_method_title','PayPal'),(158884,3297,'_customer_ip_address','104.28.78.122'),(158885,3297,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(158886,3297,'_created_via','checkout'),(158887,3297,'_cart_hash','59416302caaf92d824e388ca9428a349'),(158888,3297,'_download_permissions_granted','no'),(158889,3297,'_recorded_sales','no'),(158890,3297,'_recorded_coupon_usage_counts','no'),(158891,3297,'_new_order_email_sent','false'),(158892,3297,'_order_stock_reduced','no'),(158893,3297,'_billing_first_name','Nicole'),(158894,3297,'_billing_last_name','Reilly'),(158895,3297,'_billing_address_1','5460 Richie Ct'),(158896,3297,'_billing_city','Pipersville'),(158897,3297,'_billing_state','PA'),(158898,3297,'_billing_postcode','18947'),(158899,3297,'_billing_country','US'),(158900,3297,'_billing_email','info@liceclinicslansdale.com'),(158901,3297,'_billing_phone','2156941408'),(158902,3297,'_shipping_first_name','Nicole'),(158903,3297,'_shipping_last_name','Reilly'),(158904,3297,'_shipping_company','LCA Lansdale'),(158905,3297,'_shipping_address_1','2131 North Broad Street'),(158906,3297,'_shipping_address_2','Suite 101'),(158907,3297,'_shipping_city','Lansdale'),(158908,3297,'_shipping_state','PA'),(158909,3297,'_shipping_postcode','19446'),(158910,3297,'_shipping_country','US'),(158911,3297,'_order_currency','USD'),(158912,3297,'_cart_discount','0'),(158913,3297,'_cart_discount_tax','0'),(158914,3297,'_order_shipping','11.98'),(158915,3297,'_order_shipping_tax','0'),(158916,3297,'_order_tax','0'),(158917,3297,'_order_total','82.53'),(158918,3297,'_order_version','9.7.1'),(158919,3297,'_prices_include_tax','no'),(158920,3297,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(158921,3297,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(158922,3297,'is_vat_exempt','no'),(158923,3297,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:70.550000000000011;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}s:13:\"cart_subtotal\";s:5:\"70.55\";}}'),(158924,3297,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(158925,3297,'_wc_order_attribution_source_type','typein'),(158926,3297,'_wc_order_attribution_utm_source','(direct)'),(158927,3297,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158928,3297,'_wc_order_attribution_session_start_time','2025-04-05 06:03:53'),(158929,3297,'_wc_order_attribution_session_pages','14'),(158930,3297,'_wc_order_attribution_session_count','1'),(158931,3297,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(158932,3297,'_wc_order_attribution_device_type','Mobile'),(158933,3298,'_order_key','wc_order_X3xEugtq84F9M'),(158934,3298,'_customer_user','29'),(158935,3298,'_payment_method','paypal'),(158936,3298,'_payment_method_title','PayPal'),(158937,3298,'_customer_ip_address','104.28.78.122'),(158938,3298,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(158939,3298,'_created_via','checkout'),(158940,3298,'_cart_hash','59416302caaf92d824e388ca9428a349'),(158941,3298,'_download_permissions_granted','no'),(158942,3298,'_recorded_sales','no'),(158943,3298,'_recorded_coupon_usage_counts','no'),(158944,3298,'_new_order_email_sent','false'),(158945,3298,'_order_stock_reduced','no'),(158946,3298,'_billing_first_name','Nicole'),(158947,3298,'_billing_last_name','Reilly'),(158948,3298,'_billing_address_1','5460 Richie Ct'),(158949,3298,'_billing_city','Pipersville'),(158950,3298,'_billing_state','PA'),(158951,3298,'_billing_postcode','18947'),(158952,3298,'_billing_country','US'),(158953,3298,'_billing_email','info@liceclinicslansdale.com'),(158954,3298,'_billing_phone','2156941408'),(158955,3298,'_shipping_first_name','Nicole'),(158956,3298,'_shipping_last_name','Reilly'),(158957,3298,'_shipping_company','LCA Lansdale'),(158958,3298,'_shipping_address_1','2131 North Broad Street'),(158959,3298,'_shipping_address_2','Suite 101'),(158960,3298,'_shipping_city','Lansdale'),(158961,3298,'_shipping_state','PA'),(158962,3298,'_shipping_postcode','19446'),(158963,3298,'_shipping_country','US'),(158964,3298,'_order_currency','USD'),(158965,3298,'_cart_discount','0'),(158966,3298,'_cart_discount_tax','0'),(158967,3298,'_order_shipping','11.98'),(158968,3298,'_order_shipping_tax','0'),(158969,3298,'_order_tax','0'),(158970,3298,'_order_total','82.53'),(158971,3298,'_order_version','9.7.1'),(158972,3298,'_prices_include_tax','no'),(158973,3298,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(158974,3298,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(158975,3298,'is_vat_exempt','no'),(158976,3298,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:70.550000000000011;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}s:13:\"cart_subtotal\";s:5:\"70.55\";}}'),(158977,3298,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(158978,3298,'_wc_order_attribution_source_type','typein'),(158979,3298,'_wc_order_attribution_utm_source','(direct)'),(158980,3298,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(158981,3298,'_wc_order_attribution_session_start_time','2025-04-05 06:03:53'),(158982,3298,'_wc_order_attribution_session_pages','16'),(158983,3298,'_wc_order_attribution_session_count','1'),(158984,3298,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(158985,3298,'_wc_order_attribution_device_type','Mobile'),(158986,3299,'_order_key','wc_order_Uu9IbLvXmtTaT'),(158987,3299,'_customer_user','29'),(158988,3299,'_payment_method','paypal'),(158989,3299,'_payment_method_title','PayPal'),(158990,3299,'_customer_ip_address','104.28.78.122'),(158991,3299,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(158992,3299,'_created_via','checkout'),(158993,3299,'_cart_hash','59416302caaf92d824e388ca9428a349'),(158994,3299,'_download_permissions_granted','yes'),(158995,3299,'_recorded_sales','yes'),(158996,3299,'_recorded_coupon_usage_counts','yes'),(158997,3299,'_new_order_email_sent','true'),(158998,3299,'_order_stock_reduced','yes'),(158999,3299,'_billing_first_name','Nicole'),(159000,3299,'_billing_last_name','Reilly'),(159001,3299,'_billing_address_1','5460 Richie Ct'),(159002,3299,'_billing_city','Pipersville'),(159003,3299,'_billing_state','PA'),(159004,3299,'_billing_postcode','18947'),(159005,3299,'_billing_country','US'),(159006,3299,'_billing_email','info@liceclinicslansdale.com'),(159007,3299,'_billing_phone','2156941408'),(159008,3299,'_shipping_first_name','Nicole'),(159009,3299,'_shipping_last_name','Reilly'),(159010,3299,'_shipping_company','LCA Lansdale'),(159011,3299,'_shipping_address_1','2131 North Broad Street'),(159012,3299,'_shipping_address_2','Suite 101'),(159013,3299,'_shipping_city','Lansdale'),(159014,3299,'_shipping_state','PA'),(159015,3299,'_shipping_postcode','19446'),(159016,3299,'_shipping_country','US'),(159017,3299,'_order_currency','USD'),(159018,3299,'_cart_discount','0'),(159019,3299,'_cart_discount_tax','0'),(159020,3299,'_order_shipping','11.98'),(159021,3299,'_order_shipping_tax','0'),(159022,3299,'_order_tax','0'),(159023,3299,'_order_total','82.53'),(159024,3299,'_order_version','9.7.1'),(159025,3299,'_prices_include_tax','no'),(159026,3299,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(159027,3299,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(159028,3299,'is_vat_exempt','no'),(159029,3299,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:70.550000000000011;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}s:13:\"cart_subtotal\";s:5:\"70.55\";}}'),(159030,3299,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(159031,3299,'_wc_order_attribution_source_type','typein'),(159032,3299,'_wc_order_attribution_utm_source','(direct)'),(159033,3299,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159034,3299,'_wc_order_attribution_session_start_time','2025-04-05 06:03:53'),(159035,3299,'_wc_order_attribution_session_pages','18'),(159036,3299,'_wc_order_attribution_session_count','1'),(159037,3299,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(159038,3299,'_wc_order_attribution_device_type','Mobile'),(159039,3299,'Payment type','instant'),(159040,3299,'_paypal_status','completed'),(159041,3299,'_transaction_id','7Y561266VP371510S'),(159042,3299,'PayPal Transaction Fee','3.37'),(159043,3299,'_date_paid','1743833573'),(159044,3299,'_paid_date','2025-04-05 06:12:53'),(159045,3291,'_edit_lock','1744044884:2'),(159046,3291,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153114\";s:12:\"date_shipped\";s:10:\"1743984000\";s:11:\"tracking_id\";s:32:\"1dd68886c261e9f6903f18ce035fffac\";}}'),(159047,3291,'_edit_last','2'),(159048,3291,'_date_completed','1744044958'),(159049,3291,'_completed_date','2025-04-07 16:55:58'),(159050,3293,'_edit_lock','1744045133:2'),(159051,3293,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153066\";s:12:\"date_shipped\";s:10:\"1743984000\";s:11:\"tracking_id\";s:32:\"40b991316fc002587be1e25d332ab4dd\";}}'),(159052,3293,'_edit_last','2'),(159053,3293,'_date_completed','1744045086'),(159054,3293,'_completed_date','2025-04-07 16:58:06'),(159055,3295,'_edit_lock','1744045163:2'),(159056,3295,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153294\";s:12:\"date_shipped\";s:10:\"1743984000\";s:11:\"tracking_id\";s:32:\"4de6e03abca0b7c1408ed9c364fd70a9\";}}'),(159057,3295,'_edit_last','2'),(159058,3295,'_date_completed','1744045215'),(159059,3295,'_completed_date','2025-04-07 17:00:15'),(159060,3296,'_edit_lock','1744045346:2'),(159061,3296,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153412\";s:12:\"date_shipped\";s:10:\"1743984000\";s:11:\"tracking_id\";s:32:\"8c68187a6dc3621096534210e70221ab\";}}'),(159062,3296,'_edit_last','2'),(159063,3296,'_date_completed','1744045484'),(159064,3296,'_completed_date','2025-04-07 17:04:44'),(159065,3299,'_edit_lock','1744066529:2'),(159066,3299,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153754\";s:12:\"date_shipped\";s:10:\"1743984000\";s:11:\"tracking_id\";s:32:\"d0a2868ac2a5414bbcfb4f98d2b0b087\";}}'),(159067,3299,'_edit_last','2'),(159068,3299,'_date_completed','1744066316'),(159069,3299,'_completed_date','2025-04-07 22:51:56'),(159070,3289,'_edit_lock','1744066590:2'),(159071,3289,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800152585\";s:12:\"date_shipped\";s:10:\"1743552000\";s:11:\"tracking_id\";s:32:\"0d30e0137a742c8d68ff2da3af4beaf7\";}}'),(159072,3289,'_edit_last','2'),(159073,3289,'_date_completed','1744066697'),(159074,3289,'_completed_date','2025-04-07 22:58:17'),(159075,3294,'_edit_lock','1744220753:2'),(159076,3294,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153283\";s:12:\"date_shipped\";s:10:\"1743724800\";s:11:\"tracking_id\";s:32:\"3f98772846febbb87a0cc03e4af0081a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153272\";s:12:\"date_shipped\";s:10:\"1743724800\";s:11:\"tracking_id\";s:32:\"44173bcfad965862e6aa30ee4d6e5318\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800153261\";s:12:\"date_shipped\";s:10:\"1743724800\";s:11:\"tracking_id\";s:32:\"8d8ac5d434829e4b8b45e7c2180a729c\";}}'),(159077,3294,'_edit_last','2'),(159078,3294,'_date_completed','1744220747'),(159079,3294,'_completed_date','2025-04-09 17:45:47'),(159080,3300,'_order_key','wc_order_4kYxOHOLv0OoU'),(159081,3300,'_customer_user','47'),(159082,3300,'_payment_method','paypal'),(159083,3300,'_payment_method_title','PayPal'),(159084,3300,'_customer_ip_address','97.77.63.57'),(159085,3300,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(159086,3300,'_created_via','checkout'),(159087,3300,'_cart_hash','8035f6d5afd4abf47181d81911265383'),(159088,3300,'_download_permissions_granted','yes'),(159089,3300,'_recorded_sales','yes'),(159090,3300,'_recorded_coupon_usage_counts','yes'),(159091,3300,'_new_order_email_sent','true'),(159092,3300,'_order_stock_reduced','yes'),(159093,3300,'_billing_first_name','Tracy'),(159094,3300,'_billing_last_name','Copeland'),(159095,3300,'_billing_company','LCA San Antonio WEST'),(159096,3300,'_billing_address_1','14223 Silverhollow'),(159097,3300,'_billing_city','San Antonio'),(159098,3300,'_billing_state','TX'),(159099,3300,'_billing_postcode','78232'),(159100,3300,'_billing_country','US'),(159101,3300,'_billing_email','info@liceclinicsofsanantonio.com'),(159102,3300,'_billing_phone','2103135033'),(159103,3300,'_shipping_first_name','Tracy'),(159104,3300,'_shipping_last_name','Copeland'),(159105,3300,'_shipping_company','LCA San Antonio WEST'),(159106,3300,'_shipping_address_1','6391 De Zavala Rd'),(159107,3300,'_shipping_address_2','Suite 2205'),(159108,3300,'_shipping_city','San Antonio'),(159109,3300,'_shipping_state','TX'),(159110,3300,'_shipping_postcode','78249'),(159111,3300,'_shipping_country','US'),(159112,3300,'_order_currency','USD'),(159113,3300,'_cart_discount','0'),(159114,3300,'_cart_discount_tax','0'),(159115,3300,'_order_shipping','0'),(159116,3300,'_order_shipping_tax','0'),(159117,3300,'_order_tax','0'),(159118,3300,'_order_total','1029.44'),(159119,3300,'_order_version','9.7.1'),(159120,3300,'_prices_include_tax','no'),(159121,3300,'_billing_address_index','Tracy Copeland LCA San Antonio WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(159122,3300,'_shipping_address_index','Tracy Copeland LCA San Antonio WEST 6391 De Zavala Rd Suite 2205 San Antonio TX 78249 US '),(159123,3300,'is_vat_exempt','no'),(159124,3300,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:105.59999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:105.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1029.4400000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:47;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"78249\";s:4:\"city\";s:11:\"San Antonio\";s:7:\"address\";s:17:\"6391 De Zavala Rd\";s:9:\"address_1\";s:17:\"6391 De Zavala Rd\";s:9:\"address_2\";s:10:\"Suite 2205\";}s:13:\"cart_subtotal\";s:7:\"1029.44\";}}'),(159125,3300,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159126,3300,'_wc_order_attribution_source_type','referral'),(159127,3300,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(159128,3300,'_wc_order_attribution_utm_source','lcaportal.com'),(159129,3300,'_wc_order_attribution_utm_medium','referral'),(159130,3300,'_wc_order_attribution_utm_content','/'),(159131,3300,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159132,3300,'_wc_order_attribution_session_start_time','2025-04-09 19:52:31'),(159133,3300,'_wc_order_attribution_session_pages','7'),(159134,3300,'_wc_order_attribution_session_count','1'),(159135,3300,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(159136,3300,'_wc_order_attribution_device_type','Desktop'),(159137,3300,'Payment type','instant'),(159138,3300,'_paypal_status','completed'),(159139,3300,'_transaction_id','5350657012028663A'),(159140,3300,'PayPal Transaction Fee','36.42'),(159141,3300,'_date_paid','1744228733'),(159142,3300,'_paid_date','2025-04-09 19:58:53'),(159143,3301,'_order_key','wc_order_PfcCOUBqBbqSX'),(159144,3301,'_customer_user','76'),(159145,3301,'_payment_method','paypal'),(159146,3301,'_payment_method_title','PayPal'),(159147,3301,'_customer_ip_address','66.31.192.192'),(159148,3301,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(159149,3301,'_created_via','checkout'),(159150,3301,'_cart_hash','84ec43b4451970ad670cd85bc13e08d1'),(159151,3301,'_download_permissions_granted','yes'),(159152,3301,'_recorded_sales','yes'),(159153,3301,'_recorded_coupon_usage_counts','yes'),(159154,3301,'_new_order_email_sent','true'),(159155,3301,'_order_stock_reduced','yes'),(159156,3301,'_billing_first_name','Naomi'),(159157,3301,'_billing_last_name','Golden'),(159158,3301,'_billing_address_1','31 Mann Ave'),(159159,3301,'_billing_city','Needham'),(159160,3301,'_billing_state','MA'),(159161,3301,'_billing_postcode','02492'),(159162,3301,'_billing_country','US'),(159163,3301,'_billing_email','nrgolden6486@gmail.com'),(159164,3301,'_billing_phone','6178511322'),(159165,3301,'_shipping_first_name','Naomi'),(159166,3301,'_shipping_last_name','Golden'),(159167,3301,'_shipping_company','Lice Aunties'),(159168,3301,'_shipping_address_1','60 Dedham Ave'),(159169,3301,'_shipping_address_2','Suite 201'),(159170,3301,'_shipping_city','Needham'),(159171,3301,'_shipping_state','MA'),(159172,3301,'_shipping_postcode','02492'),(159173,3301,'_shipping_country','US'),(159174,3301,'_order_currency','USD'),(159175,3301,'_cart_discount','0'),(159176,3301,'_cart_discount_tax','0'),(159177,3301,'_order_shipping','0'),(159178,3301,'_order_shipping_tax','0'),(159179,3301,'_order_tax','0'),(159180,3301,'_order_total','512.68'),(159181,3301,'_order_version','9.7.1'),(159182,3301,'_prices_include_tax','no'),(159183,3301,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(159184,3301,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(159185,3301,'is_vat_exempt','no'),(159186,3301,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.800000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:512.67999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";}s:13:\"cart_subtotal\";s:6:\"512.68\";}}'),(159187,3301,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159188,3301,'_wc_order_attribution_source_type','typein'),(159189,3301,'_wc_order_attribution_utm_source','(direct)'),(159190,3301,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159191,3301,'_wc_order_attribution_session_start_time','2025-04-09 13:37:18'),(159192,3301,'_wc_order_attribution_session_pages','6'),(159193,3301,'_wc_order_attribution_session_count','2'),(159194,3301,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(159195,3301,'_wc_order_attribution_device_type','Desktop'),(159196,3301,'Payment type','instant'),(159197,3301,'_paypal_status','completed'),(159198,3301,'_transaction_id','78M80641V55568035'),(159199,3301,'PayPal Transaction Fee','18.38'),(159200,3301,'_date_paid','1744237501'),(159201,3301,'_paid_date','2025-04-09 22:25:01'),(159203,3302,'_order_key','wc_order_9UIDFvXrsmdNl'),(159204,3302,'_customer_user','50'),(159205,3302,'_payment_method','paypal'),(159206,3302,'_payment_method_title','PayPal'),(159207,3302,'_customer_ip_address','24.62.247.50'),(159208,3302,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(159209,3302,'_created_via','checkout'),(159210,3302,'_cart_hash','fb38ada34e2f9eaeee22aa4c82a913c4'),(159211,3302,'_download_permissions_granted','yes'),(159212,3302,'_recorded_sales','yes'),(159213,3302,'_recorded_coupon_usage_counts','yes'),(159214,3302,'_new_order_email_sent','true'),(159215,3302,'_order_stock_reduced','yes'),(159216,3302,'_billing_first_name','Christine'),(159217,3302,'_billing_last_name','Cherry'),(159218,3302,'_billing_company','NITS END'),(159219,3302,'_billing_address_1','PO BOX 1092'),(159220,3302,'_billing_city','Campton'),(159221,3302,'_billing_state','NH'),(159222,3302,'_billing_postcode','03223'),(159223,3302,'_billing_country','US'),(159224,3302,'_billing_email','info@liceclinicsplaistow.com'),(159225,3302,'_billing_phone','16034983390'),(159226,3302,'_shipping_first_name','Christine'),(159227,3302,'_shipping_last_name','Cherry'),(159228,3302,'_shipping_company','C/O Linda Brann LCA/Nits End'),(159229,3302,'_shipping_address_1','16 Toppan Dr'),(159230,3302,'_shipping_city','Gorham'),(159231,3302,'_shipping_state','ME'),(159232,3302,'_shipping_postcode','04038'),(159233,3302,'_shipping_country','US'),(159234,3302,'_order_currency','USD'),(159235,3302,'_cart_discount','0'),(159236,3302,'_cart_discount_tax','0'),(159237,3302,'_order_shipping','0'),(159238,3302,'_order_shipping_tax','0'),(159239,3302,'_order_tax','0'),(159240,3302,'_order_total','903.60'),(159241,3302,'_order_version','9.7.1'),(159242,3302,'_prices_include_tax','no'),(159243,3302,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(159244,3302,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(159245,3302,'is_vat_exempt','no'),(159246,3302,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:597.36000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:597.36000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:105.59999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:105.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:903.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:12:\"16 Toppan Dr\";s:9:\"address_1\";s:12:\"16 Toppan Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"903.6\";}}'),(159247,3302,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159248,3302,'_wc_order_attribution_source_type','referral'),(159249,3302,'_wc_order_attribution_referrer','https://lcaportal.com/'),(159250,3302,'_wc_order_attribution_utm_source','lcaportal.com'),(159251,3302,'_wc_order_attribution_utm_medium','referral'),(159252,3302,'_wc_order_attribution_utm_content','/'),(159253,3302,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159254,3302,'_wc_order_attribution_session_start_time','2025-04-08 18:52:31'),(159255,3302,'_wc_order_attribution_session_pages','5'),(159256,3302,'_wc_order_attribution_session_count','9'),(159257,3302,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(159258,3302,'_wc_order_attribution_device_type','Desktop'),(159259,3302,'Payment type','instant'),(159260,3302,'_paypal_status','completed'),(159261,3302,'_transaction_id','4BF024603M232035P'),(159262,3302,'PayPal Transaction Fee','32.03'),(159263,3302,'_date_paid','1744380981'),(159264,3302,'_paid_date','2025-04-11 14:16:21'),(159265,3303,'_order_key','wc_order_4ZiuK8QTZjvGo'),(159266,3303,'_customer_user','6'),(159267,3303,'_payment_method','paypal'),(159268,3303,'_payment_method_title','PayPal'),(159269,3303,'_customer_ip_address','73.48.250.118'),(159270,3303,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(159271,3303,'_created_via','checkout'),(159272,3303,'_cart_hash','d5f8949d70d064d0ab0e672add19013f'),(159273,3303,'_download_permissions_granted','yes'),(159274,3303,'_recorded_sales','yes'),(159275,3303,'_recorded_coupon_usage_counts','yes'),(159276,3303,'_new_order_email_sent','true'),(159277,3303,'_order_stock_reduced','yes'),(159278,3303,'_billing_first_name','Amira'),(159279,3303,'_billing_last_name','Purto'),(159280,3303,'_billing_address_1','2520 Chandon Circle'),(159281,3303,'_billing_city','Modesto'),(159282,3303,'_billing_state','CA'),(159283,3303,'_billing_postcode','95355'),(159284,3303,'_billing_country','US'),(159285,3303,'_billing_email','amira77@sbcglobal.net'),(159286,3303,'_billing_phone','2096422061'),(159287,3303,'_shipping_first_name','Amira'),(159288,3303,'_shipping_last_name','Purto'),(159289,3303,'_shipping_address_1','2520 Chandon Circle'),(159290,3303,'_shipping_city','Modesto'),(159291,3303,'_shipping_state','CA'),(159292,3303,'_shipping_postcode','95355'),(159293,3303,'_shipping_country','US'),(159294,3303,'_order_currency','USD'),(159295,3303,'_cart_discount','0'),(159296,3303,'_cart_discount_tax','0'),(159297,3303,'_order_shipping','0'),(159298,3303,'_order_shipping_tax','0'),(159299,3303,'_order_tax','0'),(159300,3303,'_order_total','1327.64'),(159301,3303,'_order_version','9.7.1'),(159302,3303,'_prices_include_tax','no'),(159303,3303,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(159304,3303,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(159305,3303,'is_vat_exempt','no'),(159306,3303,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1327.6399999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1327.64\";}}'),(159307,3303,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159308,3303,'_wc_order_attribution_source_type','typein'),(159309,3303,'_wc_order_attribution_utm_source','(direct)'),(159310,3303,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159311,3303,'_wc_order_attribution_session_start_time','2025-01-06 18:03:16'),(159312,3303,'_wc_order_attribution_session_pages','6'),(159313,3303,'_wc_order_attribution_session_count','16'),(159314,3303,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(159315,3303,'_wc_order_attribution_device_type','Desktop'),(159316,3303,'Payment type','instant'),(159317,3303,'_paypal_status','completed'),(159318,3303,'_transaction_id','5VK47142T24291135'),(159319,3303,'PayPal Transaction Fee','46.82'),(159320,3303,'_date_paid','1744403054'),(159321,3303,'_paid_date','2025-04-11 20:24:14'),(159322,3304,'_order_key','wc_order_BNKD31M26UUqw'),(159323,3304,'_customer_user','59'),(159324,3304,'_payment_method','paypal'),(159325,3304,'_payment_method_title','PayPal'),(159326,3304,'_customer_ip_address','174.170.117.96'),(159327,3304,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159328,3304,'_created_via','checkout'),(159329,3304,'_cart_hash','3f7bb1241852c91ab20e6e5a1a617e85'),(159330,3304,'_download_permissions_granted','yes'),(159331,3304,'_recorded_sales','yes'),(159332,3304,'_recorded_coupon_usage_counts','yes'),(159333,3304,'_new_order_email_sent','true'),(159334,3304,'_order_stock_reduced','yes'),(159335,3304,'_billing_first_name','Allison'),(159336,3304,'_billing_last_name','Anthon'),(159337,3304,'_billing_company','Lice Clinics of America Memorial City'),(159338,3304,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(159339,3304,'_billing_address_2','Apt, suite, floor, etc.'),(159340,3304,'_billing_city','TOMBALL'),(159341,3304,'_billing_state','TX'),(159342,3304,'_billing_postcode','77375'),(159343,3304,'_billing_country','US'),(159344,3304,'_billing_email','louseysolutions@gmail.com'),(159345,3304,'_billing_phone','6024008520'),(159346,3304,'_shipping_first_name','Allison'),(159347,3304,'_shipping_last_name','Anthon'),(159348,3304,'_shipping_company','LCA Memorial City'),(159349,3304,'_shipping_address_1','2831 Lakecrest River Dr.'),(159350,3304,'_shipping_city','Katy'),(159351,3304,'_shipping_state','TX'),(159352,3304,'_shipping_postcode','77493'),(159353,3304,'_shipping_country','US'),(159354,3304,'_order_currency','USD'),(159355,3304,'_cart_discount','0'),(159356,3304,'_cart_discount_tax','0'),(159357,3304,'_order_shipping','0'),(159358,3304,'_order_shipping_tax','0'),(159359,3304,'_order_tax','0'),(159360,3304,'_order_total','946.96'),(159361,3304,'_order_version','9.7.1'),(159362,3304,'_prices_include_tax','no'),(159363,3304,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(159364,3304,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(159365,3304,'is_vat_exempt','no'),(159366,3304,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:28.600000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:28.600000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:946.96000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:59;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77493\";s:4:\"city\";s:4:\"Katy\";s:7:\"address\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_1\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"946.96\";}}'),(159367,3304,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159368,3304,'_wc_order_attribution_source_type','referral'),(159369,3304,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(159370,3304,'_wc_order_attribution_utm_source','lcaportal.com'),(159371,3304,'_wc_order_attribution_utm_medium','referral'),(159372,3304,'_wc_order_attribution_utm_content','/'),(159373,3304,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159374,3304,'_wc_order_attribution_session_start_time','2025-04-11 23:02:48'),(159375,3304,'_wc_order_attribution_session_pages','4'),(159376,3304,'_wc_order_attribution_session_count','1'),(159377,3304,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159378,3304,'_wc_order_attribution_device_type','Desktop'),(159379,3304,'Payment type','instant'),(159380,3304,'_paypal_status','completed'),(159381,3304,'_transaction_id','6YB87713DM7032903'),(159382,3304,'PayPal Transaction Fee','33.54'),(159383,3304,'_date_paid','1744413083'),(159384,3304,'_paid_date','2025-04-11 23:11:23'),(159387,3303,'_edit_lock','1744644969:2'),(159388,3303,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154187\";s:12:\"date_shipped\";s:10:\"1744588800\";s:11:\"tracking_id\";s:32:\"127cb836da15f325cd25bee8bb718c84\";}}'),(159389,3303,'_edit_last','2'),(159390,3303,'_date_completed','1744645104'),(159391,3303,'_completed_date','2025-04-14 15:38:24'),(159392,3300,'_edit_lock','1744645395:2'),(159393,3300,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154235\";s:12:\"date_shipped\";s:10:\"1744588800\";s:11:\"tracking_id\";s:32:\"1f66cdcb9fc8d7c16205f07d2ad73c83\";}}'),(159394,3300,'_edit_last','2'),(159395,3300,'_date_completed','1744645509'),(159396,3300,'_completed_date','2025-04-14 15:45:09'),(159397,3301,'_edit_lock','1744645427:2'),(159398,3301,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154280\";s:12:\"date_shipped\";s:10:\"1744588800\";s:11:\"tracking_id\";s:32:\"ccb475e3154754ba40f4fcfec694f3c0\";}}'),(159399,3301,'_edit_last','2'),(159400,3301,'_date_completed','1744645561'),(159401,3301,'_completed_date','2025-04-14 15:46:01'),(159402,3302,'_edit_lock','1744645584:2'),(159403,3302,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154430\";s:12:\"date_shipped\";s:10:\"1744588800\";s:11:\"tracking_id\";s:32:\"c9162d816a1606fdcbec5e675f280c53\";}}'),(159404,3302,'_edit_last','2'),(159405,3302,'_date_completed','1744645717'),(159406,3302,'_completed_date','2025-04-14 15:48:37'),(159407,3306,'_order_key','wc_order_vGvVKPaN42Osy'),(159408,3306,'_customer_user','47'),(159409,3306,'_payment_method','paypal'),(159410,3306,'_payment_method_title','PayPal'),(159411,3306,'_customer_ip_address','64.183.221.78'),(159412,3306,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159413,3306,'_created_via','checkout'),(159414,3306,'_cart_hash','7ed548b976967650647b92b18232c17e'),(159415,3306,'_download_permissions_granted','yes'),(159416,3306,'_recorded_sales','yes'),(159417,3306,'_recorded_coupon_usage_counts','yes'),(159418,3306,'_new_order_email_sent','true'),(159419,3306,'_order_stock_reduced','yes'),(159420,3306,'_billing_first_name','Tracy'),(159421,3306,'_billing_last_name','Copeland'),(159422,3306,'_billing_company','LCA San Antonio EAST'),(159423,3306,'_billing_address_1','14223 Silverhollow'),(159424,3306,'_billing_city','San Antonio'),(159425,3306,'_billing_state','TX'),(159426,3306,'_billing_postcode','78232'),(159427,3306,'_billing_country','US'),(159428,3306,'_billing_email','info@liceclinicsofsanantonio.com'),(159429,3306,'_billing_phone','2103135033'),(159430,3306,'_shipping_first_name','Tracy'),(159431,3306,'_shipping_last_name','Copeland'),(159432,3306,'_shipping_company','LCA San Antonio EAST'),(159433,3306,'_shipping_address_1','19115 FM 2252'),(159434,3306,'_shipping_address_2','Suite 17'),(159435,3306,'_shipping_city','Garden Ridge'),(159436,3306,'_shipping_state','TX'),(159437,3306,'_shipping_postcode','78266'),(159438,3306,'_shipping_country','US'),(159439,3306,'_order_currency','USD'),(159440,3306,'_cart_discount','0'),(159441,3306,'_cart_discount_tax','0'),(159442,3306,'_order_shipping','0'),(159443,3306,'_order_shipping_tax','0'),(159444,3306,'_order_tax','0'),(159445,3306,'_order_total','833.20'),(159446,3306,'_order_version','9.7.1'),(159447,3306,'_prices_include_tax','no'),(159448,3306,'_billing_address_index','Tracy Copeland LCA San Antonio EAST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(159449,3306,'_shipping_address_index','Tracy Copeland LCA San Antonio EAST 19115 FM 2252 Suite 17 Garden Ridge TX 78266 US '),(159450,3306,'is_vat_exempt','no'),(159451,3306,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:105.59999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:105.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:833.20000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:47;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"78266\";s:4:\"city\";s:12:\"Garden Ridge\";s:7:\"address\";s:13:\"19115 FM 2252\";s:9:\"address_1\";s:13:\"19115 FM 2252\";s:9:\"address_2\";s:8:\"Suite 17\";}s:13:\"cart_subtotal\";s:5:\"833.2\";}}'),(159452,3306,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159453,3306,'_wc_order_attribution_source_type','referral'),(159454,3306,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(159455,3306,'_wc_order_attribution_utm_source','lcaportal.com'),(159456,3306,'_wc_order_attribution_utm_medium','referral'),(159457,3306,'_wc_order_attribution_utm_content','/'),(159458,3306,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159459,3306,'_wc_order_attribution_session_start_time','2025-04-14 18:46:00'),(159460,3306,'_wc_order_attribution_session_pages','8'),(159461,3306,'_wc_order_attribution_session_count','1'),(159462,3306,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159463,3306,'_wc_order_attribution_device_type','Desktop'),(159464,3306,'Payment type','instant'),(159465,3306,'_paypal_status','completed'),(159466,3306,'_transaction_id','3X759570W9728813J'),(159467,3306,'PayPal Transaction Fee','29.57'),(159468,3306,'_date_paid','1744656819'),(159469,3306,'_paid_date','2025-04-14 18:53:39'),(159470,3307,'_order_key','wc_order_FB5ffA0mB6pbm'),(159471,3307,'_customer_user','87'),(159472,3307,'_payment_method','paypal'),(159473,3307,'_payment_method_title','PayPal'),(159474,3307,'_customer_ip_address','75.7.15.79'),(159475,3307,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159476,3307,'_created_via','checkout'),(159477,3307,'_cart_hash','ea4a638bd993867fe1f91dd0f70006f6'),(159478,3307,'_download_permissions_granted','yes'),(159479,3307,'_recorded_sales','yes'),(159480,3307,'_recorded_coupon_usage_counts','yes'),(159481,3307,'_new_order_email_sent','true'),(159482,3307,'_order_stock_reduced','yes'),(159483,3307,'_billing_first_name','Wade'),(159484,3307,'_billing_last_name','Huntsman'),(159485,3307,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(159486,3307,'_billing_address_1','3421 E 21st'),(159487,3307,'_billing_city','Tulsa'),(159488,3307,'_billing_state','OK'),(159489,3307,'_billing_postcode','74114'),(159490,3307,'_billing_country','US'),(159491,3307,'_billing_email','info@liceclinicsmidsouth.com'),(159492,3307,'_billing_phone','9189783329'),(159493,3307,'_shipping_first_name','Wade'),(159494,3307,'_shipping_last_name','Huntsman'),(159495,3307,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(159496,3307,'_shipping_address_1','3421 E 21st'),(159497,3307,'_shipping_city','Tulsa'),(159498,3307,'_shipping_state','OK'),(159499,3307,'_shipping_postcode','74114'),(159500,3307,'_shipping_country','US'),(159501,3307,'_order_currency','USD'),(159502,3307,'_cart_discount','0'),(159503,3307,'_cart_discount_tax','0'),(159504,3307,'_order_shipping','0'),(159505,3307,'_order_shipping_tax','0'),(159506,3307,'_order_tax','0'),(159507,3307,'_order_total','758.35'),(159508,3307,'_order_version','9.7.1'),(159509,3307,'_prices_include_tax','no'),(159510,3307,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(159511,3307,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(159512,3307,'is_vat_exempt','no'),(159513,3307,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"78bf6ef55f7c8f78a037096356c3e1cf\";a:16:{s:10:\"unique_key\";s:32:\"9f9953ba3c25ab40a4cc892e5364e693\";s:4:\"time\";s:10:\"10:51:38pm\";s:3:\"key\";s:32:\"78bf6ef55f7c8f78a037096356c3e1cf\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:758.35000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:4:\"city\";s:5:\"Tulsa\";s:7:\"address\";s:11:\"3421 E 21st\";s:9:\"address_1\";s:11:\"3421 E 21st\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"758.35\";}}'),(159514,3307,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159515,3307,'_wc_order_attribution_source_type','typein'),(159516,3307,'_wc_order_attribution_utm_source','(direct)'),(159517,3307,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159518,3307,'_wc_order_attribution_session_start_time','2025-04-14 19:05:57'),(159519,3307,'_wc_order_attribution_session_pages','8'),(159520,3307,'_wc_order_attribution_session_count','1'),(159521,3307,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159522,3307,'_wc_order_attribution_device_type','Desktop'),(159523,3307,'Payment type','instant'),(159524,3307,'_paypal_status','completed'),(159525,3307,'_transaction_id','2F387160M0352684T'),(159526,3307,'PayPal Transaction Fee','26.96'),(159527,3307,'_date_paid','1744657961'),(159528,3307,'_paid_date','2025-04-14 19:12:41'),(159529,3308,'_order_key','wc_order_9DgBtOWD3XCsE'),(159530,3308,'_customer_user','87'),(159531,3308,'_payment_method','paypal'),(159532,3308,'_payment_method_title','PayPal'),(159533,3308,'_customer_ip_address','75.7.15.79'),(159534,3308,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159535,3308,'_created_via','checkout'),(159536,3308,'_cart_hash','a9d6425d912a2aaec1f1e38bc02d49e1'),(159537,3308,'_download_permissions_granted','yes'),(159538,3308,'_recorded_sales','yes'),(159539,3308,'_recorded_coupon_usage_counts','yes'),(159540,3308,'_new_order_email_sent','true'),(159541,3308,'_order_stock_reduced','yes'),(159542,3308,'_billing_first_name','Wade'),(159543,3308,'_billing_last_name','Huntsman'),(159544,3308,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(159545,3308,'_billing_address_1','3421 E 21st'),(159546,3308,'_billing_city','Tulsa'),(159547,3308,'_billing_state','OK'),(159548,3308,'_billing_postcode','74114'),(159549,3308,'_billing_country','US'),(159550,3308,'_billing_email','info@liceclinicsmidsouth.com'),(159551,3308,'_billing_phone','9189783329'),(159552,3308,'_shipping_first_name','Katee'),(159553,3308,'_shipping_last_name','Morrison'),(159554,3308,'_shipping_company','Lice Clinics of America OKC'),(159555,3308,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(159556,3308,'_shipping_address_2','Lot 511'),(159557,3308,'_shipping_city','OKC'),(159558,3308,'_shipping_state','OK'),(159559,3308,'_shipping_postcode','73118'),(159560,3308,'_shipping_country','US'),(159561,3308,'_order_currency','USD'),(159562,3308,'_cart_discount','0'),(159563,3308,'_cart_discount_tax','0'),(159564,3308,'_order_shipping','0'),(159565,3308,'_order_shipping_tax','0'),(159566,3308,'_order_tax','0'),(159567,3308,'_order_total','603.32'),(159568,3308,'_order_version','9.7.1'),(159569,3308,'_prices_include_tax','no'),(159570,3308,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(159571,3308,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116 Lot 511 OKC OK 73118 US '),(159572,3308,'is_vat_exempt','no'),(159573,3308,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:603.32000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"73118\";s:4:\"city\";s:3:\"OKC\";s:7:\"address\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_1\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_2\";s:7:\"Lot 511\";}s:13:\"cart_subtotal\";s:6:\"603.32\";}}'),(159574,3308,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159575,3308,'_wc_order_attribution_source_type','typein'),(159576,3308,'_wc_order_attribution_utm_source','(direct)'),(159577,3308,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159578,3308,'_wc_order_attribution_session_start_time','2025-04-14 19:05:57'),(159579,3308,'_wc_order_attribution_session_pages','14'),(159580,3308,'_wc_order_attribution_session_count','1'),(159581,3308,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159582,3308,'_wc_order_attribution_device_type','Desktop'),(159583,3308,'Payment type','instant'),(159584,3308,'_paypal_status','completed'),(159585,3308,'_transaction_id','9FB18533GG768531E'),(159586,3308,'PayPal Transaction Fee','21.55'),(159587,3308,'_date_paid','1744658234'),(159588,3308,'_paid_date','2025-04-14 19:17:14'),(159589,3304,'_edit_lock','1744658405:2'),(159590,3304,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154636\";s:12:\"date_shipped\";s:10:\"1744588800\";s:11:\"tracking_id\";s:32:\"f28b582acf2a953ecd817410b1dc82f3\";}}'),(159591,3304,'_edit_last','2'),(159592,3304,'_date_completed','1744658543'),(159593,3304,'_completed_date','2025-04-14 19:22:23'),(159594,3309,'_order_key','wc_order_Pgl2dIJkryEvB'),(159595,3309,'_customer_user','87'),(159596,3309,'_payment_method','paypal'),(159597,3309,'_payment_method_title','PayPal'),(159598,3309,'_customer_ip_address','75.7.15.79'),(159599,3309,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159600,3309,'_created_via','checkout'),(159601,3309,'_cart_hash','9bf9e239cf3417057a4beed702102d94'),(159602,3309,'_download_permissions_granted','yes'),(159603,3309,'_recorded_sales','yes'),(159604,3309,'_recorded_coupon_usage_counts','yes'),(159605,3309,'_new_order_email_sent','true'),(159606,3309,'_order_stock_reduced','yes'),(159607,3309,'_billing_first_name','Wade'),(159608,3309,'_billing_last_name','Huntsman'),(159609,3309,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(159610,3309,'_billing_address_1','3421 E 21st'),(159611,3309,'_billing_city','Tulsa'),(159612,3309,'_billing_state','OK'),(159613,3309,'_billing_postcode','74114'),(159614,3309,'_billing_country','US'),(159615,3309,'_billing_email','info@liceclinicsmidsouth.com'),(159616,3309,'_billing_phone','9189783329'),(159617,3309,'_shipping_first_name','Logan'),(159618,3309,'_shipping_last_name','Futrell'),(159619,3309,'_shipping_company','Lice Clinics of America NWA'),(159620,3309,'_shipping_address_1','207 East Monroe Ave, Suite D'),(159621,3309,'_shipping_city','Gravette'),(159622,3309,'_shipping_state','AR'),(159623,3309,'_shipping_postcode','72736'),(159624,3309,'_shipping_country','US'),(159625,3309,'_order_currency','USD'),(159626,3309,'_cart_discount','0'),(159627,3309,'_cart_discount_tax','0'),(159628,3309,'_order_shipping','0'),(159629,3309,'_order_shipping_tax','0'),(159630,3309,'_order_tax','0'),(159631,3309,'_order_total','1564.22'),(159632,3309,'_order_version','9.7.1'),(159633,3309,'_prices_include_tax','no'),(159634,3309,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(159635,3309,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 207 East Monroe Ave, Suite D  Gravette AR 72736 US '),(159636,3309,'is_vat_exempt','no'),(159637,3309,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:11:{s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:168.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:168.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1564.22;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72736\";s:4:\"city\";s:8:\"Gravette\";s:7:\"address\";s:28:\"207 East Monroe Ave, Suite D\";s:9:\"address_1\";s:28:\"207 East Monroe Ave, Suite D\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1564.22\";}}'),(159638,3309,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159639,3309,'_wc_order_attribution_source_type','typein'),(159640,3309,'_wc_order_attribution_utm_source','(direct)'),(159641,3309,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159642,3309,'_wc_order_attribution_session_start_time','2025-04-14 19:05:57'),(159643,3309,'_wc_order_attribution_session_pages','24'),(159644,3309,'_wc_order_attribution_session_count','1'),(159645,3309,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159646,3309,'_wc_order_attribution_device_type','Desktop'),(159647,3309,'Payment type','instant'),(159648,3309,'_paypal_status','completed'),(159649,3309,'_transaction_id','48N598597N197172M'),(159650,3309,'PayPal Transaction Fee','55.08'),(159651,3309,'_date_paid','1744659317'),(159652,3309,'_paid_date','2025-04-14 19:35:17'),(159653,3306,'_edit_lock','1744773002:2'),(159654,3307,'_edit_lock','1744743707:2'),(159655,3308,'_edit_lock','1744751770:2'),(159656,3309,'_edit_lock','1744743749:2'),(159657,3306,'_edit_last','2'),(159659,3309,'_edit_last','2'),(159660,3307,'_edit_last','2'),(159661,3308,'_edit_last','2'),(159666,3312,'_order_key','wc_order_M43PgwtJdjdKk'),(159667,3312,'_customer_user','87'),(159668,3312,'_payment_method','paypal'),(159669,3312,'_payment_method_title','PayPal'),(159670,3312,'_customer_ip_address','68.0.118.63'),(159671,3312,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159672,3312,'_created_via','checkout'),(159673,3312,'_cart_hash','14b0f80c9973abb782e19183c35e3e06'),(159674,3312,'_download_permissions_granted','yes'),(159675,3312,'_recorded_sales','yes'),(159676,3312,'_recorded_coupon_usage_counts','yes'),(159677,3312,'_new_order_email_sent','true'),(159678,3312,'_order_stock_reduced','yes'),(159679,3312,'_billing_first_name','Wade'),(159680,3312,'_billing_last_name','Huntsman'),(159681,3312,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(159682,3312,'_billing_address_1','3421 E 21st'),(159683,3312,'_billing_city','Tulsa'),(159684,3312,'_billing_state','OK'),(159685,3312,'_billing_postcode','74114'),(159686,3312,'_billing_country','US'),(159687,3312,'_billing_email','info@liceclinicsmidsouth.com'),(159688,3312,'_billing_phone','9189783329'),(159689,3312,'_shipping_first_name','Shelbe'),(159690,3312,'_shipping_last_name','Smith'),(159691,3312,'_shipping_company','Lice Clinics of America Wichita'),(159692,3312,'_shipping_address_1','2101 West MacArthur Road'),(159693,3312,'_shipping_address_2','Lot 511'),(159694,3312,'_shipping_city','Wichita'),(159695,3312,'_shipping_state','KS'),(159696,3312,'_shipping_postcode','67217'),(159697,3312,'_shipping_country','US'),(159698,3312,'_order_currency','USD'),(159699,3312,'_cart_discount','0'),(159700,3312,'_cart_discount_tax','0'),(159701,3312,'_order_shipping','0'),(159702,3312,'_order_shipping_tax','0'),(159703,3312,'_order_tax','0'),(159704,3312,'_order_total','564.56'),(159705,3312,'_order_version','9.7.1'),(159706,3312,'_prices_include_tax','no'),(159707,3312,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(159708,3312,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(159709,3312,'is_vat_exempt','no'),(159710,3312,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6974ce5ac660610b44d9b9fed0ff9548\";a:14:{s:3:\"key\";s:32:\"6974ce5ac660610b44d9b9fed0ff9548\";s:10:\"product_id\";i:103;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:8.4000000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:8.4000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:103;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:564.56000000000006;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KS\";s:8:\"postcode\";s:5:\"67217\";s:4:\"city\";s:7:\"Wichita\";s:7:\"address\";s:24:\"2101 West MacArthur Road\";s:9:\"address_1\";s:24:\"2101 West MacArthur Road\";s:9:\"address_2\";s:7:\"Lot 511\";}s:13:\"cart_subtotal\";s:6:\"564.56\";}}'),(159711,3312,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159712,3312,'_wc_order_attribution_source_type','typein'),(159713,3312,'_wc_order_attribution_utm_source','(direct)'),(159714,3312,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159715,3312,'_wc_order_attribution_session_start_time','2025-04-15 17:16:26'),(159716,3312,'_wc_order_attribution_session_pages','6'),(159717,3312,'_wc_order_attribution_session_count','1'),(159718,3312,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159719,3312,'_wc_order_attribution_device_type','Desktop'),(159720,3312,'Payment type','instant'),(159721,3312,'_paypal_status','completed'),(159722,3312,'_transaction_id','1C962009E1000133J'),(159723,3312,'PayPal Transaction Fee','20.19'),(159724,3312,'_date_paid','1744737599'),(159725,3312,'_paid_date','2025-04-15 17:19:59'),(159726,3307,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154923\";s:12:\"date_shipped\";s:10:\"1744675200\";s:11:\"tracking_id\";s:32:\"34e73462a547130f6375dc1d1065994c\";}}'),(159727,3307,'_date_completed','1744743699'),(159728,3307,'_completed_date','2025-04-15 19:01:39'),(159729,3309,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154842\";s:12:\"date_shipped\";s:10:\"1744675200\";s:11:\"tracking_id\";s:32:\"181715cf4647b3a03eda4157b6670793\";}}'),(159730,3309,'_date_completed','1744743743'),(159731,3309,'_completed_date','2025-04-15 19:02:23'),(159732,3308,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800154901\";s:12:\"date_shipped\";s:10:\"1744675200\";s:11:\"tracking_id\";s:32:\"1f95c5e5ff24b47a2de7db3c41bcaadd\";}}'),(159733,3308,'_date_completed','1744751764'),(159734,3308,'_completed_date','2025-04-15 21:16:04'),(159735,3306,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155117\";s:12:\"date_shipped\";s:10:\"1744761600\";s:11:\"tracking_id\";s:32:\"83a35e0ca28552516fa99a14b22dfed0\";}}'),(159736,3306,'_date_completed','1744772996'),(159737,3306,'_completed_date','2025-04-16 03:09:56'),(159738,3313,'_order_key','wc_order_I3If0uHFuESpb'),(159739,3313,'_customer_user','3'),(159740,3313,'_payment_method','paypal'),(159741,3313,'_payment_method_title','PayPal'),(159742,3313,'_customer_ip_address','99.22.146.124'),(159743,3313,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159744,3313,'_created_via','checkout'),(159745,3313,'_cart_hash','f7c07f4d8ec99bee4ca89064619c559f'),(159746,3313,'_download_permissions_granted','yes'),(159747,3313,'_recorded_sales','yes'),(159748,3313,'_recorded_coupon_usage_counts','yes'),(159749,3313,'_new_order_email_sent','true'),(159750,3313,'_order_stock_reduced','yes'),(159751,3313,'_billing_first_name','amanda'),(159752,3313,'_billing_last_name','westerman'),(159753,3313,'_billing_company','Lice Clinics of America McKinney'),(159754,3313,'_billing_address_1','3120 Hudson Crossing'),(159755,3313,'_billing_address_2','Suite A2'),(159756,3313,'_billing_city','MCKINNEY'),(159757,3313,'_billing_state','TX'),(159758,3313,'_billing_postcode','75070'),(159759,3313,'_billing_country','US'),(159760,3313,'_billing_email','awesterman1103@gmail.com'),(159761,3313,'_billing_phone','12144175741'),(159762,3313,'_shipping_first_name','amanda'),(159763,3313,'_shipping_last_name','westerman'),(159764,3313,'_shipping_company','Lice Clinics of America Dallas'),(159765,3313,'_shipping_address_1','1709 Damian Way'),(159766,3313,'_shipping_city','Richardson'),(159767,3313,'_shipping_state','TX'),(159768,3313,'_shipping_postcode','75081'),(159769,3313,'_shipping_country','US'),(159770,3313,'_order_currency','USD'),(159771,3313,'_cart_discount','0'),(159772,3313,'_cart_discount_tax','0'),(159773,3313,'_order_shipping','0'),(159774,3313,'_order_shipping_tax','0'),(159775,3313,'_order_tax','0'),(159776,3313,'_order_total','503.74'),(159777,3313,'_order_version','9.8.1'),(159778,3313,'_prices_include_tax','no'),(159779,3313,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(159780,3313,'_shipping_address_index','amanda westerman Lice Clinics of America Dallas 1709 Damian Way  Richardson TX 75081 US '),(159781,3313,'is_vat_exempt','no'),(159782,3313,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:149.34;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:149.34;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:503.74000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"503.74\";}}'),(159783,3313,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159784,3313,'_wc_order_attribution_source_type','referral'),(159785,3313,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(159786,3313,'_wc_order_attribution_utm_source','lcaportal.com'),(159787,3313,'_wc_order_attribution_utm_medium','referral'),(159788,3313,'_wc_order_attribution_utm_content','/'),(159789,3313,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159790,3313,'_wc_order_attribution_session_start_time','2025-04-15 14:42:37'),(159791,3313,'_wc_order_attribution_session_pages','2'),(159792,3313,'_wc_order_attribution_session_count','4'),(159793,3313,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159794,3313,'_wc_order_attribution_device_type','Desktop'),(159795,3313,'Payment type','instant'),(159796,3313,'_paypal_status','completed'),(159797,3313,'_transaction_id','74H23370HN869681U'),(159798,3313,'PayPal Transaction Fee','18.07'),(159799,3313,'_date_paid','1744808612'),(159800,3313,'_paid_date','2025-04-16 13:03:32'),(159801,3314,'_order_key','wc_order_IVfNA6xdN7Pda'),(159802,3314,'_customer_user','21'),(159803,3314,'_payment_method','paypal'),(159804,3314,'_payment_method_title','PayPal'),(159805,3314,'_customer_ip_address','174.136.246.119'),(159806,3314,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Avast/133.0.0.0'),(159807,3314,'_created_via','checkout'),(159808,3314,'_cart_hash','b40bcd56af33858cd5dd7666fcda5694'),(159809,3314,'_download_permissions_granted','yes'),(159810,3314,'_recorded_sales','yes'),(159811,3314,'_recorded_coupon_usage_counts','yes'),(159812,3314,'_new_order_email_sent','true'),(159813,3314,'_order_stock_reduced','yes'),(159814,3314,'_billing_first_name','LCA'),(159815,3314,'_billing_last_name','Arkansas'),(159816,3314,'_billing_company','LCA - Central Arkansas'),(159817,3314,'_billing_address_1','1011 N. 2nd St., Ste. D'),(159818,3314,'_billing_city','Cabot'),(159819,3314,'_billing_state','AR'),(159820,3314,'_billing_postcode','72023'),(159821,3314,'_billing_country','US'),(159822,3314,'_billing_email','liceclinicslittlerock@gmail.com'),(159823,3314,'_billing_phone','15014249396'),(159824,3314,'_shipping_first_name','LCA'),(159825,3314,'_shipping_last_name','Arkansas'),(159826,3314,'_shipping_company','LCA - Central Arkansas'),(159827,3314,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(159828,3314,'_shipping_city','Cabot'),(159829,3314,'_shipping_state','AR'),(159830,3314,'_shipping_postcode','72023'),(159831,3314,'_shipping_country','US'),(159832,3314,'_order_currency','USD'),(159833,3314,'_cart_discount','0'),(159834,3314,'_cart_discount_tax','0'),(159835,3314,'_order_shipping','0'),(159836,3314,'_order_shipping_tax','0'),(159837,3314,'_order_tax','0'),(159838,3314,'_order_total','635.83'),(159839,3314,'_order_version','9.8.1'),(159840,3314,'_prices_include_tax','no'),(159841,3314,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(159842,3314,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(159843,3314,'is_vat_exempt','no'),(159844,3314,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:78.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:78.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:635.83000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:21;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72023\";s:4:\"city\";s:5:\"Cabot\";s:7:\"address\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_1\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"635.83\";}}'),(159845,3314,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159846,3314,'_wc_order_attribution_source_type','referral'),(159847,3314,'_wc_order_attribution_referrer','https://lcaportal.com/'),(159848,3314,'_wc_order_attribution_utm_source','lcaportal.com'),(159849,3314,'_wc_order_attribution_utm_medium','referral'),(159850,3314,'_wc_order_attribution_utm_content','/'),(159851,3314,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159852,3314,'_wc_order_attribution_session_start_time','2025-04-17 13:13:50'),(159853,3314,'_wc_order_attribution_session_pages','6'),(159854,3314,'_wc_order_attribution_session_count','1'),(159855,3314,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Avast/133.0.0.0'),(159856,3314,'_wc_order_attribution_device_type','Desktop'),(159857,3314,'Payment type','instant'),(159858,3314,'_paypal_status','completed'),(159859,3314,'_transaction_id','7J146978VD078171C'),(159860,3314,'PayPal Transaction Fee','22.68'),(159861,3314,'_date_paid','1744895898'),(159862,3314,'_paid_date','2025-04-17 13:18:18'),(159863,3312,'_edit_lock','1744943249:2'),(159864,3312,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155481\";s:12:\"date_shipped\";s:10:\"1744934400\";s:11:\"tracking_id\";s:32:\"e0c1a37dcf274f25bc86249e2a8eaaa4\";}}'),(159865,3312,'_edit_last','2'),(159866,3312,'_date_completed','1744943301'),(159867,3312,'_completed_date','2025-04-18 02:28:21'),(159868,3315,'_order_key','wc_order_MIzKaksbKIhGy'),(159869,3315,'_customer_user','8'),(159870,3315,'_payment_method','paypal'),(159871,3315,'_payment_method_title','PayPal'),(159872,3315,'_customer_ip_address','104.60.28.185'),(159873,3315,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(159874,3315,'_created_via','checkout'),(159875,3315,'_cart_hash','f02aa38000bce3bbe8ad62c975c23104'),(159876,3315,'_download_permissions_granted','yes'),(159877,3315,'_recorded_sales','yes'),(159878,3315,'_recorded_coupon_usage_counts','yes'),(159879,3315,'_new_order_email_sent','true'),(159880,3315,'_order_stock_reduced','yes'),(159881,3315,'_billing_first_name','Amy'),(159882,3315,'_billing_last_name','Sharp'),(159883,3315,'_billing_company','Nit Wits'),(159884,3315,'_billing_address_1','6002 Sweetbay Dr'),(159885,3315,'_billing_city','Crestwood'),(159886,3315,'_billing_state','KY'),(159887,3315,'_billing_postcode','40014'),(159888,3315,'_billing_country','US'),(159889,3315,'_billing_email','asharp@ht-school.org'),(159890,3315,'_billing_phone','15023109281'),(159891,3315,'_shipping_first_name','Amy'),(159892,3315,'_shipping_last_name','Sharp'),(159893,3315,'_shipping_company','LCA Nit Wits'),(159894,3315,'_shipping_address_1','9302 New LaGrange Road'),(159895,3315,'_shipping_address_2','Unit H'),(159896,3315,'_shipping_city','Louisville'),(159897,3315,'_shipping_state','KY'),(159898,3315,'_shipping_postcode','40242'),(159899,3315,'_shipping_country','US'),(159900,3315,'_order_currency','USD'),(159901,3315,'_cart_discount','0'),(159902,3315,'_cart_discount_tax','0'),(159903,3315,'_order_shipping','0'),(159904,3315,'_order_shipping_tax','0'),(159905,3315,'_order_tax','0'),(159906,3315,'_order_total','774.97'),(159907,3315,'_order_version','9.8.1'),(159908,3315,'_prices_include_tax','no'),(159909,3315,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(159910,3315,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(159911,3315,'is_vat_exempt','no'),(159912,3315,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186.30000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186.30000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:78.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:78.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:774.97000000000003;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:8;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40242\";s:4:\"city\";s:10:\"Louisville\";s:7:\"address\";s:22:\"9302 New LaGrange Road\";s:9:\"address_1\";s:22:\"9302 New LaGrange Road\";s:9:\"address_2\";s:6:\"Unit H\";}s:13:\"cart_subtotal\";s:6:\"774.97\";}}'),(159913,3315,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(159914,3315,'_wc_order_attribution_source_type','referral'),(159915,3315,'_wc_order_attribution_referrer','https://lcaportal.com/'),(159916,3315,'_wc_order_attribution_utm_source','lcaportal.com'),(159917,3315,'_wc_order_attribution_utm_medium','referral'),(159918,3315,'_wc_order_attribution_utm_content','/'),(159919,3315,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(159920,3315,'_wc_order_attribution_session_start_time','2025-04-21 13:15:53'),(159921,3315,'_wc_order_attribution_session_pages','4'),(159922,3315,'_wc_order_attribution_session_count','1'),(159923,3315,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(159924,3315,'_wc_order_attribution_device_type','Desktop'),(159925,3315,'Payment type','instant'),(159926,3315,'_paypal_status','completed'),(159927,3315,'_transaction_id','24U2730462942191C'),(159928,3315,'PayPal Transaction Fee','27.54'),(159929,3315,'_date_paid','1745247196'),(159930,3315,'_paid_date','2025-04-21 14:53:16'),(159939,3313,'_edit_lock','1745249658:2'),(159940,3313,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155805\";s:12:\"date_shipped\";s:10:\"1745193600\";s:11:\"tracking_id\";s:32:\"f501950d666fa12448f8f699c64b45a5\";}}'),(159941,3313,'_edit_last','2'),(159942,3313,'_date_completed','1745249653'),(159943,3313,'_completed_date','2025-04-21 15:34:13'),(159954,3316,'_order_key','wc_order_V0TGp0coW4VeQ'),(159955,3316,'_customer_user','11'),(159956,3316,'_payment_method','paypal'),(159957,3316,'_payment_method_title','PayPal'),(159958,3316,'_customer_ip_address','65.186.66.106'),(159959,3316,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(159960,3316,'_created_via','checkout'),(159961,3316,'_cart_hash','f6d3c54bb903a075bb0a7930db7a77eb'),(159962,3316,'_download_permissions_granted','yes'),(159963,3316,'_recorded_sales','yes'),(159964,3316,'_recorded_coupon_usage_counts','yes'),(159965,3316,'_new_order_email_sent','true'),(159966,3316,'_order_stock_reduced','yes'),(159967,3316,'_billing_first_name','Tina'),(159968,3316,'_billing_last_name','Hunt'),(159969,3316,'_billing_company','Lice Clinics of America'),(159970,3316,'_billing_address_1','830 Fairview Ave.'),(159971,3316,'_billing_address_2','Suite A-4'),(159972,3316,'_billing_city','Bowling Green'),(159973,3316,'_billing_state','KY'),(159974,3316,'_billing_postcode','42101'),(159975,3316,'_billing_country','US'),(159976,3316,'_billing_email','lcbgky12@gmail.com'),(159977,3316,'_billing_phone','2709996803'),(159978,3316,'_shipping_first_name','Tina'),(159979,3316,'_shipping_last_name','Hunt'),(159980,3316,'_shipping_company','LCBG, LLC'),(159981,3316,'_shipping_address_1','830 Fairview Ave.'),(159982,3316,'_shipping_address_2','Suite A-4'),(159983,3316,'_shipping_city','Bowling Green'),(159984,3316,'_shipping_state','KY'),(159985,3316,'_shipping_postcode','42101'),(159986,3316,'_shipping_country','US'),(159987,3316,'_order_currency','USD'),(159988,3316,'_cart_discount','0'),(159989,3316,'_cart_discount_tax','0'),(159990,3316,'_order_shipping','16.81'),(159991,3316,'_order_shipping_tax','0'),(159992,3316,'_order_tax','0'),(159993,3316,'_order_total','451.09'),(159994,3316,'_order_version','9.8.1'),(159995,3316,'_prices_include_tax','no'),(159996,3316,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(159997,3316,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(159998,3316,'is_vat_exempt','no'),(159999,3316,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"1265b6bc8faa6bc18462539fd344d215\";a:16:{s:10:\"unique_key\";s:32:\"712a3fb713033f5566a3e265d0ff4ac4\";s:4:\"time\";s:10:\"04:23:05pm\";s:3:\"key\";s:32:\"1265b6bc8faa6bc18462539fd344d215\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"dd92ab180c7c280054c1efe386d917e9\";a:16:{s:10:\"unique_key\";s:32:\"c9f4ccb0ad253f24183172d7f7279e0f\";s:4:\"time\";s:10:\"07:20:51pm\";s:3:\"key\";s:32:\"dd92ab180c7c280054c1efe386d917e9\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.800000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:434.27999999999997;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:11;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"42101\";s:4:\"city\";s:13:\"Bowling Green\";s:7:\"address\";s:17:\"830 Fairview Ave.\";s:9:\"address_1\";s:17:\"830 Fairview Ave.\";s:9:\"address_2\";s:9:\"Suite A-4\";}s:13:\"cart_subtotal\";s:6:\"434.28\";}}'),(160000,3316,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(160001,3316,'_wc_order_attribution_source_type','referral'),(160002,3316,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160003,3316,'_wc_order_attribution_utm_source','lcaportal.com'),(160004,3316,'_wc_order_attribution_utm_medium','referral'),(160005,3316,'_wc_order_attribution_utm_content','/'),(160006,3316,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160007,3316,'_wc_order_attribution_session_start_time','2025-04-21 15:26:37'),(160008,3316,'_wc_order_attribution_session_pages','8'),(160009,3316,'_wc_order_attribution_session_count','1'),(160010,3316,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160011,3316,'_wc_order_attribution_device_type','Desktop'),(160012,3316,'Payment type','instant'),(160013,3316,'_paypal_status','completed'),(160014,3316,'_transaction_id','5KJ1511839108561V'),(160015,3316,'PayPal Transaction Fee','16.23'),(160016,3316,'_date_paid','1745249963'),(160017,3316,'_paid_date','2025-04-21 15:39:23'),(160020,3317,'_order_key','wc_order_Q7yuoEnWqUYit'),(160021,3317,'_customer_user','76'),(160022,3317,'_payment_method','paypal'),(160023,3317,'_payment_method_title','PayPal'),(160024,3317,'_customer_ip_address','50.216.106.9'),(160025,3317,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160026,3317,'_created_via','checkout'),(160027,3317,'_cart_hash','56a90771275c4de1624dae579483dba6'),(160028,3317,'_download_permissions_granted','yes'),(160029,3317,'_recorded_sales','yes'),(160030,3317,'_recorded_coupon_usage_counts','yes'),(160031,3317,'_new_order_email_sent','true'),(160032,3317,'_order_stock_reduced','yes'),(160033,3317,'_billing_first_name','Naomi'),(160034,3317,'_billing_last_name','Golden'),(160035,3317,'_billing_address_1','31 Mann Ave'),(160036,3317,'_billing_city','Needham'),(160037,3317,'_billing_state','MA'),(160038,3317,'_billing_postcode','02492'),(160039,3317,'_billing_country','US'),(160040,3317,'_billing_email','nrgolden6486@gmail.com'),(160041,3317,'_billing_phone','6178511322'),(160042,3317,'_shipping_first_name','Naomi'),(160043,3317,'_shipping_last_name','Golden'),(160044,3317,'_shipping_company','Lice Aunties'),(160045,3317,'_shipping_address_1','3 Baldwin Green Common'),(160046,3317,'_shipping_address_2','Suite 310'),(160047,3317,'_shipping_city','Woburn'),(160048,3317,'_shipping_state','MA'),(160049,3317,'_shipping_postcode','01801'),(160050,3317,'_shipping_country','US'),(160051,3317,'_order_currency','USD'),(160052,3317,'_cart_discount','0'),(160053,3317,'_cart_discount_tax','0'),(160054,3317,'_order_shipping','0'),(160055,3317,'_order_shipping_tax','0'),(160056,3317,'_order_tax','0'),(160057,3317,'_order_total','516.46'),(160058,3317,'_order_version','9.8.1'),(160059,3317,'_prices_include_tax','no'),(160060,3317,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(160061,3317,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(160062,3317,'is_vat_exempt','no'),(160063,3317,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:232.31999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:232.31999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215.59999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:516.46000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}s:13:\"cart_subtotal\";s:6:\"516.46\";}}'),(160064,3317,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160065,3317,'_wc_order_attribution_source_type','typein'),(160066,3317,'_wc_order_attribution_utm_source','(direct)'),(160067,3317,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160068,3317,'_wc_order_attribution_session_start_time','2025-04-09 13:37:18'),(160069,3317,'_wc_order_attribution_session_pages','6'),(160070,3317,'_wc_order_attribution_session_count','5'),(160071,3317,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160072,3317,'_wc_order_attribution_device_type','Desktop'),(160073,3317,'Payment type','instant'),(160074,3317,'_paypal_status','completed'),(160075,3317,'_transaction_id','86094346GF438811G'),(160076,3317,'PayPal Transaction Fee','18.51'),(160077,3317,'_date_paid','1745253031'),(160078,3317,'_paid_date','2025-04-21 16:30:31'),(160080,3315,'_edit_lock','1745273683:2'),(160081,3315,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155941\";s:12:\"date_shipped\";s:10:\"1745193600\";s:11:\"tracking_id\";s:32:\"a4f3d9739ddbc8bedbfd974ea6d4ea85\";}}'),(160082,3315,'_edit_last','2'),(160083,3315,'_date_completed','1745273795'),(160084,3315,'_completed_date','2025-04-21 22:16:35'),(160085,3316,'_edit_lock','1745273889:2'),(160086,3316,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156010\";s:12:\"date_shipped\";s:10:\"1745193600\";s:11:\"tracking_id\";s:32:\"671585b1a524defd11d16879a17d250e\";}}'),(160087,3316,'_edit_last','2'),(160088,3316,'_date_completed','1745273884'),(160089,3316,'_completed_date','2025-04-21 22:18:04'),(160090,3317,'_edit_lock','1745273880:2'),(160091,3317,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155996\";s:12:\"date_shipped\";s:10:\"1745193600\";s:11:\"tracking_id\";s:32:\"ed17fb75aa472dd08e0a7f7c40fc901e\";}}'),(160092,3317,'_edit_last','2'),(160093,3317,'_date_completed','1745273935'),(160094,3317,'_completed_date','2025-04-21 22:18:55'),(160095,3319,'_order_key','wc_order_tWw5X81SL110H'),(160096,3319,'_customer_user','3'),(160097,3319,'_payment_method','paypal'),(160098,3319,'_payment_method_title','PayPal'),(160099,3319,'_customer_ip_address','99.22.146.124'),(160100,3319,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160101,3319,'_created_via','checkout'),(160102,3319,'_cart_hash','8331d9bf7c69fd81fb492b1055cf8318'),(160103,3319,'_download_permissions_granted','yes'),(160104,3319,'_recorded_sales','yes'),(160105,3319,'_recorded_coupon_usage_counts','yes'),(160106,3319,'_new_order_email_sent','true'),(160107,3319,'_order_stock_reduced','yes'),(160108,3319,'_billing_first_name','amanda'),(160109,3319,'_billing_last_name','westerman'),(160110,3319,'_billing_company','Lice Clinics of America McKinney'),(160111,3319,'_billing_address_1','3120 Hudson Crossing'),(160112,3319,'_billing_address_2','Suite A2'),(160113,3319,'_billing_city','MCKINNEY'),(160114,3319,'_billing_state','TX'),(160115,3319,'_billing_postcode','75070'),(160116,3319,'_billing_country','US'),(160117,3319,'_billing_email','awesterman1103@gmail.com'),(160118,3319,'_billing_phone','12144175741'),(160119,3319,'_shipping_first_name','amanda'),(160120,3319,'_shipping_last_name','westerman'),(160121,3319,'_shipping_company','Lice Clinics of America Dallas'),(160122,3319,'_shipping_address_1','1709 Damian Way'),(160123,3319,'_shipping_city','Richardson'),(160124,3319,'_shipping_state','TX'),(160125,3319,'_shipping_postcode','75081'),(160126,3319,'_shipping_country','US'),(160127,3319,'_order_currency','USD'),(160128,3319,'_cart_discount','0'),(160129,3319,'_cart_discount_tax','0'),(160130,3319,'_order_shipping','0'),(160131,3319,'_order_shipping_tax','0'),(160132,3319,'_order_tax','0'),(160133,3319,'_order_total','1291.64'),(160134,3319,'_order_version','9.8.1'),(160135,3319,'_prices_include_tax','no'),(160136,3319,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(160137,3319,'_shipping_address_index','amanda westerman Lice Clinics of America Dallas 1709 Damian Way  Richardson TX 75081 US '),(160138,3319,'is_vat_exempt','no'),(160139,3319,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:149.34;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:149.34;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:392;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:392;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:253.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:253.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1291.6400000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1291.64\";}}'),(160140,3319,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160141,3319,'_wc_order_attribution_source_type','referral'),(160142,3319,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(160143,3319,'_wc_order_attribution_utm_source','lcaportal.com'),(160144,3319,'_wc_order_attribution_utm_medium','referral'),(160145,3319,'_wc_order_attribution_utm_content','/'),(160146,3319,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160147,3319,'_wc_order_attribution_session_start_time','2025-04-22 16:25:40'),(160148,3319,'_wc_order_attribution_session_pages','2'),(160149,3319,'_wc_order_attribution_session_count','3'),(160150,3319,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160151,3319,'_wc_order_attribution_device_type','Desktop'),(160152,3319,'Payment type','instant'),(160153,3319,'_paypal_status','completed'),(160154,3319,'_transaction_id','0CD03575UB107915J'),(160155,3319,'PayPal Transaction Fee','45.57'),(160156,3319,'_date_paid','1745342442'),(160157,3319,'_paid_date','2025-04-22 17:20:42'),(160158,3320,'_order_key','wc_order_2f13r0wxMmDCH'),(160159,3320,'_customer_user','65'),(160160,3320,'_payment_method','paypal'),(160161,3320,'_payment_method_title','PayPal'),(160162,3320,'_customer_ip_address','76.106.234.193'),(160163,3320,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(160164,3320,'_created_via','checkout'),(160165,3320,'_cart_hash','46575f1d2f9d8033d459fe88ecad9cb9'),(160166,3320,'_download_permissions_granted','yes'),(160167,3320,'_recorded_sales','yes'),(160168,3320,'_recorded_coupon_usage_counts','yes'),(160169,3320,'_new_order_email_sent','true'),(160170,3320,'_order_stock_reduced','yes'),(160171,3320,'_billing_first_name','Mandy'),(160172,3320,'_billing_last_name','Ottesen'),(160173,3320,'_billing_company','Fresh Heads'),(160174,3320,'_billing_address_1','175 Dahlia Falls Drive'),(160175,3320,'_billing_city','St Johns'),(160176,3320,'_billing_state','FL'),(160177,3320,'_billing_postcode','32259'),(160178,3320,'_billing_country','US'),(160179,3320,'_billing_email','mandy@freshheadsliceremoval.com'),(160180,3320,'_billing_phone','9042353157'),(160181,3320,'_shipping_first_name','Mandy'),(160182,3320,'_shipping_last_name','Ottesen'),(160183,3320,'_shipping_address_1','13241 Bartram Park Blvd'),(160184,3320,'_shipping_address_2','1801'),(160185,3320,'_shipping_city','Jacksonville'),(160186,3320,'_shipping_state','FL'),(160187,3320,'_shipping_postcode','32258'),(160188,3320,'_shipping_country','US'),(160189,3320,'_order_currency','USD'),(160190,3320,'_cart_discount','0'),(160191,3320,'_cart_discount_tax','0'),(160192,3320,'_order_shipping','14.58'),(160193,3320,'_order_shipping_tax','0'),(160194,3320,'_order_tax','0'),(160195,3320,'_order_total','280.50'),(160196,3320,'_order_version','9.8.1'),(160197,3320,'_prices_include_tax','no'),(160198,3320,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(160199,3320,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(160201,3320,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"91fe0491f5321ea073101ff524bf42c0\";a:16:{s:10:\"unique_key\";s:32:\"c1d4a27d18be3d5d9f75cfd8a16f5b97\";s:4:\"time\";s:10:\"07:24:21pm\";s:3:\"key\";s:32:\"91fe0491f5321ea073101ff524bf42c0\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:265.92000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:65;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32258\";s:4:\"city\";s:12:\"Jacksonville\";s:7:\"address\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_1\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_2\";s:4:\"1801\";}s:13:\"cart_subtotal\";s:6:\"265.92\";}}'),(160202,3320,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(160203,3320,'_wc_order_attribution_source_type','referral'),(160204,3320,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160205,3320,'_wc_order_attribution_utm_source','lcaportal.com'),(160206,3320,'_wc_order_attribution_utm_medium','referral'),(160207,3320,'_wc_order_attribution_utm_content','/'),(160208,3320,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160209,3320,'_wc_order_attribution_session_start_time','2025-04-22 17:34:19'),(160210,3320,'_wc_order_attribution_session_pages','4'),(160211,3320,'_wc_order_attribution_session_count','1'),(160212,3320,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36'),(160213,3320,'_wc_order_attribution_device_type','Desktop'),(160214,3320,'is_vat_exempt','no'),(160215,3320,'Payment type','instant'),(160216,3320,'_paypal_status','completed'),(160217,3320,'_transaction_id','9ML03050T8200972P'),(160218,3320,'PayPal Transaction Fee','10.28'),(160219,3320,'_date_paid','1745343722'),(160220,3320,'_paid_date','2025-04-22 17:42:02'),(160221,3321,'_order_key','wc_order_DLyTkj6NEL9rh'),(160222,3321,'_customer_user','20'),(160223,3321,'_payment_method','paypal'),(160224,3321,'_payment_method_title','PayPal'),(160225,3321,'_customer_ip_address','172.116.123.146'),(160226,3321,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160227,3321,'_created_via','checkout'),(160228,3321,'_cart_hash','5469bd70db6911f7cc1794f6963efb85'),(160229,3321,'_download_permissions_granted','yes'),(160230,3321,'_recorded_sales','yes'),(160231,3321,'_recorded_coupon_usage_counts','yes'),(160232,3321,'_new_order_email_sent','true'),(160233,3321,'_order_stock_reduced','yes'),(160234,3321,'_billing_first_name','Hasani'),(160235,3321,'_billing_last_name','Thompson'),(160236,3321,'_billing_company','Heat in Hair'),(160237,3321,'_billing_address_1','27225 Camp Plenty Road'),(160238,3321,'_billing_address_2','1D'),(160239,3321,'_billing_city','Santa Clarita'),(160240,3321,'_billing_state','CA'),(160241,3321,'_billing_postcode','91351'),(160242,3321,'_billing_country','US'),(160243,3321,'_billing_email','info@liceclinicssantaclarita.com'),(160244,3321,'_billing_phone','6615850263'),(160245,3321,'_shipping_first_name','Hasani'),(160246,3321,'_shipping_last_name','Thompson'),(160247,3321,'_shipping_company','Heat in Hair'),(160248,3321,'_shipping_address_1','5145 Nightsky pl'),(160249,3321,'_shipping_city','5145 nightsky pl'),(160250,3321,'_shipping_state','CA'),(160251,3321,'_shipping_postcode','93552'),(160252,3321,'_shipping_country','US'),(160253,3321,'_order_currency','USD'),(160254,3321,'_cart_discount','0'),(160255,3321,'_cart_discount_tax','0'),(160256,3321,'_order_shipping','0'),(160257,3321,'_order_shipping_tax','0'),(160258,3321,'_order_tax','0'),(160259,3321,'_order_total','838.18'),(160260,3321,'_order_version','9.8.1'),(160261,3321,'_prices_include_tax','no'),(160262,3321,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(160263,3321,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(160264,3321,'is_vat_exempt','no'),(160265,3321,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"e55e7829c0cb4a001a554bcc55d32c8b\";a:16:{s:10:\"unique_key\";s:32:\"678cb4ece74a68e437ddb720c22ac891\";s:4:\"time\";s:10:\"01:04:30am\";s:3:\"key\";s:32:\"e55e7829c0cb4a001a554bcc55d32c8b\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"744c950cadcf4e0a2b0b637eebb152af\";a:16:{s:10:\"unique_key\";s:32:\"8e4798d5b45e27c7aab7d0a28c4cd7a2\";s:4:\"time\";s:10:\"01:05:28am\";s:3:\"key\";s:32:\"744c950cadcf4e0a2b0b637eebb152af\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";a:16:{s:10:\"unique_key\";s:32:\"8fea8beae37360f1f5bd4446876d80f1\";s:4:\"time\";s:10:\"01:06:04am\";s:3:\"key\";s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:235.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:235.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"26b634265ba27242cff529a7e33c5084\";a:16:{s:10:\"unique_key\";s:32:\"91ff6c1e054ba05d28c5d29ea3b16461\";s:4:\"time\";s:10:\"03:20:27am\";s:3:\"key\";s:32:\"26b634265ba27242cff529a7e33c5084\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:838.17999999999984;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"838.18\";}}'),(160266,3321,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160267,3321,'_wc_order_attribution_source_type','referral'),(160268,3321,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160269,3321,'_wc_order_attribution_utm_source','lcaportal.com'),(160270,3321,'_wc_order_attribution_utm_medium','referral'),(160271,3321,'_wc_order_attribution_utm_content','/'),(160272,3321,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160273,3321,'_wc_order_attribution_session_start_time','2025-04-23 04:13:36'),(160274,3321,'_wc_order_attribution_session_pages','4'),(160275,3321,'_wc_order_attribution_session_count','1'),(160276,3321,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160277,3321,'_wc_order_attribution_device_type','Desktop'),(160278,3321,'Payment type','instant'),(160279,3321,'_paypal_status','completed'),(160280,3321,'_transaction_id','036951402E9791602'),(160281,3321,'PayPal Transaction Fee','29.74'),(160282,3321,'_date_paid','1745381817'),(160283,3321,'_paid_date','2025-04-23 04:16:57'),(160284,3320,'_edit_lock','1745384577:2'),(160285,3320,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156250\";s:12:\"date_shipped\";s:10:\"1745366400\";s:11:\"tracking_id\";s:32:\"dbe75e1bdacc6b64b247b2bf252155db\";}}'),(160286,3320,'_edit_last','2'),(160287,3320,'_date_completed','1745384572'),(160288,3320,'_completed_date','2025-04-23 05:02:52'),(160289,3319,'_edit_lock','1745384578:2'),(160290,3319,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156216\";s:12:\"date_shipped\";s:10:\"1745366400\";s:11:\"tracking_id\";s:32:\"b7ff3d6f4030ddea61606de547fc6293\";}}'),(160291,3319,'_edit_last','2'),(160292,3319,'_date_completed','1745384716'),(160293,3319,'_completed_date','2025-04-23 05:05:16'),(160294,3322,'_order_key','wc_order_BbmxGGxQnHwRa'),(160295,3322,'_customer_user','100'),(160296,3322,'_payment_method','paypal'),(160297,3322,'_payment_method_title','PayPal'),(160298,3322,'_customer_ip_address','12.75.216.59'),(160299,3322,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(160300,3322,'_created_via','checkout'),(160301,3322,'_cart_hash','801b94ef42d9e5a88724fd649575b500'),(160302,3322,'_download_permissions_granted','yes'),(160303,3322,'_recorded_sales','yes'),(160304,3322,'_recorded_coupon_usage_counts','yes'),(160305,3322,'_new_order_email_sent','true'),(160306,3322,'_order_stock_reduced','yes'),(160307,3322,'_billing_first_name','Michael'),(160308,3322,'_billing_last_name','Beckman'),(160309,3322,'_billing_address_1','921 Moraga Ave'),(160310,3322,'_billing_city','Piedmont'),(160311,3322,'_billing_state','CA'),(160312,3322,'_billing_postcode','94611'),(160313,3322,'_billing_country','US'),(160314,3322,'_billing_email','licetoknowyou@gmail.com'),(160315,3322,'_billing_phone','8585314583'),(160316,3322,'_shipping_first_name','Chelsey'),(160317,3322,'_shipping_last_name','Watkins'),(160318,3322,'_shipping_company','Lice Clinics of America - Sunnyvale'),(160319,3322,'_shipping_address_1','958 Redmond ave'),(160320,3322,'_shipping_city','San Jose'),(160321,3322,'_shipping_state','CA'),(160322,3322,'_shipping_postcode','95120'),(160323,3322,'_shipping_country','US'),(160324,3322,'_order_currency','USD'),(160325,3322,'_cart_discount','0'),(160326,3322,'_cart_discount_tax','0'),(160327,3322,'_order_shipping','0'),(160328,3322,'_order_shipping_tax','0'),(160329,3322,'_order_tax','0'),(160330,3322,'_order_total','676.48'),(160331,3322,'_order_version','9.8.1'),(160332,3322,'_prices_include_tax','no'),(160333,3322,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(160334,3322,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(160335,3322,'is_vat_exempt','no'),(160336,3322,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"4aae035ef2bd2891dcd5f99a02d938bf\";a:16:{s:10:\"unique_key\";s:32:\"931617f46860c801090b18c0df5e8db7\";s:4:\"time\";s:10:\"03:54:13pm\";s:3:\"key\";s:32:\"4aae035ef2bd2891dcd5f99a02d938bf\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"88b792e5e94aa30fc0868293424dc064\";a:16:{s:10:\"unique_key\";s:32:\"29f0192cc755d83bc8f869b41073bf39\";s:4:\"time\";s:10:\"03:54:24pm\";s:3:\"key\";s:32:\"88b792e5e94aa30fc0868293424dc064\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a400ab694d60ab772c931488f5d8dd8b\";a:16:{s:10:\"unique_key\";s:32:\"a19b482eaaca392d5b61fc2e637b942e\";s:4:\"time\";s:10:\"03:54:38pm\";s:3:\"key\";s:32:\"a400ab694d60ab772c931488f5d8dd8b\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:676.4799999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:100;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95120\";s:4:\"city\";s:8:\"San Jose\";s:7:\"address\";s:15:\"958 Redmond ave\";s:9:\"address_1\";s:15:\"958 Redmond ave\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"676.48\";}}'),(160337,3322,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160338,3322,'_wc_order_attribution_source_type','referral'),(160339,3322,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160340,3322,'_wc_order_attribution_utm_source','lcaportal.com'),(160341,3322,'_wc_order_attribution_utm_medium','referral'),(160342,3322,'_wc_order_attribution_utm_content','/'),(160343,3322,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160344,3322,'_wc_order_attribution_session_start_time','2025-04-24 18:01:39'),(160345,3322,'_wc_order_attribution_session_pages','8'),(160346,3322,'_wc_order_attribution_session_count','24'),(160347,3322,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36'),(160348,3322,'_wc_order_attribution_device_type','Desktop'),(160349,3322,'Payment type','instant'),(160350,3322,'_paypal_status','completed'),(160351,3322,'_transaction_id','206694143U874770T'),(160352,3322,'PayPal Transaction Fee','24.10'),(160353,3322,'_date_paid','1745517996'),(160354,3322,'_paid_date','2025-04-24 18:06:36'),(160355,3321,'_edit_lock','1745543969:2'),(160356,3321,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156330\";s:12:\"date_shipped\";s:10:\"1745539200\";s:11:\"tracking_id\";s:32:\"70a16442b07ea974fe66b6a3e4bfa2ab\";}}'),(160357,3321,'_edit_last','2'),(160358,3321,'_date_completed','1745543958'),(160359,3321,'_completed_date','2025-04-25 01:19:18'),(160360,3323,'_order_key','wc_order_Xs6sb7QT7fsOJ'),(160361,3323,'_customer_user','76'),(160362,3323,'_payment_method','paypal'),(160363,3323,'_payment_method_title','PayPal'),(160364,3323,'_customer_ip_address','174.230.195.48'),(160365,3323,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160366,3323,'_created_via','checkout'),(160367,3323,'_cart_hash','93c4b3e3a6fea7af81ca33c161fa7494'),(160368,3323,'_download_permissions_granted','yes'),(160369,3323,'_recorded_sales','yes'),(160370,3323,'_recorded_coupon_usage_counts','yes'),(160371,3323,'_new_order_email_sent','true'),(160372,3323,'_order_stock_reduced','yes'),(160373,3323,'_billing_first_name','Naomi'),(160374,3323,'_billing_last_name','Golden'),(160375,3323,'_billing_address_1','31 Mann Ave'),(160376,3323,'_billing_city','Needham'),(160377,3323,'_billing_state','MA'),(160378,3323,'_billing_postcode','02492'),(160379,3323,'_billing_country','US'),(160380,3323,'_billing_email','nrgolden6486@gmail.com'),(160381,3323,'_billing_phone','6178511322'),(160382,3323,'_shipping_first_name','Naomi'),(160383,3323,'_shipping_last_name','Golden'),(160384,3323,'_shipping_company','Lice Aunties'),(160385,3323,'_shipping_address_1','60 Dedham Ave'),(160386,3323,'_shipping_address_2','Suite 201'),(160387,3323,'_shipping_city','Needham'),(160388,3323,'_shipping_state','MA'),(160389,3323,'_shipping_postcode','02492'),(160390,3323,'_shipping_country','US'),(160391,3323,'_order_currency','USD'),(160392,3323,'_cart_discount','0'),(160393,3323,'_cart_discount_tax','0'),(160394,3323,'_order_shipping','0'),(160395,3323,'_order_shipping_tax','0'),(160396,3323,'_order_tax','0'),(160397,3323,'_order_total','509.02'),(160398,3323,'_order_version','9.8.1'),(160399,3323,'_prices_include_tax','no'),(160400,3323,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(160401,3323,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(160402,3323,'is_vat_exempt','no'),(160403,3323,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:348.48000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:348.48000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:509.02000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";}s:13:\"cart_subtotal\";s:6:\"509.02\";}}'),(160404,3323,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160405,3323,'_wc_order_attribution_source_type','typein'),(160406,3323,'_wc_order_attribution_utm_source','(direct)'),(160407,3323,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160408,3323,'_wc_order_attribution_session_start_time','2025-04-25 05:34:29'),(160409,3323,'_wc_order_attribution_session_pages','18'),(160410,3323,'_wc_order_attribution_session_count','1'),(160411,3323,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160412,3323,'_wc_order_attribution_device_type','Desktop'),(160413,3323,'Payment type','instant'),(160414,3323,'_paypal_status','completed'),(160415,3323,'_transaction_id','24H75526H2699334Y'),(160416,3323,'PayPal Transaction Fee','18.25'),(160417,3323,'_date_paid','1745561049'),(160418,3323,'_paid_date','2025-04-25 06:04:09'),(160419,3324,'_order_key','wc_order_WbslfoVm10IV6'),(160420,3324,'_customer_user','54'),(160421,3324,'_payment_method','paypal'),(160422,3324,'_payment_method_title','PayPal'),(160423,3324,'_customer_ip_address','76.157.247.238'),(160424,3324,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(160425,3324,'_created_via','checkout'),(160426,3324,'_cart_hash','8f770f6297a418964a518449090b0598'),(160427,3324,'_download_permissions_granted','yes'),(160428,3324,'_recorded_sales','yes'),(160429,3324,'_recorded_coupon_usage_counts','yes'),(160430,3324,'_new_order_email_sent','true'),(160431,3324,'_order_stock_reduced','yes'),(160432,3324,'_billing_first_name','Erin'),(160433,3324,'_billing_last_name','Hawn'),(160434,3324,'_billing_address_1','10 W Phillip Rd'),(160435,3324,'_billing_address_2','Suite 123'),(160436,3324,'_billing_city','Vernon Hills'),(160437,3324,'_billing_state','IL'),(160438,3324,'_billing_postcode','60061'),(160439,3324,'_billing_country','US'),(160440,3324,'_billing_email','info@liceclinicsvernonhills.com'),(160441,3324,'_billing_phone','8475960408'),(160442,3324,'_shipping_first_name','Erin'),(160443,3324,'_shipping_last_name','Hawn'),(160444,3324,'_shipping_address_1','1491 S Amarias Dr'),(160445,3324,'_shipping_city','Round lake'),(160446,3324,'_shipping_state','IL'),(160447,3324,'_shipping_postcode','60073'),(160448,3324,'_shipping_country','US'),(160449,3324,'_order_currency','USD'),(160450,3324,'_cart_discount','0'),(160451,3324,'_cart_discount_tax','0'),(160452,3324,'_order_shipping','0'),(160453,3324,'_order_shipping_tax','0'),(160454,3324,'_order_tax','0'),(160455,3324,'_order_total','560.84'),(160456,3324,'_order_version','9.8.1'),(160457,3324,'_prices_include_tax','no'),(160458,3324,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(160459,3324,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(160460,3324,'is_vat_exempt','no'),(160461,3324,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:560.84000000000003;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"560.84\";}}'),(160462,3324,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160463,3324,'_wc_order_attribution_source_type','typein'),(160464,3324,'_wc_order_attribution_utm_source','(direct)'),(160465,3324,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160466,3324,'_wc_order_attribution_session_start_time','2025-04-25 14:37:15'),(160467,3324,'_wc_order_attribution_session_pages','4'),(160468,3324,'_wc_order_attribution_session_count','2'),(160469,3324,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36'),(160470,3324,'_wc_order_attribution_device_type','Desktop'),(160471,3324,'Payment type','instant'),(160472,3324,'_paypal_status','completed'),(160473,3324,'_transaction_id','9XD81380HN990931A'),(160474,3324,'PayPal Transaction Fee','20.06'),(160475,3324,'_date_paid','1745597437'),(160476,3324,'_paid_date','2025-04-25 16:10:37'),(160477,3314,'_edit_lock','1745609044:2'),(160478,3314,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155507\";s:12:\"date_shipped\";s:10:\"1745539200\";s:11:\"tracking_id\";s:32:\"a77982e83d2d55a92c9ab31eac7c1ddd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155492\";s:12:\"date_shipped\";i:1745609024;s:11:\"tracking_id\";s:32:\"742c7c5f0fd6cb83b0d2cac3c0ee65f2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800155481\";s:12:\"date_shipped\";i:1745609033;s:11:\"tracking_id\";s:32:\"a8fdd7d315b6988af891645442f319ca\";}}'),(160479,3314,'_edit_last','2'),(160480,3314,'_date_completed','1745609036'),(160481,3314,'_completed_date','2025-04-25 19:23:56'),(160482,3323,'_edit_lock','1745609572:2'),(160483,3323,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156683\";s:12:\"date_shipped\";s:10:\"1745539200\";s:11:\"tracking_id\";s:32:\"fc1b3497666862232619d89d78978310\";}}'),(160484,3323,'_edit_last','2'),(160485,3323,'_date_completed','1745609642'),(160486,3323,'_completed_date','2025-04-25 19:34:02'),(160487,3322,'_edit_lock','1746019911:2'),(160488,3324,'_edit_lock','1745609572:2'),(160489,3324,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156764\";s:12:\"date_shipped\";s:10:\"1745539200\";s:11:\"tracking_id\";s:32:\"79f2408e5549174581aa433ae539d2f2\";}}'),(160490,3324,'_edit_last','2'),(160491,3324,'_date_completed','1745609675'),(160492,3324,'_completed_date','2025-04-25 19:34:35'),(160497,3325,'_order_key','wc_order_ba8Y0802jX2C0'),(160498,3325,'_customer_user','98'),(160499,3325,'_payment_method','paypal'),(160500,3325,'_payment_method_title','PayPal'),(160501,3325,'_customer_ip_address','24.62.247.50'),(160502,3325,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160503,3325,'_created_via','checkout'),(160504,3325,'_cart_hash','77a668fd51f4e30e9c9f45f31bdeaf04'),(160505,3325,'_download_permissions_granted','yes'),(160506,3325,'_recorded_sales','yes'),(160507,3325,'_recorded_coupon_usage_counts','yes'),(160508,3325,'_new_order_email_sent','true'),(160509,3325,'_order_stock_reduced','yes'),(160510,3325,'_billing_first_name','Christine'),(160511,3325,'_billing_last_name','Cherry'),(160512,3325,'_billing_company','NITS END'),(160513,3325,'_billing_address_1','PO BOX 1092'),(160514,3325,'_billing_city','Campton'),(160515,3325,'_billing_state','NH'),(160516,3325,'_billing_postcode','03223'),(160517,3325,'_billing_country','US'),(160518,3325,'_billing_email','christine@liceclinicscolumbus.com'),(160519,3325,'_billing_phone','16034983390'),(160520,3325,'_shipping_first_name','Erica'),(160521,3325,'_shipping_last_name','Froggatt'),(160522,3325,'_shipping_company','LCA'),(160523,3325,'_shipping_address_1','5910 Wilcox Pl'),(160524,3325,'_shipping_address_2','suite E'),(160525,3325,'_shipping_city','Dublin'),(160526,3325,'_shipping_state','OH'),(160527,3325,'_shipping_postcode','43016'),(160528,3325,'_shipping_country','US'),(160529,3325,'_order_currency','USD'),(160530,3325,'_cart_discount','0'),(160531,3325,'_cart_discount_tax','0'),(160532,3325,'_order_shipping','0'),(160533,3325,'_order_shipping_tax','0'),(160534,3325,'_order_tax','0'),(160535,3325,'_order_total','932.12'),(160536,3325,'_order_version','9.8.1'),(160537,3325,'_prices_include_tax','no'),(160538,3325,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(160539,3325,'_shipping_address_index','Erica Froggatt LCA 5910 Wilcox Pl suite E Dublin OH 43016 US '),(160540,3325,'is_vat_exempt','no'),(160541,3325,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:143;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:932.12;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OH\";s:8:\"postcode\";s:5:\"43016\";s:4:\"city\";s:6:\"Dublin\";s:7:\"address\";s:14:\"5910 Wilcox Pl\";s:9:\"address_1\";s:14:\"5910 Wilcox Pl\";s:9:\"address_2\";s:7:\"suite E\";}s:13:\"cart_subtotal\";s:6:\"932.12\";}}'),(160542,3325,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160543,3325,'_wc_order_attribution_source_type','referral'),(160544,3325,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160545,3325,'_wc_order_attribution_utm_source','lcaportal.com'),(160546,3325,'_wc_order_attribution_utm_medium','referral'),(160547,3325,'_wc_order_attribution_utm_content','/'),(160548,3325,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160549,3325,'_wc_order_attribution_session_start_time','2025-04-21 18:05:25'),(160550,3325,'_wc_order_attribution_session_pages','5'),(160551,3325,'_wc_order_attribution_session_count','12'),(160552,3325,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160553,3325,'_wc_order_attribution_device_type','Desktop'),(160554,3325,'Payment type','instant'),(160555,3325,'_paypal_status','completed'),(160556,3325,'_transaction_id','08C82118BK281225T'),(160557,3325,'PayPal Transaction Fee','33.02'),(160558,3325,'_date_paid','1745698523'),(160559,3325,'_paid_date','2025-04-26 20:15:23'),(160560,3326,'_order_key','wc_order_iwDFmy5vBE902'),(160561,3326,'_customer_user','50'),(160562,3326,'_payment_method','paypal'),(160563,3326,'_payment_method_title','PayPal'),(160564,3326,'_customer_ip_address','24.62.247.50'),(160565,3326,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160566,3326,'_created_via','checkout'),(160567,3326,'_cart_hash','8d6e4751fb593adff932a2426215f9f3'),(160568,3326,'_download_permissions_granted','yes'),(160569,3326,'_recorded_sales','yes'),(160570,3326,'_recorded_coupon_usage_counts','yes'),(160571,3326,'_new_order_email_sent','true'),(160572,3326,'_order_stock_reduced','yes'),(160573,3326,'_billing_first_name','Christine'),(160574,3326,'_billing_last_name','Cherry'),(160575,3326,'_billing_company','NITS END'),(160576,3326,'_billing_address_1','PO BOX 1092'),(160577,3326,'_billing_city','Campton'),(160578,3326,'_billing_state','NH'),(160579,3326,'_billing_postcode','03223'),(160580,3326,'_billing_country','US'),(160581,3326,'_billing_email','info@liceclinicsplaistow.com'),(160582,3326,'_billing_phone','16034983390'),(160583,3326,'_shipping_first_name','Christine'),(160584,3326,'_shipping_last_name','Cherry'),(160585,3326,'_shipping_company','LCA - Nits End'),(160586,3326,'_shipping_address_1','71 Spit Brook Rd'),(160587,3326,'_shipping_address_2','Suite 401A'),(160588,3326,'_shipping_city','Nashua'),(160589,3326,'_shipping_state','NH'),(160590,3326,'_shipping_postcode','03060'),(160591,3326,'_shipping_country','US'),(160592,3326,'_order_currency','USD'),(160593,3326,'_cart_discount','0'),(160594,3326,'_cart_discount_tax','0'),(160595,3326,'_order_shipping','0'),(160596,3326,'_order_shipping_tax','0'),(160597,3326,'_order_tax','0'),(160598,3326,'_order_total','840.46'),(160599,3326,'_order_version','9.8.1'),(160600,3326,'_prices_include_tax','no'),(160601,3326,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(160602,3326,'_shipping_address_index','Christine Cherry LCA - Nits End 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(160603,3326,'is_vat_exempt','no'),(160604,3326,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:145.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:145.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186.30000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186.30000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:840.46000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03060\";s:4:\"city\";s:6:\"Nashua\";s:7:\"address\";s:16:\"71 Spit Brook Rd\";s:9:\"address_1\";s:16:\"71 Spit Brook Rd\";s:9:\"address_2\";s:10:\"Suite 401A\";}s:13:\"cart_subtotal\";s:6:\"840.46\";}}'),(160605,3326,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160606,3326,'_wc_order_attribution_source_type','referral'),(160607,3326,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160608,3326,'_wc_order_attribution_utm_source','lcaportal.com'),(160609,3326,'_wc_order_attribution_utm_medium','referral'),(160610,3326,'_wc_order_attribution_utm_content','/'),(160611,3326,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160612,3326,'_wc_order_attribution_session_start_time','2025-04-21 18:05:25'),(160613,3326,'_wc_order_attribution_session_pages','12'),(160614,3326,'_wc_order_attribution_session_count','12'),(160615,3326,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160616,3326,'_wc_order_attribution_device_type','Desktop'),(160617,3326,'Payment type','instant'),(160618,3326,'_paypal_status','completed'),(160619,3326,'_transaction_id','1FW36623B8008083A'),(160620,3326,'PayPal Transaction Fee','29.82'),(160621,3326,'_date_paid','1745698959'),(160622,3326,'_paid_date','2025-04-26 20:22:39'),(160623,3327,'_order_key','wc_order_q0N8DnifbN5bk'),(160624,3327,'_customer_user','76'),(160625,3327,'_payment_method','paypal'),(160626,3327,'_payment_method_title','PayPal'),(160627,3327,'_customer_ip_address','174.204.1.143'),(160628,3327,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160629,3327,'_created_via','checkout'),(160630,3327,'_cart_hash','1c32db6f52fe526f664d5fd3265051aa'),(160631,3327,'_download_permissions_granted','yes'),(160632,3327,'_recorded_sales','yes'),(160633,3327,'_recorded_coupon_usage_counts','yes'),(160634,3327,'_new_order_email_sent','true'),(160635,3327,'_order_stock_reduced','yes'),(160636,3327,'_billing_first_name','Naomi'),(160637,3327,'_billing_last_name','Golden'),(160638,3327,'_billing_address_1','31 Mann Ave'),(160639,3327,'_billing_city','Needham'),(160640,3327,'_billing_state','MA'),(160641,3327,'_billing_postcode','02492'),(160642,3327,'_billing_country','US'),(160643,3327,'_billing_email','nrgolden6486@gmail.com'),(160644,3327,'_billing_phone','6178511322'),(160645,3327,'_shipping_first_name','Naomi'),(160646,3327,'_shipping_last_name','Golden'),(160647,3327,'_shipping_company','Lice Aunties'),(160648,3327,'_shipping_address_1','3 Baldwin Green Common'),(160649,3327,'_shipping_address_2','Suite 310'),(160650,3327,'_shipping_city','Woburn'),(160651,3327,'_shipping_state','MA'),(160652,3327,'_shipping_postcode','01801'),(160653,3327,'_shipping_country','US'),(160654,3327,'_order_currency','USD'),(160655,3327,'_cart_discount','0'),(160656,3327,'_cart_discount_tax','0'),(160657,3327,'_order_shipping','0'),(160658,3327,'_order_shipping_tax','0'),(160659,3327,'_order_tax','0'),(160660,3327,'_order_total','507.74'),(160661,3327,'_order_version','9.8.1'),(160662,3327,'_prices_include_tax','no'),(160663,3327,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(160664,3327,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(160665,3327,'is_vat_exempt','no'),(160666,3327,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:342.70000000000005;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:342.69999999999993;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:1.1368683772161603E-13;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:145.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:145.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:19.600000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:19.600000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:507.74000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}s:13:\"cart_subtotal\";s:6:\"507.74\";}}'),(160667,3327,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160668,3327,'_wc_order_attribution_source_type','referral'),(160669,3327,'_wc_order_attribution_referrer','https://www.paypal.com/'),(160670,3327,'_wc_order_attribution_utm_source','paypal.com'),(160671,3327,'_wc_order_attribution_utm_medium','referral'),(160672,3327,'_wc_order_attribution_utm_content','/'),(160673,3327,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/order-received/3323/?key=wc_order_Xs6sb7QT7fsOJ&utm_nooverride=1&PayerID=4YSSP4ZGTG2UW'),(160674,3327,'_wc_order_attribution_session_start_time','2025-04-26 22:04:19'),(160675,3327,'_wc_order_attribution_session_pages','11'),(160676,3327,'_wc_order_attribution_session_count','2'),(160677,3327,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(160678,3327,'_wc_order_attribution_device_type','Desktop'),(160679,3327,'Payment type','instant'),(160680,3327,'_paypal_status','completed'),(160681,3327,'_transaction_id','1TD84350BR315623Y'),(160682,3327,'PayPal Transaction Fee','18.21'),(160683,3327,'_date_paid','1745705864'),(160684,3327,'_paid_date','2025-04-26 22:17:44'),(160685,3325,'_edit_lock','1745876068:2'),(160686,3326,'_edit_lock','1745875620:2'),(160687,3326,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156904\";s:12:\"date_shipped\";s:10:\"1745798400\";s:11:\"tracking_id\";s:32:\"d16a2b5eb5c8299ef29ab3ddbb8bfcee\";}}'),(160688,3326,'_edit_last','2'),(160689,3326,'_date_completed','1745875727'),(160690,3326,'_completed_date','2025-04-28 21:28:47'),(160691,3327,'_edit_lock','1745875674:2'),(160692,3327,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156926\";s:12:\"date_shipped\";s:10:\"1745798400\";s:11:\"tracking_id\";s:32:\"f717b8c80c4857a31624ef03ab83b97e\";}}'),(160693,3327,'_edit_last','2'),(160694,3327,'_date_completed','1745875799'),(160695,3327,'_completed_date','2025-04-28 21:29:59'),(160696,3325,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156878\";s:12:\"date_shipped\";s:10:\"1745798400\";s:11:\"tracking_id\";s:32:\"1ae3bbde0974a390f87c8350483478ea\";}}'),(160697,3325,'_edit_last','2'),(160698,3325,'_date_completed','1745876066'),(160699,3325,'_completed_date','2025-04-28 21:34:26'),(160700,3322,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800156650\";s:12:\"date_shipped\";s:10:\"1745971200\";s:11:\"tracking_id\";s:32:\"498f5e82f3e1d22e376b8dc3b3747f74\";}}'),(160701,3322,'_edit_last','2'),(160702,3328,'_order_key','wc_order_a1fUW34ojkBIw'),(160703,3328,'_customer_user','4'),(160704,3328,'_payment_method','paypal'),(160705,3328,'_payment_method_title','PayPal'),(160706,3328,'_customer_ip_address','73.20.28.23'),(160707,3328,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160708,3328,'_created_via','checkout'),(160709,3328,'_cart_hash','c5270e79d832a5000fa2ea41d18495e1'),(160710,3328,'_download_permissions_granted','yes'),(160711,3328,'_recorded_sales','yes'),(160712,3328,'_recorded_coupon_usage_counts','yes'),(160713,3328,'_new_order_email_sent','true'),(160714,3328,'_order_stock_reduced','yes'),(160715,3328,'_billing_first_name','David'),(160716,3328,'_billing_last_name','Washburn'),(160717,3328,'_billing_company','Larada Sciences (LCA)'),(160718,3328,'_billing_address_1','4873 South State St.'),(160719,3328,'_billing_city','Murray'),(160720,3328,'_billing_state','UT'),(160721,3328,'_billing_postcode','84107'),(160722,3328,'_billing_country','US'),(160723,3328,'_billing_email','david@laradasciences.com'),(160724,3328,'_billing_phone','8019197428'),(160725,3328,'_shipping_first_name','David'),(160726,3328,'_shipping_last_name','Washburn'),(160727,3328,'_shipping_company','Larada Sciences (LCA)'),(160728,3328,'_shipping_address_1','4873 South State St.'),(160729,3328,'_shipping_city','Murray'),(160730,3328,'_shipping_state','UT'),(160731,3328,'_shipping_postcode','84107'),(160732,3328,'_shipping_country','US'),(160733,3328,'_order_currency','USD'),(160734,3328,'_cart_discount','0'),(160735,3328,'_cart_discount_tax','0'),(160736,3328,'_order_shipping','0'),(160737,3328,'_order_shipping_tax','0'),(160738,3328,'_order_tax','0'),(160739,3328,'_order_total','873.12'),(160740,3328,'_order_version','9.8.1'),(160741,3328,'_prices_include_tax','no'),(160742,3328,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(160743,3328,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(160744,3328,'is_vat_exempt','no'),(160745,3328,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:14:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:93;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:873.12;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:4;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:4:\"city\";s:6:\"Murray\";s:7:\"address\";s:20:\"4873 South State St.\";s:9:\"address_1\";s:20:\"4873 South State St.\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"873.12\";}}'),(160746,3328,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160747,3328,'_wc_order_attribution_source_type','typein'),(160748,3328,'_wc_order_attribution_utm_source','(direct)'),(160749,3328,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(160750,3328,'_wc_order_attribution_session_start_time','2025-04-29 17:30:49'),(160751,3328,'_wc_order_attribution_session_pages','11'),(160752,3328,'_wc_order_attribution_session_count','1'),(160753,3328,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160754,3328,'_wc_order_attribution_device_type','Desktop'),(160755,3328,'_oaw_varify_key','12181935367a8e834020'),(160756,3328,'_edit_lock','1746019984:2'),(160757,3328,'_edit_last','2'),(160758,3328,'Payment type','instant'),(160759,3328,'_paypal_status','completed'),(160760,3328,'_transaction_id','8N441940YF006343H'),(160761,3328,'PayPal Transaction Fee','30.96'),(160762,3328,'_date_paid','1745955794'),(160763,3328,'_paid_date','2025-04-29 19:43:14'),(160764,3322,'_date_completed','1746020018'),(160765,3322,'_completed_date','2025-04-30 13:33:38'),(160766,3328,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800157212\";s:12:\"date_shipped\";s:10:\"1745971200\";s:11:\"tracking_id\";s:32:\"b3da9013e934b5b6bc6c38b8068ad9be\";}}'),(160767,3328,'_date_completed','1746020116'),(160768,3328,'_completed_date','2025-04-30 13:35:16'),(160769,3330,'_order_key','wc_order_VzdpNSFyaugI6'),(160770,3330,'_customer_user','3'),(160771,3330,'_payment_method','paypal'),(160772,3330,'_payment_method_title','PayPal'),(160773,3330,'_customer_ip_address','12.204.80.99'),(160774,3330,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160775,3330,'_created_via','checkout'),(160776,3330,'_cart_hash','7beba5c917bd5f534dd941ad7268cb76'),(160777,3330,'_download_permissions_granted','yes'),(160778,3330,'_recorded_sales','yes'),(160779,3330,'_recorded_coupon_usage_counts','yes'),(160780,3330,'_new_order_email_sent','true'),(160781,3330,'_order_stock_reduced','yes'),(160782,3330,'_billing_first_name','amanda'),(160783,3330,'_billing_last_name','westerman'),(160784,3330,'_billing_company','Lice Clinics of America McKinney'),(160785,3330,'_billing_address_1','3120 Hudson Crossing'),(160786,3330,'_billing_address_2','Suite A2'),(160787,3330,'_billing_city','MCKINNEY'),(160788,3330,'_billing_state','TX'),(160789,3330,'_billing_postcode','75070'),(160790,3330,'_billing_country','US'),(160791,3330,'_billing_email','awesterman1103@gmail.com'),(160792,3330,'_billing_phone','12144175741'),(160793,3330,'_shipping_first_name','amanda'),(160794,3330,'_shipping_last_name','westerman'),(160795,3330,'_shipping_company','Lice Clinics of America Lewisville'),(160796,3330,'_shipping_address_1','522 Edmonds'),(160797,3330,'_shipping_address_2','Suite 102'),(160798,3330,'_shipping_city','Lewisville'),(160799,3330,'_shipping_state','TX'),(160800,3330,'_shipping_postcode','75067'),(160801,3330,'_shipping_country','US'),(160802,3330,'_order_currency','USD'),(160803,3330,'_cart_discount','0'),(160804,3330,'_cart_discount_tax','0'),(160805,3330,'_order_shipping','0'),(160806,3330,'_order_shipping_tax','0'),(160807,3330,'_order_tax','0'),(160808,3330,'_order_total','1362.92'),(160809,3330,'_order_version','9.8.1'),(160810,3330,'_prices_include_tax','no'),(160811,3330,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(160812,3330,'_shipping_address_index','amanda westerman Lice Clinics of America Lewisville 522 Edmonds Suite 102 Lewisville TX 75067 US '),(160813,3330,'is_vat_exempt','no'),(160814,3330,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:149.34;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:149.34;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1362.9200000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75067\";s:4:\"city\";s:10:\"Lewisville\";s:7:\"address\";s:11:\"522 Edmonds\";s:9:\"address_1\";s:11:\"522 Edmonds\";s:9:\"address_2\";s:9:\"Suite 102\";}s:13:\"cart_subtotal\";s:7:\"1362.92\";}}'),(160815,3330,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160816,3330,'_wc_order_attribution_source_type','referral'),(160817,3330,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(160818,3330,'_wc_order_attribution_utm_source','lcaportal.com'),(160819,3330,'_wc_order_attribution_utm_medium','referral'),(160820,3330,'_wc_order_attribution_utm_content','/'),(160821,3330,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160822,3330,'_wc_order_attribution_session_start_time','2025-04-30 14:22:26'),(160823,3330,'_wc_order_attribution_session_pages','4'),(160824,3330,'_wc_order_attribution_session_count','1'),(160825,3330,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(160826,3330,'_wc_order_attribution_device_type','Desktop'),(160827,3330,'Payment type','instant'),(160828,3330,'_paypal_status','completed'),(160829,3330,'_transaction_id','7NP60325WX370630R'),(160830,3330,'PayPal Transaction Fee','48.06'),(160831,3330,'_date_paid','1746024314'),(160832,3330,'_paid_date','2025-04-30 14:45:14'),(160834,3330,'_edit_lock','1746052386:2'),(160835,3330,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800157348\";s:12:\"date_shipped\";s:10:\"1745971200\";s:11:\"tracking_id\";s:32:\"e0d686ba9c4a1e9219e5197a6127ae33\";}}'),(160836,3330,'_edit_last','2'),(160837,3330,'_date_completed','1746052472'),(160838,3330,'_completed_date','2025-04-30 22:34:32'),(160839,3331,'_order_key','wc_order_sXZZJAVhhsWMW'),(160840,3331,'_customer_user','50'),(160841,3331,'_payment_method','paypal'),(160842,3331,'_payment_method_title','PayPal'),(160843,3331,'_customer_ip_address','24.34.196.21'),(160844,3331,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160845,3331,'_created_via','checkout'),(160846,3331,'_cart_hash','d904fbb49fd78e25b6c27bb7e3361a67'),(160847,3331,'_download_permissions_granted','yes'),(160848,3331,'_recorded_sales','yes'),(160849,3331,'_recorded_coupon_usage_counts','yes'),(160850,3331,'_new_order_email_sent','true'),(160851,3331,'_order_stock_reduced','yes'),(160852,3331,'_billing_first_name','Christine'),(160853,3331,'_billing_last_name','Cherry'),(160854,3331,'_billing_company','NITS END'),(160855,3331,'_billing_address_1','PO BOX 1092'),(160856,3331,'_billing_city','Campton'),(160857,3331,'_billing_state','NH'),(160858,3331,'_billing_postcode','03223'),(160859,3331,'_billing_country','US'),(160860,3331,'_billing_email','info@liceclinicsplaistow.com'),(160861,3331,'_billing_phone','16034983390'),(160862,3331,'_shipping_first_name','Megan'),(160863,3331,'_shipping_last_name','Bourassa'),(160864,3331,'_shipping_company','LCA - Nits End'),(160865,3331,'_shipping_address_1','22 Main St'),(160866,3331,'_shipping_city','Atkinson'),(160867,3331,'_shipping_state','NH'),(160868,3331,'_shipping_postcode','03811'),(160869,3331,'_shipping_country','US'),(160870,3331,'_order_currency','USD'),(160871,3331,'_cart_discount','0'),(160872,3331,'_cart_discount_tax','0'),(160873,3331,'_order_shipping','0'),(160874,3331,'_order_shipping_tax','0'),(160875,3331,'_order_tax','0'),(160876,3331,'_order_total','612.40'),(160877,3331,'_order_version','9.8.1'),(160878,3331,'_prices_include_tax','no'),(160879,3331,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(160880,3331,'_shipping_address_index','Megan Bourassa LCA - Nits End 22 Main St  Atkinson NH 03811 US '),(160881,3331,'is_vat_exempt','no'),(160882,3331,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:211.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:211.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:57.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:57.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:612.40000000000009;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03811\";s:4:\"city\";s:8:\"Atkinson\";s:7:\"address\";s:10:\"22 Main St\";s:9:\"address_1\";s:10:\"22 Main St\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"612.4\";}}'),(160883,3331,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160884,3331,'_wc_order_attribution_source_type','referral'),(160885,3331,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160886,3331,'_wc_order_attribution_utm_source','lcaportal.com'),(160887,3331,'_wc_order_attribution_utm_medium','referral'),(160888,3331,'_wc_order_attribution_utm_content','/'),(160889,3331,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160890,3331,'_wc_order_attribution_session_start_time','2025-05-04 15:24:27'),(160891,3331,'_wc_order_attribution_session_pages','6'),(160892,3331,'_wc_order_attribution_session_count','14'),(160893,3331,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160894,3331,'_wc_order_attribution_device_type','Desktop'),(160895,3331,'Payment type','instant'),(160896,3331,'_paypal_status','completed'),(160897,3331,'_transaction_id','4HV25220GD650562C'),(160898,3331,'PayPal Transaction Fee','21.86'),(160899,3331,'_date_paid','1746372715'),(160900,3331,'_paid_date','2025-05-04 15:31:55'),(160901,3332,'_order_key','wc_order_w9JoQDTPaZieo'),(160902,3332,'_customer_user','50'),(160903,3332,'_payment_method','paypal'),(160904,3332,'_payment_method_title','PayPal'),(160905,3332,'_customer_ip_address','24.34.196.21'),(160906,3332,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160907,3332,'_created_via','checkout'),(160908,3332,'_cart_hash','83df8502ed38333351e2143408899c58'),(160909,3332,'_download_permissions_granted','yes'),(160910,3332,'_recorded_sales','yes'),(160911,3332,'_recorded_coupon_usage_counts','yes'),(160912,3332,'_new_order_email_sent','true'),(160913,3332,'_order_stock_reduced','yes'),(160914,3332,'_billing_first_name','Christine'),(160915,3332,'_billing_last_name','Cherry'),(160916,3332,'_billing_company','NITS END'),(160917,3332,'_billing_address_1','PO BOX 1092'),(160918,3332,'_billing_city','Campton'),(160919,3332,'_billing_state','NH'),(160920,3332,'_billing_postcode','03223'),(160921,3332,'_billing_country','US'),(160922,3332,'_billing_email','info@liceclinicsplaistow.com'),(160923,3332,'_billing_phone','16034983390'),(160924,3332,'_shipping_first_name','Christine'),(160925,3332,'_shipping_last_name','Cherry'),(160926,3332,'_shipping_company','C/O Linda Brann LCA/Nits End'),(160927,3332,'_shipping_address_1','16 Toppan Dr'),(160928,3332,'_shipping_city','Gorham'),(160929,3332,'_shipping_state','ME'),(160930,3332,'_shipping_postcode','04038'),(160931,3332,'_shipping_country','US'),(160932,3332,'_order_currency','USD'),(160933,3332,'_cart_discount','0'),(160934,3332,'_cart_discount_tax','0'),(160935,3332,'_order_shipping','0'),(160936,3332,'_order_shipping_tax','0'),(160937,3332,'_order_tax','0'),(160938,3332,'_order_total','1968.92'),(160939,3332,'_order_version','9.8.1'),(160940,3332,'_prices_include_tax','no'),(160941,3332,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(160942,3332,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(160943,3332,'is_vat_exempt','no'),(160944,3332,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1194.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1194.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:145.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:145.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:143;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1968.9200000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:12:\"16 Toppan Dr\";s:9:\"address_1\";s:12:\"16 Toppan Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1968.92\";}}'),(160945,3332,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(160946,3332,'_wc_order_attribution_source_type','referral'),(160947,3332,'_wc_order_attribution_referrer','https://lcaportal.com/'),(160948,3332,'_wc_order_attribution_utm_source','lcaportal.com'),(160949,3332,'_wc_order_attribution_utm_medium','referral'),(160950,3332,'_wc_order_attribution_utm_content','/'),(160951,3332,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(160952,3332,'_wc_order_attribution_session_start_time','2025-05-04 16:15:09'),(160953,3332,'_wc_order_attribution_session_pages','8'),(160954,3332,'_wc_order_attribution_session_count','15'),(160955,3332,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160956,3332,'_wc_order_attribution_device_type','Desktop'),(160957,3332,'Payment type','instant'),(160958,3332,'_paypal_status','completed'),(160959,3332,'_transaction_id','48L55012EY778445N'),(160960,3332,'PayPal Transaction Fee','69.21'),(160961,3332,'_date_paid','1746375646'),(160962,3332,'_paid_date','2025-05-04 16:20:46'),(160963,3333,'_order_key','wc_order_NCkC7CIWJi7Cg'),(160964,3333,'_customer_user','50'),(160965,3333,'_payment_method','paypal'),(160966,3333,'_payment_method_title','PayPal'),(160967,3333,'_customer_ip_address','24.34.196.21'),(160968,3333,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(160969,3333,'_created_via','checkout'),(160970,3333,'_cart_hash','120d9622f9bbda59436772eed84922a9'),(160971,3333,'_download_permissions_granted','yes'),(160972,3333,'_recorded_sales','yes'),(160973,3333,'_recorded_coupon_usage_counts','yes'),(160974,3333,'_new_order_email_sent','true'),(160975,3333,'_order_stock_reduced','yes'),(160976,3333,'_billing_first_name','Christine'),(160977,3333,'_billing_last_name','Cherry'),(160978,3333,'_billing_company','NITS END'),(160979,3333,'_billing_address_1','PO BOX 1092'),(160980,3333,'_billing_city','Campton'),(160981,3333,'_billing_state','NH'),(160982,3333,'_billing_postcode','03223'),(160983,3333,'_billing_country','US'),(160984,3333,'_billing_email','info@liceclinicsplaistow.com'),(160985,3333,'_billing_phone','16034983390'),(160986,3333,'_shipping_first_name','Christine'),(160987,3333,'_shipping_last_name','Cherry'),(160988,3333,'_shipping_company','LCA - Nits End / 149091'),(160989,3333,'_shipping_address_1','71 Spit Brook Rd'),(160990,3333,'_shipping_address_2','Suite 401A'),(160991,3333,'_shipping_city','Nashua'),(160992,3333,'_shipping_state','NH'),(160993,3333,'_shipping_postcode','03060'),(160994,3333,'_shipping_country','US'),(160995,3333,'_order_currency','USD'),(160996,3333,'_cart_discount','0'),(160997,3333,'_cart_discount_tax','0'),(160998,3333,'_order_shipping','0'),(160999,3333,'_order_shipping_tax','0'),(161000,3333,'_order_tax','0'),(161001,3333,'_order_total','1614.34'),(161002,3333,'_order_version','9.8.1'),(161003,3333,'_prices_include_tax','no'),(161004,3333,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(161005,3333,'_shipping_address_index','Christine Cherry LCA - Nits End / 149091 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(161006,3333,'is_vat_exempt','no'),(161007,3333,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:145.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:145.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:298.68000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:298.68000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186.30000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186.30000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1614.3399999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03060\";s:4:\"city\";s:6:\"Nashua\";s:7:\"address\";s:16:\"71 Spit Brook Rd\";s:9:\"address_1\";s:16:\"71 Spit Brook Rd\";s:9:\"address_2\";s:10:\"Suite 401A\";}s:13:\"cart_subtotal\";s:7:\"1614.34\";}}'),(161008,3333,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161009,3333,'_wc_order_attribution_source_type','referral'),(161010,3333,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161011,3333,'_wc_order_attribution_utm_source','lcaportal.com'),(161012,3333,'_wc_order_attribution_utm_medium','referral'),(161013,3333,'_wc_order_attribution_utm_content','/'),(161014,3333,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161015,3333,'_wc_order_attribution_session_start_time','2025-05-04 16:15:09'),(161016,3333,'_wc_order_attribution_session_pages','16'),(161017,3333,'_wc_order_attribution_session_count','15'),(161018,3333,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(161019,3333,'_wc_order_attribution_device_type','Desktop'),(161020,3333,'Payment type','instant'),(161021,3333,'_paypal_status','completed'),(161022,3333,'_transaction_id','8NR94064T1501190E'),(161023,3333,'PayPal Transaction Fee','56.83'),(161024,3333,'_date_paid','1746377436'),(161025,3333,'_paid_date','2025-05-04 16:50:36'),(161026,3334,'_order_key','wc_order_rrfPITvHNv09o'),(161027,3334,'_customer_user','11'),(161028,3334,'_payment_method','paypal'),(161029,3334,'_payment_method_title','PayPal'),(161030,3334,'_customer_ip_address','65.186.66.106'),(161031,3334,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161032,3334,'_created_via','checkout'),(161033,3334,'_cart_hash','3740e3615b035dc0469a47f7b2120a3f'),(161034,3334,'_download_permissions_granted','yes'),(161035,3334,'_recorded_sales','yes'),(161036,3334,'_recorded_coupon_usage_counts','yes'),(161037,3334,'_new_order_email_sent','true'),(161038,3334,'_order_stock_reduced','yes'),(161039,3334,'_billing_first_name','Tina'),(161040,3334,'_billing_last_name','Hunt'),(161041,3334,'_billing_company','Lice Clinics of America'),(161042,3334,'_billing_address_1','830 Fairview Ave.'),(161043,3334,'_billing_address_2','Suite A-4'),(161044,3334,'_billing_city','Bowling Green'),(161045,3334,'_billing_state','KY'),(161046,3334,'_billing_postcode','42101'),(161047,3334,'_billing_country','US'),(161048,3334,'_billing_email','lcbgky12@gmail.com'),(161049,3334,'_billing_phone','2709996803'),(161050,3334,'_shipping_first_name','Tina'),(161051,3334,'_shipping_last_name','Hunt'),(161052,3334,'_shipping_company','LCBG, LLC'),(161053,3334,'_shipping_address_1','830 Fairview Ave.'),(161054,3334,'_shipping_address_2','Suite A-4'),(161055,3334,'_shipping_city','Bowling Green'),(161056,3334,'_shipping_state','KY'),(161057,3334,'_shipping_postcode','42101'),(161058,3334,'_shipping_country','US'),(161059,3334,'_order_currency','USD'),(161060,3334,'_cart_discount','0'),(161061,3334,'_cart_discount_tax','0'),(161062,3334,'_order_shipping','15.47'),(161063,3334,'_order_shipping_tax','0'),(161064,3334,'_order_tax','0'),(161065,3334,'_order_total','361.90'),(161066,3334,'_order_version','9.8.1'),(161067,3334,'_prices_include_tax','no'),(161068,3334,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(161069,3334,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(161070,3334,'is_vat_exempt','no'),(161071,3334,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"1265b6bc8faa6bc18462539fd344d215\";a:16:{s:10:\"unique_key\";s:32:\"712a3fb713033f5566a3e265d0ff4ac4\";s:4:\"time\";s:10:\"04:23:05pm\";s:3:\"key\";s:32:\"1265b6bc8faa6bc18462539fd344d215\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"dd92ab180c7c280054c1efe386d917e9\";a:16:{s:10:\"unique_key\";s:32:\"c9f4ccb0ad253f24183172d7f7279e0f\";s:4:\"time\";s:10:\"07:20:51pm\";s:3:\"key\";s:32:\"dd92ab180c7c280054c1efe386d917e9\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:346.43000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:11;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"42101\";s:4:\"city\";s:13:\"Bowling Green\";s:7:\"address\";s:17:\"830 Fairview Ave.\";s:9:\"address_1\";s:17:\"830 Fairview Ave.\";s:9:\"address_2\";s:9:\"Suite A-4\";}s:13:\"cart_subtotal\";s:6:\"346.43\";}}'),(161072,3334,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(161073,3334,'_wc_order_attribution_source_type','referral'),(161074,3334,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161075,3334,'_wc_order_attribution_utm_source','lcaportal.com'),(161076,3334,'_wc_order_attribution_utm_medium','referral'),(161077,3334,'_wc_order_attribution_utm_content','/'),(161078,3334,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161079,3334,'_wc_order_attribution_session_start_time','2025-05-05 12:27:12'),(161080,3334,'_wc_order_attribution_session_pages','6'),(161081,3334,'_wc_order_attribution_session_count','2'),(161082,3334,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161083,3334,'_wc_order_attribution_device_type','Desktop'),(161084,3334,'Payment type','instant'),(161085,3334,'_paypal_status','completed'),(161086,3334,'_transaction_id','6CT155175P8243248'),(161087,3334,'PayPal Transaction Fee','13.12'),(161088,3334,'_date_paid','1746448279'),(161089,3334,'_paid_date','2025-05-05 12:31:19'),(161090,3335,'_order_key','wc_order_rbdoKyH7hdVu4'),(161091,3335,'_customer_user','90'),(161092,3335,'_payment_method','paypal'),(161093,3335,'_payment_method_title','PayPal'),(161094,3335,'_customer_ip_address','75.33.85.155'),(161095,3335,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(161096,3335,'_created_via','checkout'),(161097,3335,'_cart_hash','a9870b3c22540bec8cf06b8d44e46dd4'),(161098,3335,'_download_permissions_granted','yes'),(161099,3335,'_recorded_sales','yes'),(161100,3335,'_recorded_coupon_usage_counts','yes'),(161101,3335,'_new_order_email_sent','true'),(161102,3335,'_order_stock_reduced','yes'),(161103,3335,'_billing_first_name','Mike'),(161104,3335,'_billing_last_name','Brehm'),(161105,3335,'_billing_company','Remedy'),(161106,3335,'_billing_address_1','5258 Plainfield Ave NE'),(161107,3335,'_billing_city','Grand Rapids'),(161108,3335,'_billing_state','MI'),(161109,3335,'_billing_postcode','49525'),(161110,3335,'_billing_country','US'),(161111,3335,'_billing_email','rapunzelscorinn@gmail.com'),(161112,3335,'_billing_phone','6164504125'),(161113,3335,'_shipping_first_name','Corinn'),(161114,3335,'_shipping_last_name','Nichols'),(161115,3335,'_shipping_company','LCA Remedy'),(161116,3335,'_shipping_address_1','3500 Dean Lake Ave NE'),(161117,3335,'_shipping_city','Grand Rapids'),(161118,3335,'_shipping_state','MI'),(161119,3335,'_shipping_postcode','49525'),(161120,3335,'_shipping_country','US'),(161121,3335,'_order_currency','USD'),(161122,3335,'_cart_discount','0'),(161123,3335,'_cart_discount_tax','0'),(161124,3335,'_order_shipping','0'),(161125,3335,'_order_shipping_tax','0'),(161126,3335,'_order_tax','0'),(161127,3335,'_order_total','735.84'),(161128,3335,'_order_version','9.8.1'),(161129,3335,'_prices_include_tax','no'),(161130,3335,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(161131,3335,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(161132,3335,'is_vat_exempt','no'),(161133,3335,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";a:16:{s:10:\"unique_key\";s:32:\"a64e7a36a176c8db4eae5e1813bb6ed0\";s:4:\"time\";s:10:\"11:58:16am\";s:3:\"key\";s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"417b4200fb5c696398875cac3ef616ba\";a:16:{s:10:\"unique_key\";s:32:\"ebdd21744b2e8905892e50cf07621bb5\";s:4:\"time\";s:10:\"12:00:08pm\";s:3:\"key\";s:32:\"417b4200fb5c696398875cac3ef616ba\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:237.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:237.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:232.31999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:232.31999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:735.83999999999992;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:90;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MI\";s:8:\"postcode\";s:5:\"49525\";s:4:\"city\";s:12:\"Grand Rapids\";s:7:\"address\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_1\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"735.84\";}}'),(161134,3335,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161135,3335,'_wc_order_attribution_source_type','referral'),(161136,3335,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(161137,3335,'_wc_order_attribution_utm_source','lcaportal.com'),(161138,3335,'_wc_order_attribution_utm_medium','referral'),(161139,3335,'_wc_order_attribution_utm_content','/'),(161140,3335,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161141,3335,'_wc_order_attribution_session_start_time','2025-05-05 12:33:32'),(161142,3335,'_wc_order_attribution_session_pages','6'),(161143,3335,'_wc_order_attribution_session_count','1'),(161144,3335,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(161145,3335,'_wc_order_attribution_device_type','Desktop'),(161146,3335,'Payment type','instant'),(161147,3335,'_paypal_status','completed'),(161148,3335,'_transaction_id','71F327450U885105R'),(161149,3335,'PayPal Transaction Fee','26.17'),(161150,3335,'_date_paid','1746449095'),(161151,3335,'_paid_date','2025-05-05 12:44:55'),(161152,3336,'_order_key','wc_order_3USNHgNiH5mwr'),(161153,3336,'_customer_user','61'),(161154,3336,'_payment_method','paypal'),(161155,3336,'_payment_method_title','PayPal'),(161156,3336,'_customer_ip_address','217.180.201.43'),(161157,3336,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161158,3336,'_created_via','checkout'),(161159,3336,'_cart_hash','8b70bab52c3912a624eeb6141fc4f0cb'),(161160,3336,'_download_permissions_granted','yes'),(161161,3336,'_recorded_sales','yes'),(161162,3336,'_recorded_coupon_usage_counts','yes'),(161163,3336,'_new_order_email_sent','true'),(161164,3336,'_order_stock_reduced','yes'),(161165,3336,'_billing_first_name','Judith'),(161166,3336,'_billing_last_name','Hayden'),(161167,3336,'_billing_company','Lice Clinics of America'),(161168,3336,'_billing_address_1','1795 Alysheba Way'),(161169,3336,'_billing_address_2','Ste 4105'),(161170,3336,'_billing_city','Lexington'),(161171,3336,'_billing_state','KY'),(161172,3336,'_billing_postcode','40509'),(161173,3336,'_billing_country','US'),(161174,3336,'_billing_email','judy@liceclinicslexington.com'),(161175,3336,'_billing_phone','8595376966'),(161176,3336,'_shipping_first_name','Judy'),(161177,3336,'_shipping_last_name','Hayden'),(161178,3336,'_shipping_company','LCA Lexington'),(161179,3336,'_shipping_address_1','1795 Alysheba Way'),(161180,3336,'_shipping_address_2','Suite 4105'),(161181,3336,'_shipping_city','Lexington'),(161182,3336,'_shipping_state','KY'),(161183,3336,'_shipping_postcode','40509'),(161184,3336,'_shipping_country','US'),(161185,3336,'_order_currency','USD'),(161186,3336,'_cart_discount','0'),(161187,3336,'_cart_discount_tax','0'),(161188,3336,'_order_shipping','0'),(161189,3336,'_order_shipping_tax','0'),(161190,3336,'_order_tax','0'),(161191,3336,'_order_total','1026.38'),(161192,3336,'_order_version','9.8.1'),(161193,3336,'_prices_include_tax','no'),(161194,3336,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(161195,3336,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(161196,3336,'is_vat_exempt','no'),(161197,3336,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1026.3799999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:61;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:4:\"city\";s:9:\"Lexington\";s:7:\"address\";s:17:\"1795 Alysheba Way\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";}s:13:\"cart_subtotal\";s:7:\"1026.38\";}}'),(161198,3336,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161199,3336,'_wc_order_attribution_source_type','typein'),(161200,3336,'_wc_order_attribution_utm_source','(direct)'),(161201,3336,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161202,3336,'_wc_order_attribution_session_start_time','2025-05-05 15:01:06'),(161203,3336,'_wc_order_attribution_session_pages','2'),(161204,3336,'_wc_order_attribution_session_count','2'),(161205,3336,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161206,3336,'_wc_order_attribution_device_type','Desktop'),(161207,3336,'Payment type','instant'),(161208,3336,'_paypal_status','completed'),(161209,3336,'_transaction_id','55N43116LJ207523T'),(161210,3336,'PayPal Transaction Fee','36.31'),(161211,3336,'_date_paid','1746471998'),(161212,3336,'_paid_date','2025-05-05 19:06:38'),(161213,3331,'_edit_lock','1746486826:2'),(161214,3331,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158057\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"a0670a1bdd25e3e61706771b51db1c52\";}}'),(161215,3331,'_edit_last','2'),(161216,3331,'_date_completed','1746486909'),(161217,3331,'_completed_date','2025-05-05 23:15:09'),(161218,3334,'_edit_lock','1746487064:2'),(161219,3334,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158263\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"7afef86f0b4713a13ffa51535e452c07\";}}'),(161220,3334,'_edit_last','2'),(161221,3334,'_date_completed','1746487168'),(161222,3334,'_completed_date','2025-05-05 23:19:28'),(161223,3335,'_edit_lock','1746487241:2'),(161224,3335,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158285\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"69a5bff551281fb0bbae5ba35f714838\";}}'),(161225,3335,'_edit_last','2'),(161226,3335,'_date_completed','1746487236'),(161227,3335,'_completed_date','2025-05-05 23:20:36'),(161228,3332,'_edit_lock','1746487309:2'),(161229,3333,'_edit_lock','1746487347:2'),(161230,3332,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158193\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"7502b91ef5568ecb9614db20b0a781f3\";}}'),(161231,3332,'_edit_last','2'),(161232,3332,'_date_completed','1746487282'),(161233,3332,'_completed_date','2025-05-05 23:21:22'),(161234,3333,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158230\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"ff8af6509b4b0d00e6cfb3e1b163d352\";}}'),(161235,3333,'_edit_last','2'),(161236,3333,'_date_completed','1746487467'),(161237,3333,'_completed_date','2025-05-05 23:24:27'),(161238,3336,'_edit_lock','1746489082:2'),(161239,3336,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158388\";s:12:\"date_shipped\";s:10:\"1746403200\";s:11:\"tracking_id\";s:32:\"a460e9a57cf47e5cf0d2c2b20197d936\";}}'),(161240,3336,'_edit_last','2'),(161241,3336,'_date_completed','1746489220'),(161242,3336,'_completed_date','2025-05-05 23:53:40'),(161243,3337,'_order_key','wc_order_DEeYNokMiMPHL'),(161244,3337,'_customer_user','61'),(161245,3337,'_payment_method','paypal'),(161246,3337,'_payment_method_title','PayPal'),(161247,3337,'_customer_ip_address','217.180.201.84'),(161248,3337,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161249,3337,'_created_via','checkout'),(161250,3337,'_cart_hash','7537d87b6384797d3217fb7d43156d45'),(161251,3337,'_download_permissions_granted','yes'),(161252,3337,'_recorded_sales','yes'),(161253,3337,'_recorded_coupon_usage_counts','yes'),(161254,3337,'_new_order_email_sent','true'),(161255,3337,'_order_stock_reduced','yes'),(161256,3337,'_billing_first_name','Judith'),(161257,3337,'_billing_last_name','Hayden'),(161258,3337,'_billing_company','Lice Clinics of America'),(161259,3337,'_billing_address_1','1795 Alysheba Way'),(161260,3337,'_billing_address_2','Ste 4105'),(161261,3337,'_billing_city','Lexington'),(161262,3337,'_billing_state','KY'),(161263,3337,'_billing_postcode','40509'),(161264,3337,'_billing_country','US'),(161265,3337,'_billing_email','judy@liceclinicslexington.com'),(161266,3337,'_billing_phone','8595376966'),(161267,3337,'_shipping_first_name','Judith'),(161268,3337,'_shipping_last_name','Hayden'),(161269,3337,'_shipping_company','Lice Clinics of America'),(161270,3337,'_shipping_address_1','549 Centre View Blvd'),(161271,3337,'_shipping_address_2','Cambridge Square Bld 24'),(161272,3337,'_shipping_city','Crestview Hills'),(161273,3337,'_shipping_state','KY'),(161274,3337,'_shipping_postcode','41017'),(161275,3337,'_shipping_country','US'),(161276,3337,'_order_currency','USD'),(161277,3337,'_cart_discount','0'),(161278,3337,'_cart_discount_tax','0'),(161279,3337,'_order_shipping','0'),(161280,3337,'_order_shipping_tax','0'),(161281,3337,'_order_tax','0'),(161282,3337,'_order_total','1047.17'),(161283,3337,'_order_version','9.8.1'),(161284,3337,'_prices_include_tax','no'),(161285,3337,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(161286,3337,'_shipping_address_index','Judith Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(161287,3337,'is_vat_exempt','no'),(161288,3337,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1047.1700000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:61;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:4:\"city\";s:15:\"Crestview Hills\";s:7:\"address\";s:20:\"549 Centre View Blvd\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:23:\"Cambridge Square Bld 24\";}s:13:\"cart_subtotal\";s:7:\"1047.17\";}}'),(161289,3337,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161290,3337,'_wc_order_attribution_source_type','typein'),(161291,3337,'_wc_order_attribution_utm_source','(direct)'),(161292,3337,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161293,3337,'_wc_order_attribution_session_start_time','2025-05-06 13:24:20'),(161294,3337,'_wc_order_attribution_session_pages','6'),(161295,3337,'_wc_order_attribution_session_count','1'),(161296,3337,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161297,3337,'_wc_order_attribution_device_type','Desktop'),(161298,3337,'Payment type','instant'),(161299,3337,'_paypal_status','completed'),(161300,3337,'_transaction_id','57654222RC004635Y'),(161301,3337,'PayPal Transaction Fee','37.04'),(161302,3337,'_date_paid','1746538525'),(161303,3337,'_paid_date','2025-05-06 13:35:25'),(161304,3338,'_order_key','wc_order_wrc5FoVTqE5B0'),(161305,3338,'_customer_user','67'),(161306,3338,'_payment_method','paypal'),(161307,3338,'_payment_method_title','PayPal'),(161308,3338,'_customer_ip_address','67.251.108.158'),(161309,3338,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161310,3338,'_created_via','checkout'),(161311,3338,'_cart_hash','24eaf10b08645dcaaf1fc095be70cd99'),(161312,3338,'_download_permissions_granted','yes'),(161313,3338,'_recorded_sales','yes'),(161314,3338,'_recorded_coupon_usage_counts','yes'),(161315,3338,'_new_order_email_sent','true'),(161316,3338,'_order_stock_reduced','yes'),(161317,3338,'_billing_first_name','Marnie'),(161318,3338,'_billing_last_name','Murray'),(161319,3338,'_billing_company','Naughty Nits'),(161320,3338,'_billing_address_1','2809 Wehrle Drive'),(161321,3338,'_billing_address_2','Suite 10'),(161322,3338,'_billing_city','Williamsville'),(161323,3338,'_billing_state','NY'),(161324,3338,'_billing_postcode','14221'),(161325,3338,'_billing_country','US'),(161326,3338,'_billing_email','liceclinicsupstateny@gmail.com'),(161327,3338,'_billing_phone','7166265423'),(161328,3338,'_shipping_first_name','Marnie'),(161329,3338,'_shipping_last_name','Murray'),(161330,3338,'_shipping_company','LCA Buffalo'),(161331,3338,'_shipping_address_1','2809 Wehrle Drive'),(161332,3338,'_shipping_address_2','Suite 10'),(161333,3338,'_shipping_city','Williamsville'),(161334,3338,'_shipping_state','NY'),(161335,3338,'_shipping_postcode','14221'),(161336,3338,'_shipping_country','US'),(161337,3338,'_order_currency','USD'),(161338,3338,'_cart_discount','0'),(161339,3338,'_cart_discount_tax','0'),(161340,3338,'_order_shipping','0'),(161341,3338,'_order_shipping_tax','0'),(161342,3338,'_order_tax','0'),(161343,3338,'_order_total','596.94'),(161344,3338,'_order_version','9.8.1'),(161345,3338,'_prices_include_tax','no'),(161346,3338,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(161347,3338,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(161348,3338,'is_vat_exempt','no'),(161349,3338,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:596.94000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:4:\"city\";s:13:\"Williamsville\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";}s:13:\"cart_subtotal\";s:6:\"596.94\";}}'),(161350,3338,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161351,3338,'_wc_order_attribution_source_type','referral'),(161352,3338,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161353,3338,'_wc_order_attribution_utm_source','lcaportal.com'),(161354,3338,'_wc_order_attribution_utm_medium','referral'),(161355,3338,'_wc_order_attribution_utm_content','/'),(161356,3338,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161357,3338,'_wc_order_attribution_session_start_time','2025-05-06 14:58:25'),(161358,3338,'_wc_order_attribution_session_pages','1'),(161359,3338,'_wc_order_attribution_session_count','26'),(161360,3338,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161361,3338,'_wc_order_attribution_device_type','Desktop'),(161362,3338,'Payment type','instant'),(161363,3338,'_paypal_status','completed'),(161364,3338,'_transaction_id','07600455EJ524533P'),(161365,3338,'PayPal Transaction Fee','21.32'),(161366,3338,'_date_paid','1746550678'),(161367,3338,'_paid_date','2025-05-06 16:57:58'),(161368,3339,'_order_key','wc_order_AzC23Xx4gABeH'),(161369,3339,'_customer_user','67'),(161370,3339,'_payment_method','paypal'),(161371,3339,'_payment_method_title','PayPal'),(161372,3339,'_customer_ip_address','67.251.108.158'),(161373,3339,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161374,3339,'_created_via','checkout'),(161375,3339,'_cart_hash','24eaf10b08645dcaaf1fc095be70cd99'),(161376,3339,'_download_permissions_granted','yes'),(161377,3339,'_recorded_sales','yes'),(161378,3339,'_recorded_coupon_usage_counts','yes'),(161379,3339,'_new_order_email_sent','true'),(161380,3339,'_order_stock_reduced','yes'),(161381,3339,'_billing_first_name','Marnie'),(161382,3339,'_billing_last_name','Murray'),(161383,3339,'_billing_company','Naughty Nits'),(161384,3339,'_billing_address_1','2809 Wehrle Drive'),(161385,3339,'_billing_address_2','Suite 10'),(161386,3339,'_billing_city','Williamsville'),(161387,3339,'_billing_state','NY'),(161388,3339,'_billing_postcode','14221'),(161389,3339,'_billing_country','US'),(161390,3339,'_billing_email','liceclinicsupstateny@gmail.com'),(161391,3339,'_billing_phone','7166265423'),(161392,3339,'_shipping_first_name','Marnie'),(161393,3339,'_shipping_last_name','Murray'),(161394,3339,'_shipping_company','LCA Rochester'),(161395,3339,'_shipping_address_1','135 Sully’s Trail'),(161396,3339,'_shipping_address_2','Suite 7'),(161397,3339,'_shipping_city','Pittsford'),(161398,3339,'_shipping_state','NY'),(161399,3339,'_shipping_postcode','14534'),(161400,3339,'_shipping_country','US'),(161401,3339,'_order_currency','USD'),(161402,3339,'_cart_discount','0'),(161403,3339,'_cart_discount_tax','0'),(161404,3339,'_order_shipping','0'),(161405,3339,'_order_shipping_tax','0'),(161406,3339,'_order_tax','0'),(161407,3339,'_order_total','596.94'),(161408,3339,'_order_version','9.8.1'),(161409,3339,'_prices_include_tax','no'),(161410,3339,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(161411,3339,'_shipping_address_index','Marnie Murray LCA Rochester 135 Sully’s Trail Suite 7 Pittsford NY 14534 US '),(161412,3339,'is_vat_exempt','no'),(161413,3339,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:596.94000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14534\";s:4:\"city\";s:9:\"Pittsford\";s:7:\"address\";s:19:\"135 Sully’s Trail\";s:9:\"address_1\";s:19:\"135 Sully’s Trail\";s:9:\"address_2\";s:7:\"Suite 7\";}s:13:\"cart_subtotal\";s:6:\"596.94\";}}'),(161414,3339,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161415,3339,'_wc_order_attribution_source_type','referral'),(161416,3339,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161417,3339,'_wc_order_attribution_utm_source','lcaportal.com'),(161418,3339,'_wc_order_attribution_utm_medium','referral'),(161419,3339,'_wc_order_attribution_utm_content','/'),(161420,3339,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161421,3339,'_wc_order_attribution_session_start_time','2025-05-06 14:58:25'),(161422,3339,'_wc_order_attribution_session_pages','5'),(161423,3339,'_wc_order_attribution_session_count','26'),(161424,3339,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161425,3339,'_wc_order_attribution_device_type','Desktop'),(161426,3339,'Payment type','instant'),(161427,3339,'_paypal_status','completed'),(161428,3339,'_transaction_id','5V520469HM322402N'),(161429,3339,'PayPal Transaction Fee','21.32'),(161430,3339,'_date_paid','1746550760'),(161431,3339,'_paid_date','2025-05-06 16:59:20'),(161432,3340,'_order_key','wc_order_qK3xiDzAobb9K'),(161433,3340,'_customer_user','67'),(161434,3340,'_payment_method','paypal'),(161435,3340,'_payment_method_title','PayPal'),(161436,3340,'_customer_ip_address','67.251.108.158'),(161437,3340,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161438,3340,'_created_via','checkout'),(161439,3340,'_cart_hash','24eaf10b08645dcaaf1fc095be70cd99'),(161440,3340,'_download_permissions_granted','yes'),(161441,3340,'_recorded_sales','yes'),(161442,3340,'_recorded_coupon_usage_counts','yes'),(161443,3340,'_new_order_email_sent','true'),(161444,3340,'_order_stock_reduced','yes'),(161445,3340,'_billing_first_name','Marnie'),(161446,3340,'_billing_last_name','Murray'),(161447,3340,'_billing_company','Naughty Nits'),(161448,3340,'_billing_address_1','2809 Wehrle Drive'),(161449,3340,'_billing_address_2','Suite 10'),(161450,3340,'_billing_city','Williamsville'),(161451,3340,'_billing_state','NY'),(161452,3340,'_billing_postcode','14221'),(161453,3340,'_billing_country','US'),(161454,3340,'_billing_email','liceclinicsupstateny@gmail.com'),(161455,3340,'_billing_phone','7166265423'),(161456,3340,'_shipping_first_name','Marnie'),(161457,3340,'_shipping_last_name','Murray'),(161458,3340,'_shipping_company','LCA Syracuse'),(161459,3340,'_shipping_address_1','6221 Route 31'),(161460,3340,'_shipping_address_2','Suite 114'),(161461,3340,'_shipping_city','Cicero'),(161462,3340,'_shipping_state','NY'),(161463,3340,'_shipping_postcode','13039'),(161464,3340,'_shipping_country','US'),(161465,3340,'_order_currency','USD'),(161466,3340,'_cart_discount','0'),(161467,3340,'_cart_discount_tax','0'),(161468,3340,'_order_shipping','0'),(161469,3340,'_order_shipping_tax','0'),(161470,3340,'_order_tax','0'),(161471,3340,'_order_total','596.94'),(161472,3340,'_order_version','9.8.1'),(161473,3340,'_prices_include_tax','no'),(161474,3340,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(161475,3340,'_shipping_address_index','Marnie Murray LCA Syracuse 6221 Route 31 Suite 114 Cicero NY 13039 US '),(161476,3340,'is_vat_exempt','no'),(161477,3340,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:596.94000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"13039\";s:4:\"city\";s:6:\"Cicero\";s:7:\"address\";s:13:\"6221 Route 31\";s:9:\"address_1\";s:13:\"6221 Route 31\";s:9:\"address_2\";s:9:\"Suite 114\";}s:13:\"cart_subtotal\";s:6:\"596.94\";}}'),(161478,3340,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161479,3340,'_wc_order_attribution_source_type','referral'),(161480,3340,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161481,3340,'_wc_order_attribution_utm_source','lcaportal.com'),(161482,3340,'_wc_order_attribution_utm_medium','referral'),(161483,3340,'_wc_order_attribution_utm_content','/'),(161484,3340,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161485,3340,'_wc_order_attribution_session_start_time','2025-05-06 14:58:25'),(161486,3340,'_wc_order_attribution_session_pages','9'),(161487,3340,'_wc_order_attribution_session_count','26'),(161488,3340,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161489,3340,'_wc_order_attribution_device_type','Desktop'),(161490,3340,'Payment type','instant'),(161491,3340,'_paypal_status','completed'),(161492,3340,'_transaction_id','00657181SU129353H'),(161493,3340,'PayPal Transaction Fee','21.32'),(161494,3340,'_date_paid','1746550823'),(161495,3340,'_paid_date','2025-05-06 17:00:23'),(161496,3341,'_order_key','wc_order_9B9ajLsCfoMsf'),(161497,3341,'_customer_user','67'),(161498,3341,'_payment_method','paypal'),(161499,3341,'_payment_method_title','PayPal'),(161500,3341,'_customer_ip_address','67.251.108.158'),(161501,3341,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161502,3341,'_created_via','checkout'),(161503,3341,'_cart_hash','24eaf10b08645dcaaf1fc095be70cd99'),(161504,3341,'_download_permissions_granted','yes'),(161505,3341,'_recorded_sales','yes'),(161506,3341,'_recorded_coupon_usage_counts','yes'),(161507,3341,'_new_order_email_sent','true'),(161508,3341,'_order_stock_reduced','yes'),(161509,3341,'_billing_first_name','Marnie'),(161510,3341,'_billing_last_name','Murray'),(161511,3341,'_billing_company','Naughty Nits'),(161512,3341,'_billing_address_1','2809 Wehrle Drive'),(161513,3341,'_billing_address_2','Suite 10'),(161514,3341,'_billing_city','Williamsville'),(161515,3341,'_billing_state','NY'),(161516,3341,'_billing_postcode','14221'),(161517,3341,'_billing_country','US'),(161518,3341,'_billing_email','liceclinicsupstateny@gmail.com'),(161519,3341,'_billing_phone','7166265423'),(161520,3341,'_shipping_first_name','Marnie'),(161521,3341,'_shipping_last_name','Murray'),(161522,3341,'_shipping_company','Naughty Nits'),(161523,3341,'_shipping_address_1','258 Hoosick Street'),(161524,3341,'_shipping_address_2','Suite 109'),(161525,3341,'_shipping_city','Troy'),(161526,3341,'_shipping_state','NY'),(161527,3341,'_shipping_postcode','12180'),(161528,3341,'_shipping_country','US'),(161529,3341,'_order_currency','USD'),(161530,3341,'_cart_discount','0'),(161531,3341,'_cart_discount_tax','0'),(161532,3341,'_order_shipping','0'),(161533,3341,'_order_shipping_tax','0'),(161534,3341,'_order_tax','0'),(161535,3341,'_order_total','596.94'),(161536,3341,'_order_version','9.8.1'),(161537,3341,'_prices_include_tax','no'),(161538,3341,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(161539,3341,'_shipping_address_index','Marnie Murray Naughty Nits 258 Hoosick Street Suite 109 Troy NY 12180 US '),(161540,3341,'is_vat_exempt','no'),(161541,3341,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:596.94000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"12180\";s:4:\"city\";s:4:\"Troy\";s:7:\"address\";s:18:\"258 Hoosick Street\";s:9:\"address_1\";s:18:\"258 Hoosick Street\";s:9:\"address_2\";s:9:\"Suite 109\";}s:13:\"cart_subtotal\";s:6:\"596.94\";}}'),(161542,3341,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161543,3341,'_wc_order_attribution_source_type','referral'),(161544,3341,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161545,3341,'_wc_order_attribution_utm_source','lcaportal.com'),(161546,3341,'_wc_order_attribution_utm_medium','referral'),(161547,3341,'_wc_order_attribution_utm_content','/'),(161548,3341,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161549,3341,'_wc_order_attribution_session_start_time','2025-05-06 14:58:25'),(161550,3341,'_wc_order_attribution_session_pages','13'),(161551,3341,'_wc_order_attribution_session_count','26'),(161552,3341,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161553,3341,'_wc_order_attribution_device_type','Desktop'),(161554,3341,'Payment type','instant'),(161555,3341,'_paypal_status','completed'),(161556,3341,'_transaction_id','96B41477LE632430G'),(161557,3341,'PayPal Transaction Fee','21.32'),(161558,3341,'_date_paid','1746550895'),(161559,3341,'_paid_date','2025-05-06 17:01:35'),(161560,3342,'_order_key','wc_order_4VM1bcJkCwGF5'),(161561,3342,'_customer_user','76'),(161562,3342,'_payment_method','paypal'),(161563,3342,'_payment_method_title','PayPal'),(161564,3342,'_customer_ip_address','66.31.192.192'),(161565,3342,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(161566,3342,'_created_via','checkout'),(161567,3342,'_cart_hash','62febd321734294cbb66f5f8dc16a01d'),(161568,3342,'_download_permissions_granted','yes'),(161569,3342,'_recorded_sales','yes'),(161570,3342,'_recorded_coupon_usage_counts','yes'),(161571,3342,'_new_order_email_sent','true'),(161572,3342,'_order_stock_reduced','yes'),(161573,3342,'_billing_first_name','Naomi'),(161574,3342,'_billing_last_name','Golden'),(161575,3342,'_billing_address_1','31 Mann Ave'),(161576,3342,'_billing_city','Needham'),(161577,3342,'_billing_state','MA'),(161578,3342,'_billing_postcode','02492'),(161579,3342,'_billing_country','US'),(161580,3342,'_billing_email','nrgolden6486@gmail.com'),(161581,3342,'_billing_phone','6178511322'),(161582,3342,'_shipping_first_name','Naomi'),(161583,3342,'_shipping_last_name','Golden'),(161584,3342,'_shipping_company','Lice Clinics of America'),(161585,3342,'_shipping_address_1','111 Center Street'),(161586,3342,'_shipping_city','Middleborough'),(161587,3342,'_shipping_state','MA'),(161588,3342,'_shipping_postcode','02346'),(161589,3342,'_shipping_country','US'),(161590,3342,'_order_currency','USD'),(161591,3342,'_cart_discount','0'),(161592,3342,'_cart_discount_tax','0'),(161593,3342,'_order_shipping','0'),(161594,3342,'_order_shipping_tax','0'),(161595,3342,'_order_tax','0'),(161596,3342,'_order_total','645.40'),(161597,3342,'_order_version','9.8.1'),(161598,3342,'_prices_include_tax','no'),(161599,3342,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(161600,3342,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street  Middleborough MA 02346 US '),(161601,3342,'is_vat_exempt','no'),(161602,3342,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:117.60000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:232.31999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:232.31999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:645.40000000000009;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";s:4:\"city\";s:13:\"Middleborough\";s:7:\"address\";s:17:\"111 Center Street\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"645.4\";}}'),(161603,3342,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161604,3342,'_wc_order_attribution_source_type','referral'),(161605,3342,'_wc_order_attribution_referrer','https://www.paypal.com/'),(161606,3342,'_wc_order_attribution_utm_source','paypal.com'),(161607,3342,'_wc_order_attribution_utm_medium','referral'),(161608,3342,'_wc_order_attribution_utm_content','/'),(161609,3342,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/order-received/3323/?key=wc_order_Xs6sb7QT7fsOJ&utm_nooverride=1&PayerID=4YSSP4ZGTG2UW'),(161610,3342,'_wc_order_attribution_session_start_time','2025-04-26 22:04:19'),(161611,3342,'_wc_order_attribution_session_pages','22'),(161612,3342,'_wc_order_attribution_session_count','5'),(161613,3342,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(161614,3342,'_wc_order_attribution_device_type','Desktop'),(161615,3342,'Payment type','instant'),(161616,3342,'_paypal_status','completed'),(161617,3342,'_transaction_id','0B836415T91381500'),(161618,3342,'PayPal Transaction Fee','23.01'),(161619,3342,'_date_paid','1746554921'),(161620,3342,'_paid_date','2025-05-06 18:08:41'),(161621,3337,'_edit_lock','1746576454:2'),(161622,3337,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158539\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"1a82605f14bba7e6cd4a3afb4d975173\";}}'),(161623,3337,'_edit_last','2'),(161624,3337,'_date_completed','1746576589'),(161625,3337,'_completed_date','2025-05-07 00:09:49'),(161626,3339,'_edit_lock','1746576566:2'),(161627,3339,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158610\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"acb2a93a29bcbd5179c6e228cac56a3b\";}}'),(161628,3339,'_edit_last','2'),(161629,3339,'_date_completed','1746576695'),(161630,3339,'_completed_date','2025-05-07 00:11:35'),(161631,3341,'_edit_lock','1746576735:2'),(161632,3341,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158642\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"ca25f6aca9af75b3f927b3064b618c9b\";}}'),(161633,3341,'_edit_last','2'),(161634,3341,'_date_completed','1746576745'),(161635,3341,'_completed_date','2025-05-07 00:12:25'),(161636,3338,'_edit_lock','1746576772:2'),(161637,3338,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158664\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"a16b798b43a7fee7e0708e3df91db5f2\";}}'),(161638,3338,'_edit_last','2'),(161639,3338,'_date_completed','1746576901'),(161640,3338,'_completed_date','2025-05-07 00:15:01'),(161641,3340,'_edit_lock','1746577077:2'),(161642,3340,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158701\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"9dcaa0799f6aa19253415de0cc69d7a8\";}}'),(161643,3340,'_edit_last','2'),(161644,3340,'_date_completed','1746577022'),(161645,3340,'_completed_date','2025-05-07 00:17:02'),(161646,3342,'_edit_lock','1746576969:2'),(161647,3342,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158686\";s:12:\"date_shipped\";s:10:\"1746576000\";s:11:\"tracking_id\";s:32:\"87a5b7f80720586402b8dfd3929e78a2\";}}'),(161648,3342,'_edit_last','2'),(161649,3342,'_date_completed','1746577105'),(161650,3342,'_completed_date','2025-05-07 00:18:25'),(161651,3343,'_order_key','wc_order_WROvxY0aUqmBe'),(161652,3343,'_customer_user','3'),(161653,3343,'_payment_method','paypal'),(161654,3343,'_payment_method_title','PayPal'),(161655,3343,'_customer_ip_address','99.22.146.124'),(161656,3343,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161657,3343,'_created_via','checkout'),(161658,3343,'_cart_hash','de2ea2415338acf4b769452edae7bd94'),(161659,3343,'_download_permissions_granted','yes'),(161660,3343,'_recorded_sales','yes'),(161661,3343,'_recorded_coupon_usage_counts','yes'),(161662,3343,'_new_order_email_sent','true'),(161663,3343,'_order_stock_reduced','yes'),(161664,3343,'_billing_first_name','amanda'),(161665,3343,'_billing_last_name','westerman'),(161666,3343,'_billing_company','Lice Clinics of America McKinney'),(161667,3343,'_billing_address_1','3120 Hudson Crossing'),(161668,3343,'_billing_address_2','Suite A2'),(161669,3343,'_billing_city','MCKINNEY'),(161670,3343,'_billing_state','TX'),(161671,3343,'_billing_postcode','75070'),(161672,3343,'_billing_country','US'),(161673,3343,'_billing_email','awesterman1103@gmail.com'),(161674,3343,'_billing_phone','12144175741'),(161675,3343,'_shipping_first_name','amanda'),(161676,3343,'_shipping_last_name','westerman'),(161677,3343,'_shipping_company','Lice Clinics of America McKinney'),(161678,3343,'_shipping_address_1','3120 HUDSON XING'),(161679,3343,'_shipping_address_2','Suite A2'),(161680,3343,'_shipping_city','MCKINNEY'),(161681,3343,'_shipping_state','TX'),(161682,3343,'_shipping_postcode','75070'),(161683,3343,'_shipping_country','US'),(161684,3343,'_order_currency','USD'),(161685,3343,'_cart_discount','0'),(161686,3343,'_cart_discount_tax','0'),(161687,3343,'_order_shipping','0'),(161688,3343,'_order_shipping_tax','0'),(161689,3343,'_order_tax','0'),(161690,3343,'_order_total','588.16'),(161691,3343,'_order_version','9.8.4'),(161692,3343,'_prices_include_tax','no'),(161693,3343,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(161694,3343,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(161695,3343,'is_vat_exempt','no'),(161696,3343,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.240000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.240000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:149.34;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:149.34;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:588.16000000000008;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}s:13:\"cart_subtotal\";s:6:\"588.16\";}}'),(161697,3343,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161698,3343,'_wc_order_attribution_source_type','referral'),(161699,3343,'_wc_order_attribution_referrer','https://lcaportal.com/'),(161700,3343,'_wc_order_attribution_utm_source','lcaportal.com'),(161701,3343,'_wc_order_attribution_utm_medium','referral'),(161702,3343,'_wc_order_attribution_utm_content','/'),(161703,3343,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161704,3343,'_wc_order_attribution_session_start_time','2025-05-07 14:21:26'),(161705,3343,'_wc_order_attribution_session_pages','10'),(161706,3343,'_wc_order_attribution_session_count','3'),(161707,3343,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(161708,3343,'_wc_order_attribution_device_type','Desktop'),(161709,3343,'Payment type','instant'),(161710,3343,'_paypal_status','completed'),(161711,3343,'_transaction_id','9C428465WW444854K'),(161712,3343,'PayPal Transaction Fee','21.02'),(161713,3343,'_date_paid','1746628019'),(161714,3343,'_paid_date','2025-05-07 14:26:59'),(161715,3344,'_order_key','wc_order_mQuawxdRGieXl'),(161716,3344,'_customer_user','54'),(161717,3344,'_payment_method','paypal'),(161718,3344,'_payment_method_title','PayPal'),(161719,3344,'_customer_ip_address','76.157.247.238'),(161720,3344,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(161721,3344,'_created_via','checkout'),(161722,3344,'_cart_hash','d60f134daba5d86f03553e849eef4f3f'),(161723,3344,'_download_permissions_granted','yes'),(161724,3344,'_recorded_sales','yes'),(161725,3344,'_recorded_coupon_usage_counts','yes'),(161726,3344,'_new_order_email_sent','true'),(161727,3344,'_order_stock_reduced','yes'),(161728,3344,'_billing_first_name','Erin'),(161729,3344,'_billing_last_name','Hawn'),(161730,3344,'_billing_address_1','10 W Phillip Rd'),(161731,3344,'_billing_address_2','Suite 123'),(161732,3344,'_billing_city','Vernon Hills'),(161733,3344,'_billing_state','IL'),(161734,3344,'_billing_postcode','60061'),(161735,3344,'_billing_country','US'),(161736,3344,'_billing_email','info@liceclinicsvernonhills.com'),(161737,3344,'_billing_phone','8475960408'),(161738,3344,'_shipping_first_name','Erin'),(161739,3344,'_shipping_last_name','Hawn'),(161740,3344,'_shipping_address_1','1491 S Amarias Dr'),(161741,3344,'_shipping_city','Round lake'),(161742,3344,'_shipping_state','IL'),(161743,3344,'_shipping_postcode','60073'),(161744,3344,'_shipping_country','US'),(161745,3344,'_order_currency','USD'),(161746,3344,'_cart_discount','0'),(161747,3344,'_cart_discount_tax','0'),(161748,3344,'_order_shipping','0'),(161749,3344,'_order_shipping_tax','0'),(161750,3344,'_order_tax','0'),(161751,3344,'_order_total','735.76'),(161752,3344,'_order_version','9.8.4'),(161753,3344,'_prices_include_tax','no'),(161754,3344,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(161755,3344,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(161756,3344,'is_vat_exempt','no'),(161757,3344,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:735.75999999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"735.76\";}}'),(161758,3344,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161759,3344,'_wc_order_attribution_source_type','typein'),(161760,3344,'_wc_order_attribution_utm_source','(direct)'),(161761,3344,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161762,3344,'_wc_order_attribution_session_start_time','2025-04-25 14:37:15'),(161763,3344,'_wc_order_attribution_session_pages','7'),(161764,3344,'_wc_order_attribution_session_count','5'),(161765,3344,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(161766,3344,'_wc_order_attribution_device_type','Desktop'),(161767,3344,'Payment type','instant'),(161768,3344,'_paypal_status','completed'),(161769,3344,'_transaction_id','5AH898720G246973H'),(161770,3344,'PayPal Transaction Fee','37.20'),(161771,3344,'_date_paid','1746641591'),(161772,3344,'_paid_date','2025-05-07 18:13:11'),(161773,3346,'_order_key','wc_order_m7qbMOMfo2Ck9'),(161774,3346,'_customer_user','6'),(161775,3346,'_payment_method','paypal'),(161776,3346,'_payment_method_title','PayPal'),(161777,3346,'_customer_ip_address','98.41.41.47'),(161778,3346,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(161779,3346,'_created_via','checkout'),(161780,3346,'_cart_hash','fc363b97dd433973f4b294ed83faa9b3'),(161781,3346,'_download_permissions_granted','yes'),(161782,3346,'_recorded_sales','yes'),(161783,3346,'_recorded_coupon_usage_counts','yes'),(161784,3346,'_new_order_email_sent','true'),(161785,3346,'_order_stock_reduced','yes'),(161786,3346,'_billing_first_name','Amira'),(161787,3346,'_billing_last_name','Purto'),(161788,3346,'_billing_address_1','2520 Chandon Circle'),(161789,3346,'_billing_city','Modesto'),(161790,3346,'_billing_state','CA'),(161791,3346,'_billing_postcode','95355'),(161792,3346,'_billing_country','US'),(161793,3346,'_billing_email','amira77@sbcglobal.net'),(161794,3346,'_billing_phone','2096422061'),(161795,3346,'_shipping_first_name','Amira'),(161796,3346,'_shipping_last_name','Purto'),(161797,3346,'_shipping_address_1','2520 Chandon Circle'),(161798,3346,'_shipping_city','Modesto'),(161799,3346,'_shipping_state','CA'),(161800,3346,'_shipping_postcode','95355'),(161801,3346,'_shipping_country','US'),(161802,3346,'_order_currency','USD'),(161803,3346,'_cart_discount','0'),(161804,3346,'_cart_discount_tax','0'),(161805,3346,'_order_shipping','0'),(161806,3346,'_order_shipping_tax','0'),(161807,3346,'_order_tax','0'),(161808,3346,'_order_total','1475.60'),(161809,3346,'_order_version','9.8.4'),(161810,3346,'_prices_include_tax','no'),(161811,3346,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(161812,3346,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(161813,3346,'is_vat_exempt','no'),(161814,3346,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:168.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:168.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186.30000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186.30000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:298.68000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:298.68000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1475.6000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1475.6\";}}'),(161815,3346,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161816,3346,'_wc_order_attribution_source_type','typein'),(161817,3346,'_wc_order_attribution_utm_source','(direct)'),(161818,3346,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161819,3346,'_wc_order_attribution_session_start_time','2025-05-07 21:48:56'),(161820,3346,'_wc_order_attribution_session_pages','4'),(161821,3346,'_wc_order_attribution_session_count','1'),(161822,3346,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(161823,3346,'_wc_order_attribution_device_type','Desktop'),(161824,3346,'Payment type','instant'),(161825,3346,'_paypal_status','completed'),(161826,3346,'_transaction_id','9F514534V14594641'),(161827,3346,'PayPal Transaction Fee','51.99'),(161828,3346,'_date_paid','1746655004'),(161829,3346,'_paid_date','2025-05-07 21:56:44'),(161830,3347,'_order_key','wc_order_48IeU2hUwo04Y'),(161831,3347,'_customer_user','6'),(161832,3347,'_payment_method','paypal'),(161833,3347,'_payment_method_title','PayPal'),(161834,3347,'_customer_ip_address','98.41.41.47'),(161835,3347,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(161836,3347,'_created_via','checkout'),(161837,3347,'_cart_hash','ceb5bfeb1ac068f21af7a59c9b6da47b'),(161838,3347,'_download_permissions_granted','yes'),(161839,3347,'_recorded_sales','yes'),(161840,3347,'_recorded_coupon_usage_counts','yes'),(161841,3347,'_new_order_email_sent','true'),(161842,3347,'_order_stock_reduced','yes'),(161843,3347,'_billing_first_name','Amira'),(161844,3347,'_billing_last_name','Purto'),(161845,3347,'_billing_address_1','2520 Chandon Circle'),(161846,3347,'_billing_city','Modesto'),(161847,3347,'_billing_state','CA'),(161848,3347,'_billing_postcode','95355'),(161849,3347,'_billing_country','US'),(161850,3347,'_billing_email','amira77@sbcglobal.net'),(161851,3347,'_billing_phone','2096422061'),(161852,3347,'_shipping_first_name','Amira'),(161853,3347,'_shipping_last_name','Purto'),(161854,3347,'_shipping_address_1','2520 Chandon Circle'),(161855,3347,'_shipping_city','Modesto'),(161856,3347,'_shipping_state','CA'),(161857,3347,'_shipping_postcode','95355'),(161858,3347,'_shipping_country','US'),(161859,3347,'_order_currency','USD'),(161860,3347,'_cart_discount','0'),(161861,3347,'_cart_discount_tax','0'),(161862,3347,'_order_shipping','0'),(161863,3347,'_order_shipping_tax','0'),(161864,3347,'_order_tax','0'),(161865,3347,'_order_total','1256.24'),(161866,3347,'_order_version','9.8.4'),(161867,3347,'_prices_include_tax','no'),(161868,3347,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(161869,3347,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(161870,3347,'is_vat_exempt','no'),(161871,3347,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126.72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.72;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:52.799999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:52.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:158.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:158.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.16;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.16;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1256.24;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1256.24\";}}'),(161872,3347,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161873,3347,'_wc_order_attribution_source_type','typein'),(161874,3347,'_wc_order_attribution_utm_source','(direct)'),(161875,3347,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(161876,3347,'_wc_order_attribution_session_start_time','2025-05-07 21:48:56'),(161877,3347,'_wc_order_attribution_session_pages','1'),(161878,3347,'_wc_order_attribution_session_count','2'),(161879,3347,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(161880,3347,'_wc_order_attribution_device_type','Desktop'),(161881,3347,'Payment type','instant'),(161882,3347,'_paypal_status','completed'),(161883,3347,'_transaction_id','2L431098561013138'),(161884,3347,'PayPal Transaction Fee','44.33'),(161885,3347,'_date_paid','1746721377'),(161886,3347,'_paid_date','2025-05-08 16:22:57'),(161944,269,'_edit_lock','1746736816:2'),(161945,269,'_edit_last','2'),(161954,3349,'_order_key','wc_order_zlrv1dJRPEc33'),(161955,3349,'_customer_user','60'),(161956,3349,'_payment_method','paypal'),(161957,3349,'_payment_method_title','PayPal'),(161958,3349,'_customer_ip_address','24.13.229.23'),(161959,3349,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(161960,3349,'_created_via','checkout'),(161961,3349,'_cart_hash','35825ad3f6c3dcfdc1d824bb99673173'),(161962,3349,'_download_permissions_granted','yes'),(161963,3349,'_recorded_sales','yes'),(161964,3349,'_recorded_coupon_usage_counts','yes'),(161965,3349,'_new_order_email_sent','true'),(161966,3349,'_order_stock_reduced','yes'),(161967,3349,'_billing_first_name','Jill'),(161968,3349,'_billing_last_name','Leshtz'),(161969,3349,'_billing_company','Lice clinics of America-North Shore'),(161970,3349,'_billing_address_1','1580 Lancelot Avenue'),(161971,3349,'_billing_city','Highland park'),(161972,3349,'_billing_state','IL'),(161973,3349,'_billing_postcode','60035'),(161974,3349,'_billing_country','US'),(161975,3349,'_billing_email','jleshtz@gmail.com'),(161976,3349,'_billing_phone','8473639001'),(161977,3349,'_shipping_first_name','Jill'),(161978,3349,'_shipping_last_name','Leshtz'),(161979,3349,'_shipping_company','Lice clinics of America-North Shore'),(161980,3349,'_shipping_address_1','1580 Lancelot Avenue'),(161981,3349,'_shipping_city','Highland park'),(161982,3349,'_shipping_state','IL'),(161983,3349,'_shipping_postcode','60035'),(161984,3349,'_shipping_country','US'),(161985,3349,'_order_currency','USD'),(161986,3349,'_cart_discount','0'),(161987,3349,'_cart_discount_tax','0'),(161988,3349,'_order_shipping','0'),(161989,3349,'_order_shipping_tax','0'),(161990,3349,'_order_tax','0'),(161991,3349,'_order_total','1464.68'),(161992,3349,'_order_version','9.8.4'),(161993,3349,'_prices_include_tax','no'),(161994,3349,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(161995,3349,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(161996,3349,'is_vat_exempt','no'),(161997,3349,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:392;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:392;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:398.88;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:398.88;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:357;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:357;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1464.6799999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1464.68\";}}'),(161998,3349,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(161999,3349,'_wc_order_attribution_source_type','referral'),(162000,3349,'_wc_order_attribution_referrer','https://lcaportal.com/'),(162001,3349,'_wc_order_attribution_utm_source','lcaportal.com'),(162002,3349,'_wc_order_attribution_utm_medium','referral'),(162003,3349,'_wc_order_attribution_utm_content','/'),(162004,3349,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(162005,3349,'_wc_order_attribution_session_start_time','2025-05-09 02:00:51'),(162006,3349,'_wc_order_attribution_session_pages','4'),(162007,3349,'_wc_order_attribution_session_count','4'),(162008,3349,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(162009,3349,'_wc_order_attribution_device_type','Desktop'),(162010,3349,'Payment type','instant'),(162011,3349,'_paypal_status','completed'),(162012,3349,'_transaction_id','7FF8658764659101J'),(162013,3349,'PayPal Transaction Fee','51.61'),(162014,3349,'_date_paid','1746756267'),(162015,3349,'_paid_date','2025-05-09 02:04:27'),(162018,3350,'_wp_attached_file','2023/09/2024ActiveRinse16oz100NS.webp'),(162019,3350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2023/09/2024ActiveRinse16oz100NS.webp\";s:8:\"filesize\";i:9742;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1802;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4258;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse16oz100NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1086;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162022,3351,'_wp_attached_file','2023/09/2024ActiveRinse8oz100NS.webp'),(162023,3351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2023/09/2024ActiveRinse8oz100NS.webp\";s:8:\"filesize\";i:9162;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3862;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1672;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3862;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ActiveRinse8oz100NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162025,3352,'_sku','AA - Prevent-16'),(162026,3352,'_regular_price','148.00'),(162028,3352,'total_sales','58'),(162029,3352,'_tax_status','taxable'),(162030,3352,'_tax_class',''),(162031,3352,'_manage_stock','no'),(162032,3352,'_backorders','no'),(162033,3352,'_sold_individually','no'),(162034,3352,'_weight','19'),(162035,3352,'_length','10.5'),(162036,3352,'_width','10.5'),(162037,3352,'_height','11'),(162038,3352,'_virtual','no'),(162039,3352,'_downloadable','no'),(162040,3352,'_download_limit','0'),(162041,3352,'_download_expiry','0'),(162042,3352,'_thumbnail_id','3353'),(162043,3352,'_stock',NULL),(162044,3352,'_stock_status','instock'),(162045,3352,'_wc_average_rating','0'),(162046,3352,'_wc_review_count','0'),(162047,3352,'_product_version','9.8.1'),(162048,3352,'_price','148.00'),(162049,3352,'site-sidebar-layout','default'),(162050,3352,'site-content-layout','default'),(162051,3352,'theme-transparent-header-meta','default'),(162052,3352,'stick-header-meta','default'),(162053,3352,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162054,3352,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162055,3352,'_wc_memberships_force_public','no'),(162056,3352,'_wc_memberships_exclude_discounts','no'),(162057,3352,'mwqb_sync_uiiqb','0'),(162058,3352,'sg_product_enable','no'),(162059,3352,'sg_product_disable','no'),(162060,3352,'group_of_quantity',''),(162061,3352,'minimum_allowed_quantity',''),(162062,3352,'maximum_allowed_quantity',''),(162063,3352,'minmax_do_not_count','no'),(162064,3352,'minmax_cart_exclude','no'),(162065,3352,'minmax_category_group_of_exclude','no'),(162066,3352,'ast-site-content-layout','default'),(162067,3352,'site-content-style','default'),(162068,3352,'site-sidebar-style','default'),(162070,3352,'_edit_lock','1746798471:2'),(162071,3352,'_edit_last','2'),(162072,3353,'_wp_attached_file','2025/05/2024PreventiveSpray16ozNS.webp'),(162073,3353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/05/2024PreventiveSpray16ozNS.webp\";s:8:\"filesize\";i:9324;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3878;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1698;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3878;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024PreventiveSpray16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1122;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162075,3352,'_wp_old_slug','preventive-spray-16ozcase-of-16'),(162076,3352,'astra-migrate-meta-layouts','set'),(162078,3354,'_sku','CS-PREVENT/DETANGLE-16-1'),(162079,3354,'_regular_price','148.00'),(162081,3354,'total_sales','50'),(162082,3354,'_tax_status','taxable'),(162083,3354,'_tax_class',''),(162084,3354,'_manage_stock','no'),(162085,3354,'_backorders','no'),(162086,3354,'_sold_individually','no'),(162087,3354,'_weight','19'),(162088,3354,'_length','10.5'),(162089,3354,'_width','10.5'),(162090,3354,'_height','11'),(162091,3354,'_virtual','no'),(162092,3354,'_downloadable','no'),(162093,3354,'_download_limit','0'),(162094,3354,'_download_expiry','0'),(162095,3354,'_thumbnail_id','3355'),(162096,3354,'_stock',NULL),(162097,3354,'_stock_status','instock'),(162098,3354,'_wc_average_rating','0'),(162099,3354,'_wc_review_count','0'),(162100,3354,'_product_version','9.8.1'),(162101,3354,'_price','148.00'),(162102,3354,'site-sidebar-layout','default'),(162103,3354,'site-content-layout','default'),(162104,3354,'theme-transparent-header-meta','default'),(162105,3354,'stick-header-meta','default'),(162106,3354,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162107,3354,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162108,3354,'_wc_memberships_force_public','no'),(162109,3354,'_wc_memberships_exclude_discounts','no'),(162110,3354,'mwqb_sync_uiiqb','0'),(162111,3354,'sg_product_enable','no'),(162112,3354,'sg_product_disable','no'),(162113,3354,'group_of_quantity',''),(162114,3354,'minimum_allowed_quantity',''),(162115,3354,'maximum_allowed_quantity',''),(162116,3354,'minmax_do_not_count','no'),(162117,3354,'minmax_cart_exclude','no'),(162118,3354,'minmax_category_group_of_exclude','no'),(162119,3354,'ast-site-content-layout','default'),(162120,3354,'site-content-style','default'),(162121,3354,'site-sidebar-style','default'),(162123,3354,'_edit_lock','1746799382:2'),(162124,3354,'_edit_last','2'),(162125,3355,'_wp_attached_file','2025/05/2024PreventiveDetangleSpray16ozNS.webp'),(162126,3355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2025/05/2024PreventiveDetangleSpray16ozNS.webp\";s:8:\"filesize\";i:9450;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1688;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3838;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"2024PreventiveDetangleSpray16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162128,3354,'_wp_old_slug','preventive-detangling-spray-16ozcase-of-16'),(162130,3356,'_sku','aa-16-oz shampoo-1'),(162131,3356,'_regular_price','151.20'),(162133,3356,'total_sales','33'),(162134,3356,'_tax_status','taxable'),(162135,3356,'_tax_class',''),(162136,3356,'_manage_stock','no'),(162137,3356,'_backorders','no'),(162138,3356,'_sold_individually','no'),(162139,3356,'_weight','19'),(162140,3356,'_length','10.5'),(162141,3356,'_width','10.5'),(162142,3356,'_height','11'),(162143,3356,'_virtual','no'),(162144,3356,'_downloadable','no'),(162145,3356,'_download_limit','0'),(162146,3356,'_download_expiry','0'),(162147,3356,'_thumbnail_id','3357'),(162148,3356,'_stock',NULL),(162149,3356,'_stock_status','instock'),(162150,3356,'_wc_average_rating','0'),(162151,3356,'_wc_review_count','0'),(162152,3356,'_product_version','9.8.1'),(162153,3356,'_price','151.20'),(162154,3356,'site-sidebar-layout','default'),(162155,3356,'site-content-layout','default'),(162156,3356,'theme-transparent-header-meta','default'),(162157,3356,'stick-header-meta','default'),(162158,3356,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162159,3356,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162160,3356,'_wc_memberships_force_public','no'),(162161,3356,'_wc_memberships_exclude_discounts','no'),(162162,3356,'mwqb_sync_uiiqb','0'),(162163,3356,'sg_product_enable','no'),(162164,3356,'sg_product_disable','no'),(162165,3356,'group_of_quantity',''),(162166,3356,'minimum_allowed_quantity',''),(162167,3356,'maximum_allowed_quantity',''),(162168,3356,'minmax_do_not_count','no'),(162169,3356,'minmax_cart_exclude','no'),(162170,3356,'minmax_category_group_of_exclude','no'),(162171,3356,'ast-site-content-layout','default'),(162172,3356,'site-content-style','default'),(162173,3356,'site-sidebar-style','default'),(162175,3356,'_edit_lock','1746799380:2'),(162176,3356,'_edit_last','2'),(162178,3357,'_wp_attached_file','2025/05/2024PreventiveShampoo16ozNS.webp'),(162179,3357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:40:\"2025/05/2024PreventiveShampoo16ozNS.webp\";s:8:\"filesize\";i:9256;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1758;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4112;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"2024PreventiveShampoo16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162180,3356,'_wp_old_slug','preventive-shampoo-16ozcase-of-16'),(162183,3358,'_sku','aa-16-oz conditioner-1'),(162184,3358,'_regular_price','151.20'),(162186,3358,'total_sales','34'),(162187,3358,'_tax_status','taxable'),(162188,3358,'_tax_class',''),(162189,3358,'_manage_stock','no'),(162190,3358,'_backorders','no'),(162191,3358,'_sold_individually','no'),(162192,3358,'_weight','19'),(162193,3358,'_length','10.5'),(162194,3358,'_width','10.5'),(162195,3358,'_height','11'),(162196,3358,'_virtual','no'),(162197,3358,'_downloadable','no'),(162198,3358,'_download_limit','0'),(162199,3358,'_download_expiry','0'),(162200,3358,'_thumbnail_id','3359'),(162201,3358,'_stock',NULL),(162202,3358,'_stock_status','instock'),(162203,3358,'_wc_average_rating','0'),(162204,3358,'_wc_review_count','0'),(162205,3358,'_product_version','9.8.1'),(162206,3358,'_price','151.20'),(162207,3358,'site-sidebar-layout','default'),(162208,3358,'site-content-layout','default'),(162209,3358,'theme-transparent-header-meta','default'),(162210,3358,'stick-header-meta','default'),(162211,3358,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162212,3358,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162213,3358,'_wc_memberships_force_public','no'),(162214,3358,'_wc_memberships_exclude_discounts','no'),(162215,3358,'mwqb_sync_uiiqb','0'),(162216,3358,'sg_product_enable','no'),(162217,3358,'sg_product_disable','no'),(162218,3358,'group_of_quantity',''),(162219,3358,'minimum_allowed_quantity',''),(162220,3358,'maximum_allowed_quantity',''),(162221,3358,'minmax_do_not_count','no'),(162222,3358,'minmax_cart_exclude','no'),(162223,3358,'minmax_category_group_of_exclude','no'),(162224,3358,'ast-site-content-layout','default'),(162225,3358,'site-content-style','default'),(162226,3358,'site-sidebar-style','default'),(162228,3358,'_edit_lock','1746799483:2'),(162229,3359,'_wp_attached_file','2025/05/2024PreventiveConditioner16ozNS.webp'),(162230,3359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:44:\"2025/05/2024PreventiveConditioner16ozNS.webp\";s:8:\"filesize\";i:9556;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1792;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4166;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"2024PreventiveConditioner16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1070;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162231,3358,'_edit_last','2'),(162233,3358,'_wp_old_slug','preventive-conditioner-16ozcase-of-16'),(162235,3358,'astra-migrate-meta-layouts','set'),(162236,3356,'astra-migrate-meta-layouts','set'),(162237,3354,'astra-migrate-meta-layouts','set'),(162238,3360,'_sku','AA - Rosemary - Prevent-16-1'),(162239,3360,'_regular_price','148.00'),(162240,3360,'total_sales','19'),(162241,3360,'_tax_status','taxable'),(162242,3360,'_tax_class',''),(162243,3360,'_manage_stock','no'),(162244,3360,'_backorders','no'),(162245,3360,'_sold_individually','no'),(162246,3360,'_weight','19'),(162247,3360,'_length','10.5'),(162248,3360,'_width','10.5'),(162249,3360,'_height','11'),(162250,3360,'_virtual','no'),(162251,3360,'_downloadable','no'),(162252,3360,'_download_limit','0'),(162253,3360,'_download_expiry','0'),(162254,3360,'_thumbnail_id','3361'),(162255,3360,'_stock',NULL),(162256,3360,'_stock_status','instock'),(162257,3360,'_wc_average_rating','0'),(162258,3360,'_wc_review_count','0'),(162259,3360,'_product_version','9.8.1'),(162260,3360,'_price','148.00'),(162261,3360,'site-sidebar-layout','default'),(162262,3360,'site-content-layout','default'),(162263,3360,'theme-transparent-header-meta','default'),(162264,3360,'stick-header-meta','default'),(162265,3360,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162266,3360,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162267,3360,'_wc_memberships_force_public','no'),(162268,3360,'_wc_memberships_exclude_discounts','no'),(162269,3360,'mwqb_sync_uiiqb','0'),(162270,3360,'sg_product_enable','no'),(162271,3360,'sg_product_disable','no'),(162272,3360,'group_of_quantity',''),(162273,3360,'minimum_allowed_quantity',''),(162274,3360,'maximum_allowed_quantity',''),(162275,3360,'minmax_do_not_count','no'),(162276,3360,'minmax_cart_exclude','no'),(162277,3360,'minmax_category_group_of_exclude','no'),(162278,3360,'ast-site-content-layout','default'),(162279,3360,'site-content-style','default'),(162280,3360,'site-sidebar-style','default'),(162282,3360,'_edit_lock','1765990159:2'),(162283,3360,'_edit_last','2'),(162284,3361,'_wp_attached_file','2025/05/2024Rosemary16ozNS.webp'),(162285,3361,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2025/05/2024Rosemary16ozNS.webp\";s:8:\"filesize\";i:9292;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1664;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3854;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2024Rosemary16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1116;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162287,3360,'_wp_old_slug','rosemary-preventive-spray-16ozcase-of-16'),(162288,3360,'astra-migrate-meta-layouts','set'),(162289,3362,'_sku','AA - Rosemary-Prevent-Sprat-8oz'),(162290,3362,'_regular_price','75.00'),(162291,3362,'total_sales','134'),(162292,3362,'_tax_status','taxable'),(162293,3362,'_tax_class',''),(162294,3362,'_manage_stock','no'),(162295,3362,'_backorders','no'),(162296,3362,'_sold_individually','no'),(162297,3362,'_weight','8'),(162298,3362,'_length','8.5'),(162299,3362,'_width','8.5'),(162300,3362,'_height','8.25'),(162301,3362,'_virtual','no'),(162302,3362,'_downloadable','no'),(162303,3362,'_download_limit','0'),(162304,3362,'_download_expiry','0'),(162305,3362,'_thumbnail_id','3363'),(162306,3362,'_stock',NULL),(162307,3362,'_stock_status','instock'),(162308,3362,'_wc_average_rating','0'),(162309,3362,'_wc_review_count','0'),(162310,3362,'_product_version','10.0.2'),(162311,3362,'_price','75.00'),(162312,3362,'site-sidebar-layout','default'),(162313,3362,'site-content-layout','default'),(162314,3362,'theme-transparent-header-meta','default'),(162315,3362,'stick-header-meta','default'),(162316,3362,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(162317,3362,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(162318,3362,'_wc_memberships_force_public','no'),(162319,3362,'_wc_memberships_exclude_discounts','no'),(162320,3362,'mwqb_sync_uiiqb','0'),(162321,3362,'sg_product_enable','no'),(162322,3362,'sg_product_disable','no'),(162323,3362,'group_of_quantity',''),(162324,3362,'minimum_allowed_quantity',''),(162325,3362,'maximum_allowed_quantity',''),(162326,3362,'minmax_do_not_count','no'),(162327,3362,'minmax_cart_exclude','no'),(162328,3362,'minmax_category_group_of_exclude','no'),(162329,3362,'ast-site-content-layout','default'),(162330,3362,'site-content-style','default'),(162331,3362,'site-sidebar-style','default'),(162333,3362,'_edit_lock','1753124393:2'),(162334,3362,'_edit_last','2'),(162335,3363,'_wp_attached_file','2025/05/2024Rosemary8ozNS.webp'),(162336,3363,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2025/05/2024Rosemary8ozNS.webp\";s:8:\"filesize\";i:8944;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1614;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3630;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"2024Rosemary8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162338,3362,'_wp_old_slug','rosemary-preventive-spray-8ozcase-of-12'),(162339,3362,'astra-migrate-meta-layouts','set'),(162340,2408,'astra-migrate-meta-layouts','set'),(162341,2400,'astra-migrate-meta-layouts','set'),(162343,118,'astra-migrate-meta-layouts','set'),(162344,116,'astra-migrate-meta-layouts','set'),(162345,51,'astra-migrate-meta-layouts','set'),(162351,44,'astra-migrate-meta-layouts','set'),(162353,3364,'_wp_attached_file','2021/03/2024TerminatorComb-1.webp'),(162354,3364,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/2024TerminatorComb-1.webp\";s:8:\"filesize\";i:19264;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2906;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2024TerminatorComb-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7202;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2024TerminatorComb-1-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1702;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162356,3365,'_wp_attached_file','2021/03/2024ActiveRinse8oz5050NS.webp'),(162357,3365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024ActiveRinse8oz5050NS.webp\";s:8:\"filesize\";i:9038;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3902;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1682;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3902;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024ActiveRinse8oz5050NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162359,3366,'_wp_attached_file','2021/03/2024ActiveRinse16oz5050NS.webp'),(162360,3366,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2021/03/2024ActiveRinse16oz5050NS.webp\";s:8:\"filesize\";i:9810;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4276;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2024ActiveRinse16oz5050NS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162362,3367,'_wp_attached_file','2021/03/2024CombOutMousse4ozNS.webp'),(162363,3367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/2024CombOutMousse4ozNS.webp\";s:8:\"filesize\";i:8076;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1656;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3730;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2024CombOutMousse4ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:920;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162364,42,'astra-migrate-meta-layouts','set'),(162365,3368,'_wp_attached_file','2021/03/2024PreventiveConditioner8ozNS.webp'),(162366,3368,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:43:\"2021/03/2024PreventiveConditioner8ozNS.webp\";s:8:\"filesize\";i:8662;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1544;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3658;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"2024PreventiveConditioner8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:970;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162368,3369,'_wp_attached_file','2021/03/2024PreventiveDetanglingSpray8ozNS.webp'),(162369,3369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2021/03/2024PreventiveDetanglingSpray8ozNS.webp\";s:8:\"filesize\";i:9008;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1618;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3606;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"2024PreventiveDetanglingSpray8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162370,49,'astra-migrate-meta-layouts','set'),(162371,3370,'_wp_attached_file','2021/03/2024PreventiveShampoo8ozNS.webp'),(162372,3370,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/03/2024PreventiveShampoo8ozNS.webp\";s:8:\"filesize\";i:8474;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3672;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1540;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3672;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"2024PreventiveShampoo8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162374,3371,'_wp_attached_file','2021/03/2024PreventiveSpray2ozNS.webp'),(162375,3371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventiveSpray2ozNS.webp\";s:8:\"filesize\";i:9644;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4044;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1772;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4044;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray2ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1000;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162376,120,'astra-migrate-meta-layouts','set'),(162377,3372,'_wp_attached_file','2021/03/2024PreventiveSpray8ozNS.webp'),(162378,3372,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2021/03/2024PreventiveSpray8ozNS.webp\";s:8:\"filesize\";i:8960;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3542;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1586;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3542;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2024PreventiveSpray8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162379,43,'astra-migrate-meta-layouts','set'),(162380,3373,'_wp_attached_file','2021/03/2024ClarifyingShampooNS.webp'),(162381,3373,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:36:\"2021/03/2024ClarifyingShampooNS.webp\";s:8:\"filesize\";i:8640;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1560;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3772;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"2024ClarifyingShampooNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1020;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162382,45,'astra-migrate-meta-layouts','set'),(162408,3375,'_elementor_edit_mode','builder'),(162409,3375,'_elementor_template_type','wp-page'),(162410,3375,'_elementor_version','3.15.3'),(162411,3375,'_elementor_pro_version','3.15.1'),(162412,3375,'_wp_page_template','default'),(162413,3375,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162414,3376,'_elementor_edit_mode','builder'),(162415,3376,'_elementor_template_type','wp-page'),(162416,3376,'_elementor_version','3.15.3'),(162417,3376,'_elementor_pro_version','3.15.1'),(162418,3376,'_wp_page_template','default'),(162419,3376,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162420,3377,'_elementor_edit_mode','builder'),(162421,3377,'_elementor_template_type','wp-page'),(162422,3377,'_elementor_version','3.18.3'),(162423,3377,'_elementor_pro_version','3.18.2'),(162424,3377,'_wp_page_template','default'),(162425,3377,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162427,3378,'_elementor_edit_mode','builder'),(162428,3378,'_elementor_template_type','wp-page'),(162429,3378,'_elementor_version','3.15.3'),(162430,3378,'_elementor_pro_version','3.15.1'),(162431,3378,'_wp_page_template','default'),(162432,3378,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162433,3379,'_elementor_edit_mode','builder'),(162434,3379,'_elementor_template_type','wp-page'),(162435,3379,'_elementor_version','3.18.3'),(162436,3379,'_elementor_pro_version','3.18.2'),(162437,3379,'_wp_page_template','default'),(162438,3379,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162443,3380,'_elementor_edit_mode','builder'),(162444,3380,'_elementor_template_type','wp-page'),(162445,3380,'_elementor_version','3.18.3'),(162446,3380,'_elementor_pro_version','3.18.2'),(162447,3380,'_wp_page_template','default'),(162448,3380,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162454,3381,'_elementor_edit_mode','builder'),(162455,3381,'_elementor_template_type','wp-page'),(162456,3381,'_elementor_version','3.28.3'),(162457,3381,'_elementor_pro_version','3.28.3'),(162458,3381,'_wp_page_template','default'),(162459,3381,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162462,3382,'_elementor_edit_mode','builder'),(162463,3382,'_elementor_template_type','wp-page'),(162464,3382,'_elementor_version','3.28.3'),(162465,3382,'_elementor_pro_version','3.28.3'),(162466,3382,'_wp_page_template','default'),(162467,3382,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162470,3383,'_elementor_edit_mode','builder'),(162471,3383,'_elementor_template_type','wp-page'),(162472,3383,'_elementor_version','3.28.3'),(162473,3383,'_elementor_pro_version','3.28.3'),(162474,3383,'_wp_page_template','default'),(162475,3383,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162497,3388,'_elementor_edit_mode','builder'),(162498,3388,'_elementor_template_type','wp-page'),(162499,3388,'_elementor_version','3.28.3'),(162500,3388,'_elementor_pro_version','3.28.3'),(162501,3388,'_wp_page_template','default'),(162502,3388,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162505,3389,'_elementor_edit_mode','builder'),(162506,3389,'_elementor_template_type','wp-page'),(162507,3389,'_elementor_version','3.28.3'),(162508,3389,'_elementor_pro_version','3.28.3'),(162509,3389,'_wp_page_template','default'),(162510,3389,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162513,3390,'_elementor_edit_mode','builder'),(162514,3390,'_elementor_template_type','wp-page'),(162515,3390,'_elementor_version','3.28.3'),(162516,3390,'_elementor_pro_version','3.28.3'),(162517,3390,'_wp_page_template','default'),(162518,3390,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162522,3391,'_elementor_edit_mode','builder'),(162523,3391,'_elementor_template_type','wp-page'),(162524,3391,'_elementor_version','3.28.3'),(162525,3391,'_elementor_pro_version','3.28.3'),(162526,3391,'_wp_page_template','default'),(162527,3391,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162528,3392,'_elementor_edit_mode','builder'),(162529,3392,'_elementor_template_type','wp-page'),(162530,3392,'_elementor_version','3.28.3'),(162531,3392,'_elementor_pro_version','3.28.3'),(162532,3392,'_wp_page_template','default'),(162533,3392,'_elementor_data','[{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162534,3393,'_elementor_edit_mode','builder'),(162535,3393,'_elementor_template_type','wp-page'),(162536,3393,'_elementor_version','3.28.3'),(162537,3393,'_elementor_pro_version','3.28.3'),(162538,3393,'_wp_page_template','default'),(162539,3393,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162544,3394,'_elementor_edit_mode','builder'),(162545,3394,'_elementor_template_type','wp-page'),(162546,3394,'_elementor_version','3.28.4'),(162547,3394,'_elementor_pro_version','3.28.3'),(162548,3394,'_wp_page_template','default'),(162549,3394,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162552,3395,'_elementor_edit_mode','builder'),(162553,3395,'_elementor_template_type','wp-page'),(162554,3395,'_elementor_version','3.28.4'),(162555,3395,'_elementor_pro_version','3.28.3'),(162556,3395,'_wp_page_template','default'),(162557,3395,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162560,3396,'_elementor_edit_mode','builder'),(162561,3396,'_elementor_template_type','wp-page'),(162562,3396,'_elementor_version','3.28.4'),(162563,3396,'_elementor_pro_version','3.28.3'),(162564,3396,'_wp_page_template','default'),(162565,3396,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162570,3397,'_elementor_edit_mode','builder'),(162571,3397,'_elementor_template_type','wp-page'),(162572,3397,'_elementor_version','3.28.4'),(162573,3397,'_elementor_pro_version','3.28.3'),(162574,3397,'_wp_page_template','default'),(162575,3397,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162578,3398,'_elementor_edit_mode','builder'),(162579,3398,'_elementor_template_type','wp-page'),(162580,3398,'_elementor_version','3.28.4'),(162581,3398,'_elementor_pro_version','3.28.3'),(162582,3398,'_wp_page_template','default'),(162583,3398,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162586,3399,'_elementor_edit_mode','builder'),(162587,3399,'_elementor_template_type','wp-page'),(162588,3399,'_elementor_version','3.28.4'),(162589,3399,'_elementor_pro_version','3.28.3'),(162590,3399,'_wp_page_template','default'),(162591,3399,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(162607,3343,'_edit_lock','1746813661:2'),(162608,3343,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158859\";s:12:\"date_shipped\";s:10:\"1746748800\";s:11:\"tracking_id\";s:32:\"6651a2b87bbff7f493e04ba5c11e443d\";}}'),(162609,3343,'_edit_last','2'),(162610,3343,'_date_completed','1746813655'),(162611,3343,'_completed_date','2025-05-09 18:00:55'),(162612,3344,'_edit_lock','1746813705:2'),(162613,3344,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158881\";s:12:\"date_shipped\";s:10:\"1746748800\";s:11:\"tracking_id\";s:32:\"418e07f93336c88fd5ade774b1300e12\";}}'),(162614,3344,'_edit_last','2'),(162615,3344,'_date_completed','1746813700'),(162616,3344,'_completed_date','2025-05-09 18:01:40'),(162617,3346,'_edit_lock','1746813597:2'),(162618,3346,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800158973\";s:12:\"date_shipped\";s:10:\"1746748800\";s:11:\"tracking_id\";s:32:\"cf000abebc0c33a95d727aa770ca50ef\";}}'),(162619,3346,'_edit_last','2'),(162620,3346,'_date_completed','1746813732'),(162621,3346,'_completed_date','2025-05-09 18:02:12'),(162622,3347,'_edit_lock','1746813671:2'),(162623,3347,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159226\";s:12:\"date_shipped\";s:10:\"1746748800\";s:11:\"tracking_id\";s:32:\"46602f180c9e453602dcb4f93dd0f625\";}}'),(162624,3347,'_edit_last','2'),(162625,3347,'_date_completed','1746813806'),(162626,3347,'_completed_date','2025-05-09 18:03:26'),(162627,3349,'_edit_lock','1746813835:2'),(162628,3349,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159281\";s:12:\"date_shipped\";s:10:\"1746748800\";s:11:\"tracking_id\";s:32:\"29d782077ab1712ae9b1a0581612a3e3\";}}'),(162629,3349,'_edit_last','2'),(162630,3349,'_date_completed','1746813831'),(162631,3349,'_completed_date','2025-05-09 18:03:51'),(162634,3400,'_order_key','wc_order_cQzcBaOwifPSe'),(162635,3400,'_customer_user','5'),(162636,3400,'_payment_method','paypal'),(162637,3400,'_payment_method_title','PayPal'),(162638,3400,'_customer_ip_address','71.237.182.213'),(162639,3400,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(162640,3400,'_created_via','checkout'),(162641,3400,'_cart_hash','8e30740b941653f11c87821800ef2817'),(162642,3400,'_download_permissions_granted','yes'),(162643,3400,'_recorded_sales','yes'),(162644,3400,'_recorded_coupon_usage_counts','yes'),(162645,3400,'_new_order_email_sent','true'),(162646,3400,'_order_stock_reduced','yes'),(162647,3400,'_billing_first_name','Mark'),(162648,3400,'_billing_last_name','Meyer'),(162649,3400,'_billing_company','lice clinics of america- portland'),(162650,3400,'_billing_address_1','5201 SW Westgate Dr suite 106'),(162651,3400,'_billing_address_2','106'),(162652,3400,'_billing_city','portland'),(162653,3400,'_billing_state','OR'),(162654,3400,'_billing_postcode','97221'),(162655,3400,'_billing_country','US'),(162656,3400,'_billing_email','noemi.and.mark@nwliceclinics.com'),(162657,3400,'_billing_phone','15034040475'),(162658,3400,'_shipping_first_name','Mark'),(162659,3400,'_shipping_last_name','Meyer'),(162660,3400,'_shipping_company','lice clinics of america- portland'),(162661,3400,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(162662,3400,'_shipping_address_2','106'),(162663,3400,'_shipping_city','portland'),(162664,3400,'_shipping_state','OR'),(162665,3400,'_shipping_postcode','97221'),(162666,3400,'_shipping_country','US'),(162667,3400,'_order_currency','USD'),(162668,3400,'_cart_discount','0'),(162669,3400,'_cart_discount_tax','0'),(162670,3400,'_order_shipping','0'),(162671,3400,'_order_shipping_tax','0'),(162672,3400,'_order_tax','0'),(162673,3400,'_order_total','3079.42'),(162674,3400,'_order_version','9.8.4'),(162675,3400,'_prices_include_tax','no'),(162676,3400,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(162677,3400,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US '),(162678,3400,'is_vat_exempt','no'),(162679,3400,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:231.78399999999999;s:35:\"product_level_based_on_tax_settings\";d:231.78399999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:231.78399999999999;s:27:\"total_based_on_tax_settings\";d:231.78399999999999;}}'),(162680,3400,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:531.21600000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:531.21600000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:372;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:372;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:948.59999999999991;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:948.59999999999991;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:334.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:334.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:558;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:558;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:167.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:167.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:167.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:167.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:3079.4160000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:4:\"city\";s:8:\"portland\";s:7:\"address\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_2\";s:3:\"106\";}s:13:\"cart_subtotal\";s:7:\"3079.42\";}}'),(162681,3400,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(162682,3400,'_wc_order_attribution_source_type','referral'),(162683,3400,'_wc_order_attribution_referrer','https://lcaportal.com/'),(162684,3400,'_wc_order_attribution_utm_source','lcaportal.com'),(162685,3400,'_wc_order_attribution_utm_medium','referral'),(162686,3400,'_wc_order_attribution_utm_content','/'),(162687,3400,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(162688,3400,'_wc_order_attribution_session_start_time','2025-05-09 16:54:25'),(162689,3400,'_wc_order_attribution_session_pages','1'),(162690,3400,'_wc_order_attribution_session_count','3'),(162691,3400,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(162692,3400,'_wc_order_attribution_device_type','Desktop'),(162693,3400,'Payment type','instant'),(162694,3400,'_paypal_status','completed'),(162695,3400,'_transaction_id','51U711544J8906607'),(162696,3400,'PayPal Transaction Fee','107.96'),(162697,3400,'_date_paid','1746827534'),(162698,3400,'_paid_date','2025-05-09 21:52:14'),(162700,3401,'_order_key','wc_order_Pc14cf2ZTJfjx'),(162701,3401,'_customer_user','39'),(162702,3401,'_payment_method','paypal'),(162703,3401,'_payment_method_title','PayPal'),(162704,3401,'_customer_ip_address','24.240.119.224'),(162705,3401,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36'),(162706,3401,'_created_via','checkout'),(162707,3401,'_cart_hash','0837de17990dbb014a41594af0b0c50d'),(162708,3401,'_download_permissions_granted','yes'),(162709,3401,'_recorded_sales','yes'),(162710,3401,'_recorded_coupon_usage_counts','yes'),(162711,3401,'_new_order_email_sent','true'),(162712,3401,'_order_stock_reduced','yes'),(162713,3401,'_billing_first_name','Patty'),(162714,3401,'_billing_last_name','Ziegler'),(162715,3401,'_billing_address_1','3090 Saddle Brook Tr'),(162716,3401,'_billing_city','Sun Prairie'),(162717,3401,'_billing_state','WI'),(162718,3401,'_billing_postcode','53590'),(162719,3401,'_billing_country','US'),(162720,3401,'_billing_email','liceremovalwisconsin@gmail.com'),(162721,3401,'_billing_phone','6088258255'),(162722,3401,'_shipping_first_name','Patty'),(162723,3401,'_shipping_last_name','Ziegler'),(162724,3401,'_shipping_address_1','3090 Saddle Brook Tr'),(162725,3401,'_shipping_city','Sun Prairie'),(162726,3401,'_shipping_state','WI'),(162727,3401,'_shipping_postcode','53590'),(162728,3401,'_shipping_country','US'),(162729,3401,'_order_currency','USD'),(162730,3401,'_cart_discount','0'),(162731,3401,'_cart_discount_tax','0'),(162732,3401,'_order_shipping','0'),(162733,3401,'_order_shipping_tax','0'),(162734,3401,'_order_tax','0'),(162735,3401,'_order_total','523.80'),(162736,3401,'_order_version','9.8.4'),(162737,3401,'_prices_include_tax','no'),(162738,3401,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(162739,3401,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(162740,3401,'is_vat_exempt','no'),(162741,3401,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c1dd58aaaaf81f2561b69d5e6027d6c\";a:16:{s:10:\"unique_key\";s:32:\"697a49476939679b97fbcf47ec3fe8ea\";s:4:\"time\";s:10:\"06:49:58pm\";s:3:\"key\";s:32:\"6c1dd58aaaaf81f2561b69d5e6027d6c\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ea2e681e1bc07b6673a28311482373cf\";a:16:{s:10:\"unique_key\";s:32:\"5918dd380a4d640d7976fa2951d1ec3a\";s:4:\"time\";s:10:\"06:50:16pm\";s:3:\"key\";s:32:\"ea2e681e1bc07b6673a28311482373cf\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"2a39091c4ea0767d67e6769cca6bd49a\";a:16:{s:10:\"unique_key\";s:32:\"40e765e89207c0681c536c9589c69939\";s:4:\"time\";s:10:\"06:50:37pm\";s:3:\"key\";s:32:\"2a39091c4ea0767d67e6769cca6bd49a\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"b6d26d80329c5a97dae519ae3b98c310\";a:16:{s:10:\"unique_key\";s:32:\"e8294875cff3533eb8667bb8bf4bc543\";s:4:\"time\";s:10:\"06:56:46pm\";s:3:\"key\";s:32:\"b6d26d80329c5a97dae519ae3b98c310\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:523.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:39;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WI\";s:8:\"postcode\";s:5:\"53590\";s:4:\"city\";s:11:\"Sun Prairie\";s:7:\"address\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_1\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"523.8\";}}'),(162742,3401,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(162743,3401,'_wc_order_attribution_source_type','referral'),(162744,3401,'_wc_order_attribution_referrer','https://lcaportal.com/'),(162745,3401,'_wc_order_attribution_utm_source','lcaportal.com'),(162746,3401,'_wc_order_attribution_utm_medium','referral'),(162747,3401,'_wc_order_attribution_utm_content','/'),(162748,3401,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(162749,3401,'_wc_order_attribution_session_start_time','2025-05-11 23:18:12'),(162750,3401,'_wc_order_attribution_session_pages','4'),(162751,3401,'_wc_order_attribution_session_count','2'),(162752,3401,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36'),(162753,3401,'_wc_order_attribution_device_type','Mobile'),(162754,3401,'Payment type','instant'),(162755,3401,'_paypal_status','completed'),(162756,3401,'_transaction_id','4JX775979U6930445'),(162757,3401,'PayPal Transaction Fee','18.77'),(162758,3401,'_date_paid','1747012037'),(162759,3401,'_paid_date','2025-05-12 01:07:17'),(162923,3405,'_order_key','wc_order_1fIHgZrP0Qmk4'),(162924,3405,'_customer_user','7'),(162925,3405,'_payment_method','paypal'),(162926,3405,'_payment_method_title','PayPal'),(162927,3405,'_customer_ip_address','71.93.225.128'),(162928,3405,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(162929,3405,'_created_via','checkout'),(162930,3405,'_cart_hash','ed1038603ab0aed50a2e9a5ae38343b9'),(162931,3405,'_download_permissions_granted','yes'),(162932,3405,'_recorded_sales','yes'),(162933,3405,'_recorded_coupon_usage_counts','yes'),(162934,3405,'_new_order_email_sent','true'),(162935,3405,'_order_stock_reduced','yes'),(162936,3405,'_billing_first_name','Amy'),(162937,3405,'_billing_last_name','Allen'),(162938,3405,'_billing_company','Lice Clinics Of America'),(162939,3405,'_billing_address_1','30 Hummingbird Court'),(162940,3405,'_billing_city','Hollister'),(162941,3405,'_billing_state','CA'),(162942,3405,'_billing_postcode','95023'),(162943,3405,'_billing_country','US'),(162944,3405,'_billing_email','lca.gilroy@gmail.com'),(162945,3405,'_billing_phone','4085005537'),(162946,3405,'_shipping_first_name','Amy'),(162947,3405,'_shipping_last_name','Allen'),(162948,3405,'_shipping_company','Lice Clinics Of America - Gilroy'),(162949,3405,'_shipping_address_1','7680 Monterey St Ste 104'),(162950,3405,'_shipping_city','Gilroy'),(162951,3405,'_shipping_state','CA'),(162952,3405,'_shipping_postcode','95020'),(162953,3405,'_shipping_country','US'),(162954,3405,'_order_currency','USD'),(162955,3405,'_cart_discount','0'),(162956,3405,'_cart_discount_tax','0'),(162957,3405,'_order_shipping','0'),(162958,3405,'_order_shipping_tax','0'),(162959,3405,'_order_tax','0'),(162960,3405,'_order_total','1421.32'),(162961,3405,'_order_version','9.8.4'),(162962,3405,'_prices_include_tax','no'),(162963,3405,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(162964,3405,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(162965,3405,'is_vat_exempt','no'),(162966,3405,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:106.98099999999999;s:35:\"product_level_based_on_tax_settings\";d:106.98099999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:106.98099999999999;s:27:\"total_based_on_tax_settings\";d:106.98099999999999;}}'),(162967,3405,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:254.96879999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:254.96880000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:-2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:616.62720000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:616.62720000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:398.41200000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:398.41200000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:93;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:93;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.311;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.311000000000007;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:-7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1421.319;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:7;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95020\";s:4:\"city\";s:6:\"Gilroy\";s:7:\"address\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_1\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1421.32\";}}'),(162968,3405,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(162969,3405,'_wc_order_attribution_source_type','referral'),(162970,3405,'_wc_order_attribution_referrer','https://www.paypal.com/'),(162971,3405,'_wc_order_attribution_utm_source','paypal.com'),(162972,3405,'_wc_order_attribution_utm_medium','referral'),(162973,3405,'_wc_order_attribution_utm_content','/'),(162974,3405,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/?cancel_order=true&order=wc_order_ozpW3jgl44r9E&order_id=3404&redirect&_wpnonce=d38a035837'),(162975,3405,'_wc_order_attribution_session_start_time','2025-05-12 20:43:39'),(162976,3405,'_wc_order_attribution_session_pages','7'),(162977,3405,'_wc_order_attribution_session_count','12'),(162978,3405,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(162979,3405,'_wc_order_attribution_device_type','Desktop'),(162980,3405,'Payment type','instant'),(162981,3405,'_paypal_status','completed'),(162982,3405,'_transaction_id','12L16909YE063764Y'),(162983,3405,'PayPal Transaction Fee','50.09'),(162984,3405,'_date_paid','1747082793'),(162985,3405,'_paid_date','2025-05-12 20:46:33'),(162998,3401,'_edit_lock','1747141797:2'),(162999,3401,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159590\";s:12:\"date_shipped\";s:10:\"1747094400\";s:11:\"tracking_id\";s:32:\"e02667f1b342c4fa0210764af64a0b9a\";}}'),(163000,3401,'_edit_last','2'),(163001,3401,'_date_completed','1747141903'),(163002,3401,'_completed_date','2025-05-13 13:11:43'),(163003,3400,'_edit_lock','1747141946:2'),(163004,3400,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159649\";s:12:\"date_shipped\";s:10:\"1747094400\";s:11:\"tracking_id\";s:32:\"19a676effee64a781233ea0cd80b51de\";}}'),(163005,3400,'_edit_last','2'),(163006,3400,'_date_completed','1747142070'),(163007,3400,'_completed_date','2025-05-13 13:14:30'),(163008,3406,'_order_key','wc_order_ce76LCqtwBzjv'),(163009,3406,'_customer_user','76'),(163010,3406,'_payment_method','paypal'),(163011,3406,'_payment_method_title','PayPal'),(163012,3406,'_customer_ip_address','66.31.192.192'),(163013,3406,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(163014,3406,'_created_via','checkout'),(163015,3406,'_cart_hash','2ba1614ee0892f3b8411e89e09f83d6d'),(163016,3406,'_download_permissions_granted','yes'),(163017,3406,'_recorded_sales','yes'),(163018,3406,'_recorded_coupon_usage_counts','yes'),(163019,3406,'_new_order_email_sent','true'),(163020,3406,'_order_stock_reduced','yes'),(163021,3406,'_billing_first_name','Naomi'),(163022,3406,'_billing_last_name','Golden'),(163023,3406,'_billing_address_1','31 Mann Ave'),(163024,3406,'_billing_city','Needham'),(163025,3406,'_billing_state','MA'),(163026,3406,'_billing_postcode','02492'),(163027,3406,'_billing_country','US'),(163028,3406,'_billing_email','nrgolden6486@gmail.com'),(163029,3406,'_billing_phone','6178511322'),(163030,3406,'_shipping_first_name','Naomi'),(163031,3406,'_shipping_last_name','Golden'),(163032,3406,'_shipping_company','Lice Aunties'),(163033,3406,'_shipping_address_1','60 Dedham Ave'),(163034,3406,'_shipping_city','Needham'),(163035,3406,'_shipping_state','MA'),(163036,3406,'_shipping_postcode','02492'),(163037,3406,'_shipping_country','US'),(163038,3406,'_order_currency','USD'),(163039,3406,'_cart_discount','0'),(163040,3406,'_cart_discount_tax','0'),(163041,3406,'_order_shipping','0'),(163042,3406,'_order_shipping_tax','0'),(163043,3406,'_order_tax','0'),(163044,3406,'_order_total','537.45'),(163045,3406,'_order_version','9.8.4'),(163046,3406,'_prices_include_tax','no'),(163047,3406,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(163048,3406,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave  Needham MA 02492 US '),(163049,3406,'is_vat_exempt','no'),(163050,3406,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:40.453000000000003;s:35:\"product_level_based_on_tax_settings\";d:40.453000000000003;s:10:\"cart_level\";d:0;s:5:\"total\";d:40.453000000000003;s:27:\"total_based_on_tax_settings\";d:40.453000000000003;}}'),(163051,3406,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:318.71100000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:318.71100000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:218.73600000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:218.73599999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:537.447;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"537.45\";}}'),(163052,3406,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163053,3406,'_wc_order_attribution_source_type','referral'),(163054,3406,'_wc_order_attribution_referrer','https://www.paypal.com/'),(163055,3406,'_wc_order_attribution_utm_source','paypal.com'),(163056,3406,'_wc_order_attribution_utm_medium','referral'),(163057,3406,'_wc_order_attribution_utm_content','/'),(163058,3406,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/order-received/3323/?key=wc_order_Xs6sb7QT7fsOJ&utm_nooverride=1&PayerID=4YSSP4ZGTG2UW'),(163059,3406,'_wc_order_attribution_session_start_time','2025-04-26 22:04:19'),(163060,3406,'_wc_order_attribution_session_pages','2'),(163061,3406,'_wc_order_attribution_session_count','7'),(163062,3406,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(163063,3406,'_wc_order_attribution_device_type','Desktop'),(163064,3406,'Payment type','instant'),(163065,3406,'_paypal_status','completed'),(163066,3406,'_transaction_id','1F226124NH0826638'),(163067,3406,'PayPal Transaction Fee','19.25'),(163068,3406,'_date_paid','1747142536'),(163069,3406,'_paid_date','2025-05-13 13:22:16'),(163072,3407,'_order_key','wc_order_XQpUc5wBAYQmG'),(163073,3407,'_customer_user','105'),(163074,3407,'_payment_method','paypal'),(163075,3407,'_payment_method_title','PayPal'),(163076,3407,'_customer_ip_address','67.177.160.177'),(163077,3407,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0'),(163078,3407,'_created_via','checkout'),(163079,3407,'_cart_hash','4b29df1f55f95b4bb2499144db505e3b'),(163080,3407,'_download_permissions_granted','yes'),(163081,3407,'_recorded_sales','yes'),(163082,3407,'_recorded_coupon_usage_counts','yes'),(163083,3407,'_new_order_email_sent','true'),(163084,3407,'_order_stock_reduced','yes'),(163085,3407,'_billing_first_name','Joseph'),(163086,3407,'_billing_last_name','West'),(163087,3407,'_billing_company','MAJESTIC PEACOCK LLC'),(163088,3407,'_billing_address_1','615 Crofton Park Ln'),(163089,3407,'_billing_city','Franklin'),(163090,3407,'_billing_state','TN'),(163091,3407,'_billing_postcode','37069'),(163092,3407,'_billing_country','US'),(163093,3407,'_billing_email','info@nashville.liceclinicsofamerica.com'),(163094,3407,'_billing_phone','8042184232'),(163095,3407,'_shipping_first_name','Joseph'),(163096,3407,'_shipping_last_name','West'),(163097,3407,'_shipping_company','LCA - Williamson County'),(163098,3407,'_shipping_address_1','330 Mallory Station Rd'),(163099,3407,'_shipping_address_2','F17'),(163100,3407,'_shipping_city','Franklin'),(163101,3407,'_shipping_state','TN'),(163102,3407,'_shipping_postcode','37067'),(163103,3407,'_shipping_country','US'),(163104,3407,'_order_currency','USD'),(163105,3407,'_cart_discount','0'),(163106,3407,'_cart_discount_tax','0'),(163107,3407,'_order_shipping','0'),(163108,3407,'_order_shipping_tax','0'),(163109,3407,'_order_tax','0'),(163110,3407,'_order_total','1245.92'),(163111,3407,'_order_version','9.8.4'),(163112,3407,'_prices_include_tax','no'),(163113,3407,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(163114,3407,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(163117,3407,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:479.88;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:479.88;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:199.20600000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:199.20600000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:316.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:316.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:145.82400000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:145.82399999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:46.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:46.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.311;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.311000000000007;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:-7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1245.921;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:105;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37067\";s:4:\"city\";s:8:\"Franklin\";s:7:\"address\";s:22:\"330 Mallory Station Rd\";s:9:\"address_1\";s:22:\"330 Mallory Station Rd\";s:9:\"address_2\";s:3:\"F17\";}s:13:\"cart_subtotal\";s:7:\"1245.92\";}}'),(163118,3407,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163119,3407,'_wc_order_attribution_source_type','referral'),(163120,3407,'_wc_order_attribution_referrer','https://lcaportal.com/'),(163121,3407,'_wc_order_attribution_utm_source','lcaportal.com'),(163122,3407,'_wc_order_attribution_utm_medium','referral'),(163123,3407,'_wc_order_attribution_utm_content','/'),(163124,3407,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163125,3407,'_wc_order_attribution_session_start_time','2025-05-14 13:47:26'),(163126,3407,'_wc_order_attribution_session_pages','8'),(163127,3407,'_wc_order_attribution_session_count','1'),(163128,3407,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0'),(163129,3407,'_wc_order_attribution_device_type','Desktop'),(163130,3407,'is_vat_exempt','no'),(163131,3407,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:93.778999999999996;s:35:\"product_level_based_on_tax_settings\";d:93.778999999999996;s:10:\"cart_level\";d:0;s:5:\"total\";d:93.778999999999996;s:27:\"total_based_on_tax_settings\";d:93.778999999999996;}}'),(163132,3407,'Payment type','instant'),(163133,3407,'_paypal_status','completed'),(163134,3407,'_transaction_id','376264242X109835B'),(163135,3407,'PayPal Transaction Fee','43.97'),(163136,3407,'_date_paid','1747231063'),(163137,3407,'_paid_date','2025-05-14 13:57:43'),(163141,40,'astra-migrate-meta-layouts','set'),(163144,39,'astra-migrate-meta-layouts','set'),(163145,3409,'_order_key','wc_order_Xu7Dre6Lhqb8n'),(163146,3409,'_customer_user','52'),(163147,3409,'_payment_method','paypal'),(163148,3409,'_payment_method_title','PayPal'),(163149,3409,'_customer_ip_address','173.66.45.62'),(163150,3409,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163151,3409,'_created_via','checkout'),(163152,3409,'_cart_hash','50a25f439f656225eb56f018052e1e06'),(163153,3409,'_download_permissions_granted','yes'),(163154,3409,'_recorded_sales','yes'),(163155,3409,'_recorded_coupon_usage_counts','yes'),(163156,3409,'_new_order_email_sent','true'),(163157,3409,'_order_stock_reduced','yes'),(163158,3409,'_billing_first_name','Darlene'),(163159,3409,'_billing_last_name','LaFramboise'),(163160,3409,'_billing_company','LCA-NOVA'),(163161,3409,'_billing_address_1','25473 Tomey Ct'),(163162,3409,'_billing_city','Aldie'),(163163,3409,'_billing_state','VA'),(163164,3409,'_billing_postcode','20105-3048'),(163165,3409,'_billing_country','US'),(163166,3409,'_billing_email','info@liceremovalnova.com'),(163167,3409,'_billing_phone','7033031576'),(163168,3409,'_shipping_first_name','Darlene'),(163169,3409,'_shipping_last_name','LaFramboise'),(163170,3409,'_shipping_company','LCA-NOVA'),(163171,3409,'_shipping_address_1','25473 Tomey Ct'),(163172,3409,'_shipping_city','Aldie'),(163173,3409,'_shipping_state','VA'),(163174,3409,'_shipping_postcode','20105-3048'),(163175,3409,'_shipping_country','US'),(163176,3409,'_order_currency','USD'),(163177,3409,'_cart_discount','0'),(163178,3409,'_cart_discount_tax','0'),(163179,3409,'_order_shipping','19.4'),(163180,3409,'_order_shipping_tax','0'),(163181,3409,'_order_tax','0'),(163182,3409,'_order_total','249.40'),(163183,3409,'_order_version','9.8.4'),(163184,3409,'_prices_include_tax','no'),(163185,3409,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(163186,3409,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(163187,3409,'is_vat_exempt','no'),(163188,3409,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:230;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:52;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:4:\"city\";s:5:\"Aldie\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:3:\"230\";}}'),(163189,3409,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(163190,3409,'_wc_order_attribution_source_type','referral'),(163191,3409,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(163192,3409,'_wc_order_attribution_utm_source','lcaportal.com'),(163193,3409,'_wc_order_attribution_utm_medium','referral'),(163194,3409,'_wc_order_attribution_utm_content','/'),(163195,3409,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163196,3409,'_wc_order_attribution_session_start_time','2025-05-14 15:44:49'),(163197,3409,'_wc_order_attribution_session_pages','6'),(163198,3409,'_wc_order_attribution_session_count','1'),(163199,3409,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163200,3409,'_wc_order_attribution_device_type','Desktop'),(163201,3409,'Payment type','instant'),(163202,3409,'_paypal_status','completed'),(163203,3409,'_transaction_id','0TP55850DV9062253'),(163204,3409,'PayPal Transaction Fee','9.19'),(163205,3409,'_date_paid','1747238259'),(163206,3409,'_paid_date','2025-05-14 15:57:39'),(163207,3410,'_order_key','wc_order_7Td9XAdtLylTT'),(163208,3410,'_customer_user','5'),(163209,3410,'_payment_method','paypal'),(163210,3410,'_payment_method_title','PayPal'),(163211,3410,'_customer_ip_address','71.237.182.213'),(163212,3410,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163213,3410,'_created_via','checkout'),(163214,3410,'_cart_hash','f4152067151c4c4c7f55aa3fd2446b83'),(163215,3410,'_download_permissions_granted','yes'),(163216,3410,'_recorded_sales','yes'),(163217,3410,'_recorded_coupon_usage_counts','yes'),(163218,3410,'_new_order_email_sent','true'),(163219,3410,'_order_stock_reduced','yes'),(163220,3410,'_billing_first_name','Mark'),(163221,3410,'_billing_last_name','Meyer'),(163222,3410,'_billing_company','lice clinics of america- portland'),(163223,3410,'_billing_address_1','5201 SW Westgate Dr suite 106'),(163224,3410,'_billing_address_2','106'),(163225,3410,'_billing_city','portland'),(163226,3410,'_billing_state','OR'),(163227,3410,'_billing_postcode','97221'),(163228,3410,'_billing_country','US'),(163229,3410,'_billing_email','noemi.and.mark@nwliceclinics.com'),(163230,3410,'_billing_phone','15034040475'),(163231,3410,'_shipping_first_name','Becky'),(163232,3410,'_shipping_last_name','Williams'),(163233,3410,'_shipping_company','lice clinics of america- Tacoma'),(163234,3410,'_shipping_address_1','1018 139th St E'),(163235,3410,'_shipping_city','Tacoma'),(163236,3410,'_shipping_state','WA'),(163237,3410,'_shipping_postcode','98445'),(163238,3410,'_shipping_country','US'),(163239,3410,'_order_currency','USD'),(163240,3410,'_cart_discount','0'),(163241,3410,'_cart_discount_tax','0'),(163242,3410,'_order_shipping','0'),(163243,3410,'_order_shipping_tax','0'),(163244,3410,'_order_tax','0'),(163245,3410,'_order_total','2510.44'),(163246,3410,'_order_version','9.8.4'),(163247,3410,'_prices_include_tax','no'),(163248,3410,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(163249,3410,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(163250,3410,'is_vat_exempt','no'),(163251,3410,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:188.958;s:35:\"product_level_based_on_tax_settings\";d:188.958;s:10:\"cart_level\";d:0;s:5:\"total\";d:188.958;s:27:\"total_based_on_tax_settings\";d:188.958;}}'),(163252,3410,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:332.00999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:332.00999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:186;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:186;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:251.10000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:251.10000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:279;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:279;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:332.00999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:332.00999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:159.96000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:159.96000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:306.89999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:306.89999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:30;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:546.84000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:546.84000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:116.622;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:116.62200000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:-1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:2510.442;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WA\";s:8:\"postcode\";s:5:\"98445\";s:4:\"city\";s:6:\"Tacoma\";s:7:\"address\";s:15:\"1018 139th St E\";s:9:\"address_1\";s:15:\"1018 139th St E\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"2510.44\";}}'),(163253,3410,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163254,3410,'_wc_order_attribution_source_type','referral'),(163255,3410,'_wc_order_attribution_referrer','https://lcaportal.com/'),(163256,3410,'_wc_order_attribution_utm_source','lcaportal.com'),(163257,3410,'_wc_order_attribution_utm_medium','referral'),(163258,3410,'_wc_order_attribution_utm_content','/'),(163259,3410,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163260,3410,'_wc_order_attribution_session_start_time','2025-05-14 16:54:40'),(163261,3410,'_wc_order_attribution_session_pages','4'),(163262,3410,'_wc_order_attribution_session_count','4'),(163263,3410,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163264,3410,'_wc_order_attribution_device_type','Desktop'),(163265,3410,'Payment type','instant'),(163266,3410,'_paypal_status','completed'),(163267,3410,'_transaction_id','6V775824DK767725W'),(163268,3410,'PayPal Transaction Fee','88.10'),(163269,3410,'_date_paid','1747242304'),(163270,3410,'_paid_date','2025-05-14 17:05:04'),(163272,3411,'_order_key','wc_order_7cv20qBqNyWvm'),(163273,3411,'_customer_user','5'),(163274,3411,'_payment_method','paypal'),(163275,3411,'_payment_method_title','PayPal'),(163276,3411,'_customer_ip_address','71.237.182.213'),(163277,3411,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163278,3411,'_created_via','checkout'),(163279,3411,'_cart_hash','a14cdd879ccf623852a02db96191d535'),(163280,3411,'_download_permissions_granted','yes'),(163281,3411,'_recorded_sales','yes'),(163282,3411,'_recorded_coupon_usage_counts','yes'),(163283,3411,'_new_order_email_sent','true'),(163284,3411,'_order_stock_reduced','yes'),(163285,3411,'_billing_first_name','Mark'),(163286,3411,'_billing_last_name','Meyer'),(163287,3411,'_billing_company','lice clinics of america- portland'),(163288,3411,'_billing_address_1','5201 SW Westgate Dr'),(163289,3411,'_billing_address_2','Suite 106'),(163290,3411,'_billing_city','portland'),(163291,3411,'_billing_state','OR'),(163292,3411,'_billing_postcode','97221'),(163293,3411,'_billing_country','US'),(163294,3411,'_billing_email','noemi.and.mark@nwliceclinics.com'),(163295,3411,'_billing_phone','15034040475'),(163296,3411,'_shipping_first_name','Mark'),(163297,3411,'_shipping_last_name','Meyer'),(163298,3411,'_shipping_company','lice clinics of america- portland'),(163299,3411,'_shipping_address_1','5201 SW Westgate Dr'),(163300,3411,'_shipping_address_2','Suite 106'),(163301,3411,'_shipping_city','portland'),(163302,3411,'_shipping_state','OR'),(163303,3411,'_shipping_postcode','97221'),(163304,3411,'_shipping_country','US'),(163305,3411,'_order_currency','USD'),(163306,3411,'_cart_discount','0'),(163307,3411,'_cart_discount_tax','0'),(163308,3411,'_order_shipping','0'),(163309,3411,'_order_shipping_tax','0'),(163310,3411,'_order_tax','0'),(163311,3411,'_order_total','1311.49'),(163312,3411,'_order_version','9.8.4'),(163313,3411,'_prices_include_tax','no'),(163314,3411,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(163315,3411,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr Suite 106 portland OR 97221 US '),(163316,3411,'is_vat_exempt','no'),(163317,3411,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:98.713999999999999;s:35:\"product_level_based_on_tax_settings\";d:98.713999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:98.713999999999999;s:27:\"total_based_on_tax_settings\";d:98.713999999999999;}}'),(163318,3411,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:531.21600000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:531.21600000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:319.92000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:319.92000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:460.34999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:460.35000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:-5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1311.4859999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:4:\"city\";s:8:\"portland\";s:7:\"address\";s:19:\"5201 SW Westgate Dr\";s:9:\"address_1\";s:19:\"5201 SW Westgate Dr\";s:9:\"address_2\";s:9:\"Suite 106\";}s:13:\"cart_subtotal\";s:7:\"1311.49\";}}'),(163319,3411,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163320,3411,'_wc_order_attribution_source_type','referral'),(163321,3411,'_wc_order_attribution_referrer','https://lcaportal.com/'),(163322,3411,'_wc_order_attribution_utm_source','lcaportal.com'),(163323,3411,'_wc_order_attribution_utm_medium','referral'),(163324,3411,'_wc_order_attribution_utm_content','/'),(163325,3411,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163326,3411,'_wc_order_attribution_session_start_time','2025-05-14 16:54:40'),(163327,3411,'_wc_order_attribution_session_pages','23'),(163328,3411,'_wc_order_attribution_session_count','4'),(163329,3411,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163330,3411,'_wc_order_attribution_device_type','Desktop'),(163331,3411,'Payment type','instant'),(163332,3411,'_paypal_status','completed'),(163333,3411,'_transaction_id','2KJ9774635343381N'),(163334,3411,'PayPal Transaction Fee','46.26'),(163335,3411,'_date_paid','1747243178'),(163336,3411,'_paid_date','2025-05-14 17:19:38'),(163337,3407,'_edit_lock','1747691401:2'),(163354,3412,'_sku','AA-COMB-OUT-MOUSSE-UNSCENT'),(163355,3412,'_regular_price','90.00'),(163356,3412,'total_sales','78'),(163357,3412,'_tax_status','taxable'),(163358,3412,'_tax_class',''),(163359,3412,'_manage_stock','no'),(163360,3412,'_backorders','no'),(163361,3412,'_sold_individually','no'),(163362,3412,'_weight','4.90'),(163363,3412,'_length','8.25'),(163364,3412,'_width','6.25'),(163365,3412,'_height','8'),(163366,3412,'_virtual','no'),(163367,3412,'_downloadable','no'),(163368,3412,'_download_limit','0'),(163369,3412,'_download_expiry','0'),(163370,3412,'_thumbnail_id','3367'),(163371,3412,'_stock',NULL),(163372,3412,'_stock_status','instock'),(163373,3412,'_wc_average_rating','0'),(163374,3412,'_wc_review_count','0'),(163375,3412,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(163376,3412,'_product_version','9.8.4'),(163377,3412,'_price','90.00'),(163378,3412,'site-sidebar-layout','default'),(163379,3412,'site-content-layout','default'),(163380,3412,'theme-transparent-header-meta','default'),(163381,3412,'stick-header-meta','default'),(163382,3412,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(163383,3412,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(163384,3412,'_wc_memberships_force_public','no'),(163385,3412,'_wc_memberships_exclude_discounts','no'),(163386,3412,'mwqb_sync_uiiqb','0'),(163387,3412,'sg_product_enable','no'),(163388,3412,'sg_product_disable','no'),(163389,3412,'group_of_quantity',''),(163390,3412,'minimum_allowed_quantity',''),(163391,3412,'maximum_allowed_quantity',''),(163392,3412,'minmax_do_not_count','no'),(163393,3412,'minmax_cart_exclude','no'),(163394,3412,'minmax_category_group_of_exclude','no'),(163395,3412,'ast-site-content-layout','default'),(163396,3412,'site-content-style','default'),(163397,3412,'site-sidebar-style','default'),(163400,3412,'_edit_lock','1747246238:2'),(163401,3412,'_edit_last','2'),(163402,3412,'astra-migrate-meta-layouts','set'),(163403,3413,'_elementor_edit_mode','builder'),(163404,3413,'_elementor_template_type','wp-page'),(163405,3413,'_elementor_version','3.28.4'),(163406,3413,'_elementor_pro_version','3.28.3'),(163407,3413,'_wp_page_template','default'),(163408,3413,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163411,3414,'_elementor_edit_mode','builder'),(163412,3414,'_elementor_template_type','wp-page'),(163413,3414,'_elementor_version','3.28.4'),(163414,3414,'_elementor_pro_version','3.28.3'),(163415,3414,'_wp_page_template','default'),(163416,3414,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163419,3415,'_elementor_edit_mode','builder'),(163420,3415,'_elementor_template_type','wp-page'),(163421,3415,'_elementor_version','3.28.4'),(163422,3415,'_elementor_pro_version','3.28.3'),(163423,3415,'_wp_page_template','default'),(163424,3415,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163428,3416,'_elementor_edit_mode','builder'),(163429,3416,'_elementor_template_type','wp-page'),(163430,3416,'_elementor_version','3.28.4'),(163431,3416,'_elementor_pro_version','3.28.3'),(163432,3416,'_wp_page_template','default'),(163433,3416,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163435,3417,'_elementor_edit_mode','builder'),(163436,3417,'_elementor_template_type','wp-page'),(163437,3417,'_elementor_version','3.28.4'),(163438,3417,'_elementor_pro_version','3.28.3'),(163439,3417,'_wp_page_template','default'),(163440,3417,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163442,3418,'_elementor_edit_mode','builder'),(163443,3418,'_elementor_template_type','wp-page'),(163444,3418,'_elementor_version','3.28.4'),(163445,3418,'_elementor_pro_version','3.28.3'),(163446,3418,'_wp_page_template','default'),(163447,3418,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163450,3419,'_elementor_edit_mode','builder'),(163451,3419,'_elementor_template_type','wp-page'),(163452,3419,'_elementor_version','3.28.4'),(163453,3419,'_elementor_pro_version','3.28.3'),(163454,3419,'_wp_page_template','default'),(163455,3419,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163457,3420,'_elementor_edit_mode','builder'),(163458,3420,'_elementor_template_type','wp-page'),(163459,3420,'_elementor_version','3.28.4'),(163460,3420,'_elementor_pro_version','3.28.3'),(163461,3420,'_wp_page_template','default'),(163462,3420,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163464,3421,'_elementor_edit_mode','builder'),(163465,3421,'_elementor_template_type','wp-page'),(163466,3421,'_elementor_version','3.28.4'),(163467,3421,'_elementor_pro_version','3.28.3'),(163468,3421,'_wp_page_template','default'),(163469,3421,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163472,3422,'_elementor_edit_mode','builder'),(163473,3422,'_elementor_template_type','wp-page'),(163474,3422,'_elementor_version','3.28.4'),(163475,3422,'_elementor_pro_version','3.28.3'),(163476,3422,'_wp_page_template','default'),(163477,3422,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163479,3423,'_elementor_edit_mode','builder'),(163480,3423,'_elementor_template_type','wp-page'),(163481,3423,'_elementor_version','3.28.4'),(163482,3423,'_elementor_pro_version','3.28.3'),(163483,3423,'_wp_page_template','default'),(163484,3423,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163486,3424,'_elementor_edit_mode','builder'),(163487,3424,'_elementor_template_type','wp-page'),(163488,3424,'_elementor_version','3.28.4'),(163489,3424,'_elementor_pro_version','3.28.3'),(163490,3424,'_wp_page_template','default'),(163491,3424,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163494,3425,'_elementor_edit_mode','builder'),(163495,3425,'_elementor_template_type','wp-page'),(163496,3425,'_elementor_version','3.28.4'),(163497,3425,'_elementor_pro_version','3.28.3'),(163498,3425,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (163499,3425,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163501,3426,'_elementor_edit_mode','builder'),(163502,3426,'_elementor_template_type','wp-page'),(163503,3426,'_elementor_version','3.28.4'),(163504,3426,'_elementor_pro_version','3.28.3'),(163505,3426,'_wp_page_template','default'),(163506,3426,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"33f6662\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163508,3427,'_elementor_edit_mode','builder'),(163509,3427,'_elementor_template_type','wp-page'),(163510,3427,'_elementor_version','3.28.4'),(163511,3427,'_elementor_pro_version','3.28.3'),(163512,3427,'_wp_page_template','default'),(163513,3427,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163516,3428,'_elementor_edit_mode','builder'),(163517,3428,'_elementor_template_type','wp-page'),(163518,3428,'_elementor_version','3.28.4'),(163519,3428,'_elementor_pro_version','3.28.3'),(163520,3428,'_wp_page_template','default'),(163521,3428,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163523,3429,'_elementor_edit_mode','builder'),(163524,3429,'_elementor_template_type','wp-page'),(163525,3429,'_elementor_version','3.28.4'),(163526,3429,'_elementor_pro_version','3.28.3'),(163527,3429,'_wp_page_template','default'),(163528,3429,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163530,3430,'_elementor_edit_mode','builder'),(163531,3430,'_elementor_template_type','wp-page'),(163532,3430,'_elementor_version','3.28.4'),(163533,3430,'_elementor_pro_version','3.28.3'),(163534,3430,'_wp_page_template','default'),(163535,3430,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(163544,3431,'_order_key','wc_order_BQPHs5vikYycQ'),(163545,3431,'_customer_user','77'),(163546,3431,'_payment_method','paypal'),(163547,3431,'_payment_method_title','PayPal'),(163548,3431,'_customer_ip_address','162.201.108.83'),(163549,3431,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163550,3431,'_created_via','checkout'),(163551,3431,'_cart_hash','0f217061470142a0022a41235fdd389b'),(163552,3431,'_download_permissions_granted','yes'),(163553,3431,'_recorded_sales','yes'),(163554,3431,'_recorded_coupon_usage_counts','yes'),(163555,3431,'_new_order_email_sent','true'),(163556,3431,'_order_stock_reduced','yes'),(163557,3431,'_billing_first_name','Phil'),(163558,3431,'_billing_last_name','Moon'),(163559,3431,'_billing_company','LiceBusters, LLC'),(163560,3431,'_billing_address_1','12 Sharon Ave'),(163561,3431,'_billing_city','Piedmont'),(163562,3431,'_billing_state','CA'),(163563,3431,'_billing_postcode','94611'),(163564,3431,'_billing_country','US'),(163565,3431,'_billing_email','kris10maroot@gmail.com'),(163566,3431,'_billing_phone','5593046305'),(163567,3431,'_shipping_first_name','Kristen'),(163568,3431,'_shipping_last_name','Maroot-Rippee'),(163569,3431,'_shipping_company','LiceBusters, LLC'),(163570,3431,'_shipping_address_1','487 W. Scott Avenue'),(163571,3431,'_shipping_city','Fresno'),(163572,3431,'_shipping_state','CA'),(163573,3431,'_shipping_postcode','93704'),(163574,3431,'_shipping_country','US'),(163575,3431,'_order_currency','USD'),(163576,3431,'_cart_discount','0'),(163577,3431,'_cart_discount_tax','0'),(163578,3431,'_order_shipping','0'),(163579,3431,'_order_shipping_tax','0'),(163580,3431,'_order_tax','0'),(163581,3431,'_order_total','5400.35'),(163582,3431,'_order_version','9.8.4'),(163583,3431,'_prices_include_tax','no'),(163584,3431,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(163585,3431,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott Avenue  Fresno CA 93704 US '),(163586,3431,'is_vat_exempt','no'),(163587,3431,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:256.25599999999997;s:35:\"product_level_based_on_tax_settings\";d:256.25599999999997;s:10:\"cart_level\";d:0;s:5:\"total\";d:256.25599999999997;s:27:\"total_based_on_tax_settings\";d:256.25599999999997;}}'),(163588,3431,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:531.21600000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:531.21600000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1279.6800000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1279.6800000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1593.6480000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1593.6480000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:250;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:645;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:645;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:850;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:850;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:250.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:5400.3440000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:77;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93704\";s:4:\"city\";s:6:\"Fresno\";s:7:\"address\";s:19:\"487 W. Scott Avenue\";s:9:\"address_1\";s:19:\"487 W. Scott Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"5400.35\";}}'),(163589,3431,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163590,3431,'_wc_order_attribution_source_type','typein'),(163591,3431,'_wc_order_attribution_utm_source','(direct)'),(163592,3431,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163593,3431,'_wc_order_attribution_session_start_time','2025-05-15 14:40:19'),(163594,3431,'_wc_order_attribution_session_pages','4'),(163595,3431,'_wc_order_attribution_session_count','1'),(163596,3431,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(163597,3431,'_wc_order_attribution_device_type','Desktop'),(163598,3431,'Payment type','instant'),(163599,3431,'_paypal_status','completed'),(163600,3431,'_transaction_id','56R12702C35403340'),(163601,3431,'PayPal Transaction Fee','188.96'),(163602,3431,'_date_paid','1747320748'),(163603,3431,'_paid_date','2025-05-15 14:52:28'),(163604,3405,'_edit_lock','1747335440:2'),(163605,3405,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159899\";s:12:\"date_shipped\";s:10:\"1747267200\";s:11:\"tracking_id\";s:32:\"ebff3e1a1b098bd12bd04967dfc7ed14\";}}'),(163606,3405,'_edit_last','2'),(163607,3405,'_date_completed','1747335571'),(163608,3405,'_completed_date','2025-05-15 18:59:31'),(163609,3406,'_edit_lock','1747335488:2'),(163610,3406,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800159958\";s:12:\"date_shipped\";s:10:\"1747267200\";s:11:\"tracking_id\";s:32:\"1e52685bd74ceaadfc600d309f41e757\";}}'),(163611,3406,'_edit_last','2'),(163612,3406,'_date_completed','1747335609'),(163613,3406,'_completed_date','2025-05-15 19:00:09'),(163614,3409,'_edit_lock','1747335678:2'),(163615,3409,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160311\";s:12:\"date_shipped\";s:10:\"1747267200\";s:11:\"tracking_id\";s:32:\"8c7f0654232b27a457a7dd9c3646bacf\";}}'),(163616,3409,'_edit_last','2'),(163617,3409,'_date_completed','1747335673'),(163618,3409,'_completed_date','2025-05-15 19:01:13'),(163619,3410,'_edit_lock','1747335613:2'),(163620,3410,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160322\";s:12:\"date_shipped\";s:10:\"1747267200\";s:11:\"tracking_id\";s:32:\"9a45c06ff3c637e5e54c8d2b2fbc7e11\";}}'),(163621,3410,'_edit_last','2'),(163622,3410,'_date_completed','1747335750'),(163623,3410,'_completed_date','2025-05-15 19:02:30'),(163624,3411,'_edit_lock','1747335659:2'),(163625,3411,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160399\";s:12:\"date_shipped\";s:10:\"1747267200\";s:11:\"tracking_id\";s:32:\"ef872b8254561f0fb86f04b56e3aec8e\";}}'),(163626,3411,'_edit_last','2'),(163627,3411,'_date_completed','1747335788'),(163628,3411,'_completed_date','2025-05-15 19:03:08'),(163629,3433,'_order_key','wc_order_rhHfZacxb7kRd'),(163630,3433,'_customer_user','76'),(163631,3433,'_payment_method','paypal'),(163632,3433,'_payment_method_title','PayPal'),(163633,3433,'_customer_ip_address','66.31.192.192'),(163634,3433,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(163635,3433,'_created_via','checkout'),(163636,3433,'_cart_hash','162e7572f5d3ae5a46c37dd40831a37d'),(163637,3433,'_download_permissions_granted','yes'),(163638,3433,'_recorded_sales','yes'),(163639,3433,'_recorded_coupon_usage_counts','yes'),(163640,3433,'_new_order_email_sent','true'),(163641,3433,'_order_stock_reduced','yes'),(163642,3433,'_billing_first_name','Naomi'),(163643,3433,'_billing_last_name','Golden'),(163644,3433,'_billing_address_1','31 Mann Ave'),(163645,3433,'_billing_city','Needham'),(163646,3433,'_billing_state','MA'),(163647,3433,'_billing_postcode','02492'),(163648,3433,'_billing_country','US'),(163649,3433,'_billing_email','nrgolden6486@gmail.com'),(163650,3433,'_billing_phone','6178511322'),(163651,3433,'_shipping_first_name','Naomi'),(163652,3433,'_shipping_last_name','Golden'),(163653,3433,'_shipping_company','Lice Aunties'),(163654,3433,'_shipping_address_1','3 Baldwin Green Common'),(163655,3433,'_shipping_address_2','Suite 310'),(163656,3433,'_shipping_city','Woburn'),(163657,3433,'_shipping_state','MA'),(163658,3433,'_shipping_postcode','01801'),(163659,3433,'_shipping_country','US'),(163660,3433,'_order_currency','USD'),(163661,3433,'_cart_discount','0'),(163662,3433,'_cart_discount_tax','0'),(163663,3433,'_order_shipping','0'),(163664,3433,'_order_shipping_tax','0'),(163665,3433,'_order_tax','0'),(163666,3433,'_order_total','519.00'),(163667,3433,'_order_version','9.8.4'),(163668,3433,'_prices_include_tax','no'),(163669,3433,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(163670,3433,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(163671,3433,'is_vat_exempt','no'),(163672,3433,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:519;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}s:13:\"cart_subtotal\";s:3:\"519\";}}'),(163673,3433,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163674,3433,'_wc_order_attribution_source_type','referral'),(163675,3433,'_wc_order_attribution_referrer','https://www.paypal.com/'),(163676,3433,'_wc_order_attribution_utm_source','paypal.com'),(163677,3433,'_wc_order_attribution_utm_medium','referral'),(163678,3433,'_wc_order_attribution_utm_content','/'),(163679,3433,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/checkout/order-received/3323/?key=wc_order_Xs6sb7QT7fsOJ&utm_nooverride=1&PayerID=4YSSP4ZGTG2UW'),(163680,3433,'_wc_order_attribution_session_start_time','2025-04-26 22:04:19'),(163681,3433,'_wc_order_attribution_session_pages','4'),(163682,3433,'_wc_order_attribution_session_count','11'),(163683,3433,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(163684,3433,'_wc_order_attribution_device_type','Desktop'),(163685,3433,'Payment type','instant'),(163686,3433,'_paypal_status','completed'),(163687,3433,'_transaction_id','2PL09514KT3291825'),(163688,3433,'PayPal Transaction Fee','18.60'),(163689,3433,'_date_paid','1747417349'),(163690,3433,'_paid_date','2025-05-16 17:42:29'),(163691,3434,'_order_key','wc_order_veCGNMtEEYOxL'),(163692,3434,'_customer_user','87'),(163693,3434,'_payment_method','paypal'),(163694,3434,'_payment_method_title','PayPal'),(163695,3434,'_customer_ip_address','75.7.15.79'),(163696,3434,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163697,3434,'_created_via','checkout'),(163698,3434,'_cart_hash','fdf5dafd55a1bea03e5e53498eca862e'),(163699,3434,'_download_permissions_granted','yes'),(163700,3434,'_recorded_sales','yes'),(163701,3434,'_recorded_coupon_usage_counts','yes'),(163702,3434,'_new_order_email_sent','true'),(163703,3434,'_order_stock_reduced','yes'),(163704,3434,'_billing_first_name','Wade'),(163705,3434,'_billing_last_name','Huntsman'),(163706,3434,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(163707,3434,'_billing_address_1','3421 E 21st'),(163708,3434,'_billing_city','Tulsa'),(163709,3434,'_billing_state','OK'),(163710,3434,'_billing_postcode','74114'),(163711,3434,'_billing_country','US'),(163712,3434,'_billing_email','info@liceclinicsmidsouth.com'),(163713,3434,'_billing_phone','9189783329'),(163714,3434,'_shipping_first_name','Wade'),(163715,3434,'_shipping_last_name','Huntsman'),(163716,3434,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(163717,3434,'_shipping_address_1','3421 E 21st'),(163718,3434,'_shipping_city','Tulsa'),(163719,3434,'_shipping_state','OK'),(163720,3434,'_shipping_postcode','74114'),(163721,3434,'_shipping_country','US'),(163722,3434,'_order_currency','USD'),(163723,3434,'_cart_discount','0'),(163724,3434,'_cart_discount_tax','0'),(163725,3434,'_order_shipping','0'),(163726,3434,'_order_shipping_tax','0'),(163727,3434,'_order_tax','0'),(163728,3434,'_order_total','691.90'),(163729,3434,'_order_version','9.8.4'),(163730,3434,'_prices_include_tax','no'),(163731,3434,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(163732,3434,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(163733,3434,'is_vat_exempt','no'),(163734,3434,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:250;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:691.89999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:4:\"city\";s:5:\"Tulsa\";s:7:\"address\";s:11:\"3421 E 21st\";s:9:\"address_1\";s:11:\"3421 E 21st\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"691.9\";}}'),(163735,3434,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163736,3434,'_wc_order_attribution_source_type','typein'),(163737,3434,'_wc_order_attribution_utm_source','(direct)'),(163738,3434,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163739,3434,'_wc_order_attribution_session_start_time','2025-05-16 19:34:38'),(163740,3434,'_wc_order_attribution_session_pages','4'),(163741,3434,'_wc_order_attribution_session_count','1'),(163742,3434,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163743,3434,'_wc_order_attribution_device_type','Desktop'),(163744,3434,'Payment type','instant'),(163745,3434,'_paypal_status','completed'),(163746,3434,'_transaction_id','3WU775708Y2276210'),(163747,3434,'PayPal Transaction Fee','24.64'),(163748,3434,'_date_paid','1747424899'),(163749,3434,'_paid_date','2025-05-16 19:48:19'),(163750,3435,'_order_key','wc_order_FEkgIviQvd3Mf'),(163751,3435,'_customer_user','87'),(163752,3435,'_payment_method','paypal'),(163753,3435,'_payment_method_title','PayPal'),(163754,3435,'_customer_ip_address','75.7.15.79'),(163755,3435,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163756,3435,'_created_via','checkout'),(163757,3435,'_cart_hash','34f227ca5762f37cd238ecd20c9897ad'),(163758,3435,'_download_permissions_granted','yes'),(163759,3435,'_recorded_sales','yes'),(163760,3435,'_recorded_coupon_usage_counts','yes'),(163761,3435,'_new_order_email_sent','true'),(163762,3435,'_order_stock_reduced','yes'),(163763,3435,'_billing_first_name','Wade'),(163764,3435,'_billing_last_name','Huntsman'),(163765,3435,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(163766,3435,'_billing_address_1','3421 E 21st'),(163767,3435,'_billing_city','Tulsa'),(163768,3435,'_billing_state','OK'),(163769,3435,'_billing_postcode','74114'),(163770,3435,'_billing_country','US'),(163771,3435,'_billing_email','info@liceclinicsmidsouth.com'),(163772,3435,'_billing_phone','9189783329'),(163773,3435,'_shipping_first_name','Katee'),(163774,3435,'_shipping_last_name','Morrison'),(163775,3435,'_shipping_company','Lice Clinics of America OKC'),(163776,3435,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(163777,3435,'_shipping_city','OKC'),(163778,3435,'_shipping_state','OK'),(163779,3435,'_shipping_postcode','73118'),(163780,3435,'_shipping_country','US'),(163781,3435,'_order_currency','USD'),(163782,3435,'_cart_discount','0'),(163783,3435,'_cart_discount_tax','0'),(163784,3435,'_order_shipping','0'),(163785,3435,'_order_shipping_tax','0'),(163786,3435,'_order_tax','0'),(163787,3435,'_order_total','687.15'),(163788,3435,'_order_version','9.8.4'),(163789,3435,'_prices_include_tax','no'),(163790,3435,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(163791,3435,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(163792,3435,'is_vat_exempt','no'),(163793,3435,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:687.14999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"73118\";s:4:\"city\";s:3:\"OKC\";s:7:\"address\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_1\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"687.15\";}}'),(163794,3435,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163795,3435,'_wc_order_attribution_source_type','typein'),(163796,3435,'_wc_order_attribution_utm_source','(direct)'),(163797,3435,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163798,3435,'_wc_order_attribution_session_start_time','2025-05-16 19:34:38'),(163799,3435,'_wc_order_attribution_session_pages','10'),(163800,3435,'_wc_order_attribution_session_count','1'),(163801,3435,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163802,3435,'_wc_order_attribution_device_type','Desktop'),(163803,3435,'Payment type','instant'),(163804,3435,'_paypal_status','completed'),(163805,3435,'_transaction_id','1AA5197019094231X'),(163806,3435,'PayPal Transaction Fee','24.47'),(163807,3435,'_date_paid','1747425453'),(163808,3435,'_paid_date','2025-05-16 19:57:33'),(163809,3436,'_order_key','wc_order_tFRMrSpaIDQck'),(163810,3436,'_customer_user','87'),(163811,3436,'_payment_method','paypal'),(163812,3436,'_payment_method_title','PayPal'),(163813,3436,'_customer_ip_address','75.7.15.79'),(163814,3436,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163815,3436,'_created_via','checkout'),(163816,3436,'_cart_hash','c3667a9c82380a3d02169ebe749cbad8'),(163817,3436,'_download_permissions_granted','yes'),(163818,3436,'_recorded_sales','yes'),(163819,3436,'_recorded_coupon_usage_counts','yes'),(163820,3436,'_new_order_email_sent','true'),(163821,3436,'_order_stock_reduced','yes'),(163822,3436,'_billing_first_name','Wade'),(163823,3436,'_billing_last_name','Huntsman'),(163824,3436,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(163825,3436,'_billing_address_1','3421 E 21st'),(163826,3436,'_billing_city','Tulsa'),(163827,3436,'_billing_state','OK'),(163828,3436,'_billing_postcode','74114'),(163829,3436,'_billing_country','US'),(163830,3436,'_billing_email','info@liceclinicsmidsouth.com'),(163831,3436,'_billing_phone','9189783329'),(163832,3436,'_shipping_first_name','Shelbe'),(163833,3436,'_shipping_last_name','Smith'),(163834,3436,'_shipping_company','Lice Clinics of America Wichita'),(163835,3436,'_shipping_address_1','2101 West MacArthur Road'),(163836,3436,'_shipping_address_2','Lott 511'),(163837,3436,'_shipping_city','Wichita'),(163838,3436,'_shipping_state','KS'),(163839,3436,'_shipping_postcode','67217'),(163840,3436,'_shipping_country','US'),(163841,3436,'_order_currency','USD'),(163842,3436,'_cart_discount','0'),(163843,3436,'_cart_discount_tax','0'),(163844,3436,'_order_shipping','0'),(163845,3436,'_order_shipping_tax','0'),(163846,3436,'_order_tax','0'),(163847,3436,'_order_total','576.10'),(163848,3436,'_order_version','9.8.4'),(163849,3436,'_prices_include_tax','no'),(163850,3436,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(163851,3436,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West MacArthur Road Lott 511 Wichita KS 67217 US '),(163852,3436,'is_vat_exempt','no'),(163853,3436,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:576.10000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KS\";s:8:\"postcode\";s:5:\"67217\";s:4:\"city\";s:7:\"Wichita\";s:7:\"address\";s:24:\"2101 West MacArthur Road\";s:9:\"address_1\";s:24:\"2101 West MacArthur Road\";s:9:\"address_2\";s:8:\"Lott 511\";}s:13:\"cart_subtotal\";s:5:\"576.1\";}}'),(163854,3436,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163855,3436,'_wc_order_attribution_source_type','typein'),(163856,3436,'_wc_order_attribution_utm_source','(direct)'),(163857,3436,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163858,3436,'_wc_order_attribution_session_start_time','2025-05-16 19:34:38'),(163859,3436,'_wc_order_attribution_session_pages','16'),(163860,3436,'_wc_order_attribution_session_count','1'),(163861,3436,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163862,3436,'_wc_order_attribution_device_type','Desktop'),(163863,3436,'Payment type','instant'),(163864,3436,'_paypal_status','completed'),(163865,3436,'_transaction_id','3FN577083H690671A'),(163866,3436,'PayPal Transaction Fee','20.60'),(163867,3436,'_date_paid','1747425854'),(163868,3436,'_paid_date','2025-05-16 20:04:14'),(163869,3437,'_order_key','wc_order_Ua1cyYhsUM5Cu'),(163870,3437,'_customer_user','29'),(163871,3437,'_payment_method','paypal'),(163872,3437,'_payment_method_title','PayPal'),(163873,3437,'_customer_ip_address','172.226.203.3'),(163874,3437,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(163875,3437,'_created_via','checkout'),(163876,3437,'_cart_hash','7ab9683a5efa8ab1bc66caa966cee16c'),(163877,3437,'_download_permissions_granted','yes'),(163878,3437,'_recorded_sales','yes'),(163879,3437,'_recorded_coupon_usage_counts','yes'),(163880,3437,'_new_order_email_sent','true'),(163881,3437,'_order_stock_reduced','yes'),(163882,3437,'_billing_first_name','Nicole'),(163883,3437,'_billing_last_name','Reilly'),(163884,3437,'_billing_address_1','5460 Richie Ct'),(163885,3437,'_billing_city','Pipersville'),(163886,3437,'_billing_state','PA'),(163887,3437,'_billing_postcode','18947'),(163888,3437,'_billing_country','US'),(163889,3437,'_billing_email','info@liceclinicslansdale.com'),(163890,3437,'_billing_phone','2156941408'),(163891,3437,'_shipping_first_name','Nicole'),(163892,3437,'_shipping_last_name','Reilly'),(163893,3437,'_shipping_company','LCA Lansdale'),(163894,3437,'_shipping_address_1','2131 North Broad Street'),(163895,3437,'_shipping_address_2','Suite 101'),(163896,3437,'_shipping_city','Lansdale'),(163897,3437,'_shipping_state','PA'),(163898,3437,'_shipping_postcode','19446'),(163899,3437,'_shipping_country','US'),(163900,3437,'_order_currency','USD'),(163901,3437,'_cart_discount','0'),(163902,3437,'_cart_discount_tax','0'),(163903,3437,'_order_shipping','16.54'),(163904,3437,'_order_shipping_tax','0'),(163905,3437,'_order_tax','0'),(163906,3437,'_order_total','248.49'),(163907,3437,'_order_version','9.8.4'),(163908,3437,'_prices_include_tax','no'),(163909,3437,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(163910,3437,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(163911,3437,'is_vat_exempt','no'),(163912,3437,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:231.95000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}s:13:\"cart_subtotal\";s:6:\"231.95\";}}'),(163913,3437,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(163914,3437,'_wc_order_attribution_source_type','referral'),(163915,3437,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(163916,3437,'_wc_order_attribution_utm_source','lcaportal.com'),(163917,3437,'_wc_order_attribution_utm_medium','referral'),(163918,3437,'_wc_order_attribution_utm_content','/'),(163919,3437,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(163920,3437,'_wc_order_attribution_session_start_time','2025-05-19 13:22:42'),(163921,3437,'_wc_order_attribution_session_pages','4'),(163922,3437,'_wc_order_attribution_session_count','1'),(163923,3437,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1'),(163924,3437,'_wc_order_attribution_device_type','Mobile'),(163925,3437,'Payment type','instant'),(163926,3437,'_paypal_status','completed'),(163927,3437,'_transaction_id','0E079021GE6700308'),(163928,3437,'PayPal Transaction Fee','9.16'),(163929,3437,'_date_paid','1747661323'),(163930,3437,'_paid_date','2025-05-19 13:28:43'),(163931,3431,'_edit_lock','1747665328:2'),(163932,3431,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160539\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"59da2f3e1b7d36897b53879b30cb4199\";}}'),(163933,3431,'_edit_last','2'),(163934,3431,'_date_completed','1747665466'),(163935,3431,'_completed_date','2025-05-19 14:37:46'),(163936,3433,'_edit_lock','1747665377:2'),(163937,3433,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160723\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"34cd3060de8acf568ea9ab4fca809fdd\";}}'),(163938,3433,'_edit_last','2'),(163939,3433,'_date_completed','1747665502'),(163940,3433,'_completed_date','2025-05-19 14:38:22'),(163941,3434,'_edit_lock','1747665556:2'),(163942,3434,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160767\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"72dd8d426467a540b6a3e1a1031ed07a\";}}'),(163943,3434,'_edit_last','2'),(163944,3434,'_date_completed','1747665541'),(163945,3434,'_completed_date','2025-05-19 14:39:01'),(163946,3435,'_edit_lock','1747665502:2'),(163947,3435,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160790\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"41eac5744bade3ebc33f9bfcfefa742e\";}}'),(163948,3435,'_edit_last','2'),(163949,3435,'_date_completed','1747665583'),(163950,3435,'_completed_date','2025-05-19 14:39:43'),(163951,3438,'_order_key','wc_order_l5npnuTGqP5Gc'),(163952,3438,'_customer_user','59'),(163953,3438,'_payment_method','paypal'),(163954,3438,'_payment_method_title','PayPal'),(163955,3438,'_customer_ip_address','73.77.10.109'),(163956,3438,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(163957,3438,'_created_via','checkout'),(163958,3438,'_cart_hash','049d200e048caeba592e8a8e3f08d1d5'),(163959,3438,'_download_permissions_granted','yes'),(163960,3438,'_recorded_sales','yes'),(163961,3438,'_recorded_coupon_usage_counts','yes'),(163962,3438,'_new_order_email_sent','true'),(163963,3438,'_order_stock_reduced','yes'),(163964,3438,'_billing_first_name','Allison'),(163965,3438,'_billing_last_name','Anthon'),(163966,3438,'_billing_company','Lice Clinics of America Memorial City'),(163967,3438,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(163968,3438,'_billing_address_2','Apt, suite, floor, etc.'),(163969,3438,'_billing_city','TOMBALL'),(163970,3438,'_billing_state','TX'),(163971,3438,'_billing_postcode','77375'),(163972,3438,'_billing_country','US'),(163973,3438,'_billing_email','louseysolutions@gmail.com'),(163974,3438,'_billing_phone','6024008520'),(163975,3438,'_shipping_first_name','Allison'),(163976,3438,'_shipping_last_name','Anthon'),(163977,3438,'_shipping_company','LCA Memorial City'),(163978,3438,'_shipping_address_1','2831 Lakecrest River Dr.'),(163979,3438,'_shipping_city','Katy'),(163980,3438,'_shipping_state','TX'),(163981,3438,'_shipping_postcode','77493'),(163982,3438,'_shipping_country','US'),(163983,3438,'_order_currency','USD'),(163984,3438,'_cart_discount','0'),(163985,3438,'_cart_discount_tax','0'),(163986,3438,'_order_shipping','0'),(163987,3438,'_order_shipping_tax','0'),(163988,3438,'_order_tax','0'),(163989,3438,'_order_total','1979.90'),(163990,3438,'_order_version','9.8.4'),(163991,3438,'_prices_include_tax','no'),(163992,3438,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(163993,3438,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(163994,3438,'is_vat_exempt','no'),(163995,3438,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:42.900000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:42.899999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1979.9000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:59;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77493\";s:4:\"city\";s:4:\"Katy\";s:7:\"address\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_1\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1979.9\";}}'),(163996,3438,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(163997,3438,'_wc_order_attribution_source_type','referral'),(163998,3438,'_wc_order_attribution_referrer','https://lcaportal.com/'),(163999,3438,'_wc_order_attribution_utm_source','lcaportal.com'),(164000,3438,'_wc_order_attribution_utm_medium','referral'),(164001,3438,'_wc_order_attribution_utm_content','/'),(164002,3438,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164003,3438,'_wc_order_attribution_session_start_time','2025-05-19 16:54:41'),(164004,3438,'_wc_order_attribution_session_pages','8'),(164005,3438,'_wc_order_attribution_session_count','1'),(164006,3438,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164007,3438,'_wc_order_attribution_device_type','Desktop'),(164008,3438,'Payment type','instant'),(164009,3438,'_paypal_status','completed'),(164010,3438,'_transaction_id','51L39434YX616992U'),(164011,3438,'PayPal Transaction Fee','69.59'),(164012,3438,'_date_paid','1747674251'),(164013,3438,'_paid_date','2025-05-19 17:04:11'),(164014,3439,'_order_key','wc_order_X9AGO1kYlDm1x'),(164015,3439,'_customer_user','66'),(164016,3439,'_payment_method','paypal'),(164017,3439,'_payment_method_title','PayPal'),(164018,3439,'_customer_ip_address','72.85.35.117'),(164019,3439,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(164020,3439,'_created_via','checkout'),(164021,3439,'_cart_hash','cc4a0ce001dae51b5760752c0f59b45d'),(164022,3439,'_download_permissions_granted','yes'),(164023,3439,'_recorded_sales','yes'),(164024,3439,'_recorded_coupon_usage_counts','yes'),(164025,3439,'_new_order_email_sent','true'),(164026,3439,'_order_stock_reduced','yes'),(164027,3439,'_billing_first_name','Mark'),(164028,3439,'_billing_last_name','Dent'),(164029,3439,'_billing_company','Lice Clinics of Maryland'),(164030,3439,'_billing_address_1','801 W 33rd Street'),(164031,3439,'_billing_city','BAltimore'),(164032,3439,'_billing_state','MD'),(164033,3439,'_billing_postcode','21211'),(164034,3439,'_billing_country','US'),(164035,3439,'_billing_email','info@liceclinicsofmaryland.com'),(164036,3439,'_billing_phone','4438349991'),(164037,3439,'_shipping_first_name','Dawn'),(164038,3439,'_shipping_last_name','Mumaw'),(164039,3439,'_shipping_company','LCA Baltimore'),(164040,3439,'_shipping_address_1','604 Providence Road'),(164041,3439,'_shipping_city','Towson'),(164042,3439,'_shipping_state','MD'),(164043,3439,'_shipping_postcode','21286'),(164044,3439,'_shipping_country','US'),(164045,3439,'_order_currency','USD'),(164046,3439,'_cart_discount','0'),(164047,3439,'_cart_discount_tax','0'),(164048,3439,'_order_shipping','0'),(164049,3439,'_order_shipping_tax','0'),(164050,3439,'_order_tax','0'),(164051,3439,'_order_total','4206.60'),(164052,3439,'_order_version','9.8.4'),(164053,3439,'_prices_include_tax','no'),(164054,3439,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(164055,3439,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(164058,3439,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"31e84a1f7c5ed213ff418e37ea349551\";a:17:{s:10:\"unique_key\";s:32:\"12e72a34b0934455a98d51c3b92f227c\";s:4:\"time\";s:10:\"02:17:41pm\";s:3:\"key\";s:32:\"31e84a1f7c5ed213ff418e37ea349551\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:171.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:171.59999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1255.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1255.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1255.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1255.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:372;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:372;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:50;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:980.00000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:980.00000000000011;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:4206.6000000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:66;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21286\";s:4:\"city\";s:6:\"Towson\";s:7:\"address\";s:19:\"604 Providence Road\";s:9:\"address_1\";s:19:\"604 Providence Road\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"4206.6\";}}'),(164059,3439,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164060,3439,'_wc_order_attribution_source_type','referral'),(164061,3439,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164062,3439,'_wc_order_attribution_utm_source','lcaportal.com'),(164063,3439,'_wc_order_attribution_utm_medium','referral'),(164064,3439,'_wc_order_attribution_utm_content','/'),(164065,3439,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164066,3439,'_wc_order_attribution_session_start_time','2025-05-19 16:27:39'),(164067,3439,'_wc_order_attribution_session_pages','1'),(164068,3439,'_wc_order_attribution_session_count','2'),(164069,3439,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(164070,3439,'_wc_order_attribution_device_type','Desktop'),(164071,3439,'is_vat_exempt','no'),(164072,3439,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:217;s:35:\"product_level_based_on_tax_settings\";d:217;s:10:\"cart_level\";d:0;s:5:\"total\";d:217;s:27:\"total_based_on_tax_settings\";d:217;}}'),(164073,3439,'Payment type','instant'),(164074,3439,'_paypal_status','completed'),(164075,3439,'_transaction_id','3HH559863G2177949'),(164076,3439,'PayPal Transaction Fee','147.30'),(164077,3439,'_date_paid','1747674524'),(164078,3439,'_paid_date','2025-05-19 17:08:44'),(164079,3440,'_order_key','wc_order_rfJFNcj8h8lAx'),(164080,3440,'_customer_user','3'),(164081,3440,'_payment_method','paypal'),(164082,3440,'_payment_method_title','PayPal'),(164083,3440,'_customer_ip_address','99.22.146.124'),(164084,3440,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164085,3440,'_created_via','checkout'),(164086,3440,'_cart_hash','56d842a755f65bbec4c1ad81d3003d3e'),(164087,3440,'_download_permissions_granted','yes'),(164088,3440,'_recorded_sales','yes'),(164089,3440,'_recorded_coupon_usage_counts','yes'),(164090,3440,'_new_order_email_sent','true'),(164091,3440,'_order_stock_reduced','yes'),(164092,3440,'_billing_first_name','amanda'),(164093,3440,'_billing_last_name','westerman'),(164094,3440,'_billing_company','Lice Clinics of America McKinney'),(164095,3440,'_billing_address_1','3120 Hudson Crossing'),(164096,3440,'_billing_address_2','Suite A2'),(164097,3440,'_billing_city','MCKINNEY'),(164098,3440,'_billing_state','TX'),(164099,3440,'_billing_postcode','75070'),(164100,3440,'_billing_country','US'),(164101,3440,'_billing_email','awesterman1103@gmail.com'),(164102,3440,'_billing_phone','12144175741'),(164103,3440,'_shipping_first_name','amanda'),(164104,3440,'_shipping_last_name','westerman'),(164105,3440,'_shipping_company','Lice Clinics of America McKinney'),(164106,3440,'_shipping_address_1','3120 HUDSON XING'),(164107,3440,'_shipping_address_2','Suite A2'),(164108,3440,'_shipping_city','MCKINNEY'),(164109,3440,'_shipping_state','TX'),(164110,3440,'_shipping_postcode','75070'),(164111,3440,'_shipping_country','US'),(164112,3440,'_order_currency','USD'),(164113,3440,'_cart_discount','0'),(164114,3440,'_cart_discount_tax','0'),(164115,3440,'_order_shipping','0'),(164116,3440,'_order_shipping_tax','0'),(164117,3440,'_order_tax','0'),(164118,3440,'_order_total','979.40'),(164119,3440,'_order_version','9.8.4'),(164120,3440,'_prices_include_tax','no'),(164121,3440,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(164122,3440,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(164123,3440,'is_vat_exempt','no'),(164124,3440,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:979.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}s:13:\"cart_subtotal\";s:5:\"979.4\";}}'),(164125,3440,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164126,3440,'_wc_order_attribution_source_type','referral'),(164127,3440,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(164128,3440,'_wc_order_attribution_utm_source','lcaportal.com'),(164129,3440,'_wc_order_attribution_utm_medium','referral'),(164130,3440,'_wc_order_attribution_utm_content','/'),(164131,3440,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164132,3440,'_wc_order_attribution_session_start_time','2025-05-19 16:38:45'),(164133,3440,'_wc_order_attribution_session_pages','5'),(164134,3440,'_wc_order_attribution_session_count','2'),(164135,3440,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164136,3440,'_wc_order_attribution_device_type','Desktop'),(164137,3440,'Payment type','instant'),(164138,3440,'_paypal_status','completed'),(164139,3440,'_transaction_id','14B14869JK1222134'),(164140,3440,'PayPal Transaction Fee','34.67'),(164141,3440,'_date_paid','1747680309'),(164142,3440,'_paid_date','2025-05-19 18:45:09'),(164143,3436,'_edit_lock','1747684839:2'),(164144,3436,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160837\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"040ad0221c0e96b2385555c58a90586c\";}}'),(164145,3436,'_edit_last','2'),(164146,3436,'_date_completed','1747684502'),(164147,3436,'_completed_date','2025-05-19 19:55:02'),(164148,3437,'_edit_lock','1747684877:2'),(164149,3437,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160962\";s:12:\"date_shipped\";s:10:\"1747612800\";s:11:\"tracking_id\";s:32:\"eed03d50ad72e0588648e396a7910983\";}}'),(164150,3437,'_edit_last','2'),(164151,3437,'_date_completed','1747685014'),(164152,3437,'_completed_date','2025-05-19 20:03:34'),(164153,3407,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800160296\";s:12:\"date_shipped\";s:10:\"1747180800\";s:11:\"tracking_id\";s:32:\"904ae1f370fd366dca70e5f71ea2813e\";}}'),(164154,3407,'_edit_last','2'),(164155,3407,'_date_completed','1747689050'),(164156,3407,'_completed_date','2025-05-19 21:10:50'),(164157,3441,'_order_key','wc_order_gcHeLmZPMlJld'),(164158,3441,'_customer_user','105'),(164159,3441,'_payment_method','paypal'),(164160,3441,'_payment_method_title','PayPal'),(164161,3441,'_customer_ip_address','76.205.132.42'),(164162,3441,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15'),(164163,3441,'_created_via','checkout'),(164164,3441,'_cart_hash','0f31586659df2fe70be575c508e54698'),(164165,3441,'_download_permissions_granted','yes'),(164166,3441,'_recorded_sales','yes'),(164167,3441,'_recorded_coupon_usage_counts','yes'),(164168,3441,'_new_order_email_sent','true'),(164169,3441,'_order_stock_reduced','yes'),(164170,3441,'_billing_first_name','Joseph'),(164171,3441,'_billing_last_name','West'),(164172,3441,'_billing_company','MAJESTIC PEACOCK LLC'),(164173,3441,'_billing_address_1','615 Crofton Park Ln'),(164174,3441,'_billing_city','Franklin'),(164175,3441,'_billing_state','TN'),(164176,3441,'_billing_postcode','37069'),(164177,3441,'_billing_country','US'),(164178,3441,'_billing_email','info@nashville.liceclinicsofamerica.com'),(164179,3441,'_billing_phone','8042184232'),(164180,3441,'_shipping_first_name','Joseph'),(164181,3441,'_shipping_last_name','West'),(164182,3441,'_shipping_company','LCA - Williamson County'),(164183,3441,'_shipping_address_1','330 Mallory Station Rd'),(164184,3441,'_shipping_address_2','F17'),(164185,3441,'_shipping_city','Franklin'),(164186,3441,'_shipping_state','TN'),(164187,3441,'_shipping_postcode','37067'),(164188,3441,'_shipping_country','US'),(164189,3441,'_order_currency','USD'),(164190,3441,'_cart_discount','0'),(164191,3441,'_cart_discount_tax','0'),(164192,3441,'_order_shipping','0'),(164193,3441,'_order_shipping_tax','0'),(164194,3441,'_order_tax','0'),(164195,3441,'_order_total','597.62'),(164196,3441,'_order_version','9.8.4'),(164197,3441,'_prices_include_tax','no'),(164198,3441,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(164199,3441,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(164200,3441,'is_vat_exempt','no'),(164201,3441,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:44.981999999999999;s:35:\"product_level_based_on_tax_settings\";d:44.981999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:44.981999999999999;s:27:\"total_based_on_tax_settings\";d:44.981999999999999;}}'),(164202,3441,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:9;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:597.61800000000005;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:597.61800000000005;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:597.61800000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:105;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37067\";s:4:\"city\";s:8:\"Franklin\";s:7:\"address\";s:22:\"330 Mallory Station Rd\";s:9:\"address_1\";s:22:\"330 Mallory Station Rd\";s:9:\"address_2\";s:3:\"F17\";}s:13:\"cart_subtotal\";s:6:\"597.62\";}}'),(164203,3441,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164204,3441,'_wc_order_attribution_source_type','referral'),(164205,3441,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(164206,3441,'_wc_order_attribution_utm_source','lcaportal.com'),(164207,3441,'_wc_order_attribution_utm_medium','referral'),(164208,3441,'_wc_order_attribution_utm_content','/'),(164209,3441,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164210,3441,'_wc_order_attribution_session_start_time','2025-05-19 21:11:56'),(164211,3441,'_wc_order_attribution_session_pages','5'),(164212,3441,'_wc_order_attribution_session_count','1'),(164213,3441,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Safari/605.1.15'),(164214,3441,'_wc_order_attribution_device_type','Desktop'),(164215,3441,'Payment type','instant'),(164216,3441,'_paypal_status','completed'),(164217,3441,'_transaction_id','5WA47850EM603115E'),(164218,3441,'PayPal Transaction Fee','21.35'),(164219,3441,'_date_paid','1747689487'),(164220,3441,'_paid_date','2025-05-19 21:18:07'),(164221,3442,'_order_key','wc_order_7QadkVvmrObFp'),(164222,3442,'_customer_user','98'),(164223,3442,'_payment_method','paypal'),(164224,3442,'_payment_method_title','PayPal'),(164225,3442,'_customer_ip_address','24.34.196.21'),(164226,3442,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164227,3442,'_created_via','checkout'),(164228,3442,'_cart_hash','e7962bd9272e2cdb2e8ac9044b25839a'),(164229,3442,'_download_permissions_granted','yes'),(164230,3442,'_recorded_sales','yes'),(164231,3442,'_recorded_coupon_usage_counts','yes'),(164232,3442,'_new_order_email_sent','true'),(164233,3442,'_order_stock_reduced','yes'),(164234,3442,'_billing_first_name','Christine'),(164235,3442,'_billing_last_name','Cherry'),(164236,3442,'_billing_company','NITS END'),(164237,3442,'_billing_address_1','PO BOX 1092'),(164238,3442,'_billing_city','Campton'),(164239,3442,'_billing_state','NH'),(164240,3442,'_billing_postcode','03223'),(164241,3442,'_billing_country','US'),(164242,3442,'_billing_email','christine@liceclinicscolumbus.com'),(164243,3442,'_billing_phone','16034983390'),(164244,3442,'_shipping_first_name','Melissa'),(164245,3442,'_shipping_last_name','Mertz'),(164246,3442,'_shipping_company','LCA'),(164247,3442,'_shipping_address_1','2213 Temperance Dr'),(164248,3442,'_shipping_city','Pittsburgh'),(164249,3442,'_shipping_state','PA'),(164250,3442,'_shipping_postcode','15237'),(164251,3442,'_shipping_country','US'),(164252,3442,'_order_currency','USD'),(164253,3442,'_cart_discount','0'),(164254,3442,'_cart_discount_tax','0'),(164255,3442,'_order_shipping','0'),(164256,3442,'_order_shipping_tax','0'),(164257,3442,'_order_tax','0'),(164258,3442,'_order_total','576.80'),(164259,3442,'_order_version','9.8.4'),(164260,3442,'_prices_include_tax','no'),(164261,3442,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(164262,3442,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(164263,3442,'is_vat_exempt','no'),(164264,3442,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:576.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"15237\";s:4:\"city\";s:10:\"Pittsburgh\";s:7:\"address\";s:18:\"2213 Temperance Dr\";s:9:\"address_1\";s:18:\"2213 Temperance Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"576.8\";}}'),(164265,3442,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164266,3442,'_wc_order_attribution_source_type','referral'),(164267,3442,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164268,3442,'_wc_order_attribution_utm_source','lcaportal.com'),(164269,3442,'_wc_order_attribution_utm_medium','referral'),(164270,3442,'_wc_order_attribution_utm_content','/'),(164271,3442,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164272,3442,'_wc_order_attribution_session_start_time','2025-05-19 12:56:48'),(164273,3442,'_wc_order_attribution_session_pages','7'),(164274,3442,'_wc_order_attribution_session_count','17'),(164275,3442,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164276,3442,'_wc_order_attribution_device_type','Desktop'),(164277,3442,'Payment type','instant'),(164278,3442,'_paypal_status','completed'),(164279,3442,'_transaction_id','5VY94034LB022273L'),(164280,3442,'PayPal Transaction Fee','20.62'),(164281,3442,'_date_paid','1747691021'),(164282,3442,'_paid_date','2025-05-19 21:43:41'),(164283,3440,'_edit_lock','1747748387:2'),(164284,3440,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161189\";s:12:\"date_shipped\";s:10:\"1747699200\";s:11:\"tracking_id\";s:32:\"4176fff47ebcdd5b1b8ee09dd85d3d45\";}}'),(164285,3440,'_edit_last','2'),(164286,3440,'_date_completed','1747748381'),(164287,3440,'_completed_date','2025-05-20 13:39:41'),(164288,3438,'_edit_lock','1747748319:2'),(164289,3438,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161145\";s:12:\"date_shipped\";s:10:\"1747699200\";s:11:\"tracking_id\";s:32:\"db3582d21e4ac833a48f8a1c701c2007\";}}'),(164290,3438,'_edit_last','2'),(164291,3438,'_date_completed','1747748421'),(164292,3438,'_completed_date','2025-05-20 13:40:21'),(164293,3439,'_edit_lock','1747748398:2'),(164294,3439,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161237\";s:12:\"date_shipped\";s:10:\"1747699200\";s:11:\"tracking_id\";s:32:\"d9601f618c399643cdcf4f5518f89fcc\";}}'),(164295,3439,'_edit_last','2'),(164296,3439,'_date_completed','1747748513'),(164297,3439,'_completed_date','2025-05-20 13:41:53'),(164298,3441,'_edit_lock','1747760859:2'),(164299,3441,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161340\";s:12:\"date_shipped\";s:10:\"1747699200\";s:11:\"tracking_id\";s:32:\"e5ce72f07b01f40f78af610b72b067ea\";}}'),(164300,3441,'_edit_last','2'),(164301,3441,'_date_completed','1747760854'),(164302,3441,'_completed_date','2025-05-20 17:07:34'),(164303,3442,'_edit_lock','1747760769:2'),(164304,3442,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161351\";s:12:\"date_shipped\";s:10:\"1747699200\";s:11:\"tracking_id\";s:32:\"7050fb50bd61da52343ab1ef3aa29f11\";}}'),(164305,3442,'_edit_last','2'),(164306,3442,'_date_completed','1747760878'),(164307,3442,'_completed_date','2025-05-20 17:07:58'),(164308,3443,'_order_key','wc_order_QvkNpbevwcVps'),(164309,3443,'_customer_user','5'),(164310,3443,'_payment_method','paypal'),(164311,3443,'_payment_method_title','PayPal'),(164312,3443,'_customer_ip_address','71.237.182.213'),(164313,3443,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(164314,3443,'_created_via','checkout'),(164315,3443,'_cart_hash','7749f305247b2983cd9ae9f50adc6853'),(164316,3443,'_download_permissions_granted','yes'),(164317,3443,'_recorded_sales','yes'),(164318,3443,'_recorded_coupon_usage_counts','yes'),(164319,3443,'_new_order_email_sent','true'),(164320,3443,'_order_stock_reduced','yes'),(164321,3443,'_billing_first_name','Shawnde'),(164322,3443,'_billing_last_name','Russell'),(164323,3443,'_billing_company','lice clinics of america- portland'),(164324,3443,'_billing_address_1','1444 NW College Way Suite 6'),(164325,3443,'_billing_address_2','Suite6'),(164326,3443,'_billing_city','Bend'),(164327,3443,'_billing_state','OR'),(164328,3443,'_billing_postcode','97703'),(164329,3443,'_billing_country','US'),(164330,3443,'_billing_email','noemi.and.mark@nwliceclinics.com'),(164331,3443,'_billing_phone','15034040475'),(164332,3443,'_shipping_first_name','Shawnde'),(164333,3443,'_shipping_last_name','Russell'),(164334,3443,'_shipping_company','lice clinics of america- portland'),(164335,3443,'_shipping_address_1','1444 NW College Way Suite 6'),(164336,3443,'_shipping_address_2','Suite6'),(164337,3443,'_shipping_city','Bend'),(164338,3443,'_shipping_state','OR'),(164339,3443,'_shipping_postcode','97703'),(164340,3443,'_shipping_country','US'),(164341,3443,'_order_currency','USD'),(164342,3443,'_cart_discount','0'),(164343,3443,'_cart_discount_tax','0'),(164344,3443,'_order_shipping','37.09'),(164345,3443,'_order_shipping_tax','0'),(164346,3443,'_order_tax','0'),(164347,3443,'_order_total','351.89'),(164348,3443,'_order_version','9.8.4'),(164349,3443,'_prices_include_tax','no'),(164350,3443,'_billing_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6 Suite6 Bend OR 97703 US noemi.and.mark@nwliceclinics.com 15034040475'),(164351,3443,'_shipping_address_index','Shawnde Russell lice clinics of america- portland 1444 NW College Way Suite 6 Suite6 Bend OR 97703 US '),(164352,3443,'is_vat_exempt','no'),(164353,3443,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:314.80000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97703\";s:4:\"city\";s:4:\"Bend\";s:7:\"address\";s:27:\"1444 NW College Way Suite 6\";s:9:\"address_1\";s:27:\"1444 NW College Way Suite 6\";s:9:\"address_2\";s:6:\"Suite6\";}s:13:\"cart_subtotal\";s:5:\"314.8\";}}'),(164354,3443,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(164355,3443,'_wc_order_attribution_source_type','referral'),(164356,3443,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164357,3443,'_wc_order_attribution_utm_source','lcaportal.com'),(164358,3443,'_wc_order_attribution_utm_medium','referral'),(164359,3443,'_wc_order_attribution_utm_content','/'),(164360,3443,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164361,3443,'_wc_order_attribution_session_start_time','2025-05-20 21:45:58'),(164362,3443,'_wc_order_attribution_session_pages','6'),(164363,3443,'_wc_order_attribution_session_count','5'),(164364,3443,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(164365,3443,'_wc_order_attribution_device_type','Desktop'),(164366,3443,'Payment type','instant'),(164367,3443,'_paypal_status','completed'),(164368,3443,'_transaction_id','3UD01235PT771403L'),(164369,3443,'PayPal Transaction Fee','12.77'),(164370,3443,'_date_paid','1747778019'),(164371,3443,'_paid_date','2025-05-20 21:53:39'),(164372,3444,'_order_key','wc_order_bx0XVuXS4JvCS'),(164373,3444,'_customer_user','98'),(164374,3444,'_payment_method','paypal'),(164375,3444,'_payment_method_title','PayPal'),(164376,3444,'_customer_ip_address','24.34.196.21'),(164377,3444,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164378,3444,'_created_via','checkout'),(164379,3444,'_cart_hash','3f7cecb0ffa9f3beaeb79e426f09b63f'),(164380,3444,'_download_permissions_granted','yes'),(164381,3444,'_recorded_sales','yes'),(164382,3444,'_recorded_coupon_usage_counts','yes'),(164383,3444,'_new_order_email_sent','true'),(164384,3444,'_order_stock_reduced','yes'),(164385,3444,'_billing_first_name','Christine'),(164386,3444,'_billing_last_name','Cherry'),(164387,3444,'_billing_company','NITS END'),(164388,3444,'_billing_address_1','PO BOX 1092'),(164389,3444,'_billing_city','Campton'),(164390,3444,'_billing_state','NH'),(164391,3444,'_billing_postcode','03223'),(164392,3444,'_billing_country','US'),(164393,3444,'_billing_email','christine@liceclinicscolumbus.com'),(164394,3444,'_billing_phone','16034983390'),(164395,3444,'_shipping_first_name','Melissa'),(164396,3444,'_shipping_last_name','Mertz'),(164397,3444,'_shipping_company','LCA'),(164398,3444,'_shipping_address_1','2213 Temperance Dr'),(164399,3444,'_shipping_city','Pittsburgh'),(164400,3444,'_shipping_state','PA'),(164401,3444,'_shipping_postcode','15237'),(164402,3444,'_shipping_country','US'),(164403,3444,'_order_currency','USD'),(164404,3444,'_cart_discount','0'),(164405,3444,'_cart_discount_tax','0'),(164406,3444,'_order_shipping','0'),(164407,3444,'_order_shipping_tax','0'),(164408,3444,'_order_tax','0'),(164409,3444,'_order_total','871.40'),(164410,3444,'_order_version','9.8.4'),(164411,3444,'_prices_include_tax','no'),(164412,3444,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(164413,3444,'_shipping_address_index','Melissa Mertz LCA 2213 Temperance Dr  Pittsburgh PA 15237 US '),(164414,3444,'is_vat_exempt','no'),(164415,3444,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:871.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"15237\";s:4:\"city\";s:10:\"Pittsburgh\";s:7:\"address\";s:18:\"2213 Temperance Dr\";s:9:\"address_1\";s:18:\"2213 Temperance Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"871.4\";}}'),(164416,3444,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164417,3444,'_wc_order_attribution_source_type','referral'),(164418,3444,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164419,3444,'_wc_order_attribution_utm_source','lcaportal.com'),(164420,3444,'_wc_order_attribution_utm_medium','referral'),(164421,3444,'_wc_order_attribution_utm_content','/'),(164422,3444,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164423,3444,'_wc_order_attribution_session_start_time','2025-05-22 17:13:45'),(164424,3444,'_wc_order_attribution_session_pages','4'),(164425,3444,'_wc_order_attribution_session_count','20'),(164426,3444,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164427,3444,'_wc_order_attribution_device_type','Desktop'),(164428,3445,'_order_key','wc_order_njfxvrNfLDeXn'),(164429,3445,'_customer_user','67'),(164430,3445,'_payment_method','paypal'),(164431,3445,'_payment_method_title','PayPal'),(164432,3445,'_customer_ip_address','67.251.108.158'),(164433,3445,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164434,3445,'_created_via','checkout'),(164435,3445,'_cart_hash','c05fbc0f3667483a999c4db165e8f2a7'),(164436,3445,'_download_permissions_granted','yes'),(164437,3445,'_recorded_sales','yes'),(164438,3445,'_recorded_coupon_usage_counts','yes'),(164439,3445,'_new_order_email_sent','true'),(164440,3445,'_order_stock_reduced','yes'),(164441,3445,'_billing_first_name','Marnie'),(164442,3445,'_billing_last_name','Murray'),(164443,3445,'_billing_company','Naughty Nits'),(164444,3445,'_billing_address_1','2809 Wehrle Drive'),(164445,3445,'_billing_address_2','Suite 10'),(164446,3445,'_billing_city','Williamsville'),(164447,3445,'_billing_state','NY'),(164448,3445,'_billing_postcode','14221'),(164449,3445,'_billing_country','US'),(164450,3445,'_billing_email','liceclinicsupstateny@gmail.com'),(164451,3445,'_billing_phone','7166265423'),(164452,3445,'_shipping_first_name','Marnie'),(164453,3445,'_shipping_last_name','Murray'),(164454,3445,'_shipping_company','LCA Buffalo'),(164455,3445,'_shipping_address_1','2809 Wehrle Drive'),(164456,3445,'_shipping_address_2','Suite 10'),(164457,3445,'_shipping_city','Williamsville'),(164458,3445,'_shipping_state','NY'),(164459,3445,'_shipping_postcode','14221'),(164460,3445,'_shipping_country','US'),(164461,3445,'_order_currency','USD'),(164462,3445,'_cart_discount','0'),(164463,3445,'_cart_discount_tax','0'),(164464,3445,'_order_shipping','0'),(164465,3445,'_order_shipping_tax','0'),(164466,3445,'_order_tax','0'),(164467,3445,'_order_total','1295.02'),(164468,3445,'_order_version','9.8.4'),(164469,3445,'_prices_include_tax','no'),(164470,3445,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(164471,3445,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(164472,3445,'is_vat_exempt','no'),(164473,3445,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:331.51999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1295.02;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:4:\"city\";s:13:\"Williamsville\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";}s:13:\"cart_subtotal\";s:7:\"1295.02\";}}'),(164474,3445,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164475,3445,'_wc_order_attribution_source_type','referral'),(164476,3445,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164477,3445,'_wc_order_attribution_utm_source','lcaportal.com'),(164478,3445,'_wc_order_attribution_utm_medium','referral'),(164479,3445,'_wc_order_attribution_utm_content','/'),(164480,3445,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164481,3445,'_wc_order_attribution_session_start_time','2025-05-22 14:37:09'),(164482,3445,'_wc_order_attribution_session_pages','4'),(164483,3445,'_wc_order_attribution_session_count','28'),(164484,3445,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164485,3445,'_wc_order_attribution_device_type','Desktop'),(164486,3445,'Payment type','instant'),(164487,3445,'_paypal_status','completed'),(164488,3445,'_transaction_id','6UD35449CY499822T'),(164489,3445,'PayPal Transaction Fee','45.69'),(164490,3445,'_date_paid','1747935014'),(164491,3445,'_paid_date','2025-05-22 17:30:14'),(164492,3444,'Payment type','instant'),(164493,3444,'_paypal_status','completed'),(164494,3444,'_transaction_id','7LS0663429887313V'),(164495,3444,'PayPal Transaction Fee','30.90'),(164496,3444,'_date_paid','1747935085'),(164497,3444,'_paid_date','2025-05-22 17:31:25'),(164498,3446,'_order_key','wc_order_MGLYU9rCBTIWF'),(164499,3446,'_customer_user','67'),(164500,3446,'_payment_method','paypal'),(164501,3446,'_payment_method_title','PayPal'),(164502,3446,'_customer_ip_address','67.251.108.158'),(164503,3446,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164504,3446,'_created_via','checkout'),(164505,3446,'_cart_hash','c5cf2a17e638fcbf5166021975832151'),(164506,3446,'_download_permissions_granted','yes'),(164507,3446,'_recorded_sales','yes'),(164508,3446,'_recorded_coupon_usage_counts','yes'),(164509,3446,'_new_order_email_sent','true'),(164510,3446,'_order_stock_reduced','yes'),(164511,3446,'_billing_first_name','Marnie'),(164512,3446,'_billing_last_name','Murray'),(164513,3446,'_billing_company','Naughty Nits'),(164514,3446,'_billing_address_1','2809 Wehrle Drive'),(164515,3446,'_billing_address_2','Suite 10'),(164516,3446,'_billing_city','Williamsville'),(164517,3446,'_billing_state','NY'),(164518,3446,'_billing_postcode','14221'),(164519,3446,'_billing_country','US'),(164520,3446,'_billing_email','liceclinicsupstateny@gmail.com'),(164521,3446,'_billing_phone','7166265423'),(164522,3446,'_shipping_first_name','Marnie'),(164523,3446,'_shipping_last_name','Murray'),(164524,3446,'_shipping_company','LCA Rochester'),(164525,3446,'_shipping_address_1','135 Sully’s Trail'),(164526,3446,'_shipping_address_2','Suite 7'),(164527,3446,'_shipping_city','Pittsford'),(164528,3446,'_shipping_state','NY'),(164529,3446,'_shipping_postcode','14534'),(164530,3446,'_shipping_country','US'),(164531,3446,'_order_currency','USD'),(164532,3446,'_cart_discount','0'),(164533,3446,'_cart_discount_tax','0'),(164534,3446,'_order_shipping','0'),(164535,3446,'_order_shipping_tax','0'),(164536,3446,'_order_tax','0'),(164537,3446,'_order_total','1295.02'),(164538,3446,'_order_version','9.8.4'),(164539,3446,'_prices_include_tax','no'),(164540,3446,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(164541,3446,'_shipping_address_index','Marnie Murray LCA Rochester 135 Sully’s Trail Suite 7 Pittsford NY 14534 US '),(164542,3446,'is_vat_exempt','no'),(164543,3446,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:331.51999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1295.02;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14534\";s:4:\"city\";s:9:\"Pittsford\";s:7:\"address\";s:19:\"135 Sully’s Trail\";s:9:\"address_1\";s:19:\"135 Sully’s Trail\";s:9:\"address_2\";s:7:\"Suite 7\";}s:13:\"cart_subtotal\";s:7:\"1295.02\";}}'),(164544,3446,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164545,3446,'_wc_order_attribution_source_type','referral'),(164546,3446,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164547,3446,'_wc_order_attribution_utm_source','lcaportal.com'),(164548,3446,'_wc_order_attribution_utm_medium','referral'),(164549,3446,'_wc_order_attribution_utm_content','/'),(164550,3446,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164551,3446,'_wc_order_attribution_session_start_time','2025-05-22 14:37:09'),(164552,3446,'_wc_order_attribution_session_pages','10'),(164553,3446,'_wc_order_attribution_session_count','28'),(164554,3446,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164555,3446,'_wc_order_attribution_device_type','Desktop'),(164556,3446,'Payment type','instant'),(164557,3446,'_paypal_status','completed'),(164558,3446,'_transaction_id','18551149NV9555003'),(164559,3446,'PayPal Transaction Fee','45.69'),(164560,3446,'_date_paid','1747935133'),(164561,3446,'_paid_date','2025-05-22 17:32:13'),(164562,3447,'_order_key','wc_order_dIhuDvxB1Anej'),(164563,3447,'_customer_user','67'),(164564,3447,'_payment_method','paypal'),(164565,3447,'_payment_method_title','PayPal'),(164566,3447,'_customer_ip_address','67.251.108.158'),(164567,3447,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164568,3447,'_created_via','checkout'),(164569,3447,'_cart_hash','c5cf2a17e638fcbf5166021975832151'),(164570,3447,'_download_permissions_granted','yes'),(164571,3447,'_recorded_sales','yes'),(164572,3447,'_recorded_coupon_usage_counts','yes'),(164573,3447,'_new_order_email_sent','true'),(164574,3447,'_order_stock_reduced','yes'),(164575,3447,'_billing_first_name','Marnie'),(164576,3447,'_billing_last_name','Murray'),(164577,3447,'_billing_company','Naughty Nits'),(164578,3447,'_billing_address_1','2809 Wehrle Drive'),(164579,3447,'_billing_address_2','Suite 10'),(164580,3447,'_billing_city','Williamsville'),(164581,3447,'_billing_state','NY'),(164582,3447,'_billing_postcode','14221'),(164583,3447,'_billing_country','US'),(164584,3447,'_billing_email','liceclinicsupstateny@gmail.com'),(164585,3447,'_billing_phone','7166265423'),(164586,3447,'_shipping_first_name','Marnie'),(164587,3447,'_shipping_last_name','Murray'),(164588,3447,'_shipping_company','LCA Syracuse'),(164589,3447,'_shipping_address_1','6221 Route 31'),(164590,3447,'_shipping_address_2','Suite 114'),(164591,3447,'_shipping_city','Cicero'),(164592,3447,'_shipping_state','NY'),(164593,3447,'_shipping_postcode','13039'),(164594,3447,'_shipping_country','US'),(164595,3447,'_order_currency','USD'),(164596,3447,'_cart_discount','0'),(164597,3447,'_cart_discount_tax','0'),(164598,3447,'_order_shipping','0'),(164599,3447,'_order_shipping_tax','0'),(164600,3447,'_order_tax','0'),(164601,3447,'_order_total','1295.02'),(164602,3447,'_order_version','9.8.4'),(164603,3447,'_prices_include_tax','no'),(164604,3447,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(164605,3447,'_shipping_address_index','Marnie Murray LCA Syracuse 6221 Route 31 Suite 114 Cicero NY 13039 US '),(164606,3447,'is_vat_exempt','no'),(164607,3447,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:331.51999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1295.02;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"13039\";s:4:\"city\";s:6:\"Cicero\";s:7:\"address\";s:13:\"6221 Route 31\";s:9:\"address_1\";s:13:\"6221 Route 31\";s:9:\"address_2\";s:9:\"Suite 114\";}s:13:\"cart_subtotal\";s:7:\"1295.02\";}}'),(164608,3447,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164609,3447,'_wc_order_attribution_source_type','referral'),(164610,3447,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164611,3447,'_wc_order_attribution_utm_source','lcaportal.com'),(164612,3447,'_wc_order_attribution_utm_medium','referral'),(164613,3447,'_wc_order_attribution_utm_content','/'),(164614,3447,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164615,3447,'_wc_order_attribution_session_start_time','2025-05-22 14:37:09'),(164616,3447,'_wc_order_attribution_session_pages','14'),(164617,3447,'_wc_order_attribution_session_count','28'),(164618,3447,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164619,3447,'_wc_order_attribution_device_type','Desktop'),(164620,3447,'Payment type','instant'),(164621,3447,'_paypal_status','completed'),(164622,3447,'_transaction_id','1RC14222AK7062126'),(164623,3447,'PayPal Transaction Fee','45.69'),(164624,3447,'_date_paid','1747935212'),(164625,3447,'_paid_date','2025-05-22 17:33:32'),(164626,3448,'_order_key','wc_order_xn8Odg1asZXd7'),(164627,3448,'_customer_user','67'),(164628,3448,'_payment_method','paypal'),(164629,3448,'_payment_method_title','PayPal'),(164630,3448,'_customer_ip_address','67.251.108.158'),(164631,3448,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164632,3448,'_created_via','checkout'),(164633,3448,'_cart_hash','c5cf2a17e638fcbf5166021975832151'),(164634,3448,'_download_permissions_granted','yes'),(164635,3448,'_recorded_sales','yes'),(164636,3448,'_recorded_coupon_usage_counts','yes'),(164637,3448,'_new_order_email_sent','true'),(164638,3448,'_order_stock_reduced','yes'),(164639,3448,'_billing_first_name','Marnie'),(164640,3448,'_billing_last_name','Murray'),(164641,3448,'_billing_company','Naughty Nits'),(164642,3448,'_billing_address_1','2809 Wehrle Drive'),(164643,3448,'_billing_address_2','Suite 10'),(164644,3448,'_billing_city','Williamsville'),(164645,3448,'_billing_state','NY'),(164646,3448,'_billing_postcode','14221'),(164647,3448,'_billing_country','US'),(164648,3448,'_billing_email','liceclinicsupstateny@gmail.com'),(164649,3448,'_billing_phone','7166265423'),(164650,3448,'_shipping_first_name','Marnie'),(164651,3448,'_shipping_last_name','Murray'),(164652,3448,'_shipping_company','Naughty Nits'),(164653,3448,'_shipping_address_1','258 Hoosick Street'),(164654,3448,'_shipping_address_2','Suite 109'),(164655,3448,'_shipping_city','Troy'),(164656,3448,'_shipping_state','NY'),(164657,3448,'_shipping_postcode','12180'),(164658,3448,'_shipping_country','US'),(164659,3448,'_order_currency','USD'),(164660,3448,'_cart_discount','0'),(164661,3448,'_cart_discount_tax','0'),(164662,3448,'_order_shipping','0'),(164663,3448,'_order_shipping_tax','0'),(164664,3448,'_order_tax','0'),(164665,3448,'_order_total','1295.02'),(164666,3448,'_order_version','9.8.4'),(164667,3448,'_prices_include_tax','no'),(164668,3448,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(164669,3448,'_shipping_address_index','Marnie Murray Naughty Nits 258 Hoosick Street Suite 109 Troy NY 12180 US '),(164670,3448,'is_vat_exempt','no'),(164671,3448,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:331.51999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:302.39999999999998;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:302.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1295.02;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"12180\";s:4:\"city\";s:4:\"Troy\";s:7:\"address\";s:18:\"258 Hoosick Street\";s:9:\"address_1\";s:18:\"258 Hoosick Street\";s:9:\"address_2\";s:9:\"Suite 109\";}s:13:\"cart_subtotal\";s:7:\"1295.02\";}}'),(164672,3448,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164673,3448,'_wc_order_attribution_source_type','referral'),(164674,3448,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164675,3448,'_wc_order_attribution_utm_source','lcaportal.com'),(164676,3448,'_wc_order_attribution_utm_medium','referral'),(164677,3448,'_wc_order_attribution_utm_content','/'),(164678,3448,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164679,3448,'_wc_order_attribution_session_start_time','2025-05-22 14:37:09'),(164680,3448,'_wc_order_attribution_session_pages','18'),(164681,3448,'_wc_order_attribution_session_count','28'),(164682,3448,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164683,3448,'_wc_order_attribution_device_type','Desktop'),(164684,3448,'Payment type','instant'),(164685,3448,'_paypal_status','completed'),(164686,3448,'_transaction_id','7TC42037RU1356935'),(164687,3448,'PayPal Transaction Fee','45.69'),(164688,3448,'_date_paid','1747935292'),(164689,3448,'_paid_date','2025-05-22 17:34:52'),(164690,3449,'_order_key','wc_order_bKf8IukldXMU8'),(164691,3449,'_customer_user','50'),(164692,3449,'_payment_method','paypal'),(164693,3449,'_payment_method_title','PayPal'),(164694,3449,'_customer_ip_address','24.34.196.21'),(164695,3449,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164696,3449,'_created_via','checkout'),(164697,3449,'_cart_hash','03c55bbd76e91a375b54caa2d19235c8'),(164698,3449,'_download_permissions_granted','yes'),(164699,3449,'_recorded_sales','yes'),(164700,3449,'_recorded_coupon_usage_counts','yes'),(164701,3449,'_new_order_email_sent','true'),(164702,3449,'_order_stock_reduced','yes'),(164703,3449,'_billing_first_name','Christine'),(164704,3449,'_billing_last_name','Cherry'),(164705,3449,'_billing_company','NITS END'),(164706,3449,'_billing_address_1','PO BOX 1092'),(164707,3449,'_billing_city','Campton'),(164708,3449,'_billing_state','NH'),(164709,3449,'_billing_postcode','03223'),(164710,3449,'_billing_country','US'),(164711,3449,'_billing_email','info@liceclinicsplaistow.com'),(164712,3449,'_billing_phone','16034983390'),(164713,3449,'_shipping_first_name','Christine'),(164714,3449,'_shipping_last_name','Cherry'),(164715,3449,'_shipping_company','C/O Linda Brann LCA/Nits End'),(164716,3449,'_shipping_address_1','16 Toppan Dr'),(164717,3449,'_shipping_city','Gorham'),(164718,3449,'_shipping_state','ME'),(164719,3449,'_shipping_postcode','04038'),(164720,3449,'_shipping_country','US'),(164721,3449,'_order_currency','USD'),(164722,3449,'_cart_discount','0'),(164723,3449,'_cart_discount_tax','0'),(164724,3449,'_order_shipping','0'),(164725,3449,'_order_shipping_tax','0'),(164726,3449,'_order_tax','0'),(164727,3449,'_order_total','1255.40'),(164728,3449,'_order_version','9.8.4'),(164729,3449,'_prices_include_tax','no'),(164730,3449,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(164731,3449,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(164732,3449,'is_vat_exempt','no'),(164733,3449,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1255.4000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:12:\"16 Toppan Dr\";s:9:\"address_1\";s:12:\"16 Toppan Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1255.4\";}}'),(164734,3449,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164735,3449,'_wc_order_attribution_source_type','referral'),(164736,3449,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164737,3449,'_wc_order_attribution_utm_source','lcaportal.com'),(164738,3449,'_wc_order_attribution_utm_medium','referral'),(164739,3449,'_wc_order_attribution_utm_content','/'),(164740,3449,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164741,3449,'_wc_order_attribution_session_start_time','2025-05-22 17:13:45'),(164742,3449,'_wc_order_attribution_session_pages','11'),(164743,3449,'_wc_order_attribution_session_count','20'),(164744,3449,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164745,3449,'_wc_order_attribution_device_type','Desktop'),(164746,3449,'Payment type','instant'),(164747,3449,'_paypal_status','completed'),(164748,3449,'_transaction_id','77F089212A7088811'),(164749,3449,'PayPal Transaction Fee','44.30'),(164750,3449,'_date_paid','1747935574'),(164751,3449,'_paid_date','2025-05-22 17:39:34'),(164753,3450,'_order_key','wc_order_i2F6AZ4i9sw2a'),(164754,3450,'_customer_user','98'),(164755,3450,'_payment_method','paypal'),(164756,3450,'_payment_method_title','PayPal'),(164757,3450,'_customer_ip_address','24.34.196.21'),(164758,3450,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164759,3450,'_created_via','checkout'),(164760,3450,'_cart_hash','761ccbfa6a870890b36fe62658aec29e'),(164761,3450,'_download_permissions_granted','yes'),(164762,3450,'_recorded_sales','yes'),(164763,3450,'_recorded_coupon_usage_counts','yes'),(164764,3450,'_new_order_email_sent','true'),(164765,3450,'_order_stock_reduced','yes'),(164766,3450,'_billing_first_name','Christine'),(164767,3450,'_billing_last_name','Cherry'),(164768,3450,'_billing_company','NITS END'),(164769,3450,'_billing_address_1','PO BOX 1092'),(164770,3450,'_billing_city','Campton'),(164771,3450,'_billing_state','NH'),(164772,3450,'_billing_postcode','03223'),(164773,3450,'_billing_country','US'),(164774,3450,'_billing_email','christine@liceclinicscolumbus.com'),(164775,3450,'_billing_phone','16034983390'),(164776,3450,'_shipping_first_name','Erica'),(164777,3450,'_shipping_last_name','Froggatt'),(164778,3450,'_shipping_company','LCA - Nits End / 149091'),(164779,3450,'_shipping_address_1','5910 Wilcox Pl'),(164780,3450,'_shipping_address_2','suite E'),(164781,3450,'_shipping_city','Dublin'),(164782,3450,'_shipping_state','OH'),(164783,3450,'_shipping_postcode','43016'),(164784,3450,'_shipping_country','US'),(164785,3450,'_order_currency','USD'),(164786,3450,'_cart_discount','0'),(164787,3450,'_cart_discount_tax','0'),(164788,3450,'_order_shipping','0'),(164789,3450,'_order_shipping_tax','0'),(164790,3450,'_order_tax','0'),(164791,3450,'_order_total','2252.22'),(164792,3450,'_order_version','9.8.4'),(164793,3450,'_prices_include_tax','no'),(164794,3450,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(164795,3450,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(164796,3450,'is_vat_exempt','no'),(164797,3450,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:39.984000000000002;s:35:\"product_level_based_on_tax_settings\";d:39.984000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:39.984000000000002;s:27:\"total_based_on_tax_settings\";d:39.984000000000002;}}'),(164798,3450,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:531.21600000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:531.21600000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:2252.2160000000003;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OH\";s:8:\"postcode\";s:5:\"43016\";s:4:\"city\";s:6:\"Dublin\";s:7:\"address\";s:14:\"5910 Wilcox Pl\";s:9:\"address_1\";s:14:\"5910 Wilcox Pl\";s:9:\"address_2\";s:7:\"suite E\";}s:13:\"cart_subtotal\";s:7:\"2252.22\";}}'),(164799,3450,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164800,3450,'_wc_order_attribution_source_type','referral'),(164801,3450,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164802,3450,'_wc_order_attribution_utm_source','lcaportal.com'),(164803,3450,'_wc_order_attribution_utm_medium','referral'),(164804,3450,'_wc_order_attribution_utm_content','/'),(164805,3450,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164806,3450,'_wc_order_attribution_session_start_time','2025-05-22 17:13:45'),(164807,3450,'_wc_order_attribution_session_pages','23'),(164808,3450,'_wc_order_attribution_session_count','20'),(164809,3450,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0'),(164810,3450,'_wc_order_attribution_device_type','Desktop'),(164811,3450,'Payment type','instant'),(164812,3450,'_paypal_status','completed'),(164813,3450,'_transaction_id','27P26821250276333'),(164814,3450,'PayPal Transaction Fee','79.09'),(164815,3450,'_date_paid','1747936358'),(164816,3450,'_paid_date','2025-05-22 17:52:38'),(164817,3444,'_edit_lock','1748286449:2'),(164818,3449,'_edit_lock','1748286513:2'),(164819,3443,'_edit_lock','1747941066:2'),(164820,3443,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161535\";s:12:\"date_shipped\";s:10:\"1747872000\";s:11:\"tracking_id\";s:32:\"a12657c91138a000942bade4a9e466b9\";}}'),(164821,3443,'_edit_last','2'),(164822,3443,'_date_completed','1747941053'),(164823,3443,'_completed_date','2025-05-22 19:10:53'),(164824,3451,'_order_key','wc_order_nSrA9mH9T9zeq'),(164825,3451,'_customer_user','3'),(164826,3451,'_payment_method','paypal'),(164827,3451,'_payment_method_title','PayPal'),(164828,3451,'_customer_ip_address','99.22.146.124'),(164829,3451,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164830,3451,'_created_via','checkout'),(164831,3451,'_cart_hash','8af06e637bb953cf8904bab85c855149'),(164832,3451,'_download_permissions_granted','yes'),(164833,3451,'_recorded_sales','yes'),(164834,3451,'_recorded_coupon_usage_counts','yes'),(164835,3451,'_new_order_email_sent','true'),(164836,3451,'_order_stock_reduced','yes'),(164837,3451,'_billing_first_name','amanda'),(164838,3451,'_billing_last_name','westerman'),(164839,3451,'_billing_company','Lice Clinics of America McKinney'),(164840,3451,'_billing_address_1','3120 Hudson Crossing'),(164841,3451,'_billing_address_2','Suite A2'),(164842,3451,'_billing_city','MCKINNEY'),(164843,3451,'_billing_state','TX'),(164844,3451,'_billing_postcode','75070'),(164845,3451,'_billing_country','US'),(164846,3451,'_billing_email','awesterman1103@gmail.com'),(164847,3451,'_billing_phone','12144175741'),(164848,3451,'_shipping_first_name','amanda'),(164849,3451,'_shipping_last_name','westerman'),(164850,3451,'_shipping_company','Lice Clinics of America McKinney'),(164851,3451,'_shipping_address_1','4002 BELT LINE RD'),(164852,3451,'_shipping_address_2','Suite 140'),(164853,3451,'_shipping_city','Dallas'),(164854,3451,'_shipping_state','TX'),(164855,3451,'_shipping_postcode','75001'),(164856,3451,'_shipping_country','US'),(164857,3451,'_order_currency','USD'),(164858,3451,'_cart_discount','0'),(164859,3451,'_cart_discount_tax','0'),(164860,3451,'_order_shipping','0'),(164861,3451,'_order_shipping_tax','0'),(164862,3451,'_order_tax','0'),(164863,3451,'_order_total','791.15'),(164864,3451,'_order_version','9.8.4'),(164865,3451,'_prices_include_tax','no'),(164866,3451,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(164867,3451,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 4002 BELT LINE RD Suite 140 Dallas TX 75001 US '),(164868,3451,'is_vat_exempt','no'),(164869,3451,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:791.15000000000009;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75001\";s:4:\"city\";s:6:\"Dallas\";s:7:\"address\";s:17:\"4002 BELT LINE RD\";s:9:\"address_1\";s:17:\"4002 BELT LINE RD\";s:9:\"address_2\";s:9:\"Suite 140\";}s:13:\"cart_subtotal\";s:6:\"791.15\";}}'),(164870,3451,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164871,3451,'_wc_order_attribution_source_type','referral'),(164872,3451,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(164873,3451,'_wc_order_attribution_utm_source','lcaportal.com'),(164874,3451,'_wc_order_attribution_utm_medium','referral'),(164875,3451,'_wc_order_attribution_utm_content','/'),(164876,3451,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164877,3451,'_wc_order_attribution_session_start_time','2025-05-22 20:17:20'),(164878,3451,'_wc_order_attribution_session_pages','8'),(164879,3451,'_wc_order_attribution_session_count','3'),(164880,3451,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164881,3451,'_wc_order_attribution_device_type','Desktop'),(164882,3451,'Payment type','instant'),(164883,3451,'_paypal_status','completed'),(164884,3451,'_transaction_id','53D99573FD796433Y'),(164885,3451,'PayPal Transaction Fee','28.10'),(164886,3451,'_date_paid','1747946693'),(164887,3451,'_paid_date','2025-05-22 20:44:53'),(164888,3445,'_edit_lock','1748286405:2'),(164889,3445,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161800\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"0ff05d4fc2c249c4562b877313d66f32\";}}'),(164890,3445,'_edit_last','2'),(164891,3445,'_date_completed','1748286502'),(164892,3445,'_completed_date','2025-05-26 19:08:22'),(164893,3444,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161855\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"78d981c3920033688a8a852a6d361409\";}}'),(164894,3444,'_edit_last','2'),(164895,3444,'_date_completed','1748286582'),(164896,3444,'_completed_date','2025-05-26 19:09:42'),(164897,3450,'_edit_lock','1748286487:2'),(164898,3450,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162071\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"de944acceca1d0972b0b211b7cf74f84\";}}'),(164899,3450,'_edit_last','2'),(164900,3450,'_date_completed','1748286616'),(164901,3450,'_completed_date','2025-05-26 19:10:16'),(164902,3449,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162038\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"7fff805b7ddd0bb62720362f9158c2c7\";}}'),(164903,3449,'_edit_last','2'),(164904,3449,'_date_completed','1748286646'),(164905,3449,'_completed_date','2025-05-26 19:10:46'),(164906,3446,'_edit_lock','1748286546:2'),(164907,3446,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161888\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"da0b50dbf36a9e77eece5fd9894ac66a\";}}'),(164908,3446,'_edit_last','2'),(164909,3446,'_date_completed','1748286682'),(164910,3446,'_completed_date','2025-05-26 19:11:22'),(164911,3448,'_edit_lock','1748286592:2'),(164912,3448,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161936\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"917255f9e5c62b7f1b4f6e86b9867e58\";}}'),(164913,3448,'_edit_last','2'),(164914,3448,'_date_completed','1748286725'),(164915,3448,'_completed_date','2025-05-26 19:12:05'),(164916,3447,'_edit_lock','1748286618:2'),(164917,3447,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800161980\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"97b9558789c5155f65ec9007419f9870\";}}'),(164918,3447,'_edit_last','2'),(164919,3447,'_date_completed','1748286754'),(164920,3447,'_completed_date','2025-05-26 19:12:34'),(164921,3451,'_edit_lock','1748286681:2'),(164922,3451,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162152\";s:12:\"date_shipped\";s:10:\"1748217600\";s:11:\"tracking_id\";s:32:\"fc416918ed6c6551872022b506cb0988\";}}'),(164923,3451,'_edit_last','2'),(164924,3451,'_date_completed','1748286818'),(164925,3451,'_completed_date','2025-05-26 19:13:38'),(164926,3452,'_order_key','wc_order_yyWYoaNchkNpX'),(164927,3452,'_customer_user','20'),(164928,3452,'_payment_method','paypal'),(164929,3452,'_payment_method_title','PayPal'),(164930,3452,'_customer_ip_address','172.116.123.146'),(164931,3452,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164932,3452,'_created_via','checkout'),(164933,3452,'_cart_hash','32dcf57bf01fdfb998cba96ccef7e278'),(164934,3452,'_download_permissions_granted','yes'),(164935,3452,'_recorded_sales','yes'),(164936,3452,'_recorded_coupon_usage_counts','yes'),(164937,3452,'_new_order_email_sent','true'),(164938,3452,'_order_stock_reduced','yes'),(164939,3452,'_billing_first_name','Hasani'),(164940,3452,'_billing_last_name','Thompson'),(164941,3452,'_billing_company','Heat in Hair'),(164942,3452,'_billing_address_1','27225 Camp Plenty Road'),(164943,3452,'_billing_address_2','1D'),(164944,3452,'_billing_city','Santa Clarita'),(164945,3452,'_billing_state','CA'),(164946,3452,'_billing_postcode','91351'),(164947,3452,'_billing_country','US'),(164948,3452,'_billing_email','info@liceclinicssantaclarita.com'),(164949,3452,'_billing_phone','6615850263'),(164950,3452,'_shipping_first_name','Hasani'),(164951,3452,'_shipping_last_name','Thompson'),(164952,3452,'_shipping_company','Heat in Hair'),(164953,3452,'_shipping_address_1','5145 Nightsky pl'),(164954,3452,'_shipping_city','5145 nightsky pl'),(164955,3452,'_shipping_state','CA'),(164956,3452,'_shipping_postcode','93552'),(164957,3452,'_shipping_country','US'),(164958,3452,'_order_currency','USD'),(164959,3452,'_cart_discount','0'),(164960,3452,'_cart_discount_tax','0'),(164961,3452,'_order_shipping','0'),(164962,3452,'_order_shipping_tax','0'),(164963,3452,'_order_tax','0'),(164964,3452,'_order_total','1269.50'),(164965,3452,'_order_version','9.8.4'),(164966,3452,'_prices_include_tax','no'),(164967,3452,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(164968,3452,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(164969,3452,'is_vat_exempt','no'),(164970,3452,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";a:16:{s:10:\"unique_key\";s:32:\"8fea8beae37360f1f5bd4446876d80f1\";s:4:\"time\";s:10:\"01:06:04am\";s:3:\"key\";s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:294;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:294;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"26b634265ba27242cff529a7e33c5084\";a:16:{s:10:\"unique_key\";s:32:\"91ff6c1e054ba05d28c5d29ea3b16461\";s:4:\"time\";s:10:\"03:20:27am\";s:3:\"key\";s:32:\"26b634265ba27242cff529a7e33c5084\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:200;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:200;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1269.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1269.5\";}}'),(164971,3452,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(164972,3452,'_wc_order_attribution_source_type','referral'),(164973,3452,'_wc_order_attribution_referrer','https://lcaportal.com/'),(164974,3452,'_wc_order_attribution_utm_source','lcaportal.com'),(164975,3452,'_wc_order_attribution_utm_medium','referral'),(164976,3452,'_wc_order_attribution_utm_content','/'),(164977,3452,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(164978,3452,'_wc_order_attribution_session_start_time','2025-05-27 03:22:48'),(164979,3452,'_wc_order_attribution_session_pages','12'),(164980,3452,'_wc_order_attribution_session_count','1'),(164981,3452,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(164982,3452,'_wc_order_attribution_device_type','Desktop'),(164983,3452,'Payment type','instant'),(164984,3452,'_paypal_status','completed'),(164985,3452,'_transaction_id','80A80974428914447'),(164986,3452,'PayPal Transaction Fee','44.80'),(164987,3452,'_date_paid','1748316814'),(164988,3452,'_paid_date','2025-05-27 03:33:34'),(164989,3453,'_order_key','wc_order_emyuW8NRZJYCV'),(164990,3453,'_customer_user','8'),(164991,3453,'_payment_method','paypal'),(164992,3453,'_payment_method_title','PayPal'),(164993,3453,'_customer_ip_address','12.198.118.122'),(164994,3453,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(164995,3453,'_created_via','checkout'),(164996,3453,'_cart_hash','377449c47286f1d136f3152759d9822a'),(164997,3453,'_download_permissions_granted','yes'),(164998,3453,'_recorded_sales','yes'),(164999,3453,'_recorded_coupon_usage_counts','yes'),(165000,3453,'_new_order_email_sent','true'),(165001,3453,'_order_stock_reduced','yes'),(165002,3453,'_billing_first_name','Amy'),(165003,3453,'_billing_last_name','Sharp'),(165004,3453,'_billing_company','Nit Wits'),(165005,3453,'_billing_address_1','6002 Sweetbay Dr'),(165006,3453,'_billing_city','Crestwood'),(165007,3453,'_billing_state','KY'),(165008,3453,'_billing_postcode','40014'),(165009,3453,'_billing_country','US'),(165010,3453,'_billing_email','asharp@ht-school.org'),(165011,3453,'_billing_phone','15023109281'),(165012,3453,'_shipping_first_name','Amy'),(165013,3453,'_shipping_last_name','Sharp'),(165014,3453,'_shipping_company','LCA Nit Wits'),(165015,3453,'_shipping_address_1','9302 New LaGrange Road'),(165016,3453,'_shipping_address_2','Unit H'),(165017,3453,'_shipping_city','Louisville'),(165018,3453,'_shipping_state','KY'),(165019,3453,'_shipping_postcode','40242'),(165020,3453,'_shipping_country','US'),(165021,3453,'_order_currency','USD'),(165022,3453,'_cart_discount','0'),(165023,3453,'_cart_discount_tax','0'),(165024,3453,'_order_shipping','20.3'),(165025,3453,'_order_shipping_tax','0'),(165026,3453,'_order_tax','0'),(165027,3453,'_order_total','390.95'),(165028,3453,'_order_version','9.8.4'),(165029,3453,'_prices_include_tax','no'),(165030,3453,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(165031,3453,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(165032,3453,'is_vat_exempt','no'),(165033,3453,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.800000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:370.64999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:8;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40242\";s:4:\"city\";s:10:\"Louisville\";s:7:\"address\";s:22:\"9302 New LaGrange Road\";s:9:\"address_1\";s:22:\"9302 New LaGrange Road\";s:9:\"address_2\";s:6:\"Unit H\";}s:13:\"cart_subtotal\";s:6:\"370.65\";}}'),(165034,3453,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165035,3453,'_wc_order_attribution_source_type','referral'),(165036,3453,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165037,3453,'_wc_order_attribution_utm_source','lcaportal.com'),(165038,3453,'_wc_order_attribution_utm_medium','referral'),(165039,3453,'_wc_order_attribution_utm_content','/'),(165040,3453,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165041,3453,'_wc_order_attribution_session_start_time','2025-05-27 12:59:43'),(165042,3453,'_wc_order_attribution_session_pages','1'),(165043,3453,'_wc_order_attribution_session_count','3'),(165044,3453,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(165045,3453,'_wc_order_attribution_device_type','Desktop'),(165046,3453,'Payment type','instant'),(165047,3453,'_paypal_status','completed'),(165048,3453,'_transaction_id','5L038201BU850193B'),(165049,3453,'PayPal Transaction Fee','14.13'),(165050,3453,'_date_paid','1748370118'),(165051,3453,'_paid_date','2025-05-27 18:21:58'),(165052,3454,'_order_key','wc_order_vnY4vLDlHiHTn'),(165053,3454,'_customer_user','65'),(165054,3454,'_payment_method','paypal'),(165055,3454,'_payment_method_title','PayPal'),(165056,3454,'_customer_ip_address','76.106.234.193'),(165057,3454,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165058,3454,'_created_via','checkout'),(165059,3454,'_cart_hash','b7995827e279197d6de0f84319986226'),(165060,3454,'_download_permissions_granted','yes'),(165061,3454,'_recorded_sales','yes'),(165062,3454,'_recorded_coupon_usage_counts','yes'),(165063,3454,'_new_order_email_sent','true'),(165064,3454,'_order_stock_reduced','yes'),(165065,3454,'_billing_first_name','Mandy'),(165066,3454,'_billing_last_name','Ottesen'),(165067,3454,'_billing_company','Fresh Heads'),(165068,3454,'_billing_address_1','175 Dahlia Falls Drive'),(165069,3454,'_billing_city','St Johns'),(165070,3454,'_billing_state','FL'),(165071,3454,'_billing_postcode','32259'),(165072,3454,'_billing_country','US'),(165073,3454,'_billing_email','mandy@freshheadsliceremoval.com'),(165074,3454,'_billing_phone','9042353157'),(165075,3454,'_shipping_first_name','Mandy'),(165076,3454,'_shipping_last_name','Ottesen'),(165077,3454,'_shipping_address_1','13241 Bartram Park Blvd'),(165078,3454,'_shipping_address_2','1801'),(165079,3454,'_shipping_city','Jacksonville'),(165080,3454,'_shipping_state','FL'),(165081,3454,'_shipping_postcode','32258'),(165082,3454,'_shipping_country','US'),(165083,3454,'_order_currency','USD'),(165084,3454,'_cart_discount','0'),(165085,3454,'_cart_discount_tax','0'),(165086,3454,'_order_shipping','14.56'),(165087,3454,'_order_shipping_tax','0'),(165088,3454,'_order_tax','0'),(165089,3454,'_order_total','300.16'),(165090,3454,'_order_version','9.8.4'),(165091,3454,'_prices_include_tax','no'),(165092,3454,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(165093,3454,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(165094,3454,'is_vat_exempt','no'),(165095,3454,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"91fe0491f5321ea073101ff524bf42c0\";a:16:{s:10:\"unique_key\";s:32:\"c1d4a27d18be3d5d9f75cfd8a16f5b97\";s:4:\"time\";s:10:\"07:24:21pm\";s:3:\"key\";s:32:\"91fe0491f5321ea073101ff524bf42c0\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:285.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:65;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32258\";s:4:\"city\";s:12:\"Jacksonville\";s:7:\"address\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_1\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_2\";s:4:\"1801\";}s:13:\"cart_subtotal\";s:5:\"285.6\";}}'),(165096,3454,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165097,3454,'_wc_order_attribution_source_type','referral'),(165098,3454,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165099,3454,'_wc_order_attribution_utm_source','lcaportal.com'),(165100,3454,'_wc_order_attribution_utm_medium','referral'),(165101,3454,'_wc_order_attribution_utm_content','/'),(165102,3454,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165103,3454,'_wc_order_attribution_session_start_time','2025-05-28 22:15:48'),(165104,3454,'_wc_order_attribution_session_pages','4'),(165105,3454,'_wc_order_attribution_session_count','1'),(165106,3454,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165107,3454,'_wc_order_attribution_device_type','Desktop'),(165108,3454,'Payment type','instant'),(165109,3454,'_paypal_status','completed'),(165110,3454,'_transaction_id','3U668700CT994372T'),(165111,3454,'PayPal Transaction Fee','10.97'),(165112,3454,'_date_paid','1748470783'),(165113,3454,'_paid_date','2025-05-28 22:19:43'),(165114,3455,'_order_key','wc_order_yOXZWD8hYLWKd'),(165115,3455,'_customer_user','65'),(165116,3455,'_payment_method','paypal'),(165117,3455,'_payment_method_title','PayPal'),(165118,3455,'_customer_ip_address','76.106.234.193'),(165119,3455,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165120,3455,'_created_via','checkout'),(165121,3455,'_cart_hash','00d340128e2a1941891d37bddac302a4'),(165122,3455,'_download_permissions_granted','yes'),(165123,3455,'_recorded_sales','yes'),(165124,3455,'_recorded_coupon_usage_counts','yes'),(165125,3455,'_new_order_email_sent','true'),(165126,3455,'_order_stock_reduced','yes'),(165127,3455,'_billing_first_name','Mandy'),(165128,3455,'_billing_last_name','Ottesen'),(165129,3455,'_billing_company','Fresh Heads'),(165130,3455,'_billing_address_1','175 Dahlia Falls Drive'),(165131,3455,'_billing_city','St Johns'),(165132,3455,'_billing_state','FL'),(165133,3455,'_billing_postcode','32259'),(165134,3455,'_billing_country','US'),(165135,3455,'_billing_email','mandy@freshheadsliceremoval.com'),(165136,3455,'_billing_phone','9042353157'),(165137,3455,'_shipping_first_name','Mandy'),(165138,3455,'_shipping_last_name','Ottesen'),(165139,3455,'_shipping_address_1','13241 Bartram Park Blvd'),(165140,3455,'_shipping_address_2','1801'),(165141,3455,'_shipping_city','Jacksonville'),(165142,3455,'_shipping_state','FL'),(165143,3455,'_shipping_postcode','32258'),(165144,3455,'_shipping_country','US'),(165145,3455,'_order_currency','USD'),(165146,3455,'_cart_discount','0'),(165147,3455,'_cart_discount_tax','0'),(165148,3455,'_order_shipping','11.86'),(165149,3455,'_order_shipping_tax','0'),(165150,3455,'_order_tax','0'),(165151,3455,'_order_total','83.26'),(165152,3455,'_order_version','9.8.4'),(165153,3455,'_prices_include_tax','no'),(165154,3455,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(165155,3455,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(165156,3455,'is_vat_exempt','no'),(165157,3455,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:12:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}}s:13:\"contents_cost\";d:71.400000000000006;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:65;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32258\";s:4:\"city\";s:12:\"Jacksonville\";s:7:\"address\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_1\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_2\";s:4:\"1801\";}s:13:\"cart_subtotal\";s:4:\"71.4\";}}'),(165158,3455,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165159,3455,'_wc_order_attribution_source_type','referral'),(165160,3455,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165161,3455,'_wc_order_attribution_utm_source','lcaportal.com'),(165162,3455,'_wc_order_attribution_utm_medium','referral'),(165163,3455,'_wc_order_attribution_utm_content','/'),(165164,3455,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165165,3455,'_wc_order_attribution_session_start_time','2025-05-28 22:15:48'),(165166,3455,'_wc_order_attribution_session_pages','8'),(165167,3455,'_wc_order_attribution_session_count','1'),(165168,3455,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165169,3455,'_wc_order_attribution_device_type','Desktop'),(165170,3455,'Payment type','instant'),(165171,3455,'_paypal_status','completed'),(165172,3455,'_transaction_id','5BC35820CP979005E'),(165173,3455,'PayPal Transaction Fee','3.40'),(165174,3455,'_date_paid','1748470890'),(165175,3455,'_paid_date','2025-05-28 22:21:30'),(165177,3456,'_order_key','wc_order_2xWnBhzeuSvz7'),(165178,3456,'_customer_user','6'),(165179,3456,'_payment_method','paypal'),(165180,3456,'_payment_method_title','PayPal'),(165181,3456,'_customer_ip_address','98.41.41.47'),(165182,3456,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165183,3456,'_created_via','checkout'),(165184,3456,'_cart_hash','d845d06780ae7bfc2c11aa7fefde9e76'),(165185,3456,'_download_permissions_granted','yes'),(165186,3456,'_recorded_sales','yes'),(165187,3456,'_recorded_coupon_usage_counts','yes'),(165188,3456,'_new_order_email_sent','true'),(165189,3456,'_order_stock_reduced','yes'),(165190,3456,'_billing_first_name','Amira'),(165191,3456,'_billing_last_name','Purto'),(165192,3456,'_billing_address_1','2520 Chandon Circle'),(165193,3456,'_billing_city','Modesto'),(165194,3456,'_billing_state','CA'),(165195,3456,'_billing_postcode','95355'),(165196,3456,'_billing_country','US'),(165197,3456,'_billing_email','amira77@sbcglobal.net'),(165198,3456,'_billing_phone','2096422061'),(165199,3456,'_shipping_first_name','Amira'),(165200,3456,'_shipping_last_name','Purto'),(165201,3456,'_shipping_address_1','2520 Chandon Circle'),(165202,3456,'_shipping_city','Modesto'),(165203,3456,'_shipping_state','CA'),(165204,3456,'_shipping_postcode','95355'),(165205,3456,'_shipping_country','US'),(165206,3456,'_order_currency','USD'),(165207,3456,'_cart_discount','0'),(165208,3456,'_cart_discount_tax','0'),(165209,3456,'_order_shipping','0'),(165210,3456,'_order_shipping_tax','0'),(165211,3456,'_order_tax','0'),(165212,3456,'_order_total','672.20'),(165213,3456,'_order_version','9.8.4'),(165214,3456,'_prices_include_tax','no'),(165215,3456,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(165216,3456,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(165217,3456,'is_vat_exempt','no'),(165218,3456,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:672.20000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"672.2\";}}'),(165219,3456,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165220,3456,'_wc_order_attribution_source_type','typein'),(165221,3456,'_wc_order_attribution_utm_source','(direct)'),(165222,3456,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165223,3456,'_wc_order_attribution_session_start_time','2025-05-29 03:57:22'),(165224,3456,'_wc_order_attribution_session_pages','5'),(165225,3456,'_wc_order_attribution_session_count','1'),(165226,3456,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165227,3456,'_wc_order_attribution_device_type','Desktop'),(165228,3456,'Payment type','instant'),(165229,3456,'_paypal_status','completed'),(165230,3456,'_transaction_id','50B25158UH9682501'),(165231,3456,'PayPal Transaction Fee','23.95'),(165232,3456,'_date_paid','1748491565'),(165233,3456,'_paid_date','2025-05-29 04:06:05'),(165234,3453,'_edit_lock','1748544987:2'),(165235,3453,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162597\";s:12:\"date_shipped\";s:10:\"1748476800\";s:11:\"tracking_id\";s:32:\"481b642195caac737cbcc69f82353290\";}}'),(165236,3453,'_edit_last','2'),(165237,3453,'_date_completed','1748545113'),(165238,3453,'_completed_date','2025-05-29 18:58:33'),(165239,3454,'_edit_lock','1748545228:2'),(165240,3454,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162737\";s:12:\"date_shipped\";s:10:\"1748476800\";s:11:\"tracking_id\";s:32:\"e06c1d5444b5354fad8a881b7074bf05\";}}'),(165241,3454,'_edit_last','2'),(165242,3454,'_date_completed','1748545194'),(165243,3454,'_completed_date','2025-05-29 18:59:54'),(165244,3455,'_edit_lock','1748545120:2'),(165245,3455,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162748\";s:12:\"date_shipped\";s:10:\"1748476800\";s:11:\"tracking_id\";s:32:\"133d1f22da31c2ad2c1e543dc47438bf\";}}'),(165246,3455,'_edit_last','2'),(165247,3455,'_date_completed','1748545255'),(165248,3455,'_completed_date','2025-05-29 19:00:55'),(165249,3456,'_edit_lock','1748625014:2'),(165250,3456,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162760\";s:12:\"date_shipped\";s:10:\"1748476800\";s:11:\"tracking_id\";s:32:\"6ca4b4e6ad615019c4b39285b3cbadc0\";}}'),(165251,3456,'_edit_last','2'),(165252,3456,'_date_completed','1748545301'),(165253,3456,'_completed_date','2025-05-29 19:01:41'),(165254,3457,'_order_key','wc_order_IT1Rm7DeAhrLF'),(165255,3457,'_customer_user','60'),(165256,3457,'_payment_method','paypal'),(165257,3457,'_payment_method_title','PayPal'),(165258,3457,'_customer_ip_address','76.136.203.96'),(165259,3457,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(165260,3457,'_created_via','checkout'),(165261,3457,'_cart_hash','20013863b3b479bc577e72555daf3266'),(165262,3457,'_download_permissions_granted','yes'),(165263,3457,'_recorded_sales','yes'),(165264,3457,'_recorded_coupon_usage_counts','yes'),(165265,3457,'_new_order_email_sent','true'),(165266,3457,'_order_stock_reduced','yes'),(165267,3457,'_billing_first_name','Jill'),(165268,3457,'_billing_last_name','Leshtz'),(165269,3457,'_billing_company','Lice clinics of America-North Shore'),(165270,3457,'_billing_address_1','1580 Lancelot Avenue'),(165271,3457,'_billing_city','Highland park'),(165272,3457,'_billing_state','IL'),(165273,3457,'_billing_postcode','60035'),(165274,3457,'_billing_country','US'),(165275,3457,'_billing_email','jleshtz@gmail.com'),(165276,3457,'_billing_phone','8473639001'),(165277,3457,'_shipping_first_name','Jill'),(165278,3457,'_shipping_last_name','Leshtz'),(165279,3457,'_shipping_company','Lice clinics of America-North Shore'),(165280,3457,'_shipping_address_1','1580 Lancelot Avenue'),(165281,3457,'_shipping_city','Highland park'),(165282,3457,'_shipping_state','IL'),(165283,3457,'_shipping_postcode','60035'),(165284,3457,'_shipping_country','US'),(165285,3457,'_order_currency','USD'),(165286,3457,'_cart_discount','0'),(165287,3457,'_cart_discount_tax','0'),(165288,3457,'_order_shipping','20.93'),(165289,3457,'_order_shipping_tax','0'),(165290,3457,'_order_tax','0'),(165291,3457,'_order_total','220.93'),(165292,3457,'_order_version','9.8.4'),(165293,3457,'_prices_include_tax','no'),(165294,3457,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(165295,3457,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(165297,3457,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:200;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:200;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:200;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:3:\"200\";}}'),(165298,3457,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165299,3457,'_wc_order_attribution_source_type','typein'),(165300,3457,'_wc_order_attribution_utm_source','(direct)'),(165301,3457,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165302,3457,'_wc_order_attribution_session_start_time','2025-05-30 16:32:48'),(165303,3457,'_wc_order_attribution_session_pages','6'),(165304,3457,'_wc_order_attribution_session_count','1'),(165305,3457,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(165306,3457,'_wc_order_attribution_device_type','Mobile'),(165307,3457,'is_vat_exempt','no'),(165308,3457,'Payment type','instant'),(165309,3457,'_paypal_status','completed'),(165310,3457,'_transaction_id','7SC77192L2217531F'),(165311,3457,'PayPal Transaction Fee','8.20'),(165312,3457,'_date_paid','1748623086'),(165313,3457,'_paid_date','2025-05-30 16:38:06'),(165314,3452,'_edit_lock','1748624933:2'),(165315,3452,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162483\";s:12:\"date_shipped\";s:10:\"1748304000\";s:11:\"tracking_id\";s:32:\"78bb1e0b93439432c3cdb55113613935\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162472\";s:12:\"date_shipped\";s:10:\"1748304000\";s:11:\"tracking_id\";s:32:\"79a9750e6aa918b3947a64dbcbc2a383\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162461\";s:12:\"date_shipped\";s:10:\"1748304000\";s:11:\"tracking_id\";s:32:\"3d2988d17380559ce61be977cc9c2d60\";}}'),(165316,3452,'_edit_last','2'),(165317,3452,'_date_completed','1748625055'),(165318,3452,'_completed_date','2025-05-30 17:10:55'),(165319,3457,'_edit_lock','1748634599:2'),(165320,3457,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800162965\";s:12:\"date_shipped\";s:10:\"1748563200\";s:11:\"tracking_id\";s:32:\"731144e3e43fce4e6181291fca872772\";}}'),(165321,3457,'_edit_last','2'),(165322,3457,'_date_completed','1748634731'),(165323,3457,'_completed_date','2025-05-30 19:52:11'),(165324,3458,'_order_key','wc_order_NFUVo3chbquCo'),(165325,3458,'_customer_user','21'),(165326,3458,'_payment_method','paypal'),(165327,3458,'_payment_method_title','PayPal'),(165328,3458,'_customer_ip_address','50.27.164.146'),(165329,3458,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Avast/136.0.0.0'),(165330,3458,'_created_via','checkout'),(165331,3458,'_cart_hash','2835d919e0fd273b9255018a8bd558b0'),(165332,3458,'_download_permissions_granted','yes'),(165333,3458,'_recorded_sales','yes'),(165334,3458,'_recorded_coupon_usage_counts','yes'),(165335,3458,'_new_order_email_sent','true'),(165336,3458,'_order_stock_reduced','yes'),(165337,3458,'_billing_first_name','LCA'),(165338,3458,'_billing_last_name','Arkansas'),(165339,3458,'_billing_company','LCA - Central Arkansas'),(165340,3458,'_billing_address_1','1011 N. 2nd St., Ste. D'),(165341,3458,'_billing_city','Cabot'),(165342,3458,'_billing_state','AR'),(165343,3458,'_billing_postcode','72023'),(165344,3458,'_billing_country','US'),(165345,3458,'_billing_email','liceclinicslittlerock@gmail.com'),(165346,3458,'_billing_phone','15014249396'),(165347,3458,'_shipping_first_name','LCA'),(165348,3458,'_shipping_last_name','Arkansas'),(165349,3458,'_shipping_company','LCA - Central Arkansas'),(165350,3458,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(165351,3458,'_shipping_city','Cabot'),(165352,3458,'_shipping_state','AR'),(165353,3458,'_shipping_postcode','72023'),(165354,3458,'_shipping_country','US'),(165355,3458,'_order_currency','USD'),(165356,3458,'_cart_discount','0'),(165357,3458,'_cart_discount_tax','0'),(165358,3458,'_order_shipping','0'),(165359,3458,'_order_shipping_tax','0'),(165360,3458,'_order_tax','0'),(165361,3458,'_order_total','850.00'),(165362,3458,'_order_version','9.8.4'),(165363,3458,'_prices_include_tax','no'),(165364,3458,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(165365,3458,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(165366,3458,'is_vat_exempt','no'),(165367,3458,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:850;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:21;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72023\";s:4:\"city\";s:5:\"Cabot\";s:7:\"address\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_1\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:3:\"850\";}}'),(165368,3458,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165369,3458,'_wc_order_attribution_source_type','referral'),(165370,3458,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165371,3458,'_wc_order_attribution_utm_source','lcaportal.com'),(165372,3458,'_wc_order_attribution_utm_medium','referral'),(165373,3458,'_wc_order_attribution_utm_content','/'),(165374,3458,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165375,3458,'_wc_order_attribution_session_start_time','2025-06-02 18:09:13'),(165376,3458,'_wc_order_attribution_session_pages','2'),(165377,3458,'_wc_order_attribution_session_count','2'),(165378,3458,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Avast/136.0.0.0'),(165379,3458,'_wc_order_attribution_device_type','Desktop'),(165380,3458,'Payment type','instant'),(165381,3458,'_paypal_status','completed'),(165382,3458,'_transaction_id','09K53107B6310530W'),(165383,3458,'PayPal Transaction Fee','30.16'),(165384,3458,'_date_paid','1748890348'),(165385,3458,'_paid_date','2025-06-02 18:52:28'),(165386,3459,'_order_key','wc_order_Re28pkYMsAGVC'),(165387,3459,'_customer_user','29'),(165388,3459,'_payment_method','paypal'),(165389,3459,'_payment_method_title','PayPal'),(165390,3459,'_customer_ip_address','104.28.57.97'),(165391,3459,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(165392,3459,'_created_via','checkout'),(165393,3459,'_cart_hash','2ce7e1a4b442266cc55bc2d088ea99f4'),(165394,3459,'_download_permissions_granted','yes'),(165395,3459,'_recorded_sales','yes'),(165396,3459,'_recorded_coupon_usage_counts','yes'),(165397,3459,'_new_order_email_sent','true'),(165398,3459,'_order_stock_reduced','yes'),(165399,3459,'_billing_first_name','Nicole'),(165400,3459,'_billing_last_name','Reilly'),(165401,3459,'_billing_address_1','5460 Richie Ct'),(165402,3459,'_billing_city','Pipersville'),(165403,3459,'_billing_state','PA'),(165404,3459,'_billing_postcode','18947'),(165405,3459,'_billing_country','US'),(165406,3459,'_billing_email','info@liceclinicslansdale.com'),(165407,3459,'_billing_phone','2156941408'),(165408,3459,'_shipping_first_name','Nicole'),(165409,3459,'_shipping_last_name','Reilly'),(165410,3459,'_shipping_company','LCA Lansdale'),(165411,3459,'_shipping_address_1','2131 North Broad Street'),(165412,3459,'_shipping_address_2','Suite 101'),(165413,3459,'_shipping_city','Lansdale'),(165414,3459,'_shipping_state','PA'),(165415,3459,'_shipping_postcode','19446'),(165416,3459,'_shipping_country','US'),(165417,3459,'_order_currency','USD'),(165418,3459,'_cart_discount','0'),(165419,3459,'_cart_discount_tax','0'),(165420,3459,'_order_shipping','18.41'),(165421,3459,'_order_shipping_tax','0'),(165422,3459,'_order_tax','0'),(165423,3459,'_order_total','277.01'),(165424,3459,'_order_version','9.8.4'),(165425,3459,'_prices_include_tax','no'),(165426,3459,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(165427,3459,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(165428,3459,'is_vat_exempt','no'),(165429,3459,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:258.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}s:13:\"cart_subtotal\";s:5:\"258.6\";}}'),(165430,3459,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165431,3459,'_wc_order_attribution_source_type','typein'),(165432,3459,'_wc_order_attribution_utm_source','(direct)'),(165433,3459,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165434,3459,'_wc_order_attribution_session_start_time','2025-06-03 13:02:31'),(165435,3459,'_wc_order_attribution_session_pages','4'),(165436,3459,'_wc_order_attribution_session_count','1'),(165437,3459,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(165438,3459,'_wc_order_attribution_device_type','Mobile'),(165439,3459,'Payment type','instant'),(165440,3459,'_paypal_status','completed'),(165441,3459,'_transaction_id','6T279446BT505060B'),(165442,3459,'PayPal Transaction Fee','10.16'),(165443,3459,'_date_paid','1748956197'),(165444,3459,'_paid_date','2025-06-03 13:09:57'),(165445,3460,'_order_key','wc_order_b0zZ0iWtXCXpD'),(165446,3460,'_customer_user','3'),(165447,3460,'_payment_method','paypal'),(165448,3460,'_payment_method_title','PayPal'),(165449,3460,'_customer_ip_address','99.22.146.124'),(165450,3460,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165451,3460,'_created_via','checkout'),(165452,3460,'_cart_hash','e9bdaf9afb079a7e01e4ff7ec6d28d78'),(165453,3460,'_download_permissions_granted','yes'),(165454,3460,'_recorded_sales','yes'),(165455,3460,'_recorded_coupon_usage_counts','yes'),(165456,3460,'_new_order_email_sent','true'),(165457,3460,'_order_stock_reduced','yes'),(165458,3460,'_billing_first_name','amanda'),(165459,3460,'_billing_last_name','westerman'),(165460,3460,'_billing_company','Lice Clinics of America McKinney'),(165461,3460,'_billing_address_1','3120 Hudson Crossing'),(165462,3460,'_billing_address_2','Suite A2'),(165463,3460,'_billing_city','MCKINNEY'),(165464,3460,'_billing_state','TX'),(165465,3460,'_billing_postcode','75070'),(165466,3460,'_billing_country','US'),(165467,3460,'_billing_email','awesterman1103@gmail.com'),(165468,3460,'_billing_phone','12144175741'),(165469,3460,'_shipping_first_name','amanda'),(165470,3460,'_shipping_last_name','westerman'),(165471,3460,'_shipping_company','Lice Clinics of America McKinney'),(165472,3460,'_shipping_address_1','3120 HUDSON XING'),(165473,3460,'_shipping_address_2','Suite A2'),(165474,3460,'_shipping_city','MCKINNEY'),(165475,3460,'_shipping_state','TX'),(165476,3460,'_shipping_postcode','75070'),(165477,3460,'_shipping_country','US'),(165478,3460,'_order_currency','USD'),(165479,3460,'_cart_discount','0'),(165480,3460,'_cart_discount_tax','0'),(165481,3460,'_order_shipping','0'),(165482,3460,'_order_shipping_tax','0'),(165483,3460,'_order_tax','0'),(165484,3460,'_order_total','511.95'),(165485,3460,'_order_version','9.8.4'),(165486,3460,'_prices_include_tax','no'),(165487,3460,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(165488,3460,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(165489,3460,'is_vat_exempt','no'),(165490,3460,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215.59999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.94999999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}s:13:\"cart_subtotal\";s:6:\"511.95\";}}'),(165491,3460,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165492,3460,'_wc_order_attribution_source_type','referral'),(165493,3460,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(165494,3460,'_wc_order_attribution_utm_source','lcaportal.com'),(165495,3460,'_wc_order_attribution_utm_medium','referral'),(165496,3460,'_wc_order_attribution_utm_content','/'),(165497,3460,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165498,3460,'_wc_order_attribution_session_start_time','2025-06-03 13:31:49'),(165499,3460,'_wc_order_attribution_session_pages','4'),(165500,3460,'_wc_order_attribution_session_count','1'),(165501,3460,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165502,3460,'_wc_order_attribution_device_type','Desktop'),(165503,3460,'Payment type','instant'),(165504,3460,'_paypal_status','completed'),(165505,3460,'_transaction_id','4SG033324F042390N'),(165506,3460,'PayPal Transaction Fee','18.36'),(165507,3460,'_date_paid','1748958039'),(165508,3460,'_paid_date','2025-06-03 13:40:39'),(165509,3458,'_edit_lock','1748972984:2'),(165510,3458,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163251\";s:12:\"date_shipped\";s:10:\"1748908800\";s:11:\"tracking_id\";s:32:\"ca4ce0476040657ea86aa23729d104a9\";}}'),(165511,3458,'_edit_last','2'),(165512,3458,'_date_completed','1748973089'),(165513,3458,'_completed_date','2025-06-03 17:51:29'),(165514,3461,'_order_key','wc_order_zCxRNY6hicuQc'),(165515,3461,'_customer_user','3'),(165516,3461,'_payment_method','paypal'),(165517,3461,'_payment_method_title','PayPal'),(165518,3461,'_customer_ip_address','99.22.146.124'),(165519,3461,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165520,3461,'_created_via','checkout'),(165521,3461,'_cart_hash','e6e95ea8271a3845e0bcb461b4a233b9'),(165522,3461,'_download_permissions_granted','yes'),(165523,3461,'_recorded_sales','yes'),(165524,3461,'_recorded_coupon_usage_counts','yes'),(165525,3461,'_new_order_email_sent','true'),(165526,3461,'_order_stock_reduced','yes'),(165527,3461,'_billing_first_name','amanda'),(165528,3461,'_billing_last_name','westerman'),(165529,3461,'_billing_company','Lice Clinics of America McKinney'),(165530,3461,'_billing_address_1','3120 Hudson Crossing'),(165531,3461,'_billing_address_2','Suite A2'),(165532,3461,'_billing_city','MCKINNEY'),(165533,3461,'_billing_state','TX'),(165534,3461,'_billing_postcode','75070'),(165535,3461,'_billing_country','US'),(165536,3461,'_billing_email','awesterman1103@gmail.com'),(165537,3461,'_billing_phone','12144175741'),(165538,3461,'_shipping_first_name','amanda'),(165539,3461,'_shipping_last_name','westerman'),(165540,3461,'_shipping_company','Lice Clinics of America Lewsiville'),(165541,3461,'_shipping_address_1','522 Edmonds Ln'),(165542,3461,'_shipping_address_2','Suite 102'),(165543,3461,'_shipping_city','Lewsiville'),(165544,3461,'_shipping_state','TX'),(165545,3461,'_shipping_postcode','75067'),(165546,3461,'_shipping_country','US'),(165547,3461,'_order_currency','USD'),(165548,3461,'_cart_discount','0'),(165549,3461,'_cart_discount_tax','0'),(165550,3461,'_order_shipping','0'),(165551,3461,'_order_shipping_tax','0'),(165552,3461,'_order_tax','0'),(165553,3461,'_order_total','784.00'),(165554,3461,'_order_version','9.8.4'),(165555,3461,'_prices_include_tax','no'),(165556,3461,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(165557,3461,'_shipping_address_index','amanda westerman Lice Clinics of America Lewsiville 522 Edmonds Ln Suite 102 Lewsiville TX 75067 US '),(165558,3461,'is_vat_exempt','no'),(165559,3461,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:784;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75067\";s:4:\"city\";s:10:\"Lewsiville\";s:7:\"address\";s:14:\"522 Edmonds Ln\";s:9:\"address_1\";s:14:\"522 Edmonds Ln\";s:9:\"address_2\";s:9:\"Suite 102\";}s:13:\"cart_subtotal\";s:3:\"784\";}}'),(165560,3461,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165561,3461,'_wc_order_attribution_source_type','referral'),(165562,3461,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(165563,3461,'_wc_order_attribution_utm_source','lcaportal.com'),(165564,3461,'_wc_order_attribution_utm_medium','referral'),(165565,3461,'_wc_order_attribution_utm_content','/'),(165566,3461,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165567,3461,'_wc_order_attribution_session_start_time','2025-06-04 13:21:21'),(165568,3461,'_wc_order_attribution_session_pages','6'),(165569,3461,'_wc_order_attribution_session_count','3'),(165570,3461,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165571,3461,'_wc_order_attribution_device_type','Desktop'),(165572,3461,'Payment type','instant'),(165573,3461,'_paypal_status','completed'),(165574,3461,'_transaction_id','0JS638226N728703E'),(165575,3461,'PayPal Transaction Fee','27.85'),(165576,3461,'_date_paid','1749044076'),(165577,3461,'_paid_date','2025-06-04 13:34:36'),(165578,3462,'_order_key','wc_order_InkScp2XiD0t9'),(165579,3462,'_customer_user','100'),(165580,3462,'_payment_method','paypal'),(165581,3462,'_payment_method_title','PayPal'),(165582,3462,'_customer_ip_address','12.75.216.44'),(165583,3462,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(165584,3462,'_created_via','checkout'),(165585,3462,'_cart_hash','d76596270c48ca6611c997924945f9af'),(165586,3462,'_download_permissions_granted','yes'),(165587,3462,'_recorded_sales','yes'),(165588,3462,'_recorded_coupon_usage_counts','yes'),(165589,3462,'_new_order_email_sent','true'),(165590,3462,'_order_stock_reduced','yes'),(165591,3462,'_billing_first_name','Michael'),(165592,3462,'_billing_last_name','Beckman'),(165593,3462,'_billing_address_1','921 Moraga Ave'),(165594,3462,'_billing_city','Piedmont'),(165595,3462,'_billing_state','CA'),(165596,3462,'_billing_postcode','94611'),(165597,3462,'_billing_country','US'),(165598,3462,'_billing_email','licetoknowyou@gmail.com'),(165599,3462,'_billing_phone','8585314583'),(165600,3462,'_shipping_first_name','Chelsey'),(165601,3462,'_shipping_last_name','Watkins'),(165602,3462,'_shipping_company','Lice Clinics of America - Sunnyvale'),(165603,3462,'_shipping_address_1','958 Redmond ave'),(165604,3462,'_shipping_city','San Jose'),(165605,3462,'_shipping_state','CA'),(165606,3462,'_shipping_postcode','95120'),(165607,3462,'_shipping_country','US'),(165608,3462,'_order_currency','USD'),(165609,3462,'_cart_discount','0'),(165610,3462,'_cart_discount_tax','0'),(165611,3462,'_order_shipping','0'),(165612,3462,'_order_shipping_tax','0'),(165613,3462,'_order_tax','0'),(165614,3462,'_order_total','976.75'),(165615,3462,'_order_version','9.8.4'),(165616,3462,'_prices_include_tax','no'),(165617,3462,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(165618,3462,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(165619,3462,'is_vat_exempt','no'),(165620,3462,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"4aae035ef2bd2891dcd5f99a02d938bf\";a:16:{s:10:\"unique_key\";s:32:\"931617f46860c801090b18c0df5e8db7\";s:4:\"time\";s:10:\"03:54:13pm\";s:3:\"key\";s:32:\"4aae035ef2bd2891dcd5f99a02d938bf\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a400ab694d60ab772c931488f5d8dd8b\";a:16:{s:10:\"unique_key\";s:32:\"a19b482eaaca392d5b61fc2e637b942e\";s:4:\"time\";s:10:\"03:54:38pm\";s:3:\"key\";s:32:\"a400ab694d60ab772c931488f5d8dd8b\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:14:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:976.75;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:100;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95120\";s:4:\"city\";s:8:\"San Jose\";s:7:\"address\";s:15:\"958 Redmond ave\";s:9:\"address_1\";s:15:\"958 Redmond ave\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"976.75\";}}'),(165621,3462,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165622,3462,'_wc_order_attribution_source_type','referral'),(165623,3462,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165624,3462,'_wc_order_attribution_utm_source','lcaportal.com'),(165625,3462,'_wc_order_attribution_utm_medium','referral'),(165626,3462,'_wc_order_attribution_utm_content','/'),(165627,3462,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165628,3462,'_wc_order_attribution_session_start_time','2025-06-04 20:57:46'),(165629,3462,'_wc_order_attribution_session_pages','4'),(165630,3462,'_wc_order_attribution_session_count','3'),(165631,3462,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(165632,3462,'_wc_order_attribution_device_type','Desktop'),(165633,3462,'Payment type','instant'),(165634,3462,'_paypal_status','completed'),(165635,3462,'_transaction_id','0C275074SP761940W'),(165636,3462,'PayPal Transaction Fee','34.58'),(165637,3462,'_date_paid','1749071103'),(165638,3462,'_paid_date','2025-06-04 21:05:03'),(165640,3463,'_order_key','wc_order_x4K6QGzDKHgn8'),(165641,3463,'_customer_user','76'),(165642,3463,'_payment_method','paypal'),(165643,3463,'_payment_method_title','PayPal'),(165644,3463,'_customer_ip_address','66.31.192.192'),(165645,3463,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(165646,3463,'_created_via','checkout'),(165647,3463,'_cart_hash','8346ca692bbdcf566979fc64e4ef4eab'),(165648,3463,'_download_permissions_granted','yes'),(165649,3463,'_recorded_sales','yes'),(165650,3463,'_recorded_coupon_usage_counts','yes'),(165651,3463,'_new_order_email_sent','true'),(165652,3463,'_order_stock_reduced','yes'),(165653,3463,'_billing_first_name','Naomi'),(165654,3463,'_billing_last_name','Golden'),(165655,3463,'_billing_address_1','31 Mann Ave'),(165656,3463,'_billing_city','Needham'),(165657,3463,'_billing_state','MA'),(165658,3463,'_billing_postcode','02492'),(165659,3463,'_billing_country','US'),(165660,3463,'_billing_email','nrgolden6486@gmail.com'),(165661,3463,'_billing_phone','6178511322'),(165662,3463,'_shipping_first_name','Naomi'),(165663,3463,'_shipping_last_name','Golden'),(165664,3463,'_shipping_company','Lice Aunties'),(165665,3463,'_shipping_address_1','3 Baldwin Green Common'),(165666,3463,'_shipping_address_2','Suite 310'),(165667,3463,'_shipping_city','Woburn'),(165668,3463,'_shipping_state','MA'),(165669,3463,'_shipping_postcode','01801'),(165670,3463,'_shipping_country','US'),(165671,3463,'_order_currency','USD'),(165672,3463,'_cart_discount','0'),(165673,3463,'_cart_discount_tax','0'),(165674,3463,'_order_shipping','0'),(165675,3463,'_order_shipping_tax','0'),(165676,3463,'_order_tax','0'),(165677,3463,'_order_total','506.40'),(165678,3463,'_order_version','9.8.4'),(165679,3463,'_prices_include_tax','no'),(165680,3463,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(165681,3463,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(165682,3463,'is_vat_exempt','no'),(165683,3463,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:16;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:313.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:313.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:506.40000000000003;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}s:13:\"cart_subtotal\";s:5:\"506.4\";}}'),(165684,3463,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165685,3463,'_wc_order_attribution_source_type','typein'),(165686,3463,'_wc_order_attribution_utm_source','(direct)'),(165687,3463,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165688,3463,'_wc_order_attribution_session_start_time','2025-05-28 15:28:10'),(165689,3463,'_wc_order_attribution_session_pages','4'),(165690,3463,'_wc_order_attribution_session_count','4'),(165691,3463,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(165692,3463,'_wc_order_attribution_device_type','Desktop'),(165693,3463,'Payment type','instant'),(165694,3463,'_paypal_status','completed'),(165695,3463,'_transaction_id','5KC33496HM349452B'),(165696,3463,'PayPal Transaction Fee','18.16'),(165697,3463,'_date_paid','1749075076'),(165698,3463,'_paid_date','2025-06-04 22:11:16'),(165699,3461,'_edit_lock','1749096061:2'),(165700,3461,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163608\";s:12:\"date_shipped\";s:10:\"1749081600\";s:11:\"tracking_id\";s:32:\"7a276e4af1e517cb2cd6702f4c173f92\";}}'),(165701,3461,'_edit_last','2'),(165702,3461,'_date_completed','1749096046'),(165703,3461,'_completed_date','2025-06-05 04:00:46'),(165704,3463,'_edit_lock','1749651805:2'),(165705,3464,'_order_key','wc_order_0FRvUgxQ5T9ML'),(165706,3464,'_customer_user','65'),(165707,3464,'_payment_method','paypal'),(165708,3464,'_payment_method_title','PayPal'),(165709,3464,'_customer_ip_address','73.148.244.21'),(165710,3464,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(165711,3464,'_created_via','checkout'),(165712,3464,'_cart_hash','7c2d90c87e028d59894fb11475f6a62c'),(165713,3464,'_download_permissions_granted','yes'),(165714,3464,'_recorded_sales','yes'),(165715,3464,'_recorded_coupon_usage_counts','yes'),(165716,3464,'_new_order_email_sent','true'),(165717,3464,'_order_stock_reduced','yes'),(165718,3464,'_billing_first_name','Mandy'),(165719,3464,'_billing_last_name','Ottesen'),(165720,3464,'_billing_company','Fresh Heads'),(165721,3464,'_billing_address_1','175 Dahlia Falls Drive'),(165722,3464,'_billing_city','St Johns'),(165723,3464,'_billing_state','FL'),(165724,3464,'_billing_postcode','32259'),(165725,3464,'_billing_country','US'),(165726,3464,'_billing_email','mandy@freshheadsliceremoval.com'),(165727,3464,'_billing_phone','9042353157'),(165728,3464,'_shipping_first_name','Mandy'),(165729,3464,'_shipping_last_name','Ottesen'),(165730,3464,'_shipping_address_1','13241 Bartram Park Blvd'),(165731,3464,'_shipping_address_2','1801'),(165732,3464,'_shipping_city','Jacksonville'),(165733,3464,'_shipping_state','FL'),(165734,3464,'_shipping_postcode','32258'),(165735,3464,'_shipping_country','US'),(165736,3464,'_order_currency','USD'),(165737,3464,'_cart_discount','0'),(165738,3464,'_cart_discount_tax','0'),(165739,3464,'_order_shipping','0'),(165740,3464,'_order_shipping_tax','0'),(165741,3464,'_order_tax','0'),(165742,3464,'_order_total','1261.64'),(165743,3464,'_order_version','9.8.4'),(165744,3464,'_prices_include_tax','no'),(165745,3464,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(165746,3464,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(165747,3464,'is_vat_exempt','no'),(165748,3464,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:94.962000000000003;s:35:\"product_level_based_on_tax_settings\";d:94.962000000000003;s:10:\"cart_level\";d:0;s:5:\"total\";d:94.962000000000003;s:27:\"total_based_on_tax_settings\";d:94.962000000000003;}}'),(165749,3464,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:19;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1261.6379999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1261.6379999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1261.6379999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:65;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32258\";s:4:\"city\";s:12:\"Jacksonville\";s:7:\"address\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_1\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_2\";s:4:\"1801\";}s:13:\"cart_subtotal\";s:7:\"1261.64\";}}'),(165750,3464,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165751,3464,'_wc_order_attribution_source_type','typein'),(165752,3464,'_wc_order_attribution_utm_source','(direct)'),(165753,3464,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(165754,3464,'_wc_order_attribution_session_start_time','2025-06-05 13:20:57'),(165755,3464,'_wc_order_attribution_session_pages','7'),(165756,3464,'_wc_order_attribution_session_count','1'),(165757,3464,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(165758,3464,'_wc_order_attribution_device_type','Desktop'),(165759,3464,'Payment type','instant'),(165760,3464,'_paypal_status','completed'),(165761,3464,'_transaction_id','1XJ33125HR672860R'),(165762,3464,'PayPal Transaction Fee','44.52'),(165763,3464,'_date_paid','1749130976'),(165764,3464,'_paid_date','2025-06-05 13:42:56'),(165765,3465,'_order_key','wc_order_WeJsncE8ZtGJO'),(165766,3465,'_customer_user','50'),(165767,3465,'_payment_method','paypal'),(165768,3465,'_payment_method_title','PayPal'),(165769,3465,'_customer_ip_address','24.34.196.21'),(165770,3465,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0'),(165771,3465,'_created_via','checkout'),(165772,3465,'_cart_hash','0f31586659df2fe70be575c508e54698'),(165773,3465,'_download_permissions_granted','yes'),(165774,3465,'_recorded_sales','yes'),(165775,3465,'_recorded_coupon_usage_counts','yes'),(165776,3465,'_new_order_email_sent','true'),(165777,3465,'_order_stock_reduced','yes'),(165778,3465,'_billing_first_name','Christine'),(165779,3465,'_billing_last_name','Cherry'),(165780,3465,'_billing_company','NITS END'),(165781,3465,'_billing_address_1','PO BOX 1092'),(165782,3465,'_billing_city','Campton'),(165783,3465,'_billing_state','NH'),(165784,3465,'_billing_postcode','03223'),(165785,3465,'_billing_country','US'),(165786,3465,'_billing_email','info@liceclinicsplaistow.com'),(165787,3465,'_billing_phone','16034983390'),(165788,3465,'_shipping_first_name','Christine'),(165789,3465,'_shipping_last_name','Cherry'),(165790,3465,'_shipping_company','LCA'),(165791,3465,'_shipping_address_1','91 River Run Rd'),(165792,3465,'_shipping_city','Thornton'),(165793,3465,'_shipping_state','NH'),(165794,3465,'_shipping_postcode','03285'),(165795,3465,'_shipping_country','US'),(165796,3465,'_order_currency','USD'),(165797,3465,'_cart_discount','0'),(165798,3465,'_cart_discount_tax','0'),(165799,3465,'_order_shipping','0'),(165800,3465,'_order_shipping_tax','0'),(165801,3465,'_order_tax','0'),(165802,3465,'_order_total','597.62'),(165803,3465,'_order_version','9.8.4'),(165804,3465,'_prices_include_tax','no'),(165805,3465,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(165806,3465,'_shipping_address_index','Christine Cherry LCA 91 River Run Rd  Thornton NH 03285 US '),(165807,3465,'is_vat_exempt','no'),(165808,3465,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:44.981999999999999;s:35:\"product_level_based_on_tax_settings\";d:44.981999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:44.981999999999999;s:27:\"total_based_on_tax_settings\";d:44.981999999999999;}}'),(165809,3465,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:9;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:597.61800000000005;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:597.61800000000005;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:597.61800000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03285\";s:4:\"city\";s:8:\"Thornton\";s:7:\"address\";s:15:\"91 River Run Rd\";s:9:\"address_1\";s:15:\"91 River Run Rd\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"597.62\";}}'),(165810,3465,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165811,3465,'_wc_order_attribution_source_type','referral'),(165812,3465,'_wc_order_attribution_referrer','https://lcaportal.com/'),(165813,3465,'_wc_order_attribution_utm_source','lcaportal.com'),(165814,3465,'_wc_order_attribution_utm_medium','referral'),(165815,3465,'_wc_order_attribution_utm_content','/'),(165816,3465,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165817,3465,'_wc_order_attribution_session_start_time','2025-06-05 15:14:39'),(165818,3465,'_wc_order_attribution_session_pages','6'),(165819,3465,'_wc_order_attribution_session_count','2'),(165820,3465,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0'),(165821,3465,'_wc_order_attribution_device_type','Desktop'),(165822,3465,'Payment type','instant'),(165823,3465,'_paypal_status','completed'),(165824,3465,'_transaction_id','6YW51041ER344190F'),(165825,3465,'PayPal Transaction Fee','21.35'),(165826,3465,'_date_paid','1749137471'),(165827,3465,'_paid_date','2025-06-05 15:31:11'),(165828,3462,'_edit_lock','1749155704:2'),(165829,3462,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163696\";s:12:\"date_shipped\";s:10:\"1749081600\";s:11:\"tracking_id\";s:32:\"8982a9fa83f102767a9ddb9693dde3ad\";}}'),(165830,3462,'_edit_last','2'),(165831,3462,'_date_completed','1749155842'),(165832,3462,'_completed_date','2025-06-05 20:37:22'),(165833,3464,'_edit_lock','1749156087:2'),(165834,3464,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163799\";s:12:\"date_shipped\";s:10:\"1749081600\";s:11:\"tracking_id\";s:32:\"36c352c2f55b6afe32a32c40e0620786\";}}'),(165835,3464,'_edit_last','2'),(165836,3464,'_date_completed','1749156030'),(165837,3464,'_completed_date','2025-06-05 20:40:30'),(165838,3465,'_edit_lock','1749156030:2'),(165839,3465,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163825\";s:12:\"date_shipped\";s:10:\"1749081600\";s:11:\"tracking_id\";s:32:\"4d8c380f4920a66d23f713dfa607dbbd\";}}'),(165840,3465,'_edit_last','2'),(165841,3465,'_date_completed','1749156141'),(165842,3465,'_completed_date','2025-06-05 20:42:21'),(165843,3466,'_order_key','wc_order_9qebeje8VFQzD'),(165844,3466,'_customer_user','82'),(165845,3466,'_payment_method','paypal'),(165846,3466,'_payment_method_title','PayPal'),(165847,3466,'_customer_ip_address','72.203.211.103'),(165848,3466,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(165849,3466,'_created_via','checkout'),(165850,3466,'_cart_hash','264d9b56c9adec259075d618c570789a'),(165851,3466,'_download_permissions_granted','yes'),(165852,3466,'_recorded_sales','yes'),(165853,3466,'_recorded_coupon_usage_counts','yes'),(165854,3466,'_new_order_email_sent','true'),(165855,3466,'_order_stock_reduced','yes'),(165856,3466,'_billing_first_name','Sonny'),(165857,3466,'_billing_last_name','Le'),(165858,3466,'_billing_address_1','10710 Viognier Ter'),(165859,3466,'_billing_city','Fairfax'),(165860,3466,'_billing_state','VA'),(165861,3466,'_billing_postcode','22030'),(165862,3466,'_billing_country','US'),(165863,3466,'_billing_email','sonnynguyenle@gmail.com'),(165864,3466,'_billing_phone','5712057863'),(165865,3466,'_shipping_first_name','SONNY'),(165866,3466,'_shipping_last_name','LE'),(165867,3466,'_shipping_address_1','10710 VIOGNIER TER'),(165868,3466,'_shipping_city','FAIRFAX'),(165869,3466,'_shipping_state','VA'),(165870,3466,'_shipping_postcode','22030'),(165871,3466,'_shipping_country','US'),(165872,3466,'_order_currency','USD'),(165873,3466,'_cart_discount','0'),(165874,3466,'_cart_discount_tax','0'),(165875,3466,'_order_shipping','0'),(165876,3466,'_order_shipping_tax','0'),(165877,3466,'_order_tax','0'),(165878,3466,'_order_total','3461.85'),(165879,3466,'_order_version','9.8.4'),(165880,3466,'_prices_include_tax','no'),(165881,3466,'_billing_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US sonnynguyenle@gmail.com 5712057863'),(165882,3466,'_shipping_address_index','SONNY LE  10710 VIOGNIER TER  FAIRFAX VA 22030 US '),(165883,3466,'is_vat_exempt','no'),(165884,3466,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:255.84999999999999;s:35:\"product_level_based_on_tax_settings\";d:255.84999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:255.84999999999999;s:27:\"total_based_on_tax_settings\";d:255.84999999999999;}}'),(165885,3466,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:465;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:465;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:996.02999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:996.02999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:1101.1199999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:1101.1199999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:837;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:837;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:3461.8499999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:82;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:5:\"22030\";s:4:\"city\";s:7:\"FAIRFAX\";s:7:\"address\";s:18:\"10710 VIOGNIER TER\";s:9:\"address_1\";s:18:\"10710 VIOGNIER TER\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"3461.85\";}}'),(165886,3466,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(165887,3466,'_wc_order_attribution_source_type','typein'),(165888,3466,'_wc_order_attribution_utm_source','(direct)'),(165889,3466,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165890,3466,'_wc_order_attribution_session_start_time','2025-06-07 14:52:22'),(165891,3466,'_wc_order_attribution_session_pages','14'),(165892,3466,'_wc_order_attribution_session_count','1'),(165893,3466,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(165894,3466,'_wc_order_attribution_device_type','Desktop'),(165895,3466,'Payment type','instant'),(165896,3466,'_paypal_status','completed'),(165897,3466,'_transaction_id','66248089VD3227200'),(165898,3466,'PayPal Transaction Fee','121.31'),(165899,3466,'_date_paid','1749309142'),(165900,3466,'_paid_date','2025-06-07 15:12:22'),(165901,3467,'_order_key','wc_order_X7vDZExi5KWso'),(165902,3467,'_customer_user','46'),(165903,3467,'_payment_method','paypal'),(165904,3467,'_payment_method_title','PayPal'),(165905,3467,'_customer_ip_address','72.47.75.84'),(165906,3467,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(165907,3467,'_created_via','checkout'),(165908,3467,'_cart_hash','14966ab66870ab506230591d14177db5'),(165909,3467,'_download_permissions_granted','yes'),(165910,3467,'_recorded_sales','yes'),(165911,3467,'_recorded_coupon_usage_counts','yes'),(165912,3467,'_new_order_email_sent','true'),(165913,3467,'_order_stock_reduced','yes'),(165914,3467,'_billing_first_name','Ashe'),(165915,3467,'_billing_last_name','montalvo'),(165916,3467,'_billing_company','lice clincs of america jonesboro'),(165917,3467,'_billing_address_1','1406 Market Place'),(165918,3467,'_billing_address_2','Apartment 10'),(165919,3467,'_billing_city','Jonesboro'),(165920,3467,'_billing_state','AR'),(165921,3467,'_billing_postcode','72404'),(165922,3467,'_billing_country','US'),(165923,3467,'_billing_email','bsdashlynf@gmail.com'),(165924,3467,'_billing_phone','8706132520'),(165925,3467,'_shipping_first_name','Ashe'),(165926,3467,'_shipping_last_name','montalvo'),(165927,3467,'_shipping_company','lice clincs of america jonesboro'),(165928,3467,'_shipping_address_1','3114 Fox Road'),(165929,3467,'_shipping_address_2','suite D'),(165930,3467,'_shipping_city','Jonesboro'),(165931,3467,'_shipping_state','AR'),(165932,3467,'_shipping_postcode','72404'),(165933,3467,'_shipping_country','US'),(165934,3467,'_order_currency','USD'),(165935,3467,'_cart_discount','0'),(165936,3467,'_cart_discount_tax','0'),(165937,3467,'_order_shipping','16.38'),(165938,3467,'_order_shipping_tax','0'),(165939,3467,'_order_tax','0'),(165940,3467,'_order_total','364.80'),(165941,3467,'_order_version','9.8.4'),(165942,3467,'_prices_include_tax','no'),(165943,3467,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(165944,3467,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(165945,3467,'is_vat_exempt','no'),(165946,3467,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"49466ae84a06538d93b6cd8cdbeadce4\";a:16:{s:10:\"unique_key\";s:32:\"9bc957959989835acfc33daeac28fcec\";s:4:\"time\";s:10:\"10:08:15pm\";s:3:\"key\";s:32:\"49466ae84a06538d93b6cd8cdbeadce4\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:205.62;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:205.62;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:348.42000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:46;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72404\";s:4:\"city\";s:9:\"Jonesboro\";s:7:\"address\";s:13:\"3114 Fox Road\";s:9:\"address_1\";s:13:\"3114 Fox Road\";s:9:\"address_2\";s:7:\"suite D\";}s:13:\"cart_subtotal\";s:6:\"348.42\";}}'),(165947,3467,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(165948,3467,'_wc_order_attribution_source_type','referral'),(165949,3467,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(165950,3467,'_wc_order_attribution_utm_source','lcaportal.com'),(165951,3467,'_wc_order_attribution_utm_medium','referral'),(165952,3467,'_wc_order_attribution_utm_content','/'),(165953,3467,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(165954,3467,'_wc_order_attribution_session_start_time','2025-06-07 14:57:36'),(165955,3467,'_wc_order_attribution_session_pages','8'),(165956,3467,'_wc_order_attribution_session_count','2'),(165957,3467,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(165958,3467,'_wc_order_attribution_device_type','Desktop'),(165959,3467,'Payment type','instant'),(165960,3467,'_paypal_status','completed'),(165961,3467,'_transaction_id','15U4032507650184T'),(165962,3467,'PayPal Transaction Fee','13.22'),(165963,3467,'_date_paid','1749320020'),(165964,3467,'_paid_date','2025-06-07 18:13:40'),(165965,3468,'_order_key','wc_order_XCUJrvQhDCXnj'),(165966,3468,'_customer_user','3'),(165967,3468,'_payment_method','paypal'),(165968,3468,'_payment_method_title','PayPal'),(165969,3468,'_customer_ip_address','99.22.146.124'),(165970,3468,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(165971,3468,'_created_via','checkout'),(165972,3468,'_cart_hash','11390cf219ec5893048700e30343269b'),(165973,3468,'_download_permissions_granted','yes'),(165974,3468,'_recorded_sales','yes'),(165975,3468,'_recorded_coupon_usage_counts','yes'),(165976,3468,'_new_order_email_sent','true'),(165977,3468,'_order_stock_reduced','yes'),(165978,3468,'_billing_first_name','amanda'),(165979,3468,'_billing_last_name','westerman'),(165980,3468,'_billing_company','Lice Clinics of America McKinney'),(165981,3468,'_billing_address_1','3120 Hudson Crossing'),(165982,3468,'_billing_address_2','Suite A2'),(165983,3468,'_billing_city','MCKINNEY'),(165984,3468,'_billing_state','TX'),(165985,3468,'_billing_postcode','75070'),(165986,3468,'_billing_country','US'),(165987,3468,'_billing_email','awesterman1103@gmail.com'),(165988,3468,'_billing_phone','12144175741'),(165989,3468,'_shipping_first_name','amanda'),(165990,3468,'_shipping_last_name','westerman'),(165991,3468,'_shipping_company','Lice Clinics of America Lewsiville'),(165992,3468,'_shipping_address_1','5510 Abrams Rd'),(165993,3468,'_shipping_address_2','Suite 121'),(165994,3468,'_shipping_city','Dallas'),(165995,3468,'_shipping_state','TX'),(165996,3468,'_shipping_postcode','75214'),(165997,3468,'_shipping_country','US'),(165998,3468,'_order_currency','USD'),(165999,3468,'_cart_discount','0'),(166000,3468,'_cart_discount_tax','0'),(166001,3468,'_order_shipping','0'),(166002,3468,'_order_shipping_tax','0'),(166003,3468,'_order_tax','0'),(166004,3468,'_order_total','538.75'),(166005,3468,'_order_version','9.8.4'),(166006,3468,'_prices_include_tax','no'),(166007,3468,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(166008,3468,'_shipping_address_index','amanda westerman Lice Clinics of America Lewsiville 5510 Abrams Rd Suite 121 Dallas TX 75214 US '),(166009,3468,'is_vat_exempt','no'),(166010,3468,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:538.75;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75214\";s:4:\"city\";s:6:\"Dallas\";s:7:\"address\";s:14:\"5510 Abrams Rd\";s:9:\"address_1\";s:14:\"5510 Abrams Rd\";s:9:\"address_2\";s:9:\"Suite 121\";}s:13:\"cart_subtotal\";s:6:\"538.75\";}}'),(166011,3468,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166012,3468,'_wc_order_attribution_source_type','referral'),(166013,3468,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(166014,3468,'_wc_order_attribution_utm_source','lcaportal.com'),(166015,3468,'_wc_order_attribution_utm_medium','referral'),(166016,3468,'_wc_order_attribution_utm_content','/'),(166017,3468,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166018,3468,'_wc_order_attribution_session_start_time','2025-06-06 15:39:29'),(166019,3468,'_wc_order_attribution_session_pages','8'),(166020,3468,'_wc_order_attribution_session_count','7'),(166021,3468,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166022,3468,'_wc_order_attribution_device_type','Desktop'),(166023,3468,'Payment type','instant'),(166024,3468,'_paypal_status','completed'),(166025,3468,'_transaction_id','4C537080WN246401N'),(166026,3468,'PayPal Transaction Fee','19.29'),(166027,3468,'_date_paid','1749399025'),(166028,3468,'_paid_date','2025-06-08 16:10:25'),(166029,3469,'_order_key','wc_order_h2dPYYSzGuM8I'),(166030,3469,'_customer_user','76'),(166031,3469,'_payment_method','paypal'),(166032,3469,'_payment_method_title','PayPal'),(166033,3469,'_customer_ip_address','66.31.192.192'),(166034,3469,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166035,3469,'_created_via','checkout'),(166036,3469,'_cart_hash','85ddbc69ff3ee4e7420ff4d94cb20487'),(166037,3469,'_download_permissions_granted','yes'),(166038,3469,'_recorded_sales','yes'),(166039,3469,'_recorded_coupon_usage_counts','yes'),(166040,3469,'_new_order_email_sent','true'),(166041,3469,'_order_stock_reduced','yes'),(166042,3469,'_billing_first_name','Naomi'),(166043,3469,'_billing_last_name','Golden'),(166044,3469,'_billing_address_1','31 Mann Ave'),(166045,3469,'_billing_city','Needham'),(166046,3469,'_billing_state','MA'),(166047,3469,'_billing_postcode','02492'),(166048,3469,'_billing_country','US'),(166049,3469,'_billing_email','nrgolden6486@gmail.com'),(166050,3469,'_billing_phone','6178511322'),(166051,3469,'_shipping_first_name','Naomi'),(166052,3469,'_shipping_last_name','Golden'),(166053,3469,'_shipping_company','Lice Aunties'),(166054,3469,'_shipping_address_1','111 Center Street'),(166055,3469,'_shipping_city','Middleborough'),(166056,3469,'_shipping_state','MA'),(166057,3469,'_shipping_postcode','02346'),(166058,3469,'_shipping_country','US'),(166059,3469,'_order_currency','USD'),(166060,3469,'_cart_discount','0'),(166061,3469,'_cart_discount_tax','0'),(166062,3469,'_order_shipping','0'),(166063,3469,'_order_shipping_tax','0'),(166064,3469,'_order_tax','0'),(166065,3469,'_order_total','511.20'),(166066,3469,'_order_version','9.8.4'),(166067,3469,'_prices_include_tax','no'),(166068,3469,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(166069,3469,'_shipping_address_index','Naomi Golden Lice Aunties 111 Center Street  Middleborough MA 02346 US '),(166070,3469,'is_vat_exempt','no'),(166071,3469,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:235.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:235.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.19999999999999;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";s:4:\"city\";s:13:\"Middleborough\";s:7:\"address\";s:17:\"111 Center Street\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"511.2\";}}'),(166072,3469,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166073,3469,'_wc_order_attribution_source_type','typein'),(166074,3469,'_wc_order_attribution_utm_source','(direct)'),(166075,3469,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166076,3469,'_wc_order_attribution_session_start_time','2025-05-28 15:28:10'),(166077,3469,'_wc_order_attribution_session_pages','4'),(166078,3469,'_wc_order_attribution_session_count','6'),(166079,3469,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166080,3469,'_wc_order_attribution_device_type','Desktop'),(166081,3469,'Payment type','instant'),(166082,3469,'_paypal_status','completed'),(166083,3469,'_transaction_id','59D224031B798884S'),(166084,3469,'PayPal Transaction Fee','18.33'),(166085,3469,'_date_paid','1749483752'),(166086,3469,'_paid_date','2025-06-09 15:42:32'),(166087,3470,'_order_key','wc_order_FLGudc22R64h7'),(166088,3470,'_customer_user','52'),(166089,3470,'_payment_method','paypal'),(166090,3470,'_payment_method_title','PayPal'),(166091,3470,'_customer_ip_address','141.156.235.110'),(166092,3470,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(166093,3470,'_created_via','checkout'),(166094,3470,'_cart_hash','ff9d3921b6c61d83bedddfdad7f7dfe0'),(166095,3470,'_download_permissions_granted','yes'),(166096,3470,'_recorded_sales','yes'),(166097,3470,'_recorded_coupon_usage_counts','yes'),(166098,3470,'_new_order_email_sent','true'),(166099,3470,'_order_stock_reduced','yes'),(166100,3470,'_billing_first_name','Darlene'),(166101,3470,'_billing_last_name','LaFramboise'),(166102,3470,'_billing_company','LCA-NOVA'),(166103,3470,'_billing_address_1','25473 Tomey Ct'),(166104,3470,'_billing_city','Aldie'),(166105,3470,'_billing_state','VA'),(166106,3470,'_billing_postcode','20105-3048'),(166107,3470,'_billing_country','US'),(166108,3470,'_billing_email','info@liceremovalnova.com'),(166109,3470,'_billing_phone','7033031576'),(166110,3470,'_shipping_first_name','Darlene'),(166111,3470,'_shipping_last_name','LaFramboise'),(166112,3470,'_shipping_company','LCA-NOVA'),(166113,3470,'_shipping_address_1','25473 Tomey Ct'),(166114,3470,'_shipping_city','Aldie'),(166115,3470,'_shipping_state','VA'),(166116,3470,'_shipping_postcode','20105-3048'),(166117,3470,'_shipping_country','US'),(166118,3470,'_order_currency','USD'),(166119,3470,'_cart_discount','0'),(166120,3470,'_cart_discount_tax','0'),(166121,3470,'_order_shipping','20.12'),(166122,3470,'_order_shipping_tax','0'),(166123,3470,'_order_tax','0'),(166124,3470,'_order_total','448.52'),(166125,3470,'_order_version','9.8.4'),(166126,3470,'_prices_include_tax','no'),(166127,3470,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(166128,3470,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(166129,3470,'is_vat_exempt','no'),(166130,3470,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:428.40000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:428.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:52;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:4:\"city\";s:5:\"Aldie\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"428.4\";}}'),(166131,3470,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(166132,3470,'_wc_order_attribution_source_type','referral'),(166133,3470,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(166134,3470,'_wc_order_attribution_utm_source','lcaportal.com'),(166135,3470,'_wc_order_attribution_utm_medium','referral'),(166136,3470,'_wc_order_attribution_utm_content','/'),(166137,3470,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166138,3470,'_wc_order_attribution_session_start_time','2025-06-09 16:12:06'),(166139,3470,'_wc_order_attribution_session_pages','4'),(166140,3470,'_wc_order_attribution_session_count','1'),(166141,3470,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(166142,3470,'_wc_order_attribution_device_type','Desktop'),(166143,3470,'Payment type','instant'),(166144,3470,'_paypal_status','completed'),(166145,3470,'_transaction_id','6RX546119J809305N'),(166146,3470,'PayPal Transaction Fee','16.14'),(166147,3470,'_date_paid','1749486238'),(166148,3470,'_paid_date','2025-06-09 16:23:58'),(166149,3471,'_order_key','wc_order_FviLdUWpYfwaB'),(166150,3471,'_customer_user','76'),(166151,3471,'_payment_method','paypal'),(166152,3471,'_payment_method_title','PayPal'),(166153,3471,'_customer_ip_address','66.31.192.192'),(166154,3471,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166155,3471,'_created_via','checkout'),(166156,3471,'_cart_hash','b561e6da9d08072994bab8b24cd0ed7b'),(166157,3471,'_download_permissions_granted','yes'),(166158,3471,'_recorded_sales','yes'),(166159,3471,'_recorded_coupon_usage_counts','yes'),(166160,3471,'_new_order_email_sent','true'),(166161,3471,'_order_stock_reduced','yes'),(166162,3471,'_billing_first_name','Naomi'),(166163,3471,'_billing_last_name','Golden'),(166164,3471,'_billing_address_1','31 Mann Ave'),(166165,3471,'_billing_city','Needham'),(166166,3471,'_billing_state','MA'),(166167,3471,'_billing_postcode','02492'),(166168,3471,'_billing_country','US'),(166169,3471,'_billing_email','nrgolden6486@gmail.com'),(166170,3471,'_billing_phone','6178511322'),(166171,3471,'_shipping_first_name','Naomi'),(166172,3471,'_shipping_last_name','Golden'),(166173,3471,'_shipping_company','Lice Aunties'),(166174,3471,'_shipping_address_1','60 Dedham Ave'),(166175,3471,'_shipping_address_2','Suite 201'),(166176,3471,'_shipping_city','Needham'),(166177,3471,'_shipping_state','MA'),(166178,3471,'_shipping_postcode','02492'),(166179,3471,'_shipping_country','US'),(166180,3471,'_order_currency','USD'),(166181,3471,'_cart_discount','0'),(166182,3471,'_cart_discount_tax','0'),(166183,3471,'_order_shipping','0'),(166184,3471,'_order_shipping_tax','0'),(166185,3471,'_order_tax','0'),(166186,3471,'_order_total','581.60'),(166187,3471,'_order_version','9.8.4'),(166188,3471,'_prices_include_tax','no'),(166189,3471,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(166190,3471,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(166191,3471,'is_vat_exempt','no'),(166192,3471,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:581.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";}s:13:\"cart_subtotal\";s:5:\"581.6\";}}'),(166193,3471,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166194,3471,'_wc_order_attribution_source_type','typein'),(166195,3471,'_wc_order_attribution_utm_source','(direct)'),(166196,3471,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166197,3471,'_wc_order_attribution_session_start_time','2025-05-28 15:28:10'),(166198,3471,'_wc_order_attribution_session_pages','16'),(166199,3471,'_wc_order_attribution_session_count','7'),(166200,3471,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166201,3471,'_wc_order_attribution_device_type','Desktop'),(166202,3471,'Payment type','instant'),(166203,3471,'_paypal_status','completed'),(166204,3471,'_transaction_id','06J966762W780505H'),(166205,3471,'PayPal Transaction Fee','20.79'),(166206,3471,'_date_paid','1749494666'),(166207,3471,'_paid_date','2025-06-09 18:44:26'),(166209,3467,'_edit_lock','1749501466:2'),(166210,3467,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164030\";s:12:\"date_shipped\";s:10:\"1749427200\";s:11:\"tracking_id\";s:32:\"bf1decf2c671d3bb3199c5444343cb1e\";}}'),(166211,3467,'_edit_last','2'),(166212,3467,'_date_completed','1749501590'),(166213,3467,'_completed_date','2025-06-09 20:39:50'),(166214,3468,'_edit_lock','1749501587:2'),(166215,3468,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164214\";s:12:\"date_shipped\";s:10:\"1749427200\";s:11:\"tracking_id\";s:32:\"b34136027d9c5f82823caf2d043c5813\";}}'),(166216,3468,'_edit_last','2'),(166217,3468,'_date_completed','1749501715'),(166218,3468,'_completed_date','2025-06-09 20:41:55'),(166219,3466,'_edit_lock','1749501793:2'),(166220,3466,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164085\";s:12:\"date_shipped\";s:10:\"1749427200\";s:11:\"tracking_id\";s:32:\"b495446c2addb531e8ea6f57ece404d7\";}}'),(166221,3466,'_edit_last','2'),(166222,3466,'_date_completed','1749501785'),(166223,3466,'_completed_date','2025-06-09 20:43:05'),(166224,3469,'_edit_lock','1749501838:2'),(166225,3469,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164306\";s:12:\"date_shipped\";s:10:\"1749427200\";s:11:\"tracking_id\";s:32:\"9a2b051219fbbdd27905e41429bab0b2\";}}'),(166226,3469,'_edit_last','2'),(166227,3469,'_date_completed','1749501825'),(166228,3469,'_completed_date','2025-06-09 20:43:45'),(166229,3470,'_edit_lock','1749501907:2'),(166230,3470,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164340\";s:12:\"date_shipped\";s:10:\"1749427200\";s:11:\"tracking_id\";s:32:\"9ce5f5785d759903b3d100635315222d\";}}'),(166231,3470,'_edit_last','2'),(166232,3470,'_date_completed','1749501901'),(166233,3470,'_completed_date','2025-06-09 20:45:01'),(166234,3472,'_order_key','wc_order_H10xn7c1n8Fvp'),(166235,3472,'_customer_user','3'),(166236,3472,'_payment_method','paypal'),(166237,3472,'_payment_method_title','PayPal'),(166238,3472,'_customer_ip_address','99.22.146.124'),(166239,3472,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166240,3472,'_created_via','checkout'),(166241,3472,'_cart_hash','72f20051a021ab3eccec7897fd2cdcd3'),(166242,3472,'_download_permissions_granted','yes'),(166243,3472,'_recorded_sales','yes'),(166244,3472,'_recorded_coupon_usage_counts','yes'),(166245,3472,'_new_order_email_sent','true'),(166246,3472,'_order_stock_reduced','yes'),(166247,3472,'_billing_first_name','amanda'),(166248,3472,'_billing_last_name','westerman'),(166249,3472,'_billing_company','Lice Clinics of America McKinney'),(166250,3472,'_billing_address_1','3120 Hudson Crossing'),(166251,3472,'_billing_address_2','Suite A2'),(166252,3472,'_billing_city','MCKINNEY'),(166253,3472,'_billing_state','TX'),(166254,3472,'_billing_postcode','75070'),(166255,3472,'_billing_country','US'),(166256,3472,'_billing_email','awesterman1103@gmail.com'),(166257,3472,'_billing_phone','12144175741'),(166258,3472,'_shipping_first_name','amanda'),(166259,3472,'_shipping_last_name','westerman'),(166260,3472,'_shipping_company','Lice Clinics of America - Addison'),(166261,3472,'_shipping_address_1','4002 Belt Line Rd'),(166262,3472,'_shipping_address_2','Suite 140'),(166263,3472,'_shipping_city','Dallas'),(166264,3472,'_shipping_state','TX'),(166265,3472,'_shipping_postcode','75001'),(166266,3472,'_shipping_country','US'),(166267,3472,'_order_currency','USD'),(166268,3472,'_cart_discount','0'),(166269,3472,'_cart_discount_tax','0'),(166270,3472,'_order_shipping','0'),(166271,3472,'_order_shipping_tax','0'),(166272,3472,'_order_tax','0'),(166273,3472,'_order_total','828.30'),(166274,3472,'_order_version','9.8.4'),(166275,3472,'_prices_include_tax','no'),(166276,3472,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(166277,3472,'_shipping_address_index','amanda westerman Lice Clinics of America - Addison 4002 Belt Line Rd Suite 140 Dallas TX 75001 US '),(166278,3472,'is_vat_exempt','no'),(166279,3472,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:117.60000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:828.30000000000007;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75001\";s:4:\"city\";s:6:\"Dallas\";s:7:\"address\";s:17:\"4002 Belt Line Rd\";s:9:\"address_1\";s:17:\"4002 Belt Line Rd\";s:9:\"address_2\";s:9:\"Suite 140\";}s:13:\"cart_subtotal\";s:5:\"828.3\";}}'),(166280,3472,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166281,3472,'_wc_order_attribution_source_type','referral'),(166282,3472,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(166283,3472,'_wc_order_attribution_utm_source','lcaportal.com'),(166284,3472,'_wc_order_attribution_utm_medium','referral'),(166285,3472,'_wc_order_attribution_utm_content','/'),(166286,3472,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166287,3472,'_wc_order_attribution_session_start_time','2025-06-09 23:24:58'),(166288,3472,'_wc_order_attribution_session_pages','8'),(166289,3472,'_wc_order_attribution_session_count','9'),(166290,3472,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166291,3472,'_wc_order_attribution_device_type','Desktop'),(166292,3472,'Payment type','instant'),(166293,3472,'_paypal_status','completed'),(166294,3472,'_transaction_id','4RD34558DU285662R'),(166295,3472,'PayPal Transaction Fee','29.40'),(166296,3472,'_date_paid','1749514184'),(166297,3472,'_paid_date','2025-06-10 00:09:44'),(166298,3471,'_edit_lock','1749651674:2'),(166299,3471,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164372\";s:12:\"date_shipped\";s:10:\"1749600000\";s:11:\"tracking_id\";s:32:\"e62f4316516f7fc84d1de4bc9a090744\";}}'),(166300,3471,'_edit_last','2'),(166301,3471,'_date_completed','1749651789'),(166302,3471,'_completed_date','2025-06-11 14:23:09'),(166303,3459,'_edit_lock','1749651857:2'),(166304,3460,'_edit_lock','1749651784:2'),(166305,3459,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163387\";s:12:\"date_shipped\";s:10:\"1749600000\";s:11:\"tracking_id\";s:32:\"d599548737f4d5cb495b13a4c7c056e5\";}}'),(166306,3459,'_edit_last','2'),(166307,3459,'_date_completed','1749651852'),(166308,3459,'_completed_date','2025-06-11 14:24:12'),(166309,3460,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163398\";s:12:\"date_shipped\";s:10:\"1748908800\";s:11:\"tracking_id\";s:32:\"a181bf9d73bd05e7ef436238fcd31076\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163402\";s:12:\"date_shipped\";s:10:\"1748908800\";s:11:\"tracking_id\";s:32:\"3d4ee6dad4af333a006dd706a4f8d08a\";}}'),(166310,3460,'_edit_last','2'),(166311,3460,'_date_completed','1749651909'),(166312,3460,'_completed_date','2025-06-11 14:25:09'),(166313,3463,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800163722\";s:12:\"date_shipped\";s:10:\"1749081600\";s:11:\"tracking_id\";s:32:\"587ff01927009defef048cf3dd697311\";}}'),(166314,3463,'_edit_last','2'),(166315,3463,'_date_completed','1749651944'),(166316,3463,'_completed_date','2025-06-11 14:25:44'),(166317,3472,'_edit_lock','1749744845:106'),(166318,3472,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164589\";s:12:\"date_shipped\";s:10:\"1749600000\";s:11:\"tracking_id\";s:32:\"bf5273db64c2b2ab88a2f2216ee83596\";}}'),(166319,3472,'_edit_last','2'),(166320,3472,'_date_completed','1749652081'),(166321,3472,'_completed_date','2025-06-11 14:28:01'),(166322,3473,'_order_key','wc_order_An8134fX0u8j1'),(166323,3473,'_customer_user','47'),(166324,3473,'_payment_method','paypal'),(166325,3473,'_payment_method_title','PayPal'),(166326,3473,'_customer_ip_address','97.77.63.57'),(166327,3473,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(166328,3473,'_created_via','checkout'),(166329,3473,'_cart_hash','3bd8fd3202238d5b119a7a8de1a08745'),(166330,3473,'_download_permissions_granted','yes'),(166331,3473,'_recorded_sales','yes'),(166332,3473,'_recorded_coupon_usage_counts','yes'),(166333,3473,'_new_order_email_sent','true'),(166334,3473,'_order_stock_reduced','yes'),(166335,3473,'_billing_first_name','Tracy'),(166336,3473,'_billing_last_name','Copeland'),(166337,3473,'_billing_company','LCA San Antonio WEST'),(166338,3473,'_billing_address_1','14223 Silverhollow'),(166339,3473,'_billing_city','San Antonio'),(166340,3473,'_billing_state','TX'),(166341,3473,'_billing_postcode','78232'),(166342,3473,'_billing_country','US'),(166343,3473,'_billing_email','info@liceclinicsofsanantonio.com'),(166344,3473,'_billing_phone','2103135033'),(166345,3473,'_shipping_first_name','Tracy'),(166346,3473,'_shipping_last_name','Copeland'),(166347,3473,'_shipping_company','Lice Clinics of America SA WEST'),(166348,3473,'_shipping_address_1','6391 De Zavala Rd'),(166349,3473,'_shipping_address_2','Suite 2205'),(166350,3473,'_shipping_city','San Antonio'),(166351,3473,'_shipping_state','TX'),(166352,3473,'_shipping_postcode','78249'),(166353,3473,'_shipping_country','US'),(166354,3473,'_order_currency','USD'),(166355,3473,'_cart_discount','0'),(166356,3473,'_cart_discount_tax','0'),(166357,3473,'_order_shipping','0'),(166358,3473,'_order_shipping_tax','0'),(166359,3473,'_order_tax','0'),(166360,3473,'_order_total','1655.75'),(166361,3473,'_order_version','9.8.4'),(166362,3473,'_prices_include_tax','no'),(166363,3473,'_billing_address_index','Tracy Copeland LCA San Antonio WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(166364,3473,'_shipping_address_index','Tracy Copeland Lice Clinics of America SA WEST 6391 De Zavala Rd Suite 2205 San Antonio TX 78249 US '),(166365,3473,'is_vat_exempt','no'),(166366,3473,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6974ce5ac660610b44d9b9fed0ff9548\";a:14:{s:3:\"key\";s:32:\"6974ce5ac660610b44d9b9fed0ff9548\";s:10:\"product_id\";i:103;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:8.4000000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:8.4000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:103;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:143;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1655.75;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:47;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"78249\";s:4:\"city\";s:11:\"San Antonio\";s:7:\"address\";s:17:\"6391 De Zavala Rd\";s:9:\"address_1\";s:17:\"6391 De Zavala Rd\";s:9:\"address_2\";s:10:\"Suite 2205\";}s:13:\"cart_subtotal\";s:7:\"1655.75\";}}'),(166367,3473,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166368,3473,'_wc_order_attribution_source_type','referral'),(166369,3473,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(166370,3473,'_wc_order_attribution_utm_source','lcaportal.com'),(166371,3473,'_wc_order_attribution_utm_medium','referral'),(166372,3473,'_wc_order_attribution_utm_content','/'),(166373,3473,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166374,3473,'_wc_order_attribution_session_start_time','2025-06-11 16:27:31'),(166375,3473,'_wc_order_attribution_session_pages','9'),(166376,3473,'_wc_order_attribution_session_count','1'),(166377,3473,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(166378,3473,'_wc_order_attribution_device_type','Desktop'),(166379,3473,'Payment type','instant'),(166380,3473,'_paypal_status','completed'),(166381,3473,'_transaction_id','5C907095RF825271J'),(166382,3473,'PayPal Transaction Fee','58.28'),(166383,3473,'_date_paid','1749659853'),(166384,3473,'_paid_date','2025-06-11 16:37:33'),(166385,3474,'_order_key','wc_order_xi952NmVeHGbs'),(166386,3474,'_customer_user','77'),(166387,3474,'_payment_method','paypal'),(166388,3474,'_payment_method_title','PayPal'),(166389,3474,'_customer_ip_address','162.201.108.83'),(166390,3474,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166391,3474,'_created_via','checkout'),(166392,3474,'_cart_hash','1a7afa69e6b65d6754e015eb706e00e5'),(166393,3474,'_download_permissions_granted','yes'),(166394,3474,'_recorded_sales','yes'),(166395,3474,'_recorded_coupon_usage_counts','yes'),(166396,3474,'_new_order_email_sent','true'),(166397,3474,'_order_stock_reduced','yes'),(166398,3474,'_billing_first_name','Phil'),(166399,3474,'_billing_last_name','Moon'),(166400,3474,'_billing_company','LiceBusters, LLC'),(166401,3474,'_billing_address_1','12 Sharon Ave'),(166402,3474,'_billing_city','Piedmont'),(166403,3474,'_billing_state','CA'),(166404,3474,'_billing_postcode','94611'),(166405,3474,'_billing_country','US'),(166406,3474,'_billing_email','kris10maroot@gmail.com'),(166407,3474,'_billing_phone','5593046305'),(166408,3474,'_shipping_first_name','Victoria'),(166409,3474,'_shipping_last_name','Hunkin'),(166410,3474,'_shipping_company','LiceBusters, LLC'),(166411,3474,'_shipping_address_1','1031 Shadow Pool Court'),(166412,3474,'_shipping_city','Las Vegas'),(166413,3474,'_shipping_state','NV'),(166414,3474,'_shipping_postcode','89123'),(166415,3474,'_shipping_country','US'),(166416,3474,'_order_currency','USD'),(166417,3474,'_cart_discount','0'),(166418,3474,'_cart_discount_tax','0'),(166419,3474,'_order_shipping','0'),(166420,3474,'_order_shipping_tax','0'),(166421,3474,'_order_tax','0'),(166422,3474,'_order_total','1558.00'),(166423,3474,'_order_version','9.8.4'),(166424,3474,'_prices_include_tax','no'),(166425,3474,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(166426,3474,'_shipping_address_index','Victoria Hunkin LiceBusters, LLC 1031 Shadow Pool Court  Las Vegas NV 89123 US '),(166428,3474,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:392;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:392;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"320722549d1751cf3f247855f937b982\";a:14:{s:3:\"key\";s:32:\"320722549d1751cf3f247855f937b982\";s:10:\"product_id\";i:320;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:15;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:15;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:320;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:250.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1558;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:77;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NV\";s:8:\"postcode\";s:5:\"89123\";s:4:\"city\";s:9:\"Las Vegas\";s:7:\"address\";s:22:\"1031 Shadow Pool Court\";s:9:\"address_1\";s:22:\"1031 Shadow Pool Court\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:4:\"1558\";}}'),(166429,3474,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166430,3474,'_wc_order_attribution_source_type','typein'),(166431,3474,'_wc_order_attribution_utm_source','(direct)'),(166432,3474,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166433,3474,'_wc_order_attribution_session_start_time','2025-05-15 14:40:19'),(166434,3474,'_wc_order_attribution_session_pages','6'),(166435,3474,'_wc_order_attribution_session_count','4'),(166436,3474,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166437,3474,'_wc_order_attribution_device_type','Desktop'),(166438,3474,'is_vat_exempt','no'),(166439,3474,'Payment type','instant'),(166440,3474,'_paypal_status','completed'),(166441,3474,'_transaction_id','2G657977LE5913424'),(166442,3474,'PayPal Transaction Fee','54.86'),(166443,3474,'_date_paid','1749660203'),(166444,3474,'_paid_date','2025-06-11 16:43:23'),(166445,3475,'_order_key','wc_order_12rPz7lpCfUTO'),(166446,3475,'_customer_user','6'),(166447,3475,'_payment_method','paypal'),(166448,3475,'_payment_method_title','PayPal'),(166449,3475,'_customer_ip_address','98.41.41.47'),(166450,3475,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166451,3475,'_created_via','checkout'),(166452,3475,'_cart_hash','35d1ddb2146040887e1e11a12d35f63b'),(166453,3475,'_download_permissions_granted','yes'),(166454,3475,'_recorded_sales','yes'),(166455,3475,'_recorded_coupon_usage_counts','yes'),(166456,3475,'_new_order_email_sent','true'),(166457,3475,'_order_stock_reduced','yes'),(166458,3475,'_billing_first_name','Amira'),(166459,3475,'_billing_last_name','Purto'),(166460,3475,'_billing_address_1','2520 Chandon Circle'),(166461,3475,'_billing_city','Modesto'),(166462,3475,'_billing_state','CA'),(166463,3475,'_billing_postcode','95355'),(166464,3475,'_billing_country','US'),(166465,3475,'_billing_email','amira77@sbcglobal.net'),(166466,3475,'_billing_phone','2096422061'),(166467,3475,'_shipping_first_name','Amira'),(166468,3475,'_shipping_last_name','Purto'),(166469,3475,'_shipping_address_1','2520 Chandon Circle'),(166470,3475,'_shipping_city','Modesto'),(166471,3475,'_shipping_state','CA'),(166472,3475,'_shipping_postcode','95355'),(166473,3475,'_shipping_country','US'),(166474,3475,'_order_currency','USD'),(166475,3475,'_cart_discount','0'),(166476,3475,'_cart_discount_tax','0'),(166477,3475,'_order_shipping','0'),(166478,3475,'_order_shipping_tax','0'),(166479,3475,'_order_tax','0'),(166480,3475,'_order_total','652.80'),(166481,3475,'_order_version','9.8.4'),(166482,3475,'_prices_include_tax','no'),(166483,3475,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(166484,3475,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(166485,3475,'is_vat_exempt','no'),(166486,3475,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:428.40000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:652.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"652.8\";}}'),(166487,3475,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166488,3475,'_wc_order_attribution_source_type','typein'),(166489,3475,'_wc_order_attribution_utm_source','(direct)'),(166490,3475,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166491,3475,'_wc_order_attribution_session_start_time','2025-06-06 08:46:52'),(166492,3475,'_wc_order_attribution_session_pages','6'),(166493,3475,'_wc_order_attribution_session_count','2'),(166494,3475,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166495,3475,'_wc_order_attribution_device_type','Desktop'),(166496,3475,'Payment type','instant'),(166497,3475,'_paypal_status','completed'),(166498,3475,'_transaction_id','72Y918686A985692M'),(166499,3475,'PayPal Transaction Fee','23.27'),(166500,3475,'_date_paid','1749661135'),(166501,3475,'_paid_date','2025-06-11 16:58:55'),(166502,3476,'_sku','AA - Fine-Hair-Comb-12'),(166503,3476,'_regular_price','76.20'),(166504,3476,'total_sales','61'),(166505,3476,'_tax_status','taxable'),(166506,3476,'_tax_class',''),(166507,3476,'_manage_stock','no'),(166508,3476,'_backorders','no'),(166509,3476,'_sold_individually','no'),(166510,3476,'_weight','2.40'),(166511,3476,'_length','8.5'),(166512,3476,'_width','4.5'),(166513,3476,'_height','3'),(166514,3476,'_virtual','no'),(166515,3476,'_downloadable','no'),(166516,3476,'_download_limit','0'),(166517,3476,'_download_expiry','0'),(166518,3476,'_thumbnail_id','3478'),(166519,3476,'_stock',NULL),(166520,3476,'_stock_status','instock'),(166521,3476,'_wc_average_rating','0'),(166522,3476,'_wc_review_count','0'),(166523,3476,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(166524,3476,'_product_version','10.0.2'),(166525,3476,'_price','76.20'),(166526,3476,'site-sidebar-layout','default'),(166527,3476,'site-content-layout','default'),(166528,3476,'theme-transparent-header-meta','default'),(166529,3476,'stick-header-meta','default'),(166530,3476,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(166531,3476,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(166532,3476,'_wc_memberships_force_public','no'),(166533,3476,'_wc_memberships_exclude_discounts','no'),(166534,3476,'mwqb_sync_uiiqb','0'),(166535,3476,'sg_product_enable','no'),(166536,3476,'sg_product_disable','no'),(166537,3476,'minimum_allowed_quantity',''),(166538,3476,'maximum_allowed_quantity',''),(166539,3476,'group_of_quantity',''),(166540,3476,'minmax_do_not_count','no'),(166541,3476,'minmax_cart_exclude','no'),(166542,3476,'minmax_category_group_of_exclude','no'),(166543,3476,'ast-site-content-layout','default'),(166544,3476,'site-content-style','default'),(166545,3476,'site-sidebar-style','default'),(166548,3476,'_edit_lock','1753197365:2'),(166549,3476,'_edit_last','2'),(166551,3477,'_wp_attached_file','2025/06/TerminatorCombThinHair25Pack-copy.webp'),(166552,3477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2025/06/TerminatorCombThinHair25Pack-copy.webp\";s:8:\"filesize\";i:37682;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"TerminatorCombThinHair25Pack-copy-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166553,3478,'_wp_attached_file','2025/06/TerminatorCombThinHair12Pack.webp'),(166554,3478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2025/06/TerminatorCombThinHair12Pack.webp\";s:8:\"filesize\";i:31822;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3880;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10858;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombThinHair12Pack-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2060;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(166556,3479,'_elementor_edit_mode','builder'),(166557,3479,'_elementor_template_type','wp-page'),(166558,3479,'_elementor_version','3.28.4'),(166559,3479,'_elementor_pro_version','3.28.3'),(166560,3479,'_wp_page_template','default'),(166561,3479,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166564,3480,'_elementor_edit_mode','builder'),(166565,3480,'_elementor_template_type','wp-page'),(166566,3480,'_elementor_version','3.28.4'),(166567,3480,'_elementor_pro_version','3.28.3'),(166568,3480,'_wp_page_template','default'),(166569,3480,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166572,3481,'_elementor_edit_mode','builder'),(166573,3481,'_elementor_template_type','wp-page'),(166574,3481,'_elementor_version','3.28.4'),(166575,3481,'_elementor_pro_version','3.28.3'),(166576,3481,'_wp_page_template','default'),(166577,3481,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166581,3482,'_elementor_edit_mode','builder'),(166582,3482,'_elementor_template_type','wp-page'),(166583,3482,'_elementor_version','3.28.4'),(166584,3482,'_elementor_pro_version','3.28.3'),(166585,3482,'_wp_page_template','default'),(166586,3482,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166589,3483,'_elementor_edit_mode','builder'),(166590,3483,'_elementor_template_type','wp-page'),(166591,3483,'_elementor_version','3.28.4'),(166592,3483,'_elementor_pro_version','3.28.3'),(166593,3483,'_wp_page_template','default'),(166594,3483,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166597,3484,'_elementor_edit_mode','builder'),(166598,3484,'_elementor_template_type','wp-page'),(166599,3484,'_elementor_version','3.28.4'),(166600,3484,'_elementor_pro_version','3.28.3'),(166601,3484,'_wp_page_template','default'),(166602,3484,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(166606,3485,'_sku','AA - Bulk-Fine-Hair-Comb-25'),(166607,3485,'_regular_price','148.80'),(166608,3485,'total_sales','13'),(166609,3485,'_tax_status','taxable'),(166610,3485,'_tax_class',''),(166611,3485,'_manage_stock','no'),(166612,3485,'_backorders','no'),(166613,3485,'_sold_individually','no'),(166614,3485,'_weight','2.10'),(166615,3485,'_length','4'),(166616,3485,'_width','2.25'),(166617,3485,'_height','7.875'),(166618,3485,'_virtual','no'),(166619,3485,'_downloadable','no'),(166620,3485,'_download_limit','0'),(166621,3485,'_download_expiry','0'),(166622,3485,'_thumbnail_id','3477'),(166623,3485,'_stock',NULL),(166624,3485,'_stock_status','instock'),(166625,3485,'_wc_average_rating','0'),(166626,3485,'_wc_review_count','0'),(166627,3485,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(166628,3485,'_product_version','10.0.2'),(166629,3485,'_price','148.80'),(166630,3485,'site-sidebar-layout','default'),(166631,3485,'site-content-layout','default'),(166632,3485,'theme-transparent-header-meta','default'),(166633,3485,'stick-header-meta','default'),(166634,3485,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(166635,3485,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(166636,3485,'_wc_memberships_force_public','no'),(166637,3485,'_wc_memberships_exclude_discounts','no'),(166638,3485,'mwqb_sync_uiiqb','0'),(166639,3485,'sg_product_enable','no'),(166640,3485,'sg_product_disable','no'),(166641,3485,'minimum_allowed_quantity',''),(166642,3485,'maximum_allowed_quantity',''),(166643,3485,'group_of_quantity',''),(166644,3485,'minmax_do_not_count','no'),(166645,3485,'minmax_cart_exclude','no'),(166646,3485,'minmax_category_group_of_exclude','no'),(166647,3485,'ast-site-content-layout','default'),(166648,3485,'site-content-style','default'),(166649,3485,'site-sidebar-style','default'),(166652,3485,'_edit_lock','1753197278:2'),(166653,3485,'_edit_last','2'),(166656,3486,'_order_key','wc_order_zZZ3eWEqNiHnW'),(166657,3486,'_customer_user','90'),(166658,3486,'_payment_method','paypal'),(166659,3486,'_payment_method_title','PayPal'),(166660,3486,'_customer_ip_address','75.33.85.155'),(166661,3486,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(166662,3486,'_created_via','checkout'),(166663,3486,'_cart_hash','d41d0a436dba0383ddf28dd822c5032d'),(166664,3486,'_download_permissions_granted','yes'),(166665,3486,'_recorded_sales','yes'),(166666,3486,'_recorded_coupon_usage_counts','yes'),(166667,3486,'_new_order_email_sent','true'),(166668,3486,'_order_stock_reduced','yes'),(166669,3486,'_billing_first_name','Mike'),(166670,3486,'_billing_last_name','Brehm'),(166671,3486,'_billing_company','Remedy'),(166672,3486,'_billing_address_1','5258 Plainfield Ave NE'),(166673,3486,'_billing_city','Grand Rapids'),(166674,3486,'_billing_state','MI'),(166675,3486,'_billing_postcode','49525'),(166676,3486,'_billing_country','US'),(166677,3486,'_billing_email','rapunzelscorinn@gmail.com'),(166678,3486,'_billing_phone','6164504125'),(166679,3486,'_shipping_first_name','Corinn'),(166680,3486,'_shipping_last_name','Nichols'),(166681,3486,'_shipping_company','LCA Remedy'),(166682,3486,'_shipping_address_1','3500 Dean Lake Ave NE'),(166683,3486,'_shipping_city','Grand Rapids'),(166684,3486,'_shipping_state','MI'),(166685,3486,'_shipping_postcode','49525'),(166686,3486,'_shipping_country','US'),(166687,3486,'_order_currency','USD'),(166688,3486,'_cart_discount','0'),(166689,3486,'_cart_discount_tax','0'),(166690,3486,'_order_shipping','0'),(166691,3486,'_order_shipping_tax','0'),(166692,3486,'_order_tax','0'),(166693,3486,'_order_total','598.80'),(166694,3486,'_order_version','9.8.4'),(166695,3486,'_prices_include_tax','no'),(166696,3486,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(166697,3486,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(166698,3486,'is_vat_exempt','no'),(166699,3486,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";a:16:{s:10:\"unique_key\";s:32:\"a64e7a36a176c8db4eae5e1813bb6ed0\";s:4:\"time\";s:10:\"11:58:16am\";s:3:\"key\";s:32:\"c83df06f43e226ffc06ebe5bdfa0d3c5\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"417b4200fb5c696398875cac3ef616ba\";a:16:{s:10:\"unique_key\";s:32:\"ebdd21744b2e8905892e50cf07621bb5\";s:4:\"time\";s:10:\"12:00:08pm\";s:3:\"key\";s:32:\"417b4200fb5c696398875cac3ef616ba\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:598.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:90;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MI\";s:8:\"postcode\";s:5:\"49525\";s:4:\"city\";s:12:\"Grand Rapids\";s:7:\"address\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_1\";s:21:\"3500 Dean Lake Ave NE\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"598.8\";}}'),(166700,3486,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166701,3486,'_wc_order_attribution_source_type','referral'),(166702,3486,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(166703,3486,'_wc_order_attribution_utm_source','lcaportal.com'),(166704,3486,'_wc_order_attribution_utm_medium','referral'),(166705,3486,'_wc_order_attribution_utm_content','/'),(166706,3486,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166707,3486,'_wc_order_attribution_session_start_time','2025-06-12 14:10:13'),(166708,3486,'_wc_order_attribution_session_pages','4'),(166709,3486,'_wc_order_attribution_session_count','1'),(166710,3486,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(166711,3486,'_wc_order_attribution_device_type','Desktop'),(166712,3486,'Payment type','instant'),(166713,3486,'_paypal_status','completed'),(166714,3486,'_transaction_id','4B263128ME190482C'),(166715,3486,'PayPal Transaction Fee','21.39'),(166716,3486,'_date_paid','1749737819'),(166717,3486,'_paid_date','2025-06-12 14:16:59'),(166720,3489,'_order_key','wc_order_6aybXBK8gW2ym'),(166721,3489,'_customer_user','76'),(166722,3489,'_payment_method','paypal'),(166723,3489,'_payment_method_title','PayPal'),(166724,3489,'_customer_ip_address','66.31.192.192'),(166725,3489,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166726,3489,'_created_via','checkout'),(166727,3489,'_cart_hash','dfd43791e92cb3b93aedee85dc7e945f'),(166728,3489,'_download_permissions_granted','yes'),(166729,3489,'_recorded_sales','yes'),(166730,3489,'_recorded_coupon_usage_counts','yes'),(166731,3489,'_new_order_email_sent','true'),(166732,3489,'_order_stock_reduced','yes'),(166733,3489,'_billing_first_name','Naomi'),(166734,3489,'_billing_last_name','Golden'),(166735,3489,'_billing_address_1','31 Mann Ave'),(166736,3489,'_billing_city','Needham'),(166737,3489,'_billing_state','MA'),(166738,3489,'_billing_postcode','02492'),(166739,3489,'_billing_country','US'),(166740,3489,'_billing_email','nrgolden6486@gmail.com'),(166741,3489,'_billing_phone','6178511322'),(166742,3489,'_shipping_first_name','Naomi'),(166743,3489,'_shipping_last_name','Golden'),(166744,3489,'_shipping_company','Lice Aunties'),(166745,3489,'_shipping_address_1','60 Dedham Ave'),(166746,3489,'_shipping_address_2','Suite 201'),(166747,3489,'_shipping_city','Needham'),(166748,3489,'_shipping_state','MA'),(166749,3489,'_shipping_postcode','02492'),(166750,3489,'_shipping_country','US'),(166751,3489,'_order_currency','USD'),(166752,3489,'_cart_discount','0'),(166753,3489,'_cart_discount_tax','0'),(166754,3489,'_order_shipping','0'),(166755,3489,'_order_shipping_tax','0'),(166756,3489,'_order_tax','0'),(166757,3489,'_order_total','506.20'),(166758,3489,'_order_version','9.8.4'),(166759,3489,'_prices_include_tax','no'),(166760,3489,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(166761,3489,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(166762,3489,'is_vat_exempt','no'),(166763,3489,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:13;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:254.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:254.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:506.20000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";}s:13:\"cart_subtotal\";s:5:\"506.2\";}}'),(166764,3489,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166765,3489,'_wc_order_attribution_source_type','typein'),(166766,3489,'_wc_order_attribution_utm_source','(direct)'),(166767,3489,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166768,3489,'_wc_order_attribution_session_start_time','2025-06-12 18:09:30'),(166769,3489,'_wc_order_attribution_session_pages','11'),(166770,3489,'_wc_order_attribution_session_count','1'),(166771,3489,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(166772,3489,'_wc_order_attribution_device_type','Desktop'),(166773,3489,'Payment type','instant'),(166774,3489,'_paypal_status','completed'),(166775,3489,'_transaction_id','60B81433AU965954R'),(166776,3489,'PayPal Transaction Fee','18.16'),(166777,3489,'_date_paid','1749752809'),(166778,3489,'_paid_date','2025-06-12 18:26:49'),(166779,3490,'_order_key','wc_order_YWdMxmz0oQu5r'),(166780,3490,'_customer_user','6'),(166781,3490,'_payment_method','paypal'),(166782,3490,'_payment_method_title','PayPal'),(166783,3490,'_customer_ip_address','98.41.41.47'),(166784,3490,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166785,3490,'_created_via','checkout'),(166786,3490,'_cart_hash','1b879696a03fc10ad1492d188f532f21'),(166787,3490,'_download_permissions_granted','yes'),(166788,3490,'_recorded_sales','yes'),(166789,3490,'_recorded_coupon_usage_counts','yes'),(166790,3490,'_new_order_email_sent','true'),(166791,3490,'_order_stock_reduced','yes'),(166792,3490,'_billing_first_name','Amira'),(166793,3490,'_billing_last_name','Purto'),(166794,3490,'_billing_address_1','2520 Chandon Circle'),(166795,3490,'_billing_city','Modesto'),(166796,3490,'_billing_state','CA'),(166797,3490,'_billing_postcode','95355'),(166798,3490,'_billing_country','US'),(166799,3490,'_billing_email','amira77@sbcglobal.net'),(166800,3490,'_billing_phone','2096422061'),(166801,3490,'_shipping_first_name','Amira'),(166802,3490,'_shipping_last_name','Purto'),(166803,3490,'_shipping_address_1','2520 Chandon Circle'),(166804,3490,'_shipping_city','Modesto'),(166805,3490,'_shipping_state','CA'),(166806,3490,'_shipping_postcode','95355'),(166807,3490,'_shipping_country','US'),(166808,3490,'_order_currency','USD'),(166809,3490,'_cart_discount','0'),(166810,3490,'_cart_discount_tax','0'),(166811,3490,'_order_shipping','0'),(166812,3490,'_order_shipping_tax','0'),(166813,3490,'_order_tax','0'),(166814,3490,'_order_total','551.50'),(166815,3490,'_order_version','9.8.4'),(166816,3490,'_prices_include_tax','no'),(166817,3490,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(166818,3490,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(166819,3490,'is_vat_exempt','no'),(166820,3490,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:292.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:551.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"551.5\";}}'),(166821,3490,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166822,3490,'_wc_order_attribution_source_type','typein'),(166823,3490,'_wc_order_attribution_utm_source','(direct)'),(166824,3490,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166825,3490,'_wc_order_attribution_session_start_time','2025-06-06 08:46:52'),(166826,3490,'_wc_order_attribution_session_pages','4'),(166827,3490,'_wc_order_attribution_session_count','4'),(166828,3490,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(166829,3490,'_wc_order_attribution_device_type','Desktop'),(166830,3490,'Payment type','instant'),(166831,3490,'_paypal_status','completed'),(166832,3490,'_transaction_id','39A81336B6086602E'),(166833,3490,'PayPal Transaction Fee','19.74'),(166834,3490,'_date_paid','1749761222'),(166835,3490,'_paid_date','2025-06-12 20:47:02'),(166836,3491,'_order_key','wc_order_WFjo4S3DCfLc6'),(166837,3491,'_customer_user','54'),(166838,3491,'_payment_method','paypal'),(166839,3491,'_payment_method_title','PayPal'),(166840,3491,'_customer_ip_address','174.194.96.145'),(166841,3491,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(166842,3491,'_created_via','checkout'),(166843,3491,'_cart_hash','af64ccec2281025a3c7bedf287d7e07e'),(166844,3491,'_download_permissions_granted','no'),(166845,3491,'_recorded_sales','no'),(166846,3491,'_recorded_coupon_usage_counts','no'),(166847,3491,'_new_order_email_sent','false'),(166848,3491,'_order_stock_reduced','no'),(166849,3491,'_billing_first_name','Erin'),(166850,3491,'_billing_last_name','Hawn'),(166851,3491,'_billing_address_1','10 W Phillip Rd'),(166852,3491,'_billing_address_2','Suite 123'),(166853,3491,'_billing_city','Vernon Hills'),(166854,3491,'_billing_state','IL'),(166855,3491,'_billing_postcode','60061'),(166856,3491,'_billing_country','US'),(166857,3491,'_billing_email','info@liceclinicsvernonhills.com'),(166858,3491,'_billing_phone','8475960408'),(166859,3491,'_shipping_first_name','Erin'),(166860,3491,'_shipping_last_name','Hawn'),(166861,3491,'_shipping_address_1','1491 S Amarias Dr'),(166862,3491,'_shipping_city','Round lake'),(166863,3491,'_shipping_state','IL'),(166864,3491,'_shipping_postcode','60073'),(166865,3491,'_shipping_country','US'),(166866,3491,'_order_currency','USD'),(166867,3491,'_cart_discount','0'),(166868,3491,'_cart_discount_tax','0'),(166869,3491,'_order_shipping','0'),(166870,3491,'_order_shipping_tax','0'),(166871,3491,'_order_tax','0'),(166872,3491,'_order_total','1217.16'),(166873,3491,'_order_version','9.8.4'),(166874,3491,'_prices_include_tax','no'),(166875,3491,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(166876,3491,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(166877,3491,'is_vat_exempt','no'),(166878,3491,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:156.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:156.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:152.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:152.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1217.1600000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1217.16\";}}'),(166879,3491,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166880,3491,'_wc_order_attribution_source_type','typein'),(166881,3491,'_wc_order_attribution_utm_source','(direct)'),(166882,3491,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166883,3491,'_wc_order_attribution_session_start_time','2025-06-13 11:47:34'),(166884,3491,'_wc_order_attribution_session_pages','11'),(166885,3491,'_wc_order_attribution_session_count','1'),(166886,3491,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(166887,3491,'_wc_order_attribution_device_type','Mobile'),(166888,3492,'_order_key','wc_order_3W533GlBh9TXE'),(166889,3492,'_customer_user','54'),(166890,3492,'_payment_method','paypal'),(166891,3492,'_payment_method_title','PayPal'),(166892,3492,'_customer_ip_address','174.194.96.145'),(166893,3492,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(166894,3492,'_created_via','checkout'),(166895,3492,'_cart_hash','af64ccec2281025a3c7bedf287d7e07e'),(166896,3492,'_download_permissions_granted','yes'),(166897,3492,'_recorded_sales','yes'),(166898,3492,'_recorded_coupon_usage_counts','yes'),(166899,3492,'_new_order_email_sent','true'),(166900,3492,'_order_stock_reduced','yes'),(166901,3492,'_billing_first_name','Erin'),(166902,3492,'_billing_last_name','Hawn'),(166903,3492,'_billing_address_1','10 W Phillip Rd'),(166904,3492,'_billing_address_2','Suite 123'),(166905,3492,'_billing_city','Vernon Hills'),(166906,3492,'_billing_state','IL'),(166907,3492,'_billing_postcode','60061'),(166908,3492,'_billing_country','US'),(166909,3492,'_billing_email','info@liceclinicsvernonhills.com'),(166910,3492,'_billing_phone','8475960408'),(166911,3492,'_shipping_first_name','Erin'),(166912,3492,'_shipping_last_name','Hawn'),(166913,3492,'_shipping_address_1','1491 S Amarias Dr'),(166914,3492,'_shipping_city','Round lake'),(166915,3492,'_shipping_state','IL'),(166916,3492,'_shipping_postcode','60073'),(166917,3492,'_shipping_country','US'),(166918,3492,'_order_currency','USD'),(166919,3492,'_cart_discount','0'),(166920,3492,'_cart_discount_tax','0'),(166921,3492,'_order_shipping','0'),(166922,3492,'_order_shipping_tax','0'),(166923,3492,'_order_tax','0'),(166924,3492,'_order_total','1217.16'),(166925,3492,'_order_version','9.8.4'),(166926,3492,'_prices_include_tax','no'),(166927,3492,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(166928,3492,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(166929,3492,'is_vat_exempt','no'),(166930,3492,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:156.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:156.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:152.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:152.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1217.1600000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1217.16\";}}'),(166931,3492,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(166932,3492,'_wc_order_attribution_source_type','typein'),(166933,3492,'_wc_order_attribution_utm_source','(direct)'),(166934,3492,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(166935,3492,'_wc_order_attribution_session_start_time','2025-06-13 11:47:34'),(166936,3492,'_wc_order_attribution_session_pages','13'),(166937,3492,'_wc_order_attribution_session_count','1'),(166938,3492,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(166939,3492,'_wc_order_attribution_device_type','Mobile'),(166940,3492,'Payment type','instant'),(166941,3492,'_paypal_status','completed'),(166942,3492,'_transaction_id','0YB35315GY6948403'),(166943,3492,'PayPal Transaction Fee','61.23'),(166944,3492,'_date_paid','1749820365'),(166945,3492,'_paid_date','2025-06-13 13:12:45'),(166946,3473,'_edit_lock','1749823142:2'),(166947,3473,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164865\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"ff615220144acf33a02790c3eb9e2afc\";}}'),(166948,3473,'_edit_last','2'),(166949,3473,'_date_completed','1749823121'),(166950,3473,'_completed_date','2025-06-13 13:58:41'),(166951,3474,'_edit_lock','1749823184:2'),(166952,3474,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164865\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"fcaa2d0c8bfd6dbc187a5f122407a657\";}}'),(166953,3474,'_edit_last','2'),(166954,3474,'_date_completed','1749823309'),(166955,3474,'_completed_date','2025-06-13 14:01:49'),(166956,3486,'_edit_lock','1749823247:2'),(166957,3486,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165004\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"7e827211f574752fb89e3c95ad28649d\";}}'),(166958,3486,'_edit_last','2'),(166959,3486,'_date_completed','1749823384'),(166960,3486,'_completed_date','2025-06-13 14:03:04'),(166961,3493,'_order_key','wc_order_XNIjgQsrH9KrP'),(166962,3493,'_customer_user','11'),(166963,3493,'_payment_method','paypal'),(166964,3493,'_payment_method_title','PayPal'),(166965,3493,'_customer_ip_address','65.186.66.106'),(166966,3493,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(166967,3493,'_created_via','checkout'),(166968,3493,'_cart_hash','0a67017abf06d12fd1259f4f3775abe1'),(166969,3493,'_download_permissions_granted','yes'),(166970,3493,'_recorded_sales','yes'),(166971,3493,'_recorded_coupon_usage_counts','yes'),(166972,3493,'_new_order_email_sent','true'),(166973,3493,'_order_stock_reduced','yes'),(166974,3493,'_billing_first_name','Tina'),(166975,3493,'_billing_last_name','Hunt'),(166976,3493,'_billing_company','Lice Clinics of America'),(166977,3493,'_billing_address_1','830 Fairview Ave.'),(166978,3493,'_billing_address_2','Suite A-4'),(166979,3493,'_billing_city','Bowling Green'),(166980,3493,'_billing_state','KY'),(166981,3493,'_billing_postcode','42101'),(166982,3493,'_billing_country','US'),(166983,3493,'_billing_email','lcbgky12@gmail.com'),(166984,3493,'_billing_phone','2709996803'),(166985,3493,'_shipping_first_name','Tina'),(166986,3493,'_shipping_last_name','Hunt'),(166987,3493,'_shipping_company','LCBG, LLC'),(166988,3493,'_shipping_address_1','830 Fairview Ave.'),(166989,3493,'_shipping_address_2','Suite A-4'),(166990,3493,'_shipping_city','Bowling Green'),(166991,3493,'_shipping_state','KY'),(166992,3493,'_shipping_postcode','42101'),(166993,3493,'_shipping_country','US'),(166994,3493,'_order_currency','USD'),(166995,3493,'_cart_discount','0'),(166996,3493,'_cart_discount_tax','0'),(166997,3493,'_order_shipping','12.06'),(166998,3493,'_order_shipping_tax','0'),(166999,3493,'_order_tax','0'),(167000,3493,'_order_total','70.86'),(167001,3493,'_order_version','9.8.4'),(167002,3493,'_prices_include_tax','no'),(167003,3493,'_billing_address_index','Tina Hunt Lice Clinics of America 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US lcbgky12@gmail.com 2709996803'),(167004,3493,'_shipping_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US '),(167005,3493,'is_vat_exempt','no'),(167006,3493,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:58.800000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:58.799999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:7.1054273576010019E-15;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:58.799999999999997;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:11;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"42101\";s:4:\"city\";s:13:\"Bowling Green\";s:7:\"address\";s:17:\"830 Fairview Ave.\";s:9:\"address_1\";s:17:\"830 Fairview Ave.\";s:9:\"address_2\";s:9:\"Suite A-4\";}s:13:\"cart_subtotal\";s:4:\"58.8\";}}'),(167007,3493,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(167008,3493,'_wc_order_attribution_source_type','referral'),(167009,3493,'_wc_order_attribution_referrer','https://lcaportal.com/'),(167010,3493,'_wc_order_attribution_utm_source','lcaportal.com'),(167011,3493,'_wc_order_attribution_utm_medium','referral'),(167012,3493,'_wc_order_attribution_utm_content','/'),(167013,3493,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167014,3493,'_wc_order_attribution_session_start_time','2025-06-13 14:56:41'),(167015,3493,'_wc_order_attribution_session_pages','4'),(167016,3493,'_wc_order_attribution_session_count','1'),(167017,3493,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167018,3493,'_wc_order_attribution_device_type','Desktop'),(167019,3493,'Payment type','instant'),(167020,3493,'_paypal_status','completed'),(167021,3493,'_transaction_id','47U74994S9462844H'),(167022,3493,'PayPal Transaction Fee','2.96'),(167023,3493,'_date_paid','1749826724'),(167024,3493,'_paid_date','2025-06-13 14:58:44'),(167025,3494,'_order_key','wc_order_f5Kbd5kWth3pY'),(167026,3494,'_customer_user','87'),(167027,3494,'_payment_method','paypal'),(167028,3494,'_payment_method_title','PayPal'),(167029,3494,'_customer_ip_address','75.7.15.79'),(167030,3494,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167031,3494,'_created_via','checkout'),(167032,3494,'_cart_hash','9938db285aea3f0ed11b01f87ba9578f'),(167033,3494,'_download_permissions_granted','yes'),(167034,3494,'_recorded_sales','yes'),(167035,3494,'_recorded_coupon_usage_counts','yes'),(167036,3494,'_new_order_email_sent','true'),(167037,3494,'_order_stock_reduced','yes'),(167038,3494,'_billing_first_name','Wade'),(167039,3494,'_billing_last_name','Huntsman'),(167040,3494,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(167041,3494,'_billing_address_1','3421 E 21st'),(167042,3494,'_billing_city','Tulsa'),(167043,3494,'_billing_state','OK'),(167044,3494,'_billing_postcode','74114'),(167045,3494,'_billing_country','US'),(167046,3494,'_billing_email','info@liceclinicsmidsouth.com'),(167047,3494,'_billing_phone','9189783329'),(167048,3494,'_shipping_first_name','Katee'),(167049,3494,'_shipping_last_name','Morrison'),(167050,3494,'_shipping_company','LCA OKC'),(167051,3494,'_shipping_address_1','4001 North Classen Boulevard'),(167052,3494,'_shipping_address_2','Suite 116'),(167053,3494,'_shipping_city','Oklahoma City'),(167054,3494,'_shipping_state','OK'),(167055,3494,'_shipping_postcode','73118'),(167056,3494,'_shipping_country','US'),(167057,3494,'_order_currency','USD'),(167058,3494,'_cart_discount','0'),(167059,3494,'_cart_discount_tax','0'),(167060,3494,'_order_shipping','0'),(167061,3494,'_order_shipping_tax','0'),(167062,3494,'_order_tax','0'),(167063,3494,'_order_total','589.60'),(167064,3494,'_order_version','9.8.4'),(167065,3494,'_prices_include_tax','no'),(167066,3494,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(167067,3494,'_shipping_address_index','Katee Morrison LCA OKC 4001 North Classen Boulevard Suite 116 Oklahoma City OK 73118 US '),(167068,3494,'is_vat_exempt','no'),(167069,3494,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:589.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"73118\";s:4:\"city\";s:13:\"Oklahoma City\";s:7:\"address\";s:28:\"4001 North Classen Boulevard\";s:9:\"address_1\";s:28:\"4001 North Classen Boulevard\";s:9:\"address_2\";s:9:\"Suite 116\";}s:13:\"cart_subtotal\";s:5:\"589.6\";}}'),(167070,3494,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167071,3494,'_wc_order_attribution_source_type','typein'),(167072,3494,'_wc_order_attribution_utm_source','(direct)'),(167073,3494,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167074,3494,'_wc_order_attribution_session_start_time','2025-06-13 16:56:05'),(167075,3494,'_wc_order_attribution_session_pages','9'),(167076,3494,'_wc_order_attribution_session_count','1'),(167077,3494,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167078,3494,'_wc_order_attribution_device_type','Desktop'),(167079,3494,'Payment type','instant'),(167080,3494,'_paypal_status','completed'),(167081,3494,'_transaction_id','2FX79506AM7886618'),(167082,3494,'PayPal Transaction Fee','21.07'),(167083,3494,'_date_paid','1749834622'),(167084,3494,'_paid_date','2025-06-13 17:10:22'),(167085,3495,'_order_key','wc_order_TyBjGwVYJxYzF'),(167086,3495,'_customer_user','87'),(167087,3495,'_payment_method','paypal'),(167088,3495,'_payment_method_title','PayPal'),(167089,3495,'_customer_ip_address','75.7.15.79'),(167090,3495,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167091,3495,'_created_via','checkout'),(167092,3495,'_cart_hash','5c0c1b25c4339aff43cf3a4d52504949'),(167093,3495,'_download_permissions_granted','yes'),(167094,3495,'_recorded_sales','yes'),(167095,3495,'_recorded_coupon_usage_counts','yes'),(167096,3495,'_new_order_email_sent','true'),(167097,3495,'_order_stock_reduced','yes'),(167098,3495,'_billing_first_name','Wade'),(167099,3495,'_billing_last_name','Huntsman'),(167100,3495,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(167101,3495,'_billing_address_1','3421 E 21st'),(167102,3495,'_billing_city','Tulsa'),(167103,3495,'_billing_state','OK'),(167104,3495,'_billing_postcode','74114'),(167105,3495,'_billing_country','US'),(167106,3495,'_billing_email','info@liceclinicsmidsouth.com'),(167107,3495,'_billing_phone','9189783329'),(167108,3495,'_shipping_first_name','Wade'),(167109,3495,'_shipping_last_name','Huntsman'),(167110,3495,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(167111,3495,'_shipping_address_1','3421 E 21st'),(167112,3495,'_shipping_city','Tulsa'),(167113,3495,'_shipping_state','OK'),(167114,3495,'_shipping_postcode','74114'),(167115,3495,'_shipping_country','US'),(167116,3495,'_order_currency','USD'),(167117,3495,'_cart_discount','0'),(167118,3495,'_cart_discount_tax','0'),(167119,3495,'_order_shipping','0'),(167120,3495,'_order_shipping_tax','0'),(167121,3495,'_order_tax','0'),(167122,3495,'_order_total','534.55'),(167123,3495,'_order_version','9.8.4'),(167124,3495,'_prices_include_tax','no'),(167125,3495,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(167126,3495,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(167127,3495,'is_vat_exempt','no'),(167128,3495,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:534.54999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:4:\"city\";s:5:\"Tulsa\";s:7:\"address\";s:11:\"3421 E 21st\";s:9:\"address_1\";s:11:\"3421 E 21st\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"534.55\";}}'),(167129,3495,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167130,3495,'_wc_order_attribution_source_type','typein'),(167131,3495,'_wc_order_attribution_utm_source','(direct)'),(167132,3495,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167133,3495,'_wc_order_attribution_session_start_time','2025-06-13 16:56:05'),(167134,3495,'_wc_order_attribution_session_pages','15'),(167135,3495,'_wc_order_attribution_session_count','1'),(167136,3495,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167137,3495,'_wc_order_attribution_device_type','Desktop'),(167138,3495,'Payment type','instant'),(167139,3495,'_paypal_status','completed'),(167140,3495,'_transaction_id','80902496VE1611635'),(167141,3495,'PayPal Transaction Fee','19.15'),(167142,3495,'_date_paid','1749834904'),(167143,3495,'_paid_date','2025-06-13 17:15:04'),(167144,3496,'_order_key','wc_order_niDz91kkHn7az'),(167145,3496,'_customer_user','87'),(167146,3496,'_payment_method','paypal'),(167147,3496,'_payment_method_title','PayPal'),(167148,3496,'_customer_ip_address','75.7.15.79'),(167149,3496,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167150,3496,'_created_via','checkout'),(167151,3496,'_cart_hash','d59b49c565b1787092430e2353941336'),(167152,3496,'_download_permissions_granted','yes'),(167153,3496,'_recorded_sales','yes'),(167154,3496,'_recorded_coupon_usage_counts','yes'),(167155,3496,'_new_order_email_sent','true'),(167156,3496,'_order_stock_reduced','yes'),(167157,3496,'_billing_first_name','Wade'),(167158,3496,'_billing_last_name','Huntsman'),(167159,3496,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(167160,3496,'_billing_address_1','3421 E 21st'),(167161,3496,'_billing_city','Tulsa'),(167162,3496,'_billing_state','OK'),(167163,3496,'_billing_postcode','74114'),(167164,3496,'_billing_country','US'),(167165,3496,'_billing_email','info@liceclinicsmidsouth.com'),(167166,3496,'_billing_phone','9189783329'),(167167,3496,'_shipping_first_name','Shelbe'),(167168,3496,'_shipping_last_name','Smith'),(167169,3496,'_shipping_company','Lice Clinics of America Wichita'),(167170,3496,'_shipping_address_1','2101 West MacArthur Road'),(167171,3496,'_shipping_address_2','Lott 511'),(167172,3496,'_shipping_city','Wichita'),(167173,3496,'_shipping_state','KS'),(167174,3496,'_shipping_postcode','67217'),(167175,3496,'_shipping_country','US'),(167176,3496,'_order_currency','USD'),(167177,3496,'_cart_discount','0'),(167178,3496,'_cart_discount_tax','0'),(167179,3496,'_order_shipping','0'),(167180,3496,'_order_shipping_tax','0'),(167181,3496,'_order_tax','0'),(167182,3496,'_order_total','550.50'),(167183,3496,'_order_version','9.8.4'),(167184,3496,'_prices_include_tax','no'),(167185,3496,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(167186,3496,'_shipping_address_index','Shelbe Smith Lice Clinics of America Wichita 2101 West MacArthur Road Lott 511 Wichita KS 67217 US '),(167187,3496,'is_vat_exempt','no'),(167188,3496,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:550.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KS\";s:8:\"postcode\";s:5:\"67217\";s:4:\"city\";s:7:\"Wichita\";s:7:\"address\";s:24:\"2101 West MacArthur Road\";s:9:\"address_1\";s:24:\"2101 West MacArthur Road\";s:9:\"address_2\";s:8:\"Lott 511\";}s:13:\"cart_subtotal\";s:5:\"550.5\";}}'),(167189,3496,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167190,3496,'_wc_order_attribution_source_type','typein'),(167191,3496,'_wc_order_attribution_utm_source','(direct)'),(167192,3496,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167193,3496,'_wc_order_attribution_session_start_time','2025-06-13 16:56:05'),(167194,3496,'_wc_order_attribution_session_pages','21'),(167195,3496,'_wc_order_attribution_session_count','1'),(167196,3496,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167197,3496,'_wc_order_attribution_device_type','Desktop'),(167198,3496,'Payment type','instant'),(167199,3496,'_paypal_status','completed'),(167200,3496,'_transaction_id','5HY52209RE425600G'),(167201,3496,'PayPal Transaction Fee','19.70'),(167202,3496,'_date_paid','1749835203'),(167203,3496,'_paid_date','2025-06-13 17:20:03'),(167204,3497,'_order_key','wc_order_Ob2v0WlQjKvj5'),(167205,3497,'_customer_user','87'),(167206,3497,'_payment_method','paypal'),(167207,3497,'_payment_method_title','PayPal'),(167208,3497,'_customer_ip_address','75.7.15.79'),(167209,3497,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167210,3497,'_created_via','checkout'),(167211,3497,'_cart_hash','5f5d1a05d2db1d3ee7a8043728db2faa'),(167212,3497,'_download_permissions_granted','yes'),(167213,3497,'_recorded_sales','yes'),(167214,3497,'_recorded_coupon_usage_counts','yes'),(167215,3497,'_new_order_email_sent','true'),(167216,3497,'_order_stock_reduced','yes'),(167217,3497,'_billing_first_name','Wade'),(167218,3497,'_billing_last_name','Huntsman'),(167219,3497,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(167220,3497,'_billing_address_1','3421 E 21st'),(167221,3497,'_billing_city','Tulsa'),(167222,3497,'_billing_state','OK'),(167223,3497,'_billing_postcode','74114'),(167224,3497,'_billing_country','US'),(167225,3497,'_billing_email','info@liceclinicsmidsouth.com'),(167226,3497,'_billing_phone','9189783329'),(167227,3497,'_shipping_first_name','Chrissy'),(167228,3497,'_shipping_last_name','Snow'),(167229,3497,'_shipping_address_1','872 South Brambling Lane'),(167230,3497,'_shipping_city','Fayetteville'),(167231,3497,'_shipping_state','AR'),(167232,3497,'_shipping_postcode','72701'),(167233,3497,'_shipping_country','US'),(167234,3497,'_order_currency','USD'),(167235,3497,'_cart_discount','0'),(167236,3497,'_cart_discount_tax','0'),(167237,3497,'_order_shipping','0'),(167238,3497,'_order_shipping_tax','0'),(167239,3497,'_order_tax','0'),(167240,3497,'_order_total','611.75'),(167241,3497,'_order_version','9.8.4'),(167242,3497,'_prices_include_tax','no'),(167243,3497,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(167244,3497,'_shipping_address_index','Chrissy Snow  872 South Brambling Lane  Fayetteville AR 72701 US '),(167245,3497,'is_vat_exempt','no'),(167246,3497,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:152.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:152.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:611.75;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72701\";s:4:\"city\";s:12:\"Fayetteville\";s:7:\"address\";s:24:\"872 South Brambling Lane\";s:9:\"address_1\";s:24:\"872 South Brambling Lane\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"611.75\";}}'),(167247,3497,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167248,3497,'_wc_order_attribution_source_type','typein'),(167249,3497,'_wc_order_attribution_utm_source','(direct)'),(167250,3497,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167251,3497,'_wc_order_attribution_session_start_time','2025-06-13 16:56:05'),(167252,3497,'_wc_order_attribution_session_pages','6'),(167253,3497,'_wc_order_attribution_session_count','2'),(167254,3497,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167255,3497,'_wc_order_attribution_device_type','Desktop'),(167256,3497,'Payment type','instant'),(167257,3497,'_paypal_status','completed'),(167258,3497,'_transaction_id','9GM5597817639283H'),(167259,3497,'PayPal Transaction Fee','21.84'),(167260,3497,'_date_paid','1749837654'),(167261,3497,'_paid_date','2025-06-13 18:00:54'),(167262,3490,'_edit_lock','1749842641:2'),(167263,3490,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165162\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"abdd7cf90045066b9e7968e6b2753a97\";}}'),(167264,3490,'_edit_last','2'),(167265,3490,'_date_completed','1749842635'),(167266,3490,'_completed_date','2025-06-13 19:23:55'),(167267,3489,'_edit_lock','1749842562:2'),(167268,3489,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165092\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"9133d79f1857e16d990cf4e3f2678925\";}}'),(167269,3489,'_edit_last','2'),(167270,3489,'_date_completed','1749842685'),(167271,3489,'_completed_date','2025-06-13 19:24:45'),(167272,3475,'_edit_lock','1749842623:2'),(167273,3475,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800164913\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"b75bbd275c8b707887e42711a50ce70c\";}}'),(167274,3475,'_edit_last','2'),(167275,3475,'_date_completed','1749842746'),(167276,3475,'_completed_date','2025-06-13 19:25:46'),(167277,3493,'_edit_lock','1750248029:106'),(167278,3493,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165195\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"dc0bb5e2ddda5ee4436d3576c1a64fa9\";}}'),(167279,3493,'_edit_last','2'),(167280,3493,'_date_completed','1749854004'),(167281,3493,'_completed_date','2025-06-13 22:33:24'),(167282,3495,'_edit_lock','1749853916:2'),(167283,3494,'_edit_lock','1750171154:2'),(167284,3492,'_edit_lock','1750171020:2'),(167285,3495,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165210\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"aa631fcd0bb0fb41846ce89f1472885f\";}}'),(167286,3495,'_edit_last','2'),(167287,3495,'_date_completed','1749854052'),(167288,3495,'_completed_date','2025-06-13 22:34:12'),(167289,3496,'_edit_lock','1749853950:2'),(167290,3496,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165210\";s:12:\"date_shipped\";s:10:\"1749772800\";s:11:\"tracking_id\";s:32:\"4c5c48041587a0eb91278c8bebe38d09\";}}'),(167291,3496,'_edit_last','2'),(167292,3496,'_date_completed','1749854087'),(167293,3496,'_completed_date','2025-06-13 22:34:47'),(167294,3498,'_order_key','wc_order_Z62kP4KGA1x0C'),(167295,3498,'_customer_user','3'),(167296,3498,'_payment_method','paypal'),(167297,3498,'_payment_method_title','PayPal'),(167298,3498,'_customer_ip_address','99.22.146.124'),(167299,3498,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167300,3498,'_created_via','checkout'),(167301,3498,'_cart_hash','4c4beb880b0adb81bc01620d7c76c16d'),(167302,3498,'_download_permissions_granted','yes'),(167303,3498,'_recorded_sales','yes'),(167304,3498,'_recorded_coupon_usage_counts','yes'),(167305,3498,'_new_order_email_sent','true'),(167306,3498,'_order_stock_reduced','yes'),(167307,3498,'_billing_first_name','amanda'),(167308,3498,'_billing_last_name','westerman'),(167309,3498,'_billing_company','Lice Clinics of America McKinney'),(167310,3498,'_billing_address_1','3120 Hudson Crossing'),(167311,3498,'_billing_address_2','Suite A2'),(167312,3498,'_billing_city','MCKINNEY'),(167313,3498,'_billing_state','TX'),(167314,3498,'_billing_postcode','75070'),(167315,3498,'_billing_country','US'),(167316,3498,'_billing_email','awesterman1103@gmail.com'),(167317,3498,'_billing_phone','12144175741'),(167318,3498,'_shipping_first_name','amanda'),(167319,3498,'_shipping_last_name','westerman'),(167320,3498,'_shipping_company','Lice Clinics of America - Addison'),(167321,3498,'_shipping_address_1','3120 HUDSON XING'),(167322,3498,'_shipping_address_2','Suite A2'),(167323,3498,'_shipping_city','McKinney'),(167324,3498,'_shipping_state','TX'),(167325,3498,'_shipping_postcode','75070'),(167326,3498,'_shipping_country','US'),(167327,3498,'_order_currency','USD'),(167328,3498,'_cart_discount','0'),(167329,3498,'_cart_discount_tax','0'),(167330,3498,'_order_shipping','0'),(167331,3498,'_order_shipping_tax','0'),(167332,3498,'_order_tax','0'),(167333,3498,'_order_total','818.00'),(167334,3498,'_order_version','9.8.4'),(167335,3498,'_prices_include_tax','no'),(167336,3498,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(167337,3498,'_shipping_address_index','amanda westerman Lice Clinics of America - Addison 3120 HUDSON XING Suite A2 McKinney TX 75070 US '),(167338,3498,'is_vat_exempt','no'),(167339,3498,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:228.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:228.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:818;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"McKinney\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}s:13:\"cart_subtotal\";s:3:\"818\";}}'),(167340,3498,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167341,3498,'_wc_order_attribution_source_type','referral'),(167342,3498,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(167343,3498,'_wc_order_attribution_utm_source','lcaportal.com'),(167344,3498,'_wc_order_attribution_utm_medium','referral'),(167345,3498,'_wc_order_attribution_utm_content','/'),(167346,3498,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167347,3498,'_wc_order_attribution_session_start_time','2025-06-13 22:57:50'),(167348,3498,'_wc_order_attribution_session_pages','8'),(167349,3498,'_wc_order_attribution_session_count','3'),(167350,3498,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167351,3498,'_wc_order_attribution_device_type','Desktop'),(167352,3498,'Payment type','instant'),(167353,3498,'_paypal_status','completed'),(167354,3498,'_transaction_id','5YR6661451396914S'),(167355,3498,'PayPal Transaction Fee','29.04'),(167356,3498,'_date_paid','1749856038'),(167357,3498,'_paid_date','2025-06-13 23:07:18'),(167358,3499,'_sku','AA - Bulk-Lice-Comb-25'),(167359,3499,'_regular_price','142.80'),(167360,3499,'total_sales','35'),(167361,3499,'_tax_status','taxable'),(167362,3499,'_tax_class',''),(167363,3499,'_manage_stock','no'),(167364,3499,'_backorders','no'),(167365,3499,'_sold_individually','no'),(167366,3499,'_weight','2.10'),(167367,3499,'_length','4'),(167368,3499,'_width','2.25'),(167369,3499,'_height','7.875'),(167370,3499,'_virtual','no'),(167371,3499,'_downloadable','no'),(167372,3499,'_download_limit','0'),(167373,3499,'_download_expiry','0'),(167374,3499,'_thumbnail_id','3500'),(167375,3499,'_stock',NULL),(167376,3499,'_stock_status','instock'),(167377,3499,'_wc_average_rating','0'),(167378,3499,'_wc_review_count','0'),(167379,3499,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(167380,3499,'_product_version','10.0.2'),(167381,3499,'_price','142.80'),(167382,3499,'site-sidebar-layout','default'),(167383,3499,'site-content-layout','default'),(167384,3499,'theme-transparent-header-meta','default'),(167385,3499,'stick-header-meta','default'),(167386,3499,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(167387,3499,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(167388,3499,'_wc_memberships_force_public','no'),(167389,3499,'_wc_memberships_exclude_discounts','no'),(167390,3499,'mwqb_sync_uiiqb','0'),(167391,3499,'sg_product_enable','no'),(167392,3499,'sg_product_disable','no'),(167393,3499,'minimum_allowed_quantity',''),(167394,3499,'maximum_allowed_quantity',''),(167395,3499,'group_of_quantity',''),(167396,3499,'minmax_do_not_count','no'),(167397,3499,'minmax_cart_exclude','no'),(167398,3499,'minmax_category_group_of_exclude','no'),(167399,3499,'ast-site-content-layout','default'),(167400,3499,'site-content-style','default'),(167401,3499,'site-sidebar-style','default'),(167404,3499,'_edit_lock','1753197297:2'),(167405,3500,'_wp_attached_file','2025/06/TerminatorCombOriginal12Pack.webp'),(167406,3500,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2025/06/TerminatorCombOriginal12Pack.webp\";s:8:\"filesize\";i:32590;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3208;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9674;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"TerminatorCombOriginal12Pack-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167407,3499,'_edit_last','2'),(167411,41,'astra-migrate-meta-layouts','set'),(167413,3485,'_wp_old_slug','bulk-fine-hair-professional-lice-combcase-of-12'),(167420,3499,'_wp_old_slug','bulk-professional-lice-combcase-of-24'),(167422,3501,'_order_key','wc_order_Bw71hi7urVlMU'),(167423,3501,'_customer_user','4'),(167424,3501,'_payment_method','paypal'),(167425,3501,'_payment_method_title','PayPal'),(167426,3501,'_customer_ip_address','73.20.28.23'),(167427,3501,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167428,3501,'_created_via','checkout'),(167429,3501,'_cart_hash','4cf8421bcc9e1475171879c98661a850'),(167430,3501,'_download_permissions_granted','yes'),(167431,3501,'_recorded_sales','yes'),(167432,3501,'_recorded_coupon_usage_counts','yes'),(167433,3501,'_new_order_email_sent','true'),(167434,3501,'_order_stock_reduced','yes'),(167435,3501,'_billing_first_name','David'),(167436,3501,'_billing_last_name','Washburn'),(167437,3501,'_billing_company','Larada Sciences (LCA)'),(167438,3501,'_billing_address_1','4873 South State St.'),(167439,3501,'_billing_city','Murray'),(167440,3501,'_billing_state','UT'),(167441,3501,'_billing_postcode','84107'),(167442,3501,'_billing_country','US'),(167443,3501,'_billing_email','david@laradasciences.com'),(167444,3501,'_billing_phone','8019197428'),(167445,3501,'_shipping_first_name','David'),(167446,3501,'_shipping_last_name','Washburn'),(167447,3501,'_shipping_company','Larada Sciences (LCA)'),(167448,3501,'_shipping_address_1','4873 South State St.'),(167449,3501,'_shipping_city','Murray'),(167450,3501,'_shipping_state','UT'),(167451,3501,'_shipping_postcode','84107'),(167452,3501,'_shipping_country','US'),(167453,3501,'_order_currency','USD'),(167454,3501,'_cart_discount','0'),(167455,3501,'_cart_discount_tax','0'),(167456,3501,'_order_shipping','0'),(167457,3501,'_order_shipping_tax','0'),(167458,3501,'_order_tax','0'),(167459,3501,'_order_total','937.40'),(167460,3501,'_order_version','9.9.5'),(167461,3501,'_prices_include_tax','no'),(167462,3501,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(167463,3501,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(167464,3501,'is_vat_exempt','no'),(167465,3501,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:330;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:330;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:14:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:93;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:14:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:937.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:4;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:4:\"city\";s:6:\"Murray\";s:7:\"address\";s:20:\"4873 South State St.\";s:9:\"address_1\";s:20:\"4873 South State St.\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"937.4\";}}'),(167466,3501,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167467,3501,'_wc_order_attribution_source_type','typein'),(167468,3501,'_wc_order_attribution_utm_source','(direct)'),(167469,3501,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(167470,3501,'_wc_order_attribution_session_start_time','2025-06-16 16:54:33'),(167471,3501,'_wc_order_attribution_session_pages','12'),(167472,3501,'_wc_order_attribution_session_count','1'),(167473,3501,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167474,3501,'_wc_order_attribution_device_type','Desktop'),(167475,3501,'_oaw_varify_key','41120fedc1115d2f9834'),(167476,3501,'_edit_lock','1752668442:2'),(167477,3501,'_edit_last','2'),(167478,3502,'_order_key','wc_order_etOr2dzTjH1Sr'),(167479,3502,'_customer_user','3'),(167480,3502,'_payment_method','paypal'),(167481,3502,'_payment_method_title','PayPal'),(167482,3502,'_customer_ip_address','99.22.146.124'),(167483,3502,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167484,3502,'_created_via','checkout'),(167485,3502,'_cart_hash','8bb89986bf1c8610fa241314e4bbfae2'),(167486,3502,'_download_permissions_granted','yes'),(167487,3502,'_recorded_sales','yes'),(167488,3502,'_recorded_coupon_usage_counts','yes'),(167489,3502,'_new_order_email_sent','true'),(167490,3502,'_order_stock_reduced','yes'),(167491,3502,'_billing_first_name','amanda'),(167492,3502,'_billing_last_name','westerman'),(167493,3502,'_billing_company','Lice Clinics of America McKinney'),(167494,3502,'_billing_address_1','3120 Hudson Crossing'),(167495,3502,'_billing_address_2','Suite A2'),(167496,3502,'_billing_city','MCKINNEY'),(167497,3502,'_billing_state','TX'),(167498,3502,'_billing_postcode','75070'),(167499,3502,'_billing_country','US'),(167500,3502,'_billing_email','awesterman1103@gmail.com'),(167501,3502,'_billing_phone','12144175741'),(167502,3502,'_shipping_first_name','amanda'),(167503,3502,'_shipping_last_name','westerman'),(167504,3502,'_shipping_company','Lice Clinics of America - Addison'),(167505,3502,'_shipping_address_1','1709 Damian Way'),(167506,3502,'_shipping_city','Richardson'),(167507,3502,'_shipping_state','TX'),(167508,3502,'_shipping_postcode','75081'),(167509,3502,'_shipping_country','US'),(167510,3502,'_order_currency','USD'),(167511,3502,'_cart_discount','0'),(167512,3502,'_cart_discount_tax','0'),(167513,3502,'_order_shipping','0'),(167514,3502,'_order_shipping_tax','0'),(167515,3502,'_order_tax','0'),(167516,3502,'_order_total','642.80'),(167517,3502,'_order_version','9.8.4'),(167518,3502,'_prices_include_tax','no'),(167519,3502,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(167520,3502,'_shipping_address_index','amanda westerman Lice Clinics of America - Addison 1709 Damian Way  Richardson TX 75081 US '),(167521,3502,'is_vat_exempt','no'),(167522,3502,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:2:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:292.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:350;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:350;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:642.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"642.8\";}}'),(167523,3502,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167524,3502,'_wc_order_attribution_source_type','referral'),(167525,3502,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(167526,3502,'_wc_order_attribution_utm_source','lcaportal.com'),(167527,3502,'_wc_order_attribution_utm_medium','referral'),(167528,3502,'_wc_order_attribution_utm_content','/'),(167529,3502,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167530,3502,'_wc_order_attribution_session_start_time','2025-06-16 17:52:30'),(167531,3502,'_wc_order_attribution_session_pages','1'),(167532,3502,'_wc_order_attribution_session_count','5'),(167533,3502,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167534,3502,'_wc_order_attribution_device_type','Desktop'),(167535,3502,'Payment type','instant'),(167536,3502,'_paypal_status','completed'),(167537,3502,'_transaction_id','82702266JM068491F'),(167538,3502,'PayPal Transaction Fee','22.92'),(167539,3502,'_date_paid','1750105448'),(167540,3502,'_paid_date','2025-06-16 20:24:08'),(167541,3503,'_order_key','wc_order_y6kne9D7RDnyq'),(167542,3503,'_customer_user','105'),(167543,3503,'_payment_method','paypal'),(167544,3503,'_payment_method_title','PayPal'),(167545,3503,'_customer_ip_address','67.177.160.177'),(167546,3503,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(167547,3503,'_created_via','checkout'),(167548,3503,'_cart_hash','df9db91fb6addc31947cbb40bcc0e39b'),(167549,3503,'_download_permissions_granted','yes'),(167550,3503,'_recorded_sales','yes'),(167551,3503,'_recorded_coupon_usage_counts','yes'),(167552,3503,'_new_order_email_sent','true'),(167553,3503,'_order_stock_reduced','yes'),(167554,3503,'_billing_first_name','Joseph'),(167555,3503,'_billing_last_name','West'),(167556,3503,'_billing_company','MAJESTIC PEACOCK LLC'),(167557,3503,'_billing_address_1','615 Crofton Park Ln'),(167558,3503,'_billing_city','Franklin'),(167559,3503,'_billing_state','TN'),(167560,3503,'_billing_postcode','37069'),(167561,3503,'_billing_country','US'),(167562,3503,'_billing_email','info@nashville.liceclinicsofamerica.com'),(167563,3503,'_billing_phone','8042184232'),(167564,3503,'_shipping_first_name','Joseph'),(167565,3503,'_shipping_last_name','West'),(167566,3503,'_shipping_company','LCA - Williamson County'),(167567,3503,'_shipping_address_1','330 Mallory Station Rd'),(167568,3503,'_shipping_address_2','F17'),(167569,3503,'_shipping_city','Franklin'),(167570,3503,'_shipping_state','TN'),(167571,3503,'_shipping_postcode','37067'),(167572,3503,'_shipping_country','US'),(167573,3503,'_order_currency','USD'),(167574,3503,'_cart_discount','0'),(167575,3503,'_cart_discount_tax','0'),(167576,3503,'_order_shipping','0'),(167577,3503,'_order_shipping_tax','0'),(167578,3503,'_order_tax','0'),(167579,3503,'_order_total','690.60'),(167580,3503,'_order_version','9.8.4'),(167581,3503,'_prices_include_tax','no'),(167582,3503,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(167583,3503,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(167584,3503,'is_vat_exempt','no'),(167585,3503,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:228.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:228.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:117.60000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"47d1e990583c9c67424d369f3414728e\";a:14:{s:3:\"key\";s:32:\"47d1e990583c9c67424d369f3414728e\";s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:24;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:198;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:198;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:148;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:690.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:105;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37067\";s:4:\"city\";s:8:\"Franklin\";s:7:\"address\";s:22:\"330 Mallory Station Rd\";s:9:\"address_1\";s:22:\"330 Mallory Station Rd\";s:9:\"address_2\";s:3:\"F17\";}s:13:\"cart_subtotal\";s:5:\"690.6\";}}'),(167586,3503,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167587,3503,'_wc_order_attribution_source_type','referral'),(167588,3503,'_wc_order_attribution_referrer','https://lcaportal.com/'),(167589,3503,'_wc_order_attribution_utm_source','lcaportal.com'),(167590,3503,'_wc_order_attribution_utm_medium','referral'),(167591,3503,'_wc_order_attribution_utm_content','/'),(167592,3503,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167593,3503,'_wc_order_attribution_session_start_time','2025-06-16 20:15:52'),(167594,3503,'_wc_order_attribution_session_pages','7'),(167595,3503,'_wc_order_attribution_session_count','1'),(167596,3503,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(167597,3503,'_wc_order_attribution_device_type','Desktop'),(167598,3503,'Payment type','instant'),(167599,3503,'_paypal_status','completed'),(167600,3503,'_transaction_id','60A23497FE988532X'),(167601,3503,'PayPal Transaction Fee','24.59'),(167602,3503,'_date_paid','1750105749'),(167603,3503,'_paid_date','2025-06-16 20:29:09'),(167604,3492,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165449\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"ffebe7ffb7aecea8cee3aa2e2657ba34\";}}'),(167605,3492,'_edit_last','2'),(167606,3492,'_date_completed','1750171157'),(167607,3492,'_completed_date','2025-06-17 14:39:17'),(167608,3497,'_edit_lock','1750171231:2'),(167609,3497,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165427\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"2d38c0d4f0c6b29baba1567c6fdf6d5b\";}}'),(167610,3497,'_edit_last','2'),(167611,3497,'_date_completed','1750171214'),(167612,3497,'_completed_date','2025-06-17 14:40:14'),(167613,3494,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165405\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"da2608b6f1b89568abf9f0dff61cbfc4\";}}'),(167614,3494,'_edit_last','2'),(167615,3494,'_date_completed','1750171277'),(167616,3494,'_completed_date','2025-06-17 14:41:17'),(167617,3498,'_edit_lock','1750171278:2'),(167618,3498,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165736\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"b30b8043fa56c761fa58769aad8236a5\";}}'),(167619,3498,'_edit_last','2'),(167620,3498,'_date_completed','1750171405'),(167621,3498,'_completed_date','2025-06-17 14:43:25'),(167622,3504,'_order_key','wc_order_wzHdDV0ZmVR45'),(167623,3504,'_customer_user','60'),(167624,3504,'_payment_method','paypal'),(167625,3504,'_payment_method_title','PayPal'),(167626,3504,'_customer_ip_address','174.192.129.22'),(167627,3504,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167628,3504,'_created_via','checkout'),(167629,3504,'_cart_hash','a014eae1a777a10eea3a243bf600de0a'),(167630,3504,'_download_permissions_granted','no'),(167631,3504,'_recorded_sales','no'),(167632,3504,'_recorded_coupon_usage_counts','no'),(167633,3504,'_new_order_email_sent','false'),(167634,3504,'_order_stock_reduced','no'),(167635,3504,'_billing_first_name','Jill'),(167636,3504,'_billing_last_name','Leshtz'),(167637,3504,'_billing_company','Lice clinics of America-North Shore'),(167638,3504,'_billing_address_1','1580 Lancelot Avenue'),(167639,3504,'_billing_city','Highland park'),(167640,3504,'_billing_state','IL'),(167641,3504,'_billing_postcode','60035'),(167642,3504,'_billing_country','US'),(167643,3504,'_billing_email','jleshtz@gmail.com'),(167644,3504,'_billing_phone','8473639001'),(167645,3504,'_shipping_first_name','Jill'),(167646,3504,'_shipping_last_name','Leshtz'),(167647,3504,'_shipping_company','Lice clinics of America-North Shore'),(167648,3504,'_shipping_address_1','1580 Lancelot Avenue'),(167649,3504,'_shipping_city','Highland park'),(167650,3504,'_shipping_state','IL'),(167651,3504,'_shipping_postcode','60035'),(167652,3504,'_shipping_country','US'),(167653,3504,'_order_currency','USD'),(167654,3504,'_cart_discount','0'),(167655,3504,'_cart_discount_tax','0'),(167656,3504,'_order_shipping','0'),(167657,3504,'_order_shipping_tax','0'),(167658,3504,'_order_tax','0'),(167659,3504,'_order_total','511.50'),(167660,3504,'_order_version','9.8.4'),(167661,3504,'_prices_include_tax','no'),(167662,3504,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(167663,3504,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(167666,3504,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:511.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:511.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"511.5\";}}'),(167667,3504,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167668,3504,'_wc_order_attribution_source_type','referral'),(167669,3504,'_wc_order_attribution_referrer','https://lcaportal.com/'),(167670,3504,'_wc_order_attribution_utm_source','lcaportal.com'),(167671,3504,'_wc_order_attribution_utm_medium','referral'),(167672,3504,'_wc_order_attribution_utm_content','/'),(167673,3504,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167674,3504,'_wc_order_attribution_session_start_time','2025-06-17 15:45:57'),(167675,3504,'_wc_order_attribution_session_pages','5'),(167676,3504,'_wc_order_attribution_session_count','1'),(167677,3504,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167678,3504,'_wc_order_attribution_device_type','Mobile'),(167679,3504,'is_vat_exempt','no'),(167680,3504,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:38.5;s:35:\"product_level_based_on_tax_settings\";d:38.5;s:10:\"cart_level\";d:0;s:5:\"total\";d:38.5;s:27:\"total_based_on_tax_settings\";d:38.5;}}'),(167681,3505,'_order_key','wc_order_GsVtFgbSQzxZd'),(167682,3505,'_customer_user','60'),(167683,3505,'_payment_method','paypal'),(167684,3505,'_payment_method_title','PayPal'),(167685,3505,'_customer_ip_address','174.192.129.22'),(167686,3505,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167687,3505,'_created_via','checkout'),(167688,3505,'_cart_hash','a014eae1a777a10eea3a243bf600de0a'),(167689,3505,'_download_permissions_granted','no'),(167690,3505,'_recorded_sales','no'),(167691,3505,'_recorded_coupon_usage_counts','no'),(167692,3505,'_new_order_email_sent','false'),(167693,3505,'_order_stock_reduced','no'),(167694,3505,'_billing_first_name','Jill'),(167695,3505,'_billing_last_name','Leshtz'),(167696,3505,'_billing_company','Lice clinics of America-North Shore'),(167697,3505,'_billing_address_1','1580 Lancelot Avenue'),(167698,3505,'_billing_city','Highland park'),(167699,3505,'_billing_state','IL'),(167700,3505,'_billing_postcode','60035'),(167701,3505,'_billing_country','US'),(167702,3505,'_billing_email','jleshtz@gmail.com'),(167703,3505,'_billing_phone','8473639001'),(167704,3505,'_shipping_first_name','Jill'),(167705,3505,'_shipping_last_name','Leshtz'),(167706,3505,'_shipping_company','Lice clinics of America-North Shore'),(167707,3505,'_shipping_address_1','1580 Lancelot Avenue'),(167708,3505,'_shipping_city','Highland park'),(167709,3505,'_shipping_state','IL'),(167710,3505,'_shipping_postcode','60035'),(167711,3505,'_shipping_country','US'),(167712,3505,'_order_currency','USD'),(167713,3505,'_cart_discount','0'),(167714,3505,'_cart_discount_tax','0'),(167715,3505,'_order_shipping','0'),(167716,3505,'_order_shipping_tax','0'),(167717,3505,'_order_tax','0'),(167718,3505,'_order_total','511.50'),(167719,3505,'_order_version','9.8.4'),(167720,3505,'_prices_include_tax','no'),(167721,3505,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(167722,3505,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(167723,3505,'is_vat_exempt','no'),(167724,3505,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:38.5;s:35:\"product_level_based_on_tax_settings\";d:38.5;s:10:\"cart_level\";d:0;s:5:\"total\";d:38.5;s:27:\"total_based_on_tax_settings\";d:38.5;}}'),(167725,3505,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:511.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:511.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"511.5\";}}'),(167726,3505,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167727,3505,'_wc_order_attribution_source_type','referral'),(167728,3505,'_wc_order_attribution_referrer','https://lcaportal.com/'),(167729,3505,'_wc_order_attribution_utm_source','lcaportal.com'),(167730,3505,'_wc_order_attribution_utm_medium','referral'),(167731,3505,'_wc_order_attribution_utm_content','/'),(167732,3505,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167733,3505,'_wc_order_attribution_session_start_time','2025-06-17 15:45:57'),(167734,3505,'_wc_order_attribution_session_pages','7'),(167735,3505,'_wc_order_attribution_session_count','1'),(167736,3505,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167737,3505,'_wc_order_attribution_device_type','Mobile'),(167738,3506,'_order_key','wc_order_OC9FfMq6Jud55'),(167739,3506,'_customer_user','60'),(167740,3506,'_payment_method','paypal'),(167741,3506,'_payment_method_title','PayPal'),(167742,3506,'_customer_ip_address','174.192.129.22'),(167743,3506,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167744,3506,'_created_via','checkout'),(167745,3506,'_cart_hash','a014eae1a777a10eea3a243bf600de0a'),(167746,3506,'_download_permissions_granted','yes'),(167747,3506,'_recorded_sales','yes'),(167748,3506,'_recorded_coupon_usage_counts','yes'),(167749,3506,'_new_order_email_sent','true'),(167750,3506,'_order_stock_reduced','yes'),(167751,3506,'_billing_first_name','Jill'),(167752,3506,'_billing_last_name','Leshtz'),(167753,3506,'_billing_company','Lice clinics of America-North Shore'),(167754,3506,'_billing_address_1','1580 Lancelot Avenue'),(167755,3506,'_billing_city','Highland park'),(167756,3506,'_billing_state','IL'),(167757,3506,'_billing_postcode','60035'),(167758,3506,'_billing_country','US'),(167759,3506,'_billing_email','jleshtz@gmail.com'),(167760,3506,'_billing_phone','8473639001'),(167761,3506,'_shipping_first_name','Jill'),(167762,3506,'_shipping_last_name','Leshtz'),(167763,3506,'_shipping_company','Lice clinics of America-North Shore'),(167764,3506,'_shipping_address_1','1580 Lancelot Avenue'),(167765,3506,'_shipping_city','Highland park'),(167766,3506,'_shipping_state','IL'),(167767,3506,'_shipping_postcode','60035'),(167768,3506,'_shipping_country','US'),(167769,3506,'_order_currency','USD'),(167770,3506,'_cart_discount','0'),(167771,3506,'_cart_discount_tax','0'),(167772,3506,'_order_shipping','0'),(167773,3506,'_order_shipping_tax','0'),(167774,3506,'_order_tax','0'),(167775,3506,'_order_total','511.50'),(167776,3506,'_order_version','9.8.4'),(167777,3506,'_prices_include_tax','no'),(167778,3506,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(167779,3506,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(167780,3506,'is_vat_exempt','no'),(167781,3506,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:38.5;s:35:\"product_level_based_on_tax_settings\";d:38.5;s:10:\"cart_level\";d:0;s:5:\"total\";d:38.5;s:27:\"total_based_on_tax_settings\";d:38.5;}}'),(167782,3506,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:11;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:511.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:511.5;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:511.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"511.5\";}}'),(167783,3506,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167784,3506,'_wc_order_attribution_source_type','typein'),(167785,3506,'_wc_order_attribution_utm_source','(direct)'),(167786,3506,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167787,3506,'_wc_order_attribution_session_start_time','2025-06-17 15:57:40'),(167788,3506,'_wc_order_attribution_session_pages','11'),(167789,3506,'_wc_order_attribution_session_count','1'),(167790,3506,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(167791,3506,'_wc_order_attribution_device_type','Mobile'),(167792,3506,'Payment type','instant'),(167793,3506,'_paypal_status','completed'),(167794,3506,'_transaction_id','73W0537263615825T'),(167795,3506,'PayPal Transaction Fee','18.34'),(167796,3506,'_date_paid','1750176308'),(167797,3506,'_paid_date','2025-06-17 16:05:08'),(167798,3507,'_sku','AA - Bulk-Lice-Comb-50'),(167799,3507,'_regular_price','175.00'),(167800,3507,'total_sales','16'),(167801,3507,'_tax_status','taxable'),(167802,3507,'_tax_class',''),(167803,3507,'_manage_stock','no'),(167804,3507,'_backorders','no'),(167805,3507,'_sold_individually','no'),(167806,3507,'_weight','4'),(167807,3507,'_length','4'),(167808,3507,'_width','2.25'),(167809,3507,'_height','7.875'),(167810,3507,'_virtual','no'),(167811,3507,'_downloadable','no'),(167812,3507,'_download_limit','0'),(167813,3507,'_download_expiry','0'),(167814,3507,'_thumbnail_id','3516'),(167815,3507,'_stock',NULL),(167816,3507,'_stock_status','instock'),(167817,3507,'_wc_average_rating','0'),(167818,3507,'_wc_review_count','0'),(167819,3507,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(167820,3507,'_product_version','10.0.2'),(167821,3507,'_price','175.00'),(167822,3507,'site-sidebar-layout','default'),(167823,3507,'site-content-layout','default'),(167824,3507,'theme-transparent-header-meta','default'),(167825,3507,'stick-header-meta','default'),(167826,3507,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(167827,3507,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(167828,3507,'_wc_memberships_force_public','no'),(167829,3507,'_wc_memberships_exclude_discounts','no'),(167830,3507,'mwqb_sync_uiiqb','0'),(167831,3507,'sg_product_enable','no'),(167832,3507,'sg_product_disable','no'),(167833,3507,'minimum_allowed_quantity',''),(167834,3507,'maximum_allowed_quantity',''),(167835,3507,'group_of_quantity',''),(167836,3507,'minmax_do_not_count','no'),(167837,3507,'minmax_cart_exclude','no'),(167838,3507,'minmax_category_group_of_exclude','no'),(167839,3507,'ast-site-content-layout','default'),(167840,3507,'site-content-style','default'),(167841,3507,'site-sidebar-style','default'),(167844,3507,'_edit_lock','1753197298:2'),(167845,3507,'_edit_last','2'),(167846,3508,'_wp_attached_file','2025/06/Jr-Lice-Comb-50.jpg'),(167847,3508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1201;s:6:\"height\";i:1195;s:4:\"file\";s:27:\"2025/06/Jr-Lice-Comb-50.jpg\";s:8:\"filesize\";i:322395;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9065;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Jr-Lice-Comb-50-1024x1019.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-768x764.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48087;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9084;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-600x597.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30702;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Jr-Lice-Comb-50-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167849,3507,'_wp_old_slug','bulk-junior-lice-combcase-of-50'),(167853,3509,'_elementor_edit_mode','builder'),(167854,3509,'_elementor_template_type','wp-page'),(167855,3509,'_elementor_version','3.28.4'),(167856,3509,'_elementor_pro_version','3.28.3'),(167857,3509,'_wp_page_template','default'),(167858,3509,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167861,3510,'_elementor_edit_mode','builder'),(167862,3510,'_elementor_template_type','wp-page'),(167863,3510,'_elementor_version','3.28.4'),(167864,3510,'_elementor_pro_version','3.28.3'),(167865,3510,'_wp_page_template','default'),(167866,3510,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167869,3511,'_elementor_edit_mode','builder'),(167870,3511,'_elementor_template_type','wp-page'),(167871,3511,'_elementor_version','3.28.4'),(167872,3511,'_elementor_pro_version','3.28.3'),(167873,3511,'_wp_page_template','default'),(167874,3511,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167879,3512,'_elementor_edit_mode','builder'),(167880,3512,'_elementor_template_type','wp-page'),(167881,3512,'_elementor_version','3.28.4'),(167882,3512,'_elementor_pro_version','3.28.3'),(167883,3512,'_wp_page_template','default'),(167884,3512,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167886,3513,'_elementor_edit_mode','builder'),(167887,3513,'_elementor_template_type','wp-page'),(167888,3513,'_elementor_version','3.28.4'),(167889,3513,'_elementor_pro_version','3.28.3'),(167890,3513,'_wp_page_template','default'),(167891,3513,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"490\",\"489\",\"488\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167893,3514,'_elementor_edit_mode','builder'),(167894,3514,'_elementor_template_type','wp-page'),(167895,3514,'_elementor_version','3.28.4'),(167896,3514,'_elementor_pro_version','3.28.3'),(167897,3514,'_wp_page_template','default'),(167898,3514,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(167902,3502,'_edit_lock','1750186259:2'),(167903,3502,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165850\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"bc6f2505fe38cc5399a5b4f2bb67650c\";}}'),(167904,3502,'_edit_last','2'),(167905,3502,'_date_completed','1750186398'),(167906,3502,'_completed_date','2025-06-17 18:53:18'),(167907,3503,'_edit_lock','1750247681:106'),(167908,3503,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165872\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"e30bdc479a043a6db6dbce7b125ae63e\";}}'),(167909,3503,'_edit_last','2'),(167910,3503,'_date_completed','1750186433'),(167911,3503,'_completed_date','2025-06-17 18:53:53'),(167912,3506,'_edit_lock','1750248106:106'),(167913,3506,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800165964\";s:12:\"date_shipped\";s:10:\"1750118400\";s:11:\"tracking_id\";s:32:\"6859e110e4f4d1369ed4ac790c92e830\";}}'),(167914,3506,'_edit_last','2'),(167915,3506,'_date_completed','1750190530'),(167916,3506,'_completed_date','2025-06-17 20:02:10'),(167917,3515,'_order_key','wc_order_43rgLNe0KWmDw'),(167918,3515,'_customer_user','3'),(167919,3515,'_payment_method','paypal'),(167920,3515,'_payment_method_title','PayPal'),(167921,3515,'_customer_ip_address','99.22.146.124'),(167922,3515,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167923,3515,'_created_via','checkout'),(167924,3515,'_cart_hash','2b1a0ac404f1cf04f852800ac4c77120'),(167925,3515,'_download_permissions_granted','yes'),(167926,3515,'_recorded_sales','yes'),(167927,3515,'_recorded_coupon_usage_counts','yes'),(167928,3515,'_new_order_email_sent','true'),(167929,3515,'_order_stock_reduced','yes'),(167930,3515,'_billing_first_name','amanda'),(167931,3515,'_billing_last_name','westerman'),(167932,3515,'_billing_company','Lice Clinics of America McKinney'),(167933,3515,'_billing_address_1','3120 Hudson Crossing'),(167934,3515,'_billing_address_2','Suite A2'),(167935,3515,'_billing_city','MCKINNEY'),(167936,3515,'_billing_state','TX'),(167937,3515,'_billing_postcode','75070'),(167938,3515,'_billing_country','US'),(167939,3515,'_billing_email','awesterman1103@gmail.com'),(167940,3515,'_billing_phone','12144175741'),(167941,3515,'_shipping_first_name','amanda'),(167942,3515,'_shipping_last_name','westerman'),(167943,3515,'_shipping_company','Lice Clinics of America - NASN ORDER'),(167944,3515,'_shipping_address_1','1709 Damian Way'),(167945,3515,'_shipping_city','Richardson'),(167946,3515,'_shipping_state','TX'),(167947,3515,'_shipping_postcode','75081'),(167948,3515,'_shipping_country','US'),(167949,3515,'_order_currency','USD'),(167950,3515,'_cart_discount','0'),(167951,3515,'_cart_discount_tax','0'),(167952,3515,'_order_shipping','0'),(167953,3515,'_order_shipping_tax','0'),(167954,3515,'_order_tax','0'),(167955,3515,'_order_total','845.40'),(167956,3515,'_order_version','9.8.4'),(167957,3515,'_prices_include_tax','no'),(167958,3515,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(167959,3515,'_shipping_address_index','amanda westerman Lice Clinics of America - NASN ORDER 1709 Damian Way  Richardson TX 75081 US '),(167960,3515,'is_vat_exempt','no'),(167961,3515,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:845.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"845.4\";}}'),(167962,3515,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(167963,3515,'_wc_order_attribution_source_type','referral'),(167964,3515,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(167965,3515,'_wc_order_attribution_utm_source','lcaportal.com'),(167966,3515,'_wc_order_attribution_utm_medium','referral'),(167967,3515,'_wc_order_attribution_utm_content','/'),(167968,3515,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(167969,3515,'_wc_order_attribution_session_start_time','2025-06-18 16:41:25'),(167970,3515,'_wc_order_attribution_session_pages','8'),(167971,3515,'_wc_order_attribution_session_count','6'),(167972,3515,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(167973,3515,'_wc_order_attribution_device_type','Desktop'),(167974,3515,'Payment type','instant'),(167975,3515,'_paypal_status','completed'),(167976,3515,'_transaction_id','4L321735F0204721H'),(167977,3515,'PayPal Transaction Fee','29.99'),(167978,3515,'_date_paid','1750266675'),(167979,3515,'_paid_date','2025-06-18 17:11:15'),(167980,3516,'_wp_attached_file','2025/06/TerminatorMini50Pack.jpg'),(167981,3516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2025/06/TerminatorMini50Pack.jpg\";s:8:\"filesize\";i:104693;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4550;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"TerminatorMini50Pack-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10583;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"TerminatorMini50Pack-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167982,3507,'astra-migrate-meta-layouts','set'),(167984,3485,'astra-migrate-meta-layouts','set'),(167985,3517,'_order_key','wc_order_pGSAa4KfMJXW2'),(167986,3517,'_customer_user','39'),(167987,3517,'_payment_method','paypal'),(167988,3517,'_payment_method_title','PayPal'),(167989,3517,'_customer_ip_address','74.37.231.165'),(167990,3517,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36'),(167991,3517,'_created_via','checkout'),(167992,3517,'_cart_hash','0270b2744bc38caef41a69708f426550'),(167993,3517,'_download_permissions_granted','yes'),(167994,3517,'_recorded_sales','yes'),(167995,3517,'_recorded_coupon_usage_counts','yes'),(167996,3517,'_new_order_email_sent','true'),(167997,3517,'_order_stock_reduced','yes'),(167998,3517,'_billing_first_name','Patty'),(167999,3517,'_billing_last_name','Ziegler'),(168000,3517,'_billing_address_1','3090 Saddle Brook Tr'),(168001,3517,'_billing_city','Sun Prairie'),(168002,3517,'_billing_state','WI'),(168003,3517,'_billing_postcode','53590'),(168004,3517,'_billing_country','US'),(168005,3517,'_billing_email','liceremovalwisconsin@gmail.com'),(168006,3517,'_billing_phone','6088258255'),(168007,3517,'_shipping_first_name','Patty'),(168008,3517,'_shipping_last_name','Ziegler'),(168009,3517,'_shipping_address_1','3090 Saddle Brook Tr'),(168010,3517,'_shipping_city','Sun Prairie'),(168011,3517,'_shipping_state','WI'),(168012,3517,'_shipping_postcode','53590'),(168013,3517,'_shipping_country','US'),(168014,3517,'_order_currency','USD'),(168015,3517,'_cart_discount','0'),(168016,3517,'_cart_discount_tax','0'),(168017,3517,'_order_shipping','0'),(168018,3517,'_order_shipping_tax','0'),(168019,3517,'_order_tax','0'),(168020,3517,'_order_total','930.80'),(168021,3517,'_order_version','9.8.4'),(168022,3517,'_prices_include_tax','no'),(168023,3517,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(168024,3517,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(168025,3517,'is_vat_exempt','no'),(168026,3517,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:50.399999999999999;s:35:\"product_level_based_on_tax_settings\";d:50.399999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:50.399999999999999;s:27:\"total_based_on_tax_settings\";d:50.399999999999999;}}'),(168027,3517,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:669.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:669.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:930.80000000000007;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:39;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WI\";s:8:\"postcode\";s:5:\"53590\";s:4:\"city\";s:11:\"Sun Prairie\";s:7:\"address\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_1\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"930.8\";}}'),(168028,3517,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(168029,3517,'_wc_order_attribution_source_type','referral'),(168030,3517,'_wc_order_attribution_referrer','https://lcaportal.com/'),(168031,3517,'_wc_order_attribution_utm_source','lcaportal.com'),(168032,3517,'_wc_order_attribution_utm_medium','referral'),(168033,3517,'_wc_order_attribution_utm_content','/'),(168034,3517,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168035,3517,'_wc_order_attribution_session_start_time','2025-06-19 01:27:38'),(168036,3517,'_wc_order_attribution_session_pages','4'),(168037,3517,'_wc_order_attribution_session_count','1'),(168038,3517,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Mobile Safari/537.36'),(168039,3517,'_wc_order_attribution_device_type','Mobile'),(168040,3517,'Payment type','instant'),(168041,3517,'_paypal_status','completed'),(168042,3517,'_transaction_id','4N171284V04786255'),(168043,3517,'PayPal Transaction Fee','32.97'),(168044,3517,'_date_paid','1750297740'),(168045,3517,'_paid_date','2025-06-19 01:49:00'),(168046,3518,'_order_key','wc_order_4CZdIXeEHoDbt'),(168047,3518,'_customer_user','96'),(168048,3518,'_payment_method','paypal'),(168049,3518,'_payment_method_title','PayPal'),(168050,3518,'_customer_ip_address','166.181.80.116'),(168051,3518,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168052,3518,'_created_via','checkout'),(168053,3518,'_cart_hash','093d27f4aea3d6998d1a3f3d857b6ec7'),(168054,3518,'_download_permissions_granted','yes'),(168055,3518,'_recorded_sales','yes'),(168056,3518,'_recorded_coupon_usage_counts','yes'),(168057,3518,'_new_order_email_sent','true'),(168058,3518,'_order_stock_reduced','yes'),(168059,3518,'_billing_first_name','Jaimi'),(168060,3518,'_billing_last_name','Anderson'),(168061,3518,'_billing_company','Lice Clinics of America - Des Moines'),(168062,3518,'_billing_address_1','1139 Burlington Ter'),(168063,3518,'_billing_city','Des Moines'),(168064,3518,'_billing_state','IA'),(168065,3518,'_billing_postcode','50314'),(168066,3518,'_billing_country','US'),(168067,3518,'_billing_email','j.m.licesolutions@gmail.com'),(168068,3518,'_billing_phone','5159710667'),(168069,3518,'_shipping_first_name','Jaimi'),(168070,3518,'_shipping_last_name','Anderson'),(168071,3518,'_shipping_company','Lice Clinics of America - Des Moines'),(168072,3518,'_shipping_address_1','6900 University Ave.'),(168073,3518,'_shipping_address_2','Ste 120'),(168074,3518,'_shipping_city','Windsor Heights'),(168075,3518,'_shipping_state','IA'),(168076,3518,'_shipping_postcode','50324'),(168077,3518,'_shipping_country','US'),(168078,3518,'_order_currency','USD'),(168079,3518,'_cart_discount','0'),(168080,3518,'_cart_discount_tax','0'),(168081,3518,'_order_shipping','0'),(168082,3518,'_order_shipping_tax','0'),(168083,3518,'_order_tax','0'),(168084,3518,'_order_total','1477.95'),(168085,3518,'_order_version','9.8.4'),(168086,3518,'_prices_include_tax','no'),(168087,3518,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 5159710667'),(168088,3518,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(168089,3518,'is_vat_exempt','no'),(168090,3518,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:14:{s:32:\"0ebdaa1e6eeca89c88312c21c87d2ca9\";a:16:{s:10:\"unique_key\";s:32:\"b1c05f68b5b2b6cadf4b97dfe1c19d8a\";s:4:\"time\";s:10:\"04:00:33pm\";s:3:\"key\";s:32:\"0ebdaa1e6eeca89c88312c21c87d2ca9\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"41a11446ae972b69c26050d116c99e21\";a:16:{s:10:\"unique_key\";s:32:\"9ab8a9880dbdd0b27c02eb856d1396e7\";s:4:\"time\";s:10:\"07:56:03pm\";s:3:\"key\";s:32:\"41a11446ae972b69c26050d116c99e21\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"06cd935d211571863922cc208f623b5f\";a:16:{s:10:\"unique_key\";s:32:\"4f42321dd77f1927ed8e34d7fe863c7e\";s:4:\"time\";s:10:\"07:56:34pm\";s:3:\"key\";s:32:\"06cd935d211571863922cc208f623b5f\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:117.60000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a36b598abb934e4528412e5a2127b931\";a:14:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"97108695bd93b6be52fa0334874c8722\";a:14:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1477.9500000000003;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:96;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IA\";s:8:\"postcode\";s:5:\"50324\";s:4:\"city\";s:15:\"Windsor Heights\";s:7:\"address\";s:20:\"6900 University Ave.\";s:9:\"address_1\";s:20:\"6900 University Ave.\";s:9:\"address_2\";s:7:\"Ste 120\";}s:13:\"cart_subtotal\";s:7:\"1477.95\";}}'),(168091,3518,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(168092,3518,'_wc_order_attribution_source_type','referral'),(168093,3518,'_wc_order_attribution_referrer','https://lcaportal.com/'),(168094,3518,'_wc_order_attribution_utm_source','lcaportal.com'),(168095,3518,'_wc_order_attribution_utm_medium','referral'),(168096,3518,'_wc_order_attribution_utm_content','/'),(168097,3518,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168098,3518,'_wc_order_attribution_session_start_time','2025-06-19 03:34:11'),(168099,3518,'_wc_order_attribution_session_pages','6'),(168100,3518,'_wc_order_attribution_session_count','1'),(168101,3518,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168102,3518,'_wc_order_attribution_device_type','Desktop'),(168103,3518,'Payment type','instant'),(168104,3518,'_paypal_status','completed'),(168105,3518,'_transaction_id','88Y07761ML989430J'),(168106,3518,'PayPal Transaction Fee','52.07'),(168107,3518,'_date_paid','1750305740'),(168108,3518,'_paid_date','2025-06-19 04:02:20'),(168109,3519,'_order_key','wc_order_2QGGkexxoy5RK'),(168110,3519,'_customer_user','59'),(168111,3519,'_payment_method','paypal'),(168112,3519,'_payment_method_title','PayPal'),(168113,3519,'_customer_ip_address','98.57.113.157'),(168114,3519,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168115,3519,'_created_via','checkout'),(168116,3519,'_cart_hash','c829efa40a0ff546020fcc7b3e3297c7'),(168117,3519,'_download_permissions_granted','yes'),(168118,3519,'_recorded_sales','yes'),(168119,3519,'_recorded_coupon_usage_counts','yes'),(168120,3519,'_new_order_email_sent','true'),(168121,3519,'_order_stock_reduced','yes'),(168122,3519,'_billing_first_name','Allison'),(168123,3519,'_billing_last_name','Anthon'),(168124,3519,'_billing_company','Lice Clinics of America Memorial City'),(168125,3519,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(168126,3519,'_billing_address_2','Apt, suite, floor, etc.'),(168127,3519,'_billing_city','TOMBALL'),(168128,3519,'_billing_state','TX'),(168129,3519,'_billing_postcode','77375'),(168130,3519,'_billing_country','US'),(168131,3519,'_billing_email','louseysolutions@gmail.com'),(168132,3519,'_billing_phone','6024008520'),(168133,3519,'_shipping_first_name','Allison'),(168134,3519,'_shipping_last_name','Anthon'),(168135,3519,'_shipping_company','LCA Memorial City'),(168136,3519,'_shipping_address_1','2831 Lakecrest River Dr.'),(168137,3519,'_shipping_city','Katy'),(168138,3519,'_shipping_state','TX'),(168139,3519,'_shipping_postcode','77493'),(168140,3519,'_shipping_country','US'),(168141,3519,'_order_currency','USD'),(168142,3519,'_cart_discount','0'),(168143,3519,'_cart_discount_tax','0'),(168144,3519,'_order_shipping','0'),(168145,3519,'_order_shipping_tax','0'),(168146,3519,'_order_tax','0'),(168147,3519,'_order_total','1976.00'),(168148,3519,'_order_version','9.8.4'),(168149,3519,'_prices_include_tax','no'),(168150,3519,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(168151,3519,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(168152,3519,'is_vat_exempt','no'),(168153,3519,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:12:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:152.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:152.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:219.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:219.60000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:14:{s:3:\"key\";s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";s:10:\"product_id\";i:3507;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:175;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:175;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3507;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:14:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3485;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:14:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1976;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:59;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77493\";s:4:\"city\";s:4:\"Katy\";s:7:\"address\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_1\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:4:\"1976\";}}'),(168154,3519,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(168155,3519,'_wc_order_attribution_source_type','referral'),(168156,3519,'_wc_order_attribution_referrer','https://lcaportal.com/'),(168157,3519,'_wc_order_attribution_utm_source','lcaportal.com'),(168158,3519,'_wc_order_attribution_utm_medium','referral'),(168159,3519,'_wc_order_attribution_utm_content','/'),(168160,3519,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168161,3519,'_wc_order_attribution_session_start_time','2025-06-20 18:38:27'),(168162,3519,'_wc_order_attribution_session_pages','12'),(168163,3519,'_wc_order_attribution_session_count','1'),(168164,3519,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168165,3519,'_wc_order_attribution_device_type','Desktop'),(168166,3519,'Payment type','instant'),(168167,3519,'_paypal_status','completed'),(168168,3519,'_transaction_id','36836839J6343025R'),(168169,3519,'PayPal Transaction Fee','69.45'),(168170,3519,'_date_paid','1750445811'),(168171,3519,'_paid_date','2025-06-20 18:56:51'),(168172,3519,'_edit_lock','1750703540:2'),(168173,3519,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800166765\";s:12:\"date_shipped\";s:10:\"1750636800\";s:11:\"tracking_id\";s:32:\"dd5cadaf7d08a962b43bda49f34d5bcc\";}}'),(168174,3519,'_edit_last','2'),(168175,3519,'_date_completed','1750703635'),(168176,3519,'_completed_date','2025-06-23 18:33:55'),(168177,3518,'_edit_lock','1750703600:2'),(168178,3518,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800166651\";s:12:\"date_shipped\";s:10:\"1750636800\";s:11:\"tracking_id\";s:32:\"ce357982cb1ff7017845655c6c34103a\";}}'),(168179,3518,'_edit_last','2'),(168180,3518,'_date_completed','1750703733'),(168181,3518,'_completed_date','2025-06-23 18:35:33'),(168182,3517,'_edit_lock','1750703891:2'),(168183,3517,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800166250\";s:12:\"date_shipped\";s:10:\"1750636800\";s:11:\"tracking_id\";s:32:\"b0f53bb08a7d60119c4314feb26cd323\";}}'),(168184,3517,'_edit_last','2'),(168185,3517,'_date_completed','1750703856'),(168186,3517,'_completed_date','2025-06-23 18:37:36'),(168187,3521,'_order_key','wc_order_sW28RxuayTfDL'),(168188,3521,'_customer_user','61'),(168189,3521,'_payment_method','paypal'),(168190,3521,'_payment_method_title','PayPal'),(168191,3521,'_customer_ip_address','217.180.201.84'),(168192,3521,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168193,3521,'_created_via','checkout'),(168194,3521,'_cart_hash','1c5bd8b14c58077d23e3ef5714e8dafa'),(168195,3521,'_download_permissions_granted','yes'),(168196,3521,'_recorded_sales','yes'),(168197,3521,'_recorded_coupon_usage_counts','yes'),(168198,3521,'_new_order_email_sent','true'),(168199,3521,'_order_stock_reduced','yes'),(168200,3521,'_billing_first_name','Judith'),(168201,3521,'_billing_last_name','Hayden'),(168202,3521,'_billing_company','Lice Clinics of America'),(168203,3521,'_billing_address_1','1795 Alysheba Way'),(168204,3521,'_billing_address_2','Ste 4105'),(168205,3521,'_billing_city','Lexington'),(168206,3521,'_billing_state','KY'),(168207,3521,'_billing_postcode','40509'),(168208,3521,'_billing_country','US'),(168209,3521,'_billing_email','judy@liceclinicslexington.com'),(168210,3521,'_billing_phone','8595376966'),(168220,3521,'_order_currency','USD'),(168221,3521,'_cart_discount','0'),(168222,3521,'_cart_discount_tax','0'),(168223,3521,'_order_shipping','0'),(168224,3521,'_order_shipping_tax','0'),(168225,3521,'_order_tax','0'),(168226,3521,'_order_total','1048.62'),(168227,3521,'_order_version','9.8.4'),(168228,3521,'_prices_include_tax','no'),(168229,3521,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(168230,3521,'_shipping_address_index','         '),(168231,3521,'is_vat_exempt','no'),(168232,3521,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:39.984000000000002;s:35:\"product_level_based_on_tax_settings\";d:39.984000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:39.984000000000002;s:27:\"total_based_on_tax_settings\";d:39.984000000000002;}}'),(168233,3521,'_multiple_shipping','yes'),(168234,3521,'_shipping_packages','a:2:{i:0;a:4:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.608;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:16:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:8:\"cart_key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:16:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:8:\"cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:524.30799999999999;s:13:\"cart_subtotal\";d:524.30799999999999;s:11:\"destination\";a:10:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:7:\"address\";s:17:\"1795 Alysheba Way\";}}i:1;a:4:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.608;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:16:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";r:38;s:8:\"cart_key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:16:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";r:58;s:8:\"cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:524.30799999999999;s:13:\"cart_subtotal\";d:524.30799999999999;s:11:\"destination\";a:10:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:15:\"Crestview Hills\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:7:\"address\";s:20:\"549 Centre View Blvd\";}}}'),(168235,3521,'_shipping_addresses','a:288:{s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:13:\"LCA Lexington\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:17:\"1795 Alysheba Way\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:10:\"Suite 4105\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:9:\"Lexington\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:5:\"40509\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:13:\"LCA Lexington\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:17:\"1795 Alysheba Way\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:10:\"Suite 4105\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:9:\"Lexington\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:5:\"40509\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:13:\"LCA Lexington\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:17:\"1795 Alysheba Way\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:10:\"Suite 4105\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:9:\"Lexington\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:5:\"40509\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:13:\"LCA Lexington\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:17:\"1795 Alysheba Way\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:10:\"Suite 4105\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:9:\"Lexington\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:5:\"40509\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:5:\"41017\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:5:\"41017\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:5:\"41017\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:4:\"Judy\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:6:\"Hayden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:2:\"KY\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:5:\"41017\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_1\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_1\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_1\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_1\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_1\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_1\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_1\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_1\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_1\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_2\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_2\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_2\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_2\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_2\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_2\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_2\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_2\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_2\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_3\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_3\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_3\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_3\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_3\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_3\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_3\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_3\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_3\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_4\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_4\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_4\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_4\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_4\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_4\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_4\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_4\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_4\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_5\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_5\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_5\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_5\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_5\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_5\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_5\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_5\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_5\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_6\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_6\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_6\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_6\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_6\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_6\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_6\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_6\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_6\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_7\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_7\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_7\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_7\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_7\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_7\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_7\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_7\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_7\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_8\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_8\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_8\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_8\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_8\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_8\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_8\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_8\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_8\";s:5:\"40509\";s:58:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_9\";s:4:\"Judy\";s:57:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_9\";s:6:\"Hayden\";s:55:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_9\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_9\";s:2:\"US\";s:57:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_9\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_9\";s:10:\"Suite 4105\";s:52:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_9\";s:9:\"Lexington\";s:53:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_9\";s:2:\"KY\";s:56:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_9\";s:5:\"40509\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_10\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_10\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_10\";s:13:\"LCA Lexington\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_10\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_10\";s:17:\"1795 Alysheba Way\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_10\";s:10:\"Suite 4105\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_10\";s:9:\"Lexington\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_10\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_10\";s:5:\"40509\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_11\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_11\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_11\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_11\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_11\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_11\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_11\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_11\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_11\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_12\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_12\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_12\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_12\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_12\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_12\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_12\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_12\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_12\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_13\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_13\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_13\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_13\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_13\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_13\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_13\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_13\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_13\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_14\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_14\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_14\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_14\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_14\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_14\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_14\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_14\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_14\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_15\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_15\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_15\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_15\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_15\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_15\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_15\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_15\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_15\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_16\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_16\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_16\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_16\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_16\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_16\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_16\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_16\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_16\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_17\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_17\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_17\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_17\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_17\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_17\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_17\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_17\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_17\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_18\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_18\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_18\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_18\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_18\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_18\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_18\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_18\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_18\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_19\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_19\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_19\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_19\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_19\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_19\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_19\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_19\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_19\";s:5:\"41017\";s:59:\"shipping_first_name_c410003ef13d451727aeff9082c29a5c_490_20\";s:4:\"Judy\";s:58:\"shipping_last_name_c410003ef13d451727aeff9082c29a5c_490_20\";s:6:\"Hayden\";s:56:\"shipping_company_c410003ef13d451727aeff9082c29a5c_490_20\";s:23:\"Lice Clinics of America\";s:56:\"shipping_country_c410003ef13d451727aeff9082c29a5c_490_20\";s:2:\"US\";s:58:\"shipping_address_1_c410003ef13d451727aeff9082c29a5c_490_20\";s:20:\"549 Centre View Blvd\";s:58:\"shipping_address_2_c410003ef13d451727aeff9082c29a5c_490_20\";s:0:\"\";s:53:\"shipping_city_c410003ef13d451727aeff9082c29a5c_490_20\";s:15:\"Crestview Hills\";s:54:\"shipping_state_c410003ef13d451727aeff9082c29a5c_490_20\";s:2:\"KY\";s:57:\"shipping_postcode_c410003ef13d451727aeff9082c29a5c_490_20\";s:5:\"41017\";s:58:\"shipping_first_name_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:4:\"Judy\";s:57:\"shipping_last_name_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:6:\"Hayden\";s:55:\"shipping_company_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:2:\"US\";s:57:\"shipping_address_1_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:10:\"Suite 4105\";s:52:\"shipping_city_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:9:\"Lexington\";s:53:\"shipping_state_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:2:\"KY\";s:56:\"shipping_postcode_c3c59e5f8b3e9753913f4d435b53c308_488_1\";s:5:\"40509\";s:58:\"shipping_first_name_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:4:\"Judy\";s:57:\"shipping_last_name_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:6:\"Hayden\";s:55:\"shipping_company_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:13:\"LCA Lexington\";s:55:\"shipping_country_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:2:\"US\";s:57:\"shipping_address_1_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:17:\"1795 Alysheba Way\";s:57:\"shipping_address_2_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:10:\"Suite 4105\";s:52:\"shipping_city_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:9:\"Lexington\";s:53:\"shipping_state_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:2:\"KY\";s:56:\"shipping_postcode_c3c59e5f8b3e9753913f4d435b53c308_488_2\";s:5:\"40509\";s:58:\"shipping_first_name_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:4:\"Judy\";s:57:\"shipping_last_name_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:6:\"Hayden\";s:55:\"shipping_company_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:23:\"Lice Clinics of America\";s:55:\"shipping_country_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:2:\"US\";s:57:\"shipping_address_1_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:20:\"549 Centre View Blvd\";s:57:\"shipping_address_2_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:0:\"\";s:52:\"shipping_city_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:15:\"Crestview Hills\";s:53:\"shipping_state_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:2:\"KY\";s:56:\"shipping_postcode_c3c59e5f8b3e9753913f4d435b53c308_488_3\";s:5:\"41017\";s:58:\"shipping_first_name_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:4:\"Judy\";s:57:\"shipping_last_name_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:6:\"Hayden\";s:55:\"shipping_company_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:23:\"Lice Clinics of America\";s:55:\"shipping_country_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:2:\"US\";s:57:\"shipping_address_1_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:20:\"549 Centre View Blvd\";s:57:\"shipping_address_2_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:0:\"\";s:52:\"shipping_city_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:15:\"Crestview Hills\";s:53:\"shipping_state_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:2:\"KY\";s:56:\"shipping_postcode_c3c59e5f8b3e9753913f4d435b53c308_488_4\";s:5:\"41017\";}'),(168236,3521,'_wcms_packages','a:2:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:19.992000000000019;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:16:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:8:\"cart_key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:16:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:8:\"cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:11:\"package_idx\";s:32:\"01302b85be7f769782a1c56acb66f98b\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:524.30799999999999;s:13:\"cart_subtotal\";d:524.30799999999999;s:11:\"destination\";a:9:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";}s:4:\"note\";s:0:\"\";}i:1;a:5:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:19.992000000000019;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:16:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";r:38;s:8:\"cart_key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:16:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";r:58;s:8:\"cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:11:\"package_idx\";s:32:\"4c8e75f8aa45718e47f0898ba011ac46\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:524.30799999999999;s:13:\"cart_subtotal\";d:524.30799999999999;s:11:\"destination\";a:9:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:15:\"Crestview Hills\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";}s:4:\"note\";s:0:\"\";}}'),(168237,3521,'_shipping_methods','a:2:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}i:1;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}}'),(168238,3521,'_shipping_rates','a:2:{i:0;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:4:\"0.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}i:1;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:4:\"0.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}'),(168239,3521,'_note_0',''),(168240,3521,'_note_1',''),(168241,3521,'_wc_order_attribution_source_type','typein'),(168242,3521,'_wc_order_attribution_utm_source','(direct)'),(168243,3521,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168244,3521,'_wc_order_attribution_session_start_time','2025-06-23 20:56:41'),(168245,3521,'_wc_order_attribution_session_pages','14'),(168246,3521,'_wc_order_attribution_session_count','1'),(168247,3521,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168248,3521,'_wc_order_attribution_device_type','Desktop'),(168249,3522,'_order_key','wcms_order_shipment_0_sW28RxuayTfDL'),(168250,3522,'_customer_user','61'),(168251,3522,'_created_via','Multi-Shipping'),(168252,3522,'_download_permissions_granted','yes'),(168253,3522,'_recorded_sales','yes'),(168254,3522,'_recorded_coupon_usage_counts','yes'),(168255,3522,'_new_order_email_sent','false'),(168256,3522,'_order_stock_reduced','yes'),(168257,3522,'_billing_email','judy@liceclinicslexington.com'),(168258,3522,'_order_currency','USD'),(168259,3522,'_cart_discount','0'),(168260,3522,'_cart_discount_tax','0'),(168261,3522,'_order_shipping','0'),(168262,3522,'_order_shipping_tax','0'),(168263,3522,'_order_tax','0'),(168264,3522,'_order_total','524.31'),(168265,3522,'_order_version','9.8.4'),(168266,3522,'_prices_include_tax','no'),(168267,3522,'_billing_address_index','         info@liceclinicslexington.com '),(168268,3522,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(168269,3522,'_shipment_key','wc_shipment_6859c15f93839'),(168270,3522,'_billing_first_name','Judith'),(168271,3522,'_billing_last_name','Hayden'),(168272,3522,'_billing_company','Lice Clinics of America'),(168273,3522,'_billing_address_1','1795 Alysheba Way'),(168274,3522,'_billing_address_2','Ste 4105'),(168275,3522,'_billing_city','Lexington'),(168276,3522,'_billing_state','KY'),(168277,3522,'_billing_postcode','40509'),(168278,3522,'_billing_country','US'),(168279,3522,'_billing_phone','8595376966'),(168280,3522,'_payment_method','paypal'),(168281,3522,'_shipping_first_name','Judy'),(168282,3522,'_shipping_last_name','Hayden'),(168283,3522,'_shipping_company','LCA Lexington'),(168284,3522,'_shipping_address_1','1795 Alysheba Way'),(168285,3522,'_shipping_address_2','Suite 4105'),(168286,3522,'_shipping_city','Lexington'),(168287,3522,'_shipping_state','KY'),(168288,3522,'_shipping_postcode','40509'),(168289,3522,'_shipping_country','US'),(168290,3523,'_order_key','wcms_order_shipment_1_sW28RxuayTfDL'),(168291,3523,'_customer_user','61'),(168292,3523,'_created_via','Multi-Shipping'),(168293,3523,'_download_permissions_granted','yes'),(168294,3523,'_recorded_sales','yes'),(168295,3523,'_recorded_coupon_usage_counts','yes'),(168296,3523,'_new_order_email_sent','false'),(168297,3523,'_order_stock_reduced','yes'),(168298,3523,'_billing_email','judy@liceclinicslexington.com'),(168299,3523,'_order_currency','USD'),(168300,3523,'_cart_discount','0'),(168301,3523,'_cart_discount_tax','0'),(168302,3523,'_order_shipping','0'),(168303,3523,'_order_shipping_tax','0'),(168304,3523,'_order_tax','0'),(168305,3523,'_order_total','524.31'),(168306,3523,'_order_version','9.8.4'),(168307,3523,'_prices_include_tax','no'),(168308,3523,'_billing_address_index','         info@liceclinicslexington.com '),(168309,3523,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd  Crestview Hills KY 41017 US '),(168310,3523,'_shipment_key','wc_shipment_6859c15fa0205'),(168311,3523,'_billing_first_name','Judith'),(168312,3523,'_billing_last_name','Hayden'),(168313,3523,'_billing_company','Lice Clinics of America'),(168314,3523,'_billing_address_1','1795 Alysheba Way'),(168315,3523,'_billing_address_2','Ste 4105'),(168316,3523,'_billing_city','Lexington'),(168317,3523,'_billing_state','KY'),(168318,3523,'_billing_postcode','40509'),(168319,3523,'_billing_country','US'),(168320,3523,'_billing_phone','8595376966'),(168321,3523,'_payment_method','paypal'),(168322,3523,'_shipping_first_name','Judy'),(168323,3523,'_shipping_last_name','Hayden'),(168324,3523,'_shipping_company','Lice Clinics of America'),(168325,3523,'_shipping_address_1','549 Centre View Blvd'),(168326,3523,'_shipping_city','Crestview Hills'),(168327,3523,'_shipping_state','KY'),(168328,3523,'_shipping_postcode','41017'),(168329,3523,'_shipping_country','US'),(168330,3521,'_shipments_created','yes'),(168331,3521,'Payment type','instant'),(168332,3521,'_paypal_status','completed'),(168333,3521,'_transaction_id','6LR0759948313345X'),(168334,3521,'PayPal Transaction Fee','37.09'),(168335,3521,'_date_paid','1750712865'),(168336,3521,'_paid_date','2025-06-23 21:07:45'),(168337,3522,'_date_paid','1750712866'),(168338,3522,'_paid_date','2025-06-23 21:07:46'),(168339,3523,'_date_paid','1750712866'),(168340,3523,'_paid_date','2025-06-23 21:07:46'),(168341,3515,'_edit_lock','1750799791:2'),(168342,3515,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800166191\";s:12:\"date_shipped\";s:10:\"1750723200\";s:11:\"tracking_id\";s:32:\"96b7e22d146ce5649c3343faf9f83b97\";}}'),(168343,3515,'_edit_last','2'),(168344,3515,'_date_completed','1750799929'),(168345,3515,'_completed_date','2025-06-24 21:18:49'),(168346,3521,'_edit_lock','1750799849:2'),(168347,3521,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167143\";s:12:\"date_shipped\";s:10:\"1750723200\";s:11:\"tracking_id\";s:32:\"a3c0e604f4057fb09a33b6b36571ad3c\";}}'),(168348,3521,'_edit_last','2'),(168349,3521,'_order_tax','0'),(168350,3521,'_date_completed','1750799962'),(168351,3521,'_completed_date','2025-06-24 21:19:22'),(168352,3522,'_date_completed','1750799962'),(168353,3522,'_completed_date','2025-06-24 21:19:22'),(168354,3523,'_date_completed','1750799962'),(168355,3523,'_completed_date','2025-06-24 21:19:22'),(168357,3524,'_sku','AA-Dandruff-Shampoo-16oz'),(168358,3524,'_regular_price','151.20'),(168359,3524,'total_sales','3'),(168360,3524,'_tax_status','taxable'),(168361,3524,'_tax_class',''),(168362,3524,'_manage_stock','no'),(168363,3524,'_backorders','no'),(168364,3524,'_sold_individually','no'),(168365,3524,'_weight','19'),(168366,3524,'_length','10.5'),(168367,3524,'_width','10.5'),(168368,3524,'_height','11'),(168369,3524,'_virtual','no'),(168370,3524,'_downloadable','no'),(168371,3524,'_download_limit','0'),(168372,3524,'_download_expiry','0'),(168373,3524,'_thumbnail_id','3527'),(168374,3524,'_stock',NULL),(168375,3524,'_stock_status','instock'),(168376,3524,'_wc_average_rating','0'),(168377,3524,'_wc_review_count','0'),(168378,3524,'_product_version','10.0.2'),(168379,3524,'_price','151.20'),(168380,3524,'site-sidebar-layout','default'),(168381,3524,'site-content-layout','default'),(168382,3524,'theme-transparent-header-meta','default'),(168383,3524,'stick-header-meta','default'),(168384,3524,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(168385,3524,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(168386,3524,'_wc_memberships_force_public','no'),(168387,3524,'_wc_memberships_exclude_discounts','no'),(168388,3524,'mwqb_sync_uiiqb','0'),(168389,3524,'sg_product_enable','no'),(168390,3524,'sg_product_disable','no'),(168391,3524,'group_of_quantity',''),(168392,3524,'minimum_allowed_quantity',''),(168393,3524,'maximum_allowed_quantity',''),(168394,3524,'minmax_do_not_count','no'),(168395,3524,'minmax_cart_exclude','no'),(168396,3524,'minmax_category_group_of_exclude','no'),(168397,3524,'ast-site-content-layout','default'),(168398,3524,'site-content-style','default'),(168399,3524,'site-sidebar-style','default'),(168401,3524,'_edit_lock','1765995467:2'),(168402,3525,'_sku','AA-Dandruff-Shampoo-8oz'),(168403,3525,'_regular_price','90.00'),(168404,3525,'total_sales','38'),(168405,3525,'_tax_status','taxable'),(168406,3525,'_tax_class',''),(168407,3525,'_manage_stock','no'),(168408,3525,'_backorders','no'),(168409,3525,'_sold_individually','no'),(168410,3525,'_weight','7.4'),(168411,3525,'_length','8.25'),(168412,3525,'_width','6.25'),(168413,3525,'_height','8'),(168414,3525,'_virtual','no'),(168415,3525,'_downloadable','no'),(168416,3525,'_download_limit','0'),(168417,3525,'_download_expiry','0'),(168418,3525,'_thumbnail_id','3526'),(168419,3525,'_stock',NULL),(168420,3525,'_stock_status','instock'),(168421,3525,'_wc_average_rating','0'),(168422,3525,'_wc_review_count','0'),(168423,3525,'_product_version','10.0.2'),(168424,3525,'_price','90.00'),(168425,3525,'site-sidebar-layout','default'),(168426,3525,'site-content-layout','default'),(168427,3525,'theme-transparent-header-meta','default'),(168428,3525,'stick-header-meta','default'),(168429,3525,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(168430,3525,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(168431,3525,'_wc_memberships_force_public','no'),(168432,3525,'_wc_memberships_exclude_discounts','no'),(168433,3525,'mwqb_sync_uiiqb','0'),(168434,3525,'sg_product_enable','no'),(168435,3525,'sg_product_disable','no'),(168436,3525,'group_of_quantity',''),(168437,3525,'minimum_allowed_quantity',''),(168438,3525,'maximum_allowed_quantity',''),(168439,3525,'minmax_do_not_count','no'),(168440,3525,'minmax_cart_exclude','no'),(168441,3525,'minmax_category_group_of_exclude','no'),(168442,3525,'ast-site-content-layout','default'),(168443,3525,'site-content-style','default'),(168444,3525,'site-sidebar-style','default'),(168447,3525,'_edit_lock','1753124443:2'),(168448,3524,'_edit_last','2'),(168450,3525,'_edit_last','2'),(168452,3526,'_wp_attached_file','2025/06/2025DandruffShampoo8ozNS.webp'),(168453,3526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:37:\"2025/06/2025DandruffShampoo8ozNS.webp\";s:8:\"filesize\";i:7742;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:918;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2466;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"2025DandruffShampoo8ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:530;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168454,3527,'_wp_attached_file','2025/06/2025DandruffShampoo16ozNS.webp'),(168455,3527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2025/06/2025DandruffShampoo16ozNS.webp\";s:8:\"filesize\";i:8758;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1048;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2850;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"2025DandruffShampoo16ozNS-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:558;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168456,3525,'astra-migrate-meta-layouts','set'),(168457,3524,'astra-migrate-meta-layouts','set'),(168461,3528,'_elementor_edit_mode','builder'),(168462,3528,'_elementor_template_type','wp-page'),(168463,3528,'_elementor_version','3.28.4'),(168464,3528,'_elementor_pro_version','3.28.3'),(168465,3528,'_wp_page_template','default'),(168466,3528,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168469,3529,'_elementor_edit_mode','builder'),(168470,3529,'_elementor_template_type','wp-page'),(168471,3529,'_elementor_version','3.28.4'),(168472,3529,'_elementor_pro_version','3.28.3'),(168473,3529,'_wp_page_template','default'),(168474,3529,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168477,3530,'_elementor_edit_mode','builder'),(168478,3530,'_elementor_template_type','wp-page'),(168479,3530,'_elementor_version','3.28.4'),(168480,3530,'_elementor_pro_version','3.28.3'),(168481,3530,'_wp_page_template','default'),(168482,3530,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168486,3531,'_elementor_edit_mode','builder'),(168487,3531,'_elementor_template_type','wp-page'),(168488,3531,'_elementor_version','3.28.4'),(168489,3531,'_elementor_pro_version','3.28.3'),(168490,3531,'_wp_page_template','default'),(168491,3531,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168494,3532,'_elementor_edit_mode','builder'),(168495,3532,'_elementor_template_type','wp-page'),(168496,3532,'_elementor_version','3.28.4'),(168497,3532,'_elementor_pro_version','3.28.3'),(168498,3532,'_wp_page_template','default'),(168499,3532,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3362\",\"3360\"],\"query_orderby\":\"title\",\"query_order\":\"asc\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168502,3533,'_elementor_edit_mode','builder'),(168503,3533,'_elementor_template_type','wp-page'),(168504,3533,'_elementor_version','3.28.4'),(168505,3533,'_elementor_pro_version','3.28.3'),(168506,3533,'_wp_page_template','default'),(168507,3533,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(168512,3534,'_order_key','wc_order_SyteGW2t2f7in'),(168513,3534,'_customer_user','6'),(168514,3534,'_payment_method','paypal'),(168515,3534,'_payment_method_title','PayPal'),(168516,3534,'_customer_ip_address','98.41.41.47'),(168517,3534,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(168518,3534,'_created_via','checkout'),(168519,3534,'_cart_hash','6ca0cd453d0a7929cd750e634581b4f0'),(168520,3534,'_download_permissions_granted','yes'),(168521,3534,'_recorded_sales','yes'),(168522,3534,'_recorded_coupon_usage_counts','yes'),(168523,3534,'_new_order_email_sent','true'),(168524,3534,'_order_stock_reduced','yes'),(168525,3534,'_billing_first_name','Amira'),(168526,3534,'_billing_last_name','Purto'),(168527,3534,'_billing_address_1','2520 Chandon Circle'),(168528,3534,'_billing_city','Modesto'),(168529,3534,'_billing_state','CA'),(168530,3534,'_billing_postcode','95355'),(168531,3534,'_billing_country','US'),(168532,3534,'_billing_email','amira77@sbcglobal.net'),(168533,3534,'_billing_phone','2096422061'),(168541,3534,'_order_currency','USD'),(168542,3534,'_cart_discount','0'),(168543,3534,'_cart_discount_tax','0'),(168544,3534,'_order_shipping','0'),(168545,3534,'_order_shipping_tax','0'),(168546,3534,'_order_tax','0'),(168547,3534,'_order_total','585.40'),(168548,3534,'_order_version','9.9.5'),(168549,3534,'_prices_include_tax','no'),(168550,3534,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(168551,3534,'_shipping_address_index','         '),(168552,3534,'is_vat_exempt','no'),(168553,3534,'_multiple_shipping','yes'),(168554,3534,'_shipping_packages','a:2:{i:0;a:4:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"aa636be95b687c4c9466d3cf2e868a2d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:16:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:8:\"cart_key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:11:\"package_idx\";s:32:\"aa636be95b687c4c9466d3cf2e868a2d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:241.40000000000001;s:13:\"cart_subtotal\";d:241.40000000000001;s:11:\"destination\";a:10:{s:10:\"first_name\";s:7:\"Leandra\";s:9:\"last_name\";s:7:\"Sagayno\";s:7:\"company\";s:23:\"Special Education Dept.\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"601 Colorado Ave.\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Turlock\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95380\";s:7:\"address\";s:17:\"601 Colorado Ave.\";}}i:1;a:4:{s:8:\"contents\";a:1:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:16:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:8:\"cart_key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:11:\"package_idx\";s:32:\"8265998cb950de946d114800d0539350\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:344;s:13:\"cart_subtotal\";d:344;s:11:\"destination\";a:10:{s:10:\"first_name\";s:5:\"Amira\";s:9:\"last_name\";s:5:\"Purto\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Modesto\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:7:\"address\";s:19:\"2520 Chandon Circle\";}}}'),(168555,3534,'_shipping_addresses','a:36:{s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:7:\"Leandra\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:7:\"Sagayno\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:23:\"Special Education Dept.\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:17:\"601 Colorado Ave.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:7:\"Turlock\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"CA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:5:\"95380\";s:59:\"shipping_first_name_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:7:\"Leandra\";s:58:\"shipping_last_name_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:7:\"Sagayno\";s:56:\"shipping_company_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:23:\"Special Education Dept.\";s:56:\"shipping_country_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:2:\"US\";s:58:\"shipping_address_1_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:17:\"601 Colorado Ave.\";s:58:\"shipping_address_2_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:0:\"\";s:53:\"shipping_city_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:7:\"Turlock\";s:54:\"shipping_state_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:2:\"CA\";s:57:\"shipping_postcode_7cac11e2f46ed46c339ec3d569853759_2408_1\";s:5:\"95380\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_1\";s:5:\"Amira\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_1\";s:5:\"Purto\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_1\";s:0:\"\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_1\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_1\";s:19:\"2520 Chandon Circle\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_1\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_1\";s:7:\"Modesto\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_1\";s:2:\"CA\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_1\";s:5:\"95355\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_2\";s:5:\"Amira\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_2\";s:5:\"Purto\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_2\";s:0:\"\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_2\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_2\";s:19:\"2520 Chandon Circle\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_2\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_2\";s:7:\"Modesto\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_2\";s:2:\"CA\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_2\";s:5:\"95355\";}'),(168556,3534,'_wcms_packages','a:2:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"aa636be95b687c4c9466d3cf2e868a2d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:16:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:8:\"cart_key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:11:\"package_idx\";s:32:\"aa636be95b687c4c9466d3cf2e868a2d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:241.40000000000001;s:13:\"cart_subtotal\";d:241.40000000000001;s:11:\"destination\";a:9:{s:10:\"first_name\";s:7:\"Leandra\";s:9:\"last_name\";s:7:\"Sagayno\";s:7:\"company\";s:23:\"Special Education Dept.\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"601 Colorado Ave.\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Turlock\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95380\";}s:4:\"note\";s:0:\"\";}i:1;a:5:{s:8:\"contents\";a:1:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:16:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:8:\"cart_key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:11:\"package_idx\";s:32:\"8265998cb950de946d114800d0539350\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:344;s:13:\"cart_subtotal\";d:344;s:11:\"destination\";a:9:{s:10:\"first_name\";s:5:\"Amira\";s:9:\"last_name\";s:5:\"Purto\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Modesto\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";}s:4:\"note\";s:0:\"\";}}'),(168557,3534,'_shipping_methods','a:2:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}i:1;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}}'),(168558,3534,'_shipping_rates','a:2:{i:0;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:4:\"0.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}i:1;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:4:\"0.00\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}'),(168559,3534,'_note_0',''),(168560,3534,'_note_1',''),(168561,3534,'_wc_order_attribution_source_type','typein'),(168562,3534,'_wc_order_attribution_utm_source','(direct)'),(168563,3534,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168564,3534,'_wc_order_attribution_session_start_time','2025-06-06 08:46:52'),(168565,3534,'_wc_order_attribution_session_pages','26'),(168566,3534,'_wc_order_attribution_session_count','8'),(168567,3534,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(168568,3534,'_wc_order_attribution_device_type','Desktop'),(168569,3535,'_order_key','wcms_order_shipment_0_SyteGW2t2f7in'),(168570,3535,'_customer_user','6'),(168571,3535,'_created_via','Multi-Shipping'),(168572,3535,'_download_permissions_granted','yes'),(168573,3535,'_recorded_sales','yes'),(168574,3535,'_recorded_coupon_usage_counts','yes'),(168575,3535,'_new_order_email_sent','false'),(168576,3535,'_order_stock_reduced','yes'),(168577,3535,'_billing_email','amira77@sbcglobal.net'),(168578,3535,'_order_currency','USD'),(168579,3535,'_cart_discount','0'),(168580,3535,'_cart_discount_tax','0'),(168581,3535,'_order_shipping','0'),(168582,3535,'_order_shipping_tax','0'),(168583,3535,'_order_tax','0'),(168584,3535,'_order_total','241.40'),(168585,3535,'_order_version','9.9.5'),(168586,3535,'_prices_include_tax','no'),(168587,3535,'_billing_address_index','         info@liceclinicsmodesto.com '),(168588,3535,'_shipping_address_index','Leandra Sagayno Special Education Dept. 601 Colorado Ave.  Turlock CA 95380 US '),(168589,3535,'_shipment_key','wc_shipment_685d7c0d358c5'),(168590,3535,'_billing_first_name','Amira'),(168591,3535,'_billing_last_name','Purto'),(168592,3535,'_billing_company',''),(168593,3535,'_billing_address_1','2520 Chandon Circle'),(168594,3535,'_billing_address_2',''),(168595,3535,'_billing_city','Modesto'),(168596,3535,'_billing_state','CA'),(168597,3535,'_billing_postcode','95355'),(168598,3535,'_billing_country','US'),(168599,3535,'_billing_phone','2096422061'),(168600,3535,'_payment_method','paypal'),(168601,3535,'_shipping_first_name','Leandra'),(168602,3535,'_shipping_last_name','Sagayno'),(168603,3535,'_shipping_company','Special Education Dept.'),(168604,3535,'_shipping_address_1','601 Colorado Ave.'),(168605,3535,'_shipping_city','Turlock'),(168606,3535,'_shipping_state','CA'),(168607,3535,'_shipping_postcode','95380'),(168608,3535,'_shipping_country','US'),(168609,3536,'_order_key','wcms_order_shipment_1_SyteGW2t2f7in'),(168610,3536,'_customer_user','6'),(168611,3536,'_created_via','Multi-Shipping'),(168612,3536,'_download_permissions_granted','yes'),(168613,3536,'_recorded_sales','yes'),(168614,3536,'_recorded_coupon_usage_counts','yes'),(168615,3536,'_new_order_email_sent','false'),(168616,3536,'_order_stock_reduced','yes'),(168617,3536,'_billing_email','amira77@sbcglobal.net'),(168618,3536,'_order_currency','USD'),(168619,3536,'_cart_discount','0'),(168620,3536,'_cart_discount_tax','0'),(168621,3536,'_order_shipping','0'),(168622,3536,'_order_shipping_tax','0'),(168623,3536,'_order_tax','0'),(168624,3536,'_order_total','344.00'),(168625,3536,'_order_version','9.9.5'),(168626,3536,'_prices_include_tax','no'),(168627,3536,'_billing_address_index','         info@liceclinicsmodesto.com '),(168628,3536,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(168629,3536,'_shipment_key','wc_shipment_685d7c0d42002'),(168630,3536,'_billing_first_name','Amira'),(168631,3536,'_billing_last_name','Purto'),(168632,3536,'_billing_company',''),(168633,3536,'_billing_address_1','2520 Chandon Circle'),(168634,3536,'_billing_address_2',''),(168635,3536,'_billing_city','Modesto'),(168636,3536,'_billing_state','CA'),(168637,3536,'_billing_postcode','95355'),(168638,3536,'_billing_country','US'),(168639,3536,'_billing_phone','2096422061'),(168640,3536,'_payment_method','paypal'),(168641,3536,'_shipping_first_name','Amira'),(168642,3536,'_shipping_last_name','Purto'),(168643,3536,'_shipping_address_1','2520 Chandon Circle'),(168644,3536,'_shipping_city','Modesto'),(168645,3536,'_shipping_state','CA'),(168646,3536,'_shipping_postcode','95355'),(168647,3536,'_shipping_country','US'),(168648,3534,'_shipments_created','yes'),(168649,3534,'Payment type','instant'),(168650,3534,'_paypal_status','completed'),(168651,3534,'_transaction_id','76F67395YG767414E'),(168652,3534,'PayPal Transaction Fee','20.92'),(168653,3534,'_date_paid','1750957106'),(168654,3534,'_paid_date','2025-06-26 16:58:26'),(168655,3535,'_date_paid','1750957108'),(168656,3535,'_paid_date','2025-06-26 16:58:28'),(168657,3536,'_date_paid','1750957108'),(168658,3536,'_paid_date','2025-06-26 16:58:28'),(168660,3538,'_order_key','wc_order_Osfz3b6gyVHnc'),(168661,3538,'_customer_user','50'),(168662,3538,'_payment_method','paypal'),(168663,3538,'_payment_method_title','PayPal'),(168664,3538,'_customer_ip_address','24.34.196.21'),(168665,3538,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168666,3538,'_created_via','checkout'),(168667,3538,'_cart_hash','8bc7fd6a233ea8c192b91ed17f9c7bb5'),(168668,3538,'_download_permissions_granted','yes'),(168669,3538,'_recorded_sales','yes'),(168670,3538,'_recorded_coupon_usage_counts','yes'),(168671,3538,'_new_order_email_sent','true'),(168672,3538,'_order_stock_reduced','yes'),(168673,3538,'_billing_first_name','Christine'),(168674,3538,'_billing_last_name','Cherry'),(168675,3538,'_billing_company','NITS END'),(168676,3538,'_billing_address_1','PO BOX 1092'),(168677,3538,'_billing_city','Campton'),(168678,3538,'_billing_state','NH'),(168679,3538,'_billing_postcode','03223'),(168680,3538,'_billing_country','US'),(168681,3538,'_billing_email','info@liceclinicsplaistow.com'),(168682,3538,'_billing_phone','16034983390'),(168683,3538,'_shipping_first_name','Christine'),(168684,3538,'_shipping_last_name','Cherry'),(168685,3538,'_shipping_company','C/O Linda Brann LCA/Nits End'),(168686,3538,'_shipping_address_1','16 Toppan Dr'),(168687,3538,'_shipping_city','Gorham'),(168688,3538,'_shipping_state','ME'),(168689,3538,'_shipping_postcode','04038'),(168690,3538,'_shipping_country','US'),(168691,3538,'_order_currency','USD'),(168692,3538,'_cart_discount','0'),(168693,3538,'_cart_discount_tax','0'),(168694,3538,'_order_shipping','0'),(168695,3538,'_order_shipping_tax','0'),(168696,3538,'_order_tax','0'),(168697,3538,'_order_total','917.20'),(168698,3538,'_order_version','9.9.5'),(168699,3538,'_prices_include_tax','no'),(168700,3538,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(168701,3538,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(168702,3538,'is_vat_exempt','no'),(168703,3538,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:510;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:510;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:292.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:114.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:114.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:917.19999999999993;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:12:\"16 Toppan Dr\";s:9:\"address_1\";s:12:\"16 Toppan Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"917.2\";}}'),(168704,3538,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(168705,3538,'_wc_order_attribution_source_type','referral'),(168706,3538,'_wc_order_attribution_referrer','https://lcaportal.com/'),(168707,3538,'_wc_order_attribution_utm_source','lcaportal.com'),(168708,3538,'_wc_order_attribution_utm_medium','referral'),(168709,3538,'_wc_order_attribution_utm_content','/'),(168710,3538,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168711,3538,'_wc_order_attribution_session_start_time','2025-06-27 22:12:17'),(168712,3538,'_wc_order_attribution_session_pages','8'),(168713,3538,'_wc_order_attribution_session_count','1'),(168714,3538,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168715,3538,'_wc_order_attribution_device_type','Desktop'),(168716,3538,'Payment type','instant'),(168717,3538,'_paypal_status','completed'),(168718,3538,'_transaction_id','1JG68113DL404662S'),(168719,3538,'PayPal Transaction Fee','32.50'),(168720,3538,'_date_paid','1751062947'),(168721,3538,'_paid_date','2025-06-27 22:22:27'),(168722,3539,'_order_key','wc_order_0o16v1uGji5gK'),(168723,3539,'_customer_user','98'),(168724,3539,'_payment_method','paypal'),(168725,3539,'_payment_method_title','PayPal'),(168726,3539,'_customer_ip_address','24.34.196.21'),(168727,3539,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168728,3539,'_created_via','checkout'),(168729,3539,'_cart_hash','57f1fba39acc32f22bcce973955aa78d'),(168730,3539,'_download_permissions_granted','yes'),(168731,3539,'_recorded_sales','yes'),(168732,3539,'_recorded_coupon_usage_counts','yes'),(168733,3539,'_new_order_email_sent','true'),(168734,3539,'_order_stock_reduced','yes'),(168735,3539,'_billing_first_name','Christine'),(168736,3539,'_billing_last_name','Cherry'),(168737,3539,'_billing_company','NITS END'),(168738,3539,'_billing_address_1','PO BOX 1092'),(168739,3539,'_billing_city','Campton'),(168740,3539,'_billing_state','NH'),(168741,3539,'_billing_postcode','03223'),(168742,3539,'_billing_country','US'),(168743,3539,'_billing_email','christine@liceclinicscolumbus.com'),(168744,3539,'_billing_phone','16034983390'),(168745,3539,'_shipping_first_name','Erica'),(168746,3539,'_shipping_last_name','Froggatt'),(168747,3539,'_shipping_company','LCA - Nits End / 149091'),(168748,3539,'_shipping_address_1','5910 Wilcox Pl'),(168749,3539,'_shipping_address_2','suite E'),(168750,3539,'_shipping_city','Dublin'),(168751,3539,'_shipping_state','OH'),(168752,3539,'_shipping_postcode','43016'),(168753,3539,'_shipping_country','US'),(168754,3539,'_order_currency','USD'),(168755,3539,'_cart_discount','0'),(168756,3539,'_cart_discount_tax','0'),(168757,3539,'_order_shipping','0'),(168758,3539,'_order_shipping_tax','0'),(168759,3539,'_order_tax','0'),(168760,3539,'_order_total','940.80'),(168761,3539,'_order_version','9.9.5'),(168762,3539,'_prices_include_tax','no'),(168763,3539,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(168764,3539,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(168765,3539,'is_vat_exempt','no'),(168766,3539,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:143;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:126;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:499.80000000000007;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:499.80000000000007;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:940.79999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OH\";s:8:\"postcode\";s:5:\"43016\";s:4:\"city\";s:6:\"Dublin\";s:7:\"address\";s:14:\"5910 Wilcox Pl\";s:9:\"address_1\";s:14:\"5910 Wilcox Pl\";s:9:\"address_2\";s:7:\"suite E\";}s:13:\"cart_subtotal\";s:5:\"940.8\";}}'),(168767,3539,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(168768,3539,'_wc_order_attribution_source_type','referral'),(168769,3539,'_wc_order_attribution_referrer','https://lcaportal.com/'),(168770,3539,'_wc_order_attribution_utm_source','lcaportal.com'),(168771,3539,'_wc_order_attribution_utm_medium','referral'),(168772,3539,'_wc_order_attribution_utm_content','/'),(168773,3539,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168774,3539,'_wc_order_attribution_session_start_time','2025-06-27 22:12:17'),(168775,3539,'_wc_order_attribution_session_pages','13'),(168776,3539,'_wc_order_attribution_session_count','1'),(168777,3539,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(168778,3539,'_wc_order_attribution_device_type','Desktop'),(168779,3539,'Payment type','instant'),(168780,3539,'_paypal_status','completed'),(168781,3539,'_transaction_id','7XK83045H5301391F'),(168782,3539,'PayPal Transaction Fee','33.32'),(168783,3539,'_date_paid','1751063374'),(168784,3539,'_paid_date','2025-06-27 22:29:34'),(168798,3538,'_edit_lock','1751316632:2'),(168803,3541,'_order_key','wc_order_K62qhuELeRfNk'),(168804,3541,'_customer_user','76'),(168805,3541,'_payment_method','paypal'),(168806,3541,'_payment_method_title','PayPal'),(168807,3541,'_customer_ip_address','73.4.217.219'),(168808,3541,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168809,3541,'_created_via','checkout'),(168810,3541,'_cart_hash','e47f396fcec0e993eb856792f0dc7d84'),(168811,3541,'_download_permissions_granted','yes'),(168812,3541,'_recorded_sales','yes'),(168813,3541,'_recorded_coupon_usage_counts','yes'),(168814,3541,'_new_order_email_sent','true'),(168815,3541,'_order_stock_reduced','yes'),(168816,3541,'_billing_first_name','Naomi'),(168817,3541,'_billing_last_name','Golden'),(168818,3541,'_billing_address_1','31 Mann Ave'),(168819,3541,'_billing_city','Needham'),(168820,3541,'_billing_state','MA'),(168821,3541,'_billing_postcode','02492'),(168822,3541,'_billing_country','US'),(168823,3541,'_billing_email','nrgolden6486@gmail.com'),(168824,3541,'_billing_phone','6178511322'),(168832,3541,'_order_currency','USD'),(168833,3541,'_cart_discount','0'),(168834,3541,'_cart_discount_tax','0'),(168835,3541,'_order_shipping','0'),(168836,3541,'_order_shipping_tax','0'),(168837,3541,'_order_tax','0'),(168838,3541,'_order_total','1684.46'),(168839,3541,'_order_version','9.9.5'),(168840,3541,'_prices_include_tax','no'),(168841,3541,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(168842,3541,'_shipping_address_index','         '),(168843,3541,'is_vat_exempt','no'),(168844,3541,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:39.984000000000002;s:35:\"product_level_based_on_tax_settings\";d:39.984000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:39.984000000000002;s:27:\"total_based_on_tax_settings\";d:39.984000000000002;}}'),(168845,3541,'_multiple_shipping','yes'),(168846,3541,'_shipping_packages','a:3:{i:0;a:4:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.804;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.804;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:16:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:8:\"cart_key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:16:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:8:\"cart_key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:16:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:8:\"cart_key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:16:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:8:\"cart_key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";a:16:{s:3:\"key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:10:\"product_id\";i:144;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:6.8999999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:144;}s:8:\"cart_key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:-8.8817841970012523E-16;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";a:16:{s:3:\"key\";s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";s:10:\"product_id\";i:135;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:7.4399999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:7.4399999999999995;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:135;}s:8:\"cart_key\";s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:16:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:8:\"cart_key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:803.14400000000001;s:13:\"cart_subtotal\";d:803.14400000000001;s:11:\"destination\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";s:4:\"city\";s:6:\"Woburn\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";}}i:1;a:4:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:132.804;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.804;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:16:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";r:38;s:8:\"cart_key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:16:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";r:58;s:8:\"cart_key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:16:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";r:78;s:8:\"cart_key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:16:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";r:98;s:8:\"cart_key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:608.80399999999997;s:13:\"cart_subtotal\";d:608.80399999999997;s:11:\"destination\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:13:\"Middleborough\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";s:7:\"address\";s:17:\"111 Center Street\";}}i:2;a:4:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:265.608;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"a2f1c940afd5797ee6b6b5e19ee3f494\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";a:16:{s:3:\"key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:10:\"product_id\";i:144;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:6.8999999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";r:118;s:8:\"cart_key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:11:\"package_idx\";s:32:\"a2f1c940afd5797ee6b6b5e19ee3f494\";s:15:\"line_disc_total\";d:-8.8817841970012523E-16;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:272.50799999999998;s:13:\"cart_subtotal\";d:272.50799999999998;s:11:\"destination\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:7:\"address\";s:13:\"60 Dedham Ave\";}}}'),(168847,3541,'_shipping_addresses','a:279:{s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:22:\"3 Baldwin Green Common\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:9:\"Suite 310\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:6:\"Woburn\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:5:\"01801\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:22:\"3 Baldwin Green Common\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:9:\"Suite 310\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:6:\"Woburn\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:5:\"01801\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:17:\"111 Center Street\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:13:\"Middleborough\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:5:\"02346\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:17:\"111 Center Street\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:13:\"Middleborough\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:5:\"02346\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:13:\"60 Dedham Ave\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:9:\"Suite 201\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:7:\"Needham\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:5:\"02492\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:13:\"60 Dedham Ave\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:9:\"Suite 201\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:7:\"Needham\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:5:\"02492\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:13:\"60 Dedham Ave\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:9:\"Suite 201\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:7:\"Needham\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_7\";s:5:\"02492\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:5:\"Naomi\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:6:\"Golden\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:12:\"Lice Aunties\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:13:\"60 Dedham Ave\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:9:\"Suite 201\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:7:\"Needham\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:2:\"MA\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_8\";s:5:\"02492\";s:59:\"shipping_first_name_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:5:\"Naomi\";s:58:\"shipping_last_name_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:6:\"Golden\";s:56:\"shipping_company_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:12:\"Lice Aunties\";s:56:\"shipping_country_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:2:\"US\";s:58:\"shipping_address_1_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:22:\"3 Baldwin Green Common\";s:58:\"shipping_address_2_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:9:\"Suite 310\";s:53:\"shipping_city_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:6:\"Woburn\";s:54:\"shipping_state_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:2:\"MA\";s:57:\"shipping_postcode_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_1\";s:5:\"01801\";s:59:\"shipping_first_name_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:5:\"Naomi\";s:58:\"shipping_last_name_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:6:\"Golden\";s:56:\"shipping_company_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:12:\"Lice Aunties\";s:56:\"shipping_country_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:2:\"US\";s:58:\"shipping_address_1_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:17:\"111 Center Street\";s:58:\"shipping_address_2_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:0:\"\";s:53:\"shipping_city_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:13:\"Middleborough\";s:54:\"shipping_state_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:2:\"MA\";s:57:\"shipping_postcode_d2cd33e9c0236a8c2d8bd3fa91ad3acf_3354_2\";s:5:\"02346\";s:57:\"shipping_first_name_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:5:\"Naomi\";s:56:\"shipping_last_name_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:6:\"Golden\";s:54:\"shipping_company_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:12:\"Lice Aunties\";s:54:\"shipping_country_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:2:\"US\";s:56:\"shipping_address_1_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:22:\"3 Baldwin Green Common\";s:56:\"shipping_address_2_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:9:\"Suite 310\";s:51:\"shipping_city_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:6:\"Woburn\";s:52:\"shipping_state_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:2:\"MA\";s:55:\"shipping_postcode_17e62166fc8586dfa4d1bc0e1742c08b_43_1\";s:5:\"01801\";s:57:\"shipping_first_name_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:5:\"Naomi\";s:56:\"shipping_last_name_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:6:\"Golden\";s:54:\"shipping_company_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:12:\"Lice Aunties\";s:54:\"shipping_country_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:2:\"US\";s:56:\"shipping_address_1_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:22:\"3 Baldwin Green Common\";s:56:\"shipping_address_2_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:9:\"Suite 310\";s:51:\"shipping_city_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:6:\"Woburn\";s:52:\"shipping_state_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:2:\"MA\";s:55:\"shipping_postcode_17e62166fc8586dfa4d1bc0e1742c08b_43_2\";s:5:\"01801\";s:57:\"shipping_first_name_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:5:\"Naomi\";s:56:\"shipping_last_name_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:6:\"Golden\";s:54:\"shipping_company_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:12:\"Lice Aunties\";s:54:\"shipping_country_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:2:\"US\";s:56:\"shipping_address_1_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:17:\"111 Center Street\";s:56:\"shipping_address_2_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:0:\"\";s:51:\"shipping_city_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:13:\"Middleborough\";s:52:\"shipping_state_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:2:\"MA\";s:55:\"shipping_postcode_17e62166fc8586dfa4d1bc0e1742c08b_43_3\";s:5:\"02346\";s:59:\"shipping_first_name_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:5:\"Naomi\";s:58:\"shipping_last_name_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:6:\"Golden\";s:56:\"shipping_company_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:12:\"Lice Aunties\";s:56:\"shipping_country_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:2:\"US\";s:58:\"shipping_address_1_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:22:\"3 Baldwin Green Common\";s:58:\"shipping_address_2_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:9:\"Suite 310\";s:53:\"shipping_city_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:6:\"Woburn\";s:54:\"shipping_state_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:2:\"MA\";s:57:\"shipping_postcode_0987b8b338d6c90bbedd8631bc499221_3352_1\";s:5:\"01801\";s:59:\"shipping_first_name_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:5:\"Naomi\";s:58:\"shipping_last_name_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:6:\"Golden\";s:56:\"shipping_company_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:12:\"Lice Aunties\";s:56:\"shipping_country_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:2:\"US\";s:58:\"shipping_address_1_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:17:\"111 Center Street\";s:58:\"shipping_address_2_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:0:\"\";s:53:\"shipping_city_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:13:\"Middleborough\";s:54:\"shipping_state_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:2:\"MA\";s:57:\"shipping_postcode_0987b8b338d6c90bbedd8631bc499221_3352_2\";s:5:\"02346\";s:57:\"shipping_first_name_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:5:\"Naomi\";s:56:\"shipping_last_name_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:6:\"Golden\";s:54:\"shipping_company_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:12:\"Lice Aunties\";s:54:\"shipping_country_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:2:\"US\";s:56:\"shipping_address_1_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:22:\"3 Baldwin Green Common\";s:56:\"shipping_address_2_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:9:\"Suite 310\";s:51:\"shipping_city_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:6:\"Woburn\";s:52:\"shipping_state_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:2:\"MA\";s:55:\"shipping_postcode_d67d8ab4f4c10bf22aa353e27879133c_39_1\";s:5:\"01801\";s:57:\"shipping_first_name_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:5:\"Naomi\";s:56:\"shipping_last_name_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:6:\"Golden\";s:54:\"shipping_company_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:12:\"Lice Aunties\";s:54:\"shipping_country_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:2:\"US\";s:56:\"shipping_address_1_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:17:\"111 Center Street\";s:56:\"shipping_address_2_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:0:\"\";s:51:\"shipping_city_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:13:\"Middleborough\";s:52:\"shipping_state_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:2:\"MA\";s:55:\"shipping_postcode_d67d8ab4f4c10bf22aa353e27879133c_39_2\";s:5:\"02346\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:9:\"Suite 310\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:6:\"Woburn\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_1\";s:5:\"01801\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:9:\"Suite 310\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:6:\"Woburn\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_2\";s:5:\"01801\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:9:\"Suite 310\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:6:\"Woburn\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_3\";s:5:\"01801\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:9:\"Suite 310\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:6:\"Woburn\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_4\";s:5:\"01801\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:9:\"Suite 310\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:6:\"Woburn\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_5\";s:5:\"01801\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:13:\"60 Dedham Ave\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:9:\"Suite 201\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:7:\"Needham\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_6\";s:5:\"02492\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:13:\"60 Dedham Ave\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:9:\"Suite 201\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:7:\"Needham\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_7\";s:5:\"02492\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:13:\"60 Dedham Ave\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:9:\"Suite 201\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:7:\"Needham\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_8\";s:5:\"02492\";s:58:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:5:\"Naomi\";s:57:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:6:\"Golden\";s:55:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:12:\"Lice Aunties\";s:55:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:2:\"US\";s:57:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:13:\"60 Dedham Ave\";s:57:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:9:\"Suite 201\";s:52:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:7:\"Needham\";s:53:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:2:\"MA\";s:56:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_9\";s:5:\"02492\";s:59:\"shipping_first_name_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:5:\"Naomi\";s:58:\"shipping_last_name_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:6:\"Golden\";s:56:\"shipping_company_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:12:\"Lice Aunties\";s:56:\"shipping_country_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:2:\"US\";s:58:\"shipping_address_1_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:13:\"60 Dedham Ave\";s:58:\"shipping_address_2_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:9:\"Suite 201\";s:53:\"shipping_city_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:7:\"Needham\";s:54:\"shipping_state_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:2:\"MA\";s:57:\"shipping_postcode_0a09c8844ba8f0936c20bd791130d6b6_144_10\";s:5:\"02492\";s:58:\"shipping_first_name_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:5:\"Naomi\";s:57:\"shipping_last_name_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:6:\"Golden\";s:55:\"shipping_company_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:12:\"Lice Aunties\";s:55:\"shipping_country_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:2:\"US\";s:57:\"shipping_address_1_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:9:\"Suite 310\";s:52:\"shipping_city_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:6:\"Woburn\";s:53:\"shipping_state_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:2:\"MA\";s:56:\"shipping_postcode_7f1de29e6da19d22b51c68001e7e0e54_135_1\";s:5:\"01801\";s:58:\"shipping_first_name_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:5:\"Naomi\";s:57:\"shipping_last_name_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:6:\"Golden\";s:55:\"shipping_company_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:12:\"Lice Aunties\";s:55:\"shipping_country_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:2:\"US\";s:57:\"shipping_address_1_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:9:\"Suite 310\";s:52:\"shipping_city_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:6:\"Woburn\";s:53:\"shipping_state_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:2:\"MA\";s:56:\"shipping_postcode_7f1de29e6da19d22b51c68001e7e0e54_135_2\";s:5:\"01801\";s:58:\"shipping_first_name_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:5:\"Naomi\";s:57:\"shipping_last_name_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:6:\"Golden\";s:55:\"shipping_company_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:12:\"Lice Aunties\";s:55:\"shipping_country_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:2:\"US\";s:57:\"shipping_address_1_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:22:\"3 Baldwin Green Common\";s:57:\"shipping_address_2_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:9:\"Suite 310\";s:52:\"shipping_city_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:6:\"Woburn\";s:53:\"shipping_state_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:2:\"MA\";s:56:\"shipping_postcode_7f1de29e6da19d22b51c68001e7e0e54_135_3\";s:5:\"01801\";s:57:\"shipping_first_name_f457c545a9ded88f18ecee47145a72c0_49_1\";s:5:\"Naomi\";s:56:\"shipping_last_name_f457c545a9ded88f18ecee47145a72c0_49_1\";s:6:\"Golden\";s:54:\"shipping_company_f457c545a9ded88f18ecee47145a72c0_49_1\";s:12:\"Lice Aunties\";s:54:\"shipping_country_f457c545a9ded88f18ecee47145a72c0_49_1\";s:2:\"US\";s:56:\"shipping_address_1_f457c545a9ded88f18ecee47145a72c0_49_1\";s:22:\"3 Baldwin Green Common\";s:56:\"shipping_address_2_f457c545a9ded88f18ecee47145a72c0_49_1\";s:9:\"Suite 310\";s:51:\"shipping_city_f457c545a9ded88f18ecee47145a72c0_49_1\";s:6:\"Woburn\";s:52:\"shipping_state_f457c545a9ded88f18ecee47145a72c0_49_1\";s:2:\"MA\";s:55:\"shipping_postcode_f457c545a9ded88f18ecee47145a72c0_49_1\";s:5:\"01801\";}'),(168848,3541,'_wcms_packages','a:3:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.804;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:9.9960000000000093;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:16:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:8:\"cart_key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:16:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:8:\"cart_key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:16:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:8:\"cart_key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:16:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:8:\"cart_key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";a:16:{s:3:\"key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:10:\"product_id\";i:144;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:6.8999999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:144;}s:8:\"cart_key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:-8.8817841970012523E-16;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";a:16:{s:3:\"key\";s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";s:10:\"product_id\";i:135;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:7.4399999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:7.4399999999999995;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:135;}s:8:\"cart_key\";s:32:\"7f1de29e6da19d22b51c68001e7e0e54\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:16:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:8:\"cart_key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:11:\"package_idx\";s:32:\"2bef24c607d7f6bf25edea6e55e9029d\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:803.14400000000001;s:13:\"cart_subtotal\";d:803.14400000000001;s:11:\"destination\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";s:4:\"city\";s:6:\"Woburn\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";}s:4:\"note\";s:0:\"\";}i:1;a:5:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132.804;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:9.9960000000000093;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:16:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";r:38;s:8:\"cart_key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:16:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";r:58;s:8:\"cart_key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:16:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";r:78;s:8:\"cart_key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:16:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";r:98;s:8:\"cart_key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:11:\"package_idx\";s:32:\"ab04044b5ecef4b7275a4dc8d97f528e\";s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:608.80399999999997;s:13:\"cart_subtotal\";d:608.80399999999997;s:11:\"destination\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:13:\"Middleborough\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";}s:4:\"note\";s:0:\"\";}i:2;a:5:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:16:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:265.608;s:8:\"line_tax\";i:0;s:4:\"data\";r:18;s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"a2f1c940afd5797ee6b6b5e19ee3f494\";s:15:\"line_disc_total\";d:19.992000000000019;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";a:16:{s:3:\"key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:10:\"product_id\";i:144;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:6.8999999999999995;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";r:118;s:8:\"cart_key\";s:32:\"0a09c8844ba8f0936c20bd791130d6b6\";s:11:\"package_idx\";s:32:\"a2f1c940afd5797ee6b6b5e19ee3f494\";s:15:\"line_disc_total\";d:-8.8817841970012523E-16;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:272.50799999999998;s:13:\"cart_subtotal\";d:272.50799999999998;s:11:\"destination\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:12:\"Lice Aunties\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"Suite 201\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";}s:4:\"note\";s:0:\"\";}}'),(168849,3541,'_shipping_methods','a:3:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}i:1;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}i:2;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:4:\"Free\";}}'),(168850,3541,'_shipping_rates','a:3:{i:0;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}i:1;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}i:2;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}'),(168851,3541,'_note_0',''),(168852,3541,'_note_1',''),(168853,3541,'_note_2',''),(168854,3541,'_wc_order_attribution_source_type','typein'),(168855,3541,'_wc_order_attribution_utm_source','(direct)'),(168856,3541,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(168857,3541,'_wc_order_attribution_session_start_time','2025-06-27 18:08:05'),(168858,3541,'_wc_order_attribution_session_pages','18'),(168859,3541,'_wc_order_attribution_session_count','2'),(168860,3541,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(168861,3541,'_wc_order_attribution_device_type','Desktop'),(168862,3542,'_order_key','wcms_order_shipment_0_K62qhuELeRfNk'),(168863,3542,'_customer_user','76'),(168864,3542,'_created_via','Multi-Shipping'),(168865,3542,'_download_permissions_granted','yes'),(168866,3542,'_recorded_sales','yes'),(168867,3542,'_recorded_coupon_usage_counts','yes'),(168868,3542,'_new_order_email_sent','false'),(168869,3542,'_order_stock_reduced','yes'),(168870,3542,'_billing_email','nrgolden6486@gmail.com'),(168871,3542,'_order_currency','USD'),(168872,3542,'_cart_discount','0'),(168873,3542,'_cart_discount_tax','0'),(168874,3542,'_order_shipping','0'),(168875,3542,'_order_shipping_tax','0'),(168876,3542,'_order_tax','0'),(168877,3542,'_order_total','803.14'),(168878,3542,'_order_version','9.9.5'),(168879,3542,'_prices_include_tax','no'),(168880,3542,'_billing_address_index','         nrgolden6486@gmail.com '),(168881,3542,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(168882,3542,'_shipment_key','wc_shipment_685ff765805a3'),(168883,3542,'_billing_first_name','Naomi'),(168884,3542,'_billing_last_name','Golden'),(168885,3542,'_billing_company',''),(168886,3542,'_billing_address_1','31 Mann Ave'),(168887,3542,'_billing_address_2',''),(168888,3542,'_billing_city','Needham'),(168889,3542,'_billing_state','MA'),(168890,3542,'_billing_postcode','02492'),(168891,3542,'_billing_country','US'),(168892,3542,'_billing_phone','6178511322'),(168893,3542,'_payment_method','paypal'),(168894,3542,'_shipping_first_name','Naomi'),(168895,3542,'_shipping_last_name','Golden'),(168896,3542,'_shipping_company','Lice Aunties'),(168897,3542,'_shipping_address_1','3 Baldwin Green Common'),(168898,3542,'_shipping_address_2','Suite 310'),(168899,3542,'_shipping_city','Woburn'),(168900,3542,'_shipping_state','MA'),(168901,3542,'_shipping_postcode','01801'),(168902,3542,'_shipping_country','US'),(168903,3543,'_order_key','wcms_order_shipment_1_K62qhuELeRfNk'),(168904,3543,'_customer_user','76'),(168905,3543,'_created_via','Multi-Shipping'),(168906,3543,'_download_permissions_granted','yes'),(168907,3543,'_recorded_sales','yes'),(168908,3543,'_recorded_coupon_usage_counts','yes'),(168909,3543,'_new_order_email_sent','false'),(168910,3543,'_order_stock_reduced','yes'),(168911,3543,'_billing_email','nrgolden6486@gmail.com'),(168912,3543,'_order_currency','USD'),(168913,3543,'_cart_discount','0'),(168914,3543,'_cart_discount_tax','0'),(168915,3543,'_order_shipping','0'),(168916,3543,'_order_shipping_tax','0'),(168917,3543,'_order_tax','0'),(168918,3543,'_order_total','608.80'),(168919,3543,'_order_version','9.9.5'),(168920,3543,'_prices_include_tax','no'),(168921,3543,'_billing_address_index','         nrgolden6486@gmail.com '),(168922,3543,'_shipping_address_index','Naomi Golden Lice Aunties 111 Center Street  Middleborough MA 02346 US '),(168923,3543,'_shipment_key','wc_shipment_685ff7659249d'),(168924,3543,'_billing_first_name','Naomi'),(168925,3543,'_billing_last_name','Golden'),(168926,3543,'_billing_company',''),(168927,3543,'_billing_address_1','31 Mann Ave'),(168928,3543,'_billing_address_2',''),(168929,3543,'_billing_city','Needham'),(168930,3543,'_billing_state','MA'),(168931,3543,'_billing_postcode','02492'),(168932,3543,'_billing_country','US'),(168933,3543,'_billing_phone','6178511322'),(168934,3543,'_payment_method','paypal'),(168935,3543,'_shipping_first_name','Naomi'),(168936,3543,'_shipping_last_name','Golden'),(168937,3543,'_shipping_company','Lice Aunties'),(168938,3543,'_shipping_address_1','111 Center Street'),(168939,3543,'_shipping_city','Middleborough'),(168940,3543,'_shipping_state','MA'),(168941,3543,'_shipping_postcode','02346'),(168942,3543,'_shipping_country','US'),(168943,3544,'_order_key','wcms_order_shipment_2_K62qhuELeRfNk'),(168944,3544,'_customer_user','76'),(168945,3544,'_created_via','Multi-Shipping'),(168946,3544,'_download_permissions_granted','yes'),(168947,3544,'_recorded_sales','yes'),(168948,3544,'_recorded_coupon_usage_counts','yes'),(168949,3544,'_new_order_email_sent','false'),(168950,3544,'_order_stock_reduced','yes'),(168951,3544,'_billing_email','nrgolden6486@gmail.com'),(168952,3544,'_order_currency','USD'),(168953,3544,'_cart_discount','0'),(168954,3544,'_cart_discount_tax','0'),(168955,3544,'_order_shipping','0'),(168956,3544,'_order_shipping_tax','0'),(168957,3544,'_order_tax','0'),(168958,3544,'_order_total','272.51'),(168959,3544,'_order_version','9.9.5'),(168960,3544,'_prices_include_tax','no'),(168961,3544,'_billing_address_index','         nrgolden6486@gmail.com '),(168962,3544,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(168963,3544,'_shipment_key','wc_shipment_685ff765a1686'),(168964,3544,'_billing_first_name','Naomi'),(168965,3544,'_billing_last_name','Golden'),(168966,3544,'_billing_company',''),(168967,3544,'_billing_address_1','31 Mann Ave'),(168968,3544,'_billing_address_2',''),(168969,3544,'_billing_city','Needham'),(168970,3544,'_billing_state','MA'),(168971,3544,'_billing_postcode','02492'),(168972,3544,'_billing_country','US'),(168973,3544,'_billing_phone','6178511322'),(168974,3544,'_payment_method','paypal'),(168975,3544,'_shipping_first_name','Naomi'),(168976,3544,'_shipping_last_name','Golden'),(168977,3544,'_shipping_company','Lice Aunties'),(168978,3544,'_shipping_address_1','60 Dedham Ave'),(168979,3544,'_shipping_address_2','Suite 201'),(168980,3544,'_shipping_city','Needham'),(168981,3544,'_shipping_state','MA'),(168982,3544,'_shipping_postcode','02492'),(168983,3544,'_shipping_country','US'),(168984,3541,'_shipments_created','yes'),(168985,3541,'Payment type','instant'),(168986,3541,'_paypal_status','completed'),(168987,3541,'_transaction_id','23F611796P961083C'),(168988,3541,'PayPal Transaction Fee','59.28'),(168989,3541,'_date_paid','1751119774'),(168990,3541,'_paid_date','2025-06-28 14:09:34'),(168991,3542,'_date_paid','1751119775'),(168992,3542,'_paid_date','2025-06-28 14:09:35'),(168993,3543,'_date_paid','1751119775'),(168994,3543,'_paid_date','2025-06-28 14:09:35'),(168995,3544,'_date_paid','1751119775'),(168996,3544,'_paid_date','2025-06-28 14:09:35'),(168997,3545,'_order_key','wc_order_mOf6fxzWn9MA6'),(168998,3545,'_customer_user','67'),(168999,3545,'_payment_method','paypal'),(169000,3545,'_payment_method_title','PayPal'),(169001,3545,'_customer_ip_address','67.251.108.158'),(169002,3545,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169003,3545,'_created_via','checkout'),(169004,3545,'_cart_hash','3f3d2c210b1d33371efb3adf5d173857'),(169005,3545,'_download_permissions_granted','yes'),(169006,3545,'_recorded_sales','yes'),(169007,3545,'_recorded_coupon_usage_counts','yes'),(169008,3545,'_new_order_email_sent','true'),(169009,3545,'_order_stock_reduced','yes'),(169010,3545,'_billing_first_name','Marnie'),(169011,3545,'_billing_last_name','Murray'),(169012,3545,'_billing_company','Naughty Nits'),(169013,3545,'_billing_address_1','2809 Wehrle Drive'),(169014,3545,'_billing_address_2','Suite 10'),(169015,3545,'_billing_city','Williamsville'),(169016,3545,'_billing_state','NY'),(169017,3545,'_billing_postcode','14221'),(169018,3545,'_billing_country','US'),(169019,3545,'_billing_email','liceclinicsupstateny@gmail.com'),(169020,3545,'_billing_phone','7166265423'),(169021,3545,'_shipping_first_name','Marnie'),(169022,3545,'_shipping_last_name','Murray'),(169023,3545,'_shipping_company','LCA Buffalo'),(169024,3545,'_shipping_address_1','2809 Wehrle Drive'),(169025,3545,'_shipping_address_2','Suite 10'),(169026,3545,'_shipping_city','Williamsville'),(169027,3545,'_shipping_state','NY'),(169028,3545,'_shipping_postcode','14221'),(169029,3545,'_shipping_country','US'),(169030,3545,'_order_currency','USD'),(169031,3545,'_cart_discount','0'),(169032,3545,'_cart_discount_tax','0'),(169033,3545,'_order_shipping','0'),(169034,3545,'_order_shipping_tax','0'),(169035,3545,'_order_tax','0'),(169036,3545,'_order_total','632.55'),(169037,3545,'_order_version','9.9.5'),(169038,3545,'_prices_include_tax','no'),(169039,3545,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(169040,3545,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(169041,3545,'is_vat_exempt','no'),(169042,3545,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c45147dee729311ef5b5c3003946c48f\";a:14:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:360;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:360;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:632.54999999999995;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:4:\"city\";s:13:\"Williamsville\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";}s:13:\"cart_subtotal\";s:6:\"632.55\";}}'),(169043,3545,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169044,3545,'_wc_order_attribution_source_type','referral'),(169045,3545,'_wc_order_attribution_referrer','https://lcaportal.com/'),(169046,3545,'_wc_order_attribution_utm_source','lcaportal.com'),(169047,3545,'_wc_order_attribution_utm_medium','referral'),(169048,3545,'_wc_order_attribution_utm_content','/'),(169049,3545,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169050,3545,'_wc_order_attribution_session_start_time','2025-06-30 13:11:48'),(169051,3545,'_wc_order_attribution_session_pages','4'),(169052,3545,'_wc_order_attribution_session_count','1'),(169053,3545,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169054,3545,'_wc_order_attribution_device_type','Desktop'),(169055,3545,'Payment type','instant'),(169056,3545,'_paypal_status','completed'),(169057,3545,'_transaction_id','9BB10812XE693992N'),(169058,3545,'PayPal Transaction Fee','22.57'),(169059,3545,'_date_paid','1751289619'),(169060,3545,'_paid_date','2025-06-30 13:20:19'),(169062,3546,'_order_key','wc_order_oUK0yCDkC7tay'),(169063,3546,'_customer_user','8'),(169064,3546,'_payment_method','paypal'),(169065,3546,'_payment_method_title','PayPal'),(169066,3546,'_customer_ip_address','104.28.33.127'),(169067,3546,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(169068,3546,'_created_via','checkout'),(169069,3546,'_cart_hash','f4164bd5bf5725c1e1e63523eb022955'),(169070,3546,'_download_permissions_granted','yes'),(169071,3546,'_recorded_sales','yes'),(169072,3546,'_recorded_coupon_usage_counts','yes'),(169073,3546,'_new_order_email_sent','true'),(169074,3546,'_order_stock_reduced','yes'),(169075,3546,'_billing_first_name','Amy'),(169076,3546,'_billing_last_name','Sharp'),(169077,3546,'_billing_company','Nit Wits'),(169078,3546,'_billing_address_1','6002 Sweetbay Dr'),(169079,3546,'_billing_city','Crestwood'),(169080,3546,'_billing_state','KY'),(169081,3546,'_billing_postcode','40014'),(169082,3546,'_billing_country','US'),(169083,3546,'_billing_email','asharp@ht-school.org'),(169084,3546,'_billing_phone','15023109281'),(169085,3546,'_shipping_first_name','Amy'),(169086,3546,'_shipping_last_name','Sharp'),(169087,3546,'_shipping_company','LCA Nit Wits'),(169088,3546,'_shipping_address_1','9302 New LaGrange Road'),(169089,3546,'_shipping_address_2','Unit H'),(169090,3546,'_shipping_city','Louisville'),(169091,3546,'_shipping_state','KY'),(169092,3546,'_shipping_postcode','40242'),(169093,3546,'_shipping_country','US'),(169094,3546,'_order_currency','USD'),(169095,3546,'_cart_discount','0'),(169096,3546,'_cart_discount_tax','0'),(169097,3546,'_order_shipping','0'),(169098,3546,'_order_shipping_tax','0'),(169099,3546,'_order_tax','0'),(169100,3546,'_order_total','536.40'),(169101,3546,'_order_version','9.9.5'),(169102,3546,'_prices_include_tax','no'),(169103,3546,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(169104,3546,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(169105,3546,'is_vat_exempt','no'),(169106,3546,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:9;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:176.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:176.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:536.39999999999998;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:8;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40242\";s:4:\"city\";s:10:\"Louisville\";s:7:\"address\";s:22:\"9302 New LaGrange Road\";s:9:\"address_1\";s:22:\"9302 New LaGrange Road\";s:9:\"address_2\";s:6:\"Unit H\";}s:13:\"cart_subtotal\";s:5:\"536.4\";}}'),(169107,3546,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169108,3546,'_wc_order_attribution_source_type','referral'),(169109,3546,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169110,3546,'_wc_order_attribution_utm_source','lcaportal.com'),(169111,3546,'_wc_order_attribution_utm_medium','referral'),(169112,3546,'_wc_order_attribution_utm_content','/'),(169113,3546,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169114,3546,'_wc_order_attribution_session_start_time','2025-06-30 16:00:38'),(169115,3546,'_wc_order_attribution_session_pages','5'),(169116,3546,'_wc_order_attribution_session_count','2'),(169117,3546,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(169118,3546,'_wc_order_attribution_device_type','Mobile'),(169119,3546,'Payment type','instant'),(169120,3546,'_paypal_status','completed'),(169121,3546,'_transaction_id','8X799871UY364682A'),(169122,3546,'PayPal Transaction Fee','19.21'),(169123,3546,'_date_paid','1751302681'),(169124,3546,'_paid_date','2025-06-30 16:58:01'),(169125,3547,'_order_key','wc_order_GaDu7gEjMeufv'),(169126,3547,'_customer_user','66'),(169127,3547,'_payment_method','paypal'),(169128,3547,'_payment_method_title','PayPal'),(169129,3547,'_customer_ip_address','72.85.35.117'),(169130,3547,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(169131,3547,'_created_via','checkout'),(169132,3547,'_cart_hash','23817934cf610bf365119216b69ef242'),(169133,3547,'_download_permissions_granted','yes'),(169134,3547,'_recorded_sales','yes'),(169135,3547,'_recorded_coupon_usage_counts','yes'),(169136,3547,'_new_order_email_sent','true'),(169137,3547,'_order_stock_reduced','yes'),(169138,3547,'_billing_first_name','Mark'),(169139,3547,'_billing_last_name','Dent'),(169140,3547,'_billing_company','Lice Clinics of Maryland'),(169141,3547,'_billing_address_1','801 W 33rd Street'),(169142,3547,'_billing_city','BAltimore'),(169143,3547,'_billing_state','MD'),(169144,3547,'_billing_postcode','21211'),(169145,3547,'_billing_country','US'),(169146,3547,'_billing_email','info@liceclinicsofmaryland.com'),(169147,3547,'_billing_phone','4438349991'),(169148,3547,'_shipping_first_name','Dawn'),(169149,3547,'_shipping_last_name','Mumaw'),(169150,3547,'_shipping_company','LCA Baltimore'),(169151,3547,'_shipping_address_1','604 Providence Road'),(169152,3547,'_shipping_city','Towson'),(169153,3547,'_shipping_state','MD'),(169154,3547,'_shipping_postcode','21286'),(169155,3547,'_shipping_country','US'),(169156,3547,'_order_currency','USD'),(169157,3547,'_cart_discount','0'),(169158,3547,'_cart_discount_tax','0'),(169159,3547,'_order_shipping','0'),(169160,3547,'_order_shipping_tax','0'),(169161,3547,'_order_tax','0'),(169162,3547,'_order_total','4461.85'),(169163,3547,'_order_version','9.9.5'),(169164,3547,'_prices_include_tax','no'),(169165,3547,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(169166,3547,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(169167,3547,'is_vat_exempt','no'),(169168,3547,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:256.19999999999999;s:35:\"product_level_based_on_tax_settings\";d:256.19999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:256.19999999999999;s:27:\"total_based_on_tax_settings\";d:256.19999999999999;}}'),(169169,3547,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:40;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:784;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:784;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:14:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:50;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:3403.7999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:3403.8000000000002;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:-4.5474735088646412E-13;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:4461.8500000000004;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:66;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MD\";s:8:\"postcode\";s:5:\"21286\";s:4:\"city\";s:6:\"Towson\";s:7:\"address\";s:19:\"604 Providence Road\";s:9:\"address_1\";s:19:\"604 Providence Road\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"4461.85\";}}'),(169170,3547,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169171,3547,'_wc_order_attribution_source_type','referral'),(169172,3547,'_wc_order_attribution_referrer','https://lcaportal.com/'),(169173,3547,'_wc_order_attribution_utm_source','lcaportal.com'),(169174,3547,'_wc_order_attribution_utm_medium','referral'),(169175,3547,'_wc_order_attribution_utm_content','/'),(169176,3547,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169177,3547,'_wc_order_attribution_session_start_time','2025-06-30 17:37:52'),(169178,3547,'_wc_order_attribution_session_pages','4'),(169179,3547,'_wc_order_attribution_session_count','3'),(169180,3547,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0'),(169181,3547,'_wc_order_attribution_device_type','Desktop'),(169182,3547,'Payment type','instant'),(169183,3547,'_paypal_status','completed'),(169184,3547,'_transaction_id','3676763384336122X'),(169185,3547,'PayPal Transaction Fee','156.21'),(169186,3547,'_date_paid','1751305544'),(169187,3547,'_paid_date','2025-06-30 17:45:44'),(169189,3541,'_edit_lock','1751312901:2'),(169190,3541,'_edit_last','2'),(169191,3541,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167680\";s:12:\"date_shipped\";s:10:\"1751241600\";s:11:\"tracking_id\";s:32:\"6198ac54e191c264f7916c88c7ca2446\";}}'),(169192,3541,'_order_tax','0'),(169193,3541,'_date_completed','1751313039'),(169194,3541,'_completed_date','2025-06-30 19:50:39'),(169195,3542,'_date_completed','1751313040'),(169196,3542,'_completed_date','2025-06-30 19:50:40'),(169197,3543,'_date_completed','1751313040'),(169198,3543,'_completed_date','2025-06-30 19:50:40'),(169199,3544,'_date_completed','1751313040'),(169200,3544,'_completed_date','2025-06-30 19:50:40'),(169201,3548,'_order_key','wc_order_NoMD7U72DEOJm'),(169202,3548,'_customer_user','61'),(169203,3548,'_payment_method','paypal'),(169204,3548,'_payment_method_title','PayPal'),(169205,3548,'_customer_ip_address','217.180.201.13'),(169206,3548,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169207,3548,'_created_via','checkout'),(169208,3548,'_cart_hash','621f7ddbd8df56eb3b503b9536aa0832'),(169209,3548,'_download_permissions_granted','yes'),(169210,3548,'_recorded_sales','yes'),(169211,3548,'_recorded_coupon_usage_counts','yes'),(169212,3548,'_new_order_email_sent','true'),(169213,3548,'_order_stock_reduced','yes'),(169214,3548,'_billing_first_name','Judith'),(169215,3548,'_billing_last_name','Hayden'),(169216,3548,'_billing_company','Lice Clinics of America'),(169217,3548,'_billing_address_1','1795 Alysheba Way'),(169218,3548,'_billing_address_2','Ste 4105'),(169219,3548,'_billing_city','Lexington'),(169220,3548,'_billing_state','KY'),(169221,3548,'_billing_postcode','40509'),(169222,3548,'_billing_country','US'),(169223,3548,'_billing_email','judy@liceclinicslexington.com'),(169224,3548,'_billing_phone','8595376966'),(169225,3548,'_shipping_first_name','Judy'),(169226,3548,'_shipping_last_name','Hayden'),(169227,3548,'_shipping_company','LCA Lexington'),(169228,3548,'_shipping_address_1','1795 Alysheba Way'),(169229,3548,'_shipping_address_2','Suite 4105'),(169230,3548,'_shipping_city','Lexington'),(169231,3548,'_shipping_state','KY'),(169232,3548,'_shipping_postcode','40509'),(169233,3548,'_shipping_country','US'),(169234,3548,'_order_currency','USD'),(169235,3548,'_cart_discount','0'),(169236,3548,'_cart_discount_tax','0'),(169237,3548,'_order_shipping','0'),(169238,3548,'_order_shipping_tax','0'),(169239,3548,'_order_tax','0'),(169240,3548,'_order_total','1111.60'),(169241,3548,'_order_version','9.9.5'),(169242,3548,'_prices_include_tax','no'),(169243,3548,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(169244,3548,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(169245,3548,'is_vat_exempt','no'),(169246,3548,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:8:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:14:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:14:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:14:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1111.6000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:61;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:4:\"city\";s:9:\"Lexington\";s:7:\"address\";s:17:\"1795 Alysheba Way\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";}s:13:\"cart_subtotal\";s:6:\"1111.6\";}}'),(169247,3548,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169248,3548,'_wc_order_attribution_source_type','typein'),(169249,3548,'_wc_order_attribution_utm_source','(direct)'),(169250,3548,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169251,3548,'_wc_order_attribution_session_start_time','2025-06-30 18:29:01'),(169252,3548,'_wc_order_attribution_session_pages','1'),(169253,3548,'_wc_order_attribution_session_count','2'),(169254,3548,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169255,3548,'_wc_order_attribution_device_type','Desktop'),(169256,3548,'Payment type','instant'),(169257,3548,'_paypal_status','completed'),(169258,3548,'_transaction_id','7M3667469S669353D'),(169259,3548,'PayPal Transaction Fee','39.28'),(169260,3548,'_date_paid','1751313398'),(169261,3548,'_paid_date','2025-06-30 19:56:38'),(169262,3539,'_edit_lock','1751316538:2'),(169263,3539,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167647\";s:12:\"date_shipped\";s:10:\"1751241600\";s:11:\"tracking_id\";s:32:\"4d4114106ed2e180a1e526c8ad0e56f7\";}}'),(169264,3539,'_edit_last','2'),(169265,3539,'_date_completed','1751316676'),(169266,3539,'_completed_date','2025-06-30 20:51:16'),(169267,3538,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167555\";s:12:\"date_shipped\";s:10:\"1751241600\";s:11:\"tracking_id\";s:32:\"bb38560547fdb6c507ba71c1ab49a2a6\";}}'),(169268,3538,'_edit_last','2'),(169269,3538,'_date_completed','1751316745'),(169270,3538,'_completed_date','2025-06-30 20:52:25'),(169271,3549,'_order_key','wc_order_BXA65sDMTvV5o'),(169272,3549,'_customer_user','20'),(169273,3549,'_payment_method','paypal'),(169274,3549,'_payment_method_title','PayPal'),(169275,3549,'_customer_ip_address','172.116.123.146'),(169276,3549,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(169277,3549,'_created_via','checkout'),(169278,3549,'_cart_hash','2082b49b43a4096cb964d66952dabf2d'),(169279,3549,'_download_permissions_granted','yes'),(169280,3549,'_recorded_sales','yes'),(169281,3549,'_recorded_coupon_usage_counts','yes'),(169282,3549,'_new_order_email_sent','true'),(169283,3549,'_order_stock_reduced','yes'),(169284,3549,'_billing_first_name','Hasani'),(169285,3549,'_billing_last_name','Thompson'),(169286,3549,'_billing_company','Heat in Hair'),(169287,3549,'_billing_address_1','27225 Camp Plenty Road'),(169288,3549,'_billing_address_2','1D'),(169289,3549,'_billing_city','Santa Clarita'),(169290,3549,'_billing_state','CA'),(169291,3549,'_billing_postcode','91351'),(169292,3549,'_billing_country','US'),(169293,3549,'_billing_email','info@liceclinicssantaclarita.com'),(169294,3549,'_billing_phone','6615850263'),(169295,3549,'_shipping_first_name','Hasani'),(169296,3549,'_shipping_last_name','Thompson'),(169297,3549,'_shipping_company','Heat in Hair'),(169298,3549,'_shipping_address_1','5145 Nightsky pl'),(169299,3549,'_shipping_city','5145 nightsky pl'),(169300,3549,'_shipping_state','CA'),(169301,3549,'_shipping_postcode','93552'),(169302,3549,'_shipping_country','US'),(169303,3549,'_order_currency','USD'),(169304,3549,'_cart_discount','0'),(169305,3549,'_cart_discount_tax','0'),(169306,3549,'_order_shipping','0'),(169307,3549,'_order_shipping_tax','0'),(169308,3549,'_order_tax','0'),(169309,3549,'_order_total','1394.55'),(169310,3549,'_order_version','9.9.5'),(169311,3549,'_prices_include_tax','no'),(169312,3549,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(169313,3549,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(169314,3549,'is_vat_exempt','no'),(169315,3549,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:10:{s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";a:16:{s:10:\"unique_key\";s:32:\"8fea8beae37360f1f5bd4446876d80f1\";s:4:\"time\";s:10:\"01:06:04am\";s:3:\"key\";s:32:\"3c943b775e2cfabe46cd2f1daf1c1fcf\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:235.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:235.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"26b634265ba27242cff529a7e33c5084\";a:16:{s:10:\"unique_key\";s:32:\"91ff6c1e054ba05d28c5d29ea3b16461\";s:4:\"time\";s:10:\"03:20:27am\";s:3:\"key\";s:32:\"26b634265ba27242cff529a7e33c5084\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:14:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:200;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:200;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:94.050000000000011;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:1.4210854715202004E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:214.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:14:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:14:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1394.55;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1394.55\";}}'),(169316,3549,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169317,3549,'_wc_order_attribution_source_type','referral'),(169318,3549,'_wc_order_attribution_referrer','https://lcaportal.com/'),(169319,3549,'_wc_order_attribution_utm_source','lcaportal.com'),(169320,3549,'_wc_order_attribution_utm_medium','referral'),(169321,3549,'_wc_order_attribution_utm_content','/'),(169322,3549,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169323,3549,'_wc_order_attribution_session_start_time','2025-07-02 02:34:06'),(169324,3549,'_wc_order_attribution_session_pages','4'),(169325,3549,'_wc_order_attribution_session_count','1'),(169326,3549,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(169327,3549,'_wc_order_attribution_device_type','Desktop'),(169328,3549,'Payment type','instant'),(169329,3549,'_paypal_status','completed'),(169330,3549,'_transaction_id','2RX53362RN554572A'),(169331,3549,'PayPal Transaction Fee','49.16'),(169332,3549,'_date_paid','1751424308'),(169333,3549,'_paid_date','2025-07-02 02:45:08'),(169334,3550,'_order_key','wc_order_2ZJJL1uboavfD'),(169335,3550,'_customer_user','3'),(169336,3550,'_payment_method','paypal'),(169337,3550,'_payment_method_title','PayPal'),(169338,3550,'_customer_ip_address','99.22.146.124'),(169339,3550,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169340,3550,'_created_via','checkout'),(169341,3550,'_cart_hash','a282bd39d5e78765312c9987f736115a'),(169342,3550,'_download_permissions_granted','yes'),(169343,3550,'_recorded_sales','yes'),(169344,3550,'_recorded_coupon_usage_counts','yes'),(169345,3550,'_new_order_email_sent','true'),(169346,3550,'_order_stock_reduced','yes'),(169347,3550,'_billing_first_name','amanda'),(169348,3550,'_billing_last_name','westerman'),(169349,3550,'_billing_company','Lice Clinics of America McKinney'),(169350,3550,'_billing_address_1','3120 Hudson Crossing'),(169351,3550,'_billing_address_2','Suite A2'),(169352,3550,'_billing_city','MCKINNEY'),(169353,3550,'_billing_state','TX'),(169354,3550,'_billing_postcode','75070'),(169355,3550,'_billing_country','US'),(169356,3550,'_billing_email','awesterman1103@gmail.com'),(169357,3550,'_billing_phone','12144175741'),(169358,3550,'_shipping_first_name','amanda'),(169359,3550,'_shipping_last_name','westerman'),(169360,3550,'_shipping_company','Lice Clinics of America - NASN ORDER'),(169361,3550,'_shipping_address_1','1709 Damian Way'),(169362,3550,'_shipping_city','MCKINNEY'),(169363,3550,'_shipping_state','TX'),(169364,3550,'_shipping_postcode','75070'),(169365,3550,'_shipping_country','US'),(169366,3550,'_order_currency','USD'),(169367,3550,'_cart_discount','0'),(169368,3550,'_cart_discount_tax','0'),(169369,3550,'_order_shipping','0'),(169370,3550,'_order_shipping_tax','0'),(169371,3550,'_order_tax','0'),(169372,3550,'_order_total','910.50'),(169373,3550,'_order_version','9.9.5'),(169374,3550,'_prices_include_tax','no'),(169375,3550,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(169376,3550,'_shipping_address_index','amanda westerman Lice Clinics of America - NASN ORDER 1709 Damian Way  MCKINNEY TX 75070 US '),(169377,3550,'is_vat_exempt','no'),(169378,3550,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:910.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"910.5\";}}'),(169379,3550,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169380,3550,'_wc_order_attribution_source_type','referral'),(169381,3550,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169382,3550,'_wc_order_attribution_utm_source','lcaportal.com'),(169383,3550,'_wc_order_attribution_utm_medium','referral'),(169384,3550,'_wc_order_attribution_utm_content','/'),(169385,3550,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169386,3550,'_wc_order_attribution_session_start_time','2025-07-02 18:26:11'),(169387,3550,'_wc_order_attribution_session_pages','5'),(169388,3550,'_wc_order_attribution_session_count','1'),(169389,3550,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169390,3550,'_wc_order_attribution_device_type','Desktop'),(169391,3550,'Payment type','instant'),(169392,3550,'_paypal_status','completed'),(169393,3550,'_transaction_id','0L992086JL2037920'),(169394,3550,'PayPal Transaction Fee','32.27'),(169395,3550,'_date_paid','1751481665'),(169396,3550,'_paid_date','2025-07-02 18:41:05'),(169397,3551,'_order_key','wc_order_HVzpielMgPYOC'),(169398,3551,'_customer_user','3'),(169399,3551,'_payment_method','paypal'),(169400,3551,'_payment_method_title','PayPal'),(169401,3551,'_customer_ip_address','99.22.146.124'),(169402,3551,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169403,3551,'_created_via','checkout'),(169404,3551,'_cart_hash','4a6bbd50fcaf3eb3a98bac8f9fb480e0'),(169405,3551,'_download_permissions_granted','yes'),(169406,3551,'_recorded_sales','yes'),(169407,3551,'_recorded_coupon_usage_counts','yes'),(169408,3551,'_new_order_email_sent','true'),(169409,3551,'_order_stock_reduced','yes'),(169410,3551,'_billing_first_name','amanda'),(169411,3551,'_billing_last_name','westerman'),(169412,3551,'_billing_company','Lice Clinics of America McKinney'),(169413,3551,'_billing_address_1','3120 Hudson Crossing'),(169414,3551,'_billing_address_2','Suite A2'),(169415,3551,'_billing_city','MCKINNEY'),(169416,3551,'_billing_state','TX'),(169417,3551,'_billing_postcode','75070'),(169418,3551,'_billing_country','US'),(169419,3551,'_billing_email','awesterman1103@gmail.com'),(169420,3551,'_billing_phone','12144175741'),(169421,3551,'_shipping_first_name','amanda'),(169422,3551,'_shipping_last_name','westerman'),(169423,3551,'_shipping_company','Lice Clinics of America - Dallas'),(169424,3551,'_shipping_address_1','5510 Abrams Road'),(169425,3551,'_shipping_address_2','Suite 121'),(169426,3551,'_shipping_city','Dallas'),(169427,3551,'_shipping_state','TX'),(169428,3551,'_shipping_postcode','75214'),(169429,3551,'_shipping_country','US'),(169430,3551,'_order_currency','USD'),(169431,3551,'_cart_discount','0'),(169432,3551,'_cart_discount_tax','0'),(169433,3551,'_order_shipping','0'),(169434,3551,'_order_shipping_tax','0'),(169435,3551,'_order_tax','0'),(169436,3551,'_order_total','873.75'),(169437,3551,'_order_version','9.9.5'),(169438,3551,'_prices_include_tax','no'),(169439,3551,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(169440,3551,'_shipping_address_index','amanda westerman Lice Clinics of America - Dallas 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(169441,3551,'is_vat_exempt','no'),(169442,3551,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";a:14:{s:3:\"key\";s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";s:10:\"product_id\";i:118;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:118;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:14:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:873.75;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75214\";s:4:\"city\";s:6:\"Dallas\";s:7:\"address\";s:16:\"5510 Abrams Road\";s:9:\"address_1\";s:16:\"5510 Abrams Road\";s:9:\"address_2\";s:9:\"Suite 121\";}s:13:\"cart_subtotal\";s:6:\"873.75\";}}'),(169443,3551,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169444,3551,'_wc_order_attribution_source_type','referral'),(169445,3551,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169446,3551,'_wc_order_attribution_utm_source','lcaportal.com'),(169447,3551,'_wc_order_attribution_utm_medium','referral'),(169448,3551,'_wc_order_attribution_utm_content','/'),(169449,3551,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169450,3551,'_wc_order_attribution_session_start_time','2025-07-02 22:06:26'),(169451,3551,'_wc_order_attribution_session_pages','4'),(169452,3551,'_wc_order_attribution_session_count','3'),(169453,3551,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169454,3551,'_wc_order_attribution_device_type','Desktop'),(169455,3551,'Payment type','instant'),(169456,3551,'_paypal_status','completed'),(169457,3551,'_transaction_id','96Y53441MG1911529'),(169458,3551,'PayPal Transaction Fee','30.98'),(169459,3551,'_date_paid','1751494262'),(169460,3551,'_paid_date','2025-07-02 22:11:02'),(169461,3548,'_edit_lock','1751547513:2'),(169462,3548,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168036\";s:12:\"date_shipped\";s:10:\"1751500800\";s:11:\"tracking_id\";s:32:\"b5e9ffd8cb4dcef46761461a4b797118\";}}'),(169463,3548,'_edit_last','2'),(169464,3548,'_date_completed','1751547498'),(169465,3548,'_completed_date','2025-07-03 12:58:18'),(169466,3547,'_edit_lock','1751547444:2'),(169467,3547,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168161\";s:12:\"date_shipped\";s:10:\"1751500800\";s:11:\"tracking_id\";s:32:\"cbc2263e2d1a653f2ceccbdc2b3c30dd\";}}'),(169468,3547,'_edit_last','2'),(169469,3547,'_date_completed','1751547571'),(169470,3547,'_completed_date','2025-07-03 12:59:31'),(169471,3549,'_edit_lock','1751547534:2'),(169472,3549,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168264\";s:12:\"date_shipped\";s:10:\"1751500800\";s:11:\"tracking_id\";s:32:\"58d879c54448c40bfc7a27363be4562f\";}}'),(169473,3549,'_edit_last','2'),(169474,3549,'_date_completed','1751547660'),(169475,3549,'_completed_date','2025-07-03 13:01:00'),(169476,3550,'_edit_lock','1751547776:2'),(169477,3550,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168367\";s:12:\"date_shipped\";s:10:\"1751500800\";s:11:\"tracking_id\";s:32:\"1693dc38e5c78a05c7046011f293a424\";}}'),(169478,3550,'_edit_last','2'),(169479,3550,'_date_completed','1751547750'),(169480,3550,'_completed_date','2025-07-03 13:02:30'),(169499,3552,'_order_key','wc_order_KPVYfuVsBqh23'),(169500,3552,'_customer_user','98'),(169501,3552,'_payment_method','paypal'),(169502,3552,'_payment_method_title','PayPal'),(169503,3552,'_customer_ip_address','24.34.196.21'),(169504,3552,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(169505,3552,'_created_via','checkout'),(169506,3552,'_cart_hash','ca66b008ea7bd9a0785e0b2a6a0e3af7'),(169507,3552,'_download_permissions_granted','yes'),(169508,3552,'_recorded_sales','yes'),(169509,3552,'_recorded_coupon_usage_counts','yes'),(169510,3552,'_new_order_email_sent','true'),(169511,3552,'_order_stock_reduced','yes'),(169512,3552,'_billing_first_name','Christine'),(169513,3552,'_billing_last_name','Cherry'),(169514,3552,'_billing_company','NITS END'),(169515,3552,'_billing_address_1','PO BOX 1092'),(169516,3552,'_billing_city','Campton'),(169517,3552,'_billing_state','NH'),(169518,3552,'_billing_postcode','03223'),(169519,3552,'_billing_country','US'),(169520,3552,'_billing_email','christine@liceclinicscolumbus.com'),(169521,3552,'_billing_phone','16034983390'),(169522,3552,'_shipping_first_name','Melissa'),(169523,3552,'_shipping_last_name','Mertz'),(169524,3552,'_shipping_company','LCA - Nits End / 149091'),(169525,3552,'_shipping_address_1','2213 Temperance Dr'),(169526,3552,'_shipping_city','Pittsburgh'),(169527,3552,'_shipping_state','PA'),(169528,3552,'_shipping_postcode','15237'),(169529,3552,'_shipping_country','US'),(169530,3552,'_order_currency','USD'),(169531,3552,'_cart_discount','0'),(169532,3552,'_cart_discount_tax','0'),(169533,3552,'_order_shipping','0'),(169534,3552,'_order_shipping_tax','0'),(169535,3552,'_order_tax','0'),(169536,3552,'_order_total','869.00'),(169537,3552,'_order_version','9.9.5'),(169538,3552,'_prices_include_tax','no'),(169539,3552,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(169540,3552,'_shipping_address_index','Melissa Mertz LCA - Nits End / 149091 2213 Temperance Dr  Pittsburgh PA 15237 US '),(169541,3552,'is_vat_exempt','no'),(169542,3552,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:6:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:14:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:143;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:14:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:869;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"15237\";s:4:\"city\";s:10:\"Pittsburgh\";s:7:\"address\";s:18:\"2213 Temperance Dr\";s:9:\"address_1\";s:18:\"2213 Temperance Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:3:\"869\";}}'),(169543,3552,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169544,3552,'_wc_order_attribution_source_type','referral'),(169545,3552,'_wc_order_attribution_referrer','https://lcaportal.com/'),(169546,3552,'_wc_order_attribution_utm_source','lcaportal.com'),(169547,3552,'_wc_order_attribution_utm_medium','referral'),(169548,3552,'_wc_order_attribution_utm_content','/'),(169549,3552,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169550,3552,'_wc_order_attribution_session_start_time','2025-07-03 13:53:58'),(169551,3552,'_wc_order_attribution_session_pages','14'),(169552,3552,'_wc_order_attribution_session_count','4'),(169553,3552,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(169554,3552,'_wc_order_attribution_device_type','Desktop'),(169555,3552,'Payment type','instant'),(169556,3552,'_paypal_status','completed'),(169557,3552,'_transaction_id','0A2082252S596354U'),(169558,3552,'PayPal Transaction Fee','30.82'),(169559,3552,'_date_paid','1751563810'),(169560,3552,'_paid_date','2025-07-03 17:30:10'),(169561,3534,'_edit_lock','1751598750:2'),(169562,3545,'_edit_lock','1751598831:2'),(169563,3546,'_edit_lock','1751598832:2'),(169564,3551,'_edit_lock','1751599155:2'),(169565,3552,'_edit_lock','1751598961:2'),(169566,3534,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167485\";s:12:\"date_shipped\";s:10:\"1750982400\";s:11:\"tracking_id\";s:32:\"3bde38af8b5eed9642301bde28be3bc9\";}}'),(169567,3534,'_edit_last','2'),(169568,3534,'_order_tax','0'),(169569,3534,'_date_completed','1751598887'),(169570,3534,'_completed_date','2025-07-04 03:14:47'),(169571,3535,'_date_completed','1751598888'),(169572,3535,'_completed_date','2025-07-04 03:14:48'),(169573,3536,'_date_completed','1751598888'),(169574,3536,'_completed_date','2025-07-04 03:14:48'),(169575,3545,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167810\";s:12:\"date_shipped\";s:10:\"1751241600\";s:11:\"tracking_id\";s:32:\"a41c15f07b0f78b9556b884ddbb83382\";}}'),(169576,3545,'_edit_last','2'),(169577,3545,'_date_completed','1751598926'),(169578,3545,'_completed_date','2025-07-04 03:15:26'),(169579,3546,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800167886\";s:12:\"date_shipped\";s:10:\"1751587200\";s:11:\"tracking_id\";s:32:\"b74319f5061233e78f5c071e7c21ea59\";}}'),(169580,3546,'_edit_last','2'),(169581,3546,'_date_completed','1751598946'),(169582,3546,'_completed_date','2025-07-04 03:15:46'),(169583,3552,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168584\";s:12:\"date_shipped\";s:10:\"1751587200\";s:11:\"tracking_id\";s:32:\"5cfb7bb770cfced9873f75c4a807d4d6\";}}'),(169584,3552,'_edit_last','2'),(169585,3552,'_date_completed','1751598994'),(169586,3552,'_completed_date','2025-07-04 03:16:34'),(169587,3551,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168426\";s:12:\"date_shipped\";s:10:\"1751587200\";s:11:\"tracking_id\";s:32:\"55445722812138602e761e390e079a21\";}}'),(169588,3551,'_edit_last','2'),(169589,3551,'_date_completed','1751599149'),(169590,3551,'_completed_date','2025-07-04 03:19:09'),(169591,3553,'_order_key','wc_order_XLCOrP07Mcz5u'),(169592,3553,'_customer_user','52'),(169593,3553,'_payment_method','paypal'),(169594,3553,'_payment_method_title','PayPal'),(169595,3553,'_customer_ip_address','141.156.235.110'),(169596,3553,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169597,3553,'_created_via','checkout'),(169598,3553,'_cart_hash','781cbc10c629656695a91ae041849a79'),(169599,3553,'_download_permissions_granted','yes'),(169600,3553,'_recorded_sales','yes'),(169601,3553,'_recorded_coupon_usage_counts','yes'),(169602,3553,'_new_order_email_sent','true'),(169603,3553,'_order_stock_reduced','yes'),(169604,3553,'_billing_first_name','Darlene'),(169605,3553,'_billing_last_name','LaFramboise'),(169606,3553,'_billing_company','LCA-NOVA'),(169607,3553,'_billing_address_1','25473 Tomey Ct'),(169608,3553,'_billing_city','Aldie'),(169609,3553,'_billing_state','VA'),(169610,3553,'_billing_postcode','20105-3048'),(169611,3553,'_billing_country','US'),(169612,3553,'_billing_email','info@liceremovalnova.com'),(169613,3553,'_billing_phone','7033031576'),(169614,3553,'_shipping_first_name','Darlene'),(169615,3553,'_shipping_last_name','LaFramboise'),(169616,3553,'_shipping_company','LCA-NOVA'),(169617,3553,'_shipping_address_1','25473 Tomey Ct'),(169618,3553,'_shipping_city','Aldie'),(169619,3553,'_shipping_state','VA'),(169620,3553,'_shipping_postcode','20105-3048'),(169621,3553,'_shipping_country','US'),(169622,3553,'_order_currency','USD'),(169623,3553,'_cart_discount','0'),(169624,3553,'_cart_discount_tax','0'),(169625,3553,'_order_shipping','20.89'),(169626,3553,'_order_shipping_tax','0'),(169627,3553,'_order_tax','0'),(169628,3553,'_order_total','423.49'),(169629,3553,'_order_version','9.9.5'),(169630,3553,'_prices_include_tax','no'),(169631,3553,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(169632,3553,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(169633,3553,'is_vat_exempt','no'),(169634,3553,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:14:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:402.60000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:52;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:4:\"city\";s:5:\"Aldie\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:5:\"402.6\";}}'),(169635,3553,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(169636,3553,'_wc_order_attribution_source_type','referral'),(169637,3553,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169638,3553,'_wc_order_attribution_utm_source','lcaportal.com'),(169639,3553,'_wc_order_attribution_utm_medium','referral'),(169640,3553,'_wc_order_attribution_utm_content','/'),(169641,3553,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169642,3553,'_wc_order_attribution_session_start_time','2025-07-04 15:30:17'),(169643,3553,'_wc_order_attribution_session_pages','4'),(169644,3553,'_wc_order_attribution_session_count','1'),(169645,3553,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169646,3553,'_wc_order_attribution_device_type','Desktop'),(169647,3553,'Payment type','instant'),(169648,3553,'_paypal_status','completed'),(169649,3553,'_transaction_id','90F244895S010342X'),(169650,3553,'PayPal Transaction Fee','15.27'),(169651,3553,'_date_paid','1751643338'),(169652,3553,'_paid_date','2025-07-04 15:35:38'),(169683,3556,'_order_key','wc_order_WoQ2rl1M30WYD'),(169684,3556,'_customer_user','3'),(169685,3556,'_payment_method','paypal'),(169686,3556,'_payment_method_title','PayPal'),(169687,3556,'_customer_ip_address','99.22.146.124'),(169688,3556,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169689,3556,'_created_via','checkout'),(169690,3556,'_cart_hash','34627c003da7ff0a08fc7f89b32a8302'),(169691,3556,'_download_permissions_granted','yes'),(169692,3556,'_recorded_sales','yes'),(169693,3556,'_recorded_coupon_usage_counts','yes'),(169694,3556,'_new_order_email_sent','true'),(169695,3556,'_order_stock_reduced','yes'),(169696,3556,'_billing_first_name','amanda'),(169697,3556,'_billing_last_name','westerman'),(169698,3556,'_billing_company','Lice Clinics of America McKinney'),(169699,3556,'_billing_address_1','3120 Hudson Crossing'),(169700,3556,'_billing_address_2','Suite A2'),(169701,3556,'_billing_city','MCKINNEY'),(169702,3556,'_billing_state','TX'),(169703,3556,'_billing_postcode','75070'),(169704,3556,'_billing_country','US'),(169705,3556,'_billing_email','awesterman1103@gmail.com'),(169706,3556,'_billing_phone','12144175741'),(169707,3556,'_shipping_first_name','amanda'),(169708,3556,'_shipping_last_name','westerman'),(169709,3556,'_shipping_company','Lice Clinics of America Addison'),(169710,3556,'_shipping_address_1','4002 BELT LINE RD'),(169711,3556,'_shipping_address_2','Suite 140'),(169712,3556,'_shipping_city','Addison'),(169713,3556,'_shipping_state','TX'),(169714,3556,'_shipping_postcode','75001'),(169715,3556,'_shipping_country','US'),(169716,3556,'_order_currency','USD'),(169717,3556,'_cart_discount','0'),(169718,3556,'_cart_discount_tax','0'),(169719,3556,'_order_shipping','0'),(169720,3556,'_order_shipping_tax','0'),(169721,3556,'_order_tax','0'),(169722,3556,'_order_total','643.70'),(169723,3556,'_order_version','9.9.5'),(169724,3556,'_prices_include_tax','no'),(169725,3556,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(169726,3556,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 4002 BELT LINE RD Suite 140 Addison TX 75001 US '),(169728,3556,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:14:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:643.70000000000005;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75001\";s:4:\"city\";s:7:\"Addison\";s:7:\"address\";s:17:\"4002 BELT LINE RD\";s:9:\"address_1\";s:17:\"4002 BELT LINE RD\";s:9:\"address_2\";s:9:\"Suite 140\";}s:13:\"cart_subtotal\";s:5:\"643.7\";}}'),(169729,3556,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169730,3556,'_wc_order_attribution_source_type','referral'),(169731,3556,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169732,3556,'_wc_order_attribution_utm_source','lcaportal.com'),(169733,3556,'_wc_order_attribution_utm_medium','referral'),(169734,3556,'_wc_order_attribution_utm_content','/'),(169735,3556,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169736,3556,'_wc_order_attribution_session_start_time','2025-07-07 20:57:48'),(169737,3556,'_wc_order_attribution_session_pages','14'),(169738,3556,'_wc_order_attribution_session_count','4'),(169739,3556,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169740,3556,'_wc_order_attribution_device_type','Desktop'),(169741,3556,'is_vat_exempt','no'),(169742,3556,'Payment type','instant'),(169743,3556,'_paypal_status','completed'),(169744,3556,'_transaction_id','92Y30592W2905432P'),(169745,3556,'PayPal Transaction Fee','22.96'),(169746,3556,'_date_paid','1751922423'),(169747,3556,'_paid_date','2025-07-07 21:07:03'),(169748,3557,'_order_key','wc_order_8GpZptS1fwOuM'),(169749,3557,'_customer_user','7'),(169750,3557,'_payment_method','paypal'),(169751,3557,'_payment_method_title','PayPal'),(169752,3557,'_customer_ip_address','71.93.225.128'),(169753,3557,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(169754,3557,'_created_via','checkout'),(169755,3557,'_cart_hash','7f4c0c3d6c80d70dc88f761c2323f539'),(169756,3557,'_download_permissions_granted','yes'),(169757,3557,'_recorded_sales','yes'),(169758,3557,'_recorded_coupon_usage_counts','yes'),(169759,3557,'_new_order_email_sent','true'),(169760,3557,'_order_stock_reduced','yes'),(169761,3557,'_billing_first_name','Amy'),(169762,3557,'_billing_last_name','Allen'),(169763,3557,'_billing_company','Lice Clinics Of America'),(169764,3557,'_billing_address_1','30 Hummingbird Court'),(169765,3557,'_billing_city','Hollister'),(169766,3557,'_billing_state','CA'),(169767,3557,'_billing_postcode','95023'),(169768,3557,'_billing_country','US'),(169769,3557,'_billing_email','lca.gilroy@gmail.com'),(169770,3557,'_billing_phone','4085005537'),(169771,3557,'_shipping_first_name','Amy'),(169772,3557,'_shipping_last_name','Allen'),(169773,3557,'_shipping_company','Lice Clinics Of America - Gilroy'),(169774,3557,'_shipping_address_1','7680 Monterey St Ste 104'),(169775,3557,'_shipping_city','Gilroy'),(169776,3557,'_shipping_state','CA'),(169777,3557,'_shipping_postcode','95020'),(169778,3557,'_shipping_country','US'),(169779,3557,'_order_currency','USD'),(169780,3557,'_cart_discount','0'),(169781,3557,'_cart_discount_tax','0'),(169782,3557,'_order_shipping','0'),(169783,3557,'_order_shipping_tax','0'),(169784,3557,'_order_tax','0'),(169785,3557,'_order_total','1390.64'),(169786,3557,'_order_version','9.9.5'),(169787,3557,'_prices_include_tax','no'),(169788,3557,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(169789,3557,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(169790,3557,'is_vat_exempt','no'),(169791,3557,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:4:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:274.16000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:274.16000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:497.27999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:497.27999999999997;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:439.20000000000005;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:439.20000000000005;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:14:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1390.6400000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:7;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95020\";s:4:\"city\";s:6:\"Gilroy\";s:7:\"address\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_1\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:7:\"1390.64\";}}'),(169792,3557,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169793,3557,'_wc_order_attribution_source_type','referral'),(169794,3557,'_wc_order_attribution_referrer','https://www.paypal.com/'),(169795,3557,'_wc_order_attribution_utm_source','paypal.com'),(169796,3557,'_wc_order_attribution_utm_medium','referral'),(169797,3557,'_wc_order_attribution_utm_content','/'),(169798,3557,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/?cancel_order=true&order=wc_order_ozpW3jgl44r9E&order_id=3404&redirect&_wpnonce=d38a035837'),(169799,3557,'_wc_order_attribution_session_start_time','2025-05-12 20:43:39'),(169800,3557,'_wc_order_attribution_session_pages','1'),(169801,3557,'_wc_order_attribution_session_count','15'),(169802,3557,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(169803,3557,'_wc_order_attribution_device_type','Desktop'),(169804,3557,'Payment type','instant'),(169805,3557,'_paypal_status','completed'),(169806,3557,'_transaction_id','3S900653FY220013K'),(169807,3557,'PayPal Transaction Fee','49.02'),(169808,3557,'_date_paid','1751924581'),(169809,3557,'_paid_date','2025-07-07 21:43:01'),(169810,3558,'_order_key','wc_order_jLPwcnSZTsMe9'),(169811,3558,'_customer_user','3'),(169812,3558,'_payment_method','paypal'),(169813,3558,'_payment_method_title','PayPal'),(169814,3558,'_customer_ip_address','99.22.146.124'),(169815,3558,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169816,3558,'_created_via','checkout'),(169817,3558,'_cart_hash','1a9a419f25353987c27b8359ebf03a3e'),(169818,3558,'_download_permissions_granted','yes'),(169819,3558,'_recorded_sales','yes'),(169820,3558,'_recorded_coupon_usage_counts','yes'),(169821,3558,'_new_order_email_sent','true'),(169822,3558,'_order_stock_reduced','yes'),(169823,3558,'_billing_first_name','amanda'),(169824,3558,'_billing_last_name','westerman'),(169825,3558,'_billing_company','Lice Clinics of America McKinney'),(169826,3558,'_billing_address_1','3120 Hudson Crossing'),(169827,3558,'_billing_address_2','Suite A2'),(169828,3558,'_billing_city','MCKINNEY'),(169829,3558,'_billing_state','TX'),(169830,3558,'_billing_postcode','75070'),(169831,3558,'_billing_country','US'),(169832,3558,'_billing_email','awesterman1103@gmail.com'),(169833,3558,'_billing_phone','12144175741'),(169834,3558,'_shipping_first_name','amanda'),(169835,3558,'_shipping_last_name','westerman'),(169836,3558,'_shipping_company','Lice Clinics of America McKinney'),(169837,3558,'_shipping_address_1','3120 HUDSON XING'),(169838,3558,'_shipping_address_2','Suite A2'),(169839,3558,'_shipping_city','MCKINNEY'),(169840,3558,'_shipping_state','TX'),(169841,3558,'_shipping_postcode','75070'),(169842,3558,'_shipping_country','US'),(169843,3558,'_order_currency','USD'),(169844,3558,'_cart_discount','0'),(169845,3558,'_cart_discount_tax','0'),(169846,3558,'_order_shipping','0'),(169847,3558,'_order_shipping_tax','0'),(169848,3558,'_order_tax','0'),(169849,3558,'_order_total','808.35'),(169850,3558,'_order_version','9.9.5'),(169851,3558,'_prices_include_tax','no'),(169852,3558,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(169853,3558,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(169854,3558,'is_vat_exempt','no'),(169855,3558,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:14:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:808.35000000000002;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}s:13:\"cart_subtotal\";s:6:\"808.35\";}}'),(169856,3558,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169857,3558,'_wc_order_attribution_source_type','referral'),(169858,3558,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(169859,3558,'_wc_order_attribution_utm_source','lcaportal.com'),(169860,3558,'_wc_order_attribution_utm_medium','referral'),(169861,3558,'_wc_order_attribution_utm_content','/'),(169862,3558,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169863,3558,'_wc_order_attribution_session_start_time','2025-07-07 22:35:32'),(169864,3558,'_wc_order_attribution_session_pages','11'),(169865,3558,'_wc_order_attribution_session_count','5'),(169866,3558,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(169867,3558,'_wc_order_attribution_device_type','Desktop'),(169868,3558,'Payment type','instant'),(169869,3558,'_paypal_status','completed'),(169870,3558,'_transaction_id','8KD801075U729910A'),(169871,3558,'PayPal Transaction Fee','28.70'),(169872,3558,'_date_paid','1751928252'),(169873,3558,'_paid_date','2025-07-07 22:44:12'),(169875,3559,'_order_key','wc_order_ULQTgpJKqF9Fa'),(169876,3559,'_customer_user','6'),(169877,3559,'_payment_method','paypal'),(169878,3559,'_payment_method_title','PayPal'),(169879,3559,'_customer_ip_address','98.41.41.47'),(169880,3559,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(169881,3559,'_created_via','checkout'),(169882,3559,'_cart_hash','25cd2f30c3dfc7ecb42802e4f610aff4'),(169883,3559,'_download_permissions_granted','yes'),(169884,3559,'_recorded_sales','yes'),(169885,3559,'_recorded_coupon_usage_counts','yes'),(169886,3559,'_new_order_email_sent','true'),(169887,3559,'_order_stock_reduced','yes'),(169888,3559,'_billing_first_name','Amira'),(169889,3559,'_billing_last_name','Purto'),(169890,3559,'_billing_address_1','2520 Chandon Circle'),(169891,3559,'_billing_city','Modesto'),(169892,3559,'_billing_state','CA'),(169893,3559,'_billing_postcode','95355'),(169894,3559,'_billing_country','US'),(169895,3559,'_billing_email','amira77@sbcglobal.net'),(169896,3559,'_billing_phone','2096422061'),(169897,3559,'_shipping_first_name','Amira'),(169898,3559,'_shipping_last_name','Purto'),(169899,3559,'_shipping_address_1','2520 Chandon Circle'),(169900,3559,'_shipping_city','Modesto'),(169901,3559,'_shipping_state','CA'),(169902,3559,'_shipping_postcode','95355'),(169903,3559,'_shipping_country','US'),(169904,3559,'_order_currency','USD'),(169905,3559,'_cart_discount','0'),(169906,3559,'_cart_discount_tax','0'),(169907,3559,'_order_shipping','0'),(169908,3559,'_order_shipping_tax','0'),(169909,3559,'_order_tax','0'),(169910,3559,'_order_total','1031.50'),(169911,3559,'_order_version','9.9.5'),(169912,3559,'_prices_include_tax','no'),(169913,3559,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(169914,3559,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(169915,3559,'is_vat_exempt','no'),(169916,3559,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:9:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:14:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:14:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:14:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:14:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:14:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"38b3eff8baf56627478ec76a704e9b52\";a:14:{s:3:\"key\";s:32:\"38b3eff8baf56627478ec76a704e9b52\";s:10:\"product_id\";i:101;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:8.4000000000000004;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:8.4000000000000004;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:101;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1031.5;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1031.5\";}}'),(169917,3559,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(169918,3559,'_wc_order_attribution_source_type','typein'),(169919,3559,'_wc_order_attribution_utm_source','(direct)'),(169920,3559,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(169921,3559,'_wc_order_attribution_session_start_time','2025-06-06 08:46:52'),(169922,3559,'_wc_order_attribution_session_pages','6'),(169923,3559,'_wc_order_attribution_session_count','9'),(169924,3559,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(169925,3559,'_wc_order_attribution_device_type','Desktop'),(169926,3559,'Payment type','instant'),(169927,3559,'_paypal_status','completed'),(169928,3559,'_transaction_id','9MY69795W67468248'),(169929,3559,'PayPal Transaction Fee','36.49'),(169930,3559,'_date_paid','1751992077'),(169931,3559,'_paid_date','2025-07-08 16:27:57'),(169932,3557,'_edit_lock','1752008612:2'),(169933,3557,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168893\";s:12:\"date_shipped\";s:10:\"1751932800\";s:11:\"tracking_id\";s:32:\"b993eda8693c764c6cc0adfa17f664ce\";}}'),(169934,3557,'_edit_last','2'),(169935,3557,'_date_completed','1752008743'),(169936,3557,'_completed_date','2025-07-08 21:05:43'),(169937,3558,'_edit_lock','1752008764:2'),(169938,3558,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168930\";s:12:\"date_shipped\";s:10:\"1751932800\";s:11:\"tracking_id\";s:32:\"30d48b2533fa3a1841af2738c2433a67\";}}'),(169939,3558,'_edit_last','2'),(169940,3558,'_date_completed','1752008901'),(169941,3558,'_completed_date','2025-07-08 21:08:21'),(169942,3556,'_edit_lock','1752009974:2'),(169943,3556,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168850\";s:12:\"date_shipped\";s:10:\"1751932800\";s:11:\"tracking_id\";s:32:\"ce5412c7112814002592560bbf521226\";}}'),(169944,3556,'_edit_last','2'),(169945,3556,'_date_completed','1752010101'),(169946,3556,'_completed_date','2025-07-08 21:28:21'),(169947,3553,'_edit_lock','1752010164:2'),(169948,3553,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800168665\";s:12:\"date_shipped\";s:10:\"1751932800\";s:11:\"tracking_id\";s:32:\"53df1125840cbbbedd4f0e7874901024\";}}'),(169949,3553,'_edit_last','2'),(169950,3553,'_date_completed','1752010157'),(169951,3553,'_completed_date','2025-07-08 21:29:17'),(169952,3560,'_order_key','wc_order_uIEitaPHZYFjd'),(169953,3560,'_customer_user','100'),(169954,3560,'_payment_method','paypal'),(169955,3560,'_payment_method_title','PayPal'),(169956,3560,'_customer_ip_address','12.75.216.44'),(169957,3560,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(169958,3560,'_created_via','checkout'),(169959,3560,'_cart_hash','501e31f862b2488e5e2240c65706f7f2'),(169960,3560,'_download_permissions_granted','yes'),(169961,3560,'_recorded_sales','yes'),(169962,3560,'_recorded_coupon_usage_counts','yes'),(169963,3560,'_new_order_email_sent','true'),(169964,3560,'_order_stock_reduced','yes'),(169965,3560,'_billing_first_name','Michael'),(169966,3560,'_billing_last_name','Beckman'),(169967,3560,'_billing_address_1','921 Moraga Ave'),(169968,3560,'_billing_city','Piedmont'),(169969,3560,'_billing_state','CA'),(169970,3560,'_billing_postcode','94611'),(169971,3560,'_billing_country','US'),(169972,3560,'_billing_email','licetoknowyou@gmail.com'),(169973,3560,'_billing_phone','8585314583'),(169974,3560,'_shipping_first_name','Chelsey'),(169975,3560,'_shipping_last_name','Watkins'),(169976,3560,'_shipping_company','Lice Clinics of America - Sunnyvale'),(169977,3560,'_shipping_address_1','958 Redmond ave'),(169978,3560,'_shipping_city','San Jose'),(169979,3560,'_shipping_state','CA'),(169980,3560,'_shipping_postcode','95120'),(169981,3560,'_shipping_country','US'),(169982,3560,'_order_currency','USD'),(169983,3560,'_cart_discount','0'),(169984,3560,'_cart_discount_tax','0'),(169985,3560,'_order_shipping','61.56'),(169986,3560,'_order_shipping_tax','0'),(169987,3560,'_order_tax','0'),(169988,3560,'_order_total','418.11'),(169989,3560,'_order_version','9.9.5'),(169990,3560,'_prices_include_tax','no'),(169991,3560,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(169992,3560,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(169993,3560,'is_vat_exempt','no'),(169994,3560,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:235.20000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:235.19999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:14:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:356.55000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:100;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95120\";s:4:\"city\";s:8:\"San Jose\";s:7:\"address\";s:15:\"958 Redmond ave\";s:9:\"address_1\";s:15:\"958 Redmond ave\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"356.55\";}}'),(169995,3560,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(169996,3560,'_wc_order_attribution_source_type','referral'),(169997,3560,'_wc_order_attribution_referrer','https://lcaportal.com/'),(169998,3560,'_wc_order_attribution_utm_source','lcaportal.com'),(169999,3560,'_wc_order_attribution_utm_medium','referral'),(170000,3560,'_wc_order_attribution_utm_content','/'),(170001,3560,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170002,3560,'_wc_order_attribution_session_start_time','2025-07-09 17:24:52'),(170003,3560,'_wc_order_attribution_session_pages','6'),(170004,3560,'_wc_order_attribution_session_count','5'),(170005,3560,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(170006,3560,'_wc_order_attribution_device_type','Desktop'),(170007,3560,'Payment type','instant'),(170008,3560,'_paypal_status','completed'),(170009,3560,'_transaction_id','3AR88453J3598084G'),(170010,3560,'PayPal Transaction Fee','15.08'),(170011,3560,'_date_paid','1752082084'),(170012,3560,'_paid_date','2025-07-09 17:28:04'),(170013,3561,'_order_key','wc_order_lna2i8z3wARss'),(170014,3561,'_customer_user','60'),(170015,3561,'_payment_method','paypal'),(170016,3561,'_payment_method_title','PayPal'),(170017,3561,'_customer_ip_address','76.136.203.96'),(170018,3561,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(170019,3561,'_created_via','checkout'),(170020,3561,'_cart_hash','d066f57291016cf3782135c1c81ff730');
INSERT INTO `wp_postmeta` VALUES (170021,3561,'_download_permissions_granted','yes'),(170022,3561,'_recorded_sales','yes'),(170023,3561,'_recorded_coupon_usage_counts','yes'),(170024,3561,'_new_order_email_sent','true'),(170025,3561,'_order_stock_reduced','yes'),(170026,3561,'_billing_first_name','Jill'),(170027,3561,'_billing_last_name','Leshtz'),(170028,3561,'_billing_company','Lice clinics of America-North Shore'),(170029,3561,'_billing_address_1','1580 Lancelot Avenue'),(170030,3561,'_billing_city','Highland park'),(170031,3561,'_billing_state','IL'),(170032,3561,'_billing_postcode','60035'),(170033,3561,'_billing_country','US'),(170034,3561,'_billing_email','jleshtz@gmail.com'),(170035,3561,'_billing_phone','8473639001'),(170036,3561,'_shipping_first_name','Jill'),(170037,3561,'_shipping_last_name','Leshtz'),(170038,3561,'_shipping_company','Lice clinics of America-North Shore'),(170039,3561,'_shipping_address_1','1580 Lancelot Avenue'),(170040,3561,'_shipping_city','Highland park'),(170041,3561,'_shipping_state','IL'),(170042,3561,'_shipping_postcode','60035'),(170043,3561,'_shipping_country','US'),(170044,3561,'_order_currency','USD'),(170045,3561,'_cart_discount','0'),(170046,3561,'_cart_discount_tax','0'),(170047,3561,'_order_shipping','0'),(170048,3561,'_order_shipping_tax','0'),(170049,3561,'_order_tax','0'),(170050,3561,'_order_total','1368.40'),(170051,3561,'_order_version','9.9.5'),(170052,3561,'_prices_include_tax','no'),(170053,3561,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(170054,3561,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(170055,3561,'is_vat_exempt','no'),(170056,3561,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:3:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:25;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:490.00000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:490.00000000000006;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:428.40000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:5.6843418860808015E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:450;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:450;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:1368.4000000000001;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_1\";s:20:\"1580 Lancelot Avenue\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"1368.4\";}}'),(170057,3561,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(170058,3561,'_wc_order_attribution_source_type','referral'),(170059,3561,'_wc_order_attribution_referrer','https://lcaportal.com/'),(170060,3561,'_wc_order_attribution_utm_source','lcaportal.com'),(170061,3561,'_wc_order_attribution_utm_medium','referral'),(170062,3561,'_wc_order_attribution_utm_content','/'),(170063,3561,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170064,3561,'_wc_order_attribution_session_start_time','2025-07-09 17:59:43'),(170065,3561,'_wc_order_attribution_session_pages','4'),(170066,3561,'_wc_order_attribution_session_count','1'),(170067,3561,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(170068,3561,'_wc_order_attribution_device_type','Desktop'),(170069,3561,'Payment type','instant'),(170070,3561,'_paypal_status','completed'),(170071,3561,'_transaction_id','6G726102KF107694G'),(170072,3561,'PayPal Transaction Fee','48.25'),(170073,3561,'_date_paid','1752085471'),(170074,3561,'_paid_date','2025-07-09 18:24:31'),(170133,3563,'_elementor_edit_mode','builder'),(170134,3563,'_elementor_template_type','wp-page'),(170135,3563,'_elementor_version','3.28.4'),(170136,3563,'_elementor_pro_version','3.28.3'),(170137,3563,'_wp_page_template','default'),(170138,3563,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170139,3564,'_elementor_edit_mode','builder'),(170140,3564,'_elementor_template_type','wp-page'),(170141,3564,'_elementor_version','3.28.4'),(170142,3564,'_elementor_pro_version','3.28.3'),(170143,3564,'_wp_page_template','default'),(170144,3564,'_elementor_data','[{\"id\":\"94e9cf0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"cb6bbc0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"cc7eed2\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\\n \",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e3e0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span data-teams=\\\"true\\\">*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/span><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50b8370\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"4397119\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"c6c2cf9\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"963ba7e\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"103\",\"101\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170145,3565,'_elementor_edit_mode','builder'),(170146,3565,'_elementor_template_type','wp-page'),(170147,3565,'_elementor_version','3.28.4'),(170148,3565,'_elementor_pro_version','3.28.3'),(170149,3565,'_wp_page_template','default'),(170150,3565,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170170,3567,'_elementor_edit_mode','builder'),(170171,3567,'_elementor_template_type','wp-page'),(170172,3567,'_elementor_version','3.30.1'),(170173,3567,'_elementor_pro_version','3.30.0'),(170174,3567,'_wp_page_template','default'),(170175,3567,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170178,3568,'_elementor_edit_mode','builder'),(170179,3568,'_elementor_template_type','wp-page'),(170180,3568,'_elementor_version','3.30.1'),(170181,3568,'_elementor_pro_version','3.30.0'),(170182,3568,'_wp_page_template','default'),(170183,3568,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170186,3569,'_elementor_edit_mode','builder'),(170187,3569,'_elementor_template_type','wp-page'),(170188,3569,'_elementor_version','3.30.1'),(170189,3569,'_elementor_pro_version','3.30.0'),(170190,3569,'_wp_page_template','default'),(170191,3569,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170196,3570,'_elementor_edit_mode','builder'),(170197,3570,'_elementor_template_type','wp-page'),(170198,3570,'_elementor_version','3.30.1'),(170199,3570,'_elementor_pro_version','3.30.0'),(170200,3570,'_wp_page_template','default'),(170201,3570,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170204,3571,'_elementor_edit_mode','builder'),(170205,3571,'_elementor_template_type','wp-page'),(170206,3571,'_elementor_version','3.30.1'),(170207,3571,'_elementor_pro_version','3.30.0'),(170208,3571,'_wp_page_template','default'),(170209,3571,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170212,3572,'_elementor_edit_mode','builder'),(170213,3572,'_elementor_template_type','wp-page'),(170214,3572,'_elementor_version','3.30.1'),(170215,3572,'_elementor_pro_version','3.30.0'),(170216,3572,'_wp_page_template','default'),(170217,3572,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170222,3573,'_elementor_edit_mode','builder'),(170223,3573,'_elementor_template_type','wp-page'),(170224,3573,'_elementor_version','3.30.1'),(170225,3573,'_elementor_pro_version','3.30.0'),(170226,3573,'_wp_page_template','default'),(170227,3573,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170230,3574,'_elementor_edit_mode','builder'),(170231,3574,'_elementor_template_type','wp-page'),(170232,3574,'_elementor_version','3.30.1'),(170233,3574,'_elementor_pro_version','3.30.0'),(170234,3574,'_wp_page_template','default'),(170235,3574,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170238,3575,'_elementor_edit_mode','builder'),(170239,3575,'_elementor_template_type','wp-page'),(170240,3575,'_elementor_version','3.30.1'),(170241,3575,'_elementor_pro_version','3.30.0'),(170242,3575,'_wp_page_template','default'),(170243,3575,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170261,3577,'_wp_attached_file','2021/03/LCA-Horizontal-Logo_RGB.png'),(170262,3577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:318;s:4:\"file\";s:35:\"2021/03/LCA-Horizontal-Logo_RGB.png\";s:8:\"filesize\";i:17496;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"LCA-Horizontal-Logo_RGB-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2602;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-768x244.png\";s:5:\"width\";i:768;s:6:\"height\";i:244;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10891;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4615;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-600x191.png\";s:5:\"width\";i:600;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8383;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"LCA-Horizontal-Logo_RGB-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1941;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(170263,3578,'_elementor_edit_mode','builder'),(170264,3578,'_elementor_template_type','header'),(170265,3578,'_elementor_version','3.24.2'),(170266,3578,'_elementor_pro_version','3.24.1'),(170267,3578,'_wp_page_template','default'),(170268,3578,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"none\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(170269,3578,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170270,3578,'_elementor_screenshot','a:2:{s:2:\"id\";i:3102;s:3:\"url\";s:152:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2024-12-17-21-49-50_3153db8c.png\";}'),(170274,3579,'_elementor_edit_mode','builder'),(170275,3579,'_elementor_template_type','header'),(170276,3579,'_elementor_version','3.30.1'),(170277,3579,'_elementor_pro_version','3.30.0'),(170278,3579,'_wp_page_template','default'),(170279,3579,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(170280,3579,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170297,3581,'_elementor_edit_mode','builder'),(170298,3581,'_elementor_template_type','kit'),(170299,3581,'_elementor_version','3.23.1'),(170300,3581,'_elementor_pro_version','3.21.3'),(170301,3581,'_wp_page_template','default'),(170302,3581,'_elementor_page_settings','a:24:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:24:\"woocommerce_shop_page_id\";s:2:\"19\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(170303,3581,'_elementor_data','[]'),(170319,3582,'_elementor_edit_mode','builder'),(170320,3582,'_elementor_template_type','footer'),(170321,3582,'_elementor_version','3.1.4'),(170322,3582,'_elementor_pro_version','3.2.1'),(170323,3582,'_wp_page_template','default'),(170324,3582,'_elementor_data','[{\"id\":\"019cbf4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"ce4b4d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"f2f3bf8\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"fd03bbe\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\"},\"elements\":[{\"id\":\"bd5f7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3b9c0a2\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"c1c4006\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"1da1439\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"b882d1c\",\"elType\":\"widget\",\"settings\":{\"title\":\"CUSTOMER SERVICE\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"72e206e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>Ginesis Products<\\/strong><br \\/>2501 County Road 8<br \\/>Waterloo, AL 35677<br \\/>Ph# 800-492-4818<br \\/>Email ginesis@ginesis.com<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"0b07e64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"bd18043\",\"elType\":\"widget\",\"settings\":{\"title\":\"ADDITIONAL LINKS\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0cfca00\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(170325,3582,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170326,3582,'_elementor_screenshot_failed','2022-03-09 16:42:22'),(170329,3583,'_elementor_edit_mode','builder'),(170330,3583,'_elementor_template_type','footer'),(170331,3583,'_elementor_version','3.1.4'),(170332,3583,'_elementor_pro_version','3.2.1'),(170333,3583,'_wp_page_template','default'),(170334,3583,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170335,3583,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(170336,3583,'_elementor_screenshot_failed','2022-03-09 16:42:22'),(170345,3561,'_edit_lock','1752105130:2'),(170346,3561,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169249\";s:12:\"date_shipped\";s:10:\"1752019200\";s:11:\"tracking_id\";s:32:\"a80004893b0265474b69492b146c437b\";}}'),(170347,3561,'_edit_last','2'),(170348,3561,'_date_completed','1752105264'),(170349,3561,'_completed_date','2025-07-09 23:54:24'),(170350,3560,'_edit_lock','1752105313:2'),(170351,3560,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169227\";s:12:\"date_shipped\";s:10:\"1752019200\";s:11:\"tracking_id\";s:32:\"ff4fcbc4da4094b247ce736c9aa84a0c\";}}'),(170352,3560,'_edit_last','2'),(170353,3560,'_date_completed','1752105308'),(170354,3560,'_completed_date','2025-07-09 23:55:08'),(170355,3559,'_edit_lock','1752105254:2'),(170356,3559,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169135\";s:12:\"date_shipped\";s:10:\"1752019200\";s:11:\"tracking_id\";s:32:\"003c0bba7d7f3c617eae24d7fc21d3bd\";}}'),(170357,3559,'_edit_last','2'),(170358,3559,'_date_completed','1752105391'),(170359,3559,'_completed_date','2025-07-09 23:56:31'),(170368,3584,'_order_key','wc_order_nf8WhvK2RPcKH'),(170369,3584,'_customer_user','54'),(170370,3584,'_payment_method','paypal'),(170371,3584,'_payment_method_title','PayPal'),(170372,3584,'_customer_ip_address','76.157.247.238'),(170373,3584,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(170374,3584,'_created_via','checkout'),(170375,3584,'_cart_hash','53cd96563a817d643a3adff8748fd4d2'),(170376,3584,'_download_permissions_granted','yes'),(170377,3584,'_recorded_sales','yes'),(170378,3584,'_recorded_coupon_usage_counts','yes'),(170379,3584,'_new_order_email_sent','true'),(170380,3584,'_order_stock_reduced','yes'),(170381,3584,'_billing_first_name','Erin'),(170382,3584,'_billing_last_name','Hawn'),(170383,3584,'_billing_address_1','10 W Phillip Rd'),(170384,3584,'_billing_address_2','Suite 123'),(170385,3584,'_billing_city','Vernon Hills'),(170386,3584,'_billing_state','IL'),(170387,3584,'_billing_postcode','60061'),(170388,3584,'_billing_country','US'),(170389,3584,'_billing_email','info@liceclinicsvernonhills.com'),(170390,3584,'_billing_phone','8475960408'),(170391,3584,'_shipping_first_name','Erin'),(170392,3584,'_shipping_last_name','Hawn'),(170393,3584,'_shipping_address_1','1491 S Amarias Dr'),(170394,3584,'_shipping_city','Round lake'),(170395,3584,'_shipping_state','IL'),(170396,3584,'_shipping_postcode','60073'),(170397,3584,'_shipping_country','US'),(170398,3584,'_order_currency','USD'),(170399,3584,'_cart_discount','0'),(170400,3584,'_cart_discount_tax','0'),(170401,3584,'_order_shipping','0'),(170402,3584,'_order_shipping_tax','0'),(170403,3584,'_order_tax','0'),(170404,3584,'_order_total','986.84'),(170405,3584,'_order_version','9.9.5'),(170406,3584,'_prices_include_tax','no'),(170407,3584,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(170408,3584,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(170409,3584,'is_vat_exempt','no'),(170410,3584,'_shipping_packages','a:1:{i:0;a:6:{s:8:\"contents\";a:7:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:14:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:14:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:14:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:14:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:14:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:14:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:14:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";i:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";d:986.84000000000015;s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}s:13:\"cart_subtotal\";s:6:\"986.84\";}}'),(170411,3584,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(170412,3584,'_wc_order_attribution_source_type','typein'),(170413,3584,'_wc_order_attribution_utm_source','(direct)'),(170414,3584,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170415,3584,'_wc_order_attribution_session_start_time','2025-04-25 14:37:15'),(170416,3584,'_wc_order_attribution_session_pages','12'),(170417,3584,'_wc_order_attribution_session_count','9'),(170418,3584,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(170419,3584,'_wc_order_attribution_device_type','Desktop'),(170420,3584,'Payment type','instant'),(170421,3584,'_paypal_status','completed'),(170422,3584,'_transaction_id','6VD50964BA7471804'),(170423,3584,'PayPal Transaction Fee','34.93'),(170424,3584,'_date_paid','1752157609'),(170425,3584,'_paid_date','2025-07-10 14:26:49'),(170440,2110,'astra-migrate-meta-layouts','set'),(170441,23,'astra-migrate-meta-layouts','set'),(170442,38,'astra-migrate-meta-layouts','set'),(170443,2113,'astra-migrate-meta-layouts','set'),(170460,3587,'_elementor_edit_mode','builder'),(170461,3587,'_elementor_template_type','container'),(170462,3587,'_elementor_version','3.30.2'),(170463,3587,'_elementor_pro_version','3.30.0'),(170464,3588,'_elementor_edit_mode','builder'),(170465,3588,'_elementor_template_type','container'),(170466,3588,'_elementor_version','3.30.2'),(170467,3588,'_elementor_pro_version','3.30.0'),(170468,3587,'_wp_page_template','default'),(170469,3587,'_elementor_data','[{\"id\":\"69cf160e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"5bbef949\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dbc7865\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"567dc11b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170470,3589,'_elementor_edit_mode','builder'),(170471,3589,'_elementor_template_type','container'),(170472,3589,'_elementor_version','3.30.2'),(170473,3589,'_elementor_pro_version','3.30.0'),(170474,3589,'_wp_page_template','default'),(170475,3589,'_elementor_data','[{\"id\":\"69cf160e\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"5bbef949\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3dbc7865\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"567dc11b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(170477,3587,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}'),(170483,3590,'_elementor_edit_mode','builder'),(170484,3590,'_elementor_template_type','wp-page'),(170485,3590,'_elementor_version','3.28.4'),(170486,3590,'_elementor_pro_version','3.28.3'),(170487,3590,'_wp_page_template','default'),(170488,3590,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170491,3591,'_elementor_edit_mode','builder'),(170492,3591,'_elementor_template_type','wp-page'),(170493,3591,'_elementor_version','3.28.4'),(170494,3591,'_elementor_pro_version','3.28.3'),(170495,3591,'_wp_page_template','default'),(170496,3591,'_elementor_data','[{\"id\":\"6837dcd\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"270d45e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4ca1bc0\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170499,3592,'_elementor_edit_mode','builder'),(170500,3592,'_elementor_template_type','wp-page'),(170501,3592,'_elementor_version','3.28.4'),(170502,3592,'_elementor_pro_version','3.28.3'),(170503,3592,'_wp_page_template','default'),(170504,3592,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170520,531,'ast-site-content-layout','full-width-container'),(170521,531,'site-content-style','unboxed'),(170522,531,'site-sidebar-style','unboxed'),(170523,531,'astra-migrate-meta-layouts','set'),(170524,3593,'_elementor_edit_mode','builder'),(170525,3593,'_elementor_template_type','wp-page'),(170526,3593,'_elementor_version','3.30.2'),(170527,3593,'_elementor_pro_version','3.30.0'),(170528,3593,'_wp_page_template','default'),(170529,3593,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170530,3593,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:11:\"title_color\";i:6;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:5;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:4;s:15:\"query_posts_ids\";i:4;s:13:\"query_orderby\";i:4;s:11:\"query_order\";i:3;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:20:{s:11:\"title_color\";i:4;s:9:\"star_size\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:28:\"title_typography_font_weight\";i:4;s:11:\"price_color\";i:4;s:15:\"old_price_color\";i:4;s:13:\"title_spacing\";i:1;s:31:\"old_price_typography_typography\";i:2;s:32:\"old_price_typography_font_family\";i:2;s:32:\"old_price_typography_font_weight\";i:2;s:23:\"button_background_color\";i:3;s:19:\"button_border_color\";i:3;s:18:\"button_hover_color\";i:3;s:29:\"button_hover_background_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:27:\"price_typography_typography\";i:2;s:28:\"price_typography_font_family\";i:2;s:28:\"price_typography_font_weight\";i:2;s:17:\"button_text_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:3;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}}}}'),(170532,115,'ast-site-content-layout','full-width-container'),(170533,115,'site-content-style','unboxed'),(170534,115,'site-sidebar-style','unboxed'),(170535,115,'astra-migrate-meta-layouts','set'),(170536,3594,'_elementor_edit_mode','builder'),(170537,3594,'_elementor_template_type','wp-page'),(170538,3594,'_elementor_version','3.30.1'),(170539,3594,'_elementor_pro_version','3.30.0'),(170540,3594,'_wp_page_template','default'),(170541,3594,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170542,3594,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:11:\"title_color\";i:6;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:5;s:14:\"_element_width\";i:4;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:2;s:6:\"margin\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:2;s:16:\"flex_align_items\";i:2;s:8:\"flex_gap\";i:2;s:11:\"boxed_width\";i:2;s:9:\"flex_wrap\";i:1;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:4;s:15:\"query_posts_ids\";i:4;s:13:\"query_orderby\";i:4;s:11:\"query_order\";i:3;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:2;s:8:\"paginate\";i:4;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:30:{s:11:\"title_color\";i:4;s:9:\"star_size\";i:4;s:27:\"title_typography_typography\";i:4;s:28:\"title_typography_font_family\";i:4;s:28:\"title_typography_font_weight\";i:4;s:11:\"price_color\";i:4;s:15:\"old_price_color\";i:4;s:7:\"row_gap\";i:4;s:5:\"align\";i:4;s:27:\"price_typography_typography\";i:3;s:28:\"price_typography_font_family\";i:3;s:28:\"price_typography_font_weight\";i:3;s:31:\"old_price_typography_typography\";i:3;s:32:\"old_price_typography_font_family\";i:3;s:32:\"old_price_typography_font_weight\";i:3;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:4;s:27:\"automatically_align_buttons\";i:4;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:13:\"title_spacing\";i:1;s:23:\"button_background_color\";i:3;s:19:\"button_border_color\";i:3;s:18:\"button_hover_color\";i:3;s:29:\"button_hover_background_color\";i:3;s:25:\"button_hover_border_color\";i:3;s:17:\"button_text_color\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:3;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}}'),(170545,3595,'_elementor_edit_mode','builder'),(170546,3595,'_elementor_template_type','wp-page'),(170547,3595,'_elementor_version','3.30.2'),(170548,3595,'_elementor_pro_version','3.30.0'),(170549,3595,'_wp_page_template','default'),(170550,3595,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170551,3596,'_elementor_edit_mode','builder'),(170552,3596,'_elementor_template_type','wp-page'),(170553,3596,'_elementor_version','3.30.2'),(170554,3596,'_elementor_pro_version','3.30.0'),(170555,3596,'_wp_page_template','default'),(170556,3596,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170557,3597,'_elementor_edit_mode','builder'),(170558,3597,'_elementor_template_type','wp-page'),(170559,3597,'_elementor_version','3.30.2'),(170560,3597,'_elementor_pro_version','3.30.0'),(170561,3597,'_wp_page_template','default'),(170562,3597,'_elementor_data','[{\"id\":\"4833738b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"11582364\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2d96ed24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"70307254\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"dce7315\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"a743796\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"fccb824\",\"elType\":\"widget\",\"settings\":{\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"192782c\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"9b23de4\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"300c416\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4245c9d\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"085e8c3\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c83eedb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2963088\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a73e9ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#6AB2D2\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3c0e360\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"efbed35\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50401b1\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#6AB2D2\",\"old_price_color\":\"#6AB2D2\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#6AB2D2\",\"button_border_color\":\"#6AB2D2\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#348D9F\",\"button_hover_border_color\":\"#348D9F\",\"title_color\":\"#6AB2D2\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8963897\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"9f77fda\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"b73b4b4\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"b551113\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"88fe5cd\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f058d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a6933bb\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e04f6bb\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8929b1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7b2f043\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"8b18dd5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#646569\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b83eb45\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#646569\",\"button_hover_border_color\":\"#646569\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"d5cfb6f\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"fa7b7eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ea40518\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(170564,531,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;s:11:\"title_color\";i:6;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}}'),(170568,3598,'_elementor_edit_mode','builder'),(170569,3598,'_elementor_template_type','wp-page'),(170570,3598,'_elementor_version','3.30.1'),(170571,3598,'_elementor_pro_version','3.30.0'),(170572,3598,'_wp_page_template','default'),(170573,3598,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170576,3599,'_elementor_edit_mode','builder'),(170577,3599,'_elementor_template_type','wp-page'),(170578,3599,'_elementor_version','3.30.1'),(170579,3599,'_elementor_pro_version','3.30.0'),(170580,3599,'_wp_page_template','default'),(170581,3599,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170584,3600,'_elementor_edit_mode','builder'),(170585,3600,'_elementor_template_type','wp-page'),(170586,3600,'_elementor_version','3.30.1'),(170587,3600,'_elementor_pro_version','3.30.0'),(170588,3600,'_wp_page_template','default'),(170589,3600,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170605,3601,'_elementor_edit_mode','builder'),(170606,3601,'_elementor_template_type','section'),(170607,3601,'_elementor_version','3.30.2'),(170608,3601,'_elementor_pro_version','3.30.0'),(170610,3602,'_elementor_edit_mode','builder'),(170611,3602,'_elementor_template_type','section'),(170612,3602,'_elementor_version','3.30.2'),(170613,3602,'_elementor_pro_version','3.30.0'),(170614,3602,'_elementor_page_settings',''),(170615,3601,'_wp_page_template','default'),(170616,3601,'_elementor_data','[{\"id\":\"7a53e791\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf46898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50fb8ee9\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false}]'),(170617,3603,'_elementor_edit_mode','builder'),(170618,3603,'_elementor_template_type','section'),(170619,3603,'_elementor_version','3.30.2'),(170620,3603,'_elementor_pro_version','3.30.0'),(170621,3603,'_wp_page_template','default'),(170622,3603,'_elementor_data','[{\"id\":\"7a53e791\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"bf46898\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"50fb8ee9\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_show_plans\":[\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}],\"isInner\":false}]'),(170624,3601,'_elementor_page_settings',''),(170625,3601,'_elementor_controls_usage','a:2:{s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(170645,3605,'_elementor_edit_mode','builder'),(170646,3605,'_elementor_template_type','wp-page'),(170647,3605,'_elementor_version','3.30.2'),(170648,3605,'_elementor_pro_version','3.30.0'),(170649,3605,'_wp_page_template','default'),(170650,3605,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170652,3606,'_elementor_edit_mode','builder'),(170653,3606,'_elementor_template_type','wp-page'),(170654,3606,'_elementor_version','3.30.2'),(170655,3606,'_elementor_pro_version','3.30.0'),(170656,3606,'_wp_page_template','default'),(170657,3606,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"frantf\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170659,3607,'_elementor_edit_mode','builder'),(170660,3607,'_elementor_template_type','wp-page'),(170661,3607,'_elementor_version','3.30.2'),(170662,3607,'_elementor_pro_version','3.30.0'),(170663,3607,'_wp_page_template','default'),(170664,3607,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(170672,3608,'_order_key','wc_order_mRutItLTcv1qM'),(170673,3608,'_customer_user','3'),(170674,3608,'_payment_method','paypal'),(170675,3608,'_payment_method_title','PayPal'),(170676,3608,'_customer_ip_address','99.22.146.124'),(170677,3608,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(170678,3608,'_created_via','checkout'),(170679,3608,'_cart_hash','273604381de0d858ef320c1bac7a752b'),(170680,3608,'_download_permissions_granted','yes'),(170681,3608,'_recorded_sales','yes'),(170682,3608,'_recorded_coupon_usage_counts','yes'),(170683,3608,'_new_order_email_sent','true'),(170684,3608,'_order_stock_reduced','yes'),(170685,3608,'_billing_first_name','amanda'),(170686,3608,'_billing_last_name','westerman'),(170687,3608,'_billing_company','Lice Clinics of America McKinney'),(170688,3608,'_billing_address_1','3120 Hudson Crossing'),(170689,3608,'_billing_address_2','Suite A2'),(170690,3608,'_billing_city','MCKINNEY'),(170691,3608,'_billing_state','TX'),(170692,3608,'_billing_postcode','75070'),(170693,3608,'_billing_country','US'),(170694,3608,'_billing_email','awesterman1103@gmail.com'),(170695,3608,'_billing_phone','12144175741'),(170696,3608,'_shipping_first_name','amanda'),(170697,3608,'_shipping_last_name','westerman'),(170698,3608,'_shipping_company','Lice Clinics of America Lewisville'),(170699,3608,'_shipping_address_1','522 Edmonds Ln'),(170700,3608,'_shipping_address_2','Suite 102'),(170701,3608,'_shipping_city','Lewisville'),(170702,3608,'_shipping_state','TX'),(170703,3608,'_shipping_postcode','75067'),(170704,3608,'_shipping_country','US'),(170705,3608,'_order_currency','USD'),(170706,3608,'_cart_discount','0'),(170707,3608,'_cart_discount_tax','0'),(170708,3608,'_order_shipping','0'),(170709,3608,'_order_shipping_tax','0'),(170710,3608,'_order_tax','0'),(170711,3608,'_order_total','692.70'),(170712,3608,'_order_version','9.9.5'),(170713,3608,'_prices_include_tax','no'),(170714,3608,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(170715,3608,'_shipping_address_index','amanda westerman Lice Clinics of America Lewisville 522 Edmonds Ln Suite 102 Lewisville TX 75067 US '),(170716,3608,'is_vat_exempt','no'),(170717,3608,'_wc_order_attribution_source_type','referral'),(170718,3608,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(170719,3608,'_wc_order_attribution_utm_source','lcaportal.com'),(170720,3608,'_wc_order_attribution_utm_medium','referral'),(170721,3608,'_wc_order_attribution_utm_content','/'),(170722,3608,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170723,3608,'_wc_order_attribution_session_start_time','2025-07-10 20:41:33'),(170724,3608,'_wc_order_attribution_session_pages','6'),(170725,3608,'_wc_order_attribution_session_count','3'),(170726,3608,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36'),(170727,3608,'_wc_order_attribution_device_type','Desktop'),(170728,3608,'Payment type','instant'),(170729,3608,'_paypal_status','completed'),(170730,3608,'_transaction_id','8US572680A0611337'),(170731,3608,'PayPal Transaction Fee','24.67'),(170732,3608,'_date_paid','1752180399'),(170733,3608,'_paid_date','2025-07-10 20:46:39'),(170734,3609,'_order_key','wc_order_yYylepXm4ecfg'),(170735,3609,'_customer_user','100'),(170736,3609,'_payment_method','paypal'),(170737,3609,'_payment_method_title','PayPal'),(170738,3609,'_customer_ip_address','73.158.157.52'),(170739,3609,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(170740,3609,'_created_via','checkout'),(170741,3609,'_cart_hash','e8f09ecc65d1a87c68149bb0f7e440c7'),(170742,3609,'_download_permissions_granted','yes'),(170743,3609,'_recorded_sales','yes'),(170744,3609,'_recorded_coupon_usage_counts','yes'),(170745,3609,'_new_order_email_sent','true'),(170746,3609,'_order_stock_reduced','yes'),(170747,3609,'_billing_first_name','Michael'),(170748,3609,'_billing_last_name','Beckman'),(170749,3609,'_billing_address_1','921 Moraga Ave'),(170750,3609,'_billing_city','Piedmont'),(170751,3609,'_billing_state','CA'),(170752,3609,'_billing_postcode','94611'),(170753,3609,'_billing_country','US'),(170754,3609,'_billing_email','licetoknowyou@gmail.com'),(170755,3609,'_billing_phone','8585314583'),(170756,3609,'_shipping_first_name','Chelsey'),(170757,3609,'_shipping_last_name','Watkins'),(170758,3609,'_shipping_company','Lice Clinics of America - Sunnyvale'),(170759,3609,'_shipping_address_1','958 Redmond ave'),(170760,3609,'_shipping_city','San Jose'),(170761,3609,'_shipping_state','CA'),(170762,3609,'_shipping_postcode','95120'),(170763,3609,'_shipping_country','US'),(170764,3609,'_order_currency','USD'),(170765,3609,'_cart_discount','0'),(170766,3609,'_cart_discount_tax','0'),(170767,3609,'_order_shipping','40.41'),(170768,3609,'_order_shipping_tax','0'),(170769,3609,'_order_tax','0'),(170770,3609,'_order_total','463.61'),(170771,3609,'_order_version','9.9.5'),(170772,3609,'_prices_include_tax','no'),(170773,3609,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(170774,3609,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(170775,3609,'is_vat_exempt','no'),(170776,3609,'_wc_order_attribution_source_type','referral'),(170777,3609,'_wc_order_attribution_referrer','https://lcaportal.com/'),(170778,3609,'_wc_order_attribution_utm_source','lcaportal.com'),(170779,3609,'_wc_order_attribution_utm_medium','referral'),(170780,3609,'_wc_order_attribution_utm_content','/'),(170781,3609,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170782,3609,'_wc_order_attribution_session_start_time','2025-07-11 02:08:41'),(170783,3609,'_wc_order_attribution_session_pages','1'),(170784,3609,'_wc_order_attribution_session_count','7'),(170785,3609,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(170786,3609,'_wc_order_attribution_device_type','Desktop'),(170787,3609,'Payment type','instant'),(170788,3609,'_paypal_status','completed'),(170789,3609,'_transaction_id','0RV39933163783922'),(170790,3609,'PayPal Transaction Fee','16.67'),(170791,3609,'_date_paid','1752245045'),(170792,3609,'_paid_date','2025-07-11 14:44:05'),(170793,3610,'_order_key','wc_order_qBnB1CrzBjEOh'),(170794,3610,'_customer_user','76'),(170795,3610,'_payment_method','paypal'),(170796,3610,'_payment_method_title','PayPal'),(170797,3610,'_customer_ip_address','73.4.217.219'),(170798,3610,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(170799,3610,'_created_via','checkout'),(170800,3610,'_cart_hash','81ec30a4af7e48d44f205f3176051593'),(170801,3610,'_download_permissions_granted','yes'),(170802,3610,'_recorded_sales','yes'),(170803,3610,'_recorded_coupon_usage_counts','yes'),(170804,3610,'_new_order_email_sent','true'),(170805,3610,'_order_stock_reduced','yes'),(170806,3610,'_billing_first_name','Naomi'),(170807,3610,'_billing_last_name','Golden'),(170808,3610,'_billing_address_1','31 Mann Ave'),(170809,3610,'_billing_city','Needham'),(170810,3610,'_billing_state','MA'),(170811,3610,'_billing_postcode','02492'),(170812,3610,'_billing_country','US'),(170813,3610,'_billing_email','nrgolden6486@gmail.com'),(170814,3610,'_billing_phone','6178511322'),(170815,3610,'_shipping_first_name','Naomi'),(170816,3610,'_shipping_last_name','Golden'),(170817,3610,'_shipping_company','Lice Aunties'),(170818,3610,'_shipping_address_1','3 Baldwin Green Common'),(170819,3610,'_shipping_address_2','Suite 310'),(170820,3610,'_shipping_city','Woburn'),(170821,3610,'_shipping_state','MA'),(170822,3610,'_shipping_postcode','01801'),(170823,3610,'_shipping_country','US'),(170824,3610,'_order_currency','USD'),(170825,3610,'_cart_discount','0'),(170826,3610,'_cart_discount_tax','0'),(170827,3610,'_order_shipping','0'),(170828,3610,'_order_shipping_tax','0'),(170829,3610,'_order_tax','0'),(170830,3610,'_order_total','516.00'),(170831,3610,'_order_version','9.9.5'),(170832,3610,'_prices_include_tax','no'),(170833,3610,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(170834,3610,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(170835,3610,'is_vat_exempt','no'),(170836,3610,'_wc_order_attribution_source_type','typein'),(170837,3610,'_wc_order_attribution_utm_source','(direct)'),(170838,3610,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170839,3610,'_wc_order_attribution_session_start_time','2025-07-10 20:33:18'),(170840,3610,'_wc_order_attribution_session_pages','5'),(170841,3610,'_wc_order_attribution_session_count','3'),(170842,3610,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(170843,3610,'_wc_order_attribution_device_type','Desktop'),(170844,3610,'Payment type','instant'),(170845,3610,'_paypal_status','completed'),(170846,3610,'_transaction_id','4WY89873SN662001S'),(170847,3610,'PayPal Transaction Fee','18.50'),(170848,3610,'_date_paid','1752275418'),(170849,3610,'_paid_date','2025-07-11 23:10:18'),(170850,3611,'_order_key','wc_order_oq7P2yMqXuq61'),(170851,3611,'_customer_user','50'),(170852,3611,'_payment_method','paypal'),(170853,3611,'_payment_method_title','PayPal'),(170854,3611,'_customer_ip_address','24.34.196.21'),(170855,3611,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(170856,3611,'_created_via','checkout'),(170857,3611,'_cart_hash','f012416dae1621fa94feec08b96a6465'),(170858,3611,'_download_permissions_granted','yes'),(170859,3611,'_recorded_sales','yes'),(170860,3611,'_recorded_coupon_usage_counts','yes'),(170861,3611,'_new_order_email_sent','true'),(170862,3611,'_order_stock_reduced','yes'),(170863,3611,'_billing_first_name','Christine'),(170864,3611,'_billing_last_name','Cherry'),(170865,3611,'_billing_company','NITS END'),(170866,3611,'_billing_address_1','PO BOX 1092'),(170867,3611,'_billing_city','Campton'),(170868,3611,'_billing_state','NH'),(170869,3611,'_billing_postcode','03223'),(170870,3611,'_billing_country','US'),(170871,3611,'_billing_email','info@liceclinicsplaistow.com'),(170872,3611,'_billing_phone','16034983390'),(170873,3611,'_shipping_first_name','Megan'),(170874,3611,'_shipping_last_name','ONeil'),(170875,3611,'_shipping_address_1','22 Main st'),(170876,3611,'_shipping_city','Atkinson'),(170877,3611,'_shipping_state','NH'),(170878,3611,'_shipping_postcode','03811'),(170879,3611,'_shipping_country','US'),(170880,3611,'_order_currency','USD'),(170881,3611,'_cart_discount','0'),(170882,3611,'_cart_discount_tax','0'),(170883,3611,'_order_shipping','0'),(170884,3611,'_order_shipping_tax','0'),(170885,3611,'_order_tax','0'),(170886,3611,'_order_total','513.00'),(170887,3611,'_order_version','9.9.5'),(170888,3611,'_prices_include_tax','no'),(170889,3611,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(170890,3611,'_shipping_address_index','Megan ONeil  22 Main st  Atkinson NH 03811 US '),(170891,3611,'is_vat_exempt','no'),(170892,3611,'_wc_order_attribution_source_type','typein'),(170893,3611,'_wc_order_attribution_utm_source','(direct)'),(170894,3611,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(170895,3611,'_wc_order_attribution_session_start_time','2025-07-11 16:44:31'),(170896,3611,'_wc_order_attribution_session_pages','11'),(170897,3611,'_wc_order_attribution_session_count','2'),(170898,3611,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(170899,3611,'_wc_order_attribution_device_type','Desktop'),(170900,3611,'Payment type','instant'),(170901,3611,'_paypal_status','completed'),(170902,3611,'_transaction_id','5RS46321459013702'),(170903,3611,'PayPal Transaction Fee','18.39'),(170904,3611,'_date_paid','1752276865'),(170905,3611,'_paid_date','2025-07-11 23:34:25'),(170906,3584,'_edit_lock','1752536061:2'),(170907,3584,'_edit_last','2'),(170908,3608,'_edit_lock','1752289585:2'),(170909,3608,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169525\";s:12:\"date_shipped\";s:10:\"1752278400\";s:11:\"tracking_id\";s:32:\"3d05b5510754975af701bf0137169aef\";}}'),(170910,3608,'_edit_last','2'),(170911,3608,'_date_completed','1752289723'),(170912,3608,'_completed_date','2025-07-12 03:08:43'),(170913,3609,'_edit_lock','1752289649:2'),(170914,3609,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169591\";s:12:\"date_shipped\";s:10:\"1752278400\";s:11:\"tracking_id\";s:32:\"edf0727b292c2f3562d00680513a7bdf\";}}'),(170915,3609,'_edit_last','2'),(170916,3609,'_date_completed','1752289787'),(170917,3609,'_completed_date','2025-07-12 03:09:47'),(170949,3613,'_edit_lock','1752453975:2'),(170950,3613,'_edit_last','2'),(170951,3613,'_start_date','2025-07-14 00:00:00'),(170953,3613,'_end_date',''),(170958,3614,'_order_key','wc_order_RbBiLEilgoAIt'),(170959,3614,'_customer_user','87'),(170960,3614,'_payment_method','paypal'),(170961,3614,'_payment_method_title','PayPal'),(170962,3614,'_customer_ip_address','75.7.15.79'),(170963,3614,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(170964,3614,'_created_via','checkout'),(170965,3614,'_cart_hash','e5038fa04a0feb479b848f0dd9abde9b'),(170966,3614,'_download_permissions_granted','yes'),(170967,3614,'_recorded_sales','yes'),(170968,3614,'_recorded_coupon_usage_counts','yes'),(170969,3614,'_new_order_email_sent','true'),(170970,3614,'_order_stock_reduced','yes'),(170971,3614,'_billing_first_name','Wade'),(170972,3614,'_billing_last_name','Huntsman'),(170973,3614,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(170974,3614,'_billing_address_1','3421 E 21st'),(170975,3614,'_billing_city','Tulsa'),(170976,3614,'_billing_state','OK'),(170977,3614,'_billing_postcode','74114'),(170978,3614,'_billing_country','US'),(170979,3614,'_billing_email','info@liceclinicsmidsouth.com'),(170980,3614,'_billing_phone','9189783329'),(170981,3614,'_shipping_first_name','Wade'),(170982,3614,'_shipping_last_name','Huntsman'),(170983,3614,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(170984,3614,'_shipping_address_1','3421 E 21st'),(170985,3614,'_shipping_city','Tulsa'),(170986,3614,'_shipping_state','OK'),(170987,3614,'_shipping_postcode','74114'),(170988,3614,'_shipping_country','US'),(170989,3614,'_order_currency','USD'),(170990,3614,'_cart_discount','0'),(170991,3614,'_cart_discount_tax','0'),(170992,3614,'_order_shipping','0'),(170993,3614,'_order_shipping_tax','0'),(170994,3614,'_order_tax','0'),(170995,3614,'_order_total','704.80'),(170996,3614,'_order_version','9.9.5'),(170997,3614,'_prices_include_tax','no'),(170998,3614,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(170999,3614,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(171000,3614,'is_vat_exempt','no'),(171001,3614,'_wc_order_attribution_source_type','typein'),(171002,3614,'_wc_order_attribution_utm_source','(direct)'),(171003,3614,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171004,3614,'_wc_order_attribution_session_start_time','2025-07-14 16:24:54'),(171005,3614,'_wc_order_attribution_session_pages','7'),(171006,3614,'_wc_order_attribution_session_count','1'),(171007,3614,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171008,3614,'_wc_order_attribution_device_type','Desktop'),(171009,3614,'Payment type','instant'),(171010,3614,'_paypal_status','completed'),(171011,3614,'_transaction_id','5146401599473542F'),(171012,3614,'PayPal Transaction Fee','25.09'),(171013,3614,'_date_paid','1752511041'),(171014,3614,'_paid_date','2025-07-14 16:37:21'),(171015,3615,'_order_key','wc_order_vhTGIhethx5so'),(171016,3615,'_customer_user','29'),(171017,3615,'_payment_method','paypal'),(171018,3615,'_payment_method_title','PayPal'),(171019,3615,'_customer_ip_address','104.28.55.89'),(171020,3615,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(171021,3615,'_created_via','checkout'),(171022,3615,'_cart_hash','da07edc2ab03211bdd1d1531c2475d57'),(171023,3615,'_download_permissions_granted','yes'),(171024,3615,'_recorded_sales','yes'),(171025,3615,'_recorded_coupon_usage_counts','yes'),(171026,3615,'_new_order_email_sent','true'),(171027,3615,'_order_stock_reduced','yes'),(171028,3615,'_billing_first_name','Nicole'),(171029,3615,'_billing_last_name','Reilly'),(171030,3615,'_billing_address_1','5460 Richie Ct'),(171031,3615,'_billing_city','Pipersville'),(171032,3615,'_billing_state','PA'),(171033,3615,'_billing_postcode','18947'),(171034,3615,'_billing_country','US'),(171035,3615,'_billing_email','info@liceclinicslansdale.com'),(171036,3615,'_billing_phone','2156941408'),(171037,3615,'_shipping_first_name','Nicole'),(171038,3615,'_shipping_last_name','Reilly'),(171039,3615,'_shipping_company','LCA Lansdale'),(171040,3615,'_shipping_address_1','2131 North Broad Street'),(171041,3615,'_shipping_address_2','Suite 101'),(171042,3615,'_shipping_city','Lansdale'),(171043,3615,'_shipping_state','PA'),(171044,3615,'_shipping_postcode','19446'),(171045,3615,'_shipping_country','US'),(171046,3615,'_order_currency','USD'),(171047,3615,'_cart_discount','0'),(171048,3615,'_cart_discount_tax','0'),(171049,3615,'_order_shipping','27.19'),(171050,3615,'_order_shipping_tax','0'),(171051,3615,'_order_tax','0'),(171052,3615,'_order_total','66.39'),(171053,3615,'_order_version','9.9.5'),(171054,3615,'_prices_include_tax','no'),(171055,3615,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(171056,3615,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(171058,3615,'_wc_order_attribution_source_type','typein'),(171059,3615,'_wc_order_attribution_referrer','https://lcaportalstoreg.liceclinicsofamerica.com/cart/'),(171060,3615,'_wc_order_attribution_utm_source','(direct)'),(171061,3615,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/'),(171062,3615,'_wc_order_attribution_session_start_time','2025-07-14 19:02:36'),(171063,3615,'_wc_order_attribution_session_pages','5'),(171064,3615,'_wc_order_attribution_session_count','1'),(171065,3615,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(171066,3615,'_wc_order_attribution_device_type','Mobile'),(171067,3615,'is_vat_exempt','no'),(171068,3615,'Payment type','instant'),(171069,3615,'_paypal_status','completed'),(171070,3615,'_transaction_id','6LW15068H55912008'),(171071,3615,'PayPal Transaction Fee','2.81'),(171072,3615,'_date_paid','1752520020'),(171073,3615,'_paid_date','2025-07-14 19:07:00'),(171074,3616,'_order_key','wc_order_4I1MeoFXDRE82'),(171075,3616,'_customer_user','105'),(171076,3616,'_payment_method','paypal'),(171077,3616,'_payment_method_title','PayPal'),(171078,3616,'_customer_ip_address','67.177.160.177'),(171079,3616,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171080,3616,'_created_via','checkout'),(171081,3616,'_cart_hash','2d91d63949b290eba050066b2f704966'),(171082,3616,'_download_permissions_granted','yes'),(171083,3616,'_recorded_sales','yes'),(171084,3616,'_recorded_coupon_usage_counts','yes'),(171085,3616,'_new_order_email_sent','true'),(171086,3616,'_order_stock_reduced','yes'),(171087,3616,'_billing_first_name','Joseph'),(171088,3616,'_billing_last_name','West'),(171089,3616,'_billing_company','MAJESTIC PEACOCK LLC'),(171090,3616,'_billing_address_1','615 Crofton Park Ln'),(171091,3616,'_billing_city','Franklin'),(171092,3616,'_billing_state','TN'),(171093,3616,'_billing_postcode','37069'),(171094,3616,'_billing_country','US'),(171095,3616,'_billing_email','info@nashville.liceclinicsofamerica.com'),(171096,3616,'_billing_phone','8042184232'),(171097,3616,'_shipping_first_name','Joseph'),(171098,3616,'_shipping_last_name','West'),(171099,3616,'_shipping_company','LCA - Williamson County'),(171100,3616,'_shipping_address_1','330 Mallory Station Rd'),(171101,3616,'_shipping_address_2','F17'),(171102,3616,'_shipping_city','Franklin'),(171103,3616,'_shipping_state','TN'),(171104,3616,'_shipping_postcode','37067'),(171105,3616,'_shipping_country','US'),(171106,3616,'_order_currency','USD'),(171107,3616,'_cart_discount','0'),(171108,3616,'_cart_discount_tax','0'),(171109,3616,'_order_shipping','0'),(171110,3616,'_order_shipping_tax','0'),(171111,3616,'_order_tax','0'),(171112,3616,'_order_total','2308.15'),(171113,3616,'_order_version','9.9.5'),(171114,3616,'_prices_include_tax','no'),(171115,3616,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(171116,3616,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(171117,3616,'is_vat_exempt','no'),(171118,3616,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:136.304;s:35:\"product_level_based_on_tax_settings\";d:136.304;s:10:\"cart_level\";d:0;s:5:\"total\";d:136.304;s:27:\"total_based_on_tax_settings\";d:136.304;}}'),(171119,3616,'_wc_order_attribution_source_type','referral'),(171120,3616,'_wc_order_attribution_referrer','https://lcaportal.com/'),(171121,3616,'_wc_order_attribution_utm_source','lcaportal.com'),(171122,3616,'_wc_order_attribution_utm_medium','referral'),(171123,3616,'_wc_order_attribution_utm_content','/'),(171124,3616,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171125,3616,'_wc_order_attribution_session_start_time','2025-07-14 20:11:52'),(171126,3616,'_wc_order_attribution_session_pages','6'),(171127,3616,'_wc_order_attribution_session_count','1'),(171128,3616,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171129,3616,'_wc_order_attribution_device_type','Desktop'),(171130,3616,'Payment type','instant'),(171131,3616,'_paypal_status','completed'),(171132,3616,'_transaction_id','7GB9389594050622W'),(171133,3616,'PayPal Transaction Fee','81.04'),(171134,3616,'_date_paid','1752524276'),(171135,3616,'_paid_date','2025-07-14 20:17:56'),(171136,3610,'_edit_lock','1752535089:2'),(171137,3610,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169640\";s:12:\"date_shipped\";s:10:\"1752451200\";s:11:\"tracking_id\";s:32:\"7c027178ad6f07f66a14a2934f2a5167\";}}'),(171138,3610,'_edit_last','2'),(171139,3610,'_date_completed','1752535145'),(171140,3610,'_completed_date','2025-07-14 23:19:05'),(171141,3611,'_edit_lock','1752535831:2'),(171142,3611,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169661\";s:12:\"date_shipped\";s:10:\"1752451200\";s:11:\"tracking_id\";s:32:\"d3e1b33eb5811a8145789867d52fa70a\";}}'),(171143,3611,'_edit_last','2'),(171144,3611,'_date_completed','1752535268'),(171145,3611,'_completed_date','2025-07-14 23:21:08'),(171146,3617,'_order_key','wc_order_DvGRsxNTNSUcx'),(171147,3617,'_customer_user','90'),(171148,3617,'_payment_method','paypal'),(171149,3617,'_payment_method_title','PayPal'),(171150,3617,'_customer_ip_address','75.48.216.88'),(171151,3617,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171152,3617,'_created_via','checkout'),(171153,3617,'_cart_hash','065c460bd41252c802489dd56a32a76a'),(171154,3617,'_download_permissions_granted','yes'),(171155,3617,'_recorded_sales','yes'),(171156,3617,'_recorded_coupon_usage_counts','yes'),(171157,3617,'_new_order_email_sent','true'),(171158,3617,'_order_stock_reduced','yes'),(171159,3617,'_billing_first_name','Mike'),(171160,3617,'_billing_last_name','Brehm'),(171161,3617,'_billing_company','Remedy'),(171162,3617,'_billing_address_1','5258 Plainfield Ave NE'),(171163,3617,'_billing_city','Grand Rapids'),(171164,3617,'_billing_state','MI'),(171165,3617,'_billing_postcode','49525'),(171166,3617,'_billing_country','US'),(171167,3617,'_billing_email','rapunzelscorinn@gmail.com'),(171168,3617,'_billing_phone','6164504125'),(171169,3617,'_shipping_first_name','Corinn'),(171170,3617,'_shipping_last_name','Nichols'),(171171,3617,'_shipping_company','LCA Remedy'),(171172,3617,'_shipping_address_1','3500 Dean Lake Ave NE'),(171173,3617,'_shipping_city','Grand Rapids'),(171174,3617,'_shipping_state','MI'),(171175,3617,'_shipping_postcode','49525'),(171176,3617,'_shipping_country','US'),(171177,3617,'_order_currency','USD'),(171178,3617,'_cart_discount','0'),(171179,3617,'_cart_discount_tax','0'),(171180,3617,'_order_shipping','0'),(171181,3617,'_order_shipping_tax','0'),(171182,3617,'_order_tax','0'),(171183,3617,'_order_total','512.40'),(171184,3617,'_order_version','10.0.2'),(171185,3617,'_prices_include_tax','no'),(171186,3617,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(171187,3617,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(171188,3617,'is_vat_exempt','no'),(171189,3617,'_wc_order_attribution_source_type','referral'),(171190,3617,'_wc_order_attribution_referrer','https://lcaportal.com/'),(171191,3617,'_wc_order_attribution_utm_source','lcaportal.com'),(171192,3617,'_wc_order_attribution_utm_medium','referral'),(171193,3617,'_wc_order_attribution_utm_content','/'),(171194,3617,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171195,3617,'_wc_order_attribution_session_start_time','2025-07-14 23:20:13'),(171196,3617,'_wc_order_attribution_session_pages','4'),(171197,3617,'_wc_order_attribution_session_count','1'),(171198,3617,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171199,3617,'_wc_order_attribution_device_type','Desktop'),(171200,3617,'Payment type','instant'),(171201,3617,'_paypal_status','completed'),(171202,3617,'_transaction_id','4NJ56348A3913853D'),(171203,3617,'PayPal Transaction Fee','18.37'),(171204,3617,'_date_paid','1752535570'),(171205,3617,'_paid_date','2025-07-14 23:26:10'),(171206,3584,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169709\";s:12:\"date_shipped\";s:10:\"1752451200\";s:11:\"tracking_id\";s:32:\"efc336bc2d0043a2ca6211b2da009f94\";}}'),(171207,3584,'_date_completed','1752536198'),(171208,3584,'_completed_date','2025-07-14 23:36:38'),(171209,3614,'_edit_lock','1752536108:2'),(171210,3614,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169823\";s:12:\"date_shipped\";s:10:\"1752451200\";s:11:\"tracking_id\";s:32:\"90dc039c9da856876f6f6ccc38f29166\";}}'),(171211,3614,'_edit_last','2'),(171212,3614,'_date_completed','1752536242'),(171213,3614,'_completed_date','2025-07-14 23:37:22'),(171215,3618,'_order_key','wc_order_35JZkai77NytF'),(171216,3618,'_customer_user','61'),(171217,3618,'_payment_method','paypal'),(171218,3618,'_payment_method_title','PayPal'),(171219,3618,'_customer_ip_address','217.180.201.84'),(171220,3618,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171221,3618,'_created_via','checkout'),(171222,3618,'_cart_hash','fcb1863e117abfad016eb818c33ccf91'),(171223,3618,'_download_permissions_granted','yes'),(171224,3618,'_recorded_sales','yes'),(171225,3618,'_recorded_coupon_usage_counts','yes'),(171226,3618,'_new_order_email_sent','true'),(171227,3618,'_order_stock_reduced','yes'),(171228,3618,'_billing_first_name','Judith'),(171229,3618,'_billing_last_name','Hayden'),(171230,3618,'_billing_company','Lice Clinics of America'),(171231,3618,'_billing_address_1','1795 Alysheba Way'),(171232,3618,'_billing_address_2','Ste 4105'),(171233,3618,'_billing_city','Lexington'),(171234,3618,'_billing_state','KY'),(171235,3618,'_billing_postcode','40509'),(171236,3618,'_billing_country','US'),(171237,3618,'_billing_email','judy@liceclinicslexington.com'),(171238,3618,'_billing_phone','8595376966'),(171239,3618,'_shipping_first_name','Judith'),(171240,3618,'_shipping_last_name','Hayden'),(171241,3618,'_shipping_company','Lice Clinics of America'),(171242,3618,'_shipping_address_1','549 Centre View Blvd'),(171243,3618,'_shipping_address_2','Cambridge Square Bld 24'),(171244,3618,'_shipping_city','Crestview Hills'),(171245,3618,'_shipping_state','KY'),(171246,3618,'_shipping_postcode','41017'),(171247,3618,'_shipping_country','US'),(171248,3618,'_order_currency','USD'),(171249,3618,'_cart_discount','0'),(171250,3618,'_cart_discount_tax','0'),(171251,3618,'_order_shipping','0'),(171252,3618,'_order_shipping_tax','0'),(171253,3618,'_order_tax','0'),(171254,3618,'_order_total','1077.40'),(171255,3618,'_order_version','9.9.5'),(171256,3618,'_prices_include_tax','no'),(171257,3618,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(171258,3618,'_shipping_address_index','Judith Hayden Lice Clinics of America 549 Centre View Blvd Cambridge Square Bld 24 Crestview Hills KY 41017 US '),(171259,3618,'is_vat_exempt','no'),(171260,3618,'_wc_order_attribution_source_type','typein'),(171261,3618,'_wc_order_attribution_utm_source','(direct)'),(171262,3618,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171263,3618,'_wc_order_attribution_session_start_time','2025-07-15 02:00:04'),(171264,3618,'_wc_order_attribution_session_pages','11'),(171265,3618,'_wc_order_attribution_session_count','1'),(171266,3618,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171267,3618,'_wc_order_attribution_device_type','Desktop'),(171268,3618,'Payment type','instant'),(171269,3618,'_paypal_status','completed'),(171270,3618,'_transaction_id','26D64938UW5040641'),(171271,3618,'PayPal Transaction Fee','38.09'),(171272,3618,'_date_paid','1752545694'),(171273,3618,'_paid_date','2025-07-15 02:14:54'),(171276,3501,'Payment type','instant'),(171277,3501,'_paypal_status','completed'),(171278,3501,'_transaction_id','4AR736470U6403052'),(171279,3501,'PayPal Transaction Fee','33.21'),(171280,3501,'_date_paid','1752593940'),(171281,3501,'_paid_date','2025-07-15 15:39:00'),(171282,3615,'_edit_lock','1752605733:2'),(171283,3615,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169915\";s:12:\"date_shipped\";s:10:\"1752537600\";s:11:\"tracking_id\";s:32:\"1d4bd923c1336d832311b6f073633e8f\";}}'),(171284,3615,'_edit_last','2'),(171285,3615,'_date_completed','1752605727'),(171286,3615,'_completed_date','2025-07-15 18:55:27'),(171287,3620,'_order_key','wc_order_KX9EJV7SerCZO'),(171288,3620,'_customer_user','46'),(171289,3620,'_payment_method','paypal'),(171290,3620,'_payment_method_title','PayPal'),(171291,3620,'_customer_ip_address','72.47.75.84'),(171292,3620,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171293,3620,'_created_via','checkout'),(171294,3620,'_cart_hash','c0b869f812d1c3f2a09c5b7399499add'),(171295,3620,'_download_permissions_granted','yes'),(171296,3620,'_recorded_sales','yes'),(171297,3620,'_recorded_coupon_usage_counts','yes'),(171298,3620,'_new_order_email_sent','true'),(171299,3620,'_order_stock_reduced','yes'),(171300,3620,'_billing_first_name','Ashe'),(171301,3620,'_billing_last_name','montalvo'),(171302,3620,'_billing_company','lice clincs of america jonesboro'),(171303,3620,'_billing_address_1','1406 Market Place'),(171304,3620,'_billing_address_2','Apartment 10'),(171305,3620,'_billing_city','Jonesboro'),(171306,3620,'_billing_state','AR'),(171307,3620,'_billing_postcode','72404'),(171308,3620,'_billing_country','US'),(171309,3620,'_billing_email','bsdashlynf@gmail.com'),(171310,3620,'_billing_phone','8706132520'),(171311,3620,'_shipping_first_name','Ashe'),(171312,3620,'_shipping_last_name','montalvo'),(171313,3620,'_shipping_company','lice clincs of america jonesboro'),(171314,3620,'_shipping_address_1','3114 Fox Road'),(171315,3620,'_shipping_address_2','suite D'),(171316,3620,'_shipping_city','Jonesboro'),(171317,3620,'_shipping_state','AR'),(171318,3620,'_shipping_postcode','72404'),(171319,3620,'_shipping_country','US'),(171320,3620,'_order_currency','USD'),(171321,3620,'_cart_discount','0'),(171322,3620,'_cart_discount_tax','0'),(171323,3620,'_order_shipping','14.83'),(171324,3620,'_order_shipping_tax','0'),(171325,3620,'_order_tax','0'),(171326,3620,'_order_total','249.38'),(171327,3620,'_order_version','9.9.5'),(171328,3620,'_prices_include_tax','no'),(171329,3620,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(171330,3620,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(171331,3620,'is_vat_exempt','no'),(171332,3620,'_wc_order_attribution_source_type','referral'),(171333,3620,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(171334,3620,'_wc_order_attribution_utm_source','lcaportal.com'),(171335,3620,'_wc_order_attribution_utm_medium','referral'),(171336,3620,'_wc_order_attribution_utm_content','/'),(171337,3620,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171338,3620,'_wc_order_attribution_session_start_time','2025-07-15 20:17:19'),(171339,3620,'_wc_order_attribution_session_pages','15'),(171340,3620,'_wc_order_attribution_session_count','2'),(171341,3620,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171342,3620,'_wc_order_attribution_device_type','Desktop'),(171343,3620,'Payment type','instant'),(171344,3620,'_paypal_status','completed'),(171345,3620,'_transaction_id','16J37437VY2871749'),(171346,3620,'PayPal Transaction Fee','9.19'),(171347,3620,'_date_paid','1752618107'),(171348,3620,'_paid_date','2025-07-15 22:21:47'),(171349,3621,'_order_key','wc_order_6bQaamwv0ptX0'),(171350,3621,'_customer_user','5'),(171351,3621,'_payment_method','paypal'),(171352,3621,'_payment_method_title','PayPal'),(171353,3621,'_customer_ip_address','71.237.182.213'),(171354,3621,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171355,3621,'_created_via','checkout'),(171356,3621,'_cart_hash','e6d4a485fbda7caf8a538628f30bc6d8'),(171357,3621,'_download_permissions_granted','yes'),(171358,3621,'_recorded_sales','yes'),(171359,3621,'_recorded_coupon_usage_counts','yes'),(171360,3621,'_new_order_email_sent','true'),(171361,3621,'_order_stock_reduced','yes'),(171362,3621,'_billing_first_name','Mark'),(171363,3621,'_billing_last_name','Meyer'),(171364,3621,'_billing_company','lice clinics of america- portland'),(171365,3621,'_billing_address_1','5201 SW Westgate Dr suite 106'),(171366,3621,'_billing_address_2','Suite 106'),(171367,3621,'_billing_city','portland'),(171368,3621,'_billing_state','OR'),(171369,3621,'_billing_postcode','97221'),(171370,3621,'_billing_country','US'),(171371,3621,'_billing_email','noemi.and.mark@nwliceclinics.com'),(171372,3621,'_billing_phone','15034040475'),(171373,3621,'_shipping_first_name','Becky'),(171374,3621,'_shipping_last_name','Williams'),(171375,3621,'_shipping_company','lice clinics of america- Tacoma'),(171376,3621,'_shipping_address_1','1018 139th St E'),(171377,3621,'_shipping_city','Tacoma'),(171378,3621,'_shipping_state','WA'),(171379,3621,'_shipping_postcode','98445'),(171380,3621,'_shipping_country','US'),(171381,3621,'_order_currency','USD'),(171382,3621,'_cart_discount','0'),(171383,3621,'_cart_discount_tax','0'),(171384,3621,'_order_shipping','0'),(171385,3621,'_order_shipping_tax','0'),(171386,3621,'_order_tax','0'),(171387,3621,'_order_total','3685.80'),(171388,3621,'_order_version','10.0.2'),(171389,3621,'_prices_include_tax','no'),(171390,3621,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(171391,3621,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(171393,3621,'_wc_order_attribution_source_type','referral'),(171394,3621,'_wc_order_attribution_referrer','https://lcaportal.com/'),(171395,3621,'_wc_order_attribution_utm_source','lcaportal.com'),(171396,3621,'_wc_order_attribution_utm_medium','referral'),(171397,3621,'_wc_order_attribution_utm_content','/'),(171398,3621,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171399,3621,'_wc_order_attribution_session_start_time','2025-07-14 18:08:58'),(171400,3621,'_wc_order_attribution_session_pages','1'),(171401,3621,'_wc_order_attribution_session_count','2'),(171402,3621,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171403,3621,'_wc_order_attribution_device_type','Desktop'),(171406,3621,'is_vat_exempt','no'),(171407,3621,'Payment type','instant'),(171408,3621,'_paypal_status','completed'),(171409,3621,'_transaction_id','5M322431LD2404133'),(171410,3621,'PayPal Transaction Fee','129.12'),(171411,3621,'_date_paid','1752619758'),(171412,3621,'_paid_date','2025-07-15 22:49:18'),(171413,3622,'_order_key','wc_order_nEna7qdDlr6Bg'),(171414,3622,'_customer_user','3'),(171415,3622,'_payment_method','paypal'),(171416,3622,'_payment_method_title','PayPal'),(171417,3622,'_customer_ip_address','99.22.146.124'),(171418,3622,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171419,3622,'_created_via','checkout'),(171420,3622,'_cart_hash','906de6614167cef0cefa112cd3f1598e'),(171421,3622,'_download_permissions_granted','yes'),(171422,3622,'_recorded_sales','yes'),(171423,3622,'_recorded_coupon_usage_counts','yes'),(171424,3622,'_new_order_email_sent','true'),(171425,3622,'_order_stock_reduced','yes'),(171426,3622,'_billing_first_name','amanda'),(171427,3622,'_billing_last_name','westerman'),(171428,3622,'_billing_company','Lice Clinics of America McKinney'),(171429,3622,'_billing_address_1','3120 Hudson Crossing'),(171430,3622,'_billing_address_2','Suite A2'),(171431,3622,'_billing_city','MCKINNEY'),(171432,3622,'_billing_state','TX'),(171433,3622,'_billing_postcode','75070'),(171434,3622,'_billing_country','US'),(171435,3622,'_billing_email','awesterman1103@gmail.com'),(171436,3622,'_billing_phone','12144175741'),(171437,3622,'_shipping_first_name','amanda'),(171438,3622,'_shipping_last_name','westerman'),(171439,3622,'_shipping_company','Lice Clinics of America Lewisville'),(171440,3622,'_shipping_address_1','522 Edmonds Ln'),(171441,3622,'_shipping_address_2','Suite 102'),(171442,3622,'_shipping_city','Lewisville'),(171443,3622,'_shipping_state','TX'),(171444,3622,'_shipping_postcode','75067'),(171445,3622,'_shipping_country','US'),(171446,3622,'_order_currency','USD'),(171447,3622,'_cart_discount','0'),(171448,3622,'_cart_discount_tax','0'),(171449,3622,'_order_shipping','0'),(171450,3622,'_order_shipping_tax','0'),(171451,3622,'_order_tax','0'),(171452,3622,'_order_total','513.60'),(171453,3622,'_order_version','9.9.5'),(171454,3622,'_prices_include_tax','no'),(171455,3622,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(171456,3622,'_shipping_address_index','amanda westerman Lice Clinics of America Lewisville 522 Edmonds Ln Suite 102 Lewisville TX 75067 US '),(171457,3622,'is_vat_exempt','no'),(171458,3622,'_wc_order_attribution_source_type','referral'),(171459,3622,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(171460,3622,'_wc_order_attribution_utm_source','lcaportal.com'),(171461,3622,'_wc_order_attribution_utm_medium','referral'),(171462,3622,'_wc_order_attribution_utm_content','/'),(171463,3622,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171464,3622,'_wc_order_attribution_session_start_time','2025-07-15 23:00:52'),(171465,3622,'_wc_order_attribution_session_pages','4'),(171466,3622,'_wc_order_attribution_session_count','1'),(171467,3622,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171468,3622,'_wc_order_attribution_device_type','Desktop'),(171469,3622,'Payment type','instant'),(171470,3622,'_paypal_status','completed'),(171471,3622,'_transaction_id','5V994628J37354338'),(171472,3622,'PayPal Transaction Fee','18.41'),(171473,3622,'_date_paid','1752620584'),(171474,3622,'_paid_date','2025-07-15 23:03:04'),(171475,3618,'_edit_lock','1753123971:2'),(171476,3618,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170036\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"9809721bd876b0047b6a5df02034db0f\";}}'),(171477,3618,'_edit_last','2'),(171478,3618,'_date_completed','1752668451'),(171479,3618,'_completed_date','2025-07-16 12:20:51'),(171480,3616,'_edit_lock','1752668399:2'),(171481,3616,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170070\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"ac2e66d0b18cc147ba6e4c1373f4f8c0\";}}'),(171482,3616,'_edit_last','2'),(171483,3616,'_date_completed','1752668514'),(171484,3616,'_completed_date','2025-07-16 12:21:54'),(171485,3501,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170140\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"3be121b17f91e965360513831ee438a2\";}}'),(171486,3501,'_date_completed','1752668576'),(171487,3501,'_completed_date','2025-07-16 12:22:56'),(171489,3622,'_edit_lock','1752705357:2'),(171490,3622,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170194\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"1c36e9262f8f166b8f2cf14b0ba9324d\";}}'),(171491,3622,'_edit_last','2'),(171492,3622,'_date_completed','1752705495'),(171493,3622,'_completed_date','2025-07-16 22:38:15'),(171494,3620,'_edit_lock','1752705657:2'),(171495,3620,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170183\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"825964e476878490fb40b0452690c726\";}}'),(171496,3620,'_edit_last','2'),(171497,3620,'_date_completed','1752705539'),(171498,3620,'_completed_date','2025-07-16 22:38:59'),(171499,3623,'_order_key','wc_order_LkGwfVx06F172'),(171500,3623,'_customer_user','108'),(171501,3623,'_payment_method','paypal'),(171502,3623,'_payment_method_title','PayPal'),(171503,3623,'_customer_ip_address','136.226.101.22'),(171504,3623,'_customer_user_agent','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'),(171505,3623,'_created_via','checkout'),(171506,3623,'_cart_hash','d2297f0063598d19d0f81ba934895571'),(171507,3623,'_download_permissions_granted','yes'),(171508,3623,'_recorded_sales','yes'),(171509,3623,'_recorded_coupon_usage_counts','yes'),(171510,3623,'_new_order_email_sent','true'),(171511,3623,'_order_stock_reduced','yes'),(171512,3623,'_billing_first_name','Kat'),(171513,3623,'_billing_last_name','Khalaf'),(171514,3623,'_billing_company','Lice Clinics of America'),(171515,3623,'_billing_address_1','1148 W Pioneer Pkwy'),(171516,3623,'_billing_address_2','Unit H'),(171517,3623,'_billing_city','Arlington'),(171518,3623,'_billing_state','TX'),(171519,3623,'_billing_postcode','76013'),(171520,3623,'_billing_country','US'),(171521,3623,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(171522,3623,'_billing_phone','6462212276'),(171523,3623,'_shipping_first_name','Kat'),(171524,3623,'_shipping_last_name','Khalaf'),(171525,3623,'_shipping_company','Lice Clinics of America'),(171526,3623,'_shipping_address_1','1148 W Pioneer Pkwy'),(171527,3623,'_shipping_address_2','Unit H'),(171528,3623,'_shipping_city','Arlington'),(171529,3623,'_shipping_state','TX'),(171530,3623,'_shipping_postcode','76013'),(171531,3623,'_shipping_country','US'),(171532,3623,'_order_currency','USD'),(171533,3623,'_cart_discount','0'),(171534,3623,'_cart_discount_tax','0'),(171535,3623,'_order_shipping','0'),(171536,3623,'_order_shipping_tax','0'),(171537,3623,'_order_tax','0'),(171538,3623,'_order_total','2591.90'),(171539,3623,'_order_version','10.0.2'),(171540,3623,'_prices_include_tax','no'),(171541,3623,'_billing_address_index','Kat Khalaf Lice Clinics of America 1148 W Pioneer Pkwy Unit H Arlington TX 76013 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(171542,3623,'_shipping_address_index','Kat Khalaf Lice Clinics of America 1148 W Pioneer Pkwy Unit H Arlington TX 76013 US '),(171543,3623,'is_vat_exempt','no'),(171544,3623,'_wc_order_attribution_source_type','referral'),(171545,3623,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(171546,3623,'_wc_order_attribution_utm_source','lcaportal.com'),(171547,3623,'_wc_order_attribution_utm_medium','referral'),(171548,3623,'_wc_order_attribution_utm_content','/'),(171549,3623,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171550,3623,'_wc_order_attribution_session_start_time','2025-07-17 22:01:09'),(171551,3623,'_wc_order_attribution_session_pages','4'),(171552,3623,'_wc_order_attribution_session_count','1'),(171553,3623,'_wc_order_attribution_user_agent','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'),(171554,3623,'_wc_order_attribution_device_type','Desktop'),(171555,3623,'Payment type','instant'),(171556,3623,'_paypal_status','completed'),(171557,3623,'_transaction_id','9FH17766TA918380G'),(171558,3623,'PayPal Transaction Fee','90.95'),(171559,3623,'_date_paid','1752791730'),(171560,3623,'_paid_date','2025-07-17 22:35:30'),(171561,3624,'_order_key','wc_order_UCs4WrA3Fdtt7'),(171562,3624,'_customer_user','5'),(171563,3624,'_payment_method','paypal'),(171564,3624,'_payment_method_title','PayPal'),(171565,3624,'_customer_ip_address','71.237.182.213'),(171566,3624,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171567,3624,'_created_via','checkout'),(171568,3624,'_cart_hash','791fd19489a2b3a9316afe8bbae9cf13'),(171569,3624,'_download_permissions_granted','yes'),(171570,3624,'_recorded_sales','yes'),(171571,3624,'_recorded_coupon_usage_counts','yes'),(171572,3624,'_new_order_email_sent','true'),(171573,3624,'_order_stock_reduced','yes'),(171574,3624,'_billing_first_name','Mark'),(171575,3624,'_billing_last_name','Meyer'),(171576,3624,'_billing_company','lice clinics of america- portland'),(171577,3624,'_billing_address_1','5201 SW Westgate Dr suite 106'),(171578,3624,'_billing_address_2','Suite 106'),(171579,3624,'_billing_city','portland'),(171580,3624,'_billing_state','OR'),(171581,3624,'_billing_postcode','97221'),(171582,3624,'_billing_country','US'),(171583,3624,'_billing_email','noemi.and.mark@nwliceclinics.com'),(171584,3624,'_billing_phone','15034040475'),(171585,3624,'_shipping_first_name','Mark'),(171586,3624,'_shipping_last_name','Meyer'),(171587,3624,'_shipping_company','lice clinics of america- portland'),(171588,3624,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(171589,3624,'_shipping_address_2','Suite 106'),(171590,3624,'_shipping_city','portland'),(171591,3624,'_shipping_state','OR'),(171592,3624,'_shipping_postcode','97221'),(171593,3624,'_shipping_country','US'),(171594,3624,'_order_currency','USD'),(171595,3624,'_cart_discount','0'),(171596,3624,'_cart_discount_tax','0'),(171597,3624,'_order_shipping','0'),(171598,3624,'_order_shipping_tax','0'),(171599,3624,'_order_tax','0'),(171600,3624,'_order_total','2571.60'),(171601,3624,'_order_version','10.0.2'),(171602,3624,'_prices_include_tax','no'),(171603,3624,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15034040475'),(171604,3624,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(171605,3624,'is_vat_exempt','no'),(171606,3624,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:28;s:35:\"product_level_based_on_tax_settings\";d:28;s:10:\"cart_level\";d:0;s:5:\"total\";d:28;s:27:\"total_based_on_tax_settings\";d:28;}}'),(171607,3624,'_wc_order_attribution_source_type','referral'),(171608,3624,'_wc_order_attribution_referrer','https://lcaportal.com/'),(171609,3624,'_wc_order_attribution_utm_source','lcaportal.com'),(171610,3624,'_wc_order_attribution_utm_medium','referral'),(171611,3624,'_wc_order_attribution_utm_content','/'),(171612,3624,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171613,3624,'_wc_order_attribution_session_start_time','2025-07-17 23:47:31'),(171614,3624,'_wc_order_attribution_session_pages','8'),(171615,3624,'_wc_order_attribution_session_count','4'),(171616,3624,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(171617,3624,'_wc_order_attribution_device_type','Desktop'),(171618,3624,'Payment type','instant'),(171619,3624,'_paypal_status','completed'),(171620,3624,'_transaction_id','85986724SF448951Y'),(171621,3624,'PayPal Transaction Fee','90.24'),(171622,3624,'_date_paid','1752797950'),(171623,3624,'_paid_date','2025-07-18 00:19:10'),(171624,3625,'_order_key','wc_order_jdNR6jYz1U2e0'),(171625,3625,'_customer_user','50'),(171626,3625,'_payment_method','paypal'),(171627,3625,'_payment_method_title','PayPal'),(171628,3625,'_customer_ip_address','24.34.196.21'),(171629,3625,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171630,3625,'_created_via','checkout'),(171631,3625,'_cart_hash','d74b8ccf19edbafb92b64fbb4bc63d75'),(171632,3625,'_download_permissions_granted','yes'),(171633,3625,'_recorded_sales','yes'),(171634,3625,'_recorded_coupon_usage_counts','yes'),(171635,3625,'_new_order_email_sent','true'),(171636,3625,'_order_stock_reduced','yes'),(171637,3625,'_billing_first_name','Christine'),(171638,3625,'_billing_last_name','Cherry'),(171639,3625,'_billing_company','NITS END'),(171640,3625,'_billing_address_1','PO BOX 1092'),(171641,3625,'_billing_city','Campton'),(171642,3625,'_billing_state','ME'),(171643,3625,'_billing_postcode','03223'),(171644,3625,'_billing_country','US'),(171645,3625,'_billing_email','info@liceclinicsplaistow.com'),(171646,3625,'_billing_phone','16034983390'),(171647,3625,'_shipping_first_name','Christine'),(171648,3625,'_shipping_last_name','Cherry'),(171649,3625,'_shipping_company','C/O Linda Brann LCA/Nits End'),(171650,3625,'_shipping_address_1','16 Toppan Dr'),(171651,3625,'_shipping_city','Gorham'),(171652,3625,'_shipping_state','ME'),(171653,3625,'_shipping_postcode','04038'),(171654,3625,'_shipping_country','US'),(171655,3625,'_order_currency','USD'),(171656,3625,'_cart_discount','0'),(171657,3625,'_cart_discount_tax','0'),(171658,3625,'_order_shipping','0'),(171659,3625,'_order_shipping_tax','0'),(171660,3625,'_order_tax','0'),(171661,3625,'_order_total','1316.00'),(171662,3625,'_order_version','10.0.2'),(171663,3625,'_prices_include_tax','no'),(171664,3625,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton ME 03223 US info@liceclinicsplaistow.com 16034983390'),(171665,3625,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(171666,3625,'is_vat_exempt','no'),(171667,3625,'_wc_order_attribution_source_type','referral'),(171668,3625,'_wc_order_attribution_referrer','https://lcaportal.com/'),(171669,3625,'_wc_order_attribution_utm_source','lcaportal.com'),(171670,3625,'_wc_order_attribution_utm_medium','referral'),(171671,3625,'_wc_order_attribution_utm_content','/'),(171672,3625,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171673,3625,'_wc_order_attribution_session_start_time','2025-07-15 18:50:47'),(171674,3625,'_wc_order_attribution_session_pages','14'),(171675,3625,'_wc_order_attribution_session_count','4'),(171676,3625,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(171677,3625,'_wc_order_attribution_device_type','Desktop'),(171678,3625,'Payment type','instant'),(171679,3625,'_paypal_status','completed'),(171680,3625,'_transaction_id','14H29402NP411715J'),(171681,3625,'PayPal Transaction Fee','46.42'),(171682,3625,'_date_paid','1752845067'),(171683,3625,'_paid_date','2025-07-18 13:24:27'),(171684,3626,'_order_key','wc_order_SWyO8oNILymLc'),(171685,3626,'_customer_user','76'),(171686,3626,'_payment_method','paypal'),(171687,3626,'_payment_method_title','PayPal'),(171688,3626,'_customer_ip_address','73.4.217.219'),(171689,3626,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(171690,3626,'_created_via','checkout'),(171691,3626,'_cart_hash','1ed1ee8aa12c2681ddcf2ca59dcf50ad'),(171692,3626,'_download_permissions_granted','yes'),(171693,3626,'_recorded_sales','yes'),(171694,3626,'_recorded_coupon_usage_counts','yes'),(171695,3626,'_new_order_email_sent','true'),(171696,3626,'_order_stock_reduced','yes'),(171697,3626,'_billing_first_name','Naomi'),(171698,3626,'_billing_last_name','Golden'),(171699,3626,'_billing_address_1','31 Mann Ave'),(171700,3626,'_billing_city','Needham'),(171701,3626,'_billing_state','MA'),(171702,3626,'_billing_postcode','02492'),(171703,3626,'_billing_country','US'),(171704,3626,'_billing_email','nrgolden6486@gmail.com'),(171705,3626,'_billing_phone','6178511322'),(171706,3626,'_shipping_first_name','Naomi'),(171707,3626,'_shipping_last_name','Golden'),(171708,3626,'_shipping_company','Lice Aunties'),(171709,3626,'_shipping_address_1','111 Center Street'),(171710,3626,'_shipping_city','Middleborough'),(171711,3626,'_shipping_state','MA'),(171712,3626,'_shipping_postcode','02346'),(171713,3626,'_shipping_country','US'),(171714,3626,'_order_currency','USD'),(171715,3626,'_cart_discount','0'),(171716,3626,'_cart_discount_tax','0'),(171717,3626,'_order_shipping','0'),(171718,3626,'_order_shipping_tax','0'),(171719,3626,'_order_tax','0'),(171720,3626,'_order_total','514.00'),(171721,3626,'_order_version','10.0.2'),(171722,3626,'_prices_include_tax','no'),(171723,3626,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(171724,3626,'_shipping_address_index','Naomi Golden Lice Aunties 111 Center Street  Middleborough MA 02346 US '),(171725,3626,'is_vat_exempt','no'),(171726,3626,'_wc_order_attribution_source_type','typein'),(171727,3626,'_wc_order_attribution_utm_source','(direct)'),(171728,3626,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171729,3626,'_wc_order_attribution_session_start_time','2025-07-10 20:33:18'),(171730,3626,'_wc_order_attribution_session_pages','8'),(171731,3626,'_wc_order_attribution_session_count','7'),(171732,3626,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(171733,3626,'_wc_order_attribution_device_type','Desktop'),(171734,3626,'Payment type','instant'),(171735,3626,'_paypal_status','completed'),(171736,3626,'_transaction_id','9UJ0119064466771W'),(171737,3626,'PayPal Transaction Fee','18.43'),(171738,3626,'_date_paid','1752857545'),(171739,3626,'_paid_date','2025-07-18 16:52:25'),(171740,3627,'_order_key','wc_order_C73uxz5tkH9k5'),(171741,3627,'_customer_user','76'),(171742,3627,'_payment_method','paypal'),(171743,3627,'_payment_method_title','PayPal'),(171744,3627,'_customer_ip_address','73.4.217.219'),(171745,3627,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(171746,3627,'_created_via','checkout'),(171747,3627,'_cart_hash','f7405cf283094d4cb25bc778257973aa'),(171748,3627,'_download_permissions_granted','yes'),(171749,3627,'_recorded_sales','yes'),(171750,3627,'_recorded_coupon_usage_counts','yes'),(171751,3627,'_new_order_email_sent','true'),(171752,3627,'_order_stock_reduced','yes'),(171753,3627,'_billing_first_name','Naomi'),(171754,3627,'_billing_last_name','Golden'),(171755,3627,'_billing_address_1','31 Mann Ave'),(171756,3627,'_billing_city','Needham'),(171757,3627,'_billing_state','MA'),(171758,3627,'_billing_postcode','02492'),(171759,3627,'_billing_country','US'),(171760,3627,'_billing_email','nrgolden6486@gmail.com'),(171761,3627,'_billing_phone','6178511322'),(171762,3627,'_shipping_first_name','Naomi'),(171763,3627,'_shipping_last_name','Golden'),(171764,3627,'_shipping_company','Lice Aunties'),(171765,3627,'_shipping_address_1','60 Dedham Ave'),(171766,3627,'_shipping_city','Needham'),(171767,3627,'_shipping_state','MA'),(171768,3627,'_shipping_postcode','02492'),(171769,3627,'_shipping_country','US'),(171770,3627,'_order_currency','USD'),(171771,3627,'_cart_discount','0'),(171772,3627,'_cart_discount_tax','0'),(171773,3627,'_order_shipping','0'),(171774,3627,'_order_shipping_tax','0'),(171775,3627,'_order_tax','0'),(171776,3627,'_order_total','503.40'),(171777,3627,'_order_version','10.0.2'),(171778,3627,'_prices_include_tax','no'),(171779,3627,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(171780,3627,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave  Needham MA 02492 US '),(171781,3627,'is_vat_exempt','no'),(171782,3627,'_wc_order_attribution_source_type','typein'),(171783,3627,'_wc_order_attribution_utm_source','(direct)'),(171784,3627,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171785,3627,'_wc_order_attribution_session_start_time','2025-07-10 20:33:18'),(171786,3627,'_wc_order_attribution_session_pages','12'),(171787,3627,'_wc_order_attribution_session_count','7'),(171788,3627,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(171789,3627,'_wc_order_attribution_device_type','Desktop'),(171790,3627,'Payment type','instant'),(171791,3627,'_paypal_status','completed'),(171792,3627,'_transaction_id','6YM521284E9431848'),(171793,3627,'PayPal Transaction Fee','18.06'),(171794,3627,'_date_paid','1752857792'),(171795,3627,'_paid_date','2025-07-18 16:56:32'),(171796,191,'_edit_lock','1757098594:2'),(171799,3624,'_edit_lock','1753124827:2'),(171800,3624,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170492\";s:12:\"date_shipped\";s:10:\"1752796800\";s:11:\"tracking_id\";s:32:\"73fc58f7c4fc8d221c6de9f5bd156981\";}}'),(171801,3624,'_edit_last','2'),(171802,3624,'_date_completed','1753124960'),(171803,3624,'_completed_date','2025-07-21 19:09:20'),(171804,3623,'_edit_lock','1753124923:2'),(171805,3623,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170551\";s:12:\"date_shipped\";s:10:\"1752796800\";s:11:\"tracking_id\";s:32:\"fcb30c435168cf77e61e1920b22df74a\";}}'),(171806,3623,'_edit_last','2'),(171807,3623,'_date_completed','1753124994'),(171808,3623,'_completed_date','2025-07-21 19:09:54'),(171809,3626,'_edit_lock','1753125180:2'),(171810,3626,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170654\";s:12:\"date_shipped\";s:10:\"1752796800\";s:11:\"tracking_id\";s:32:\"42c99a06a018fafddfb4057ea397dc3f\";}}'),(171811,3626,'_edit_last','2'),(171812,3626,'_date_completed','1753125174'),(171813,3626,'_completed_date','2025-07-21 19:12:54'),(171814,3625,'_edit_lock','1753125080:2'),(171815,3625,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170621\";s:12:\"date_shipped\";s:10:\"1752796800\";s:11:\"tracking_id\";s:32:\"74a26fc6149b001b13e12771f2fd2b13\";}}'),(171816,3625,'_edit_last','2'),(171817,3625,'_date_completed','1753125214'),(171818,3625,'_completed_date','2025-07-21 19:13:34'),(171819,3627,'_edit_lock','1753125133:2'),(171820,3627,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170687\";s:12:\"date_shipped\";s:10:\"1752796800\";s:11:\"tracking_id\";s:32:\"2e83d565f4c8ecacc0e8e6360861e1a6\";}}'),(171821,3627,'_edit_last','2'),(171822,3627,'_date_completed','1753125266'),(171823,3627,'_completed_date','2025-07-21 19:14:26'),(171824,3628,'_order_key','wc_order_QK8tziJYuV4lP'),(171825,3628,'_customer_user','65'),(171826,3628,'_payment_method','paypal'),(171827,3628,'_payment_method_title','PayPal'),(171828,3628,'_customer_ip_address','76.106.234.193'),(171829,3628,'_customer_user_agent','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'),(171830,3628,'_created_via','checkout'),(171831,3628,'_cart_hash','073114f3f9fd792808aee7585d56d4ce'),(171832,3628,'_download_permissions_granted','yes'),(171833,3628,'_recorded_sales','yes'),(171834,3628,'_recorded_coupon_usage_counts','yes'),(171835,3628,'_new_order_email_sent','true'),(171836,3628,'_order_stock_reduced','yes'),(171837,3628,'_billing_first_name','Mandy'),(171838,3628,'_billing_last_name','Ottesen'),(171839,3628,'_billing_company','Fresh Heads'),(171840,3628,'_billing_address_1','175 Dahlia Falls Drive'),(171841,3628,'_billing_city','St Johns'),(171842,3628,'_billing_state','FL'),(171843,3628,'_billing_postcode','32259'),(171844,3628,'_billing_country','US'),(171845,3628,'_billing_email','mandy@freshheadsliceremoval.com'),(171846,3628,'_billing_phone','9042353157'),(171847,3628,'_shipping_first_name','Mandy'),(171848,3628,'_shipping_last_name','Ottesen'),(171849,3628,'_shipping_address_1','13241 Bartram Park Blvd'),(171850,3628,'_shipping_address_2','1801'),(171851,3628,'_shipping_city','Jacksonville'),(171852,3628,'_shipping_state','FL'),(171853,3628,'_shipping_postcode','32258'),(171854,3628,'_shipping_country','US'),(171855,3628,'_order_currency','USD'),(171856,3628,'_cart_discount','0'),(171857,3628,'_cart_discount_tax','0'),(171858,3628,'_order_shipping','0'),(171859,3628,'_order_shipping_tax','0'),(171860,3628,'_order_tax','0'),(171861,3628,'_order_total','512.40'),(171862,3628,'_order_version','10.0.2'),(171863,3628,'_prices_include_tax','no'),(171864,3628,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(171865,3628,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(171866,3628,'is_vat_exempt','no'),(171867,3628,'_wc_order_attribution_source_type','typein'),(171868,3628,'_wc_order_attribution_utm_source','(direct)'),(171869,3628,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171870,3628,'_wc_order_attribution_session_start_time','2025-07-21 20:11:43'),(171871,3628,'_wc_order_attribution_session_pages','4'),(171872,3628,'_wc_order_attribution_session_count','1'),(171873,3628,'_wc_order_attribution_user_agent','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'),(171874,3628,'_wc_order_attribution_device_type','Desktop'),(171875,3628,'Payment type','instant'),(171876,3628,'_paypal_status','completed'),(171877,3628,'_transaction_id','74977617RK993643M'),(171878,3628,'PayPal Transaction Fee','18.37'),(171879,3628,'_date_paid','1753128953'),(171880,3628,'_paid_date','2025-07-21 20:15:53'),(171881,3629,'_order_key','wc_order_Vc8aCt7zfZGRR'),(171882,3629,'_customer_user','77'),(171883,3629,'_payment_method','paypal'),(171884,3629,'_payment_method_title','PayPal'),(171885,3629,'_customer_ip_address','162.201.108.83'),(171886,3629,'_customer_user_agent','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'),(171887,3629,'_created_via','checkout'),(171888,3629,'_cart_hash','3476f02f294e7bde747207e72dab50a8'),(171889,3629,'_download_permissions_granted','yes'),(171890,3629,'_recorded_sales','yes'),(171891,3629,'_recorded_coupon_usage_counts','yes'),(171892,3629,'_new_order_email_sent','true'),(171893,3629,'_order_stock_reduced','yes'),(171894,3629,'_billing_first_name','Phil'),(171895,3629,'_billing_last_name','Moon'),(171896,3629,'_billing_company','LiceBusters, LLC'),(171897,3629,'_billing_address_1','12 Sharon Ave'),(171898,3629,'_billing_city','Piedmont'),(171899,3629,'_billing_state','CA'),(171900,3629,'_billing_postcode','94611'),(171901,3629,'_billing_country','US'),(171902,3629,'_billing_email','kris10maroot@gmail.com'),(171903,3629,'_billing_phone','5593046305'),(171904,3629,'_shipping_first_name','Kristen'),(171905,3629,'_shipping_last_name','Maroot-Rippee'),(171906,3629,'_shipping_company','LiceBusters, LLC'),(171907,3629,'_shipping_address_1','487 W. Scott'),(171908,3629,'_shipping_city','Fresno'),(171909,3629,'_shipping_state','CA'),(171910,3629,'_shipping_postcode','93704'),(171911,3629,'_shipping_country','US'),(171912,3629,'_order_currency','USD'),(171913,3629,'_cart_discount','0'),(171914,3629,'_cart_discount_tax','0'),(171915,3629,'_order_shipping','0'),(171916,3629,'_order_shipping_tax','0'),(171917,3629,'_order_tax','0'),(171918,3629,'_order_total','1667.34'),(171919,3629,'_order_version','10.0.2'),(171920,3629,'_prices_include_tax','no'),(171921,3629,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(171922,3629,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott  Fresno CA 93704 US '),(171923,3629,'is_vat_exempt','no'),(171924,3629,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:76.859999999999999;s:35:\"product_level_based_on_tax_settings\";d:76.859999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:76.859999999999999;s:27:\"total_based_on_tax_settings\";d:76.859999999999999;}}'),(171925,3629,'_wc_order_attribution_source_type','typein'),(171926,3629,'_wc_order_attribution_utm_source','(direct)'),(171927,3629,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171928,3629,'_wc_order_attribution_session_start_time','2025-07-21 22:06:21'),(171929,3629,'_wc_order_attribution_session_pages','4'),(171930,3629,'_wc_order_attribution_session_count','1'),(171931,3629,'_wc_order_attribution_user_agent','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'),(171932,3629,'_wc_order_attribution_device_type','Desktop'),(171933,3629,'Payment type','instant'),(171934,3629,'_paypal_status','completed'),(171935,3629,'_transaction_id','0SF84525CF7596108'),(171936,3629,'PayPal Transaction Fee','58.68'),(171937,3629,'_date_paid','1753136058'),(171938,3629,'_paid_date','2025-07-21 22:14:18'),(171939,3630,'_order_key','wc_order_CeCsXyVH7n55j'),(171940,3630,'_customer_user','78'),(171941,3630,'_payment_method','paypal'),(171942,3630,'_payment_method_title','PayPal'),(171943,3630,'_customer_ip_address','108.46.239.59'),(171944,3630,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(171945,3630,'_created_via','checkout'),(171946,3630,'_cart_hash','b516a5c2d50130b6e2e9577780c304cc'),(171947,3630,'_download_permissions_granted','yes'),(171948,3630,'_recorded_sales','yes'),(171949,3630,'_recorded_coupon_usage_counts','yes'),(171950,3630,'_new_order_email_sent','true'),(171951,3630,'_order_stock_reduced','yes'),(171952,3630,'_billing_first_name','Richard'),(171953,3630,'_billing_last_name','Florsheim'),(171954,3630,'_billing_company','Licura'),(171955,3630,'_billing_address_1','3827 w fairway heights dr'),(171956,3630,'_billing_city','Mequon'),(171957,3630,'_billing_state','NY'),(171958,3630,'_billing_postcode','53092'),(171959,3630,'_billing_country','US'),(171960,3630,'_billing_email','tara@liceclinicslongIsland.com'),(171961,3630,'_billing_phone','5619006382'),(171962,3630,'_shipping_first_name','Tara'),(171963,3630,'_shipping_last_name','johnson'),(171964,3630,'_shipping_company','LCA'),(171965,3630,'_shipping_address_1','2330 Faye ct'),(171966,3630,'_shipping_city','Merrick'),(171967,3630,'_shipping_state','NY'),(171968,3630,'_shipping_postcode','11566'),(171969,3630,'_shipping_country','US'),(171970,3630,'_order_currency','USD'),(171971,3630,'_cart_discount','0'),(171972,3630,'_cart_discount_tax','0'),(171973,3630,'_order_shipping','26.17'),(171974,3630,'_order_shipping_tax','0'),(171975,3630,'_order_tax','0'),(171976,3630,'_order_total','300.22'),(171977,3630,'_order_version','10.0.2'),(171978,3630,'_prices_include_tax','no'),(171979,3630,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(171980,3630,'_shipping_address_index','Tara johnson LCA 2330 Faye ct  Merrick NY 11566 US '),(171981,3630,'is_vat_exempt','no'),(171982,3630,'_wc_order_attribution_source_type','typein'),(171983,3630,'_wc_order_attribution_utm_source','(direct)'),(171984,3630,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(171985,3630,'_wc_order_attribution_session_start_time','2025-07-22 01:49:13'),(171986,3630,'_wc_order_attribution_session_pages','4'),(171987,3630,'_wc_order_attribution_session_count','1'),(171988,3630,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(171989,3630,'_wc_order_attribution_device_type','Mobile'),(171990,3630,'Payment type','instant'),(171991,3630,'_paypal_status','completed'),(171992,3630,'_transaction_id','9T309001E7516114E'),(171993,3630,'PayPal Transaction Fee','10.97'),(171994,3630,'_date_paid','1753149150'),(171995,3630,'_paid_date','2025-07-22 01:52:30'),(171996,3628,'_edit_lock','1753195682:2'),(171997,3631,'_order_currency','USD'),(171998,3631,'_cart_discount','0'),(171999,3631,'_cart_discount_tax','0'),(172000,3631,'_order_shipping','0'),(172001,3631,'_order_shipping_tax','0'),(172002,3631,'_order_tax','0'),(172003,3631,'_order_total','-512.40'),(172004,3631,'_order_version','10.0.2'),(172005,3631,'_prices_include_tax','no'),(172006,3631,'_refund_amount','512.40'),(172007,3631,'_refunded_by','2'),(172008,3631,'_refunded_payment','1'),(172009,3631,'_refund_reason',''),(172010,3632,'_order_key','wc_order_hs3IAymo0J4Bn'),(172011,3632,'_customer_user','67'),(172012,3632,'_payment_method','paypal'),(172013,3632,'_payment_method_title','PayPal'),(172014,3632,'_customer_ip_address','67.251.108.158'),(172015,3632,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172016,3632,'_created_via','checkout'),(172017,3632,'_cart_hash','6cdaff214489a18af6434e9b108278e6'),(172018,3632,'_download_permissions_granted','yes'),(172019,3632,'_recorded_sales','yes'),(172020,3632,'_recorded_coupon_usage_counts','yes'),(172021,3632,'_new_order_email_sent','true'),(172022,3632,'_order_stock_reduced','yes'),(172023,3632,'_billing_first_name','Marnie'),(172024,3632,'_billing_last_name','Murray'),(172025,3632,'_billing_company','Naughty Nits'),(172026,3632,'_billing_address_1','2809 Wehrle Drive'),(172027,3632,'_billing_address_2','Suite 10'),(172028,3632,'_billing_city','Williamsville'),(172029,3632,'_billing_state','NY'),(172030,3632,'_billing_postcode','14221'),(172031,3632,'_billing_country','US'),(172032,3632,'_billing_email','liceclinicsupstateny@gmail.com'),(172033,3632,'_billing_phone','7166265423'),(172034,3632,'_shipping_first_name','Marnie'),(172035,3632,'_shipping_last_name','Murray'),(172036,3632,'_shipping_company','LCA Buffalo'),(172037,3632,'_shipping_address_1','2809 Wehrle Drive'),(172038,3632,'_shipping_address_2','Suite 10'),(172039,3632,'_shipping_city','Williamsville'),(172040,3632,'_shipping_state','NY'),(172041,3632,'_shipping_postcode','14221'),(172042,3632,'_shipping_country','US'),(172043,3632,'_order_currency','USD'),(172044,3632,'_cart_discount','0'),(172045,3632,'_cart_discount_tax','0'),(172046,3632,'_order_shipping','529.26'),(172047,3632,'_order_shipping_tax','0'),(172048,3632,'_order_tax','0'),(172049,3632,'_order_total','3091.91'),(172050,3632,'_order_version','10.0.2'),(172051,3632,'_prices_include_tax','no'),(172052,3632,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(172053,3632,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(172054,3632,'is_vat_exempt','no'),(172055,3632,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:63;s:35:\"product_level_based_on_tax_settings\";d:63;s:10:\"cart_level\";d:0;s:5:\"total\";d:63;s:27:\"total_based_on_tax_settings\";d:63;}}'),(172056,3632,'_wc_order_attribution_source_type','referral'),(172057,3632,'_wc_order_attribution_referrer','https://lcaportal.com/'),(172058,3632,'_wc_order_attribution_utm_source','lcaportal.com'),(172059,3632,'_wc_order_attribution_utm_medium','referral'),(172060,3632,'_wc_order_attribution_utm_content','/'),(172061,3632,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172062,3632,'_wc_order_attribution_session_start_time','2025-07-22 14:48:26'),(172063,3632,'_wc_order_attribution_session_pages','10'),(172064,3632,'_wc_order_attribution_session_count','2'),(172065,3632,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172066,3632,'_wc_order_attribution_device_type','Desktop'),(172067,3632,'Payment type','instant'),(172068,3632,'_paypal_status','completed'),(172069,3632,'_transaction_id','25L03183923334839'),(172070,3632,'PayPal Transaction Fee','108.40'),(172071,3632,'_date_paid','1753196335'),(172072,3632,'_paid_date','2025-07-22 14:58:55'),(172073,3499,'astra-migrate-meta-layouts','set'),(172074,3476,'astra-migrate-meta-layouts','set'),(172075,3617,'_edit_lock','1753205217:2'),(172076,3617,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800169960\";s:12:\"date_shipped\";s:10:\"1752537600\";s:11:\"tracking_id\";s:32:\"824723c18de1e3a6a8baf683e60997f2\";}}'),(172077,3617,'_edit_last','2'),(172078,3617,'_date_completed','1753205211'),(172079,3617,'_completed_date','2025-07-22 17:26:51'),(172080,3621,'_edit_lock','1753205198:2'),(172081,3621,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170275\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"9159e6009b3a1a9c45220a94fec97cc8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170210\";s:12:\"date_shipped\";s:10:\"1752710400\";s:11:\"tracking_id\";s:32:\"233380685fa04e2546b6e9eb2dd293ed\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170220\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"f57d9fcdb2cdd92f1df0fbe9545731dc\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170231\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"02661f85ad61950702570511be072720\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170242\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"3fb5a77af4f75361337a8ccfdce0a5c4\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170253\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"b3c8fdc19fbbc62b0d7848b4650e464e\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170264\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"87809eedf3048890d2316673061ecc53\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800170286\";s:12:\"date_shipped\";s:10:\"1752624000\";s:11:\"tracking_id\";s:32:\"72751318d5f2831544f423aec56daeda\";}}'),(172082,3621,'_edit_last','2'),(172083,3621,'_date_completed','1753205309'),(172084,3621,'_completed_date','2025-07-22 17:28:29'),(172085,3630,'_edit_lock','1753287219:2'),(172086,3630,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171396\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"7f29964f4c65b267c34285362326421c\";}}'),(172087,3630,'_edit_last','2'),(172088,3630,'_date_completed','1753287347'),(172089,3630,'_completed_date','2025-07-23 16:15:47'),(172090,3629,'_edit_lock','1753287275:2'),(172091,3629,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171330\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"88714607c2a8a016eb3b7a5afde57ef3\";}}'),(172092,3629,'_edit_last','2'),(172093,3629,'_date_completed','1753287394'),(172094,3629,'_completed_date','2025-07-23 16:16:34'),(172095,3634,'_order_key','wc_order_IoXxAmJcCauWl'),(172096,3634,'_customer_user','75'),(172097,3634,'_payment_method','paypal'),(172098,3634,'_payment_method_title','PayPal'),(172099,3634,'_customer_ip_address','70.119.253.39'),(172100,3634,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172101,3634,'_created_via','checkout'),(172102,3634,'_cart_hash','8a181c1845ca7979878229e1748d3a59'),(172103,3634,'_download_permissions_granted','yes'),(172104,3634,'_recorded_sales','yes'),(172105,3634,'_recorded_coupon_usage_counts','yes'),(172106,3634,'_new_order_email_sent','true'),(172107,3634,'_order_stock_reduced','yes'),(172108,3634,'_billing_first_name','Mirtala'),(172109,3634,'_billing_last_name','Pena'),(172110,3634,'_billing_company','Lice Clinics of America Mission (Healthy Heads)'),(172111,3634,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(172112,3634,'_billing_city','Mission'),(172113,3634,'_billing_state','TX'),(172114,3634,'_billing_postcode','78572'),(172115,3634,'_billing_country','US'),(172116,3634,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(172117,3634,'_billing_phone','9566052921'),(172118,3634,'_shipping_first_name','Mirtala'),(172119,3634,'_shipping_last_name','Pena'),(172120,3634,'_shipping_company','LCA Mission'),(172121,3634,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(172122,3634,'_shipping_city','Mission'),(172123,3634,'_shipping_state','TX'),(172124,3634,'_shipping_postcode','78572'),(172125,3634,'_shipping_country','US'),(172126,3634,'_order_currency','USD'),(172127,3634,'_cart_discount','0'),(172128,3634,'_cart_discount_tax','0'),(172129,3634,'_order_shipping','0'),(172130,3634,'_order_shipping_tax','0'),(172131,3634,'_order_tax','0'),(172132,3634,'_order_total','1434.30'),(172133,3634,'_order_version','10.0.2'),(172134,3634,'_prices_include_tax','no'),(172135,3634,'_billing_address_index','Mirtala Pena Lice Clinics of America Mission (Healthy Heads) 1512 E Expressway 83 suite 107a Mission TX  Mission TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(172136,3634,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  Mission TX 78572 US '),(172137,3634,'is_vat_exempt','no'),(172138,3634,'_wc_order_attribution_source_type','referral'),(172139,3634,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172140,3634,'_wc_order_attribution_utm_source','lcaportal.com'),(172141,3634,'_wc_order_attribution_utm_medium','referral'),(172142,3634,'_wc_order_attribution_utm_content','/'),(172143,3634,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172144,3634,'_wc_order_attribution_session_start_time','2025-07-23 16:07:07'),(172145,3634,'_wc_order_attribution_session_pages','10'),(172146,3634,'_wc_order_attribution_session_count','1'),(172147,3634,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172148,3634,'_wc_order_attribution_device_type','Desktop'),(172149,3634,'Payment type','instant'),(172150,3634,'_paypal_status','completed'),(172151,3634,'_transaction_id','19G465800J6520916'),(172152,3634,'PayPal Transaction Fee','50.55'),(172153,3634,'_date_paid','1753287546'),(172154,3634,'_paid_date','2025-07-23 16:19:06'),(172155,3632,'_edit_lock','1753287467:2'),(172156,3632,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171570\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"1a99d3ce23db09bc386351345e16033c\";}}'),(172157,3632,'_edit_last','2'),(172158,3632,'_date_completed','1753287604'),(172159,3632,'_completed_date','2025-07-23 16:20:04'),(172160,3635,'_order_key','wc_order_XZ0rLfjcygAXb'),(172161,3635,'_customer_user','75'),(172162,3635,'_payment_method','paypal'),(172163,3635,'_payment_method_title','PayPal'),(172164,3635,'_customer_ip_address','70.119.253.39'),(172165,3635,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172166,3635,'_created_via','checkout'),(172167,3635,'_cart_hash','7051e1a0fb3c2ecbbbde7b4fc57139fc'),(172168,3635,'_download_permissions_granted','yes'),(172169,3635,'_recorded_sales','yes'),(172170,3635,'_recorded_coupon_usage_counts','yes'),(172171,3635,'_new_order_email_sent','true'),(172172,3635,'_order_stock_reduced','yes'),(172173,3635,'_billing_first_name','Mirtala'),(172174,3635,'_billing_last_name','Pena'),(172175,3635,'_billing_company','Lice Clinics of America Laredo (Healthy Heads)'),(172176,3635,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(172177,3635,'_billing_city','MIssion'),(172178,3635,'_billing_state','TX'),(172179,3635,'_billing_postcode','78572'),(172180,3635,'_billing_country','US'),(172181,3635,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(172182,3635,'_billing_phone','9566052921'),(172183,3635,'_shipping_first_name','Mirtala'),(172184,3635,'_shipping_last_name','Pena'),(172185,3635,'_shipping_company','LCA Laredo'),(172186,3635,'_shipping_address_1','1915 S zapata Hwy suite 102 Laredo TX'),(172187,3635,'_shipping_city','laredo'),(172188,3635,'_shipping_state','TX'),(172189,3635,'_shipping_postcode','78046'),(172190,3635,'_shipping_country','US'),(172191,3635,'_order_currency','USD'),(172192,3635,'_cart_discount','0'),(172193,3635,'_cart_discount_tax','0'),(172194,3635,'_order_shipping','0'),(172195,3635,'_order_shipping_tax','0'),(172196,3635,'_order_tax','0'),(172197,3635,'_order_total','597.74'),(172198,3635,'_order_version','10.0.2'),(172199,3635,'_prices_include_tax','no'),(172200,3635,'_billing_address_index','Mirtala Pena Lice Clinics of America Laredo (Healthy Heads) 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(172201,3635,'_shipping_address_index','Mirtala Pena LCA Laredo 1915 S zapata Hwy suite 102 Laredo TX  laredo TX 78046 US '),(172202,3635,'is_vat_exempt','no'),(172203,3635,'_wc_order_attribution_source_type','referral'),(172204,3635,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172205,3635,'_wc_order_attribution_utm_source','lcaportal.com'),(172206,3635,'_wc_order_attribution_utm_medium','referral'),(172207,3635,'_wc_order_attribution_utm_content','/'),(172208,3635,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172209,3635,'_wc_order_attribution_session_start_time','2025-07-23 16:07:07'),(172210,3635,'_wc_order_attribution_session_pages','16'),(172211,3635,'_wc_order_attribution_session_count','1'),(172212,3635,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172213,3635,'_wc_order_attribution_device_type','Desktop'),(172214,3635,'Payment type','instant'),(172215,3635,'_paypal_status','completed'),(172216,3635,'_transaction_id','28442751XS4298633'),(172217,3635,'PayPal Transaction Fee','21.35'),(172218,3635,'_date_paid','1753287915'),(172219,3635,'_paid_date','2025-07-23 16:25:15'),(172220,3636,'_order_key','wc_order_7b6Cnhtkv2YPt'),(172221,3636,'_customer_user','75'),(172222,3636,'_payment_method','paypal'),(172223,3636,'_payment_method_title','PayPal'),(172224,3636,'_customer_ip_address','70.119.253.39'),(172225,3636,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172226,3636,'_created_via','checkout'),(172227,3636,'_cart_hash','460883c2e69d203bab0ce582e08c7c7e'),(172228,3636,'_download_permissions_granted','yes'),(172229,3636,'_recorded_sales','yes'),(172230,3636,'_recorded_coupon_usage_counts','yes'),(172231,3636,'_new_order_email_sent','true'),(172232,3636,'_order_stock_reduced','yes'),(172233,3636,'_billing_first_name','Mirtala'),(172234,3636,'_billing_last_name','Pena'),(172235,3636,'_billing_company','LCA Mission'),(172236,3636,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(172237,3636,'_billing_city','MIssion'),(172238,3636,'_billing_state','TX'),(172239,3636,'_billing_postcode','78572'),(172240,3636,'_billing_country','US'),(172241,3636,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(172242,3636,'_billing_phone','9566052921'),(172243,3636,'_shipping_first_name','Mirtala'),(172244,3636,'_shipping_last_name','Pena'),(172245,3636,'_shipping_company','LCA Mission'),(172246,3636,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(172247,3636,'_shipping_city','MIssion'),(172248,3636,'_shipping_state','TX'),(172249,3636,'_shipping_postcode','78572'),(172250,3636,'_shipping_country','US'),(172251,3636,'_order_currency','USD'),(172252,3636,'_cart_discount','0'),(172253,3636,'_cart_discount_tax','0'),(172254,3636,'_order_shipping','0'),(172255,3636,'_order_shipping_tax','0'),(172256,3636,'_order_tax','0'),(172257,3636,'_order_total','515.28'),(172258,3636,'_order_version','10.0.2'),(172259,3636,'_prices_include_tax','no'),(172260,3636,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(172261,3636,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(172262,3636,'is_vat_exempt','no'),(172263,3636,'_wc_order_attribution_source_type','referral'),(172264,3636,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172265,3636,'_wc_order_attribution_utm_source','lcaportal.com'),(172266,3636,'_wc_order_attribution_utm_medium','referral'),(172267,3636,'_wc_order_attribution_utm_content','/'),(172268,3636,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172269,3636,'_wc_order_attribution_session_start_time','2025-07-23 16:07:07'),(172270,3636,'_wc_order_attribution_session_pages','35'),(172271,3636,'_wc_order_attribution_session_count','1'),(172272,3636,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(172273,3636,'_wc_order_attribution_device_type','Desktop'),(172274,3636,'Payment type','instant'),(172275,3636,'_paypal_status','completed'),(172276,3636,'_transaction_id','1JS357092T945422W'),(172277,3636,'PayPal Transaction Fee','18.47'),(172278,3636,'_date_paid','1753288386'),(172279,3636,'_paid_date','2025-07-23 16:33:06'),(172280,3637,'_order_key','wc_order_pF8oLLjRn5iEE'),(172281,3637,'_customer_user','3'),(172282,3637,'_payment_method','paypal'),(172283,3637,'_payment_method_title','PayPal'),(172284,3637,'_customer_ip_address','99.22.146.124'),(172285,3637,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172286,3637,'_created_via','checkout'),(172287,3637,'_cart_hash','327d64726844e1a9682a4fb7dc6d0fbc'),(172288,3637,'_download_permissions_granted','yes'),(172289,3637,'_recorded_sales','yes'),(172290,3637,'_recorded_coupon_usage_counts','yes'),(172291,3637,'_new_order_email_sent','true'),(172292,3637,'_order_stock_reduced','yes'),(172293,3637,'_billing_first_name','amanda'),(172294,3637,'_billing_last_name','westerman'),(172295,3637,'_billing_company','Lice Clinics of America McKinney'),(172296,3637,'_billing_address_1','3120 Hudson Crossing'),(172297,3637,'_billing_address_2','Suite A2'),(172298,3637,'_billing_city','MCKINNEY'),(172299,3637,'_billing_state','TX'),(172300,3637,'_billing_postcode','75070'),(172301,3637,'_billing_country','US'),(172302,3637,'_billing_email','awesterman1103@gmail.com'),(172303,3637,'_billing_phone','12144175741'),(172304,3637,'_shipping_first_name','amanda'),(172305,3637,'_shipping_last_name','westerman'),(172306,3637,'_shipping_company','Lice Clinics of America Dallas'),(172307,3637,'_shipping_address_1','5510 Abrams Road'),(172308,3637,'_shipping_address_2','Suite 121'),(172309,3637,'_shipping_city','Dallas'),(172310,3637,'_shipping_state','TX'),(172311,3637,'_shipping_postcode','75214'),(172312,3637,'_shipping_country','US'),(172313,3637,'_order_currency','USD'),(172314,3637,'_cart_discount','0'),(172315,3637,'_cart_discount_tax','0'),(172316,3637,'_order_shipping','0'),(172317,3637,'_order_shipping_tax','0'),(172318,3637,'_order_tax','0'),(172319,3637,'_order_total','923.15'),(172320,3637,'_order_version','10.0.2'),(172321,3637,'_prices_include_tax','no'),(172322,3637,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(172323,3637,'_shipping_address_index','amanda westerman Lice Clinics of America Dallas 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(172324,3637,'is_vat_exempt','no'),(172325,3637,'_wc_order_attribution_source_type','referral'),(172326,3637,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172327,3637,'_wc_order_attribution_utm_source','lcaportal.com'),(172328,3637,'_wc_order_attribution_utm_medium','referral'),(172329,3637,'_wc_order_attribution_utm_content','/'),(172330,3637,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172331,3637,'_wc_order_attribution_session_start_time','2025-07-23 18:22:58'),(172332,3637,'_wc_order_attribution_session_pages','5'),(172333,3637,'_wc_order_attribution_session_count','11'),(172334,3637,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172335,3637,'_wc_order_attribution_device_type','Desktop'),(172336,3637,'Payment type','instant'),(172337,3637,'_paypal_status','completed'),(172338,3637,'_transaction_id','7B928608TG408961E'),(172339,3637,'PayPal Transaction Fee','32.71'),(172340,3637,'_date_paid','1753295647'),(172341,3637,'_paid_date','2025-07-23 18:34:07'),(172342,3638,'_order_key','wc_order_MVcIyfl686GxP'),(172343,3638,'_customer_user','5'),(172344,3638,'_payment_method','paypal'),(172345,3638,'_payment_method_title','PayPal'),(172346,3638,'_customer_ip_address','71.237.182.213'),(172347,3638,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172348,3638,'_created_via','checkout'),(172349,3638,'_cart_hash','a847c7bb62e6831b1fd8c27be8666518'),(172350,3638,'_download_permissions_granted','yes'),(172351,3638,'_recorded_sales','yes'),(172352,3638,'_recorded_coupon_usage_counts','yes'),(172353,3638,'_new_order_email_sent','true'),(172354,3638,'_order_stock_reduced','yes'),(172355,3638,'_billing_first_name','Mark'),(172356,3638,'_billing_last_name','Meyer'),(172357,3638,'_billing_company','lice clinics of america- portland'),(172358,3638,'_billing_address_1','5201 SW Westgate Dr suite 106'),(172359,3638,'_billing_address_2','Suite 106'),(172360,3638,'_billing_city','portland'),(172361,3638,'_billing_state','OR'),(172362,3638,'_billing_postcode','97221'),(172363,3638,'_billing_country','US'),(172364,3638,'_billing_email','noemi.and.mark@nwliceclinics.com'),(172365,3638,'_billing_phone','15038012848'),(172366,3638,'_shipping_first_name','Mark'),(172367,3638,'_shipping_last_name','Meyer'),(172368,3638,'_shipping_company','lice clinics of america- portland'),(172369,3638,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(172370,3638,'_shipping_address_2','Suite 106'),(172371,3638,'_shipping_city','portland'),(172372,3638,'_shipping_state','OR'),(172373,3638,'_shipping_postcode','97221'),(172374,3638,'_shipping_country','US'),(172375,3638,'_order_currency','USD'),(172376,3638,'_cart_discount','0'),(172377,3638,'_cart_discount_tax','0'),(172378,3638,'_order_shipping','0'),(172379,3638,'_order_shipping_tax','0'),(172380,3638,'_order_tax','0'),(172381,3638,'_order_total','2902.90'),(172382,3638,'_order_version','10.0.2'),(172383,3638,'_prices_include_tax','no'),(172384,3638,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(172385,3638,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(172386,3638,'is_vat_exempt','no'),(172387,3638,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:42;s:35:\"product_level_based_on_tax_settings\";d:42;s:10:\"cart_level\";d:0;s:5:\"total\";d:42;s:27:\"total_based_on_tax_settings\";d:42;}}'),(172388,3638,'_wc_order_attribution_source_type','referral'),(172389,3638,'_wc_order_attribution_referrer','https://lcaportal.com/'),(172390,3638,'_wc_order_attribution_utm_source','lcaportal.com'),(172391,3638,'_wc_order_attribution_utm_medium','referral'),(172392,3638,'_wc_order_attribution_utm_content','/'),(172393,3638,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172394,3638,'_wc_order_attribution_session_start_time','2025-07-23 20:51:07'),(172395,3638,'_wc_order_attribution_session_pages','9'),(172396,3638,'_wc_order_attribution_session_count','5'),(172397,3638,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172398,3638,'_wc_order_attribution_device_type','Desktop'),(172399,3638,'Payment type','instant'),(172400,3638,'_paypal_status','completed'),(172401,3638,'_transaction_id','6A749203K0736731U'),(172402,3638,'PayPal Transaction Fee','101.80'),(172403,3638,'_date_paid','1753306227'),(172404,3638,'_paid_date','2025-07-23 21:30:27'),(172405,3635,'_edit_lock','1753308218:2'),(172406,3635,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171960\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"6315dead7f8629c1abeb16a4121f8589\";}}'),(172407,3635,'_edit_last','2'),(172408,3635,'_date_completed','1753308343'),(172409,3635,'_completed_date','2025-07-23 22:05:43'),(172410,3636,'_edit_lock','1753308317:2'),(172411,3636,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171937\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"67d18beb8bcb68642ab0c917b6506ef8\";}}'),(172412,3636,'_edit_last','2'),(172413,3636,'_date_completed','1753308392'),(172414,3636,'_completed_date','2025-07-23 22:06:32'),(172415,3634,'_edit_lock','1753308315:2'),(172416,3634,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800171937\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"adc2609d6d861c6a800dbbc020f27855\";}}'),(172417,3634,'_edit_last','2'),(172418,3634,'_date_completed','1753308445'),(172419,3634,'_completed_date','2025-07-23 22:07:25'),(172420,3637,'_edit_lock','1753308389:2'),(172421,3637,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172040\";s:12:\"date_shipped\";s:10:\"1753228800\";s:11:\"tracking_id\";s:32:\"824c76e1c681b95acb2eab8843fc5045\";}}'),(172422,3637,'_edit_last','2'),(172423,3637,'_date_completed','1753308501'),(172424,3637,'_completed_date','2025-07-23 22:08:21'),(172425,3639,'_order_key','wc_order_wKDxh4QCNrdVy'),(172426,3639,'_customer_user','4'),(172427,3639,'_payment_method','paypal'),(172428,3639,'_payment_method_title','PayPal'),(172429,3639,'_customer_ip_address','73.20.28.23'),(172430,3639,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172431,3639,'_created_via','checkout'),(172432,3639,'_cart_hash','ff35754160ddf8d6b517ec90dd9c00f4'),(172433,3639,'_download_permissions_granted','yes'),(172434,3639,'_recorded_sales','yes'),(172435,3639,'_recorded_coupon_usage_counts','yes'),(172436,3639,'_new_order_email_sent','true'),(172437,3639,'_order_stock_reduced','yes'),(172438,3639,'_billing_first_name','David'),(172439,3639,'_billing_last_name','Washburn'),(172440,3639,'_billing_company','Larada Sciences (LCA)'),(172441,3639,'_billing_address_1','4873 South State St.'),(172442,3639,'_billing_city','Murray'),(172443,3639,'_billing_state','UT'),(172444,3639,'_billing_postcode','84107'),(172445,3639,'_billing_country','US'),(172446,3639,'_billing_email','david@laradasciences.com'),(172447,3639,'_billing_phone','8019197428'),(172448,3639,'_shipping_first_name','David'),(172449,3639,'_shipping_last_name','Washburn'),(172450,3639,'_shipping_company','Larada Sciences (LCA)'),(172451,3639,'_shipping_address_1','4873 South State St.'),(172452,3639,'_shipping_city','Murray'),(172453,3639,'_shipping_state','UT'),(172454,3639,'_shipping_postcode','84107'),(172455,3639,'_shipping_country','US'),(172456,3639,'_order_currency','USD'),(172457,3639,'_cart_discount','0'),(172458,3639,'_cart_discount_tax','0'),(172459,3639,'_order_shipping','0'),(172460,3639,'_order_shipping_tax','0'),(172461,3639,'_order_tax','0'),(172462,3639,'_order_total','986.40'),(172463,3639,'_order_version','10.0.2'),(172464,3639,'_prices_include_tax','no'),(172465,3639,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(172466,3639,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(172467,3639,'is_vat_exempt','no'),(172468,3639,'_wc_order_attribution_source_type','referral'),(172469,3639,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172470,3639,'_wc_order_attribution_utm_source','lcaportal.com'),(172471,3639,'_wc_order_attribution_utm_medium','referral'),(172472,3639,'_wc_order_attribution_utm_content','/'),(172473,3639,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172474,3639,'_wc_order_attribution_session_start_time','2025-07-24 18:32:45'),(172475,3639,'_wc_order_attribution_session_pages','4'),(172476,3639,'_wc_order_attribution_session_count','1'),(172477,3639,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172478,3639,'_wc_order_attribution_device_type','Desktop'),(172479,3639,'_oaw_varify_key','d705362416e131f9d186'),(172480,3639,'_edit_lock','1753466779:2'),(172481,3639,'_edit_last','2'),(172482,3639,'Payment type','instant'),(172483,3639,'_paypal_status','completed'),(172484,3639,'_transaction_id','03H82749EU443290B'),(172485,3639,'PayPal Transaction Fee','34.92'),(172486,3639,'_date_paid','1753448297'),(172487,3639,'_paid_date','2025-07-25 12:58:17'),(172488,3638,'_edit_lock','1753466884:2'),(172489,3638,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172153\";s:12:\"date_shipped\";s:10:\"1753401600\";s:11:\"tracking_id\";s:32:\"df075b6476f325e82a3da6fec60ec03e\";}}'),(172490,3638,'_edit_last','2'),(172491,3638,'_date_completed','1753466869'),(172492,3638,'_completed_date','2025-07-25 18:07:49'),(172493,3639,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172440\";s:12:\"date_shipped\";s:10:\"1753401600\";s:11:\"tracking_id\";s:32:\"9eb202cc2d2ca83af1c54b1c7cc3d383\";}}'),(172494,3639,'_date_completed','1753466912'),(172495,3639,'_completed_date','2025-07-25 18:08:32'),(172496,3640,'_order_key','wc_order_y2D0m9wX1zOm3'),(172497,3640,'_customer_user','47'),(172498,3640,'_payment_method','paypal'),(172499,3640,'_payment_method_title','PayPal'),(172500,3640,'_customer_ip_address','97.77.63.57'),(172501,3640,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172502,3640,'_created_via','checkout'),(172503,3640,'_cart_hash','e351f508ad57cc0b90d1dd6c9957081a'),(172504,3640,'_download_permissions_granted','yes'),(172505,3640,'_recorded_sales','yes'),(172506,3640,'_recorded_coupon_usage_counts','yes'),(172507,3640,'_new_order_email_sent','true'),(172508,3640,'_order_stock_reduced','yes'),(172509,3640,'_billing_first_name','Tracy'),(172510,3640,'_billing_last_name','Copeland'),(172511,3640,'_billing_company','LCA San Antonio WEST'),(172512,3640,'_billing_address_1','14223 Silverhollow'),(172513,3640,'_billing_city','San Antonio'),(172514,3640,'_billing_state','TX'),(172515,3640,'_billing_postcode','78232'),(172516,3640,'_billing_country','US'),(172517,3640,'_billing_email','info@liceclinicsofsanantonio.com'),(172518,3640,'_billing_phone','2103135033'),(172519,3640,'_shipping_first_name','Tracy'),(172520,3640,'_shipping_last_name','Copeland'),(172521,3640,'_shipping_company','LCA San Antonio WEST'),(172522,3640,'_shipping_address_1','6391 De Zavala'),(172523,3640,'_shipping_address_2','Suite 2205'),(172524,3640,'_shipping_city','San Antonio'),(172525,3640,'_shipping_state','TX'),(172526,3640,'_shipping_postcode','78249'),(172527,3640,'_shipping_country','US'),(172528,3640,'_order_currency','USD'),(172529,3640,'_cart_discount','0'),(172530,3640,'_cart_discount_tax','0'),(172531,3640,'_order_shipping','0'),(172532,3640,'_order_shipping_tax','0'),(172533,3640,'_order_tax','0'),(172534,3640,'_order_total','2580.75'),(172535,3640,'_order_version','10.0.2'),(172536,3640,'_prices_include_tax','no'),(172537,3640,'_billing_address_index','Tracy Copeland LCA San Antonio WEST 14223 Silverhollow  San Antonio TX 78232 US info@liceclinicsofsanantonio.com 2103135033'),(172538,3640,'_shipping_address_index','Tracy Copeland LCA San Antonio WEST 6391 De Zavala Suite 2205 San Antonio TX 78249 US '),(172539,3640,'is_vat_exempt','no'),(172540,3640,'_wc_order_attribution_source_type','referral'),(172541,3640,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172542,3640,'_wc_order_attribution_utm_source','lcaportal.com'),(172543,3640,'_wc_order_attribution_utm_medium','referral'),(172544,3640,'_wc_order_attribution_utm_content','/'),(172545,3640,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172546,3640,'_wc_order_attribution_session_start_time','2025-07-22 14:15:08'),(172547,3640,'_wc_order_attribution_session_pages','12'),(172548,3640,'_wc_order_attribution_session_count','3'),(172549,3640,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172550,3640,'_wc_order_attribution_device_type','Desktop'),(172551,3640,'Payment type','instant'),(172552,3640,'_paypal_status','completed'),(172553,3640,'_transaction_id','5X9816467H422150R'),(172554,3640,'PayPal Transaction Fee','90.56'),(172555,3640,'_date_paid','1753560329'),(172556,3640,'_paid_date','2025-07-26 20:05:29'),(172557,3641,'_order_key','wc_order_OaNysYS78J2KO'),(172558,3641,'_customer_user','76'),(172559,3641,'_payment_method','paypal'),(172560,3641,'_payment_method_title','PayPal'),(172561,3641,'_customer_ip_address','73.4.217.219'),(172562,3641,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(172563,3641,'_created_via','checkout'),(172564,3641,'_cart_hash','4b7cf6d868c0cb9206d4209b69e18b4a'),(172565,3641,'_download_permissions_granted','yes'),(172566,3641,'_recorded_sales','yes'),(172567,3641,'_recorded_coupon_usage_counts','yes'),(172568,3641,'_new_order_email_sent','true'),(172569,3641,'_order_stock_reduced','yes'),(172570,3641,'_billing_first_name','Naomi'),(172571,3641,'_billing_last_name','Golden'),(172572,3641,'_billing_address_1','31 Mann Ave'),(172573,3641,'_billing_city','Needham'),(172574,3641,'_billing_state','MA'),(172575,3641,'_billing_postcode','02492'),(172576,3641,'_billing_country','US'),(172577,3641,'_billing_email','nrgolden6486@gmail.com'),(172578,3641,'_billing_phone','6178511322'),(172579,3641,'_shipping_first_name','Naomi'),(172580,3641,'_shipping_last_name','Golden'),(172581,3641,'_shipping_company','Lice Aunties'),(172582,3641,'_shipping_address_1','3 Baldwin Green Common'),(172583,3641,'_shipping_address_2','Suite 310'),(172584,3641,'_shipping_city','Woburn'),(172585,3641,'_shipping_state','MA'),(172586,3641,'_shipping_postcode','01890'),(172587,3641,'_shipping_country','US'),(172588,3641,'_order_currency','USD'),(172589,3641,'_cart_discount','0'),(172590,3641,'_cart_discount_tax','0'),(172591,3641,'_order_shipping','0'),(172592,3641,'_order_shipping_tax','0'),(172593,3641,'_order_tax','0'),(172594,3641,'_order_total','513.60'),(172595,3641,'_order_version','10.0.2'),(172596,3641,'_prices_include_tax','no'),(172597,3641,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(172598,3641,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01890 US '),(172599,3641,'is_vat_exempt','no'),(172600,3641,'_wc_order_attribution_source_type','typein'),(172601,3641,'_wc_order_attribution_utm_source','(direct)'),(172602,3641,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172603,3641,'_wc_order_attribution_session_start_time','2025-07-23 15:50:37'),(172604,3641,'_wc_order_attribution_session_pages','12'),(172605,3641,'_wc_order_attribution_session_count','3'),(172606,3641,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(172607,3641,'_wc_order_attribution_device_type','Desktop'),(172608,3641,'Payment type','instant'),(172609,3641,'_paypal_status','completed'),(172610,3641,'_transaction_id','679727872L603542P'),(172611,3641,'PayPal Transaction Fee','18.41'),(172612,3641,'_date_paid','1753650191'),(172613,3641,'_paid_date','2025-07-27 21:03:11'),(172614,3642,'_order_key','wc_order_efYjrbixBmdHu'),(172615,3642,'_customer_user','3'),(172616,3642,'_payment_method','paypal'),(172617,3642,'_payment_method_title','PayPal'),(172618,3642,'_customer_ip_address','99.22.146.124'),(172619,3642,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172620,3642,'_created_via','checkout'),(172621,3642,'_cart_hash','dc70db0341642594b5fbef07fc439b8f'),(172622,3642,'_download_permissions_granted','yes'),(172623,3642,'_recorded_sales','yes'),(172624,3642,'_recorded_coupon_usage_counts','yes'),(172625,3642,'_new_order_email_sent','true'),(172626,3642,'_order_stock_reduced','yes'),(172627,3642,'_billing_first_name','amanda'),(172628,3642,'_billing_last_name','westerman'),(172629,3642,'_billing_company','Lice Clinics of America McKinney'),(172630,3642,'_billing_address_1','3120 Hudson Crossing'),(172631,3642,'_billing_address_2','Suite A2'),(172632,3642,'_billing_city','MCKINNEY'),(172633,3642,'_billing_state','TX'),(172634,3642,'_billing_postcode','75070'),(172635,3642,'_billing_country','US'),(172636,3642,'_billing_email','awesterman1103@gmail.com'),(172637,3642,'_billing_phone','12144175741'),(172638,3642,'_shipping_first_name','amanda'),(172639,3642,'_shipping_last_name','westerman'),(172640,3642,'_shipping_company','Lice Clinics of America'),(172641,3642,'_shipping_address_1','1709 Damian Way'),(172642,3642,'_shipping_city','Richardson'),(172643,3642,'_shipping_state','TX'),(172644,3642,'_shipping_postcode','75081'),(172645,3642,'_shipping_country','US'),(172646,3642,'_order_currency','USD'),(172647,3642,'_cart_discount','0'),(172648,3642,'_cart_discount_tax','0'),(172649,3642,'_order_shipping','0'),(172650,3642,'_order_shipping_tax','0'),(172651,3642,'_order_tax','0'),(172652,3642,'_order_total','530.00'),(172653,3642,'_order_version','10.0.2'),(172654,3642,'_prices_include_tax','no'),(172655,3642,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(172656,3642,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(172657,3642,'is_vat_exempt','no'),(172658,3642,'_wc_order_attribution_source_type','referral'),(172659,3642,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172660,3642,'_wc_order_attribution_utm_source','lcaportal.com'),(172661,3642,'_wc_order_attribution_utm_medium','referral'),(172662,3642,'_wc_order_attribution_utm_content','/'),(172663,3642,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172664,3642,'_wc_order_attribution_session_start_time','2025-07-28 13:20:03'),(172665,3642,'_wc_order_attribution_session_pages','4'),(172666,3642,'_wc_order_attribution_session_count','1'),(172667,3642,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172668,3642,'_wc_order_attribution_device_type','Desktop'),(172669,3642,'Payment type','instant'),(172670,3642,'_paypal_status','completed'),(172671,3642,'_transaction_id','97064885PH6449053'),(172672,3642,'PayPal Transaction Fee','18.99'),(172673,3642,'_date_paid','1753709002'),(172674,3642,'_paid_date','2025-07-28 13:23:22'),(172675,3643,'_order_key','wc_order_LHZJ4klz80BYB'),(172676,3643,'_customer_user','46'),(172677,3643,'_payment_method','paypal'),(172678,3643,'_payment_method_title','PayPal'),(172679,3643,'_customer_ip_address','72.47.75.84'),(172680,3643,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172681,3643,'_created_via','checkout'),(172682,3643,'_cart_hash','2ae003911914627acff311595863e05b'),(172683,3643,'_download_permissions_granted','yes'),(172684,3643,'_recorded_sales','yes'),(172685,3643,'_recorded_coupon_usage_counts','yes'),(172686,3643,'_new_order_email_sent','true'),(172687,3643,'_order_stock_reduced','yes'),(172688,3643,'_billing_first_name','Ashe'),(172689,3643,'_billing_last_name','montalvo'),(172690,3643,'_billing_company','lice clincs of america jonesboro'),(172691,3643,'_billing_address_1','1406 Market Place'),(172692,3643,'_billing_address_2','Apartment 10'),(172693,3643,'_billing_city','Jonesboro'),(172694,3643,'_billing_state','AR'),(172695,3643,'_billing_postcode','72404'),(172696,3643,'_billing_country','US'),(172697,3643,'_billing_email','bsdashlynf@gmail.com'),(172698,3643,'_billing_phone','8706132520'),(172699,3643,'_shipping_first_name','Ashe'),(172700,3643,'_shipping_last_name','montalvo'),(172701,3643,'_shipping_company','lice clincs of america jonesboro'),(172702,3643,'_shipping_address_1','3114 Fox Road'),(172703,3643,'_shipping_address_2','suite D'),(172704,3643,'_shipping_city','Jonesboro'),(172705,3643,'_shipping_state','AR'),(172706,3643,'_shipping_postcode','72404'),(172707,3643,'_shipping_country','US'),(172708,3643,'_order_currency','USD'),(172709,3643,'_cart_discount','0'),(172710,3643,'_cart_discount_tax','0'),(172711,3643,'_order_shipping','31.1'),(172712,3643,'_order_shipping_tax','0'),(172713,3643,'_order_tax','0'),(172714,3643,'_order_total','434.25'),(172715,3643,'_order_version','10.0.4'),(172716,3643,'_prices_include_tax','no'),(172717,3643,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(172718,3643,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(172719,3643,'is_vat_exempt','no'),(172720,3643,'_wc_order_attribution_source_type','referral'),(172721,3643,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172722,3643,'_wc_order_attribution_utm_source','lcaportal.com'),(172723,3643,'_wc_order_attribution_utm_medium','referral'),(172724,3643,'_wc_order_attribution_utm_content','/'),(172725,3643,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172726,3643,'_wc_order_attribution_session_start_time','2025-07-28 17:31:37'),(172727,3643,'_wc_order_attribution_session_pages','1'),(172728,3643,'_wc_order_attribution_session_count','3'),(172729,3643,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172730,3643,'_wc_order_attribution_device_type','Desktop'),(172731,3643,'Payment type','instant'),(172732,3643,'_paypal_status','completed'),(172733,3643,'_transaction_id','6TA905843N899420P'),(172734,3643,'PayPal Transaction Fee','15.65'),(172735,3643,'_date_paid','1753753140'),(172736,3643,'_paid_date','2025-07-29 01:39:00'),(172737,3641,'_edit_lock','1753798083:2'),(172738,3641,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172613\";s:12:\"date_shipped\";s:10:\"1753747200\";s:11:\"tracking_id\";s:32:\"0775d5d6874c0d4e80afae0f7484de0b\";}}'),(172739,3641,'_edit_last','2'),(172740,3641,'_date_completed','1753798217'),(172741,3641,'_completed_date','2025-07-29 14:10:17'),(172742,3640,'_edit_lock','1753798143:2'),(172743,3640,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172543\";s:12:\"date_shipped\";s:10:\"1753747200\";s:11:\"tracking_id\";s:32:\"13a04ed2edc01c364c663b89259170af\";}}'),(172744,3640,'_edit_last','2'),(172745,3640,'_date_completed','1753798259'),(172746,3640,'_completed_date','2025-07-29 14:10:59'),(172747,3642,'_edit_lock','1753798231:2'),(172748,3642,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800172808\";s:12:\"date_shipped\";s:10:\"1753747200\";s:11:\"tracking_id\";s:32:\"188c30abcfccd6f9437a4a165372ea60\";}}'),(172749,3642,'_edit_last','2'),(172750,3642,'_date_completed','1753798363'),(172751,3642,'_completed_date','2025-07-29 14:12:43'),(172752,3644,'_order_key','wc_order_keCHAyPndjk17'),(172753,3644,'_customer_user','3'),(172754,3644,'_payment_method','paypal'),(172755,3644,'_payment_method_title','PayPal'),(172756,3644,'_customer_ip_address','99.22.146.124'),(172757,3644,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172758,3644,'_created_via','checkout'),(172759,3644,'_cart_hash','f103f3b0949808c2fca851cdb1280465'),(172760,3644,'_download_permissions_granted','yes'),(172761,3644,'_recorded_sales','yes'),(172762,3644,'_recorded_coupon_usage_counts','yes'),(172763,3644,'_new_order_email_sent','true'),(172764,3644,'_order_stock_reduced','yes'),(172765,3644,'_billing_first_name','amanda'),(172766,3644,'_billing_last_name','westerman'),(172767,3644,'_billing_company','Lice Clinics of America McKinney'),(172768,3644,'_billing_address_1','3120 Hudson Crossing'),(172769,3644,'_billing_address_2','Suite A2'),(172770,3644,'_billing_city','MCKINNEY'),(172771,3644,'_billing_state','TX'),(172772,3644,'_billing_postcode','75070'),(172773,3644,'_billing_country','US'),(172774,3644,'_billing_email','awesterman1103@gmail.com'),(172775,3644,'_billing_phone','12144175741'),(172776,3644,'_shipping_first_name','amanda'),(172777,3644,'_shipping_last_name','westerman'),(172778,3644,'_shipping_company','Lice Clinics of America - Lewisville'),(172779,3644,'_shipping_address_1','522 Edmonds Ln'),(172780,3644,'_shipping_address_2','Suite 102'),(172781,3644,'_shipping_city','Lewisville'),(172782,3644,'_shipping_state','TX'),(172783,3644,'_shipping_postcode','75067'),(172784,3644,'_shipping_country','US'),(172785,3644,'_order_currency','USD'),(172786,3644,'_cart_discount','0'),(172787,3644,'_cart_discount_tax','0'),(172788,3644,'_order_shipping','0'),(172789,3644,'_order_shipping_tax','0'),(172790,3644,'_order_tax','0'),(172791,3644,'_order_total','876.45'),(172792,3644,'_order_version','10.0.4'),(172793,3644,'_prices_include_tax','no'),(172794,3644,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(172795,3644,'_shipping_address_index','amanda westerman Lice Clinics of America - Lewisville 522 Edmonds Ln Suite 102 Lewisville TX 75067 US '),(172796,3644,'is_vat_exempt','no'),(172797,3644,'_wc_order_attribution_source_type','referral'),(172798,3644,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(172799,3644,'_wc_order_attribution_utm_source','lcaportal.com'),(172800,3644,'_wc_order_attribution_utm_medium','referral'),(172801,3644,'_wc_order_attribution_utm_content','/'),(172802,3644,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172803,3644,'_wc_order_attribution_session_start_time','2025-07-30 15:18:29'),(172804,3644,'_wc_order_attribution_session_pages','3'),(172805,3644,'_wc_order_attribution_session_count','3'),(172806,3644,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172807,3644,'_wc_order_attribution_device_type','Desktop'),(172808,3644,'Payment type','instant'),(172809,3644,'_paypal_status','completed'),(172810,3644,'_transaction_id','2836320634763300U'),(172811,3644,'PayPal Transaction Fee','31.08'),(172812,3644,'_date_paid','1753894364'),(172813,3644,'_paid_date','2025-07-30 16:52:44'),(172814,3645,'_order_key','wc_order_dDMOGKSgXZfoq'),(172815,3645,'_customer_user','76'),(172816,3645,'_payment_method','paypal'),(172817,3645,'_payment_method_title','PayPal'),(172818,3645,'_customer_ip_address','209.6.13.239'),(172819,3645,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(172820,3645,'_created_via','checkout'),(172821,3645,'_cart_hash','410ce07e8941560fce5c692fe04d6f41'),(172822,3645,'_download_permissions_granted','yes'),(172823,3645,'_recorded_sales','yes'),(172824,3645,'_recorded_coupon_usage_counts','yes'),(172825,3645,'_new_order_email_sent','true'),(172826,3645,'_order_stock_reduced','yes'),(172827,3645,'_billing_first_name','Naomi'),(172828,3645,'_billing_last_name','Golden'),(172829,3645,'_billing_address_1','31 Mann Ave'),(172830,3645,'_billing_city','Needham'),(172831,3645,'_billing_state','MA'),(172832,3645,'_billing_postcode','02492'),(172833,3645,'_billing_country','US'),(172834,3645,'_billing_email','nrgolden6486@gmail.com'),(172835,3645,'_billing_phone','6178511322'),(172836,3645,'_shipping_first_name','Naomi'),(172837,3645,'_shipping_last_name','Golden'),(172838,3645,'_shipping_company','Lice Aunties'),(172839,3645,'_shipping_address_1','60 Dedham Ave'),(172840,3645,'_shipping_address_2','Suite 201'),(172841,3645,'_shipping_city','Needham'),(172842,3645,'_shipping_state','MA'),(172843,3645,'_shipping_postcode','02492'),(172844,3645,'_shipping_country','US'),(172845,3645,'_order_currency','USD'),(172846,3645,'_cart_discount','0'),(172847,3645,'_cart_discount_tax','0'),(172848,3645,'_order_shipping','0'),(172849,3645,'_order_shipping_tax','0'),(172850,3645,'_order_tax','0'),(172851,3645,'_order_total','531.22'),(172852,3645,'_order_version','10.0.4'),(172853,3645,'_prices_include_tax','no'),(172854,3645,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(172855,3645,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(172856,3645,'is_vat_exempt','no'),(172857,3645,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:39.984000000000002;s:35:\"product_level_based_on_tax_settings\";d:39.984000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:39.984000000000002;s:27:\"total_based_on_tax_settings\";d:39.984000000000002;}}'),(172858,3645,'_wc_order_attribution_source_type','typein'),(172859,3645,'_wc_order_attribution_utm_source','(direct)'),(172860,3645,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172861,3645,'_wc_order_attribution_session_start_time','2025-07-23 15:50:37'),(172862,3645,'_wc_order_attribution_session_pages','10'),(172863,3645,'_wc_order_attribution_session_count','5'),(172864,3645,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(172865,3645,'_wc_order_attribution_device_type','Desktop'),(172866,3645,'Payment type','instant'),(172867,3645,'_paypal_status','completed'),(172868,3645,'_transaction_id','6TH666364K7891527'),(172869,3645,'PayPal Transaction Fee','19.03'),(172870,3645,'_date_paid','1753900921'),(172871,3645,'_paid_date','2025-07-30 18:42:01'),(172872,3646,'_order_key','wc_order_iHTX0GG8vW0Yj'),(172873,3646,'_customer_user','39'),(172874,3646,'_payment_method','paypal'),(172875,3646,'_payment_method_title','PayPal'),(172876,3646,'_customer_ip_address','108.198.117.206'),(172877,3646,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(172878,3646,'_created_via','checkout'),(172879,3646,'_cart_hash','56d7f1ad7c546ed95700ac7b20000b6f'),(172880,3646,'_download_permissions_granted','yes'),(172881,3646,'_recorded_sales','yes'),(172882,3646,'_recorded_coupon_usage_counts','yes'),(172883,3646,'_new_order_email_sent','true'),(172884,3646,'_order_stock_reduced','yes'),(172885,3646,'_billing_first_name','Patty'),(172886,3646,'_billing_last_name','Ziegler'),(172887,3646,'_billing_address_1','3090 Saddle Brook Tr'),(172888,3646,'_billing_city','Sun Prairie'),(172889,3646,'_billing_state','WI'),(172890,3646,'_billing_postcode','53590'),(172891,3646,'_billing_country','US'),(172892,3646,'_billing_email','liceremovalwisconsin@gmail.com'),(172893,3646,'_billing_phone','6088258255'),(172894,3646,'_shipping_first_name','Patty'),(172895,3646,'_shipping_last_name','Ziegler'),(172896,3646,'_shipping_address_1','3090 Saddle Brook Tr'),(172897,3646,'_shipping_city','Sun Prairie'),(172898,3646,'_shipping_state','WI'),(172899,3646,'_shipping_postcode','53590'),(172900,3646,'_shipping_country','US'),(172901,3646,'_order_currency','USD'),(172902,3646,'_cart_discount','0'),(172903,3646,'_cart_discount_tax','0'),(172904,3646,'_order_shipping','0'),(172905,3646,'_order_shipping_tax','0'),(172906,3646,'_order_tax','0'),(172907,3646,'_order_total','820.20'),(172908,3646,'_order_version','10.0.2'),(172909,3646,'_prices_include_tax','no'),(172910,3646,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(172911,3646,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(172912,3646,'is_vat_exempt','no'),(172913,3646,'_wc_order_attribution_source_type','referral'),(172914,3646,'_wc_order_attribution_referrer','https://lcaportal.com/'),(172915,3646,'_wc_order_attribution_utm_source','lcaportal.com'),(172916,3646,'_wc_order_attribution_utm_medium','referral'),(172917,3646,'_wc_order_attribution_utm_content','/'),(172918,3646,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172919,3646,'_wc_order_attribution_session_start_time','2025-07-30 19:45:45'),(172920,3646,'_wc_order_attribution_session_pages','4'),(172921,3646,'_wc_order_attribution_session_count','1'),(172922,3646,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Mobile Safari/537.36'),(172923,3646,'_wc_order_attribution_device_type','Mobile'),(172924,3646,'Payment type','instant'),(172925,3646,'_paypal_status','completed'),(172926,3646,'_transaction_id','2J897153K3392562S'),(172927,3646,'PayPal Transaction Fee','29.11'),(172928,3646,'_date_paid','1753904845'),(172929,3646,'_paid_date','2025-07-30 19:47:25'),(172930,3647,'_order_key','wc_order_NnN1EjRBi7G6l'),(172931,3647,'_customer_user','3'),(172932,3647,'_payment_method','paypal'),(172933,3647,'_payment_method_title','PayPal'),(172934,3647,'_customer_ip_address','99.22.146.124'),(172935,3647,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172936,3647,'_created_via','checkout'),(172937,3647,'_cart_hash','2f995b6ef502e014c50609998e9d9914'),(172938,3647,'_download_permissions_granted','yes'),(172939,3647,'_recorded_sales','yes'),(172940,3647,'_recorded_coupon_usage_counts','yes'),(172941,3647,'_new_order_email_sent','true'),(172942,3647,'_order_stock_reduced','yes'),(172943,3647,'_billing_first_name','amanda'),(172944,3647,'_billing_last_name','westerman'),(172945,3647,'_billing_company','Lice Clinics of America McKinney'),(172946,3647,'_billing_address_1','3120 Hudson Crossing'),(172947,3647,'_billing_address_2','Suite A2'),(172948,3647,'_billing_city','MCKINNEY'),(172949,3647,'_billing_state','TX'),(172950,3647,'_billing_postcode','75070'),(172951,3647,'_billing_country','US'),(172952,3647,'_billing_email','awesterman1103@gmail.com'),(172953,3647,'_billing_phone','12144175741'),(172954,3647,'_shipping_first_name','amanda'),(172955,3647,'_shipping_last_name','westerman'),(172956,3647,'_shipping_company','Lice Clinics of America McKinney'),(172957,3647,'_shipping_address_1','3120 Hudson Crossing'),(172958,3647,'_shipping_address_2','Suite A2'),(172959,3647,'_shipping_city','MCKINNEY'),(172960,3647,'_shipping_state','TX'),(172961,3647,'_shipping_postcode','75070'),(172962,3647,'_shipping_country','US'),(172963,3647,'_order_currency','USD'),(172964,3647,'_cart_discount','0'),(172965,3647,'_cart_discount_tax','0'),(172966,3647,'_order_shipping','0'),(172967,3647,'_order_shipping_tax','0'),(172968,3647,'_order_tax','0'),(172969,3647,'_order_total','700.05'),(172970,3647,'_order_version','10.0.4'),(172971,3647,'_prices_include_tax','no'),(172972,3647,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(172973,3647,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US '),(172974,3647,'is_vat_exempt','no'),(172975,3647,'_wc_order_attribution_source_type','referral'),(172976,3647,'_wc_order_attribution_referrer','https://lcaportal.com/'),(172977,3647,'_wc_order_attribution_utm_source','lcaportal.com'),(172978,3647,'_wc_order_attribution_utm_medium','referral'),(172979,3647,'_wc_order_attribution_utm_content','/'),(172980,3647,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(172981,3647,'_wc_order_attribution_session_start_time','2025-07-31 18:33:16'),(172982,3647,'_wc_order_attribution_session_pages','2'),(172983,3647,'_wc_order_attribution_session_count','6'),(172984,3647,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(172985,3647,'_wc_order_attribution_device_type','Desktop'),(172986,3647,'Payment type','instant'),(172987,3647,'_paypal_status','completed'),(172988,3647,'_transaction_id','7RC06798WH797740E'),(172989,3647,'PayPal Transaction Fee','24.92'),(172990,3647,'_date_paid','1753994548'),(172991,3647,'_paid_date','2025-07-31 20:42:28'),(172992,3646,'_edit_lock','1754027438:2'),(172993,3646,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173491\";s:12:\"date_shipped\";s:10:\"1754006400\";s:11:\"tracking_id\";s:32:\"8f8c9dbcd9dd20d74689fc5788fb6ef6\";}}'),(172994,3646,'_edit_last','2'),(172995,3646,'_date_completed','1754027563'),(172996,3646,'_completed_date','2025-08-01 05:52:43'),(172997,3647,'_edit_lock','1754355868:2'),(172998,3647,'_edit_last','2'),(173004,3643,'_edit_lock','1754078805:2'),(173005,3644,'_edit_lock','1754078950:2'),(173006,3645,'_edit_lock','1754078951:2'),(173007,3643,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173013\";s:12:\"date_shipped\";s:10:\"1753747200\";s:11:\"tracking_id\";s:32:\"0efa4759148d11da515bbbfc9664878b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173002\";s:12:\"date_shipped\";s:10:\"1753747200\";s:11:\"tracking_id\";s:32:\"39f000f6fd31a4617ec391735313ed6a\";}}'),(173008,3643,'_edit_last','2'),(173009,3643,'_date_completed','1754078799'),(173010,3643,'_completed_date','2025-08-01 20:06:39'),(173011,3644,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173322\";s:12:\"date_shipped\";s:10:\"1753833600\";s:11:\"tracking_id\";s:32:\"a5642210d40f2a3a69f0b08e4f62c2d1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173344\";s:12:\"date_shipped\";s:10:\"1753833600\";s:11:\"tracking_id\";s:32:\"b3161a52792a8d1d43021d9332a87890\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173333\";s:12:\"date_shipped\";s:10:\"1753833600\";s:11:\"tracking_id\";s:32:\"d07a5f24834b22d087fcc4d4df40ee01\";}}'),(173012,3644,'_edit_last','2'),(173013,3644,'_date_completed','1754078845'),(173014,3644,'_completed_date','2025-08-01 20:07:25'),(173015,3645,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173436\";s:12:\"date_shipped\";s:10:\"1753833600\";s:11:\"tracking_id\";s:32:\"870f52db65700aa2c62d9faada687630\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173447\";s:12:\"date_shipped\";s:10:\"1753833600\";s:11:\"tracking_id\";s:32:\"344e517b7e6edf23c56a1f245ba1d1fe\";}}'),(173016,3645,'_edit_last','2'),(173017,3645,'_date_completed','1754078916'),(173018,3645,'_completed_date','2025-08-01 20:08:36'),(173031,3649,'_order_key','wc_order_gLJmNiRZePoEG'),(173032,3649,'_customer_user','61'),(173033,3649,'_payment_method','paypal'),(173034,3649,'_payment_method_title','PayPal'),(173035,3649,'_customer_ip_address','217.180.201.84'),(173036,3649,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173037,3649,'_created_via','checkout'),(173038,3649,'_cart_hash','795786bed57b6f7da2b5a0b534328a71'),(173039,3649,'_download_permissions_granted','yes'),(173040,3649,'_recorded_sales','yes'),(173041,3649,'_recorded_coupon_usage_counts','yes'),(173042,3649,'_new_order_email_sent','true'),(173043,3649,'_order_stock_reduced','yes'),(173044,3649,'_billing_first_name','Judith'),(173045,3649,'_billing_last_name','Hayden'),(173046,3649,'_billing_company','Lice Clinics of America'),(173047,3649,'_billing_address_1','1795 Alysheba Way'),(173048,3649,'_billing_address_2','Ste 4105'),(173049,3649,'_billing_city','Lexington'),(173050,3649,'_billing_state','KY'),(173051,3649,'_billing_postcode','40509'),(173052,3649,'_billing_country','US'),(173053,3649,'_billing_email','judy@liceclinicslexington.com'),(173054,3649,'_billing_phone','8595376966'),(173055,3649,'_shipping_first_name','Judy'),(173056,3649,'_shipping_last_name','Hayden'),(173057,3649,'_shipping_company','LCA Lexington'),(173058,3649,'_shipping_address_1','1795 Alysheba Way'),(173059,3649,'_shipping_address_2','Suite 4105'),(173060,3649,'_shipping_city','Lexington'),(173061,3649,'_shipping_state','KY'),(173062,3649,'_shipping_postcode','40509'),(173063,3649,'_shipping_country','US'),(173064,3649,'_order_currency','USD'),(173065,3649,'_cart_discount','0'),(173066,3649,'_cart_discount_tax','0'),(173067,3649,'_order_shipping','0'),(173068,3649,'_order_shipping_tax','0'),(173069,3649,'_order_tax','0'),(173070,3649,'_order_total','537.00'),(173071,3649,'_order_version','10.0.4'),(173072,3649,'_prices_include_tax','no'),(173073,3649,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(173074,3649,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(173075,3649,'is_vat_exempt','no'),(173076,3649,'_wc_order_attribution_source_type','typein'),(173077,3649,'_wc_order_attribution_utm_source','(direct)'),(173078,3649,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173079,3649,'_wc_order_attribution_session_start_time','2025-08-02 14:42:34'),(173080,3649,'_wc_order_attribution_session_pages','16'),(173081,3649,'_wc_order_attribution_session_count','1'),(173082,3649,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173083,3649,'_wc_order_attribution_device_type','Desktop'),(173084,3649,'Payment type','instant'),(173085,3649,'_paypal_status','completed'),(173086,3649,'_transaction_id','0K922391SR420660A'),(173087,3649,'PayPal Transaction Fee','19.23'),(173088,3649,'_date_paid','1754146473'),(173089,3649,'_paid_date','2025-08-02 14:54:33'),(173091,3650,'_order_key','wc_order_n4KL54OzFbNBh'),(173092,3650,'_customer_user','100'),(173093,3650,'_payment_method','paypal'),(173094,3650,'_payment_method_title','PayPal'),(173095,3650,'_customer_ip_address','74.253.6.29'),(173096,3650,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(173097,3650,'_created_via','checkout'),(173098,3650,'_cart_hash','14c55c5063591a173e69701679cf2af6'),(173099,3650,'_download_permissions_granted','yes'),(173100,3650,'_recorded_sales','yes'),(173101,3650,'_recorded_coupon_usage_counts','yes'),(173102,3650,'_new_order_email_sent','true'),(173103,3650,'_order_stock_reduced','yes'),(173104,3650,'_billing_first_name','Michael'),(173105,3650,'_billing_last_name','Beckman'),(173106,3650,'_billing_address_1','921 Moraga Ave'),(173107,3650,'_billing_city','Piedmont'),(173108,3650,'_billing_state','CA'),(173109,3650,'_billing_postcode','94611'),(173110,3650,'_billing_country','US'),(173111,3650,'_billing_email','licetoknowyou@gmail.com'),(173112,3650,'_billing_phone','8585314583'),(173113,3650,'_shipping_first_name','Chelsey'),(173114,3650,'_shipping_last_name','Watkins'),(173115,3650,'_shipping_company','Lice Clinics of America - Sunnyvale'),(173116,3650,'_shipping_address_1','958 Redmond ave'),(173117,3650,'_shipping_city','San Jose'),(173118,3650,'_shipping_state','CA'),(173119,3650,'_shipping_postcode','95120'),(173120,3650,'_shipping_country','US'),(173121,3650,'_order_currency','USD'),(173122,3650,'_cart_discount','0'),(173123,3650,'_cart_discount_tax','0'),(173124,3650,'_order_shipping','0'),(173125,3650,'_order_shipping_tax','0'),(173126,3650,'_order_tax','0'),(173127,3650,'_order_total','523.40'),(173128,3650,'_order_version','10.0.4'),(173129,3650,'_prices_include_tax','no'),(173130,3650,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(173131,3650,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(173132,3650,'is_vat_exempt','no'),(173133,3650,'_wc_order_attribution_source_type','referral'),(173134,3650,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173135,3650,'_wc_order_attribution_utm_source','lcaportal.com'),(173136,3650,'_wc_order_attribution_utm_medium','referral'),(173137,3650,'_wc_order_attribution_utm_content','/'),(173138,3650,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173139,3650,'_wc_order_attribution_session_start_time','2025-08-04 17:04:58'),(173140,3650,'_wc_order_attribution_session_pages','7'),(173141,3650,'_wc_order_attribution_session_count','8'),(173142,3650,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(173143,3650,'_wc_order_attribution_device_type','Desktop'),(173144,3650,'Payment type','instant'),(173145,3650,'_paypal_status','completed'),(173146,3650,'_transaction_id','42B74781JY216593N'),(173147,3650,'PayPal Transaction Fee','18.76'),(173148,3650,'_date_paid','1754329151'),(173149,3650,'_paid_date','2025-08-04 17:39:11'),(173151,3647,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173789\";s:12:\"date_shipped\";s:10:\"1754352000\";s:11:\"tracking_id\";s:32:\"8350e86f56c1f8d287866cc48c571fc7\";}}'),(173152,3647,'_date_completed','1754355992'),(173153,3647,'_completed_date','2025-08-05 01:06:32'),(173154,3649,'_edit_lock','1754355955:2'),(173155,3649,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173837\";s:12:\"date_shipped\";s:10:\"1754352000\";s:11:\"tracking_id\";s:32:\"dd7b08ddb92e734344f4f3367d3cf8a6\";}}'),(173156,3649,'_edit_last','2'),(173157,3649,'_date_completed','1754356032'),(173158,3649,'_completed_date','2025-08-05 01:07:12'),(173159,3650,'_edit_lock','1754507205:2'),(173160,3651,'_order_key','wc_order_wU73yLCz2sVuX'),(173161,3651,'_customer_user','20'),(173162,3651,'_payment_method','paypal'),(173163,3651,'_payment_method_title','PayPal'),(173164,3651,'_customer_ip_address','69.75.247.14'),(173165,3651,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173166,3651,'_created_via','checkout'),(173167,3651,'_cart_hash','ba5418be0407eefd6101959f556fce1a'),(173168,3651,'_download_permissions_granted','yes'),(173169,3651,'_recorded_sales','yes'),(173170,3651,'_recorded_coupon_usage_counts','yes'),(173171,3651,'_new_order_email_sent','true'),(173172,3651,'_order_stock_reduced','yes'),(173173,3651,'_billing_first_name','Hasani'),(173174,3651,'_billing_last_name','Thompson'),(173175,3651,'_billing_company','Heat in Hair'),(173176,3651,'_billing_address_1','12840 Riverside Dr'),(173177,3651,'_billing_address_2','1D'),(173178,3651,'_billing_city','North Hollywood'),(173179,3651,'_billing_state','CA'),(173180,3651,'_billing_postcode','91607'),(173181,3651,'_billing_country','US'),(173182,3651,'_billing_email','info@liceclinicssantaclarita.com'),(173183,3651,'_billing_phone','6615850263'),(173184,3651,'_shipping_first_name','Hasani'),(173185,3651,'_shipping_last_name','Thompson'),(173186,3651,'_shipping_company','Heat in Hair'),(173187,3651,'_shipping_address_1','5145 Nightsky pl'),(173188,3651,'_shipping_city','5145 nightsky pl'),(173189,3651,'_shipping_state','CA'),(173190,3651,'_shipping_postcode','93552'),(173191,3651,'_shipping_country','US'),(173192,3651,'_order_currency','USD'),(173193,3651,'_cart_discount','0'),(173194,3651,'_cart_discount_tax','0'),(173195,3651,'_order_shipping','0'),(173196,3651,'_order_shipping_tax','0'),(173197,3651,'_order_tax','0'),(173198,3651,'_order_total','821.35'),(173199,3651,'_order_version','10.0.4'),(173200,3651,'_prices_include_tax','no'),(173201,3651,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(173202,3651,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(173204,3651,'_wc_order_attribution_source_type','referral'),(173205,3651,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173206,3651,'_wc_order_attribution_utm_source','lcaportal.com'),(173207,3651,'_wc_order_attribution_utm_medium','referral'),(173208,3651,'_wc_order_attribution_utm_content','/'),(173209,3651,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173210,3651,'_wc_order_attribution_session_start_time','2025-08-05 20:10:15'),(173211,3651,'_wc_order_attribution_session_pages','1'),(173212,3651,'_wc_order_attribution_session_count','3'),(173213,3651,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(173214,3651,'_wc_order_attribution_device_type','Desktop'),(173216,3651,'is_vat_exempt','no'),(173217,3651,'Payment type','instant'),(173218,3651,'_paypal_status','completed'),(173219,3651,'_transaction_id','20K995418R1295546'),(173220,3651,'PayPal Transaction Fee','29.16'),(173221,3651,'_date_paid','1754438388'),(173222,3651,'_paid_date','2025-08-05 23:59:48'),(173223,3652,'_order_key','wc_order_BkG0HPFQzTmsz'),(173224,3652,'_customer_user','79'),(173225,3652,'_payment_method','paypal'),(173226,3652,'_payment_method_title','PayPal'),(173227,3652,'_customer_ip_address','71.91.158.65'),(173228,3652,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(173229,3652,'_created_via','checkout'),(173230,3652,'_cart_hash','5e5a404e3aa383f5e289583fbb21ca3b'),(173231,3652,'_download_permissions_granted','yes'),(173232,3652,'_recorded_sales','yes'),(173233,3652,'_recorded_coupon_usage_counts','yes'),(173234,3652,'_new_order_email_sent','true'),(173235,3652,'_order_stock_reduced','yes'),(173236,3652,'_billing_first_name','Shanna'),(173237,3652,'_billing_last_name','Castille'),(173238,3652,'_billing_address_1','1097 Hundley Rd'),(173239,3652,'_billing_city','Eunice'),(173240,3652,'_billing_state','LA'),(173241,3652,'_billing_postcode','70535'),(173242,3652,'_billing_country','US'),(173243,3652,'_billing_email','Shanna_sr09@yahoo.com'),(173244,3652,'_billing_phone','3374668998'),(173245,3652,'_shipping_first_name','Shanna'),(173246,3652,'_shipping_last_name','Castille'),(173247,3652,'_shipping_address_1','1097 Hundley Rd'),(173248,3652,'_shipping_city','eunice'),(173249,3652,'_shipping_state','LA'),(173250,3652,'_shipping_postcode','70535'),(173251,3652,'_shipping_country','US'),(173252,3652,'_order_currency','USD'),(173253,3652,'_cart_discount','0'),(173254,3652,'_cart_discount_tax','0'),(173255,3652,'_order_shipping','0'),(173256,3652,'_order_shipping_tax','0'),(173257,3652,'_order_tax','0'),(173258,3652,'_order_total','974.00'),(173259,3652,'_order_version','10.0.4'),(173260,3652,'_prices_include_tax','no'),(173261,3652,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(173262,3652,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(173263,3652,'is_vat_exempt','no'),(173264,3652,'_wc_order_attribution_source_type','typein'),(173265,3652,'_wc_order_attribution_utm_source','(direct)'),(173266,3652,'_wc_order_attribution_utm_source_platform',''),(173267,3652,'_wc_order_attribution_utm_creative_format',''),(173268,3652,'_wc_order_attribution_utm_marketing_tactic',''),(173269,3652,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173270,3652,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(173271,3652,'_wc_order_attribution_session_pages','4'),(173272,3652,'_wc_order_attribution_session_count','12'),(173273,3652,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(173274,3652,'_wc_order_attribution_device_type','Desktop'),(173275,3652,'Payment type','instant'),(173276,3652,'_paypal_status','completed'),(173277,3652,'_transaction_id','9AD95944UR204082E'),(173278,3652,'PayPal Transaction Fee','34.48'),(173279,3652,'_date_paid','1754497044'),(173280,3652,'_paid_date','2025-08-06 16:17:24'),(173281,3650,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800174454\";s:12:\"date_shipped\";s:10:\"1754438400\";s:11:\"tracking_id\";s:32:\"a955a265ca1d386de64dfe867d4790f4\";}}'),(173282,3650,'_edit_last','2'),(173283,3650,'_date_completed','1754507194'),(173284,3650,'_completed_date','2025-08-06 19:06:34'),(173285,3651,'_edit_lock','1754507266:2'),(173286,3651,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800174752\";s:12:\"date_shipped\";s:10:\"1754438400\";s:11:\"tracking_id\";s:32:\"062fb71324d93ba6610a0b5a4f2c6246\";}}'),(173287,3651,'_edit_last','2'),(173288,3651,'_date_completed','1754507389'),(173289,3651,'_completed_date','2025-08-06 19:09:49'),(173300,3653,'_order_key','wc_order_VV1dPPJk4MyOc'),(173301,3653,'_customer_user','61'),(173302,3653,'_payment_method','paypal'),(173303,3653,'_payment_method_title','PayPal'),(173304,3653,'_customer_ip_address','217.180.201.13'),(173305,3653,'_customer_user_agent','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'),(173306,3653,'_created_via','checkout'),(173307,3653,'_cart_hash','3e16be0cd0d347611a380c260be5390e'),(173308,3653,'_download_permissions_granted','yes'),(173309,3653,'_recorded_sales','yes'),(173310,3653,'_recorded_coupon_usage_counts','yes'),(173311,3653,'_new_order_email_sent','true'),(173312,3653,'_order_stock_reduced','yes'),(173313,3653,'_billing_first_name','Judith'),(173314,3653,'_billing_last_name','Hayden'),(173315,3653,'_billing_company','Lice Clinics of America'),(173316,3653,'_billing_address_1','1795 Alysheba Way'),(173317,3653,'_billing_address_2','Ste 4105'),(173318,3653,'_billing_city','Lexington'),(173319,3653,'_billing_state','KY'),(173320,3653,'_billing_postcode','40509'),(173321,3653,'_billing_country','US'),(173322,3653,'_billing_email','judy@liceclinicslexington.com'),(173323,3653,'_billing_phone','8595376966'),(173324,3653,'_shipping_first_name','Judy'),(173325,3653,'_shipping_last_name','Hayden'),(173326,3653,'_shipping_company','LCA Lexington'),(173327,3653,'_shipping_address_1','1795 Alysheba Way'),(173328,3653,'_shipping_address_2','Suite 4105'),(173329,3653,'_shipping_city','Lexington'),(173330,3653,'_shipping_state','KY'),(173331,3653,'_shipping_postcode','40509'),(173332,3653,'_shipping_country','US'),(173333,3653,'_order_currency','USD'),(173334,3653,'_cart_discount','0'),(173335,3653,'_cart_discount_tax','0'),(173336,3653,'_order_shipping','0'),(173337,3653,'_order_shipping_tax','0'),(173338,3653,'_order_tax','0'),(173339,3653,'_order_total','519.60'),(173340,3653,'_order_version','10.0.4'),(173341,3653,'_prices_include_tax','no'),(173342,3653,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@liceclinicslexington.com 8595376966'),(173343,3653,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(173344,3653,'is_vat_exempt','no'),(173345,3653,'_wc_order_attribution_source_type','typein'),(173346,3653,'_wc_order_attribution_utm_source','(direct)'),(173347,3653,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173348,3653,'_wc_order_attribution_session_start_time','2025-08-06 19:27:24'),(173349,3653,'_wc_order_attribution_session_pages','6'),(173350,3653,'_wc_order_attribution_session_count','1'),(173351,3653,'_wc_order_attribution_user_agent','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'),(173352,3653,'_wc_order_attribution_device_type','Desktop'),(173353,3653,'Payment type','instant'),(173354,3653,'_paypal_status','completed'),(173355,3653,'_transaction_id','3LL255075W769533F'),(173356,3653,'PayPal Transaction Fee','18.62'),(173357,3653,'_date_paid','1754508671'),(173358,3653,'_paid_date','2025-08-06 19:31:11'),(173362,3654,'_order_key','wc_order_nh2cC615Sy7wW'),(173363,3654,'_customer_user','98'),(173364,3654,'_payment_method','paypal'),(173365,3654,'_payment_method_title','PayPal'),(173366,3654,'_customer_ip_address','24.34.196.21'),(173367,3654,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173368,3654,'_created_via','checkout'),(173369,3654,'_cart_hash','346508b69a1caedd26295244393ee0d7'),(173370,3654,'_download_permissions_granted','yes'),(173371,3654,'_recorded_sales','yes'),(173372,3654,'_recorded_coupon_usage_counts','yes'),(173373,3654,'_new_order_email_sent','true'),(173374,3654,'_order_stock_reduced','yes'),(173375,3654,'_billing_first_name','Christine'),(173376,3654,'_billing_last_name','Cherry'),(173377,3654,'_billing_company','NITS END'),(173378,3654,'_billing_address_1','PO BOX 1092'),(173379,3654,'_billing_address_2','suite E'),(173380,3654,'_billing_city','Campton'),(173381,3654,'_billing_state','OH'),(173382,3654,'_billing_postcode','03223'),(173383,3654,'_billing_country','US'),(173384,3654,'_billing_email','christine@liceclinicscolumbus.com'),(173385,3654,'_billing_phone','16034983390'),(173386,3654,'_shipping_first_name','Erica'),(173387,3654,'_shipping_last_name','Froggatt'),(173388,3654,'_shipping_company','LCA - Nits End / 149091'),(173389,3654,'_shipping_address_1','5910 Wilcox Pl'),(173390,3654,'_shipping_address_2','suite E'),(173391,3654,'_shipping_city','Dublin'),(173392,3654,'_shipping_state','OH'),(173393,3654,'_shipping_postcode','43016'),(173394,3654,'_shipping_country','US'),(173395,3654,'_order_currency','USD'),(173396,3654,'_cart_discount','0'),(173397,3654,'_cart_discount_tax','0'),(173398,3654,'_order_shipping','0'),(173399,3654,'_order_shipping_tax','0'),(173400,3654,'_order_tax','0'),(173401,3654,'_order_total','5045.50'),(173402,3654,'_order_version','10.0.4'),(173403,3654,'_prices_include_tax','no'),(173404,3654,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 suite E Campton OH 03223 US christine@liceclinicscolumbus.com 16034983390'),(173405,3654,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(173406,3654,'is_vat_exempt','no'),(173407,3654,'_wc_order_attribution_source_type','referral'),(173408,3654,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173409,3654,'_wc_order_attribution_utm_source','lcaportal.com'),(173410,3654,'_wc_order_attribution_utm_medium','referral'),(173411,3654,'_wc_order_attribution_utm_content','/'),(173412,3654,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173413,3654,'_wc_order_attribution_session_start_time','2025-08-06 17:58:22'),(173414,3654,'_wc_order_attribution_session_pages','20'),(173415,3654,'_wc_order_attribution_session_count','8'),(173416,3654,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173417,3654,'_wc_order_attribution_device_type','Desktop'),(173418,3654,'Payment type','instant'),(173419,3654,'_paypal_status','completed'),(173420,3654,'_transaction_id','4WR020195P250704R'),(173421,3654,'PayPal Transaction Fee','176.58'),(173422,3654,'_date_paid','1754512417'),(173423,3654,'_paid_date','2025-08-06 20:33:37'),(173429,3655,'_order_key','wc_order_JsSojW975Hxx8'),(173430,3655,'_customer_user','50'),(173431,3655,'_payment_method','paypal'),(173432,3655,'_payment_method_title','PayPal'),(173433,3655,'_customer_ip_address','24.34.196.21'),(173434,3655,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173435,3655,'_created_via','checkout'),(173436,3655,'_cart_hash','744415aec1f02d39a92e7baf613d32df'),(173437,3655,'_download_permissions_granted','yes'),(173438,3655,'_recorded_sales','yes'),(173439,3655,'_recorded_coupon_usage_counts','yes'),(173440,3655,'_new_order_email_sent','true'),(173441,3655,'_order_stock_reduced','yes'),(173442,3655,'_billing_first_name','Christine'),(173443,3655,'_billing_last_name','Cherry'),(173444,3655,'_billing_company','NITS END'),(173445,3655,'_billing_address_1','PO BOX 1092'),(173446,3655,'_billing_city','Campton'),(173447,3655,'_billing_state','ME'),(173448,3655,'_billing_postcode','03223'),(173449,3655,'_billing_country','US'),(173450,3655,'_billing_email','info@liceclinicsplaistow.com'),(173451,3655,'_billing_phone','16034983390'),(173452,3655,'_shipping_first_name','Christine'),(173453,3655,'_shipping_last_name','Cherry'),(173454,3655,'_shipping_company','C/O Linda Brann LCA/Nits End'),(173455,3655,'_shipping_address_1','16 Toppan Dr'),(173456,3655,'_shipping_city','Gorham'),(173457,3655,'_shipping_state','ME'),(173458,3655,'_shipping_postcode','04038'),(173459,3655,'_shipping_country','US'),(173460,3655,'_order_currency','USD'),(173461,3655,'_cart_discount','0'),(173462,3655,'_cart_discount_tax','0'),(173463,3655,'_order_shipping','0'),(173464,3655,'_order_shipping_tax','0'),(173465,3655,'_order_tax','0'),(173466,3655,'_order_total','2916.05'),(173467,3655,'_order_version','10.0.4'),(173468,3655,'_prices_include_tax','no'),(173469,3655,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton ME 03223 US info@liceclinicsplaistow.com 16034983390'),(173470,3655,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Dr  Gorham ME 04038 US '),(173471,3655,'is_vat_exempt','no'),(173472,3655,'_wc_order_attribution_source_type','referral'),(173473,3655,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173474,3655,'_wc_order_attribution_utm_source','lcaportal.com'),(173475,3655,'_wc_order_attribution_utm_medium','referral'),(173476,3655,'_wc_order_attribution_utm_content','/'),(173477,3655,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173478,3655,'_wc_order_attribution_session_start_time','2025-08-06 17:58:22'),(173479,3655,'_wc_order_attribution_session_pages','8'),(173480,3655,'_wc_order_attribution_session_count','9'),(173481,3655,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173482,3655,'_wc_order_attribution_device_type','Desktop'),(173483,3655,'Payment type','instant'),(173484,3655,'_paypal_status','completed'),(173485,3655,'_transaction_id','30N874139L342564T'),(173486,3655,'PayPal Transaction Fee','102.26'),(173487,3655,'_date_paid','1754516796'),(173488,3655,'_paid_date','2025-08-06 21:46:36'),(173490,3656,'_order_key','wc_order_pSnnOOO6VpiH8'),(173491,3656,'_customer_user','66'),(173492,3656,'_payment_method','paypal'),(173493,3656,'_payment_method_title','PayPal'),(173494,3656,'_customer_ip_address','72.85.35.117'),(173495,3656,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173496,3656,'_created_via','checkout'),(173497,3656,'_cart_hash','d8a56f10051a077b132e76971487938d'),(173498,3656,'_download_permissions_granted','yes'),(173499,3656,'_recorded_sales','yes'),(173500,3656,'_recorded_coupon_usage_counts','yes'),(173501,3656,'_new_order_email_sent','true'),(173502,3656,'_order_stock_reduced','yes'),(173503,3656,'_billing_first_name','Mark'),(173504,3656,'_billing_last_name','Dent'),(173505,3656,'_billing_company','Lice Clinics of Maryland'),(173506,3656,'_billing_address_1','801 W 33rd Street'),(173507,3656,'_billing_city','BAltimore'),(173508,3656,'_billing_state','MD'),(173509,3656,'_billing_postcode','21211'),(173510,3656,'_billing_country','US'),(173511,3656,'_billing_email','info@liceclinicsofmaryland.com'),(173512,3656,'_billing_phone','4438349991'),(173513,3656,'_shipping_first_name','Dawn'),(173514,3656,'_shipping_last_name','Mumaw'),(173515,3656,'_shipping_company','LCA Baltimore'),(173516,3656,'_shipping_address_1','604 Providence Road'),(173517,3656,'_shipping_city','Towson'),(173518,3656,'_shipping_state','MD'),(173519,3656,'_shipping_postcode','21286'),(173520,3656,'_shipping_country','US'),(173521,3656,'_order_currency','USD'),(173522,3656,'_cart_discount','0'),(173523,3656,'_cart_discount_tax','0'),(173524,3656,'_order_shipping','0'),(173525,3656,'_order_shipping_tax','0'),(173526,3656,'_order_tax','0'),(173527,3656,'_order_total','6539.69'),(173528,3656,'_order_version','10.0.4'),(173529,3656,'_prices_include_tax','no'),(173530,3656,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(173531,3656,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(173532,3656,'is_vat_exempt','no'),(173533,3656,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:189;s:35:\"product_level_based_on_tax_settings\";d:189;s:10:\"cart_level\";d:0;s:5:\"total\";d:189;s:27:\"total_based_on_tax_settings\";d:189;}}'),(173534,3656,'_wc_order_attribution_source_type','referral'),(173535,3656,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(173536,3656,'_wc_order_attribution_utm_source','lcaportal.com'),(173537,3656,'_wc_order_attribution_utm_medium','referral'),(173538,3656,'_wc_order_attribution_utm_content','/'),(173539,3656,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173540,3656,'_wc_order_attribution_session_start_time','2025-08-07 01:41:36'),(173541,3656,'_wc_order_attribution_session_pages','12'),(173542,3656,'_wc_order_attribution_session_count','1'),(173543,3656,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173544,3656,'_wc_order_attribution_device_type','Desktop'),(173545,3656,'Payment type','instant'),(173546,3656,'_paypal_status','completed'),(173547,3656,'_transaction_id','7TP23718FX215443F'),(173548,3656,'PayPal Transaction Fee','228.73'),(173549,3656,'_date_paid','1754532285'),(173550,3656,'_paid_date','2025-08-07 02:04:45'),(173551,3657,'_order_key','wc_order_kYUpbX6621brj'),(173552,3657,'_customer_user','101'),(173553,3657,'_payment_method','paypal'),(173554,3657,'_payment_method_title','PayPal'),(173555,3657,'_customer_ip_address','67.166.208.225'),(173556,3657,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(173557,3657,'_created_via','checkout'),(173558,3657,'_cart_hash','94b988de6fceef05630e1609bf2a6832'),(173559,3657,'_download_permissions_granted','no'),(173560,3657,'_recorded_sales','no'),(173561,3657,'_recorded_coupon_usage_counts','no'),(173562,3657,'_new_order_email_sent','false'),(173563,3657,'_order_stock_reduced','no'),(173564,3657,'_billing_first_name','Misty'),(173565,3657,'_billing_last_name','Nelson'),(173566,3657,'_billing_company','Lice Clinics of America Rome'),(173567,3657,'_billing_address_1','1400 Crane Street'),(173568,3657,'_billing_address_2','Suite 116'),(173569,3657,'_billing_city','Rome'),(173570,3657,'_billing_state','GA'),(173571,3657,'_billing_postcode','30161'),(173572,3657,'_billing_country','US'),(173573,3657,'_billing_email','misty@liceclinicsrome.com'),(173574,3657,'_billing_phone','7065037813'),(173575,3657,'_shipping_first_name','Misty'),(173576,3657,'_shipping_last_name','Nelson'),(173577,3657,'_shipping_company','Lice Clinics of America Rome'),(173578,3657,'_shipping_address_1','1400 Crane Street'),(173579,3657,'_shipping_address_2','Suite 116'),(173580,3657,'_shipping_city','Rome'),(173581,3657,'_shipping_state','GA'),(173582,3657,'_shipping_postcode','30161'),(173583,3657,'_shipping_country','US'),(173584,3657,'_order_currency','USD'),(173585,3657,'_cart_discount','0'),(173586,3657,'_cart_discount_tax','0'),(173587,3657,'_order_shipping','92.19'),(173588,3657,'_order_shipping_tax','0'),(173589,3657,'_order_tax','0'),(173590,3657,'_order_total','841.59'),(173591,3657,'_order_version','10.0.4'),(173592,3657,'_prices_include_tax','no'),(173593,3657,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(173594,3657,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(173595,3657,'is_vat_exempt','no'),(173596,3657,'_wc_order_attribution_source_type','referral'),(173597,3657,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(173598,3657,'_wc_order_attribution_utm_source','lcaportal.com'),(173599,3657,'_wc_order_attribution_utm_medium','referral'),(173600,3657,'_wc_order_attribution_utm_content','/'),(173601,3657,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173602,3657,'_wc_order_attribution_session_start_time','2025-08-07 14:53:10'),(173603,3657,'_wc_order_attribution_session_pages','4'),(173604,3657,'_wc_order_attribution_session_count','1'),(173605,3657,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0'),(173606,3657,'_wc_order_attribution_device_type','Desktop'),(173607,3659,'_order_key','wc_order_97tBlC42jKhqt'),(173608,3659,'_customer_user','101'),(173609,3659,'_payment_method','paypal'),(173610,3659,'_payment_method_title','PayPal'),(173611,3659,'_customer_ip_address','174.195.35.205'),(173612,3659,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173613,3659,'_created_via','checkout'),(173614,3659,'_cart_hash','f905cac98eed2e3e264a6c99c89b749f'),(173615,3659,'_download_permissions_granted','no'),(173616,3659,'_recorded_sales','no'),(173617,3659,'_recorded_coupon_usage_counts','no'),(173618,3659,'_new_order_email_sent','false'),(173619,3659,'_order_stock_reduced','no'),(173620,3659,'_billing_first_name','Misty'),(173621,3659,'_billing_last_name','Nelson'),(173622,3659,'_billing_company','Lice Clinics of America Rome'),(173623,3659,'_billing_address_1','1400 Crane Street'),(173624,3659,'_billing_address_2','Suite 116'),(173625,3659,'_billing_city','Rome'),(173626,3659,'_billing_state','GA'),(173627,3659,'_billing_postcode','30161'),(173628,3659,'_billing_country','US'),(173629,3659,'_billing_email','misty@liceclinicsrome.com'),(173630,3659,'_billing_phone','7065037813'),(173631,3659,'_shipping_first_name','Misty'),(173632,3659,'_shipping_last_name','Nelson'),(173633,3659,'_shipping_company','Lice Clinics of America Rome'),(173634,3659,'_shipping_address_1','1400 Crane Street'),(173635,3659,'_shipping_address_2','Suite 116'),(173636,3659,'_shipping_city','Rome'),(173637,3659,'_shipping_state','GA'),(173638,3659,'_shipping_postcode','30161'),(173639,3659,'_shipping_country','US'),(173640,3659,'_order_currency','USD'),(173641,3659,'_cart_discount','0'),(173642,3659,'_cart_discount_tax','0'),(173643,3659,'_order_shipping','46.1'),(173644,3659,'_order_shipping_tax','0'),(173645,3659,'_order_tax','0'),(173646,3659,'_order_total','630.50'),(173647,3659,'_order_version','10.0.4'),(173648,3659,'_prices_include_tax','no'),(173649,3659,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(173650,3659,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(173651,3659,'is_vat_exempt','no'),(173652,3659,'_wc_order_attribution_source_type','referral'),(173653,3659,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(173654,3659,'_wc_order_attribution_utm_source','lcaportal.com'),(173655,3659,'_wc_order_attribution_utm_medium','referral'),(173656,3659,'_wc_order_attribution_utm_content','/'),(173657,3659,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173658,3659,'_wc_order_attribution_session_start_time','2025-08-07 16:05:28'),(173659,3659,'_wc_order_attribution_session_pages','4'),(173660,3659,'_wc_order_attribution_session_count','2'),(173661,3659,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173662,3659,'_wc_order_attribution_device_type','Desktop'),(173663,3660,'_order_key','wc_order_h6X9EttdPulvI'),(173664,3660,'_customer_user','101'),(173665,3660,'_payment_method','paypal'),(173666,3660,'_payment_method_title','PayPal'),(173667,3660,'_customer_ip_address','96.71.92.133'),(173668,3660,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173669,3660,'_created_via','checkout'),(173670,3660,'_cart_hash','e1d6ee2a235b961c7db2f87046a303d3'),(173671,3660,'_download_permissions_granted','yes'),(173672,3660,'_recorded_sales','yes'),(173673,3660,'_recorded_coupon_usage_counts','yes'),(173674,3660,'_new_order_email_sent','true'),(173675,3660,'_order_stock_reduced','yes'),(173676,3660,'_billing_first_name','Misty'),(173677,3660,'_billing_last_name','Nelson'),(173678,3660,'_billing_company','Lice Clinics of America Rome'),(173679,3660,'_billing_address_1','1400 Crane Street'),(173680,3660,'_billing_address_2','Suite 116'),(173681,3660,'_billing_city','Rome'),(173682,3660,'_billing_state','GA'),(173683,3660,'_billing_postcode','30161'),(173684,3660,'_billing_country','US'),(173685,3660,'_billing_email','misty@liceclinicsrome.com'),(173686,3660,'_billing_phone','7065037813'),(173687,3660,'_shipping_first_name','Misty'),(173688,3660,'_shipping_last_name','Nelson'),(173689,3660,'_shipping_company','Lice Clinics of America Rome'),(173690,3660,'_shipping_address_1','1400 Crane Street'),(173691,3660,'_shipping_address_2','Suite 116'),(173692,3660,'_shipping_city','Rome'),(173693,3660,'_shipping_state','GA'),(173694,3660,'_shipping_postcode','30161'),(173695,3660,'_shipping_country','US'),(173696,3660,'_order_currency','USD'),(173697,3660,'_cart_discount','0'),(173698,3660,'_cart_discount_tax','0'),(173699,3660,'_order_shipping','0'),(173700,3660,'_order_shipping_tax','0'),(173701,3660,'_order_tax','0'),(173702,3660,'_order_total','584.40'),(173703,3660,'_order_version','10.0.4'),(173704,3660,'_prices_include_tax','no'),(173705,3660,'_billing_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US misty@liceclinicsrome.com 7065037813'),(173706,3660,'_shipping_address_index','Misty Nelson Lice Clinics of America Rome 1400 Crane Street Suite 116 Rome GA 30161 US '),(173707,3660,'is_vat_exempt','no'),(173708,3660,'_wc_order_attribution_source_type','referral'),(173709,3660,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(173710,3660,'_wc_order_attribution_utm_source','lcaportal.com'),(173711,3660,'_wc_order_attribution_utm_medium','referral'),(173712,3660,'_wc_order_attribution_utm_content','/'),(173713,3660,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173714,3660,'_wc_order_attribution_session_start_time','2025-08-07 19:55:09'),(173715,3660,'_wc_order_attribution_session_pages','4'),(173716,3660,'_wc_order_attribution_session_count','3'),(173717,3660,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173718,3660,'_wc_order_attribution_device_type','Desktop'),(173719,3660,'Payment type','instant'),(173720,3660,'_paypal_status','completed'),(173721,3660,'_transaction_id','0LD61378G37102806'),(173722,3660,'PayPal Transaction Fee','20.89'),(173723,3660,'_date_paid','1754596857'),(173724,3660,'_paid_date','2025-08-07 20:00:57'),(173725,3661,'_order_key','wc_order_SfWTh0RE0oFHK'),(173726,3661,'_customer_user','50'),(173727,3661,'_payment_method','paypal'),(173728,3661,'_payment_method_title','PayPal'),(173729,3661,'_customer_ip_address','24.34.196.21'),(173730,3661,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173731,3661,'_created_via','checkout'),(173732,3661,'_cart_hash','b76b3487d01a42b8ed915760cbdd9b9d'),(173733,3661,'_download_permissions_granted','yes'),(173734,3661,'_recorded_sales','yes'),(173735,3661,'_recorded_coupon_usage_counts','yes'),(173736,3661,'_new_order_email_sent','true'),(173737,3661,'_order_stock_reduced','yes'),(173738,3661,'_billing_first_name','Christine'),(173739,3661,'_billing_last_name','Cherry'),(173740,3661,'_billing_company','NITS END'),(173741,3661,'_billing_address_1','PO BOX 1092'),(173742,3661,'_billing_city','Campton'),(173743,3661,'_billing_state','ME'),(173744,3661,'_billing_postcode','03223'),(173745,3661,'_billing_country','US'),(173746,3661,'_billing_email','info@liceclinicsplaistow.com'),(173747,3661,'_billing_phone','16034983390'),(173748,3661,'_shipping_first_name','Megan'),(173749,3661,'_shipping_last_name','O\'Neil'),(173750,3661,'_shipping_company','LCA'),(173751,3661,'_shipping_address_1','22 Main St'),(173752,3661,'_shipping_city','Atkinson'),(173753,3661,'_shipping_state','NH'),(173754,3661,'_shipping_postcode','03811'),(173755,3661,'_shipping_country','US'),(173756,3661,'_order_currency','USD'),(173757,3661,'_cart_discount','0'),(173758,3661,'_cart_discount_tax','0'),(173759,3661,'_order_shipping','0'),(173760,3661,'_order_shipping_tax','0'),(173761,3661,'_order_tax','0'),(173762,3661,'_order_total','2116.30'),(173763,3661,'_order_version','10.0.4'),(173764,3661,'_prices_include_tax','no'),(173765,3661,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton ME 03223 US info@liceclinicsplaistow.com 16034983390'),(173766,3661,'_shipping_address_index','Megan O\'Neil LCA 22 Main St  Atkinson NH 03811 US '),(173767,3661,'is_vat_exempt','no'),(173768,3661,'_wc_order_attribution_source_type','referral'),(173769,3661,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173770,3661,'_wc_order_attribution_utm_source','lcaportal.com'),(173771,3661,'_wc_order_attribution_utm_medium','referral'),(173772,3661,'_wc_order_attribution_utm_content','/'),(173773,3661,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173774,3661,'_wc_order_attribution_session_start_time','2025-08-07 20:27:50'),(173775,3661,'_wc_order_attribution_session_pages','9'),(173776,3661,'_wc_order_attribution_session_count','11'),(173777,3661,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173778,3661,'_wc_order_attribution_device_type','Desktop'),(173779,3661,'Payment type','instant'),(173780,3661,'_paypal_status','completed'),(173781,3661,'_transaction_id','41995169HW153300N'),(173782,3661,'PayPal Transaction Fee','74.35'),(173783,3661,'_date_paid','1754600156'),(173784,3661,'_paid_date','2025-08-07 20:55:56'),(173785,3662,'_order_key','wc_order_cnjJ2N3sna4h2'),(173786,3662,'_customer_user','50'),(173787,3662,'_payment_method','paypal'),(173788,3662,'_payment_method_title','PayPal'),(173789,3662,'_customer_ip_address','24.34.196.21'),(173790,3662,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173791,3662,'_created_via','checkout'),(173792,3662,'_cart_hash','be486c1de78faf539a440aed12bb404a'),(173793,3662,'_download_permissions_granted','yes'),(173794,3662,'_recorded_sales','yes'),(173795,3662,'_recorded_coupon_usage_counts','yes'),(173796,3662,'_new_order_email_sent','true'),(173797,3662,'_order_stock_reduced','yes'),(173798,3662,'_billing_first_name','Christine'),(173799,3662,'_billing_last_name','Cherry'),(173800,3662,'_billing_company','NITS END'),(173801,3662,'_billing_address_1','PO BOX 1092'),(173802,3662,'_billing_address_2','Suite 401A'),(173803,3662,'_billing_city','Campton'),(173804,3662,'_billing_state','NH'),(173805,3662,'_billing_postcode','03223'),(173806,3662,'_billing_country','US'),(173807,3662,'_billing_email','info@liceclinicsplaistow.com'),(173808,3662,'_billing_phone','16034983390'),(173809,3662,'_shipping_first_name','CHRISTINE'),(173810,3662,'_shipping_last_name','Cherry'),(173811,3662,'_shipping_company','LCA'),(173812,3662,'_shipping_address_1','71 Spit Brook Rd'),(173813,3662,'_shipping_address_2','Suite 401A'),(173814,3662,'_shipping_city','Nashua'),(173815,3662,'_shipping_state','NH'),(173816,3662,'_shipping_postcode','03060'),(173817,3662,'_shipping_country','US'),(173818,3662,'_order_currency','USD'),(173819,3662,'_cart_discount','0'),(173820,3662,'_cart_discount_tax','0'),(173821,3662,'_order_shipping','0'),(173822,3662,'_order_shipping_tax','0'),(173823,3662,'_order_tax','0'),(173824,3662,'_order_total','2244.35'),(173825,3662,'_order_version','10.0.4'),(173826,3662,'_prices_include_tax','no'),(173827,3662,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(173828,3662,'_shipping_address_index','CHRISTINE Cherry LCA 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(173829,3662,'is_vat_exempt','no'),(173830,3662,'_wc_order_attribution_source_type','referral'),(173831,3662,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173832,3662,'_wc_order_attribution_utm_source','lcaportal.com'),(173833,3662,'_wc_order_attribution_utm_medium','referral'),(173834,3662,'_wc_order_attribution_utm_content','/'),(173835,3662,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173836,3662,'_wc_order_attribution_session_start_time','2025-08-07 20:27:50'),(173837,3662,'_wc_order_attribution_session_pages','18'),(173838,3662,'_wc_order_attribution_session_count','11'),(173839,3662,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173840,3662,'_wc_order_attribution_device_type','Desktop'),(173841,3663,'_order_key','wc_order_5P2Rd19ktX35p'),(173842,3663,'_customer_user','98'),(173843,3663,'_payment_method','paypal'),(173844,3663,'_payment_method_title','PayPal'),(173845,3663,'_customer_ip_address','24.34.196.21'),(173846,3663,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173847,3663,'_created_via','checkout'),(173848,3663,'_cart_hash','25ce402822d675db5dbcbc9211235e7b'),(173849,3663,'_download_permissions_granted','yes'),(173850,3663,'_recorded_sales','yes'),(173851,3663,'_recorded_coupon_usage_counts','yes'),(173852,3663,'_new_order_email_sent','true'),(173853,3663,'_order_stock_reduced','yes'),(173854,3663,'_billing_first_name','Christine'),(173855,3663,'_billing_last_name','Cherry'),(173856,3663,'_billing_company','NITS END'),(173857,3663,'_billing_address_1','PO BOX 1092'),(173858,3663,'_billing_address_2','suite E'),(173859,3663,'_billing_city','Campton'),(173860,3663,'_billing_state','PA'),(173861,3663,'_billing_postcode','03223'),(173862,3663,'_billing_country','US'),(173863,3663,'_billing_email','christine@liceclinicscolumbus.com'),(173864,3663,'_billing_phone','16034983390'),(173865,3663,'_shipping_first_name','Melissa'),(173866,3663,'_shipping_last_name','Mertz'),(173867,3663,'_shipping_company','LCA - Nits End / 149091'),(173868,3663,'_shipping_address_1','2213 Temperance Dr'),(173869,3663,'_shipping_city','Pittsburgh'),(173870,3663,'_shipping_state','PA'),(173871,3663,'_shipping_postcode','15237'),(173872,3663,'_shipping_country','US'),(173873,3663,'_order_currency','USD'),(173874,3663,'_cart_discount','0'),(173875,3663,'_cart_discount_tax','0'),(173876,3663,'_order_shipping','0'),(173877,3663,'_order_shipping_tax','0'),(173878,3663,'_order_tax','0'),(173879,3663,'_order_total','1647.50'),(173880,3663,'_order_version','10.0.4'),(173881,3663,'_prices_include_tax','no'),(173882,3663,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 suite E Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(173883,3663,'_shipping_address_index','Melissa Mertz LCA - Nits End / 149091 2213 Temperance Dr  Pittsburgh PA 15237 US '),(173884,3663,'is_vat_exempt','no'),(173885,3663,'_wc_order_attribution_source_type','referral'),(173886,3663,'_wc_order_attribution_referrer','https://lcaportal.com/'),(173887,3663,'_wc_order_attribution_utm_source','lcaportal.com'),(173888,3663,'_wc_order_attribution_utm_medium','referral'),(173889,3663,'_wc_order_attribution_utm_content','/'),(173890,3663,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173891,3663,'_wc_order_attribution_session_start_time','2025-08-07 20:27:50'),(173892,3663,'_wc_order_attribution_session_pages','25'),(173893,3663,'_wc_order_attribution_session_count','11'),(173894,3663,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0'),(173895,3663,'_wc_order_attribution_device_type','Desktop'),(173896,3663,'Payment type','instant'),(173897,3663,'_paypal_status','completed'),(173898,3663,'_transaction_id','47088410CG847531F'),(173899,3663,'PayPal Transaction Fee','57.99'),(173900,3663,'_date_paid','1754602985'),(173901,3663,'_paid_date','2025-08-07 21:43:05'),(173902,3660,'_edit_lock','1754679291:2'),(173903,3660,'_edit_last','2'),(173904,3661,'_edit_lock','1754679373:2'),(173905,3663,'_edit_lock','1754688529:2'),(173906,3662,'_edit_lock','1756222560:2'),(173907,3661,'_edit_last','2'),(173908,3662,'_edit_last','2'),(173909,3663,'_edit_last','2'),(173910,3665,'_order_key','wc_order_9MQ1mgRrcBsar'),(173911,3665,'_customer_user','46'),(173912,3665,'_payment_method','paypal'),(173913,3665,'_payment_method_title','PayPal'),(173914,3665,'_customer_ip_address','72.47.75.84'),(173915,3665,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173916,3665,'_created_via','checkout'),(173917,3665,'_cart_hash','78e1eefcb9c1953e12dad1d973e2be5a'),(173918,3665,'_download_permissions_granted','yes'),(173919,3665,'_recorded_sales','yes'),(173920,3665,'_recorded_coupon_usage_counts','yes'),(173921,3665,'_new_order_email_sent','true'),(173922,3665,'_order_stock_reduced','yes'),(173923,3665,'_billing_first_name','Ashe'),(173924,3665,'_billing_last_name','montalvo'),(173925,3665,'_billing_company','lice clincs of america jonesboro'),(173926,3665,'_billing_address_1','1406 Market Place'),(173927,3665,'_billing_address_2','Apartment 10'),(173928,3665,'_billing_city','Jonesboro'),(173929,3665,'_billing_state','AR'),(173930,3665,'_billing_postcode','72404'),(173931,3665,'_billing_country','US'),(173932,3665,'_billing_email','bsdashlynf@gmail.com'),(173933,3665,'_billing_phone','8706132520'),(173934,3665,'_shipping_first_name','Ashe'),(173935,3665,'_shipping_last_name','montalvo'),(173936,3665,'_shipping_company','lice clincs of america jonesboro'),(173937,3665,'_shipping_address_1','3114 Fox Road'),(173938,3665,'_shipping_address_2','suite D'),(173939,3665,'_shipping_city','Jonesboro'),(173940,3665,'_shipping_state','AR'),(173941,3665,'_shipping_postcode','72404'),(173942,3665,'_shipping_country','US'),(173943,3665,'_order_currency','USD'),(173944,3665,'_cart_discount','0'),(173945,3665,'_cart_discount_tax','0'),(173946,3665,'_order_shipping','14.83'),(173947,3665,'_order_shipping_tax','0'),(173948,3665,'_order_tax','0'),(173949,3665,'_order_total','194.83'),(173950,3665,'_order_version','10.0.4'),(173951,3665,'_prices_include_tax','no'),(173952,3665,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(173953,3665,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(173954,3665,'is_vat_exempt','no'),(173955,3665,'_wc_order_attribution_source_type','referral'),(173956,3665,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(173957,3665,'_wc_order_attribution_utm_source','lcaportal.com'),(173958,3665,'_wc_order_attribution_utm_medium','referral'),(173959,3665,'_wc_order_attribution_utm_content','/'),(173960,3665,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(173961,3665,'_wc_order_attribution_session_start_time','2025-08-07 17:38:29'),(173962,3665,'_wc_order_attribution_session_pages','1'),(173963,3665,'_wc_order_attribution_session_count','3'),(173964,3665,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(173965,3665,'_wc_order_attribution_device_type','Desktop'),(173966,3665,'Payment type','instant'),(173967,3665,'_paypal_status','completed'),(173968,3665,'_transaction_id','65P92079J86281427'),(173969,3665,'PayPal Transaction Fee','7.29'),(173970,3665,'_date_paid','1754673073'),(173971,3665,'_paid_date','2025-08-08 17:11:13'),(173972,3665,'_edit_lock','1754688773:2'),(173973,3665,'_edit_last','2'),(173974,3661,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175690\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"e0522ab0817a12354de3e9de7048b87b\";}}'),(173975,3661,'_date_completed','1754679367'),(173976,3661,'_completed_date','2025-08-08 18:56:07'),(173977,3660,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175656\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"36fe9df681ec19f8b9a707e80355970a\";}}'),(173978,3660,'_date_completed','1754679429'),(173979,3660,'_completed_date','2025-08-08 18:57:09'),(173980,3655,'_edit_lock','1754679450:2'),(173981,3655,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175553\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"5592a9b6d6fb23b366ba929a0c4363ff\";}}'),(173982,3655,'_edit_last','2'),(173983,3655,'_date_completed','1754679476'),(173984,3655,'_completed_date','2025-08-08 18:57:56'),(173985,3654,'_edit_lock','1754679540:2'),(173986,3654,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175542\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"8da3ae62e6c5819dd1bb41e1d4439db0\";}}'),(173987,3654,'_edit_last','2'),(173988,3654,'_date_completed','1754679672'),(173989,3654,'_completed_date','2025-08-08 19:01:12'),(173990,3656,'_edit_lock','1754679865:2'),(173991,3656,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175277\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"558133efe7e04acaabaaec1b5ca07328\";}}'),(173992,3656,'_edit_last','2'),(173993,3656,'_date_completed','1754679860'),(173994,3656,'_completed_date','2025-08-08 19:04:20'),(174003,3663,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175792\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"c2bd65da67297207132762f49b782c03\";}}'),(174004,3663,'_date_completed','1754688523'),(174005,3663,'_completed_date','2025-08-08 21:28:43'),(174006,3652,'_edit_lock','1754688770:2'),(174007,3653,'_edit_lock','1755012383:2'),(174008,3652,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175770\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"7fb5328348c1ac6e1a02b498b337c98f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800174958\";s:12:\"date_shipped\";i:1754688695;s:11:\"tracking_id\";s:32:\"9cee113d90342997faa716b5b37a4ded\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800174947\";s:12:\"date_shipped\";i:1754688701;s:11:\"tracking_id\";s:32:\"2aca679b5c3bd2a6ce17a717191b5eb2\";}}'),(174009,3652,'_edit_last','2'),(174010,3652,'_date_completed','1754688703'),(174011,3652,'_completed_date','2025-08-08 21:31:43'),(174012,3653,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175082\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"ac4c27b8d673ae79046f56a713107a7b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175093\";s:12:\"date_shipped\";i:1754688723;s:11:\"tracking_id\";s:32:\"05c9038126f147a4b58b42eae90842d1\";}}'),(174013,3653,'_edit_last','2'),(174014,3665,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175818\";s:12:\"date_shipped\";s:10:\"1754611200\";s:11:\"tracking_id\";s:32:\"88f69dad46362b19428edeb5f20c0cf5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175829\";s:12:\"date_shipped\";i:1754688751;s:11:\"tracking_id\";s:32:\"acf731fcabdfdd03bc68420252b872ca\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175807\";s:12:\"date_shipped\";i:1754688757;s:11:\"tracking_id\";s:32:\"504a54cd5753eda96e8a1f9e4239ab53\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175792\";s:12:\"date_shipped\";i:1754688766;s:11:\"tracking_id\";s:32:\"060e7476f70e8628c35ca06005d0cebb\";}}'),(174015,3665,'_date_completed','1754688768'),(174016,3665,'_completed_date','2025-08-08 21:32:48'),(174026,3666,'_order_key','wc_order_A11cxXoJIk2sy'),(174027,3666,'_customer_user','8'),(174028,3666,'_payment_method','paypal'),(174029,3666,'_payment_method_title','PayPal'),(174030,3666,'_customer_ip_address','104.60.28.185'),(174031,3666,'_customer_user_agent','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'),(174032,3666,'_created_via','checkout'),(174033,3666,'_cart_hash','5fa30850c62e642eb5f3c892184010ff'),(174034,3666,'_download_permissions_granted','yes'),(174035,3666,'_recorded_sales','yes'),(174036,3666,'_recorded_coupon_usage_counts','yes'),(174037,3666,'_new_order_email_sent','true'),(174038,3666,'_order_stock_reduced','yes'),(174039,3666,'_billing_first_name','Amy'),(174040,3666,'_billing_last_name','Sharp'),(174041,3666,'_billing_company','Nit Wits'),(174042,3666,'_billing_address_1','6002 Sweetbay Dr'),(174043,3666,'_billing_city','Crestwood'),(174044,3666,'_billing_state','KY'),(174045,3666,'_billing_postcode','40014'),(174046,3666,'_billing_country','US'),(174047,3666,'_billing_email','asharp@ht-school.org'),(174048,3666,'_billing_phone','15023109281'),(174049,3666,'_shipping_first_name','Amy'),(174050,3666,'_shipping_last_name','Sharp'),(174051,3666,'_shipping_company','LCA Nit Wits'),(174052,3666,'_shipping_address_1','9302 New LaGrange Road'),(174053,3666,'_shipping_address_2','Unit H'),(174054,3666,'_shipping_city','Louisville'),(174055,3666,'_shipping_state','KY'),(174056,3666,'_shipping_postcode','40242'),(174057,3666,'_shipping_country','US'),(174058,3666,'_order_currency','USD'),(174059,3666,'_cart_discount','0'),(174060,3666,'_cart_discount_tax','0'),(174061,3666,'_order_shipping','0'),(174062,3666,'_order_shipping_tax','0'),(174063,3666,'_order_tax','0'),(174064,3666,'_order_total','690.40'),(174065,3666,'_order_version','10.0.4'),(174066,3666,'_prices_include_tax','no'),(174067,3666,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(174068,3666,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(174069,3666,'is_vat_exempt','no'),(174070,3666,'_wc_order_attribution_source_type','referral'),(174071,3666,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174072,3666,'_wc_order_attribution_utm_source','lcaportal.com'),(174073,3666,'_wc_order_attribution_utm_medium','referral'),(174074,3666,'_wc_order_attribution_utm_content','/'),(174075,3666,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174076,3666,'_wc_order_attribution_session_start_time','2025-08-10 21:28:04'),(174077,3666,'_wc_order_attribution_session_pages','4'),(174078,3666,'_wc_order_attribution_session_count','1'),(174079,3666,'_wc_order_attribution_user_agent','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'),(174080,3666,'_wc_order_attribution_device_type','Desktop'),(174081,3666,'Payment type','instant'),(174082,3666,'_paypal_status','completed'),(174083,3666,'_transaction_id','07S295063V833211G'),(174084,3666,'PayPal Transaction Fee','24.58'),(174085,3666,'_date_paid','1754861645'),(174086,3666,'_paid_date','2025-08-10 21:34:05'),(174092,3667,'_order_key','wc_order_QUadJ5eKuxUQZ'),(174093,3667,'_customer_user','54'),(174094,3667,'_payment_method','paypal'),(174095,3667,'_payment_method_title','PayPal'),(174096,3667,'_customer_ip_address','76.157.247.238'),(174097,3667,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(174098,3667,'_created_via','checkout'),(174099,3667,'_cart_hash','e4d09d5ab2e2179d5987241d5243372a'),(174100,3667,'_download_permissions_granted','yes'),(174101,3667,'_recorded_sales','yes'),(174102,3667,'_recorded_coupon_usage_counts','yes'),(174103,3667,'_new_order_email_sent','true'),(174104,3667,'_order_stock_reduced','yes'),(174105,3667,'_billing_first_name','Erin'),(174106,3667,'_billing_last_name','Hawn'),(174107,3667,'_billing_address_1','10 W Phillip Rd'),(174108,3667,'_billing_address_2','Suite 123'),(174109,3667,'_billing_city','Vernon Hills'),(174110,3667,'_billing_state','IL'),(174111,3667,'_billing_postcode','60061'),(174112,3667,'_billing_country','US'),(174113,3667,'_billing_email','info@liceclinicsvernonhills.com'),(174114,3667,'_billing_phone','8475960408'),(174115,3667,'_shipping_first_name','Erin'),(174116,3667,'_shipping_last_name','Hawn'),(174117,3667,'_shipping_address_1','1491 S Amarias Dr'),(174118,3667,'_shipping_city','Round lake'),(174119,3667,'_shipping_state','IL'),(174120,3667,'_shipping_postcode','60073'),(174121,3667,'_shipping_country','US'),(174122,3667,'_order_currency','USD'),(174123,3667,'_cart_discount','0'),(174124,3667,'_cart_discount_tax','0'),(174125,3667,'_order_shipping','0'),(174126,3667,'_order_shipping_tax','0'),(174127,3667,'_order_tax','0'),(174128,3667,'_order_total','540.00'),(174129,3667,'_order_version','10.0.4'),(174130,3667,'_prices_include_tax','no'),(174131,3667,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(174132,3667,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(174133,3667,'is_vat_exempt','no'),(174134,3667,'_wc_order_attribution_source_type','typein'),(174135,3667,'_wc_order_attribution_utm_source','(direct)'),(174136,3667,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174137,3667,'_wc_order_attribution_session_start_time','2025-08-11 14:35:53'),(174138,3667,'_wc_order_attribution_session_pages','7'),(174139,3667,'_wc_order_attribution_session_count','1'),(174140,3667,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(174141,3667,'_wc_order_attribution_device_type','Desktop'),(174142,3667,'Payment type','instant'),(174143,3667,'_paypal_status','completed'),(174144,3667,'_transaction_id','4W138610TY3122016'),(174145,3667,'PayPal Transaction Fee','19.34'),(174146,3667,'_date_paid','1754923243'),(174147,3667,'_paid_date','2025-08-11 14:40:43'),(174149,3668,'_order_key','wc_order_iIJKhqt8OagXB'),(174150,3668,'_customer_user','3'),(174151,3668,'_payment_method','paypal'),(174152,3668,'_payment_method_title','PayPal'),(174153,3668,'_customer_ip_address','99.22.146.124'),(174154,3668,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174155,3668,'_created_via','checkout'),(174156,3668,'_cart_hash','dcb42d783b3b9ef796b3f1d96c7647b5'),(174157,3668,'_download_permissions_granted','yes'),(174158,3668,'_recorded_sales','yes'),(174159,3668,'_recorded_coupon_usage_counts','yes'),(174160,3668,'_new_order_email_sent','true'),(174161,3668,'_order_stock_reduced','yes'),(174162,3668,'_billing_first_name','amanda'),(174163,3668,'_billing_last_name','westerman'),(174164,3668,'_billing_company','Lice Clinics of America McKinney'),(174165,3668,'_billing_address_1','3120 HUDSON XING'),(174166,3668,'_billing_address_2','Suite A2'),(174167,3668,'_billing_city','MCKINNEY'),(174168,3668,'_billing_state','TX'),(174169,3668,'_billing_postcode','75070'),(174170,3668,'_billing_country','US'),(174171,3668,'_billing_email','awesterman1103@gmail.com'),(174172,3668,'_billing_phone','12144175741'),(174173,3668,'_shipping_first_name','amanda'),(174174,3668,'_shipping_last_name','westerman'),(174175,3668,'_shipping_company','Lice Clinics of America Addison'),(174176,3668,'_shipping_address_1','4002 BELT LINE RD'),(174177,3668,'_shipping_address_2','Suite 140'),(174178,3668,'_shipping_city','Addison'),(174179,3668,'_shipping_state','TX'),(174180,3668,'_shipping_postcode','75001'),(174181,3668,'_shipping_country','US'),(174182,3668,'_order_currency','USD'),(174183,3668,'_cart_discount','0'),(174184,3668,'_cart_discount_tax','0'),(174185,3668,'_order_shipping','0'),(174186,3668,'_order_shipping_tax','0'),(174187,3668,'_order_tax','0'),(174188,3668,'_order_total','786.55'),(174189,3668,'_order_version','10.0.4'),(174190,3668,'_prices_include_tax','no'),(174191,3668,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(174192,3668,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 4002 BELT LINE RD Suite 140 Addison TX 75001 US '),(174193,3668,'is_vat_exempt','no'),(174194,3668,'_wc_order_attribution_source_type','referral'),(174195,3668,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174196,3668,'_wc_order_attribution_utm_source','lcaportal.com'),(174197,3668,'_wc_order_attribution_utm_medium','referral'),(174198,3668,'_wc_order_attribution_utm_content','/'),(174199,3668,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174200,3668,'_wc_order_attribution_session_start_time','2025-08-11 15:08:48'),(174201,3668,'_wc_order_attribution_session_pages','7'),(174202,3668,'_wc_order_attribution_session_count','1'),(174203,3668,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174204,3668,'_wc_order_attribution_device_type','Desktop'),(174205,3668,'Payment type','instant'),(174206,3668,'_paypal_status','completed'),(174207,3668,'_transaction_id','9NK89146L26078824'),(174208,3668,'PayPal Transaction Fee','27.94'),(174209,3668,'_date_paid','1754925881'),(174210,3668,'_paid_date','2025-08-11 15:24:41'),(174289,3670,'_order_key','wc_order_oAcPisECcIwmB'),(174290,3670,'_customer_user','105'),(174291,3670,'_payment_method','paypal'),(174292,3670,'_payment_method_title','PayPal'),(174293,3670,'_customer_ip_address','76.205.132.42'),(174294,3670,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(174295,3670,'_created_via','checkout'),(174296,3670,'_cart_hash','ecaee34f000273e2e0f1c4f1f783cd60'),(174297,3670,'_download_permissions_granted','yes'),(174298,3670,'_recorded_sales','yes'),(174299,3670,'_recorded_coupon_usage_counts','yes'),(174300,3670,'_new_order_email_sent','true'),(174301,3670,'_order_stock_reduced','yes'),(174302,3670,'_billing_first_name','Joseph'),(174303,3670,'_billing_last_name','West'),(174304,3670,'_billing_company','MAJESTIC PEACOCK LLC'),(174305,3670,'_billing_address_1','615 Crofton Park Ln'),(174306,3670,'_billing_city','Franklin'),(174307,3670,'_billing_state','TN'),(174308,3670,'_billing_postcode','37069'),(174309,3670,'_billing_country','US'),(174310,3670,'_billing_email','info@nashville.liceclinicsofamerica.com'),(174311,3670,'_billing_phone','8042184232'),(174312,3670,'_shipping_first_name','Joseph'),(174313,3670,'_shipping_last_name','West'),(174314,3670,'_shipping_company','LCA - Williamson County'),(174315,3670,'_shipping_address_1','330 Mallory Station Rd'),(174316,3670,'_shipping_address_2','F17'),(174317,3670,'_shipping_city','Franklin'),(174318,3670,'_shipping_state','TN'),(174319,3670,'_shipping_postcode','37067'),(174320,3670,'_shipping_country','US'),(174321,3670,'_order_currency','USD'),(174322,3670,'_cart_discount','0'),(174323,3670,'_cart_discount_tax','0'),(174324,3670,'_order_shipping','0'),(174325,3670,'_order_shipping_tax','0'),(174326,3670,'_order_tax','0'),(174327,3670,'_order_total','2488.40'),(174328,3670,'_order_version','10.0.4'),(174329,3670,'_prices_include_tax','no'),(174330,3670,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(174331,3670,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(174332,3670,'is_vat_exempt','no'),(174333,3670,'_wc_order_attribution_source_type','referral'),(174334,3670,'_wc_order_attribution_referrer','https://lcaportal.com/'),(174335,3670,'_wc_order_attribution_utm_source','lcaportal.com'),(174336,3670,'_wc_order_attribution_utm_medium','referral'),(174337,3670,'_wc_order_attribution_utm_content','/'),(174338,3670,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174339,3670,'_wc_order_attribution_session_start_time','2025-08-11 15:32:25'),(174340,3670,'_wc_order_attribution_session_pages','14'),(174341,3670,'_wc_order_attribution_session_count','1'),(174342,3670,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(174343,3670,'_wc_order_attribution_device_type','Desktop'),(174344,3670,'Payment type','instant'),(174345,3670,'_paypal_status','completed'),(174346,3670,'_transaction_id','3J3560116S279640M'),(174347,3670,'PayPal Transaction Fee','87.34'),(174348,3670,'_date_paid','1754929221'),(174349,3670,'_paid_date','2025-08-11 16:20:21'),(174350,3671,'_order_key','wc_order_rehKf1EUC2y7C'),(174351,3671,'_customer_user','6'),(174352,3671,'_payment_method','paypal'),(174353,3671,'_payment_method_title','PayPal'),(174354,3671,'_customer_ip_address','98.41.41.47'),(174355,3671,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(174356,3671,'_created_via','checkout'),(174357,3671,'_cart_hash','feeb423cc3f727af7d3033a6d5f53225'),(174358,3671,'_download_permissions_granted','yes'),(174359,3671,'_recorded_sales','yes'),(174360,3671,'_recorded_coupon_usage_counts','yes'),(174361,3671,'_new_order_email_sent','true'),(174362,3671,'_order_stock_reduced','yes'),(174363,3671,'_billing_first_name','Amira'),(174364,3671,'_billing_last_name','Purto'),(174365,3671,'_billing_address_1','2520 Chandon Circle'),(174366,3671,'_billing_city','Modesto'),(174367,3671,'_billing_state','CA'),(174368,3671,'_billing_postcode','95355'),(174369,3671,'_billing_country','US'),(174370,3671,'_billing_email','amira77@sbcglobal.net'),(174371,3671,'_billing_phone','2096422061'),(174372,3671,'_shipping_first_name','Amira'),(174373,3671,'_shipping_last_name','Purto'),(174374,3671,'_shipping_address_1','2520 Chandon Circle'),(174375,3671,'_shipping_city','Modesto'),(174376,3671,'_shipping_state','CA'),(174377,3671,'_shipping_postcode','95355'),(174378,3671,'_shipping_country','US'),(174379,3671,'_order_currency','USD'),(174380,3671,'_cart_discount','0'),(174381,3671,'_cart_discount_tax','0'),(174382,3671,'_order_shipping','0'),(174383,3671,'_order_shipping_tax','0'),(174384,3671,'_order_tax','0'),(174385,3671,'_order_total','1305.15'),(174386,3671,'_order_version','10.0.4'),(174387,3671,'_prices_include_tax','no'),(174388,3671,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(174389,3671,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(174390,3671,'is_vat_exempt','no'),(174391,3671,'_wc_order_attribution_source_type','referral'),(174392,3671,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174393,3671,'_wc_order_attribution_utm_source','lcaportal.com'),(174394,3671,'_wc_order_attribution_utm_medium','referral'),(174395,3671,'_wc_order_attribution_utm_content','/'),(174396,3671,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174397,3671,'_wc_order_attribution_session_start_time','2025-07-23 18:55:02'),(174398,3671,'_wc_order_attribution_session_pages','4'),(174399,3671,'_wc_order_attribution_session_count','12'),(174400,3671,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(174401,3671,'_wc_order_attribution_device_type','Desktop'),(174403,3671,'Payment type','instant'),(174404,3671,'_paypal_status','completed'),(174405,3671,'_transaction_id','71V88024J71110605'),(174406,3671,'PayPal Transaction Fee','46.04'),(174407,3671,'_date_paid','1754931029'),(174408,3671,'_paid_date','2025-08-11 16:50:29'),(174414,3673,'_wp_attached_file','2025/08/Gallon-Active-Rinse-100-new600x600.webp'),(174415,3673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:47:\"2025/08/Gallon-Active-Rinse-100-new600x600.webp\";s:8:\"filesize\";i:2778;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2432;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:994;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Gallon-Active-Rinse-100-new600x600-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174453,3675,'_elementor_edit_mode','builder'),(174454,3675,'_elementor_template_type','wp-page'),(174455,3675,'_elementor_version','3.30.2'),(174456,3675,'_elementor_pro_version','3.30.0'),(174457,3675,'_wp_page_template','default'),(174458,3675,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174459,3675,'_elementor_page_settings',''),(174462,3676,'_elementor_edit_mode','builder'),(174463,3676,'_elementor_template_type','wp-page'),(174464,3676,'_elementor_version','3.30.2'),(174465,3676,'_elementor_pro_version','3.30.0'),(174466,3676,'_wp_page_template','default'),(174467,3676,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174468,3676,'_elementor_page_settings',''),(174471,3677,'_elementor_edit_mode','builder'),(174472,3677,'_elementor_template_type','wp-page'),(174473,3677,'_elementor_version','3.30.2'),(174474,3677,'_elementor_pro_version','3.30.0'),(174475,3677,'_wp_page_template','default'),(174476,3677,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174483,3666,'_edit_lock','1755011872:2'),(174484,3666,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800175976\";s:12:\"date_shipped\";s:10:\"1754956800\";s:11:\"tracking_id\";s:32:\"74e300d2071b925612e01937491a1ea8\";}}'),(174485,3666,'_edit_last','2'),(174486,3666,'_date_completed','1755011983'),(174487,3666,'_completed_date','2025-08-12 15:19:43'),(174488,3667,'_edit_lock','1755729321:2'),(174489,3667,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176089\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"eaae43df7f9f08af807e9e36006d5d1e\";}}'),(174490,3667,'_edit_last','2'),(174491,3667,'_date_completed','1755012213'),(174492,3667,'_completed_date','2025-08-12 15:23:33'),(174493,3670,'_edit_lock','1755012296:2'),(174494,3670,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176181\";s:12:\"date_shipped\";s:10:\"1754956800\";s:11:\"tracking_id\";s:32:\"81d215e90aa6900b62d1667c5c0dd3d3\";}}'),(174495,3670,'_edit_last','2'),(174496,3670,'_date_completed','1755012407'),(174497,3670,'_completed_date','2025-08-12 15:26:47'),(174498,3671,'_edit_lock','1755012345:2'),(174499,3671,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176148\";s:12:\"date_shipped\";s:10:\"1754956800\";s:11:\"tracking_id\";s:32:\"f8d2f02dacb1c4d367f48bb096b9ad6c\";}}'),(174500,3671,'_edit_last','2'),(174501,3671,'_date_completed','1755012472'),(174502,3671,'_completed_date','2025-08-12 15:27:52'),(174503,3668,'_edit_lock','1755012525:2'),(174504,3653,'_date_completed','1755012504'),(174505,3653,'_completed_date','2025-08-12 15:28:24'),(174506,3668,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176126\";s:12:\"date_shipped\";s:10:\"1754956800\";s:11:\"tracking_id\";s:32:\"650c37af8612bb0e2b7d9bd408a3c0ae\";}}'),(174507,3668,'_edit_last','2'),(174508,3668,'_date_completed','1755012519'),(174509,3668,'_completed_date','2025-08-12 15:28:39'),(174510,3678,'_order_key','wc_order_tdrVoamGegFG0'),(174511,3678,'_customer_user','59'),(174512,3678,'_payment_method','paypal'),(174513,3678,'_payment_method_title','PayPal'),(174514,3678,'_customer_ip_address','174.170.59.237'),(174515,3678,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174516,3678,'_created_via','checkout'),(174517,3678,'_cart_hash','45e8ab4f9121e8226c38e8618eb0f85b'),(174518,3678,'_download_permissions_granted','yes'),(174519,3678,'_recorded_sales','yes'),(174520,3678,'_recorded_coupon_usage_counts','yes'),(174521,3678,'_new_order_email_sent','true'),(174522,3678,'_order_stock_reduced','yes'),(174523,3678,'_billing_first_name','Allison'),(174524,3678,'_billing_last_name','Anthon'),(174525,3678,'_billing_company','Lice Clinics of America Memorial City'),(174526,3678,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(174527,3678,'_billing_address_2','Apt, suite, floor, etc.'),(174528,3678,'_billing_city','TOMBALL'),(174529,3678,'_billing_state','TX'),(174530,3678,'_billing_postcode','77375'),(174531,3678,'_billing_country','US'),(174532,3678,'_billing_email','louseysolutions@gmail.com'),(174533,3678,'_billing_phone','6024008520'),(174534,3678,'_shipping_first_name','Allison'),(174535,3678,'_shipping_last_name','Anthon'),(174536,3678,'_shipping_company','LCA Memorial City'),(174537,3678,'_shipping_address_1','2831 Lakecrest River Dr.'),(174538,3678,'_shipping_city','Katy'),(174539,3678,'_shipping_state','TX'),(174540,3678,'_shipping_postcode','77493'),(174541,3678,'_shipping_country','US'),(174542,3678,'_order_currency','USD'),(174543,3678,'_cart_discount','0'),(174544,3678,'_cart_discount_tax','0'),(174545,3678,'_order_shipping','0'),(174546,3678,'_order_shipping_tax','0'),(174547,3678,'_order_tax','0'),(174548,3678,'_order_total','820.40'),(174549,3678,'_order_version','10.0.4'),(174550,3678,'_prices_include_tax','no'),(174551,3678,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(174552,3678,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(174553,3678,'is_vat_exempt','no'),(174554,3678,'_wc_order_attribution_source_type','referral'),(174555,3678,'_wc_order_attribution_referrer','https://lcaportal.com/'),(174556,3678,'_wc_order_attribution_utm_source','lcaportal.com'),(174557,3678,'_wc_order_attribution_utm_medium','referral'),(174558,3678,'_wc_order_attribution_utm_content','/'),(174559,3678,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174560,3678,'_wc_order_attribution_session_start_time','2025-08-12 19:06:42'),(174561,3678,'_wc_order_attribution_session_pages','11'),(174562,3678,'_wc_order_attribution_session_count','1'),(174563,3678,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174564,3678,'_wc_order_attribution_device_type','Desktop'),(174565,3678,'Payment type','instant'),(174566,3678,'_paypal_status','completed'),(174567,3678,'_transaction_id','73K29524WT349403Y'),(174568,3678,'PayPal Transaction Fee','29.12'),(174569,3678,'_date_paid','1755026051'),(174570,3678,'_paid_date','2025-08-12 19:14:11'),(174571,3679,'_order_key','wc_order_yu7nhw1iatILt'),(174572,3679,'_customer_user','3'),(174573,3679,'_payment_method','paypal'),(174574,3679,'_payment_method_title','PayPal'),(174575,3679,'_customer_ip_address','99.22.146.124'),(174576,3679,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174577,3679,'_created_via','checkout'),(174578,3679,'_cart_hash','e7a6c81bff6db6e9433336a3dc645417'),(174579,3679,'_download_permissions_granted','yes'),(174580,3679,'_recorded_sales','yes'),(174581,3679,'_recorded_coupon_usage_counts','yes'),(174582,3679,'_new_order_email_sent','true'),(174583,3679,'_order_stock_reduced','yes'),(174584,3679,'_billing_first_name','amanda'),(174585,3679,'_billing_last_name','westerman'),(174586,3679,'_billing_company','Lice Clinics of America McKinney'),(174587,3679,'_billing_address_1','3120 HUDSON XING'),(174588,3679,'_billing_address_2','Suite A2'),(174589,3679,'_billing_city','MCKINNEY'),(174590,3679,'_billing_state','TX'),(174591,3679,'_billing_postcode','75070'),(174592,3679,'_billing_country','US'),(174593,3679,'_billing_email','awesterman1103@gmail.com'),(174594,3679,'_billing_phone','12144175741'),(174595,3679,'_shipping_first_name','amanda'),(174596,3679,'_shipping_last_name','westerman'),(174597,3679,'_shipping_company','Lice Clinics of America McKinney'),(174598,3679,'_shipping_address_1','3120 HUDSON XING'),(174599,3679,'_shipping_address_2','Suite A2'),(174600,3679,'_shipping_city','MCKINNEY'),(174601,3679,'_shipping_state','TX'),(174602,3679,'_shipping_postcode','75070'),(174603,3679,'_shipping_country','US'),(174604,3679,'_order_currency','USD'),(174605,3679,'_cart_discount','0'),(174606,3679,'_cart_discount_tax','0'),(174607,3679,'_order_shipping','0'),(174608,3679,'_order_shipping_tax','0'),(174609,3679,'_order_tax','0'),(174610,3679,'_order_total','1155.20'),(174611,3679,'_order_version','10.0.4'),(174612,3679,'_prices_include_tax','no'),(174613,3679,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(174614,3679,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(174615,3679,'is_vat_exempt','no'),(174616,3679,'_wc_order_attribution_source_type','referral'),(174617,3679,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174618,3679,'_wc_order_attribution_utm_source','lcaportal.com'),(174619,3679,'_wc_order_attribution_utm_medium','referral'),(174620,3679,'_wc_order_attribution_utm_content','/'),(174621,3679,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174622,3679,'_wc_order_attribution_session_start_time','2025-08-12 20:20:51'),(174623,3679,'_wc_order_attribution_session_pages','6'),(174624,3679,'_wc_order_attribution_session_count','2'),(174625,3679,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36'),(174626,3679,'_wc_order_attribution_device_type','Desktop'),(174627,3679,'Payment type','instant'),(174628,3679,'_paypal_status','completed'),(174629,3679,'_transaction_id','9JV07465D12734746'),(174630,3679,'PayPal Transaction Fee','40.81'),(174631,3679,'_date_paid','1755031298'),(174632,3679,'_paid_date','2025-08-12 20:41:38'),(174633,3680,'_order_key','wc_order_MSGnU7Oh1OuEP'),(174634,3680,'_customer_user','6'),(174635,3680,'_payment_method','paypal'),(174636,3680,'_payment_method_title','PayPal'),(174637,3680,'_customer_ip_address','98.41.41.47'),(174638,3680,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(174639,3680,'_created_via','checkout'),(174640,3680,'_cart_hash','be8c4ec368792516dc2bd5d35ae31979'),(174641,3680,'_download_permissions_granted','yes'),(174642,3680,'_recorded_sales','yes'),(174643,3680,'_recorded_coupon_usage_counts','yes'),(174644,3680,'_new_order_email_sent','true'),(174645,3680,'_order_stock_reduced','yes'),(174646,3680,'_billing_first_name','Amira'),(174647,3680,'_billing_last_name','Purto'),(174648,3680,'_billing_address_1','2520 Chandon Circle'),(174649,3680,'_billing_city','Modesto'),(174650,3680,'_billing_state','CA'),(174651,3680,'_billing_postcode','95355'),(174652,3680,'_billing_country','US'),(174653,3680,'_billing_email','amira77@sbcglobal.net'),(174654,3680,'_billing_phone','2096422061'),(174655,3680,'_shipping_first_name','Amira'),(174656,3680,'_shipping_last_name','Purto'),(174657,3680,'_shipping_address_1','2520 Chandon Circle'),(174658,3680,'_shipping_city','Modesto'),(174659,3680,'_shipping_state','CA'),(174660,3680,'_shipping_postcode','95355'),(174661,3680,'_shipping_country','US'),(174662,3680,'_order_currency','USD'),(174663,3680,'_cart_discount','0'),(174664,3680,'_cart_discount_tax','0'),(174665,3680,'_order_shipping','0'),(174666,3680,'_order_shipping_tax','0'),(174667,3680,'_order_tax','0'),(174668,3680,'_order_total','1107.15'),(174669,3680,'_order_version','10.0.4'),(174670,3680,'_prices_include_tax','no'),(174671,3680,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(174672,3680,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(174673,3680,'is_vat_exempt','no'),(174674,3680,'_wc_order_attribution_source_type','referral'),(174675,3680,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174676,3680,'_wc_order_attribution_utm_source','lcaportal.com'),(174677,3680,'_wc_order_attribution_utm_medium','referral'),(174678,3680,'_wc_order_attribution_utm_content','/'),(174679,3680,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174680,3680,'_wc_order_attribution_session_start_time','2025-07-23 18:55:02'),(174681,3680,'_wc_order_attribution_session_pages','4'),(174682,3680,'_wc_order_attribution_session_count','14'),(174683,3680,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(174684,3680,'_wc_order_attribution_device_type','Desktop'),(174685,3680,'Payment type','instant'),(174686,3680,'_paypal_status','completed'),(174687,3680,'_transaction_id','8CV56262DY322911W'),(174688,3680,'PayPal Transaction Fee','39.13'),(174689,3680,'_date_paid','1755045519'),(174690,3680,'_paid_date','2025-08-13 00:38:39'),(174709,3682,'_elementor_edit_mode','builder'),(174710,3682,'_elementor_template_type','wp-page'),(174711,3682,'_elementor_version','3.31.2'),(174712,3682,'_elementor_pro_version','3.31.2'),(174713,3682,'_wp_page_template','default'),(174714,3682,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174716,3682,'_elementor_page_settings',''),(174718,3683,'_elementor_edit_mode','builder'),(174719,3683,'_elementor_template_type','wp-page'),(174720,3683,'_elementor_version','3.31.2'),(174721,3683,'_elementor_pro_version','3.31.2'),(174722,3683,'_wp_page_template','default'),(174723,3683,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#000000\",\"button_hover_border_color\":\"#000000\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_show_plans\":[],\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_text_color\":\"#FFFFFF\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174725,3683,'_elementor_page_settings',''),(174727,3684,'_elementor_edit_mode','builder'),(174728,3684,'_elementor_template_type','wp-page'),(174729,3684,'_elementor_version','3.31.2'),(174730,3684,'_elementor_pro_version','3.31.2'),(174731,3684,'_wp_page_template','default'),(174732,3684,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(174741,3685,'_order_key','wc_order_Ie1jFohZRYssQ'),(174742,3685,'_customer_user','75'),(174743,3685,'_payment_method','paypal'),(174744,3685,'_payment_method_title','PayPal'),(174745,3685,'_customer_ip_address','70.119.252.99'),(174746,3685,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174747,3685,'_created_via','checkout'),(174748,3685,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(174749,3685,'_download_permissions_granted','no'),(174750,3685,'_recorded_sales','no'),(174751,3685,'_recorded_coupon_usage_counts','no'),(174752,3685,'_new_order_email_sent','false'),(174753,3685,'_order_stock_reduced','no'),(174754,3685,'_billing_first_name','Mirtala'),(174755,3685,'_billing_last_name','Pena'),(174756,3685,'_billing_company','LCA Mission'),(174757,3685,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174758,3685,'_billing_city','MIssion'),(174759,3685,'_billing_state','TX'),(174760,3685,'_billing_postcode','78572'),(174761,3685,'_billing_country','US'),(174762,3685,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(174763,3685,'_billing_phone','9566052921'),(174764,3685,'_shipping_first_name','Mirtala'),(174765,3685,'_shipping_last_name','Pena'),(174766,3685,'_shipping_company','LCA Mission'),(174767,3685,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174768,3685,'_shipping_city','MIssion'),(174769,3685,'_shipping_state','TX'),(174770,3685,'_shipping_postcode','78572'),(174771,3685,'_shipping_country','US'),(174772,3685,'_order_currency','USD'),(174773,3685,'_cart_discount','0'),(174774,3685,'_cart_discount_tax','0'),(174775,3685,'_order_shipping','0'),(174776,3685,'_order_shipping_tax','0'),(174777,3685,'_order_tax','0'),(174778,3685,'_order_total','1379.14'),(174779,3685,'_order_version','10.0.4'),(174780,3685,'_prices_include_tax','no'),(174781,3685,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(174782,3685,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(174783,3685,'is_vat_exempt','no'),(174784,3685,'_wc_order_attribution_source_type','referral'),(174785,3685,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174786,3685,'_wc_order_attribution_utm_source','lcaportal.com'),(174787,3685,'_wc_order_attribution_utm_medium','referral'),(174788,3685,'_wc_order_attribution_utm_content','/'),(174789,3685,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174790,3685,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(174791,3685,'_wc_order_attribution_session_pages','7'),(174792,3685,'_wc_order_attribution_session_count','5'),(174793,3685,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174794,3685,'_wc_order_attribution_device_type','Desktop'),(174795,3686,'_order_key','wc_order_lSmMovo4VciD9'),(174796,3686,'_customer_user','75'),(174797,3686,'_payment_method','paypal'),(174798,3686,'_payment_method_title','PayPal'),(174799,3686,'_customer_ip_address','70.119.252.99'),(174800,3686,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174801,3686,'_created_via','checkout'),(174802,3686,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(174803,3686,'_download_permissions_granted','no'),(174804,3686,'_recorded_sales','no'),(174805,3686,'_recorded_coupon_usage_counts','no'),(174806,3686,'_new_order_email_sent','false'),(174807,3686,'_order_stock_reduced','no'),(174808,3686,'_billing_first_name','Mirtala'),(174809,3686,'_billing_last_name','Pena'),(174810,3686,'_billing_company','LCA Mission'),(174811,3686,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174812,3686,'_billing_city','MIssion'),(174813,3686,'_billing_state','TX'),(174814,3686,'_billing_postcode','78572'),(174815,3686,'_billing_country','US'),(174816,3686,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(174817,3686,'_billing_phone','9566052921'),(174818,3686,'_shipping_first_name','Mirtala'),(174819,3686,'_shipping_last_name','Pena'),(174820,3686,'_shipping_company','LCA Mission'),(174821,3686,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174822,3686,'_shipping_city','MIssion'),(174823,3686,'_shipping_state','TX'),(174824,3686,'_shipping_postcode','78572'),(174825,3686,'_shipping_country','US'),(174826,3686,'_order_currency','USD'),(174827,3686,'_cart_discount','0'),(174828,3686,'_cart_discount_tax','0'),(174829,3686,'_order_shipping','0'),(174830,3686,'_order_shipping_tax','0'),(174831,3686,'_order_tax','0'),(174832,3686,'_order_total','1379.14'),(174833,3686,'_order_version','10.0.4'),(174834,3686,'_prices_include_tax','no'),(174835,3686,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(174836,3686,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(174837,3686,'is_vat_exempt','no'),(174838,3686,'_wc_order_attribution_source_type','referral'),(174839,3686,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174840,3686,'_wc_order_attribution_utm_source','lcaportal.com'),(174841,3686,'_wc_order_attribution_utm_medium','referral'),(174842,3686,'_wc_order_attribution_utm_content','/'),(174843,3686,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174844,3686,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(174845,3686,'_wc_order_attribution_session_pages','13'),(174846,3686,'_wc_order_attribution_session_count','5'),(174847,3686,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174848,3686,'_wc_order_attribution_device_type','Desktop'),(174849,3687,'_order_key','wc_order_8pHHQQygxiySX'),(174850,3687,'_customer_user','75'),(174851,3687,'_payment_method','paypal'),(174852,3687,'_payment_method_title','PayPal'),(174853,3687,'_customer_ip_address','70.119.252.99'),(174854,3687,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174855,3687,'_created_via','checkout'),(174856,3687,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(174857,3687,'_download_permissions_granted','no'),(174858,3687,'_recorded_sales','no'),(174859,3687,'_recorded_coupon_usage_counts','no'),(174860,3687,'_new_order_email_sent','false'),(174861,3687,'_order_stock_reduced','no'),(174862,3687,'_billing_first_name','Mirtala'),(174863,3687,'_billing_last_name','Pena'),(174864,3687,'_billing_company','LCA Mission'),(174865,3687,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174866,3687,'_billing_city','MIssion'),(174867,3687,'_billing_state','TX'),(174868,3687,'_billing_postcode','78572'),(174869,3687,'_billing_country','US'),(174870,3687,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(174871,3687,'_billing_phone','9566052921'),(174872,3687,'_shipping_first_name','Mirtala'),(174873,3687,'_shipping_last_name','Pena'),(174874,3687,'_shipping_company','LCA Mission'),(174875,3687,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174876,3687,'_shipping_city','MIssion'),(174877,3687,'_shipping_state','TX'),(174878,3687,'_shipping_postcode','78572'),(174879,3687,'_shipping_country','US'),(174880,3687,'_order_currency','USD'),(174881,3687,'_cart_discount','0'),(174882,3687,'_cart_discount_tax','0'),(174883,3687,'_order_shipping','0'),(174884,3687,'_order_shipping_tax','0'),(174885,3687,'_order_tax','0'),(174886,3687,'_order_total','1379.14'),(174887,3687,'_order_version','10.0.4'),(174888,3687,'_prices_include_tax','no'),(174889,3687,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(174890,3687,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(174891,3687,'is_vat_exempt','no'),(174892,3687,'_wc_order_attribution_source_type','referral'),(174893,3687,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174894,3687,'_wc_order_attribution_utm_source','lcaportal.com'),(174895,3687,'_wc_order_attribution_utm_medium','referral'),(174896,3687,'_wc_order_attribution_utm_content','/'),(174897,3687,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174898,3687,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(174899,3687,'_wc_order_attribution_session_pages','18'),(174900,3687,'_wc_order_attribution_session_count','5'),(174901,3687,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174902,3687,'_wc_order_attribution_device_type','Desktop'),(174903,3688,'_order_key','wc_order_G71alcjZxL70S'),(174904,3688,'_customer_user','75'),(174905,3688,'_payment_method','paypal'),(174906,3688,'_payment_method_title','PayPal'),(174907,3688,'_customer_ip_address','70.119.252.99'),(174908,3688,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174909,3688,'_created_via','checkout'),(174910,3688,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(174911,3688,'_download_permissions_granted','no'),(174912,3688,'_recorded_sales','no'),(174913,3688,'_recorded_coupon_usage_counts','no'),(174914,3688,'_new_order_email_sent','false'),(174915,3688,'_order_stock_reduced','no'),(174916,3688,'_billing_first_name','Mirtala'),(174917,3688,'_billing_last_name','Pena'),(174918,3688,'_billing_company','LCA Mission'),(174919,3688,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174920,3688,'_billing_city','MIssion'),(174921,3688,'_billing_state','TX'),(174922,3688,'_billing_postcode','78572'),(174923,3688,'_billing_country','US'),(174924,3688,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(174925,3688,'_billing_phone','9566052921'),(174926,3688,'_shipping_first_name','Mirtala'),(174927,3688,'_shipping_last_name','Pena'),(174928,3688,'_shipping_company','LCA Mission'),(174929,3688,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174930,3688,'_shipping_city','MIssion'),(174931,3688,'_shipping_state','TX'),(174932,3688,'_shipping_postcode','78572'),(174933,3688,'_shipping_country','US'),(174934,3688,'_order_currency','USD'),(174935,3688,'_cart_discount','0'),(174936,3688,'_cart_discount_tax','0'),(174937,3688,'_order_shipping','0'),(174938,3688,'_order_shipping_tax','0'),(174939,3688,'_order_tax','0'),(174940,3688,'_order_total','1379.14'),(174941,3688,'_order_version','10.0.4'),(174942,3688,'_prices_include_tax','no'),(174943,3688,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(174944,3688,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(174945,3688,'is_vat_exempt','no'),(174946,3688,'_wc_order_attribution_source_type','referral'),(174947,3688,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(174948,3688,'_wc_order_attribution_utm_source','lcaportal.com'),(174949,3688,'_wc_order_attribution_utm_medium','referral'),(174950,3688,'_wc_order_attribution_utm_content','/'),(174951,3688,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(174952,3688,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(174953,3688,'_wc_order_attribution_session_pages','22'),(174954,3688,'_wc_order_attribution_session_count','5'),(174955,3688,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174956,3688,'_wc_order_attribution_device_type','Desktop'),(174957,3689,'_order_key','wc_order_bMVyU0bhZTfHr'),(174958,3689,'_customer_user','75'),(174959,3689,'_payment_method','paypal'),(174960,3689,'_payment_method_title','PayPal'),(174961,3689,'_customer_ip_address','70.119.252.99'),(174962,3689,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(174963,3689,'_created_via','checkout'),(174964,3689,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(174965,3689,'_download_permissions_granted','no'),(174966,3689,'_recorded_sales','no'),(174967,3689,'_recorded_coupon_usage_counts','no'),(174968,3689,'_new_order_email_sent','false'),(174969,3689,'_order_stock_reduced','no'),(174970,3689,'_billing_first_name','Mirtala'),(174971,3689,'_billing_last_name','Pena'),(174972,3689,'_billing_company','LCA Mission'),(174973,3689,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174974,3689,'_billing_city','MIssion'),(174975,3689,'_billing_state','TX'),(174976,3689,'_billing_postcode','78572'),(174977,3689,'_billing_country','US'),(174978,3689,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(174979,3689,'_billing_phone','9566052921'),(174980,3689,'_shipping_first_name','Mirtala'),(174981,3689,'_shipping_last_name','Pena'),(174982,3689,'_shipping_company','LCA Mission'),(174983,3689,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(174984,3689,'_shipping_city','MIssion'),(174985,3689,'_shipping_state','TX'),(174986,3689,'_shipping_postcode','78572'),(174987,3689,'_shipping_country','US'),(174988,3689,'_order_currency','USD'),(174989,3689,'_cart_discount','0'),(174990,3689,'_cart_discount_tax','0'),(174991,3689,'_order_shipping','0'),(174992,3689,'_order_shipping_tax','0'),(174993,3689,'_order_tax','0'),(174994,3689,'_order_total','1379.14'),(174995,3689,'_order_version','10.0.4'),(174996,3689,'_prices_include_tax','no'),(174997,3689,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(174998,3689,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(174999,3689,'is_vat_exempt','no'),(175000,3689,'_wc_order_attribution_source_type','referral'),(175001,3689,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175002,3689,'_wc_order_attribution_utm_source','lcaportal.com'),(175003,3689,'_wc_order_attribution_utm_medium','referral'),(175004,3689,'_wc_order_attribution_utm_content','/'),(175005,3689,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175006,3689,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(175007,3689,'_wc_order_attribution_session_pages','26'),(175008,3689,'_wc_order_attribution_session_count','5'),(175009,3689,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(175010,3689,'_wc_order_attribution_device_type','Desktop'),(175011,3690,'_order_key','wc_order_YVC0Fiud65rkp'),(175012,3690,'_customer_user','75'),(175013,3690,'_payment_method','paypal'),(175014,3690,'_payment_method_title','PayPal'),(175015,3690,'_customer_ip_address','70.119.252.99'),(175016,3690,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(175017,3690,'_created_via','checkout'),(175018,3690,'_cart_hash','fc4c283e16a6311aa0bfd440b58305e9'),(175019,3690,'_download_permissions_granted','yes'),(175020,3690,'_recorded_sales','yes'),(175021,3690,'_recorded_coupon_usage_counts','yes'),(175022,3690,'_new_order_email_sent','true'),(175023,3690,'_order_stock_reduced','yes'),(175024,3690,'_billing_first_name','Mirtala'),(175025,3690,'_billing_last_name','Pena'),(175026,3690,'_billing_company','LCA Mission'),(175027,3690,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(175028,3690,'_billing_city','MIssion'),(175029,3690,'_billing_state','TX'),(175030,3690,'_billing_postcode','78572'),(175031,3690,'_billing_country','US'),(175032,3690,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(175033,3690,'_billing_phone','9566052921'),(175034,3690,'_shipping_first_name','Mirtala'),(175035,3690,'_shipping_last_name','Pena'),(175036,3690,'_shipping_company','LCA Mission'),(175037,3690,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(175038,3690,'_shipping_city','MIssion'),(175039,3690,'_shipping_state','TX'),(175040,3690,'_shipping_postcode','78572'),(175041,3690,'_shipping_country','US'),(175042,3690,'_order_currency','USD'),(175043,3690,'_cart_discount','0'),(175044,3690,'_cart_discount_tax','0'),(175045,3690,'_order_shipping','0'),(175046,3690,'_order_shipping_tax','0'),(175047,3690,'_order_tax','0'),(175048,3690,'_order_total','1379.14'),(175049,3690,'_order_version','10.0.4'),(175050,3690,'_prices_include_tax','no'),(175051,3690,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(175052,3690,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(175053,3690,'is_vat_exempt','no'),(175054,3690,'_wc_order_attribution_source_type','referral'),(175055,3690,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175056,3690,'_wc_order_attribution_utm_source','lcaportal.com'),(175057,3690,'_wc_order_attribution_utm_medium','referral'),(175058,3690,'_wc_order_attribution_utm_content','/'),(175059,3690,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175060,3690,'_wc_order_attribution_session_start_time','2025-08-13 20:14:05'),(175061,3690,'_wc_order_attribution_session_pages','34'),(175062,3690,'_wc_order_attribution_session_count','5'),(175063,3690,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(175064,3690,'_wc_order_attribution_device_type','Desktop'),(175065,3690,'Payment type','instant'),(175066,3690,'_paypal_status','completed'),(175067,3690,'_transaction_id','3NP485749S690740N'),(175068,3690,'PayPal Transaction Fee','48.62'),(175069,3690,'_date_paid','1755118220'),(175070,3690,'_paid_date','2025-08-13 20:50:20'),(175071,3690,'_edit_lock','1755575815:2'),(175072,3691,'_order_currency','USD'),(175073,3691,'_cart_discount','0'),(175074,3691,'_cart_discount_tax','0'),(175075,3691,'_order_shipping','0'),(175076,3691,'_order_shipping_tax','0'),(175077,3691,'_order_tax','0'),(175078,3691,'_order_total','-385.00'),(175079,3691,'_order_version','10.0.4'),(175080,3691,'_prices_include_tax','no'),(175081,3691,'_refund_amount','385.00'),(175082,3691,'_refunded_by','2'),(175083,3691,'_refunded_payment','1'),(175084,3691,'_refund_reason',''),(175086,3692,'_elementor_edit_mode','builder'),(175087,3692,'_elementor_template_type','wp-page'),(175088,3692,'_elementor_version','3.31.2'),(175089,3692,'_elementor_pro_version','3.31.2'),(175090,3692,'_wp_page_template','default'),(175091,3692,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175093,3692,'_elementor_page_settings',''),(175096,3693,'_elementor_edit_mode','builder'),(175097,3693,'_elementor_template_type','wp-page'),(175098,3693,'_elementor_version','3.31.2'),(175099,3693,'_elementor_pro_version','3.31.2'),(175100,3693,'_wp_page_template','default'),(175101,3693,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175103,3693,'_elementor_page_settings',''),(175106,3694,'_elementor_edit_mode','builder'),(175107,3694,'_elementor_template_type','wp-page'),(175108,3694,'_elementor_version','3.31.2'),(175109,3694,'_elementor_pro_version','3.31.2'),(175110,3694,'_wp_page_template','default'),(175111,3694,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175124,3696,'_sku','AA - Bulk Active Rinse - 1 Gallon'),(175125,3696,'_regular_price','68.50'),(175126,3696,'total_sales','186'),(175127,3696,'_tax_status','taxable'),(175128,3696,'_tax_class',''),(175129,3696,'_manage_stock','no'),(175130,3696,'_backorders','no'),(175131,3696,'_sold_individually','no'),(175132,3696,'_weight','9'),(175133,3696,'_length','7'),(175134,3696,'_width','7'),(175135,3696,'_height','14'),(175136,3696,'_virtual','no'),(175137,3696,'_downloadable','no'),(175138,3696,'_download_limit','-1'),(175139,3696,'_download_expiry','-1'),(175140,3696,'_thumbnail_id','3673'),(175141,3696,'_stock',NULL),(175142,3696,'_stock_status','instock'),(175143,3696,'_wc_average_rating','0'),(175144,3696,'_wc_review_count','0'),(175145,3696,'_product_version','10.0.4'),(175146,3696,'_price','68.50'),(175147,3696,'site-sidebar-layout','default'),(175148,3696,'site-content-layout','default'),(175149,3696,'theme-transparent-header-meta','default'),(175150,3696,'stick-header-meta','default'),(175151,3696,'_wp_old_date','2021-03-24'),(175152,3696,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(175153,3696,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(175154,3696,'_wc_memberships_force_public','no'),(175155,3696,'_wc_memberships_exclude_discounts','no'),(175156,3696,'mwqb_sync_uiiqb','0'),(175157,3696,'_pw_exclude_free_shipping','yes'),(175158,3696,'minimum_allowed_quantity',''),(175159,3696,'maximum_allowed_quantity',''),(175160,3696,'group_of_quantity',''),(175161,3696,'minmax_do_not_count','no'),(175162,3696,'minmax_cart_exclude','no'),(175163,3696,'minmax_category_group_of_exclude','no'),(175164,3696,'sg_product_enable','no'),(175165,3696,'sg_product_disable','no'),(175166,3696,'qb_p_cost','0'),(175167,3696,'ast-site-content-layout','default'),(175168,3696,'site-content-style','default'),(175169,3696,'site-sidebar-style','default'),(175172,3696,'_edit_lock','1755199099:2'),(175173,3696,'_edit_last','2'),(175174,3696,'astra-migrate-meta-layouts','set'),(175177,3697,'_elementor_edit_mode','builder'),(175178,3697,'_elementor_template_type','wp-page'),(175179,3697,'_elementor_version','3.31.2'),(175180,3697,'_elementor_pro_version','3.31.2'),(175181,3697,'_wp_page_template','default'),(175182,3697,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175184,3697,'_elementor_page_settings',''),(175187,3698,'_elementor_edit_mode','builder'),(175188,3698,'_elementor_template_type','wp-page'),(175189,3698,'_elementor_version','3.31.2'),(175190,3698,'_elementor_pro_version','3.31.2'),(175191,3698,'_wp_page_template','default'),(175192,3698,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3669\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175194,3698,'_elementor_page_settings',''),(175197,3699,'_elementor_edit_mode','builder'),(175198,3699,'_elementor_template_type','wp-page'),(175199,3699,'_elementor_version','3.31.2'),(175200,3699,'_elementor_pro_version','3.31.2'),(175201,3699,'_wp_page_template','default'),(175202,3699,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175210,3700,'_wp_attached_file','2021/07/active-100.webp'),(175211,3700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:23:\"2021/07/active-100.webp\";s:8:\"filesize\";i:3112;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"active-100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2762;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"active-100-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1058;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"active-100-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2762;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"active-100-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175212,490,'astra-migrate-meta-layouts','set'),(175213,3701,'_wp_attached_file','2021/07/active-50.webp'),(175214,3701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2021/07/active-50.webp\";s:8:\"filesize\";i:3148;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"active-50-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2770;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"active-50-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1062;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"active-50-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2770;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"active-50-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175215,489,'astra-migrate-meta-layouts','set'),(175216,3702,'_wp_attached_file','2021/07/detangler.webp'),(175217,3702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:22:\"2021/07/detangler.webp\";s:8:\"filesize\";i:3120;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"detangler-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"detangler-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1100;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"detangler-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2754;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"detangler-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175219,488,'ast-site-content-layout','default'),(175220,488,'site-content-style','default'),(175221,488,'site-sidebar-style','default'),(175222,488,'astra-migrate-meta-layouts','set'),(175223,3703,'_wp_attached_file','2021/07/Mousse.webp'),(175224,3703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:330;s:6:\"height\";i:330;s:4:\"file\";s:19:\"2021/07/Mousse.webp\";s:8:\"filesize\";i:2620;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Mousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Mousse-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:944;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"Mousse-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"Mousse-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:570;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(175226,487,'ast-site-content-layout','default'),(175227,487,'site-content-style','default'),(175228,487,'site-sidebar-style','default'),(175229,487,'astra-migrate-meta-layouts','set'),(175230,99,'astra-migrate-meta-layouts','set'),(175231,97,'astra-migrate-meta-layouts','set'),(175232,95,'astra-migrate-meta-layouts','set'),(175233,93,'astra-migrate-meta-layouts','set'),(175234,3704,'_order_key','wc_order_vjb4tIOeSbh3I'),(175235,3704,'_customer_user','87'),(175236,3704,'_payment_method','paypal'),(175237,3704,'_payment_method_title','PayPal'),(175238,3704,'_customer_ip_address','75.7.15.79'),(175239,3704,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175240,3704,'_created_via','checkout'),(175241,3704,'_cart_hash','a421e1434323b3e4e55b9eb3d280f47d'),(175242,3704,'_download_permissions_granted','yes'),(175243,3704,'_recorded_sales','yes'),(175244,3704,'_recorded_coupon_usage_counts','yes'),(175245,3704,'_new_order_email_sent','true'),(175246,3704,'_order_stock_reduced','yes'),(175247,3704,'_billing_first_name','Wade'),(175248,3704,'_billing_last_name','Huntsman'),(175249,3704,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(175250,3704,'_billing_address_1','3421 E 21st'),(175251,3704,'_billing_city','Tulsa'),(175252,3704,'_billing_state','OK'),(175253,3704,'_billing_postcode','74114'),(175254,3704,'_billing_country','US'),(175255,3704,'_billing_email','info@liceclinicsmidsouth.com'),(175256,3704,'_billing_phone','9189783329'),(175257,3704,'_shipping_first_name','Katee'),(175258,3704,'_shipping_last_name','Morrison'),(175259,3704,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(175260,3704,'_shipping_city','Oklahoma City'),(175261,3704,'_shipping_state','OK'),(175262,3704,'_shipping_postcode','73118'),(175263,3704,'_shipping_country','US'),(175264,3704,'_order_currency','USD'),(175265,3704,'_cart_discount','0'),(175266,3704,'_cart_discount_tax','0'),(175267,3704,'_order_shipping','0'),(175268,3704,'_order_shipping_tax','0'),(175269,3704,'_order_tax','0'),(175270,3704,'_order_total','571.60'),(175271,3704,'_order_version','10.0.4'),(175272,3704,'_prices_include_tax','no'),(175273,3704,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(175274,3704,'_shipping_address_index','Katee Morrison  4001 North Classen Blvd, Suite 116  Oklahoma City OK 73118 US '),(175275,3704,'is_vat_exempt','no'),(175276,3704,'_wc_order_attribution_source_type','typein'),(175277,3704,'_wc_order_attribution_utm_source','(direct)'),(175278,3704,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175279,3704,'_wc_order_attribution_session_start_time','2025-08-14 19:51:00'),(175280,3704,'_wc_order_attribution_session_pages','6'),(175281,3704,'_wc_order_attribution_session_count','1'),(175282,3704,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175283,3704,'_wc_order_attribution_device_type','Desktop'),(175284,3704,'Payment type','instant'),(175285,3704,'_paypal_status','completed'),(175286,3704,'_transaction_id','7U6698621E799963G'),(175287,3704,'PayPal Transaction Fee','20.44'),(175288,3704,'_date_paid','1755201350'),(175289,3704,'_paid_date','2025-08-14 19:55:50'),(175290,3705,'_order_key','wc_order_wwJNYzvL0izV5'),(175291,3705,'_customer_user','87'),(175292,3705,'_payment_method','paypal'),(175293,3705,'_payment_method_title','PayPal'),(175294,3705,'_customer_ip_address','75.7.15.79'),(175295,3705,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175296,3705,'_created_via','checkout'),(175297,3705,'_cart_hash','8e1ed5f8073c0c2b6456640aecfa682b'),(175298,3705,'_download_permissions_granted','yes'),(175299,3705,'_recorded_sales','yes'),(175300,3705,'_recorded_coupon_usage_counts','yes'),(175301,3705,'_new_order_email_sent','true'),(175302,3705,'_order_stock_reduced','yes'),(175303,3705,'_billing_first_name','Wade'),(175304,3705,'_billing_last_name','Huntsman'),(175305,3705,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(175306,3705,'_billing_address_1','3421 E 21st'),(175307,3705,'_billing_city','Tulsa'),(175308,3705,'_billing_state','OK'),(175309,3705,'_billing_postcode','74114'),(175310,3705,'_billing_country','US'),(175311,3705,'_billing_email','info@liceclinicsmidsouth.com'),(175312,3705,'_billing_phone','9189783329'),(175313,3705,'_shipping_first_name','Wade'),(175314,3705,'_shipping_last_name','Huntsman'),(175315,3705,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(175316,3705,'_shipping_address_1','3421 E 21st'),(175317,3705,'_shipping_city','Tulsa'),(175318,3705,'_shipping_state','OK'),(175319,3705,'_shipping_postcode','74114'),(175320,3705,'_shipping_country','US'),(175321,3705,'_order_currency','USD'),(175322,3705,'_cart_discount','0'),(175323,3705,'_cart_discount_tax','0'),(175324,3705,'_order_shipping','0'),(175325,3705,'_order_shipping_tax','0'),(175326,3705,'_order_tax','0'),(175327,3705,'_order_total','614.55'),(175328,3705,'_order_version','10.0.4'),(175329,3705,'_prices_include_tax','no'),(175330,3705,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(175331,3705,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(175332,3705,'is_vat_exempt','no'),(175333,3705,'_wc_order_attribution_source_type','typein'),(175334,3705,'_wc_order_attribution_utm_source','(direct)'),(175335,3705,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175336,3705,'_wc_order_attribution_session_start_time','2025-08-14 19:51:00'),(175337,3705,'_wc_order_attribution_session_pages','20'),(175338,3705,'_wc_order_attribution_session_count','1'),(175339,3705,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175340,3705,'_wc_order_attribution_device_type','Desktop'),(175341,3705,'Payment type','instant'),(175342,3705,'_paypal_status','completed'),(175343,3705,'_transaction_id','5HJ74170F4098860R'),(175344,3705,'PayPal Transaction Fee','21.94'),(175345,3705,'_date_paid','1755201729'),(175346,3705,'_paid_date','2025-08-14 20:02:09'),(175347,3706,'_order_key','wc_order_XFdLBrlcz8ZEn'),(175348,3706,'_customer_user','87'),(175349,3706,'_payment_method','paypal'),(175350,3706,'_payment_method_title','PayPal'),(175351,3706,'_customer_ip_address','75.7.15.79'),(175352,3706,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175353,3706,'_created_via','checkout'),(175354,3706,'_cart_hash','91eaeca13fe885ff893b0fbc32a4802e'),(175355,3706,'_download_permissions_granted','yes'),(175356,3706,'_recorded_sales','yes'),(175357,3706,'_recorded_coupon_usage_counts','yes'),(175358,3706,'_new_order_email_sent','true'),(175359,3706,'_order_stock_reduced','yes'),(175360,3706,'_billing_first_name','Wade'),(175361,3706,'_billing_last_name','Huntsman'),(175362,3706,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(175363,3706,'_billing_address_1','3421 E 21st'),(175364,3706,'_billing_city','Tulsa'),(175365,3706,'_billing_state','OK'),(175366,3706,'_billing_postcode','74114'),(175367,3706,'_billing_country','US'),(175368,3706,'_billing_email','info@liceclinicsmidsouth.com'),(175369,3706,'_billing_phone','9189783329'),(175370,3706,'_shipping_first_name','Shelbe'),(175371,3706,'_shipping_last_name','Smith'),(175372,3706,'_shipping_address_1','2101 West MacArthur Road'),(175373,3706,'_shipping_address_2','Lot 511'),(175374,3706,'_shipping_city','Wichita'),(175375,3706,'_shipping_state','KS'),(175376,3706,'_shipping_postcode','67217'),(175377,3706,'_shipping_country','US'),(175378,3706,'_order_currency','USD'),(175379,3706,'_cart_discount','0'),(175380,3706,'_cart_discount_tax','0'),(175381,3706,'_order_shipping','0'),(175382,3706,'_order_shipping_tax','0'),(175383,3706,'_order_tax','0'),(175384,3706,'_order_total','633.20'),(175385,3706,'_order_version','10.0.4'),(175386,3706,'_prices_include_tax','no'),(175387,3706,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(175388,3706,'_shipping_address_index','Shelbe Smith  2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(175389,3706,'is_vat_exempt','no'),(175390,3706,'_wc_order_attribution_source_type','typein'),(175391,3706,'_wc_order_attribution_utm_source','(direct)'),(175392,3706,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175393,3706,'_wc_order_attribution_session_start_time','2025-08-14 19:51:00'),(175394,3706,'_wc_order_attribution_session_pages','26'),(175395,3706,'_wc_order_attribution_session_count','1'),(175396,3706,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175397,3706,'_wc_order_attribution_device_type','Desktop'),(175398,3706,'Payment type','instant'),(175399,3706,'_paypal_status','completed'),(175400,3706,'_transaction_id','28371578LL418130A'),(175401,3706,'PayPal Transaction Fee','22.59'),(175402,3706,'_date_paid','1755202219'),(175403,3706,'_paid_date','2025-08-14 20:10:19'),(175410,3707,'_elementor_edit_mode','builder'),(175411,3707,'_elementor_template_type','wp-page'),(175412,3707,'_elementor_version','3.31.2'),(175413,3707,'_elementor_pro_version','3.31.2'),(175414,3707,'_wp_page_template','default'),(175415,3707,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175417,3707,'_elementor_page_settings',''),(175420,3708,'_elementor_edit_mode','builder'),(175421,3708,'_elementor_template_type','wp-page'),(175422,3708,'_elementor_version','3.31.2'),(175423,3708,'_elementor_pro_version','3.31.2'),(175424,3708,'_wp_page_template','default'),(175425,3708,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175427,3708,'_elementor_page_settings',''),(175430,3709,'_elementor_edit_mode','builder'),(175431,3709,'_elementor_template_type','wp-page'),(175432,3709,'_elementor_version','3.31.2'),(175433,3709,'_elementor_pro_version','3.31.2'),(175434,3709,'_wp_page_template','default'),(175435,3709,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(175439,115,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(175444,3678,'_edit_lock','1755208216:2'),(175445,3678,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176376\";s:12:\"date_shipped\";s:10:\"1755129600\";s:11:\"tracking_id\";s:32:\"da37b7df55e33dbbed4e81314f9be138\";}}'),(175446,3678,'_edit_last','2'),(175447,3678,'_date_completed','1755208148'),(175448,3678,'_completed_date','2025-08-14 21:49:08'),(175449,3680,'_edit_lock','1755208098:2'),(175450,3680,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176424\";s:12:\"date_shipped\";s:10:\"1755129600\";s:11:\"tracking_id\";s:32:\"d7c0a372640f740cc19f758ecab948f6\";}}'),(175451,3680,'_edit_last','2'),(175452,3680,'_date_completed','1755208231'),(175453,3680,'_completed_date','2025-08-14 21:50:31'),(175454,3710,'_order_key','wc_order_UuJPHMz3d49km'),(175455,3710,'_customer_user','67'),(175456,3710,'_payment_method','paypal'),(175457,3710,'_payment_method_title','PayPal'),(175458,3710,'_customer_ip_address','67.251.108.158'),(175459,3710,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175460,3710,'_created_via','checkout'),(175461,3710,'_cart_hash','e57ddb5c295089351b8fcdcb45d32d30'),(175462,3710,'_download_permissions_granted','yes'),(175463,3710,'_recorded_sales','yes'),(175464,3710,'_recorded_coupon_usage_counts','yes'),(175465,3710,'_new_order_email_sent','true'),(175466,3710,'_order_stock_reduced','yes'),(175467,3710,'_billing_first_name','Marnie'),(175468,3710,'_billing_last_name','Murray'),(175469,3710,'_billing_company','Naughty Nits'),(175470,3710,'_billing_address_1','2809 Wehrle Drive'),(175471,3710,'_billing_address_2','Suite 10'),(175472,3710,'_billing_city','Williamsville'),(175473,3710,'_billing_state','NY'),(175474,3710,'_billing_postcode','14221'),(175475,3710,'_billing_country','US'),(175476,3710,'_billing_email','liceclinicsupstateny@gmail.com'),(175477,3710,'_billing_phone','7166265423'),(175478,3710,'_shipping_first_name','Marnie'),(175479,3710,'_shipping_last_name','Murray'),(175480,3710,'_shipping_company','LCA Buffalo'),(175481,3710,'_shipping_address_1','2809 Wehrle Drive'),(175482,3710,'_shipping_address_2','Suite 10'),(175483,3710,'_shipping_city','Williamsville'),(175484,3710,'_shipping_state','NY'),(175485,3710,'_shipping_postcode','14221'),(175486,3710,'_shipping_country','US'),(175487,3710,'_order_currency','USD'),(175488,3710,'_cart_discount','0'),(175489,3710,'_cart_discount_tax','0'),(175490,3710,'_order_shipping','0'),(175491,3710,'_order_shipping_tax','0'),(175492,3710,'_order_tax','0'),(175493,3710,'_order_total','1029.40'),(175494,3710,'_order_version','10.0.4'),(175495,3710,'_prices_include_tax','no'),(175496,3710,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(175497,3710,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(175498,3710,'is_vat_exempt','no'),(175499,3710,'_wc_order_attribution_source_type','referral'),(175500,3710,'_wc_order_attribution_referrer','https://lcaportal.com/'),(175501,3710,'_wc_order_attribution_utm_source','lcaportal.com'),(175502,3710,'_wc_order_attribution_utm_medium','referral'),(175503,3710,'_wc_order_attribution_utm_content','/'),(175504,3710,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175505,3710,'_wc_order_attribution_session_start_time','2025-08-14 15:14:27'),(175506,3710,'_wc_order_attribution_session_pages','14'),(175507,3710,'_wc_order_attribution_session_count','9'),(175508,3710,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175509,3710,'_wc_order_attribution_device_type','Desktop'),(175510,3710,'Payment type','instant'),(175511,3710,'_paypal_status','completed'),(175512,3710,'_transaction_id','408582276C684760U'),(175513,3710,'PayPal Transaction Fee','36.42'),(175514,3710,'_date_paid','1755260498'),(175515,3710,'_paid_date','2025-08-15 12:21:38'),(175516,3711,'_order_key','wc_order_JSh9EVMmz3dTg'),(175517,3711,'_customer_user','3'),(175518,3711,'_payment_method','paypal'),(175519,3711,'_payment_method_title','PayPal'),(175520,3711,'_customer_ip_address','166.70.35.250'),(175521,3711,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175522,3711,'_created_via','checkout'),(175523,3711,'_cart_hash','e87b4ead1cd7af210474499582bc63db'),(175524,3711,'_download_permissions_granted','yes'),(175525,3711,'_recorded_sales','yes'),(175526,3711,'_recorded_coupon_usage_counts','yes'),(175527,3711,'_new_order_email_sent','true'),(175528,3711,'_order_stock_reduced','yes'),(175529,3711,'_billing_first_name','amanda'),(175530,3711,'_billing_last_name','westerman'),(175531,3711,'_billing_company','Lice Clinics of America McKinney'),(175532,3711,'_billing_address_1','3120 HUDSON XING'),(175533,3711,'_billing_address_2','Suite A2'),(175534,3711,'_billing_city','MCKINNEY'),(175535,3711,'_billing_state','TX'),(175536,3711,'_billing_postcode','75070'),(175537,3711,'_billing_country','US'),(175538,3711,'_billing_email','awesterman1103@gmail.com'),(175539,3711,'_billing_phone','12144175741'),(175540,3711,'_shipping_first_name','amanda'),(175541,3711,'_shipping_last_name','westerman'),(175542,3711,'_shipping_company','Lice Clinics of America Lewisville'),(175543,3711,'_shipping_address_1','5510 Abrams Road'),(175544,3711,'_shipping_address_2','Suite 102'),(175545,3711,'_shipping_city','Lewisville'),(175546,3711,'_shipping_state','TX'),(175547,3711,'_shipping_postcode','75067'),(175548,3711,'_shipping_country','US'),(175549,3711,'_order_currency','USD'),(175550,3711,'_cart_discount','0'),(175551,3711,'_cart_discount_tax','0'),(175552,3711,'_order_shipping','0'),(175553,3711,'_order_shipping_tax','0'),(175554,3711,'_order_tax','0'),(175555,3711,'_order_total','844.55'),(175556,3711,'_order_version','10.0.4'),(175557,3711,'_prices_include_tax','no'),(175558,3711,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(175559,3711,'_shipping_address_index','amanda westerman Lice Clinics of America Lewisville 5510 Abrams Road Suite 102 Lewisville TX 75067 US '),(175560,3711,'is_vat_exempt','no'),(175561,3711,'_wc_order_attribution_source_type','referral'),(175562,3711,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175563,3711,'_wc_order_attribution_utm_source','lcaportal.com'),(175564,3711,'_wc_order_attribution_utm_medium','referral'),(175565,3711,'_wc_order_attribution_utm_content','/'),(175566,3711,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175567,3711,'_wc_order_attribution_session_start_time','2025-08-15 13:09:59'),(175568,3711,'_wc_order_attribution_session_pages','10'),(175569,3711,'_wc_order_attribution_session_count','1'),(175570,3711,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175571,3711,'_wc_order_attribution_device_type','Desktop'),(175572,3712,'_order_key','wc_order_2tV9Oufu1ZE7A'),(175573,3712,'_customer_user','87'),(175574,3712,'_payment_method','paypal'),(175575,3712,'_payment_method_title','PayPal'),(175576,3712,'_customer_ip_address','75.7.15.79'),(175577,3712,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175578,3712,'_created_via','checkout'),(175579,3712,'_cart_hash','b1bba498481369765bb595d671b205ae'),(175580,3712,'_download_permissions_granted','yes'),(175581,3712,'_recorded_sales','yes'),(175582,3712,'_recorded_coupon_usage_counts','yes'),(175583,3712,'_new_order_email_sent','true'),(175584,3712,'_order_stock_reduced','yes'),(175585,3712,'_billing_first_name','Wade'),(175586,3712,'_billing_last_name','Huntsman'),(175587,3712,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(175588,3712,'_billing_address_1','3421 E 21st'),(175589,3712,'_billing_city','Tulsa'),(175590,3712,'_billing_state','OK'),(175591,3712,'_billing_postcode','74114'),(175592,3712,'_billing_country','US'),(175593,3712,'_billing_email','info@liceclinicsmidsouth.com'),(175594,3712,'_billing_phone','9189783329'),(175595,3712,'_shipping_first_name','Logan'),(175596,3712,'_shipping_last_name','Futrell'),(175597,3712,'_shipping_address_1','203 Tricha Circle Unit B'),(175598,3712,'_shipping_address_2','Lot 511'),(175599,3712,'_shipping_city','Gravette'),(175600,3712,'_shipping_state','AR'),(175601,3712,'_shipping_postcode','72736'),(175602,3712,'_shipping_country','US'),(175603,3712,'_order_currency','USD'),(175604,3712,'_cart_discount','0'),(175605,3712,'_cart_discount_tax','0'),(175606,3712,'_order_shipping','0'),(175607,3712,'_order_shipping_tax','0'),(175608,3712,'_order_tax','0'),(175609,3712,'_order_total','856.10'),(175610,3712,'_order_version','10.0.4'),(175611,3712,'_prices_include_tax','no'),(175612,3712,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(175613,3712,'_shipping_address_index','Logan Futrell  203 Tricha Circle Unit B Lot 511 Gravette AR 72736 US '),(175614,3712,'is_vat_exempt','no'),(175615,3712,'_wc_order_attribution_source_type','typein'),(175616,3712,'_wc_order_attribution_utm_source','(direct)'),(175617,3712,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175618,3712,'_wc_order_attribution_session_start_time','2025-08-15 15:36:41'),(175619,3712,'_wc_order_attribution_session_pages','6'),(175620,3712,'_wc_order_attribution_session_count','1'),(175621,3712,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175622,3712,'_wc_order_attribution_device_type','Desktop'),(175623,3712,'Payment type','instant'),(175624,3712,'_paypal_status','completed'),(175625,3712,'_transaction_id','0LH47779F54585931'),(175626,3712,'PayPal Transaction Fee','30.37'),(175627,3712,'_date_paid','1755272628'),(175628,3712,'_paid_date','2025-08-15 15:43:48'),(175631,3714,'_order_key','wc_order_LGu8VN5X5k0ct'),(175632,3714,'_customer_user','76'),(175633,3714,'_payment_method','paypal'),(175634,3714,'_payment_method_title','PayPal'),(175635,3714,'_customer_ip_address','73.4.217.219'),(175636,3714,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(175637,3714,'_created_via','checkout'),(175638,3714,'_cart_hash','184630d0f81af808dcaef0161a15f8e0'),(175639,3714,'_download_permissions_granted','yes'),(175640,3714,'_recorded_sales','yes'),(175641,3714,'_recorded_coupon_usage_counts','yes'),(175642,3714,'_new_order_email_sent','true'),(175643,3714,'_order_stock_reduced','yes'),(175644,3714,'_billing_first_name','Naomi'),(175645,3714,'_billing_last_name','Golden'),(175646,3714,'_billing_address_1','31 Mann Ave'),(175647,3714,'_billing_city','Needham'),(175648,3714,'_billing_state','MA'),(175649,3714,'_billing_postcode','02492'),(175650,3714,'_billing_country','US'),(175651,3714,'_billing_email','nrgolden6486@gmail.com'),(175652,3714,'_billing_phone','6178511322'),(175653,3714,'_shipping_first_name','Naomi'),(175654,3714,'_shipping_last_name','Golden'),(175655,3714,'_shipping_company','Lice Aunties'),(175656,3714,'_shipping_address_1','60 Dedham Ave'),(175657,3714,'_shipping_address_2','Suite 201'),(175658,3714,'_shipping_city','Needham'),(175659,3714,'_shipping_state','MA'),(175660,3714,'_shipping_postcode','02492'),(175661,3714,'_shipping_country','US'),(175662,3714,'_order_currency','USD'),(175663,3714,'_cart_discount','0'),(175664,3714,'_cart_discount_tax','0'),(175665,3714,'_order_shipping','0'),(175666,3714,'_order_shipping_tax','0'),(175667,3714,'_order_tax','0'),(175668,3714,'_order_total','534.50'),(175669,3714,'_order_version','10.0.4'),(175670,3714,'_prices_include_tax','no'),(175671,3714,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(175672,3714,'_shipping_address_index','Naomi Golden Lice Aunties 60 Dedham Ave Suite 201 Needham MA 02492 US '),(175673,3714,'is_vat_exempt','no'),(175674,3714,'_wc_order_attribution_source_type','typein'),(175675,3714,'_wc_order_attribution_utm_source','(direct)'),(175676,3714,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175677,3714,'_wc_order_attribution_session_start_time','2025-08-09 23:13:19'),(175678,3714,'_wc_order_attribution_session_pages','10'),(175679,3714,'_wc_order_attribution_session_count','4'),(175680,3714,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(175681,3714,'_wc_order_attribution_device_type','Desktop'),(175682,3714,'Payment type','instant'),(175683,3714,'_paypal_status','completed'),(175684,3714,'_transaction_id','80K90962SX643413B'),(175685,3714,'PayPal Transaction Fee','19.14'),(175686,3714,'_date_paid','1755355629'),(175687,3714,'_paid_date','2025-08-16 14:47:09'),(175688,3715,'_order_key','wc_order_y3DnyHpZl74UH'),(175689,3715,'_customer_user','29'),(175690,3715,'_payment_method','paypal'),(175691,3715,'_payment_method_title','PayPal'),(175692,3715,'_customer_ip_address','104.28.57.90'),(175693,3715,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(175694,3715,'_created_via','checkout'),(175695,3715,'_cart_hash','efe35f4baac407fda7fd2b4e3735094f'),(175696,3715,'_download_permissions_granted','yes'),(175697,3715,'_recorded_sales','yes'),(175698,3715,'_recorded_coupon_usage_counts','yes'),(175699,3715,'_new_order_email_sent','true'),(175700,3715,'_order_stock_reduced','yes'),(175701,3715,'_billing_first_name','Nicole'),(175702,3715,'_billing_last_name','Reilly'),(175703,3715,'_billing_address_1','5460 Richie Ct'),(175704,3715,'_billing_city','Pipersville'),(175705,3715,'_billing_state','PA'),(175706,3715,'_billing_postcode','18947'),(175707,3715,'_billing_country','US'),(175708,3715,'_billing_email','info@liceclinicslansdale.com'),(175709,3715,'_billing_phone','2156941408'),(175710,3715,'_shipping_first_name','Nicole'),(175711,3715,'_shipping_last_name','Reilly'),(175712,3715,'_shipping_company','LCA Lansdale'),(175713,3715,'_shipping_address_1','2131 North Broad Street'),(175714,3715,'_shipping_address_2','Suite 101'),(175715,3715,'_shipping_city','Lansdale'),(175716,3715,'_shipping_state','PA'),(175717,3715,'_shipping_postcode','19446'),(175718,3715,'_shipping_country','US'),(175719,3715,'_order_currency','USD'),(175720,3715,'_cart_discount','0'),(175721,3715,'_cart_discount_tax','0'),(175722,3715,'_order_shipping','18.51'),(175723,3715,'_order_shipping_tax','0'),(175724,3715,'_order_tax','0'),(175725,3715,'_order_total','208.36'),(175726,3715,'_order_version','10.0.4'),(175727,3715,'_prices_include_tax','no'),(175728,3715,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(175729,3715,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(175730,3715,'is_vat_exempt','no'),(175731,3715,'_wc_order_attribution_source_type','referral'),(175732,3715,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175733,3715,'_wc_order_attribution_utm_source','lcaportal.com'),(175734,3715,'_wc_order_attribution_utm_medium','referral'),(175735,3715,'_wc_order_attribution_utm_content','/'),(175736,3715,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175737,3715,'_wc_order_attribution_session_start_time','2025-08-16 22:56:06'),(175738,3715,'_wc_order_attribution_session_pages','4'),(175739,3715,'_wc_order_attribution_session_count','1'),(175740,3715,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(175741,3715,'_wc_order_attribution_device_type','Mobile'),(175742,3715,'Payment type','instant'),(175743,3715,'_paypal_status','completed'),(175744,3715,'_transaction_id','93E90993K2628014L'),(175745,3715,'PayPal Transaction Fee','7.76'),(175746,3715,'_date_paid','1755385269'),(175747,3715,'_paid_date','2025-08-16 23:01:09'),(175751,3716,'_order_key','wc_order_n142JiY8SuM3r'),(175752,3716,'_customer_user','90'),(175753,3716,'_payment_method','paypal'),(175754,3716,'_payment_method_title','PayPal'),(175755,3716,'_customer_ip_address','75.33.85.155'),(175756,3716,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(175757,3716,'_created_via','checkout'),(175758,3716,'_cart_hash','dac199b47ab9e9a8ab032168b1e5cce6'),(175759,3716,'_download_permissions_granted','yes'),(175760,3716,'_recorded_sales','yes'),(175761,3716,'_recorded_coupon_usage_counts','yes'),(175762,3716,'_new_order_email_sent','true'),(175763,3716,'_order_stock_reduced','yes'),(175764,3716,'_billing_first_name','Mike'),(175765,3716,'_billing_last_name','Brehm'),(175766,3716,'_billing_company','Remedy'),(175767,3716,'_billing_address_1','5258 Plainfield Ave NE'),(175768,3716,'_billing_city','Grand Rapids'),(175769,3716,'_billing_state','MI'),(175770,3716,'_billing_postcode','49525'),(175771,3716,'_billing_country','US'),(175772,3716,'_billing_email','rapunzelscorinn@gmail.com'),(175773,3716,'_billing_phone','6164504125'),(175774,3716,'_shipping_first_name','Corinn'),(175775,3716,'_shipping_last_name','Nichols'),(175776,3716,'_shipping_company','LCA Remedy'),(175777,3716,'_shipping_address_1','3500 Dean Lake Ave NE'),(175778,3716,'_shipping_city','Grand Rapids'),(175779,3716,'_shipping_state','MI'),(175780,3716,'_shipping_postcode','49525'),(175781,3716,'_shipping_country','US'),(175782,3716,'_order_currency','USD'),(175783,3716,'_cart_discount','0'),(175784,3716,'_cart_discount_tax','0'),(175785,3716,'_order_shipping','0'),(175786,3716,'_order_shipping_tax','0'),(175787,3716,'_order_tax','0'),(175788,3716,'_order_total','629.40'),(175789,3716,'_order_version','10.0.4'),(175790,3716,'_prices_include_tax','no'),(175791,3716,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(175792,3716,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(175793,3716,'is_vat_exempt','no'),(175794,3716,'_wc_order_attribution_source_type','referral'),(175795,3716,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175796,3716,'_wc_order_attribution_utm_source','lcaportal.com'),(175797,3716,'_wc_order_attribution_utm_medium','referral'),(175798,3716,'_wc_order_attribution_utm_content','/'),(175799,3716,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175800,3716,'_wc_order_attribution_session_start_time','2025-08-18 11:39:29'),(175801,3716,'_wc_order_attribution_session_pages','6'),(175802,3716,'_wc_order_attribution_session_count','1'),(175803,3716,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(175804,3716,'_wc_order_attribution_device_type','Desktop'),(175805,3716,'Payment type','instant'),(175806,3716,'_paypal_status','completed'),(175807,3716,'_transaction_id','5PT97603Y2302260V'),(175808,3716,'PayPal Transaction Fee','22.46'),(175809,3716,'_date_paid','1755523285'),(175810,3716,'_paid_date','2025-08-18 13:21:25'),(175811,3717,'_order_key','wc_order_WR2ka0eUxPNEx'),(175812,3717,'_customer_user','3'),(175813,3717,'_payment_method','paypal'),(175814,3717,'_payment_method_title','PayPal'),(175815,3717,'_customer_ip_address','99.22.146.124'),(175816,3717,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175817,3717,'_created_via','checkout'),(175818,3717,'_cart_hash','c17f07aca6cf1fa7172f5d7acb8e21c5'),(175819,3717,'_download_permissions_granted','yes'),(175820,3717,'_recorded_sales','yes'),(175821,3717,'_recorded_coupon_usage_counts','yes'),(175822,3717,'_new_order_email_sent','true'),(175823,3717,'_order_stock_reduced','yes'),(175824,3717,'_billing_first_name','amanda'),(175825,3717,'_billing_last_name','westerman'),(175826,3717,'_billing_company','Lice Clinics of America McKinney'),(175827,3717,'_billing_address_1','3120 HUDSON XING'),(175828,3717,'_billing_address_2','Suite A2'),(175829,3717,'_billing_city','MCKINNEY'),(175830,3717,'_billing_state','TX'),(175831,3717,'_billing_postcode','75070'),(175832,3717,'_billing_country','US'),(175833,3717,'_billing_email','awesterman1103@gmail.com'),(175834,3717,'_billing_phone','12144175741'),(175835,3717,'_shipping_first_name','amanda'),(175836,3717,'_shipping_last_name','westerman'),(175837,3717,'_shipping_company','Lice Clinics of America'),(175838,3717,'_shipping_address_1','1709 Damian Way'),(175839,3717,'_shipping_city','Richardson'),(175840,3717,'_shipping_state','TX'),(175841,3717,'_shipping_postcode','75081'),(175842,3717,'_shipping_country','US'),(175843,3717,'_order_currency','USD'),(175844,3717,'_cart_discount','0'),(175845,3717,'_cart_discount_tax','0'),(175846,3717,'_order_shipping','0'),(175847,3717,'_order_shipping_tax','0'),(175848,3717,'_order_tax','0'),(175849,3717,'_order_total','543.60'),(175850,3717,'_order_version','10.0.4'),(175851,3717,'_prices_include_tax','no'),(175852,3717,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(175853,3717,'_shipping_address_index','amanda westerman Lice Clinics of America 1709 Damian Way  Richardson TX 75081 US '),(175854,3717,'is_vat_exempt','no'),(175855,3717,'_wc_order_attribution_source_type','referral'),(175856,3717,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175857,3717,'_wc_order_attribution_utm_source','lcaportal.com'),(175858,3717,'_wc_order_attribution_utm_medium','referral'),(175859,3717,'_wc_order_attribution_utm_content','/'),(175860,3717,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175861,3717,'_wc_order_attribution_session_start_time','2025-08-18 13:32:27'),(175862,3717,'_wc_order_attribution_session_pages','4'),(175863,3717,'_wc_order_attribution_session_count','1'),(175864,3717,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175865,3717,'_wc_order_attribution_device_type','Desktop'),(175866,3717,'Payment type','instant'),(175867,3717,'_paypal_status','completed'),(175868,3717,'_transaction_id','4YB11955JN451370E'),(175869,3717,'PayPal Transaction Fee','19.46'),(175870,3717,'_date_paid','1755524255'),(175871,3717,'_paid_date','2025-08-18 13:37:35'),(175872,3718,'_order_key','wc_order_XkrFs4m0aZjUJ'),(175873,3718,'_customer_user','59'),(175874,3718,'_payment_method','woa-gateway'),(175875,3718,'_payment_method_title','Pre Order'),(175876,3718,'_customer_ip_address','98.57.113.157'),(175877,3718,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175878,3718,'_created_via','checkout'),(175879,3718,'_cart_hash','80eb6edf45c4c93a7e7a6e56c3bbef82'),(175880,3718,'_download_permissions_granted','no'),(175881,3718,'_recorded_sales','no'),(175882,3718,'_recorded_coupon_usage_counts','no'),(175883,3718,'_new_order_email_sent','false'),(175884,3718,'_order_stock_reduced','no'),(175885,3718,'_billing_first_name','Allison'),(175886,3718,'_billing_last_name','Anthon'),(175887,3718,'_billing_company','Lice Clinics of America Memorial City'),(175888,3718,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(175889,3718,'_billing_address_2','Apt, suite, floor, etc.'),(175890,3718,'_billing_city','TOMBALL'),(175891,3718,'_billing_state','TX'),(175892,3718,'_billing_postcode','77375'),(175893,3718,'_billing_country','US'),(175894,3718,'_billing_email','louseysolutions@gmail.com'),(175895,3718,'_billing_phone','6024008520'),(175896,3718,'_shipping_first_name','Allison'),(175897,3718,'_shipping_last_name','Anthon'),(175898,3718,'_shipping_company','LCA Memorial City'),(175899,3718,'_shipping_address_1','2831 Lakecrest River Dr.'),(175900,3718,'_shipping_city','Katy'),(175901,3718,'_shipping_state','TX'),(175902,3718,'_shipping_postcode','77493'),(175903,3718,'_shipping_country','US'),(175904,3718,'_order_currency','USD'),(175905,3718,'_cart_discount','0'),(175906,3718,'_cart_discount_tax','0'),(175907,3718,'_order_shipping','0'),(175908,3718,'_order_shipping_tax','0'),(175909,3718,'_order_tax','0'),(175910,3718,'_order_total','658.90'),(175911,3718,'_order_version','10.0.4'),(175912,3718,'_prices_include_tax','no'),(175913,3718,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(175914,3718,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(175915,3718,'is_vat_exempt','no'),(175916,3718,'_wc_order_attribution_source_type','referral'),(175917,3718,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(175918,3718,'_wc_order_attribution_utm_source','lcaportal.com'),(175919,3718,'_wc_order_attribution_utm_medium','referral'),(175920,3718,'_wc_order_attribution_utm_content','/'),(175921,3718,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(175922,3718,'_wc_order_attribution_session_start_time','2025-08-18 17:45:29'),(175923,3718,'_wc_order_attribution_session_pages','6'),(175924,3718,'_wc_order_attribution_session_count','1'),(175925,3718,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175926,3718,'_wc_order_attribution_device_type','Desktop'),(175927,3718,'_oaw_varify_key','8afa6055aaf59c9dd590'),(175928,3705,'_edit_lock','1755539649:2'),(175929,3705,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176836\";s:12:\"date_shipped\";s:10:\"1755475200\";s:11:\"tracking_id\";s:32:\"f40dcd2613e79e093a474bc7874c00a6\";}}'),(175930,3705,'_edit_last','2'),(175931,3705,'_date_completed','1755539772'),(175932,3705,'_completed_date','2025-08-18 17:56:12'),(175933,3714,'_edit_lock','1755539692:2'),(175934,3714,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177030\";s:12:\"date_shipped\";s:10:\"1755475200\";s:11:\"tracking_id\";s:32:\"cf9462fde4b751eac97bd510c237ce47\";}}'),(175935,3714,'_edit_last','2'),(175936,3714,'_date_completed','1755539816'),(175937,3714,'_completed_date','2025-08-18 17:56:56'),(175938,3715,'_edit_lock','1755539869:2'),(175939,3715,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177085\";s:12:\"date_shipped\";s:10:\"1755475200\";s:11:\"tracking_id\";s:32:\"477b348b2799cd5c200d9b7f4cd40ca9\";}}'),(175940,3715,'_edit_last','2'),(175941,3715,'_date_completed','1755539856'),(175942,3715,'_completed_date','2025-08-18 17:57:36'),(175943,3718,'_edit_lock','1755749724:2'),(175944,3711,'Payment type','instant'),(175945,3711,'_paypal_status','completed'),(175946,3711,'_transaction_id','6DT01033ET899721V'),(175947,3711,'PayPal Transaction Fee','29.96'),(175948,3711,'_date_paid','1755556917'),(175949,3711,'_paid_date','2025-08-18 22:41:57'),(175950,3690,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177236\";s:12:\"date_shipped\";s:10:\"1755561600\";s:11:\"tracking_id\";s:32:\"e81f528144ef66a0e8493402383fb95d\";}}'),(175951,3690,'_edit_last','2'),(175952,3690,'_date_completed','1755575942'),(175953,3690,'_completed_date','2025-08-19 03:59:02'),(175954,3716,'_edit_lock','1755575909:2'),(175955,3716,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177199\";s:12:\"date_shipped\";s:10:\"1755561600\";s:11:\"tracking_id\";s:32:\"47076a4990947d9bd70db58b5f9e799f\";}}'),(175956,3716,'_edit_last','2'),(175957,3716,'_date_completed','1755576036'),(175958,3716,'_completed_date','2025-08-19 04:00:36'),(175959,3717,'_edit_lock','1755605270:95'),(175960,3717,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177203\";s:12:\"date_shipped\";s:10:\"1755561600\";s:11:\"tracking_id\";s:32:\"9a9560ea359819562a6c2d41c1d7b2e4\";}}'),(175961,3717,'_edit_last','2'),(175962,3717,'_date_completed','1755576085'),(175963,3717,'_completed_date','2025-08-19 04:01:25'),(175964,3679,'_edit_lock','1755614594:2'),(175965,3679,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176402\";s:12:\"date_shipped\";s:10:\"1755043200\";s:11:\"tracking_id\";s:32:\"e096d7e5725da1fe09a771afafde912a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176413\";s:12:\"date_shipped\";s:10:\"1755043200\";s:11:\"tracking_id\";s:32:\"533f90737b18f51ce8699c7ed915d538\";}}'),(175966,3679,'_edit_last','2'),(175967,3679,'_date_completed','1755614725'),(175968,3679,'_completed_date','2025-08-19 14:45:25'),(175969,3720,'_order_key','wc_order_Il2O0KDgavM39'),(175970,3720,'_customer_user','67'),(175971,3720,'_payment_method','paypal'),(175972,3720,'_payment_method_title','PayPal'),(175973,3720,'_customer_ip_address','67.251.108.158'),(175974,3720,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(175975,3720,'_created_via','checkout'),(175976,3720,'_cart_hash','1c49b98232eca079ef3c2dcc927d91d9'),(175977,3720,'_download_permissions_granted','yes'),(175978,3720,'_recorded_sales','yes'),(175979,3720,'_recorded_coupon_usage_counts','yes'),(175980,3720,'_new_order_email_sent','true'),(175981,3720,'_order_stock_reduced','yes'),(175982,3720,'_billing_first_name','Marnie'),(175983,3720,'_billing_last_name','Murray'),(175984,3720,'_billing_company','Naughty Nits'),(175985,3720,'_billing_address_1','2809 Wehrle Drive'),(175986,3720,'_billing_address_2','Suite 10'),(175987,3720,'_billing_city','Williamsville'),(175988,3720,'_billing_state','NY'),(175989,3720,'_billing_postcode','14221'),(175990,3720,'_billing_country','US'),(175991,3720,'_billing_email','liceclinicsupstateny@gmail.com'),(175992,3720,'_billing_phone','7166265423'),(175993,3720,'_shipping_first_name','Marnie'),(175994,3720,'_shipping_last_name','Murray'),(175995,3720,'_shipping_company','LCA Buffalo'),(175996,3720,'_shipping_address_1','2809 Wehrle Drive'),(175997,3720,'_shipping_address_2','Suite 10'),(175998,3720,'_shipping_city','Williamsville'),(175999,3720,'_shipping_state','NY'),(176000,3720,'_shipping_postcode','14221'),(176001,3720,'_shipping_country','US'),(176002,3720,'_order_currency','USD'),(176003,3720,'_cart_discount','0'),(176004,3720,'_cart_discount_tax','0'),(176005,3720,'_order_shipping','0'),(176006,3720,'_order_shipping_tax','0'),(176007,3720,'_order_tax','0'),(176008,3720,'_order_total','1570.20'),(176009,3720,'_order_version','10.0.4'),(176010,3720,'_prices_include_tax','no'),(176011,3720,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(176012,3720,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(176015,3720,'_wc_order_attribution_source_type','referral'),(176016,3720,'_wc_order_attribution_referrer','https://lcaportal.com/'),(176017,3720,'_wc_order_attribution_utm_source','lcaportal.com'),(176018,3720,'_wc_order_attribution_utm_medium','referral'),(176019,3720,'_wc_order_attribution_utm_content','/'),(176020,3720,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176021,3720,'_wc_order_attribution_session_start_time','2025-08-19 15:45:13'),(176022,3720,'_wc_order_attribution_session_pages','11'),(176023,3720,'_wc_order_attribution_session_count','10'),(176024,3720,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176025,3720,'_wc_order_attribution_device_type','Desktop'),(176026,3720,'is_vat_exempt','no'),(176027,3720,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:95.200000000000003;s:35:\"product_level_based_on_tax_settings\";d:95.200000000000003;s:10:\"cart_level\";d:0;s:5:\"total\";d:95.200000000000003;s:27:\"total_based_on_tax_settings\";d:95.200000000000003;}}'),(176028,3720,'Payment type','instant'),(176029,3720,'_paypal_status','completed'),(176030,3720,'_transaction_id','9DE09045Y7408222K'),(176031,3720,'PayPal Transaction Fee','55.29'),(176032,3720,'_date_paid','1755619365'),(176033,3720,'_paid_date','2025-08-19 16:02:45'),(176034,3721,'_order_key','wc_order_ZTNhVVSAwdYYZ'),(176035,3721,'_customer_user','76'),(176036,3721,'_payment_method','paypal'),(176037,3721,'_payment_method_title','PayPal'),(176038,3721,'_customer_ip_address','73.4.217.219'),(176039,3721,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(176040,3721,'_created_via','checkout'),(176041,3721,'_cart_hash','3335139dd3996896c9d63babb399ed10'),(176042,3721,'_download_permissions_granted','yes'),(176043,3721,'_recorded_sales','yes'),(176044,3721,'_recorded_coupon_usage_counts','yes'),(176045,3721,'_new_order_email_sent','true'),(176046,3721,'_order_stock_reduced','yes'),(176047,3721,'_billing_first_name','Naomi'),(176048,3721,'_billing_last_name','Golden'),(176049,3721,'_billing_address_1','31 Mann Ave'),(176050,3721,'_billing_city','Needham'),(176051,3721,'_billing_state','MA'),(176052,3721,'_billing_postcode','02492'),(176053,3721,'_billing_country','US'),(176054,3721,'_billing_email','nrgolden6486@gmail.com'),(176055,3721,'_billing_phone','6178511322'),(176056,3721,'_shipping_first_name','Naomi'),(176057,3721,'_shipping_last_name','Golden'),(176058,3721,'_shipping_company','Lice Aunties'),(176059,3721,'_shipping_address_1','3 Baldwin Green Common'),(176060,3721,'_shipping_address_2','Suite 310'),(176061,3721,'_shipping_city','Woburn'),(176062,3721,'_shipping_state','MA'),(176063,3721,'_shipping_postcode','01801'),(176064,3721,'_shipping_country','US'),(176065,3721,'_order_currency','USD'),(176066,3721,'_cart_discount','0'),(176067,3721,'_cart_discount_tax','0'),(176068,3721,'_order_shipping','0'),(176069,3721,'_order_shipping_tax','0'),(176070,3721,'_order_tax','0'),(176071,3721,'_order_total','526.40'),(176072,3721,'_order_version','10.0.4'),(176073,3721,'_prices_include_tax','no'),(176074,3721,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(176075,3721,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(176076,3721,'is_vat_exempt','no'),(176077,3721,'_wc_order_attribution_source_type','typein'),(176078,3721,'_wc_order_attribution_utm_source','(direct)'),(176079,3721,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176080,3721,'_wc_order_attribution_session_start_time','2025-08-18 14:12:59'),(176081,3721,'_wc_order_attribution_session_pages','12'),(176082,3721,'_wc_order_attribution_session_count','2'),(176083,3721,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(176084,3721,'_wc_order_attribution_device_type','Desktop'),(176085,3721,'Payment type','instant'),(176086,3721,'_paypal_status','completed'),(176087,3721,'_transaction_id','5JL90982EX576505M'),(176088,3721,'PayPal Transaction Fee','18.86'),(176089,3721,'_date_paid','1755628116'),(176090,3721,'_paid_date','2025-08-19 18:28:36'),(176091,3722,'_order_key','wc_order_xjSFi600sQSmp'),(176092,3722,'_customer_user','65'),(176093,3722,'_payment_method','paypal'),(176094,3722,'_payment_method_title','PayPal'),(176095,3722,'_customer_ip_address','73.148.244.21'),(176096,3722,'_customer_user_agent','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'),(176097,3722,'_created_via','checkout'),(176098,3722,'_cart_hash','010cb392fd2bb3a5f4f4373c1ac0af61'),(176099,3722,'_download_permissions_granted','yes'),(176100,3722,'_recorded_sales','yes'),(176101,3722,'_recorded_coupon_usage_counts','yes'),(176102,3722,'_new_order_email_sent','true'),(176103,3722,'_order_stock_reduced','yes'),(176104,3722,'_billing_first_name','Mandy'),(176105,3722,'_billing_last_name','Ottesen'),(176106,3722,'_billing_company','Fresh Heads'),(176107,3722,'_billing_address_1','175 Dahlia Falls Drive'),(176108,3722,'_billing_city','St Johns'),(176109,3722,'_billing_state','FL'),(176110,3722,'_billing_postcode','32259'),(176111,3722,'_billing_country','US'),(176112,3722,'_billing_email','mandy@freshheadsliceremoval.com'),(176113,3722,'_billing_phone','9042353157'),(176114,3722,'_shipping_first_name','Mandy'),(176115,3722,'_shipping_last_name','Ottesen'),(176116,3722,'_shipping_address_1','13241 Bartram Park Blvd'),(176117,3722,'_shipping_address_2','1801'),(176118,3722,'_shipping_city','Jacksonville'),(176119,3722,'_shipping_state','FL'),(176120,3722,'_shipping_postcode','32258'),(176121,3722,'_shipping_country','US'),(176122,3722,'_order_currency','USD'),(176123,3722,'_cart_discount','0'),(176124,3722,'_cart_discount_tax','0'),(176125,3722,'_order_shipping','0'),(176126,3722,'_order_shipping_tax','0'),(176127,3722,'_order_tax','0'),(176128,3722,'_order_total','739.20'),(176129,3722,'_order_version','10.0.4'),(176130,3722,'_prices_include_tax','no'),(176131,3722,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(176132,3722,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(176133,3722,'is_vat_exempt','no'),(176134,3722,'_wc_order_attribution_source_type','typein'),(176135,3722,'_wc_order_attribution_utm_source','(direct)'),(176136,3722,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(176137,3722,'_wc_order_attribution_session_start_time','2025-08-20 15:45:07'),(176138,3722,'_wc_order_attribution_session_pages','8'),(176139,3722,'_wc_order_attribution_session_count','1'),(176140,3722,'_wc_order_attribution_user_agent','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'),(176141,3722,'_wc_order_attribution_device_type','Desktop'),(176142,3722,'Payment type','instant'),(176143,3722,'_paypal_status','completed'),(176144,3722,'_transaction_id','01803719BT5600614'),(176145,3722,'PayPal Transaction Fee','26.29'),(176146,3722,'_date_paid','1755705162'),(176147,3722,'_paid_date','2025-08-20 15:52:42'),(176148,3704,'_edit_lock','1755728322:2'),(176149,3706,'_edit_lock','1755728350:2'),(176150,3710,'_edit_lock','1755728378:2'),(176151,3711,'_edit_lock','1755728395:2'),(176152,3712,'_edit_lock','1755728429:2'),(176153,3704,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176814\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"faf8ad145e3f4b0446d9b6c974ba567c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800173825\";s:12:\"date_shipped\";i:1755728311;s:11:\"tracking_id\";s:32:\"05629aebbb182b9f6f61ccb5dfc31eea\";}}'),(176154,3704,'_edit_last','2'),(176155,3704,'_date_completed','1755728316'),(176156,3704,'_completed_date','2025-08-20 22:18:36'),(176157,3706,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176870\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"f6dd022001d8e9ec560a1f75561faf40\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176880\";s:12:\"date_shipped\";i:1755728341;s:11:\"tracking_id\";s:32:\"acbaac87549d1f1b54eacb8ad2f86624\";}}'),(176158,3706,'_edit_last','2'),(176159,3706,'_date_completed','1755728344'),(176160,3706,'_completed_date','2025-08-20 22:19:04'),(176161,3710,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176917\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"bfa881a5048470af71fb4e74c7cc6b87\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177928\";s:12:\"date_shipped\";i:1755728370;s:11:\"tracking_id\";s:32:\"2877bbd1883ea1979f30f6533e6a5999\";}}'),(176162,3710,'_edit_last','2'),(176163,3710,'_date_completed','1755728372'),(176164,3710,'_completed_date','2025-08-20 22:19:32'),(176165,3711,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177523\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"fe1121824aa8e5817dde6e904d198818\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177512\";s:12:\"date_shipped\";i:1755728391;s:11:\"tracking_id\";s:32:\"ac50b9abb03c8c93dc2973fe63bcdbde\";}}'),(176166,3711,'_edit_last','2'),(176167,3711,'_date_completed','1755728394'),(176168,3711,'_completed_date','2025-08-20 22:19:54'),(176169,3712,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176940\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"51222e6763edf55d18ea525dcfcf9f17\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176950\";s:12:\"date_shipped\";i:1755728411;s:11:\"tracking_id\";s:32:\"6da50c0b68da7bf3e7e8e7fe610a7234\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800176961\";s:12:\"date_shipped\";i:1755728418;s:11:\"tracking_id\";s:32:\"26b7c3c4b776f40f75a86dd9655dfe41\";}}'),(176170,3712,'_edit_last','2'),(176171,3712,'_date_completed','1755728421'),(176172,3712,'_completed_date','2025-08-20 22:20:21'),(176173,3721,'_edit_lock','1755728446:2'),(176174,3721,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177800\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"68f7d968a396a8b1891064df72bc68d4\";}}'),(176175,3721,'_edit_last','2'),(176176,3721,'_date_completed','1755728572'),(176177,3721,'_completed_date','2025-08-20 22:22:52'),(176178,3722,'_edit_lock','1755728540:2'),(176179,3722,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178004\";s:12:\"date_shipped\";s:10:\"1755648000\";s:11:\"tracking_id\";s:32:\"77d67e43d4c7de340fcd04f3aacb8ce2\";}}'),(176180,3722,'_edit_last','2'),(176181,3722,'_date_completed','1755728676'),(176182,3722,'_completed_date','2025-08-20 22:24:36'),(176184,268,'_edit_lock','1755749733:2'),(176185,268,'_edit_last','2'),(176189,3723,'_order_key','wc_order_DwE71b9JS0ZWL'),(176190,3723,'_customer_user','59'),(176191,3723,'_payment_method','paypal'),(176192,3723,'_payment_method_title','PayPal'),(176193,3723,'_customer_ip_address','73.155.170.218'),(176194,3723,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176195,3723,'_created_via','checkout'),(176196,3723,'_cart_hash','3589b2703bcb5174c7b234407039078a'),(176197,3723,'_download_permissions_granted','yes'),(176198,3723,'_recorded_sales','yes'),(176199,3723,'_recorded_coupon_usage_counts','yes'),(176200,3723,'_new_order_email_sent','true'),(176201,3723,'_order_stock_reduced','yes'),(176202,3723,'_billing_first_name','Allison'),(176203,3723,'_billing_last_name','Anthon'),(176204,3723,'_billing_company','Lice Clinics of America Memorial City'),(176205,3723,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(176206,3723,'_billing_address_2','Apt, suite, floor, etc.'),(176207,3723,'_billing_city','TOMBALL'),(176208,3723,'_billing_state','TX'),(176209,3723,'_billing_postcode','77375'),(176210,3723,'_billing_country','US'),(176211,3723,'_billing_email','louseysolutions@gmail.com'),(176212,3723,'_billing_phone','6024008520'),(176213,3723,'_shipping_first_name','Allison'),(176214,3723,'_shipping_last_name','Anthon'),(176215,3723,'_shipping_company','LCA Memorial City'),(176216,3723,'_shipping_address_1','2831 Lakecrest River Dr.'),(176217,3723,'_shipping_city','Katy'),(176218,3723,'_shipping_state','TX'),(176219,3723,'_shipping_postcode','77493'),(176220,3723,'_shipping_country','US'),(176221,3723,'_order_currency','USD'),(176222,3723,'_cart_discount','0'),(176223,3723,'_cart_discount_tax','0'),(176224,3723,'_order_shipping','0'),(176225,3723,'_order_shipping_tax','0'),(176226,3723,'_order_tax','0'),(176227,3723,'_order_total','1053.30'),(176228,3723,'_order_version','10.0.4'),(176229,3723,'_prices_include_tax','no'),(176230,3723,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(176231,3723,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(176232,3723,'is_vat_exempt','no'),(176233,3723,'_wc_order_attribution_source_type','referral'),(176234,3723,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(176235,3723,'_wc_order_attribution_utm_source','lcaportal.com'),(176236,3723,'_wc_order_attribution_utm_medium','referral'),(176237,3723,'_wc_order_attribution_utm_content','/'),(176238,3723,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176239,3723,'_wc_order_attribution_session_start_time','2025-08-21 15:26:18'),(176240,3723,'_wc_order_attribution_session_pages','1'),(176241,3723,'_wc_order_attribution_session_count','2'),(176242,3723,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176243,3723,'_wc_order_attribution_device_type','Desktop'),(176244,3723,'Payment type','instant'),(176245,3723,'_paypal_status','completed'),(176246,3723,'_transaction_id','9LU06467E6229184B'),(176247,3723,'PayPal Transaction Fee','37.25'),(176248,3723,'_date_paid','1755794263'),(176249,3723,'_paid_date','2025-08-21 16:37:43'),(176250,3662,'Payment type','instant'),(176251,3662,'_paypal_status','completed'),(176252,3662,'_transaction_id','28581697V1490160H'),(176253,3662,'PayPal Transaction Fee','78.82'),(176254,3662,'_date_paid','1755803567'),(176255,3662,'_paid_date','2025-08-21 19:12:47'),(176256,3724,'_order_key','wc_order_iSNlFHPOJOXwS'),(176257,3724,'_customer_user','82'),(176258,3724,'_payment_method','paypal'),(176259,3724,'_payment_method_title','PayPal'),(176260,3724,'_customer_ip_address','72.203.211.103'),(176261,3724,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(176262,3724,'_created_via','checkout'),(176263,3724,'_cart_hash','3c3c1ed60d457df038d498e0a2ac8c83'),(176264,3724,'_download_permissions_granted','yes'),(176265,3724,'_recorded_sales','yes'),(176266,3724,'_recorded_coupon_usage_counts','yes'),(176267,3724,'_new_order_email_sent','true'),(176268,3724,'_order_stock_reduced','yes'),(176269,3724,'_billing_first_name','Sonny'),(176270,3724,'_billing_last_name','Le'),(176271,3724,'_billing_address_1','10710 Viognier Ter'),(176272,3724,'_billing_city','Fairfax'),(176273,3724,'_billing_state','VA'),(176274,3724,'_billing_postcode','22030'),(176275,3724,'_billing_country','US'),(176276,3724,'_billing_email','sonnynguyenle@gmail.com'),(176277,3724,'_billing_phone','5712057863'),(176278,3724,'_shipping_first_name','SONNY'),(176279,3724,'_shipping_last_name','LE'),(176280,3724,'_shipping_address_1','10710 VIOGNIER TER'),(176281,3724,'_shipping_city','FAIRFAX'),(176282,3724,'_shipping_state','VA'),(176283,3724,'_shipping_postcode','22030'),(176284,3724,'_shipping_country','US'),(176285,3724,'_order_currency','USD'),(176286,3724,'_cart_discount','0'),(176287,3724,'_cart_discount_tax','0'),(176288,3724,'_order_shipping','0'),(176289,3724,'_order_shipping_tax','0'),(176290,3724,'_order_tax','0'),(176291,3724,'_order_total','3316.71'),(176292,3724,'_order_version','10.0.4'),(176293,3724,'_prices_include_tax','no'),(176294,3724,'_billing_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US sonnynguyenle@gmail.com 5712057863'),(176295,3724,'_shipping_address_index','SONNY LE  10710 VIOGNIER TER  FAIRFAX VA 22030 US '),(176296,3724,'is_vat_exempt','no'),(176297,3724,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:227.696;s:35:\"product_level_based_on_tax_settings\";d:227.696;s:10:\"cart_level\";d:0;s:5:\"total\";d:227.696;s:27:\"total_based_on_tax_settings\";d:227.696;}}'),(176298,3724,'_wc_order_attribution_source_type','typein'),(176299,3724,'_wc_order_attribution_utm_source','(direct)'),(176300,3724,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176301,3724,'_wc_order_attribution_session_start_time','2025-08-21 20:43:39'),(176302,3724,'_wc_order_attribution_session_pages','6'),(176303,3724,'_wc_order_attribution_session_count','1'),(176304,3724,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(176305,3724,'_wc_order_attribution_device_type','Desktop'),(176306,3724,'Payment type','instant'),(176307,3724,'_paypal_status','completed'),(176308,3724,'_transaction_id','9GG16335RD329073R'),(176309,3724,'PayPal Transaction Fee','116.24'),(176310,3724,'_date_paid','1755810119'),(176311,3724,'_paid_date','2025-08-21 21:01:59'),(176312,3725,'_order_key','wc_order_7sX7c0ThGnTXc'),(176313,3725,'_customer_user','76'),(176314,3725,'_payment_method','paypal'),(176315,3725,'_payment_method_title','PayPal'),(176316,3725,'_customer_ip_address','73.4.217.219'),(176317,3725,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(176318,3725,'_created_via','checkout'),(176319,3725,'_cart_hash','aedacabc14baf461aaed44465b2aaa3f'),(176320,3725,'_download_permissions_granted','yes'),(176321,3725,'_recorded_sales','yes'),(176322,3725,'_recorded_coupon_usage_counts','yes'),(176323,3725,'_new_order_email_sent','true'),(176324,3725,'_order_stock_reduced','yes'),(176325,3725,'_billing_first_name','Naomi'),(176326,3725,'_billing_last_name','Golden'),(176327,3725,'_billing_address_1','31 Mann Ave'),(176328,3725,'_billing_city','Needham'),(176329,3725,'_billing_state','MA'),(176330,3725,'_billing_postcode','02492'),(176331,3725,'_billing_country','US'),(176332,3725,'_billing_email','nrgolden6486@gmail.com'),(176333,3725,'_billing_phone','6178511322'),(176334,3725,'_shipping_first_name','Naomi'),(176335,3725,'_shipping_last_name','Golden'),(176336,3725,'_shipping_company','Lice Clnics of America'),(176337,3725,'_shipping_address_1','111 Center Street'),(176338,3725,'_shipping_city','Middleborough'),(176339,3725,'_shipping_state','MA'),(176340,3725,'_shipping_postcode','02346'),(176341,3725,'_shipping_country','US'),(176342,3725,'_order_currency','USD'),(176343,3725,'_cart_discount','0'),(176344,3725,'_cart_discount_tax','0'),(176345,3725,'_order_shipping','0'),(176346,3725,'_order_shipping_tax','0'),(176347,3725,'_order_tax','0'),(176348,3725,'_order_total','874.30'),(176349,3725,'_order_version','10.0.4'),(176350,3725,'_prices_include_tax','no'),(176351,3725,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(176352,3725,'_shipping_address_index','Naomi Golden Lice Clnics of America 111 Center Street  Middleborough MA 02346 US '),(176353,3725,'is_vat_exempt','no'),(176354,3725,'_wc_order_attribution_source_type','typein'),(176355,3725,'_wc_order_attribution_utm_source','(direct)'),(176356,3725,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(176357,3725,'_wc_order_attribution_session_start_time','2025-08-22 13:31:10'),(176358,3725,'_wc_order_attribution_session_pages','9'),(176359,3725,'_wc_order_attribution_session_count','1'),(176360,3725,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(176361,3725,'_wc_order_attribution_device_type','Desktop'),(176362,3725,'Payment type','instant'),(176363,3725,'_paypal_status','completed'),(176364,3725,'_transaction_id','71C08729XL189854S'),(176365,3725,'PayPal Transaction Fee','31.00'),(176366,3725,'_date_paid','1755870448'),(176367,3725,'_paid_date','2025-08-22 13:47:28'),(176368,3726,'_order_key','wc_order_mldtZ2CrRsavn'),(176369,3726,'_customer_user','100'),(176370,3726,'_payment_method','paypal'),(176371,3726,'_payment_method_title','PayPal'),(176372,3726,'_customer_ip_address','12.75.116.79'),(176373,3726,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(176374,3726,'_created_via','checkout'),(176375,3726,'_cart_hash','16dbe27a6d90f08706199696ce2e3b47'),(176376,3726,'_download_permissions_granted','no'),(176377,3726,'_recorded_sales','no'),(176378,3726,'_recorded_coupon_usage_counts','no'),(176379,3726,'_new_order_email_sent','false'),(176380,3726,'_order_stock_reduced','no'),(176381,3726,'_billing_first_name','Michael'),(176382,3726,'_billing_last_name','Beckman'),(176383,3726,'_billing_address_1','921 Moraga Ave'),(176384,3726,'_billing_city','Piedmont'),(176385,3726,'_billing_state','CA'),(176386,3726,'_billing_postcode','94611'),(176387,3726,'_billing_country','US'),(176388,3726,'_billing_email','licetoknowyou@gmail.com'),(176389,3726,'_billing_phone','8585314583'),(176390,3726,'_shipping_first_name','Chelsey'),(176391,3726,'_shipping_last_name','Watkins'),(176392,3726,'_shipping_company','Lice Clinics of America - Sunnyvale'),(176393,3726,'_shipping_address_1','958 Redmond ave'),(176394,3726,'_shipping_city','San Jose'),(176395,3726,'_shipping_state','CA'),(176396,3726,'_shipping_postcode','95120'),(176397,3726,'_shipping_country','US'),(176398,3726,'_order_currency','USD'),(176399,3726,'_cart_discount','0'),(176400,3726,'_cart_discount_tax','0'),(176401,3726,'_order_shipping','74.51'),(176402,3726,'_order_shipping_tax','0'),(176403,3726,'_order_tax','0'),(176404,3726,'_order_total','529.21'),(176405,3726,'_order_version','10.0.4'),(176406,3726,'_prices_include_tax','no'),(176407,3726,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(176408,3726,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(176409,3726,'is_vat_exempt','no'),(176410,3726,'_wc_order_attribution_source_type','referral'),(176411,3726,'_wc_order_attribution_referrer','https://lcaportal.com/'),(176412,3726,'_wc_order_attribution_utm_source','lcaportal.com'),(176413,3726,'_wc_order_attribution_utm_medium','referral'),(176414,3726,'_wc_order_attribution_utm_content','/'),(176415,3726,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176416,3726,'_wc_order_attribution_session_start_time','2025-08-22 16:14:28'),(176417,3726,'_wc_order_attribution_session_pages','4'),(176418,3726,'_wc_order_attribution_session_count','9'),(176419,3726,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(176420,3726,'_wc_order_attribution_device_type','Desktop'),(176421,3720,'_edit_lock','1755898096:2'),(176422,3720,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177670\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"25460a505490bd92fc50564c22bb5e7c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177681\";s:12:\"date_shipped\";i:1755898210;s:11:\"tracking_id\";s:32:\"fbafce5b992bc798299854e1f316532b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177692\";s:12:\"date_shipped\";i:1755898215;s:11:\"tracking_id\";s:32:\"f0e90749b8e80a754cebf39eac869092\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800177707\";s:12:\"date_shipped\";i:1755898220;s:11:\"tracking_id\";s:32:\"8c432f08b0ee48d02c1c0c19a7df1224\";}}'),(176423,3720,'_edit_last','2'),(176424,3720,'_date_completed','1755898222'),(176425,3720,'_completed_date','2025-08-22 21:30:22'),(176426,3723,'_edit_lock','1755898319:2'),(176427,3723,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178070\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"ba41c00c0ca87e294d5958b233eaf336\";}}'),(176428,3723,'_edit_last','2'),(176429,3723,'_date_completed','1755898376'),(176430,3723,'_completed_date','2025-08-22 21:32:56'),(176431,3724,'_edit_lock','1755898519:2'),(176432,3724,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178200\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"066961d328ae90f66fd01b0e7da77d91\";}}'),(176433,3724,'_edit_last','2'),(176434,3724,'_date_completed','1755898511'),(176435,3724,'_completed_date','2025-08-22 21:35:11'),(176436,3725,'_edit_lock','1755898412:2'),(176437,3725,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178357\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"49e6564d875cac71632ec4fb69063849\";}}'),(176438,3725,'_edit_last','2'),(176439,3725,'_date_completed','1755898547'),(176440,3725,'_completed_date','2025-08-22 21:35:47'),(176441,3727,'_order_key','wc_order_MF7c5nJWQvent'),(176442,3727,'_customer_user','54'),(176443,3727,'_payment_method','paypal'),(176444,3727,'_payment_method_title','PayPal'),(176445,3727,'_customer_ip_address','76.157.247.238'),(176446,3727,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(176447,3727,'_created_via','checkout'),(176448,3727,'_cart_hash','70f3f95edf975d10a81d4dd442553624'),(176449,3727,'_download_permissions_granted','yes'),(176450,3727,'_recorded_sales','yes'),(176451,3727,'_recorded_coupon_usage_counts','yes'),(176452,3727,'_new_order_email_sent','true'),(176453,3727,'_order_stock_reduced','yes'),(176454,3727,'_billing_first_name','Erin'),(176455,3727,'_billing_last_name','Hawn'),(176456,3727,'_billing_address_1','10 W Phillip Rd'),(176457,3727,'_billing_address_2','Suite 123'),(176458,3727,'_billing_city','Vernon Hills'),(176459,3727,'_billing_state','IL'),(176460,3727,'_billing_postcode','60061'),(176461,3727,'_billing_country','US'),(176462,3727,'_billing_email','info@liceclinicsvernonhills.com'),(176463,3727,'_billing_phone','8475960408'),(176464,3727,'_shipping_first_name','Erin'),(176465,3727,'_shipping_last_name','Hawn'),(176466,3727,'_shipping_address_1','1491 S Amarias Dr'),(176467,3727,'_shipping_city','Round lake'),(176468,3727,'_shipping_state','IL'),(176469,3727,'_shipping_postcode','60073'),(176470,3727,'_shipping_country','US'),(176471,3727,'_order_currency','USD'),(176472,3727,'_cart_discount','0'),(176473,3727,'_cart_discount_tax','0'),(176474,3727,'_order_shipping','0'),(176475,3727,'_order_shipping_tax','0'),(176476,3727,'_order_tax','0'),(176477,3727,'_order_total','723.80'),(176478,3727,'_order_version','10.0.4'),(176479,3727,'_prices_include_tax','no'),(176480,3727,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(176481,3727,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(176482,3727,'is_vat_exempt','no'),(176483,3727,'_wc_order_attribution_source_type','typein'),(176484,3727,'_wc_order_attribution_utm_source','(direct)'),(176485,3727,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176486,3727,'_wc_order_attribution_session_start_time','2025-08-11 14:35:53'),(176487,3727,'_wc_order_attribution_session_pages','1'),(176488,3727,'_wc_order_attribution_session_count','3'),(176489,3727,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(176490,3727,'_wc_order_attribution_device_type','Desktop'),(176491,3727,'Payment type','instant'),(176492,3727,'_paypal_status','completed'),(176493,3727,'_transaction_id','4FK07693SY664102U'),(176494,3727,'PayPal Transaction Fee','25.75'),(176495,3727,'_date_paid','1756153141'),(176496,3727,'_paid_date','2025-08-25 20:19:01'),(176497,3728,'_order_key','wc_order_POZKzPbWveKQI'),(176498,3728,'_customer_user','100'),(176499,3728,'_payment_method','paypal'),(176500,3728,'_payment_method_title','PayPal'),(176501,3728,'_customer_ip_address','73.158.157.52'),(176502,3728,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(176503,3728,'_created_via','checkout'),(176504,3728,'_cart_hash','16dbe27a6d90f08706199696ce2e3b47'),(176505,3728,'_download_permissions_granted','yes'),(176506,3728,'_recorded_sales','yes'),(176507,3728,'_recorded_coupon_usage_counts','yes'),(176508,3728,'_new_order_email_sent','true'),(176509,3728,'_order_stock_reduced','yes'),(176510,3728,'_billing_first_name','Michael'),(176511,3728,'_billing_last_name','Beckman'),(176512,3728,'_billing_address_1','921 Moraga Ave'),(176513,3728,'_billing_city','Piedmont'),(176514,3728,'_billing_state','CA'),(176515,3728,'_billing_postcode','94611'),(176516,3728,'_billing_country','US'),(176517,3728,'_billing_email','licetoknowyou@gmail.com'),(176518,3728,'_billing_phone','8585314583'),(176519,3728,'_shipping_first_name','Chelsey'),(176520,3728,'_shipping_last_name','Watkins'),(176521,3728,'_shipping_company','Lice Clinics of America - Sunnyvale'),(176522,3728,'_shipping_address_1','958 Redmond ave'),(176523,3728,'_shipping_city','San Jose'),(176524,3728,'_shipping_state','CA'),(176525,3728,'_shipping_postcode','95120'),(176526,3728,'_shipping_country','US'),(176527,3728,'_order_currency','USD'),(176528,3728,'_cart_discount','0'),(176529,3728,'_cart_discount_tax','0'),(176530,3728,'_order_shipping','74.51'),(176531,3728,'_order_shipping_tax','0'),(176532,3728,'_order_tax','0'),(176533,3728,'_order_total','529.21'),(176534,3728,'_order_version','10.0.4'),(176535,3728,'_prices_include_tax','no'),(176536,3728,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(176537,3728,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(176538,3728,'is_vat_exempt','no'),(176539,3728,'_wc_order_attribution_source_type','referral'),(176540,3728,'_wc_order_attribution_referrer','https://lcaportal.com/'),(176541,3728,'_wc_order_attribution_utm_source','lcaportal.com'),(176542,3728,'_wc_order_attribution_utm_medium','referral'),(176543,3728,'_wc_order_attribution_utm_content','/'),(176544,3728,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176545,3728,'_wc_order_attribution_session_start_time','2025-08-26 03:31:53'),(176546,3728,'_wc_order_attribution_session_pages','4'),(176547,3728,'_wc_order_attribution_session_count','10'),(176548,3728,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(176549,3728,'_wc_order_attribution_device_type','Desktop'),(176550,3728,'Payment type','instant'),(176551,3728,'_paypal_status','completed'),(176552,3728,'_transaction_id','3D278966N5615522N'),(176553,3728,'PayPal Transaction Fee','18.96'),(176554,3728,'_date_paid','1756179168'),(176555,3728,'_paid_date','2025-08-26 03:32:48'),(176556,3662,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178380\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"b1a5be900fbdb12785c57e3a6d55d8d3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178390\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"58188a83936337839fc667a872971715\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178405\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"72a8087852cdd5e0769b1db26c9a8c7e\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178416\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"4a589da4d7f7018b493afbc3efeeca94\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178427\";s:12:\"date_shipped\";s:10:\"1755820800\";s:11:\"tracking_id\";s:32:\"a8f73f3d0017dbc0bc316f876278a468\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178379\";s:12:\"date_shipped\";i:1756222356;s:11:\"tracking_id\";s:32:\"3c7d8eb3c56233482e82a51a90d1fa7d\";}}'),(176557,3662,'_date_completed','1756222683'),(176558,3662,'_completed_date','2025-08-26 15:38:03'),(176559,3729,'_order_key','wc_order_GYIvFwNxuDL2e'),(176560,3729,'_customer_user','6'),(176561,3729,'_payment_method','paypal'),(176562,3729,'_payment_method_title','PayPal'),(176563,3729,'_customer_ip_address','98.41.41.47'),(176564,3729,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(176565,3729,'_created_via','checkout'),(176566,3729,'_cart_hash','51889e24439f1d4f8574e79d36270dfb'),(176567,3729,'_download_permissions_granted','yes'),(176568,3729,'_recorded_sales','yes'),(176569,3729,'_recorded_coupon_usage_counts','yes'),(176570,3729,'_new_order_email_sent','true'),(176571,3729,'_order_stock_reduced','yes'),(176572,3729,'_billing_first_name','Amira'),(176573,3729,'_billing_last_name','Purto'),(176574,3729,'_billing_address_1','2520 Chandon Circle'),(176575,3729,'_billing_city','Modesto'),(176576,3729,'_billing_state','CA'),(176577,3729,'_billing_postcode','95355'),(176578,3729,'_billing_country','US'),(176579,3729,'_billing_email','amira77@sbcglobal.net'),(176580,3729,'_billing_phone','2096422061'),(176581,3729,'_shipping_first_name','Amira'),(176582,3729,'_shipping_last_name','Purto'),(176583,3729,'_shipping_address_1','2520 Chandon Circle'),(176584,3729,'_shipping_city','Modesto'),(176585,3729,'_shipping_state','CA'),(176586,3729,'_shipping_postcode','95355'),(176587,3729,'_shipping_country','US'),(176588,3729,'_order_currency','USD'),(176589,3729,'_cart_discount','0'),(176590,3729,'_cart_discount_tax','0'),(176591,3729,'_order_shipping','0'),(176592,3729,'_order_shipping_tax','0'),(176593,3729,'_order_tax','0'),(176594,3729,'_order_total','1036.80'),(176595,3729,'_order_version','10.0.4'),(176596,3729,'_prices_include_tax','no'),(176597,3729,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(176598,3729,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(176599,3729,'is_vat_exempt','no'),(176600,3729,'_wc_order_attribution_source_type','typein'),(176601,3729,'_wc_order_attribution_utm_source','(direct)'),(176602,3729,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176603,3729,'_wc_order_attribution_session_start_time','2025-08-27 00:05:18'),(176604,3729,'_wc_order_attribution_session_pages','2'),(176605,3729,'_wc_order_attribution_session_count','2'),(176606,3729,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36'),(176607,3729,'_wc_order_attribution_device_type','Desktop'),(176608,3729,'Payment type','instant'),(176609,3729,'_paypal_status','completed'),(176610,3729,'_transaction_id','43R881183W591361Y'),(176611,3729,'PayPal Transaction Fee','36.67'),(176612,3729,'_date_paid','1756257416'),(176613,3729,'_paid_date','2025-08-27 01:16:56'),(176614,3730,'_order_key','wc_order_Ye8OCI6KSWvBB'),(176615,3730,'_customer_user','7'),(176616,3730,'_payment_method','paypal'),(176617,3730,'_payment_method_title','PayPal'),(176618,3730,'_customer_ip_address','71.93.225.128'),(176619,3730,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(176620,3730,'_created_via','checkout'),(176621,3730,'_cart_hash','537d888697a24362e2e68503d60882e7'),(176622,3730,'_download_permissions_granted','yes'),(176623,3730,'_recorded_sales','yes'),(176624,3730,'_recorded_coupon_usage_counts','yes'),(176625,3730,'_new_order_email_sent','true'),(176626,3730,'_order_stock_reduced','yes'),(176627,3730,'_billing_first_name','Amy'),(176628,3730,'_billing_last_name','Allen'),(176629,3730,'_billing_company','Lice Clinics Of America'),(176630,3730,'_billing_address_1','30 Hummingbird Court'),(176631,3730,'_billing_city','Hollister'),(176632,3730,'_billing_state','CA'),(176633,3730,'_billing_postcode','95023'),(176634,3730,'_billing_country','US'),(176635,3730,'_billing_email','lca.gilroy@gmail.com'),(176636,3730,'_billing_phone','4085005537'),(176637,3730,'_shipping_first_name','Amy'),(176638,3730,'_shipping_last_name','Allen'),(176639,3730,'_shipping_company','Lice Clinics Of America - Gilroy'),(176640,3730,'_shipping_address_1','7680 Monterey St Ste 104'),(176641,3730,'_shipping_city','Gilroy'),(176642,3730,'_shipping_state','CA'),(176643,3730,'_shipping_postcode','95020'),(176644,3730,'_shipping_country','US'),(176645,3730,'_order_currency','USD'),(176646,3730,'_cart_discount','0'),(176647,3730,'_cart_discount_tax','0'),(176648,3730,'_order_shipping','0'),(176649,3730,'_order_shipping_tax','0'),(176650,3730,'_order_tax','0'),(176651,3730,'_order_total','1620.80'),(176652,3730,'_order_version','10.0.4'),(176653,3730,'_prices_include_tax','no'),(176654,3730,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(176655,3730,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(176656,3730,'is_vat_exempt','no'),(176657,3730,'_wc_order_attribution_source_type','referral'),(176658,3730,'_wc_order_attribution_referrer','https://www.paypal.com/'),(176659,3730,'_wc_order_attribution_utm_source','paypal.com'),(176660,3730,'_wc_order_attribution_utm_medium','referral'),(176661,3730,'_wc_order_attribution_utm_content','/'),(176662,3730,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/?cancel_order=true&order=wc_order_ozpW3jgl44r9E&order_id=3404&redirect&_wpnonce=d38a035837'),(176663,3730,'_wc_order_attribution_session_start_time','2025-05-12 20:43:39'),(176664,3730,'_wc_order_attribution_session_pages','6'),(176665,3730,'_wc_order_attribution_session_count','20'),(176666,3730,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(176667,3730,'_wc_order_attribution_device_type','Desktop'),(176668,3730,'Payment type','instant'),(176669,3730,'_paypal_status','completed'),(176670,3730,'_transaction_id','90W50461344892257'),(176671,3730,'PayPal Transaction Fee','57.06'),(176672,3730,'_date_paid','1756313789'),(176673,3730,'_paid_date','2025-08-27 16:56:29'),(176674,3731,'_order_key','wc_order_U9eX8oNSrykRd'),(176675,3731,'_customer_user','3'),(176676,3731,'_payment_method','paypal'),(176677,3731,'_payment_method_title','PayPal'),(176678,3731,'_customer_ip_address','99.22.146.124'),(176679,3731,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176680,3731,'_created_via','checkout'),(176681,3731,'_cart_hash','41357f20d210fbbd99d6441711e65455'),(176682,3731,'_download_permissions_granted','yes'),(176683,3731,'_recorded_sales','yes'),(176684,3731,'_recorded_coupon_usage_counts','yes'),(176685,3731,'_new_order_email_sent','true'),(176686,3731,'_order_stock_reduced','yes'),(176687,3731,'_billing_first_name','amanda'),(176688,3731,'_billing_last_name','westerman'),(176689,3731,'_billing_company','Lice Clinics of America McKinney'),(176690,3731,'_billing_address_1','3120 HUDSON XING'),(176691,3731,'_billing_address_2','Suite A2'),(176692,3731,'_billing_city','MCKINNEY'),(176693,3731,'_billing_state','TX'),(176694,3731,'_billing_postcode','75070'),(176695,3731,'_billing_country','US'),(176696,3731,'_billing_email','awesterman1103@gmail.com'),(176697,3731,'_billing_phone','12144175741'),(176698,3731,'_shipping_first_name','amanda'),(176699,3731,'_shipping_last_name','westerman'),(176700,3731,'_shipping_company','Lice Clinics of America'),(176701,3731,'_shipping_address_1','3120 HUDSON XING'),(176702,3731,'_shipping_address_2','Suite A2'),(176703,3731,'_shipping_city','MCKINNEY'),(176704,3731,'_shipping_state','TX'),(176705,3731,'_shipping_postcode','75070'),(176706,3731,'_shipping_country','US'),(176707,3731,'_order_currency','USD'),(176708,3731,'_cart_discount','0'),(176709,3731,'_cart_discount_tax','0'),(176710,3731,'_order_shipping','0'),(176711,3731,'_order_shipping_tax','0'),(176712,3731,'_order_tax','0'),(176713,3731,'_order_total','611.40'),(176714,3731,'_order_version','10.0.4'),(176715,3731,'_prices_include_tax','no'),(176716,3731,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(176717,3731,'_shipping_address_index','amanda westerman Lice Clinics of America 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(176718,3731,'is_vat_exempt','no'),(176719,3731,'_wc_order_attribution_source_type','referral'),(176720,3731,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(176721,3731,'_wc_order_attribution_utm_source','lcaportal.com'),(176722,3731,'_wc_order_attribution_utm_medium','referral'),(176723,3731,'_wc_order_attribution_utm_content','/'),(176724,3731,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176725,3731,'_wc_order_attribution_session_start_time','2025-08-27 17:46:43'),(176726,3731,'_wc_order_attribution_session_pages','3'),(176727,3731,'_wc_order_attribution_session_count','6'),(176728,3731,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176729,3731,'_wc_order_attribution_device_type','Desktop'),(176730,3731,'Payment type','instant'),(176731,3731,'_paypal_status','completed'),(176732,3731,'_transaction_id','1F61399355765790F'),(176733,3731,'PayPal Transaction Fee','21.83'),(176734,3731,'_date_paid','1756318958'),(176735,3731,'_paid_date','2025-08-27 18:22:38'),(176736,3732,'_order_key','wc_order_eGTjm1aDg4u0X'),(176737,3732,'_customer_user','4'),(176738,3732,'_payment_method','paypal'),(176739,3732,'_payment_method_title','PayPal'),(176740,3732,'_customer_ip_address','73.20.28.23'),(176741,3732,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176742,3732,'_created_via','checkout'),(176743,3732,'_cart_hash','9af7ede74dfc399f15c10c42ff7e4c69'),(176744,3732,'_download_permissions_granted','yes'),(176745,3732,'_recorded_sales','yes'),(176746,3732,'_recorded_coupon_usage_counts','yes'),(176747,3732,'_new_order_email_sent','true'),(176748,3732,'_order_stock_reduced','yes'),(176749,3732,'_billing_first_name','David'),(176750,3732,'_billing_last_name','Washburn'),(176751,3732,'_billing_company','Larada Sciences (LCA)'),(176752,3732,'_billing_address_1','4873 South State St.'),(176753,3732,'_billing_city','Murray'),(176754,3732,'_billing_state','UT'),(176755,3732,'_billing_postcode','84107'),(176756,3732,'_billing_country','US'),(176757,3732,'_billing_email','david@laradasciences.com'),(176758,3732,'_billing_phone','8019197428'),(176759,3732,'_shipping_first_name','David'),(176760,3732,'_shipping_last_name','Washburn'),(176761,3732,'_shipping_company','Larada Sciences (LCA)'),(176762,3732,'_shipping_address_1','4873 South State St.'),(176763,3732,'_shipping_city','Murray'),(176764,3732,'_shipping_state','UT'),(176765,3732,'_shipping_postcode','84107'),(176766,3732,'_shipping_country','US'),(176767,3732,'_order_currency','USD'),(176768,3732,'_cart_discount','0'),(176769,3732,'_cart_discount_tax','0'),(176770,3732,'_order_shipping','0'),(176771,3732,'_order_shipping_tax','0'),(176772,3732,'_order_tax','0'),(176773,3732,'_order_total','630.60'),(176774,3732,'_order_version','10.0.4'),(176775,3732,'_prices_include_tax','no'),(176776,3732,'_billing_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US david@laradasciences.com 8019197428'),(176777,3732,'_shipping_address_index','David Washburn Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(176778,3732,'is_vat_exempt','no'),(176779,3732,'_wc_order_attribution_source_type','referral'),(176780,3732,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(176781,3732,'_wc_order_attribution_utm_source','lcaportal.com'),(176782,3732,'_wc_order_attribution_utm_medium','referral'),(176783,3732,'_wc_order_attribution_utm_content','/'),(176784,3732,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176785,3732,'_wc_order_attribution_session_start_time','2025-08-27 20:13:14'),(176786,3732,'_wc_order_attribution_session_pages','6'),(176787,3732,'_wc_order_attribution_session_count','1'),(176788,3732,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176789,3732,'_wc_order_attribution_device_type','Desktop'),(176790,3732,'_oaw_varify_key','b74f996b1dfe0ce71af8'),(176791,3732,'_edit_lock','1757097795:2'),(176792,3732,'_edit_last','2'),(176794,3734,'_order_key','wc_order_kYOx0l1WxMf5l'),(176795,3734,'_customer_user','92'),(176796,3734,'_payment_method','paypal'),(176797,3734,'_payment_method_title','PayPal'),(176798,3734,'_customer_ip_address','99.113.38.110'),(176799,3734,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176800,3734,'_created_via','checkout'),(176801,3734,'_cart_hash','713b2cb808901a5b7a316874399646ff'),(176802,3734,'_download_permissions_granted','yes'),(176803,3734,'_recorded_sales','yes'),(176804,3734,'_recorded_coupon_usage_counts','yes'),(176805,3734,'_new_order_email_sent','true'),(176806,3734,'_order_stock_reduced','yes'),(176807,3734,'_billing_first_name','Michelle'),(176808,3734,'_billing_last_name','Du'),(176809,3734,'_billing_company','LCA Fremont'),(176810,3734,'_billing_address_1','31372 Mackinaw Street'),(176811,3734,'_billing_city','Union City'),(176812,3734,'_billing_state','CA'),(176813,3734,'_billing_postcode','94587'),(176814,3734,'_billing_country','US'),(176815,3734,'_billing_email','liceclinicsfremont@gmail.com'),(176816,3734,'_billing_phone','510-770-4394'),(176817,3734,'_shipping_first_name','Michelle'),(176818,3734,'_shipping_last_name','Du'),(176819,3734,'_shipping_company','LCA Fremont'),(176820,3734,'_shipping_address_1','31372 Mackinaw Street'),(176821,3734,'_shipping_city','Union City'),(176822,3734,'_shipping_state','CA'),(176823,3734,'_shipping_postcode','94587'),(176824,3734,'_shipping_country','US'),(176825,3734,'_order_currency','USD'),(176826,3734,'_cart_discount','0'),(176827,3734,'_cart_discount_tax','0'),(176828,3734,'_order_shipping','0'),(176829,3734,'_order_shipping_tax','0'),(176830,3734,'_order_tax','0'),(176831,3734,'_order_total','1049.82'),(176832,3734,'_order_version','10.0.4'),(176833,3734,'_prices_include_tax','no'),(176834,3734,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US liceclinicsfremont@gmail.com 510-770-4394'),(176835,3734,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(176836,3734,'is_vat_exempt','no'),(176837,3734,'_wc_order_attribution_source_type','typein'),(176838,3734,'_wc_order_attribution_utm_source','(direct)'),(176839,3734,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176840,3734,'_wc_order_attribution_session_start_time','2025-08-28 18:16:08'),(176841,3734,'_wc_order_attribution_session_pages','14'),(176842,3734,'_wc_order_attribution_session_count','1'),(176843,3734,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176844,3734,'_wc_order_attribution_device_type','Desktop'),(176845,3734,'Payment type','instant'),(176846,3734,'_paypal_status','completed'),(176847,3734,'_transaction_id','9KX55230UR470700K'),(176848,3734,'PayPal Transaction Fee','37.13'),(176849,3734,'_date_paid','1756406990'),(176850,3734,'_paid_date','2025-08-28 18:49:50'),(176851,3729,'_edit_lock','1756412251:2'),(176852,3729,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179136\";s:12:\"date_shipped\";s:10:\"1756339200\";s:11:\"tracking_id\";s:32:\"06ac4f4d9a574382829770c0c3780929\";}}'),(176853,3729,'_edit_last','2'),(176854,3729,'_date_completed','1756412388'),(176855,3729,'_completed_date','2025-08-28 20:19:48'),(176856,3728,'_edit_lock','1756412346:2'),(176857,3728,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179022\";s:12:\"date_shipped\";s:10:\"1756339200\";s:11:\"tracking_id\";s:32:\"772bb8c2837e4e88a905a10f35ea2d4e\";}}'),(176858,3728,'_edit_last','2'),(176859,3728,'_date_completed','1756412480'),(176860,3728,'_completed_date','2025-08-28 20:21:20'),(176861,3727,'_edit_lock','1756412450:2'),(176862,3727,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800178920\";s:12:\"date_shipped\";s:10:\"1756339200\";s:11:\"tracking_id\";s:32:\"5d4cc78d11558dd3b656f2eaecc75ce5\";}}'),(176863,3727,'_edit_last','2'),(176864,3727,'_date_completed','1756412570'),(176865,3727,'_completed_date','2025-08-28 20:22:50'),(176866,3735,'_start_date','2025-08-29 16:58:31'),(176868,3735,'_end_date',''),(176870,3735,'_edit_lock','1756486618:2'),(176871,3735,'_edit_last','2'),(176873,3736,'_edit_lock','1763400271:95'),(176874,3736,'_edit_last','95'),(176875,3736,'discount_type','fixed_cart'),(176876,3736,'coupon_amount','0'),(176877,3736,'individual_use','no'),(176878,3736,'usage_limit','0'),(176879,3736,'usage_limit_per_user','0'),(176880,3736,'limit_usage_to_x_items','0'),(176881,3736,'usage_count','0'),(176882,3736,'date_expires',NULL),(176883,3736,'free_shipping','yes'),(176884,3736,'exclude_sale_items','no'),(176885,3736,'product_brands','a:0:{}'),(176886,3736,'exclude_product_brands','a:0:{}'),(176887,3737,'_order_key','wc_order_B0vF7G3efaeTg'),(176888,3737,'_customer_user','20'),(176889,3737,'_payment_method','paypal'),(176890,3737,'_payment_method_title','PayPal'),(176891,3737,'_customer_ip_address','174.218.83.235'),(176892,3737,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176893,3737,'_created_via','checkout'),(176894,3737,'_cart_hash','5ae1761c9efe77b12901e5f7a6d608a0'),(176895,3737,'_download_permissions_granted','yes'),(176896,3737,'_recorded_sales','yes'),(176897,3737,'_recorded_coupon_usage_counts','yes'),(176898,3737,'_new_order_email_sent','true'),(176899,3737,'_order_stock_reduced','yes'),(176900,3737,'_billing_first_name','Hasani'),(176901,3737,'_billing_last_name','Thompson'),(176902,3737,'_billing_company','Heat in Hair'),(176903,3737,'_billing_address_1','12840 Riverside Dr'),(176904,3737,'_billing_address_2','1D'),(176905,3737,'_billing_city','North Hollywood'),(176906,3737,'_billing_state','CA'),(176907,3737,'_billing_postcode','91607'),(176908,3737,'_billing_country','US'),(176909,3737,'_billing_email','info@liceclinicssantaclarita.com'),(176910,3737,'_billing_phone','6615850263'),(176911,3737,'_shipping_first_name','Hasani'),(176912,3737,'_shipping_last_name','Thompson'),(176913,3737,'_shipping_company','Heat in Hair'),(176914,3737,'_shipping_address_1','5145 Nightsky pl'),(176915,3737,'_shipping_city','5145 nightsky pl'),(176916,3737,'_shipping_state','CA'),(176917,3737,'_shipping_postcode','93552'),(176918,3737,'_shipping_country','US'),(176919,3737,'_order_currency','USD'),(176920,3737,'_cart_discount','0'),(176921,3737,'_cart_discount_tax','0'),(176922,3737,'_order_shipping','0'),(176923,3737,'_order_shipping_tax','0'),(176924,3737,'_order_tax','0'),(176925,3737,'_order_total','1049.10'),(176926,3737,'_order_version','10.0.4'),(176927,3737,'_prices_include_tax','no'),(176928,3737,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(176929,3737,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(176931,3737,'_wc_order_attribution_source_type','referral'),(176932,3737,'_wc_order_attribution_referrer','https://lcaportal.com/'),(176933,3737,'_wc_order_attribution_utm_source','lcaportal.com'),(176934,3737,'_wc_order_attribution_utm_medium','referral'),(176935,3737,'_wc_order_attribution_utm_content','/'),(176936,3737,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176937,3737,'_wc_order_attribution_session_start_time','2025-08-30 05:43:29'),(176938,3737,'_wc_order_attribution_session_pages','4'),(176939,3737,'_wc_order_attribution_session_count','1'),(176940,3737,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(176941,3737,'_wc_order_attribution_device_type','Desktop'),(176942,3737,'is_vat_exempt','no'),(176943,3737,'Payment type','instant'),(176944,3737,'_paypal_status','completed'),(176945,3737,'_transaction_id','93W60202D5689464E'),(176946,3737,'PayPal Transaction Fee','37.10'),(176947,3737,'_date_paid','1756532845'),(176948,3737,'_paid_date','2025-08-30 05:47:25'),(176949,3738,'_order_key','wc_order_FiYWRh74K5gEK'),(176950,3738,'_customer_user','108'),(176951,3738,'_payment_method','paypal'),(176952,3738,'_payment_method_title','PayPal'),(176953,3738,'_customer_ip_address','136.226.101.22'),(176954,3738,'_customer_user_agent','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'),(176955,3738,'_created_via','checkout'),(176956,3738,'_cart_hash','a87204a550faa8293ee8b762b12c7fe1'),(176957,3738,'_download_permissions_granted','yes'),(176958,3738,'_recorded_sales','yes'),(176959,3738,'_recorded_coupon_usage_counts','yes'),(176960,3738,'_new_order_email_sent','true'),(176961,3738,'_order_stock_reduced','yes'),(176962,3738,'_billing_first_name','Kat'),(176963,3738,'_billing_last_name','Khalaf'),(176964,3738,'_billing_company','Lice Clinics of America'),(176965,3738,'_billing_address_1','3844 Kelly Blvd'),(176966,3738,'_billing_address_2','Unit H'),(176967,3738,'_billing_city','Carrollton'),(176968,3738,'_billing_state','TX'),(176969,3738,'_billing_postcode','75007'),(176970,3738,'_billing_country','US'),(176971,3738,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(176972,3738,'_billing_phone','6462212276'),(176973,3738,'_shipping_first_name','Kat'),(176974,3738,'_shipping_last_name','Khalaf'),(176975,3738,'_shipping_company','Lice Clinics of America'),(176976,3738,'_shipping_address_1','3844 Kelly Blvd'),(176977,3738,'_shipping_city','CARROLLTON'),(176978,3738,'_shipping_state','TX'),(176979,3738,'_shipping_postcode','75007'),(176980,3738,'_shipping_country','US'),(176981,3738,'_order_currency','USD'),(176982,3738,'_cart_discount','0'),(176983,3738,'_cart_discount_tax','0'),(176984,3738,'_order_shipping','45.01'),(176985,3738,'_order_shipping_tax','0'),(176986,3738,'_order_tax','0'),(176987,3738,'_order_total','371.49'),(176988,3738,'_order_version','10.0.4'),(176989,3738,'_prices_include_tax','no'),(176990,3738,'_billing_address_index','Kat Khalaf Lice Clinics of America 3844 Kelly Blvd Unit H Carrollton TX 75007 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(176991,3738,'_shipping_address_index','Kat Khalaf Lice Clinics of America 3844 Kelly Blvd  CARROLLTON TX 75007 US '),(176992,3738,'is_vat_exempt','no'),(176993,3738,'_wc_order_attribution_source_type','typein'),(176994,3738,'_wc_order_attribution_utm_source','(direct)'),(176995,3738,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(176996,3738,'_wc_order_attribution_session_start_time','2025-08-30 21:42:32'),(176997,3738,'_wc_order_attribution_session_pages','4'),(176998,3738,'_wc_order_attribution_session_count','1'),(176999,3738,'_wc_order_attribution_user_agent','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'),(177000,3738,'_wc_order_attribution_device_type','Desktop'),(177001,3738,'Payment type','instant'),(177002,3738,'_paypal_status','completed'),(177003,3738,'_transaction_id','6H092010DS5023151'),(177004,3738,'PayPal Transaction Fee','13.46'),(177005,3738,'_date_paid','1756590313'),(177006,3738,'_paid_date','2025-08-30 21:45:13'),(177008,3739,'_order_key','wc_order_CD0dsgkxTcIXE'),(177009,3739,'_customer_user','8'),(177010,3739,'_payment_method','paypal'),(177011,3739,'_payment_method_title','PayPal'),(177012,3739,'_customer_ip_address','75.0.200.85'),(177013,3739,'_customer_user_agent','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'),(177014,3739,'_created_via','checkout'),(177015,3739,'_cart_hash','8789cd80dd408614cd5c9659fe972c15'),(177016,3739,'_download_permissions_granted','yes'),(177017,3739,'_recorded_sales','yes'),(177018,3739,'_recorded_coupon_usage_counts','yes'),(177019,3739,'_new_order_email_sent','true'),(177020,3739,'_order_stock_reduced','yes'),(177021,3739,'_billing_first_name','Amy'),(177022,3739,'_billing_last_name','Sharp'),(177023,3739,'_billing_company','Nit Wits'),(177024,3739,'_billing_address_1','6002 Sweetbay Dr'),(177025,3739,'_billing_city','Crestwood'),(177026,3739,'_billing_state','KY'),(177027,3739,'_billing_postcode','40014'),(177028,3739,'_billing_country','US'),(177029,3739,'_billing_email','asharp@ht-school.org'),(177030,3739,'_billing_phone','15023109281'),(177031,3739,'_shipping_first_name','Amy'),(177032,3739,'_shipping_last_name','Sharp'),(177033,3739,'_shipping_company','LCA Nit Wits'),(177034,3739,'_shipping_address_1','9302 New LaGrange Road'),(177035,3739,'_shipping_address_2','Unit H'),(177036,3739,'_shipping_city','Louisville'),(177037,3739,'_shipping_state','KY'),(177038,3739,'_shipping_postcode','40242'),(177039,3739,'_shipping_country','US'),(177040,3739,'_order_currency','USD'),(177041,3739,'_cart_discount','0'),(177042,3739,'_cart_discount_tax','0'),(177043,3739,'_order_shipping','0'),(177044,3739,'_order_shipping_tax','0'),(177045,3739,'_order_tax','0'),(177046,3739,'_order_total','570.20'),(177047,3739,'_order_version','10.0.4'),(177048,3739,'_prices_include_tax','no'),(177049,3739,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(177050,3739,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(177051,3739,'is_vat_exempt','no'),(177052,3739,'_wc_order_attribution_source_type','referral'),(177053,3739,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177054,3739,'_wc_order_attribution_utm_source','lcaportal.com'),(177055,3739,'_wc_order_attribution_utm_medium','referral'),(177056,3739,'_wc_order_attribution_utm_content','/'),(177057,3739,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177058,3739,'_wc_order_attribution_session_start_time','2025-09-01 14:10:48'),(177059,3739,'_wc_order_attribution_session_pages','8'),(177060,3739,'_wc_order_attribution_session_count','1'),(177061,3739,'_wc_order_attribution_user_agent','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'),(177062,3739,'_wc_order_attribution_device_type','Desktop'),(177063,3739,'Payment type','instant'),(177064,3739,'_paypal_status','completed'),(177065,3739,'_transaction_id','9PG9830531978104V'),(177066,3739,'PayPal Transaction Fee','20.39'),(177067,3739,'_date_paid','1756736111'),(177068,3739,'_paid_date','2025-09-01 14:15:11'),(177069,3740,'_order_key','wc_order_1IPwpTAkzaemt'),(177070,3740,'_customer_user','67'),(177071,3740,'_payment_method','paypal'),(177072,3740,'_payment_method_title','PayPal'),(177073,3740,'_customer_ip_address','67.251.108.158'),(177074,3740,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177075,3740,'_created_via','checkout'),(177076,3740,'_cart_hash','cb7f1d437e25c9573387dfed57554de4'),(177077,3740,'_download_permissions_granted','yes'),(177078,3740,'_recorded_sales','yes'),(177079,3740,'_recorded_coupon_usage_counts','yes'),(177080,3740,'_new_order_email_sent','true'),(177081,3740,'_order_stock_reduced','yes'),(177082,3740,'_billing_first_name','Marnie'),(177083,3740,'_billing_last_name','Murray'),(177084,3740,'_billing_company','Naughty Nits'),(177085,3740,'_billing_address_1','2809 Wehrle Drive'),(177086,3740,'_billing_address_2','Suite 10'),(177087,3740,'_billing_city','Williamsville'),(177088,3740,'_billing_state','NY'),(177089,3740,'_billing_postcode','14221'),(177090,3740,'_billing_country','US'),(177091,3740,'_billing_email','liceclinicsupstateny@gmail.com'),(177092,3740,'_billing_phone','7166265423'),(177093,3740,'_shipping_first_name','Marnie'),(177094,3740,'_shipping_last_name','Murray'),(177095,3740,'_shipping_company','LCA Buffalo'),(177096,3740,'_shipping_address_1','2809 Wehrle Drive'),(177097,3740,'_shipping_address_2','Suite 10'),(177098,3740,'_shipping_city','Williamsville'),(177099,3740,'_shipping_state','NY'),(177100,3740,'_shipping_postcode','14221'),(177101,3740,'_shipping_country','US'),(177102,3740,'_order_currency','USD'),(177103,3740,'_cart_discount','0'),(177104,3740,'_cart_discount_tax','0'),(177105,3740,'_order_shipping','0'),(177106,3740,'_order_shipping_tax','0'),(177107,3740,'_order_tax','0'),(177108,3740,'_order_total','2972.60'),(177109,3740,'_order_version','10.0.4'),(177110,3740,'_prices_include_tax','no'),(177111,3740,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(177112,3740,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(177113,3740,'is_vat_exempt','no'),(177114,3740,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:95.200000000000003;s:35:\"product_level_based_on_tax_settings\";d:95.200000000000003;s:10:\"cart_level\";d:0;s:5:\"total\";d:95.200000000000003;s:27:\"total_based_on_tax_settings\";d:95.200000000000003;}}'),(177115,3740,'_wc_order_attribution_source_type','referral'),(177116,3740,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177117,3740,'_wc_order_attribution_utm_source','lcaportal.com'),(177118,3740,'_wc_order_attribution_utm_medium','referral'),(177119,3740,'_wc_order_attribution_utm_content','/'),(177120,3740,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177121,3740,'_wc_order_attribution_session_start_time','2025-09-01 17:55:08'),(177122,3740,'_wc_order_attribution_session_pages','6'),(177123,3740,'_wc_order_attribution_session_count','12'),(177124,3740,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177125,3740,'_wc_order_attribution_device_type','Desktop'),(177126,3740,'Payment type','instant'),(177127,3740,'_paypal_status','completed'),(177128,3740,'_transaction_id','27T9788387113944A'),(177129,3740,'PayPal Transaction Fee','104.23'),(177130,3740,'_date_paid','1756750062'),(177131,3740,'_paid_date','2025-09-01 18:07:42'),(177132,3741,'_order_key','wc_order_Rt3hhN0JPeMG1'),(177133,3741,'_customer_user','52'),(177134,3741,'_payment_method','paypal'),(177135,3741,'_payment_method_title','PayPal'),(177136,3741,'_customer_ip_address','108.31.221.115'),(177137,3741,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177138,3741,'_created_via','checkout'),(177139,3741,'_cart_hash','7b8e94cd8d6ec3bcf2b8f7af7bb0916e'),(177140,3741,'_download_permissions_granted','yes'),(177141,3741,'_recorded_sales','yes'),(177142,3741,'_recorded_coupon_usage_counts','yes'),(177143,3741,'_new_order_email_sent','true'),(177144,3741,'_order_stock_reduced','yes'),(177145,3741,'_billing_first_name','Darlene'),(177146,3741,'_billing_last_name','LaFramboise'),(177147,3741,'_billing_company','LCA-NOVA'),(177148,3741,'_billing_address_1','25473 Tomey Ct'),(177149,3741,'_billing_city','Aldie'),(177150,3741,'_billing_state','VA'),(177151,3741,'_billing_postcode','20105-3048'),(177152,3741,'_billing_country','US'),(177153,3741,'_billing_email','info@liceremovalnova.com'),(177154,3741,'_billing_phone','7033031576'),(177155,3741,'_shipping_first_name','Darlene'),(177156,3741,'_shipping_last_name','LaFramboise'),(177157,3741,'_shipping_company','LCA-NOVA'),(177158,3741,'_shipping_address_1','25473 Tomey Ct'),(177159,3741,'_shipping_city','Aldie'),(177160,3741,'_shipping_state','VA'),(177161,3741,'_shipping_postcode','20105-3048'),(177162,3741,'_shipping_country','US'),(177163,3741,'_order_currency','USD'),(177164,3741,'_cart_discount','0'),(177165,3741,'_cart_discount_tax','0'),(177166,3741,'_order_shipping','0'),(177167,3741,'_order_shipping_tax','0'),(177168,3741,'_order_tax','0'),(177169,3741,'_order_total','684.61'),(177170,3741,'_order_version','10.0.4'),(177171,3741,'_prices_include_tax','no'),(177172,3741,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(177173,3741,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(177174,3741,'is_vat_exempt','no'),(177175,3741,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:40.991999999999997;s:35:\"product_level_based_on_tax_settings\";d:40.991999999999997;s:10:\"cart_level\";d:0;s:5:\"total\";d:40.991999999999997;s:27:\"total_based_on_tax_settings\";d:40.991999999999997;}}'),(177176,3741,'_wc_order_attribution_source_type','referral'),(177177,3741,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(177178,3741,'_wc_order_attribution_utm_source','lcaportal.com'),(177179,3741,'_wc_order_attribution_utm_medium','referral'),(177180,3741,'_wc_order_attribution_utm_content','/'),(177181,3741,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177182,3741,'_wc_order_attribution_session_start_time','2025-09-01 20:45:51'),(177183,3741,'_wc_order_attribution_session_pages','12'),(177184,3741,'_wc_order_attribution_session_count','1'),(177185,3741,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177186,3741,'_wc_order_attribution_device_type','Desktop'),(177187,3741,'Payment type','instant'),(177188,3741,'_paypal_status','completed'),(177189,3741,'_transaction_id','43Y21113E50671051'),(177190,3741,'PayPal Transaction Fee','24.38'),(177191,3741,'_date_paid','1756759902'),(177192,3741,'_paid_date','2025-09-01 20:51:42'),(177193,3730,'_edit_lock','1756852091:2'),(177194,3731,'_edit_lock','1756852143:2'),(177195,3730,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179261\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"6e90c9596364060e90dab63026eb986f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179272\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"577f30524231e6ad553eacf6790ba986\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179283\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"444adbb68f8847c55450c27d3f6d2255\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179294\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"0a8f81cc667a7f788fede1c200c08b73\";}}'),(177196,3730,'_edit_last','2'),(177197,3730,'_date_completed','1756852226'),(177198,3730,'_completed_date','2025-09-02 22:30:26'),(177199,3731,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179445\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"36418e2a009c2c5d39313348efede75f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179456\";s:12:\"date_shipped\";s:10:\"1756252800\";s:11:\"tracking_id\";s:32:\"c8a6a4ad64895677b0610669222b5cc0\";}}'),(177200,3731,'_edit_last','2'),(177201,3731,'_date_completed','1756852274'),(177202,3731,'_completed_date','2025-09-02 22:31:14'),(177203,3734,'_edit_lock','1756852361:2'),(177204,3734,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800179905\";s:12:\"date_shipped\";s:10:\"1756339200\";s:11:\"tracking_id\";s:32:\"d5273e1384c676052f58d5dca094e456\";}}'),(177205,3734,'_edit_last','2'),(177206,3734,'_date_completed','1756852462'),(177207,3734,'_completed_date','2025-09-02 22:34:22'),(177208,3737,'_edit_lock','1756852542:2'),(177209,3737,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180130\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"17a17a97a1e81c36ed1c94aad1f3ea12\";}}'),(177210,3737,'_edit_last','2'),(177211,3737,'_date_completed','1756852680'),(177212,3737,'_completed_date','2025-09-02 22:38:00'),(177213,3738,'_edit_lock','1756852735:2'),(177214,3738,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180173\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"304e2be7caba8783805bd023dfeed46c\";}}'),(177215,3738,'_edit_last','2'),(177216,3738,'_date_completed','1756852721'),(177217,3738,'_completed_date','2025-09-02 22:38:41'),(177218,3741,'_edit_lock','1756852869:2'),(177219,3741,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180287\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"704b08578cf8a63a044f64c3e68ee731\";}}'),(177220,3741,'_edit_last','2'),(177221,3741,'_date_completed','1756852864'),(177222,3741,'_completed_date','2025-09-02 22:41:04'),(177223,3742,'_order_key','wc_order_Oq5YQvR2FRfls'),(177224,3742,'_customer_user','50'),(177225,3742,'_payment_method','paypal'),(177226,3742,'_payment_method_title','PayPal'),(177227,3742,'_customer_ip_address','24.34.196.21'),(177228,3742,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177229,3742,'_created_via','checkout'),(177230,3742,'_cart_hash','4193cf646284102273ae26cc166f52ed'),(177231,3742,'_download_permissions_granted','yes'),(177232,3742,'_recorded_sales','yes'),(177233,3742,'_recorded_coupon_usage_counts','yes'),(177234,3742,'_new_order_email_sent','true'),(177235,3742,'_order_stock_reduced','yes'),(177236,3742,'_billing_first_name','Christine'),(177237,3742,'_billing_last_name','Cherry'),(177238,3742,'_billing_company','NITS END'),(177239,3742,'_billing_address_1','PO BOX 1092'),(177240,3742,'_billing_address_2','Suite 401A'),(177241,3742,'_billing_city','Campton'),(177242,3742,'_billing_state','NH'),(177243,3742,'_billing_postcode','03223'),(177244,3742,'_billing_country','US'),(177245,3742,'_billing_email','info@liceclinicsplaistow.com'),(177246,3742,'_billing_phone','16034983390'),(177247,3742,'_shipping_first_name','CHRISTINE'),(177248,3742,'_shipping_last_name','Cherry'),(177249,3742,'_shipping_company','C/O Linda Brann LCA/Nits End'),(177250,3742,'_shipping_address_1','16 Toppan Drive'),(177251,3742,'_shipping_city','Gorham'),(177252,3742,'_shipping_state','ME'),(177253,3742,'_shipping_postcode','04038'),(177254,3742,'_shipping_country','US'),(177255,3742,'_order_currency','USD'),(177256,3742,'_cart_discount','0'),(177257,3742,'_cart_discount_tax','0'),(177258,3742,'_order_shipping','0'),(177259,3742,'_order_shipping_tax','0'),(177260,3742,'_order_tax','0'),(177261,3742,'_order_total','2102.40'),(177262,3742,'_order_version','10.0.4'),(177263,3742,'_prices_include_tax','no'),(177264,3742,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(177265,3742,'_shipping_address_index','CHRISTINE Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(177266,3742,'is_vat_exempt','no'),(177267,3742,'_wc_order_attribution_source_type','referral'),(177268,3742,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177269,3742,'_wc_order_attribution_utm_source','lcaportal.com'),(177270,3742,'_wc_order_attribution_utm_medium','referral'),(177271,3742,'_wc_order_attribution_utm_content','/'),(177272,3742,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177273,3742,'_wc_order_attribution_session_start_time','2025-09-03 14:54:29'),(177274,3742,'_wc_order_attribution_session_pages','10'),(177275,3742,'_wc_order_attribution_session_count','6'),(177276,3742,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177277,3742,'_wc_order_attribution_device_type','Desktop'),(177278,3742,'Payment type','instant'),(177279,3742,'_paypal_status','completed'),(177280,3742,'_transaction_id','7L7736247A576830V'),(177281,3742,'PayPal Transaction Fee','73.86'),(177282,3742,'_date_paid','1756913003'),(177283,3742,'_paid_date','2025-09-03 15:23:23'),(177284,3743,'_order_key','wc_order_r32OKcKwT99e5'),(177285,3743,'_customer_user','50'),(177286,3743,'_payment_method','paypal'),(177287,3743,'_payment_method_title','PayPal'),(177288,3743,'_customer_ip_address','24.34.196.21'),(177289,3743,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177290,3743,'_created_via','checkout'),(177291,3743,'_cart_hash','1a4d4184da96c22b76ef6d2a6deaaca5'),(177292,3743,'_download_permissions_granted','yes'),(177293,3743,'_recorded_sales','yes'),(177294,3743,'_recorded_coupon_usage_counts','yes'),(177295,3743,'_new_order_email_sent','true'),(177296,3743,'_order_stock_reduced','yes'),(177297,3743,'_billing_first_name','Christine'),(177298,3743,'_billing_last_name','Cherry'),(177299,3743,'_billing_company','NITS END'),(177300,3743,'_billing_address_1','PO BOX 1092'),(177301,3743,'_billing_address_2','Suite 401A'),(177302,3743,'_billing_city','Campton'),(177303,3743,'_billing_state','NH'),(177304,3743,'_billing_postcode','03223'),(177305,3743,'_billing_country','US'),(177306,3743,'_billing_email','info@liceclinicsplaistow.com'),(177307,3743,'_billing_phone','16034983390'),(177308,3743,'_shipping_first_name','Christine'),(177309,3743,'_shipping_last_name','Cherry'),(177310,3743,'_shipping_company','LCA - Nits End'),(177311,3743,'_shipping_address_1','71 Spit Brook Rd'),(177312,3743,'_shipping_address_2','Suite 401A'),(177313,3743,'_shipping_city','Nashua'),(177314,3743,'_shipping_state','NH'),(177315,3743,'_shipping_postcode','03060'),(177316,3743,'_shipping_country','US'),(177317,3743,'_order_currency','USD'),(177318,3743,'_cart_discount','0'),(177319,3743,'_cart_discount_tax','0'),(177320,3743,'_order_shipping','0'),(177321,3743,'_order_shipping_tax','0'),(177322,3743,'_order_tax','0'),(177323,3743,'_order_total','1426.20'),(177324,3743,'_order_version','10.0.4'),(177325,3743,'_prices_include_tax','no');
INSERT INTO `wp_postmeta` VALUES (177326,3743,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(177327,3743,'_shipping_address_index','Christine Cherry LCA - Nits End 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(177328,3743,'is_vat_exempt','no'),(177329,3743,'_wc_order_attribution_source_type','referral'),(177330,3743,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177331,3743,'_wc_order_attribution_utm_source','lcaportal.com'),(177332,3743,'_wc_order_attribution_utm_medium','referral'),(177333,3743,'_wc_order_attribution_utm_content','/'),(177334,3743,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177335,3743,'_wc_order_attribution_session_start_time','2025-09-03 14:54:29'),(177336,3743,'_wc_order_attribution_session_pages','21'),(177337,3743,'_wc_order_attribution_session_count','6'),(177338,3743,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177339,3743,'_wc_order_attribution_device_type','Desktop'),(177340,3743,'Payment type','instant'),(177341,3743,'_paypal_status','completed'),(177342,3743,'_transaction_id','3PC62350AS0286736'),(177343,3743,'PayPal Transaction Fee','50.26'),(177344,3743,'_date_paid','1756914078'),(177345,3743,'_paid_date','2025-09-03 15:41:18'),(177346,3744,'_order_key','wc_order_TKXDUEPARaNyx'),(177347,3744,'_customer_user','98'),(177348,3744,'_payment_method','paypal'),(177349,3744,'_payment_method_title','PayPal'),(177350,3744,'_customer_ip_address','24.34.196.21'),(177351,3744,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177352,3744,'_created_via','checkout'),(177353,3744,'_cart_hash','f78f4fb938be4d3945e7bd2e908d0561'),(177354,3744,'_download_permissions_granted','yes'),(177355,3744,'_recorded_sales','yes'),(177356,3744,'_recorded_coupon_usage_counts','yes'),(177357,3744,'_new_order_email_sent','true'),(177358,3744,'_order_stock_reduced','yes'),(177359,3744,'_billing_first_name','Christine'),(177360,3744,'_billing_last_name','Cherry'),(177361,3744,'_billing_company','NITS END'),(177362,3744,'_billing_address_1','PO BOX 1092'),(177363,3744,'_billing_address_2','suite E'),(177364,3744,'_billing_city','Campton'),(177365,3744,'_billing_state','PA'),(177366,3744,'_billing_postcode','03223'),(177367,3744,'_billing_country','US'),(177368,3744,'_billing_email','christine@liceclinicscolumbus.com'),(177369,3744,'_billing_phone','16034983390'),(177370,3744,'_shipping_first_name','Melissa'),(177371,3744,'_shipping_last_name','Mertz'),(177372,3744,'_shipping_company','LCA - Nits End / 149091'),(177373,3744,'_shipping_address_1','2213 Temperance Dr'),(177374,3744,'_shipping_city','Pittsburgh'),(177375,3744,'_shipping_state','PA'),(177376,3744,'_shipping_postcode','15237'),(177377,3744,'_shipping_country','US'),(177378,3744,'_order_currency','USD'),(177379,3744,'_cart_discount','0'),(177380,3744,'_cart_discount_tax','0'),(177381,3744,'_order_shipping','97.39'),(177382,3744,'_order_shipping_tax','0'),(177383,3744,'_order_tax','0'),(177384,3744,'_order_total','530.29'),(177385,3744,'_order_version','10.0.4'),(177386,3744,'_prices_include_tax','no'),(177387,3744,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 suite E Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(177388,3744,'_shipping_address_index','Melissa Mertz LCA - Nits End / 149091 2213 Temperance Dr  Pittsburgh PA 15237 US '),(177389,3744,'is_vat_exempt','no'),(177390,3744,'_wc_order_attribution_source_type','referral'),(177391,3744,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177392,3744,'_wc_order_attribution_utm_source','lcaportal.com'),(177393,3744,'_wc_order_attribution_utm_medium','referral'),(177394,3744,'_wc_order_attribution_utm_content','/'),(177395,3744,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177396,3744,'_wc_order_attribution_session_start_time','2025-09-03 14:54:29'),(177397,3744,'_wc_order_attribution_session_pages','36'),(177398,3744,'_wc_order_attribution_session_count','6'),(177399,3744,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177400,3744,'_wc_order_attribution_device_type','Desktop'),(177401,3744,'Payment type','instant'),(177402,3744,'_paypal_status','completed'),(177403,3744,'_transaction_id','4CG660316U089584G'),(177404,3744,'PayPal Transaction Fee','19.00'),(177405,3744,'_date_paid','1756917540'),(177406,3744,'_paid_date','2025-09-03 16:39:00'),(177407,3739,'_edit_lock','1756917841:2'),(177408,3739,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180254\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"c2cd0ce2eea857b00381a6264c477dbc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180265\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"e487c181545d262e9af85df45c2e38e5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180276\";s:12:\"date_shipped\";s:10:\"1756771200\";s:11:\"tracking_id\";s:32:\"a7b5c267f9d5546a6ce11e0a0963a217\";}}'),(177409,3739,'_edit_last','2'),(177410,3739,'_date_completed','1756917763'),(177411,3739,'_completed_date','2025-09-03 16:42:43'),(177412,3745,'_order_key','wc_order_8QJfqg8PRDzJx'),(177413,3745,'_customer_user','98'),(177414,3745,'_payment_method','paypal'),(177415,3745,'_payment_method_title','PayPal'),(177416,3745,'_customer_ip_address','24.34.196.21'),(177417,3745,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177418,3745,'_created_via','checkout'),(177419,3745,'_cart_hash','879c42c88bdc33c974138f12f5155ba4'),(177420,3745,'_download_permissions_granted','yes'),(177421,3745,'_recorded_sales','yes'),(177422,3745,'_recorded_coupon_usage_counts','yes'),(177423,3745,'_new_order_email_sent','true'),(177424,3745,'_order_stock_reduced','yes'),(177425,3745,'_billing_first_name','Christine'),(177426,3745,'_billing_last_name','Cherry'),(177427,3745,'_billing_company','NITS END'),(177428,3745,'_billing_address_1','PO BOX 1092'),(177429,3745,'_billing_address_2','suite E'),(177430,3745,'_billing_city','Campton'),(177431,3745,'_billing_state','PA'),(177432,3745,'_billing_postcode','03223'),(177433,3745,'_billing_country','US'),(177434,3745,'_billing_email','christine@liceclinicscolumbus.com'),(177435,3745,'_billing_phone','16034983390'),(177436,3745,'_shipping_first_name','Erica'),(177437,3745,'_shipping_last_name','Froggatt'),(177438,3745,'_shipping_company','LCA - Nits End / 149091'),(177439,3745,'_shipping_address_1','5910 Wilcox Pl'),(177440,3745,'_shipping_address_2','suite E'),(177441,3745,'_shipping_city','Dublin'),(177442,3745,'_shipping_state','OH'),(177443,3745,'_shipping_postcode','43016'),(177444,3745,'_shipping_country','US'),(177445,3745,'_order_currency','USD'),(177446,3745,'_cart_discount','0'),(177447,3745,'_cart_discount_tax','0'),(177448,3745,'_order_shipping','0'),(177449,3745,'_order_shipping_tax','0'),(177450,3745,'_order_tax','0'),(177451,3745,'_order_total','2355.20'),(177452,3745,'_order_version','10.0.4'),(177453,3745,'_prices_include_tax','no'),(177454,3745,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 suite E Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(177455,3745,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(177456,3745,'is_vat_exempt','no'),(177457,3745,'_wc_order_attribution_source_type','referral'),(177458,3745,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177459,3745,'_wc_order_attribution_utm_source','lcaportal.com'),(177460,3745,'_wc_order_attribution_utm_medium','referral'),(177461,3745,'_wc_order_attribution_utm_content','/'),(177462,3745,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177463,3745,'_wc_order_attribution_session_start_time','2025-09-03 14:54:29'),(177464,3745,'_wc_order_attribution_session_pages','42'),(177465,3745,'_wc_order_attribution_session_count','6'),(177466,3745,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177467,3745,'_wc_order_attribution_device_type','Desktop'),(177468,3745,'Payment type','instant'),(177469,3745,'_paypal_status','completed'),(177470,3745,'_transaction_id','8Y274911TS349211D'),(177471,3745,'PayPal Transaction Fee','82.69'),(177472,3745,'_date_paid','1756918123'),(177473,3745,'_paid_date','2025-09-03 16:48:43'),(177474,3746,'_order_key','wc_order_8aykZH0ZOXx6f'),(177475,3746,'_customer_user','50'),(177476,3746,'_payment_method','paypal'),(177477,3746,'_payment_method_title','PayPal'),(177478,3746,'_customer_ip_address','24.34.196.21'),(177479,3746,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177480,3746,'_created_via','checkout'),(177481,3746,'_cart_hash','c9d6fa0c559ef97505f914252eaeab9c'),(177482,3746,'_download_permissions_granted','yes'),(177483,3746,'_recorded_sales','yes'),(177484,3746,'_recorded_coupon_usage_counts','yes'),(177485,3746,'_new_order_email_sent','true'),(177486,3746,'_order_stock_reduced','yes'),(177487,3746,'_billing_first_name','Christine'),(177488,3746,'_billing_last_name','Cherry'),(177489,3746,'_billing_company','NITS END'),(177490,3746,'_billing_address_1','PO BOX 1092'),(177491,3746,'_billing_address_2','Suite 401A'),(177492,3746,'_billing_city','Campton'),(177493,3746,'_billing_state','NH'),(177494,3746,'_billing_postcode','03223'),(177495,3746,'_billing_country','US'),(177496,3746,'_billing_email','info@liceclinicsplaistow.com'),(177497,3746,'_billing_phone','16034983390'),(177498,3746,'_shipping_first_name','Christine'),(177499,3746,'_shipping_last_name','Cherry'),(177500,3746,'_shipping_company','LCA - Nits End'),(177501,3746,'_shipping_address_1','71 Spit Brook Rd'),(177502,3746,'_shipping_address_2','Suite 401A'),(177503,3746,'_shipping_city','Nashua'),(177504,3746,'_shipping_state','NH'),(177505,3746,'_shipping_postcode','03060'),(177506,3746,'_shipping_country','US'),(177507,3746,'_order_currency','USD'),(177508,3746,'_cart_discount','0'),(177509,3746,'_cart_discount_tax','0'),(177510,3746,'_order_shipping','0'),(177511,3746,'_order_shipping_tax','0'),(177512,3746,'_order_tax','0'),(177513,3746,'_order_total','1576.00'),(177514,3746,'_order_version','10.0.4'),(177515,3746,'_prices_include_tax','no'),(177516,3746,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(177517,3746,'_shipping_address_index','Christine Cherry LCA - Nits End 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(177518,3746,'is_vat_exempt','no'),(177519,3746,'_wc_order_attribution_source_type','referral'),(177520,3746,'_wc_order_attribution_referrer','https://lcaportal.com/'),(177521,3746,'_wc_order_attribution_utm_source','lcaportal.com'),(177522,3746,'_wc_order_attribution_utm_medium','referral'),(177523,3746,'_wc_order_attribution_utm_content','/'),(177524,3746,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177525,3746,'_wc_order_attribution_session_start_time','2025-09-03 14:54:29'),(177526,3746,'_wc_order_attribution_session_pages','49'),(177527,3746,'_wc_order_attribution_session_count','6'),(177528,3746,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177529,3746,'_wc_order_attribution_device_type','Desktop'),(177530,3746,'Payment type','instant'),(177531,3746,'_paypal_status','completed'),(177532,3746,'_transaction_id','6F405024JB577611E'),(177533,3746,'PayPal Transaction Fee','55.49'),(177534,3746,'_date_paid','1756918738'),(177535,3746,'_paid_date','2025-09-03 16:58:58'),(177536,3732,'Payment type','instant'),(177537,3732,'_paypal_status','completed'),(177538,3732,'_transaction_id','6TS64171RN687800K'),(177539,3732,'PayPal Transaction Fee','22.50'),(177540,3732,'_date_paid','1756924074'),(177541,3732,'_paid_date','2025-09-03 18:27:54'),(177542,3748,'_order_key','wc_order_pBafU1Xc9yi4X'),(177543,3748,'_customer_user','76'),(177544,3748,'_payment_method','paypal'),(177545,3748,'_payment_method_title','PayPal'),(177546,3748,'_customer_ip_address','66.31.192.192'),(177547,3748,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(177548,3748,'_created_via','checkout'),(177549,3748,'_cart_hash','a0b7bf2e001d4cfe6611c599fd7dc2bf'),(177550,3748,'_download_permissions_granted','yes'),(177551,3748,'_recorded_sales','yes'),(177552,3748,'_recorded_coupon_usage_counts','yes'),(177553,3748,'_new_order_email_sent','true'),(177554,3748,'_order_stock_reduced','yes'),(177555,3748,'_billing_first_name','Naomi'),(177556,3748,'_billing_last_name','Golden'),(177557,3748,'_billing_address_1','31 Mann Ave'),(177558,3748,'_billing_city','Needham'),(177559,3748,'_billing_state','MA'),(177560,3748,'_billing_postcode','02492'),(177561,3748,'_billing_country','US'),(177562,3748,'_billing_email','nrgolden6486@gmail.com'),(177563,3748,'_billing_phone','6178511322'),(177564,3748,'_shipping_first_name','Naomi'),(177565,3748,'_shipping_last_name','Golden'),(177566,3748,'_shipping_company','Lice Clinics of America'),(177567,3748,'_shipping_address_1','111 Center Street'),(177568,3748,'_shipping_city','Middleborough'),(177569,3748,'_shipping_state','MA'),(177570,3748,'_shipping_postcode','02346'),(177571,3748,'_shipping_country','US'),(177572,3748,'_order_currency','USD'),(177573,3748,'_cart_discount','0'),(177574,3748,'_cart_discount_tax','0'),(177575,3748,'_order_shipping','0'),(177576,3748,'_order_shipping_tax','0'),(177577,3748,'_order_tax','0'),(177578,3748,'_order_total','502.10'),(177579,3748,'_order_version','10.0.4'),(177580,3748,'_prices_include_tax','no'),(177581,3748,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(177582,3748,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street  Middleborough MA 02346 US '),(177583,3748,'is_vat_exempt','no'),(177584,3748,'_wc_order_attribution_source_type','typein'),(177585,3748,'_wc_order_attribution_utm_source','(direct)'),(177586,3748,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177587,3748,'_wc_order_attribution_session_start_time','2025-08-29 14:10:44'),(177588,3748,'_wc_order_attribution_session_pages','5'),(177589,3748,'_wc_order_attribution_session_count','4'),(177590,3748,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15'),(177591,3748,'_wc_order_attribution_device_type','Desktop'),(177592,3748,'Payment type','instant'),(177593,3748,'_paypal_status','completed'),(177594,3748,'_transaction_id','67915539TG406745S'),(177595,3748,'PayPal Transaction Fee','18.01'),(177596,3748,'_date_paid','1756950805'),(177597,3748,'_paid_date','2025-09-04 01:53:25'),(177601,3740,'_edit_lock','1757026214:2'),(177602,3740,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180508\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"4a5ff4d49cf5e0bcdfb1c1dd849c6860\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180493\";s:12:\"date_shipped\";i:1757026283;s:11:\"tracking_id\";s:32:\"f1c6d720c01f270293768ca3b14160bc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180482\";s:12:\"date_shipped\";i:1757026288;s:11:\"tracking_id\";s:32:\"34a63308211e427d22dc314ca3e50e37\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180471\";s:12:\"date_shipped\";i:1757026293;s:11:\"tracking_id\";s:32:\"b2b013f39eb159b080c1b34415878e44\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180460\";s:12:\"date_shipped\";i:1757026298;s:11:\"tracking_id\";s:32:\"e923fa2065d3b6f518e53ce5ca8baff1\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180450\";s:12:\"date_shipped\";i:1757026305;s:11:\"tracking_id\";s:32:\"5b8f50e64be0ab7209cd875999929c27\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180449\";s:12:\"date_shipped\";i:1757026309;s:11:\"tracking_id\";s:32:\"7712021f923e96630582f88f9ebe036d\";}}'),(177603,3740,'_edit_last','2'),(177604,3740,'_date_completed','1757026312'),(177605,3740,'_completed_date','2025-09-04 22:51:52'),(177606,3744,'_edit_lock','1757026488:2'),(177607,3744,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180736\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"066c04b3f579bb745d0376cc9dc0f39a\";}}'),(177608,3744,'_edit_last','2'),(177609,3744,'_date_completed','1757026534'),(177610,3744,'_completed_date','2025-09-04 22:55:34'),(177611,3745,'_edit_lock','1757026593:2'),(177612,3745,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180769\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"2941dcd7a5bb40bea95383d41128c72c\";}}'),(177613,3745,'_edit_last','2'),(177614,3745,'_date_completed','1757026705'),(177615,3745,'_completed_date','2025-09-04 22:58:25'),(177616,3743,'_edit_lock','1757026802:2'),(177617,3743,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180655\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"2af723660000634dd55aa1bc288c1862\";}}'),(177618,3743,'_edit_last','2'),(177619,3743,'_date_completed','1757026838'),(177620,3743,'_completed_date','2025-09-04 23:00:38'),(177621,3742,'_edit_lock','1757027046:2'),(177622,3742,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180688\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"f68d093bc5c0b5b424b94b7bfbe2c093\";}}'),(177623,3742,'_edit_last','2'),(177624,3742,'_date_completed','1757027041'),(177625,3742,'_completed_date','2025-09-04 23:04:01'),(177626,3746,'_edit_lock','1757027063:2'),(177627,3746,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180817\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"f2dad3443b7d1fdb02f9edc5cb698083\";}}'),(177628,3746,'_edit_last','2'),(177629,3746,'_date_completed','1757027191'),(177630,3746,'_completed_date','2025-09-04 23:06:31'),(177631,3732,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180872\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"728b944b74cf26bb9f411c3ba061483d\";}}'),(177632,3732,'_date_completed','1757027231'),(177633,3732,'_completed_date','2025-09-04 23:07:11'),(177634,3748,'_edit_lock','1757027674:2'),(177635,3748,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800180953\";s:12:\"date_shipped\";s:10:\"1756944000\";s:11:\"tracking_id\";s:32:\"2f0039cb37a8c47a5f77be1e5e2ae42d\";}}'),(177636,3748,'_edit_last','2'),(177637,3748,'_date_completed','1757027800'),(177638,3748,'_completed_date','2025-09-04 23:16:40'),(177640,3750,'_order_key','wc_order_ORDgRw1bAY6W5'),(177641,3750,'_customer_user','3'),(177642,3750,'_payment_method','paypal'),(177643,3750,'_payment_method_title','PayPal'),(177644,3750,'_customer_ip_address','99.22.146.124'),(177645,3750,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177646,3750,'_created_via','checkout'),(177647,3750,'_cart_hash','9b4fb3de7aa73a3e36ef9bd9c334aee4'),(177648,3750,'_download_permissions_granted','no'),(177649,3750,'_recorded_sales','no'),(177650,3750,'_recorded_coupon_usage_counts','no'),(177651,3750,'_new_order_email_sent','false'),(177652,3750,'_order_stock_reduced','no'),(177653,3750,'_billing_first_name','amanda'),(177654,3750,'_billing_last_name','westerman'),(177655,3750,'_billing_company','Lice Clinics of America McKinney'),(177656,3750,'_billing_address_1','3120 HUDSON XING'),(177657,3750,'_billing_address_2','Suite A2'),(177658,3750,'_billing_city','MCKINNEY'),(177659,3750,'_billing_state','TX'),(177660,3750,'_billing_postcode','75070'),(177661,3750,'_billing_country','US'),(177662,3750,'_billing_email','awesterman1103@gmail.com'),(177663,3750,'_billing_phone','12144175741'),(177664,3750,'_shipping_first_name','amanda'),(177665,3750,'_shipping_last_name','westerman'),(177666,3750,'_shipping_company','Lice Clinics of America - McKinney'),(177667,3750,'_shipping_address_1','3120 HUDSON XING'),(177668,3750,'_shipping_address_2','Suite A2'),(177669,3750,'_shipping_city','MCKINNEY'),(177670,3750,'_shipping_state','TX'),(177671,3750,'_shipping_postcode','75070'),(177672,3750,'_shipping_country','US'),(177673,3750,'_order_currency','USD'),(177674,3750,'_cart_discount','0'),(177675,3750,'_cart_discount_tax','0'),(177676,3750,'_order_shipping','0'),(177677,3750,'_order_shipping_tax','0'),(177678,3750,'_order_tax','0'),(177679,3750,'_order_total','728.00'),(177680,3750,'_order_version','10.0.4'),(177681,3750,'_prices_include_tax','no'),(177682,3750,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(177683,3750,'_shipping_address_index','amanda westerman Lice Clinics of America - McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(177684,3750,'is_vat_exempt','no'),(177685,3750,'_wc_order_attribution_source_type','referral'),(177686,3750,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(177687,3750,'_wc_order_attribution_utm_source','lcaportal.com'),(177688,3750,'_wc_order_attribution_utm_medium','referral'),(177689,3750,'_wc_order_attribution_utm_content','/'),(177690,3750,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177691,3750,'_wc_order_attribution_session_start_time','2025-09-05 13:08:25'),(177692,3750,'_wc_order_attribution_session_pages','4'),(177693,3750,'_wc_order_attribution_session_count','1'),(177694,3750,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177695,3750,'_wc_order_attribution_device_type','Desktop'),(177696,3751,'_order_key','wc_order_xiU1wevjAJLAy'),(177697,3751,'_customer_user','3'),(177698,3751,'_payment_method','paypal'),(177699,3751,'_payment_method_title','PayPal'),(177700,3751,'_customer_ip_address','99.22.146.124'),(177701,3751,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177702,3751,'_created_via','checkout'),(177703,3751,'_cart_hash','9b4fb3de7aa73a3e36ef9bd9c334aee4'),(177704,3751,'_download_permissions_granted','no'),(177705,3751,'_recorded_sales','no'),(177706,3751,'_recorded_coupon_usage_counts','no'),(177707,3751,'_new_order_email_sent','false'),(177708,3751,'_order_stock_reduced','no'),(177709,3751,'_billing_first_name','amanda'),(177710,3751,'_billing_last_name','westerman'),(177711,3751,'_billing_company','Lice Clinics of America McKinney'),(177712,3751,'_billing_address_1','3120 HUDSON XING'),(177713,3751,'_billing_address_2','Suite A2'),(177714,3751,'_billing_city','MCKINNEY'),(177715,3751,'_billing_state','TX'),(177716,3751,'_billing_postcode','75070'),(177717,3751,'_billing_country','US'),(177718,3751,'_billing_email','awesterman1103@gmail.com'),(177719,3751,'_billing_phone','12144175741'),(177720,3751,'_shipping_first_name','amanda'),(177721,3751,'_shipping_last_name','westerman'),(177722,3751,'_shipping_company','Lice Clinics of America - McKinney'),(177723,3751,'_shipping_address_1','3120 HUDSON XING'),(177724,3751,'_shipping_address_2','Suite A2'),(177725,3751,'_shipping_city','MCKINNEY'),(177726,3751,'_shipping_state','TX'),(177727,3751,'_shipping_postcode','75070'),(177728,3751,'_shipping_country','US'),(177729,3751,'_order_currency','USD'),(177730,3751,'_cart_discount','0'),(177731,3751,'_cart_discount_tax','0'),(177732,3751,'_order_shipping','0'),(177733,3751,'_order_shipping_tax','0'),(177734,3751,'_order_tax','0'),(177735,3751,'_order_total','728.00'),(177736,3751,'_order_version','10.0.4'),(177737,3751,'_prices_include_tax','no'),(177738,3751,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(177739,3751,'_shipping_address_index','amanda westerman Lice Clinics of America - McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(177740,3751,'is_vat_exempt','no'),(177741,3751,'_wc_order_attribution_source_type','referral'),(177742,3751,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(177743,3751,'_wc_order_attribution_utm_source','lcaportal.com'),(177744,3751,'_wc_order_attribution_utm_medium','referral'),(177745,3751,'_wc_order_attribution_utm_content','/'),(177746,3751,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177747,3751,'_wc_order_attribution_session_start_time','2025-09-05 13:08:25'),(177748,3751,'_wc_order_attribution_session_pages','6'),(177749,3751,'_wc_order_attribution_session_count','1'),(177750,3751,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177751,3751,'_wc_order_attribution_device_type','Desktop'),(177752,3752,'_order_key','wc_order_wyzKyb8LYxCYP'),(177753,3752,'_customer_user','3'),(177754,3752,'_payment_method','paypal'),(177755,3752,'_payment_method_title','PayPal'),(177756,3752,'_customer_ip_address','99.22.146.124'),(177757,3752,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177758,3752,'_created_via','checkout'),(177759,3752,'_cart_hash','9b4fb3de7aa73a3e36ef9bd9c334aee4'),(177760,3752,'_download_permissions_granted','no'),(177761,3752,'_recorded_sales','no'),(177762,3752,'_recorded_coupon_usage_counts','no'),(177763,3752,'_new_order_email_sent','false'),(177764,3752,'_order_stock_reduced','no'),(177765,3752,'_billing_first_name','amanda'),(177766,3752,'_billing_last_name','westerman'),(177767,3752,'_billing_company','Lice Clinics of America McKinney'),(177768,3752,'_billing_address_1','3120 HUDSON XING'),(177769,3752,'_billing_address_2','Suite A2'),(177770,3752,'_billing_city','MCKINNEY'),(177771,3752,'_billing_state','TX'),(177772,3752,'_billing_postcode','75070'),(177773,3752,'_billing_country','US'),(177774,3752,'_billing_email','awesterman1103@gmail.com'),(177775,3752,'_billing_phone','12144175741'),(177776,3752,'_shipping_first_name','amanda'),(177777,3752,'_shipping_last_name','westerman'),(177778,3752,'_shipping_company','Lice Clinics of America - McKinney'),(177779,3752,'_shipping_address_1','3120 HUDSON XING'),(177780,3752,'_shipping_address_2','Suite A2'),(177781,3752,'_shipping_city','MCKINNEY'),(177782,3752,'_shipping_state','TX'),(177783,3752,'_shipping_postcode','75070'),(177784,3752,'_shipping_country','US'),(177785,3752,'_order_currency','USD'),(177786,3752,'_cart_discount','0'),(177787,3752,'_cart_discount_tax','0'),(177788,3752,'_order_shipping','0'),(177789,3752,'_order_shipping_tax','0'),(177790,3752,'_order_tax','0'),(177791,3752,'_order_total','728.00'),(177792,3752,'_order_version','10.0.4'),(177793,3752,'_prices_include_tax','no'),(177794,3752,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(177795,3752,'_shipping_address_index','amanda westerman Lice Clinics of America - McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(177797,3752,'_wc_order_attribution_source_type','referral'),(177798,3752,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(177799,3752,'_wc_order_attribution_utm_source','lcaportal.com'),(177800,3752,'_wc_order_attribution_utm_medium','referral'),(177801,3752,'_wc_order_attribution_utm_content','/'),(177802,3752,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177803,3752,'_wc_order_attribution_session_start_time','2025-09-05 13:08:25'),(177804,3752,'_wc_order_attribution_session_pages','8'),(177805,3752,'_wc_order_attribution_session_count','1'),(177806,3752,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177807,3752,'_wc_order_attribution_device_type','Desktop'),(177808,3752,'is_vat_exempt','no'),(177809,3753,'_order_key','wc_order_85T7h9ddnvprE'),(177810,3753,'_customer_user','3'),(177811,3753,'_payment_method','paypal'),(177812,3753,'_payment_method_title','PayPal'),(177813,3753,'_customer_ip_address','99.22.146.124'),(177814,3753,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177815,3753,'_created_via','checkout'),(177816,3753,'_cart_hash','9b4fb3de7aa73a3e36ef9bd9c334aee4'),(177817,3753,'_download_permissions_granted','yes'),(177818,3753,'_recorded_sales','yes'),(177819,3753,'_recorded_coupon_usage_counts','yes'),(177820,3753,'_new_order_email_sent','true'),(177821,3753,'_order_stock_reduced','yes'),(177822,3753,'_billing_first_name','amanda'),(177823,3753,'_billing_last_name','westerman'),(177824,3753,'_billing_company','Lice Clinics of America McKinney'),(177825,3753,'_billing_address_1','3120 HUDSON XING'),(177826,3753,'_billing_address_2','Suite A2'),(177827,3753,'_billing_city','MCKINNEY'),(177828,3753,'_billing_state','TX'),(177829,3753,'_billing_postcode','75070'),(177830,3753,'_billing_country','US'),(177831,3753,'_billing_email','awesterman1103@gmail.com'),(177832,3753,'_billing_phone','12144175741'),(177833,3753,'_shipping_first_name','amanda'),(177834,3753,'_shipping_last_name','westerman'),(177835,3753,'_shipping_company','Lice Clinics of America - McKinney'),(177836,3753,'_shipping_address_1','3120 HUDSON XING'),(177837,3753,'_shipping_address_2','Suite A2'),(177838,3753,'_shipping_city','MCKINNEY'),(177839,3753,'_shipping_state','TX'),(177840,3753,'_shipping_postcode','75070'),(177841,3753,'_shipping_country','US'),(177842,3753,'_order_currency','USD'),(177843,3753,'_cart_discount','0'),(177844,3753,'_cart_discount_tax','0'),(177845,3753,'_order_shipping','0'),(177846,3753,'_order_shipping_tax','0'),(177847,3753,'_order_tax','0'),(177848,3753,'_order_total','728.00'),(177849,3753,'_order_version','10.1.2'),(177850,3753,'_prices_include_tax','no'),(177851,3753,'_billing_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(177852,3753,'_shipping_address_index','amanda westerman Lice Clinics of America - McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(177853,3753,'is_vat_exempt','no'),(177854,3753,'_wc_order_attribution_source_type','referral'),(177855,3753,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(177856,3753,'_wc_order_attribution_utm_source','lcaportal.com'),(177857,3753,'_wc_order_attribution_utm_medium','referral'),(177858,3753,'_wc_order_attribution_utm_content','/'),(177859,3753,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177860,3753,'_wc_order_attribution_session_start_time','2025-09-05 13:08:25'),(177861,3753,'_wc_order_attribution_session_pages','16'),(177862,3753,'_wc_order_attribution_session_count','1'),(177863,3753,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177864,3753,'_wc_order_attribution_device_type','Desktop'),(177865,3753,'Payment type','instant'),(177866,3753,'_paypal_status','completed'),(177867,3753,'_transaction_id','0EB764348N756540U'),(177868,3753,'PayPal Transaction Fee','25.90'),(177869,3753,'_date_paid','1757078596'),(177870,3753,'_paid_date','2025-09-05 13:23:16'),(177871,191,'_edit_last','2'),(177896,3754,'_order_key','wc_order_1ylMswOtsxaKh'),(177897,3754,'_customer_user','89'),(177898,3754,'_payment_method','paypal'),(177899,3754,'_payment_method_title','PayPal'),(177900,3754,'_customer_ip_address','202.69.149.10'),(177901,3754,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177902,3754,'_created_via','checkout'),(177903,3754,'_cart_hash','7cf09585ac45c519c61f9dd62d7de8a1'),(177904,3754,'_download_permissions_granted','no'),(177905,3754,'_recorded_sales','no'),(177906,3754,'_recorded_coupon_usage_counts','no'),(177907,3754,'_new_order_email_sent','false'),(177908,3754,'_order_stock_reduced','no'),(177909,3754,'_billing_first_name','Scott'),(177910,3754,'_billing_last_name','Wilson'),(177911,3754,'_billing_company','Larada Sciences Inc.'),(177912,3754,'_billing_address_1','154 E Myrtle Ave'),(177913,3754,'_billing_address_2','Suite 304'),(177914,3754,'_billing_city','Murray'),(177915,3754,'_billing_state','UT'),(177916,3754,'_billing_postcode','84107'),(177917,3754,'_billing_country','US'),(177918,3754,'_billing_email','scottw@laradasciences.com'),(177919,3754,'_billing_phone','8015335423'),(177920,3754,'_shipping_first_name','Scott'),(177921,3754,'_shipping_last_name','Wilson'),(177922,3754,'_shipping_company','Larada Sciences Inc.'),(177923,3754,'_shipping_address_1','154 E Myrtle Ave'),(177924,3754,'_shipping_address_2','Suite 304'),(177925,3754,'_shipping_city','Murray'),(177926,3754,'_shipping_state','UT'),(177927,3754,'_shipping_postcode','84107'),(177928,3754,'_shipping_country','US'),(177929,3754,'_order_currency','USD'),(177930,3754,'_cart_discount','0'),(177931,3754,'_cart_discount_tax','0'),(177932,3754,'_order_shipping','0'),(177933,3754,'_order_shipping_tax','0'),(177934,3754,'_order_tax','0'),(177935,3754,'_order_total','1676.80'),(177936,3754,'_order_version','10.1.2'),(177937,3754,'_prices_include_tax','no'),(177938,3754,'_billing_address_index','Scott Wilson Larada Sciences Inc. 154 E Myrtle Ave Suite 304 Murray UT 84107 US scottw@laradasciences.com 8015335423'),(177939,3754,'_shipping_address_index','Scott Wilson Larada Sciences Inc. 154 E Myrtle Ave Suite 304 Murray UT 84107 US '),(177942,3754,'_wc_order_attribution_source_type','typein'),(177943,3754,'_wc_order_attribution_utm_source','(direct)'),(177944,3754,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(177945,3754,'_wc_order_attribution_session_start_time','2025-09-04 20:59:09'),(177946,3754,'_wc_order_attribution_session_pages','6'),(177947,3754,'_wc_order_attribution_session_count','2'),(177948,3754,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(177949,3754,'_wc_order_attribution_device_type','Desktop'),(177950,3754,'is_vat_exempt','no'),(177951,3754,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:108.36;s:35:\"product_level_based_on_tax_settings\";d:108.36;s:10:\"cart_level\";d:0;s:5:\"total\";d:108.36;s:27:\"total_based_on_tax_settings\";d:108.36;}}'),(177954,3755,'_order_key','wc_order_9YbQQ6AfyhVxw'),(177955,3755,'_customer_user','96'),(177956,3755,'_payment_method','paypal'),(177957,3755,'_payment_method_title','PayPal'),(177958,3755,'_customer_ip_address','166.181.86.246'),(177959,3755,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(177960,3755,'_created_via','checkout'),(177961,3755,'_cart_hash','6fa8d893d0dc94a9d56b20f213957840'),(177962,3755,'_download_permissions_granted','yes'),(177963,3755,'_recorded_sales','yes'),(177964,3755,'_recorded_coupon_usage_counts','yes'),(177965,3755,'_new_order_email_sent','true'),(177966,3755,'_order_stock_reduced','yes'),(177967,3755,'_billing_first_name','Jaimi'),(177968,3755,'_billing_last_name','Anderson'),(177969,3755,'_billing_company','Lice Clinics of America - Des Moines'),(177970,3755,'_billing_address_1','1139 Burlington Ter'),(177971,3755,'_billing_city','Des Moines'),(177972,3755,'_billing_state','IA'),(177973,3755,'_billing_postcode','50314'),(177974,3755,'_billing_country','US'),(177975,3755,'_billing_email','j.m.licesolutions@gmail.com'),(177976,3755,'_billing_phone','5159710667'),(177977,3755,'_shipping_first_name','Jaimi'),(177978,3755,'_shipping_last_name','Anderson'),(177979,3755,'_shipping_company','Lice Clinics of America - Des Moines'),(177980,3755,'_shipping_address_1','6900 University Ave.'),(177981,3755,'_shipping_address_2','Ste 120'),(177982,3755,'_shipping_city','Windsor Heights'),(177983,3755,'_shipping_state','IA'),(177984,3755,'_shipping_postcode','50324'),(177985,3755,'_shipping_country','US'),(177986,3755,'_order_currency','USD'),(177987,3755,'_cart_discount','0'),(177988,3755,'_cart_discount_tax','0'),(177989,3755,'_order_shipping','0'),(177990,3755,'_order_shipping_tax','0'),(177991,3755,'_order_tax','0'),(177992,3755,'_order_total','1260.66'),(177993,3755,'_order_version','10.1.2'),(177994,3755,'_prices_include_tax','no'),(177995,3755,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 1139 Burlington Ter  Des Moines IA 50314 US j.m.licesolutions@gmail.com 5159710667'),(177996,3755,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(177998,3755,'_wc_order_attribution_source_type','referral'),(177999,3755,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(178000,3755,'_wc_order_attribution_utm_source','lcaportal.com'),(178001,3755,'_wc_order_attribution_utm_medium','referral'),(178002,3755,'_wc_order_attribution_utm_content','/'),(178003,3755,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178004,3755,'_wc_order_attribution_session_start_time','2025-09-06 18:56:24'),(178005,3755,'_wc_order_attribution_session_pages','13'),(178006,3755,'_wc_order_attribution_session_count','1'),(178007,3755,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(178008,3755,'_wc_order_attribution_device_type','Desktop'),(178009,3756,'_order_key','wc_order_ZMRKvvsfX5GZE'),(178010,3756,'_customer_user','39'),(178011,3756,'_payment_method','paypal'),(178012,3756,'_payment_method_title','PayPal'),(178013,3756,'_customer_ip_address','74.37.227.235'),(178014,3756,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36'),(178015,3756,'_created_via','checkout'),(178016,3756,'_cart_hash','5ce0fd61d18be5aea29216f783a05735'),(178017,3756,'_download_permissions_granted','yes'),(178018,3756,'_recorded_sales','yes'),(178019,3756,'_recorded_coupon_usage_counts','yes'),(178020,3756,'_new_order_email_sent','true'),(178021,3756,'_order_stock_reduced','yes'),(178022,3756,'_billing_first_name','Patty'),(178023,3756,'_billing_last_name','Ziegler'),(178024,3756,'_billing_address_1','3090 Saddle Brook Tr'),(178025,3756,'_billing_city','Sun Prairie'),(178026,3756,'_billing_state','WI'),(178027,3756,'_billing_postcode','53590'),(178028,3756,'_billing_country','US'),(178029,3756,'_billing_email','liceremovalwisconsin@gmail.com'),(178030,3756,'_billing_phone','6088258255'),(178031,3756,'_shipping_first_name','Patty'),(178032,3756,'_shipping_last_name','Ziegler'),(178033,3756,'_shipping_address_1','3090 Saddle Brook Tr'),(178034,3756,'_shipping_city','Sun Prairie'),(178035,3756,'_shipping_state','WI'),(178036,3756,'_shipping_postcode','53590'),(178037,3756,'_shipping_country','US'),(178038,3756,'_order_currency','USD'),(178039,3756,'_cart_discount','0'),(178040,3756,'_cart_discount_tax','0'),(178041,3756,'_order_shipping','0'),(178042,3756,'_order_shipping_tax','0'),(178043,3756,'_order_tax','0'),(178044,3756,'_order_total','711.20'),(178045,3756,'_order_version','10.1.2'),(178046,3756,'_prices_include_tax','no'),(178047,3756,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(178048,3756,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(178049,3756,'is_vat_exempt','no'),(178050,3756,'_wc_order_attribution_source_type','referral'),(178051,3756,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178052,3756,'_wc_order_attribution_utm_source','lcaportal.com'),(178053,3756,'_wc_order_attribution_utm_medium','referral'),(178054,3756,'_wc_order_attribution_utm_content','/'),(178055,3756,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178056,3756,'_wc_order_attribution_session_start_time','2025-09-06 22:25:28'),(178057,3756,'_wc_order_attribution_session_pages','4'),(178058,3756,'_wc_order_attribution_session_count','1'),(178059,3756,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36'),(178060,3756,'_wc_order_attribution_device_type','Mobile'),(178061,3756,'Payment type','instant'),(178062,3756,'_paypal_status','completed'),(178063,3756,'_transaction_id','841970291H377522W'),(178064,3756,'PayPal Transaction Fee','25.31'),(178065,3756,'_date_paid','1757197899'),(178066,3756,'_paid_date','2025-09-06 22:31:39'),(178071,3757,'_order_key','wc_order_gtIEjOutooBnr'),(178072,3757,'_customer_user','54'),(178073,3757,'_payment_method','paypal'),(178074,3757,'_payment_method_title','PayPal'),(178075,3757,'_customer_ip_address','174.194.98.59'),(178076,3757,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(178077,3757,'_created_via','checkout'),(178078,3757,'_cart_hash','8c5a9a16cd24f809bca3411b2535946b'),(178079,3757,'_download_permissions_granted','yes'),(178080,3757,'_recorded_sales','yes'),(178081,3757,'_recorded_coupon_usage_counts','yes'),(178082,3757,'_new_order_email_sent','true'),(178083,3757,'_order_stock_reduced','yes'),(178084,3757,'_billing_first_name','Erin'),(178085,3757,'_billing_last_name','Hawn'),(178086,3757,'_billing_address_1','10 W Phillip Rd'),(178087,3757,'_billing_address_2','Suite 123'),(178088,3757,'_billing_city','Vernon Hills'),(178089,3757,'_billing_state','IL'),(178090,3757,'_billing_postcode','60061'),(178091,3757,'_billing_country','US'),(178092,3757,'_billing_email','info@liceclinicsvernonhills.com'),(178093,3757,'_billing_phone','8475960408'),(178094,3757,'_shipping_first_name','Erin'),(178095,3757,'_shipping_last_name','Hawn'),(178096,3757,'_shipping_address_1','1491 S Amarias Dr'),(178097,3757,'_shipping_city','Round lake'),(178098,3757,'_shipping_state','IL'),(178099,3757,'_shipping_postcode','60073'),(178100,3757,'_shipping_country','US'),(178101,3757,'_order_currency','USD'),(178102,3757,'_cart_discount','0'),(178103,3757,'_cart_discount_tax','0'),(178104,3757,'_order_shipping','0'),(178105,3757,'_order_shipping_tax','0'),(178106,3757,'_order_tax','0'),(178107,3757,'_order_total','901.40'),(178108,3757,'_order_version','10.1.2'),(178109,3757,'_prices_include_tax','no'),(178110,3757,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(178111,3757,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(178112,3757,'is_vat_exempt','no'),(178113,3757,'_wc_order_attribution_source_type','referral'),(178114,3757,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(178115,3757,'_wc_order_attribution_utm_source','com.google.android.gm'),(178116,3757,'_wc_order_attribution_utm_medium','referral'),(178117,3757,'_wc_order_attribution_utm_content','/'),(178118,3757,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178119,3757,'_wc_order_attribution_session_start_time','2025-09-07 13:00:08'),(178120,3757,'_wc_order_attribution_session_pages','14'),(178121,3757,'_wc_order_attribution_session_count','1'),(178122,3757,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36'),(178123,3757,'_wc_order_attribution_device_type','Mobile'),(178124,3757,'Payment type','instant'),(178125,3757,'_paypal_status','completed'),(178126,3757,'_transaction_id','1XA35705CA9677547'),(178127,3757,'PayPal Transaction Fee','31.95'),(178128,3757,'_date_paid','1757251018'),(178129,3757,'_paid_date','2025-09-07 13:16:58'),(178130,3758,'_order_key','wc_order_XndWYSEmjxZpP'),(178131,3758,'_customer_user','50'),(178132,3758,'_payment_method','paypal'),(178133,3758,'_payment_method_title','PayPal'),(178134,3758,'_customer_ip_address','24.34.196.21'),(178135,3758,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(178136,3758,'_created_via','checkout'),(178137,3758,'_cart_hash','37b1ef8ff037551a3bffe9081a2c82c2'),(178138,3758,'_download_permissions_granted','yes'),(178139,3758,'_recorded_sales','yes'),(178140,3758,'_recorded_coupon_usage_counts','yes'),(178141,3758,'_new_order_email_sent','true'),(178142,3758,'_order_stock_reduced','yes'),(178143,3758,'_billing_first_name','Christine'),(178144,3758,'_billing_last_name','Cherry'),(178145,3758,'_billing_company','NITS END'),(178146,3758,'_billing_address_1','PO BOX 1092'),(178147,3758,'_billing_address_2','Suite 401A'),(178148,3758,'_billing_city','Campton'),(178149,3758,'_billing_state','NH'),(178150,3758,'_billing_postcode','03223'),(178151,3758,'_billing_country','US'),(178152,3758,'_billing_email','info@liceclinicsplaistow.com'),(178153,3758,'_billing_phone','16034983390'),(178154,3758,'_shipping_first_name','Christine'),(178155,3758,'_shipping_last_name','Cherry'),(178156,3758,'_shipping_company','C/O Linda Brann LCA/Nits End'),(178157,3758,'_shipping_address_1','16 Toppan Drive'),(178158,3758,'_shipping_city','Gorham'),(178159,3758,'_shipping_state','ME'),(178160,3758,'_shipping_postcode','04038'),(178161,3758,'_shipping_country','US'),(178162,3758,'_order_currency','USD'),(178163,3758,'_cart_discount','0'),(178164,3758,'_cart_discount_tax','0'),(178165,3758,'_order_shipping','0'),(178166,3758,'_order_shipping_tax','0'),(178167,3758,'_order_tax','0'),(178168,3758,'_order_total','511.60'),(178169,3758,'_order_version','10.1.2'),(178170,3758,'_prices_include_tax','no'),(178171,3758,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(178172,3758,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(178173,3758,'is_vat_exempt','no'),(178174,3758,'_wc_order_attribution_source_type','referral'),(178175,3758,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178176,3758,'_wc_order_attribution_utm_source','lcaportal.com'),(178177,3758,'_wc_order_attribution_utm_medium','referral'),(178178,3758,'_wc_order_attribution_utm_content','/'),(178179,3758,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178180,3758,'_wc_order_attribution_session_start_time','2025-09-07 14:52:08'),(178181,3758,'_wc_order_attribution_session_pages','14'),(178182,3758,'_wc_order_attribution_session_count','7'),(178183,3758,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(178184,3758,'_wc_order_attribution_device_type','Desktop'),(178185,3758,'Payment type','instant'),(178186,3758,'_paypal_status','completed'),(178187,3758,'_transaction_id','3YN22295LC543151N'),(178188,3758,'PayPal Transaction Fee','18.34'),(178189,3758,'_date_paid','1757258840'),(178190,3758,'_paid_date','2025-09-07 15:27:20'),(178192,3759,'_order_key','wc_order_Myyptfui19AFQ'),(178193,3759,'_customer_user','76'),(178194,3759,'_payment_method','paypal'),(178195,3759,'_payment_method_title','PayPal'),(178196,3759,'_customer_ip_address','146.115.123.139'),(178197,3759,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(178198,3759,'_created_via','checkout'),(178199,3759,'_cart_hash','b1255600320e93d316a4c251f3ec5428'),(178200,3759,'_download_permissions_granted','yes'),(178201,3759,'_recorded_sales','yes'),(178202,3759,'_recorded_coupon_usage_counts','yes'),(178203,3759,'_new_order_email_sent','true'),(178204,3759,'_order_stock_reduced','yes'),(178205,3759,'_billing_first_name','Naomi'),(178206,3759,'_billing_last_name','Golden'),(178207,3759,'_billing_address_1','31 Mann Ave'),(178208,3759,'_billing_city','Needham'),(178209,3759,'_billing_state','MA'),(178210,3759,'_billing_postcode','02492'),(178211,3759,'_billing_country','US'),(178212,3759,'_billing_email','nrgolden6486@gmail.com'),(178213,3759,'_billing_phone','6178511322'),(178214,3759,'_shipping_first_name','Naomi'),(178215,3759,'_shipping_last_name','Golden'),(178216,3759,'_shipping_company','Lice Clinics of America'),(178217,3759,'_shipping_address_1','60 Dedham Ave'),(178218,3759,'_shipping_address_2','suite 201'),(178219,3759,'_shipping_city','Needham'),(178220,3759,'_shipping_state','MA'),(178221,3759,'_shipping_postcode','02492'),(178222,3759,'_shipping_country','US'),(178223,3759,'_order_currency','USD'),(178224,3759,'_cart_discount','0'),(178225,3759,'_cart_discount_tax','0'),(178226,3759,'_order_shipping','0'),(178227,3759,'_order_shipping_tax','0'),(178228,3759,'_order_tax','0'),(178229,3759,'_order_total','560.60'),(178230,3759,'_order_version','10.1.2'),(178231,3759,'_prices_include_tax','no'),(178232,3759,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(178233,3759,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave suite 201 Needham MA 02492 US '),(178234,3759,'is_vat_exempt','no'),(178235,3759,'_wc_order_attribution_source_type','typein'),(178236,3759,'_wc_order_attribution_utm_source','(direct)'),(178237,3759,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178238,3759,'_wc_order_attribution_session_start_time','2025-09-08 17:36:02'),(178239,3759,'_wc_order_attribution_session_pages','15'),(178240,3759,'_wc_order_attribution_session_count','1'),(178241,3759,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(178242,3759,'_wc_order_attribution_device_type','Desktop'),(178243,3759,'Payment type','instant'),(178244,3759,'_paypal_status','completed'),(178245,3759,'_transaction_id','17326189XT783384B'),(178246,3759,'PayPal Transaction Fee','20.05'),(178247,3759,'_date_paid','1757353355'),(178248,3759,'_paid_date','2025-09-08 17:42:35'),(178249,3760,'_order_key','wc_order_bq3v5xmRA9Tqk'),(178250,3760,'_customer_user','5'),(178251,3760,'_payment_method','paypal'),(178252,3760,'_payment_method_title','PayPal'),(178253,3760,'_customer_ip_address','71.237.182.213'),(178254,3760,'_customer_user_agent','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'),(178255,3760,'_created_via','checkout'),(178256,3760,'_cart_hash','f2b3f78aadf94d88210c11198e453a05'),(178257,3760,'_download_permissions_granted','yes'),(178258,3760,'_recorded_sales','yes'),(178259,3760,'_recorded_coupon_usage_counts','yes'),(178260,3760,'_new_order_email_sent','true'),(178261,3760,'_order_stock_reduced','yes'),(178262,3760,'_billing_first_name','Mark'),(178263,3760,'_billing_last_name','Meyer'),(178264,3760,'_billing_company','lice clinics of america- portland'),(178265,3760,'_billing_address_1','5201 SW Westgate Dr suite 106'),(178266,3760,'_billing_address_2','Suite 106'),(178267,3760,'_billing_city','portland'),(178268,3760,'_billing_state','OR'),(178269,3760,'_billing_postcode','97221'),(178270,3760,'_billing_country','US'),(178271,3760,'_billing_email','noemi.and.mark@nwliceclinics.com'),(178272,3760,'_billing_phone','15038012848'),(178273,3760,'_shipping_first_name','Mark'),(178274,3760,'_shipping_last_name','Meyer'),(178275,3760,'_shipping_company','lice clinics of america- portland'),(178276,3760,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(178277,3760,'_shipping_address_2','Suite 106'),(178278,3760,'_shipping_city','portland'),(178279,3760,'_shipping_state','OR'),(178280,3760,'_shipping_postcode','97221'),(178281,3760,'_shipping_country','US'),(178282,3760,'_order_currency','USD'),(178283,3760,'_cart_discount','0'),(178284,3760,'_cart_discount_tax','0'),(178285,3760,'_order_shipping','0'),(178286,3760,'_order_shipping_tax','0'),(178287,3760,'_order_tax','0'),(178288,3760,'_order_total','2541.95'),(178289,3760,'_order_version','10.1.2'),(178290,3760,'_prices_include_tax','no'),(178291,3760,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(178292,3760,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(178293,3760,'is_vat_exempt','no'),(178294,3760,'_wc_order_attribution_source_type','referral'),(178295,3760,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178296,3760,'_wc_order_attribution_utm_source','lcaportal.com'),(178297,3760,'_wc_order_attribution_utm_medium','referral'),(178298,3760,'_wc_order_attribution_utm_content','/'),(178299,3760,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178300,3760,'_wc_order_attribution_session_start_time','2025-09-08 18:01:14'),(178301,3760,'_wc_order_attribution_session_pages','10'),(178302,3760,'_wc_order_attribution_session_count','1'),(178303,3760,'_wc_order_attribution_user_agent','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'),(178304,3760,'_wc_order_attribution_device_type','Desktop'),(178305,3760,'Payment type','instant'),(178306,3760,'_paypal_status','completed'),(178307,3760,'_transaction_id','08D18166U45950205'),(178308,3760,'PayPal Transaction Fee','89.20'),(178309,3760,'_date_paid','1757355709'),(178310,3760,'_paid_date','2025-09-08 18:21:49'),(178311,3761,'_order_key','wc_order_cvkzTitZ9OLDG'),(178312,3761,'_customer_user','100'),(178313,3761,'_payment_method','paypal'),(178314,3761,'_payment_method_title','PayPal'),(178315,3761,'_customer_ip_address','73.158.157.52'),(178316,3761,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(178317,3761,'_created_via','checkout'),(178318,3761,'_cart_hash','0f9d9b5af0d50a99c35149a9b834f417'),(178319,3761,'_download_permissions_granted','yes'),(178320,3761,'_recorded_sales','yes'),(178321,3761,'_recorded_coupon_usage_counts','yes'),(178322,3761,'_new_order_email_sent','true'),(178323,3761,'_order_stock_reduced','yes'),(178324,3761,'_billing_first_name','Michael'),(178325,3761,'_billing_last_name','Beckman'),(178326,3761,'_billing_address_1','921 Moraga Ave'),(178327,3761,'_billing_city','Piedmont'),(178328,3761,'_billing_state','CA'),(178329,3761,'_billing_postcode','94611'),(178330,3761,'_billing_country','US'),(178331,3761,'_billing_email','licetoknowyou@gmail.com'),(178332,3761,'_billing_phone','8585314583'),(178333,3761,'_shipping_first_name','Chelsey'),(178334,3761,'_shipping_last_name','Watkins'),(178335,3761,'_shipping_company','Lice Clinics of America - Sunnyvale'),(178336,3761,'_shipping_address_1','958 Redmond ave'),(178337,3761,'_shipping_city','San Jose'),(178338,3761,'_shipping_state','CA'),(178339,3761,'_shipping_postcode','95120'),(178340,3761,'_shipping_country','US'),(178341,3761,'_order_currency','USD'),(178342,3761,'_cart_discount','0'),(178343,3761,'_cart_discount_tax','0'),(178344,3761,'_order_shipping','63.31'),(178345,3761,'_order_shipping_tax','0'),(178346,3761,'_order_tax','0'),(178347,3761,'_order_total','471.71'),(178348,3761,'_order_version','10.1.2'),(178349,3761,'_prices_include_tax','no'),(178350,3761,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(178351,3761,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(178352,3761,'is_vat_exempt','no'),(178353,3761,'_wc_order_attribution_source_type','referral'),(178354,3761,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178355,3761,'_wc_order_attribution_utm_source','lcaportal.com'),(178356,3761,'_wc_order_attribution_utm_medium','referral'),(178357,3761,'_wc_order_attribution_utm_content','/'),(178358,3761,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178359,3761,'_wc_order_attribution_session_start_time','2025-09-08 18:19:14'),(178360,3761,'_wc_order_attribution_session_pages','8'),(178361,3761,'_wc_order_attribution_session_count','11'),(178362,3761,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(178363,3761,'_wc_order_attribution_device_type','Desktop'),(178364,3761,'Payment type','instant'),(178365,3761,'_paypal_status','completed'),(178366,3761,'_transaction_id','28889628EB733545J'),(178367,3761,'PayPal Transaction Fee','16.95'),(178368,3761,'_date_paid','1757355746'),(178369,3761,'_paid_date','2025-09-08 18:22:26'),(178370,3753,'_edit_lock','1757364058:2'),(178371,3753,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181125\";s:12:\"date_shipped\";s:10:\"1757030400\";s:11:\"tracking_id\";s:32:\"6d27c1871fd84c1f5be76bb41daa03e0\";}}'),(178372,3753,'_edit_last','2'),(178373,3753,'_date_completed','1757364188'),(178374,3753,'_completed_date','2025-09-08 20:43:08'),(178375,3756,'_edit_lock','1757364100:2'),(178376,3756,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181386\";s:12:\"date_shipped\";s:10:\"1757289600\";s:11:\"tracking_id\";s:32:\"cc35f15c7f0ddc955147f1ea2c3cce89\";}}'),(178377,3756,'_edit_last','2'),(178378,3756,'_date_completed','1757364238'),(178379,3756,'_completed_date','2025-09-08 20:43:58'),(178380,3758,'_edit_lock','1757364327:2'),(178381,3758,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181401\";s:12:\"date_shipped\";s:10:\"1757289600\";s:11:\"tracking_id\";s:32:\"84f969c2e1b09d8221296bd3d6d3ad0e\";}}'),(178382,3758,'_edit_last','2'),(178383,3758,'_date_completed','1757364311'),(178384,3758,'_completed_date','2025-09-08 20:45:11'),(178385,3757,'_edit_lock','1757364327:2'),(178386,3757,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181445\";s:12:\"date_shipped\";s:10:\"1757289600\";s:11:\"tracking_id\";s:32:\"2d83458fa88b87cd618498741329958a\";}}'),(178387,3757,'_edit_last','2'),(178388,3757,'_date_completed','1757364450'),(178389,3757,'_completed_date','2025-09-08 20:47:30'),(178391,3755,'is_vat_exempt','no'),(178392,3755,'Payment type','instant'),(178393,3755,'_paypal_status','completed'),(178394,3755,'_transaction_id','8JF93640370229416'),(178395,3755,'PayPal Transaction Fee','44.49'),(178396,3755,'_date_paid','1757367207'),(178397,3755,'_paid_date','2025-09-08 21:33:27'),(178399,3762,'_order_key','wc_order_GmCEf3SNJ5tKD'),(178400,3762,'_customer_user','5'),(178401,3762,'_payment_method','paypal'),(178402,3762,'_payment_method_title','PayPal'),(178403,3762,'_customer_ip_address','71.237.182.213'),(178404,3762,'_customer_user_agent','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'),(178405,3762,'_created_via','checkout'),(178406,3762,'_cart_hash','82239f30d398d3e993b5ec4a3c80d18e'),(178407,3762,'_download_permissions_granted','yes'),(178408,3762,'_recorded_sales','yes'),(178409,3762,'_recorded_coupon_usage_counts','yes'),(178410,3762,'_new_order_email_sent','true'),(178411,3762,'_order_stock_reduced','yes'),(178412,3762,'_billing_first_name','Mark'),(178413,3762,'_billing_last_name','Meyer'),(178414,3762,'_billing_company','lice clinics of america- portland'),(178415,3762,'_billing_address_1','5201 SW Westgate Dr suite 106'),(178416,3762,'_billing_address_2','Suite 106'),(178417,3762,'_billing_city','portland'),(178418,3762,'_billing_state','OR'),(178419,3762,'_billing_postcode','97221'),(178420,3762,'_billing_country','US'),(178421,3762,'_billing_email','noemi.and.mark@nwliceclinics.com'),(178422,3762,'_billing_phone','15038012848'),(178423,3762,'_shipping_first_name','Becky'),(178424,3762,'_shipping_last_name','Williams'),(178425,3762,'_shipping_company','lice clinics of america- Tacoma'),(178426,3762,'_shipping_address_1','1018 139th St E'),(178427,3762,'_shipping_city','Tacoma'),(178428,3762,'_shipping_state','WA'),(178429,3762,'_shipping_postcode','98445'),(178430,3762,'_shipping_country','US'),(178431,3762,'_order_currency','USD'),(178432,3762,'_cart_discount','0'),(178433,3762,'_cart_discount_tax','0'),(178434,3762,'_order_shipping','0'),(178435,3762,'_order_shipping_tax','0'),(178436,3762,'_order_tax','0'),(178437,3762,'_order_total','2641.80'),(178438,3762,'_order_version','10.1.2'),(178439,3762,'_prices_include_tax','no'),(178440,3762,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(178441,3762,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(178442,3762,'is_vat_exempt','no'),(178443,3762,'_wc_order_attribution_source_type','referral'),(178444,3762,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178445,3762,'_wc_order_attribution_utm_source','lcaportal.com'),(178446,3762,'_wc_order_attribution_utm_medium','referral'),(178447,3762,'_wc_order_attribution_utm_content','/'),(178448,3762,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178449,3762,'_wc_order_attribution_session_start_time','2025-09-08 21:37:56'),(178450,3762,'_wc_order_attribution_session_pages','17'),(178451,3762,'_wc_order_attribution_session_count','2'),(178452,3762,'_wc_order_attribution_user_agent','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'),(178453,3762,'_wc_order_attribution_device_type','Desktop'),(178454,3762,'Payment type','instant'),(178455,3762,'_paypal_status','completed'),(178456,3762,'_transaction_id','90K24801KT2251200'),(178457,3762,'PayPal Transaction Fee','92.69'),(178458,3762,'_date_paid','1757369658'),(178459,3762,'_paid_date','2025-09-08 22:14:18'),(178460,3763,'_order_key','wc_order_kudEzPnZPTrL3'),(178461,3763,'_customer_user','78'),(178462,3763,'_payment_method','paypal'),(178463,3763,'_payment_method_title','PayPal'),(178464,3763,'_customer_ip_address','98.116.220.129'),(178465,3763,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178466,3763,'_created_via','checkout'),(178467,3763,'_cart_hash','15b87af8d34bccab11ff5e12bb160438'),(178468,3763,'_download_permissions_granted','no'),(178469,3763,'_recorded_sales','no'),(178470,3763,'_recorded_coupon_usage_counts','no'),(178471,3763,'_new_order_email_sent','false'),(178472,3763,'_order_stock_reduced','no'),(178473,3763,'_billing_first_name','Richard'),(178474,3763,'_billing_last_name','Florsheim'),(178475,3763,'_billing_company','Licura'),(178476,3763,'_billing_address_1','3827 w fairway heights dr'),(178477,3763,'_billing_city','Mequon'),(178478,3763,'_billing_state','NY'),(178479,3763,'_billing_postcode','53092'),(178480,3763,'_billing_country','US'),(178481,3763,'_billing_email','tara@liceclinicslongIsland.com'),(178482,3763,'_billing_phone','5619006382'),(178483,3763,'_shipping_first_name','Tara'),(178484,3763,'_shipping_last_name','johnson'),(178485,3763,'_shipping_company','LCA'),(178486,3763,'_shipping_address_1','152 E.84th st'),(178487,3763,'_shipping_address_2','1J'),(178488,3763,'_shipping_city','Nyc'),(178489,3763,'_shipping_state','NY'),(178490,3763,'_shipping_postcode','10028'),(178491,3763,'_shipping_country','US'),(178492,3763,'_order_currency','USD'),(178493,3763,'_cart_discount','0'),(178494,3763,'_cart_discount_tax','0'),(178495,3763,'_order_shipping','21.14'),(178496,3763,'_order_shipping_tax','0'),(178497,3763,'_order_tax','0'),(178498,3763,'_order_total','173.84'),(178499,3763,'_order_version','10.1.2'),(178500,3763,'_prices_include_tax','no'),(178501,3763,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(178502,3763,'_shipping_address_index','Tara johnson LCA 152 E.84th st 1J Nyc NY 10028 US '),(178503,3763,'is_vat_exempt','no'),(178504,3763,'_wc_order_attribution_source_type','typein'),(178505,3763,'_wc_order_attribution_utm_source','(direct)'),(178506,3763,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178507,3763,'_wc_order_attribution_session_start_time','2025-09-09 16:40:10'),(178508,3763,'_wc_order_attribution_session_pages','4'),(178509,3763,'_wc_order_attribution_session_count','1'),(178510,3763,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178511,3763,'_wc_order_attribution_device_type','Mobile'),(178512,3764,'_order_key','wc_order_gXBItSYB4svPg'),(178513,3764,'_customer_user','78'),(178514,3764,'_payment_method','paypal'),(178515,3764,'_payment_method_title','PayPal'),(178516,3764,'_customer_ip_address','98.116.220.129'),(178517,3764,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178518,3764,'_created_via','checkout'),(178519,3764,'_cart_hash','15b87af8d34bccab11ff5e12bb160438'),(178520,3764,'_download_permissions_granted','no'),(178521,3764,'_recorded_sales','no'),(178522,3764,'_recorded_coupon_usage_counts','no'),(178523,3764,'_new_order_email_sent','false'),(178524,3764,'_order_stock_reduced','no'),(178525,3764,'_billing_first_name','Richard'),(178526,3764,'_billing_last_name','Florsheim'),(178527,3764,'_billing_company','Licura'),(178528,3764,'_billing_address_1','3827 w fairway heights dr'),(178529,3764,'_billing_city','Mequon'),(178530,3764,'_billing_state','NY'),(178531,3764,'_billing_postcode','53092'),(178532,3764,'_billing_country','US'),(178533,3764,'_billing_email','tara@liceclinicslongIsland.com'),(178534,3764,'_billing_phone','5619006382'),(178535,3764,'_shipping_first_name','Tara'),(178536,3764,'_shipping_last_name','johnson'),(178537,3764,'_shipping_company','LCA'),(178538,3764,'_shipping_address_1','152 E.84th st'),(178539,3764,'_shipping_address_2','1J'),(178540,3764,'_shipping_city','Nyc'),(178541,3764,'_shipping_state','NY'),(178542,3764,'_shipping_postcode','10028'),(178543,3764,'_shipping_country','US'),(178544,3764,'_order_currency','USD'),(178545,3764,'_cart_discount','0'),(178546,3764,'_cart_discount_tax','0'),(178547,3764,'_order_shipping','21.14'),(178548,3764,'_order_shipping_tax','0'),(178549,3764,'_order_tax','0'),(178550,3764,'_order_total','173.84'),(178551,3764,'_order_version','10.1.2'),(178552,3764,'_prices_include_tax','no'),(178553,3764,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(178554,3764,'_shipping_address_index','Tara johnson LCA 152 E.84th st 1J Nyc NY 10028 US '),(178555,3764,'is_vat_exempt','no'),(178556,3764,'_wc_order_attribution_source_type','typein'),(178557,3764,'_wc_order_attribution_utm_source','(direct)'),(178558,3764,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178559,3764,'_wc_order_attribution_session_start_time','2025-09-09 16:40:10'),(178560,3764,'_wc_order_attribution_session_pages','10'),(178561,3764,'_wc_order_attribution_session_count','1'),(178562,3764,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178563,3764,'_wc_order_attribution_device_type','Mobile'),(178564,3765,'_order_key','wc_order_H1emDjPGeQcbM'),(178565,3765,'_customer_user','78'),(178566,3765,'_payment_method','paypal'),(178567,3765,'_payment_method_title','PayPal'),(178568,3765,'_customer_ip_address','98.116.220.129'),(178569,3765,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178570,3765,'_created_via','checkout'),(178571,3765,'_cart_hash','15b87af8d34bccab11ff5e12bb160438'),(178572,3765,'_download_permissions_granted','yes'),(178573,3765,'_recorded_sales','yes'),(178574,3765,'_recorded_coupon_usage_counts','yes'),(178575,3765,'_new_order_email_sent','true'),(178576,3765,'_order_stock_reduced','yes'),(178577,3765,'_billing_first_name','Richard'),(178578,3765,'_billing_last_name','Florsheim'),(178579,3765,'_billing_company','Licura'),(178580,3765,'_billing_address_1','3827 w fairway heights dr'),(178581,3765,'_billing_city','Mequon'),(178582,3765,'_billing_state','NY'),(178583,3765,'_billing_postcode','53092'),(178584,3765,'_billing_country','US'),(178585,3765,'_billing_email','tara@liceclinicslongIsland.com'),(178586,3765,'_billing_phone','5619006382'),(178587,3765,'_shipping_first_name','Tara'),(178588,3765,'_shipping_last_name','johnson'),(178589,3765,'_shipping_company','LCA'),(178590,3765,'_shipping_address_1','152 E.84th st'),(178591,3765,'_shipping_address_2','1J'),(178592,3765,'_shipping_city','Nyc'),(178593,3765,'_shipping_state','NY'),(178594,3765,'_shipping_postcode','10028'),(178595,3765,'_shipping_country','US'),(178596,3765,'_order_currency','USD'),(178597,3765,'_cart_discount','0'),(178598,3765,'_cart_discount_tax','0'),(178599,3765,'_order_shipping','21.14'),(178600,3765,'_order_shipping_tax','0'),(178601,3765,'_order_tax','0'),(178602,3765,'_order_total','173.84'),(178603,3765,'_order_version','10.1.2'),(178604,3765,'_prices_include_tax','no'),(178605,3765,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(178606,3765,'_shipping_address_index','Tara johnson LCA 152 E.84th st 1J Nyc NY 10028 US '),(178607,3765,'is_vat_exempt','no'),(178608,3765,'_wc_order_attribution_source_type','typein'),(178609,3765,'_wc_order_attribution_utm_source','(direct)'),(178610,3765,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178611,3765,'_wc_order_attribution_session_start_time','2025-09-09 16:40:10'),(178612,3765,'_wc_order_attribution_session_pages','18'),(178613,3765,'_wc_order_attribution_session_count','1'),(178614,3765,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(178615,3765,'_wc_order_attribution_device_type','Mobile'),(178616,3765,'Payment type','instant'),(178617,3765,'_paypal_status','completed'),(178618,3765,'_transaction_id','1A891669S0741120R'),(178619,3765,'PayPal Transaction Fee','6.56'),(178620,3765,'_date_paid','1757436400'),(178621,3765,'_paid_date','2025-09-09 16:46:40'),(178622,3759,'_edit_lock','1757452467:2'),(178623,3759,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181607\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"ceb7c5349287a9c057907c061e1a3962\";}}'),(178624,3759,'_edit_last','2'),(178625,3759,'_date_completed','1757452461'),(178626,3759,'_completed_date','2025-09-09 21:14:21'),(178627,3755,'_edit_lock','1757452408:2'),(178628,3755,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181710\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"865cd678f099be4847cf72b8351d715e\";}}'),(178629,3755,'_edit_last','2'),(178630,3755,'_date_completed','1757452505'),(178631,3755,'_completed_date','2025-09-09 21:15:05'),(178636,3766,'_order_key','wc_order_RnwYS99qVVeyk'),(178637,3766,'_customer_user','108'),(178638,3766,'_payment_method','paypal'),(178639,3766,'_payment_method_title','PayPal'),(178640,3766,'_customer_ip_address','47.183.197.100'),(178641,3766,'_customer_user_agent','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'),(178642,3766,'_created_via','checkout'),(178643,3766,'_cart_hash','69a52c41a161623e9d78124df105a0b3'),(178644,3766,'_download_permissions_granted','yes'),(178645,3766,'_recorded_sales','yes'),(178646,3766,'_recorded_coupon_usage_counts','yes'),(178647,3766,'_new_order_email_sent','true'),(178648,3766,'_order_stock_reduced','yes'),(178649,3766,'_billing_first_name','Kat'),(178650,3766,'_billing_last_name','Khalaf'),(178651,3766,'_billing_company','Lice Clinics of America'),(178652,3766,'_billing_address_1','3844 Kelly Blvd'),(178653,3766,'_billing_address_2','Unit H'),(178654,3766,'_billing_city','Carrollton'),(178655,3766,'_billing_state','TX'),(178656,3766,'_billing_postcode','75007'),(178657,3766,'_billing_country','US'),(178658,3766,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(178659,3766,'_billing_phone','6462212276'),(178660,3766,'_shipping_first_name','Kat'),(178661,3766,'_shipping_last_name','Khalaf'),(178662,3766,'_shipping_company','Lice Clinics of America'),(178663,3766,'_shipping_address_1','3844 Kelly Blvd'),(178664,3766,'_shipping_city','CARROLLTON'),(178665,3766,'_shipping_state','TX'),(178666,3766,'_shipping_postcode','75007'),(178667,3766,'_shipping_country','US'),(178668,3766,'_order_currency','USD'),(178669,3766,'_cart_discount','0'),(178670,3766,'_cart_discount_tax','0'),(178671,3766,'_order_shipping','0'),(178672,3766,'_order_shipping_tax','0'),(178673,3766,'_order_tax','0'),(178674,3766,'_order_total','729.70'),(178675,3766,'_order_version','10.1.2'),(178676,3766,'_prices_include_tax','no'),(178677,3766,'_billing_address_index','Kat Khalaf Lice Clinics of America 3844 Kelly Blvd Unit H Carrollton TX 75007 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(178678,3766,'_shipping_address_index','Kat Khalaf Lice Clinics of America 3844 Kelly Blvd  CARROLLTON TX 75007 US '),(178679,3766,'is_vat_exempt','no'),(178680,3766,'_wc_order_attribution_source_type','referral'),(178681,3766,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178682,3766,'_wc_order_attribution_utm_source','lcaportal.com'),(178683,3766,'_wc_order_attribution_utm_medium','referral'),(178684,3766,'_wc_order_attribution_utm_content','/'),(178685,3766,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178686,3766,'_wc_order_attribution_session_start_time','2025-09-10 03:38:15'),(178687,3766,'_wc_order_attribution_session_pages','22'),(178688,3766,'_wc_order_attribution_session_count','1'),(178689,3766,'_wc_order_attribution_user_agent','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'),(178690,3766,'_wc_order_attribution_device_type','Desktop'),(178691,3766,'Payment type','instant'),(178692,3766,'_paypal_status','completed'),(178693,3766,'_transaction_id','0F528621WS3893628'),(178694,3766,'PayPal Transaction Fee','25.96'),(178695,3766,'_date_paid','1757478520'),(178696,3766,'_paid_date','2025-09-10 04:28:40'),(178697,3767,'_order_key','wc_order_6AhwQBZgEwEEG'),(178698,3767,'_customer_user','3'),(178699,3767,'_payment_method','paypal'),(178700,3767,'_payment_method_title','PayPal'),(178701,3767,'_customer_ip_address','99.22.146.124'),(178702,3767,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(178703,3767,'_created_via','checkout'),(178704,3767,'_cart_hash','339e8c3e19b0d59df90fc34e110a5eea'),(178705,3767,'_download_permissions_granted','yes'),(178706,3767,'_recorded_sales','yes'),(178707,3767,'_recorded_coupon_usage_counts','yes'),(178708,3767,'_new_order_email_sent','true'),(178709,3767,'_order_stock_reduced','yes'),(178710,3767,'_billing_first_name','amanda'),(178711,3767,'_billing_last_name','westerman'),(178712,3767,'_billing_company','Lice Clinics of America Dallas'),(178713,3767,'_billing_address_1','3120 HUDSON XING'),(178714,3767,'_billing_address_2','Suite A2'),(178715,3767,'_billing_city','MCKINNEY'),(178716,3767,'_billing_state','TX'),(178717,3767,'_billing_postcode','75070'),(178718,3767,'_billing_country','US'),(178719,3767,'_billing_email','awesterman1103@gmail.com'),(178720,3767,'_billing_phone','12144175741'),(178721,3767,'_shipping_first_name','amanda'),(178722,3767,'_shipping_last_name','westerman'),(178723,3767,'_shipping_company','Lice Clinics of America - Dallas'),(178724,3767,'_shipping_address_1','1709 Damian Way'),(178725,3767,'_shipping_city','Richardson'),(178726,3767,'_shipping_state','TX'),(178727,3767,'_shipping_postcode','75081'),(178728,3767,'_shipping_country','US'),(178729,3767,'_order_currency','USD'),(178730,3767,'_cart_discount','0'),(178731,3767,'_cart_discount_tax','0'),(178732,3767,'_order_shipping','0'),(178733,3767,'_order_shipping_tax','0'),(178734,3767,'_order_tax','0'),(178735,3767,'_order_total','532.40'),(178736,3767,'_order_version','10.1.2'),(178737,3767,'_prices_include_tax','no'),(178738,3767,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(178739,3767,'_shipping_address_index','amanda westerman Lice Clinics of America - Dallas 1709 Damian Way  Richardson TX 75081 US '),(178740,3767,'is_vat_exempt','no'),(178741,3767,'_wc_order_attribution_source_type','referral'),(178742,3767,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(178743,3767,'_wc_order_attribution_utm_source','lcaportal.com'),(178744,3767,'_wc_order_attribution_utm_medium','referral'),(178745,3767,'_wc_order_attribution_utm_content','/'),(178746,3767,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178747,3767,'_wc_order_attribution_session_start_time','2025-09-10 18:22:18'),(178748,3767,'_wc_order_attribution_session_pages','6'),(178749,3767,'_wc_order_attribution_session_count','2'),(178750,3767,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(178751,3767,'_wc_order_attribution_device_type','Desktop'),(178752,3767,'Payment type','instant'),(178753,3767,'_paypal_status','completed'),(178754,3767,'_transaction_id','09G446134L573835U'),(178755,3767,'PayPal Transaction Fee','19.07'),(178756,3767,'_date_paid','1757528886'),(178757,3767,'_paid_date','2025-09-10 18:28:06'),(178758,3768,'_order_key','wc_order_xawT52UIosxLr'),(178759,3768,'_customer_user','73'),(178760,3768,'_payment_method','paypal'),(178761,3768,'_payment_method_title','PayPal'),(178762,3768,'_customer_ip_address','73.63.237.166'),(178763,3768,'_customer_user_agent','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'),(178764,3768,'_created_via','checkout'),(178765,3768,'_cart_hash','dd3b226a60e3b16c993928f7a74fb5cc'),(178766,3768,'_download_permissions_granted','yes'),(178767,3768,'_recorded_sales','yes'),(178768,3768,'_recorded_coupon_usage_counts','yes'),(178769,3768,'_new_order_email_sent','true'),(178770,3768,'_order_stock_reduced','yes'),(178771,3768,'_billing_first_name','Lice Clinics'),(178772,3768,'_billing_last_name','Castro Valley'),(178773,3768,'_billing_company','Lice Clinics of America - Castro Valley'),(178774,3768,'_billing_address_1','20406 Redwood Rd, Suite A'),(178775,3768,'_billing_city','Castro Valley'),(178776,3768,'_billing_state','CA'),(178777,3768,'_billing_postcode','94546'),(178778,3768,'_billing_country','US'),(178779,3768,'_billing_email','liceclinicscastrovalley@gmail.com'),(178780,3768,'_billing_phone','5107310888'),(178781,3768,'_shipping_first_name','sandy'),(178782,3768,'_shipping_last_name','kong'),(178783,3768,'_shipping_company','LCA - Castro Valley'),(178784,3768,'_shipping_address_1','36628 Sequoia Ct'),(178785,3768,'_shipping_city','Newark'),(178786,3768,'_shipping_state','CA'),(178787,3768,'_shipping_postcode','94560'),(178788,3768,'_shipping_country','US'),(178789,3768,'_order_currency','USD'),(178790,3768,'_cart_discount','0'),(178791,3768,'_cart_discount_tax','0'),(178792,3768,'_order_shipping','0'),(178793,3768,'_order_shipping_tax','0'),(178794,3768,'_order_tax','0'),(178795,3768,'_order_total','5622.91'),(178796,3768,'_order_version','10.1.2'),(178797,3768,'_prices_include_tax','no'),(178798,3768,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A  Castro Valley CA 94546 US liceclinicscastrovalley@gmail.com 5107310888'),(178799,3768,'_shipping_address_index','sandy kong LCA - Castro Valley 36628 Sequoia Ct  Newark CA 94560 US '),(178802,3768,'_wc_order_attribution_source_type','typein'),(178803,3768,'_wc_order_attribution_utm_source','(direct)'),(178804,3768,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178805,3768,'_wc_order_attribution_session_start_time','2025-09-10 22:46:06'),(178806,3768,'_wc_order_attribution_session_pages','10'),(178807,3768,'_wc_order_attribution_session_count','1'),(178808,3768,'_wc_order_attribution_user_agent','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'),(178809,3768,'_wc_order_attribution_device_type','Desktop'),(178810,3768,'is_vat_exempt','no'),(178811,3768,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:369.99200000000002;s:35:\"product_level_based_on_tax_settings\";d:369.99200000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:369.99200000000002;s:27:\"total_based_on_tax_settings\";d:369.99200000000002;}}'),(178812,3768,'Payment type','instant'),(178813,3768,'_paypal_status','completed'),(178814,3768,'_transaction_id','3N698864V6907331M'),(178815,3768,'PayPal Transaction Fee','196.73'),(178816,3768,'_date_paid','1757546050'),(178817,3768,'_paid_date','2025-09-10 23:14:10'),(178818,3769,'_order_key','wc_order_29XHC0p0EeGUw'),(178819,3769,'_customer_user','46'),(178820,3769,'_payment_method','paypal'),(178821,3769,'_payment_method_title','PayPal'),(178822,3769,'_customer_ip_address','173.218.131.163'),(178823,3769,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(178824,3769,'_created_via','checkout'),(178825,3769,'_cart_hash','fe410e01913c5b653cb79ff7569e02e9'),(178826,3769,'_download_permissions_granted','yes'),(178827,3769,'_recorded_sales','yes'),(178828,3769,'_recorded_coupon_usage_counts','yes'),(178829,3769,'_new_order_email_sent','true'),(178830,3769,'_order_stock_reduced','yes'),(178831,3769,'_billing_first_name','Ashe'),(178832,3769,'_billing_last_name','montalvo'),(178833,3769,'_billing_company','lice clincs of america jonesboro'),(178834,3769,'_billing_address_1','1406 Market Place'),(178835,3769,'_billing_address_2','Apartment 10'),(178836,3769,'_billing_city','Jonesboro'),(178837,3769,'_billing_state','AR'),(178838,3769,'_billing_postcode','72404'),(178839,3769,'_billing_country','US'),(178840,3769,'_billing_email','bsdashlynf@gmail.com'),(178841,3769,'_billing_phone','8706132520'),(178842,3769,'_shipping_first_name','Ashe'),(178843,3769,'_shipping_last_name','montalvo'),(178844,3769,'_shipping_company','lice clincs of america jonesboro'),(178845,3769,'_shipping_address_1','3114 Fox Road'),(178846,3769,'_shipping_address_2','suite D'),(178847,3769,'_shipping_city','Jonesboro'),(178848,3769,'_shipping_state','AR'),(178849,3769,'_shipping_postcode','72404'),(178850,3769,'_shipping_country','US'),(178851,3769,'_order_currency','USD'),(178852,3769,'_cart_discount','0'),(178853,3769,'_cart_discount_tax','0'),(178854,3769,'_order_shipping','15.24'),(178855,3769,'_order_shipping_tax','0'),(178856,3769,'_order_tax','0'),(178857,3769,'_order_total','249.54'),(178858,3769,'_order_version','10.1.2'),(178859,3769,'_prices_include_tax','no'),(178860,3769,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(178861,3769,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(178862,3769,'is_vat_exempt','no'),(178863,3769,'_wc_order_attribution_source_type','referral'),(178864,3769,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(178865,3769,'_wc_order_attribution_utm_source','lcaportal.com'),(178866,3769,'_wc_order_attribution_utm_medium','referral'),(178867,3769,'_wc_order_attribution_utm_content','/'),(178868,3769,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178869,3769,'_wc_order_attribution_session_start_time','2025-09-11 15:09:22'),(178870,3769,'_wc_order_attribution_session_pages','4'),(178871,3769,'_wc_order_attribution_session_count','1'),(178872,3769,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36'),(178873,3769,'_wc_order_attribution_device_type','Desktop'),(178874,3769,'Payment type','instant'),(178875,3769,'_paypal_status','completed'),(178876,3769,'_transaction_id','6R091332KC6059804'),(178877,3769,'PayPal Transaction Fee','9.20'),(178878,3769,'_date_paid','1757603612'),(178879,3769,'_paid_date','2025-09-11 15:13:32'),(178881,3766,'_edit_lock','1757609888:2'),(178882,3766,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182316\";s:12:\"date_shipped\";s:10:\"1757548800\";s:11:\"tracking_id\";s:32:\"42ccd2792fb37e5fec6424bcd1c75b29\";}}'),(178883,3766,'_edit_last','2'),(178884,3766,'_date_completed','1757609999'),(178885,3766,'_completed_date','2025-09-11 16:59:59'),(178886,3767,'_edit_lock','1757612458:2'),(178887,3767,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182393\";s:12:\"date_shipped\";s:10:\"1757548800\";s:11:\"tracking_id\";s:32:\"70f018bb59b6e631ae21297866941aac\";}}'),(178888,3767,'_edit_last','2'),(178889,3767,'_date_completed','1757610054'),(178890,3767,'_completed_date','2025-09-11 17:00:54'),(178891,3770,'_order_key','wc_order_uyZph6qwfeZxU'),(178892,3770,'_customer_user','105'),(178893,3770,'_payment_method','paypal'),(178894,3770,'_payment_method_title','PayPal'),(178895,3770,'_customer_ip_address','67.177.160.177'),(178896,3770,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(178897,3770,'_created_via','checkout'),(178898,3770,'_cart_hash','b748c8d37d6499b5d3227583281f0525'),(178899,3770,'_download_permissions_granted','yes'),(178900,3770,'_recorded_sales','yes'),(178901,3770,'_recorded_coupon_usage_counts','yes'),(178902,3770,'_new_order_email_sent','true'),(178903,3770,'_order_stock_reduced','yes'),(178904,3770,'_billing_first_name','Joseph'),(178905,3770,'_billing_last_name','West'),(178906,3770,'_billing_company','MAJESTIC PEACOCK LLC'),(178907,3770,'_billing_address_1','615 Crofton Park Ln'),(178908,3770,'_billing_city','Franklin'),(178909,3770,'_billing_state','TN'),(178910,3770,'_billing_postcode','37069'),(178911,3770,'_billing_country','US'),(178912,3770,'_billing_email','info@nashville.liceclinicsofamerica.com'),(178913,3770,'_billing_phone','8042184232'),(178914,3770,'_shipping_first_name','Joseph'),(178915,3770,'_shipping_last_name','West'),(178916,3770,'_shipping_company','LCA - Williamson County'),(178917,3770,'_shipping_address_1','330 Mallory Station Rd'),(178918,3770,'_shipping_address_2','F17'),(178919,3770,'_shipping_city','Franklin'),(178920,3770,'_shipping_state','TN'),(178921,3770,'_shipping_postcode','37067'),(178922,3770,'_shipping_country','US'),(178923,3770,'_order_currency','USD'),(178924,3770,'_cart_discount','0'),(178925,3770,'_cart_discount_tax','0'),(178926,3770,'_order_shipping','0'),(178927,3770,'_order_shipping_tax','0'),(178928,3770,'_order_tax','0'),(178929,3770,'_order_total','776.80'),(178930,3770,'_order_version','10.1.2'),(178931,3770,'_prices_include_tax','no'),(178932,3770,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(178933,3770,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(178934,3770,'is_vat_exempt','no'),(178935,3770,'_wc_order_attribution_source_type','referral'),(178936,3770,'_wc_order_attribution_referrer','https://lcaportal.com/'),(178937,3770,'_wc_order_attribution_utm_source','lcaportal.com'),(178938,3770,'_wc_order_attribution_utm_medium','referral'),(178939,3770,'_wc_order_attribution_utm_content','/'),(178940,3770,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(178941,3770,'_wc_order_attribution_session_start_time','2025-09-11 17:27:33'),(178942,3770,'_wc_order_attribution_session_pages','6'),(178943,3770,'_wc_order_attribution_session_count','1'),(178944,3770,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(178945,3770,'_wc_order_attribution_device_type','Desktop'),(178946,3770,'Payment type','instant'),(178947,3770,'_paypal_status','completed'),(178948,3770,'_transaction_id','38061058W3902834E'),(178949,3770,'PayPal Transaction Fee','27.60'),(178950,3770,'_date_paid','1757611952'),(178951,3770,'_paid_date','2025-09-11 17:32:32'),(178953,3768,'_edit_lock','1757683505:2'),(178954,3768,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182511\";s:12:\"date_shipped\";s:10:\"1757635200\";s:11:\"tracking_id\";s:32:\"98eb2ac4bb000a1266a9a9e9c6b5dc69\";}}'),(178955,3768,'_edit_last','2'),(178956,3768,'_date_completed','1757683499'),(178957,3768,'_completed_date','2025-09-12 13:24:59'),(178958,3769,'_edit_lock','1757683401:2'),(178959,3769,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182658\";s:12:\"date_shipped\";s:10:\"1757635200\";s:11:\"tracking_id\";s:32:\"5aaef34dad7e1f0c0c5f2e25cb8c529c\";}}'),(178960,3769,'_edit_last','2'),(178961,3769,'_date_completed','1757683538'),(178962,3769,'_completed_date','2025-09-12 13:25:38'),(178963,3770,'_edit_lock','1757683435:2'),(178964,3770,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182636\";s:12:\"date_shipped\";s:10:\"1757635200\";s:11:\"tracking_id\";s:32:\"494918ad2f7a248e82b6b4c814302fa2\";}}'),(178965,3770,'_edit_last','2'),(178966,3770,'_date_completed','1757683572'),(178967,3770,'_completed_date','2025-09-12 13:26:12'),(178968,3765,'_edit_lock','1757738741:2'),(178969,3762,'_edit_lock','1757738815:2'),(178970,3761,'_edit_lock','1757738834:2'),(178971,3760,'_edit_lock','1757738883:2'),(178972,3765,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181890\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"a5181f66d0ddeaf041bc76a9f0f29fc0\";}}'),(178973,3765,'_edit_last','2'),(178974,3765,'_date_completed','1757738736'),(178975,3765,'_completed_date','2025-09-13 04:45:36'),(178976,3762,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181754\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"150dfa29abaf3bdfde19630d42a2caf5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181765\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"159a67bdf5c82b735fd1b66f6743d40a\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181776\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"86e89f54cf9601c4d979078a929428a4\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181787\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"fcc19de94684159d2f07d8f4cb3d3fd8\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181798\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"bf1617fef289c53993403bde1234ecc8\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181813\";s:12:\"date_shipped\";i:1757738795;s:11:\"tracking_id\";s:32:\"914211b04c4ad2e1b79ee19392e98a55\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181824\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"d305c34cad5d577da29adfaf6e215ba8\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181802\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"94a2ca7b1267cf7a7aa85536b71e32f3\";}}'),(178977,3762,'_edit_last','2'),(178978,3762,'_date_completed','1757738810'),(178979,3762,'_completed_date','2025-09-13 04:46:50'),(178980,3761,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181695\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"d1523a82f90c68c267e32e9c10555579\";}}'),(178981,3761,'_edit_last','2'),(178982,3761,'_date_completed','1757738830'),(178983,3761,'_completed_date','2025-09-13 04:47:10'),(178984,3760,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181630\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"faa82eeb01aec39ef3ed80f9e08cea69\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181640\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"8afcc69c8e6383f81f7dc3037e811fe2\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181651\";s:12:\"date_shipped\";i:1757738856;s:11:\"tracking_id\";s:32:\"d72539ffdc6df1c690f516bf909d591e\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181662\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"180f67c4c8625a1baf508107f030f0b6\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181673\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"f9a16017c3b105eee16a126ad759583a\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800181684\";s:12:\"date_shipped\";s:10:\"1757376000\";s:11:\"tracking_id\";s:32:\"a1551360363d308a446c628f19e98187\";}}'),(178985,3760,'_edit_last','2'),(178986,3760,'_date_completed','1757738878'),(178987,3760,'_completed_date','2025-09-13 04:47:58'),(178988,3772,'_order_key','wc_order_NVgPZ35CoWPVc'),(178989,3772,'_customer_user','90'),(178990,3772,'_payment_method','paypal'),(178991,3772,'_payment_method_title','PayPal'),(178992,3772,'_customer_ip_address','75.48.216.88'),(178993,3772,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(178994,3772,'_created_via','checkout'),(178995,3772,'_cart_hash','6a40ff0204ed8025636b532f271b8c43'),(178996,3772,'_download_permissions_granted','yes'),(178997,3772,'_recorded_sales','yes'),(178998,3772,'_recorded_coupon_usage_counts','yes'),(178999,3772,'_new_order_email_sent','true'),(179000,3772,'_order_stock_reduced','yes'),(179001,3772,'_billing_first_name','Mike'),(179002,3772,'_billing_last_name','Brehm'),(179003,3772,'_billing_company','Remedy'),(179004,3772,'_billing_address_1','5258 Plainfield Ave NE'),(179005,3772,'_billing_city','Grand Rapids'),(179006,3772,'_billing_state','MI'),(179007,3772,'_billing_postcode','49525'),(179008,3772,'_billing_country','US'),(179009,3772,'_billing_email','rapunzelscorinn@gmail.com'),(179010,3772,'_billing_phone','6164504125'),(179011,3772,'_shipping_first_name','Corinn'),(179012,3772,'_shipping_last_name','Nichols'),(179013,3772,'_shipping_company','LCA Remedy'),(179014,3772,'_shipping_address_1','3500 Dean Lake Ave NE'),(179015,3772,'_shipping_city','Grand Rapids'),(179016,3772,'_shipping_state','MI'),(179017,3772,'_shipping_postcode','49525'),(179018,3772,'_shipping_country','US'),(179019,3772,'_order_currency','USD'),(179020,3772,'_cart_discount','0'),(179021,3772,'_cart_discount_tax','0'),(179022,3772,'_order_shipping','0'),(179023,3772,'_order_shipping_tax','0'),(179024,3772,'_order_tax','0'),(179025,3772,'_order_total','990.60'),(179026,3772,'_order_version','10.1.2'),(179027,3772,'_prices_include_tax','no'),(179028,3772,'_billing_address_index','Mike Brehm Remedy 5258 Plainfield Ave NE  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(179029,3772,'_shipping_address_index','Corinn Nichols LCA Remedy 3500 Dean Lake Ave NE  Grand Rapids MI 49525 US '),(179030,3772,'is_vat_exempt','no'),(179031,3772,'_wc_order_attribution_source_type','referral'),(179032,3772,'_wc_order_attribution_referrer','https://lcaportal.com/'),(179033,3772,'_wc_order_attribution_utm_source','lcaportal.com'),(179034,3772,'_wc_order_attribution_utm_medium','referral'),(179035,3772,'_wc_order_attribution_utm_content','/'),(179036,3772,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179037,3772,'_wc_order_attribution_session_start_time','2025-09-14 16:21:08'),(179038,3772,'_wc_order_attribution_session_pages','4'),(179039,3772,'_wc_order_attribution_session_count','1'),(179040,3772,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0'),(179041,3772,'_wc_order_attribution_device_type','Desktop'),(179042,3772,'Payment type','instant'),(179043,3772,'_paypal_status','completed'),(179044,3772,'_transaction_id','8K450482A0431350A'),(179045,3772,'PayPal Transaction Fee','35.06'),(179046,3772,'_date_paid','1757867528'),(179047,3772,'_paid_date','2025-09-14 16:32:08'),(179048,3773,'_order_key','wc_order_Dmr6pV19r9SKg'),(179049,3773,'_customer_user','3'),(179050,3773,'_payment_method','paypal'),(179051,3773,'_payment_method_title','PayPal'),(179052,3773,'_customer_ip_address','99.22.146.124'),(179053,3773,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179054,3773,'_created_via','checkout'),(179055,3773,'_cart_hash','cc2c80c47ef038818c5f3afae3f7bee5'),(179056,3773,'_download_permissions_granted','yes'),(179057,3773,'_recorded_sales','yes'),(179058,3773,'_recorded_coupon_usage_counts','yes'),(179059,3773,'_new_order_email_sent','true'),(179060,3773,'_order_stock_reduced','yes'),(179061,3773,'_billing_first_name','amanda'),(179062,3773,'_billing_last_name','westerman'),(179063,3773,'_billing_company','Lice Clinics of America Dallas'),(179064,3773,'_billing_address_1','3120 HUDSON XING'),(179065,3773,'_billing_address_2','Suite A2'),(179066,3773,'_billing_city','MCKINNEY'),(179067,3773,'_billing_state','TX'),(179068,3773,'_billing_postcode','75070'),(179069,3773,'_billing_country','US'),(179070,3773,'_billing_email','awesterman1103@gmail.com'),(179071,3773,'_billing_phone','12144175741'),(179072,3773,'_shipping_first_name','amanda'),(179073,3773,'_shipping_last_name','westerman'),(179074,3773,'_shipping_company','Lice Clinics of America - Dallas'),(179075,3773,'_shipping_address_1','1709 Damian Way'),(179076,3773,'_shipping_city','Richardson'),(179077,3773,'_shipping_state','TX'),(179078,3773,'_shipping_postcode','75081'),(179079,3773,'_shipping_country','US'),(179080,3773,'_order_currency','USD'),(179081,3773,'_cart_discount','0'),(179082,3773,'_cart_discount_tax','0'),(179083,3773,'_order_shipping','0'),(179084,3773,'_order_shipping_tax','0'),(179085,3773,'_order_tax','0'),(179086,3773,'_order_total','741.40'),(179087,3773,'_order_version','10.1.2'),(179088,3773,'_prices_include_tax','no'),(179089,3773,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(179090,3773,'_shipping_address_index','amanda westerman Lice Clinics of America - Dallas 1709 Damian Way  Richardson TX 75081 US '),(179091,3773,'is_vat_exempt','no'),(179092,3773,'_wc_order_attribution_source_type','referral'),(179093,3773,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(179094,3773,'_wc_order_attribution_utm_source','lcaportal.com'),(179095,3773,'_wc_order_attribution_utm_medium','referral'),(179096,3773,'_wc_order_attribution_utm_content','/'),(179097,3773,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179098,3773,'_wc_order_attribution_session_start_time','2025-09-14 18:42:58'),(179099,3773,'_wc_order_attribution_session_pages','4'),(179100,3773,'_wc_order_attribution_session_count','1'),(179101,3773,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179102,3773,'_wc_order_attribution_device_type','Desktop'),(179103,3773,'Payment type','instant'),(179104,3773,'_paypal_status','completed'),(179105,3773,'_transaction_id','1KW52763JH323783S'),(179106,3773,'PayPal Transaction Fee','26.36'),(179107,3773,'_date_paid','1757876513'),(179108,3773,'_paid_date','2025-09-14 19:01:53'),(179110,3774,'_order_key','wc_order_tZsmowDKtJHiM'),(179111,3774,'_customer_user','87'),(179112,3774,'_payment_method','paypal'),(179113,3774,'_payment_method_title','PayPal'),(179114,3774,'_customer_ip_address','68.0.118.63'),(179115,3774,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179116,3774,'_created_via','checkout'),(179117,3774,'_cart_hash','e5106b08af791dd667a6f78d0e268784'),(179118,3774,'_download_permissions_granted','yes'),(179119,3774,'_recorded_sales','yes'),(179120,3774,'_recorded_coupon_usage_counts','yes'),(179121,3774,'_new_order_email_sent','true'),(179122,3774,'_order_stock_reduced','yes'),(179123,3774,'_billing_first_name','Wade'),(179124,3774,'_billing_last_name','Huntsman'),(179125,3774,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(179126,3774,'_billing_address_1','3421 E 21st'),(179127,3774,'_billing_city','Tulsa'),(179128,3774,'_billing_state','OK'),(179129,3774,'_billing_postcode','74114'),(179130,3774,'_billing_country','US'),(179131,3774,'_billing_email','info@liceclinicsmidsouth.com'),(179132,3774,'_billing_phone','9189783329'),(179133,3774,'_shipping_first_name','Shelbe'),(179134,3774,'_shipping_last_name','Smith'),(179135,3774,'_shipping_address_1','2101 West MacArthur Road'),(179136,3774,'_shipping_address_2','Lot 511'),(179137,3774,'_shipping_city','Wichita'),(179138,3774,'_shipping_state','KS'),(179139,3774,'_shipping_postcode','67217'),(179140,3774,'_shipping_country','US'),(179141,3774,'_order_currency','USD'),(179142,3774,'_cart_discount','0'),(179143,3774,'_cart_discount_tax','0'),(179144,3774,'_order_shipping','0'),(179145,3774,'_order_shipping_tax','0'),(179146,3774,'_order_tax','0'),(179147,3774,'_order_total','581.40'),(179148,3774,'_order_version','10.1.2'),(179149,3774,'_prices_include_tax','no'),(179150,3774,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(179151,3774,'_shipping_address_index','Shelbe Smith  2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(179152,3774,'is_vat_exempt','no'),(179153,3774,'_wc_order_attribution_source_type','typein'),(179154,3774,'_wc_order_attribution_utm_source','(direct)'),(179155,3774,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179156,3774,'_wc_order_attribution_session_start_time','2025-09-15 23:20:47'),(179157,3774,'_wc_order_attribution_session_pages','4'),(179158,3774,'_wc_order_attribution_session_count','1'),(179159,3774,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179160,3774,'_wc_order_attribution_device_type','Desktop'),(179161,3774,'Payment type','instant'),(179162,3774,'_paypal_status','completed'),(179163,3774,'_transaction_id','2BG83061EG286824U'),(179164,3774,'PayPal Transaction Fee','20.78'),(179165,3774,'_date_paid','1757978786'),(179166,3774,'_paid_date','2025-09-15 23:26:26'),(179167,3775,'_order_key','wc_order_NzTsO7Y5p8Ppw'),(179168,3775,'_customer_user','87'),(179169,3775,'_payment_method','paypal'),(179170,3775,'_payment_method_title','PayPal'),(179171,3775,'_customer_ip_address','68.0.118.63'),(179172,3775,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179173,3775,'_created_via','checkout'),(179174,3775,'_cart_hash','99e39d3692757777f1724e88259ed6d9'),(179175,3775,'_download_permissions_granted','yes'),(179176,3775,'_recorded_sales','yes'),(179177,3775,'_recorded_coupon_usage_counts','yes'),(179178,3775,'_new_order_email_sent','true'),(179179,3775,'_order_stock_reduced','yes'),(179180,3775,'_billing_first_name','Wade'),(179181,3775,'_billing_last_name','Huntsman'),(179182,3775,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(179183,3775,'_billing_address_1','3421 E 21st'),(179184,3775,'_billing_city','Tulsa'),(179185,3775,'_billing_state','OK'),(179186,3775,'_billing_postcode','74114'),(179187,3775,'_billing_country','US'),(179188,3775,'_billing_email','info@liceclinicsmidsouth.com'),(179189,3775,'_billing_phone','9189783329'),(179190,3775,'_shipping_first_name','Wade'),(179191,3775,'_shipping_last_name','Huntsman'),(179192,3775,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(179193,3775,'_shipping_address_1','3421 E 21st'),(179194,3775,'_shipping_city','Tulsa'),(179195,3775,'_shipping_state','OK'),(179196,3775,'_shipping_postcode','74114'),(179197,3775,'_shipping_country','US'),(179198,3775,'_order_currency','USD'),(179199,3775,'_cart_discount','0'),(179200,3775,'_cart_discount_tax','0'),(179201,3775,'_order_shipping','0'),(179202,3775,'_order_shipping_tax','0'),(179203,3775,'_order_tax','0'),(179204,3775,'_order_total','575.20'),(179205,3775,'_order_version','10.1.2'),(179206,3775,'_prices_include_tax','no'),(179207,3775,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(179208,3775,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(179209,3775,'is_vat_exempt','no'),(179210,3775,'_wc_order_attribution_source_type','typein'),(179211,3775,'_wc_order_attribution_utm_source','(direct)'),(179212,3775,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179213,3775,'_wc_order_attribution_session_start_time','2025-09-15 23:20:47'),(179214,3775,'_wc_order_attribution_session_pages','15'),(179215,3775,'_wc_order_attribution_session_count','1'),(179216,3775,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179217,3775,'_wc_order_attribution_device_type','Desktop'),(179218,3775,'Payment type','instant'),(179219,3775,'_paypal_status','completed'),(179220,3775,'_transaction_id','87G1944312866735R'),(179221,3775,'PayPal Transaction Fee','20.56'),(179222,3775,'_date_paid','1757979643'),(179223,3775,'_paid_date','2025-09-15 23:40:43'),(179224,3776,'_order_key','wc_order_zM5H83hxL2Nuo'),(179225,3776,'_customer_user','87'),(179226,3776,'_payment_method','paypal'),(179227,3776,'_payment_method_title','PayPal'),(179228,3776,'_customer_ip_address','68.0.118.63'),(179229,3776,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179230,3776,'_created_via','checkout'),(179231,3776,'_cart_hash','8afa892b1816909c112b6900d55bcefb'),(179232,3776,'_download_permissions_granted','yes'),(179233,3776,'_recorded_sales','yes'),(179234,3776,'_recorded_coupon_usage_counts','yes'),(179235,3776,'_new_order_email_sent','true'),(179236,3776,'_order_stock_reduced','yes'),(179237,3776,'_billing_first_name','Wade'),(179238,3776,'_billing_last_name','Huntsman'),(179239,3776,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(179240,3776,'_billing_address_1','3421 E 21st'),(179241,3776,'_billing_city','Tulsa'),(179242,3776,'_billing_state','OK'),(179243,3776,'_billing_postcode','74114'),(179244,3776,'_billing_country','US'),(179245,3776,'_billing_email','info@liceclinicsmidsouth.com'),(179246,3776,'_billing_phone','9189783329'),(179247,3776,'_shipping_first_name','Katee'),(179248,3776,'_shipping_last_name','Morrison'),(179249,3776,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(179250,3776,'_shipping_city','OKC'),(179251,3776,'_shipping_state','OK'),(179252,3776,'_shipping_postcode','73118'),(179253,3776,'_shipping_country','US'),(179254,3776,'_order_currency','USD'),(179255,3776,'_cart_discount','0'),(179256,3776,'_cart_discount_tax','0'),(179257,3776,'_order_shipping','0'),(179258,3776,'_order_shipping_tax','0'),(179259,3776,'_order_tax','0'),(179260,3776,'_order_total','878.00'),(179261,3776,'_order_version','10.1.2'),(179262,3776,'_prices_include_tax','no'),(179263,3776,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(179264,3776,'_shipping_address_index','Katee Morrison  4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(179265,3776,'is_vat_exempt','no'),(179266,3776,'_wc_order_attribution_source_type','typein'),(179267,3776,'_wc_order_attribution_utm_source','(direct)'),(179268,3776,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179269,3776,'_wc_order_attribution_session_start_time','2025-09-16 01:16:54'),(179270,3776,'_wc_order_attribution_session_pages','6'),(179271,3776,'_wc_order_attribution_session_count','1'),(179272,3776,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179273,3776,'_wc_order_attribution_device_type','Desktop'),(179274,3776,'Payment type','instant'),(179275,3776,'_paypal_status','completed'),(179276,3776,'_transaction_id','8JJ38629UB0475055'),(179277,3776,'PayPal Transaction Fee','31.13'),(179278,3776,'_date_paid','1757985635'),(179279,3776,'_paid_date','2025-09-16 01:20:35'),(179280,3777,'_order_key','wc_order_YpBo5JxotecUn'),(179281,3777,'_customer_user','59'),(179282,3777,'_payment_method','paypal'),(179283,3777,'_payment_method_title','PayPal'),(179284,3777,'_customer_ip_address','174.170.59.237'),(179285,3777,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179286,3777,'_created_via','checkout'),(179287,3777,'_cart_hash','b0223c750e6067084dc88f8a8288d051'),(179288,3777,'_download_permissions_granted','yes'),(179289,3777,'_recorded_sales','yes'),(179290,3777,'_recorded_coupon_usage_counts','yes'),(179291,3777,'_new_order_email_sent','true'),(179292,3777,'_order_stock_reduced','yes'),(179293,3777,'_billing_first_name','Allison'),(179294,3777,'_billing_last_name','Anthon'),(179295,3777,'_billing_company','Lice Clinics of America Memorial City'),(179296,3777,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(179297,3777,'_billing_address_2','Apt, suite, floor, etc.'),(179298,3777,'_billing_city','TOMBALL'),(179299,3777,'_billing_state','TX'),(179300,3777,'_billing_postcode','77375'),(179301,3777,'_billing_country','US'),(179302,3777,'_billing_email','louseysolutions@gmail.com'),(179303,3777,'_billing_phone','6024008520'),(179304,3777,'_shipping_first_name','Allison'),(179305,3777,'_shipping_last_name','Anthon'),(179306,3777,'_shipping_company','LCA Memorial City'),(179307,3777,'_shipping_address_1','2831 Lakecrest River Dr.'),(179308,3777,'_shipping_city','Katy'),(179309,3777,'_shipping_state','TX'),(179310,3777,'_shipping_postcode','77493'),(179311,3777,'_shipping_country','US'),(179312,3777,'_order_currency','USD'),(179313,3777,'_cart_discount','0'),(179314,3777,'_cart_discount_tax','0'),(179315,3777,'_order_shipping','0'),(179316,3777,'_order_shipping_tax','0'),(179317,3777,'_order_tax','0'),(179318,3777,'_order_total','1090.80'),(179319,3777,'_order_version','10.1.2'),(179320,3777,'_prices_include_tax','no'),(179321,3777,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(179322,3777,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(179323,3777,'is_vat_exempt','no'),(179324,3777,'_wc_order_attribution_source_type','referral'),(179325,3777,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(179326,3777,'_wc_order_attribution_utm_source','lcaportal.com'),(179327,3777,'_wc_order_attribution_utm_medium','referral'),(179328,3777,'_wc_order_attribution_utm_content','/'),(179329,3777,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179330,3777,'_wc_order_attribution_session_start_time','2025-09-16 02:16:35'),(179331,3777,'_wc_order_attribution_session_pages','4'),(179332,3777,'_wc_order_attribution_session_count','1'),(179333,3777,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179334,3777,'_wc_order_attribution_device_type','Desktop'),(179335,3777,'Payment type','instant'),(179336,3777,'_paypal_status','completed'),(179337,3777,'_transaction_id','83G373912P3642145'),(179338,3777,'PayPal Transaction Fee','38.56'),(179339,3777,'_date_paid','1757989294'),(179340,3777,'_paid_date','2025-09-16 02:21:34'),(179341,3778,'_order_key','wc_order_KdyRt9EfoUnzu'),(179342,3778,'_customer_user','87'),(179343,3778,'_payment_method','paypal'),(179344,3778,'_payment_method_title','PayPal'),(179345,3778,'_customer_ip_address','75.7.15.79'),(179346,3778,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179347,3778,'_created_via','checkout'),(179348,3778,'_cart_hash','3447ee2b9da242abf9950050034bb52e'),(179349,3778,'_download_permissions_granted','yes'),(179350,3778,'_recorded_sales','yes'),(179351,3778,'_recorded_coupon_usage_counts','yes'),(179352,3778,'_new_order_email_sent','true'),(179353,3778,'_order_stock_reduced','yes'),(179354,3778,'_billing_first_name','Wade'),(179355,3778,'_billing_last_name','Huntsman'),(179356,3778,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(179357,3778,'_billing_address_1','3421 E 21st'),(179358,3778,'_billing_city','Tulsa'),(179359,3778,'_billing_state','OK'),(179360,3778,'_billing_postcode','74114'),(179361,3778,'_billing_country','US'),(179362,3778,'_billing_email','info@liceclinicsmidsouth.com'),(179363,3778,'_billing_phone','9189783329'),(179364,3778,'_shipping_first_name','Logan'),(179365,3778,'_shipping_last_name','Futrell'),(179366,3778,'_shipping_address_1','203 Tricha Circle Unit B'),(179367,3778,'_shipping_city','Gravette'),(179368,3778,'_shipping_state','AR'),(179369,3778,'_shipping_postcode','72736'),(179370,3778,'_shipping_country','US'),(179371,3778,'_order_currency','USD'),(179372,3778,'_cart_discount','0'),(179373,3778,'_cart_discount_tax','0'),(179374,3778,'_order_shipping','0'),(179375,3778,'_order_shipping_tax','0'),(179376,3778,'_order_tax','0'),(179377,3778,'_order_total','507.80'),(179378,3778,'_order_version','10.1.2'),(179379,3778,'_prices_include_tax','no'),(179380,3778,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(179381,3778,'_shipping_address_index','Logan Futrell  203 Tricha Circle Unit B  Gravette AR 72736 US '),(179382,3778,'is_vat_exempt','no'),(179383,3778,'_wc_order_attribution_source_type','typein'),(179384,3778,'_wc_order_attribution_utm_source','(direct)'),(179385,3778,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179386,3778,'_wc_order_attribution_session_start_time','2025-09-16 13:08:26'),(179387,3778,'_wc_order_attribution_session_pages','10'),(179388,3778,'_wc_order_attribution_session_count','1'),(179389,3778,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179390,3778,'_wc_order_attribution_device_type','Desktop'),(179391,3778,'Payment type','instant'),(179392,3778,'_paypal_status','completed'),(179393,3778,'_transaction_id','8SD07517DT8423808'),(179394,3778,'PayPal Transaction Fee','18.21'),(179395,3778,'_date_paid','1758028515'),(179396,3778,'_paid_date','2025-09-16 13:15:15'),(179397,3779,'_order_key','wc_order_7XgENrBSe4ikn'),(179398,3779,'_customer_user','76'),(179399,3779,'_payment_method','paypal'),(179400,3779,'_payment_method_title','PayPal'),(179401,3779,'_customer_ip_address','66.31.192.192'),(179402,3779,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(179403,3779,'_created_via','checkout'),(179404,3779,'_cart_hash','f541650d3486594b5610c0dab57c5550'),(179405,3779,'_download_permissions_granted','yes'),(179406,3779,'_recorded_sales','yes'),(179407,3779,'_recorded_coupon_usage_counts','yes'),(179408,3779,'_new_order_email_sent','true'),(179409,3779,'_order_stock_reduced','yes'),(179410,3779,'_billing_first_name','Naomi'),(179411,3779,'_billing_last_name','Golden'),(179412,3779,'_billing_address_1','31 Mann Ave'),(179413,3779,'_billing_city','Needham'),(179414,3779,'_billing_state','MA'),(179415,3779,'_billing_postcode','02492'),(179416,3779,'_billing_country','US'),(179417,3779,'_billing_email','nrgolden6486@gmail.com'),(179418,3779,'_billing_phone','6178511322'),(179419,3779,'_shipping_first_name','Naomi'),(179420,3779,'_shipping_last_name','Golden'),(179421,3779,'_shipping_company','Lice Clinics of America'),(179422,3779,'_shipping_address_1','111 Center Street'),(179423,3779,'_shipping_address_2','STE C'),(179424,3779,'_shipping_city','Middleborough'),(179425,3779,'_shipping_state','MA'),(179426,3779,'_shipping_postcode','02346'),(179427,3779,'_shipping_country','US'),(179428,3779,'_order_currency','USD'),(179429,3779,'_cart_discount','0'),(179430,3779,'_cart_discount_tax','0'),(179431,3779,'_order_shipping','0'),(179432,3779,'_order_shipping_tax','0'),(179433,3779,'_order_tax','0'),(179434,3779,'_order_total','542.20'),(179435,3779,'_order_version','10.1.2'),(179436,3779,'_prices_include_tax','no'),(179437,3779,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(179438,3779,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street STE C Middleborough MA 02346 US '),(179439,3779,'is_vat_exempt','no'),(179440,3779,'_wc_order_attribution_source_type','typein'),(179441,3779,'_wc_order_attribution_utm_source','(direct)'),(179442,3779,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179443,3779,'_wc_order_attribution_session_start_time','2025-09-16 20:36:06'),(179444,3779,'_wc_order_attribution_session_pages','11'),(179445,3779,'_wc_order_attribution_session_count','1'),(179446,3779,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(179447,3779,'_wc_order_attribution_device_type','Desktop'),(179448,3779,'Payment type','instant'),(179449,3779,'_paypal_status','completed'),(179450,3779,'_transaction_id','6C1493310N842543V'),(179451,3779,'PayPal Transaction Fee','19.41'),(179452,3779,'_date_paid','1758055496'),(179453,3779,'_paid_date','2025-09-16 20:44:56'),(179454,3773,'_edit_lock','1758117706:2'),(179455,3773,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182761\";s:12:\"date_shipped\";s:10:\"1757894400\";s:11:\"tracking_id\";s:32:\"9555c20e463e1f1336352ffd4d7a7b7f\";}}'),(179456,3773,'_edit_last','2'),(179457,3773,'_date_completed','1758117840'),(179458,3773,'_completed_date','2025-09-17 14:04:00'),(179459,3772,'_edit_lock','1758117983:2'),(179460,3772,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800182809\";s:12:\"date_shipped\";s:10:\"1757894400\";s:11:\"tracking_id\";s:32:\"1786fea0b34f543932e22efda3f8c31d\";}}'),(179461,3772,'_edit_last','2'),(179462,3772,'_date_completed','1758117880'),(179463,3772,'_completed_date','2025-09-17 14:04:40'),(179464,3777,'_edit_lock','1758118309:2'),(179465,3777,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183140\";s:12:\"date_shipped\";s:10:\"1757980800\";s:11:\"tracking_id\";s:32:\"9238ac4ff7cff231e916c6e03eb9c43c\";}}'),(179466,3777,'_edit_last','2'),(179467,3777,'_date_completed','1758118439'),(179468,3777,'_completed_date','2025-09-17 14:13:59'),(179469,3775,'_edit_lock','1758118356:2'),(179470,3775,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183091\";s:12:\"date_shipped\";s:10:\"1757980800\";s:11:\"tracking_id\";s:32:\"0abfa13f1e77c9604534c8fe3771f662\";}}'),(179471,3775,'_edit_last','2'),(179472,3775,'_date_completed','1758118495'),(179473,3775,'_completed_date','2025-09-17 14:14:55'),(179474,3774,'_edit_lock','1758118663:2'),(179475,3774,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183080\";s:12:\"date_shipped\";s:10:\"1757980800\";s:11:\"tracking_id\";s:32:\"3f2acdcde35c58dbcd1362d1109abe94\";}}'),(179476,3774,'_edit_last','2'),(179477,3774,'_date_completed','1758118619'),(179478,3774,'_completed_date','2025-09-17 14:16:59'),(179479,3776,'_edit_lock','1758118998:2'),(179480,3776,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183128\";s:12:\"date_shipped\";s:10:\"1758067200\";s:11:\"tracking_id\";s:32:\"001d69ec7fec696ad5621de0ab08955c\";}}'),(179481,3778,'_edit_lock','1758118969:2'),(179482,3776,'_edit_last','2'),(179483,3776,'_date_completed','1758118993'),(179484,3776,'_completed_date','2025-09-17 14:23:13'),(179485,3778,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183209\";s:12:\"date_shipped\";s:10:\"1758067200\";s:11:\"tracking_id\";s:32:\"307d9d1d0e93883a6ed34d505bbc5cec\";}}'),(179486,3778,'_edit_last','2'),(179487,3778,'_date_completed','1758119107'),(179488,3778,'_completed_date','2025-09-17 14:25:07'),(179489,3780,'_order_key','wc_order_9BkY3w03f6r8M'),(179490,3780,'_customer_user','3'),(179491,3780,'_payment_method','paypal'),(179492,3780,'_payment_method_title','PayPal'),(179493,3780,'_customer_ip_address','99.22.146.124'),(179494,3780,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179495,3780,'_created_via','checkout'),(179496,3780,'_cart_hash','797f41ebb8615de98953e57d578055dd'),(179497,3780,'_download_permissions_granted','yes'),(179498,3780,'_recorded_sales','yes'),(179499,3780,'_recorded_coupon_usage_counts','yes'),(179500,3780,'_new_order_email_sent','true'),(179501,3780,'_order_stock_reduced','yes'),(179502,3780,'_billing_first_name','amanda'),(179503,3780,'_billing_last_name','westerman'),(179504,3780,'_billing_company','Lice Clinics of America Dallas'),(179505,3780,'_billing_address_1','3120 HUDSON XING'),(179506,3780,'_billing_address_2','Suite A2'),(179507,3780,'_billing_city','MCKINNEY'),(179508,3780,'_billing_state','TX'),(179509,3780,'_billing_postcode','75070'),(179510,3780,'_billing_country','US'),(179511,3780,'_billing_email','awesterman1103@gmail.com'),(179512,3780,'_billing_phone','12144175741'),(179513,3780,'_shipping_first_name','amanda'),(179514,3780,'_shipping_last_name','westerman'),(179515,3780,'_shipping_company','Lice Clinics of America McKinney'),(179516,3780,'_shipping_address_1','3120 HUDSON XING'),(179517,3780,'_shipping_address_2','Suite A2'),(179518,3780,'_shipping_city','MCKINNEY'),(179519,3780,'_shipping_state','TX'),(179520,3780,'_shipping_postcode','75070'),(179521,3780,'_shipping_country','US'),(179522,3780,'_order_currency','USD'),(179523,3780,'_cart_discount','0'),(179524,3780,'_cart_discount_tax','0'),(179525,3780,'_order_shipping','0'),(179526,3780,'_order_shipping_tax','0'),(179527,3780,'_order_tax','0'),(179528,3780,'_order_total','866.80'),(179529,3780,'_order_version','10.1.2'),(179530,3780,'_prices_include_tax','no'),(179531,3780,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(179532,3780,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(179533,3780,'is_vat_exempt','no'),(179534,3780,'_wc_order_attribution_source_type','referral'),(179535,3780,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(179536,3780,'_wc_order_attribution_utm_source','lcaportal.com'),(179537,3780,'_wc_order_attribution_utm_medium','referral'),(179538,3780,'_wc_order_attribution_utm_content','/'),(179539,3780,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(179540,3780,'_wc_order_attribution_session_start_time','2025-09-17 15:38:59'),(179541,3780,'_wc_order_attribution_session_pages','4'),(179542,3780,'_wc_order_attribution_session_count','2'),(179543,3780,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(179544,3780,'_wc_order_attribution_device_type','Desktop'),(179545,3780,'Payment type','instant'),(179546,3780,'_paypal_status','completed'),(179547,3780,'_transaction_id','8JC16838YF568434F'),(179548,3780,'PayPal Transaction Fee','30.74'),(179549,3780,'_date_paid','1758123927'),(179550,3780,'_paid_date','2025-09-17 15:45:27'),(179592,184149,'_elementor_edit_mode','builder'),(179593,184149,'_elementor_template_type','wp-page'),(179594,184149,'_edit_last','2'),(179595,184149,'_elementor_version','3.31.3'),(179596,184149,'_elementor_pro_version','3.31.2'),(179597,184149,'_wp_page_template','default'),(179598,184149,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179599,184149,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179600,184149,'_yoast_wpseo_estimated-reading-time-minutes','1'),(179601,184149,'_oembed_time_7befe71c04536851b6485e7b012d3f0d','1612304574'),(179602,184149,'_oembed_time_06ac1f9e82de53c88d8a9878ee4e6386','1612304680'),(179603,184149,'astra_style_timestamp_css','1731464529'),(179604,184149,'_yoast_wpseo_title','Lice Clinics of America - Northwest'),(179605,184149,'_yoast_wpseo_metadesc','Lice Clinics of America - Northwest | Urgent Care for Lice Removal. Top choice for lice removal for in Washington and Oregon families. Call today.'),(179606,184149,'_thumbnail_id','22101'),(179607,184149,'_eael_custom_js','$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});'),(179608,184149,'theplus_transient_widgets','a:0:{}'),(179609,184149,'dce_widgets','a:19:{s:15:\"theme-site-logo\";a:1:{s:7:\"20bc630\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"3b3e6b3\";i:1;}s:7:\"heading\";a:13:{s:8:\"186bc863\";i:1;s:8:\"5c8da862\";i:1;s:8:\"68bc51d2\";i:1;s:7:\"4cb1e69\";i:1;s:7:\"e6fc97d\";i:1;s:8:\"683367f6\";i:1;s:8:\"6f2600ed\";i:1;s:8:\"5b69a031\";i:1;s:8:\"275ef9f3\";i:1;s:8:\"1a3dd7c3\";i:1;s:8:\"26b52c0a\";i:1;s:7:\"5fd7732\";i:1;s:8:\"5ead86ca\";i:1;}s:6:\"button\";a:11:{s:8:\"2be6c9bb\";i:1;s:7:\"7cd5a0d\";i:1;s:7:\"380b815\";i:1;s:7:\"d582199\";i:1;s:7:\"ebd94b8\";i:1;s:8:\"4889e17b\";i:1;i:7425157;i:1;s:7:\"f8b880e\";i:1;s:7:\"02a4370\";i:1;s:7:\"7de1627\";i:1;s:7:\"1854a10\";i:1;}s:25:\"premium-addon-dual-header\";a:10:{s:8:\"4ccb2f65\";i:1;s:8:\"795dba39\";i:1;s:7:\"79ec1a0\";i:1;s:7:\"0d33d10\";i:1;s:7:\"78cce94\";i:1;s:7:\"25c6205\";i:1;s:7:\"03524e0\";i:1;s:7:\"aa72c63\";i:1;s:8:\"7d1fa0c5\";i:1;s:8:\"50db82cb\";i:2;}s:24:\"premium-img-layers-addon\";a:1:{s:7:\"592fd1a\";i:1;}s:11:\"text-editor\";a:22:{s:7:\"5dc84ab\";i:1;s:7:\"adca75a\";i:1;s:8:\"6fa4aa3c\";i:1;s:8:\"52b5e313\";i:1;s:8:\"1f706008\";i:1;s:7:\"333cb2c\";i:1;s:7:\"73d1eab\";i:1;s:7:\"676e1e0\";i:1;s:7:\"7c7ca6d\";i:1;s:7:\"5cc9346\";i:1;s:7:\"764bb8a\";i:1;s:7:\"7c69280\";i:1;s:7:\"6e1ebaa\";i:1;s:7:\"138e014\";i:1;s:8:\"2ba416d6\";i:1;s:8:\"5750ba66\";i:1;s:8:\"142bcf59\";i:1;s:8:\"3fc26f44\";i:1;s:8:\"79d84b8f\";i:1;i:8226203;i:1;s:7:\"a303f83\";i:1;s:8:\"531b73be\";i:2;}s:11:\"star-rating\";a:1:{s:7:\"c7fbfff\";i:1;}s:5:\"image\";a:9:{s:7:\"dff3d6e\";i:1;s:8:\"4ac5c902\";i:1;s:8:\"2c6701ef\";i:1;s:7:\"2c5ddb7\";i:1;s:7:\"e086723\";i:1;s:7:\"8f31857\";i:1;s:8:\"2229d301\";i:1;s:8:\"735a0f9f\";i:1;s:7:\"053809b\";i:1;}s:23:\"premium-addon-video-box\";a:1:{s:7:\"cee4aa1\";i:1;}s:14:\"media-carousel\";a:1:{s:8:\"3d0f6649\";i:1;}s:22:\"premium-google-reviews\";a:1:{s:7:\"69f99ca\";i:1;}s:20:\"premium-unfold-addon\";a:3:{s:8:\"3e3811fc\";i:1;s:8:\"1f7609fc\";i:1;i:34887127;i:1;}s:17:\"pp-business-hours\";a:1:{s:8:\"31c1ad4e\";i:1;}s:18:\"premium-addon-maps\";a:1:{s:7:\"ac9e2c0\";i:1;}s:6:\"spacer\";a:7:{s:8:\"22f0ee23\";i:1;s:7:\"5dcd252\";i:1;s:7:\"e7066d0\";i:1;s:7:\"e18a7e1\";i:1;s:8:\"1fc4165f\";i:1;s:7:\"b694bd0\";i:1;s:7:\"4f27256\";i:2;}s:4:\"form\";a:4:{s:7:\"eda251b\";i:1;s:8:\"77f74cbc\";i:1;s:7:\"850fb79\";i:1;s:8:\"50e57321\";i:1;}s:6:\"lottie\";a:4:{s:8:\"22027d50\";i:1;s:8:\"2a63472b\";i:1;s:7:\"81f1c56\";i:1;s:7:\"aca3e30\";i:1;}s:17:\"eael-gravity-form\";a:1:{s:7:\"67e877a\";i:1;}}'),(179610,184149,'_eael_widget_elements','a:1:{s:12:\"wrapper-link\";s:12:\"wrapper-link\";}'),(179611,184149,'_yoast_wpseo_wordproof_timestamp',''),(179612,184149,'site-sidebar-layout','default'),(179613,184149,'ast-site-content-layout','default'),(179614,184149,'site-content-style','default'),(179615,184149,'site-sidebar-style','default'),(179616,184149,'theme-transparent-header-meta','default'),(179617,184149,'stick-header-meta','default'),(179618,184149,'__elementor_forms_snapshot','[{\"id\":\"f889da5\",\"name\":\"Extend Your Guarantee\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"\"},{\"id\":\"field_59fb074\",\"type\":\"tel\",\"label\":\"\"},{\"id\":\"email\",\"type\":\"number\",\"label\":\"\"}]}]'),(179619,184149,'_yoast_wpseo_content_score','90'),(179620,184149,'_uag_page_assets','a:9:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:0:{}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1712769628\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),(179621,184149,'_oembed_677ef454c6ae0808eb2b218fc697f46f','<iframe title=\"Head to head comparison\" src=\"https://player.vimeo.com/video/534969428?dnt=1&amp;app_id=122963\" width=\"500\" height=\"281\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),(179622,184149,'_oembed_time_677ef454c6ae0808eb2b218fc697f46f','1730466917'),(179623,184149,'_oembed_1ab04367783ae496ed1b091e66fd4947','<iframe title=\"Head to head comparison\" src=\"https://player.vimeo.com/video/534969428?dnt=1&amp;app_id=122963\" width=\"1200\" height=\"675\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),(179624,184149,'_oembed_time_1ab04367783ae496ed1b091e66fd4947','1712870744'),(179625,184149,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(179626,184149,'_oh_add_script_header','     '),(179627,184149,'_oh_add_script_footer',''),(179628,184149,'_oh_add_script_header_hide',''),(179629,184149,'_oh_add_script_footer_hide',''),(179630,184149,'_elementor_edit_mode','builder'),(179631,184149,'_elementor_template_type','wp-page'),(179632,184149,'_edit_last','2'),(179633,184149,'_elementor_version','3.31.3'),(179634,184149,'_elementor_pro_version','3.31.2'),(179635,184149,'_wp_page_template','default'),(179636,184149,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179637,184149,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179638,184149,'_yoast_wpseo_estimated-reading-time-minutes','1'),(179639,184149,'_oembed_time_7befe71c04536851b6485e7b012d3f0d','1612304574'),(179640,184149,'_oembed_time_06ac1f9e82de53c88d8a9878ee4e6386','1612304680'),(179641,184149,'astra_style_timestamp_css','1731464529'),(179642,184149,'_yoast_wpseo_title','Lice Clinics of America - Northwest'),(179643,184149,'_yoast_wpseo_metadesc','Lice Clinics of America - Northwest | Urgent Care for Lice Removal. Top choice for lice removal for in Washington and Oregon families. Call today.'),(179644,184149,'_thumbnail_id','22101'),(179645,184149,'_eael_custom_js','$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});'),(179646,184149,'theplus_transient_widgets','a:0:{}'),(179647,184149,'dce_widgets','a:19:{s:15:\"theme-site-logo\";a:1:{s:7:\"20bc630\";i:1;}s:8:\"nav-menu\";a:1:{s:7:\"3b3e6b3\";i:1;}s:7:\"heading\";a:13:{s:8:\"186bc863\";i:1;s:8:\"5c8da862\";i:1;s:8:\"68bc51d2\";i:1;s:7:\"4cb1e69\";i:1;s:7:\"e6fc97d\";i:1;s:8:\"683367f6\";i:1;s:8:\"6f2600ed\";i:1;s:8:\"5b69a031\";i:1;s:8:\"275ef9f3\";i:1;s:8:\"1a3dd7c3\";i:1;s:8:\"26b52c0a\";i:1;s:7:\"5fd7732\";i:1;s:8:\"5ead86ca\";i:1;}s:6:\"button\";a:11:{s:8:\"2be6c9bb\";i:1;s:7:\"7cd5a0d\";i:1;s:7:\"380b815\";i:1;s:7:\"d582199\";i:1;s:7:\"ebd94b8\";i:1;s:8:\"4889e17b\";i:1;i:7425157;i:1;s:7:\"f8b880e\";i:1;s:7:\"02a4370\";i:1;s:7:\"7de1627\";i:1;s:7:\"1854a10\";i:1;}s:25:\"premium-addon-dual-header\";a:10:{s:8:\"4ccb2f65\";i:1;s:8:\"795dba39\";i:1;s:7:\"79ec1a0\";i:1;s:7:\"0d33d10\";i:1;s:7:\"78cce94\";i:1;s:7:\"25c6205\";i:1;s:7:\"03524e0\";i:1;s:7:\"aa72c63\";i:1;s:8:\"7d1fa0c5\";i:1;s:8:\"50db82cb\";i:2;}s:24:\"premium-img-layers-addon\";a:1:{s:7:\"592fd1a\";i:1;}s:11:\"text-editor\";a:22:{s:7:\"5dc84ab\";i:1;s:7:\"adca75a\";i:1;s:8:\"6fa4aa3c\";i:1;s:8:\"52b5e313\";i:1;s:8:\"1f706008\";i:1;s:7:\"333cb2c\";i:1;s:7:\"73d1eab\";i:1;s:7:\"676e1e0\";i:1;s:7:\"7c7ca6d\";i:1;s:7:\"5cc9346\";i:1;s:7:\"764bb8a\";i:1;s:7:\"7c69280\";i:1;s:7:\"6e1ebaa\";i:1;s:7:\"138e014\";i:1;s:8:\"2ba416d6\";i:1;s:8:\"5750ba66\";i:1;s:8:\"142bcf59\";i:1;s:8:\"3fc26f44\";i:1;s:8:\"79d84b8f\";i:1;i:8226203;i:1;s:7:\"a303f83\";i:1;s:8:\"531b73be\";i:2;}s:11:\"star-rating\";a:1:{s:7:\"c7fbfff\";i:1;}s:5:\"image\";a:9:{s:7:\"dff3d6e\";i:1;s:8:\"4ac5c902\";i:1;s:8:\"2c6701ef\";i:1;s:7:\"2c5ddb7\";i:1;s:7:\"e086723\";i:1;s:7:\"8f31857\";i:1;s:8:\"2229d301\";i:1;s:8:\"735a0f9f\";i:1;s:7:\"053809b\";i:1;}s:23:\"premium-addon-video-box\";a:1:{s:7:\"cee4aa1\";i:1;}s:14:\"media-carousel\";a:1:{s:8:\"3d0f6649\";i:1;}s:22:\"premium-google-reviews\";a:1:{s:7:\"69f99ca\";i:1;}s:20:\"premium-unfold-addon\";a:3:{s:8:\"3e3811fc\";i:1;s:8:\"1f7609fc\";i:1;i:34887127;i:1;}s:17:\"pp-business-hours\";a:1:{s:8:\"31c1ad4e\";i:1;}s:18:\"premium-addon-maps\";a:1:{s:7:\"ac9e2c0\";i:1;}s:6:\"spacer\";a:7:{s:8:\"22f0ee23\";i:1;s:7:\"5dcd252\";i:1;s:7:\"e7066d0\";i:1;s:7:\"e18a7e1\";i:1;s:8:\"1fc4165f\";i:1;s:7:\"b694bd0\";i:1;s:7:\"4f27256\";i:2;}s:4:\"form\";a:4:{s:7:\"eda251b\";i:1;s:8:\"77f74cbc\";i:1;s:7:\"850fb79\";i:1;s:8:\"50e57321\";i:1;}s:6:\"lottie\";a:4:{s:8:\"22027d50\";i:1;s:8:\"2a63472b\";i:1;s:7:\"81f1c56\";i:1;s:7:\"aca3e30\";i:1;}s:17:\"eael-gravity-form\";a:1:{s:7:\"67e877a\";i:1;}}'),(179648,184149,'_eael_widget_elements','a:1:{s:12:\"wrapper-link\";s:12:\"wrapper-link\";}'),(179649,184149,'_yoast_wpseo_wordproof_timestamp',''),(179650,184149,'site-sidebar-layout','default'),(179651,184149,'ast-site-content-layout','default'),(179652,184149,'site-content-style','default'),(179653,184149,'site-sidebar-style','default'),(179654,184149,'theme-transparent-header-meta','default'),(179655,184149,'stick-header-meta','default'),(179656,184149,'__elementor_forms_snapshot','[{\"id\":\"f889da5\",\"name\":\"Extend Your Guarantee\",\"fields\":[{\"id\":\"name\",\"type\":\"text\",\"label\":\"\"},{\"id\":\"field_59fb074\",\"type\":\"tel\",\"label\":\"\"},{\"id\":\"email\",\"type\":\"number\",\"label\":\"\"}]}]'),(179657,184149,'_yoast_wpseo_content_score','90'),(179658,184149,'_uag_page_assets','a:9:{s:3:\"css\";s:0:\"\";s:2:\"js\";s:0:\"\";s:18:\"current_block_list\";a:0:{}s:8:\"uag_flag\";b:0;s:11:\"uag_version\";s:10:\"1712769628\";s:6:\"gfonts\";a:0:{}s:10:\"gfonts_url\";s:0:\"\";s:12:\"gfonts_files\";a:0:{}s:14:\"uag_faq_layout\";b:0;}'),(179659,184149,'_oembed_677ef454c6ae0808eb2b218fc697f46f','<iframe title=\"Head to head comparison\" src=\"https://player.vimeo.com/video/534969428?dnt=1&amp;app_id=122963\" width=\"500\" height=\"281\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),(179660,184149,'_oembed_time_677ef454c6ae0808eb2b218fc697f46f','1730466917'),(179661,184149,'_oembed_1ab04367783ae496ed1b091e66fd4947','<iframe title=\"Head to head comparison\" src=\"https://player.vimeo.com/video/534969428?dnt=1&amp;app_id=122963\" width=\"1200\" height=\"675\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),(179662,184149,'_oembed_time_1ab04367783ae496ed1b091e66fd4947','1712870744'),(179663,184149,'_pys_head_footer','a:7:{s:14:\"disable_global\";b:0;s:8:\"head_any\";s:0:\"\";s:12:\"head_desktop\";s:0:\"\";s:11:\"head_mobile\";s:0:\"\";s:10:\"footer_any\";s:0:\"\";s:14:\"footer_desktop\";s:0:\"\";s:13:\"footer_mobile\";s:0:\"\";}'),(179664,184149,'_oh_add_script_header','     '),(179665,184149,'_oh_add_script_footer',''),(179666,184149,'_oh_add_script_header_hide',''),(179667,184149,'_oh_add_script_footer_hide',''),(179668,184149,'_yoast_wpseo_meta-robots-noindex','1'),(179669,184149,'_yoast_wpseo_focuskw','Northwest Lice Treatment'),(179670,184149,'_yoast_wpseo_focuskw','Northwest Lice Treatment'),(179671,184149,'astra-migrate-meta-layouts','set'),(179672,184149,'_yoast_wpseo_linkdex','24'),(179673,184149,'_eael_post_view_count','195'),(179674,184149,'_oembed_bb19213d49b947a1fb09177f7e09c63e','<iframe title=\"Head to head comparison\" src=\"https://player.vimeo.com/video/534969428?dnt=1&amp;app_id=122963\" width=\"800\" height=\"450\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>'),(179675,184149,'_oembed_time_bb19213d49b947a1fb09177f7e09c63e','1746156649'),(179679,184149,'_edit_lock','1759775441:2'),(179680,184150,'_elementor_edit_mode','builder'),(179681,184150,'_elementor_template_type','wp-page'),(179682,184150,'_elementor_version','3.31.5'),(179683,184150,'_elementor_pro_version','3.31.3'),(179684,184150,'_wp_page_template','default'),(179685,184150,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Here is where an announcement would go\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\\/7837\\/pro-forma-template\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover\":\"transform\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"06f772d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"23cf87a\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3a344ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join over a million people who became lice free!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[{\"_id\":\"c1a788a\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"47d1348\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec6799c\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"WE\'RE HERE TO HELP!\",\"premium_dual_header_second_header_text\":\"\",\"first_header_typography_typography\":\"custom\",\"first_header_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"first_header_typography_font_weight\":\"900\",\"premium_dual_header_first_color\":\"#ffffff\",\"second_header_typography_typography\":\"custom\",\"second_header_typography_font_family\":\"Playfair Display\",\"second_header_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"second_header_typography_font_weight\":\"900\",\"second_header_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"premium_dual_header_second_color\":\"#ffffff\",\"premium_dual_header_second_background_background\":\"classic\",\"premium_dual_header_second_clipped_background_background\":\"classic\",\"premium_dual_header_position\":\"block\",\"first_header_typography_line_height\":{\"unit\":\"em\",\"size\":0.95000000000000007,\"sizes\":[]},\"premium_dual_header_second_clipped_background_size\":\"auto\",\"premium_dual_header_second_background_color_b\":\"#521dad\",\"premium_dual_header_second_clipped_background_color_b\":\"#ffffff\",\"premium_dual_header_text_align_mobile\":\"center\",\"first_header_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"premium_dual_header_second_clipped_background_position\":\"bottom center\",\"premium_dual_header_second_clipped_background_position_mobile\":\"center center\",\"premium_dual_header_second_stroke\":\"yes\",\"premium_dual_header_second_stroke_text_color\":\"rgba(255,255,255,0.8)\",\"premium_dual_header_second_stroke_color\":\"rgba(0,0,0,0)\",\"premium_dual_header_second_stroke_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"premium_dual_header_text_align_tablet\":\"center\",\"second_header_typography_font_style\":\"italic\",\"background_text\":\"Awesome Title\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"first_header_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"df79d16\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8706e34\"}],\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"bb2f6ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"CALL (844) 966-4573\",\"link\":{\"url\":\"tel:844-966-4573\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"background_color\":\"#F9F9F9\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF5E\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1d42ae8\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(179686,184150,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179687,184150,'_thumbnail_id','22101'),(179690,184151,'_elementor_edit_mode','builder'),(179691,184151,'_elementor_template_type','wp-page'),(179692,184151,'_elementor_version','3.31.5'),(179693,184151,'_elementor_pro_version','3.31.3'),(179694,184151,'_wp_page_template','default'),(179695,184151,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Here is where an announcement would go\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\\/7837\\/pro-forma-template\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover\":\"transform\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"06f772d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"23cf87a\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3a344ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join over a million people who became lice free!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[{\"_id\":\"c1a788a\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"47d1348\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ec6799c\",\"elType\":\"widget\",\"settings\":{\"premium_dual_header_first_header_text\":\"WE\'RE HERE TO HELP!\",\"premium_dual_header_second_header_text\":\"\",\"first_header_typography_typography\":\"custom\",\"first_header_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"first_header_typography_font_weight\":\"900\",\"premium_dual_header_first_color\":\"#ffffff\",\"second_header_typography_typography\":\"custom\",\"second_header_typography_font_family\":\"Playfair Display\",\"second_header_typography_font_size\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"second_header_typography_font_weight\":\"900\",\"second_header_typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"premium_dual_header_second_color\":\"#ffffff\",\"premium_dual_header_second_background_background\":\"classic\",\"premium_dual_header_second_clipped_background_background\":\"classic\",\"premium_dual_header_position\":\"block\",\"first_header_typography_line_height\":{\"unit\":\"em\",\"size\":0.95000000000000007,\"sizes\":[]},\"premium_dual_header_second_clipped_background_size\":\"auto\",\"premium_dual_header_second_background_color_b\":\"#521dad\",\"premium_dual_header_second_clipped_background_color_b\":\"#ffffff\",\"premium_dual_header_text_align_mobile\":\"center\",\"first_header_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"premium_dual_header_second_clipped_background_position\":\"bottom center\",\"premium_dual_header_second_clipped_background_position_mobile\":\"center center\",\"premium_dual_header_second_stroke\":\"yes\",\"premium_dual_header_second_stroke_text_color\":\"rgba(255,255,255,0.8)\",\"premium_dual_header_second_stroke_color\":\"rgba(0,0,0,0)\",\"premium_dual_header_second_stroke_width\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"premium_dual_header_text_align_tablet\":\"center\",\"second_header_typography_font_style\":\"italic\",\"background_text\":\"Awesome Title\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"first_header_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"df79d16\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8706e34\"}],\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"premium-addon-dual-header\"},{\"id\":\"bb2f6ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"CALL (844) 966-4573\",\"link\":{\"url\":\"tel:844-966-4573\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"background_color\":\"#F9F9F9\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF5E\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1d42ae8\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(179696,184151,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179697,184151,'_thumbnail_id','22101'),(179700,184152,'_elementor_edit_mode','builder'),(179701,184152,'_elementor_template_type','wp-page'),(179702,184152,'_elementor_version','3.31.5'),(179703,184152,'_elementor_pro_version','3.31.3'),(179704,184152,'_wp_page_template','default'),(179705,184152,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\\/7837\\/pro-forma-template\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover\":\"transform\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"06f772d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"23cf87a\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3a344ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join over a million people who became lice free!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[{\"_id\":\"c1a788a\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"47d1348\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb2f6ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"CALL (844) 966-4573\",\"link\":{\"url\":\"tel:844-966-4573\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"background_color\":\"#F9F9F9\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF5E\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1d42ae8\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(179706,184152,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179707,184152,'_thumbnail_id','22101'),(179711,184153,'_elementor_edit_mode','builder'),(179712,184153,'_elementor_template_type','header'),(179713,184153,'_elementor_version','3.30.1'),(179714,184153,'_elementor_pro_version','3.30.0'),(179715,184153,'_wp_page_template','default'),(179716,184153,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(179717,184153,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(179732,125,'_wp_old_date','2024-09-13'),(179733,126,'_wp_old_date','2024-09-13'),(179734,2929,'_wp_old_date','2024-09-13'),(179745,112,'_elementor_page_settings',''),(179746,112,'_elementor_controls_usage','a:2:{s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:10:\"min_height\";i:1;s:16:\"flex_align_items\";i:1;s:14:\"flex_direction\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:20:\"flex_justify_content\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}}'),(179749,184157,'_elementor_is_screenshot','1'),(179750,184157,'_wp_attached_file','elementor/screenshots/Elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed.png'),(179751,112,'_elementor_screenshot','a:2:{s:2:\"id\";i:184157;s:3:\"url\";s:152:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed.png\";}'),(179752,184158,'_elementor_edit_mode','builder'),(179753,184158,'_elementor_template_type','header'),(179754,184159,'_elementor_edit_mode','builder'),(179755,184159,'_elementor_template_type','header'),(179756,184158,'_elementor_version','3.31.3'),(179757,184158,'_elementor_pro_version','3.31.2'),(179759,184158,'_astra_content_layout_flag','disabled'),(179760,184158,'site-post-title','disabled'),(179761,184158,'ast-title-bar-display','disabled'),(179762,184158,'ast-featured-img','disabled'),(179763,184158,'site-content-layout','page-builder'),(179764,184158,'ast-site-content-layout','full-width-container'),(179765,184158,'site-sidebar-layout','no-sidebar'),(179766,184158,'_edit_lock','1758127920:2'),(179781,184158,'_wp_page_template','default'),(179782,184158,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179783,184161,'_elementor_edit_mode','builder'),(179784,184161,'_elementor_template_type','header'),(179785,184161,'_elementor_version','3.31.3'),(179786,184161,'_elementor_pro_version','3.31.2'),(179787,184161,'_wp_page_template','default'),(179788,184161,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179792,184158,'_elementor_conditions','a:1:{i:0;s:28:\"include/singular/page/184149\";}'),(179801,184163,'_elementor_edit_mode','builder'),(179802,184163,'_elementor_template_type','footer'),(179803,184163,'_elementor_version','3.30.1'),(179804,184163,'_elementor_pro_version','3.30.0'),(179805,184163,'_wp_page_template','default'),(179806,184163,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(179807,184163,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(179811,184163,'_elementor_screenshot','a:2:{s:2:\"id\";i:184156;s:3:\"url\";s:151:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184_2025-09-17-16-41-00_938698d.png\";}'),(179814,184,'_elementor_page_settings',''),(179815,184,'_elementor_controls_usage','a:2:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:10:\"text_color\";i:1;s:16:\"link_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:10:\"_flex_size\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}}'),(179816,184164,'_elementor_edit_mode','builder'),(179817,184164,'_elementor_template_type','wp-page'),(179818,184164,'_elementor_version','3.31.3'),(179819,184164,'_elementor_pro_version','3.31.2'),(179820,184164,'_wp_page_template','default'),(179821,184164,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\\/7837\\/pro-forma-template\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover\":\"transform\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"06f772d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"23cf87a\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3a344ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join over a million people who became lice free!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[{\"_id\":\"c1a788a\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"47d1348\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb2f6ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"CALL (844) 966-4573\",\"link\":{\"url\":\"tel:844-966-4573\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"background_color\":\"#F9F9F9\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF5E\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1d42ae8\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(179822,184164,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179823,184164,'_thumbnail_id','22101'),(179826,184165,'_elementor_edit_mode','builder'),(179827,184165,'_elementor_template_type','wp-page'),(179828,184165,'_elementor_version','3.31.3'),(179829,184165,'_elementor_pro_version','3.31.2'),(179830,184165,'_wp_page_template','default'),(179831,184165,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\\/7837\\/pro-forma-template\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover\":\"transform\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":29,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":46,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"06f772d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"9\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"23cf87a\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"3a344ce\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join over a million people who became lice free!\",\"header_size\":\"h5\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.40000000000000002,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"pa_condition_repeater\":[{\"_id\":\"c1a788a\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"47d1348\"}],\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"7\",\"isLinked\":false},\"_element_width_mobile\":\"inherit\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bb2f6ea\",\"elType\":\"widget\",\"settings\":{\"text\":\"CALL (844) 966-4573\",\"link\":{\"url\":\"tel:844-966-4573\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align_mobile\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"background_color\":\"#F9F9F9\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#FFFFFF5E\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1d42ae8\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"%\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}]'),(179832,184165,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179833,184165,'_thumbnail_id','22101'),(179836,184166,'_elementor_edit_mode','builder'),(179837,184166,'_elementor_template_type','wp-page'),(179838,184166,'_elementor_version','3.31.3'),(179839,184166,'_elementor_pro_version','3.31.2'),(179840,184166,'_wp_page_template','default'),(179841,184166,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179842,184166,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179843,184166,'_thumbnail_id','22101'),(179847,184167,'_elementor_edit_mode','builder'),(179848,184167,'_elementor_template_type','wp-page'),(179849,184167,'_elementor_version','3.31.3'),(179850,184167,'_elementor_pro_version','3.31.2'),(179851,184167,'_wp_page_template','default'),(179852,184167,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179853,184167,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179854,184167,'_thumbnail_id','22101'),(179856,184168,'_elementor_edit_mode','builder'),(179857,184168,'_elementor_template_type','wp-page'),(179858,184168,'_elementor_version','3.31.3'),(179859,184168,'_elementor_pro_version','3.31.2'),(179860,184168,'_wp_page_template','default'),(179861,184168,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Welcome to the new portal!<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179862,184168,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179863,184168,'_thumbnail_id','22101'),(179865,184169,'_elementor_edit_mode','builder'),(179866,184169,'_elementor_template_type','wp-page'),(179867,184169,'_elementor_version','3.31.3'),(179868,184169,'_elementor_pro_version','3.31.2'),(179869,184169,'_wp_page_template','default'),(179870,184169,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179871,184169,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179872,184169,'_thumbnail_id','22101'),(179877,184170,'_elementor_edit_mode','builder'),(179878,184170,'_elementor_template_type','header'),(179879,184170,'_elementor_version','3.31.3'),(179880,184170,'_elementor_pro_version','3.31.2'),(179881,184170,'_wp_page_template','default'),(179882,184170,'_elementor_data','[{\"id\":\"76fcdd9\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"09db2ab\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":32,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false}]'),(179884,184170,'_elementor_conditions','a:1:{i:0;s:28:\"include/singular/page/184149\";}'),(179887,184170,'_elementor_screenshot','a:2:{s:2:\"id\";i:184162;s:3:\"url\";s:155:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_184158_2025-09-17-16-44-32_6384f4f3.png\";}'),(179888,184158,'_elementor_page_settings',''),(179889,184158,'_elementor_controls_usage','a:1:{s:9:\"container\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:1:{s:14:\"flex_direction\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:1;}}}}}'),(179901,184172,'_wp_attached_file','2025/09/AdobeStock_57235117-scaled.jpeg'),(179902,184172,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2025/09/AdobeStock_57235117-scaled.jpeg\";s:8:\"filesize\";i:1715675;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73650;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:434828;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42167;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286128;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-1536x1536.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:813302;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:34:\"AdobeStock_57235117-2048x2048.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1238264;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"AdobeStock_57235117-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73650;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195005;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"AdobeStock_57235117-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:26:\"Terriana - stock.adobe.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1366047217\";s:9:\"copyright\";s:28:\"©Terriana - stock.adobe.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:24:\"Hair outlined background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:4:\"hair\";i:1;s:5:\"woman\";i:2;s:5:\"salon\";i:3;s:7:\"haircut\";i:4;s:10:\"background\";i:5;s:8:\"isolated\";i:6;s:5:\"human\";i:7;s:9:\"wallpaper\";i:8;s:5:\"model\";i:9;s:5:\"hairy\";i:10;s:8:\"coloring\";i:11;s:5:\"curly\";i:12;s:4:\"curl\";i:13;s:7:\"wrapper\";i:14;s:5:\"brown\";i:15;s:8:\"wellness\";i:16;s:7:\"concept\";i:17;s:6:\"vector\";i:18;s:4:\"line\";i:19;s:7:\"graphic\";i:20;s:4:\"card\";i:21;s:10:\"blond hair\";i:22;s:6:\"female\";i:23;s:7:\"fashion\";i:24;s:4:\"wavy\";i:25;s:7:\"elegant\";i:26;s:7:\"styling\";i:27;s:12:\"illustration\";i:28;s:7:\"healthy\";i:29;s:10:\"decorative\";i:30;s:4:\"care\";i:31;s:8:\"backdrop\";i:32;s:6:\"design\";i:33;s:3:\"cut\";i:34;s:5:\"cover\";i:35;s:6:\"blonde\";i:36;s:4:\"text\";i:37;s:10:\"copy space\";i:38;s:4:\"long\";i:39;s:6:\"beauty\";i:40;s:6:\"poster\";i:41;s:4:\"lush\";i:42;s:5:\"style\";i:43;s:9:\"beautiful\";i:44;s:11:\"hairdresser\";i:45;s:10:\"silhouette\";i:46;s:6:\"health\";i:47;s:5:\"toned\";i:48;s:8:\"haircare\";i:49;s:9:\"hairstyle\";}}s:14:\"original_image\";s:24:\"AdobeStock_57235117.jpeg\";}'),(179903,184173,'_elementor_edit_mode','builder'),(179904,184173,'_elementor_template_type','wp-page'),(179905,184173,'_elementor_version','3.31.3'),(179906,184173,'_elementor_pro_version','3.31.2'),(179907,184173,'_wp_page_template','default'),(179908,184173,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179909,184173,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179910,184173,'_thumbnail_id','22101'),(179911,184174,'_elementor_edit_mode','builder'),(179912,184174,'_elementor_template_type','wp-page'),(179913,184174,'_elementor_version','3.31.3'),(179914,184174,'_elementor_pro_version','3.31.2'),(179915,184174,'_wp_page_template','default'),(179916,184174,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179917,184174,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179918,184174,'_thumbnail_id','22101'),(179919,184175,'_elementor_edit_mode','builder'),(179920,184175,'_elementor_template_type','wp-page'),(179921,184175,'_elementor_version','3.31.3'),(179922,184175,'_elementor_pro_version','3.31.2'),(179923,184175,'_wp_page_template','default'),(179924,184175,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179925,184175,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179926,184175,'_thumbnail_id','22101'),(179935,184176,'_elementor_edit_mode','builder'),(179936,184176,'_elementor_template_type','wp-page'),(179937,184176,'_elementor_version','3.31.3'),(179938,184176,'_elementor_pro_version','3.31.2'),(179939,184176,'_wp_page_template','default'),(179940,184176,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179941,184176,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179942,184176,'_thumbnail_id','22101'),(179946,184177,'_elementor_edit_mode','builder'),(179947,184177,'_elementor_template_type','wp-page'),(179948,184177,'_elementor_version','3.31.3'),(179949,184177,'_elementor_pro_version','3.31.2'),(179950,184177,'_wp_page_template','default'),(179951,184177,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/www.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184810,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179952,184177,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179953,184177,'_thumbnail_id','22101'),(179957,184178,'_elementor_edit_mode','builder'),(179958,184178,'_elementor_template_type','wp-page'),(179959,184178,'_elementor_version','3.31.3'),(179960,184178,'_elementor_pro_version','3.31.2'),(179961,184178,'_wp_page_template','default'),(179962,184178,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179963,184178,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179964,184178,'_thumbnail_id','22101'),(179971,184179,'_elementor_edit_mode','builder'),(179972,184179,'_elementor_template_type','wp-page'),(179973,184179,'_elementor_version','3.31.3'),(179974,184179,'_elementor_pro_version','3.31.2'),(179975,184179,'_wp_page_template','default');
INSERT INTO `wp_postmeta` VALUES (179976,184179,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179977,184179,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179978,184179,'_thumbnail_id','22101'),(179982,184180,'_elementor_edit_mode','builder'),(179983,184180,'_elementor_template_type','wp-page'),(179984,184180,'_elementor_version','3.31.3'),(179985,184180,'_elementor_pro_version','3.31.2'),(179986,184180,'_wp_page_template','default'),(179987,184180,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179988,184180,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(179989,184180,'_thumbnail_id','22101'),(179993,184181,'_elementor_edit_mode','builder'),(179994,184181,'_elementor_template_type','wp-page'),(179995,184181,'_elementor_version','3.31.3'),(179996,184181,'_elementor_pro_version','3.31.2'),(179997,184181,'_wp_page_template','default'),(179998,184181,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]}},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\"},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"}},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"\\/submit-numbers\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/docs.google.com\\/spreadsheets\\/d\\/1NclnDEXk40N-kPAy_nTLABANticXokRnur9_voUmKnE\\/edit\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]}},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(179999,184181,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";}'),(180000,184181,'_thumbnail_id','22101'),(180004,184149,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:22:\"typography_font_weight\";i:8;s:11:\"title_color\";i:8;s:20:\"typography_font_size\";i:8;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:8;s:14:\"_element_width\";i:8;s:6:\"_title\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:8;s:5:\"width\";i:8;s:16:\"flex_align_items\";i:8;s:8:\"flex_gap\";i:9;s:20:\"flex_justify_content\";i:5;s:14:\"flex_direction\";i:1;s:9:\"flex_wrap\";i:1;s:11:\"boxed_width\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:8;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:8;s:13:\"border_radius\";i:8;s:12:\"border_color\";i:8;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_image\";i:4;s:23:\"background_overlay_size\";i:4;s:26:\"background_overlay_opacity\";i:4;s:18:\"overlay_blend_mode\";i:4;}}s:8:\"advanced\";a:3:{s:14:\"section_layout\";a:3:{s:6:\"margin\";i:9;s:7:\"padding\";i:9;s:10:\"_flex_size\";i:8;}s:18:\"_section_transform\";a:4:{s:34:\"_transform_translate_popover_hover\";i:8;s:34:\"_transform_translateX_effect_hover\";i:1;s:34:\"_transform_translateY_effect_hover\";i:8;s:28:\"_transform_translateY_effect\";i:3;}s:25:\"eael_wrapper_link_section\";a:2:{s:24:\"eael_wrapper_link_switch\";i:4;s:17:\"eael_wrapper_link\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"size\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:17:\"button_text_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:37:\"button_box_shadow_box_shadow_position\";i:3;s:12:\"align_mobile\";i:3;s:20:\"typography_font_size\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_line_height\";i:3;s:13:\"border_border\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(180014,16,'_eael_post_view_count','4056'),(180018,115,'_eael_post_view_count','946'),(180028,184183,'_elementor_edit_mode','builder'),(180029,184183,'_elementor_template_type','wp-page'),(180030,184183,'_elementor_version','3.32.1'),(180031,184183,'_elementor_pro_version','3.31.2'),(180032,184183,'_wp_page_template','default'),(180033,184183,'_elementor_data','[{\"id\":\"9cbbaa5\",\"elType\":\"container\",\"settings\":{\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"premium_blob_repeater\":[],\"pa_condition_repeater\":[{\"_id\":\"5a95835\",\"pa_condition_date\":\"2022\\/11\\/15\",\"pa_condition_date_range\":\"2022\\/11\\/15\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"babba63\"}],\"flex_direction\":\"row\",\"flex_gap\":{\"size\":30,\"column\":\"30\",\"row\":\"30\",\"unit\":\"px\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"flex_gap_mobile\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\",\"size\":20},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"13\",\"right\":\"3\",\"bottom\":\"13\",\"left\":\"3\",\"isLinked\":false},\"_title\":\"Contact info\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"flex_direction_tablet\":\"row\",\"flex_gap_tablet\":{\"column\":\"40\",\"row\":\"40\",\"isLinked\":false,\"unit\":\"px\",\"size\":40},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_wrap\":\"wrap\",\"padding_tablet\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":882,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ce621a7\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"644f398\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"9\",\"row\":\"9\",\"isLinked\":true,\"unit\":\"px\",\"size\":9},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"border_color\":\"#616569\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateX_effect_hover\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c4ec499\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"ab53445\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcement\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"fffc143\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e222f25\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Welcome to the new portal!\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f4abae8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"107d159\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Learn\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0d243c9\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"ae2b786\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d7bc7fc\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d27cf0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Best practices, treatments, training, and more<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9c75751\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b23a4e4\",\"elType\":\"widget\",\"settings\":{\"text\":\"LEARN\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/trythis\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ded4cf2\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"993375b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Marketing\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5c9063f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"5d42690\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"018989a\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50008f2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Anything you can print or post (flyers, social posts, etc.)<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9b766d2\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6f8422c\",\"elType\":\"widget\",\"settings\":{\"text\":\"TEMPLATES\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/builderTemplateGallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3ca65d4\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4d6de34\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"_flex_size\":\"grow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Assets\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"\",\"border_color\":\"globals\\/colors?id=secondary\"},\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"background_color\":\"#F9F9F9\",\"border_color\":\"#54595F\",\"_transform_translateY_effect\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3865124\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0b3aa75\",\"elType\":\"widget\",\"settings\":{\"title\":\"Archive\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=secondary\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#616569\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"City\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b0729ba\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"638f475\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Legacy files, raw images, brand assets, and operational<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":0.84999999999999998,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.20000000000000001,\"sizes\":[]},\"typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a8ec964\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-4\",\"left\":\"0\",\"isLinked\":false},\"align_tablet\":\"center\",\"align\":\"center\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8b108ac\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"da0a6ab\",\"elType\":\"widget\",\"settings\":{\"text\":\"ASSETS\",\"align\":\"left\",\"size\":\"md\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#4DA700\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"button_box_shadow_box_shadow_position\":\"inset\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"__dynamic__\":[],\"link\":{\"url\":\"https:\\/\\/app.digitalstack.io\\/assets\\/view?collection=YXNzZXQuOTAwNjU3\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"9f5f16e\"}],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"484f185\"}],\"align_mobile\":\"center\",\"typography_font_size\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.69999999999999996,\"sizes\":[]},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"16\",\"bottom\":\"10\",\"left\":\"16\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"content_width\":\"full\",\"border_border\":\"none\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding_mobile\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"12\",\"bottom\":\"8\",\"left\":\"17\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-7\",\"left\":\"0\",\"isLinked\":false},\"typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9533b35\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"4e003bb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Product order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f6d5852\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"9e84c63\",\"elType\":\"widget\",\"settings\":{\"title\":\"Clinic Strength Product Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5f05a3e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"1f92a5c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"AirAlle order\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d1b5d64\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"268d33a\",\"elType\":\"widget\",\"settings\":{\"title\":\"AirAll\\u00e9, OneCure & LRK Orders\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"044a955\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f95bf3a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Submit number\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1e69b0b\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"5674b2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Submit Numbers\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"951ffe8\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"25d4efa\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":42,\"sizes\":[]},\"flex_align_items\":\"center\",\"flex_align_items_tablet\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f275462\"}],\"pa_condition_repeater\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_title\":\"Productivity Calendar\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"11\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"border_border\":\"solid\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\",\"border_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color\":\"\"},\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"41fa97c\\\" name=\\\"internal-url\\\" settings=\\\"%7B%22type%22%3A%22post%22%2C%22post_id%22%3A%22173792%22%7D\\\"]\"},\"_flex_size\":\"grow\",\"flex_justify_content\":\"center\",\"border_color\":\"#616569\",\"eael_wrapper_link_switch\":\"yes\",\"eael_wrapper_link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"background_color\":\"#616569\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2025\\/09\\/AdobeStock_57235117-scaled.jpeg\",\"id\":184172,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_size\":\"cover\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"overlay_blend_mode\":\"multiply\",\"_transform_translate_popover_hover\":\"transform\",\"_transform_translateY_effect_hover\":{\"unit\":\"px\",\"size\":-5,\"sizes\":[]},\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"064d17d\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f1bec2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Productivity Calendar\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"800\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc85702\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"content_width\":\"full\",\"align_tablet\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"_title\":\"Text\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.8,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f5e872f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),(180034,184183,'_elementor_page_settings','a:8:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";s:10:\"custom_css\";s:2:\"\n\n\";s:14:\"eael_custom_js\";s:518:\"$(document).ready(function() {\n    $(document).on(\'click\', \'#button-nav a\', function(event) {\n\n        event.preventDefault();\n\n        var targetId = $(this).attr(\'href\').slice(1);\n        var targetElement = $(\'#\' + targetId);\n\n        if (!targetElement.length) return;\n\n        var offsetHeight = $(\'#button-nav\').outerHeight();\n        var scrollTargetPosition = targetElement.offset().top - offsetHeight;\n\n        $(\'html, body\').animate({\n            scrollTop: scrollTargetPosition\n        }, 800);\n    });\n});\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(180035,184183,'_thumbnail_id','22101'),(180036,184183,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:8;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:8;s:21:\"typography_typography\";i:8;s:22:\"typography_font_family\";i:8;s:22:\"typography_font_weight\";i:8;s:11:\"title_color\";i:8;s:20:\"typography_font_size\";i:8;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:8;}s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:8;s:8:\"_padding\";i:8;s:14:\"_element_width\";i:8;s:6:\"_title\";i:8;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:4;s:22:\"typography_font_family\";i:4;s:20:\"typography_font_size\";i:4;s:22:\"typography_font_weight\";i:4;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:5:\"align\";i:4;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:4;s:8:\"_padding\";i:4;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:2;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:8;}}s:6:\"layout\";a:2:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:8;s:5:\"width\";i:8;s:16:\"flex_align_items\";i:8;s:8:\"flex_gap\";i:9;s:20:\"flex_justify_content\";i:5;s:14:\"flex_direction\";i:1;s:9:\"flex_wrap\";i:1;s:11:\"boxed_width\";i:1;}s:33:\"section_layout_additional_options\";a:1:{s:4:\"link\";i:8;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:9;}s:14:\"section_layout\";a:3:{s:6:\"margin\";i:9;s:7:\"padding\";i:9;s:10:\"_flex_size\";i:8;}s:18:\"_section_transform\";a:4:{s:34:\"_transform_translate_popover_hover\";i:8;s:34:\"_transform_translateX_effect_hover\";i:1;s:34:\"_transform_translateY_effect_hover\";i:8;s:28:\"_transform_translateY_effect\";i:3;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:9;s:16:\"background_color\";i:8;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:8;s:13:\"border_radius\";i:8;s:12:\"border_color\";i:8;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_image\";i:4;s:23:\"background_overlay_size\";i:4;s:26:\"background_overlay_opacity\";i:4;s:18:\"overlay_blend_mode\";i:4;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:5;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:3;s:4:\"size\";i:3;s:4:\"link\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:17:\"button_text_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:37:\"button_box_shadow_box_shadow_position\";i:3;s:12:\"align_mobile\";i:3;s:20:\"typography_font_size\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_line_height\";i:3;s:13:\"border_border\";i:3;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}}}}}'),(180042,22,'_eael_post_view_count','1102'),(180044,20,'_eael_post_view_count','1594'),(180046,21,'_eael_post_view_count','451'),(180050,184184,'_order_key','wc_order_u6BFrpQFG4OiL'),(180051,184184,'_customer_user','61'),(180052,184184,'_payment_method','paypal'),(180053,184184,'_payment_method_title','PayPal'),(180054,184184,'_customer_ip_address','72.49.116.116'),(180055,184184,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180056,184184,'_created_via','checkout'),(180057,184184,'_cart_hash','41c383f27a318082840a5e618b34707a'),(180058,184184,'_download_permissions_granted','yes'),(180059,184184,'_recorded_sales','yes'),(180060,184184,'_recorded_coupon_usage_counts','yes'),(180061,184184,'_new_order_email_sent','true'),(180062,184184,'_order_stock_reduced','yes'),(180063,184184,'_billing_first_name','Judith'),(180064,184184,'_billing_last_name','Hayden'),(180065,184184,'_billing_company','Lice Clinics of America'),(180066,184184,'_billing_address_1','1795 Alysheba Way'),(180067,184184,'_billing_address_2','Ste 4105'),(180068,184184,'_billing_city','Lexington'),(180069,184184,'_billing_state','KY'),(180070,184184,'_billing_postcode','40509'),(180071,184184,'_billing_country','US'),(180072,184184,'_billing_email','judy@lexington.liceclinicsofamerica.com'),(180073,184184,'_billing_phone','8595376966'),(180074,184184,'_shipping_first_name','Judy'),(180075,184184,'_shipping_last_name','Hayden'),(180076,184184,'_shipping_company','LCA Lexington'),(180077,184184,'_shipping_address_1','1795 Alysheba Way'),(180078,184184,'_shipping_address_2','Suite 4105'),(180079,184184,'_shipping_city','Lexington'),(180080,184184,'_shipping_state','KY'),(180081,184184,'_shipping_postcode','40509'),(180082,184184,'_shipping_country','US'),(180083,184184,'_order_currency','USD'),(180084,184184,'_cart_discount','0'),(180085,184184,'_cart_discount_tax','0'),(180086,184184,'_order_shipping','0'),(180087,184184,'_order_shipping_tax','0'),(180088,184184,'_order_tax','0'),(180089,184184,'_order_total','1995.42'),(180090,184184,'_order_version','10.2.1'),(180091,184184,'_prices_include_tax','no'),(180092,184184,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@lexington.liceclinicsofamerica.com 8595376966'),(180093,184184,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US '),(180094,184184,'is_vat_exempt','no'),(180095,184184,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:131.376;s:35:\"product_level_based_on_tax_settings\";d:131.376;s:10:\"cart_level\";d:0;s:5:\"total\";d:131.376;s:27:\"total_based_on_tax_settings\";d:131.376;}}'),(180096,184184,'_wc_order_attribution_source_type','typein'),(180097,184184,'_wc_order_attribution_utm_source','(direct)'),(180098,184184,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180099,184184,'_wc_order_attribution_session_start_time','2025-09-17 19:03:51'),(180100,184184,'_wc_order_attribution_session_pages','9'),(180101,184184,'_wc_order_attribution_session_count','1'),(180102,184184,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180103,184184,'_wc_order_attribution_device_type','Desktop'),(180104,184185,'_order_key','wc_order_5VhKl60XMmOYS'),(180105,184185,'_customer_user','5'),(180106,184185,'_payment_method','paypal'),(180107,184185,'_payment_method_title','PayPal'),(180108,184185,'_customer_ip_address','71.237.182.213'),(180109,184185,'_customer_user_agent','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'),(180110,184185,'_created_via','checkout'),(180111,184185,'_cart_hash','b33e26292671aa06fc0e54ed2b42756a'),(180112,184185,'_download_permissions_granted','no'),(180113,184185,'_recorded_sales','no'),(180114,184185,'_recorded_coupon_usage_counts','no'),(180115,184185,'_new_order_email_sent','false'),(180116,184185,'_order_stock_reduced','no'),(180117,184185,'_billing_first_name','Mark'),(180118,184185,'_billing_last_name','Meyer'),(180119,184185,'_billing_company','lice clinics of america- portland'),(180120,184185,'_billing_address_1','5201 SW Westgate Dr suite 106'),(180121,184185,'_billing_address_2','Suite 106'),(180122,184185,'_billing_city','portland'),(180123,184185,'_billing_state','OR'),(180124,184185,'_billing_postcode','97221'),(180125,184185,'_billing_country','US'),(180126,184185,'_billing_email','noemi.and.mark@nwliceclinics.com'),(180127,184185,'_billing_phone','15038012848'),(180128,184185,'_shipping_first_name','Mark'),(180129,184185,'_shipping_last_name','Meyer'),(180130,184185,'_shipping_company','lice clinics of america- portland'),(180131,184185,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(180132,184185,'_shipping_address_2','Suite 106'),(180133,184185,'_shipping_city','portland'),(180134,184185,'_shipping_state','OR'),(180135,184185,'_shipping_postcode','97221'),(180136,184185,'_shipping_country','US'),(180137,184185,'_order_currency','USD'),(180138,184185,'_cart_discount','0'),(180139,184185,'_cart_discount_tax','0'),(180140,184185,'_order_shipping','0'),(180141,184185,'_order_shipping_tax','0'),(180142,184185,'_order_tax','0'),(180143,184185,'_order_total','1087.73'),(180144,184185,'_order_version','10.1.2'),(180145,184185,'_prices_include_tax','no'),(180146,184185,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(180147,184185,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(180150,184185,'_wc_order_attribution_source_type','referral'),(180151,184185,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180152,184185,'_wc_order_attribution_utm_source','lcaportal.com'),(180153,184185,'_wc_order_attribution_utm_medium','referral'),(180154,184185,'_wc_order_attribution_utm_content','/'),(180155,184185,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180156,184185,'_wc_order_attribution_session_start_time','2025-09-17 18:49:15'),(180157,184185,'_wc_order_attribution_session_pages','10'),(180158,184185,'_wc_order_attribution_session_count','4'),(180159,184185,'_wc_order_attribution_user_agent','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'),(180160,184185,'_wc_order_attribution_device_type','Desktop'),(180161,3779,'_edit_lock','1758201798:2'),(180162,3779,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183253\";s:12:\"date_shipped\";s:10:\"1758067200\";s:11:\"tracking_id\";s:32:\"e7f1acd68ccd571f124664a8551e1211\";}}'),(180163,3779,'_edit_last','2'),(180164,3779,'_date_completed','1758201884'),(180165,3779,'_completed_date','2025-09-18 13:24:44'),(180166,3780,'_edit_lock','1758202008:2'),(180167,3780,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183404\";s:12:\"date_shipped\";s:10:\"1758153600\";s:11:\"tracking_id\";s:32:\"484de7529f19d7aa99333c577c6d0a49\";}}'),(180168,3780,'_edit_last','2'),(180169,3780,'_date_completed','1758201989'),(180170,3780,'_completed_date','2025-09-18 13:26:29'),(180188,184185,'is_vat_exempt','no'),(180189,184185,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:70.671999999999997;s:35:\"product_level_based_on_tax_settings\";d:70.671999999999997;s:10:\"cart_level\";d:0;s:5:\"total\";d:70.671999999999997;s:27:\"total_based_on_tax_settings\";d:70.671999999999997;}}'),(180197,184186,'_order_key','wc_order_SC5YQ7m0Wr8Wp'),(180198,184186,'_customer_user','5'),(180199,184186,'_payment_method','paypal'),(180200,184186,'_payment_method_title','PayPal'),(180201,184186,'_customer_ip_address','71.237.182.213'),(180202,184186,'_customer_user_agent','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'),(180203,184186,'_created_via','checkout'),(180204,184186,'_cart_hash','33765dcd30c92327e27d2f0053297d70'),(180205,184186,'_download_permissions_granted','yes'),(180206,184186,'_recorded_sales','yes'),(180207,184186,'_recorded_coupon_usage_counts','yes'),(180208,184186,'_new_order_email_sent','true'),(180209,184186,'_order_stock_reduced','yes'),(180210,184186,'_billing_first_name','Mark'),(180211,184186,'_billing_last_name','Meyer'),(180212,184186,'_billing_company','lice clinics of america- portland'),(180213,184186,'_billing_address_1','5201 SW Westgate Dr suite 106'),(180214,184186,'_billing_address_2','Suite 106'),(180215,184186,'_billing_city','portland'),(180216,184186,'_billing_state','OR'),(180217,184186,'_billing_postcode','97221'),(180218,184186,'_billing_country','US'),(180219,184186,'_billing_email','noemi.and.mark@nwliceclinics.com'),(180220,184186,'_billing_phone','15038012848'),(180221,184186,'_shipping_first_name','Mark'),(180222,184186,'_shipping_last_name','Meyer'),(180223,184186,'_shipping_company','lice clinics of america- portland'),(180224,184186,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(180225,184186,'_shipping_address_2','Suite 106'),(180226,184186,'_shipping_city','portland'),(180227,184186,'_shipping_state','OR'),(180228,184186,'_shipping_postcode','97221'),(180229,184186,'_shipping_country','US'),(180230,184186,'_order_currency','USD'),(180231,184186,'_cart_discount','0'),(180232,184186,'_cart_discount_tax','0'),(180233,184186,'_order_shipping','0'),(180234,184186,'_order_shipping_tax','0'),(180235,184186,'_order_tax','0'),(180236,184186,'_order_total','1632.34'),(180237,184186,'_order_version','10.1.2'),(180238,184186,'_prices_include_tax','no'),(180239,184186,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(180240,184186,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(180241,184186,'is_vat_exempt','no'),(180242,184186,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:111.664;s:35:\"product_level_based_on_tax_settings\";d:111.664;s:10:\"cart_level\";d:0;s:5:\"total\";d:111.664;s:27:\"total_based_on_tax_settings\";d:111.664;}}'),(180243,184186,'_wc_order_attribution_source_type','referral'),(180244,184186,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180245,184186,'_wc_order_attribution_utm_source','lcaportal.com'),(180246,184186,'_wc_order_attribution_utm_medium','referral'),(180247,184186,'_wc_order_attribution_utm_content','/'),(180248,184186,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180249,184186,'_wc_order_attribution_session_start_time','2025-09-18 21:03:11'),(180250,184186,'_wc_order_attribution_session_pages','3'),(180251,184186,'_wc_order_attribution_session_count','7'),(180252,184186,'_wc_order_attribution_user_agent','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'),(180253,184186,'_wc_order_attribution_device_type','Desktop'),(180254,184186,'Payment type','instant'),(180255,184186,'_paypal_status','completed'),(180256,184186,'_transaction_id','5NU80433LY999723P'),(180257,184186,'PayPal Transaction Fee','57.46'),(180258,184186,'_date_paid','1758234941'),(180259,184186,'_paid_date','2025-09-18 22:35:41'),(180260,118,'_eael_post_view_count','26'),(180265,3360,'_eael_post_view_count','18'),(180267,44,'_eael_post_view_count','9'),(180269,184187,'_order_key','wc_order_9CRpS3TsXojvP'),(180270,184187,'_customer_user','20'),(180271,184187,'_payment_method','paypal'),(180272,184187,'_payment_method_title','PayPal'),(180273,184187,'_customer_ip_address','198.72.181.87'),(180274,184187,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(180275,184187,'_created_via','checkout'),(180276,184187,'_cart_hash','bf43edb7dc186a2957a3824f03d73267'),(180277,184187,'_download_permissions_granted','yes'),(180278,184187,'_recorded_sales','yes'),(180279,184187,'_recorded_coupon_usage_counts','yes'),(180280,184187,'_new_order_email_sent','true'),(180281,184187,'_order_stock_reduced','yes'),(180282,184187,'_billing_first_name','Hasani'),(180283,184187,'_billing_last_name','Thompson'),(180284,184187,'_billing_company','Heat in Hair'),(180285,184187,'_billing_address_1','12840 Riverside Dr'),(180286,184187,'_billing_address_2','1D'),(180287,184187,'_billing_city','North Hollywood'),(180288,184187,'_billing_state','CA'),(180289,184187,'_billing_postcode','91607'),(180290,184187,'_billing_country','US'),(180291,184187,'_billing_email','info@liceclinicssantaclarita.com'),(180292,184187,'_billing_phone','6615850263'),(180293,184187,'_shipping_first_name','Hasani'),(180294,184187,'_shipping_last_name','Thompson'),(180295,184187,'_shipping_company','Heat in Hair'),(180296,184187,'_shipping_address_1','5145 Nightsky pl'),(180297,184187,'_shipping_city','5145 nightsky pl'),(180298,184187,'_shipping_state','CA'),(180299,184187,'_shipping_postcode','93552'),(180300,184187,'_shipping_country','US'),(180301,184187,'_order_currency','USD'),(180302,184187,'_cart_discount','0'),(180303,184187,'_cart_discount_tax','0'),(180304,184187,'_order_shipping','0'),(180305,184187,'_order_shipping_tax','0'),(180306,184187,'_order_tax','0'),(180307,184187,'_order_total','518.40'),(180308,184187,'_order_version','10.1.2'),(180309,184187,'_prices_include_tax','no'),(180310,184187,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(180311,184187,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(180312,184187,'is_vat_exempt','no'),(180313,184187,'_wc_order_attribution_source_type','referral'),(180314,184187,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180315,184187,'_wc_order_attribution_utm_source','lcaportal.com'),(180316,184187,'_wc_order_attribution_utm_medium','referral'),(180317,184187,'_wc_order_attribution_utm_content','/'),(180318,184187,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180319,184187,'_wc_order_attribution_session_start_time','2025-09-19 22:00:46'),(180320,184187,'_wc_order_attribution_session_pages','1'),(180321,184187,'_wc_order_attribution_session_count','2'),(180322,184187,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36'),(180323,184187,'_wc_order_attribution_device_type','Desktop'),(180324,184187,'Payment type','instant'),(180325,184187,'_paypal_status','completed'),(180326,184187,'_transaction_id','0U0425960V634714P'),(180327,184187,'PayPal Transaction Fee','18.58'),(180328,184187,'_date_paid','1758322385'),(180329,184187,'_paid_date','2025-09-19 22:53:05'),(180330,3412,'_eael_post_view_count','16'),(180332,184184,'Payment type','instant'),(180333,184184,'_paypal_status','completed'),(180334,184184,'_transaction_id','3KR20492PR705491N'),(180335,184184,'PayPal Transaction Fee','70.13'),(180336,184184,'_date_paid','1758547486'),(180337,184184,'_paid_date','2025-09-22 13:24:46'),(180338,184188,'_order_key','wc_order_snvK00KFsC4FG'),(180339,184188,'_customer_user','60'),(180340,184188,'_payment_method','paypal'),(180341,184188,'_payment_method_title','PayPal'),(180342,184188,'_customer_ip_address','76.136.203.96'),(180343,184188,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(180344,184188,'_created_via','checkout'),(180345,184188,'_cart_hash','f7aced66aebbd756dca2f1d4b315a0b3'),(180346,184188,'_download_permissions_granted','yes'),(180347,184188,'_recorded_sales','yes'),(180348,184188,'_recorded_coupon_usage_counts','yes'),(180349,184188,'_new_order_email_sent','true'),(180350,184188,'_order_stock_reduced','yes'),(180351,184188,'_billing_first_name','Jill'),(180352,184188,'_billing_last_name','Leshtz'),(180353,184188,'_billing_company','Lice clinics of America-North Shore'),(180354,184188,'_billing_address_1','1580 Lancelot Avenue'),(180355,184188,'_billing_city','Highland park'),(180356,184188,'_billing_state','IL'),(180357,184188,'_billing_postcode','60035'),(180358,184188,'_billing_country','US'),(180359,184188,'_billing_email','jleshtz@gmail.com'),(180360,184188,'_billing_phone','8473639001'),(180361,184188,'_shipping_first_name','Jill'),(180362,184188,'_shipping_last_name','Leshtz'),(180363,184188,'_shipping_company','Lice clinics of America-North Shore'),(180364,184188,'_shipping_address_1','1580 Lancelot Avenue'),(180365,184188,'_shipping_city','Highland park'),(180366,184188,'_shipping_state','IL'),(180367,184188,'_shipping_postcode','60035'),(180368,184188,'_shipping_country','US'),(180369,184188,'_order_currency','USD'),(180370,184188,'_cart_discount','0'),(180371,184188,'_cart_discount_tax','0'),(180372,184188,'_order_shipping','0'),(180373,184188,'_order_shipping_tax','0'),(180374,184188,'_order_tax','0'),(180375,184188,'_order_total','1296.80'),(180376,184188,'_order_version','10.1.2'),(180377,184188,'_prices_include_tax','no'),(180378,184188,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(180379,184188,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(180380,184188,'is_vat_exempt','no'),(180381,184188,'_wc_order_attribution_source_type','referral'),(180382,184188,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180383,184188,'_wc_order_attribution_utm_source','lcaportal.com'),(180384,184188,'_wc_order_attribution_utm_medium','referral'),(180385,184188,'_wc_order_attribution_utm_content','/'),(180386,184188,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180387,184188,'_wc_order_attribution_session_start_time','2025-09-22 21:02:27'),(180388,184188,'_wc_order_attribution_session_pages','10'),(180389,184188,'_wc_order_attribution_session_count','1'),(180390,184188,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(180391,184188,'_wc_order_attribution_device_type','Desktop'),(180392,184188,'Payment type','instant'),(180393,184188,'_paypal_status','completed'),(180394,184188,'_transaction_id','63D66167MR131183J'),(180395,184188,'PayPal Transaction Fee','45.75'),(180396,184188,'_date_paid','1758575508'),(180397,184188,'_paid_date','2025-09-22 21:11:48'),(180398,3525,'_eael_post_view_count','8'),(180400,184187,'_edit_lock','1758636932:2'),(180401,184187,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183816\";s:12:\"date_shipped\";s:10:\"1758499200\";s:11:\"tracking_id\";s:32:\"5309eecc516f2d734403dcf6ffb8cd76\";}}'),(180402,184187,'_edit_last','2'),(180403,184187,'_date_completed','1758637071'),(180404,184187,'_completed_date','2025-09-23 14:17:51'),(180425,184190,'_order_key','wc_order_cLtPvLtW0Ul1T'),(180426,184190,'_customer_user','65'),(180427,184190,'_payment_method','paypal'),(180428,184190,'_payment_method_title','PayPal'),(180429,184190,'_customer_ip_address','76.106.234.193'),(180430,184190,'_customer_user_agent','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'),(180431,184190,'_created_via','checkout'),(180432,184190,'_cart_hash','32c658102b9a421a30fc4b3172d2ac8d'),(180433,184190,'_download_permissions_granted','yes'),(180434,184190,'_recorded_sales','yes'),(180435,184190,'_recorded_coupon_usage_counts','yes'),(180436,184190,'_new_order_email_sent','true'),(180437,184190,'_order_stock_reduced','yes'),(180438,184190,'_billing_first_name','Mandy'),(180439,184190,'_billing_last_name','Ottesen'),(180440,184190,'_billing_company','Fresh Heads'),(180441,184190,'_billing_address_1','175 Dahlia Falls Drive'),(180442,184190,'_billing_city','St Johns'),(180443,184190,'_billing_state','FL'),(180444,184190,'_billing_postcode','32259'),(180445,184190,'_billing_country','US'),(180446,184190,'_billing_email','mandy@freshheadsliceremoval.com'),(180447,184190,'_billing_phone','9042353157'),(180448,184190,'_shipping_first_name','Mandy'),(180449,184190,'_shipping_last_name','Ottesen'),(180450,184190,'_shipping_address_1','13241 Bartram Park Blvd'),(180451,184190,'_shipping_address_2','1801'),(180452,184190,'_shipping_city','Jacksonville'),(180453,184190,'_shipping_state','FL'),(180454,184190,'_shipping_postcode','32258'),(180455,184190,'_shipping_country','US'),(180456,184190,'_order_currency','USD'),(180457,184190,'_cart_discount','0'),(180458,184190,'_cart_discount_tax','0'),(180459,184190,'_order_shipping','0'),(180460,184190,'_order_shipping_tax','0'),(180461,184190,'_order_tax','0'),(180462,184190,'_order_total','505.20'),(180463,184190,'_order_version','10.2.1'),(180464,184190,'_prices_include_tax','no'),(180465,184190,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(180466,184190,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(180467,184190,'is_vat_exempt','no'),(180468,184190,'_order_number','3981'),(180469,184190,'_wc_order_attribution_source_type','typein'),(180470,184190,'_wc_order_attribution_utm_source','(direct)'),(180471,184190,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180472,184190,'_wc_order_attribution_session_start_time','2025-09-23 13:07:39'),(180473,184190,'_wc_order_attribution_session_pages','3'),(180474,184190,'_wc_order_attribution_session_count','2'),(180475,184190,'_wc_order_attribution_user_agent','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'),(180476,184190,'_wc_order_attribution_device_type','Desktop'),(180477,184190,'Payment type','instant'),(180478,184190,'_paypal_status','completed'),(180479,184190,'_transaction_id','9PY51257KT6302016'),(180480,184190,'PayPal Transaction Fee','18.12'),(180481,184190,'_date_paid','1758652422'),(180482,184190,'_paid_date','2025-09-23 18:33:42'),(180483,3362,'_eael_post_view_count','14'),(180488,184191,'_order_key','wc_order_FijvBYbY3WOQw'),(180489,184191,'_customer_user','66'),(180490,184191,'_payment_method','paypal'),(180491,184191,'_payment_method_title','PayPal'),(180492,184191,'_customer_ip_address','72.85.35.117'),(180493,184191,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180494,184191,'_created_via','checkout'),(180495,184191,'_cart_hash','6fc1af07277a5d225866510285021026'),(180496,184191,'_download_permissions_granted','yes'),(180497,184191,'_recorded_sales','yes'),(180498,184191,'_recorded_coupon_usage_counts','yes'),(180499,184191,'_new_order_email_sent','true'),(180500,184191,'_order_stock_reduced','yes'),(180501,184191,'_billing_first_name','Mark'),(180502,184191,'_billing_last_name','Dent'),(180503,184191,'_billing_company','Lice Clinics of Maryland'),(180504,184191,'_billing_address_1','801 W 33rd Street'),(180505,184191,'_billing_city','BAltimore'),(180506,184191,'_billing_state','MD'),(180507,184191,'_billing_postcode','21211'),(180508,184191,'_billing_country','US'),(180509,184191,'_billing_email','info@liceclinicsofmaryland.com'),(180510,184191,'_billing_phone','4438349991'),(180511,184191,'_shipping_first_name','Dawn'),(180512,184191,'_shipping_last_name','Mumaw'),(180513,184191,'_shipping_company','LCA Baltimore'),(180514,184191,'_shipping_address_1','604 Providence Road'),(180515,184191,'_shipping_city','Towson'),(180516,184191,'_shipping_state','MD'),(180517,184191,'_shipping_postcode','21286'),(180518,184191,'_shipping_country','US'),(180519,184191,'_order_currency','USD'),(180520,184191,'_cart_discount','0'),(180521,184191,'_cart_discount_tax','0'),(180522,184191,'_order_shipping','0'),(180523,184191,'_order_shipping_tax','0'),(180524,184191,'_order_tax','0'),(180525,184191,'_order_total','5241.02'),(180526,184191,'_order_version','10.1.2'),(180527,184191,'_prices_include_tax','no'),(180528,184191,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(180529,184191,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(180531,184191,'_order_number','3982'),(180533,184191,'_wc_order_attribution_source_type','referral'),(180534,184191,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180535,184191,'_wc_order_attribution_utm_source','lcaportal.com'),(180536,184191,'_wc_order_attribution_utm_medium','referral'),(180537,184191,'_wc_order_attribution_utm_content','/'),(180538,184191,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180539,184191,'_wc_order_attribution_session_start_time','2025-09-23 18:14:18'),(180540,184191,'_wc_order_attribution_session_pages','8'),(180541,184191,'_wc_order_attribution_session_count','1'),(180542,184191,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(180543,184191,'_wc_order_attribution_device_type','Desktop'),(180575,184191,'is_vat_exempt','no'),(180576,184191,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:273.98000000000002;s:35:\"product_level_based_on_tax_settings\";d:273.98000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:273.98000000000002;s:27:\"total_based_on_tax_settings\";d:273.98000000000002;}}'),(180577,184191,'Payment type','instant'),(180578,184191,'_paypal_status','completed'),(180579,184191,'_transaction_id','8FG68432A10515839'),(180580,184191,'PayPal Transaction Fee','183.40'),(180581,184191,'_date_paid','1758665026'),(180582,184191,'_paid_date','2025-09-23 22:03:46'),(180583,184192,'_order_key','wc_order_ikwYuCJ3FkdSm'),(180584,184192,'_customer_user','3'),(180585,184192,'_payment_method','paypal'),(180586,184192,'_payment_method_title','PayPal'),(180587,184192,'_customer_ip_address','166.70.35.250'),(180588,184192,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180589,184192,'_created_via','checkout'),(180590,184192,'_cart_hash','a96836eec94d52f9d0549b3d310a7044'),(180591,184192,'_download_permissions_granted','yes'),(180592,184192,'_recorded_sales','yes'),(180593,184192,'_recorded_coupon_usage_counts','yes'),(180594,184192,'_new_order_email_sent','true'),(180595,184192,'_order_stock_reduced','yes'),(180596,184192,'_billing_first_name','amanda'),(180597,184192,'_billing_last_name','westerman'),(180598,184192,'_billing_company','Lice Clinics of America Dallas'),(180599,184192,'_billing_address_1','3120 HUDSON XING'),(180600,184192,'_billing_address_2','Suite A2'),(180601,184192,'_billing_city','MCKINNEY'),(180602,184192,'_billing_state','TX'),(180603,184192,'_billing_postcode','75070'),(180604,184192,'_billing_country','US'),(180605,184192,'_billing_email','awesterman1103@gmail.com'),(180606,184192,'_billing_phone','12144175741'),(180607,184192,'_shipping_first_name','amanda'),(180608,184192,'_shipping_last_name','westerman'),(180609,184192,'_shipping_company','Lice Clinics of America McKinney'),(180610,184192,'_shipping_address_1','3120 HUDSON XING'),(180611,184192,'_shipping_address_2','Suite A2'),(180612,184192,'_shipping_city','MCKINNEY'),(180613,184192,'_shipping_state','TX'),(180614,184192,'_shipping_postcode','75070'),(180615,184192,'_shipping_country','US'),(180616,184192,'_order_currency','USD'),(180617,184192,'_cart_discount','0'),(180618,184192,'_cart_discount_tax','0'),(180619,184192,'_order_shipping','0'),(180620,184192,'_order_shipping_tax','0'),(180621,184192,'_order_tax','0'),(180622,184192,'_order_total','692.50'),(180623,184192,'_order_version','10.1.2'),(180624,184192,'_prices_include_tax','no'),(180625,184192,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(180626,184192,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(180627,184192,'is_vat_exempt','no'),(180628,184192,'_order_number','3983'),(180629,184192,'_wc_order_attribution_source_type','referral'),(180630,184192,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(180631,184192,'_wc_order_attribution_utm_source','lcaportal.com'),(180632,184192,'_wc_order_attribution_utm_medium','referral'),(180633,184192,'_wc_order_attribution_utm_content','/'),(180634,184192,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180635,184192,'_wc_order_attribution_session_start_time','2025-09-24 02:00:59'),(180636,184192,'_wc_order_attribution_session_pages','4'),(180637,184192,'_wc_order_attribution_session_count','1'),(180638,184192,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180639,184192,'_wc_order_attribution_device_type','Desktop'),(180640,184192,'Payment type','instant'),(180641,184192,'_paypal_status','completed'),(180642,184192,'_transaction_id','8CD094827R462934E'),(180643,184192,'PayPal Transaction Fee','24.66'),(180644,184192,'_date_paid','1758679456'),(180645,184192,'_paid_date','2025-09-24 02:04:16'),(180651,41,'_eael_post_view_count','10'),(180654,184188,'_edit_lock','1758724320:2'),(180655,184188,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184098\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"dafb81a9599d0181e9cb56ac14611ad6\";}}'),(180656,184188,'_edit_last','2'),(180657,184188,'_date_completed','1758724457'),(180658,184188,'_completed_date','2025-09-24 14:34:17'),(180659,184186,'_edit_lock','1758724517:2'),(180660,184186,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800183687\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"5b876fc10a6713b70a55fce779ea963f\";}}'),(180661,184186,'_edit_last','2'),(180662,184186,'_date_completed','1758724506'),(180663,184186,'_completed_date','2025-09-24 14:35:06'),(180682,184193,'_order_key','wc_order_N9b7fSXKrQ6HW'),(180683,184193,'_customer_user','46'),(180684,184193,'_payment_method','paypal'),(180685,184193,'_payment_method_title','PayPal'),(180686,184193,'_customer_ip_address','72.47.75.84'),(180687,184193,'_customer_user_agent','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180688,184193,'_created_via','checkout'),(180689,184193,'_cart_hash','53cda50df7d895d473745b072ebd01c0'),(180690,184193,'_download_permissions_granted','yes'),(180691,184193,'_recorded_sales','yes'),(180692,184193,'_recorded_coupon_usage_counts','yes'),(180693,184193,'_new_order_email_sent','true'),(180694,184193,'_order_stock_reduced','yes'),(180695,184193,'_billing_first_name','Ashe'),(180696,184193,'_billing_last_name','montalvo'),(180697,184193,'_billing_company','lice clincs of america jonesboro'),(180698,184193,'_billing_address_1','1406 Market Place'),(180699,184193,'_billing_address_2','Apartment 10'),(180700,184193,'_billing_city','Jonesboro'),(180701,184193,'_billing_state','AR'),(180702,184193,'_billing_postcode','72404'),(180703,184193,'_billing_country','US'),(180704,184193,'_billing_email','bsdashlynf@gmail.com'),(180705,184193,'_billing_phone','8706132520'),(180706,184193,'_shipping_first_name','Ashe'),(180707,184193,'_shipping_last_name','montalvo'),(180708,184193,'_shipping_company','lice clincs of america jonesboro'),(180709,184193,'_shipping_address_1','3114 Fox Road'),(180710,184193,'_shipping_address_2','suite D'),(180711,184193,'_shipping_city','Jonesboro'),(180712,184193,'_shipping_state','AR'),(180713,184193,'_shipping_postcode','72404'),(180714,184193,'_shipping_country','US'),(180715,184193,'_order_currency','USD'),(180716,184193,'_cart_discount','0'),(180717,184193,'_cart_discount_tax','0'),(180718,184193,'_order_shipping','12.13'),(180719,184193,'_order_shipping_tax','0'),(180720,184193,'_order_tax','0'),(180721,184193,'_order_total','85.33'),(180722,184193,'_order_version','10.1.2'),(180723,184193,'_prices_include_tax','no'),(180724,184193,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(180725,184193,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(180726,184193,'is_vat_exempt','no'),(180727,184193,'_order_number','3984'),(180728,184193,'_wc_order_attribution_source_type','referral'),(180729,184193,'_wc_order_attribution_referrer','https://lcaportal.com/'),(180730,184193,'_wc_order_attribution_utm_source','lcaportal.com'),(180731,184193,'_wc_order_attribution_utm_medium','referral'),(180732,184193,'_wc_order_attribution_utm_content','/'),(180733,184193,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180734,184193,'_wc_order_attribution_session_start_time','2025-09-24 15:19:44'),(180735,184193,'_wc_order_attribution_session_pages','4'),(180736,184193,'_wc_order_attribution_session_count','1'),(180737,184193,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180738,184193,'_wc_order_attribution_device_type','Desktop'),(180739,184193,'Payment type','instant'),(180740,184193,'_paypal_status','completed'),(180741,184193,'_transaction_id','6FF15814JD516581T'),(180742,184193,'PayPal Transaction Fee','3.47'),(180743,184193,'_date_paid','1758727327'),(180744,184193,'_paid_date','2025-09-24 15:22:07'),(180751,184194,'_order_key','wc_order_8WZtSR2yHQhD4'),(180752,184194,'_customer_user','76'),(180753,184194,'_payment_method','paypal'),(180754,184194,'_payment_method_title','PayPal'),(180755,184194,'_customer_ip_address','66.31.192.192'),(180756,184194,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(180757,184194,'_created_via','checkout'),(180758,184194,'_cart_hash','7a53daceb99bcf7eb160b1c7ef733eec'),(180759,184194,'_download_permissions_granted','yes'),(180760,184194,'_recorded_sales','yes'),(180761,184194,'_recorded_coupon_usage_counts','yes'),(180762,184194,'_new_order_email_sent','true'),(180763,184194,'_order_stock_reduced','yes'),(180764,184194,'_billing_first_name','Naomi'),(180765,184194,'_billing_last_name','Golden'),(180766,184194,'_billing_address_1','31 Mann Ave'),(180767,184194,'_billing_city','Needham'),(180768,184194,'_billing_state','MA'),(180769,184194,'_billing_postcode','02492'),(180770,184194,'_billing_country','US'),(180771,184194,'_billing_email','nrgolden6486@gmail.com'),(180772,184194,'_billing_phone','6178511322'),(180773,184194,'_shipping_first_name','Naomi'),(180774,184194,'_shipping_last_name','Golden'),(180775,184194,'_shipping_company','Lice Clinics of America'),(180776,184194,'_shipping_address_1','3 Baldwin Green Common'),(180777,184194,'_shipping_address_2','Suite 310'),(180778,184194,'_shipping_city','Woburn'),(180779,184194,'_shipping_state','MA'),(180780,184194,'_shipping_postcode','01801'),(180781,184194,'_shipping_country','US'),(180782,184194,'_order_currency','USD'),(180783,184194,'_cart_discount','0'),(180784,184194,'_cart_discount_tax','0'),(180785,184194,'_order_shipping','0'),(180786,184194,'_order_shipping_tax','0'),(180787,184194,'_order_tax','0'),(180788,184194,'_order_total','517.80'),(180789,184194,'_order_version','10.2.1'),(180790,184194,'_prices_include_tax','no'),(180791,184194,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(180792,184194,'_shipping_address_index','Naomi Golden Lice Clinics of America 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(180793,184194,'is_vat_exempt','no'),(180794,184194,'_order_number','3985'),(180795,184194,'_wc_order_attribution_source_type','typein'),(180796,184194,'_wc_order_attribution_utm_source','(direct)'),(180797,184194,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180798,184194,'_wc_order_attribution_session_start_time','2025-09-18 12:54:48'),(180799,184194,'_wc_order_attribution_session_pages','4'),(180800,184194,'_wc_order_attribution_session_count','6'),(180801,184194,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(180802,184194,'_wc_order_attribution_device_type','Desktop'),(180803,184194,'Payment type','instant'),(180804,184194,'_paypal_status','completed'),(180805,184194,'_transaction_id','0JK22295PJ559631Y'),(180806,184194,'PayPal Transaction Fee','18.56'),(180807,184194,'_date_paid','1758729521'),(180808,184194,'_paid_date','2025-09-24 15:58:41'),(180809,184195,'_edit_lock','1758734564:2'),(180810,184195,'_edit_last','2'),(180811,184195,'discount_type','percent'),(180812,184195,'coupon_amount','7'),(180813,184195,'individual_use','no'),(180814,184195,'usage_limit','0'),(180815,184195,'usage_limit_per_user','0'),(180816,184195,'limit_usage_to_x_items','0'),(180817,184195,'usage_count','1'),(180818,184195,'date_expires',NULL),(180819,184195,'free_shipping','yes'),(180820,184195,'exclude_sale_items','no'),(180821,184195,'product_brands','a:0:{}'),(180822,184195,'exclude_product_brands','a:0:{}'),(180823,43,'_eael_post_view_count','7'),(180846,184196,'_order_key','wc_order_o86zbSySFLqvO'),(180847,184196,'_customer_user','61'),(180848,184196,'_payment_method','paypal'),(180849,184196,'_payment_method_title','PayPal'),(180850,184196,'_customer_ip_address','217.180.201.84'),(180851,184196,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180852,184196,'_created_via','checkout'),(180853,184196,'_cart_hash','010c6a1d54b74cad29da16ece8558804'),(180854,184196,'_download_permissions_granted','yes'),(180855,184196,'_recorded_sales','yes'),(180856,184196,'_recorded_coupon_usage_counts','yes'),(180857,184196,'_new_order_email_sent','true'),(180858,184196,'_order_stock_reduced','yes'),(180859,184196,'_billing_first_name','Judith'),(180860,184196,'_billing_last_name','Hayden'),(180861,184196,'_billing_company','Lice Clinics of America'),(180862,184196,'_billing_address_1','1795 Alysheba Way'),(180863,184196,'_billing_address_2','Ste 4105'),(180864,184196,'_billing_city','Lexington'),(180865,184196,'_billing_state','KY'),(180866,184196,'_billing_postcode','40509'),(180867,184196,'_billing_country','US'),(180868,184196,'_billing_email','judy@lexington.liceclinicsofamerica.com'),(180869,184196,'_billing_phone','8595376966'),(180870,184196,'_shipping_first_name','Judy'),(180871,184196,'_shipping_last_name','Hayden'),(180872,184196,'_shipping_company','Lice Clinics of America'),(180873,184196,'_shipping_address_1','549 Centre View Blvd'),(180874,184196,'_shipping_city','Crestview Hills'),(180875,184196,'_shipping_state','KY'),(180876,184196,'_shipping_postcode','41017'),(180877,184196,'_shipping_country','US'),(180878,184196,'_order_currency','USD'),(180879,184196,'_cart_discount','10.5'),(180880,184196,'_cart_discount_tax','0'),(180881,184196,'_order_shipping','0'),(180882,184196,'_order_shipping_tax','0'),(180883,184196,'_order_tax','0'),(180884,184196,'_order_total','139.50'),(180885,184196,'_order_version','10.2.1'),(180886,184196,'_prices_include_tax','no'),(180887,184196,'_billing_address_index','Judith Hayden Lice Clinics of America 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@lexington.liceclinicsofamerica.com 8595376966'),(180888,184196,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd  Crestview Hills KY 41017 US '),(180889,184196,'is_vat_exempt','no'),(180890,184196,'_order_number','3986'),(180891,184196,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:17:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:139.5;s:8:\"line_tax\";i:0;s:22:\"thwma_shipping_methods\";a:1:{s:15:\"free_shipping:6\";a:9:{s:9:\"method_id\";s:13:\"free_shipping\";s:10:\"product_id\";s:2:\"45\";s:8:\"cart_key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:44:\"Super Clarifying Shampoo 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"3\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}s:18:\"multi_ship_address\";a:8:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:2:{i:0;s:32:\"a85761d42401063284a71a1a0ec91d03\";i:1;s:32:\"19c19a850a2dafa6ce7ebd45d3fa6fba\";}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}s:24:\"product_shipping_address\";s:9:\"address_0\";s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:10.5;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:1:{i:0;s:9:\"judy_free\";}s:4:\"user\";a:1:{s:2:\"ID\";i:61;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:4:\"city\";s:15:\"Crestview Hills\";s:7:\"address\";s:20:\"549 Centre View Blvd\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:0:\"\";}}}'),(180892,184196,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:13:\"free_shipping\";s:5:\"label\";s:13:\"Free shipping\";}}'),(180893,184196,'_wc_order_attribution_source_type','typein'),(180894,184196,'_wc_order_attribution_utm_source','(direct)'),(180895,184196,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180896,184196,'_wc_order_attribution_session_start_time','2025-09-24 17:19:27'),(180897,184196,'_wc_order_attribution_session_pages','4'),(180898,184196,'_wc_order_attribution_session_count','1'),(180899,184196,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(180900,184196,'_wc_order_attribution_device_type','Desktop'),(180901,184196,'Payment type','instant'),(180902,184196,'_paypal_status','completed'),(180903,184196,'_transaction_id','6V665598DJ812935E'),(180904,184196,'PayPal Transaction Fee','5.36'),(180905,184196,'_date_paid','1758734503'),(180906,184196,'_paid_date','2025-09-24 17:21:43'),(180907,184195,'_used_by','61'),(180908,2521,'product_brands','a:0:{}'),(180909,2521,'exclude_product_brands','a:0:{}'),(180910,2234,'product_brands','a:0:{}'),(180911,2234,'exclude_product_brands','a:0:{}'),(180912,515,'product_brands','a:0:{}'),(180913,515,'exclude_product_brands','a:0:{}'),(180920,184197,'_order_key','wc_order_Cgl8FmZc7o2cx'),(180921,184197,'_customer_user','76'),(180922,184197,'_payment_method','paypal'),(180923,184197,'_payment_method_title','PayPal'),(180924,184197,'_customer_ip_address','66.31.192.192'),(180925,184197,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(180926,184197,'_created_via','checkout'),(180927,184197,'_cart_hash','eae49a6bcec8b0307a6b1267c606f312'),(180928,184197,'_download_permissions_granted','yes'),(180929,184197,'_recorded_sales','yes'),(180930,184197,'_recorded_coupon_usage_counts','yes'),(180931,184197,'_new_order_email_sent','true'),(180932,184197,'_order_stock_reduced','yes'),(180933,184197,'_billing_first_name','Naomi'),(180934,184197,'_billing_last_name','Golden'),(180935,184197,'_billing_address_1','31 Mann Ave'),(180936,184197,'_billing_city','Needham'),(180937,184197,'_billing_state','MA'),(180938,184197,'_billing_postcode','02492'),(180939,184197,'_billing_country','US'),(180940,184197,'_billing_email','nrgolden6486@gmail.com'),(180941,184197,'_billing_phone','6178511322'),(180942,184197,'_shipping_first_name','Naomi'),(180943,184197,'_shipping_last_name','Golden'),(180944,184197,'_shipping_company','Lice Aunties'),(180945,184197,'_shipping_address_1','3 Baldwin Green Common'),(180946,184197,'_shipping_address_2','Suite 310'),(180947,184197,'_shipping_city','Woburn'),(180948,184197,'_shipping_state','MA'),(180949,184197,'_shipping_postcode','01801'),(180950,184197,'_shipping_country','US'),(180951,184197,'_order_currency','USD'),(180952,184197,'_cart_discount','0'),(180953,184197,'_cart_discount_tax','0'),(180954,184197,'_order_shipping','0'),(180955,184197,'_order_shipping_tax','0'),(180956,184197,'_order_tax','44.15'),(180957,184197,'_order_total','596.05'),(180958,184197,'_order_version','10.1.2'),(180959,184197,'_prices_include_tax','no'),(180960,184197,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(180961,184197,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(180962,184197,'is_vat_exempt','no'),(180963,184197,'_order_number','3987'),(180964,184197,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:15:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:27.399999999999999;}s:8:\"subtotal\";a:1:{i:1;d:27.399999999999999;}}s:13:\"line_subtotal\";d:342.5;s:17:\"line_subtotal_tax\";d:27.399999999999999;s:10:\"line_total\";d:342.5;s:8:\"line_tax\";d:27.399999999999999;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:15:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:11.039999999999999;}s:8:\"subtotal\";a:1:{i:1;d:11.039999999999999;}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:11.039999999999999;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:11.039999999999999;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:5.71;}s:8:\"subtotal\";a:1:{i:1;d:5.7119999999999997;}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:5.7119999999999997;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:5.71;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0.0019999999999997797;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}}}'),(180965,184197,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:12:\"local_pickup\";s:5:\"label\";s:17:\"Will Call Pick Up\";}}'),(180966,184197,'_wc_order_attribution_source_type','typein'),(180967,184197,'_wc_order_attribution_utm_source','(direct)'),(180968,184197,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(180969,184197,'_wc_order_attribution_session_start_time','2025-09-18 12:54:48'),(180970,184197,'_wc_order_attribution_session_pages','5'),(180971,184197,'_wc_order_attribution_session_count','8'),(180972,184197,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(180973,184197,'_wc_order_attribution_device_type','Desktop'),(180974,184197,'Payment type','instant'),(180975,184197,'_paypal_status','completed'),(180976,184197,'_transaction_id','8AU40600PX662981U'),(180977,184197,'PayPal Transaction Fee','21.29'),(180978,184197,'_date_paid','1758807898'),(180979,184197,'_paid_date','2025-09-25 13:44:58'),(180980,184192,'_edit_lock','1758808337:2'),(180981,184197,'_edit_lock','1758808020:2'),(180982,184198,'_order_currency','USD'),(180983,184198,'_cart_discount','0'),(180984,184198,'_cart_discount_tax','0'),(180985,184198,'_order_shipping','0'),(180986,184198,'_order_shipping_tax','0'),(180987,184198,'_order_tax','-44.15'),(180988,184198,'_order_total','-596.05'),(180989,184198,'_order_version','10.1.2'),(180990,184198,'_prices_include_tax','no'),(180991,184198,'_refund_amount','596.05'),(180992,184198,'_refunded_by','2'),(180993,184198,'_refunded_payment','1'),(180994,184198,'_refund_reason',''),(180995,184192,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184570\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"fd3575a7436360e8c37b75b6cc5cded8\";}}'),(180996,184192,'_edit_last','2'),(180997,184192,'_date_completed','1758808332'),(180998,184192,'_completed_date','2025-09-25 13:52:12'),(180999,184191,'_edit_lock','1758808390:2'),(181000,184191,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184444\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"7efe9463f9b15992dab5bb5cc005bfec\";}}'),(181001,184191,'_edit_last','2'),(181002,184191,'_date_completed','1758808375'),(181003,184191,'_completed_date','2025-09-25 13:52:55'),(181004,184193,'_edit_lock','1759346179:2'),(181005,184193,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184640\";s:12:\"date_shipped\";s:10:\"1758758400\";s:11:\"tracking_id\";s:32:\"4cabae689b6320a7d22760e91180e192\";}}'),(181006,184193,'_edit_last','2'),(181007,184193,'_date_completed','1758808407'),(181008,184193,'_completed_date','2025-09-25 13:53:27'),(181009,184184,'_edit_lock','1758826213:2'),(181010,184196,'_edit_lock','1758826213:2'),(181046,42,'_eael_post_view_count','14'),(181051,184199,'_order_key','wc_order_oJeBkctgQWGKT'),(181052,184199,'_customer_user','54'),(181053,184199,'_payment_method','paypal'),(181054,184199,'_payment_method_title','PayPal'),(181055,184199,'_customer_ip_address','172.58.165.197'),(181056,184199,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(181057,184199,'_created_via','checkout'),(181058,184199,'_cart_hash','3a5d79d4835a0da54c369e4ca8243bb4'),(181059,184199,'_download_permissions_granted','yes'),(181060,184199,'_recorded_sales','yes'),(181061,184199,'_recorded_coupon_usage_counts','yes'),(181062,184199,'_new_order_email_sent','true'),(181063,184199,'_order_stock_reduced','yes'),(181064,184199,'_billing_first_name','Erin'),(181065,184199,'_billing_last_name','Hawn'),(181066,184199,'_billing_address_1','10 W Phillip Rd'),(181067,184199,'_billing_address_2','Suite 123'),(181068,184199,'_billing_city','Vernon Hills'),(181069,184199,'_billing_state','IL'),(181070,184199,'_billing_postcode','60061'),(181071,184199,'_billing_country','US'),(181072,184199,'_billing_email','info@liceclinicsvernonhills.com'),(181073,184199,'_billing_phone','8475960408'),(181074,184199,'_shipping_first_name','Erin'),(181075,184199,'_shipping_last_name','Hawn'),(181076,184199,'_shipping_address_1','1491 S Amarias Dr'),(181077,184199,'_shipping_city','Round lake'),(181078,184199,'_shipping_state','IL'),(181079,184199,'_shipping_postcode','60073'),(181080,184199,'_shipping_country','US'),(181081,184199,'_order_currency','USD'),(181082,184199,'_cart_discount','0'),(181083,184199,'_cart_discount_tax','0'),(181084,184199,'_order_shipping','0'),(181085,184199,'_order_shipping_tax','0'),(181086,184199,'_order_tax','0'),(181087,184199,'_order_total','1113.40'),(181088,184199,'_order_version','10.2.2'),(181089,184199,'_prices_include_tax','no'),(181090,184199,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(181091,184199,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(181092,184199,'is_vat_exempt','no'),(181093,184199,'_order_number','3988'),(181094,184199,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:38.359999999999999;s:35:\"product_level_based_on_tax_settings\";d:38.359999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:38.359999999999999;s:27:\"total_based_on_tax_settings\";d:38.359999999999999;}}'),(181095,184199,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:15:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:15:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:15:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:15:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:15:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:548;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:509.63999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}s:15:\"line_disc_total\";d:38.360000000000014;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(181096,184199,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181097,184199,'_wc_order_attribution_source_type','typein'),(181098,184199,'_wc_order_attribution_utm_source','(direct)'),(181099,184199,'_wc_order_attribution_utm_source_platform',''),(181100,184199,'_wc_order_attribution_utm_creative_format',''),(181101,184199,'_wc_order_attribution_utm_marketing_tactic',''),(181102,184199,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181103,184199,'_wc_order_attribution_session_start_time','2024-03-09 01:44:49'),(181104,184199,'_wc_order_attribution_session_pages','2'),(181105,184199,'_wc_order_attribution_session_count','7'),(181106,184199,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36'),(181107,184199,'_wc_order_attribution_device_type','Desktop'),(181108,184199,'Payment type','instant'),(181109,184199,'_paypal_status','completed'),(181110,184199,'_transaction_id','99F20210DC8121441'),(181111,184199,'PayPal Transaction Fee','39.35'),(181112,184199,'_date_paid','1758821575'),(181113,184199,'_paid_date','2025-09-25 17:32:55'),(181115,3280,'_eael_post_view_count','20'),(181117,184184,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184683\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"91ed982747944eaf8df40e6251f02e66\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184709\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"4dfe1ebc6293c694c4e1cc7278bf38a3\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184710\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"40b9bbb0ce6a39ec23b84e0e17ee8ba5\";}}'),(181118,184184,'_edit_last','2'),(181119,184184,'_date_completed','1758826265'),(181120,184184,'_completed_date','2025-09-25 18:51:05'),(181121,184196,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184694\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"554857a796b94d3ba5eac022cbbe5fad\";}}'),(181122,184196,'_edit_last','2'),(181123,184196,'_date_completed','1758826278'),(181124,184196,'_completed_date','2025-09-25 18:51:18'),(181125,184200,'_start_date','2025-09-25 19:23:50'),(181127,184200,'_end_date',''),(181129,184190,'_edit_lock','1758830343:2'),(181130,184194,'_edit_lock','1758830378:2'),(181131,184190,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184238\";s:12:\"date_shipped\";s:10:\"1758585600\";s:11:\"tracking_id\";s:32:\"90c756aedfe4044bbf1d32f555d71179\";}}'),(181132,184190,'_edit_last','2'),(181133,184190,'_date_completed','1758830476'),(181134,184190,'_completed_date','2025-09-25 20:01:16'),(181135,184194,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184661\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"cde43599d8ae85b944ff2a43acc7a8cc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184672\";s:12:\"date_shipped\";s:10:\"1758672000\";s:11:\"tracking_id\";s:32:\"5835f1aa3dd28147a253d5ceb6455620\";}}'),(181136,184194,'_edit_last','2'),(181137,184194,'_date_completed','1758830515'),(181138,184194,'_completed_date','2025-09-25 20:01:55'),(181139,184201,'_order_key','wc_order_kjoSCmPL4qaq8'),(181140,184201,'_customer_user','76'),(181141,184201,'_payment_method','paypal'),(181142,184201,'_payment_method_title','PayPal'),(181143,184201,'_customer_ip_address','209.6.13.239'),(181144,184201,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181145,184201,'_created_via','checkout'),(181146,184201,'_cart_hash','1226a0d74541d671b3512371d5794de3'),(181147,184201,'_download_permissions_granted','yes'),(181148,184201,'_recorded_sales','yes'),(181149,184201,'_recorded_coupon_usage_counts','yes'),(181150,184201,'_new_order_email_sent','true'),(181151,184201,'_order_stock_reduced','yes'),(181152,184201,'_billing_first_name','Naomi'),(181153,184201,'_billing_last_name','Golden'),(181154,184201,'_billing_address_1','31 Mann Ave'),(181155,184201,'_billing_city','Needham'),(181156,184201,'_billing_state','MA'),(181157,184201,'_billing_postcode','02492'),(181158,184201,'_billing_country','US'),(181159,184201,'_billing_email','nrgolden6486@gmail.com'),(181160,184201,'_billing_phone','6178511322'),(181161,184201,'_shipping_first_name','Naomi'),(181162,184201,'_shipping_last_name','Golden'),(181163,184201,'_shipping_company','Lice Aunties'),(181164,184201,'_shipping_address_1','111 Center Street'),(181165,184201,'_shipping_city','Middleborough'),(181166,184201,'_shipping_state','MA'),(181167,184201,'_shipping_postcode','02346'),(181168,184201,'_shipping_country','US'),(181169,184201,'_order_currency','USD'),(181170,184201,'_cart_discount','0'),(181171,184201,'_cart_discount_tax','0'),(181172,184201,'_order_shipping','0'),(181173,184201,'_order_shipping_tax','0'),(181174,184201,'_order_tax','0'),(181175,184201,'_order_total','551.90'),(181176,184201,'_order_version','10.2.1'),(181177,184201,'_prices_include_tax','no'),(181178,184201,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(181179,184201,'_shipping_address_index','Naomi Golden Lice Aunties 111 Center Street  Middleborough MA 02346 US '),(181180,184201,'is_vat_exempt','no'),(181181,184201,'_order_number','3989'),(181182,184201,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:15:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:342.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:342.5;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:15:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";s:4:\"city\";s:13:\"Middleborough\";s:7:\"address\";s:17:\"111 Center Street\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";}}}'),(181183,184201,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181184,184201,'_wc_order_attribution_source_type','typein'),(181185,184201,'_wc_order_attribution_utm_source','(direct)'),(181186,184201,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181187,184201,'_wc_order_attribution_session_start_time','2025-09-25 20:03:12'),(181188,184201,'_wc_order_attribution_session_pages','6'),(181189,184201,'_wc_order_attribution_session_count','2'),(181190,184201,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181191,184201,'_wc_order_attribution_device_type','Desktop'),(181192,184201,'Payment type','instant'),(181193,184201,'_paypal_status','completed'),(181194,184201,'_transaction_id','40T96960JK196454T'),(181195,184201,'PayPal Transaction Fee','19.75'),(181196,184201,'_date_paid','1758833602'),(181197,184201,'_paid_date','2025-09-25 20:53:22'),(181200,146,'_eael_post_view_count','3'),(181203,133,'_eael_post_view_count','9'),(181205,184202,'_order_key','wc_order_szI4q0RSm4jDy'),(181206,184202,'_customer_user','61'),(181207,184202,'_payment_method','paypal'),(181208,184202,'_payment_method_title','PayPal'),(181209,184202,'_customer_ip_address','217.180.201.84'),(181210,184202,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181211,184202,'_created_via','checkout'),(181212,184202,'_cart_hash','68812d437b302d3f9633c439cf646bbe'),(181213,184202,'_download_permissions_granted','yes'),(181214,184202,'_recorded_sales','yes'),(181215,184202,'_recorded_coupon_usage_counts','yes'),(181216,184202,'_new_order_email_sent','true'),(181217,184202,'_order_stock_reduced','yes'),(181218,184202,'_billing_first_name','Judy'),(181219,184202,'_billing_last_name','Hayden'),(181220,184202,'_billing_company','LCA'),(181221,184202,'_billing_address_1','1795 Alysheba Way'),(181222,184202,'_billing_address_2','Ste 4105'),(181223,184202,'_billing_city','Lexington'),(181224,184202,'_billing_state','KY'),(181225,184202,'_billing_postcode','40509'),(181226,184202,'_billing_country','US'),(181227,184202,'_billing_email','judy@lexington.liceclinicsofamerica.com'),(181228,184202,'_billing_phone','8595376966'),(181229,184202,'_shipping_first_name','Judy'),(181230,184202,'_shipping_last_name','Hayden'),(181231,184202,'_shipping_company','LCA'),(181232,184202,'_shipping_address_1','1795 Alysheba Way'),(181233,184202,'_shipping_address_2','Ste 4105'),(181234,184202,'_shipping_city','Lexington'),(181235,184202,'_shipping_state','KY'),(181236,184202,'_shipping_postcode','40509'),(181237,184202,'_shipping_country','US'),(181238,184202,'_order_currency','USD'),(181239,184202,'_cart_discount','0'),(181240,184202,'_cart_discount_tax','0'),(181241,184202,'_order_shipping','0'),(181242,184202,'_order_shipping_tax','0'),(181243,184202,'_order_tax','0'),(181244,184202,'_order_total','540.90'),(181245,184202,'_order_version','10.2.2'),(181246,184202,'_prices_include_tax','no'),(181247,184202,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@lexington.liceclinicsofamerica.com 8595376966'),(181248,184202,'_shipping_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US '),(181249,184202,'is_vat_exempt','no'),(181250,184202,'_order_number','3990'),(181251,184202,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:15:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:188.10000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:188.09999999999999;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}s:15:\"line_disc_total\";d:2.8421709430404007E-14;s:19:\"line_disc_total_tax\";i:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:15:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:18;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:352.80000000000001;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:352.80000000000001;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:18;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:61;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:4:\"city\";s:9:\"Lexington\";s:7:\"address\";s:17:\"1795 Alysheba Way\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:8:\"Ste 4105\";}}}'),(181252,184202,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181253,184202,'_wc_order_attribution_source_type','typein'),(181254,184202,'_wc_order_attribution_utm_source','(direct)'),(181255,184202,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181256,184202,'_wc_order_attribution_session_start_time','2025-09-26 12:05:09'),(181257,184202,'_wc_order_attribution_session_pages','19'),(181258,184202,'_wc_order_attribution_session_count','1'),(181259,184202,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181260,184202,'_wc_order_attribution_device_type','Desktop'),(181261,184202,'Payment type','instant'),(181262,184202,'_paypal_status','completed'),(181263,184202,'_transaction_id','0C192594WV681025F'),(181264,184202,'PayPal Transaction Fee','19.37'),(181265,184202,'_date_paid','1758888442'),(181266,184202,'_paid_date','2025-09-26 12:07:22'),(181283,99,'_eael_post_view_count','3'),(181285,184201,'_edit_lock','1758918553:2'),(181286,184201,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185072\";s:12:\"date_shipped\";s:10:\"1758844800\";s:11:\"tracking_id\";s:32:\"1d4e1be080676545b56ca23de4f660bf\";}}'),(181287,184201,'_edit_last','2'),(181288,184201,'_date_completed','1758918547'),(181289,184201,'_completed_date','2025-09-26 20:29:07'),(181298,184204,'_order_key','wc_order_4wsCy8E6MIVW3'),(181299,184204,'_customer_user','76'),(181300,184204,'_payment_method','paypal'),(181301,184204,'_payment_method_title','PayPal'),(181302,184204,'_customer_ip_address','73.4.217.219'),(181303,184204,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181304,184204,'_created_via','checkout'),(181305,184204,'_cart_hash','06fcd20ed300d9a30e521e836f860182'),(181306,184204,'_download_permissions_granted','yes'),(181307,184204,'_recorded_sales','yes'),(181308,184204,'_recorded_coupon_usage_counts','yes'),(181309,184204,'_new_order_email_sent','true'),(181310,184204,'_order_stock_reduced','yes'),(181311,184204,'_billing_first_name','Naomi'),(181312,184204,'_billing_last_name','Golden'),(181313,184204,'_billing_address_1','31 Mann Ave'),(181314,184204,'_billing_city','Needham'),(181315,184204,'_billing_state','MA'),(181316,184204,'_billing_postcode','02492'),(181317,184204,'_billing_country','US'),(181318,184204,'_billing_email','nrgolden6486@gmail.com'),(181319,184204,'_billing_phone','6178511322'),(181320,184204,'_shipping_first_name','Naomi'),(181321,184204,'_shipping_last_name','Golden'),(181322,184204,'_shipping_company','Lice Clinics of America'),(181323,184204,'_shipping_address_1','60 Dedham Ave'),(181324,184204,'_shipping_address_2','suite 201'),(181325,184204,'_shipping_city','Needham'),(181326,184204,'_shipping_state','MA'),(181327,184204,'_shipping_postcode','02492'),(181328,184204,'_shipping_country','US'),(181329,184204,'_order_currency','USD'),(181330,184204,'_cart_discount','0'),(181331,184204,'_cart_discount_tax','0'),(181332,184204,'_order_shipping','0'),(181333,184204,'_order_shipping_tax','0'),(181334,184204,'_order_tax','0'),(181335,184204,'_order_total','559.60'),(181336,184204,'_order_version','10.2.2'),(181337,184204,'_prices_include_tax','no'),(181338,184204,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(181339,184204,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave suite 201 Needham MA 02492 US '),(181340,184204,'is_vat_exempt','no'),(181341,184204,'_order_number','3991'),(181342,184204,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:15:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}s:13:\"line_subtotal\";d:274;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:274;s:8:\"line_tax\";i:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";i:0;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"suite 201\";}}}'),(181343,184204,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181344,184204,'_wc_order_attribution_source_type','typein'),(181345,184204,'_wc_order_attribution_utm_source','(direct)'),(181346,184204,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181347,184204,'_wc_order_attribution_session_start_time','2025-09-25 20:03:12'),(181348,184204,'_wc_order_attribution_session_pages','12'),(181349,184204,'_wc_order_attribution_session_count','4'),(181350,184204,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181351,184204,'_wc_order_attribution_device_type','Desktop'),(181352,184204,'Payment type','instant'),(181353,184204,'_paypal_status','completed'),(181354,184204,'_transaction_id','05T00664K4063174U'),(181417,184199,'_edit_lock','1759251267:2'),(181418,184202,'_edit_lock','1759346524:2'),(181419,184199,'_edit_last','2'),(181420,184202,'_edit_last','2'),(181421,184204,'_edit_lock','1759802826:2'),(181423,184204,'_edit_last','2'),(181436,490,'_eael_post_view_count','10'),(181446,489,'_eael_post_view_count','8'),(181451,184206,'_order_key','wc_order_kW7UK0j9xiQEX'),(181452,184206,'_customer_user','109'),(181453,184206,'_payment_method','paypal'),(181454,184206,'_payment_method_title','PayPal'),(181455,184206,'_customer_ip_address','213.55.247.26'),(181456,184206,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181457,184206,'_created_via','checkout'),(181458,184206,'_cart_hash','5e2f122d5a86cfe3b22ce5d232faa7e7'),(181459,184206,'_download_permissions_granted','no'),(181460,184206,'_recorded_sales','no'),(181461,184206,'_recorded_coupon_usage_counts','no'),(181462,184206,'_new_order_email_sent','false'),(181463,184206,'_order_stock_reduced','no'),(181464,184206,'_billing_first_name','Sonia'),(181465,184206,'_billing_last_name','Troyon'),(181466,184206,'_billing_company','Lice Clinics of Switzerland SA'),(181467,184206,'_billing_address_1','Rue de Lausanne 49G'),(181468,184206,'_billing_city','Renens'),(181469,184206,'_billing_state','VD'),(181470,184206,'_billing_postcode','1020'),(181471,184206,'_billing_country','CH'),(181472,184206,'_billing_email','sonia.troyon@gmail.com'),(181473,184206,'_billing_phone','+41 79 884 38 84'),(181474,184206,'_shipping_first_name','Sonia'),(181475,184206,'_shipping_last_name','Troyon'),(181476,184206,'_shipping_company','Lice Clinics of Switzerland SA'),(181477,184206,'_shipping_address_1','Rue de Lausanne 49G'),(181478,184206,'_shipping_city','Renens'),(181479,184206,'_shipping_state','VD'),(181480,184206,'_shipping_postcode','1020'),(181481,184206,'_shipping_country','CH'),(181482,184206,'_order_currency','USD'),(181483,184206,'_cart_discount','0'),(181484,184206,'_cart_discount_tax','0'),(181485,184206,'_order_shipping','0'),(181486,184206,'_order_shipping_tax','0'),(181487,184206,'_order_tax','187.27'),(181488,184206,'_order_total','2528.17'),(181489,184206,'_order_version','10.2.2'),(181490,184206,'_prices_include_tax','no'),(181491,184206,'_billing_address_index','Sonia Troyon Lice Clinics of Switzerland SA Rue de Lausanne 49G  Renens VD 1020 CH sonia.troyon@gmail.com +41 79 884 38 84'),(181492,184206,'_shipping_address_index','Sonia Troyon Lice Clinics of Switzerland SA Rue de Lausanne 49G  Renens VD 1020 CH '),(181493,184206,'is_vat_exempt','no'),(181494,184206,'_order_number','3993'),(181495,184206,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:126;s:35:\"product_level_based_on_tax_settings\";d:126;s:10:\"cart_level\";d:0;s:5:\"total\";d:126;s:27:\"total_based_on_tax_settings\";d:126;}}'),(181496,184206,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:14:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:24;}s:8:\"subtotal\";a:1:{i:1;d:24;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:24;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:24;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"a5e00132373a7031000fd987a3c9f87b\";a:14:{s:3:\"key\";s:32:\"a5e00132373a7031000fd987a3c9f87b\";s:10:\"product_id\";i:146;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:0.55000000000000004;}s:8:\"subtotal\";a:1:{i:1;d:0.55200000000000005;}}s:13:\"line_subtotal\";d:6.8999999999999995;s:17:\"line_subtotal_tax\";d:0.55200000000000005;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";d:0.55000000000000004;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:146;}s:15:\"line_disc_total\";d:-8.8817841970012523E-16;s:19:\"line_disc_total_tax\";d:0.0020000000000000018;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:14:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:28.800000000000001;}s:8:\"subtotal\";a:1:{i:1;d:28.800000000000001;}}s:13:\"line_subtotal\";d:360;s:17:\"line_subtotal_tax\";d:28.800000000000001;s:10:\"line_total\";d:360;s:8:\"line_tax\";d:28.800000000000001;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:14:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:133.91999999999999;}s:8:\"subtotal\";a:1:{i:1;d:144;}}s:13:\"line_subtotal\";d:1800;s:17:\"line_subtotal_tax\";d:144;s:10:\"line_total\";d:1674;s:8:\"line_tax\";d:133.91999999999999;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}s:15:\"line_disc_total\";d:126;s:19:\"line_disc_total_tax\";d:10.080000000000013;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:109;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"CH\";s:5:\"state\";s:2:\"VD\";s:8:\"postcode\";s:4:\"1020\";s:4:\"city\";s:6:\"Renens\";s:7:\"address\";s:19:\"Rue de Lausanne 49G\";s:9:\"address_1\";s:19:\"Rue de Lausanne 49G\";s:9:\"address_2\";s:0:\"\";}}}'),(181497,184206,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:12:\"local_pickup\";s:5:\"label\";s:12:\"Local pickup\";}}'),(181498,184206,'_wc_order_attribution_source_type','typein'),(181499,184206,'_wc_order_attribution_utm_source','(direct)'),(181500,184206,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181501,184206,'_wc_order_attribution_session_start_time','2025-09-30 12:44:25'),(181502,184206,'_wc_order_attribution_session_pages','6'),(181503,184206,'_wc_order_attribution_session_count','1'),(181504,184206,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181505,184206,'_wc_order_attribution_device_type','Desktop'),(181506,184202,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185153\";s:12:\"date_shipped\";s:10:\"1758844800\";s:11:\"tracking_id\";s:32:\"5198c97c651168d500dd8762fe33eaef\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185142\";s:12:\"date_shipped\";s:10:\"1758844800\";s:11:\"tracking_id\";s:32:\"8fa1b0d7e5ec07d5522db7d41488333e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185131\";s:12:\"date_shipped\";s:10:\"1758844800\";s:11:\"tracking_id\";s:32:\"f87436fac56a2fe5a7b01e5492076cff\";}}'),(181507,184202,'_date_completed','1759250943'),(181508,184202,'_completed_date','2025-09-30 16:49:03'),(181509,184199,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800184992\";s:12:\"date_shipped\";s:10:\"1758758400\";s:11:\"tracking_id\";s:32:\"ca34b98c870487495e5c284bb6dced5e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185006\";s:12:\"date_shipped\";s:10:\"1758758400\";s:11:\"tracking_id\";s:32:\"0867a42e2c8fe0aa4a2c65244e59f5dd\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185017\";s:12:\"date_shipped\";s:10:\"1758758400\";s:11:\"tracking_id\";s:32:\"f61c1512e79423933aad0938bf9c6fb7\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185028\";s:12:\"date_shipped\";s:10:\"1758758400\";s:11:\"tracking_id\";s:32:\"39e2049406b490c99c166f0203b0e8ed\";}}'),(181510,184199,'_date_completed','1759251162'),(181511,184199,'_completed_date','2025-09-30 16:52:42'),(181512,93,'_eael_post_view_count','10'),(181515,184208,'_order_key','wc_order_iJyZHxIVUJVhr'),(181516,184208,'_customer_user','6'),(181517,184208,'_payment_method','paypal'),(181518,184208,'_payment_method_title','PayPal'),(181519,184208,'_customer_ip_address','73.220.233.56'),(181520,184208,'_customer_user_agent','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'),(181521,184208,'_created_via','checkout'),(181522,184208,'_cart_hash','ec40ab68a6feb35ce517517064d56796'),(181523,184208,'_download_permissions_granted','yes'),(181524,184208,'_recorded_sales','yes'),(181525,184208,'_recorded_coupon_usage_counts','yes'),(181526,184208,'_new_order_email_sent','true'),(181527,184208,'_order_stock_reduced','yes'),(181528,184208,'_billing_first_name','Amira'),(181529,184208,'_billing_last_name','Purto'),(181530,184208,'_billing_address_1','2520 Chandon Circle'),(181531,184208,'_billing_city','Modesto'),(181532,184208,'_billing_state','CA'),(181533,184208,'_billing_postcode','95355'),(181534,184208,'_billing_country','US'),(181535,184208,'_billing_email','amira77@sbcglobal.net'),(181536,184208,'_billing_phone','2096422061'),(181537,184208,'_shipping_first_name','Amira'),(181538,184208,'_shipping_last_name','Purto'),(181539,184208,'_shipping_address_1','2520 Chandon Circle'),(181540,184208,'_shipping_city','Modesto'),(181541,184208,'_shipping_state','CA'),(181542,184208,'_shipping_postcode','95355'),(181543,184208,'_shipping_country','US'),(181544,184208,'_order_currency','USD'),(181545,184208,'_cart_discount','0'),(181546,184208,'_cart_discount_tax','0'),(181547,184208,'_order_shipping','0'),(181548,184208,'_order_shipping_tax','0'),(181549,184208,'_order_tax','0'),(181550,184208,'_order_total','714.25'),(181551,184208,'_order_version','10.2.2'),(181552,184208,'_prices_include_tax','no'),(181553,184208,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(181554,184208,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(181555,184208,'is_vat_exempt','no'),(181556,184208,'_order_number','3994'),(181557,184208,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:5.71;}s:8:\"subtotal\";a:1:{i:1;d:5.7119999999999997;}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:5.7119999999999997;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:5.71;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0.0019999999999997797;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:15:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:13.76;}s:8:\"subtotal\";a:1:{i:1;d:13.76;}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:13.76;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:13.76;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:15:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:11.039999999999999;}s:8:\"subtotal\";a:1:{i:1;d:11.039999999999999;}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:11.039999999999999;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:11.039999999999999;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:15:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:13.6;}s:8:\"subtotal\";a:1:{i:1;d:13.6;}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:13.6;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:13.6;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:15:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:5.04;}s:8:\"subtotal\";a:1:{i:1;d:5.04;}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:5.04;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:5.04;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:15:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:5.4800000000000004;}s:8:\"subtotal\";a:1:{i:1;d:5.4800000000000004;}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:5.4800000000000004;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:5.4800000000000004;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:15:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:1:{i:1;d:2.5099999999999998;}s:8:\"subtotal\";a:1:{i:1;d:2.508;}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:2.508;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:2.5099999999999998;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}s:15:\"line_disc_total\";d:0;s:19:\"line_disc_total_tax\";d:-0.0019999999999997797;}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}}}'),(181558,184208,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181559,184208,'_wc_order_attribution_source_type','typein'),(181560,184208,'_wc_order_attribution_utm_source','(direct)'),(181561,184208,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181562,184208,'_wc_order_attribution_session_start_time','2025-09-29 04:15:58'),(181563,184208,'_wc_order_attribution_session_pages','5'),(181564,184208,'_wc_order_attribution_session_count','4'),(181565,184208,'_wc_order_attribution_user_agent','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'),(181566,184208,'_wc_order_attribution_device_type','Desktop'),(181567,184208,'Payment type','instant'),(181568,184208,'_paypal_status','completed'),(181569,184208,'_transaction_id','68F033203X7497405'),(181570,184208,'PayPal Transaction Fee','27.41'),(181571,184208,'_date_paid','1759334259'),(181572,184208,'_paid_date','2025-10-01 15:57:39'),(181573,3356,'_eael_post_view_count','4'),(181575,3352,'_eael_post_view_count','7'),(181577,103,'_eael_post_view_count','3'),(181579,184208,'_edit_lock','1759802683:2'),(181580,184206,'_edit_lock','1759346528:2'),(181581,184208,'_edit_last','2'),(181582,184204,'_date_paid','1759346464'),(181583,184204,'_paid_date','2025-10-01 19:21:04'),(181610,184209,'_order_key','wc_order_PE7rXZntUQJqa'),(181611,184209,'_customer_user','3'),(181612,184209,'_payment_method','paypal'),(181613,184209,'_payment_method_title','PayPal'),(181614,184209,'_customer_ip_address','99.22.146.124'),(181615,184209,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181616,184209,'_created_via','checkout'),(181617,184209,'_cart_hash','896c88f3abe45e1b02b1229ca7b27344'),(181618,184209,'_download_permissions_granted','yes'),(181619,184209,'_recorded_sales','yes'),(181620,184209,'_recorded_coupon_usage_counts','yes'),(181621,184209,'_new_order_email_sent','true'),(181622,184209,'_order_stock_reduced','yes'),(181623,184209,'_billing_first_name','amanda'),(181624,184209,'_billing_last_name','westerman'),(181625,184209,'_billing_company','Lice Clinics of America Dallas'),(181626,184209,'_billing_address_1','3120 HUDSON XING'),(181627,184209,'_billing_address_2','Suite A2'),(181628,184209,'_billing_city','MCKINNEY'),(181629,184209,'_billing_state','TX'),(181630,184209,'_billing_postcode','75070'),(181631,184209,'_billing_country','US'),(181632,184209,'_billing_email','awesterman1103@gmail.com'),(181633,184209,'_billing_phone','12144175741'),(181634,184209,'_shipping_first_name','amanda'),(181635,184209,'_shipping_last_name','westerman'),(181636,184209,'_shipping_company','Lice Clinics of America Lewisville'),(181637,184209,'_shipping_address_1','522 Edmonds Ln'),(181638,184209,'_shipping_address_2','Suite 102'),(181639,184209,'_shipping_city','Lewsiville'),(181640,184209,'_shipping_state','TX'),(181641,184209,'_shipping_postcode','75067'),(181642,184209,'_shipping_country','US'),(181643,184209,'_order_currency','USD'),(181644,184209,'_cart_discount','0'),(181645,184209,'_cart_discount_tax','0'),(181646,184209,'_order_shipping','0'),(181647,184209,'_order_shipping_tax','0'),(181648,184209,'_order_tax','0'),(181649,184209,'_order_total','1199.15'),(181650,184209,'_order_version','10.2.2'),(181651,184209,'_prices_include_tax','no'),(181652,184209,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(181653,184209,'_shipping_address_index','amanda westerman Lice Clinics of America Lewisville 522 Edmonds Ln Suite 102 Lewsiville TX 75067 US '),(181654,184209,'is_vat_exempt','no'),(181655,184209,'_order_number','3995'),(181656,184209,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75067\";s:4:\"city\";s:10:\"Lewsiville\";s:7:\"address\";s:14:\"522 Edmonds Ln\";s:9:\"address_1\";s:14:\"522 Edmonds Ln\";s:9:\"address_2\";s:9:\"Suite 102\";}}}'),(181657,184209,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181658,184209,'_wc_order_attribution_source_type','referral'),(181659,184209,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(181660,184209,'_wc_order_attribution_utm_source','lcaportal.com'),(181661,184209,'_wc_order_attribution_utm_medium','referral'),(181662,184209,'_wc_order_attribution_utm_content','/'),(181663,184209,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181664,184209,'_wc_order_attribution_session_start_time','2025-10-02 14:17:29'),(181665,184209,'_wc_order_attribution_session_pages','7'),(181666,184209,'_wc_order_attribution_session_count','3'),(181667,184209,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181668,184209,'_wc_order_attribution_device_type','Desktop'),(181669,184209,'Payment type','instant'),(181670,184209,'_paypal_status','completed'),(181671,184209,'_transaction_id','13F22369MS2407431'),(181672,184209,'PayPal Transaction Fee','42.34'),(181673,184209,'_date_paid','1759415298'),(181674,184209,'_paid_date','2025-10-02 14:28:18'),(181675,184210,'_order_key','wc_order_ZcWxGlYJEbTxf'),(181676,184210,'_customer_user','3'),(181677,184210,'_payment_method','paypal'),(181678,184210,'_payment_method_title','PayPal'),(181679,184210,'_customer_ip_address','99.22.146.124'),(181680,184210,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181681,184210,'_created_via','checkout'),(181682,184210,'_cart_hash','07dd756810ccc24d7cf76fd6abed1d5a'),(181683,184210,'_download_permissions_granted','yes'),(181684,184210,'_recorded_sales','yes'),(181685,184210,'_recorded_coupon_usage_counts','yes'),(181686,184210,'_new_order_email_sent','true'),(181687,184210,'_order_stock_reduced','yes'),(181688,184210,'_billing_first_name','amanda'),(181689,184210,'_billing_last_name','westerman'),(181690,184210,'_billing_company','Lice Clinics of America Dallas'),(181691,184210,'_billing_address_1','3120 HUDSON XING'),(181692,184210,'_billing_address_2','Suite A2'),(181693,184210,'_billing_city','MCKINNEY'),(181694,184210,'_billing_state','TX'),(181695,184210,'_billing_postcode','75070'),(181696,184210,'_billing_country','US'),(181697,184210,'_billing_email','awesterman1103@gmail.com'),(181698,184210,'_billing_phone','12144175741'),(181699,184210,'_shipping_first_name','amanda'),(181700,184210,'_shipping_last_name','westerman'),(181701,184210,'_shipping_company','Lice Clinics of America Addison'),(181702,184210,'_shipping_address_1','1709 Damian Way'),(181703,184210,'_shipping_city','Richardson'),(181704,184210,'_shipping_state','TX'),(181705,184210,'_shipping_postcode','75081'),(181706,184210,'_shipping_country','US'),(181707,184210,'_order_currency','USD'),(181708,184210,'_cart_discount','0'),(181709,184210,'_cart_discount_tax','0'),(181710,184210,'_order_shipping','0'),(181711,184210,'_order_shipping_tax','0'),(181712,184210,'_order_tax','0'),(181713,184210,'_order_total','536.20'),(181714,184210,'_order_version','10.2.2'),(181715,184210,'_prices_include_tax','no'),(181716,184210,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(181717,184210,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  Richardson TX 75081 US '),(181718,184210,'is_vat_exempt','no'),(181719,184210,'_order_number','3996'),(181720,184210,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(181721,184210,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181722,184210,'_wc_order_attribution_source_type','referral'),(181723,184210,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(181724,184210,'_wc_order_attribution_utm_source','lcaportal.com'),(181725,184210,'_wc_order_attribution_utm_medium','referral'),(181726,184210,'_wc_order_attribution_utm_content','/'),(181727,184210,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181728,184210,'_wc_order_attribution_session_start_time','2025-10-02 14:17:29'),(181729,184210,'_wc_order_attribution_session_pages','11'),(181730,184210,'_wc_order_attribution_session_count','3'),(181731,184210,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181732,184210,'_wc_order_attribution_device_type','Desktop'),(181733,184210,'Payment type','instant'),(181734,184210,'_paypal_status','completed'),(181735,184210,'_transaction_id','8G226247PU695472C'),(181736,184210,'PayPal Transaction Fee','19.20'),(181737,184210,'_date_paid','1759415858'),(181738,184210,'_paid_date','2025-10-02 14:37:38'),(181739,184211,'_order_key','wc_order_kbDlfAvUU4XZ8'),(181740,184211,'_customer_user','59'),(181741,184211,'_payment_method','paypal'),(181742,184211,'_payment_method_title','PayPal'),(181743,184211,'_customer_ip_address','174.170.59.237'),(181744,184211,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181745,184211,'_created_via','checkout'),(181746,184211,'_cart_hash','b17a3568f5101efbf729765c89e5d623'),(181747,184211,'_download_permissions_granted','yes'),(181748,184211,'_recorded_sales','yes'),(181749,184211,'_recorded_coupon_usage_counts','yes'),(181750,184211,'_new_order_email_sent','true'),(181751,184211,'_order_stock_reduced','yes'),(181752,184211,'_billing_first_name','Allison'),(181753,184211,'_billing_last_name','Anthon'),(181754,184211,'_billing_company','Lice Clinics of America Memorial City'),(181755,184211,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(181756,184211,'_billing_address_2','Apt, suite, floor, etc.'),(181757,184211,'_billing_city','TOMBALL'),(181758,184211,'_billing_state','TX'),(181759,184211,'_billing_postcode','77375'),(181760,184211,'_billing_country','US'),(181761,184211,'_billing_email','louseysolutions@gmail.com'),(181762,184211,'_billing_phone','6024008520'),(181763,184211,'_shipping_first_name','Allison'),(181764,184211,'_shipping_last_name','Anthon'),(181765,184211,'_shipping_company','LCA Memorial City'),(181766,184211,'_shipping_address_1','2831 Lakecrest River Dr.'),(181767,184211,'_shipping_city','Katy'),(181768,184211,'_shipping_state','TX'),(181769,184211,'_shipping_postcode','77493'),(181770,184211,'_shipping_country','US'),(181771,184211,'_order_currency','USD'),(181772,184211,'_cart_discount','0'),(181773,184211,'_cart_discount_tax','0'),(181774,184211,'_order_shipping','0'),(181775,184211,'_order_shipping_tax','0'),(181776,184211,'_order_tax','0'),(181777,184211,'_order_total','849.20'),(181778,184211,'_order_version','10.2.2'),(181779,184211,'_prices_include_tax','no'),(181780,184211,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(181781,184211,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(181782,184211,'is_vat_exempt','no'),(181783,184211,'_order_number','3997'),(181784,184211,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:59;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77493\";s:4:\"city\";s:4:\"Katy\";s:7:\"address\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_1\";s:24:\"2831 Lakecrest River Dr.\";s:9:\"address_2\";s:0:\"\";}}}'),(181785,184211,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181786,184211,'_wc_order_attribution_source_type','referral'),(181787,184211,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(181788,184211,'_wc_order_attribution_utm_source','lcaportal.com'),(181789,184211,'_wc_order_attribution_utm_medium','referral'),(181790,184211,'_wc_order_attribution_utm_content','/'),(181791,184211,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181792,184211,'_wc_order_attribution_session_start_time','2025-10-02 17:23:38'),(181793,184211,'_wc_order_attribution_session_pages','7'),(181794,184211,'_wc_order_attribution_session_count','1'),(181795,184211,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(181796,184211,'_wc_order_attribution_device_type','Desktop'),(181797,184211,'Payment type','instant'),(181798,184211,'_paypal_status','completed'),(181799,184211,'_transaction_id','5467346236022763A'),(181800,184211,'PayPal Transaction Fee','30.13'),(181801,184211,'_date_paid','1759425945'),(181802,184211,'_paid_date','2025-10-02 17:25:45'),(181805,184212,'_order_key','wc_order_c6iP3reflI3GJ'),(181806,184212,'_customer_user','110'),(181807,184212,'_payment_method','paypal'),(181808,184212,'_payment_method_title','PayPal'),(181809,184212,'_customer_ip_address','71.218.234.29'),(181810,184212,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181811,184212,'_created_via','checkout'),(181812,184212,'_cart_hash','e2009cefcd2828c467daa7b1f3c62c58'),(181813,184212,'_download_permissions_granted','yes'),(181814,184212,'_recorded_sales','yes'),(181815,184212,'_recorded_coupon_usage_counts','yes'),(181816,184212,'_new_order_email_sent','true'),(181817,184212,'_order_stock_reduced','yes'),(181818,184212,'_billing_first_name','Peter'),(181819,184212,'_billing_last_name','Eklund'),(181820,184212,'_billing_company','LCA Denver'),(181821,184212,'_billing_address_1','5410 East 6th Avenue'),(181822,184212,'_billing_city','Denver'),(181823,184212,'_billing_state','CO'),(181824,184212,'_billing_postcode','80220'),(181825,184212,'_billing_country','US'),(181826,184212,'_billing_email','peter@denver.liceclinicsofamerica.com'),(181827,184212,'_billing_phone','3035505828'),(181828,184212,'_shipping_first_name','Peter'),(181829,184212,'_shipping_last_name','Eklund'),(181830,184212,'_shipping_company','LCA Denver'),(181831,184212,'_shipping_address_1','5410 East 6th Avenue'),(181832,184212,'_shipping_city','Denver'),(181833,184212,'_shipping_state','CO'),(181834,184212,'_shipping_postcode','80220'),(181835,184212,'_shipping_country','US'),(181836,184212,'_order_currency','USD'),(181837,184212,'_cart_discount','0'),(181838,184212,'_cart_discount_tax','0'),(181839,184212,'_order_shipping','0'),(181840,184212,'_order_shipping_tax','0'),(181841,184212,'_order_tax','0'),(181842,184212,'_order_total','2909.30'),(181843,184212,'_order_version','10.2.2'),(181844,184212,'_prices_include_tax','no'),(181845,184212,'_billing_address_index','Peter Eklund LCA Denver 5410 East 6th Avenue  Denver CO 80220 US peter@denver.liceclinicsofamerica.com 3035505828'),(181846,184212,'_shipping_address_index','Peter Eklund LCA Denver 5410 East 6th Avenue  Denver CO 80220 US '),(181847,184212,'is_vat_exempt','no'),(181848,184212,'_order_number','3998'),(181849,184212,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:23:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:12:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:12:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"98dce83da57b0395e163467c9dae521b\";a:12:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:93;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:12:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:12:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:12:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:12:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";a:12:{s:3:\"key\";s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";s:10:\"product_id\";i:118;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:118;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:12:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:340;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:340;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:12:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:12:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:12:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:12:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:12:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:12:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:12:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:12:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:12:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3525;}}s:32:\"e2ef524fbf3d9fe611d5a8e90fefdc9c\";a:12:{s:3:\"key\";s:32:\"e2ef524fbf3d9fe611d5a8e90fefdc9c\";s:10:\"product_id\";i:97;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:97;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:12:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:12:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148.80000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3485;}}s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";a:12:{s:3:\"key\";s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";s:10:\"product_id\";i:99;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:99;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:12:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:14.300000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:14.300000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:110;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CO\";s:8:\"postcode\";s:5:\"80220\";s:4:\"city\";s:6:\"Denver\";s:7:\"address\";s:20:\"5410 East 6th Avenue\";s:9:\"address_1\";s:20:\"5410 East 6th Avenue\";s:9:\"address_2\";s:0:\"\";}}}'),(181850,184212,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181851,184212,'_wc_order_attribution_source_type','typein'),(181852,184212,'_wc_order_attribution_utm_source','(direct)'),(181853,184212,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/?_gl=1*1d6pubx*_gcl_au*Njc2OTYzNTgyLjE3NTQwNzE4NTMuMTU5NDI5MzA0MC4xNzU0NjY5NjM5LjE3NTQ2Njk2NTY.*_ga*MjE4MTY2NzIzLjE3NTQwNzE4NTg.*_ga_N838TSYSRL*czE3NTc1NDQ0NTYkbzMxJGcwJHQxNzU3NTQ0NDU2JGo2MCRsMCRoMA..*_ga_R9W4CBT5FC*czE3NTc1NDQ0NTYkbzMxJGcwJHQxNzU3NTQ0NDU2JGo2MCRsMCRoMA..'),(181854,184212,'_wc_order_attribution_session_start_time','2025-09-11 15:04:19'),(181855,184212,'_wc_order_attribution_session_pages','15'),(181856,184212,'_wc_order_attribution_session_count','4'),(181857,184212,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(181858,184212,'_wc_order_attribution_device_type','Desktop'),(181859,184212,'Payment type','instant'),(181860,184212,'_paypal_status','completed'),(181861,184212,'_transaction_id','94A15537MW021704M'),(181862,184212,'PayPal Transaction Fee','102.02'),(181863,184212,'_date_paid','1759438378'),(181864,184212,'_paid_date','2025-10-02 20:52:58'),(181866,184213,'_order_key','wc_order_5HSLaoTAsi4vQ'),(181867,184213,'_customer_user','7'),(181868,184213,'_payment_method','paypal'),(181869,184213,'_payment_method_title','PayPal'),(181870,184213,'_customer_ip_address','71.93.225.128'),(181871,184213,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(181872,184213,'_created_via','checkout'),(181873,184213,'_cart_hash','ae86cfecffc654e5b43f2df4f0373625'),(181874,184213,'_download_permissions_granted','yes'),(181875,184213,'_recorded_sales','yes'),(181876,184213,'_recorded_coupon_usage_counts','yes'),(181877,184213,'_new_order_email_sent','true'),(181878,184213,'_order_stock_reduced','yes'),(181879,184213,'_billing_first_name','Amy'),(181880,184213,'_billing_last_name','Allen'),(181881,184213,'_billing_company','Lice Clinics Of America'),(181882,184213,'_billing_address_1','30 Hummingbird Court'),(181883,184213,'_billing_city','Hollister'),(181884,184213,'_billing_state','CA'),(181885,184213,'_billing_postcode','95023'),(181886,184213,'_billing_country','US'),(181887,184213,'_billing_email','lca.gilroy@gmail.com'),(181888,184213,'_billing_phone','4085005537'),(181889,184213,'_shipping_first_name','Amy'),(181890,184213,'_shipping_last_name','Allen'),(181891,184213,'_shipping_company','Lice Clinics Of America - Gilroy'),(181892,184213,'_shipping_address_1','7680 Monterey St Ste 104'),(181893,184213,'_shipping_city','Gilroy'),(181894,184213,'_shipping_state','CA'),(181895,184213,'_shipping_postcode','95020'),(181896,184213,'_shipping_country','US'),(181897,184213,'_order_currency','USD'),(181898,184213,'_cart_discount','0'),(181899,184213,'_cart_discount_tax','0'),(181900,184213,'_order_shipping','0'),(181901,184213,'_order_shipping_tax','0'),(181902,184213,'_order_tax','0'),(181903,184213,'_order_total','1121.20'),(181904,184213,'_order_version','10.2.2'),(181905,184213,'_prices_include_tax','no'),(181906,184213,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(181907,184213,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(181908,184213,'is_vat_exempt','no'),(181909,184213,'_order_number','3999'),(181910,184213,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:516;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:516;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:7;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95020\";s:4:\"city\";s:6:\"Gilroy\";s:7:\"address\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_1\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_2\";s:0:\"\";}}}'),(181911,184213,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181912,184213,'_wc_order_attribution_source_type','referral'),(181913,184213,'_wc_order_attribution_referrer','https://www.paypal.com/'),(181914,184213,'_wc_order_attribution_utm_source','paypal.com'),(181915,184213,'_wc_order_attribution_utm_medium','referral'),(181916,184213,'_wc_order_attribution_utm_content','/'),(181917,184213,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/cart/?cancel_order=true&order=wc_order_ozpW3jgl44r9E&order_id=3404&redirect&_wpnonce=d38a035837'),(181918,184213,'_wc_order_attribution_session_start_time','2025-05-12 20:43:39'),(181919,184213,'_wc_order_attribution_session_pages','1'),(181920,184213,'_wc_order_attribution_session_count','26'),(181921,184213,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(181922,184213,'_wc_order_attribution_device_type','Desktop'),(181923,184213,'Payment type','instant'),(181924,184213,'_paypal_status','completed'),(181925,184213,'_transaction_id','4XH60340H4229470B'),(181926,184213,'PayPal Transaction Fee','39.62'),(181927,184213,'_date_paid','1759441561'),(181928,184213,'_paid_date','2025-10-02 21:46:01'),(181935,184214,'_order_key','wc_order_FR35Jo5UUuzMj'),(181936,184214,'_customer_user','50'),(181937,184214,'_payment_method','paypal'),(181938,184214,'_payment_method_title','PayPal'),(181939,184214,'_customer_ip_address','24.34.196.21'),(181940,184214,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(181941,184214,'_created_via','checkout'),(181942,184214,'_cart_hash','9136f5e814804db55a41a75e70702f13'),(181943,184214,'_download_permissions_granted','yes'),(181944,184214,'_recorded_sales','yes'),(181945,184214,'_recorded_coupon_usage_counts','yes'),(181946,184214,'_new_order_email_sent','true'),(181947,184214,'_order_stock_reduced','yes'),(181948,184214,'_billing_first_name','Christine'),(181949,184214,'_billing_last_name','Cherry'),(181950,184214,'_billing_company','NITS END'),(181951,184214,'_billing_address_1','PO BOX 1092'),(181952,184214,'_billing_address_2','Suite 401A'),(181953,184214,'_billing_city','Campton'),(181954,184214,'_billing_state','NH'),(181955,184214,'_billing_postcode','03223'),(181956,184214,'_billing_country','US'),(181957,184214,'_billing_email','info@liceclinicsplaistow.com'),(181958,184214,'_billing_phone','16034983390'),(181959,184214,'_shipping_first_name','Christine'),(181960,184214,'_shipping_last_name','Cherry'),(181961,184214,'_shipping_company','C/O Linda Brann LCA/Nits End'),(181962,184214,'_shipping_address_1','16 Toppan Drive'),(181963,184214,'_shipping_city','Gorham'),(181964,184214,'_shipping_state','ME'),(181965,184214,'_shipping_postcode','04038'),(181966,184214,'_shipping_country','US'),(181967,184214,'_order_currency','USD'),(181968,184214,'_cart_discount','0'),(181969,184214,'_cart_discount_tax','0'),(181970,184214,'_order_shipping','0'),(181971,184214,'_order_shipping_tax','0'),(181972,184214,'_order_tax','0'),(181973,184214,'_order_total','1699.40'),(181974,184214,'_order_version','10.2.2'),(181975,184214,'_prices_include_tax','no'),(181976,184214,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(181977,184214,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(181978,184214,'is_vat_exempt','no'),(181979,184214,'_order_number','4000'),(181980,184214,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:366;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:366;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:680;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:680;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:114.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:114.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:15:\"16 Toppan Drive\";s:9:\"address_1\";s:15:\"16 Toppan Drive\";s:9:\"address_2\";s:0:\"\";}}}'),(181981,184214,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(181982,184214,'_wc_order_attribution_source_type','referral'),(181983,184214,'_wc_order_attribution_referrer','https://lcaportal.com/'),(181984,184214,'_wc_order_attribution_utm_source','lcaportal.com'),(181985,184214,'_wc_order_attribution_utm_medium','referral'),(181986,184214,'_wc_order_attribution_utm_content','/'),(181987,184214,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(181988,184214,'_wc_order_attribution_session_start_time','2025-10-03 13:02:27'),(181989,184214,'_wc_order_attribution_session_pages','2'),(181990,184214,'_wc_order_attribution_session_count','7'),(181991,184214,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(181992,184214,'_wc_order_attribution_device_type','Desktop'),(181993,184214,'Payment type','instant'),(181994,184214,'_paypal_status','completed'),(181995,184214,'_transaction_id','49D24015CY794622P'),(181996,184214,'PayPal Transaction Fee','59.80'),(181997,184214,'_date_paid','1759499498'),(181998,184214,'_paid_date','2025-10-03 13:51:38'),(181999,184215,'_order_key','wc_order_F6Dq6X9eJs88q'),(182000,184215,'_customer_user','50'),(182001,184215,'_payment_method','paypal'),(182002,184215,'_payment_method_title','PayPal'),(182003,184215,'_customer_ip_address','24.34.196.21'),(182004,184215,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182005,184215,'_created_via','checkout'),(182006,184215,'_cart_hash','1e76fe2b616df7934354d7bcffb8c15a'),(182007,184215,'_download_permissions_granted','yes'),(182008,184215,'_recorded_sales','yes'),(182009,184215,'_recorded_coupon_usage_counts','yes'),(182010,184215,'_new_order_email_sent','true'),(182011,184215,'_order_stock_reduced','yes'),(182012,184215,'_billing_first_name','Christine'),(182013,184215,'_billing_last_name','Cherry'),(182014,184215,'_billing_company','NITS END'),(182015,184215,'_billing_address_1','PO BOX 1092'),(182016,184215,'_billing_address_2','Suite 401A'),(182017,184215,'_billing_city','Campton'),(182018,184215,'_billing_state','NH'),(182019,184215,'_billing_postcode','03223'),(182020,184215,'_billing_country','US'),(182021,184215,'_billing_email','info@liceclinicsplaistow.com'),(182022,184215,'_billing_phone','16034983390'),(182023,184215,'_shipping_first_name','Christine'),(182024,184215,'_shipping_last_name','Cherry'),(182025,184215,'_shipping_company','LCA - Nits End'),(182026,184215,'_shipping_address_1','71 Spit Brook Rd'),(182027,184215,'_shipping_address_2','Suite 401A'),(182028,184215,'_shipping_city','Nashua'),(182029,184215,'_shipping_state','NH'),(182030,184215,'_shipping_postcode','03060'),(182031,184215,'_shipping_country','US'),(182032,184215,'_order_currency','USD'),(182033,184215,'_cart_discount','0'),(182034,184215,'_cart_discount_tax','0'),(182035,184215,'_order_shipping','0'),(182036,184215,'_order_shipping_tax','0'),(182037,184215,'_order_tax','0'),(182038,184215,'_order_total','1825.80'),(182039,184215,'_order_version','10.2.2'),(182040,184215,'_prices_include_tax','no'),(182041,184215,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(182042,184215,'_shipping_address_index','Christine Cherry LCA - Nits End 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(182043,184215,'is_vat_exempt','no'),(182044,184215,'_order_number','4001'),(182045,184215,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:13:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:510;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:510;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"03cf87174debaccd689c90c34577b82f\";a:13:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:117.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:85.799999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.799999999999997;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03060\";s:4:\"city\";s:6:\"Nashua\";s:7:\"address\";s:16:\"71 Spit Brook Rd\";s:9:\"address_1\";s:16:\"71 Spit Brook Rd\";s:9:\"address_2\";s:10:\"Suite 401A\";}}}'),(182046,184215,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182047,184215,'_wc_order_attribution_source_type','referral'),(182048,184215,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182049,184215,'_wc_order_attribution_utm_source','lcaportal.com'),(182050,184215,'_wc_order_attribution_utm_medium','referral'),(182051,184215,'_wc_order_attribution_utm_content','/'),(182052,184215,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182053,184215,'_wc_order_attribution_session_start_time','2025-10-03 13:02:27'),(182054,184215,'_wc_order_attribution_session_pages','8'),(182055,184215,'_wc_order_attribution_session_count','7'),(182056,184215,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182057,184215,'_wc_order_attribution_device_type','Desktop'),(182058,184215,'Payment type','instant'),(182059,184215,'_paypal_status','completed'),(182060,184215,'_transaction_id','2TX33082A2235702L'),(182061,184215,'PayPal Transaction Fee','64.21'),(182062,184215,'_date_paid','1759500377'),(182063,184215,'_paid_date','2025-10-03 14:06:17'),(182064,184216,'_order_key','wc_order_YJbrH2zsVJ8vy'),(182065,184216,'_customer_user','50'),(182066,184216,'_payment_method','paypal'),(182067,184216,'_payment_method_title','PayPal'),(182068,184216,'_customer_ip_address','24.34.196.21'),(182069,184216,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182070,184216,'_created_via','checkout'),(182071,184216,'_cart_hash','355ae8d628f154df52542a4e33751715'),(182072,184216,'_download_permissions_granted','yes'),(182073,184216,'_recorded_sales','yes'),(182074,184216,'_recorded_coupon_usage_counts','yes'),(182075,184216,'_new_order_email_sent','true'),(182076,184216,'_order_stock_reduced','yes'),(182077,184216,'_billing_first_name','Christine'),(182078,184216,'_billing_last_name','Cherry'),(182079,184216,'_billing_company','NITS END'),(182080,184216,'_billing_address_1','PO BOX 1092'),(182081,184216,'_billing_city','Campton'),(182082,184216,'_billing_state','NH'),(182083,184216,'_billing_postcode','03223'),(182084,184216,'_billing_country','US'),(182085,184216,'_billing_email','info@liceclinicsplaistow.com'),(182086,184216,'_billing_phone','16034983390'),(182087,184216,'_shipping_first_name','Megan'),(182088,184216,'_shipping_last_name','Bourassa'),(182089,184216,'_shipping_company','LCA - Nits End'),(182090,184216,'_shipping_address_1','22 Main St'),(182091,184216,'_shipping_city','Atkinson'),(182092,184216,'_shipping_state','NH'),(182093,184216,'_shipping_postcode','03811'),(182094,184216,'_shipping_country','US'),(182095,184216,'_order_currency','USD'),(182096,184216,'_cart_discount','0'),(182097,184216,'_cart_discount_tax','0'),(182098,184216,'_order_shipping','0'),(182099,184216,'_order_shipping_tax','0'),(182100,184216,'_order_tax','0'),(182101,184216,'_order_total','1088.60'),(182102,184216,'_order_version','10.2.2'),(182103,184216,'_prices_include_tax','no'),(182104,184216,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(182105,184216,'_shipping_address_index','Megan Bourassa LCA - Nits End 22 Main St  Atkinson NH 03811 US '),(182106,184216,'is_vat_exempt','no'),(182107,184216,'_order_number','4002'),(182108,184216,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03811\";s:4:\"city\";s:8:\"Atkinson\";s:7:\"address\";s:10:\"22 Main St\";s:9:\"address_1\";s:10:\"22 Main St\";s:9:\"address_2\";s:0:\"\";}}}'),(182109,184216,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182110,184216,'_wc_order_attribution_source_type','referral'),(182111,184216,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182112,184216,'_wc_order_attribution_utm_source','lcaportal.com'),(182113,184216,'_wc_order_attribution_utm_medium','referral'),(182114,184216,'_wc_order_attribution_utm_content','/'),(182115,184216,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182116,184216,'_wc_order_attribution_session_start_time','2025-10-03 13:02:27'),(182117,184216,'_wc_order_attribution_session_pages','12'),(182118,184216,'_wc_order_attribution_session_count','7'),(182119,184216,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182120,184216,'_wc_order_attribution_device_type','Desktop'),(182121,184216,'Payment type','instant'),(182122,184216,'_paypal_status','completed'),(182123,184216,'_transaction_id','61E21704XK5718434'),(182124,184216,'PayPal Transaction Fee','38.48'),(182125,184216,'_date_paid','1759500954'),(182126,184216,'_paid_date','2025-10-03 14:15:54'),(182127,184217,'_order_key','wc_order_DVoUpTgNIgxsv'),(182128,184217,'_customer_user','98'),(182129,184217,'_payment_method','paypal'),(182130,184217,'_payment_method_title','PayPal'),(182131,184217,'_customer_ip_address','24.34.196.21'),(182132,184217,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182133,184217,'_created_via','checkout'),(182134,184217,'_cart_hash','3d93f8e8357f4814b594611385cc886e'),(182135,184217,'_download_permissions_granted','yes'),(182136,184217,'_recorded_sales','yes'),(182137,184217,'_recorded_coupon_usage_counts','yes'),(182138,184217,'_new_order_email_sent','true'),(182139,184217,'_order_stock_reduced','yes'),(182140,184217,'_billing_first_name','Christine'),(182141,184217,'_billing_last_name','Cherry'),(182142,184217,'_billing_company','NITS END'),(182143,184217,'_billing_address_1','PO BOX 1092'),(182144,184217,'_billing_city','Campton'),(182145,184217,'_billing_state','PA'),(182146,184217,'_billing_postcode','03223'),(182147,184217,'_billing_country','US'),(182148,184217,'_billing_email','christine@liceclinicscolumbus.com'),(182149,184217,'_billing_phone','16034983390'),(182150,184217,'_shipping_first_name','Melissa'),(182151,184217,'_shipping_last_name','Mertz'),(182152,184217,'_shipping_company','LCA - Nits End / 149091'),(182153,184217,'_shipping_address_1','2213 Temperance Dr'),(182154,184217,'_shipping_city','Pittsburgh'),(182155,184217,'_shipping_state','PA'),(182156,184217,'_shipping_postcode','15237'),(182157,184217,'_shipping_country','US'),(182158,184217,'_order_currency','USD'),(182159,184217,'_cart_discount','0'),(182160,184217,'_cart_discount_tax','0'),(182161,184217,'_order_shipping','0'),(182162,184217,'_order_shipping_tax','0'),(182163,184217,'_order_tax','0'),(182164,184217,'_order_total','889.80'),(182165,184217,'_order_version','10.2.2'),(182166,184217,'_prices_include_tax','no'),(182167,184217,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(182168,184217,'_shipping_address_index','Melissa Mertz LCA - Nits End / 149091 2213 Temperance Dr  Pittsburgh PA 15237 US '),(182169,184217,'is_vat_exempt','no'),(182170,184217,'_order_number','4003'),(182171,184217,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:7;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"15237\";s:4:\"city\";s:10:\"Pittsburgh\";s:7:\"address\";s:18:\"2213 Temperance Dr\";s:9:\"address_1\";s:18:\"2213 Temperance Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(182172,184217,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182173,184217,'_wc_order_attribution_source_type','referral'),(182174,184217,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182175,184217,'_wc_order_attribution_utm_source','lcaportal.com'),(182176,184217,'_wc_order_attribution_utm_medium','referral'),(182177,184217,'_wc_order_attribution_utm_content','/'),(182178,184217,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182179,184217,'_wc_order_attribution_session_start_time','2025-10-03 13:02:27'),(182180,184217,'_wc_order_attribution_session_pages','1'),(182181,184217,'_wc_order_attribution_session_count','8'),(182182,184217,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182183,184217,'_wc_order_attribution_device_type','Desktop'),(182184,184217,'Payment type','instant'),(182185,184217,'_paypal_status','completed'),(182186,184217,'_transaction_id','8V025585X1178033M'),(182187,184217,'PayPal Transaction Fee','31.54'),(182188,184217,'_date_paid','1759504586'),(182189,184217,'_paid_date','2025-10-03 15:16:26'),(182190,184218,'_order_key','wc_order_uSeXA7GQG6gpW'),(182191,184218,'_customer_user','98'),(182192,184218,'_payment_method','paypal'),(182193,184218,'_payment_method_title','PayPal'),(182194,184218,'_customer_ip_address','24.34.196.21'),(182195,184218,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182196,184218,'_created_via','checkout'),(182197,184218,'_cart_hash','12b09e61b3dcf0203f1e81cf38907f8d'),(182198,184218,'_download_permissions_granted','yes'),(182199,184218,'_recorded_sales','yes'),(182200,184218,'_recorded_coupon_usage_counts','yes'),(182201,184218,'_new_order_email_sent','true'),(182202,184218,'_order_stock_reduced','yes'),(182203,184218,'_billing_first_name','Christine'),(182204,184218,'_billing_last_name','Cherry'),(182205,184218,'_billing_company','NITS END'),(182206,184218,'_billing_address_1','PO BOX 1092'),(182207,184218,'_billing_city','Campton'),(182208,184218,'_billing_state','PA'),(182209,184218,'_billing_postcode','03223'),(182210,184218,'_billing_country','US'),(182211,184218,'_billing_email','christine@liceclinicscolumbus.com'),(182212,184218,'_billing_phone','16034983390'),(182213,184218,'_shipping_first_name','Erica'),(182214,184218,'_shipping_last_name','Froggatt'),(182215,184218,'_shipping_company','LCA - Nits End / 149091'),(182216,184218,'_shipping_address_1','5910 Wilcox Pl'),(182217,184218,'_shipping_address_2','suite E'),(182218,184218,'_shipping_city','Dublin'),(182219,184218,'_shipping_state','OH'),(182220,184218,'_shipping_postcode','43016'),(182221,184218,'_shipping_country','US'),(182222,184218,'_order_currency','USD'),(182223,184218,'_cart_discount','0'),(182224,184218,'_cart_discount_tax','0'),(182225,184218,'_order_shipping','0'),(182226,184218,'_order_shipping_tax','0'),(182227,184218,'_order_tax','0'),(182228,184218,'_order_total','2322.70'),(182229,184218,'_order_version','10.2.2'),(182230,184218,'_prices_include_tax','no'),(182231,184218,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton PA 03223 US christine@liceclinicscolumbus.com 16034983390'),(182232,184218,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(182233,184218,'is_vat_exempt','no'),(182234,184218,'_order_number','4004'),(182235,184218,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:12:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:366;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:366;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:13:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"03cf87174debaccd689c90c34577b82f\";a:13:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:430;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:430;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:13:\"multi_ship_11\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:13;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:185.90000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:185.90000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:13;s:13:\"multi_ship_id\";s:13:\"multi_ship_12\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OH\";s:8:\"postcode\";s:5:\"43016\";s:4:\"city\";s:6:\"Dublin\";s:7:\"address\";s:14:\"5910 Wilcox Pl\";s:9:\"address_1\";s:14:\"5910 Wilcox Pl\";s:9:\"address_2\";s:7:\"suite E\";}}}'),(182236,184218,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182237,184218,'_wc_order_attribution_source_type','referral'),(182238,184218,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182239,184218,'_wc_order_attribution_utm_source','lcaportal.com'),(182240,184218,'_wc_order_attribution_utm_medium','referral'),(182241,184218,'_wc_order_attribution_utm_content','/'),(182242,184218,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182243,184218,'_wc_order_attribution_session_start_time','2025-10-03 13:02:27'),(182244,184218,'_wc_order_attribution_session_pages','8'),(182245,184218,'_wc_order_attribution_session_count','8'),(182246,184218,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Edg/140.0.0.0'),(182247,184218,'_wc_order_attribution_device_type','Desktop'),(182248,184218,'Payment type','instant'),(182249,184218,'_paypal_status','completed'),(182250,184218,'_transaction_id','5S2193704V242671F'),(182251,184218,'PayPal Transaction Fee','81.55'),(182252,184218,'_date_paid','1759505058'),(182253,184218,'_paid_date','2025-10-03 15:24:18'),(182254,184217,'_edit_lock','1759522459:2'),(182255,184217,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186458\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"945307b86193b276462e2f1856f351b7\";}}'),(182256,184217,'_edit_last','2'),(182257,184217,'_date_completed','1759522539'),(182258,184217,'_completed_date','2025-10-03 20:15:39'),(182259,184214,'_edit_lock','1759522510:2'),(182260,184214,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186333\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"17953cc098727bc8bf8616b16787f285\";}}'),(182261,184214,'_edit_last','2'),(182262,184214,'_date_completed','1759522642'),(182263,184214,'_completed_date','2025-10-03 20:17:22'),(182264,184215,'_edit_lock','1759522684:2'),(182265,184215,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186366\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"c7c70d9ea953033c03ed8ee456164828\";}}'),(182266,184215,'_edit_last','2'),(182267,184215,'_date_completed','1759522673'),(182268,184215,'_completed_date','2025-10-03 20:17:53'),(182269,184212,'_edit_lock','1759522579:2'),(182270,184212,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186149\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"f26d820543a0018321a1b4ee829e7ae0\";}}'),(182271,184212,'_edit_last','2'),(182272,184212,'_date_completed','1759522716'),(182273,184212,'_completed_date','2025-10-03 20:18:36'),(182274,184211,'_edit_lock','1759522622:2'),(182275,184211,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186116\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"f2d7fa5b09564f5e717e522554ff6309\";}}'),(182276,184211,'_edit_last','2'),(182277,184211,'_date_completed','1759522750'),(182278,184211,'_completed_date','2025-10-03 20:19:10'),(182279,184219,'_order_key','wc_order_KtPxwpS6EEXuy'),(182280,184219,'_customer_user','76'),(182281,184219,'_payment_method','paypal'),(182282,184219,'_payment_method_title','PayPal'),(182283,184219,'_customer_ip_address','209.6.13.239'),(182284,184219,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(182285,184219,'_created_via','checkout'),(182286,184219,'_cart_hash','8f1afe77783f4eaf1b639609d31bb03d'),(182287,184219,'_download_permissions_granted','yes'),(182288,184219,'_recorded_sales','yes'),(182289,184219,'_recorded_coupon_usage_counts','yes'),(182290,184219,'_new_order_email_sent','true'),(182291,184219,'_order_stock_reduced','yes'),(182292,184219,'_billing_first_name','Naomi'),(182293,184219,'_billing_last_name','Golden'),(182294,184219,'_billing_address_1','31 Mann Ave'),(182295,184219,'_billing_city','Needham'),(182296,184219,'_billing_state','MA'),(182297,184219,'_billing_postcode','02492'),(182298,184219,'_billing_country','US'),(182299,184219,'_billing_email','nrgolden6486@gmail.com'),(182300,184219,'_billing_phone','6178511322'),(182301,184219,'_shipping_first_name','Naomi'),(182302,184219,'_shipping_last_name','Golden'),(182303,184219,'_shipping_company','Lice Clinics of America'),(182304,184219,'_shipping_address_1','60 Dedham Ave'),(182305,184219,'_shipping_address_2','suite 201'),(182306,184219,'_shipping_city','Needham'),(182307,184219,'_shipping_state','MA'),(182308,184219,'_shipping_postcode','02492'),(182309,184219,'_shipping_country','US'),(182310,184219,'_order_currency','USD'),(182311,184219,'_cart_discount','0'),(182312,184219,'_cart_discount_tax','0'),(182313,184219,'_order_shipping','0'),(182314,184219,'_order_shipping_tax','0'),(182315,184219,'_order_tax','0'),(182316,184219,'_order_total','588.00'),(182317,184219,'_order_version','10.2.2'),(182318,184219,'_prices_include_tax','no'),(182319,184219,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(182320,184219,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave suite 201 Needham MA 02492 US '),(182321,184219,'is_vat_exempt','no'),(182322,184219,'_order_number','4005'),(182323,184219,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"suite 201\";}}}'),(182324,184219,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182325,184219,'_wc_order_attribution_source_type','typein'),(182326,184219,'_wc_order_attribution_utm_source','(direct)'),(182327,184219,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182328,184219,'_wc_order_attribution_session_start_time','2025-10-03 15:30:05'),(182329,184219,'_wc_order_attribution_session_pages','6'),(182330,184219,'_wc_order_attribution_session_count','4'),(182331,184219,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(182332,184219,'_wc_order_attribution_device_type','Desktop'),(182333,184219,'Payment type','instant'),(182334,184219,'_paypal_status','completed'),(182335,184219,'_transaction_id','38D81599JP327574W'),(182336,184219,'PayPal Transaction Fee','21.01'),(182337,184219,'_date_paid','1759523887'),(182338,184219,'_paid_date','2025-10-03 20:38:07'),(182339,184219,'_edit_lock','1759802947:2'),(182340,158,'_eael_post_view_count','5'),(182345,488,'_eael_post_view_count','5'),(182377,184221,'_order_key','wc_order_KnplBsW2HKLvy'),(182378,184221,'_customer_user','100'),(182379,184221,'_payment_method','paypal'),(182380,184221,'_payment_method_title','PayPal'),(182381,184221,'_customer_ip_address','12.75.216.98'),(182382,184221,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(182383,184221,'_created_via','checkout'),(182384,184221,'_cart_hash','484214282d4dff95b0ebad2fcafe9fa6'),(182385,184221,'_download_permissions_granted','yes'),(182386,184221,'_recorded_sales','yes'),(182387,184221,'_recorded_coupon_usage_counts','yes'),(182388,184221,'_new_order_email_sent','true'),(182389,184221,'_order_stock_reduced','yes'),(182390,184221,'_billing_first_name','Michael'),(182391,184221,'_billing_last_name','Beckman'),(182392,184221,'_billing_address_1','921 Moraga Ave'),(182393,184221,'_billing_city','Piedmont'),(182394,184221,'_billing_state','CA'),(182395,184221,'_billing_postcode','94611'),(182396,184221,'_billing_country','US'),(182397,184221,'_billing_email','licetoknowyou@gmail.com'),(182398,184221,'_billing_phone','8585314583'),(182399,184221,'_shipping_first_name','Chelsey'),(182400,184221,'_shipping_last_name','Watkins'),(182401,184221,'_shipping_company','Lice Clinics of America - Sunnyvale'),(182402,184221,'_shipping_address_1','958 Redmond ave'),(182403,184221,'_shipping_city','San Jose'),(182404,184221,'_shipping_state','CA'),(182405,184221,'_shipping_postcode','95120'),(182406,184221,'_shipping_country','US'),(182407,184221,'_order_currency','USD'),(182408,184221,'_cart_discount','0'),(182409,184221,'_cart_discount_tax','0'),(182410,184221,'_order_shipping','38.29'),(182411,184221,'_order_shipping_tax','0'),(182412,184221,'_order_tax','0'),(182413,184221,'_order_total','424.29'),(182414,184221,'_order_version','10.2.2'),(182415,184221,'_prices_include_tax','no'),(182416,184221,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(182417,184221,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(182418,184221,'is_vat_exempt','no'),(182419,184221,'_order_number','4006'),(182420,184221,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:100;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95120\";s:4:\"city\";s:8:\"San Jose\";s:7:\"address\";s:15:\"958 Redmond ave\";s:9:\"address_1\";s:15:\"958 Redmond ave\";s:9:\"address_2\";s:0:\"\";}}}'),(182421,184221,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(182422,184221,'_wc_order_attribution_source_type','referral'),(182423,184221,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182424,184221,'_wc_order_attribution_utm_source','lcaportal.com'),(182425,184221,'_wc_order_attribution_utm_medium','referral'),(182426,184221,'_wc_order_attribution_utm_content','/'),(182427,184221,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182428,184221,'_wc_order_attribution_session_start_time','2025-10-06 19:49:05'),(182429,184221,'_wc_order_attribution_session_pages','5'),(182430,184221,'_wc_order_attribution_session_count','12'),(182431,184221,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(182432,184221,'_wc_order_attribution_device_type','Desktop'),(182433,184221,'Payment type','instant'),(182434,184221,'_paypal_status','completed'),(182435,184221,'_transaction_id','9JY747099M9244432'),(182436,184221,'PayPal Transaction Fee','15.30'),(182437,184221,'_date_paid','1759780610'),(182438,184221,'_paid_date','2025-10-06 19:56:50'),(182441,116,'_eael_post_view_count','10'),(182444,184209,'_edit_lock','1759802828:2'),(182445,184210,'_edit_lock','1759802828:2'),(182446,184213,'_edit_lock','1759802684:2'),(182447,184204,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185955\";s:12:\"date_shipped\";s:10:\"1759276800\";s:11:\"tracking_id\";s:32:\"fdd4bbe1d6abaf08bd3554d41a0e6ac7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185966\";s:12:\"date_shipped\";s:10:\"1759276800\";s:11:\"tracking_id\";s:32:\"1eeb66f06f536b00216904dd79b58f5c\";}}'),(182448,184204,'_date_completed','1759802654'),(182449,184204,'_completed_date','2025-10-07 02:04:14'),(182450,184208,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185900\";s:12:\"date_shipped\";s:10:\"1759276800\";s:11:\"tracking_id\";s:32:\"983b83d993c2c0db1e0aa893842dfabc\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800185911\";s:12:\"date_shipped\";s:10:\"1759276800\";s:11:\"tracking_id\";s:32:\"da54d95e7f9416557d0fbf81c93b79ea\";}}'),(182451,184208,'_date_completed','1759802699'),(182452,184208,'_completed_date','2025-10-07 02:04:59'),(182453,184209,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186013\";s:12:\"date_shipped\";s:10:\"1759363200\";s:11:\"tracking_id\";s:32:\"862ae6c7e0fbf3ff49b5860136e7dc60\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186035\";s:12:\"date_shipped\";s:10:\"1759363200\";s:11:\"tracking_id\";s:32:\"e5e482b81c38dad7e911c3d23dbe27b8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186024\";s:12:\"date_shipped\";s:10:\"1759363200\";s:11:\"tracking_id\";s:32:\"7a528bae85ca644c1e49309c3706450c\";}}'),(182454,184209,'_edit_last','2'),(182455,184209,'_date_completed','1759802727'),(182456,184209,'_completed_date','2025-10-07 02:05:27'),(182457,184210,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186068\";s:12:\"date_shipped\";s:10:\"1759363200\";s:11:\"tracking_id\";s:32:\"e6b4d462c8753793381e0e924082a5e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186079\";s:12:\"date_shipped\";s:10:\"1759363200\";s:11:\"tracking_id\";s:32:\"541b17fabe9dba4be75459b4d2ed6707\";}}'),(182458,184210,'_edit_last','2'),(182459,184210,'_date_completed','1759802748'),(182460,184210,'_completed_date','2025-10-07 02:05:48'),(182461,184213,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186219\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"68369ee6b65d8cc6d68b63ae312c7221\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186220\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"5a08fa4f21bb2167265727fbc0275d0b\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186230\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"1a95226b0455bcc641c347e867c5981d\";}}'),(182462,184213,'_edit_last','2'),(182463,184213,'_date_completed','1759802778'),(182464,184213,'_completed_date','2025-10-07 02:06:18'),(182465,184216,'_edit_lock','1759802711:2'),(182466,184216,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186414\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"0b6824de594850c19c8b84b387857436\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186425\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"a603de902e297e7bb632ded9f76aa2c4\";}}'),(182467,184216,'_edit_last','2'),(182468,184216,'_date_completed','1759802853'),(182469,184216,'_completed_date','2025-10-07 02:07:33'),(182470,184219,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186540\";s:12:\"date_shipped\";s:10:\"1759795200\";s:11:\"tracking_id\";s:32:\"d867aa286e124d74e55170247a95633d\";}}'),(182471,184219,'_edit_last','2'),(182472,184219,'_date_completed','1759803036'),(182473,184219,'_completed_date','2025-10-07 02:10:36'),(182474,184221,'_edit_lock','1759803334:2'),(182475,184221,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186930\";s:12:\"date_shipped\";s:10:\"1759795200\";s:11:\"tracking_id\";s:32:\"bc1dd21512e7041a01d434dc736384cd\";}}'),(182476,184221,'_edit_last','2'),(182477,184221,'_date_completed','1759803474'),(182478,184221,'_completed_date','2025-10-07 02:17:54'),(182479,184222,'_order_key','wc_order_3G0c8SokpbCok'),(182480,184222,'_customer_user','54'),(182481,184222,'_payment_method','paypal'),(182482,184222,'_payment_method_title','PayPal'),(182483,184222,'_customer_ip_address','76.157.247.238'),(182484,184222,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182485,184222,'_created_via','checkout'),(182486,184222,'_cart_hash','263c10af4425ff830544899d1adcec14'),(182487,184222,'_download_permissions_granted','no'),(182488,184222,'_recorded_sales','no'),(182489,184222,'_recorded_coupon_usage_counts','no'),(182490,184222,'_new_order_email_sent','false'),(182491,184222,'_order_stock_reduced','no'),(182492,184222,'_billing_first_name','Erin'),(182493,184222,'_billing_last_name','Hawn'),(182494,184222,'_billing_address_1','10 W Phillip Rd'),(182495,184222,'_billing_address_2','Suite 123'),(182496,184222,'_billing_city','Vernon Hills'),(182497,184222,'_billing_state','IL'),(182498,184222,'_billing_postcode','60061'),(182499,184222,'_billing_country','US'),(182500,184222,'_billing_email','info@liceclinicsvernonhills.com'),(182501,184222,'_billing_phone','8475960408'),(182502,184222,'_shipping_first_name','Erin'),(182503,184222,'_shipping_last_name','Hawn'),(182504,184222,'_shipping_address_1','1491 S Amarias Dr'),(182505,184222,'_shipping_city','Round lake'),(182506,184222,'_shipping_state','IL'),(182507,184222,'_shipping_postcode','60073'),(182508,184222,'_shipping_country','US'),(182509,184222,'_order_currency','USD'),(182510,184222,'_cart_discount','0'),(182511,184222,'_cart_discount_tax','0'),(182512,184222,'_order_shipping','0'),(182513,184222,'_order_shipping_tax','0'),(182514,184222,'_order_tax','0'),(182515,184222,'_order_total','1882.30'),(182516,184222,'_order_version','10.2.2'),(182517,184222,'_prices_include_tax','no'),(182518,184222,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(182519,184222,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(182520,184222,'is_vat_exempt','no'),(182521,184222,'_order_number','4007'),(182522,184222,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:14:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:13:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:13:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:13:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:13:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:13:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:13:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_11\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}}s:32:\"a9de093d0622ed782d267fa3f1953228\";a:13:{s:3:\"key\";s:32:\"a9de093d0622ed782d267fa3f1953228\";s:10:\"product_id\";i:3524;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3524;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_12\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3524;}}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:13:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_13\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3485;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_14\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(182523,184222,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182524,184222,'_wc_order_attribution_source_type','typein'),(182525,184222,'_wc_order_attribution_utm_source','(direct)'),(182526,184222,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182527,184222,'_wc_order_attribution_session_start_time','2025-10-07 14:42:21'),(182528,184222,'_wc_order_attribution_session_pages','4'),(182529,184222,'_wc_order_attribution_session_count','1'),(182530,184222,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182531,184222,'_wc_order_attribution_device_type','Desktop'),(182532,184223,'_order_key','wc_order_jPTB4GhD53uic'),(182533,184223,'_customer_user','54'),(182534,184223,'_payment_method','paypal'),(182535,184223,'_payment_method_title','PayPal'),(182536,184223,'_customer_ip_address','76.157.247.238'),(182537,184223,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182538,184223,'_created_via','checkout'),(182539,184223,'_cart_hash','b9a2e863c46ac0a7a36c875c98d9ae26'),(182540,184223,'_download_permissions_granted','yes'),(182541,184223,'_recorded_sales','yes'),(182542,184223,'_recorded_coupon_usage_counts','yes'),(182543,184223,'_new_order_email_sent','true'),(182544,184223,'_order_stock_reduced','yes'),(182545,184223,'_billing_first_name','Erin'),(182546,184223,'_billing_last_name','Hawn'),(182547,184223,'_billing_address_1','10 W Phillip Rd'),(182548,184223,'_billing_address_2','Suite 123'),(182549,184223,'_billing_city','Vernon Hills'),(182550,184223,'_billing_state','IL'),(182551,184223,'_billing_postcode','60061'),(182552,184223,'_billing_country','US'),(182553,184223,'_billing_email','info@liceclinicsvernonhills.com'),(182554,184223,'_billing_phone','8475960408'),(182555,184223,'_shipping_first_name','Erin'),(182556,184223,'_shipping_last_name','Hawn'),(182557,184223,'_shipping_address_1','1491 S Amarias Dr'),(182558,184223,'_shipping_city','Round lake'),(182559,184223,'_shipping_state','IL'),(182560,184223,'_shipping_postcode','60073'),(182561,184223,'_shipping_country','US'),(182562,184223,'_order_currency','USD'),(182563,184223,'_cart_discount','0'),(182564,184223,'_cart_discount_tax','0'),(182565,184223,'_order_shipping','0'),(182566,184223,'_order_shipping_tax','0'),(182567,184223,'_order_tax','0'),(182568,184223,'_order_total','1190.70'),(182569,184223,'_order_version','10.2.2'),(182570,184223,'_prices_include_tax','no'),(182571,184223,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(182572,184223,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(182573,184223,'is_vat_exempt','no'),(182574,184223,'_order_number','4008'),(182575,184223,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:13:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:13:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:13:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:13:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3485;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(182576,184223,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182577,184223,'_wc_order_attribution_source_type','typein'),(182578,184223,'_wc_order_attribution_utm_source','(direct)'),(182579,184223,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182580,184223,'_wc_order_attribution_session_start_time','2025-10-07 14:42:21'),(182581,184223,'_wc_order_attribution_session_pages','10'),(182582,184223,'_wc_order_attribution_session_count','1'),(182583,184223,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182584,184223,'_wc_order_attribution_device_type','Desktop'),(182585,184223,'Payment type','instant'),(182586,184223,'_paypal_status','completed'),(182587,184223,'_transaction_id','5BX33594NK587842D'),(182588,184223,'PayPal Transaction Fee','42.05'),(182589,184223,'_date_paid','1759849368'),(182590,184223,'_paid_date','2025-10-07 15:02:48'),(182591,3358,'_eael_post_view_count','9'),(182593,184224,'_order_key','wc_order_xMNwt7WldNAXG'),(182594,184224,'_customer_user','54'),(182595,184224,'_payment_method','paypal'),(182596,184224,'_payment_method_title','PayPal'),(182597,184224,'_customer_ip_address','76.157.247.238'),(182598,184224,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182599,184224,'_created_via','checkout'),(182600,184224,'_cart_hash','246028abd2e5fe7d05b1aba23ab7d134'),(182601,184224,'_download_permissions_granted','yes'),(182602,184224,'_recorded_sales','yes'),(182603,184224,'_recorded_coupon_usage_counts','yes'),(182604,184224,'_new_order_email_sent','true'),(182605,184224,'_order_stock_reduced','yes'),(182606,184224,'_billing_first_name','Erin'),(182607,184224,'_billing_last_name','Hawn'),(182608,184224,'_billing_address_1','10 W Phillip Rd'),(182609,184224,'_billing_address_2','Suite 123'),(182610,184224,'_billing_city','Vernon Hills'),(182611,184224,'_billing_state','IL'),(182612,184224,'_billing_postcode','60061'),(182613,184224,'_billing_country','US'),(182614,184224,'_billing_email','info@northernil.liceclinicsofamerica.com'),(182615,184224,'_billing_phone','8475960408'),(182616,184224,'_shipping_first_name','Erin'),(182617,184224,'_shipping_last_name','Hawn'),(182618,184224,'_shipping_address_1','1491 S Amarias Dr'),(182619,184224,'_shipping_city','Round lake'),(182620,184224,'_shipping_state','IL'),(182621,184224,'_shipping_postcode','60073'),(182622,184224,'_shipping_country','US'),(182623,184224,'_order_currency','USD'),(182624,184224,'_cart_discount','0'),(182625,184224,'_cart_discount_tax','0'),(182626,184224,'_order_shipping','0'),(182627,184224,'_order_shipping_tax','0'),(182628,184224,'_order_tax','0'),(182629,184224,'_order_total','754.60'),(182630,184224,'_order_version','10.2.2'),(182631,184224,'_prices_include_tax','no'),(182632,184224,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(182633,184224,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(182635,184224,'_order_number','4009'),(182636,184224,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:13:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:13:{s:3:\"key\";s:32:\"97108695bd93b6be52fa0334874c8722\";s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3358;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3358;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:13:{s:3:\"key\";s:32:\"a36b598abb934e4528412e5a2127b931\";s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3356;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3356;}}s:32:\"a9de093d0622ed782d267fa3f1953228\";a:13:{s:3:\"key\";s:32:\"a9de093d0622ed782d267fa3f1953228\";s:10:\"product_id\";i:3524;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3524;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3524;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(182637,184224,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182638,184224,'_wc_order_attribution_source_type','typein'),(182639,184224,'_wc_order_attribution_utm_source','(direct)'),(182640,184224,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182641,184224,'_wc_order_attribution_session_start_time','2025-10-07 14:42:21'),(182642,184224,'_wc_order_attribution_session_pages','21'),(182643,184224,'_wc_order_attribution_session_count','1'),(182644,184224,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36'),(182645,184224,'_wc_order_attribution_device_type','Desktop'),(182646,184224,'is_vat_exempt','no'),(182647,184224,'Payment type','instant'),(182648,184224,'_paypal_status','completed'),(182649,184224,'_transaction_id','28B484028M871910B'),(182650,184224,'PayPal Transaction Fee','26.83'),(182651,184224,'_date_paid','1759851389'),(182652,184224,'_paid_date','2025-10-07 15:36:29'),(182653,184218,'_edit_lock','1759860361:2'),(182654,184218,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186506\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"ee61a6bbbc6ebb48776239e34c65d768\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186828\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"c70592f7d7d91deec68d2a746edcd906\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800186539\";s:12:\"date_shipped\";s:10:\"1759449600\";s:11:\"tracking_id\";s:32:\"4f44430f80631491bfb20e92e49152e9\";}}'),(182655,184218,'_edit_last','2'),(182656,184218,'_date_completed','1759860327'),(182657,184218,'_completed_date','2025-10-07 18:05:27'),(182658,184225,'_order_key','wc_order_fI6hSuXRlHYt7'),(182659,184225,'_customer_user','20'),(182660,184225,'_payment_method','paypal'),(182661,184225,'_payment_method_title','PayPal'),(182662,184225,'_customer_ip_address','172.116.123.146'),(182663,184225,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(182664,184225,'_created_via','checkout'),(182665,184225,'_cart_hash','41c6474081af091cb0a734f14c98cef3'),(182666,184225,'_download_permissions_granted','yes'),(182667,184225,'_recorded_sales','yes'),(182668,184225,'_recorded_coupon_usage_counts','yes'),(182669,184225,'_new_order_email_sent','true'),(182670,184225,'_order_stock_reduced','yes'),(182671,184225,'_billing_first_name','Hasani'),(182672,184225,'_billing_last_name','Thompson'),(182673,184225,'_billing_company','Heat in Hair'),(182674,184225,'_billing_address_1','12840 Riverside Dr'),(182675,184225,'_billing_address_2','1D'),(182676,184225,'_billing_city','North Hollywood'),(182677,184225,'_billing_state','CA'),(182678,184225,'_billing_postcode','91607'),(182679,184225,'_billing_country','US'),(182680,184225,'_billing_email','info@liceclinicssantaclarita.com'),(182681,184225,'_billing_phone','6615850263'),(182682,184225,'_shipping_first_name','Hasani'),(182683,184225,'_shipping_last_name','Thompson'),(182684,184225,'_shipping_company','Heat in Hair'),(182685,184225,'_shipping_address_1','5145 Nightsky pl'),(182686,184225,'_shipping_city','5145 nightsky pl'),(182687,184225,'_shipping_state','CA'),(182688,184225,'_shipping_postcode','93552'),(182689,184225,'_shipping_country','US'),(182690,184225,'_order_currency','USD'),(182691,184225,'_cart_discount','0'),(182692,184225,'_cart_discount_tax','0'),(182693,184225,'_order_shipping','0'),(182694,184225,'_order_shipping_tax','0'),(182695,184225,'_order_tax','0'),(182696,184225,'_order_total','839.20'),(182697,184225,'_order_version','10.2.2'),(182698,184225,'_prices_include_tax','no'),(182699,184225,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(182700,184225,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(182701,184225,'is_vat_exempt','no'),(182702,184225,'_order_number','4010'),(182703,184225,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:274;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:274;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}}}'),(182704,184225,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182705,184225,'_wc_order_attribution_source_type','referral'),(182706,184225,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182707,184225,'_wc_order_attribution_utm_source','lcaportal.com'),(182708,184225,'_wc_order_attribution_utm_medium','referral'),(182709,184225,'_wc_order_attribution_utm_content','/'),(182710,184225,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182711,184225,'_wc_order_attribution_session_start_time','2025-10-08 03:18:57'),(182712,184225,'_wc_order_attribution_session_pages','1'),(182713,184225,'_wc_order_attribution_session_count','8'),(182714,184225,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(182715,184225,'_wc_order_attribution_device_type','Desktop'),(182716,184225,'Payment type','instant'),(182717,184225,'_paypal_status','completed'),(182718,184225,'_transaction_id','3WT24096LF8021828'),(182719,184225,'PayPal Transaction Fee','29.78'),(182720,184225,'_date_paid','1759897658'),(182721,184225,'_paid_date','2025-10-08 04:27:38'),(182722,184226,'_order_key','wc_order_Q3PMNVoDnZftX'),(182723,184226,'_customer_user','39'),(182724,184226,'_payment_method','paypal'),(182725,184226,'_payment_method_title','PayPal'),(182726,184226,'_customer_ip_address','166.181.84.195'),(182727,184226,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36'),(182728,184226,'_created_via','checkout'),(182729,184226,'_cart_hash','54caaeb531b58149de21d9abfefec00f'),(182730,184226,'_download_permissions_granted','yes'),(182731,184226,'_recorded_sales','yes'),(182732,184226,'_recorded_coupon_usage_counts','yes'),(182733,184226,'_new_order_email_sent','true'),(182734,184226,'_order_stock_reduced','yes'),(182735,184226,'_billing_first_name','Patty'),(182736,184226,'_billing_last_name','Ziegler'),(182737,184226,'_billing_address_1','3090 Saddle Brook Tr'),(182738,184226,'_billing_city','Sun Prairie'),(182739,184226,'_billing_state','WI'),(182740,184226,'_billing_postcode','53590'),(182741,184226,'_billing_country','US'),(182742,184226,'_billing_email','liceremovalwisconsin@gmail.com'),(182743,184226,'_billing_phone','6088258255'),(182744,184226,'_shipping_first_name','Patty'),(182745,184226,'_shipping_last_name','Ziegler'),(182746,184226,'_shipping_address_1','3090 Saddle Brook Tr'),(182747,184226,'_shipping_city','Sun Prairie'),(182748,184226,'_shipping_state','WI'),(182749,184226,'_shipping_postcode','53590'),(182750,184226,'_shipping_country','US'),(182751,184226,'_order_currency','USD'),(182752,184226,'_cart_discount','0'),(182753,184226,'_cart_discount_tax','0'),(182754,184226,'_order_shipping','0'),(182755,184226,'_order_shipping_tax','0'),(182756,184226,'_order_tax','0'),(182757,184226,'_order_total','1832.52'),(182758,184226,'_order_version','10.2.2'),(182759,184226,'_prices_include_tax','no'),(182760,184226,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(182761,184226,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(182762,184226,'is_vat_exempt','no'),(182763,184226,'_order_number','4011'),(182764,184226,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:127.68000000000001;s:35:\"product_level_based_on_tax_settings\";d:127.68000000000001;s:10:\"cart_level\";d:0;s:5:\"total\";d:127.68000000000001;s:27:\"total_based_on_tax_settings\";d:127.68000000000001;}}'),(182765,184226,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1026.72;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1026.72;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:669.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:669.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:39;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WI\";s:8:\"postcode\";s:5:\"53590\";s:4:\"city\";s:11:\"Sun Prairie\";s:7:\"address\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_1\";s:20:\"3090 Saddle Brook Tr\";s:9:\"address_2\";s:0:\"\";}}}'),(182766,184226,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182767,184226,'_wc_order_attribution_source_type','referral'),(182768,184226,'_wc_order_attribution_referrer','https://lcaportal.com/'),(182769,184226,'_wc_order_attribution_utm_source','lcaportal.com'),(182770,184226,'_wc_order_attribution_utm_medium','referral'),(182771,184226,'_wc_order_attribution_utm_content','/'),(182772,184226,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182773,184226,'_wc_order_attribution_session_start_time','2025-10-08 15:54:54'),(182774,184226,'_wc_order_attribution_session_pages','4'),(182775,184226,'_wc_order_attribution_session_count','1'),(182776,184226,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Mobile Safari/537.36'),(182777,184226,'_wc_order_attribution_device_type','Mobile'),(182778,184226,'Payment type','instant'),(182779,184226,'_paypal_status','completed'),(182780,184226,'_transaction_id','6F332724SX670941C'),(182781,184226,'PayPal Transaction Fee','64.44'),(182782,184226,'_date_paid','1759939585'),(182783,184226,'_paid_date','2025-10-08 16:06:25'),(182784,2408,'_eael_post_view_count','7'),(182787,184223,'_edit_lock','1760043327:2'),(182788,184223,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187009\";s:12:\"date_shipped\";s:10:\"1759795200\";s:11:\"tracking_id\";s:32:\"e746ccff33c849f763523d66bf61bb94\";}}'),(182789,184223,'_edit_last','2'),(182790,184223,'_date_completed','1760043463'),(182791,184223,'_completed_date','2025-10-09 20:57:43'),(182792,184224,'_edit_lock','1760043415:2'),(182793,184224,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187031\";s:12:\"date_shipped\";s:10:\"1759795200\";s:11:\"tracking_id\";s:32:\"2397dfb2717b89ee622c2e074b015efe\";}}'),(182794,184224,'_edit_last','2'),(182795,184224,'_date_completed','1760043513'),(182796,184224,'_completed_date','2025-10-09 20:58:33'),(182797,184225,'_edit_lock','1760043458:2'),(182798,184225,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187167\";s:12:\"date_shipped\";s:10:\"1759968000\";s:11:\"tracking_id\";s:32:\"9d7fb45c712c19cc3f3f820fb97a6f74\";}}'),(182799,184225,'_edit_last','2'),(182800,184225,'_date_completed','1760043584'),(182801,184225,'_completed_date','2025-10-09 20:59:44'),(182802,184226,'_edit_lock','1760043573:2'),(182803,184226,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187513\";s:12:\"date_shipped\";s:10:\"1759968000\";s:11:\"tracking_id\";s:32:\"7c64ef6f488d13b050c2be52b7ec7083\";}}'),(182804,184226,'_edit_last','2'),(182805,184226,'_date_completed','1760043714'),(182806,184226,'_completed_date','2025-10-09 21:01:54'),(182807,184228,'_order_key','wc_order_goekluLKzIqef'),(182808,184228,'_customer_user','52'),(182809,184228,'_payment_method','paypal'),(182810,184228,'_payment_method_title','PayPal'),(182811,184228,'_customer_ip_address','173.79.216.13'),(182812,184228,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(182813,184228,'_created_via','checkout'),(182814,184228,'_cart_hash','33a1b3eec3a6cf976cc6816a215f48dc'),(182815,184228,'_download_permissions_granted','yes'),(182816,184228,'_recorded_sales','yes'),(182817,184228,'_recorded_coupon_usage_counts','yes'),(182818,184228,'_new_order_email_sent','true'),(182819,184228,'_order_stock_reduced','yes'),(182820,184228,'_billing_first_name','Darlene'),(182821,184228,'_billing_last_name','LaFramboise'),(182822,184228,'_billing_company','LCA-NOVA'),(182823,184228,'_billing_address_1','25473 Tomey Ct'),(182824,184228,'_billing_city','Aldie'),(182825,184228,'_billing_state','VA'),(182826,184228,'_billing_postcode','20105-3048'),(182827,184228,'_billing_country','US'),(182828,184228,'_billing_email','info@liceremovalnova.com'),(182829,184228,'_billing_phone','7033031576'),(182830,184228,'_shipping_first_name','Darlene'),(182831,184228,'_shipping_last_name','LaFramboise'),(182832,184228,'_shipping_company','LCA-NOVA'),(182833,184228,'_shipping_address_1','25473 Tomey Ct'),(182834,184228,'_shipping_city','Aldie'),(182835,184228,'_shipping_state','VA'),(182836,184228,'_shipping_postcode','20105-3048'),(182837,184228,'_shipping_country','US'),(182838,184228,'_order_currency','USD'),(182839,184228,'_cart_discount','0'),(182840,184228,'_cart_discount_tax','0'),(182841,184228,'_order_shipping','18.41'),(182842,184228,'_order_shipping_tax','0'),(182843,184228,'_order_tax','0'),(182844,184228,'_order_total','301.21'),(182845,184228,'_order_version','10.2.2'),(182846,184228,'_prices_include_tax','no'),(182847,184228,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(182848,184228,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(182849,184228,'is_vat_exempt','no'),(182850,184228,'_order_number','4012'),(182851,184228,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:52;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:10:\"20105-3048\";s:4:\"city\";s:5:\"Aldie\";s:7:\"address\";s:14:\"25473 Tomey Ct\";s:9:\"address_1\";s:14:\"25473 Tomey Ct\";s:9:\"address_2\";s:0:\"\";}}}'),(182852,184228,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(182853,184228,'_wc_order_attribution_source_type','typein'),(182854,184228,'_wc_order_attribution_utm_source','(direct)'),(182855,184228,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182856,184228,'_wc_order_attribution_session_start_time','2025-10-09 23:13:06'),(182857,184228,'_wc_order_attribution_session_pages','6'),(182858,184228,'_wc_order_attribution_session_count','1'),(182859,184228,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(182860,184228,'_wc_order_attribution_device_type','Desktop'),(182861,184228,'Payment type','instant'),(182862,184228,'_paypal_status','completed'),(182863,184228,'_transaction_id','1DE80540PX385514W'),(182864,184228,'PayPal Transaction Fee','11.00'),(182865,184228,'_date_paid','1760052062'),(182866,184228,'_paid_date','2025-10-09 23:21:02'),(182867,142,'_eael_post_view_count','1'),(182869,487,'_eael_post_view_count','6'),(182871,182,'_eael_post_view_count','4'),(182875,184229,'_order_key','wc_order_I1Jd5CVDX8joc'),(182876,184229,'_customer_user','3'),(182877,184229,'_payment_method','paypal'),(182878,184229,'_payment_method_title','PayPal'),(182879,184229,'_customer_ip_address','99.22.146.124'),(182880,184229,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(182881,184229,'_created_via','checkout'),(182882,184229,'_cart_hash','ef37d9873a3a0b41af15c29af751cada'),(182883,184229,'_download_permissions_granted','yes'),(182884,184229,'_recorded_sales','yes'),(182885,184229,'_recorded_coupon_usage_counts','yes'),(182886,184229,'_new_order_email_sent','true'),(182887,184229,'_order_stock_reduced','yes'),(182888,184229,'_billing_first_name','amanda'),(182889,184229,'_billing_last_name','westerman'),(182890,184229,'_billing_company','Lice Clinics of America Dallas'),(182891,184229,'_billing_address_1','3120 HUDSON XING'),(182892,184229,'_billing_address_2','Suite A2'),(182893,184229,'_billing_city','MCKINNEY'),(182894,184229,'_billing_state','TX'),(182895,184229,'_billing_postcode','75070'),(182896,184229,'_billing_country','US'),(182897,184229,'_billing_email','awesterman1103@gmail.com'),(182898,184229,'_billing_phone','12144175741'),(182899,184229,'_shipping_first_name','amanda'),(182900,184229,'_shipping_last_name','westerman'),(182901,184229,'_shipping_company','Lice Clinics of America Addison'),(182902,184229,'_shipping_address_1','1709 Damian Way'),(182903,184229,'_shipping_city','MCKINNEY'),(182904,184229,'_shipping_state','TX'),(182905,184229,'_shipping_postcode','75070'),(182906,184229,'_shipping_country','US'),(182907,184229,'_order_currency','USD'),(182908,184229,'_cart_discount','0'),(182909,184229,'_cart_discount_tax','0'),(182910,184229,'_order_shipping','0'),(182911,184229,'_order_shipping_tax','0'),(182912,184229,'_order_tax','0'),(182913,184229,'_order_total','1034.50'),(182914,184229,'_order_version','10.2.2'),(182915,184229,'_prices_include_tax','no'),(182916,184229,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(182917,184229,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  MCKINNEY TX 75070 US '),(182918,184229,'is_vat_exempt','no'),(182919,184229,'_order_number','4013'),(182920,184229,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:250;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:250;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(182921,184229,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182922,184229,'_wc_order_attribution_source_type','referral'),(182923,184229,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(182924,184229,'_wc_order_attribution_utm_source','lcaportal.com'),(182925,184229,'_wc_order_attribution_utm_medium','referral'),(182926,184229,'_wc_order_attribution_utm_content','/'),(182927,184229,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182928,184229,'_wc_order_attribution_session_start_time','2025-10-10 17:06:58'),(182929,184229,'_wc_order_attribution_session_pages','2'),(182930,184229,'_wc_order_attribution_session_count','2'),(182931,184229,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(182932,184229,'_wc_order_attribution_device_type','Desktop'),(182933,184229,'Payment type','instant'),(182934,184229,'_paypal_status','completed'),(182935,184229,'_transaction_id','13N739561K436802S'),(182936,184229,'PayPal Transaction Fee','36.59'),(182937,184229,'_date_paid','1760120253'),(182938,184229,'_paid_date','2025-10-10 18:17:33'),(182939,184228,'_edit_lock','1760125019:2'),(182940,184228,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187936\";s:12:\"date_shipped\";s:10:\"1760054400\";s:11:\"tracking_id\";s:32:\"aa06df18f41067f0c1549e311d3e8220\";}}'),(182941,184228,'_edit_last','2'),(182942,184228,'_date_completed','1760125054'),(182943,184228,'_completed_date','2025-10-10 19:37:34'),(182944,184230,'_order_key','wc_order_OOqbvO7N7gzH7'),(182945,184230,'_customer_user','92'),(182946,184230,'_payment_method','paypal'),(182947,184230,'_payment_method_title','PayPal'),(182948,184230,'_customer_ip_address','99.113.38.110'),(182949,184230,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(182950,184230,'_created_via','checkout'),(182951,184230,'_cart_hash','35c861b591883caeecdaf012fe187871'),(182952,184230,'_download_permissions_granted','yes'),(182953,184230,'_recorded_sales','yes'),(182954,184230,'_recorded_coupon_usage_counts','yes'),(182955,184230,'_new_order_email_sent','true'),(182956,184230,'_order_stock_reduced','yes'),(182957,184230,'_billing_first_name','Michelle'),(182958,184230,'_billing_last_name','Du'),(182959,184230,'_billing_company','LCA Fremont'),(182960,184230,'_billing_address_1','31372 Mackinaw Street'),(182961,184230,'_billing_city','Union City'),(182962,184230,'_billing_state','CA'),(182963,184230,'_billing_postcode','94587'),(182964,184230,'_billing_country','US'),(182965,184230,'_billing_email','liceclinicsfremont@gmail.com'),(182966,184230,'_billing_phone','510-770-4394'),(182967,184230,'_shipping_first_name','Michelle'),(182968,184230,'_shipping_last_name','Du'),(182969,184230,'_shipping_company','LCA Fremont'),(182970,184230,'_shipping_address_1','31372 Mackinaw Street'),(182971,184230,'_shipping_city','Union City'),(182972,184230,'_shipping_state','CA'),(182973,184230,'_shipping_postcode','94587'),(182974,184230,'_shipping_country','US'),(182975,184230,'_order_currency','USD'),(182976,184230,'_cart_discount','0'),(182977,184230,'_cart_discount_tax','0'),(182978,184230,'_order_shipping','0'),(182979,184230,'_order_shipping_tax','0'),(182980,184230,'_order_tax','0'),(182981,184230,'_order_total','1020.70'),(182982,184230,'_order_version','10.2.2'),(182983,184230,'_prices_include_tax','no'),(182984,184230,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US liceclinicsfremont@gmail.com 510-770-4394'),(182985,184230,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(182986,184230,'is_vat_exempt','no'),(182987,184230,'_order_number','4014'),(182988,184230,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:13:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:13:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:92;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94587\";s:4:\"city\";s:10:\"Union City\";s:7:\"address\";s:21:\"31372 Mackinaw Street\";s:9:\"address_1\";s:21:\"31372 Mackinaw Street\";s:9:\"address_2\";s:0:\"\";}}}'),(182989,184230,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(182990,184230,'_wc_order_attribution_source_type','typein'),(182991,184230,'_wc_order_attribution_utm_source','(direct)'),(182992,184230,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(182993,184230,'_wc_order_attribution_session_start_time','2025-10-10 20:15:11'),(182994,184230,'_wc_order_attribution_session_pages','6'),(182995,184230,'_wc_order_attribution_session_count','1'),(182996,184230,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(182997,184230,'_wc_order_attribution_device_type','Desktop'),(182998,184230,'Payment type','instant'),(182999,184230,'_paypal_status','completed'),(183000,184230,'_transaction_id','0US43477PS156851F'),(183001,184230,'PayPal Transaction Fee','36.11'),(183002,184230,'_date_paid','1760128137'),(183003,184230,'_paid_date','2025-10-10 20:28:57'),(183004,184231,'_order_key','wc_order_v50K4DvfeHtkW'),(183005,184231,'_customer_user','76'),(183006,184231,'_payment_method','paypal'),(183007,184231,'_payment_method_title','PayPal'),(183008,184231,'_customer_ip_address','66.31.192.192'),(183009,184231,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(183010,184231,'_created_via','checkout'),(183011,184231,'_cart_hash','0f224b885977a1d402436a5e86ff49bd'),(183012,184231,'_download_permissions_granted','yes'),(183013,184231,'_recorded_sales','yes'),(183014,184231,'_recorded_coupon_usage_counts','yes'),(183015,184231,'_new_order_email_sent','true'),(183016,184231,'_order_stock_reduced','yes'),(183017,184231,'_billing_first_name','Naomi'),(183018,184231,'_billing_last_name','Golden'),(183019,184231,'_billing_address_1','31 Mann Ave'),(183020,184231,'_billing_city','Needham'),(183021,184231,'_billing_state','MA'),(183022,184231,'_billing_postcode','02492'),(183023,184231,'_billing_country','US'),(183024,184231,'_billing_email','nrgolden6486@gmail.com'),(183025,184231,'_billing_phone','6178511322'),(183026,184231,'_shipping_first_name','Naomi'),(183027,184231,'_shipping_last_name','Golden'),(183028,184231,'_shipping_company','Lice Aunties'),(183029,184231,'_shipping_address_1','3 Baldwin Green Common'),(183030,184231,'_shipping_address_2','Suite 310'),(183031,184231,'_shipping_city','Woburn'),(183032,184231,'_shipping_state','MA'),(183033,184231,'_shipping_postcode','01801'),(183034,184231,'_shipping_country','US'),(183035,184231,'_order_currency','USD'),(183036,184231,'_cart_discount','0'),(183037,184231,'_cart_discount_tax','0'),(183038,184231,'_order_shipping','0'),(183039,184231,'_order_shipping_tax','0'),(183040,184231,'_order_tax','0'),(183041,184231,'_order_total','569.40'),(183042,184231,'_order_version','10.3.4'),(183043,184231,'_prices_include_tax','no'),(183044,184231,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(183045,184231,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(183046,184231,'is_vat_exempt','no'),(183047,184231,'_order_number','4015'),(183048,184231,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}}}'),(183049,184231,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183050,184231,'_wc_order_attribution_source_type','typein'),(183051,184231,'_wc_order_attribution_utm_source','(direct)'),(183052,184231,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183053,184231,'_wc_order_attribution_session_start_time','2025-10-03 15:30:05'),(183054,184231,'_wc_order_attribution_session_pages','15'),(183055,184231,'_wc_order_attribution_session_count','8'),(183056,184231,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(183057,184231,'_wc_order_attribution_device_type','Desktop'),(183058,184231,'Payment type','instant'),(183059,184231,'_paypal_status','completed'),(183060,184231,'_transaction_id','1RU68351PY3352701'),(183061,184231,'PayPal Transaction Fee','20.36'),(183062,184231,'_date_paid','1760315502'),(183063,184231,'_paid_date','2025-10-13 00:31:42'),(183064,125,'_wp_old_date','2025-09-17'),(183065,126,'_wp_old_date','2025-09-17'),(183066,2929,'_wp_old_date','2025-09-17'),(183067,184232,'_edit_last','2'),(183068,184232,'_start_date','2025-10-14 00:00:00'),(183070,184232,'_end_date',''),(183072,184232,'_edit_lock','1760459801:2'),(183074,184233,'_order_key','wc_order_OeZiPnr9N5gxv'),(183075,184233,'_customer_user','111'),(183076,184233,'_payment_method','paypal'),(183077,184233,'_payment_method_title','PayPal'),(183078,184233,'_customer_ip_address','174.52.195.164'),(183079,184233,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(183080,184233,'_created_via','checkout'),(183081,184233,'_cart_hash','c77aa6a40f8643b2ccf9e866b182fed8'),(183082,184233,'_download_permissions_granted','yes'),(183083,184233,'_recorded_sales','yes'),(183084,184233,'_recorded_coupon_usage_counts','yes'),(183085,184233,'_new_order_email_sent','true'),(183086,184233,'_order_stock_reduced','yes'),(183087,184233,'_billing_first_name','David'),(183088,184233,'_billing_last_name','Washburn'),(183089,184233,'_billing_company','Lice Clinics of America'),(183090,184233,'_billing_address_1','4873 S State St'),(183091,184233,'_billing_city','Murray'),(183092,184233,'_billing_state','UT'),(183093,184233,'_billing_postcode','84107'),(183094,184233,'_billing_country','US'),(183095,184233,'_billing_email','david@liceclinicsofamerica.com'),(183096,184233,'_billing_phone','8019197428'),(183097,184233,'_shipping_first_name','David'),(183098,184233,'_shipping_last_name','Washburn'),(183099,184233,'_shipping_company','Lice Clinics of America'),(183100,184233,'_shipping_address_1','4873 S State St'),(183101,184233,'_shipping_city','Murray'),(183102,184233,'_shipping_state','UT'),(183103,184233,'_shipping_postcode','84107'),(183104,184233,'_shipping_country','US'),(183105,184233,'_order_currency','USD'),(183106,184233,'_cart_discount','0'),(183107,184233,'_cart_discount_tax','0'),(183108,184233,'_order_shipping','0'),(183109,184233,'_order_shipping_tax','0'),(183110,184233,'_order_tax','0'),(183111,184233,'_order_total','1038.00'),(183112,184233,'_order_version','10.2.2'),(183113,184233,'_prices_include_tax','no'),(183114,184233,'_billing_address_index','David Washburn Lice Clinics of America 4873 S State St  Murray UT 84107 US david@liceclinicsofamerica.com 8019197428'),(183115,184233,'_shipping_address_index','David Washburn Lice Clinics of America 4873 S State St  Murray UT 84107 US '),(183116,184233,'is_vat_exempt','no'),(183117,184233,'_order_number','4016'),(183118,184233,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:12:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:12:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:12:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:12:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:12:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:12:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"98dce83da57b0395e163467c9dae521b\";a:12:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:93;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:12:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:12:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:331.51999999999998;s:8:\"line_tax\";d:0;s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:111;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:4:\"city\";s:6:\"Murray\";s:7:\"address\";s:15:\"4873 S State St\";s:9:\"address_1\";s:15:\"4873 S State St\";s:9:\"address_2\";s:0:\"\";}}}'),(183119,184233,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183120,184233,'_wc_order_attribution_source_type','typein'),(183121,184233,'_wc_order_attribution_utm_source','(direct)'),(183122,184233,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183123,184233,'_wc_order_attribution_session_start_time','2025-10-13 19:22:44'),(183124,184233,'_wc_order_attribution_session_pages','5'),(183125,184233,'_wc_order_attribution_session_count','2'),(183126,184233,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36'),(183127,184233,'_wc_order_attribution_device_type','Desktop'),(183128,184233,'Payment type','instant'),(183129,184233,'_paypal_status','completed'),(183130,184233,'_transaction_id','3V280054KG472570H'),(183131,184233,'PayPal Transaction Fee','36.72'),(183132,184233,'_date_paid','1760459529'),(183133,184233,'_paid_date','2025-10-14 16:32:09'),(183134,184234,'_order_key','wc_order_LLaH5kjCwYlIW'),(183135,184234,'_customer_user','67'),(183136,184234,'_payment_method','paypal'),(183137,184234,'_payment_method_title','PayPal'),(183138,184234,'_customer_ip_address','67.251.108.158'),(183139,184234,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183140,184234,'_created_via','checkout'),(183141,184234,'_cart_hash','a76b889fac7243f58966a8d87a323a1e'),(183142,184234,'_download_permissions_granted','yes'),(183143,184234,'_recorded_sales','yes'),(183144,184234,'_recorded_coupon_usage_counts','yes'),(183145,184234,'_new_order_email_sent','true'),(183146,184234,'_order_stock_reduced','yes'),(183147,184234,'_billing_first_name','Marnie'),(183148,184234,'_billing_last_name','Murray'),(183149,184234,'_billing_company','Naughty Nits'),(183150,184234,'_billing_address_1','2809 Wehrle Drive'),(183151,184234,'_billing_address_2','Suite 10'),(183152,184234,'_billing_city','Williamsville'),(183153,184234,'_billing_state','NY'),(183154,184234,'_billing_postcode','14221'),(183155,184234,'_billing_country','US'),(183156,184234,'_billing_email','liceclinicsupstateny@gmail.com'),(183157,184234,'_billing_phone','7166265423'),(183158,184234,'_shipping_first_name','Marnie'),(183159,184234,'_shipping_last_name','Murray'),(183160,184234,'_shipping_company','LCA Buffalo'),(183161,184234,'_shipping_address_1','2809 Wehrle Drive'),(183162,184234,'_shipping_address_2','Suite 10'),(183163,184234,'_shipping_city','Williamsville'),(183164,184234,'_shipping_state','NY'),(183165,184234,'_shipping_postcode','14221'),(183166,184234,'_shipping_country','US'),(183167,184234,'_order_currency','USD'),(183168,184234,'_cart_discount','0'),(183169,184234,'_cart_discount_tax','0'),(183170,184234,'_order_shipping','0'),(183171,184234,'_order_shipping_tax','0'),(183172,184234,'_order_tax','0'),(183173,184234,'_order_total','1139.40'),(183174,184234,'_order_version','10.2.2'),(183175,184234,'_prices_include_tax','no'),(183176,184234,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(183177,184234,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(183178,184234,'is_vat_exempt','no'),(183179,184234,'_order_number','4017'),(183180,184234,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:50.399999999999999;s:35:\"product_level_based_on_tax_settings\";d:50.399999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:50.399999999999999;s:27:\"total_based_on_tax_settings\";d:50.399999999999999;}}'),(183181,184234,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:669.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:669.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:13:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:304.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:304.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"14221\";s:4:\"city\";s:13:\"Williamsville\";s:7:\"address\";s:17:\"2809 Wehrle Drive\";s:9:\"address_1\";s:17:\"2809 Wehrle Drive\";s:9:\"address_2\";s:8:\"Suite 10\";}}}'),(183182,184234,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183183,184234,'_wc_order_attribution_source_type','referral'),(183184,184234,'_wc_order_attribution_referrer','https://lcaportal.com/'),(183185,184234,'_wc_order_attribution_utm_source','lcaportal.com'),(183186,184234,'_wc_order_attribution_utm_medium','referral'),(183187,184234,'_wc_order_attribution_utm_content','/'),(183188,184234,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183189,184234,'_wc_order_attribution_session_start_time','2025-10-13 17:17:43'),(183190,184234,'_wc_order_attribution_session_pages','3'),(183191,184234,'_wc_order_attribution_session_count','5'),(183192,184234,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183193,184234,'_wc_order_attribution_device_type','Desktop'),(183194,184234,'Payment type','instant'),(183195,184234,'_paypal_status','completed'),(183196,184234,'_transaction_id','15866211884403600'),(183197,184234,'PayPal Transaction Fee','40.26'),(183198,184234,'_date_paid','1760463410'),(183199,184234,'_paid_date','2025-10-14 17:36:50'),(183200,184235,'_order_key','wc_order_YbeSFBzLcx42q'),(183201,184235,'_customer_user','67'),(183202,184235,'_payment_method','paypal'),(183203,184235,'_payment_method_title','PayPal'),(183204,184235,'_customer_ip_address','67.251.108.158'),(183205,184235,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183206,184235,'_created_via','checkout'),(183207,184235,'_cart_hash','ef2f6b016a2bb3e0fb3425187df6670e'),(183208,184235,'_download_permissions_granted','yes'),(183209,184235,'_recorded_sales','yes'),(183210,184235,'_recorded_coupon_usage_counts','yes'),(183211,184235,'_new_order_email_sent','true'),(183212,184235,'_order_stock_reduced','yes'),(183213,184235,'_billing_first_name','Marnie'),(183214,184235,'_billing_last_name','Murray'),(183215,184235,'_billing_company','Naughty Nits'),(183216,184235,'_billing_address_1','2809 Wehrle Drive'),(183217,184235,'_billing_address_2','Suite 10'),(183218,184235,'_billing_city','Williamsville'),(183219,184235,'_billing_state','NY'),(183220,184235,'_billing_postcode','14221'),(183221,184235,'_billing_country','US'),(183222,184235,'_billing_email','liceclinicsupstateny@gmail.com'),(183223,184235,'_billing_phone','7166265423'),(183224,184235,'_shipping_first_name','Marnie'),(183225,184235,'_shipping_last_name','Murray'),(183226,184235,'_shipping_company','LCA Syracuse'),(183227,184235,'_shipping_address_1','6221 Route 31'),(183228,184235,'_shipping_address_2','Suite 114'),(183229,184235,'_shipping_city','Cicero'),(183230,184235,'_shipping_state','NY'),(183231,184235,'_shipping_postcode','13039'),(183232,184235,'_shipping_country','US'),(183233,184235,'_order_currency','USD'),(183234,184235,'_cart_discount','0'),(183235,184235,'_cart_discount_tax','0'),(183236,184235,'_order_shipping','0'),(183237,184235,'_order_shipping_tax','0'),(183238,184235,'_order_tax','0'),(183239,184235,'_order_total','669.60'),(183240,184235,'_order_version','10.2.2'),(183241,184235,'_prices_include_tax','no'),(183242,184235,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(183243,184235,'_shipping_address_index','Marnie Murray LCA Syracuse 6221 Route 31 Suite 114 Cicero NY 13039 US '),(183244,184235,'is_vat_exempt','no'),(183245,184235,'_order_number','4018'),(183246,184235,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:50.399999999999999;s:35:\"product_level_based_on_tax_settings\";d:50.399999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:50.399999999999999;s:27:\"total_based_on_tax_settings\";d:50.399999999999999;}}'),(183247,184235,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:669.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:669.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:67;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NY\";s:8:\"postcode\";s:5:\"13039\";s:4:\"city\";s:6:\"Cicero\";s:7:\"address\";s:13:\"6221 Route 31\";s:9:\"address_1\";s:13:\"6221 Route 31\";s:9:\"address_2\";s:9:\"Suite 114\";}}}'),(183248,184235,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183249,184235,'_wc_order_attribution_source_type','referral'),(183250,184235,'_wc_order_attribution_referrer','https://lcaportal.com/'),(183251,184235,'_wc_order_attribution_utm_source','lcaportal.com'),(183252,184235,'_wc_order_attribution_utm_medium','referral'),(183253,184235,'_wc_order_attribution_utm_content','/'),(183254,184235,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183255,184235,'_wc_order_attribution_session_start_time','2025-10-13 17:17:43'),(183256,184235,'_wc_order_attribution_session_pages','7'),(183257,184235,'_wc_order_attribution_session_count','5'),(183258,184235,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183259,184235,'_wc_order_attribution_device_type','Desktop'),(183260,184235,'Payment type','instant'),(183261,184235,'_paypal_status','completed'),(183262,184235,'_transaction_id','2UG71698BA271235L'),(183263,184235,'PayPal Transaction Fee','23.86'),(183264,184235,'_date_paid','1760463515'),(183265,184235,'_paid_date','2025-10-14 17:38:35'),(183266,184236,'_order_key','wc_order_8cDr51ObdrgtO'),(183267,184236,'_customer_user','46'),(183268,184236,'_payment_method','paypal'),(183269,184236,'_payment_method_title','PayPal'),(183270,184236,'_customer_ip_address','72.47.75.84'),(183271,184236,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183272,184236,'_created_via','checkout'),(183273,184236,'_cart_hash','0b01bb195c84348d2b7c446f13632cd6'),(183274,184236,'_download_permissions_granted','yes'),(183275,184236,'_recorded_sales','yes'),(183276,184236,'_recorded_coupon_usage_counts','yes'),(183277,184236,'_new_order_email_sent','true'),(183278,184236,'_order_stock_reduced','yes'),(183279,184236,'_billing_first_name','Ashe'),(183280,184236,'_billing_last_name','montalvo'),(183281,184236,'_billing_company','lice clincs of america jonesboro'),(183282,184236,'_billing_address_1','1406 Market Place'),(183283,184236,'_billing_address_2','Apartment 10'),(183284,184236,'_billing_city','Jonesboro'),(183285,184236,'_billing_state','AR'),(183286,184236,'_billing_postcode','72404'),(183287,184236,'_billing_country','US'),(183288,184236,'_billing_email','bsdashlynf@gmail.com'),(183289,184236,'_billing_phone','8706132520'),(183290,184236,'_shipping_first_name','Ashe'),(183291,184236,'_shipping_last_name','montalvo'),(183292,184236,'_shipping_company','lice clincs of america jonesboro'),(183293,184236,'_shipping_address_1','3114 Fox Road'),(183294,184236,'_shipping_address_2','suite D'),(183295,184236,'_shipping_city','Jonesboro'),(183296,184236,'_shipping_state','AR'),(183297,184236,'_shipping_postcode','72404'),(183298,184236,'_shipping_country','US'),(183299,184236,'_order_currency','USD'),(183300,184236,'_cart_discount','0'),(183301,184236,'_cart_discount_tax','0'),(183302,184236,'_order_shipping','14.81'),(183303,184236,'_order_shipping_tax','0'),(183304,184236,'_order_tax','0'),(183305,184236,'_order_total','152.56'),(183306,184236,'_order_version','10.2.2'),(183307,184236,'_prices_include_tax','no'),(183308,184236,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(183309,184236,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(183310,184236,'is_vat_exempt','no'),(183311,184236,'_order_number','4019'),(183312,184236,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"432aca3a1e345e339f35a30c8f65edce\";a:13:{s:3:\"key\";s:32:\"432aca3a1e345e339f35a30c8f65edce\";s:10:\"product_id\";i:318;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:9;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:9;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:318;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:318;}}s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:13:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:24.199999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:24.199999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:137;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:46;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72404\";s:4:\"city\";s:9:\"Jonesboro\";s:7:\"address\";s:13:\"3114 Fox Road\";s:9:\"address_1\";s:13:\"3114 Fox Road\";s:9:\"address_2\";s:7:\"suite D\";}}}'),(183313,184236,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(183314,184236,'_wc_order_attribution_source_type','referral'),(183315,184236,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(183316,184236,'_wc_order_attribution_utm_source','lcaportal.com'),(183317,184236,'_wc_order_attribution_utm_medium','referral'),(183318,184236,'_wc_order_attribution_utm_content','/'),(183319,184236,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183320,184236,'_wc_order_attribution_session_start_time','2025-10-14 19:43:39'),(183321,184236,'_wc_order_attribution_session_pages','5'),(183322,184236,'_wc_order_attribution_session_count','1'),(183323,184236,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183324,184236,'_wc_order_attribution_device_type','Desktop'),(183325,184236,'Payment type','instant'),(183326,184236,'_paypal_status','completed'),(183327,184236,'_transaction_id','6MC50272DP946123X'),(183328,184236,'PayPal Transaction Fee','5.81'),(183329,184236,'_date_paid','1760471727'),(183330,184236,'_paid_date','2025-10-14 19:55:27'),(183331,184229,'_edit_lock','1760471914:2'),(183332,184229,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800187970\";s:12:\"date_shipped\";s:10:\"1760054400\";s:11:\"tracking_id\";s:32:\"273b9e0de9880827f721a3cfc02a532a\";}}'),(183333,184229,'_edit_last','2'),(183334,184229,'_date_completed','1760472029'),(183335,184229,'_completed_date','2025-10-14 20:00:29'),(183336,184230,'_edit_lock','1760472690:2'),(183337,184230,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188038\";s:12:\"date_shipped\";s:10:\"1760054400\";s:11:\"tracking_id\";s:32:\"c50950d1228a53ee4e657de8a360535a\";}}'),(183338,184230,'_edit_last','2'),(183339,184230,'_date_completed','1760472797'),(183340,184230,'_completed_date','2025-10-14 20:13:17'),(183341,184231,'_edit_lock','1762895617:2'),(183342,184231,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188071\";s:12:\"date_shipped\";s:10:\"1760400000\";s:11:\"tracking_id\";s:32:\"17d52622ab5e6c05937fa5573d7d6a5a\";}}'),(183343,184231,'_edit_last','2'),(183344,184231,'_date_completed','1760472910'),(183345,184231,'_completed_date','2025-10-14 20:15:10'),(183346,184234,'_edit_lock','1760474127:2'),(183347,184234,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188303\";s:12:\"date_shipped\";s:10:\"1760400000\";s:11:\"tracking_id\";s:32:\"a34b51c4f586fa67d0eb9c1e1cc926db\";}}'),(183348,184234,'_edit_last','2'),(183349,184234,'_date_completed','1760473739'),(183350,184234,'_completed_date','2025-10-14 20:28:59'),(183351,184235,'_edit_lock','1760475752:2'),(183352,184235,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188358\";s:12:\"date_shipped\";s:10:\"1760400000\";s:11:\"tracking_id\";s:32:\"d4357a361bcb85c8975daeb0b4c632a2\";}}'),(183353,184235,'_edit_last','2'),(183354,184235,'_date_completed','1760475747'),(183355,184235,'_completed_date','2025-10-14 21:02:27'),(183356,184233,'_edit_lock','1760480108:2'),(183357,184233,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188325\";s:12:\"date_shipped\";s:10:\"1760400000\";s:11:\"tracking_id\";s:32:\"02a084df79ca6d5c471db63b2718cc7f\";}}'),(183358,184233,'_edit_last','2'),(183359,184233,'_date_completed','1760475776'),(183360,184233,'_completed_date','2025-10-14 21:02:56'),(183361,2113,'_eael_post_view_count','19'),(183364,184237,'_order_key','wc_order_tZ3BJ9KCUekOk'),(183365,184237,'_customer_user','60'),(183366,184237,'_payment_method','paypal'),(183367,184237,'_payment_method_title','PayPal'),(183368,184237,'_customer_ip_address','24.13.229.23'),(183369,184237,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(183370,184237,'_created_via','checkout'),(183371,184237,'_cart_hash','bf6de396a11ce1906fad4018ff21b6c8'),(183372,184237,'_download_permissions_granted','yes'),(183373,184237,'_recorded_sales','yes'),(183374,184237,'_recorded_coupon_usage_counts','yes'),(183375,184237,'_new_order_email_sent','true'),(183376,184237,'_order_stock_reduced','yes'),(183377,184237,'_billing_first_name','Jill'),(183378,184237,'_billing_last_name','Leshtz'),(183379,184237,'_billing_company','Lice clinics of America-North Shore'),(183380,184237,'_billing_address_1','1580 Lancelot Avenue'),(183381,184237,'_billing_city','Highland park'),(183382,184237,'_billing_state','IL'),(183383,184237,'_billing_postcode','60035'),(183384,184237,'_billing_country','US'),(183385,184237,'_billing_email','jleshtz@gmail.com'),(183386,184237,'_billing_phone','8473639001'),(183387,184237,'_shipping_first_name','Jennifer'),(183388,184237,'_shipping_last_name','Riback'),(183389,184237,'_shipping_company','Lice Clinics of America-North Shore'),(183390,184237,'_shipping_address_1','906 Kenton Rd.'),(183391,184237,'_shipping_city','Deerfield'),(183392,184237,'_shipping_state','IL'),(183393,184237,'_shipping_postcode','60015'),(183394,184237,'_shipping_country','US'),(183395,184237,'_order_currency','USD'),(183396,184237,'_cart_discount','0'),(183397,184237,'_cart_discount_tax','0'),(183398,184237,'_order_shipping','0'),(183399,184237,'_order_shipping_tax','0'),(183400,184237,'_order_tax','0'),(183401,184237,'_order_total','1460.40'),(183402,184237,'_order_version','10.2.2'),(183403,184237,'_prices_include_tax','no'),(183404,184237,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(183405,184237,'_shipping_address_index','Jennifer Riback Lice Clinics of America-North Shore 906 Kenton Rd.  Deerfield IL 60015 US '),(183406,184237,'is_vat_exempt','no'),(183407,184237,'_order_number','4020'),(183408,184237,'_multiple_shipping','yes'),(183409,184237,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:428.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1032;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1032;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:60;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60035\";s:4:\"city\";s:13:\"Highland park\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";}}}'),(183410,184237,'_shipping_addresses','a:108:{s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_1\";s:5:\"60015\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_2\";s:5:\"60015\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_3\";s:5:\"60015\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_4\";s:5:\"60015\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_5\";s:5:\"60015\";s:59:\"shipping_first_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:8:\"Jennifer\";s:58:\"shipping_last_name_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:6:\"Riback\";s:56:\"shipping_company_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"US\";s:58:\"shipping_address_1_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:0:\"\";s:53:\"shipping_city_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:9:\"Deerfield\";s:54:\"shipping_state_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:2:\"IL\";s:57:\"shipping_postcode_c3535febaff29fcb7c0d20cbe94391c7_2110_6\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_1\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_1\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_1\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_1\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_1\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_1\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_1\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_1\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_1\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_2\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_2\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_2\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_2\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_2\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_2\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_2\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_2\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_2\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_3\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_3\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_3\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_3\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_3\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_3\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_3\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_3\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_3\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_4\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_4\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_4\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_4\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_4\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_4\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_4\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_4\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_4\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_5\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_5\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_5\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_5\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_5\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_5\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_5\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_5\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_5\";s:5:\"60015\";s:59:\"shipping_first_name_01931a6925d3de09e5f87419d9d55055_2113_6\";s:8:\"Jennifer\";s:58:\"shipping_last_name_01931a6925d3de09e5f87419d9d55055_2113_6\";s:6:\"Riback\";s:56:\"shipping_company_01931a6925d3de09e5f87419d9d55055_2113_6\";s:35:\"Lice Clinics of America-North Shore\";s:56:\"shipping_country_01931a6925d3de09e5f87419d9d55055_2113_6\";s:2:\"US\";s:58:\"shipping_address_1_01931a6925d3de09e5f87419d9d55055_2113_6\";s:14:\"906 Kenton Rd.\";s:58:\"shipping_address_2_01931a6925d3de09e5f87419d9d55055_2113_6\";s:0:\"\";s:53:\"shipping_city_01931a6925d3de09e5f87419d9d55055_2113_6\";s:9:\"Deerfield\";s:54:\"shipping_state_01931a6925d3de09e5f87419d9d55055_2113_6\";s:2:\"IL\";s:57:\"shipping_postcode_01931a6925d3de09e5f87419d9d55055_2113_6\";s:5:\"60015\";}'),(183411,184237,'_wcms_packages','a:1:{i:0;a:4:{s:8:\"contents\";a:2:{s:32:\"8c9f3d866fbb11e51fc17d95906ac0cb\";a:15:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:428.39999999999992;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:428.39999999999992;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:11:\"package_idx\";s:32:\"c1a570a134bdde8c2aa4da9d617f33e9\";}s:32:\"a77d92af4a3e5c9d3b2f92125217b962\";a:15:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1032;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1032;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}s:8:\"cart_key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:11:\"package_idx\";s:32:\"c1a570a134bdde8c2aa4da9d617f33e9\";}}s:13:\"contents_cost\";d:1460.3999999999999;s:13:\"cart_subtotal\";d:1460.3999999999999;s:11:\"destination\";a:9:{s:10:\"first_name\";s:8:\"Jennifer\";s:9:\"last_name\";s:6:\"Riback\";s:7:\"company\";s:35:\"Lice Clinics of America-North Shore\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:14:\"906 Kenton Rd.\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:9:\"Deerfield\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60015\";}}}'),(183412,184237,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:22:\"advanced_free_shipping\";}}'),(183413,184237,'_shipping_rates','a:1:{i:0;a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}'),(183414,184237,'_wc_order_attribution_source_type','referral'),(183415,184237,'_wc_order_attribution_referrer','https://lcaportal.com/'),(183416,184237,'_wc_order_attribution_utm_source','lcaportal.com'),(183417,184237,'_wc_order_attribution_utm_medium','referral'),(183418,184237,'_wc_order_attribution_utm_content','/'),(183419,184237,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183420,184237,'_wc_order_attribution_session_start_time','2025-10-15 13:35:37'),(183421,184237,'_wc_order_attribution_session_pages','21'),(183422,184237,'_wc_order_attribution_session_count','3'),(183423,184237,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(183424,184237,'_wc_order_attribution_device_type','Desktop'),(183425,184238,'_order_key','wcms_order_shipment_0_tZ3BJ9KCUekOk'),(183426,184238,'_customer_user','60'),(183427,184238,'_created_via','Multi-Shipping'),(183428,184238,'_download_permissions_granted','yes'),(183429,184238,'_recorded_sales','yes'),(183430,184238,'_recorded_coupon_usage_counts','yes'),(183431,184238,'_new_order_email_sent','false'),(183432,184238,'_order_stock_reduced','yes'),(183433,184238,'_billing_email','jleshtz@gmail.com'),(183434,184238,'_order_currency','USD'),(183435,184238,'_cart_discount','0'),(183436,184238,'_cart_discount_tax','0'),(183437,184238,'_order_shipping','0'),(183438,184238,'_order_shipping_tax','0'),(183439,184238,'_order_tax','0'),(183440,184238,'_order_total','1460.40'),(183441,184238,'_order_version','10.2.2'),(183442,184238,'_prices_include_tax','no'),(183443,184238,'_billing_address_index','         info@liceclinicschicagosuburbs.com '),(183444,184238,'_shipping_address_index','Jennifer Riback Lice Clinics of America-North Shore 906 Kenton Rd.  Deerfield IL 60015 US '),(183445,184238,'_shipment_key','wc_shipment_68eff86a50624'),(183446,184238,'_order_number','4021'),(183447,184238,'_billing_first_name','Jill'),(183448,184238,'_billing_last_name','Leshtz'),(183449,184238,'_billing_company','Lice clinics of America-North Shore'),(183450,184238,'_billing_address_1','1580 Lancelot Avenue'),(183451,184238,'_billing_address_2',''),(183452,184238,'_billing_city','Highland park'),(183453,184238,'_billing_state','IL'),(183454,184238,'_billing_postcode','60035'),(183455,184238,'_billing_country','US'),(183456,184238,'_billing_phone','8473639001'),(183457,184238,'_payment_method','paypal'),(183458,184238,'_shipping_first_name','Jennifer'),(183459,184238,'_shipping_last_name','Riback'),(183460,184238,'_shipping_company','Lice Clinics of America-North Shore'),(183461,184238,'_shipping_address_1','906 Kenton Rd.'),(183462,184238,'_shipping_city','Deerfield'),(183463,184238,'_shipping_state','IL'),(183464,184238,'_shipping_postcode','60015'),(183465,184238,'_shipping_country','US'),(183466,184237,'_shipments_created','yes'),(183467,184237,'Payment type','instant'),(183468,184237,'_paypal_status','completed'),(183469,184237,'_transaction_id','5FK76249AN6823310'),(183470,184237,'PayPal Transaction Fee','51.46'),(183471,184237,'_date_paid','1760557209'),(183472,184237,'_paid_date','2025-10-15 19:40:09'),(183473,184238,'_date_paid','1760557210'),(183474,184238,'_paid_date','2025-10-15 19:40:10'),(183475,184239,'_order_key','wc_order_eLdnSLdUUnSnU'),(183476,184239,'_customer_user','87'),(183477,184239,'_payment_method','paypal'),(183478,184239,'_payment_method_title','PayPal'),(183479,184239,'_customer_ip_address','68.225.81.3'),(183480,184239,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183481,184239,'_created_via','checkout'),(183482,184239,'_cart_hash','58636dd8f3f85f9dade3c73b265627e1'),(183483,184239,'_download_permissions_granted','yes'),(183484,184239,'_recorded_sales','yes'),(183485,184239,'_recorded_coupon_usage_counts','yes'),(183486,184239,'_new_order_email_sent','true'),(183487,184239,'_order_stock_reduced','yes'),(183488,184239,'_billing_first_name','Wade'),(183489,184239,'_billing_last_name','Huntsman'),(183490,184239,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(183491,184239,'_billing_address_1','3421 E 21st'),(183492,184239,'_billing_city','Tulsa'),(183493,184239,'_billing_state','OK'),(183494,184239,'_billing_postcode','74114'),(183495,184239,'_billing_country','US'),(183496,184239,'_billing_email','info@liceclinicsmidsouth.com'),(183497,184239,'_billing_phone','9189783329'),(183498,184239,'_shipping_first_name','Logan'),(183499,184239,'_shipping_last_name','Futrell'),(183500,184239,'_shipping_address_1','203 Tricha Circle Unit B'),(183501,184239,'_shipping_city','Gravette'),(183502,184239,'_shipping_state','AR'),(183503,184239,'_shipping_postcode','72736'),(183504,184239,'_shipping_country','US'),(183505,184239,'_order_currency','USD'),(183506,184239,'_cart_discount','0'),(183507,184239,'_cart_discount_tax','0'),(183508,184239,'_order_shipping','0'),(183509,184239,'_order_shipping_tax','0'),(183510,184239,'_order_tax','0'),(183511,184239,'_order_total','766.60'),(183512,184239,'_order_version','10.2.2'),(183513,184239,'_prices_include_tax','no'),(183514,184239,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(183515,184239,'_shipping_address_index','Logan Futrell  203 Tricha Circle Unit B  Gravette AR 72736 US '),(183516,184239,'is_vat_exempt','no'),(183517,184239,'_order_number','4022'),(183518,184239,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72736\";s:4:\"city\";s:8:\"Gravette\";s:7:\"address\";s:24:\"203 Tricha Circle Unit B\";s:9:\"address_1\";s:24:\"203 Tricha Circle Unit B\";s:9:\"address_2\";s:0:\"\";}}}'),(183519,184239,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183520,184239,'_wc_order_attribution_source_type','typein'),(183521,184239,'_wc_order_attribution_utm_source','(direct)'),(183522,184239,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183523,184239,'_wc_order_attribution_session_start_time','2025-10-15 19:59:12'),(183524,184239,'_wc_order_attribution_session_pages','8'),(183525,184239,'_wc_order_attribution_session_count','1'),(183526,184239,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183527,184239,'_wc_order_attribution_device_type','Desktop'),(183528,184239,'Payment type','instant'),(183529,184239,'_paypal_status','completed'),(183530,184239,'_transaction_id','5LF50460DV841673G'),(183531,184239,'PayPal Transaction Fee','27.24'),(183532,184239,'_date_paid','1760558758'),(183533,184239,'_paid_date','2025-10-15 20:05:58'),(183534,184240,'_order_key','wc_order_dNfT2UiUR4OLh'),(183535,184240,'_customer_user','87'),(183536,184240,'_payment_method','paypal'),(183537,184240,'_payment_method_title','PayPal'),(183538,184240,'_customer_ip_address','68.225.81.3'),(183539,184240,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183540,184240,'_created_via','checkout'),(183541,184240,'_cart_hash','923bc3c0947b96765abda2b8c5262d40'),(183542,184240,'_download_permissions_granted','yes'),(183543,184240,'_recorded_sales','yes'),(183544,184240,'_recorded_coupon_usage_counts','yes'),(183545,184240,'_new_order_email_sent','true'),(183546,184240,'_order_stock_reduced','yes'),(183547,184240,'_billing_first_name','Wade'),(183548,184240,'_billing_last_name','Huntsman'),(183549,184240,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(183550,184240,'_billing_address_1','3421 E 21st'),(183551,184240,'_billing_city','Tulsa'),(183552,184240,'_billing_state','OK'),(183553,184240,'_billing_postcode','74114'),(183554,184240,'_billing_country','US'),(183555,184240,'_billing_email','info@liceclinicsmidsouth.com'),(183556,184240,'_billing_phone','9189783329'),(183557,184240,'_shipping_first_name','Wade'),(183558,184240,'_shipping_last_name','Huntsman'),(183559,184240,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(183560,184240,'_shipping_address_1','3421 E 21st'),(183561,184240,'_shipping_city','Tulsa'),(183562,184240,'_shipping_state','OK'),(183563,184240,'_shipping_postcode','74114'),(183564,184240,'_shipping_country','US'),(183565,184240,'_order_currency','USD'),(183566,184240,'_cart_discount','0'),(183567,184240,'_cart_discount_tax','0'),(183568,184240,'_order_shipping','0'),(183569,184240,'_order_shipping_tax','0'),(183570,184240,'_order_tax','0'),(183571,184240,'_order_total','575.75'),(183572,184240,'_order_version','10.2.2'),(183573,184240,'_prices_include_tax','no'),(183574,184240,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(183575,184240,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(183576,184240,'is_vat_exempt','no'),(183577,184240,'_order_number','4023'),(183578,184240,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"74114\";s:4:\"city\";s:5:\"Tulsa\";s:7:\"address\";s:11:\"3421 E 21st\";s:9:\"address_1\";s:11:\"3421 E 21st\";s:9:\"address_2\";s:0:\"\";}}}'),(183579,184240,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183580,184240,'_wc_order_attribution_source_type','typein'),(183581,184240,'_wc_order_attribution_utm_source','(direct)'),(183582,184240,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183583,184240,'_wc_order_attribution_session_start_time','2025-10-15 19:59:12'),(183584,184240,'_wc_order_attribution_session_pages','18'),(183585,184240,'_wc_order_attribution_session_count','2'),(183586,184240,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(183587,184240,'_wc_order_attribution_device_type','Desktop'),(183588,184240,'Payment type','instant'),(183589,184240,'_paypal_status','completed'),(183590,184240,'_transaction_id','5EV453936B0150134'),(183591,184240,'PayPal Transaction Fee','20.58'),(183592,184240,'_date_paid','1760561738'),(183593,184240,'_paid_date','2025-10-15 20:55:38'),(183594,184241,'_order_key','wc_order_wKSZCEP2QcxLQ'),(183595,184241,'_customer_user','8'),(183596,184241,'_payment_method','paypal'),(183597,184241,'_payment_method_title','PayPal'),(183598,184241,'_customer_ip_address','23.31.21.157'),(183599,184241,'_customer_user_agent','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'),(183600,184241,'_created_via','checkout'),(183601,184241,'_cart_hash','62e13d582062caebe7ff73c0b9c31b3e'),(183602,184241,'_download_permissions_granted','no'),(183603,184241,'_recorded_sales','no'),(183604,184241,'_recorded_coupon_usage_counts','no'),(183605,184241,'_new_order_email_sent','false'),(183606,184241,'_order_stock_reduced','no'),(183607,184241,'_billing_first_name','Amy'),(183608,184241,'_billing_last_name','Sharp'),(183609,184241,'_billing_company','Nit Wits'),(183610,184241,'_billing_address_1','6002 Sweetbay Dr'),(183611,184241,'_billing_city','Crestwood'),(183612,184241,'_billing_state','KY'),(183613,184241,'_billing_postcode','40014'),(183614,184241,'_billing_country','US'),(183615,184241,'_billing_email','asharp@ht-school.org'),(183616,184241,'_billing_phone','15023109281'),(183617,184241,'_shipping_first_name','Amy'),(183618,184241,'_shipping_last_name','Sharp'),(183619,184241,'_shipping_company','LCA Nit Wits'),(183620,184241,'_shipping_address_1','9302 New LaGrange Road'),(183621,184241,'_shipping_address_2','Unit H'),(183622,184241,'_shipping_city','Louisville'),(183623,184241,'_shipping_state','KY'),(183624,184241,'_shipping_postcode','40242'),(183625,184241,'_shipping_country','US'),(183626,184241,'_order_currency','USD'),(183627,184241,'_cart_discount','0'),(183628,184241,'_cart_discount_tax','0'),(183629,184241,'_order_shipping','15.75'),(183630,184241,'_order_shipping_tax','0'),(183631,184241,'_order_tax','0'),(183632,184241,'_order_total','236.95'),(183633,184241,'_order_version','10.2.2'),(183634,184241,'_prices_include_tax','no'),(183635,184241,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(183636,184241,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(183638,184241,'_order_number','4024'),(183639,184241,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:13:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:8;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40242\";s:4:\"city\";s:10:\"Louisville\";s:7:\"address\";s:22:\"9302 New LaGrange Road\";s:9:\"address_1\";s:22:\"9302 New LaGrange Road\";s:9:\"address_2\";s:6:\"Unit H\";}}}'),(183640,184241,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(183641,184241,'_wc_order_attribution_source_type','referral'),(183642,184241,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(183643,184241,'_wc_order_attribution_utm_source','lcaportal.com'),(183644,184241,'_wc_order_attribution_utm_medium','referral'),(183645,184241,'_wc_order_attribution_utm_content','/'),(183646,184241,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183647,184241,'_wc_order_attribution_session_start_time','2025-10-16 15:23:02'),(183648,184241,'_wc_order_attribution_session_pages','4'),(183649,184241,'_wc_order_attribution_session_count','1'),(183650,184241,'_wc_order_attribution_user_agent','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'),(183651,184241,'_wc_order_attribution_device_type','Desktop'),(183652,184241,'is_vat_exempt','no'),(183653,184242,'_order_key','wc_order_ZZCOw14pks5xD'),(183654,184242,'_customer_user','3'),(183655,184242,'_payment_method','paypal'),(183656,184242,'_payment_method_title','PayPal'),(183657,184242,'_customer_ip_address','99.22.146.124'),(183658,184242,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183659,184242,'_created_via','checkout'),(183660,184242,'_cart_hash','b9776dfc6b67378daaf882382627e049'),(183661,184242,'_download_permissions_granted','yes'),(183662,184242,'_recorded_sales','yes'),(183663,184242,'_recorded_coupon_usage_counts','yes'),(183664,184242,'_new_order_email_sent','true'),(183665,184242,'_order_stock_reduced','yes'),(183666,184242,'_billing_first_name','amanda'),(183667,184242,'_billing_last_name','westerman'),(183668,184242,'_billing_company','Lice Clinics of America Dallas'),(183669,184242,'_billing_address_1','3120 HUDSON XING'),(183670,184242,'_billing_address_2','Suite A2'),(183671,184242,'_billing_city','MCKINNEY'),(183672,184242,'_billing_state','TX'),(183673,184242,'_billing_postcode','75070'),(183674,184242,'_billing_country','US'),(183675,184242,'_billing_email','awesterman1103@gmail.com'),(183676,184242,'_billing_phone','12144175741'),(183677,184242,'_shipping_first_name','amanda'),(183678,184242,'_shipping_last_name','westerman'),(183679,184242,'_shipping_company','Lice Clinics of America Addison'),(183680,184242,'_shipping_address_1','1709 Damian Way'),(183681,184242,'_shipping_city','MCKINNEY'),(183682,184242,'_shipping_state','TX'),(183683,184242,'_shipping_postcode','75070'),(183684,184242,'_shipping_country','US'),(183685,184242,'_order_currency','USD'),(183686,184242,'_cart_discount','0'),(183687,184242,'_cart_discount_tax','0'),(183688,184242,'_order_shipping','0'),(183689,184242,'_order_shipping_tax','0'),(183690,184242,'_order_tax','0'),(183691,184242,'_order_total','878.70'),(183692,184242,'_order_version','10.2.2'),(183693,184242,'_prices_include_tax','no'),(183694,184242,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(183695,184242,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  MCKINNEY TX 75070 US '),(183696,184242,'is_vat_exempt','no'),(183697,184242,'_order_number','4025'),(183698,184242,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:205.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:205.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(183699,184242,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183700,184242,'_wc_order_attribution_source_type','referral'),(183701,184242,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(183702,184242,'_wc_order_attribution_utm_source','lcaportal.com'),(183703,184242,'_wc_order_attribution_utm_medium','referral'),(183704,184242,'_wc_order_attribution_utm_content','/'),(183705,184242,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183706,184242,'_wc_order_attribution_session_start_time','2025-10-10 17:06:58'),(183707,184242,'_wc_order_attribution_session_pages','4'),(183708,184242,'_wc_order_attribution_session_count','5'),(183709,184242,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183710,184242,'_wc_order_attribution_device_type','Desktop'),(183711,184242,'Payment type','instant'),(183712,184242,'_paypal_status','completed'),(183713,184242,'_transaction_id','8WD38668JT062472J'),(183714,184242,'PayPal Transaction Fee','31.16'),(183715,184242,'_date_paid','1760637041'),(183716,184242,'_paid_date','2025-10-16 17:50:41'),(183717,184243,'_order_key','wc_order_SKFuSzgOShJmP'),(183718,184243,'_customer_user','6'),(183719,184243,'_payment_method','paypal'),(183720,184243,'_payment_method_title','PayPal'),(183721,184243,'_customer_ip_address','73.220.233.56'),(183722,184243,'_customer_user_agent','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'),(183723,184243,'_created_via','checkout'),(183724,184243,'_cart_hash','2a07652216240d1b7a400f5ed0ee0991'),(183725,184243,'_download_permissions_granted','yes'),(183726,184243,'_recorded_sales','yes'),(183727,184243,'_recorded_coupon_usage_counts','yes'),(183728,184243,'_new_order_email_sent','true'),(183729,184243,'_order_stock_reduced','yes'),(183730,184243,'_billing_first_name','Amira'),(183731,184243,'_billing_last_name','Purto'),(183732,184243,'_billing_address_1','2520 Chandon Circle'),(183733,184243,'_billing_city','Modesto'),(183734,184243,'_billing_state','CA'),(183735,184243,'_billing_postcode','95355'),(183736,184243,'_billing_country','US'),(183737,184243,'_billing_email','amira77@sbcglobal.net'),(183738,184243,'_billing_phone','2096422061'),(183739,184243,'_shipping_first_name','Amira'),(183740,184243,'_shipping_last_name','Purto'),(183741,184243,'_shipping_address_1','2520 Chandon Circle'),(183742,184243,'_shipping_city','Modesto'),(183743,184243,'_shipping_state','CA'),(183744,184243,'_shipping_postcode','95355'),(183745,184243,'_shipping_country','US'),(183746,184243,'_order_currency','USD'),(183747,184243,'_cart_discount','0'),(183748,184243,'_cart_discount_tax','0'),(183749,184243,'_order_shipping','0'),(183750,184243,'_order_shipping_tax','0'),(183751,184243,'_order_tax','0'),(183752,184243,'_order_total','1048.05'),(183753,184243,'_order_version','10.2.2'),(183754,184243,'_prices_include_tax','no'),(183755,184243,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(183756,184243,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(183757,184243,'is_vat_exempt','no'),(183758,184243,'_order_number','4026'),(183759,184243,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:340;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:340;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"03cf87174debaccd689c90c34577b82f\";a:13:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:6;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:4:\"city\";s:7:\"Modesto\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";}}}'),(183760,184243,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183761,184243,'_wc_order_attribution_source_type','typein'),(183762,184243,'_wc_order_attribution_utm_source','(direct)'),(183763,184243,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183764,184243,'_wc_order_attribution_session_start_time','2025-09-29 04:15:58'),(183765,184243,'_wc_order_attribution_session_pages','4'),(183766,184243,'_wc_order_attribution_session_count','5'),(183767,184243,'_wc_order_attribution_user_agent','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'),(183768,184243,'_wc_order_attribution_device_type','Desktop'),(183769,184243,'Payment type','instant'),(183770,184243,'_paypal_status','completed'),(183771,184243,'_transaction_id','5LX12862KF635763K'),(183772,184243,'PayPal Transaction Fee','37.07'),(183773,184243,'_date_paid','1760721951'),(183774,184243,'_paid_date','2025-10-17 17:25:51'),(183775,184244,'_order_key','wc_order_kpvF6bLjArTBX'),(183776,184244,'_customer_user','4'),(183777,184244,'_payment_method','paypal'),(183778,184244,'_payment_method_title','PayPal'),(183779,184244,'_customer_ip_address','73.20.28.23'),(183780,184244,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183781,184244,'_created_via','checkout'),(183782,184244,'_cart_hash','518dda6da86c00da8e6fbe6da5527c21'),(183783,184244,'_download_permissions_granted','yes'),(183784,184244,'_recorded_sales','yes'),(183785,184244,'_recorded_coupon_usage_counts','yes'),(183786,184244,'_new_order_email_sent','true'),(183787,184244,'_order_stock_reduced','yes'),(183788,184244,'_billing_first_name','Courtney'),(183789,184244,'_billing_last_name','Callahan'),(183790,184244,'_billing_company','Larada Sciences (LCA)'),(183791,184244,'_billing_address_1','4873 South State St.'),(183792,184244,'_billing_city','Murray'),(183793,184244,'_billing_state','UT'),(183794,184244,'_billing_postcode','84107'),(183795,184244,'_billing_country','US'),(183796,184244,'_billing_email','courtney@slc.liceclinicsofamerica.com'),(183797,184244,'_billing_phone','8019197428'),(183798,184244,'_shipping_first_name','Courtney'),(183799,184244,'_shipping_last_name','Callahan'),(183800,184244,'_shipping_company','Larada Sciences (LCA)'),(183801,184244,'_shipping_address_1','4873 South State St.'),(183802,184244,'_shipping_city','Murray'),(183803,184244,'_shipping_state','UT'),(183804,184244,'_shipping_postcode','84107'),(183805,184244,'_shipping_country','US'),(183806,184244,'_order_currency','USD'),(183807,184244,'_cart_discount','0'),(183808,184244,'_cart_discount_tax','0'),(183809,184244,'_order_shipping','0'),(183810,184244,'_order_shipping_tax','0'),(183811,184244,'_order_tax','0'),(183812,184244,'_order_total','1101.20'),(183813,184244,'_order_version','10.2.2'),(183814,184244,'_prices_include_tax','no'),(183815,184244,'_billing_address_index','Courtney Callahan Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US courtney@slc.liceclinicsofamerica.com 8019197428'),(183816,184244,'_shipping_address_index','Courtney Callahan Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(183817,184244,'is_vat_exempt','no'),(183818,184244,'_order_number','4027'),(183819,184244,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:7;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:4;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84107\";s:4:\"city\";s:6:\"Murray\";s:7:\"address\";s:20:\"4873 South State St.\";s:9:\"address_1\";s:20:\"4873 South State St.\";s:9:\"address_2\";s:0:\"\";}}}'),(183820,184244,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183821,184244,'_wc_order_attribution_source_type','referral'),(183822,184244,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(183823,184244,'_wc_order_attribution_utm_source','lcaportal.com'),(183824,184244,'_wc_order_attribution_utm_medium','referral'),(183825,184244,'_wc_order_attribution_utm_content','/'),(183826,184244,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183827,184244,'_wc_order_attribution_session_start_time','2025-10-17 17:46:27'),(183828,184244,'_wc_order_attribution_session_pages','4'),(183829,184244,'_wc_order_attribution_session_count','2'),(183830,184244,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(183831,184244,'_wc_order_attribution_device_type','Desktop'),(183832,184244,'Payment type','instant'),(183833,184244,'_paypal_status','completed'),(183834,184244,'_transaction_id','759818981N326643J'),(183835,184244,'PayPal Transaction Fee','38.92'),(183836,184244,'_date_paid','1760726366'),(183837,184244,'_paid_date','2025-10-17 18:39:26'),(183838,184245,'_order_key','wc_order_W1gEfXsIuRZx6'),(183839,184245,'_customer_user','5'),(183840,184245,'_payment_method','paypal'),(183841,184245,'_payment_method_title','PayPal'),(183842,184245,'_customer_ip_address','71.237.182.213'),(183843,184245,'_customer_user_agent','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'),(183844,184245,'_created_via','checkout'),(183845,184245,'_cart_hash','6a04009238305509f28f3ea8859f6f36'),(183846,184245,'_download_permissions_granted','yes'),(183847,184245,'_recorded_sales','yes'),(183848,184245,'_recorded_coupon_usage_counts','yes'),(183849,184245,'_new_order_email_sent','true'),(183850,184245,'_order_stock_reduced','yes'),(183851,184245,'_billing_first_name','Mark'),(183852,184245,'_billing_last_name','Meyer'),(183853,184245,'_billing_company','lice clinics of america- portland'),(183854,184245,'_billing_address_1','5201 SW Westgate Dr suite 106'),(183855,184245,'_billing_address_2','Suite 106'),(183856,184245,'_billing_city','portland'),(183857,184245,'_billing_state','OR'),(183858,184245,'_billing_postcode','97221'),(183859,184245,'_billing_country','US'),(183860,184245,'_billing_email','noemi.and.mark@nwliceclinics.com'),(183861,184245,'_billing_phone','15038012848'),(183862,184245,'_shipping_first_name','Mark'),(183863,184245,'_shipping_last_name','Meyer'),(183864,184245,'_shipping_company','lice clinics of america- portland'),(183865,184245,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(183866,184245,'_shipping_address_2','Suite 106'),(183867,184245,'_shipping_city','portland'),(183868,184245,'_shipping_state','OR'),(183869,184245,'_shipping_postcode','97221'),(183870,184245,'_shipping_country','US'),(183871,184245,'_order_currency','USD'),(183872,184245,'_cart_discount','0'),(183873,184245,'_cart_discount_tax','0'),(183874,184245,'_order_shipping','0'),(183875,184245,'_order_shipping_tax','0'),(183876,184245,'_order_tax','0'),(183877,184245,'_order_total','2852.40'),(183878,184245,'_order_version','10.2.2'),(183879,184245,'_prices_include_tax','no'),(183880,184245,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(183881,184245,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(183882,184245,'is_vat_exempt','no'),(183883,184245,'_order_number','4028'),(183884,184245,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:28;s:35:\"product_level_based_on_tax_settings\";d:28;s:10:\"cart_level\";d:0;s:5:\"total\";d:28;s:27:\"total_based_on_tax_settings\";d:28;}}'),(183885,184245,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:357;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:357;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:510;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:510;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:360;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:360;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:125.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:125.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:40;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:784;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:784;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:40;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:372;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:372;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:5;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:4:\"city\";s:8:\"portland\";s:7:\"address\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_2\";s:9:\"Suite 106\";}}}'),(183886,184245,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(183887,184245,'_wc_order_attribution_source_type','referral'),(183888,184245,'_wc_order_attribution_referrer','https://lcaportal.com/'),(183889,184245,'_wc_order_attribution_utm_source','lcaportal.com'),(183890,184245,'_wc_order_attribution_utm_medium','referral'),(183891,184245,'_wc_order_attribution_utm_content','/'),(183892,184245,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183893,184245,'_wc_order_attribution_session_start_time','2025-10-17 22:44:25'),(183894,184245,'_wc_order_attribution_session_pages','10'),(183895,184245,'_wc_order_attribution_session_count','1'),(183896,184245,'_wc_order_attribution_user_agent','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'),(183897,184245,'_wc_order_attribution_device_type','Desktop'),(183898,184245,'Payment type','instant'),(183899,184245,'_paypal_status','completed'),(183900,184245,'_transaction_id','7KX29066MU0745925'),(183901,184245,'PayPal Transaction Fee','100.04'),(183902,184245,'_date_paid','1760741702'),(183903,184245,'_paid_date','2025-10-17 22:55:02'),(183904,38,'_eael_post_view_count','5'),(183906,184246,'_order_key','wc_order_53kIIllPPURI2'),(183907,184246,'_customer_user','8'),(183908,184246,'_payment_method','paypal'),(183909,184246,'_payment_method_title','PayPal'),(183910,184246,'_customer_ip_address','12.198.118.122'),(183911,184246,'_customer_user_agent','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'),(183912,184246,'_created_via','checkout'),(183913,184246,'_cart_hash','62e13d582062caebe7ff73c0b9c31b3e'),(183914,184246,'_download_permissions_granted','yes'),(183915,184246,'_recorded_sales','yes'),(183916,184246,'_recorded_coupon_usage_counts','yes'),(183917,184246,'_new_order_email_sent','true'),(183918,184246,'_order_stock_reduced','yes'),(183919,184246,'_billing_first_name','Amy'),(183920,184246,'_billing_last_name','Sharp'),(183921,184246,'_billing_company','Nit Wits'),(183922,184246,'_billing_address_1','6002 Sweetbay Dr'),(183923,184246,'_billing_city','Crestwood'),(183924,184246,'_billing_state','KY'),(183925,184246,'_billing_postcode','40014'),(183926,184246,'_billing_country','US'),(183927,184246,'_billing_email','asharp@ht-school.org'),(183928,184246,'_billing_phone','15023109281'),(183929,184246,'_shipping_first_name','Amy'),(183930,184246,'_shipping_last_name','Sharp'),(183931,184246,'_shipping_company','LCA Nit Wits'),(183932,184246,'_shipping_address_1','9302 New LaGrange Road'),(183933,184246,'_shipping_address_2','Unit H'),(183934,184246,'_shipping_city','Louisville'),(183935,184246,'_shipping_state','KY'),(183936,184246,'_shipping_postcode','40242'),(183937,184246,'_shipping_country','US'),(183938,184246,'_order_currency','USD'),(183939,184246,'_cart_discount','0'),(183940,184246,'_cart_discount_tax','0'),(183941,184246,'_order_shipping','15.75'),(183942,184246,'_order_shipping_tax','0'),(183943,184246,'_order_tax','0'),(183944,184246,'_order_total','236.95'),(183945,184246,'_order_version','10.2.2'),(183946,184246,'_prices_include_tax','no'),(183947,184246,'_billing_address_index','Amy Sharp Nit Wits 6002 Sweetbay Dr  Crestwood KY 40014 US asharp@ht-school.org 15023109281'),(183948,184246,'_shipping_address_index','Amy Sharp LCA Nit Wits 9302 New LaGrange Road Unit H Louisville KY 40242 US '),(183949,184246,'is_vat_exempt','no'),(183950,184246,'_order_number','4029'),(183951,184246,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:13:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:8;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40242\";s:4:\"city\";s:10:\"Louisville\";s:7:\"address\";s:22:\"9302 New LaGrange Road\";s:9:\"address_1\";s:22:\"9302 New LaGrange Road\";s:9:\"address_2\";s:6:\"Unit H\";}}}'),(183952,184246,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(183953,184246,'_wc_order_attribution_source_type','referral'),(183954,184246,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(183955,184246,'_wc_order_attribution_utm_source','lcaportal.com'),(183956,184246,'_wc_order_attribution_utm_medium','referral'),(183957,184246,'_wc_order_attribution_utm_content','/'),(183958,184246,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(183959,184246,'_wc_order_attribution_session_start_time','2025-10-20 12:56:28'),(183960,184246,'_wc_order_attribution_session_pages','4'),(183961,184246,'_wc_order_attribution_session_count','2'),(183962,184246,'_wc_order_attribution_user_agent','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'),(183963,184246,'_wc_order_attribution_device_type','Desktop'),(183964,184246,'Payment type','instant'),(183965,184246,'_paypal_status','completed'),(183966,184246,'_transaction_id','0W812116EF9763818'),(183967,184246,'PayPal Transaction Fee','8.76'),(183968,184246,'_date_paid','1760965061'),(183969,184246,'_paid_date','2025-10-20 12:57:41'),(183970,184236,'_edit_lock','1760992170:2'),(183971,184236,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188370\";s:12:\"date_shipped\";s:10:\"1760918400\";s:11:\"tracking_id\";s:32:\"a10b4bd8450bdd14c6b2bcaa3abcc2c0\";}}'),(183972,184236,'_edit_last','2'),(183973,184236,'_date_completed','1760992165'),(183974,184236,'_completed_date','2025-10-20 20:29:25'),(183975,184237,'_edit_lock','1760993642:2'),(183976,184237,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188531\";s:12:\"date_shipped\";s:10:\"1760918400\";s:11:\"tracking_id\";s:32:\"198366c9d2c38e493993ccb24cecef5a\";}}'),(183977,184237,'_edit_last','2'),(183978,184237,'_order_tax','0'),(183979,184237,'_date_completed','1760993758'),(183980,184237,'_completed_date','2025-10-20 20:55:58'),(183981,184238,'_date_completed','1760993758'),(183982,184238,'_completed_date','2025-10-20 20:55:58'),(183983,184243,'_edit_lock','1760993747:2'),(183984,184243,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188884\";s:12:\"date_shipped\";s:10:\"1760918400\";s:11:\"tracking_id\";s:32:\"50abedf5f6c7d73216a9f305022eee20\";}}'),(183985,184243,'_edit_last','2'),(183986,184243,'_date_completed','1760993843'),(183987,184243,'_completed_date','2025-10-20 20:57:23'),(183988,184245,'_edit_lock','1760994009:2'),(183989,184245,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189001\";s:12:\"date_shipped\";s:10:\"1760918400\";s:11:\"tracking_id\";s:32:\"706a38c71702c332e3a86ac8f86ad16f\";}}'),(183990,184245,'_edit_last','2'),(183991,184245,'_date_completed','1760993997'),(183992,184245,'_completed_date','2025-10-20 20:59:57'),(183993,184246,'_edit_lock','1760994263:2'),(183994,184246,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189090\";s:12:\"date_shipped\";s:10:\"1760918400\";s:11:\"tracking_id\";s:32:\"520a65f14bd69bc4d18248a7d8b96ff0\";}}'),(183995,184246,'_edit_last','2'),(183996,184246,'_date_completed','1760994377'),(183997,184246,'_completed_date','2025-10-20 21:06:17'),(183998,184249,'_order_key','wc_order_JKsqupn4y8OcG'),(183999,184249,'_customer_user','3'),(184000,184249,'_payment_method','paypal'),(184001,184249,'_payment_method_title','PayPal'),(184002,184249,'_customer_ip_address','99.22.146.124'),(184003,184249,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184004,184249,'_created_via','checkout'),(184005,184249,'_cart_hash','1bbac3a37517b28c83a0f24dba635a4c'),(184006,184249,'_download_permissions_granted','yes'),(184007,184249,'_recorded_sales','yes'),(184008,184249,'_recorded_coupon_usage_counts','yes'),(184009,184249,'_new_order_email_sent','true'),(184010,184249,'_order_stock_reduced','yes'),(184011,184249,'_billing_first_name','amanda'),(184012,184249,'_billing_last_name','westerman'),(184013,184249,'_billing_company','Lice Clinics of America Dallas'),(184014,184249,'_billing_address_1','3120 HUDSON XING'),(184015,184249,'_billing_address_2','Suite A2'),(184016,184249,'_billing_city','MCKINNEY'),(184017,184249,'_billing_state','TX'),(184018,184249,'_billing_postcode','75070'),(184019,184249,'_billing_country','US'),(184020,184249,'_billing_email','awesterman1103@gmail.com'),(184021,184249,'_billing_phone','12144175741'),(184022,184249,'_shipping_first_name','amanda'),(184023,184249,'_shipping_last_name','westerman'),(184024,184249,'_shipping_company','Lice Clinics of America Addison'),(184025,184249,'_shipping_address_1','1709 Damian Way'),(184026,184249,'_shipping_city','Richardson'),(184027,184249,'_shipping_state','TX'),(184028,184249,'_shipping_postcode','75081'),(184029,184249,'_shipping_country','US'),(184030,184249,'_order_currency','USD'),(184031,184249,'_cart_discount','0'),(184032,184249,'_cart_discount_tax','0'),(184033,184249,'_order_shipping','0'),(184034,184249,'_order_shipping_tax','0'),(184035,184249,'_order_tax','0'),(184036,184249,'_order_total','1019.10'),(184037,184249,'_order_version','10.3.3'),(184038,184249,'_prices_include_tax','no'),(184039,184249,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(184040,184249,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 1709 Damian Way  Richardson TX 75081 US '),(184041,184249,'is_vat_exempt','no'),(184042,184249,'_order_number','4030'),(184043,184249,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:13:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75081\";s:4:\"city\";s:10:\"Richardson\";s:7:\"address\";s:15:\"1709 Damian Way\";s:9:\"address_1\";s:15:\"1709 Damian Way\";s:9:\"address_2\";s:0:\"\";}}}'),(184044,184249,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184045,184249,'_wc_order_attribution_source_type','typein'),(184046,184249,'_wc_order_attribution_utm_source','(direct)'),(184047,184249,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184048,184249,'_wc_order_attribution_session_start_time','2025-10-21 12:49:55'),(184049,184249,'_wc_order_attribution_session_pages','10'),(184050,184249,'_wc_order_attribution_session_count','1'),(184051,184249,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184052,184249,'_wc_order_attribution_device_type','Desktop'),(184053,184249,'Payment type','instant'),(184054,184249,'_paypal_status','completed'),(184055,184249,'_transaction_id','4TL4510284537123B'),(184056,184249,'PayPal Transaction Fee','36.06'),(184057,184249,'_date_paid','1761051320'),(184058,184249,'_paid_date','2025-10-21 12:55:20'),(184059,135,'_eael_post_view_count','2'),(184061,184250,'_order_key','wc_order_j2FU1ssdVrS5b'),(184062,184250,'_customer_user','3'),(184063,184250,'_payment_method','paypal'),(184064,184250,'_payment_method_title','PayPal'),(184065,184250,'_customer_ip_address','99.22.146.124'),(184066,184250,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184067,184250,'_created_via','checkout'),(184068,184250,'_cart_hash','5c69a45b161059d353b3f2d1d41c3e64'),(184069,184250,'_download_permissions_granted','yes'),(184070,184250,'_recorded_sales','yes'),(184071,184250,'_recorded_coupon_usage_counts','yes'),(184072,184250,'_new_order_email_sent','true'),(184073,184250,'_order_stock_reduced','yes'),(184074,184250,'_billing_first_name','amanda'),(184075,184250,'_billing_last_name','westerman'),(184076,184250,'_billing_company','Lice Clinics of America Dallas'),(184077,184250,'_billing_address_1','3120 HUDSON XING'),(184078,184250,'_billing_address_2','Suite A2'),(184079,184250,'_billing_city','MCKINNEY'),(184080,184250,'_billing_state','TX'),(184081,184250,'_billing_postcode','75070'),(184082,184250,'_billing_country','US'),(184083,184250,'_billing_email','awesterman1103@gmail.com'),(184084,184250,'_billing_phone','12144175741'),(184085,184250,'_shipping_first_name','amanda'),(184086,184250,'_shipping_last_name','westerman'),(184087,184250,'_shipping_company','Lice Clinics of America Addison'),(184088,184250,'_shipping_address_1','522 Edmonds Ln'),(184089,184250,'_shipping_address_2','Suite 102'),(184090,184250,'_shipping_city','Lewisville'),(184091,184250,'_shipping_state','TX'),(184092,184250,'_shipping_postcode','75067'),(184093,184250,'_shipping_country','US'),(184094,184250,'_order_currency','USD'),(184095,184250,'_cart_discount','0'),(184096,184250,'_cart_discount_tax','0'),(184097,184250,'_order_shipping','0'),(184098,184250,'_order_shipping_tax','0'),(184099,184250,'_order_tax','0'),(184100,184250,'_order_total','988.35'),(184101,184250,'_order_version','10.2.2'),(184102,184250,'_prices_include_tax','no'),(184103,184250,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(184104,184250,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 522 Edmonds Ln Suite 102 Lewisville TX 75067 US '),(184105,184250,'is_vat_exempt','no'),(184106,184250,'_order_number','4031'),(184107,184250,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:205.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:205.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75067\";s:4:\"city\";s:10:\"Lewisville\";s:7:\"address\";s:14:\"522 Edmonds Ln\";s:9:\"address_1\";s:14:\"522 Edmonds Ln\";s:9:\"address_2\";s:9:\"Suite 102\";}}}'),(184108,184250,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184109,184250,'_wc_order_attribution_source_type','typein'),(184110,184250,'_wc_order_attribution_utm_source','(direct)'),(184111,184250,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184112,184250,'_wc_order_attribution_session_start_time','2025-10-21 12:49:55'),(184113,184250,'_wc_order_attribution_session_pages','6'),(184114,184250,'_wc_order_attribution_session_count','2'),(184115,184250,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184116,184250,'_wc_order_attribution_device_type','Desktop'),(184117,184250,'Payment type','instant'),(184118,184250,'_paypal_status','completed'),(184119,184250,'_transaction_id','2XK2237548944924L'),(184120,184250,'PayPal Transaction Fee','34.98'),(184121,184250,'_date_paid','1761064264'),(184122,184250,'_paid_date','2025-10-21 16:31:04'),(184123,184239,'_edit_lock','1761067030:2'),(184124,184240,'_edit_lock','1761067103:2'),(184125,184242,'_edit_lock','1761067027:2'),(184126,184244,'_edit_lock','1761067171:2'),(184127,184239,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188623\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"32772d68c65d4f3a93e63beeed389c04\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188634\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"d6a597d9ab7c0f92d3664be49d89a542\";}}'),(184128,184239,'_edit_last','2'),(184129,184239,'_date_completed','1761067025'),(184130,184239,'_completed_date','2025-10-21 17:17:05'),(184131,184240,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188656\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"6170a0a9987d8c61433afd889293fcd8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188667\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"1bc3cabfd879f968600fc287e238e955\";}}'),(184132,184240,'_edit_last','2'),(184133,184240,'_date_completed','1761067098'),(184134,184240,'_completed_date','2025-10-21 17:18:18'),(184135,184242,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188748\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"d13a1b843c954ec83e86f88a5fce472a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188759\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"109c07734f8ea2f8ce8e2bb69e26264f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188760\";s:12:\"date_shipped\";s:10:\"1760572800\";s:11:\"tracking_id\";s:32:\"53c2f59d2c599b859b776389750999c3\";}}'),(184136,184242,'_edit_last','2'),(184137,184242,'_date_completed','1761067135'),(184138,184242,'_completed_date','2025-10-21 17:18:55'),(184139,184244,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188954\";s:12:\"date_shipped\";s:10:\"1760659200\";s:11:\"tracking_id\";s:32:\"f807a5334f514ed9824b7d6736d86027\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800188965\";s:12:\"date_shipped\";s:10:\"1760659200\";s:11:\"tracking_id\";s:32:\"8e820dff595808c9c35c98c0cd003754\";}}'),(184140,184244,'_edit_last','2'),(184141,184244,'_date_completed','1761067165'),(184142,184244,'_completed_date','2025-10-21 17:19:25'),(184143,184251,'_order_key','wc_order_Jg1sqIxfmRBz7'),(184144,184251,'_customer_user','82'),(184145,184251,'_payment_method','paypal'),(184146,184251,'_payment_method_title','PayPal'),(184147,184251,'_customer_ip_address','138.88.2.171'),(184148,184251,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(184149,184251,'_created_via','checkout'),(184150,184251,'_cart_hash','3a0d1717192970009092db5c4960ed50'),(184151,184251,'_download_permissions_granted','yes'),(184152,184251,'_recorded_sales','yes'),(184153,184251,'_recorded_coupon_usage_counts','yes'),(184154,184251,'_new_order_email_sent','true'),(184155,184251,'_order_stock_reduced','yes'),(184156,184251,'_billing_first_name','Sonny'),(184157,184251,'_billing_last_name','Le'),(184158,184251,'_billing_address_1','10710 Viognier Ter'),(184159,184251,'_billing_city','Fairfax'),(184160,184251,'_billing_state','VA'),(184161,184251,'_billing_postcode','22030'),(184162,184251,'_billing_country','US'),(184163,184251,'_billing_email','sonnynguyenle@gmail.com'),(184164,184251,'_billing_phone','5712057863'),(184165,184251,'_shipping_first_name','Sonny'),(184166,184251,'_shipping_last_name','Le'),(184167,184251,'_shipping_address_1','10710 Viognier Ter'),(184168,184251,'_shipping_city','Fairfax'),(184169,184251,'_shipping_state','VA'),(184170,184251,'_shipping_postcode','22030'),(184171,184251,'_shipping_country','US'),(184172,184251,'_order_currency','USD'),(184173,184251,'_cart_discount','0'),(184174,184251,'_cart_discount_tax','0'),(184175,184251,'_order_shipping','0'),(184176,184251,'_order_shipping_tax','0'),(184177,184251,'_order_tax','0'),(184178,184251,'_order_total','3531.21'),(184179,184251,'_order_version','10.3.3'),(184180,184251,'_prices_include_tax','no'),(184181,184251,'_billing_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US sonnynguyenle@gmail.com 5712057863'),(184182,184251,'_shipping_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US '),(184183,184251,'is_vat_exempt','no'),(184184,184251,'_order_number','4032'),(184185,184251,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:265.79000000000002;s:35:\"product_level_based_on_tax_settings\";d:265.79000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:265.79000000000002;s:27:\"total_based_on_tax_settings\";d:265.79000000000002;}}'),(184186,184251,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:996.02999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:996.02999999999997;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:15;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1279.6800000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1279.6800000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:15;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1255.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1255.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:15;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:82;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"VA\";s:8:\"postcode\";s:5:\"22030\";s:4:\"city\";s:7:\"Fairfax\";s:7:\"address\";s:18:\"10710 Viognier Ter\";s:9:\"address_1\";s:18:\"10710 Viognier Ter\";s:9:\"address_2\";s:0:\"\";}}}'),(184187,184251,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184188,184251,'_wc_order_attribution_source_type','typein'),(184189,184251,'_wc_order_attribution_utm_source','(direct)'),(184190,184251,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184191,184251,'_wc_order_attribution_session_start_time','2025-10-22 01:15:00'),(184192,184251,'_wc_order_attribution_session_pages','13'),(184193,184251,'_wc_order_attribution_session_count','1'),(184194,184251,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(184195,184251,'_wc_order_attribution_device_type','Desktop'),(184196,184251,'Payment type','instant'),(184197,184251,'_paypal_status','completed'),(184198,184251,'_transaction_id','7WS26344RE6542234'),(184199,184251,'PayPal Transaction Fee','123.73'),(184200,184251,'_date_paid','1761096740'),(184201,184251,'_paid_date','2025-10-22 01:32:20'),(184202,184252,'_order_key','wc_order_jVxtPXsvAPAUU'),(184203,184252,'_customer_user','65'),(184204,184252,'_payment_method','paypal'),(184205,184252,'_payment_method_title','PayPal'),(184206,184252,'_customer_ip_address','76.106.234.193'),(184207,184252,'_customer_user_agent','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'),(184208,184252,'_created_via','checkout'),(184209,184252,'_cart_hash','a4b58ff179108a599001620a438cda61'),(184210,184252,'_download_permissions_granted','yes'),(184211,184252,'_recorded_sales','yes'),(184212,184252,'_recorded_coupon_usage_counts','yes'),(184213,184252,'_new_order_email_sent','true'),(184214,184252,'_order_stock_reduced','yes'),(184215,184252,'_billing_first_name','Mandy'),(184216,184252,'_billing_last_name','Ottesen'),(184217,184252,'_billing_company','Fresh Heads'),(184218,184252,'_billing_address_1','175 Dahlia Falls Drive'),(184219,184252,'_billing_city','St Johns'),(184220,184252,'_billing_state','FL'),(184221,184252,'_billing_postcode','32259'),(184222,184252,'_billing_country','US'),(184223,184252,'_billing_email','mandy@freshheadsliceremoval.com'),(184224,184252,'_billing_phone','9042353157'),(184225,184252,'_shipping_first_name','Mandy'),(184226,184252,'_shipping_last_name','Ottesen'),(184227,184252,'_shipping_address_1','13241 Bartram Park Blvd'),(184228,184252,'_shipping_address_2','1801'),(184229,184252,'_shipping_city','Jacksonville'),(184230,184252,'_shipping_state','FL'),(184231,184252,'_shipping_postcode','32258'),(184232,184252,'_shipping_country','US'),(184233,184252,'_order_currency','USD'),(184234,184252,'_cart_discount','0'),(184235,184252,'_cart_discount_tax','0'),(184236,184252,'_order_shipping','0'),(184237,184252,'_order_shipping_tax','0'),(184238,184252,'_order_tax','0'),(184239,184252,'_order_total','940.80'),(184240,184252,'_order_version','10.3.3'),(184241,184252,'_prices_include_tax','no'),(184242,184252,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(184243,184252,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(184244,184252,'is_vat_exempt','no'),(184245,184252,'_order_number','4033'),(184246,184252,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:512.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:512.39999999999998;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:7;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:428.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:428.39999999999998;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:65;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32258\";s:4:\"city\";s:12:\"Jacksonville\";s:7:\"address\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_1\";s:23:\"13241 Bartram Park Blvd\";s:9:\"address_2\";s:4:\"1801\";}}}'),(184247,184252,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184248,184252,'_wc_order_attribution_source_type','typein'),(184249,184252,'_wc_order_attribution_utm_source','(direct)'),(184250,184252,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184251,184252,'_wc_order_attribution_session_start_time','2025-10-22 19:00:37'),(184252,184252,'_wc_order_attribution_session_pages','4'),(184253,184252,'_wc_order_attribution_session_count','1'),(184254,184252,'_wc_order_attribution_user_agent','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'),(184255,184252,'_wc_order_attribution_device_type','Desktop'),(184256,184252,'Payment type','instant'),(184257,184252,'_paypal_status','completed'),(184258,184252,'_transaction_id','6VG59595VK744971A'),(184259,184252,'PayPal Transaction Fee','33.32'),(184260,184252,'_date_paid','1761159845'),(184261,184252,'_paid_date','2025-10-22 19:04:05'),(184262,184253,'_order_key','wc_order_myIVqyGsVApAM'),(184263,184253,'_customer_user','105'),(184264,184253,'_payment_method','paypal'),(184265,184253,'_payment_method_title','PayPal'),(184266,184253,'_customer_ip_address','24.96.23.20'),(184267,184253,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(184268,184253,'_created_via','checkout'),(184269,184253,'_cart_hash','c30b4cbf3b082e0035c968e6e5f1c77b'),(184270,184253,'_download_permissions_granted','yes'),(184271,184253,'_recorded_sales','yes'),(184272,184253,'_recorded_coupon_usage_counts','yes'),(184273,184253,'_new_order_email_sent','true'),(184274,184253,'_order_stock_reduced','yes'),(184275,184253,'_billing_first_name','Joseph'),(184276,184253,'_billing_last_name','West'),(184277,184253,'_billing_company','MAJESTIC PEACOCK LLC'),(184278,184253,'_billing_address_1','615 Crofton Park Ln'),(184279,184253,'_billing_city','Franklin'),(184280,184253,'_billing_state','TN'),(184281,184253,'_billing_postcode','37069'),(184282,184253,'_billing_country','US'),(184283,184253,'_billing_email','info@nashville.liceclinicsofamerica.com'),(184284,184253,'_billing_phone','8042184232'),(184285,184253,'_shipping_first_name','Joseph'),(184286,184253,'_shipping_last_name','West'),(184287,184253,'_shipping_company','LCA - Williamson County'),(184288,184253,'_shipping_address_1','330 Mallory Station Rd'),(184289,184253,'_shipping_address_2','F17'),(184290,184253,'_shipping_city','Franklin'),(184291,184253,'_shipping_state','TN'),(184292,184253,'_shipping_postcode','37067'),(184293,184253,'_shipping_country','US'),(184294,184253,'_order_currency','USD'),(184295,184253,'_cart_discount','0'),(184296,184253,'_cart_discount_tax','0'),(184297,184253,'_order_shipping','0'),(184298,184253,'_order_shipping_tax','0'),(184299,184253,'_order_tax','0'),(184300,184253,'_order_total','1446.20'),(184301,184253,'_order_version','10.2.2'),(184302,184253,'_prices_include_tax','no'),(184303,184253,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(184304,184253,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(184305,184253,'is_vat_exempt','no'),(184306,184253,'_order_number','4034'),(184307,184253,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:510;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:510;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:105;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TN\";s:8:\"postcode\";s:5:\"37067\";s:4:\"city\";s:8:\"Franklin\";s:7:\"address\";s:22:\"330 Mallory Station Rd\";s:9:\"address_1\";s:22:\"330 Mallory Station Rd\";s:9:\"address_2\";s:3:\"F17\";}}}'),(184308,184253,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184309,184253,'_wc_order_attribution_source_type','referral'),(184310,184253,'_wc_order_attribution_referrer','https://lcaportal.com/'),(184311,184253,'_wc_order_attribution_utm_source','lcaportal.com'),(184312,184253,'_wc_order_attribution_utm_medium','referral'),(184313,184253,'_wc_order_attribution_utm_content','/'),(184314,184253,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184315,184253,'_wc_order_attribution_session_start_time','2025-10-23 17:42:00'),(184316,184253,'_wc_order_attribution_session_pages','8'),(184317,184253,'_wc_order_attribution_session_count','1'),(184318,184253,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(184319,184253,'_wc_order_attribution_device_type','Desktop'),(184320,184253,'Payment type','instant'),(184321,184253,'_paypal_status','completed'),(184322,184253,'_transaction_id','3P7719125J786132S'),(184323,184253,'PayPal Transaction Fee','50.96'),(184324,184253,'_date_paid','1761242147'),(184325,184253,'_paid_date','2025-10-23 17:55:47'),(184326,2400,'_eael_post_view_count','5'),(184328,184254,'_order_key','wc_order_NnqxOwb8VNYRD'),(184329,184254,'_customer_user','76'),(184330,184254,'_payment_method','paypal'),(184331,184254,'_payment_method_title','PayPal'),(184332,184254,'_customer_ip_address','66.31.192.192'),(184333,184254,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184334,184254,'_created_via','checkout'),(184335,184254,'_cart_hash','06fcd20ed300d9a30e521e836f860182'),(184336,184254,'_download_permissions_granted','yes'),(184337,184254,'_recorded_sales','yes'),(184338,184254,'_recorded_coupon_usage_counts','yes'),(184339,184254,'_new_order_email_sent','true'),(184340,184254,'_order_stock_reduced','yes'),(184341,184254,'_billing_first_name','Naomi'),(184342,184254,'_billing_last_name','Golden'),(184343,184254,'_billing_address_1','31 Mann Ave'),(184344,184254,'_billing_city','Needham'),(184345,184254,'_billing_state','MA'),(184346,184254,'_billing_postcode','02492'),(184347,184254,'_billing_country','US'),(184348,184254,'_billing_email','nrgolden6486@gmail.com'),(184349,184254,'_billing_phone','6178511322'),(184350,184254,'_shipping_first_name','Naomi'),(184351,184254,'_shipping_last_name','Golden'),(184352,184254,'_shipping_company','Lice Aunties'),(184353,184254,'_shipping_address_1','3 Baldwin Green Common'),(184354,184254,'_shipping_address_2','Suite 310'),(184355,184254,'_shipping_city','Woburn'),(184356,184254,'_shipping_state','MA'),(184357,184254,'_shipping_postcode','01801'),(184358,184254,'_shipping_country','US'),(184359,184254,'_order_currency','USD'),(184360,184254,'_cart_discount','0'),(184361,184254,'_cart_discount_tax','0'),(184362,184254,'_order_shipping','0'),(184363,184254,'_order_shipping_tax','0'),(184364,184254,'_order_tax','0'),(184365,184254,'_order_total','559.60'),(184366,184254,'_order_version','10.3.3'),(184367,184254,'_prices_include_tax','no'),(184368,184254,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(184369,184254,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(184371,184254,'_order_number','4035'),(184372,184254,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:274;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:274;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}}}'),(184373,184254,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184374,184254,'_wc_order_attribution_source_type','typein'),(184375,184254,'_wc_order_attribution_utm_source','(direct)'),(184376,184254,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184377,184254,'_wc_order_attribution_session_start_time','2025-10-24 19:00:04'),(184378,184254,'_wc_order_attribution_session_pages','13'),(184379,184254,'_wc_order_attribution_session_count','1'),(184380,184254,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184381,184254,'_wc_order_attribution_device_type','Desktop'),(184382,184254,'is_vat_exempt','no'),(184383,184254,'Payment type','instant'),(184384,184254,'_paypal_status','completed'),(184385,184254,'_transaction_id','8XA33092P74935826'),(184386,184254,'PayPal Transaction Fee','20.02'),(184387,184254,'_date_paid','1761332965'),(184388,184254,'_paid_date','2025-10-24 19:09:25'),(184389,120,'_eael_post_view_count','6'),(184391,184255,'_order_key','wc_order_JtbiqdYxMyGEt'),(184392,184255,'_customer_user','21'),(184393,184255,'_payment_method','paypal'),(184394,184255,'_payment_method_title','PayPal'),(184395,184255,'_customer_ip_address','50.27.164.146'),(184396,184255,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Avast/140.0.0.0'),(184397,184255,'_created_via','checkout'),(184398,184255,'_cart_hash','02d194b034a99041c5127b7da4d87875'),(184399,184255,'_download_permissions_granted','yes'),(184400,184255,'_recorded_sales','yes'),(184401,184255,'_recorded_coupon_usage_counts','yes'),(184402,184255,'_new_order_email_sent','true'),(184403,184255,'_order_stock_reduced','yes'),(184404,184255,'_billing_first_name','LCA'),(184405,184255,'_billing_last_name','Arkansas'),(184406,184255,'_billing_company','LCA - Central Arkansas'),(184407,184255,'_billing_address_1','1011 N. 2nd St., Ste. D'),(184408,184255,'_billing_city','Cabot'),(184409,184255,'_billing_state','AR'),(184410,184255,'_billing_postcode','72023'),(184411,184255,'_billing_country','US'),(184412,184255,'_billing_email','liceclinicslittlerock@gmail.com'),(184413,184255,'_billing_phone','15014249396'),(184414,184255,'_shipping_first_name','LCA'),(184415,184255,'_shipping_last_name','Arkansas'),(184416,184255,'_shipping_company','LCA - Central Arkansas'),(184417,184255,'_shipping_address_1','1011 N. 2nd St., Ste. D'),(184418,184255,'_shipping_city','Cabot'),(184419,184255,'_shipping_state','AR'),(184420,184255,'_shipping_postcode','72023'),(184421,184255,'_shipping_country','US'),(184422,184255,'_order_currency','USD'),(184423,184255,'_cart_discount','0'),(184424,184255,'_cart_discount_tax','0'),(184425,184255,'_order_shipping','0'),(184426,184255,'_order_shipping_tax','0'),(184427,184255,'_order_tax','0'),(184428,184255,'_order_total','730.55'),(184429,184255,'_order_version','10.2.2'),(184430,184255,'_prices_include_tax','no'),(184431,184255,'_billing_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US liceclinicslittlerock@gmail.com 15014249396'),(184432,184255,'_shipping_address_index','LCA Arkansas LCA - Central Arkansas 1011 N. 2nd St., Ste. D  Cabot AR 72023 US '),(184433,184255,'is_vat_exempt','no'),(184434,184255,'_order_number','4036'),(184435,184255,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:13:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3476;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:21;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72023\";s:4:\"city\";s:5:\"Cabot\";s:7:\"address\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_1\";s:23:\"1011 N. 2nd St., Ste. D\";s:9:\"address_2\";s:0:\"\";}}}'),(184436,184255,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184437,184255,'_wc_order_attribution_source_type','referral'),(184438,184255,'_wc_order_attribution_referrer','https://lcaportal.com/'),(184439,184255,'_wc_order_attribution_utm_source','lcaportal.com'),(184440,184255,'_wc_order_attribution_utm_medium','referral'),(184441,184255,'_wc_order_attribution_utm_content','/'),(184442,184255,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184443,184255,'_wc_order_attribution_session_start_time','2025-10-27 15:45:57'),(184444,184255,'_wc_order_attribution_session_pages','4'),(184445,184255,'_wc_order_attribution_session_count','1'),(184446,184255,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36 Avast/140.0.0.0'),(184447,184255,'_wc_order_attribution_device_type','Desktop'),(184448,184255,'Payment type','instant'),(184449,184255,'_paypal_status','completed'),(184450,184255,'_transaction_id','49S83374WP558325K'),(184451,184255,'PayPal Transaction Fee','25.99'),(184452,184255,'_date_paid','1761580225'),(184453,184255,'_paid_date','2025-10-27 15:50:25'),(184454,184256,'_order_key','wc_order_Vj9S5clInmJag'),(184455,184256,'_customer_user','29'),(184456,184256,'_payment_method','paypal'),(184457,184256,'_payment_method_title','PayPal'),(184458,184256,'_customer_ip_address','172.226.195.2'),(184459,184256,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(184460,184256,'_created_via','checkout'),(184461,184256,'_cart_hash','7c779b7f7a02f821c0ba9d5cb58a6054'),(184462,184256,'_download_permissions_granted','yes'),(184463,184256,'_recorded_sales','yes'),(184464,184256,'_recorded_coupon_usage_counts','yes'),(184465,184256,'_new_order_email_sent','true'),(184466,184256,'_order_stock_reduced','yes'),(184467,184256,'_billing_first_name','Nicole'),(184468,184256,'_billing_last_name','Reilly'),(184469,184256,'_billing_address_1','5460 Richie Ct'),(184470,184256,'_billing_city','Pipersville'),(184471,184256,'_billing_state','PA'),(184472,184256,'_billing_postcode','18947'),(184473,184256,'_billing_country','US'),(184474,184256,'_billing_email','info@liceclinicslansdale.com'),(184475,184256,'_billing_phone','2156941408'),(184476,184256,'_shipping_first_name','Nicole'),(184477,184256,'_shipping_last_name','Reilly'),(184478,184256,'_shipping_company','LCA Lansdale'),(184479,184256,'_shipping_address_1','2131 North Broad Street'),(184480,184256,'_shipping_address_2','Suite 101'),(184481,184256,'_shipping_city','Lansdale'),(184482,184256,'_shipping_state','PA'),(184483,184256,'_shipping_postcode','19446'),(184484,184256,'_shipping_country','US'),(184485,184256,'_order_currency','USD'),(184486,184256,'_cart_discount','0'),(184487,184256,'_cart_discount_tax','0'),(184488,184256,'_order_shipping','19.73'),(184489,184256,'_order_shipping_tax','0'),(184490,184256,'_order_tax','0'),(184491,184256,'_order_total','299.58'),(184492,184256,'_order_version','10.3.3'),(184493,184256,'_prices_include_tax','no'),(184494,184256,'_billing_address_index','Nicole Reilly  5460 Richie Ct  Pipersville PA 18947 US info@liceclinicslansdale.com 2156941408'),(184495,184256,'_shipping_address_index','Nicole Reilly LCA Lansdale 2131 North Broad Street Suite 101 Lansdale PA 19446 US '),(184496,184256,'is_vat_exempt','no'),(184497,184256,'_order_number','4037'),(184498,184256,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:29;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"19446\";s:4:\"city\";s:8:\"Lansdale\";s:7:\"address\";s:23:\"2131 North Broad Street\";s:9:\"address_1\";s:23:\"2131 North Broad Street\";s:9:\"address_2\";s:9:\"Suite 101\";}}}'),(184499,184256,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(184500,184256,'_wc_order_attribution_source_type','referral'),(184501,184256,'_wc_order_attribution_referrer','https://lcaportal.com/'),(184502,184256,'_wc_order_attribution_utm_source','lcaportal.com'),(184503,184256,'_wc_order_attribution_utm_medium','referral'),(184504,184256,'_wc_order_attribution_utm_content','/'),(184505,184256,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184506,184256,'_wc_order_attribution_session_start_time','2025-10-27 21:57:09'),(184507,184256,'_wc_order_attribution_session_pages','8'),(184508,184256,'_wc_order_attribution_session_count','1'),(184509,184256,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1'),(184510,184256,'_wc_order_attribution_device_type','Mobile'),(184511,184256,'Payment type','instant'),(184512,184256,'_paypal_status','completed'),(184513,184256,'_transaction_id','06A044534N300613C'),(184514,184256,'PayPal Transaction Fee','10.95'),(184515,184256,'_date_paid','1761602836'),(184516,184256,'_paid_date','2025-10-27 22:07:16'),(184519,184258,'_start_date','2025-11-18 00:00:00'),(184521,184258,'_end_date',''),(184523,184250,'_edit_lock','1761663996:2'),(184524,184250,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189516\";s:12:\"date_shipped\";s:10:\"1761004800\";s:11:\"tracking_id\";s:32:\"890e89b60c508e67e655f0b456cff8ec\";}}'),(184525,184250,'_edit_last','2'),(184526,184250,'_date_completed','1761664121'),(184527,184250,'_completed_date','2025-10-28 15:08:41'),(184528,184253,'_edit_lock','1761664060:2'),(184529,184253,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189994\";s:12:\"date_shipped\";s:10:\"1761177600\";s:11:\"tracking_id\";s:32:\"6901bc820c16f8fd5e25d3f79ef824fb\";}}'),(184530,184253,'_edit_last','2'),(184531,184253,'_date_completed','1761664179'),(184532,184253,'_completed_date','2025-10-28 15:09:39'),(184533,184255,'_edit_lock','1761664456:2'),(184534,184255,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190336\";s:12:\"date_shipped\";s:10:\"1761523200\";s:11:\"tracking_id\";s:32:\"cecd5e0f9e6678a5ac6a9d6df95ee6c9\";}}'),(184535,184255,'_edit_last','2'),(184536,184255,'_date_completed','1761664451'),(184537,184255,'_completed_date','2025-10-28 15:14:11'),(184573,184256,'_edit_lock','1761673941:2'),(184574,184254,'_edit_lock','1761673758:2'),(184575,184252,'_edit_lock','1761673784:2'),(184576,184251,'_edit_lock','1761673825:2'),(184577,184256,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190391\";s:12:\"date_shipped\";s:10:\"1761609600\";s:11:\"tracking_id\";s:32:\"9ffd2624e47504ae317214ca41bb248d\";}}'),(184578,184256,'_edit_last','2'),(184579,184249,'_edit_lock','1761674020:2'),(184580,184254,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190130\";s:12:\"date_shipped\";s:10:\"1761264000\";s:11:\"tracking_id\";s:32:\"769e0b7b99e73057fe6f8cc924e9e1ef\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190120\";s:12:\"date_shipped\";s:10:\"1761264000\";s:11:\"tracking_id\";s:32:\"940b8bcf921ebe3367eea8ea68651dbc\";}}'),(184581,184254,'_edit_last','2'),(184582,184254,'_date_completed','1761673876'),(184583,184254,'_completed_date','2025-10-28 17:51:16'),(184584,184252,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189880\";s:12:\"date_shipped\";s:10:\"1761091200\";s:11:\"tracking_id\";s:32:\"5ebe3bd7270083a739e494d6c1d8b462\";}}'),(184585,184252,'_edit_last','2'),(184586,184252,'_date_completed','1761673923'),(184587,184252,'_completed_date','2025-10-28 17:52:03'),(184588,184251,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189652\";s:12:\"date_shipped\";s:10:\"1761091200\";s:11:\"tracking_id\";s:32:\"95732720625897ffaa1747a7acd0e7e3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189663\";s:12:\"date_shipped\";s:10:\"1761091200\";s:11:\"tracking_id\";s:32:\"a4f7ac7d96fbc28dd37bc46560e9ebde\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189674\";s:12:\"date_shipped\";s:10:\"1761091200\";s:11:\"tracking_id\";s:32:\"ab13a87b18eca095725da38834ef289b\";}}'),(184589,184251,'_edit_last','2'),(184590,184251,'_date_completed','1761673965'),(184591,184251,'_completed_date','2025-10-28 17:52:45'),(184592,184249,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189457\";s:12:\"date_shipped\";s:10:\"1761004800\";s:11:\"tracking_id\";s:32:\"1725d4a939322e9da315f66d04084001\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189468\";s:12:\"date_shipped\";s:10:\"1761004800\";s:11:\"tracking_id\";s:32:\"a5f141ef77c94ef0a3c60a208bd59f8d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189479\";s:12:\"date_shipped\";s:10:\"1761004800\";s:11:\"tracking_id\";s:32:\"7fb47512513e9966acd48f1842b866d2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800189480\";s:12:\"date_shipped\";s:10:\"1761004800\";s:11:\"tracking_id\";s:32:\"ead9fdf3965c5ba6232da21be2ad5bd2\";}}'),(184593,184249,'_edit_last','2'),(184594,184249,'_date_completed','1761674016'),(184595,184249,'_completed_date','2025-10-28 17:53:36'),(184596,184256,'_date_completed','1761674082'),(184597,184256,'_completed_date','2025-10-28 17:54:42'),(184602,184260,'_order_key','wc_order_lEkpude8qtgEn'),(184603,184260,'_customer_user','76'),(184604,184260,'_payment_method','paypal'),(184605,184260,'_payment_method_title','PayPal'),(184606,184260,'_customer_ip_address','66.31.192.192'),(184607,184260,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184608,184260,'_created_via','checkout'),(184609,184260,'_cart_hash','0ca14bfd56bb176fb33e4c8e57e24900'),(184610,184260,'_download_permissions_granted','yes'),(184611,184260,'_recorded_sales','yes'),(184612,184260,'_recorded_coupon_usage_counts','yes'),(184613,184260,'_new_order_email_sent','true'),(184614,184260,'_order_stock_reduced','yes'),(184615,184260,'_billing_first_name','Naomi'),(184616,184260,'_billing_last_name','Golden'),(184617,184260,'_billing_address_1','31 Mann Ave'),(184618,184260,'_billing_city','Needham'),(184619,184260,'_billing_state','MA'),(184620,184260,'_billing_postcode','02492'),(184621,184260,'_billing_country','US'),(184622,184260,'_billing_email','nrgolden6486@gmail.com'),(184623,184260,'_billing_phone','6178511322'),(184624,184260,'_shipping_first_name','Naomi'),(184625,184260,'_shipping_last_name','Golden'),(184626,184260,'_shipping_company','Lice Aunties'),(184627,184260,'_shipping_address_1','3 Baldwin Green Common'),(184628,184260,'_shipping_address_2','Suite 310'),(184629,184260,'_shipping_city','Woburn'),(184630,184260,'_shipping_state','MA'),(184631,184260,'_shipping_postcode','01801'),(184632,184260,'_shipping_country','US'),(184633,184260,'_order_currency','USD'),(184634,184260,'_cart_discount','0'),(184635,184260,'_cart_discount_tax','0'),(184636,184260,'_order_shipping','0'),(184637,184260,'_order_shipping_tax','0'),(184638,184260,'_order_tax','0'),(184639,184260,'_order_total','565.50'),(184640,184260,'_order_version','10.3.3'),(184641,184260,'_prices_include_tax','no'),(184642,184260,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(184643,184260,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(184644,184260,'is_vat_exempt','no'),(184645,184260,'_order_number','4038'),(184646,184260,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"01801\";s:4:\"city\";s:6:\"Woburn\";s:7:\"address\";s:22:\"3 Baldwin Green Common\";s:9:\"address_1\";s:22:\"3 Baldwin Green Common\";s:9:\"address_2\";s:9:\"Suite 310\";}}}'),(184647,184260,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184648,184260,'_wc_order_attribution_source_type','typein'),(184649,184260,'_wc_order_attribution_utm_source','(direct)'),(184650,184260,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184651,184260,'_wc_order_attribution_session_start_time','2025-10-27 17:36:11'),(184652,184260,'_wc_order_attribution_session_pages','6'),(184653,184260,'_wc_order_attribution_session_count','3'),(184654,184260,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184655,184260,'_wc_order_attribution_device_type','Desktop'),(184656,184260,'Payment type','instant'),(184657,184260,'_paypal_status','completed'),(184658,184260,'_transaction_id','8UP01868CT7151219'),(184659,184260,'PayPal Transaction Fee','20.23'),(184660,184260,'_date_paid','1761686088'),(184661,184260,'_paid_date','2025-10-28 21:14:48'),(184662,184261,'_order_key','wc_order_ZfT0ZlBWeTNyG'),(184663,184261,'_customer_user','76'),(184664,184261,'_payment_method','paypal'),(184665,184261,'_payment_method_title','PayPal'),(184666,184261,'_customer_ip_address','66.31.192.192'),(184667,184261,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184668,184261,'_created_via','checkout'),(184669,184261,'_cart_hash','cbcac126a61faea912474d271aa93ab8'),(184670,184261,'_download_permissions_granted','yes'),(184671,184261,'_recorded_sales','yes'),(184672,184261,'_recorded_coupon_usage_counts','yes'),(184673,184261,'_new_order_email_sent','true'),(184674,184261,'_order_stock_reduced','yes'),(184675,184261,'_billing_first_name','Naomi'),(184676,184261,'_billing_last_name','Golden'),(184677,184261,'_billing_address_1','31 Mann Ave'),(184678,184261,'_billing_city','Needham'),(184679,184261,'_billing_state','MA'),(184680,184261,'_billing_postcode','02492'),(184681,184261,'_billing_country','US'),(184682,184261,'_billing_email','nrgolden6486@gmail.com'),(184683,184261,'_billing_phone','6178511322'),(184684,184261,'_shipping_first_name','Naomi'),(184685,184261,'_shipping_last_name','Golden'),(184686,184261,'_shipping_company','Lice Clinics of America'),(184687,184261,'_shipping_address_1','111 Center Street'),(184688,184261,'_shipping_city','Middleborough'),(184689,184261,'_shipping_state','MA'),(184690,184261,'_shipping_postcode','02346'),(184691,184261,'_shipping_country','US'),(184692,184261,'_order_currency','USD'),(184693,184261,'_cart_discount','0'),(184694,184261,'_cart_discount_tax','0'),(184695,184261,'_order_shipping','0'),(184696,184261,'_order_shipping_tax','0'),(184697,184261,'_order_tax','0'),(184698,184261,'_order_total','675.40'),(184699,184261,'_order_version','10.3.3'),(184700,184261,'_prices_include_tax','no'),(184701,184261,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(184702,184261,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street  Middleborough MA 02346 US '),(184703,184261,'is_vat_exempt','no'),(184704,184261,'_order_number','4039'),(184705,184261,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:276;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02346\";s:4:\"city\";s:13:\"Middleborough\";s:7:\"address\";s:17:\"111 Center Street\";s:9:\"address_1\";s:17:\"111 Center Street\";s:9:\"address_2\";s:0:\"\";}}}'),(184706,184261,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184707,184261,'_wc_order_attribution_source_type','typein'),(184708,184261,'_wc_order_attribution_utm_source','(direct)'),(184709,184261,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184710,184261,'_wc_order_attribution_session_start_time','2025-10-27 17:36:11'),(184711,184261,'_wc_order_attribution_session_pages','10'),(184712,184261,'_wc_order_attribution_session_count','3'),(184713,184261,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184714,184261,'_wc_order_attribution_device_type','Desktop'),(184715,184261,'Payment type','instant'),(184716,184261,'_paypal_status','completed'),(184717,184261,'_transaction_id','1T4774495U782640B'),(184718,184261,'PayPal Transaction Fee','24.06'),(184719,184261,'_date_paid','1761686245'),(184720,184261,'_paid_date','2025-10-28 21:17:25'),(184721,184262,'_order_key','wc_order_ZbEZHY1K3k9l7'),(184722,184262,'_customer_user','20'),(184723,184262,'_payment_method','paypal'),(184724,184262,'_payment_method_title','PayPal'),(184725,184262,'_customer_ip_address','172.116.123.146'),(184726,184262,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(184727,184262,'_created_via','checkout'),(184728,184262,'_cart_hash','720e1213525ca079f807cb66c457f0da'),(184729,184262,'_download_permissions_granted','no'),(184730,184262,'_recorded_sales','no'),(184731,184262,'_recorded_coupon_usage_counts','no'),(184732,184262,'_new_order_email_sent','false'),(184733,184262,'_order_stock_reduced','no'),(184734,184262,'_billing_first_name','Hasani'),(184735,184262,'_billing_last_name','Thompson'),(184736,184262,'_billing_company','Heat in Hair'),(184737,184262,'_billing_address_1','12840 Riverside Dr'),(184738,184262,'_billing_address_2','1D'),(184739,184262,'_billing_city','North Hollywood'),(184740,184262,'_billing_state','CA'),(184741,184262,'_billing_postcode','91607'),(184742,184262,'_billing_country','US'),(184743,184262,'_billing_email','info@liceclinicssantaclarita.com'),(184744,184262,'_billing_phone','6615850263'),(184745,184262,'_shipping_first_name','Hasani'),(184746,184262,'_shipping_last_name','Thompson'),(184747,184262,'_shipping_company','Heat in Hair'),(184748,184262,'_shipping_address_1','5145 Nightsky pl'),(184749,184262,'_shipping_city','5145 nightsky pl'),(184750,184262,'_shipping_state','CA'),(184751,184262,'_shipping_postcode','93552'),(184752,184262,'_shipping_country','US'),(184753,184262,'_order_currency','USD'),(184754,184262,'_cart_discount','0'),(184755,184262,'_cart_discount_tax','0'),(184756,184262,'_order_shipping','0'),(184757,184262,'_order_shipping_tax','0'),(184758,184262,'_order_tax','0'),(184759,184262,'_order_total','682.90'),(184760,184262,'_order_version','10.3.3'),(184761,184262,'_prices_include_tax','no'),(184762,184262,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(184763,184262,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(184764,184262,'is_vat_exempt','no'),(184765,184262,'_order_number','4040'),(184766,184262,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}}}'),(184767,184262,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184768,184262,'_wc_order_attribution_source_type','referral'),(184769,184262,'_wc_order_attribution_referrer','https://lcaportal.com/'),(184770,184262,'_wc_order_attribution_utm_source','lcaportal.com'),(184771,184262,'_wc_order_attribution_utm_medium','referral'),(184772,184262,'_wc_order_attribution_utm_content','/'),(184773,184262,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184774,184262,'_wc_order_attribution_session_start_time','2025-10-29 04:01:25'),(184775,184262,'_wc_order_attribution_session_pages','6'),(184776,184262,'_wc_order_attribution_session_count','11'),(184777,184262,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(184778,184262,'_wc_order_attribution_device_type','Desktop'),(184779,184263,'_order_key','wc_order_VqGjTbCbuXHfb'),(184780,184263,'_customer_user','20'),(184781,184263,'_payment_method','paypal'),(184782,184263,'_payment_method_title','PayPal'),(184783,184263,'_customer_ip_address','172.116.123.146'),(184784,184263,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(184785,184263,'_created_via','checkout'),(184786,184263,'_cart_hash','720e1213525ca079f807cb66c457f0da'),(184787,184263,'_download_permissions_granted','yes'),(184788,184263,'_recorded_sales','yes'),(184789,184263,'_recorded_coupon_usage_counts','yes'),(184790,184263,'_new_order_email_sent','true'),(184791,184263,'_order_stock_reduced','yes'),(184792,184263,'_billing_first_name','Hasani'),(184793,184263,'_billing_last_name','Thompson'),(184794,184263,'_billing_company','Heat in Hair'),(184795,184263,'_billing_address_1','12840 Riverside Dr'),(184796,184263,'_billing_address_2','1D'),(184797,184263,'_billing_city','North Hollywood'),(184798,184263,'_billing_state','CA'),(184799,184263,'_billing_postcode','91607'),(184800,184263,'_billing_country','US'),(184801,184263,'_billing_email','info@liceclinicssantaclarita.com'),(184802,184263,'_billing_phone','6615850263'),(184803,184263,'_shipping_first_name','Hasani'),(184804,184263,'_shipping_last_name','Thompson'),(184805,184263,'_shipping_company','Heat in Hair'),(184806,184263,'_shipping_address_1','5145 Nightsky pl'),(184807,184263,'_shipping_city','5145 nightsky pl'),(184808,184263,'_shipping_state','CA'),(184809,184263,'_shipping_postcode','93552'),(184810,184263,'_shipping_country','US'),(184811,184263,'_order_currency','USD'),(184812,184263,'_cart_discount','0'),(184813,184263,'_cart_discount_tax','0'),(184814,184263,'_order_shipping','0'),(184815,184263,'_order_shipping_tax','0'),(184816,184263,'_order_tax','0'),(184817,184263,'_order_total','682.90'),(184818,184263,'_order_version','10.3.3'),(184819,184263,'_prices_include_tax','no'),(184820,184263,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(184821,184263,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(184822,184263,'is_vat_exempt','no'),(184823,184263,'_order_number','4041'),(184824,184263,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:20;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"93552\";s:4:\"city\";s:16:\"5145 nightsky pl\";s:7:\"address\";s:16:\"5145 Nightsky pl\";s:9:\"address_1\";s:16:\"5145 Nightsky pl\";s:9:\"address_2\";s:0:\"\";}}}'),(184825,184263,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184826,184263,'_wc_order_attribution_source_type','referral'),(184827,184263,'_wc_order_attribution_referrer','https://lcaportal.com/'),(184828,184263,'_wc_order_attribution_utm_source','lcaportal.com'),(184829,184263,'_wc_order_attribution_utm_medium','referral'),(184830,184263,'_wc_order_attribution_utm_content','/'),(184831,184263,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184832,184263,'_wc_order_attribution_session_start_time','2025-10-29 04:01:25'),(184833,184263,'_wc_order_attribution_session_pages','8'),(184834,184263,'_wc_order_attribution_session_count','11'),(184835,184263,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(184836,184263,'_wc_order_attribution_device_type','Desktop'),(184837,184263,'Payment type','instant'),(184838,184263,'_paypal_status','completed'),(184839,184263,'_transaction_id','7BW89197HN1927833'),(184840,184263,'PayPal Transaction Fee','24.32'),(184841,184263,'_date_paid','1761710848'),(184842,184263,'_paid_date','2025-10-29 04:07:28'),(184843,184260,'_edit_lock','1761754904:2'),(184844,184261,'_edit_lock','1761754682:2'),(184845,184263,'_edit_lock','1761782606:2'),(184846,184261,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190829\";s:12:\"date_shipped\";s:10:\"1761696000\";s:11:\"tracking_id\";s:32:\"4cd176a162a5e955bbe87b98513aed70\";}}'),(184847,184261,'_edit_last','2'),(184848,184261,'_date_completed','1761754808'),(184849,184261,'_completed_date','2025-10-29 16:20:08'),(184850,184260,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190807\";s:12:\"date_shipped\";s:10:\"1761696000\";s:11:\"tracking_id\";s:32:\"01d196b2dfcb2c9aa6cfc3aac39a8276\";}}'),(184851,184260,'_edit_last','2'),(184852,184260,'_date_completed','1761754890'),(184853,184260,'_completed_date','2025-10-29 16:21:30'),(184854,184263,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800190862\";s:12:\"date_shipped\";s:10:\"1761782400\";s:11:\"tracking_id\";s:32:\"39f6c1e5f5830ad39a7d868f63defff5\";}}'),(184855,184263,'_edit_last','2'),(184856,184263,'_date_completed','1761782745'),(184857,184263,'_completed_date','2025-10-30 00:05:45'),(184858,184264,'_order_key','wc_order_8cZJfDWcb7eR3'),(184859,184264,'_customer_user','54'),(184860,184264,'_payment_method','paypal'),(184861,184264,'_payment_method_title','PayPal'),(184862,184264,'_customer_ip_address','75.250.186.87'),(184863,184264,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184864,184264,'_created_via','checkout'),(184865,184264,'_cart_hash','b56b2c923b37594ab68d3e12bf3a9b33'),(184866,184264,'_download_permissions_granted','yes'),(184867,184264,'_recorded_sales','yes'),(184868,184264,'_recorded_coupon_usage_counts','yes'),(184869,184264,'_new_order_email_sent','true'),(184870,184264,'_order_stock_reduced','yes'),(184871,184264,'_billing_first_name','Erin'),(184872,184264,'_billing_last_name','Hawn'),(184873,184264,'_billing_address_1','10 W Phillip Rd'),(184874,184264,'_billing_address_2','Suite 123'),(184875,184264,'_billing_city','Vernon Hills'),(184876,184264,'_billing_state','IL'),(184877,184264,'_billing_postcode','60061'),(184878,184264,'_billing_country','US'),(184879,184264,'_billing_email','info@northernil.liceclinicsofamerica.com'),(184880,184264,'_billing_phone','8475960408'),(184881,184264,'_shipping_first_name','Erin'),(184882,184264,'_shipping_last_name','Hawn'),(184883,184264,'_shipping_address_1','1491 S Amarias Dr'),(184884,184264,'_shipping_city','Round lake'),(184885,184264,'_shipping_state','IL'),(184886,184264,'_shipping_postcode','60073'),(184887,184264,'_shipping_country','US'),(184888,184264,'_order_currency','USD'),(184889,184264,'_cart_discount','0'),(184890,184264,'_cart_discount_tax','0'),(184891,184264,'_order_shipping','0'),(184892,184264,'_order_shipping_tax','0'),(184893,184264,'_order_tax','0'),(184894,184264,'_order_total','737.90'),(184895,184264,'_order_version','10.3.3'),(184896,184264,'_prices_include_tax','no'),(184897,184264,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(184898,184264,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(184899,184264,'is_vat_exempt','no'),(184900,184264,'_order_number','4042'),(184901,184264,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:7:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:13:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:38;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:13:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:23;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(184902,184264,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184903,184264,'_wc_order_attribution_source_type','typein'),(184904,184264,'_wc_order_attribution_utm_source','(direct)'),(184905,184264,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(184906,184264,'_wc_order_attribution_session_start_time','2025-10-29 18:25:08'),(184907,184264,'_wc_order_attribution_session_pages','1'),(184908,184264,'_wc_order_attribution_session_count','2'),(184909,184264,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184910,184264,'_wc_order_attribution_device_type','Desktop'),(184911,184265,'_order_key','wc_order_sbRhgxPdtjM74'),(184912,184265,'_customer_user','76'),(184913,184265,'_payment_method','paypal'),(184914,184265,'_payment_method_title','PayPal'),(184915,184265,'_customer_ip_address','209.6.13.37'),(184916,184265,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184917,184265,'_created_via','checkout'),(184918,184265,'_cart_hash','3bbd264f081d5f86b275617abf57a2b8'),(184919,184265,'_download_permissions_granted','yes'),(184920,184265,'_recorded_sales','yes'),(184921,184265,'_recorded_coupon_usage_counts','yes'),(184922,184265,'_new_order_email_sent','true'),(184923,184265,'_order_stock_reduced','yes'),(184924,184265,'_billing_first_name','Naomi'),(184925,184265,'_billing_last_name','Golden'),(184926,184265,'_billing_address_1','31 Mann Ave'),(184927,184265,'_billing_city','Needham'),(184928,184265,'_billing_state','MA'),(184929,184265,'_billing_postcode','02492'),(184930,184265,'_billing_country','US'),(184931,184265,'_billing_email','nrgolden6486@gmail.com'),(184932,184265,'_billing_phone','6178511322'),(184933,184265,'_shipping_first_name','Naomi'),(184934,184265,'_shipping_last_name','Golden'),(184935,184265,'_shipping_company','Lice Clinics of America'),(184936,184265,'_shipping_address_1','60 Dedham Ave'),(184937,184265,'_shipping_address_2','suite 201'),(184938,184265,'_shipping_city','Needham'),(184939,184265,'_shipping_state','MA'),(184940,184265,'_shipping_postcode','02492'),(184941,184265,'_shipping_country','US'),(184942,184265,'_order_currency','USD'),(184943,184265,'_cart_discount','0'),(184944,184265,'_cart_discount_tax','0'),(184945,184265,'_order_shipping','0'),(184946,184265,'_order_shipping_tax','0'),(184947,184265,'_order_tax','0'),(184948,184265,'_order_total','729.60'),(184949,184265,'_order_version','10.3.3'),(184950,184265,'_prices_include_tax','no'),(184951,184265,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(184952,184265,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave suite 201 Needham MA 02492 US '),(184953,184265,'is_vat_exempt','no'),(184954,184265,'_order_number','4043'),(184955,184265,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:285.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:285.60000000000002;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:76;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:4:\"city\";s:7:\"Needham\";s:7:\"address\";s:13:\"60 Dedham Ave\";s:9:\"address_1\";s:13:\"60 Dedham Ave\";s:9:\"address_2\";s:9:\"suite 201\";}}}'),(184956,184265,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(184957,184265,'_wc_order_attribution_source_type','typein'),(184958,184265,'_wc_order_attribution_utm_source','(direct)'),(184959,184265,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(184960,184265,'_wc_order_attribution_session_start_time','2025-10-30 16:39:56'),(184961,184265,'_wc_order_attribution_session_pages','11'),(184962,184265,'_wc_order_attribution_session_count','1'),(184963,184265,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184964,184265,'_wc_order_attribution_device_type','Desktop'),(184965,184265,'Payment type','instant'),(184966,184265,'_paypal_status','completed'),(184967,184265,'_transaction_id','2UC37541LL5689337'),(184968,184265,'PayPal Transaction Fee','25.95'),(184969,184265,'_date_paid','1761842665'),(184970,184265,'_paid_date','2025-10-30 16:44:25'),(184971,184266,'_order_key','wc_order_fhG2yP0ea3l8r'),(184972,184266,'_customer_user','89'),(184973,184266,'_payment_method','paypal'),(184974,184266,'_payment_method_title','PayPal'),(184975,184266,'_customer_ip_address','202.69.149.10'),(184976,184266,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(184977,184266,'_created_via','checkout'),(184978,184266,'_cart_hash','3b9d911bce03fbb7f408bc268d72af19'),(184979,184266,'_download_permissions_granted','yes'),(184980,184266,'_recorded_sales','yes'),(184981,184266,'_recorded_coupon_usage_counts','yes'),(184982,184266,'_new_order_email_sent','true'),(184983,184266,'_order_stock_reduced','yes'),(184984,184266,'_billing_first_name','Scott'),(184985,184266,'_billing_last_name','Wilson'),(184986,184266,'_billing_address_1','430 N Station Pkwy'),(184987,184266,'_billing_city','Farmington'),(184988,184266,'_billing_state','UT'),(184989,184266,'_billing_postcode','84025'),(184990,184266,'_billing_country','US'),(184991,184266,'_billing_email','scott@boise.liceclinicsofamerica.com'),(184992,184266,'_billing_phone','8014308550'),(184993,184266,'_shipping_first_name','Scott'),(184994,184266,'_shipping_last_name','Wilson'),(184995,184266,'_shipping_company','Lice Clinics of America Boise'),(184996,184266,'_shipping_address_1','7512 W Lemhi St.'),(184997,184266,'_shipping_address_2','Suite 2'),(184998,184266,'_shipping_city','Boise'),(184999,184266,'_shipping_state','ID'),(185000,184266,'_shipping_postcode','83709'),(185001,184266,'_shipping_country','US'),(185002,184266,'_order_currency','USD'),(185003,184266,'_cart_discount','0'),(185004,184266,'_cart_discount_tax','0'),(185005,184266,'_order_shipping','0'),(185006,184266,'_order_shipping_tax','0'),(185007,184266,'_order_tax','0'),(185008,184266,'_order_total','1455.00'),(185009,184266,'_order_version','10.3.3'),(185010,184266,'_prices_include_tax','no'),(185011,184266,'_billing_address_index','Scott Wilson  430 N Station Pkwy  Farmington UT 84025 US scott@boise.liceclinicsofamerica.com 8014308550'),(185012,184266,'_shipping_address_index','Scott Wilson Lice Clinics of America Boise 7512 W Lemhi St. Suite 2 Boise ID 83709 US '),(185013,184266,'is_vat_exempt','no'),(185014,184266,'_order_number','4044'),(185015,184266,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:11:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:13:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3499;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_11\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:89;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ID\";s:8:\"postcode\";s:5:\"83709\";s:4:\"city\";s:5:\"Boise\";s:7:\"address\";s:16:\"7512 W Lemhi St.\";s:9:\"address_1\";s:16:\"7512 W Lemhi St.\";s:9:\"address_2\";s:7:\"Suite 2\";}}}'),(185016,184266,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185017,184266,'_wc_order_attribution_source_type','typein'),(185018,184266,'_wc_order_attribution_utm_source','(direct)'),(185019,184266,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185020,184266,'_wc_order_attribution_session_start_time','2025-10-30 19:58:55'),(185021,184266,'_wc_order_attribution_session_pages','3'),(185022,184266,'_wc_order_attribution_session_count','3'),(185023,184266,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(185024,184266,'_wc_order_attribution_device_type','Desktop'),(185025,184266,'Payment type','instant'),(185026,184266,'_paypal_status','completed'),(185027,184266,'_transaction_id','8KC685317V9849452'),(185028,184266,'PayPal Transaction Fee','51.27'),(185029,184266,'_date_paid','1761861618'),(185030,184266,'_paid_date','2025-10-30 22:00:18'),(185031,137,'_eael_post_view_count','1'),(185036,184264,'Payment type','instant'),(185037,184264,'_paypal_status','completed'),(185038,184264,'_transaction_id','5NG103877D5663534'),(185039,184264,'PayPal Transaction Fee','37.31'),(185040,184264,'_date_paid','1761870937'),(185041,184264,'_paid_date','2025-10-31 00:35:37'),(185042,184267,'_order_key','wc_order_Uo3QjqkXmPPyN'),(185043,184267,'_customer_user','90'),(185044,184267,'_payment_method','paypal'),(185045,184267,'_payment_method_title','PayPal'),(185046,184267,'_customer_ip_address','75.33.85.155'),(185047,184267,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185048,184267,'_created_via','checkout'),(185049,184267,'_cart_hash','627348f2f329e41d6efc203ea824ff37'),(185050,184267,'_download_permissions_granted','no'),(185051,184267,'_recorded_sales','no'),(185052,184267,'_recorded_coupon_usage_counts','no'),(185053,184267,'_new_order_email_sent','false'),(185054,184267,'_order_stock_reduced','no'),(185055,184267,'_billing_first_name','Mike'),(185056,184267,'_billing_last_name','Brehm'),(185057,184267,'_billing_company','Remedy'),(185058,184267,'_billing_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(185059,184267,'_billing_city','Grand Rapids'),(185060,184267,'_billing_state','MI'),(185061,184267,'_billing_postcode','49525'),(185062,184267,'_billing_country','US'),(185063,184267,'_billing_email','rapunzelscorinn@gmail.com'),(185064,184267,'_billing_phone','6164504125'),(185065,184267,'_shipping_first_name','Mike'),(185066,184267,'_shipping_last_name','Brehm'),(185067,184267,'_shipping_company','Remedy'),(185068,184267,'_shipping_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(185069,184267,'_shipping_city','Grand Rapids'),(185070,184267,'_shipping_state','MI'),(185071,184267,'_shipping_postcode','49525'),(185072,184267,'_shipping_country','US'),(185073,184267,'_order_currency','USD'),(185074,184267,'_cart_discount','0'),(185075,184267,'_cart_discount_tax','0'),(185076,184267,'_order_shipping','0'),(185077,184267,'_order_shipping_tax','0'),(185078,184267,'_order_tax','0'),(185079,184267,'_order_total','702.60'),(185080,184267,'_order_version','10.3.3'),(185081,184267,'_prices_include_tax','no'),(185082,184267,'_billing_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(185083,184267,'_shipping_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US '),(185084,184267,'is_vat_exempt','no'),(185085,184267,'_order_number','4045'),(185086,184267,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:90;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MI\";s:8:\"postcode\";s:5:\"49525\";s:4:\"city\";s:12:\"Grand Rapids\";s:7:\"address\";s:45:\"3500 Dean Lake AVe NE, Grand Rapids, MI 49525\";s:9:\"address_1\";s:45:\"3500 Dean Lake AVe NE, Grand Rapids, MI 49525\";s:9:\"address_2\";s:0:\"\";}}}'),(185087,184267,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185088,184267,'_wc_order_attribution_source_type','typein'),(185089,184267,'_wc_order_attribution_utm_source','(direct)'),(185090,184267,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(185091,184267,'_wc_order_attribution_session_start_time','2025-10-31 11:10:02'),(185092,184267,'_wc_order_attribution_session_pages','9'),(185093,184267,'_wc_order_attribution_session_count','1'),(185094,184267,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185095,184267,'_wc_order_attribution_device_type','Desktop'),(185096,184268,'_order_key','wc_order_RV8avl1fUqls7'),(185097,184268,'_customer_user','90'),(185098,184268,'_payment_method','paypal'),(185099,184268,'_payment_method_title','PayPal'),(185100,184268,'_customer_ip_address','75.33.85.155'),(185101,184268,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185102,184268,'_created_via','checkout'),(185103,184268,'_cart_hash','627348f2f329e41d6efc203ea824ff37'),(185104,184268,'_download_permissions_granted','no'),(185105,184268,'_recorded_sales','no'),(185106,184268,'_recorded_coupon_usage_counts','no'),(185107,184268,'_new_order_email_sent','false'),(185108,184268,'_order_stock_reduced','no'),(185109,184268,'_billing_first_name','Mike'),(185110,184268,'_billing_last_name','Brehm'),(185111,184268,'_billing_company','Remedy'),(185112,184268,'_billing_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(185113,184268,'_billing_city','Grand Rapids'),(185114,184268,'_billing_state','MI'),(185115,184268,'_billing_postcode','49525'),(185116,184268,'_billing_country','US'),(185117,184268,'_billing_email','rapunzelscorinn@gmail.com'),(185118,184268,'_billing_phone','6164504125'),(185119,184268,'_shipping_first_name','Mike'),(185120,184268,'_shipping_last_name','Brehm'),(185121,184268,'_shipping_company','Remedy'),(185122,184268,'_shipping_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(185123,184268,'_shipping_city','Grand Rapids'),(185124,184268,'_shipping_state','MI'),(185125,184268,'_shipping_postcode','49525'),(185126,184268,'_shipping_country','US'),(185127,184268,'_order_currency','USD'),(185128,184268,'_cart_discount','0'),(185129,184268,'_cart_discount_tax','0'),(185130,184268,'_order_shipping','0'),(185131,184268,'_order_shipping_tax','0'),(185132,184268,'_order_tax','0'),(185133,184268,'_order_total','702.60'),(185134,184268,'_order_version','10.3.3'),(185135,184268,'_prices_include_tax','no'),(185136,184268,'_billing_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(185137,184268,'_shipping_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US '),(185138,184268,'is_vat_exempt','no'),(185139,184268,'_order_number','4046'),(185140,184268,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:90;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"MI\";s:8:\"postcode\";s:5:\"49525\";s:4:\"city\";s:12:\"Grand Rapids\";s:7:\"address\";s:45:\"3500 Dean Lake AVe NE, Grand Rapids, MI 49525\";s:9:\"address_1\";s:45:\"3500 Dean Lake AVe NE, Grand Rapids, MI 49525\";s:9:\"address_2\";s:0:\"\";}}}'),(185141,184268,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185142,184268,'_wc_order_attribution_source_type','typein'),(185143,184268,'_wc_order_attribution_utm_source','(direct)'),(185144,184268,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(185145,184268,'_wc_order_attribution_session_start_time','2025-10-31 11:10:02'),(185146,184268,'_wc_order_attribution_session_pages','11'),(185147,184268,'_wc_order_attribution_session_count','1'),(185148,184268,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185149,184268,'_wc_order_attribution_device_type','Desktop'),(185150,184269,'_order_key','wc_order_M8nmFTPxvZOOP'),(185151,184269,'_customer_user','15'),(185152,184269,'_payment_method','paypal'),(185153,184269,'_payment_method_title','PayPal'),(185154,184269,'_customer_ip_address','3.129.209.167'),(185155,184269,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(185156,184269,'_created_via','checkout'),(185157,184269,'_cart_hash','6a4aeeaa84756666d9de91a0651c1fa3'),(185158,184269,'_download_permissions_granted','yes'),(185159,184269,'_recorded_sales','yes'),(185160,184269,'_recorded_coupon_usage_counts','yes'),(185161,184269,'_new_order_email_sent','true'),(185162,184269,'_order_stock_reduced','yes'),(185163,184269,'_billing_first_name','Andrea'),(185164,184269,'_billing_last_name','Florsheim'),(185165,184269,'_billing_company','Lice Clincs of America'),(185166,184269,'_billing_address_1','777 n van buren st'),(185167,184269,'_billing_address_2','APT 3407'),(185168,184269,'_billing_city','Milwaukee'),(185169,184269,'_billing_state','WI'),(185170,184269,'_billing_postcode','53202'),(185171,184269,'_billing_country','US'),(185172,184269,'_billing_email','andrea@liceclinicscentral.com'),(185173,184269,'_billing_phone','4143354315'),(185174,184269,'_shipping_first_name','Andrea'),(185175,184269,'_shipping_last_name','Florsheim'),(185176,184269,'_shipping_company','Lice Clincs of America'),(185177,184269,'_shipping_address_1','777 n van buren st'),(185178,184269,'_shipping_address_2','APT 3407'),(185179,184269,'_shipping_city','Milwaukee'),(185180,184269,'_shipping_state','WI'),(185181,184269,'_shipping_postcode','53202'),(185182,184269,'_shipping_country','US'),(185183,184269,'_order_currency','USD'),(185184,184269,'_cart_discount','0'),(185185,184269,'_cart_discount_tax','0'),(185186,184269,'_order_shipping','0'),(185187,184269,'_order_shipping_tax','0'),(185188,184269,'_order_tax','0'),(185189,184269,'_order_total','669.45'),(185190,184269,'_order_version','10.3.3'),(185191,184269,'_prices_include_tax','no'),(185192,184269,'_billing_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3407 Milwaukee WI 53202 US andrea@liceclinicscentral.com 4143354315'),(185193,184269,'_shipping_address_index','Andrea Florsheim Lice Clincs of America 777 n van buren st APT 3407 Milwaukee WI 53202 US '),(185194,184269,'is_vat_exempt','no'),(185195,184269,'_order_number','4047'),(185196,184269,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:5:{s:32:\"013d407166ec4fa56eb1e1f8cbe183b9\";a:13:{s:3:\"key\";s:32:\"013d407166ec4fa56eb1e1f8cbe183b9\";s:10:\"product_id\";i:138;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:99;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:99;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:138;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:20;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:138;}}s:32:\"47d1e990583c9c67424d369f3414728e\";a:13:{s:3:\"key\";s:32:\"47d1e990583c9c67424d369f3414728e\";s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:82.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:82.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:148;}}s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:13:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:25;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.25;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:25;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:137;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:274;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:274;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:15;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"WI\";s:8:\"postcode\";s:5:\"53202\";s:4:\"city\";s:9:\"Milwaukee\";s:7:\"address\";s:18:\"777 n van buren st\";s:9:\"address_1\";s:18:\"777 n van buren st\";s:9:\"address_2\";s:8:\"APT 3407\";}}}'),(185197,184269,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185198,184269,'_wc_order_attribution_source_type','typein'),(185199,184269,'_wc_order_attribution_utm_source','(direct)'),(185200,184269,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185201,184269,'_wc_order_attribution_session_start_time','2025-10-31 15:51:46'),(185202,184269,'_wc_order_attribution_session_pages','11'),(185203,184269,'_wc_order_attribution_session_count','1'),(185204,184269,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(185205,184269,'_wc_order_attribution_device_type','Desktop'),(185206,184269,'Payment type','instant'),(185207,184269,'_paypal_status','completed'),(185208,184269,'_transaction_id','0SD873142W904440K'),(185209,184269,'PayPal Transaction Fee','23.85'),(185210,184269,'_date_paid','1761926747'),(185211,184269,'_paid_date','2025-10-31 16:05:47'),(185219,2110,'_eael_post_view_count','11'),(185221,320,'_eael_post_view_count','1'),(185223,40,'_eael_post_view_count','7'),(185225,184270,'_order_key','wc_order_k4lyLVNCK9tPX'),(185226,184270,'_customer_user','87'),(185227,184270,'_payment_method','paypal'),(185228,184270,'_payment_method_title','PayPal'),(185229,184270,'_customer_ip_address','75.7.15.79'),(185230,184270,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(185231,184270,'_created_via','checkout'),(185232,184270,'_cart_hash','51036bba9448c74376fc5c62cc7ed50f'),(185233,184270,'_download_permissions_granted','yes'),(185234,184270,'_recorded_sales','yes'),(185235,184270,'_recorded_coupon_usage_counts','yes'),(185236,184270,'_new_order_email_sent','true'),(185237,184270,'_order_stock_reduced','yes'),(185238,184270,'_billing_first_name','Wade'),(185239,184270,'_billing_last_name','Huntsman'),(185240,184270,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(185241,184270,'_billing_address_1','3421 E 21st'),(185242,184270,'_billing_city','Tulsa'),(185243,184270,'_billing_state','OK'),(185244,184270,'_billing_postcode','74114'),(185245,184270,'_billing_country','US'),(185246,184270,'_billing_email','info@liceclinicsmidsouth.com'),(185247,184270,'_billing_phone','9189783329'),(185248,184270,'_shipping_first_name','Katee'),(185249,184270,'_shipping_last_name','Morrison'),(185250,184270,'_shipping_company','Lice Clinics of America OKC'),(185251,184270,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(185252,184270,'_shipping_city','OKC'),(185253,184270,'_shipping_state','OK'),(185254,184270,'_shipping_postcode','73118'),(185255,184270,'_shipping_country','US'),(185256,184270,'_order_currency','USD'),(185257,184270,'_cart_discount','0'),(185258,184270,'_cart_discount_tax','0'),(185259,184270,'_order_shipping','0'),(185260,184270,'_order_shipping_tax','0'),(185261,184270,'_order_tax','0'),(185262,184270,'_order_total','718.00'),(185263,184270,'_order_version','10.3.3'),(185264,184270,'_prices_include_tax','no'),(185265,184270,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(185266,184270,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  OKC OK 73118 US '),(185267,184270,'is_vat_exempt','no'),(185268,184270,'_order_number','4048'),(185269,184270,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:13:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3362;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:219.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:87;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OK\";s:8:\"postcode\";s:5:\"73118\";s:4:\"city\";s:3:\"OKC\";s:7:\"address\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_1\";s:34:\"4001 North Classen Blvd, Suite 116\";s:9:\"address_2\";s:0:\"\";}}}'),(185270,184270,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185271,184270,'_wc_order_attribution_source_type','typein'),(185272,184270,'_wc_order_attribution_utm_source','(direct)'),(185273,184270,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185274,184270,'_wc_order_attribution_session_start_time','2025-11-03 19:35:18'),(185275,184270,'_wc_order_attribution_session_pages','11'),(185276,184270,'_wc_order_attribution_session_count','1'),(185277,184270,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(185278,184270,'_wc_order_attribution_device_type','Desktop'),(185279,184270,'Payment type','instant'),(185280,184270,'_paypal_status','completed'),(185281,184270,'_transaction_id','1RW71311GS389550C'),(185282,184270,'PayPal Transaction Fee','25.55'),(185283,184270,'_date_paid','1762200013'),(185284,184270,'_paid_date','2025-11-03 20:00:13'),(185285,184271,'_order_key','wc_order_9eYcIU3N4L9tD'),(185286,184271,'_customer_user','100'),(185287,184271,'_payment_method','paypal'),(185288,184271,'_payment_method_title','PayPal'),(185289,184271,'_customer_ip_address','12.75.216.98'),(185290,184271,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(185291,184271,'_created_via','checkout'),(185292,184271,'_cart_hash','5893d5f8119a60af9c850c1dcee77f7d'),(185293,184271,'_download_permissions_granted','yes'),(185294,184271,'_recorded_sales','yes'),(185295,184271,'_recorded_coupon_usage_counts','yes'),(185296,184271,'_new_order_email_sent','true'),(185297,184271,'_order_stock_reduced','yes'),(185298,184271,'_billing_first_name','Michael'),(185299,184271,'_billing_last_name','Beckman'),(185300,184271,'_billing_address_1','921 Moraga Ave'),(185301,184271,'_billing_city','Piedmont'),(185302,184271,'_billing_state','CA'),(185303,184271,'_billing_postcode','94611'),(185304,184271,'_billing_country','US'),(185305,184271,'_billing_email','licetoknowyou@gmail.com'),(185306,184271,'_billing_phone','8585314583'),(185307,184271,'_shipping_first_name','Chelsey'),(185308,184271,'_shipping_last_name','Watkins'),(185309,184271,'_shipping_company','Lice Clinics of America - Sunnyvale'),(185310,184271,'_shipping_address_1','958 Redmond ave'),(185311,184271,'_shipping_city','San Jose'),(185312,184271,'_shipping_state','CA'),(185313,184271,'_shipping_postcode','95120'),(185314,184271,'_shipping_country','US'),(185315,184271,'_order_currency','USD'),(185316,184271,'_cart_discount','0'),(185317,184271,'_cart_discount_tax','0'),(185318,184271,'_order_shipping','0'),(185319,184271,'_order_shipping_tax','0'),(185320,184271,'_order_tax','0'),(185321,184271,'_order_total','803.20'),(185322,184271,'_order_version','10.3.3'),(185323,184271,'_prices_include_tax','no'),(185324,184271,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(185325,184271,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(185326,184271,'is_vat_exempt','no'),(185327,184271,'_order_number','4049'),(185328,184271,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:100;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95120\";s:4:\"city\";s:8:\"San Jose\";s:7:\"address\";s:15:\"958 Redmond ave\";s:9:\"address_1\";s:15:\"958 Redmond ave\";s:9:\"address_2\";s:0:\"\";}}}'),(185329,184271,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185330,184271,'_wc_order_attribution_source_type','referral'),(185331,184271,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185332,184271,'_wc_order_attribution_utm_source','lcaportal.com'),(185333,184271,'_wc_order_attribution_utm_medium','referral'),(185334,184271,'_wc_order_attribution_utm_content','/'),(185335,184271,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185336,184271,'_wc_order_attribution_session_start_time','2025-11-03 20:18:03'),(185337,184271,'_wc_order_attribution_session_pages','7'),(185338,184271,'_wc_order_attribution_session_count','13'),(185339,184271,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(185340,184271,'_wc_order_attribution_device_type','Desktop'),(185341,184271,'Payment type','instant'),(185342,184271,'_paypal_status','completed'),(185343,184271,'_transaction_id','84G80977KL096444U'),(185344,184271,'PayPal Transaction Fee','28.52'),(185345,184271,'_date_paid','1762201559'),(185346,184271,'_paid_date','2025-11-03 20:25:59'),(185347,184265,'_edit_lock','1762266982:2'),(185348,184265,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191160\";s:12:\"date_shipped\";s:10:\"1761782400\";s:11:\"tracking_id\";s:32:\"9ad8d8007b2b0bacbfffd12245e92318\";}}'),(185349,184265,'_edit_last','2'),(185350,184265,'_date_completed','1762266693'),(185351,184265,'_completed_date','2025-11-04 14:31:33'),(185352,184272,'_order_key','wc_order_imSypuxujyHAA'),(185353,184272,'_customer_user','3'),(185354,184272,'_payment_method','paypal'),(185355,184272,'_payment_method_title','PayPal'),(185356,184272,'_customer_ip_address','99.22.146.124'),(185357,184272,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(185358,184272,'_created_via','checkout'),(185359,184272,'_cart_hash','10e7b582347897417527f330a4f5c0c7'),(185360,184272,'_download_permissions_granted','yes'),(185361,184272,'_recorded_sales','yes'),(185362,184272,'_recorded_coupon_usage_counts','yes'),(185363,184272,'_new_order_email_sent','true'),(185364,184272,'_order_stock_reduced','yes'),(185365,184272,'_billing_first_name','amanda'),(185366,184272,'_billing_last_name','westerman'),(185367,184272,'_billing_company','Lice Clinics of America Dallas'),(185368,184272,'_billing_address_1','3120 HUDSON XING'),(185369,184272,'_billing_address_2','Suite A2'),(185370,184272,'_billing_city','MCKINNEY'),(185371,184272,'_billing_state','TX'),(185372,184272,'_billing_postcode','75070'),(185373,184272,'_billing_country','US'),(185374,184272,'_billing_email','awesterman1103@gmail.com'),(185375,184272,'_billing_phone','12144175741'),(185376,184272,'_shipping_first_name','amanda'),(185377,184272,'_shipping_last_name','westerman'),(185378,184272,'_shipping_company','Lice Clinics of America Dallas'),(185379,184272,'_shipping_address_1','5510 Abrams Road'),(185380,184272,'_shipping_address_2','Suite 121'),(185381,184272,'_shipping_city','Dallas'),(185382,184272,'_shipping_state','TX'),(185383,184272,'_shipping_postcode','75214'),(185384,184272,'_shipping_country','US'),(185385,184272,'_order_currency','USD'),(185386,184272,'_cart_discount','0'),(185387,184272,'_cart_discount_tax','0'),(185388,184272,'_order_shipping','0'),(185389,184272,'_order_shipping_tax','0'),(185390,184272,'_order_tax','0'),(185391,184272,'_order_total','876.45'),(185392,184272,'_order_version','10.3.3'),(185393,184272,'_prices_include_tax','no'),(185394,184272,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(185395,184272,'_shipping_address_index','amanda westerman Lice Clinics of America Dallas 5510 Abrams Road Suite 121 Dallas TX 75214 US '),(185396,184272,'is_vat_exempt','no'),(185397,184272,'_order_number','4050'),(185398,184272,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:10:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75214\";s:4:\"city\";s:6:\"Dallas\";s:7:\"address\";s:16:\"5510 Abrams Road\";s:9:\"address_1\";s:16:\"5510 Abrams Road\";s:9:\"address_2\";s:9:\"Suite 121\";}}}'),(185399,184272,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185400,184272,'_wc_order_attribution_source_type','typein'),(185401,184272,'_wc_order_attribution_utm_source','(direct)'),(185402,184272,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185403,184272,'_wc_order_attribution_session_start_time','2025-11-04 16:24:34'),(185404,184272,'_wc_order_attribution_session_pages','6'),(185405,184272,'_wc_order_attribution_session_count','1'),(185406,184272,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(185407,184272,'_wc_order_attribution_device_type','Desktop'),(185408,184272,'Payment type','instant'),(185409,184272,'_paypal_status','completed'),(185410,184272,'_transaction_id','5HN170633M570011E'),(185411,184272,'PayPal Transaction Fee','31.08'),(185412,184272,'_date_paid','1762273804'),(185413,184272,'_paid_date','2025-11-04 16:30:04'),(185414,184273,'_order_key','wc_order_8AaypcaTfmXUT'),(185415,184273,'_customer_user','50'),(185416,184273,'_payment_method','paypal'),(185417,184273,'_payment_method_title','PayPal'),(185418,184273,'_customer_ip_address','24.34.196.21'),(185419,184273,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185420,184273,'_created_via','checkout'),(185421,184273,'_cart_hash','c3e8746f0cf3b606c31dc137645d73d8'),(185422,184273,'_download_permissions_granted','yes'),(185423,184273,'_recorded_sales','yes'),(185424,184273,'_recorded_coupon_usage_counts','yes'),(185425,184273,'_new_order_email_sent','true'),(185426,184273,'_order_stock_reduced','yes'),(185427,184273,'_billing_first_name','Christine'),(185428,184273,'_billing_last_name','Cherry'),(185429,184273,'_billing_company','NITS END'),(185430,184273,'_billing_address_1','PO BOX 1092'),(185431,184273,'_billing_city','Campton'),(185432,184273,'_billing_state','PA'),(185433,184273,'_billing_postcode','03223'),(185434,184273,'_billing_country','US'),(185435,184273,'_billing_email','info@liceclinicsplaistow.com'),(185436,184273,'_billing_phone','16034983390'),(185437,184273,'_shipping_first_name','Christine'),(185438,184273,'_shipping_last_name','CHERRY'),(185439,184273,'_shipping_company','C/O Linda Brann'),(185440,184273,'_shipping_address_1','16 Toppan Drive'),(185441,184273,'_shipping_city','Gorham'),(185442,184273,'_shipping_state','ME'),(185443,184273,'_shipping_postcode','04038'),(185444,184273,'_shipping_country','US'),(185445,184273,'_order_currency','USD'),(185446,184273,'_cart_discount','0'),(185447,184273,'_cart_discount_tax','0'),(185448,184273,'_order_shipping','0'),(185449,184273,'_order_shipping_tax','0'),(185450,184273,'_order_tax','0'),(185451,184273,'_order_total','1375.30'),(185452,184273,'_order_version','10.3.5'),(185453,184273,'_prices_include_tax','no'),(185454,184273,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton PA 03223 US info@liceclinicsplaistow.com 16034983390'),(185455,184273,'_shipping_address_index','Christine CHERRY C/O Linda Brann 16 Toppan Drive  Gorham ME 04038 US '),(185456,184273,'is_vat_exempt','no'),(185457,184273,'_order_number','4051'),(185458,184273,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:366;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:366;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"03cf87174debaccd689c90c34577b82f\";a:13:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:645;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:645;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2400;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ME\";s:8:\"postcode\";s:5:\"04038\";s:4:\"city\";s:6:\"Gorham\";s:7:\"address\";s:15:\"16 Toppan Drive\";s:9:\"address_1\";s:15:\"16 Toppan Drive\";s:9:\"address_2\";s:0:\"\";}}}'),(185459,184273,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185460,184273,'_wc_order_attribution_source_type','referral'),(185461,184273,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185462,184273,'_wc_order_attribution_utm_source','lcaportal.com'),(185463,184273,'_wc_order_attribution_utm_medium','referral'),(185464,184273,'_wc_order_attribution_utm_content','/'),(185465,184273,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185466,184273,'_wc_order_attribution_session_start_time','2025-11-04 15:11:06'),(185467,184273,'_wc_order_attribution_session_pages','5'),(185468,184273,'_wc_order_attribution_session_count','2'),(185469,184273,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185470,184273,'_wc_order_attribution_device_type','Desktop'),(185471,184273,'Payment type','instant'),(185472,184273,'_paypal_status','completed'),(185473,184273,'_transaction_id','2YA14756AW975063T'),(185474,184273,'PayPal Transaction Fee','48.49'),(185475,184273,'_date_paid','1762274114'),(185476,184273,'_paid_date','2025-11-04 16:35:14'),(185477,184274,'_order_key','wc_order_krLObIEKkMYoq'),(185478,184274,'_customer_user','46'),(185479,184274,'_payment_method','paypal'),(185480,184274,'_payment_method_title','PayPal'),(185481,184274,'_customer_ip_address','173.218.131.163'),(185482,184274,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(185483,184274,'_created_via','checkout'),(185484,184274,'_cart_hash','e95b0f7082b40b07146f11e1f47a0d6f'),(185485,184274,'_download_permissions_granted','yes'),(185486,184274,'_recorded_sales','yes'),(185487,184274,'_recorded_coupon_usage_counts','yes'),(185488,184274,'_new_order_email_sent','true'),(185489,184274,'_order_stock_reduced','yes'),(185490,184274,'_billing_first_name','Ashe'),(185491,184274,'_billing_last_name','montalvo'),(185492,184274,'_billing_company','lice clincs of america jonesboro'),(185493,184274,'_billing_address_1','1406 Market Place'),(185494,184274,'_billing_address_2','Apartment 10'),(185495,184274,'_billing_city','Jonesboro'),(185496,184274,'_billing_state','AR'),(185497,184274,'_billing_postcode','72404'),(185498,184274,'_billing_country','US'),(185499,184274,'_billing_email','bsdashlynf@gmail.com'),(185500,184274,'_billing_phone','8706132520'),(185501,184274,'_shipping_first_name','Ashe'),(185502,184274,'_shipping_last_name','montalvo'),(185503,184274,'_shipping_company','lice clincs of america jonesboro'),(185504,184274,'_shipping_address_1','3114 Fox Road'),(185505,184274,'_shipping_address_2','suite D'),(185506,184274,'_shipping_city','Jonesboro'),(185507,184274,'_shipping_state','AR'),(185508,184274,'_shipping_postcode','72404'),(185509,184274,'_shipping_country','US'),(185510,184274,'_order_currency','USD'),(185511,184274,'_cart_discount','0'),(185512,184274,'_cart_discount_tax','0'),(185513,184274,'_order_shipping','12.11'),(185514,184274,'_order_shipping_tax','0'),(185515,184274,'_order_tax','0'),(185516,184274,'_order_total','90.51'),(185517,184274,'_order_version','10.3.3'),(185518,184274,'_prices_include_tax','no'),(185519,184274,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(185520,184274,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(185521,184274,'is_vat_exempt','no'),(185522,184274,'_order_number','4052'),(185523,184274,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:1:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:78.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:78.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:46;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"AR\";s:8:\"postcode\";s:5:\"72404\";s:4:\"city\";s:9:\"Jonesboro\";s:7:\"address\";s:13:\"3114 Fox Road\";s:9:\"address_1\";s:13:\"3114 Fox Road\";s:9:\"address_2\";s:7:\"suite D\";}}}'),(185524,184274,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(185525,184274,'_wc_order_attribution_source_type','referral'),(185526,184274,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185527,184274,'_wc_order_attribution_utm_source','lcaportal.com'),(185528,184274,'_wc_order_attribution_utm_medium','referral'),(185529,184274,'_wc_order_attribution_utm_content','/'),(185530,184274,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185531,184274,'_wc_order_attribution_session_start_time','2025-11-04 16:26:34'),(185532,184274,'_wc_order_attribution_session_pages','8'),(185533,184274,'_wc_order_attribution_session_count','1'),(185534,184274,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(185535,184274,'_wc_order_attribution_device_type','Mobile'),(185536,184274,'Payment type','instant'),(185537,184274,'_paypal_status','completed'),(185538,184274,'_transaction_id','1YC88753D9945821R'),(185539,184274,'PayPal Transaction Fee','3.65'),(185540,184274,'_date_paid','1762274381'),(185541,184274,'_paid_date','2025-11-04 16:39:41'),(185542,184275,'_order_key','wc_order_KXoDv3JhZNDXM'),(185543,184275,'_customer_user','50'),(185544,184275,'_payment_method','paypal'),(185545,184275,'_payment_method_title','PayPal'),(185546,184275,'_customer_ip_address','24.34.196.21'),(185547,184275,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185548,184275,'_created_via','checkout'),(185549,184275,'_cart_hash','a8e77f39c21f32e6ba4a43099dc0b2ed'),(185550,184275,'_download_permissions_granted','yes'),(185551,184275,'_recorded_sales','yes'),(185552,184275,'_recorded_coupon_usage_counts','yes'),(185553,184275,'_new_order_email_sent','true'),(185554,184275,'_order_stock_reduced','yes'),(185555,184275,'_billing_first_name','Christine'),(185556,184275,'_billing_last_name','Cherry'),(185557,184275,'_billing_company','NITS END'),(185558,184275,'_billing_address_1','PO BOX 1092'),(185559,184275,'_billing_address_2','Suite 401A'),(185560,184275,'_billing_city','Campton'),(185561,184275,'_billing_state','NH'),(185562,184275,'_billing_postcode','03223'),(185563,184275,'_billing_country','US'),(185564,184275,'_billing_email','info@liceclinicsplaistow.com'),(185565,184275,'_billing_phone','16034983390'),(185566,184275,'_shipping_first_name','Christine'),(185567,184275,'_shipping_last_name','CHERRY'),(185568,184275,'_shipping_company','LCA - Nits End / 149091'),(185569,184275,'_shipping_address_1','71 Spit Brook Rd'),(185570,184275,'_shipping_address_2','Suite 401A'),(185571,184275,'_shipping_city','Nashua'),(185572,184275,'_shipping_state','NH'),(185573,184275,'_shipping_postcode','03060'),(185574,184275,'_shipping_country','US'),(185575,184275,'_order_currency','USD'),(185576,184275,'_cart_discount','0'),(185577,184275,'_cart_discount_tax','0'),(185578,184275,'_order_shipping','0'),(185579,184275,'_order_shipping_tax','0'),(185580,184275,'_order_tax','0'),(185581,184275,'_order_total','1920.85'),(185582,184275,'_order_version','10.3.3'),(185583,184275,'_prices_include_tax','no'),(185584,184275,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(185585,184275,'_shipping_address_index','Christine CHERRY LCA - Nits End / 149091 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(185586,184275,'is_vat_exempt','no'),(185587,184275,'_order_number','4053'),(185588,184275,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:14:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:172;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:13:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:340;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:340;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_11\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:196;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:13:\"multi_ship_12\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:13:\"multi_ship_13\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_14\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03060\";s:4:\"city\";s:6:\"Nashua\";s:7:\"address\";s:16:\"71 Spit Brook Rd\";s:9:\"address_1\";s:16:\"71 Spit Brook Rd\";s:9:\"address_2\";s:10:\"Suite 401A\";}}}'),(185589,184275,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185590,184275,'_wc_order_attribution_source_type','referral'),(185591,184275,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185592,184275,'_wc_order_attribution_utm_source','lcaportal.com'),(185593,184275,'_wc_order_attribution_utm_medium','referral'),(185594,184275,'_wc_order_attribution_utm_content','/'),(185595,184275,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185596,184275,'_wc_order_attribution_session_start_time','2025-11-04 15:11:06'),(185597,184275,'_wc_order_attribution_session_pages','12'),(185598,184275,'_wc_order_attribution_session_count','2'),(185599,184275,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185600,184275,'_wc_order_attribution_device_type','Desktop'),(185601,184275,'Payment type','instant'),(185602,184275,'_paypal_status','completed'),(185603,184275,'_transaction_id','0M0266222K6311022'),(185604,184275,'PayPal Transaction Fee','67.53'),(185605,184275,'_date_paid','1762274747'),(185606,184275,'_paid_date','2025-11-04 16:45:47'),(185607,184276,'_order_key','wc_order_EGvE46zionOqc'),(185608,184276,'_customer_user','50'),(185609,184276,'_payment_method','paypal'),(185610,184276,'_payment_method_title','PayPal'),(185611,184276,'_customer_ip_address','24.34.196.21'),(185612,184276,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185613,184276,'_created_via','checkout'),(185614,184276,'_cart_hash','4866045854365156c197060fe05e6654'),(185615,184276,'_download_permissions_granted','yes'),(185616,184276,'_recorded_sales','yes'),(185617,184276,'_recorded_coupon_usage_counts','yes'),(185618,184276,'_new_order_email_sent','true'),(185619,184276,'_order_stock_reduced','yes'),(185620,184276,'_billing_first_name','Christine'),(185621,184276,'_billing_last_name','Cherry'),(185622,184276,'_billing_company','NITS END'),(185623,184276,'_billing_address_1','PO BOX 1092'),(185624,184276,'_billing_address_2','Suite 401A'),(185625,184276,'_billing_city','Campton'),(185626,184276,'_billing_state','NH'),(185627,184276,'_billing_postcode','03223'),(185628,184276,'_billing_country','US'),(185629,184276,'_billing_email','info@liceclinicsplaistow.com'),(185630,184276,'_billing_phone','16034983390'),(185631,184276,'_shipping_first_name','Megan'),(185632,184276,'_shipping_last_name','Bourassa'),(185633,184276,'_shipping_company','LCA - Nits End / 149091'),(185634,184276,'_shipping_address_1','22 Main St'),(185635,184276,'_shipping_city','Atkinson'),(185636,184276,'_shipping_state','NH'),(185637,184276,'_shipping_postcode','03811'),(185638,184276,'_shipping_country','US'),(185639,184276,'_order_currency','USD'),(185640,184276,'_cart_discount','0'),(185641,184276,'_cart_discount_tax','0'),(185642,184276,'_order_shipping','0'),(185643,184276,'_order_shipping_tax','0'),(185644,184276,'_order_tax','0'),(185645,184276,'_order_total','922.60'),(185646,184276,'_order_version','10.3.3'),(185647,184276,'_prices_include_tax','no'),(185648,184276,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(185649,184276,'_shipping_address_index','Megan Bourassa LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(185650,184276,'is_vat_exempt','no'),(185651,184276,'_order_number','4054'),(185652,184276,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:13:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:42;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:13:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3360;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:13:{s:3:\"key\";s:32:\"7cac11e2f46ed46c339ec3d569853759\";s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2408;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2408;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:28.600000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:28.600000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:50;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"NH\";s:8:\"postcode\";s:5:\"03811\";s:4:\"city\";s:8:\"Atkinson\";s:7:\"address\";s:10:\"22 Main St\";s:9:\"address_1\";s:10:\"22 Main St\";s:9:\"address_2\";s:0:\"\";}}}'),(185653,184276,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185654,184276,'_wc_order_attribution_source_type','referral'),(185655,184276,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185656,184276,'_wc_order_attribution_utm_source','lcaportal.com'),(185657,184276,'_wc_order_attribution_utm_medium','referral'),(185658,184276,'_wc_order_attribution_utm_content','/'),(185659,184276,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185660,184276,'_wc_order_attribution_session_start_time','2025-11-04 15:11:06'),(185661,184276,'_wc_order_attribution_session_pages','21'),(185662,184276,'_wc_order_attribution_session_count','2'),(185663,184276,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185664,184276,'_wc_order_attribution_device_type','Desktop'),(185665,184276,'Payment type','instant'),(185666,184276,'_paypal_status','completed'),(185667,184276,'_transaction_id','7XT65952TW241650B'),(185668,184276,'PayPal Transaction Fee','32.69'),(185669,184276,'_date_paid','1762275177'),(185670,184276,'_paid_date','2025-11-04 16:52:57'),(185672,184277,'_order_key','wc_order_qf8M2xZfDga5v'),(185673,184277,'_customer_user','98'),(185674,184277,'_payment_method','paypal'),(185675,184277,'_payment_method_title','PayPal'),(185676,184277,'_customer_ip_address','24.34.196.21'),(185677,184277,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185678,184277,'_created_via','checkout'),(185679,184277,'_cart_hash','9d9b3c265db647b7ded5382659655948'),(185680,184277,'_download_permissions_granted','yes'),(185681,184277,'_recorded_sales','yes'),(185682,184277,'_recorded_coupon_usage_counts','yes'),(185683,184277,'_new_order_email_sent','true'),(185684,184277,'_order_stock_reduced','yes'),(185685,184277,'_billing_first_name','Christine'),(185686,184277,'_billing_last_name','Cherry'),(185687,184277,'_billing_company','NITS END'),(185688,184277,'_billing_address_1','PO BOX 1092'),(185689,184277,'_billing_city','Campton'),(185690,184277,'_billing_state','NH'),(185691,184277,'_billing_postcode','03223'),(185692,184277,'_billing_country','US'),(185693,184277,'_billing_email','christine@liceclinicscolumbus.com'),(185694,184277,'_billing_phone','16034983390'),(185695,184277,'_shipping_first_name','Melissa'),(185696,184277,'_shipping_last_name','Mertz'),(185697,184277,'_shipping_company','LCA - Nits End / 149091'),(185698,184277,'_shipping_address_1','2213 Temperance Dr'),(185699,184277,'_shipping_city','Pittsburgh'),(185700,184277,'_shipping_state','PA'),(185701,184277,'_shipping_postcode','15237'),(185702,184277,'_shipping_country','US'),(185703,184277,'_order_currency','USD'),(185704,184277,'_cart_discount','0'),(185705,184277,'_cart_discount_tax','0'),(185706,184277,'_order_shipping','0'),(185707,184277,'_order_shipping_tax','0'),(185708,184277,'_order_tax','0'),(185709,184277,'_order_total','1244.40'),(185710,184277,'_order_version','10.3.3'),(185711,184277,'_prices_include_tax','no'),(185712,184277,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(185713,184277,'_shipping_address_index','Melissa Mertz LCA - Nits End / 149091 2213 Temperance Dr  Pittsburgh PA 15237 US '),(185714,184277,'is_vat_exempt','no'),(185715,184277,'_order_number','4055'),(185716,184277,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:13:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:14;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:274.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:274.39999999999998;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:14;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:490;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"PA\";s:8:\"postcode\";s:5:\"15237\";s:4:\"city\";s:10:\"Pittsburgh\";s:7:\"address\";s:18:\"2213 Temperance Dr\";s:9:\"address_1\";s:18:\"2213 Temperance Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(185717,184277,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185718,184277,'_wc_order_attribution_source_type','referral'),(185719,184277,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185720,184277,'_wc_order_attribution_utm_source','lcaportal.com'),(185721,184277,'_wc_order_attribution_utm_medium','referral'),(185722,184277,'_wc_order_attribution_utm_content','/'),(185723,184277,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185724,184277,'_wc_order_attribution_session_start_time','2025-11-04 15:11:06'),(185725,184277,'_wc_order_attribution_session_pages','36'),(185726,184277,'_wc_order_attribution_session_count','2'),(185727,184277,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185728,184277,'_wc_order_attribution_device_type','Desktop'),(185729,184277,'Payment type','instant'),(185730,184277,'_paypal_status','completed'),(185731,184277,'_transaction_id','88R38938D6381905H'),(185732,184277,'PayPal Transaction Fee','43.92'),(185733,184277,'_date_paid','1762276140'),(185734,184277,'_paid_date','2025-11-04 17:09:00'),(185735,181,'_eael_post_view_count','3'),(185739,184278,'_order_key','wc_order_9dbjbt1HV02W5'),(185740,184278,'_customer_user','98'),(185741,184278,'_payment_method','paypal'),(185742,184278,'_payment_method_title','PayPal'),(185743,184278,'_customer_ip_address','24.34.196.21'),(185744,184278,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185745,184278,'_created_via','checkout'),(185746,184278,'_cart_hash','7ef1a6656d9d4cf158720498dd6db399'),(185747,184278,'_download_permissions_granted','yes'),(185748,184278,'_recorded_sales','yes'),(185749,184278,'_recorded_coupon_usage_counts','yes'),(185750,184278,'_new_order_email_sent','true'),(185751,184278,'_order_stock_reduced','yes'),(185752,184278,'_billing_first_name','Christine'),(185753,184278,'_billing_last_name','Cherry'),(185754,184278,'_billing_company','NITS END'),(185755,184278,'_billing_address_1','PO BOX 1092'),(185756,184278,'_billing_city','Campton'),(185757,184278,'_billing_state','NH'),(185758,184278,'_billing_postcode','03223'),(185759,184278,'_billing_country','US'),(185760,184278,'_billing_email','christine@liceclinicscolumbus.com'),(185761,184278,'_billing_phone','16034983390'),(185762,184278,'_shipping_first_name','Erica'),(185763,184278,'_shipping_last_name','Froggatt'),(185764,184278,'_shipping_company','LCA - Nits End / 149091'),(185765,184278,'_shipping_address_1','5910 Wilcox Pl'),(185766,184278,'_shipping_address_2','suite E'),(185767,184278,'_shipping_city','Dublin'),(185768,184278,'_shipping_state','OH'),(185769,184278,'_shipping_postcode','43016'),(185770,184278,'_shipping_country','US'),(185771,184278,'_order_currency','USD'),(185772,184278,'_cart_discount','0'),(185773,184278,'_cart_discount_tax','0'),(185774,184278,'_order_shipping','0'),(185775,184278,'_order_shipping_tax','0'),(185776,184278,'_order_tax','0'),(185777,184278,'_order_total','1739.85'),(185778,184278,'_order_version','10.3.3'),(185779,184278,'_prices_include_tax','no'),(185780,184278,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(185781,184278,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(185782,184278,'is_vat_exempt','no'),(185783,184278,'_order_number','4056'),(185784,184278,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:270;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:13:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:444;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:444;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3352;}}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:13:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:296;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:296;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3354;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:13:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:116;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:28.600000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:28.600000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:13:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:94.049999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:94.049999999999997;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:488;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:98;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"OH\";s:8:\"postcode\";s:5:\"43016\";s:4:\"city\";s:6:\"Dublin\";s:7:\"address\";s:14:\"5910 Wilcox Pl\";s:9:\"address_1\";s:14:\"5910 Wilcox Pl\";s:9:\"address_2\";s:7:\"suite E\";}}}'),(185785,184278,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185786,184278,'_wc_order_attribution_source_type','referral'),(185787,184278,'_wc_order_attribution_referrer','https://lcaportal.com/'),(185788,184278,'_wc_order_attribution_utm_source','lcaportal.com'),(185789,184278,'_wc_order_attribution_utm_medium','referral'),(185790,184278,'_wc_order_attribution_utm_content','/'),(185791,184278,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185792,184278,'_wc_order_attribution_session_start_time','2025-11-04 15:11:06'),(185793,184278,'_wc_order_attribution_session_pages','49'),(185794,184278,'_wc_order_attribution_session_count','2'),(185795,184278,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(185796,184278,'_wc_order_attribution_device_type','Desktop'),(185797,184278,'Payment type','instant'),(185798,184278,'_paypal_status','completed'),(185799,184278,'_transaction_id','89X59250HG434834A'),(185800,184278,'PayPal Transaction Fee','61.21'),(185801,184278,'_date_paid','1762280147'),(185802,184278,'_paid_date','2025-11-04 18:15:47'),(185804,184264,'_edit_lock','1762290211:2'),(185805,184266,'_edit_lock','1762290108:2'),(185806,184269,'_edit_lock','1762290295:2'),(185807,184270,'_edit_lock','1762290196:2'),(185808,184271,'_edit_lock','1762290368:2'),(185809,184264,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191343\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"50288a4d1466bad492843505e6eb2fcd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191354\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"246000a8b823e136b2b64d97d3442ca5\";}}'),(185810,184264,'_edit_last','2'),(185811,184264,'_date_completed','1762290206'),(185812,184264,'_completed_date','2025-11-04 21:03:26'),(185813,184266,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191365\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"35cc4443ace9865a4ce52f0a3e6b4293\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191376\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"605fa0f3e8b8fcb343703313d21ae2e9\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191387\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"f4cdcdf7ec99b1d4baaca254edcf06a4\";}}'),(185814,184266,'_edit_last','2'),(185815,184266,'_date_completed','1762290245'),(185816,184266,'_completed_date','2025-11-04 21:04:05'),(185817,184269,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191424\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"4c179762e299cb06aa4122f66d4f4e56\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191435\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"3afaf78182f6de8f546a5ee25dcd76ec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191446\";s:12:\"date_shipped\";s:10:\"1761868800\";s:11:\"tracking_id\";s:32:\"a966824e0250c6bb0ab43f4cd24b0e99\";}}'),(185818,184269,'_edit_last','2'),(185819,184269,'_date_completed','1762290290'),(185820,184269,'_completed_date','2025-11-04 21:04:50'),(185821,184270,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191663\";s:12:\"date_shipped\";s:10:\"1762128000\";s:11:\"tracking_id\";s:32:\"7e95d52e117ff53fd26a53b8fcacdf52\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191652\";s:12:\"date_shipped\";s:10:\"1762128000\";s:11:\"tracking_id\";s:32:\"2253bf69e14c1cf3b39d7341bba1b39d\";}}'),(185822,184270,'_edit_last','2'),(185823,184270,'_date_completed','1762290334'),(185824,184270,'_completed_date','2025-11-04 21:05:34'),(185825,184271,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191674\";s:12:\"date_shipped\";s:10:\"1762128000\";s:11:\"tracking_id\";s:32:\"56d90937c27d8e24137735df035b57f5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191685\";s:12:\"date_shipped\";s:10:\"1762128000\";s:11:\"tracking_id\";s:32:\"5278f1dcf9a2a115ded8a125da79dfd3\";}}'),(185826,184271,'_edit_last','2'),(185827,184271,'_date_completed','1762290363'),(185828,184271,'_completed_date','2025-11-04 21:06:03'),(185829,184280,'_order_key','wc_order_jIdc4CcLWzuUl'),(185830,184280,'_customer_user','89'),(185831,184280,'_payment_method','paypal'),(185832,184280,'_payment_method_title','PayPal'),(185833,184280,'_customer_ip_address','172.56.149.121'),(185834,184280,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(185835,184280,'_created_via','checkout'),(185836,184280,'_cart_hash','6bf777bcbfb7862d3ab560ecf5b9dac8'),(185837,184280,'_download_permissions_granted','yes'),(185838,184280,'_recorded_sales','yes'),(185839,184280,'_recorded_coupon_usage_counts','yes'),(185840,184280,'_new_order_email_sent','true'),(185841,184280,'_order_stock_reduced','yes'),(185842,184280,'_billing_first_name','Scott'),(185843,184280,'_billing_last_name','Wilson'),(185844,184280,'_billing_address_1','430 N Station Pkwy'),(185845,184280,'_billing_city','Farmington'),(185846,184280,'_billing_state','UT'),(185847,184280,'_billing_postcode','84025'),(185848,184280,'_billing_country','US'),(185849,184280,'_billing_email','scott@boise.liceclinicsofamerica.com'),(185850,184280,'_billing_phone','8014308550'),(185851,184280,'_shipping_first_name','Scott'),(185852,184280,'_shipping_last_name','Wilson'),(185853,184280,'_shipping_company','Lice Clinics of America Boise'),(185854,184280,'_shipping_address_1','7512 W Lemhi St.'),(185855,184280,'_shipping_address_2','Suite 2'),(185856,184280,'_shipping_city','Boise'),(185857,184280,'_shipping_state','ID'),(185858,184280,'_shipping_postcode','83709'),(185859,184280,'_shipping_country','US'),(185860,184280,'_order_currency','USD'),(185861,184280,'_cart_discount','0'),(185862,184280,'_cart_discount_tax','0'),(185863,184280,'_order_shipping','42.5'),(185864,184280,'_order_shipping_tax','0'),(185865,184280,'_order_tax','0'),(185866,184280,'_order_total','256.50'),(185867,184280,'_order_version','10.3.3'),(185868,184280,'_prices_include_tax','no'),(185869,184280,'_billing_address_index','Scott Wilson  430 N Station Pkwy  Farmington UT 84025 US scott@boise.liceclinicsofamerica.com 8014308550'),(185870,184280,'_shipping_address_index','Scott Wilson Lice Clinics of America Boise 7512 W Lemhi St. Suite 2 Boise ID 83709 US '),(185871,184280,'is_vat_exempt','no'),(185872,184280,'_order_number','4057'),(185873,184280,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:3:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:13:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:14.300000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:14.300000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:133;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:13:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:487;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:89;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"ID\";s:8:\"postcode\";s:5:\"83709\";s:4:\"city\";s:5:\"Boise\";s:7:\"address\";s:16:\"7512 W Lemhi St.\";s:9:\"address_1\";s:16:\"7512 W Lemhi St.\";s:9:\"address_2\";s:7:\"Suite 2\";}}}'),(185874,184280,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:5:\"fedex\";s:5:\"label\";s:12:\"FedEx Ground\";}}'),(185875,184280,'_wc_order_attribution_source_type','typein'),(185876,184280,'_wc_order_attribution_utm_source','(direct)'),(185877,184280,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185878,184280,'_wc_order_attribution_session_start_time','2025-11-04 19:29:16'),(185879,184280,'_wc_order_attribution_session_pages','7'),(185880,184280,'_wc_order_attribution_session_count','2'),(185881,184280,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(185882,184280,'_wc_order_attribution_device_type','Desktop'),(185883,184280,'Payment type','instant'),(185884,184280,'_paypal_status','completed'),(185885,184280,'_transaction_id','466348926W862284P'),(185886,184280,'PayPal Transaction Fee','9.44'),(185887,184280,'_date_paid','1762292826'),(185888,184280,'_paid_date','2025-11-04 21:47:06'),(185889,184281,'_order_key','wc_order_292SkxxELDKis'),(185890,184281,'_customer_user','54'),(185891,184281,'_payment_method','paypal'),(185892,184281,'_payment_method_title','PayPal'),(185893,184281,'_customer_ip_address','174.255.139.176'),(185894,184281,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(185895,184281,'_created_via','checkout'),(185896,184281,'_cart_hash','6058892e2de7b2989981697bee1f8f84'),(185897,184281,'_download_permissions_granted','yes'),(185898,184281,'_recorded_sales','yes'),(185899,184281,'_recorded_coupon_usage_counts','yes'),(185900,184281,'_new_order_email_sent','true'),(185901,184281,'_order_stock_reduced','yes'),(185902,184281,'_billing_first_name','Erin'),(185903,184281,'_billing_last_name','Hawn'),(185904,184281,'_billing_address_1','10 W Phillip Rd'),(185905,184281,'_billing_address_2','Suite 123'),(185906,184281,'_billing_city','Vernon Hills'),(185907,184281,'_billing_state','IL'),(185908,184281,'_billing_postcode','60061'),(185909,184281,'_billing_country','US'),(185910,184281,'_billing_email','info@northernil.liceclinicsofamerica.com'),(185911,184281,'_billing_phone','8475960408'),(185912,184281,'_shipping_first_name','Erin'),(185913,184281,'_shipping_last_name','Hawn'),(185914,184281,'_shipping_address_1','1491 S Amarias Dr'),(185915,184281,'_shipping_city','Round lake'),(185916,184281,'_shipping_state','IL'),(185917,184281,'_shipping_postcode','60073'),(185918,184281,'_shipping_country','US'),(185919,184281,'_order_currency','USD'),(185920,184281,'_cart_discount','0'),(185921,184281,'_cart_discount_tax','0'),(185922,184281,'_order_shipping','0'),(185923,184281,'_order_shipping_tax','0'),(185924,184281,'_order_tax','0'),(185925,184281,'_order_total','804.60'),(185926,184281,'_order_version','10.3.3'),(185927,184281,'_prices_include_tax','no'),(185928,184281,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(185929,184281,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(185930,184281,'is_vat_exempt','no'),(185931,184281,'_order_number','4058'),(185932,184281,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:54;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60073\";s:4:\"city\";s:10:\"Round lake\";s:7:\"address\";s:17:\"1491 S Amarias Dr\";s:9:\"address_1\";s:17:\"1491 S Amarias Dr\";s:9:\"address_2\";s:0:\"\";}}}'),(185933,184281,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185934,184281,'_wc_order_attribution_source_type','typein'),(185935,184281,'_wc_order_attribution_utm_source','(direct)'),(185936,184281,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185937,184281,'_wc_order_attribution_session_start_time','2025-11-04 22:37:42'),(185938,184281,'_wc_order_attribution_session_pages','5'),(185939,184281,'_wc_order_attribution_session_count','1'),(185940,184281,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(185941,184281,'_wc_order_attribution_device_type','Mobile'),(185942,184281,'Payment type','instant'),(185943,184281,'_paypal_status','completed'),(185944,184281,'_transaction_id','6M075808JB1904414'),(185945,184281,'PayPal Transaction Fee','28.57'),(185946,184281,'_date_paid','1762296234'),(185947,184281,'_paid_date','2025-11-04 22:43:54'),(185948,184282,'_order_key','wc_order_oraxaOz2j87l6'),(185949,184282,'_customer_user','7'),(185950,184282,'_payment_method','paypal'),(185951,184282,'_payment_method_title','PayPal'),(185952,184282,'_customer_ip_address','71.93.225.128'),(185953,184282,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(185954,184282,'_created_via','checkout'),(185955,184282,'_cart_hash','43a48c1138bf22d3318373ab4ee3546a'),(185956,184282,'_download_permissions_granted','yes'),(185957,184282,'_recorded_sales','yes'),(185958,184282,'_recorded_coupon_usage_counts','yes'),(185959,184282,'_new_order_email_sent','true'),(185960,184282,'_order_stock_reduced','yes'),(185961,184282,'_billing_first_name','Amy'),(185962,184282,'_billing_last_name','Allen'),(185963,184282,'_billing_company','Lice Clinics Of America'),(185964,184282,'_billing_address_1','30 Hummingbird Court'),(185965,184282,'_billing_city','Hollister'),(185966,184282,'_billing_state','CA'),(185967,184282,'_billing_postcode','95023'),(185968,184282,'_billing_country','US'),(185969,184282,'_billing_email','lca.gilroy@gmail.com'),(185970,184282,'_billing_phone','4085005537'),(185971,184282,'_shipping_first_name','Amy'),(185972,184282,'_shipping_last_name','Allen'),(185973,184282,'_shipping_company','Lice Clinics Of America - Gilroy'),(185974,184282,'_shipping_address_1','7680 Monterey St Ste 104'),(185975,184282,'_shipping_city','Gilroy'),(185976,184282,'_shipping_state','CA'),(185977,184282,'_shipping_postcode','95020'),(185978,184282,'_shipping_country','US'),(185979,184282,'_order_currency','USD'),(185980,184282,'_cart_discount','0'),(185981,184282,'_cart_discount_tax','0'),(185982,184282,'_order_shipping','0'),(185983,184282,'_order_shipping_tax','0'),(185984,184282,'_order_tax','0'),(185985,184282,'_order_total','1605.20'),(185986,184282,'_order_version','10.3.3'),(185987,184282,'_prices_include_tax','no'),(185988,184282,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(185989,184282,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(185990,184282,'is_vat_exempt','no'),(185991,184282,'_order_number','4059'),(185992,184282,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:357;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:357;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:13:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:516;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:516;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2113;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:439.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:439.19999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:13:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:120;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:7;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95020\";s:4:\"city\";s:6:\"Gilroy\";s:7:\"address\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_1\";s:24:\"7680 Monterey St Ste 104\";s:9:\"address_2\";s:0:\"\";}}}'),(185993,184282,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(185994,184282,'_wc_order_attribution_source_type','typein'),(185995,184282,'_wc_order_attribution_utm_source','(direct)'),(185996,184282,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(185997,184282,'_wc_order_attribution_session_start_time','2025-11-04 23:54:30'),(185998,184282,'_wc_order_attribution_session_pages','4'),(185999,184282,'_wc_order_attribution_session_count','1'),(186000,184282,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(186001,184282,'_wc_order_attribution_device_type','Desktop'),(186002,184282,'Payment type','instant'),(186003,184282,'_paypal_status','completed'),(186004,184282,'_transaction_id','25088433WD375883F'),(186005,184282,'PayPal Transaction Fee','56.51'),(186006,184282,'_date_paid','1762301705'),(186007,184282,'_paid_date','2025-11-05 00:15:05'),(186008,531,'_eael_post_view_count','1'),(186012,184275,'_edit_lock','1762369262:2'),(186013,184283,'_order_key','wc_order_M2TY8Mkuiwqno'),(186014,184283,'_customer_user','3'),(186015,184283,'_payment_method','paypal'),(186016,184283,'_payment_method_title','PayPal'),(186017,184283,'_customer_ip_address','99.22.146.124'),(186018,184283,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186019,184283,'_created_via','checkout'),(186020,184283,'_cart_hash','822d1aa6728fcc1682a737800a25b8ec'),(186021,184283,'_download_permissions_granted','yes'),(186022,184283,'_recorded_sales','yes'),(186023,184283,'_recorded_coupon_usage_counts','yes'),(186024,184283,'_new_order_email_sent','true'),(186025,184283,'_order_stock_reduced','yes'),(186026,184283,'_billing_first_name','amanda'),(186027,184283,'_billing_last_name','westerman'),(186028,184283,'_billing_company','Lice Clinics of America Dallas'),(186029,184283,'_billing_address_1','3120 HUDSON XING'),(186030,184283,'_billing_address_2','Suite A2'),(186031,184283,'_billing_city','MCKINNEY'),(186032,184283,'_billing_state','TX'),(186033,184283,'_billing_postcode','75070'),(186034,184283,'_billing_country','US'),(186035,184283,'_billing_email','awesterman1103@gmail.com'),(186036,184283,'_billing_phone','12144175741'),(186037,184283,'_shipping_first_name','amanda'),(186038,184283,'_shipping_last_name','westerman'),(186039,184283,'_shipping_company','Lice Clinics of America Dallas'),(186040,184283,'_shipping_address_1','3120 HUDSON XING'),(186041,184283,'_shipping_address_2','Suite A2'),(186042,184283,'_shipping_city','MCKINNEY'),(186043,184283,'_shipping_state','TX'),(186044,184283,'_shipping_postcode','75070'),(186045,184283,'_shipping_country','US'),(186046,184283,'_order_currency','USD'),(186047,184283,'_cart_discount','0'),(186048,184283,'_cart_discount_tax','0'),(186049,184283,'_order_shipping','0'),(186050,184283,'_order_shipping_tax','0'),(186051,184283,'_order_tax','0'),(186052,184283,'_order_total','1013.50'),(186053,184283,'_order_version','10.3.4'),(186054,184283,'_prices_include_tax','no'),(186055,184283,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(186056,184283,'_shipping_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(186057,184283,'is_vat_exempt','no'),(186058,184283,'_order_number','4060'),(186059,184283,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:13:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:138;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:44;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:13:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3412;}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:205.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:205.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:4:\"city\";s:8:\"MCKINNEY\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";}}}'),(186060,184283,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(186061,184283,'_wc_order_attribution_source_type','typein'),(186062,184283,'_wc_order_attribution_utm_source','(direct)'),(186063,184283,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186064,184283,'_wc_order_attribution_session_start_time','2025-11-04 16:24:34'),(186065,184283,'_wc_order_attribution_session_pages','5'),(186066,184283,'_wc_order_attribution_session_count','2'),(186067,184283,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186068,184283,'_wc_order_attribution_device_type','Desktop'),(186069,184283,'Payment type','instant'),(186070,184283,'_paypal_status','completed'),(186071,184283,'_transaction_id','88A5763277683104X'),(186072,184283,'PayPal Transaction Fee','35.86'),(186073,184283,'_date_paid','1762368810'),(186074,184283,'_paid_date','2025-11-05 18:53:30'),(186075,184275,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191950\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"e770f817fd1a7c0d3cb37b5de3634988\";}}'),(186076,184275,'_edit_last','2'),(186077,184275,'_date_completed','1762369390'),(186078,184275,'_completed_date','2025-11-05 19:03:10'),(186079,184272,'_edit_lock','1762369899:2'),(186081,184272,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191814\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"0657349de0161acca0fe1a42670264af\";}}'),(186082,184272,'_edit_last','2'),(186083,184272,'_date_completed','1762369884'),(186084,184272,'_completed_date','2025-11-05 19:11:24'),(186085,184274,'_edit_lock','1762369793:2'),(186086,184274,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191803\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"d84bd46825f41716dc889ddbcfffea6d\";}}'),(186087,184274,'_edit_last','2'),(186088,184274,'_date_completed','1762369921'),(186089,184274,'_completed_date','2025-11-05 19:12:01'),(186090,184277,'_edit_lock','1762369876:2'),(186091,184277,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192008\";s:12:\"date_shipped\";s:10:\"1762300800\";s:11:\"tracking_id\";s:32:\"50e73271536c6b7a204c00e888d38b7a\";}}'),(186092,184277,'_edit_last','2'),(186093,184277,'_date_completed','1762369993'),(186094,184277,'_completed_date','2025-11-05 19:13:13'),(186095,184273,'_edit_lock','1763061132:2'),(186096,184276,'_edit_lock','1762376348:2'),(186097,184278,'_edit_lock','1762376461:2'),(186098,184280,'_edit_lock','1762376311:2'),(186099,184281,'_edit_lock','1762378176:2'),(186100,184282,'_edit_lock','1762376439:2'),(186101,184273,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191869\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"eee9c7fa7a7520f325f7d105dc6e9d4b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800191870\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"056dfa5878e6a60a09b5055ff889624c\";}}'),(186102,184273,'_edit_last','2'),(186103,184273,'_date_completed','1762376242'),(186104,184273,'_completed_date','2025-11-05 20:57:22'),(186105,184276,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192052\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"d2f19b2b2678a5db1d821184a73a46f9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192041\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"7dacf6854fd66636b9c6041385e38787\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192030\";s:12:\"date_shipped\";s:10:\"1762214400\";s:11:\"tracking_id\";s:32:\"6d7b60b8cf464809ec22a999b564a6dc\";}}'),(186106,184276,'_edit_last','2'),(186107,184276,'_date_completed','1762376343'),(186108,184276,'_completed_date','2025-11-05 20:59:03'),(186109,184278,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192361\";s:12:\"date_shipped\";s:10:\"1762300800\";s:11:\"tracking_id\";s:32:\"c5a736b80f07aefd7c7fe9747126a1f2\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192350\";s:12:\"date_shipped\";i:1762376366;s:11:\"tracking_id\";s:32:\"cf60248e2da64aa05cbab5cd4f04b793\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192340\";s:12:\"date_shipped\";i:1762376371;s:11:\"tracking_id\";s:32:\"58f9ec844abbefcd3d2fcbb9789b25ee\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192339\";s:12:\"date_shipped\";i:1762376376;s:11:\"tracking_id\";s:32:\"d35a3c3c4accd72c77d503e98bffb7dd\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192328\";s:12:\"date_shipped\";i:1762376381;s:11:\"tracking_id\";s:32:\"20e65b661939d83db599c43468d2ea00\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192317\";s:12:\"date_shipped\";i:1762376387;s:11:\"tracking_id\";s:32:\"6ac10a8f1a9cdb81f8598243f2b2dd3f\";}}'),(186110,184278,'_edit_last','2'),(186111,184280,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192133\";s:12:\"date_shipped\";s:10:\"1762300800\";s:11:\"tracking_id\";s:32:\"c5e8fa2c9ec9443a556bb1a6ffa8bb6f\";}}'),(186112,184280,'_edit_last','2'),(186113,184280,'_date_completed','1762376435'),(186114,184280,'_completed_date','2025-11-05 21:00:35'),(186115,184282,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192199\";s:12:\"date_shipped\";s:10:\"1762300800\";s:11:\"tracking_id\";s:32:\"14155b7bf78397f8eefe644549be1ae9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192188\";s:12:\"date_shipped\";i:1762376503;s:11:\"tracking_id\";s:32:\"128735828d4074266688c341c744d813\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192177\";s:12:\"date_shipped\";i:1762376558;s:11:\"tracking_id\";s:32:\"342a8971dd48fa3eab36acbdc68334bc\";}}'),(186116,184282,'_edit_last','2'),(186117,184282,'_date_completed','1762376560'),(186118,184282,'_completed_date','2025-11-05 21:02:40'),(186119,184278,'_date_completed','1762376587'),(186120,184278,'_completed_date','2025-11-05 21:03:07'),(186121,184281,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192122\";s:12:\"date_shipped\";s:10:\"1762300800\";s:11:\"tracking_id\";s:32:\"0e2d44b8312a45dce145a9adbf04ea01\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192111\";s:12:\"date_shipped\";i:1762378311;s:11:\"tracking_id\";s:32:\"adb2609ef2cf40e6abe861a81f727e07\";}}'),(186122,184281,'_edit_last','2'),(186123,184281,'_date_completed','1762378314'),(186124,184281,'_completed_date','2025-11-05 21:31:54'),(186125,184284,'_order_key','wc_order_OpjQ1jwZRGVIH'),(186126,184284,'_customer_user','3'),(186127,184284,'_payment_method','paypal'),(186128,184284,'_payment_method_title','PayPal'),(186129,184284,'_customer_ip_address','99.22.146.124'),(186130,184284,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186131,184284,'_created_via','checkout'),(186132,184284,'_cart_hash','c3058040efd2cbcf88a1d72088691d84'),(186133,184284,'_download_permissions_granted','yes'),(186134,184284,'_recorded_sales','yes'),(186135,184284,'_recorded_coupon_usage_counts','yes'),(186136,184284,'_new_order_email_sent','true'),(186137,184284,'_order_stock_reduced','yes'),(186138,184284,'_billing_first_name','amanda'),(186139,184284,'_billing_last_name','westerman'),(186140,184284,'_billing_company','Lice Clinics of America Dallas'),(186141,184284,'_billing_address_1','3120 HUDSON XING'),(186142,184284,'_billing_address_2','Suite A2'),(186143,184284,'_billing_city','MCKINNEY'),(186144,184284,'_billing_state','TX'),(186145,184284,'_billing_postcode','75070'),(186146,184284,'_billing_country','US'),(186147,184284,'_billing_email','awesterman1103@gmail.com'),(186148,184284,'_billing_phone','12144175741'),(186149,184284,'_shipping_first_name','amanda'),(186150,184284,'_shipping_last_name','westerman'),(186151,184284,'_shipping_company','Lice Clinics of America Addison'),(186152,184284,'_shipping_address_1','4002 BELT LINE RD'),(186153,184284,'_shipping_address_2','Suite 140'),(186154,184284,'_shipping_city','addison'),(186155,184284,'_shipping_state','TX'),(186156,184284,'_shipping_postcode','75001'),(186157,184284,'_shipping_country','US'),(186158,184284,'_order_currency','USD'),(186159,184284,'_cart_discount','0'),(186160,184284,'_cart_discount_tax','0'),(186161,184284,'_order_shipping','0'),(186162,184284,'_order_shipping_tax','0'),(186163,184284,'_order_tax','0'),(186164,184284,'_order_total','1041.60'),(186165,184284,'_order_version','10.3.4'),(186166,184284,'_prices_include_tax','no'),(186167,184284,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(186168,184284,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 4002 BELT LINE RD Suite 140 addison TX 75001 US '),(186169,184284,'is_vat_exempt','no'),(186170,184284,'_order_number','4061'),(186171,184284,'_shipping_packages','a:1:{i:0;a:5:{s:8:\"contents\";a:9:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:13:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:3696;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:13:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:2110;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:13:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:39;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:13:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:40;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:13:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:43;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:13:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:49;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:13:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:41;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:13:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:50;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:50;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:45;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:13:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:170;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:4:\"data\";O:17:\"WC_Product_Simple\":1:{s:5:\"\0*\0id\";i:51;}}}s:13:\"contents_cost\";s:0:\"\";s:15:\"applied_coupons\";a:0:{}s:4:\"user\";a:1:{s:2:\"ID\";i:3;}s:11:\"destination\";a:7:{s:7:\"country\";s:2:\"US\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75001\";s:4:\"city\";s:7:\"addison\";s:7:\"address\";s:17:\"4002 BELT LINE RD\";s:9:\"address_1\";s:17:\"4002 BELT LINE RD\";s:9:\"address_2\";s:9:\"Suite 140\";}}}'),(186172,184284,'_shipping_methods','a:1:{i:0;a:2:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:5:\"label\";s:13:\"Free Shipping\";}}'),(186173,184284,'_wc_order_attribution_source_type','typein'),(186174,184284,'_wc_order_attribution_utm_source','(direct)'),(186175,184284,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186176,184284,'_wc_order_attribution_session_start_time','2025-11-04 16:24:34'),(186177,184284,'_wc_order_attribution_session_pages','8'),(186178,184284,'_wc_order_attribution_session_count','3'),(186179,184284,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186180,184284,'_wc_order_attribution_device_type','Desktop'),(186181,184284,'Payment type','instant'),(186182,184284,'_paypal_status','completed'),(186183,184284,'_transaction_id','7G693227HE079974J'),(186184,184284,'PayPal Transaction Fee','36.84'),(186185,184284,'_date_paid','1762436608'),(186186,184284,'_paid_date','2025-11-06 13:43:28'),(186187,184283,'_edit_lock','1762442025:2'),(186188,184283,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192409\";s:12:\"date_shipped\";s:10:\"1762387200\";s:11:\"tracking_id\";s:32:\"da99874f471d694caa092961e14db3f1\";}}'),(186189,184283,'_edit_last','2'),(186190,184283,'_date_completed','1762442024'),(186191,184283,'_completed_date','2025-11-06 15:13:44'),(186200,45,'_eael_post_view_count','7'),(186214,184286,'_order_key','wc_order_aJjD3gzkg9kj0'),(186215,184286,'_customer_user','50'),(186216,184286,'_payment_method','paypal'),(186217,184286,'_payment_method_title','PayPal'),(186218,184286,'_customer_ip_address','24.34.196.21'),(186219,184286,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186220,184286,'_created_via','checkout'),(186221,184286,'_cart_hash','f209f09fef18c78ff7457eb012c715a6'),(186222,184286,'_download_permissions_granted','no'),(186223,184286,'_recorded_sales','no'),(186224,184286,'_recorded_coupon_usage_counts','no'),(186225,184286,'_new_order_email_sent','false'),(186226,184286,'_order_stock_reduced','no'),(186227,184286,'_billing_first_name','Christine'),(186228,184286,'_billing_last_name','Cherry'),(186229,184286,'_billing_company','NITS END'),(186230,184286,'_billing_address_1','PO BOX 1092'),(186231,184286,'_billing_address_2','Suite 401A'),(186232,184286,'_billing_city','Campton'),(186233,184286,'_billing_state','NH'),(186234,184286,'_billing_postcode','03223'),(186235,184286,'_billing_country','US'),(186236,184286,'_billing_email','info@liceclinicsplaistow.com'),(186237,184286,'_billing_phone','16034983390'),(186238,184286,'_shipping_first_name','Megan'),(186239,184286,'_shipping_last_name','Bourassa'),(186240,184286,'_shipping_company','LCA - Nits End / 149091'),(186241,184286,'_shipping_address_1','22 Main St'),(186242,184286,'_shipping_city','Atkinson'),(186243,184286,'_shipping_state','NH'),(186244,184286,'_shipping_postcode','03811'),(186245,184286,'_shipping_country','US'),(186246,184286,'_order_currency','USD'),(186247,184286,'_cart_discount','0'),(186248,184286,'_cart_discount_tax','0'),(186249,184286,'_order_shipping','0'),(186250,184286,'_order_shipping_tax','0'),(186251,184286,'_order_tax','0'),(186252,184286,'_order_total','688.00'),(186253,184286,'_order_version','10.3.4'),(186254,184286,'_prices_include_tax','no'),(186255,184286,'_billing_address_index','Christine Cherry NITS END PO BOX 1092 Suite 401A Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(186256,184286,'_shipping_address_index','Megan Bourassa LCA - Nits End / 149091 22 Main St  Atkinson NH 03811 US '),(186257,184286,'is_vat_exempt','no'),(186258,184286,'_order_number','4062'),(186259,184286,'_wc_order_attribution_source_type','referral'),(186260,184286,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186261,184286,'_wc_order_attribution_utm_source','lcaportal.com'),(186262,184286,'_wc_order_attribution_utm_medium','referral'),(186263,184286,'_wc_order_attribution_utm_content','/'),(186264,184286,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186265,184286,'_wc_order_attribution_session_start_time','2025-11-06 18:53:36'),(186266,184286,'_wc_order_attribution_session_pages','4'),(186267,184286,'_wc_order_attribution_session_count','4'),(186268,184286,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186269,184286,'_wc_order_attribution_device_type','Desktop'),(186271,184287,'_order_key','wc_order_GmO2yPyLwQOQ4'),(186272,184287,'_customer_user','5'),(186273,184287,'_payment_method','paypal'),(186274,184287,'_payment_method_title','PayPal'),(186275,184287,'_customer_ip_address','71.237.182.213'),(186276,184287,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(186277,184287,'_created_via','checkout'),(186278,184287,'_cart_hash','8a822b3c021b1b397576031958c56214'),(186279,184287,'_download_permissions_granted','yes'),(186280,184287,'_recorded_sales','yes'),(186281,184287,'_recorded_coupon_usage_counts','yes'),(186282,184287,'_new_order_email_sent','true'),(186283,184287,'_order_stock_reduced','yes'),(186284,184287,'_billing_first_name','Mark'),(186285,184287,'_billing_last_name','Meyer'),(186286,184287,'_billing_company','lice clinics of america- portland'),(186287,184287,'_billing_address_1','5201 SW Westgate Dr suite 106'),(186288,184287,'_billing_address_2','Suite 106'),(186289,184287,'_billing_city','portland'),(186290,184287,'_billing_state','OR'),(186291,184287,'_billing_postcode','97221'),(186292,184287,'_billing_country','US'),(186293,184287,'_billing_email','noemi.and.mark@nwliceclinics.com'),(186294,184287,'_billing_phone','15038012848'),(186295,184287,'_shipping_first_name','Becky'),(186296,184287,'_shipping_last_name','Williams'),(186297,184287,'_shipping_company','lice clinics of america- Tacoma'),(186298,184287,'_shipping_address_1','1018 139th St E'),(186299,184287,'_shipping_city','Tacoma'),(186300,184287,'_shipping_state','WA'),(186301,184287,'_shipping_postcode','98445'),(186302,184287,'_shipping_country','US'),(186303,184287,'_order_currency','USD'),(186304,184287,'_cart_discount','0'),(186305,184287,'_cart_discount_tax','0'),(186306,184287,'_order_shipping','0'),(186307,184287,'_order_shipping_tax','0'),(186308,184287,'_order_tax','0'),(186309,184287,'_order_total','3789.62'),(186310,184287,'_order_version','10.3.4'),(186311,184287,'_prices_include_tax','no'),(186312,184287,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(186313,184287,'_shipping_address_index','Becky Williams lice clinics of america- Tacoma 1018 139th St E  Tacoma WA 98445 US '),(186314,184287,'is_vat_exempt','no'),(186315,184287,'_order_number','4063'),(186316,184287,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:90.384;s:35:\"product_level_based_on_tax_settings\";d:90.384;s:10:\"cart_level\";d:0;s:5:\"total\";d:90.384;s:27:\"total_based_on_tax_settings\";d:90.384;}}'),(186317,184287,'_wc_order_attribution_source_type','referral'),(186318,184287,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186319,184287,'_wc_order_attribution_utm_source','lcaportal.com'),(186320,184287,'_wc_order_attribution_utm_medium','referral'),(186321,184287,'_wc_order_attribution_utm_content','/'),(186322,184287,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186323,184287,'_wc_order_attribution_session_start_time','2025-11-04 23:55:43'),(186324,184287,'_wc_order_attribution_session_pages','6'),(186325,184287,'_wc_order_attribution_session_count','3'),(186326,184287,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(186327,184287,'_wc_order_attribution_device_type','Desktop'),(186328,184287,'Payment type','instant'),(186329,184287,'_paypal_status','completed'),(186330,184287,'_transaction_id','8U310301E07577343'),(186331,184287,'PayPal Transaction Fee','132.75'),(186332,184287,'_date_paid','1762465044'),(186333,184287,'_paid_date','2025-11-06 21:37:24'),(186334,184288,'_order_key','wc_order_xfmKzh2k2SSfK'),(186335,184288,'_customer_user','76'),(186336,184288,'_payment_method','paypal'),(186337,184288,'_payment_method_title','PayPal'),(186338,184288,'_customer_ip_address','66.31.192.192'),(186339,184288,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186340,184288,'_created_via','checkout'),(186341,184288,'_cart_hash','711eac50f7c6303dc55769df91c9fcb6'),(186342,184288,'_download_permissions_granted','yes'),(186343,184288,'_recorded_sales','yes'),(186344,184288,'_recorded_coupon_usage_counts','yes'),(186345,184288,'_new_order_email_sent','true'),(186346,184288,'_order_stock_reduced','yes'),(186347,184288,'_billing_first_name','Naomi'),(186348,184288,'_billing_last_name','Golden'),(186349,184288,'_billing_address_1','31 Mann Ave'),(186350,184288,'_billing_city','Needham'),(186351,184288,'_billing_state','MA'),(186352,184288,'_billing_postcode','02492'),(186353,184288,'_billing_country','US'),(186354,184288,'_billing_email','nrgolden6486@gmail.com'),(186355,184288,'_billing_phone','6178511322'),(186356,184288,'_shipping_first_name','Naomi'),(186357,184288,'_shipping_last_name','Golden'),(186358,184288,'_shipping_company','Lice Aunties'),(186359,184288,'_shipping_address_1','3 Baldwin Green Common'),(186360,184288,'_shipping_address_2','Suite 310'),(186361,184288,'_shipping_city','Woburn'),(186362,184288,'_shipping_state','MA'),(186363,184288,'_shipping_postcode','01801'),(186364,184288,'_shipping_country','US'),(186365,184288,'_order_currency','USD'),(186366,184288,'_cart_discount','0'),(186367,184288,'_cart_discount_tax','0'),(186368,184288,'_order_shipping','0'),(186369,184288,'_order_shipping_tax','0'),(186370,184288,'_order_tax','0'),(186371,184288,'_order_total','519.10'),(186372,184288,'_order_version','10.3.4'),(186373,184288,'_prices_include_tax','no'),(186374,184288,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(186375,184288,'_shipping_address_index','Naomi Golden Lice Aunties 3 Baldwin Green Common Suite 310 Woburn MA 01801 US '),(186376,184288,'is_vat_exempt','no'),(186377,184288,'_order_number','4064'),(186378,184288,'_wc_order_attribution_source_type','typein'),(186379,184288,'_wc_order_attribution_utm_source','(direct)'),(186380,184288,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186381,184288,'_wc_order_attribution_session_start_time','2025-11-06 21:55:13'),(186382,184288,'_wc_order_attribution_session_pages','6'),(186383,184288,'_wc_order_attribution_session_count','1'),(186384,184288,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186385,184288,'_wc_order_attribution_device_type','Desktop'),(186386,184288,'Payment type','instant'),(186387,184288,'_paypal_status','completed'),(186388,184288,'_transaction_id','2BP12312D2234071W'),(186389,184288,'PayPal Transaction Fee','18.61'),(186390,184288,'_date_paid','1762466222'),(186391,184288,'_paid_date','2025-11-06 21:57:02'),(186392,184289,'_order_key','wc_order_563yhqGo8N1E1'),(186393,184289,'_customer_user','76'),(186394,184289,'_payment_method','paypal'),(186395,184289,'_payment_method_title','PayPal'),(186396,184289,'_customer_ip_address','66.31.192.192'),(186397,184289,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186398,184289,'_created_via','checkout'),(186399,184289,'_cart_hash','bc845a4f4d34e5fd17b25e3735c7eef0'),(186400,184289,'_download_permissions_granted','yes'),(186401,184289,'_recorded_sales','yes'),(186402,184289,'_recorded_coupon_usage_counts','yes'),(186403,184289,'_new_order_email_sent','true'),(186404,184289,'_order_stock_reduced','yes'),(186405,184289,'_billing_first_name','Naomi'),(186406,184289,'_billing_last_name','Golden'),(186407,184289,'_billing_address_1','31 Mann Ave'),(186408,184289,'_billing_city','Needham'),(186409,184289,'_billing_state','MA'),(186410,184289,'_billing_postcode','02492'),(186411,184289,'_billing_country','US'),(186412,184289,'_billing_email','nrgolden6486@gmail.com'),(186413,184289,'_billing_phone','6178511322'),(186414,184289,'_shipping_first_name','Naomi'),(186415,184289,'_shipping_last_name','Golden'),(186416,184289,'_shipping_company','Lice Clinics of America'),(186417,184289,'_shipping_address_1','60 Dedham Ave'),(186418,184289,'_shipping_address_2','suite 201'),(186419,184289,'_shipping_city','Needham'),(186420,184289,'_shipping_state','MA'),(186421,184289,'_shipping_postcode','02492'),(186422,184289,'_shipping_country','US'),(186423,184289,'_order_currency','USD'),(186424,184289,'_cart_discount','0'),(186425,184289,'_cart_discount_tax','0'),(186426,184289,'_order_shipping','0'),(186427,184289,'_order_shipping_tax','0'),(186428,184289,'_order_tax','0'),(186429,184289,'_order_total','500.14'),(186430,184289,'_order_version','10.3.4'),(186431,184289,'_prices_include_tax','no'),(186432,184289,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(186433,184289,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave suite 201 Needham MA 02492 US '),(186434,184289,'is_vat_exempt','no'),(186435,184289,'_order_number','4065'),(186436,184289,'_wc_order_attribution_source_type','typein'),(186437,184289,'_wc_order_attribution_utm_source','(direct)'),(186438,184289,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186439,184289,'_wc_order_attribution_session_start_time','2025-11-06 21:55:13'),(186440,184289,'_wc_order_attribution_session_pages','18'),(186441,184289,'_wc_order_attribution_session_count','1'),(186442,184289,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186443,184289,'_wc_order_attribution_device_type','Desktop'),(186444,184289,'Payment type','instant'),(186445,184289,'_paypal_status','completed'),(186446,184289,'_transaction_id','01H573192A2131119'),(186447,184289,'PayPal Transaction Fee','17.94'),(186448,184289,'_date_paid','1762467280'),(186449,184289,'_paid_date','2025-11-06 22:14:40'),(186450,97,'_eael_post_view_count','3'),(186452,184290,'_order_key','wc_order_YsaK2KYplCgNq'),(186453,184290,'_customer_user','90'),(186454,184290,'_payment_method','paypal'),(186455,184290,'_payment_method_title','PayPal'),(186456,184290,'_customer_ip_address','75.48.216.88'),(186457,184290,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186458,184290,'_created_via','checkout'),(186459,184290,'_cart_hash','5ec4a505e6756dc282deb0bd0cb4a9f2'),(186460,184290,'_download_permissions_granted','yes'),(186461,184290,'_recorded_sales','yes'),(186462,184290,'_recorded_coupon_usage_counts','yes'),(186463,184290,'_new_order_email_sent','true'),(186464,184290,'_order_stock_reduced','yes'),(186465,184290,'_billing_first_name','Mike'),(186466,184290,'_billing_last_name','Brehm'),(186467,184290,'_billing_company','Remedy'),(186468,184290,'_billing_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(186469,184290,'_billing_city','Grand Rapids'),(186470,184290,'_billing_state','MI'),(186471,184290,'_billing_postcode','49525'),(186472,184290,'_billing_country','US'),(186473,184290,'_billing_email','rapunzelscorinn@gmail.com'),(186474,184290,'_billing_phone','6164504125'),(186475,184290,'_shipping_first_name','Mike'),(186476,184290,'_shipping_last_name','Brehm'),(186477,184290,'_shipping_company','Remedy'),(186478,184290,'_shipping_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(186479,184290,'_shipping_city','Grand Rapids'),(186480,184290,'_shipping_state','MI'),(186481,184290,'_shipping_postcode','49525'),(186482,184290,'_shipping_country','US'),(186483,184290,'_order_currency','USD'),(186484,184290,'_cart_discount','0'),(186485,184290,'_cart_discount_tax','0'),(186486,184290,'_order_shipping','0'),(186487,184290,'_order_shipping_tax','0'),(186488,184290,'_order_tax','0'),(186489,184290,'_order_total','564.60'),(186490,184290,'_order_version','10.3.4'),(186491,184290,'_prices_include_tax','no'),(186492,184290,'_billing_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US rapunzelscorinn@gmail.com 6164504125'),(186493,184290,'_shipping_address_index','Mike Brehm Remedy 3500 Dean Lake AVe NE, Grand Rapids, MI 49525  Grand Rapids MI 49525 US '),(186494,184290,'is_vat_exempt','no'),(186495,184290,'_order_number','4066'),(186496,184290,'_wc_order_attribution_source_type','referral'),(186497,184290,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186498,184290,'_wc_order_attribution_utm_source','lcaportal.com'),(186499,184290,'_wc_order_attribution_utm_medium','referral'),(186500,184290,'_wc_order_attribution_utm_content','/'),(186501,184290,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186502,184290,'_wc_order_attribution_session_start_time','2025-11-07 16:21:25'),(186503,184290,'_wc_order_attribution_session_pages','6'),(186504,184290,'_wc_order_attribution_session_count','1'),(186505,184290,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186506,184290,'_wc_order_attribution_device_type','Desktop'),(186507,184290,'Payment type','instant'),(186508,184290,'_paypal_status','completed'),(186509,184290,'_transaction_id','1UN9170903888001H'),(186510,184290,'PayPal Transaction Fee','20.19'),(186511,184290,'_date_paid','1762533421'),(186512,184290,'_paid_date','2025-11-07 16:37:01'),(186513,184291,'_order_key','wc_order_m3cWc32p0qwaJ'),(186514,184291,'_customer_user','52'),(186515,184291,'_payment_method','paypal'),(186516,184291,'_payment_method_title','PayPal'),(186517,184291,'_customer_ip_address','173.66.36.208'),(186518,184291,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186519,184291,'_created_via','checkout'),(186520,184291,'_cart_hash','ae31b84f1cffc1ece15ff1dd72789ec4'),(186521,184291,'_download_permissions_granted','yes'),(186522,184291,'_recorded_sales','yes'),(186523,184291,'_recorded_coupon_usage_counts','yes'),(186524,184291,'_new_order_email_sent','true'),(186525,184291,'_order_stock_reduced','yes'),(186526,184291,'_billing_first_name','Darlene'),(186527,184291,'_billing_last_name','LaFramboise'),(186528,184291,'_billing_company','LCA-NOVA'),(186529,184291,'_billing_address_1','25473 Tomey Ct'),(186530,184291,'_billing_city','Aldie'),(186531,184291,'_billing_state','VA'),(186532,184291,'_billing_postcode','20105-3048'),(186533,184291,'_billing_country','US'),(186534,184291,'_billing_email','info@liceremovalnova.com'),(186535,184291,'_billing_phone','7033031576'),(186536,184291,'_shipping_first_name','Darlene'),(186537,184291,'_shipping_last_name','LaFramboise'),(186538,184291,'_shipping_company','LCA-NOVA'),(186539,184291,'_shipping_address_1','25473 Tomey Ct'),(186540,184291,'_shipping_city','Aldie'),(186541,184291,'_shipping_state','VA'),(186542,184291,'_shipping_postcode','20105-3048'),(186543,184291,'_shipping_country','US'),(186544,184291,'_order_currency','USD'),(186545,184291,'_cart_discount','0'),(186546,184291,'_cart_discount_tax','0'),(186547,184291,'_order_shipping','0'),(186548,184291,'_order_shipping_tax','0'),(186549,184291,'_order_tax','0'),(186550,184291,'_order_total','546.00'),(186551,184291,'_order_version','10.3.4'),(186552,184291,'_prices_include_tax','no'),(186553,184291,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(186554,184291,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct  Aldie VA 20105-3048 US '),(186555,184291,'is_vat_exempt','no'),(186556,184291,'_order_number','4067'),(186557,184291,'_wc_order_attribution_source_type','referral'),(186558,184291,'_wc_order_attribution_referrer','https://www.lcaportal.com/'),(186559,184291,'_wc_order_attribution_utm_source','lcaportal.com'),(186560,184291,'_wc_order_attribution_utm_medium','referral'),(186561,184291,'_wc_order_attribution_utm_content','/'),(186562,184291,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186563,184291,'_wc_order_attribution_session_start_time','2025-11-07 18:24:24'),(186564,184291,'_wc_order_attribution_session_pages','7'),(186565,184291,'_wc_order_attribution_session_count','1'),(186566,184291,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186567,184291,'_wc_order_attribution_device_type','Desktop'),(186568,184291,'Payment type','instant'),(186569,184291,'_paypal_status','completed'),(186570,184291,'_transaction_id','2PD49490WG605770A'),(186571,184291,'PayPal Transaction Fee','19.55'),(186572,184291,'_date_paid','1762540336'),(186573,184291,'_paid_date','2025-11-07 18:32:16'),(186574,184292,'_order_key','wc_order_IwzJgGQ8BQxMr'),(186575,184292,'_customer_user','67'),(186576,184292,'_payment_method','paypal'),(186577,184292,'_payment_method_title','PayPal'),(186578,184292,'_customer_ip_address','67.251.108.158'),(186579,184292,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186580,184292,'_created_via','checkout'),(186581,184292,'_cart_hash','e30d042dca02e5505be77838c3803456'),(186582,184292,'_download_permissions_granted','yes'),(186583,184292,'_recorded_sales','yes'),(186584,184292,'_recorded_coupon_usage_counts','yes'),(186585,184292,'_new_order_email_sent','true'),(186586,184292,'_order_stock_reduced','yes'),(186587,184292,'_billing_first_name','Marnie'),(186588,184292,'_billing_last_name','Murray'),(186589,184292,'_billing_company','Naughty Nits'),(186590,184292,'_billing_address_1','2809 Wehrle Drive'),(186591,184292,'_billing_address_2','Suite 10'),(186592,184292,'_billing_city','Williamsville'),(186593,184292,'_billing_state','NY'),(186594,184292,'_billing_postcode','14221'),(186595,184292,'_billing_country','US'),(186596,184292,'_billing_email','liceclinicsupstateny@gmail.com'),(186597,184292,'_billing_phone','7166265423'),(186598,184292,'_shipping_first_name','Marnie'),(186599,184292,'_shipping_last_name','Murray'),(186600,184292,'_shipping_company','LCA Buffalo'),(186601,184292,'_shipping_address_1','2809 Wehrle Drive'),(186602,184292,'_shipping_address_2','Suite 10'),(186603,184292,'_shipping_city','Williamsville'),(186604,184292,'_shipping_state','NY'),(186605,184292,'_shipping_postcode','14221'),(186606,184292,'_shipping_country','US'),(186607,184292,'_order_currency','USD'),(186608,184292,'_cart_discount','0'),(186609,184292,'_cart_discount_tax','0'),(186610,184292,'_order_shipping','0'),(186611,184292,'_order_shipping_tax','0'),(186612,184292,'_order_tax','0'),(186613,184292,'_order_total','528.10'),(186614,184292,'_order_version','10.3.4'),(186615,184292,'_prices_include_tax','no'),(186616,184292,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(186617,184292,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(186618,184292,'is_vat_exempt','no'),(186619,184292,'_order_number','4068'),(186620,184292,'_wc_order_attribution_source_type','referral'),(186621,184292,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186622,184292,'_wc_order_attribution_utm_source','lcaportal.com'),(186623,184292,'_wc_order_attribution_utm_medium','referral'),(186624,184292,'_wc_order_attribution_utm_content','/'),(186625,184292,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186626,184292,'_wc_order_attribution_session_start_time','2025-11-07 19:34:53'),(186627,184292,'_wc_order_attribution_session_pages','4'),(186628,184292,'_wc_order_attribution_session_count','11'),(186629,184292,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186630,184292,'_wc_order_attribution_device_type','Desktop'),(186631,184292,'Payment type','instant'),(186632,184292,'_paypal_status','completed'),(186633,184292,'_transaction_id','07T760317P8469106'),(186634,184292,'PayPal Transaction Fee','18.92'),(186635,184292,'_date_paid','1762544239'),(186636,184292,'_paid_date','2025-11-07 19:37:19'),(186637,131,'_eael_post_view_count','1'),(186639,184293,'_order_key','wc_order_NoYx374eRJXzX'),(186640,184293,'_customer_user','66'),(186641,184293,'_payment_method','paypal'),(186642,184293,'_payment_method_title','PayPal'),(186643,184293,'_customer_ip_address','100.18.25.20'),(186644,184293,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186645,184293,'_created_via','checkout'),(186646,184293,'_cart_hash','19567279f30bdc662b5a26e01b4e23f8'),(186647,184293,'_download_permissions_granted','yes'),(186648,184293,'_recorded_sales','yes'),(186649,184293,'_recorded_coupon_usage_counts','yes'),(186650,184293,'_new_order_email_sent','true'),(186651,184293,'_order_stock_reduced','yes'),(186652,184293,'_billing_first_name','Mark'),(186653,184293,'_billing_last_name','Dent'),(186654,184293,'_billing_company','Lice Clinics of Maryland'),(186655,184293,'_billing_address_1','801 W 33rd Street'),(186656,184293,'_billing_city','BAltimore'),(186657,184293,'_billing_state','MD'),(186658,184293,'_billing_postcode','21211'),(186659,184293,'_billing_country','US'),(186660,184293,'_billing_email','info@liceclinicsofmaryland.com'),(186661,184293,'_billing_phone','4438349991'),(186662,184293,'_shipping_first_name','Dawn'),(186663,184293,'_shipping_last_name','Mumaw'),(186664,184293,'_shipping_company','LCA Baltimore'),(186665,184293,'_shipping_address_1','604 Providence Road'),(186666,184293,'_shipping_city','Towson'),(186667,184293,'_shipping_state','MD'),(186668,184293,'_shipping_postcode','21286'),(186669,184293,'_shipping_country','US'),(186670,184293,'_order_currency','USD'),(186671,184293,'_cart_discount','0'),(186672,184293,'_cart_discount_tax','0'),(186673,184293,'_order_shipping','0'),(186674,184293,'_order_shipping_tax','0'),(186675,184293,'_order_tax','0'),(186676,184293,'_order_total','7335.02'),(186677,184293,'_order_version','10.3.4'),(186678,184293,'_prices_include_tax','no'),(186679,184293,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(186680,184293,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(186681,184293,'is_vat_exempt','no'),(186682,184293,'_order_number','4069'),(186683,184293,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:336.98000000000002;s:35:\"product_level_based_on_tax_settings\";d:336.98000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:336.98000000000002;s:27:\"total_based_on_tax_settings\";d:336.98000000000002;}}'),(186684,184293,'_wc_order_attribution_source_type','referral'),(186685,184293,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186686,184293,'_wc_order_attribution_utm_source','lcaportal.com'),(186687,184293,'_wc_order_attribution_utm_medium','referral'),(186688,184293,'_wc_order_attribution_utm_content','/'),(186689,184293,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186690,184293,'_wc_order_attribution_session_start_time','2025-11-08 13:06:52'),(186691,184293,'_wc_order_attribution_session_pages','1'),(186692,184293,'_wc_order_attribution_session_count','2'),(186693,184293,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0'),(186694,184293,'_wc_order_attribution_device_type','Desktop'),(186695,184293,'Payment type','instant'),(186696,184293,'_paypal_status','completed'),(186697,184293,'_transaction_id','9F379123P9154862Y'),(186698,184293,'PayPal Transaction Fee','256.48'),(186699,184293,'_date_paid','1762620068'),(186700,184293,'_paid_date','2025-11-08 16:41:08'),(186701,184294,'_order_key','wc_order_BIjhIifu7EHkH'),(186702,184294,'_customer_user','60'),(186703,184294,'_payment_method','paypal'),(186704,184294,'_payment_method_title','PayPal'),(186705,184294,'_customer_ip_address','24.13.229.23'),(186706,184294,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(186707,184294,'_created_via','checkout'),(186708,184294,'_cart_hash','a7ece7c942bb56cf0226831838855972'),(186709,184294,'_download_permissions_granted','yes'),(186710,184294,'_recorded_sales','yes'),(186711,184294,'_recorded_coupon_usage_counts','yes'),(186712,184294,'_new_order_email_sent','true'),(186713,184294,'_order_stock_reduced','yes'),(186714,184294,'_billing_first_name','Jill'),(186715,184294,'_billing_last_name','Leshtz'),(186716,184294,'_billing_company','Lice clinics of America-North Shore'),(186717,184294,'_billing_address_1','1580 Lancelot Avenue'),(186718,184294,'_billing_city','Highland park'),(186719,184294,'_billing_state','IL'),(186720,184294,'_billing_postcode','60035'),(186721,184294,'_billing_country','US'),(186722,184294,'_billing_email','jleshtz@gmail.com'),(186723,184294,'_billing_phone','8473639001'),(186724,184294,'_shipping_first_name','Jill'),(186725,184294,'_shipping_last_name','Leshtz'),(186726,184294,'_shipping_company','Lice clinics of America-North Shore'),(186727,184294,'_shipping_address_1','1580 Lancelot Avenue'),(186728,184294,'_shipping_city','Highland park'),(186729,184294,'_shipping_state','IL'),(186730,184294,'_shipping_postcode','60035'),(186731,184294,'_shipping_country','US'),(186732,184294,'_order_currency','USD'),(186733,184294,'_cart_discount','0'),(186734,184294,'_cart_discount_tax','0'),(186735,184294,'_order_shipping','43.54'),(186736,184294,'_order_shipping_tax','0'),(186737,184294,'_order_tax','0'),(186738,184294,'_order_total','435.54'),(186739,184294,'_order_version','10.3.4'),(186740,184294,'_prices_include_tax','no'),(186741,184294,'_billing_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(186742,184294,'_shipping_address_index','Jill Leshtz Lice clinics of America-North Shore 1580 Lancelot Avenue  Highland park IL 60035 US '),(186743,184294,'is_vat_exempt','no'),(186744,184294,'_order_number','4070'),(186745,184294,'_wc_order_attribution_source_type','referral'),(186746,184294,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186747,184294,'_wc_order_attribution_utm_source','lcaportal.com'),(186748,184294,'_wc_order_attribution_utm_medium','referral'),(186749,184294,'_wc_order_attribution_utm_content','/'),(186750,184294,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186751,184294,'_wc_order_attribution_session_start_time','2025-11-09 15:40:11'),(186752,184294,'_wc_order_attribution_session_pages','4'),(186753,184294,'_wc_order_attribution_session_count','1'),(186754,184294,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15'),(186755,184294,'_wc_order_attribution_device_type','Desktop'),(186756,184294,'Payment type','instant'),(186757,184294,'_paypal_status','completed'),(186758,184294,'_transaction_id','6NU36164XX0712025'),(186759,184294,'PayPal Transaction Fee','15.69'),(186760,184294,'_date_paid','1762703054'),(186761,184294,'_paid_date','2025-11-09 15:44:14'),(186762,23,'_eael_post_view_count','14'),(186767,184295,'_order_key','wc_order_3ENgBovMZ6bA9'),(186768,184295,'_customer_user','67'),(186769,184295,'_payment_method','paypal'),(186770,184295,'_payment_method_title','PayPal'),(186771,184295,'_customer_ip_address','67.251.108.158'),(186772,184295,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186773,184295,'_created_via','checkout'),(186774,184295,'_cart_hash','9a887178599b78d79f358bd1f95eb735'),(186775,184295,'_download_permissions_granted','yes'),(186776,184295,'_recorded_sales','yes'),(186777,184295,'_recorded_coupon_usage_counts','yes'),(186778,184295,'_new_order_email_sent','true'),(186779,184295,'_order_stock_reduced','yes'),(186780,184295,'_billing_first_name','Marnie'),(186781,184295,'_billing_last_name','Murray'),(186782,184295,'_billing_company','Naughty Nits'),(186783,184295,'_billing_address_1','2809 Wehrle Drive'),(186784,184295,'_billing_address_2','Suite 10'),(186785,184295,'_billing_city','Williamsville'),(186786,184295,'_billing_state','NY'),(186787,184295,'_billing_postcode','14221'),(186788,184295,'_billing_country','US'),(186789,184295,'_billing_email','liceclinicsupstateny@gmail.com'),(186790,184295,'_billing_phone','7166265423'),(186791,184295,'_shipping_first_name','Marnie'),(186792,184295,'_shipping_last_name','Murray'),(186793,184295,'_shipping_company','LCA Rochester'),(186794,184295,'_shipping_address_1','135 Sully’s Trail'),(186795,184295,'_shipping_address_2','Suite 7');
INSERT INTO `wp_postmeta` VALUES (186796,184295,'_shipping_city','Pittsford'),(186797,184295,'_shipping_state','NY'),(186798,184295,'_shipping_postcode','14534'),(186799,184295,'_shipping_country','US'),(186800,184295,'_order_currency','USD'),(186801,184295,'_cart_discount','0'),(186802,184295,'_cart_discount_tax','0'),(186803,184295,'_order_shipping','0'),(186804,184295,'_order_shipping_tax','0'),(186805,184295,'_order_tax','0'),(186806,184295,'_order_total','891.35'),(186807,184295,'_order_version','10.3.4'),(186808,184295,'_prices_include_tax','no'),(186809,184295,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(186810,184295,'_shipping_address_index','Marnie Murray LCA Rochester 135 Sully’s Trail Suite 7 Pittsford NY 14534 US '),(186811,184295,'is_vat_exempt','no'),(186812,184295,'_order_number','4071'),(186813,184295,'_wc_order_attribution_source_type','referral'),(186814,184295,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186815,184295,'_wc_order_attribution_utm_source','lcaportal.com'),(186816,184295,'_wc_order_attribution_utm_medium','referral'),(186817,184295,'_wc_order_attribution_utm_content','/'),(186818,184295,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186819,184295,'_wc_order_attribution_session_start_time','2025-11-10 15:15:08'),(186820,184295,'_wc_order_attribution_session_pages','1'),(186821,184295,'_wc_order_attribution_session_count','13'),(186822,184295,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(186823,184295,'_wc_order_attribution_device_type','Desktop'),(186824,184295,'Payment type','instant'),(186825,184295,'_paypal_status','completed'),(186826,184295,'_transaction_id','3CS338552C937922D'),(186827,184295,'PayPal Transaction Fee','31.60'),(186828,184295,'_date_paid','1762790111'),(186829,184295,'_paid_date','2025-11-10 15:55:11'),(186830,184296,'_order_key','wc_order_dak5TPDsynV9y'),(186831,184296,'_customer_user','100'),(186832,184296,'_payment_method','paypal'),(186833,184296,'_payment_method_title','PayPal'),(186834,184296,'_customer_ip_address','12.75.216.98'),(186835,184296,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(186836,184296,'_created_via','checkout'),(186837,184296,'_cart_hash','18eaabb16ecbf27035fff230b29e2ad6'),(186838,184296,'_download_permissions_granted','yes'),(186839,184296,'_recorded_sales','yes'),(186840,184296,'_recorded_coupon_usage_counts','yes'),(186841,184296,'_new_order_email_sent','true'),(186842,184296,'_order_stock_reduced','yes'),(186843,184296,'_billing_first_name','Michael'),(186844,184296,'_billing_last_name','Beckman'),(186845,184296,'_billing_address_1','921 Moraga Ave'),(186846,184296,'_billing_city','Piedmont'),(186847,184296,'_billing_state','CA'),(186848,184296,'_billing_postcode','94611'),(186849,184296,'_billing_country','US'),(186850,184296,'_billing_email','licetoknowyou@gmail.com'),(186851,184296,'_billing_phone','8585314583'),(186852,184296,'_shipping_first_name','Chelsey'),(186853,184296,'_shipping_last_name','Watkins'),(186854,184296,'_shipping_company','Lice Clinics of America - Sunnyvale'),(186855,184296,'_shipping_address_1','958 Redmond ave'),(186856,184296,'_shipping_city','San Jose'),(186857,184296,'_shipping_state','CA'),(186858,184296,'_shipping_postcode','95120'),(186859,184296,'_shipping_country','US'),(186860,184296,'_order_currency','USD'),(186861,184296,'_cart_discount','0'),(186862,184296,'_cart_discount_tax','0'),(186863,184296,'_order_shipping','0'),(186864,184296,'_order_shipping_tax','0'),(186865,184296,'_order_tax','0'),(186866,184296,'_order_total','557.00'),(186867,184296,'_order_version','10.3.4'),(186868,184296,'_prices_include_tax','no'),(186869,184296,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(186870,184296,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(186871,184296,'is_vat_exempt','no'),(186872,184296,'_order_number','4072'),(186873,184296,'_wc_order_attribution_source_type','referral'),(186874,184296,'_wc_order_attribution_referrer','https://lcaportal.com/'),(186875,184296,'_wc_order_attribution_utm_source','lcaportal.com'),(186876,184296,'_wc_order_attribution_utm_medium','referral'),(186877,184296,'_wc_order_attribution_utm_content','/'),(186878,184296,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186879,184296,'_wc_order_attribution_session_start_time','2025-11-10 19:06:29'),(186880,184296,'_wc_order_attribution_session_pages','4'),(186881,184296,'_wc_order_attribution_session_count','14'),(186882,184296,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(186883,184296,'_wc_order_attribution_device_type','Desktop'),(186884,184296,'Payment type','instant'),(186885,184296,'_paypal_status','completed'),(186886,184296,'_transaction_id','1W958359AW9995445'),(186887,184296,'PayPal Transaction Fee','19.93'),(186888,184296,'_date_paid','1762801921'),(186889,184296,'_paid_date','2025-11-10 19:12:01'),(186890,184292,'_edit_lock','1762809770:2'),(186891,184292,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192898\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"0cafea4a3fde07895555e3db5a398bc6\";}}'),(186892,184292,'_edit_last','2'),(186893,184292,'_date_completed','1762809647'),(186894,184292,'_completed_date','2025-11-10 21:20:47'),(186895,184293,'_edit_lock','1762809664:2'),(186896,184293,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192980\";s:12:\"date_shipped\";s:10:\"1762732800\";s:11:\"tracking_id\";s:32:\"ebefc74f938ac29c2a4bd4f93ddf5645\";}}'),(186897,184293,'_edit_last','2'),(186898,184293,'_date_completed','1762809804'),(186899,184293,'_completed_date','2025-11-10 21:23:24'),(186900,184294,'_edit_lock','1762809772:2'),(186901,184294,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193200\";s:12:\"date_shipped\";s:10:\"1762732800\";s:11:\"tracking_id\";s:32:\"107a817bd83cee44d93a6b7719940868\";}}'),(186902,184294,'_edit_last','2'),(186903,184294,'_date_completed','1762809892'),(186904,184294,'_completed_date','2025-11-10 21:24:52'),(186907,184297,'_order_key','wc_order_PNzP4Dik4cQrD'),(186908,184297,'_customer_user','61'),(186909,184297,'_payment_method','paypal'),(186910,184297,'_payment_method_title','PayPal'),(186911,184297,'_customer_ip_address','217.180.201.84'),(186912,184297,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186913,184297,'_created_via','checkout'),(186914,184297,'_cart_hash','5e421f804ff6f04ebc68add9c469b254'),(186915,184297,'_download_permissions_granted','yes'),(186916,184297,'_recorded_sales','yes'),(186917,184297,'_recorded_coupon_usage_counts','yes'),(186918,184297,'_new_order_email_sent','true'),(186919,184297,'_order_stock_reduced','yes'),(186920,184297,'_billing_first_name','Judy'),(186921,184297,'_billing_last_name','Hayden'),(186922,184297,'_billing_company','LCA'),(186923,184297,'_billing_address_1','1795 Alysheba Way'),(186924,184297,'_billing_address_2','Ste 4105'),(186925,184297,'_billing_city','Lexington'),(186926,184297,'_billing_state','KY'),(186927,184297,'_billing_postcode','40509'),(186928,184297,'_billing_country','US'),(186929,184297,'_billing_email','judy@lexington.liceclinicsofamerica.com'),(186930,184297,'_billing_phone','8595376966'),(186931,184297,'_shipping_first_name','Judy'),(186932,184297,'_shipping_last_name','Hayden'),(186933,184297,'_shipping_company','Lice Clinics of America'),(186934,184297,'_shipping_address_1','549 Centre View Blvd'),(186935,184297,'_shipping_city','Crestview Hills'),(186936,184297,'_shipping_state','KY'),(186937,184297,'_shipping_postcode','41017'),(186938,184297,'_shipping_country','US'),(186939,184297,'_order_currency','USD'),(186940,184297,'_cart_discount','0'),(186941,184297,'_cart_discount_tax','0'),(186942,184297,'_order_shipping','0'),(186943,184297,'_order_shipping_tax','0'),(186944,184297,'_order_tax','0'),(186945,184297,'_order_total','599.10'),(186946,184297,'_order_version','10.3.5'),(186947,184297,'_prices_include_tax','no'),(186948,184297,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@lexington.liceclinicsofamerica.com 8595376966'),(186949,184297,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd  Crestview Hills KY 41017 US '),(186950,184297,'is_vat_exempt','no'),(186951,184297,'_order_number','4073'),(186952,184297,'_wc_order_attribution_source_type','typein'),(186953,184297,'_wc_order_attribution_utm_source','(direct)'),(186954,184297,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(186955,184297,'_wc_order_attribution_session_start_time','2025-11-11 01:16:15'),(186956,184297,'_wc_order_attribution_session_pages','12'),(186957,184297,'_wc_order_attribution_session_count','1'),(186958,184297,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(186959,184297,'_wc_order_attribution_device_type','Desktop'),(186960,184297,'Payment type','instant'),(186961,184297,'_paypal_status','completed'),(186962,184297,'_transaction_id','23G54129YY889534J'),(186963,184297,'PayPal Transaction Fee','21.40'),(186964,184297,'_date_paid','1762824742'),(186965,184297,'_paid_date','2025-11-11 01:32:22'),(186966,184298,'_order_key','wc_order_7n1Mb9k441r9G'),(186967,184298,'_customer_user','105'),(186968,184298,'_payment_method','paypal'),(186969,184298,'_payment_method_title','PayPal'),(186970,184298,'_customer_ip_address','76.205.132.42'),(186971,184298,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(186972,184298,'_created_via','checkout'),(186973,184298,'_cart_hash','6ac87054263c773ea32fddfe4ecab6a5'),(186974,184298,'_download_permissions_granted','yes'),(186975,184298,'_recorded_sales','yes'),(186976,184298,'_recorded_coupon_usage_counts','yes'),(186977,184298,'_new_order_email_sent','true'),(186978,184298,'_order_stock_reduced','yes'),(186979,184298,'_billing_first_name','Joseph'),(186980,184298,'_billing_last_name','West'),(186981,184298,'_billing_company','MAJESTIC PEACOCK LLC'),(186982,184298,'_billing_address_1','615 Crofton Park Ln'),(186983,184298,'_billing_city','Franklin'),(186984,184298,'_billing_state','TN'),(186985,184298,'_billing_postcode','37069'),(186986,184298,'_billing_country','US'),(186987,184298,'_billing_email','info@nashville.liceclinicsofamerica.com'),(186988,184298,'_billing_phone','8042184232'),(186989,184298,'_shipping_first_name','Joseph'),(186990,184298,'_shipping_last_name','West'),(186991,184298,'_shipping_company','LCA - Williamson County'),(186992,184298,'_shipping_address_1','330 Mallory Station Rd'),(186993,184298,'_shipping_address_2','F17'),(186994,184298,'_shipping_city','Franklin'),(186995,184298,'_shipping_state','TN'),(186996,184298,'_shipping_postcode','37067'),(186997,184298,'_shipping_country','US'),(186998,184298,'_order_currency','USD'),(186999,184298,'_cart_discount','0'),(187000,184298,'_cart_discount_tax','0'),(187001,184298,'_order_shipping','0'),(187002,184298,'_order_shipping_tax','0'),(187003,184298,'_order_tax','0'),(187004,184298,'_order_total','750.82'),(187005,184298,'_order_version','10.3.4'),(187006,184298,'_prices_include_tax','no'),(187007,184298,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(187008,184298,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(187009,184298,'is_vat_exempt','no'),(187010,184298,'_order_number','4074'),(187011,184298,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:39.984000000000002;s:35:\"product_level_based_on_tax_settings\";d:39.984000000000002;s:10:\"cart_level\";d:0;s:5:\"total\";d:39.984000000000002;s:27:\"total_based_on_tax_settings\";d:39.984000000000002;}}'),(187012,184298,'_wc_order_attribution_source_type','referral'),(187013,184298,'_wc_order_attribution_referrer','https://lcaportal.com/'),(187014,184298,'_wc_order_attribution_utm_source','lcaportal.com'),(187015,184298,'_wc_order_attribution_utm_medium','referral'),(187016,184298,'_wc_order_attribution_utm_content','/'),(187017,184298,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187018,184298,'_wc_order_attribution_session_start_time','2025-11-11 02:52:42'),(187019,184298,'_wc_order_attribution_session_pages','9'),(187020,184298,'_wc_order_attribution_session_count','1'),(187021,184298,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(187022,184298,'_wc_order_attribution_device_type','Desktop'),(187023,184298,'Payment type','instant'),(187024,184298,'_paypal_status','completed'),(187025,184298,'_transaction_id','2GV380941U010171F'),(187026,184298,'PayPal Transaction Fee','26.69'),(187027,184298,'_date_paid','1762829854'),(187028,184298,'_paid_date','2025-11-11 02:57:34'),(187029,184299,'_order_key','wc_order_iTseKUjLFdMsx'),(187030,184299,'_customer_user','20'),(187031,184299,'_payment_method','paypal'),(187032,184299,'_payment_method_title','PayPal'),(187033,184299,'_customer_ip_address','174.195.194.189'),(187034,184299,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(187035,184299,'_created_via','checkout'),(187036,184299,'_cart_hash','b136bf0ffccf5839ddf291e1abbd6643'),(187037,184299,'_download_permissions_granted','no'),(187038,184299,'_recorded_sales','no'),(187039,184299,'_recorded_coupon_usage_counts','no'),(187040,184299,'_new_order_email_sent','false'),(187041,184299,'_order_stock_reduced','no'),(187042,184299,'_billing_first_name','Hasani'),(187043,184299,'_billing_last_name','Thompson'),(187044,184299,'_billing_company','Heat in Hair'),(187045,184299,'_billing_address_1','12840 Riverside Dr'),(187046,184299,'_billing_address_2','1D'),(187047,184299,'_billing_city','North Hollywood'),(187048,184299,'_billing_state','CA'),(187049,184299,'_billing_postcode','91607'),(187050,184299,'_billing_country','US'),(187051,184299,'_billing_email','info@liceclinicssantaclarita.com'),(187052,184299,'_billing_phone','6615850263'),(187053,184299,'_shipping_first_name','Hasani'),(187054,184299,'_shipping_last_name','Thompson'),(187055,184299,'_shipping_company','Heat in Hair'),(187056,184299,'_shipping_address_1','5145 Nightsky pl'),(187057,184299,'_shipping_city','5145 nightsky pl'),(187058,184299,'_shipping_state','CA'),(187059,184299,'_shipping_postcode','93552'),(187060,184299,'_shipping_country','US'),(187061,184299,'_order_currency','USD'),(187062,184299,'_cart_discount','0'),(187063,184299,'_cart_discount_tax','0'),(187064,184299,'_order_shipping','0'),(187065,184299,'_order_shipping_tax','0'),(187066,184299,'_order_tax','0'),(187067,184299,'_order_total','681.75'),(187068,184299,'_order_version','10.3.4'),(187069,184299,'_prices_include_tax','no'),(187070,184299,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(187071,184299,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(187072,184299,'is_vat_exempt','no'),(187073,184299,'_order_number','4075'),(187074,184299,'_wc_order_attribution_source_type','referral'),(187075,184299,'_wc_order_attribution_referrer','https://lcaportal.com/'),(187076,184299,'_wc_order_attribution_utm_source','lcaportal.com'),(187077,184299,'_wc_order_attribution_utm_medium','referral'),(187078,184299,'_wc_order_attribution_utm_content','/'),(187079,184299,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187080,184299,'_wc_order_attribution_session_start_time','2025-11-11 04:18:40'),(187081,184299,'_wc_order_attribution_session_pages','4'),(187082,184299,'_wc_order_attribution_session_count','13'),(187083,184299,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(187084,184299,'_wc_order_attribution_device_type','Desktop'),(187085,184300,'_order_key','wc_order_lSqy2PU8HCDNT'),(187086,184300,'_customer_user','20'),(187087,184300,'_payment_method','paypal'),(187088,184300,'_payment_method_title','PayPal'),(187089,184300,'_customer_ip_address','143.105.159.167'),(187090,184300,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(187091,184300,'_created_via','checkout'),(187092,184300,'_cart_hash','b136bf0ffccf5839ddf291e1abbd6643'),(187093,184300,'_download_permissions_granted','yes'),(187094,184300,'_recorded_sales','yes'),(187095,184300,'_recorded_coupon_usage_counts','yes'),(187096,184300,'_new_order_email_sent','true'),(187097,184300,'_order_stock_reduced','yes'),(187098,184300,'_billing_first_name','Hasani'),(187099,184300,'_billing_last_name','Thompson'),(187100,184300,'_billing_company','Heat in Hair'),(187101,184300,'_billing_address_1','12840 Riverside Dr'),(187102,184300,'_billing_address_2','1D'),(187103,184300,'_billing_city','North Hollywood'),(187104,184300,'_billing_state','CA'),(187105,184300,'_billing_postcode','91607'),(187106,184300,'_billing_country','US'),(187107,184300,'_billing_email','info@liceclinicssantaclarita.com'),(187108,184300,'_billing_phone','6615850263'),(187109,184300,'_shipping_first_name','Hasani'),(187110,184300,'_shipping_last_name','Thompson'),(187111,184300,'_shipping_company','Heat in Hair'),(187112,184300,'_shipping_address_1','5145 Nightsky pl'),(187113,184300,'_shipping_city','5145 nightsky pl'),(187114,184300,'_shipping_state','CA'),(187115,184300,'_shipping_postcode','93552'),(187116,184300,'_shipping_country','US'),(187117,184300,'_order_currency','USD'),(187118,184300,'_cart_discount','0'),(187119,184300,'_cart_discount_tax','0'),(187120,184300,'_order_shipping','0'),(187121,184300,'_order_shipping_tax','0'),(187122,184300,'_order_tax','0'),(187123,184300,'_order_total','681.75'),(187124,184300,'_order_version','10.3.5'),(187125,184300,'_prices_include_tax','no'),(187126,184300,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(187127,184300,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(187128,184300,'is_vat_exempt','no'),(187129,184300,'_order_number','4076'),(187130,184300,'_wc_order_attribution_source_type','referral'),(187131,184300,'_wc_order_attribution_referrer','https://lcaportal.com/'),(187132,184300,'_wc_order_attribution_utm_source','lcaportal.com'),(187133,184300,'_wc_order_attribution_utm_medium','referral'),(187134,184300,'_wc_order_attribution_utm_content','/'),(187135,184300,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187136,184300,'_wc_order_attribution_session_start_time','2025-11-11 04:18:40'),(187137,184300,'_wc_order_attribution_session_pages','11'),(187138,184300,'_wc_order_attribution_session_count','13'),(187139,184300,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'),(187140,184300,'_wc_order_attribution_device_type','Desktop'),(187141,184300,'Payment type','instant'),(187142,184300,'_paypal_status','completed'),(187143,184300,'_transaction_id','27313464GW196092E'),(187144,184300,'PayPal Transaction Fee','24.28'),(187145,184300,'_date_paid','1762835456'),(187146,184300,'_paid_date','2025-11-11 04:30:56'),(187148,184295,'_edit_lock','1762873818:2'),(187149,184295,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193346\";s:12:\"date_shipped\";s:10:\"1762732800\";s:11:\"tracking_id\";s:32:\"07cc9b553af401aa767d7399e3fbe1e1\";}}'),(187150,184295,'_edit_last','2'),(187151,184295,'_date_completed','1762873951'),(187152,184295,'_completed_date','2025-11-11 15:12:31'),(187153,184296,'_edit_lock','1762873858:2'),(187154,184296,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193368\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"6c40d8cba517feb3e46dea8d5955ae73\";}}'),(187155,184296,'_edit_last','2'),(187156,184296,'_date_completed','1762873995'),(187157,184296,'_completed_date','2025-11-11 15:13:15'),(187158,184301,'_order_currency','USD'),(187159,184301,'_cart_discount','0'),(187160,184301,'_cart_discount_tax','0'),(187161,184301,'_order_shipping','0'),(187162,184301,'_order_shipping_tax','0'),(187163,184301,'_order_tax','0'),(187164,184301,'_order_total','-135.00'),(187165,184301,'_order_version','10.3.4'),(187166,184301,'_prices_include_tax','no'),(187167,184301,'_refund_amount','135.00'),(187168,184301,'_refunded_by','2'),(187169,184301,'_refunded_payment','1'),(187170,184301,'_refund_reason','Per Ginesis'),(187171,184301,'_refund_type','partial'),(187172,184298,'_edit_lock','1762895837:2'),(187173,184298,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193508\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"af76b20e49e4716be341ce9939c08603\";}}'),(187174,184298,'_edit_last','2'),(187175,184298,'_date_completed','1762895941'),(187176,184298,'_completed_date','2025-11-11 21:19:01'),(187177,184297,'_edit_lock','1763150697:2'),(187178,184297,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193471\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"76dd9de538714ae6606c17e2005bfe38\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193493\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"11551fd266acacd7f81326f80e45c509\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193482\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"e1be574bd15eac8bd6a6e1c7fd8b390a\";}}'),(187179,184297,'_edit_last','2'),(187180,184284,'_edit_lock','1762896174:2'),(187181,184287,'_edit_lock','1762896222:2'),(187182,184288,'_edit_lock','1762896102:2'),(187183,184289,'_edit_lock','1762896264:2'),(187184,184290,'_edit_lock','1762896165:2'),(187185,184291,'_edit_lock','1762896198:2'),(187186,184284,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192589\";s:12:\"date_shipped\";s:10:\"1762387200\";s:11:\"tracking_id\";s:32:\"a3737d74839467b66404fb8f4bcad393\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192590\";s:12:\"date_shipped\";s:10:\"1762387200\";s:11:\"tracking_id\";s:32:\"06253c1a8432afe9640321ed47faa3de\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192578\";s:12:\"date_shipped\";s:10:\"1762387200\";s:11:\"tracking_id\";s:32:\"44627ede94806bc3fdb5e83eb19f8a8e\";}}'),(187187,184284,'_edit_last','2'),(187188,184284,'_date_completed','1762896169'),(187189,184284,'_completed_date','2025-11-11 21:22:49'),(187190,184287,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192795\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"d38ec8f78b3cb9438fe7d1040c7953ce\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192718\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"8de9bf4b2fef87e51a6ee0d5cac703db\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192729\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"bfc6c48882948ff80424bda0175d919b\";}}'),(187191,184287,'_edit_last','2'),(187192,184287,'_date_completed','1762896217'),(187193,184287,'_completed_date','2025-11-11 21:23:37'),(187194,184288,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192800\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"1366ce58f081158884d9676f2c2101a1\";}}'),(187195,184288,'_edit_last','2'),(187196,184288,'_date_completed','1762896239'),(187197,184288,'_completed_date','2025-11-11 21:23:59'),(187198,184289,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192810\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"0f748bae9839c7470eb8561a9575c187\";}}'),(187199,184289,'_edit_last','2'),(187200,184289,'_date_completed','1762896259'),(187201,184289,'_completed_date','2025-11-11 21:24:19'),(187202,184290,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192821\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"3b6100778fcad49463cd14bdd35fc28b\";}}'),(187203,184290,'_edit_last','2'),(187204,184290,'_date_completed','1762896284'),(187205,184290,'_completed_date','2025-11-11 21:24:44'),(187206,184291,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800192854\";s:12:\"date_shipped\";s:10:\"1762473600\";s:11:\"tracking_id\";s:32:\"704f2a09636cf066e5001b55edef297b\";}}'),(187207,184291,'_edit_last','2'),(187208,184291,'_date_completed','1762896324'),(187209,184291,'_completed_date','2025-11-11 21:25:24'),(187210,184302,'_order_key','wc_order_un3WN6sB8PauL'),(187211,184302,'_customer_user','92'),(187212,184302,'_payment_method','paypal'),(187213,184302,'_payment_method_title','PayPal'),(187214,184302,'_customer_ip_address','99.113.38.110'),(187215,184302,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(187216,184302,'_created_via','checkout'),(187217,184302,'_cart_hash','f4398c27a8805f7deb66bce5a7269a2f'),(187218,184302,'_download_permissions_granted','yes'),(187219,184302,'_recorded_sales','yes'),(187220,184302,'_recorded_coupon_usage_counts','yes'),(187221,184302,'_new_order_email_sent','true'),(187222,184302,'_order_stock_reduced','yes'),(187223,184302,'_billing_first_name','Michelle'),(187224,184302,'_billing_last_name','Du'),(187225,184302,'_billing_company','LCA Fremont'),(187226,184302,'_billing_address_1','31372 Mackinaw Street'),(187227,184302,'_billing_city','Union City'),(187228,184302,'_billing_state','CA'),(187229,184302,'_billing_postcode','94587'),(187230,184302,'_billing_country','US'),(187231,184302,'_billing_email','liceclinicsfremont@gmail.com'),(187232,184302,'_billing_phone','510-770-4394'),(187233,184302,'_shipping_first_name','Michelle'),(187234,184302,'_shipping_last_name','Du'),(187235,184302,'_shipping_company','LCA Fremont'),(187236,184302,'_shipping_address_1','31372 Mackinaw Street'),(187237,184302,'_shipping_city','Union City'),(187238,184302,'_shipping_state','CA'),(187239,184302,'_shipping_postcode','94587'),(187240,184302,'_shipping_country','US'),(187241,184302,'_order_currency','USD'),(187242,184302,'_cart_discount','0'),(187243,184302,'_cart_discount_tax','0'),(187244,184302,'_order_shipping','0'),(187245,184302,'_order_shipping_tax','0'),(187246,184302,'_order_tax','0'),(187247,184302,'_order_total','720.16'),(187248,184302,'_order_version','10.3.5'),(187249,184302,'_prices_include_tax','no'),(187250,184302,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US liceclinicsfremont@gmail.com 510-770-4394'),(187251,184302,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(187252,184302,'is_vat_exempt','no'),(187253,184302,'_order_number','4077'),(187254,184302,'_wc_order_attribution_source_type','typein'),(187255,184302,'_wc_order_attribution_utm_source','(direct)'),(187256,184302,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187257,184302,'_wc_order_attribution_session_start_time','2025-11-11 23:35:44'),(187258,184302,'_wc_order_attribution_session_pages','16'),(187259,184302,'_wc_order_attribution_session_count','1'),(187260,184302,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(187261,184302,'_wc_order_attribution_device_type','Desktop'),(187262,184302,'Payment type','instant'),(187263,184302,'_paypal_status','completed'),(187264,184302,'_transaction_id','5JH57149788205913'),(187265,184302,'PayPal Transaction Fee','25.62'),(187266,184302,'_date_paid','1762906729'),(187267,184302,'_paid_date','2025-11-12 00:18:49'),(187268,184303,'_order_key','wc_order_bpQxlBQUNgNBV'),(187269,184303,'_customer_user','87'),(187270,184303,'_payment_method','paypal'),(187271,184303,'_payment_method_title','PayPal'),(187272,184303,'_customer_ip_address','75.7.15.79'),(187273,184303,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187274,184303,'_created_via','checkout'),(187275,184303,'_cart_hash','6373b39fabf4cc751c570f63d7ae91dc'),(187276,184303,'_download_permissions_granted','yes'),(187277,184303,'_recorded_sales','yes'),(187278,184303,'_recorded_coupon_usage_counts','yes'),(187279,184303,'_new_order_email_sent','true'),(187280,184303,'_order_stock_reduced','yes'),(187281,184303,'_billing_first_name','Wade'),(187282,184303,'_billing_last_name','Huntsman'),(187283,184303,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(187284,184303,'_billing_address_1','3421 E 21st'),(187285,184303,'_billing_city','Tulsa'),(187286,184303,'_billing_state','OK'),(187287,184303,'_billing_postcode','74114'),(187288,184303,'_billing_country','US'),(187289,184303,'_billing_email','info@liceclinicsmidsouth.com'),(187290,184303,'_billing_phone','9189783329'),(187291,184303,'_shipping_first_name','Wade'),(187292,184303,'_shipping_last_name','Huntsman'),(187293,184303,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(187294,184303,'_shipping_address_1','3421 E 21st'),(187295,184303,'_shipping_city','Tulsa'),(187296,184303,'_shipping_state','OK'),(187297,184303,'_shipping_postcode','74114'),(187298,184303,'_shipping_country','US'),(187299,184303,'_order_currency','USD'),(187300,184303,'_cart_discount','0'),(187301,184303,'_cart_discount_tax','0'),(187302,184303,'_order_shipping','0'),(187303,184303,'_order_shipping_tax','0'),(187304,184303,'_order_tax','0'),(187305,184303,'_order_total','549.55'),(187306,184303,'_order_version','10.3.5'),(187307,184303,'_prices_include_tax','no'),(187308,184303,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(187309,184303,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(187310,184303,'is_vat_exempt','no'),(187311,184303,'_order_number','4078'),(187312,184303,'_wc_order_attribution_source_type','typein'),(187313,184303,'_wc_order_attribution_utm_source','(direct)'),(187314,184303,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187315,184303,'_wc_order_attribution_session_start_time','2025-11-12 17:26:00'),(187316,184303,'_wc_order_attribution_session_pages','6'),(187317,184303,'_wc_order_attribution_session_count','1'),(187318,184303,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187319,184303,'_wc_order_attribution_device_type','Desktop'),(187320,184303,'Payment type','instant'),(187321,184303,'_paypal_status','completed'),(187322,184303,'_transaction_id','0T896693SH091052Y'),(187323,184303,'PayPal Transaction Fee','19.67'),(187324,184303,'_date_paid','1762968578'),(187325,184303,'_paid_date','2025-11-12 17:29:38'),(187326,184304,'_order_key','wc_order_0KvkQWPA4Dph1'),(187327,184304,'_customer_user','87'),(187328,184304,'_payment_method','paypal'),(187329,184304,'_payment_method_title','PayPal'),(187330,184304,'_customer_ip_address','75.7.15.79'),(187331,184304,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187332,184304,'_created_via','checkout'),(187333,184304,'_cart_hash','2363fe11d93a59cd3c75c3b428f33608'),(187334,184304,'_download_permissions_granted','yes'),(187335,184304,'_recorded_sales','yes'),(187336,184304,'_recorded_coupon_usage_counts','yes'),(187337,184304,'_new_order_email_sent','true'),(187338,184304,'_order_stock_reduced','yes'),(187339,184304,'_billing_first_name','Wade'),(187340,184304,'_billing_last_name','Huntsman'),(187341,184304,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(187342,184304,'_billing_address_1','3421 E 21st'),(187343,184304,'_billing_city','Tulsa'),(187344,184304,'_billing_state','OK'),(187345,184304,'_billing_postcode','74114'),(187346,184304,'_billing_country','US'),(187347,184304,'_billing_email','info@liceclinicsmidsouth.com'),(187348,184304,'_billing_phone','9189783329'),(187349,184304,'_shipping_first_name','Logan'),(187350,184304,'_shipping_last_name','Futrell'),(187351,184304,'_shipping_company','Lice Clinics of America NWA'),(187352,184304,'_shipping_address_1','203 Tricha Circle, Unit B'),(187353,184304,'_shipping_city','Gravette'),(187354,184304,'_shipping_state','AR'),(187355,184304,'_shipping_postcode','72736'),(187356,184304,'_shipping_country','US'),(187357,184304,'_order_currency','USD'),(187358,184304,'_cart_discount','0'),(187359,184304,'_cart_discount_tax','0'),(187360,184304,'_order_shipping','0'),(187361,184304,'_order_shipping_tax','0'),(187362,184304,'_order_tax','0'),(187363,184304,'_order_total','1000.20'),(187364,184304,'_order_version','10.3.5'),(187365,184304,'_prices_include_tax','no'),(187366,184304,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(187367,184304,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle, Unit B  Gravette AR 72736 US '),(187368,184304,'is_vat_exempt','no'),(187369,184304,'_order_number','4079'),(187370,184304,'_wc_order_attribution_source_type','typein'),(187371,184304,'_wc_order_attribution_utm_source','(direct)'),(187372,184304,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187373,184304,'_wc_order_attribution_session_start_time','2025-11-12 17:26:00'),(187374,184304,'_wc_order_attribution_session_pages','17'),(187375,184304,'_wc_order_attribution_session_count','1'),(187376,184304,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187377,184304,'_wc_order_attribution_device_type','Desktop'),(187378,184304,'Payment type','instant'),(187379,184304,'_paypal_status','completed'),(187380,184304,'_transaction_id','8G471640UE6113110'),(187381,184304,'PayPal Transaction Fee','35.40'),(187382,184304,'_date_paid','1762969268'),(187383,184304,'_paid_date','2025-11-12 17:41:08'),(187384,184305,'_order_key','wc_order_LdWeY8l9Og5Sh'),(187385,184305,'_customer_user','87'),(187386,184305,'_payment_method','paypal'),(187387,184305,'_payment_method_title','PayPal'),(187388,184305,'_customer_ip_address','75.7.15.79'),(187389,184305,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187390,184305,'_created_via','checkout'),(187391,184305,'_cart_hash','c882a74815891a67d884652d9caa4a6e'),(187392,184305,'_download_permissions_granted','yes'),(187393,184305,'_recorded_sales','yes'),(187394,184305,'_recorded_coupon_usage_counts','yes'),(187395,184305,'_new_order_email_sent','true'),(187396,184305,'_order_stock_reduced','yes'),(187397,184305,'_billing_first_name','Wade'),(187398,184305,'_billing_last_name','Huntsman'),(187399,184305,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(187400,184305,'_billing_address_1','3421 E 21st'),(187401,184305,'_billing_city','Tulsa'),(187402,184305,'_billing_state','OK'),(187403,184305,'_billing_postcode','74114'),(187404,184305,'_billing_country','US'),(187405,184305,'_billing_email','info@liceclinicsmidsouth.com'),(187406,184305,'_billing_phone','9189783329'),(187407,184305,'_shipping_first_name','Shelbe'),(187408,184305,'_shipping_last_name','Smith'),(187409,184305,'_shipping_company','Lice Clinics of America WTA'),(187410,184305,'_shipping_address_1','2101 West MacArthur Road'),(187411,184305,'_shipping_address_2','Lot 511'),(187412,184305,'_shipping_city','Wichita'),(187413,184305,'_shipping_state','KS'),(187414,184305,'_shipping_postcode','67217'),(187415,184305,'_shipping_country','US'),(187416,184305,'_order_currency','USD'),(187417,184305,'_cart_discount','0'),(187418,184305,'_cart_discount_tax','0'),(187419,184305,'_order_shipping','0'),(187420,184305,'_order_shipping_tax','0'),(187421,184305,'_order_tax','0'),(187422,184305,'_order_total','1635.90'),(187423,184305,'_order_version','10.3.5'),(187424,184305,'_prices_include_tax','no'),(187425,184305,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(187426,184305,'_shipping_address_index','Shelbe Smith Lice Clinics of America WTA 2101 West MacArthur Road Lot 511 Wichita KS 67217 US '),(187427,184305,'is_vat_exempt','no'),(187428,184305,'_order_number','4080'),(187429,184305,'_wc_order_attribution_source_type','typein'),(187430,184305,'_wc_order_attribution_utm_source','(direct)'),(187431,184305,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187432,184305,'_wc_order_attribution_session_start_time','2025-11-12 17:26:00'),(187433,184305,'_wc_order_attribution_session_pages','24'),(187434,184305,'_wc_order_attribution_session_count','1'),(187435,184305,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187436,184305,'_wc_order_attribution_device_type','Desktop'),(187437,184305,'Payment type','instant'),(187438,184305,'_paypal_status','completed'),(187439,184305,'_transaction_id','11683005MU413520S'),(187440,184305,'PayPal Transaction Fee','57.58'),(187441,184305,'_date_paid','1762969803'),(187442,184305,'_paid_date','2025-11-12 17:50:03'),(187443,184306,'_order_key','wc_order_xNhFmSaazG3JO'),(187444,184306,'_customer_user','3'),(187445,184306,'_payment_method','paypal'),(187446,184306,'_payment_method_title','PayPal'),(187447,184306,'_customer_ip_address','174.27.166.1'),(187448,184306,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(187449,184306,'_created_via','checkout'),(187450,184306,'_cart_hash','4660d759d121e59851d02c97e30bfaab'),(187451,184306,'_download_permissions_granted','yes'),(187452,184306,'_recorded_sales','yes'),(187453,184306,'_recorded_coupon_usage_counts','yes'),(187454,184306,'_new_order_email_sent','true'),(187455,184306,'_order_stock_reduced','yes'),(187456,184306,'_billing_first_name','amanda'),(187457,184306,'_billing_last_name','westerman'),(187458,184306,'_billing_company','Lice Clinics of America Dallas'),(187459,184306,'_billing_address_1','3120 HUDSON XING'),(187460,184306,'_billing_address_2','Suite A2'),(187461,184306,'_billing_city','MCKINNEY'),(187462,184306,'_billing_state','TX'),(187463,184306,'_billing_postcode','75070'),(187464,184306,'_billing_country','US'),(187465,184306,'_billing_email','awesterman1103@gmail.com'),(187466,184306,'_billing_phone','12144175741'),(187467,184306,'_shipping_first_name','amanda'),(187468,184306,'_shipping_last_name','westerman'),(187469,184306,'_shipping_company','Lice Clinics of America Addison'),(187470,184306,'_shipping_address_1','522 Edmonds Ln'),(187471,184306,'_shipping_address_2','Suite 140'),(187472,184306,'_shipping_city','Lewisville'),(187473,184306,'_shipping_state','TX'),(187474,184306,'_shipping_postcode','75067'),(187475,184306,'_shipping_country','US'),(187476,184306,'_order_currency','USD'),(187477,184306,'_cart_discount','0'),(187478,184306,'_cart_discount_tax','0'),(187479,184306,'_order_shipping','0'),(187480,184306,'_order_shipping_tax','0'),(187481,184306,'_order_tax','0'),(187482,184306,'_order_total','775.85'),(187483,184306,'_order_version','10.3.5'),(187484,184306,'_prices_include_tax','no'),(187485,184306,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(187486,184306,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 522 Edmonds Ln Suite 140 Lewisville TX 75067 US '),(187487,184306,'is_vat_exempt','no'),(187488,184306,'_order_number','4081'),(187489,184306,'_wc_order_attribution_source_type','typein'),(187490,184306,'_wc_order_attribution_utm_source','(direct)'),(187491,184306,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187492,184306,'_wc_order_attribution_session_start_time','2025-11-12 19:09:24'),(187493,184306,'_wc_order_attribution_session_pages','4'),(187494,184306,'_wc_order_attribution_session_count','1'),(187495,184306,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(187496,184306,'_wc_order_attribution_device_type','Desktop'),(187497,184306,'Payment type','instant'),(187498,184306,'_paypal_status','completed'),(187499,184306,'_transaction_id','251644704H9437836'),(187500,184306,'PayPal Transaction Fee','27.57'),(187501,184306,'_date_paid','1762975025'),(187502,184306,'_paid_date','2025-11-12 19:17:05'),(187525,184308,'_order_key','wc_order_pHcIWiNix7JbI'),(187526,184308,'_customer_user','6'),(187527,184308,'_payment_method','paypal'),(187528,184308,'_payment_method_title','PayPal'),(187529,184308,'_customer_ip_address','73.220.233.56'),(187530,184308,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(187531,184308,'_created_via','checkout'),(187532,184308,'_cart_hash','2aaac1bea00810005ebe599f7fee5f55'),(187533,184308,'_download_permissions_granted','yes'),(187534,184308,'_recorded_sales','yes'),(187535,184308,'_recorded_coupon_usage_counts','yes'),(187536,184308,'_new_order_email_sent','true'),(187537,184308,'_order_stock_reduced','yes'),(187538,184308,'_billing_first_name','Amira'),(187539,184308,'_billing_last_name','Purto'),(187540,184308,'_billing_address_1','2520 Chandon Circle'),(187541,184308,'_billing_city','Modesto'),(187542,184308,'_billing_state','CA'),(187543,184308,'_billing_postcode','95355'),(187544,184308,'_billing_country','US'),(187545,184308,'_billing_email','amira77@sbcglobal.net'),(187546,184308,'_billing_phone','2096422061'),(187547,184308,'_shipping_first_name','Amira'),(187548,184308,'_shipping_last_name','Purto'),(187549,184308,'_shipping_address_1','2520 Chandon Circle'),(187550,184308,'_shipping_city','Modesto'),(187551,184308,'_shipping_state','CA'),(187552,184308,'_shipping_postcode','95355'),(187553,184308,'_shipping_country','US'),(187554,184308,'_order_currency','USD'),(187555,184308,'_cart_discount','0'),(187556,184308,'_cart_discount_tax','0'),(187557,184308,'_order_shipping','0'),(187558,184308,'_order_shipping_tax','0'),(187559,184308,'_order_tax','0'),(187560,184308,'_order_total','991.90'),(187561,184308,'_order_version','10.3.5'),(187562,184308,'_prices_include_tax','no'),(187563,184308,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(187564,184308,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(187565,184308,'is_vat_exempt','no'),(187566,184308,'_order_number','4082'),(187567,184308,'_wc_order_attribution_source_type','typein'),(187568,184308,'_wc_order_attribution_utm_source','(direct)'),(187569,184308,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187570,184308,'_wc_order_attribution_session_start_time','2025-09-29 04:15:58'),(187571,184308,'_wc_order_attribution_session_pages','4'),(187572,184308,'_wc_order_attribution_session_count','6'),(187573,184308,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(187574,184308,'_wc_order_attribution_device_type','Desktop'),(187575,184308,'Payment type','instant'),(187576,184308,'_paypal_status','completed'),(187577,184308,'_transaction_id','9UK85575K70296523'),(187578,184308,'PayPal Transaction Fee','35.11'),(187579,184308,'_date_paid','1763055682'),(187580,184308,'_paid_date','2025-11-13 17:41:22'),(187581,184309,'_order_key','wc_order_GYrXgErQxhJu6'),(187582,184309,'_customer_user','75'),(187583,184309,'_payment_method','paypal'),(187584,184309,'_payment_method_title','PayPal'),(187585,184309,'_customer_ip_address','192.136.236.101'),(187586,184309,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(187587,184309,'_created_via','checkout'),(187588,184309,'_cart_hash','d773c989646c61223860748995b3ef40'),(187589,184309,'_download_permissions_granted','yes'),(187590,184309,'_recorded_sales','yes'),(187591,184309,'_recorded_coupon_usage_counts','yes'),(187592,184309,'_new_order_email_sent','true'),(187593,184309,'_order_stock_reduced','yes'),(187594,184309,'_billing_first_name','Mirtala'),(187595,184309,'_billing_last_name','Pena'),(187596,184309,'_billing_company','LCA Mission'),(187597,184309,'_billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(187598,184309,'_billing_city','MIssion'),(187599,184309,'_billing_state','TX'),(187600,184309,'_billing_postcode','78572'),(187601,184309,'_billing_country','US'),(187602,184309,'_billing_email','info@riogrande.liceclinicsofamerica.com'),(187603,184309,'_billing_phone','9566052921'),(187604,184309,'_shipping_first_name','Mirtala'),(187605,184309,'_shipping_last_name','Pena'),(187606,184309,'_shipping_company','LCA Mission'),(187607,184309,'_shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(187608,184309,'_shipping_city','MIssion'),(187609,184309,'_shipping_state','TX'),(187610,184309,'_shipping_postcode','78572'),(187611,184309,'_shipping_country','US'),(187612,184309,'_order_currency','USD'),(187613,184309,'_cart_discount','0'),(187614,184309,'_cart_discount_tax','0'),(187615,184309,'_order_shipping','0'),(187616,184309,'_order_shipping_tax','0'),(187617,184309,'_order_tax','0'),(187618,184309,'_order_total','1659.48'),(187619,184309,'_order_version','10.3.5'),(187620,184309,'_prices_include_tax','no'),(187621,184309,'_billing_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US info@riogrande.liceclinicsofamerica.com 9566052921'),(187622,184309,'_shipping_address_index','Mirtala Pena LCA Mission 1512 E Expressway 83 suite 107a Mission TX  MIssion TX 78572 US '),(187623,184309,'is_vat_exempt','no'),(187624,184309,'_order_number','4083'),(187625,184309,'_wc_order_attribution_source_type','referral'),(187626,184309,'_wc_order_attribution_referrer','https://lcaportal.com/'),(187627,184309,'_wc_order_attribution_utm_source','lcaportal.com'),(187628,184309,'_wc_order_attribution_utm_medium','referral'),(187629,184309,'_wc_order_attribution_utm_content','/'),(187630,184309,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187631,184309,'_wc_order_attribution_session_start_time','2025-11-13 17:38:46'),(187632,184309,'_wc_order_attribution_session_pages','9'),(187633,184309,'_wc_order_attribution_session_count','1'),(187634,184309,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15'),(187635,184309,'_wc_order_attribution_device_type','Desktop'),(187636,184309,'Payment type','instant'),(187637,184309,'_paypal_status','completed'),(187638,184309,'_transaction_id','0V268664KK989284A'),(187639,184309,'PayPal Transaction Fee','58.41'),(187640,184309,'_date_paid','1763056245'),(187641,184309,'_paid_date','2025-11-13 17:50:45'),(187642,184310,'_order_key','wc_order_rKWJ6V5N8CeU8'),(187643,184310,'_customer_user','87'),(187644,184310,'_payment_method','paypal'),(187645,184310,'_payment_method_title','PayPal'),(187646,184310,'_customer_ip_address','75.7.15.79'),(187647,184310,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187648,184310,'_created_via','checkout'),(187649,184310,'_cart_hash','945fec9d1b468b3cd53b9a28a95a912a'),(187650,184310,'_download_permissions_granted','yes'),(187651,184310,'_recorded_sales','yes'),(187652,184310,'_recorded_coupon_usage_counts','yes'),(187653,184310,'_new_order_email_sent','true'),(187654,184310,'_order_stock_reduced','yes'),(187655,184310,'_billing_first_name','Wade'),(187656,184310,'_billing_last_name','Huntsman'),(187657,184310,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(187658,184310,'_billing_address_1','3421 E 21st'),(187659,184310,'_billing_city','Tulsa'),(187660,184310,'_billing_state','OK'),(187661,184310,'_billing_postcode','74114'),(187662,184310,'_billing_country','US'),(187663,184310,'_billing_email','info@liceclinicsmidsouth.com'),(187664,184310,'_billing_phone','9189783329'),(187665,184310,'_shipping_first_name','Logan'),(187666,184310,'_shipping_last_name','Futrell'),(187667,184310,'_shipping_company','Lice Clinics of America NWA'),(187668,184310,'_shipping_address_1','203 Tricha Circle Unit B'),(187669,184310,'_shipping_city','Gravette'),(187670,184310,'_shipping_state','AR'),(187671,184310,'_shipping_postcode','72736'),(187672,184310,'_shipping_country','US'),(187673,184310,'_order_currency','USD'),(187674,184310,'_cart_discount','0'),(187675,184310,'_cart_discount_tax','0'),(187676,184310,'_order_shipping','0'),(187677,184310,'_order_shipping_tax','0'),(187678,184310,'_order_tax','0'),(187679,184310,'_order_total','506.40'),(187680,184310,'_order_version','10.3.5'),(187681,184310,'_prices_include_tax','no'),(187682,184310,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(187683,184310,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(187684,184310,'is_vat_exempt','no'),(187685,184310,'_order_number','4084'),(187686,184310,'_wc_order_attribution_source_type','typein'),(187687,184310,'_wc_order_attribution_utm_source','(direct)'),(187688,184310,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187689,184310,'_wc_order_attribution_session_start_time','2025-11-13 18:43:37'),(187690,184310,'_wc_order_attribution_session_pages','4'),(187691,184310,'_wc_order_attribution_session_count','1'),(187692,184310,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(187693,184310,'_wc_order_attribution_device_type','Desktop'),(187694,184310,'Payment type','instant'),(187695,184310,'_paypal_status','completed'),(187696,184310,'_transaction_id','3D0015263H801741Y'),(187697,184310,'PayPal Transaction Fee','18.16'),(187698,184310,'_date_paid','1763059675'),(187699,184310,'_paid_date','2025-11-13 18:47:55'),(187700,184311,'_order_currency','USD'),(187701,184311,'_cart_discount','0'),(187702,184311,'_cart_discount_tax','0'),(187703,184311,'_order_shipping','0'),(187704,184311,'_order_shipping_tax','0'),(187705,184311,'_order_tax','0'),(187706,184311,'_order_total','-135.00'),(187707,184311,'_order_version','10.3.5'),(187708,184311,'_prices_include_tax','no'),(187709,184311,'_refund_amount','135.00'),(187710,184311,'_refunded_by','2'),(187711,184311,'_refunded_payment','1'),(187712,184311,'_refund_reason','Per Ginesis'),(187713,184311,'_refund_type','partial'),(187714,184302,'_edit_lock','1763070102:2'),(187715,184302,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193699\";s:12:\"date_shipped\";s:10:\"1762905600\";s:11:\"tracking_id\";s:32:\"d7f8ad25c404294ab104c837ccdc06af\";}}'),(187716,184302,'_edit_last','2'),(187717,184302,'_date_completed','1763070234'),(187718,184302,'_completed_date','2025-11-13 21:43:54'),(187719,184303,'_edit_lock','1763070132:2'),(187720,184303,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193791\";s:12:\"date_shipped\";s:10:\"1762905600\";s:11:\"tracking_id\";s:32:\"d3a8fe836edac706a19266f3663d6aaf\";}}'),(187721,184303,'_edit_last','2'),(187722,184303,'_date_completed','1763070269'),(187723,184303,'_completed_date','2025-11-13 21:44:29'),(187724,184304,'_edit_lock','1763070331:2'),(187725,184304,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193817\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"db85eb5f2dc228b4a4c4236ce5f433fb\";}}'),(187726,184304,'_edit_last','2'),(187727,184304,'_date_completed','1763070326'),(187728,184304,'_completed_date','2025-11-13 21:45:26'),(187729,184305,'_edit_lock','1763070226:2'),(187730,184305,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193840\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"44f89e91dfeb19146565c83b2ecd80c7\";}}'),(187731,184305,'_edit_last','2'),(187732,184305,'_date_completed','1763070363'),(187733,184305,'_completed_date','2025-11-13 21:46:03'),(187734,184306,'_edit_lock','1763070456:2'),(187735,184306,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193942\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"7fec3dbb686aaeedabb1fe42f4c244ac\";}}'),(187736,184306,'_edit_last','2'),(187737,184306,'_date_completed','1763070402'),(187738,184306,'_completed_date','2025-11-13 21:46:42'),(187739,184308,'_edit_lock','1763070389:2'),(187740,184308,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194114\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"7bc13af52041bd7be26ae620618f10f1\";}}'),(187741,184308,'_edit_last','2'),(187742,184308,'_date_completed','1763070520'),(187743,184308,'_completed_date','2025-11-13 21:48:40'),(187744,184309,'_edit_lock','1763070425:2'),(187745,184309,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194158\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"6e54b7a23e3e317d8fc3c116175300fd\";}}'),(187746,184309,'_edit_last','2'),(187747,184309,'_date_completed','1763070551'),(187748,184309,'_completed_date','2025-11-13 21:49:11'),(187749,184310,'_edit_lock','1763070603:2'),(187750,184310,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194180\";s:12:\"date_shipped\";s:10:\"1762992000\";s:11:\"tracking_id\";s:32:\"757007ed2a002d9b3668f8fa483c95b1\";}}'),(187751,184310,'_edit_last','2'),(187752,184310,'_date_completed','1763070597'),(187753,184310,'_completed_date','2025-11-13 21:49:57'),(187754,184312,'_order_key','wc_order_IKwKXGaymoe8N'),(187755,184312,'_customer_user','76'),(187756,184312,'_payment_method','paypal'),(187757,184312,'_payment_method_title','PayPal'),(187758,184312,'_customer_ip_address','66.31.192.192'),(187759,184312,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(187760,184312,'_created_via','checkout'),(187761,184312,'_cart_hash','49cb993bbeccef2378b892adabded304'),(187762,184312,'_download_permissions_granted','yes'),(187763,184312,'_recorded_sales','yes'),(187764,184312,'_recorded_coupon_usage_counts','yes'),(187765,184312,'_new_order_email_sent','true'),(187766,184312,'_order_stock_reduced','yes'),(187767,184312,'_billing_first_name','Naomi'),(187768,184312,'_billing_last_name','Golden'),(187769,184312,'_billing_address_1','31 Mann Ave'),(187770,184312,'_billing_city','Needham'),(187771,184312,'_billing_state','MA'),(187772,184312,'_billing_postcode','02492'),(187773,184312,'_billing_country','US'),(187774,184312,'_billing_email','nrgolden6486@gmail.com'),(187775,184312,'_billing_phone','6178511322'),(187776,184312,'_shipping_first_name','Naomi'),(187777,184312,'_shipping_last_name','Golden'),(187778,184312,'_shipping_company','Lice Clinics of America'),(187779,184312,'_shipping_address_1','111 Center Street'),(187780,184312,'_shipping_city','Middleborough'),(187781,184312,'_shipping_state','MA'),(187782,184312,'_shipping_postcode','02346'),(187783,184312,'_shipping_country','US'),(187784,184312,'_order_currency','USD'),(187785,184312,'_cart_discount','0'),(187786,184312,'_cart_discount_tax','0'),(187787,184312,'_order_shipping','0'),(187788,184312,'_order_shipping_tax','0'),(187789,184312,'_order_tax','0'),(187790,184312,'_order_total','553.90'),(187791,184312,'_order_version','10.3.5'),(187792,184312,'_prices_include_tax','no'),(187793,184312,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(187794,184312,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street  Middleborough MA 02346 US '),(187795,184312,'is_vat_exempt','no'),(187796,184312,'_order_number','4085'),(187797,184312,'_wc_order_attribution_source_type','typein'),(187798,184312,'_wc_order_attribution_utm_source','(direct)'),(187799,184312,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(187800,184312,'_wc_order_attribution_session_start_time','2025-11-03 17:15:11'),(187801,184312,'_wc_order_attribution_session_pages','3'),(187802,184312,'_wc_order_attribution_session_count','7'),(187803,184312,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(187804,184312,'_wc_order_attribution_device_type','Desktop'),(187805,184312,'Payment type','instant'),(187806,184312,'_paypal_status','completed'),(187807,184312,'_transaction_id','67W37647HM9900531'),(187808,184312,'PayPal Transaction Fee','19.82'),(187809,184312,'_date_paid','1763141377'),(187810,184312,'_paid_date','2025-11-14 17:29:37'),(187813,184313,'_start_date','2025-11-14 19:41:57'),(187815,184313,'_end_date',''),(187817,184313,'_edit_lock','1763149282:2'),(187818,184313,'_edit_last','2'),(187820,184312,'_edit_lock','1763150500:2'),(187821,184312,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194320\";s:12:\"date_shipped\";s:10:\"1763078400\";s:11:\"tracking_id\";s:32:\"0af288e000cccdf06141036069017d47\";}}'),(187822,184312,'_edit_last','2'),(187823,184312,'_date_completed','1763150635'),(187824,184312,'_completed_date','2025-11-14 20:03:55'),(187825,184300,'_edit_lock','1763150744:2'),(187826,184297,'_date_completed','1763150693'),(187827,184297,'_completed_date','2025-11-14 20:04:53'),(187828,184300,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193520\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"01dff6234cc924384f82acb224e8ae96\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193530\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"67ecb5c2c4284317ff33f16bdc0a8993\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800193541\";s:12:\"date_shipped\";s:10:\"1762819200\";s:11:\"tracking_id\";s:32:\"de560f74931c1b9473d43d86deb64909\";}}'),(187829,184300,'_edit_last','2'),(187830,184300,'_date_completed','1763150739'),(187831,184300,'_completed_date','2025-11-14 20:05:39'),(187832,184315,'_order_key','wc_order_JiXhcPmEQXMAT'),(187833,184315,'_customer_user','50'),(187834,184315,'_payment_method','paypal'),(187835,184315,'_payment_method_title','PayPal'),(187836,184315,'_customer_ip_address','24.34.196.21'),(187837,184315,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(187838,184315,'_created_via','checkout'),(187839,184315,'_cart_hash','c0d92f10de5fea43546aa3198395fd9e'),(187840,184315,'_download_permissions_granted','yes'),(187841,184315,'_recorded_sales','yes'),(187842,184315,'_recorded_coupon_usage_counts','yes'),(187843,184315,'_new_order_email_sent','true'),(187844,184315,'_order_stock_reduced','yes'),(187845,184315,'_billing_first_name','Christine'),(187846,184315,'_billing_last_name','Cherry'),(187847,184315,'_billing_company','NITS END'),(187848,184315,'_billing_address_1','PO BOX 1092'),(187849,184315,'_billing_city','Campton'),(187850,184315,'_billing_state','NH'),(187851,184315,'_billing_postcode','03223'),(187852,184315,'_billing_country','US'),(187853,184315,'_billing_email','info@liceclinicsplaistow.com'),(187854,184315,'_billing_phone','16034983390'),(187855,184315,'_shipping_first_name','Christine'),(187856,184315,'_shipping_last_name','Cherry'),(187857,184315,'_shipping_company','C/O Linda Brann LCA/Nits End'),(187858,184315,'_shipping_address_1','16 Toppan Drive'),(187859,184315,'_shipping_city','Gorham'),(187860,184315,'_shipping_state','ME'),(187861,184315,'_shipping_postcode','04038'),(187862,184315,'_shipping_country','US'),(187863,184315,'_order_currency','USD'),(187864,184315,'_cart_discount','0'),(187865,184315,'_cart_discount_tax','0'),(187866,184315,'_order_shipping','0'),(187867,184315,'_order_shipping_tax','0'),(187868,184315,'_order_tax','0'),(187869,184315,'_order_total','564.40'),(187870,184315,'_order_version','10.3.5'),(187871,184315,'_prices_include_tax','no'),(187872,184315,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(187873,184315,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(187874,184315,'is_vat_exempt','no'),(187875,184315,'_order_number','4086'),(187876,184315,'_wc_order_attribution_source_type','referral'),(187877,184315,'_wc_order_attribution_referrer','https://lcaportal.com/'),(187878,184315,'_wc_order_attribution_utm_source','lcaportal.com'),(187879,184315,'_wc_order_attribution_utm_medium','referral'),(187880,184315,'_wc_order_attribution_utm_content','/'),(187881,184315,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187882,184315,'_wc_order_attribution_session_start_time','2025-11-14 20:43:27'),(187883,184315,'_wc_order_attribution_session_pages','6'),(187884,184315,'_wc_order_attribution_session_count','7'),(187885,184315,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(187886,184315,'_wc_order_attribution_device_type','Desktop'),(187887,184315,'Payment type','instant'),(187888,184315,'_paypal_status','completed'),(187889,184315,'_transaction_id','4A438937PU911521A'),(187890,184315,'PayPal Transaction Fee','20.19'),(187891,184315,'_date_paid','1763153348'),(187892,184315,'_paid_date','2025-11-14 20:49:08'),(187895,184316,'_order_key','wc_order_z0R6syi0f1G7r'),(187896,184316,'_customer_user','54'),(187897,184316,'_payment_method','paypal'),(187898,184316,'_payment_method_title','PayPal'),(187899,184316,'_customer_ip_address','75.195.218.6'),(187900,184316,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(187901,184316,'_created_via','checkout'),(187902,184316,'_cart_hash','16b95f4297efcd87bda1cbd7c3e5730d'),(187903,184316,'_download_permissions_granted','yes'),(187904,184316,'_recorded_sales','yes'),(187905,184316,'_recorded_coupon_usage_counts','yes'),(187906,184316,'_new_order_email_sent','true'),(187907,184316,'_order_stock_reduced','yes'),(187908,184316,'_billing_first_name','Erin'),(187909,184316,'_billing_last_name','Hawn'),(187910,184316,'_billing_address_1','10 W Phillip Rd'),(187911,184316,'_billing_address_2','Suite 123'),(187912,184316,'_billing_city','Vernon Hills'),(187913,184316,'_billing_state','IL'),(187914,184316,'_billing_postcode','60061'),(187915,184316,'_billing_country','US'),(187916,184316,'_billing_email','info@northernil.liceclinicsofamerica.com'),(187917,184316,'_billing_phone','8475960408'),(187918,184316,'_shipping_first_name','Erin'),(187919,184316,'_shipping_last_name','Hawn'),(187920,184316,'_shipping_address_1','1491 S Amarias Dr'),(187921,184316,'_shipping_city','Round lake'),(187922,184316,'_shipping_state','IL'),(187923,184316,'_shipping_postcode','60073'),(187924,184316,'_shipping_country','US'),(187925,184316,'_order_currency','USD'),(187926,184316,'_cart_discount','0'),(187927,184316,'_cart_discount_tax','0'),(187928,184316,'_order_shipping','0'),(187929,184316,'_order_shipping_tax','0'),(187930,184316,'_order_tax','0'),(187931,184316,'_order_total','801.70'),(187932,184316,'_order_version','10.3.5'),(187933,184316,'_prices_include_tax','no'),(187934,184316,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(187935,184316,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(187936,184316,'is_vat_exempt','no'),(187937,184316,'_order_number','4087'),(187938,184316,'_wc_order_attribution_source_type','referral'),(187939,184316,'_wc_order_attribution_referrer','android-app://com.google.android.gm/'),(187940,184316,'_wc_order_attribution_utm_source','com.google.android.gm'),(187941,184316,'_wc_order_attribution_utm_medium','referral'),(187942,184316,'_wc_order_attribution_utm_content','/'),(187943,184316,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(187944,184316,'_wc_order_attribution_session_start_time','2025-11-16 12:47:10'),(187945,184316,'_wc_order_attribution_session_pages','10'),(187946,184316,'_wc_order_attribution_session_count','1'),(187947,184316,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(187948,184316,'_wc_order_attribution_device_type','Mobile'),(187949,184316,'Payment type','instant'),(187950,184316,'_paypal_status','completed'),(187951,184316,'_transaction_id','2BS79881DA3924419'),(187952,184316,'PayPal Transaction Fee','28.47'),(187953,184316,'_date_paid','1763298663'),(187954,184316,'_paid_date','2025-11-16 13:11:03'),(187955,184317,'_order_key','wc_order_73HA93GVR5xma'),(187956,184317,'_customer_user','76'),(187957,184317,'_payment_method','paypal'),(187958,184317,'_payment_method_title','PayPal'),(187959,184317,'_customer_ip_address','209.6.13.37'),(187960,184317,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(187961,184317,'_created_via','checkout'),(187962,184317,'_cart_hash','1877c507b27af3591b087a17a2535a57'),(187963,184317,'_download_permissions_granted','yes'),(187964,184317,'_recorded_sales','yes'),(187965,184317,'_recorded_coupon_usage_counts','yes'),(187966,184317,'_new_order_email_sent','true'),(187967,184317,'_order_stock_reduced','yes'),(187968,184317,'_billing_first_name','Naomi'),(187969,184317,'_billing_last_name','Golden'),(187970,184317,'_billing_address_1','31 Mann Ave'),(187971,184317,'_billing_city','Needham'),(187972,184317,'_billing_state','MA'),(187973,184317,'_billing_postcode','02492'),(187974,184317,'_billing_country','US'),(187975,184317,'_billing_email','nrgolden6486@gmail.com'),(187976,184317,'_billing_phone','6178511322'),(187977,184317,'_shipping_first_name','Naomi'),(187978,184317,'_shipping_last_name','Golden'),(187979,184317,'_shipping_company','Lice Clinics of America'),(187980,184317,'_shipping_address_1','60 Dedham Ave'),(187981,184317,'_shipping_address_2','201'),(187982,184317,'_shipping_city','Needham'),(187983,184317,'_shipping_state','MA'),(187984,184317,'_shipping_postcode','02492'),(187985,184317,'_shipping_country','US'),(187986,184317,'_order_currency','USD'),(187987,184317,'_cart_discount','0'),(187988,184317,'_cart_discount_tax','0'),(187989,184317,'_order_shipping','0'),(187990,184317,'_order_shipping_tax','0'),(187991,184317,'_order_tax','0'),(187992,184317,'_order_total','587.60'),(187993,184317,'_order_version','10.3.5'),(187994,184317,'_prices_include_tax','no'),(187995,184317,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(187996,184317,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave 201 Needham MA 02492 US '),(187997,184317,'is_vat_exempt','no'),(187998,184317,'_order_number','4088'),(187999,184317,'_wc_order_attribution_source_type','typein'),(188000,184317,'_wc_order_attribution_utm_source','(direct)'),(188001,184317,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(188002,184317,'_wc_order_attribution_session_start_time','2025-11-16 17:18:27'),(188003,184317,'_wc_order_attribution_session_pages','3'),(188004,184317,'_wc_order_attribution_session_count','2'),(188005,184317,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(188006,184317,'_wc_order_attribution_device_type','Desktop'),(188007,184317,'Payment type','instant'),(188008,184317,'_paypal_status','completed'),(188009,184317,'_transaction_id','59994118VS153900N'),(188010,184317,'PayPal Transaction Fee','21.00'),(188011,184317,'_date_paid','1763327155'),(188012,184317,'_paid_date','2025-11-16 21:05:55'),(188013,183,'_eael_post_view_count','3'),(188017,184318,'_order_key','wc_order_xvLEttH3OOiKv'),(188018,184318,'_customer_user','96'),(188019,184318,'_payment_method','paypal'),(188020,184318,'_payment_method_title','PayPal'),(188021,184318,'_customer_ip_address','166.181.83.91'),(188022,184318,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(188023,184318,'_created_via','checkout'),(188024,184318,'_cart_hash','38275ac7342cf0e53ef83e994988c1fc'),(188025,184318,'_download_permissions_granted','yes'),(188026,184318,'_recorded_sales','yes'),(188027,184318,'_recorded_coupon_usage_counts','yes'),(188028,184318,'_new_order_email_sent','true'),(188029,184318,'_order_stock_reduced','yes'),(188030,184318,'_billing_first_name','Jaimi'),(188031,184318,'_billing_last_name','Anderson'),(188032,184318,'_billing_company','Lice Clinics of America - Des Moines'),(188033,184318,'_billing_address_1','4810 Ingersoll Ave'),(188034,184318,'_billing_address_2','3'),(188035,184318,'_billing_city','Des Moines'),(188036,184318,'_billing_state','IA'),(188037,184318,'_billing_postcode','50312'),(188038,184318,'_billing_country','US'),(188039,184318,'_billing_email','j.m.licesolutions@gmail.com'),(188040,184318,'_billing_phone','5159710667'),(188041,184318,'_shipping_first_name','Jaimi'),(188042,184318,'_shipping_last_name','Anderson'),(188043,184318,'_shipping_company','Lice Clinics of America - Des Moines'),(188044,184318,'_shipping_address_1','6900 University Ave.'),(188045,184318,'_shipping_address_2','Ste 120'),(188046,184318,'_shipping_city','Windsor Heights'),(188047,184318,'_shipping_state','IA'),(188048,184318,'_shipping_postcode','50324'),(188049,184318,'_shipping_country','US'),(188050,184318,'_order_currency','USD'),(188051,184318,'_cart_discount','0'),(188052,184318,'_cart_discount_tax','0'),(188053,184318,'_order_shipping','0'),(188054,184318,'_order_shipping_tax','0'),(188055,184318,'_order_tax','0'),(188056,184318,'_order_total','1723.00'),(188057,184318,'_order_version','10.3.5'),(188058,184318,'_prices_include_tax','no'),(188059,184318,'_billing_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 4810 Ingersoll Ave 3 Des Moines IA 50312 US j.m.licesolutions@gmail.com 5159710667'),(188060,184318,'_shipping_address_index','Jaimi Anderson Lice Clinics of America - Des Moines 6900 University Ave. Ste 120 Windsor Heights IA 50324 US '),(188062,184318,'_order_number','4089'),(188063,184318,'_wc_order_attribution_source_type','typein'),(188064,184318,'_wc_order_attribution_utm_source','(direct)'),(188065,184318,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188066,184318,'_wc_order_attribution_session_start_time','2025-11-17 05:16:13'),(188067,184318,'_wc_order_attribution_session_pages','11'),(188068,184318,'_wc_order_attribution_session_count','1'),(188069,184318,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(188070,184318,'_wc_order_attribution_device_type','Desktop'),(188071,184318,'is_vat_exempt','no'),(188072,184318,'Payment type','instant'),(188073,184318,'_paypal_status','completed'),(188074,184318,'_transaction_id','5NX535091T346133N'),(188075,184318,'PayPal Transaction Fee','60.62'),(188076,184318,'_date_paid','1763359045'),(188077,184318,'_paid_date','2025-11-17 05:57:25'),(188093,184320,'_order_key','wc_order_KsHrbztIdrNjL'),(188094,184320,'_customer_user','77'),(188095,184320,'_payment_method','paypal'),(188096,184320,'_payment_method_title','PayPal'),(188097,184320,'_customer_ip_address','172.56.51.205'),(188098,184320,'_customer_user_agent','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'),(188099,184320,'_created_via','checkout'),(188100,184320,'_cart_hash','43d000b6ef4f8d6c9ed648c946213550'),(188101,184320,'_download_permissions_granted','yes'),(188102,184320,'_recorded_sales','yes'),(188103,184320,'_recorded_coupon_usage_counts','yes'),(188104,184320,'_new_order_email_sent','true'),(188105,184320,'_order_stock_reduced','yes'),(188106,184320,'_billing_first_name','Phil'),(188107,184320,'_billing_last_name','Moon'),(188108,184320,'_billing_company','LiceBusters, LLC'),(188109,184320,'_billing_address_1','12 Sharon Ave'),(188110,184320,'_billing_city','Piedmont'),(188111,184320,'_billing_state','CA'),(188112,184320,'_billing_postcode','94611'),(188113,184320,'_billing_country','US'),(188114,184320,'_billing_email','kris10maroot@gmail.com'),(188115,184320,'_billing_phone','5593046305'),(188116,184320,'_shipping_first_name','Kristen'),(188117,184320,'_shipping_last_name','Maroot-Rippee'),(188118,184320,'_shipping_company','LiceBusters, LLC'),(188119,184320,'_shipping_address_1','487 W. Scott'),(188120,184320,'_shipping_city','Fresno'),(188121,184320,'_shipping_state','CA'),(188122,184320,'_shipping_postcode','93704'),(188123,184320,'_shipping_country','US'),(188124,184320,'_order_currency','USD'),(188125,184320,'_cart_discount','0'),(188126,184320,'_cart_discount_tax','0'),(188127,184320,'_order_shipping','0'),(188128,184320,'_order_shipping_tax','0'),(188129,184320,'_order_tax','0'),(188130,184320,'_order_total','1066.20'),(188131,184320,'_order_version','10.3.5'),(188132,184320,'_prices_include_tax','no'),(188133,184320,'_billing_address_index','Phil Moon LiceBusters, LLC 12 Sharon Ave  Piedmont CA 94611 US kris10maroot@gmail.com 5593046305'),(188134,184320,'_shipping_address_index','Kristen Maroot-Rippee LiceBusters, LLC 487 W. Scott  Fresno CA 93704 US '),(188135,184320,'is_vat_exempt','no'),(188136,184320,'_order_number','4090'),(188137,184320,'_wc_order_attribution_source_type','typein'),(188138,184320,'_wc_order_attribution_utm_source','(direct)'),(188139,184320,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188140,184320,'_wc_order_attribution_session_start_time','2025-11-17 16:45:23'),(188141,184320,'_wc_order_attribution_session_pages','6'),(188142,184320,'_wc_order_attribution_session_count','1'),(188143,184320,'_wc_order_attribution_user_agent','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'),(188144,184320,'_wc_order_attribution_device_type','Desktop'),(188145,184320,'Payment type','instant'),(188146,184320,'_paypal_status','completed'),(188147,184320,'_transaction_id','179226798L1504024'),(188148,184320,'PayPal Transaction Fee','37.70'),(188149,184320,'_date_paid','1763398464'),(188150,184320,'_paid_date','2025-11-17 16:54:24'),(188169,184322,'_order_key','wc_order_Ro2B9Yh0UcxLE'),(188170,184322,'_customer_user','6'),(188171,184322,'_payment_method','paypal'),(188172,184322,'_payment_method_title','PayPal'),(188173,184322,'_customer_ip_address','73.220.233.56'),(188174,184322,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(188175,184322,'_created_via','checkout'),(188176,184322,'_cart_hash','413bda18f60d2abffa49b2680aca03f8'),(188177,184322,'_download_permissions_granted','no'),(188178,184322,'_recorded_sales','no'),(188179,184322,'_recorded_coupon_usage_counts','no'),(188180,184322,'_new_order_email_sent','false'),(188181,184322,'_order_stock_reduced','no'),(188182,184322,'_billing_first_name','Amira'),(188183,184322,'_billing_last_name','Purto'),(188184,184322,'_billing_address_1','2520 Chandon Circle'),(188185,184322,'_billing_city','Modesto'),(188186,184322,'_billing_state','CA'),(188187,184322,'_billing_postcode','95355'),(188188,184322,'_billing_country','US'),(188189,184322,'_billing_email','amira77@sbcglobal.net'),(188190,184322,'_billing_phone','2096422061'),(188191,184322,'_shipping_first_name','Amira'),(188192,184322,'_shipping_last_name','Purto'),(188193,184322,'_shipping_address_1','2520 Chandon Circle'),(188194,184322,'_shipping_city','Modesto'),(188195,184322,'_shipping_state','CA'),(188196,184322,'_shipping_postcode','95355'),(188197,184322,'_shipping_country','US'),(188198,184322,'_order_currency','USD'),(188199,184322,'_cart_discount','0'),(188200,184322,'_cart_discount_tax','0'),(188201,184322,'_order_shipping','0'),(188202,184322,'_order_shipping_tax','0'),(188203,184322,'_order_tax','0'),(188204,184322,'_order_total','1550.10'),(188205,184322,'_order_version','10.3.5'),(188206,184322,'_prices_include_tax','no'),(188207,184322,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(188208,184322,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(188209,184322,'is_vat_exempt','no'),(188210,184322,'_order_number','4091'),(188211,184322,'_wc_order_attribution_source_type','typein'),(188212,184322,'_wc_order_attribution_utm_source','(direct)'),(188213,184322,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188214,184322,'_wc_order_attribution_session_start_time','2025-09-29 04:15:58'),(188215,184322,'_wc_order_attribution_session_pages','7'),(188216,184322,'_wc_order_attribution_session_count','7'),(188217,184322,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(188218,184322,'_wc_order_attribution_device_type','Desktop'),(188219,184322,'Payment type','instant'),(188220,184322,'_paypal_status','completed'),(188221,184322,'_transaction_id','40133154X6122982U'),(188226,184315,'_edit_lock','1763409629:2'),(188227,184315,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194423\";s:12:\"date_shipped\";s:10:\"1763078400\";s:11:\"tracking_id\";s:32:\"4a19533c812df0ec6e942bd9d2218d66\";}}'),(188228,184315,'_edit_last','2'),(188229,184315,'_date_completed','1763409624'),(188230,184315,'_completed_date','2025-11-17 20:00:24'),(188265,3476,'_eael_post_view_count','8'),(188267,3524,'_eael_post_view_count','3'),(188271,49,'_eael_post_view_count','9'),(188278,3354,'_eael_post_view_count','2'),(188285,51,'_eael_post_view_count','6'),(188288,101,'_eael_post_view_count','5'),(188304,39,'_eael_post_view_count','6'),(188307,95,'_eael_post_view_count','2'),(188310,3499,'_eael_post_view_count','2'),(188315,3507,'_eael_post_view_count','3'),(188317,3485,'_eael_post_view_count','2'),(188319,3696,'_eael_post_view_count','2'),(188324,184258,'_edit_lock','1763491061:2'),(188325,184258,'_edit_last','2'),(188349,184323,'_order_key','wc_order_sQjwC3XrBfVBQ'),(188350,184323,'_customer_user','112'),(188351,184323,'_payment_method','paypal'),(188352,184323,'_payment_method_title','PayPal'),(188353,184323,'_customer_ip_address','202.69.149.10'),(188354,184323,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(188355,184323,'_created_via','checkout'),(188356,184323,'_cart_hash','1ebc269fa050b41ca08e6797295cce92'),(188357,184323,'_download_permissions_granted','yes'),(188358,184323,'_recorded_sales','yes'),(188359,184323,'_recorded_coupon_usage_counts','yes'),(188360,184323,'_new_order_email_sent','true'),(188361,184323,'_order_stock_reduced','yes'),(188362,184323,'_billing_first_name','Scott'),(188363,184323,'_billing_last_name','Wilson'),(188364,184323,'_billing_company','Lice Clinics of America Boise'),(188365,184323,'_billing_address_1','430 N Station Pkwy'),(188366,184323,'_billing_city','Farmington'),(188367,184323,'_billing_state','UT'),(188368,184323,'_billing_postcode','84025'),(188369,184323,'_billing_country','US'),(188370,184323,'_billing_email','info@boise.liceclinicsofamerica.com'),(188371,184323,'_billing_phone','18014308550'),(188372,184323,'_shipping_first_name','Scott'),(188373,184323,'_shipping_last_name','Wilson'),(188374,184323,'_shipping_company','Lice Clinics of America Boise'),(188375,184323,'_shipping_address_1','7512 W Lemhi St'),(188376,184323,'_shipping_address_2','Suite #2'),(188377,184323,'_shipping_city','Boise'),(188378,184323,'_shipping_state','ID'),(188379,184323,'_shipping_postcode','83709'),(188380,184323,'_shipping_country','US'),(188381,184323,'_order_currency','USD'),(188382,184323,'_cart_discount','0'),(188383,184323,'_cart_discount_tax','0'),(188384,184323,'_order_shipping','0'),(188385,184323,'_order_shipping_tax','0'),(188386,184323,'_order_tax','0'),(188387,184323,'_order_total','552.15'),(188388,184323,'_order_version','10.3.5'),(188389,184323,'_prices_include_tax','no'),(188390,184323,'_billing_address_index','Scott Wilson Lice Clinics of America Boise 430 N Station Pkwy  Farmington UT 84025 US info@boise.liceclinicsofamerica.com 18014308550'),(188391,184323,'_shipping_address_index','Scott Wilson Lice Clinics of America Boise 7512 W Lemhi St Suite #2 Boise ID 83709 US '),(188392,184323,'is_vat_exempt','no'),(188393,184323,'_order_number','4092'),(188394,184323,'_wc_order_attribution_source_type','typein'),(188395,184323,'_wc_order_attribution_utm_source','(direct)'),(188396,184323,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188397,184323,'_wc_order_attribution_session_start_time','2025-11-18 18:00:12'),(188398,184323,'_wc_order_attribution_session_pages','11'),(188399,184323,'_wc_order_attribution_session_count','1'),(188400,184323,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(188401,184323,'_wc_order_attribution_device_type','Desktop'),(188402,184323,'Payment type','instant'),(188403,184323,'_paypal_status','completed'),(188404,184323,'_transaction_id','30G00813D67736403'),(188405,184323,'PayPal Transaction Fee','19.76'),(188406,184323,'_date_paid','1763491467'),(188407,184323,'_paid_date','2025-11-18 18:44:27'),(188428,184317,'_edit_lock','1763744232:2'),(188429,184317,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194607\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"0f74e5dacdca3a2d3298dcc24e2c53a4\";}}'),(188430,184317,'_edit_last','2'),(188431,184317,'_date_completed','1763743872'),(188432,184317,'_completed_date','2025-11-21 16:51:12'),(188433,184316,'_edit_lock','1763744305:2'),(188434,184316,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194570\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"b62a0ec9c05cca8d8d0cc4fe26470db6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194581\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"3d948e23e582b8c9c83cdb993b386b38\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194592\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"81a6d412243b3a5e88164ff1a3ec40df\";}}'),(188435,184316,'_edit_last','2'),(188436,184316,'_date_completed','1763744444'),(188437,184316,'_completed_date','2025-11-21 17:00:44'),(188438,184318,'_edit_lock','1763744406:2'),(188439,184318,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194710\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"de1bc1f08d5c27738b85f79199de129b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194721\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"589e52a858b3b82b09413ae920f83235\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194732\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"03aea7bed6840f3064f38c383448f78f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194743\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"0e3d31ee1ff87aac580bddf22a397238\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194754\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"19699f55bf581e92052f73454359de7e\";}}'),(188440,184318,'_edit_last','2'),(188441,184318,'_date_completed','1763744502'),(188442,184318,'_completed_date','2025-11-21 17:01:42'),(188443,184323,'_edit_lock','1763744804:2'),(188444,184323,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800195030\";s:12:\"date_shipped\";s:10:\"1763596800\";s:11:\"tracking_id\";s:32:\"ff079dffafa3062f288d9c61602d081d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800195040\";s:12:\"date_shipped\";s:10:\"1763596800\";s:11:\"tracking_id\";s:32:\"e9c7e101e06aab9bb1a53fc2d845edcd\";}}'),(188445,184323,'_edit_last','2'),(188446,184323,'_date_completed','1763744801'),(188447,184323,'_completed_date','2025-11-21 17:06:41'),(188448,184320,'_edit_lock','1763755829:2'),(188449,184320,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194824\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"6107d7c09520a1eb21e4d01d068e0f8d\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194835\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"62b6f7931e8272dcfedec25dc48728bc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194857\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"36a85ea7d43bc95c663d443df27f4ea3\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194868\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"8f081fa04791ec69f2e86452635b6539\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800194846\";s:12:\"date_shipped\";s:10:\"1763337600\";s:11:\"tracking_id\";s:32:\"687bde9ae866f0bdfc2c67dbc59653af\";}}'),(188450,184320,'_edit_last','2'),(188451,184320,'_date_completed','1763755765'),(188452,184320,'_completed_date','2025-11-21 20:09:25'),(188460,184325,'_order_key','wc_order_MBLH5RLvraMmo'),(188461,184325,'_customer_user','78'),(188462,184325,'_payment_method','paypal'),(188463,184325,'_payment_method_title','PayPal'),(188464,184325,'_customer_ip_address','172.56.34.217'),(188465,184325,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(188466,184325,'_created_via','checkout'),(188467,184325,'_cart_hash','cccfc5273995a58dece5e254b0f8b722'),(188468,184325,'_download_permissions_granted','no'),(188469,184325,'_recorded_sales','no'),(188470,184325,'_recorded_coupon_usage_counts','no'),(188471,184325,'_new_order_email_sent','false'),(188472,184325,'_order_stock_reduced','no'),(188473,184325,'_billing_first_name','Richard'),(188474,184325,'_billing_last_name','Florsheim'),(188475,184325,'_billing_company','Licura'),(188476,184325,'_billing_address_1','3827 w fairway heights dr'),(188477,184325,'_billing_city','Mequon'),(188478,184325,'_billing_state','NY'),(188479,184325,'_billing_postcode','53092'),(188480,184325,'_billing_country','US'),(188481,184325,'_billing_email','tara@liceclinicslongIsland.com'),(188482,184325,'_billing_phone','5619006382'),(188483,184325,'_shipping_first_name','Tara'),(188484,184325,'_shipping_last_name','johnson'),(188485,184325,'_shipping_company','LCA'),(188486,184325,'_shipping_address_1','2469 Columbia ave'),(188487,184325,'_shipping_address_2','1J'),(188488,184325,'_shipping_city','Bellmore'),(188489,184325,'_shipping_state','NY'),(188490,184325,'_shipping_postcode','11710'),(188491,184325,'_shipping_country','US'),(188492,184325,'_order_currency','USD'),(188493,184325,'_cart_discount','0'),(188494,184325,'_cart_discount_tax','0'),(188495,184325,'_order_shipping','139.38'),(188496,184325,'_order_shipping_tax','0'),(188497,184325,'_order_tax','0'),(188498,184325,'_order_total','562.08'),(188499,184325,'_order_version','10.3.5'),(188500,184325,'_prices_include_tax','no'),(188501,184325,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr  Mequon NY 53092 US tara@liceclinicslongIsland.com 5619006382'),(188502,184325,'_shipping_address_index','Tara johnson LCA 2469 Columbia ave 1J Bellmore NY 11710 US '),(188503,184325,'is_vat_exempt','no'),(188504,184325,'_order_number','4093'),(188505,184325,'_wc_order_attribution_source_type','typein'),(188506,184325,'_wc_order_attribution_utm_source','(direct)'),(188507,184325,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188508,184325,'_wc_order_attribution_session_start_time','2025-11-24 01:14:58'),(188509,184325,'_wc_order_attribution_session_pages','4'),(188510,184325,'_wc_order_attribution_session_count','1'),(188511,184325,'_wc_order_attribution_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1'),(188512,184325,'_wc_order_attribution_device_type','Mobile'),(188513,184326,'_order_key','wc_order_rpuTD5J9iMkow'),(188514,184326,'_customer_user','54'),(188515,184326,'_payment_method','paypal'),(188516,184326,'_payment_method_title','PayPal'),(188517,184326,'_customer_ip_address','75.211.10.101'),(188518,184326,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(188519,184326,'_created_via','checkout'),(188520,184326,'_cart_hash','05808de71d58a64f48524589e7ae5ea5'),(188521,184326,'_download_permissions_granted','no'),(188522,184326,'_recorded_sales','no'),(188523,184326,'_recorded_coupon_usage_counts','no'),(188524,184326,'_new_order_email_sent','false'),(188525,184326,'_order_stock_reduced','no'),(188526,184326,'_billing_first_name','Erin'),(188527,184326,'_billing_last_name','Hawn'),(188528,184326,'_billing_address_1','10 W Phillip Rd'),(188529,184326,'_billing_address_2','Suite 123'),(188530,184326,'_billing_city','Vernon Hills'),(188531,184326,'_billing_state','IL'),(188532,184326,'_billing_postcode','60061'),(188533,184326,'_billing_country','US'),(188534,184326,'_billing_email','info@northernil.liceclinicsofamerica.com'),(188535,184326,'_billing_phone','8475960408'),(188536,184326,'_shipping_first_name','Erin'),(188537,184326,'_shipping_last_name','Hawn'),(188538,184326,'_shipping_address_1','1491 S Amarias Dr'),(188539,184326,'_shipping_city','Round lake'),(188540,184326,'_shipping_state','IL'),(188541,184326,'_shipping_postcode','60073'),(188542,184326,'_shipping_country','US'),(188543,184326,'_order_currency','USD'),(188544,184326,'_cart_discount','0'),(188545,184326,'_cart_discount_tax','0'),(188546,184326,'_order_shipping','0'),(188547,184326,'_order_shipping_tax','0'),(188548,184326,'_order_tax','0'),(188549,184326,'_order_total','571.40'),(188550,184326,'_order_version','10.3.5'),(188551,184326,'_prices_include_tax','no'),(188552,184326,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(188553,184326,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(188554,184326,'is_vat_exempt','no'),(188555,184326,'_order_number','4094'),(188556,184326,'_wc_order_attribution_source_type','typein'),(188557,184326,'_wc_order_attribution_utm_source','(direct)'),(188558,184326,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(188559,184326,'_wc_order_attribution_session_start_time','2025-11-24 12:40:05'),(188560,184326,'_wc_order_attribution_session_pages','9'),(188561,184326,'_wc_order_attribution_session_count','1'),(188562,184326,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(188563,184326,'_wc_order_attribution_device_type','Mobile'),(188564,184327,'_order_key','wc_order_rSZetV7P1xZdC'),(188565,184327,'_customer_user','54'),(188566,184327,'_payment_method','paypal'),(188567,184327,'_payment_method_title','PayPal'),(188568,184327,'_customer_ip_address','75.211.10.101'),(188569,184327,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(188570,184327,'_created_via','checkout'),(188571,184327,'_cart_hash','05808de71d58a64f48524589e7ae5ea5'),(188572,184327,'_download_permissions_granted','no'),(188573,184327,'_recorded_sales','no'),(188574,184327,'_recorded_coupon_usage_counts','no'),(188575,184327,'_new_order_email_sent','false'),(188576,184327,'_order_stock_reduced','no'),(188577,184327,'_billing_first_name','Erin'),(188578,184327,'_billing_last_name','Hawn'),(188579,184327,'_billing_address_1','10 W Phillip Rd'),(188580,184327,'_billing_address_2','Suite 123'),(188581,184327,'_billing_city','Vernon Hills'),(188582,184327,'_billing_state','IL'),(188583,184327,'_billing_postcode','60061'),(188584,184327,'_billing_country','US'),(188585,184327,'_billing_email','info@northernil.liceclinicsofamerica.com'),(188586,184327,'_billing_phone','8475960408'),(188587,184327,'_shipping_first_name','Erin'),(188588,184327,'_shipping_last_name','Hawn'),(188589,184327,'_shipping_address_1','1491 S Amarias Dr'),(188590,184327,'_shipping_city','Round lake'),(188591,184327,'_shipping_state','IL'),(188592,184327,'_shipping_postcode','60073'),(188593,184327,'_shipping_country','US'),(188594,184327,'_order_currency','USD'),(188595,184327,'_cart_discount','0'),(188596,184327,'_cart_discount_tax','0'),(188597,184327,'_order_shipping','0'),(188598,184327,'_order_shipping_tax','0'),(188599,184327,'_order_tax','0'),(188600,184327,'_order_total','571.40'),(188601,184327,'_order_version','10.3.5'),(188602,184327,'_prices_include_tax','no'),(188603,184327,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(188604,184327,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(188605,184327,'is_vat_exempt','no'),(188606,184327,'_order_number','4095'),(188607,184327,'_wc_order_attribution_source_type','typein'),(188608,184327,'_wc_order_attribution_utm_source','(direct)'),(188609,184327,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(188610,184327,'_wc_order_attribution_session_start_time','2025-11-24 12:40:05'),(188611,184327,'_wc_order_attribution_session_pages','11'),(188612,184327,'_wc_order_attribution_session_count','1'),(188613,184327,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(188614,184327,'_wc_order_attribution_device_type','Mobile'),(188623,184325,'_edit_lock','1765861783:2'),(188624,184328,'_edit_lock','1764345447:2'),(188625,184328,'_edit_last','2'),(188626,184328,'discount_type','percent'),(188627,184328,'coupon_amount','5'),(188628,184328,'individual_use','no'),(188629,184328,'usage_limit','0'),(188630,184328,'usage_limit_per_user','0'),(188631,184328,'limit_usage_to_x_items','0'),(188632,184328,'usage_count','49'),(188633,184328,'date_expires','1767139200'),(188634,184328,'free_shipping','no'),(188635,184328,'exclude_sale_items','no'),(188636,184328,'product_brands','a:0:{}'),(188637,184328,'exclude_product_brands','a:0:{}'),(188659,184329,'_elementor_edit_mode','builder'),(188660,184329,'_elementor_template_type','wp-page'),(188661,184329,'_elementor_version','3.31.2'),(188662,184329,'_elementor_pro_version','3.31.2'),(188663,184329,'_wp_page_template','default'),(188664,184329,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188665,184329,'_elementor_page_settings',''),(188669,184330,'_elementor_edit_mode','builder'),(188670,184330,'_elementor_template_type','wp-page'),(188671,184330,'_elementor_version','3.31.2'),(188672,184330,'_elementor_pro_version','3.31.2'),(188673,184330,'_wp_page_template','default'),(188674,184330,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\"},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\"},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188675,184330,'_elementor_page_settings',''),(188679,184331,'_elementor_edit_mode','builder'),(188680,184331,'_elementor_template_type','wp-page'),(188681,184331,'_elementor_version','3.31.2'),(188682,184331,'_elementor_pro_version','3.31.2'),(188683,184331,'_wp_page_template','default'),(188684,184331,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188685,184331,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188689,115,'_eael_custom_js',''),(188691,184332,'_elementor_edit_mode','builder'),(188692,184332,'_elementor_template_type','wp-page'),(188693,184332,'_elementor_version','3.33.2'),(188694,184332,'_elementor_pro_version','3.33.1'),(188695,184332,'_wp_page_template','default'),(188696,184332,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188697,184332,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188699,184333,'_elementor_edit_mode','builder'),(188700,184333,'_elementor_template_type','wp-page'),(188701,184333,'_elementor_version','3.33.2'),(188702,184333,'_elementor_pro_version','3.33.1'),(188703,184333,'_wp_page_template','default'),(188704,184333,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188705,184333,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188707,184334,'_elementor_edit_mode','builder'),(188708,184334,'_elementor_template_type','wp-page'),(188709,184334,'_elementor_version','3.33.2'),(188710,184334,'_elementor_pro_version','3.33.1'),(188711,184334,'_wp_page_template','default'),(188712,184334,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188713,184334,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188724,184335,'_elementor_edit_mode','builder'),(188725,184335,'_elementor_template_type','wp-page'),(188726,184335,'_elementor_version','3.33.2'),(188727,184335,'_elementor_pro_version','3.33.1'),(188728,184335,'_wp_page_template','default'),(188729,184335,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188730,184335,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188734,184336,'_elementor_edit_mode','builder'),(188735,184336,'_elementor_template_type','wp-page'),(188736,184336,'_elementor_version','3.33.2'),(188737,184336,'_elementor_pro_version','3.33.1'),(188738,184336,'_wp_page_template','default'),(188739,184336,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188740,184336,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188744,184337,'_elementor_edit_mode','builder'),(188745,184337,'_elementor_template_type','wp-page'),(188746,184337,'_elementor_version','3.33.2'),(188747,184337,'_elementor_pro_version','3.33.1'),(188748,184337,'_wp_page_template','default'),(188749,184337,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(188750,184337,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(188761,184338,'_order_key','wc_order_T5AoFMFzja4yZ'),(188762,184338,'_customer_user','65'),(188763,184338,'_payment_method','paypal'),(188764,184338,'_payment_method_title','PayPal'),(188765,184338,'_customer_ip_address','47.132.21.154'),(188766,184338,'_customer_user_agent','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'),(188767,184338,'_created_via','checkout'),(188768,184338,'_cart_hash','46942ba867540e57126aa83cc8294afd'),(188769,184338,'_download_permissions_granted','no'),(188770,184338,'_recorded_sales','no'),(188771,184338,'_recorded_coupon_usage_counts','no'),(188772,184338,'_new_order_email_sent','false'),(188773,184338,'_order_stock_reduced','no'),(188774,184338,'_billing_first_name','Mandy'),(188775,184338,'_billing_last_name','Ottesen'),(188776,184338,'_billing_company','Fresh Heads'),(188777,184338,'_billing_address_1','175 Dahlia Falls Drive'),(188778,184338,'_billing_city','St Johns'),(188779,184338,'_billing_state','FL'),(188780,184338,'_billing_postcode','32259'),(188781,184338,'_billing_country','US'),(188782,184338,'_billing_email','mandy@freshheadsliceremoval.com'),(188783,184338,'_billing_phone','9042353157'),(188784,184338,'_shipping_first_name','Mandy'),(188785,184338,'_shipping_last_name','Ottesen'),(188786,184338,'_shipping_address_1','13241 Bartram Park Blvd'),(188787,184338,'_shipping_address_2','1801'),(188788,184338,'_shipping_city','Jacksonville'),(188789,184338,'_shipping_state','FL'),(188790,184338,'_shipping_postcode','32258'),(188791,184338,'_shipping_country','US'),(188792,184338,'_order_currency','USD'),(188793,184338,'_cart_discount','21.78'),(188794,184338,'_cart_discount_tax','0'),(188795,184338,'_order_shipping','16.81'),(188796,184338,'_order_shipping_tax','0'),(188797,184338,'_order_tax','0'),(188798,184338,'_order_total','430.63'),(188799,184338,'_order_version','10.3.5'),(188800,184338,'_prices_include_tax','no'),(188801,184338,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(188802,184338,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(188803,184338,'is_vat_exempt','no'),(188804,184338,'_order_number','4096'),(188805,184338,'_wc_order_attribution_source_type','typein'),(188806,184338,'_wc_order_attribution_utm_source','(direct)'),(188807,184338,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188808,184338,'_wc_order_attribution_session_start_time','2025-11-28 16:58:26'),(188809,184338,'_wc_order_attribution_session_pages','4'),(188810,184338,'_wc_order_attribution_session_count','1'),(188811,184338,'_wc_order_attribution_user_agent','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'),(188812,184338,'_wc_order_attribution_device_type','Desktop'),(188813,184339,'_order_key','wc_order_muSMNFPFFp0BU'),(188814,184339,'_customer_user','65'),(188815,184339,'_payment_method','paypal'),(188816,184339,'_payment_method_title','PayPal'),(188817,184339,'_customer_ip_address','47.132.21.154'),(188818,184339,'_customer_user_agent','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'),(188819,184339,'_created_via','checkout'),(188820,184339,'_cart_hash','46942ba867540e57126aa83cc8294afd'),(188821,184339,'_download_permissions_granted','no'),(188822,184339,'_recorded_sales','no'),(188823,184339,'_recorded_coupon_usage_counts','no'),(188824,184339,'_new_order_email_sent','false'),(188825,184339,'_order_stock_reduced','no'),(188826,184339,'_billing_first_name','Mandy'),(188827,184339,'_billing_last_name','Ottesen'),(188828,184339,'_billing_company','Fresh Heads'),(188829,184339,'_billing_address_1','175 Dahlia Falls Drive'),(188830,184339,'_billing_city','St Johns'),(188831,184339,'_billing_state','FL'),(188832,184339,'_billing_postcode','32259'),(188833,184339,'_billing_country','US'),(188834,184339,'_billing_email','mandy@freshheadsliceremoval.com'),(188835,184339,'_billing_phone','9042353157'),(188836,184339,'_shipping_first_name','Mandy'),(188837,184339,'_shipping_last_name','Ottesen'),(188838,184339,'_shipping_address_1','13241 Bartram Park Blvd'),(188839,184339,'_shipping_address_2','1801'),(188840,184339,'_shipping_city','Jacksonville'),(188841,184339,'_shipping_state','FL'),(188842,184339,'_shipping_postcode','32258'),(188843,184339,'_shipping_country','US'),(188844,184339,'_order_currency','USD'),(188845,184339,'_cart_discount','21.78'),(188846,184339,'_cart_discount_tax','0'),(188847,184339,'_order_shipping','16.81'),(188848,184339,'_order_shipping_tax','0'),(188849,184339,'_order_tax','0'),(188850,184339,'_order_total','430.63'),(188851,184339,'_order_version','10.3.5'),(188852,184339,'_prices_include_tax','no'),(188853,184339,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(188854,184339,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(188855,184339,'is_vat_exempt','no'),(188856,184339,'_order_number','4097'),(188857,184339,'_wc_order_attribution_source_type','typein'),(188858,184339,'_wc_order_attribution_utm_source','(direct)'),(188859,184339,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188860,184339,'_wc_order_attribution_session_start_time','2025-11-28 16:58:26'),(188861,184339,'_wc_order_attribution_session_pages','8'),(188862,184339,'_wc_order_attribution_session_count','1'),(188863,184339,'_wc_order_attribution_user_agent','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'),(188864,184339,'_wc_order_attribution_device_type','Desktop'),(188866,184340,'_order_key','wc_order_QFX00wrj2pME6'),(188867,184340,'_customer_user','65'),(188868,184340,'_payment_method','paypal'),(188869,184340,'_payment_method_title','PayPal'),(188870,184340,'_customer_ip_address','47.132.21.154'),(188871,184340,'_customer_user_agent','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'),(188872,184340,'_created_via','checkout'),(188873,184340,'_cart_hash','46942ba867540e57126aa83cc8294afd'),(188874,184340,'_download_permissions_granted','yes'),(188875,184340,'_recorded_sales','yes'),(188876,184340,'_recorded_coupon_usage_counts','yes'),(188877,184340,'_new_order_email_sent','true'),(188878,184340,'_order_stock_reduced','yes'),(188879,184340,'_billing_first_name','Mandy'),(188880,184340,'_billing_last_name','Ottesen'),(188881,184340,'_billing_company','Fresh Heads'),(188882,184340,'_billing_address_1','175 Dahlia Falls Drive'),(188883,184340,'_billing_city','St Johns'),(188884,184340,'_billing_state','FL'),(188885,184340,'_billing_postcode','32259'),(188886,184340,'_billing_country','US'),(188887,184340,'_billing_email','mandy@freshheadsliceremoval.com'),(188888,184340,'_billing_phone','9042353157'),(188889,184340,'_shipping_first_name','Mandy'),(188890,184340,'_shipping_last_name','Ottesen'),(188891,184340,'_shipping_address_1','13241 Bartram Park Blvd'),(188892,184340,'_shipping_address_2','1801'),(188893,184340,'_shipping_city','Jacksonville'),(188894,184340,'_shipping_state','FL'),(188895,184340,'_shipping_postcode','32258'),(188896,184340,'_shipping_country','US'),(188897,184340,'_order_currency','USD'),(188898,184340,'_cart_discount','21.78'),(188899,184340,'_cart_discount_tax','0'),(188900,184340,'_order_shipping','16.81'),(188901,184340,'_order_shipping_tax','0'),(188902,184340,'_order_tax','0'),(188903,184340,'_order_total','430.63'),(188904,184340,'_order_version','10.3.5'),(188905,184340,'_prices_include_tax','no'),(188906,184340,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(188907,184340,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(188908,184340,'is_vat_exempt','no'),(188909,184340,'_order_number','4098'),(188910,184340,'_wc_order_attribution_source_type','typein'),(188911,184340,'_wc_order_attribution_utm_source','(direct)'),(188912,184340,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188913,184340,'_wc_order_attribution_session_start_time','2025-11-28 16:58:26'),(188914,184340,'_wc_order_attribution_session_pages','18'),(188915,184340,'_wc_order_attribution_session_count','1'),(188916,184340,'_wc_order_attribution_user_agent','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'),(188917,184340,'_wc_order_attribution_device_type','Desktop'),(188918,184340,'Payment type','instant'),(188919,184340,'_paypal_status','completed'),(188920,184340,'_transaction_id','3LJ88613C37521727'),(188921,184340,'PayPal Transaction Fee','15.52'),(188922,184340,'_date_paid','1764349580'),(188923,184340,'_paid_date','2025-11-28 17:06:20'),(188924,184328,'_used_by','65'),(188925,144,'_eael_post_view_count','2'),(188927,184341,'_order_key','wc_order_Bv9LiDUnpLnoR'),(188928,184341,'_customer_user','61'),(188929,184341,'_payment_method','paypal'),(188930,184341,'_payment_method_title','PayPal'),(188931,184341,'_customer_ip_address','217.180.201.84'),(188932,184341,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(188933,184341,'_created_via','checkout'),(188934,184341,'_cart_hash','18185b84c57dde58c2997bf01e261f3d'),(188935,184341,'_download_permissions_granted','yes'),(188936,184341,'_recorded_sales','yes'),(188937,184341,'_recorded_coupon_usage_counts','yes'),(188938,184341,'_new_order_email_sent','true'),(188939,184341,'_order_stock_reduced','yes'),(188940,184341,'_billing_first_name','Judy'),(188941,184341,'_billing_last_name','Hayden'),(188942,184341,'_billing_company','LCA'),(188943,184341,'_billing_address_1','1795 Alysheba Way'),(188944,184341,'_billing_address_2','Ste 4105'),(188945,184341,'_billing_city','Lexington'),(188946,184341,'_billing_state','KY'),(188947,184341,'_billing_postcode','40509'),(188948,184341,'_billing_country','US'),(188949,184341,'_billing_email','judy@lexington.liceclinicsofamerica.com'),(188950,184341,'_billing_phone','8595376966'),(188951,184341,'_shipping_first_name','Judy'),(188952,184341,'_shipping_last_name','Hayden'),(188953,184341,'_shipping_company','Lice Clinics of America'),(188954,184341,'_shipping_address_1','549 Centre View Blvd'),(188955,184341,'_shipping_city','Crestview Hills'),(188956,184341,'_shipping_state','KY'),(188957,184341,'_shipping_postcode','41017'),(188958,184341,'_shipping_country','US'),(188959,184341,'_order_currency','USD'),(188960,184341,'_cart_discount','62.57'),(188961,184341,'_cart_discount_tax','0'),(188962,184341,'_order_shipping','0'),(188963,184341,'_order_shipping_tax','0'),(188964,184341,'_order_tax','0'),(188965,184341,'_order_total','1188.83'),(188966,184341,'_order_version','10.3.5'),(188967,184341,'_prices_include_tax','no'),(188968,184341,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US judy@lexington.liceclinicsofamerica.com 8595376966'),(188969,184341,'_shipping_address_index','Judy Hayden Lice Clinics of America 549 Centre View Blvd  Crestview Hills KY 41017 US '),(188970,184341,'is_vat_exempt','no'),(188971,184341,'_order_number','4099'),(188972,184341,'_wc_order_attribution_source_type','typein'),(188973,184341,'_wc_order_attribution_utm_source','(direct)'),(188974,184341,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(188975,184341,'_wc_order_attribution_session_start_time','2025-11-29 19:11:21'),(188976,184341,'_wc_order_attribution_session_pages','4'),(188977,184341,'_wc_order_attribution_session_count','1'),(188978,184341,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(188979,184341,'_wc_order_attribution_device_type','Desktop'),(188980,184341,'Payment type','instant'),(188981,184341,'_paypal_status','completed'),(188982,184341,'_transaction_id','2YD0572742541403C'),(188983,184341,'PayPal Transaction Fee','41.98'),(188984,184341,'_date_paid','1764444024'),(188985,184341,'_paid_date','2025-11-29 19:20:24'),(188986,184328,'_used_by','61'),(188987,184342,'_order_key','wc_order_ggkdxYp1G3iVB'),(188988,184342,'_customer_user','76'),(188989,184342,'_payment_method','paypal'),(188990,184342,'_payment_method_title','PayPal'),(188991,184342,'_customer_ip_address','209.6.13.37'),(188992,184342,'_customer_user_agent','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'),(188993,184342,'_created_via','checkout'),(188994,184342,'_cart_hash','42e422a63eb9f03781d3d2f035dce6f7'),(188995,184342,'_download_permissions_granted','yes'),(188996,184342,'_recorded_sales','yes'),(188997,184342,'_recorded_coupon_usage_counts','yes'),(188998,184342,'_new_order_email_sent','true'),(188999,184342,'_order_stock_reduced','yes'),(189000,184342,'_billing_first_name','Naomi'),(189001,184342,'_billing_last_name','Golden'),(189002,184342,'_billing_address_1','31 Mann Ave'),(189003,184342,'_billing_city','Needham'),(189004,184342,'_billing_state','MA'),(189005,184342,'_billing_postcode','02492'),(189006,184342,'_billing_country','US'),(189007,184342,'_billing_email','nrgolden6486@gmail.com'),(189008,184342,'_billing_phone','6178511322'),(189009,184342,'_shipping_first_name','Naomi'),(189010,184342,'_shipping_last_name','Golden'),(189011,184342,'_shipping_company','Lice Clinics of America'),(189012,184342,'_shipping_address_1','60 Dedham Ave'),(189013,184342,'_shipping_address_2','201'),(189014,184342,'_shipping_city','Needham'),(189015,184342,'_shipping_state','MA'),(189016,184342,'_shipping_postcode','02492'),(189017,184342,'_shipping_country','US'),(189018,184342,'_order_currency','USD'),(189019,184342,'_cart_discount','37.27'),(189020,184342,'_cart_discount_tax','0'),(189021,184342,'_order_shipping','0'),(189022,184342,'_order_shipping_tax','0'),(189023,184342,'_order_tax','0'),(189024,184342,'_order_total','708.13'),(189025,184342,'_order_version','10.3.5'),(189026,184342,'_prices_include_tax','no'),(189027,184342,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(189028,184342,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave 201 Needham MA 02492 US '),(189029,184342,'is_vat_exempt','no'),(189030,184342,'_order_number','4100'),(189031,184342,'_wc_order_attribution_source_type','typein'),(189032,184342,'_wc_order_attribution_utm_source','(direct)'),(189033,184342,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189034,184342,'_wc_order_attribution_session_start_time','2025-11-29 20:53:18'),(189035,184342,'_wc_order_attribution_session_pages','5'),(189036,184342,'_wc_order_attribution_session_count','1'),(189037,184342,'_wc_order_attribution_user_agent','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'),(189038,184342,'_wc_order_attribution_device_type','Desktop'),(189039,184342,'Payment type','instant'),(189040,184342,'_paypal_status','completed'),(189041,184342,'_transaction_id','78K83095MW639722W'),(189042,184342,'PayPal Transaction Fee','25.20'),(189043,184342,'_date_paid','1764449809'),(189044,184342,'_paid_date','2025-11-29 20:56:49'),(189045,184328,'_used_by','76'),(189055,184343,'_order_key','wc_order_ic1ScoDpyxKOy'),(189056,184343,'_customer_user','54'),(189057,184343,'_payment_method','paypal'),(189058,184343,'_payment_method_title','PayPal'),(189059,184343,'_customer_ip_address','75.211.10.101'),(189060,184343,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(189061,184343,'_created_via','checkout'),(189062,184343,'_cart_hash','d2ab07c43a78cb33c57b57621998e92d'),(189063,184343,'_download_permissions_granted','yes'),(189064,184343,'_recorded_sales','yes'),(189065,184343,'_recorded_coupon_usage_counts','yes'),(189066,184343,'_new_order_email_sent','true'),(189067,184343,'_order_stock_reduced','yes'),(189068,184343,'_billing_first_name','Erin'),(189069,184343,'_billing_last_name','Hawn'),(189070,184343,'_billing_address_1','10 W Phillip Rd'),(189071,184343,'_billing_address_2','Suite 123'),(189072,184343,'_billing_city','Vernon Hills'),(189073,184343,'_billing_state','IL'),(189074,184343,'_billing_postcode','60061'),(189075,184343,'_billing_country','US'),(189076,184343,'_billing_email','info@northernil.liceclinicsofamerica.com'),(189077,184343,'_billing_phone','8475960408'),(189078,184343,'_shipping_first_name','Erin'),(189079,184343,'_shipping_last_name','Hawn'),(189080,184343,'_shipping_address_1','1491 S Amarias Dr'),(189081,184343,'_shipping_city','Round lake'),(189082,184343,'_shipping_state','IL'),(189083,184343,'_shipping_postcode','60073'),(189084,184343,'_shipping_country','US'),(189085,184343,'_order_currency','USD'),(189086,184343,'_cart_discount','46.85'),(189087,184343,'_cart_discount_tax','0'),(189088,184343,'_order_shipping','0'),(189089,184343,'_order_shipping_tax','0'),(189090,184343,'_order_tax','0'),(189091,184343,'_order_total','890.15'),(189092,184343,'_order_version','10.3.5'),(189093,184343,'_prices_include_tax','no'),(189094,184343,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(189095,184343,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(189096,184343,'is_vat_exempt','no'),(189097,184343,'_order_number','4101'),(189098,184343,'_wc_order_attribution_source_type','typein'),(189099,184343,'_wc_order_attribution_utm_source','(direct)'),(189100,184343,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189101,184343,'_wc_order_attribution_session_start_time','2025-12-01 12:46:33'),(189102,184343,'_wc_order_attribution_session_pages','10'),(189103,184343,'_wc_order_attribution_session_count','1'),(189104,184343,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(189105,184343,'_wc_order_attribution_device_type','Mobile'),(189106,184343,'Payment type','instant'),(189107,184343,'_paypal_status','completed'),(189108,184343,'_transaction_id','29E14612956557335'),(189109,184343,'PayPal Transaction Fee','44.91'),(189110,184343,'_date_paid','1764593773'),(189111,184343,'_paid_date','2025-12-01 12:56:13'),(189112,184328,'_used_by','54'),(189113,184344,'_order_key','wc_order_bb6jDhhQNRSNo'),(189114,184344,'_customer_user','3'),(189115,184344,'_payment_method','paypal'),(189116,184344,'_payment_method_title','PayPal'),(189117,184344,'_customer_ip_address','99.22.146.124'),(189118,184344,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189119,184344,'_created_via','checkout'),(189120,184344,'_cart_hash','72260d17a4877b3b15d4a0e5c146b7c7'),(189121,184344,'_download_permissions_granted','yes'),(189122,184344,'_recorded_sales','yes'),(189123,184344,'_recorded_coupon_usage_counts','yes'),(189124,184344,'_new_order_email_sent','true'),(189125,184344,'_order_stock_reduced','yes'),(189126,184344,'_billing_first_name','amanda'),(189127,184344,'_billing_last_name','westerman'),(189128,184344,'_billing_company','Lice Clinics of America Dallas'),(189129,184344,'_billing_address_1','3120 HUDSON XING'),(189130,184344,'_billing_address_2','Suite A2'),(189131,184344,'_billing_city','MCKINNEY'),(189132,184344,'_billing_state','TX'),(189133,184344,'_billing_postcode','75070'),(189134,184344,'_billing_country','US'),(189135,184344,'_billing_email','awesterman1103@gmail.com'),(189136,184344,'_billing_phone','12144175741'),(189137,184344,'_shipping_first_name','amanda'),(189138,184344,'_shipping_last_name','westerman'),(189139,184344,'_shipping_company','Lice Clinics of America Addison'),(189140,184344,'_shipping_address_1','3120 HUDSON XING'),(189141,184344,'_shipping_address_2','Suite A2'),(189142,184344,'_shipping_city','MCKINNEY'),(189143,184344,'_shipping_state','TX'),(189144,184344,'_shipping_postcode','75070'),(189145,184344,'_shipping_country','US'),(189146,184344,'_order_currency','USD'),(189147,184344,'_cart_discount','37.83'),(189148,184344,'_cart_discount_tax','0'),(189149,184344,'_order_shipping','0'),(189150,184344,'_order_shipping_tax','0'),(189151,184344,'_order_tax','0'),(189152,184344,'_order_total','718.87'),(189153,184344,'_order_version','10.3.5'),(189154,184344,'_prices_include_tax','no'),(189155,184344,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(189156,184344,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(189157,184344,'is_vat_exempt','no'),(189158,184344,'_order_number','4102'),(189159,184344,'_wc_order_attribution_source_type','typein'),(189160,184344,'_wc_order_attribution_utm_source','(direct)'),(189161,184344,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189162,184344,'_wc_order_attribution_session_start_time','2025-11-21 18:31:53'),(189163,184344,'_wc_order_attribution_session_pages','4'),(189164,184344,'_wc_order_attribution_session_count','4'),(189165,184344,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189166,184344,'_wc_order_attribution_device_type','Desktop'),(189167,184344,'Payment type','instant'),(189168,184344,'_paypal_status','completed'),(189169,184344,'_transaction_id','2PS70180A7457222J'),(189170,184344,'PayPal Transaction Fee','25.58'),(189171,184344,'_date_paid','1764600934'),(189172,184344,'_paid_date','2025-12-01 14:55:34'),(189173,184328,'_used_by','3'),(189175,184345,'_order_key','wc_order_MtGlgiGGnfn7q'),(189176,184345,'_customer_user','112'),(189177,184345,'_payment_method','paypal'),(189178,184345,'_payment_method_title','PayPal'),(189179,184345,'_customer_ip_address','202.69.149.10'),(189180,184345,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189181,184345,'_created_via','checkout'),(189182,184345,'_cart_hash','183826731676d33337ab3ed9e5846011'),(189183,184345,'_download_permissions_granted','yes'),(189184,184345,'_recorded_sales','yes'),(189185,184345,'_recorded_coupon_usage_counts','yes'),(189186,184345,'_new_order_email_sent','true'),(189187,184345,'_order_stock_reduced','yes'),(189188,184345,'_billing_first_name','Scott'),(189189,184345,'_billing_last_name','Wilson'),(189190,184345,'_billing_company','Lice Clinics of America Boise'),(189191,184345,'_billing_address_1','430 N Station Pkwy'),(189192,184345,'_billing_city','Farmington'),(189193,184345,'_billing_state','UT'),(189194,184345,'_billing_postcode','84025'),(189195,184345,'_billing_country','US'),(189196,184345,'_billing_email','info@boise.liceclinicsofamerica.com'),(189197,184345,'_billing_phone','18014308550'),(189198,184345,'_shipping_first_name','Scott'),(189199,184345,'_shipping_last_name','Wilson'),(189200,184345,'_shipping_company','Lice Clinics of America Boise'),(189201,184345,'_shipping_address_1','7512 W Lemhi St'),(189202,184345,'_shipping_address_2','Suite #2'),(189203,184345,'_shipping_city','Boise'),(189204,184345,'_shipping_state','ID'),(189205,184345,'_shipping_postcode','83709'),(189206,184345,'_shipping_country','US'),(189207,184345,'_order_currency','USD'),(189208,184345,'_cart_discount','25.4'),(189209,184345,'_cart_discount_tax','0'),(189210,184345,'_order_shipping','0'),(189211,184345,'_order_shipping_tax','0'),(189212,184345,'_order_tax','0'),(189213,184345,'_order_total','482.60'),(189214,184345,'_order_version','10.3.5'),(189215,184345,'_prices_include_tax','no'),(189216,184345,'_billing_address_index','Scott Wilson Lice Clinics of America Boise 430 N Station Pkwy  Farmington UT 84025 US info@boise.liceclinicsofamerica.com 18014308550'),(189217,184345,'_shipping_address_index','Scott Wilson Lice Clinics of America Boise 7512 W Lemhi St Suite #2 Boise ID 83709 US '),(189218,184345,'is_vat_exempt','no'),(189219,184345,'_order_number','4103'),(189220,184345,'_wc_order_attribution_source_type','typein'),(189221,184345,'_wc_order_attribution_utm_source','(direct)'),(189222,184345,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189223,184345,'_wc_order_attribution_session_start_time','2025-11-18 18:00:12'),(189224,184345,'_wc_order_attribution_session_pages','8'),(189225,184345,'_wc_order_attribution_session_count','2'),(189226,184345,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189227,184345,'_wc_order_attribution_device_type','Desktop'),(189228,184345,'Payment type','instant'),(189229,184345,'_paypal_status','completed'),(189230,184345,'_transaction_id','3V62470918768844C'),(189231,184345,'PayPal Transaction Fee','17.33'),(189232,184345,'_date_paid','1764615847'),(189233,184345,'_paid_date','2025-12-01 19:04:07'),(189234,184328,'_used_by','112'),(189243,184341,'_edit_lock','1764712720:2'),(189254,184347,'_order_key','wc_order_eG8mNfCRlsXdr'),(189255,184347,'_customer_user','5'),(189256,184347,'_payment_method','paypal'),(189257,184347,'_payment_method_title','PayPal'),(189258,184347,'_customer_ip_address','71.237.182.213'),(189259,184347,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(189260,184347,'_created_via','checkout'),(189261,184347,'_cart_hash','f43b2895aa05004e83af1ba23c2d6908'),(189262,184347,'_download_permissions_granted','yes'),(189263,184347,'_recorded_sales','yes'),(189264,184347,'_recorded_coupon_usage_counts','yes'),(189265,184347,'_new_order_email_sent','true'),(189266,184347,'_order_stock_reduced','yes'),(189267,184347,'_billing_first_name','Mark'),(189268,184347,'_billing_last_name','Meyer'),(189269,184347,'_billing_company','lice clinics of america- portland'),(189270,184347,'_billing_address_1','5201 SW Westgate Dr suite 106'),(189271,184347,'_billing_address_2','Suite 106'),(189272,184347,'_billing_city','portland'),(189273,184347,'_billing_state','OR'),(189274,184347,'_billing_postcode','97221'),(189275,184347,'_billing_country','US'),(189276,184347,'_billing_email','noemi.and.mark@nwliceclinics.com'),(189277,184347,'_billing_phone','15038012848'),(189278,184347,'_shipping_first_name','Mark'),(189279,184347,'_shipping_last_name','Meyer'),(189280,184347,'_shipping_company','lice clinics of america- portland'),(189281,184347,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(189282,184347,'_shipping_address_2','Suite 106'),(189283,184347,'_shipping_city','portland'),(189284,184347,'_shipping_state','OR'),(189285,184347,'_shipping_postcode','97221'),(189286,184347,'_shipping_country','US'),(189287,184347,'_order_currency','USD'),(189288,184347,'_cart_discount','170.39'),(189289,184347,'_cart_discount_tax','0'),(189290,184347,'_order_shipping','0'),(189291,184347,'_order_shipping_tax','0'),(189292,184347,'_order_tax','0'),(189293,184347,'_order_total','3237.49'),(189294,184347,'_order_version','10.3.6'),(189295,184347,'_prices_include_tax','no'),(189296,184347,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(189297,184347,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(189298,184347,'is_vat_exempt','no'),(189299,184347,'_order_number','4104'),(189300,184347,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:90.384;s:35:\"product_level_based_on_tax_settings\";d:90.384;s:10:\"cart_level\";d:0;s:5:\"total\";d:90.384;s:27:\"total_based_on_tax_settings\";d:90.384;}}'),(189301,184347,'_wc_order_attribution_source_type','typein'),(189302,184347,'_wc_order_attribution_utm_source','(direct)'),(189303,184347,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189304,184347,'_wc_order_attribution_session_start_time','2025-12-02 00:51:37'),(189305,184347,'_wc_order_attribution_session_pages','5'),(189306,184347,'_wc_order_attribution_session_count','1'),(189307,184347,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(189308,184347,'_wc_order_attribution_device_type','Desktop'),(189309,184347,'Payment type','instant'),(189310,184347,'_paypal_status','completed'),(189311,184347,'_transaction_id','2HY7891875706031K'),(189312,184347,'PayPal Transaction Fee','113.48'),(189313,184347,'_date_paid','1764637748'),(189314,184347,'_paid_date','2025-12-02 01:09:08'),(189315,184328,'_used_by','5'),(189316,184348,'_order_key','wc_order_UUGtg2sHKWVan'),(189317,184348,'_customer_user','76'),(189318,184348,'_payment_method','paypal'),(189319,184348,'_payment_method_title','PayPal'),(189320,184348,'_customer_ip_address','66.31.192.192'),(189321,184348,'_customer_user_agent','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'),(189322,184348,'_created_via','checkout'),(189323,184348,'_cart_hash','6a464c35bd24777db9d72bea6763448f'),(189324,184348,'_download_permissions_granted','yes'),(189325,184348,'_recorded_sales','yes'),(189326,184348,'_recorded_coupon_usage_counts','yes'),(189327,184348,'_new_order_email_sent','true'),(189328,184348,'_order_stock_reduced','yes'),(189329,184348,'_billing_first_name','Naomi'),(189330,184348,'_billing_last_name','Golden'),(189331,184348,'_billing_address_1','31 Mann Ave'),(189332,184348,'_billing_city','Needham'),(189333,184348,'_billing_state','MA'),(189334,184348,'_billing_postcode','02492'),(189335,184348,'_billing_country','US'),(189336,184348,'_billing_email','nrgolden6486@gmail.com'),(189337,184348,'_billing_phone','6178511322'),(189338,184348,'_shipping_first_name','Naomi'),(189339,184348,'_shipping_last_name','Golden'),(189340,184348,'_shipping_company','Lice Clinics of America'),(189341,184348,'_shipping_address_1','111 Center Street'),(189342,184348,'_shipping_address_2','Ste A'),(189343,184348,'_shipping_city','Middleborough'),(189344,184348,'_shipping_state','MA'),(189345,184348,'_shipping_postcode','02346'),(189346,184348,'_shipping_country','US'),(189347,184348,'_order_currency','USD'),(189348,184348,'_cart_discount','25.14'),(189349,184348,'_cart_discount_tax','0'),(189350,184348,'_order_shipping','0'),(189351,184348,'_order_shipping_tax','0'),(189352,184348,'_order_tax','0'),(189353,184348,'_order_total','477.66'),(189354,184348,'_order_version','10.3.6'),(189355,184348,'_prices_include_tax','no'),(189356,184348,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(189357,184348,'_shipping_address_index','Naomi Golden Lice Clinics of America 111 Center Street Ste A Middleborough MA 02346 US '),(189358,184348,'is_vat_exempt','no'),(189359,184348,'_order_number','4105'),(189360,184348,'_wc_order_attribution_source_type','typein'),(189361,184348,'_wc_order_attribution_utm_source','(direct)'),(189362,184348,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189363,184348,'_wc_order_attribution_session_start_time','2025-11-29 20:53:18'),(189364,184348,'_wc_order_attribution_session_pages','12'),(189365,184348,'_wc_order_attribution_session_count','2'),(189366,184348,'_wc_order_attribution_user_agent','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'),(189367,184348,'_wc_order_attribution_device_type','Desktop'),(189368,184348,'Payment type','instant'),(189369,184348,'_paypal_status','completed'),(189370,184348,'_transaction_id','36S6640702010512S'),(189371,184348,'PayPal Transaction Fee','17.16'),(189372,184348,'_date_paid','1764642513'),(189373,184348,'_paid_date','2025-12-02 02:28:33'),(189374,184328,'_used_by','76'),(189375,184349,'_order_key','wc_order_0rdCDZfXygqo5'),(189376,184349,'_customer_user','20'),(189377,184349,'_payment_method','paypal'),(189378,184349,'_payment_method_title','PayPal'),(189379,184349,'_customer_ip_address','66.74.128.78'),(189380,184349,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36'),(189381,184349,'_created_via','checkout'),(189382,184349,'_cart_hash','544e0448a3f70682bf5d5a9df53f2870'),(189383,184349,'_download_permissions_granted','yes'),(189384,184349,'_recorded_sales','yes'),(189385,184349,'_recorded_coupon_usage_counts','yes'),(189386,184349,'_new_order_email_sent','true'),(189387,184349,'_order_stock_reduced','yes'),(189388,184349,'_billing_first_name','Hasani'),(189389,184349,'_billing_last_name','Thompson'),(189390,184349,'_billing_company','Heat in Hair'),(189391,184349,'_billing_address_1','12840 Riverside Dr'),(189392,184349,'_billing_address_2','1D'),(189393,184349,'_billing_city','North Hollywood'),(189394,184349,'_billing_state','CA'),(189395,184349,'_billing_postcode','91607'),(189396,184349,'_billing_country','US'),(189397,184349,'_billing_email','info@liceclinicssantaclarita.com'),(189398,184349,'_billing_phone','6615850263'),(189399,184349,'_shipping_first_name','Hasani'),(189400,184349,'_shipping_last_name','Thompson'),(189401,184349,'_shipping_company','Heat in Hair'),(189402,184349,'_shipping_address_1','5145 Nightsky pl'),(189403,184349,'_shipping_city','5145 nightsky pl'),(189404,184349,'_shipping_state','CA'),(189405,184349,'_shipping_postcode','93552'),(189406,184349,'_shipping_country','US'),(189407,184349,'_order_currency','USD'),(189408,184349,'_cart_discount','51.95'),(189409,184349,'_cart_discount_tax','0'),(189410,184349,'_order_shipping','0'),(189411,184349,'_order_shipping_tax','0'),(189412,184349,'_order_tax','0'),(189413,184349,'_order_total','987.05'),(189414,184349,'_order_version','10.3.5'),(189415,184349,'_prices_include_tax','no'),(189416,184349,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(189417,184349,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(189418,184349,'is_vat_exempt','no'),(189419,184349,'_order_number','4106'),(189420,184349,'_wc_order_attribution_source_type','referral'),(189421,184349,'_wc_order_attribution_referrer','https://clinicstore.liceclinicsofamerica.com/'),(189422,184349,'_wc_order_attribution_utm_source','clinicstore.liceclinicsofamerica.com'),(189423,184349,'_wc_order_attribution_utm_medium','referral'),(189424,184349,'_wc_order_attribution_utm_content','/'),(189425,184349,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/portal/'),(189426,184349,'_wc_order_attribution_session_start_time','2025-12-02 03:39:54'),(189427,184349,'_wc_order_attribution_session_pages','9'),(189428,184349,'_wc_order_attribution_session_count','1'),(189429,184349,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Mobile Safari/537.36'),(189430,184349,'_wc_order_attribution_device_type','Mobile'),(189431,184349,'Payment type','instant'),(189432,184349,'_paypal_status','completed'),(189433,184349,'_transaction_id','90721580PK4780503'),(189434,184349,'PayPal Transaction Fee','34.94'),(189435,184349,'_date_paid','1764647520'),(189436,184349,'_paid_date','2025-12-02 03:52:00'),(189437,184328,'_used_by','20'),(189444,184350,'_order_key','wc_order_FZoOVSobWmQ0J'),(189445,184350,'_customer_user','67'),(189446,184350,'_payment_method','paypal'),(189447,184350,'_payment_method_title','PayPal'),(189448,184350,'_customer_ip_address','67.251.108.158'),(189449,184350,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189450,184350,'_created_via','checkout'),(189451,184350,'_cart_hash','21707a8c8683dabaa41e032a321f7505'),(189452,184350,'_download_permissions_granted','yes'),(189453,184350,'_recorded_sales','yes'),(189454,184350,'_recorded_coupon_usage_counts','yes'),(189455,184350,'_new_order_email_sent','true'),(189456,184350,'_order_stock_reduced','yes'),(189457,184350,'_billing_first_name','Marnie'),(189458,184350,'_billing_last_name','Murray'),(189459,184350,'_billing_company','Naughty Nits'),(189460,184350,'_billing_address_1','2809 Wehrle Drive'),(189461,184350,'_billing_address_2','Suite 10'),(189462,184350,'_billing_city','Williamsville'),(189463,184350,'_billing_state','NY'),(189464,184350,'_billing_postcode','14221'),(189465,184350,'_billing_country','US'),(189466,184350,'_billing_email','liceclinicsupstateny@gmail.com'),(189467,184350,'_billing_phone','7166265423'),(189468,184350,'_shipping_first_name','Marnie'),(189469,184350,'_shipping_last_name','Murray'),(189470,184350,'_shipping_company','Naughty Nits'),(189471,184350,'_shipping_address_1','2809 Wehrle Drive'),(189472,184350,'_shipping_address_2','Suite 10'),(189473,184350,'_shipping_city','Williamsville'),(189474,184350,'_shipping_state','NY'),(189475,184350,'_shipping_postcode','14221'),(189476,184350,'_shipping_country','US'),(189477,184350,'_order_currency','USD'),(189478,184350,'_cart_discount','202.07'),(189479,184350,'_cart_discount_tax','0'),(189480,184350,'_order_shipping','0'),(189481,184350,'_order_shipping_tax','0'),(189482,184350,'_order_tax','0'),(189483,184350,'_order_total','3839.26'),(189484,184350,'_order_version','10.3.5'),(189485,184350,'_prices_include_tax','no'),(189486,184350,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(189487,184350,'_shipping_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US '),(189488,184350,'is_vat_exempt','no'),(189489,184350,'_order_number','4107'),(189490,184350,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:199.19200000000001;s:35:\"product_level_based_on_tax_settings\";d:199.19200000000001;s:10:\"cart_level\";d:0;s:5:\"total\";d:199.19200000000001;s:27:\"total_based_on_tax_settings\";d:199.19200000000001;}}'),(189491,184350,'_wc_order_attribution_source_type','referral'),(189492,184350,'_wc_order_attribution_referrer','https://clinicstore.liceclinicsofamerica.com/'),(189493,184350,'_wc_order_attribution_utm_source','clinicstore.liceclinicsofamerica.com'),(189494,184350,'_wc_order_attribution_utm_medium','referral'),(189495,184350,'_wc_order_attribution_utm_content','/'),(189496,184350,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/portal/'),(189497,184350,'_wc_order_attribution_session_start_time','2025-11-25 14:55:29'),(189498,184350,'_wc_order_attribution_session_pages','4'),(189499,184350,'_wc_order_attribution_session_count','3'),(189500,184350,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189501,184350,'_wc_order_attribution_device_type','Desktop'),(189502,184350,'Payment type','instant'),(189503,184350,'_paypal_status','completed'),(189504,184350,'_transaction_id','2YY4044078968650A'),(189505,184350,'PayPal Transaction Fee','134.48'),(189506,184350,'_date_paid','1764688617'),(189507,184350,'_paid_date','2025-12-02 15:16:57'),(189508,184328,'_used_by','67'),(189509,184351,'_order_key','wc_order_2ISWp5r9sBYcW'),(189510,184351,'_customer_user','59'),(189511,184351,'_payment_method','paypal'),(189512,184351,'_payment_method_title','PayPal'),(189513,184351,'_customer_ip_address','174.170.119.112'),(189514,184351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189515,184351,'_created_via','checkout'),(189516,184351,'_cart_hash','bcf8e7a10e3dde0b4259f4267497b60b'),(189517,184351,'_download_permissions_granted','yes'),(189518,184351,'_recorded_sales','yes'),(189519,184351,'_recorded_coupon_usage_counts','yes'),(189520,184351,'_new_order_email_sent','true'),(189521,184351,'_order_stock_reduced','yes'),(189522,184351,'_billing_first_name','Allison'),(189523,184351,'_billing_last_name','Anthon'),(189524,184351,'_billing_company','Lice Clinics of America Memorial City'),(189525,184351,'_billing_address_1','9642 ELIZABETHS GLEN LN'),(189526,184351,'_billing_address_2','Apt, suite, floor, etc.'),(189527,184351,'_billing_city','TOMBALL'),(189528,184351,'_billing_state','TX'),(189529,184351,'_billing_postcode','77375'),(189530,184351,'_billing_country','US'),(189531,184351,'_billing_email','louseysolutions@gmail.com'),(189532,184351,'_billing_phone','6024008520'),(189533,184351,'_shipping_first_name','Allison'),(189534,184351,'_shipping_last_name','Anthon'),(189535,184351,'_shipping_company','LCA Memorial City'),(189536,184351,'_shipping_address_1','2831 Lakecrest River Dr.'),(189537,184351,'_shipping_city','Katy'),(189538,184351,'_shipping_state','TX'),(189539,184351,'_shipping_postcode','77493'),(189540,184351,'_shipping_country','US'),(189541,184351,'_order_currency','USD'),(189542,184351,'_cart_discount','35.28'),(189543,184351,'_cart_discount_tax','0'),(189544,184351,'_order_shipping','0'),(189545,184351,'_order_shipping_tax','0'),(189546,184351,'_order_tax','0'),(189547,184351,'_order_total','670.32'),(189548,184351,'_order_version','10.3.5'),(189549,184351,'_prices_include_tax','no'),(189550,184351,'_billing_address_index','Allison Anthon Lice Clinics of America Memorial City 9642 ELIZABETHS GLEN LN Apt, suite, floor, etc. TOMBALL TX 77375 US louseysolutions@gmail.com 6024008520'),(189551,184351,'_shipping_address_index','Allison Anthon LCA Memorial City 2831 Lakecrest River Dr.  Katy TX 77493 US '),(189552,184351,'is_vat_exempt','no'),(189553,184351,'_order_number','4108'),(189554,184351,'_wc_order_attribution_source_type','typein'),(189555,184351,'_wc_order_attribution_utm_source','(direct)'),(189556,184351,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189557,184351,'_wc_order_attribution_session_start_time','2025-12-02 18:05:21'),(189558,184351,'_wc_order_attribution_session_pages','4'),(189559,184351,'_wc_order_attribution_session_count','1'),(189560,184351,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189561,184351,'_wc_order_attribution_device_type','Desktop'),(189562,184351,'Payment type','instant'),(189563,184351,'_paypal_status','completed'),(189564,184351,'_transaction_id','1X241290NG3229309'),(189565,184351,'PayPal Transaction Fee','23.88'),(189566,184351,'_date_paid','1764699781'),(189567,184351,'_paid_date','2025-12-02 18:23:01'),(189568,184328,'_used_by','59'),(189569,184341,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196356\";s:12:\"date_shipped\";s:10:\"1764547200\";s:11:\"tracking_id\";s:32:\"65a802b4aa50983d572d60d930f96c07\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196367\";s:12:\"date_shipped\";s:10:\"1764547200\";s:11:\"tracking_id\";s:32:\"9e86f0b1dfff50a28da5d06fa8968717\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196378\";s:12:\"date_shipped\";s:10:\"1764547200\";s:11:\"tracking_id\";s:32:\"a3d90b46e48159f4c66bd458f2c67570\";}}'),(189570,184341,'_edit_last','2'),(189571,184341,'_date_completed','1764712680'),(189572,184341,'_completed_date','2025-12-02 21:58:00'),(189573,184345,'_edit_lock','1764712600:2'),(189574,184345,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196518\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"de23b65cdf5beb50fed4399f85adafdd\";}}'),(189575,184345,'_edit_last','2'),(189576,184345,'_date_completed','1764712740'),(189577,184345,'_completed_date','2025-12-02 21:59:00'),(189578,184344,'_edit_lock','1764712650:2'),(189579,184344,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196492\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"41fd2ec11bd9bc9d87802e99f4e6baa5\";}}'),(189580,184344,'_edit_last','2'),(189581,184344,'_date_completed','1764712783'),(189582,184344,'_completed_date','2025-12-02 21:59:43'),(189583,184342,'_edit_lock','1764712844:2'),(189584,184342,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196415\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"bb6c85fd38d7a1102cd67675db20b23e\";}}'),(189585,184342,'_edit_last','2'),(189586,184342,'_date_completed','1764712829'),(189587,184342,'_completed_date','2025-12-02 22:00:29'),(189588,184343,'_edit_lock','1764712883:2'),(189589,184343,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196448\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"7f0e58ad87abee2a3d1eb3d4ae2480b8\";}}'),(189590,184343,'_edit_last','2'),(189591,184343,'_date_completed','1764712878'),(189592,184343,'_completed_date','2025-12-02 22:01:18'),(189593,184351,'_edit_lock','1764712867:2'),(189594,184351,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196827\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"0536e8e74203abad091fd2619a62c0d9\";}}'),(189595,184351,'_edit_last','2'),(189596,184351,'_date_completed','1764713008'),(189597,184351,'_completed_date','2025-12-02 22:03:28'),(189598,184352,'_order_key','wc_order_SoUUDcVmFe628'),(189599,184352,'_customer_user','54'),(189600,184352,'_payment_method','paypal'),(189601,184352,'_payment_method_title','PayPal'),(189602,184352,'_customer_ip_address','75.211.10.101'),(189603,184352,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189604,184352,'_created_via','checkout'),(189605,184352,'_cart_hash','543b20ebff36bd5e1d831cfa70c6690e'),(189606,184352,'_download_permissions_granted','no'),(189607,184352,'_recorded_sales','no'),(189608,184352,'_recorded_coupon_usage_counts','no'),(189609,184352,'_new_order_email_sent','false'),(189610,184352,'_order_stock_reduced','no'),(189611,184352,'_billing_first_name','Erin'),(189612,184352,'_billing_last_name','Hawn'),(189613,184352,'_billing_address_1','10 W Phillip Rd'),(189614,184352,'_billing_address_2','Suite 123'),(189615,184352,'_billing_city','Vernon Hills'),(189616,184352,'_billing_state','IL'),(189617,184352,'_billing_postcode','60061'),(189618,184352,'_billing_country','US'),(189619,184352,'_billing_email','info@northernil.liceclinicsofamerica.com'),(189620,184352,'_billing_phone','8475960408'),(189621,184352,'_shipping_first_name','Erin'),(189622,184352,'_shipping_last_name','Hawn'),(189623,184352,'_shipping_address_1','1491 S Amarias Dr'),(189624,184352,'_shipping_city','Round lake'),(189625,184352,'_shipping_state','IL'),(189626,184352,'_shipping_postcode','60073'),(189627,184352,'_shipping_country','US'),(189628,184352,'_order_currency','USD'),(189629,184352,'_cart_discount','47.77'),(189630,184352,'_cart_discount_tax','0'),(189631,184352,'_order_shipping','0'),(189632,184352,'_order_shipping_tax','0'),(189633,184352,'_order_tax','0'),(189634,184352,'_order_total','907.63'),(189635,184352,'_order_version','10.3.5'),(189636,184352,'_prices_include_tax','no'),(189637,184352,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(189638,184352,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(189639,184352,'is_vat_exempt','no'),(189640,184352,'_order_number','4109'),(189641,184352,'_wc_order_attribution_source_type','typein'),(189642,184352,'_wc_order_attribution_utm_source','(direct)'),(189643,184352,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189644,184352,'_wc_order_attribution_session_start_time','2025-11-28 18:48:41'),(189645,184352,'_wc_order_attribution_session_pages','3'),(189646,184352,'_wc_order_attribution_session_count','3'),(189647,184352,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189648,184352,'_wc_order_attribution_device_type','Desktop'),(189649,184353,'_order_key','wc_order_kjJ0V5N4G8Gc0'),(189650,184353,'_customer_user','46'),(189651,184353,'_payment_method','paypal'),(189652,184353,'_payment_method_title','PayPal'),(189653,184353,'_customer_ip_address','72.47.75.84'),(189654,184353,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189655,184353,'_created_via','checkout'),(189656,184353,'_cart_hash','34a590a0a6a1d11afb6d2ab2f7d6f59f'),(189657,184353,'_download_permissions_granted','yes'),(189658,184353,'_recorded_sales','yes'),(189659,184353,'_recorded_coupon_usage_counts','yes'),(189660,184353,'_new_order_email_sent','true'),(189661,184353,'_order_stock_reduced','yes'),(189662,184353,'_billing_first_name','Ashe'),(189663,184353,'_billing_last_name','montalvo'),(189664,184353,'_billing_company','lice clincs of america jonesboro'),(189665,184353,'_billing_address_1','1406 Market Place'),(189666,184353,'_billing_address_2','Apartment 10'),(189667,184353,'_billing_city','Jonesboro'),(189668,184353,'_billing_state','AR'),(189669,184353,'_billing_postcode','72404'),(189670,184353,'_billing_country','US'),(189671,184353,'_billing_email','bsdashlynf@gmail.com'),(189672,184353,'_billing_phone','8706132520'),(189673,184353,'_shipping_first_name','Ashe'),(189674,184353,'_shipping_last_name','montalvo'),(189675,184353,'_shipping_company','lice clincs of america jonesboro'),(189676,184353,'_shipping_address_1','3114 Fox Road'),(189677,184353,'_shipping_address_2','suite D'),(189678,184353,'_shipping_city','Jonesboro'),(189679,184353,'_shipping_state','AR'),(189680,184353,'_shipping_postcode','72404'),(189681,184353,'_shipping_country','US'),(189682,184353,'_order_currency','USD'),(189683,184353,'_cart_discount','15.67'),(189684,184353,'_cart_discount_tax','0'),(189685,184353,'_order_shipping','15.91'),(189686,184353,'_order_shipping_tax','0'),(189687,184353,'_order_tax','0'),(189688,184353,'_order_total','313.68'),(189689,184353,'_order_version','10.3.6'),(189690,184353,'_prices_include_tax','no'),(189691,184353,'_billing_address_index','Ashe montalvo lice clincs of america jonesboro 1406 Market Place Apartment 10 Jonesboro AR 72404 US bsdashlynf@gmail.com 8706132520'),(189692,184353,'_shipping_address_index','Ashe montalvo lice clincs of america jonesboro 3114 Fox Road suite D Jonesboro AR 72404 US '),(189693,184353,'is_vat_exempt','no'),(189694,184353,'_order_number','4110'),(189695,184353,'_wc_order_attribution_source_type','typein'),(189696,184353,'_wc_order_attribution_utm_source','(direct)'),(189697,184353,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189698,184353,'_wc_order_attribution_session_start_time','2025-12-03 18:58:48'),(189699,184353,'_wc_order_attribution_session_pages','6'),(189700,184353,'_wc_order_attribution_session_count','1'),(189701,184353,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189702,184353,'_wc_order_attribution_device_type','Desktop'),(189703,184353,'Payment type','instant'),(189704,184353,'_paypal_status','completed'),(189705,184353,'_transaction_id','2943313623813762G'),(189706,184353,'PayPal Transaction Fee','11.44'),(189707,184353,'_date_paid','1764788843'),(189708,184353,'_paid_date','2025-12-03 19:07:23'),(189709,184328,'_used_by','46'),(189710,184340,'_edit_lock','1764791441:2'),(189711,184347,'_edit_lock','1765304177:2'),(189712,184348,'_edit_lock','1765304197:2'),(189713,184349,'_edit_lock','1764791594:2'),(189714,184350,'_edit_lock','1764791504:2'),(189715,184340,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196334\";s:12:\"date_shipped\";s:10:\"1764547200\";s:11:\"tracking_id\";s:32:\"16a26e2ca3a16616438bb870dca42925\";}}'),(189716,184340,'_edit_last','2'),(189717,184340,'_date_completed','1764791437'),(189718,184340,'_completed_date','2025-12-03 19:50:37'),(189719,184347,'_wc_shipment_tracking_items','a:8:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196643\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"d12df9e2161e293dadcb864d158fd187\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196632\";s:12:\"date_shipped\";i:1764791464;s:11:\"tracking_id\";s:32:\"a2044a583a8e4a010b39cd5c6c7ede4f\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196621\";s:12:\"date_shipped\";i:1764791471;s:11:\"tracking_id\";s:32:\"5cfbabfe7f4b5492f760feeb69036bdf\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196600\";s:12:\"date_shipped\";i:1764791477;s:11:\"tracking_id\";s:32:\"ffd76dc132f73322d274d20770cf413e\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196584\";s:12:\"date_shipped\";i:1764791482;s:11:\"tracking_id\";s:32:\"ececcd49eec08c6149ed893a97df120f\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196573\";s:12:\"date_shipped\";i:1764791488;s:11:\"tracking_id\";s:32:\"2bc7718ea4c3a397577fc0add1d83536\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196595\";s:12:\"date_shipped\";i:1764791493;s:11:\"tracking_id\";s:32:\"1223f0af883735c6b6adc733af1e94f5\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196610\";s:12:\"date_shipped\";i:1764791498;s:11:\"tracking_id\";s:32:\"7cb03e9336317f19cadcd3054de5379b\";}}'),(189720,184348,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196676\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"3a85028af0751df285441d155d6b7d03\";}}'),(189721,184349,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196687\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"204f23c5b230b058110ff9536d5e3044\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196698\";s:12:\"date_shipped\";i:1764791575;s:11:\"tracking_id\";s:32:\"c1c93457b7388c2d372ce15b2caa00d6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196702\";s:12:\"date_shipped\";i:1764791581;s:11:\"tracking_id\";s:32:\"b2f9bdc5a327701e44de5c1af545e5db\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196713\";s:12:\"date_shipped\";i:1764791586;s:11:\"tracking_id\";s:32:\"8ea89259e97189b278c4520651ea1dbe\";}}'),(189722,184349,'_edit_last','2'),(189723,184349,'_date_completed','1764791588'),(189724,184349,'_completed_date','2025-12-03 19:53:08'),(189725,184350,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196724\";s:12:\"date_shipped\";s:10:\"1764633600\";s:11:\"tracking_id\";s:32:\"ba805a8492fa2ae616553079e45355c4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196735\";s:12:\"date_shipped\";i:1764791610;s:11:\"tracking_id\";s:32:\"3cc5632a26e8c697134efb2dbf875de6\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196757\";s:12:\"date_shipped\";i:1764791617;s:11:\"tracking_id\";s:32:\"64221d0193d68d916b23ff3308093220\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196746\";s:12:\"date_shipped\";i:1764791624;s:11:\"tracking_id\";s:32:\"e96c98ddfc1c0d8e1b3b6204ce9cf520\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196780\";s:12:\"date_shipped\";i:1764791629;s:11:\"tracking_id\";s:32:\"53c66f861a41232b35363d47fa31d16c\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196768\";s:12:\"date_shipped\";i:1764791634;s:11:\"tracking_id\";s:32:\"68b1e77b352ab0b0e3b73b97de78d3d6\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196779\";s:12:\"date_shipped\";i:1764791639;s:11:\"tracking_id\";s:32:\"d013efc2a88145360c49a011371dff01\";}}'),(189726,184350,'_edit_last','2'),(189727,184350,'_date_completed','1764791642'),(189728,184350,'_completed_date','2025-12-03 19:54:02'),(189729,184354,'_order_key','wc_order_Uqqv0GoiypGeo'),(189730,184354,'_customer_user','108'),(189731,184354,'_payment_method','paypal'),(189732,184354,'_payment_method_title','PayPal'),(189733,184354,'_customer_ip_address','47.183.197.100'),(189734,184354,'_customer_user_agent','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'),(189735,184354,'_created_via','checkout'),(189736,184354,'_cart_hash','d53c06d41238fe4da307250be73c6a62'),(189737,184354,'_download_permissions_granted','yes'),(189738,184354,'_recorded_sales','yes'),(189739,184354,'_recorded_coupon_usage_counts','yes'),(189740,184354,'_new_order_email_sent','true'),(189741,184354,'_order_stock_reduced','yes'),(189742,184354,'_billing_first_name','Kat'),(189743,184354,'_billing_last_name','Khalaf'),(189744,184354,'_billing_address_1','3844 Kelly Blvd'),(189745,184354,'_billing_city','Carrollton'),(189746,184354,'_billing_state','TX'),(189747,184354,'_billing_postcode','75007'),(189748,184354,'_billing_country','US'),(189749,184354,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(189750,184354,'_billing_phone','6462212276'),(189751,184354,'_shipping_first_name','Kat'),(189752,184354,'_shipping_last_name','Khalaf'),(189753,184354,'_shipping_address_1','3844 Kelly Blvd'),(189754,184354,'_shipping_city','CARROLLTON'),(189755,184354,'_shipping_state','TX'),(189756,184354,'_shipping_postcode','75007'),(189757,184354,'_shipping_country','US'),(189758,184354,'_order_currency','USD'),(189759,184354,'_cart_discount','49.64'),(189760,184354,'_cart_discount_tax','0'),(189761,184354,'_order_shipping','0'),(189762,184354,'_order_shipping_tax','0'),(189763,184354,'_order_tax','0'),(189764,184354,'_order_total','943.12'),(189765,184354,'_order_version','10.3.5'),(189766,184354,'_prices_include_tax','no'),(189767,184354,'_billing_address_index','Kat Khalaf  3844 Kelly Blvd  Carrollton TX 75007 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(189768,184354,'_shipping_address_index','Kat Khalaf  3844 Kelly Blvd  CARROLLTON TX 75007 US '),(189769,184354,'is_vat_exempt','no'),(189770,184354,'_order_number','4111'),(189771,184354,'_wc_order_attribution_source_type','typein'),(189772,184354,'_wc_order_attribution_utm_source','(direct)'),(189773,184354,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189774,184354,'_wc_order_attribution_session_start_time','2025-11-25 03:47:54'),(189775,184354,'_wc_order_attribution_session_pages','6'),(189776,184354,'_wc_order_attribution_session_count','5'),(189777,184354,'_wc_order_attribution_user_agent','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'),(189778,184354,'_wc_order_attribution_device_type','Desktop'),(189779,184354,'Payment type','instant'),(189780,184354,'_paypal_status','completed'),(189781,184354,'_transaction_id','90S42387JP4203509'),(189782,184354,'PayPal Transaction Fee','33.40'),(189783,184354,'_date_paid','1764826526'),(189784,184354,'_paid_date','2025-12-04 05:35:26'),(189785,184328,'_used_by','108'),(189786,184355,'_order_key','wc_order_I5MC6LYVqC1wR'),(189787,184355,'_customer_user','108'),(189788,184355,'_payment_method','paypal'),(189789,184355,'_payment_method_title','PayPal'),(189790,184355,'_customer_ip_address','47.183.197.100'),(189791,184355,'_customer_user_agent','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'),(189792,184355,'_created_via','checkout'),(189793,184355,'_cart_hash','5e243a2b81e0b6613fd6f3f86c611a39'),(189794,184355,'_download_permissions_granted','no'),(189795,184355,'_recorded_sales','no'),(189796,184355,'_recorded_coupon_usage_counts','no'),(189797,184355,'_new_order_email_sent','false'),(189798,184355,'_order_stock_reduced','no'),(189799,184355,'_billing_first_name','Kat'),(189800,184355,'_billing_last_name','Khalaf'),(189801,184355,'_billing_address_1','3844 Kelly Blvd'),(189802,184355,'_billing_city','Carrollton'),(189803,184355,'_billing_state','TX'),(189804,184355,'_billing_postcode','75007'),(189805,184355,'_billing_country','US'),(189806,184355,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(189807,184355,'_billing_phone','6462212276'),(189808,184355,'_shipping_first_name','Kat'),(189809,184355,'_shipping_last_name','Khalaf'),(189810,184355,'_shipping_address_1','3844 Kelly Blvd'),(189811,184355,'_shipping_city','CARROLLTON'),(189812,184355,'_shipping_state','TX'),(189813,184355,'_shipping_postcode','75007'),(189814,184355,'_shipping_country','US'),(189815,184355,'_order_currency','USD'),(189816,184355,'_cart_discount','10'),(189817,184355,'_cart_discount_tax','0'),(189818,184355,'_order_shipping','22.42'),(189819,184355,'_order_shipping_tax','0'),(189820,184355,'_order_tax','0'),(189821,184355,'_order_total','212.42'),(189822,184355,'_order_version','10.3.5'),(189823,184355,'_prices_include_tax','no'),(189824,184355,'_billing_address_index','Kat Khalaf  3844 Kelly Blvd  Carrollton TX 75007 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(189825,184355,'_shipping_address_index','Kat Khalaf  3844 Kelly Blvd  CARROLLTON TX 75007 US '),(189826,184355,'is_vat_exempt','no'),(189827,184355,'_order_number','4112'),(189828,184355,'_wc_order_attribution_source_type','typein'),(189829,184355,'_wc_order_attribution_utm_source','(direct)'),(189830,184355,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189831,184355,'_wc_order_attribution_session_start_time','2025-11-25 03:47:54'),(189832,184355,'_wc_order_attribution_session_pages','2'),(189833,184355,'_wc_order_attribution_session_count','7'),(189834,184355,'_wc_order_attribution_user_agent','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'),(189835,184355,'_wc_order_attribution_device_type','Desktop'),(189836,184356,'_order_key','wc_order_sL3ZGfNxzt2kY'),(189837,184356,'_customer_user','108'),(189838,184356,'_payment_method','paypal'),(189839,184356,'_payment_method_title','PayPal'),(189840,184356,'_customer_ip_address','47.183.197.100'),(189841,184356,'_customer_user_agent','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'),(189842,184356,'_created_via','checkout'),(189843,184356,'_cart_hash','2b5d3df060356a262eb60c4b4467d451'),(189844,184356,'_download_permissions_granted','yes'),(189845,184356,'_recorded_sales','yes'),(189846,184356,'_recorded_coupon_usage_counts','yes'),(189847,184356,'_new_order_email_sent','true'),(189848,184356,'_order_stock_reduced','yes'),(189849,184356,'_billing_first_name','Kat'),(189850,184356,'_billing_last_name','Khalaf'),(189851,184356,'_billing_address_1','3844 Kelly Blvd'),(189852,184356,'_billing_city','Carrollton'),(189853,184356,'_billing_state','TX'),(189854,184356,'_billing_postcode','75007'),(189855,184356,'_billing_country','US'),(189856,184356,'_billing_email','kat@fortworth.liceclinicsofamerica.com'),(189857,184356,'_billing_phone','6462212276'),(189858,184356,'_shipping_first_name','Kat'),(189859,184356,'_shipping_last_name','Khalaf'),(189860,184356,'_shipping_address_1','3844 Kelly Blvd'),(189861,184356,'_shipping_city','CARROLLTON'),(189862,184356,'_shipping_state','TX'),(189863,184356,'_shipping_postcode','75007'),(189864,184356,'_shipping_country','US'),(189865,184356,'_order_currency','USD'),(189866,184356,'_cart_discount','18.6'),(189867,184356,'_cart_discount_tax','0'),(189868,184356,'_order_shipping','46.54'),(189869,184356,'_order_shipping_tax','0'),(189870,184356,'_order_tax','0'),(189871,184356,'_order_total','399.94'),(189872,184356,'_order_version','10.3.5'),(189873,184356,'_prices_include_tax','no'),(189874,184356,'_billing_address_index','Kat Khalaf  3844 Kelly Blvd  Carrollton TX 75007 US kat@fortworth.liceclinicsofamerica.com 6462212276'),(189875,184356,'_shipping_address_index','Kat Khalaf  3844 Kelly Blvd  CARROLLTON TX 75007 US '),(189876,184356,'is_vat_exempt','no'),(189877,184356,'_order_number','4113'),(189878,184356,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:28;s:35:\"product_level_based_on_tax_settings\";d:28;s:10:\"cart_level\";d:0;s:5:\"total\";d:28;s:27:\"total_based_on_tax_settings\";d:28;}}'),(189879,184356,'_wc_order_attribution_source_type','typein'),(189880,184356,'_wc_order_attribution_utm_source','(direct)'),(189881,184356,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189882,184356,'_wc_order_attribution_session_start_time','2025-11-25 03:47:54'),(189883,184356,'_wc_order_attribution_session_pages','7'),(189884,184356,'_wc_order_attribution_session_count','7'),(189885,184356,'_wc_order_attribution_user_agent','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'),(189886,184356,'_wc_order_attribution_device_type','Desktop'),(189887,184356,'Payment type','instant'),(189888,184356,'_paypal_status','completed'),(189889,184356,'_transaction_id','18U79269CF150421R'),(189890,184356,'PayPal Transaction Fee','14.45'),(189891,184356,'_date_paid','1764893694'),(189892,184356,'_paid_date','2025-12-05 00:14:54'),(189893,184328,'_used_by','108'),(189894,2234,'_used_by','108'),(189895,184356,'_edit_lock','1765224930:2'),(189896,184357,'_order_currency','USD'),(189897,184357,'_cart_discount','0'),(189898,184357,'_cart_discount_tax','0'),(189899,184357,'_order_shipping','-46.54'),(189900,184357,'_order_shipping_tax','0'),(189901,184357,'_order_tax','0'),(189902,184357,'_order_total','-46.54'),(189903,184357,'_order_version','10.3.5'),(189904,184357,'_prices_include_tax','no'),(189905,184357,'_refund_amount','46.54'),(189906,184357,'_refunded_by','2'),(189907,184357,'_refunded_payment','1'),(189908,184357,'_refund_reason','forgot item on other order'),(189909,184357,'_refund_type','partial'),(189910,184358,'_order_key','wc_order_eNDGl2kvUTnxh');
INSERT INTO `wp_postmeta` VALUES (189911,184358,'_customer_user','3'),(189912,184358,'_payment_method','paypal'),(189913,184358,'_payment_method_title','PayPal'),(189914,184358,'_customer_ip_address','99.22.146.124'),(189915,184358,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189916,184358,'_created_via','checkout'),(189917,184358,'_cart_hash','afdd011da96714d1f0273f066aaa1407'),(189918,184358,'_download_permissions_granted','yes'),(189919,184358,'_recorded_sales','yes'),(189920,184358,'_recorded_coupon_usage_counts','yes'),(189921,184358,'_new_order_email_sent','true'),(189922,184358,'_order_stock_reduced','yes'),(189923,184358,'_billing_first_name','amanda'),(189924,184358,'_billing_last_name','westerman'),(189925,184358,'_billing_company','Lice Clinics of America Dallas'),(189926,184358,'_billing_address_1','3120 HUDSON XING'),(189927,184358,'_billing_address_2','Suite A2'),(189928,184358,'_billing_city','MCKINNEY'),(189929,184358,'_billing_state','TX'),(189930,184358,'_billing_postcode','75070'),(189931,184358,'_billing_country','US'),(189932,184358,'_billing_email','awesterman1103@gmail.com'),(189933,184358,'_billing_phone','12144175741'),(189934,184358,'_shipping_first_name','amanda'),(189935,184358,'_shipping_last_name','westerman'),(189936,184358,'_shipping_company','Lice Clinics of America Addison/Dallas'),(189937,184358,'_shipping_address_1','1709 Damian Way'),(189938,184358,'_shipping_city','Richardson'),(189939,184358,'_shipping_state','TX'),(189940,184358,'_shipping_postcode','75081'),(189941,184358,'_shipping_country','US'),(189942,184358,'_order_currency','USD'),(189943,184358,'_cart_discount','93.39'),(189944,184358,'_cart_discount_tax','0'),(189945,184358,'_order_shipping','0'),(189946,184358,'_order_shipping_tax','0'),(189947,184358,'_order_tax','0'),(189948,184358,'_order_total','1774.36'),(189949,184358,'_order_version','10.3.6'),(189950,184358,'_prices_include_tax','no'),(189951,184358,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(189952,184358,'_shipping_address_index','amanda westerman Lice Clinics of America Addison/Dallas 1709 Damian Way  Richardson TX 75081 US '),(189953,184358,'is_vat_exempt','no'),(189954,184358,'_order_number','4114'),(189955,184358,'_wc_order_attribution_source_type','typein'),(189956,184358,'_wc_order_attribution_utm_source','(direct)'),(189957,184358,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(189958,184358,'_wc_order_attribution_session_start_time','2025-12-05 15:57:59'),(189959,184358,'_wc_order_attribution_session_pages','6'),(189960,184358,'_wc_order_attribution_session_count','1'),(189961,184358,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(189962,184358,'_wc_order_attribution_device_type','Desktop'),(189963,184358,'Payment type','instant'),(189964,184358,'_paypal_status','completed'),(189965,184358,'_transaction_id','0XF182907M870170D'),(189966,184358,'PayPal Transaction Fee','62.42'),(189967,184358,'_date_paid','1764951447'),(189968,184358,'_paid_date','2025-12-05 16:17:27'),(189969,184328,'_used_by','3'),(189974,184359,'_order_key','wc_order_vOAmVXXYoLitI'),(189975,184359,'_customer_user','82'),(189976,184359,'_payment_method','paypal'),(189977,184359,'_payment_method_title','PayPal'),(189978,184359,'_customer_ip_address','70.183.4.238'),(189979,184359,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(189980,184359,'_created_via','checkout'),(189981,184359,'_cart_hash','080da8ebf869c034ff7ab542efe3f8f5'),(189982,184359,'_download_permissions_granted','yes'),(189983,184359,'_recorded_sales','yes'),(189984,184359,'_recorded_coupon_usage_counts','yes'),(189985,184359,'_new_order_email_sent','true'),(189986,184359,'_order_stock_reduced','yes'),(189987,184359,'_billing_first_name','Sonny'),(189988,184359,'_billing_last_name','Le'),(189989,184359,'_billing_address_1','10710 Viognier Ter'),(189990,184359,'_billing_city','Fairfax'),(189991,184359,'_billing_state','VA'),(189992,184359,'_billing_postcode','22030'),(189993,184359,'_billing_country','US'),(189994,184359,'_billing_email','sonnynguyenle@gmail.com'),(189995,184359,'_billing_phone','5712057863'),(189996,184359,'_shipping_first_name','SONNY'),(189997,184359,'_shipping_last_name','LE'),(189998,184359,'_shipping_address_1','10710 VIOGNIER TER'),(189999,184359,'_shipping_city','FAIRFAX'),(190000,184359,'_shipping_state','VA'),(190001,184359,'_shipping_postcode','22030'),(190002,184359,'_shipping_country','US'),(190003,184359,'_order_currency','USD'),(190004,184359,'_cart_discount','160.26'),(190005,184359,'_cart_discount_tax','0'),(190006,184359,'_order_shipping','0'),(190007,184359,'_order_shipping_tax','0'),(190008,184359,'_order_tax','0'),(190009,184359,'_order_total','3044.89'),(190010,184359,'_order_version','10.3.6'),(190011,184359,'_prices_include_tax','no'),(190012,184359,'_billing_address_index','Sonny Le  10710 Viognier Ter  Fairfax VA 22030 US sonnynguyenle@gmail.com 5712057863'),(190013,184359,'_shipping_address_index','SONNY LE  10710 VIOGNIER TER  FAIRFAX VA 22030 US '),(190014,184359,'is_vat_exempt','no'),(190015,184359,'_order_number','4115'),(190016,184359,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:241.24799999999999;s:35:\"product_level_based_on_tax_settings\";d:241.24799999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:241.24799999999999;s:27:\"total_based_on_tax_settings\";d:241.24799999999999;}}'),(190017,184359,'_wc_order_attribution_source_type','typein'),(190018,184359,'_wc_order_attribution_utm_source','(direct)'),(190019,184359,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190020,184359,'_wc_order_attribution_session_start_time','2025-12-06 19:07:15'),(190021,184359,'_wc_order_attribution_session_pages','6'),(190022,184359,'_wc_order_attribution_session_count','1'),(190023,184359,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(190024,184359,'_wc_order_attribution_device_type','Desktop'),(190025,184359,'Payment type','instant'),(190026,184359,'_paypal_status','completed'),(190027,184359,'_transaction_id','7BU63295H13612235'),(190028,184359,'PayPal Transaction Fee','106.76'),(190029,184359,'_date_paid','1765048788'),(190030,184359,'_paid_date','2025-12-06 19:19:48'),(190031,184328,'_used_by','82'),(190033,184360,'_order_key','wc_order_lgE1F9ahplZIi'),(190034,184360,'_customer_user','50'),(190035,184360,'_payment_method','paypal'),(190036,184360,'_payment_method_title','PayPal'),(190037,184360,'_customer_ip_address','24.34.196.21'),(190038,184360,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190039,184360,'_created_via','checkout'),(190040,184360,'_cart_hash','14172613e96362a2a9c4631d28022bfd'),(190041,184360,'_download_permissions_granted','no'),(190042,184360,'_recorded_sales','no'),(190043,184360,'_recorded_coupon_usage_counts','no'),(190044,184360,'_new_order_email_sent','false'),(190045,184360,'_order_stock_reduced','no'),(190046,184360,'_billing_first_name','Christine'),(190047,184360,'_billing_last_name','Cherry'),(190048,184360,'_billing_company','NITS END'),(190049,184360,'_billing_address_1','PO BOX 1092'),(190050,184360,'_billing_city','Campton'),(190051,184360,'_billing_state','NH'),(190052,184360,'_billing_postcode','03223'),(190053,184360,'_billing_country','US'),(190054,184360,'_billing_email','info@liceclinicsplaistow.com'),(190055,184360,'_billing_phone','16034983390'),(190056,184360,'_shipping_first_name','Christine'),(190057,184360,'_shipping_last_name','Cherry'),(190058,184360,'_shipping_company','C/O Linda Brann LCA/Nits End'),(190059,184360,'_shipping_address_1','16 Toppan Drive'),(190060,184360,'_shipping_city','Gorham'),(190061,184360,'_shipping_state','ME'),(190062,184360,'_shipping_postcode','04038'),(190063,184360,'_shipping_country','US'),(190064,184360,'_order_currency','USD'),(190065,184360,'_cart_discount','69.41'),(190066,184360,'_cart_discount_tax','0'),(190067,184360,'_order_shipping','0'),(190068,184360,'_order_shipping_tax','0'),(190069,184360,'_order_tax','0'),(190070,184360,'_order_total','1318.83'),(190071,184360,'_order_version','10.3.5'),(190072,184360,'_prices_include_tax','no'),(190073,184360,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(190074,184360,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(190075,184360,'is_vat_exempt','no'),(190076,184360,'_order_number','4116'),(190077,184360,'_wc_order_attribution_source_type','typein'),(190078,184360,'_wc_order_attribution_utm_source','(direct)'),(190079,184360,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190080,184360,'_wc_order_attribution_session_start_time','2025-12-06 22:12:49'),(190081,184360,'_wc_order_attribution_session_pages','11'),(190082,184360,'_wc_order_attribution_session_count','2'),(190083,184360,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190084,184360,'_wc_order_attribution_device_type','Desktop'),(190086,184361,'_order_key','wc_order_WwKrVWagnnmMH'),(190087,184361,'_customer_user','98'),(190088,184361,'_payment_method','paypal'),(190089,184361,'_payment_method_title','PayPal'),(190090,184361,'_customer_ip_address','24.34.196.21'),(190091,184361,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190092,184361,'_created_via','checkout'),(190093,184361,'_cart_hash','90bc622261245f99bde51b372db0c7c3'),(190094,184361,'_download_permissions_granted','yes'),(190095,184361,'_recorded_sales','yes'),(190096,184361,'_recorded_coupon_usage_counts','yes'),(190097,184361,'_new_order_email_sent','true'),(190098,184361,'_order_stock_reduced','yes'),(190099,184361,'_billing_first_name','Christine'),(190100,184361,'_billing_last_name','Cherry'),(190101,184361,'_billing_company','NITS END'),(190102,184361,'_billing_address_1','PO BOX 1092'),(190103,184361,'_billing_city','Campton'),(190104,184361,'_billing_state','NH'),(190105,184361,'_billing_postcode','03223'),(190106,184361,'_billing_country','US'),(190107,184361,'_billing_email','christine@liceclinicscolumbus.com'),(190108,184361,'_billing_phone','16034983390'),(190109,184361,'_shipping_first_name','Erica'),(190110,184361,'_shipping_last_name','Froggatt'),(190111,184361,'_shipping_company','LCA - Nits End / 149091'),(190112,184361,'_shipping_address_1','5910 Wilcox Pl'),(190113,184361,'_shipping_address_2','suite E'),(190114,184361,'_shipping_city','Dublin'),(190115,184361,'_shipping_state','OH'),(190116,184361,'_shipping_postcode','43016'),(190117,184361,'_shipping_country','US'),(190118,184361,'_order_currency','USD'),(190119,184361,'_cart_discount','81.2'),(190120,184361,'_cart_discount_tax','0'),(190121,184361,'_order_shipping','0'),(190122,184361,'_order_shipping_tax','0'),(190123,184361,'_order_tax','0'),(190124,184361,'_order_total','1542.90'),(190125,184361,'_order_version','10.3.6'),(190126,184361,'_prices_include_tax','no'),(190127,184361,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US christine@liceclinicscolumbus.com 16034983390'),(190128,184361,'_shipping_address_index','Erica Froggatt LCA - Nits End / 149091 5910 Wilcox Pl suite E Dublin OH 43016 US '),(190129,184361,'is_vat_exempt','no'),(190130,184361,'_order_number','4117'),(190131,184361,'_wc_order_attribution_source_type','typein'),(190132,184361,'_wc_order_attribution_utm_source','(direct)'),(190133,184361,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190134,184361,'_wc_order_attribution_session_start_time','2025-12-06 22:12:49'),(190135,184361,'_wc_order_attribution_session_pages','34'),(190136,184361,'_wc_order_attribution_session_count','2'),(190137,184361,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190138,184361,'_wc_order_attribution_device_type','Desktop'),(190139,184361,'Payment type','instant'),(190140,184361,'_paypal_status','completed'),(190141,184361,'_transaction_id','8RA2427864153200F'),(190142,184361,'PayPal Transaction Fee','54.34'),(190143,184361,'_date_paid','1765204581'),(190144,184361,'_paid_date','2025-12-08 14:36:21'),(190145,184328,'_used_by','98'),(190146,184354,'_edit_lock','1765224930:2'),(190147,184354,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197238\";s:12:\"date_shipped\";s:10:\"1765152000\";s:11:\"tracking_id\";s:32:\"235b5a0658c780169a2ff299b24d10b7\";}}'),(190148,184354,'_edit_last','2'),(190149,184354,'_date_completed','1765224843'),(190150,184354,'_completed_date','2025-12-08 20:14:03'),(190151,184356,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197238\";s:12:\"date_shipped\";s:10:\"1765152000\";s:11:\"tracking_id\";s:32:\"6c09deeff4a767356027053fba98276c\";}}'),(190152,184356,'_edit_last','2'),(190153,184356,'_date_completed','1765224858'),(190154,184356,'_completed_date','2025-12-08 20:14:18'),(190155,184362,'_order_key','wc_order_WP5EWgpF023fx'),(190156,184362,'_customer_user','76'),(190157,184362,'_payment_method','paypal'),(190158,184362,'_payment_method_title','PayPal'),(190159,184362,'_customer_ip_address','199.76.14.164'),(190160,184362,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(190161,184362,'_created_via','checkout'),(190162,184362,'_cart_hash','3e4a9ab033533ebbf4db04e6667eebc6'),(190163,184362,'_download_permissions_granted','yes'),(190164,184362,'_recorded_sales','yes'),(190165,184362,'_recorded_coupon_usage_counts','yes'),(190166,184362,'_new_order_email_sent','true'),(190167,184362,'_order_stock_reduced','yes'),(190168,184362,'_billing_first_name','Naomi'),(190169,184362,'_billing_last_name','Golden'),(190170,184362,'_billing_address_1','31 Mann Ave'),(190171,184362,'_billing_city','Needham'),(190172,184362,'_billing_state','MA'),(190173,184362,'_billing_postcode','02492'),(190174,184362,'_billing_country','US'),(190175,184362,'_billing_email','nrgolden6486@gmail.com'),(190176,184362,'_billing_phone','6178511322'),(190177,184362,'_shipping_first_name','Naomi'),(190178,184362,'_shipping_last_name','Golden'),(190179,184362,'_shipping_company','Lice Clinics of America'),(190180,184362,'_shipping_address_1','3 Baldwin Green Common'),(190181,184362,'_shipping_address_2','suite 310'),(190182,184362,'_shipping_city','Woburn'),(190183,184362,'_shipping_state','MA'),(190184,184362,'_shipping_postcode','01801'),(190185,184362,'_shipping_country','US'),(190186,184362,'_order_currency','USD'),(190187,184362,'_cart_discount','26.41'),(190188,184362,'_cart_discount_tax','0'),(190189,184362,'_order_shipping','0'),(190190,184362,'_order_shipping_tax','0'),(190191,184362,'_order_tax','0'),(190192,184362,'_order_total','501.89'),(190193,184362,'_order_version','10.3.6'),(190194,184362,'_prices_include_tax','no'),(190195,184362,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(190196,184362,'_shipping_address_index','Naomi Golden Lice Clinics of America 3 Baldwin Green Common suite 310 Woburn MA 01801 US '),(190197,184362,'is_vat_exempt','no'),(190198,184362,'_order_number','4118'),(190199,184362,'_wc_order_attribution_source_type','typein'),(190200,184362,'_wc_order_attribution_utm_source','(direct)'),(190201,184362,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(190202,184362,'_wc_order_attribution_session_start_time','2025-12-08 23:07:00'),(190203,184362,'_wc_order_attribution_session_pages','3'),(190204,184362,'_wc_order_attribution_session_count','2'),(190205,184362,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(190206,184362,'_wc_order_attribution_device_type','Desktop'),(190207,184362,'Payment type','instant'),(190208,184362,'_paypal_status','completed'),(190209,184362,'_transaction_id','17R605479P140234P'),(190210,184362,'PayPal Transaction Fee','18.01'),(190211,184362,'_date_paid','1765285997'),(190212,184362,'_paid_date','2025-12-09 13:13:17'),(190213,184328,'_used_by','76'),(190214,184364,'_order_key','wc_order_hU3ZtiuSer9sU'),(190215,184364,'_customer_user','50'),(190216,184364,'_payment_method','paypal'),(190217,184364,'_payment_method_title','PayPal'),(190218,184364,'_customer_ip_address','24.34.196.21'),(190219,184364,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190220,184364,'_created_via','checkout'),(190221,184364,'_cart_hash','4b4478b10c5518e2ca5ef1d10f47c2d2'),(190222,184364,'_download_permissions_granted','yes'),(190223,184364,'_recorded_sales','yes'),(190224,184364,'_recorded_coupon_usage_counts','yes'),(190225,184364,'_new_order_email_sent','true'),(190226,184364,'_order_stock_reduced','yes'),(190227,184364,'_billing_first_name','Christine'),(190228,184364,'_billing_last_name','Cherry'),(190229,184364,'_billing_company','NITS END'),(190230,184364,'_billing_address_1','PO BOX 1092'),(190231,184364,'_billing_city','Campton'),(190232,184364,'_billing_state','NH'),(190233,184364,'_billing_postcode','03223'),(190234,184364,'_billing_country','US'),(190235,184364,'_billing_email','info@liceclinicsplaistow.com'),(190236,184364,'_billing_phone','16034983390'),(190237,184364,'_shipping_first_name','Christine'),(190238,184364,'_shipping_last_name','Cherry'),(190239,184364,'_shipping_company','C/O Linda Brann LCA/Nits End'),(190240,184364,'_shipping_address_1','16 Toppan Drive'),(190241,184364,'_shipping_city','Gorham'),(190242,184364,'_shipping_state','ME'),(190243,184364,'_shipping_postcode','04038'),(190244,184364,'_shipping_country','US'),(190245,184364,'_order_currency','USD'),(190246,184364,'_cart_discount','69.55'),(190247,184364,'_cart_discount_tax','0'),(190248,184364,'_order_shipping','0'),(190249,184364,'_order_shipping_tax','0'),(190250,184364,'_order_tax','0'),(190251,184364,'_order_total','1321.55'),(190252,184364,'_order_version','10.3.6'),(190253,184364,'_prices_include_tax','no'),(190254,184364,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(190255,184364,'_shipping_address_index','Christine Cherry C/O Linda Brann LCA/Nits End 16 Toppan Drive  Gorham ME 04038 US '),(190256,184364,'is_vat_exempt','no'),(190257,184364,'_order_number','4119'),(190258,184364,'_wc_order_attribution_source_type','typein'),(190259,184364,'_wc_order_attribution_utm_source','(direct)'),(190260,184364,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190261,184364,'_wc_order_attribution_session_start_time','2025-12-06 22:12:49'),(190262,184364,'_wc_order_attribution_session_pages','12'),(190263,184364,'_wc_order_attribution_session_count','3'),(190264,184364,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190265,184364,'_wc_order_attribution_device_type','Desktop'),(190266,184364,'Payment type','instant'),(190267,184364,'_paypal_status','completed'),(190268,184364,'_transaction_id','1KU17040WB545802P'),(190269,184364,'PayPal Transaction Fee','46.61'),(190270,184364,'_date_paid','1765299270'),(190271,184364,'_paid_date','2025-12-09 16:54:30'),(190272,184328,'_used_by','50'),(190273,184365,'_order_key','wc_order_QaMzYSpmxFpCa'),(190274,184365,'_customer_user','50'),(190275,184365,'_payment_method','paypal'),(190276,184365,'_payment_method_title','PayPal'),(190277,184365,'_customer_ip_address','24.34.196.21'),(190278,184365,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190279,184365,'_created_via','checkout'),(190280,184365,'_cart_hash','e325773e038125e62a355957e2817d84'),(190281,184365,'_download_permissions_granted','yes'),(190282,184365,'_recorded_sales','yes'),(190283,184365,'_recorded_coupon_usage_counts','yes'),(190284,184365,'_new_order_email_sent','true'),(190285,184365,'_order_stock_reduced','yes'),(190286,184365,'_billing_first_name','Christine'),(190287,184365,'_billing_last_name','Cherry'),(190288,184365,'_billing_company','NITS END'),(190289,184365,'_billing_address_1','PO BOX 1092'),(190290,184365,'_billing_city','Campton'),(190291,184365,'_billing_state','NH'),(190292,184365,'_billing_postcode','03223'),(190293,184365,'_billing_country','US'),(190294,184365,'_billing_email','info@liceclinicsplaistow.com'),(190295,184365,'_billing_phone','16034983390'),(190296,184365,'_shipping_first_name','CHRISTINE'),(190297,184365,'_shipping_last_name','CHERRY'),(190298,184365,'_shipping_company','LCA - Nits End / 149091'),(190299,184365,'_shipping_address_1','71 Spit Brook Rd'),(190300,184365,'_shipping_address_2','Suite 401A'),(190301,184365,'_shipping_city','Nashua'),(190302,184365,'_shipping_state','NH'),(190303,184365,'_shipping_postcode','03060'),(190304,184365,'_shipping_country','US'),(190305,184365,'_order_currency','USD'),(190306,184365,'_cart_discount','32.99'),(190307,184365,'_cart_discount_tax','0'),(190308,184365,'_order_shipping','0'),(190309,184365,'_order_shipping_tax','0'),(190310,184365,'_order_tax','0'),(190311,184365,'_order_total','626.91'),(190312,184365,'_order_version','10.3.6'),(190313,184365,'_prices_include_tax','no'),(190314,184365,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(190315,184365,'_shipping_address_index','CHRISTINE CHERRY LCA - Nits End / 149091 71 Spit Brook Rd Suite 401A Nashua NH 03060 US '),(190316,184365,'is_vat_exempt','no'),(190317,184365,'_order_number','4120'),(190318,184365,'_wc_order_attribution_source_type','typein'),(190319,184365,'_wc_order_attribution_utm_source','(direct)'),(190320,184365,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190321,184365,'_wc_order_attribution_session_start_time','2025-12-06 22:12:49'),(190322,184365,'_wc_order_attribution_session_pages','6'),(190323,184365,'_wc_order_attribution_session_count','4'),(190324,184365,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190325,184365,'_wc_order_attribution_device_type','Desktop'),(190326,184365,'Payment type','instant'),(190327,184365,'_paypal_status','completed'),(190328,184365,'_transaction_id','9HX76873L9961581E'),(190329,184365,'PayPal Transaction Fee','22.37'),(190330,184365,'_date_paid','1765302251'),(190331,184365,'_paid_date','2025-12-09 17:44:11'),(190332,184328,'_used_by','50'),(190333,184353,'_edit_lock','1765304366:2'),(190334,184358,'_edit_lock','1765304337:2'),(190335,184359,'_edit_lock','1765304464:2'),(190336,184361,'_edit_lock','1765304510:2'),(190337,184362,'_edit_lock','1765304572:2'),(190338,184347,'_edit_last','2'),(190339,184347,'_date_completed','1765304310'),(190340,184347,'_completed_date','2025-12-09 18:18:30'),(190341,184348,'_edit_last','2'),(190342,184348,'_date_completed','1765304334'),(190343,184348,'_completed_date','2025-12-09 18:18:54'),(190344,184353,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800196974\";s:12:\"date_shipped\";s:10:\"1764720000\";s:11:\"tracking_id\";s:32:\"6e7af331a89abd1d967a130b5db3675e\";}}'),(190345,184353,'_edit_last','2'),(190346,184353,'_date_completed','1765304360'),(190347,184353,'_completed_date','2025-12-09 18:19:20'),(190348,184358,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197580\";s:12:\"date_shipped\";s:10:\"1764892800\";s:11:\"tracking_id\";s:32:\"8993d637740d5fe6c3b610ced85cc2f6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197606\";s:12:\"date_shipped\";s:10:\"1764892800\";s:11:\"tracking_id\";s:32:\"2647ed883e5a4515f85d04afda2427f1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197617\";s:12:\"date_shipped\";s:10:\"1764892800\";s:11:\"tracking_id\";s:32:\"a44dcd8b0103f630761085605502a404\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197570\";s:12:\"date_shipped\";i:1765304411;s:11:\"tracking_id\";s:32:\"5de103102c00e1bf70cca24f55aa4f18\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197591\";s:12:\"date_shipped\";i:1765304418;s:11:\"tracking_id\";s:32:\"ebd1f46d49ba0a954cdf138a0cd7546d\";}}'),(190349,184358,'_edit_last','2'),(190350,184358,'_date_completed','1765304420'),(190351,184358,'_completed_date','2025-12-09 18:20:20'),(190352,184359,'_wc_shipment_tracking_items','a:9:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197856\";s:12:\"date_shipped\";s:10:\"1765152000\";s:11:\"tracking_id\";s:32:\"4e42e8aa4bb9c2c1f1cef3eb1f55aa4e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197845\";s:12:\"date_shipped\";i:1765304503;s:11:\"tracking_id\";s:32:\"f181ea4ef3e5e286ba8373ae965618a5\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197834\";s:12:\"date_shipped\";i:1765304508;s:11:\"tracking_id\";s:32:\"1ba8e7bfc74ce967ade2d67399c0fffe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197823\";s:12:\"date_shipped\";i:1765304515;s:11:\"tracking_id\";s:32:\"eece2314eb5b58b4161016de5b2b913d\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197812\";s:12:\"date_shipped\";i:1765304521;s:11:\"tracking_id\";s:32:\"af22aaa5e6c1c65205dbac6d425fdc5f\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197801\";s:12:\"date_shipped\";i:1765304527;s:11:\"tracking_id\";s:32:\"ea37b11648c5801d057ebd0cb0a34641\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197797\";s:12:\"date_shipped\";i:1765304532;s:11:\"tracking_id\";s:32:\"82c04dbec2fe3248c111c5ec1b31c5ab\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197786\";s:12:\"date_shipped\";i:1765304541;s:11:\"tracking_id\";s:32:\"e54b88f31a1ac5671a44cb7be139aaf7\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197775\";s:12:\"date_shipped\";i:1765304547;s:11:\"tracking_id\";s:32:\"e9908b70e6879b498289a8289df927b5\";}}'),(190353,184359,'_edit_last','2'),(190354,184359,'_date_completed','1765304549'),(190355,184359,'_completed_date','2025-12-09 18:22:29'),(190356,184361,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197960\";s:12:\"date_shipped\";s:10:\"1765238400\";s:11:\"tracking_id\";s:32:\"5b7f64a977342776da6a0105b2000960\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197959\";s:12:\"date_shipped\";i:1765304631;s:11:\"tracking_id\";s:32:\"9ce534026d36437e0e4059a2f20d19d0\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197948\";s:12:\"date_shipped\";i:1765304637;s:11:\"tracking_id\";s:32:\"febf3f324a3ea35f30b9b495006596f2\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197937\";s:12:\"date_shipped\";i:1765304644;s:11:\"tracking_id\";s:32:\"7c26c54c848e570d9eedadd3fa71f313\";}}'),(190357,184361,'_edit_last','2'),(190358,184361,'_date_completed','1765304648'),(190359,184361,'_completed_date','2025-12-09 18:24:08'),(190360,184362,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800197992\";s:12:\"date_shipped\";s:10:\"1765238400\";s:11:\"tracking_id\";s:32:\"6c9fb37b0505c20e7159886a01a6330e\";}}'),(190361,184362,'_edit_last','2'),(190362,184362,'_date_completed','1765304695'),(190363,184362,'_completed_date','2025-12-09 18:24:55'),(190382,184366,'_order_key','wc_order_9ELpMsJhuWCB2'),(190383,184366,'_customer_user','50'),(190384,184366,'_payment_method','paypal'),(190385,184366,'_payment_method_title','PayPal'),(190386,184366,'_customer_ip_address','24.34.196.21'),(190387,184366,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190388,184366,'_created_via','checkout'),(190389,184366,'_cart_hash','4fbdb2a7ef194c8c209eaa7ad5fed56b'),(190390,184366,'_download_permissions_granted','yes'),(190391,184366,'_recorded_sales','yes'),(190392,184366,'_recorded_coupon_usage_counts','yes'),(190393,184366,'_new_order_email_sent','true'),(190394,184366,'_order_stock_reduced','yes'),(190395,184366,'_billing_first_name','Christine'),(190396,184366,'_billing_last_name','Cherry'),(190397,184366,'_billing_company','NITS END'),(190398,184366,'_billing_address_1','PO BOX 1092'),(190399,184366,'_billing_city','Campton'),(190400,184366,'_billing_state','NH'),(190401,184366,'_billing_postcode','03223'),(190402,184366,'_billing_country','US'),(190403,184366,'_billing_email','info@liceclinicsplaistow.com'),(190404,184366,'_billing_phone','16034983390'),(190405,184366,'_shipping_first_name','Megan'),(190406,184366,'_shipping_last_name','Bourassa'),(190407,184366,'_shipping_company','LCA - Nits End / 149091'),(190408,184366,'_shipping_address_1','22 Main street'),(190409,184366,'_shipping_city','Atkinson'),(190410,184366,'_shipping_state','NH'),(190411,184366,'_shipping_postcode','03811'),(190412,184366,'_shipping_country','US'),(190413,184366,'_order_currency','USD'),(190414,184366,'_cart_discount','26.31'),(190415,184366,'_cart_discount_tax','0'),(190416,184366,'_order_shipping','0'),(190417,184366,'_order_shipping_tax','0'),(190418,184366,'_order_tax','0'),(190419,184366,'_order_total','499.89'),(190420,184366,'_order_version','10.4.0'),(190421,184366,'_prices_include_tax','no'),(190422,184366,'_billing_address_index','Christine Cherry NITS END PO BOX 1092  Campton NH 03223 US info@liceclinicsplaistow.com 16034983390'),(190423,184366,'_shipping_address_index','Megan Bourassa LCA - Nits End / 149091 22 Main street  Atkinson NH 03811 US '),(190424,184366,'is_vat_exempt','no'),(190425,184366,'_order_number','4121'),(190426,184366,'_wc_order_attribution_source_type','typein'),(190427,184366,'_wc_order_attribution_utm_source','(direct)'),(190428,184366,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190429,184366,'_wc_order_attribution_session_start_time','2025-12-06 22:12:49'),(190430,184366,'_wc_order_attribution_session_pages','4'),(190431,184366,'_wc_order_attribution_session_count','6'),(190432,184366,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190433,184366,'_wc_order_attribution_device_type','Desktop'),(190434,184366,'Payment type','instant'),(190435,184366,'_paypal_status','completed'),(190436,184366,'_transaction_id','7SN31979H4068502H'),(190437,184366,'PayPal Transaction Fee','17.94'),(190438,184366,'_date_paid','1765321915'),(190439,184366,'_paid_date','2025-12-09 23:11:55'),(190440,184328,'_used_by','50'),(190445,184364,'_edit_lock','1765334168:2'),(190446,184365,'_edit_lock','1765334191:2'),(190447,184364,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198050\";s:12:\"date_shipped\";s:10:\"1765324800\";s:11:\"tracking_id\";s:32:\"8d55a552d4a65f6791b67a0857d6eac7\";}}'),(190448,184364,'_edit_last','2'),(190449,184364,'_date_completed','1765334298'),(190450,184364,'_completed_date','2025-12-10 02:38:18'),(190451,184365,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198083\";s:12:\"date_shipped\";s:10:\"1765324800\";s:11:\"tracking_id\";s:32:\"d5bbe5484f6975f100354bc0cf995a08\";}}'),(190452,184365,'_edit_last','2'),(190453,184365,'_date_completed','1765334329'),(190454,184365,'_completed_date','2025-12-10 02:38:49'),(190455,184367,'_order_key','wc_order_EOaPhSdISVErw'),(190456,184367,'_customer_user','6'),(190457,184367,'_payment_method','paypal'),(190458,184367,'_payment_method_title','PayPal'),(190459,184367,'_customer_ip_address','73.220.233.56'),(190460,184367,'_customer_user_agent','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'),(190461,184367,'_created_via','checkout'),(190462,184367,'_cart_hash','cdf1a9bb1cbe3505b0039b067748fb59'),(190463,184367,'_download_permissions_granted','yes'),(190464,184367,'_recorded_sales','yes'),(190465,184367,'_recorded_coupon_usage_counts','yes'),(190466,184367,'_new_order_email_sent','true'),(190467,184367,'_order_stock_reduced','yes'),(190468,184367,'_billing_first_name','Amira'),(190469,184367,'_billing_last_name','Purto'),(190470,184367,'_billing_address_1','2520 Chandon Circle'),(190471,184367,'_billing_city','Modesto'),(190472,184367,'_billing_state','CA'),(190473,184367,'_billing_postcode','95355'),(190474,184367,'_billing_country','US'),(190475,184367,'_billing_email','amira77@sbcglobal.net'),(190476,184367,'_billing_phone','2096422061'),(190477,184367,'_shipping_first_name','Amira'),(190478,184367,'_shipping_last_name','Purto'),(190479,184367,'_shipping_address_1','2520 Chandon Circle'),(190480,184367,'_shipping_city','Modesto'),(190481,184367,'_shipping_state','CA'),(190482,184367,'_shipping_postcode','95355'),(190483,184367,'_shipping_country','US'),(190484,184367,'_order_currency','USD'),(190485,184367,'_cart_discount','91.57'),(190486,184367,'_cart_discount_tax','0'),(190487,184367,'_order_shipping','0'),(190488,184367,'_order_shipping_tax','0'),(190489,184367,'_order_tax','0'),(190490,184367,'_order_total','1739.93'),(190491,184367,'_order_version','10.4.0'),(190492,184367,'_prices_include_tax','no'),(190493,184367,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(190494,184367,'_shipping_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US '),(190495,184367,'is_vat_exempt','no'),(190496,184367,'_order_number','4122'),(190497,184367,'_wc_order_attribution_source_type','typein'),(190498,184367,'_wc_order_attribution_utm_source','(direct)'),(190499,184367,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190500,184367,'_wc_order_attribution_session_start_time','2025-12-10 05:19:10'),(190501,184367,'_wc_order_attribution_session_pages','4'),(190502,184367,'_wc_order_attribution_session_count','1'),(190503,184367,'_wc_order_attribution_user_agent','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'),(190504,184367,'_wc_order_attribution_device_type','Desktop'),(190505,184367,'Payment type','instant'),(190506,184367,'_paypal_status','completed'),(190507,184367,'_transaction_id','7VY40391P4108432K'),(190508,184367,'PayPal Transaction Fee','61.21'),(190509,184367,'_date_paid','1765344381'),(190510,184367,'_paid_date','2025-12-10 05:26:21'),(190511,184328,'_used_by','6'),(190518,184368,'_order_key','wc_order_ulBMvopT4nac8'),(190519,184368,'_customer_user','54'),(190520,184368,'_payment_method','paypal'),(190521,184368,'_payment_method_title','PayPal'),(190522,184368,'_customer_ip_address','75.211.10.101'),(190523,184368,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190524,184368,'_created_via','checkout'),(190525,184368,'_cart_hash','d053bdbd1c5964f288f764456e071d1b'),(190526,184368,'_download_permissions_granted','yes'),(190527,184368,'_recorded_sales','yes'),(190528,184368,'_recorded_coupon_usage_counts','yes'),(190529,184368,'_new_order_email_sent','true'),(190530,184368,'_order_stock_reduced','yes'),(190531,184368,'_billing_first_name','Erin'),(190532,184368,'_billing_last_name','Hawn'),(190533,184368,'_billing_address_1','10 W Phillip Rd'),(190534,184368,'_billing_address_2','Suite 123'),(190535,184368,'_billing_city','Vernon Hills'),(190536,184368,'_billing_state','IL'),(190537,184368,'_billing_postcode','60061'),(190538,184368,'_billing_country','US'),(190539,184368,'_billing_email','info@northernil.liceclinicsofamerica.com'),(190540,184368,'_billing_phone','8475960408'),(190541,184368,'_shipping_first_name','Erin'),(190542,184368,'_shipping_last_name','Hawn'),(190543,184368,'_shipping_address_1','1491 S Amarias Dr'),(190544,184368,'_shipping_city','Round lake'),(190545,184368,'_shipping_state','IL'),(190546,184368,'_shipping_postcode','60073'),(190547,184368,'_shipping_country','US'),(190548,184368,'_order_currency','USD'),(190549,184368,'_cart_discount','52.57'),(190550,184368,'_cart_discount_tax','0'),(190551,184368,'_order_shipping','0'),(190552,184368,'_order_shipping_tax','0'),(190553,184368,'_order_tax','0'),(190554,184368,'_order_total','998.83'),(190555,184368,'_order_version','10.4.0'),(190556,184368,'_prices_include_tax','no'),(190557,184368,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(190558,184368,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(190559,184368,'is_vat_exempt','no'),(190560,184368,'_order_number','4123'),(190561,184368,'_wc_order_attribution_source_type','typein'),(190562,184368,'_wc_order_attribution_utm_source','(direct)'),(190563,184368,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190564,184368,'_wc_order_attribution_session_start_time','2025-11-28 18:48:41'),(190565,184368,'_wc_order_attribution_session_pages','2'),(190566,184368,'_wc_order_attribution_session_count','5'),(190567,184368,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190568,184368,'_wc_order_attribution_device_type','Desktop'),(190569,184368,'Payment type','instant'),(190570,184368,'_paypal_status','completed'),(190571,184368,'_transaction_id','1WG57356BB790845A'),(190572,184368,'PayPal Transaction Fee','35.35'),(190573,184368,'_date_paid','1765397415'),(190574,184368,'_paid_date','2025-12-10 20:10:15'),(190575,184328,'_used_by','54'),(190576,184369,'_order_key','wc_order_sub4ly7kMG9yd'),(190577,184369,'_customer_user','39'),(190578,184369,'_payment_method','paypal'),(190579,184369,'_payment_method_title','PayPal'),(190580,184369,'_customer_ip_address','47.34.0.94'),(190581,184369,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190582,184369,'_created_via','checkout'),(190583,184369,'_cart_hash','ec945193e3f1da20cfb73407da1c1913'),(190584,184369,'_download_permissions_granted','yes'),(190585,184369,'_recorded_sales','yes'),(190586,184369,'_recorded_coupon_usage_counts','yes'),(190587,184369,'_new_order_email_sent','true'),(190588,184369,'_order_stock_reduced','yes'),(190589,184369,'_billing_first_name','Patty'),(190590,184369,'_billing_last_name','Ziegler'),(190591,184369,'_billing_address_1','3090 Saddle Brook Tr'),(190592,184369,'_billing_city','Sun Prairie'),(190593,184369,'_billing_state','WI'),(190594,184369,'_billing_postcode','53590'),(190595,184369,'_billing_country','US'),(190596,184369,'_billing_email','liceremovalwisconsin@gmail.com'),(190597,184369,'_billing_phone','6088258255'),(190598,184369,'_shipping_first_name','Patty'),(190599,184369,'_shipping_last_name','Ziegler'),(190600,184369,'_shipping_address_1','3090 Saddle Brook Tr'),(190601,184369,'_shipping_city','Sun Prairie'),(190602,184369,'_shipping_state','WI'),(190603,184369,'_shipping_postcode','53590'),(190604,184369,'_shipping_country','US'),(190605,184369,'_order_currency','USD'),(190606,184369,'_cart_discount','57.34'),(190607,184369,'_cart_discount_tax','0'),(190608,184369,'_order_shipping','0'),(190609,184369,'_order_shipping_tax','0'),(190610,184369,'_order_tax','0'),(190611,184369,'_order_total','1089.46'),(190612,184369,'_order_version','10.4.2'),(190613,184369,'_prices_include_tax','no'),(190614,184369,'_billing_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(190615,184369,'_shipping_address_index','Patty Ziegler  3090 Saddle Brook Tr  Sun Prairie WI 53590 US '),(190617,184369,'_order_number','4124'),(190619,184369,'_wc_order_attribution_source_type','typein'),(190620,184369,'_wc_order_attribution_utm_source','(direct)'),(190621,184369,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190622,184369,'_wc_order_attribution_session_start_time','2025-12-11 00:35:15'),(190623,184369,'_wc_order_attribution_session_pages','5'),(190624,184369,'_wc_order_attribution_session_count','1'),(190625,184369,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190626,184369,'_wc_order_attribution_device_type','Desktop'),(190627,184369,'is_vat_exempt','no'),(190628,184369,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:50.399999999999999;s:35:\"product_level_based_on_tax_settings\";d:50.399999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:50.399999999999999;s:27:\"total_based_on_tax_settings\";d:50.399999999999999;}}'),(190629,184369,'Payment type','instant'),(190630,184369,'_paypal_status','completed'),(190631,184369,'_transaction_id','7BV16849K93728153'),(190632,184369,'PayPal Transaction Fee','38.51'),(190633,184369,'_date_paid','1765415710'),(190634,184369,'_paid_date','2025-12-11 01:15:10'),(190635,184328,'_used_by','39'),(190637,184370,'_order_key','wc_order_FzvyAUQbgCj5C'),(190638,184370,'_customer_user','4'),(190639,184370,'_payment_method','paypal'),(190640,184370,'_payment_method_title','PayPal'),(190641,184370,'_customer_ip_address','73.20.28.23'),(190642,184370,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190643,184370,'_created_via','checkout'),(190644,184370,'_cart_hash','5ef43ba8682b318fee7f51b4d3620ef3'),(190645,184370,'_download_permissions_granted','yes'),(190646,184370,'_recorded_sales','yes'),(190647,184370,'_recorded_coupon_usage_counts','yes'),(190648,184370,'_new_order_email_sent','true'),(190649,184370,'_order_stock_reduced','yes'),(190650,184370,'_billing_first_name','Courtney'),(190651,184370,'_billing_last_name','Callahan'),(190652,184370,'_billing_company','Larada Sciences (LCA)'),(190653,184370,'_billing_address_1','4873 South State St.'),(190654,184370,'_billing_city','Murray'),(190655,184370,'_billing_state','UT'),(190656,184370,'_billing_postcode','84107'),(190657,184370,'_billing_country','US'),(190658,184370,'_billing_email','courtney@slc.liceclinicsofamerica.com'),(190659,184370,'_billing_phone','8019197428'),(190660,184370,'_shipping_first_name','Courtney'),(190661,184370,'_shipping_last_name','Callahan'),(190662,184370,'_shipping_company','Larada Sciences (LCA)'),(190663,184370,'_shipping_address_1','4873 South State St.'),(190664,184370,'_shipping_city','Murray'),(190665,184370,'_shipping_state','UT'),(190666,184370,'_shipping_postcode','84107'),(190667,184370,'_shipping_country','US'),(190668,184370,'_order_currency','USD'),(190669,184370,'_cart_discount','47.03'),(190670,184370,'_cart_discount_tax','0'),(190671,184370,'_order_shipping','0'),(190672,184370,'_order_shipping_tax','0'),(190673,184370,'_order_tax','0'),(190674,184370,'_order_total','893.57'),(190675,184370,'_order_version','10.4.2'),(190676,184370,'_prices_include_tax','no'),(190677,184370,'_billing_address_index','Courtney Callahan Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US courtney@slc.liceclinicsofamerica.com 8019197428'),(190678,184370,'_shipping_address_index','Courtney Callahan Larada Sciences (LCA) 4873 South State St.  Murray UT 84107 US '),(190679,184370,'is_vat_exempt','no'),(190680,184370,'_order_number','4125'),(190681,184370,'_wc_order_attribution_source_type','typein'),(190682,184370,'_wc_order_attribution_utm_source','(direct)'),(190683,184370,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190684,184370,'_wc_order_attribution_session_start_time','2025-12-11 16:20:24'),(190685,184370,'_wc_order_attribution_session_pages','10'),(190686,184370,'_wc_order_attribution_session_count','1'),(190687,184370,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190688,184370,'_wc_order_attribution_device_type','Desktop'),(190689,184370,'Payment type','instant'),(190690,184370,'_paypal_status','completed'),(190691,184370,'_transaction_id','5WF28801NN082292J'),(190692,184370,'PayPal Transaction Fee','31.68'),(190693,184370,'_date_paid','1765470766'),(190694,184370,'_paid_date','2025-12-11 16:32:46'),(190695,184328,'_used_by','4'),(190697,184371,'_order_key','wc_order_AIPd0xERdNknR'),(190698,184371,'_customer_user','105'),(190699,184371,'_payment_method','paypal'),(190700,184371,'_payment_method_title','PayPal'),(190701,184371,'_customer_ip_address','24.96.23.20'),(190702,184371,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190703,184371,'_created_via','checkout'),(190704,184371,'_cart_hash','1c0a6f4c8236943b6b37135a47db5bbc'),(190705,184371,'_download_permissions_granted','yes'),(190706,184371,'_recorded_sales','yes'),(190707,184371,'_recorded_coupon_usage_counts','yes'),(190708,184371,'_new_order_email_sent','true'),(190709,184371,'_order_stock_reduced','yes'),(190710,184371,'_billing_first_name','Joseph'),(190711,184371,'_billing_last_name','West'),(190712,184371,'_billing_company','MAJESTIC PEACOCK LLC'),(190713,184371,'_billing_address_1','615 Crofton Park Ln'),(190714,184371,'_billing_city','Franklin'),(190715,184371,'_billing_state','TN'),(190716,184371,'_billing_postcode','37069'),(190717,184371,'_billing_country','US'),(190718,184371,'_billing_email','info@nashville.liceclinicsofamerica.com'),(190719,184371,'_billing_phone','8042184232'),(190720,184371,'_shipping_first_name','Joseph'),(190721,184371,'_shipping_last_name','West'),(190722,184371,'_shipping_company','LCA - Williamson County'),(190723,184371,'_shipping_address_1','330 Mallory Station Rd'),(190724,184371,'_shipping_address_2','F17'),(190725,184371,'_shipping_city','Franklin'),(190726,184371,'_shipping_state','TN'),(190727,184371,'_shipping_postcode','37067'),(190728,184371,'_shipping_country','US'),(190729,184371,'_order_currency','USD'),(190730,184371,'_cart_discount','108.52'),(190731,184371,'_cart_discount_tax','0'),(190732,184371,'_order_shipping','0'),(190733,184371,'_order_shipping_tax','0'),(190734,184371,'_order_tax','0'),(190735,184371,'_order_total','2061.85'),(190736,184371,'_order_version','10.4.2'),(190737,184371,'_prices_include_tax','no'),(190738,184371,'_billing_address_index','Joseph West MAJESTIC PEACOCK LLC 615 Crofton Park Ln  Franklin TN 37069 US info@nashville.liceclinicsofamerica.com 8042184232'),(190739,184371,'_shipping_address_index','Joseph West LCA - Williamson County 330 Mallory Station Rd F17 Franklin TN 37067 US '),(190740,184371,'is_vat_exempt','no'),(190741,184371,'_order_number','4126'),(190742,184371,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:144.47999999999999;s:35:\"product_level_based_on_tax_settings\";d:144.47999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:144.47999999999999;s:27:\"total_based_on_tax_settings\";d:144.47999999999999;}}'),(190743,184371,'_wc_order_attribution_source_type','typein'),(190744,184371,'_wc_order_attribution_utm_source','(direct)'),(190745,184371,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190746,184371,'_wc_order_attribution_session_start_time','2025-12-11 17:28:49'),(190747,184371,'_wc_order_attribution_session_pages','4'),(190748,184371,'_wc_order_attribution_session_count','1'),(190749,184371,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0'),(190750,184371,'_wc_order_attribution_device_type','Desktop'),(190751,184371,'Payment type','instant'),(190752,184371,'_paypal_status','completed'),(190753,184371,'_transaction_id','68P00649W82340639'),(190754,184371,'PayPal Transaction Fee','72.45'),(190755,184371,'_date_paid','1765475374'),(190756,184371,'_paid_date','2025-12-11 17:49:34'),(190757,184328,'_used_by','105'),(190760,184372,'_order_key','wc_order_nTcg1s9e1xj3S'),(190761,184372,'_customer_user','23'),(190762,184372,'_payment_method','paypal'),(190763,184372,'_payment_method_title','PayPal'),(190764,184372,'_customer_ip_address','24.130.148.112'),(190765,184372,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190766,184372,'_created_via','checkout'),(190767,184372,'_cart_hash','b556589ce96351580fbda8084d9f6cd1'),(190768,184372,'_download_permissions_granted','no'),(190769,184372,'_recorded_sales','no'),(190770,184372,'_recorded_coupon_usage_counts','no'),(190771,184372,'_new_order_email_sent','false'),(190772,184372,'_order_stock_reduced','no'),(190773,184372,'_billing_first_name','Jackie'),(190774,184372,'_billing_last_name','Huynh'),(190775,184372,'_billing_company','Lice Clinics of America - S. San Francisco'),(190776,184372,'_billing_address_1','1121 San Anselmo Ave'),(190777,184372,'_billing_city','Millbrae'),(190778,184372,'_billing_state','CA'),(190779,184372,'_billing_postcode','94030'),(190780,184372,'_billing_country','US'),(190781,184372,'_billing_email','liceclinicssf@gmail.com'),(190782,184372,'_billing_phone','4087806936'),(190783,184372,'_shipping_first_name','Jackie'),(190784,184372,'_shipping_last_name','Huynh'),(190785,184372,'_shipping_company','Lice Clinics of America - S. San Francisco'),(190786,184372,'_shipping_address_1','1001 Sneath Lane'),(190787,184372,'_shipping_address_2','Suite 107'),(190788,184372,'_shipping_city','San Bruno'),(190789,184372,'_shipping_state','CA'),(190790,184372,'_shipping_postcode','94066'),(190791,184372,'_shipping_country','US'),(190792,184372,'_order_currency','USD'),(190793,184372,'_cart_discount','446.03'),(190794,184372,'_cart_discount_tax','0'),(190795,184372,'_order_shipping','0'),(190796,184372,'_order_shipping_tax','0'),(190797,184372,'_order_tax','0'),(190798,184372,'_order_total','8474.53'),(190799,184372,'_order_version','10.4.0'),(190800,184372,'_prices_include_tax','no'),(190801,184372,'_billing_address_index','Jackie Huynh Lice Clinics of America - S. San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US liceclinicssf@gmail.com 4087806936'),(190802,184372,'_shipping_address_index','Jackie Huynh Lice Clinics of America - S. San Francisco 1001 Sneath Lane Suite 107 San Bruno CA 94066 US '),(190804,184372,'_order_number','4127'),(190806,184372,'_wc_order_attribution_source_type','typein'),(190807,184372,'_wc_order_attribution_utm_source','(direct)'),(190808,184372,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190809,184372,'_wc_order_attribution_session_start_time','2025-12-11 19:07:04'),(190810,184372,'_wc_order_attribution_session_pages','23'),(190811,184372,'_wc_order_attribution_session_count','1'),(190812,184372,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190813,184372,'_wc_order_attribution_device_type','Desktop'),(190825,184372,'is_vat_exempt','no'),(190826,184372,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:671.44000000000005;s:35:\"product_level_based_on_tax_settings\";d:671.44000000000005;s:10:\"cart_level\";d:0;s:5:\"total\";d:671.44000000000005;s:27:\"total_based_on_tax_settings\";d:671.44000000000005;}}'),(190847,184373,'_elementor_edit_mode','builder'),(190848,184373,'_elementor_template_type','wp-page'),(190849,184373,'_elementor_version','3.33.2'),(190850,184373,'_elementor_pro_version','3.33.1'),(190851,184373,'_wp_page_template','default'),(190852,184373,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(190853,184373,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(190857,184374,'_elementor_edit_mode','builder'),(190858,184374,'_elementor_template_type','wp-page'),(190859,184374,'_elementor_version','3.33.2'),(190860,184374,'_elementor_pro_version','3.33.1'),(190861,184374,'_wp_page_template','default'),(190862,184374,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(190863,184374,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(190867,184375,'_elementor_edit_mode','builder'),(190868,184375,'_elementor_template_type','wp-page'),(190869,184375,'_elementor_version','3.33.2'),(190870,184375,'_elementor_pro_version','3.33.1'),(190871,184375,'_wp_page_template','default'),(190872,184375,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(190873,184375,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(190880,184376,'_order_key','wc_order_hZ588L5vquNuw'),(190881,184376,'_customer_user','23'),(190882,184376,'_payment_method','paypal'),(190883,184376,'_payment_method_title','PayPal'),(190884,184376,'_customer_ip_address','24.130.148.112'),(190885,184376,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190886,184376,'_created_via','checkout'),(190887,184376,'_cart_hash','97757f97d89fa1244f75d1573d7e1169'),(190888,184376,'_download_permissions_granted','yes'),(190889,184376,'_recorded_sales','yes'),(190890,184376,'_recorded_coupon_usage_counts','yes'),(190891,184376,'_new_order_email_sent','true'),(190892,184376,'_order_stock_reduced','yes'),(190893,184376,'_billing_first_name','Jackie'),(190894,184376,'_billing_last_name','Huynh'),(190895,184376,'_billing_company','Lice Clinics of America - S. San Francisco'),(190896,184376,'_billing_address_1','1121 San Anselmo Ave'),(190897,184376,'_billing_city','Millbrae'),(190898,184376,'_billing_state','CA'),(190899,184376,'_billing_postcode','94030'),(190900,184376,'_billing_country','US'),(190901,184376,'_billing_email','liceclinicssf@gmail.com'),(190902,184376,'_billing_phone','4087806936'),(190903,184376,'_shipping_first_name','Jackie'),(190904,184376,'_shipping_last_name','Huynh'),(190905,184376,'_shipping_company','Lice Clinics of America - S. San Francisco'),(190906,184376,'_shipping_address_1','1001 Sneath Lane'),(190907,184376,'_shipping_address_2','Suite 107'),(190908,184376,'_shipping_city','San Bruno'),(190909,184376,'_shipping_state','CA'),(190910,184376,'_shipping_postcode','94066'),(190911,184376,'_shipping_country','US'),(190912,184376,'_order_currency','USD'),(190913,184376,'_cart_discount','661.53'),(190914,184376,'_cart_discount_tax','0'),(190915,184376,'_order_shipping','0'),(190916,184376,'_order_shipping_tax','0'),(190917,184376,'_order_tax','0'),(190918,184376,'_order_total','12569.02'),(190919,184376,'_order_version','10.4.0'),(190920,184376,'_prices_include_tax','no'),(190921,184376,'_billing_address_index','Jackie Huynh Lice Clinics of America - S. San Francisco 1121 San Anselmo Ave  Millbrae CA 94030 US liceclinicssf@gmail.com 4087806936'),(190922,184376,'_shipping_address_index','Jackie Huynh Lice Clinics of America - S. San Francisco 1001 Sneath Lane Suite 107 San Bruno CA 94066 US '),(190923,184376,'is_vat_exempt','no'),(190924,184376,'_order_number','4128'),(190925,184376,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:995.84799999999996;s:35:\"product_level_based_on_tax_settings\";d:995.84799999999996;s:10:\"cart_level\";d:0;s:5:\"total\";d:995.84799999999996;s:27:\"total_based_on_tax_settings\";d:995.84799999999996;}}'),(190926,184376,'_wc_order_attribution_source_type','typein'),(190927,184376,'_wc_order_attribution_utm_source','(direct)'),(190928,184376,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190929,184376,'_wc_order_attribution_session_start_time','2025-12-11 19:07:04'),(190930,184376,'_wc_order_attribution_session_pages','37'),(190931,184376,'_wc_order_attribution_session_count','1'),(190932,184376,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(190933,184376,'_wc_order_attribution_device_type','Desktop'),(190937,184376,'Payment type','instant'),(190938,184376,'_paypal_status','completed'),(190939,184376,'_transaction_id','43L52063TT186071E'),(190940,184376,'PayPal Transaction Fee','439.15'),(190941,184376,'_date_paid','1765488923'),(190942,184376,'_paid_date','2025-12-11 21:35:23'),(190943,184328,'_used_by','23'),(190944,184377,'_order_key','wc_order_m6eGJw0mDh4N1'),(190945,184377,'_customer_user','79'),(190946,184377,'_payment_method','paypal'),(190947,184377,'_payment_method_title','PayPal'),(190948,184377,'_customer_ip_address','71.91.158.65'),(190949,184377,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(190950,184377,'_created_via','checkout'),(190951,184377,'_cart_hash','572b78b8339d0b07e59fbb2fcf32a819'),(190952,184377,'_download_permissions_granted','no'),(190953,184377,'_recorded_sales','no'),(190954,184377,'_recorded_coupon_usage_counts','no'),(190955,184377,'_new_order_email_sent','false'),(190956,184377,'_order_stock_reduced','no'),(190957,184377,'_billing_first_name','Shanna'),(190958,184377,'_billing_last_name','Castille'),(190959,184377,'_billing_address_1','1097 Hundley Rd'),(190960,184377,'_billing_city','Eunice'),(190961,184377,'_billing_state','LA'),(190962,184377,'_billing_postcode','70535'),(190963,184377,'_billing_country','US'),(190964,184377,'_billing_email','Shanna_sr09@yahoo.com'),(190965,184377,'_billing_phone','3374668998'),(190966,184377,'_shipping_first_name','Shanna'),(190967,184377,'_shipping_last_name','Castille'),(190968,184377,'_shipping_address_1','1097 Hundley Rd'),(190969,184377,'_shipping_city','eunice'),(190970,184377,'_shipping_state','LA'),(190971,184377,'_shipping_postcode','70535'),(190972,184377,'_shipping_country','US'),(190973,184377,'_order_currency','USD'),(190974,184377,'_cart_discount','27.17'),(190975,184377,'_cart_discount_tax','0'),(190976,184377,'_order_shipping','0'),(190977,184377,'_order_shipping_tax','0'),(190978,184377,'_order_tax','0'),(190979,184377,'_order_total','516.19'),(190980,184377,'_order_version','10.4.0'),(190981,184377,'_prices_include_tax','no'),(190982,184377,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(190983,184377,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(190984,184377,'is_vat_exempt','no'),(190985,184377,'_order_number','4129'),(190986,184377,'_wc_order_attribution_source_type','typein'),(190987,184377,'_wc_order_attribution_utm_source','(direct)'),(190988,184377,'_wc_order_attribution_utm_source_platform',''),(190989,184377,'_wc_order_attribution_utm_creative_format',''),(190990,184377,'_wc_order_attribution_utm_marketing_tactic',''),(190991,184377,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(190992,184377,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(190993,184377,'_wc_order_attribution_session_pages','4'),(190994,184377,'_wc_order_attribution_session_count','13'),(190995,184377,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(190996,184377,'_wc_order_attribution_device_type','Desktop'),(191000,184378,'_order_key','wc_order_vG1fQHIW4l9FG'),(191001,184378,'_customer_user','79'),(191002,184378,'_payment_method','paypal'),(191003,184378,'_payment_method_title','PayPal'),(191004,184378,'_customer_ip_address','71.91.158.65'),(191005,184378,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191006,184378,'_created_via','checkout'),(191007,184378,'_cart_hash','572b78b8339d0b07e59fbb2fcf32a819'),(191008,184378,'_download_permissions_granted','no'),(191009,184378,'_recorded_sales','no'),(191010,184378,'_recorded_coupon_usage_counts','no'),(191011,184378,'_new_order_email_sent','false'),(191012,184378,'_order_stock_reduced','no'),(191013,184378,'_billing_first_name','Shanna'),(191014,184378,'_billing_last_name','Castille'),(191015,184378,'_billing_address_1','1097 Hundley Rd'),(191016,184378,'_billing_city','Eunice'),(191017,184378,'_billing_state','LA'),(191018,184378,'_billing_postcode','70535'),(191019,184378,'_billing_country','US'),(191020,184378,'_billing_email','Shanna_sr09@yahoo.com'),(191021,184378,'_billing_phone','3374668998'),(191022,184378,'_shipping_first_name','Shanna'),(191023,184378,'_shipping_last_name','Castille'),(191024,184378,'_shipping_address_1','1097 Hundley Rd'),(191025,184378,'_shipping_city','eunice'),(191026,184378,'_shipping_state','LA'),(191027,184378,'_shipping_postcode','70535'),(191028,184378,'_shipping_country','US'),(191029,184378,'_order_currency','USD'),(191030,184378,'_cart_discount','27.17'),(191031,184378,'_cart_discount_tax','0'),(191032,184378,'_order_shipping','0'),(191033,184378,'_order_shipping_tax','0'),(191034,184378,'_order_tax','0'),(191035,184378,'_order_total','516.19'),(191036,184378,'_order_version','10.4.0'),(191037,184378,'_prices_include_tax','no'),(191038,184378,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(191039,184378,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(191041,184378,'_order_number','4130'),(191042,184378,'_wc_order_attribution_source_type','typein'),(191043,184378,'_wc_order_attribution_utm_source','(direct)'),(191044,184378,'_wc_order_attribution_utm_source_platform',''),(191045,184378,'_wc_order_attribution_utm_creative_format',''),(191046,184378,'_wc_order_attribution_utm_marketing_tactic',''),(191047,184378,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191048,184378,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(191049,184378,'_wc_order_attribution_session_pages','6'),(191050,184378,'_wc_order_attribution_session_count','13'),(191051,184378,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191052,184378,'_wc_order_attribution_device_type','Desktop'),(191056,184378,'is_vat_exempt','no'),(191060,184379,'_order_key','wc_order_FFPKErcUgvoXw'),(191061,184379,'_customer_user','79'),(191062,184379,'_payment_method','paypal'),(191063,184379,'_payment_method_title','PayPal'),(191064,184379,'_customer_ip_address','71.91.158.65'),(191065,184379,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191066,184379,'_created_via','checkout'),(191067,184379,'_cart_hash','572b78b8339d0b07e59fbb2fcf32a819'),(191068,184379,'_download_permissions_granted','no'),(191069,184379,'_recorded_sales','no'),(191070,184379,'_recorded_coupon_usage_counts','no'),(191071,184379,'_new_order_email_sent','false'),(191072,184379,'_order_stock_reduced','no'),(191073,184379,'_billing_first_name','Shanna'),(191074,184379,'_billing_last_name','Castille'),(191075,184379,'_billing_address_1','1097 Hundley Rd'),(191076,184379,'_billing_city','Eunice'),(191077,184379,'_billing_state','LA'),(191078,184379,'_billing_postcode','70535'),(191079,184379,'_billing_country','US'),(191080,184379,'_billing_email','Shanna_sr09@yahoo.com'),(191081,184379,'_billing_phone','3374668998'),(191082,184379,'_shipping_first_name','Shanna'),(191083,184379,'_shipping_last_name','Castille'),(191084,184379,'_shipping_address_1','1097 Hundley Rd'),(191085,184379,'_shipping_city','eunice'),(191086,184379,'_shipping_state','LA'),(191087,184379,'_shipping_postcode','70535'),(191088,184379,'_shipping_country','US'),(191089,184379,'_order_currency','USD'),(191090,184379,'_cart_discount','27.17'),(191091,184379,'_cart_discount_tax','0'),(191092,184379,'_order_shipping','0'),(191093,184379,'_order_shipping_tax','0'),(191094,184379,'_order_tax','0'),(191095,184379,'_order_total','516.19'),(191096,184379,'_order_version','10.4.0'),(191097,184379,'_prices_include_tax','no'),(191098,184379,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(191099,184379,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(191100,184379,'is_vat_exempt','no'),(191101,184379,'_order_number','4131'),(191102,184379,'_wc_order_attribution_source_type','typein'),(191103,184379,'_wc_order_attribution_utm_source','(direct)'),(191104,184379,'_wc_order_attribution_utm_source_platform',''),(191105,184379,'_wc_order_attribution_utm_creative_format',''),(191106,184379,'_wc_order_attribution_utm_marketing_tactic',''),(191107,184379,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191108,184379,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(191109,184379,'_wc_order_attribution_session_pages','15'),(191110,184379,'_wc_order_attribution_session_count','13'),(191111,184379,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191112,184379,'_wc_order_attribution_device_type','Desktop'),(191116,184380,'_order_key','wc_order_dOn2SddPyBRdv'),(191117,184380,'_customer_user','79'),(191118,184380,'_payment_method','paypal'),(191119,184380,'_payment_method_title','PayPal'),(191120,184380,'_customer_ip_address','71.91.158.65'),(191121,184380,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191122,184380,'_created_via','checkout'),(191123,184380,'_cart_hash','572b78b8339d0b07e59fbb2fcf32a819'),(191124,184380,'_download_permissions_granted','no'),(191125,184380,'_recorded_sales','no'),(191126,184380,'_recorded_coupon_usage_counts','no'),(191127,184380,'_new_order_email_sent','false'),(191128,184380,'_order_stock_reduced','no'),(191129,184380,'_billing_first_name','Shanna'),(191130,184380,'_billing_last_name','Castille'),(191131,184380,'_billing_address_1','1097 Hundley Rd'),(191132,184380,'_billing_city','Eunice'),(191133,184380,'_billing_state','LA'),(191134,184380,'_billing_postcode','70535'),(191135,184380,'_billing_country','US'),(191136,184380,'_billing_email','Shanna_sr09@yahoo.com'),(191137,184380,'_billing_phone','3374668998'),(191138,184380,'_shipping_first_name','Shanna'),(191139,184380,'_shipping_last_name','Castille'),(191140,184380,'_shipping_address_1','1097 Hundley Rd'),(191141,184380,'_shipping_city','eunice'),(191142,184380,'_shipping_state','LA'),(191143,184380,'_shipping_postcode','70535'),(191144,184380,'_shipping_country','US'),(191145,184380,'_order_currency','USD'),(191146,184380,'_cart_discount','27.17'),(191147,184380,'_cart_discount_tax','0'),(191148,184380,'_order_shipping','0'),(191149,184380,'_order_shipping_tax','0'),(191150,184380,'_order_tax','0'),(191151,184380,'_order_total','516.19'),(191152,184380,'_order_version','10.4.0'),(191153,184380,'_prices_include_tax','no'),(191154,184380,'_billing_address_index','Shanna Castille  1097 Hundley Rd  Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(191155,184380,'_shipping_address_index','Shanna Castille  1097 Hundley Rd  eunice LA 70535 US '),(191156,184380,'is_vat_exempt','no'),(191157,184380,'_order_number','4132'),(191158,184380,'_wc_order_attribution_source_type','typein'),(191159,184380,'_wc_order_attribution_utm_source','(direct)'),(191160,184380,'_wc_order_attribution_utm_source_platform',''),(191161,184380,'_wc_order_attribution_utm_creative_format',''),(191162,184380,'_wc_order_attribution_utm_marketing_tactic',''),(191163,184380,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191164,184380,'_wc_order_attribution_session_start_time','2024-01-27 01:33:34'),(191165,184380,'_wc_order_attribution_session_pages','17'),(191166,184380,'_wc_order_attribution_session_count','13'),(191167,184380,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(191168,184380,'_wc_order_attribution_device_type','Desktop'),(191179,184366,'_edit_lock','1765605969:2'),(191180,184366,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198164\";s:12:\"date_shipped\";s:10:\"1765584000\";s:11:\"tracking_id\";s:32:\"d44193fe1a1c45faeeab12bbe84f8100\";}}'),(191181,184366,'_edit_last','2'),(191182,184366,'_date_completed','1765606100'),(191183,184366,'_completed_date','2025-12-13 06:08:20'),(191184,184376,'_edit_lock','1765605996:2'),(191185,184376,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198705\";s:12:\"date_shipped\";s:10:\"1765584000\";s:11:\"tracking_id\";s:32:\"bf891fbace80b117e9c92c2a6cc0071c\";}}'),(191186,184376,'_edit_last','2'),(191187,184376,'_date_completed','1765606134'),(191188,184376,'_completed_date','2025-12-13 06:08:54'),(191189,184367,'_edit_lock','1765606093:2'),(191190,184367,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198186\";s:12:\"date_shipped\";s:10:\"1765584000\";s:11:\"tracking_id\";s:32:\"410a65e5fcc0b4079a228d5af8c7ed58\";}}'),(191191,184367,'_edit_last','2'),(191192,184367,'_date_completed','1765606195'),(191193,184367,'_completed_date','2025-12-13 06:09:55'),(191194,184368,'_edit_lock','1765606235:2'),(191195,184368,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198267\";s:12:\"date_shipped\";s:10:\"1765584000\";s:11:\"tracking_id\";s:32:\"0b8a4f713e260549c3e9e4eb9e289796\";}}'),(191196,184368,'_edit_last','2'),(191197,184368,'_date_completed','1765606233'),(191198,184368,'_completed_date','2025-12-13 06:10:33'),(191230,184384,'_order_key','wc_order_qcmv6TRKqpVz9'),(191231,184384,'_customer_user','100'),(191232,184384,'_payment_method','paypal'),(191233,184384,'_payment_method_title','PayPal'),(191234,184384,'_customer_ip_address','72.159.157.115'),(191235,184384,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(191236,184384,'_created_via','checkout'),(191237,184384,'_cart_hash','fba83cd7f1f08adb4f7b6357bbf2c837'),(191238,184384,'_download_permissions_granted','yes'),(191239,184384,'_recorded_sales','yes'),(191240,184384,'_recorded_coupon_usage_counts','yes'),(191241,184384,'_new_order_email_sent','true'),(191242,184384,'_order_stock_reduced','yes'),(191243,184384,'_billing_first_name','Michael'),(191244,184384,'_billing_last_name','Beckman'),(191245,184384,'_billing_address_1','921 Moraga Ave'),(191246,184384,'_billing_city','Piedmont'),(191247,184384,'_billing_state','CA'),(191248,184384,'_billing_postcode','94611'),(191249,184384,'_billing_country','US'),(191250,184384,'_billing_email','licetoknowyou@gmail.com'),(191251,184384,'_billing_phone','8585314583'),(191252,184384,'_shipping_first_name','Chelsey'),(191253,184384,'_shipping_last_name','Watkins'),(191254,184384,'_shipping_company','Lice Clinics of America - Sunnyvale'),(191255,184384,'_shipping_address_1','958 Redmond ave'),(191256,184384,'_shipping_city','San Jose'),(191257,184384,'_shipping_state','CA'),(191258,184384,'_shipping_postcode','95120'),(191259,184384,'_shipping_country','US'),(191260,184384,'_order_currency','USD'),(191261,184384,'_cart_discount','53.23'),(191262,184384,'_cart_discount_tax','0'),(191263,184384,'_order_shipping','0'),(191264,184384,'_order_shipping_tax','0'),(191265,184384,'_order_tax','0'),(191266,184384,'_order_total','1011.32'),(191267,184384,'_order_version','10.4.2'),(191268,184384,'_prices_include_tax','no'),(191269,184384,'_billing_address_index','Michael Beckman  921 Moraga Ave  Piedmont CA 94611 US licetoknowyou@gmail.com 8585314583'),(191270,184384,'_shipping_address_index','Chelsey Watkins Lice Clinics of America - Sunnyvale 958 Redmond ave  San Jose CA 95120 US '),(191271,184384,'is_vat_exempt','no'),(191272,184384,'_order_number','4133'),(191273,184384,'_wc_order_attribution_source_type','typein'),(191274,184384,'_wc_order_attribution_utm_source','(direct)'),(191275,184384,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191276,184384,'_wc_order_attribution_session_start_time','2025-12-15 17:29:09'),(191277,184384,'_wc_order_attribution_session_pages','4'),(191278,184384,'_wc_order_attribution_session_count','1'),(191279,184384,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36'),(191280,184384,'_wc_order_attribution_device_type','Desktop'),(191284,184384,'Payment type','instant'),(191285,184384,'_paypal_status','completed'),(191286,184384,'_transaction_id','1Y540472RK847930F'),(191287,184384,'PayPal Transaction Fee','35.79'),(191288,184384,'_date_paid','1765820244'),(191289,184384,'_paid_date','2025-12-15 17:37:24'),(191290,184328,'_used_by','100'),(191291,184385,'_order_key','wc_order_8lFVzA6ynxeTJ'),(191292,184385,'_customer_user','66'),(191293,184385,'_payment_method','paypal'),(191294,184385,'_payment_method_title','PayPal'),(191295,184385,'_customer_ip_address','96.244.94.41'),(191296,184385,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191297,184385,'_created_via','checkout'),(191298,184385,'_cart_hash','fb10550bda6801485c8da17fad1dc642'),(191299,184385,'_download_permissions_granted','no'),(191300,184385,'_recorded_sales','no'),(191301,184385,'_recorded_coupon_usage_counts','no'),(191302,184385,'_new_order_email_sent','false'),(191303,184385,'_order_stock_reduced','no'),(191304,184385,'_billing_first_name','Mark'),(191305,184385,'_billing_last_name','Dent'),(191306,184385,'_billing_company','Lice Clinics of Maryland'),(191307,184385,'_billing_address_1','801 W 33rd Street'),(191308,184385,'_billing_city','BAltimore'),(191309,184385,'_billing_state','MD'),(191310,184385,'_billing_postcode','21211'),(191311,184385,'_billing_country','US'),(191312,184385,'_billing_email','info@liceclinicsofmaryland.com'),(191313,184385,'_billing_phone','4438349991'),(191314,184385,'_shipping_first_name','Dawn'),(191315,184385,'_shipping_last_name','Mumaw'),(191316,184385,'_shipping_company','LCA Baltimore'),(191317,184385,'_shipping_address_1','604 Providence Road'),(191318,184385,'_shipping_city','Towson'),(191319,184385,'_shipping_state','MD'),(191320,184385,'_shipping_postcode','21286'),(191321,184385,'_shipping_country','US'),(191322,184385,'_order_currency','USD'),(191323,184385,'_cart_discount','354.08'),(191324,184385,'_cart_discount_tax','0'),(191325,184385,'_order_shipping','0'),(191326,184385,'_order_shipping_tax','0'),(191327,184385,'_order_tax','0'),(191328,184385,'_order_total','6727.62'),(191329,184385,'_order_version','10.4.2'),(191330,184385,'_prices_include_tax','no'),(191331,184385,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(191332,184385,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(191333,184385,'is_vat_exempt','no'),(191334,184385,'_order_number','4134'),(191335,184385,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:157.5;s:35:\"product_level_based_on_tax_settings\";d:157.5;s:10:\"cart_level\";d:0;s:5:\"total\";d:157.5;s:27:\"total_based_on_tax_settings\";d:157.5;}}'),(191336,184385,'_wc_order_attribution_source_type','typein'),(191337,184385,'_wc_order_attribution_utm_source','(direct)'),(191338,184385,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191339,184385,'_wc_order_attribution_session_start_time','2025-12-15 15:14:54'),(191340,184385,'_wc_order_attribution_session_pages','6'),(191341,184385,'_wc_order_attribution_session_count','2'),(191342,184385,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191343,184385,'_wc_order_attribution_device_type','Desktop'),(191348,184386,'_order_key','wc_order_VvXf70JJZIm8V'),(191349,184386,'_customer_user','66'),(191350,184386,'_payment_method','paypal'),(191351,184386,'_payment_method_title','PayPal'),(191352,184386,'_customer_ip_address','96.244.94.41'),(191353,184386,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191354,184386,'_created_via','checkout'),(191355,184386,'_cart_hash','1307b70a5bb982e77c033b773bf7bdf3'),(191356,184386,'_download_permissions_granted','yes'),(191357,184386,'_recorded_sales','yes'),(191358,184386,'_recorded_coupon_usage_counts','yes'),(191359,184386,'_new_order_email_sent','true'),(191360,184386,'_order_stock_reduced','yes'),(191361,184386,'_billing_first_name','Mark'),(191362,184386,'_billing_last_name','Dent'),(191363,184386,'_billing_company','Lice Clinics of Maryland'),(191364,184386,'_billing_address_1','801 W 33rd Street'),(191365,184386,'_billing_city','BAltimore'),(191366,184386,'_billing_state','MD'),(191367,184386,'_billing_postcode','21211'),(191368,184386,'_billing_country','US'),(191369,184386,'_billing_email','info@liceclinicsofmaryland.com'),(191370,184386,'_billing_phone','4438349991'),(191371,184386,'_shipping_first_name','Dawn'),(191372,184386,'_shipping_last_name','Mumaw'),(191373,184386,'_shipping_company','LCA Baltimore'),(191374,184386,'_shipping_address_1','604 Providence Road'),(191375,184386,'_shipping_city','Towson'),(191376,184386,'_shipping_state','MD'),(191377,184386,'_shipping_postcode','21286'),(191378,184386,'_shipping_country','US'),(191379,184386,'_order_currency','USD'),(191380,184386,'_cart_discount','292.91'),(191381,184386,'_cart_discount_tax','0'),(191382,184386,'_order_shipping','0'),(191383,184386,'_order_shipping_tax','0'),(191384,184386,'_order_tax','0'),(191385,184386,'_order_total','5565.29'),(191386,184386,'_order_version','10.4.2'),(191387,184386,'_prices_include_tax','no'),(191388,184386,'_billing_address_index','Mark Dent Lice Clinics of Maryland 801 W 33rd Street  BAltimore MD 21211 US info@liceclinicsofmaryland.com 4438349991'),(191389,184386,'_shipping_address_index','Dawn Mumaw LCA Baltimore 604 Providence Road  Towson MD 21286 US '),(191390,184386,'is_vat_exempt','no'),(191391,184386,'_order_number','4135'),(191392,184386,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:63;s:35:\"product_level_based_on_tax_settings\";d:63;s:10:\"cart_level\";d:0;s:5:\"total\";d:63;s:27:\"total_based_on_tax_settings\";d:63;}}'),(191393,184386,'_wc_order_attribution_source_type','organic'),(191394,184386,'_wc_order_attribution_referrer','https://www.google.com/'),(191395,184386,'_wc_order_attribution_utm_source','google'),(191396,184386,'_wc_order_attribution_utm_medium','organic'),(191397,184386,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191398,184386,'_wc_order_attribution_session_start_time','2025-12-15 17:52:52'),(191399,184386,'_wc_order_attribution_session_pages','18'),(191400,184386,'_wc_order_attribution_session_count','2'),(191401,184386,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191402,184386,'_wc_order_attribution_device_type','Desktop'),(191406,184386,'Payment type','instant'),(191407,184386,'_paypal_status','completed'),(191408,184386,'_transaction_id','3H674639SE377431U'),(191409,184386,'PayPal Transaction Fee','194.72'),(191410,184386,'_date_paid','1765822479'),(191411,184386,'_paid_date','2025-12-15 18:14:39'),(191412,184328,'_used_by','66'),(191413,184387,'_order_key','wc_order_u2DKAHbPfQA2g'),(191414,184387,'_customer_user','3'),(191415,184387,'_payment_method','paypal'),(191416,184387,'_payment_method_title','PayPal'),(191417,184387,'_customer_ip_address','99.22.146.124'),(191418,184387,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191419,184387,'_created_via','checkout'),(191420,184387,'_cart_hash','20a9b620dfac2fd9a0d617413d04d8ea'),(191421,184387,'_download_permissions_granted','yes'),(191422,184387,'_recorded_sales','yes'),(191423,184387,'_recorded_coupon_usage_counts','yes'),(191424,184387,'_new_order_email_sent','true'),(191425,184387,'_order_stock_reduced','yes'),(191426,184387,'_billing_first_name','amanda'),(191427,184387,'_billing_last_name','westerman'),(191428,184387,'_billing_company','Lice Clinics of America Dallas'),(191429,184387,'_billing_address_1','3120 HUDSON XING'),(191430,184387,'_billing_address_2','Suite A2'),(191431,184387,'_billing_city','MCKINNEY'),(191432,184387,'_billing_state','TX'),(191433,184387,'_billing_postcode','75070'),(191434,184387,'_billing_country','US'),(191435,184387,'_billing_email','awesterman1103@gmail.com'),(191436,184387,'_billing_phone','12144175741'),(191437,184387,'_shipping_first_name','amanda'),(191438,184387,'_shipping_last_name','westerman'),(191439,184387,'_shipping_company','Lice Clinics of America Addison/Dallas'),(191440,184387,'_shipping_address_1','3120 HUDSON XING'),(191441,184387,'_shipping_address_2','Suite A2'),(191442,184387,'_shipping_city','MCKINNEY'),(191443,184387,'_shipping_state','TX'),(191444,184387,'_shipping_postcode','75070'),(191445,184387,'_shipping_country','US'),(191446,184387,'_order_currency','USD'),(191447,184387,'_cart_discount','32.97'),(191448,184387,'_cart_discount_tax','0'),(191449,184387,'_order_shipping','0'),(191450,184387,'_order_shipping_tax','0'),(191451,184387,'_order_tax','0'),(191452,184387,'_order_total','626.38'),(191453,184387,'_order_version','10.4.2'),(191454,184387,'_prices_include_tax','no'),(191455,184387,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(191456,184387,'_shipping_address_index','amanda westerman Lice Clinics of America Addison/Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(191457,184387,'is_vat_exempt','no'),(191458,184387,'_order_number','4136'),(191459,184387,'_wc_order_attribution_source_type','typein'),(191460,184387,'_wc_order_attribution_utm_source','(direct)'),(191461,184387,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191462,184387,'_wc_order_attribution_session_start_time','2025-12-15 15:20:42'),(191463,184387,'_wc_order_attribution_session_pages','3'),(191464,184387,'_wc_order_attribution_session_count','2'),(191465,184387,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191466,184387,'_wc_order_attribution_device_type','Desktop'),(191470,184387,'Payment type','instant'),(191471,184387,'_paypal_status','completed'),(191472,184387,'_transaction_id','37047394V82823928'),(191473,184387,'PayPal Transaction Fee','22.35'),(191474,184387,'_date_paid','1765828833'),(191475,184387,'_paid_date','2025-12-15 20:00:33'),(191476,184328,'_used_by','3'),(191477,184388,'_order_key','wc_order_Il0fiBXCLGVJx'),(191478,184388,'_customer_user','3'),(191479,184388,'_payment_method','paypal'),(191480,184388,'_payment_method_title','PayPal'),(191481,184388,'_customer_ip_address','99.22.146.124'),(191482,184388,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191483,184388,'_created_via','checkout'),(191484,184388,'_cart_hash','4346d8a602a5f323be2d59d67007cabd'),(191485,184388,'_download_permissions_granted','yes'),(191486,184388,'_recorded_sales','yes'),(191487,184388,'_recorded_coupon_usage_counts','yes'),(191488,184388,'_new_order_email_sent','true'),(191489,184388,'_order_stock_reduced','yes'),(191490,184388,'_billing_first_name','amanda'),(191491,184388,'_billing_last_name','westerman'),(191492,184388,'_billing_company','Lice Clinics of America Dallas'),(191493,184388,'_billing_address_1','3120 HUDSON XING'),(191494,184388,'_billing_address_2','Suite A2'),(191495,184388,'_billing_city','MCKINNEY'),(191496,184388,'_billing_state','TX'),(191497,184388,'_billing_postcode','75070'),(191498,184388,'_billing_country','US'),(191499,184388,'_billing_email','awesterman1103@gmail.com'),(191500,184388,'_billing_phone','12144175741'),(191501,184388,'_shipping_first_name','amanda'),(191502,184388,'_shipping_last_name','westerman'),(191503,184388,'_shipping_company','Lice Clinics of AmericaLewsiville'),(191504,184388,'_shipping_address_1','522 Edmonds Ln'),(191505,184388,'_shipping_address_2','Suite 102'),(191506,184388,'_shipping_city','Lewisville'),(191507,184388,'_shipping_state','TX'),(191508,184388,'_shipping_postcode','75067'),(191509,184388,'_shipping_country','US'),(191510,184388,'_order_currency','USD'),(191511,184388,'_cart_discount','39.72'),(191512,184388,'_cart_discount_tax','0'),(191513,184388,'_order_shipping','0'),(191514,184388,'_order_shipping_tax','0'),(191515,184388,'_order_tax','0'),(191516,184388,'_order_total','754.78'),(191517,184388,'_order_version','10.4.2'),(191518,184388,'_prices_include_tax','no'),(191519,184388,'_billing_address_index','amanda westerman Lice Clinics of America Dallas 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(191520,184388,'_shipping_address_index','amanda westerman Lice Clinics of AmericaLewsiville 522 Edmonds Ln Suite 102 Lewisville TX 75067 US '),(191521,184388,'is_vat_exempt','no'),(191522,184388,'_order_number','4137'),(191523,184388,'_wc_order_attribution_source_type','typein'),(191524,184388,'_wc_order_attribution_utm_source','(direct)'),(191525,184388,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191526,184388,'_wc_order_attribution_session_start_time','2025-12-15 15:20:42'),(191527,184388,'_wc_order_attribution_session_pages','7'),(191528,184388,'_wc_order_attribution_session_count','2'),(191529,184388,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(191530,184388,'_wc_order_attribution_device_type','Desktop'),(191534,184388,'Payment type','instant'),(191535,184388,'_paypal_status','completed'),(191536,184388,'_transaction_id','48646027NS962214D'),(191537,184388,'PayPal Transaction Fee','26.83'),(191538,184388,'_date_paid','1765829800'),(191539,184388,'_paid_date','2025-12-15 20:16:40'),(191540,184328,'_used_by','3'),(191541,184389,'_order_key','wc_order_rxbFsinyx7lVX'),(191542,184389,'_customer_user','87'),(191543,184389,'_payment_method','paypal'),(191544,184389,'_payment_method_title','PayPal'),(191545,184389,'_customer_ip_address','75.7.15.79'),(191546,184389,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191547,184389,'_created_via','checkout'),(191548,184389,'_cart_hash','1153d4f67e98974cd9151edabb276eaa'),(191549,184389,'_download_permissions_granted','yes'),(191550,184389,'_recorded_sales','yes'),(191551,184389,'_recorded_coupon_usage_counts','yes'),(191552,184389,'_new_order_email_sent','true'),(191553,184389,'_order_stock_reduced','yes'),(191554,184389,'_billing_first_name','Wade'),(191555,184389,'_billing_last_name','Huntsman'),(191556,184389,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(191557,184389,'_billing_address_1','3421 E 21st'),(191558,184389,'_billing_city','Tulsa'),(191559,184389,'_billing_state','OK'),(191560,184389,'_billing_postcode','74114'),(191561,184389,'_billing_country','US'),(191562,184389,'_billing_email','info@liceclinicsmidsouth.com'),(191563,184389,'_billing_phone','9189783329'),(191564,184389,'_shipping_first_name','Katee'),(191565,184389,'_shipping_last_name','Morrison'),(191566,184389,'_shipping_company','Lice Clinics of America OKC'),(191567,184389,'_shipping_address_1','4001 North Classen Blvd, Suite 116'),(191568,184389,'_shipping_city','Oklahoma City'),(191569,184389,'_shipping_state','OK'),(191570,184389,'_shipping_postcode','73118'),(191571,184389,'_shipping_country','US'),(191572,184389,'_order_currency','USD'),(191573,184389,'_cart_discount','34.79'),(191574,184389,'_cart_discount_tax','0'),(191575,184389,'_order_shipping','0'),(191576,184389,'_order_shipping_tax','0'),(191577,184389,'_order_tax','0'),(191578,184389,'_order_total','661.11'),(191579,184389,'_order_version','10.4.2'),(191580,184389,'_prices_include_tax','no'),(191581,184389,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(191582,184389,'_shipping_address_index','Katee Morrison Lice Clinics of America OKC 4001 North Classen Blvd, Suite 116  Oklahoma City OK 73118 US '),(191583,184389,'is_vat_exempt','no'),(191584,184389,'_order_number','4138'),(191585,184389,'_wc_order_attribution_source_type','typein'),(191586,184389,'_wc_order_attribution_utm_source','(direct)'),(191587,184389,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191588,184389,'_wc_order_attribution_session_start_time','2025-12-16 16:47:19'),(191589,184389,'_wc_order_attribution_session_pages','4'),(191590,184389,'_wc_order_attribution_session_count','1'),(191591,184389,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191592,184389,'_wc_order_attribution_device_type','Desktop'),(191596,184389,'Payment type','instant'),(191597,184389,'_paypal_status','completed'),(191598,184389,'_transaction_id','3XG32510F1406715U'),(191599,184389,'PayPal Transaction Fee','23.56'),(191600,184389,'_date_paid','1765903901'),(191601,184389,'_paid_date','2025-12-16 16:51:41'),(191602,184328,'_used_by','87'),(191603,184390,'_order_key','wc_order_Vi7Px0pPCaz7N'),(191604,184390,'_customer_user','87'),(191605,184390,'_payment_method','paypal'),(191606,184390,'_payment_method_title','PayPal'),(191607,184390,'_customer_ip_address','75.7.15.79'),(191608,184390,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191609,184390,'_created_via','checkout'),(191610,184390,'_cart_hash','1e948c007fc0bc7227524211994373f0'),(191611,184390,'_download_permissions_granted','yes'),(191612,184390,'_recorded_sales','yes'),(191613,184390,'_recorded_coupon_usage_counts','yes'),(191614,184390,'_new_order_email_sent','true'),(191615,184390,'_order_stock_reduced','yes'),(191616,184390,'_billing_first_name','Wade'),(191617,184390,'_billing_last_name','Huntsman'),(191618,184390,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(191619,184390,'_billing_address_1','3421 E 21st'),(191620,184390,'_billing_city','Tulsa'),(191621,184390,'_billing_state','OK'),(191622,184390,'_billing_postcode','74114'),(191623,184390,'_billing_country','US'),(191624,184390,'_billing_email','info@liceclinicsmidsouth.com'),(191625,184390,'_billing_phone','9189783329'),(191626,184390,'_shipping_first_name','Logan'),(191627,184390,'_shipping_last_name','Futrell'),(191628,184390,'_shipping_company','Lice Clinics of America NWA'),(191629,184390,'_shipping_address_1','203 Tricha Circle Unit B'),(191630,184390,'_shipping_city','Gravette'),(191631,184390,'_shipping_state','AR'),(191632,184390,'_shipping_postcode','72736'),(191633,184390,'_shipping_country','US'),(191634,184390,'_order_currency','USD'),(191635,184390,'_cart_discount','32.98'),(191636,184390,'_cart_discount_tax','0'),(191637,184390,'_order_shipping','0'),(191638,184390,'_order_shipping_tax','0'),(191639,184390,'_order_tax','0'),(191640,184390,'_order_total','626.62'),(191641,184390,'_order_version','10.4.2'),(191642,184390,'_prices_include_tax','no'),(191643,184390,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(191644,184390,'_shipping_address_index','Logan Futrell Lice Clinics of America NWA 203 Tricha Circle Unit B  Gravette AR 72736 US '),(191645,184390,'is_vat_exempt','no'),(191646,184390,'_order_number','4139'),(191647,184390,'_wc_order_attribution_source_type','typein'),(191648,184390,'_wc_order_attribution_utm_source','(direct)'),(191649,184390,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191650,184390,'_wc_order_attribution_session_start_time','2025-12-16 16:47:19'),(191651,184390,'_wc_order_attribution_session_pages','14'),(191652,184390,'_wc_order_attribution_session_count','1'),(191653,184390,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191654,184390,'_wc_order_attribution_device_type','Desktop'),(191658,184390,'Payment type','instant'),(191659,184390,'_paypal_status','completed'),(191660,184390,'_transaction_id','397379814Y598934B'),(191661,184390,'PayPal Transaction Fee','22.36'),(191662,184390,'_date_paid','1765904290'),(191663,184390,'_paid_date','2025-12-16 16:58:10'),(191664,184328,'_used_by','87'),(191665,184391,'_order_key','wc_order_FkAjqe479UEwd'),(191666,184391,'_customer_user','87'),(191667,184391,'_payment_method','paypal'),(191668,184391,'_payment_method_title','PayPal'),(191669,184391,'_customer_ip_address','75.7.15.79'),(191670,184391,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191671,184391,'_created_via','checkout'),(191672,184391,'_cart_hash','52adcdf8c8af7ceb515e4a225489d425'),(191673,184391,'_download_permissions_granted','yes'),(191674,184391,'_recorded_sales','yes'),(191675,184391,'_recorded_coupon_usage_counts','yes'),(191676,184391,'_new_order_email_sent','true'),(191677,184391,'_order_stock_reduced','yes'),(191678,184391,'_billing_first_name','Wade'),(191679,184391,'_billing_last_name','Huntsman'),(191680,184391,'_billing_company','LCA Tulsa / AuxArc iMC, Inc'),(191681,184391,'_billing_address_1','3421 E 21st'),(191682,184391,'_billing_city','Tulsa'),(191683,184391,'_billing_state','OK'),(191684,184391,'_billing_postcode','74114'),(191685,184391,'_billing_country','US'),(191686,184391,'_billing_email','info@liceclinicsmidsouth.com'),(191687,184391,'_billing_phone','9189783329'),(191688,184391,'_shipping_first_name','Wade'),(191689,184391,'_shipping_last_name','Huntsman'),(191690,184391,'_shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(191691,184391,'_shipping_address_1','3421 E 21st'),(191692,184391,'_shipping_city','Tulsa'),(191693,184391,'_shipping_state','OK'),(191694,184391,'_shipping_postcode','74114'),(191695,184391,'_shipping_country','US'),(191696,184391,'_order_currency','USD'),(191697,184391,'_cart_discount','38.83'),(191698,184391,'_cart_discount_tax','0'),(191699,184391,'_order_shipping','0'),(191700,184391,'_order_shipping_tax','0'),(191701,184391,'_order_tax','0'),(191702,184391,'_order_total','737.77'),(191703,184391,'_order_version','10.4.2'),(191704,184391,'_prices_include_tax','no'),(191705,184391,'_billing_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(191706,184391,'_shipping_address_index','Wade Huntsman LCA Tulsa / AuxArc iMC, Inc 3421 E 21st  Tulsa OK 74114 US '),(191707,184391,'is_vat_exempt','no'),(191708,184391,'_order_number','4140'),(191709,184391,'_wc_order_attribution_source_type','typein'),(191710,184391,'_wc_order_attribution_utm_source','(direct)'),(191711,184391,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191712,184391,'_wc_order_attribution_session_start_time','2025-12-16 16:47:19'),(191713,184391,'_wc_order_attribution_session_pages','18'),(191714,184391,'_wc_order_attribution_session_count','1'),(191715,184391,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'),(191716,184391,'_wc_order_attribution_device_type','Desktop'),(191720,184391,'Payment type','instant'),(191721,184391,'_paypal_status','completed'),(191722,184391,'_transaction_id','03S88159E2520450T'),(191723,184391,'PayPal Transaction Fee','26.24'),(191724,184391,'_date_paid','1765904566'),(191725,184391,'_paid_date','2025-12-16 17:02:46'),(191726,184328,'_used_by','87'),(191783,184386,'_edit_lock','1766002685:2'),(191784,184386,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199333\";s:12:\"date_shipped\";s:10:\"1765756800\";s:11:\"tracking_id\";s:32:\"84158490fdcea74b7746ee019c18b57e\";}}'),(191785,184386,'_edit_last','2'),(191786,184386,'_date_completed','1766002670'),(191787,184386,'_completed_date','2025-12-17 20:17:50'),(191788,184389,'_edit_lock','1766002586:2'),(191789,184389,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199620\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"b6e97974432bdcd8537ea1febc01987a\";}}'),(191790,184389,'_edit_last','2'),(191791,184389,'_date_completed','1766002714'),(191792,184389,'_completed_date','2025-12-17 20:18:34'),(191793,184391,'_edit_lock','1766002768:2'),(191794,184391,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199664\";s:12:\"date_shipped\";s:10:\"1765929600\";s:11:\"tracking_id\";s:32:\"9e1f183a76408d78f8187585a780d07d\";}}'),(191795,184391,'_edit_last','2'),(191796,184391,'_date_completed','1766002766'),(191797,184391,'_completed_date','2025-12-17 20:19:26'),(191798,184369,'_edit_lock','1766009025:2'),(191799,184370,'_edit_lock','1766009943:2'),(191800,184371,'_edit_lock','1766009943:2'),(191801,184384,'_edit_lock','1766008886:2'),(191802,184387,'_edit_lock','1766009951:2'),(191803,184388,'_edit_lock','1766010076:2'),(191804,184390,'_edit_lock','1766010076:2'),(191805,184369,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198326\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"22f52e310b7dcdebc5a13c889c48634a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198315\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"5c604d3dbc8c47f54fb4bace7eb65dbd\";}}'),(191806,184369,'_edit_last','2'),(191807,184369,'_date_completed','1766008794'),(191808,184369,'_completed_date','2025-12-17 21:59:54'),(191809,184370,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198462\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"3bc78885f1f63b03fb2564485ae83d07\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198451\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"e550e2844f248cf015b6e64d36673d94\";}}'),(191810,184371,'_wc_shipment_tracking_items','a:7:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198576\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"e0f08f7240b18b29de6954e76f40dd7f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198565\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"9c886803b5c29fd630eb13ac31ece803\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198554\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"90654f64772e1d85c83ec4c5e86aadbc\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198510\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"bfeab290932ae051a63a7909d1a81a9b\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198543\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"e2c04481e18ec222d0f4755f7f589688\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198532\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"5430ead0e56df8e55d7a827c80f7111f\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800198521\";s:12:\"date_shipped\";s:10:\"1765411200\";s:11:\"tracking_id\";s:32:\"529a9166dbd29187850427296397f9d8\";}}'),(191811,184371,'_edit_last','2'),(191812,184384,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199296\";s:12:\"date_shipped\";s:10:\"1765756800\";s:11:\"tracking_id\";s:32:\"162153aa95ac9152b3d207da17d15f87\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199300\";s:12:\"date_shipped\";s:10:\"1765756800\";s:11:\"tracking_id\";s:32:\"7f831099519ad16627273fa19649b11e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199311\";s:12:\"date_shipped\";s:10:\"1765756800\";s:11:\"tracking_id\";s:32:\"4d3df704879fad0f611624692f072cd4\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199322\";s:12:\"date_shipped\";s:10:\"1765756800\";s:11:\"tracking_id\";s:32:\"5e32d5043bf38603e14bf063791ddf90\";}}'),(191813,184384,'_edit_last','2'),(191814,184384,'_date_completed','1766008957'),(191815,184384,'_completed_date','2025-12-17 22:02:37'),(191816,184387,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199572\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"d0be285f30c9780d8a80784a90c2a27a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199583\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"c4efd4164ee7b7289e4881a8530454b6\";}}'),(191817,184387,'_edit_last','2'),(191818,184387,'_date_completed','1766009066'),(191819,184387,'_completed_date','2025-12-17 22:04:26'),(191820,184370,'_edit_last','2'),(191821,184370,'_date_completed','1766010077'),(191822,184370,'_completed_date','2025-12-17 22:21:17'),(191823,184371,'_date_completed','1766010082'),(191824,184371,'_completed_date','2025-12-17 22:21:22'),(191825,184388,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199540\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"840dddd8ccd50a4f73f3da2a1e6496a8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199550\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"7d2e9d28456d5900dfda84ba1ecbaecb\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199561\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"ec6c6c3847b7b56a886a213feda084a2\";}}'),(191826,184388,'_edit_last','2'),(191827,184388,'_date_completed','1766010173'),(191828,184388,'_completed_date','2025-12-17 22:22:53'),(191829,184390,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199642\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"ca6e302e2435b9670b8c317073c76963\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800199653\";s:12:\"date_shipped\";s:10:\"1765843200\";s:11:\"tracking_id\";s:32:\"cd40495ee41b1b53f9a5c03ca8d44f0a\";}}'),(191830,184390,'_edit_last','2'),(191831,184390,'_date_completed','1766010215'),(191832,184390,'_completed_date','2025-12-17 22:23:35'),(191862,184393,'_elementor_edit_mode','builder'),(191863,184393,'_elementor_template_type','wp-page'),(191864,184393,'_elementor_version','3.33.4'),(191865,184393,'_elementor_pro_version','3.33.2'),(191866,184393,'_wp_page_template','default'),(191867,184393,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191868,184393,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191872,184394,'_elementor_edit_mode','builder'),(191873,184394,'_elementor_template_type','wp-page'),(191874,184394,'_elementor_version','3.33.4'),(191875,184394,'_elementor_pro_version','3.33.2'),(191876,184394,'_wp_page_template','default'),(191877,184394,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191878,184394,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191882,184395,'_elementor_edit_mode','builder'),(191883,184395,'_elementor_template_type','wp-page'),(191884,184395,'_elementor_version','3.33.4'),(191885,184395,'_elementor_pro_version','3.33.2'),(191886,184395,'_wp_page_template','default'),(191887,184395,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"header_size\":\"h5\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191888,184395,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191892,115,'_elementor_controls_usage','a:3:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:5;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:9;s:11:\"title_color\";i:9;s:20:\"typography_font_size\";i:4;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:9;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:8;s:14:\"_element_width\";i:4;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:9;s:21:\"eael_svg_paths_custom\";i:9;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:10:\"text_color\";i:2;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:3;s:16:\"flex_align_items\";i:3;s:8:\"flex_gap\";i:3;s:11:\"boxed_width\";i:3;s:9:\"flex_wrap\";i:1;}}}}}'),(191895,184396,'_elementor_edit_mode','builder'),(191896,184396,'_elementor_template_type','wp-page'),(191897,184396,'_elementor_version','3.33.5'),(191898,184396,'_elementor_pro_version','3.33.2'),(191899,184396,'_wp_page_template','default'),(191900,184396,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.<br>Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"header_size\":\"h5\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(191901,184396,'_elementor_page_settings','a:5:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:27:\"eael_custom_cursor_svg_code\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:35:\"eael_custom_cursor_svg_code_pointer\";s:831:\"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.0\" id=\"Layer_1\" width=\"100\" height=\"100\" viewBox=\"0 0 64 64\" enable-background=\"new 0 0 64 64\" xml:space=\"preserve\"><g><path fill=\"#F76D57\" d=\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16   c0,4.031-2.055,8-4,10.789L32,52.789z\"/><g><path fill=\"#394240\" d=\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289    l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289    C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24    c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\"/><circle fill=\"#394240\" cx=\"32\" cy=\"24\" r=\"8\"/></g></g></svg>\";s:28:\"eael_cursor_snowflake_emojis\";s:6:\"❄️\";}'),(191903,184396,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:9;s:11:\"header_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:5;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:9;s:11:\"title_color\";i:9;s:20:\"typography_font_size\";i:4;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:9;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:5;s:8:\"_padding\";i:8;s:14:\"_element_width\";i:4;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:9;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:9;s:21:\"eael_svg_paths_custom\";i:9;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:9;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:5:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:10:\"text_color\";i:2;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:5:{s:14:\"section_layout\";a:2:{s:7:\"padding\";i:3;s:6:\"margin\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:5:{s:14:\"flex_direction\";i:3;s:16:\"flex_align_items\";i:3;s:8:\"flex_gap\";i:3;s:11:\"boxed_width\";i:3;s:9:\"flex_wrap\";i:1;}}}}s:20:\"woocommerce-products\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:5;s:15:\"query_posts_ids\";i:5;s:13:\"query_orderby\";i:5;s:11:\"query_order\";i:4;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:8:\"paginate\";i:4;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:29:{s:11:\"title_color\";i:5;s:9:\"star_size\";i:5;s:27:\"title_typography_typography\";i:5;s:28:\"title_typography_font_family\";i:5;s:28:\"title_typography_font_weight\";i:5;s:11:\"price_color\";i:5;s:15:\"old_price_color\";i:5;s:7:\"row_gap\";i:5;s:5:\"align\";i:5;s:27:\"price_typography_typography\";i:4;s:28:\"price_typography_font_family\";i:4;s:28:\"price_typography_font_weight\";i:4;s:31:\"old_price_typography_typography\";i:2;s:32:\"old_price_typography_font_family\";i:2;s:32:\"old_price_typography_font_weight\";i:2;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:5;s:27:\"automatically_align_buttons\";i:5;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;s:13:\"title_spacing\";i:1;s:23:\"button_background_color\";i:4;s:19:\"button_border_color\";i:4;s:18:\"button_hover_color\";i:4;s:29:\"button_hover_background_color\";i:4;s:25:\"button_hover_border_color\";i:4;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:5;s:17:\"onsale_text_color\";i:1;s:28:\"onsale_text_background_color\";i:1;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:5;s:21:\"eael_svg_paths_custom\";i:5;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:3;s:33:\"wcm_element_visibility_hide_plans\";i:2;}}}}}'),(191944,184397,'_order_key','wc_order_Gd1MsUaMPXrV7'),(191945,184397,'_customer_user','54'),(191946,184397,'_payment_method','paypal'),(191947,184397,'_payment_method_title','PayPal'),(191948,184397,'_customer_ip_address','75.211.10.101'),(191949,184397,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(191950,184397,'_created_via','checkout'),(191951,184397,'_cart_hash','f689f60384fd90e405fa5242e15a74f5'),(191952,184397,'_download_permissions_granted','yes'),(191953,184397,'_recorded_sales','yes'),(191954,184397,'_recorded_coupon_usage_counts','yes'),(191955,184397,'_new_order_email_sent','true'),(191956,184397,'_order_stock_reduced','yes'),(191957,184397,'_billing_first_name','Erin'),(191958,184397,'_billing_last_name','Hawn'),(191959,184397,'_billing_address_1','10 W Phillip Rd'),(191960,184397,'_billing_address_2','Suite 123'),(191961,184397,'_billing_city','Vernon Hills'),(191962,184397,'_billing_state','IL'),(191963,184397,'_billing_postcode','60061'),(191964,184397,'_billing_country','US'),(191965,184397,'_billing_email','info@northernil.liceclinicsofamerica.com'),(191966,184397,'_billing_phone','8475960408'),(191967,184397,'_shipping_first_name','Erin'),(191968,184397,'_shipping_last_name','Hawn'),(191969,184397,'_shipping_address_1','1491 S Amarias Dr'),(191970,184397,'_shipping_city','Round lake'),(191971,184397,'_shipping_state','IL'),(191972,184397,'_shipping_postcode','60073'),(191973,184397,'_shipping_country','US'),(191974,184397,'_order_currency','USD'),(191975,184397,'_cart_discount','59.55'),(191976,184397,'_cart_discount_tax','0'),(191977,184397,'_order_shipping','0'),(191978,184397,'_order_shipping_tax','0'),(191979,184397,'_order_tax','0'),(191980,184397,'_order_total','1131.44'),(191981,184397,'_order_version','10.4.3'),(191982,184397,'_prices_include_tax','no'),(191983,184397,'_billing_address_index','Erin Hawn  10 W Phillip Rd Suite 123 Vernon Hills IL 60061 US info@northernil.liceclinicsofamerica.com 8475960408'),(191984,184397,'_shipping_address_index','Erin Hawn  1491 S Amarias Dr  Round lake IL 60073 US '),(191985,184397,'is_vat_exempt','no'),(191986,184397,'_order_number','4141'),(191987,184397,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:38.359999999999999;s:35:\"product_level_based_on_tax_settings\";d:38.359999999999999;s:10:\"cart_level\";d:0;s:5:\"total\";d:38.359999999999999;s:27:\"total_based_on_tax_settings\";d:38.359999999999999;}}'),(191988,184397,'_wc_order_attribution_source_type','typein'),(191989,184397,'_wc_order_attribution_utm_source','(direct)'),(191990,184397,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(191991,184397,'_wc_order_attribution_session_start_time','2025-12-22 05:25:49'),(191992,184397,'_wc_order_attribution_session_pages','4'),(191993,184397,'_wc_order_attribution_session_count','1'),(191994,184397,'_wc_order_attribution_user_agent','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36'),(191995,184397,'_wc_order_attribution_device_type','Mobile'),(191999,184397,'Payment type','instant'),(192000,184397,'_paypal_status','completed'),(192001,184397,'_transaction_id','39D73373XW293732P'),(192002,184397,'PayPal Transaction Fee','39.98'),(192003,184397,'_date_paid','1766381827'),(192004,184397,'_paid_date','2025-12-22 05:37:07'),(192005,184328,'_used_by','54'),(192008,184398,'_order_key','wc_order_vajHVQH1n3g17'),(192009,184398,'_customer_user','7'),(192010,184398,'_payment_method','paypal'),(192011,184398,'_payment_method_title','PayPal'),(192012,184398,'_customer_ip_address','35.132.85.249'),(192013,184398,'_customer_user_agent','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'),(192014,184398,'_created_via','checkout'),(192015,184398,'_cart_hash','146ce871e70100622d5e464b3e6c440d'),(192016,184398,'_download_permissions_granted','yes'),(192017,184398,'_recorded_sales','yes'),(192018,184398,'_recorded_coupon_usage_counts','yes'),(192019,184398,'_new_order_email_sent','true'),(192020,184398,'_order_stock_reduced','yes'),(192021,184398,'_billing_first_name','Amy'),(192022,184398,'_billing_last_name','Allen'),(192023,184398,'_billing_company','Lice Clinics Of America'),(192024,184398,'_billing_address_1','30 Hummingbird Court'),(192025,184398,'_billing_city','Hollister'),(192026,184398,'_billing_state','CA'),(192027,184398,'_billing_postcode','95023'),(192028,184398,'_billing_country','US'),(192029,184398,'_billing_email','lca.gilroy@gmail.com'),(192030,184398,'_billing_phone','4085005537'),(192031,184398,'_shipping_first_name','Amy'),(192032,184398,'_shipping_last_name','Allen'),(192033,184398,'_shipping_company','Lice Clinics Of America - Gilroy'),(192034,184398,'_shipping_address_1','7680 Monterey St Ste 104'),(192035,184398,'_shipping_city','Gilroy'),(192036,184398,'_shipping_state','CA'),(192037,184398,'_shipping_postcode','95020'),(192038,184398,'_shipping_country','US'),(192039,184398,'_order_currency','USD'),(192040,184398,'_cart_discount','89.53'),(192041,184398,'_cart_discount_tax','0'),(192042,184398,'_order_shipping','0'),(192043,184398,'_order_shipping_tax','0'),(192044,184398,'_order_tax','0'),(192045,184398,'_order_total','1701.07'),(192046,184398,'_order_version','10.4.3'),(192047,184398,'_prices_include_tax','no'),(192048,184398,'_billing_address_index','Amy Allen Lice Clinics Of America 30 Hummingbird Court  Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(192049,184398,'_shipping_address_index','Amy Allen Lice Clinics Of America - Gilroy 7680 Monterey St Ste 104  Gilroy CA 95020 US '),(192050,184398,'is_vat_exempt','no'),(192051,184398,'_order_number','4142'),(192052,184398,'_wc_order_attribution_source_type','typein'),(192053,184398,'_wc_order_attribution_utm_source','(direct)'),(192054,184398,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192055,184398,'_wc_order_attribution_session_start_time','2025-10-13 15:46:42'),(192056,184398,'_wc_order_attribution_session_pages','1'),(192057,184398,'_wc_order_attribution_session_count','5'),(192058,184398,'_wc_order_attribution_user_agent','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'),(192059,184398,'_wc_order_attribution_device_type','Desktop'),(192076,184398,'Payment type','instant'),(192077,184398,'_paypal_status','completed'),(192078,184398,'_transaction_id','2YT20304Y8924661X'),(192079,184398,'PayPal Transaction Fee','59.86'),(192080,184398,'_date_paid','1766427974'),(192081,184398,'_paid_date','2025-12-22 18:26:14'),(192082,184328,'_used_by','7'),(192084,184397,'_edit_lock','1766437940:2'),(192085,184397,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200650\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"bf2fa2eef6d41f8071a02f38e5e60e63\";}}'),(192086,184397,'_edit_last','2'),(192087,184397,'_date_completed','1766437934'),(192088,184397,'_completed_date','2025-12-22 21:12:14'),(192093,184399,'_order_key','wc_order_ZQN4GmfrPVZWY'),(192094,184399,'_customer_user','20'),(192095,184399,'_payment_method','paypal'),(192096,184399,'_payment_method_title','PayPal'),(192097,184399,'_customer_ip_address','198.72.181.87'),(192098,184399,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192099,184399,'_created_via','checkout'),(192100,184399,'_cart_hash','abece39f5d3e332be59ce8fc3251fb94'),(192101,184399,'_download_permissions_granted','yes'),(192102,184399,'_recorded_sales','yes'),(192103,184399,'_recorded_coupon_usage_counts','yes'),(192104,184399,'_new_order_email_sent','true'),(192105,184399,'_order_stock_reduced','yes'),(192106,184399,'_billing_first_name','Hasani'),(192107,184399,'_billing_last_name','Thompson'),(192108,184399,'_billing_company','Heat in Hair'),(192109,184399,'_billing_address_1','12840 Riverside Dr'),(192110,184399,'_billing_address_2','1D'),(192111,184399,'_billing_city','North Hollywood'),(192112,184399,'_billing_state','CA'),(192113,184399,'_billing_postcode','91607'),(192114,184399,'_billing_country','US'),(192115,184399,'_billing_email','info@liceclinicssantaclarita.com'),(192116,184399,'_billing_phone','6615850263'),(192117,184399,'_shipping_first_name','Hasani'),(192118,184399,'_shipping_last_name','Thompson'),(192119,184399,'_shipping_company','Heat in Hair'),(192120,184399,'_shipping_address_1','5145 Nightsky pl'),(192121,184399,'_shipping_city','5145 nightsky pl'),(192122,184399,'_shipping_state','CA'),(192123,184399,'_shipping_postcode','93552'),(192124,184399,'_shipping_country','US'),(192125,184399,'_order_currency','USD'),(192126,184399,'_cart_discount','40.25'),(192127,184399,'_cart_discount_tax','0'),(192128,184399,'_order_shipping','0'),(192129,184399,'_order_shipping_tax','0'),(192130,184399,'_order_tax','0'),(192131,184399,'_order_total','764.75'),(192132,184399,'_order_version','10.4.3'),(192133,184399,'_prices_include_tax','no'),(192134,184399,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(192135,184399,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(192136,184399,'is_vat_exempt','no'),(192137,184399,'_order_number','4143'),(192138,184399,'_wc_order_attribution_source_type','typein'),(192139,184399,'_wc_order_attribution_utm_source','(direct)'),(192140,184399,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192141,184399,'_wc_order_attribution_session_start_time','2025-12-22 22:12:27'),(192142,184399,'_wc_order_attribution_session_pages','8'),(192143,184399,'_wc_order_attribution_session_count','1'),(192144,184399,'_wc_order_attribution_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192145,184399,'_wc_order_attribution_device_type','Desktop'),(192149,184399,'Payment type','instant'),(192150,184399,'_paypal_status','completed'),(192151,184399,'_transaction_id','8XT13687N0449762U'),(192152,184399,'PayPal Transaction Fee','27.18'),(192153,184399,'_date_paid','1766443337'),(192154,184399,'_paid_date','2025-12-22 22:42:17'),(192155,184328,'_used_by','20'),(192160,184400,'_order_key','wc_order_nBcH5UKd6Gezf'),(192161,184400,'_customer_user','20'),(192162,184400,'_payment_method','paypal'),(192163,184400,'_payment_method_title','PayPal'),(192164,184400,'_customer_ip_address','172.116.123.146'),(192165,184400,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(192166,184400,'_created_via','checkout'),(192167,184400,'_cart_hash','c6947f88aaf5e175199df92838f96000'),(192168,184400,'_download_permissions_granted','yes'),(192169,184400,'_recorded_sales','yes'),(192170,184400,'_recorded_coupon_usage_counts','yes'),(192171,184400,'_new_order_email_sent','true'),(192172,184400,'_order_stock_reduced','yes'),(192173,184400,'_billing_first_name','Hasani'),(192174,184400,'_billing_last_name','Thompson'),(192175,184400,'_billing_company','Heat in Hair'),(192176,184400,'_billing_address_1','12840 Riverside Dr'),(192177,184400,'_billing_address_2','1D'),(192178,184400,'_billing_city','North Hollywood'),(192179,184400,'_billing_state','CA'),(192180,184400,'_billing_postcode','91607'),(192181,184400,'_billing_country','US'),(192182,184400,'_billing_email','info@liceclinicssantaclarita.com'),(192183,184400,'_billing_phone','6615850263'),(192184,184400,'_shipping_first_name','Hasani'),(192185,184400,'_shipping_last_name','Thompson'),(192186,184400,'_shipping_company','Heat in Hair'),(192187,184400,'_shipping_address_1','5145 Nightsky pl'),(192188,184400,'_shipping_city','5145 nightsky pl'),(192189,184400,'_shipping_state','CA'),(192190,184400,'_shipping_postcode','93552'),(192191,184400,'_shipping_country','US'),(192192,184400,'_order_currency','USD'),(192193,184400,'_cart_discount','26.39'),(192194,184400,'_cart_discount_tax','0'),(192195,184400,'_order_shipping','0'),(192196,184400,'_order_shipping_tax','0'),(192197,184400,'_order_tax','0'),(192198,184400,'_order_total','501.51'),(192199,184400,'_order_version','10.4.3'),(192200,184400,'_prices_include_tax','no'),(192201,184400,'_billing_address_index','Hasani Thompson Heat in Hair 12840 Riverside Dr 1D North Hollywood CA 91607 US info@liceclinicssantaclarita.com 6615850263'),(192202,184400,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky pl  5145 nightsky pl CA 93552 US '),(192203,184400,'is_vat_exempt','no'),(192204,184400,'_order_number','4144'),(192205,184400,'_wc_order_attribution_source_type','typein'),(192206,184400,'_wc_order_attribution_utm_source','(direct)'),(192207,184400,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192208,184400,'_wc_order_attribution_session_start_time','2025-12-08 17:09:23'),(192209,184400,'_wc_order_attribution_session_pages','10'),(192210,184400,'_wc_order_attribution_session_count','2'),(192211,184400,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36'),(192212,184400,'_wc_order_attribution_device_type','Desktop'),(192216,184400,'Payment type','instant'),(192217,184400,'_paypal_status','completed'),(192218,184400,'_transaction_id','4K677564WC434861X'),(192219,184400,'PayPal Transaction Fee','17.99'),(192220,184400,'_date_paid','1766469143'),(192221,184400,'_paid_date','2025-12-23 05:52:23'),(192222,184328,'_used_by','20'),(192224,184401,'_order_key','wc_order_bNm752V1JwiIQ'),(192225,184401,'_customer_user','92'),(192226,184401,'_payment_method','paypal'),(192227,184401,'_payment_method_title','PayPal'),(192228,184401,'_customer_ip_address','99.113.38.110'),(192229,184401,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192230,184401,'_created_via','checkout'),(192231,184401,'_cart_hash','60a4c73101c2ca50d7e396c7ced0d820'),(192232,184401,'_download_permissions_granted','yes'),(192233,184401,'_recorded_sales','yes'),(192234,184401,'_recorded_coupon_usage_counts','yes'),(192235,184401,'_new_order_email_sent','true'),(192236,184401,'_order_stock_reduced','yes'),(192237,184401,'_billing_first_name','Michelle'),(192238,184401,'_billing_last_name','Du'),(192239,184401,'_billing_company','LCA Fremont'),(192240,184401,'_billing_address_1','31372 Mackinaw Street'),(192241,184401,'_billing_city','Union City'),(192242,184401,'_billing_state','CA'),(192243,184401,'_billing_postcode','94587'),(192244,184401,'_billing_country','US'),(192245,184401,'_billing_email','liceclinicsfremont@gmail.com'),(192246,184401,'_billing_phone','510-770-4394'),(192247,184401,'_shipping_first_name','Michelle'),(192248,184401,'_shipping_last_name','Du'),(192249,184401,'_shipping_company','LCA Fremont'),(192250,184401,'_shipping_address_1','31372 Mackinaw Street'),(192251,184401,'_shipping_city','Union City'),(192252,184401,'_shipping_state','CA'),(192253,184401,'_shipping_postcode','94587'),(192254,184401,'_shipping_country','US'),(192255,184401,'_order_currency','USD'),(192256,184401,'_cart_discount','58.41'),(192257,184401,'_cart_discount_tax','0'),(192258,184401,'_order_shipping','0'),(192259,184401,'_order_shipping_tax','0'),(192260,184401,'_order_tax','0'),(192261,184401,'_order_total','1109.83'),(192262,184401,'_order_version','10.4.3'),(192263,184401,'_prices_include_tax','no'),(192264,184401,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US liceclinicsfremont@gmail.com 510-770-4394'),(192265,184401,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street  Union City CA 94587 US '),(192266,184401,'is_vat_exempt','no'),(192267,184401,'_order_number','4145'),(192268,184401,'_wc_order_attribution_source_type','typein'),(192269,184401,'_wc_order_attribution_utm_source','(direct)'),(192270,184401,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192271,184401,'_wc_order_attribution_session_start_time','2025-12-23 07:28:48'),(192272,184401,'_wc_order_attribution_session_pages','21'),(192273,184401,'_wc_order_attribution_session_count','1'),(192274,184401,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'),(192275,184401,'_wc_order_attribution_device_type','Desktop'),(192279,184401,'Payment type','instant'),(192280,184401,'_paypal_status','completed'),(192281,184401,'_transaction_id','1L739510J2670580H'),(192282,184401,'PayPal Transaction Fee','39.22'),(192283,184401,'_date_paid','1766478187'),(192284,184401,'_paid_date','2025-12-23 08:23:07'),(192285,184328,'_used_by','92'),(192292,184402,'_order_key','wc_order_kNd3zq2QKY0Pi'),(192293,184402,'_customer_user','5'),(192294,184402,'_payment_method','paypal'),(192295,184402,'_payment_method_title','PayPal'),(192296,184402,'_customer_ip_address','71.237.182.213'),(192297,184402,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192298,184402,'_created_via','checkout'),(192299,184402,'_cart_hash','8a9bf9b0942e27d91560cf7cfd8aa611'),(192300,184402,'_download_permissions_granted','yes'),(192301,184402,'_recorded_sales','yes'),(192302,184402,'_recorded_coupon_usage_counts','yes'),(192303,184402,'_new_order_email_sent','true'),(192304,184402,'_order_stock_reduced','yes'),(192305,184402,'_billing_first_name','Mark'),(192306,184402,'_billing_last_name','Meyer'),(192307,184402,'_billing_company','lice clinics of america- portland'),(192308,184402,'_billing_address_1','5201 SW Westgate Dr suite 106'),(192309,184402,'_billing_address_2','Suite 106'),(192310,184402,'_billing_city','portland'),(192311,184402,'_billing_state','OR'),(192312,184402,'_billing_postcode','97221'),(192313,184402,'_billing_country','US'),(192314,184402,'_billing_email','noemi.and.mark@nwliceclinics.com'),(192315,184402,'_billing_phone','15038012848'),(192316,184402,'_shipping_first_name','Mark'),(192317,184402,'_shipping_last_name','Meyer'),(192318,184402,'_shipping_company','lice clinics of america- portland'),(192319,184402,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(192320,184402,'_shipping_address_2','Suite 106'),(192321,184402,'_shipping_city','portland'),(192322,184402,'_shipping_state','OR'),(192323,184402,'_shipping_postcode','97221'),(192324,184402,'_shipping_country','US'),(192325,184402,'_order_currency','USD'),(192326,184402,'_cart_discount','202.64'),(192327,184402,'_cart_discount_tax','0'),(192328,184402,'_order_shipping','0'),(192329,184402,'_order_shipping_tax','0'),(192330,184402,'_order_tax','0'),(192331,184402,'_order_total','3850.17'),(192332,184402,'_order_version','10.4.3'),(192333,184402,'_prices_include_tax','no'),(192334,184402,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(192335,184402,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(192336,184402,'is_vat_exempt','no'),(192337,184402,'_order_number','4146'),(192338,184402,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:123.648;s:35:\"product_level_based_on_tax_settings\";d:123.648;s:10:\"cart_level\";d:0;s:5:\"total\";d:123.648;s:27:\"total_based_on_tax_settings\";d:123.648;}}'),(192339,184402,'_wc_order_attribution_source_type','typein'),(192340,184402,'_wc_order_attribution_utm_source','(direct)'),(192341,184402,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192342,184402,'_wc_order_attribution_session_start_time','2025-12-19 20:00:43'),(192343,184402,'_wc_order_attribution_session_pages','2'),(192344,184402,'_wc_order_attribution_session_count','2'),(192345,184402,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192346,184402,'_wc_order_attribution_device_type','Desktop'),(192350,184402,'Payment type','instant'),(192351,184402,'_paypal_status','completed'),(192352,184402,'_transaction_id','1RB41345H1975810H'),(192353,184402,'PayPal Transaction Fee','134.86'),(192354,184402,'_date_paid','1766526004'),(192355,184402,'_paid_date','2025-12-23 21:40:04'),(192356,184328,'_used_by','5'),(192357,184403,'_order_key','wc_order_bDNScC5Z7R6xz'),(192358,184403,'_customer_user','5'),(192359,184403,'_payment_method','paypal'),(192360,184403,'_payment_method_title','PayPal'),(192361,184403,'_customer_ip_address','71.237.182.213'),(192362,184403,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192363,184403,'_created_via','checkout'),(192364,184403,'_cart_hash','319670bddbb798bf41707613e2952ab0'),(192365,184403,'_download_permissions_granted','yes'),(192366,184403,'_recorded_sales','yes'),(192367,184403,'_recorded_coupon_usage_counts','yes'),(192368,184403,'_new_order_email_sent','true'),(192369,184403,'_order_stock_reduced','yes'),(192370,184403,'_billing_first_name','Mark'),(192371,184403,'_billing_last_name','Meyer'),(192372,184403,'_billing_company','lice clinics of america- portland'),(192373,184403,'_billing_address_1','5201 SW Westgate Dr suite 106'),(192374,184403,'_billing_address_2','Suite 106'),(192375,184403,'_billing_city','portland'),(192376,184403,'_billing_state','OR'),(192377,184403,'_billing_postcode','97221'),(192378,184403,'_billing_country','US'),(192379,184403,'_billing_email','noemi.and.mark@nwliceclinics.com'),(192380,184403,'_billing_phone','15038012848'),(192381,184403,'_shipping_first_name','Mark'),(192382,184403,'_shipping_last_name','Meyer'),(192383,184403,'_shipping_company','lice clinics of america- portland'),(192384,184403,'_shipping_address_1','5201 SW Westgate Dr suite 106'),(192385,184403,'_shipping_address_2','Suite 106'),(192386,184403,'_shipping_city','portland'),(192387,184403,'_shipping_state','OR'),(192388,184403,'_shipping_postcode','97221'),(192389,184403,'_shipping_country','US'),(192390,184403,'_order_currency','USD'),(192391,184403,'_cart_discount','168.63'),(192392,184403,'_cart_discount_tax','0'),(192393,184403,'_order_shipping','0'),(192394,184403,'_order_shipping_tax','0'),(192395,184403,'_order_tax','0'),(192396,184403,'_order_total','3203.98'),(192397,184403,'_order_version','10.4.3'),(192398,184403,'_prices_include_tax','no'),(192399,184403,'_billing_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US noemi.and.mark@nwliceclinics.com 15038012848'),(192400,184403,'_shipping_address_index','Mark Meyer lice clinics of america- portland 5201 SW Westgate Dr suite 106 Suite 106 portland OR 97221 US '),(192401,184403,'is_vat_exempt','no'),(192402,184403,'_order_number','4147'),(192403,184403,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:68.992000000000004;s:35:\"product_level_based_on_tax_settings\";d:68.992000000000004;s:10:\"cart_level\";d:0;s:5:\"total\";d:68.992000000000004;s:27:\"total_based_on_tax_settings\";d:68.992000000000004;}}'),(192404,184403,'_wc_order_attribution_source_type','typein'),(192405,184403,'_wc_order_attribution_utm_source','(direct)'),(192406,184403,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192407,184403,'_wc_order_attribution_session_start_time','2025-12-19 20:00:43'),(192408,184403,'_wc_order_attribution_session_pages','5'),(192409,184403,'_wc_order_attribution_session_count','3'),(192410,184403,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192411,184403,'_wc_order_attribution_device_type','Desktop'),(192415,184403,'Payment type','instant'),(192416,184403,'_paypal_status','completed'),(192417,184403,'_transaction_id','01686684YD325520T'),(192418,184403,'PayPal Transaction Fee','112.31'),(192419,184403,'_date_paid','1766527256'),(192420,184403,'_paid_date','2025-12-23 22:00:56'),(192421,184328,'_used_by','5'),(192428,184404,'_order_key','wc_order_BOXeQo4QNUg0d'),(192429,184404,'_customer_user','3'),(192430,184404,'_payment_method','paypal'),(192431,184404,'_payment_method_title','PayPal'),(192432,184404,'_customer_ip_address','99.22.146.124'),(192433,184404,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(192434,184404,'_created_via','checkout'),(192435,184404,'_cart_hash','85c6ac6c0af087a1eb4e5d12d111ca3e'),(192436,184404,'_download_permissions_granted','yes'),(192437,184404,'_recorded_sales','yes'),(192438,184404,'_recorded_coupon_usage_counts','yes'),(192439,184404,'_new_order_email_sent','true'),(192440,184404,'_order_stock_reduced','yes'),(192441,184404,'_billing_first_name','amanda'),(192442,184404,'_billing_last_name','westerman'),(192443,184404,'_billing_company','Lice Clinics of America'),(192444,184404,'_billing_address_1','3120 HUDSON XING'),(192445,184404,'_billing_address_2','Suite A2'),(192446,184404,'_billing_city','MCKINNEY'),(192447,184404,'_billing_state','TX'),(192448,184404,'_billing_postcode','75070'),(192449,184404,'_billing_country','US'),(192450,184404,'_billing_email','awesterman1103@gmail.com'),(192451,184404,'_billing_phone','12144175741'),(192452,184404,'_shipping_first_name','amanda'),(192453,184404,'_shipping_last_name','westerman'),(192454,184404,'_shipping_company','Lice Clinics of America Addison'),(192455,184404,'_shipping_address_1','4002 BELT LINE RD'),(192456,184404,'_shipping_address_2','Suite 140'),(192457,184404,'_shipping_city','Addison'),(192458,184404,'_shipping_state','TX'),(192459,184404,'_shipping_postcode','75001'),(192460,184404,'_shipping_country','US'),(192461,184404,'_order_currency','USD'),(192462,184404,'_cart_discount','25.34'),(192463,184404,'_cart_discount_tax','0'),(192464,184404,'_order_shipping','0'),(192465,184404,'_order_shipping_tax','0'),(192466,184404,'_order_tax','0'),(192467,184404,'_order_total','481.46'),(192468,184404,'_order_version','10.4.3'),(192469,184404,'_prices_include_tax','no'),(192470,184404,'_billing_address_index','amanda westerman Lice Clinics of America 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741');
INSERT INTO `wp_postmeta` VALUES (192471,184404,'_shipping_address_index','amanda westerman Lice Clinics of America Addison 4002 BELT LINE RD Suite 140 Addison TX 75001 US '),(192472,184404,'is_vat_exempt','no'),(192473,184404,'_order_number','4148'),(192474,184404,'_wc_order_attribution_source_type','typein'),(192475,184404,'_wc_order_attribution_utm_source','(direct)'),(192476,184404,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192477,184404,'_wc_order_attribution_session_start_time','2025-12-23 17:52:01'),(192478,184404,'_wc_order_attribution_session_pages','2'),(192479,184404,'_wc_order_attribution_session_count','2'),(192480,184404,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(192481,184404,'_wc_order_attribution_device_type','Desktop'),(192485,184404,'Payment type','instant'),(192486,184404,'_paypal_status','completed'),(192487,184404,'_transaction_id','6XT76173A7553162B'),(192488,184404,'PayPal Transaction Fee','17.29'),(192489,184404,'_date_paid','1766582872'),(192490,184404,'_paid_date','2025-12-24 13:27:52'),(192491,184328,'_used_by','3'),(192492,184405,'_order_key','wc_order_GQbRtdNLfo2fW'),(192493,184405,'_customer_user','76'),(192494,184405,'_payment_method','paypal'),(192495,184405,'_payment_method_title','PayPal'),(192496,184405,'_customer_ip_address','73.4.217.219'),(192497,184405,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192498,184405,'_created_via','checkout'),(192499,184405,'_cart_hash','2ce3de7599313da33a247fde96f6d740'),(192500,184405,'_download_permissions_granted','yes'),(192501,184405,'_recorded_sales','yes'),(192502,184405,'_recorded_coupon_usage_counts','yes'),(192503,184405,'_new_order_email_sent','true'),(192504,184405,'_order_stock_reduced','yes'),(192505,184405,'_billing_first_name','Naomi'),(192506,184405,'_billing_last_name','Golden'),(192507,184405,'_billing_address_1','31 Mann Ave'),(192508,184405,'_billing_city','Needham'),(192509,184405,'_billing_state','MA'),(192510,184405,'_billing_postcode','02492'),(192511,184405,'_billing_country','US'),(192512,184405,'_billing_email','nrgolden6486@gmail.com'),(192513,184405,'_billing_phone','6178511322'),(192514,184405,'_shipping_first_name','Naomi'),(192515,184405,'_shipping_last_name','Golden'),(192516,184405,'_shipping_company','Lice Clinics of America'),(192517,184405,'_shipping_address_1','60 Dedham Ave'),(192518,184405,'_shipping_address_2','Suite 201'),(192519,184405,'_shipping_city','Needham'),(192520,184405,'_shipping_state','MA'),(192521,184405,'_shipping_postcode','02492'),(192522,184405,'_shipping_country','US'),(192523,184405,'_order_currency','USD'),(192524,184405,'_cart_discount','31.35'),(192525,184405,'_cart_discount_tax','0'),(192526,184405,'_order_shipping','0'),(192527,184405,'_order_shipping_tax','0'),(192528,184405,'_order_tax','0'),(192529,184405,'_order_total','595.65'),(192530,184405,'_order_version','10.4.3'),(192531,184405,'_prices_include_tax','no'),(192532,184405,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(192533,184405,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave Suite 201 Needham MA 02492 US '),(192534,184405,'is_vat_exempt','no'),(192535,184405,'_order_number','4149'),(192536,184405,'_wc_order_attribution_source_type','typein'),(192537,184405,'_wc_order_attribution_utm_source','(direct)'),(192538,184405,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/'),(192539,184405,'_wc_order_attribution_session_start_time','2025-12-15 14:18:40'),(192540,184405,'_wc_order_attribution_session_pages','5'),(192541,184405,'_wc_order_attribution_session_count','5'),(192542,184405,'_wc_order_attribution_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15'),(192543,184405,'_wc_order_attribution_device_type','Desktop'),(192547,184405,'Payment type','instant'),(192548,184405,'_paypal_status','completed'),(192549,184405,'_transaction_id','2P327352GH724993K'),(192550,184405,'PayPal Transaction Fee','21.28'),(192551,184405,'_date_paid','1766587006'),(192552,184405,'_paid_date','2025-12-24 14:36:46'),(192553,184328,'_used_by','76'),(192557,184406,'_order_key','wc_order_T3JCwvhzLYlFE'),(192558,184406,'_customer_user','76'),(192559,184406,'_payment_method','paypal'),(192560,184406,'_payment_method_title','PayPal'),(192561,184406,'_customer_ip_address','73.4.217.219'),(192562,184406,'_customer_user_agent','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'),(192563,184406,'_created_via','checkout'),(192564,184406,'_cart_hash','6d4d6df30f8a6d1d97a5250c5d5a0ba9'),(192565,184406,'_download_permissions_granted','yes'),(192566,184406,'_recorded_sales','yes'),(192567,184406,'_recorded_coupon_usage_counts','yes'),(192568,184406,'_new_order_email_sent','true'),(192569,184406,'_order_stock_reduced','yes'),(192570,184406,'_billing_first_name','Naomi'),(192571,184406,'_billing_last_name','Golden'),(192572,184406,'_billing_address_1','31 Mann Ave'),(192573,184406,'_billing_city','Needham'),(192574,184406,'_billing_state','MA'),(192575,184406,'_billing_postcode','02492'),(192576,184406,'_billing_country','US'),(192577,184406,'_billing_email','nrgolden6486@gmail.com'),(192578,184406,'_billing_phone','6178511322'),(192579,184406,'_shipping_first_name','Naomi'),(192580,184406,'_shipping_last_name','Golden'),(192581,184406,'_shipping_company','Lice Clinics of America'),(192582,184406,'_shipping_address_1','60 Dedham Ave'),(192583,184406,'_shipping_address_2','Suite 201'),(192584,184406,'_shipping_city','Needham'),(192585,184406,'_shipping_state','MA'),(192586,184406,'_shipping_postcode','02492'),(192587,184406,'_shipping_country','US'),(192588,184406,'_order_currency','USD'),(192589,184406,'_cart_discount','456.63'),(192590,184406,'_cart_discount_tax','0'),(192591,184406,'_order_shipping','0'),(192592,184406,'_order_shipping_tax','0'),(192593,184406,'_order_tax','0'),(192594,184406,'_order_total','8675.97'),(192595,184406,'_order_version','10.4.3'),(192596,184406,'_prices_include_tax','no'),(192597,184406,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(192598,184406,'_shipping_address_index','Naomi Golden Lice Clinics of America 60 Dedham Ave Suite 201 Needham MA 02492 US '),(192599,184406,'is_vat_exempt','no'),(192600,184406,'_order_number','4150'),(192601,184406,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:687.39999999999998;s:35:\"product_level_based_on_tax_settings\";d:687.39999999999998;s:10:\"cart_level\";d:0;s:5:\"total\";d:687.39999999999998;s:27:\"total_based_on_tax_settings\";d:687.39999999999998;}}'),(192602,184406,'_wc_order_attribution_source_type','typein'),(192603,184406,'_wc_order_attribution_utm_source','(direct)'),(192604,184406,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192605,184406,'_wc_order_attribution_session_start_time','2025-12-28 15:49:08'),(192606,184406,'_wc_order_attribution_session_pages','19'),(192607,184406,'_wc_order_attribution_session_count','1'),(192608,184406,'_wc_order_attribution_user_agent','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'),(192609,184406,'_wc_order_attribution_device_type','Desktop'),(192613,184406,'Payment type','instant'),(192614,184406,'_paypal_status','completed'),(192615,184406,'_transaction_id','85B08646BK6356140'),(192616,184406,'PayPal Transaction Fee','303.28'),(192617,184406,'_date_paid','1766938635'),(192618,184406,'_paid_date','2025-12-28 16:17:15'),(192619,184328,'_used_by','76'),(192620,184407,'_order_key','wc_order_eetAaMIbep4m0'),(192621,184407,'_customer_user','76'),(192622,184407,'_payment_method','paypal'),(192623,184407,'_payment_method_title','PayPal'),(192624,184407,'_customer_ip_address','73.4.217.219'),(192625,184407,'_customer_user_agent','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'),(192626,184407,'_created_via','checkout'),(192627,184407,'_cart_hash','7afb0aae5c9ac6ccbac4fa69b690432b'),(192628,184407,'_download_permissions_granted','yes'),(192629,184407,'_recorded_sales','yes'),(192630,184407,'_recorded_coupon_usage_counts','yes'),(192631,184407,'_new_order_email_sent','true'),(192632,184407,'_order_stock_reduced','yes'),(192633,184407,'_billing_first_name','Naomi'),(192634,184407,'_billing_last_name','Golden'),(192635,184407,'_billing_address_1','31 Mann Ave'),(192636,184407,'_billing_city','Needham'),(192637,184407,'_billing_state','MA'),(192638,184407,'_billing_postcode','02492'),(192639,184407,'_billing_country','US'),(192640,184407,'_billing_email','nrgolden6486@gmail.com'),(192641,184407,'_billing_phone','6178511322'),(192642,184407,'_shipping_first_name','Naomi'),(192643,184407,'_shipping_last_name','Golden'),(192644,184407,'_shipping_address_1','31 Mann Ave'),(192645,184407,'_shipping_city','Needham'),(192646,184407,'_shipping_state','MA'),(192647,184407,'_shipping_postcode','02492'),(192648,184407,'_shipping_country','US'),(192649,184407,'_order_currency','USD'),(192650,184407,'_cart_discount','63.7'),(192651,184407,'_cart_discount_tax','0'),(192652,184407,'_order_shipping','0'),(192653,184407,'_order_shipping_tax','0'),(192654,184407,'_order_tax','0'),(192655,184407,'_order_total','1210.40'),(192656,184407,'_order_version','10.4.3'),(192657,184407,'_prices_include_tax','no'),(192658,184407,'_billing_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US nrgolden6486@gmail.com 6178511322'),(192659,184407,'_shipping_address_index','Naomi Golden  31 Mann Ave  Needham MA 02492 US '),(192660,184407,'is_vat_exempt','no'),(192661,184407,'_order_number','4151'),(192662,184407,'_wdr_discounts','a:3:{s:13:\"free_shipping\";b:0;s:14:\"cart_discounts\";a:0:{}s:12:\"saved_amount\";a:5:{s:13:\"product_level\";d:95.900000000000006;s:35:\"product_level_based_on_tax_settings\";d:95.900000000000006;s:10:\"cart_level\";d:0;s:5:\"total\";d:95.900000000000006;s:27:\"total_based_on_tax_settings\";d:95.900000000000006;}}'),(192663,184407,'_wc_order_attribution_source_type','typein'),(192664,184407,'_wc_order_attribution_utm_source','(direct)'),(192665,184407,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192666,184407,'_wc_order_attribution_session_start_time','2025-12-28 15:49:08'),(192667,184407,'_wc_order_attribution_session_pages','39'),(192668,184407,'_wc_order_attribution_session_count','1'),(192669,184407,'_wc_order_attribution_user_agent','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'),(192670,184407,'_wc_order_attribution_device_type','Desktop'),(192674,184407,'Payment type','instant'),(192675,184407,'_paypal_status','completed'),(192676,184407,'_transaction_id','6VM52723P4659034A'),(192677,184407,'PayPal Transaction Fee','42.73'),(192678,184407,'_date_paid','1766939186'),(192679,184407,'_paid_date','2025-12-28 16:26:26'),(192680,184328,'_used_by','76'),(192681,184408,'_order_key','wc_order_7lw1zLnEiECkm'),(192682,184408,'_customer_user','6'),(192683,184408,'_payment_method','paypal'),(192684,184408,'_payment_method_title','PayPal'),(192685,184408,'_customer_ip_address','74.14.25.4'),(192686,184408,'_customer_user_agent','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'),(192687,184408,'_created_via','checkout'),(192688,184408,'_cart_hash','ae6f21ebd3c5ab01c178b86d55af690c'),(192689,184408,'_download_permissions_granted','no'),(192690,184408,'_recorded_sales','no'),(192691,184408,'_recorded_coupon_usage_counts','no'),(192692,184408,'_new_order_email_sent','false'),(192693,184408,'_order_stock_reduced','no'),(192694,184408,'_billing_first_name','Amira'),(192695,184408,'_billing_last_name','Purto'),(192696,184408,'_billing_address_1','2520 Chandon Circle'),(192697,184408,'_billing_city','Modesto'),(192698,184408,'_billing_state','CA'),(192699,184408,'_billing_postcode','95355'),(192700,184408,'_billing_country','US'),(192701,184408,'_billing_email','amira77@sbcglobal.net'),(192702,184408,'_billing_phone','2096422061'),(192703,184408,'_shipping_first_name','Amira'),(192704,184408,'_shipping_last_name','Purto'),(192705,184408,'_shipping_address_1','316 W. Union Ave'),(192706,184408,'_shipping_city','Modesto'),(192707,184408,'_shipping_state','CA'),(192708,184408,'_shipping_postcode','95356'),(192709,184408,'_shipping_country','US'),(192710,184408,'_order_currency','USD'),(192711,184408,'_cart_discount','59.39'),(192712,184408,'_cart_discount_tax','0'),(192713,184408,'_order_shipping','0'),(192714,184408,'_order_shipping_tax','0'),(192715,184408,'_order_tax','0'),(192716,184408,'_order_total','1128.41'),(192717,184408,'_order_version','10.4.3'),(192718,184408,'_prices_include_tax','no'),(192719,184408,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(192720,184408,'_shipping_address_index','Amira Purto  316 W. Union Ave  Modesto CA 95356 US '),(192721,184408,'is_vat_exempt','no'),(192722,184408,'_order_number','4152'),(192723,184408,'_wc_order_attribution_source_type','typein'),(192724,184408,'_wc_order_attribution_utm_source','(direct)'),(192725,184408,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192726,184408,'_wc_order_attribution_session_start_time','2025-12-28 17:28:35'),(192727,184408,'_wc_order_attribution_session_pages','6'),(192728,184408,'_wc_order_attribution_session_count','1'),(192729,184408,'_wc_order_attribution_user_agent','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'),(192730,184408,'_wc_order_attribution_device_type','Desktop'),(192734,184409,'_order_key','wc_order_pQHQCgQv9yz4Q'),(192735,184409,'_customer_user','6'),(192736,184409,'_payment_method','paypal'),(192737,184409,'_payment_method_title','PayPal'),(192738,184409,'_customer_ip_address','74.14.25.4'),(192739,184409,'_customer_user_agent','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'),(192740,184409,'_created_via','checkout'),(192741,184409,'_cart_hash','ae6f21ebd3c5ab01c178b86d55af690c'),(192742,184409,'_download_permissions_granted','yes'),(192743,184409,'_recorded_sales','yes'),(192744,184409,'_recorded_coupon_usage_counts','yes'),(192745,184409,'_new_order_email_sent','true'),(192746,184409,'_order_stock_reduced','yes'),(192747,184409,'_billing_first_name','Amira'),(192748,184409,'_billing_last_name','Purto'),(192749,184409,'_billing_address_1','2520 Chandon Circle'),(192750,184409,'_billing_city','Modesto'),(192751,184409,'_billing_state','CA'),(192752,184409,'_billing_postcode','95355'),(192753,184409,'_billing_country','US'),(192754,184409,'_billing_email','amira77@sbcglobal.net'),(192755,184409,'_billing_phone','2096422061'),(192756,184409,'_shipping_first_name','Amira'),(192757,184409,'_shipping_last_name','Purto'),(192758,184409,'_shipping_address_1','316 W. Union Ave'),(192759,184409,'_shipping_city','Modesto'),(192760,184409,'_shipping_state','CA'),(192761,184409,'_shipping_postcode','95356'),(192762,184409,'_shipping_country','US'),(192763,184409,'_order_currency','USD'),(192764,184409,'_cart_discount','59.39'),(192765,184409,'_cart_discount_tax','0'),(192766,184409,'_order_shipping','0'),(192767,184409,'_order_shipping_tax','0'),(192768,184409,'_order_tax','0'),(192769,184409,'_order_total','1128.41'),(192770,184409,'_order_version','10.4.3'),(192771,184409,'_prices_include_tax','no'),(192772,184409,'_billing_address_index','Amira Purto  2520 Chandon Circle  Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(192773,184409,'_shipping_address_index','Amira Purto  316 W. Union Ave  Modesto CA 95356 US '),(192774,184409,'is_vat_exempt','no'),(192775,184409,'_order_number','4153'),(192776,184409,'_wc_order_attribution_source_type','typein'),(192777,184409,'_wc_order_attribution_utm_source','(direct)'),(192778,184409,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192779,184409,'_wc_order_attribution_session_start_time','2025-12-28 17:28:35'),(192780,184409,'_wc_order_attribution_session_pages','8'),(192781,184409,'_wc_order_attribution_session_count','1'),(192782,184409,'_wc_order_attribution_user_agent','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'),(192783,184409,'_wc_order_attribution_device_type','Desktop'),(192787,184409,'Payment type','instant'),(192788,184409,'_paypal_status','completed'),(192789,184409,'_transaction_id','13X61186R3796373K'),(192790,184409,'PayPal Transaction Fee','39.87'),(192791,184409,'_date_paid','1766943851'),(192792,184409,'_paid_date','2025-12-28 17:44:11'),(192793,184328,'_used_by','6'),(192794,184410,'_order_key','wc_order_RDBXiZgcLQCwI'),(192795,184410,'_customer_user','65'),(192796,184410,'_payment_method','paypal'),(192797,184410,'_payment_method_title','PayPal'),(192798,184410,'_customer_ip_address','76.106.234.193'),(192799,184410,'_customer_user_agent','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'),(192800,184410,'_created_via','checkout'),(192801,184410,'_cart_hash','06c876bc1255303c3cbd46340a16776b'),(192802,184410,'_download_permissions_granted','no'),(192803,184410,'_recorded_sales','no'),(192804,184410,'_recorded_coupon_usage_counts','no'),(192805,184410,'_new_order_email_sent','false'),(192806,184410,'_order_stock_reduced','no'),(192807,184410,'_billing_first_name','Mandy'),(192808,184410,'_billing_last_name','Ottesen'),(192809,184410,'_billing_company','Fresh Heads'),(192810,184410,'_billing_address_1','175 Dahlia Falls Drive'),(192811,184410,'_billing_city','St Johns'),(192812,184410,'_billing_state','FL'),(192813,184410,'_billing_postcode','32259'),(192814,184410,'_billing_country','US'),(192815,184410,'_billing_email','mandy@freshheadsliceremoval.com'),(192816,184410,'_billing_phone','9042353157'),(192817,184410,'_shipping_first_name','Mandy'),(192818,184410,'_shipping_last_name','Ottesen'),(192819,184410,'_shipping_address_1','13241 Bartram Park Blvd'),(192820,184410,'_shipping_address_2','1801'),(192821,184410,'_shipping_city','Jacksonville'),(192822,184410,'_shipping_state','FL'),(192823,184410,'_shipping_postcode','32258'),(192824,184410,'_shipping_country','US'),(192825,184410,'_order_currency','USD'),(192826,184410,'_cart_discount','36.66'),(192827,184410,'_cart_discount_tax','0'),(192828,184410,'_order_shipping','0'),(192829,184410,'_order_shipping_tax','0'),(192830,184410,'_order_tax','0'),(192831,184410,'_order_total','696.54'),(192832,184410,'_order_version','10.4.3'),(192833,184410,'_prices_include_tax','no'),(192834,184410,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(192835,184410,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(192836,184410,'is_vat_exempt','no'),(192837,184410,'_order_number','4154'),(192838,184410,'_wc_order_attribution_source_type','typein'),(192839,184410,'_wc_order_attribution_utm_source','(direct)'),(192840,184410,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192841,184410,'_wc_order_attribution_session_start_time','2025-11-28 16:58:26'),(192842,184410,'_wc_order_attribution_session_pages','4'),(192843,184410,'_wc_order_attribution_session_count','2'),(192844,184410,'_wc_order_attribution_user_agent','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'),(192845,184410,'_wc_order_attribution_device_type','Desktop'),(192849,184411,'_order_key','wc_order_gZgqvkcSTImoD'),(192850,184411,'_customer_user','65'),(192851,184411,'_payment_method','paypal'),(192852,184411,'_payment_method_title','PayPal'),(192853,184411,'_customer_ip_address','76.106.234.193'),(192854,184411,'_customer_user_agent','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'),(192855,184411,'_created_via','checkout'),(192856,184411,'_cart_hash','06c876bc1255303c3cbd46340a16776b'),(192857,184411,'_download_permissions_granted','yes'),(192858,184411,'_recorded_sales','yes'),(192859,184411,'_recorded_coupon_usage_counts','yes'),(192860,184411,'_new_order_email_sent','true'),(192861,184411,'_order_stock_reduced','yes'),(192862,184411,'_billing_first_name','Mandy'),(192863,184411,'_billing_last_name','Ottesen'),(192864,184411,'_billing_company','Fresh Heads'),(192865,184411,'_billing_address_1','175 Dahlia Falls Drive'),(192866,184411,'_billing_city','St Johns'),(192867,184411,'_billing_state','FL'),(192868,184411,'_billing_postcode','32259'),(192869,184411,'_billing_country','US'),(192870,184411,'_billing_email','mandy@freshheadsliceremoval.com'),(192871,184411,'_billing_phone','9042353157'),(192872,184411,'_shipping_first_name','Mandy'),(192873,184411,'_shipping_last_name','Ottesen'),(192874,184411,'_shipping_address_1','13241 Bartram Park Blvd'),(192875,184411,'_shipping_address_2','1801'),(192876,184411,'_shipping_city','Jacksonville'),(192877,184411,'_shipping_state','FL'),(192878,184411,'_shipping_postcode','32258'),(192879,184411,'_shipping_country','US'),(192880,184411,'_order_currency','USD'),(192881,184411,'_cart_discount','36.66'),(192882,184411,'_cart_discount_tax','0'),(192883,184411,'_order_shipping','0'),(192884,184411,'_order_shipping_tax','0'),(192885,184411,'_order_tax','0'),(192886,184411,'_order_total','696.54'),(192887,184411,'_order_version','10.4.3'),(192888,184411,'_prices_include_tax','no'),(192889,184411,'_billing_address_index','Mandy Ottesen Fresh Heads 175 Dahlia Falls Drive  St Johns FL 32259 US mandy@freshheadsliceremoval.com 9042353157'),(192890,184411,'_shipping_address_index','Mandy Ottesen  13241 Bartram Park Blvd 1801 Jacksonville FL 32258 US '),(192891,184411,'is_vat_exempt','no'),(192892,184411,'_order_number','4155'),(192893,184411,'_wc_order_attribution_source_type','typein'),(192894,184411,'_wc_order_attribution_utm_source','(direct)'),(192895,184411,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192896,184411,'_wc_order_attribution_session_start_time','2025-11-28 16:58:26'),(192897,184411,'_wc_order_attribution_session_pages','8'),(192898,184411,'_wc_order_attribution_session_count','2'),(192899,184411,'_wc_order_attribution_user_agent','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'),(192900,184411,'_wc_order_attribution_device_type','Desktop'),(192904,184411,'Payment type','instant'),(192905,184411,'_paypal_status','completed'),(192906,184411,'_transaction_id','6S8291029Y4818402'),(192907,184411,'PayPal Transaction Fee','24.80'),(192908,184411,'_date_paid','1766947063'),(192909,184411,'_paid_date','2025-12-28 18:37:43'),(192910,184328,'_used_by','65'),(192912,184412,'_order_key','wc_order_43iEGQoOB15cX'),(192913,184412,'_customer_user','3'),(192914,184412,'_payment_method','paypal'),(192915,184412,'_payment_method_title','PayPal'),(192916,184412,'_customer_ip_address','99.22.146.124'),(192917,184412,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(192918,184412,'_created_via','checkout'),(192919,184412,'_cart_hash','e1007d80d705a227f0df05321a816a73'),(192920,184412,'_download_permissions_granted','yes'),(192921,184412,'_recorded_sales','yes'),(192922,184412,'_recorded_coupon_usage_counts','yes'),(192923,184412,'_new_order_email_sent','true'),(192924,184412,'_order_stock_reduced','yes'),(192925,184412,'_billing_first_name','amanda'),(192926,184412,'_billing_last_name','westerman'),(192927,184412,'_billing_company','Lice Clinics of America'),(192928,184412,'_billing_address_1','3120 HUDSON XING'),(192929,184412,'_billing_address_2','Suite A2'),(192930,184412,'_billing_city','MCKINNEY'),(192931,184412,'_billing_state','TX'),(192932,184412,'_billing_postcode','75070'),(192933,184412,'_billing_country','US'),(192934,184412,'_billing_email','awesterman1103@gmail.com'),(192935,184412,'_billing_phone','12144175741'),(192936,184412,'_shipping_first_name','amanda'),(192937,184412,'_shipping_last_name','westerman'),(192938,184412,'_shipping_company','Lice Clinics of America McKinney'),(192939,184412,'_shipping_address_1','3120 HUDSON XING'),(192940,184412,'_shipping_address_2','Suite A2'),(192941,184412,'_shipping_city','MCKINNEY'),(192942,184412,'_shipping_state','TX'),(192943,184412,'_shipping_postcode','75070'),(192944,184412,'_shipping_country','US'),(192945,184412,'_order_currency','USD'),(192946,184412,'_cart_discount','38.71'),(192947,184412,'_cart_discount_tax','0'),(192948,184412,'_order_shipping','0'),(192949,184412,'_order_shipping_tax','0'),(192950,184412,'_order_tax','0'),(192951,184412,'_order_total','735.59'),(192952,184412,'_order_version','10.4.3'),(192953,184412,'_prices_include_tax','no'),(192954,184412,'_billing_address_index','amanda westerman Lice Clinics of America 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 12144175741'),(192955,184412,'_shipping_address_index','amanda westerman Lice Clinics of America McKinney 3120 HUDSON XING Suite A2 MCKINNEY TX 75070 US '),(192956,184412,'is_vat_exempt','no'),(192957,184412,'_order_number','4156'),(192958,184412,'_wc_order_attribution_source_type','typein'),(192959,184412,'_wc_order_attribution_utm_source','(direct)'),(192960,184412,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(192961,184412,'_wc_order_attribution_session_start_time','2025-12-29 12:59:10'),(192962,184412,'_wc_order_attribution_session_pages','10'),(192963,184412,'_wc_order_attribution_session_count','1'),(192964,184412,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(192965,184412,'_wc_order_attribution_device_type','Desktop'),(192969,184412,'Payment type','instant'),(192970,184412,'_paypal_status','completed'),(192971,184412,'_transaction_id','5JW74544105843845'),(192972,184412,'PayPal Transaction Fee','26.16'),(192973,184412,'_date_paid','1767014527'),(192974,184412,'_paid_date','2025-12-29 13:22:07'),(192975,184328,'_used_by','3'),(192976,184402,'_edit_lock','1767021637:2'),(192977,184402,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200992\";s:12:\"date_shipped\";s:10:\"1766707200\";s:11:\"tracking_id\";s:32:\"3e4d659f3d8fc98d3b40e62763ffbc6c\";}}'),(192978,184402,'_edit_last','2'),(192979,184402,'_date_completed','1767021616'),(192980,184402,'_completed_date','2025-12-29 15:20:16'),(192981,184405,'_edit_lock','1767021529:2'),(192982,184405,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201164\";s:12:\"date_shipped\";s:10:\"1766707200\";s:11:\"tracking_id\";s:32:\"7d659e5ecfdfb29ac6e6aef364ffea0b\";}}'),(192983,184405,'_edit_last','2'),(192984,184405,'_date_completed','1767021666'),(192985,184405,'_completed_date','2025-12-29 15:21:06'),(192986,184403,'_edit_lock','1767021737:2'),(192987,184403,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201072\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"b5e4596c26e22360d087f401eac0f096\";}}'),(192988,184403,'_edit_last','2'),(192989,184403,'_date_completed','1767021722'),(192990,184403,'_completed_date','2025-12-29 15:22:02'),(192991,184404,'_edit_lock','1767021784:2'),(192992,184404,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201142\";s:12:\"date_shipped\";s:10:\"1766707200\";s:11:\"tracking_id\";s:32:\"bc96dee9a32150a9d2eb49da40585b0b\";}}'),(192993,184404,'_edit_last','2'),(192994,184404,'_date_completed','1767021778'),(192995,184404,'_completed_date','2025-12-29 15:22:58'),(192996,11,'_elementor_css','a:6:{s:4:\"time\";i:1767026290;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(192997,115,'_elementor_page_assets','a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:27:\"widget-woocommerce-products\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(192998,115,'_elementor_css','a:6:{s:4:\"time\";i:1767026290;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(192999,112,'_elementor_page_assets','a:2:{s:6:\"styles\";a:3:{i:0;s:12:\"widget-image\";i:1;s:15:\"widget-nav-menu\";i:2;s:8:\"e-sticky\";}s:7:\"scripts\";a:3:{i:0;s:18:\"elementor-frontend\";i:1;s:10:\"smartmenus\";i:2;s:8:\"e-sticky\";}}'),(193000,184,'_elementor_page_assets','a:2:{s:6:\"styles\";a:1:{i:0;s:12:\"widget-image\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(193001,112,'_elementor_css','a:6:{s:4:\"time\";i:1767026290;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"80d7a2f\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(193002,184,'_elementor_css','a:6:{s:4:\"time\";i:1767026290;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"4ab7a4c\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(193003,112,'_elementor_element_cache','{\"timeout\":1767112690,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-d22b0cd e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d22b0cd\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;sticky&quot;:&quot;top&quot;,&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjgwZDdhMmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZSI6eyJpZCI6MzU3NywidXJsIjoiaHR0cHM6XC9cL2xjYXBvcnRhbHN0b3JlZy5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjFcLzAzXC9MQ0EtSG9yaXpvbnRhbC1Mb2dvX1JHQi5wbmciLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5Iiwic2l6ZSI6IiJ9LCJpbWFnZV9zaXplIjoiZnVsbCIsImFsaWduIjoibGVmdCIsImxpbmtfdG8iOiJjdXN0b20iLCJfX2R5bmFtaWNfXyI6eyJsaW5rIjoiW2VsZW1lbnRvci10YWcgaWQ9XCIwYThmOGU5XCIgbmFtZT1cInNpdGUtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MjMuOTAyOTk5OTk5OTk5OTk5fSwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaW1hZ2UifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImYyMTY2NWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJhbGlnbl9pdGVtcyI6InJpZ2h0IiwicG9pbnRlciI6InRleHQiLCJhbmltYXRpb25fdGV4dCI6ImZsb2F0IiwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiOTAwIiwiY29sb3JfbWVudV9pdGVtIjoiIzRFNTI1NiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiMzRDQwNDIiLCJwb2ludGVyX2NvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiMwMDAwMDAiLCJjb2xvcl9tZW51X2l0ZW1fYWN0aXZlIjoiIzVCQzUwMCIsInBvaW50ZXJfY29sb3JfbWVudV9pdGVtX2FjdGl2ZSI6IiMwMDAwMDAiLCJwb2ludGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOiIxIiwic2l6ZXMiOltdfSwicGFkZGluZ19ob3Jpem9udGFsX21lbnVfaXRlbSI6eyJ1bml0IjoicHgiLCJzaXplIjoiMjAiLCJzaXplcyI6W119LCJtZW51X3NwYWNlX2JldHdlZW4iOnsidW5pdCI6InB4Iiwic2l6ZSI6IjUiLCJzaXplcyI6W119LCJkcm9wZG93biI6Im1vYmlsZSIsIm1lbnVfdHlwb2dyYXBoeV9mb250X3NpemVfdGFibGV0Ijp7InVuaXQiOiJweCIsInNpemUiOiIxNCIsInNpemVzIjpbXX0sIm1lbnVfc3BhY2VfYmV0d2Vlbl90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjAiLCJzaXplcyI6W119LCJmdWxsX3dpZHRoIjoic3RyZXRjaCIsInRleHRfYWxpZ24iOiJjZW50ZXIiLCJ0b2dnbGVfYWxpZ24iOiJyaWdodCIsImNvbG9yX2Ryb3Bkb3duX2l0ZW0iOiIjMDAwMDAwIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtIjoiI0ZGRkZGRiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1faG92ZXIiOiIjOUU5RTlFIiwiYmFja2dyb3VuZF9jb2xvcl9kcm9wZG93bl9pdGVtX2hvdmVyIjoiI0ZGRkZGRiIsImNvbG9yX2Ryb3Bkb3duX2l0ZW1fYWN0aXZlIjoiIzlFOUU5RSIsInBhZGRpbmdfdmVydGljYWxfZHJvcGRvd25faXRlbV9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjIyIiwic2l6ZXMiOltdfSwiZHJvcGRvd25fZGl2aWRlcl9ib3JkZXIiOiJzb2xpZCIsImRyb3Bkb3duX2RpdmlkZXJfY29sb3IiOiIjRTBFMEUwIiwiZHJvcGRvd25fZGl2aWRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJzaXplIjoiMSIsInNpemVzIjpbXX0sInRvZ2dsZV9jb2xvciI6IiMwMDAwMDAiLCJ0b2dnbGVfYmFja2dyb3VuZF9jb2xvciI6IiNGRkZGRkYiLCJ0b2dnbGVfY29sb3JfaG92ZXIiOiIjMDAwMDAwIiwidG9nZ2xlX3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6IjIwIiwic2l6ZXMiOltdfSwibWVudSI6Im1haW4tbWVudSIsImluZGljYXRvciI6InBsdXMiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJzdWJtZW51X2ljb24iOnsidmFsdWUiOiJmYXMgZS1wbHVzLWljb24iLCJsaWJyYXJ5IjoiIn0sIm1lbnVfbmFtZSI6Ik1lbnUiLCJfZmxleF9zaXplIjoiZ3JvdyIsIl9fZ2xvYmFsc19fIjp7ImNvbG9yX21lbnVfaXRlbSI6IiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2LW1lbnUifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(193004,115,'_elementor_element_cache','{\"timeout\":1767112690,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-b1f5c3b elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"b1f5c3b\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-e2f7a0b elementor-widget elementor-widget-heading\\\" data-id=\\\"e2f7a0b\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">NEW VOLUME DISCOUNT<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9edbf65 elementor-widget elementor-widget-heading\\\" data-id=\\\"9edbf65\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Buy 8+ cases of a product and get a 7% discount on that product!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjBjODk5M2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3VudCBvbmx5IGFwcGxpZXMgdG8gcHJvZHVjdHMgc29sZCBpbiBjYXNlIHBhY2tzLiBEaXNjb3VudCBvbmx5IGFwcGxpZXMgdG8gdGhlIHByb2R1Y3QgZm9yIHdoaWNoIHlvdSBidXkgOCBjYXNlcy4iLCJhbGlnbiI6ImNlbnRlciIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjRkZGRkZGIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwidHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJlbSIsInNpemUiOjAuODAwMDAwMDAwMDAwMDAwMDQsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfbGluZV9oZWlnaHRfdGFibGV0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMTAwMDAwMDAwMDAwMDAwMSwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9wYWRkaW5nX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjEwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIxMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfcmVwZWF0ZXIiOlt7ImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3IiOiIjN0M2MkZGIiwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9sb2NhdGlvbiI6eyJ1bml0IjoiJSIsInNpemUiOjUwfSwiX2lkIjoiZTIwYzRlZiJ9LHsiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiNGRjY0NjQiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6OTB9LCJfaWQiOiJhZDhiMTM5In1dLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiOTAzNWY5YiJ9XSwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGhfaG92ZXIiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tb3JwaGluZ19leGNsdWRlX3NlbGVjdG9ycyI6Ii5hdmF0YXIsIC5leGNsdWRlIiwiZWFlbF9jbGlwX3BhdGhzIjpbeyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDEiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigyNSUgMCUsIDc1JSAwJSwgMTAwJSA1MCUsIDc1JSAxMDAlLCAyNSUgMTAwJSwgMCUgNTAlKTsiLCJfaWQiOiI2OTk1NjJhIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDIiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCUgNTAlKTtcbiIsIl9pZCI6IjNmMTIyOTgifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMyIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgNzMlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDI0JSA1MCUpOyIsIl9pZCI6ImM1ZTk2NzIifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgNCIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSAzNyUsIDkwJSAxMDAlLCAxMiUgOTklLCAwIDcwJSk7IiwiX2lkIjoiMWY5MTZmYyJ9XSwiZWFlbF9zdmdfcGF0aHNfY3VzdG9tIjpbeyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDEiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6Ijg3ZjBhNmIifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMiIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZmM3OTE2YyJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAzIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLC0zNi41Qzc1LjcsLTEyLDc5LjIsMTcuOSw2Ny4xLDQxLjNDNTUsNjQuOCwyNy41LDgyLDYsNzguNkMtMTUuNiw3NS4xLC0zMS4yLDUxLjEsLTQyLjQsMjguMUMtNTMuNyw1LjEsLTYwLjUsLTE2LjksLTUyLjcsLTM4Qy00NC45LC01OS4xLC0yMi41LC03OS40LDAuOCwtNzkuOUMyNC4xLC04MC4zLDQ4LjIsLTYxLjEsNjIsLTM2LjVaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImFlNzAxZGEifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNCIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk0zNCwtMTkuNkM0Mi43LC00LjUsNDcuNSwxMi45LDQxLjIsMzAuNkMzNC45LDQ4LjQsMTcuNCw2Ni42LC0zLjgsNjguOUMtMjUuMSw3MS4xLC01MC4zLDU3LjMsLTYxLjYsMzYuNkMtNzIuOSwxNS45LC03MC41LC0xMS43LC01Ny45LC0yOUMtNDUuNCwtNDYuMywtMjIuNywtNTMuNCwtNSwtNTAuNUMxMi42LC00Ny42LDI1LjIsLTM0LjcsMzQsLTE5LjZaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImYyZDViMTQifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk01Ni4zLC0zMC43QzY2LjcsLTE0LjUsNjQuNiwxMC44LDUzLjEsMjIuNEM0MS42LDM0LjEsMjAuOCwzMi4xLC0xLDMyLjdDLTIyLjgsMzMuMywtNDUuNiwzNi40LC01MC4yLDI4LjdDLTU0LjgsMjEuMSwtNDEuMSwyLjYsLTI5LjcsLTE0LjFDLTE4LjMsLTMwLjksLTkuMSwtNDUuOSw2LjksLTQ5LjlDMjMsLTUzLjksNDUuOSwtNDYuOCw1Ni4zLC0zMC43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIxYTVhOTY4In1dLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGUiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGVfcG9pbnRlciI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3Vyc29yX3Nub3dmbGFrZV9lbW9qaXMiOiJcdTI3NDRcdWZlMGYiLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiI2YmJhMjUwIiwiZHluYW1pY19maWVsZF9jdXN0b21fc2VwYXJhdG9yIjoifCJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-79e2b0d e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"79e2b0d\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f06fee0 elementor-widget elementor-widget-heading\\\" data-id=\\\"f06fee0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">THANK YOU FOR BEING A VALUED CUSTOMER!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-60a5a3d elementor-widget elementor-widget-heading\\\" data-id=\\\"60a5a3d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h5 class=\\\"elementor-heading-title elementor-size-default\\\">As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1ab68dd elementor-widget elementor-widget-heading\\\" data-id=\\\"1ab68dd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Buy 8+ cases of a product and get a 7% discount on that product!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImIzMDY3OTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5EaXNjb3VudCBvbmx5IGFwcGxpZXMgdG8gcHJvZHVjdHMgc29sZCBpbiBjYXNlIHBhY2tzLiBEaXNjb3VudCBvbmx5IGFwcGxpZXMgdG8gdGhlIHByb2R1Y3QgZm9yIHdoaWNoIHlvdSBidXkgOCBjYXNlcy48XC9wPiIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwidGV4dF9jb2xvciI6IiNGRkZGRkYiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZV9tb2JpbGUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MC44MDAwMDAwMDAwMDAwMDAwNCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9saW5lX2hlaWdodF90YWJsZXQiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xMDAwMDAwMDAwMDAwMDAxLCJzaXplcyI6W119LCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX3BhZGRpbmdfbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiMCIsInJpZ2h0IjoiMTAiLCJib3R0b20iOiIwIiwibGVmdCI6IjEwIiwiaXNMaW5rZWQiOmZhbHNlfSwiZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvcl9yZXBlYXRlciI6W3siZWFlbF92dG9fd3JpdGluZ19ncmFkaWVudF9jb2xvciI6IiM3QzYyRkYiLCJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yX2xvY2F0aW9uIjp7InVuaXQiOiIlIiwic2l6ZSI6NTB9LCJfaWQiOiJlMjBjNGVmIn0seyJlYWVsX3Z0b193cml0aW5nX2dyYWRpZW50X2NvbG9yIjoiI0ZGNjQ2NCIsImVhZWxfdnRvX3dyaXRpbmdfZ3JhZGllbnRfY29sb3JfbG9jYXRpb24iOnsidW5pdCI6IiUiLCJzaXplIjo5MH0sIl9pZCI6ImFkOGIxMzkifV0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiI5MDM1ZjliIn1dLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6IjY5OTU2MmEifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiM2YxMjI5OCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiYzVlOTY3MiJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiIxZjkxNmZjIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiODdmMGE2YiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJmYzc5MTZjIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiYWU3MDFkYSJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZjJkNWIxNCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjFhNWE5NjgifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjZiYmEyNTAiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-9631044 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"9631044\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0a223eb elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"0a223eb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">LICE TREATMENT PRODUCTS<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImYzYWJlNTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIyMyIsIjM4IiwiNDEiLCI0MiIsIjQ1IiwiNDYiLCI0NyIsIjQ4IiwiNTEiLCIxMTYiLCIxMTgiLCIyMTEwIiwiMjExMyIsIjI0MDAiLCIyNDA4IiwiMzQxMiIsIjM0NzYiXSwicXVlcnlfb3JkZXJieSI6Im1lbnVfb3JkZXIiLCJxdWVyeV9vcmRlciI6ImFzYyIsInRpdGxlX2NvbG9yIjoiIzVCQzUwMCIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJwcmljZV9jb2xvciI6IiM1QkM1MDAiLCJvbGRfcHJpY2VfY29sb3IiOiIjNUJDNTAwIiwic2hvd19vbnNhbGVfZmxhc2giOiIiLCJvbnNhbGVfdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJvbnNhbGVfdGV4dF9iYWNrZ3JvdW5kX2NvbG9yIjoiI0U5QjkwRSIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiIsInByb2R1Y3RzX3JlbGF0ZWRfcHJvZHVjdHNfdGl0bGVfdGV4dCI6IlJlbGF0ZWQgUHJvZHVjdHMiLCJwcm9kdWN0c191cHNlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGFsc28gbGlrZS4uLiIsInByb2R1Y3RzX2Nyb3NzX3NlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGJlIGludGVyZXN0ZWQgaW4uLi4iLCJjb2x1bW5zX21vYmlsZSI6MiwicGFnaW5hdGUiOiJ5ZXMiLCJyb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJhbGlnbiI6ImNlbnRlciIsInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwicHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIm9sZF9wcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJvbGRfcHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImJ1dHRvbl90ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiI3IiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiYXV0b21hdGljYWxseV9hbGlnbl9idXR0b25zIjoieWVzIiwidmlld19jYXJ0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6ImZmOTA3NTIifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiMzlmYzY2OSJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiI1NDg5NGYyIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiJkMGY3ZDM3In0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6ImNjNWI4MjkifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI2Y2QwNWNlIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjY0M2ZkMTgifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIxYzdlYWUyIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJlMzEyNGYzIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiYWFlNTE4YSJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiYjYwNTA5ZiIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0cyJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-57b5552 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"57b5552\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">LICE PREVENTION PRODUCTS<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjY3MzE4Y2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIzOSIsIjQwIiwiNDMiLCI0NCIsIjQ5IiwiNTAiLCIxMjAiLCIzMzUyIiwiMzM1NCIsIjMzNTYiLCIzMzU4IiwiMzM2MCIsIjMzNjIiLCIzNTI1IiwiMzUyNCJdLCJxdWVyeV9vcmRlcmJ5IjoibWVudV9vcmRlciIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInRpdGxlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MTAsInNpemVzIjpbXX0sInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJwcmljZV9jb2xvciI6IiMzMEEzQzQiLCJvbGRfcHJpY2VfY29sb3IiOiIjMzBBM0M0Iiwib2xkX3ByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIm9sZF9wcmljZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsIm9sZF9wcmljZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIjMzBBM0M0IiwiYnV0dG9uX2JvcmRlcl9jb2xvciI6IiMzMEEzQzQiLCJidXR0b25faG92ZXJfY29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uX2hvdmVyX2JhY2tncm91bmRfY29sb3IiOiIjMkM5OEI4IiwiYnV0dG9uX2hvdmVyX2JvcmRlcl9jb2xvciI6IiMyQzk4QjgiLCJ0aXRsZV9jb2xvciI6IiMzMEEzQzQiLCJzaG93X29uc2FsZV9mbGFzaCI6IiIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiIsInByb2R1Y3RzX3JlbGF0ZWRfcHJvZHVjdHNfdGl0bGVfdGV4dCI6IlJlbGF0ZWQgUHJvZHVjdHMiLCJwcm9kdWN0c191cHNlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGFsc28gbGlrZS4uLiIsInByb2R1Y3RzX2Nyb3NzX3NlbGxzX3RpdGxlX3RleHQiOiJZb3UgbWF5IGJlIGludGVyZXN0ZWQgaW4uLi4iLCJwYWdpbmF0ZSI6InllcyIsInJvd19nYXAiOnsidW5pdCI6InB4Iiwic2l6ZSI6NzAsInNpemVzIjpbXX0sImFsaWduIjoiY2VudGVyIiwiYnV0dG9uX3RleHRfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI3IiwicmlnaHQiOiIxMyIsImJvdHRvbSI6IjciLCJsZWZ0IjoiMTMiLCJpc0xpbmtlZCI6ZmFsc2V9LCJhdXRvbWF0aWNhbGx5X2FsaWduX2J1dHRvbnMiOiJ5ZXMiLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiM2ZiODNlMiJ9XSwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tYXNraW5nX2N1c3RvbV9jbGlwX3BhdGhfaG92ZXIiOiJjbGlwLXBhdGg6IHBvbHlnb24oNTAlIDAlLCA4MCUgMTAlLCAxMDAlIDM1JSwgMTAwJSA3MCUsIDgwJSA5MCUsIDUwJSAxMDAlLCAyMCUgOTAlLCAwJSA3MCUsIDAlIDM1JSwgMjAlIDEwJSk7IiwiZWFlbF9pbWFnZV9tb3JwaGluZ19leGNsdWRlX3NlbGVjdG9ycyI6Ii5hdmF0YXIsIC5leGNsdWRlIiwiZWFlbF9jbGlwX3BhdGhzIjpbeyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDEiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigyNSUgMCUsIDc1JSAwJSwgMTAwJSA1MCUsIDc1JSAxMDAlLCAyNSUgMTAwJSwgMCUgNTAlKTsiLCJfaWQiOiI2MWQyODIwIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDIiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCUgNTAlKTtcbiIsIl9pZCI6ImY5NzE5ZjQifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMyIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgNzMlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDI0JSA1MCUpOyIsIl9pZCI6IjFiMGJjYjAifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgNCIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSAzNyUsIDkwJSAxMDAlLCAxMiUgOTklLCAwIDcwJSk7IiwiX2lkIjoiOGY4ZDE2ZCJ9XSwiZWFlbF9zdmdfcGF0aHNfY3VzdG9tIjpbeyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDEiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjY1NzZiM2UifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMiIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiOTZiYWM2ZiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAzIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLC0zNi41Qzc1LjcsLTEyLDc5LjIsMTcuOSw2Ny4xLDQxLjNDNTUsNjQuOCwyNy41LDgyLDYsNzguNkMtMTUuNiw3NS4xLC0zMS4yLDUxLjEsLTQyLjQsMjguMUMtNTMuNyw1LjEsLTYwLjUsLTE2LjksLTUyLjcsLTM4Qy00NC45LC01OS4xLC0yMi41LC03OS40LDAuOCwtNzkuOUMyNC4xLC04MC4zLDQ4LjIsLTYxLjEsNjIsLTM2LjVaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6Ijk0OTE1MGMifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNCIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk0zNCwtMTkuNkM0Mi43LC00LjUsNDcuNSwxMi45LDQxLjIsMzAuNkMzNC45LDQ4LjQsMTcuNCw2Ni42LC0zLjgsNjguOUMtMjUuMSw3MS4xLC01MC4zLDU3LjMsLTYxLjYsMzYuNkMtNzIuOSwxNS45LC03MC41LC0xMS43LC01Ny45LC0yOUMtNDUuNCwtNDYuMywtMjIuNywtNTMuNCwtNSwtNTAuNUMxMi42LC00Ny42LDI1LjIsLTM0LjcsMzQsLTE5LjZaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjBlNjczNjEifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgNSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk01Ni4zLC0zMC43QzY2LjcsLTE0LjUsNjQuNiwxMC44LDUzLjEsMjIuNEM0MS42LDM0LjEsMjAuOCwzMi4xLC0xLDMyLjdDLTIyLjgsMzMuMywtNDUuNiwzNi40LC01MC4yLDI4LjdDLTU0LjgsMjEuMSwtNDEuMSwyLjYsLTI5LjcsLTE0LjFDLTE4LjMsLTMwLjksLTkuMSwtNDUuOSw2LjksLTQ5LjlDMjMsLTUzLjksNDUuOSwtNDYuOCw1Ni4zLC0zMC43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI3ZGNiNWJjIn1dLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGUiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1c3RvbV9jdXJzb3Jfc3ZnX2NvZGVfcG9pbnRlciI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3Vyc29yX3Nub3dmbGFrZV9lbW9qaXMiOiJcdTI3NDRcdWZlMGYiLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiI4OGI0YTlmIiwiZHluYW1pY19maWVsZF9jdXN0b21fc2VwYXJhdG9yIjoifCJ9XX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3RzIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-5651dc5 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"5651dc5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">BULK CLINIC SUPPLIES<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImY0YmU1YjYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyI5MyIsIjk1IiwiOTciLCI5OSIsIjEwNSIsIjEzMSIsIjEzMyIsIjM1MDciLCIzNDk5IiwiMzQ4NSJdLCJxdWVyeV9vcmRlcmJ5IjoibWVudV9vcmRlciIsInF1ZXJ5X29yZGVyIjoiYXNjIiwidGl0bGVfY29sb3IiOiIjNjQ2NTY5IiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwic3Rhcl9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjAsInNpemVzIjpbXX0sInByaWNlX2NvbG9yIjoiIzY0NjU2OSIsInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwicHJpY2VfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIm9sZF9wcmljZV9jb2xvciI6IiM2NDY1NjkiLCJidXR0b25fYmFja2dyb3VuZF9jb2xvciI6IiM2NDY1NjkiLCJidXR0b25fYm9yZGVyX2NvbG9yIjoiIzY0NjU2OSIsImJ1dHRvbl9ob3Zlcl9jb2xvciI6IiNGRkZGRkYiLCJidXR0b25faG92ZXJfYmFja2dyb3VuZF9jb2xvciI6IiM0RjRGNTMiLCJidXR0b25faG92ZXJfYm9yZGVyX2NvbG9yIjoiIzRGNEY1MyIsInNob3dfb25zYWxlX2ZsYXNoIjoiIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb25kaXRpb24iOiJoaWRkZW5fZnJvbSIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfaGlkZV9wbGFucyI6WyJ3Y20tbm9uZSIsImZyYW5ybS1pbnQiLCJmcmFucm0iXSwicHJvZHVjdHNfcmVsYXRlZF9wcm9kdWN0c190aXRsZV90ZXh0IjoiUmVsYXRlZCBQcm9kdWN0cyIsInByb2R1Y3RzX3Vwc2VsbHNfdGl0bGVfdGV4dCI6IllvdSBtYXkgYWxzbyBsaWtlLi4uIiwicHJvZHVjdHNfY3Jvc3Nfc2VsbHNfdGl0bGVfdGV4dCI6IllvdSBtYXkgYmUgaW50ZXJlc3RlZCBpbi4uLiIsInBhZ2luYXRlIjoieWVzIiwicm93X2dhcCI6eyJ1bml0IjoicHgiLCJzaXplIjo3MCwic2l6ZXMiOltdfSwiYWxpZ24iOiJjZW50ZXIiLCJidXR0b25fdGV4dF9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjciLCJyaWdodCI6IjEzIiwiYm90dG9tIjoiNyIsImxlZnQiOiIxMyIsImlzTGlua2VkIjpmYWxzZX0sImF1dG9tYXRpY2FsbHlfYWxpZ25fYnV0dG9ucyI6InllcyIsImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiJkMTIyZjUzIn1dLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21hc2tpbmdfY3VzdG9tX2NsaXBfcGF0aF9ob3ZlciI6ImNsaXAtcGF0aDogcG9seWdvbig1MCUgMCUsIDgwJSAxMCUsIDEwMCUgMzUlLCAxMDAlIDcwJSwgODAlIDkwJSwgNTAlIDEwMCUsIDIwJSA5MCUsIDAlIDcwJSwgMCUgMzUlLCAyMCUgMTAlKTsiLCJlYWVsX2ltYWdlX21vcnBoaW5nX2V4Y2x1ZGVfc2VsZWN0b3JzIjoiLmF2YXRhciwgLmV4Y2x1ZGUiLCJlYWVsX2NsaXBfcGF0aHMiOlt7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMSIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDI1JSAwJSwgNzUlIDAlLCAxMDAlIDUwJSwgNzUlIDEwMCUsIDI1JSAxMDAlLCAwJSA1MCUpOyIsIl9pZCI6Ijk4ZmNjYWQifSx7ImVhZWxfY2xpcF9wYXRoX3RpdGxlIjoiU2hhcGUgMiIsImVhZWxfY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDExJSAwLCA4OSUgMCwgMTAwJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAwJSA1MCUpO1xuIiwiX2lkIjoiYWJhYjZmYyJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAzIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCA3MyUgNTAlLCA5MCUgMTAwJSwgMTIlIDk5JSwgMjQlIDUwJSk7IiwiX2lkIjoiMTcyYjNjNCJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSA0IiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDM3JSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAgNzAlKTsiLCJfaWQiOiJiOWNjMmMwIn1dLCJlYWVsX3N2Z19wYXRoc19jdXN0b20iOlt7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMSIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02Mi44LC0xOS43QzcyLDcuOCw2My41LDQxLjgsNDQsNTQuNkMyNC40LDY3LjUsLTYuMiw1OS4xLC0yNS4yLDQzLjNDLTQ0LjIsMjcuNSwtNTEuNSw0LjIsLTQ1LjMsLTE5LjFDLTM5LjIsLTQyLjUsLTE5LjYsLTY1LjgsMy42LC02N0MyNi44LC02OC4yLDUzLjcsLTQ3LjIsNjIuOCwtMTkuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiOTgyZmU0NiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAyIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI3YTJhOGFiIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDMiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIsLTM2LjVDNzUuNywtMTIsNzkuMiwxNy45LDY3LjEsNDEuM0M1NSw2NC44LDI3LjUsODIsNiw3OC42Qy0xNS42LDc1LjEsLTMxLjIsNTEuMSwtNDIuNCwyOC4xQy01My43LDUuMSwtNjAuNSwtMTYuOSwtNTIuNywtMzhDLTQ0LjksLTU5LjEsLTIyLjUsLTc5LjQsMC44LC03OS45QzI0LjEsLTgwLjMsNDguMiwtNjEuMSw2MiwtMzYuNVpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZDAwNTRlNiJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA0IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTM0LC0xOS42QzQyLjcsLTQuNSw0Ny41LDEyLjksNDEuMiwzMC42QzM0LjksNDguNCwxNy40LDY2LjYsLTMuOCw2OC45Qy0yNS4xLDcxLjEsLTUwLjMsNTcuMywtNjEuNiwzNi42Qy03Mi45LDE1LjksLTcwLjUsLTExLjcsLTU3LjksLTI5Qy00NS40LC00Ni4zLC0yMi43LC01My40LC01LC01MC41QzEyLjYsLTQ3LjYsMjUuMiwtMzQuNywzNCwtMTkuNlpcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNmQ4YWM3OCJ9LHsiZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyA1IiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTU2LjMsLTMwLjdDNjYuNywtMTQuNSw2NC42LDEwLjgsNTMuMSwyMi40QzQxLjYsMzQuMSwyMC44LDMyLjEsLTEsMzIuN0MtMjIuOCwzMy4zLC00NS42LDM2LjQsLTUwLjIsMjguN0MtNTQuOCwyMS4xLC00MS4xLDIuNiwtMjkuNywtMTQuMUMtMTguMywtMzAuOSwtOS4xLC00NS45LDYuOSwtNDkuOUMyMywtNTMuOSw0NS45LC00Ni44LDU2LjMsLTMwLjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6IjQ4NzVjNWUifV0sImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZSI6IjxzdmcgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIiB4bWxuczp4bGluaz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzE5OTlcL3hsaW5rXCIgdmVyc2lvbj1cIjEuMFwiIGlkPVwiTGF5ZXJfMVwiIHdpZHRoPVwiMTAwXCIgaGVpZ2h0PVwiMTAwXCIgdmlld0JveD1cIjAgMCA2NCA2NFwiIGVuYWJsZS1iYWNrZ3JvdW5kPVwibmV3IDAgMCA2NCA2NFwiIHhtbDpzcGFjZT1cInByZXNlcnZlXCI+PGc+PHBhdGggZmlsbD1cIiNGNzZENTdcIiBkPVwiTTMyLDUyLjc4OWwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjRjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNiAgIGMwLDQuMDMxLTIuMDU1LDgtNCwxMC43ODlMMzIsNTIuNzg5elwiXC8+PGc+PHBhdGggZmlsbD1cIiMzOTQyNDBcIiBkPVwiTTMyLDBDMTguNzQ2LDAsOCwxMC43NDYsOCwyNGMwLDUuMjE5LDEuNzExLDEwLjAwOCw0LjU1NSwxMy45M2MwLjA1MSwwLjA5NCwwLjA1OSwwLjE5OSwwLjExNywwLjI4OSAgICBsMTYsMjRDMjkuNDE0LDYzLjMzMiwzMC42NjQsNjQsMzIsNjRzMi41ODYtMC42NjgsMy4zMjgtMS43ODFsMTYtMjRjMC4wNTktMC4wOSwwLjA2Ni0wLjE5NSwwLjExNy0wLjI4OSAgICBDNTQuMjg5LDM0LjAwOCw1NiwyOS4yMTksNTYsMjRDNTYsMTAuNzQ2LDQ1LjI1NCwwLDMyLDB6IE00NCwzNC43ODlsLTEyLDE4bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNCAgICBjMC04LjgzNiw3LjE2NC0xNiwxNi0xNnMxNiw3LjE2NCwxNiwxNkM0OCwyOC4wMzEsNDUuOTQ1LDMyLDQ0LDM0Ljc4OXpcIlwvPjxjaXJjbGUgZmlsbD1cIiMzOTQyNDBcIiBjeD1cIjMyXCIgY3k9XCIyNFwiIHI9XCI4XCJcLz48XC9nPjxcL2c+PFwvc3ZnPiIsImVhZWxfY3VzdG9tX2N1cnNvcl9zdmdfY29kZV9wb2ludGVyIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXJzb3Jfc25vd2ZsYWtlX2Vtb2ppcyI6Ilx1Mjc0NFx1ZmUwZiIsImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjRiMzEwZWQiLCJkeW5hbWljX2ZpZWxkX2N1c3RvbV9zZXBhcmF0b3IiOiJ8In1dfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdHMifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjRiOGU5ZjMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIxMDUiLCIxMzEiLCIxMzMiLCI0ODciLCI0ODgiLCI0ODkiLCI0OTAiLCIzNDg1IiwiMzQ5OSIsIjM1MDciLCIzNjk2Il0sInF1ZXJ5X29yZGVyYnkiOiJtZW51X29yZGVyIiwicXVlcnlfb3JkZXIiOiJhc2MiLCJ0aXRsZV9jb2xvciI6IiM2NDY1NjkiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJzdGFyX3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MCwic2l6ZXMiOltdfSwicHJpY2VfY29sb3IiOiIjNjQ2NTY5IiwicHJpY2VfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwicHJpY2VfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwib2xkX3ByaWNlX2NvbG9yIjoiIzY0NjU2OSIsImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzY0NjU2OSIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjNjQ2NTY5IiwiYnV0dG9uX2hvdmVyX2NvbG9yIjoiI0ZGRkZGRiIsImJ1dHRvbl9ob3Zlcl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzRGNEY1MyIsImJ1dHRvbl9ob3Zlcl9ib3JkZXJfY29sb3IiOiIjNEY0RjUzIiwic2hvd19vbnNhbGVfZmxhc2giOiIiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJwcm9kdWN0c19yZWxhdGVkX3Byb2R1Y3RzX3RpdGxlX3RleHQiOiJSZWxhdGVkIFByb2R1Y3RzIiwicHJvZHVjdHNfdXBzZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBhbHNvIGxpa2UuLi4iLCJwcm9kdWN0c19jcm9zc19zZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBiZSBpbnRlcmVzdGVkIGluLi4uIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb25kaXRpb24iOiJoaWRkZW5fZnJvbSIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfaGlkZV9wbGFucyI6WyJ3Y20tbm9uZSIsImZyYW50ZiJdLCJyb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJhbGlnbiI6ImNlbnRlciIsImJ1dHRvbl90ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiI3IiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiYXV0b21hdGljYWxseV9hbGlnbl9idXR0b25zIjoieWVzIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjMxOWVjNjYifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiYzA2M2M3NyJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiI4MjQwODhlIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiIzMmM3NTRlIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6IjVmODg3N2QifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJjYTcxZjE0In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImM2MTMzMmEifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJlNzdlODNkIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI1YzY3NzZmIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiZWU5Y2JhYSJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZjFiOTQyOCIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0cyJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-21dfd89 elementor-widget__width-inherit elementor-widget elementor-widget-heading\\\" data-id=\\\"21dfd89\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">BRUSHES AND ACCESSORIES <\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImFkMmYxOTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJxdWVyeV9wb3N0X3R5cGUiOiJieV9pZCIsInF1ZXJ5X3Bvc3RzX2lkcyI6WyIxMzUiLCIxMzciLCIxMzgiLCIxNDIiLCIxNDQiLCIxNDYiLCIxNDgiLCIzMjAiLCIzMTgiXSwicXVlcnlfb3JkZXJieSI6Im1lbnVfb3JkZXIiLCJxdWVyeV9vcmRlciI6ImFzYyIsInRpdGxlX2NvbG9yIjoiIzY0NjU2OSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJwcmljZV9jb2xvciI6IiM2NDY1NjkiLCJwcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInByaWNlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJvbGRfcHJpY2VfY29sb3IiOiIjNjQ2NTY5IiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIjNjQ2NTY5IiwiYnV0dG9uX2JvcmRlcl9jb2xvciI6IiM2NDY1NjkiLCJidXR0b25faG92ZXJfY29sb3IiOiIjRkZGRkZGIiwiYnV0dG9uX2hvdmVyX2JhY2tncm91bmRfY29sb3IiOiIjNEY0RjUzIiwiYnV0dG9uX2hvdmVyX2JvcmRlcl9jb2xvciI6IiM0RjRGNTMiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJwcm9kdWN0c19yZWxhdGVkX3Byb2R1Y3RzX3RpdGxlX3RleHQiOiJSZWxhdGVkIFByb2R1Y3RzIiwicHJvZHVjdHNfdXBzZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBhbHNvIGxpa2UuLi4iLCJwcm9kdWN0c19jcm9zc19zZWxsc190aXRsZV90ZXh0IjoiWW91IG1heSBiZSBpbnRlcmVzdGVkIGluLi4uIiwicGFnaW5hdGUiOiJ5ZXMiLCJyb3dfZ2FwIjp7InVuaXQiOiJweCIsInNpemUiOjcwLCJzaXplcyI6W119LCJhbGlnbiI6ImNlbnRlciIsImJ1dHRvbl90ZXh0X3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiNyIsInJpZ2h0IjoiMTMiLCJib3R0b20iOiI3IiwibGVmdCI6IjEzIiwiaXNMaW5rZWQiOmZhbHNlfSwiYXV0b21hdGljYWxseV9hbGlnbl9idXR0b25zIjoieWVzIiwic2hvd19vbnNhbGVfZmxhc2giOiIiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbmRpdGlvbiI6ImhpZGRlbl9mcm9tIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjVlZjMyYzgifV0sImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbWFza2luZ19jdXN0b21fY2xpcF9wYXRoX2hvdmVyIjoiY2xpcC1wYXRoOiBwb2x5Z29uKDUwJSAwJSwgODAlIDEwJSwgMTAwJSAzNSUsIDEwMCUgNzAlLCA4MCUgOTAlLCA1MCUgMTAwJSwgMjAlIDkwJSwgMCUgNzAlLCAwJSAzNSUsIDIwJSAxMCUpOyIsImVhZWxfaW1hZ2VfbW9ycGhpbmdfZXhjbHVkZV9zZWxlY3RvcnMiOiIuYXZhdGFyLCAuZXhjbHVkZSIsImVhZWxfY2xpcF9wYXRocyI6W3siZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAxIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMjUlIDAlLCA3NSUgMCUsIDEwMCUgNTAlLCA3NSUgMTAwJSwgMjUlIDEwMCUsIDAlIDUwJSk7IiwiX2lkIjoiNjM1MTI4ZiJ9LHsiZWFlbF9jbGlwX3BhdGhfdGl0bGUiOiJTaGFwZSAyIiwiZWFlbF9jbGlwX3BhdGgiOiJjbGlwLXBhdGg6IHBvbHlnb24oMTElIDAsIDg5JSAwLCAxMDAlIDUwJSwgOTAlIDEwMCUsIDEyJSA5OSUsIDAlIDUwJSk7XG4iLCJfaWQiOiIxMzI1YjA1In0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDMiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDczJSA1MCUsIDkwJSAxMDAlLCAxMiUgOTklLCAyNCUgNTAlKTsiLCJfaWQiOiJmMjc4YmIwIn0seyJlYWVsX2NsaXBfcGF0aF90aXRsZSI6IlNoYXBlIDQiLCJlYWVsX2NsaXBfcGF0aCI6ImNsaXAtcGF0aDogcG9seWdvbigxMSUgMCwgODklIDAsIDEwMCUgMzclLCA5MCUgMTAwJSwgMTIlIDk5JSwgMCA3MCUpOyIsIl9pZCI6IjM4ZDQ3N2QifV0sImVhZWxfc3ZnX3BhdGhzX2N1c3RvbSI6W3siZWFlbF9zdmdfcGF0aF90aXRsZSI6IlNWRyAxIiwiZWFlbF9zdmdfcGF0aCI6Ijxzdmcgdmlld0JveD1cIjAgMCAyMDAgMjAwXCIgeG1sbnM9XCJodHRwOlwvXC93d3cudzMub3JnXC8yMDAwXC9zdmdcIj48cGF0aCBkPVwiTTYyLjgsLTE5LjdDNzIsNy44LDYzLjUsNDEuOCw0NCw1NC42QzI0LjQsNjcuNSwtNi4yLDU5LjEsLTI1LjIsNDMuM0MtNDQuMiwyNy41LC01MS41LDQuMiwtNDUuMywtMTkuMUMtMzkuMiwtNDIuNSwtMTkuNiwtNjUuOCwzLjYsLTY3QzI2LjgsLTY4LjIsNTMuNywtNDcuMiw2Mi44LC0xOS43WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiIxNzdhZWMwIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDIiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNjIuOCwtMTkuN0M3Miw3LjgsNjMuNSw0MS44LDQ0LDU0LjZDMjQuNCw2Ny41LC02LjIsNTkuMSwtMjUuMiw0My4zQy00NC4yLDI3LjUsLTUxLjUsNC4yLC00NS4zLC0xOS4xQy0zOS4yLC00Mi41LC0xOS42LC02NS44LDMuNiwtNjdDMjYuOCwtNjguMiw1My43LC00Ny4yLDYyLjgsLTE5LjdaXCIgdHJhbnNmb3JtPVwidHJhbnNsYXRlKDEwMCAxMDApXCIgXC8+PFwvc3ZnPiIsIl9pZCI6ImYyYTEyNWIifSx7ImVhZWxfc3ZnX3BhdGhfdGl0bGUiOiJTVkcgMyIsImVhZWxfc3ZnX3BhdGgiOiI8c3ZnIHZpZXdCb3g9XCIwIDAgMjAwIDIwMFwiIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCI+PHBhdGggZD1cIk02MiwtMzYuNUM3NS43LC0xMiw3OS4yLDE3LjksNjcuMSw0MS4zQzU1LDY0LjgsMjcuNSw4Miw2LDc4LjZDLTE1LjYsNzUuMSwtMzEuMiw1MS4xLC00Mi40LDI4LjFDLTUzLjcsNS4xLC02MC41LC0xNi45LC01Mi43LC0zOEMtNDQuOSwtNTkuMSwtMjIuNSwtNzkuNCwwLjgsLTc5LjlDMjQuMSwtODAuMyw0OC4yLC02MS4xLDYyLC0zNi41WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiJkYjk0MmU3In0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDQiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNMzQsLTE5LjZDNDIuNywtNC41LDQ3LjUsMTIuOSw0MS4yLDMwLjZDMzQuOSw0OC40LDE3LjQsNjYuNiwtMy44LDY4LjlDLTI1LjEsNzEuMSwtNTAuMyw1Ny4zLC02MS42LDM2LjZDLTcyLjksMTUuOSwtNzAuNSwtMTEuNywtNTcuOSwtMjlDLTQ1LjQsLTQ2LjMsLTIyLjcsLTUzLjQsLTUsLTUwLjVDMTIuNiwtNDcuNiwyNS4yLC0zNC43LDM0LC0xOS42WlwiIHRyYW5zZm9ybT1cInRyYW5zbGF0ZSgxMDAgMTAwKVwiIFwvPjxcL3N2Zz4iLCJfaWQiOiI3NWJlN2NiIn0seyJlYWVsX3N2Z19wYXRoX3RpdGxlIjoiU1ZHIDUiLCJlYWVsX3N2Z19wYXRoIjoiPHN2ZyB2aWV3Qm94PVwiMCAwIDIwMCAyMDBcIiB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiPjxwYXRoIGQ9XCJNNTYuMywtMzAuN0M2Ni43LC0xNC41LDY0LjYsMTAuOCw1My4xLDIyLjRDNDEuNiwzNC4xLDIwLjgsMzIuMSwtMSwzMi43Qy0yMi44LDMzLjMsLTQ1LjYsMzYuNCwtNTAuMiwyOC43Qy01NC44LDIxLjEsLTQxLjEsMi42LC0yOS43LC0xNC4xQy0xOC4zLC0zMC45LC05LjEsLTQ1LjksNi45LC00OS45QzIzLC01My45LDQ1LjksLTQ2LjgsNTYuMywtMzAuN1pcIiB0cmFuc2Zvcm09XCJ0cmFuc2xhdGUoMTAwIDEwMClcIiBcLz48XC9zdmc+IiwiX2lkIjoiNWE5YTBmZSJ9XSwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlIjoiPHN2ZyB4bWxucz1cImh0dHA6XC9cL3d3dy53My5vcmdcLzIwMDBcL3N2Z1wiIHhtbG5zOnhsaW5rPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMTk5OVwveGxpbmtcIiB2ZXJzaW9uPVwiMS4wXCIgaWQ9XCJMYXllcl8xXCIgd2lkdGg9XCIxMDBcIiBoZWlnaHQ9XCIxMDBcIiB2aWV3Qm94PVwiMCAwIDY0IDY0XCIgZW5hYmxlLWJhY2tncm91bmQ9XCJuZXcgMCAwIDY0IDY0XCIgeG1sOnNwYWNlPVwicHJlc2VydmVcIj48Zz48cGF0aCBmaWxsPVwiI0Y3NkQ1N1wiIGQ9XCJNMzIsNTIuNzg5bC0xMi0xOEMxOC41LDMyLDE2LDI4LjAzMSwxNiwyNGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2ICAgYzAsNC4wMzEtMi4wNTUsOC00LDEwLjc4OUwzMiw1Mi43ODl6XCJcLz48Zz48cGF0aCBmaWxsPVwiIzM5NDI0MFwiIGQ9XCJNMzIsMEMxOC43NDYsMCw4LDEwLjc0Niw4LDI0YzAsNS4yMTksMS43MTEsMTAuMDA4LDQuNTU1LDEzLjkzYzAuMDUxLDAuMDk0LDAuMDU5LDAuMTk5LDAuMTE3LDAuMjg5ICAgIGwxNiwyNEMyOS40MTQsNjMuMzMyLDMwLjY2NCw2NCwzMiw2NHMyLjU4Ni0wLjY2OCwzLjMyOC0xLjc4MWwxNi0yNGMwLjA1OS0wLjA5LDAuMDY2LTAuMTk1LDAuMTE3LTAuMjg5ICAgIEM1NC4yODksMzQuMDA4LDU2LDI5LjIxOSw1NiwyNEM1NiwxMC43NDYsNDUuMjU0LDAsMzIsMHogTTQ0LDM0Ljc4OWwtMTIsMThsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0ICAgIGMwLTguODM2LDcuMTY0LTE2LDE2LTE2czE2LDcuMTY0LDE2LDE2QzQ4LDI4LjAzMSw0NS45NDUsMzIsNDQsMzQuNzg5elwiXC8+PGNpcmNsZSBmaWxsPVwiIzM5NDI0MFwiIGN4PVwiMzJcIiBjeT1cIjI0XCIgcj1cIjhcIlwvPjxcL2c+PFwvZz48XC9zdmc+IiwiZWFlbF9jdXN0b21fY3Vyc29yX3N2Z19jb2RlX3BvaW50ZXIiOiI8c3ZnIHhtbG5zPVwiaHR0cDpcL1wvd3d3LnczLm9yZ1wvMjAwMFwvc3ZnXCIgeG1sbnM6eGxpbms9XCJodHRwOlwvXC93d3cudzMub3JnXC8xOTk5XC94bGlua1wiIHZlcnNpb249XCIxLjBcIiBpZD1cIkxheWVyXzFcIiB3aWR0aD1cIjEwMFwiIGhlaWdodD1cIjEwMFwiIHZpZXdCb3g9XCIwIDAgNjQgNjRcIiBlbmFibGUtYmFja2dyb3VuZD1cIm5ldyAwIDAgNjQgNjRcIiB4bWw6c3BhY2U9XCJwcmVzZXJ2ZVwiPjxnPjxwYXRoIGZpbGw9XCIjRjc2RDU3XCIgZD1cIk0zMiw1Mi43ODlsLTEyLTE4QzE4LjUsMzIsMTYsMjguMDMxLDE2LDI0YzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTYgICBjMCw0LjAzMS0yLjA1NSw4LTQsMTAuNzg5TDMyLDUyLjc4OXpcIlwvPjxnPjxwYXRoIGZpbGw9XCIjMzk0MjQwXCIgZD1cIk0zMiwwQzE4Ljc0NiwwLDgsMTAuNzQ2LDgsMjRjMCw1LjIxOSwxLjcxMSwxMC4wMDgsNC41NTUsMTMuOTNjMC4wNTEsMC4wOTQsMC4wNTksMC4xOTksMC4xMTcsMC4yODkgICAgbDE2LDI0QzI5LjQxNCw2My4zMzIsMzAuNjY0LDY0LDMyLDY0czIuNTg2LTAuNjY4LDMuMzI4LTEuNzgxbDE2LTI0YzAuMDU5LTAuMDksMC4wNjYtMC4xOTUsMC4xMTctMC4yODkgICAgQzU0LjI4OSwzNC4wMDgsNTYsMjkuMjE5LDU2LDI0QzU2LDEwLjc0Niw0NS4yNTQsMCwzMiwweiBNNDQsMzQuNzg5bC0xMiwxOGwtMTItMThDMTguNSwzMiwxNiwyOC4wMzEsMTYsMjQgICAgYzAtOC44MzYsNy4xNjQtMTYsMTYtMTZzMTYsNy4xNjQsMTYsMTZDNDgsMjguMDMxLDQ1Ljk0NSwzMiw0NCwzNC43ODl6XCJcLz48Y2lyY2xlIGZpbGw9XCIjMzk0MjQwXCIgY3g9XCIzMlwiIGN5PVwiMjRcIiByPVwiOFwiXC8+PFwvZz48XC9nPjxcL3N2Zz4iLCJlYWVsX2N1cnNvcl9zbm93Zmxha2VfZW1vamlzIjoiXHUyNzQ0XHVmZTBmIiwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZGMzODc5ZSIsImR5bmFtaWNfZmllbGRfY3VzdG9tX3NlcGFyYXRvciI6InwifV19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0cyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(193005,184,'_elementor_element_cache','{\"timeout\":1767112690,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-3ec9c01 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3ec9c01\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjRhYjdhNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIiwibGluayI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtdXJsXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiItMTkiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6MjUsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1zaXRlLWxvZ28ifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImJhZDk3ODQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMS41ZW07IGZvbnQtd2VpZ2h0OiA5MDA7XCI+Q1VTVE9NRVIgU0VSVklDRTxcL3NwYW4+PGJyPjxicj5cbjxzdHJvbmc+R2luZXNpcyBQcm9kdWN0czxcL3N0cm9uZz48YnI+XG4yNTAxIENvdW50eSBSb2FkIDg8YnI+XG5XYXRlcmxvbywgQUwgMzU2Nzc8YnI+XG5QaG9uZSAtIDgwMC00OTItNDgxODxicj5cbkVtYWlsIC0gR2luZXNpc0BHaW5lc2lzLmNvbSIsImFsaWduIjoiY2VudGVyIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIiwidHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjMsInNpemVzIjpbXX0sIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjQwfSwiX2ZsZXhfc2l6ZSI6Im5vbmUiLCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjcxZjQ4NDkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3BhbiBzdHlsZT1cImZvbnQtc2l6ZTogMS41ZW07IGZvbnQtd2VpZ2h0OiA5MDA7XCI+QURESVRJT05BTCBMSU5LUzxcL3NwYW4+PGJyIFwvPjxiciBcLz48YSBocmVmPVwiaHR0cHM6XC9cL2xjYXBvcnRhbHN0b3JlZy5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3ByaXZhY3ktcG9saWN5XC9cIj5Qcml2YWN5IFBvbGljeTxcL2E+PGJyIFwvPjxhIGhyZWY9XCJodHRwczpcL1wvbGNhcG9ydGFsc3RvcmVnLmxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbVwvcmVmdW5kLXBvbGljeVwvXCI+UmVmdW5kIFBvbGljeTxcL2E+PGJyIFwvPjxhIGhyZWY9XCJodHRwczpcL1wvbGNhcG9ydGFsc3RvcmVnLmxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbVwvc2hpcHBpbmctcG9saWN5XC9cIj5TaGlwcGluZyBQb2xpY3k8XC9hPjxiciBcLz48YSBocmVmPVwiaHR0cHM6XC9cL2xjYXBvcnRhbHN0b3JlZy5saWNlY2xpbmljc29mYW1lcmljYS5jb21cL3Rlcm1zLW9mLXNlcnZpY2VcL1wiPlRlcm1zIG9mIFNlcnZpY2U8XC9hPjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4iLCJ0eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuNSwic2l6ZXMiOltdfSwidGV4dF9jb2xvciI6IiM1NDU5NUYiLCJsaW5rX2hvdmVyX2NvbG9yIjoiIzRCQTIwMCIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjQwLCJzaXplcyI6W119LCJfX2dsb2JhbHNfXyI6eyJ0ZXh0X2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXNlY29uZGFyeSIsImxpbmtfaG92ZXJfY29sb3IiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(193006,22,'_elementor_page_assets','a:0:{}'),(193007,16,'_elementor_page_assets','a:2:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}s:6:\"styles\";a:4:{i:0;s:13:\"widget-spacer\";i:1;s:12:\"widget-image\";i:2;s:12:\"widget-login\";i:3;s:11:\"widget-form\";}}'),(193008,16,'_elementor_css','a:6:{s:4:\"time\";i:1767026748;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(193009,16,'_elementor_element_cache','{\"timeout\":1767113148,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-d64ed0d elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"d64ed0d\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-f9c2bb1 elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"f9c2bb1\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f9664c6\\\" data-id=\\\"f9664c6\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a9b0395 elementor-widget elementor-widget-spacer\\\" data-id=\\\"a9b0395\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-c0e8f11 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"c0e8f11\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a961045\\\" data-id=\\\"a961045\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-ed37d10\\\" data-id=\\\"ed37d10\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b643b83 elementor-widget elementor-widget-image\\\" data-id=\\\"b643b83\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"300\\\" height=\\\"200\\\" src=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-300x200.jpg\\\" class=\\\"attachment-medium size-medium wp-image-106\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-300x200.jpg 300w, https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-768x512.jpg 768w, https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821-600x400.jpg 600w, https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg 1024w\\\" sizes=\\\"(max-width: 300px) 100vw, 300px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-45f4002\\\" data-id=\\\"45f4002\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2924ae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2924ae8\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-d23958a\\\" data-id=\\\"d23958a\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f9c61a0\\\" data-id=\\\"f9c61a0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImJkZTUzNmYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJidXR0b25fdGV4dCI6IkxvZyBJbiIsInVzZXJfbGFiZWwiOiJVc2VybmFtZSBvciBFbWFpbCBBZGRyZXNzIiwidXNlcl9wbGFjZWhvbGRlciI6IlVzZXJuYW1lIG9yIEVtYWlsIEFkZHJlc3MiLCJwYXNzd29yZF9sYWJlbCI6IlBhc3N3b3JkIiwicGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJQYXNzd29yZCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiIsInJlZGlyZWN0X2FmdGVyX2xvZ2luIjoieWVzIiwicmVkaXJlY3RfdXJsIjp7InVybCI6Imh0dHBzOlwvXC9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tXC9zaG9wLW5vd1wvIiwiaXNfZXh0ZXJuYWwiOiIiLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sInJlZGlyZWN0X2FmdGVyX2xvZ291dCI6InllcyIsInJlZGlyZWN0X2xvZ291dF91cmwiOnsidXJsIjoiaHR0cHM6XC9cL2xjYXBvcnRhbHN0b3JlZy5saWNlY2xpbmljc29mYW1lcmljYS5jb21cLyIsImlzX2V4dGVybmFsIjoiIiwibm9mb2xsb3ciOiIiLCJjdXN0b21fYXR0cmlidXRlcyI6IiJ9LCJfX2R5bmFtaWNfXyI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJsb2dpbiJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc1OGI1YTciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8ZGl2PllvdXIgVU4gYW5kIFBXIGZvciB0aGlzIHN0b3JlIGFyZSBkaWZmZXJlbnQgdGhhbiB3aGF0IHlvdSB1c2UgZm9yIHRoZSBwb3J0YWwuIFRoZXkgd2VyZSBzZW50IHRvIHlvdSB2aWEgZW1haWwgb24gNFwvMjFcLzIxLiBQbGVhc2UgY2hlY2sgeW91ciBpbmJveCBhbmQgc3BhbSBmb2xkZXIuIElmIHlvdSBuZWVkIGFzc2lzdGFuY2UgcGxlYXNlIGNvbnRhY3QgPGEgaHJlZj1cIm1haWx0bzp0ZWNoc3VwcG9ydEBsYXJhZGFzY2llbmNlcy5jb21cIj50ZWNoc3VwcG9ydEBsYXJhZGFzY2llbmNlcy5jb208XC9hPjxcL2Rpdj4iLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTQsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbmRpdGlvbiI6ImhpZGRlbl9mcm9tIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9oaWRlX3BsYW5zIjpbIndjbS1hbGwiXSwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-3147d8c elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"3147d8c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">SHOP NOW<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b5c44b3 elementor-widget elementor-widget-spacer\\\" data-id=\\\"b5c44b3\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cd38afc\\\" data-id=\\\"cd38afc\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap\\\">\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-968b24d elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"968b24d\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-367f026\\\" data-id=\\\"367f026\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0258e54 elementor-widget elementor-widget-spacer\\\" data-id=\\\"0258e54\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"spacer.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-spacer\\\">\\n\\t\\t\\t<div class=\\\"elementor-spacer-inner\\\"><\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(193010,20,'_elementor_page_assets','a:0:{}'),(193011,184407,'_edit_lock','1767031828:2'),(193012,184407,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201315\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"f0ca1664b9fa9dc3662cbdca537d637e\";}}'),(193013,184407,'_edit_last','2'),(193014,184407,'_date_completed','1767031779'),(193015,184407,'_completed_date','2025-12-29 18:09:39'),(193016,21,'_elementor_page_assets','a:1:{s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(193017,21,'_elementor_css','a:6:{s:4:\"time\";i:1767034411;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(193018,21,'_elementor_element_cache','{\"timeout\":1767120811,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-423c66c9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"423c66c9\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8d4cd34\\\" data-id=\\\"8d4cd34\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjkwNjYyNzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD48c3Ryb25nPlRoaXMgc3lzdGVtIHVzZXMgUGF5UGFsIHRvIHByb2Nlc3MgcGF5bWVudHMuIFlvdSBjYW4gdXNlIHlvdXIgY3JlZGl0IGNhcmQgdG8gcGF5IHdpdGhvdXQgaGF2aW5nIGEgUGF5UGFsIGFjY291bnQgb3IgeW91IGNhbiB1c2UgeW91ciBQYXlQYWwgYWNjb3VudCB0byBwYXkuPFwvc3Ryb25nPjxcL3A+IiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjVjYzQzMDk0IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWRpdG9yIjoiPCEtLSB3cDpzaG9ydGNvZGUgLS0+W3dvb2NvbW1lcmNlX2NoZWNrb3V0XTwhLS0gXC93cDpzaG9ydGNvZGUgLS0+Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(193019,184414,'_order_key','wc_order_eP6Flqrcbtlzb'),(193020,184414,'_customer_user','112'),(193021,184414,'_payment_method','paypal'),(193022,184414,'_payment_method_title','PayPal'),(193023,184414,'_customer_ip_address','202.69.149.10'),(193024,184414,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193025,184414,'_created_via','checkout'),(193026,184414,'_cart_hash','2d8f777f6b01a46b64369fbe1d737a8c'),(193027,184414,'_download_permissions_granted','yes'),(193028,184414,'_recorded_sales','yes'),(193029,184414,'_recorded_coupon_usage_counts','yes'),(193030,184414,'_new_order_email_sent','true'),(193031,184414,'_order_stock_reduced','yes'),(193032,184414,'_billing_first_name','Scott'),(193033,184414,'_billing_last_name','Wilson'),(193034,184414,'_billing_company','Lice Clinics of America Boise'),(193035,184414,'_billing_address_1','430 N Station Pkwy'),(193036,184414,'_billing_city','Farmington'),(193037,184414,'_billing_state','UT'),(193038,184414,'_billing_postcode','84025'),(193039,184414,'_billing_country','US'),(193040,184414,'_billing_email','info@boise.liceclinicsofamerica.com'),(193041,184414,'_billing_phone','18014308550'),(193042,184414,'_shipping_first_name','Scott'),(193043,184414,'_shipping_last_name','Wilson'),(193044,184414,'_shipping_company','Lice Clinics of America Boise'),(193045,184414,'_shipping_address_1','7512 W Lemhi St'),(193046,184414,'_shipping_address_2','Suite #2'),(193047,184414,'_shipping_city','Boise'),(193048,184414,'_shipping_state','ID'),(193049,184414,'_shipping_postcode','83709'),(193050,184414,'_shipping_country','US'),(193051,184414,'_order_currency','USD'),(193052,184414,'_cart_discount','50.59'),(193053,184414,'_cart_discount_tax','0'),(193054,184414,'_order_shipping','0'),(193055,184414,'_order_shipping_tax','0'),(193056,184414,'_order_tax','0'),(193057,184414,'_order_total','961.21'),(193058,184414,'_order_version','10.4.3'),(193059,184414,'_prices_include_tax','no'),(193060,184414,'_billing_address_index','Scott Wilson Lice Clinics of America Boise 430 N Station Pkwy  Farmington UT 84025 US info@boise.liceclinicsofamerica.com 18014308550'),(193061,184414,'_shipping_address_index','Scott Wilson Lice Clinics of America Boise 7512 W Lemhi St Suite #2 Boise ID 83709 US '),(193062,184414,'is_vat_exempt','no'),(193063,184414,'_order_number','4157'),(193064,184414,'_wc_order_attribution_source_type','typein'),(193065,184414,'_wc_order_attribution_utm_source','(direct)'),(193066,184414,'_wc_order_attribution_session_entry','https://lcaportalstoreg.liceclinicsofamerica.com/'),(193067,184414,'_wc_order_attribution_session_start_time','2025-12-29 17:41:57'),(193068,184414,'_wc_order_attribution_session_pages','4'),(193069,184414,'_wc_order_attribution_session_count','2'),(193070,184414,'_wc_order_attribution_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36'),(193071,184414,'_wc_order_attribution_device_type','Desktop'),(193075,184414,'Payment type','instant'),(193076,184414,'_paypal_status','completed'),(193077,184414,'_transaction_id','9PR768545K529460A'),(193078,184414,'PayPal Transaction Fee','34.04'),(193079,184414,'_date_paid','1767034555'),(193080,184414,'_paid_date','2025-12-29 18:55:55'),(193081,184328,'_used_by','112'),(193082,184398,'_edit_lock','1767048919:2'),(193083,184399,'_edit_lock','1767049065:2'),(193084,184400,'_edit_lock','1767048961:2'),(193085,184401,'_edit_lock','1767048998:2'),(193086,184398,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200710\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"de3adb41f967bf30b5346c7d541a0d0e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200720\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"cdbb3c4eda8c7a95ca3c3c66f7a73944\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200731\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"e7c0238452d47340575f4c260edc0ada\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200742\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"0dbea87a6630d7c598d9aa7de27a606b\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200753\";s:12:\"date_shipped\";s:10:\"1766361600\";s:11:\"tracking_id\";s:32:\"0b2bb522ebd606ea3d6ca72d5d2d4804\";}}'),(193087,184398,'_edit_last','2'),(193088,184398,'_date_completed','1767049034'),(193089,184398,'_completed_date','2025-12-29 22:57:14'),(193090,184399,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200812\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"3574ef116c1b6b2888bba860d7dcaecf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200823\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"da065b704de302bae0903a0a5d2c22c0\";}}'),(193091,184399,'_edit_last','2'),(193092,184399,'_date_completed','1767049060'),(193093,184399,'_completed_date','2025-12-29 22:57:40'),(193094,184400,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200834\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"6c3677680b93fedc7a92ca82758dc2a5\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200845\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"ab541f37b563d82f7cc18b45df427694\";}}'),(193095,184400,'_edit_last','2'),(193096,184400,'_date_completed','1767049100'),(193097,184400,'_completed_date','2025-12-29 22:58:20'),(193098,184401,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200856\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"b59ac0291b4bc680fd4258712bee1b4c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800200867\";s:12:\"date_shipped\";s:10:\"1766448000\";s:11:\"tracking_id\";s:32:\"a1a2a81e68f100dc138011bc2bd10880\";}}'),(193099,184401,'_edit_last','2'),(193100,184401,'_date_completed','1767049135'),(193101,184401,'_completed_date','2025-12-29 22:58:55'),(193102,184412,'_edit_lock','1767049282:2'),(193103,184412,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201418\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"86a5ff16cc12fbac510aab5e7395f19b\";}}'),(193104,184412,'_edit_last','2'),(193105,184412,'_date_completed','1767049267'),(193106,184412,'_completed_date','2025-12-29 23:01:07'),(193107,184409,'_edit_lock','1767049198:2'),(193108,184409,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201381\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"31fe7fe5f1aed6cf8afe20b8a06fa356\";}}'),(193109,184409,'_edit_last','2'),(193110,184409,'_date_completed','1767049330'),(193111,184409,'_completed_date','2025-12-29 23:02:10'),(193112,184411,'_edit_lock','1767049728:2'),(193113,184411,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201370\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"9c961fe3adf9fbee3aafaa46502e0caf\";}}'),(193114,184411,'_edit_last','2'),(193115,184411,'_date_completed','1767049384'),(193116,184411,'_completed_date','2025-12-29 23:03:04'),(193117,184414,'_edit_lock','1767050121:2'),(193118,184414,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201543\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"01e232be8dc9b93f9e13a1690c91083e\";}}'),(193119,184414,'_edit_last','2'),(193120,184414,'_date_completed','1767050084'),(193121,184414,'_completed_date','2025-12-29 23:14:44'),(193122,184406,'_edit_lock','1767050232:2'),(193123,184406,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"451800201587\";s:12:\"date_shipped\";s:10:\"1766966400\";s:11:\"tracking_id\";s:32:\"f9851e2ede9b5e6dfaf35b8878ccaaf6\";}}'),(193124,184406,'_edit_last','2'),(193125,184406,'_date_completed','1767050226'),(193126,184406,'_completed_date','2025-12-29 23:17:06'),(193127,3696,'_elementor_page_assets','a:0:{}'),(193128,70,'_elementor_page_assets','a:2:{s:6:\"styles\";a:6:{i:0;s:33:\"widget-woocommerce-product-images\";i:1;s:14:\"widget-heading\";i:2;s:32:\"widget-woocommerce-product-price\";i:3;s:38:\"widget-woocommerce-product-add-to-cart\";i:4;s:27:\"widget-woocommerce-products\";i:5;s:31:\"widget-woocommerce-product-meta\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),(193129,70,'_elementor_css','a:6:{s:4:\"time\";i:1767059531;s:5:\"fonts\";a:5:{i:0;s:7:\"Raleway\";i:1;s:10:\"Montserrat\";i:2;s:14:\"Archivo Narrow\";i:3;s:12:\"Merriweather\";i:4;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:2:{i:0;s:8:\"5d0e4318\";i:1;s:8:\"692549d8\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(193130,70,'_elementor_element_cache','{\"timeout\":1767145931,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-661ec577 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"661ec577\\\" data-element_type=\\\"section\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-wide\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-423ec2b8\\\" data-id=\\\"423ec2b8\\\" data-element_type=\\\"column\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImE0ZWUzZmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJpbWFnZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaW1hZ2VfYm9yZGVyX2NvbG9yIjoiIzAwMDAwMCIsInNhbGVfZmxhc2giOiIiLCJzcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0LWltYWdlcyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1cda4335\\\" data-id=\\\"1cda4335\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc5NjExYTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXh0X2NvbG9yIjoiIzVCQzUwMCIsImxpbmtfY29sb3IiOiIjN2E3YTdhIiwidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxN30sInRleHRfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInRleHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLjd9LCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtYnJlYWRjcnVtYiJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjVkMGU0MzE4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJ3b29jb21tZXJjZS1wcm9kdWN0LXRpdGxlLXRhZ1wiIHNldHRpbmdzPVwiJTdCJTIyYmVmb3JlJTIyJTNBJTIyJTIyJTJDJTIyYWZ0ZXIlMjIlM0ElMjIlMjIlMkMlMjJmYWxsYmFjayUyMiUzQSUyMiUyMiU3RFwiXSJ9LCJ0aXRsZSI6IkFkZCBZb3VyIEhlYWRpbmcgVGV4dCBIZXJlIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo0MH0sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJ1cHBlcmNhc2UiLCJ0aXRsZV9jb2xvciI6IiM1QkM1MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC10aXRsZSJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjUxZTE0YTUwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF9hbGlnbiI6ImxlZnQiLCJ0ZXh0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRleHRfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTd9LCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAiLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0IiwidGV4dF90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuN30sIl9tYXJnaW4iOnsidW5pdCI6InB4IiwidG9wIjoiMzAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC1zaG9ydC1kZXNjcmlwdGlvbiJ9\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjNhZjYyNTMzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF9hbGlnbiI6ImxlZnQiLCJwcmljZV9jb2xvciI6IiM3YTdhN2EiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyM30sInR5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJub25lIiwidHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjo1LjQwMDAwMDAwMDAwMDAwMDR9LCJzYWxlX3ByaWNlX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sInByaWNlX2Jsb2NrIjoieWVzIiwic2FsZV9wcmljZV9jb2xvciI6IiMwYzBjMGMiLCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInNhbGVfcHJpY2VfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjN9LCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJzYWxlX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtcHJpY2UifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjFhNTgyOGMwIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiYnV0dG9uX2FsaWduIjoiY2VudGVyIiwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTQiLCJyaWdodCI6IjAzNSIsImJvdHRvbSI6IjE0IiwibGVmdCI6IjM1IiwiaXNMaW5rZWQiOmZhbHNlfSwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uX2JnX2NvbG9yIjoiIzVCQzUwMCIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjNUJDNTAwIiwiYnV0dG9uX3RleHRfY29sb3JfaG92ZXIiOiIjRkZGRkZGIiwiYnV0dG9uX2JnX2NvbG9yX2hvdmVyIjoiIzkwOTA5MCIsImJ1dHRvbl9ib3JkZXJfY29sb3JfaG92ZXIiOiIjMDAwMDAwIiwicXVhbnRpdHlfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJxdWFudGl0eV90ZXh0X2NvbG9yIjoiIzAwMDAwMCIsInF1YW50aXR5X2JnX2NvbG9yIjoicmdiYSgyNTUsMjU1LDI1NSwwLjA4KSIsInF1YW50aXR5X2JvcmRlcl9jb2xvciI6IiMwMDAwMDAiLCJxdWFudGl0eV90ZXh0X2NvbG9yX2ZvY3VzIjoiIzAwMDAwMCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkFyY2hpdm8gTmFycm93Iiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtYWRkLXRvLWNhcnQifQ==\\\"][elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6ImQzOWY2M2QiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19wZXJfcGFnZSI6MywiY29sdW1ucyI6MywiYWxpZ24iOiJsZWZ0IiwiaGVhZGluZ19jb2xvciI6IiMwMDAwMDAiLCJoZWFkaW5nX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImhlYWRpbmdfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1lcnJpd2VhdGhlciIsImhlYWRpbmdfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTV9LCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI5MDAiLCJpbWFnZV9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiaW1hZ2VfYm9yZGVyX2NvbG9yIjoiI2ZmZmZmZiIsInRpdGxlX2NvbG9yIjoiIzAwMDAwMCIsInByaWNlX2NvbG9yIjoiIzAwMDAwMCIsIm9sZF9wcmljZV9jb2xvciI6IiM4OTg5ODkiLCJidXR0b25fYm9yZGVyX2JvcmRlciI6InNvbGlkIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJidXR0b25fc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjowfSwiYm94X2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sImhlYWRpbmdfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsInByaWNlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSYWxld2F5IiwiYnV0dG9uX2JhY2tncm91bmRfY29sb3IiOiIjNUJDNTAwIiwiYnV0dG9uX2JvcmRlcl9jb2xvciI6IiNiYWJhYmEiLCJoZWFkaW5nX3RleHRfYWxpZ24iOiJsZWZ0IiwiYnV0dG9uX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImJ1dHRvbl90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUmFsZXdheSIsIm9yZGVyYnkiOiJ0aXRsZSIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuOTAwMDAwMDAwMDAwMDAwMDIsInNpemVzIjpbXX0sInZpZXdfY2FydF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ2aWV3X2NhcnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiaGlkZV9kZXNrdG9wIjoiaGlkZGVuLWRlc2t0b3AiLCJoaWRlX3RhYmxldCI6ImhpZGRlbi10YWJsZXQiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC1yZWxhdGVkIn0=\\\"]\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-2de17205 elementor-section-content-middle elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2de17205\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2d0614cb\\\" data-id=\\\"2d0614cb\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjY5MjU0OWQ4IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiX19keW5hbWljX18iOnsidGl0bGUiOiJbZWxlbWVudG9yLXRhZyBpZD1cIlwiIG5hbWU9XCJ3b29jb21tZXJjZS1wcm9kdWN0LXRpdGxlLXRhZ1wiIHNldHRpbmdzPVwiJTdCJTIyYmVmb3JlJTIyJTNBJTIyJTIyJTJDJTIyYWZ0ZXIlMjIlM0ElMjIlMjIlMkMlMjJmYWxsYmFjayUyMiUzQSUyMiUyMiU3RFwiXSJ9LCJ0aXRsZSI6IkFkZCBZb3VyIEhlYWRpbmcgVGV4dCBIZXJlIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1lcnJpd2VhdGhlciIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1fSwidHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJ0aXRsZV9jb2xvciI6IiM1QkM1MDAiLCJ3Y21fZWxlbWVudF92aXNpYmlsaXR5X2NvbnRlbnRfcmVzdHJpY3RlZF9tZXNzYWdlIjoiWW91IGFyZSBub3QgYXV0aG9yaXplZCB0byB2aWV3IHRoaXMgY29udGVudC4ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoid29vY29tbWVyY2UtcHJvZHVjdC10aXRsZSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5919d0c0\\\" data-id=\\\"5919d0c0\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6IjdiNWYxYjNlIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsidGV4dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0ZXh0X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNZXJyaXdlYXRoZXIiLCJ0ZXh0X2NvbG9yIjoiIzdhN2E3YSIsImxpbmtfY29sb3IiOiIjMDAwMDAwIiwidGV4dF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMn0sIndjbV9lbGVtZW50X3Zpc2liaWxpdHlfY29udGVudF9yZXN0cmljdGVkX21lc3NhZ2UiOiJZb3UgYXJlIG5vdCBhdXRob3JpemVkIHRvIHZpZXcgdGhpcyBjb250ZW50LiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ3b29jb21tZXJjZS1wcm9kdWN0LW1ldGEifQ==\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-ec6fa16 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"ec6fa16\\\" data-element_type=\\\"section\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-default\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-806c9bd\\\" data-id=\\\"806c9bd\\\" data-element_type=\\\"column\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element k=\\\"26b4fa0d703640f0ee972eed595d10f9\\\" data=\\\"eyJpZCI6Ijc2MTg5ZDFjIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsicG9zdHNfcGVyX3BhZ2UiOjMsImNvbHVtbnMiOjMsImFsaWduIjoibGVmdCIsImhlYWRpbmdfY29sb3IiOiIjMDAwMDAwIiwiaGVhZGluZ190eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNZXJyaXdlYXRoZXIiLCJoZWFkaW5nX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1fSwiaGVhZGluZ190eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiOTAwIiwiaW1hZ2VfYm9yZGVyX3dpZHRoIjp7InVuaXQiOiJweCIsInRvcCI6IjEiLCJyaWdodCI6IjEiLCJib3R0b20iOiIxIiwibGVmdCI6IjEiLCJpc0xpbmtlZCI6dHJ1ZX0sImltYWdlX2JvcmRlcl9jb2xvciI6IiNmZmZmZmYiLCJ0aXRsZV9jb2xvciI6IiMwMDAwMDAiLCJwcmljZV9jb2xvciI6IiMwMDAwMDAiLCJvbGRfcHJpY2VfY29sb3IiOiIjODk4OTg5IiwiYnV0dG9uX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImJ1dHRvbl9ib3JkZXJfd2lkdGgiOnsidW5pdCI6InB4IiwidG9wIjoiMSIsInJpZ2h0IjoiMSIsImJvdHRvbSI6IjEiLCJsZWZ0IjoiMSIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjp0cnVlfSwiYnV0dG9uX3NwYWNpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MH0sImJveF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjB9LCJoZWFkaW5nX3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ik1vbnRzZXJyYXQiLCJwcmljZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJwcmljZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiTW9udHNlcnJhdCIsImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzVCQzUwMCIsImJ1dHRvbl9ib3JkZXJfY29sb3IiOiIjYmFiYWJhIiwiaGVhZGluZ190ZXh0X2FsaWduIjoibGVmdCIsImJ1dHRvbl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJidXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJhbGV3YXkiLCJvcmRlcmJ5IjoibWVudV9vcmRlciIsInN0YXJfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjowLCJzaXplcyI6W119LCJidXR0b25fdGV4dF9jb2xvciI6IiNGRkZGRkYiLCJidXR0b25fdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEsInNpemVzIjpbXX0sImJ1dHRvbl90eXBvZ3JhcGh5X2xldHRlcl9zcGFjaW5nIjp7InVuaXQiOiJweCIsInNpemUiOjAuOTAwMDAwMDAwMDAwMDAwMDIsInNpemVzIjpbXX0sInZpZXdfY2FydF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ2aWV3X2NhcnRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IlJvYm90byIsInZpZXdfY2FydF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiaGlkZV9tb2JpbGUiOiJoaWRkZW4tcGhvbmUiLCJvcmRlciI6ImFzYyIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEyLCJzaXplcyI6W119LCJvbGRfcHJpY2VfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwib2xkX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJNb250c2VycmF0Iiwib2xkX3ByaWNlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjEsInNpemVzIjpbXX0sIm9sZF9wcmljZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsInNob3dfb25zYWxlX2ZsYXNoIjoiIiwid2NtX2VsZW1lbnRfdmlzaWJpbGl0eV9jb250ZW50X3Jlc3RyaWN0ZWRfbWVzc2FnZSI6IllvdSBhcmUgbm90IGF1dGhvcml6ZWQgdG8gdmlldyB0aGlzIGNvbnRlbnQuIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6Indvb2NvbW1lcmNlLXByb2R1Y3QtcmVsYXRlZCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=184416 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (11,2,'2021-03-18 18:49:02','2021-03-18 18:49:02','','Default Kit','','publish','closed','closed','','default-kit','','','2025-07-09 21:29:27','2025-07-09 21:29:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=default-kit',0,'elementor_library','',0),(12,2,'2021-03-18 18:49:08','2021-03-18 18:49:08','','cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107','','inherit','open','closed','','cropped-larada_lcoa-inline-logo-wtag-1-1-300x107','','','2021-03-18 18:49:08','2021-03-18 18:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png',0,'attachment','image/png',0),(16,2,'2021-03-18 19:12:37','2021-03-18 19:12:37','<img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg\" sizes=\"(max-width: 300px) 100vw, 300px\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-300x200.jpg 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-768x512.jpg 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821-600x400.jpg 600w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg 1024w\" alt=\"\" width=\"300\" height=\"200\" />\r\nYour UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4/21/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\"mailto:techsupport@laradasciences.com\">techsupport@laradasciences.com</a>\r\n<a role=\"button\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/\">\r\nSHOP NOW\r\n</a>','Home Login','','publish','closed','closed','','home-login','','','2021-07-23 16:16:50','2021-07-23 16:16:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=16',0,'page','',0),(18,2,'2021-03-18 19:25:18','2021-03-18 19:25:18','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2021-03-18 19:25:18','2021-03-18 19:25:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/woocommerce-placeholder.png',0,'attachment','image/png',0),(19,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','','Shop','','publish','closed','closed','','shop','','','2021-07-23 16:17:22','2021-07-23 16:17:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/shop/',0,'page','',0),(20,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<!-- wp:shortcode -->\r\n<p>[woocommerce_cart]</p>\r\n<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-07-23 16:16:25','2021-07-23 16:16:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/cart/',0,'page','',0),(21,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.</strong></p>\r\n<!-- wp:shortcode -->\r\n<p>[woocommerce_checkout]</p>\r\n<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-07-23 16:16:34','2021-07-23 16:16:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/checkout/',0,'page','',0),(22,1,'2021-03-18 19:25:19','2021-03-18 19:25:19','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2024-06-18 04:53:31','2024-06-18 04:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/my-account/',0,'page','',0),(23,2,'2021-03-25 18:43:23','2021-03-25 18:43:23','','Active Rinse 8oz 50/50<br>(Case of 12)','8oz of 50/50 dimethicone oil\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','active-rinse-8oz','','','2025-07-10 15:51:52','2025-07-10 15:51:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=23',2,'product','',0),(25,2,'2021-03-25 18:36:23','2021-03-25 18:36:23','','ActiveRinse8oz','','inherit','open','closed','','activerinse8oz','','','2021-03-25 18:36:23','2021-03-25 18:36:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse8oz.jpg',0,'attachment','image/jpeg',0),(26,2,'2021-03-25 18:36:23','2021-03-25 18:36:23','','ActiveRinse16oz','','inherit','open','closed','','activerinse16oz','','','2021-03-25 18:36:23','2021-03-25 18:36:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse16oz.jpg',0,'attachment','image/jpeg',0),(27,2,'2021-03-25 18:36:24','2021-03-25 18:36:24','','CombOutMousse','','inherit','open','closed','','comboutmousse','','','2021-03-25 18:36:24','2021-03-25 18:36:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/CombOutMousse.jpg',0,'attachment','image/jpeg',0),(28,2,'2021-03-25 18:36:24','2021-03-25 18:36:24','','LRK','','inherit','open','closed','','lrk','','','2021-03-25 18:36:24','2021-03-25 18:36:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LRK.jpg',0,'attachment','image/jpeg',0),(29,2,'2021-03-25 18:36:25','2021-03-25 18:36:25','','PreventativeDetanglingSpray','','inherit','open','closed','','preventativedetanglingspray','','','2021-03-25 18:36:25','2021-03-25 18:36:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeDetanglingSpray.jpg',0,'attachment','image/jpeg',0),(30,2,'2021-03-25 18:36:25','2021-03-25 18:36:25','','PreventativeSpray','','inherit','open','closed','','preventativespray','','','2021-03-25 18:36:25','2021-03-25 18:36:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeSpray.jpg',0,'attachment','image/jpeg',0),(31,2,'2021-03-25 18:36:26','2021-03-25 18:36:26','','PreventiveConditioner','','inherit','open','closed','','preventiveconditioner','','','2021-03-25 18:36:26','2021-03-25 18:36:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveConditioner.jpg',0,'attachment','image/jpeg',0),(32,2,'2021-03-25 18:36:26','2021-03-25 18:36:26','','PreventiveHairbands','','inherit','open','closed','','preventivehairbands','','','2021-03-25 18:36:26','2021-03-25 18:36:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveHairbands.jpg',0,'attachment','image/jpeg',0),(33,2,'2021-03-25 18:36:27','2021-03-25 18:36:27','','PreventiveKit','','inherit','open','closed','','preventivekit','','','2021-03-25 18:36:27','2021-03-25 18:36:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveKit.jpg',0,'attachment','image/jpeg',0),(34,2,'2021-03-25 18:36:27','2021-03-25 18:36:27','','PreventiveShampoo','','inherit','open','closed','','preventiveshampoo','','','2021-03-25 18:36:27','2021-03-25 18:36:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveShampoo.jpg',0,'attachment','image/jpeg',0),(35,2,'2021-03-25 18:36:28','2021-03-25 18:36:28','','TerminatorComb','','inherit','open','closed','','terminatorcomb','','','2021-03-25 18:36:28','2021-03-25 18:36:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/TerminatorComb.jpg',0,'attachment','image/jpeg',0),(38,2,'2021-03-25 18:38:00','2021-03-25 18:38:00','','Active Rinse 16oz 50/50<br>(Case of 16)','16oz of 50/50 dimethicone oil\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','active-rinse-16-oz','','','2025-07-10 15:52:02','2025-07-10 15:52:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=38',3,'product','',0),(39,2,'2021-03-25 18:38:00','2021-03-25 18:38:00','','Preventive Shampoo 8oz<br>(Case of 12)','Our preventive lice products contain essential oils that attack a louse’s olfactory nerves. The lice shampoo will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” shampoo.\r\n\r\nYou can use the lice shampoo daily, or whenever you normally wash your hair.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','preventive-shampoo','','','2025-05-14 15:36:13','2025-05-14 15:36:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=39',18,'product','',0),(40,2,'2021-03-25 18:38:01','2021-03-25 18:38:01','','Preventive Conditioner 8oz<br>(Case of 12)','Our preventive lice products contain essential oils that attack a louse’s olfactory nerves. The lice conditioner will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” conditioner.\r\n\r\nYou can use the lice conditioner daily, or whenever you normally condition your hair.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','preventive-conditioner','','','2025-05-14 15:35:09','2025-05-14 15:35:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=40',19,'product','',0),(41,2,'2021-03-25 18:38:01','2021-03-25 18:38:01','','Professional Lice Comb<br>(Case of 12)','Use the same Lice Comb the Professionals use. This high-quality metal lice comb has patented micro-grooved teeth to capture nits with ease. This is the single most effective weapon against nits and lice. It can easily be disinfected if you plan on sharing between family members.\r\n\r\n<strong>Case of 12 Combs</strong>','publish','closed','closed','','professional-lice-comb','','','2025-06-16 15:25:57','2025-06-16 15:25:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=41',8,'product','',0),(42,2,'2021-03-25 18:38:01','2021-03-25 18:38:01','','Comb-Out Mousse<br>(Case of 12)','4oz bottles of enzyme solution\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','comb-out-mousse','','','2025-05-09 14:19:45','2025-05-09 14:19:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=42',6,'product','',0),(43,2,'2021-03-25 18:38:01','2021-03-25 18:38:01','','Preventive Spray 8oz<br>(Case of 12)','Our preventive lice spray contains essential oils that attack a louse’s olfactory nerves. The preventive spray will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” spray.\r\n\r\nYou can spray this preventive product on the head daily.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','preventive-spray-8oz','','','2025-05-09 14:23:42','2025-05-09 14:23:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=43',21,'product','',0),(44,2,'2021-03-25 18:38:01','2021-03-25 18:38:01','','Preventive Kit<br>(Case of 6)','<div>Our Preventive Kit combines our best daily-use hair care products to repel lice. Use this full regimen of shampoo, conditioner and spray to keep yourself and your family protected.</div>\r\n<div><strong>Case of 6 Kits</strong></div>','publish','closed','closed','','preventive-kit','','','2025-05-09 14:13:58','2025-05-09 14:13:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=44',24,'product','',0),(45,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','Super Clarifying Shampoo 8oz<br>(Case of 12)','8oz Clarifying Shampoo\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','super-clarifying-shampoo-8-oz','','','2025-05-09 14:25:05','2025-05-09 14:25:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=45',9,'product','',0),(46,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','Lice Remover Kit<br>(Case of 6)','Our Lice Remover Kit was developed through years of research in our urgent care lice clinics. Optimized for home use with everything you need to treat lice safely and effectively. Non-toxic &amp; pesticide-free. Treats one person.\r\n\r\n<strong>Case of 6 Kits</strong>','draft','closed','closed','','lice-remover-kit','','','2021-06-16 14:54:52','2021-06-16 14:54:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=46',15,'product','',0),(47,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','OneCure Lice Treatment<br>(Case of 3)','<div>One and done! Be lice free in about an hour. The revolutionary OneCure uses the same intelligent heated-air technology used in our clinics to dehydrate and kill live lice and their eggs (nits). This complete kit treats two and is 100% guaranteed. The device is reusable with the purchase of additional single-use tips. Safe and easy to use for ages 4+.</div>\r\n<div><strong>Case of 3 Kits</strong></div>','draft','closed','closed','','onecure-lice-treatment','','','2021-06-16 14:54:59','2021-06-16 14:54:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=47',16,'product','',0),(48,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','OneCure Tip Kit<br>(Case of 12)','If you already have the OneCure, treat additional cases with this refill tip kit (OneCure device, gel dispenser, and nit comb not included). Includes a single-use OneCure tip and a bottle of the liquid super gel. Treats one.\r\nBox includes:\r\n1 treatment tip\r\n1 bottle of liquid gel\r\n\r\n<strong>Case of 12 Kits</strong>','draft','closed','closed','','onecure-tip-kit','','','2021-06-16 14:54:45','2021-06-16 14:54:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=48',17,'product','',0),(49,2,'2021-03-25 18:38:02','2021-03-25 18:38:02','','Preventive Detangling Spray 8oz<br>(Case of 12)','All the lice repelling benefits of our regular Preventive Spray but also detangles and conditions. Safe for daily use.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','preventive-detangling-spray-8-oz','','','2025-05-09 14:21:18','2025-05-09 14:21:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=49',22,'product','',0),(50,2,'2021-03-25 18:38:03','2021-03-25 18:38:03','','Preventive Hair Bands<br>(Case of 20)','Our reusable Lice Preventive Hairbands are perfect for keeping lice away. This pack includes 4 hair bands infused with 100% natural essential oils. Each hair band is reusable for up to 2 weeks of protection.\r\n\r\n<strong>Case of 20 Packs</strong>','draft','closed','closed','','preventive-hair-bands','','','2025-02-20 16:40:58','2025-02-20 16:40:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=50',23,'product','',0),(51,2,'2021-03-25 18:38:03','2021-03-25 18:38:03','','Urgent Care Kit<br>(Case of 6)','Our Urgent Care kit combines the best in treatment and preventive products. Active Rinse, Comb-Out Mousse, and our Professional Nit Comb for treatment combined with our Preventive Spray to keep lice away once they\'re gone.\r\n\r\n<strong>Case of 6 Kits</strong>','publish','closed','closed','','urgent-care-kit','','','2025-05-09 14:13:33','2025-05-09 14:13:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=51',12,'product','',0),(52,2,'2021-03-25 18:38:03','2021-03-25 18:38:03','','ActiveRinse8oz-1.jpg','','inherit','open','closed','','activerinse8oz-1-jpg','','','2021-03-25 18:38:03','2021-03-25 18:38:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse8oz-1.jpg',0,'attachment','image/jpeg',0),(53,2,'2021-03-25 18:38:04','2021-03-25 18:38:04','','ActiveRinse16oz-1.jpg','','inherit','open','closed','','activerinse16oz-1-jpg','','','2021-03-25 18:38:04','2021-03-25 18:38:04','',38,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ActiveRinse16oz-1.jpg',0,'attachment','image/jpeg',0),(54,2,'2021-03-25 18:38:04','2021-03-25 18:38:04','','PreventiveShampoo-1.jpg','','inherit','open','closed','','preventiveshampoo-1-jpg','','','2021-03-25 18:38:04','2021-03-25 18:38:04','',39,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveShampoo-1.jpg',0,'attachment','image/jpeg',0),(55,2,'2021-03-25 18:38:05','2021-03-25 18:38:05','','PreventiveConditioner-1.jpg','','inherit','open','closed','','preventiveconditioner-1-jpg','','','2021-03-25 18:38:05','2021-03-25 18:38:05','',40,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveConditioner-1.jpg',0,'attachment','image/jpeg',0),(56,2,'2021-03-25 18:38:06','2021-03-25 18:38:06','','TerminatorComb-1.jpg','','inherit','open','closed','','terminatorcomb-1-jpg','','','2021-03-25 18:38:06','2021-03-25 18:38:06','',41,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/TerminatorComb-1.jpg',0,'attachment','image/jpeg',0),(57,2,'2021-03-25 18:38:06','2021-03-25 18:38:06','','CombOutMousse-1.jpg','','inherit','open','closed','','comboutmousse-1-jpg','','','2021-03-25 18:38:06','2021-03-25 18:38:06','',42,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/CombOutMousse-1.jpg',0,'attachment','image/jpeg',0),(58,2,'2021-03-25 18:38:07','2021-03-25 18:38:07','','PreventativeSpray-1.jpg','','inherit','open','closed','','preventativespray-1-jpg','','','2021-03-25 18:38:07','2021-03-25 18:38:07','',43,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeSpray-1.jpg',0,'attachment','image/jpeg',0),(59,2,'2021-03-25 18:38:07','2021-03-25 18:38:07','','PreventiveKit-1.jpg','','inherit','open','closed','','preventivekit-1-jpg','','','2021-03-25 18:38:07','2021-03-25 18:38:07','',44,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveKit-1.jpg',0,'attachment','image/jpeg',0),(60,2,'2021-03-25 18:38:08','2021-03-25 18:38:08','','ClarifyingShampoo.jpg','','inherit','open','closed','','clarifyingshampoo-jpg','','','2021-03-25 18:38:08','2021-03-25 18:38:08','',45,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/ClarifyingShampoo.jpg',0,'attachment','image/jpeg',0),(61,2,'2021-03-25 18:38:09','2021-03-25 18:38:09','','LRK-1.jpg','','inherit','open','closed','','lrk-1-jpg','','','2021-03-25 18:38:09','2021-03-25 18:38:09','',46,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LRK-1.jpg',0,'attachment','image/jpeg',0),(62,2,'2021-03-25 18:38:09','2021-03-25 18:38:09','','OneCure.jpg','','inherit','open','closed','','onecure-jpg','','','2021-03-25 18:38:09','2021-03-25 18:38:09','',47,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCure.jpg',0,'attachment','image/jpeg',0),(63,2,'2021-03-25 18:38:10','2021-03-25 18:38:10','','OneCureTipKit.jpg','','inherit','open','closed','','onecuretipkit-jpg','','','2021-03-25 18:38:10','2021-03-25 18:38:10','',48,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/OneCureTipKit.jpg',0,'attachment','image/jpeg',0),(64,2,'2021-03-25 18:38:11','2021-03-25 18:38:11','','PreventativeDetanglingSpray-1.jpg','','inherit','open','closed','','preventativedetanglingspray-1-jpg','','','2021-03-25 18:38:11','2021-03-25 18:38:11','',49,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventativeDetanglingSpray-1.jpg',0,'attachment','image/jpeg',0),(65,2,'2021-03-25 18:38:11','2021-03-25 18:38:11','','PreventiveHairbands-1.jpg','','inherit','open','closed','','preventivehairbands-1-jpg','','','2021-03-25 18:38:11','2021-03-25 18:38:11','',50,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PreventiveHairbands-1.jpg',0,'attachment','image/jpeg',0),(66,2,'2021-03-25 18:38:12','2021-03-25 18:38:12','','UrgentCareKit.jpg','','inherit','open','closed','','urgentcarekit-jpg','','','2021-03-25 18:38:12','2021-03-25 18:38:12','',51,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/UrgentCareKit.jpg',0,'attachment','image/jpeg',0),(70,2,'2021-03-25 18:48:32','2021-03-25 18:48:32','','Product Template Page','','publish','closed','closed','','product-template-page','','','2024-01-11 20:42:26','2024-01-11 20:42:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=70',0,'elementor_library','',0),(93,2,'2021-03-26 20:59:56','2021-03-26 20:59:56','','Bulk Active Rinse 100%','32oz Bulk Active Rinse: 100% dimethicone oil treatment','publish','closed','closed','','bulk-active-rise-100','','','2025-08-14 19:23:27','2025-08-14 19:23:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=93',25,'product','',0),(94,2,'2021-03-26 21:02:25','2021-03-26 21:02:25','','BulkPortalActiveRinse32oz100','','inherit','open','closed','','bulkportalactiverinse32oz100','','','2021-03-26 21:02:25','2021-03-26 21:02:25','',93,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalActiveRinse32oz100.jpg',0,'attachment','image/jpeg',0),(95,2,'2021-03-26 21:02:52','2021-03-26 21:02:52','','Bulk Active Rinse 50/50','32oz Bulk Active Rinse: 50% dimethicone, 50% olive oil treatment','publish','closed','closed','','bulk-active-rise-50','','','2025-08-14 19:23:17','2025-08-14 19:23:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=95',27,'product','',0),(96,2,'2021-03-26 21:03:44','2021-03-26 21:03:44','','BulkPortalActiveRinse32oz5050','','inherit','open','closed','','bulkportalactiverinse32oz5050','','','2021-03-26 21:03:44','2021-03-26 21:03:44','',95,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalActiveRinse32oz5050.jpg',0,'attachment','image/jpeg',0),(97,2,'2021-03-26 21:04:02','2021-03-26 21:04:02','','Bulk Detangling Spray 1 Gallon','1 gal - Detangling Spray','publish','closed','closed','','bulk-detangling-spray-gal','','','2025-08-14 19:22:37','2025-08-14 19:22:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=97',29,'product','',0),(98,2,'2021-03-26 21:05:33','2021-03-26 21:05:33','','BulkPortalPreventiveSprayGallon','','inherit','open','closed','','bulkportalpreventivespraygallon','','','2021-03-26 21:05:33','2021-03-26 21:05:33','',97,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalPreventiveSprayGallon.jpg',0,'attachment','image/jpeg',0),(99,2,'2021-03-26 21:06:08','2021-03-26 21:06:08','','Bulk Mousse 1 Gallon','Bulk Mousse: 1 gal - 2 in 1 enzyme mousse refill','publish','closed','closed','','bulk-mousse-gal','','','2025-08-14 19:22:21','2025-08-14 19:22:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=99',31,'product','',0),(100,2,'2021-03-26 21:07:00','2021-03-26 21:07:00','','BulkPortalMousseGallon','','inherit','open','closed','','bulkportalmoussegallon','','','2021-03-26 21:07:00','2021-03-26 21:07:00','',99,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/BulkPortalMousseGallon.jpg',0,'attachment','image/jpeg',0),(101,2,'2021-03-26 21:07:35','2021-03-26 21:07:35','','6 Pack Empty Rinse 8oz Bottles','6 pack of Empty Rinse 8oz bottles','publish','closed','closed','','empty-rinse-8oz-bottles','','','2023-12-01 17:19:06','2023-12-01 17:19:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=101',34,'product','',0),(102,2,'2021-03-26 21:08:36','2021-03-26 21:08:36','','Bulk Empty Rinse-1483467026','','inherit','open','closed','','bulk-empty-rinse-1483467026','','','2021-03-26 21:08:36','2021-03-26 21:08:36','',101,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Bulk-Empty-Rinse-1483467026.jpg',0,'attachment','image/jpeg',0),(103,2,'2021-03-26 21:09:13','2021-03-26 21:09:13','','6 Pack Empty Foamer 8oz Bottle','6 Pack of Empty Foamer 8oz bottles','publish','closed','closed','','empty-foamer-8oz-bottles','','','2023-12-01 17:17:01','2023-12-01 17:17:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=103',33,'product','',0),(104,2,'2021-03-26 21:09:57','2021-03-26 21:09:57','','Bulk Empty Foamer-1483467050','','inherit','open','closed','','bulk-empty-foamer-1483467050','','','2021-03-26 21:09:57','2021-03-26 21:09:57','',103,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Bulk-Empty-Foamer-1483467050.jpg',0,'attachment','image/jpeg',0),(105,2,'2021-03-26 21:11:36','2021-03-26 21:11:36','','USA Starter Package','Retail Products for NEW Franchisees\r\n<i>(available as part of your first order for your first clinic in the USA -\r\n<b>For international starter packages please contact Kelvin</b>)</i>\r\n\r\n<b>USA Includes:</b>\r\n-6 bottles of Active Rinse (8oz Dimethicone Oil)\r\n-6 bottles of Comb-Out Mousse (4oz Bottle of Enzyme Solution)\r\n-6 bottles of Preventive Spray (8oz of Lice Repellent Mint Spray)\r\n-6 terminator combs\r\n-6 bottles of Preventive Shampoo\r\n-6 bottles of Preventive Conditioner\r\n-3 of each of our Kits (Preventive, Urgent Care, and Urgent Care &amp; Preventive)\r\n-1 case of Pediatrician Sample (48, 2oz bottles)\r\n-6 Lice Remover Kits\r\nYou will also receive the following treatment items:\r\n-1 Bulk 32 oz bottle of Active Rinse (100% Dimethicone)\r\n-1 Bulk 128 oz bottle of Enzyme Based Mousse\r\n- 6 Empty 8oz Rinse bottles (to pour bulk)\r\n- 6 Empty 8oz Foamer bottles (to pour bulk)','draft','closed','closed','','usa-starter-package','','','2021-06-01 18:41:27','2021-06-01 18:41:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=105',35,'product','',0),(106,2,'2021-03-26 21:11:25','2021-03-26 21:11:25','','PortalLogo-1530631821','','inherit','open','closed','','portallogo-1530631821','','','2021-03-26 21:11:25','2021-03-26 21:11:25','',105,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalLogo-1530631821.jpg',0,'attachment','image/jpeg',0),(112,2,'2021-03-28 17:00:26','2021-03-28 17:00:26','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','publish','closed','closed','','lca-portal-store-header','','','2025-09-17 16:42:14','2025-09-17 16:42:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=112',0,'elementor_library','',0),(113,2,'2021-03-28 15:42:36','2021-03-28 15:42:36','','DESIGNFORM-Logo.png','','inherit','open','closed','','designform-logo-png','','','2021-03-28 15:42:36','2021-03-28 15:42:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/DESIGNFORM-Logo.png',0,'attachment','image/png',0),(115,2,'2021-03-28 18:25:00','2021-03-28 18:25:00','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h5>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h5>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','publish','closed','closed','','shop-now','','','2025-12-20 05:00:36','2025-12-20 05:00:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=115',0,'page','',0),(116,2,'2021-03-28 18:37:09','2021-03-28 18:37:09','','Pediatrician Samples 2oz<br>(Case of 48)','Pediatric Sample Case: 48, 2oz bottles of 50/50 dimethicone rinse\r\n\r\n<strong>Case of 48 Bottles</strong>','publish','closed','closed','','pediatrician-samples-2oz','','','2025-05-09 14:13:28','2025-05-09 14:13:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=116',7,'product','',0),(117,2,'2021-03-28 18:39:42','2021-03-28 18:39:42','','PortalActiveRinseSample2oz','','inherit','open','closed','','portalactiverinsesample2oz','','','2021-03-28 18:39:42','2021-03-28 18:39:42','',116,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalActiveRinseSample2oz.jpg',0,'attachment','image/jpeg',0),(118,2,'2021-03-28 18:43:09','2021-03-28 18:43:09','','Urgent Care & Preventive Kit<br>(Case of 6)','Kit includes Preventive Shampoo, Preventive Conditioner, Active Rinse, Comb-out Mousse, and a Comb\r\n\r\n<strong>Case of 6 Kits</strong>','publish','closed','closed','','urgent-care-preventive-kit','','','2025-05-09 14:13:23','2025-05-09 14:13:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=118',10,'product','',0),(119,2,'2021-03-28 18:44:05','2021-03-28 18:44:05','','PortalPROKitUrgentPrevent','','inherit','open','closed','','portalprokiturgentprevent','','','2021-03-28 18:44:05','2021-03-28 18:44:05','',118,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentPrevent.jpg',0,'attachment','image/jpeg',0),(120,2,'2021-03-28 18:47:24','2021-03-28 18:47:24','','Preventive Spray 2oz<br>(Case of 24)','2oz Lice Repellent Mint Spray\r\n\r\n<strong>Case of 24 Bottles</strong>','publish','closed','closed','','preventive-spray-2oz','','','2025-05-09 14:23:09','2025-05-09 14:23:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=120',20,'product','',0),(121,2,'2021-03-28 18:48:33','2021-03-28 18:48:33','','PortalPreventiveSpray2oz','','inherit','open','closed','','portalpreventivespray2oz','','','2021-03-28 18:48:33','2021-03-28 18:48:33','',120,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPreventiveSpray2oz.jpg',0,'attachment','image/jpeg',0),(125,2,'2025-10-14 15:22:22','2021-03-28 19:25:57','','SHOP NOW','','publish','closed','closed','','shop-now','','','2025-10-14 15:22:22','2025-10-14 15:22:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=125',1,'nav_menu_item','',0),(126,2,'2025-10-14 15:22:22','2021-03-28 19:25:57','','MY ACCOUNT','','publish','closed','closed','','my-account','','','2025-10-14 15:22:22','2025-10-14 15:22:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=126',2,'nav_menu_item','',0),(131,2,'2021-03-30 14:29:08','2021-03-30 14:29:08','','Disposable Capes','Full-size capes that are durable, lightweight &amp; economically friendly. Disposable capes offer clean &amp; sanitary conditions.','publish','closed','closed','','disposable-capes','','','2021-12-31 16:13:59','2021-12-31 16:13:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=131',43,'product','',0),(132,2,'2021-03-30 14:28:48','2021-03-30 14:28:48','','capes','','inherit','open','closed','','capes','','','2021-03-30 14:28:48','2021-03-30 14:28:48','',131,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/capes.jpg',0,'attachment','image/jpeg',0),(133,2,'2021-03-30 14:37:52','2021-03-30 14:37:52','','Disposable Head Bands','Use to protect hair and keep it away from the face during treatments\r\nFits Snug\r\nCovers Ears\r\nVelcro Closure','publish','closed','closed','','disposable-head-bands','','','2021-12-31 16:13:05','2021-12-31 16:13:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=133',44,'product','',0),(134,2,'2021-03-30 14:33:15','2021-03-30 14:33:15','','Head Bands','','inherit','open','closed','','head-bands','','','2021-03-30 14:33:15','2021-03-30 14:33:15','',133,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Head-Bands.jpg',0,'attachment','image/jpeg',0),(135,2,'2021-03-30 14:40:36','2021-03-30 14:40:36','','Large Butterfly Clips','(3) 1/4\" Large Frosty Butterfly Clips, comes in a pack of 9 assorted color clips.','publish','closed','closed','','large-butterfly-clips','','','2021-12-31 16:12:20','2021-12-31 16:12:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=135',46,'product','',0),(136,2,'2021-03-30 14:40:06','2021-03-30 14:40:06','','Clips','','inherit','open','closed','','clips','','','2021-03-30 14:40:06','2021-03-30 14:40:06','',135,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Clips.jpg',0,'attachment','image/jpeg',0),(137,2,'2021-03-30 14:47:40','2021-03-30 14:47:40','','The Wet Brush','Work through the knots and smooth hair with ease with the Wet Brush Original Detangler. Suitable for all hair types, this revolutionary hairbrush is designed to use on wet hair when it has the potential to tangle the worst and features innovative intelliflex nylon bristles that are thin, strong, and flexible for the easiest detangling. You will feel the difference and fall in love when you glide this detangling brush through your gnarled locks and transform them into incredibly soft, shiny tresses.\r\n\r\n<strong>DESIGNS AND COLORS WILL BE RANDOMLY SELECTED\r\nPICTURES DON\'T REFLECT THE DESIGN AND COLORS YOU WILL RECEIVE </strong>','publish','closed','closed','','the-wet-brush','','','2021-12-31 16:12:01','2021-12-31 16:12:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=137',41,'product','',0),(138,2,'2021-03-30 15:06:42','2021-03-30 15:06:42','','The Wet Brush Squirt','The Wet Brush Squirt is the cutest little thing! A mini version of the massively popular Wet Brush, they can almost fit anywhere for detangling on the go.\r\n\r\n<strong>DESIGNS AND COLORS WILL BE RANDOMLY SELECTED\r\nPICTURES DON\'T REFLECT THE DESIGN AND COLORS YOU WILL RECEIVE </strong>','publish','closed','closed','','the-wet-brush-squirt','','','2021-12-31 16:11:37','2021-12-31 16:11:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=138',45,'product','',0),(139,2,'2021-03-30 14:50:39','2021-03-30 14:50:39','','yhst-60093691062574_2246_27282157','','inherit','open','closed','','yhst-60093691062574_2246_27282157','','','2021-03-30 14:50:39','2021-03-30 14:50:39','',138,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/yhst-60093691062574_2246_27282157.gif',0,'attachment','image/gif',0),(141,2,'2021-03-30 15:08:46','2021-03-30 15:08:46','','Wet Brushes','','inherit','open','closed','','wet-brushes','','','2021-03-30 15:08:46','2021-03-30 15:08:46','',137,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/Wet-Brushes.jpg',0,'attachment','image/jpeg',0),(142,2,'2021-03-30 15:17:20','2021-03-30 15:17:20','','6\" Wide Tooth Detangling Comb','Use this comb before treatment to comb and detangle hair.\r\nThis comb is great for really thick or curly hair.','publish','closed','closed','','6-wide-tooth-detangling-comb','','','2021-06-01 18:39:52','2021-06-01 18:39:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=142',36,'product','',0),(143,2,'2021-03-30 15:17:02','2021-03-30 15:17:02','','6\'sidedetangler','','inherit','open','closed','','6sidedetangler','','','2021-03-30 15:17:02','2021-03-30 15:17:02','',142,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/6sidedetangler.jpg',0,'attachment','image/jpeg',0),(144,2,'2021-03-30 15:19:26','2021-03-30 15:19:26','','Course Tail Comb','This comb is a 9\" professional course tail comb.\r\nThis comb makes dividing the hair into sections easy.','publish','closed','closed','','course-tail-comb','','','2021-12-31 16:09:38','2021-12-31 16:09:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=144',38,'product','',0),(145,2,'2021-03-30 15:18:46','2021-03-30 15:18:46','','3905','','inherit','open','closed','','3905','','','2021-03-30 15:18:46','2021-03-30 15:18:46','',144,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/3905.jpg',0,'attachment','image/jpeg',0),(146,2,'2021-03-30 15:22:03','2021-03-30 15:22:03','','9\" Detangler Comb','Use this comb before treatment to comb and detangle hair.','publish','closed','closed','','9-detangler-comb','','','2021-12-31 16:09:55','2021-12-31 16:09:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=146',37,'product','',0),(147,2,'2021-03-30 15:21:10','2021-03-30 15:21:10','','9\'detangler','','inherit','open','closed','','9detangler','','','2021-03-30 15:21:10','2021-03-30 15:21:10','',146,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/9detangler.jpg',0,'attachment','image/jpeg',0),(148,2,'2021-03-30 17:18:03','2021-03-30 17:18:03','','Disney Wet Brush','Work through the knots and smooth hair with ease with the Wet Brush Original Detangler. Suitable for all hair types, this revolutionary hairbrush is designed to use on wet hair when it has the potential to tangle the worst and features innovative intelliflex nylon bristles that are thin, strong, and flexible for the easiest detangling. You will feel the difference and fall in love when you glide this detangling brush through your gnarled locks and transform them into incredibly soft, shiny tresses.\r\n\r\n<strong>DESIGNS AND COLORS WILL BE RANDOMLY SELECTED\r\nPICTURES DON\'T REFLECT THE DESIGN AND COLORS YOU WILL RECEIVE </strong>','publish','closed','closed','','disney-wet-brush','','','2021-12-31 16:11:06','2021-12-31 16:11:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=148',42,'product','',0),(149,2,'2021-03-30 17:17:39','2021-03-30 17:17:39','','wet-brush-disney-princesses','','inherit','open','closed','','wet-brush-disney-princesses','','','2021-03-30 17:17:39','2021-03-30 17:17:39','',148,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/wet-brush-disney-princesses.png',0,'attachment','image/png',0),(158,2,'2021-04-08 16:05:41','2021-04-08 16:05:41','<h2>Shipping Policy</h2>\r\n<strong>1. General</strong>\r\nSubject to stock availability. We will fulfill the available products to you, and contact you about whether you would prefer to await restocking of the back-ordered item or if you would prefer for us to process a refund.\r\n\r\n<strong>2. Shipping Costs</strong>\r\nShipping costs are calculated during checkout based on weight, dimensions, and destination of the items in the order. Payment for shipping will be collected with the purchase.\r\nThis price will be the final price for shipping cost to the customer.\r\n\r\n<strong>3. Returns</strong>\r\n<strong>3.1 Return Due to Change Of Mind</strong>\r\nGinesis Products will happily accept returns due to a change of mind as long as a request to return is received by us within 30 days of receipt of item and are returned to us in original packaging, unused, and in resellable condition.\r\nReturn shipping will be paid at the customer\'s expense and will be required to arrange their own shipping.\r\nOnce returns are received and accepted, refunds will be processed to store credit for a future purchase. We will notify you once this has been completed through email.\r\n(Ginesis Products) will refund the value of the goods returned but will NOT refund the value of any shipping paid.\r\n<strong>3.2 Warranty Returns</strong>\r\nGinesis Products will happily honor any valid warranty claims, provided a claim is submitted within 90 days of receipt of items.\r\nCustomers will be required to pre-pay the return shipping, however, we will reimburse you upon successful warranty claim.\r\nUpon return receipt of items for a warranty claim, you can expect Ginesis Products to process your warranty claim within 7 days.\r\nOnce the warranty claim is confirmed, you will receive the choice of:\r\n(a) refund to your payment method\r\n(b) a refund in store credit\r\n(c) a replacement item sent to you (if stock is available)\r\n\r\n<strong>4. Delivery Terms</strong>\r\n<strong>4.1 Transit Time Domestically</strong>\r\nIn general, domestic shipments are in transit for 2 - 7 days\r\n<strong>4.2 Transit Time Internationally</strong>\r\nGenerally, orders shipped internationally are in transit for 4 - 22 days. This varies greatly depending on the courier you have selected. We are able to offer a more specific estimate when you are choosing your courier at the checkout.\r\n<strong>4.3 Dispatch Time</strong>\r\nOrders are usually dispatched within 2 business days of payment of the order\r\nOur warehouse operates on Monday - Friday during standard business hours, except on national holidays at which time the warehouse will be closed. In these instances, we take steps to ensure shipment delays will be kept to a minimum.\r\n<strong>4.4 Change Of Delivery Address</strong>\r\nFor change of delivery address requests, we are able to change the address at any time before the order has been dispatched.\r\n<strong>4.5 P.O. Box Shipping</strong>\r\nGinesis Products does not offer shipping to po boxes.\r\n<strong>4.6 Military Address Shipping</strong>\r\nWe are unable to ship to military addresses.\r\n<strong>4.7 Items Out Of Stock</strong>\r\nIf an item is out of stock, we will dispatch the in-stock items immediately and send the remaining items once they return to stock.\r\n<strong>4.8 Delivery Time Exceeded</strong>\r\nIf delivery time has exceeded the forecasted time, please contact us so that we can conduct an investigation.\r\n\r\n<strong>5. Tracking Notifications</strong>\r\nUpon dispatch, customers will receive a tracking link from which they will be able to follow the progress of their shipment based on the latest updates made available by the shipping provider.\r\n\r\n<strong>6. Parcels Damaged In Transit</strong>\r\nIf you find a parcel is damaged in-transit, if possible, please reject the parcel from the courier and get in touch with our customer service. If the parcel has been delivered without you being present, please contact customer service with next steps.\r\n\r\n<strong>7. Import Duties &amp; Taxes</strong>\r\nImport duties and taxes for international shipments may be liable to be paid upon arrival in destination country. This varies by country, and Ginesis Products encourage you to be aware of these potential costs before placing an order with us.\r\nIf you refuse to to pay duties and taxes upon arrival at your destination country, the goods will be returned to Ginesis Products at the customers expense, and the customer will receive a refund for the value of goods paid, minus the cost of the return shipping. The cost of the initial shipping will not be refunded.\r\n\r\n<strong>8. Cancellations</strong>\r\nIf you change your mind before you have received your order, we are able to accept cancellations at any time before the order has been dispatched. If an order\r\nhas already been dispatched, please refer to our refund policy.\r\n\r\n<strong>9. Insurance</strong>\r\nParcels are insured for loss and damage up to the value as stated by the courier.\r\n<strong>9.1 Process for Parcel Damaged In Transit</strong>\r\nWe will process a refund or replacement as soon as the courier has completed their investigation into the claim.\r\n<strong>9.2 Process for Parcel Lost in Transit</strong>\r\nWe will process a refund or replacement as soon as the courier has investigated and deemed the parcel lost.\r\n\r\n<strong>10. Customer Service</strong>\r\nFor all customer service inquiries, please email us at <strong>ginesis@ginesis.com</strong>','Shipping Policy','','publish','closed','closed','','shipping-policy','','','2021-07-23 16:17:15','2021-07-23 16:17:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=158',0,'page','',0),(161,2,'2021-04-01 17:58:23','2021-04-01 17:58:23','','CLINIC OWNER','','publish','closed','closed','','frantf','','','2021-07-13 14:34:46','2021-07-13 14:34:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=161',0,'wc_membership_plan','',0),(162,2,'2021-04-01 18:50:09','2021-04-01 18:50:09','','Auto Draft','','wcm-active','closed','closed','um_606615d20dd19','auto-draft','','','2023-07-31 17:17:35','2023-07-31 17:17:35','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=162',0,'wc_user_membership','',0),(171,1,'2021-04-07 19:35:39','2021-04-07 19:35:39','','Refund &ndash; Apr 07, 2021 @ 07:35 PM','','trash','closed','closed','wc_order_KzZMscsEorVw6','refund-apr-07-2021-0735-pm','','','2021-04-07 19:35:39','2021-04-07 19:35:39','',170,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=171',0,'shop_order_refund','',0),(174,1,'2021-04-07 19:41:01','2021-04-07 19:41:01','','Refund &ndash; Apr 07, 2021 @ 07:41 PM','','trash','closed','closed','wc_order_mzbJX5G3B6s80','refund-apr-07-2021-0741-pm','','','2021-04-07 19:41:01','2021-04-07 19:41:01','',173,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=174',0,'shop_order_refund','',0),(181,2,'2021-04-08 16:34:08','2021-04-08 16:34:08','<h2>Refund Policy</h2>\r\nWe have a 30-day return policy, which means you have 30 days after receiving your item to request a return.\r\nTo be eligible for a return, your item must be in the same condition that you received it, in its original packaging. You’ll also need the receipt or proof of purchase.\r\nTo start a return, you can contact us at <strong>ginesis@ginesis.com</strong>. Items sent back to us without first requesting a return will not be accepted.\r\nYou can always contact us for any return question at <strong>ginesis@ginesis.com</strong>.\r\n\r\n<strong>Damages and Issues</strong>\r\nPlease inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.\r\n\r\n<strong>Refunds</strong>\r\nWe will notify you once we’ve received and inspected your return, and let you know if the refund was approved or not. If approved, you’ll be automatically refunded on your original payment method. Please remember it can take some time for your bank or credit card company to process and post the refund too.','Refund Policy','','publish','closed','closed','','refund-policy','','','2021-07-23 16:17:10','2021-07-23 16:17:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=181',0,'page','',0),(182,2,'2021-04-08 16:37:27','2021-04-08 16:37:27','<h2>Terms of Service</h2>\r\n<strong>OVERVIEW</strong>\r\nThis website is operated by Ginesis Products. Throughout the site, the terms “we”, “us” and “our” refer to Ginesis Products. Ginesis Products offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.\r\n\r\nBy visiting our site and/ or purchasing something from us, you engage in our “Service” and agree to be bound by the following terms and conditions (“Terms of Service”, “Terms”), including those additional terms and conditions and policies referenced herein and/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and/ or contributors of content.\r\n\r\nPlease read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.\r\n\r\nAny new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.\r\n\r\nOur store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.\r\n\r\n<strong>SECTION 1 - ONLINE STORE TERMS</strong>\r\nBy agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.\r\nYou may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).\r\nYou must not transmit any worms or viruses or any code of a destructive nature.\r\nA breach or violation of any of the Terms will result in an immediate termination of your Services.\r\n\r\n<strong>SECTION 2 - GENERAL CONDITIONS</strong>\r\nWe reserve the right to refuse service to anyone for any reason at any time.\r\nYou understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.\r\nYou agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.\r\nThe headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.\r\n\r\n<strong>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION</strong>\r\nWe are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.\r\nThis site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.\r\n\r\n<strong>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES</strong>\r\nPrices for our products are subject to change without notice.\r\nWe reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.\r\nWe shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.\r\n\r\n<strong>SECTION 5 - PRODUCTS OR SERVICES (if applicable)</strong>\r\nCertain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.\r\nWe have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.\r\nWe reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.\r\nWe do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.\r\n\r\n<strong>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION</strong>\r\nWe reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and/or orders that use the same billing and/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e mail and/or billing address/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.\r\n\r\nYou agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.\r\n\r\nFor more detail, please review our Returns Policy.\r\n\r\n<strong>SECTION 7 - OPTIONAL TOOLS</strong>\r\nWe may provide you with access to third-party tools over which we neither monitor nor have any control nor input.\r\nYou acknowledge and agree that we provide access to such tools ”as is” and “as available” without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.\r\nAny use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).\r\nWe may also, in the future, offer new services and/or features through the website (including, the release of new tools and resources). Such new features and/or services shall also be subject to these Terms of Service.\r\n\r\n<strong>SECTION 8 - THIRD-PARTY LINKS</strong>\r\nCertain content, products and services available via our Service may include materials from third-parties.\r\nThird-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.\r\nWe are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.\r\n\r\n<strong>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS</strong>\r\nIf, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.\r\nWe may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party’s intellectual property or these Terms of Service.\r\nYou agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.\r\n\r\n<strong>SECTION 10 - PERSONAL INFORMATION</strong>\r\nYour submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.\r\n\r\n<strong>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS</strong>\r\nOccasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).\r\nWe undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.\r\n\r\n<strong>SECTION 12 - PROHIBITED USES</strong>\r\nIn addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.\r\n\r\n<strong>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY</strong>\r\nWe do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.\r\nWe do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.\r\nYou agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.\r\nYou expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.\r\nIn no case shall Ginesis Products, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.\r\n\r\nSECTION 14 - INDEMNIFICATION\r\nYou agree to indemnify, defend and hold harmless Ginesis Products and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys’ fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.\r\n\r\n<strong>SECTION 15 - SEVERABILITY</strong>\r\nIn the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.\r\n\r\n<strong>SECTION 16 - TERMINATION</strong>\r\nThe obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.\r\nThese Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.\r\nIf in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and/or accordingly may deny you access to our Services (or any part thereof).\r\n\r\n<strong>SECTION 17 - ENTIRE AGREEMENT</strong>\r\nThe failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.\r\nThese Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).\r\nAny ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.\r\n\r\n<strong>SECTION 18 - GOVERNING LAW</strong>\r\nThese Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of United States.\r\n\r\n<strong>SECTION 19 - CHANGES TO TERMS OF SERVICE</strong>\r\nYou can review the most current version of the Terms of Service at any time at this page.\r\nWe reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.\r\n\r\n<strong>SECTION 20 - CONTACT INFORMATION</strong>\r\nQuestions about the Terms of Service should be sent to us at <strong>ginesis@ginesis.com</strong>.','Terms of Service','','publish','closed','closed','','terms-of-service','','','2021-07-23 16:17:33','2021-07-23 16:17:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=182',0,'page','',0),(183,2,'2021-04-08 16:29:15','2021-04-08 16:29:15','<h2>Privacy Policy</h2>\r\nAt Ginesis Products, we respect your privacy. We are the sole owners of the personal information we gather on this site and will never sell, rent or trade it to third parties.\r\n\r\n<strong>Information We Gather</strong>\r\nLike most websites, our server logs record visitor activity on our site, such as IP address, browser type, pages viewed, from where a visitor came, where the visitor went after leaving our site, etc. This information provides us with site statistics, but not personally identifiable information. We also make use of browser “cookies” to enable you to navigate around the website. None of the cookies we use enable third parties to access any of your information.\r\nIf you fill out a form on our site, you may be required to provide some of your contact information (such as name, email address, and phone number). We may use that information to contact you via email or phone.\r\nIf you order or buy a product using our forms or shopping cart, we will secure your personal information from unauthorized access, use or disclosure. When personal information (such as a credit card number or personal data) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.\r\nIf you have an account on our site, you will log in securely using your username and password.\r\n\r\n<strong>How We Use Information</strong>\r\nIf you provide us with contact information, we may send you periodic emails from time to time regarding our company and products. Users that don’t want these communications can opt-out, either through links in the emails or by sending a request to ginesis@ginesis.com\r\n\r\n<strong>Changes to Our Policy</strong>\r\nGinesis Products reserves the right to amend or replace this privacy policy at any time and from time to time without prior notice. Any updated or new privacy policy will be posted on this site.','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2021-07-23 16:17:05','2021-07-23 16:17:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=183',0,'page','',0),(184,2,'2021-04-08 18:21:27','2021-04-08 18:21:27','CUSTOMER SERVICE<br><br>\n<strong>Ginesis Products</strong><br>\n2501 County Road 8<br>\nWaterloo, AL 35677<br>\nPhone - 800-492-4818<br>\nEmail - Ginesis@Ginesis.com<p>ADDITIONAL LINKS<br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','publish','closed','closed','','footer','','','2025-09-17 16:45:46','2025-09-17 16:45:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=184',0,'elementor_library','',0),(190,3,'2021-04-08 19:52:26','2021-04-08 19:52:26','','','','wcm-active','closed','closed','um_606f5efa03fd1','190','','','2021-07-29 14:20:31','2021-07-29 14:20:31','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=190',0,'wc_user_membership','',0),(191,4,'2021-04-08 19:54:57','2021-04-08 19:54:57','','','','wcm-active','closed','closed','um_606f5f9177d8c','191','','','2025-09-05 18:58:53','2025-09-05 18:58:53','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=191',0,'wc_user_membership','',0),(192,5,'2021-04-08 20:00:29','2021-04-08 20:00:29','','','','wcm-active','closed','closed','um_606f60ddcbf11','192','','','2021-08-24 15:41:15','2021-08-24 15:41:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=192',0,'wc_user_membership','',0),(198,2,'2021-04-09 15:24:19','2021-04-09 15:24:19','','PortalPROKitUrgentPreventSq','','inherit','open','closed','','portalprokiturgentpreventsq','','','2021-04-09 15:24:19','2021-04-09 15:24:19','',51,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentPreventSq.jpg',0,'attachment','image/jpeg',0),(199,2,'2021-04-09 15:24:21','2021-04-09 15:24:21','','PortalPROKitUrgentSq','','inherit','open','closed','','portalprokiturgentsq','','','2021-04-09 15:24:21','2021-04-09 15:24:21','',51,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/PortalPROKitUrgentSq.jpg',0,'attachment','image/jpeg',0),(200,2,'2021-04-09 15:29:20','2021-04-09 15:29:20','','Capes','','inherit','open','closed','','microsoftteams-image','','','2021-04-09 15:29:32','2021-04-09 15:29:32','',131,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/MicrosoftTeams-image.jpg',0,'attachment','image/jpeg',0),(214,1,'2021-04-13 16:20:50','2021-04-13 16:20:50','','Refund &ndash; Apr 13, 2021 @ 04:20 PM','','trash','closed','closed','wc_order_EEgmUCyal8kBi','refund-apr-13-2021-0420-pm','','','2021-04-13 16:20:50','2021-04-13 16:20:50','',213,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=214',0,'shop_order_refund','',0),(215,6,'2021-04-16 17:39:54','2021-04-16 17:39:54','','','','wcm-active','closed','closed','um_6079cbeadd449','215','','','2021-07-20 05:52:15','2021-07-20 05:52:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=215',0,'wc_user_membership','',0),(216,7,'2021-04-16 17:48:49','2021-04-16 17:48:49','','','','wcm-active','closed','closed','um_6079ce0131b18','216','','','2023-05-31 17:42:25','2023-05-31 17:42:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=216',0,'wc_user_membership','',0),(217,8,'2021-04-16 17:56:34','2021-04-16 17:56:34','','','','wcm-active','closed','closed','um_6079cfd2b0b3d','217','','','2025-01-22 21:03:13','2025-01-22 21:03:13','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=217',0,'wc_user_membership','',0),(218,9,'2021-04-16 18:01:08','2021-04-16 18:01:08','','','','wcm-active','open','closed','um_6079d0e4b659f','218','','','2021-04-16 18:01:08','2021-04-16 18:01:08','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=218',0,'wc_user_membership','',0),(219,10,'2021-04-16 18:05:00','2021-04-16 18:05:00','','','','wcm-active','open','closed','um_6079d1cc5014c','219','','','2021-04-16 18:05:00','2021-04-16 18:05:00','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=219',0,'wc_user_membership','',0),(220,11,'2021-04-16 18:07:51','2021-04-16 18:07:51','','','','wcm-active','closed','closed','um_6079d277d2f29','220','','','2021-07-19 16:50:45','2021-07-19 16:50:45','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=220',0,'wc_user_membership','',0),(221,12,'2021-04-16 18:10:42','2021-04-16 18:10:42','','','','wcm-active','open','closed','um_6079d32280bad','221','','','2021-04-16 18:10:42','2021-04-16 18:10:42','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=221',0,'wc_user_membership','',0),(222,13,'2021-04-16 18:14:06','2021-04-16 18:14:06','','','','wcm-active','open','closed','um_6079d3eeaeccd','222','','','2021-04-16 18:14:06','2021-04-16 18:14:06','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=222',0,'wc_user_membership','',0),(223,14,'2021-04-16 18:18:33','2021-04-16 18:18:33','','','','wcm-active','open','closed','um_6079d4f9d83af','223','','','2021-04-16 18:18:33','2021-04-16 18:18:33','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=223',0,'wc_user_membership','',0),(224,15,'2021-04-18 14:33:06','2021-04-18 14:33:06','','','','wcm-active','closed','closed','um_607c4322dd4a2','224','','','2022-03-03 16:44:10','2022-03-03 16:44:10','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=224',0,'wc_user_membership','',0),(226,17,'2021-04-18 14:50:12','2021-04-18 14:50:12','','','','wcm-active','closed','closed','um_607c47244494c','226','','','2022-03-16 00:08:57','2022-03-16 00:08:57','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=226',0,'wc_user_membership','',0),(227,18,'2021-04-18 14:55:36','2021-04-18 14:55:36','','','','wcm-active','open','closed','um_607c48681c383','227','','','2021-04-18 14:55:36','2021-04-18 14:55:36','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=227',0,'wc_user_membership','',0),(228,19,'2021-04-18 15:07:12','2021-04-18 15:07:12','','','','wcm-active','open','closed','um_607c4b20928c7','228','','','2021-04-18 15:07:12','2021-04-18 15:07:12','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=228',0,'wc_user_membership','',0),(230,21,'2021-04-18 15:15:45','2021-04-18 15:15:45','','','','wcm-active','closed','closed','um_607c4d210b1b3','230','','','2022-06-07 15:26:06','2022-06-07 15:26:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=230',0,'wc_user_membership','',0),(231,22,'2021-04-18 15:19:20','2021-04-18 15:19:20','','','','wcm-active','open','closed','um_607c4df8b3a44','231','','','2021-04-18 15:19:20','2021-04-18 15:19:20','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=231',0,'wc_user_membership','',0),(232,23,'2021-04-18 15:25:32','2021-04-18 15:25:32','','','','wcm-active','closed','closed','um_607c4f6c33d5d','232','','','2022-08-31 18:58:32','2022-08-31 18:58:32','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=232',0,'wc_user_membership','',0),(233,24,'2021-04-18 15:27:25','2021-04-18 15:27:25','','','','wcm-active','open','closed','um_607c4fdd0d20f','233','','','2021-04-18 15:27:25','2021-04-18 15:27:25','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=233',0,'wc_user_membership','',0),(234,25,'2021-04-18 15:32:47','2021-04-18 15:32:47','','','','wcm-active','closed','closed','um_607c511feb2c3','234','','','2021-10-07 15:32:19','2021-10-07 15:32:19','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=234',0,'wc_user_membership','',0),(235,26,'2021-04-18 15:34:59','2021-04-18 15:34:59','','','','wcm-active','closed','closed','um_607c51a35c247','235','','','2024-02-13 17:04:52','2024-02-13 17:04:52','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=235',0,'wc_user_membership','',0),(236,27,'2021-04-18 15:39:32','2021-04-18 15:39:32','','','','wcm-active','open','closed','um_607c52b447446','236','','','2021-04-18 15:39:32','2021-04-18 15:39:32','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=236',0,'wc_user_membership','',0),(237,28,'2021-04-18 15:42:54','2021-04-18 15:42:54','','','','wcm-active','closed','closed','um_607c537e9654f','237','','','2022-08-31 18:57:32','2022-08-31 18:57:32','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=237',0,'wc_user_membership','',0),(238,29,'2021-04-18 15:45:37','2021-04-18 15:45:37','','','','wcm-active','closed','closed','um_607c5421135c5','238','','','2021-07-19 16:51:16','2021-07-19 16:51:16','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=238',0,'wc_user_membership','',0),(239,30,'2021-04-18 15:48:03','2021-04-18 15:48:03','','','','wcm-active','open','closed','um_607c54b37b004','239','','','2021-04-18 15:48:03','2021-04-18 15:48:03','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=239',0,'wc_user_membership','',0),(240,31,'2021-04-18 15:51:21','2021-04-18 15:51:21','','','','wcm-active','open','closed','um_607c5579e139c','240','','','2021-04-18 15:51:21','2021-04-18 15:51:21','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=240',0,'wc_user_membership','',0),(241,32,'2021-04-18 15:59:29','2021-04-18 15:59:29','','','','wcm-active','open','closed','um_607c57610b768','241','','','2021-04-18 15:59:29','2021-04-18 15:59:29','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=241',0,'wc_user_membership','',0),(242,33,'2021-04-18 16:03:23','2021-04-18 16:03:23','','','','wcm-active','open','closed','um_607c584bb14f2','242','','','2021-04-18 16:03:23','2021-04-18 16:03:23','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=242',0,'wc_user_membership','',0),(243,34,'2021-04-18 16:05:33','2021-04-18 16:05:33','','','','wcm-active','open','closed','um_607c58cd059b2','243','','','2021-04-18 16:05:33','2021-04-18 16:05:33','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=243',0,'wc_user_membership','',0),(244,35,'2021-04-18 16:08:41','2021-04-18 16:08:41','','','','wcm-active','open','closed','um_607c59896605f','244','','','2021-04-18 16:08:41','2021-04-18 16:08:41','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=244',0,'wc_user_membership','',0),(246,37,'2021-04-18 16:13:03','2021-04-18 16:13:03','','','','wcm-active','closed','closed','um_607c5a8feb7ea','246','','','2022-07-25 18:12:23','2022-07-25 18:12:23','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=246',0,'wc_user_membership','',0),(247,38,'2021-04-18 16:16:32','2021-04-18 16:16:32','','','','wcm-active','closed','closed','um_607c5b6033481','247','','','2024-01-10 18:29:03','2024-01-10 18:29:03','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=247',0,'wc_user_membership','',0),(248,39,'2021-04-18 16:20:05','2021-04-18 16:20:05','','','','wcm-active','open','closed','um_607c5c3581b4b','248','','','2021-04-18 16:20:05','2021-04-18 16:20:05','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=248',0,'wc_user_membership','',0),(249,40,'2021-04-18 16:22:32','2021-04-18 16:22:32','','','','wcm-active','closed','closed','um_607c5cc882369','249','','','2022-08-31 18:59:15','2022-08-31 18:59:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=249',0,'wc_user_membership','',0),(250,41,'2021-04-18 16:24:35','2021-04-18 16:24:35','','','','wcm-active','open','closed','um_607c5d43bd4b1','250','','','2021-04-18 16:24:35','2021-04-18 16:24:35','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=250',0,'wc_user_membership','',0),(251,42,'2021-04-18 16:26:50','2021-04-18 16:26:50','','','','wcm-active','open','closed','um_607c5dcab46e2','251','','','2021-04-18 16:26:50','2021-04-18 16:26:50','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=251',0,'wc_user_membership','',0),(252,43,'2021-04-18 16:30:32','2021-04-18 16:30:32','','','','wcm-active','closed','closed','um_607c5ea83f353','252','','','2024-01-29 15:36:41','2024-01-29 15:36:41','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=252',0,'wc_user_membership','',0),(254,45,'2021-04-18 16:36:13','2021-04-18 16:36:13','','','','wcm-active','open','closed','um_607c5ffd834f7','254','','','2021-04-18 16:36:13','2021-04-18 16:36:13','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=254',0,'wc_user_membership','',0),(255,46,'2021-04-18 16:39:13','2021-04-18 16:39:13','','','','wcm-active','closed','closed','um_607c60b15008c','255','','','2022-03-04 22:07:36','2022-03-04 22:07:36','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=255',0,'wc_user_membership','',0),(256,47,'2021-04-18 16:41:44','2021-04-18 16:41:44','','','','wcm-active','closed','closed','um_607c6148107a0','256','','','2021-08-24 15:44:14','2021-08-24 15:44:14','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=256',0,'wc_user_membership','',0),(257,48,'2021-04-18 16:44:42','2021-04-18 16:44:42','','','','wcm-active','open','closed','um_607c61fab4aff','257','','','2021-04-18 16:44:42','2021-04-18 16:44:42','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=257',0,'wc_user_membership','',0),(258,49,'2021-04-18 17:56:10','2021-04-18 17:56:10','','','','wcm-active','closed','closed','um_607c72ba6a3c7','258','','','2022-09-01 15:22:06','2022-09-01 15:22:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=258',0,'wc_user_membership','',0),(259,50,'2021-04-19 01:33:53','2021-04-19 01:33:53','','','','wcm-active','closed','closed','um_607cde013cb15','259','','','2023-09-19 14:22:25','2023-09-19 14:22:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=259',0,'wc_user_membership','',0),(260,51,'2021-04-19 02:23:17','2021-04-19 02:23:17','','','','wcm-active','closed','closed','um_607ce995dcbbc','260','','','2022-09-01 19:39:36','2022-09-01 19:39:36','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=260',0,'wc_user_membership','',0),(261,52,'2021-04-19 02:46:12','2021-04-19 02:46:12','','','','wcm-active','closed','closed','um_607ceef4d9360','261','','','2021-11-22 15:31:06','2021-11-22 15:31:06','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=261',0,'wc_user_membership','',0),(262,53,'2021-04-19 02:49:57','2021-04-19 02:49:57','','','','wcm-active','open','closed','um_607cefd50ecff','262','','','2021-04-19 02:49:57','2021-04-19 02:49:57','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=262',0,'wc_user_membership','',0),(263,54,'2021-04-19 03:10:33','2021-04-19 03:10:33','','','','wcm-active','closed','closed','um_607cf4a9e9e39','263','','','2022-09-14 00:09:28','2022-09-14 00:09:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=263',0,'wc_user_membership','',0),(264,55,'2021-04-19 03:16:26','2021-04-19 03:16:26','','','','wcm-active','open','closed','um_607cf60ae66c2','264','','','2021-04-19 03:16:26','2021-04-19 03:16:26','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=264',0,'wc_user_membership','',0),(265,56,'2021-04-19 03:38:32','2021-04-19 03:38:32','','','','wcm-active','open','closed','um_607cfb38795ed','265','','','2021-04-19 03:38:32','2021-04-19 03:38:32','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=265',0,'wc_user_membership','',0),(266,57,'2021-04-19 03:50:10','2021-04-19 03:50:10','','','','wcm-active','closed','closed','um_607cfdf22fef2','266','','','2024-04-19 21:44:18','2024-04-19 21:44:18','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=266',0,'wc_user_membership','',0),(267,58,'2021-04-19 03:54:22','2021-04-19 03:54:22','','','','wcm-active','closed','closed','um_607cfeee034f4','267','','','2021-10-27 14:36:23','2021-10-27 14:36:23','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=267',0,'wc_user_membership','',0),(268,59,'2021-04-19 04:00:25','2021-04-19 04:00:25','','','','wcm-active','closed','closed','um_607d00597aed5','268','','','2025-08-21 04:17:53','2025-08-21 04:17:53','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=268',0,'wc_user_membership','',0),(269,60,'2021-04-19 04:03:18','2021-04-19 04:03:18','','','','wcm-active','closed','closed','um_607d01061ed37','269','','','2025-05-08 20:42:21','2025-05-08 20:42:21','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=269',0,'wc_user_membership','',0),(270,61,'2021-04-19 04:06:52','2021-04-19 04:06:52','','','','wcm-active','closed','closed','um_607d01dc52189','270','','','2021-08-24 15:42:25','2021-08-24 15:42:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=270',0,'wc_user_membership','',0),(271,62,'2021-04-19 04:12:47','2021-04-19 04:12:47','','','','wcm-active','open','closed','um_607d033f73f32','271','','','2021-04-19 04:12:47','2021-04-19 04:12:47','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=271',0,'wc_user_membership','',0),(273,64,'2021-04-19 04:21:37','2021-04-19 04:21:37','','','','wcm-active','closed','closed','um_607d05518afe9','273','','','2023-06-12 22:49:07','2023-06-12 22:49:07','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=273',0,'wc_user_membership','',0),(274,65,'2021-04-19 04:26:44','2021-04-19 04:26:44','','','','wcm-active','closed','closed','um_607d0684a1e39','274','','','2023-10-31 16:15:15','2023-10-31 16:15:15','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=274',0,'wc_user_membership','',0),(275,66,'2021-04-19 04:34:54','2021-04-19 04:34:54','','','','wcm-active','closed','closed','um_607d086e5143f','275','','','2022-08-31 18:55:28','2022-08-31 18:55:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=275',0,'wc_user_membership','',0),(276,67,'2021-04-19 04:39:50','2021-04-19 04:39:50','','','','wcm-active','closed','closed','um_607d09961a610','276','','','2022-01-28 16:56:43','2022-01-28 16:56:43','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=276',0,'wc_user_membership','',0),(277,68,'2021-04-19 04:45:04','2021-04-19 04:45:04','','','','wcm-active','open','closed','um_607d0ad0435a1','277','','','2021-04-19 04:45:04','2021-04-19 04:45:04','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=277',0,'wc_user_membership','',0),(278,69,'2021-04-19 04:48:55','2021-04-19 04:48:55','','','','wcm-active','open','closed','um_607d0bb720d4a','278','','','2021-04-19 04:48:55','2021-04-19 04:48:55','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=278',0,'wc_user_membership','',0),(279,70,'2021-04-19 04:53:06','2021-04-19 04:53:06','','','','wcm-active','open','closed','um_607d0cb2a3e55','279','','','2021-04-19 04:53:06','2021-04-19 04:53:06','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=279',0,'wc_user_membership','',0),(280,71,'2021-04-19 04:57:40','2021-04-19 04:57:40','','','','wcm-active','open','closed','um_607d0dc4a87eb','280','','','2021-04-19 04:57:40','2021-04-19 04:57:40','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=280',0,'wc_user_membership','',0),(281,72,'2021-04-19 05:06:55','2021-04-19 05:06:55','','','','wcm-active','open','closed','um_607d0fef4c7aa','281','','','2021-04-19 05:06:55','2021-04-19 05:06:55','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=281',0,'wc_user_membership','',0),(282,73,'2021-04-19 05:10:51','2021-04-19 05:10:51','','','','wcm-active','closed','closed','um_607d10db7f592','282','','','2023-03-20 21:51:29','2023-03-20 21:51:29','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=282',0,'wc_user_membership','',0),(283,74,'2021-04-19 05:14:15','2021-04-19 05:14:15','','','','wcm-active','closed','closed','um_607d11a7a010c','283','','','2022-08-31 18:54:43','2022-08-31 18:54:43','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=283',0,'wc_user_membership','',0),(284,75,'2021-04-19 05:17:50','2021-04-19 05:17:50','','','','wcm-active','closed','closed','um_607d127e482c9','284','','','2021-10-27 15:33:46','2021-10-27 15:33:46','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=284',0,'wc_user_membership','',0),(285,76,'2021-04-19 05:23:11','2021-04-19 05:23:11','','','','wcm-active','closed','closed','um_607d13bf34473','285','','','2023-09-19 14:22:47','2023-09-19 14:22:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=285',0,'wc_user_membership','',0),(286,77,'2021-04-19 05:26:24','2021-04-19 05:26:24','','','','wcm-active','closed','closed','um_607d14804ba81','286','','','2021-07-19 16:50:04','2021-07-19 16:50:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=286',0,'wc_user_membership','',0),(287,78,'2021-04-19 05:29:36','2021-04-19 05:29:36','','','','wcm-active','closed','closed','um_607d1540483fd','287','','','2023-05-25 20:05:25','2023-05-25 20:05:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=287',0,'wc_user_membership','',0),(288,79,'2021-04-19 05:36:32','2021-04-19 05:36:32','','','','wcm-active','closed','closed','um_607d16e03129a','288','','','2021-11-16 15:34:12','2021-11-16 15:34:12','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=288',0,'wc_user_membership','',0),(289,80,'2021-04-19 05:42:14','2021-04-19 05:42:14','','','','wcm-active','open','closed','um_607d1836873a3','289','','','2021-04-19 05:42:14','2021-04-19 05:42:14','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=289',0,'wc_user_membership','',0),(290,81,'2021-04-19 05:48:24','2021-04-19 05:48:24','','','','wcm-active','open','closed','um_607d19a892158','290','','','2021-04-19 05:48:24','2021-04-19 05:48:24','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=290',0,'wc_user_membership','',0),(291,82,'2021-04-19 05:53:48','2021-04-19 05:53:48','','','','wcm-active','closed','closed','um_607d1aecaeffa','291','','','2022-08-31 18:52:40','2022-08-31 18:52:40','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=291',0,'wc_user_membership','',0),(292,83,'2021-04-19 05:58:35','2021-04-19 05:58:35','','','','wcm-active','closed','closed','um_607d1c0bde664','292','','','2022-08-31 18:54:17','2022-08-31 18:54:17','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=292',0,'wc_user_membership','',0),(293,84,'2021-04-19 06:01:40','2021-04-19 06:01:40','','','','wcm-active','closed','closed','um_607d1cc47c1a5','293','','','2022-07-05 17:51:46','2022-07-05 17:51:46','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=293',0,'wc_user_membership','',0),(295,86,'2021-04-19 06:08:54','2021-04-19 06:08:54','','','','wcm-active','open','closed','um_607d1e76128b7','295','','','2021-04-19 06:08:54','2021-04-19 06:08:54','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=295',0,'wc_user_membership','',0),(296,87,'2021-04-19 06:13:00','2021-04-19 06:13:00','','','','wcm-active','closed','closed','um_607d1f6c6025f','296','','','2021-07-19 16:51:02','2021-07-19 16:51:02','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=296',0,'wc_user_membership','',0),(298,88,'2021-04-21 14:39:05','2021-04-21 14:39:05','','','','wcm-active','closed','closed','um_6080390971bd0','298','','','2023-10-31 16:14:47','2023-10-31 16:14:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=298',0,'wc_user_membership','',0),(299,90,'2021-04-21 15:08:45','2021-04-21 15:08:45','','','','wcm-active','closed','closed','um_60803ffd66f1c','299','','','2023-10-20 15:29:20','2023-10-20 15:29:20','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=299',0,'wc_user_membership','',0),(302,1,'2021-04-21 20:03:37','2021-04-21 20:03:37','','Order &ndash; April 21, 2021 @ 08:03 PM','','wc-completed','closed','closed','wc_order_5IjGJDjmdzJmu','order-apr-21-2021-0803-pm','','','2021-04-26 23:15:12','2021-04-26 23:15:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=302',0,'shop_order','',3),(303,1,'2021-04-21 21:00:54','2021-04-21 21:00:54','','Order &ndash; April 21, 2021 @ 09:00 PM','Aurora Clinic','wc-completed','closed','closed','wc_order_nepfsxu2qRgZs','order-apr-21-2021-0900-pm','','','2021-04-27 17:13:06','2021-04-27 17:13:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=303',0,'shop_order','',3),(304,1,'2021-04-21 21:06:50','2021-04-21 21:06:50','','Order &ndash; April 21, 2021 @ 09:06 PM','Lowell Clinic (NWA)','wc-completed','closed','closed','wc_order_TaLsRS3lNqWf0','order-apr-21-2021-0906-pm','','','2021-04-27 17:10:14','2021-04-27 17:10:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=304',0,'shop_order','',3),(305,1,'2021-04-21 21:15:45','2021-04-21 21:15:45','','Order &ndash; April 21, 2021 @ 09:15 PM','OKC Clinic','wc-completed','closed','closed','wc_order_8T6fmfleE5tQ8','order-apr-21-2021-0915-pm','','','2021-04-27 17:09:10','2021-04-27 17:09:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=305',0,'shop_order','',3),(306,1,'2021-04-21 21:24:58','2021-04-21 21:24:58','','Order &ndash; April 21, 2021 @ 09:24 PM','Tulsa Clinic','wc-completed','closed','closed','wc_order_RDBF3MRMbkvGt','order-apr-21-2021-0924-pm','','','2021-04-27 17:07:49','2021-04-27 17:07:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=306',0,'shop_order','',3),(310,1,'2021-04-22 15:44:15','2021-04-22 15:44:15','','Order &ndash; April 22, 2021 @ 03:44 PM','','wc-completed','closed','closed','wc_order_NPRrbJjbrYMGU','order-apr-22-2021-0344-pm','','','2021-04-26 22:53:31','2021-04-26 22:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=310',0,'shop_order','',3),(311,1,'2021-04-22 18:04:03','2021-04-22 18:04:03','','Order &ndash; April 22, 2021 @ 06:04 PM','','wc-completed','closed','closed','wc_order_iqp4Z8Bcvtu0n','order-apr-22-2021-0604-pm','','','2021-04-26 22:52:46','2021-04-26 22:52:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=311',0,'shop_order','',3),(312,1,'2021-04-22 21:20:02','2021-04-22 21:20:02','','Order &ndash; April 22, 2021 @ 09:20 PM','','wc-completed','closed','closed','wc_order_Bc15LY16eaUha','order-apr-22-2021-0920-pm','','','2021-04-26 17:53:49','2021-04-26 17:53:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=312',0,'shop_order','',3),(313,1,'2021-04-22 21:44:04','2021-04-22 21:44:04','','Order &ndash; April 22, 2021 @ 09:44 PM','','wc-completed','closed','closed','wc_order_UszF7MH9erGcq','order-apr-22-2021-0944-pm','','','2021-04-26 22:50:18','2021-04-26 22:50:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=313',0,'shop_order','',3),(316,1,'2021-04-23 19:06:45','2021-04-23 19:06:45','','Order &ndash; April 23, 2021 @ 07:06 PM','','wc-completed','closed','closed','wc_order_raeAmHkFcbBT9','order-apr-23-2021-0706-pm','','','2021-04-26 22:40:37','2021-04-26 22:40:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=316',0,'shop_order','',3),(317,1,'2021-04-24 12:10:08','2021-04-24 12:10:08','','Order &ndash; April 24, 2021 @ 12:10 PM','','wc-completed','closed','closed','wc_order_ojDojnI4ry2Kx','order-apr-24-2021-1210-pm','','','2021-04-26 22:45:04','2021-04-26 22:45:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=317',0,'shop_order','',3),(318,2,'2021-04-26 18:07:03','2021-04-26 18:07:03','','Goomee 4 Pack','Goomee is made of polyurethane, also known as synthetic resin. This special material does not absorb dirt and bacteria ensures a high level of hygiene because of its easy-to-clean surface. When this hair ring is wrapped around the hair, it places uneven pressure around the circumference of the ponytail; standard hair rings put even pressure on the hair, leaving an obvious mark. The uneven pressure produced by Goomee allows for the hair to be held strongly in the ponytail without being too tight. This gives individual hairs more space within the ponytail than they would have when wearing a normal hairband. Comes in a variety of colors.\r\n\r\n<strong>COLORS WILL VARY</strong>','publish','closed','closed','','goomee-4-pack','','','2021-06-01 18:39:07','2021-06-01 18:39:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=318',39,'product','',0),(319,2,'2021-04-26 18:15:28','2021-04-26 18:15:28','','Goomies','','inherit','open','closed','','goomies','','','2021-04-26 18:15:28','2021-04-26 18:15:28','',318,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/04/Goomies.jpg',0,'attachment','image/jpeg',0),(320,2,'2021-04-26 18:17:08','2021-04-26 18:17:08','','Wet Comb','The Wet Comb is the best detangling comb ever! Its Wave Tooth design glides easily through all hair types and textures and distributes hair evenly across teeth to prevent clumping, snagging, and breakage leaving you with healthy tangle-free hair.\r\n\r\n<strong>COLORS WILL VARY</strong>','publish','closed','closed','','wet-comb','','','2021-06-01 18:38:52','2021-06-01 18:38:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=320',40,'product','',0),(321,2,'2021-04-26 18:18:32','2021-04-26 18:18:32','','wet comb','','inherit','open','closed','','wet-comb-2','','','2021-04-26 18:18:32','2021-04-26 18:18:32','',320,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/04/wet-comb.jpg',0,'attachment','image/jpeg',0),(322,2,'2021-04-26 18:24:27','2021-04-26 18:24:27','','wb_ogl_squirts_item_1__16904.1434399206.1280.1280','','inherit','open','closed','','wb_ogl_squirts_item_1__16904-1434399206-1280-1280','','','2021-04-26 18:24:27','2021-04-26 18:24:27','',138,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg',0,'attachment','image/jpeg',0),(323,92,'2021-04-26 19:26:48','2021-04-26 19:26:48','','','','wcm-active','closed','closed','um_608713f8bbbf5','323','','','2023-03-20 21:50:04','2023-03-20 21:50:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=323',0,'wc_user_membership','',0),(325,1,'2021-04-26 20:31:25','2021-04-26 20:31:25','','Order &ndash; April 26, 2021 @ 08:31 PM','','wc-completed','closed','closed','wc_order_BavmdPHzbJ4Hg','order-apr-26-2021-0831-pm','','','2021-04-27 19:51:41','2021-04-27 19:51:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=325',0,'shop_order','',3),(326,1,'2021-04-26 20:42:37','2021-04-26 20:42:37','','Order &ndash; April 26, 2021 @ 08:42 PM','','wc-completed','closed','closed','wc_order_pJHFH8v6opVCB','order-apr-26-2021-0842-pm','','','2021-04-27 19:52:33','2021-04-27 19:52:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=326',0,'shop_order','',3),(327,1,'2021-04-26 22:17:39','2021-04-26 22:17:39','','Order &ndash; April 26, 2021 @ 10:17 PM','','wc-completed','closed','closed','wc_order_75ypOtdSfDSxC','order-apr-26-2021-1017-pm','','','2021-04-27 19:53:31','2021-04-27 19:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=327',0,'shop_order','',3),(328,1,'2021-04-27 14:26:45','2021-04-27 14:26:45','','Order &ndash; April 27, 2021 @ 02:26 PM','','wc-completed','closed','closed','wc_order_M7wqM0km89wAs','order-apr-27-2021-0226-pm','','','2021-04-30 20:41:18','2021-04-30 20:41:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=328',0,'shop_order','',3),(329,1,'2021-04-27 17:18:56','2021-04-27 17:18:56','','Order &ndash; April 27, 2021 @ 05:18 PM','','wc-completed','closed','closed','wc_order_F4CnA7GCOvNAm','order-apr-27-2021-0518-pm','','','2021-04-30 20:39:56','2021-04-30 20:39:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=329',0,'shop_order','',3),(332,1,'2021-04-27 21:10:19','2021-04-27 21:10:19','','Order &ndash; April 27, 2021 @ 09:10 PM','','wc-completed','closed','closed','wc_order_7fjsxGDzIk8Ms','order-apr-27-2021-0910-pm','','','2021-04-30 20:38:23','2021-04-30 20:38:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=332',0,'shop_order','',3),(333,1,'2021-04-28 15:24:36','2021-04-28 15:24:36','','Order &ndash; April 28, 2021 @ 03:24 PM','','wc-completed','closed','closed','wc_order_ZyMHhbkx0eEVF','order-apr-28-2021-0324-pm','','','2021-04-30 20:37:35','2021-04-30 20:37:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=333',0,'shop_order','',3),(334,1,'2021-04-29 20:10:07','2021-04-29 20:10:07','','Order &ndash; April 29, 2021 @ 08:10 PM','','wc-completed','closed','closed','wc_order_ZdKrExsGLmI8n','order-apr-29-2021-0810-pm','','','2021-05-03 13:52:15','2021-05-03 13:52:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=334',0,'shop_order','',3),(335,1,'2021-04-30 18:41:23','2021-04-30 18:41:23','','Order &ndash; April 30, 2021 @ 06:41 PM','','wc-completed','closed','closed','wc_order_uBoFEvca5xOas','order-apr-30-2021-0641-pm','','','2021-05-03 13:50:48','2021-05-03 13:50:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=335',0,'shop_order','',3),(336,1,'2021-05-01 19:44:28','2021-05-01 19:44:28','','Order &ndash; May 1, 2021 @ 07:44 PM','','wc-completed','closed','closed','wc_order_Cy6j8zz9FlsiY','order-may-01-2021-0744-pm','','','2021-05-04 15:26:11','2021-05-04 15:26:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=336',0,'shop_order','',3),(337,1,'2021-05-02 15:38:53','2021-05-02 15:38:53','','Order &ndash; May 2, 2021 @ 03:38 PM','','wc-completed','closed','closed','wc_order_GaNozCFl4lImo','order-may-02-2021-0338-pm','','','2021-05-03 14:36:08','2021-05-03 14:36:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=337',0,'shop_order','',3),(338,1,'2021-05-03 01:12:35','2021-05-03 01:12:35','','Order &ndash; May 3, 2021 @ 01:12 AM','','wc-completed','closed','closed','wc_order_emKJUNvCRts3j','order-may-03-2021-0112-am','','','2021-05-03 15:14:39','2021-05-03 15:14:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=338',0,'shop_order','',3),(339,1,'2021-05-03 04:58:39','2021-05-03 04:58:39','','Order &ndash; May 3, 2021 @ 04:58 AM','','wc-completed','closed','closed','wc_order_NZSlf1eYCAUxP','order-may-03-2021-0458-am','','','2021-05-04 15:30:37','2021-05-04 15:30:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=339',0,'shop_order','',3),(341,1,'2021-05-03 18:51:24','2021-05-03 18:51:24','','Order &ndash; May 3, 2021 @ 06:51 PM','','wc-completed','closed','closed','wc_order_KfUjFEXghlgXI','order-may-03-2021-0651-pm','','','2021-05-03 20:45:19','2021-05-03 20:45:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=341',0,'shop_order','',3),(342,1,'2021-05-03 19:28:53','2021-05-03 19:28:53','','Order &ndash; May 3, 2021 @ 07:28 PM','','wc-completed','closed','closed','wc_order_WmOb1He5aJNQJ','order-may-03-2021-0728-pm','','','2021-05-04 14:58:55','2021-05-04 14:58:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=342',0,'shop_order','',3),(343,1,'2021-05-03 21:45:34','2021-05-03 21:45:34','','Order &ndash; May 3, 2021 @ 09:45 PM','','wc-completed','closed','closed','wc_order_8hmQ2ybe9V2bC','order-may-03-2021-0945-pm','','','2021-05-04 15:39:14','2021-05-04 15:39:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=343',0,'shop_order','',3),(344,1,'2021-05-04 16:11:06','2021-05-04 16:11:06','','Order &ndash; May 4, 2021 @ 04:11 PM','','wc-completed','closed','closed','wc_order_wWWQjfvv2Jy1r','order-may-04-2021-0411-pm','','','2021-05-06 16:50:17','2021-05-06 16:50:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=344',0,'shop_order','',3),(345,1,'2021-05-04 17:27:45','2021-05-04 17:27:45','','Order &ndash; May 4, 2021 @ 05:27 PM','','wc-completed','closed','closed','wc_order_5CyK354yCQ9zv','order-may-04-2021-0527-pm','','','2021-05-04 21:54:40','2021-05-04 21:54:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=345',0,'shop_order','',3),(346,1,'2021-05-04 20:05:25','2021-05-04 20:05:25','','Order &ndash; May 4, 2021 @ 08:05 PM','','wc-completed','closed','closed','wc_order_hqVGj7OrtXmgW','order-may-04-2021-0805-pm','','','2021-05-05 14:50:51','2021-05-05 14:50:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=346',0,'shop_order','',3),(350,1,'2021-05-05 02:30:07','2021-05-05 02:30:07','','Order &ndash; May 5, 2021 @ 02:30 AM','','wc-completed','closed','closed','wc_order_eR2lzhc1SC5C4','order-may-05-2021-0230-am','','','2021-05-05 14:51:40','2021-05-05 14:51:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=350',0,'shop_order','',3),(351,1,'2021-05-05 15:51:21','2021-05-05 15:51:21','','Order &ndash; May 5, 2021 @ 03:51 PM','','wc-completed','closed','closed','wc_order_aB17zGhWfjVmJ','order-may-05-2021-0351-pm','','','2021-05-05 17:24:57','2021-05-05 17:24:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=351',0,'shop_order','',3),(353,1,'2021-05-06 03:51:18','2021-05-06 03:51:18','','Order &ndash; May 6, 2021 @ 03:51 AM','','wc-completed','closed','closed','wc_order_uuNYkIkBacadX','order-may-06-2021-0351-am','','','2021-05-06 16:49:08','2021-05-06 16:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=353',0,'shop_order','',3),(356,1,'2021-05-06 15:35:47','2021-05-06 15:35:47','','Refund &ndash; May 06, 2021 @ 03:35 PM','','trash','closed','closed','wc_order_sMu7JUtczSD7z','refund-may-06-2021-0335-pm','','','2021-05-06 15:35:47','2021-05-06 15:35:47','',354,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=356',0,'shop_order_refund','',0),(357,1,'2021-05-06 16:23:29','2021-05-06 16:23:29','','Order &ndash; May 6, 2021 @ 04:23 PM','','wc-completed','closed','closed','wc_order_JNKioO121np1o','order-may-06-2021-0423-pm','','','2021-05-10 14:50:09','2021-05-10 14:50:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=357',0,'shop_order','',3),(358,1,'2021-05-07 17:01:24','2021-05-07 17:01:24','','Order &ndash; May 7, 2021 @ 05:01 PM','','wc-completed','closed','closed','wc_order_1LybKiZUrqyk8','order-may-07-2021-0501-pm','','','2021-05-14 14:37:42','2021-05-14 14:37:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=358',0,'shop_order','',3),(359,1,'2021-05-10 15:43:09','2021-05-10 15:43:09','','Order &ndash; May 10, 2021 @ 03:43 PM','','wc-completed','closed','closed','wc_order_T1KC4hi3echaU','order-may-10-2021-0343-pm','','','2021-05-10 20:47:48','2021-05-10 20:47:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=359',0,'shop_order','',3),(360,1,'2021-05-11 03:29:07','2021-05-11 03:29:07','','Order &ndash; May 11, 2021 @ 03:29 AM','','wc-completed','closed','closed','wc_order_ajg7fm82EEbCx','order-may-11-2021-0329-am','','','2021-05-12 17:50:24','2021-05-12 17:50:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=360',0,'shop_order','',3),(361,1,'2021-05-12 17:56:36','2021-05-12 17:56:36','','Order &ndash; May 12, 2021 @ 05:56 PM','','wc-completed','closed','closed','wc_order_5MRfdF0Ym8Dw8','order-may-12-2021-0556-pm','','','2021-05-14 14:39:25','2021-05-14 14:39:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=361',0,'shop_order','',3),(363,1,'2021-05-13 17:33:21','2021-05-13 17:33:21','','Order &ndash; May 13, 2021 @ 05:33 PM','','wc-completed','closed','closed','wc_order_l7rrxRalIlA4T','order-may-13-2021-0533-pm','','','2021-05-14 14:36:30','2021-05-14 14:36:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=363',0,'shop_order','',3),(364,1,'2021-05-13 18:15:32','2021-05-13 18:15:32','','Order &ndash; May 13, 2021 @ 06:15 PM','','wc-completed','closed','closed','wc_order_Rvvx8IVxrAWx5','order-may-13-2021-0615-pm','','','2021-05-14 14:34:08','2021-05-14 14:34:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=364',0,'shop_order','',3),(366,1,'2021-05-14 16:54:24','2021-05-14 16:54:24','','Order &ndash; May 14, 2021 @ 04:54 PM','','wc-completed','closed','closed','wc_order_YUJbDjQKuTqXB','order-may-14-2021-0454-pm','','','2021-05-17 15:47:38','2021-05-17 15:47:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=366',0,'shop_order','',3),(367,1,'2021-05-14 17:16:57','2021-05-14 17:16:57','','Order &ndash; May 14, 2021 @ 05:16 PM','','wc-completed','closed','closed','wc_order_MNaU3jBRcTnYD','order-may-14-2021-0516-pm','','','2021-05-14 20:06:24','2021-05-14 20:06:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=367',0,'shop_order','',3),(368,1,'2021-05-14 20:48:39','2021-05-14 20:48:39','','Order &ndash; May 14, 2021 @ 08:48 PM','','wc-completed','closed','closed','wc_order_yKkGpt7M8WNA9','order-may-14-2021-0848-pm','','','2021-05-17 15:43:22','2021-05-17 15:43:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=368',0,'shop_order','',3),(369,1,'2021-05-15 12:28:16','2021-05-15 12:28:16','','Order &ndash; May 15, 2021 @ 12:28 PM','','wc-completed','closed','closed','wc_order_p1v8NMKZqKKeD','order-may-15-2021-1228-pm','','','2021-05-17 15:42:00','2021-05-17 15:42:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=369',0,'shop_order','',3),(370,1,'2021-05-15 18:39:07','2021-05-15 18:39:07','','Order &ndash; May 15, 2021 @ 06:39 PM','','wc-completed','closed','closed','wc_order_5b13bbEqhL9Ck','order-may-15-2021-0639-pm','','','2021-05-17 19:13:44','2021-05-17 19:13:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=370',0,'shop_order','',3),(371,1,'2021-05-18 21:18:54','2021-05-18 21:18:54','','Order &ndash; May 18, 2021 @ 09:18 PM','','wc-completed','closed','closed','wc_order_cCS8RmaE6P9qc','order-may-18-2021-0918-pm','','','2021-05-20 16:43:33','2021-05-20 16:43:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=371',0,'shop_order','',3),(372,1,'2021-05-20 00:51:19','2021-05-20 00:51:19','','Order &ndash; May 20, 2021 @ 12:51 AM','','wc-completed','closed','closed','wc_order_GUGk5Rpl1FWPH','order-may-20-2021-1251-am','','','2021-05-20 16:47:21','2021-05-20 16:47:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=372',0,'shop_order','',3),(373,1,'2021-05-20 17:01:47','2021-05-20 17:01:47','','Order &ndash; May 20, 2021 @ 05:01 PM','','wc-completed','closed','closed','wc_order_A5ysTRQYhTawM','order-may-20-2021-0501-pm','','','2021-05-21 17:41:46','2021-05-21 17:41:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=373',0,'shop_order','',3),(374,1,'2021-05-21 17:22:10','2021-05-21 17:22:10','','Order &ndash; May 21, 2021 @ 05:22 PM','','wc-completed','closed','closed','wc_order_q6s7PSIyzc90N','order-may-21-2021-0522-pm','','','2021-05-24 18:26:26','2021-05-24 18:26:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=374',0,'shop_order','',3),(375,1,'2021-05-23 16:55:07','2021-05-23 16:55:07','','Order &ndash; May 23, 2021 @ 04:55 PM','','wc-completed','closed','closed','wc_order_jYqA10vEpoXGT','order-may-23-2021-0455-pm','','','2021-05-25 21:23:55','2021-05-25 21:23:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=375',0,'shop_order','',3),(376,1,'2021-05-24 15:15:57','2021-05-24 15:15:57','','Order &ndash; May 24, 2021 @ 03:15 PM','','wc-completed','closed','closed','wc_order_b2Q8Wiw0jKjBp','order-may-24-2021-0315-pm','','','2021-05-24 18:34:32','2021-05-24 18:34:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=376',0,'shop_order','',3),(377,1,'2021-05-24 17:00:35','2021-05-24 17:00:35','','Order &ndash; May 24, 2021 @ 05:00 PM','','wc-completed','closed','closed','wc_order_vtAeefxqIstbJ','order-may-24-2021-0500-pm','','','2021-05-25 21:04:57','2021-05-25 21:04:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=377',0,'shop_order','',4),(378,1,'2021-05-24 18:01:16','2021-05-24 18:01:16','','Order &ndash; May 24, 2021 @ 06:01 PM','','wc-completed','closed','closed','wc_order_20We3n2nIuaQy','order-may-24-2021-0601-pm','','','2021-05-25 21:04:08','2021-05-25 21:04:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=378',0,'shop_order','',3),(379,1,'2021-05-24 18:10:23','2021-05-24 18:10:23','','Order &ndash; May 24, 2021 @ 06:10 PM','','wc-completed','closed','closed','wc_order_FMYcpg85g8Mh8','order-may-24-2021-0610-pm','','','2021-05-25 21:22:58','2021-05-25 21:22:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=379',0,'shop_order','',3),(381,1,'2021-05-24 18:16:50','2021-05-24 18:16:50','','Refund &ndash; May 24, 2021 @ 06:16 PM','','wc-completed','closed','closed','wc_order_D7iVl8fxZ2kgx','refund-may-24-2021-0616-pm','','','2021-05-24 18:16:50','2021-05-24 18:16:50','',377,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=381',0,'shop_order_refund','',0),(382,1,'2021-05-24 20:16:25','2021-05-24 20:16:25','','Order &ndash; May 24, 2021 @ 08:16 PM','','wc-completed','closed','closed','wc_order_wZG8Jus8DeysT','order-may-24-2021-0816-pm','','','2021-05-25 21:03:24','2021-05-25 21:03:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=382',0,'shop_order','',3),(384,1,'2021-05-24 20:23:37','2021-05-24 20:23:37','','Order &ndash; May 24, 2021 @ 08:23 PM','','wc-completed','closed','closed','wc_order_esKdBw0wvd3n7','order-may-24-2021-0823-pm','','','2021-05-25 21:02:22','2021-05-25 21:02:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=384',0,'shop_order','',3),(385,1,'2021-05-24 20:29:59','2021-05-24 20:29:59','','Order &ndash; May 24, 2021 @ 08:29 PM','','wc-completed','closed','closed','wc_order_ZwQaD0d6EXVRI','order-may-24-2021-0829-pm','','','2021-05-25 21:00:26','2021-05-25 21:00:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=385',0,'shop_order','',3),(386,1,'2021-05-26 19:25:26','2021-05-26 19:25:26','','Order &ndash; May 26, 2021 @ 07:25 PM','','wc-completed','closed','closed','wc_order_bD0YqKNOtI3v4','order-may-26-2021-0725-pm','','','2021-06-01 16:14:59','2021-06-01 16:14:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=386',0,'shop_order','',3),(387,1,'2021-05-27 01:56:15','2021-05-27 01:56:15','','Order &ndash; May 27, 2021 @ 01:56 AM','','wc-completed','closed','closed','wc_order_WQa8ZQd5457cr','order-may-27-2021-0156-am','','','2021-06-01 14:13:34','2021-06-01 14:13:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=387',0,'shop_order','',3),(388,1,'2021-05-27 15:55:35','2021-05-27 15:55:35','','Order &ndash; May 27, 2021 @ 03:55 PM','','wc-completed','closed','closed','wc_order_gFWjJnrsJZTiI','order-may-27-2021-0355-pm','','','2021-06-01 14:12:47','2021-06-01 14:12:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=388',0,'shop_order','',3),(389,1,'2021-05-27 18:39:05','2021-05-27 18:39:05','','Order &ndash; May 27, 2021 @ 06:39 PM','','wc-completed','closed','closed','wc_order_KgH42rEtyInUz','order-may-27-2021-0639-pm','','','2021-06-01 14:16:01','2021-06-01 14:16:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=389',0,'shop_order','',3),(390,1,'2021-05-27 20:25:00','2021-05-27 20:25:00','','Order &ndash; May 27, 2021 @ 08:25 PM','','wc-completed','closed','closed','wc_order_LjssTZYhkXsnT','order-may-27-2021-0825-pm','','','2021-06-01 14:10:54','2021-06-01 14:10:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=390',0,'shop_order','',3),(391,1,'2021-05-28 05:36:56','2021-05-28 05:36:56','','Order &ndash; May 28, 2021 @ 05:36 AM','','wc-completed','closed','closed','wc_order_FCr87JthbU5ZJ','order-may-28-2021-0536-am','','','2021-06-01 14:17:22','2021-06-01 14:17:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=391',0,'shop_order','',3),(392,1,'2021-05-28 17:52:54','2021-05-28 17:52:54','','Order &ndash; May 28, 2021 @ 05:52 PM','','wc-completed','closed','closed','wc_order_MhOzb3oA9HLtV','order-may-28-2021-0552-pm','','','2021-06-01 14:18:44','2021-06-01 14:18:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=392',0,'shop_order','',3),(393,1,'2021-05-28 22:00:47','2021-05-28 22:00:47','','Order &ndash; May 28, 2021 @ 10:00 PM','','wc-completed','closed','closed','wc_order_jbhYXzmUOMijF','order-may-28-2021-1000-pm','','','2021-06-01 16:16:02','2021-06-01 16:16:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=393',0,'shop_order','',3),(394,1,'2021-06-01 01:07:09','2021-06-01 01:07:09','','Order &ndash; June 1, 2021 @ 01:07 AM','','wc-completed','closed','closed','wc_order_6Lbsl1iJudD9r','order-jun-01-2021-0107-am','','','2021-06-03 21:30:06','2021-06-03 21:30:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=394',0,'shop_order','',3),(396,1,'2021-06-01 14:59:56','2021-06-01 14:59:56','','Order &ndash; June 1, 2021 @ 02:59 PM','','wc-completed','closed','closed','wc_order_YyihnZ5BxoYts','order-jun-01-2021-0259-pm','','','2021-06-01 21:04:49','2021-06-01 21:04:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=396',0,'shop_order','',3),(397,1,'2021-06-01 16:16:17','2021-06-01 16:16:17','','Order &ndash; June 1, 2021 @ 04:16 PM','','wc-completed','closed','closed','wc_order_O9jOkiUJgr6g7','order-jun-01-2021-0416-pm','','','2021-06-03 21:29:29','2021-06-03 21:29:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=397',0,'shop_order','',3),(398,1,'2021-06-01 17:00:52','2021-06-01 17:00:52','','Order &ndash; June 1, 2021 @ 05:00 PM','','wc-completed','closed','closed','wc_order_WA9dg2BjkwNKP','order-jun-01-2021-0500-pm','','','2021-06-03 21:28:55','2021-06-03 21:28:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=398',0,'shop_order','',3),(399,1,'2021-06-01 17:04:07','2021-06-01 17:04:07','','Order &ndash; June 1, 2021 @ 05:04 PM','','wc-completed','closed','closed','wc_order_2tNvdMawq4zQW','order-jun-01-2021-0504-pm','','','2021-06-03 21:28:33','2021-06-03 21:28:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=399',0,'shop_order','',3),(401,1,'2021-06-01 22:21:26','2021-06-01 22:21:26','','Order &ndash; June 1, 2021 @ 10:21 PM','','wc-completed','closed','closed','wc_order_V7L807e0Vmm4I','order-jun-01-2021-1021-pm','','','2021-06-02 16:14:14','2021-06-02 16:14:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=401',0,'shop_order','',3),(402,1,'2021-06-02 14:59:37','2021-06-02 14:59:37','','Order &ndash; June 2, 2021 @ 02:59 PM','','wc-completed','closed','closed','wc_order_QWf422EQC9TTg','order-jun-02-2021-0259-pm','','','2021-06-03 21:15:25','2021-06-03 21:15:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=402',0,'shop_order','',3),(404,1,'2021-06-03 15:58:51','2021-06-03 15:58:51','','Order &ndash; June 3, 2021 @ 03:58 PM','','wc-completed','closed','closed','wc_order_j7nQU5mZHbiXe','order-jun-03-2021-0358-pm','','','2021-06-03 21:16:15','2021-06-03 21:16:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=404',0,'shop_order','',3),(405,1,'2021-06-06 01:36:15','2021-06-06 01:36:15','','Order &ndash; June 6, 2021 @ 01:36 AM','','wc-completed','closed','closed','wc_order_njen3UvjKpqQJ','order-jun-06-2021-0136-am','','','2021-06-07 19:25:01','2021-06-07 19:25:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=405',0,'shop_order','',3),(406,1,'2021-06-07 01:29:01','2021-06-07 01:29:01','','Order &ndash; June 7, 2021 @ 01:29 AM','','wc-completed','closed','closed','wc_order_Ol67Du0BZTFTE','order-jun-07-2021-0129-am','','','2021-06-09 21:17:08','2021-06-09 21:17:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=406',0,'shop_order','',3),(407,1,'2021-06-07 16:07:00','2021-06-07 16:07:00','','Order &ndash; June 7, 2021 @ 04:07 PM','','wc-completed','closed','closed','wc_order_QezYTURyWuMYK','order-jun-07-2021-0407-pm','','','2021-06-09 21:16:32','2021-06-09 21:16:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=407',0,'shop_order','',3),(408,1,'2021-06-07 18:14:18','2021-06-07 18:14:18','','Order &ndash; June 7, 2021 @ 06:14 PM','','wc-completed','closed','closed','wc_order_hFXcwKtOPXE8M','order-jun-07-2021-0614-pm','','','2021-06-09 17:23:32','2021-06-09 17:23:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=408',0,'shop_order','',3),(409,1,'2021-06-08 00:13:36','2021-06-08 00:13:36','','Order &ndash; June 8, 2021 @ 12:13 AM','','wc-completed','closed','closed','wc_order_qP42X88udO4Vs','order-jun-08-2021-1213-am','','','2021-06-09 21:15:56','2021-06-09 21:15:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=409',0,'shop_order','',3),(410,1,'2021-06-08 02:57:34','2021-06-08 02:57:34','','Order &ndash; June 8, 2021 @ 02:57 AM','','wc-completed','closed','closed','wc_order_kqm16DsCmFKjm','order-jun-08-2021-0257-am','','','2021-06-09 17:26:56','2021-06-09 17:26:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=410',0,'shop_order','',3),(411,1,'2021-06-08 03:02:11','2021-06-08 03:02:11','','Order &ndash; June 8, 2021 @ 03:02 AM','','wc-completed','closed','closed','wc_order_xQKHRBeUXXj0l','order-jun-08-2021-0302-am','','','2021-06-09 17:27:53','2021-06-09 17:27:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=411',0,'shop_order','',3),(412,1,'2021-06-08 18:04:16','2021-06-08 18:04:16','','Order &ndash; June 8, 2021 @ 06:04 PM','','wc-completed','closed','closed','wc_order_1VyqY1u5SuSBi','order-jun-08-2021-0604-pm','','','2021-06-09 17:28:41','2021-06-09 17:28:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=412',0,'shop_order','',3),(413,1,'2021-06-09 15:14:58','2021-06-09 15:14:58','','Order &ndash; June 9, 2021 @ 03:14 PM','','wc-completed','closed','closed','wc_order_Jq9USyAGQ94Ns','order-jun-09-2021-0314-pm','','','2021-06-09 17:29:51','2021-06-09 17:29:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=413',0,'shop_order','',3),(418,1,'2021-06-09 22:39:34','2021-06-09 22:39:34','','Order &ndash; June 9, 2021 @ 10:39 PM','','wc-completed','closed','closed','wc_order_IA4vFFl9VIcFj','order-jun-09-2021-1039-pm','','','2021-06-11 20:31:19','2021-06-11 20:31:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=418',0,'shop_order','',3),(419,1,'2021-06-10 02:52:50','2021-06-10 02:52:50','','Order &ndash; June 10, 2021 @ 02:52 AM','','wc-completed','closed','closed','wc_order_2paDX6h5ELPQb','order-jun-10-2021-0252-am','','','2021-06-16 19:39:07','2021-06-16 19:39:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=419',0,'shop_order','',3),(420,1,'2021-06-10 17:05:34','2021-06-10 17:05:34','','Order &ndash; June 10, 2021 @ 05:05 PM','','wc-completed','closed','closed','wc_order_5Aqd1MQ08D0Of','order-jun-10-2021-0505-pm','','','2021-06-11 20:28:56','2021-06-11 20:28:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=420',0,'shop_order','',4),(421,1,'2021-06-10 18:17:50','2021-06-10 18:17:50','','Order &ndash; June 10, 2021 @ 06:17 PM','','wc-completed','closed','closed','wc_order_TdDy0Q3ylG4rf','order-jun-10-2021-0617-pm','','','2021-06-11 20:30:22','2021-06-11 20:30:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=421',0,'shop_order','',3),(423,1,'2021-06-11 17:25:20','2021-06-11 17:25:20','','Order &ndash; June 11, 2021 @ 05:25 PM','','wc-completed','closed','closed','wc_order_s6SIo4uLuCuse','order-jun-11-2021-0525-pm','','','2021-06-15 14:40:31','2021-06-15 14:40:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=423',0,'shop_order','',3),(424,1,'2021-06-11 18:41:33','2021-06-11 18:41:33','','Order &ndash; June 11, 2021 @ 06:41 PM','','wc-completed','closed','closed','wc_order_pbAG7GdVEh4PE','order-jun-11-2021-0641-pm','','','2021-06-11 21:21:41','2021-06-11 21:21:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=424',0,'shop_order','',3),(425,1,'2021-06-11 21:14:18','2021-06-11 21:14:18','','Order &ndash; June 11, 2021 @ 09:14 PM','','wc-completed','closed','closed','wc_order_GEIB1oqcNa3kv','order-jun-11-2021-0914-pm','','','2021-06-15 14:42:06','2021-06-15 14:42:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=425',0,'shop_order','',3),(426,1,'2021-06-12 01:56:37','2021-06-12 01:56:37','','Order &ndash; June 12, 2021 @ 01:56 AM','','wc-completed','closed','closed','wc_order_NqiTxEkMmNX9e','order-jun-12-2021-0156-am','','','2021-06-15 14:41:26','2021-06-15 14:41:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=426',0,'shop_order','',3),(427,1,'2021-06-14 02:22:17','2021-06-14 02:22:17','','Order &ndash; June 14, 2021 @ 02:22 AM','','wc-completed','closed','closed','wc_order_W0tSsntnBgLGH','order-jun-14-2021-0222-am','','','2021-06-16 01:58:53','2021-06-16 01:58:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=427',0,'shop_order','',3),(428,1,'2021-06-14 02:32:20','2021-06-14 02:32:20','','Order &ndash; June 14, 2021 @ 02:32 AM','PLEASE SHIP TO KATHRYN FARREH IN WILMINGTON, NC','wc-completed','closed','closed','wc_order_zecpxzGV9PJ4x','order-jun-14-2021-0232-am','','','2021-06-16 02:04:30','2021-06-16 02:04:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=428',0,'shop_order','',3),(429,1,'2021-06-15 01:40:37','2021-06-15 01:40:37','','Order &ndash; June 15, 2021 @ 01:40 AM','','wc-completed','closed','closed','wc_order_afYClhDBInQvQ','order-jun-15-2021-0140-am','','','2021-06-16 02:06:20','2021-06-16 02:06:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=429',0,'shop_order','',3),(430,1,'2021-06-15 23:04:36','2021-06-15 23:04:36','','Order &ndash; June 15, 2021 @ 11:04 PM','','wc-completed','closed','closed','wc_order_4YOGZqbPNDqSL','order-jun-15-2021-1104-pm','','','2021-06-18 18:21:22','2021-06-18 18:21:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=430',0,'shop_order','',3),(431,1,'2021-06-16 18:43:26','2021-06-16 18:43:26','','Order &ndash; June 16, 2021 @ 06:43 PM','','wc-completed','closed','closed','wc_order_LmSCw7CgOcPnd','order-jun-16-2021-0643-pm','','','2021-06-18 18:22:58','2021-06-18 18:22:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=431',0,'shop_order','',3),(433,1,'2021-06-17 15:59:08','2021-06-17 15:59:08','','Order &ndash; June 17, 2021 @ 03:59 PM','','wc-completed','closed','closed','wc_order_JW4kaJ49YO45A','order-jun-17-2021-0359-pm','','','2021-06-18 18:20:20','2021-06-18 18:20:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=433',0,'shop_order','',3),(434,1,'2021-06-17 18:57:46','2021-06-17 18:57:46','','Order &ndash; June 17, 2021 @ 06:57 PM','','wc-completed','closed','closed','wc_order_hrT8cPRhKiiHS','order-jun-17-2021-0657-pm','','','2021-06-18 18:19:15','2021-06-18 18:19:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=434',0,'shop_order','',3),(435,1,'2021-06-17 19:03:06','2021-06-17 19:03:06','','Order &ndash; June 17, 2021 @ 07:03 PM','','wc-completed','closed','closed','wc_order_pQWsuKVZg0hjq','order-jun-17-2021-0703-pm','','','2021-06-21 19:10:37','2021-06-21 19:10:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=435',0,'shop_order','',3),(437,1,'2021-06-17 23:01:21','2021-06-17 23:01:21','','Order &ndash; June 17, 2021 @ 11:01 PM','','wc-completed','closed','closed','wc_order_Ht7Wyg9VCcZ5O','order-jun-17-2021-1101-pm','','','2021-06-18 18:18:10','2021-06-18 18:18:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=437',0,'shop_order','',3),(438,1,'2021-06-18 14:58:38','2021-06-18 14:58:38','','Order &ndash; June 18, 2021 @ 02:58 PM','','wc-completed','closed','closed','wc_order_OdFuMWoXiziBw','order-jun-18-2021-0258-pm','','','2021-06-18 19:24:52','2021-06-18 19:24:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=438',0,'shop_order','',3),(439,1,'2021-06-18 15:10:58','2021-06-18 15:10:58','','Order &ndash; June 18, 2021 @ 03:10 PM','','wc-completed','closed','closed','wc_order_G3Z9HUmiu7iWk','order-jun-18-2021-0310-pm','','','2021-06-21 14:23:29','2021-06-21 14:23:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=439',0,'shop_order','',3),(440,1,'2021-06-18 15:19:51','2021-06-18 15:19:51','','Order &ndash; June 18, 2021 @ 03:19 PM','','wc-completed','closed','closed','wc_order_shkXQcSosbNWs','order-jun-18-2021-0319-pm','','','2021-06-21 14:22:33','2021-06-21 14:22:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=440',0,'shop_order','',3),(441,1,'2021-06-18 15:22:18','2021-06-18 15:22:18','','Order &ndash; June 18, 2021 @ 03:22 PM','','wc-completed','closed','closed','wc_order_NnIzzoridMIx3','order-jun-18-2021-0322-pm','','','2021-06-18 19:26:19','2021-06-18 19:26:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=441',0,'shop_order','',3),(443,1,'2021-06-18 15:57:35','2021-06-18 15:57:35','','Order &ndash; June 18, 2021 @ 03:57 PM','','wc-completed','closed','closed','wc_order_WRuvyT1hO0Ir2','order-jun-18-2021-0357-pm','','','2021-06-25 14:22:25','2021-06-25 14:22:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=443',0,'shop_order','',3),(444,1,'2021-06-18 17:03:35','2021-06-18 17:03:35','','Order &ndash; June 18, 2021 @ 05:03 PM','','wc-completed','closed','closed','wc_order_DRvwW2tezFaIr','order-jun-18-2021-0503-pm','','','2021-06-21 14:21:03','2021-06-21 14:21:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=444',0,'shop_order','',3),(445,1,'2021-06-18 19:49:48','2021-06-18 19:49:48','','Order &ndash; June 18, 2021 @ 07:49 PM','','wc-completed','closed','closed','wc_order_ybBobn8Xp5YQE','order-jun-18-2021-0749-pm','','','2021-06-21 19:07:28','2021-06-21 19:07:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=445',0,'shop_order','',3),(446,1,'2021-06-19 00:58:16','2021-06-19 00:58:16','','Order &ndash; June 19, 2021 @ 12:58 AM','','wc-completed','closed','closed','wc_order_dgrPjXjIhO6yY','order-jun-19-2021-1258-am','','','2021-06-21 19:08:39','2021-06-21 19:08:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=446',0,'shop_order','',3),(447,1,'2021-06-21 22:26:24','2021-06-21 22:26:24','','Order &ndash; June 21, 2021 @ 10:26 PM','','wc-completed','closed','closed','wc_order_iEYtv0mbhWsC6','order-jun-21-2021-1026-pm','','','2021-06-22 19:42:31','2021-06-22 19:42:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=447',0,'shop_order','',3),(448,1,'2021-06-22 11:28:44','2021-06-22 11:28:44','','Order &ndash; June 22, 2021 @ 11:28 AM','','wc-completed','closed','closed','wc_order_0eoVb1kVDQpYl','order-jun-22-2021-1128-am','','','2021-06-25 14:46:23','2021-06-25 14:46:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=448',0,'shop_order','',3),(449,1,'2021-06-23 13:45:52','2021-06-23 13:45:52','','Order &ndash; June 23, 2021 @ 01:45 PM','','wc-completed','closed','closed','wc_order_xvER2fyynXl99','order-jun-23-2021-0145-pm','','','2021-06-25 14:19:00','2021-06-25 14:19:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=449',0,'shop_order','',3),(450,1,'2021-06-23 19:35:32','2021-06-23 19:35:32','','Order &ndash; June 23, 2021 @ 07:35 PM','','wc-completed','closed','closed','wc_order_WPxztmnqLuKMl','order-jun-23-2021-0735-pm','','','2021-06-25 14:16:59','2021-06-25 14:16:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=450',0,'shop_order','',3),(451,1,'2021-06-23 23:18:02','2021-06-23 23:18:02','','Order &ndash; June 23, 2021 @ 11:18 PM','','wc-completed','closed','closed','wc_order_hnA8tzomKMBrC','order-jun-23-2021-1118-pm','','','2021-06-25 14:14:13','2021-06-25 14:14:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=451',0,'shop_order','',3),(452,1,'2021-06-24 06:07:51','2021-06-24 06:07:51','','Order &ndash; June 24, 2021 @ 06:07 AM','','wc-completed','closed','closed','wc_order_7HnxQmuJbJMhw','order-jun-24-2021-0607-am','','','2021-06-25 14:13:44','2021-06-25 14:13:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=452',0,'shop_order','',3),(454,1,'2021-06-24 19:08:45','2021-06-24 19:08:45','','Order &ndash; June 24, 2021 @ 07:08 PM','','wc-completed','closed','closed','wc_order_lSMFPyWLsq0ta','order-jun-24-2021-0708-pm','','','2021-06-25 14:12:10','2021-06-25 14:12:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=454',0,'shop_order','',3),(457,1,'2021-06-25 19:48:12','2021-06-25 19:48:12','','Order &ndash; June 25, 2021 @ 07:48 PM','','wc-completed','closed','closed','wc_order_quXiGtTCyqqTY','order-jun-25-2021-0748-pm','','','2021-06-28 22:46:09','2021-06-28 22:46:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=457',0,'shop_order','',3),(458,1,'2021-06-26 00:10:47','2021-06-26 00:10:47','','Order &ndash; June 26, 2021 @ 12:10 AM','','wc-completed','closed','closed','wc_order_HCEDtUoYDlrvj','order-jun-26-2021-1210-am','','','2021-06-28 22:46:43','2021-06-28 22:46:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=458',0,'shop_order','',3),(459,1,'2021-06-28 20:45:12','2021-06-28 20:45:12','','Order &ndash; June 28, 2021 @ 08:45 PM','','wc-completed','closed','closed','wc_order_cYSDZMR55dPg8','order-jun-28-2021-0845-pm','','','2021-06-29 16:36:27','2021-06-29 16:36:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=459',0,'shop_order','',3),(460,1,'2021-06-30 11:57:26','2021-06-30 11:57:26','','Order &ndash; June 30, 2021 @ 11:57 AM','','wc-completed','closed','closed','wc_order_kz4FSqATH3BKf','order-jun-30-2021-1157-am','','','2021-07-02 14:24:43','2021-07-02 14:24:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=460',0,'shop_order','',3),(461,1,'2021-06-30 18:19:14','2021-06-30 18:19:14','','Order &ndash; June 30, 2021 @ 06:19 PM','','wc-completed','closed','closed','wc_order_jU9psEp51XJnp','order-jun-30-2021-0619-pm','','','2021-07-02 14:22:59','2021-07-02 14:22:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=461',0,'shop_order','',3),(462,1,'2021-07-01 15:00:31','2021-07-01 15:00:31','','Order &ndash; July 1, 2021 @ 03:00 PM','','wc-completed','closed','closed','wc_order_BHRXWeQxe1Gmy','order-jul-01-2021-0300-pm','','','2021-07-02 14:22:13','2021-07-02 14:22:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=462',0,'shop_order','',3),(463,1,'2021-07-01 16:19:38','2021-07-01 16:19:38','','Order &ndash; July 1, 2021 @ 04:19 PM','','wc-completed','closed','closed','wc_order_9xYQLVOrhbbhe','order-jul-01-2021-0419-pm','','','2021-07-02 14:21:03','2021-07-02 14:21:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=463',0,'shop_order','',3),(464,1,'2021-07-01 19:20:56','2021-07-01 19:20:56','','Order &ndash; July 1, 2021 @ 07:20 PM','','wc-completed','closed','closed','wc_order_LHQmsSlPe4YJG','order-jul-01-2021-0720-pm','','','2021-07-06 18:48:41','2021-07-06 18:48:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=464',0,'shop_order','',3),(465,1,'2021-07-02 02:37:37','2021-07-02 02:37:37','','Order &ndash; July 2, 2021 @ 02:37 AM','','wc-completed','closed','closed','wc_order_14G82JhCzgkfE','order-jul-02-2021-0237-am','','','2021-07-02 19:24:14','2021-07-02 19:24:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=465',0,'shop_order','',3),(466,1,'2021-07-02 15:48:47','2021-07-02 15:48:47','','Order &ndash; July 2, 2021 @ 03:48 PM','','wc-completed','closed','closed','wc_order_X6zr2Vth6R7BB','order-jul-02-2021-0348-pm','','','2021-07-06 18:56:26','2021-07-06 18:56:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=466',0,'shop_order','',3),(467,1,'2021-07-02 18:26:22','2021-07-02 18:26:22','','Order &ndash; July 2, 2021 @ 06:26 PM','','wc-completed','closed','closed','wc_order_uFSXLjyzMEYVQ','order-jul-02-2021-0626-pm','','','2021-07-09 22:11:47','2021-07-09 22:11:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=467',0,'shop_order','',3),(469,1,'2021-07-03 12:12:05','2021-07-03 12:12:05','','Order &ndash; July 3, 2021 @ 12:12 PM','Need bulk oil ASAP','wc-completed','closed','closed','wc_order_yiZA7gz71D9Zs','order-jul-03-2021-1212-pm','','','2021-07-06 19:02:33','2021-07-06 19:02:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=469',0,'shop_order','',3),(470,1,'2021-07-05 14:09:47','2021-07-05 14:09:47','','Order &ndash; July 5, 2021 @ 02:09 PM','','wc-completed','closed','closed','wc_order_Y5qvt3dU8wtBc','order-jul-05-2021-0209-pm','','','2021-07-06 18:55:01','2021-07-06 18:55:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=470',0,'shop_order','',3),(471,1,'2021-07-06 14:59:44','2021-07-06 14:59:44','','Order &ndash; July 6, 2021 @ 02:59 PM','','wc-completed','closed','closed','wc_order_3mtwYj5UKSEvq','order-jul-06-2021-0259-pm','','','2021-07-06 18:40:15','2021-07-06 18:40:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=471',0,'shop_order','',3),(472,1,'2021-07-06 15:37:52','2021-07-06 15:37:52','','Order &ndash; July 6, 2021 @ 03:37 PM','','wc-completed','closed','closed','wc_order_1UMOWjqGuFJrM','order-jul-06-2021-0337-pm','','','2021-07-09 14:47:29','2021-07-09 14:47:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=472',0,'shop_order','',3),(473,1,'2021-07-06 16:01:26','2021-07-06 16:01:26','','Order &ndash; July 6, 2021 @ 04:01 PM','','wc-completed','closed','closed','wc_order_kg56jZKlK2NlQ','order-jul-06-2021-0401-pm','','','2021-07-09 22:11:06','2021-07-09 22:11:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=473',0,'shop_order','',3),(474,1,'2021-07-06 17:39:38','2021-07-06 17:39:38','','Order &ndash; July 6, 2021 @ 05:39 PM','','wc-completed','closed','closed','wc_order_H9ZzRGQAkckbn','order-jul-06-2021-0539-pm','','','2021-07-09 14:46:05','2021-07-09 14:46:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=474',0,'shop_order','',3),(475,1,'2021-07-07 15:34:00','2021-07-07 15:34:00','','Order &ndash; July 7, 2021 @ 03:34 PM','','wc-completed','closed','closed','wc_order_8B1qQNZRCF5oV','order-jul-07-2021-0334-pm','','','2021-07-08 06:50:54','2021-07-08 06:50:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=475',0,'shop_order','',3),(476,1,'2021-07-08 16:41:10','2021-07-08 16:41:10','','Order &ndash; July 8, 2021 @ 04:41 PM','','wc-completed','closed','closed','wc_order_pB5jgTHnWES4k','order-jul-08-2021-0441-pm','','','2021-07-09 14:44:06','2021-07-09 14:44:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=476',0,'shop_order','',3),(477,1,'2021-07-08 21:26:46','2021-07-08 21:26:46','','Order &ndash; July 8, 2021 @ 09:26 PM','','wc-completed','closed','closed','wc_order_KxUTWRyCDw8fp','order-jul-08-2021-0926-pm','','','2021-07-12 14:39:18','2021-07-12 14:39:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=477',0,'shop_order','',5),(478,1,'2021-07-08 21:30:00','2021-07-08 21:30:00','','Order &ndash; July 8, 2021 @ 09:30 PM','','wc-completed','closed','closed','wc_order_J1FcGQ3frpnHP','order-jul-08-2021-0930-pm','','','2021-07-12 14:37:53','2021-07-12 14:37:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=478',0,'shop_order','',3),(479,1,'2021-07-08 21:41:07','2021-07-08 21:41:07','','Order &ndash; July 8, 2021 @ 09:41 PM','','wc-completed','closed','closed','wc_order_OHlj2cegMF6nJ','order-jul-08-2021-0941-pm','','','2021-07-12 20:51:04','2021-07-12 20:51:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=479',0,'shop_order','',3),(482,1,'2021-07-11 13:48:19','2021-07-11 13:48:19','','Order &ndash; July 11, 2021 @ 01:48 PM','','wc-completed','closed','closed','wc_order_fHrHO4gze78XK','order-jul-11-2021-0148-pm','','','2021-07-12 19:37:48','2021-07-12 19:37:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=482',0,'shop_order','',3),(484,1,'2021-07-12 17:47:16','2021-07-12 17:47:16','','Order &ndash; July 12, 2021 @ 05:47 PM','','wc-completed','closed','closed','wc_order_4hdYk7ZFhWi6y','order-jul-12-2021-0547-pm','','','2021-07-12 19:43:17','2021-07-12 19:43:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=484',0,'shop_order','',3),(485,1,'2021-07-12 18:05:20','2021-07-12 18:05:20','','Order &ndash; July 12, 2021 @ 06:05 PM','Please rush this order\r\nOut previous order was 10 bulk active rinse 50/50\r\nBut instead we received 10 bulk active rinse 100% dimethicone,\r\ndue to that we\'re critically low on active rinse 50/50','wc-completed','closed','closed','wc_order_MzJhkbz9Mqx8T','order-jul-12-2021-0605-pm','','','2021-07-12 20:50:22','2021-07-12 20:50:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=485',0,'shop_order','',3),(486,2,'2021-07-13 14:35:39','2021-07-13 14:35:39','','FranRM','','publish','closed','closed','','franrm','','','2024-06-14 15:41:30','2024-06-14 15:41:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=486',0,'wc_membership_plan','',0),(487,2,'2021-07-13 14:42:23','2021-07-13 14:42:23','','Bulk Mousse 1 Gallon RM','Bulk Mousse: 1 gal - 2 in 1 enzyme mousse refill','publish','closed','closed','','bulk-mousse-1-gallon-rm','','','2025-08-14 19:22:09','2025-08-14 19:22:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=487',32,'product','',0),(488,2,'2021-07-13 14:43:04','2021-07-13 14:43:04','','Bulk Detangling Spray 1 Gallon RM','1 gal - Detangling Spray','publish','closed','closed','','bulk-detangling-spray-1-gallon-rm','','','2025-08-14 19:21:55','2025-08-14 19:21:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=488',30,'product','',0),(489,2,'2021-07-13 14:43:05','2021-07-13 14:43:05','','Bulk Active Rinse 50/50 RM','32oz Bulk Active Rinse: 50% dimethicone, 50% olive oil treatment','publish','closed','closed','','bulk-active-rise-50-50-rm','','','2025-08-14 19:21:39','2025-08-14 19:21:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=489',28,'product','',0),(490,2,'2021-07-13 14:43:07','2021-07-13 14:43:07','','Bulk Active Rinse 100% RM','32oz Bulk Active Rinse: 100% dimethicone oil treatment','publish','closed','closed','','bulk-active-rise-100-rm','','','2025-08-14 19:21:23','2025-08-14 19:21:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=490',26,'product','',0),(491,1,'2021-07-13 15:19:37','2021-07-13 15:19:37','','Order &ndash; July 13, 2021 @ 03:19 PM','','wc-completed','closed','closed','wc_order_TisnvSpWN6FW1','order-jul-13-2021-0319-pm','','','2021-07-15 14:47:44','2021-07-15 14:47:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=491',0,'shop_order','',3),(492,1,'2021-07-13 18:32:46','2021-07-13 18:32:46','','Order &ndash; July 13, 2021 @ 06:32 PM','','wc-completed','closed','closed','wc_order_WRyw96ijxpRd3','order-jul-13-2021-0632-pm','','','2021-07-13 21:14:10','2021-07-13 21:14:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=492',0,'shop_order','',3),(493,1,'2021-07-13 18:59:23','2021-07-13 18:59:23','','Order &ndash; July 13, 2021 @ 06:59 PM','','wc-completed','closed','closed','wc_order_DgWkEjniSRrZC','order-jul-13-2021-0659-pm','','','2021-07-13 21:16:00','2021-07-13 21:16:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=493',0,'shop_order','',3),(494,1,'2021-07-13 20:28:38','2021-07-13 20:28:38','','Order &ndash; July 13, 2021 @ 08:28 PM','','wc-completed','closed','closed','wc_order_WrlaR3aPamqfE','order-jul-13-2021-0828-pm','','','2021-07-15 14:41:49','2021-07-15 14:41:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=494',0,'shop_order','',3),(495,1,'2021-07-14 21:39:40','2021-07-14 21:39:40','','Order &ndash; July 14, 2021 @ 09:39 PM','','wc-completed','closed','closed','wc_order_DzcRzCD2vFkOX','order-jul-14-2021-0939-pm','','','2021-07-19 05:48:45','2021-07-19 05:48:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=495',0,'shop_order','',3),(496,1,'2021-07-15 02:52:36','2021-07-15 02:52:36','','Order &ndash; July 15, 2021 @ 02:52 AM','','wc-completed','closed','closed','wc_order_idYPARnmvFuSK','order-jul-15-2021-0252-am','','','2021-07-19 05:47:14','2021-07-19 05:47:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=496',0,'shop_order','',3),(497,1,'2021-07-15 16:35:44','2021-07-15 16:35:44','','Order &ndash; July 15, 2021 @ 04:35 PM','','wc-completed','closed','closed','wc_order_1RBd1Y8gJVIqb','order-jul-15-2021-0435-pm','','','2021-07-21 14:38:53','2021-07-21 14:38:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=497',0,'shop_order','',3),(498,1,'2021-07-15 17:29:29','2021-07-15 17:29:29','','Order &ndash; July 15, 2021 @ 05:29 PM','','wc-completed','closed','closed','wc_order_S8ABaHzfbIWOs','order-jul-15-2021-0529-pm','','','2021-07-21 14:49:47','2021-07-21 14:49:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=498',0,'shop_order','',3),(499,1,'2021-07-15 18:23:15','2021-07-15 18:23:15','','Order &ndash; July 15, 2021 @ 06:23 PM','','wc-completed','closed','closed','wc_order_oVfaoBmyTJMMp','order-jul-15-2021-0623-pm','','','2021-07-19 05:48:02','2021-07-19 05:48:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=499',0,'shop_order','',3),(500,1,'2021-07-16 06:37:52','2021-07-16 06:37:52','','Order &ndash; July 16, 2021 @ 06:37 AM','','wc-completed','closed','closed','wc_order_fCHAzclF3oGBR','order-jul-16-2021-0637-am','','','2021-07-19 05:46:03','2021-07-19 05:46:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=500',0,'shop_order','',3),(501,1,'2021-07-16 17:15:59','2021-07-16 17:15:59','','Order &ndash; July 16, 2021 @ 05:15 PM','','wc-completed','closed','closed','wc_order_m32aFqUXokI1I','order-jul-16-2021-0515-pm','','','2021-07-19 05:44:51','2021-07-19 05:44:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=501',0,'shop_order','',3),(503,20,'2021-07-19 16:48:51','2021-07-19 16:48:51','','Auto Draft','','wcm-active','closed','closed','um_60f5ace5025f2','auto-draft-2','','','2021-07-19 16:48:51','2021-07-19 16:48:51','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=503',0,'wc_user_membership','',0),(504,1,'2021-07-19 18:54:12','2021-07-19 18:54:12','','Order &ndash; July 19, 2021 @ 06:54 PM','','wc-completed','closed','closed','wc_order_RnsYELAqssnBY','order-jul-19-2021-0654-pm','','','2021-07-20 05:46:02','2021-07-20 05:46:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=504',0,'shop_order','',3),(505,1,'2021-07-19 20:36:28','2021-07-19 20:36:28','','Order &ndash; July 19, 2021 @ 08:36 PM','','wc-completed','closed','closed','wc_order_MgADhIuZckWXI','order-jul-19-2021-0836-pm','','','2021-07-21 14:46:47','2021-07-21 14:46:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=505',0,'shop_order','',3),(506,1,'2021-07-20 01:58:22','2021-07-20 01:58:22','','Order &ndash; July 20, 2021 @ 01:58 AM','','wc-completed','closed','closed','wc_order_tV5ErSK2p2Mjo','order-jul-20-2021-0158-am','','','2021-07-21 14:48:20','2021-07-21 14:48:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=506',0,'shop_order','',3),(507,1,'2021-07-20 02:13:54','2021-07-20 02:13:54','','Order &ndash; July 20, 2021 @ 02:13 AM','','wc-completed','closed','closed','wc_order_D6fEAz0fU84tc','order-jul-20-2021-0213-am','','','2021-07-21 14:58:46','2021-07-21 14:58:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=507',0,'shop_order','',3),(508,1,'2021-07-20 17:01:50','2021-07-20 17:01:50','','Order &ndash; July 20, 2021 @ 05:01 PM','','wc-completed','closed','closed','wc_order_qtIGuiWyWnPo5','order-jul-20-2021-0501-pm','','','2021-07-21 14:34:18','2021-07-21 14:34:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=508',0,'shop_order','',3),(509,1,'2021-07-20 18:16:41','2021-07-20 18:16:41','','Order &ndash; July 20, 2021 @ 06:16 PM','','wc-completed','closed','closed','wc_order_hnfeU4fOFvc2s','order-jul-20-2021-0616-pm','','','2021-07-21 14:35:37','2021-07-21 14:35:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=509',0,'shop_order','',3),(510,1,'2021-07-21 01:20:16','2021-07-21 01:20:16','','Order &ndash; July 21, 2021 @ 01:20 AM','','wc-completed','closed','closed','wc_order_bcrKHvg13wFz9','order-jul-21-2021-0120-am','','','2021-07-22 19:47:57','2021-07-22 19:47:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=510',0,'shop_order','',3),(511,1,'2021-07-21 18:10:21','2021-07-21 18:10:21','','Order &ndash; July 21, 2021 @ 06:10 PM','','wc-completed','closed','closed','wc_order_QREUQwWzIXty1','order-jul-21-2021-0610-pm','','','2021-07-22 19:49:48','2021-07-22 19:49:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=511',0,'shop_order','',3),(515,2,'2021-07-22 15:11:17','2021-07-22 15:11:17','','ShipHawaii','','draft','closed','closed','','shiphawaii','','','2025-09-24 17:25:05','2025-09-24 17:25:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=515',0,'shop_coupon','',0),(516,1,'2021-07-22 21:42:35','2021-07-22 21:42:35','','Order &ndash; July 22, 2021 @ 09:42 PM','','wc-completed','closed','closed','wc_order_V7r0KATlI7mQH','order-jul-22-2021-0942-pm','','','2021-07-26 13:41:09','2021-07-26 13:41:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=516',0,'shop_order','',3),(517,1,'2021-07-23 14:53:53','2021-07-23 14:53:53','','Order &ndash; July 23, 2021 @ 02:53 PM','','wc-completed','closed','closed','wc_order_hTr9jKm9Hqb0a','order-jul-23-2021-0253-pm','','','2021-07-26 13:42:15','2021-07-26 13:42:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=517',0,'shop_order','',3),(518,1,'2021-07-23 19:56:58','2021-07-23 19:56:58','','Order &ndash; July 23, 2021 @ 07:56 PM','','wc-completed','closed','closed','wc_order_LFTJlQ2Z29R6I','order-jul-23-2021-0756-pm','','','2021-07-26 22:37:55','2021-07-26 22:37:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=518',0,'shop_order','',3),(519,1,'2021-07-23 20:00:52','2021-07-23 20:00:52','','Order &ndash; July 23, 2021 @ 08:00 PM','','wc-completed','closed','closed','wc_order_lFZVtQGxkf7b5','order-jul-23-2021-0800-pm','','','2021-07-26 22:37:16','2021-07-26 22:37:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=519',0,'shop_order','',3),(520,1,'2021-07-23 20:04:04','2021-07-23 20:04:04','','Order &ndash; July 23, 2021 @ 08:04 PM','Ship to Office Door','wc-completed','closed','closed','wc_order_IZ3HKNGAcjxrw','order-jul-23-2021-0804-pm','','','2021-07-26 22:34:38','2021-07-26 22:34:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=520',0,'shop_order','',3),(521,1,'2021-07-23 20:07:54','2021-07-23 20:07:54','','Order &ndash; July 23, 2021 @ 08:07 PM','','wc-completed','closed','closed','wc_order_cVL4BB0kj6VUg','order-jul-23-2021-0807-pm','','','2021-07-27 14:33:34','2021-07-27 14:33:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=521',0,'shop_order','',3),(523,1,'2021-07-24 01:15:52','2021-07-24 01:15:52','','Order &ndash; July 24, 2021 @ 01:15 AM','','wc-completed','closed','closed','wc_order_Bb4vQNup0s8mF','order-jul-24-2021-0115-am','','','2021-07-26 22:33:36','2021-07-26 22:33:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=523',0,'shop_order','',3),(524,1,'2021-07-24 02:10:59','2021-07-24 02:10:59','','Order &ndash; July 24, 2021 @ 02:10 AM','','wc-completed','closed','closed','wc_order_hKNBgjWLzYBx3','order-jul-24-2021-0210-am','','','2021-07-26 22:39:25','2021-07-26 22:39:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=524',0,'shop_order','',3),(525,1,'2021-07-24 02:20:24','2021-07-24 02:20:24','','Order &ndash; July 24, 2021 @ 02:20 AM','','wc-completed','closed','closed','wc_order_DXOfIZ7xphGUJ','order-jul-24-2021-0220-am','','','2021-07-26 22:36:34','2021-07-26 22:36:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=525',0,'shop_order','',3),(526,1,'2021-07-24 19:22:52','2021-07-24 19:22:52','','Order &ndash; July 24, 2021 @ 07:22 PM','','wc-completed','closed','closed','wc_order_VwJSBXXGTNOPD','order-jul-24-2021-0722-pm','','','2021-07-26 22:26:58','2021-07-26 22:26:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=526',0,'shop_order','',3),(527,1,'2021-07-25 16:30:45','2021-07-25 16:30:45','','Order &ndash; July 25, 2021 @ 04:30 PM','','wc-completed','closed','closed','wc_order_MiI2Qz6iDRMHx','order-jul-25-2021-0430-pm','','','2021-07-26 22:32:13','2021-07-26 22:32:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=527',0,'shop_order','',3),(528,1,'2021-07-25 23:59:15','2021-07-25 23:59:15','','Order &ndash; July 25, 2021 @ 11:59 PM','','wc-completed','closed','closed','wc_order_rJs0y63fPzxBm','order-jul-25-2021-1159-pm','','','2021-07-26 22:30:57','2021-07-26 22:30:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=528',0,'shop_order','',3),(530,1,'2021-07-26 15:35:48','2021-07-26 15:35:48','','Order &ndash; July 26, 2021 @ 03:35 PM','','wc-completed','closed','closed','wc_order_bJvRyr7izsDTU','order-jul-26-2021-0335-pm','','','2021-07-26 22:25:32','2021-07-26 22:25:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=530',0,'shop_order','',3),(531,2,'2021-07-26 18:18:09','2021-07-26 18:18:09','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','publish','closed','closed','','shop-now-rm','','','2025-07-10 18:42:45','2025-07-10 18:42:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=531',0,'page','',0),(532,1,'2021-07-26 18:21:04','2021-07-26 18:21:04','','Order &ndash; July 26, 2021 @ 06:21 PM','','wc-completed','closed','closed','wc_order_IqcXQXkyjCFma','order-jul-26-2021-0621-pm','','','2021-07-27 14:41:41','2021-07-27 14:41:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=532',0,'shop_order','',3),(538,1,'2021-07-28 18:31:55','2021-07-28 18:31:55','','Order &ndash; July 28, 2021 @ 06:31 PM','','wc-completed','closed','closed','wc_order_DLNGgNjPKG2qQ','order-jul-28-2021-0631-pm','','','2021-08-02 14:44:11','2021-08-02 14:44:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=538',0,'shop_order','',3),(539,1,'2021-07-29 14:56:33','2021-07-29 14:56:33','','Order &ndash; July 29, 2021 @ 02:56 PM','','wc-completed','closed','closed','wc_order_UZ6jaFK6xLSjq','order-jul-29-2021-0256-pm','','','2021-07-30 19:25:07','2021-07-30 19:25:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=539',0,'shop_order','',3),(540,1,'2021-07-29 15:09:46','2021-07-29 15:09:46','','Order &ndash; July 29, 2021 @ 03:09 PM','Please, make sure to send Active Rinse 50/50.\r\nBecause we\'ve been receiving 100% Dimethicone.\r\nWe\'re critically low on our bulk 50/50 stock.\r\nThank you.','wc-completed','closed','closed','wc_order_sTsuEFHIpBhup','order-jul-29-2021-0309-pm','','','2021-08-02 14:45:05','2021-08-02 14:45:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=540',0,'shop_order','',3),(541,1,'2021-07-29 22:02:41','2021-07-29 22:02:41','','Order &ndash; July 29, 2021 @ 10:02 PM','','wc-completed','closed','closed','wc_order_lpi9Xtqhhjb2k','order-jul-29-2021-1002-pm','','','2021-07-30 19:23:42','2021-07-30 19:23:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=541',0,'shop_order','',3),(542,1,'2021-07-30 22:13:45','2021-07-30 22:13:45','','Order &ndash; July 30, 2021 @ 10:13 PM','','wc-completed','closed','closed','wc_order_VAtprBrSXHobV','order-jul-30-2021-1013-pm','','','2021-08-02 14:45:54','2021-08-02 14:45:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=542',0,'shop_order','',3),(543,1,'2021-07-31 00:16:50','2021-07-31 00:16:50','','Order &ndash; July 31, 2021 @ 12:16 AM','','wc-completed','closed','closed','wc_order_Z7T4iPj9CPWMG','order-jul-31-2021-1216-am','','','2021-08-02 16:33:53','2021-08-02 16:33:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=543',0,'shop_order','',3),(544,1,'2021-07-31 20:38:44','2021-07-31 20:38:44','','Order &ndash; July 31, 2021 @ 08:38 PM','','wc-completed','closed','closed','wc_order_bVZCYyf4a4NLE','order-jul-31-2021-0838-pm','','','2021-08-02 16:34:36','2021-08-02 16:34:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=544',0,'shop_order','',3),(545,1,'2021-08-02 21:44:34','2021-08-02 21:44:34','','Order &ndash; August 2, 2021 @ 09:44 PM','','wc-completed','closed','closed','wc_order_7HbNKxbdPOoQU','order-aug-02-2021-0944-pm','','','2021-08-03 17:02:37','2021-08-03 17:02:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=545',0,'shop_order','',3),(546,1,'2021-08-02 21:46:46','2021-08-02 21:46:46','','Order &ndash; August 2, 2021 @ 09:46 PM','','wc-completed','closed','closed','wc_order_C9DpdqfGjEwyp','order-aug-02-2021-0946-pm','','','2021-08-03 19:35:54','2021-08-03 19:35:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=546',0,'shop_order','',3),(547,1,'2021-08-03 14:31:17','2021-08-03 14:31:17','','Order &ndash; August 3, 2021 @ 02:31 PM','','wc-completed','closed','closed','wc_order_ouvv8NdARDj5m','order-aug-03-2021-0231-pm','','','2021-08-03 19:36:38','2021-08-03 19:36:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=547',0,'shop_order','',3),(549,1,'2021-08-03 18:04:22','2021-08-03 18:04:22','','Order &ndash; August 3, 2021 @ 06:04 PM','','wc-completed','closed','closed','wc_order_ADoEAB0RtRCAC','order-aug-03-2021-0604-pm','','','2021-08-03 20:08:11','2021-08-03 20:08:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=549',0,'shop_order','',3),(550,1,'2021-08-03 20:47:08','2021-08-03 20:47:08','','Order &ndash; August 3, 2021 @ 08:47 PM','','wc-completed','closed','closed','wc_order_2FM8qbBNfxfBv','order-aug-03-2021-0847-pm','','','2021-08-04 16:53:31','2021-08-04 16:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=550',0,'shop_order','',3),(551,1,'2021-08-04 15:18:34','2021-08-04 15:18:34','','Order &ndash; August 4, 2021 @ 03:18 PM','','wc-completed','closed','closed','wc_order_lFk08bsfx9TBJ','order-aug-04-2021-0318-pm','','','2021-08-04 16:54:42','2021-08-04 16:54:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=551',0,'shop_order','',3),(552,1,'2021-08-04 17:29:02','2021-08-04 17:29:02','','Order &ndash; August 4, 2021 @ 05:29 PM','','wc-completed','closed','closed','wc_order_J4ANO8dwfX9w3','order-aug-04-2021-0529-pm','','','2021-08-05 04:57:46','2021-08-05 04:57:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=552',0,'shop_order','',3),(553,1,'2021-08-04 21:48:12','2021-08-04 21:48:12','','Order &ndash; August 4, 2021 @ 09:48 PM','','wc-completed','closed','closed','wc_order_Cpeg0tJOUpdMF','order-aug-04-2021-0948-pm','','','2021-08-05 16:48:10','2021-08-05 16:48:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=553',0,'shop_order','',3),(554,1,'2021-08-04 21:50:45','2021-08-04 21:50:45','','Order &ndash; August 4, 2021 @ 09:50 PM','','wc-completed','closed','closed','wc_order_vjdQx2bXBhNTY','order-aug-04-2021-0950-pm','','','2021-08-05 16:59:35','2021-08-05 16:59:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=554',0,'shop_order','',3),(555,1,'2021-08-05 00:36:43','2021-08-05 00:36:43','','Order &ndash; August 5, 2021 @ 12:36 AM','','wc-completed','closed','closed','wc_order_DlT6szrTU4dt1','order-aug-05-2021-1236-am','','','2021-08-05 16:49:46','2021-08-05 16:49:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=555',0,'shop_order','',3),(557,1,'2021-08-05 13:22:39','2021-08-05 13:22:39','','Order &ndash; August 5, 2021 @ 01:22 PM','','wc-completed','closed','closed','wc_order_AQ9lfFW9Hlkam','order-aug-05-2021-0122-pm','','','2021-08-05 16:46:39','2021-08-05 16:46:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=557',0,'shop_order','',3),(559,1,'2021-08-05 13:26:01','2021-08-05 13:26:01','','Order &ndash; August 5, 2021 @ 01:26 PM','','wc-completed','closed','closed','wc_order_YfuKDB0kE0ONI','order-aug-05-2021-0126-pm','','','2021-08-05 16:46:28','2021-08-05 16:46:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=559',0,'shop_order','',3),(560,1,'2021-08-05 15:16:54','2021-08-05 15:16:54','','Order &ndash; August 5, 2021 @ 03:16 PM','','wc-completed','closed','closed','wc_order_iqMBaQyXXTVRA','order-aug-05-2021-0316-pm','','','2021-08-05 22:09:01','2021-08-05 22:09:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=560',0,'shop_order','',3),(561,1,'2021-08-05 19:53:12','2021-08-05 19:53:12','','Order &ndash; August 5, 2021 @ 07:53 PM','','wc-completed','closed','closed','wc_order_CRnItu9h49PQi','order-aug-05-2021-0753-pm','','','2021-08-06 18:42:50','2021-08-06 18:42:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=561',0,'shop_order','',3),(562,1,'2021-08-05 21:07:40','2021-08-05 21:07:40','','Order &ndash; August 5, 2021 @ 09:07 PM','','wc-completed','closed','closed','wc_order_6GVgFxf7zBOgE','order-aug-05-2021-0907-pm','','','2021-08-06 18:43:35','2021-08-06 18:43:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=562',0,'shop_order','',3),(563,1,'2021-08-05 21:19:11','2021-08-05 21:19:11','','Order &ndash; August 5, 2021 @ 09:19 PM','','wc-completed','closed','closed','wc_order_XcgNdJ1rNhmM7','order-aug-05-2021-0919-pm','','','2021-08-06 18:45:08','2021-08-06 18:45:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=563',0,'shop_order','',5),(564,1,'2021-08-05 22:43:24','2021-08-05 22:43:24','','Order &ndash; August 5, 2021 @ 10:43 PM','','wc-completed','closed','closed','wc_order_rKWnRM6s8gaJU','order-aug-05-2021-1043-pm','','','2021-08-09 18:38:01','2021-08-09 18:38:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=564',0,'shop_order','',3),(565,1,'2021-08-06 02:34:27','2021-08-06 02:34:27','','Order &ndash; August 6, 2021 @ 02:34 AM','','wc-completed','closed','closed','wc_order_vzV8nDTclOLBb','order-aug-06-2021-0234-am','','','2021-08-06 18:47:48','2021-08-06 18:47:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=565',0,'shop_order','',3),(566,1,'2021-08-06 19:21:20','2021-08-06 19:21:20','','Order &ndash; August 6, 2021 @ 07:21 PM','','wc-completed','closed','closed','wc_order_2rdpv6KoB4Vqh','order-aug-06-2021-0721-pm','','','2021-08-09 18:40:10','2021-08-09 18:40:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=566',0,'shop_order','',3),(567,1,'2021-08-06 22:56:52','2021-08-06 22:56:52','','Order &ndash; August 6, 2021 @ 10:56 PM','','wc-completed','closed','closed','wc_order_U6KdqDflkw79n','order-aug-06-2021-1056-pm','','','2021-08-09 18:39:10','2021-08-09 18:39:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=567',0,'shop_order','',3),(568,1,'2021-08-07 16:12:33','2021-08-07 16:12:33','','Order &ndash; August 7, 2021 @ 04:12 PM','','wc-completed','closed','closed','wc_order_uOZ9zXSrei5Sr','order-aug-07-2021-0412-pm','','','2021-08-09 18:42:34','2021-08-09 18:42:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=568',0,'shop_order','',3),(569,1,'2021-08-07 23:10:27','2021-08-07 23:10:27','','Order &ndash; August 7, 2021 @ 11:10 PM','','wc-completed','closed','closed','wc_order_SbGvToBPk9qhR','order-aug-07-2021-1110-pm','','','2021-08-09 18:40:57','2021-08-09 18:40:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=569',0,'shop_order','',3),(570,1,'2021-08-08 02:22:34','2021-08-08 02:22:34','','Order &ndash; August 8, 2021 @ 02:22 AM','','wc-completed','closed','closed','wc_order_xCEWzLe7ablHf','order-aug-08-2021-0222-am','','','2021-08-11 15:05:39','2021-08-11 15:05:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=570',0,'shop_order','',3),(571,1,'2021-08-09 14:53:18','2021-08-09 14:53:18','','Order &ndash; August 9, 2021 @ 02:53 PM','','wc-completed','closed','closed','wc_order_nBrqYWAIIulhq','order-aug-09-2021-0253-pm','','','2021-08-11 15:06:36','2021-08-11 15:06:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=571',0,'shop_order','',3),(572,1,'2021-08-09 14:55:49','2021-08-09 14:55:49','','Order &ndash; August 9, 2021 @ 02:55 PM','','wc-completed','closed','closed','wc_order_VA3EUqbZd0MRv','order-aug-09-2021-0255-pm','','','2021-08-11 15:07:01','2021-08-11 15:07:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=572',0,'shop_order','',3),(573,1,'2021-08-09 20:28:48','2021-08-09 20:28:48','','Order &ndash; August 9, 2021 @ 08:28 PM','','wc-completed','closed','closed','wc_order_7brONIAwreBMo','order-aug-09-2021-0828-pm','','','2021-08-10 23:05:38','2021-08-10 23:05:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=573',0,'shop_order','',3),(574,1,'2021-08-09 20:31:42','2021-08-09 20:31:42','','Order &ndash; August 9, 2021 @ 08:31 PM','','wc-completed','closed','closed','wc_order_QKB8tAReCITus','order-aug-09-2021-0831-pm','','','2021-08-11 15:07:36','2021-08-11 15:07:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=574',0,'shop_order','',3),(575,1,'2021-08-10 00:42:26','2021-08-10 00:42:26','','Order &ndash; August 10, 2021 @ 12:42 AM','Please consolidate 12 bottles of oil please','wc-completed','closed','closed','wc_order_lbnUqIM18Tx9c','order-aug-10-2021-1242-am','','','2021-08-10 23:03:49','2021-08-10 23:03:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=575',0,'shop_order','',3),(576,1,'2021-08-10 00:51:53','2021-08-10 00:51:53','','Order &ndash; August 10, 2021 @ 12:51 AM','Please consolidate order','wc-completed','closed','closed','wc_order_enxmBatnAm9RL','order-aug-10-2021-1251-am','','','2021-08-10 23:04:35','2021-08-10 23:04:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=576',0,'shop_order','',3),(577,1,'2021-08-10 11:48:03','2021-08-10 11:48:03','','Order &ndash; August 10, 2021 @ 11:48 AM','','wc-completed','closed','closed','wc_order_abpfWZQgM8IQG','order-aug-10-2021-1148-am','','','2021-08-11 15:08:18','2021-08-11 15:08:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=577',0,'shop_order','',3),(578,1,'2021-08-10 14:18:58','2021-08-10 14:18:58','','Order &ndash; August 10, 2021 @ 02:18 PM','','wc-completed','closed','closed','wc_order_q5QoQBQ0HIUOG','order-aug-10-2021-0218-pm','','','2021-08-10 23:00:40','2021-08-10 23:00:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=578',0,'shop_order','',3),(579,1,'2021-08-10 15:05:23','2021-08-10 15:05:23','','Order &ndash; August 10, 2021 @ 03:05 PM','','wc-completed','closed','closed','wc_order_uBLnnRye1PCBe','order-aug-10-2021-0305-pm','','','2021-08-10 23:01:42','2021-08-10 23:01:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=579',0,'shop_order','',3),(580,1,'2021-08-10 21:47:47','2021-08-10 21:47:47','','Order &ndash; August 10, 2021 @ 09:47 PM','','wc-completed','closed','closed','wc_order_WePQi0pXoyTZ0','order-aug-10-2021-0947-pm','','','2021-08-11 15:04:47','2021-08-11 15:04:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=580',0,'shop_order','',3),(582,1,'2021-08-11 23:55:03','2021-08-11 23:55:03','','Order &ndash; August 11, 2021 @ 11:55 PM','','wc-completed','closed','closed','wc_order_OZGGmnE9qHYze','order-aug-11-2021-1155-pm','','','2021-08-17 20:45:13','2021-08-17 20:45:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=582',0,'shop_order','',3),(583,1,'2021-08-12 19:16:40','2021-08-12 19:16:40','','Order &ndash; August 12, 2021 @ 07:16 PM','','wc-completed','closed','closed','wc_order_iQRlPpbUTCpYi','order-aug-12-2021-0716-pm','','','2021-08-17 20:44:42','2021-08-17 20:44:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=583',0,'shop_order','',3),(585,1,'2021-08-13 19:06:41','2021-08-13 19:06:41','','Order &ndash; August 13, 2021 @ 07:06 PM','','wc-completed','closed','closed','wc_order_lX0Pvk6zToOPP','order-aug-13-2021-0706-pm','','','2021-08-17 20:43:51','2021-08-17 20:43:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=585',0,'shop_order','',3),(586,1,'2021-08-13 19:10:18','2021-08-13 19:10:18','','Order &ndash; August 13, 2021 @ 07:10 PM','','wc-completed','closed','closed','wc_order_Hw01BlEigiA57','order-aug-13-2021-0710-pm','','','2021-08-17 20:43:02','2021-08-17 20:43:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=586',0,'shop_order','',3),(587,1,'2021-08-13 19:14:13','2021-08-13 19:14:13','','Order &ndash; August 13, 2021 @ 07:14 PM','','wc-completed','closed','closed','wc_order_TOdpxo2ugiH1X','order-aug-13-2021-0714-pm','','','2021-08-17 20:42:23','2021-08-17 20:42:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=587',0,'shop_order','',3),(588,1,'2021-08-13 19:17:28','2021-08-13 19:17:28','','Order &ndash; August 13, 2021 @ 07:17 PM','','wc-completed','closed','closed','wc_order_nBxsw9uTB8v2r','order-aug-13-2021-0717-pm','','','2021-08-17 20:41:03','2021-08-17 20:41:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=588',0,'shop_order','',3),(589,1,'2021-08-14 20:42:35','2021-08-14 20:42:35','','Order &ndash; August 14, 2021 @ 08:42 PM','','wc-completed','closed','closed','wc_order_UycoNhpL5Vsu1','order-aug-14-2021-0842-pm','','','2021-08-17 20:40:19','2021-08-17 20:40:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=589',0,'shop_order','',3),(590,1,'2021-08-16 03:24:05','2021-08-16 03:24:05','','Order &ndash; August 16, 2021 @ 03:24 AM','','wc-completed','closed','closed','wc_order_HB0QZypma4E3A','order-aug-16-2021-0324-am','','','2021-08-17 20:40:01','2021-08-17 20:40:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=590',0,'shop_order','',3),(591,1,'2021-08-16 06:10:25','2021-08-16 06:10:25','','Order &ndash; August 16, 2021 @ 06:10 AM','','wc-completed','closed','closed','wc_order_XQ4msx2CqMWHJ','order-aug-16-2021-0610-am','','','2021-08-17 20:38:58','2021-08-17 20:38:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=591',0,'shop_order','',3),(592,1,'2021-08-16 12:35:57','2021-08-16 12:35:57','','Order &ndash; August 16, 2021 @ 12:35 PM','','wc-completed','closed','closed','wc_order_IWndyrZvrmQFX','order-aug-16-2021-1235-pm','','','2021-08-17 20:37:45','2021-08-17 20:37:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=592',0,'shop_order','',3),(593,1,'2021-08-16 13:52:48','2021-08-16 13:52:48','','Order &ndash; August 16, 2021 @ 01:52 PM','','wc-completed','closed','closed','wc_order_5Xs8X5J18L9Qo','order-aug-16-2021-0152-pm','','','2021-08-17 20:36:36','2021-08-17 20:36:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=593',0,'shop_order','',3),(594,1,'2021-08-16 21:29:08','2021-08-16 21:29:08','','Order &ndash; August 16, 2021 @ 09:29 PM','','wc-completed','closed','closed','wc_order_HlmudTPURyel3','order-aug-16-2021-0929-pm','','','2021-08-17 20:36:07','2021-08-17 20:36:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=594',0,'shop_order','',3),(595,1,'2021-08-16 22:40:23','2021-08-16 22:40:23','','Order &ndash; August 16, 2021 @ 10:40 PM','','wc-completed','closed','closed','wc_order_1mmEUrEhBgCN6','order-aug-16-2021-1040-pm','','','2021-08-17 20:34:22','2021-08-17 20:34:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=595',0,'shop_order','',3),(596,1,'2021-08-17 15:10:57','2021-08-17 15:10:57','','Order &ndash; August 17, 2021 @ 03:10 PM','','wc-completed','closed','closed','wc_order_97adqD3wNJKBg','order-aug-17-2021-0310-pm','','','2021-08-17 20:33:41','2021-08-17 20:33:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=596',0,'shop_order','',3),(597,1,'2021-08-17 17:19:45','2021-08-17 17:19:45','','Order &ndash; August 17, 2021 @ 05:19 PM','','wc-completed','closed','closed','wc_order_1erdhsCYC0RTZ','order-aug-17-2021-0519-pm','','','2021-08-17 20:32:44','2021-08-17 20:32:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=597',0,'shop_order','',3),(598,1,'2021-08-18 12:30:17','2021-08-18 12:30:17','','Order &ndash; August 18, 2021 @ 12:30 PM','No weekend delivery','wc-completed','closed','closed','wc_order_bFPoyQsuvXnNn','order-aug-18-2021-1230-pm','','','2021-08-20 15:40:56','2021-08-20 15:40:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=598',0,'shop_order','',3),(599,1,'2021-08-18 12:52:36','2021-08-18 12:52:36','','Order &ndash; August 18, 2021 @ 12:52 PM','','wc-completed','closed','closed','wc_order_dUrlE9UamjO6g','order-aug-18-2021-1252-pm','','','2021-08-20 15:40:17','2021-08-20 15:40:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=599',0,'shop_order','',3),(600,1,'2021-08-19 15:12:04','2021-08-19 15:12:04','','Order &ndash; August 19, 2021 @ 03:12 PM','','wc-completed','closed','closed','wc_order_dVkCrbOPAyNgv','order-aug-19-2021-0312-pm','','','2021-08-20 15:39:55','2021-08-20 15:39:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=600',0,'shop_order','',3),(601,1,'2021-08-19 15:26:08','2021-08-19 15:26:08','','Order &ndash; August 19, 2021 @ 03:26 PM','','wc-completed','closed','closed','wc_order_VFhR9QEATVTey','order-aug-19-2021-0326-pm','','','2021-08-20 15:39:13','2021-08-20 15:39:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=601',0,'shop_order','',3),(602,1,'2021-08-19 17:32:17','2021-08-19 17:32:17','','Order &ndash; August 19, 2021 @ 05:32 PM','','wc-completed','closed','closed','wc_order_H5wp9w8fFUkMv','order-aug-19-2021-0532-pm','','','2021-08-20 15:38:42','2021-08-20 15:38:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=602',0,'shop_order','',3),(603,1,'2021-08-19 20:40:52','2021-08-19 20:40:52','','Order &ndash; August 19, 2021 @ 08:40 PM','','wc-completed','closed','closed','wc_order_8gwbRHYlHzfsn','order-aug-19-2021-0840-pm','','','2021-08-20 15:37:39','2021-08-20 15:37:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=603',0,'shop_order','',3),(604,1,'2021-08-20 00:29:40','2021-08-20 00:29:40','','Order &ndash; August 20, 2021 @ 12:29 AM','','wc-completed','closed','closed','wc_order_1YYukgFJOIPJS','order-aug-20-2021-1229-am','','','2021-08-20 15:37:19','2021-08-20 15:37:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=604',0,'shop_order','',3),(606,1,'2021-08-20 17:12:58','2021-08-20 17:12:58','','Order &ndash; August 20, 2021 @ 05:12 PM','','wc-completed','closed','closed','wc_order_x9nOoE3NFbUGJ','order-aug-20-2021-0512-pm','','','2021-08-25 14:07:43','2021-08-25 14:07:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=606',0,'shop_order','',3),(607,1,'2021-08-21 12:59:22','2021-08-21 12:59:22','','Order &ndash; August 21, 2021 @ 12:59 PM','','wc-completed','closed','closed','wc_order_TU625yH18ZmPM','order-aug-21-2021-1259-pm','','','2021-09-23 14:38:28','2021-09-23 14:38:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=607',0,'shop_order','',4),(608,1,'2021-08-23 13:54:06','2021-08-23 13:54:06','','Order &ndash; August 23, 2021 @ 01:54 PM','','wc-completed','closed','closed','wc_order_LqLX0gmHvit6f','order-aug-23-2021-0154-pm','','','2021-08-25 14:06:28','2021-08-25 14:06:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=608',0,'shop_order','',3),(609,1,'2021-08-23 17:55:26','2021-08-23 17:55:26','','Order &ndash; August 23, 2021 @ 05:55 PM','','wc-completed','closed','closed','wc_order_ifvqItPCmdreu','order-aug-23-2021-0555-pm','','','2021-09-20 19:40:47','2021-09-20 19:40:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=609',0,'shop_order','',3),(610,2,'2021-08-23 21:46:53','2021-08-23 21:46:53','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" loading=\"lazy\" />															\n		<strong>PLEASE NOTE - There has been an increase in pricing for Dimethicone based products due to supply chain issues.</strong>		\n												<a href=\"\">Click to Learn More</a>\n					<p>We received notice from Ginesis that prices on all products using Dimethicone as an ingredient will increase starting today. This is the result of a dimethicone shortage across the country caused by supply chain interruptions, tariffs, and trade embargos. This is completely out of our control. Ginesis is working with multiple suppliers and also working to find alternatives. Please see below for the statement we received from Jeff Hester, President and Owner of Ginesis.<br><br>Due to tariffs and recent trade embargos, there is severely limited feed-stock for the raw materials required to produce Dimethicone 350SF. Currently there is no material stateside and vessels on the water have been delayed again. New orders for the material ETA are November 2021 and shortages are expected through Q2 2022.&nbsp;</p>\n<p>As a result, prices have recently more than doubled from the already inflated prices earlier this year and Dimethicone 350SF is still difficult to source. We apologize for the inconvenience this supply chain disruption is&nbsp;causing and look forward to the market stabilizing for this material.</p>','Dimethicon Price Increase','','publish','closed','closed','','dimethicon-price-increase','','','2022-11-18 20:40:59','2022-11-18 20:40:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=610',0,'elementor_library','',0),(612,1,'2021-08-23 22:05:56','2021-08-23 22:05:56','','Order &ndash; August 23, 2021 @ 10:05 PM','','wc-refunded','closed','closed','wc_order_VBE4WJ3EcT2wg','order-aug-23-2021-1005-pm','','','2021-08-27 13:43:33','2021-08-27 13:43:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=612',0,'shop_order','',5),(615,1,'2021-08-24 05:50:07','2021-08-24 05:50:07','','Order &ndash; August 24, 2021 @ 05:50 AM','','wc-completed','closed','closed','wc_order_QxRFSTPvrvATp','order-aug-24-2021-0550-am','','','2021-08-25 13:58:10','2021-08-25 13:58:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=615',0,'shop_order','',3),(617,1,'2021-08-24 13:50:17','2021-08-24 13:50:17','','Refund &ndash; Aug 24, 2021 @ 01:50 PM','','trash','closed','closed','wc_order_kV6M26oMLlIaq','refund-aug-24-2021-0150-pm','','','2021-08-24 13:50:17','2021-08-24 13:50:17','',614,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=617',0,'shop_order_refund','',0),(618,1,'2021-08-24 13:50:56','2021-08-24 13:50:56','','Refund &ndash; Aug 24, 2021 @ 01:50 PM','','trash','closed','closed','wc_order_PDUVDSJXf1CgH','refund-aug-24-2021-0150-pm-2','','','2021-08-24 13:50:56','2021-08-24 13:50:56','',613,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=618',0,'shop_order_refund','',0),(619,1,'2021-08-24 13:52:07','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2021-08-24 13:52:07','0000-00-00 00:00:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?page_id=619',0,'page','',0),(620,1,'2021-08-24 20:25:29','2021-08-24 20:25:29','','Order &ndash; August 24, 2021 @ 08:25 PM','','wc-completed','closed','closed','wc_order_a2FHMml5rAEoC','order-aug-24-2021-0825-pm','','','2021-08-25 14:04:07','2021-08-25 14:04:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=620',0,'shop_order','',3),(627,1,'2021-08-24 21:13:27','2021-08-24 21:13:27','','Refund &ndash; Aug 24, 2021 @ 09:13 PM','','trash','closed','closed','wc_order_VI4DS2BqI7US2','refund-aug-24-2021-0913-pm','','','2021-08-24 21:13:27','2021-08-24 21:13:27','',621,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=627',0,'shop_order_refund','',0),(628,1,'2021-08-24 21:14:16','2021-08-24 21:14:16','','Refund &ndash; Aug 24, 2021 @ 09:14 PM','','trash','closed','closed','wc_order_tkdX2HKtS3A2S','refund-aug-24-2021-0914-pm','','','2021-08-24 21:14:16','2021-08-24 21:14:16','',622,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=628',0,'shop_order_refund','',0),(629,1,'2021-08-24 21:15:14','2021-08-24 21:15:14','','Refund &ndash; Aug 24, 2021 @ 09:15 PM','','trash','closed','closed','wc_order_sMbSY2hzjOFYW','refund-aug-24-2021-0915-pm','','','2021-08-24 21:15:14','2021-08-24 21:15:14','',623,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=629',0,'shop_order_refund','',0),(630,1,'2021-08-24 21:15:51','2021-08-24 21:15:51','','Refund &ndash; Aug 24, 2021 @ 09:15 PM','','trash','closed','closed','wc_order_lQnx9yIJJ34z1','refund-aug-24-2021-0915-pm-2','','','2021-08-24 21:15:51','2021-08-24 21:15:51','',624,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=630',0,'shop_order_refund','',0),(631,1,'2021-08-24 21:16:06','2021-08-24 21:16:06','','Refund &ndash; Aug 24, 2021 @ 09:16 PM','','trash','closed','closed','wc_order_c2t97GJLBw7VZ','refund-aug-24-2021-0916-pm','','','2021-08-24 21:16:06','2021-08-24 21:16:06','',625,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=631',0,'shop_order_refund','',0),(632,1,'2021-08-24 21:17:14','2021-08-24 21:17:14','','Refund &ndash; Aug 24, 2021 @ 09:17 PM','','trash','closed','closed','wc_order_nhEoVwP6zr57z','refund-aug-24-2021-0917-pm','','','2021-08-24 21:17:14','2021-08-24 21:17:14','',626,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=632',0,'shop_order_refund','',0),(639,1,'2021-08-26 14:52:24','2021-08-26 14:52:24','','Order &ndash; August 26, 2021 @ 02:52 PM','','wc-completed','closed','closed','wc_order_y38BGAgG3Iz5n','order-aug-26-2021-0252-pm','','','2021-08-31 17:53:34','2021-08-31 17:53:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=639',0,'shop_order','',3),(640,1,'2021-08-26 17:35:29','2021-08-26 17:35:29','','Order &ndash; August 26, 2021 @ 05:35 PM','If we are not open, please leave packages at Ste. A','wc-completed','closed','closed','wc_order_RAI5HbmewO9m6','order-aug-26-2021-0535-pm','','','2021-08-30 19:52:04','2021-08-30 19:52:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=640',0,'shop_order','',5),(641,1,'2021-08-26 20:36:34','2021-08-26 20:36:34','','Order &ndash; August 26, 2021 @ 08:36 PM','','wc-completed','closed','closed','wc_order_1Mz9aS6WKViig','order-aug-26-2021-0836-pm','','','2021-08-31 17:54:07','2021-08-31 17:54:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=641',0,'shop_order','',9),(644,1,'2021-08-27 13:43:29','2021-08-27 13:43:29','','Refund &ndash; Aug 27, 2021 @ 01:43 PM','','wc-completed','closed','closed','wc_order_FM5oc4KwtYUWu','refund-aug-27-2021-0143-pm','','','2021-08-27 13:43:29','2021-08-27 13:43:29','',612,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=644',0,'shop_order_refund','',0),(645,1,'2021-08-27 18:21:33','2021-08-27 18:21:33','','Order &ndash; August 27, 2021 @ 06:21 PM','','wc-completed','closed','closed','wc_order_MZzQSPC4hXpEn','order-aug-27-2021-0621-pm','','','2021-08-31 18:46:34','2021-08-31 18:46:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=645',0,'shop_order','',8),(646,1,'2021-08-27 19:09:00','2021-08-27 19:09:00','','Order &ndash; August 27, 2021 @ 07:09 PM','','wc-completed','closed','closed','wc_order_YC2gNfLsuyotT','order-aug-27-2021-0709-pm','','','2021-08-31 17:54:31','2021-08-31 17:54:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=646',0,'shop_order','',5),(648,1,'2021-08-27 20:30:19','2021-08-27 20:30:19','','Order &ndash; August 27, 2021 @ 08:30 PM','','wc-completed','closed','closed','wc_order_PNw3rFCk4K7C9','order-aug-27-2021-0830-pm','','','2021-08-30 19:56:08','2021-08-30 19:56:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=648',0,'shop_order','',3),(651,1,'2021-08-30 11:20:29','2021-08-30 11:20:29','','Order &ndash; August 30, 2021 @ 11:20 AM','','wc-completed','closed','closed','wc_order_dS3A1X4h778G9','order-aug-30-2021-1120-am','','','2021-08-30 19:57:04','2021-08-30 19:57:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=651',0,'shop_order','',5),(655,1,'2021-08-31 16:17:37','2021-08-31 16:17:37','','Order &ndash; August 31, 2021 @ 04:17 PM','','wc-completed','closed','closed','wc_order_gJ0sgq9HsRg4G','order-aug-31-2021-0417-pm','','','2021-08-31 18:47:28','2021-08-31 18:47:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=655',0,'shop_order','',3),(657,1,'2021-09-01 19:22:50','2021-09-01 19:22:50','','Order &ndash; September 1, 2021 @ 07:22 PM','','wc-completed','closed','closed','wc_order_NphCmkhJlTpsG','order-sep-01-2021-0722-pm','','','2021-09-20 19:41:42','2021-09-20 19:41:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=657',0,'shop_order','',6),(660,1,'2021-09-01 22:05:33','2021-09-01 22:05:33','','Order &ndash; September 1, 2021 @ 10:05 PM','','wc-completed','closed','closed','wc_order_eZDFl1p8WylNh','order-sep-01-2021-1005-pm','','','2021-09-07 14:30:04','2021-09-07 14:30:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=660',0,'shop_order','',5),(661,1,'2021-09-02 01:13:26','2021-09-02 01:13:26','','Order &ndash; September 2, 2021 @ 01:13 AM','','wc-completed','closed','closed','wc_order_v5hRYVYIGCbaw','order-sep-02-2021-0113-am','','','2021-09-03 15:09:17','2021-09-03 15:09:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=661',0,'shop_order','',5),(662,1,'2021-09-02 13:30:13','2021-09-02 13:30:13','','Order &ndash; September 2, 2021 @ 01:30 PM','','wc-completed','closed','closed','wc_order_EYWZ1k3R2qzlV','order-sep-02-2021-0130-pm','','','2021-09-07 14:29:00','2021-09-07 14:29:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=662',0,'shop_order','',5),(663,1,'2021-09-02 15:19:42','2021-09-02 15:19:42','','Order &ndash; September 2, 2021 @ 03:19 PM','','wc-completed','closed','closed','wc_order_kOuxKy9SvG1Fw','order-sep-02-2021-0319-pm','','','2021-09-16 18:11:58','2021-09-16 18:11:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=663',0,'shop_order','',5),(664,1,'2021-09-02 18:32:50','2021-09-02 18:32:50','','Order &ndash; September 2, 2021 @ 06:32 PM','','wc-completed','closed','closed','wc_order_SXfoeyF6qCVsf','order-sep-02-2021-0632-pm','','','2021-09-14 20:34:43','2021-09-14 20:34:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=664',0,'shop_order','',5),(665,1,'2021-09-03 17:15:31','2021-09-03 17:15:31','','Order &ndash; September 3, 2021 @ 05:15 PM','','wc-completed','closed','closed','wc_order_p5CvdL41IoYN4','order-sep-03-2021-0515-pm','','','2021-09-08 14:29:48','2021-09-08 14:29:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=665',0,'shop_order','',5),(666,1,'2021-09-03 17:16:09','2021-09-03 17:16:09','','Order &ndash; September 3, 2021 @ 05:16 PM','','wc-completed','closed','closed','wc_order_acX5PPhvrlTdf','order-sep-03-2021-0516-pm','','','2021-09-07 14:28:13','2021-09-07 14:28:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=666',0,'shop_order','',3),(667,1,'2021-09-05 14:15:32','2021-09-05 14:15:32','','Order &ndash; September 5, 2021 @ 02:15 PM','','wc-completed','closed','closed','wc_order_L51nL4kHKNgJk','order-sep-05-2021-0215-pm','','','2021-09-12 16:07:49','2021-09-12 16:07:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=667',0,'shop_order','',5),(668,1,'2021-09-06 17:05:19','2021-09-06 17:05:19','','Order &ndash; September 6, 2021 @ 05:05 PM','','wc-completed','closed','closed','wc_order_goBkx1LXAussV','order-sep-06-2021-0505-pm','','','2021-09-16 18:10:40','2021-09-16 18:10:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=668',0,'shop_order','',3),(673,1,'2021-09-09 20:44:22','2021-09-09 20:44:22','','Order &ndash; September 9, 2021 @ 08:44 PM','','wc-completed','closed','closed','wc_order_2jZlEgMD0t15X','order-sep-09-2021-0844-pm','','','2021-09-12 16:44:13','2021-09-12 16:44:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=673',0,'shop_order','',3),(675,1,'2021-09-10 15:45:49','2021-09-10 15:45:49','','Order &ndash; September 10, 2021 @ 03:45 PM','','wc-completed','closed','closed','wc_order_lnPWWoqhdnR9k','order-sep-10-2021-0345-pm','','','2021-09-16 18:09:51','2021-09-16 18:09:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=675',0,'shop_order','',3),(676,1,'2021-09-11 17:29:20','2021-09-11 17:29:20','','Order &ndash; September 11, 2021 @ 05:29 PM','','wc-completed','closed','closed','wc_order_rRh3WhNmGztgH','order-sep-11-2021-0529-pm','','','2021-09-14 20:36:06','2021-09-14 20:36:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=676',0,'shop_order','',5),(678,1,'2021-09-12 08:24:00','2021-09-12 08:24:00','','Order &ndash; September 12, 2021 @ 08:24 AM','','wc-completed','closed','closed','wc_order_MsOuHHNl2Xbso','order-sep-12-2021-0824-am','','','2021-09-17 17:14:13','2021-09-17 17:14:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=678',0,'shop_order','',3),(679,1,'2021-09-13 15:17:03','2021-09-13 15:17:03','','Order &ndash; September 13, 2021 @ 03:17 PM','','wc-completed','closed','closed','wc_order_EVYiuiQDikm3k','order-sep-13-2021-0317-pm','','','2021-09-14 20:22:44','2021-09-14 20:22:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=679',0,'shop_order','',3),(680,1,'2021-09-13 16:27:44','2021-09-13 16:27:44','','Order &ndash; September 13, 2021 @ 04:27 PM','','wc-completed','closed','closed','wc_order_DbWrOgbTb0cFS','order-sep-13-2021-0427-pm','','','2021-09-16 18:05:03','2021-09-16 18:05:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=680',0,'shop_order','',3),(681,1,'2021-09-13 16:33:54','2021-09-13 16:33:54','','Order &ndash; September 13, 2021 @ 04:33 PM','Ship to office door at opposite end of the lot from the wood ramp.','wc-completed','closed','closed','wc_order_ySl8Rygu4fAjm','order-sep-13-2021-0433-pm','','','2021-09-14 20:33:11','2021-09-14 20:33:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=681',0,'shop_order','',3),(682,1,'2021-09-13 16:37:29','2021-09-13 16:37:29','','Order &ndash; September 13, 2021 @ 04:37 PM','','wc-completed','closed','closed','wc_order_hlmFzmtnyeHH3','order-sep-13-2021-0437-pm','','','2021-09-14 20:33:57','2021-09-14 20:33:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=682',0,'shop_order','',3),(683,1,'2021-09-13 20:05:55','2021-09-13 20:05:55','','Order &ndash; September 13, 2021 @ 08:05 PM','','wc-completed','closed','closed','wc_order_9Xdq0DR9wuRmp','order-sep-13-2021-0805-pm','','','2021-09-16 15:14:47','2021-09-16 15:14:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=683',0,'shop_order','',5),(684,1,'2021-09-13 20:30:10','2021-09-13 20:30:10','','Order &ndash; September 13, 2021 @ 08:30 PM','','wc-completed','closed','closed','wc_order_nZb1Zgw9l5p3p','order-sep-13-2021-0830-pm','','','2021-09-14 20:21:49','2021-09-14 20:21:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=684',0,'shop_order','',3),(686,1,'2021-09-14 19:54:08','2021-09-14 19:54:08','','Order &ndash; September 14, 2021 @ 07:54 PM','','wc-completed','closed','closed','wc_order_b2WDorGTwfCrP','order-sep-14-2021-0754-pm','','','2021-09-20 19:31:27','2021-09-20 19:31:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=686',0,'shop_order','',5),(687,1,'2021-09-14 20:03:21','2021-09-14 20:03:21','','Order &ndash; September 14, 2021 @ 08:03 PM','','wc-completed','closed','closed','wc_order_8GiHyE1S3CGF7','order-sep-14-2021-0803-pm','','','2021-09-16 15:14:03','2021-09-16 15:14:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=687',0,'shop_order','',5),(691,1,'2021-09-16 20:19:03','2021-09-16 20:19:03','','Order &ndash; September 16, 2021 @ 08:19 PM','','wc-completed','closed','closed','wc_order_Eqb6PwVBfa63f','order-sep-16-2021-0819-pm','','','2021-09-17 17:09:25','2021-09-17 17:09:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=691',0,'shop_order','',3),(692,1,'2021-09-17 09:00:03','2021-09-17 09:00:03','','Order &ndash; September 17, 2021 @ 09:00 AM','','wc-completed','closed','closed','wc_order_omHVMpBgLiaZW','order-sep-17-2021-0900-am','','','2021-09-17 17:08:49','2021-09-17 17:08:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=692',0,'shop_order','',3),(693,1,'2021-09-17 17:15:42','2021-09-17 17:15:42','','Order &ndash; September 17, 2021 @ 05:15 PM','','wc-completed','closed','closed','wc_order_CkKsuSIesW4JW','order-sep-17-2021-0515-pm','','','2021-09-20 19:37:01','2021-09-20 19:37:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=693',0,'shop_order','',3),(695,1,'2021-09-20 18:39:48','2021-09-20 18:39:48','','Order &ndash; September 20, 2021 @ 06:39 PM','','wc-completed','closed','closed','wc_order_ORWXOq6xqwHrc','order-sep-20-2021-0639-pm','','','2021-10-04 14:10:20','2021-10-04 14:10:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=695',0,'shop_order','',5),(697,1,'2021-09-21 04:33:36','2021-09-21 04:33:36','','Order &ndash; September 21, 2021 @ 04:33 AM','','wc-completed','closed','closed','wc_order_rq8gglk3KDXWq','order-sep-21-2021-0433-am','','','2021-09-23 14:36:54','2021-09-23 14:36:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=697',0,'shop_order','',3),(699,1,'2021-09-22 04:00:05','2021-09-22 04:00:05','','Order &ndash; September 22, 2021 @ 04:00 AM','','wc-completed','closed','closed','wc_order_3zmxsRmd5eF9l','order-sep-22-2021-0400-am','','','2021-09-23 14:35:24','2021-09-23 14:35:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=699',0,'shop_order','',3),(700,1,'2021-09-22 14:07:37','2021-09-22 14:07:37','','Order &ndash; September 22, 2021 @ 02:07 PM','','wc-completed','closed','closed','wc_order_3Ym2LcGpmVER7','order-sep-22-2021-0207-pm','','','2021-09-27 21:33:39','2021-09-27 21:33:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=700',0,'shop_order','',5),(701,1,'2021-09-22 18:49:21','2021-09-22 18:49:21','','Order &ndash; September 22, 2021 @ 06:49 PM','','wc-completed','closed','closed','wc_order_EVTGuEHuUhyD1','order-sep-22-2021-0649-pm','','','2021-09-23 14:26:33','2021-09-23 14:26:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=701',0,'shop_order','',3),(702,1,'2021-09-22 19:10:23','2021-09-22 19:10:23','','Order &ndash; September 22, 2021 @ 07:10 PM','','wc-completed','closed','closed','wc_order_hlbmvOwfQRyzQ','order-sep-22-2021-0710-pm','','','2021-09-23 14:27:14','2021-09-23 14:27:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=702',0,'shop_order','',3),(704,1,'2021-09-23 15:57:48','2021-09-23 15:57:48','','Order &ndash; September 23, 2021 @ 03:57 PM','','wc-completed','closed','closed','wc_order_mTRliZUU3Dhf7','order-sep-23-2021-0357-pm','','','2021-09-24 17:08:49','2021-09-24 17:08:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=704',0,'shop_order','',5),(705,1,'2021-09-23 20:32:13','2021-09-23 20:32:13','','Order &ndash; September 23, 2021 @ 08:32 PM','','wc-completed','closed','closed','wc_order_q3lt1kSs9l4ch','order-sep-23-2021-0832-pm','','','2021-09-30 17:03:08','2021-09-30 17:03:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=705',0,'shop_order','',3),(706,1,'2021-09-24 00:22:36','2021-09-24 00:22:36','','Order &ndash; September 24, 2021 @ 12:22 AM','','wc-completed','closed','closed','wc_order_k9ygda2T4zw0d','order-sep-24-2021-1222-am','','','2021-09-27 21:40:33','2021-09-27 21:40:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=706',0,'shop_order','',5),(707,1,'2021-09-24 14:41:53','2021-09-24 14:41:53','','Order &ndash; September 24, 2021 @ 02:41 PM','','wc-completed','closed','closed','wc_order_VauFH4UXI2qJf','order-sep-24-2021-0241-pm','','','2021-09-27 21:41:03','2021-09-27 21:41:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=707',0,'shop_order','',5),(709,1,'2021-09-27 18:58:16','2021-09-27 18:58:16','','Order &ndash; September 27, 2021 @ 06:58 PM','','wc-completed','closed','closed','wc_order_dxnVtJHZFV8cb','order-sep-27-2021-0658-pm','','','2021-09-27 21:32:01','2021-09-27 21:32:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=709',0,'shop_order','',3),(710,1,'2021-09-28 22:42:10','2021-09-28 22:42:10','','Order &ndash; September 28, 2021 @ 10:42 PM','','wc-completed','closed','closed','wc_order_gz2HIm2PPPj7R','order-sep-28-2021-1042-pm','','','2021-10-11 14:37:39','2021-10-11 14:37:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=710',0,'shop_order','',5),(711,1,'2021-09-29 17:42:54','2021-09-29 17:42:54','','Order &ndash; September 29, 2021 @ 05:42 PM','Is there not way get more? I actually wait tally supply is almost gone to order and was not aware there was a cap on it... Thanks!','wc-completed','closed','closed','wc_order_cq2ZsLDOHegF8','order-sep-29-2021-0542-pm','','','2021-09-30 16:57:06','2021-09-30 16:57:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=711',0,'shop_order','',5),(712,94,'2021-09-29 17:52:03','2021-09-29 17:52:03','','','','wcm-active','closed','closed','um_6154a7c34869f','712','','','2022-07-18 14:53:25','2022-07-18 14:53:25','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=712',0,'wc_user_membership','',0),(714,1,'2021-09-30 17:41:13','2021-09-30 17:41:13','','Order &ndash; September 30, 2021 @ 05:41 PM','','wc-completed','closed','closed','wc_order_gv2zxT8GflZSi','order-sep-30-2021-0541-pm','','','2021-10-19 18:26:03','2021-10-19 18:26:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=714',0,'shop_order','',5),(715,1,'2021-09-30 21:54:01','2021-09-30 21:54:01','','Order &ndash; September 30, 2021 @ 09:54 PM','','wc-completed','closed','closed','wc_order_tnw1sZA1llL1W','order-sep-30-2021-0954-pm','','','2021-10-04 14:14:00','2021-10-04 14:14:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=715',0,'shop_order','',3),(716,1,'2021-10-01 16:55:57','2021-10-01 16:55:57','','Order &ndash; October 1, 2021 @ 04:55 PM','','wc-completed','closed','closed','wc_order_WY5RA9NSEqg4N','order-oct-01-2021-0455-pm','','','2021-10-06 20:48:52','2021-10-06 20:48:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=716',0,'shop_order','',5),(718,1,'2021-10-04 13:49:59','2021-10-04 13:49:59','','Order &ndash; October 4, 2021 @ 01:49 PM','','wc-completed','closed','closed','wc_order_epa2Ia9pOStOK','order-oct-04-2021-0149-pm','','','2021-10-06 19:22:03','2021-10-06 19:22:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=718',0,'shop_order','',5),(719,1,'2021-10-04 17:17:03','2021-10-04 17:17:03','','Order &ndash; October 4, 2021 @ 05:17 PM','','wc-completed','closed','closed','wc_order_wvdlMWDOG4XEV','order-oct-04-2021-0517-pm','','','2021-10-11 14:34:46','2021-10-11 14:34:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=719',0,'shop_order','',3),(720,1,'2021-10-05 15:22:45','2021-10-05 15:22:45','','Order &ndash; October 5, 2021 @ 03:22 PM','','wc-completed','closed','closed','wc_order_iIdmtZwZnHWNf','order-oct-05-2021-0322-pm','','','2021-10-11 14:36:20','2021-10-11 14:36:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=720',0,'shop_order','',3),(722,1,'2021-10-05 20:31:15','2021-10-05 20:31:15','','Order &ndash; October 5, 2021 @ 08:31 PM','','wc-completed','closed','closed','wc_order_XdXzfj000r4YH','order-oct-05-2021-0831-pm','','','2021-10-06 19:23:39','2021-10-06 19:23:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=722',0,'shop_order','',3),(723,1,'2021-10-05 22:45:37','2021-10-05 22:45:37','','Order &ndash; October 5, 2021 @ 10:45 PM','','wc-completed','closed','closed','wc_order_AW25ZBYAGnu7o','order-oct-05-2021-1045-pm','','','2021-10-06 19:22:48','2021-10-06 19:22:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=723',0,'shop_order','',3),(724,1,'2021-10-06 16:40:36','2021-10-06 16:40:36','','Order &ndash; October 6, 2021 @ 04:40 PM','','wc-completed','closed','closed','wc_order_0n6fvLDjXDblM','order-oct-06-2021-0440-pm','','','2021-10-13 14:42:47','2021-10-13 14:42:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=724',0,'shop_order','',5),(725,1,'2021-10-06 17:43:48','2021-10-06 17:43:48','','Order &ndash; October 6, 2021 @ 05:43 PM','','wc-completed','closed','closed','wc_order_nPTvLKWSDmgAy','order-oct-06-2021-0543-pm','','','2021-10-06 20:38:39','2021-10-06 20:38:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=725',0,'shop_order','',3),(726,1,'2021-10-06 22:54:51','2021-10-06 22:54:51','','Order &ndash; October 6, 2021 @ 10:54 PM','','wc-completed','closed','closed','wc_order_L1Twfl1aysNKL','order-oct-06-2021-1054-pm','','','2021-10-11 15:57:08','2021-10-11 15:57:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=726',0,'shop_order','',3),(727,1,'2021-10-07 15:08:48','2021-10-07 15:08:48','','Order &ndash; October 7, 2021 @ 03:08 PM','','wc-completed','closed','closed','wc_order_xpHWWqQcrhngI','order-oct-07-2021-0308-pm','','','2021-10-11 14:32:28','2021-10-11 14:32:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=727',0,'shop_order','',3),(728,1,'2021-10-07 18:05:17','2021-10-07 18:05:17','','Order &ndash; October 7, 2021 @ 06:05 PM','Please Consolidate Order shipped to West Palm Beach Address.\r\nThank YOU!','wc-completed','closed','closed','wc_order_6N5Sj9sWs3oOc','order-oct-07-2021-0605-pm','','','2021-10-11 14:33:34','2021-10-11 14:33:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=728',0,'shop_order','',5),(729,1,'2021-10-08 14:36:42','2021-10-08 14:36:42','','Order &ndash; October 8, 2021 @ 02:36 PM','','wc-completed','closed','closed','wc_order_dTn9AH8jSGWw0','order-oct-08-2021-0236-pm','','','2021-10-22 14:41:43','2021-10-22 14:41:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=729',0,'shop_order','',5),(730,1,'2021-10-08 14:57:09','2021-10-08 14:57:09','','Order &ndash; October 8, 2021 @ 02:57 PM','','wc-completed','closed','closed','wc_order_BwyeCIwyCtLfC','order-oct-08-2021-0257-pm','','','2021-10-22 14:40:31','2021-10-22 14:40:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=730',0,'shop_order','',5),(732,1,'2021-10-08 16:25:27','2021-10-08 16:25:27','','Order &ndash; October 8, 2021 @ 04:25 PM','','wc-completed','closed','closed','wc_order_I4HGOYXQkKWMT','order-oct-08-2021-0425-pm','','','2021-10-15 17:58:48','2021-10-15 17:58:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=732',0,'shop_order','',5),(733,1,'2021-10-08 16:33:04','2021-10-08 16:33:04','','Order &ndash; October 8, 2021 @ 04:33 PM','','wc-completed','closed','closed','wc_order_mYgeceXiiBFwS','order-oct-08-2021-0433-pm','','','2021-10-15 17:59:51','2021-10-15 17:59:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=733',0,'shop_order','',5),(734,1,'2021-10-08 16:47:27','2021-10-08 16:47:27','','Order &ndash; October 8, 2021 @ 04:47 PM','','wc-completed','closed','closed','wc_order_ZW1upXdI91OKh','order-oct-08-2021-0447-pm','','','2021-10-11 14:24:19','2021-10-11 14:24:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=734',0,'shop_order','',3),(735,1,'2021-10-08 16:57:40','2021-10-08 16:57:40','','Order &ndash; October 8, 2021 @ 04:57 PM','','wc-completed','closed','closed','wc_order_czlnqNagIqsG7','order-oct-08-2021-0457-pm','','','2021-10-11 14:23:32','2021-10-11 14:23:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=735',0,'shop_order','',3),(736,1,'2021-10-08 21:36:57','2021-10-08 21:36:57','','Order &ndash; October 8, 2021 @ 09:36 PM','','wc-completed','closed','closed','wc_order_vouxRUgRYYXSb','order-oct-08-2021-0936-pm','','','2021-10-11 14:31:32','2021-10-11 14:31:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=736',0,'shop_order','',3),(737,1,'2021-10-09 19:47:19','2021-10-09 19:47:19','','Order &ndash; October 9, 2021 @ 07:47 PM','','wc-completed','closed','closed','wc_order_9fgg1lEZ2FHUN','order-oct-09-2021-0747-pm','','','2021-10-26 14:26:03','2021-10-26 14:26:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=737',0,'shop_order','',5),(739,1,'2021-10-11 23:54:45','2021-10-11 23:54:45','','Order &ndash; October 11, 2021 @ 11:54 PM','','wc-completed','closed','closed','wc_order_HfZkeaRZD0bRl','order-oct-11-2021-1154-pm','','','2021-10-15 21:06:19','2021-10-15 21:06:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=739',0,'shop_order','',3),(740,1,'2021-10-12 00:12:00','2021-10-12 00:12:00','','Order &ndash; October 12, 2021 @ 12:12 AM','','wc-completed','closed','closed','wc_order_zb2ilzVhLeA2t','order-oct-12-2021-1212-am','','','2021-10-13 14:46:21','2021-10-13 14:46:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=740',0,'shop_order','',3),(741,1,'2021-10-13 11:09:39','2021-10-13 11:09:39','','Order &ndash; October 13, 2021 @ 11:09 AM','','wc-completed','closed','closed','wc_order_XnbcdACUASPKl','order-oct-13-2021-1109-am','','','2021-10-13 19:04:01','2021-10-13 19:04:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=741',0,'shop_order','',3),(742,1,'2021-10-13 15:09:17','2021-10-13 15:09:17','','Order &ndash; October 13, 2021 @ 03:09 PM','','wc-completed','closed','closed','wc_order_hN1YNO3CjF9m9','order-oct-13-2021-0309-pm','','','2021-10-13 19:04:36','2021-10-13 19:04:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=742',0,'shop_order','',5),(743,1,'2021-10-14 16:25:57','2021-10-14 16:25:57','','Order &ndash; October 14, 2021 @ 04:25 PM','','wc-completed','closed','closed','wc_order_hPsWVULx6hGMp','order-oct-14-2021-0425-pm','','','2021-10-15 21:05:06','2021-10-15 21:05:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=743',0,'shop_order','',5),(745,1,'2021-10-14 18:56:33','2021-10-14 18:56:33','','Order &ndash; October 14, 2021 @ 06:56 PM','','wc-completed','closed','closed','wc_order_wUuxQ4A4owOQN','order-oct-14-2021-0656-pm','','','2021-10-15 18:09:22','2021-10-15 18:09:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=745',0,'shop_order','',5),(747,1,'2021-10-15 00:38:14','2021-10-15 00:38:14','','Order &ndash; October 15, 2021 @ 12:38 AM','','wc-completed','closed','closed','wc_order_s3fgsSkS5cCjJ','order-oct-15-2021-1238-am','','','2021-11-01 19:25:39','2021-11-01 19:25:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=747',0,'shop_order','',5),(748,1,'2021-10-15 00:41:10','2021-10-15 00:41:10','','Order &ndash; October 15, 2021 @ 12:41 AM','One order is for our Deerfield clinic and the other order is for Barrington','wc-completed','closed','closed','wc_order_SsB4anf53a0Ay','order-oct-15-2021-1241-am','','','2021-11-01 19:25:59','2021-11-01 19:25:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=748',0,'shop_order','',5),(750,1,'2021-10-16 01:47:23','2021-10-16 01:47:23','','Order &ndash; October 16, 2021 @ 01:47 AM','','wc-completed','closed','closed','wc_order_m9dqB3RZXDXms','order-oct-16-2021-0147-am','','','2021-10-26 14:22:10','2021-10-26 14:22:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=750',0,'shop_order','',5),(751,1,'2021-10-16 17:23:03','2021-10-16 17:23:03','','Order &ndash; October 16, 2021 @ 05:23 PM','','wc-completed','closed','closed','wc_order_ptRJ6O0Lla4Ts','order-oct-16-2021-0523-pm','','','2021-10-18 20:04:22','2021-10-18 20:04:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=751',0,'shop_order','',3),(753,1,'2021-10-18 12:17:32','2021-10-18 12:17:32','','Order &ndash; October 18, 2021 @ 12:17 PM','','wc-completed','closed','closed','wc_order_hqzN0NyinrK2g','order-oct-18-2021-1217-pm','','','2021-10-26 14:26:56','2021-10-26 14:26:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=753',0,'shop_order','',5),(754,1,'2021-10-18 14:17:50','2021-10-18 14:17:50','','Order &ndash; October 18, 2021 @ 02:17 PM','','wc-completed','closed','closed','wc_order_1Rpoqw1Ap8Qve','order-oct-18-2021-0217-pm','','','2021-10-18 18:00:03','2021-10-18 18:00:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=754',0,'shop_order','',3),(755,1,'2021-10-19 14:59:59','2021-10-19 14:59:59','','Order &ndash; October 19, 2021 @ 02:59 PM','','wc-completed','closed','closed','wc_order_motFKqmyqsLEg','order-oct-19-2021-0259-pm','','','2021-10-20 19:00:15','2021-10-20 19:00:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=755',0,'shop_order','',5),(756,1,'2021-10-19 21:09:53','2021-10-19 21:09:53','','Order &ndash; October 19, 2021 @ 09:09 PM','','wc-completed','closed','closed','wc_order_D8jOUsjf66Xpo','order-oct-19-2021-0909-pm','','','2021-10-20 18:02:41','2021-10-20 18:02:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=756',0,'shop_order','',3),(758,1,'2021-10-20 14:52:08','2021-10-20 14:52:08','','Refund &ndash; Oct 20, 2021 @ 02:52 PM','','wc-completed','closed','closed','wc_order_KDefAodH2rIpz','refund-oct-20-2021-0252-pm','','','2021-10-20 14:52:08','2021-10-20 14:52:08','',657,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=758',0,'shop_order_refund','',0),(759,1,'2021-10-20 15:32:14','2021-10-20 15:32:14','','Order &ndash; October 20, 2021 @ 03:32 PM','','wc-completed','closed','closed','wc_order_aYcBw5xvSx4sN','order-oct-20-2021-0332-pm','','','2021-10-22 14:38:39','2021-10-22 14:38:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=759',0,'shop_order','',5),(760,1,'2021-10-20 17:43:40','2021-10-20 17:43:40','','Order &ndash; October 20, 2021 @ 05:43 PM','','wc-completed','closed','closed','wc_order_fN0LmkEVySYwP','order-oct-20-2021-0543-pm','','','2021-10-25 14:43:17','2021-10-25 14:43:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=760',0,'shop_order','',5),(761,1,'2021-10-21 21:40:12','2021-10-21 21:40:12','','Order &ndash; October 21, 2021 @ 09:40 PM','','wc-completed','closed','closed','wc_order_Y7kKjjItewD1n','order-oct-21-2021-0940-pm','','','2021-10-22 15:45:02','2021-10-22 15:45:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=761',0,'shop_order','',3),(762,1,'2021-10-22 11:39:44','2021-10-22 11:39:44','','Order &ndash; October 22, 2021 @ 11:39 AM','','wc-completed','closed','closed','wc_order_YjlnNS67QF6IJ','order-oct-22-2021-1139-am','','','2021-10-22 15:45:56','2021-10-22 15:45:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=762',0,'shop_order','',3),(763,1,'2021-10-22 15:39:49','2021-10-22 15:39:49','','Order &ndash; October 22, 2021 @ 03:39 PM','','wc-completed','closed','closed','wc_order_0Ai39WN2qoWFG','order-oct-22-2021-0339-pm','','','2021-10-25 14:35:31','2021-10-25 14:35:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=763',0,'shop_order','',3),(764,1,'2021-10-22 15:43:40','2021-10-22 15:43:40','','Order &ndash; October 22, 2021 @ 03:43 PM','','wc-completed','closed','closed','wc_order_QlHBgSxk65ekR','order-oct-22-2021-0343-pm','','','2021-10-25 14:37:22','2021-10-25 14:37:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=764',0,'shop_order','',3),(765,1,'2021-10-22 15:46:30','2021-10-22 15:46:30','','Order &ndash; October 22, 2021 @ 03:46 PM','','wc-completed','closed','closed','wc_order_2qMXumWG8g9VE','order-oct-22-2021-0346-pm','','','2021-10-25 14:36:33','2021-10-25 14:36:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=765',0,'shop_order','',3),(766,1,'2021-10-22 15:50:09','2021-10-22 15:50:09','','Order &ndash; October 22, 2021 @ 03:50 PM','','wc-completed','closed','closed','wc_order_O1UxmSEECfsPu','order-oct-22-2021-0350-pm','','','2021-10-25 14:38:37','2021-10-25 14:38:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=766',0,'shop_order','',3),(768,1,'2021-10-25 09:07:09','2021-10-25 09:07:09','','Order &ndash; October 25, 2021 @ 09:07 AM','','wc-completed','closed','closed','wc_order_kI33VLcx28jsQ','order-oct-25-2021-0907-am','','','2021-10-26 14:27:42','2021-10-26 14:27:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=768',0,'shop_order','',3),(769,1,'2021-10-25 14:39:37','2021-10-25 14:39:37','','Order &ndash; October 25, 2021 @ 02:39 PM','','wc-completed','closed','closed','wc_order_wl73b4w6Tqr2X','order-oct-25-2021-0239-pm','','','2021-10-28 14:34:15','2021-10-28 14:34:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=769',0,'shop_order','',5),(770,1,'2021-10-25 15:36:48','2021-10-25 15:36:48','','Order &ndash; October 25, 2021 @ 03:36 PM','','wc-completed','closed','closed','wc_order_uUqgKzjbRtEjR','order-oct-25-2021-0336-pm','','','2021-10-26 14:25:16','2021-10-26 14:25:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=770',0,'shop_order','',3),(771,1,'2021-10-25 16:27:02','2021-10-25 16:27:02','','Order &ndash; October 25, 2021 @ 04:27 PM','','wc-completed','closed','closed','wc_order_4SHoWurv72cvd','order-oct-25-2021-0427-pm','','','2021-10-26 14:22:55','2021-10-26 14:22:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=771',0,'shop_order','',3),(772,1,'2021-10-26 12:23:40','2021-10-26 12:23:40','','Order &ndash; October 26, 2021 @ 12:23 PM','','wc-completed','closed','closed','wc_order_SVyvnPyI81ueS','order-oct-26-2021-1223-pm','','','2021-10-26 17:53:21','2021-10-26 17:53:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=772',0,'shop_order','',3),(773,1,'2021-10-26 14:35:07','2021-10-26 14:35:07','','Order &ndash; October 26, 2021 @ 02:35 PM','','wc-completed','closed','closed','wc_order_ioG5i2SkPiPuh','order-oct-26-2021-0235-pm','','','2021-11-01 19:10:08','2021-11-01 19:10:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=773',0,'shop_order','',5),(774,1,'2021-10-26 16:07:37','2021-10-26 16:07:37','','Order &ndash; October 26, 2021 @ 04:07 PM','','wc-completed','closed','closed','wc_order_2T8W5TDm020A3','order-oct-26-2021-0407-pm','','','2021-10-28 14:38:46','2021-10-28 14:38:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=774',0,'shop_order','',3),(775,1,'2021-10-26 21:56:44','2021-10-26 21:56:44','','Order &ndash; October 26, 2021 @ 09:56 PM','','wc-completed','closed','closed','wc_order_QgiBK4h3iPuZJ','order-oct-26-2021-0956-pm','','','2021-10-28 14:36:25','2021-10-28 14:36:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=775',0,'shop_order','',5),(776,1,'2021-10-27 02:00:11','2021-10-27 02:00:11','','Order &ndash; October 27, 2021 @ 02:00 AM','','wc-completed','closed','closed','wc_order_IgEhZ9oSz4CFP','order-oct-27-2021-0200-am','','','2021-10-29 17:54:20','2021-10-29 17:54:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=776',0,'shop_order','',5),(777,1,'2021-10-27 14:51:05','2021-10-27 14:51:05','','Order &ndash; October 27, 2021 @ 02:51 PM','','wc-completed','closed','closed','wc_order_KwvztcnbecukM','order-oct-27-2021-0251-pm','','','2021-10-28 14:37:41','2021-10-28 14:37:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=777',0,'shop_order','',3),(778,1,'2021-10-28 02:07:42','2021-10-28 02:07:42','','Order &ndash; October 28, 2021 @ 02:07 AM','','wc-completed','closed','closed','wc_order_na1zVcvN1Pmgk','order-oct-28-2021-0207-am','','','2021-11-15 22:57:11','2021-11-15 22:57:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=778',0,'shop_order','',5),(782,1,'2021-10-29 05:43:18','2021-10-29 05:43:18','','Order &ndash; October 29, 2021 @ 05:43 AM','','wc-completed','closed','closed','wc_order_AgY1vFITYNTQJ','order-oct-29-2021-0543-am','','','2021-11-01 14:43:01','2021-11-01 14:43:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=782',0,'shop_order','',5),(783,1,'2021-10-29 14:12:51','2021-10-29 14:12:51','','Order &ndash; October 29, 2021 @ 02:12 PM','','wc-completed','closed','closed','wc_order_dOArbDUwKBpsb','order-oct-29-2021-0212-pm','','','2021-11-01 14:41:41','2021-11-01 14:41:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=783',0,'shop_order','',5),(784,1,'2021-10-29 14:15:56','2021-10-29 14:15:56','','Order &ndash; October 29, 2021 @ 02:15 PM','','wc-completed','closed','closed','wc_order_giSWm6OfaDMT0','order-oct-29-2021-0215-pm','','','2021-10-29 17:50:44','2021-10-29 17:50:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=784',0,'shop_order','',3),(785,1,'2021-10-31 17:32:47','2021-10-31 17:32:47','','Order &ndash; October 31, 2021 @ 05:32 PM','','wc-completed','closed','closed','wc_order_DoyHcXWRK0Ol0','order-oct-31-2021-0532-pm','','','2021-11-01 19:10:41','2021-11-01 19:10:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=785',0,'shop_order','',3),(786,1,'2021-11-01 15:24:59','2021-11-01 15:24:59','','Order &ndash; November 1, 2021 @ 03:24 PM','Please note split shipping to two different addresses.','wc-completed','closed','closed','wc_order_VaYE9K0ocjUFL','order-nov-01-2021-0324-pm','','','2021-11-02 19:37:49','2021-11-02 19:37:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=786',0,'shop_order','',5),(787,1,'2021-11-01 18:07:46','2021-11-01 18:07:46','','Order &ndash; November 1, 2021 @ 06:07 PM','','wc-completed','closed','closed','wc_order_xNA6LPY2ISuxo','order-nov-01-2021-0607-pm','','','2021-11-02 19:41:39','2021-11-02 19:41:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=787',0,'shop_order','',3),(789,1,'2021-11-01 20:41:09','2021-11-01 20:41:09','','Order &ndash; November 1, 2021 @ 08:41 PM','','wc-completed','closed','closed','wc_order_YA3OooQ8dBa3t','order-nov-01-2021-0841-pm','','','2021-11-02 19:39:47','2021-11-02 19:39:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=789',0,'shop_order','',3),(791,1,'2021-11-02 20:09:07','2021-11-02 20:09:07','','Order &ndash; November 2, 2021 @ 08:09 PM','','wc-completed','closed','closed','wc_order_bE1fv1frWerJJ','order-nov-02-2021-0809-pm','','','2021-11-03 14:57:32','2021-11-03 14:57:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=791',0,'shop_order','',3),(792,1,'2021-11-02 23:31:40','2021-11-02 23:31:40','','Order &ndash; November 2, 2021 @ 11:31 PM','','wc-completed','closed','closed','wc_order_s4TWWlk6u4mCx','order-nov-02-2021-1131-pm','','','2021-11-03 14:59:39','2021-11-03 14:59:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=792',0,'shop_order','',3),(793,1,'2021-11-03 05:08:22','2021-11-03 05:08:22','','Order &ndash; November 3, 2021 @ 05:08 AM','','wc-completed','closed','closed','wc_order_DugaRncmlsBHZ','order-nov-03-2021-0508-am','','','2021-11-03 14:58:49','2021-11-03 14:58:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=793',0,'shop_order','',3),(794,1,'2021-11-03 12:31:00','2021-11-03 12:31:00','','Order &ndash; November 3, 2021 @ 12:31 PM','','wc-completed','closed','closed','wc_order_l7tI8FDqNv5SQ','order-nov-03-2021-1231-pm','','','2021-11-15 22:55:59','2021-11-15 22:55:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=794',0,'shop_order','',5),(795,1,'2021-11-03 17:56:17','2021-11-03 17:56:17','','Order &ndash; November 3, 2021 @ 05:56 PM','','wc-completed','closed','closed','wc_order_slIXkVntwo0fJ','order-nov-03-2021-0556-pm','','','2021-11-08 19:57:56','2021-11-08 19:57:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=795',0,'shop_order','',5),(796,1,'2021-11-03 19:04:16','2021-11-03 19:04:16','','Order &ndash; November 3, 2021 @ 07:04 PM','','wc-completed','closed','closed','wc_order_JYQ7UIdZyMGmj','order-nov-03-2021-0704-pm','','','2021-11-04 14:39:24','2021-11-04 14:39:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=796',0,'shop_order','',3),(797,1,'2021-11-05 22:18:49','2021-11-05 22:18:49','','Order &ndash; November 5, 2021 @ 10:18 PM','','wc-completed','closed','closed','wc_order_20HVSpvfnGFFC','order-nov-05-2021-1018-pm','','','2021-11-08 16:24:38','2021-11-08 16:24:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=797',0,'shop_order','',3),(798,1,'2021-11-05 22:49:08','2021-11-05 22:49:08','','Order &ndash; November 5, 2021 @ 10:49 PM','','wc-completed','closed','closed','wc_order_ZPNkOZVY28zX4','order-nov-05-2021-1049-pm','','','2021-11-08 16:13:33','2021-11-08 16:13:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=798',0,'shop_order','',3),(799,1,'2021-11-06 03:41:39','2021-11-06 03:41:39','','Order &ndash; November 6, 2021 @ 03:41 AM','','wc-completed','closed','closed','wc_order_GYdhNQ81e2l4O','order-nov-06-2021-0341-am','','','2021-11-09 21:58:23','2021-11-09 21:58:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=799',0,'shop_order','',5),(800,1,'2021-11-06 17:34:21','2021-11-06 17:34:21','','Order &ndash; November 6, 2021 @ 05:34 PM','','wc-completed','closed','closed','wc_order_AzfDO0jLritiW','order-nov-06-2021-0534-pm','','','2021-11-12 19:37:54','2021-11-12 19:37:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=800',0,'shop_order','',5),(802,1,'2021-11-08 18:47:52','2021-11-08 18:47:52','','Order &ndash; November 8, 2021 @ 06:47 PM','','wc-completed','closed','closed','wc_order_ZGYdmDsg6ptIu','order-nov-08-2021-0647-pm','','','2021-11-16 17:34:46','2021-11-16 17:34:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=802',0,'shop_order','',5),(803,1,'2021-11-08 21:51:23','2021-11-08 21:51:23','','Order &ndash; November 8, 2021 @ 09:51 PM','','wc-completed','closed','closed','wc_order_MudTvEQaWHhK2','order-nov-08-2021-0951-pm','','','2021-11-09 21:57:10','2021-11-09 21:57:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=803',0,'shop_order','',3),(805,1,'2021-11-09 22:36:47','2021-11-09 22:36:47','','Order &ndash; November 9, 2021 @ 10:36 PM','','wc-completed','closed','closed','wc_order_szNEnqk5Z9h13','order-nov-09-2021-1036-pm','','','2021-11-12 19:36:42','2021-11-12 19:36:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=805',0,'shop_order','',5),(806,1,'2021-11-10 17:27:57','2021-11-10 17:27:57','','Order &ndash; November 10, 2021 @ 05:27 PM','','wc-completed','closed','closed','wc_order_tK7ALS4TcVi3Z','order-nov-10-2021-0527-pm','','','2021-11-12 21:40:51','2021-11-12 21:40:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=806',0,'shop_order','',5),(807,1,'2021-11-11 13:57:57','2021-11-11 13:57:57','','Order &ndash; November 11, 2021 @ 01:57 PM','','wc-completed','closed','closed','wc_order_l0HVAWDvJdyrQ','order-nov-11-2021-0157-pm','','','2021-11-12 21:41:21','2021-11-12 21:41:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=807',0,'shop_order','',3),(808,1,'2021-11-12 21:32:14','2021-11-12 21:32:14','','Order &ndash; November 12, 2021 @ 09:32 PM','This order is primarily to service Afgan refugees in the coming weeks. We will be placing additional orders for retail and bulk products once we understand Quantico Marine Base\'s needs.','wc-completed','closed','closed','wc_order_hVT6C6wzwmDEc','order-nov-12-2021-0932-pm','','','2021-11-16 17:59:09','2021-11-16 17:59:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=808',0,'shop_order','',5),(809,1,'2021-11-12 23:12:57','2021-11-12 23:12:57','','Order &ndash; November 12, 2021 @ 11:12 PM','','wc-completed','closed','closed','wc_order_RRt9Woeh3xAlH','order-nov-12-2021-1112-pm','','','2021-11-16 17:56:23','2021-11-16 17:56:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=809',0,'shop_order','',5),(811,1,'2021-11-15 21:58:11','2021-11-15 21:58:11','','Order &ndash; November 15, 2021 @ 09:58 PM','','wc-completed','closed','closed','wc_order_UTyh1DTUMF71M','order-nov-15-2021-0958-pm','','','2021-11-16 15:38:36','2021-11-16 15:38:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=811',0,'shop_order','',3),(812,1,'2021-11-15 23:32:58','2021-11-15 23:32:58','','Order &ndash; November 15, 2021 @ 11:32 PM','','wc-completed','closed','closed','wc_order_w7RpH7Hzz870z','order-nov-15-2021-1132-pm','','','2021-11-16 17:54:22','2021-11-16 17:54:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=812',0,'shop_order','',3),(813,1,'2021-11-15 23:36:14','2021-11-15 23:36:14','','Order &ndash; November 15, 2021 @ 11:36 PM','','wc-completed','closed','closed','wc_order_FpnDlRdgRhdtZ','order-nov-15-2021-1136-pm','','','2021-11-16 17:32:43','2021-11-16 17:32:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=813',0,'shop_order','',3),(814,1,'2021-11-16 14:06:07','2021-11-16 14:06:07','','Order &ndash; November 16, 2021 @ 02:06 PM','','wc-completed','closed','closed','wc_order_AcNbjeEC54ld1','order-nov-16-2021-0206-pm','','','2021-11-17 17:31:14','2021-11-17 17:31:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=814',0,'shop_order','',5),(815,1,'2021-11-16 19:20:00','2021-11-16 19:20:00','','Order &ndash; November 16, 2021 @ 07:20 PM','','wc-completed','closed','closed','wc_order_FcWuiMhpKdE0M','order-nov-16-2021-0720-pm','','','2021-11-17 17:29:59','2021-11-17 17:29:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=815',0,'shop_order','',3),(816,1,'2021-11-16 22:46:18','2021-11-16 22:46:18','','Order &ndash; November 16, 2021 @ 10:46 PM','','wc-completed','closed','closed','wc_order_HAQIYhx671KN2','order-nov-16-2021-1046-pm','','','2021-11-17 17:32:20','2021-11-17 17:32:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=816',0,'shop_order','',3),(817,1,'2021-11-17 02:34:08','2021-11-17 02:34:08','','Order &ndash; November 17, 2021 @ 02:34 AM','','wc-completed','closed','closed','wc_order_7KqR8njCASYD7','order-nov-17-2021-0234-am','','','2021-11-17 17:33:15','2021-11-17 17:33:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=817',0,'shop_order','',3),(819,1,'2021-11-18 21:30:01','2021-11-18 21:30:01','','Order &ndash; November 18, 2021 @ 09:30 PM','','wc-completed','closed','closed','wc_order_eLIpWiWNgO8BU','order-nov-18-2021-0930-pm','','','2021-11-22 19:31:44','2021-11-22 19:31:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=819',0,'shop_order','',3),(820,1,'2021-11-18 21:52:22','2021-11-18 21:52:22','','Order &ndash; November 18, 2021 @ 09:52 PM','','wc-completed','closed','closed','wc_order_yNPY40p1EjhQ6','order-nov-18-2021-0952-pm','','','2021-11-22 18:01:35','2021-11-22 18:01:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=820',0,'shop_order','',5),(821,1,'2021-11-19 18:46:54','2021-11-19 18:46:54','','Order &ndash; November 19, 2021 @ 06:46 PM','','wc-completed','closed','closed','wc_order_ko2c2CgJ1oasc','order-nov-19-2021-0646-pm','','','2021-12-03 19:13:41','2021-12-03 19:13:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=821',0,'shop_order','',5),(822,1,'2021-11-19 21:05:04','2021-11-19 21:05:04','','Order &ndash; November 19, 2021 @ 09:05 PM','','wc-completed','closed','closed','wc_order_WhZqKwPRxoYuv','order-nov-19-2021-0905-pm','','','2021-11-22 18:08:29','2021-11-22 18:08:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=822',0,'shop_order','',3),(823,1,'2021-11-19 22:58:37','2021-11-19 22:58:37','','Order &ndash; November 19, 2021 @ 10:58 PM','','wc-completed','closed','closed','wc_order_8wtOiJHnfJOeB','order-nov-19-2021-1058-pm','','','2021-11-22 19:33:00','2021-11-22 19:33:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=823',0,'shop_order','',3),(824,1,'2021-11-19 23:02:29','2021-11-19 23:02:29','','Order &ndash; November 19, 2021 @ 11:02 PM','Drop at office door, not clinic door.','wc-completed','closed','closed','wc_order_d271aG6PHK7kT','order-nov-19-2021-1102-pm','','','2021-11-23 18:37:05','2021-11-23 18:37:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=824',0,'shop_order','',3),(825,1,'2021-11-19 23:11:02','2021-11-19 23:11:02','','Order &ndash; November 19, 2021 @ 11:11 PM','','wc-completed','closed','closed','wc_order_RHfDejj0C3C2z','order-nov-19-2021-1111-pm','','','2021-11-22 19:34:47','2021-11-22 19:34:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=825',0,'shop_order','',3),(826,1,'2021-11-19 23:19:03','2021-11-19 23:19:03','','Order &ndash; November 19, 2021 @ 11:19 PM','','wc-completed','closed','closed','wc_order_v4ZJpdsr90KLs','order-nov-19-2021-1119-pm','','','2021-11-22 17:53:36','2021-11-22 17:53:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=826',0,'shop_order','',3),(827,1,'2021-11-21 19:22:37','2021-11-21 19:22:37','','Order &ndash; November 21, 2021 @ 07:22 PM','','wc-refunded','open','closed','wc_order_FBPgSCBLXDWVo','order-nov-21-2021-0722-pm','','','2021-11-22 14:39:34','2021-11-22 14:39:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=827',0,'shop_order','',4),(828,1,'2021-11-22 14:39:29','2021-11-22 14:39:29','','Refund &ndash; Nov 22, 2021 @ 02:39 PM','','wc-completed','closed','closed','wc_order_lxRXrUF3ZSBQw','refund-nov-22-2021-0239-pm','','','2021-11-22 14:39:29','2021-11-22 14:39:29','',827,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=828',0,'shop_order_refund','',0),(829,1,'2021-11-22 14:49:42','2021-11-22 14:49:42','','Order &ndash; November 22, 2021 @ 02:49 PM','','wc-completed','closed','closed','wc_order_hKh3M3kJlzU92','order-nov-22-2021-0249-pm','','','2021-11-23 19:02:31','2021-11-23 19:02:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=829',0,'shop_order','',3),(830,1,'2021-11-22 15:28:12','2021-11-22 15:28:12','','Order &ndash; November 22, 2021 @ 03:28 PM','','wc-completed','closed','closed','wc_order_8BcWffMSRSB4v','order-nov-22-2021-0328-pm','','','2021-11-23 18:40:21','2021-11-23 18:40:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=830',0,'shop_order','',6),(831,1,'2021-11-22 16:12:59','2021-11-22 16:12:59','','Order &ndash; November 22, 2021 @ 04:12 PM','','wc-completed','closed','closed','wc_order_4GtpLvkPZ5FNq','order-nov-22-2021-0412-pm','','','2021-11-23 18:43:16','2021-11-23 18:43:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=831',0,'shop_order','',5),(832,1,'2021-11-22 18:41:46','2021-11-22 18:41:46','','Order &ndash; November 22, 2021 @ 06:41 PM','Please add to today\'s shipment to OKC, and credit the shipping charge.','wc-completed','closed','closed','wc_order_ElkgxkWbUZ1QB','order-nov-22-2021-0641-pm','','','2021-11-23 18:39:32','2021-11-23 18:39:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=832',0,'shop_order','',3),(833,1,'2021-11-22 18:44:54','2021-11-22 18:44:54','','Order &ndash; November 22, 2021 @ 06:44 PM','Please add to today\'s shipment and credit the shipping charges. - Thanks!','wc-completed','closed','closed','wc_order_6tQXVGQd3qejb','order-nov-22-2021-0644-pm','','','2021-11-23 18:37:55','2021-11-23 18:37:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=833',0,'shop_order','',3),(834,1,'2021-11-22 21:48:48','2021-11-22 21:48:48','','Order &ndash; November 22, 2021 @ 09:48 PM','','wc-completed','closed','closed','wc_order_E5oYpD0lyTgJX','order-nov-22-2021-0948-pm','','','2021-11-23 18:41:31','2021-11-23 18:41:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=834',0,'shop_order','',3),(835,1,'2021-11-22 22:42:51','2021-11-22 22:42:51','','Order &ndash; November 22, 2021 @ 10:42 PM','','wc-completed','closed','closed','wc_order_McBBwg0LNo2DZ','order-nov-22-2021-1042-pm','','','2021-11-23 18:42:06','2021-11-23 18:42:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=835',0,'shop_order','',3),(837,1,'2021-11-23 13:15:30','2021-11-23 13:15:30','','Order &ndash; November 23, 2021 @ 01:15 PM','Leave at door at suite','wc-completed','closed','closed','wc_order_pTetlBtywJ2J2','order-nov-23-2021-0115-pm','','','2021-11-29 20:18:44','2021-11-29 20:18:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=837',0,'shop_order','',5),(838,1,'2021-11-23 18:51:57','2021-11-23 18:51:57','','Order &ndash; November 23, 2021 @ 06:51 PM','please consolidate order','wc-completed','closed','closed','wc_order_MZNOxQDjf40Hn','order-nov-23-2021-0651-pm','','','2021-11-29 15:39:57','2021-11-29 15:39:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=838',0,'shop_order','',3),(839,1,'2021-11-24 20:36:46','2021-11-24 20:36:46','','Order &ndash; November 24, 2021 @ 08:36 PM','','wc-completed','closed','closed','wc_order_9tDWkRK6OwjHF','order-nov-24-2021-0836-pm','','','2021-12-02 20:56:10','2021-12-02 20:56:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=839',0,'shop_order','',5),(840,1,'2021-11-27 17:38:53','2021-11-27 17:38:53','','Order &ndash; November 27, 2021 @ 05:38 PM','','wc-completed','closed','closed','wc_order_6jzf9cEMmvj59','order-nov-27-2021-0538-pm','','','2021-11-29 20:25:42','2021-11-29 20:25:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=840',0,'shop_order','',3),(841,1,'2021-11-28 02:58:16','2021-11-28 02:58:16','','Order &ndash; November 28, 2021 @ 02:58 AM','','wc-completed','closed','closed','wc_order_j9k1Wbz4n271x','order-nov-28-2021-0258-am','','','2021-11-29 22:50:29','2021-11-29 22:50:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=841',0,'shop_order','',5),(842,1,'2021-11-28 13:31:29','2021-11-28 13:31:29','','Order &ndash; November 28, 2021 @ 01:31 PM','','wc-completed','closed','closed','wc_order_W8saSrJ2bjkUZ','order-nov-28-2021-0131-pm','','','2021-12-08 15:19:46','2021-12-08 15:19:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=842',0,'shop_order','',5),(844,1,'2021-11-28 21:41:31','2021-11-28 21:41:31','','Order &ndash; November 28, 2021 @ 09:41 PM','','wc-completed','closed','closed','wc_order_L09ftPfdoeHcO','order-nov-28-2021-0941-pm','','','2021-11-29 20:24:32','2021-11-29 20:24:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=844',0,'shop_order','',3),(845,1,'2021-11-29 07:24:22','2021-11-29 07:24:22','','Order &ndash; November 29, 2021 @ 07:24 AM','','wc-completed','closed','closed','wc_order_upyZfcRi71urf','order-nov-29-2021-0724-am','','','2021-12-06 22:22:31','2021-12-06 22:22:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=845',0,'shop_order','',5),(846,1,'2021-11-29 14:52:56','2021-11-29 14:52:56','','Order &ndash; November 29, 2021 @ 02:52 PM','','wc-completed','closed','closed','wc_order_zwpL7yimDjdhy','order-nov-29-2021-0252-pm','','','2021-11-29 20:17:07','2021-11-29 20:17:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=846',0,'shop_order','',3),(847,1,'2021-11-29 19:30:18','2021-11-29 19:30:18','','Order &ndash; November 29, 2021 @ 07:30 PM','','wc-completed','closed','closed','wc_order_ToD2FMHLBMPa4','order-nov-29-2021-0730-pm','','','2021-12-03 19:09:35','2021-12-03 19:09:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=847',0,'shop_order','',3),(848,1,'2021-11-29 19:42:48','2021-11-29 19:42:48','','Order &ndash; November 29, 2021 @ 07:42 PM','','wc-completed','closed','closed','wc_order_2BNFY82W8tHTx','order-nov-29-2021-0742-pm','','','2021-12-03 19:10:01','2021-12-03 19:10:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=848',0,'shop_order','',3),(849,1,'2021-11-29 19:52:19','2021-11-29 19:52:19','','Order &ndash; November 29, 2021 @ 07:52 PM','','wc-completed','closed','closed','wc_order_WzdQ5dEdyR6XF','order-nov-29-2021-0752-pm','','','2021-12-02 20:59:29','2021-12-02 20:59:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=849',0,'shop_order','',5),(850,1,'2021-11-29 19:54:07','2021-11-29 19:54:07','','Order &ndash; November 29, 2021 @ 07:54 PM','','wc-completed','closed','closed','wc_order_2qKMzCKStm6tH','order-nov-29-2021-0754-pm','','','2021-12-02 20:58:41','2021-12-02 20:58:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=850',0,'shop_order','',5),(853,1,'2021-11-29 20:55:20','2021-11-29 20:55:20','','Order &ndash; November 29, 2021 @ 08:55 PM','','wc-completed','closed','closed','wc_order_8JPBbyOr1oUDO','order-nov-29-2021-0855-pm','','','2021-12-01 16:21:14','2021-12-01 16:21:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=853',0,'shop_order','',5),(854,1,'2021-11-29 21:02:36','2021-11-29 21:02:36','','Order &ndash; November 29, 2021 @ 09:02 PM','','wc-completed','closed','closed','wc_order_0WlwwWlKDYFH4','order-nov-29-2021-0902-pm','','','2021-11-30 17:20:56','2021-11-30 17:20:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=854',0,'shop_order','',2),(855,1,'2021-11-29 21:06:42','2021-11-29 21:06:42','','Order &ndash; November 29, 2021 @ 09:06 PM','','wc-completed','closed','closed','wc_order_DHU2jzRQlPf70','order-nov-29-2021-0906-pm','','','2021-12-02 21:39:44','2021-12-02 21:39:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=855',0,'shop_order','',5),(856,1,'2021-11-30 01:11:55','2021-11-30 01:11:55','','Order &ndash; November 30, 2021 @ 01:11 AM','','wc-completed','closed','closed','wc_order_E32BQdBuqXi4a','order-nov-30-2021-0111-am','','','2021-11-30 19:57:32','2021-11-30 19:57:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=856',0,'shop_order','',3),(857,1,'2021-11-30 16:59:53','2021-11-30 16:59:53','','Order &ndash; November 30, 2021 @ 04:59 PM','','wc-completed','closed','closed','wc_order_wUnDOLvMgvNZp','order-nov-30-2021-0459-pm','','','2021-12-02 21:37:36','2021-12-02 21:37:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=857',0,'shop_order','',5),(859,1,'2021-12-01 22:29:14','2021-12-01 22:29:14','','Order &ndash; December 1, 2021 @ 10:29 PM','','wc-completed','closed','closed','wc_order_KqxCMedprbxmV','order-dec-01-2021-1029-pm','','','2021-12-02 20:58:01','2021-12-02 20:58:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=859',0,'shop_order','',3),(860,1,'2021-12-02 01:05:20','2021-12-02 01:05:20','','Order &ndash; December 2, 2021 @ 01:05 AM','','wc-completed','closed','closed','wc_order_JArOzq6MlvzOG','order-dec-02-2021-0105-am','','','2021-12-02 20:51:46','2021-12-02 20:51:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=860',0,'shop_order','',3),(861,1,'2021-12-02 16:30:18','2021-12-02 16:30:18','','Order &ndash; December 2, 2021 @ 04:30 PM','','wc-completed','closed','closed','wc_order_c9i53CfM0X9fN','order-dec-02-2021-0430-pm','','','2021-12-02 20:47:43','2021-12-02 20:47:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=861',0,'shop_order','',3),(862,1,'2021-12-03 16:32:36','2021-12-03 16:32:36','','Order &ndash; December 3, 2021 @ 04:32 PM','May leave outside suite door if no one is there','wc-completed','closed','closed','wc_order_PjuiBBB7oaOL3','order-dec-03-2021-0432-pm','','','2021-12-07 15:39:39','2021-12-07 15:39:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=862',0,'shop_order','',5),(863,1,'2021-12-03 16:45:40','2021-12-03 16:45:40','','Order &ndash; December 3, 2021 @ 04:45 PM','','wc-completed','closed','closed','wc_order_nYYENPqABPvEu','order-dec-03-2021-0445-pm','','','2021-12-06 15:36:44','2021-12-06 15:36:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=863',0,'shop_order','',3),(864,1,'2021-12-04 19:57:55','2021-12-04 19:57:55','','Order &ndash; December 4, 2021 @ 07:57 PM','','wc-completed','closed','closed','wc_order_DIV2rJAEo9E1K','order-dec-04-2021-0757-pm','','','2021-12-06 22:46:02','2021-12-06 22:46:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=864',0,'shop_order','',5),(866,1,'2021-12-05 14:29:54','2021-12-05 14:29:54','','Order &ndash; December 5, 2021 @ 02:29 PM','','wc-completed','closed','closed','wc_order_WZrnBWycGSWmN','order-dec-05-2021-0229-pm','','','2021-12-06 22:46:33','2021-12-06 22:46:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=866',0,'shop_order','',3),(868,1,'2021-12-06 17:44:40','2021-12-06 17:44:40','','Order &ndash; December 6, 2021 @ 05:44 PM','','wc-completed','closed','closed','wc_order_fVWIW6NsQBZmZ','order-dec-06-2021-0544-pm','','','2021-12-09 18:08:31','2021-12-09 18:08:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=868',0,'shop_order','',5),(869,1,'2021-12-06 17:51:10','2021-12-06 17:51:10','','Order &ndash; December 6, 2021 @ 05:51 PM','','wc-completed','closed','closed','wc_order_rPdZJ3AIHX31n','order-dec-06-2021-0551-pm','','','2021-12-16 20:16:07','2021-12-16 20:16:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=869',0,'shop_order','',5),(872,1,'2021-12-08 00:37:47','2021-12-08 00:37:47','','Order &ndash; December 8, 2021 @ 12:37 AM','','wc-completed','closed','closed','wc_order_7STSff6WF7gyC','order-dec-08-2021-1237-am','','','2021-12-08 20:46:19','2021-12-08 20:46:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=872',0,'shop_order','',3),(873,1,'2021-12-08 15:37:20','2021-12-08 15:37:20','','Order &ndash; December 8, 2021 @ 03:37 PM','','wc-completed','closed','closed','wc_order_H1iyTZ1CHWZcZ','order-dec-08-2021-0337-pm','','','2021-12-15 19:49:51','2021-12-15 19:49:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=873',0,'shop_order','',5),(875,1,'2021-12-08 18:46:40','2021-12-08 18:46:40','','Order &ndash; December 8, 2021 @ 06:46 PM','','wc-completed','closed','closed','wc_order_GaJWcIzBq8bQP','order-dec-08-2021-0646-pm','','','2021-12-08 20:47:10','2021-12-08 20:47:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=875',0,'shop_order','',3),(876,1,'2021-12-08 18:55:01','2021-12-08 18:55:01','','Order &ndash; December 8, 2021 @ 06:55 PM','','wc-completed','closed','closed','wc_order_qIc7PBMlnwhOR','order-dec-08-2021-0655-pm','','','2021-12-09 18:16:44','2021-12-09 18:16:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=876',0,'shop_order','',3),(878,1,'2021-12-09 00:26:08','2021-12-09 00:26:08','','Order &ndash; December 9, 2021 @ 12:26 AM','','wc-completed','closed','closed','wc_order_qehQODSq8fq73','order-dec-09-2021-1226-am','','','2021-12-09 16:58:59','2021-12-09 16:58:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=878',0,'shop_order','',3),(880,1,'2021-12-10 19:04:38','2021-12-10 19:04:38','','Order &ndash; December 10, 2021 @ 07:04 PM','','wc-completed','closed','closed','wc_order_Kxt3qXPWHpHPl','order-dec-10-2021-0704-pm','','','2021-12-14 19:57:14','2021-12-14 19:57:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=880',0,'shop_order','',5),(881,1,'2021-12-11 11:16:13','2021-12-11 11:16:13','','Order &ndash; December 11, 2021 @ 11:16 AM','','wc-completed','closed','closed','wc_order_mb1tZDWnBnLSY','order-dec-11-2021-1116-am','','','2021-12-13 20:28:24','2021-12-13 20:28:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=881',0,'shop_order','',3),(882,1,'2021-12-11 13:58:17','2021-12-11 13:58:17','','Order &ndash; December 11, 2021 @ 01:58 PM','','wc-completed','closed','closed','wc_order_RnqN1W0KzJqI4','order-dec-11-2021-0158-pm','','','2021-12-22 17:52:58','2021-12-22 17:52:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=882',0,'shop_order','',5),(883,1,'2021-12-11 17:46:08','2021-12-11 17:46:08','','Order &ndash; December 11, 2021 @ 05:46 PM','Please ship to STUART location.\r\nPlease Consolidate 10 bottles of oil in ONE box.\r\nThank YOU!','wc-completed','closed','closed','wc_order_uUqvauyNlEazF','order-dec-11-2021-0546-pm','','','2021-12-22 17:52:17','2021-12-22 17:52:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=883',0,'shop_order','',5),(884,1,'2021-12-11 20:28:49','2021-12-11 20:28:49','','Order &ndash; December 11, 2021 @ 08:28 PM','1 MOUSSE REFIL 1 GALLON SIZE\r\nPLEASE CONSOLIDATE THIS ORDER WITH PREVIOUS OIL ORDER\r\nGOING TO WEST PALM BEACH THANK YOU!!!!\r\n','wc-completed','closed','closed','wc_order_qEn72eghZv0XU','order-dec-11-2021-0828-pm','','','2021-12-13 20:27:01','2021-12-13 20:27:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=884',0,'shop_order','',3),(885,1,'2021-12-11 21:15:12','2021-12-11 21:15:12','','Order &ndash; December 11, 2021 @ 09:15 PM','','wc-completed','closed','closed','wc_order_lC0yTPL3q7eB0','order-dec-11-2021-0915-pm','','','2021-12-13 20:30:23','2021-12-13 20:30:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=885',0,'shop_order','',3),(886,1,'2021-12-13 16:20:10','2021-12-13 16:20:10','','Order &ndash; December 13, 2021 @ 04:20 PM','','wc-completed','closed','closed','wc_order_JLGss82BdXwMq','order-dec-13-2021-0420-pm','','','2021-12-13 20:29:46','2021-12-13 20:29:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=886',0,'shop_order','',3),(888,1,'2021-12-14 14:54:27','2021-12-14 14:54:27','','Order &ndash; December 14, 2021 @ 02:54 PM','','wc-completed','closed','closed','wc_order_E7Q9ASgn28pnl','order-dec-14-2021-0254-pm','','','2021-12-17 17:40:04','2021-12-17 17:40:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=888',0,'shop_order','',5),(889,1,'2021-12-14 16:24:33','2021-12-14 16:24:33','','Order &ndash; December 14, 2021 @ 04:24 PM','PLEASE MAKE SURE TO SHIP ACTIVE RINSE 50/50\r\nTHANK YOU','wc-completed','closed','closed','wc_order_GC1tvrot62b9C','order-dec-14-2021-0424-pm','','','2021-12-21 18:07:31','2021-12-21 18:07:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=889',0,'shop_order','',5),(890,1,'2021-12-14 17:34:17','2021-12-14 17:34:17','','Order &ndash; December 14, 2021 @ 05:34 PM','','wc-completed','closed','closed','wc_order_aPmfmukSMiqyv','order-dec-14-2021-0534-pm','','','2021-12-16 20:17:14','2021-12-16 20:17:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=890',0,'shop_order','',6),(891,1,'2021-12-14 22:49:09','2021-12-14 22:49:09','','Order &ndash; December 14, 2021 @ 10:49 PM','','wc-completed','closed','closed','wc_order_lNYTFxZH5XdIp','order-dec-14-2021-1049-pm','','','2021-12-15 19:47:15','2021-12-15 19:47:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=891',0,'shop_order','',3),(893,1,'2021-12-16 21:54:06','2021-12-16 21:54:06','','Order &ndash; December 16, 2021 @ 09:54 PM','','wc-completed','closed','closed','wc_order_d83akhOU5RyLx','order-dec-16-2021-0954-pm','','','2021-12-17 17:37:22','2021-12-17 17:37:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=893',0,'shop_order','',3),(894,1,'2021-12-18 15:46:12','2021-12-18 15:46:12','','Order &ndash; December 18, 2021 @ 03:46 PM','','wc-completed','closed','closed','wc_order_theheiNpALba1','order-dec-18-2021-0346-pm','','','2021-12-21 18:06:58','2021-12-21 18:06:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=894',0,'shop_order','',3),(895,1,'2021-12-19 18:57:54','2021-12-19 18:57:54','','Order &ndash; December 19, 2021 @ 06:57 PM','','wc-completed','closed','closed','wc_order_GsTIodAy5SZ4b','order-dec-19-2021-0657-pm','','','2021-12-28 20:24:21','2021-12-28 20:24:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=895',0,'shop_order','',5),(896,1,'2021-12-20 06:16:33','2021-12-20 06:16:33','','Order &ndash; December 20, 2021 @ 06:16 AM','','wc-completed','closed','closed','wc_order_L10cppu1VgSYE','order-dec-20-2021-0616-am','','','2021-12-21 18:06:03','2021-12-21 18:06:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=896',0,'shop_order','',3),(897,1,'2021-12-20 15:42:08','2021-12-20 15:42:08','','Order &ndash; December 20, 2021 @ 03:42 PM','','wc-completed','closed','closed','wc_order_ZSCK8ONAtaaX2','order-dec-20-2021-0342-pm','','','2021-12-21 15:44:01','2021-12-21 15:44:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=897',0,'shop_order','',3),(898,1,'2021-12-20 15:49:22','2021-12-20 15:49:22','','Order &ndash; December 20, 2021 @ 03:49 PM','','wc-refunded','open','closed','wc_order_Beqib3Gci7XpY','order-dec-20-2021-0349-pm','','','2021-12-20 17:15:28','2021-12-20 17:15:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=898',0,'shop_order','',4),(899,1,'2021-12-20 15:54:35','2021-12-20 15:54:35','','Order &ndash; December 20, 2021 @ 03:54 PM','','wc-completed','closed','closed','wc_order_9KOjsHF9uuc8u','order-dec-20-2021-0354-pm','','','2021-12-21 15:42:26','2021-12-21 15:42:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=899',0,'shop_order','',3),(900,1,'2021-12-20 16:01:53','2021-12-20 16:01:53','','Order &ndash; December 20, 2021 @ 04:01 PM','','wc-completed','closed','closed','wc_order_akDCyTgm68Jg0','order-dec-20-2021-0401-pm','','','2021-12-21 15:43:24','2021-12-21 15:43:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=900',0,'shop_order','',3),(901,1,'2021-12-20 17:15:25','2021-12-20 17:15:25','','Refund &ndash; Dec 20, 2021 @ 05:15 PM','','wc-completed','closed','closed','wc_order_0NLliKR2x7VMv','refund-dec-20-2021-0515-pm','','','2021-12-20 17:15:25','2021-12-20 17:15:25','',898,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=901',0,'shop_order_refund','',0),(902,1,'2021-12-20 17:23:01','2021-12-20 17:23:01','','Order &ndash; December 20, 2021 @ 05:23 PM','','wc-completed','closed','closed','wc_order_WRhknnPrd828f','order-dec-20-2021-0523-pm','','','2021-12-21 15:39:49','2021-12-21 15:39:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=902',0,'shop_order','',3),(903,1,'2021-12-20 22:34:45','2021-12-20 22:34:45','','Order &ndash; December 20, 2021 @ 10:34 PM','','wc-completed','closed','closed','wc_order_RUo4ycOS5OgHK','order-dec-20-2021-1034-pm','','','2021-12-28 20:25:03','2021-12-28 20:25:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=903',0,'shop_order','',5),(904,1,'2021-12-21 13:47:38','2021-12-21 13:47:38','','Order &ndash; December 21, 2021 @ 01:47 PM','','wc-completed','closed','closed','wc_order_53zpIPalGpmc2','order-dec-21-2021-0147-pm','','','2021-12-28 20:25:41','2021-12-28 20:25:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=904',0,'shop_order','',3),(906,1,'2021-12-21 19:17:59','2021-12-21 19:17:59','','Order &ndash; December 21, 2021 @ 07:17 PM','','wc-completed','closed','closed','wc_order_GbA6RENSbFRfx','order-dec-21-2021-0717-pm','','','2021-12-23 18:00:21','2021-12-23 18:00:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=906',0,'shop_order','',5),(909,1,'2021-12-22 20:27:05','2021-12-22 20:27:05','','Order &ndash; December 22, 2021 @ 08:27 PM','','wc-completed','closed','closed','wc_order_XNcvDRI7Q310B','order-dec-22-2021-0827-pm','','','2021-12-23 18:03:01','2021-12-23 18:03:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=909',0,'shop_order','',3),(910,1,'2021-12-22 21:11:33','2021-12-22 21:11:33','','Order &ndash; December 22, 2021 @ 09:11 PM','','wc-completed','closed','closed','wc_order_yLfrmYIwPG8xB','order-dec-22-2021-0911-pm','','','2021-12-23 18:01:54','2021-12-23 18:01:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=910',0,'shop_order','',6),(911,1,'2021-12-24 21:59:51','2021-12-24 21:59:51','','Order &ndash; December 24, 2021 @ 09:59 PM','May leave outside Suite door','wc-completed','closed','closed','wc_order_qlKJqIh3uwyIj','order-dec-24-2021-0959-pm','','','2021-12-28 20:26:34','2021-12-28 20:26:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=911',0,'shop_order','',3),(912,1,'2021-12-26 23:30:32','2021-12-26 23:30:32','','Order &ndash; December 26, 2021 @ 11:30 PM','','wc-completed','closed','closed','wc_order_4jcX1rRKRJn1C','order-dec-26-2021-1130-pm','','','2021-12-28 20:27:21','2021-12-28 20:27:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=912',0,'shop_order','',3),(913,1,'2021-12-26 23:36:41','2021-12-26 23:36:41','','Order &ndash; December 26, 2021 @ 11:36 PM','','wc-completed','closed','closed','wc_order_PSq5aFBBYhCac','order-dec-26-2021-1136-pm','','','2021-12-28 20:27:46','2021-12-28 20:27:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=913',0,'shop_order','',3),(914,1,'2021-12-27 19:13:42','2021-12-27 19:13:42','','Order &ndash; December 27, 2021 @ 07:13 PM','','wc-completed','closed','closed','wc_order_NXADli7AKO0Dh','order-dec-27-2021-0713-pm','','','2021-12-28 22:38:25','2021-12-28 22:38:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=914',0,'shop_order','',3),(915,1,'2021-12-28 09:45:49','2021-12-28 09:45:49','','Order &ndash; December 28, 2021 @ 09:45 AM','','wc-completed','closed','closed','wc_order_B34I7w3hSziGS','order-dec-28-2021-0945-am','','','2021-12-28 22:40:28','2021-12-28 22:40:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=915',0,'shop_order','',3),(916,1,'2021-12-28 09:52:33','2021-12-28 09:52:33','','Order &ndash; December 28, 2021 @ 09:52 AM','','wc-completed','closed','closed','wc_order_KXSvov0OrHFie','order-dec-28-2021-0952-am','','','2021-12-28 22:41:28','2021-12-28 22:41:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=916',0,'shop_order','',3),(918,1,'2021-12-28 21:16:58','2021-12-28 21:16:58','','Order &ndash; December 28, 2021 @ 09:16 PM','','wc-completed','closed','closed','wc_order_4IbpRjnT2yhGl','order-dec-28-2021-0916-pm','','','2021-12-29 18:41:19','2021-12-29 18:41:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=918',0,'shop_order','',3),(919,1,'2021-12-28 21:48:47','2021-12-28 21:48:47','','Order &ndash; December 28, 2021 @ 09:48 PM','','wc-completed','closed','closed','wc_order_jMcIdk4sEfM8Z','order-dec-28-2021-0948-pm','','','2021-12-29 18:40:27','2021-12-29 18:40:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=919',0,'shop_order','',3),(920,1,'2021-12-29 17:15:45','2021-12-29 17:15:45','','Order &ndash; December 29, 2021 @ 05:15 PM','','wc-completed','closed','closed','wc_order_365kCERJZ9GHc','order-dec-29-2021-0515-pm','','','2021-12-30 15:30:35','2021-12-30 15:30:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=920',0,'shop_order','',3),(921,1,'2021-12-29 18:32:15','2021-12-29 18:32:15','','Order &ndash; December 29, 2021 @ 06:32 PM','','wc-completed','closed','closed','wc_order_qymbbJzmcTBoQ','order-dec-29-2021-0632-pm','','','2021-12-30 15:31:56','2021-12-30 15:31:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=921',0,'shop_order','',5),(922,1,'2021-12-29 19:05:30','2021-12-29 19:05:30','','Order &ndash; December 29, 2021 @ 07:05 PM','For Kitsap or Silverdale clinic use','wc-completed','closed','closed','wc_order_3uwPM6mXOYhwY','order-dec-29-2021-0705-pm','','','2022-01-21 21:26:46','2022-01-21 21:26:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=922',0,'shop_order','',5),(923,1,'2021-12-29 19:07:30','2021-12-29 19:07:30','','Order &ndash; December 29, 2021 @ 07:07 PM','For use at the Lakewood Wa clinic','wc-completed','closed','closed','wc_order_DdsFZyVk1KTae','order-dec-29-2021-0707-pm','','','2022-01-21 21:26:29','2022-01-21 21:26:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=923',0,'shop_order','',5),(924,1,'2021-12-29 19:08:26','2021-12-29 19:08:26','','Order &ndash; December 29, 2021 @ 07:08 PM','For use at Puyallup clinic','wc-completed','closed','closed','wc_order_kC6VGSg4ReD12','order-dec-29-2021-0708-pm','','','2022-01-21 21:26:51','2022-01-21 21:26:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=924',0,'shop_order','',5),(925,1,'2021-12-30 14:52:42','2021-12-30 14:52:42','','Order &ndash; December 30, 2021 @ 02:52 PM','','wc-completed','closed','closed','wc_order_WZGlqYE74C4Z4','order-dec-30-2021-0252-pm','','','2022-02-02 19:59:25','2022-02-02 19:59:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=925',0,'shop_order','',5),(926,1,'2021-12-30 23:41:27','2021-12-30 23:41:27','','Order &ndash; December 30, 2021 @ 11:41 PM','','wc-completed','closed','closed','wc_order_tS5ZKmRnfqykg','order-dec-30-2021-1141-pm','','','2022-01-04 16:40:37','2022-01-04 16:40:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=926',0,'shop_order','',3),(929,1,'2021-12-31 01:35:03','2021-12-31 01:35:03','','Order &ndash; December 31, 2021 @ 01:35 AM','','wc-completed','closed','closed','wc_order_XjLnI2DL4eCau','order-dec-31-2021-0135-am','','','2022-01-04 16:40:16','2022-01-04 16:40:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=929',0,'shop_order','',3),(930,1,'2022-01-01 16:14:45','2022-01-01 16:14:45','','Order &ndash; January 1, 2022 @ 04:14 PM','','wc-completed','closed','closed','wc_order_ZQMdKRI57ppF1','order-jan-01-2022-0414-pm','','','2022-01-04 16:39:37','2022-01-04 16:39:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=930',0,'shop_order','',5),(931,1,'2022-01-04 16:20:50','2022-01-04 16:20:50','','Order &ndash; January 4, 2022 @ 04:20 PM','','wc-completed','closed','closed','wc_order_hdfYovcfvz8w4','order-jan-04-2022-0420-pm','','','2022-01-06 18:28:06','2022-01-06 18:28:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=931',0,'shop_order','',3),(932,1,'2022-01-04 19:00:04','2022-01-04 19:00:04','','Order &ndash; January 4, 2022 @ 07:00 PM','','wc-completed','closed','closed','wc_order_yFUDZnBHQwMDa','order-jan-04-2022-0700-pm','','','2022-01-06 18:28:56','2022-01-06 18:28:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=932',0,'shop_order','',3),(933,1,'2022-01-04 19:11:04','2022-01-04 19:11:04','','Order &ndash; January 4, 2022 @ 07:11 PM','','wc-completed','closed','closed','wc_order_tszeAR3XnCLzd','order-jan-04-2022-0711-pm','','','2022-01-06 18:32:31','2022-01-06 18:32:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=933',0,'shop_order','',5),(934,1,'2022-01-05 19:31:01','2022-01-05 19:31:01','','Order &ndash; January 5, 2022 @ 07:31 PM','','wc-completed','closed','closed','wc_order_WwsyOzIsy9DRo','order-jan-05-2022-0731-pm','','','2022-01-06 18:35:06','2022-01-06 18:35:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=934',0,'shop_order','',3),(936,1,'2022-01-06 11:17:43','2022-01-06 11:17:43','','Order &ndash; January 6, 2022 @ 11:17 AM','','wc-completed','closed','closed','wc_order_OA8338f6uloiA','order-jan-06-2022-1117-am','','','2022-01-10 21:37:11','2022-01-10 21:37:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=936',0,'shop_order','',5),(938,1,'2022-01-06 16:06:18','2022-01-06 16:06:18','','Order &ndash; January 6, 2022 @ 04:06 PM','','wc-completed','closed','closed','wc_order_VsWaFD2s9Fgs7','order-jan-06-2022-0406-pm','','','2022-01-18 19:06:54','2022-01-18 19:06:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=938',0,'shop_order','',5),(939,1,'2022-01-06 22:34:05','2022-01-06 22:34:05','','Order &ndash; January 6, 2022 @ 10:34 PM','','wc-completed','closed','closed','wc_order_Fpwgv2gzDG88w','order-jan-06-2022-1034-pm','','','2022-01-10 21:36:40','2022-01-10 21:36:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=939',0,'shop_order','',3),(940,1,'2022-01-10 22:20:34','2022-01-10 22:20:34','','Order &ndash; January 10, 2022 @ 10:20 PM','','wc-completed','closed','closed','wc_order_cVkL0W0wpH4jL','order-jan-10-2022-1020-pm','','','2022-01-11 18:30:33','2022-01-11 18:30:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=940',0,'shop_order','',3),(941,1,'2022-01-11 13:11:11','2022-01-11 13:11:11','','Order &ndash; January 11, 2022 @ 01:11 PM','This is the second time i am trying to place this order. it was previously approved but I could not log in to pay. I am down to 2 bottles of oil combined at both clinics.','wc-completed','closed','closed','wc_order_JaYHanRHlZaY7','order-jan-11-2022-0111-pm','','','2022-01-12 15:45:03','2022-01-12 15:45:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=941',0,'shop_order','',5),(942,1,'2022-01-11 19:59:53','2022-01-11 19:59:53','','Order &ndash; January 11, 2022 @ 07:59 PM','','wc-completed','closed','closed','wc_order_qPVqI9Y62XGQg','order-jan-11-2022-0759-pm','','','2022-01-12 18:24:28','2022-01-12 18:24:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=942',0,'shop_order','',5),(943,1,'2022-01-12 03:14:19','2022-01-12 03:14:19','','Order &ndash; January 12, 2022 @ 03:14 AM','','wc-completed','closed','closed','wc_order_SmVLURtNAcSeg','order-jan-12-2022-0314-am','','','2022-01-12 17:01:20','2022-01-12 17:01:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=943',0,'shop_order','',3),(944,1,'2022-01-12 23:15:42','2022-01-12 23:15:42','','Order &ndash; January 12, 2022 @ 11:15 PM','','wc-completed','closed','closed','wc_order_Kdin599VCpol0','order-jan-12-2022-1115-pm','','','2022-01-14 18:19:31','2022-01-14 18:19:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=944',0,'shop_order','',5),(945,1,'2022-01-12 23:16:34','2022-01-12 23:16:34','','Order &ndash; January 12, 2022 @ 11:16 PM','','wc-completed','closed','closed','wc_order_KL167lx7LkNPt','order-jan-12-2022-1116-pm','','','2022-01-14 18:18:13','2022-01-14 18:18:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=945',0,'shop_order','',5),(946,1,'2022-01-13 03:08:32','2022-01-13 03:08:32','','Order &ndash; January 13, 2022 @ 03:08 AM','','wc-completed','closed','closed','wc_order_mJopnwAYh0kDa','order-jan-13-2022-0308-am','','','2022-01-13 17:07:59','2022-01-13 17:07:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=946',0,'shop_order','',3),(948,1,'2022-01-13 21:48:16','2022-01-13 21:48:16','','Order &ndash; January 13, 2022 @ 09:48 PM','','wc-completed','closed','closed','wc_order_s7jLvudibFS44','order-jan-13-2022-0948-pm','','','2022-01-14 18:21:43','2022-01-14 18:21:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=948',0,'shop_order','',3),(949,1,'2022-01-14 14:06:33','2022-01-14 14:06:33','','Order &ndash; January 14, 2022 @ 02:06 PM','','wc-completed','closed','closed','wc_order_LdIXYCRAPYB2P','order-jan-14-2022-0206-pm','','','2022-01-17 15:03:51','2022-01-17 15:03:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=949',0,'shop_order','',3),(950,1,'2022-01-14 16:13:57','2022-01-14 16:13:57','','Order &ndash; January 14, 2022 @ 04:13 PM','','wc-completed','closed','closed','wc_order_S1BdnhgjGJX8v','order-jan-14-2022-0413-pm','','','2022-01-17 14:59:07','2022-01-17 14:59:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=950',0,'shop_order','',5),(952,1,'2022-01-14 22:29:41','2022-01-14 22:29:41','','Order &ndash; January 14, 2022 @ 10:29 PM','','wc-completed','closed','closed','wc_order_b5zv73KLrWoQC','order-jan-14-2022-1029-pm','','','2022-01-17 17:22:11','2022-01-17 17:22:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=952',0,'shop_order','',3),(953,1,'2022-01-14 22:33:25','2022-01-14 22:33:25','','Order &ndash; January 14, 2022 @ 10:33 PM','Deliver to Office door, not clinic','wc-completed','closed','closed','wc_order_WG6K0uYiUhv28','order-jan-14-2022-1033-pm','','','2022-01-17 17:23:23','2022-01-17 17:23:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=953',0,'shop_order','',3),(954,1,'2022-01-14 22:37:38','2022-01-14 22:37:38','','Order &ndash; January 14, 2022 @ 10:37 PM','','wc-completed','closed','closed','wc_order_MXmTywy35qtpW','order-jan-14-2022-1037-pm','','','2022-01-17 17:18:55','2022-01-17 17:18:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=954',0,'shop_order','',3),(955,1,'2022-01-14 22:42:22','2022-01-14 22:42:22','','Order &ndash; January 14, 2022 @ 10:42 PM','','wc-completed','closed','closed','wc_order_1Npszil444b5M','order-jan-14-2022-1042-pm','','','2022-01-18 19:06:28','2022-01-18 19:06:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=955',0,'shop_order','',3),(956,1,'2022-01-17 20:27:34','2022-01-17 20:27:34','','Order &ndash; January 17, 2022 @ 08:27 PM','','wc-completed','closed','closed','wc_order_zdVvLJrMc82gh','order-jan-17-2022-0827-pm','','','2022-01-18 18:45:23','2022-01-18 18:45:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=956',0,'shop_order','',5),(957,1,'2022-01-18 17:44:46','2022-01-18 17:44:46','','Order &ndash; January 18, 2022 @ 05:44 PM','','wc-completed','closed','closed','wc_order_uieM7lC3b5rPB','order-jan-18-2022-0544-pm','','','2022-01-21 15:32:27','2022-01-21 15:32:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=957',0,'shop_order','',3),(958,1,'2022-01-18 23:51:20','2022-01-18 23:51:20','','Order &ndash; January 18, 2022 @ 11:51 PM','','wc-completed','closed','closed','wc_order_zklzGf5NJLgmw','order-jan-18-2022-1151-pm','','','2022-01-19 18:17:01','2022-01-19 18:17:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=958',0,'shop_order','',3),(959,1,'2022-01-19 00:01:34','2022-01-19 00:01:34','','Order &ndash; January 19, 2022 @ 12:01 AM','','wc-completed','closed','closed','wc_order_JELHrPWbp6CME','order-jan-19-2022-1201-am','','','2022-01-21 21:23:49','2022-01-21 21:23:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=959',0,'shop_order','',5),(960,1,'2022-01-19 01:04:29','2022-01-19 01:04:29','','Order &ndash; January 19, 2022 @ 01:04 AM','','wc-completed','closed','closed','wc_order_xltiRpSX09ues','order-jan-19-2022-0104-am','','','2022-01-24 20:24:04','2022-01-24 20:24:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=960',0,'shop_order','',5),(961,1,'2022-01-19 21:53:48','2022-01-19 21:53:48','','Order &ndash; January 19, 2022 @ 09:53 PM','','wc-completed','closed','closed','wc_order_vRY1O5n2S4aSf','order-jan-19-2022-0953-pm','','','2022-01-20 18:07:58','2022-01-20 18:07:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=961',0,'shop_order','',3),(962,1,'2022-01-19 23:04:48','2022-01-19 23:04:48','','Order &ndash; January 19, 2022 @ 11:04 PM','','wc-completed','closed','closed','wc_order_dd7KB4g3rjVxH','order-jan-19-2022-1104-pm','','','2022-01-20 18:07:10','2022-01-20 18:07:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=962',0,'shop_order','',3),(963,1,'2022-01-20 19:33:47','2022-01-20 19:33:47','','Order &ndash; January 20, 2022 @ 07:33 PM','','wc-completed','closed','closed','wc_order_QGnntIewFyank','order-jan-20-2022-0733-pm','','','2022-01-20 20:56:12','2022-01-20 20:56:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=963',0,'shop_order','',3),(964,1,'2022-01-20 19:50:49','2022-01-20 19:50:49','','Order &ndash; January 20, 2022 @ 07:50 PM','','wc-completed','closed','closed','wc_order_08QuKwky2ffop','order-jan-20-2022-0750-pm','','','2022-01-20 22:07:03','2022-01-20 22:07:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=964',0,'shop_order','',3),(966,1,'2022-01-21 02:07:35','2022-01-21 02:07:35','','Order &ndash; January 21, 2022 @ 02:07 AM','','wc-completed','closed','closed','wc_order_cUN1llahMvG6B','order-jan-21-2022-0207-am','','','2022-01-21 21:23:23','2022-01-21 21:23:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=966',0,'shop_order','',3),(968,1,'2022-01-21 05:24:07','2022-01-21 05:24:07','','Order &ndash; January 21, 2022 @ 05:24 AM','','wc-completed','closed','closed','wc_order_aqMi9njjyw5D3','order-jan-21-2022-0524-am','','','2022-01-21 21:25:16','2022-01-21 21:25:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=968',0,'shop_order','',3),(969,1,'2022-01-24 00:35:33','2022-01-24 00:35:33','','Order &ndash; January 24, 2022 @ 12:35 AM','','wc-completed','closed','closed','wc_order_jLvdNucN1cDym','order-jan-24-2022-1235-am','','','2022-01-27 16:47:04','2022-01-27 16:47:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=969',0,'shop_order','',3),(970,1,'2022-01-24 22:50:54','2022-01-24 22:50:54','','Order &ndash; January 24, 2022 @ 10:50 PM','','wc-completed','closed','closed','wc_order_TScsgE3n2bSwo','order-jan-24-2022-1050-pm','','','2022-01-25 15:41:20','2022-01-25 15:41:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=970',0,'shop_order','',3),(971,1,'2022-01-25 20:32:21','2022-01-25 20:32:21','','Order &ndash; January 25, 2022 @ 08:32 PM','','wc-completed','closed','closed','wc_order_oWGI7yH4s9Kef','order-jan-25-2022-0832-pm','','','2022-02-08 16:12:39','2022-02-08 16:12:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=971',0,'shop_order','',5),(972,1,'2022-01-26 18:02:03','2022-01-26 18:02:03','','Order &ndash; January 26, 2022 @ 06:02 PM','','wc-completed','closed','closed','wc_order_jXR6wqjopMyac','order-jan-26-2022-0602-pm','','','2022-01-27 16:41:27','2022-01-27 16:41:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=972',0,'shop_order','',3),(973,1,'2022-01-27 16:23:42','2022-01-27 16:23:42','','Order &ndash; January 27, 2022 @ 04:23 PM','','wc-completed','closed','closed','wc_order_f5Z9UZ9eIMIaS','order-jan-27-2022-0423-pm','','','2022-01-27 16:43:20','2022-01-27 16:43:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=973',0,'shop_order','',3),(975,1,'2022-01-28 18:16:45','2022-01-28 18:16:45','','Order &ndash; January 28, 2022 @ 06:16 PM','','wc-completed','closed','closed','wc_order_qkCeKvMBAk9mN','order-jan-28-2022-0616-pm','','','2022-02-02 19:59:20','2022-02-02 19:59:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=975',0,'shop_order','',3),(977,1,'2022-02-01 20:46:05','2022-02-01 20:46:05','','Order &ndash; February 1, 2022 @ 08:46 PM','','wc-completed','closed','closed','wc_order_5wjrDTmwqPicD','order-feb-01-2022-0846-pm','','','2022-02-03 20:14:35','2022-02-03 20:14:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=977',0,'shop_order','',5),(978,1,'2022-02-02 19:14:04','2022-02-02 19:14:04','','Order &ndash; February 2, 2022 @ 07:14 PM','','wc-completed','closed','closed','wc_order_TcNp42l6tekRV','order-feb-02-2022-0714-pm','','','2022-02-08 16:16:02','2022-02-08 16:16:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=978',0,'shop_order','',3),(979,1,'2022-02-02 19:20:22','2022-02-02 19:20:22','','Order &ndash; February 2, 2022 @ 07:20 PM','','wc-completed','closed','closed','wc_order_uI1D0AHmdVPYn','order-feb-02-2022-0720-pm','','','2022-02-03 20:13:35','2022-02-03 20:13:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=979',0,'shop_order','',3),(980,1,'2022-02-02 23:30:59','2022-02-02 23:30:59','','Order &ndash; February 2, 2022 @ 11:30 PM','','wc-completed','closed','closed','wc_order_MwAZqtYQeyoJm','order-feb-02-2022-1130-pm','','','2022-02-03 20:11:03','2022-02-03 20:11:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=980',0,'shop_order','',3),(981,1,'2022-02-03 08:48:14','2022-02-03 08:48:14','','Order &ndash; February 3, 2022 @ 08:48 AM','','wc-completed','closed','closed','wc_order_w3XWRCzqPcSTF','order-feb-03-2022-0848-am','','','2022-02-03 20:12:31','2022-02-03 20:12:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=981',0,'shop_order','',3),(983,1,'2022-02-04 01:21:54','2022-02-04 01:21:54','','Order &ndash; February 4, 2022 @ 01:21 AM','','wc-completed','closed','closed','wc_order_9Cjo1qjsqI71B','order-feb-04-2022-0121-am','','','2022-02-04 18:04:21','2022-02-04 18:04:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=983',0,'shop_order','',3),(984,1,'2022-02-06 19:07:28','2022-02-06 19:07:28','','Order &ndash; February 6, 2022 @ 07:07 PM','','wc-completed','closed','closed','wc_order_adI5Ay2AeXzbh','order-feb-06-2022-0707-pm','','','2022-02-08 16:16:19','2022-02-08 16:16:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=984',0,'shop_order','',3),(985,1,'2022-02-07 05:57:17','2022-02-07 05:57:17','','Order &ndash; February 7, 2022 @ 05:57 AM','','wc-completed','closed','closed','wc_order_zuiDfNbDojbp2','order-feb-07-2022-0557-am','','','2022-02-07 23:42:07','2022-02-07 23:42:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=985',0,'shop_order','',3),(987,1,'2022-02-07 16:27:43','2022-02-07 16:27:43','','Order &ndash; February 7, 2022 @ 04:27 PM','','wc-completed','closed','closed','wc_order_XDKEEaD2Uauu8','order-feb-07-2022-0427-pm','','','2022-02-09 19:38:56','2022-02-09 19:38:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=987',0,'shop_order','',5),(991,1,'2022-02-08 20:17:21','2022-02-08 20:17:21','','Order &ndash; February 8, 2022 @ 08:17 PM','','wc-completed','closed','closed','wc_order_9mMQXjx12M14P','order-feb-08-2022-0817-pm','','','2022-02-15 18:31:09','2022-02-15 18:31:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=991',0,'shop_order','',5),(992,1,'2022-02-08 22:16:12','2022-02-08 22:16:12','','Order &ndash; February 8, 2022 @ 10:16 PM','','wc-completed','closed','closed','wc_order_g91hajDTYM7Ej','order-feb-08-2022-1016-pm','','','2022-02-09 19:39:59','2022-02-09 19:39:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=992',0,'shop_order','',3),(993,1,'2022-02-09 01:31:11','2022-02-09 01:31:11','','Order &ndash; February 9, 2022 @ 01:31 AM','','wc-completed','closed','closed','wc_order_OJ3pbGxGyz74D','order-feb-09-2022-0131-am','','','2022-02-09 19:39:30','2022-02-09 19:39:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=993',0,'shop_order','',3),(994,1,'2022-02-09 19:42:04','2022-02-09 19:42:04','','Order &ndash; February 9, 2022 @ 07:42 PM','','wc-completed','closed','closed','wc_order_25UivKaDQU9wF','order-feb-09-2022-0742-pm','','','2022-02-09 20:32:56','2022-02-09 20:32:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=994',0,'shop_order','',4),(995,1,'2022-02-10 15:13:33','2022-02-10 15:13:33','','Order &ndash; February 10, 2022 @ 03:13 PM','','wc-completed','closed','closed','wc_order_wVE03I2Xxdwx1','order-feb-10-2022-0313-pm','','','2022-02-10 18:59:03','2022-02-10 18:59:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=995',0,'shop_order','',3),(996,1,'2022-02-10 19:09:37','2022-02-10 19:09:37','','Order &ndash; February 10, 2022 @ 07:09 PM','','wc-completed','closed','closed','wc_order_3sHMv5p79jM5o','order-feb-10-2022-0709-pm','','','2022-02-17 18:45:08','2022-02-17 18:45:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=996',0,'shop_order','',5),(997,1,'2022-02-10 19:41:32','2022-02-10 19:41:32','','Order &ndash; February 10, 2022 @ 07:41 PM','','wc-completed','closed','closed','wc_order_W963MRB5zGQEi','order-feb-10-2022-0741-pm','','','2022-02-11 21:49:34','2022-02-11 21:49:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=997',0,'shop_order','',5),(998,1,'2022-02-14 15:45:02','2022-02-14 15:45:02','','Order &ndash; February 14, 2022 @ 03:45 PM','','wc-completed','closed','closed','wc_order_P9iuRJ9VJOMyU','order-feb-14-2022-0345-pm','','','2022-02-17 18:44:22','2022-02-17 18:44:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=998',0,'shop_order','',3),(999,1,'2022-02-14 16:18:05','2022-02-14 16:18:05','','Order &ndash; February 14, 2022 @ 04:18 PM','','wc-completed','closed','closed','wc_order_YsIlVgKJWqezZ','order-feb-14-2022-0418-pm','','','2022-03-24 14:38:41','2022-03-24 14:38:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=999',0,'shop_order','',5),(1000,1,'2022-02-14 16:19:56','2022-02-14 16:19:56','','Order &ndash; February 14, 2022 @ 04:19 PM','','wc-completed','closed','closed','wc_order_16qbfWSePnL2D','order-feb-14-2022-0419-pm','','','2022-02-14 21:52:14','2022-02-14 21:52:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1000',0,'shop_order','',3),(1001,1,'2022-02-15 16:23:29','2022-02-15 16:23:29','','Order &ndash; February 15, 2022 @ 04:23 PM','','wc-completed','closed','closed','wc_order_DX4s5DWcq0gzR','order-feb-15-2022-0423-pm','','','2022-02-15 18:28:51','2022-02-15 18:28:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1001',0,'shop_order','',4),(1002,1,'2022-02-15 16:35:56','2022-02-15 16:35:56','','Order &ndash; February 15, 2022 @ 04:35 PM','Leave by suite door if locked','wc-completed','closed','closed','wc_order_HHS8dxA9XthGT','order-feb-15-2022-0435-pm','','','2022-02-15 19:59:09','2022-02-15 19:59:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1002',0,'shop_order','',3),(1003,1,'2022-02-15 16:41:52','2022-02-15 16:41:52','','Order &ndash; February 15, 2022 @ 04:41 PM','This order will be for Tulsa, Wichita, and NWA. We will be ordering another 20 bottles of bulk 100% active rinse to be packaged and shipped with this order.','wc-completed','closed','closed','wc_order_Sn9rVvtFWUhrb','order-feb-15-2022-0441-pm','','','2022-02-15 19:59:37','2022-02-15 19:59:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1003',0,'shop_order','',3),(1004,1,'2022-02-15 17:00:08','2022-02-15 17:00:08','','Order &ndash; February 15, 2022 @ 05:00 PM','','wc-completed','closed','closed','wc_order_WD5OZjJwvtHso','order-feb-15-2022-0500-pm','','','2022-02-16 17:45:29','2022-02-16 17:45:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1004',0,'shop_order','',5),(1007,1,'2022-02-16 18:08:07','2022-02-16 18:08:07','','Order &ndash; February 16, 2022 @ 06:08 PM','','wc-completed','closed','closed','wc_order_sONTGRWUOZZbU','order-feb-16-2022-0608-pm','','','2022-02-17 18:48:35','2022-02-17 18:48:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1007',0,'shop_order','',3),(1008,1,'2022-02-17 17:34:07','2022-02-17 17:34:07','','Order &ndash; February 17, 2022 @ 05:34 PM','','wc-completed','closed','closed','wc_order_4rDJClESIcj7e','order-feb-17-2022-0534-pm','','','2022-02-18 17:39:48','2022-02-18 17:39:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1008',0,'shop_order','',3),(1009,1,'2022-02-17 20:04:35','2022-02-17 20:04:35','','Order &ndash; February 17, 2022 @ 08:04 PM','','wc-completed','closed','closed','wc_order_lu0XFe7QPI5dN','order-feb-17-2022-0804-pm','','','2022-02-23 18:09:11','2022-02-23 18:09:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1009',0,'shop_order','',5),(1010,1,'2022-02-20 16:16:48','2022-02-20 16:16:48','','Order &ndash; February 20, 2022 @ 04:16 PM','','wc-completed','closed','closed','wc_order_21GR56EAkM7Tn','order-feb-20-2022-0416-pm','','','2022-02-22 14:45:21','2022-02-22 14:45:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1010',0,'shop_order','',3),(1011,1,'2022-02-20 16:22:41','2022-02-20 16:22:41','','Order &ndash; February 20, 2022 @ 04:22 PM','','wc-completed','closed','closed','wc_order_FAKZkT6YSPUP5','order-feb-20-2022-0422-pm','','','2022-02-23 18:09:31','2022-02-23 18:09:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1011',0,'shop_order','',3),(1012,1,'2022-02-20 23:57:39','2022-02-20 23:57:39','','Order &ndash; February 20, 2022 @ 11:57 PM','','wc-completed','closed','closed','wc_order_GXoE5xfOBd69N','order-feb-20-2022-1157-pm','','','2022-02-22 14:43:10','2022-02-22 14:43:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1012',0,'shop_order','',3),(1013,1,'2022-02-21 00:00:53','2022-02-21 00:00:53','','Order &ndash; February 21, 2022 @ 12:00 AM','','wc-completed','closed','closed','wc_order_lOzxlqsZnfZYG','order-feb-21-2022-1200-am','','','2022-02-22 14:44:21','2022-02-22 14:44:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1013',0,'shop_order','',4),(1014,1,'2022-02-21 16:46:48','2022-02-21 16:46:48','','Order &ndash; February 21, 2022 @ 04:46 PM','','wc-completed','closed','closed','wc_order_FnB7S3xdpLYO9','order-feb-21-2022-0446-pm','','','2022-02-23 18:07:08','2022-02-23 18:07:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1014',0,'shop_order','',5),(1015,1,'2022-02-21 16:49:14','2022-02-21 16:49:14','','Order &ndash; February 21, 2022 @ 04:49 PM','I am ordering 10 bottles for each clinic','wc-completed','closed','closed','wc_order_qfVlpeuOpx04S','order-feb-21-2022-0449-pm','','','2022-02-23 18:07:43','2022-02-23 18:07:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1015',0,'shop_order','',5),(1016,1,'2022-02-21 22:12:12','2022-02-21 22:12:12','','Order &ndash; February 21, 2022 @ 10:12 PM','','wc-completed','closed','closed','wc_order_XdSU4hUWVjlnI','order-feb-21-2022-1012-pm','','','2022-02-23 18:05:44','2022-02-23 18:05:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1016',0,'shop_order','',5),(1017,1,'2022-02-22 19:35:40','2022-02-22 19:35:40','','Order &ndash; February 22, 2022 @ 07:35 PM','This is an order for my Milford Clinic being shipped to Lexington','wc-completed','closed','closed','wc_order_ov2ADzLMY4ats','order-feb-22-2022-0735-pm','','','2022-02-23 18:04:29','2022-02-23 18:04:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1017',0,'shop_order','',3),(1019,1,'2022-02-23 18:11:10','2022-02-23 18:11:10','','Order &ndash; February 23, 2022 @ 06:11 PM','','wc-completed','closed','closed','wc_order_UzsA76RJlFAdw','order-feb-23-2022-0611-pm','','','2022-02-23 20:59:21','2022-02-23 20:59:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1019',0,'shop_order','',3),(1020,1,'2022-02-23 19:05:40','2022-02-23 19:05:40','','Order &ndash; February 23, 2022 @ 07:05 PM','','wc-completed','closed','closed','wc_order_DzTJlBxUwCSeF','order-feb-23-2022-0705-pm','','','2022-02-23 21:01:41','2022-02-23 21:01:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1020',0,'shop_order','',4),(1021,1,'2022-02-23 19:08:59','2022-02-23 19:08:59','','Order &ndash; February 23, 2022 @ 07:08 PM','','wc-completed','closed','closed','wc_order_oHYJq0jlC5EQx','order-feb-23-2022-0708-pm','','','2022-02-25 15:48:34','2022-02-25 15:48:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1021',0,'shop_order','',5),(1022,1,'2022-02-23 22:48:08','2022-02-23 22:48:08','','Order &ndash; February 23, 2022 @ 10:48 PM','','wc-completed','closed','closed','wc_order_9mNo9KQVEvgSu','order-feb-23-2022-1048-pm','','','2022-02-25 15:47:10','2022-02-25 15:47:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1022',0,'shop_order','',3),(1023,1,'2022-02-23 22:51:48','2022-02-23 22:51:48','','Order &ndash; February 23, 2022 @ 10:51 PM','Ordered the other day and the approval email for me today got lost in my sea of emails. By the time I found it the link was inactive.','wc-completed','closed','closed','wc_order_fBPCRusIwNrWk','order-feb-23-2022-1051-pm','','','2022-02-25 19:19:23','2022-02-25 19:19:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1023',0,'shop_order','',5),(1024,1,'2022-02-24 16:45:12','2022-02-24 16:45:12','','Order &ndash; February 24, 2022 @ 04:45 PM','','wc-completed','closed','closed','wc_order_2IfM65xw7jpzX','order-feb-24-2022-0445-pm','','','2022-03-17 16:17:49','2022-03-17 16:17:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1024',0,'shop_order','',6),(1025,1,'2022-02-24 21:10:13','2022-02-24 21:10:13','','Order &ndash; February 24, 2022 @ 09:10 PM','','wc-completed','closed','closed','wc_order_tjp9qrFCPcIUZ','order-feb-24-2022-0910-pm','','','2022-03-01 17:02:50','2022-03-01 17:02:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1025',0,'shop_order','',6),(1026,1,'2022-02-25 15:09:03','2022-02-25 15:09:03','','Order &ndash; February 25, 2022 @ 03:09 PM','Please leave in front of Suite Door if no one is there','wc-completed','closed','closed','wc_order_WHwGEi6HikNrV','order-feb-25-2022-0309-pm','','','2022-02-25 23:09:12','2022-02-25 23:09:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1026',0,'shop_order','',5),(1027,1,'2022-02-25 17:08:21','2022-02-25 17:08:21','','Order &ndash; February 25, 2022 @ 05:08 PM','','wc-completed','closed','closed','wc_order_t926NZ8xlSBHs','order-feb-25-2022-0508-pm','','','2022-02-25 23:10:04','2022-02-25 23:10:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1027',0,'shop_order','',3),(1028,1,'2022-02-26 23:07:08','2022-02-26 23:07:08','','Order &ndash; February 26, 2022 @ 11:07 PM','','wc-completed','closed','closed','wc_order_B9cnbEW8dsaOw','order-feb-26-2022-1107-pm','','','2022-02-28 23:20:35','2022-02-28 23:20:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1028',0,'shop_order','',3),(1029,1,'2022-02-27 18:47:01','2022-02-27 18:47:01','','Order &ndash; February 27, 2022 @ 06:47 PM','','wc-completed','closed','closed','wc_order_DbwaCiKwjdL8l','order-feb-27-2022-0647-pm','','','2022-02-28 23:19:07','2022-02-28 23:19:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1029',0,'shop_order','',5),(1030,1,'2022-03-01 15:49:22','2022-03-01 15:49:22','','Order &ndash; March 1, 2022 @ 03:49 PM','','wc-completed','closed','closed','wc_order_LzeFVUDjj657Q','order-mar-01-2022-0349-pm','','','2022-03-08 16:11:11','2022-03-08 16:11:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1030',0,'shop_order','',5),(1031,1,'2022-03-01 16:55:14','2022-03-01 16:55:14','','Order &ndash; March 1, 2022 @ 04:55 PM','','wc-completed','closed','closed','wc_order_SJD9WmzqVvJ82','order-mar-01-2022-0455-pm','','','2022-03-03 16:13:21','2022-03-03 16:13:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1031',0,'shop_order','',5),(1032,1,'2022-03-01 21:07:23','2022-03-01 21:07:23','','Order &ndash; March 1, 2022 @ 09:07 PM','','wc-completed','closed','closed','wc_order_jPeEebe1MkeVM','order-mar-01-2022-0907-pm','','','2022-03-02 16:55:34','2022-03-02 16:55:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1032',0,'shop_order','',3),(1033,1,'2022-03-02 02:27:11','2022-03-02 02:27:11','','Order &ndash; March 2, 2022 @ 02:27 AM','','wc-completed','closed','closed','wc_order_PaTC5S0flReQ4','order-mar-02-2022-0227-am','','','2022-03-02 16:51:03','2022-03-02 16:51:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1033',0,'shop_order','',3),(1034,1,'2022-03-02 05:09:14','2022-03-02 05:09:14','','Order &ndash; March 2, 2022 @ 05:09 AM','','wc-completed','closed','closed','wc_order_ylyiUokZxVNXa','order-mar-02-2022-0509-am','','','2022-03-02 16:57:49','2022-03-02 16:57:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1034',0,'shop_order','',3),(1036,1,'2022-03-02 18:13:26','2022-03-02 18:13:26','','Order &ndash; March 2, 2022 @ 06:13 PM','','wc-completed','closed','closed','wc_order_7OuObgtxXg8B9','order-mar-02-2022-0613-pm','','','2022-03-03 16:04:40','2022-03-03 16:04:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1036',0,'shop_order','',3),(1037,1,'2022-03-03 02:58:44','2022-03-03 02:58:44','','Order &ndash; March 3, 2022 @ 02:58 AM','','wc-completed','closed','closed','wc_order_6EPu6bOjlhmIs','order-mar-03-2022-0258-am','','','2022-03-03 16:15:33','2022-03-03 16:15:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1037',0,'shop_order','',3),(1038,1,'2022-03-03 03:01:22','2022-03-03 03:01:22','','Order &ndash; March 3, 2022 @ 03:01 AM','','wc-completed','closed','closed','wc_order_yGn7ISlw4tFJR','order-mar-03-2022-0301-am','','','2022-03-03 19:13:07','2022-03-03 19:13:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1038',0,'shop_order','',3),(1040,1,'2022-03-03 19:33:43','2022-03-03 19:33:43','','Order &ndash; March 3, 2022 @ 07:33 PM','','wc-completed','closed','closed','wc_order_INd8oh71HeD0o','order-mar-03-2022-0733-pm','','','2022-03-04 17:06:06','2022-03-04 17:06:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1040',0,'shop_order','',3),(1042,1,'2022-03-04 01:08:24','2022-03-04 01:08:24','','Order &ndash; March 4, 2022 @ 01:08 AM','','wc-completed','closed','closed','wc_order_WDJo6GU2JTSiK','order-mar-04-2022-0108-am','','','2022-03-09 15:56:20','2022-03-09 15:56:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1042',0,'shop_order','',5),(1043,1,'2022-03-04 16:49:41','2022-03-04 16:49:41','','Order &ndash; March 4, 2022 @ 04:49 PM','','wc-completed','closed','closed','wc_order_RBvUYm9g1LkHL','order-mar-04-2022-0449-pm','','','2022-03-09 21:01:54','2022-03-09 21:01:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1043',0,'shop_order','',3),(1044,1,'2022-03-04 19:08:29','2022-03-04 19:08:29','','Order &ndash; March 4, 2022 @ 07:08 PM','','wc-completed','closed','closed','wc_order_zeWJU0AddIY4Q','order-mar-04-2022-0708-pm','','','2022-03-21 14:34:15','2022-03-21 14:34:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1044',0,'shop_order','',5),(1045,1,'2022-03-04 20:51:49','2022-03-04 20:51:49','','Order &ndash; March 4, 2022 @ 08:51 PM','','wc-completed','closed','closed','wc_order_2VR6ZxwrTZyq9','order-mar-04-2022-0851-pm','','','2022-03-08 16:28:40','2022-03-08 16:28:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1045',0,'shop_order','',3),(1046,1,'2022-03-05 08:26:00','2022-03-05 08:26:00','','Order &ndash; March 5, 2022 @ 08:26 AM','','wc-completed','closed','closed','wc_order_leL1tfoSFyu64','order-mar-05-2022-0826-am','','','2022-03-15 17:28:34','2022-03-15 17:28:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1046',0,'shop_order','',5),(1047,1,'2022-03-05 22:30:54','2022-03-05 22:30:54','','Order &ndash; March 5, 2022 @ 10:30 PM','Please ship 2 gallons Detangling Spray to Stuart Location\r\nPlease Consolidate Order. THANK YOU!','wc-completed','closed','closed','wc_order_140CNNkbb1tdY','order-mar-05-2022-1030-pm','','','2022-03-18 17:18:39','2022-03-18 17:18:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1047',0,'shop_order','',5),(1048,1,'2022-03-06 20:19:35','2022-03-06 20:19:35','','Order &ndash; March 6, 2022 @ 08:19 PM','','wc-completed','closed','closed','wc_order_EwZ9Cz7ZsBGQF','order-mar-06-2022-0819-pm','','','2022-03-09 21:01:20','2022-03-09 21:01:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1048',0,'shop_order','',3),(1049,1,'2022-03-07 14:40:48','2022-03-07 14:40:48','','Order &ndash; March 7, 2022 @ 02:40 PM','','wc-completed','closed','closed','wc_order_KgCXxVD4APNuK','order-mar-07-2022-0240-pm','','','2022-03-08 16:26:55','2022-03-08 16:26:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1049',0,'shop_order','',5),(1050,1,'2022-03-08 00:33:28','2022-03-08 00:33:28','','Order &ndash; March 8, 2022 @ 12:33 AM','','wc-completed','closed','closed','wc_order_kytVXGmLBPMfR','order-mar-08-2022-1233-am','','','2022-03-10 16:09:29','2022-03-10 16:09:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1050',0,'shop_order','',5),(1051,1,'2022-03-08 01:07:53','2022-03-08 01:07:53','','Order &ndash; March 8, 2022 @ 01:07 AM','','wc-completed','closed','closed','wc_order_iUmtFBXYL1kw7','order-mar-08-2022-0107-am','','','2022-03-08 16:05:29','2022-03-08 16:05:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1051',0,'shop_order','',3),(1052,96,'2022-03-08 16:18:46','2022-03-08 16:18:46','','','','wcm-active','closed','closed','um_622781e6bff2f','1052','','','2023-07-27 12:44:47','2023-07-27 12:44:47','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=1052',0,'wc_user_membership','',0),(1053,1,'2022-03-08 16:43:33','2022-03-08 16:43:33','','Order &ndash; March 8, 2022 @ 04:43 PM','','wc-completed','closed','closed','wc_order_Ho8rwfIImwqjm','order-mar-08-2022-0443-pm','','','2022-03-21 14:37:35','2022-03-21 14:37:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1053',0,'shop_order','',5),(1054,1,'2022-03-09 15:24:55','2022-03-09 15:24:55','','Order &ndash; March 9, 2022 @ 03:24 PM','','wc-completed','closed','closed','wc_order_wkpglGr3TAOgL','order-mar-09-2022-0324-pm','','','2022-03-10 16:09:53','2022-03-10 16:09:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1054',0,'shop_order','',5),(1055,1,'2022-03-10 17:16:31','2022-03-10 17:16:31','','Order &ndash; March 10, 2022 @ 05:16 PM','','wc-completed','closed','closed','wc_order_3397K1O3xbNTC','order-mar-10-2022-0516-pm','','','2022-03-10 23:29:39','2022-03-10 23:29:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1055',0,'shop_order','',3),(1058,1,'2022-03-10 21:54:44','2022-03-10 21:54:44','','Order &ndash; March 10, 2022 @ 09:54 PM','','wc-completed','closed','closed','wc_order_vP6A9txBiWkSw','order-mar-10-2022-0954-pm','','','2022-03-14 15:09:43','2022-03-14 15:09:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1058',0,'shop_order','',5),(1059,1,'2022-03-11 22:09:33','2022-03-11 22:09:33','','Order &ndash; March 11, 2022 @ 10:09 PM','','wc-completed','closed','closed','wc_order_lFi5tzaiVErQw','order-mar-11-2022-1009-pm','','','2022-03-14 15:06:53','2022-03-14 15:06:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1059',0,'shop_order','',3),(1060,1,'2022-03-11 22:50:35','2022-03-11 22:50:35','','Order &ndash; March 11, 2022 @ 10:50 PM','','wc-completed','closed','closed','wc_order_0ThMh6bMABkCh','order-mar-11-2022-1050-pm','','','2022-03-14 21:55:59','2022-03-14 21:55:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1060',0,'shop_order','',3),(1061,1,'2022-03-12 18:59:57','2022-03-12 18:59:57','','Order &ndash; March 12, 2022 @ 06:59 PM','','wc-completed','closed','closed','wc_order_5wIzkkTPoFx0I','order-mar-12-2022-0659-pm','','','2022-03-31 12:35:28','2022-03-31 12:35:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1061',0,'shop_order','',5),(1062,1,'2022-03-13 00:30:48','2022-03-13 00:30:48','','Order &ndash; March 13, 2022 @ 12:30 AM','','wc-completed','closed','closed','wc_order_hrKfMfzKHV1bA','order-mar-13-2022-1230-am','','','2022-03-14 16:23:46','2022-03-14 16:23:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1062',0,'shop_order','',3),(1064,1,'2022-03-13 19:44:41','2022-03-13 19:44:41','','Order &ndash; March 13, 2022 @ 07:44 PM','','wc-completed','closed','closed','wc_order_84ZLGEDDiVMar','order-mar-13-2022-0744-pm','','','2022-03-14 15:08:39','2022-03-14 15:08:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1064',0,'shop_order','',3),(1065,1,'2022-03-13 21:20:41','2022-03-13 21:20:41','','Order &ndash; March 13, 2022 @ 09:20 PM','','wc-completed','closed','closed','wc_order_Aj21fleJz7Ah1','order-mar-13-2022-0920-pm','','','2022-03-18 17:16:38','2022-03-18 17:16:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1065',0,'shop_order','',5),(1066,1,'2022-03-14 20:24:06','2022-03-14 20:24:06','','Order &ndash; March 14, 2022 @ 08:24 PM','Marlton location','wc-completed','closed','closed','wc_order_LcqJFgfjrXGgy','order-mar-14-2022-0824-pm','','','2022-03-23 16:40:38','2022-03-23 16:40:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1066',0,'shop_order','',5),(1068,1,'2022-03-15 20:24:23','2022-03-15 20:24:23','','Order &ndash; March 15, 2022 @ 08:24 PM','','wc-completed','closed','closed','wc_order_6s0jzGNT003p0','order-mar-15-2022-0824-pm','','','2022-03-16 18:40:20','2022-03-16 18:40:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1068',0,'shop_order','',3),(1069,1,'2022-03-15 22:36:42','2022-03-15 22:36:42','','Order &ndash; March 15, 2022 @ 10:36 PM','','wc-completed','closed','closed','wc_order_LCSKPEq6zw1NB','order-mar-15-2022-1036-pm','','','2022-03-16 22:11:39','2022-03-16 22:11:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1069',0,'shop_order','',3),(1070,1,'2022-03-15 22:51:27','2022-03-15 22:51:27','','Order &ndash; March 15, 2022 @ 10:51 PM','','wc-completed','closed','closed','wc_order_ZVZmJWKZWUt7g','order-mar-15-2022-1051-pm','','','2022-03-16 22:10:21','2022-03-16 22:10:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1070',0,'shop_order','',3),(1071,1,'2022-03-15 23:01:11','2022-03-15 23:01:11','','Order &ndash; March 15, 2022 @ 11:01 PM','','wc-completed','closed','closed','wc_order_3dcKOl5ldZEVn','order-mar-15-2022-1101-pm','','','2022-03-16 22:09:59','2022-03-16 22:09:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1071',0,'shop_order','',3),(1072,1,'2022-03-16 19:08:40','2022-03-16 19:08:40','','Order &ndash; March 16, 2022 @ 07:08 PM','','wc-completed','closed','closed','wc_order_UK7q68PYb2Mef','order-mar-16-2022-0708-pm','','','2022-03-23 16:42:08','2022-03-23 16:42:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1072',0,'shop_order','',5),(1073,1,'2022-03-16 19:49:24','2022-03-16 19:49:24','','Order &ndash; March 16, 2022 @ 07:49 PM','','wc-completed','closed','closed','wc_order_LCUXoTYsgfztl','order-mar-16-2022-0749-pm','','','2022-03-17 16:16:38','2022-03-17 16:16:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1073',0,'shop_order','',3),(1075,1,'2022-03-18 18:32:31','2022-03-18 18:32:31','','Order &ndash; March 18, 2022 @ 06:32 PM','','wc-completed','closed','closed','wc_order_eLry8ekSKgcS8','order-mar-18-2022-0632-pm','','','2022-03-22 00:42:05','2022-03-22 00:42:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1075',0,'shop_order','',3),(1076,1,'2022-03-19 18:05:55','2022-03-19 18:05:55','','Order &ndash; March 19, 2022 @ 06:05 PM','','wc-completed','closed','closed','wc_order_DOc3DdAgwbkT3','order-mar-19-2022-0605-pm','','','2022-03-22 00:41:31','2022-03-22 00:41:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1076',0,'shop_order','',3),(1077,1,'2022-03-21 11:22:35','2022-03-21 11:22:35','','Order &ndash; March 21, 2022 @ 11:22 AM','','wc-completed','closed','closed','wc_order_hjzVhGRzBa0aJ','order-mar-21-2022-1122-am','','','2022-03-22 21:46:18','2022-03-22 21:46:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1077',0,'shop_order','',5),(1078,1,'2022-03-21 18:17:54','2022-03-21 18:17:54','','Order &ndash; March 21, 2022 @ 06:17 PM','','wc-completed','closed','closed','wc_order_t5URsK9naFNWH','order-mar-21-2022-0617-pm','','','2022-03-22 00:34:20','2022-03-22 00:34:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1078',0,'shop_order','',3),(1079,1,'2022-03-22 18:19:31','2022-03-22 18:19:31','','Order &ndash; March 22, 2022 @ 06:19 PM','','wc-completed','closed','closed','wc_order_gFUReFHMWfYO7','order-mar-22-2022-0619-pm','','','2022-03-24 12:53:55','2022-03-24 12:53:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1079',0,'shop_order','',5),(1080,1,'2022-03-22 18:20:52','2022-03-22 18:20:52','','Order &ndash; March 22, 2022 @ 06:20 PM','','wc-completed','closed','closed','wc_order_vHHDPEq8WAZoA','order-mar-22-2022-0620-pm','','','2022-03-24 12:54:13','2022-03-24 12:54:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1080',0,'shop_order','',5),(1083,1,'2022-03-22 19:36:27','2022-03-22 19:36:27','','Order &ndash; March 22, 2022 @ 07:36 PM','','wc-completed','closed','closed','wc_order_w5gGxrQYTP557','order-mar-22-2022-0736-pm','','','2022-03-22 21:43:25','2022-03-22 21:43:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1083',0,'shop_order','',3),(1084,1,'2022-03-22 19:52:43','2022-03-22 19:52:43','','Order &ndash; March 22, 2022 @ 07:52 PM','','wc-completed','closed','closed','wc_order_iGSXvIjkyVZi7','order-mar-22-2022-0752-pm','','','2022-03-23 16:41:56','2022-03-23 16:41:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1084',0,'shop_order','',3),(1085,1,'2022-03-22 19:56:04','2022-03-22 19:56:04','','Order &ndash; March 22, 2022 @ 07:56 PM','','wc-completed','closed','closed','wc_order_AEA41APiXlV9Q','order-mar-22-2022-0756-pm','','','2022-03-23 16:41:51','2022-03-23 16:41:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1085',0,'shop_order','',3),(1086,1,'2022-03-22 21:51:11','2022-03-22 21:51:11','','Order &ndash; March 22, 2022 @ 09:51 PM','','wc-completed','closed','closed','wc_order_NCGrnjbJqIsvp','order-mar-22-2022-0951-pm','','','2022-03-23 16:42:49','2022-03-23 16:42:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1086',0,'shop_order','',3),(1087,1,'2022-03-22 21:54:47','2022-03-22 21:54:47','','Order &ndash; March 22, 2022 @ 09:54 PM','','wc-completed','closed','closed','wc_order_2pA6Pxm0S7mB1','order-mar-22-2022-0954-pm','','','2022-03-23 16:42:45','2022-03-23 16:42:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1087',0,'shop_order','',3),(1088,1,'2022-03-22 23:36:53','2022-03-22 23:36:53','','Order &ndash; March 22, 2022 @ 11:36 PM','','wc-completed','closed','closed','wc_order_zePsWqDxuyKYV','order-mar-22-2022-1136-pm','','','2022-03-23 18:57:51','2022-03-23 18:57:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1088',0,'shop_order','',3),(1089,1,'2022-03-22 23:40:21','2022-03-22 23:40:21','','Order &ndash; March 22, 2022 @ 11:40 PM','Please deliver to office door.','wc-completed','closed','closed','wc_order_aPXGtdFyukLWy','order-mar-22-2022-1140-pm','','','2022-03-23 18:56:32','2022-03-23 18:56:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1089',0,'shop_order','',3),(1090,1,'2022-03-23 03:02:19','2022-03-23 03:02:19','','Order &ndash; March 23, 2022 @ 03:02 AM','','wc-completed','closed','closed','wc_order_KqxgzYM8PRSIQ','order-mar-23-2022-0302-am','','','2022-03-28 18:09:18','2022-03-28 18:09:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1090',0,'shop_order','',5),(1091,1,'2022-03-23 17:47:46','2022-03-23 17:47:46','','Order &ndash; March 23, 2022 @ 05:47 PM','','wc-completed','closed','closed','wc_order_6L62E4TuXvU4o','order-mar-23-2022-0547-pm','','','2022-03-28 18:10:25','2022-03-28 18:10:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1091',0,'shop_order','',5),(1092,1,'2022-03-23 20:33:00','2022-03-23 20:33:00','','Order &ndash; March 23, 2022 @ 08:33 PM','','wc-completed','closed','closed','wc_order_2sCnjyjihgDpQ','order-mar-23-2022-0833-pm','','','2022-03-28 18:11:17','2022-03-28 18:11:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1092',0,'shop_order','',3),(1093,1,'2022-03-24 16:47:03','2022-03-24 16:47:03','','Order &ndash; March 24, 2022 @ 04:47 PM','May leave at clinic/ unit door','wc-completed','closed','closed','wc_order_bUpvcfx9QHDNA','order-mar-24-2022-0447-pm','','','2022-03-28 18:41:08','2022-03-28 18:41:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1093',0,'shop_order','',3),(1094,1,'2022-03-25 03:52:14','2022-03-25 03:52:14','','Order &ndash; March 25, 2022 @ 03:52 AM','','wc-completed','closed','closed','wc_order_3Ba6P2bqPiGmm','order-mar-25-2022-0352-am','','','2022-03-28 18:40:51','2022-03-28 18:40:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1094',0,'shop_order','',3),(1095,1,'2022-03-28 16:31:39','2022-03-28 16:31:39','','Order &ndash; March 28, 2022 @ 04:31 PM','','wc-completed','closed','closed','wc_order_X9qmS51ORDQv7','order-mar-28-2022-0431-pm','','','2022-03-28 20:30:13','2022-03-28 20:30:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1095',0,'shop_order','',3),(1096,1,'2022-03-28 16:48:19','2022-03-28 16:48:19','','Order &ndash; March 28, 2022 @ 04:48 PM','','wc-completed','closed','closed','wc_order_QTdgwlN9AOT5L','order-mar-28-2022-0448-pm','','','2022-03-31 12:34:43','2022-03-31 12:34:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1096',0,'shop_order','',5),(1098,1,'2022-03-28 19:43:07','2022-03-28 19:43:07','','Order &ndash; March 28, 2022 @ 07:43 PM','','wc-completed','closed','closed','wc_order_i3tY8Z4Zegj9h','order-mar-28-2022-0743-pm','','','2022-04-01 22:21:14','2022-04-01 22:21:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1098',0,'shop_order','',5),(1099,1,'2022-03-29 01:27:18','2022-03-29 01:27:18','','Order &ndash; March 29, 2022 @ 01:27 AM','','wc-completed','closed','closed','wc_order_tmK15baqBw8AE','order-mar-29-2022-0127-am','','','2022-03-29 17:42:02','2022-03-29 17:42:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1099',0,'shop_order','',3),(1100,1,'2022-03-29 16:45:45','2022-03-29 16:45:45','','Order &ndash; March 29, 2022 @ 04:45 PM','','wc-completed','closed','closed','wc_order_txOxyUlQOhUN3','order-mar-29-2022-0445-pm','','','2022-03-29 17:44:18','2022-03-29 17:44:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1100',0,'shop_order','',3),(1101,1,'2022-03-29 22:47:25','2022-03-29 22:47:25','','Order &ndash; March 29, 2022 @ 10:47 PM','','wc-completed','closed','closed','wc_order_NyFK1dC3DyK64','order-mar-29-2022-1047-pm','','','2022-03-31 12:33:40','2022-03-31 12:33:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1101',0,'shop_order','',3),(1102,1,'2022-04-01 19:32:17','2022-04-01 19:32:17','','Order &ndash; April 1, 2022 @ 07:32 PM','','wc-completed','closed','closed','wc_order_D8W1iZFbwknPK','order-apr-01-2022-0732-pm','','','2022-04-05 18:45:04','2022-04-05 18:45:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1102',0,'shop_order','',3),(1103,1,'2022-04-02 23:26:28','2022-04-02 23:26:28','','Order &ndash; April 2, 2022 @ 11:26 PM','','wc-completed','closed','closed','wc_order_l6c5IyMaFEMQX','order-apr-02-2022-1126-pm','','','2022-04-04 15:33:17','2022-04-04 15:33:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1103',0,'shop_order','',3),(1105,1,'2022-04-04 12:37:03','2022-04-04 12:37:03','','Order &ndash; April 4, 2022 @ 12:37 PM','','wc-completed','closed','closed','wc_order_L7ftFJogJIEFB','order-apr-04-2022-1237-pm','','','2022-04-12 14:35:58','2022-04-12 14:35:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1105',0,'shop_order','',5),(1106,1,'2022-04-04 12:38:19','2022-04-04 12:38:19','','Order &ndash; April 4, 2022 @ 12:38 PM','','wc-completed','closed','closed','wc_order_36mX4mKWZM6oN','order-apr-04-2022-1238-pm','','','2022-04-05 19:06:04','2022-04-05 19:06:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1106',0,'shop_order','',5),(1107,1,'2022-04-04 14:11:40','2022-04-04 14:11:40','','Order &ndash; April 4, 2022 @ 02:11 PM','This is for both clinics. West Chester has an outside entrance so I ship all product to my Conshohocken location.','wc-completed','closed','closed','wc_order_UB1HfUDZguaTo','order-apr-04-2022-0211-pm','','','2022-04-13 20:28:21','2022-04-13 20:28:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1107',0,'shop_order','',5),(1108,1,'2022-04-04 17:12:52','2022-04-04 17:12:52','','Order &ndash; April 4, 2022 @ 05:12 PM','','wc-completed','closed','closed','wc_order_tDenP8vWCgk1b','order-apr-04-2022-0512-pm','','','2022-04-05 15:02:08','2022-04-05 15:02:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1108',0,'shop_order','',3),(1109,1,'2022-04-04 17:27:25','2022-04-04 17:27:25','','Order &ndash; April 4, 2022 @ 05:27 PM','','wc-completed','closed','closed','wc_order_VdnQhN7TvsPfJ','order-apr-04-2022-0527-pm','','','2022-04-05 15:01:32','2022-04-05 15:01:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1109',0,'shop_order','',3),(1110,1,'2022-04-04 19:20:24','2022-04-04 19:20:24','','Order &ndash; April 4, 2022 @ 07:20 PM','','wc-refunded','closed','closed','wc_order_8k5zRFlsPpPNz','order-apr-04-2022-0720-pm','','','2022-04-08 13:48:23','2022-04-08 13:48:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1110',0,'shop_order','',6),(1111,1,'2022-04-04 19:32:20','2022-04-04 19:32:20','','Order &ndash; April 4, 2022 @ 07:32 PM','','wc-refunded','closed','closed','wc_order_GzL7N7qn0BiW5','order-apr-04-2022-0732-pm','','','2022-04-08 13:49:10','2022-04-08 13:49:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1111',0,'shop_order','',6),(1112,1,'2022-04-05 01:36:59','2022-04-05 01:36:59','','Order &ndash; April 5, 2022 @ 01:36 AM','','wc-completed','closed','closed','wc_order_HTGPLWcV8JbAw','order-apr-05-2022-0136-am','','','2022-04-05 18:36:14','2022-04-05 18:36:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1112',0,'shop_order','',3),(1116,1,'2022-04-05 23:23:03','2022-04-05 23:23:03','','Order &ndash; April 5, 2022 @ 11:23 PM','','wc-completed','closed','closed','wc_order_XdN8pjs8DFhFA','order-apr-05-2022-1123-pm','','','2022-04-06 22:54:49','2022-04-06 22:54:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1116',0,'shop_order','',5),(1118,1,'2022-04-06 19:24:22','2022-04-06 19:24:22','','Order &ndash; April 6, 2022 @ 07:24 PM','','wc-completed','closed','closed','wc_order_pUFYiBWe6wrBC','order-apr-06-2022-0724-pm','','','2022-04-06 22:49:22','2022-04-06 22:49:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1118',0,'shop_order','',3),(1119,1,'2022-04-07 17:55:48','2022-04-07 17:55:48','','Order &ndash; April 7, 2022 @ 05:55 PM','','wc-completed','closed','closed','wc_order_YY2OiB4Oqrhtt','order-apr-07-2022-0555-pm','','','2022-04-11 13:53:57','2022-04-11 13:53:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1119',0,'shop_order','',5),(1120,1,'2022-04-07 22:40:19','2022-04-07 22:40:19','','Order &ndash; April 7, 2022 @ 10:40 PM','','wc-completed','closed','closed','wc_order_VSwgL2MtyOve7','order-apr-07-2022-1040-pm','','','2022-04-11 13:59:40','2022-04-11 13:59:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1120',0,'shop_order','',3),(1121,1,'2022-04-08 13:48:18','2022-04-08 13:48:18','','Refund &ndash; Apr 08, 2022 @ 01:48 PM','','wc-completed','closed','closed','wc_order_43SGyp4T4sWQx','refund-apr-08-2022-0148-pm','','','2022-04-08 13:48:18','2022-04-08 13:48:18','',1110,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1121',0,'shop_order_refund','',0),(1122,1,'2022-04-08 13:49:06','2022-04-08 13:49:06','','Refund &ndash; Apr 08, 2022 @ 01:49 PM','','wc-completed','closed','closed','wc_order_9Gt0gxhnd3jiX','refund-apr-08-2022-0149-pm','','','2022-04-08 13:49:06','2022-04-08 13:49:06','',1111,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1122',0,'shop_order_refund','',0),(1123,1,'2022-04-12 00:33:42','2022-04-12 00:33:42','','Order &ndash; April 12, 2022 @ 12:33 AM','','wc-completed','closed','closed','wc_order_4RX873bJYYIyl','order-apr-12-2022-1233-am','','','2022-04-13 20:29:09','2022-04-13 20:29:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1123',0,'shop_order','',5),(1124,1,'2022-04-12 00:35:34','2022-04-12 00:35:34','','Order &ndash; April 12, 2022 @ 12:35 AM','','wc-completed','closed','closed','wc_order_CxshI6Yq5ZJwz','order-apr-12-2022-1235-am','','','2022-04-13 20:29:31','2022-04-13 20:29:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1124',0,'shop_order','',5),(1125,1,'2022-04-12 03:17:33','2022-04-12 03:17:33','','Order &ndash; April 12, 2022 @ 03:17 AM','','wc-completed','closed','closed','wc_order_BYGXaR32JoeA0','order-apr-12-2022-0317-am','','','2022-04-12 20:57:07','2022-04-12 20:57:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1125',0,'shop_order','',3),(1126,1,'2022-04-12 19:05:58','2022-04-12 19:05:58','','Order &ndash; April 12, 2022 @ 07:05 PM','','wc-completed','closed','closed','wc_order_iOTGa7miYH7Hz','order-apr-12-2022-0705-pm','','','2022-04-12 20:53:10','2022-04-12 20:53:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1126',0,'shop_order','',3),(1127,1,'2022-04-12 20:14:29','2022-04-12 20:14:29','','Order &ndash; April 12, 2022 @ 08:14 PM','','wc-completed','closed','closed','wc_order_qjIWfkh4AQdGZ','order-apr-12-2022-0814-pm','','','2022-04-14 16:50:31','2022-04-14 16:50:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1127',0,'shop_order','',5),(1129,1,'2022-04-13 19:40:56','2022-04-13 19:40:56','','Order &ndash; April 13, 2022 @ 07:40 PM','','wc-completed','closed','closed','wc_order_fFl6vkkPUY6Sf','order-apr-13-2022-0740-pm','','','2022-04-18 15:38:20','2022-04-18 15:38:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1129',0,'shop_order','',5),(1130,1,'2022-04-13 19:43:38','2022-04-13 19:43:38','','Order &ndash; April 13, 2022 @ 07:43 PM','','wc-completed','closed','closed','wc_order_ZkHjRHXeusWEH','order-apr-13-2022-0743-pm','','','2022-04-14 16:51:09','2022-04-14 16:51:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1130',0,'shop_order','',3),(1131,1,'2022-04-14 17:28:26','2022-04-14 17:28:26','','Order &ndash; April 14, 2022 @ 05:28 PM','','wc-completed','closed','closed','wc_order_7ji4J7EiLIgtk','order-apr-14-2022-0528-pm','','','2022-04-18 15:40:32','2022-04-18 15:40:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1131',0,'shop_order','',3),(1132,1,'2022-04-15 19:45:27','2022-04-15 19:45:27','','Order &ndash; April 15, 2022 @ 07:45 PM','','wc-completed','closed','closed','wc_order_9NmvyUl3OY7XB','order-apr-15-2022-0745-pm','','','2022-04-20 15:47:28','2022-04-20 15:47:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1132',0,'shop_order','',3),(1133,1,'2022-04-15 20:41:59','2022-04-15 20:41:59','','Order &ndash; April 15, 2022 @ 08:41 PM','','wc-completed','closed','closed','wc_order_TgMK9zaKzSmVS','order-apr-15-2022-0841-pm','','','2022-04-20 15:46:37','2022-04-20 15:46:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1133',0,'shop_order','',3),(1134,1,'2022-04-16 23:06:36','2022-04-16 23:06:36','','Order &ndash; April 16, 2022 @ 11:06 PM','','wc-completed','closed','closed','wc_order_v1rkkDnb4G9Gc','order-apr-16-2022-1106-pm','','','2022-04-26 17:47:34','2022-04-26 17:47:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1134',0,'shop_order','',5),(1136,1,'2022-04-18 17:05:27','2022-04-18 17:05:27','','Order &ndash; April 18, 2022 @ 05:05 PM','','wc-completed','closed','closed','wc_order_Q64Rcu2SPFQ5b','order-apr-18-2022-0505-pm','','','2022-04-20 15:46:06','2022-04-20 15:46:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1136',0,'shop_order','',3),(1137,1,'2022-04-18 19:54:00','2022-04-18 19:54:00','','Order &ndash; April 18, 2022 @ 07:54 PM','This order need to be ship to 5201 SW Westgate Dr, Suite 106, Portland Or, 97221','wc-completed','closed','closed','wc_order_Rrc84eXAhteQw','order-apr-18-2022-0754-pm','','','2022-04-19 21:05:24','2022-04-19 21:05:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1137',0,'shop_order','',3),(1138,1,'2022-04-18 23:14:31','2022-04-18 23:14:31','','Order &ndash; April 18, 2022 @ 11:14 PM','','wc-completed','closed','closed','wc_order_L56dYXS2nFoBZ','order-apr-18-2022-1114-pm','','','2022-04-20 15:45:16','2022-04-20 15:45:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1138',0,'shop_order','',3),(1139,1,'2022-04-19 02:04:24','2022-04-19 02:04:24','','Order &ndash; April 19, 2022 @ 02:04 AM','','wc-completed','closed','closed','wc_order_gqXZCtzsa57k3','order-apr-19-2022-0204-am','','','2022-04-19 16:48:23','2022-04-19 16:48:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1139',0,'shop_order','',3),(1140,1,'2022-04-19 15:28:55','2022-04-19 15:28:55','','Order &ndash; April 19, 2022 @ 03:28 PM','','wc-completed','closed','closed','wc_order_Zgxk3LmQns2vD','order-apr-19-2022-0328-pm','','','2022-04-19 21:09:20','2022-04-19 21:09:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1140',0,'shop_order','',3),(1141,1,'2022-04-19 15:34:47','2022-04-19 15:34:47','','Order &ndash; April 19, 2022 @ 03:34 PM','','wc-completed','closed','closed','wc_order_q48cqoCssiBEF','order-apr-19-2022-0334-pm','','','2022-04-19 21:07:38','2022-04-19 21:07:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1141',0,'shop_order','',3),(1142,1,'2022-04-19 15:38:14','2022-04-19 15:38:14','','Order &ndash; April 19, 2022 @ 03:38 PM','','wc-completed','closed','closed','wc_order_NSWkHGNZ6hXYB','order-apr-19-2022-0338-pm','','','2022-04-19 21:06:21','2022-04-19 21:06:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1142',0,'shop_order','',3),(1143,1,'2022-04-19 15:40:51','2022-04-19 15:40:51','','Order &ndash; April 19, 2022 @ 03:40 PM','','wc-completed','closed','closed','wc_order_FP3PZHsMNb4JV','order-apr-19-2022-0340-pm','','','2022-04-19 21:08:25','2022-04-19 21:08:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1143',0,'shop_order','',3),(1144,1,'2022-04-19 15:44:25','2022-04-19 15:44:25','','Order &ndash; April 19, 2022 @ 03:44 PM','','wc-completed','closed','closed','wc_order_30bPWAbUsNlfa','order-apr-19-2022-0344-pm','','','2022-04-19 21:08:52','2022-04-19 21:08:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1144',0,'shop_order','',3),(1145,1,'2022-04-20 21:57:12','2022-04-20 21:57:12','','Order &ndash; April 20, 2022 @ 09:57 PM','','wc-completed','closed','closed','wc_order_E9QOlyH2x5Osg','order-apr-20-2022-0957-pm','','','2022-04-21 16:57:16','2022-04-21 16:57:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1145',0,'shop_order','',3),(1147,1,'2022-04-21 17:28:51','2022-04-21 17:28:51','','Order &ndash; April 21, 2022 @ 05:28 PM','','wc-completed','closed','closed','wc_order_BjxJ2HkZLM5Rf','order-apr-21-2022-0528-pm','','','2022-04-25 17:47:54','2022-04-25 17:47:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1147',0,'shop_order','',3),(1148,1,'2022-04-22 20:06:04','2022-04-22 20:06:04','','Order &ndash; April 22, 2022 @ 08:06 PM','','wc-completed','closed','closed','wc_order_JyG1YpJewsT0g','order-apr-22-2022-0806-pm','','','2022-04-26 20:37:56','2022-04-26 20:37:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1148',0,'shop_order','',5),(1149,1,'2022-04-22 21:31:46','2022-04-22 21:31:46','','Order &ndash; April 22, 2022 @ 09:31 PM','','wc-completed','closed','closed','wc_order_h6HUzJOSa4Nmh','order-apr-22-2022-0931-pm','','','2022-04-25 17:50:17','2022-04-25 17:50:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1149',0,'shop_order','',3),(1150,1,'2022-04-23 01:54:46','2022-04-23 01:54:46','','Order &ndash; April 23, 2022 @ 01:54 AM','','wc-refunded','closed','closed','wc_order_UpGpapUh5wUbm','order-apr-23-2022-0154-am','','','2022-05-05 14:11:34','2022-05-05 14:11:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1150',0,'shop_order','',7),(1151,1,'2022-04-24 12:19:40','2022-04-24 12:19:40','','Order &ndash; April 24, 2022 @ 12:19 PM','','wc-completed','closed','closed','wc_order_9ciOQiHyY8ZfW','order-apr-24-2022-1219-pm','','','2022-04-25 17:58:23','2022-04-25 17:58:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1151',0,'shop_order','',3),(1152,1,'2022-04-25 00:06:33','2022-04-25 00:06:33','','Order &ndash; April 25, 2022 @ 12:06 AM','','wc-completed','closed','closed','wc_order_AkGyuAlvAKBsf','order-apr-25-2022-1206-am','','','2022-05-05 14:32:13','2022-05-05 14:32:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1152',0,'shop_order','',5),(1153,1,'2022-04-25 00:45:41','2022-04-25 00:45:41','','Order &ndash; April 25, 2022 @ 12:45 AM','10 bottles of oil for Barrington and 10 bottles of oil for deerfield','wc-completed','closed','closed','wc_order_9cdJ4lTQxn2Th','order-apr-25-2022-1245-am','','','2022-04-27 16:52:27','2022-04-27 16:52:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1153',0,'shop_order','',5),(1154,1,'2022-04-25 00:46:51','2022-04-25 00:46:51','','Order &ndash; April 25, 2022 @ 12:46 AM','10 bottles for each clinic','wc-completed','closed','closed','wc_order_RB8anSylzMAbn','order-apr-25-2022-1246-am','','','2022-04-27 16:51:11','2022-04-27 16:51:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1154',0,'shop_order','',5),(1155,1,'2022-04-25 11:14:49','2022-04-25 11:14:49','','Order &ndash; April 25, 2022 @ 11:14 AM','','wc-completed','closed','closed','wc_order_jFrOiAWt8hLrR','order-apr-25-2022-1114-am','','','2022-04-28 20:12:13','2022-04-28 20:12:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1155',0,'shop_order','',5),(1156,1,'2022-04-25 16:54:24','2022-04-25 16:54:24','','Order &ndash; April 25, 2022 @ 04:54 PM','','wc-completed','closed','closed','wc_order_YVgqEOq0veIrC','order-apr-25-2022-0454-pm','','','2022-04-26 00:14:26','2022-04-26 00:14:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1156',0,'shop_order','',3),(1157,1,'2022-04-26 12:34:31','2022-04-26 12:34:31','','Order &ndash; April 26, 2022 @ 12:34 PM','','wc-completed','closed','closed','wc_order_ocIe8LBK3KWhs','order-apr-26-2022-1234-pm','','','2022-04-29 19:58:19','2022-04-29 19:58:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1157',0,'shop_order','',5),(1158,1,'2022-04-26 17:55:34','2022-04-26 17:55:34','','Order &ndash; April 26, 2022 @ 05:55 PM','','wc-completed','closed','closed','wc_order_cD8SBAgN989Hw','order-apr-26-2022-0555-pm','','','2022-05-05 14:32:49','2022-05-05 14:32:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1158',0,'shop_order','',5),(1159,1,'2022-04-27 13:58:01','2022-04-27 13:58:01','','Order &ndash; April 27, 2022 @ 01:58 PM','','wc-completed','closed','closed','wc_order_PpP9USTMDpUNC','order-apr-27-2022-0158-pm','','','2022-04-27 18:05:23','2022-04-27 18:05:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1159',0,'shop_order','',3),(1160,1,'2022-04-27 14:04:34','2022-04-27 14:04:34','','Order &ndash; April 27, 2022 @ 02:04 PM','','wc-completed','closed','closed','wc_order_og90MfRsJzj4w','order-apr-27-2022-0204-pm','','','2022-04-27 18:05:47','2022-04-27 18:05:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1160',0,'shop_order','',3),(1161,1,'2022-04-27 18:39:45','2022-04-27 18:39:45','','Order &ndash; April 27, 2022 @ 06:39 PM','','wc-completed','closed','closed','wc_order_V58aJsbxDgJ6w','order-apr-27-2022-0639-pm','','','2022-05-05 14:33:04','2022-05-05 14:33:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1161',0,'shop_order','',3),(1162,1,'2022-04-28 15:34:33','2022-04-28 15:34:33','','Order &ndash; April 28, 2022 @ 03:34 PM','','wc-completed','closed','closed','wc_order_PavNoFTemSsed','order-apr-28-2022-0334-pm','','','2022-05-09 22:07:51','2022-05-09 22:07:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1162',0,'shop_order','',5),(1164,1,'2022-04-28 17:08:00','2022-04-28 17:08:00','','Order &ndash; April 28, 2022 @ 05:08 PM','','wc-completed','closed','closed','wc_order_2JUEU18pegYwc','order-apr-28-2022-0508-pm','','','2022-05-09 22:02:11','2022-05-09 22:02:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1164',0,'shop_order','',5),(1166,1,'2022-04-28 20:06:05','2022-04-28 20:06:05','','Refund &ndash; Apr 28, 2022 @ 08:06 PM','','wc-completed','closed','closed','wc_order_jEvA6mQENdXx6','refund-apr-28-2022-0806-pm','','','2022-04-28 20:06:05','2022-04-28 20:06:05','',1150,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1166',0,'shop_order_refund','',0),(1167,1,'2022-04-28 20:42:42','2022-04-28 20:42:42','','Order &ndash; April 28, 2022 @ 08:42 PM','','wc-completed','closed','closed','wc_order_CTF8pcoIak62o','order-apr-28-2022-0842-pm','','','2022-05-03 19:07:10','2022-05-03 19:07:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1167',0,'shop_order','',5),(1168,1,'2022-05-02 20:49:09','2022-05-02 20:49:09','','Order &ndash; May 2, 2022 @ 08:49 PM','','wc-completed','closed','closed','wc_order_ulOH8lXt3GKvc','order-may-02-2022-0849-pm','','','2022-05-03 19:07:44','2022-05-03 19:07:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1168',0,'shop_order','',3),(1169,1,'2022-05-03 02:02:37','2022-05-03 02:02:37','','Order &ndash; May 3, 2022 @ 02:02 AM','','wc-completed','closed','closed','wc_order_aqetEhBxKdLVx','order-may-03-2022-0202-am','','','2022-05-03 19:08:16','2022-05-03 19:08:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1169',0,'shop_order','',3),(1170,1,'2022-05-03 06:24:43','2022-05-03 06:24:43','','Order &ndash; May 3, 2022 @ 06:24 AM','','wc-completed','closed','closed','wc_order_cHrvGUcdspgxJ','order-may-03-2022-0624-am','','','2022-05-05 14:33:57','2022-05-05 14:33:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1170',0,'shop_order','',3),(1171,1,'2022-05-03 06:27:42','2022-05-03 06:27:42','','Order &ndash; May 3, 2022 @ 06:27 AM','','wc-completed','closed','closed','wc_order_5eoeB91gd45eH','order-may-03-2022-0627-am','','','2022-05-05 14:28:18','2022-05-05 14:28:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1171',0,'shop_order','',3),(1172,1,'2022-05-03 15:44:05','2022-05-03 15:44:05','','Order &ndash; May 3, 2022 @ 03:44 PM','','wc-completed','closed','closed','wc_order_izGjuOfh8YkPG','order-may-03-2022-0344-pm','','','2022-05-05 14:26:41','2022-05-05 14:26:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1172',0,'shop_order','',3),(1173,1,'2022-05-03 19:32:00','2022-05-03 19:32:00','','Order &ndash; May 3, 2022 @ 07:32 PM','','wc-completed','closed','closed','wc_order_wXsXhQMq14Qsw','order-may-03-2022-0732-pm','','','2022-05-09 21:59:35','2022-05-09 21:59:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1173',0,'shop_order','',5),(1174,1,'2022-05-05 13:23:58','2022-05-05 13:23:58','','Order &ndash; May 5, 2022 @ 01:23 PM','','wc-completed','closed','closed','wc_order_9m1sfMea2rsvH','order-may-05-2022-0123-pm','','','2022-05-09 21:16:37','2022-05-09 21:16:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1174',0,'shop_order','',5),(1175,1,'2022-05-05 15:30:24','2022-05-05 15:30:24','','Order &ndash; May 5, 2022 @ 03:30 PM','','wc-completed','closed','closed','wc_order_rtaigkEtUDtCF','order-may-05-2022-0330-pm','','','2022-05-10 14:40:05','2022-05-10 14:40:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1175',0,'shop_order','',5),(1176,1,'2022-05-05 17:40:02','2022-05-05 17:40:02','','Order &ndash; May 5, 2022 @ 05:40 PM','','wc-completed','closed','closed','wc_order_LIrz4O9XRk61B','order-may-05-2022-0540-pm','','','2022-05-10 14:40:36','2022-05-10 14:40:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1176',0,'shop_order','',3),(1177,1,'2022-05-06 21:42:07','2022-05-06 21:42:07','','Order &ndash; May 6, 2022 @ 09:42 PM','','wc-completed','closed','closed','wc_order_nLMTZ5XZC2Zwv','order-may-06-2022-0942-pm','','','2022-05-11 20:35:57','2022-05-11 20:35:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1177',0,'shop_order','',5),(1178,1,'2022-05-06 21:44:25','2022-05-06 21:44:25','','Order &ndash; May 6, 2022 @ 09:44 PM','','wc-completed','closed','closed','wc_order_xImEQpEs3jbcv','order-may-06-2022-0944-pm','','','2022-05-12 19:47:59','2022-05-12 19:47:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1178',0,'shop_order','',3),(1180,1,'2022-05-09 13:01:48','2022-05-09 13:01:48','','Order &ndash; May 9, 2022 @ 01:01 PM','','wc-completed','closed','closed','wc_order_L7Y3gVqBDl9cz','order-may-09-2022-0101-pm','','','2022-05-12 19:48:17','2022-05-12 19:48:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1180',0,'shop_order','',5),(1181,1,'2022-05-09 15:02:00','2022-05-09 15:02:00','','Order &ndash; May 9, 2022 @ 03:02 PM','','wc-completed','closed','closed','wc_order_ZhhEG9Hdjr1Eh','order-may-09-2022-0302-pm','','','2022-05-09 22:09:57','2022-05-09 22:09:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1181',0,'shop_order','',3),(1182,1,'2022-05-09 15:19:20','2022-05-09 15:19:20','','Order &ndash; May 9, 2022 @ 03:19 PM','','wc-completed','closed','closed','wc_order_YV7FVkeEJC9cm','order-may-09-2022-0319-pm','','','2022-05-19 14:44:51','2022-05-19 14:44:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1182',0,'shop_order','',5),(1184,1,'2022-05-10 19:32:25','2022-05-10 19:32:25','','Order &ndash; May 10, 2022 @ 07:32 PM','','wc-completed','closed','closed','wc_order_UkvEEAjUsSBJE','order-may-10-2022-0732-pm','','','2022-05-11 20:37:09','2022-05-11 20:37:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1184',0,'shop_order','',3),(1185,1,'2022-05-10 20:44:20','2022-05-10 20:44:20','','Order &ndash; May 10, 2022 @ 08:44 PM','','wc-completed','closed','closed','wc_order_TZQMe7b4ltNc4','order-may-10-2022-0844-pm','','','2022-05-11 20:35:12','2022-05-11 20:35:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1185',0,'shop_order','',3),(1186,1,'2022-05-10 21:01:14','2022-05-10 21:01:14','','Order &ndash; May 10, 2022 @ 09:01 PM','','wc-completed','closed','closed','wc_order_6ioZgQZjs7X6V','order-may-10-2022-0901-pm','','','2022-05-11 20:33:36','2022-05-11 20:33:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1186',0,'shop_order','',3),(1187,1,'2022-05-12 19:05:54','2022-05-12 19:05:54','','Order &ndash; May 12, 2022 @ 07:05 PM','','wc-completed','closed','closed','wc_order_oZbR9eC1RtVUd','order-may-12-2022-0705-pm','','','2022-05-16 20:00:41','2022-05-16 20:00:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1187',0,'shop_order','',5),(1189,1,'2022-05-12 20:03:07','2022-05-12 20:03:07','','Order &ndash; May 12, 2022 @ 08:03 PM','','wc-completed','closed','closed','wc_order_PnGx7gQ6sLYBg','order-may-12-2022-0803-pm','','','2022-05-16 17:23:28','2022-05-16 17:23:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1189',0,'shop_order','',3),(1190,1,'2022-05-12 22:57:54','2022-05-12 22:57:54','','Order &ndash; May 12, 2022 @ 10:57 PM','','wc-completed','closed','closed','wc_order_YIiGX2Qj6e0Cr','order-may-12-2022-1057-pm','','','2022-05-16 17:25:06','2022-05-16 17:25:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1190',0,'shop_order','',3),(1191,1,'2022-05-15 23:34:08','2022-05-15 23:34:08','','Order &ndash; May 15, 2022 @ 11:34 PM','','wc-completed','closed','closed','wc_order_WFJ5VUq2elRN2','order-may-15-2022-1134-pm','','','2022-05-16 20:01:48','2022-05-16 20:01:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1191',0,'shop_order','',3),(1192,1,'2022-05-17 17:31:54','2022-05-17 17:31:54','','Order &ndash; May 17, 2022 @ 05:31 PM','','wc-completed','closed','closed','wc_order_qeRDXpzeBnVJM','order-may-17-2022-0531-pm','','','2022-05-19 14:48:26','2022-05-19 14:48:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1192',0,'shop_order','',3),(1193,1,'2022-05-17 21:49:26','2022-05-17 21:49:26','','Order &ndash; May 17, 2022 @ 09:49 PM','','wc-completed','closed','closed','wc_order_W2xeXimKTiIV4','order-may-17-2022-0949-pm','','','2022-05-19 14:46:33','2022-05-19 14:46:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1193',0,'shop_order','',3),(1194,1,'2022-05-17 23:08:03','2022-05-17 23:08:03','','Order &ndash; May 17, 2022 @ 11:08 PM','Ship to Portland office','wc-completed','closed','closed','wc_order_kOGirrGLxbgjJ','order-may-17-2022-1108-pm','','','2022-05-19 14:43:26','2022-05-19 14:43:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1194',0,'shop_order','',3),(1195,1,'2022-05-18 23:03:49','2022-05-18 23:03:49','','Order &ndash; May 18, 2022 @ 11:03 PM','','wc-completed','closed','closed','wc_order_AjBVDscPJJr4l','order-may-18-2022-1103-pm','','','2022-05-19 20:42:04','2022-05-19 20:42:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1195',0,'shop_order','',5),(1197,1,'2022-05-19 20:09:17','2022-05-19 20:09:17','','Order &ndash; May 19, 2022 @ 08:09 PM','','wc-completed','closed','closed','wc_order_EGeKpkvwyCVRj','order-may-19-2022-0809-pm','','','2022-05-20 19:10:28','2022-05-20 19:10:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1197',0,'shop_order','',3),(1198,1,'2022-05-19 20:13:38','2022-05-19 20:13:38','','Order &ndash; May 19, 2022 @ 08:13 PM','','wc-completed','closed','closed','wc_order_X4Jp0RgJyQe6z','order-may-19-2022-0813-pm','','','2022-05-20 19:11:08','2022-05-20 19:11:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1198',0,'shop_order','',3),(1199,1,'2022-05-19 20:19:00','2022-05-19 20:19:00','','Order &ndash; May 19, 2022 @ 08:19 PM','Deliver to Office Door (not clinic)','wc-completed','closed','closed','wc_order_xf5rXJVFqg4k9','order-may-19-2022-0819-pm','','','2022-05-20 21:00:16','2022-05-20 21:00:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1199',0,'shop_order','',3),(1200,1,'2022-05-19 23:02:55','2022-05-19 23:02:55','','Order &ndash; May 19, 2022 @ 11:02 PM','','wc-completed','closed','closed','wc_order_Mp0KrsS7BZO2H','order-may-19-2022-1102-pm','','','2022-05-20 19:11:38','2022-05-20 19:11:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1200',0,'shop_order','',3),(1201,1,'2022-05-19 23:11:57','2022-05-19 23:11:57','','Order &ndash; May 19, 2022 @ 11:11 PM','','wc-completed','closed','closed','wc_order_zNcHFqu66m9UW','order-may-19-2022-1111-pm','','','2022-05-20 19:13:12','2022-05-20 19:13:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1201',0,'shop_order','',3),(1202,1,'2022-05-20 00:38:28','2022-05-20 00:38:28','','Order &ndash; May 20, 2022 @ 12:38 AM','','wc-completed','closed','closed','wc_order_Io1Ue3rSxp9Zp','order-may-20-2022-1238-am','','','2022-05-20 19:12:58','2022-05-20 19:12:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1202',0,'shop_order','',3),(1203,1,'2022-05-20 18:27:37','2022-05-20 18:27:37','','Order &ndash; May 20, 2022 @ 06:27 PM','','wc-completed','closed','closed','wc_order_P4QDtbUgWQh78','order-may-20-2022-0627-pm','','','2022-05-25 16:35:30','2022-05-25 16:35:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1203',0,'shop_order','',5),(1205,1,'2022-05-23 17:39:02','2022-05-23 17:39:02','','Order &ndash; May 23, 2022 @ 05:39 PM','','wc-completed','closed','closed','wc_order_QSW1TLTh2coGj','order-may-23-2022-0539-pm','','','2022-05-24 14:25:20','2022-05-24 14:25:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1205',0,'shop_order','',3),(1206,1,'2022-05-23 18:28:52','2022-05-23 18:28:52','','Order &ndash; May 23, 2022 @ 06:28 PM','','wc-completed','closed','closed','wc_order_lRR8aWgmCzb9d','order-may-23-2022-0628-pm','','','2022-05-25 16:37:12','2022-05-25 16:37:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1206',0,'shop_order','',5),(1207,1,'2022-05-23 19:55:42','2022-05-23 19:55:42','','Order &ndash; May 23, 2022 @ 07:55 PM','','wc-completed','closed','closed','wc_order_XSns4tB095oxO','order-may-23-2022-0755-pm','','','2022-05-25 16:36:28','2022-05-25 16:36:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1207',0,'shop_order','',3),(1208,1,'2022-05-24 14:17:24','2022-05-24 14:17:24','','Order &ndash; May 24, 2022 @ 02:17 PM','','wc-completed','closed','closed','wc_order_rjCo2vkyHysMh','order-may-24-2022-0217-pm','','','2022-05-25 16:33:14','2022-05-25 16:33:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1208',0,'shop_order','',3),(1209,1,'2022-05-24 14:33:40','2022-05-24 14:33:40','','Order &ndash; May 24, 2022 @ 02:33 PM','','wc-completed','closed','closed','wc_order_J1ZDakCeALTcu','order-may-24-2022-0233-pm','','','2022-05-25 16:33:46','2022-05-25 16:33:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1209',0,'shop_order','',3),(1210,1,'2022-05-25 18:39:04','2022-05-25 18:39:04','','Order &ndash; May 25, 2022 @ 06:39 PM','','wc-completed','closed','closed','wc_order_ThRlRbBBBHUg3','order-may-25-2022-0639-pm','','','2022-06-01 17:10:58','2022-06-01 17:10:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1210',0,'shop_order','',3),(1211,1,'2022-05-25 23:35:58','2022-05-25 23:35:58','','Order &ndash; May 25, 2022 @ 11:35 PM','','wc-completed','closed','closed','wc_order_7ctGGLpfoDQlL','order-may-25-2022-1135-pm','','','2022-06-01 17:10:28','2022-06-01 17:10:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1211',0,'shop_order','',3),(1212,1,'2022-05-26 07:56:54','2022-05-26 07:56:54','','Order &ndash; May 26, 2022 @ 07:56 AM','','wc-completed','closed','closed','wc_order_SwkhfUnPUzDcZ','order-may-26-2022-0756-am','','','2022-06-01 21:54:19','2022-06-01 21:54:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1212',0,'shop_order','',3),(1213,1,'2022-05-26 22:27:59','2022-05-26 22:27:59','','Order &ndash; May 26, 2022 @ 10:27 PM','','wc-completed','closed','closed','wc_order_x2pVxRI98EApI','order-may-26-2022-1027-pm','','','2022-06-01 21:52:52','2022-06-01 21:52:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1213',0,'shop_order','',3),(1214,1,'2022-05-28 23:33:04','2022-05-28 23:33:04','','Order &ndash; May 28, 2022 @ 11:33 PM','10 bottles for Puyallup clinic','wc-completed','closed','closed','wc_order_1yjb43eb3EBJw','order-may-28-2022-1133-pm','','','2022-06-01 21:48:48','2022-06-01 21:48:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1214',0,'shop_order','',5),(1215,1,'2022-05-28 23:34:42','2022-05-28 23:34:42','','Order &ndash; May 28, 2022 @ 11:34 PM','','wc-completed','closed','closed','wc_order_PJgwcvHMwPy8b','order-may-28-2022-1134-pm','','','2022-06-01 21:48:18','2022-06-01 21:48:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1215',0,'shop_order','',5),(1216,1,'2022-05-28 23:43:20','2022-05-28 23:43:20','','Order &ndash; May 28, 2022 @ 11:43 PM','I have 3 clinics, this is for silverdale/kitsap','wc-completed','closed','closed','wc_order_9GoKD3V1t8k3K','order-may-28-2022-1143-pm','','','2022-06-01 21:50:37','2022-06-01 21:50:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1216',0,'shop_order','',5),(1218,1,'2022-06-02 00:31:30','2022-06-02 00:31:30','','Order &ndash; June 2, 2022 @ 12:31 AM','','wc-completed','closed','closed','wc_order_AGx2Konjc6WdL','order-jun-02-2022-1231-am','','','2022-06-07 22:10:05','2022-06-07 22:10:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1218',0,'shop_order','',3),(1219,1,'2022-06-02 20:04:56','2022-06-02 20:04:56','','Order &ndash; June 2, 2022 @ 08:04 PM','','wc-completed','closed','closed','wc_order_1Mhs7QQuc0wXI','order-jun-02-2022-0804-pm','','','2022-06-07 13:57:15','2022-06-07 13:57:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1219',0,'shop_order','',3),(1220,1,'2022-06-03 01:44:11','2022-06-03 01:44:11','','Order &ndash; June 3, 2022 @ 01:44 AM','','wc-completed','closed','closed','wc_order_xWgL4E0u3mQhT','order-jun-03-2022-0144-am','','','2022-06-07 13:54:38','2022-06-07 13:54:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1220',0,'shop_order','',5),(1221,1,'2022-06-03 23:40:31','2022-06-03 23:40:31','','Order &ndash; June 3, 2022 @ 11:40 PM','','wc-completed','closed','closed','wc_order_L7hWdHruZyVi8','order-jun-03-2022-1140-pm','','','2022-06-07 22:11:06','2022-06-07 22:11:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1221',0,'shop_order','',5),(1222,1,'2022-06-05 20:13:06','2022-06-05 20:13:06','','Order &ndash; June 5, 2022 @ 08:13 PM','','wc-completed','closed','closed','wc_order_8mriskdZknLSO','order-jun-05-2022-0813-pm','','','2022-06-07 16:28:47','2022-06-07 16:28:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1222',0,'shop_order','',3),(1223,1,'2022-06-05 22:22:38','2022-06-05 22:22:38','','Order &ndash; June 5, 2022 @ 10:22 PM','','wc-completed','closed','closed','wc_order_iIDgAeEkuiVED','order-jun-05-2022-1022-pm','','','2022-06-07 13:53:01','2022-06-07 13:53:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1223',0,'shop_order','',3),(1224,1,'2022-06-06 01:25:15','2022-06-06 01:25:15','','Order &ndash; June 6, 2022 @ 01:25 AM','','wc-completed','closed','closed','wc_order_oarF2jEsMxlmy','order-jun-06-2022-0125-am','','','2022-06-07 22:11:43','2022-06-07 22:11:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1224',0,'shop_order','',3),(1225,1,'2022-06-06 15:59:56','2022-06-06 15:59:56','','Order &ndash; June 6, 2022 @ 03:59 PM','','wc-completed','closed','closed','wc_order_afJ1jhZYyyZnn','order-jun-06-2022-0359-pm','','','2022-06-07 15:34:56','2022-06-07 15:34:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1225',0,'shop_order','',3),(1226,1,'2022-06-06 16:48:07','2022-06-06 16:48:07','','Order &ndash; June 6, 2022 @ 04:48 PM','','wc-completed','closed','closed','wc_order_IDndAbStqKMYJ','order-jun-06-2022-0448-pm','','','2022-06-07 13:51:26','2022-06-07 13:51:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1226',0,'shop_order','',3),(1227,1,'2022-06-06 21:37:48','2022-06-06 21:37:48','','Order &ndash; June 6, 2022 @ 09:37 PM','','wc-completed','closed','closed','wc_order_9rQmPXY2QDSQ8','order-jun-06-2022-0937-pm','','','2022-06-09 03:20:57','2022-06-09 03:20:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1227',0,'shop_order','',5),(1228,1,'2022-06-07 00:33:10','2022-06-07 00:33:10','','Order &ndash; June 7, 2022 @ 12:33 AM','','wc-completed','closed','closed','wc_order_MEyACqxzynwn1','order-jun-07-2022-1233-am','','','2022-06-07 15:29:44','2022-06-07 15:29:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1228',0,'shop_order','',3),(1229,1,'2022-06-07 04:59:31','2022-06-07 04:59:31','','Order &ndash; June 7, 2022 @ 04:59 AM','','wc-completed','closed','closed','wc_order_R5849N4xP7UCX','order-jun-07-2022-0459-am','','','2022-06-07 22:15:19','2022-06-07 22:15:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1229',0,'shop_order','',5),(1231,1,'2022-06-08 19:37:48','2022-06-08 19:37:48','','Order &ndash; June 8, 2022 @ 07:37 PM','','wc-completed','closed','closed','wc_order_V7sZ8fK1Gl7pJ','order-jun-08-2022-0737-pm','','','2022-06-09 03:22:27','2022-06-09 03:22:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1231',0,'shop_order','',3),(1232,1,'2022-06-08 21:08:40','2022-06-08 21:08:40','','Order &ndash; June 8, 2022 @ 09:08 PM','','wc-completed','closed','closed','wc_order_Dn0InkF4t2Ibi','order-jun-08-2022-0908-pm','','','2022-06-13 21:16:51','2022-06-13 21:16:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1232',0,'shop_order','',3),(1233,1,'2022-06-10 19:10:42','2022-06-10 19:10:42','','Order &ndash; June 10, 2022 @ 07:10 PM','','wc-completed','closed','closed','wc_order_3Ww58a34D8y0K','order-jun-10-2022-0710-pm','','','2022-06-15 18:23:03','2022-06-15 18:23:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1233',0,'shop_order','',5),(1234,1,'2022-06-10 19:50:51','2022-06-10 19:50:51','','Order &ndash; June 10, 2022 @ 07:50 PM','','wc-completed','closed','closed','wc_order_w0nC08vqctiVD','order-jun-10-2022-0750-pm','','','2022-06-13 14:40:41','2022-06-13 14:40:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1234',0,'shop_order','',3),(1235,1,'2022-06-10 20:11:37','2022-06-10 20:11:37','','Order &ndash; June 10, 2022 @ 08:11 PM','','wc-completed','closed','closed','wc_order_lLeGET6CNsQsg','order-jun-10-2022-0811-pm','','','2022-06-13 14:36:49','2022-06-13 14:36:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1235',0,'shop_order','',3),(1236,1,'2022-06-11 00:17:36','2022-06-11 00:17:36','','Order &ndash; June 11, 2022 @ 12:17 AM','','wc-completed','closed','closed','wc_order_aJm0WpqpWGU0T','order-jun-11-2022-1217-am','','','2022-06-13 14:35:15','2022-06-13 14:35:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1236',0,'shop_order','',3),(1237,1,'2022-06-11 18:57:27','2022-06-11 18:57:27','','Order &ndash; June 11, 2022 @ 06:57 PM','','wc-completed','closed','closed','wc_order_duK4qYGrvgWPJ','order-jun-11-2022-0657-pm','','','2022-06-13 18:00:14','2022-06-13 18:00:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1237',0,'shop_order','',3),(1238,1,'2022-06-11 20:20:21','2022-06-11 20:20:21','','Order &ndash; June 11, 2022 @ 08:20 PM','','wc-completed','closed','closed','wc_order_x1ZOaJ1qsfbLK','order-jun-11-2022-0820-pm','','','2022-06-15 18:38:44','2022-06-15 18:38:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1238',0,'shop_order','',5),(1239,1,'2022-06-13 15:32:34','2022-06-13 15:32:34','','Order &ndash; June 13, 2022 @ 03:32 PM','','wc-completed','closed','closed','wc_order_i9m4CkexWpVM3','order-jun-13-2022-0332-pm','','','2022-06-13 17:58:50','2022-06-13 17:58:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1239',0,'shop_order','',3),(1240,1,'2022-06-13 16:09:03','2022-06-13 16:09:03','','Order &ndash; June 13, 2022 @ 04:09 PM','','wc-completed','closed','closed','wc_order_EuLSxHnsg66yv','order-jun-13-2022-0409-pm','','','2022-06-13 17:59:25','2022-06-13 17:59:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1240',0,'shop_order','',3),(1242,1,'2022-06-13 18:32:09','2022-06-13 18:32:09','','Order &ndash; June 13, 2022 @ 06:32 PM','','wc-completed','closed','closed','wc_order_eFocs6nFMbEUr','order-jun-13-2022-0632-pm','','','2022-06-13 21:26:21','2022-06-13 21:26:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1242',0,'shop_order','',3),(1243,1,'2022-06-13 23:54:40','2022-06-13 23:54:40','','Order &ndash; June 13, 2022 @ 11:54 PM','','wc-completed','closed','closed','wc_order_twovjg8Uinv6B','order-jun-13-2022-1154-pm','','','2022-06-14 14:07:27','2022-06-14 14:07:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1243',0,'shop_order','',3),(1244,1,'2022-06-14 10:57:36','2022-06-14 10:57:36','','Order &ndash; June 14, 2022 @ 10:57 AM','','wc-completed','closed','closed','wc_order_JJtfNaCiDSXM5','order-jun-14-2022-1057-am','','','2022-06-16 01:36:59','2022-06-16 01:36:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1244',0,'shop_order','',5),(1245,1,'2022-06-14 23:00:24','2022-06-14 23:00:24','','Order &ndash; June 14, 2022 @ 11:00 PM','','wc-completed','closed','closed','wc_order_YxoCFvLUC82Wk','order-jun-14-2022-1100-pm','','','2022-06-15 18:18:31','2022-06-15 18:18:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1245',0,'shop_order','',3),(1246,1,'2022-06-15 15:17:57','2022-06-15 15:17:57','','Order &ndash; June 15, 2022 @ 03:17 PM','','wc-completed','closed','closed','wc_order_4bemJsoempSua','order-jun-15-2022-0317-pm','','','2022-06-15 18:14:39','2022-06-15 18:14:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1246',0,'shop_order','',3),(1248,1,'2022-06-16 20:14:04','2022-06-16 20:14:04','','Order &ndash; June 16, 2022 @ 08:14 PM','','wc-completed','closed','closed','wc_order_6OO1aI4gI90ij','order-jun-16-2022-0814-pm','','','2022-06-20 14:42:19','2022-06-20 14:42:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1248',0,'shop_order','',3),(1249,1,'2022-06-17 00:29:44','2022-06-17 00:29:44','','Order &ndash; June 17, 2022 @ 12:29 AM','','wc-completed','closed','closed','wc_order_OJBZyox8nSS1t','order-jun-17-2022-1229-am','','','2022-06-20 18:15:36','2022-06-20 18:15:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1249',0,'shop_order','',5),(1250,1,'2022-06-17 14:23:20','2022-06-17 14:23:20','','Order &ndash; June 17, 2022 @ 02:23 PM','','wc-completed','closed','closed','wc_order_gnnMkSkdKtQba','order-jun-17-2022-0223-pm','','','2022-06-17 18:47:08','2022-06-17 18:47:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1250',0,'shop_order','',3),(1251,1,'2022-06-17 14:26:31','2022-06-17 14:26:31','','Order &ndash; June 17, 2022 @ 02:26 PM','','wc-completed','closed','closed','wc_order_5vLYS6k9voTsN','order-jun-17-2022-0226-pm','','','2022-06-17 18:42:13','2022-06-17 18:42:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1251',0,'shop_order','',3),(1252,1,'2022-06-17 14:40:11','2022-06-17 14:40:11','','Order &ndash; June 17, 2022 @ 02:40 PM','','wc-completed','closed','closed','wc_order_qC5LPDMXMXXdG','order-jun-17-2022-0240-pm','','','2022-06-17 18:47:50','2022-06-17 18:47:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1252',0,'shop_order','',3),(1253,1,'2022-06-17 14:42:33','2022-06-17 14:42:33','','Order &ndash; June 17, 2022 @ 02:42 PM','Please deliver to office entrance.','wc-completed','closed','closed','wc_order_NpJykQzvpaNIt','order-jun-17-2022-0242-pm','','','2022-06-17 18:48:36','2022-06-17 18:48:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1253',0,'shop_order','',3),(1254,1,'2022-06-19 17:12:49','2022-06-19 17:12:49','','Order &ndash; June 19, 2022 @ 05:12 PM','','wc-completed','closed','closed','wc_order_2SUDfXenrtTUA','order-jun-19-2022-0512-pm','','','2022-06-23 01:57:13','2022-06-23 01:57:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1254',0,'shop_order','',5),(1255,1,'2022-06-20 01:48:50','2022-06-20 01:48:50','','Order &ndash; June 20, 2022 @ 01:48 AM','','wc-completed','closed','closed','wc_order_Y9r8SrxtfgvFB','order-jun-20-2022-0148-am','','','2022-06-23 02:04:16','2022-06-23 02:04:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1255',0,'shop_order','',5),(1256,1,'2022-06-20 01:50:29','2022-06-20 01:50:29','','Order &ndash; June 20, 2022 @ 01:50 AM','','wc-completed','closed','closed','wc_order_QoBS5qqn2Zb3u','order-jun-20-2022-0150-am','','','2022-06-23 02:03:40','2022-06-23 02:03:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1256',0,'shop_order','',5),(1257,1,'2022-06-20 14:00:10','2022-06-20 14:00:10','','Order &ndash; June 20, 2022 @ 02:00 PM','','wc-completed','closed','closed','wc_order_gPDNETG05i6Nx','order-jun-20-2022-0200-pm','','','2022-06-23 02:01:40','2022-06-23 02:01:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1257',0,'shop_order','',6),(1258,1,'2022-06-21 04:08:00','2022-06-21 04:08:00','','Order &ndash; June 21, 2022 @ 04:08 AM','','wc-completed','closed','closed','wc_order_bQE1ImwhxPvfq','order-jun-21-2022-0408-am','','','2022-06-28 18:41:28','2022-06-28 18:41:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1258',0,'shop_order','',3),(1259,1,'2022-06-21 21:27:20','2022-06-21 21:27:20','','Order &ndash; June 21, 2022 @ 09:27 PM','','wc-completed','closed','closed','wc_order_1rBqIpFMbbeKz','order-jun-21-2022-0927-pm','','','2022-06-23 01:59:14','2022-06-23 01:59:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1259',0,'shop_order','',5),(1261,1,'2022-06-23 22:54:17','2022-06-23 22:54:17','','Order &ndash; June 23, 2022 @ 10:54 PM','','wc-completed','closed','closed','wc_order_mb8GvRMCzaQQ3','order-jun-23-2022-1054-pm','','','2022-06-28 18:40:55','2022-06-28 18:40:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1261',0,'shop_order','',3),(1262,1,'2022-06-24 13:07:07','2022-06-24 13:07:07','','Order &ndash; June 24, 2022 @ 01:07 PM','','wc-completed','closed','closed','wc_order_4h9IcJcdDNxC4','order-jun-24-2022-0107-pm','','','2022-06-28 14:32:57','2022-06-28 14:32:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1262',0,'shop_order','',5),(1263,1,'2022-06-25 15:16:56','2022-06-25 15:16:56','','Order &ndash; June 25, 2022 @ 03:16 PM','','wc-completed','closed','closed','wc_order_kz4jTwK2aM9BD','order-jun-25-2022-0316-pm','','','2022-06-28 14:36:18','2022-06-28 14:36:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1263',0,'shop_order','',6),(1264,1,'2022-06-25 18:45:45','2022-06-25 18:45:45','','Order &ndash; June 25, 2022 @ 06:45 PM','','wc-completed','closed','closed','wc_order_92t8yXazQev5s','order-jun-25-2022-0645-pm','','','2022-06-28 14:38:24','2022-06-28 14:38:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1264',0,'shop_order','',3),(1265,1,'2022-06-26 14:02:02','2022-06-26 14:02:02','','Order &ndash; June 26, 2022 @ 02:02 PM','','wc-completed','closed','closed','wc_order_1kUFBaI0TlSop','order-jun-26-2022-0202-pm','','','2022-07-05 17:13:53','2022-07-05 17:13:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1265',0,'shop_order','',5),(1266,1,'2022-06-27 17:24:54','2022-06-27 17:24:54','','Order &ndash; June 27, 2022 @ 05:24 PM','','wc-completed','closed','closed','wc_order_kopltddcwOE0c','order-jun-27-2022-0524-pm','','','2022-06-29 17:51:46','2022-06-29 17:51:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1266',0,'shop_order','',5),(1267,1,'2022-06-27 18:16:10','2022-06-27 18:16:10','','Order &ndash; June 27, 2022 @ 06:16 PM','','wc-completed','closed','closed','wc_order_GYkBKMPRNdOos','order-jun-27-2022-0616-pm','','','2022-06-28 18:39:10','2022-06-28 18:39:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1267',0,'shop_order','',3),(1268,1,'2022-06-27 18:17:14','2022-06-27 18:17:14','','Order &ndash; June 27, 2022 @ 06:17 PM','','wc-completed','closed','closed','wc_order_tdQm2K9W31KzJ','order-jun-27-2022-0617-pm','','','2022-06-28 14:34:02','2022-06-28 14:34:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1268',0,'shop_order','',3),(1269,1,'2022-06-27 18:22:40','2022-06-27 18:22:40','','Order &ndash; June 27, 2022 @ 06:22 PM','Please ship this to Portland office. Ty','wc-completed','closed','closed','wc_order_uoVU9H3dmHAAh','order-jun-27-2022-0622-pm','','','2022-06-28 14:35:34','2022-06-28 14:35:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1269',0,'shop_order','',3),(1270,1,'2022-06-27 18:24:48','2022-06-27 18:24:48','','Order &ndash; June 27, 2022 @ 06:24 PM','','wc-completed','closed','closed','wc_order_gESkf0r4w8B1n','order-jun-27-2022-0624-pm','','','2022-06-29 17:52:54','2022-06-29 17:52:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1270',0,'shop_order','',5),(1271,1,'2022-06-29 22:40:42','2022-06-29 22:40:42','','Order &ndash; June 29, 2022 @ 10:40 PM','','wc-completed','closed','closed','wc_order_PXGq5P1XjBfRR','order-jun-29-2022-1040-pm','','','2022-07-05 16:50:02','2022-07-05 16:50:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1271',0,'shop_order','',3),(1272,1,'2022-06-29 22:43:32','2022-06-29 22:43:32','','Order &ndash; June 29, 2022 @ 10:43 PM','Please note NEW Stuart Address\r\nPlease consolidate order\r\nThank You!','wc-completed','closed','closed','wc_order_cmPVkW5v9gdA9','order-jun-29-2022-1043-pm','','','2022-07-05 17:33:04','2022-07-05 17:33:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1272',0,'shop_order','',5),(1273,1,'2022-06-30 14:49:26','2022-06-30 14:49:26','','Order &ndash; June 30, 2022 @ 02:49 PM','','wc-completed','closed','closed','wc_order_kyiILgKuBbiZR','order-jun-30-2022-0249-pm','','','2022-07-12 19:31:59','2022-07-12 19:31:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1273',0,'shop_order','',5),(1275,1,'2022-07-01 01:01:25','2022-07-01 01:01:25','','Order &ndash; July 1, 2022 @ 01:01 AM','','wc-completed','closed','closed','wc_order_QrIGU0gVqAwqh','order-jul-01-2022-0101-am','','','2022-07-05 17:12:55','2022-07-05 17:12:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1275',0,'shop_order','',3),(1276,1,'2022-07-01 16:51:19','2022-07-01 16:51:19','','Order &ndash; July 1, 2022 @ 04:51 PM','','wc-completed','closed','closed','wc_order_XA89sLWtjQOJS','order-jul-01-2022-0451-pm','','','2022-07-05 17:17:19','2022-07-05 17:17:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1276',0,'shop_order','',3),(1278,1,'2022-07-05 18:22:11','2022-07-05 18:22:11','','Order &ndash; July 5, 2022 @ 06:22 PM','Ship to Bend office only','wc-completed','closed','closed','wc_order_yWb5coItmQ1Om','order-jul-05-2022-0622-pm','','','2022-07-05 21:25:11','2022-07-05 21:25:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1278',0,'shop_order','',3),(1279,1,'2022-07-05 18:41:47','2022-07-05 18:41:47','','Order &ndash; July 5, 2022 @ 06:41 PM','','wc-completed','closed','closed','wc_order_ADs0vePKeS4ac','order-jul-05-2022-0641-pm','','','2022-07-05 21:25:41','2022-07-05 21:25:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1279',0,'shop_order','',3),(1280,1,'2022-07-05 20:32:36','2022-07-05 20:32:36','','Order &ndash; July 5, 2022 @ 08:32 PM','','wc-completed','closed','closed','wc_order_fO8g6dcCJc8rd','order-jul-05-2022-0832-pm','','','2022-07-06 17:12:27','2022-07-06 17:12:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1280',0,'shop_order','',3),(1281,1,'2022-07-06 03:30:49','2022-07-06 03:30:49','','Order &ndash; July 6, 2022 @ 03:30 AM','','wc-completed','closed','closed','wc_order_rpPppX3QRNwy2','order-jul-06-2022-0330-am','','','2022-07-19 20:31:10','2022-07-19 20:31:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1281',0,'shop_order','',5),(1282,1,'2022-07-06 16:42:18','2022-07-06 16:42:18','','Order &ndash; July 6, 2022 @ 04:42 PM','','wc-completed','closed','closed','wc_order_9WFzphR2UozPK','order-jul-06-2022-0442-pm','','','2022-07-07 19:41:06','2022-07-07 19:41:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1282',0,'shop_order','',5),(1283,1,'2022-07-07 19:30:21','2022-07-07 19:30:21','','Order &ndash; July 7, 2022 @ 07:30 PM','','wc-completed','closed','closed','wc_order_zCDCurS28SHIs','order-jul-07-2022-0730-pm','','','2022-07-08 20:09:24','2022-07-08 20:09:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1283',0,'shop_order','',3),(1284,1,'2022-07-07 21:52:27','2022-07-07 21:52:27','','Order &ndash; July 7, 2022 @ 09:52 PM','','wc-cancelled','open','closed','wc_order_l0VRwZm58E6Fd','order-jul-07-2022-0952-pm','','','2022-07-21 15:29:44','2022-07-21 15:29:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1284',0,'shop_order','',1),(1285,1,'2022-07-08 12:55:52','2022-07-08 12:55:52','','Order &ndash; July 8, 2022 @ 12:55 PM','','wc-refunded','closed','closed','wc_order_ERv4MD2dwDBl6','order-jul-08-2022-1255-pm','','','2022-07-12 17:28:34','2022-07-12 17:28:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1285',0,'shop_order','',6),(1286,1,'2022-07-08 14:45:42','2022-07-08 14:45:42','','Order &ndash; July 8, 2022 @ 02:45 PM','','wc-completed','closed','closed','wc_order_VI2Ow6mjSLW90','order-jul-08-2022-0245-pm','','','2022-07-11 20:40:07','2022-07-11 20:40:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1286',0,'shop_order','',5),(1288,1,'2022-07-08 20:35:57','2022-07-08 20:35:57','','Order &ndash; July 8, 2022 @ 08:35 PM','','wc-completed','closed','closed','wc_order_6HU1ffF4cI8H4','order-jul-08-2022-0835-pm','','','2022-07-11 20:43:29','2022-07-11 20:43:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1288',0,'shop_order','',3),(1289,1,'2022-07-08 22:03:38','2022-07-08 22:03:38','','Order &ndash; July 8, 2022 @ 10:03 PM','','wc-completed','closed','closed','wc_order_WhR56CVP0Ikdf','order-jul-08-2022-1003-pm','','','2022-07-11 20:42:27','2022-07-11 20:42:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1289',0,'shop_order','',3),(1290,1,'2022-07-10 02:35:38','2022-07-10 02:35:38','','Order &ndash; July 10, 2022 @ 02:35 AM','','wc-completed','closed','closed','wc_order_ngn4xZ3tGJW8v','order-jul-10-2022-0235-am','','','2022-07-14 19:50:50','2022-07-14 19:50:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1290',0,'shop_order','',5),(1291,1,'2022-07-10 19:31:51','2022-07-10 19:31:51','','Order &ndash; July 10, 2022 @ 07:31 PM','','wc-cancelled','open','closed','wc_order_Hp33sT8qmFSrW','order-jul-10-2022-0731-pm','','','2022-07-10 19:32:42','2022-07-10 19:32:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1291',0,'shop_order','',1),(1292,1,'2022-07-10 19:39:48','2022-07-10 19:39:48','','Order &ndash; July 10, 2022 @ 07:39 PM','','wc-completed','closed','closed','wc_order_WLYAfcRHw5xV5','order-jul-10-2022-0739-pm','','','2022-07-12 19:31:07','2022-07-12 19:31:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1292',0,'shop_order','',3),(1293,1,'2022-07-10 19:47:39','2022-07-10 19:47:39','','Order &ndash; July 10, 2022 @ 07:47 PM','For Puyallup clinic','wc-completed','closed','closed','wc_order_4BZkLjOjLQ6Pk','order-jul-10-2022-0747-pm','','','2022-07-22 15:04:26','2022-07-22 15:04:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1293',0,'shop_order','',5),(1294,1,'2022-07-10 19:49:21','2022-07-10 19:49:21','','Order &ndash; July 10, 2022 @ 07:49 PM','Lakewood clinic','wc-completed','closed','closed','wc_order_em9OOjq37Aw6U','order-jul-10-2022-0749-pm','','','2022-07-22 15:03:33','2022-07-22 15:03:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1294',0,'shop_order','',5),(1295,1,'2022-07-10 19:50:08','2022-07-10 19:50:08','','Order &ndash; July 10, 2022 @ 07:50 PM','Silverdale clinic','wc-completed','closed','closed','wc_order_moM0gaO8o3SUS','order-jul-10-2022-0750-pm','','','2022-07-22 15:04:38','2022-07-22 15:04:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1295',0,'shop_order','',5),(1296,1,'2022-07-11 16:39:21','2022-07-11 16:39:21','','Order &ndash; July 11, 2022 @ 04:39 PM','','wc-completed','closed','closed','wc_order_aX96c9qSd0yS8','order-jul-11-2022-0439-pm','','','2022-07-18 14:11:58','2022-07-18 14:11:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1296',0,'shop_order','',5),(1297,1,'2022-07-12 17:28:28','2022-07-12 17:28:28','','Refund &ndash; Jul 12, 2022 @ 05:28 PM','','wc-completed','closed','closed','wc_order_ENQMKZJMc7WOy','refund-jul-12-2022-0528-pm','','','2022-07-12 17:28:28','2022-07-12 17:28:28','',1285,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1297',0,'shop_order_refund','',0),(1298,1,'2022-07-12 21:35:51','2022-07-12 21:35:51','','Order &ndash; July 12, 2022 @ 09:35 PM','','wc-completed','closed','closed','wc_order_aI9uWc9o7JrEd','order-jul-12-2022-0935-pm','','','2022-07-13 16:05:41','2022-07-13 16:05:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1298',0,'shop_order','',3),(1299,1,'2022-07-13 06:46:15','2022-07-13 06:46:15','','Order &ndash; July 13, 2022 @ 06:46 AM','','wc-completed','closed','closed','wc_order_FJVt6RRvPN0qX','order-jul-13-2022-0646-am','','','2022-07-13 15:58:25','2022-07-13 15:58:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1299',0,'shop_order','',3),(1300,1,'2022-07-13 13:39:37','2022-07-13 13:39:37','','Order &ndash; July 13, 2022 @ 01:39 PM','','wc-completed','closed','closed','wc_order_w5ylhZgeQGxwv','order-jul-13-2022-0139-pm','','','2022-07-14 19:53:57','2022-07-14 19:53:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1300',0,'shop_order','',5),(1301,1,'2022-07-13 14:10:11','2022-07-13 14:10:11','','Order &ndash; July 13, 2022 @ 02:10 PM','','wc-completed','closed','closed','wc_order_ZnYsKmktmp0g9','order-jul-13-2022-0210-pm','','','2022-07-13 19:30:09','2022-07-13 19:30:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1301',0,'shop_order','',3),(1302,1,'2022-07-13 21:48:41','2022-07-13 21:48:41','','Order &ndash; July 13, 2022 @ 09:48 PM','','wc-completed','closed','closed','wc_order_exhZP2cRACYW6','order-jul-13-2022-0948-pm','','','2022-07-19 13:52:22','2022-07-19 13:52:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1302',0,'shop_order','',5),(1303,1,'2022-07-13 21:50:05','2022-07-13 21:50:05','','Order &ndash; July 13, 2022 @ 09:50 PM','','wc-completed','closed','closed','wc_order_bu7bdqe1fHYRF','order-jul-13-2022-0950-pm','','','2022-07-19 13:49:03','2022-07-19 13:49:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1303',0,'shop_order','',5),(1304,1,'2022-07-13 23:56:29','2022-07-13 23:56:29','','Order &ndash; July 13, 2022 @ 11:56 PM','','wc-completed','closed','closed','wc_order_DOOy0bk5HTJou','order-jul-13-2022-1156-pm','','','2022-07-15 21:06:11','2022-07-15 21:06:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1304',0,'shop_order','',6),(1305,1,'2022-07-14 15:28:48','2022-07-14 15:28:48','','Order &ndash; July 14, 2022 @ 03:28 PM','','wc-completed','closed','closed','wc_order_U9YZSYjO7hrhf','order-jul-14-2022-0328-pm','','','2022-07-15 21:11:48','2022-07-15 21:11:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1305',0,'shop_order','',3),(1306,1,'2022-07-14 18:53:27','2022-07-14 18:53:27','','Order &ndash; July 14, 2022 @ 06:53 PM','','wc-completed','closed','closed','wc_order_SBb2t6TACcIc8','order-jul-14-2022-0653-pm','','','2022-07-18 14:14:07','2022-07-18 14:14:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1306',0,'shop_order','',6),(1307,1,'2022-07-15 01:16:57','2022-07-15 01:16:57','','Order &ndash; July 15, 2022 @ 01:16 AM','','wc-completed','closed','closed','wc_order_LzZCxhauT2NcP','order-jul-15-2022-0116-am','','','2022-07-15 21:02:12','2022-07-15 21:02:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1307',0,'shop_order','',3),(1308,1,'2022-07-15 17:04:05','2022-07-15 17:04:05','','Order &ndash; July 15, 2022 @ 05:04 PM','','wc-completed','closed','closed','wc_order_u8iUCNMK9Qe70','order-jul-15-2022-0504-pm','','','2022-07-18 16:28:19','2022-07-18 16:28:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1308',0,'shop_order','',5),(1310,1,'2022-07-15 19:25:12','2022-07-15 19:25:12','','Order &ndash; July 15, 2022 @ 07:25 PM','','wc-completed','closed','closed','wc_order_m9KYp0fbjAjgC','order-jul-15-2022-0725-pm','','','2022-07-18 13:20:35','2022-07-18 13:20:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1310',0,'shop_order','',3),(1311,1,'2022-07-15 19:56:45','2022-07-15 19:56:45','','Order &ndash; July 15, 2022 @ 07:56 PM','Deliver to Office','wc-completed','closed','closed','wc_order_UbcDT60hXjKNV','order-jul-15-2022-0756-pm','','','2022-07-18 16:29:14','2022-07-18 16:29:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1311',0,'shop_order','',3),(1312,1,'2022-07-15 20:12:18','2022-07-15 20:12:18','','Order &ndash; July 15, 2022 @ 08:12 PM','','wc-completed','closed','closed','wc_order_OlXwpUj2y4Gfw','order-jul-15-2022-0812-pm','','','2022-07-18 16:29:41','2022-07-18 16:29:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1312',0,'shop_order','',3),(1313,1,'2022-07-15 20:23:35','2022-07-15 20:23:35','','Order &ndash; July 15, 2022 @ 08:23 PM','','wc-cancelled','closed','closed','wc_order_5fSRoH0Gm2tw4','order-jul-15-2022-0823-pm','','','2022-07-27 19:08:21','2022-07-27 19:08:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1313',0,'shop_order','',3),(1314,1,'2022-07-16 19:48:48','2022-07-16 19:48:48','','Order &ndash; July 16, 2022 @ 07:48 PM','','wc-completed','closed','closed','wc_order_jrAiRKvqB839H','order-jul-16-2022-0748-pm','','','2022-07-19 13:51:45','2022-07-19 13:51:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1314',0,'shop_order','',5),(1315,1,'2022-07-16 21:58:40','2022-07-16 21:58:40','','Order &ndash; July 16, 2022 @ 09:58 PM','','wc-completed','closed','closed','wc_order_6yAuI9VJIVAPm','order-jul-16-2022-0958-pm','','','2022-07-21 15:16:22','2022-07-21 15:16:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1315',0,'shop_order','',3),(1316,1,'2022-07-17 02:37:21','2022-07-17 02:37:21','','Order &ndash; July 17, 2022 @ 02:37 AM','','wc-cancelled','closed','closed','wc_order_h1rsFW7k4ZEPy','order-jul-17-2022-0237-am','','','2022-07-18 14:54:04','2022-07-18 14:54:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1316',0,'shop_order','',2),(1317,1,'2022-07-18 03:58:59','2022-07-18 03:58:59','','Order &ndash; July 18, 2022 @ 03:58 AM','','wc-completed','closed','closed','wc_order_1GgULmUnNSkVx','order-jul-18-2022-0358-am','','','2022-07-19 13:50:53','2022-07-19 13:50:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1317',0,'shop_order','',3),(1319,1,'2022-07-18 17:35:18','2022-07-18 17:35:18','','Order &ndash; July 18, 2022 @ 05:35 PM','','wc-completed','closed','closed','wc_order_bRUdoRssTmxtj','order-jul-18-2022-0535-pm','','','2022-07-19 13:45:49','2022-07-19 13:45:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1319',0,'shop_order','',3),(1320,1,'2022-07-19 01:20:40','2022-07-19 01:20:40','','Order &ndash; July 19, 2022 @ 01:20 AM','','wc-completed','closed','closed','wc_order_FGdcPYPmhUovN','order-jul-19-2022-0120-am','','','2022-07-19 20:48:58','2022-07-19 20:48:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1320',0,'shop_order','',3),(1321,1,'2022-07-20 02:46:25','2022-07-20 02:46:25','','Order &ndash; July 20, 2022 @ 02:46 AM','','wc-completed','closed','closed','wc_order_2L6jaQNcBM1IY','order-jul-20-2022-0246-am','','','2022-07-20 16:53:19','2022-07-20 16:53:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1321',0,'shop_order','',3),(1322,1,'2022-07-20 18:06:12','2022-07-20 18:06:12','','Order &ndash; July 20, 2022 @ 06:06 PM','','wc-completed','closed','closed','wc_order_Gv4oah8mLhFIi','order-jul-20-2022-0606-pm','','','2022-07-20 20:17:59','2022-07-20 20:17:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1322',0,'shop_order','',3),(1324,1,'2022-07-20 21:06:21','2022-07-20 21:06:21','','Order &ndash; July 20, 2022 @ 09:06 PM','','wc-completed','closed','closed','wc_order_YzIW5O8VxXlf3','order-jul-20-2022-0906-pm','','','2022-07-21 14:52:11','2022-07-21 14:52:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1324',0,'shop_order','',3),(1326,1,'2022-07-21 21:51:48','2022-07-21 21:51:48','','Order &ndash; July 21, 2022 @ 09:51 PM','Deliver to Office','wc-completed','closed','closed','wc_order_2PkI0SlzFWdui','order-jul-21-2022-0951-pm','','','2022-07-22 15:02:39','2022-07-22 15:02:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1326',0,'shop_order','',3),(1327,1,'2022-07-21 22:34:03','2022-07-21 22:34:03','','Order &ndash; July 21, 2022 @ 10:34 PM','','wc-completed','closed','closed','wc_order_m2GO0npL8qoX6','order-jul-21-2022-1034-pm','','','2022-07-22 15:03:18','2022-07-22 15:03:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1327',0,'shop_order','',3),(1328,1,'2022-07-21 22:45:04','2022-07-21 22:45:04','','Order &ndash; July 21, 2022 @ 10:45 PM','','wc-completed','closed','closed','wc_order_qCZ3yHbgNiPW6','order-jul-21-2022-1045-pm','','','2022-07-22 15:02:05','2022-07-22 15:02:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1328',0,'shop_order','',3),(1329,1,'2022-07-22 16:26:11','2022-07-22 16:26:11','','Order &ndash; July 22, 2022 @ 04:26 PM','','wc-completed','closed','closed','wc_order_mZu7SHQbrEwBH','order-jul-22-2022-0426-pm','','','2022-07-25 18:58:07','2022-07-25 18:58:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1329',0,'shop_order','',3),(1330,1,'2022-07-22 19:53:32','2022-07-22 19:53:32','','Order &ndash; July 22, 2022 @ 07:53 PM','','wc-completed','closed','closed','wc_order_crb92oyUfPhua','order-jul-22-2022-0753-pm','','','2022-07-29 16:52:37','2022-07-29 16:52:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1330',0,'shop_order','',3),(1331,1,'2022-07-24 15:02:19','2022-07-24 15:02:19','','Order &ndash; July 24, 2022 @ 03:02 PM','','wc-completed','closed','closed','wc_order_Li1yyKXanNiuc','order-jul-24-2022-0302-pm','','','2022-07-25 18:56:51','2022-07-25 18:56:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1331',0,'shop_order','',3),(1332,1,'2022-07-25 14:19:28','2022-07-25 14:19:28','','Order &ndash; July 25, 2022 @ 02:19 PM','','wc-completed','closed','closed','wc_order_GOmDBSpeMZ4J8','order-jul-25-2022-0219-pm','','','2022-07-28 14:24:12','2022-07-28 14:24:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1332',0,'shop_order','',3),(1333,1,'2022-07-25 17:21:54','2022-07-25 17:21:54','','Order &ndash; July 25, 2022 @ 05:21 PM','','wc-cancelled','closed','closed','wc_order_W0AiL0zOrmx2z','order-jul-25-2022-0521-pm','','','2022-07-25 18:15:25','2022-07-25 18:15:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1333',0,'shop_order','',2),(1336,1,'2022-07-26 21:30:27','2022-07-26 21:30:27','','Order &ndash; July 26, 2022 @ 09:30 PM','','wc-cancelled','open','closed','wc_order_Ks4rdsOPhkn0Y','order-jul-26-2022-0930-pm','','','2022-07-26 21:31:42','2022-07-26 21:31:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1336',0,'shop_order','',1),(1337,1,'2022-07-26 21:31:17','2022-07-26 21:31:17','','Order &ndash; July 26, 2022 @ 09:31 PM','','wc-completed','closed','closed','wc_order_WKqKxKoqYD3XV','order-jul-26-2022-0931-pm','','','2022-07-28 14:14:26','2022-07-28 14:14:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1337',0,'shop_order','',3),(1338,1,'2022-07-26 21:32:10','2022-07-26 21:32:10','','Order &ndash; July 26, 2022 @ 09:32 PM','','wc-completed','closed','closed','wc_order_3A2RKBtlMugdc','order-jul-26-2022-0932-pm','','','2022-07-27 21:14:38','2022-07-27 21:14:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1338',0,'shop_order','',3),(1339,1,'2022-07-27 15:21:13','2022-07-27 15:21:13','','Order &ndash; July 27, 2022 @ 03:21 PM','','wc-cancelled','open','closed','wc_order_17F1fPp9o4dm5','order-jul-27-2022-0321-pm','','','2022-07-27 15:21:47','2022-07-27 15:21:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1339',0,'shop_order','',1),(1341,1,'2022-07-27 16:46:34','2022-07-27 16:46:34','','Order &ndash; July 27, 2022 @ 04:46 PM','','wc-completed','closed','closed','wc_order_Y73NNcPavKAvm','order-jul-27-2022-0446-pm','','','2022-07-27 21:05:57','2022-07-27 21:05:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1341',0,'shop_order','',3),(1342,1,'2022-07-27 18:04:57','2022-07-27 18:04:57','','Order &ndash; July 27, 2022 @ 06:04 PM','','wc-cancelled','open','closed','wc_order_U01tcJ3EudcWP','order-jul-27-2022-0604-pm','','','2022-07-27 19:08:01','2022-07-27 19:08:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1342',0,'shop_order','',2),(1344,1,'2022-07-27 20:00:28','2022-07-27 20:00:28','','Order &ndash; July 27, 2022 @ 08:00 PM','','wc-completed','closed','closed','wc_order_dKjN9PLaBGyMN','order-jul-27-2022-0800-pm','','','2022-07-28 16:32:54','2022-07-28 16:32:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1344',0,'shop_order','',5),(1345,1,'2022-07-27 20:30:02','2022-07-27 20:30:02','','Order &ndash; July 27, 2022 @ 08:30 PM','','wc-completed','closed','closed','wc_order_cEEfZ7ZIQ0cv8','order-jul-27-2022-0830-pm','','','2022-07-28 16:31:22','2022-07-28 16:31:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1345',0,'shop_order','',3),(1346,1,'2022-07-28 01:56:25','2022-07-28 01:56:25','','Order &ndash; July 28, 2022 @ 01:56 AM','','wc-completed','closed','closed','wc_order_zSAOJQXMfQ2T4','order-jul-28-2022-0156-am','','','2022-07-29 16:51:38','2022-07-29 16:51:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1346',0,'shop_order','',5),(1348,97,'2022-07-28 14:10:58','2022-07-28 14:10:58','','Auto Draft','','wcm-active','closed','closed','um_62e298ed966ac','auto-draft-3','','','2022-07-28 14:10:58','2022-07-28 14:10:58','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=1348',0,'wc_user_membership','',0),(1349,1,'2022-07-28 19:33:39','2022-07-28 19:33:39','','Order &ndash; July 28, 2022 @ 07:33 PM','','wc-completed','closed','closed','wc_order_EcWLyi4m5YafM','order-jul-28-2022-0733-pm','','','2022-07-29 16:49:48','2022-07-29 16:49:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1349',0,'shop_order','',3),(1350,1,'2022-07-29 05:57:19','2022-07-29 05:57:19','','Order &ndash; July 29, 2022 @ 05:57 AM','','wc-completed','closed','closed','wc_order_kZoWiH78uLf24','order-jul-29-2022-0557-am','','','2022-08-01 13:16:55','2022-08-01 13:16:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1350',0,'shop_order','',5),(1351,1,'2022-07-29 18:07:30','2022-07-29 18:07:30','','Order &ndash; July 29, 2022 @ 06:07 PM','','wc-completed','closed','closed','wc_order_MDO9kqWB7iC2m','order-jul-29-2022-0607-pm','','','2022-08-01 16:29:03','2022-08-01 16:29:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1351',0,'shop_order','',3),(1352,1,'2022-07-29 18:20:59','2022-07-29 18:20:59','','Order &ndash; July 29, 2022 @ 06:20 PM','','wc-completed','closed','closed','wc_order_Bci6DHZMwQMDN','order-jul-29-2022-0620-pm','','','2022-08-01 13:17:57','2022-08-01 13:17:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1352',0,'shop_order','',3),(1353,1,'2022-07-29 20:03:18','2022-07-29 20:03:18','','Order &ndash; July 29, 2022 @ 08:03 PM','','wc-completed','closed','closed','wc_order_gIGy58mOI9dCF','order-jul-29-2022-0803-pm','','','2022-08-11 16:51:19','2022-08-11 16:51:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1353',0,'shop_order','',3),(1354,1,'2022-07-30 03:27:48','2022-07-30 03:27:48','','Order &ndash; July 30, 2022 @ 03:27 AM','','wc-completed','closed','closed','wc_order_CEtX5v8uzT9p0','order-jul-30-2022-0327-am','','','2022-08-02 15:03:14','2022-08-02 15:03:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1354',0,'shop_order','',5),(1355,1,'2022-07-30 21:24:46','2022-07-30 21:24:46','','Order &ndash; July 30, 2022 @ 09:24 PM','','wc-completed','closed','closed','wc_order_9W4qJXNzQKOVf','order-jul-30-2022-0924-pm','','','2022-08-02 15:07:07','2022-08-02 15:07:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1355',0,'shop_order','',5),(1356,1,'2022-08-01 00:15:33','2022-08-01 00:15:33','','Order &ndash; August 1, 2022 @ 12:15 AM','','wc-completed','closed','closed','wc_order_1AyLGS8Wr7Asg','order-aug-01-2022-1215-am','','','2022-08-02 15:08:15','2022-08-02 15:08:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1356',0,'shop_order','',3),(1357,1,'2022-08-01 18:40:11','2022-08-01 18:40:11','','Order &ndash; August 1, 2022 @ 06:40 PM','','wc-completed','closed','closed','wc_order_3sIHrhErmxN4q','order-aug-01-2022-0640-pm','','','2022-08-02 15:05:04','2022-08-02 15:05:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1357',0,'shop_order','',3),(1358,1,'2022-08-01 18:48:50','2022-08-01 18:48:50','','Order &ndash; August 1, 2022 @ 06:48 PM','','wc-completed','closed','closed','wc_order_AlGB8WohBn17I','order-aug-01-2022-0648-pm','','','2022-08-11 16:47:55','2022-08-11 16:47:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1358',0,'shop_order','',3),(1359,1,'2022-08-01 20:13:09','2022-08-01 20:13:09','','Order &ndash; August 1, 2022 @ 08:13 PM','','wc-completed','closed','closed','wc_order_IfzGl86TEFB10','order-aug-01-2022-0813-pm','','','2022-08-03 17:48:31','2022-08-03 17:48:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1359',0,'shop_order','',3),(1360,1,'2022-08-01 20:54:35','2022-08-01 20:54:35','','Order &ndash; August 1, 2022 @ 08:54 PM','','wc-completed','closed','closed','wc_order_1N5vik5bXmY26','order-aug-01-2022-0854-pm','','','2022-08-03 17:43:06','2022-08-03 17:43:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1360',0,'shop_order','',3),(1361,1,'2022-08-02 19:55:45','2022-08-02 19:55:45','','Order &ndash; August 2, 2022 @ 07:55 PM','','wc-completed','closed','closed','wc_order_8BoF3EyKYhkwP','order-aug-02-2022-0755-pm','','','2022-08-09 20:19:55','2022-08-09 20:19:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1361',0,'shop_order','',5),(1362,1,'2022-08-03 11:53:34','2022-08-03 11:53:34','','Order &ndash; August 3, 2022 @ 11:53 AM','','wc-completed','closed','closed','wc_order_rWWk01PnskDma','order-aug-03-2022-1153-am','','','2022-08-05 17:11:56','2022-08-05 17:11:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1362',0,'shop_order','',3),(1365,1,'2022-08-04 18:01:43','2022-08-04 18:01:43','','Order &ndash; August 4, 2022 @ 06:01 PM','','wc-completed','closed','closed','wc_order_jTF6OsT5oqmlu','order-aug-04-2022-0601-pm','','','2022-08-11 16:47:15','2022-08-11 16:47:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1365',0,'shop_order','',3),(1366,1,'2022-08-05 15:24:25','2022-08-05 15:24:25','','Order &ndash; August 5, 2022 @ 03:24 PM','','wc-completed','closed','closed','wc_order_j7T8IwjilFw8v','order-aug-05-2022-0324-pm','','','2022-08-08 21:41:19','2022-08-08 21:41:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1366',0,'shop_order','',3),(1367,1,'2022-08-06 18:55:46','2022-08-06 18:55:46','','Order &ndash; August 6, 2022 @ 06:55 PM','','wc-completed','closed','closed','wc_order_hPCgjtktPlfol','order-aug-06-2022-0655-pm','','','2022-08-08 21:30:48','2022-08-08 21:30:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1367',0,'shop_order','',3),(1368,1,'2022-08-07 18:31:54','2022-08-07 18:31:54','','Order &ndash; August 7, 2022 @ 06:31 PM','','wc-completed','closed','closed','wc_order_6HqrU7tahDaye','order-aug-07-2022-0631-pm','','','2022-08-08 21:13:22','2022-08-08 21:13:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1368',0,'shop_order','',3),(1369,1,'2022-08-09 13:42:13','2022-08-09 13:42:13','','Order &ndash; August 9, 2022 @ 01:42 PM','','wc-completed','closed','closed','wc_order_AJN7PX4pUZNjb','order-aug-09-2022-0142-pm','','','2022-08-10 23:05:24','2022-08-10 23:05:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1369',0,'shop_order','',5),(1370,1,'2022-08-09 15:25:16','2022-08-09 15:25:16','','Order &ndash; August 9, 2022 @ 03:25 PM','','wc-completed','closed','closed','wc_order_KvXrimDr4f7vQ','order-aug-09-2022-0325-pm','','','2022-08-09 20:57:16','2022-08-09 20:57:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1370',0,'shop_order','',5),(1371,1,'2022-08-09 16:11:11','2022-08-09 16:11:11','','Order &ndash; August 9, 2022 @ 04:11 PM','','wc-completed','closed','closed','wc_order_cqeYkseHMPCTG','order-aug-09-2022-0411-pm','','','2022-08-09 20:09:07','2022-08-09 20:09:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1371',0,'shop_order','',3),(1372,1,'2022-08-09 19:08:43','2022-08-09 19:08:43','','Order &ndash; August 9, 2022 @ 07:08 PM','','wc-completed','closed','closed','wc_order_uP3UQZRMHWAAj','order-aug-09-2022-0708-pm','','','2022-08-10 16:30:56','2022-08-10 16:30:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1372',0,'shop_order','',3),(1373,1,'2022-08-10 02:21:05','2022-08-10 02:21:05','','Order &ndash; August 10, 2022 @ 02:21 AM','','wc-completed','closed','closed','wc_order_hEpn1Ip7XYsx5','order-aug-10-2022-0221-am','','','2022-08-10 23:02:48','2022-08-10 23:02:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1373',0,'shop_order','',3),(1374,1,'2022-08-10 16:18:03','2022-08-10 16:18:03','','Order &ndash; August 10, 2022 @ 04:18 PM','','wc-completed','closed','closed','wc_order_1QAeuwdmVxc7q','order-aug-10-2022-0418-pm','','','2022-08-10 23:01:08','2022-08-10 23:01:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1374',0,'shop_order','',3),(1375,1,'2022-08-10 16:23:31','2022-08-10 16:23:31','','Order &ndash; August 10, 2022 @ 04:23 PM','','wc-completed','closed','closed','wc_order_N6Kh9Qsl8k6qw','order-aug-10-2022-0423-pm','','','2022-08-10 23:00:12','2022-08-10 23:00:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1375',0,'shop_order','',3),(1376,1,'2022-08-10 16:33:39','2022-08-10 16:33:39','','Order &ndash; August 10, 2022 @ 04:33 PM','','wc-completed','closed','closed','wc_order_LXuL0H4LHP9h3','order-aug-10-2022-0433-pm','','','2022-08-10 22:59:29','2022-08-10 22:59:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1376',0,'shop_order','',3),(1378,1,'2022-08-11 15:13:49','2022-08-11 15:13:49','','Order &ndash; August 11, 2022 @ 03:13 PM','','wc-completed','closed','closed','wc_order_mdrFOXIEQGsJM','order-aug-11-2022-0313-pm','','','2022-08-15 14:42:51','2022-08-15 14:42:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1378',0,'shop_order','',5),(1379,1,'2022-08-11 17:13:54','2022-08-11 17:13:54','','Order &ndash; August 11, 2022 @ 05:13 PM','','wc-completed','closed','closed','wc_order_WL1Xu6q1ZX21y','order-aug-11-2022-0513-pm','','','2022-08-15 14:43:29','2022-08-15 14:43:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1379',0,'shop_order','',3),(1380,1,'2022-08-12 16:44:50','2022-08-12 16:44:50','','Order &ndash; August 12, 2022 @ 04:44 PM','','wc-completed','closed','closed','wc_order_0Uvvk5Sj068RI','order-aug-12-2022-0444-pm','','','2022-08-15 14:39:31','2022-08-15 14:39:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1380',0,'shop_order','',3),(1381,1,'2022-08-12 17:28:31','2022-08-12 17:28:31','','Order &ndash; August 12, 2022 @ 05:28 PM','','wc-cancelled','open','closed','wc_order_gXRNTtcS6UCJ6','order-aug-12-2022-0528-pm','','','2022-08-15 14:00:45','2022-08-15 14:00:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1381',0,'shop_order','',1),(1382,1,'2022-08-12 17:29:52','2022-08-12 17:29:52','','Order &ndash; August 12, 2022 @ 05:29 PM','','wc-completed','closed','closed','wc_order_HChaztVkRiuRq','order-aug-12-2022-0529-pm','','','2022-08-15 19:59:21','2022-08-15 19:59:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1382',0,'shop_order','',5),(1383,1,'2022-08-13 16:07:07','2022-08-13 16:07:07','','Order &ndash; August 13, 2022 @ 04:07 PM','','wc-completed','closed','closed','wc_order_xRFOP9DeUdy1Q','order-aug-13-2022-0407-pm','','','2022-08-17 19:01:32','2022-08-17 19:01:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1383',0,'shop_order','',5),(1384,1,'2022-08-15 19:55:24','2022-08-15 19:55:24','','Order &ndash; August 15, 2022 @ 07:55 PM','','wc-completed','closed','closed','wc_order_maBneXwjLojHv','order-aug-15-2022-0755-pm','','','2022-08-16 17:13:34','2022-08-16 17:13:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1384',0,'shop_order','',5),(1385,1,'2022-08-16 14:39:17','2022-08-16 14:39:17','','Order &ndash; August 16, 2022 @ 02:39 PM','','wc-completed','closed','closed','wc_order_6DMmxbM4DVcSS','order-aug-16-2022-0239-pm','','','2022-08-17 16:27:38','2022-08-17 16:27:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1385',0,'shop_order','',3),(1386,1,'2022-08-17 04:32:54','2022-08-17 04:32:54','','Order &ndash; August 17, 2022 @ 04:32 AM','','wc-completed','closed','closed','wc_order_jRHYAIGhcVyuj','order-aug-17-2022-0432-am','','','2022-08-17 18:59:34','2022-08-17 18:59:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1386',0,'shop_order','',3),(1387,1,'2022-08-17 17:16:03','2022-08-17 17:16:03','','Order &ndash; August 17, 2022 @ 05:16 PM','','wc-completed','closed','closed','wc_order_nO4XpZAVnW2vS','order-aug-17-2022-0516-pm','','','2022-08-18 21:10:07','2022-08-18 21:10:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1387',0,'shop_order','',3),(1388,1,'2022-08-17 18:09:06','2022-08-17 18:09:06','','Order &ndash; August 17, 2022 @ 06:09 PM','','wc-completed','closed','closed','wc_order_g4kVIPTf4CHxL','order-aug-17-2022-0609-pm','','','2022-08-18 21:09:30','2022-08-18 21:09:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1388',0,'shop_order','',3),(1389,1,'2022-08-18 16:18:14','2022-08-18 16:18:14','','Order &ndash; August 18, 2022 @ 04:18 PM','','wc-completed','closed','closed','wc_order_eWIeJ1KlTLBkd','order-aug-18-2022-0418-pm','','','2022-08-18 21:11:58','2022-08-18 21:11:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1389',0,'shop_order','',3),(1391,1,'2022-08-18 22:28:09','2022-08-18 22:28:09','','Order &ndash; August 18, 2022 @ 10:28 PM','','wc-completed','closed','closed','wc_order_uZo1b7yZiasw6','order-aug-18-2022-1028-pm','','','2022-08-29 18:30:37','2022-08-29 18:30:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1391',0,'shop_order','',5),(1392,1,'2022-08-19 18:00:05','2022-08-19 18:00:05','','Order &ndash; August 19, 2022 @ 06:00 PM','','wc-completed','closed','closed','wc_order_GyBzPpzhDtaQV','order-aug-19-2022-0600-pm','','','2022-08-22 21:05:10','2022-08-22 21:05:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1392',0,'shop_order','',3),(1393,1,'2022-08-19 20:36:54','2022-08-19 20:36:54','','Order &ndash; August 19, 2022 @ 08:36 PM','','wc-completed','closed','closed','wc_order_IFhYPcfJ1q2y4','order-aug-19-2022-0836-pm','','','2022-08-22 20:59:16','2022-08-22 20:59:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1393',0,'shop_order','',5),(1394,1,'2022-08-19 22:18:24','2022-08-19 22:18:24','','Order &ndash; August 19, 2022 @ 10:18 PM','','wc-completed','closed','closed','wc_order_iAXbERfjIf2sB','order-aug-19-2022-1018-pm','','','2022-08-24 17:31:45','2022-08-24 17:31:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1394',0,'shop_order','',5),(1395,1,'2022-08-21 22:08:54','2022-08-21 22:08:54','','Order &ndash; August 21, 2022 @ 10:08 PM','','wc-completed','closed','closed','wc_order_1piajoUCF4sae','order-aug-21-2022-1008-pm','','','2022-08-22 20:58:34','2022-08-22 20:58:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1395',0,'shop_order','',3),(1396,1,'2022-08-22 15:02:40','2022-08-22 15:02:40','','Order &ndash; August 22, 2022 @ 03:02 PM','Leave at door to suite- no weekend delivery','wc-completed','closed','closed','wc_order_i5O5kMkwHtzT0','order-aug-22-2022-0302-pm','','','2022-08-22 21:01:13','2022-08-22 21:01:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1396',0,'shop_order','',3),(1397,1,'2022-08-22 15:09:32','2022-08-22 15:09:32','','Order &ndash; August 22, 2022 @ 03:09 PM','','wc-completed','closed','closed','wc_order_Ikhg3mWgO6kwo','order-aug-22-2022-0309-pm','','','2022-08-22 20:57:57','2022-08-22 20:57:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1397',0,'shop_order','',3),(1398,1,'2022-08-22 15:15:48','2022-08-22 15:15:48','','Order &ndash; August 22, 2022 @ 03:15 PM','','wc-refunded','open','closed','wc_order_FJ0NcRR99PCrX','order-aug-22-2022-0315-pm','','','2022-08-22 20:21:12','2022-08-22 20:21:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1398',0,'shop_order','',4),(1399,1,'2022-08-22 15:18:50','2022-08-22 15:18:50','','Order &ndash; August 22, 2022 @ 03:18 PM','Deliver to office entrance','wc-completed','closed','closed','wc_order_ZHNI4R7pTQI5V','order-aug-22-2022-0318-pm','','','2022-08-24 17:35:11','2022-08-24 17:35:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1399',0,'shop_order','',3),(1400,1,'2022-08-22 15:24:20','2022-08-22 15:24:20','','Order &ndash; August 22, 2022 @ 03:24 PM','','wc-completed','closed','closed','wc_order_o4vj8NOQcpZLp','order-aug-22-2022-0324-pm','','','2022-08-22 21:06:03','2022-08-22 21:06:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1400',0,'shop_order','',3),(1401,1,'2022-08-22 16:13:26','2022-08-22 16:13:26','','Order &ndash; August 22, 2022 @ 04:13 PM','','wc-cancelled','open','closed','wc_order_8U861meFhw137','order-aug-22-2022-0413-pm','','','2022-08-22 16:15:28','2022-08-22 16:15:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1401',0,'shop_order','',1),(1402,1,'2022-08-22 16:15:43','2022-08-22 16:15:43','','Order &ndash; August 22, 2022 @ 04:15 PM','','wc-completed','closed','closed','wc_order_MA1qcFuZSnPmj','order-aug-22-2022-0415-pm','','','2022-08-22 21:03:27','2022-08-22 21:03:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1402',0,'shop_order','',3),(1403,1,'2022-08-22 20:14:25','2022-08-22 20:14:25','','Order &ndash; August 22, 2022 @ 08:14 PM','','wc-completed','closed','closed','wc_order_8Flhc23wk2ZuR','order-aug-22-2022-0814-pm','','','2022-08-22 21:07:12','2022-08-22 21:07:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1403',0,'shop_order','',3),(1405,1,'2022-08-22 20:21:08','2022-08-22 20:21:08','','Refund &ndash; Aug 22, 2022 @ 08:21 PM','','wc-completed','closed','closed','wc_order_f2ySJ9edt9CDY','refund-aug-22-2022-0821-pm','','','2022-08-22 20:21:08','2022-08-22 20:21:08','',1398,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1405',0,'shop_order_refund','',0),(1406,1,'2022-08-22 21:51:57','2022-08-22 21:51:57','','Order &ndash; August 22, 2022 @ 09:51 PM','','wc-completed','closed','closed','wc_order_oFdhvbmIW0KrR','order-aug-22-2022-0951-pm','','','2022-08-24 17:33:31','2022-08-24 17:33:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1406',0,'shop_order','',5),(1407,1,'2022-08-23 14:45:07','2022-08-23 14:45:07','','Order &ndash; August 23, 2022 @ 02:45 PM','','wc-completed','closed','closed','wc_order_8msW3f6FDcGhU','order-aug-23-2022-0245-pm','','','2022-08-24 17:34:56','2022-08-24 17:34:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1407',0,'shop_order','',4),(1408,1,'2022-08-23 21:12:09','2022-08-23 21:12:09','','Order &ndash; August 23, 2022 @ 09:12 PM','','wc-completed','closed','closed','wc_order_eZJpLoyx4USnP','order-aug-23-2022-0912-pm','','','2022-08-24 17:32:45','2022-08-24 17:32:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1408',0,'shop_order','',3),(1409,1,'2022-08-23 23:13:23','2022-08-23 23:13:23','','Order &ndash; August 23, 2022 @ 11:13 PM','','wc-completed','closed','closed','wc_order_8lWtQDqn4bCPY','order-aug-23-2022-1113-pm','','','2022-08-24 17:29:47','2022-08-24 17:29:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1409',0,'shop_order','',3),(1410,1,'2022-08-24 15:25:09','2022-08-24 15:25:09','','Order &ndash; August 24, 2022 @ 03:25 PM','','wc-completed','closed','closed','wc_order_mF7sSphfM288d','order-aug-24-2022-0325-pm','','','2022-08-24 17:28:04','2022-08-24 17:28:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1410',0,'shop_order','',3),(1411,1,'2022-08-25 17:13:19','2022-08-25 17:13:19','','Order &ndash; August 25, 2022 @ 05:13 PM','','wc-completed','closed','closed','wc_order_e6hL59ldKjM9M','order-aug-25-2022-0513-pm','','','2022-08-25 21:03:04','2022-08-25 21:03:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1411',0,'shop_order','',3),(1412,1,'2022-08-25 17:23:53','2022-08-25 17:23:53','','Order &ndash; August 25, 2022 @ 05:23 PM','','wc-completed','closed','closed','wc_order_tzp9eRVKHaB9U','order-aug-25-2022-0523-pm','','','2022-08-26 20:25:19','2022-08-26 20:25:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1412',0,'shop_order','',5),(1414,1,'2022-08-25 22:49:58','2022-08-25 22:49:58','','Order &ndash; August 25, 2022 @ 10:49 PM','','wc-completed','closed','closed','wc_order_YlZtOeWrkLxTA','order-aug-25-2022-1049-pm','','','2022-08-26 20:24:26','2022-08-26 20:24:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1414',0,'shop_order','',3),(1416,1,'2022-08-26 21:42:16','2022-08-26 21:42:16','','Order &ndash; August 26, 2022 @ 09:42 PM','Ship tp Portland Office at 5201 SW Westgate Dr #106, Portland Or, 97221','wc-completed','closed','closed','wc_order_FCZx1waYfQ8Di','order-aug-26-2022-0942-pm','','','2022-08-30 17:43:24','2022-08-30 17:43:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1416',0,'shop_order','',3),(1417,1,'2022-08-28 01:23:36','2022-08-28 01:23:36','','Order &ndash; August 28, 2022 @ 01:23 AM','','wc-completed','closed','closed','wc_order_Q3cR9UacwCqnO','order-aug-28-2022-0123-am','','','2022-08-30 15:51:41','2022-08-30 15:51:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1417',0,'shop_order','',3),(1418,1,'2022-08-29 03:49:43','2022-08-29 03:49:43','','Order &ndash; August 29, 2022 @ 03:49 AM','','wc-completed','closed','closed','wc_order_nSXk7ARkdrNP4','order-aug-29-2022-0349-am','','','2022-09-01 17:03:22','2022-09-01 17:03:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1418',0,'shop_order','',5),(1419,1,'2022-08-29 15:21:10','2022-08-29 15:21:10','','Order &ndash; August 29, 2022 @ 03:21 PM','','wc-completed','closed','closed','wc_order_rth8EVzLhOvkZ','order-aug-29-2022-0321-pm','','','2022-08-30 15:45:25','2022-08-30 15:45:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1419',0,'shop_order','',3),(1420,1,'2022-08-29 16:36:58','2022-08-29 16:36:58','','Order &ndash; August 29, 2022 @ 04:36 PM','','wc-completed','closed','closed','wc_order_V1nO9ULMvOoYc','order-aug-29-2022-0436-pm','','','2022-09-22 14:29:13','2022-09-22 14:29:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1420',0,'shop_order','',5),(1421,1,'2022-08-29 23:07:09','2022-08-29 23:07:09','','Order &ndash; August 29, 2022 @ 11:07 PM','','wc-completed','closed','closed','wc_order_dfj2ois2rmAFJ','order-aug-29-2022-1107-pm','','','2022-09-01 17:05:36','2022-09-01 17:05:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1421',0,'shop_order','',5),(1422,1,'2022-08-30 01:50:37','2022-08-30 01:50:37','','Order &ndash; August 30, 2022 @ 01:50 AM','','wc-completed','closed','closed','wc_order_G6VE7EW5xuEez','order-aug-30-2022-0150-am','','','2022-09-01 18:32:41','2022-09-01 18:32:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1422',0,'shop_order','',5),(1423,1,'2022-08-30 15:49:17','2022-08-30 15:49:17','','Order &ndash; August 30, 2022 @ 03:49 PM','','wc-completed','closed','closed','wc_order_ZvlwzYE4T3d1e','order-aug-30-2022-0349-pm','','','2022-08-30 17:46:06','2022-08-30 17:46:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1423',0,'shop_order','',3),(1424,1,'2022-08-30 15:58:39','2022-08-30 15:58:39','','Order &ndash; August 30, 2022 @ 03:58 PM','','wc-completed','closed','closed','wc_order_fNlA5NlkJRXgm','order-aug-30-2022-0358-pm','','','2022-08-30 17:45:42','2022-08-30 17:45:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1424',0,'shop_order','',3),(1425,1,'2022-08-30 19:36:53','2022-08-30 19:36:53','','Order &ndash; August 30, 2022 @ 07:36 PM','','wc-completed','closed','closed','wc_order_PCEZ8qUOlLI5F','order-aug-30-2022-0736-pm','','','2022-08-31 17:51:38','2022-08-31 17:51:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1425',0,'shop_order','',3),(1426,1,'2022-08-30 20:04:42','2022-08-30 20:04:42','','Order &ndash; August 30, 2022 @ 08:04 PM','','wc-completed','closed','closed','wc_order_q4CN3KuLoySId','order-aug-30-2022-0804-pm','','','2022-09-01 17:01:56','2022-09-01 17:01:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1426',0,'shop_order','',5),(1427,1,'2022-08-31 14:14:05','2022-08-31 14:14:05','','Order &ndash; August 31, 2022 @ 02:14 PM','','wc-completed','closed','closed','wc_order_4Vos0F4AnM6hD','order-aug-31-2022-0214-pm','','','2022-09-01 16:59:40','2022-09-01 16:59:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1427',0,'shop_order','',5),(1428,1,'2022-08-31 20:27:46','2022-08-31 20:27:46','','Order &ndash; August 31, 2022 @ 08:27 PM','','wc-cancelled','closed','closed','wc_order_QTduEVqjqpnFa','order-aug-31-2022-0827-pm','','','2022-09-01 15:24:02','2022-09-01 15:24:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1428',0,'shop_order','',2),(1429,1,'2022-08-31 22:17:13','2022-08-31 22:17:13','','Order &ndash; August 31, 2022 @ 10:17 PM','','wc-completed','closed','closed','wc_order_z5XM6QZtRh7fj','order-aug-31-2022-1017-pm','','','2022-09-01 18:33:42','2022-09-01 18:33:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1429',0,'shop_order','',3),(1430,1,'2022-09-01 11:30:16','2022-09-01 11:30:16','','Order &ndash; September 1, 2022 @ 11:30 AM','','wc-completed','closed','closed','wc_order_PHEEJDc8E8jgt','order-sep-01-2022-1130-am','','','2022-09-02 20:58:13','2022-09-02 20:58:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1430',0,'shop_order','',5),(1431,1,'2022-09-01 12:40:02','2022-09-01 12:40:02','','Order &ndash; September 1, 2022 @ 12:40 PM','','wc-completed','closed','closed','wc_order_HhxqpbwjsXsXw','order-sep-01-2022-1240-pm','','','2022-09-02 21:06:45','2022-09-02 21:06:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1431',0,'shop_order','',3),(1434,1,'2022-09-01 18:51:42','2022-09-01 18:51:42','','Order &ndash; September 1, 2022 @ 06:51 PM','','wc-completed','closed','closed','wc_order_ZrHANfs42XWqk','order-sep-01-2022-0651-pm','','','2022-09-02 21:02:56','2022-09-02 21:02:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1434',0,'shop_order','',3),(1435,1,'2022-09-01 20:09:40','2022-09-01 20:09:40','','Order &ndash; September 1, 2022 @ 08:09 PM','','wc-completed','closed','closed','wc_order_xTymAKZyFSdu9','order-sep-01-2022-0809-pm','','','2022-09-02 20:56:47','2022-09-02 20:56:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1435',0,'shop_order','',3),(1436,1,'2022-09-02 16:24:34','2022-09-02 16:24:34','','Order &ndash; September 2, 2022 @ 04:24 PM','','wc-completed','closed','closed','wc_order_aMthnBWBjJ5gF','order-sep-02-2022-0424-pm','','','2022-09-06 17:17:40','2022-09-06 17:17:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1436',0,'shop_order','',3),(1437,1,'2022-09-03 15:13:44','2022-09-03 15:13:44','','Order &ndash; September 3, 2022 @ 03:13 PM','','wc-completed','closed','closed','wc_order_wFxIGR3IhrGzp','order-sep-03-2022-0313-pm','','','2022-09-06 21:52:41','2022-09-06 21:52:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1437',0,'shop_order','',3),(1439,1,'2022-09-04 23:09:45','2022-09-04 23:09:45','','Order &ndash; September 4, 2022 @ 11:09 PM','','wc-cancelled','closed','closed','wc_order_BD9C3On7BG2Kt','order-sep-04-2022-1109-pm','','','2022-09-21 16:44:36','2022-09-21 16:44:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1439',0,'shop_order','',3),(1441,1,'2022-09-06 20:09:46','2022-09-06 20:09:46','','Order &ndash; September 6, 2022 @ 08:09 PM','','wc-completed','closed','closed','wc_order_0P7sLqcKuuQeo','order-sep-06-2022-0809-pm','','','2022-10-10 19:36:12','2022-10-10 19:36:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1441',0,'shop_order','',5),(1442,1,'2022-09-06 20:47:39','2022-09-06 20:47:39','','Order &ndash; September 6, 2022 @ 08:47 PM','','wc-completed','closed','closed','wc_order_kj4SxhVVinn01','order-sep-06-2022-0847-pm','','','2022-09-07 20:06:46','2022-09-07 20:06:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1442',0,'shop_order','',3),(1443,1,'2022-09-07 16:14:48','2022-09-07 16:14:48','','Order &ndash; September 7, 2022 @ 04:14 PM','','wc-completed','closed','closed','wc_order_badAjVOQjCEiR','order-sep-07-2022-0414-pm','','','2022-09-07 20:10:24','2022-09-07 20:10:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1443',0,'shop_order','',3),(1444,1,'2022-09-08 17:42:21','2022-09-08 17:42:21','','Order &ndash; September 8, 2022 @ 05:42 PM','','wc-completed','closed','closed','wc_order_Klu8TWkWyO87v','order-sep-08-2022-0542-pm','','','2022-09-09 17:04:23','2022-09-09 17:04:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1444',0,'shop_order','',3),(1445,1,'2022-09-08 20:57:29','2022-09-08 20:57:29','','Order &ndash; September 8, 2022 @ 08:57 PM','','wc-completed','closed','closed','wc_order_pU4fOb69DkuiV','order-sep-08-2022-0857-pm','','','2022-09-09 17:45:38','2022-09-09 17:45:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1445',0,'shop_order','',3),(1446,1,'2022-09-09 14:44:12','2022-09-09 14:44:12','','Order &ndash; September 9, 2022 @ 02:44 PM','','wc-completed','closed','closed','wc_order_WT14M8PLgDZZy','order-sep-09-2022-0244-pm','','','2022-09-12 14:08:41','2022-09-12 14:08:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1446',0,'shop_order','',5),(1447,1,'2022-09-12 15:44:15','2022-09-12 15:44:15','','Order &ndash; September 12, 2022 @ 03:44 PM','','wc-completed','closed','closed','wc_order_KWdQ4Hg2HErJw','order-sep-12-2022-0344-pm','','','2022-09-14 00:05:01','2022-09-14 00:05:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1447',0,'shop_order','',5),(1448,1,'2022-09-12 20:24:10','2022-09-12 20:24:10','','Order &ndash; September 12, 2022 @ 08:24 PM','','wc-completed','closed','closed','wc_order_gbb73JM7MJM8e','order-sep-12-2022-0824-pm','','','2022-09-14 00:03:43','2022-09-14 00:03:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1448',0,'shop_order','',3),(1449,1,'2022-09-13 16:23:51','2022-09-13 16:23:51','','Order &ndash; September 13, 2022 @ 04:23 PM','','wc-completed','closed','closed','wc_order_GKD2NgkbL9xaT','order-sep-13-2022-0423-pm','','','2022-09-14 00:08:06','2022-09-14 00:08:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1449',0,'shop_order','',3),(1451,1,'2022-09-14 13:29:07','2022-09-14 13:29:07','','Order &ndash; September 14, 2022 @ 01:29 PM','','wc-completed','closed','closed','wc_order_rap2HkRpw9eyU','order-sep-14-2022-0129-pm','','','2022-09-15 17:02:32','2022-09-15 17:02:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1451',0,'shop_order','',5),(1452,1,'2022-09-14 18:28:54','2022-09-14 18:28:54','','Order &ndash; September 14, 2022 @ 06:28 PM','','wc-completed','closed','closed','wc_order_bOWcicRRNqKU6','order-sep-14-2022-0628-pm','','','2022-09-15 22:28:39','2022-09-15 22:28:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1452',0,'shop_order','',5),(1453,1,'2022-09-16 20:15:09','2022-09-16 20:15:09','','Order &ndash; September 16, 2022 @ 08:15 PM','','wc-completed','closed','closed','wc_order_ZhpQ1jv161r6H','order-sep-16-2022-0815-pm','','','2022-09-19 21:04:14','2022-09-19 21:04:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1453',0,'shop_order','',3),(1454,1,'2022-09-16 20:18:13','2022-09-16 20:18:13','','Order &ndash; September 16, 2022 @ 08:18 PM','','wc-completed','closed','closed','wc_order_JuIXiC3V7qQzg','order-sep-16-2022-0818-pm','','','2022-09-19 17:32:00','2022-09-19 17:32:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1454',0,'shop_order','',3),(1455,1,'2022-09-16 20:25:51','2022-09-16 20:25:51','','Order &ndash; September 16, 2022 @ 08:25 PM','','wc-completed','closed','closed','wc_order_9gLGpBIsyi5N1','order-sep-16-2022-0825-pm','','','2022-09-19 21:05:53','2022-09-19 21:05:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1455',0,'shop_order','',3),(1456,1,'2022-09-16 20:31:43','2022-09-16 20:31:43','','Order &ndash; September 16, 2022 @ 08:31 PM','','wc-completed','closed','closed','wc_order_R1sOfcFEG9we2','order-sep-16-2022-0831-pm','','','2022-09-19 21:07:58','2022-09-19 21:07:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1456',0,'shop_order','',3),(1457,1,'2022-09-20 00:40:54','2022-09-20 00:40:54','','Order &ndash; September 20, 2022 @ 12:40 AM','','wc-completed','closed','closed','wc_order_KTVroyapJNZ93','order-sep-20-2022-1240-am','','','2022-10-10 19:37:26','2022-10-10 19:37:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1457',0,'shop_order','',3),(1458,1,'2022-09-20 19:17:47','2022-09-20 19:17:47','','Order &ndash; September 20, 2022 @ 07:17 PM','','wc-completed','closed','closed','wc_order_TNI8thCXAjs9O','order-sep-20-2022-0717-pm','','','2022-09-28 18:19:55','2022-09-28 18:19:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1458',0,'shop_order','',5),(1459,1,'2022-09-21 16:51:25','2022-09-21 16:51:25','','Order &ndash; September 21, 2022 @ 04:51 PM','','wc-completed','closed','closed','wc_order_uKXkjRFYf9rUZ','order-sep-21-2022-0451-pm','','','2022-09-22 14:31:27','2022-09-22 14:31:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1459',0,'shop_order','',3),(1460,1,'2022-09-21 17:02:00','2022-09-21 17:02:00','','Order &ndash; September 21, 2022 @ 05:02 PM','','wc-completed','closed','closed','wc_order_A5UXsDhpmWMGa','order-sep-21-2022-0502-pm','','','2022-10-05 17:29:05','2022-10-05 17:29:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1460',0,'shop_order','',5),(1461,1,'2022-09-21 20:11:39','2022-09-21 20:11:39','','Order &ndash; September 21, 2022 @ 08:11 PM','','wc-completed','closed','closed','wc_order_XYSnE3jAuELQv','order-sep-21-2022-0811-pm','','','2022-09-23 19:22:08','2022-09-23 19:22:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1461',0,'shop_order','',5),(1464,1,'2022-09-22 20:49:19','2022-09-22 20:49:19','','Order &ndash; September 22, 2022 @ 08:49 PM','','wc-completed','closed','closed','wc_order_PJeJuFLUoaz26','order-sep-22-2022-0849-pm','','','2022-09-26 14:41:55','2022-09-26 14:41:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1464',0,'shop_order','',3),(1465,1,'2022-09-23 16:03:42','2022-09-23 16:03:42','','Order &ndash; September 23, 2022 @ 04:03 PM','','wc-completed','closed','closed','wc_order_yFp5TQ3yZftgh','order-sep-23-2022-0403-pm','','','2022-09-26 14:39:47','2022-09-26 14:39:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1465',0,'shop_order','',3),(1466,1,'2022-09-23 20:56:55','2022-09-23 20:56:55','','Order &ndash; September 23, 2022 @ 08:56 PM','','wc-completed','closed','closed','wc_order_OJyDSOaAYZcfC','order-sep-23-2022-0856-pm','','','2022-09-26 18:26:43','2022-09-26 18:26:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1466',0,'shop_order','',3),(1467,1,'2022-09-24 19:09:15','2022-09-24 19:09:15','','Order &ndash; September 24, 2022 @ 07:09 PM','','wc-completed','closed','closed','wc_order_Jddq563qTs5HM','order-sep-24-2022-0709-pm','','','2022-09-26 20:13:17','2022-09-26 20:13:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1467',0,'shop_order','',3),(1468,1,'2022-09-24 21:07:20','2022-09-24 21:07:20','','Order &ndash; September 24, 2022 @ 09:07 PM','','wc-completed','closed','closed','wc_order_yfnOgxb7PYfjg','order-sep-24-2022-0907-pm','','','2022-10-10 19:37:54','2022-10-10 19:37:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1468',0,'shop_order','',3),(1469,1,'2022-09-26 19:43:14','2022-09-26 19:43:14','','Order &ndash; September 26, 2022 @ 07:43 PM','','wc-completed','closed','closed','wc_order_fQyil7hXGAtaW','order-sep-26-2022-0743-pm','','','2022-09-27 17:11:09','2022-09-27 17:11:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1469',0,'shop_order','',3),(1470,1,'2022-09-28 12:32:49','2022-09-28 12:32:49','','Order &ndash; September 28, 2022 @ 12:32 PM','','wc-completed','closed','closed','wc_order_OQpR2fD1TVqr6','order-sep-28-2022-1232-pm','','','2022-09-29 21:36:56','2022-09-29 21:36:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1470',0,'shop_order','',5),(1471,1,'2022-09-29 18:31:29','2022-09-29 18:31:29','','Order &ndash; September 29, 2022 @ 06:31 PM','','wc-completed','closed','closed','wc_order_I4CgnRwfuugzo','order-sep-29-2022-0631-pm','','','2022-10-03 19:14:03','2022-10-03 19:14:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1471',0,'shop_order','',5),(1473,1,'2022-09-30 19:02:27','2022-09-30 19:02:27','','Order &ndash; September 30, 2022 @ 07:02 PM','','wc-completed','closed','closed','wc_order_y2lU5hpCQ8IG1','order-sep-30-2022-0702-pm','','','2022-10-03 19:21:08','2022-10-03 19:21:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1473',0,'shop_order','',3),(1474,1,'2022-10-02 16:22:25','2022-10-02 16:22:25','','Order &ndash; October 2, 2022 @ 04:22 PM','','wc-completed','closed','closed','wc_order_FKJZSxABsokug','order-oct-02-2022-0422-pm','','','2022-10-03 19:18:55','2022-10-03 19:18:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1474',0,'shop_order','',5),(1475,1,'2022-10-03 13:01:21','2022-10-03 13:01:21','','Order &ndash; October 3, 2022 @ 01:01 PM','This is for long island','wc-completed','closed','closed','wc_order_pCrs2tfpKOt8U','order-oct-03-2022-0101-pm','','','2022-10-05 17:29:43','2022-10-05 17:29:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1475',0,'shop_order','',5),(1476,1,'2022-10-03 15:06:20','2022-10-03 15:06:20','','Order &ndash; October 3, 2022 @ 03:06 PM','','wc-completed','closed','closed','wc_order_zbRfnBZ6m8WKf','order-oct-03-2022-0306-pm','','','2022-10-03 19:18:14','2022-10-03 19:18:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1476',0,'shop_order','',3),(1477,1,'2022-10-04 18:36:54','2022-10-04 18:36:54','','Order &ndash; October 4, 2022 @ 06:36 PM','','wc-completed','closed','closed','wc_order_qCOPBaHGARncy','order-oct-04-2022-0636-pm','','','2022-10-05 17:27:00','2022-10-05 17:27:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1477',0,'shop_order','',3),(1478,1,'2022-10-04 18:43:47','2022-10-04 18:43:47','','Order &ndash; October 4, 2022 @ 06:43 PM','','wc-completed','closed','closed','wc_order_Glgb7hi0g8mBW','order-oct-04-2022-0643-pm','','','2022-10-05 17:27:31','2022-10-05 17:27:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1478',0,'shop_order','',3),(1479,1,'2022-10-07 05:11:07','2022-10-07 05:11:07','','Order &ndash; October 7, 2022 @ 05:11 AM','','wc-completed','closed','closed','wc_order_m041AfiR1sNNN','order-oct-07-2022-0511-am','','','2022-10-10 18:01:03','2022-10-10 18:01:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1479',0,'shop_order','',3),(1480,1,'2022-10-07 15:45:58','2022-10-07 15:45:58','','Order &ndash; October 7, 2022 @ 03:45 PM','','wc-completed','closed','closed','wc_order_2mY7CFtOIyCjL','order-oct-07-2022-0345-pm','','','2022-10-10 18:03:01','2022-10-10 18:03:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1480',0,'shop_order','',3),(1481,1,'2022-10-09 16:57:36','2022-10-09 16:57:36','','Order &ndash; October 9, 2022 @ 04:57 PM','','wc-completed','closed','closed','wc_order_t2KnnpyRy31cA','order-oct-09-2022-0457-pm','','','2022-10-10 19:38:41','2022-10-10 19:38:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1481',0,'shop_order','',3),(1482,1,'2022-10-09 20:45:46','2022-10-09 20:45:46','','Order &ndash; October 9, 2022 @ 08:45 PM','','wc-cancelled','open','closed','wc_order_GTCfYjrSu6E2y','order-oct-09-2022-0845-pm','','','2022-10-09 20:46:09','2022-10-09 20:46:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1482',0,'shop_order','',1),(1483,1,'2022-10-09 20:46:30','2022-10-09 20:46:30','','Order &ndash; October 9, 2022 @ 08:46 PM','','wc-completed','closed','closed','wc_order_wMTeke9a7ut0x','order-oct-09-2022-0846-pm','','','2022-10-10 17:59:55','2022-10-10 17:59:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1483',0,'shop_order','',3),(1485,1,'2022-10-10 18:22:53','2022-10-10 18:22:53','','Order &ndash; October 10, 2022 @ 06:22 PM','','wc-completed','closed','closed','wc_order_IVGyE4s5giAWs','order-oct-10-2022-0622-pm','','','2022-10-11 17:11:01','2022-10-11 17:11:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1485',0,'shop_order','',3),(1486,1,'2022-10-11 03:54:22','2022-10-11 03:54:22','','Order &ndash; October 11, 2022 @ 03:54 AM','','wc-completed','closed','closed','wc_order_wOgRqPCgpw4m6','order-oct-11-2022-0354-am','','','2022-10-11 17:11:50','2022-10-11 17:11:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1486',0,'shop_order','',3),(1487,1,'2022-10-11 17:21:11','2022-10-11 17:21:11','','Order &ndash; October 11, 2022 @ 05:21 PM','','wc-completed','closed','closed','wc_order_9vOPzeCQK9kSj','order-oct-11-2022-0521-pm','','','2022-10-12 14:26:52','2022-10-12 14:26:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1487',0,'shop_order','',3),(1488,1,'2022-10-11 19:12:52','2022-10-11 19:12:52','','Order &ndash; October 11, 2022 @ 07:12 PM','','wc-completed','closed','closed','wc_order_EYfr7rxhDyzFK','order-oct-11-2022-0712-pm','','','2022-10-12 14:18:10','2022-10-12 14:18:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1488',0,'shop_order','',3),(1489,1,'2022-10-11 20:53:01','2022-10-11 20:53:01','','Order &ndash; October 11, 2022 @ 08:53 PM','','wc-completed','closed','closed','wc_order_fic1bHLUW3H0y','order-oct-11-2022-0853-pm','','','2022-10-12 20:34:05','2022-10-12 20:34:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1489',0,'shop_order','',3),(1490,1,'2022-10-12 19:01:47','2022-10-12 19:01:47','','Order &ndash; October 12, 2022 @ 07:01 PM','','wc-completed','closed','closed','wc_order_lmYGjUubZ1xaW','order-oct-12-2022-0701-pm','','','2022-10-13 21:49:36','2022-10-13 21:49:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1490',0,'shop_order','',3),(1491,1,'2022-10-13 18:32:17','2022-10-13 18:32:17','','Order &ndash; October 13, 2022 @ 06:32 PM','','wc-completed','closed','closed','wc_order_0KM5sb98RlaC9','order-oct-13-2022-0632-pm','','','2022-10-17 14:07:45','2022-10-17 14:07:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1491',0,'shop_order','',5),(1492,1,'2022-10-14 16:33:11','2022-10-14 16:33:11','','Order &ndash; October 14, 2022 @ 04:33 PM','','wc-completed','closed','closed','wc_order_U4D9JIhiusKPZ','order-oct-14-2022-0433-pm','','','2022-10-17 14:09:28','2022-10-17 14:09:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1492',0,'shop_order','',3),(1493,1,'2022-10-14 16:36:03','2022-10-14 16:36:03','','Order &ndash; October 14, 2022 @ 04:36 PM','','wc-completed','closed','closed','wc_order_tN2QMmedC1vsR','order-oct-14-2022-0436-pm','','','2022-10-17 14:10:39','2022-10-17 14:10:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1493',0,'shop_order','',3),(1494,1,'2022-10-14 16:39:50','2022-10-14 16:39:50','','Order &ndash; October 14, 2022 @ 04:39 PM','','wc-completed','closed','closed','wc_order_ECW65Ju8N4FOk','order-oct-14-2022-0439-pm','','','2022-10-17 14:11:35','2022-10-17 14:11:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1494',0,'shop_order','',3),(1495,1,'2022-10-14 16:43:11','2022-10-14 16:43:11','','Order &ndash; October 14, 2022 @ 04:43 PM','','wc-completed','closed','closed','wc_order_olIfDadZv1r0S','order-oct-14-2022-0443-pm','','','2022-10-17 14:14:33','2022-10-17 14:14:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1495',0,'shop_order','',3),(1496,1,'2022-10-16 00:14:08','2022-10-16 00:14:08','','Order &ndash; October 16, 2022 @ 12:14 AM','','wc-completed','closed','closed','wc_order_EYrlHYaEpSp7M','order-oct-16-2022-1214-am','','','2022-10-18 20:14:03','2022-10-18 20:14:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1496',0,'shop_order','',5),(1497,1,'2022-10-17 15:20:58','2022-10-17 15:20:58','','Order &ndash; October 17, 2022 @ 03:20 PM','','wc-completed','closed','closed','wc_order_LjRQhWqKUZKk6','order-oct-17-2022-0320-pm','','','2022-10-18 20:17:47','2022-10-18 20:17:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1497',0,'shop_order','',3),(1498,1,'2022-10-17 16:49:20','2022-10-17 16:49:20','','Order &ndash; October 17, 2022 @ 04:49 PM','Kitsap clinic','wc-completed','closed','closed','wc_order_XGk5m2IbxVSHA','order-oct-17-2022-0449-pm','','','2022-11-10 21:32:54','2022-11-10 21:32:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1498',0,'shop_order','',5),(1499,1,'2022-10-17 16:50:38','2022-10-17 16:50:38','','Order &ndash; October 17, 2022 @ 04:50 PM','Lakewood clinic','wc-completed','closed','closed','wc_order_9N8SHhoGDOER8','order-oct-17-2022-0450-pm','','','2022-11-10 21:34:13','2022-11-10 21:34:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1499',0,'shop_order','',5),(1500,1,'2022-10-17 16:52:08','2022-10-17 16:52:08','','Order &ndash; October 17, 2022 @ 04:52 PM','Puyallup','wc-completed','closed','closed','wc_order_DV7snYuUHGp7r','order-oct-17-2022-0452-pm','','','2022-11-10 21:32:06','2022-11-10 21:32:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1500',0,'shop_order','',5),(1502,1,'2022-10-17 18:46:57','2022-10-17 18:46:57','','Order &ndash; October 17, 2022 @ 06:46 PM','','wc-completed','closed','closed','wc_order_IEN90MEUVH2UX','order-oct-17-2022-0646-pm','','','2022-10-19 22:44:42','2022-10-19 22:44:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1502',0,'shop_order','',5),(1503,1,'2022-10-17 20:16:55','2022-10-17 20:16:55','','Order &ndash; October 17, 2022 @ 08:16 PM','','wc-completed','closed','closed','wc_order_qCmOxXpucfyQr','order-oct-17-2022-0816-pm','','','2022-10-18 20:08:09','2022-10-18 20:08:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1503',0,'shop_order','',3),(1504,1,'2022-10-17 21:42:52','2022-10-17 21:42:52','','Order &ndash; October 17, 2022 @ 09:42 PM','','wc-completed','closed','closed','wc_order_9jFru05pWI8wA','order-oct-17-2022-0942-pm','','','2022-10-18 20:11:10','2022-10-18 20:11:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1504',0,'shop_order','',3),(1505,1,'2022-10-18 14:36:31','2022-10-18 14:36:31','','Order &ndash; October 18, 2022 @ 02:36 PM','','wc-completed','closed','closed','wc_order_7easGwzTZBHNp','order-oct-18-2022-0236-pm','','','2022-10-18 20:04:20','2022-10-18 20:04:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1505',0,'shop_order','',3),(1506,1,'2022-10-18 16:03:25','2022-10-18 16:03:25','','Order &ndash; October 18, 2022 @ 04:03 PM','','wc-completed','closed','closed','wc_order_MYEBMiAIBwcFF','order-oct-18-2022-0403-pm','','','2022-10-19 22:46:01','2022-10-19 22:46:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1506',0,'shop_order','',5),(1507,1,'2022-10-18 23:17:48','2022-10-18 23:17:48','','Order &ndash; October 18, 2022 @ 11:17 PM','','wc-completed','closed','closed','wc_order_mBW9sG1pW2qYZ','order-oct-18-2022-1117-pm','','','2022-10-19 22:45:21','2022-10-19 22:45:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1507',0,'shop_order','',3),(1508,1,'2022-10-19 19:33:32','2022-10-19 19:33:32','','Order &ndash; October 19, 2022 @ 07:33 PM','','wc-completed','closed','closed','wc_order_Pmf5aj1fmX6jI','order-oct-19-2022-0733-pm','','','2022-10-20 20:05:21','2022-10-20 20:05:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1508',0,'shop_order','',5),(1509,1,'2022-10-19 22:56:24','2022-10-19 22:56:24','','Order &ndash; October 19, 2022 @ 10:56 PM','Ship to Pdx Office','wc-completed','closed','closed','wc_order_MnHnXoENlo8Et','order-oct-19-2022-1056-pm','','','2022-10-20 20:04:39','2022-10-20 20:04:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1509',0,'shop_order','',3),(1510,1,'2022-10-21 17:35:49','2022-10-21 17:35:49','','Order &ndash; October 21, 2022 @ 05:35 PM','','wc-completed','closed','closed','wc_order_Hfq4e1jCu74nQ','order-oct-21-2022-0535-pm','','','2022-10-24 16:24:41','2022-10-24 16:24:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1510',0,'shop_order','',3),(1511,1,'2022-10-21 19:49:55','2022-10-21 19:49:55','','Order &ndash; October 21, 2022 @ 07:49 PM','','wc-completed','closed','closed','wc_order_WM2lpvO8ImxmK','order-oct-21-2022-0749-pm','','','2022-10-24 16:34:57','2022-10-24 16:34:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1511',0,'shop_order','',3),(1512,1,'2022-10-21 20:14:29','2022-10-21 20:14:29','','Order &ndash; October 21, 2022 @ 08:14 PM','','wc-completed','closed','closed','wc_order_YqmeOFIGbLf6E','order-oct-21-2022-0814-pm','','','2022-10-24 16:39:13','2022-10-24 16:39:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1512',0,'shop_order','',3),(1513,1,'2022-10-21 21:13:18','2022-10-21 21:13:18','','Order &ndash; October 21, 2022 @ 09:13 PM','','wc-completed','closed','closed','wc_order_hVbetp7LGIhnx','order-oct-21-2022-0913-pm','','','2022-10-24 16:40:14','2022-10-24 16:40:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1513',0,'shop_order','',3),(1514,1,'2022-10-24 15:48:20','2022-10-24 15:48:20','','Order &ndash; October 24, 2022 @ 03:48 PM','','wc-completed','closed','closed','wc_order_nI4uTvQF8JJmt','order-oct-24-2022-0348-pm','','','2022-10-25 15:00:24','2022-10-25 15:00:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1514',0,'shop_order','',3),(1515,1,'2022-10-24 19:01:01','2022-10-24 19:01:01','','Order &ndash; October 24, 2022 @ 07:01 PM','','wc-completed','closed','closed','wc_order_su2poIWtMAuxY','order-oct-24-2022-0701-pm','','','2022-10-25 18:09:10','2022-10-25 18:09:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1515',0,'shop_order','',3),(1517,1,'2022-10-25 17:00:42','2022-10-25 17:00:42','','Order &ndash; October 25, 2022 @ 05:00 PM','','wc-completed','closed','closed','wc_order_3sNcasgIhy6uH','order-oct-25-2022-0500-pm','','','2022-10-26 16:18:27','2022-10-26 16:18:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1517',0,'shop_order','',5),(1518,1,'2022-10-25 20:59:59','2022-10-25 20:59:59','','Order &ndash; October 25, 2022 @ 08:59 PM','','wc-completed','closed','closed','wc_order_UxxkMcjZO5M7B','order-oct-25-2022-0859-pm','','','2022-10-26 20:20:12','2022-10-26 20:20:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1518',0,'shop_order','',3),(1519,1,'2022-10-26 21:19:49','2022-10-26 21:19:49','','Order &ndash; October 26, 2022 @ 09:19 PM','','wc-completed','closed','closed','wc_order_vPUKFG8tfaZqc','order-oct-26-2022-0919-pm','','','2022-10-27 18:16:18','2022-10-27 18:16:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1519',0,'shop_order','',3),(1520,1,'2022-10-27 02:18:21','2022-10-27 02:18:21','','Order &ndash; October 27, 2022 @ 02:18 AM','','wc-completed','closed','closed','wc_order_HDXACA9HHBDju','order-oct-27-2022-0218-am','','','2022-10-27 18:19:56','2022-10-27 18:19:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1520',0,'shop_order','',3),(1521,1,'2022-10-27 16:24:03','2022-10-27 16:24:03','','Order &ndash; October 27, 2022 @ 04:24 PM','','wc-completed','closed','closed','wc_order_ADGftsGcItwWy','order-oct-27-2022-0424-pm','','','2022-10-28 15:17:01','2022-10-28 15:17:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1521',0,'shop_order','',3),(1522,1,'2022-10-27 20:02:55','2022-10-27 20:02:55','','Order &ndash; October 27, 2022 @ 08:02 PM','This order goes to Bend Oregon at 1444 NW College Way Suite 6, Bend Or, 97703','wc-completed','closed','closed','wc_order_W8vJV8TsC1lZo','order-oct-27-2022-0802-pm','','','2022-10-28 15:16:03','2022-10-28 15:16:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1522',0,'shop_order','',3),(1523,1,'2022-10-28 19:53:24','2022-10-28 19:53:24','','Order &ndash; October 28, 2022 @ 07:53 PM','','wc-completed','closed','closed','wc_order_siv1h5LFyaTy8','order-oct-28-2022-0753-pm','','','2022-11-08 20:46:52','2022-11-08 20:46:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1523',0,'shop_order','',3),(1525,1,'2022-10-31 13:57:10','2022-10-31 13:57:10','','Order &ndash; October 31, 2022 @ 01:57 PM','','wc-completed','closed','closed','wc_order_3jj6WSNozlXvq','order-oct-31-2022-0157-pm','','','2022-11-14 21:01:35','2022-11-14 21:01:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1525',0,'shop_order','',5),(1526,1,'2022-10-31 15:26:31','2022-10-31 15:26:31','','Order &ndash; October 31, 2022 @ 03:26 PM','','wc-completed','closed','closed','wc_order_qgBtS3NlDjioE','order-oct-31-2022-0326-pm','','','2022-11-01 15:56:39','2022-11-01 15:56:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1526',0,'shop_order','',3),(1527,1,'2022-11-01 16:54:50','2022-11-01 16:54:50','','Order &ndash; November 1, 2022 @ 04:54 PM','','wc-completed','closed','closed','wc_order_J3cPxVUOE57yt','order-nov-01-2022-0454-pm','','','2022-11-02 16:14:04','2022-11-02 16:14:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1527',0,'shop_order','',3),(1528,1,'2022-11-01 20:20:31','2022-11-01 20:20:31','','Order &ndash; November 1, 2022 @ 08:20 PM','','wc-completed','closed','closed','wc_order_WjXbPtskj2dIO','order-nov-01-2022-0820-pm','','','2022-11-08 17:11:19','2022-11-08 17:11:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1528',0,'shop_order','',3),(1529,1,'2022-11-02 14:28:04','2022-11-02 14:28:04','','Order &ndash; November 2, 2022 @ 02:28 PM','','wc-completed','closed','closed','wc_order_W53tzzQEID6r6','order-nov-02-2022-0228-pm','','','2022-11-02 20:21:10','2022-11-02 20:21:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1529',0,'shop_order','',3),(1531,1,'2022-11-04 18:29:58','2022-11-04 18:29:58','','Order &ndash; November 4, 2022 @ 06:29 PM','','wc-completed','closed','closed','wc_order_ZugxGaIOmZ5Hl','order-nov-04-2022-0629-pm','','','2022-11-07 14:23:43','2022-11-07 14:23:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1531',0,'shop_order','',3),(1532,1,'2022-11-07 06:59:12','2022-11-07 06:59:12','','Order &ndash; November 7, 2022 @ 06:59 AM','','wc-completed','closed','closed','wc_order_FeCDjViGnd95X','order-nov-07-2022-0659-am','','','2022-11-08 17:04:38','2022-11-08 17:04:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1532',0,'shop_order','',3),(1533,1,'2022-11-07 21:08:26','2022-11-07 21:08:26','','Order &ndash; November 7, 2022 @ 09:08 PM','','wc-completed','closed','closed','wc_order_sOYnjknEKSRni','order-nov-07-2022-0908-pm','','','2022-11-08 20:46:44','2022-11-08 20:46:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1533',0,'shop_order','',3),(1534,1,'2022-11-07 21:52:38','2022-11-07 21:52:38','','Order &ndash; November 7, 2022 @ 09:52 PM','','wc-completed','closed','closed','wc_order_XUqlBAMTGEzej','order-nov-07-2022-0952-pm','','','2022-11-08 20:45:23','2022-11-08 20:45:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1534',0,'shop_order','',3),(1535,1,'2022-11-08 05:08:46','2022-11-08 05:08:46','','Order &ndash; November 8, 2022 @ 05:08 AM','','wc-completed','closed','closed','wc_order_X96FJ1sNa3SB2','order-nov-08-2022-0508-am','','','2022-11-09 19:58:38','2022-11-09 19:58:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1535',0,'shop_order','',5),(1536,1,'2022-11-08 20:29:13','2022-11-08 20:29:13','','Order &ndash; November 8, 2022 @ 08:29 PM','','wc-completed','closed','closed','wc_order_qfjQhEzQPha2T','order-nov-08-2022-0829-pm','','','2022-11-09 19:59:35','2022-11-09 19:59:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1536',0,'shop_order','',5),(1538,1,'2022-11-10 14:22:14','2022-11-10 14:22:14','','Order &ndash; November 10, 2022 @ 02:22 PM','','wc-completed','closed','closed','wc_order_ZEW1iypzyKKLj','order-nov-10-2022-0222-pm','','','2022-11-10 21:31:08','2022-11-10 21:31:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1538',0,'shop_order','',3),(1539,1,'2022-11-11 15:04:47','2022-11-11 15:04:47','','Order &ndash; November 11, 2022 @ 03:04 PM','','wc-completed','closed','closed','wc_order_mAYnpyhXpQ7xt','order-nov-11-2022-0304-pm','','','2022-11-14 15:02:51','2022-11-14 15:02:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1539',0,'shop_order','',3),(1540,1,'2022-11-11 19:03:10','2022-11-11 19:03:10','','Order &ndash; November 11, 2022 @ 07:03 PM','PLEASE MAKE SURE THAT YOU SHIP THE RIGHT PRODUCT THIS TIME THANK YOU EMY BYRD','wc-completed','closed','closed','wc_order_QaRz0recE3DNS','order-nov-11-2022-0703-pm','','','2022-11-14 15:01:29','2022-11-14 15:01:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1540',0,'shop_order','',3),(1541,1,'2022-11-11 19:23:10','2022-11-11 19:23:10','','Order &ndash; November 11, 2022 @ 07:23 PM','','wc-completed','closed','closed','wc_order_YH4NfkwPs24Jp','order-nov-11-2022-0723-pm','','','2022-11-14 15:00:16','2022-11-14 15:00:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1541',0,'shop_order','',3),(1543,1,'2022-11-12 23:52:02','2022-11-12 23:52:02','','Order &ndash; November 12, 2022 @ 11:52 PM','','wc-completed','closed','closed','wc_order_4KjOQn2jYxe4t','order-nov-12-2022-1152-pm','','','2022-11-22 17:16:48','2022-11-22 17:16:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1543',0,'shop_order','',5),(1544,1,'2022-11-12 23:53:23','2022-11-12 23:53:23','','Order &ndash; November 12, 2022 @ 11:53 PM','Can we please have 10 for each clinic. Thanks','wc-completed','closed','closed','wc_order_0g1yLbuvMz29Y','order-nov-12-2022-1153-pm','','','2022-11-14 21:03:47','2022-11-14 21:03:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1544',0,'shop_order','',5),(1545,1,'2022-11-13 17:55:26','2022-11-13 17:55:26','','Order &ndash; November 13, 2022 @ 05:55 PM','','wc-completed','closed','closed','wc_order_4d7fLR8GixRsQ','order-nov-13-2022-0555-pm','','','2022-11-15 14:09:55','2022-11-15 14:09:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1545',0,'shop_order','',5),(1546,1,'2022-11-14 17:05:26','2022-11-14 17:05:26','','Order &ndash; November 14, 2022 @ 05:05 PM','','wc-completed','closed','closed','wc_order_nOwa4tfDGfkYz','order-nov-14-2022-0505-pm','','','2022-11-15 14:09:05','2022-11-15 14:09:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1546',0,'shop_order','',3),(1547,1,'2022-11-14 19:14:51','2022-11-14 19:14:51','','Order &ndash; November 14, 2022 @ 07:14 PM','','wc-completed','closed','closed','wc_order_fHGuXevVLr7G1','order-nov-14-2022-0714-pm','','','2022-11-14 21:06:07','2022-11-14 21:06:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1547',0,'shop_order','',3),(1548,1,'2022-11-15 17:54:17','2022-11-15 17:54:17','','Order &ndash; November 15, 2022 @ 05:54 PM','','wc-completed','closed','closed','wc_order_OTBQ1YSPgtXvA','order-nov-15-2022-0554-pm','','','2022-11-16 23:38:26','2022-11-16 23:38:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1548',0,'shop_order','',5),(1549,1,'2022-11-16 18:35:10','2022-11-16 18:35:10','','Order &ndash; November 16, 2022 @ 06:35 PM','This order goes to Bend Oregon Location','wc-completed','closed','closed','wc_order_Sxr5JUFoC8AdM','order-nov-16-2022-0635-pm','','','2022-11-16 23:40:24','2022-11-16 23:40:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1549',0,'shop_order','',3),(1550,1,'2022-11-16 20:10:26','2022-11-16 20:10:26','','Order &ndash; November 16, 2022 @ 08:10 PM','','wc-completed','closed','closed','wc_order_crUHb2de5GZzW','order-nov-16-2022-0810-pm','','','2022-11-22 17:17:43','2022-11-22 17:17:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1550',0,'shop_order','',3),(1551,1,'2022-11-16 20:14:30','2022-11-16 20:14:30','','Order &ndash; November 16, 2022 @ 08:14 PM','','wc-completed','closed','closed','wc_order_1thUlXANSaBjy','order-nov-16-2022-0814-pm','','','2022-11-22 17:18:44','2022-11-22 17:18:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1551',0,'shop_order','',3),(1552,1,'2022-11-16 21:21:26','2022-11-16 21:21:26','','Order &ndash; November 16, 2022 @ 09:21 PM','','wc-completed','closed','closed','wc_order_YZXbRnBKYcfHE','order-nov-16-2022-0921-pm','','','2022-11-22 17:19:09','2022-11-22 17:19:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1552',0,'shop_order','',3),(1555,1,'2022-11-18 17:55:42','2022-11-18 17:55:42','','Order &ndash; November 18, 2022 @ 05:55 PM','','wc-completed','closed','closed','wc_order_beK1GKDEW0VRO','order-nov-18-2022-0555-pm','','','2022-11-21 18:42:47','2022-11-21 18:42:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1555',0,'shop_order','',3),(1556,1,'2022-11-18 19:14:40','2022-11-18 19:14:40','','Order &ndash; November 18, 2022 @ 07:14 PM','','wc-completed','closed','closed','wc_order_AWaqe3ka4tKvs','order-nov-18-2022-0714-pm','','','2022-11-21 18:41:52','2022-11-21 18:41:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1556',0,'shop_order','',3),(1557,1,'2022-11-20 19:14:32','2022-11-20 19:14:32','','Order &ndash; November 20, 2022 @ 07:14 PM','','wc-completed','closed','closed','wc_order_pfK561wZ9Cu2Y','order-nov-20-2022-0714-pm','','','2022-11-22 17:14:40','2022-11-22 17:14:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1557',0,'shop_order','',3),(1558,1,'2022-11-20 22:52:46','2022-11-20 22:52:46','','Order &ndash; November 20, 2022 @ 10:52 PM','','wc-completed','closed','closed','wc_order_knyaMZCX0EZ0y','order-nov-20-2022-1052-pm','','','2022-11-22 17:17:50','2022-11-22 17:17:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1558',0,'shop_order','',3),(1559,1,'2022-11-21 17:39:06','2022-11-21 17:39:06','','Order &ndash; November 21, 2022 @ 05:39 PM','','wc-completed','closed','closed','wc_order_M5uyn7NxnLrQE','order-nov-21-2022-0539-pm','','','2022-11-22 16:56:52','2022-11-22 16:56:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1559',0,'shop_order','',3),(1560,1,'2022-11-21 17:51:33','2022-11-21 17:51:33','','Order &ndash; November 21, 2022 @ 05:51 PM','','wc-completed','closed','closed','wc_order_G9NONwUaZ9V1S','order-nov-21-2022-0551-pm','','','2022-11-22 16:56:07','2022-11-22 16:56:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1560',0,'shop_order','',3),(1561,1,'2022-11-21 18:54:08','2022-11-21 18:54:08','','Order &ndash; November 21, 2022 @ 06:54 PM','','wc-completed','closed','closed','wc_order_8iPM60QBoB8KR','order-nov-21-2022-0654-pm','','','2022-11-22 16:55:07','2022-11-22 16:55:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1561',0,'shop_order','',3),(1562,1,'2022-11-22 07:05:42','2022-11-22 07:05:42','','Order &ndash; November 22, 2022 @ 07:05 AM','','wc-completed','closed','closed','wc_order_0qlQTpDhOe5Lv','order-nov-22-2022-0705-am','','','2022-11-22 23:31:47','2022-11-22 23:31:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1562',0,'shop_order','',3),(1563,1,'2022-11-23 13:59:05','2022-11-23 13:59:05','','Order &ndash; November 23, 2022 @ 01:59 PM','','wc-completed','closed','closed','wc_order_fw73OviNgsrOW','order-nov-23-2022-0159-pm','','','2022-11-23 20:19:22','2022-11-23 20:19:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1563',0,'shop_order','',3),(1564,1,'2022-11-25 14:57:24','2022-11-25 14:57:24','','Order &ndash; November 25, 2022 @ 02:57 PM','','wc-completed','closed','closed','wc_order_V33cE0eisKa4V','order-nov-25-2022-0257-pm','','','2022-11-28 22:41:18','2022-11-28 22:41:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1564',0,'shop_order','',3),(1565,1,'2022-11-27 17:49:01','2022-11-27 17:49:01','','Order &ndash; November 27, 2022 @ 05:49 PM','','wc-completed','closed','closed','wc_order_jkk3GIsSfVF2B','order-nov-27-2022-0549-pm','','','2022-11-29 20:42:51','2022-11-29 20:42:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1565',0,'shop_order','',5),(1566,1,'2022-11-28 00:11:16','2022-11-28 00:11:16','','Order &ndash; November 28, 2022 @ 12:11 AM','','wc-completed','closed','closed','wc_order_Alo0lCbrK6rLh','order-nov-28-2022-1211-am','','','2022-11-29 20:43:41','2022-11-29 20:43:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1566',0,'shop_order','',5),(1567,1,'2022-11-28 00:23:45','2022-11-28 00:23:45','','Order &ndash; November 28, 2022 @ 12:23 AM','','wc-completed','closed','closed','wc_order_hOyByiVU56P9J','order-nov-28-2022-1223-am','','','2022-11-29 20:44:14','2022-11-29 20:44:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1567',0,'shop_order','',5),(1568,1,'2022-11-28 13:53:26','2022-11-28 13:53:26','','Order &ndash; November 28, 2022 @ 01:53 PM','','wc-completed','closed','closed','wc_order_VJ2PSk1DhSqIx','order-nov-28-2022-0153-pm','','','2022-11-29 15:47:37','2022-11-29 15:47:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1568',0,'shop_order','',3),(1569,1,'2022-11-28 14:41:34','2022-11-28 14:41:34','','Order &ndash; November 28, 2022 @ 02:41 PM','','wc-cancelled','open','closed','wc_order_DagPW3X1qcWKB','order-nov-28-2022-0241-pm','','','2022-11-28 14:44:48','2022-11-28 14:44:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1569',0,'shop_order','',1),(1570,1,'2022-11-28 14:45:51','2022-11-28 14:45:51','','Order &ndash; November 28, 2022 @ 02:45 PM','','wc-completed','closed','closed','wc_order_zNu7quy8sRudD','order-nov-28-2022-0245-pm','','','2022-11-29 20:38:36','2022-11-29 20:38:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1570',0,'shop_order','',3),(1572,1,'2022-11-28 17:12:37','2022-11-28 17:12:37','','Order &ndash; November 28, 2022 @ 05:12 PM','','wc-completed','closed','closed','wc_order_NHlCRGgkTUTWB','order-nov-28-2022-0512-pm','','','2022-11-29 20:44:51','2022-11-29 20:44:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1572',0,'shop_order','',5),(1573,1,'2022-11-28 20:37:10','2022-11-28 20:37:10','','Order &ndash; November 28, 2022 @ 08:37 PM','Ship tp PDX office. 5201 Westgate Dr Suite 106, PDX or 97221','wc-completed','closed','closed','wc_order_G9gSLTjk3MVYe','order-nov-28-2022-0837-pm','','','2022-11-30 05:51:04','2022-11-30 05:51:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1573',0,'shop_order','',3),(1574,1,'2022-11-28 22:20:03','2022-11-28 22:20:03','','Order &ndash; November 28, 2022 @ 10:20 PM','','wc-completed','closed','closed','wc_order_oDIdXVNqQhe7v','order-nov-28-2022-1020-pm','','','2022-12-08 00:42:05','2022-12-08 00:42:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1574',0,'shop_order','',5),(1575,1,'2022-11-29 16:22:28','2022-11-29 16:22:28','','Order &ndash; November 29, 2022 @ 04:22 PM','','wc-completed','closed','closed','wc_order_YlwF3wKYSS2mA','order-nov-29-2022-0422-pm','','','2022-11-30 05:49:11','2022-11-30 05:49:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1575',0,'shop_order','',3),(1576,1,'2022-11-30 15:11:37','2022-11-30 15:11:37','','Order &ndash; November 30, 2022 @ 03:11 PM','','wc-completed','closed','closed','wc_order_NeVEHKOSNVnQx','order-nov-30-2022-0311-pm','','','2022-12-06 16:00:50','2022-12-06 16:00:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1576',0,'shop_order','',3),(1577,1,'2022-11-30 21:48:33','2022-11-30 21:48:33','','Order &ndash; November 30, 2022 @ 09:48 PM','','wc-completed','closed','closed','wc_order_2mNH3Vw0u24UW','order-nov-30-2022-0948-pm','','','2022-12-01 19:09:33','2022-12-01 19:09:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1577',0,'shop_order','',3),(1578,1,'2022-12-01 17:51:22','2022-12-01 17:51:22','','Order &ndash; December 1, 2022 @ 05:51 PM','','wc-completed','closed','closed','wc_order_JZcl7zqRLXQhH','order-dec-01-2022-0551-pm','','','2022-12-05 16:09:52','2022-12-05 16:09:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1578',0,'shop_order','',3),(1579,1,'2022-12-02 19:51:58','2022-12-02 19:51:58','','Order &ndash; December 2, 2022 @ 07:51 PM','','wc-completed','closed','closed','wc_order_o4ICEXnesyTl8','order-dec-02-2022-0751-pm','','','2022-12-05 16:59:30','2022-12-05 16:59:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1579',0,'shop_order','',3),(1580,1,'2022-12-02 21:52:14','2022-12-02 21:52:14','','Order &ndash; December 2, 2022 @ 09:52 PM','','wc-completed','closed','closed','wc_order_uTAPZu1gWazhj','order-dec-02-2022-0952-pm','','','2022-12-06 16:04:45','2022-12-06 16:04:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1580',0,'shop_order','',3),(1581,1,'2022-12-03 18:00:50','2022-12-03 18:00:50','','Order &ndash; December 3, 2022 @ 06:00 PM','','wc-completed','closed','closed','wc_order_xaIqjZY5liHlt','order-dec-03-2022-0600-pm','','','2022-12-08 00:42:43','2022-12-08 00:42:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1581',0,'shop_order','',5),(1582,1,'2022-12-04 20:17:58','2022-12-04 20:17:58','','Order &ndash; December 4, 2022 @ 08:17 PM','','wc-completed','closed','closed','wc_order_xCYRmxzPqGIpk','order-dec-04-2022-0817-pm','','','2022-12-06 20:01:07','2022-12-06 20:01:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1582',0,'shop_order','',3),(1583,1,'2022-12-05 17:09:51','2022-12-05 17:09:51','','Order &ndash; December 5, 2022 @ 05:09 PM','','wc-completed','closed','closed','wc_order_FM21aZ65mmqCc','order-dec-05-2022-0509-pm','','','2022-12-14 22:38:27','2022-12-14 22:38:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1583',0,'shop_order','',3),(1585,1,'2022-12-06 20:16:12','2022-12-06 20:16:12','','Order &ndash; December 6, 2022 @ 08:16 PM','','wc-completed','closed','closed','wc_order_iSWpacYk9b8BU','order-dec-06-2022-0816-pm','','','2022-12-07 15:20:04','2022-12-07 15:20:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1585',0,'shop_order','',3),(1586,1,'2022-12-08 00:39:27','2022-12-08 00:39:27','','Order &ndash; December 8, 2022 @ 12:39 AM','','wc-completed','closed','closed','wc_order_0lM2Z51PAPpI6','order-dec-08-2022-1239-am','','','2022-12-08 17:45:05','2022-12-08 17:45:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1586',0,'shop_order','',3),(1587,1,'2022-12-09 07:34:02','2022-12-09 07:34:02','','Order &ndash; December 9, 2022 @ 07:34 AM','','wc-completed','closed','closed','wc_order_QbZu0qA7mlkrY','order-dec-09-2022-0734-am','','','2022-12-09 20:30:09','2022-12-09 20:30:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1587',0,'shop_order','',5),(1588,1,'2022-12-09 15:55:44','2022-12-09 15:55:44','','Order &ndash; December 9, 2022 @ 03:55 PM','','wc-completed','closed','closed','wc_order_V14uMlIWEt8EA','order-dec-09-2022-0355-pm','','','2022-12-09 20:33:42','2022-12-09 20:33:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1588',0,'shop_order','',3),(1589,1,'2022-12-09 20:40:30','2022-12-09 20:40:30','','Order &ndash; December 9, 2022 @ 08:40 PM','','wc-completed','closed','closed','wc_order_eWT1xBQnrSfAy','order-dec-09-2022-0840-pm','','','2022-12-12 22:01:24','2022-12-12 22:01:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1589',0,'shop_order','',5),(1591,1,'2022-12-10 22:29:38','2022-12-10 22:29:38','','Order &ndash; December 10, 2022 @ 10:29 PM','','wc-completed','closed','closed','wc_order_WpzdVtrgG49od','order-dec-10-2022-1029-pm','','','2022-12-12 22:06:58','2022-12-12 22:06:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1591',0,'shop_order','',3),(1592,1,'2022-12-12 14:53:11','2022-12-12 14:53:11','','Order &ndash; December 12, 2022 @ 02:53 PM','','wc-completed','closed','closed','wc_order_LtNmfRcZSvQZE','order-dec-12-2022-0253-pm','','','2022-12-13 22:00:55','2022-12-13 22:00:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1592',0,'shop_order','',3),(1593,1,'2022-12-12 18:47:49','2022-12-12 18:47:49','','Order &ndash; December 12, 2022 @ 06:47 PM','','wc-completed','closed','closed','wc_order_SBm4Y7S4jwXxF','order-dec-12-2022-0647-pm','','','2022-12-13 21:59:30','2022-12-13 21:59:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1593',0,'shop_order','',3),(1594,1,'2022-12-12 21:20:57','2022-12-12 21:20:57','','Order &ndash; December 12, 2022 @ 09:20 PM','','wc-completed','closed','closed','wc_order_m5BGu34jGrSNc','order-dec-12-2022-0920-pm','','','2022-12-14 16:26:43','2022-12-14 16:26:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1594',0,'shop_order','',3),(1595,1,'2022-12-12 23:02:56','2022-12-12 23:02:56','','Order &ndash; December 12, 2022 @ 11:02 PM','','wc-completed','closed','closed','wc_order_sfalym9XyoAnA','order-dec-12-2022-1102-pm','','','2022-12-14 15:44:54','2022-12-14 15:44:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1595',0,'shop_order','',3),(1596,1,'2022-12-13 03:22:49','2022-12-13 03:22:49','','Order &ndash; December 13, 2022 @ 03:22 AM','','wc-completed','closed','closed','wc_order_W5pEh8xwTDP11','order-dec-13-2022-0322-am','','','2022-12-14 22:39:10','2022-12-14 22:39:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1596',0,'shop_order','',3),(1597,1,'2022-12-13 12:22:18','2022-12-13 12:22:18','','Order &ndash; December 13, 2022 @ 12:22 PM','','wc-completed','closed','closed','wc_order_Z6aYCJrrpotzK','order-dec-13-2022-1222-pm','','','2022-12-14 22:39:43','2022-12-14 22:39:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1597',0,'shop_order','',3),(1598,1,'2022-12-13 20:40:20','2022-12-13 20:40:20','','Order &ndash; December 13, 2022 @ 08:40 PM','','wc-completed','closed','closed','wc_order_lz5FZGmPJOuFh','order-dec-13-2022-0840-pm','','','2022-12-14 15:43:57','2022-12-14 15:43:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1598',0,'shop_order','',3),(1599,1,'2022-12-13 21:09:05','2022-12-13 21:09:05','','Order &ndash; December 13, 2022 @ 09:09 PM','','wc-completed','closed','closed','wc_order_8Ubxt1zOS2dWC','order-dec-13-2022-0909-pm','','','2022-12-14 17:48:12','2022-12-14 17:48:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1599',0,'shop_order','',3),(1601,1,'2022-12-15 01:14:49','2022-12-15 01:14:49','','Order &ndash; December 15, 2022 @ 01:14 AM','','wc-completed','closed','closed','wc_order_qxxaTE3rCrvyE','order-dec-15-2022-0114-am','','','2022-12-15 20:37:48','2022-12-15 20:37:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1601',0,'shop_order','',3),(1603,1,'2022-12-15 19:59:12','2022-12-15 19:59:12','','Order &ndash; December 15, 2022 @ 07:59 PM','','wc-cancelled','open','closed','wc_order_WnhC8F4Sz751l','order-dec-15-2022-0759-pm','','','2022-12-15 20:00:21','2022-12-15 20:00:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1603',0,'shop_order','',1),(1604,1,'2022-12-15 20:00:57','2022-12-15 20:00:57','','Order &ndash; December 15, 2022 @ 08:00 PM','','wc-completed','closed','closed','wc_order_AU3fXZGm1Vagi','order-dec-15-2022-0800-pm','','','2022-12-19 15:05:26','2022-12-19 15:05:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1604',0,'shop_order','',3),(1605,1,'2022-12-15 20:03:57','2022-12-15 20:03:57','','Order &ndash; December 15, 2022 @ 08:03 PM','','wc-completed','closed','closed','wc_order_JG6u7Wrba6fXy','order-dec-15-2022-0803-pm','','','2022-12-21 17:53:11','2022-12-21 17:53:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1605',0,'shop_order','',3),(1606,1,'2022-12-15 20:09:42','2022-12-15 20:09:42','','Order &ndash; December 15, 2022 @ 08:09 PM','','wc-completed','closed','closed','wc_order_y42yf0gAqGUqa','order-dec-15-2022-0809-pm','','','2022-12-21 17:53:14','2022-12-21 17:53:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1606',0,'shop_order','',3),(1607,1,'2022-12-16 20:42:08','2022-12-16 20:42:08','','Order &ndash; December 16, 2022 @ 08:42 PM','','wc-completed','closed','closed','wc_order_4kdEQIJxsOHh0','order-dec-16-2022-0842-pm','','','2022-12-22 21:00:48','2022-12-22 21:00:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1607',0,'shop_order','',5),(1608,1,'2022-12-17 16:23:05','2022-12-17 16:23:05','','Order &ndash; December 17, 2022 @ 04:23 PM','','wc-completed','closed','closed','wc_order_JiJsHsluNywJs','order-dec-17-2022-0423-pm','','','2022-12-21 17:51:54','2022-12-21 17:51:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1608',0,'shop_order','',5),(1609,1,'2022-12-17 16:29:24','2022-12-17 16:29:24','','Order &ndash; December 17, 2022 @ 04:29 PM','','wc-completed','closed','closed','wc_order_MAQgRLDG0aKjD','order-dec-17-2022-0429-pm','','','2022-12-21 16:02:35','2022-12-21 16:02:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1609',0,'shop_order','',5),(1610,1,'2022-12-20 03:14:17','2022-12-20 03:14:17','','Order &ndash; December 20, 2022 @ 03:14 AM','','wc-completed','closed','closed','wc_order_HTWr8Pg35Tdu9','order-dec-20-2022-0314-am','','','2022-12-21 16:07:01','2022-12-21 16:07:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1610',0,'shop_order','',3),(1611,1,'2022-12-20 17:30:40','2022-12-20 17:30:40','','Order &ndash; December 20, 2022 @ 05:30 PM','','wc-completed','closed','closed','wc_order_raLjQykn6NsUs','order-dec-20-2022-0530-pm','','','2022-12-21 16:05:55','2022-12-21 16:05:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1611',0,'shop_order','',3),(1612,1,'2022-12-20 17:39:39','2022-12-20 17:39:39','','Order &ndash; December 20, 2022 @ 05:39 PM','','wc-completed','closed','closed','wc_order_nJHRLrBqcrOBn','order-dec-20-2022-0539-pm','','','2022-12-21 16:03:31','2022-12-21 16:03:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1612',0,'shop_order','',3),(1614,1,'2022-12-26 23:14:03','2022-12-26 23:14:03','','Order &ndash; December 26, 2022 @ 11:14 PM','','wc-completed','closed','closed','wc_order_4hMOdK3MFqLM8','order-dec-26-2022-1114-pm','','','2022-12-28 22:04:14','2022-12-28 22:04:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1614',0,'shop_order','',5),(1615,1,'2022-12-26 23:17:20','2022-12-26 23:17:20','','Order &ndash; December 26, 2022 @ 11:17 PM','','wc-completed','closed','closed','wc_order_6aq1ZrKMIVEUf','order-dec-26-2022-1117-pm','','','2022-12-28 15:32:51','2022-12-28 15:32:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1615',0,'shop_order','',3),(1616,1,'2022-12-28 17:12:06','2022-12-28 17:12:06','','Order &ndash; December 28, 2022 @ 05:12 PM','','wc-completed','closed','closed','wc_order_nUQM1eDfE4TnM','order-dec-28-2022-0512-pm','','','2022-12-28 22:13:26','2022-12-28 22:13:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1616',0,'shop_order','',3),(1617,1,'2022-12-29 01:32:31','2022-12-29 01:32:31','','Order &ndash; December 29, 2022 @ 01:32 AM','','wc-completed','closed','closed','wc_order_llj5xDIpsyF7O','order-dec-29-2022-0132-am','','','2022-12-29 21:37:46','2022-12-29 21:37:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1617',0,'shop_order','',5),(1618,1,'2022-12-29 20:11:35','2022-12-29 20:11:35','','Order &ndash; December 29, 2022 @ 08:11 PM','','wc-completed','closed','closed','wc_order_hf5Tjd44ngOFj','order-dec-29-2022-0811-pm','','','2023-01-03 16:27:24','2023-01-03 16:27:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1618',0,'shop_order','',3),(1619,1,'2023-01-01 19:03:14','2023-01-01 19:03:14','','Order &ndash; January 1, 2023 @ 07:03 PM','','wc-completed','closed','closed','wc_order_qI8cb1xUKembv','order-jan-01-2023-0703-pm','','','2023-01-04 16:13:27','2023-01-04 16:13:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1619',0,'shop_order','',3),(1620,1,'2023-01-02 06:51:27','2023-01-02 06:51:27','','Order &ndash; January 2, 2023 @ 06:51 AM','','wc-completed','closed','closed','wc_order_ZO8m3reb7Cf6r','order-jan-02-2023-0651-am','','','2023-01-05 20:18:26','2023-01-05 20:18:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1620',0,'shop_order','',5),(1621,1,'2023-01-02 13:30:04','2023-01-02 13:30:04','','Order &ndash; January 2, 2023 @ 01:30 PM','','wc-completed','closed','closed','wc_order_Pa7IaSzwuUPVh','order-jan-02-2023-0130-pm','','','2023-01-05 20:29:36','2023-01-05 20:29:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1621',0,'shop_order','',3),(1622,1,'2023-01-02 14:59:12','2023-01-02 14:59:12','','Order &ndash; January 2, 2023 @ 02:59 PM','','wc-completed','closed','closed','wc_order_He94fkDCJoZlt','order-jan-02-2023-0259-pm','','','2023-01-04 21:30:47','2023-01-04 21:30:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1622',0,'shop_order','',3),(1623,1,'2023-01-02 17:59:27','2023-01-02 17:59:27','','Order &ndash; January 2, 2023 @ 05:59 PM','Okay to leave outside door to Suite 210 if we are not there','wc-completed','closed','closed','wc_order_dOnq3CYBknu1R','order-jan-02-2023-0559-pm','','','2023-01-04 21:28:41','2023-01-04 21:28:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1623',0,'shop_order','',3),(1624,1,'2023-01-02 23:00:17','2023-01-02 23:00:17','','Order &ndash; January 2, 2023 @ 11:00 PM','','wc-completed','closed','closed','wc_order_Cn6i0gwrjyES8','order-jan-02-2023-1100-pm','','','2023-01-05 20:17:29','2023-01-05 20:17:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1624',0,'shop_order','',5),(1626,1,'2023-01-03 16:53:49','2023-01-03 16:53:49','','Order &ndash; January 3, 2023 @ 04:53 PM','','wc-completed','closed','closed','wc_order_crjOGtYAirmqS','order-jan-03-2023-0453-pm','','','2023-01-05 20:31:02','2023-01-05 20:31:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1626',0,'shop_order','',3),(1627,1,'2023-01-03 21:35:53','2023-01-03 21:35:53','','Order &ndash; January 3, 2023 @ 09:35 PM','','wc-completed','closed','closed','wc_order_WO38aCeacUnd6','order-jan-03-2023-0935-pm','','','2023-01-06 17:01:42','2023-01-06 17:01:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1627',0,'shop_order','',3),(1628,1,'2023-01-04 05:03:23','2023-01-04 05:03:23','','Order &ndash; January 4, 2023 @ 05:03 AM','','wc-completed','closed','closed','wc_order_5bny9e960mkul','order-jan-04-2023-0503-am','','','2023-01-05 20:31:44','2023-01-05 20:31:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1628',0,'shop_order','',3),(1629,1,'2023-01-04 21:09:34','2023-01-04 21:09:34','','Order &ndash; January 4, 2023 @ 09:09 PM','','wc-completed','closed','closed','wc_order_UuzjoLOBe2ghs','order-jan-04-2023-0909-pm','','','2023-01-12 17:41:27','2023-01-12 17:41:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1629',0,'shop_order','',5),(1630,1,'2023-01-04 21:14:04','2023-01-04 21:14:04','','Order &ndash; January 4, 2023 @ 09:14 PM','','wc-completed','closed','closed','wc_order_XnVaArfPsV6Go','order-jan-04-2023-0914-pm','','','2023-01-06 17:01:37','2023-01-06 17:01:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1630',0,'shop_order','',5),(1631,1,'2023-01-05 03:13:19','2023-01-05 03:13:19','','Order &ndash; January 5, 2023 @ 03:13 AM','','wc-completed','closed','closed','wc_order_0EAHaEIwqEfuR','order-jan-05-2023-0313-am','','','2023-01-06 17:21:37','2023-01-06 17:21:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1631',0,'shop_order','',3),(1632,1,'2023-01-05 20:21:47','2023-01-05 20:21:47','','Order &ndash; January 5, 2023 @ 08:21 PM','','wc-completed','closed','closed','wc_order_wqTKnONHyOBiR','order-jan-05-2023-0821-pm','','','2023-01-06 21:15:42','2023-01-06 21:15:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1632',0,'shop_order','',3),(1633,1,'2023-01-06 16:54:50','2023-01-06 16:54:50','','Order &ndash; January 6, 2023 @ 04:54 PM','','wc-completed','closed','closed','wc_order_o41hnLqCSBLXH','order-jan-06-2023-0454-pm','','','2023-01-09 21:59:11','2023-01-09 21:59:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1633',0,'shop_order','',3),(1634,1,'2023-01-09 05:27:22','2023-01-09 05:27:22','','Order &ndash; January 9, 2023 @ 05:27 AM','','wc-completed','closed','closed','wc_order_yv8hksPzzsTkE','order-jan-09-2023-0527-am','','','2023-01-10 19:41:05','2023-01-10 19:41:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1634',0,'shop_order','',3),(1635,1,'2023-01-09 18:41:46','2023-01-09 18:41:46','','Order &ndash; January 9, 2023 @ 06:41 PM','','wc-completed','closed','closed','wc_order_64ggR33HtffML','order-jan-09-2023-0641-pm','','','2023-01-10 21:28:32','2023-01-10 21:28:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1635',0,'shop_order','',3),(1636,1,'2023-01-09 21:10:23','2023-01-09 21:10:23','','Order &ndash; January 9, 2023 @ 09:10 PM','','wc-completed','closed','closed','wc_order_DALlZJVeSMGUD','order-jan-09-2023-0910-pm','','','2023-01-11 21:04:01','2023-01-11 21:04:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1636',0,'shop_order','',3),(1637,1,'2023-01-09 23:34:32','2023-01-09 23:34:32','','Order &ndash; January 9, 2023 @ 11:34 PM','','wc-completed','closed','closed','wc_order_CY8TpWjGYdXGq','order-jan-09-2023-1134-pm','','','2023-01-11 21:03:08','2023-01-11 21:03:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1637',0,'shop_order','',3),(1639,1,'2023-01-10 18:39:54','2023-01-10 18:39:54','','Order &ndash; January 10, 2023 @ 06:39 PM','','wc-completed','closed','closed','wc_order_nWHF9g5JOUK9w','order-jan-10-2023-0639-pm','','','2023-01-16 20:29:03','2023-01-16 20:29:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1639',0,'shop_order','',3),(1640,1,'2023-01-10 18:45:15','2023-01-10 18:45:15','','Order &ndash; January 10, 2023 @ 06:45 PM','','wc-completed','closed','closed','wc_order_BPQ13bFrnrYGl','order-jan-10-2023-0645-pm','','','2023-02-06 22:48:33','2023-02-06 22:48:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1640',0,'shop_order','',5),(1641,1,'2023-01-11 18:22:50','2023-01-11 18:22:50','','Order &ndash; January 11, 2023 @ 06:22 PM','','wc-completed','closed','closed','wc_order_wp8IBTTzYTqeW','order-jan-11-2023-0622-pm','','','2023-01-12 17:39:45','2023-01-12 17:39:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1641',0,'shop_order','',5),(1642,1,'2023-01-12 02:45:29','2023-01-12 02:45:29','','Order &ndash; January 12, 2023 @ 02:45 AM','','wc-completed','closed','closed','wc_order_j3qV7OEnkGvSs','order-jan-12-2023-0245-am','','','2023-01-12 20:53:12','2023-01-12 20:53:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1642',0,'shop_order','',3),(1643,1,'2023-01-12 17:10:18','2023-01-12 17:10:18','','Order &ndash; January 12, 2023 @ 05:10 PM','','wc-completed','closed','closed','wc_order_zCf9k2FVv5c6A','order-jan-12-2023-0510-pm','','','2023-01-13 19:21:50','2023-01-13 19:21:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1643',0,'shop_order','',3),(1644,1,'2023-01-12 19:50:02','2023-01-12 19:50:02','','Order &ndash; January 12, 2023 @ 07:50 PM','','wc-completed','closed','closed','wc_order_XkWb0QDg7XT9n','order-jan-12-2023-0750-pm','','','2023-01-13 19:26:04','2023-01-13 19:26:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1644',0,'shop_order','',3),(1645,1,'2023-01-12 20:53:52','2023-01-12 20:53:52','','Order &ndash; January 12, 2023 @ 08:53 PM','','wc-completed','closed','closed','wc_order_c3TglESdVmIvf','order-jan-12-2023-0853-pm','','','2023-01-13 23:09:48','2023-01-13 23:09:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1645',0,'shop_order','',5),(1646,1,'2023-01-12 22:42:06','2023-01-12 22:42:06','','Order &ndash; January 12, 2023 @ 10:42 PM','','wc-completed','closed','closed','wc_order_UJdaRaTGVG6fz','order-jan-12-2023-1042-pm','','','2023-01-13 19:28:28','2023-01-13 19:28:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1646',0,'shop_order','',3),(1647,1,'2023-01-13 20:53:18','2023-01-13 20:53:18','','Order &ndash; January 13, 2023 @ 08:53 PM','No weekend delivery','wc-completed','closed','closed','wc_order_QxsVUxmpzp0h1','order-jan-13-2023-0853-pm','','','2023-01-16 20:29:48','2023-01-16 20:29:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1647',0,'shop_order','',5),(1648,1,'2023-01-13 20:55:56','2023-01-13 20:55:56','','Order &ndash; January 13, 2023 @ 08:55 PM','I ordered wrong kind last time - accidentally ordered 50/50','wc-completed','closed','closed','wc_order_KhMwcn6yhTGUl','order-jan-13-2023-0855-pm','','','2023-01-16 20:30:42','2023-01-16 20:30:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1648',0,'shop_order','',5),(1649,1,'2023-01-13 21:54:23','2023-01-13 21:54:23','','Order &ndash; January 13, 2023 @ 09:54 PM','','wc-completed','closed','closed','wc_order_vusPg8GOXfOhd','order-jan-13-2023-0954-pm','','','2023-01-16 20:31:29','2023-01-16 20:31:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1649',0,'shop_order','',3),(1650,1,'2023-01-15 00:57:52','2023-01-15 00:57:52','','Order &ndash; January 15, 2023 @ 12:57 AM','','wc-completed','closed','closed','wc_order_kH1S959nq1h7I','order-jan-15-2023-1257-am','','','2023-01-16 20:31:53','2023-01-16 20:31:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1650',0,'shop_order','',3),(1651,1,'2023-01-15 15:22:37','2023-01-15 15:22:37','','Order &ndash; January 15, 2023 @ 03:22 PM','','wc-completed','closed','closed','wc_order_hb89sGDQtcgXH','order-jan-15-2023-0322-pm','','','2023-01-16 20:33:12','2023-01-16 20:33:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1651',0,'shop_order','',3),(1652,1,'2023-01-16 20:14:10','2023-01-16 20:14:10','','Order &ndash; January 16, 2023 @ 08:14 PM','','wc-completed','closed','closed','wc_order_U93i8lykhzGJg','order-jan-16-2023-0814-pm','','','2023-01-17 21:22:53','2023-01-17 21:22:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1652',0,'shop_order','',3),(1653,1,'2023-01-16 20:20:25','2023-01-16 20:20:25','','Order &ndash; January 16, 2023 @ 08:20 PM','','wc-completed','closed','closed','wc_order_OQTjWhsntFw5k','order-jan-16-2023-0820-pm','','','2023-01-17 21:24:42','2023-01-17 21:24:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1653',0,'shop_order','',3),(1654,1,'2023-01-16 20:23:24','2023-01-16 20:23:24','','Order &ndash; January 16, 2023 @ 08:23 PM','','wc-completed','closed','closed','wc_order_f6SxW4MbcDJfi','order-jan-16-2023-0823-pm','','','2023-01-17 21:26:23','2023-01-17 21:26:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1654',0,'shop_order','',3),(1655,1,'2023-01-16 20:26:46','2023-01-16 20:26:46','','Order &ndash; January 16, 2023 @ 08:26 PM','','wc-completed','closed','closed','wc_order_NWHXbvtz1zs0u','order-jan-16-2023-0826-pm','','','2023-01-17 21:27:53','2023-01-17 21:27:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1655',0,'shop_order','',3),(1656,1,'2023-01-17 16:37:20','2023-01-17 16:37:20','','Order &ndash; January 17, 2023 @ 04:37 PM','','wc-completed','closed','closed','wc_order_FdgYCQq3JhCb4','order-jan-17-2023-0437-pm','','','2023-01-23 22:55:29','2023-01-23 22:55:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1656',0,'shop_order','',5),(1657,1,'2023-01-17 19:09:51','2023-01-17 19:09:51','','Order &ndash; January 17, 2023 @ 07:09 PM','','wc-completed','closed','closed','wc_order_IEKZxZ9BPv1oF','order-jan-17-2023-0709-pm','','','2023-01-19 20:13:01','2023-01-19 20:13:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1657',0,'shop_order','',3),(1658,1,'2023-01-17 20:02:34','2023-01-17 20:02:34','','Order &ndash; January 17, 2023 @ 08:02 PM','','wc-completed','closed','closed','wc_order_Q0qHKFjaP76uh','order-jan-17-2023-0802-pm','','','2023-01-19 20:14:16','2023-01-19 20:14:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1658',0,'shop_order','',3),(1659,1,'2023-01-17 20:05:08','2023-01-17 20:05:08','','Order &ndash; January 17, 2023 @ 08:05 PM','','wc-completed','closed','closed','wc_order_V638lYzB9R7hh','order-jan-17-2023-0805-pm','','','2023-01-19 20:17:17','2023-01-19 20:17:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1659',0,'shop_order','',3),(1661,1,'2023-01-17 20:25:09','2023-01-17 20:25:09','','Order &ndash; January 17, 2023 @ 08:25 PM','','wc-completed','closed','closed','wc_order_rsOa0Ypr3QNQP','order-jan-17-2023-0825-pm','','','2023-01-19 18:53:47','2023-01-19 18:53:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1661',0,'shop_order','',3),(1663,1,'2023-01-18 19:18:21','2023-01-18 19:18:21','','Order &ndash; January 18, 2023 @ 07:18 PM','','wc-completed','closed','closed','wc_order_S6HL18EhwaWqO','order-jan-18-2023-0718-pm','','','2023-01-19 18:43:05','2023-01-19 18:43:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1663',0,'shop_order','',3),(1664,1,'2023-01-18 21:12:55','2023-01-18 21:12:55','','Order &ndash; January 18, 2023 @ 09:12 PM','','wc-completed','closed','closed','wc_order_2dVklftZsc5yf','order-jan-18-2023-0912-pm','','','2023-01-19 20:10:53','2023-01-19 20:10:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1664',0,'shop_order','',3),(1665,1,'2023-01-18 22:32:11','2023-01-18 22:32:11','','Order &ndash; January 18, 2023 @ 10:32 PM','','wc-completed','closed','closed','wc_order_zC2zR8QegI1uE','order-jan-18-2023-1032-pm','','','2023-01-19 20:18:23','2023-01-19 20:18:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1665',0,'shop_order','',3),(1666,1,'2023-01-19 03:44:33','2023-01-19 03:44:33','','Order &ndash; January 19, 2023 @ 03:44 AM','','wc-completed','closed','closed','wc_order_oiB1GvTZxjqOk','order-jan-19-2023-0344-am','','','2023-01-19 18:37:57','2023-01-19 18:37:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1666',0,'shop_order','',3),(1667,1,'2023-01-19 14:19:33','2023-01-19 14:19:33','','Order &ndash; January 19, 2023 @ 02:19 PM','','wc-completed','closed','closed','wc_order_5HsuE2OHzMHPA','order-jan-19-2023-0219-pm','','','2023-01-20 21:33:32','2023-01-20 21:33:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1667',0,'shop_order','',5),(1668,1,'2023-01-19 14:25:48','2023-01-19 14:25:48','','Order &ndash; January 19, 2023 @ 02:25 PM','','wc-completed','closed','closed','wc_order_n3t6GnLr4NCwo','order-jan-19-2023-0225-pm','','','2023-01-20 21:35:49','2023-01-20 21:35:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1668',0,'shop_order','',5),(1669,1,'2023-01-19 17:57:54','2023-01-19 17:57:54','','Order &ndash; January 19, 2023 @ 05:57 PM','','wc-completed','closed','closed','wc_order_YL11G5PnaAVoA','order-jan-19-2023-0557-pm','','','2023-01-20 21:38:37','2023-01-20 21:38:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1669',0,'shop_order','',3),(1670,1,'2023-01-19 18:07:12','2023-01-19 18:07:12','','Order &ndash; January 19, 2023 @ 06:07 PM','','wc-completed','closed','closed','wc_order_efa3pFXpyUHjI','order-jan-19-2023-0607-pm','','','2023-01-20 21:36:35','2023-01-20 21:36:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1670',0,'shop_order','',3),(1671,1,'2023-01-20 19:50:47','2023-01-20 19:50:47','','Order &ndash; January 20, 2023 @ 07:50 PM','','wc-completed','closed','closed','wc_order_0l6cvswBzBem4','order-jan-20-2023-0750-pm','','','2023-01-23 16:18:15','2023-01-23 16:18:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1671',0,'shop_order','',3),(1672,1,'2023-01-21 06:46:47','2023-01-21 06:46:47','','Order &ndash; January 21, 2023 @ 06:46 AM','','wc-completed','closed','closed','wc_order_eB9LrfYva0ht3','order-jan-21-2023-0646-am','','','2023-01-23 17:33:26','2023-01-23 17:33:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1672',0,'shop_order','',3),(1673,1,'2023-01-21 21:16:17','2023-01-21 21:16:17','','Order &ndash; January 21, 2023 @ 09:16 PM','Ordering 10 per clinic','wc-completed','closed','closed','wc_order_mgWkHOr2poEgl','order-jan-21-2023-0916-pm','','','2023-01-25 21:10:23','2023-01-25 21:10:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1673',0,'shop_order','',5),(1674,1,'2023-01-21 21:17:05','2023-01-21 21:17:05','','Order &ndash; January 21, 2023 @ 09:17 PM','10 per clinic','wc-completed','closed','closed','wc_order_Jlf8bORY5Ug6G','order-jan-21-2023-0917-pm','','','2023-01-25 21:43:08','2023-01-25 21:43:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1674',0,'shop_order','',5),(1675,1,'2023-01-21 21:17:39','2023-01-21 21:17:39','','Order &ndash; January 21, 2023 @ 09:17 PM','','wc-cancelled','closed','closed','wc_order_tleGHgTkcApVd','order-jan-21-2023-0917-pm-2','','','2023-01-24 23:58:33','2023-01-24 23:58:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1675',0,'shop_order','',3),(1676,1,'2023-01-23 05:34:46','2023-01-23 05:34:46','','Order &ndash; January 23, 2023 @ 05:34 AM','Can you please sent this order as soon as possible, we are very short on Active Rinse, this need to be delivery to Portland office 5201 SW Westgate Dr #106, pdx or 97221','wc-completed','closed','closed','wc_order_OYZEIMIQY7d5z','order-jan-23-2023-0534-am','','','2023-01-23 22:55:21','2023-01-23 22:55:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1676',0,'shop_order','',3),(1677,1,'2023-01-23 14:32:41','2023-01-23 14:32:41','','Order &ndash; January 23, 2023 @ 02:32 PM','','wc-completed','closed','closed','wc_order_j8AO0bmtx9uVb','order-jan-23-2023-0232-pm','','','2023-01-23 22:55:56','2023-01-23 22:55:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1677',0,'shop_order','',3),(1678,1,'2023-01-24 16:58:24','2023-01-24 16:58:24','','Order &ndash; January 24, 2023 @ 04:58 PM','','wc-completed','closed','closed','wc_order_IHkAFLlxrAszb','order-jan-24-2023-0458-pm','','','2023-01-25 19:04:13','2023-01-25 19:04:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1678',0,'shop_order','',3),(1679,1,'2023-01-24 20:54:56','2023-01-24 20:54:56','','Order &ndash; January 24, 2023 @ 08:54 PM','Leave at door for SUITE 3.','wc-completed','closed','closed','wc_order_kKR8WdDOkAYFX','order-jan-24-2023-0854-pm','','','2023-01-26 21:53:44','2023-01-26 21:53:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1679',0,'shop_order','',3),(1680,1,'2023-01-25 00:03:28','2023-01-25 00:03:28','','Order &ndash; January 25, 2023 @ 12:03 AM','Just ordered this the other day and it was approved. It was one of three shipments of 10 bottles each for each of my three clinics and then I accidentally tried to make a change to my credit card and it just canceled the whole thing. So I’m re-submitting one that was already approved. It would be order number 1675 that I’m trying to order again. Please approve it so I can pay for the shipping. Thank you.','wc-completed','closed','closed','wc_order_YLh8LvgtWiGvS','order-jan-25-2023-1203-am','','','2023-01-26 21:52:13','2023-01-26 21:52:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1680',0,'shop_order','',5),(1681,1,'2023-01-25 03:10:47','2023-01-25 03:10:47','','Order &ndash; January 25, 2023 @ 03:10 AM','','wc-completed','closed','closed','wc_order_bsvxlfHUKWycn','order-jan-25-2023-0310-am','','','2023-01-26 21:54:31','2023-01-26 21:54:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1681',0,'shop_order','',5),(1682,1,'2023-01-25 16:18:05','2023-01-25 16:18:05','','Order &ndash; January 25, 2023 @ 04:18 PM','','wc-completed','closed','closed','wc_order_14ORNZ6iX3p68','order-jan-25-2023-0418-pm','','','2023-01-26 21:52:58','2023-01-26 21:52:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1682',0,'shop_order','',5),(1684,1,'2023-01-27 00:50:57','2023-01-27 00:50:57','','Order &ndash; January 27, 2023 @ 12:50 AM','','wc-completed','closed','closed','wc_order_jWvtZtOnLykCz','order-jan-27-2023-1250-am','','','2023-02-07 16:47:57','2023-02-07 16:47:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1684',0,'shop_order','',5),(1685,1,'2023-01-27 13:20:46','2023-01-27 13:20:46','','Order &ndash; January 27, 2023 @ 01:20 PM','','wc-completed','closed','closed','wc_order_q8hkqahr3UuOo','order-jan-27-2023-0120-pm','','','2023-01-27 17:14:22','2023-01-27 17:14:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1685',0,'shop_order','',3),(1686,1,'2023-01-27 21:11:51','2023-01-27 21:11:51','','Order &ndash; January 27, 2023 @ 09:11 PM','','wc-completed','closed','closed','wc_order_E2z41X84wsdaL','order-jan-27-2023-0911-pm','','','2023-02-07 16:46:57','2023-02-07 16:46:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1686',0,'shop_order','',5),(1688,1,'2023-01-30 20:21:52','2023-01-30 20:21:52','','Order &ndash; January 30, 2023 @ 08:21 PM','','wc-completed','closed','closed','wc_order_JotC4jKUtfMXe','order-jan-30-2023-0821-pm','','','2023-02-03 15:53:19','2023-02-03 15:53:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1688',0,'shop_order','',3),(1690,1,'2023-02-01 16:38:49','2023-02-01 16:38:49','','Order &ndash; February 1, 2023 @ 04:38 PM','','wc-completed','closed','closed','wc_order_gQopCn9xtzuY7','order-feb-01-2023-0438-pm','','','2023-02-02 19:42:06','2023-02-02 19:42:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1690',0,'shop_order','',3),(1692,1,'2023-02-01 19:19:54','2023-02-01 19:19:54','','Order &ndash; February 1, 2023 @ 07:19 PM','','wc-completed','closed','closed','wc_order_nqhDqWVQEQTTE','order-feb-01-2023-0719-pm','','','2023-02-07 16:46:27','2023-02-07 16:46:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1692',0,'shop_order','',5),(1694,1,'2023-02-02 18:41:20','2023-02-02 18:41:20','','Order &ndash; February 2, 2023 @ 06:41 PM','','wc-cancelled','open','closed','wc_order_e0UajxLVdh9n0','order-feb-02-2023-0641-pm','','','2023-02-27 15:26:32','2023-02-27 15:26:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1694',0,'shop_order','',1),(1695,1,'2023-02-02 18:53:18','2023-02-02 18:53:18','','Order &ndash; February 2, 2023 @ 06:53 PM','','wc-completed','closed','closed','wc_order_WTswAhtCbryIv','order-feb-02-2023-0653-pm','','','2023-02-03 15:51:50','2023-02-03 15:51:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1695',0,'shop_order','',3),(1696,1,'2023-02-02 22:36:42','2023-02-02 22:36:42','','Order &ndash; February 2, 2023 @ 10:36 PM','','wc-completed','closed','closed','wc_order_XrYWQNq4jjmJK','order-feb-02-2023-1036-pm','','','2023-02-07 16:45:47','2023-02-07 16:45:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1696',0,'shop_order','',3),(1697,1,'2023-02-03 17:41:50','2023-02-03 17:41:50','','Order &ndash; February 3, 2023 @ 05:41 PM','','wc-completed','closed','closed','wc_order_S16VJKrZH7tEP','order-feb-03-2023-0541-pm','','','2023-02-06 22:49:12','2023-02-06 22:49:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1697',0,'shop_order','',3),(1698,1,'2023-02-03 22:35:22','2023-02-03 22:35:22','','Order &ndash; February 3, 2023 @ 10:35 PM','','wc-cancelled','closed','closed','wc_order_UioQae7GgFrC4','order-feb-03-2023-1035-pm','','','2023-02-07 21:29:45','2023-02-07 21:29:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1698',0,'shop_order','',6),(1699,1,'2023-02-04 13:20:06','2023-02-04 13:20:06','','Order &ndash; February 4, 2023 @ 01:20 PM','','wc-completed','closed','closed','wc_order_alUOYAgoladfl','order-feb-04-2023-0120-pm','','','2023-02-06 22:45:42','2023-02-06 22:45:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1699',0,'shop_order','',3),(1700,1,'2023-02-05 05:15:26','2023-02-05 05:15:26','','Order &ndash; February 5, 2023 @ 05:15 AM','','wc-completed','closed','closed','wc_order_DxF7rQmTzIpvV','order-feb-05-2023-0515-am','','','2023-02-07 21:18:58','2023-02-07 21:18:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1700',0,'shop_order','',5),(1701,1,'2023-02-05 16:00:29','2023-02-05 16:00:29','','Order &ndash; February 5, 2023 @ 04:00 PM','','wc-completed','closed','closed','wc_order_Zsd1QOcmN5TcN','order-feb-05-2023-0400-pm','','','2023-02-07 16:45:03','2023-02-07 16:45:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1701',0,'shop_order','',3),(1702,1,'2023-02-05 22:34:55','2023-02-05 22:34:55','','Order &ndash; February 5, 2023 @ 10:34 PM','','wc-completed','closed','closed','wc_order_AfDz87LCLX4bi','order-feb-05-2023-1034-pm','','','2023-11-15 17:41:24','2023-11-15 17:41:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1702',0,'shop_order','',5),(1703,1,'2023-02-05 23:59:03','2023-02-05 23:59:03','','Order &ndash; February 5, 2023 @ 11:59 PM','','wc-completed','closed','closed','wc_order_ioqjf6Mma7yca','order-feb-05-2023-1159-pm','','','2023-02-07 16:44:40','2023-02-07 16:44:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1703',0,'shop_order','',3),(1704,1,'2023-02-06 16:54:54','2023-02-06 16:54:54','','Order &ndash; February 6, 2023 @ 04:54 PM','','wc-completed','closed','closed','wc_order_y38laOyCE30Uv','order-feb-06-2023-0454-pm','','','2023-02-13 19:29:49','2023-02-13 19:29:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1704',0,'shop_order','',3),(1705,1,'2023-02-06 21:18:59','2023-02-06 21:18:59','','Order &ndash; February 6, 2023 @ 09:18 PM','','wc-completed','closed','closed','wc_order_KnCCVknTknqV4','order-feb-06-2023-0918-pm','','','2023-02-07 21:14:35','2023-02-07 21:14:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1705',0,'shop_order','',5),(1707,1,'2023-02-07 03:13:33','2023-02-07 03:13:33','','Order &ndash; February 7, 2023 @ 03:13 AM','','wc-completed','closed','closed','wc_order_6wXAFX6cSUu6m','order-feb-07-2023-0313-am','','','2023-02-07 21:14:01','2023-02-07 21:14:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1707',0,'shop_order','',3),(1708,1,'2023-02-08 19:18:46','2023-02-08 19:18:46','','Order &ndash; February 8, 2023 @ 07:18 PM','','wc-completed','closed','closed','wc_order_rFoUDdynn2QdM','order-feb-08-2023-0718-pm','','','2023-02-08 22:25:20','2023-02-08 22:25:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1708',0,'shop_order','',3),(1709,1,'2023-02-08 19:20:35','2023-02-08 19:20:35','','Order &ndash; February 8, 2023 @ 07:20 PM','','wc-completed','closed','closed','wc_order_NmX378zvseBHH','order-feb-08-2023-0720-pm','','','2023-02-10 17:51:37','2023-02-10 17:51:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1709',0,'shop_order','',5),(1710,1,'2023-02-10 01:15:20','2023-02-10 01:15:20','','Order &ndash; February 10, 2023 @ 01:15 AM','','wc-completed','closed','closed','wc_order_jUriJELYaPafF','order-feb-10-2023-0115-am','','','2023-02-10 17:53:21','2023-02-10 17:53:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1710',0,'shop_order','',3),(1711,1,'2023-02-10 02:48:24','2023-02-10 02:48:24','','Order &ndash; February 10, 2023 @ 02:48 AM','deliver directly to suite','wc-completed','closed','closed','wc_order_GUmUiNAHBKOP9','order-feb-10-2023-0248-am','','','2023-02-13 15:42:45','2023-02-13 15:42:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1711',0,'shop_order','',5),(1713,1,'2023-02-10 20:06:41','2023-02-10 20:06:41','','Order &ndash; February 10, 2023 @ 08:06 PM','','wc-completed','closed','closed','wc_order_Qvih4N0kMT02p','order-feb-10-2023-0806-pm','','','2023-02-13 15:41:28','2023-02-13 15:41:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1713',0,'shop_order','',3),(1714,1,'2023-02-13 16:11:57','2023-02-13 16:11:57','','Order &ndash; February 13, 2023 @ 04:11 PM','','wc-completed','closed','closed','wc_order_UklLGANzumO04','order-feb-13-2023-0411-pm','','','2023-02-15 16:36:04','2023-02-15 16:36:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1714',0,'shop_order','',3),(1717,1,'2023-02-13 21:20:24','2023-02-13 21:20:24','','Order &ndash; February 13, 2023 @ 09:20 PM','','wc-completed','closed','closed','wc_order_bZR34wB2Or8v6','order-feb-13-2023-0920-pm','','','2023-02-17 17:28:07','2023-02-17 17:28:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1717',0,'shop_order','',3),(1721,1,'2023-02-15 15:54:50','2023-02-15 15:54:50','','Order &ndash; February 15, 2023 @ 03:54 PM','','wc-completed','closed','closed','wc_order_mCLteI1KefmC0','order-feb-15-2023-0354-pm','','','2023-02-16 18:21:46','2023-02-16 18:21:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1721',0,'shop_order','',5),(1722,1,'2023-02-15 16:46:16','2023-02-15 16:46:16','','Order &ndash; February 15, 2023 @ 04:46 PM','','wc-completed','closed','closed','wc_order_JnQoXcMZW3WJF','order-feb-15-2023-0446-pm','','','2023-02-16 18:23:06','2023-02-16 18:23:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1722',0,'shop_order','',3),(1723,1,'2023-02-16 22:38:21','2023-02-16 22:38:21','','Order &ndash; February 16, 2023 @ 10:38 PM','','wc-completed','closed','closed','wc_order_mXLilVToXr6lI','order-feb-16-2023-1038-pm','','','2023-02-17 19:45:52','2023-02-17 19:45:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1723',0,'shop_order','',3),(1724,1,'2023-02-17 15:20:28','2023-02-17 15:20:28','','Order &ndash; February 17, 2023 @ 03:20 PM','','wc-completed','closed','closed','wc_order_huqtLEAWcX60C','order-feb-17-2023-0320-pm','','','2023-02-17 19:44:46','2023-02-17 19:44:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1724',0,'shop_order','',3),(1725,1,'2023-02-17 15:29:35','2023-02-17 15:29:35','','Order &ndash; February 17, 2023 @ 03:29 PM','','wc-completed','closed','closed','wc_order_jHlvUipwhcdh9','order-feb-17-2023-0329-pm','','','2023-02-17 19:43:37','2023-02-17 19:43:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1725',0,'shop_order','',3),(1726,1,'2023-02-17 17:39:50','2023-02-17 17:39:50','','Order &ndash; February 17, 2023 @ 05:39 PM','','wc-completed','closed','closed','wc_order_91OZpXmfqeIJu','order-feb-17-2023-0539-pm','','','2023-02-17 19:44:04','2023-02-17 19:44:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1726',0,'shop_order','',3),(1728,1,'2023-02-20 23:19:20','2023-02-20 23:19:20','','Order &ndash; February 20, 2023 @ 11:19 PM','Ship to Portland location','wc-completed','closed','closed','wc_order_a1ApXJMOrS4wN','order-feb-20-2023-1119-pm','','','2023-02-21 20:18:25','2023-02-21 20:18:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1728',0,'shop_order','',4),(1730,1,'2023-02-21 14:41:26','2023-02-21 14:41:26','','Order &ndash; February 21, 2023 @ 02:41 PM','','wc-completed','closed','closed','wc_order_8Rc9yMoU0oxQq','order-feb-21-2023-0241-pm','','','2023-02-21 20:04:42','2023-02-21 20:04:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1730',0,'shop_order','',3),(1731,1,'2023-02-21 15:37:02','2023-02-21 15:37:02','','Order &ndash; February 21, 2023 @ 03:37 PM','','wc-completed','closed','closed','wc_order_QvJDhtQ4RI5dZ','order-feb-21-2023-0337-pm','','','2023-02-21 20:35:11','2023-02-21 20:35:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1731',0,'shop_order','',3),(1732,1,'2023-02-21 18:41:31','2023-02-21 18:41:31','','Order &ndash; February 21, 2023 @ 06:41 PM','','wc-completed','closed','closed','wc_order_EizyQoxaxiUTb','order-feb-21-2023-0641-pm','','','2023-02-23 20:52:21','2023-02-23 20:52:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1732',0,'shop_order','',5),(1733,1,'2023-02-21 18:42:12','2023-02-21 18:42:12','','Order &ndash; February 21, 2023 @ 06:42 PM','','wc-completed','closed','closed','wc_order_tI24IAiDaOUUl','order-feb-21-2023-0642-pm','','','2023-02-23 20:53:57','2023-02-23 20:53:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1733',0,'shop_order','',5),(1734,1,'2023-02-21 18:46:07','2023-02-21 18:46:07','','Order &ndash; February 21, 2023 @ 06:46 PM','','wc-completed','closed','closed','wc_order_zO1FxAMXHpzco','order-feb-21-2023-0646-pm','','','2023-02-22 15:21:06','2023-02-22 15:21:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1734',0,'shop_order','',3),(1735,1,'2023-02-21 19:59:03','2023-02-21 19:59:03','','Refund &ndash; Feb 21, 2023 @ 07:59 PM','','wc-completed','closed','closed','wc_order_BramoCAdzt8LU','refund-feb-21-2023-0759-pm','','','2023-02-21 19:59:03','2023-02-21 19:59:03','',1728,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1735',0,'shop_order_refund','',0),(1736,1,'2023-02-22 16:27:53','2023-02-22 16:27:53','','Order &ndash; February 22, 2023 @ 04:27 PM','','wc-cancelled','open','closed','wc_order_IrwGUqBCsuO97','order-feb-22-2023-0427-pm','','','2023-02-22 16:41:29','2023-02-22 16:41:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1736',0,'shop_order','',1),(1737,1,'2023-02-22 16:41:55','2023-02-22 16:41:55','','Order &ndash; February 22, 2023 @ 04:41 PM','','wc-completed','closed','closed','wc_order_a40B10yKGZFia','order-feb-22-2023-0441-pm','','','2023-02-22 22:36:42','2023-02-22 22:36:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1737',0,'shop_order','',3),(1738,1,'2023-02-22 22:26:00','2023-02-22 22:26:00','','Order &ndash; February 22, 2023 @ 10:26 PM','','wc-completed','closed','closed','wc_order_rBJ5muzjq468Y','order-feb-22-2023-1026-pm','','','2023-02-23 20:44:44','2023-02-23 20:44:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1738',0,'shop_order','',5),(1739,1,'2023-02-23 19:09:36','2023-02-23 19:09:36','','Order &ndash; February 23, 2023 @ 07:09 PM','','wc-completed','closed','closed','wc_order_nsAdPzcR65Vu9','order-feb-23-2023-0709-pm','','','2023-02-24 21:04:46','2023-02-24 21:04:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1739',0,'shop_order','',5),(1740,1,'2023-02-23 20:50:32','2023-02-23 20:50:32','','Order &ndash; February 23, 2023 @ 08:50 PM','','wc-completed','closed','closed','wc_order_RcqczrSi2YeNy','order-feb-23-2023-0850-pm','','','2023-02-24 21:09:03','2023-02-24 21:09:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1740',0,'shop_order','',3),(1742,1,'2023-02-26 03:29:50','2023-02-26 03:29:50','','Order &ndash; February 26, 2023 @ 03:29 AM','','wc-completed','closed','closed','wc_order_rf2atpys058ly','order-feb-26-2023-0329-am','','','2023-02-28 15:15:30','2023-02-28 15:15:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1742',0,'shop_order','',5),(1743,1,'2023-02-27 17:41:01','2023-02-27 17:41:01','','Order &ndash; February 27, 2023 @ 05:41 PM','','wc-completed','closed','closed','wc_order_sDttyx9neoGmc','order-feb-27-2023-0541-pm','','','2023-02-28 15:14:19','2023-02-28 15:14:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1743',0,'shop_order','',3),(1744,1,'2023-02-27 18:31:39','2023-02-27 18:31:39','','Order &ndash; February 27, 2023 @ 06:31 PM','','wc-completed','closed','closed','wc_order_opgkvMh4epvoN','order-feb-27-2023-0631-pm','','','2023-03-03 23:51:51','2023-03-03 23:51:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1744',0,'shop_order','',5),(1745,1,'2023-02-28 02:02:53','2023-02-28 02:02:53','','Order &ndash; February 28, 2023 @ 02:02 AM','','wc-completed','closed','closed','wc_order_pX8vzTCyLwo26','order-feb-28-2023-0202-am','','','2023-03-02 01:49:12','2023-03-02 01:49:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1745',0,'shop_order','',3),(1746,1,'2023-02-28 18:40:20','2023-02-28 18:40:20','','Order &ndash; February 28, 2023 @ 06:40 PM','','wc-completed','closed','closed','wc_order_uPhhLtk53Ti91','order-feb-28-2023-0640-pm','','','2023-03-02 15:40:40','2023-03-02 15:40:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1746',0,'shop_order','',3),(1747,1,'2023-03-01 00:01:32','2023-03-01 00:01:32','','Order &ndash; March 1, 2023 @ 12:01 AM','','wc-completed','closed','closed','wc_order_AMCmBaA4xUGVy','order-mar-01-2023-1201-am','','','2023-03-02 02:03:51','2023-03-02 02:03:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1747',0,'shop_order','',3),(1748,1,'2023-03-01 15:46:26','2023-03-01 15:46:26','','Order &ndash; March 1, 2023 @ 03:46 PM','','wc-completed','closed','closed','wc_order_2TOpsDM5joH6i','order-mar-01-2023-0346-pm','','','2023-03-02 02:09:21','2023-03-02 02:09:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1748',0,'shop_order','',3),(1750,1,'2023-03-02 15:24:35','2023-03-02 15:24:35','','Order &ndash; March 2, 2023 @ 03:24 PM','','wc-completed','closed','closed','wc_order_xV0MGv7yh3RE6','order-mar-02-2023-0324-pm','','','2023-03-03 15:44:20','2023-03-03 15:44:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1750',0,'shop_order','',3),(1751,1,'2023-03-02 20:35:36','2023-03-02 20:35:36','','Order &ndash; March 2, 2023 @ 08:35 PM','','wc-completed','closed','closed','wc_order_Bzm3fOFXDn0xH','order-mar-02-2023-0835-pm','','','2023-03-07 15:48:49','2023-03-07 15:48:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1751',0,'shop_order','',3),(1752,1,'2023-03-02 21:04:16','2023-03-02 21:04:16','','Order &ndash; March 2, 2023 @ 09:04 PM','','wc-completed','closed','closed','wc_order_ZHz3APnvEVrVA','order-mar-02-2023-0904-pm','','','2023-03-03 15:44:39','2023-03-03 15:44:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1752',0,'shop_order','',3),(1753,1,'2023-03-03 03:21:46','2023-03-03 03:21:46','','Order &ndash; March 3, 2023 @ 03:21 AM','','wc-completed','closed','closed','wc_order_ZytPwBHMy5QNx','order-mar-03-2023-0321-am','','','2023-03-03 23:52:14','2023-03-03 23:52:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1753',0,'shop_order','',3),(1754,1,'2023-03-03 19:54:00','2023-03-03 19:54:00','','Order &ndash; March 3, 2023 @ 07:54 PM','','wc-completed','closed','closed','wc_order_nMb2oonEYFawS','order-mar-03-2023-0754-pm','','','2023-03-06 23:15:09','2023-03-06 23:15:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1754',0,'shop_order','',5),(1755,1,'2023-03-03 23:22:08','2023-03-03 23:22:08','','Order &ndash; March 3, 2023 @ 11:22 PM','','wc-completed','closed','closed','wc_order_umqKtAoW9aueC','order-mar-03-2023-1122-pm','','','2023-03-07 15:47:09','2023-03-07 15:47:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1755',0,'shop_order','',3),(1756,1,'2023-03-06 15:53:59','2023-03-06 15:53:59','','Order &ndash; March 6, 2023 @ 03:53 PM','','wc-completed','closed','closed','wc_order_DmEY5hHP8fTZh','order-mar-06-2023-0353-pm','','','2023-03-06 23:13:48','2023-03-06 23:13:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1756',0,'shop_order','',3),(1757,1,'2023-03-06 16:03:26','2023-03-06 16:03:26','','Order &ndash; March 6, 2023 @ 04:03 PM','','wc-completed','closed','closed','wc_order_z3xP1zZEwx7P8','order-mar-06-2023-0403-pm','','','2023-03-06 23:13:01','2023-03-06 23:13:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1757',0,'shop_order','',3),(1758,1,'2023-03-06 21:13:44','2023-03-06 21:13:44','','Order &ndash; March 6, 2023 @ 09:13 PM','','wc-completed','closed','closed','wc_order_ZB72y1RbXHrNn','order-mar-06-2023-0913-pm','','','2023-03-07 15:45:33','2023-03-07 15:45:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1758',0,'shop_order','',3),(1759,1,'2023-03-06 22:16:47','2023-03-06 22:16:47','','Order &ndash; March 6, 2023 @ 10:16 PM','','wc-completed','closed','closed','wc_order_fgufD1bLSzY6r','order-mar-06-2023-1016-pm','','','2023-03-07 23:22:35','2023-03-07 23:22:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1759',0,'shop_order','',5),(1762,1,'2023-03-06 23:54:37','2023-03-06 23:54:37','','Order &ndash; March 6, 2023 @ 11:54 PM','','wc-completed','closed','closed','wc_order_IW5kMlW41aUOF','order-mar-06-2023-1154-pm','','','2023-03-07 23:27:12','2023-03-07 23:27:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1762',0,'shop_order','',3),(1763,1,'2023-03-07 00:00:57','2023-03-07 00:00:57','','Order &ndash; March 7, 2023 @ 12:00 AM','','wc-completed','closed','closed','wc_order_cwmobkrUTPIKY','order-mar-07-2023-1200-am','','','2023-03-07 23:27:42','2023-03-07 23:27:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1763',0,'shop_order','',3),(1764,1,'2023-03-07 00:39:05','2023-03-07 00:39:05','','Order &ndash; March 7, 2023 @ 12:39 AM','','wc-completed','closed','closed','wc_order_AZwjtQI214YiO','order-mar-07-2023-1239-am','','','2023-03-07 23:26:02','2023-03-07 23:26:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1764',0,'shop_order','',3),(1765,1,'2023-03-07 02:04:24','2023-03-07 02:04:24','','Order &ndash; March 7, 2023 @ 02:04 AM','','wc-completed','closed','closed','wc_order_vWIvoYDA6WF5e','order-mar-07-2023-0204-am','','','2023-03-07 23:26:38','2023-03-07 23:26:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1765',0,'shop_order','',3),(1766,1,'2023-03-07 09:06:33','2023-03-07 09:06:33','','Order &ndash; March 7, 2023 @ 09:06 AM','','wc-completed','closed','closed','wc_order_ALV3duw8RC7Oj','order-mar-07-2023-0906-am','','','2023-03-07 23:25:26','2023-03-07 23:25:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1766',0,'shop_order','',3),(1767,1,'2023-03-07 13:55:07','2023-03-07 13:55:07','','Order &ndash; March 7, 2023 @ 01:55 PM','Leave by suite door if door is locked','wc-completed','closed','closed','wc_order_7fLwK49N4q1z1','order-mar-07-2023-0155-pm','','','2023-03-07 23:24:14','2023-03-07 23:24:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1767',0,'shop_order','',3),(1768,1,'2023-03-08 15:29:18','2023-03-08 15:29:18','','Order &ndash; March 8, 2023 @ 03:29 PM','','wc-completed','closed','closed','wc_order_8xh5dCwRUyqgv','order-mar-08-2023-0329-pm','','','2023-03-08 23:17:32','2023-03-08 23:17:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1768',0,'shop_order','',3),(1769,1,'2023-03-08 21:11:01','2023-03-08 21:11:01','','Order &ndash; March 8, 2023 @ 09:11 PM','','wc-completed','closed','closed','wc_order_WY3At2d4xJaFr','order-mar-08-2023-0911-pm','','','2023-03-09 21:46:50','2023-03-09 21:46:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1769',0,'shop_order','',3),(1770,1,'2023-03-09 21:14:12','2023-03-09 21:14:12','','Order &ndash; March 9, 2023 @ 09:14 PM','','wc-completed','closed','closed','wc_order_L5CLLDSCjyjlZ','order-mar-09-2023-0914-pm','','','2023-03-13 18:59:21','2023-03-13 18:59:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1770',0,'shop_order','',5),(1771,1,'2023-03-09 21:51:34','2023-03-09 21:51:34','','Order &ndash; March 9, 2023 @ 09:51 PM','','wc-completed','closed','closed','wc_order_TsuaxBvvSK2WS','order-mar-09-2023-0951-pm','','','2023-03-13 18:58:34','2023-03-13 18:58:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1771',0,'shop_order','',5),(1773,1,'2023-03-10 16:18:38','2023-03-10 16:18:38','','Order &ndash; March 10, 2023 @ 04:18 PM','','wc-completed','closed','closed','wc_order_0X00seraSRoSX','order-mar-10-2023-0418-pm','','','2023-03-17 17:17:55','2023-03-17 17:17:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1773',0,'shop_order','',3),(1774,1,'2023-03-12 02:43:54','2023-03-12 02:43:54','','Order &ndash; March 12, 2023 @ 02:43 AM','','wc-completed','closed','closed','wc_order_8nqdp0osZP6ph','order-mar-12-2023-0243-am','','','2023-03-13 20:03:02','2023-03-13 20:03:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1774',0,'shop_order','',5),(1775,1,'2023-03-13 16:55:35','2023-03-13 16:55:35','','Order &ndash; March 13, 2023 @ 04:55 PM','','wc-completed','closed','closed','wc_order_b9rrgVVmk7iDZ','order-mar-13-2023-0455-pm','','','2023-03-13 23:28:08','2023-03-13 23:28:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1775',0,'shop_order','',5),(1776,1,'2023-03-13 18:38:17','2023-03-13 18:38:17','','Order &ndash; March 13, 2023 @ 06:38 PM','','wc-completed','closed','closed','wc_order_cGMRBUvpkQDdR','order-mar-13-2023-0638-pm','','','2023-03-13 23:27:02','2023-03-13 23:27:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1776',0,'shop_order','',3),(1777,1,'2023-03-14 02:01:05','2023-03-14 02:01:05','','Order &ndash; March 14, 2023 @ 02:01 AM','For Silverdale clinic','wc-completed','closed','closed','wc_order_3ct2RvC0CajQj','order-mar-14-2023-0201-am','','','2023-03-16 18:39:07','2023-03-16 18:39:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1777',0,'shop_order','',5),(1778,1,'2023-03-14 02:01:54','2023-03-14 02:01:54','','Order &ndash; March 14, 2023 @ 02:01 AM','For Lakewood clinic','wc-completed','closed','closed','wc_order_DGZ1j4NBnPoEY','order-mar-14-2023-0201-am-2','','','2023-03-16 18:40:10','2023-03-16 18:40:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1778',0,'shop_order','',5),(1780,1,'2023-03-14 16:23:05','2023-03-14 16:23:05','','Order &ndash; March 14, 2023 @ 04:23 PM','','wc-completed','closed','closed','wc_order_TF68uLP63qfEo','order-mar-14-2023-0423-pm','','','2023-03-16 18:41:00','2023-03-16 18:41:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1780',0,'shop_order','',3),(1782,1,'2023-03-17 15:41:17','2023-03-17 15:41:17','','Order &ndash; March 17, 2023 @ 03:41 PM','','wc-completed','closed','closed','wc_order_Zz9MBOCLX8M3E','order-mar-17-2023-0341-pm','','','2023-03-17 17:15:11','2023-03-17 17:15:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1782',0,'shop_order','',3),(1783,1,'2023-03-17 15:53:22','2023-03-17 15:53:22','','Order &ndash; March 17, 2023 @ 03:53 PM','','wc-completed','closed','closed','wc_order_lb0y5ElWcmWoY','order-mar-17-2023-0353-pm','','','2023-03-22 16:48:05','2023-03-22 16:48:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1783',0,'shop_order','',5),(1784,1,'2023-03-17 20:41:58','2023-03-17 20:41:58','','Order &ndash; March 17, 2023 @ 08:41 PM','','wc-completed','closed','closed','wc_order_VqUjYNPADkgH7','order-mar-17-2023-0841-pm','','','2023-03-20 20:06:59','2023-03-20 20:06:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1784',0,'shop_order','',5),(1785,1,'2023-03-19 19:51:07','2023-03-19 19:51:07','','Order &ndash; March 19, 2023 @ 07:51 PM','','wc-completed','closed','closed','wc_order_U7xf5HK2sUWwy','order-mar-19-2023-0751-pm','','','2023-03-20 18:33:36','2023-03-20 18:33:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1785',0,'shop_order','',3),(1786,1,'2023-03-19 19:57:39','2023-03-19 19:57:39','','Order &ndash; March 19, 2023 @ 07:57 PM','','wc-completed','closed','closed','wc_order_xMSAUdFXPuNUa','order-mar-19-2023-0757-pm','','','2023-03-21 20:36:55','2023-03-21 20:36:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1786',0,'shop_order','',5),(1787,1,'2023-03-19 20:04:42','2023-03-19 20:04:42','','Order &ndash; March 19, 2023 @ 08:04 PM','','wc-completed','closed','closed','wc_order_eLatxe4zKX6LX','order-mar-19-2023-0804-pm','','','2023-03-20 18:34:39','2023-03-20 18:34:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1787',0,'shop_order','',3),(1789,1,'2023-03-20 17:19:41','2023-03-20 17:19:41','','Order &ndash; March 20, 2023 @ 05:19 PM','','wc-completed','closed','closed','wc_order_5MmbGhfMfFYrA','order-mar-20-2023-0519-pm','','','2023-03-22 16:48:42','2023-03-22 16:48:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1789',0,'shop_order','',3),(1790,1,'2023-03-20 20:43:21','2023-03-20 20:43:21','','Order &ndash; March 20, 2023 @ 08:43 PM','','wc-completed','closed','closed','wc_order_cus1FBAXcsrGt','order-mar-20-2023-0843-pm','','','2023-03-21 20:37:41','2023-03-21 20:37:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1790',0,'shop_order','',3),(1791,1,'2023-03-21 02:06:36','2023-03-21 02:06:36','','Order &ndash; March 21, 2023 @ 02:06 AM','','wc-completed','closed','closed','wc_order_vS50a8Bftdv5g','order-mar-21-2023-0206-am','','','2023-03-22 16:49:08','2023-03-22 16:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1791',0,'shop_order','',3),(1792,1,'2023-03-21 17:29:24','2023-03-21 17:29:24','','Order &ndash; March 21, 2023 @ 05:29 PM','','wc-completed','closed','closed','wc_order_ms2HkzLww1UcM','order-mar-21-2023-0529-pm','','','2023-03-21 20:38:28','2023-03-21 20:38:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1792',0,'shop_order','',3),(1793,1,'2023-03-22 15:58:31','2023-03-22 15:58:31','','Order &ndash; March 22, 2023 @ 03:58 PM','','wc-completed','closed','closed','wc_order_XoCzsGNZgpvhB','order-mar-22-2023-0358-pm','','','2023-03-23 15:20:42','2023-03-23 15:20:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1793',0,'shop_order','',5),(1794,1,'2023-03-22 19:02:04','2023-03-22 19:02:04','','Order &ndash; March 22, 2023 @ 07:02 PM','','wc-completed','closed','closed','wc_order_3e8DXTZMIEf8W','order-mar-22-2023-0702-pm','','','2023-03-23 20:21:10','2023-03-23 20:21:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1794',0,'shop_order','',5),(1795,1,'2023-03-22 21:52:04','2023-03-22 21:52:04','','Order &ndash; March 22, 2023 @ 09:52 PM','','wc-completed','closed','closed','wc_order_HJMHHcirW6kds','order-mar-22-2023-0952-pm','','','2023-03-23 20:22:21','2023-03-23 20:22:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1795',0,'shop_order','',3),(1796,1,'2023-03-24 20:26:20','2023-03-24 20:26:20','','Order &ndash; March 24, 2023 @ 08:26 PM','','wc-completed','closed','closed','wc_order_f6wTEJB3cSvqt','order-mar-24-2023-0826-pm','','','2023-03-31 16:15:20','2023-03-31 16:15:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1796',0,'shop_order','',3),(1797,1,'2023-03-24 20:52:02','2023-03-24 20:52:02','','Order &ndash; March 24, 2023 @ 08:52 PM','','wc-completed','closed','closed','wc_order_sPcnErEur3Cd9','order-mar-24-2023-0852-pm','','','2023-03-31 16:14:29','2023-03-31 16:14:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1797',0,'shop_order','',3),(1799,1,'2023-03-27 15:33:53','2023-03-27 15:33:53','','Order &ndash; March 27, 2023 @ 03:33 PM','','wc-completed','closed','closed','wc_order_CNEupYZ6LVech','order-mar-27-2023-0333-pm','','','2023-03-27 21:37:43','2023-03-27 21:37:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1799',0,'shop_order','',3),(1800,1,'2023-03-28 01:36:38','2023-03-28 01:36:38','','Order &ndash; March 28, 2023 @ 01:36 AM','','wc-completed','closed','closed','wc_order_sCVkrapC3dVU9','order-mar-28-2023-0136-am','','','2023-03-28 19:23:23','2023-03-28 19:23:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1800',0,'shop_order','',3),(1801,1,'2023-03-29 01:16:04','2023-03-29 01:16:04','','Order &ndash; March 29, 2023 @ 01:16 AM','','wc-completed','closed','closed','wc_order_Tqzu99t9FX0EL','order-mar-29-2023-0116-am','','','2023-03-30 18:38:51','2023-03-30 18:38:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1801',0,'shop_order','',5),(1802,1,'2023-03-29 12:48:23','2023-03-29 12:48:23','','Order &ndash; March 29, 2023 @ 12:48 PM','','wc-completed','closed','closed','wc_order_j4Fi9lpMvCoOl','order-mar-29-2023-1248-pm','','','2023-03-29 18:07:04','2023-03-29 18:07:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1802',0,'shop_order','',3),(1803,1,'2023-03-29 20:47:59','2023-03-29 20:47:59','','Order &ndash; March 29, 2023 @ 08:47 PM','','wc-completed','closed','closed','wc_order_WRPLJYpnmWyUO','order-mar-29-2023-0847-pm','','','2023-03-30 13:56:04','2023-03-30 13:56:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1803',0,'shop_order','',3),(1804,1,'2023-03-30 19:32:22','2023-03-30 19:32:22','','Order &ndash; March 30, 2023 @ 07:32 PM','','wc-cancelled','open','closed','wc_order_MkLfhaT9q4IIp','order-mar-30-2023-0732-pm','','','2023-03-30 19:32:52','2023-03-30 19:32:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1804',0,'shop_order','',1),(1805,1,'2023-03-30 19:34:11','2023-03-30 19:34:11','','Order &ndash; March 30, 2023 @ 07:34 PM','','wc-completed','closed','closed','wc_order_vUxzofynJElSh','order-mar-30-2023-0734-pm','','','2023-03-31 16:18:17','2023-03-31 16:18:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1805',0,'shop_order','',3),(1806,1,'2023-03-30 20:11:06','2023-03-30 20:11:06','','Order &ndash; March 30, 2023 @ 08:11 PM','','wc-completed','closed','closed','wc_order_DXKsvubcUosrH','order-mar-30-2023-0811-pm','','','2023-03-31 16:21:42','2023-03-31 16:21:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1806',0,'shop_order','',3),(1807,1,'2023-03-31 17:10:52','2023-03-31 17:10:52','','Order &ndash; March 31, 2023 @ 05:10 PM','','wc-completed','closed','closed','wc_order_PoOOQr9ZlsLR9','order-mar-31-2023-0510-pm','','','2023-04-03 14:28:12','2023-04-03 14:28:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1807',0,'shop_order','',3),(1808,1,'2023-03-31 20:14:52','2023-03-31 20:14:52','','Order &ndash; March 31, 2023 @ 08:14 PM','','wc-completed','closed','closed','wc_order_3TWwsTNWubQfi','order-mar-31-2023-0814-pm','','','2023-04-03 15:59:04','2023-04-03 15:59:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1808',0,'shop_order','',3),(1809,1,'2023-04-02 01:39:20','2023-04-02 01:39:20','','Order &ndash; April 2, 2023 @ 01:39 AM','No weekend deliveries','wc-completed','closed','closed','wc_order_zk3quXzJ6m5ll','order-apr-02-2023-0139-am','','','2023-04-04 14:31:33','2023-04-04 14:31:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1809',0,'shop_order','',5),(1810,1,'2023-04-02 01:40:20','2023-04-02 01:40:20','','Order &ndash; April 2, 2023 @ 01:40 AM','','wc-completed','closed','closed','wc_order_8fuw6zZwsnRI0','order-apr-02-2023-0140-am','','','2023-04-04 14:32:14','2023-04-04 14:32:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1810',0,'shop_order','',5),(1811,1,'2023-04-03 02:05:26','2023-04-03 02:05:26','','Order &ndash; April 3, 2023 @ 02:05 AM','','wc-completed','closed','closed','wc_order_eyuKNIyZeorT0','order-apr-03-2023-0205-am','','','2023-04-04 14:33:29','2023-04-04 14:33:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1811',0,'shop_order','',3),(1812,1,'2023-04-03 02:17:22','2023-04-03 02:17:22','','Order &ndash; April 3, 2023 @ 02:17 AM','','wc-completed','closed','closed','wc_order_2eTXWA8NhXEOR','order-apr-03-2023-0217-am','','','2023-04-04 14:34:10','2023-04-04 14:34:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1812',0,'shop_order','',3),(1814,1,'2023-04-04 03:12:13','2023-04-04 03:12:13','','Order &ndash; April 4, 2023 @ 03:12 AM','','wc-completed','closed','closed','wc_order_CTR6l3zQQMXm4','order-apr-04-2023-0312-am','','','2023-04-05 13:30:23','2023-04-05 13:30:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1814',0,'shop_order','',5),(1816,1,'2023-04-05 20:26:38','2023-04-05 20:26:38','','Order &ndash; April 5, 2023 @ 08:26 PM','','wc-completed','closed','closed','wc_order_9yetPuBmOd9zY','order-apr-05-2023-0826-pm','','','2023-04-07 20:33:56','2023-04-07 20:33:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1816',0,'shop_order','',5),(1817,1,'2023-04-05 22:42:41','2023-04-05 22:42:41','','Order &ndash; April 5, 2023 @ 10:42 PM','','wc-completed','closed','closed','wc_order_0eqvVu7AsgzX6','order-apr-05-2023-1042-pm','','','2023-04-06 23:55:01','2023-04-06 23:55:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1817',0,'shop_order','',3),(1818,1,'2023-04-06 21:15:05','2023-04-06 21:15:05','','Order &ndash; April 6, 2023 @ 09:15 PM','','wc-completed','closed','closed','wc_order_a8Cbbdk4dSCm5','order-apr-06-2023-0915-pm','','','2023-04-10 19:59:07','2023-04-10 19:59:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1818',0,'shop_order','',5),(1819,1,'2023-04-07 15:53:16','2023-04-07 15:53:16','','Order &ndash; April 7, 2023 @ 03:53 PM','','wc-completed','closed','closed','wc_order_yZwLb9Py8vTxt','order-apr-07-2023-0353-pm','','','2023-04-07 20:59:23','2023-04-07 20:59:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1819',0,'shop_order','',3),(1820,1,'2023-04-07 22:30:34','2023-04-07 22:30:34','','Order &ndash; April 7, 2023 @ 10:30 PM','If door is locked leave in breezeway','wc-completed','closed','closed','wc_order_VAeXCCE91A4pa','order-apr-07-2023-1030-pm','','','2023-04-10 15:55:46','2023-04-10 15:55:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1820',0,'shop_order','',3),(1821,1,'2023-04-08 21:10:59','2023-04-08 21:10:59','','Order &ndash; April 8, 2023 @ 09:10 PM','','wc-completed','closed','closed','wc_order_2c5oGJYogUMld','order-apr-08-2023-0910-pm','','','2023-04-10 18:41:18','2023-04-10 18:41:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1821',0,'shop_order','',3),(1822,1,'2023-04-10 14:35:02','2023-04-10 14:35:02','','Order &ndash; April 10, 2023 @ 02:35 PM','','wc-completed','closed','closed','wc_order_kMBmyZjRWTr3B','order-apr-10-2023-0235-pm','','','2023-04-10 20:02:34','2023-04-10 20:02:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1822',0,'shop_order','',3),(1823,1,'2023-04-10 18:19:22','2023-04-10 18:19:22','','Order &ndash; April 10, 2023 @ 06:19 PM','','wc-completed','closed','closed','wc_order_JvYOHeP7SiPe3','order-apr-10-2023-0619-pm','','','2023-04-11 14:29:54','2023-04-11 14:29:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1823',0,'shop_order','',3),(1825,1,'2023-04-10 22:24:14','2023-04-10 22:24:14','','Order &ndash; April 10, 2023 @ 10:24 PM','','wc-completed','closed','closed','wc_order_ZXNhPbqLZkz2l','order-apr-10-2023-1024-pm','','','2023-04-12 14:23:22','2023-04-12 14:23:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1825',0,'shop_order','',5),(1826,1,'2023-04-11 01:56:30','2023-04-11 01:56:30','','Order &ndash; April 11, 2023 @ 01:56 AM','','wc-completed','closed','closed','wc_order_ycoZQZ6WpgHso','order-apr-11-2023-0156-am','','','2023-04-11 16:14:46','2023-04-11 16:14:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1826',0,'shop_order','',3),(1827,1,'2023-04-11 18:00:54','2023-04-11 18:00:54','','Order &ndash; April 11, 2023 @ 06:00 PM','','wc-completed','closed','closed','wc_order_qk9Iqrs2fDCqi','order-apr-11-2023-0600-pm','','','2023-04-12 14:22:20','2023-04-12 14:22:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1827',0,'shop_order','',3),(1828,1,'2023-04-12 04:39:11','2023-04-12 04:39:11','','Order &ndash; April 12, 2023 @ 04:39 AM','','wc-completed','closed','closed','wc_order_hkYhIzE5gQXqt','order-apr-12-2023-0439-am','','','2023-04-13 14:00:30','2023-04-13 14:00:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1828',0,'shop_order','',3),(1829,1,'2023-04-12 15:21:11','2023-04-12 15:21:11','','Order &ndash; April 12, 2023 @ 03:21 PM','','wc-completed','closed','closed','wc_order_XCjNan0C06m5s','order-apr-12-2023-0321-pm','','','2023-04-13 13:58:47','2023-04-13 13:58:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1829',0,'shop_order','',3),(1830,1,'2023-04-12 17:24:30','2023-04-12 17:24:30','','Order &ndash; April 12, 2023 @ 05:24 PM','','wc-cancelled','open','closed','wc_order_PTdtCsoPuyFnm','order-apr-12-2023-0524-pm','','','2023-04-12 17:24:49','2023-04-12 17:24:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1830',0,'shop_order','',1),(1831,1,'2023-04-12 17:25:12','2023-04-12 17:25:12','','Order &ndash; April 12, 2023 @ 05:25 PM','','wc-completed','closed','closed','wc_order_wGf2W4wDuKQAC','order-apr-12-2023-0525-pm','','','2023-04-13 13:57:44','2023-04-13 13:57:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1831',0,'shop_order','',3),(1832,1,'2023-04-13 16:03:13','2023-04-13 16:03:13','','Order &ndash; April 13, 2023 @ 04:03 PM','','wc-completed','closed','closed','wc_order_4OBkeHDj4CJRp','order-apr-13-2023-0403-pm','','','2023-04-14 16:40:36','2023-04-14 16:40:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1832',0,'shop_order','',3),(1833,1,'2023-04-13 16:16:00','2023-04-13 16:16:00','','Order &ndash; April 13, 2023 @ 04:16 PM','','wc-completed','closed','closed','wc_order_eXCUTTA9t7ZTS','order-apr-13-2023-0416-pm','','','2023-04-17 21:40:23','2023-04-17 21:40:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1833',0,'shop_order','',3),(1834,1,'2023-04-13 16:21:15','2023-04-13 16:21:15','','Order &ndash; April 13, 2023 @ 04:21 PM','','wc-completed','closed','closed','wc_order_8aKgEVhc4AMLO','order-apr-13-2023-0421-pm','','','2023-04-13 20:38:56','2023-04-13 20:38:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1834',0,'shop_order','',3),(1835,1,'2023-04-14 04:21:47','2023-04-14 04:21:47','','Order &ndash; April 14, 2023 @ 04:21 AM','','wc-completed','closed','closed','wc_order_x60oYRH9lCNQw','order-apr-14-2023-0421-am','','','2023-04-17 14:41:39','2023-04-17 14:41:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1835',0,'shop_order','',3),(1836,1,'2023-04-14 15:36:25','2023-04-14 15:36:25','','Order &ndash; April 14, 2023 @ 03:36 PM','','wc-completed','closed','closed','wc_order_uMeDvw2aeb9EO','order-apr-14-2023-0336-pm','','','2023-04-17 14:40:32','2023-04-17 14:40:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1836',0,'shop_order','',3),(1837,1,'2023-04-14 17:25:59','2023-04-14 17:25:59','','Order &ndash; April 14, 2023 @ 05:25 PM','','wc-completed','closed','closed','wc_order_JhY9nB0PTRbjy','order-apr-14-2023-0525-pm','','','2023-04-17 14:39:43','2023-04-17 14:39:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1837',0,'shop_order','',3),(1838,1,'2023-04-17 16:49:42','2023-04-17 16:49:42','','Order &ndash; April 17, 2023 @ 04:49 PM','','wc-completed','closed','closed','wc_order_w0N3BQBG62qIw','order-apr-17-2023-0449-pm','','','2023-04-17 21:37:58','2023-04-17 21:37:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1838',0,'shop_order','',3),(1839,1,'2023-04-17 18:56:17','2023-04-17 18:56:17','','Order &ndash; April 17, 2023 @ 06:56 PM','','wc-completed','closed','closed','wc_order_JZAMMXFLOJirQ','order-apr-17-2023-0656-pm','','','2023-04-18 21:45:27','2023-04-18 21:45:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1839',0,'shop_order','',5),(1841,1,'2023-04-18 22:19:27','2023-04-18 22:19:27','','Order &ndash; April 18, 2023 @ 10:19 PM','','wc-completed','closed','closed','wc_order_YvHx4t1Tgvjew','order-apr-18-2023-1019-pm','','','2023-04-19 20:16:28','2023-04-19 20:16:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1841',0,'shop_order','',3),(1842,1,'2023-04-20 15:35:16','2023-04-20 15:35:16','','Order &ndash; April 20, 2023 @ 03:35 PM','','wc-completed','closed','closed','wc_order_neaVWdkYdw6Q3','order-apr-20-2023-0335-pm','','','2023-04-21 13:40:49','2023-04-21 13:40:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1842',0,'shop_order','',3),(1843,1,'2023-04-21 12:24:38','2023-04-21 12:24:38','','Order &ndash; April 21, 2023 @ 12:24 PM','','wc-completed','closed','closed','wc_order_xXWx1zxayHbOr','order-apr-21-2023-1224-pm','','','2023-04-24 16:12:58','2023-04-24 16:12:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1843',0,'shop_order','',5),(1844,1,'2023-04-22 18:08:33','2023-04-22 18:08:33','','Order &ndash; April 22, 2023 @ 06:08 PM','','wc-completed','closed','closed','wc_order_HJzcMWKFx23ab','order-apr-22-2023-0608-pm','','','2023-04-24 16:13:56','2023-04-24 16:13:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1844',0,'shop_order','',3),(1845,1,'2023-04-22 20:45:32','2023-04-22 20:45:32','','Order &ndash; April 22, 2023 @ 08:45 PM','','wc-completed','closed','closed','wc_order_TD3YW62fWzJFh','order-apr-22-2023-0845-pm','','','2023-04-24 16:14:28','2023-04-24 16:14:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1845',0,'shop_order','',3),(1846,1,'2023-04-24 14:55:39','2023-04-24 14:55:39','','Order &ndash; April 24, 2023 @ 02:55 PM','','wc-completed','closed','closed','wc_order_6Kafjc1xwLFkB','order-apr-24-2023-0255-pm','','','2023-04-24 20:07:00','2023-04-24 20:07:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1846',0,'shop_order','',3),(1847,1,'2023-04-24 18:01:03','2023-04-24 18:01:03','','Order &ndash; April 24, 2023 @ 06:01 PM','My last order - 2 urgent care kits did not come with the professional lice comb. Can you please include 2 lice combs so I can add it to the kits that are missing it. Thank you!','wc-completed','closed','closed','wc_order_C3vLVeSg16nOF','order-apr-24-2023-0601-pm','','','2023-04-24 20:53:40','2023-04-24 20:53:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1847',0,'shop_order','',3),(1848,1,'2023-04-24 19:57:36','2023-04-24 19:57:36','','Order &ndash; April 24, 2023 @ 07:57 PM','Ship to Portland office 97221','wc-completed','closed','closed','wc_order_GW6VBCG3Gwynk','order-apr-24-2023-0757-pm','','','2023-04-25 16:33:13','2023-04-25 16:33:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1848',0,'shop_order','',3),(1849,1,'2023-04-26 13:16:25','2023-04-26 13:16:25','','Order &ndash; April 26, 2023 @ 01:16 PM','','wc-completed','closed','closed','wc_order_sohbY1v5lx6rw','order-apr-26-2023-0116-pm','','','2023-04-26 20:36:26','2023-04-26 20:36:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1849',0,'shop_order','',3),(1850,1,'2023-04-26 19:25:17','2023-04-26 19:25:17','','Order &ndash; April 26, 2023 @ 07:25 PM','','wc-completed','closed','closed','wc_order_OV6TQeSn3Kxjj','order-apr-26-2023-0725-pm','','','2023-04-26 20:52:19','2023-04-26 20:52:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1850',0,'shop_order','',3),(1852,1,'2023-04-27 18:37:28','2023-04-27 18:37:28','','Order &ndash; April 27, 2023 @ 06:37 PM','Ship to Bend Oregon Location','wc-completed','closed','closed','wc_order_StYkKs9xQ956e','order-apr-27-2023-0637-pm','','','2023-04-28 20:13:45','2023-04-28 20:13:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1852',0,'shop_order','',3),(1853,1,'2023-04-28 12:51:54','2023-04-28 12:51:54','','Order &ndash; April 28, 2023 @ 12:51 PM','','wc-completed','closed','closed','wc_order_tfP1kcUYiZLaO','order-apr-28-2023-1251-pm','','','2023-05-01 16:57:09','2023-05-01 16:57:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1853',0,'shop_order','',3),(1854,1,'2023-04-28 13:11:14','2023-04-28 13:11:14','','Order &ndash; April 28, 2023 @ 01:11 PM','','wc-completed','closed','closed','wc_order_JBttjIJ1RSEvs','order-apr-28-2023-0111-pm','','','2023-05-01 16:56:35','2023-05-01 16:56:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1854',0,'shop_order','',5),(1855,1,'2023-04-28 13:34:34','2023-04-28 13:34:34','','Order &ndash; April 28, 2023 @ 01:34 PM','','wc-completed','closed','closed','wc_order_JXsnpCWcg5Ltu','order-apr-28-2023-0134-pm','','','2023-04-28 20:19:01','2023-04-28 20:19:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1855',0,'shop_order','',3),(1856,1,'2023-05-01 12:27:59','2023-05-01 12:27:59','','Order &ndash; May 1, 2023 @ 12:27 PM','','wc-completed','closed','closed','wc_order_u0T5gZiDnnGE8','order-may-01-2023-1227-pm','','','2023-05-02 15:33:38','2023-05-02 15:33:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1856',0,'shop_order','',5),(1857,1,'2023-05-01 17:05:01','2023-05-01 17:05:01','','Order &ndash; May 1, 2023 @ 05:05 PM','','wc-completed','closed','closed','wc_order_bac4yZgni0oqU','order-may-01-2023-0505-pm','','','2023-05-01 20:20:35','2023-05-01 20:20:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1857',0,'shop_order','',3),(1859,1,'2023-05-01 22:02:37','2023-05-01 22:02:37','','Order &ndash; May 1, 2023 @ 10:02 PM','','wc-completed','closed','closed','wc_order_ZKz0faNRzyQOn','order-may-01-2023-1002-pm','','','2023-05-02 20:40:07','2023-05-02 20:40:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1859',0,'shop_order','',3),(1862,1,'2023-05-02 20:56:23','2023-05-02 20:56:23','','Order &ndash; May 2, 2023 @ 08:56 PM','','wc-completed','closed','closed','wc_order_IDbdDLTZbAyQS','order-may-02-2023-0856-pm','','','2023-05-03 14:04:21','2023-05-03 14:04:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1862',0,'shop_order','',3),(1863,1,'2023-05-02 22:58:07','2023-05-02 22:58:07','','Order &ndash; May 2, 2023 @ 10:58 PM','','wc-completed','closed','closed','wc_order_5UoIAe4WXXvy0','order-may-02-2023-1058-pm','','','2023-05-03 15:17:01','2023-05-03 15:17:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1863',0,'shop_order','',3),(1864,1,'2023-05-03 17:42:42','2023-05-03 17:42:42','','Order &ndash; May 3, 2023 @ 05:42 PM','','wc-completed','closed','closed','wc_order_g2gXDYwxJsFcw','order-may-03-2023-0542-pm','','','2023-05-04 16:55:01','2023-05-04 16:55:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1864',0,'shop_order','',3),(1865,1,'2023-05-04 18:38:30','2023-05-04 18:38:30','','Order &ndash; May 4, 2023 @ 06:38 PM','','wc-completed','closed','closed','wc_order_Fy4H8YlyimN0X','order-may-04-2023-0638-pm','','','2023-05-05 13:47:31','2023-05-05 13:47:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1865',0,'shop_order','',3),(1867,1,'2023-05-04 20:01:36','2023-05-04 20:01:36','','Order &ndash; May 4, 2023 @ 08:01 PM','PLEASE leave at our suite ( 210)','wc-completed','closed','closed','wc_order_vlag433hr0RQb','order-may-04-2023-0801-pm','','','2023-05-05 15:11:04','2023-05-05 15:11:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1867',0,'shop_order','',3),(1868,1,'2023-05-05 19:44:06','2023-05-05 19:44:06','','Order &ndash; May 5, 2023 @ 07:44 PM','','wc-completed','closed','closed','wc_order_TNEzlZt7o1co2','order-may-05-2023-0744-pm','','','2023-05-08 13:58:58','2023-05-08 13:58:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1868',0,'shop_order','',3),(1869,1,'2023-05-08 13:33:43','2023-05-08 13:33:43','','Order &ndash; May 8, 2023 @ 01:33 PM','','wc-completed','closed','closed','wc_order_0RCe8AnxhXmLw','order-may-08-2023-0133-pm','','','2023-05-08 19:20:01','2023-05-08 19:20:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1869',0,'shop_order','',3),(1870,1,'2023-05-08 15:13:47','2023-05-08 15:13:47','','Order &ndash; May 8, 2023 @ 03:13 PM','','wc-completed','closed','closed','wc_order_vBqs8tFE3apC5','order-may-08-2023-0313-pm','','','2023-05-08 21:57:53','2023-05-08 21:57:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1870',0,'shop_order','',3),(1871,1,'2023-05-08 20:56:27','2023-05-08 20:56:27','','Order &ndash; May 8, 2023 @ 08:56 PM','','wc-completed','closed','closed','wc_order_kuk0xRCxhBbI0','order-may-08-2023-0856-pm','','','2023-05-09 21:56:29','2023-05-09 21:56:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1871',0,'shop_order','',3),(1872,1,'2023-05-08 22:14:54','2023-05-08 22:14:54','','Order &ndash; May 8, 2023 @ 10:14 PM','','wc-completed','closed','closed','wc_order_e7qtL446nEhnQ','order-may-08-2023-1014-pm','','','2023-05-09 20:10:40','2023-05-09 20:10:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1872',0,'shop_order','',3),(1873,1,'2023-05-09 18:54:59','2023-05-09 18:54:59','','Order &ndash; May 9, 2023 @ 06:54 PM','','wc-completed','closed','closed','wc_order_z5MWL1NzbkQ4Q','order-may-09-2023-0654-pm','','','2023-05-09 21:55:58','2023-05-09 21:55:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1873',0,'shop_order','',3),(1874,1,'2023-05-09 18:58:36','2023-05-09 18:58:36','','Order &ndash; May 9, 2023 @ 06:58 PM','','wc-completed','closed','closed','wc_order_wrfJbvbaP5mBr','order-may-09-2023-0658-pm','','','2023-05-09 21:56:22','2023-05-09 21:56:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1874',0,'shop_order','',3),(1875,1,'2023-05-09 19:53:51','2023-05-09 19:53:51','','Order &ndash; May 9, 2023 @ 07:53 PM','','wc-completed','closed','closed','wc_order_qHWh7ZYlh4swt','order-may-09-2023-0753-pm','','','2023-05-11 04:00:37','2023-05-11 04:00:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1875',0,'shop_order','',3),(1876,1,'2023-05-10 20:04:21','2023-05-10 20:04:21','','Order &ndash; May 10, 2023 @ 08:04 PM','','wc-completed','closed','closed','wc_order_0dkyHKURwSbp0','order-may-10-2023-0804-pm','','','2023-05-11 04:00:02','2023-05-11 04:00:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1876',0,'shop_order','',3),(1877,1,'2023-05-10 21:35:59','2023-05-10 21:35:59','','Order &ndash; May 10, 2023 @ 09:35 PM','','wc-completed','closed','closed','wc_order_4HTuq8goloVMm','order-may-10-2023-0935-pm','','','2023-05-11 20:41:38','2023-05-11 20:41:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1877',0,'shop_order','',3),(1878,1,'2023-05-11 04:43:55','2023-05-11 04:43:55','','Order &ndash; May 11, 2023 @ 04:43 AM','','wc-completed','closed','closed','wc_order_Q8HCLFC2Ml9hD','order-may-11-2023-0443-am','','','2023-05-11 20:41:02','2023-05-11 20:41:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1878',0,'shop_order','',3),(1879,1,'2023-05-11 16:45:33','2023-05-11 16:45:33','','Order &ndash; May 11, 2023 @ 04:45 PM','','wc-completed','closed','closed','wc_order_S1oUTYzRU13gG','order-may-11-2023-0445-pm','','','2023-05-12 03:59:44','2023-05-12 03:59:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1879',0,'shop_order','',3),(1880,1,'2023-05-11 16:46:29','2023-05-11 16:46:29','','Order &ndash; May 11, 2023 @ 04:46 PM','','wc-completed','closed','closed','wc_order_PJM6Fydh6PEK1','order-may-11-2023-0446-pm','','','2023-05-11 20:39:29','2023-05-11 20:39:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1880',0,'shop_order','',3),(1881,1,'2023-05-11 17:00:38','2023-05-11 17:00:38','','Order &ndash; May 11, 2023 @ 05:00 PM','','wc-cancelled','open','closed','wc_order_P4JTvzDQQEuNc','order-may-11-2023-0500-pm','','','2023-05-11 17:00:54','2023-05-11 17:00:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1881',0,'shop_order','',1),(1882,1,'2023-05-11 17:01:12','2023-05-11 17:01:12','','Order &ndash; May 11, 2023 @ 05:01 PM','','wc-completed','closed','closed','wc_order_hVSC9og7aawnd','order-may-11-2023-0501-pm','','','2023-05-11 20:39:46','2023-05-11 20:39:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1882',0,'shop_order','',3),(1883,1,'2023-05-12 18:54:23','2023-05-12 18:54:23','','Order &ndash; May 12, 2023 @ 06:54 PM','','wc-completed','closed','closed','wc_order_t4A3rn9wO0xQd','order-may-12-2023-0654-pm','','','2023-05-18 15:50:16','2023-05-18 15:50:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1883',0,'shop_order','',3),(1884,1,'2023-05-13 22:39:53','2023-05-13 22:39:53','','Order &ndash; May 13, 2023 @ 10:39 PM','','wc-completed','closed','closed','wc_order_Z6PnXRQOBitRG','order-may-13-2023-1039-pm','','','2023-05-18 15:50:58','2023-05-18 15:50:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1884',0,'shop_order','',3),(1886,1,'2023-05-16 15:54:08','2023-05-16 15:54:08','','Order &ndash; May 16, 2023 @ 03:54 PM','','wc-completed','closed','closed','wc_order_ExM2AIlVcZsZg','order-may-16-2023-0354-pm','','','2023-05-18 15:51:37','2023-05-18 15:51:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1886',0,'shop_order','',3),(1887,1,'2023-05-16 16:07:35','2023-05-16 16:07:35','','Order &ndash; May 16, 2023 @ 04:07 PM','Please leave outside suite if door is locked.','wc-completed','closed','closed','wc_order_P7x0XRHHfouLk','order-may-16-2023-0407-pm','','','2023-05-18 15:52:22','2023-05-18 15:52:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1887',0,'shop_order','',3),(1888,1,'2023-05-16 16:13:47','2023-05-16 16:13:47','','Order &ndash; May 16, 2023 @ 04:13 PM','','wc-completed','closed','closed','wc_order_0uGGxtemKJUVe','order-may-16-2023-0413-pm','','','2023-05-18 15:53:04','2023-05-18 15:53:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1888',0,'shop_order','',3),(1889,1,'2023-05-16 19:47:31','2023-05-16 19:47:31','','Order &ndash; May 16, 2023 @ 07:47 PM','','wc-completed','closed','closed','wc_order_Tvg17Iyzrd3is','order-may-16-2023-0747-pm','','','2023-05-17 15:36:53','2023-05-17 15:36:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1889',0,'shop_order','',3),(1890,1,'2023-05-16 22:11:31','2023-05-16 22:11:31','','Order &ndash; May 16, 2023 @ 10:11 PM','','wc-completed','closed','closed','wc_order_9XGSyOqyANFZ8','order-may-16-2023-1011-pm','','','2023-05-18 15:53:48','2023-05-18 15:53:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1890',0,'shop_order','',3),(1891,1,'2023-05-16 22:59:03','2023-05-16 22:59:03','','Order &ndash; May 16, 2023 @ 10:59 PM','','wc-completed','closed','closed','wc_order_rq9Yf4yNkEdDq','order-may-16-2023-1059-pm','','','2023-05-18 15:54:36','2023-05-18 15:54:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1891',0,'shop_order','',3),(1892,1,'2023-05-16 23:22:31','2023-05-16 23:22:31','','Order &ndash; May 16, 2023 @ 11:22 PM','','wc-completed','closed','closed','wc_order_L6jCCFjQQQiE4','order-may-16-2023-1122-pm','','','2023-05-17 19:21:52','2023-05-17 19:21:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1892',0,'shop_order','',3),(1893,1,'2023-05-17 17:27:49','2023-05-17 17:27:49','','Order &ndash; May 17, 2023 @ 05:27 PM','','wc-completed','closed','closed','wc_order_Bag9zhreXakk1','order-may-17-2023-0527-pm','','','2023-05-17 22:30:39','2023-05-17 22:30:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1893',0,'shop_order','',3),(1894,1,'2023-05-18 01:40:05','2023-05-18 01:40:05','','Order &ndash; May 18, 2023 @ 01:40 AM','','wc-completed','closed','closed','wc_order_XbUQoVMbQzdDV','order-may-18-2023-0140-am','','','2023-05-18 17:51:11','2023-05-18 17:51:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1894',0,'shop_order','',3),(1895,1,'2023-05-18 16:31:05','2023-05-18 16:31:05','','Order &ndash; May 18, 2023 @ 04:31 PM','','wc-completed','closed','closed','wc_order_qHthtBDxEBPkD','order-may-18-2023-0431-pm','','','2023-05-25 15:55:18','2023-05-25 15:55:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1895',0,'shop_order','',3),(1896,1,'2023-05-18 16:34:15','2023-05-18 16:34:15','','Order &ndash; May 18, 2023 @ 04:34 PM','','wc-completed','closed','closed','wc_order_lR5n9so9LmeB6','order-may-18-2023-0434-pm','','','2023-05-18 20:56:04','2023-05-18 20:56:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1896',0,'shop_order','',3),(1897,1,'2023-05-18 17:46:22','2023-05-18 17:46:22','','Order &ndash; May 18, 2023 @ 05:46 PM','','wc-completed','closed','closed','wc_order_fDbkW3QWbHTPG','order-may-18-2023-0546-pm','','','2023-05-18 20:51:58','2023-05-18 20:51:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1897',0,'shop_order','',3),(1898,1,'2023-05-18 21:55:51','2023-05-18 21:55:51','','Order &ndash; May 18, 2023 @ 09:55 PM','','wc-completed','closed','closed','wc_order_D6IJ6pC7SlnYQ','order-may-18-2023-0955-pm','','','2023-05-22 19:26:09','2023-05-22 19:26:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1898',0,'shop_order','',3),(1899,1,'2023-05-19 15:10:20','2023-05-19 15:10:20','','Order &ndash; May 19, 2023 @ 03:10 PM','','wc-completed','closed','closed','wc_order_kiikjKJ4Svgqt','order-may-19-2023-0310-pm','','','2023-05-22 19:27:40','2023-05-22 19:27:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1899',0,'shop_order','',3),(1900,1,'2023-05-19 15:20:56','2023-05-19 15:20:56','','Order &ndash; May 19, 2023 @ 03:20 PM','','wc-completed','closed','closed','wc_order_SS0bGMzHSsmM1','order-may-19-2023-0320-pm','','','2023-05-22 19:26:54','2023-05-22 19:26:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1900',0,'shop_order','',3),(1901,1,'2023-05-20 16:06:14','2023-05-20 16:06:14','','Order &ndash; May 20, 2023 @ 04:06 PM','','wc-completed','closed','closed','wc_order_gqeTvenghR7jR','order-may-20-2023-0406-pm','','','2023-05-25 15:55:23','2023-05-25 15:55:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1901',0,'shop_order','',3),(1902,1,'2023-05-23 20:48:26','2023-05-23 20:48:26','','Order &ndash; May 23, 2023 @ 08:48 PM','Ship to pxd office ....','wc-completed','closed','closed','wc_order_EQUuuUbY4f0WN','order-may-23-2023-0848-pm','','','2023-05-25 15:55:27','2023-05-25 15:55:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1902',0,'shop_order','',3),(1903,1,'2023-05-23 22:55:18','2023-05-23 22:55:18','','Order &ndash; May 23, 2023 @ 10:55 PM','','wc-completed','closed','closed','wc_order_IGxdLQ9g0i1yC','order-may-23-2023-1055-pm','','','2023-05-24 20:43:13','2023-05-24 20:43:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1903',0,'shop_order','',3),(1905,1,'2023-05-24 21:09:52','2023-05-24 21:09:52','','Order &ndash; May 24, 2023 @ 09:09 PM','','wc-completed','closed','closed','wc_order_vwLAOhaKPEyaG','order-may-24-2023-0909-pm','','','2023-05-25 15:56:09','2023-05-25 15:56:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1905',0,'shop_order','',3),(1906,1,'2023-05-25 14:19:21','2023-05-25 14:19:21','','Order &ndash; May 25, 2023 @ 02:19 PM','','wc-completed','closed','closed','wc_order_nuwClAOUqSX7y','order-may-25-2023-0219-pm','','','2023-05-25 17:31:34','2023-05-25 17:31:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1906',0,'shop_order','',3),(1907,1,'2023-05-25 14:42:20','2023-05-25 14:42:20','','Order &ndash; May 25, 2023 @ 02:42 PM','','wc-completed','closed','closed','wc_order_J4ao9ihKL5ljO','order-may-25-2023-0242-pm','','','2023-06-06 19:14:41','2023-06-06 19:14:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1907',0,'shop_order','',3),(1909,1,'2023-05-25 18:09:27','2023-05-25 18:09:27','','Order &ndash; May 25, 2023 @ 06:09 PM','','wc-completed','closed','closed','wc_order_hIFCvyAp8Y1HU','order-may-25-2023-0609-pm','','','2023-05-26 15:07:33','2023-05-26 15:07:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1909',0,'shop_order','',3),(1910,1,'2023-05-25 23:08:13','2023-05-25 23:08:13','','Order &ndash; May 25, 2023 @ 11:08 PM','','wc-completed','closed','closed','wc_order_1inGiOPjpbCBH','order-may-25-2023-1108-pm','','','2023-05-26 20:40:55','2023-05-26 20:40:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1910',0,'shop_order','',5),(1911,1,'2023-05-26 14:24:21','2023-05-26 14:24:21','','Order &ndash; May 26, 2023 @ 02:24 PM','','wc-completed','closed','closed','wc_order_RvcKy3EFuQQd4','order-may-26-2023-0224-pm','','','2023-05-26 20:42:12','2023-05-26 20:42:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1911',0,'shop_order','',3),(1912,1,'2023-05-27 21:15:22','2023-05-27 21:15:22','','Order &ndash; May 27, 2023 @ 09:15 PM','','wc-cancelled','open','closed','wc_order_fGuF4qqki5xrz','order-may-27-2023-0915-pm','','','2023-05-27 21:15:52','2023-05-27 21:15:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1912',0,'shop_order','',1),(1913,1,'2023-05-27 21:24:35','2023-05-27 21:24:35','','Order &ndash; May 27, 2023 @ 09:24 PM','','wc-cancelled','open','closed','wc_order_uqiZ2lhs8YEuC','order-may-27-2023-0924-pm','','','2023-05-27 21:31:05','2023-05-27 21:31:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1913',0,'shop_order','',1),(1914,1,'2023-05-27 21:31:19','2023-05-27 21:31:19','','Order &ndash; May 27, 2023 @ 09:31 PM','','wc-completed','closed','closed','wc_order_liojeYffLBVuE','order-may-27-2023-0931-pm','','','2023-05-30 20:33:10','2023-05-30 20:33:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1914',0,'shop_order','',3),(1915,1,'2023-05-30 19:02:26','2023-05-30 19:02:26','','Order &ndash; May 30, 2023 @ 07:02 PM','','wc-completed','closed','closed','wc_order_CCVXcYbCeJuPc','order-may-30-2023-0702-pm','','','2023-06-05 19:54:19','2023-06-05 19:54:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1915',0,'shop_order','',5),(1916,1,'2023-05-30 22:41:37','2023-05-30 22:41:37','','Order &ndash; May 30, 2023 @ 10:41 PM','Please leave if no one present','wc-completed','closed','closed','wc_order_7Daum2pqPz7j0','order-may-30-2023-1041-pm','','','2023-05-31 17:47:07','2023-05-31 17:47:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1916',0,'shop_order','',3),(1917,1,'2023-05-31 21:01:29','2023-05-31 21:01:29','','Order &ndash; May 31, 2023 @ 09:01 PM','','wc-completed','closed','closed','wc_order_wI14WjACSIDhB','order-may-31-2023-0901-pm','','','2023-06-05 17:52:45','2023-06-05 17:52:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1917',0,'shop_order','',5),(1918,1,'2023-05-31 21:29:25','2023-05-31 21:29:25','','Order &ndash; May 31, 2023 @ 09:29 PM','','wc-completed','closed','closed','wc_order_hyMIsI5TERg1D','order-may-31-2023-0929-pm','','','2023-06-14 19:01:08','2023-06-14 19:01:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1918',0,'shop_order','',7),(1919,1,'2023-05-31 22:11:35','2023-05-31 22:11:35','','Order &ndash; May 31, 2023 @ 10:11 PM','','wc-completed','closed','closed','wc_order_FAdwvoen0Ht89','order-may-31-2023-1011-pm','','','2023-06-02 17:34:06','2023-06-02 17:34:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1919',0,'shop_order','',5),(1920,2,'2023-05-31 22:49:06','2023-05-31 22:49:06','','Active Rinse 8oz<br>(Case of 12)','<p>8oz of 50/50 dimethicone oil</p><p><strong>Case of 12 Bottles</strong></p>','inherit','closed','closed','','23-autosave-v1','','','2023-05-31 22:49:06','2023-05-31 22:49:06','',23,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=1920',0,'revision','',0),(1921,1,'2023-06-01 13:24:45','2023-06-01 13:24:45','','Order &ndash; June 1, 2023 @ 01:24 PM','','wc-completed','closed','closed','wc_order_RMnizNDwQ94N9','order-jun-01-2023-0124-pm','','','2023-06-01 18:19:33','2023-06-01 18:19:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1921',0,'shop_order','',3),(1922,1,'2023-06-01 14:47:58','2023-06-01 14:47:58','','Order &ndash; June 1, 2023 @ 02:47 PM','','wc-completed','closed','closed','wc_order_zOV8qtgaeciyn','order-jun-01-2023-0247-pm','','','2023-06-01 18:14:27','2023-06-01 18:14:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1922',0,'shop_order','',3),(1923,1,'2023-06-01 16:43:18','2023-06-01 16:43:18','','Order &ndash; June 1, 2023 @ 04:43 PM','','wc-completed','closed','closed','wc_order_hexCVeSYrzFXg','order-jun-01-2023-0443-pm','','','2023-06-01 22:23:34','2023-06-01 22:23:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1923',0,'shop_order','',3),(1924,1,'2023-06-01 16:55:48','2023-06-01 16:55:48','','Order &ndash; June 1, 2023 @ 04:55 PM','','wc-completed','closed','closed','wc_order_ftVzopIy4XCrI','order-jun-01-2023-0455-pm','','','2023-06-01 22:24:23','2023-06-01 22:24:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1924',0,'shop_order','',3),(1925,1,'2023-06-01 19:31:40','2023-06-01 19:31:40','','Order &ndash; June 1, 2023 @ 07:31 PM','','wc-completed','closed','closed','wc_order_fNi3zB18g5FPU','order-jun-01-2023-0731-pm','','','2023-06-02 17:35:24','2023-06-02 17:35:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1925',0,'shop_order','',3),(1927,1,'2023-06-02 14:41:02','2023-06-02 14:41:02','','Order &ndash; June 2, 2023 @ 02:41 PM','','wc-completed','closed','closed','wc_order_m1qpwKESl0qMv','order-jun-02-2023-0241-pm','','','2023-06-02 17:33:16','2023-06-02 17:33:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1927',0,'shop_order','',3),(1928,1,'2023-06-03 01:14:42','2023-06-03 01:14:42','','Order &ndash; June 3, 2023 @ 01:14 AM','','wc-cancelled','closed','closed','wc_order_iLsGdtyqCndSv','order-jun-03-2023-0114-am','','','2023-06-05 17:46:59','2023-06-05 17:46:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1928',0,'shop_order','',5),(1929,1,'2023-06-03 21:35:06','2023-06-03 21:35:06','','Order &ndash; June 3, 2023 @ 09:35 PM','','wc-completed','closed','closed','wc_order_bxSjgnV5YKYLO','order-jun-03-2023-0935-pm','','','2023-06-05 17:55:58','2023-06-05 17:55:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1929',0,'shop_order','',3),(1930,1,'2023-06-03 23:20:12','2023-06-03 23:20:12','','Order &ndash; June 3, 2023 @ 11:20 PM','','wc-completed','closed','closed','wc_order_rmu3Rv8Wo7jRl','order-jun-03-2023-1120-pm','','','2023-06-05 17:54:43','2023-06-05 17:54:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1930',0,'shop_order','',3),(1931,1,'2023-06-05 17:46:47','2023-06-05 17:46:47','','Refund &ndash; Jun 05, 2023 @ 05:46 PM','','wc-completed','closed','closed','wc_order_hXA903UhRG4zg','refund-jun-05-2023-0546-pm','','','2023-06-05 17:46:47','2023-06-05 17:46:47','',1928,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1931',0,'shop_order_refund','',0),(1933,1,'2023-06-06 14:42:22','2023-06-06 14:42:22','','Order &ndash; June 6, 2023 @ 02:42 PM','','wc-completed','closed','closed','wc_order_J6mQyTKFGPwa8','order-jun-06-2023-0242-pm','','','2023-06-06 18:46:45','2023-06-06 18:46:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1933',0,'shop_order','',3),(1934,1,'2023-06-06 17:57:32','2023-06-06 17:57:32','','Order &ndash; June 6, 2023 @ 05:57 PM','','wc-cancelled','open','closed','wc_order_1PxJHplNHtlC9','order-jun-06-2023-0557-pm','','','2023-06-07 11:39:06','2023-06-07 11:39:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1934',0,'shop_order','',1),(1935,1,'2023-06-06 19:14:39','2023-06-06 19:14:39','','Refund &ndash; Jun 06, 2023 @ 07:14 PM','','wc-completed','closed','closed','wc_order_d3ZlmHOWH6oPl','refund-jun-06-2023-0714-pm','','','2023-06-06 19:14:39','2023-06-06 19:14:39','',1907,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=1935',0,'shop_order_refund','',0),(1936,1,'2023-06-07 20:18:57','2023-06-07 20:18:57','','Order &ndash; June 7, 2023 @ 08:18 PM','','wc-completed','closed','closed','wc_order_XtXK4krQ6Rcxj','order-jun-07-2023-0818-pm','','','2023-06-08 17:30:17','2023-06-08 17:30:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1936',0,'shop_order','',3),(1937,1,'2023-06-07 20:37:52','2023-06-07 20:37:52','','Order &ndash; June 7, 2023 @ 08:37 PM','','wc-completed','closed','closed','wc_order_6VxwDex3Lrv69','order-jun-07-2023-0837-pm','','','2023-06-08 17:29:49','2023-06-08 17:29:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1937',0,'shop_order','',3),(1938,1,'2023-06-07 20:46:19','2023-06-07 20:46:19','','Order &ndash; June 7, 2023 @ 08:46 PM','','wc-completed','closed','closed','wc_order_gUFgxR6r7qFnx','order-jun-07-2023-0846-pm','','','2023-06-08 17:29:01','2023-06-08 17:29:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1938',0,'shop_order','',3),(1939,1,'2023-06-08 12:13:49','2023-06-08 12:13:49','','Order &ndash; June 8, 2023 @ 12:13 PM','','wc-completed','closed','closed','wc_order_8ipxZutDCjLBM','order-jun-08-2023-1213-pm','','','2023-06-08 18:52:10','2023-06-08 18:52:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1939',0,'shop_order','',3),(1942,1,'2023-06-12 00:20:29','2023-06-12 00:20:29','','Order &ndash; June 12, 2023 @ 12:20 AM','','wc-completed','closed','closed','wc_order_I39qcGUK9gQuE','order-jun-12-2023-1220-am','','','2023-06-12 20:27:36','2023-06-12 20:27:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1942',0,'shop_order','',3),(1943,1,'2023-06-12 03:35:25','2023-06-12 03:35:25','','Order &ndash; June 12, 2023 @ 03:35 AM','','wc-completed','closed','closed','wc_order_gPOQUL8I4lLEI','order-jun-12-2023-0335-am','','','2023-06-13 16:03:16','2023-06-13 16:03:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1943',0,'shop_order','',3),(1944,1,'2023-06-12 22:45:30','2023-06-12 22:45:30','','Order &ndash; June 12, 2023 @ 10:45 PM','Hi please ship this order as soon as possible , this products is for our clinics in Tacoma Washington,\r\n5102 162nd ST CT E\r\nTacoma WA, 98446','wc-completed','closed','closed','wc_order_yPwGI6QjP2WX2','order-jun-12-2023-1045-pm','','','2023-06-14 01:53:46','2023-06-14 01:53:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1944',0,'shop_order','',3),(1945,1,'2023-06-13 14:33:13','2023-06-13 14:33:13','','Order &ndash; June 13, 2023 @ 02:33 PM','','wc-completed','closed','closed','wc_order_5ogiqPSIG0SDZ','order-jun-13-2023-0233-pm','','','2023-06-19 21:05:40','2023-06-19 21:05:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1945',0,'shop_order','',5),(1946,1,'2023-06-13 21:08:41','2023-06-13 21:08:41','','Order &ndash; June 13, 2023 @ 09:08 PM','Please reference Aloha Freight quote number and my name on boxes','wc-completed','closed','closed','wc_order_aHpdHHo1kWCKf','order-jun-13-2023-0908-pm','','','2023-06-14 18:59:42','2023-06-14 18:59:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1946',0,'shop_order','',5),(1947,1,'2023-06-14 01:44:47','2023-06-14 01:44:47','','Order &ndash; June 14, 2023 @ 01:44 AM','','wc-cancelled','closed','closed','wc_order_SDYKZFEGXVf35','order-jun-14-2023-0144-am','','','2023-06-15 17:58:36','2023-06-15 17:58:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1947',0,'shop_order','',3),(1948,1,'2023-06-14 19:05:52','2023-06-14 19:05:52','','Order &ndash; June 14, 2023 @ 07:05 PM','','wc-completed','closed','closed','wc_order_vXDUHRqRCIucd','order-jun-14-2023-0705-pm','','','2023-06-16 22:07:19','2023-06-16 22:07:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1948',0,'shop_order','',5),(1949,1,'2023-06-14 21:15:14','2023-06-14 21:15:14','','Order &ndash; June 14, 2023 @ 09:15 PM','Ship to Portland Location 5201 SW Westgate Dr #106, Portland Or, 97221','wc-completed','closed','closed','wc_order_171LKwby4AjgB','order-jun-14-2023-0915-pm','','','2023-06-15 17:06:01','2023-06-15 17:06:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1949',0,'shop_order','',3),(1950,1,'2023-06-15 20:56:59','2023-06-15 20:56:59','','Order &ndash; June 15, 2023 @ 08:56 PM','','wc-completed','closed','closed','wc_order_UYjemlpnt1eSY','order-jun-15-2023-0856-pm','','','2023-06-16 22:05:52','2023-06-16 22:05:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1950',0,'shop_order','',3),(1951,1,'2023-06-16 01:30:28','2023-06-16 01:30:28','','Order &ndash; June 16, 2023 @ 01:30 AM','','wc-completed','closed','closed','wc_order_EOE3oAGCz80W3','order-jun-16-2023-0130-am','','','2023-06-16 22:06:45','2023-06-16 22:06:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1951',0,'shop_order','',3),(1952,1,'2023-06-16 15:17:55','2023-06-16 15:17:55','','Order &ndash; June 16, 2023 @ 03:17 PM','','wc-completed','closed','closed','wc_order_iu0FlOJKgRx9o','order-jun-16-2023-0317-pm','','','2023-06-21 17:26:27','2023-06-21 17:26:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1952',0,'shop_order','',5),(1954,1,'2023-06-16 17:55:08','2023-06-16 17:55:08','','Order &ndash; June 16, 2023 @ 05:55 PM','','wc-completed','closed','closed','wc_order_4iNSw2UcAOfBn','order-jun-16-2023-0555-pm','','','2023-06-16 22:03:42','2023-06-16 22:03:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1954',0,'shop_order','',3),(1955,1,'2023-06-16 18:00:22','2023-06-16 18:00:22','','Order &ndash; June 16, 2023 @ 06:00 PM','','wc-completed','closed','closed','wc_order_Sq7rD9N3xrUiR','order-jun-16-2023-0600-pm','','','2023-06-16 22:04:46','2023-06-16 22:04:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1955',0,'shop_order','',3),(1956,1,'2023-06-16 18:13:10','2023-06-16 18:13:10','','Order &ndash; June 16, 2023 @ 06:13 PM','','wc-completed','closed','closed','wc_order_yh3EDJY8CkFA2','order-jun-16-2023-0613-pm','','','2023-06-19 14:10:48','2023-06-19 14:10:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1956',0,'shop_order','',3),(1957,1,'2023-06-16 18:15:55','2023-06-16 18:15:55','','Order &ndash; June 16, 2023 @ 06:15 PM','','wc-completed','closed','closed','wc_order_C7ZZDjW4FvUyn','order-jun-16-2023-0615-pm','','','2023-06-19 15:02:22','2023-06-19 15:02:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1957',0,'shop_order','',3),(1960,1,'2023-06-19 18:03:47','2023-06-19 18:03:47','','Order &ndash; June 19, 2023 @ 06:03 PM','','wc-completed','closed','closed','wc_order_T6OK8kHTNQMnC','order-jun-19-2023-0603-pm','','','2023-06-19 21:06:30','2023-06-19 21:06:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1960',0,'shop_order','',3),(1961,1,'2023-06-19 21:06:08','2023-06-19 21:06:08','','Order &ndash; June 19, 2023 @ 09:06 PM','','wc-completed','closed','closed','wc_order_Hqw42gq7i73Wg','order-jun-19-2023-0906-pm','','','2023-06-20 18:15:20','2023-06-20 18:15:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1961',0,'shop_order','',5),(1962,1,'2023-06-19 23:07:39','2023-06-19 23:07:39','','Order &ndash; June 19, 2023 @ 11:07 PM','','wc-completed','closed','closed','wc_order_z3Zqdl9YkN9vS','order-jun-19-2023-1107-pm','','','2023-06-20 14:58:30','2023-06-20 14:58:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1962',0,'shop_order','',3),(1963,1,'2023-06-20 01:50:43','2023-06-20 01:50:43','','Order &ndash; June 20, 2023 @ 01:50 AM','','wc-completed','closed','closed','wc_order_n57RMZmZ4p5TY','order-jun-20-2023-0150-am','','','2023-06-20 18:13:56','2023-06-20 18:13:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1963',0,'shop_order','',3),(1964,1,'2023-06-20 16:36:43','2023-06-20 16:36:43','','Order &ndash; June 20, 2023 @ 04:36 PM','','wc-completed','closed','closed','wc_order_8OKgyS718Cm23','order-jun-20-2023-0436-pm','','','2023-06-21 17:23:39','2023-06-21 17:23:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1964',0,'shop_order','',3),(1965,1,'2023-06-20 18:29:42','2023-06-20 18:29:42','','Order &ndash; June 20, 2023 @ 06:29 PM','','wc-completed','closed','closed','wc_order_atM0uDZStKuYG','order-jun-20-2023-0629-pm','','','2023-06-21 17:24:48','2023-06-21 17:24:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1965',0,'shop_order','',3),(1966,1,'2023-06-20 20:49:58','2023-06-20 20:49:58','','Order &ndash; June 20, 2023 @ 08:49 PM','','wc-completed','closed','closed','wc_order_6E8F7upaobDrm','order-jun-20-2023-0849-pm','','','2023-06-21 17:26:05','2023-06-21 17:26:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1966',0,'shop_order','',3),(1967,1,'2023-06-20 21:19:16','2023-06-20 21:19:16','','Order &ndash; June 20, 2023 @ 09:19 PM','','wc-completed','closed','closed','wc_order_99PJvM8rfcXCw','order-jun-20-2023-0919-pm','','','2023-06-21 17:25:26','2023-06-21 17:25:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1967',0,'shop_order','',3),(1968,1,'2023-06-21 02:08:50','2023-06-21 02:08:50','','Order &ndash; June 21, 2023 @ 02:08 AM','','wc-completed','closed','closed','wc_order_skT3i2QPKTdIW','order-jun-21-2023-0208-am','','','2023-06-23 19:34:34','2023-06-23 19:34:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1968',0,'shop_order','',3),(1972,1,'2023-06-22 14:33:59','2023-06-22 14:33:59','','Order &ndash; June 22, 2023 @ 02:33 PM','','wc-completed','closed','closed','wc_order_R6m6npBcqLz0n','order-jun-22-2023-0233-pm','','','2023-06-23 19:36:41','2023-06-23 19:36:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1972',0,'shop_order','',3),(1973,1,'2023-06-22 18:00:50','2023-06-22 18:00:50','','Order &ndash; June 22, 2023 @ 06:00 PM','','wc-completed','closed','closed','wc_order_VcQPA0y8jpCQJ','order-jun-22-2023-0600-pm','','','2023-06-23 19:36:22','2023-06-23 19:36:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1973',0,'shop_order','',3),(1974,1,'2023-06-23 00:43:57','2023-06-23 00:43:57','','Order &ndash; June 23, 2023 @ 12:43 AM','','wc-completed','closed','closed','wc_order_IeBYY7kp95mJa','order-jun-23-2023-1243-am','','','2023-06-23 19:35:51','2023-06-23 19:35:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1974',0,'shop_order','',3),(1975,1,'2023-06-23 13:27:32','2023-06-23 13:27:32','','Order &ndash; June 23, 2023 @ 01:27 PM','','wc-completed','closed','closed','wc_order_cuR2SKm1Z5UsK','order-jun-23-2023-0127-pm','','','2023-06-23 19:35:07','2023-06-23 19:35:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1975',0,'shop_order','',3),(1977,1,'2023-06-26 21:53:07','2023-06-26 21:53:07','','Order &ndash; June 26, 2023 @ 09:53 PM','','wc-completed','closed','closed','wc_order_A99PyaKUDt15V','order-jun-26-2023-0953-pm','','','2023-06-27 23:50:10','2023-06-27 23:50:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1977',0,'shop_order','',5),(1978,1,'2023-06-27 01:02:40','2023-06-27 01:02:40','','Order &ndash; June 27, 2023 @ 01:02 AM','','wc-completed','closed','closed','wc_order_7quA2FWIuKx4p','order-jun-27-2023-0102-am','','','2023-06-30 21:46:29','2023-06-30 21:46:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1978',0,'shop_order','',3),(1979,1,'2023-06-29 15:13:17','2023-06-29 15:13:17','','Order &ndash; June 29, 2023 @ 03:13 PM','','wc-completed','closed','closed','wc_order_zzefOoe9XBN79','order-jun-29-2023-0313-pm','','','2023-07-06 15:02:11','2023-07-06 15:02:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1979',0,'shop_order','',3),(1981,1,'2023-06-30 13:44:03','2023-06-30 13:44:03','','Order &ndash; June 30, 2023 @ 01:44 PM','','wc-completed','closed','closed','wc_order_95nsnTufo9QZ4','order-jun-30-2023-0144-pm','','','2023-06-30 21:45:35','2023-06-30 21:45:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1981',0,'shop_order','',3),(1982,1,'2023-07-01 19:34:25','2023-07-01 19:34:25','','Order &ndash; July 1, 2023 @ 07:34 PM','','wc-completed','closed','closed','wc_order_3Cb1c1oU0FTDR','order-jul-01-2023-0734-pm','','','2023-07-06 22:15:33','2023-07-06 22:15:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1982',0,'shop_order','',5),(1983,1,'2023-07-01 20:18:59','2023-07-01 20:18:59','','Order &ndash; July 1, 2023 @ 08:18 PM','','wc-completed','closed','closed','wc_order_3iZMT65hDJRaL','order-jul-01-2023-0818-pm','','','2023-07-05 23:35:31','2023-07-05 23:35:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1983',0,'shop_order','',3),(1984,1,'2023-07-02 22:46:59','2023-07-02 22:46:59','','Order &ndash; July 2, 2023 @ 10:46 PM','Please leave outside of our suite 210','wc-completed','closed','closed','wc_order_59BlgCBLPvj5K','order-jul-02-2023-1046-pm','','','2023-07-05 23:36:03','2023-07-05 23:36:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1984',0,'shop_order','',3),(1985,1,'2023-07-03 12:22:56','2023-07-03 12:22:56','','Order &ndash; July 3, 2023 @ 12:22 PM','','wc-completed','closed','closed','wc_order_icxYPFLctPtdl','order-jul-03-2023-1222-pm','','','2023-07-06 15:04:26','2023-07-06 15:04:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1985',0,'shop_order','',3),(1986,1,'2023-07-03 14:38:31','2023-07-03 14:38:31','','Order &ndash; July 3, 2023 @ 02:38 PM','','wc-completed','closed','closed','wc_order_2Gk8WEfbAOPc1','order-jul-03-2023-0238-pm','','','2023-07-05 23:34:55','2023-07-05 23:34:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1986',0,'shop_order','',3),(1987,1,'2023-07-04 18:05:38','2023-07-04 18:05:38','','Order &ndash; July 4, 2023 @ 06:05 PM','','wc-completed','closed','closed','wc_order_EFtL0pGbFKUKS','order-jul-04-2023-0605-pm','','','2023-07-05 23:28:21','2023-07-05 23:28:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1987',0,'shop_order','',3),(1988,1,'2023-07-04 19:29:41','2023-07-04 19:29:41','','Order &ndash; July 4, 2023 @ 07:29 PM','','wc-completed','closed','closed','wc_order_uvlTESdYk8yRA','order-jul-04-2023-0729-pm','','','2023-07-05 23:34:18','2023-07-05 23:34:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1988',0,'shop_order','',3),(1989,1,'2023-07-04 20:31:18','2023-07-04 20:31:18','','Order &ndash; July 4, 2023 @ 08:31 PM','','wc-completed','closed','closed','wc_order_Wds0XMb8L1Dlz','order-jul-04-2023-0831-pm','','','2023-07-05 23:30:00','2023-07-05 23:30:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1989',0,'shop_order','',3),(1990,1,'2023-07-05 17:54:36','2023-07-05 17:54:36','','Order &ndash; July 5, 2023 @ 05:54 PM','','wc-completed','closed','closed','wc_order_9xU7tEKXbyfYM','order-jul-05-2023-0554-pm','','','2023-07-05 23:27:04','2023-07-05 23:27:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1990',0,'shop_order','',3),(1991,1,'2023-07-05 19:52:08','2023-07-05 19:52:08','','Order &ndash; July 5, 2023 @ 07:52 PM','','wc-completed','closed','closed','wc_order_ZB4eU9XQjw8CA','order-jul-05-2023-0752-pm','','','2023-07-06 15:04:46','2023-07-06 15:04:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1991',0,'shop_order','',3),(1992,1,'2023-07-05 20:35:44','2023-07-05 20:35:44','','Order &ndash; July 5, 2023 @ 08:35 PM','','wc-completed','closed','closed','wc_order_4CdNgBWJACfHk','order-jul-05-2023-0835-pm','','','2023-07-12 17:39:43','2023-07-12 17:39:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1992',0,'shop_order','',5),(1993,1,'2023-07-06 17:28:05','2023-07-06 17:28:05','','Order &ndash; July 6, 2023 @ 05:28 PM','','wc-completed','closed','closed','wc_order_xCnE6vrE2YkYi','order-jul-06-2023-0528-pm','','','2023-07-06 22:17:00','2023-07-06 22:17:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1993',0,'shop_order','',3),(1994,1,'2023-07-06 19:01:58','2023-07-06 19:01:58','','Order &ndash; July 6, 2023 @ 07:01 PM','','wc-completed','closed','closed','wc_order_XvCmH26HKKUGF','order-jul-06-2023-0701-pm','','','2023-07-10 19:24:08','2023-07-10 19:24:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1994',0,'shop_order','',5),(1995,1,'2023-07-06 19:02:37','2023-07-06 19:02:37','','Order &ndash; July 6, 2023 @ 07:02 PM','','wc-completed','closed','closed','wc_order_Nn972ZLgNItbI','order-jul-06-2023-0702-pm','','','2023-07-10 15:46:59','2023-07-10 15:46:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1995',0,'shop_order','',5),(1996,1,'2023-07-07 15:33:16','2023-07-07 15:33:16','','Order &ndash; July 7, 2023 @ 03:33 PM','','wc-completed','closed','closed','wc_order_hPEGVRLQQXrgs','order-jul-07-2023-0333-pm','','','2023-07-12 17:41:17','2023-07-12 17:41:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1996',0,'shop_order','',5),(1997,1,'2023-07-07 20:00:07','2023-07-07 20:00:07','','Order &ndash; July 7, 2023 @ 08:00 PM','','wc-completed','closed','closed','wc_order_CvPXO8FpQkzLO','order-jul-07-2023-0800-pm','','','2023-07-14 20:41:44','2023-07-14 20:41:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1997',0,'shop_order','',5),(1998,1,'2023-07-10 15:29:06','2023-07-10 15:29:06','','Order &ndash; July 10, 2023 @ 03:29 PM','','wc-completed','closed','closed','wc_order_qUZGMXcpaI4v5','order-jul-10-2023-0329-pm','','','2023-07-11 15:46:25','2023-07-11 15:46:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1998',0,'shop_order','',5),(1999,1,'2023-07-11 20:40:10','2023-07-11 20:40:10','','Order &ndash; July 11, 2023 @ 08:40 PM','','wc-completed','closed','closed','wc_order_LFn1eeqIIXZGg','order-jul-11-2023-0840-pm','','','2023-07-12 17:51:29','2023-07-12 17:51:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=1999',0,'shop_order','',3),(2000,1,'2023-07-12 03:13:23','2023-07-12 03:13:23','','Order &ndash; July 12, 2023 @ 03:13 AM','','wc-completed','closed','closed','wc_order_Dg0dUaAQTSejs','order-jul-12-2023-0313-am','','','2023-07-12 17:53:21','2023-07-12 17:53:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2000',0,'shop_order','',3),(2001,1,'2023-07-12 23:15:28','2023-07-12 23:15:28','','Order &ndash; July 12, 2023 @ 11:15 PM','','wc-completed','closed','closed','wc_order_s8wdXGXwzP6t1','order-jul-12-2023-1115-pm','','','2023-07-14 22:18:44','2023-07-14 22:18:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2001',0,'shop_order','',3),(2002,1,'2023-07-13 19:16:08','2023-07-13 19:16:08','','Order &ndash; July 13, 2023 @ 07:16 PM','','wc-completed','closed','closed','wc_order_eFswejDAcWH6i','order-jul-13-2023-0716-pm','','','2023-07-14 22:16:28','2023-07-14 22:16:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2002',0,'shop_order','',3),(2003,1,'2023-07-14 03:39:20','2023-07-14 03:39:20','','Order &ndash; July 14, 2023 @ 03:39 AM','','wc-completed','closed','closed','wc_order_NgN8xBxn1RLvI','order-jul-14-2023-0339-am','','','2023-07-14 22:17:36','2023-07-14 22:17:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2003',0,'shop_order','',3),(2004,1,'2023-07-14 17:56:22','2023-07-14 17:56:22','','Order &ndash; July 14, 2023 @ 05:56 PM','','wc-completed','closed','closed','wc_order_Z78PCUv8qvzhl','order-jul-14-2023-0556-pm','','','2023-07-17 17:23:35','2023-07-17 17:23:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2004',0,'shop_order','',5),(2005,1,'2023-07-14 21:25:24','2023-07-14 21:25:24','','Order &ndash; July 14, 2023 @ 09:25 PM','','wc-completed','closed','closed','wc_order_GcWB1OFuCG1Am','order-jul-14-2023-0925-pm','','','2023-07-25 19:41:23','2023-07-25 19:41:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2005',0,'shop_order','',3),(2006,1,'2023-07-17 11:58:59','2023-07-17 11:58:59','','Order &ndash; July 17, 2023 @ 11:58 AM','','wc-completed','closed','closed','wc_order_bDgkiRvvhH0DH','order-jul-17-2023-1158-am','','','2023-07-17 19:53:29','2023-07-17 19:53:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2006',0,'shop_order','',3),(2007,1,'2023-07-17 12:04:28','2023-07-17 12:04:28','','Order &ndash; July 17, 2023 @ 12:04 PM','','wc-completed','closed','closed','wc_order_iLYFNWt27xYbA','order-jul-17-2023-1204-pm','','','2023-07-17 19:52:37','2023-07-17 19:52:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2007',0,'shop_order','',3),(2008,1,'2023-07-17 12:11:28','2023-07-17 12:11:28','','Order &ndash; July 17, 2023 @ 12:11 PM','','wc-completed','closed','closed','wc_order_Z0F7ZAuTKAg4i','order-jul-17-2023-1211-pm','','','2023-07-17 20:03:06','2023-07-17 20:03:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2008',0,'shop_order','',3),(2009,1,'2023-07-17 12:15:55','2023-07-17 12:15:55','','Order &ndash; July 17, 2023 @ 12:15 PM','','wc-completed','closed','closed','wc_order_59sjkiPDjgg9Z','order-jul-17-2023-1215-pm','','','2023-07-17 20:03:59','2023-07-17 20:03:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2009',0,'shop_order','',3),(2010,1,'2023-07-17 14:44:32','2023-07-17 14:44:32','','Order &ndash; July 17, 2023 @ 02:44 PM','','wc-completed','closed','closed','wc_order_ZiT6cbm9u6BFI','order-jul-17-2023-0244-pm','','','2023-07-17 20:00:55','2023-07-17 20:00:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2010',0,'shop_order','',3),(2012,98,'2023-07-17 16:04:07','2023-07-17 16:04:07','','','','wcm-active','closed','closed','um_64b56677d8f91','2012','','','2023-07-17 16:04:28','2023-07-17 16:04:28','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2012',0,'wc_user_membership','',0),(2013,1,'2023-07-17 18:38:15','2023-07-17 18:38:15','','Order &ndash; July 17, 2023 @ 06:38 PM','','wc-cancelled','open','closed','wc_order_ayeVJsdfYuJ8h','order-jul-17-2023-0638-pm','','','2023-07-18 14:38:13','2023-07-18 14:38:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2013',0,'shop_order','',2),(2014,1,'2023-07-17 19:44:18','2023-07-17 19:44:18','','Order &ndash; July 17, 2023 @ 07:44 PM','','wc-completed','closed','closed','wc_order_kzxMPZ0iuHZsn','order-jul-17-2023-0744-pm','','','2023-07-18 14:39:51','2023-07-18 14:39:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2014',0,'shop_order','',3),(2015,1,'2023-07-17 20:20:20','2023-07-17 20:20:20','','Order &ndash; July 17, 2023 @ 08:20 PM','','wc-completed','closed','closed','wc_order_UY1mzw4Gk1tq0','order-jul-17-2023-0820-pm','','','2023-07-18 17:17:31','2023-07-18 17:17:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2015',0,'shop_order','',3),(2016,1,'2023-07-17 20:26:27','2023-07-17 20:26:27','','Order &ndash; July 17, 2023 @ 08:26 PM','','wc-completed','closed','closed','wc_order_53hpi1AWwqBVF','order-jul-17-2023-0826-pm','','','2023-07-18 17:17:53','2023-07-18 17:17:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2016',0,'shop_order','',3),(2017,1,'2023-07-18 01:59:18','2023-07-18 01:59:18','','Order &ndash; July 18, 2023 @ 01:59 AM','Please note Quote # 3979 on boxes','wc-completed','closed','closed','wc_order_G0QTesmSqXN0Z','order-jul-18-2023-0159-am','','','2023-07-18 19:56:09','2023-07-18 19:56:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2017',0,'shop_order','',3),(2018,1,'2023-07-18 13:32:55','2023-07-18 13:32:55','','Order &ndash; July 18, 2023 @ 01:32 PM','','wc-refunded','open','closed','wc_order_GeDsULS05O9iZ','order-jul-18-2023-0132-pm','','','2023-07-18 14:34:58','2023-07-18 14:34:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2018',0,'shop_order','',4),(2019,1,'2023-07-18 14:34:56','2023-07-18 14:34:56','','Refund &ndash; Jul 18, 2023 @ 02:34 PM','','wc-completed','closed','closed','wc_order_PWFo2RcxLpHi2','refund-jul-18-2023-0234-pm','','','2023-07-18 14:34:56','2023-07-18 14:34:56','',2018,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2019',0,'shop_order_refund','',0),(2020,1,'2023-07-18 16:01:20','2023-07-18 16:01:20','','Order &ndash; July 18, 2023 @ 04:01 PM','','wc-completed','closed','closed','wc_order_G0m835QGLKw5b','order-jul-18-2023-0401-pm','','','2023-07-19 18:56:42','2023-07-19 18:56:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2020',0,'shop_order','',3),(2021,1,'2023-07-19 06:15:27','2023-07-19 06:15:27','','Order &ndash; July 19, 2023 @ 06:15 AM','','wc-completed','closed','closed','wc_order_HaAX0hPNCo9ch','order-jul-19-2023-0615-am','','','2023-07-20 13:50:43','2023-07-20 13:50:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2021',0,'shop_order','',3),(2022,1,'2023-07-19 06:41:51','2023-07-19 06:41:51','','Order &ndash; July 19, 2023 @ 06:41 AM','','wc-completed','closed','closed','wc_order_t2q2QNCRgzb68','order-jul-19-2023-0641-am','','','2023-07-20 13:49:24','2023-07-20 13:49:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2022',0,'shop_order','',3),(2023,1,'2023-07-19 14:49:18','2023-07-19 14:49:18','','Order &ndash; July 19, 2023 @ 02:49 PM','','wc-completed','closed','closed','wc_order_axfGT5kTIZ1RU','order-jul-19-2023-0249-pm','','','2023-07-20 13:48:28','2023-07-20 13:48:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2023',0,'shop_order','',3),(2024,1,'2023-07-19 19:53:31','2023-07-19 19:53:31','','Order &ndash; July 19, 2023 @ 07:53 PM','','wc-completed','closed','closed','wc_order_2DQKKaZNhESyW','order-jul-19-2023-0753-pm','','','2023-07-20 13:44:49','2023-07-20 13:44:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2024',0,'shop_order','',3),(2025,1,'2023-07-23 13:35:33','2023-07-23 13:35:33','','Order &ndash; July 23, 2023 @ 01:35 PM','','wc-completed','closed','closed','wc_order_l7tRskcpPFHKR','order-jul-23-2023-0135-pm','','','2023-07-25 18:30:27','2023-07-25 18:30:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2025',0,'shop_order','',3),(2026,1,'2023-07-23 16:58:02','2023-07-23 16:58:02','','Order &ndash; July 23, 2023 @ 04:58 PM','Leave at door, if no one is here.','wc-completed','closed','closed','wc_order_uSUH9Vzoxiz0I','order-jul-23-2023-0458-pm','','','2023-07-27 16:05:05','2023-07-27 16:05:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2026',0,'shop_order','',4),(2027,1,'2023-07-24 01:56:52','2023-07-24 01:56:52','','Order &ndash; July 24, 2023 @ 01:56 AM','','wc-completed','closed','closed','wc_order_zQuJx22TgXzgr','order-jul-24-2023-0156-am','','','2023-07-25 18:35:40','2023-07-25 18:35:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2027',0,'shop_order','',3),(2028,1,'2023-07-25 20:37:26','2023-07-25 20:37:26','','Order &ndash; July 25, 2023 @ 08:37 PM','','wc-completed','closed','closed','wc_order_eAHDoOhP1Bh0X','order-jul-25-2023-0837-pm','','','2023-07-26 18:32:37','2023-07-26 18:32:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2028',0,'shop_order','',3),(2029,1,'2023-07-25 21:26:08','2023-07-25 21:26:08','','Order &ndash; July 25, 2023 @ 09:26 PM','','wc-completed','closed','closed','wc_order_erU0IAM3AXJA9','order-jul-25-2023-0926-pm','','','2023-07-26 18:34:29','2023-07-26 18:34:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2029',0,'shop_order','',5),(2030,1,'2023-07-25 21:28:57','2023-07-25 21:28:57','','Order &ndash; July 25, 2023 @ 09:28 PM','','wc-completed','closed','closed','wc_order_wbXMB6Q6BETiq','order-jul-25-2023-0928-pm','','','2023-07-26 18:33:44','2023-07-26 18:33:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2030',0,'shop_order','',5),(2031,1,'2023-07-25 22:28:13','2023-07-25 22:28:13','','Order &ndash; July 25, 2023 @ 10:28 PM','','wc-completed','closed','closed','wc_order_sWS8BuT6XBvQB','order-jul-25-2023-1028-pm','','','2023-07-26 18:33:13','2023-07-26 18:33:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2031',0,'shop_order','',3),(2032,1,'2023-07-26 00:08:22','2023-07-26 00:08:22','','Order &ndash; July 26, 2023 @ 12:08 AM','','wc-cancelled','closed','closed','wc_order_0s5S1ZIzb0UTS','order-jul-26-2023-1208-am','','','2023-07-26 18:59:31','2023-07-26 18:59:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2032',0,'shop_order','',2),(2033,1,'2023-07-26 03:22:01','2023-07-26 03:22:01','','Order &ndash; July 26, 2023 @ 03:22 AM','','wc-cancelled','closed','closed','wc_order_oscNl5YSZaLFG','order-jul-26-2023-0322-am','','','2023-07-26 19:03:17','2023-07-26 19:03:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2033',0,'shop_order','',2),(2034,1,'2023-07-26 19:26:46','2023-07-26 19:26:46','','Order &ndash; July 26, 2023 @ 07:26 PM','','wc-completed','closed','closed','wc_order_DW6HtWQM7owBV','order-jul-26-2023-0726-pm','','','2023-07-27 01:07:49','2023-07-27 01:07:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2034',0,'shop_order','',3),(2035,1,'2023-07-26 22:26:15','2023-07-26 22:26:15','','Order &ndash; July 26, 2023 @ 10:26 PM','Please leave at Suite 210, outside door if possible','wc-completed','closed','closed','wc_order_cjd7hAk3s5rKH','order-jul-26-2023-1026-pm','','','2023-07-27 21:45:25','2023-07-27 21:45:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2035',0,'shop_order','',3),(2036,1,'2023-07-27 02:05:45','2023-07-27 02:05:45','','Order &ndash; July 27, 2023 @ 02:05 AM','','wc-completed','closed','closed','wc_order_hPfyMozvednPA','order-jul-27-2023-0205-am','','','2023-07-27 21:46:25','2023-07-27 21:46:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2036',0,'shop_order','',3),(2037,1,'2023-07-27 03:55:50','2023-07-27 03:55:50','','Order &ndash; July 27, 2023 @ 03:55 AM','','wc-completed','closed','closed','wc_order_95mC8tKp1rJO6','order-jul-27-2023-0355-am','','','2023-07-27 21:47:02','2023-07-27 21:47:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2037',0,'shop_order','',3),(2038,1,'2023-07-27 16:05:04','2023-07-27 16:05:04','','Refund &ndash; Jul 27, 2023 @ 04:05 PM','','wc-completed','closed','closed','wc_order_y5Z9FMEPlVK3W','refund-jul-27-2023-0405-pm','','','2023-07-27 16:05:04','2023-07-27 16:05:04','',2026,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2038',0,'shop_order_refund','',0),(2039,1,'2023-07-27 18:42:54','2023-07-27 18:42:54','','Order &ndash; July 27, 2023 @ 06:42 PM','','wc-completed','closed','closed','wc_order_XhXdiaSq3y1uk','order-jul-27-2023-0642-pm','','','2023-07-27 21:48:52','2023-07-27 21:48:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2039',0,'shop_order','',3),(2040,1,'2023-07-27 21:08:57','2023-07-27 21:08:57','','Order &ndash; July 27, 2023 @ 09:08 PM','','wc-completed','closed','closed','wc_order_RPvRu517YLaS3','order-jul-27-2023-0908-pm','','','2023-07-31 13:50:28','2023-07-31 13:50:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2040',0,'shop_order','',3),(2041,1,'2023-07-28 02:50:45','2023-07-28 02:50:45','','Order &ndash; July 28, 2023 @ 02:50 AM','','wc-completed','closed','closed','wc_order_sAgmtgi6JN5st','order-jul-28-2023-0250-am','','','2023-07-31 13:52:09','2023-07-31 13:52:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2041',0,'shop_order','',3),(2042,1,'2023-07-28 15:51:42','2023-07-28 15:51:42','','Order &ndash; July 28, 2023 @ 03:51 PM','','wc-completed','closed','closed','wc_order_Jx6fvHmJzn1qn','order-jul-28-2023-0351-pm','','','2023-07-31 13:54:33','2023-07-31 13:54:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2042',0,'shop_order','',3),(2043,1,'2023-07-28 16:05:39','2023-07-28 16:05:39','','Order &ndash; July 28, 2023 @ 04:05 PM','','wc-refunded','open','closed','wc_order_jJKcGP11n6r5Q','order-jul-28-2023-0405-pm','','','2023-07-28 16:38:39','2023-07-28 16:38:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2043',0,'shop_order','',4),(2044,1,'2023-07-28 16:16:57','2023-07-28 16:16:57','','Order &ndash; July 28, 2023 @ 04:16 PM','','wc-cancelled','open','closed','wc_order_MzbDbmqHuEOzf','order-jul-28-2023-0416-pm','','','2023-07-28 16:23:32','2023-07-28 16:23:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2044',0,'shop_order','',1),(2045,1,'2023-07-28 16:38:37','2023-07-28 16:38:37','','Refund &ndash; Jul 28, 2023 @ 04:38 PM','','wc-completed','closed','closed','wc_order_nXgzEe95nnZFG','refund-jul-28-2023-0438-pm','','','2023-07-28 16:38:37','2023-07-28 16:38:37','',2043,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2045',0,'shop_order_refund','',0),(2046,1,'2023-07-28 16:41:51','2023-07-28 16:41:51','','Order &ndash; July 28, 2023 @ 04:41 PM','','wc-completed','closed','closed','wc_order_rUGgwDwwX0b8H','order-jul-28-2023-0441-pm','','','2023-07-31 13:53:45','2023-07-31 13:53:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2046',0,'shop_order','',3),(2047,1,'2023-07-28 23:32:13','2023-07-28 23:32:13','','Order &ndash; July 28, 2023 @ 11:32 PM','','wc-completed','closed','closed','wc_order_0U9DlixjLqpQu','order-jul-28-2023-1132-pm','','','2023-07-31 20:49:42','2023-07-31 20:49:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2047',0,'shop_order','',3),(2048,1,'2023-07-31 16:38:14','2023-07-31 16:38:14','','Order &ndash; July 31, 2023 @ 04:38 PM','','wc-completed','closed','closed','wc_order_5vUNfFBUSfxt6','order-jul-31-2023-0438-pm','','','2023-08-01 19:37:42','2023-08-01 19:37:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2048',0,'shop_order','',3),(2049,1,'2023-08-01 19:35:44','2023-08-01 19:35:44','','Order &ndash; August 1, 2023 @ 07:35 PM','','wc-completed','closed','closed','wc_order_fCsMF9bNzWpzE','order-aug-01-2023-0735-pm','','','2023-08-01 21:01:29','2023-08-01 21:01:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2049',0,'shop_order','',3),(2050,1,'2023-08-01 20:50:56','2023-08-01 20:50:56','','Order &ndash; August 1, 2023 @ 08:50 PM','','wc-completed','closed','closed','wc_order_M5CjeiAWz3I9f','order-aug-01-2023-0850-pm','','','2023-08-02 18:33:36','2023-08-02 18:33:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2050',0,'shop_order','',3),(2051,1,'2023-08-02 03:54:09','2023-08-02 03:54:09','','Order &ndash; August 2, 2023 @ 03:54 AM','','wc-completed','closed','closed','wc_order_lIbpKxM7qYPh7','order-aug-02-2023-0354-am','','','2023-08-02 18:28:40','2023-08-02 18:28:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2051',0,'shop_order','',3),(2052,1,'2023-08-02 13:17:30','2023-08-02 13:17:30','','Order &ndash; August 2, 2023 @ 01:17 PM','','wc-completed','closed','closed','wc_order_UGlmHXm2bqWt0','order-aug-02-2023-0117-pm','','','2023-08-02 18:30:45','2023-08-02 18:30:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2052',0,'shop_order','',3),(2053,1,'2023-08-02 16:56:32','2023-08-02 16:56:32','','Order &ndash; August 2, 2023 @ 04:56 PM','','wc-completed','closed','closed','wc_order_gWkG26rlgg4bB','order-aug-02-2023-0456-pm','','','2023-08-02 20:21:57','2023-08-02 20:21:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2053',0,'shop_order','',3),(2054,1,'2023-08-02 21:25:33','2023-08-02 21:25:33','','Order &ndash; August 2, 2023 @ 09:25 PM','','wc-completed','closed','closed','wc_order_iuyJq7ChwqTCp','order-aug-02-2023-0925-pm','','','2023-08-03 17:48:29','2023-08-03 17:48:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2054',0,'shop_order','',3),(2055,1,'2023-08-02 22:54:28','2023-08-02 22:54:28','','Order &ndash; August 2, 2023 @ 10:54 PM','Ship this order to Pdx office at 5201 SW Westgate Dr 106, Portland Oregon 97221. If the door is loch please use the code 4455 to leave the products inside the clinic. Ty','wc-completed','closed','closed','wc_order_kuJc41mYdV9RG','order-aug-02-2023-1054-pm','','','2023-08-03 18:10:28','2023-08-03 18:10:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2055',0,'shop_order','',3),(2056,1,'2023-08-02 22:59:51','2023-08-02 22:59:51','','Order &ndash; August 2, 2023 @ 10:59 PM','','wc-completed','closed','closed','wc_order_kdBJiTgGeJVWg','order-aug-02-2023-1059-pm','','','2023-08-07 20:51:05','2023-08-07 20:51:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2056',0,'shop_order','',5),(2057,1,'2023-08-03 16:38:39','2023-08-03 16:38:39','','Order &ndash; August 3, 2023 @ 04:38 PM','','wc-completed','closed','closed','wc_order_rllXjbaoVmpE9','order-aug-03-2023-0438-pm','','','2023-08-03 22:24:32','2023-08-03 22:24:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2057',0,'shop_order','',3),(2058,1,'2023-08-03 17:35:34','2023-08-03 17:35:34','','Order &ndash; August 3, 2023 @ 05:35 PM','','wc-completed','closed','closed','wc_order_bNl1OOPqpkBUS','order-aug-03-2023-0535-pm','','','2023-08-03 22:18:27','2023-08-03 22:18:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2058',0,'shop_order','',3),(2059,1,'2023-08-07 21:11:56','2023-08-07 21:11:56','','Order &ndash; August 7, 2023 @ 09:11 PM','','wc-completed','closed','closed','wc_order_K44lgX9s0C0mR','order-aug-07-2023-0911-pm','','','2023-08-10 20:34:59','2023-08-10 20:34:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2059',0,'shop_order','',3),(2060,1,'2023-08-08 01:59:47','2023-08-08 01:59:47','','Order &ndash; August 8, 2023 @ 01:59 AM','','wc-completed','closed','closed','wc_order_JWDpZcfkq2DH5','order-aug-08-2023-0159-am','','','2023-08-09 17:21:55','2023-08-09 17:21:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2060',0,'shop_order','',3),(2061,1,'2023-08-09 17:05:11','2023-08-09 17:05:11','','Order &ndash; August 9, 2023 @ 05:05 PM','','wc-completed','closed','closed','wc_order_W5ab458nMwjoe','order-aug-09-2023-0505-pm','','','2023-08-10 20:32:39','2023-08-10 20:32:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2061',0,'shop_order','',5),(2062,1,'2023-08-09 20:04:58','2023-08-09 20:04:58','','Order &ndash; August 9, 2023 @ 08:04 PM','','wc-completed','closed','closed','wc_order_eXYI9vV3ixJ8J','order-aug-09-2023-0804-pm','','','2023-08-11 21:40:46','2023-08-11 21:40:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2062',0,'shop_order','',3),(2063,1,'2023-08-09 23:22:46','2023-08-09 23:22:46','','Order &ndash; August 9, 2023 @ 11:22 PM','','wc-completed','closed','closed','wc_order_3Mh7rfRLMaqgr','order-aug-09-2023-1122-pm','','','2023-08-10 20:36:24','2023-08-10 20:36:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2063',0,'shop_order','',3),(2064,1,'2023-08-10 15:32:14','2023-08-10 15:32:14','','Order &ndash; August 10, 2023 @ 03:32 PM','','wc-completed','closed','closed','wc_order_1DcV6m2xXkgVa','order-aug-10-2023-0332-pm','','','2023-08-14 15:25:27','2023-08-14 15:25:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2064',0,'shop_order','',3),(2065,1,'2023-08-10 19:18:11','2023-08-10 19:18:11','','Order &ndash; August 10, 2023 @ 07:18 PM','','wc-completed','closed','closed','wc_order_gRfPezeRnsMhv','order-aug-10-2023-0718-pm','','','2023-08-11 21:42:01','2023-08-11 21:42:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2065',0,'shop_order','',3),(2066,1,'2023-08-11 20:10:56','2023-08-11 20:10:56','','Order &ndash; August 11, 2023 @ 08:10 PM','','wc-completed','closed','closed','wc_order_xLPm2TWGPc2rn','order-aug-11-2023-0810-pm','','','2023-08-14 15:27:53','2023-08-14 15:27:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2066',0,'shop_order','',3),(2067,1,'2023-08-12 00:06:46','2023-08-12 00:06:46','','Order &ndash; August 12, 2023 @ 12:06 AM','','wc-completed','closed','closed','wc_order_zl0byJNtOQsab','order-aug-12-2023-1206-am','','','2023-08-15 22:10:50','2023-08-15 22:10:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2067',0,'shop_order','',5),(2068,1,'2023-08-12 18:48:25','2023-08-12 18:48:25','','Order &ndash; August 12, 2023 @ 06:48 PM','','wc-completed','closed','closed','wc_order_zxOTcrZmnWJBK','order-aug-12-2023-0648-pm','','','2023-08-14 21:04:39','2023-08-14 21:04:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2068',0,'shop_order','',3),(2069,1,'2023-08-12 19:14:07','2023-08-12 19:14:07','','Order &ndash; August 12, 2023 @ 07:14 PM','','wc-completed','closed','closed','wc_order_9LQljRXkrDjjo','order-aug-12-2023-0714-pm','','','2023-08-14 21:03:22','2023-08-14 21:03:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2069',0,'shop_order','',3),(2070,1,'2023-08-14 00:00:41','2023-08-14 00:00:41','','Order &ndash; August 14, 2023 @ 12:00 AM','','wc-completed','closed','closed','wc_order_K9Y4g3XiOZcsE','order-aug-14-2023-1200-am','','','2023-08-17 14:46:53','2023-08-17 14:46:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2070',0,'shop_order','',3),(2071,1,'2023-08-14 00:06:26','2023-08-14 00:06:26','','Order &ndash; August 14, 2023 @ 12:06 AM','','wc-completed','closed','closed','wc_order_woibqn35Lq1Wp','order-aug-14-2023-1206-am','','','2023-08-17 14:47:42','2023-08-17 14:47:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2071',0,'shop_order','',3),(2072,1,'2023-08-14 15:28:15','2023-08-14 15:28:15','','Order &ndash; August 14, 2023 @ 03:28 PM','','wc-completed','closed','closed','wc_order_zkfTKdm4sV2ba','order-aug-14-2023-0328-pm','','','2023-08-17 14:48:12','2023-08-17 14:48:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2072',0,'shop_order','',3),(2073,1,'2023-08-14 17:48:26','2023-08-14 17:48:26','','Order &ndash; August 14, 2023 @ 05:48 PM','','wc-completed','closed','closed','wc_order_2kjK2d2CK6cjq','order-aug-14-2023-0548-pm','','','2023-08-15 22:13:00','2023-08-15 22:13:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2073',0,'shop_order','',3),(2074,1,'2023-08-14 18:53:47','2023-08-14 18:53:47','','Order &ndash; August 14, 2023 @ 06:53 PM','','wc-completed','closed','closed','wc_order_Coiqj4TJWJLFz','order-aug-14-2023-0653-pm','','','2023-08-15 22:18:30','2023-08-15 22:18:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2074',0,'shop_order','',3),(2075,1,'2023-08-14 21:14:14','2023-08-14 21:14:14','','Order &ndash; August 14, 2023 @ 09:14 PM','','wc-completed','closed','closed','wc_order_mw7nkJri5zO3A','order-aug-14-2023-0914-pm','','','2023-08-15 22:14:40','2023-08-15 22:14:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2075',0,'shop_order','',3),(2076,1,'2023-08-15 02:33:17','2023-08-15 02:33:17','','Order &ndash; August 15, 2023 @ 02:33 AM','','wc-completed','closed','closed','wc_order_tAztrR8UkTW0A','order-aug-15-2023-0233-am','','','2023-08-15 22:16:13','2023-08-15 22:16:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2076',0,'shop_order','',3),(2077,1,'2023-08-15 18:48:36','2023-08-15 18:48:36','','Order &ndash; August 15, 2023 @ 06:48 PM','','wc-completed','closed','closed','wc_order_xqjsV6vOVvvOc','order-aug-15-2023-0648-pm','','','2023-08-17 14:45:20','2023-08-17 14:45:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2077',0,'shop_order','',3),(2078,1,'2023-08-16 15:43:57','2023-08-16 15:43:57','','Order &ndash; August 16, 2023 @ 03:43 PM','','wc-completed','closed','closed','wc_order_OLJl3NriGPwWk','order-aug-16-2023-0343-pm','','','2023-08-17 14:52:08','2023-08-17 14:52:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2078',0,'shop_order','',3),(2079,1,'2023-08-16 22:22:04','2023-08-16 22:22:04','','Order &ndash; August 16, 2023 @ 10:22 PM','','wc-completed','closed','closed','wc_order_7hFfzUupUlFgj','order-aug-16-2023-1022-pm','','','2023-08-28 17:21:42','2023-08-28 17:21:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2079',0,'shop_order','',5),(2080,1,'2023-08-17 13:48:07','2023-08-17 13:48:07','','Order &ndash; August 17, 2023 @ 01:48 PM','','wc-completed','closed','closed','wc_order_9AkjCoF6qUEcy','order-aug-17-2023-0148-pm','','','2023-08-18 17:52:19','2023-08-18 17:52:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2080',0,'shop_order','',4),(2081,1,'2023-08-17 18:53:11','2023-08-17 18:53:11','','Order &ndash; August 17, 2023 @ 06:53 PM','','wc-completed','closed','closed','wc_order_GKpHbRtk9CUef','order-aug-17-2023-0653-pm','','','2023-08-18 17:50:42','2023-08-18 17:50:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2081',0,'shop_order','',3),(2082,1,'2023-08-18 13:44:12','2023-08-18 13:44:12','','Order &ndash; August 18, 2023 @ 01:44 PM','Leave at suite door','wc-completed','closed','closed','wc_order_Yy19vQLlBhDJA','order-aug-18-2023-0144-pm','','','2023-08-18 20:53:11','2023-08-18 20:53:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2082',0,'shop_order','',3),(2083,1,'2023-08-18 13:47:20','2023-08-18 13:47:20','','Order &ndash; August 18, 2023 @ 01:47 PM','','wc-completed','closed','closed','wc_order_gJAAYZB45nXWQ','order-aug-18-2023-0147-pm','','','2023-08-18 20:52:28','2023-08-18 20:52:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2083',0,'shop_order','',3),(2084,1,'2023-08-18 13:56:30','2023-08-18 13:56:30','','Refund &ndash; Aug 18, 2023 @ 01:56 PM','','wc-completed','closed','closed','wc_order_sbFt9JWANKJyr','refund-aug-18-2023-0156-pm','','','2023-08-18 13:56:30','2023-08-18 13:56:30','',2080,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2084',0,'shop_order_refund','',0),(2085,1,'2023-08-20 12:53:02','2023-08-20 12:53:02','','Order &ndash; August 20, 2023 @ 12:53 PM','','wc-completed','closed','closed','wc_order_Q3owPgpibNCCU','order-aug-20-2023-1253-pm','','','2023-08-21 21:04:52','2023-08-21 21:04:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2085',0,'shop_order','',3),(2086,1,'2023-08-20 14:22:54','2023-08-20 14:22:54','','Order &ndash; August 20, 2023 @ 02:22 PM','','wc-completed','closed','closed','wc_order_JIgIC9OswrpNx','order-aug-20-2023-0222-pm','','','2023-08-21 21:02:59','2023-08-21 21:02:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2086',0,'shop_order','',3),(2087,1,'2023-08-20 21:36:49','2023-08-20 21:36:49','','Order &ndash; August 20, 2023 @ 09:36 PM','','wc-completed','closed','closed','wc_order_2Pj07KO3X50tr','order-aug-20-2023-0936-pm','','','2023-08-21 21:05:19','2023-08-21 21:05:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2087',0,'shop_order','',3),(2088,1,'2023-08-21 17:18:39','2023-08-21 17:18:39','','Order &ndash; August 21, 2023 @ 05:18 PM','','wc-completed','closed','closed','wc_order_avz3Zs8hki8A2','order-aug-21-2023-0518-pm','','','2023-08-22 19:07:02','2023-08-22 19:07:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2088',0,'shop_order','',3),(2089,1,'2023-08-22 23:07:19','2023-08-22 23:07:19','','Order &ndash; August 22, 2023 @ 11:07 PM','','wc-completed','closed','closed','wc_order_1XAR9K4n5k0sV','order-aug-22-2023-1107-pm','','','2023-08-29 13:25:39','2023-08-29 13:25:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2089',0,'shop_order','',5),(2090,1,'2023-08-23 22:55:42','2023-08-23 22:55:42','','Order &ndash; August 23, 2023 @ 10:55 PM','','wc-completed','closed','closed','wc_order_1pNOFqUB50tJk','order-aug-23-2023-1055-pm','','','2023-08-28 17:20:54','2023-08-28 17:20:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2090',0,'shop_order','',3),(2091,1,'2023-08-24 16:24:55','2023-08-24 16:24:55','','Order &ndash; August 24, 2023 @ 04:24 PM','','wc-completed','closed','closed','wc_order_SiSKopjMWdwxH','order-aug-24-2023-0424-pm','','','2023-08-29 13:22:00','2023-08-29 13:22:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2091',0,'shop_order','',5),(2092,1,'2023-08-25 16:03:23','2023-08-25 16:03:23','','Order &ndash; August 25, 2023 @ 04:03 PM','','wc-completed','closed','closed','wc_order_vNbGvnDMJPcrd','order-aug-25-2023-0403-pm','','','2023-08-28 17:19:14','2023-08-28 17:19:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2092',0,'shop_order','',3),(2093,1,'2023-08-26 21:09:32','2023-08-26 21:09:32','','Order &ndash; August 26, 2023 @ 09:09 PM','','wc-cancelled','open','closed','wc_order_hGIJOoW6ZPS8m','order-aug-26-2023-0909-pm','','','2023-08-26 21:10:28','2023-08-26 21:10:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2093',0,'shop_order','',1),(2094,1,'2023-08-26 21:10:45','2023-08-26 21:10:45','','Order &ndash; August 26, 2023 @ 09:10 PM','','wc-cancelled','open','closed','wc_order_yARBkLDMZgCEh','order-aug-26-2023-0910-pm','','','2023-08-26 21:24:41','2023-08-26 21:24:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2094',0,'shop_order','',1),(2095,1,'2023-08-28 17:48:48','2023-08-28 17:48:48','','Order &ndash; August 28, 2023 @ 05:48 PM','','wc-completed','closed','closed','wc_order_jlrbYNqHL789x','order-aug-28-2023-0548-pm','','','2023-08-29 13:26:38','2023-08-29 13:26:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2095',0,'shop_order','',3),(2096,1,'2023-08-28 17:53:15','2023-08-28 17:53:15','','Order &ndash; August 28, 2023 @ 05:53 PM','','wc-completed','closed','closed','wc_order_hqqElAc7PbK2u','order-aug-28-2023-0553-pm','','','2023-08-29 19:02:19','2023-08-29 19:02:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2096',0,'shop_order','',3),(2097,1,'2023-08-28 17:56:16','2023-08-28 17:56:16','','Order &ndash; August 28, 2023 @ 05:56 PM','','wc-completed','closed','closed','wc_order_Y90wMl2eAretv','order-aug-28-2023-0556-pm','','','2023-08-29 19:04:59','2023-08-29 19:04:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2097',0,'shop_order','',3),(2098,1,'2023-08-28 21:48:02','2023-08-28 21:48:02','','Order &ndash; August 28, 2023 @ 09:48 PM','Leave at clinic door please','wc-completed','closed','closed','wc_order_LqJHNzloP4O60','order-aug-28-2023-0948-pm','','','2023-08-30 19:50:27','2023-08-30 19:50:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2098',0,'shop_order','',3),(2099,1,'2023-08-29 03:28:05','2023-08-29 03:28:05','','Order &ndash; August 29, 2023 @ 03:28 AM','','wc-completed','closed','closed','wc_order_D2BsTqaxnHREA','order-aug-29-2023-0328-am','','','2023-08-30 19:49:03','2023-08-30 19:49:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2099',0,'shop_order','',3),(2100,1,'2023-08-29 22:07:08','2023-08-29 22:07:08','','Order &ndash; August 29, 2023 @ 10:07 PM','','wc-completed','closed','closed','wc_order_9Hwn55JpzcbKP','order-aug-29-2023-1007-pm','','','2023-08-30 19:47:56','2023-08-30 19:47:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2100',0,'shop_order','',3),(2101,1,'2023-08-30 13:44:28','2023-08-30 13:44:28','','Order &ndash; August 30, 2023 @ 01:44 PM','','wc-completed','closed','closed','wc_order_SqPye1RYs1Jc2','order-aug-30-2023-0144-pm','','','2023-08-30 19:47:30','2023-08-30 19:47:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2101',0,'shop_order','',3),(2102,1,'2023-08-30 14:55:57','2023-08-30 14:55:57','','Order &ndash; August 30, 2023 @ 02:55 PM','','wc-completed','closed','closed','wc_order_StxrO8VsOOKIg','order-aug-30-2023-0255-pm','','','2023-08-30 20:11:51','2023-08-30 20:11:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2102',0,'shop_order','',3),(2103,1,'2023-08-30 18:39:53','2023-08-30 18:39:53','','Order &ndash; August 30, 2023 @ 06:39 PM','','wc-completed','closed','closed','wc_order_w5Pw9poKYrCBk','order-aug-30-2023-0639-pm','','','2023-09-06 13:59:52','2023-09-06 13:59:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2103',0,'shop_order','',5),(2104,1,'2023-08-31 14:36:40','2023-08-31 14:36:40','','Order &ndash; August 31, 2023 @ 02:36 PM','','wc-completed','closed','closed','wc_order_RgSFeH1tK4ISY','order-aug-31-2023-0236-pm','','','2023-08-31 20:41:40','2023-08-31 20:41:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2104',0,'shop_order','',3),(2105,1,'2023-09-01 13:28:30','2023-09-01 13:28:30','','Order &ndash; September 1, 2023 @ 01:28 PM','','wc-completed','closed','closed','wc_order_Vky7nPLopHKiX','order-sep-01-2023-0128-pm','','','2023-09-07 16:40:18','2023-09-07 16:40:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2105',0,'shop_order','',5),(2106,1,'2023-09-01 13:35:06','2023-09-01 13:35:06','','Order &ndash; September 1, 2023 @ 01:35 PM','','wc-completed','closed','closed','wc_order_qyVNxBbdxs1YR','order-sep-01-2023-0135-pm','','','2023-09-05 15:48:48','2023-09-05 15:48:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2106',0,'shop_order','',3),(2107,1,'2023-09-01 19:41:18','2023-09-01 19:41:18','','Order &ndash; September 1, 2023 @ 07:41 PM','','wc-completed','closed','closed','wc_order_HaZYg1EbasLIV','order-sep-01-2023-0741-pm','','','2023-09-05 15:51:16','2023-09-05 15:51:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2107',0,'shop_order','',3),(2108,1,'2023-09-01 22:54:52','2023-09-01 22:54:52','','Order &ndash; September 1, 2023 @ 10:54 PM','Please ship this to Bend location','wc-completed','closed','closed','wc_order_4FNHXiqnZ03sE','order-sep-01-2023-1054-pm','','','2023-09-05 15:48:21','2023-09-05 15:48:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2108',0,'shop_order','',3),(2109,1,'2023-09-05 16:57:19','2023-09-05 16:57:19','','Order &ndash; September 5, 2023 @ 04:57 PM','','wc-completed','closed','closed','wc_order_IQGiB5cerZ31b','order-sep-05-2023-0457-pm','','','2023-09-06 14:01:52','2023-09-06 14:01:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2109',0,'shop_order','',3),(2110,2,'2023-09-05 19:34:49','2023-09-05 19:34:49','','Active Rinse 8oz 100%<br>(Case of 12)','8oz of 100% dimethicone oil\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','active-rinse-8oz-100','','','2025-07-10 15:51:50','2025-07-10 15:51:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=2110',4,'product','',0),(2111,2,'2023-09-05 19:45:39','2023-09-05 19:45:39','','ExtraActiveRinse8oz','','inherit','open','closed','','extraactiverinse8oz','','','2023-09-05 19:45:39','2023-09-05 19:45:39','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse8oz.jpg',0,'attachment','image/jpeg',0),(2112,2,'2023-09-05 19:45:40','2023-09-05 19:45:40','','ExtraActiveRinse16oz','','inherit','open','closed','','extraactiverinse16oz','','','2023-09-05 19:45:40','2023-09-05 19:45:40','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse16oz.jpg',0,'attachment','image/jpeg',0),(2113,2,'2023-09-05 19:46:14','2023-09-05 19:46:14','','Active Rinse 16oz 100%<br>(Case of 16)','16oz of 100% dimethicone oil\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','active-rinse-16oz-100','','','2025-07-10 15:52:09','2025-07-10 15:52:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=2113',5,'product','',0),(2114,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2114',0,'revision','',0),(2115,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2115',0,'revision','',0),(2116,2,'2023-09-05 19:49:46','2023-09-05 19:49:46','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 19:49:46','2023-09-05 19:49:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2116',0,'revision','',0),(2117,2,'2023-09-05 19:50:14','2023-09-05 19:50:14','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 19:50:14','2023-09-05 19:50:14','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2117',0,'revision','',0),(2118,2,'2023-09-05 19:50:14','2023-09-05 19:50:14','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 19:50:14','2023-09-05 19:50:14','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2118',0,'revision','',0),(2119,2,'2023-09-05 19:50:14','2023-09-05 19:50:14','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 19:50:14','2023-09-05 19:50:14','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2119',0,'revision','',0),(2121,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2121',0,'revision','',0),(2122,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2122',0,'revision','',0),(2123,2,'2023-09-05 20:03:26','2023-09-05 20:03:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-09-05 20:03:26','2023-09-05 20:03:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2123',0,'revision','',0),(2124,2,'2023-09-05 20:04:10','2023-09-05 20:04:10','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 20:04:10','2023-09-05 20:04:10','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2124',0,'revision','',0),(2125,2,'2023-09-05 20:04:10','2023-09-05 20:04:10','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 20:04:10','2023-09-05 20:04:10','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2125',0,'revision','',0),(2126,2,'2023-09-05 20:04:10','2023-09-05 20:04:10','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2023-09-05 20:04:10','2023-09-05 20:04:10','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2126',0,'revision','',0),(2128,1,'2023-09-06 14:31:21','2023-09-06 14:31:21','','Order &ndash; September 6, 2023 @ 02:31 PM','','wc-refunded','open','closed','wc_order_DMwBfp01Xs1hr','order-sep-06-2023-0231-pm','','','2023-09-06 17:58:34','2023-09-06 17:58:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2128',0,'shop_order','',4),(2129,1,'2023-09-06 17:58:33','2023-09-06 17:58:33','','Refund &ndash; Sep 06, 2023 @ 05:58 PM','','wc-completed','closed','closed','wc_order_qlkxZStCtRP4D','refund-sep-06-2023-0558-pm','','','2023-09-06 17:58:33','2023-09-06 17:58:33','',2128,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2129',0,'shop_order_refund','',0),(2130,2,'2023-09-06 19:00:59','2023-09-06 19:00:59','','ExtraActiveRinse8ozNew','','inherit','open','closed','','extraactiverinse8oznew','','','2023-09-06 19:00:59','2023-09-06 19:00:59','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse8ozNew.webp',0,'attachment','image/webp',0),(2131,2,'2023-09-06 19:01:00','2023-09-06 19:01:00','','ExtraActiveRinse16ozNew','','inherit','open','closed','','extraactiverinse16oznew','','','2023-09-06 19:01:00','2023-09-06 19:01:00','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/ExtraActiveRinse16ozNew.webp',0,'attachment','image/webp',0),(2132,1,'2023-09-06 21:00:13','2023-09-06 21:00:13','','Order &ndash; September 6, 2023 @ 09:00 PM','','wc-completed','closed','closed','wc_order_H8aVo9C1bHtFO','order-sep-06-2023-0900-pm','','','2023-09-07 18:59:21','2023-09-07 18:59:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2132',0,'shop_order','',3),(2133,1,'2023-09-07 20:40:54','2023-09-07 20:40:54','','Order &ndash; September 7, 2023 @ 08:40 PM','','wc-completed','closed','closed','wc_order_LqFu1xOwYYk8I','order-sep-07-2023-0840-pm','','','2023-09-08 17:58:54','2023-09-08 17:58:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2133',0,'shop_order','',3),(2134,1,'2023-09-07 23:50:23','2023-09-07 23:50:23','','Order &ndash; September 7, 2023 @ 11:50 PM','','wc-completed','closed','closed','wc_order_GYeTjbH81ZFQw','order-sep-07-2023-1150-pm','','','2023-09-08 17:56:36','2023-09-08 17:56:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2134',0,'shop_order','',3),(2135,1,'2023-09-07 23:56:08','2023-09-07 23:56:08','','Order &ndash; September 7, 2023 @ 11:56 PM','','wc-completed','closed','closed','wc_order_Wn1SKVVPBuQTo','order-sep-07-2023-1156-pm','','','2023-09-08 17:58:32','2023-09-08 17:58:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2135',0,'shop_order','',3),(2136,1,'2023-09-08 18:29:48','2023-09-08 18:29:48','','Order &ndash; September 8, 2023 @ 06:29 PM','','wc-completed','closed','closed','wc_order_jFSDHHGF7NUOs','order-sep-08-2023-0629-pm','','','2023-09-12 15:04:40','2023-09-12 15:04:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2136',0,'shop_order','',5),(2137,1,'2023-09-08 19:11:40','2023-09-08 19:11:40','','Order &ndash; September 8, 2023 @ 07:11 PM','','wc-completed','closed','closed','wc_order_oQSVawoJlZMga','order-sep-08-2023-0711-pm','','','2023-09-14 17:51:37','2023-09-14 17:51:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2137',0,'shop_order','',5),(2138,1,'2023-09-08 20:33:09','2023-09-08 20:33:09','','Order &ndash; September 8, 2023 @ 08:33 PM','','wc-completed','closed','closed','wc_order_mBlpjDtCkXBXb','order-sep-08-2023-0833-pm','','','2023-09-11 17:34:49','2023-09-11 17:34:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2138',0,'shop_order','',3),(2139,1,'2023-09-09 20:47:35','2023-09-09 20:47:35','','Order &ndash; September 9, 2023 @ 08:47 PM','','wc-completed','closed','closed','wc_order_8uNtV6gfGmfIU','order-sep-09-2023-0847-pm','','','2023-09-12 15:08:01','2023-09-12 15:08:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2139',0,'shop_order','',3),(2140,1,'2023-09-11 17:37:38','2023-09-11 17:37:38','','Order &ndash; September 11, 2023 @ 05:37 PM','','wc-completed','closed','closed','wc_order_84RAWjTDIZWtP','order-sep-11-2023-0537-pm','','','2023-09-12 15:05:32','2023-09-12 15:05:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2140',0,'shop_order','',3),(2141,1,'2023-09-11 18:04:19','2023-09-11 18:04:19','','Order &ndash; September 11, 2023 @ 06:04 PM','','wc-completed','closed','closed','wc_order_PCkszCRCb3ziU','order-sep-11-2023-0604-pm','','','2023-09-12 15:03:33','2023-09-12 15:03:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2141',0,'shop_order','',3),(2142,1,'2023-09-11 18:14:31','2023-09-11 18:14:31','','Order &ndash; September 11, 2023 @ 06:14 PM','','wc-completed','closed','closed','wc_order_Vxbcsk36GD4Yz','order-sep-11-2023-0614-pm','','','2023-09-12 15:04:02','2023-09-12 15:04:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2142',0,'shop_order','',3),(2143,1,'2023-09-11 18:14:49','2023-09-11 18:14:49','','Order &ndash; September 11, 2023 @ 06:14 PM','','wc-completed','closed','closed','wc_order_xj8yl4yqb8G7t','order-sep-11-2023-0614-pm-2','','','2023-09-12 18:30:00','2023-09-12 18:30:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2143',0,'shop_order','',3),(2144,1,'2023-09-11 18:21:45','2023-09-11 18:21:45','','Order &ndash; September 11, 2023 @ 06:21 PM','','wc-completed','closed','closed','wc_order_iZ80XkZhI9dSK','order-sep-11-2023-0621-pm','','','2023-09-12 17:55:21','2023-09-12 17:55:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2144',0,'shop_order','',3),(2145,1,'2023-09-12 16:18:05','2023-09-12 16:18:05','','Order &ndash; September 12, 2023 @ 04:18 PM','','wc-completed','closed','closed','wc_order_eVz3qNb2wXnpW','order-sep-12-2023-0418-pm','','','2023-09-12 20:41:36','2023-09-12 20:41:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2145',0,'shop_order','',3),(2146,1,'2023-09-12 16:23:24','2023-09-12 16:23:24','','Order &ndash; September 12, 2023 @ 04:23 PM','','wc-completed','closed','closed','wc_order_vQHdoLDtv2I09','order-sep-12-2023-0423-pm','','','2023-09-12 20:40:58','2023-09-12 20:40:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2146',0,'shop_order','',3),(2147,1,'2023-09-12 20:54:03','2023-09-12 20:54:03','','Order &ndash; September 12, 2023 @ 08:54 PM','','wc-completed','closed','closed','wc_order_QA1PDQ0NlBay9','order-sep-12-2023-0854-pm','','','2023-09-13 20:22:24','2023-09-13 20:22:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2147',0,'shop_order','',3),(2148,1,'2023-09-13 14:15:44','2023-09-13 14:15:44','','Order &ndash; September 13, 2023 @ 02:15 PM','LEAVE AT DOOR IF NO ONE IS THERE','wc-completed','closed','closed','wc_order_nCJQsUOZdKTuN','order-sep-13-2023-0215-pm','','','2023-09-13 20:21:05','2023-09-13 20:21:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2148',0,'shop_order','',3),(2149,1,'2023-09-13 14:25:29','2023-09-13 14:25:29','','Order &ndash; September 13, 2023 @ 02:25 PM','','wc-completed','closed','closed','wc_order_EM86B1ZEW0Noa','order-sep-13-2023-0225-pm','','','2023-09-13 20:20:06','2023-09-13 20:20:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2149',0,'shop_order','',3),(2150,1,'2023-09-13 18:07:37','2023-09-13 18:07:37','','Order &ndash; September 13, 2023 @ 06:07 PM','','wc-completed','closed','closed','wc_order_1Eqt85UR6i8n4','order-sep-13-2023-0607-pm','','','2023-09-13 20:20:31','2023-09-13 20:20:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2150',0,'shop_order','',3),(2151,1,'2023-09-14 14:55:51','2023-09-14 14:55:51','','Order &ndash; September 14, 2023 @ 02:55 PM','','wc-cancelled','open','closed','wc_order_JRYUEedaQhoo7','order-sep-14-2023-0255-pm','','','2023-09-14 14:57:06','2023-09-14 14:57:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2151',0,'shop_order','',1),(2152,1,'2023-09-14 14:57:27','2023-09-14 14:57:27','','Order &ndash; September 14, 2023 @ 02:57 PM','','wc-completed','closed','closed','wc_order_o3FJyWTtG9kEa','order-sep-14-2023-0257-pm','','','2023-09-14 20:08:17','2023-09-14 20:08:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2152',0,'shop_order','',3),(2153,1,'2023-09-14 16:12:43','2023-09-14 16:12:43','','Order &ndash; September 14, 2023 @ 04:12 PM','','wc-completed','closed','closed','wc_order_ZtrGfYOI3ibSL','order-sep-14-2023-0412-pm','','','2023-09-14 20:06:15','2023-09-14 20:06:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2153',0,'shop_order','',3),(2154,1,'2023-09-14 16:31:01','2023-09-14 16:31:01','','Order &ndash; September 14, 2023 @ 04:31 PM','','wc-completed','closed','closed','wc_order_tykey1fXX8UIO','order-sep-14-2023-0431-pm','','','2023-09-14 20:06:54','2023-09-14 20:06:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2154',0,'shop_order','',3),(2155,1,'2023-09-14 20:23:39','2023-09-14 20:23:39','','Order &ndash; September 14, 2023 @ 08:23 PM','Portland Door code #4455, please leave products inside.','wc-completed','closed','closed','wc_order_qVeS7dJkXRUn6','order-sep-14-2023-0823-pm','','','2023-09-15 21:04:51','2023-09-15 21:04:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2155',0,'shop_order','',3),(2156,1,'2023-09-15 13:58:59','2023-09-15 13:58:59','','Order &ndash; September 15, 2023 @ 01:58 PM','','wc-completed','closed','closed','wc_order_pilJ82NrrXcOe','order-sep-15-2023-0158-pm','','','2023-09-15 21:03:57','2023-09-15 21:03:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2156',0,'shop_order','',3),(2157,1,'2023-09-15 16:57:44','2023-09-15 16:57:44','','Order &ndash; September 15, 2023 @ 04:57 PM','','wc-completed','closed','closed','wc_order_6XK8z5f7joqCq','order-sep-15-2023-0457-pm','','','2023-09-19 18:32:43','2023-09-19 18:32:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2157',0,'shop_order','',3),(2158,1,'2023-09-15 17:28:36','2023-09-15 17:28:36','','Order &ndash; September 15, 2023 @ 05:28 PM','','wc-completed','closed','closed','wc_order_W4DuS0SHGPK0p','order-sep-15-2023-0528-pm','','','2023-09-15 21:03:06','2023-09-15 21:03:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2158',0,'shop_order','',3),(2159,1,'2023-09-19 13:20:28','2023-09-19 13:20:28','','Order &ndash; September 19, 2023 @ 01:20 PM','','wc-completed','closed','closed','wc_order_r6Vye261V8eAN','order-sep-19-2023-0120-pm','','','2023-09-19 18:31:36','2023-09-19 18:31:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2159',0,'shop_order','',3),(2160,1,'2023-09-19 13:30:26','2023-09-19 13:30:26','','Order &ndash; September 19, 2023 @ 01:30 PM','','wc-cancelled','open','closed','wc_order_n10sopgg4M1gV','order-sep-19-2023-0130-pm','','','2023-09-19 15:26:21','2023-09-19 15:26:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2160',0,'shop_order','',2),(2161,1,'2023-09-19 13:36:50','2023-09-19 13:36:50','','Order &ndash; September 19, 2023 @ 01:36 PM','','wc-cancelled','open','closed','wc_order_FI26Sqiir5opf','order-sep-19-2023-0136-pm','','','2023-09-19 15:26:21','2023-09-19 15:26:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2161',0,'shop_order','',2),(2162,1,'2023-09-19 15:43:48','2023-09-19 15:43:48','','Order &ndash; September 19, 2023 @ 03:43 PM','','wc-completed','closed','closed','wc_order_xFYoRICXc3bln','order-sep-19-2023-0343-pm','','','2023-09-19 18:33:51','2023-09-19 18:33:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2162',0,'shop_order','',3),(2163,1,'2023-09-19 15:46:15','2023-09-19 15:46:15','','Order &ndash; September 19, 2023 @ 03:46 PM','','wc-completed','closed','closed','wc_order_JiyKcxQbmyic8','order-sep-19-2023-0346-pm','','','2023-09-19 18:32:13','2023-09-19 18:32:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2163',0,'shop_order','',3),(2164,1,'2023-09-19 21:11:24','2023-09-19 21:11:24','','Order &ndash; September 19, 2023 @ 09:11 PM','','wc-completed','closed','closed','wc_order_LYJ9sLQl9xE1l','order-sep-19-2023-0911-pm','','','2023-09-20 17:18:40','2023-09-20 17:18:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2164',0,'shop_order','',3),(2165,1,'2023-09-20 20:00:00','2023-09-20 20:00:00','','Order &ndash; September 20, 2023 @ 08:00 PM','','wc-completed','closed','closed','wc_order_SsJjFKMf0jELf','order-sep-20-2023-0800-pm','','','2023-09-21 19:31:02','2023-09-21 19:31:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2165',0,'shop_order','',3),(2166,1,'2023-09-24 16:41:25','2023-09-24 16:41:25','','Order &ndash; September 24, 2023 @ 04:41 PM','','wc-completed','closed','closed','wc_order_jyxfiYMojJzTP','order-sep-24-2023-0441-pm','','','2023-09-25 17:52:15','2023-09-25 17:52:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2166',0,'shop_order','',3),(2167,1,'2023-09-24 17:45:27','2023-09-24 17:45:27','','Order &ndash; September 24, 2023 @ 05:45 PM','','wc-completed','closed','closed','wc_order_HUsP6HNHll7Ku','order-sep-24-2023-0545-pm','','','2023-09-25 17:54:06','2023-09-25 17:54:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2167',0,'shop_order','',3),(2168,100,'2023-09-25 14:50:07','2023-09-25 14:50:07','','','','wcm-active','closed','closed','um_65119e1fd7228','2168','','','2023-09-25 15:10:16','2023-09-25 15:10:16','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2168',0,'wc_user_membership','',0),(2169,101,'2023-09-25 15:05:07','2023-09-25 15:05:07','','','','wcm-active','closed','closed','um_6511a1a37e3c7','2169','','','2023-09-25 15:10:12','2023-09-25 15:10:12','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2169',0,'wc_user_membership','',0),(2171,1,'2023-09-25 15:42:28','2023-09-25 15:42:28','','Order &ndash; September 25, 2023 @ 03:42 PM','','wc-cancelled','open','closed','wc_order_kN6miBwkN13XQ','order-sep-25-2023-0342-pm','','','2023-09-25 15:43:44','2023-09-25 15:43:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2171',0,'shop_order','',1),(2172,1,'2023-09-25 15:44:33','2023-09-25 15:44:33','','Order &ndash; September 25, 2023 @ 03:44 PM','','wc-completed','closed','closed','wc_order_FMOTisJjqpCR5','order-sep-25-2023-0344-pm','','','2023-09-27 14:28:07','2023-09-27 14:28:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2172',0,'shop_order','',3),(2173,1,'2023-09-25 16:18:29','2023-09-25 16:18:29','','Order &ndash; September 25, 2023 @ 04:18 PM','','wc-completed','closed','closed','wc_order_628b9gRMRvCEo','order-sep-25-2023-0418-pm','','','2023-09-25 19:26:52','2023-09-25 19:26:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2173',0,'shop_order','',3),(2174,1,'2023-09-25 18:17:22','2023-09-25 18:17:22','','Order &ndash; September 25, 2023 @ 06:17 PM','','wc-completed','closed','closed','wc_order_u84mvCvalPO6c','order-sep-25-2023-0617-pm','','','2023-09-27 14:23:21','2023-09-27 14:23:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2174',0,'shop_order','',3),(2175,1,'2023-09-25 19:10:41','2023-09-25 19:10:41','','Order &ndash; September 25, 2023 @ 07:10 PM','','wc-completed','closed','closed','wc_order_LgQdWe3A73K6v','order-sep-25-2023-0710-pm','','','2023-09-27 14:24:22','2023-09-27 14:24:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2175',0,'shop_order','',3),(2176,1,'2023-09-25 21:16:17','2023-09-25 21:16:17','','Order &ndash; September 25, 2023 @ 09:16 PM','','wc-completed','closed','closed','wc_order_3xgEvXo8z9E46','order-sep-25-2023-0916-pm','','','2023-09-27 14:26:29','2023-09-27 14:26:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2176',0,'shop_order','',3),(2177,1,'2023-09-26 02:38:09','2023-09-26 02:38:09','','Order &ndash; September 26, 2023 @ 02:38 AM','','wc-completed','closed','closed','wc_order_casGUfe7ZGExZ','order-sep-26-2023-0238-am','','','2023-09-27 14:25:24','2023-09-27 14:25:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2177',0,'shop_order','',3),(2178,1,'2023-09-26 15:50:38','2023-09-26 15:50:38','','Order &ndash; September 26, 2023 @ 03:50 PM','','wc-completed','closed','closed','wc_order_PSonex7QugJii','order-sep-26-2023-0350-pm','','','2023-09-27 19:56:43','2023-09-27 19:56:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2178',0,'shop_order','',3),(2179,1,'2023-09-26 15:55:03','2023-09-26 15:55:03','','Order &ndash; September 26, 2023 @ 03:55 PM','','wc-completed','closed','closed','wc_order_CIxSRlI3lMYx0','order-sep-26-2023-0355-pm','','','2023-09-27 19:58:04','2023-09-27 19:58:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2179',0,'shop_order','',3),(2180,1,'2023-09-26 15:56:06','2023-09-26 15:56:06','','Order &ndash; September 26, 2023 @ 03:56 PM','','wc-completed','closed','closed','wc_order_bESOc4HnudTwt','order-sep-26-2023-0356-pm','','','2023-09-27 18:31:23','2023-09-27 18:31:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2180',0,'shop_order','',3),(2181,1,'2023-09-26 15:57:20','2023-09-26 15:57:20','','Order &ndash; September 26, 2023 @ 03:57 PM','','wc-completed','closed','closed','wc_order_khn8LWvJ97qeQ','order-sep-26-2023-0357-pm','','','2023-09-27 19:57:28','2023-09-27 19:57:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2181',0,'shop_order','',3),(2182,1,'2023-09-26 16:14:07','2023-09-26 16:14:07','','Order &ndash; September 26, 2023 @ 04:14 PM','','wc-completed','closed','closed','wc_order_lbkGuctA9kgpA','order-sep-26-2023-0414-pm','','','2023-09-27 14:27:05','2023-09-27 14:27:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2182',0,'shop_order','',3),(2183,1,'2023-09-26 17:49:05','2023-09-26 17:49:05','','Order &ndash; September 26, 2023 @ 05:49 PM','','wc-completed','closed','closed','wc_order_U9te4N00AJGFt','order-sep-26-2023-0549-pm','','','2023-09-29 13:32:28','2023-09-29 13:32:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2183',0,'shop_order','',3),(2184,1,'2023-09-27 19:42:00','2023-09-27 19:42:00','','Order &ndash; September 27, 2023 @ 07:42 PM','','wc-completed','closed','closed','wc_order_fFtWUFhl67IZY','order-sep-27-2023-0742-pm','','','2023-09-28 13:42:47','2023-09-28 13:42:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2184',0,'shop_order','',3),(2185,1,'2023-09-28 18:07:18','2023-09-28 18:07:18','','Order &ndash; September 28, 2023 @ 06:07 PM','','wc-completed','closed','closed','wc_order_VvMhv4JLmaNfp','order-sep-28-2023-0607-pm','','','2023-09-29 13:34:57','2023-09-29 13:34:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2185',0,'shop_order','',3),(2186,1,'2023-09-29 13:22:54','2023-09-29 13:22:54','','Order &ndash; September 29, 2023 @ 01:22 PM','','wc-completed','closed','closed','wc_order_9WveFxt9ImFR9','order-sep-29-2023-0122-pm','','','2023-10-02 20:27:05','2023-10-02 20:27:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2186',0,'shop_order','',3),(2187,1,'2023-09-29 19:47:46','2023-09-29 19:47:46','','Order &ndash; September 29, 2023 @ 07:47 PM','','wc-completed','closed','closed','wc_order_65f8HpYxI434C','order-sep-29-2023-0747-pm','','','2023-10-02 20:27:16','2023-10-02 20:27:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2187',0,'shop_order','',3),(2188,1,'2023-10-02 15:47:09','2023-10-02 15:47:09','','Order &ndash; October 2, 2023 @ 03:47 PM','','wc-completed','closed','closed','wc_order_URUsXa5C1SAGW','order-oct-02-2023-0347-pm','','','2023-10-03 14:07:41','2023-10-03 14:07:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2188',0,'shop_order','',3),(2189,1,'2023-10-02 17:57:19','2023-10-02 17:57:19','','Order &ndash; October 2, 2023 @ 05:57 PM','','wc-completed','closed','closed','wc_order_jhJqeXgcktXsy','order-oct-02-2023-0557-pm','','','2023-10-03 15:40:16','2023-10-03 15:40:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2189',0,'shop_order','',3),(2190,1,'2023-10-02 18:24:06','2023-10-02 18:24:06','','Order &ndash; October 2, 2023 @ 06:24 PM','','wc-completed','closed','closed','wc_order_AYc35KSQPGdRs','order-oct-02-2023-0624-pm','','','2023-10-03 22:25:52','2023-10-03 22:25:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2190',0,'shop_order','',3),(2191,1,'2023-10-02 20:46:14','2023-10-02 20:46:14','','Order &ndash; October 2, 2023 @ 08:46 PM','','wc-completed','closed','closed','wc_order_yM0lb6VeCv6oz','order-oct-02-2023-0846-pm','','','2023-10-03 22:26:50','2023-10-03 22:26:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2191',0,'shop_order','',5),(2192,1,'2023-10-03 14:35:23','2023-10-03 14:35:23','','Order &ndash; October 3, 2023 @ 02:35 PM','PLEASE PUT NOTE ON BOXES: IF NO ONE PRESENT PLEASE LEAVE AT BACK DOOR OF BUILDING.','wc-completed','closed','closed','wc_order_gdBNgmwvvS1Cs','order-oct-03-2023-0235-pm','','','2023-10-03 22:27:35','2023-10-03 22:27:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2192',0,'shop_order','',3),(2193,1,'2023-10-04 13:51:43','2023-10-04 13:51:43','','Order &ndash; October 4, 2023 @ 01:51 PM','','wc-completed','closed','closed','wc_order_sdQcjdL0gSmPK','order-oct-04-2023-0151-pm','','','2023-10-04 17:34:55','2023-10-04 17:34:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2193',0,'shop_order','',3),(2194,1,'2023-10-04 21:21:44','2023-10-04 21:21:44','','Order &ndash; October 4, 2023 @ 09:21 PM','','wc-completed','closed','closed','wc_order_PKACbnLIdyG6P','order-oct-04-2023-0921-pm','','','2023-10-06 15:46:04','2023-10-06 15:46:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2194',0,'shop_order','',3),(2195,1,'2023-10-05 00:03:07','2023-10-05 00:03:07','','Order &ndash; October 5, 2023 @ 12:03 AM','','wc-completed','closed','closed','wc_order_YlKJyS2x8K6wL','order-oct-05-2023-1203-am','','','2023-10-06 15:44:30','2023-10-06 15:44:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2195',0,'shop_order','',3),(2196,1,'2023-10-05 00:32:35','2023-10-05 00:32:35','','Order &ndash; October 5, 2023 @ 12:32 AM','','wc-completed','closed','closed','wc_order_vq7O5b2onTimO','order-oct-05-2023-1232-am','','','2023-10-09 13:20:00','2023-10-09 13:20:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2196',0,'shop_order','',5),(2197,1,'2023-10-05 14:16:58','2023-10-05 14:16:58','','Order &ndash; October 5, 2023 @ 02:16 PM','','wc-completed','closed','closed','wc_order_AKzbqpsFAZ5TH','order-oct-05-2023-0216-pm','','','2023-10-06 15:47:48','2023-10-06 15:47:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2197',0,'shop_order','',3),(2198,1,'2023-10-05 16:41:33','2023-10-05 16:41:33','','Order &ndash; October 5, 2023 @ 04:41 PM','','wc-completed','closed','closed','wc_order_62xdibESixE6X','order-oct-05-2023-0441-pm','','','2023-10-06 15:50:19','2023-10-06 15:50:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2198',0,'shop_order','',3),(2199,1,'2023-10-05 16:46:19','2023-10-05 16:46:19','','Order &ndash; October 5, 2023 @ 04:46 PM','','wc-completed','closed','closed','wc_order_MI1wwcHTXu0Q6','order-oct-05-2023-0446-pm','','','2023-10-06 15:49:08','2023-10-06 15:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2199',0,'shop_order','',3),(2200,1,'2023-10-06 18:51:37','2023-10-06 18:51:37','','Order &ndash; October 6, 2023 @ 06:51 PM','','wc-completed','closed','closed','wc_order_nzjrETMIjtFJe','order-oct-06-2023-0651-pm','','','2023-10-10 13:04:41','2023-10-10 13:04:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2200',0,'shop_order','',3),(2201,1,'2023-10-08 14:20:00','2023-10-08 14:20:00','','Order &ndash; October 8, 2023 @ 02:20 PM','IF NO ONE PRESENT AT SITE PLEASE LEAVE BOXES AT BACK DOOR OF BUILDING.','wc-completed','closed','closed','wc_order_ad0pJTMhMagaF','order-oct-08-2023-0220-pm','','','2023-10-10 13:07:53','2023-10-10 13:07:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2201',0,'shop_order','',3),(2203,1,'2023-10-09 15:06:37','2023-10-09 15:06:37','','Order &ndash; October 9, 2023 @ 03:06 PM','','wc-completed','closed','closed','wc_order_hpik0TPMRXSv3','order-oct-09-2023-0306-pm','','','2023-10-10 13:11:08','2023-10-10 13:11:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2203',0,'shop_order','',3),(2204,1,'2023-10-09 19:15:06','2023-10-09 19:15:06','','Order &ndash; October 9, 2023 @ 07:15 PM','Ship to PDX office, if door is lock please use the door code 4455,','wc-completed','closed','closed','wc_order_yqHEDbIUAXwST','order-oct-09-2023-0715-pm','','','2023-10-10 19:28:58','2023-10-10 19:28:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2204',0,'shop_order','',3),(2205,1,'2023-10-10 03:04:07','2023-10-10 03:04:07','','Order &ndash; October 10, 2023 @ 03:04 AM','','wc-completed','closed','closed','wc_order_diVppKyfnn3Kw','order-oct-10-2023-0304-am','','','2023-10-10 18:41:48','2023-10-10 18:41:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2205',0,'shop_order','',3),(2206,1,'2023-10-10 13:10:36','2023-10-10 13:10:36','','Order &ndash; October 10, 2023 @ 01:10 PM','','wc-completed','closed','closed','wc_order_bhSx5zZA2NcRJ','order-oct-10-2023-0110-pm','','','2023-10-10 18:40:16','2023-10-10 18:40:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2206',0,'shop_order','',3),(2207,1,'2023-10-10 13:59:31','2023-10-10 13:59:31','','Order &ndash; October 10, 2023 @ 01:59 PM','','wc-completed','closed','closed','wc_order_X5r5uYa3jQGFM','order-oct-10-2023-0159-pm','','','2023-10-10 18:39:51','2023-10-10 18:39:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2207',0,'shop_order','',3),(2208,1,'2023-10-10 14:03:01','2023-10-10 14:03:01','','Order &ndash; October 10, 2023 @ 02:03 PM','','wc-completed','closed','closed','wc_order_7jOrLde8YgXwl','order-oct-10-2023-0203-pm','','','2023-10-10 18:42:24','2023-10-10 18:42:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2208',0,'shop_order','',3),(2209,1,'2023-10-10 14:50:43','2023-10-10 14:50:43','','Order &ndash; October 10, 2023 @ 02:50 PM','','wc-completed','closed','closed','wc_order_mlHJ57jz5xUvA','order-oct-10-2023-0250-pm','','','2023-10-10 18:40:53','2023-10-10 18:40:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2209',0,'shop_order','',3),(2210,1,'2023-10-10 17:37:52','2023-10-10 17:37:52','','Order &ndash; October 10, 2023 @ 05:37 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_KdDnXesuNiE21','order-oct-10-2023-0537-pm','','','2023-10-11 16:01:11','2023-10-11 16:01:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2210',0,'shop_order','',3),(2211,1,'2023-10-11 15:32:22','2023-10-11 15:32:22','','Order &ndash; October 11, 2023 @ 03:32 PM','','wc-completed','closed','closed','wc_order_4sNqFITRtILZG','order-oct-11-2023-0332-pm','','','2023-10-13 18:02:43','2023-10-13 18:02:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2211',0,'shop_order','',5),(2212,1,'2023-10-12 01:35:42','2023-10-12 01:35:42','','Order &ndash; October 12, 2023 @ 01:35 AM','','wc-completed','closed','closed','wc_order_8bW3ZcKFrC9zT','order-oct-12-2023-0135-am','','','2023-10-12 16:37:23','2023-10-12 16:37:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2212',0,'shop_order','',3),(2213,1,'2023-10-12 14:52:24','2023-10-12 14:52:24','','Order &ndash; October 12, 2023 @ 02:52 PM','','wc-completed','closed','closed','wc_order_qnF6GDmx8NOPH','order-oct-12-2023-0252-pm','','','2023-10-12 18:15:56','2023-10-12 18:15:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2213',0,'shop_order','',3),(2214,1,'2023-10-13 10:23:38','2023-10-13 10:23:38','','Order &ndash; October 13, 2023 @ 10:23 AM','','wc-refunded','open','closed','wc_order_JF6lTBEIDicAa','order-oct-13-2023-1023-am','','','2023-10-13 15:12:03','2023-10-13 15:12:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2214',0,'shop_order','',4),(2215,1,'2023-10-13 15:12:01','2023-10-13 15:12:01','','Refund &ndash; Oct 13, 2023 @ 03:12 PM','','wc-completed','closed','closed','wc_order_wSCjPeyQoXdUh','refund-oct-13-2023-0312-pm','','','2023-10-13 15:12:01','2023-10-13 15:12:01','',2214,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2215',0,'shop_order_refund','',0),(2216,1,'2023-10-13 15:28:44','2023-10-13 15:28:44','','Order &ndash; October 13, 2023 @ 03:28 PM','Leave at door','wc-completed','closed','closed','wc_order_udPKnuSIsFgEm','order-oct-13-2023-0328-pm','','','2023-10-13 18:05:12','2023-10-13 18:05:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2216',0,'shop_order','',3),(2217,1,'2023-10-13 19:03:35','2023-10-13 19:03:35','','Order &ndash; October 13, 2023 @ 07:03 PM','','wc-cancelled','open','closed','wc_order_1PSyAa6WAOpPV','order-oct-13-2023-0703-pm','','','2023-10-17 18:10:25','2023-10-17 18:10:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2217',0,'shop_order','',1),(2218,1,'2023-10-13 21:10:40','2023-10-13 21:10:40','','Order &ndash; October 13, 2023 @ 09:10 PM','','wc-completed','closed','closed','wc_order_wenEsVkkFlPHo','order-oct-13-2023-0910-pm','','','2023-10-16 16:51:17','2023-10-16 16:51:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2218',0,'shop_order','',3),(2219,1,'2023-10-13 21:20:25','2023-10-13 21:20:25','','Order &ndash; October 13, 2023 @ 09:20 PM','','wc-completed','closed','closed','wc_order_eZagoFyWxIMhw','order-oct-13-2023-0920-pm','','','2023-10-16 16:53:18','2023-10-16 16:53:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2219',0,'shop_order','',3),(2220,1,'2023-10-14 20:24:41','2023-10-14 20:24:41','','Order &ndash; October 14, 2023 @ 08:24 PM','','wc-completed','closed','closed','wc_order_SabRrAgTXv80j','order-oct-14-2023-0824-pm','','','2023-10-16 16:52:04','2023-10-16 16:52:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2220',0,'shop_order','',3),(2221,1,'2023-10-16 15:14:23','2023-10-16 15:14:23','','Order &ndash; October 16, 2023 @ 03:14 PM','','wc-completed','closed','closed','wc_order_pllCgNFAATmxe','order-oct-16-2023-0314-pm','','','2023-10-17 18:58:48','2023-10-17 18:58:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2221',0,'shop_order','',3),(2222,1,'2023-10-16 19:22:56','2023-10-16 19:22:56','','Order &ndash; October 16, 2023 @ 07:22 PM','PACK IN ONE BOX ONLY - if there will be more than one box, please call me 808-283-4247','wc-cancelled','open','closed','wc_order_JsJjYdoVTxao2','order-oct-16-2023-0722-pm','','','2023-11-06 19:29:56','2023-11-06 19:29:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2222',0,'shop_order','',1),(2223,1,'2023-10-16 20:23:20','2023-10-16 20:23:20','','Order &ndash; October 16, 2023 @ 08:23 PM','Leave on porch if not home','wc-completed','closed','closed','wc_order_WHYijBNrKb9bA','order-oct-16-2023-0823-pm','','','2023-10-17 18:57:44','2023-10-17 18:57:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2223',0,'shop_order','',3),(2224,1,'2023-10-16 20:33:57','2023-10-16 20:33:57','','Order &ndash; October 16, 2023 @ 08:33 PM','','wc-completed','closed','closed','wc_order_BDOhu6LpCtArT','order-oct-16-2023-0833-pm','','','2023-10-17 18:56:18','2023-10-17 18:56:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2224',0,'shop_order','',3),(2226,1,'2023-10-16 20:55:31','2023-10-16 20:55:31','','Order &ndash; October 16, 2023 @ 08:55 PM','Please leave outside the suite (inside the building) if they are not there.','wc-completed','closed','closed','wc_order_ZP4XBy7RJOH2C','order-oct-16-2023-0855-pm','','','2023-10-18 14:53:22','2023-10-18 14:53:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2226',0,'shop_order','',3),(2227,1,'2023-10-16 21:05:51','2023-10-16 21:05:51','','Order &ndash; October 16, 2023 @ 09:05 PM','','wc-completed','closed','closed','wc_order_DAqSKzpRIkK7X','order-oct-16-2023-0905-pm','','','2023-10-17 18:55:38','2023-10-17 18:55:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2227',0,'shop_order','',3),(2228,1,'2023-10-17 17:44:46','2023-10-17 17:44:46','','Order &ndash; October 17, 2023 @ 05:44 PM','','wc-completed','closed','closed','wc_order_7QWNVylgW2OA5','order-oct-17-2023-0544-pm','','','2023-10-18 14:51:08','2023-10-18 14:51:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2228',0,'shop_order','',3),(2229,1,'2023-10-17 18:27:21','2023-10-17 18:27:21','','Order &ndash; October 17, 2023 @ 06:27 PM','Please package in one box ... if it will be more than one box do not send.','wc-completed','closed','closed','wc_order_CXE2ac6LLn62J','order-oct-17-2023-0627-pm','','','2023-10-18 14:51:43','2023-10-18 14:51:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2229',0,'shop_order','',3),(2230,1,'2023-10-17 19:28:31','2023-10-17 19:28:31','','Order &ndash; October 17, 2023 @ 07:28 PM','Please leave at Suite 210 outside door if we are not there.','wc-completed','closed','closed','wc_order_XUcbJS1NfWPe9','order-oct-17-2023-0728-pm','','','2023-10-26 18:54:12','2023-10-26 18:54:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2230',0,'shop_order','',3),(2231,1,'2023-10-17 20:19:21','2023-10-17 20:19:21','','Order &ndash; October 17, 2023 @ 08:19 PM','','wc-completed','closed','closed','wc_order_3ckwvOQVnBKHJ','order-oct-17-2023-0819-pm','','','2023-10-18 14:50:30','2023-10-18 14:50:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2231',0,'shop_order','',3),(2232,1,'2023-10-18 14:24:43','2023-10-18 14:24:43','','Order &ndash; October 18, 2023 @ 02:24 PM','','wc-completed','closed','closed','wc_order_JfKzAB0ulVJ7i','order-oct-18-2023-0224-pm','','','2023-10-19 16:58:02','2023-10-19 16:58:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2232',0,'shop_order','',3),(2233,1,'2023-10-19 18:54:06','2023-10-19 18:54:06','','Order &ndash; October 19, 2023 @ 06:54 PM','','wc-completed','closed','closed','wc_order_sRQpcdDOYmn9r','order-oct-19-2023-0654-pm','','','2023-10-20 19:09:38','2023-10-20 19:09:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2233',0,'shop_order','',3),(2234,2,'2023-10-19 18:59:45','2023-10-19 18:59:45','','freeship','','publish','closed','closed','','freeshipamanda','','','2025-12-04 21:00:01','2025-12-04 21:00:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=2234',0,'shop_coupon','',0),(2235,1,'2023-10-19 19:07:37','2023-10-19 19:07:37','','Order &ndash; October 19, 2023 @ 07:07 PM','','wc-completed','closed','closed','wc_order_fVyRfzO1ZyxrV','order-oct-19-2023-0707-pm','','','2023-10-19 20:07:46','2023-10-19 20:07:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2235',0,'shop_order','',4),(2236,1,'2023-10-19 20:07:26','2023-10-19 20:07:26','','Refund &ndash; Oct 19, 2023 @ 08:07 PM','','wc-completed','closed','closed','wc_order_cDVZbmieBtMWa','refund-oct-19-2023-0807-pm','','','2023-10-19 20:07:26','2023-10-19 20:07:26','',2235,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2236',0,'shop_order_refund','',0),(2237,1,'2023-10-19 22:11:51','2023-10-19 22:11:51','','Order &ndash; October 19, 2023 @ 10:11 PM','','wc-completed','closed','closed','wc_order_iAORjD7FEkR4q','order-oct-19-2023-1011-pm','','','2023-10-20 19:10:42','2023-10-20 19:10:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2237',0,'shop_order','',3),(2238,1,'2023-10-20 18:40:44','2023-10-20 18:40:44','','Order &ndash; October 20, 2023 @ 06:40 PM','PLEASE LEAVE BOX IF NO ONE IS PRESENT','wc-completed','closed','closed','wc_order_gPOXDjowbq5eu','order-oct-20-2023-0640-pm','','','2023-10-26 18:54:48','2023-10-26 18:54:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2238',0,'shop_order','',3),(2239,1,'2023-10-20 23:37:12','2023-10-20 23:37:12','','Order &ndash; October 20, 2023 @ 11:37 PM','','wc-completed','closed','closed','wc_order_oTokURVA4Qbdf','order-oct-20-2023-1137-pm','','','2023-10-23 20:59:46','2023-10-23 20:59:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2239',0,'shop_order','',3),(2240,1,'2023-10-25 03:26:28','2023-10-25 03:26:28','','Order &ndash; October 25, 2023 @ 03:26 AM','','wc-completed','closed','closed','wc_order_50qLH3Gl0sHYG','order-oct-25-2023-0326-am','','','2023-10-25 21:50:28','2023-10-25 21:50:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2240',0,'shop_order','',3),(2241,1,'2023-10-25 15:31:22','2023-10-25 15:31:22','','Order &ndash; October 25, 2023 @ 03:31 PM','','wc-completed','closed','closed','wc_order_uUAVNNLoSokMB','order-oct-25-2023-0331-pm','','','2023-10-25 21:49:00','2023-10-25 21:49:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2241',0,'shop_order','',3),(2242,1,'2023-10-25 22:38:17','2023-10-25 22:38:17','','Order &ndash; October 25, 2023 @ 10:38 PM','','wc-completed','closed','closed','wc_order_zYKwSIiboaub1','order-oct-25-2023-1038-pm','','','2023-10-26 19:05:06','2023-10-26 19:05:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2242',0,'shop_order','',3),(2243,1,'2023-10-26 15:52:34','2023-10-26 15:52:34','','Order &ndash; October 26, 2023 @ 03:52 PM','','wc-completed','closed','closed','wc_order_84JGVhcsTuaHx','order-oct-26-2023-0352-pm','','','2023-10-27 13:04:00','2023-10-27 13:04:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2243',0,'shop_order','',3),(2244,1,'2023-10-27 04:31:44','2023-10-27 04:31:44','','Order &ndash; October 27, 2023 @ 04:31 AM','','wc-completed','closed','closed','wc_order_jNjzzGtbi158Y','order-oct-27-2023-0431-am','','','2023-10-27 17:32:13','2023-10-27 17:32:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2244',0,'shop_order','',3),(2245,1,'2023-10-30 13:01:58','2023-10-30 13:01:58','','Order &ndash; October 30, 2023 @ 01:01 PM','IF NO ONE PRESENT PLEASE LEAVE AT SUITE DOOR - NOT ON PORCH.','wc-completed','closed','closed','wc_order_p8Zn16jAWw18F','order-oct-30-2023-0101-pm','','','2023-10-30 20:06:06','2023-10-30 20:06:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2245',0,'shop_order','',3),(2246,1,'2023-10-31 14:00:01','2023-10-31 14:00:01','','Order &ndash; October 31, 2023 @ 02:00 PM','','wc-completed','closed','closed','wc_order_rvrlzFyp8YP6Q','order-oct-31-2023-0200-pm','','','2023-11-01 13:32:30','2023-11-01 13:32:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2246',0,'shop_order','',3),(2247,1,'2023-10-31 17:26:48','2023-10-31 17:26:48','','Order &ndash; October 31, 2023 @ 05:26 PM','','wc-completed','closed','closed','wc_order_yGpAsgHgiRwdo','order-oct-31-2023-0526-pm','','','2023-11-01 13:33:13','2023-11-01 13:33:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2247',0,'shop_order','',3),(2248,1,'2023-10-31 20:54:12','2023-10-31 20:54:12','','Order &ndash; October 31, 2023 @ 08:54 PM','','wc-completed','closed','closed','wc_order_ET0dLMw6vjrq9','order-oct-31-2023-0854-pm','','','2023-11-02 12:56:49','2023-11-02 12:56:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2248',0,'shop_order','',3),(2249,1,'2023-11-01 16:20:22','2023-11-01 16:20:22','','Order &ndash; November 1, 2023 @ 04:20 PM','','wc-completed','closed','closed','wc_order_m19VVWM0mSx6J','order-nov-01-2023-0420-pm','','','2023-11-02 12:55:52','2023-11-02 12:55:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2249',0,'shop_order','',3),(2250,1,'2023-11-01 17:48:21','2023-11-01 17:48:21','','Order &ndash; November 1, 2023 @ 05:48 PM','','wc-completed','closed','closed','wc_order_PmHhRg5qkVXS0','order-nov-01-2023-0548-pm','','','2023-11-07 01:09:24','2023-11-07 01:09:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2250',0,'shop_order','',3),(2251,1,'2023-11-01 22:19:57','2023-11-01 22:19:57','','Order &ndash; November 1, 2023 @ 10:19 PM','','wc-completed','closed','closed','wc_order_xtVDbfEETQ2Nj','order-nov-01-2023-1019-pm','','','2023-11-15 17:40:40','2023-11-15 17:40:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2251',0,'shop_order','',5),(2252,1,'2023-11-02 15:34:54','2023-11-02 15:34:54','','Order &ndash; November 2, 2023 @ 03:34 PM','','wc-completed','closed','closed','wc_order_cSczO98bbOvRQ','order-nov-02-2023-0334-pm','','','2023-11-02 20:56:10','2023-11-02 20:56:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2252',0,'shop_order','',3),(2253,1,'2023-11-02 18:02:11','2023-11-02 18:02:11','','Order &ndash; November 2, 2023 @ 06:02 PM','','wc-completed','closed','closed','wc_order_4aOaIkm0OHnbn','order-nov-02-2023-0602-pm','','','2023-11-03 17:34:24','2023-11-03 17:34:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2253',0,'shop_order','',5),(2254,1,'2023-11-02 18:03:11','2023-11-02 18:03:11','','Order &ndash; November 2, 2023 @ 06:03 PM','','wc-completed','closed','closed','wc_order_EDNelAHUt9aty','order-nov-02-2023-0603-pm','','','2023-11-03 17:33:17','2023-11-03 17:33:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2254',0,'shop_order','',5),(2255,1,'2023-11-02 19:08:16','2023-11-02 19:08:16','','Order &ndash; November 2, 2023 @ 07:08 PM','','wc-completed','closed','closed','wc_order_yWM8yfTUgWwUc','order-nov-02-2023-0708-pm','','','2023-11-03 17:28:54','2023-11-03 17:28:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2255',0,'shop_order','',3),(2256,1,'2023-11-02 21:12:53','2023-11-02 21:12:53','','Order &ndash; November 2, 2023 @ 09:12 PM','Please put into ONE box ... if it doesn\'t fit please call me 808-283-4247 - will need to edit the order. Thank you!!','wc-completed','closed','closed','wc_order_bO7qdWOwJy5aB','order-nov-02-2023-0912-pm','','','2023-11-21 00:22:45','2023-11-21 00:22:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2256',0,'shop_order','',6),(2257,1,'2023-11-03 17:11:56','2023-11-03 17:11:56','','Order &ndash; November 3, 2023 @ 05:11 PM','','wc-completed','closed','closed','wc_order_zoyOBEqvqRaRg','order-nov-03-2023-0511-pm','','','2023-11-03 21:06:11','2023-11-03 21:06:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2257',0,'shop_order','',3),(2258,1,'2023-11-03 21:07:20','2023-11-03 21:07:20','','Order &ndash; November 3, 2023 @ 09:07 PM','','wc-completed','closed','closed','wc_order_trul6bk2ObjjK','order-nov-03-2023-0907-pm','','','2023-11-07 01:14:22','2023-11-07 01:14:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2258',0,'shop_order','',3),(2259,1,'2023-11-04 21:17:28','2023-11-04 21:17:28','','Order &ndash; November 4, 2023 @ 09:17 PM','','wc-completed','closed','closed','wc_order_ENlbevG2oKxKL','order-nov-04-2023-0917-pm','','','2023-11-07 01:12:40','2023-11-07 01:12:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2259',0,'shop_order','',3),(2260,1,'2023-11-05 18:32:59','2023-11-05 18:32:59','','Order &ndash; November 5, 2023 @ 06:32 PM','','wc-completed','closed','closed','wc_order_1QsioiQQV908Q','order-nov-05-2023-0632-pm','','','2023-11-09 18:27:56','2023-11-09 18:27:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2260',0,'shop_order','',3),(2261,1,'2023-11-05 18:48:39','2023-11-05 18:48:39','','Order &ndash; November 5, 2023 @ 06:48 PM','','wc-completed','closed','closed','wc_order_H693Dgfi04aDt','order-nov-05-2023-0648-pm','','','2023-11-07 01:15:54','2023-11-07 01:15:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2261',0,'shop_order','',3),(2262,1,'2023-11-07 03:59:06','2023-11-07 03:59:06','','Order &ndash; November 7, 2023 @ 03:59 AM','','wc-completed','closed','closed','wc_order_AtpUOY6gFvA7t','order-nov-07-2023-0359-am','','','2023-11-08 16:51:51','2023-11-08 16:51:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2262',0,'shop_order','',3),(2263,1,'2023-11-08 17:14:05','2023-11-08 17:14:05','','Order &ndash; November 8, 2023 @ 05:14 PM','','wc-completed','closed','closed','wc_order_vV1fRsYegTQQI','order-nov-08-2023-0514-pm','','','2023-11-09 18:27:06','2023-11-09 18:27:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2263',0,'shop_order','',3),(2264,1,'2023-11-08 21:01:00','2023-11-08 21:01:00','','Order &ndash; November 8, 2023 @ 09:01 PM','','wc-completed','closed','closed','wc_order_il6f9KIJpJWG2','order-nov-08-2023-0901-pm','','','2023-11-09 23:00:03','2023-11-09 23:00:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2264',0,'shop_order','',3),(2265,1,'2023-11-09 16:22:47','2023-11-09 16:22:47','','Order &ndash; November 9, 2023 @ 04:22 PM','','wc-cancelled','open','closed','wc_order_vDba7QDXP4oTg','order-nov-09-2023-0422-pm','','','2023-11-09 16:23:36','2023-11-09 16:23:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2265',0,'shop_order','',1),(2266,1,'2023-11-09 16:23:54','2023-11-09 16:23:54','','Order &ndash; November 9, 2023 @ 04:23 PM','','wc-completed','closed','closed','wc_order_u75IYRcfQoByr','order-nov-09-2023-0423-pm','','','2023-11-09 22:51:42','2023-11-09 22:51:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2266',0,'shop_order','',3),(2267,2,'2023-11-09 16:59:59','2023-11-09 16:59:59','','Active Rinse 8oz 100%<br>(Case of 12)','8oz of 100% dimethicone oil\n\n<strong>Case of 12 Bottles</strong>','inherit','closed','closed','','2110-autosave-v1','','','2023-11-09 16:59:59','2023-11-09 16:59:59','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2267',0,'revision','',0),(2268,1,'2023-11-09 21:40:55','2023-11-09 21:40:55','','Order &ndash; November 9, 2023 @ 09:40 PM','','wc-completed','closed','closed','wc_order_a95YXJG0YFOGg','order-nov-09-2023-0940-pm','','','2023-11-11 00:07:06','2023-11-11 00:07:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2268',0,'shop_order','',3),(2269,1,'2023-11-09 21:46:39','2023-11-09 21:46:39','','Order &ndash; November 9, 2023 @ 09:46 PM','Please make sure all the active rinse are 100%. Ship to Portland office, door code is 4455','wc-completed','closed','closed','wc_order_1DvDzdkJxKjjK','order-nov-09-2023-0946-pm','','','2023-11-11 00:08:05','2023-11-11 00:08:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2269',0,'shop_order','',3),(2270,1,'2023-11-09 22:11:57','2023-11-09 22:11:57','','Order &ndash; November 9, 2023 @ 10:11 PM','','wc-completed','closed','closed','wc_order_jambI7Ll04oTz','order-nov-09-2023-1011-pm','','','2023-11-11 00:09:41','2023-11-11 00:09:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2270',0,'shop_order','',3),(2271,1,'2023-11-09 22:29:24','2023-11-09 22:29:24','','Order &ndash; November 9, 2023 @ 10:29 PM','Tacoma Clinic','wc-completed','closed','closed','wc_order_TsnsHT267wjru','order-nov-09-2023-1029-pm','','','2023-11-11 00:10:41','2023-11-11 00:10:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2271',0,'shop_order','',3),(2272,1,'2023-11-09 22:52:13','2023-11-09 22:52:13','','Order &ndash; November 9, 2023 @ 10:52 PM','','wc-completed','closed','closed','wc_order_Hb18yCCl2oFn0','order-nov-09-2023-1052-pm','','','2023-11-11 00:13:20','2023-11-11 00:13:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2272',0,'shop_order','',3),(2273,1,'2023-11-10 16:00:10','2023-11-10 16:00:10','','Order &ndash; November 10, 2023 @ 04:00 PM','','wc-completed','closed','closed','wc_order_uE8SW5OJ6Hg2K','order-nov-10-2023-0400-pm','','','2023-11-11 00:09:00','2023-11-11 00:09:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2273',0,'shop_order','',3),(2274,1,'2023-11-10 17:27:03','2023-11-10 17:27:03','','Order &ndash; November 10, 2023 @ 05:27 PM','','wc-completed','closed','closed','wc_order_3022UKxdHFhSH','order-nov-10-2023-0527-pm','','','2023-11-15 19:19:11','2023-11-15 19:19:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2274',0,'shop_order','',3),(2275,1,'2023-11-10 19:39:05','2023-11-10 19:39:05','','Order &ndash; November 10, 2023 @ 07:39 PM','','wc-completed','closed','closed','wc_order_TuumGQKLctkOk','order-nov-10-2023-0739-pm','','','2023-11-11 00:12:41','2023-11-11 00:12:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2275',0,'shop_order','',3),(2276,1,'2023-11-11 05:14:34','2023-11-11 05:14:34','','Order &ndash; November 11, 2023 @ 05:14 AM','','wc-completed','closed','closed','wc_order_YbN1pYUJ5x2GK','order-nov-11-2023-0514-am','','','2023-11-13 17:25:21','2023-11-13 17:25:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2276',0,'shop_order','',3),(2277,1,'2023-11-13 12:56:54','2023-11-13 12:56:54','','Order &ndash; November 13, 2023 @ 12:56 PM','','wc-completed','closed','closed','wc_order_Sxb2rSY98PJ8C','order-nov-13-2023-1256-pm','','','2023-11-13 21:12:04','2023-11-13 21:12:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2277',0,'shop_order','',3),(2278,1,'2023-11-13 14:35:57','2023-11-13 14:35:57','','Order &ndash; November 13, 2023 @ 02:35 PM','','wc-completed','closed','closed','wc_order_MsmDKnGPMxCuw','order-nov-13-2023-0235-pm','','','2023-11-13 21:09:38','2023-11-13 21:09:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2278',0,'shop_order','',3),(2279,1,'2023-11-13 16:51:03','2023-11-13 16:51:03','','Order &ndash; November 13, 2023 @ 04:51 PM','','wc-completed','closed','closed','wc_order_hif1tryD9K0dM','order-nov-13-2023-0451-pm','','','2023-11-13 21:04:52','2023-11-13 21:04:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2279',0,'shop_order','',3),(2284,1,'2023-11-14 01:35:03','2023-11-14 01:35:03','','Order &ndash; November 14, 2023 @ 01:35 AM','','wc-completed','closed','closed','wc_order_3cEzowAYBnznc','order-nov-14-2023-0135-am','','','2023-11-15 19:20:11','2023-11-15 19:20:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2284',0,'shop_order','',3),(2285,1,'2023-11-14 20:38:37','2023-11-14 20:38:37','','Order &ndash; November 14, 2023 @ 08:38 PM','','wc-completed','closed','closed','wc_order_3dNNGuOocjLFp','order-nov-14-2023-0838-pm','','','2023-11-15 17:40:06','2023-11-15 17:40:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2285',0,'shop_order','',3),(2286,1,'2023-11-14 21:29:09','2023-11-14 21:29:09','','Order &ndash; November 14, 2023 @ 09:29 PM','','wc-completed','closed','closed','wc_order_P09VRx59dXz0O','order-nov-14-2023-0929-pm','','','2023-11-15 17:36:44','2023-11-15 17:36:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2286',0,'shop_order','',3),(2287,1,'2023-11-15 16:31:15','2023-11-15 16:31:15','','Order &ndash; November 15, 2023 @ 04:31 PM','Please leave on front porch if not home.','wc-completed','closed','closed','wc_order_LfFCX164TdcqC','order-nov-15-2023-0431-pm','','','2023-11-15 19:16:09','2023-11-15 19:16:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2287',0,'shop_order','',3),(2288,1,'2023-11-15 16:52:07','2023-11-15 16:52:07','','Order &ndash; November 15, 2023 @ 04:52 PM','','wc-completed','closed','closed','wc_order_SKBeRZNQEnBso','order-nov-15-2023-0452-pm','','','2023-11-15 19:40:50','2023-11-15 19:40:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2288',0,'shop_order','',3),(2289,1,'2023-11-15 17:21:19','2023-11-15 17:21:19','','Order &ndash; November 15, 2023 @ 05:21 PM','','wc-completed','closed','closed','wc_order_LmJKVLSICzV8j','order-nov-15-2023-0521-pm','','','2023-11-15 19:39:08','2023-11-15 19:39:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2289',0,'shop_order','',3),(2290,1,'2023-11-15 17:43:41','2023-11-15 17:43:41','','Order &ndash; November 15, 2023 @ 05:43 PM','','wc-completed','closed','closed','wc_order_CwfCOBYIqzgo9','order-nov-15-2023-0543-pm','','','2023-11-15 19:40:04','2023-11-15 19:40:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2290',0,'shop_order','',3),(2291,1,'2023-11-15 20:54:33','2023-11-15 20:54:33','','Order &ndash; November 15, 2023 @ 08:54 PM','','wc-completed','closed','closed','wc_order_QIDVYYwVzsjbD','order-nov-15-2023-0854-pm','','','2023-11-21 00:22:31','2023-11-21 00:22:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2291',0,'shop_order','',5),(2292,1,'2023-11-16 13:09:29','2023-11-16 13:09:29','','Order &ndash; November 16, 2023 @ 01:09 PM','','wc-completed','closed','closed','wc_order_12L0wh1uqBY7b','order-nov-16-2023-0109-pm','','','2023-11-21 00:18:21','2023-11-21 00:18:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2292',0,'shop_order','',7),(2293,1,'2023-11-16 16:37:48','2023-11-16 16:37:48','','Order &ndash; November 16, 2023 @ 04:37 PM','','wc-completed','closed','closed','wc_order_4m9TUogLjiYGD','order-nov-16-2023-0437-pm','','','2023-11-17 14:05:19','2023-11-17 14:05:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2293',0,'shop_order','',3),(2294,1,'2023-11-16 23:24:31','2023-11-16 23:24:31','','Order &ndash; November 16, 2023 @ 11:24 PM','PLEASE LEAVE BY SIDE DOOR IF NO ONE PRESENT.','wc-completed','closed','closed','wc_order_xjN5eNw5GxCeZ','order-nov-16-2023-1124-pm','','','2023-11-17 20:46:45','2023-11-17 20:46:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2294',0,'shop_order','',3),(2295,1,'2023-11-17 01:16:52','2023-11-17 01:16:52','','Order &ndash; November 17, 2023 @ 01:16 AM','','wc-completed','closed','closed','wc_order_6wJd0DDLAqWoa','order-nov-17-2023-0116-am','','','2023-11-17 20:47:15','2023-11-17 20:47:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2295',0,'shop_order','',3),(2296,1,'2023-11-17 15:43:33','2023-11-17 15:43:33','','Order &ndash; November 17, 2023 @ 03:43 PM','','wc-completed','closed','closed','wc_order_cBDHhq4sAIVdm','order-nov-17-2023-0343-pm','','','2023-11-17 20:48:17','2023-11-17 20:48:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2296',0,'shop_order','',3),(2297,1,'2023-11-17 21:58:22','2023-11-17 21:58:22','','Order &ndash; November 17, 2023 @ 09:58 PM','','wc-completed','closed','closed','wc_order_8RVjjqxv94Fr3','order-nov-17-2023-0958-pm','','','2023-11-21 00:19:08','2023-11-21 00:19:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2297',0,'shop_order','',3),(2298,1,'2023-11-18 21:25:17','2023-11-18 21:25:17','','Order &ndash; November 18, 2023 @ 09:25 PM','','wc-completed','closed','closed','wc_order_aRZNPRs0tU0NO','order-nov-18-2023-0925-pm','','','2023-11-22 22:10:57','2023-11-22 22:10:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2298',0,'shop_order','',3),(2299,1,'2023-11-20 15:24:14','2023-11-20 15:24:14','','Order &ndash; November 20, 2023 @ 03:24 PM','','wc-completed','closed','closed','wc_order_oS5vUjtf6c8nP','order-nov-20-2023-0324-pm','','','2023-11-21 00:21:15','2023-11-21 00:21:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2299',0,'shop_order','',3),(2300,1,'2023-11-20 15:49:52','2023-11-20 15:49:52','','Order &ndash; November 20, 2023 @ 03:49 PM','','wc-completed','closed','closed','wc_order_W6YFeQmafwSrQ','order-nov-20-2023-0349-pm','','','2023-11-21 00:20:04','2023-11-21 00:20:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2300',0,'shop_order','',3),(2301,1,'2023-11-21 16:27:27','2023-11-21 16:27:27','','Order &ndash; November 21, 2023 @ 04:27 PM','','wc-completed','closed','closed','wc_order_ASvh6FO2pUUTj','order-nov-21-2023-0427-pm','','','2023-11-22 15:54:18','2023-11-22 15:54:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2301',0,'shop_order','',3),(2302,1,'2023-11-22 00:39:15','2023-11-22 00:39:15','','Order &ndash; November 22, 2023 @ 12:39 AM','','wc-completed','closed','closed','wc_order_2J0EfERcUGy9g','order-nov-22-2023-1239-am','','','2023-11-22 22:07:57','2023-11-22 22:07:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2302',0,'shop_order','',3),(2303,1,'2023-11-22 18:15:25','2023-11-22 18:15:25','','Order &ndash; November 22, 2023 @ 06:15 PM','','wc-completed','closed','closed','wc_order_4VWyLF0tLiIbf','order-nov-22-2023-0615-pm','','','2023-11-27 19:16:57','2023-11-27 19:16:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2303',0,'shop_order','',5),(2304,1,'2023-11-22 19:54:10','2023-11-22 19:54:10','','Order &ndash; November 22, 2023 @ 07:54 PM','','wc-completed','closed','closed','wc_order_t80tr3hopc0fZ','order-nov-22-2023-0754-pm','','','2023-11-22 22:11:40','2023-11-22 22:11:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2304',0,'shop_order','',3),(2305,1,'2023-11-25 02:56:00','2023-11-25 02:56:00','','Order &ndash; November 25, 2023 @ 02:56 AM','','wc-completed','closed','closed','wc_order_ErqMThsGfGqnf','order-nov-25-2023-0256-am','','','2023-11-27 19:16:07','2023-11-27 19:16:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2305',0,'shop_order','',3),(2306,1,'2023-11-26 12:30:29','2023-11-26 12:30:29','','Order &ndash; November 26, 2023 @ 12:30 PM','','wc-completed','closed','closed','wc_order_KPjZN6xJeRP0C','order-nov-26-2023-1230-pm','','','2023-11-27 19:14:56','2023-11-27 19:14:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2306',0,'shop_order','',3),(2307,1,'2023-11-26 20:05:24','2023-11-26 20:05:24','','Order &ndash; November 26, 2023 @ 08:05 PM','','wc-completed','closed','closed','wc_order_dmnzithaggmAg','order-nov-26-2023-0805-pm','','','2023-11-28 17:18:10','2023-11-28 17:18:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2307',0,'shop_order','',3),(2308,1,'2023-11-28 04:05:23','2023-11-28 04:05:23','','Order &ndash; November 28, 2023 @ 04:05 AM','','wc-completed','closed','closed','wc_order_fHeCLtuV8CrYr','order-nov-28-2023-0405-am','','','2023-11-30 19:09:52','2023-11-30 19:09:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2308',0,'shop_order','',3),(2309,1,'2023-11-28 18:15:52','2023-11-28 18:15:52','','Order &ndash; November 28, 2023 @ 06:15 PM','','wc-completed','closed','closed','wc_order_AAScpxGf5KHzR','order-nov-28-2023-0615-pm','','','2023-11-30 16:56:34','2023-11-30 16:56:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2309',0,'shop_order','',3),(2310,1,'2023-11-28 18:21:58','2023-11-28 18:21:58','','Order &ndash; November 28, 2023 @ 06:21 PM','','wc-completed','closed','closed','wc_order_eiTB5bnyfPWDf','order-nov-28-2023-0621-pm','','','2023-11-30 16:55:32','2023-11-30 16:55:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2310',0,'shop_order','',3),(2311,1,'2023-11-29 03:31:41','2023-11-29 03:31:41','','Order &ndash; November 29, 2023 @ 03:31 AM','please deliver directly to suite','wc-completed','closed','closed','wc_order_vFpYKH04t5pFh','order-nov-29-2023-0331-am','','','2023-11-30 16:49:57','2023-11-30 16:49:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2311',0,'shop_order','',3),(2312,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2312',0,'revision','',0),(2313,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2313',0,'revision','',0),(2314,2,'2023-11-29 16:57:19','2023-11-29 16:57:19','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:57:19','2023-11-29 16:57:19','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2314',0,'revision','',0),(2315,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2315',0,'revision','',0),(2316,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2316',0,'revision','',0),(2317,2,'2023-11-29 16:59:22','2023-11-29 16:59:22','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-11-29 16:59:22','2023-11-29 16:59:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2317',0,'revision','',0),(2318,1,'2023-11-29 17:59:18','2023-11-29 17:59:18','','Order &ndash; November 29, 2023 @ 05:59 PM','','wc-completed','closed','closed','wc_order_71sXxNLmX5aN7','order-nov-29-2023-0559-pm','','','2023-11-30 16:49:23','2023-11-30 16:49:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2318',0,'shop_order','',3),(2319,1,'2023-12-01 00:09:10','2023-12-01 00:09:10','','Order &ndash; December 1, 2023 @ 12:09 AM','','wc-on-hold','closed','closed','wc_order_YVriRoAG9A6lR','order-dec-01-2023-1209-am','','','2023-12-11 16:31:34','2023-12-11 16:31:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2319',0,'shop_order','',4),(2320,1,'2023-12-01 14:59:19','2023-12-01 14:59:19','','Order &ndash; December 1, 2023 @ 02:59 PM','','wc-completed','closed','closed','wc_order_MvhQv7aURf69R','order-dec-01-2023-0259-pm','','','2023-12-02 00:11:20','2023-12-02 00:11:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2320',0,'shop_order','',3),(2321,1,'2023-12-01 15:54:49','2023-12-01 15:54:49','','Order &ndash; December 1, 2023 @ 03:54 PM','','wc-completed','closed','closed','wc_order_P3VIXqsCKOnyF','order-dec-01-2023-0354-pm','','','2023-12-02 00:11:54','2023-12-02 00:11:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2321',0,'shop_order','',3),(2322,2,'2023-12-01 17:15:48','2023-12-01 17:15:48','','6 pack Empty Rinse 8oz Bottles','Empty 8oz bottles','inherit','closed','closed','','101-autosave-v1','','','2023-12-01 17:15:48','2023-12-01 17:15:48','',101,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2322',0,'revision','',0),(2323,2,'2023-12-01 17:16:26','2023-12-01 17:16:26','','6 Pack Empty Foamer 8oz Bottle','Empty 8oz bottles','inherit','closed','closed','','103-autosave-v1','','','2023-12-01 17:16:26','2023-12-01 17:16:26','',103,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2323',0,'revision','',0),(2324,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2324',0,'revision','',0),(2325,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2325',0,'revision','',0),(2326,2,'2023-12-01 17:18:13','2023-12-01 17:18:13','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 17:18:13','2023-12-01 17:18:13','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2326',0,'revision','',0),(2327,2,'2023-12-01 18:33:57','2023-12-01 18:33:57','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:57','2023-12-01 18:33:57','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2327',0,'revision','',0),(2328,2,'2023-12-01 18:33:57','2023-12-01 18:33:57','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:57','2023-12-01 18:33:57','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2328',0,'revision','',0),(2329,2,'2023-12-01 18:33:58','2023-12-01 18:33:58','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2023-12-01 18:33:58','2023-12-01 18:33:58','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2329',0,'revision','',0),(2330,1,'2023-12-01 23:59:30','2023-12-01 23:59:30','','Order &ndash; December 1, 2023 @ 11:59 PM','','wc-completed','closed','closed','wc_order_OWOcOTmZ9WgyF','order-dec-01-2023-1159-pm','','','2023-12-05 01:02:41','2023-12-05 01:02:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2330',0,'shop_order','',3),(2331,1,'2023-12-02 01:39:49','2023-12-02 01:39:49','','Order &ndash; December 2, 2023 @ 01:39 AM','','wc-completed','closed','closed','wc_order_9KVwCurzGAGO6','order-dec-02-2023-0139-am','','','2023-12-05 01:02:05','2023-12-05 01:02:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2331',0,'shop_order','',3),(2332,1,'2023-12-04 02:58:46','2023-12-04 02:58:46','','Order &ndash; December 4, 2023 @ 02:58 AM','','wc-completed','closed','closed','wc_order_VAEfxS2QsBotl','order-dec-04-2023-0258-am','','','2023-12-05 00:58:58','2023-12-05 00:58:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2332',0,'shop_order','',3),(2333,1,'2023-12-04 23:08:15','2023-12-04 23:08:15','','Order &ndash; December 4, 2023 @ 11:08 PM','','wc-completed','closed','closed','wc_order_2l9HYmkxoFr0h','order-dec-04-2023-1108-pm','','','2023-12-06 16:04:32','2023-12-06 16:04:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2333',0,'shop_order','',3),(2334,1,'2023-12-05 16:37:48','2023-12-05 16:37:48','','Order &ndash; December 5, 2023 @ 04:37 PM','','wc-completed','closed','closed','wc_order_XtIjdMDjxevNL','order-dec-05-2023-0437-pm','','','2023-12-06 16:05:25','2023-12-06 16:05:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2334',0,'shop_order','',3),(2335,1,'2023-12-06 01:31:57','2023-12-06 01:31:57','','Order &ndash; December 6, 2023 @ 01:31 AM','','wc-completed','closed','closed','wc_order_AMxT1rZNiSLzR','order-dec-06-2023-0131-am','','','2023-12-06 19:40:51','2023-12-06 19:40:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2335',0,'shop_order','',3),(2336,1,'2023-12-07 15:12:51','2023-12-07 15:12:51','','Order &ndash; December 7, 2023 @ 03:12 PM','','wc-completed','closed','closed','wc_order_KB3YxiV94sL7d','order-dec-07-2023-0312-pm','','','2023-12-08 19:50:31','2023-12-08 19:50:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2336',0,'shop_order','',3),(2337,1,'2023-12-07 15:44:58','2023-12-07 15:44:58','','Order &ndash; December 7, 2023 @ 03:44 PM','please deliver directly to suite 310','wc-completed','closed','closed','wc_order_Fy66SaCQPI8SM','order-dec-07-2023-0344-pm','','','2023-12-08 19:31:05','2023-12-08 19:31:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2337',0,'shop_order','',3),(2338,1,'2023-12-08 15:14:57','2023-12-08 15:14:57','','Order &ndash; December 8, 2023 @ 03:14 PM','','wc-completed','closed','closed','wc_order_xenYkF8NTinGv','order-dec-08-2023-0314-pm','','','2023-12-13 19:14:35','2023-12-13 19:14:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2338',0,'shop_order','',3),(2339,1,'2023-12-08 17:09:46','2023-12-08 17:09:46','','Order &ndash; December 8, 2023 @ 05:09 PM','','wc-cancelled','open','closed','wc_order_dfCZQmlqaY8LX','order-dec-08-2023-0509-pm','','','2023-12-08 17:09:58','2023-12-08 17:09:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2339',0,'shop_order','',1),(2340,1,'2023-12-08 17:10:55','2023-12-08 17:10:55','','Order &ndash; December 8, 2023 @ 05:10 PM','','wc-completed','closed','closed','wc_order_VD7PliMlwuX3i','order-dec-08-2023-0510-pm','','','2023-12-11 22:45:28','2023-12-11 22:45:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2340',0,'shop_order','',3),(2341,1,'2023-12-08 17:45:01','2023-12-08 17:45:01','','Order &ndash; December 8, 2023 @ 05:45 PM','','wc-completed','closed','closed','wc_order_ROYTEUJxJ2s4G','order-dec-08-2023-0545-pm','','','2023-12-11 22:44:25','2023-12-11 22:44:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2341',0,'shop_order','',3),(2342,1,'2023-12-11 13:51:46','2023-12-11 13:51:46','','Order &ndash; December 11, 2023 @ 01:51 PM','','wc-completed','closed','closed','wc_order_OGoKwk0p15Wz8','order-dec-11-2023-0151-pm','','','2023-12-11 22:35:52','2023-12-11 22:35:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2342',0,'shop_order','',3),(2343,1,'2023-12-12 20:29:24','2023-12-12 20:29:24','','Order &ndash; December 12, 2023 @ 08:29 PM','','wc-completed','closed','closed','wc_order_QoNIBKdRTMnob','order-dec-12-2023-0829-pm','','','2023-12-13 19:14:31','2023-12-13 19:14:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2343',0,'shop_order','',3),(2344,1,'2023-12-12 21:27:53','2023-12-12 21:27:53','','Order &ndash; December 12, 2023 @ 09:27 PM','','wc-completed','closed','closed','wc_order_JYhUOnJYQYXKN','order-dec-12-2023-0927-pm','','','2023-12-13 20:59:23','2023-12-13 20:59:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2344',0,'shop_order','',5),(2345,1,'2023-12-12 21:48:25','2023-12-12 21:48:25','','Order &ndash; December 12, 2023 @ 09:48 PM','','wc-completed','closed','closed','wc_order_cj4SjPsq37Vye','order-dec-12-2023-0948-pm','','','2023-12-13 19:12:29','2023-12-13 19:12:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2345',0,'shop_order','',3),(2346,1,'2023-12-12 22:51:14','2023-12-12 22:51:14','','Order &ndash; December 12, 2023 @ 10:51 PM','','wc-refunded','open','closed','wc_order_cDNPyvZsMCjf0','order-dec-12-2023-1051-pm','','','2023-12-13 19:08:56','2023-12-13 19:08:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2346',0,'shop_order','',4),(2347,1,'2023-12-13 18:11:35','2023-12-13 18:11:35','','Order &ndash; December 13, 2023 @ 06:11 PM','','wc-completed','closed','closed','wc_order_0VQgoSWk8oLt9','order-dec-13-2023-0611-pm','','','2023-12-13 22:04:17','2023-12-13 22:04:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2347',0,'shop_order','',3),(2348,1,'2023-12-13 19:08:54','2023-12-13 19:08:54','','Refund &ndash; Dec 13, 2023 @ 07:08 PM','','wc-completed','closed','closed','wc_order_ndMeARNhPSd1s','refund-dec-13-2023-0708-pm','','','2023-12-13 19:08:54','2023-12-13 19:08:54','',2346,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2348',0,'shop_order_refund','',0),(2349,1,'2023-12-13 19:24:05','2023-12-13 19:24:05','','Order &ndash; December 13, 2023 @ 07:24 PM','','wc-completed','closed','closed','wc_order_9Qz1aIfpqSt6Y','order-dec-13-2023-0724-pm','','','2023-12-28 15:10:30','2023-12-28 15:10:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2349',0,'shop_order','',3),(2350,1,'2023-12-13 19:29:39','2023-12-13 19:29:39','','Order &ndash; December 13, 2023 @ 07:29 PM','Can leave on front porch','wc-completed','closed','closed','wc_order_vHmmHSrbFSIV5','order-dec-13-2023-0729-pm','','','2023-12-13 22:02:40','2023-12-13 22:02:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2350',0,'shop_order','',3),(2351,1,'2023-12-13 19:33:24','2023-12-13 19:33:24','','Order &ndash; December 13, 2023 @ 07:33 PM','If Suite is locked, please leave outside our door inside building. Do not leave outside.','wc-completed','closed','closed','wc_order_DA6DMuSzQbp2L','order-dec-13-2023-0733-pm','','','2023-12-13 22:04:59','2023-12-13 22:04:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2351',0,'shop_order','',3),(2352,1,'2023-12-13 19:56:17','2023-12-13 19:56:17','','Order &ndash; December 13, 2023 @ 07:56 PM','','wc-completed','closed','closed','wc_order_sk76YK8vGEDh0','order-dec-13-2023-0756-pm','','','2023-12-14 23:14:07','2023-12-14 23:14:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2352',0,'shop_order','',5),(2353,1,'2023-12-13 19:57:14','2023-12-13 19:57:14','','Order &ndash; December 13, 2023 @ 07:57 PM','','wc-completed','closed','closed','wc_order_HukOwCAsz4Pak','order-dec-13-2023-0757-pm','','','2023-12-14 19:05:08','2023-12-14 19:05:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2353',0,'shop_order','',5),(2354,1,'2023-12-13 20:47:58','2023-12-13 20:47:58','','Order &ndash; December 13, 2023 @ 08:47 PM','','wc-completed','closed','closed','wc_order_r1tGduavyNa84','order-dec-13-2023-0847-pm','','','2023-12-21 19:19:20','2023-12-21 19:19:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2354',0,'shop_order','',6),(2355,1,'2023-12-13 22:58:30','2023-12-13 22:58:30','','Order &ndash; December 13, 2023 @ 10:58 PM','','wc-completed','closed','closed','wc_order_xQIVrQkv5zpM5','order-dec-13-2023-1058-pm','','','2023-12-14 19:07:19','2023-12-14 19:07:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2355',0,'shop_order','',3),(2356,1,'2023-12-14 15:36:39','2023-12-14 15:36:39','','Order &ndash; December 14, 2023 @ 03:36 PM','Please leave package if no one present.','wc-completed','closed','closed','wc_order_fTfWr38BcHgAq','order-dec-14-2023-0336-pm','','','2023-12-14 23:18:22','2023-12-14 23:18:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2356',0,'shop_order','',3),(2357,1,'2023-12-14 23:23:32','2023-12-14 23:23:32','','Order &ndash; December 14, 2023 @ 11:23 PM','','wc-completed','closed','closed','wc_order_qkG7j2gAov3bz','order-dec-14-2023-1123-pm','','','2023-12-15 23:46:16','2023-12-15 23:46:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2357',0,'shop_order','',3),(2358,1,'2023-12-15 14:19:58','2023-12-15 14:19:58','','Order &ndash; December 15, 2023 @ 02:19 PM','','wc-completed','closed','closed','wc_order_tQqAM6xvE7KVF','order-dec-15-2023-0219-pm','','','2023-12-28 15:10:54','2023-12-28 15:10:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2358',0,'shop_order','',3),(2359,1,'2023-12-15 18:42:56','2023-12-15 18:42:56','','Order &ndash; December 15, 2023 @ 06:42 PM','','wc-completed','closed','closed','wc_order_xsMdUdst73NM2','order-dec-15-2023-0642-pm','','','2023-12-15 23:47:45','2023-12-15 23:47:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2359',0,'shop_order','',3),(2360,1,'2023-12-15 18:45:48','2023-12-15 18:45:48','','Order &ndash; December 15, 2023 @ 06:45 PM','','wc-completed','closed','closed','wc_order_p4sWKtxXtBOYs','order-dec-15-2023-0645-pm','','','2023-12-15 23:47:13','2023-12-15 23:47:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2360',0,'shop_order','',3),(2361,1,'2023-12-15 21:09:46','2023-12-15 21:09:46','','Order &ndash; December 15, 2023 @ 09:09 PM','','wc-completed','closed','closed','wc_order_UDkGYsEX7eVRm','order-dec-15-2023-0909-pm','','','2023-12-18 22:50:05','2023-12-18 22:50:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2361',0,'shop_order','',3),(2362,1,'2023-12-18 22:40:03','2023-12-18 22:40:03','','Order &ndash; December 18, 2023 @ 10:40 PM','Ship to Portland office, if door is lock use door code #4455','wc-completed','closed','closed','wc_order_mhIlT2CmzhVoX','order-dec-18-2023-1040-pm','','','2023-12-21 19:24:04','2023-12-21 19:24:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2362',0,'shop_order','',3),(2363,1,'2023-12-18 23:11:53','2023-12-18 23:11:53','','Order &ndash; December 18, 2023 @ 11:11 PM','','wc-completed','closed','closed','wc_order_XKsBqoFjhis7A','order-dec-18-2023-1111-pm','','','2023-12-21 19:25:00','2023-12-21 19:25:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2363',0,'shop_order','',3),(2364,1,'2023-12-19 14:39:17','2023-12-19 14:39:17','','Order &ndash; December 19, 2023 @ 02:39 PM','','wc-completed','closed','closed','wc_order_3bPMdgaL2IyIm','order-dec-19-2023-0239-pm','','','2023-12-21 19:22:31','2023-12-21 19:22:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2364',0,'shop_order','',3),(2365,1,'2023-12-19 19:41:24','2023-12-19 19:41:24','','Order &ndash; December 19, 2023 @ 07:41 PM','','wc-completed','closed','closed','wc_order_kXzNUBofPYbXP','order-dec-19-2023-0741-pm','','','2023-12-21 19:23:08','2023-12-21 19:23:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2365',0,'shop_order','',3),(2366,1,'2023-12-20 13:42:52','2023-12-20 13:42:52','','Order &ndash; December 20, 2023 @ 01:42 PM','','wc-completed','closed','closed','wc_order_824uk2ws1HIZt','order-dec-20-2023-0142-pm','','','2023-12-21 19:20:49','2023-12-21 19:20:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2366',0,'shop_order','',3),(2367,1,'2023-12-20 15:07:49','2023-12-20 15:07:49','','Order &ndash; December 20, 2023 @ 03:07 PM','','wc-completed','closed','closed','wc_order_n211ecvCvuq8A','order-dec-20-2023-0307-pm','','','2023-12-21 19:21:28','2023-12-21 19:21:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2367',0,'shop_order','',3),(2368,1,'2023-12-21 17:18:06','2023-12-21 17:18:06','','Order &ndash; December 21, 2023 @ 05:18 PM','','wc-completed','closed','closed','wc_order_hWV86puVZksHz','order-dec-21-2023-0518-pm','','','2023-12-28 15:11:48','2023-12-28 15:11:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2368',0,'shop_order','',3),(2369,1,'2023-12-21 17:26:52','2023-12-21 17:26:52','','Order &ndash; December 21, 2023 @ 05:26 PM','','wc-completed','closed','closed','wc_order_znbn4tUbNrHur','order-dec-21-2023-0526-pm','','','2023-12-28 15:13:22','2023-12-28 15:13:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2369',0,'shop_order','',3),(2370,1,'2023-12-21 20:07:07','2023-12-21 20:07:07','','Order &ndash; December 21, 2023 @ 08:07 PM','','wc-completed','closed','closed','wc_order_70wicLJf2FXkM','order-dec-21-2023-0807-pm','','','2023-12-28 15:09:48','2023-12-28 15:09:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2370',0,'shop_order','',3),(2371,1,'2023-12-25 14:21:48','2023-12-25 14:21:48','','Order &ndash; December 25, 2023 @ 02:21 PM','Please leave boxes in back of building by parking lot door if no one present in clinic','wc-completed','closed','closed','wc_order_tbPf11JFIaKtL','order-dec-25-2023-0221-pm','','','2023-12-28 15:08:02','2023-12-28 15:08:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2371',0,'shop_order','',3),(2372,1,'2023-12-26 18:02:19','2023-12-26 18:02:19','','Order &ndash; December 26, 2023 @ 06:02 PM','','wc-completed','closed','closed','wc_order_fCfAG39uSwQlv','order-dec-26-2023-0602-pm','','','2023-12-28 15:06:48','2023-12-28 15:06:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2372',0,'shop_order','',3),(2373,1,'2023-12-28 14:36:43','2023-12-28 14:36:43','','Order &ndash; December 28, 2023 @ 02:36 PM','','wc-completed','closed','closed','wc_order_YnZ7YfgOXEFxi','order-dec-28-2023-0236-pm','','','2023-12-29 03:12:41','2023-12-29 03:12:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2373',0,'shop_order','',3),(2374,1,'2023-12-28 23:19:15','2023-12-28 23:19:15','','Order &ndash; December 28, 2023 @ 11:19 PM','','wc-completed','closed','closed','wc_order_7qtntz6xxEyWT','order-dec-28-2023-1119-pm','','','2024-01-02 18:43:07','2024-01-02 18:43:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2374',0,'shop_order','',3),(2375,1,'2023-12-28 23:39:46','2023-12-28 23:39:46','','Order &ndash; December 28, 2023 @ 11:39 PM','','wc-completed','closed','closed','wc_order_P8KmFfJPdFAUS','order-dec-28-2023-1139-pm','','','2024-01-02 18:41:30','2024-01-02 18:41:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2375',0,'shop_order','',3),(2376,1,'2023-12-29 02:39:59','2023-12-29 02:39:59','','Order &ndash; December 29, 2023 @ 02:39 AM','','wc-completed','closed','closed','wc_order_3ZBYntTF2hecW','order-dec-29-2023-0239-am','','','2024-01-02 19:10:51','2024-01-02 19:10:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2376',0,'shop_order','',3),(2377,1,'2023-12-30 19:51:40','2023-12-30 19:51:40','','Order &ndash; December 30, 2023 @ 07:51 PM','','wc-completed','closed','closed','wc_order_oK5oNAUwi6vqW','order-dec-30-2023-0751-pm','','','2024-01-02 19:13:21','2024-01-02 19:13:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2377',0,'shop_order','',3),(2378,1,'2023-12-30 21:48:03','2023-12-30 21:48:03','','Order &ndash; December 30, 2023 @ 09:48 PM','','wc-completed','closed','closed','wc_order_p5lghLFyo1qOq','order-dec-30-2023-0948-pm','','','2024-01-02 19:11:46','2024-01-02 19:11:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2378',0,'shop_order','',3),(2379,1,'2024-01-01 00:28:18','2024-01-01 00:28:18','','Order &ndash; January 1, 2024 @ 12:28 AM','','wc-completed','closed','closed','wc_order_OT6FGxzQevh8S','order-jan-01-2024-1228-am','','','2024-01-02 21:02:54','2024-01-02 21:02:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2379',0,'shop_order','',3),(2380,1,'2024-01-02 03:20:29','2024-01-02 03:20:29','','Order &ndash; January 2, 2024 @ 03:20 AM','','wc-completed','closed','closed','wc_order_ZXbEDkSB37t89','order-jan-02-2024-0320-am','','','2024-01-02 21:01:41','2024-01-02 21:01:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2380',0,'shop_order','',3),(2381,1,'2024-01-02 15:37:52','2024-01-02 15:37:52','','Order &ndash; January 2, 2024 @ 03:37 PM','','wc-completed','closed','closed','wc_order_lsYeAPZ7IsBNz','order-jan-02-2024-0337-pm','','','2024-01-02 21:56:22','2024-01-02 21:56:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2381',0,'shop_order','',3),(2382,1,'2024-01-02 16:06:12','2024-01-02 16:06:12','','Order &ndash; January 2, 2024 @ 04:06 PM','','wc-completed','closed','closed','wc_order_2kxXZlaHjw15N','order-jan-02-2024-0406-pm','','','2024-01-03 18:07:43','2024-01-03 18:07:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2382',0,'shop_order','',3),(2383,1,'2024-01-02 16:57:04','2024-01-02 16:57:04','','Order &ndash; January 2, 2024 @ 04:57 PM','','wc-completed','closed','closed','wc_order_U1TRtz78Om7uF','order-jan-02-2024-0457-pm','','','2024-01-09 20:08:29','2024-01-09 20:08:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2383',0,'shop_order','',5),(2384,1,'2024-01-02 20:46:01','2024-01-02 20:46:01','','Order &ndash; January 2, 2024 @ 08:46 PM','','wc-completed','closed','closed','wc_order_RQ817En1G6WUJ','order-jan-02-2024-0846-pm','','','2024-01-03 18:03:16','2024-01-03 18:03:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2384',0,'shop_order','',3),(2385,1,'2024-01-03 20:40:32','2024-01-03 20:40:32','','Order &ndash; January 3, 2024 @ 08:40 PM','','wc-completed','closed','closed','wc_order_nXNGON4lu94P8','order-jan-03-2024-0840-pm','','','2024-01-05 19:13:40','2024-01-05 19:13:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2385',0,'shop_order','',3),(2386,1,'2024-01-04 14:41:40','2024-01-04 14:41:40','','Order &ndash; January 4, 2024 @ 02:41 PM','','wc-completed','closed','closed','wc_order_KxP8M8NsBBYLr','order-jan-04-2024-0241-pm','','','2024-01-05 19:11:01','2024-01-05 19:11:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2386',0,'shop_order','',3),(2387,1,'2024-01-04 16:43:49','2024-01-04 16:43:49','','Order &ndash; January 4, 2024 @ 04:43 PM','','wc-completed','closed','closed','wc_order_TU1pPV7tvp6IE','order-jan-04-2024-0443-pm','','','2024-01-05 18:57:54','2024-01-05 18:57:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2387',0,'shop_order','',3),(2388,1,'2024-01-04 23:08:57','2024-01-04 23:08:57','','Order &ndash; January 4, 2024 @ 11:08 PM','','wc-completed','closed','closed','wc_order_RRMTZJEEm95xP','order-jan-04-2024-1108-pm','','','2024-01-05 18:55:00','2024-01-05 18:55:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2388',0,'shop_order','',3),(2389,1,'2024-01-05 18:21:00','2024-01-05 18:21:00','','Order &ndash; January 5, 2024 @ 06:21 PM','','wc-completed','closed','closed','wc_order_qnHt8nlkNRtqZ','order-jan-05-2024-0621-pm','','','2024-01-08 16:00:27','2024-01-08 16:00:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2389',0,'shop_order','',3),(2390,1,'2024-01-09 02:09:48','2024-01-09 02:09:48','','Order &ndash; January 9, 2024 @ 02:09 AM','','wc-completed','closed','closed','wc_order_UDMgjBmN5ZqxO','order-jan-09-2024-0209-am','','','2024-01-10 18:43:26','2024-01-10 18:43:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2390',0,'shop_order','',3),(2391,1,'2024-01-09 04:06:59','2024-01-09 04:06:59','','Order &ndash; January 9, 2024 @ 04:06 AM','','wc-cancelled','open','closed','wc_order_DGuIAabiLnhWm','order-jan-09-2024-0406-am','','','2024-01-10 18:20:27','2024-01-10 18:20:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2391',0,'shop_order','',2),(2392,1,'2024-01-09 20:30:02','2024-01-09 20:30:02','','Order &ndash; January 9, 2024 @ 08:30 PM','','wc-completed','closed','closed','wc_order_R9p02OzGps3ib','order-jan-09-2024-0830-pm','','','2024-01-25 19:13:14','2024-01-25 19:13:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2392',0,'shop_order','',3),(2393,1,'2024-01-09 21:08:29','2024-01-09 21:08:29','','Order &ndash; January 9, 2024 @ 09:08 PM','','wc-completed','closed','closed','wc_order_tB7tvgJxwD2oA','order-jan-09-2024-0908-pm','','','2024-01-25 19:13:47','2024-01-25 19:13:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2393',0,'shop_order','',3),(2394,1,'2024-01-09 21:44:26','2024-01-09 21:44:26','','Order &ndash; January 9, 2024 @ 09:44 PM','','wc-completed','closed','closed','wc_order_dXifpiHWQxVx4','order-jan-09-2024-0944-pm','','','2024-01-11 19:13:25','2024-01-11 19:13:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2394',0,'shop_order','',5),(2395,1,'2024-01-11 16:27:27','2024-01-11 16:27:27','','Order &ndash; January 11, 2024 @ 04:27 PM','','wc-completed','closed','closed','wc_order_bouX5Gl9hCEus','order-jan-11-2024-0427-pm','','','2024-01-11 19:11:23','2024-01-11 19:11:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2395',0,'shop_order','',3),(2396,1,'2024-01-11 16:31:50','2024-01-11 16:31:50','','Order &ndash; January 11, 2024 @ 04:31 PM','','wc-completed','closed','closed','wc_order_q0lDbY4ys5rad','order-jan-11-2024-0431-pm','','','2024-01-11 19:25:04','2024-01-11 19:25:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2396',0,'shop_order','',3),(2397,1,'2024-01-11 16:40:10','2024-01-11 16:40:10','','Order &ndash; January 11, 2024 @ 04:40 PM','','wc-completed','closed','closed','wc_order_Z20aCUGTopZUG','order-jan-11-2024-0440-pm','','','2024-01-11 19:23:26','2024-01-11 19:23:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2397',0,'shop_order','',3),(2398,2,'2024-01-11 20:26:10','2024-01-11 20:26:10','','KitPreventive100','','inherit','open','closed','','kitpreventive100','','','2024-01-11 20:26:10','2024-01-11 20:26:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitPreventive100.jpg',0,'attachment','image/jpeg',0),(2399,2,'2024-01-11 20:26:11','2024-01-11 20:26:11','','KitUrgentCare100','','inherit','open','closed','','kiturgentcare100','','','2024-01-11 20:26:11','2024-01-11 20:26:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitUrgentCare100.jpg',0,'attachment','image/jpeg',0),(2400,2,'2024-01-11 20:26:45','2024-01-11 20:26:45','','Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','Kit includes Preventive Shampoo, Preventive Conditioner, Active Rinse with 100% dimethicone, Comb-out Mousse, and a Comb\r\n\r\n<strong>Case of 6 Kits</strong>','publish','closed','closed','','urgent-care-preventive-kitcase-of-6-100','','','2025-05-09 14:13:15','2025-05-09 14:13:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=2400',13,'product','',0),(2401,2,'2024-01-11 20:33:12','2024-01-11 20:33:12','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:12','2024-01-11 20:33:12','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2401',0,'revision','',0),(2402,2,'2024-01-11 20:33:13','2024-01-11 20:33:13','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:13','2024-01-11 20:33:13','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2402',0,'revision','',0),(2403,2,'2024-01-11 20:33:36','2024-01-11 20:33:36','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:33:36','2024-01-11 20:33:36','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2403',0,'revision','',0),(2404,2,'2024-01-11 20:40:50','2024-01-11 20:40:50','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:40:50','2024-01-11 20:40:50','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2404',0,'revision','',0),(2405,2,'2024-01-11 20:41:31','2024-01-11 20:41:31','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:41:31','2024-01-11 20:41:31','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2405',0,'revision','',0),(2406,2,'2024-01-11 20:42:26','2024-01-11 20:42:26','','Product Template Page','','inherit','closed','closed','','70-revision-v1','','','2024-01-11 20:42:26','2024-01-11 20:42:26','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2406',0,'revision','',0),(2408,2,'2024-01-11 20:43:31','2024-01-11 20:43:31','','Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','Our Urgent Care kit combines the best in treatment and preventive products. Active Rinse 100% Dimethicone, Comb-Out Mousse, and our Professional Nit Comb for treatment combined with our Preventive Spray to keep lice away once they\'re gone.\r\n\r\n<strong>Case of 6 Kits</strong>','publish','closed','closed','','urgent-care-kitcase-of-6-100','','','2025-05-09 14:13:11','2025-05-09 14:13:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=2408',14,'product','',0),(2410,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2410',0,'revision','',0),(2411,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2411',0,'revision','',0),(2412,2,'2024-01-11 20:50:20','2024-01-11 20:50:20','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2024-01-11 20:50:20','2024-01-11 20:50:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2412',0,'revision','',0),(2413,2,'2024-01-11 20:53:56','2024-01-11 20:53:56','','KitPreventive100New','','inherit','open','closed','','kitpreventive100new','','','2024-01-11 20:53:56','2024-01-11 20:53:56','',2408,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitPreventive100New.jpg',0,'attachment','image/jpeg',0),(2414,2,'2024-01-11 20:53:57','2024-01-11 20:53:57','','KitUrgentCare100New','','inherit','open','closed','','kiturgentcare100new','','','2024-01-11 20:53:57','2024-01-11 20:53:57','',2408,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/KitUrgentCare100New.jpg',0,'attachment','image/jpeg',0),(2415,1,'2024-01-11 21:34:47','2024-01-11 21:34:47','','Order &ndash; January 11, 2024 @ 09:34 PM','','wc-completed','closed','closed','wc_order_Q2HB4AVQRxNhD','order-jan-11-2024-0934-pm','','','2024-01-12 23:48:06','2024-01-12 23:48:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2415',0,'shop_order','',3),(2416,1,'2024-01-11 21:50:13','2024-01-11 21:50:13','','Order &ndash; January 11, 2024 @ 09:50 PM','','wc-completed','closed','closed','wc_order_QhOfGagPe2IwR','order-jan-11-2024-0950-pm','','','2024-01-12 23:49:42','2024-01-12 23:49:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2416',0,'shop_order','',3),(2417,1,'2024-01-12 15:59:47','2024-01-12 15:59:47','','Order &ndash; January 12, 2024 @ 03:59 PM','','wc-completed','closed','closed','wc_order_znx6egYaHlCso','order-jan-12-2024-0359-pm','','','2024-01-12 23:48:55','2024-01-12 23:48:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2417',0,'shop_order','',3),(2418,1,'2024-01-12 19:28:11','2024-01-12 19:28:11','','Order &ndash; January 12, 2024 @ 07:28 PM','Please put in one box .. if it will not fit please call me at 808-283-4247. Thank you!','wc-completed','closed','closed','wc_order_OJSAnn3zSP8Q7','order-jan-12-2024-0728-pm','','','2024-01-24 00:04:45','2024-01-24 00:04:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2418',0,'shop_order','',3),(2419,1,'2024-01-13 16:12:17','2024-01-13 16:12:17','','Order &ndash; January 13, 2024 @ 04:12 PM','','wc-completed','closed','closed','wc_order_kkqcYQHE5vnpk','order-jan-13-2024-0412-pm','','','2024-01-25 19:15:21','2024-01-25 19:15:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2419',0,'shop_order','',3),(2420,1,'2024-01-13 20:04:59','2024-01-13 20:04:59','','Order &ndash; January 13, 2024 @ 08:04 PM','','wc-completed','closed','closed','wc_order_YXXqQ3pz6hcGq','order-jan-13-2024-0804-pm','','','2024-01-25 19:16:55','2024-01-25 19:16:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2420',0,'shop_order','',3),(2421,1,'2024-01-13 23:49:22','2024-01-13 23:49:22','','Order &ndash; January 13, 2024 @ 11:49 PM','','wc-completed','closed','closed','wc_order_soT5T99Xf2D7V','order-jan-13-2024-1149-pm','','','2024-01-25 19:18:02','2024-01-25 19:18:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2421',0,'shop_order','',3),(2422,1,'2024-01-13 22:56:07','2024-01-13 22:56:07','','Order &ndash; January 13, 2024 @ 11:56 PM','','wc-completed','closed','closed','wc_order_aC1tLHgDKLian','order-jan-13-2024-1156-pm','','','2024-01-25 19:18:51','2024-01-25 19:18:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2422',0,'shop_order','',3),(2423,1,'2024-01-14 01:07:34','2024-01-14 01:07:34','','Order &ndash; January 14, 2024 @ 01:07 AM','','wc-completed','closed','closed','wc_order_dsU3TwopuoMT7','order-jan-14-2024-0107-am','','','2024-01-25 19:20:16','2024-01-25 19:20:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2423',0,'shop_order','',3),(2424,1,'2024-01-14 02:15:34','2024-01-14 02:15:34','','Order &ndash; January 14, 2024 @ 02:15 AM','','wc-completed','closed','closed','wc_order_tJXM1CIFRbqe6','order-jan-14-2024-0215-am','','','2024-01-25 19:21:54','2024-01-25 19:21:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2424',0,'shop_order','',3),(2425,1,'2024-01-14 19:59:53','2024-01-14 19:59:53','','Order &ndash; January 14, 2024 @ 07:59 PM','','wc-completed','closed','closed','wc_order_gBmRi7g1zeHeN','order-jan-14-2024-0759-pm','','','2024-01-25 19:22:41','2024-01-25 19:22:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2425',0,'shop_order','',3),(2426,1,'2024-01-15 16:43:39','2024-01-15 16:43:39','','Order &ndash; January 15, 2024 @ 04:43 PM','','wc-completed','closed','closed','wc_order_oYmbvOW8Py6Ws','order-jan-15-2024-0443-pm','','','2024-01-25 19:24:04','2024-01-25 19:24:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2426',0,'shop_order','',5),(2427,1,'2024-01-15 17:54:31','2024-01-15 17:54:31','','Order &ndash; January 15, 2024 @ 05:54 PM','','wc-completed','closed','closed','wc_order_MzunSvufygM7y','order-jan-15-2024-0554-pm','','','2024-01-23 14:35:41','2024-01-23 14:35:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2427',0,'shop_order','',3),(2428,1,'2024-01-15 18:49:09','2024-01-15 18:49:09','','Order &ndash; January 15, 2024 @ 06:49 PM','','wc-completed','closed','closed','wc_order_c4GhZS66yjFqj','order-jan-15-2024-0649-pm','','','2024-01-25 19:24:55','2024-01-25 19:24:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2428',0,'shop_order','',3),(2429,1,'2024-01-15 19:08:20','2024-01-15 19:08:20','','Order &ndash; January 15, 2024 @ 07:08 PM','','wc-completed','closed','closed','wc_order_PBMZkjyCd8gNK','order-jan-15-2024-0708-pm','','','2024-01-25 19:26:21','2024-01-25 19:26:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2429',0,'shop_order','',3),(2430,1,'2024-01-17 20:37:40','2024-01-17 20:37:40','','Order &ndash; January 17, 2024 @ 08:37 PM','','wc-completed','closed','closed','wc_order_uXn8ADpIcYqCN','order-jan-17-2024-0837-pm','','','2024-01-25 19:28:00','2024-01-25 19:28:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2430',0,'shop_order','',3),(2431,1,'2024-01-17 21:32:37','2024-01-17 21:32:37','','Order &ndash; January 17, 2024 @ 09:32 PM','','wc-completed','closed','closed','wc_order_Xh85aT0HcvV0t','order-jan-17-2024-0932-pm','','','2024-01-25 19:29:58','2024-01-25 19:29:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2431',0,'shop_order','',3),(2432,1,'2024-01-18 20:27:44','2024-01-18 20:27:44','','Order &ndash; January 18, 2024 @ 08:27 PM','','wc-completed','closed','closed','wc_order_RvaWGLfqIO3Zi','order-jan-18-2024-0827-pm','','','2024-01-25 19:31:16','2024-01-25 19:31:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2432',0,'shop_order','',3),(2433,1,'2024-01-19 05:24:03','2024-01-19 05:24:03','','Order &ndash; January 19, 2024 @ 05:24 AM','','wc-completed','closed','closed','wc_order_AOZJCmZkTX9S2','order-jan-19-2024-0524-am','','','2024-01-24 00:03:46','2024-01-24 00:03:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2433',0,'shop_order','',3),(2434,1,'2024-01-19 18:52:10','2024-01-19 18:52:10','','Order &ndash; January 19, 2024 @ 06:52 PM','Shipping to Maui via Fedex 2nd day air thank you!','wc-completed','closed','closed','wc_order_rN1MyOZfudSCt','order-jan-19-2024-0652-pm','','','2024-01-25 19:32:28','2024-01-25 19:32:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2434',0,'shop_order','',3),(2435,1,'2024-01-19 19:05:46','2024-01-19 19:05:46','','Order &ndash; January 19, 2024 @ 07:05 PM','','wc-completed','closed','closed','wc_order_Caft1iPZUr6E1','order-jan-19-2024-0705-pm','','','2024-01-24 00:09:59','2024-01-24 00:09:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2435',0,'shop_order','',3),(2436,1,'2024-01-19 19:28:05','2024-01-19 19:28:05','','Order &ndash; January 19, 2024 @ 07:28 PM','','wc-completed','closed','closed','wc_order_5XkCzhF8rAS2u','order-jan-19-2024-0728-pm','','','2024-01-24 00:08:47','2024-01-24 00:08:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2436',0,'shop_order','',3),(2437,1,'2024-01-19 19:44:14','2024-01-19 19:44:14','','Order &ndash; January 19, 2024 @ 07:44 PM','','wc-completed','closed','closed','wc_order_POZfEKFeKCOBN','order-jan-19-2024-0744-pm','','','2024-01-25 19:33:31','2024-01-25 19:33:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2437',0,'shop_order','',3),(2438,1,'2024-01-19 21:26:52','2024-01-19 21:26:52','','Order &ndash; January 19, 2024 @ 09:26 PM','','wc-completed','closed','closed','wc_order_FQq3J6ZyfZogD','order-jan-19-2024-0926-pm','','','2024-01-25 19:34:25','2024-01-25 19:34:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2438',0,'shop_order','',3),(2439,1,'2024-01-20 21:26:42','2024-01-20 21:26:42','','Order &ndash; January 20, 2024 @ 09:26 PM','Please deliver to clinic door','wc-completed','closed','closed','wc_order_xqzsMOXMrDSSI','order-jan-20-2024-0926-pm','','','2024-01-25 19:35:05','2024-01-25 19:35:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2439',0,'shop_order','',3),(2440,1,'2024-01-21 20:39:28','2024-01-21 20:39:28','','Order &ndash; January 21, 2024 @ 08:39 PM','','wc-completed','closed','closed','wc_order_drTUF2GgQYBpe','order-jan-21-2024-0839-pm','','','2024-01-24 17:25:03','2024-01-24 17:25:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2440',0,'shop_order','',3),(2441,1,'2024-01-22 23:58:33','2024-01-22 23:58:33','','Order &ndash; January 22, 2024 @ 11:58 PM','','wc-completed','closed','closed','wc_order_YniS94GkrOffh','order-jan-22-2024-1158-pm','','','2024-01-24 17:26:16','2024-01-24 17:26:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2441',0,'shop_order','',3),(2442,1,'2024-01-23 21:45:17','2024-01-23 21:45:17','','Order &ndash; January 23, 2024 @ 09:45 PM','','wc-completed','closed','closed','wc_order_NN1MT52Yi7mrL','order-jan-23-2024-0945-pm','','','2024-01-25 19:40:03','2024-01-25 19:40:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2442',0,'shop_order','',3),(2443,1,'2024-01-24 05:05:08','2024-01-24 05:05:08','','Order &ndash; January 24, 2024 @ 05:05 AM','','wc-completed','closed','closed','wc_order_uSPeTYJwNW4VK','order-jan-24-2024-0505-am','','','2024-01-25 19:42:04','2024-01-25 19:42:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2443',0,'shop_order','',3),(2444,1,'2024-01-24 19:19:36','2024-01-24 19:19:36','','Order &ndash; January 24, 2024 @ 07:19 PM','','wc-completed','closed','closed','wc_order_V56KNAyCI6lcT','order-jan-24-2024-0719-pm','','','2024-02-02 22:01:09','2024-02-02 22:01:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2444',0,'shop_order','',3),(2445,1,'2024-01-24 20:46:38','2024-01-24 20:46:38','','Order &ndash; January 24, 2024 @ 08:46 PM','','wc-completed','closed','closed','wc_order_VqeXuvdbfb4vi','order-jan-24-2024-0846-pm','','','2024-01-25 20:24:00','2024-01-25 20:24:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2445',0,'shop_order','',3),(2446,1,'2024-01-25 12:00:06','2024-01-25 12:00:06','','Order &ndash; January 25, 2024 @ 12:00 PM','','wc-completed','closed','closed','wc_order_VNBGszJvGFPeB','order-jan-25-2024-1200-pm','','','2024-01-25 19:43:51','2024-01-25 19:43:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2446',0,'shop_order','',3),(2447,1,'2024-01-26 00:20:20','2024-01-26 00:20:20','','Order &ndash; January 26, 2024 @ 12:20 AM','','wc-completed','closed','closed','wc_order_xCvFooWRjmIVp','order-jan-26-2024-1220-am','','','2024-01-29 16:00:18','2024-01-29 16:00:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2447',0,'shop_order','',3),(2449,1,'2024-01-26 21:16:31','2024-01-26 21:16:31','','Order &ndash; January 26, 2024 @ 09:16 PM','','wc-cancelled','open','closed','wc_order_wahkmYeWxSFry','order-jan-26-2024-0916-pm','','','2024-01-26 21:18:36','2024-01-26 21:18:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2449',0,'shop_order','',1),(2450,1,'2024-01-26 21:19:01','2024-01-26 21:19:01','','Order &ndash; January 26, 2024 @ 09:19 PM','','wc-cancelled','open','closed','wc_order_aW8xroWLFAliX','order-jan-26-2024-0919-pm','','','2024-01-26 21:19:37','2024-01-26 21:19:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2450',0,'shop_order','',1),(2451,1,'2024-01-26 21:37:42','2024-01-26 21:37:42','','Order &ndash; January 26, 2024 @ 09:37 PM','','wc-completed','closed','closed','wc_order_ya0liCkF6VaUZ','order-jan-26-2024-0937-pm','','','2024-01-30 03:56:46','2024-01-30 03:56:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2451',0,'shop_order','',3),(2452,1,'2024-01-27 01:38:01','2024-01-27 01:38:01','','Order &ndash; January 27, 2024 @ 01:38 AM','','wc-completed','closed','closed','wc_order_03lMgJZDB48Dp','order-jan-27-2024-0138-am','','','2024-02-02 22:01:34','2024-02-02 22:01:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2452',0,'shop_order','',3),(2453,1,'2024-01-27 01:38:40','2024-01-27 01:38:40','','Order &ndash; January 27, 2024 @ 01:38 AM','','wc-completed','closed','closed','wc_order_mpl6fbixZPkTn','order-jan-27-2024-0138-am-2','','','2024-01-30 03:55:36','2024-01-30 03:55:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2453',0,'shop_order','',3),(2454,1,'2024-01-29 14:02:53','2024-01-29 14:02:53','','Order &ndash; January 29, 2024 @ 02:02 PM','Please leave at clinic side door if no one present - do not leave on porch','wc-completed','closed','closed','wc_order_0QCjeqkMJ8QLx','order-jan-29-2024-0202-pm','','','2024-01-30 04:05:38','2024-01-30 04:05:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2454',0,'shop_order','',3),(2455,1,'2024-01-30 18:04:33','2024-01-30 18:04:33','','Order &ndash; January 30, 2024 @ 06:04 PM','','wc-completed','closed','closed','wc_order_TQDgKpKwB81K1','order-jan-30-2024-0604-pm','','','2024-02-01 15:44:47','2024-02-01 15:44:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2455',0,'shop_order','',3),(2456,1,'2024-01-30 19:22:55','2024-01-30 19:22:55','','Order &ndash; January 30, 2024 @ 07:22 PM','','wc-completed','closed','closed','wc_order_HvVlcBfJKb6kt','order-jan-30-2024-0722-pm','','','2024-02-01 15:46:13','2024-02-01 15:46:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2456',0,'shop_order','',3),(2457,1,'2024-01-31 00:26:58','2024-01-31 00:26:58','','Order &ndash; January 31, 2024 @ 12:26 AM','','wc-completed','closed','closed','wc_order_SzCMFWNO10wR5','order-jan-31-2024-1226-am','','','2024-02-01 15:47:07','2024-02-01 15:47:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2457',0,'shop_order','',3),(2458,1,'2024-01-31 14:27:56','2024-01-31 14:27:56','','Order &ndash; January 31, 2024 @ 02:27 PM','','wc-completed','closed','closed','wc_order_GNUrVHJDvR38V','order-jan-31-2024-0227-pm','','','2024-02-01 15:50:46','2024-02-01 15:50:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2458',0,'shop_order','',3),(2459,1,'2024-01-31 18:45:47','2024-01-31 18:45:47','','Order &ndash; January 31, 2024 @ 06:45 PM','If no one is present leave by back door near packing lot','wc-completed','closed','closed','wc_order_YDfRJsHSDBPut','order-jan-31-2024-0645-pm','','','2024-02-02 20:46:27','2024-02-02 20:46:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2459',0,'shop_order','',3),(2460,1,'2024-01-31 18:49:55','2024-01-31 18:49:55','','Order &ndash; January 31, 2024 @ 06:49 PM','','wc-completed','closed','closed','wc_order_TnYpjAIIfj8nl','order-jan-31-2024-0649-pm','','','2024-02-02 20:48:02','2024-02-02 20:48:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2460',0,'shop_order','',3),(2461,1,'2024-01-31 23:43:08','2024-01-31 23:43:08','','Order &ndash; January 31, 2024 @ 11:43 PM','','wc-completed','closed','closed','wc_order_irTVJffHt5lby','order-jan-31-2024-1143-pm','','','2024-02-02 20:47:23','2024-02-02 20:47:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2461',0,'shop_order','',3),(2462,1,'2024-02-01 17:08:18','2024-02-01 17:08:18','','Order &ndash; February 1, 2024 @ 05:08 PM','','wc-completed','closed','closed','wc_order_da5p9y34Ykfbt','order-feb-01-2024-0508-pm','','','2024-02-02 20:48:40','2024-02-02 20:48:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2462',0,'shop_order','',3),(2464,1,'2024-02-01 18:30:20','2024-02-01 18:30:20','','Order &ndash; February 1, 2024 @ 06:30 PM','','wc-completed','closed','closed','wc_order_JnRZO7GP4aezr','order-feb-01-2024-0630-pm','','','2024-02-02 20:49:26','2024-02-02 20:49:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2464',0,'shop_order','',3),(2465,1,'2024-02-02 15:23:05','2024-02-02 15:23:05','','Order &ndash; February 2, 2024 @ 03:23 PM','','wc-completed','closed','closed','wc_order_JHqwfkUfu3FOW','order-feb-02-2024-0323-pm','','','2024-02-02 20:51:37','2024-02-02 20:51:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2465',0,'shop_order','',3),(2466,1,'2024-02-02 18:32:55','2024-02-02 18:32:55','','Order &ndash; February 2, 2024 @ 06:32 PM','','wc-completed','closed','closed','wc_order_BHv5blmE62tU1','order-feb-02-2024-0632-pm','','','2024-02-02 20:52:49','2024-02-02 20:52:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2466',0,'shop_order','',3),(2467,1,'2024-02-02 19:42:17','2024-02-02 19:42:17','','Order &ndash; February 2, 2024 @ 07:42 PM','','wc-completed','closed','closed','wc_order_yY19zZhoEDP7Z','order-feb-02-2024-0742-pm','','','2024-02-02 22:03:28','2024-02-02 22:03:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2467',0,'shop_order','',3),(2468,1,'2024-02-02 20:02:14','2024-02-02 20:02:14','','Order &ndash; February 2, 2024 @ 08:02 PM','','wc-refunded','open','closed','wc_order_V8SaXkcPOK9HO','order-feb-02-2024-0802-pm','','','2024-02-02 20:07:29','2024-02-02 20:07:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2468',0,'shop_order','',4),(2469,1,'2024-02-02 20:07:28','2024-02-02 20:07:28','','Refund &ndash; Feb 02, 2024 @ 08:07 PM','','wc-completed','closed','closed','wc_order_c4E2kgFVaop44','refund-feb-02-2024-0807-pm','','','2024-02-02 20:07:28','2024-02-02 20:07:28','',2468,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2469',0,'shop_order_refund','',0),(2470,1,'2024-02-02 20:18:05','2024-02-02 20:18:05','','Order &ndash; February 2, 2024 @ 08:18 PM','','wc-completed','closed','closed','wc_order_j4HS40PgVWbXo','order-feb-02-2024-0818-pm','','','2024-02-05 20:28:33','2024-02-05 20:28:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2470',0,'shop_order','',3),(2471,1,'2024-02-02 21:31:11','2024-02-02 21:31:11','','Order &ndash; February 2, 2024 @ 09:31 PM','','wc-completed','closed','closed','wc_order_v1GazC5i1Jq4p','order-feb-02-2024-0931-pm','','','2024-02-05 20:34:53','2024-02-05 20:34:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2471',0,'shop_order','',3),(2472,1,'2024-02-03 05:33:08','2024-02-03 05:33:08','','Order &ndash; February 3, 2024 @ 05:33 AM','','wc-completed','closed','closed','wc_order_VW4QYkUz3Pc4h','order-feb-03-2024-0533-am','','','2024-02-05 20:35:43','2024-02-05 20:35:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2472',0,'shop_order','',3),(2473,1,'2024-02-03 20:31:02','2024-02-03 20:31:02','','Order &ndash; February 3, 2024 @ 08:31 PM','','wc-completed','closed','closed','wc_order_0ewDUylsNzsas','order-feb-03-2024-0831-pm','','','2024-02-06 00:37:35','2024-02-06 00:37:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2473',0,'shop_order','',3),(2474,1,'2024-02-05 19:56:18','2024-02-05 19:56:18','','Order &ndash; February 5, 2024 @ 07:56 PM','','wc-completed','closed','closed','wc_order_uQeIFTH7m8gvo','order-feb-05-2024-0756-pm','','','2024-02-07 14:18:19','2024-02-07 14:18:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2474',0,'shop_order','',3),(2475,1,'2024-02-06 22:17:02','2024-02-06 22:17:02','','Order &ndash; February 6, 2024 @ 10:17 PM','','wc-completed','closed','closed','wc_order_wbPhLZArl1kRd','order-feb-06-2024-1017-pm','','','2024-02-08 16:02:17','2024-02-08 16:02:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2475',0,'shop_order','',3),(2476,1,'2024-02-07 19:58:06','2024-02-07 19:58:06','','Order &ndash; February 7, 2024 @ 07:58 PM','','wc-completed','closed','closed','wc_order_KU4pfqPgdIZLz','order-feb-07-2024-0758-pm','','','2024-02-09 21:34:52','2024-02-09 21:34:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2476',0,'shop_order','',3),(2477,1,'2024-02-09 20:12:05','2024-02-09 20:12:05','','Order &ndash; February 9, 2024 @ 08:12 PM','','wc-completed','closed','closed','wc_order_OH6fMHvdt9bza','order-feb-09-2024-0812-pm','','','2024-02-23 21:59:25','2024-02-23 21:59:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2477',0,'shop_order','',3),(2478,1,'2024-02-10 16:49:55','2024-02-10 16:49:55','','Order &ndash; February 10, 2024 @ 04:49 PM','','wc-completed','closed','closed','wc_order_BnfC1KL7vNgut','order-feb-10-2024-0449-pm','','','2024-02-12 21:06:25','2024-02-12 21:06:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2478',0,'shop_order','',3),(2479,1,'2024-02-11 20:49:47','2024-02-11 20:49:47','','Order &ndash; February 11, 2024 @ 08:49 PM','','wc-completed','closed','closed','wc_order_ylOedRBtWaVFy','order-feb-11-2024-0849-pm','','','2024-02-12 21:05:36','2024-02-12 21:05:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2479',0,'shop_order','',3),(2480,1,'2024-02-12 15:44:46','2024-02-12 15:44:46','','Order &ndash; February 12, 2024 @ 03:44 PM','','wc-completed','closed','closed','wc_order_K5ia1GCt8EoRw','order-feb-12-2024-0344-pm','','','2024-02-14 18:12:25','2024-02-14 18:12:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2480',0,'shop_order','',3),(2481,1,'2024-02-12 19:26:03','2024-02-12 19:26:03','','Order &ndash; February 12, 2024 @ 07:26 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_Ef0iFMet0yNVZ','order-feb-12-2024-0726-pm','','','2024-02-14 18:11:04','2024-02-14 18:11:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2481',0,'shop_order','',3),(2482,1,'2024-02-12 22:02:10','2024-02-12 22:02:10','','Order &ndash; February 12, 2024 @ 10:02 PM','','wc-completed','closed','closed','wc_order_xF7HLY0Rzv4BU','order-feb-12-2024-1002-pm','','','2024-02-14 18:08:23','2024-02-14 18:08:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2482',0,'shop_order','',3),(2483,1,'2024-02-12 22:36:37','2024-02-12 22:36:37','','Order &ndash; February 12, 2024 @ 10:36 PM','Please deliver directly to suite- do not leave on porch. Leave at side door if no one present.','wc-completed','closed','closed','wc_order_wFYmxkrMk8Htz','order-feb-12-2024-1036-pm','','','2024-02-14 18:09:14','2024-02-14 18:09:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2483',0,'shop_order','',4),(2484,1,'2024-02-13 17:02:50','2024-02-13 17:02:50','','Refund &ndash; Feb 13, 2024 @ 05:02 PM','','wc-completed','closed','closed','wc_order_Dep93FRAcJ2ZX','refund-feb-13-2024-0502-pm','','','2024-02-13 17:02:50','2024-02-13 17:02:50','',2483,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2484',0,'shop_order_refund','',0),(2485,1,'2024-02-13 17:52:07','2024-02-13 17:52:07','','Order &ndash; February 13, 2024 @ 05:52 PM','','wc-cancelled','open','closed','wc_order_icRm95BXGKYjT','order-feb-13-2024-0552-pm','','','2024-02-13 17:53:19','2024-02-13 17:53:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2485',0,'shop_order','',1),(2486,1,'2024-02-13 17:53:38','2024-02-13 17:53:38','','Order &ndash; February 13, 2024 @ 05:53 PM','','wc-completed','closed','closed','wc_order_bJXIBA8CufRQj','order-feb-13-2024-0553-pm','','','2024-02-14 18:03:56','2024-02-14 18:03:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2486',0,'shop_order','',3),(2487,1,'2024-02-13 18:28:09','2024-02-13 18:28:09','','Order &ndash; February 13, 2024 @ 06:28 PM','','wc-completed','closed','closed','wc_order_n6I7t7WsrX6tk','order-feb-13-2024-0628-pm','','','2024-02-14 17:53:43','2024-02-14 17:53:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2487',0,'shop_order','',3),(2488,1,'2024-02-14 19:13:38','2024-02-14 19:13:38','','Order &ndash; February 14, 2024 @ 07:13 PM','','wc-completed','closed','closed','wc_order_IjM5PtLrFdK2A','order-feb-14-2024-0713-pm','','','2024-02-15 18:52:03','2024-02-15 18:52:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2488',0,'shop_order','',3),(2489,1,'2024-02-15 18:02:08','2024-02-15 18:02:08','','Order &ndash; February 15, 2024 @ 06:02 PM','','wc-completed','closed','closed','wc_order_cDFncly7Ev8xw','order-feb-15-2024-0602-pm','','','2024-02-16 18:08:19','2024-02-16 18:08:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2489',0,'shop_order','',3),(2490,1,'2024-02-15 18:49:58','2024-02-15 18:49:58','','Order &ndash; February 15, 2024 @ 06:49 PM','','wc-completed','closed','closed','wc_order_XLosnzdDidpJX','order-feb-15-2024-0649-pm','','','2024-02-16 18:09:36','2024-02-16 18:09:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2490',0,'shop_order','',3),(2491,1,'2024-02-15 19:47:38','2024-02-15 19:47:38','','Order &ndash; February 15, 2024 @ 07:47 PM','','wc-completed','closed','closed','wc_order_MEOJr6uIx6Wz0','order-feb-15-2024-0747-pm','','','2024-02-16 18:11:44','2024-02-16 18:11:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2491',0,'shop_order','',3),(2492,1,'2024-02-16 14:59:28','2024-02-16 14:59:28','','Order &ndash; February 16, 2024 @ 02:59 PM','Please leave outside our suite if door is locked.','wc-completed','closed','closed','wc_order_xczmD66Ofth9I','order-feb-16-2024-0259-pm','','','2024-02-16 22:00:08','2024-02-16 22:00:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2492',0,'shop_order','',3),(2493,1,'2024-02-16 15:15:22','2024-02-16 15:15:22','','Order &ndash; February 16, 2024 @ 03:15 PM','','wc-completed','closed','closed','wc_order_oyWclLGZsqtMG','order-feb-16-2024-0315-pm','','','2024-02-16 22:00:43','2024-02-16 22:00:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2493',0,'shop_order','',3),(2494,1,'2024-02-16 15:43:06','2024-02-16 15:43:06','','Order &ndash; February 16, 2024 @ 03:43 PM','','wc-completed','closed','closed','wc_order_3IyWn2plJtYpT','order-feb-16-2024-0343-pm','','','2024-02-16 21:59:27','2024-02-16 21:59:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2494',0,'shop_order','',3),(2495,1,'2024-02-16 17:25:49','2024-02-16 17:25:49','','Order &ndash; February 16, 2024 @ 05:25 PM','','wc-completed','closed','closed','wc_order_IeQyOlJJS9TY8','order-feb-16-2024-0525-pm','','','2024-02-16 21:58:50','2024-02-16 21:58:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2495',0,'shop_order','',3),(2496,1,'2024-02-16 22:53:22','2024-02-16 22:53:22','','Order &ndash; February 16, 2024 @ 10:53 PM','','wc-completed','closed','closed','wc_order_TlbgSnJOe6lYe','order-feb-16-2024-1053-pm','','','2024-02-19 20:24:30','2024-02-19 20:24:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2496',0,'shop_order','',3),(2497,1,'2024-02-17 00:28:05','2024-02-17 00:28:05','','Order &ndash; February 17, 2024 @ 12:28 AM','','wc-completed','closed','closed','wc_order_kLMnvQHn9Ee8N','order-feb-17-2024-1228-am','','','2024-02-19 20:26:08','2024-02-19 20:26:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2497',0,'shop_order','',3),(2498,1,'2024-02-17 18:06:18','2024-02-17 18:06:18','','Order &ndash; February 17, 2024 @ 06:06 PM','','wc-completed','closed','closed','wc_order_arv0Qh7fNW4Zp','order-feb-17-2024-0606-pm','','','2024-02-19 20:20:04','2024-02-19 20:20:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2498',0,'shop_order','',3),(2499,1,'2024-02-17 22:48:23','2024-02-17 22:48:23','','Order &ndash; February 17, 2024 @ 10:48 PM','','wc-completed','closed','closed','wc_order_fBT5fSF7Vfoku','order-feb-17-2024-1048-pm','','','2024-02-19 20:25:13','2024-02-19 20:25:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2499',0,'shop_order','',3),(2500,1,'2024-02-17 23:36:40','2024-02-17 23:36:40','','Order &ndash; February 17, 2024 @ 11:36 PM','','wc-completed','closed','closed','wc_order_eXfBQH8jOyFBZ','order-feb-17-2024-1136-pm','','','2024-02-19 20:21:01','2024-02-19 20:21:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2500',0,'shop_order','',3),(2501,1,'2024-02-21 17:43:26','2024-02-21 17:43:26','','Order &ndash; February 21, 2024 @ 05:43 PM','','wc-completed','closed','closed','wc_order_6tgyy4zqtRvIY','order-feb-21-2024-0543-pm','','','2024-02-23 22:02:54','2024-02-23 22:02:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2501',0,'shop_order','',3),(2502,1,'2024-02-21 23:32:18','2024-02-21 23:32:18','','Order &ndash; February 21, 2024 @ 11:32 PM','','wc-completed','closed','closed','wc_order_Bd52bo6dVbVZ9','order-feb-21-2024-1132-pm','','','2024-02-27 20:14:06','2024-02-27 20:14:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2502',0,'shop_order','',3),(2503,1,'2024-02-23 15:41:45','2024-02-23 15:41:45','','Order &ndash; February 23, 2024 @ 03:41 PM','','wc-completed','closed','closed','wc_order_ZjyHg0BBD4iib','order-feb-23-2024-0341-pm','','','2024-02-23 22:00:51','2024-02-23 22:00:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2503',0,'shop_order','',3),(2504,1,'2024-02-23 21:48:03','2024-02-23 21:48:03','','Order &ndash; February 23, 2024 @ 09:48 PM','','wc-completed','closed','closed','wc_order_0apAM6nxlPcyy','order-feb-23-2024-0948-pm','','','2024-02-27 02:11:29','2024-02-27 02:11:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2504',0,'shop_order','',3),(2505,1,'2024-02-24 15:08:01','2024-02-24 15:08:01','','Order &ndash; February 24, 2024 @ 03:08 PM','','wc-completed','closed','closed','wc_order_FMcYlfqL0nfqC','order-feb-24-2024-0308-pm','','','2024-02-27 02:12:43','2024-02-27 02:12:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2505',0,'shop_order','',3),(2506,1,'2024-02-26 15:46:41','2024-02-26 15:46:41','','Order &ndash; February 26, 2024 @ 03:46 PM','','wc-completed','closed','closed','wc_order_kEnwgZfTb72RZ','order-feb-26-2024-0346-pm','','','2024-02-27 20:14:18','2024-02-27 20:14:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2506',0,'shop_order','',3),(2507,1,'2024-02-26 15:53:14','2024-02-26 15:53:14','','Order &ndash; February 26, 2024 @ 03:53 PM','Leave at clinic door - not on porch of house','wc-completed','closed','closed','wc_order_EAuJGvsI3UK9Z','order-feb-26-2024-0353-pm','','','2024-02-27 20:12:30','2024-02-27 20:12:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2507',0,'shop_order','',3),(2508,1,'2024-02-26 19:01:00','2024-02-26 19:01:00','','Order &ndash; February 26, 2024 @ 07:01 PM','','wc-completed','closed','closed','wc_order_SjFmjUrgSw8OW','order-feb-26-2024-0701-pm','','','2024-02-27 20:11:02','2024-02-27 20:11:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2508',0,'shop_order','',3),(2509,1,'2024-02-26 23:27:20','2024-02-26 23:27:20','','Order &ndash; February 26, 2024 @ 11:27 PM','','wc-completed','closed','closed','wc_order_gBBoguGFKVqoh','order-feb-26-2024-1127-pm','','','2024-02-28 21:08:27','2024-02-28 21:08:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2509',0,'shop_order','',3),(2510,1,'2024-02-27 02:03:27','2024-02-27 02:03:27','','Order &ndash; February 27, 2024 @ 02:03 AM','','wc-completed','closed','closed','wc_order_tQzk9KzGENesp','order-feb-27-2024-0203-am','','','2024-02-28 21:06:45','2024-02-28 21:06:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2510',0,'shop_order','',3),(2511,1,'2024-02-27 16:21:22','2024-02-27 16:21:22','','Order &ndash; February 27, 2024 @ 04:21 PM','','wc-completed','closed','closed','wc_order_QitZKr43lOu7X','order-feb-27-2024-0421-pm','','','2024-03-01 23:47:04','2024-03-01 23:47:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2511',0,'shop_order','',3),(2512,1,'2024-02-27 18:34:54','2024-02-27 18:34:54','','Order &ndash; February 27, 2024 @ 06:34 PM','','wc-completed','closed','closed','wc_order_VRkqhkit9VJgs','order-feb-27-2024-0634-pm','','','2024-02-28 21:04:26','2024-02-28 21:04:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2512',0,'shop_order','',3),(2513,1,'2024-02-28 14:10:28','2024-02-28 14:10:28','','Order &ndash; February 28, 2024 @ 02:10 PM','','wc-completed','closed','closed','wc_order_GNSbKZOeJBlgq','order-feb-28-2024-0210-pm','','','2024-02-29 20:36:47','2024-02-29 20:36:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2513',0,'shop_order','',3),(2514,1,'2024-02-28 19:49:58','2024-02-28 19:49:58','','Order &ndash; February 28, 2024 @ 07:49 PM','','wc-completed','closed','closed','wc_order_3XQvK9s6v7SK2','order-feb-28-2024-0749-pm','','','2024-02-29 20:48:16','2024-02-29 20:48:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2514',0,'shop_order','',3),(2515,1,'2024-02-29 20:38:30','2024-02-29 20:38:30','','Order &ndash; February 29, 2024 @ 08:38 PM','','wc-completed','closed','closed','wc_order_v658aORZLmdKq','order-feb-29-2024-0838-pm','','','2024-03-01 23:46:37','2024-03-01 23:46:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2515',0,'shop_order','',3),(2516,1,'2024-02-29 20:41:07','2024-02-29 20:41:07','','Order &ndash; February 29, 2024 @ 08:41 PM','','wc-completed','closed','closed','wc_order_XXYFd04IWaIgq','order-feb-29-2024-0841-pm','','','2024-03-01 23:47:33','2024-03-01 23:47:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2516',0,'shop_order','',3),(2517,1,'2024-03-01 13:36:47','2024-03-01 13:36:47','','Order &ndash; March 1, 2024 @ 01:36 PM','','wc-completed','closed','closed','wc_order_XXSE6bMOM4ZRd','order-mar-01-2024-0136-pm','','','2024-03-01 23:45:39','2024-03-01 23:45:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2517',0,'shop_order','',3),(2518,1,'2024-03-03 15:11:22','2024-03-03 15:11:22','','Order &ndash; March 3, 2024 @ 03:11 PM','','wc-completed','closed','closed','wc_order_isguSbcdODIvR','order-mar-03-2024-0311-pm','','','2024-03-05 02:43:46','2024-03-05 02:43:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2518',0,'shop_order','',3),(2519,1,'2024-03-04 19:00:54','2024-03-04 19:00:54','','Order &ndash; March 4, 2024 @ 07:00 PM','','wc-completed','closed','closed','wc_order_bhyAgDj9X7uwe','order-mar-04-2024-0700-pm','','','2024-03-05 02:42:40','2024-03-05 02:42:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2519',0,'shop_order','',3),(2520,1,'2024-03-04 22:28:01','2024-03-04 22:28:01','','Order &ndash; March 4, 2024 @ 10:28 PM','','wc-completed','closed','closed','wc_order_Jx9r1n1dx2uDm','order-mar-04-2024-1028-pm','','','2024-03-07 18:04:04','2024-03-07 18:04:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2520',0,'shop_order','',3),(2521,2,'2024-03-05 02:54:40','2024-03-05 02:54:40','','HPC10','10% off Order','draft','closed','closed','','hpc10','','','2025-09-24 17:25:00','2025-09-24 17:25:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=2521',0,'shop_coupon','',0),(2522,1,'2024-03-05 19:15:01','2024-03-05 19:15:01','','Order &ndash; March 5, 2024 @ 07:15 PM','','wc-refunded','open','closed','wc_order_9aE4k5298GDyN','order-mar-05-2024-0715-pm','','','2024-03-05 19:32:19','2024-03-05 19:32:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2522',0,'shop_order','',3),(2523,1,'2024-03-05 19:32:19','2024-03-05 19:32:19','','Refund &ndash; Mar 05, 2024 @ 07:32 PM','','wc-completed','closed','closed','wc_order_FDSC25QUmMVKt','refund-mar-05-2024-0732-pm','','','2024-03-05 19:32:19','2024-03-05 19:32:19','',2522,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2523',0,'shop_order_refund','',0),(2524,1,'2024-03-05 20:12:17','2024-03-05 20:12:17','','Order &ndash; March 5, 2024 @ 08:12 PM','','wc-completed','closed','closed','wc_order_TTQP35LjIinv8','order-mar-05-2024-0812-pm','','','2024-03-07 18:07:19','2024-03-07 18:07:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2524',0,'shop_order','',3),(2525,1,'2024-03-05 20:20:53','2024-03-05 20:20:53','','Order &ndash; March 5, 2024 @ 08:20 PM','','wc-completed','closed','closed','wc_order_y6Bb5madVeyjG','order-mar-05-2024-0820-pm','','','2024-03-07 18:05:45','2024-03-07 18:05:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2525',0,'shop_order','',4),(2527,1,'2024-03-05 21:31:28','2024-03-05 21:31:28','','Refund &ndash; Mar 05, 2024 @ 09:31 PM','','wc-completed','closed','closed','wc_order_yufl8yHbyeQi2','refund-mar-05-2024-0931-pm','','','2024-03-05 21:31:28','2024-03-05 21:31:28','',2525,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2527',0,'shop_order_refund','',0),(2528,1,'2024-03-05 21:59:58','2024-03-05 21:59:58','','Order &ndash; March 5, 2024 @ 09:59 PM','','wc-completed','closed','closed','wc_order_NTySNbUU08wCL','order-mar-05-2024-0959-pm','','','2024-03-07 18:09:21','2024-03-07 18:09:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2528',0,'shop_order','',3),(2529,1,'2024-03-06 00:19:16','2024-03-06 00:19:16','','Order &ndash; March 6, 2024 @ 12:19 AM','','wc-completed','closed','closed','wc_order_7nEFJ5cpyNZNA','order-mar-06-2024-1219-am','','','2024-03-07 18:19:06','2024-03-07 18:19:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2529',0,'shop_order','',3),(2530,1,'2024-03-06 16:09:40','2024-03-06 16:09:40','','Order &ndash; March 6, 2024 @ 04:09 PM','','wc-completed','closed','closed','wc_order_vWwTRMMBlV2PK','order-mar-06-2024-0409-pm','','','2024-03-07 18:22:49','2024-03-07 18:22:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2530',0,'shop_order','',3),(2531,1,'2024-03-06 16:14:10','2024-03-06 16:14:10','','Order &ndash; March 6, 2024 @ 04:14 PM','','wc-completed','closed','closed','wc_order_XYrjnvlG6RMrc','order-mar-06-2024-0414-pm','','','2024-03-07 18:25:38','2024-03-07 18:25:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2531',0,'shop_order','',3),(2532,1,'2024-03-06 18:36:38','2024-03-06 18:36:38','','Order &ndash; March 6, 2024 @ 06:36 PM','If clinic locked, leave at door','wc-completed','closed','closed','wc_order_N4lbflD3yLjS7','order-mar-06-2024-0636-pm','','','2024-03-07 18:24:54','2024-03-07 18:24:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2532',0,'shop_order','',3),(2533,1,'2024-03-07 16:46:56','2024-03-07 16:46:56','','Order &ndash; March 7, 2024 @ 04:46 PM','','wc-completed','closed','closed','wc_order_7U5eEbG0fWUWj','order-mar-07-2024-0446-pm','','','2024-03-11 16:46:24','2024-03-11 16:46:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2533',0,'shop_order','',3),(2534,1,'2024-03-08 01:45:12','2024-03-08 01:45:12','','Order &ndash; March 8, 2024 @ 01:45 AM','','wc-completed','closed','closed','wc_order_Wk5oJ8q1WN7qp','order-mar-08-2024-0145-am','','','2024-03-08 19:37:12','2024-03-08 19:37:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2534',0,'shop_order','',3),(2535,1,'2024-03-08 17:38:49','2024-03-08 17:38:49','','Order &ndash; March 8, 2024 @ 05:38 PM','','wc-completed','closed','closed','wc_order_WDFGAYKsYZCFL','order-mar-08-2024-0538-pm','','','2024-03-11 16:38:55','2024-03-11 16:38:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2535',0,'shop_order','',3),(2536,1,'2024-03-08 18:26:00','2024-03-08 18:26:00','','Order &ndash; March 8, 2024 @ 06:26 PM','','wc-completed','closed','closed','wc_order_piLDgdhbO3pFV','order-mar-08-2024-0626-pm','','','2024-03-11 16:42:52','2024-03-11 16:42:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2536',0,'shop_order','',3),(2537,1,'2024-03-09 16:42:33','2024-03-09 16:42:33','','Order &ndash; March 9, 2024 @ 04:42 PM','','wc-completed','closed','closed','wc_order_495UPY6CzQ0Tv','order-mar-09-2024-0442-pm','','','2024-03-11 21:11:29','2024-03-11 21:11:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2537',0,'shop_order','',3),(2538,1,'2024-03-09 20:14:57','2024-03-09 20:14:57','','Order &ndash; March 9, 2024 @ 08:14 PM','','wc-completed','closed','closed','wc_order_7otXla9O2Cwia','order-mar-09-2024-0814-pm','','','2024-03-11 21:14:05','2024-03-11 21:14:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2538',0,'shop_order','',3),(2539,1,'2024-03-11 15:03:39','2024-03-11 15:03:39','','Order &ndash; March 11, 2024 @ 03:03 PM','','wc-completed','closed','closed','wc_order_EFPKHbP6AQrKL','order-mar-11-2024-0303-pm','','','2024-03-12 19:06:42','2024-03-12 19:06:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2539',0,'shop_order','',3),(2541,1,'2024-03-11 21:51:48','2024-03-11 21:51:48','','Order &ndash; March 11, 2024 @ 09:51 PM','','wc-completed','closed','closed','wc_order_TelODDHWOQcPq','order-mar-11-2024-0951-pm','','','2024-03-12 19:09:07','2024-03-12 19:09:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2541',0,'shop_order','',3),(2542,1,'2024-03-12 00:27:11','2024-03-12 00:27:11','','Order &ndash; March 12, 2024 @ 12:27 AM','','wc-completed','closed','closed','wc_order_0PhEIdlfDcwV4','order-mar-12-2024-1227-am','','','2024-03-13 21:10:43','2024-03-13 21:10:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2542',0,'shop_order','',3),(2543,1,'2024-03-14 18:37:44','2024-03-14 18:37:44','','Order &ndash; March 14, 2024 @ 06:37 PM','','wc-completed','closed','closed','wc_order_rPM5V8hy3dx9Q','order-mar-14-2024-0637-pm','','','2024-03-15 19:37:30','2024-03-15 19:37:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2543',0,'shop_order','',3),(2544,1,'2024-03-15 16:49:44','2024-03-15 16:49:44','','Order &ndash; March 15, 2024 @ 04:49 PM','','wc-completed','closed','closed','wc_order_NSh00cbvXMsoD','order-mar-15-2024-0449-pm','','','2024-03-15 19:36:19','2024-03-15 19:36:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2544',0,'shop_order','',3),(2545,1,'2024-03-15 18:30:26','2024-03-15 18:30:26','','Order &ndash; March 15, 2024 @ 06:30 PM','','wc-completed','closed','closed','wc_order_81BQXufGyRlCl','order-mar-15-2024-0630-pm','','','2024-03-16 00:28:00','2024-03-16 00:28:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2545',0,'shop_order','',3),(2546,1,'2024-03-15 19:02:44','2024-03-15 19:02:44','','Order &ndash; March 15, 2024 @ 07:02 PM','','wc-completed','closed','closed','wc_order_XKCFn6zly4hp3','order-mar-15-2024-0702-pm','','','2024-03-16 00:27:12','2024-03-16 00:27:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2546',0,'shop_order','',3),(2547,1,'2024-03-15 19:28:31','2024-03-15 19:28:31','','Order &ndash; March 15, 2024 @ 07:28 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_NFI7aXU7ZkQZE','order-mar-15-2024-0728-pm','','','2024-03-16 00:29:29','2024-03-16 00:29:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2547',0,'shop_order','',3),(2548,1,'2024-03-15 21:40:16','2024-03-15 21:40:16','','Order &ndash; March 15, 2024 @ 09:40 PM','','wc-completed','closed','closed','wc_order_Tk1ZJCvE7MixH','order-mar-15-2024-0940-pm','','','2024-03-18 18:44:19','2024-03-18 18:44:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2548',0,'shop_order','',3),(2549,1,'2024-03-16 17:48:30','2024-03-16 17:48:30','','Order &ndash; March 16, 2024 @ 05:48 PM','','wc-completed','closed','closed','wc_order_cduEtzhMNH5mE','order-mar-16-2024-0548-pm','','','2024-03-18 18:49:26','2024-03-18 18:49:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2549',0,'shop_order','',3),(2550,1,'2024-03-16 18:31:30','2024-03-16 18:31:30','','Order &ndash; March 16, 2024 @ 06:31 PM','','wc-completed','closed','closed','wc_order_UnBFczWsCCI3B','order-mar-16-2024-0631-pm','','','2024-03-18 18:43:33','2024-03-18 18:43:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2550',0,'shop_order','',3),(2551,1,'2024-03-17 14:09:21','2024-03-17 14:09:21','','Order &ndash; March 17, 2024 @ 02:09 PM','','wc-completed','closed','closed','wc_order_2Y1FItfnVRXzM','order-mar-17-2024-0209-pm','','','2024-03-18 18:53:07','2024-03-18 18:53:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2551',0,'shop_order','',3),(2552,1,'2024-03-17 15:48:23','2024-03-17 15:48:23','','Order &ndash; March 17, 2024 @ 03:48 PM','','wc-completed','closed','closed','wc_order_UWXIxCL2b91fr','order-mar-17-2024-0348-pm','','','2024-03-18 18:54:03','2024-03-18 18:54:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2552',0,'shop_order','',3),(2553,1,'2024-03-17 16:57:06','2024-03-17 16:57:06','','Order &ndash; March 17, 2024 @ 04:57 PM','','wc-completed','closed','closed','wc_order_ys3AMHw7sUpP0','order-mar-17-2024-0457-pm','','','2024-03-19 19:42:05','2024-03-19 19:42:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2553',0,'shop_order','',3),(2554,1,'2024-03-18 17:50:01','2024-03-18 17:50:01','','Order &ndash; March 18, 2024 @ 05:50 PM','Please leave on Front porch if not home.','wc-cancelled','open','closed','wc_order_pOsSW0QkPrTMq','order-mar-18-2024-0550-pm','','','2024-03-18 17:50:24','2024-03-18 17:50:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2554',0,'shop_order','',1),(2555,1,'2024-03-18 17:53:46','2024-03-18 17:53:46','','Order &ndash; March 18, 2024 @ 05:53 PM','','wc-completed','closed','closed','wc_order_goEvYlpxB8Q4Q','order-mar-18-2024-0553-pm','','','2024-03-19 19:42:57','2024-03-19 19:42:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2555',0,'shop_order','',3),(2556,1,'2024-03-18 18:02:12','2024-03-18 18:02:12','','Order &ndash; March 18, 2024 @ 06:02 PM','If Suite is not open, please leave outside our suite. Do not leave outside the building. Thank you.','wc-completed','closed','closed','wc_order_jCoN4FEoF6poT','order-mar-18-2024-0602-pm','','','2024-03-19 19:45:04','2024-03-19 19:45:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2556',0,'shop_order','',3),(2557,1,'2024-03-18 18:09:47','2024-03-18 18:09:47','','Order &ndash; March 18, 2024 @ 06:09 PM','','wc-completed','closed','closed','wc_order_koTQlUdf4g1Fm','order-mar-18-2024-0609-pm','','','2024-03-19 19:43:53','2024-03-19 19:43:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2557',0,'shop_order','',3),(2558,1,'2024-03-18 18:16:48','2024-03-18 18:16:48','','Order &ndash; March 18, 2024 @ 06:16 PM','Leave on porch if not home.','wc-completed','closed','closed','wc_order_yoOP6rBiPXsDk','order-mar-18-2024-0616-pm','','','2024-03-19 19:45:37','2024-03-19 19:45:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2558',0,'shop_order','',3),(2559,1,'2024-03-19 13:34:09','2024-03-19 13:34:09','','Order &ndash; March 19, 2024 @ 01:34 PM','','wc-completed','closed','closed','wc_order_DkbdcdIX2Mch6','order-mar-19-2024-0134-pm','','','2024-03-19 19:54:25','2024-03-19 19:54:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2559',0,'shop_order','',3),(2560,1,'2024-03-19 16:23:48','2024-03-19 16:23:48','','Order &ndash; March 19, 2024 @ 04:23 PM','Leave inside Main entrance of building if no one at clinic. Do not leave with hair salon.','wc-completed','closed','closed','wc_order_nrEi8v1KpwEZd','order-mar-19-2024-0423-pm','','','2024-03-20 18:39:09','2024-03-20 18:39:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2560',0,'shop_order','',3),(2563,2,'2024-03-19 16:39:58','2024-03-19 16:39:58','','Free Shipping 500','','publish','closed','closed','','2563','','','2024-04-11 16:28:37','2024-04-11 16:28:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wafs&#038;p=2563',0,'wafs','',0),(2564,1,'2024-03-19 19:36:47','2024-03-19 19:36:47','','Order &ndash; March 19, 2024 @ 07:36 PM','','wc-completed','closed','closed','wc_order_y29Awpl5w2xqw','order-mar-19-2024-0736-pm','','','2024-03-20 18:38:04','2024-03-20 18:38:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2564',0,'shop_order','',3),(2565,1,'2024-03-19 19:41:45','2024-03-19 19:41:45','','Order &ndash; March 19, 2024 @ 07:41 PM','','wc-completed','closed','closed','wc_order_yVH5LWSdbM8Te','order-mar-19-2024-0741-pm','','','2024-03-20 18:36:30','2024-03-20 18:36:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2565',0,'shop_order','',3),(2566,1,'2024-03-21 22:43:26','2024-03-21 22:43:26','','Order &ndash; March 21, 2024 @ 10:43 PM','','wc-completed','closed','closed','wc_order_pC8FlvbL6ELcK','order-mar-21-2024-1043-pm','','','2024-03-22 19:14:01','2024-03-22 19:14:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2566',0,'shop_order','',3),(2567,1,'2024-03-22 16:40:35','2024-03-22 16:40:35','','Order &ndash; March 22, 2024 @ 04:40 PM','Please deliver directly to suite - do not leave on front porch.','wc-completed','closed','closed','wc_order_BoLi3NL49VJu1','order-mar-22-2024-0440-pm','','','2024-03-22 19:13:34','2024-03-22 19:13:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2567',0,'shop_order','',3),(2568,1,'2024-03-22 22:32:21','2024-03-22 22:32:21','','Order &ndash; March 22, 2024 @ 10:32 PM','','wc-completed','closed','closed','wc_order_cVkBFd0WnJYV2','order-mar-22-2024-1032-pm','','','2024-03-26 01:59:30','2024-03-26 01:59:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2568',0,'shop_order','',3),(2569,1,'2024-03-25 12:47:03','2024-03-25 12:47:03','','Order &ndash; March 25, 2024 @ 12:47 PM','','wc-completed','closed','closed','wc_order_aUdcf1iRvuG4E','order-mar-25-2024-1247-pm','','','2024-03-26 01:58:12','2024-03-26 01:58:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2569',0,'shop_order','',3),(2570,1,'2024-03-25 16:44:20','2024-03-25 16:44:20','','Order &ndash; March 25, 2024 @ 04:44 PM','','wc-completed','closed','closed','wc_order_Qfc4hB19PQ41r','order-mar-25-2024-0444-pm','','','2024-03-26 01:58:50','2024-03-26 01:58:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2570',0,'shop_order','',3),(2571,1,'2024-03-26 19:23:59','2024-03-26 19:23:59','','Order &ndash; March 26, 2024 @ 07:23 PM','','wc-completed','closed','closed','wc_order_xNaEFctEoSJlk','order-mar-26-2024-0723-pm','','','2024-03-27 18:05:28','2024-03-27 18:05:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2571',0,'shop_order','',3),(2572,1,'2024-04-01 15:33:30','2024-04-01 15:33:30','','Order &ndash; April 1, 2024 @ 03:33 PM','','wc-completed','closed','closed','wc_order_MJvly4CprrWkg','order-apr-01-2024-0333-pm','','','2024-04-02 01:07:55','2024-04-02 01:07:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2572',0,'shop_order','',3),(2574,1,'2024-04-01 19:56:59','2024-04-01 19:56:59','','Order &ndash; April 1, 2024 @ 07:56 PM','','wc-completed','closed','closed','wc_order_UhN0lHmPpko4I','order-apr-01-2024-0756-pm','','','2024-04-03 18:09:12','2024-04-03 18:09:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2574',0,'shop_order','',3),(2575,1,'2024-04-01 21:28:39','2024-04-01 21:28:39','','Order &ndash; April 1, 2024 @ 09:28 PM','','wc-completed','closed','closed','wc_order_vItpwfoJzDTqN','order-apr-01-2024-0928-pm','','','2024-04-03 18:07:50','2024-04-03 18:07:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2575',0,'shop_order','',3),(2576,1,'2024-04-02 16:26:19','2024-04-02 16:26:19','','Order &ndash; April 2, 2024 @ 04:26 PM','','wc-completed','closed','closed','wc_order_AF8u3KEtBypVx','order-apr-02-2024-0426-pm','','','2024-04-03 17:31:33','2024-04-03 17:31:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2576',0,'shop_order','',3),(2577,1,'2024-04-02 21:45:21','2024-04-02 21:45:21','','Order &ndash; April 2, 2024 @ 09:45 PM','','wc-completed','closed','closed','wc_order_DHLwc1UHUGF3A','order-apr-02-2024-0945-pm','','','2024-04-03 19:36:39','2024-04-03 19:36:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2577',0,'shop_order','',3),(2578,1,'2024-04-02 22:19:10','2024-04-02 22:19:10','','Order &ndash; April 2, 2024 @ 10:19 PM','','wc-completed','closed','closed','wc_order_6BHlfqaIwFQyM','order-apr-02-2024-1019-pm','','','2024-04-03 19:37:20','2024-04-03 19:37:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2578',0,'shop_order','',3),(2579,1,'2024-04-03 19:53:31','2024-04-03 19:53:31','','Order &ndash; April 3, 2024 @ 07:53 PM','','wc-completed','closed','closed','wc_order_Sm8rkPcGSXYEn','order-apr-03-2024-0753-pm','','','2024-04-04 18:56:59','2024-04-04 18:56:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2579',0,'shop_order','',3),(2580,1,'2024-04-04 18:25:59','2024-04-04 18:25:59','','Order &ndash; April 4, 2024 @ 06:25 PM','If the door is lock please use code 4455 to leave products inside clinic','wc-completed','closed','closed','wc_order_JipoqnW1wHTfJ','order-apr-04-2024-0625-pm','','','2024-04-05 14:25:51','2024-04-05 14:25:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2580',0,'shop_order','',3),(2581,1,'2024-04-05 03:12:32','2024-04-05 03:12:32','','Order &ndash; April 5, 2024 @ 03:12 AM','if door locked, please leave package','wc-completed','closed','closed','wc_order_EhH2vk4tpLxzr','order-apr-05-2024-0312-am','','','2024-04-08 04:00:32','2024-04-08 04:00:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2581',0,'shop_order','',3),(2582,1,'2024-04-05 21:12:37','2024-04-05 21:12:37','','Order &ndash; April 5, 2024 @ 09:12 PM','Please leave around the back if no one is at the store front','wc-completed','closed','closed','wc_order_vMrU5X01vX6kQ','order-apr-05-2024-0912-pm','','','2024-04-09 20:29:44','2024-04-09 20:29:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2582',0,'shop_order','',3),(2583,1,'2024-04-08 04:25:52','2024-04-08 04:25:52','','Order &ndash; April 8, 2024 @ 04:25 AM','','wc-completed','closed','closed','wc_order_fwJESSRJ9M8Nq','order-apr-08-2024-0425-am','','','2024-04-09 20:28:59','2024-04-09 20:28:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2583',0,'shop_order','',3),(2585,1,'2024-04-08 15:22:44','2024-04-08 15:22:44','','Order &ndash; April 8, 2024 @ 03:22 PM','','wc-completed','closed','closed','wc_order_qgbx3gaW3tS24','order-apr-08-2024-0322-pm','','','2024-04-09 20:23:52','2024-04-09 20:23:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2585',0,'shop_order','',3),(2586,1,'2024-04-08 16:59:33','2024-04-08 16:59:33','','Order &ndash; April 8, 2024 @ 04:59 PM','','wc-completed','closed','closed','wc_order_IOMwr9uEruvfd','order-apr-08-2024-0459-pm','','','2024-04-09 20:23:02','2024-04-09 20:23:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2586',0,'shop_order','',3),(2587,1,'2024-04-08 19:26:57','2024-04-08 19:26:57','','Order &ndash; April 8, 2024 @ 07:26 PM','Please leave by entrance near back packing lot if no one present.','wc-completed','closed','closed','wc_order_m6APBP7NiEFB0','order-apr-08-2024-0726-pm','','','2024-04-09 20:20:29','2024-04-09 20:20:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2587',0,'shop_order','',3),(2588,1,'2024-04-08 21:44:29','2024-04-08 21:44:29','','Order &ndash; April 8, 2024 @ 09:44 PM','','wc-completed','closed','closed','wc_order_nIR6E31ayaT4w','order-apr-08-2024-0944-pm','','','2024-04-09 20:19:49','2024-04-09 20:19:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2588',0,'shop_order','',3),(2589,1,'2024-04-10 23:11:16','2024-04-10 23:11:16','','Order &ndash; April 10, 2024 @ 11:11 PM','','wc-completed','closed','closed','wc_order_dvabYa8fAae51','order-apr-10-2024-1111-pm','','','2024-04-11 19:37:30','2024-04-11 19:37:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2589',0,'shop_order','',3),(2590,1,'2024-04-10 23:23:16','2024-04-10 23:23:16','','Order &ndash; April 10, 2024 @ 11:23 PM','','wc-completed','closed','closed','wc_order_Vnt2bphiAUZTy','order-apr-10-2024-1123-pm','','','2024-04-12 20:15:36','2024-04-12 20:15:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2590',0,'shop_order','',5),(2591,103,'2024-04-11 16:11:26','2024-04-11 16:11:26','','','','wcm-active','closed','closed','um_66180bae6bdd8','2591','','','2024-04-11 16:15:20','2024-04-11 16:15:20','',2592,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2591',0,'wc_user_membership','',0),(2592,2,'2024-04-11 16:14:27','2024-04-11 16:14:27','','FranRM International','','publish','closed','closed','','franrm-int','','','2024-04-11 16:15:03','2024-04-11 16:15:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_membership_plan&#038;p=2592',0,'wc_membership_plan','',0),(2593,1,'2024-04-12 16:10:42','2024-04-12 16:10:42','','Order &ndash; April 12, 2024 @ 04:10 PM','','wc-completed','closed','closed','wc_order_gOd94cSjRmx08','order-apr-12-2024-0410-pm','','','2024-04-16 22:58:54','2024-04-16 22:58:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2593',0,'shop_order','',3),(2594,1,'2024-04-12 21:07:10','2024-04-12 21:07:10','','Order &ndash; April 12, 2024 @ 09:07 PM','','wc-completed','closed','closed','wc_order_4cGxXg3WuxGEt','order-apr-12-2024-0907-pm','','','2024-04-15 21:59:15','2024-04-15 21:59:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2594',0,'shop_order','',5),(2595,1,'2024-04-13 00:06:02','2024-04-13 00:06:02','','Order &ndash; April 13, 2024 @ 12:06 AM','','wc-completed','closed','closed','wc_order_Gf1poE5gJ4gp4','order-apr-13-2024-1206-am','','','2024-04-15 20:36:14','2024-04-15 20:36:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2595',0,'shop_order','',3),(2596,1,'2024-04-14 23:02:46','2024-04-14 23:02:46','','Order &ndash; April 14, 2024 @ 11:02 PM','','wc-completed','closed','closed','wc_order_Ju43o1SzCArgR','order-apr-14-2024-1102-pm','','','2024-04-15 20:33:39','2024-04-15 20:33:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2596',0,'shop_order','',3),(2597,1,'2024-04-14 23:09:10','2024-04-14 23:09:10','','Order &ndash; April 14, 2024 @ 11:09 PM','','wc-completed','closed','closed','wc_order_UhzP7YHeR0jHM','order-apr-14-2024-1109-pm','','','2024-04-15 20:35:07','2024-04-15 20:35:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2597',0,'shop_order','',3),(2598,1,'2024-04-14 23:39:02','2024-04-14 23:39:02','','Order &ndash; April 14, 2024 @ 11:39 PM','','wc-completed','closed','closed','wc_order_GyBbvrq6jzsDk','order-apr-14-2024-1139-pm','','','2024-04-15 20:29:53','2024-04-15 20:29:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2598',0,'shop_order','',3),(2599,1,'2024-04-14 23:41:12','2024-04-14 23:41:12','','Order &ndash; April 14, 2024 @ 11:41 PM','','wc-completed','closed','closed','wc_order_1O1meveG1Lsaq','order-apr-14-2024-1141-pm','','','2024-04-15 20:28:55','2024-04-15 20:28:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2599',0,'shop_order','',3),(2600,1,'2024-04-15 17:05:54','2024-04-15 17:05:54','','Order &ndash; April 15, 2024 @ 05:05 PM','','wc-completed','closed','closed','wc_order_WuTLyyxg1BWuB','order-apr-15-2024-0505-pm','','','2024-04-15 20:36:48','2024-04-15 20:36:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2600',0,'shop_order','',3),(2601,1,'2024-04-15 21:26:40','2024-04-15 21:26:40','','Order &ndash; April 15, 2024 @ 09:26 PM','','wc-completed','closed','closed','wc_order_wRj5V47ag4Epc','order-apr-15-2024-0926-pm','','','2024-04-16 23:12:45','2024-04-16 23:12:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2601',0,'shop_order','',3),(2602,1,'2024-04-16 14:21:53','2024-04-16 14:21:53','','Order &ndash; April 16, 2024 @ 02:21 PM','','wc-completed','closed','closed','wc_order_f0pN4EwNc3ok5','order-apr-16-2024-0221-pm','','','2024-04-16 23:13:49','2024-04-16 23:13:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2602',0,'shop_order','',3),(2603,1,'2024-04-16 14:59:00','2024-04-16 14:59:00','','Order &ndash; April 16, 2024 @ 02:59 PM','Please leave outside our suite.','wc-completed','closed','closed','wc_order_lSjjNOQWP40y9','order-apr-16-2024-0259-pm','','','2024-04-16 23:16:23','2024-04-16 23:16:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2603',0,'shop_order','',3),(2604,1,'2024-04-16 15:37:30','2024-04-16 15:37:30','','Order &ndash; April 16, 2024 @ 03:37 PM','','wc-completed','closed','closed','wc_order_G8jCgAKqO9qWQ','order-apr-16-2024-0337-pm','','','2024-04-16 23:23:33','2024-04-16 23:23:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2604',0,'shop_order','',3),(2605,1,'2024-04-16 17:20:21','2024-04-16 17:20:21','','Order &ndash; April 16, 2024 @ 05:20 PM','','wc-cancelled','open','closed','wc_order_HXjZPptG6vfdz','order-apr-16-2024-0520-pm','','','2024-04-16 17:52:50','2024-04-16 17:52:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2605',0,'shop_order','',1),(2606,1,'2024-04-16 17:53:33','2024-04-16 17:53:33','','Order &ndash; April 16, 2024 @ 05:53 PM','','wc-completed','closed','closed','wc_order_Qt9httmdqMnaz','order-apr-16-2024-0553-pm','','','2024-04-16 23:25:23','2024-04-16 23:25:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2606',0,'shop_order','',3),(2607,1,'2024-04-16 20:46:23','2024-04-16 20:46:23','','Order &ndash; April 16, 2024 @ 08:46 PM','','wc-completed','closed','closed','wc_order_BVp8XmNPGlM7G','order-apr-16-2024-0846-pm','','','2024-04-17 23:44:38','2024-04-17 23:44:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2607',0,'shop_order','',3),(2608,1,'2024-04-16 21:26:08','2024-04-16 21:26:08','','Order &ndash; April 16, 2024 @ 09:26 PM','','wc-completed','closed','closed','wc_order_kqxsyIoKs8XjQ','order-apr-16-2024-0926-pm','','','2024-04-17 23:43:50','2024-04-17 23:43:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2608',0,'shop_order','',3),(2609,1,'2024-04-17 15:03:58','2024-04-17 15:03:58','','Order &ndash; April 17, 2024 @ 03:03 PM','','wc-completed','closed','closed','wc_order_soUZF12U22xWE','order-apr-17-2024-0303-pm','','','2024-04-17 23:41:15','2024-04-17 23:41:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2609',0,'shop_order','',3),(2610,1,'2024-04-19 17:26:45','2024-04-19 17:26:45','','Order &ndash; April 19, 2024 @ 05:26 PM','','wc-cancelled','closed','closed','wc_order_JjFeCXCbVUp6Z','order-apr-19-2024-0526-pm','','','2024-04-19 21:43:51','2024-04-19 21:43:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2610',0,'shop_order','',2),(2611,1,'2024-04-20 20:07:10','2024-04-20 20:07:10','','Order &ndash; April 20, 2024 @ 08:07 PM','','wc-completed','closed','closed','wc_order_jTI3GrVVUNKiO','order-apr-20-2024-0807-pm','','','2024-04-23 17:21:35','2024-04-23 17:21:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2611',0,'shop_order','',5),(2612,1,'2024-04-21 12:43:28','2024-04-21 12:43:28','','Order &ndash; April 21, 2024 @ 12:43 PM','','wc-completed','closed','closed','wc_order_7lLFIYU5SJjQK','order-apr-21-2024-1243-pm','','','2024-04-22 18:41:03','2024-04-22 18:41:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2612',0,'shop_order','',3),(2613,1,'2024-04-21 18:39:58','2024-04-21 18:39:58','','Order &ndash; April 21, 2024 @ 06:39 PM','','wc-completed','closed','closed','wc_order_A8mZgLKwWNXwS','order-apr-21-2024-0639-pm','','','2024-04-22 18:39:31','2024-04-22 18:39:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2613',0,'shop_order','',3),(2614,1,'2024-04-22 16:40:11','2024-04-22 16:40:11','','Order &ndash; April 22, 2024 @ 04:40 PM','','wc-completed','closed','closed','wc_order_pKcBcrx488sEx','order-apr-22-2024-0440-pm','','','2024-05-03 04:11:32','2024-05-03 04:11:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2614',0,'shop_order','',3),(2615,1,'2024-04-22 17:58:39','2024-04-22 17:58:39','','Order &ndash; April 22, 2024 @ 05:58 PM','','wc-completed','closed','closed','wc_order_ZzC6aLXkQhKNm','order-apr-22-2024-0558-pm','','','2024-04-23 17:22:27','2024-04-23 17:22:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2615',0,'shop_order','',3),(2616,1,'2024-04-23 23:05:21','2024-04-23 23:05:21','','Order &ndash; April 23, 2024 @ 11:05 PM','','wc-completed','closed','closed','wc_order_nVLKfO0cWr6hZ','order-apr-23-2024-1105-pm','','','2024-04-26 03:42:13','2024-04-26 03:42:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2616',0,'shop_order','',3),(2617,1,'2024-04-24 17:57:30','2024-04-24 17:57:30','','Order &ndash; April 24, 2024 @ 05:57 PM','','wc-completed','closed','closed','wc_order_AlQhi7XeHaZVb','order-apr-24-2024-0557-pm','','','2024-04-26 03:41:47','2024-04-26 03:41:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2617',0,'shop_order','',3),(2618,1,'2024-04-26 18:58:08','2024-04-26 18:58:08','','Order &ndash; April 26, 2024 @ 06:58 PM','','wc-completed','closed','closed','wc_order_tcRKTuy1P663Z','order-apr-26-2024-0658-pm','','','2024-04-29 17:07:47','2024-04-29 17:07:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2618',0,'shop_order','',3),(2619,1,'2024-04-26 20:36:36','2024-04-26 20:36:36','','Order &ndash; April 26, 2024 @ 08:36 PM','Please leave by back entrance of building.','wc-completed','closed','closed','wc_order_z4VtkYyHUf1WX','order-apr-26-2024-0836-pm','','','2024-04-29 17:09:01','2024-04-29 17:09:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2619',0,'shop_order','',3),(2620,1,'2024-04-26 20:49:52','2024-04-26 20:49:52','','Order &ndash; April 26, 2024 @ 08:49 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_yYA1WgRRsjaEk','order-apr-26-2024-0849-pm','','','2024-04-29 17:09:36','2024-04-29 17:09:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2620',0,'shop_order','',3),(2621,1,'2024-04-29 12:19:28','2024-04-29 12:19:28','','Order &ndash; April 29, 2024 @ 12:19 PM','','wc-completed','closed','closed','wc_order_HCa04fNwCFE26','order-apr-29-2024-1219-pm','','','2024-04-30 02:36:01','2024-04-30 02:36:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2621',0,'shop_order','',3),(2623,1,'2024-04-30 14:16:26','2024-04-30 14:16:26','','Order &ndash; April 30, 2024 @ 02:16 PM','Please leave at suite door','wc-completed','closed','closed','wc_order_DZdaHdsdbYyKZ','order-apr-30-2024-0216-pm','','','2024-04-30 19:14:21','2024-04-30 19:14:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2623',0,'shop_order','',3),(2624,1,'2024-04-30 16:01:12','2024-04-30 16:01:12','','Order &ndash; April 30, 2024 @ 04:01 PM','','wc-completed','closed','closed','wc_order_8HqWyOmwfqhGf','order-apr-30-2024-0401-pm','','','2024-05-01 20:00:01','2024-05-01 20:00:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2624',0,'shop_order','',3),(2625,1,'2024-05-01 18:56:58','2024-05-01 18:56:58','','Order &ndash; May 1, 2024 @ 06:56 PM','','wc-completed','closed','closed','wc_order_LlJKc2rVZ8pwa','order-may-01-2024-0656-pm','','','2024-05-03 04:04:32','2024-05-03 04:04:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2625',0,'shop_order','',3),(2626,1,'2024-05-01 22:09:45','2024-05-01 22:09:45','','Order &ndash; May 1, 2024 @ 10:09 PM','','wc-completed','closed','closed','wc_order_D3vTWJq4tyEcp','order-may-01-2024-1009-pm','','','2024-05-03 04:06:53','2024-05-03 04:06:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2626',0,'shop_order','',3),(2627,1,'2024-05-01 22:39:09','2024-05-01 22:39:09','','Order &ndash; May 1, 2024 @ 10:39 PM','','wc-completed','closed','closed','wc_order_Z0cmWacRLfwZo','order-may-01-2024-1039-pm','','','2024-05-03 19:44:19','2024-05-03 19:44:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2627',0,'shop_order','',3),(2628,1,'2024-05-01 22:42:20','2024-05-01 22:42:20','','Order &ndash; May 1, 2024 @ 10:42 PM','','wc-completed','closed','closed','wc_order_Yn7XhwfbrfugW','order-may-01-2024-1042-pm','','','2024-05-03 19:45:00','2024-05-03 19:45:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2628',0,'shop_order','',3),(2629,1,'2024-05-01 22:43:43','2024-05-01 22:43:43','','Order &ndash; May 1, 2024 @ 10:43 PM','','wc-completed','closed','closed','wc_order_viH2gAiPGqf10','order-may-01-2024-1043-pm','','','2024-05-03 19:45:24','2024-05-03 19:45:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2629',0,'shop_order','',3),(2630,1,'2024-05-02 13:35:43','2024-05-02 13:35:43','','Order &ndash; May 2, 2024 @ 01:35 PM','','wc-completed','closed','closed','wc_order_hOXU7UROIVkWp','order-may-02-2024-0135-pm','','','2024-05-03 04:08:39','2024-05-03 04:08:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2630',0,'shop_order','',3),(2631,104,'2024-05-02 16:02:17','2024-05-02 16:02:17','','','','wcm-active','open','closed','um_6633b909cdf85','2631','','','2024-05-02 16:02:17','2024-05-02 16:02:17','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=2631',0,'wc_user_membership','',0),(2632,1,'2024-05-02 17:45:02','2024-05-02 17:45:02','','Order &ndash; May 2, 2024 @ 05:45 PM','','wc-completed','closed','closed','wc_order_Ve6u7hlcfmLho','order-may-02-2024-0545-pm','','','2024-05-08 00:32:16','2024-05-08 00:32:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2632',0,'shop_order','',5),(2633,1,'2024-05-02 17:48:10','2024-05-02 17:48:10','','Order &ndash; May 2, 2024 @ 05:48 PM','','wc-completed','closed','closed','wc_order_Rs23Jg4vSdoIB','order-may-02-2024-0548-pm','','','2024-05-07 00:11:09','2024-05-07 00:11:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2633',0,'shop_order','',3),(2634,1,'2024-05-02 22:04:17','2024-05-02 22:04:17','','Order &ndash; May 2, 2024 @ 10:04 PM','','wc-completed','closed','closed','wc_order_mqPIHUXPax6ig','order-may-02-2024-1004-pm','','','2024-05-03 19:46:23','2024-05-03 19:46:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2634',0,'shop_order','',3),(2635,1,'2024-05-02 22:22:43','2024-05-02 22:22:43','','Order &ndash; May 2, 2024 @ 10:22 PM','If door is lock, please use code 4455 to leave products inside office','wc-completed','closed','closed','wc_order_JRVbU7uSLqaHG','order-may-02-2024-1022-pm','','','2024-05-07 00:16:14','2024-05-07 00:16:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2635',0,'shop_order','',3),(2636,1,'2024-05-03 02:16:38','2024-05-03 02:16:38','','Order &ndash; May 3, 2024 @ 02:16 AM','','wc-completed','closed','closed','wc_order_tAHu2Yx0BIGJu','order-may-03-2024-0216-am','','','2024-05-03 17:07:21','2024-05-03 17:07:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2636',0,'shop_order','',3),(2637,1,'2024-05-03 20:01:04','2024-05-03 20:01:04','','Order &ndash; May 3, 2024 @ 08:01 PM','','wc-completed','closed','closed','wc_order_3ekqV8k1wQJ6X','order-may-03-2024-0801-pm','','','2024-05-07 00:13:02','2024-05-07 00:13:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2637',0,'shop_order','',3),(2638,1,'2024-05-05 02:58:40','2024-05-05 02:58:40','','Order &ndash; May 5, 2024 @ 02:58 AM','','wc-completed','closed','closed','wc_order_2h3EyexIv4iGc','order-may-05-2024-0258-am','','','2024-05-07 00:13:35','2024-05-07 00:13:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2638',0,'shop_order','',3),(2639,1,'2024-05-06 15:18:10','2024-05-06 15:18:10','','Order &ndash; May 6, 2024 @ 03:18 PM','','wc-completed','closed','closed','wc_order_Id7ONRU99KzhW','order-may-06-2024-0318-pm','','','2024-05-07 00:15:56','2024-05-07 00:15:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2639',0,'shop_order','',3),(2640,1,'2024-05-06 17:54:21','2024-05-06 17:54:21','','Order &ndash; May 6, 2024 @ 05:54 PM','','wc-completed','closed','closed','wc_order_40k9XGtF9MaTD','order-may-06-2024-0554-pm','','','2024-05-08 00:31:32','2024-05-08 00:31:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2640',0,'shop_order','',3),(2641,1,'2024-05-07 00:19:59','2024-05-07 00:19:59','','Order &ndash; May 7, 2024 @ 12:19 AM','','wc-completed','closed','closed','wc_order_1HwRaXm4oqVw9','order-may-07-2024-1219-am','','','2024-05-08 00:33:11','2024-05-08 00:33:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2641',0,'shop_order','',3),(2642,1,'2024-05-07 12:01:07','2024-05-07 12:01:07','','Order &ndash; May 7, 2024 @ 12:01 PM','','wc-completed','closed','closed','wc_order_zH4LUxGGsZuOO','order-may-07-2024-1201-pm','','','2024-05-08 00:34:01','2024-05-08 00:34:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2642',0,'shop_order','',3),(2643,1,'2024-05-07 12:53:41','2024-05-07 12:53:41','','Order &ndash; May 7, 2024 @ 12:53 PM','','wc-completed','closed','closed','wc_order_KmrPwUCf76gyk','order-may-07-2024-1253-pm','','','2024-05-08 00:37:15','2024-05-08 00:37:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2643',0,'shop_order','',3),(2644,1,'2024-05-07 14:29:58','2024-05-07 14:29:58','','Order &ndash; May 7, 2024 @ 02:29 PM','','wc-completed','closed','closed','wc_order_S7xMpzHDcM8mH','order-may-07-2024-0229-pm','','','2024-05-08 00:36:43','2024-05-08 00:36:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2644',0,'shop_order','',3),(2645,1,'2024-05-07 16:19:05','2024-05-07 16:19:05','','Order &ndash; May 7, 2024 @ 04:19 PM','','wc-completed','closed','closed','wc_order_ziWPxf1gR18v9','order-may-07-2024-0419-pm','','','2024-05-11 19:03:22','2024-05-11 19:03:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2645',0,'shop_order','',3),(2646,1,'2024-05-08 04:45:31','2024-05-08 04:45:31','','Order &ndash; May 8, 2024 @ 04:45 AM','Please leave package around the back of the building if no one is in the clinic','wc-completed','closed','closed','wc_order_9npyaikzPWINY','order-may-08-2024-0445-am','','','2024-05-09 15:22:03','2024-05-09 15:22:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2646',0,'shop_order','',3),(2647,1,'2024-05-08 13:19:31','2024-05-08 13:19:31','','Order &ndash; May 8, 2024 @ 01:19 PM','','wc-completed','closed','closed','wc_order_rKrk87pBY078F','order-may-08-2024-0119-pm','','','2024-05-09 15:21:05','2024-05-09 15:21:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2647',0,'shop_order','',3),(2648,1,'2024-05-08 14:11:29','2024-05-08 14:11:29','','Order &ndash; May 8, 2024 @ 02:11 PM','','wc-completed','closed','closed','wc_order_QMOPoXbGbEmvH','order-may-08-2024-0211-pm','','','2024-05-09 15:21:39','2024-05-09 15:21:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2648',0,'shop_order','',3),(2649,1,'2024-05-08 17:59:11','2024-05-08 17:59:11','','Order &ndash; May 8, 2024 @ 05:59 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_HwJqQuO8WWWI1','order-may-08-2024-0559-pm','','','2024-05-09 15:19:34','2024-05-09 15:19:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2649',0,'shop_order','',3),(2650,1,'2024-05-08 20:02:48','2024-05-08 20:02:48','','Order &ndash; May 8, 2024 @ 08:02 PM','','wc-completed','closed','closed','wc_order_mpdSPN9uw93Pv','order-may-08-2024-0802-pm','','','2024-05-09 15:19:00','2024-05-09 15:19:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2650',0,'shop_order','',3),(2651,1,'2024-05-09 20:29:13','2024-05-09 20:29:13','','Order &ndash; May 9, 2024 @ 08:29 PM','','wc-completed','closed','closed','wc_order_x0gfW6utWSEg0','order-may-09-2024-0829-pm','','','2024-05-11 19:00:35','2024-05-11 19:00:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2651',0,'shop_order','',3),(2653,1,'2024-05-10 13:04:30','2024-05-10 13:04:30','','Order &ndash; May 10, 2024 @ 01:04 PM','','wc-completed','closed','closed','wc_order_4IdN4F8fnU2rq','order-may-10-2024-0104-pm','','','2024-05-11 19:01:39','2024-05-11 19:01:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2653',0,'shop_order','',3),(2654,1,'2024-05-10 14:29:22','2024-05-10 14:29:22','','Order &ndash; May 10, 2024 @ 02:29 PM','','wc-completed','closed','closed','wc_order_0WE7b62FXCq2K','order-may-10-2024-0229-pm','','','2024-05-11 19:02:56','2024-05-11 19:02:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2654',0,'shop_order','',3),(2655,1,'2024-05-10 18:40:25','2024-05-10 18:40:25','','Order &ndash; May 10, 2024 @ 06:40 PM','If door is locked, please leave packages','wc-completed','closed','closed','wc_order_Yg9Y3n8rrJyll','order-may-10-2024-0640-pm','','','2024-05-11 19:04:11','2024-05-11 19:04:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2655',0,'shop_order','',3),(2656,1,'2024-05-10 19:24:16','2024-05-10 19:24:16','','Order &ndash; May 10, 2024 @ 07:24 PM','Please deliver directly to clinic.','wc-completed','closed','closed','wc_order_nfOCFdYppfTbp','order-may-10-2024-0724-pm','','','2024-05-14 22:52:24','2024-05-14 22:52:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2656',0,'shop_order','',3),(2657,1,'2024-05-15 16:43:28','2024-05-15 16:43:28','','Order &ndash; May 15, 2024 @ 04:43 PM','','wc-completed','closed','closed','wc_order_EPNGRVsdFlCuZ','order-may-15-2024-0443-pm','','','2024-05-22 18:49:54','2024-05-22 18:49:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2657',0,'shop_order','',5),(2658,105,'2024-05-15 20:53:56','2024-05-15 20:53:56','','','','wcm-active','closed','closed','um_664520e4e7278','2658','','','2024-05-15 20:55:04','2024-05-15 20:55:04','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=2658',0,'wc_user_membership','',0),(2659,1,'2024-05-16 13:39:00','2024-05-16 13:39:00','','Order &ndash; May 16, 2024 @ 01:39 PM','','wc-completed','closed','closed','wc_order_Z1D5MOa24YHDP','order-may-16-2024-0139-pm','','','2024-05-16 21:39:46','2024-05-16 21:39:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2659',0,'shop_order','',3),(2660,1,'2024-05-16 14:45:05','2024-05-16 14:45:05','','Order &ndash; May 16, 2024 @ 02:45 PM','','wc-completed','closed','closed','wc_order_il0QNWhyjXmM1','order-may-16-2024-0245-pm','','','2024-05-16 21:41:12','2024-05-16 21:41:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2660',0,'shop_order','',3),(2661,1,'2024-05-16 17:41:50','2024-05-16 17:41:50','','Order &ndash; May 16, 2024 @ 05:41 PM','','wc-completed','closed','closed','wc_order_GoOyO1eR7kRYX','order-may-16-2024-0541-pm','','','2024-05-21 20:12:06','2024-05-21 20:12:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2661',0,'shop_order','',3),(2662,1,'2024-05-16 19:29:40','2024-05-16 19:29:40','','Order &ndash; May 16, 2024 @ 07:29 PM','','wc-completed','closed','closed','wc_order_ZNYVnkgULn03N','order-may-16-2024-0729-pm','','','2024-05-20 23:06:48','2024-05-20 23:06:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2662',0,'shop_order','',5),(2663,1,'2024-05-16 20:19:39','2024-05-16 20:19:39','','Order &ndash; May 16, 2024 @ 08:19 PM','','wc-completed','closed','closed','wc_order_cDqu5bGzXrWQH','order-may-16-2024-0819-pm','','','2024-05-20 12:49:43','2024-05-20 12:49:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2663',0,'shop_order','',3),(2664,1,'2024-05-16 23:13:41','2024-05-16 23:13:41','','Order &ndash; May 16, 2024 @ 11:13 PM','If door locked, leave packages','wc-completed','closed','closed','wc_order_0ksFNhwqj3D9o','order-may-16-2024-1113-pm','','','2024-05-20 12:49:11','2024-05-20 12:49:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2664',0,'shop_order','',3),(2665,1,'2024-05-20 21:22:12','2024-05-20 21:22:12','','Order &ndash; May 20, 2024 @ 09:22 PM','','wc-completed','closed','closed','wc_order_VKLQCq9Cnz2bH','order-may-20-2024-0922-pm','','','2024-05-21 20:12:36','2024-05-21 20:12:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2665',0,'shop_order','',3),(2666,1,'2024-05-21 14:21:24','2024-05-21 14:21:24','','Order &ndash; May 21, 2024 @ 02:21 PM','','wc-completed','closed','closed','wc_order_y3tBzcGLq3Op6','order-may-21-2024-0221-pm','','','2024-05-21 20:11:27','2024-05-21 20:11:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2666',0,'shop_order','',3),(2667,1,'2024-05-21 16:23:58','2024-05-21 16:23:58','','Order &ndash; May 21, 2024 @ 04:23 PM','','wc-completed','closed','closed','wc_order_M5tfbqA02nDQH','order-may-21-2024-0423-pm','','','2024-05-21 20:13:14','2024-05-21 20:13:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2667',0,'shop_order','',3),(2668,1,'2024-05-21 19:25:43','2024-05-21 19:25:43','','Order &ndash; May 21, 2024 @ 07:25 PM','Please leave outside of front door if not home.','wc-completed','closed','closed','wc_order_J31ZEPrG00WgC','order-may-21-2024-0725-pm','','','2024-05-22 18:52:47','2024-05-22 18:52:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2668',0,'shop_order','',3),(2669,1,'2024-05-21 19:35:23','2024-05-21 19:35:23','','Order &ndash; May 21, 2024 @ 07:35 PM','','wc-completed','closed','closed','wc_order_1ecSjUK7NsD0A','order-may-21-2024-0735-pm','','','2024-05-22 18:51:20','2024-05-22 18:51:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2669',0,'shop_order','',3),(2670,1,'2024-05-21 19:41:04','2024-05-21 19:41:04','','Order &ndash; May 21, 2024 @ 07:41 PM','Please deliver to the blue building NOT the green building.','wc-completed','closed','closed','wc_order_7MUf1UM7WWABN','order-may-21-2024-0741-pm','','','2024-05-22 18:51:57','2024-05-22 18:51:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2670',0,'shop_order','',3),(2671,1,'2024-05-21 19:56:01','2024-05-21 19:56:01','','Order &ndash; May 21, 2024 @ 07:56 PM','','wc-completed','closed','closed','wc_order_kpytwG3vAlsZ3','order-may-21-2024-0756-pm','','','2024-05-30 01:53:44','2024-05-30 01:53:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2671',0,'shop_order','',3),(2673,1,'2024-05-23 22:31:58','2024-05-23 22:31:58','','Order &ndash; May 23, 2024 @ 10:31 PM','','wc-completed','closed','closed','wc_order_eHrWIpHEzGDf6','order-may-23-2024-1031-pm','','','2024-05-28 13:51:17','2024-05-28 13:51:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2673',0,'shop_order','',3),(2674,1,'2024-05-24 15:02:02','2024-05-24 15:02:02','','Order &ndash; May 24, 2024 @ 03:02 PM','','wc-completed','closed','closed','wc_order_hPGiLSwHJDjC9','order-may-24-2024-0302-pm','','','2024-05-28 13:52:57','2024-05-28 13:52:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2674',0,'shop_order','',3),(2675,1,'2024-05-25 11:55:25','2024-05-25 11:55:25','','Order &ndash; May 25, 2024 @ 11:55 AM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_JhHRMqIBDpnkQ','order-may-25-2024-1155-am','','','2024-05-30 01:54:00','2024-05-30 01:54:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2675',0,'shop_order','',3),(2676,1,'2024-05-25 11:58:38','2024-05-25 11:58:38','','Order &ndash; May 25, 2024 @ 11:58 AM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_cnvrkgbqikHul','order-may-25-2024-1158-am','','','2024-05-30 01:54:15','2024-05-30 01:54:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2676',0,'shop_order','',3),(2677,1,'2024-05-29 05:05:25','2024-05-29 05:05:25','','Order &ndash; May 29, 2024 @ 05:05 AM','','wc-completed','closed','closed','wc_order_4L1OlVVELOWul','order-may-29-2024-0505-am','','','2024-05-30 01:53:13','2024-05-30 01:53:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2677',0,'shop_order','',3),(2680,1,'2024-05-29 21:26:19','2024-05-29 21:26:19','','Order &ndash; May 29, 2024 @ 09:26 PM','','wc-completed','closed','closed','wc_order_Em3Sn7XHy7vQw','order-may-29-2024-0926-pm','','','2024-06-01 06:01:49','2024-06-01 06:01:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2680',0,'shop_order','',3),(2682,1,'2024-05-30 16:36:57','2024-05-30 16:36:57','','Order &ndash; May 30, 2024 @ 04:36 PM','','wc-completed','closed','closed','wc_order_3yOilxxxWeFvc','order-may-30-2024-0436-pm','','','2024-06-01 06:03:56','2024-06-01 06:03:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2682',0,'shop_order','',3),(2684,1,'2024-05-30 23:56:28','2024-05-30 23:56:28','','Order &ndash; May 30, 2024 @ 11:56 PM','','wc-completed','closed','closed','wc_order_hB0IpsCEcVc3Y','order-may-30-2024-1156-pm','','','2024-06-01 06:07:39','2024-06-01 06:07:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2684',0,'shop_order','',3),(2685,1,'2024-05-31 17:50:28','2024-05-31 17:50:28','','Order &ndash; May 31, 2024 @ 05:50 PM','','wc-refunded','open','closed','wc_order_BMit8sHcbApph','order-may-31-2024-0550-pm','','','2024-06-01 05:53:58','2024-06-01 05:53:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2685',0,'shop_order','',4),(2686,1,'2024-06-01 05:53:56','2024-06-01 05:53:56','','Refund &ndash; Jun 01, 2024 @ 05:53 AM','','wc-completed','closed','closed','wc_order_WIXojfH0nG0bD','refund-jun-01-2024-0553-am','','','2024-06-01 05:53:56','2024-06-01 05:53:56','',2685,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2686',0,'shop_order_refund','',0),(2687,1,'2024-06-01 11:40:41','2024-06-01 11:40:41','','Order &ndash; June 1, 2024 @ 11:40 AM','','wc-completed','closed','closed','wc_order_grZ1BkBrGiT9l','order-jun-01-2024-1140-am','','','2024-06-06 02:06:32','2024-06-06 02:06:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2687',0,'shop_order','',3),(2688,1,'2024-06-01 11:44:27','2024-06-01 11:44:27','','Order &ndash; June 1, 2024 @ 11:44 AM','','wc-completed','closed','closed','wc_order_QpGxDQXsOfLUw','order-jun-01-2024-1144-am','','','2024-06-03 18:06:51','2024-06-03 18:06:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2688',0,'shop_order','',3),(2689,1,'2024-06-01 11:48:18','2024-06-01 11:48:18','','Order &ndash; June 1, 2024 @ 11:48 AM','','wc-completed','closed','closed','wc_order_bUmFAoSAOkh88','order-jun-01-2024-1148-am','','','2024-06-03 18:08:02','2024-06-03 18:08:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2689',0,'shop_order','',3),(2690,1,'2024-06-01 15:10:08','2024-06-01 15:10:08','','Order &ndash; June 1, 2024 @ 03:10 PM','','wc-completed','closed','closed','wc_order_EZXASoQFOJDvz','order-jun-01-2024-0310-pm','','','2024-06-03 18:07:31','2024-06-03 18:07:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2690',0,'shop_order','',3),(2691,1,'2024-06-03 13:51:43','2024-06-03 13:51:43','','Order &ndash; June 3, 2024 @ 01:51 PM','','wc-completed','closed','closed','wc_order_jynR5htNnM62c','order-jun-03-2024-0151-pm','','','2024-06-03 18:06:07','2024-06-03 18:06:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2691',0,'shop_order','',3),(2692,1,'2024-06-03 13:53:41','2024-06-03 13:53:41','','Order &ndash; June 3, 2024 @ 01:53 PM','Please deliver directly to suite.','wc-completed','closed','closed','wc_order_MlUEZytFsS7Hb','order-jun-03-2024-0153-pm','','','2024-06-04 21:14:45','2024-06-04 21:14:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2692',0,'shop_order','',3),(2693,1,'2024-06-03 13:54:34','2024-06-03 13:54:34','','Order &ndash; June 3, 2024 @ 01:54 PM','','wc-completed','closed','closed','wc_order_UEWF2H9sZlwKH','order-jun-03-2024-0154-pm','','','2024-06-04 21:14:12','2024-06-04 21:14:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2693',0,'shop_order','',3),(2694,1,'2024-06-03 17:42:56','2024-06-03 17:42:56','','Order &ndash; June 3, 2024 @ 05:42 PM','','wc-completed','closed','closed','wc_order_NCLO92XMq5wl2','order-jun-03-2024-0542-pm','','','2024-06-04 21:15:40','2024-06-04 21:15:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2694',0,'shop_order','',3),(2695,1,'2024-06-03 17:54:19','2024-06-03 17:54:19','','Order &ndash; June 3, 2024 @ 05:54 PM','','wc-completed','closed','closed','wc_order_uP9is6zC6tpoC','order-jun-03-2024-0554-pm','','','2024-06-04 21:17:01','2024-06-04 21:17:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2695',0,'shop_order','',3),(2696,1,'2024-06-04 19:53:57','2024-06-04 19:53:57','','Order &ndash; June 4, 2024 @ 07:53 PM','','wc-completed','closed','closed','wc_order_KkorcmUQRE5Fd','order-jun-04-2024-0753-pm','','','2024-06-10 21:09:23','2024-06-10 21:09:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2696',0,'shop_order','',5),(2697,1,'2024-06-04 21:15:41','2024-06-04 21:15:41','','Order &ndash; June 4, 2024 @ 09:15 PM','','wc-completed','closed','closed','wc_order_Cec0VTZgWyRU6','order-jun-04-2024-0915-pm','','','2024-06-06 02:05:39','2024-06-06 02:05:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2697',0,'shop_order','',3),(2698,1,'2024-06-05 18:47:38','2024-06-05 18:47:38','','Order &ndash; June 5, 2024 @ 06:47 PM','','wc-completed','closed','closed','wc_order_3ZFe5htokatCO','order-jun-05-2024-0647-pm','','','2024-06-07 21:43:52','2024-06-07 21:43:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2698',0,'shop_order','',5),(2699,1,'2024-06-05 21:02:33','2024-06-05 21:02:33','','Order &ndash; June 5, 2024 @ 09:02 PM','','wc-completed','closed','closed','wc_order_CiSzSVRSqgvwC','order-jun-05-2024-0902-pm','','','2024-06-07 21:43:22','2024-06-07 21:43:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2699',0,'shop_order','',3),(2700,1,'2024-06-06 11:10:32','2024-06-06 11:10:32','','Order &ndash; June 6, 2024 @ 11:10 AM','','wc-completed','closed','closed','wc_order_t82DJ30f9ZfOX','order-jun-06-2024-1110-am','','','2024-06-07 21:44:35','2024-06-07 21:44:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2700',0,'shop_order','',3),(2701,1,'2024-06-06 16:10:07','2024-06-06 16:10:07','','Order &ndash; June 6, 2024 @ 04:10 PM','','wc-completed','closed','closed','wc_order_o7wk3Dxeq1Ial','order-jun-06-2024-0410-pm','','','2024-06-07 21:45:16','2024-06-07 21:45:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2701',0,'shop_order','',3),(2702,1,'2024-06-06 19:26:14','2024-06-06 19:26:14','','Order &ndash; June 6, 2024 @ 07:26 PM','','wc-completed','closed','closed','wc_order_Iins7plxlXXFo','order-jun-06-2024-0726-pm','','','2024-06-07 21:46:03','2024-06-07 21:46:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2702',0,'shop_order','',3),(2703,1,'2024-06-06 20:13:09','2024-06-06 20:13:09','','Order &ndash; June 6, 2024 @ 08:13 PM','','wc-completed','closed','closed','wc_order_j4vL9XRUhdB62','order-jun-06-2024-0813-pm','','','2024-06-06 21:22:10','2024-06-06 21:22:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2703',0,'shop_order','',4),(2704,1,'2024-06-06 21:21:28','2024-06-06 21:21:28','','Refund &ndash; Jun 06, 2024 @ 09:21 PM','','wc-completed','closed','closed','wc_order_FeH5ADXFL6v8D','refund-jun-06-2024-0921-pm','','','2024-06-06 21:21:28','2024-06-06 21:21:28','',2703,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=2704',0,'shop_order_refund','',0),(2705,1,'2024-06-07 11:07:14','2024-06-07 11:07:14','','Order &ndash; June 7, 2024 @ 11:07 AM','','wc-completed','closed','closed','wc_order_ipmYhHgJSlUXC','order-jun-07-2024-1107-am','','','2024-06-07 21:46:48','2024-06-07 21:46:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2705',0,'shop_order','',3),(2706,1,'2024-06-07 16:17:28','2024-06-07 16:17:28','','Order &ndash; June 7, 2024 @ 04:17 PM','','wc-completed','closed','closed','wc_order_Acgqi4gaV1Usi','order-jun-07-2024-0417-pm','','','2024-06-07 21:47:08','2024-06-07 21:47:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2706',0,'shop_order','',3),(2707,1,'2024-06-07 23:03:51','2024-06-07 23:03:51','','Order &ndash; June 7, 2024 @ 11:03 PM','','wc-completed','closed','closed','wc_order_mTBYjxP3FzSVl','order-jun-07-2024-1103-pm','','','2024-06-10 21:09:40','2024-06-10 21:09:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2707',0,'shop_order','',3),(2708,1,'2024-06-09 03:34:47','2024-06-09 03:34:47','','Order &ndash; June 9, 2024 @ 03:34 AM','','wc-completed','closed','closed','wc_order_rGWjP0veL0x4W','order-jun-09-2024-0334-am','','','2024-06-10 21:11:27','2024-06-10 21:11:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2708',0,'shop_order','',3),(2709,1,'2024-06-09 14:58:44','2024-06-09 14:58:44','','Order &ndash; June 9, 2024 @ 02:58 PM','','wc-completed','closed','closed','wc_order_76TLOyGLVnB5f','order-jun-09-2024-0258-pm','','','2024-06-10 21:10:16','2024-06-10 21:10:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2709',0,'shop_order','',3),(2710,1,'2024-06-11 19:08:02','2024-06-11 19:08:02','','Order &ndash; June 11, 2024 @ 07:08 PM','','wc-completed','closed','closed','wc_order_EdEsjc5fIBucB','order-jun-11-2024-0708-pm','','','2024-06-13 00:49:54','2024-06-13 00:49:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2710',0,'shop_order','',3),(2711,1,'2024-06-12 20:47:01','2024-06-12 20:47:01','','Order &ndash; June 12, 2024 @ 08:47 PM','','wc-completed','closed','closed','wc_order_OUjxR05Gchyz6','order-jun-12-2024-0847-pm','','','2024-06-13 21:18:17','2024-06-13 21:18:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2711',0,'shop_order','',3),(2712,1,'2024-06-14 14:37:27','2024-06-14 14:37:27','','Order &ndash; June 14, 2024 @ 02:37 PM','','wc-completed','closed','closed','wc_order_Wh0eJwLwRShir','order-jun-14-2024-0237-pm','','','2024-06-19 23:24:51','2024-06-19 23:24:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2712',0,'shop_order','',3),(2713,1,'2024-06-14 22:11:32','2024-06-14 22:11:32','','Order &ndash; June 14, 2024 @ 10:11 PM','','wc-completed','closed','closed','wc_order_Pp4RhDe4SrMq4','order-jun-14-2024-1011-pm','','','2024-06-18 04:44:55','2024-06-18 04:44:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2713',0,'shop_order','',3),(2714,1,'2024-06-15 12:40:31','2024-06-15 12:40:31','','Order &ndash; June 15, 2024 @ 12:40 PM','','wc-completed','closed','closed','wc_order_LjAaS5jvgDc4a','order-jun-15-2024-1240-pm','','','2024-06-18 04:43:59','2024-06-18 04:43:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2714',0,'shop_order','',3),(2715,1,'2024-06-15 15:37:06','2024-06-15 15:37:06','','Order &ndash; June 15, 2024 @ 03:37 PM','Please deliver directly to suite.','wc-completed','closed','closed','wc_order_gFTypysVFIEpS','order-jun-15-2024-0337-pm','','','2024-06-18 04:45:49','2024-06-18 04:45:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2715',0,'shop_order','',3),(2716,1,'2024-06-16 19:21:13','2024-06-16 19:21:13','','Order &ndash; June 16, 2024 @ 07:21 PM','','wc-completed','closed','closed','wc_order_ubaiuor5ihaLN','order-jun-16-2024-0721-pm','','','2024-06-21 04:01:20','2024-06-21 04:01:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2716',0,'shop_order','',5),(2717,1,'2024-06-17 20:32:16','2024-06-17 20:32:16','','Order &ndash; June 17, 2024 @ 08:32 PM','','wc-completed','closed','closed','wc_order_6WiDWs5PGjJMP','order-jun-17-2024-0832-pm','','','2024-06-19 16:21:26','2024-06-19 16:21:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2717',0,'shop_order','',3),(2718,1,'2024-06-17 21:12:34','2024-06-17 21:12:34','','Order &ndash; June 17, 2024 @ 09:12 PM','','wc-completed','closed','closed','wc_order_6khbg12P0S0Ss','order-jun-17-2024-0912-pm','','','2024-06-19 16:20:17','2024-06-19 16:20:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2718',0,'shop_order','',3),(2719,95,'2024-06-18 04:53:31','2024-06-18 04:53:31','<!-- wp:shortcode -->\r\n<p>[woocommerce_my_account]</p>\r\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','22-revision-v1','','','2024-06-18 04:53:31','2024-06-18 04:53:31','',22,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2719',0,'revision','',0),(2720,1,'2024-06-18 06:29:01','2024-06-18 06:29:01','','Order &ndash; June 18, 2024 @ 06:29 AM','','wc-completed','closed','closed','wc_order_hvj29jrT5djzg','order-jun-18-2024-0629-am','','','2024-06-18 19:30:58','2024-06-18 19:30:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2720',0,'shop_order','',3),(2721,1,'2024-06-18 14:50:17','2024-06-18 14:50:17','','Order &ndash; June 18, 2024 @ 02:50 PM','','wc-completed','closed','closed','wc_order_qKhaczJOzRAKt','order-jun-18-2024-0250-pm','','','2024-06-18 19:34:23','2024-06-18 19:34:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2721',0,'shop_order','',3),(2722,1,'2024-06-18 18:09:53','2024-06-18 18:09:53','','Order &ndash; June 18, 2024 @ 06:09 PM','','wc-completed','closed','closed','wc_order_wnNT8VJWcPrqq','order-jun-18-2024-0609-pm','','','2024-06-19 02:46:04','2024-06-19 02:46:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2722',0,'shop_order','',3),(2723,1,'2024-06-18 18:18:43','2024-06-18 18:18:43','','Order &ndash; June 18, 2024 @ 06:18 PM','','wc-completed','closed','closed','wc_order_nbf84xFtSJpjJ','order-jun-18-2024-0618-pm','','','2024-06-19 02:44:30','2024-06-19 02:44:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2723',0,'shop_order','',3),(2724,1,'2024-06-18 18:32:19','2024-06-18 18:32:19','','Order &ndash; June 18, 2024 @ 06:32 PM','','wc-completed','closed','closed','wc_order_xxyAKx4NO0foV','order-jun-18-2024-0632-pm','','','2024-06-19 02:45:24','2024-06-19 02:45:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2724',0,'shop_order','',3),(2725,1,'2024-06-18 18:46:59','2024-06-18 18:46:59','','Order &ndash; June 18, 2024 @ 06:46 PM','','wc-completed','closed','closed','wc_order_vCOXaCqgEqtGE','order-jun-18-2024-0646-pm','','','2024-06-19 16:22:31','2024-06-19 16:22:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2725',0,'shop_order','',3),(2726,1,'2024-06-19 15:06:53','2024-06-19 15:06:53','','Order &ndash; June 19, 2024 @ 03:06 PM','Please deliver direct to Suite','wc-completed','closed','closed','wc_order_DFS7WVLP1oiuI','order-jun-19-2024-0306-pm','','','2024-06-19 23:26:06','2024-06-19 23:26:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2726',0,'shop_order','',3),(2727,1,'2024-06-20 18:16:15','2024-06-20 18:16:15','','Order &ndash; June 20, 2024 @ 06:16 PM','','wc-completed','closed','closed','wc_order_Ct51h5jukJexk','order-jun-20-2024-0616-pm','','','2024-06-21 04:03:32','2024-06-21 04:03:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2727',0,'shop_order','',3),(2728,1,'2024-06-20 18:54:20','2024-06-20 18:54:20','','Order &ndash; June 20, 2024 @ 06:54 PM','','wc-completed','closed','closed','wc_order_elYfuD1hO6xm0','order-jun-20-2024-0654-pm','','','2024-06-21 04:02:38','2024-06-21 04:02:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2728',0,'shop_order','',3),(2729,1,'2024-06-20 19:50:35','2024-06-20 19:50:35','','Order &ndash; June 20, 2024 @ 07:50 PM','','wc-completed','closed','closed','wc_order_cUB9VsIM78hlG','order-jun-20-2024-0750-pm','','','2024-06-21 03:59:51','2024-06-21 03:59:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2729',0,'shop_order','',3),(2730,1,'2024-06-22 17:07:34','2024-06-22 17:07:34','','Order &ndash; June 22, 2024 @ 05:07 PM','','wc-completed','closed','closed','wc_order_ZhJHCDr7UFnLL','order-jun-22-2024-0507-pm','','','2024-06-26 01:49:46','2024-06-26 01:49:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2730',0,'shop_order','',3),(2731,1,'2024-06-22 19:42:48','2024-06-22 19:42:48','','Order &ndash; June 22, 2024 @ 07:42 PM','','wc-completed','closed','closed','wc_order_I8y96kpTUXbQa','order-jun-22-2024-0742-pm','','','2024-06-26 01:50:21','2024-06-26 01:50:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2731',0,'shop_order','',3),(2732,1,'2024-06-22 20:54:31','2024-06-22 20:54:31','','Order &ndash; June 22, 2024 @ 08:54 PM','','wc-completed','closed','closed','wc_order_R9ugRThbWXgY8','order-jun-22-2024-0854-pm','','','2024-06-26 01:51:14','2024-06-26 01:51:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2732',0,'shop_order','',3),(2733,1,'2024-06-24 15:14:50','2024-06-24 15:14:50','','Order &ndash; June 24, 2024 @ 03:14 PM','','wc-completed','closed','closed','wc_order_PsatKDIRxK1eA','order-jun-24-2024-0314-pm','','','2024-06-26 01:55:03','2024-06-26 01:55:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2733',0,'shop_order','',3),(2734,1,'2024-06-24 15:56:40','2024-06-24 15:56:40','','Order &ndash; June 24, 2024 @ 03:56 PM','','wc-completed','closed','closed','wc_order_mc4SVrYRXosX9','order-jun-24-2024-0356-pm','','','2024-07-02 21:10:46','2024-07-02 21:10:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2734',0,'shop_order','',3),(2735,1,'2024-06-24 18:21:30','2024-06-24 18:21:30','','Order &ndash; June 24, 2024 @ 06:21 PM','','wc-completed','closed','closed','wc_order_hDHGqLMzNGfS1','order-jun-24-2024-0621-pm','','','2024-06-26 01:56:06','2024-06-26 01:56:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2735',0,'shop_order','',3),(2736,1,'2024-06-24 18:25:30','2024-06-24 18:25:30','','Order &ndash; June 24, 2024 @ 06:25 PM','','wc-completed','closed','closed','wc_order_Rkd0mOOmAqj1q','order-jun-24-2024-0625-pm','','','2024-06-26 01:55:33','2024-06-26 01:55:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2736',0,'shop_order','',3),(2737,1,'2024-06-24 18:29:53','2024-06-24 18:29:53','','Order &ndash; June 24, 2024 @ 06:29 PM','','wc-completed','closed','closed','wc_order_VxzmzZRNLxVjT','order-jun-24-2024-0629-pm','','','2024-06-26 01:56:44','2024-06-26 01:56:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2737',0,'shop_order','',3),(2738,1,'2024-06-24 21:13:28','2024-06-24 21:13:28','','Order &ndash; June 24, 2024 @ 09:13 PM','','wc-completed','closed','closed','wc_order_tRCMzSRDMit2E','order-jun-24-2024-0913-pm','','','2024-06-26 01:57:49','2024-06-26 01:57:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2738',0,'shop_order','',3),(2739,1,'2024-06-24 22:23:38','2024-06-24 22:23:38','','Order &ndash; June 24, 2024 @ 10:23 PM','','wc-completed','closed','closed','wc_order_se6990xWgnVsX','order-jun-24-2024-1023-pm','','','2024-06-26 01:57:09','2024-06-26 01:57:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2739',0,'shop_order','',3),(2740,1,'2024-06-25 18:46:26','2024-06-25 18:46:26','','Order &ndash; June 25, 2024 @ 06:46 PM','','wc-completed','closed','closed','wc_order_scZM0NRmYv5XU','order-jun-25-2024-0646-pm','','','2024-06-26 01:59:06','2024-06-26 01:59:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2740',0,'shop_order','',3),(2741,1,'2024-06-25 20:24:16','2024-06-25 20:24:16','','Order &ndash; June 25, 2024 @ 08:24 PM','','wc-completed','closed','closed','wc_order_gjB7D4XiO9CRs','order-jun-25-2024-0824-pm','','','2024-06-27 19:08:20','2024-06-27 19:08:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2741',0,'shop_order','',3),(2742,1,'2024-06-26 18:28:58','2024-06-26 18:28:58','','Order &ndash; June 26, 2024 @ 06:28 PM','if door locked, please leave package','wc-completed','closed','closed','wc_order_TEnweq19baZZo','order-jun-26-2024-0628-pm','','','2024-06-27 19:07:36','2024-06-27 19:07:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2742',0,'shop_order','',3),(2743,1,'2024-06-27 05:45:04','2024-06-27 05:45:04','','Order &ndash; June 27, 2024 @ 05:45 AM','','wc-completed','closed','closed','wc_order_YXmtILrq5xmvH','order-jun-27-2024-0545-am','','','2024-06-27 19:06:55','2024-06-27 19:06:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2743',0,'shop_order','',3),(2744,1,'2024-06-27 16:52:54','2024-06-27 16:52:54','','Order &ndash; June 27, 2024 @ 04:52 PM','','wc-completed','closed','closed','wc_order_82Uv67Kh7EZ1p','order-jun-27-2024-0452-pm','','','2024-06-27 19:05:56','2024-06-27 19:05:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2744',0,'shop_order','',3),(2745,1,'2024-06-28 15:09:50','2024-06-28 15:09:50','','Order &ndash; June 28, 2024 @ 03:09 PM','','wc-completed','closed','closed','wc_order_SJw3dONxdFkGu','order-jun-28-2024-0309-pm','','','2024-07-02 03:49:49','2024-07-02 03:49:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2745',0,'shop_order','',3),(2746,1,'2024-06-28 18:23:17','2024-06-28 18:23:17','','Order &ndash; June 28, 2024 @ 06:23 PM','Please deliver directly to Suite- do not leave on front porch of building','wc-completed','closed','closed','wc_order_HLizSjTGktR2h','order-jun-28-2024-0623-pm','','','2024-07-02 03:52:22','2024-07-02 03:52:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2746',0,'shop_order','',3),(2747,1,'2024-06-28 20:13:28','2024-06-28 20:13:28','','Order &ndash; June 28, 2024 @ 08:13 PM','','wc-completed','closed','closed','wc_order_q9kMSNFpJoDYP','order-jun-28-2024-0813-pm','','','2024-07-02 03:50:54','2024-07-02 03:50:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2747',0,'shop_order','',3),(2748,1,'2024-06-28 21:21:09','2024-06-28 21:21:09','','Order &ndash; June 28, 2024 @ 09:21 PM','PLEASE LEAVE PRODUCTS INSIDE SUITE #106, DOOR CODE IS 4455','wc-completed','closed','closed','wc_order_AFwACuNB75ZK4','order-jun-28-2024-0921-pm','','','2024-07-02 03:52:00','2024-07-02 03:52:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2748',0,'shop_order','',3),(2749,1,'2024-06-29 09:04:43','2024-06-29 09:04:43','','Order &ndash; June 29, 2024 @ 09:04 AM','','wc-completed','closed','closed','wc_order_BTpODwr1WIfOe','order-jun-29-2024-0904-am','','','2024-07-02 03:53:39','2024-07-02 03:53:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2749',0,'shop_order','',3),(2750,1,'2024-06-29 17:55:34','2024-06-29 17:55:34','','Order &ndash; June 29, 2024 @ 05:55 PM','','wc-completed','closed','closed','wc_order_PrORAbPzlE2Hz','order-jun-29-2024-0555-pm','','','2024-07-02 03:52:54','2024-07-02 03:52:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2750',0,'shop_order','',3),(2751,1,'2024-06-30 00:22:44','2024-06-30 00:22:44','','Order &ndash; June 30, 2024 @ 12:22 AM','','wc-completed','closed','closed','wc_order_XBqjF5OHgwaza','order-jun-30-2024-1222-am','','','2024-07-02 21:10:25','2024-07-02 21:10:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2751',0,'shop_order','',3),(2752,1,'2024-07-04 07:48:15','2024-07-04 07:48:15','','Order &ndash; July 4, 2024 @ 07:48 AM','','wc-completed','closed','closed','wc_order_0SGiOEizwvJW8','order-jul-04-2024-0748-am','','','2024-07-11 00:21:15','2024-07-11 00:21:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2752',0,'shop_order','',3),(2753,1,'2024-07-07 16:36:30','2024-07-07 16:36:30','','Order &ndash; July 7, 2024 @ 04:36 PM','','wc-completed','closed','closed','wc_order_3SotDTrU9fdvn','order-jul-07-2024-0436-pm','','','2024-07-11 02:33:58','2024-07-11 02:33:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2753',0,'shop_order','',5),(2754,1,'2024-07-07 21:00:57','2024-07-07 21:00:57','','Order &ndash; July 7, 2024 @ 09:00 PM','','wc-completed','closed','closed','wc_order_6JzSucCjimftO','order-jul-07-2024-0900-pm','','','2024-07-11 02:20:26','2024-07-11 02:20:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2754',0,'shop_order','',3),(2755,1,'2024-07-08 01:46:05','2024-07-08 01:46:05','','Order &ndash; July 8, 2024 @ 01:46 AM','','wc-completed','closed','closed','wc_order_HdJLaVduBpVD8','order-jul-08-2024-0146-am','','','2024-07-11 02:23:03','2024-07-11 02:23:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2755',0,'shop_order','',3),(2756,1,'2024-07-08 13:37:27','2024-07-08 13:37:27','','Order &ndash; July 8, 2024 @ 01:37 PM','','wc-completed','closed','closed','wc_order_gLICd6i0sUoQO','order-jul-08-2024-0137-pm','','','2024-07-11 02:33:28','2024-07-11 02:33:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2756',0,'shop_order','',3),(2757,1,'2024-07-08 20:37:43','2024-07-08 20:37:43','','Order &ndash; July 8, 2024 @ 08:37 PM','','wc-completed','closed','closed','wc_order_du7FJa7E43VXQ','order-jul-08-2024-0837-pm','','','2024-07-11 02:35:30','2024-07-11 02:35:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2757',0,'shop_order','',3),(2758,1,'2024-07-09 16:16:23','2024-07-09 16:16:23','','Order &ndash; July 9, 2024 @ 04:16 PM','','wc-completed','closed','closed','wc_order_QOGAxc9NbcU89','order-jul-09-2024-0416-pm','','','2024-07-11 02:37:42','2024-07-11 02:37:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2758',0,'shop_order','',3),(2759,1,'2024-07-09 16:23:39','2024-07-09 16:23:39','','Order &ndash; July 9, 2024 @ 04:23 PM','','wc-completed','closed','closed','wc_order_iiwfHdSds0xN5','order-jul-09-2024-0423-pm','','','2024-07-11 02:38:17','2024-07-11 02:38:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2759',0,'shop_order','',3),(2760,1,'2024-07-09 16:34:34','2024-07-09 16:34:34','','Order &ndash; July 9, 2024 @ 04:34 PM','','wc-completed','closed','closed','wc_order_1fUZy7i5Q33AV','order-jul-09-2024-0434-pm','','','2024-07-11 02:38:49','2024-07-11 02:38:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2760',0,'shop_order','',3),(2761,1,'2024-07-09 20:11:44','2024-07-09 20:11:44','','Order &ndash; July 9, 2024 @ 08:11 PM','','wc-completed','closed','closed','wc_order_30VDLDbYMxf8n','order-jul-09-2024-0811-pm','','','2024-07-11 02:39:40','2024-07-11 02:39:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2761',0,'shop_order','',3),(2762,1,'2024-07-10 00:56:26','2024-07-10 00:56:26','','Order &ndash; July 10, 2024 @ 12:56 AM','','wc-cancelled','open','closed','wc_order_MdDWltQAjFbHe','order-jul-10-2024-1256-am','','','2024-07-10 01:01:04','2024-07-10 01:01:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2762',0,'shop_order','',1),(2763,1,'2024-07-10 01:03:13','2024-07-10 01:03:13','','Order &ndash; July 10, 2024 @ 01:03 AM','','wc-completed','closed','closed','wc_order_kHkxIWQuyyxEo','order-jul-10-2024-0103-am','','','2024-07-11 02:40:39','2024-07-11 02:40:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2763',0,'shop_order','',3),(2764,1,'2024-07-10 21:51:27','2024-07-10 21:51:27','','Order &ndash; July 10, 2024 @ 09:51 PM','','wc-completed','closed','closed','wc_order_QLJ3IcKbixGM4','order-jul-10-2024-0951-pm','','','2024-07-12 18:02:10','2024-07-12 18:02:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2764',0,'shop_order','',3),(2765,1,'2024-07-10 22:04:17','2024-07-10 22:04:17','','Order &ndash; July 10, 2024 @ 10:04 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_XDD5ct4subsFF','order-jul-10-2024-1004-pm','','','2024-07-12 18:04:24','2024-07-12 18:04:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2765',0,'shop_order','',3),(2766,1,'2024-07-11 12:45:21','2024-07-11 12:45:21','','Order &ndash; July 11, 2024 @ 12:45 PM','','wc-completed','closed','closed','wc_order_3gGOWzEoLNfjR','order-jul-11-2024-1245-pm','','','2024-07-11 18:16:25','2024-07-11 18:16:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2766',0,'shop_order','',3),(2767,1,'2024-07-11 18:05:58','2024-07-11 18:05:58','','Order &ndash; July 11, 2024 @ 06:05 PM','','wc-completed','closed','closed','wc_order_ZJnmMUX4L6yhI','order-jul-11-2024-0605-pm','','','2024-07-12 18:03:35','2024-07-12 18:03:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2767',0,'shop_order','',3),(2768,1,'2024-07-11 21:54:19','2024-07-11 21:54:19','','Order &ndash; July 11, 2024 @ 09:54 PM','','wc-completed','closed','closed','wc_order_7tjk2CZWGZ0v3','order-jul-11-2024-0954-pm','','','2024-07-19 19:19:46','2024-07-19 19:19:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2768',0,'shop_order','',5),(2770,1,'2024-07-12 04:55:06','2024-07-12 04:55:06','','Order &ndash; July 12, 2024 @ 04:55 AM','','wc-completed','closed','closed','wc_order_eYl7500hlujdG','order-jul-12-2024-0455-am','','','2024-07-12 18:07:43','2024-07-12 18:07:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2770',0,'shop_order','',3),(2771,1,'2024-07-12 20:02:06','2024-07-12 20:02:06','','Order &ndash; July 12, 2024 @ 08:02 PM','','wc-completed','closed','closed','wc_order_tjudtZAcw7zTH','order-jul-12-2024-0802-pm','','','2024-07-16 18:57:02','2024-07-16 18:57:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2771',0,'shop_order','',3),(2772,1,'2024-07-12 21:06:56','2024-07-12 21:06:56','','Order &ndash; July 12, 2024 @ 09:06 PM','','wc-completed','closed','closed','wc_order_Q1PCuaBnuhbP6','order-jul-12-2024-0906-pm','','','2024-07-16 18:55:42','2024-07-16 18:55:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2772',0,'shop_order','',3),(2773,1,'2024-07-14 20:38:13','2024-07-14 20:38:13','','Order &ndash; July 14, 2024 @ 08:38 PM','','wc-completed','closed','closed','wc_order_7pI47cuOXWcSM','order-jul-14-2024-0838-pm','','','2024-07-17 15:37:03','2024-07-17 15:37:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2773',0,'shop_order','',5),(2774,1,'2024-07-15 05:36:37','2024-07-15 05:36:37','','Order &ndash; July 15, 2024 @ 05:36 AM','','wc-completed','closed','closed','wc_order_YRzsYJbFxZIqT','order-jul-15-2024-0536-am','','','2024-07-19 19:21:14','2024-07-19 19:21:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2774',0,'shop_order','',5),(2775,1,'2024-07-15 11:03:58','2024-07-15 11:03:58','','Order &ndash; July 15, 2024 @ 11:03 AM','','wc-completed','closed','closed','wc_order_sOOCKzNlJO1i3','order-jul-15-2024-1103-am','','','2024-07-16 16:31:25','2024-07-16 16:31:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2775',0,'shop_order','',3),(2779,1,'2024-07-16 19:07:31','2024-07-16 19:07:31','','Order &ndash; July 16, 2024 @ 07:07 PM','','wc-completed','closed','closed','wc_order_bBFNWsowVj1jl','order-jul-16-2024-0707-pm','','','2024-07-18 04:37:43','2024-07-18 04:37:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2779',0,'shop_order','',3),(2780,1,'2024-07-16 21:03:59','2024-07-16 21:03:59','','Order &ndash; July 16, 2024 @ 09:03 PM','Please deliver to the blue building. NOT the green building. Thank you.','wc-completed','closed','closed','wc_order_e23UFt2ljuEvZ','order-jul-16-2024-0903-pm','','','2024-07-18 04:38:49','2024-07-18 04:38:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2780',0,'shop_order','',3),(2781,1,'2024-07-16 21:14:58','2024-07-16 21:14:58','','Order &ndash; July 16, 2024 @ 09:14 PM','','wc-completed','closed','closed','wc_order_2TV9cbqvOyFrS','order-jul-16-2024-0914-pm','','','2024-07-18 04:43:57','2024-07-18 04:43:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2781',0,'shop_order','',3),(2782,1,'2024-07-16 21:22:58','2024-07-16 21:22:58','','Order &ndash; July 16, 2024 @ 09:22 PM','Please deliver directly to suite.','wc-completed','closed','closed','wc_order_iiUYIj2Tc8mzk','order-jul-16-2024-0922-pm','','','2024-07-18 04:45:13','2024-07-18 04:45:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2782',0,'shop_order','',3),(2783,1,'2024-07-16 23:59:26','2024-07-16 23:59:26','','Order &ndash; July 16, 2024 @ 11:59 PM','','wc-completed','closed','closed','wc_order_HGFpuNJdU3SXe','order-jul-16-2024-1159-pm','','','2024-07-18 04:40:46','2024-07-18 04:40:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2783',0,'shop_order','',3),(2784,1,'2024-07-17 18:19:13','2024-07-17 18:19:13','','Order &ndash; July 17, 2024 @ 06:19 PM','','wc-completed','closed','closed','wc_order_LyCAlcY4r4IMY','order-jul-17-2024-0619-pm','','','2024-07-18 04:46:51','2024-07-18 04:46:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2784',0,'shop_order','',3),(2785,1,'2024-07-18 17:35:51','2024-07-18 17:35:51','','Order &ndash; July 18, 2024 @ 05:35 PM','LCA- DO NOT LEAVE with New Concepts Hair Salon','wc-completed','closed','closed','wc_order_oIVdFODhazu6v','order-jul-18-2024-0535-pm','','','2024-07-19 19:20:27','2024-07-19 19:20:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2785',0,'shop_order','',3),(2787,1,'2024-07-19 00:29:56','2024-07-19 00:29:56','','Order &ndash; July 19, 2024 @ 12:29 AM','','wc-completed','closed','closed','wc_order_znR40ZTyBiLhM','order-jul-19-2024-1229-am','','','2024-07-19 19:21:40','2024-07-19 19:21:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2787',0,'shop_order','',3),(2788,1,'2024-07-19 14:40:01','2024-07-19 14:40:01','','Order &ndash; July 19, 2024 @ 02:40 PM','','wc-completed','closed','closed','wc_order_Ge3zuJjMCcdVs','order-jul-19-2024-0240-pm','','','2024-07-19 19:22:37','2024-07-19 19:22:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2788',0,'shop_order','',3),(2789,1,'2024-07-19 17:24:19','2024-07-19 17:24:19','','Order &ndash; July 19, 2024 @ 05:24 PM','Please bring directly up to suite','wc-completed','closed','closed','wc_order_o7yWwAWlqoMoP','order-jul-19-2024-0524-pm','','','2024-07-20 02:20:59','2024-07-20 02:20:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2789',0,'shop_order','',3),(2790,1,'2024-07-19 19:51:39','2024-07-19 19:51:39','','Order &ndash; July 19, 2024 @ 07:51 PM','','wc-completed','closed','closed','wc_order_1VZlKMtpTwUm7','order-jul-19-2024-0751-pm','','','2024-07-20 02:21:28','2024-07-20 02:21:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2790',0,'shop_order','',3),(2791,1,'2024-07-19 19:54:27','2024-07-19 19:54:27','','Order &ndash; July 19, 2024 @ 07:54 PM','','wc-completed','closed','closed','wc_order_j8Wyk3dJ9A9vo','order-jul-19-2024-0754-pm','','','2024-07-20 02:21:53','2024-07-20 02:21:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2791',0,'shop_order','',3),(2792,1,'2024-07-21 14:11:36','2024-07-21 14:11:36','','Order &ndash; July 21, 2024 @ 02:11 PM','','wc-completed','closed','closed','wc_order_ZSJgSu7yPGW4n','order-jul-21-2024-0211-pm','','','2024-07-23 15:52:13','2024-07-23 15:52:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2792',0,'shop_order','',3),(2793,1,'2024-07-22 12:49:37','2024-07-22 12:49:37','','Order &ndash; July 22, 2024 @ 12:49 PM','','wc-completed','closed','closed','wc_order_g1AuZbXiVDaxv','order-jul-22-2024-1249-pm','','','2024-07-23 20:52:15','2024-07-23 20:52:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2793',0,'shop_order','',3),(2794,1,'2024-07-22 13:07:11','2024-07-22 13:07:11','','Order &ndash; July 22, 2024 @ 01:07 PM','','wc-completed','closed','closed','wc_order_vhN65dFqATxwI','order-jul-22-2024-0107-pm','','','2024-07-23 15:50:47','2024-07-23 15:50:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2794',0,'shop_order','',3),(2795,1,'2024-07-22 13:46:14','2024-07-22 13:46:14','','Order &ndash; July 22, 2024 @ 01:46 PM','','wc-completed','closed','closed','wc_order_LXfpnYz6UWHgD','order-jul-22-2024-0146-pm','','','2024-07-23 15:49:09','2024-07-23 15:49:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2795',0,'shop_order','',3),(2796,1,'2024-07-22 15:51:08','2024-07-22 15:51:08','','Order &ndash; July 22, 2024 @ 03:51 PM','','wc-completed','closed','closed','wc_order_h5a32hK6xXoGH','order-jul-22-2024-0351-pm','','','2024-07-23 15:50:00','2024-07-23 15:50:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2796',0,'shop_order','',3),(2797,1,'2024-07-22 20:41:08','2024-07-22 20:41:08','','Order &ndash; July 22, 2024 @ 08:41 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_wjbliPIBqujus','order-jul-22-2024-0841-pm','','','2024-07-23 18:20:43','2024-07-23 18:20:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2797',0,'shop_order','',3),(2798,1,'2024-07-22 20:51:52','2024-07-22 20:51:52','','Order &ndash; July 22, 2024 @ 08:51 PM','','wc-completed','closed','closed','wc_order_eCYlUZpKsbPkx','order-jul-22-2024-0851-pm','','','2024-07-23 18:19:08','2024-07-23 18:19:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2798',0,'shop_order','',3),(2801,2,'2024-07-23 20:57:13','2024-07-23 20:57:13','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2024-07-23 20:57:13','2024-07-23 20:57:13','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2801',0,'revision','',0),(2802,2,'2024-07-23 20:57:13','2024-07-23 20:57:13','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2024-07-23 20:57:13','2024-07-23 20:57:13','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2802',0,'revision','',0),(2804,1,'2024-07-23 21:54:16','2024-07-23 21:54:16','','Order &ndash; July 23, 2024 @ 09:54 PM','','wc-cancelled','open','closed','wc_order_E9HWUbVdx9pLn','order-jul-23-2024-0954-pm','','','2024-07-23 21:58:42','2024-07-23 21:58:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2804',0,'shop_order','',1),(2805,1,'2024-07-23 21:58:56','2024-07-23 21:58:56','','Order &ndash; July 23, 2024 @ 09:58 PM','','wc-completed','closed','closed','wc_order_7VLJoEGDc2LN0','order-jul-23-2024-0958-pm','','','2024-07-24 16:51:11','2024-07-24 16:51:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2805',0,'shop_order','',3),(2806,1,'2024-07-23 22:19:01','2024-07-23 22:19:01','','Order &ndash; July 23, 2024 @ 10:19 PM','','wc-completed','closed','closed','wc_order_Td7IWivEWpyHT','order-jul-23-2024-1019-pm','','','2024-07-24 16:50:21','2024-07-24 16:50:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2806',0,'shop_order','',3),(2807,1,'2024-07-23 22:37:26','2024-07-23 22:37:26','','Order &ndash; July 23, 2024 @ 10:37 PM','','wc-completed','closed','closed','wc_order_CqBXOL6cBaSYD','order-jul-23-2024-1037-pm','','','2024-07-24 18:58:06','2024-07-24 18:58:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2807',0,'shop_order','',3),(2808,1,'2024-07-24 00:05:19','2024-07-24 00:05:19','','Order &ndash; July 24, 2024 @ 12:05 AM','Please leave outside door if no one is there','wc-completed','closed','closed','wc_order_haKfQTbDiyyN7','order-jul-24-2024-1205-am','','','2024-07-24 18:57:01','2024-07-24 18:57:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2808',0,'shop_order','',3),(2809,1,'2024-07-24 21:35:49','2024-07-24 21:35:49','','Order &ndash; July 24, 2024 @ 09:35 PM','','wc-completed','closed','closed','wc_order_qLRzKM4JTPDR6','order-jul-24-2024-0935-pm','','','2024-07-29 18:00:43','2024-07-29 18:00:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2809',0,'shop_order','',3),(2810,1,'2024-07-24 21:38:54','2024-07-24 21:38:54','','Order &ndash; July 24, 2024 @ 09:38 PM','','wc-completed','closed','closed','wc_order_5xI7IaUpyw3aO','order-jul-24-2024-0938-pm','','','2024-07-25 21:03:37','2024-07-25 21:03:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2810',0,'shop_order','',3),(2811,1,'2024-07-25 19:27:24','2024-07-25 19:27:24','','Order &ndash; July 25, 2024 @ 07:27 PM','If door is locked, please leave package(s)','wc-completed','closed','closed','wc_order_ImNYVKZlA8db1','order-jul-25-2024-0727-pm','','','2024-07-26 00:05:07','2024-07-26 00:05:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2811',0,'shop_order','',3),(2812,1,'2024-07-25 20:26:40','2024-07-25 20:26:40','','Order &ndash; July 25, 2024 @ 08:26 PM','','wc-completed','closed','closed','wc_order_s9OxHC4EdMPUf','order-jul-25-2024-0826-pm','','','2024-07-26 19:38:40','2024-07-26 19:38:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2812',0,'shop_order','',3),(2813,1,'2024-07-29 15:32:01','2024-07-29 15:32:01','','Order &ndash; July 29, 2024 @ 03:32 PM','','wc-completed','closed','closed','wc_order_atk1DpT7TyTl1','order-jul-29-2024-0332-pm','','','2024-07-29 18:13:12','2024-07-29 18:13:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2813',0,'shop_order','',3),(2814,1,'2024-07-29 16:59:34','2024-07-29 16:59:34','','Order &ndash; July 29, 2024 @ 04:59 PM','Do not leave with Hair Salon','wc-completed','closed','closed','wc_order_zLjGzfDXCssiR','order-jul-29-2024-0459-pm','','','2024-07-30 22:22:15','2024-07-30 22:22:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2814',0,'shop_order','',3),(2815,1,'2024-07-30 18:06:59','2024-07-30 18:06:59','','Order &ndash; July 30, 2024 @ 06:06 PM','','wc-completed','closed','closed','wc_order_hCBsBrr8PNxd2','order-jul-30-2024-0606-pm','','','2024-07-30 22:21:32','2024-07-30 22:21:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2815',0,'shop_order','',3),(2816,1,'2024-07-31 21:00:57','2024-07-31 21:00:57','','Order &ndash; July 31, 2024 @ 09:00 PM','','wc-completed','closed','closed','wc_order_vtzieLjTfX3IZ','order-jul-31-2024-0900-pm','','','2024-08-02 14:06:44','2024-08-02 14:06:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2816',0,'shop_order','',3),(2817,1,'2024-08-01 06:31:11','2024-08-01 06:31:11','','Order &ndash; August 1, 2024 @ 06:31 AM','','wc-completed','closed','closed','wc_order_UPwJCzKTVudwY','order-aug-01-2024-0631-am','','','2024-08-02 14:06:33','2024-08-02 14:06:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2817',0,'shop_order','',3),(2818,1,'2024-08-01 13:25:21','2024-08-01 13:25:21','','Order &ndash; August 1, 2024 @ 01:25 PM','','wc-completed','closed','closed','wc_order_5cu5hz1TxVl7C','order-aug-01-2024-0125-pm','','','2024-08-02 14:05:25','2024-08-02 14:05:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2818',0,'shop_order','',3),(2819,1,'2024-08-01 15:18:36','2024-08-01 15:18:36','','Order &ndash; August 1, 2024 @ 03:18 PM','','wc-completed','closed','closed','wc_order_PdojWbACJpEed','order-aug-01-2024-0318-pm','','','2024-08-02 14:05:55','2024-08-02 14:05:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2819',0,'shop_order','',3),(2821,2,'2024-08-02 20:23:12','2024-08-02 20:23:12','','2024KitUrgent100','','inherit','open','closed','','2024kiturgent100','','','2024-08-02 20:23:12','2024-08-02 20:23:12','',2408,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/2024KitUrgent100.webp',0,'attachment','image/webp',0),(2822,2,'2024-08-02 20:40:52','2024-08-02 20:40:52','','2024KitUrgentAndPrevent100','','inherit','open','closed','','2024kiturgentandprevent100','','','2024-08-02 20:40:52','2024-08-02 20:40:52','',2400,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2024/01/2024KitUrgentAndPrevent100.webp',0,'attachment','image/webp',0),(2823,2,'2024-08-02 20:42:52','2024-08-02 20:42:52','','2024ActiveRinse16oz100','','inherit','open','closed','','2024activerinse16oz100','','','2024-08-02 20:42:52','2024-08-02 20:42:52','',2113,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100.webp',0,'attachment','image/webp',0),(2824,2,'2024-08-02 20:43:24','2024-08-02 20:43:24','','2024ActiveRinse8oz100','','inherit','open','closed','','2024activerinse8oz100','','','2024-08-02 20:43:24','2024-08-02 20:43:24','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse8oz100.webp',0,'attachment','image/webp',0),(2825,2,'2024-08-02 20:47:49','2024-08-02 20:47:49','','2024ActiveRinse2oz','','inherit','open','closed','','2024activerinse2oz','','','2024-08-02 20:47:49','2024-08-02 20:47:49','',120,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse2oz.webp',0,'attachment','image/webp',0),(2826,2,'2024-08-02 20:48:25','2024-08-02 20:48:25','','2024KitUrgentAndPrevent5050','','inherit','open','closed','','2024kiturgentandprevent5050','','','2024-08-02 20:48:25','2024-08-02 20:48:25','',118,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitUrgentAndPrevent5050.webp',0,'attachment','image/webp',0),(2827,2,'2024-08-02 20:49:48','2024-08-02 20:49:48','','2024ActiveRinse8oz5050','','inherit','open','closed','','2024activerinse8oz5050','','','2024-08-02 20:49:48','2024-08-02 20:49:48','',23,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050.webp',0,'attachment','image/webp',0),(2828,2,'2024-08-02 20:50:27','2024-08-02 20:50:27','','2024KitUrgent5050','','inherit','open','closed','','2024kiturgent5050','','','2024-08-02 20:50:27','2024-08-02 20:50:27','',51,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitUrgent5050.webp',0,'attachment','image/webp',0),(2829,2,'2024-08-02 20:51:44','2024-08-02 20:51:44','','2024PreventativeDetanglingSpray','','inherit','open','closed','','2024preventativedetanglingspray','','','2024-08-02 20:51:44','2024-08-02 20:51:44','',49,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeDetanglingSpray.webp',0,'attachment','image/webp',0),(2830,2,'2024-08-02 20:52:10','2024-08-02 20:52:10','','2024ClarifyingShampoo','','inherit','open','closed','','2024clarifyingshampoo','','','2024-08-02 20:52:10','2024-08-02 20:52:10','',45,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ClarifyingShampoo.webp',0,'attachment','image/webp',0),(2831,2,'2024-08-02 20:52:33','2024-08-02 20:52:33','','2024KitPreventive','','inherit','open','closed','','2024kitpreventive','','','2024-08-02 20:52:33','2024-08-02 20:52:33','',44,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024KitPreventive.webp',0,'attachment','image/webp',0),(2832,2,'2024-08-02 20:53:06','2024-08-02 20:53:06','','2024CombOutMousse','','inherit','open','closed','','2024comboutmousse','','','2024-08-02 20:53:06','2024-08-02 20:53:06','',42,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse.webp',0,'attachment','image/webp',0),(2833,2,'2024-08-02 20:53:31','2024-08-02 20:53:31','','2024PreventativeSpray','','inherit','open','closed','','2024preventativespray','','','2024-08-02 20:53:31','2024-08-02 20:53:31','',43,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeSpray.webp',0,'attachment','image/webp',0),(2834,2,'2024-08-02 20:59:55','2024-08-02 20:59:55','','2024PreventiveConditioner','','inherit','open','closed','','2024preventiveconditioner','','','2024-08-02 20:59:55','2024-08-02 20:59:55','',40,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveConditioner.webp',0,'attachment','image/webp',0),(2835,2,'2024-08-02 21:06:40','2024-08-02 21:06:40','','2024TerminatorComb','','inherit','open','closed','','2024terminatorcomb','','','2024-08-02 21:06:40','2024-08-02 21:06:40','',41,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024TerminatorComb.webp',0,'attachment','image/webp',0),(2836,2,'2024-08-02 21:07:01','2024-08-02 21:07:01','','2024PreventiveShampoo','','inherit','open','closed','','2024preventiveshampoo','','','2024-08-02 21:07:01','2024-08-02 21:07:01','',39,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveShampoo.webp',0,'attachment','image/webp',0),(2837,2,'2024-08-02 21:07:26','2024-08-02 21:07:26','','2024ActiveRinse16oz5050','','inherit','open','closed','','2024activerinse16oz5050','','','2024-08-02 21:07:26','2024-08-02 21:07:26','',38,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050.webp',0,'attachment','image/webp',0),(2838,1,'2024-08-02 21:32:33','2024-08-02 21:32:33','','Order &ndash; August 2, 2024 @ 09:32 PM','','wc-completed','closed','closed','wc_order_HiriKRWuy8P89','order-aug-02-2024-0932-pm','','','2024-08-05 17:12:50','2024-08-05 17:12:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2838',0,'shop_order','',3),(2839,1,'2024-08-02 23:25:19','2024-08-02 23:25:19','','Order &ndash; August 2, 2024 @ 11:25 PM','If door lock, please use the door code 4455 to leave products inside suite #106, Thank you','wc-completed','closed','closed','wc_order_uTPBDsYhO2pSm','order-aug-02-2024-1125-pm','','','2024-08-05 17:06:20','2024-08-05 17:06:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2839',0,'shop_order','',3),(2840,1,'2024-08-03 13:40:19','2024-08-03 13:40:19','','Order &ndash; August 3, 2024 @ 01:40 PM','','wc-completed','closed','closed','wc_order_ht6gPBijilPFv','order-aug-03-2024-0140-pm','','','2024-08-05 17:13:49','2024-08-05 17:13:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2840',0,'shop_order','',3),(2841,1,'2024-08-05 15:13:47','2024-08-05 15:13:47','','Order &ndash; August 5, 2024 @ 03:13 PM','','wc-completed','closed','closed','wc_order_4F2bsSjpbCfoq','order-aug-05-2024-0313-pm','','','2024-08-05 23:07:50','2024-08-05 23:07:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2841',0,'shop_order','',3),(2842,2,'2024-08-05 16:58:27','2024-08-05 16:58:27','','2024ActiveRinse16oz5050','','inherit','open','closed','','2024activerinse16oz5050-2','','','2024-08-05 16:58:27','2024-08-05 16:58:27','',38,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050-1.webp',0,'attachment','image/webp',0),(2843,1,'2024-08-05 21:46:56','2024-08-05 21:46:56','','Order &ndash; August 5, 2024 @ 09:46 PM','','wc-completed','closed','closed','wc_order_UeTwJuhYbRMNK','order-aug-05-2024-0946-pm','','','2024-08-07 22:18:55','2024-08-07 22:18:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2843',0,'shop_order','',3),(2844,1,'2024-08-06 19:05:50','2024-08-06 19:05:50','','Order &ndash; August 6, 2024 @ 07:05 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_0tNkioDbt88aK','order-aug-06-2024-0705-pm','','','2024-08-07 22:17:02','2024-08-07 22:17:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2844',0,'shop_order','',3),(2845,1,'2024-08-07 04:34:07','2024-08-07 04:34:07','','Order &ndash; August 7, 2024 @ 04:34 AM','','wc-completed','closed','closed','wc_order_m9BwOO9iuycko','order-aug-07-2024-0434-am','','','2024-08-07 22:13:39','2024-08-07 22:13:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2845',0,'shop_order','',3),(2846,1,'2024-08-08 15:53:07','2024-08-08 15:53:07','','Order &ndash; August 8, 2024 @ 03:53 PM','','wc-completed','closed','closed','wc_order_v951HPuXjgAI4','order-aug-08-2024-0353-pm','','','2024-08-12 12:17:43','2024-08-12 12:17:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2846',0,'shop_order','',3),(2847,1,'2024-08-08 16:10:20','2024-08-08 16:10:20','','Order &ndash; August 8, 2024 @ 04:10 PM','','wc-completed','closed','closed','wc_order_zq9BKYZn0a1g5','order-aug-08-2024-0410-pm','','','2024-08-12 12:16:49','2024-08-12 12:16:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2847',0,'shop_order','',3),(2848,1,'2024-08-08 17:54:04','2024-08-08 17:54:04','','Order &ndash; August 8, 2024 @ 05:54 PM','','wc-completed','closed','closed','wc_order_ZHuUJSptItQpD','order-aug-08-2024-0554-pm','','','2024-08-12 12:15:38','2024-08-12 12:15:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2848',0,'shop_order','',3),(2850,2,'2024-08-08 19:18:47','2024-08-08 19:18:47','','2024CombOutMousse','','inherit','open','closed','','2024comboutmousse-2','','','2024-08-08 19:18:47','2024-08-08 19:18:47','',42,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse-1.webp',0,'attachment','image/webp',0),(2851,2,'2024-08-08 19:19:54','2024-08-08 19:19:54','','2024ActiveRinse2oz','','inherit','open','closed','','2024activerinse2oz-2','','','2024-08-08 19:19:54','2024-08-08 19:19:54','',116,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse2oz-1.webp',0,'attachment','image/webp',0),(2852,2,'2024-08-08 19:20:47','2024-08-08 19:20:47','','2024ActiveRinse8oz5050','','inherit','open','closed','','2024activerinse8oz5050-2','','','2024-08-08 19:20:47','2024-08-08 19:20:47','',23,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050-1.webp',0,'attachment','image/webp',0),(2853,2,'2024-08-08 19:21:26','2024-08-08 19:21:26','','2024ActiveRinse16oz100','','inherit','open','closed','','2024activerinse16oz100-2','','','2024-08-08 19:21:26','2024-08-08 19:21:26','',2113,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100-1.webp',0,'attachment','image/webp',0),(2855,2,'2024-08-08 19:27:43','2024-08-08 19:27:43','','2024PreventativeSpray2oz','','inherit','open','closed','','2024preventativespray2oz','','','2024-08-08 19:27:43','2024-08-08 19:27:43','',120,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventativeSpray2oz.webp',0,'attachment','image/webp',0),(2856,1,'2024-08-09 15:16:27','2024-08-09 15:16:27','','Order &ndash; August 9, 2024 @ 03:16 PM','','wc-completed','closed','closed','wc_order_zaPywEvQpTVAx','order-aug-09-2024-0316-pm','','','2024-08-14 13:27:34','2024-08-14 13:27:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2856',0,'shop_order','',3),(2857,1,'2024-08-09 20:12:37','2024-08-09 20:12:37','','Order &ndash; August 9, 2024 @ 08:12 PM','','wc-completed','closed','closed','wc_order_yaSIDdS5wbA47','order-aug-09-2024-0812-pm','','','2024-08-13 03:01:46','2024-08-13 03:01:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2857',0,'shop_order','',3),(2858,1,'2024-08-11 14:33:36','2024-08-11 14:33:36','','Order &ndash; August 11, 2024 @ 02:33 PM','','wc-completed','closed','closed','wc_order_QVVdPQeTioLEh','order-aug-11-2024-0233-pm','','','2024-08-13 03:02:21','2024-08-13 03:02:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2858',0,'shop_order','',3),(2859,1,'2024-08-11 21:15:45','2024-08-11 21:15:45','','Order &ndash; August 11, 2024 @ 09:15 PM','','wc-completed','closed','closed','wc_order_U1oIKHvKRkmXN','order-aug-11-2024-0915-pm','','','2024-08-13 03:09:13','2024-08-13 03:09:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2859',0,'shop_order','',3),(2860,1,'2024-08-12 17:18:16','2024-08-12 17:18:16','','Order &ndash; August 12, 2024 @ 05:18 PM','','wc-completed','closed','closed','wc_order_T8HYjcTjlOUzI','order-aug-12-2024-0518-pm','','','2024-08-13 17:36:50','2024-08-13 17:36:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2860',0,'shop_order','',3),(2861,1,'2024-08-13 14:17:39','2024-08-13 14:17:39','','Order &ndash; August 13, 2024 @ 02:17 PM','','wc-completed','closed','closed','wc_order_DpKKhXn7dwjrr','order-aug-13-2024-0217-pm','','','2024-08-14 13:28:40','2024-08-14 13:28:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2861',0,'shop_order','',3),(2862,1,'2024-08-13 14:21:50','2024-08-13 14:21:50','','Order &ndash; August 13, 2024 @ 02:21 PM','','wc-completed','closed','closed','wc_order_vLNQxmOvgG4Yi','order-aug-13-2024-0221-pm','','','2024-08-14 13:29:24','2024-08-14 13:29:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2862',0,'shop_order','',3),(2863,1,'2024-08-13 15:01:47','2024-08-13 15:01:47','','Order &ndash; August 13, 2024 @ 03:01 PM','','wc-completed','closed','closed','wc_order_M7O6RTpQedLv4','order-aug-13-2024-0301-pm','','','2024-08-19 19:59:37','2024-08-19 19:59:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2863',0,'shop_order','',5),(2864,1,'2024-08-13 17:32:04','2024-08-13 17:32:04','','Order &ndash; August 13, 2024 @ 05:32 PM','','wc-completed','closed','closed','wc_order_KY8cU5uWGbQUa','order-aug-13-2024-0532-pm','','','2024-08-14 22:31:46','2024-08-14 22:31:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2864',0,'shop_order','',3),(2865,1,'2024-08-14 17:52:09','2024-08-14 17:52:09','','Order &ndash; August 14, 2024 @ 05:52 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_bSZWm0CqUPJG0','order-aug-14-2024-0552-pm','','','2024-08-14 22:30:51','2024-08-14 22:30:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2865',0,'shop_order','',3),(2866,1,'2024-08-14 21:11:18','2024-08-14 21:11:18','','Order &ndash; August 14, 2024 @ 09:11 PM','','wc-completed','closed','closed','wc_order_EAipVvfTR6w1d','order-aug-14-2024-0911-pm','','','2024-08-16 13:41:22','2024-08-16 13:41:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2866',0,'shop_order','',3),(2867,1,'2024-08-15 22:27:24','2024-08-15 22:27:24','','Order &ndash; August 15, 2024 @ 10:27 PM','','wc-completed','closed','closed','wc_order_VTgktJpEXt8ok','order-aug-15-2024-1027-pm','','','2024-08-17 01:37:51','2024-08-17 01:37:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2867',0,'shop_order','',3),(2868,1,'2024-08-16 00:25:39','2024-08-16 00:25:39','','Order &ndash; August 16, 2024 @ 12:25 AM','If door is locked, please leave package(s)','wc-completed','closed','closed','wc_order_y25XVvQQDjp2z','order-aug-16-2024-1225-am','','','2024-08-17 01:37:05','2024-08-17 01:37:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2868',0,'shop_order','',3),(2869,1,'2024-08-16 17:17:18','2024-08-16 17:17:18','','Order &ndash; August 16, 2024 @ 05:17 PM','Please make the delivery to suite 120 at the front desk during hours of 9:00 am and 6:00 pm. Please have the Technician sign for it if possible. Thank you! Have a great day!','wc-completed','closed','closed','wc_order_wOeLEwYMqNs4u','order-aug-16-2024-0517-pm','','','2024-08-17 01:35:11','2024-08-17 01:35:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2869',0,'shop_order','',3),(2870,1,'2024-08-16 17:59:51','2024-08-16 17:59:51','','Order &ndash; August 16, 2024 @ 05:59 PM','','wc-completed','closed','closed','wc_order_9B4f69Hwfrzj5','order-aug-16-2024-0559-pm','','','2024-08-17 01:34:34','2024-08-17 01:34:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2870',0,'shop_order','',3),(2871,1,'2024-08-16 23:11:43','2024-08-16 23:11:43','','Order &ndash; August 16, 2024 @ 11:11 PM','','wc-completed','closed','closed','wc_order_1wQ52UwZgKhDt','order-aug-16-2024-1111-pm','','','2024-08-19 18:28:21','2024-08-19 18:28:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2871',0,'shop_order','',3),(2873,1,'2024-08-18 14:17:31','2024-08-18 14:17:31','','Order &ndash; August 18, 2024 @ 02:17 PM','Please leave outside suite door if the door is locked (inside the building)','wc-completed','closed','closed','wc_order_cdKv2V4FE7d9c','order-aug-18-2024-0217-pm','','','2024-08-19 20:02:36','2024-08-19 20:02:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2873',0,'shop_order','',3),(2874,1,'2024-08-18 14:25:04','2024-08-18 14:25:04','','Order &ndash; August 18, 2024 @ 02:25 PM','','wc-completed','closed','closed','wc_order_tDSTWN4iOon0o','order-aug-18-2024-0225-pm','','','2024-08-19 23:08:59','2024-08-19 23:08:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2874',0,'shop_order','',3),(2875,1,'2024-08-18 14:29:45','2024-08-18 14:29:45','','Order &ndash; August 18, 2024 @ 02:29 PM','','wc-completed','closed','closed','wc_order_uLyr2NiJ3nmdd','order-aug-18-2024-0229-pm','','','2024-08-19 23:10:43','2024-08-19 23:10:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2875',0,'shop_order','',3),(2876,1,'2024-08-18 21:42:08','2024-08-18 21:42:08','','Order &ndash; August 18, 2024 @ 09:42 PM','','wc-completed','closed','closed','wc_order_pMQAPgFpaCAFb','order-aug-18-2024-0942-pm','','','2024-08-19 20:03:19','2024-08-19 20:03:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2876',0,'shop_order','',3),(2877,1,'2024-08-18 22:06:48','2024-08-18 22:06:48','','Order &ndash; August 18, 2024 @ 10:06 PM','','wc-completed','closed','closed','wc_order_1zoFUCXfNUdZb','order-aug-18-2024-1006-pm','','','2024-08-19 20:01:49','2024-08-19 20:01:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2877',0,'shop_order','',3),(2878,1,'2024-08-19 01:30:18','2024-08-19 01:30:18','','Order &ndash; August 19, 2024 @ 01:30 AM','','wc-completed','closed','closed','wc_order_7CmV05TMAotle','order-aug-19-2024-0130-am','','','2024-08-19 23:12:08','2024-08-19 23:12:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2878',0,'shop_order','',3),(2879,1,'2024-08-19 01:33:03','2024-08-19 01:33:03','','Order &ndash; August 19, 2024 @ 01:33 AM','','wc-completed','closed','closed','wc_order_yDyLutKsNnKvB','order-aug-19-2024-0133-am','','','2024-08-19 23:11:37','2024-08-19 23:11:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2879',0,'shop_order','',3),(2880,1,'2024-08-20 22:31:57','2024-08-20 22:31:57','','Order &ndash; August 20, 2024 @ 10:31 PM','','wc-completed','closed','closed','wc_order_RXSQQVCSHbJsQ','order-aug-20-2024-1031-pm','','','2024-08-23 20:00:12','2024-08-23 20:00:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2880',0,'shop_order','',3),(2881,1,'2024-08-21 16:32:27','2024-08-21 16:32:27','','Order &ndash; August 21, 2024 @ 04:32 PM','','wc-completed','closed','closed','wc_order_rfQxEp2qUR3YD','order-aug-21-2024-0432-pm','','','2024-08-23 19:59:11','2024-08-23 19:59:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2881',0,'shop_order','',3),(2882,1,'2024-08-21 17:26:22','2024-08-21 17:26:22','','Order &ndash; August 21, 2024 @ 05:26 PM','','wc-completed','closed','closed','wc_order_uAeiGEFG841UO','order-aug-21-2024-0526-pm','','','2024-08-22 20:12:36','2024-08-22 20:12:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2882',0,'shop_order','',3),(2883,1,'2024-08-21 22:37:35','2024-08-21 22:37:35','','Order &ndash; August 21, 2024 @ 10:37 PM','','wc-completed','closed','closed','wc_order_UiHRcAuFF4Xjk','order-aug-21-2024-1037-pm','','','2024-08-23 19:57:28','2024-08-23 19:57:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2883',0,'shop_order','',3),(2886,1,'2024-08-22 20:55:11','2024-08-22 20:55:11','','Order &ndash; August 22, 2024 @ 08:55 PM','If office door is lock, please use door code 4455 to open suite #106 and leave products inside suite','wc-completed','closed','closed','wc_order_j08nJNx8TbtXf','order-aug-22-2024-0855-pm','','','2024-08-23 21:11:47','2024-08-23 21:11:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2886',0,'shop_order','',3),(2887,1,'2024-08-23 02:47:48','2024-08-23 02:47:48','','Order &ndash; August 23, 2024 @ 02:47 AM','','wc-completed','closed','closed','wc_order_KcRKBQDUdjblt','order-aug-23-2024-0247-am','','','2024-08-23 20:02:14','2024-08-23 20:02:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2887',0,'shop_order','',3),(2888,1,'2024-08-23 03:28:20','2024-08-23 03:28:20','','Order &ndash; August 23, 2024 @ 03:28 AM','please deliver M-F between 9-5pm','wc-completed','closed','closed','wc_order_bxYVFQQaT2Yvv','order-aug-23-2024-0328-am','','','2024-08-23 20:05:30','2024-08-23 20:05:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2888',0,'shop_order','',3),(2889,1,'2024-08-23 22:02:54','2024-08-23 22:02:54','','Order &ndash; August 23, 2024 @ 10:02 PM','','wc-completed','closed','closed','wc_order_A3Qxuk5y7mZWm','order-aug-23-2024-1002-pm','','','2024-08-26 20:56:51','2024-08-26 20:56:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2889',0,'shop_order','',3),(2890,1,'2024-08-25 12:53:23','2024-08-25 12:53:23','','Order &ndash; August 25, 2024 @ 12:53 PM','','wc-completed','closed','closed','wc_order_xhtaJWdJUmSqt','order-aug-25-2024-1253-pm','','','2024-08-26 20:58:24','2024-08-26 20:58:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2890',0,'shop_order','',3),(2891,1,'2024-08-26 00:47:25','2024-08-26 00:47:25','','Order &ndash; August 26, 2024 @ 12:47 AM','','wc-completed','closed','closed','wc_order_ulFjWY6F06BjE','order-aug-26-2024-1247-am','','','2024-08-28 16:26:13','2024-08-28 16:26:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2891',0,'shop_order','',5),(2893,1,'2024-08-26 16:26:41','2024-08-26 16:26:41','','Order &ndash; August 26, 2024 @ 04:26 PM','','wc-completed','closed','closed','wc_order_uF9PP2zuUWMls','order-aug-26-2024-0426-pm','','','2024-08-28 16:20:55','2024-08-28 16:20:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2893',0,'shop_order','',3),(2894,1,'2024-08-26 21:34:00','2024-08-26 21:34:00','','Order &ndash; August 26, 2024 @ 09:34 PM','','wc-completed','closed','closed','wc_order_uFW5Pe40WDeqW','order-aug-26-2024-0934-pm','','','2024-08-28 15:51:55','2024-08-28 15:51:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2894',0,'shop_order','',3),(2895,1,'2024-08-26 21:51:11','2024-08-26 21:51:11','','Order &ndash; August 26, 2024 @ 09:51 PM','','wc-completed','closed','closed','wc_order_MimMQcreWghLD','order-aug-26-2024-0951-pm','','','2024-08-28 15:53:42','2024-08-28 15:53:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2895',0,'shop_order','',3),(2896,1,'2024-08-26 21:54:15','2024-08-26 21:54:15','','Order &ndash; August 26, 2024 @ 09:54 PM','','wc-completed','closed','closed','wc_order_lfwXdoHNzmIlJ','order-aug-26-2024-0954-pm','','','2024-08-28 16:05:59','2024-08-28 16:05:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2896',0,'shop_order','',3),(2897,1,'2024-08-28 13:10:13','2024-08-28 13:10:13','','Order &ndash; August 28, 2024 @ 01:10 PM','PLEASE DELIVER DIRECTLY TO SUITE','wc-completed','closed','closed','wc_order_9NMbT9ccq1h6V','order-aug-28-2024-0110-pm','','','2024-08-28 20:49:57','2024-08-28 20:49:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2897',0,'shop_order','',3),(2898,1,'2024-08-28 15:49:24','2024-08-28 15:49:24','','Order &ndash; August 28, 2024 @ 03:49 PM','','wc-completed','closed','closed','wc_order_2SJAiRqYCN9Z4','order-aug-28-2024-0349-pm','','','2024-08-28 20:50:50','2024-08-28 20:50:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2898',0,'shop_order','',3),(2899,1,'2024-08-28 17:43:34','2024-08-28 17:43:34','','Order &ndash; August 28, 2024 @ 05:43 PM','','wc-completed','closed','closed','wc_order_BDMGZIeuI7Vfq','order-aug-28-2024-0543-pm','','','2024-09-09 17:11:44','2024-09-09 17:11:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2899',0,'shop_order','',5),(2900,1,'2024-08-28 18:24:37','2024-08-28 18:24:37','','Order &ndash; August 28, 2024 @ 06:24 PM','','wc-completed','closed','closed','wc_order_6yCQHsFS7MqUE','order-aug-28-2024-0624-pm','','','2024-09-09 17:12:28','2024-09-09 17:12:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2900',0,'shop_order','',5),(2901,1,'2024-08-29 16:37:01','2024-08-29 16:37:01','','Order &ndash; August 29, 2024 @ 04:37 PM','','wc-completed','closed','closed','wc_order_KiqueKQZEMrWM','order-aug-29-2024-0437-pm','','','2024-08-30 16:29:28','2024-08-30 16:29:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2901',0,'shop_order','',3),(2902,1,'2024-08-29 20:30:08','2024-08-29 20:30:08','','Order &ndash; August 29, 2024 @ 08:30 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_2NOCFMoBWSQrr','order-aug-29-2024-0830-pm','','','2024-08-30 16:28:11','2024-08-30 16:28:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2902',0,'shop_order','',3),(2903,1,'2024-08-30 16:39:47','2024-08-30 16:39:47','','Order &ndash; August 30, 2024 @ 04:39 PM','','wc-completed','closed','closed','wc_order_CfYOZ2ybHjWm8','order-aug-30-2024-0439-pm','','','2024-09-03 20:45:37','2024-09-03 20:45:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2903',0,'shop_order','',3),(2904,1,'2024-08-30 17:41:21','2024-08-30 17:41:21','','Order &ndash; August 30, 2024 @ 05:41 PM','','wc-completed','closed','closed','wc_order_q27Yv6qbzXxl3','order-aug-30-2024-0541-pm','','','2024-09-03 20:39:25','2024-09-03 20:39:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2904',0,'shop_order','',3),(2905,1,'2024-08-30 18:45:30','2024-08-30 18:45:30','','Order &ndash; August 30, 2024 @ 06:45 PM','','wc-completed','closed','closed','wc_order_n8TREhs24UVPd','order-aug-30-2024-0645-pm','','','2024-09-03 20:38:00','2024-09-03 20:38:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2905',0,'shop_order','',3),(2906,1,'2024-09-02 14:56:43','2024-09-02 14:56:43','','Order &ndash; September 2, 2024 @ 02:56 PM','IF any of the Nightmare Before Christmas Disney brushes are still available, would very much like a few to be part of the order.','wc-completed','closed','closed','wc_order_NIFTY2wQd4iM6','order-sep-02-2024-0256-pm','','','2024-09-09 17:13:49','2024-09-09 17:13:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2906',0,'shop_order','',3),(2907,1,'2024-09-03 15:20:10','2024-09-03 15:20:10','','Order &ndash; September 3, 2024 @ 03:20 PM','','wc-completed','closed','closed','wc_order_bMJjtaoYwjXqG','order-sep-03-2024-0320-pm','','','2024-09-09 17:14:27','2024-09-09 17:14:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2907',0,'shop_order','',3),(2908,1,'2024-09-03 16:41:14','2024-09-03 16:41:14','','Order &ndash; September 3, 2024 @ 04:41 PM','','wc-completed','closed','closed','wc_order_i3mNdKfmD69dw','order-sep-03-2024-0441-pm','','','2024-09-09 17:16:19','2024-09-09 17:16:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2908',0,'shop_order','',3),(2911,1,'2024-09-04 16:31:29','2024-09-04 16:31:29','','Order &ndash; September 4, 2024 @ 04:31 PM','','wc-completed','closed','closed','wc_order_XaF1Yzc9lJoCn','order-sep-04-2024-0431-pm','','','2024-09-05 19:40:59','2024-09-05 19:40:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2911',0,'shop_order','',3),(2912,1,'2024-09-04 16:37:46','2024-09-04 16:37:46','','Order &ndash; September 4, 2024 @ 04:37 PM','','wc-completed','closed','closed','wc_order_6uHuLWWDkQjvg','order-sep-04-2024-0437-pm','','','2024-09-09 17:17:35','2024-09-09 17:17:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2912',0,'shop_order','',3),(2913,1,'2024-09-04 18:32:34','2024-09-04 18:32:34','','Order &ndash; September 4, 2024 @ 06:32 PM','','wc-completed','closed','closed','wc_order_UxpawaeYJqFFB','order-sep-04-2024-0632-pm','','','2024-09-05 19:40:43','2024-09-05 19:40:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2913',0,'shop_order','',3),(2914,1,'2024-09-05 22:11:48','2024-09-05 22:11:48','','Order &ndash; September 5, 2024 @ 10:11 PM','If no one present please leave in back entrance of building','wc-completed','closed','closed','wc_order_8E2J1D4fwygns','order-sep-05-2024-1011-pm','','','2024-09-10 23:41:00','2024-09-10 23:41:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2914',0,'shop_order','',3),(2915,1,'2024-09-06 15:45:37','2024-09-06 15:45:37','','Order &ndash; September 6, 2024 @ 03:45 PM','','wc-completed','closed','closed','wc_order_bcoxIRqLgbMku','order-sep-06-2024-0345-pm','','','2024-09-10 23:42:10','2024-09-10 23:42:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2915',0,'shop_order','',3),(2916,1,'2024-09-06 21:57:04','2024-09-06 21:57:04','','Order &ndash; September 6, 2024 @ 09:57 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_yvuTcwS4lzopV','order-sep-06-2024-0957-pm','','','2024-09-10 23:42:04','2024-09-10 23:42:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2916',0,'shop_order','',3),(2917,1,'2024-09-09 13:46:32','2024-09-09 13:46:32','','Order &ndash; September 9, 2024 @ 01:46 PM','','wc-completed','closed','closed','wc_order_UuIdxMvht9JWd','order-sep-09-2024-0146-pm','','','2024-09-10 23:42:37','2024-09-10 23:42:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2917',0,'shop_order','',3),(2918,1,'2024-09-10 05:58:59','2024-09-10 05:58:59','','Order &ndash; September 10, 2024 @ 05:58 AM','','wc-completed','closed','closed','wc_order_Rk4NWaI9s90H7','order-sep-10-2024-0558-am','','','2024-09-11 19:00:32','2024-09-11 19:00:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2918',0,'shop_order','',3),(2919,1,'2024-09-10 18:20:01','2024-09-10 18:20:01','','Order &ndash; September 10, 2024 @ 06:20 PM','','wc-completed','closed','closed','wc_order_RT6evuM4HAWbU','order-sep-10-2024-0620-pm','','','2024-09-13 21:00:21','2024-09-13 21:00:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2919',0,'shop_order','',5),(2920,1,'2024-09-10 20:45:51','2024-09-10 20:45:51','','Order &ndash; September 10, 2024 @ 08:45 PM','','wc-completed','closed','closed','wc_order_Uo6R2pufhdlLf','order-sep-10-2024-0845-pm','','','2024-09-11 18:16:10','2024-09-11 18:16:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2920',0,'shop_order','',3),(2922,1,'2024-09-11 23:03:10','2024-09-11 23:03:10','','Order &ndash; September 11, 2024 @ 11:03 PM','','wc-completed','closed','closed','wc_order_ahntCLK4bxFe5','order-sep-11-2024-1103-pm','','','2024-09-13 21:01:02','2024-09-13 21:01:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2922',0,'shop_order','',3),(2924,1,'2024-09-12 17:09:22','2024-09-12 17:09:22','','Order &ndash; September 12, 2024 @ 05:09 PM','','wc-completed','closed','closed','wc_order_1mUWCNjGdjcqg','order-sep-12-2024-0509-pm','','','2024-09-13 21:02:41','2024-09-13 21:02:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2924',0,'shop_order','',3),(2925,1,'2024-09-12 21:21:59','2024-09-12 21:21:59','','Order &ndash; September 12, 2024 @ 09:21 PM','','wc-completed','closed','closed','wc_order_VYYKSxVhtxcId','order-sep-12-2024-0921-pm','','','2024-09-13 21:03:07','2024-09-13 21:03:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2925',0,'shop_order','',3),(2926,1,'2024-09-13 18:31:40','2024-09-13 18:31:40','','Order &ndash; September 13, 2024 @ 06:31 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_3b0nI7QHeHiW5','order-sep-13-2024-0631-pm','','','2024-09-18 13:50:16','2024-09-18 13:50:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2926',0,'shop_order','',3),(2927,1,'2024-09-13 18:51:46','2024-09-13 18:51:46','','Order &ndash; September 13, 2024 @ 06:51 PM','please leave outside the suite door inside the building if the door is locked to the suite.','wc-completed','closed','closed','wc_order_s2rfVlTa37nZw','order-sep-13-2024-0651-pm','','','2024-09-18 19:00:48','2024-09-18 19:00:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2927',0,'shop_order','',3),(2929,95,'2025-10-14 15:22:22','2024-09-13 19:18:06','','CART','','publish','closed','closed','','cart','','','2025-10-14 15:22:22','2025-10-14 15:22:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2929',3,'nav_menu_item','',0),(2930,95,'2024-09-13 19:18:26','2024-09-13 19:18:26','','Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png','','inherit','open','closed','','elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267-png','','','2024-09-13 19:18:26','2024-09-13 19:18:26','',70,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_70_2024-09-13-19-18-26_784c5267.png',0,'attachment','image/png',0),(2931,95,'2024-09-13 19:18:54','2024-09-13 19:18:54','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" loading=\"lazy\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2024-09-13 19:18:54','2024-09-13 19:18:54','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2931',0,'revision','',0),(2932,95,'2024-09-13 19:18:54','2024-09-13 19:18:54','<img width=\"300\" height=\"107\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\" alt=\"\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2024-09-13 19:18:54','2024-09-13 19:18:54','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=2932',0,'revision','',0),(2933,1,'2024-09-14 02:10:29','2024-09-14 02:10:29','','Order &ndash; September 14, 2024 @ 02:10 AM','','wc-completed','closed','closed','wc_order_yLAp1lL0NBecO','order-sep-14-2024-0210-am','','','2024-09-18 19:01:44','2024-09-18 19:01:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2933',0,'shop_order','',3),(2934,1,'2024-09-14 18:30:44','2024-09-14 18:30:44','','Order &ndash; September 14, 2024 @ 06:30 PM','','wc-completed','closed','closed','wc_order_8dR5Hk8pY2eYC','order-sep-14-2024-0630-pm','','','2024-09-18 19:02:33','2024-09-18 19:02:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2934',0,'shop_order','',3),(2935,1,'2024-09-16 15:26:48','2024-09-16 15:26:48','','Order &ndash; September 16, 2024 @ 03:26 PM','','wc-completed','closed','closed','wc_order_yUqAV39wYkUpW','order-sep-16-2024-0326-pm','','','2024-09-18 13:51:02','2024-09-18 13:51:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2935',0,'shop_order','',3),(2936,1,'2024-09-16 17:42:55','2024-09-16 17:42:55','','Order &ndash; September 16, 2024 @ 05:42 PM','','wc-completed','closed','closed','wc_order_dwwZ660vFLxf2','order-sep-16-2024-0542-pm','','','2024-09-18 13:52:12','2024-09-18 13:52:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2936',0,'shop_order','',3),(2937,1,'2024-09-16 22:04:37','2024-09-16 22:04:37','','Order &ndash; September 16, 2024 @ 10:04 PM','','wc-completed','closed','closed','wc_order_SgbOD18R8l1Iy','order-sep-16-2024-1004-pm','','','2024-09-18 19:03:16','2024-09-18 19:03:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2937',0,'shop_order','',3),(2938,1,'2024-09-17 13:31:05','2024-09-17 13:31:05','','Order &ndash; September 17, 2024 @ 01:31 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_ZZ1J1oRNZPpy0','order-sep-17-2024-0131-pm','','','2024-09-18 19:03:42','2024-09-18 19:03:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2938',0,'shop_order','',3),(2939,1,'2024-09-17 19:56:30','2024-09-17 19:56:30','','Order &ndash; September 17, 2024 @ 07:56 PM','','wc-completed','closed','closed','wc_order_x0rtZ01evMul6','order-sep-17-2024-0756-pm','','','2024-09-18 19:03:58','2024-09-18 19:03:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2939',0,'shop_order','',3),(2940,1,'2024-09-18 21:08:07','2024-09-18 21:08:07','','Order &ndash; September 18, 2024 @ 09:08 PM','','wc-cancelled','open','closed','wc_order_nZQgWCckvH7db','order-sep-18-2024-0908-pm','','','2024-09-18 21:11:04','2024-09-18 21:11:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2940',0,'shop_order','',1),(2941,1,'2024-09-18 21:13:36','2024-09-18 21:13:36','','Order &ndash; September 18, 2024 @ 09:13 PM','','wc-cancelled','open','closed','wc_order_hUwbKBxWaa8BF','order-sep-18-2024-0913-pm','','','2024-09-18 21:14:55','2024-09-18 21:14:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2941',0,'shop_order','',1),(2942,1,'2024-09-18 21:15:18','2024-09-18 21:15:18','','Order &ndash; September 18, 2024 @ 09:15 PM','','wc-completed','closed','closed','wc_order_0RDjtkaS6ICuX','order-sep-18-2024-0915-pm','','','2024-09-19 18:45:09','2024-09-19 18:45:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2942',0,'shop_order','',3),(2943,1,'2024-09-19 11:51:04','2024-09-19 11:51:04','','Order &ndash; September 19, 2024 @ 11:51 AM','','wc-completed','closed','closed','wc_order_Ja1o1C7Szlflm','order-sep-19-2024-1151-am','','','2024-09-19 18:52:11','2024-09-19 18:52:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2943',0,'shop_order','',3),(2944,1,'2024-09-19 12:48:41','2024-09-19 12:48:41','','Order &ndash; September 19, 2024 @ 12:48 PM','','wc-completed','closed','closed','wc_order_yqoaLGVSVUTup','order-sep-19-2024-1248-pm','','','2024-09-19 18:51:11','2024-09-19 18:51:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2944',0,'shop_order','',3),(2945,1,'2024-09-19 16:46:19','2024-09-19 16:46:19','','Order &ndash; September 19, 2024 @ 04:46 PM','','wc-completed','closed','closed','wc_order_1gAyInqrVjbKD','order-sep-19-2024-0446-pm','','','2024-09-24 18:30:32','2024-09-24 18:30:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2945',0,'shop_order','',3),(2947,1,'2024-09-19 20:32:39','2024-09-19 20:32:39','','Order &ndash; September 19, 2024 @ 08:32 PM','','wc-completed','closed','closed','wc_order_8jOK8IRL0lJjA','order-sep-19-2024-0832-pm','','','2024-09-24 18:31:10','2024-09-24 18:31:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2947',0,'shop_order','',3),(2948,1,'2024-09-20 12:22:40','2024-09-20 12:22:40','','Order &ndash; September 20, 2024 @ 12:22 PM','','wc-cancelled','open','closed','wc_order_RMQBw5ExTaTTO','order-sep-20-2024-1222-pm','','','2024-09-20 14:47:58','2024-09-20 14:47:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2948',0,'shop_order','',1),(2949,1,'2024-09-20 14:48:26','2024-09-20 14:48:26','','Order &ndash; September 20, 2024 @ 02:48 PM','','wc-cancelled','open','closed','wc_order_aC8GI1HuopYmc','order-sep-20-2024-0248-pm','','','2024-09-20 15:04:02','2024-09-20 15:04:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2949',0,'shop_order','',1),(2952,1,'2024-09-23 13:36:57','2024-09-23 13:36:57','','Order &ndash; September 23, 2024 @ 01:36 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_n0FpAlzctN6pL','order-sep-23-2024-0136-pm','','','2024-09-23 22:01:10','2024-09-23 22:01:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2952',0,'shop_order','',3),(2953,1,'2024-09-23 14:13:08','2024-09-23 14:13:08','','Order &ndash; September 23, 2024 @ 02:13 PM','','wc-completed','closed','closed','wc_order_8LH8lGisCrRGI','order-sep-23-2024-0213-pm','','','2024-09-23 22:02:05','2024-09-23 22:02:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2953',0,'shop_order','',3),(2954,1,'2024-09-23 21:18:07','2024-09-23 21:18:07','','Order &ndash; September 23, 2024 @ 09:18 PM','','wc-completed','closed','closed','wc_order_vYbCROhDJ5I6Z','order-sep-23-2024-0918-pm','','','2024-09-24 18:32:23','2024-09-24 18:32:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2954',0,'shop_order','',3),(2955,1,'2024-09-23 22:06:20','2024-09-23 22:06:20','','Order &ndash; September 23, 2024 @ 10:06 PM','','wc-completed','closed','closed','wc_order_CkPYBh4wWm7Rg','order-sep-23-2024-1006-pm','','','2024-09-24 18:35:06','2024-09-24 18:35:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2955',0,'shop_order','',3),(2956,1,'2024-09-23 23:09:08','2024-09-23 23:09:08','','Order &ndash; September 23, 2024 @ 11:09 PM','Use 4455 door code to put order inside suite #106','wc-completed','closed','closed','wc_order_1h8cLsK0K16cu','order-sep-23-2024-1109-pm','','','2024-09-24 18:39:43','2024-09-24 18:39:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2956',0,'shop_order','',4),(2959,1,'2024-09-26 14:20:50','2024-09-26 14:20:50','','Order &ndash; September 26, 2024 @ 02:20 PM','','wc-completed','closed','closed','wc_order_g8opvTT7SiZBV','order-sep-26-2024-0220-pm','','','2024-09-27 04:24:47','2024-09-27 04:24:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2959',0,'shop_order','',3),(2960,1,'2024-09-26 15:46:32','2024-09-26 15:46:32','','Order &ndash; September 26, 2024 @ 03:46 PM','','wc-completed','closed','closed','wc_order_HFcb3cWh8xpze','order-sep-26-2024-0346-pm','','','2024-09-27 04:23:45','2024-09-27 04:23:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2960',0,'shop_order','',3),(2961,1,'2024-09-26 21:14:01','2024-09-26 21:14:01','','Order &ndash; September 26, 2024 @ 09:14 PM','','wc-completed','closed','closed','wc_order_qBobIxU1YrB2a','order-sep-26-2024-0914-pm','','','2024-09-30 20:35:37','2024-09-30 20:35:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2961',0,'shop_order','',3),(2962,1,'2024-09-27 02:46:09','2024-09-27 02:46:09','','Order &ndash; September 27, 2024 @ 02:46 AM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_roWe9NkcqHs6d','order-sep-27-2024-0246-am','','','2024-09-30 20:38:18','2024-09-30 20:38:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2962',0,'shop_order','',3),(2964,1,'2024-09-30 15:17:42','2024-09-30 15:17:42','','Order &ndash; September 30, 2024 @ 03:17 PM','','wc-completed','closed','closed','wc_order_jBAJ2WIxtnpYO','order-sep-30-2024-0317-pm','','','2024-10-01 21:27:55','2024-10-01 21:27:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2964',0,'shop_order','',3),(2965,1,'2024-10-01 03:22:34','2024-10-01 03:22:34','','Order &ndash; October 1, 2024 @ 03:22 AM','','wc-completed','closed','closed','wc_order_ezlXhAZgFMHPx','order-oct-01-2024-0322-am','','','2024-10-01 21:29:51','2024-10-01 21:29:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2965',0,'shop_order','',3),(2966,1,'2024-10-01 14:40:05','2024-10-01 14:40:05','','Order &ndash; October 1, 2024 @ 02:40 PM','','wc-completed','closed','closed','wc_order_lk8wYzZ9pWOOc','order-oct-01-2024-0240-pm','','','2024-10-01 21:30:55','2024-10-01 21:30:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2966',0,'shop_order','',3),(2967,1,'2024-10-02 16:13:26','2024-10-02 16:13:26','','Order &ndash; October 2, 2024 @ 04:13 PM','','wc-completed','closed','closed','wc_order_1bbX3FnNHSOa2','order-oct-02-2024-0413-pm','','','2024-10-02 22:19:52','2024-10-02 22:19:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2967',0,'shop_order','',3),(2968,1,'2024-10-03 01:45:00','2024-10-03 01:45:00','','Order &ndash; October 3, 2024 @ 01:45 AM','','wc-completed','closed','closed','wc_order_R2WEnlfVSUbjZ','order-oct-03-2024-0145-am','','','2024-10-04 22:45:33','2024-10-04 22:45:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2968',0,'shop_order','',3),(2970,1,'2024-10-04 14:50:46','2024-10-04 14:50:46','','Order &ndash; October 4, 2024 @ 02:50 PM','','wc-completed','closed','closed','wc_order_18xZNJ4bieEU1','order-oct-04-2024-0250-pm','','','2024-10-04 22:51:07','2024-10-04 22:51:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2970',0,'shop_order','',3),(2971,1,'2024-10-05 14:47:58','2024-10-05 14:47:58','','Order &ndash; October 5, 2024 @ 02:47 PM','','wc-completed','closed','closed','wc_order_YuYzErsaOF3iT','order-oct-05-2024-0247-pm','','','2024-10-07 20:37:45','2024-10-07 20:37:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2971',0,'shop_order','',3),(2972,1,'2024-10-05 19:13:24','2024-10-05 19:13:24','','Order &ndash; October 5, 2024 @ 07:13 PM','','wc-completed','closed','closed','wc_order_6A2BdVZekzhKc','order-oct-05-2024-0713-pm','','','2024-10-10 00:19:47','2024-10-10 00:19:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2972',0,'shop_order','',3),(2973,1,'2024-10-05 22:18:16','2024-10-05 22:18:16','','Order &ndash; October 5, 2024 @ 10:18 PM','','wc-cancelled','open','closed','wc_order_Nuu91Nwag49wo','order-oct-05-2024-1018-pm','','','2024-10-05 22:23:15','2024-10-05 22:23:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2973',0,'shop_order','',1),(2974,1,'2024-10-05 22:27:11','2024-10-05 22:27:11','','Order &ndash; October 5, 2024 @ 10:27 PM','','wc-completed','closed','closed','wc_order_nIqUaB5qSLxzk','order-oct-05-2024-1027-pm','','','2024-10-11 20:42:03','2024-10-11 20:42:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2974',0,'shop_order','',3),(2975,1,'2024-10-06 23:55:19','2024-10-06 23:55:19','','Order &ndash; October 6, 2024 @ 11:55 PM','','wc-completed','closed','closed','wc_order_qNpftZ2FjRlcF','order-oct-06-2024-1155-pm','','','2024-10-10 00:12:57','2024-10-10 00:12:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2975',0,'shop_order','',5),(2976,1,'2024-10-07 03:00:31','2024-10-07 03:00:31','','Order &ndash; October 7, 2024 @ 03:00 AM','','wc-completed','closed','closed','wc_order_CGwayCKM0btqO','order-oct-07-2024-0300-am','','','2024-10-10 00:17:22','2024-10-10 00:17:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2976',0,'shop_order','',5),(2977,1,'2024-10-07 17:07:58','2024-10-07 17:07:58','','Order &ndash; October 7, 2024 @ 05:07 PM','','wc-completed','closed','closed','wc_order_MCatZntpSmI9L','order-oct-07-2024-0507-pm','','','2024-10-10 00:24:04','2024-10-10 00:24:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2977',0,'shop_order','',3),(2978,1,'2024-10-07 20:09:38','2024-10-07 20:09:38','','Order &ndash; October 7, 2024 @ 08:09 PM','','wc-completed','closed','closed','wc_order_Sw8kHmWMhDqie','order-oct-07-2024-0809-pm','','','2024-10-10 00:21:14','2024-10-10 00:21:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2978',0,'shop_order','',3),(2980,1,'2024-10-07 21:31:25','2024-10-07 21:31:25','','Order &ndash; October 7, 2024 @ 09:31 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_u41A9dyyOIe7W','order-oct-07-2024-0931-pm','','','2024-10-10 00:18:53','2024-10-10 00:18:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2980',0,'shop_order','',3),(2981,1,'2024-10-08 15:37:17','2024-10-08 15:37:17','','Order &ndash; October 8, 2024 @ 03:37 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_wNp4sxNM1CSSD','order-oct-08-2024-0337-pm','','','2024-10-16 00:36:54','2024-10-16 00:36:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2981',0,'shop_order','',3),(2982,1,'2024-10-11 03:26:18','2024-10-11 03:26:18','','Order &ndash; October 11, 2024 @ 03:26 AM','','wc-completed','closed','closed','wc_order_G44zRM6ROkKXK','order-oct-11-2024-0326-am','','','2024-10-11 20:44:53','2024-10-11 20:44:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2982',0,'shop_order','',3),(2983,1,'2024-10-13 18:03:48','2024-10-13 18:03:48','','Order &ndash; October 13, 2024 @ 06:03 PM','','wc-completed','closed','closed','wc_order_V4Q5rHmZ987Al','order-oct-13-2024-0603-pm','','','2024-10-16 00:36:20','2024-10-16 00:36:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2983',0,'shop_order','',3),(2984,1,'2024-10-14 00:41:35','2024-10-14 00:41:35','','Order &ndash; October 14, 2024 @ 12:41 AM','','wc-completed','closed','closed','wc_order_advY4mWCmzSoO','order-oct-14-2024-1241-am','','','2024-10-16 00:38:46','2024-10-16 00:38:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2984',0,'shop_order','',3),(2985,1,'2024-10-14 18:39:25','2024-10-14 18:39:25','','Order &ndash; October 14, 2024 @ 06:39 PM','Please leave outside the suite.','wc-completed','closed','closed','wc_order_E8IHhk90gBzhj','order-oct-14-2024-0639-pm','','','2024-10-16 00:44:14','2024-10-16 00:44:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2985',0,'shop_order','',3),(2986,1,'2024-10-14 19:04:53','2024-10-14 19:04:53','','Order &ndash; October 14, 2024 @ 07:04 PM','','wc-completed','closed','closed','wc_order_sEoJSySvKuzD5','order-oct-14-2024-0704-pm','','','2024-10-16 00:44:47','2024-10-16 00:44:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2986',0,'shop_order','',3),(2987,1,'2024-10-15 12:15:53','2024-10-15 12:15:53','','Order &ndash; October 15, 2024 @ 12:15 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_OYHEa7W5n7RoY','order-oct-15-2024-1215-pm','','','2024-10-16 00:47:29','2024-10-16 00:47:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2987',0,'shop_order','',3),(2988,1,'2024-10-15 14:10:57','2024-10-15 14:10:57','','Order &ndash; October 15, 2024 @ 02:10 PM','','wc-completed','closed','closed','wc_order_vl3Xl0Z6o32BD','order-oct-15-2024-0210-pm','','','2024-10-16 00:45:36','2024-10-16 00:45:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2988',0,'shop_order','',3),(2989,1,'2024-10-15 14:46:34','2024-10-15 14:46:34','','Order &ndash; October 15, 2024 @ 02:46 PM','','wc-completed','closed','closed','wc_order_gLjqO2daXryEw','order-oct-15-2024-0246-pm','','','2024-10-16 00:46:19','2024-10-16 00:46:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2989',0,'shop_order','',3),(2990,1,'2024-10-15 16:26:19','2024-10-15 16:26:19','','Order &ndash; October 15, 2024 @ 04:26 PM','','wc-completed','closed','closed','wc_order_iYfcR4KwRN0kJ','order-oct-15-2024-0426-pm','','','2024-10-16 00:49:02','2024-10-16 00:49:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2990',0,'shop_order','',3),(2991,1,'2024-10-15 18:05:44','2024-10-15 18:05:44','','Order &ndash; October 15, 2024 @ 06:05 PM','Please leave on porch if need be.','wc-completed','closed','closed','wc_order_eXMw0vsltCRUV','order-oct-15-2024-0605-pm','','','2024-10-16 00:50:13','2024-10-16 00:50:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2991',0,'shop_order','',3),(2992,1,'2024-10-15 18:15:24','2024-10-15 18:15:24','','Order &ndash; October 15, 2024 @ 06:15 PM','','wc-completed','closed','closed','wc_order_Lev8Vx47iJ4cm','order-oct-15-2024-0615-pm','','','2024-10-16 00:49:35','2024-10-16 00:49:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2992',0,'shop_order','',3),(2993,1,'2024-10-15 19:07:09','2024-10-15 19:07:09','','Order &ndash; October 15, 2024 @ 07:07 PM','','wc-completed','closed','closed','wc_order_YH1ZZ45gdxoxS','order-oct-15-2024-0707-pm','','','2024-10-17 16:07:39','2024-10-17 16:07:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2993',0,'shop_order','',3),(2994,1,'2024-10-15 19:27:14','2024-10-15 19:27:14','','Order &ndash; October 15, 2024 @ 07:27 PM','','wc-completed','closed','closed','wc_order_HjjGUFgv9NT59','order-oct-15-2024-0727-pm','','','2024-10-17 16:08:55','2024-10-17 16:08:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2994',0,'shop_order','',3),(2995,1,'2024-10-15 23:51:45','2024-10-15 23:51:45','','Order &ndash; October 15, 2024 @ 11:51 PM','Please use door code 4455 to leave products inside suite 106.','wc-completed','closed','closed','wc_order_G1Cq2CL3OquR9','order-oct-15-2024-1151-pm','','','2024-10-17 16:29:25','2024-10-17 16:29:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2995',0,'shop_order','',3),(2997,1,'2024-10-16 03:04:22','2024-10-16 03:04:22','','Order &ndash; October 16, 2024 @ 03:04 AM','','wc-completed','closed','closed','wc_order_O9MqUeZ8duI0Z','order-oct-16-2024-0304-am','','','2024-10-17 16:31:39','2024-10-17 16:31:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2997',0,'shop_order','',3),(2998,1,'2024-10-16 19:04:10','2024-10-16 19:04:10','','Order &ndash; October 16, 2024 @ 07:04 PM','','wc-completed','closed','closed','wc_order_UAVwzAWO2oR4a','order-oct-16-2024-0704-pm','','','2024-10-17 16:51:23','2024-10-17 16:51:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2998',0,'shop_order','',3),(2999,1,'2024-10-16 20:46:05','2024-10-16 20:46:05','','Order &ndash; October 16, 2024 @ 08:46 PM','','wc-completed','closed','closed','wc_order_0zhV4oNQ9cVK2','order-oct-16-2024-0846-pm','','','2024-10-17 16:52:50','2024-10-17 16:52:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=2999',0,'shop_order','',3),(3000,1,'2024-10-17 15:00:04','2024-10-17 15:00:04','','Order &ndash; October 17, 2024 @ 03:00 PM','Please deliver to front desk Mon-Fri between 9:00 am and 6:00 pm and have Reception sign for it. Thank you!','wc-completed','closed','closed','wc_order_O6Ao0mKP9fqhO','order-oct-17-2024-0300-pm','','','2024-10-18 23:33:34','2024-10-18 23:33:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3000',0,'shop_order','',3),(3001,1,'2024-10-17 16:47:40','2024-10-17 16:47:40','','Order &ndash; October 17, 2024 @ 04:47 PM','','wc-completed','closed','closed','wc_order_u5qTrCzckXgdR','order-oct-17-2024-0447-pm','','','2024-10-18 23:34:48','2024-10-18 23:34:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3001',0,'shop_order','',3),(3002,1,'2024-10-17 17:48:58','2024-10-17 17:48:58','','Order &ndash; October 17, 2024 @ 05:48 PM','','wc-completed','closed','closed','wc_order_QdwZRB25ezqvI','order-oct-17-2024-0548-pm','','','2024-10-18 23:34:13','2024-10-18 23:34:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3002',0,'shop_order','',3),(3003,1,'2024-10-17 22:06:45','2024-10-17 22:06:45','','Order &ndash; October 17, 2024 @ 10:06 PM','','wc-completed','closed','closed','wc_order_dSHJ4HABNT3mm','order-oct-17-2024-1006-pm','','','2024-10-23 03:02:48','2024-10-23 03:02:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3003',0,'shop_order','',5),(3004,1,'2024-10-18 13:44:06','2024-10-18 13:44:06','','Order &ndash; October 18, 2024 @ 01:44 PM','','wc-completed','closed','closed','wc_order_G1D5LN4VPM28d','order-oct-18-2024-0144-pm','','','2024-10-18 23:37:27','2024-10-18 23:37:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3004',0,'shop_order','',3),(3005,1,'2024-10-21 16:10:59','2024-10-21 16:10:59','','Order &ndash; October 21, 2024 @ 04:10 PM','','wc-completed','closed','closed','wc_order_LMcPCc2S50Kr1','order-oct-21-2024-0410-pm','','','2024-10-22 13:49:03','2024-10-22 13:49:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3005',0,'shop_order','',3),(3006,1,'2024-10-21 16:50:50','2024-10-21 16:50:50','','Order &ndash; October 21, 2024 @ 04:50 PM','','wc-completed','closed','closed','wc_order_yhUG8VoW3GjFm','order-oct-21-2024-0450-pm','','','2024-10-23 02:59:35','2024-10-23 02:59:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3006',0,'shop_order','',3),(3007,1,'2024-10-21 18:40:32','2024-10-21 18:40:32','','Order &ndash; October 21, 2024 @ 06:40 PM','','wc-cancelled','open','closed','wc_order_EoDUnu0IghDZs','order-oct-21-2024-0640-pm','','','2024-10-21 18:40:49','2024-10-21 18:40:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3007',0,'shop_order','',1),(3008,1,'2024-10-21 18:41:03','2024-10-21 18:41:03','','Order &ndash; October 21, 2024 @ 06:41 PM','','wc-cancelled','open','closed','wc_order_O0kuBIwyyymI3','order-oct-21-2024-0641-pm','','','2024-10-21 18:42:08','2024-10-21 18:42:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3008',0,'shop_order','',1),(3009,1,'2024-10-21 18:42:24','2024-10-21 18:42:24','','Order &ndash; October 21, 2024 @ 06:42 PM','','wc-completed','closed','closed','wc_order_z86PyTeqepyoy','order-oct-21-2024-0642-pm','','','2024-10-22 17:18:58','2024-10-22 17:18:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3009',0,'shop_order','',3),(3010,1,'2024-10-21 20:12:10','2024-10-21 20:12:10','','Order &ndash; October 21, 2024 @ 08:12 PM','','wc-completed','closed','closed','wc_order_bQc9gOkCp2qdK','order-oct-21-2024-0812-pm','','','2024-10-23 03:00:19','2024-10-23 03:00:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3010',0,'shop_order','',3),(3011,1,'2024-10-22 12:25:18','2024-10-22 12:25:18','','Order &ndash; October 22, 2024 @ 12:25 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_rM4bgTbPmdZJU','order-oct-22-2024-1225-pm','','','2024-10-23 03:02:05','2024-10-23 03:02:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3011',0,'shop_order','',3),(3012,1,'2024-10-23 00:13:46','2024-10-23 00:13:46','','Order &ndash; October 23, 2024 @ 12:13 AM','','wc-completed','closed','closed','wc_order_N5gIGmx5U3N2K','order-oct-23-2024-1213-am','','','2024-10-28 14:06:26','2024-10-28 14:06:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3012',0,'shop_order','',5),(3013,1,'2024-10-23 15:59:01','2024-10-23 15:59:01','','Order &ndash; October 23, 2024 @ 03:59 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_3SxAKOt2QnwkF','order-oct-23-2024-0359-pm','','','2024-10-25 00:34:03','2024-10-25 00:34:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3013',0,'shop_order','',3),(3014,1,'2024-10-23 20:39:32','2024-10-23 20:39:32','','Order &ndash; October 23, 2024 @ 08:39 PM','','wc-completed','closed','closed','wc_order_m6wijfiWIimQK','order-oct-23-2024-0839-pm','','','2024-10-25 00:35:46','2024-10-25 00:35:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3014',0,'shop_order','',3),(3015,1,'2024-10-23 22:16:52','2024-10-23 22:16:52','','Order &ndash; October 23, 2024 @ 10:16 PM','if door is lock, please use door code 4455 to leave products inside suite #106','wc-completed','closed','closed','wc_order_VT61JNN1PsWvz','order-oct-23-2024-1016-pm','','','2024-10-25 00:38:19','2024-10-25 00:38:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3015',0,'shop_order','',3),(3016,1,'2024-10-24 04:09:37','2024-10-24 04:09:37','','Order &ndash; October 24, 2024 @ 04:09 AM','','wc-completed','closed','closed','wc_order_Qwswk4SNnirOx','order-oct-24-2024-0409-am','','','2024-10-25 00:37:12','2024-10-25 00:37:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3016',0,'shop_order','',3),(3017,1,'2024-10-24 21:11:18','2024-10-24 21:11:18','','Order &ndash; October 24, 2024 @ 09:11 PM','','wc-completed','closed','closed','wc_order_njiMEUaXb57Gy','order-oct-24-2024-0911-pm','','','2024-10-28 14:07:07','2024-10-28 14:07:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3017',0,'shop_order','',3),(3019,1,'2024-10-25 14:57:28','2024-10-25 14:57:28','','Order &ndash; October 25, 2024 @ 02:57 PM','','wc-completed','closed','closed','wc_order_S3e81GEeiuKcR','order-oct-25-2024-0257-pm','','','2024-10-28 14:04:56','2024-10-28 14:04:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3019',0,'shop_order','',3),(3020,1,'2024-10-27 23:45:56','2024-10-27 23:45:56','','Order &ndash; October 27, 2024 @ 11:45 PM','','wc-completed','closed','closed','wc_order_9G8gUSsRvWKsl','order-oct-27-2024-1145-pm','','','2024-10-29 20:43:51','2024-10-29 20:43:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3020',0,'shop_order','',3),(3021,1,'2024-10-28 20:09:36','2024-10-28 20:09:36','','Order &ndash; October 28, 2024 @ 08:09 PM','','wc-completed','closed','closed','wc_order_tsVCE5bpQM0uv','order-oct-28-2024-0809-pm','','','2024-10-29 20:55:42','2024-10-29 20:55:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3021',0,'shop_order','',3),(3022,1,'2024-10-29 17:08:44','2024-10-29 17:08:44','','Order &ndash; October 29, 2024 @ 05:08 PM','','wc-completed','closed','closed','wc_order_qor9K4k0ezqXF','order-oct-29-2024-0508-pm','','','2024-10-29 20:56:43','2024-10-29 20:56:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3022',0,'shop_order','',3),(3023,1,'2024-10-30 12:08:41','2024-10-30 12:08:41','','Order &ndash; October 30, 2024 @ 12:08 PM','','wc-completed','closed','closed','wc_order_a2nRhPSn3IGUO','order-oct-30-2024-1208-pm','','','2024-11-04 14:15:15','2024-11-04 14:15:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3023',0,'shop_order','',3),(3024,1,'2024-10-30 19:48:58','2024-10-30 19:48:58','','Order &ndash; October 30, 2024 @ 07:48 PM','','wc-completed','closed','closed','wc_order_4NBzza5X1dVYe','order-oct-30-2024-0748-pm','','','2024-11-04 14:13:21','2024-11-04 14:13:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3024',0,'shop_order','',3),(3025,1,'2024-11-01 17:04:10','2024-11-01 17:04:10','','Order &ndash; November 1, 2024 @ 05:04 PM','','wc-completed','closed','closed','wc_order_BlJV02jfy9O3i','order-nov-01-2024-0504-pm','','','2024-11-11 13:03:42','2024-11-11 13:03:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3025',0,'shop_order','',3),(3027,1,'2024-11-04 21:39:15','2024-11-04 21:39:15','','Order &ndash; November 4, 2024 @ 09:39 PM','','wc-completed','closed','closed','wc_order_A2gRUwcXdnFQP','order-nov-04-2024-0939-pm','','','2024-11-06 22:41:48','2024-11-06 22:41:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3027',0,'shop_order','',3),(3028,1,'2024-11-05 01:02:23','2024-11-05 01:02:23','','Order &ndash; November 5, 2024 @ 01:02 AM','','wc-completed','closed','closed','wc_order_gr9ZD8aMU5WpV','order-nov-05-2024-0102-am','','','2024-11-11 13:04:22','2024-11-11 13:04:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3028',0,'shop_order','',3),(3029,1,'2024-11-05 17:14:48','2024-11-05 17:14:48','','Order &ndash; November 5, 2024 @ 05:14 PM','','wc-completed','closed','closed','wc_order_f76BQoMfGZYhT','order-nov-05-2024-0514-pm','','','2024-11-06 22:42:19','2024-11-06 22:42:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3029',0,'shop_order','',3),(3030,1,'2024-11-05 21:50:18','2024-11-05 21:50:18','','Order &ndash; November 5, 2024 @ 09:50 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_sn2mZs9QBrpKR','order-nov-05-2024-0950-pm','','','2024-11-06 22:43:23','2024-11-06 22:43:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3030',0,'shop_order','',3),(3031,1,'2024-11-06 16:52:26','2024-11-06 16:52:26','','Order &ndash; November 6, 2024 @ 04:52 PM','If door locked, please leave packages','wc-completed','closed','closed','wc_order_1PxqF59JrPme1','order-nov-06-2024-0452-pm','','','2024-11-06 22:57:07','2024-11-06 22:57:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3031',0,'shop_order','',3),(3032,1,'2024-11-07 15:08:47','2024-11-07 15:08:47','','Order &ndash; November 7, 2024 @ 03:08 PM','','wc-completed','closed','closed','wc_order_sis4qtnF2r7QZ','order-nov-07-2024-0308-pm','','','2024-11-11 13:02:21','2024-11-11 13:02:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3032',0,'shop_order','',3),(3033,1,'2024-11-07 20:23:51','2024-11-07 20:23:51','','Order &ndash; November 7, 2024 @ 08:23 PM','','wc-completed','closed','closed','wc_order_QUay6wYqQzatn','order-nov-07-2024-0823-pm','','','2024-11-11 13:00:37','2024-11-11 13:00:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3033',0,'shop_order','',3),(3034,1,'2024-11-08 14:19:42','2024-11-08 14:19:42','','Order &ndash; November 8, 2024 @ 02:19 PM','','wc-completed','closed','closed','wc_order_HvQLLLLUpdmKk','order-nov-08-2024-0219-pm','','','2024-11-11 12:58:25','2024-11-11 12:58:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3034',0,'shop_order','',3),(3035,1,'2024-11-10 14:59:28','2024-11-10 14:59:28','','Order &ndash; November 10, 2024 @ 02:59 PM','','wc-completed','closed','closed','wc_order_MqhGkPbaMwdeU','order-nov-10-2024-0259-pm','','','2024-11-12 19:41:44','2024-11-12 19:41:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3035',0,'shop_order','',3),(3036,1,'2024-11-11 17:01:31','2024-11-11 17:01:31','','Order &ndash; November 11, 2024 @ 05:01 PM','','wc-completed','closed','closed','wc_order_ETKuPxIwo8fIX','order-nov-11-2024-0501-pm','','','2024-11-12 19:47:46','2024-11-12 19:47:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3036',0,'shop_order','',3),(3037,1,'2024-11-11 17:45:33','2024-11-11 17:45:33','','Order &ndash; November 11, 2024 @ 05:45 PM','','wc-completed','closed','closed','wc_order_X95hoYQKDmGXX','order-nov-11-2024-0545-pm','','','2024-11-12 19:51:38','2024-11-12 19:51:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3037',0,'shop_order','',3),(3038,1,'2024-11-11 19:34:01','2024-11-11 19:34:01','','Order &ndash; November 11, 2024 @ 07:34 PM','','wc-completed','closed','closed','wc_order_Qk6fjYGNUbpjv','order-nov-11-2024-0734-pm','','','2024-11-12 19:53:31','2024-11-12 19:53:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3038',0,'shop_order','',3),(3039,1,'2024-11-11 20:05:33','2024-11-11 20:05:33','','Order &ndash; November 11, 2024 @ 08:05 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_4JqknNNQJwDlf','order-nov-11-2024-0805-pm','','','2024-11-12 19:52:15','2024-11-12 19:52:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3039',0,'shop_order','',3),(3040,1,'2024-11-11 20:25:53','2024-11-11 20:25:53','','Order &ndash; November 11, 2024 @ 08:25 PM','','wc-completed','closed','closed','wc_order_mMlLilYnJKPPI','order-nov-11-2024-0825-pm','','','2024-11-12 19:54:01','2024-11-12 19:54:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3040',0,'shop_order','',3),(3041,1,'2024-11-11 20:57:27','2024-11-11 20:57:27','','Order &ndash; November 11, 2024 @ 08:57 PM','','wc-completed','closed','closed','wc_order_EzvcUKV7cpING','order-nov-11-2024-0857-pm','','','2024-11-12 19:52:45','2024-11-12 19:52:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3041',0,'shop_order','',3),(3042,1,'2024-11-12 17:00:38','2024-11-12 17:00:38','','Order &ndash; November 12, 2024 @ 05:00 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_gNSgflnxeCIkL','order-nov-12-2024-0500-pm','','','2024-11-13 22:26:57','2024-11-13 22:26:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3042',0,'shop_order','',3),(3043,1,'2024-11-12 17:12:38','2024-11-12 17:12:38','','Order &ndash; November 12, 2024 @ 05:12 PM','','wc-completed','closed','closed','wc_order_ltCOEHEhmH5y9','order-nov-12-2024-0512-pm','','','2024-11-14 23:12:31','2024-11-14 23:12:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3043',0,'shop_order','',5),(3044,1,'2024-11-12 18:08:51','2024-11-12 18:08:51','','Order &ndash; November 12, 2024 @ 06:08 PM','Please leave inside building outside suite if necessary.','wc-completed','closed','closed','wc_order_axQFCTX4YKEPK','order-nov-12-2024-0608-pm','','','2024-11-13 22:25:23','2024-11-13 22:25:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3044',0,'shop_order','',3),(3046,1,'2024-11-12 19:49:51','2024-11-12 19:49:51','','Order &ndash; November 12, 2024 @ 07:49 PM','Please bring to the green building. Not the blue building.','wc-completed','closed','closed','wc_order_vorecHL66vLDo','order-nov-12-2024-0749-pm','','','2024-11-13 22:27:31','2024-11-13 22:27:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3046',0,'shop_order','',3),(3047,1,'2024-11-12 22:01:58','2024-11-12 22:01:58','','Order &ndash; November 12, 2024 @ 10:01 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_QTnTT2tKxDuFN','order-nov-12-2024-1001-pm','','','2024-11-13 22:28:01','2024-11-13 22:28:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3047',0,'shop_order','',3),(3048,1,'2024-11-13 17:10:12','2024-11-13 17:10:12','','Order &ndash; November 13, 2024 @ 05:10 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_Z7ppIEp1ijaZf','order-nov-13-2024-0510-pm','','','2024-11-13 22:30:14','2024-11-13 22:30:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3048',0,'shop_order','',3),(3050,1,'2024-11-14 20:41:32','2024-11-14 20:41:32','','Order &ndash; November 14, 2024 @ 08:41 PM','','wc-completed','closed','closed','wc_order_MVsmY5oFiepCk','order-nov-14-2024-0841-pm','','','2024-11-19 19:13:48','2024-11-19 19:13:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3050',0,'shop_order','',3),(3051,1,'2024-11-14 23:00:05','2024-11-14 23:00:05','','Order &ndash; November 14, 2024 @ 11:00 PM','','wc-completed','closed','closed','wc_order_i20vflJhQ5d2E','order-nov-14-2024-1100-pm','','','2024-11-18 13:23:34','2024-11-18 13:23:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3051',0,'shop_order','',3),(3052,1,'2024-11-15 21:52:11','2024-11-15 21:52:11','','Order &ndash; November 15, 2024 @ 09:52 PM','','wc-completed','closed','closed','wc_order_Pl899QllMYbAr','order-nov-15-2024-0952-pm','','','2024-11-19 01:58:57','2024-11-19 01:58:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3052',0,'shop_order','',5),(3053,1,'2024-11-16 14:22:08','2024-11-16 14:22:08','','Order &ndash; November 16, 2024 @ 02:22 PM','','wc-completed','closed','closed','wc_order_OTBTYUnItehen','order-nov-16-2024-0222-pm','','','2024-11-19 01:54:23','2024-11-19 01:54:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3053',0,'shop_order','',3),(3054,1,'2024-11-18 02:24:04','2024-11-18 02:24:04','','Order &ndash; November 18, 2024 @ 02:24 AM','','wc-completed','closed','closed','wc_order_u9rAaMiosgMjg','order-nov-18-2024-0224-am','','','2024-11-19 01:56:37','2024-11-19 01:56:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3054',0,'shop_order','',3),(3055,1,'2024-11-18 13:51:05','2024-11-18 13:51:05','','Order &ndash; November 18, 2024 @ 01:51 PM','','wc-completed','closed','closed','wc_order_foE358YrNa9fF','order-nov-18-2024-0151-pm','','','2024-11-19 01:58:21','2024-11-19 01:58:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3055',0,'shop_order','',3),(3056,1,'2024-11-19 16:27:04','2024-11-19 16:27:04','','Order &ndash; November 19, 2024 @ 04:27 PM','','wc-completed','closed','closed','wc_order_i7uJRS2grVHqc','order-nov-19-2024-0427-pm','','','2024-11-20 15:19:08','2024-11-20 15:19:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3056',0,'shop_order','',3),(3057,1,'2024-11-20 15:30:36','2024-11-20 15:30:36','','Order &ndash; November 20, 2024 @ 03:30 PM','','wc-completed','closed','closed','wc_order_uohrD6YvhsMzm','order-nov-20-2024-0330-pm','','','2024-11-20 23:39:47','2024-11-20 23:39:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3057',0,'shop_order','',3),(3058,1,'2024-11-20 15:34:45','2024-11-20 15:34:45','','Order &ndash; November 20, 2024 @ 03:34 PM','','wc-completed','closed','closed','wc_order_byNSNvGUmET6U','order-nov-20-2024-0334-pm','','','2024-11-21 23:23:31','2024-11-21 23:23:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3058',0,'shop_order','',3),(3059,1,'2024-11-20 16:27:34','2024-11-20 16:27:34','','Order &ndash; November 20, 2024 @ 04:27 PM','','wc-completed','closed','closed','wc_order_MKzu8ank4ZvEA','order-nov-20-2024-0427-pm','','','2024-11-20 23:40:54','2024-11-20 23:40:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3059',0,'shop_order','',3),(3060,1,'2024-11-20 19:07:00','2024-11-20 19:07:00','','Order &ndash; November 20, 2024 @ 07:07 PM','','wc-completed','closed','closed','wc_order_FqdgRRozV5REs','order-nov-20-2024-0707-pm','','','2024-11-21 23:23:12','2024-11-21 23:23:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3060',0,'shop_order','',3),(3061,1,'2024-11-20 22:31:13','2024-11-20 22:31:13','','Order &ndash; November 20, 2024 @ 10:31 PM','','wc-cancelled','closed','closed','wc_order_3NqhTYzZIetiE','order-nov-20-2024-1031-pm','','','2024-11-21 18:12:46','2024-11-21 18:12:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3061',0,'shop_order','',3),(3062,1,'2024-11-20 23:12:50','2024-11-20 23:12:50','','Order &ndash; November 20, 2024 @ 11:12 PM','','wc-completed','closed','closed','wc_order_GmtsKdbOYKnel','order-nov-20-2024-1112-pm','','','2024-11-21 23:26:17','2024-11-21 23:26:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3062',0,'shop_order','',3),(3064,1,'2024-11-21 15:49:49','2024-11-21 15:49:49','','Order &ndash; November 21, 2024 @ 03:49 PM','','wc-completed','closed','closed','wc_order_jj6WuUU2sfxvK','order-nov-21-2024-0349-pm','','','2024-11-21 23:27:49','2024-11-21 23:27:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3064',0,'shop_order','',3),(3065,1,'2024-11-21 18:14:52','2024-11-21 18:14:52','','Order &ndash; November 21, 2024 @ 06:14 PM','','wc-completed','closed','closed','wc_order_vYMQ6wWKjkFab','order-nov-21-2024-0614-pm','','','2024-11-23 06:10:13','2024-11-23 06:10:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3065',0,'shop_order','',5),(3066,1,'2024-11-22 14:32:44','2024-11-22 14:32:44','','Order &ndash; November 22, 2024 @ 02:32 PM','','wc-completed','closed','closed','wc_order_nBFobJHsoJQ5z','order-nov-22-2024-0232-pm','','','2024-11-23 06:12:38','2024-11-23 06:12:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3066',0,'shop_order','',3),(3067,1,'2024-11-22 14:47:17','2024-11-22 14:47:17','','Order &ndash; November 22, 2024 @ 02:47 PM','','wc-completed','closed','closed','wc_order_M9bBfVllvcRBA','order-nov-22-2024-0247-pm','','','2024-11-23 06:10:53','2024-11-23 06:10:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3067',0,'shop_order','',3),(3068,1,'2024-11-23 00:13:01','2024-11-23 00:13:01','','Order &ndash; November 23, 2024 @ 12:13 AM','If door is lock, please use door code 4455 to enter to suite 106 and leave product inside clinic','wc-completed','closed','closed','wc_order_KYHCc7JjBFsiH','order-nov-23-2024-1213-am','','','2024-11-25 22:03:07','2024-11-25 22:03:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3068',0,'shop_order','',3),(3069,1,'2024-11-23 22:30:12','2024-11-23 22:30:12','','Order &ndash; November 23, 2024 @ 10:30 PM','','wc-completed','closed','closed','wc_order_oB0wNOMQft1RJ','order-nov-23-2024-1030-pm','','','2024-11-25 22:02:05','2024-11-25 22:02:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3069',0,'shop_order','',3),(3070,1,'2024-11-26 16:16:06','2024-11-26 16:16:06','','Order &ndash; November 26, 2024 @ 04:16 PM','Please bring to the blue building.','wc-completed','closed','closed','wc_order_AnLuKhGD35umq','order-nov-26-2024-0416-pm','','','2024-11-26 22:23:51','2024-11-26 22:23:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3070',0,'shop_order','',3),(3071,1,'2024-11-26 17:33:33','2024-11-26 17:33:33','','Order &ndash; November 26, 2024 @ 05:33 PM','','wc-completed','closed','closed','wc_order_Qo3nGTSd96hHr','order-nov-26-2024-0533-pm','','','2024-11-26 22:24:21','2024-11-26 22:24:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3071',0,'shop_order','',3),(3072,1,'2024-11-26 22:14:03','2024-11-26 22:14:03','','Order &ndash; November 26, 2024 @ 10:14 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_4F0TZ6uYB8msy','order-nov-26-2024-1014-pm','','','2024-11-27 19:24:30','2024-11-27 19:24:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3072',0,'shop_order','',3),(3073,1,'2024-11-27 15:43:41','2024-11-27 15:43:41','','Order &ndash; November 27, 2024 @ 03:43 PM','','wc-completed','closed','closed','wc_order_CuBKZ6yCsk0Z0','order-nov-27-2024-0343-pm','','','2024-11-27 19:25:21','2024-11-27 19:25:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3073',0,'shop_order','',3),(3074,1,'2024-12-02 14:51:27','2024-12-02 14:51:27','','Order &ndash; December 2, 2024 @ 02:51 PM','','wc-completed','closed','closed','wc_order_O3skRSeOmVbBB','order-dec-02-2024-0251-pm','','','2024-12-06 14:27:10','2024-12-06 14:27:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3074',0,'shop_order','',3),(3075,1,'2024-12-02 16:59:22','2024-12-02 16:59:22','','Order &ndash; December 2, 2024 @ 04:59 PM','','wc-completed','closed','closed','wc_order_Jd9NVmlCkDISy','order-dec-02-2024-0459-pm','','','2024-12-03 20:11:47','2024-12-03 20:11:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3075',0,'shop_order','',3),(3076,1,'2024-12-02 20:51:19','2024-12-02 20:51:19','','Order &ndash; December 2, 2024 @ 08:51 PM','IF DOOR IS LOCKED, LEAVE PACKAGES','wc-completed','closed','closed','wc_order_Es2u00MYqDxmB','order-dec-02-2024-0851-pm','','','2024-12-03 20:12:29','2024-12-03 20:12:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3076',0,'shop_order','',3),(3078,1,'2024-12-02 22:52:20','2024-12-02 22:52:20','','Order &ndash; December 2, 2024 @ 10:52 PM','','wc-completed','closed','closed','wc_order_6YsB8NODeD3dM','order-dec-02-2024-1052-pm','','','2024-12-05 00:15:14','2024-12-05 00:15:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3078',0,'shop_order','',3),(3079,1,'2024-12-03 18:25:48','2024-12-03 18:25:48','','Order &ndash; December 3, 2024 @ 06:25 PM','','wc-completed','closed','closed','wc_order_YsakKv2re0SeO','order-dec-03-2024-0625-pm','','','2024-12-05 00:14:33','2024-12-05 00:14:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3079',0,'shop_order','',3),(3080,1,'2024-12-04 04:28:12','2024-12-04 04:28:12','','Order &ndash; December 4, 2024 @ 04:28 AM','','wc-completed','closed','closed','wc_order_AP7HlErpzGc0z','order-dec-04-2024-0428-am','','','2024-12-06 14:25:49','2024-12-06 14:25:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3080',0,'shop_order','',3),(3081,1,'2024-12-05 01:55:46','2024-12-05 01:55:46','','Order &ndash; December 5, 2024 @ 01:55 AM','','wc-completed','closed','closed','wc_order_HwMdWzRHOAnmX','order-dec-05-2024-0155-am','','','2024-12-10 12:41:48','2024-12-10 12:41:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3081',0,'shop_order','',5),(3082,1,'2024-12-05 16:14:12','2024-12-05 16:14:12','','Order &ndash; December 5, 2024 @ 04:14 PM','','wc-completed','closed','closed','wc_order_EJok4I6pjDF0a','order-dec-05-2024-0414-pm','','','2024-12-10 16:52:08','2024-12-10 16:52:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3082',0,'shop_order','',3),(3083,1,'2024-12-05 16:14:40','2024-12-05 16:14:40','','Order &ndash; December 5, 2024 @ 04:14 PM','','wc-completed','closed','closed','wc_order_pX1mOl7PKvke3','order-dec-05-2024-0414-pm-2','','','2024-12-06 14:28:56','2024-12-06 14:28:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3083',0,'shop_order','',3),(3084,1,'2024-12-06 18:35:28','2024-12-06 18:35:28','','Order &ndash; December 6, 2024 @ 06:35 PM','','wc-completed','closed','closed','wc_order_3FAxdeAI0wXce','order-dec-06-2024-0635-pm','','','2024-12-10 12:43:01','2024-12-10 12:43:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3084',0,'shop_order','',3),(3085,1,'2024-12-08 17:47:13','2024-12-08 17:47:13','','Order &ndash; December 8, 2024 @ 05:47 PM','Please deliver directly to suite - do not leave on front porch of building','wc-completed','closed','closed','wc_order_SFPHLRZy3ablt','order-dec-08-2024-0547-pm','','','2024-12-10 12:43:35','2024-12-10 12:43:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3085',0,'shop_order','',3),(3086,1,'2024-12-09 19:35:41','2024-12-09 19:35:41','','Order &ndash; December 9, 2024 @ 07:35 PM','','wc-completed','closed','closed','wc_order_Bflea7mI8Aihk','order-dec-09-2024-0735-pm','','','2024-12-10 12:49:49','2024-12-10 12:49:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3086',0,'shop_order','',3),(3087,1,'2024-12-09 20:14:30','2024-12-09 20:14:30','','Order &ndash; December 9, 2024 @ 08:14 PM','','wc-completed','closed','closed','wc_order_zFUZ7qkeTDDuU','order-dec-09-2024-0814-pm','','','2024-12-10 20:43:52','2024-12-10 20:43:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3087',0,'shop_order','',3),(3088,1,'2024-12-10 03:21:17','2024-12-10 03:21:17','','Order &ndash; December 10, 2024 @ 03:21 AM','','wc-completed','closed','closed','wc_order_CeoHBjvwQqh1k','order-dec-10-2024-0321-am','','','2024-12-10 16:53:43','2024-12-10 16:53:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3088',0,'shop_order','',3),(3089,1,'2024-12-10 17:16:21','2024-12-10 17:16:21','','Order &ndash; December 10, 2024 @ 05:16 PM','','wc-completed','closed','closed','wc_order_Ez3FQIRCEY7yU','order-dec-10-2024-0516-pm','','','2024-12-10 20:45:48','2024-12-10 20:45:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3089',0,'shop_order','',3),(3090,1,'2024-12-10 19:08:14','2024-12-10 19:08:14','','Order &ndash; December 10, 2024 @ 07:08 PM','Please add a urgent care& preventive kit bag as a replacement for a damaged bag we have from our last order #3054.\r\nAlso add a replacement urgent care & preventive kit per the email I sent where the product inside was leaked. Amira 209-642-2061','wc-completed','closed','closed','wc_order_vXZEdmrkMzcb3','order-dec-10-2024-0708-pm','','','2024-12-23 17:49:29','2024-12-23 17:49:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3090',0,'shop_order','',3),(3092,1,'2024-12-11 20:13:37','2024-12-11 20:13:37','','Order &ndash; December 11, 2024 @ 08:13 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_1PVnGozNmn9jj','order-dec-11-2024-0813-pm','','','2024-12-13 03:28:55','2024-12-13 03:28:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3092',0,'shop_order','',3),(3093,1,'2024-12-12 01:54:53','2024-12-12 01:54:53','','Order &ndash; December 12, 2024 @ 01:54 AM','','wc-completed','closed','closed','wc_order_1PaLYjRTQ5kDi','order-dec-12-2024-0154-am','','','2024-12-13 03:31:34','2024-12-13 03:31:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3093',0,'shop_order','',3),(3094,1,'2024-12-12 18:38:34','2024-12-12 18:38:34','','Order &ndash; December 12, 2024 @ 06:38 PM','','wc-completed','closed','closed','wc_order_C5gWzCVsRCmEm','order-dec-12-2024-0638-pm','','','2024-12-13 03:31:07','2024-12-13 03:31:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3094',0,'shop_order','',3),(3095,1,'2024-12-12 20:11:56','2024-12-12 20:11:56','','Order &ndash; December 12, 2024 @ 08:11 PM','','wc-completed','closed','closed','wc_order_L3r45Vo7S7MHu','order-dec-12-2024-0811-pm','','','2024-12-13 03:32:25','2024-12-13 03:32:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3095',0,'shop_order','',3),(3096,1,'2024-12-13 18:31:52','2024-12-13 18:31:52','','Order &ndash; December 13, 2024 @ 06:31 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_wHGnCFnEGOZx5','order-dec-13-2024-0631-pm','','','2024-12-16 14:28:43','2024-12-16 14:28:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3096',0,'shop_order','',3),(3097,1,'2024-12-15 15:03:06','2024-12-15 15:03:06','','Order &ndash; December 15, 2024 @ 03:03 PM','','wc-completed','closed','closed','wc_order_WaTWo04nkCjhe','order-dec-15-2024-0303-pm','','','2024-12-17 20:50:00','2024-12-17 20:50:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3097',0,'shop_order','',3),(3098,1,'2024-12-16 19:38:01','2024-12-16 19:38:01','','Order &ndash; December 16, 2024 @ 07:38 PM','','wc-completed','closed','closed','wc_order_T32tvk2OeKKM8','order-dec-16-2024-0738-pm','','','2024-12-17 20:47:07','2024-12-17 20:47:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3098',0,'shop_order','',3),(3099,1,'2024-12-16 19:44:25','2024-12-16 19:44:25','','Order &ndash; December 16, 2024 @ 07:44 PM','','wc-completed','closed','closed','wc_order_4qOoCbmTEvTiK','order-dec-16-2024-0744-pm','','','2024-12-17 20:49:05','2024-12-17 20:49:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3099',0,'shop_order','',3),(3100,1,'2024-12-17 12:35:54','2024-12-17 12:35:54','','Order &ndash; December 17, 2024 @ 12:35 PM','','wc-completed','closed','closed','wc_order_RqpFUzpDLHl23','order-dec-17-2024-1235-pm','','','2024-12-20 13:31:09','2024-12-20 13:31:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3100',0,'shop_order','',3),(3103,1,'2024-12-18 02:20:49','2024-12-18 02:20:49','','Order &ndash; December 18, 2024 @ 02:20 AM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_43srDFG28j0rY','order-dec-18-2024-0220-am','','','2024-12-20 13:25:01','2024-12-20 13:25:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3103',0,'shop_order','',3),(3106,2,'2024-12-18 04:04:02','2024-12-18 04:04:01','{\"scan\":{\"dir\":\"\\/storage\\/v12674\\/lcaginesisstore\\/public_html\",\"start\":1734494642,\"type\":\"Complete Scan\",\"settings\":{\"check\":[\"db_scan\",\"htaccess\",\"timthumb\",\"known\",\"wp_core\"],\"msg_position\":[\"80px\",\"40px\",\"400px\",\"600px\"],\"scan_what\":2,\"scan_depth\":-1,\"exclude_ext\":[\"png\",\"jpg\",\"jpeg\",\"gif\",\"bmp\",\"tif\",\"tiff\",\"psd\",\"svg\",\"webp\",\"doc\",\"docx\",\"otf\",\"ttf\",\"fla\",\"flv\",\"mov\",\"mp3\",\"pdf\",\"css\",\"pot\",\"po\",\"mo\",\"so\",\"exe\",\"zip\",\"7z\",\"gz\",\"rar\"],\"check_custom\":\"\",\"exclude_dir\":[],\"user_can\":\"activate_plugins\",\"dont_check\":[],\"scan_level\":3,\"auto_UPDATE_definitions\":1,\"skip_quarantine\":0}}}','Complete Scan of public_html on 2024-12-18 was not finished!','','publish','open','open','','21fa7edf9a41af9874397cc3e7e7f51b','','','2024-12-18 04:04:02','0000-00-00 00:00:00','',0,'',0,'gotmls_results','',0),(3108,1,'2024-12-20 14:48:45','2024-12-20 14:48:45','','Order &ndash; December 20, 2024 @ 02:48 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_11DKe5ST2mdPW','order-dec-20-2024-0248-pm','','','2024-12-28 19:11:30','2024-12-28 19:11:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3108',0,'shop_order','',3),(3109,1,'2024-12-23 16:42:42','2024-12-23 16:42:42','','Order &ndash; December 23, 2024 @ 04:42 PM','','wc-completed','closed','closed','wc_order_zdpu113LyVzMM','order-dec-23-2024-0442-pm','','','2024-12-27 14:34:07','2024-12-27 14:34:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3109',0,'shop_order','',3),(3110,1,'2024-12-27 03:31:43','2024-12-27 03:31:43','','Order &ndash; December 27, 2024 @ 03:31 AM','','wc-completed','closed','closed','wc_order_xlubfdrwtE4TN','order-dec-27-2024-0331-am','','','2024-12-28 19:08:38','2024-12-28 19:08:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3110',0,'shop_order','',3),(3112,1,'2024-12-27 18:59:28','2024-12-27 18:59:28','','Order &ndash; December 27, 2024 @ 06:59 PM','','wc-completed','closed','closed','wc_order_g9vHy6rIiRj6M','order-dec-27-2024-0659-pm','','','2025-01-02 22:01:00','2025-01-02 22:01:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3112',0,'shop_order','',3),(3113,1,'2024-12-27 19:28:48','2024-12-27 19:28:48','','Order &ndash; December 27, 2024 @ 07:28 PM','','wc-completed','closed','closed','wc_order_FeLBSmNbrelxn','order-dec-27-2024-0728-pm','','','2025-01-06 20:04:29','2025-01-06 20:04:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3113',0,'shop_order','',5),(3114,1,'2024-12-27 21:26:24','2024-12-27 21:26:24','','Order &ndash; December 27, 2024 @ 09:26 PM','','wc-completed','closed','closed','wc_order_Ih7UYjJMatRlk','order-dec-27-2024-0926-pm','','','2025-01-02 14:29:50','2025-01-02 14:29:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3114',0,'shop_order','',5),(3115,1,'2024-12-28 00:42:13','2024-12-28 00:42:13','','Order &ndash; December 28, 2024 @ 12:42 AM','','wc-completed','closed','closed','wc_order_MRqZJTOfkBmfG','order-dec-28-2024-1242-am','','','2025-01-02 14:28:02','2025-01-02 14:28:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3115',0,'shop_order','',3),(3116,1,'2024-12-28 19:19:38','2024-12-28 19:19:38','','Order &ndash; December 28, 2024 @ 07:19 PM','','wc-completed','closed','closed','wc_order_dMKTtv29ohPWB','order-dec-28-2024-0719-pm','','','2025-01-02 14:30:35','2025-01-02 14:30:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3116',0,'shop_order','',3),(3117,1,'2024-12-29 22:37:17','2024-12-29 22:37:17','','Order &ndash; December 29, 2024 @ 10:37 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_T9JpIzMz75NtZ','order-dec-29-2024-1037-pm','','','2025-01-02 14:33:07','2025-01-02 14:33:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3117',0,'shop_order','',3),(3118,1,'2024-12-30 15:14:04','2024-12-30 15:14:04','','Order &ndash; December 30, 2024 @ 03:14 PM','','wc-completed','closed','closed','wc_order_hTwPfTxVTYk9f','order-dec-30-2024-0314-pm','','','2025-01-02 14:33:38','2025-01-02 14:33:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3118',0,'shop_order','',3),(3119,1,'2025-01-01 04:56:09','2025-01-01 04:56:09','','Order &ndash; January 1, 2025 @ 04:56 AM','','wc-completed','closed','closed','wc_order_gt0vXrLqhstoU','order-jan-01-2025-0456-am','','','2025-01-02 22:00:06','2025-01-02 22:00:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3119',0,'shop_order','',3),(3120,1,'2025-01-01 15:52:29','2025-01-01 15:52:29','','Order &ndash; January 1, 2025 @ 03:52 PM','','wc-completed','closed','closed','wc_order_X5Wt4bJp04BwF','order-jan-01-2025-0352-pm','','','2025-01-02 22:01:36','2025-01-02 22:01:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3120',0,'shop_order','',3),(3121,1,'2025-01-02 15:11:40','2025-01-02 15:11:40','','Order &ndash; January 2, 2025 @ 03:11 PM','','wc-completed','closed','closed','wc_order_P1waAmVWWHA2I','order-jan-02-2025-0311-pm','','','2025-01-06 15:46:18','2025-01-06 15:46:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3121',0,'shop_order','',5),(3122,1,'2025-01-02 19:23:35','2025-01-02 19:23:35','','Order &ndash; January 2, 2025 @ 07:23 PM','','wc-completed','closed','closed','wc_order_euXbkDDFbOBmn','order-jan-02-2025-0723-pm','','','2025-01-06 15:42:17','2025-01-06 15:42:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3122',0,'shop_order','',3),(3123,1,'2025-01-02 22:20:27','2025-01-02 22:20:27','','Order &ndash; January 2, 2025 @ 10:20 PM','','wc-completed','closed','closed','wc_order_yckk9ibqUoGjZ','order-jan-02-2025-1020-pm','','','2025-01-06 15:44:57','2025-01-06 15:44:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3123',0,'shop_order','',3),(3124,1,'2025-01-02 23:03:28','2025-01-02 23:03:28','','Order &ndash; January 2, 2025 @ 11:03 PM','','wc-completed','closed','closed','wc_order_VdOE1yTO2B1d5','order-jan-02-2025-1103-pm','','','2025-01-06 20:04:56','2025-01-06 20:04:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3124',0,'shop_order','',3),(3125,1,'2025-01-03 16:27:53','2025-01-03 16:27:53','','Order &ndash; January 3, 2025 @ 04:27 PM','','wc-completed','closed','closed','wc_order_zcqMYTrGFpxUY','order-jan-03-2025-0427-pm','','','2025-01-06 15:50:21','2025-01-06 15:50:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3125',0,'shop_order','',3),(3126,1,'2025-01-03 23:48:56','2025-01-03 23:48:56','','Order &ndash; January 3, 2025 @ 11:48 PM','','wc-completed','closed','closed','wc_order_CC8vtdVB2mqru','order-jan-03-2025-1148-pm','','','2025-01-06 19:55:02','2025-01-06 19:55:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3126',0,'shop_order','',3),(3127,1,'2025-01-06 13:45:31','2025-01-06 13:45:31','','Order &ndash; January 6, 2025 @ 01:45 PM','','wc-completed','closed','closed','wc_order_FpRRLWcsLqlYp','order-jan-06-2025-0145-pm','','','2025-01-06 21:09:01','2025-01-06 21:09:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3127',0,'shop_order','',3),(3130,1,'2025-01-06 18:16:22','2025-01-06 18:16:22','','Order &ndash; January 6, 2025 @ 06:16 PM','','wc-completed','closed','closed','wc_order_nagFlfjgO3qk3','order-jan-06-2025-0616-pm','','','2025-01-06 22:07:05','2025-01-06 22:07:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3130',0,'shop_order','',3),(3131,1,'2025-01-06 19:45:47','2025-01-06 19:45:47','','Order &ndash; January 6, 2025 @ 07:45 PM','','wc-completed','closed','closed','wc_order_PZ6BGHEPSt5uB','order-jan-06-2025-0745-pm','','','2025-01-07 18:03:14','2025-01-07 18:03:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3131',0,'shop_order','',3),(3132,1,'2025-01-07 20:49:46','2025-01-07 20:49:46','','Order &ndash; January 7, 2025 @ 08:49 PM','Please deliver to blue building (not the green building)','wc-completed','closed','closed','wc_order_i7QXYIGuOEU0V','order-jan-07-2025-0849-pm','','','2025-01-09 16:25:22','2025-01-09 16:25:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3132',0,'shop_order','',3),(3133,1,'2025-01-07 20:57:39','2025-01-07 20:57:39','','Order &ndash; January 7, 2025 @ 08:57 PM','Please leave on front porch if not home.','wc-completed','closed','closed','wc_order_vLJiukmStAxlt','order-jan-07-2025-0857-pm','','','2025-01-09 16:24:49','2025-01-09 16:24:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3133',0,'shop_order','',3),(3134,1,'2025-01-07 21:05:57','2025-01-07 21:05:57','','Order &ndash; January 7, 2025 @ 09:05 PM','','wc-completed','closed','closed','wc_order_MNVEQKL684ilU','order-jan-07-2025-0905-pm','','','2025-01-09 16:25:56','2025-01-09 16:25:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3134',0,'shop_order','',3),(3135,1,'2025-01-07 23:30:30','2025-01-07 23:30:30','','Order &ndash; January 7, 2025 @ 11:30 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_vpBM1yE9Xv7BF','order-jan-07-2025-1130-pm','','','2025-01-09 16:26:30','2025-01-09 16:26:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3135',0,'shop_order','',3),(3136,1,'2025-01-07 23:34:58','2025-01-07 23:34:58','','Order &ndash; January 7, 2025 @ 11:34 PM','Please leave outside our suite if we are not there.','wc-completed','closed','closed','wc_order_JSktVUpTj2Zy4','order-jan-07-2025-1134-pm','','','2025-01-09 16:27:02','2025-01-09 16:27:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3136',0,'shop_order','',3),(3137,1,'2025-01-08 16:21:53','2025-01-08 16:21:53','','Order &ndash; January 8, 2025 @ 04:21 PM','Please deliver to front desk of Suite 120 and request for signature.','wc-completed','closed','closed','wc_order_u8G0aAcBvxcVP','order-jan-08-2025-0421-pm','','','2025-01-09 16:28:32','2025-01-09 16:28:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3137',0,'shop_order','',4),(3145,1,'2025-01-08 18:27:32','2025-01-08 18:27:32','','Order &ndash; January 8, 2025 @ 06:27 PM','','wc-completed','closed','closed','wc_order_FfFxITMbJti5d','order-jan-08-2025-0627-pm','','','2025-01-09 16:28:02','2025-01-09 16:28:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3145',0,'shop_order','',3),(3146,1,'2025-01-09 23:26:13','2025-01-09 23:26:13','','Order &ndash; January 9, 2025 @ 11:26 PM','If door is lock, please use code 4455 to open suite and leave products inside.','wc-completed','closed','closed','wc_order_bBNAMxKyUqY8Y','order-jan-09-2025-1126-pm','','','2025-01-14 17:43:14','2025-01-14 17:43:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3146',0,'shop_order','',3),(3147,1,'2025-01-10 20:13:17','2025-01-10 20:13:17','','Order &ndash; January 10, 2025 @ 08:13 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_wsYu59abaGSwZ','order-jan-10-2025-0813-pm','','','2025-01-14 17:43:48','2025-01-14 17:43:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3147',0,'shop_order','',3),(3148,1,'2025-01-12 23:04:21','2025-01-12 23:04:21','','Order &ndash; January 12, 2025 @ 11:04 PM','','wc-completed','closed','closed','wc_order_mIvT2yJB5Fu63','order-jan-12-2025-1104-pm','','','2025-01-15 15:15:45','2025-01-15 15:15:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3148',0,'shop_order','',5),(3149,1,'2025-01-13 00:56:54','2025-01-13 00:56:54','','Order &ndash; January 13, 2025 @ 12:56 AM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_amtFm6Or9hr9J','order-jan-13-2025-1256-am','','','2025-01-14 17:45:09','2025-01-14 17:45:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3149',0,'shop_order','',3),(3150,1,'2025-01-13 15:58:33','2025-01-13 15:58:33','','Order &ndash; January 13, 2025 @ 03:58 PM','','wc-completed','closed','closed','wc_order_nQ3zbRLhVqk4G','order-jan-13-2025-0358-pm','','','2025-01-14 17:45:47','2025-01-14 17:45:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3150',0,'shop_order','',3),(3152,1,'2025-01-14 16:48:16','2025-01-14 16:48:16','','Order &ndash; January 14, 2025 @ 04:48 PM','','wc-completed','closed','closed','wc_order_dnB9UNv1wSWdX','order-jan-14-2025-0448-pm','','','2025-01-20 14:59:45','2025-01-20 14:59:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3152',0,'shop_order','',3),(3153,1,'2025-01-14 19:24:23','2025-01-14 19:24:23','','Order &ndash; January 14, 2025 @ 07:24 PM','','wc-completed','closed','closed','wc_order_IAJNaW3GTE2h9','order-jan-14-2025-0724-pm','','','2025-01-16 20:57:31','2025-01-16 20:57:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3153',0,'shop_order','',3),(3154,1,'2025-01-15 20:25:22','2025-01-15 20:25:22','','Order &ndash; January 15, 2025 @ 08:25 PM','','wc-completed','closed','closed','wc_order_o6FzOuEGxNbYc','order-jan-15-2025-0825-pm','','','2025-01-16 20:56:52','2025-01-16 20:56:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3154',0,'shop_order','',3),(3155,1,'2025-01-16 17:20:12','2025-01-16 17:20:12','','Order &ndash; January 16, 2025 @ 05:20 PM','','wc-completed','closed','closed','wc_order_KwKAS8me7Wh1h','order-jan-16-2025-0520-pm','','','2025-01-20 15:00:33','2025-01-20 15:00:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3155',0,'shop_order','',3),(3156,1,'2025-01-16 17:27:36','2025-01-16 17:27:36','','Order &ndash; January 16, 2025 @ 05:27 PM','','wc-completed','closed','closed','wc_order_WEGok3AZRDyTt','order-jan-16-2025-0527-pm','','','2025-01-20 15:01:07','2025-01-20 15:01:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3156',0,'shop_order','',3),(3157,1,'2025-01-16 22:32:42','2025-01-16 22:32:42','','Order &ndash; January 16, 2025 @ 10:32 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_AEpFtLSkDkHsc','order-jan-16-2025-1032-pm','','','2025-01-20 15:03:30','2025-01-20 15:03:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3157',0,'shop_order','',3),(3158,1,'2025-01-16 23:41:25','2025-01-16 23:41:25','','Order &ndash; January 16, 2025 @ 11:41 PM','','wc-completed','closed','closed','wc_order_RdDSkReMSqKxd','order-jan-16-2025-1141-pm','','','2025-01-20 15:02:16','2025-01-20 15:02:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3158',0,'shop_order','',3),(3159,1,'2025-01-16 23:46:51','2025-01-16 23:46:51','','Order &ndash; January 16, 2025 @ 11:46 PM','','wc-completed','closed','closed','wc_order_5S52BORi5eMgO','order-jan-16-2025-1146-pm','','','2025-01-20 15:04:21','2025-01-20 15:04:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3159',0,'shop_order','',3),(3160,1,'2025-01-17 19:04:12','2025-01-17 19:04:12','','Order &ndash; January 17, 2025 @ 07:04 PM','','wc-completed','closed','closed','wc_order_dUYiaPhjo49qS','order-jan-17-2025-0704-pm','','','2025-01-20 15:37:37','2025-01-20 15:37:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3160',0,'shop_order','',3),(3161,1,'2025-01-18 17:37:22','2025-01-18 17:37:22','','Order &ndash; January 18, 2025 @ 05:37 PM','','wc-completed','closed','closed','wc_order_M9bhJSPvQmWcL','order-jan-18-2025-0537-pm','','','2025-01-21 13:39:03','2025-01-21 13:39:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3161',0,'shop_order','',3),(3162,1,'2025-01-19 23:24:05','2025-01-19 23:24:05','','Order &ndash; January 19, 2025 @ 11:24 PM','','wc-completed','closed','closed','wc_order_m1mhXjttbI8pP','order-jan-19-2025-1124-pm','','','2025-01-22 19:13:38','2025-01-22 19:13:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3162',0,'shop_order','',3),(3163,1,'2025-01-20 18:02:58','2025-01-20 18:02:58','','Order &ndash; January 20, 2025 @ 06:02 PM','','wc-completed','closed','closed','wc_order_rdumxmebyBsi6','order-jan-20-2025-0602-pm','','','2025-01-21 21:18:22','2025-01-21 21:18:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3163',0,'shop_order','',3),(3165,1,'2025-01-21 21:38:04','2025-01-21 21:38:04','','Order &ndash; January 21, 2025 @ 09:38 PM','','wc-cancelled','open','closed','wc_order_VQByATzbhWibw','order-jan-21-2025-0938-pm','','','2025-01-21 21:40:43','2025-01-21 21:40:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3165',0,'shop_order','',1),(3166,1,'2025-01-21 21:47:46','2025-01-21 21:47:46','','Order &ndash; January 21, 2025 @ 09:47 PM','','wc-completed','closed','closed','wc_order_BJZ6bPFPviWvF','order-jan-21-2025-0947-pm','','','2025-01-22 18:30:37','2025-01-22 18:30:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3166',0,'shop_order','',5),(3167,1,'2025-01-22 20:09:09','2025-01-22 20:09:09','','Order &ndash; January 22, 2025 @ 08:09 PM','','wc-completed','closed','closed','wc_order_cwOdaZHw038JG','order-jan-22-2025-0809-pm','','','2025-01-27 22:00:29','2025-01-27 22:00:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3167',0,'shop_order','',5),(3168,1,'2025-01-24 15:10:44','2025-01-24 15:10:44','','Order &ndash; January 24, 2025 @ 03:10 PM','','wc-completed','closed','closed','wc_order_mvEM6VPdpbskm','order-jan-24-2025-0310-pm','','','2025-01-27 18:45:18','2025-01-27 18:45:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3168',0,'shop_order','',3),(3169,1,'2025-01-24 17:59:24','2025-01-24 17:59:24','','Order &ndash; January 24, 2025 @ 05:59 PM','','wc-completed','closed','closed','wc_order_zF4ieeWephLiP','order-jan-24-2025-0559-pm','','','2025-01-27 18:44:56','2025-01-27 18:44:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3169',0,'shop_order','',3),(3170,1,'2025-01-24 20:46:49','2025-01-24 20:46:49','','Order &ndash; January 24, 2025 @ 08:46 PM','FEDEX: If door is locked, please leave packages','wc-refunded','closed','closed','wc_order_Obd5T9teaxbhh','order-jan-24-2025-0846-pm','','','2025-02-04 19:55:46','2025-02-04 19:55:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3170',0,'shop_order','',5),(3171,1,'2025-01-25 17:28:54','2025-01-25 17:28:54','','Order &ndash; January 25, 2025 @ 05:28 PM','','wc-completed','closed','closed','wc_order_T9dlYj5TA0Hg8','order-jan-25-2025-0528-pm','','','2025-01-31 17:55:42','2025-01-31 17:55:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3171',0,'shop_order','',3),(3172,1,'2025-01-27 19:17:53','2025-01-27 19:17:53','','Order &ndash; January 27, 2025 @ 07:17 PM','','wc-completed','closed','closed','wc_order_FPaHHsTmKHQai','order-jan-27-2025-0717-pm','','','2025-01-28 23:21:38','2025-01-28 23:21:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3172',0,'shop_order','',3),(3173,1,'2025-01-27 21:11:48','2025-01-27 21:11:48','','Order &ndash; January 27, 2025 @ 09:11 PM','','wc-completed','closed','closed','wc_order_v9igbKQVwGuvh','order-jan-27-2025-0911-pm','','','2025-01-28 23:22:15','2025-01-28 23:22:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3173',0,'shop_order','',3),(3174,1,'2025-01-28 17:30:03','2025-01-28 17:30:03','','Order &ndash; January 28, 2025 @ 05:30 PM','','wc-completed','closed','closed','wc_order_FDHJuEko12jlm','order-jan-28-2025-0530-pm','','','2025-01-28 23:23:21','2025-01-28 23:23:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3174',0,'shop_order','',3),(3175,1,'2025-01-28 21:40:10','2025-01-28 21:40:10','','Order &ndash; January 28, 2025 @ 09:40 PM','','wc-refunded','open','closed','wc_order_phS8H4X23RmeP','order-jan-28-2025-0940-pm','','','2025-01-31 21:37:44','2025-01-31 21:37:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3175',0,'shop_order','',4),(3176,1,'2025-01-28 23:32:28','2025-01-28 23:32:28','','Order &ndash; January 28, 2025 @ 11:32 PM','Please handle items carefully','wc-completed','closed','closed','wc_order_9r95mat3pwOFZ','order-jan-28-2025-1132-pm','','','2025-02-04 14:23:52','2025-02-04 14:23:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3176',0,'shop_order','',3),(3177,1,'2025-01-29 20:55:04','2025-01-29 20:55:04','','Order &ndash; January 29, 2025 @ 08:55 PM','','wc-completed','closed','closed','wc_order_xJuvr5oNvGJr5','order-jan-29-2025-0855-pm','','','2025-02-03 19:02:06','2025-02-03 19:02:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3177',0,'shop_order','',3),(3178,1,'2025-01-29 22:13:21','2025-01-29 22:13:21','','Order &ndash; January 29, 2025 @ 10:13 PM','','wc-completed','closed','closed','wc_order_dAUVuN7mFOikI','order-jan-29-2025-1013-pm','','','2025-01-31 17:59:18','2025-01-31 17:59:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3178',0,'shop_order','',3),(3179,1,'2025-01-30 14:45:35','2025-01-30 14:45:35','','Order &ndash; January 30, 2025 @ 02:45 PM','Please deliver after 1pm for Pittsford and Cicero. Those offices open later than Williamsville','wc-completed','closed','closed','wc_order_Aybq3hKCVKaZf','order-jan-30-2025-0245-pm','','','2025-02-04 14:24:48','2025-02-04 14:24:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3179',0,'shop_order','',3),(3181,1,'2025-01-31 16:26:32','2025-01-31 16:26:32','','Order &ndash; January 31, 2025 @ 04:26 PM','','wc-completed','closed','closed','wc_order_nAN7gYhfM3Lq3','order-jan-31-2025-0426-pm','','','2025-02-03 19:00:12','2025-02-03 19:00:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3181',0,'shop_order','',3),(3182,1,'2025-01-31 21:37:42','2025-01-31 21:37:42','','Refund &ndash; Jan 31, 2025 @ 09:37 PM','','wc-completed','closed','closed','wc_order_ix0eNvY7PaOVl','refund-jan-31-2025-0937-pm','','','2025-01-31 21:37:42','2025-01-31 21:37:42','',3175,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=3182',0,'shop_order_refund','',0),(3183,1,'2025-02-01 00:57:15','2025-02-01 00:57:15','','Order &ndash; February 1, 2025 @ 12:57 AM','','wc-completed','closed','closed','wc_order_pNkPSRufnwPwX','order-feb-01-2025-1257-am','','','2025-02-06 19:16:49','2025-02-06 19:16:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3183',0,'shop_order','',5),(3184,1,'2025-02-03 15:02:24','2025-02-03 15:02:24','','Order &ndash; February 3, 2025 @ 03:02 PM','','wc-completed','closed','closed','wc_order_BUhd0xUhAaQ0J','order-feb-03-2025-0302-pm','','','2025-02-03 19:56:27','2025-02-03 19:56:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3184',0,'shop_order','',3),(3185,1,'2025-02-03 15:09:22','2025-02-03 15:09:22','','Order &ndash; February 3, 2025 @ 03:09 PM','','wc-completed','closed','closed','wc_order_luzH7SC2ZoUgA','order-feb-03-2025-0309-pm','','','2025-02-03 19:57:12','2025-02-03 19:57:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3185',0,'shop_order','',3),(3186,1,'2025-02-03 17:31:21','2025-02-03 17:31:21','','Order &ndash; February 3, 2025 @ 05:31 PM','','wc-completed','closed','closed','wc_order_C5rPsuvPiGoPI','order-feb-03-2025-0531-pm','','','2025-02-04 14:21:49','2025-02-04 14:21:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3186',0,'shop_order','',3),(3187,1,'2025-02-03 18:10:58','2025-02-03 18:10:58','','Order &ndash; February 3, 2025 @ 06:10 PM','','wc-completed','closed','closed','wc_order_Pf8Wzyd9BQZVS','order-feb-03-2025-0610-pm','','','2025-02-04 14:21:12','2025-02-04 14:21:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3187',0,'shop_order','',3),(3188,1,'2025-02-03 19:20:53','2025-02-03 19:20:53','','Order &ndash; February 3, 2025 @ 07:20 PM','','wc-completed','closed','closed','wc_order_v6f7d5uNLVPIJ','order-feb-03-2025-0720-pm','','','2025-02-04 19:14:50','2025-02-04 19:14:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3188',0,'shop_order','',3),(3190,1,'2025-02-04 19:55:45','2025-02-04 19:55:45','','Refund &ndash; Feb 04, 2025 @ 07:55 PM','','wc-completed','closed','closed','wc_order_VCgSaCrSiuO5q','refund-feb-04-2025-0755-pm','','','2025-02-04 19:55:45','2025-02-04 19:55:45','',3170,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=3190',0,'shop_order_refund','',0),(3191,1,'2025-02-06 18:45:20','2025-02-06 18:45:20','','Order &ndash; February 6, 2025 @ 06:45 PM','','wc-completed','closed','closed','wc_order_k87ocGNyIQcAl','order-feb-06-2025-0645-pm','','','2025-02-07 19:18:30','2025-02-07 19:18:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3191',0,'shop_order','',3),(3192,1,'2025-02-07 03:51:34','2025-02-07 03:51:34','','Order &ndash; February 7, 2025 @ 03:51 AM','','wc-completed','closed','closed','wc_order_7R69YgUen4984','order-feb-07-2025-0351-am','','','2025-02-10 19:05:57','2025-02-10 19:05:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3192',0,'shop_order','',3),(3193,1,'2025-02-08 15:17:58','2025-02-08 15:17:58','','Order &ndash; February 8, 2025 @ 03:17 PM','','wc-completed','closed','closed','wc_order_ERndmWgXSNlce','order-feb-08-2025-0317-pm','','','2025-02-14 00:29:37','2025-02-14 00:29:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3193',0,'shop_order','',3),(3194,1,'2025-02-08 22:10:01','2025-02-08 22:10:01','','Order &ndash; February 8, 2025 @ 10:10 PM','','wc-cancelled','open','closed','wc_order_AxUZ4EL5mTp51','order-feb-08-2025-1010-pm','','','2025-02-11 17:01:17','2025-02-11 17:01:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3194',0,'shop_order','',1),(3195,1,'2025-02-10 14:06:37','2025-02-10 14:06:37','','Order &ndash; February 10, 2025 @ 02:06 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_Os5pm6Vaumypo','order-feb-10-2025-0206-pm','','','2025-02-10 19:06:57','2025-02-10 19:06:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3195',0,'shop_order','',3),(3197,1,'2025-02-10 23:15:33','2025-02-10 23:15:33','','Order &ndash; February 10, 2025 @ 11:15 PM','If door is lock please use 4455 code to open door and leave products inside back room','wc-completed','closed','closed','wc_order_R1CvJdKLGEnxf','order-feb-10-2025-1115-pm','','','2025-02-11 23:05:47','2025-02-11 23:05:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3197',0,'shop_order','',3),(3198,1,'2025-02-11 01:24:37','2025-02-11 01:24:37','','Order &ndash; February 11, 2025 @ 01:24 AM','','wc-completed','closed','closed','wc_order_FF2eC1j0q1bxJ','order-feb-11-2025-0124-am','','','2025-02-14 22:38:17','2025-02-14 22:38:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3198',0,'shop_order','',5),(3199,1,'2025-02-11 17:00:25','2025-02-11 17:00:25','','Order &ndash; February 11, 2025 @ 05:00 PM','','wc-completed','closed','closed','wc_order_Jvodmq1kqETVa','order-feb-11-2025-0500-pm','','','2025-02-11 23:07:38','2025-02-11 23:07:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3199',0,'shop_order','',3),(3200,1,'2025-02-11 17:40:02','2025-02-11 17:40:02','','Order &ndash; February 11, 2025 @ 05:40 PM','FEDEX - if door is locked, please leave packages','wc-completed','closed','closed','wc_order_yz0DvZCdViJ1B','order-feb-11-2025-0540-pm','','','2025-02-11 23:13:53','2025-02-11 23:13:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3200',0,'shop_order','',3),(3201,1,'2025-02-11 18:45:04','2025-02-11 18:45:04','','Order &ndash; February 11, 2025 @ 06:45 PM','FEDEX - if door is locked, please leave packages','wc-completed','closed','closed','wc_order_EWPobA4zwc5Tm','order-feb-11-2025-0645-pm','','','2025-02-11 23:13:45','2025-02-11 23:13:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3201',0,'shop_order','',3),(3202,1,'2025-02-11 22:34:57','2025-02-11 22:34:57','','Order &ndash; February 11, 2025 @ 10:34 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_OCq5te57utdwB','order-feb-11-2025-1034-pm','','','2025-02-14 00:29:53','2025-02-14 00:29:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3202',0,'shop_order','',3),(3203,1,'2025-02-13 17:52:06','2025-02-13 17:52:06','','Order &ndash; February 13, 2025 @ 05:52 PM','','wc-completed','closed','closed','wc_order_iEUdt0dGt3MoU','order-feb-13-2025-0552-pm','','','2025-02-14 00:33:20','2025-02-14 00:33:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3203',0,'shop_order','',3),(3204,1,'2025-02-13 20:09:14','2025-02-13 20:09:14','','Order &ndash; February 13, 2025 @ 08:09 PM','','wc-completed','closed','closed','wc_order_cHVNGsqVjTfUv','order-feb-13-2025-0809-pm','','','2025-02-14 00:32:57','2025-02-14 00:32:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3204',0,'shop_order','',3),(3205,1,'2025-02-13 22:22:30','2025-02-13 22:22:30','','Order &ndash; February 13, 2025 @ 10:22 PM','','wc-completed','closed','closed','wc_order_4KjD5sluei0ae','order-feb-13-2025-1022-pm','','','2025-02-14 22:32:11','2025-02-14 22:32:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3205',0,'shop_order','',3),(3206,1,'2025-02-13 22:27:24','2025-02-13 22:27:24','','Order &ndash; February 13, 2025 @ 10:27 PM','','wc-completed','closed','closed','wc_order_fltOhNR7zMqwO','order-feb-13-2025-1027-pm','','','2025-02-14 22:31:11','2025-02-14 22:31:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3206',0,'shop_order','',3),(3207,1,'2025-02-14 13:57:56','2025-02-14 13:57:56','','Order &ndash; February 14, 2025 @ 01:57 PM','','wc-completed','closed','closed','wc_order_MtTs3jCxEDJML','order-feb-14-2025-0157-pm','','','2025-02-14 22:36:07','2025-02-14 22:36:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3207',0,'shop_order','',3),(3208,1,'2025-02-14 18:43:13','2025-02-14 18:43:13','','Order &ndash; February 14, 2025 @ 06:43 PM','','wc-completed','closed','closed','wc_order_QHZfDIhSRnDhd','order-feb-14-2025-0643-pm','','','2025-02-14 22:37:31','2025-02-14 22:37:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3208',0,'shop_order','',3),(3209,1,'2025-02-14 19:25:08','2025-02-14 19:25:08','','Order &ndash; February 14, 2025 @ 07:25 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_jcCBmBOnqf35R','order-feb-14-2025-0725-pm','','','2025-02-14 22:39:05','2025-02-14 22:39:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3209',0,'shop_order','',3),(3210,1,'2025-02-18 16:53:05','2025-02-18 16:53:05','','Order &ndash; February 18, 2025 @ 04:53 PM','','wc-completed','closed','closed','wc_order_wohy5bslERBoB','order-feb-18-2025-0453-pm','','','2025-02-18 21:21:49','2025-02-18 21:21:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3210',0,'shop_order','',3),(3211,1,'2025-02-18 17:13:32','2025-02-18 17:13:32','','Order &ndash; February 18, 2025 @ 05:13 PM','','wc-completed','closed','closed','wc_order_UkrI7DG9HCyB9','order-feb-18-2025-0513-pm','','','2025-02-18 21:21:21','2025-02-18 21:21:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3211',0,'shop_order','',3),(3213,1,'2025-02-18 20:34:34','2025-02-18 20:34:34','','Order &ndash; February 18, 2025 @ 08:34 PM','','wc-completed','closed','closed','wc_order_n5YPLd3nmpaPk','order-feb-18-2025-0834-pm','','','2025-02-19 18:28:36','2025-02-19 18:28:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3213',0,'shop_order','',3),(3214,1,'2025-02-19 18:13:35','2025-02-19 18:13:35','','Order &ndash; February 19, 2025 @ 06:13 PM','','wc-completed','closed','closed','wc_order_0iAIu40SGbdGT','order-feb-19-2025-0613-pm','','','2025-02-19 23:29:15','2025-02-19 23:29:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3214',0,'shop_order','',3),(3215,1,'2025-02-24 18:36:45','2025-02-24 18:36:45','','Order &ndash; February 24, 2025 @ 06:36 PM','','wc-completed','closed','closed','wc_order_xBAraufjAgLX2','order-feb-24-2025-0636-pm','','','2025-02-26 01:32:33','2025-02-26 01:32:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3215',0,'shop_order','',3),(3216,1,'2025-02-24 22:48:35','2025-02-24 22:48:35','','Order &ndash; February 24, 2025 @ 10:48 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_wXXNxgxTw7roc','order-feb-24-2025-1048-pm','','','2025-02-26 01:30:01','2025-02-26 01:30:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3216',0,'shop_order','',3),(3217,1,'2025-02-25 03:08:47','2025-02-25 03:08:47','','Order &ndash; February 25, 2025 @ 03:08 AM','','wc-completed','closed','closed','wc_order_965z4zpczrolt','order-feb-25-2025-0308-am','','','2025-02-26 01:31:08','2025-02-26 01:31:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3217',0,'shop_order','',3),(3218,1,'2025-02-25 17:31:37','2025-02-25 17:31:37','','Order &ndash; February 25, 2025 @ 05:31 PM','','wc-completed','closed','closed','wc_order_gLY5excKT44Ub','order-feb-25-2025-0531-pm','','','2025-02-26 01:38:44','2025-02-26 01:38:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3218',0,'shop_order','',3),(3219,1,'2025-02-25 18:47:56','2025-02-25 18:47:56','','Order &ndash; February 25, 2025 @ 06:47 PM','','wc-completed','closed','closed','wc_order_zKHPkcWTaNo3O','order-feb-25-2025-0647-pm','','','2025-02-26 01:37:18','2025-02-26 01:37:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3219',0,'shop_order','',3),(3220,1,'2025-02-25 19:27:38','2025-02-25 19:27:38','','Order &ndash; February 25, 2025 @ 07:27 PM','','wc-completed','closed','closed','wc_order_frhwtpxDMF68d','order-feb-25-2025-0727-pm','','','2025-02-26 22:10:56','2025-02-26 22:10:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3220',0,'shop_order','',3),(3221,1,'2025-02-26 13:06:05','2025-02-26 13:06:05','','Order &ndash; February 26, 2025 @ 01:06 PM','','wc-completed','closed','closed','wc_order_lsJGYAaIpvw3T','order-feb-26-2025-0106-pm','','','2025-02-27 21:21:25','2025-02-27 21:21:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3221',0,'shop_order','',3),(3222,1,'2025-02-26 16:32:35','2025-02-26 16:32:35','','Order &ndash; February 26, 2025 @ 04:32 PM','','wc-completed','closed','closed','wc_order_J2IFiSRJzmJwu','order-feb-26-2025-0432-pm','','','2025-02-26 22:11:31','2025-02-26 22:11:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3222',0,'shop_order','',3),(3224,1,'2025-02-27 01:58:38','2025-02-27 01:58:38','','Order &ndash; February 27, 2025 @ 01:58 AM','','wc-completed','closed','closed','wc_order_ZaKZ2hDsiLcKM','order-feb-27-2025-0158-am','','','2025-02-27 21:18:48','2025-02-27 21:18:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3224',0,'shop_order','',3),(3225,1,'2025-02-27 21:01:08','2025-02-27 21:01:08','','Order &ndash; February 27, 2025 @ 09:01 PM','','wc-completed','closed','closed','wc_order_rqXcgcpCNgWwt','order-feb-27-2025-0901-pm','','','2025-02-28 20:23:10','2025-02-28 20:23:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3225',0,'shop_order','',3),(3226,1,'2025-02-27 21:10:30','2025-02-27 21:10:30','','Order &ndash; February 27, 2025 @ 09:10 PM','','wc-completed','closed','closed','wc_order_xJr38LKBkKLVI','order-feb-27-2025-0910-pm','','','2025-02-28 20:24:14','2025-02-28 20:24:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3226',0,'shop_order','',3),(3227,1,'2025-02-27 22:22:42','2025-02-27 22:22:42','','Order &ndash; February 27, 2025 @ 10:22 PM','','wc-completed','closed','closed','wc_order_p1ODdB5TGVGB6','order-feb-27-2025-1022-pm','','','2025-02-28 20:24:25','2025-02-28 20:24:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3227',0,'shop_order','',3),(3228,1,'2025-03-02 01:11:23','2025-03-02 01:11:23','','Order &ndash; March 2, 2025 @ 01:11 AM','','wc-completed','closed','closed','wc_order_JK98c0xQHsK1H','order-mar-02-2025-0111-am','','','2025-03-03 23:04:51','2025-03-03 23:04:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3228',0,'shop_order','',3),(3229,1,'2025-03-02 20:19:53','2025-03-02 20:19:53','','Order &ndash; March 2, 2025 @ 08:19 PM','','wc-completed','closed','closed','wc_order_zmhgsClHbRE3x','order-mar-02-2025-0819-pm','','','2025-03-03 23:04:13','2025-03-03 23:04:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3229',0,'shop_order','',3),(3230,1,'2025-03-03 19:01:10','2025-03-03 19:01:10','','Order &ndash; March 3, 2025 @ 07:01 PM','','wc-completed','closed','closed','wc_order_LsBtojTBM8PX0','order-mar-03-2025-0701-pm','','','2025-03-03 22:59:45','2025-03-03 22:59:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3230',0,'shop_order','',3),(3231,1,'2025-03-03 20:32:41','2025-03-03 20:32:41','','Order &ndash; March 3, 2025 @ 08:32 PM','','wc-completed','closed','closed','wc_order_xqkWbW8z2g4VU','order-mar-03-2025-0832-pm','','','2025-03-03 23:00:40','2025-03-03 23:00:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3231',0,'shop_order','',3),(3232,1,'2025-03-04 11:21:51','2025-03-04 11:21:51','','Order &ndash; March 4, 2025 @ 11:21 AM','','wc-completed','closed','closed','wc_order_CCBloeXNp85Pc','order-mar-04-2025-1121-am','','','2025-03-04 21:19:26','2025-03-04 21:19:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3232',0,'shop_order','',3),(3233,1,'2025-03-04 22:14:41','2025-03-04 22:14:41','','Order &ndash; March 4, 2025 @ 10:14 PM','','wc-completed','closed','closed','wc_order_ihGaGQwyWtJe3','order-mar-04-2025-1014-pm','','','2025-03-05 22:21:17','2025-03-05 22:21:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3233',0,'shop_order','',3),(3234,1,'2025-03-05 16:20:52','2025-03-05 16:20:52','','Order &ndash; March 5, 2025 @ 04:20 PM','','wc-completed','closed','closed','wc_order_wa2Ok6q4LXyul','order-mar-05-2025-0420-pm','','','2025-03-13 23:43:10','2025-03-13 23:43:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3234',0,'shop_order','',3),(3235,1,'2025-03-05 17:49:16','2025-03-05 17:49:16','','Order &ndash; March 5, 2025 @ 05:49 PM','','wc-completed','closed','closed','wc_order_eideEIM7FQ4Cg','order-mar-05-2025-0549-pm','','','2025-03-05 22:24:09','2025-03-05 22:24:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3235',0,'shop_order','',3),(3236,1,'2025-03-05 17:56:46','2025-03-05 17:56:46','','Order &ndash; March 5, 2025 @ 05:56 PM','','wc-completed','closed','closed','wc_order_Mk8YnvnBxJrRB','order-mar-05-2025-0556-pm','','','2025-03-10 18:28:43','2025-03-10 18:28:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3236',0,'shop_order','',3),(3237,1,'2025-03-05 20:01:46','2025-03-05 20:01:46','','Order &ndash; March 5, 2025 @ 08:01 PM','','wc-completed','closed','closed','wc_order_0vbZ0c7EMj03U','order-mar-05-2025-0801-pm','','','2025-03-21 20:50:40','2025-03-21 20:50:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3237',0,'shop_order','',5),(3238,1,'2025-03-07 15:18:33','2025-03-07 15:18:33','','Order &ndash; March 7, 2025 @ 03:18 PM','','wc-completed','closed','closed','wc_order_AQhHIRsfivtke','order-mar-07-2025-0318-pm','','','2025-03-10 18:29:11','2025-03-10 18:29:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3238',0,'shop_order','',3),(3239,1,'2025-03-08 21:10:35','2025-03-08 21:10:35','','Order &ndash; March 8, 2025 @ 09:10 PM','','wc-completed','closed','closed','wc_order_XMYPHC6jwbRF7','order-mar-08-2025-0910-pm','','','2025-03-13 23:47:07','2025-03-13 23:47:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3239',0,'shop_order','',5),(3241,1,'2025-03-11 02:33:31','2025-03-11 02:33:31','','Order &ndash; March 11, 2025 @ 02:33 AM','','wc-cancelled','open','closed','wc_order_9xRiGEqSngENt','order-mar-11-2025-0233-am','','','2025-03-11 02:34:22','2025-03-11 02:34:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3241',0,'shop_order','',1),(3242,1,'2025-03-11 02:35:06','2025-03-11 02:35:06','','Order &ndash; March 11, 2025 @ 02:35 AM','','wc-cancelled','open','closed','wc_order_mLQUSPzaSzmCM','order-mar-11-2025-0235-am','','','2025-03-11 02:36:03','2025-03-11 02:36:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3242',0,'shop_order','',1),(3243,1,'2025-03-11 02:36:34','2025-03-11 02:36:34','','Order &ndash; March 11, 2025 @ 02:36 AM','','wc-completed','closed','closed','wc_order_UbBj8pB8V1XFk','order-mar-11-2025-0236-am','','','2025-03-13 23:43:32','2025-03-13 23:43:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3243',0,'shop_order','',3),(3244,1,'2025-03-11 15:22:47','2025-03-11 15:22:47','','Order &ndash; March 11, 2025 @ 03:22 PM','','wc-completed','closed','closed','wc_order_R63moLPNepL1R','order-mar-11-2025-0322-pm','','','2025-03-11 23:00:02','2025-03-11 23:00:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3244',0,'shop_order','',3),(3245,1,'2025-03-11 15:55:15','2025-03-11 15:55:15','','Order &ndash; March 11, 2025 @ 03:55 PM','','wc-completed','closed','closed','wc_order_ATzRlVlKfJ26K','order-mar-11-2025-0355-pm','','','2025-03-11 22:58:41','2025-03-11 22:58:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3245',0,'shop_order','',3),(3246,1,'2025-03-11 21:44:31','2025-03-11 21:44:31','','Order &ndash; March 11, 2025 @ 09:44 PM','','wc-completed','closed','closed','wc_order_kO7vsypMhs99i','order-mar-11-2025-0944-pm','','','2025-03-13 23:45:01','2025-03-13 23:45:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3246',0,'shop_order','',3),(3247,1,'2025-03-12 11:34:41','2025-03-12 11:34:41','','Order &ndash; March 12, 2025 @ 11:34 AM','','wc-completed','closed','closed','wc_order_h4GPlpeqUWu2D','order-mar-12-2025-1134-am','','','2025-03-13 23:44:04','2025-03-13 23:44:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3247',0,'shop_order','',3),(3248,1,'2025-03-13 12:32:17','2025-03-13 12:32:17','','Order &ndash; March 13, 2025 @ 12:32 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_Z3KlzGx4dcwhq','order-mar-13-2025-1232-pm','','','2025-03-13 23:47:54','2025-03-13 23:47:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3248',0,'shop_order','',3),(3249,1,'2025-03-15 19:30:48','2025-03-15 19:30:48','','Order &ndash; March 15, 2025 @ 07:30 PM','','wc-completed','closed','closed','wc_order_QY3uoSEfxmKj2','order-mar-15-2025-0730-pm','','','2025-03-17 20:31:06','2025-03-17 20:31:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3249',0,'shop_order','',3),(3250,1,'2025-03-16 22:33:36','2025-03-16 22:33:36','','Order &ndash; March 16, 2025 @ 10:33 PM','Deliver to blue building - not to the green building.','wc-completed','closed','closed','wc_order_dAJNkKdoGXSjc','order-mar-16-2025-1033-pm','','','2025-03-18 19:50:42','2025-03-18 19:50:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3250',0,'shop_order','',3),(3251,1,'2025-03-16 22:40:35','2025-03-16 22:40:35','','Order &ndash; March 16, 2025 @ 10:40 PM','Leave on Front porch if not home.','wc-completed','closed','closed','wc_order_OkrzDTDJ8RdkQ','order-mar-16-2025-1040-pm','','','2025-03-17 21:05:39','2025-03-17 21:05:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3251',0,'shop_order','',3),(3252,1,'2025-03-16 22:48:34','2025-03-16 22:48:34','','Order &ndash; March 16, 2025 @ 10:48 PM','Please leave outside our suite door if the door is locked. Inside the building.','wc-completed','closed','closed','wc_order_vubVvBqQlbis0','order-mar-16-2025-1048-pm','','','2025-03-18 19:51:37','2025-03-18 19:51:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3252',0,'shop_order','',3),(3253,1,'2025-03-16 22:54:07','2025-03-16 22:54:07','','Order &ndash; March 16, 2025 @ 10:54 PM','please leave on front porch if not home.','wc-completed','closed','closed','wc_order_XEM5HvQw6hKOd','order-mar-16-2025-1054-pm','','','2025-03-18 19:45:44','2025-03-18 19:45:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3253',0,'shop_order','',3),(3255,1,'2025-03-17 14:51:29','2025-03-17 14:51:29','','Order &ndash; March 17, 2025 @ 02:51 PM','','wc-completed','closed','closed','wc_order_QlvKxLcldTxIn','order-mar-17-2025-0251-pm','','','2025-03-18 20:05:27','2025-03-18 20:05:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3255',0,'shop_order','',3),(3257,1,'2025-03-19 16:11:38','2025-03-19 16:11:38','','Order &ndash; March 19, 2025 @ 04:11 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_AWCvwsmYgGZUs','order-mar-19-2025-0411-pm','','','2025-03-19 20:54:20','2025-03-19 20:54:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3257',0,'shop_order','',3),(3258,1,'2025-03-19 19:25:18','2025-03-19 19:25:18','','Order &ndash; March 19, 2025 @ 07:25 PM','','wc-completed','closed','closed','wc_order_uCsCm4rSRyqkK','order-mar-19-2025-0725-pm','','','2025-03-19 23:57:49','2025-03-19 23:57:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3258',0,'shop_order','',3),(3259,1,'2025-03-19 21:33:39','2025-03-19 21:33:39','','Order &ndash; March 19, 2025 @ 09:33 PM','','wc-completed','closed','closed','wc_order_5xQGZwhogx8Fl','order-mar-19-2025-0933-pm','','','2025-03-20 22:30:00','2025-03-20 22:30:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3259',0,'shop_order','',3),(3260,1,'2025-03-19 22:12:44','2025-03-19 22:12:44','','Order &ndash; March 19, 2025 @ 10:12 PM','','wc-completed','closed','closed','wc_order_xAQqflTbiKUA7','order-mar-19-2025-1012-pm','','','2025-03-20 22:29:07','2025-03-20 22:29:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3260',0,'shop_order','',3),(3261,1,'2025-03-20 16:08:22','2025-03-20 16:08:22','','Order &ndash; March 20, 2025 @ 04:08 PM','','wc-completed','closed','closed','wc_order_dRaUITjkhyepM','order-mar-20-2025-0408-pm','','','2025-03-20 22:31:27','2025-03-20 22:31:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3261',0,'shop_order','',3),(3262,1,'2025-03-20 16:08:47','2025-03-20 16:08:47','','Order &ndash; March 20, 2025 @ 04:08 PM','','wc-completed','closed','closed','wc_order_zSdUTbV6peKyA','order-mar-20-2025-0408-pm-2','','','2025-03-20 22:32:21','2025-03-20 22:32:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3262',0,'shop_order','',3),(3263,1,'2025-03-20 17:20:40','2025-03-20 17:20:40','','Order &ndash; March 20, 2025 @ 05:20 PM','','wc-completed','closed','closed','wc_order_2S15gJhApou7R','order-mar-20-2025-0520-pm','','','2025-03-20 22:32:59','2025-03-20 22:32:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3263',0,'shop_order','',3),(3264,1,'2025-03-20 17:56:07','2025-03-20 17:56:07','','Order &ndash; March 20, 2025 @ 05:56 PM','','wc-completed','closed','closed','wc_order_6iS0nJmRiRoEV','order-mar-20-2025-0556-pm','','','2025-03-20 22:33:46','2025-03-20 22:33:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3264',0,'shop_order','',3),(3265,1,'2025-03-20 22:36:35','2025-03-20 22:36:35','','Order &ndash; March 20, 2025 @ 10:36 PM','','wc-completed','closed','closed','wc_order_nO3gtkwNSiOCH','order-mar-20-2025-1036-pm','','','2025-03-21 20:48:54','2025-03-21 20:48:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3265',0,'shop_order','',3),(3266,1,'2025-03-21 03:35:43','2025-03-21 03:35:43','','Order &ndash; March 21, 2025 @ 03:35 AM','','wc-completed','closed','closed','wc_order_jRnOCxsU8zOdi','order-mar-21-2025-0335-am','','','2025-03-21 20:49:43','2025-03-21 20:49:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3266',0,'shop_order','',3),(3267,1,'2025-03-21 16:11:05','2025-03-21 16:11:05','','Order &ndash; March 21, 2025 @ 04:11 PM','','wc-completed','closed','closed','wc_order_ckwd615HfmNHW','order-mar-21-2025-0411-pm','','','2025-03-24 17:38:35','2025-03-24 17:38:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3267',0,'shop_order','',3),(3268,1,'2025-03-21 20:56:20','2025-03-21 20:56:20','','Order &ndash; March 21, 2025 @ 08:56 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_7EgYkTyp0WGkL','order-mar-21-2025-0856-pm','','','2025-03-24 17:38:02','2025-03-24 17:38:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3268',0,'shop_order','',3),(3269,1,'2025-03-24 17:33:35','2025-03-24 17:33:35','','Order &ndash; March 24, 2025 @ 05:33 PM','','wc-completed','closed','closed','wc_order_lImA19ZLrztrY','order-mar-24-2025-0533-pm','','','2025-03-24 23:59:48','2025-03-24 23:59:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3269',0,'shop_order','',3),(3270,1,'2025-03-25 00:06:08','2025-03-25 00:06:08','','Order &ndash; March 25, 2025 @ 12:06 AM','Please deliver to front desk in lobby of clinic during business hours 9:00am - 6:00pm','wc-completed','closed','closed','wc_order_TYV9IZbjDSRYc','order-mar-25-2025-1206-am','','','2025-03-25 23:56:53','2025-03-25 23:56:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3270',0,'shop_order','',3),(3271,1,'2025-03-25 19:46:36','2025-03-25 19:46:36','','Order &ndash; March 25, 2025 @ 07:46 PM','','wc-completed','closed','closed','wc_order_sdcA97nTjcrLx','order-mar-25-2025-0746-pm','','','2025-03-27 14:35:53','2025-03-27 14:35:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3271',0,'shop_order','',3),(3272,1,'2025-03-25 20:42:52','2025-03-25 20:42:52','','Order &ndash; March 25, 2025 @ 08:42 PM','Use door code 4455 if door is lock and leave products inside the suite','wc-completed','closed','closed','wc_order_4YAIXgiO6xN0a','order-mar-25-2025-0842-pm','','','2025-03-27 14:33:48','2025-03-27 14:33:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3272',0,'shop_order','',3),(3273,1,'2025-03-25 21:19:50','2025-03-25 21:19:50','','Order &ndash; March 25, 2025 @ 09:19 PM','','wc-completed','closed','closed','wc_order_z6ScTqMRVU97H','order-mar-25-2025-0919-pm','','','2025-03-27 14:35:17','2025-03-27 14:35:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3273',0,'shop_order','',3),(3275,1,'2025-03-26 14:19:57','2025-03-26 14:19:57','','Order &ndash; March 26, 2025 @ 02:19 PM','','wc-pending','open','closed','wc_order_tYiaILagmLFx4','order-mar-26-2025-0219-pm','','','2025-03-26 14:19:57','2025-03-26 14:19:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3275',0,'shop_order','',0),(3276,1,'2025-03-26 14:22:01','2025-03-26 14:22:01','','Order &ndash; March 26, 2025 @ 02:22 PM','','wc-completed','closed','closed','wc_order_yKZoW41dzPKOU','order-mar-26-2025-0222-pm','','','2025-03-27 14:33:10','2025-03-27 14:33:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3276',0,'shop_order','',3),(3277,1,'2025-03-26 15:58:03','2025-03-26 15:58:03','','Order &ndash; March 26, 2025 @ 03:58 PM','','wc-completed','closed','closed','wc_order_kxTc9xmiHUEAQ','order-mar-26-2025-0358-pm','','','2025-03-27 14:34:26','2025-03-27 14:34:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3277',0,'shop_order','',3),(3278,1,'2025-03-27 16:01:50','2025-03-27 16:01:50','','Order &ndash; March 27, 2025 @ 04:01 PM','','wc-completed','closed','closed','wc_order_VSyr3QWnKmBst','order-mar-27-2025-0401-pm','','','2025-03-28 19:09:15','2025-03-28 19:09:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3278',0,'shop_order','',3),(3280,1,'2025-03-31 18:19:41','2025-03-31 18:19:41','[woocommerce_select_multiple_addresses]','Shipping Addresses','','publish','closed','closed','','shipping-addresses','','','2025-03-31 18:19:41','2025-03-31 18:19:41','',21,'https://lcaportalstoreg.liceclinicsofamerica.com/checkout/shipping-addresses/',0,'page','',0),(3281,1,'2025-03-31 18:19:41','2025-03-31 18:19:41','[woocommerce_account_addresses]','Shipping Addresses','','publish','closed','closed','','account-addresses','','','2025-03-31 18:19:41','2025-03-31 18:19:41','',22,'https://lcaportalstoreg.liceclinicsofamerica.com/my-account/account-addresses/',0,'page','',0),(3282,1,'2025-03-31 18:23:19','2025-03-31 18:23:19','','Order &ndash; March 31, 2025 @ 06:23 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_q8CH8kdCf8hil','order-mar-31-2025-0623-pm','','','2025-03-31 22:05:50','2025-03-31 22:05:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3282',0,'shop_order','',3),(3283,1,'2025-03-31 19:40:03','2025-03-31 19:40:03','','Order &ndash; March 31, 2025 @ 07:40 PM','','wc-completed','closed','closed','wc_order_Nb8qruQF8pwTJ','order-mar-31-2025-0740-pm','','','2025-04-03 15:51:53','2025-04-03 15:51:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3283',0,'shop_order','',3),(3284,1,'2025-03-31 21:11:21','2025-03-31 21:11:21','','Order &ndash; March 31, 2025 @ 09:11 PM','','wc-completed','closed','closed','wc_order_dI0MgR2Y7NeV7','order-mar-31-2025-0911-pm','','','2025-04-03 15:52:24','2025-04-03 15:52:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3284',0,'shop_order','',3),(3285,1,'2025-04-01 12:16:29','2025-04-01 12:16:29','','Order &ndash; April 1, 2025 @ 12:16 PM','Please put Boxes on the side of our house by our back gate on the driveway.','wc-completed','closed','closed','wc_order_U24qRCDcj9cVW','order-apr-01-2025-1216-pm','','','2025-04-03 15:52:50','2025-04-03 15:52:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3285',0,'shop_order','',3),(3286,1,'2025-04-02 14:29:25','2025-04-02 14:29:25','','Order &ndash; April 2, 2025 @ 02:29 PM','','wc-completed','closed','closed','wc_order_GsK1cSdAfJecl','order-apr-02-2025-0229-pm','','','2025-04-02 21:19:54','2025-04-02 21:19:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3286',0,'shop_order','',3),(3287,1,'2025-04-02 14:51:04','2025-04-02 14:51:04','','Order &ndash; April 2, 2025 @ 02:51 PM','','wc-completed','closed','closed','wc_order_9fI1AVWBc2PVM','order-apr-02-2025-0251-pm','','','2025-04-02 21:20:28','2025-04-02 21:20:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3287',0,'shop_order','',3),(3288,1,'2025-04-02 15:18:10','2025-04-02 15:18:10','','Order &ndash; April 2, 2025 @ 03:18 PM','','wc-completed','closed','closed','wc_order_ud2SAN0RFyin7','order-apr-02-2025-0318-pm','','','2025-04-02 21:20:51','2025-04-02 21:20:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3288',0,'shop_order','',3),(3289,1,'2025-04-02 18:55:05','2025-04-02 18:55:05','','Order &ndash; April 2, 2025 @ 06:55 PM','','wc-completed','closed','closed','wc_order_KX9r2pcvZhGxB','order-apr-02-2025-0655-pm','','','2025-04-07 22:58:17','2025-04-07 22:58:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3289',0,'shop_order','',3),(3290,1,'2025-04-02 18:59:42','2025-04-02 18:59:42','','Order &ndash; April 2, 2025 @ 06:59 PM','','wc-completed','closed','closed','wc_order_bXrxHTNd03CMH','order-apr-02-2025-0659-pm','','','2025-04-03 20:25:29','2025-04-03 20:25:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3290',0,'shop_order','',3),(3291,1,'2025-04-02 20:13:02','2025-04-02 20:13:02','','Order &ndash; April 2, 2025 @ 08:13 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_5z6uDnrHoClWj','order-apr-02-2025-0813-pm','','','2025-04-07 16:55:58','2025-04-07 16:55:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3291',0,'shop_order','',3),(3293,1,'2025-04-02 21:47:05','2025-04-02 21:47:05','','Order &ndash; April 2, 2025 @ 09:47 PM','','wc-completed','closed','closed','wc_order_HKVWAFBgJpKQ6','order-apr-02-2025-0947-pm','','','2025-04-07 16:58:52','2025-04-07 16:58:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3293',0,'shop_order','',3),(3294,1,'2025-04-03 21:13:09','2025-04-03 21:13:09','','Order &ndash; April 3, 2025 @ 09:13 PM','','wc-completed','closed','closed','wc_order_RkooexW0WHQj2','order-apr-03-2025-0913-pm','','','2025-04-09 17:45:47','2025-04-09 17:45:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3294',0,'shop_order','',3),(3295,1,'2025-04-03 22:24:24','2025-04-03 22:24:24','','Order &ndash; April 3, 2025 @ 10:24 PM','','wc-completed','closed','closed','wc_order_DWBYkxvgC3Evy','order-apr-03-2025-1024-pm','','','2025-04-07 17:00:15','2025-04-07 17:00:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3295',0,'shop_order','',3),(3296,1,'2025-04-03 22:26:00','2025-04-03 22:26:00','','Order &ndash; April 3, 2025 @ 10:26 PM','Please ship this order to 1018 139th St E, Tacoma Washington 98445','wc-completed','closed','closed','wc_order_ynCode8ivN12L','order-apr-03-2025-1026-pm','','','2025-04-07 17:04:44','2025-04-07 17:04:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3296',0,'shop_order','',3),(3297,1,'2025-04-05 06:08:57','2025-04-05 06:08:57','','Order &ndash; April 5, 2025 @ 06:08 AM','','wc-cancelled','open','closed','wc_order_3W5qTqGZ1xOWK','order-apr-05-2025-0608-am','','','2025-04-05 06:10:07','2025-04-05 06:10:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3297',0,'shop_order','',1),(3298,1,'2025-04-05 06:10:25','2025-04-05 06:10:25','','Order &ndash; April 5, 2025 @ 06:10 AM','','wc-cancelled','open','closed','wc_order_X3xEugtq84F9M','order-apr-05-2025-0610-am','','','2025-04-05 06:11:39','2025-04-05 06:11:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3298',0,'shop_order','',1),(3299,1,'2025-04-05 06:12:18','2025-04-05 06:12:18','','Order &ndash; April 5, 2025 @ 06:12 AM','','wc-completed','closed','closed','wc_order_Uu9IbLvXmtTaT','order-apr-05-2025-0612-am','','','2025-04-07 22:51:56','2025-04-07 22:51:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3299',0,'shop_order','',3),(3300,1,'2025-04-09 19:58:28','2025-04-09 19:58:28','','Order &ndash; April 9, 2025 @ 07:58 PM','If door is locked, please leave package. We will be there shortly!','wc-completed','closed','closed','wc_order_4kYxOHOLv0OoU','order-apr-09-2025-0758-pm','','','2025-04-14 15:45:16','2025-04-14 15:45:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3300',0,'shop_order','',3),(3301,1,'2025-04-09 22:24:22','2025-04-09 22:24:22','','Order &ndash; April 9, 2025 @ 10:24 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_PfcCOUBqBbqSX','order-apr-09-2025-1024-pm','','','2025-04-14 15:46:01','2025-04-14 15:46:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3301',0,'shop_order','',3),(3302,1,'2025-04-11 14:15:39','2025-04-11 14:15:39','','Order &ndash; April 11, 2025 @ 02:15 PM','','wc-completed','closed','closed','wc_order_9UIDFvXrsmdNl','order-apr-11-2025-0215-pm','','','2025-04-14 15:48:37','2025-04-14 15:48:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3302',0,'shop_order','',3),(3303,1,'2025-04-11 20:23:42','2025-04-11 20:23:42','','Order &ndash; April 11, 2025 @ 08:23 PM','','wc-completed','closed','closed','wc_order_4ZiuK8QTZjvGo','order-apr-11-2025-0823-pm','','','2025-04-14 15:38:24','2025-04-14 15:38:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3303',0,'shop_order','',3),(3304,1,'2025-04-11 23:10:52','2025-04-11 23:10:52','','Order &ndash; April 11, 2025 @ 11:10 PM','','wc-completed','closed','closed','wc_order_BNKD31M26UUqw','order-apr-11-2025-1110-pm','','','2025-04-14 19:22:23','2025-04-14 19:22:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3304',0,'shop_order','',3),(3306,1,'2025-04-14 18:52:59','2025-04-14 18:52:59','','Order &ndash; April 14, 2025 @ 06:52 PM','FEDEX: if the door is locked, please leave packages. We will be there shortly.','wc-completed','closed','closed','wc_order_vGvVKPaN42Osy','order-apr-14-2025-0652-pm','','','2025-04-16 03:09:56','2025-04-16 03:09:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3306',0,'shop_order','',3),(3307,1,'2025-04-14 19:10:40','2025-04-14 19:10:40','','Order &ndash; April 14, 2025 @ 07:10 PM','','wc-completed','closed','closed','wc_order_FB5ffA0mB6pbm','order-apr-14-2025-0710-pm','','','2025-04-15 19:01:39','2025-04-15 19:01:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3307',0,'shop_order','',3),(3308,1,'2025-04-14 19:16:58','2025-04-14 19:16:58','','Order &ndash; April 14, 2025 @ 07:16 PM','Leave outside the suite if not there.','wc-completed','closed','closed','wc_order_9DgBtOWD3XCsE','order-apr-14-2025-0716-pm','','','2025-04-15 21:16:04','2025-04-15 21:16:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3308',0,'shop_order','',3),(3309,1,'2025-04-14 19:34:54','2025-04-14 19:34:54','','Order &ndash; April 14, 2025 @ 07:34 PM','Please leave outside the door if not home.','wc-completed','closed','closed','wc_order_Pgl2dIJkryEvB','order-apr-14-2025-0734-pm','','','2025-04-15 19:02:23','2025-04-15 19:02:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3309',0,'shop_order','',3),(3312,1,'2025-04-15 17:19:03','2025-04-15 17:19:03','','Order &ndash; April 15, 2025 @ 05:19 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_M43PgwtJdjdKk','order-apr-15-2025-0519-pm','','','2025-04-18 02:28:21','2025-04-18 02:28:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3312',0,'shop_order','',3),(3313,1,'2025-04-16 13:03:11','2025-04-16 13:03:11','','Order &ndash; April 16, 2025 @ 01:03 PM','','wc-completed','closed','closed','wc_order_I3If0uHFuESpb','order-apr-16-2025-0103-pm','','','2025-04-21 15:34:13','2025-04-21 15:34:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3313',0,'shop_order','',3),(3314,1,'2025-04-17 13:16:39','2025-04-17 13:16:39','','Order &ndash; April 17, 2025 @ 01:16 PM','','wc-completed','closed','closed','wc_order_IVfNA6xdN7Pda','order-apr-17-2025-0116-pm','','','2025-04-25 19:23:59','2025-04-25 19:23:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3314',0,'shop_order','',3),(3315,1,'2025-04-21 14:51:23','2025-04-21 14:51:23','','Order &ndash; April 21, 2025 @ 02:51 PM','','wc-completed','closed','closed','wc_order_MIzKaksbKIhGy','order-apr-21-2025-0251-pm','','','2025-04-21 22:16:35','2025-04-21 22:16:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3315',0,'shop_order','',3),(3316,1,'2025-04-21 15:38:57','2025-04-21 15:38:57','','Order &ndash; April 21, 2025 @ 03:38 PM','','wc-completed','closed','closed','wc_order_V0TGp0coW4VeQ','order-apr-21-2025-0338-pm','','','2025-04-21 22:18:04','2025-04-21 22:18:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3316',0,'shop_order','',3),(3317,1,'2025-04-21 16:30:08','2025-04-21 16:30:08','','Order &ndash; April 21, 2025 @ 04:30 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_Q7yuoEnWqUYit','order-apr-21-2025-0430-pm','','','2025-04-21 22:18:55','2025-04-21 22:18:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3317',0,'shop_order','',3),(3319,1,'2025-04-22 17:20:11','2025-04-22 17:20:11','','Order &ndash; April 22, 2025 @ 05:20 PM','','wc-completed','closed','closed','wc_order_tWw5X81SL110H','order-apr-22-2025-0520-pm','','','2025-04-23 05:05:16','2025-04-23 05:05:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3319',0,'shop_order','',3),(3320,1,'2025-04-22 17:39:45','2025-04-22 17:39:45','','Order &ndash; April 22, 2025 @ 05:39 PM','','wc-completed','closed','closed','wc_order_2f13r0wxMmDCH','order-apr-22-2025-0539-pm','','','2025-04-23 05:02:52','2025-04-23 05:02:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3320',0,'shop_order','',3),(3321,1,'2025-04-23 04:16:36','2025-04-23 04:16:36','','Order &ndash; April 23, 2025 @ 04:16 AM','','wc-completed','closed','closed','wc_order_DLyTkj6NEL9rh','order-apr-23-2025-0416-am','','','2025-04-25 01:19:24','2025-04-25 01:19:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3321',0,'shop_order','',3),(3322,1,'2025-04-24 18:05:59','2025-04-24 18:05:59','','Order &ndash; April 24, 2025 @ 06:05 PM','','wc-completed','closed','closed','wc_order_BbmxGGxQnHwRa','order-apr-24-2025-0605-pm','','','2025-04-30 13:33:38','2025-04-30 13:33:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3322',0,'shop_order','',3),(3323,1,'2025-04-25 06:03:47','2025-04-25 06:03:47','','Order &ndash; April 25, 2025 @ 06:03 AM','','wc-completed','closed','closed','wc_order_Xs6sb7QT7fsOJ','order-apr-25-2025-0603-am','','','2025-04-25 19:34:02','2025-04-25 19:34:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3323',0,'shop_order','',3),(3324,1,'2025-04-25 16:09:58','2025-04-25 16:09:58','','Order &ndash; April 25, 2025 @ 04:09 PM','','wc-completed','closed','closed','wc_order_WbslfoVm10IV6','order-apr-25-2025-0409-pm','','','2025-04-25 19:34:35','2025-04-25 19:34:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3324',0,'shop_order','',3),(3325,1,'2025-04-26 20:13:51','2025-04-26 20:13:51','','Order &ndash; April 26, 2025 @ 08:13 PM','','wc-completed','closed','closed','wc_order_ba8Y0802jX2C0','order-apr-26-2025-0813-pm','','','2025-04-28 21:34:26','2025-04-28 21:34:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3325',0,'shop_order','',3),(3326,1,'2025-04-26 20:22:08','2025-04-26 20:22:08','','Order &ndash; April 26, 2025 @ 08:22 PM','','wc-completed','closed','closed','wc_order_iwDFmy5vBE902','order-apr-26-2025-0822-pm','','','2025-04-28 21:28:47','2025-04-28 21:28:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3326',0,'shop_order','',3),(3327,1,'2025-04-26 22:17:25','2025-04-26 22:17:25','','Order &ndash; April 26, 2025 @ 10:17 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_q0N8DnifbN5bk','order-apr-26-2025-1017-pm','','','2025-04-28 21:29:59','2025-04-28 21:29:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3327',0,'shop_order','',3),(3328,1,'2025-04-29 17:36:21','2025-04-29 17:36:21','','Order &ndash; April 29, 2025 @ 05:36 PM','','wc-completed','closed','closed','wc_order_a1fUW34ojkBIw','order-apr-29-2025-0536-pm','','','2025-04-30 13:35:16','2025-04-30 13:35:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3328',0,'shop_order','',5),(3330,1,'2025-04-30 14:44:56','2025-04-30 14:44:56','','Order &ndash; April 30, 2025 @ 02:44 PM','','wc-completed','closed','closed','wc_order_VzdpNSFyaugI6','order-apr-30-2025-0244-pm','','','2025-04-30 22:34:32','2025-04-30 22:34:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3330',0,'shop_order','',3),(3331,1,'2025-05-04 15:31:17','2025-05-04 15:31:17','','Order &ndash; May 4, 2025 @ 03:31 PM','','wc-completed','closed','closed','wc_order_sXZZJAVhhsWMW','order-may-04-2025-0331-pm','','','2025-05-05 23:15:09','2025-05-05 23:15:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3331',0,'shop_order','',3),(3332,1,'2025-05-04 16:20:11','2025-05-04 16:20:11','','Order &ndash; May 4, 2025 @ 04:20 PM','','wc-completed','closed','closed','wc_order_w9JoQDTPaZieo','order-may-04-2025-0420-pm','','','2025-05-05 23:21:29','2025-05-05 23:21:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3332',0,'shop_order','',3),(3333,1,'2025-05-04 16:50:02','2025-05-04 16:50:02','','Order &ndash; May 4, 2025 @ 04:50 PM','','wc-completed','closed','closed','wc_order_NCkC7CIWJi7Cg','order-may-04-2025-0450-pm','','','2025-05-05 23:24:46','2025-05-05 23:24:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3333',0,'shop_order','',3),(3334,1,'2025-05-05 12:30:24','2025-05-05 12:30:24','','Order &ndash; May 5, 2025 @ 12:30 PM','','wc-completed','closed','closed','wc_order_rrfPITvHNv09o','order-may-05-2025-1230-pm','','','2025-05-05 23:19:35','2025-05-05 23:19:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3334',0,'shop_order','',3),(3335,1,'2025-05-05 12:44:26','2025-05-05 12:44:26','','Order &ndash; May 5, 2025 @ 12:44 PM','','wc-completed','closed','closed','wc_order_rbdoKyH7hdVu4','order-may-05-2025-1244-pm','','','2025-05-05 23:20:36','2025-05-05 23:20:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3335',0,'shop_order','',3),(3336,1,'2025-05-05 18:21:19','2025-05-05 18:21:19','','Order &ndash; May 5, 2025 @ 06:21 PM','','wc-completed','closed','closed','wc_order_3USNHgNiH5mwr','order-may-05-2025-0621-pm','','','2025-05-05 23:53:40','2025-05-05 23:53:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3336',0,'shop_order','',3);
INSERT INTO `wp_posts` VALUES (3337,1,'2025-05-06 13:34:48','2025-05-06 13:34:48','','Order &ndash; May 6, 2025 @ 01:34 PM','','wc-completed','closed','closed','wc_order_DEeYNokMiMPHL','order-may-06-2025-0134-pm','','','2025-05-07 00:09:49','2025-05-07 00:09:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3337',0,'shop_order','',3),(3338,1,'2025-05-06 16:57:28','2025-05-06 16:57:28','','Order &ndash; May 6, 2025 @ 04:57 PM','','wc-completed','closed','closed','wc_order_wrc5FoVTqE5B0','order-may-06-2025-0457-pm','','','2025-05-07 00:15:01','2025-05-07 00:15:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3338',0,'shop_order','',3),(3339,1,'2025-05-06 16:58:57','2025-05-06 16:58:57','','Order &ndash; May 6, 2025 @ 04:58 PM','','wc-completed','closed','closed','wc_order_AzC23Xx4gABeH','order-may-06-2025-0458-pm','','','2025-05-07 00:11:35','2025-05-07 00:11:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3339',0,'shop_order','',3),(3340,1,'2025-05-06 17:00:03','2025-05-06 17:00:03','','Order &ndash; May 6, 2025 @ 05:00 PM','','wc-completed','closed','closed','wc_order_qK3xiDzAobb9K','order-may-06-2025-0500-pm','','','2025-05-07 00:17:03','2025-05-07 00:17:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3340',0,'shop_order','',3),(3341,1,'2025-05-06 17:01:01','2025-05-06 17:01:01','','Order &ndash; May 6, 2025 @ 05:01 PM','','wc-completed','closed','closed','wc_order_9B9ajLsCfoMsf','order-may-06-2025-0501-pm','','','2025-05-07 00:12:25','2025-05-07 00:12:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3341',0,'shop_order','',3),(3342,1,'2025-05-06 18:08:20','2025-05-06 18:08:20','','Order &ndash; May 6, 2025 @ 06:08 PM','Please leave in back of building if no one present','wc-completed','closed','closed','wc_order_4VM1bcJkCwGF5','order-may-06-2025-0608-pm','','','2025-05-07 00:18:25','2025-05-07 00:18:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3342',0,'shop_order','',3),(3343,1,'2025-05-07 14:24:45','2025-05-07 14:24:45','','Order &ndash; May 7, 2025 @ 02:24 PM','','wc-completed','closed','closed','wc_order_WROvxY0aUqmBe','order-may-07-2025-0224-pm','','','2025-05-09 18:00:55','2025-05-09 18:00:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3343',0,'shop_order','',3),(3344,1,'2025-05-07 18:12:19','2025-05-07 18:12:19','','Order &ndash; May 7, 2025 @ 06:12 PM','','wc-completed','closed','closed','wc_order_mQuawxdRGieXl','order-may-07-2025-0612-pm','','','2025-05-09 18:01:40','2025-05-09 18:01:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3344',0,'shop_order','',3),(3346,1,'2025-05-07 21:55:27','2025-05-07 21:55:27','','Order &ndash; May 7, 2025 @ 09:55 PM','','wc-completed','closed','closed','wc_order_m7qbMOMfo2Ck9','order-may-07-2025-0955-pm','','','2025-05-09 18:02:12','2025-05-09 18:02:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3346',0,'shop_order','',3),(3347,1,'2025-05-08 16:22:31','2025-05-08 16:22:31','','Order &ndash; May 8, 2025 @ 04:22 PM','','wc-completed','closed','closed','wc_order_48IeU2hUwo04Y','order-may-08-2025-0422-pm','','','2025-05-09 18:03:26','2025-05-09 18:03:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3347',0,'shop_order','',3),(3349,1,'2025-05-09 02:03:54','2025-05-09 02:03:54','','Order &ndash; May 9, 2025 @ 02:03 AM','','wc-completed','closed','closed','wc_order_zlrv1dJRPEc33','order-may-09-2025-0203-am','','','2025-05-09 18:03:51','2025-05-09 18:03:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3349',0,'shop_order','',3),(3350,2,'2025-05-09 13:40:35','2025-05-09 13:40:35','','2024ActiveRinse16oz100NS','','inherit','open','closed','','2024activerinse16oz100ns','','','2025-05-09 13:40:35','2025-05-09 13:40:35','',2113,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse16oz100NS.webp',0,'attachment','image/webp',0),(3351,2,'2025-05-09 13:41:50','2025-05-09 13:41:50','','2024ActiveRinse8oz100NS','','inherit','open','closed','','2024activerinse8oz100ns','','','2025-05-09 13:41:50','2025-05-09 13:41:50','',2110,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2023/09/2024ActiveRinse8oz100NS.webp',0,'attachment','image/webp',0),(3352,2,'2025-05-09 13:46:43','2025-05-09 13:46:43','','Preventive Spray 16oz<br>(Case of 16)','Our preventive lice spray contains essential oils that attack a louse’s olfactory nerves. The preventive spray will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” spray.\r\n\r\nYou can spray this preventive product on the head daily.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','preventive-spray-16oz','','','2025-05-09 13:50:05','2025-05-09 13:50:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3352',21,'product','',0),(3353,2,'2025-05-09 13:48:44','2025-05-09 13:48:44','','2024PreventiveSpray16ozNS','','inherit','open','closed','','2024preventivespray16ozns','','','2025-05-09 13:48:44','2025-05-09 13:48:44','',3352,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveSpray16ozNS.webp',0,'attachment','image/webp',0),(3354,2,'2025-05-09 13:52:03','2025-05-09 13:52:03','','Preventive Detangling Spray 16oz<br>(Case of 16)','All the lice repelling benefits of our regular Preventive Spray but also detangles and conditions. Safe for daily use.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','preventive-detangling-spray-16oz','','','2025-05-09 14:05:21','2025-05-09 14:05:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3354',22,'product','',0),(3355,2,'2025-05-09 13:57:10','2025-05-09 13:57:10','','2024PreventiveDetangleSpray16ozNS','','inherit','open','closed','','2024preventivedetanglespray16ozns','','','2025-05-09 13:57:10','2025-05-09 13:57:10','',3354,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveDetangleSpray16ozNS.webp',0,'attachment','image/webp',0),(3356,2,'2025-05-09 13:58:56','2025-05-09 13:58:56','','Preventive Shampoo 16oz<br>(Case of 16)','Our preventive lice products contain essential oils that attack a louse’s olfactory nerves. The lice shampoo will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” shampoo.\r\n\r\nYou can use the lice shampoo daily, or whenever you normally wash your hair.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','preventive-shampoo-16oz','','','2025-05-09 14:05:14','2025-05-09 14:05:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3356',18,'product','',0),(3357,2,'2025-05-09 14:00:43','2025-05-09 14:00:43','','2024PreventiveShampoo16ozNS','','inherit','open','closed','','2024preventiveshampoo16ozns','','','2025-05-09 14:00:43','2025-05-09 14:00:43','',3356,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveShampoo16ozNS.webp',0,'attachment','image/webp',0),(3358,2,'2025-05-09 14:02:25','2025-05-09 14:02:25','','Preventive Conditioner 16oz<br>(Case of 16)','Our preventive lice products contain essential oils that attack a louse’s olfactory nerves. The lice conditioner will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” conditioner.\r\n\r\nYou can use the lice conditioner daily, or whenever you normally condition your hair.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','preventive-conditioner-16oz','','','2025-05-09 14:04:41','2025-05-09 14:04:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3358',19,'product','',0),(3359,2,'2025-05-09 14:03:25','2025-05-09 14:03:25','','2024PreventiveConditioner16ozNS','','inherit','open','closed','','2024preventiveconditioner16ozns','','','2025-05-09 14:03:25','2025-05-09 14:03:25','',3358,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024PreventiveConditioner16ozNS.webp',0,'attachment','image/webp',0),(3360,2,'2025-05-09 14:06:27','2025-05-09 14:06:27','','Rosemary Preventive Spray 16oz<br>(Case of 16)','Our preventive lice spray contains essential oils that attack a louse’s olfactory nerves. The preventive spray will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” spray.\r\n\r\nYou can spray this preventive product on the head daily.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','rosemary-preventive-spray-16oz','','','2025-05-09 14:09:29','2025-05-09 14:09:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3360',21,'product','',0),(3361,2,'2025-05-09 14:08:24','2025-05-09 14:08:24','','2024Rosemary16ozNS','','inherit','open','closed','','2024rosemary16ozns','','','2025-05-09 14:08:24','2025-05-09 14:08:24','',3360,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024Rosemary16ozNS.webp',0,'attachment','image/webp',0),(3362,2,'2025-05-09 14:09:59','2025-05-09 14:09:59','','Rosemary Preventive Spray 8oz<br>(Case of 12)','Our preventive lice spray contains essential oils that attack a louse’s olfactory nerves. The preventive spray will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” spray.\r\n\r\nYou can spray this preventive product on the head daily.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','rosemary-preventive-spray-8oz','','','2025-07-21 18:59:53','2025-07-21 18:59:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3362',21,'product','',0),(3363,2,'2025-05-09 14:11:14','2025-05-09 14:11:14','','2024Rosemary8ozNS','','inherit','open','closed','','2024rosemary8ozns','','','2025-05-09 14:11:14','2025-05-09 14:11:14','',3362,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/05/2024Rosemary8ozNS.webp',0,'attachment','image/webp',0),(3364,2,'2025-05-09 14:16:40','2025-05-09 14:16:40','','2024TerminatorComb','','inherit','open','closed','','2024terminatorcomb-2','','','2025-05-09 14:16:40','2025-05-09 14:16:40','',41,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024TerminatorComb-1.webp',0,'attachment','image/webp',0),(3365,2,'2025-05-09 14:18:05','2025-05-09 14:18:05','','2024ActiveRinse8oz5050NS','','inherit','open','closed','','2024activerinse8oz5050ns','','','2025-05-09 14:18:05','2025-05-09 14:18:05','',23,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse8oz5050NS.webp',0,'attachment','image/webp',0),(3366,2,'2025-05-09 14:18:59','2025-05-09 14:18:59','','2024ActiveRinse16oz5050NS','','inherit','open','closed','','2024activerinse16oz5050ns','','','2025-05-09 14:18:59','2025-05-09 14:18:59','',38,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ActiveRinse16oz5050NS.webp',0,'attachment','image/webp',0),(3367,2,'2025-05-09 14:19:39','2025-05-09 14:19:39','','2024CombOutMousse4ozNS','','inherit','open','closed','','2024comboutmousse4ozns','','','2025-05-09 14:19:39','2025-05-09 14:19:39','',42,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024CombOutMousse4ozNS.webp',0,'attachment','image/webp',0),(3368,2,'2025-05-09 14:20:17','2025-05-09 14:20:17','','2024PreventiveConditioner8ozNS','','inherit','open','closed','','2024preventiveconditioner8ozns','','','2025-05-09 14:20:17','2025-05-09 14:20:17','',40,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveConditioner8ozNS.webp',0,'attachment','image/webp',0),(3369,2,'2025-05-09 14:21:11','2025-05-09 14:21:11','','2024PreventiveDetanglingSpray8ozNS','','inherit','open','closed','','2024preventivedetanglingspray8ozns','','','2025-05-09 14:21:11','2025-05-09 14:21:11','',49,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveDetanglingSpray8ozNS.webp',0,'attachment','image/webp',0),(3370,2,'2025-05-09 14:21:45','2025-05-09 14:21:45','','2024PreventiveShampoo8ozNS','','inherit','open','closed','','2024preventiveshampoo8ozns','','','2025-05-09 14:21:45','2025-05-09 14:21:45','',39,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveShampoo8ozNS.webp',0,'attachment','image/webp',0),(3371,2,'2025-05-09 14:23:02','2025-05-09 14:23:02','','2024PreventiveSpray2ozNS','','inherit','open','closed','','2024preventivespray2ozns','','','2025-05-09 14:23:02','2025-05-09 14:23:02','',120,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveSpray2ozNS.webp',0,'attachment','image/webp',0),(3372,2,'2025-05-09 14:23:36','2025-05-09 14:23:36','','2024PreventiveSpray8ozNS','','inherit','open','closed','','2024preventivespray8ozns','','','2025-05-09 14:23:36','2025-05-09 14:23:36','',43,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024PreventiveSpray8ozNS.webp',0,'attachment','image/webp',0),(3373,2,'2025-05-09 14:24:57','2025-05-09 14:24:57','','2024ClarifyingShampooNS','','inherit','open','closed','','2024clarifyingshampoons','','','2025-05-09 14:24:57','2025-05-09 14:24:57','',45,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/2024ClarifyingShampooNS.webp',0,'attachment','image/webp',0),(3375,2,'2025-05-09 14:39:24','2025-05-09 14:39:24','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 14:39:24','2025-05-09 14:39:24','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3375',0,'revision','',0),(3376,2,'2025-05-09 14:39:25','2025-05-09 14:39:25','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 14:39:25','2025-05-09 14:39:25','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3376',0,'revision','',0),(3377,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3377',0,'revision','',0),(3378,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3378',0,'revision','',0),(3379,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>		\n			<h2>LICE PREVENTION PRODUCTS</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BULK CLINIC SUPPLIES</h2>		\n			<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3379',0,'revision','',0),(3380,2,'2025-05-09 14:39:26','2025-05-09 14:39:26','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 14:39:26','2025-05-09 14:39:26','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3380',0,'revision','',0),(3381,2,'2025-05-09 15:00:17','2025-05-09 15:00:17','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:17','2025-05-09 15:00:17','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3381',0,'revision','',0),(3382,2,'2025-05-09 15:00:17','2025-05-09 15:00:17','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:17','2025-05-09 15:00:17','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3382',0,'revision','',0),(3383,2,'2025-05-09 15:00:18','2025-05-09 15:00:18','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:00:18','2025-05-09 15:00:18','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3383',0,'revision','',0),(3388,2,'2025-05-09 15:44:11','2025-05-09 15:44:11','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:11','2025-05-09 15:44:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3388',0,'revision','',0),(3389,2,'2025-05-09 15:44:11','2025-05-09 15:44:11','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:11','2025-05-09 15:44:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3389',0,'revision','',0),(3390,2,'2025-05-09 15:44:12','2025-05-09 15:44:12','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:44:12','2025-05-09 15:44:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3390',0,'revision','',0),(3391,2,'2025-05-09 15:44:26','2025-05-09 15:44:26','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:44:26','2025-05-09 15:44:26','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3391',0,'revision','',0),(3392,2,'2025-05-09 15:44:26','2025-05-09 15:44:26','<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:44:26','2025-05-09 15:44:26','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3392',0,'revision','',0),(3393,2,'2025-05-09 15:44:26','2025-05-09 15:44:26','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:44:26','2025-05-09 15:44:26','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3393',0,'revision','',0),(3394,2,'2025-05-09 15:49:31','2025-05-09 15:49:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:49:31','2025-05-09 15:49:31','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3394',0,'revision','',0),(3395,2,'2025-05-09 15:49:31','2025-05-09 15:49:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:49:31','2025-05-09 15:49:31','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3395',0,'revision','',0),(3396,2,'2025-05-09 15:49:31','2025-05-09 15:49:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-05-09 15:49:31','2025-05-09 15:49:31','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3396',0,'revision','',0),(3397,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3397',0,'revision','',0),(3398,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any LCA products!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3398',0,'revision','',0),(3399,2,'2025-05-09 15:49:41','2025-05-09 15:49:41','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-09 15:49:41','2025-05-09 15:49:41','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3399',0,'revision','',0),(3400,1,'2025-05-09 21:50:33','2025-05-09 21:50:33','','Order &ndash; May 9, 2025 @ 09:50 PM','IF door is lock use code 4455 to leave products onside suite','wc-completed','closed','closed','wc_order_cQzcBaOwifPSe','order-may-09-2025-0950-pm','','','2025-05-13 13:14:30','2025-05-13 13:14:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3400',0,'shop_order','',3),(3401,1,'2025-05-12 01:06:52','2025-05-12 01:06:52','','Order &ndash; May 12, 2025 @ 01:06 AM','Hi Jeff, it was nice meeting you in Nashville! We would be interested in trying out the Pro comb as well. Thanks-- Patty and Morgan','wc-completed','closed','closed','wc_order_Pc14cf2ZTJfjx','order-may-12-2025-0106-am','','','2025-05-13 13:12:12','2025-05-13 13:12:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3401',0,'shop_order','',3),(3405,1,'2025-05-12 20:45:11','2025-05-12 20:45:11','','Order &ndash; May 12, 2025 @ 08:45 PM','','wc-completed','closed','closed','wc_order_1fIHgZrP0Qmk4','order-may-12-2025-0845-pm','','','2025-05-15 18:59:31','2025-05-15 18:59:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3405',0,'shop_order','',3),(3406,1,'2025-05-13 13:21:57','2025-05-13 13:21:57','','Order &ndash; May 13, 2025 @ 01:21 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_ce76LCqtwBzjv','order-may-13-2025-0121-pm','','','2025-05-15 19:00:09','2025-05-15 19:00:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3406',0,'shop_order','',3),(3407,1,'2025-05-14 13:54:45','2025-05-14 13:54:45','','Order &ndash; May 14, 2025 @ 01:54 PM','','wc-completed','closed','closed','wc_order_XQpUc5wBAYQmG','order-may-14-2025-0154-pm','','','2025-05-19 21:10:50','2025-05-19 21:10:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3407',0,'shop_order','',3),(3409,1,'2025-05-14 15:57:17','2025-05-14 15:57:17','','Order &ndash; May 14, 2025 @ 03:57 PM','','wc-completed','closed','closed','wc_order_Xu7Dre6Lhqb8n','order-may-14-2025-0357-pm','','','2025-05-15 19:01:13','2025-05-15 19:01:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3409',0,'shop_order','',3),(3410,1,'2025-05-14 17:01:44','2025-05-14 17:01:44','','Order &ndash; May 14, 2025 @ 05:01 PM','','wc-completed','closed','closed','wc_order_7Td9XAdtLylTT','order-may-14-2025-0501-pm','','','2025-05-15 19:02:30','2025-05-15 19:02:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3410',0,'shop_order','',3),(3411,1,'2025-05-14 17:17:25','2025-05-14 17:17:25','','Order &ndash; May 14, 2025 @ 05:17 PM','use 4455 code to enter and leave products inside suite','wc-completed','closed','closed','wc_order_7cv20qBqNyWvm','order-may-14-2025-0517-pm','','','2025-05-15 19:03:08','2025-05-15 19:03:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3411',0,'shop_order','',3),(3412,2,'2025-05-14 18:12:14','2025-05-14 18:12:14','','Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','4oz bottles of enzyme solution\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','comb-out-mousse-unscentedcase-of-12-copy','','','2025-05-14 18:12:54','2025-05-14 18:12:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3412',6,'product','',0),(3413,2,'2025-05-14 18:15:24','2025-05-14 18:15:24','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:24','2025-05-14 18:15:24','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3413',0,'revision','',0),(3414,2,'2025-05-14 18:15:24','2025-05-14 18:15:24','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:24','2025-05-14 18:15:24','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3414',0,'revision','',0),(3415,2,'2025-05-14 18:15:25','2025-05-14 18:15:25','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:15:25','2025-05-14 18:15:25','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3415',0,'revision','',0),(3416,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3416',0,'revision','',0),(3417,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3417',0,'revision','',0),(3418,2,'2025-05-14 18:56:31','2025-05-14 18:56:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:31','2025-05-14 18:56:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3418',0,'revision','',0),(3419,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3419',0,'revision','',0),(3420,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3420',0,'revision','',0),(3421,2,'2025-05-14 18:56:43','2025-05-14 18:56:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:56:43','2025-05-14 18:56:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3421',0,'revision','',0),(3422,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3422',0,'revision','',0),(3423,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3423',0,'revision','',0),(3424,2,'2025-05-14 18:57:20','2025-05-14 18:57:20','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:20','2025-05-14 18:57:20','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3424',0,'revision','',0),(3425,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3425',0,'revision','',0),(3426,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*</h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3426',0,'revision','',0),(3427,2,'2025-05-14 18:57:29','2025-05-14 18:57:29','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:29','2025-05-14 18:57:29','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3427',0,'revision','',0),(3428,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3428',0,'revision','',0),(3429,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3429',0,'revision','',0),(3430,2,'2025-05-14 18:57:39','2025-05-14 18:57:39','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-05-14 18:57:39','2025-05-14 18:57:39','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3430',0,'revision','',0),(3431,1,'2025-05-15 14:52:06','2025-05-15 14:52:06','','Order &ndash; May 15, 2025 @ 02:52 PM','','wc-completed','closed','closed','wc_order_BQPHs5vikYycQ','order-may-15-2025-0252-pm','','','2025-05-19 14:37:46','2025-05-19 14:37:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3431',0,'shop_order','',3),(3433,1,'2025-05-16 17:42:11','2025-05-16 17:42:11','','Order &ndash; May 16, 2025 @ 05:42 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_rhHfZacxb7kRd','order-may-16-2025-0542-pm','','','2025-05-19 14:38:22','2025-05-19 14:38:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3433',0,'shop_order','',3),(3434,1,'2025-05-16 19:47:34','2025-05-16 19:47:34','','Order &ndash; May 16, 2025 @ 07:47 PM','Please bring to the blue building.','wc-completed','closed','closed','wc_order_veCGNMtEEYOxL','order-may-16-2025-0747-pm','','','2025-05-19 14:39:01','2025-05-19 14:39:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3434',0,'shop_order','',3),(3435,1,'2025-05-16 19:57:03','2025-05-16 19:57:03','','Order &ndash; May 16, 2025 @ 07:57 PM','Please leave outside suite door if suite door is locked (inside building)','wc-completed','closed','closed','wc_order_FEkgIviQvd3Mf','order-may-16-2025-0757-pm','','','2025-05-19 14:39:43','2025-05-19 14:39:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3435',0,'shop_order','',3),(3436,1,'2025-05-16 20:03:25','2025-05-16 20:03:25','','Order &ndash; May 16, 2025 @ 08:03 PM','Please leave on porch.','wc-completed','closed','closed','wc_order_tFRMrSpaIDQck','order-may-16-2025-0803-pm','','','2025-05-19 19:55:02','2025-05-19 19:55:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3436',0,'shop_order','',3),(3437,1,'2025-05-19 13:28:06','2025-05-19 13:28:06','','Order &ndash; May 19, 2025 @ 01:28 PM','','wc-completed','closed','closed','wc_order_Ua1cyYhsUM5Cu','order-may-19-2025-0128-pm','','','2025-05-19 20:03:34','2025-05-19 20:03:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3437',0,'shop_order','',3),(3438,1,'2025-05-19 17:03:39','2025-05-19 17:03:39','','Order &ndash; May 19, 2025 @ 05:03 PM','','wc-completed','closed','closed','wc_order_l5npnuTGqP5Gc','order-may-19-2025-0503-pm','','','2025-05-20 13:40:54','2025-05-20 13:40:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3438',0,'shop_order','',3),(3439,1,'2025-05-19 17:06:16','2025-05-19 17:06:16','','Order &ndash; May 19, 2025 @ 05:06 PM','','wc-completed','closed','closed','wc_order_X9AGO1kYlDm1x','order-may-19-2025-0506-pm','','','2025-05-20 13:41:53','2025-05-20 13:41:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3439',0,'shop_order','',3),(3440,1,'2025-05-19 18:43:28','2025-05-19 18:43:28','','Order &ndash; May 19, 2025 @ 06:43 PM','','wc-completed','closed','closed','wc_order_rfJFNcj8h8lAx','order-may-19-2025-0643-pm','','','2025-05-20 13:39:41','2025-05-20 13:39:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3440',0,'shop_order','',3),(3441,1,'2025-05-19 21:17:01','2025-05-19 21:17:01','','Order &ndash; May 19, 2025 @ 09:17 PM','Camp combs','wc-completed','closed','closed','wc_order_gcHeLmZPMlJld','order-may-19-2025-0917-pm','','','2025-05-20 17:07:34','2025-05-20 17:07:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3441',0,'shop_order','',3),(3442,1,'2025-05-19 21:42:54','2025-05-19 21:42:54','','Order &ndash; May 19, 2025 @ 09:42 PM','','wc-completed','closed','closed','wc_order_7QadkVvmrObFp','order-may-19-2025-0942-pm','','','2025-05-20 17:07:58','2025-05-20 17:07:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3442',0,'shop_order','',3),(3443,1,'2025-05-20 21:51:07','2025-05-20 21:51:07','','Order &ndash; May 20, 2025 @ 09:51 PM','Ship to Bend clinic','wc-completed','closed','closed','wc_order_QvkNpbevwcVps','order-may-20-2025-0951-pm','','','2025-05-22 19:11:01','2025-05-22 19:11:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3443',0,'shop_order','',3),(3444,1,'2025-05-22 17:28:50','2025-05-22 17:28:50','','Order &ndash; May 22, 2025 @ 05:28 PM','','wc-completed','closed','closed','wc_order_bx0XVuXS4JvCS','order-may-22-2025-0528-pm','','','2025-05-26 19:09:42','2025-05-26 19:09:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3444',0,'shop_order','',3),(3445,1,'2025-05-22 17:29:30','2025-05-22 17:29:30','','Order &ndash; May 22, 2025 @ 05:29 PM','','wc-completed','closed','closed','wc_order_njfxvrNfLDeXn','order-may-22-2025-0529-pm','','','2025-05-26 19:08:22','2025-05-26 19:08:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3445',0,'shop_order','',3),(3446,1,'2025-05-22 17:31:50','2025-05-22 17:31:50','','Order &ndash; May 22, 2025 @ 05:31 PM','','wc-completed','closed','closed','wc_order_MGLYU9rCBTIWF','order-may-22-2025-0531-pm','','','2025-05-26 19:11:22','2025-05-26 19:11:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3446',0,'shop_order','',3),(3447,1,'2025-05-22 17:33:09','2025-05-22 17:33:09','','Order &ndash; May 22, 2025 @ 05:33 PM','','wc-completed','closed','closed','wc_order_dIhuDvxB1Anej','order-may-22-2025-0533-pm','','','2025-05-26 19:12:34','2025-05-26 19:12:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3447',0,'shop_order','',3),(3448,1,'2025-05-22 17:34:28','2025-05-22 17:34:28','','Order &ndash; May 22, 2025 @ 05:34 PM','','wc-completed','closed','closed','wc_order_xn8Odg1asZXd7','order-may-22-2025-0534-pm','','','2025-05-26 19:12:05','2025-05-26 19:12:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3448',0,'shop_order','',3),(3449,1,'2025-05-22 17:39:02','2025-05-22 17:39:02','','Order &ndash; May 22, 2025 @ 05:39 PM','','wc-completed','closed','closed','wc_order_bKf8IukldXMU8','order-may-22-2025-0539-pm','','','2025-05-26 19:10:46','2025-05-26 19:10:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3449',0,'shop_order','',3),(3450,1,'2025-05-22 17:51:01','2025-05-22 17:51:01','','Order &ndash; May 22, 2025 @ 05:51 PM','','wc-completed','closed','closed','wc_order_i2F6AZ4i9sw2a','order-may-22-2025-0551-pm','','','2025-05-26 19:10:17','2025-05-26 19:10:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3450',0,'shop_order','',3),(3451,1,'2025-05-22 20:44:32','2025-05-22 20:44:32','','Order &ndash; May 22, 2025 @ 08:44 PM','','wc-completed','closed','closed','wc_order_nSrA9mH9T9zeq','order-may-22-2025-0844-pm','','','2025-05-26 19:13:38','2025-05-26 19:13:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3451',0,'shop_order','',3),(3452,1,'2025-05-27 03:33:10','2025-05-27 03:33:10','','Order &ndash; May 27, 2025 @ 03:33 AM','','wc-completed','closed','closed','wc_order_yyWYoaNchkNpX','order-may-27-2025-0333-am','','','2025-05-30 17:10:55','2025-05-30 17:10:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3452',0,'shop_order','',3),(3453,1,'2025-05-27 18:21:26','2025-05-27 18:21:26','','Order &ndash; May 27, 2025 @ 06:21 PM','','wc-completed','closed','closed','wc_order_emyuW8NRZJYCV','order-may-27-2025-0621-pm','','','2025-05-29 18:58:33','2025-05-29 18:58:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3453',0,'shop_order','',3),(3454,1,'2025-05-28 22:17:44','2025-05-28 22:17:44','','Order &ndash; May 28, 2025 @ 10:17 PM','','wc-completed','closed','closed','wc_order_vnY4vLDlHiHTn','order-may-28-2025-1017-pm','','','2025-05-29 19:00:26','2025-05-29 19:00:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3454',0,'shop_order','',3),(3455,1,'2025-05-28 22:21:05','2025-05-28 22:21:05','','Order &ndash; May 28, 2025 @ 10:21 PM','','wc-completed','closed','closed','wc_order_yOXZWD8hYLWKd','order-may-28-2025-1021-pm','','','2025-05-29 19:00:55','2025-05-29 19:00:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3455',0,'shop_order','',3),(3456,1,'2025-05-29 04:05:26','2025-05-29 04:05:26','','Order &ndash; May 29, 2025 @ 04:05 AM','','wc-completed','closed','closed','wc_order_2xWnBhzeuSvz7','order-may-29-2025-0405-am','','','2025-05-29 19:01:41','2025-05-29 19:01:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3456',0,'shop_order','',3),(3457,1,'2025-05-30 16:34:57','2025-05-30 16:34:57','','Order &ndash; May 30, 2025 @ 04:34 PM','','wc-completed','closed','closed','wc_order_IT1Rm7DeAhrLF','order-may-30-2025-0434-pm','','','2025-05-30 19:52:11','2025-05-30 19:52:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3457',0,'shop_order','',3),(3458,1,'2025-06-02 18:50:26','2025-06-02 18:50:26','','Order &ndash; June 2, 2025 @ 06:50 PM','','wc-completed','closed','closed','wc_order_NFUVo3chbquCo','order-jun-02-2025-0650-pm','','','2025-06-03 17:51:29','2025-06-03 17:51:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3458',0,'shop_order','',3),(3459,1,'2025-06-03 13:07:40','2025-06-03 13:07:40','','Order &ndash; June 3, 2025 @ 01:07 PM','','wc-completed','closed','closed','wc_order_Re28pkYMsAGVC','order-jun-03-2025-0107-pm','','','2025-06-11 14:24:12','2025-06-11 14:24:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3459',0,'shop_order','',3),(3460,1,'2025-06-03 13:39:51','2025-06-03 13:39:51','','Order &ndash; June 3, 2025 @ 01:39 PM','','wc-completed','closed','closed','wc_order_b0zZ0iWtXCXpD','order-jun-03-2025-0139-pm','','','2025-06-11 14:25:09','2025-06-11 14:25:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3460',0,'shop_order','',3),(3461,1,'2025-06-04 13:34:20','2025-06-04 13:34:20','','Order &ndash; June 4, 2025 @ 01:34 PM','','wc-completed','closed','closed','wc_order_zCxRNY6hicuQc','order-jun-04-2025-0134-pm','','','2025-06-05 04:00:46','2025-06-05 04:00:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3461',0,'shop_order','',3),(3462,1,'2025-06-04 21:04:31','2025-06-04 21:04:31','','Order &ndash; June 4, 2025 @ 09:04 PM','','wc-completed','closed','closed','wc_order_InkScp2XiD0t9','order-jun-04-2025-0904-pm','','','2025-06-05 20:37:22','2025-06-05 20:37:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3462',0,'shop_order','',3),(3463,1,'2025-06-04 22:10:54','2025-06-04 22:10:54','','Order &ndash; June 4, 2025 @ 10:10 PM','','wc-completed','closed','closed','wc_order_x4K6QGzDKHgn8','order-jun-04-2025-1010-pm','','','2025-06-11 14:25:44','2025-06-11 14:25:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3463',0,'shop_order','',3),(3464,1,'2025-06-05 13:42:09','2025-06-05 13:42:09','','Order &ndash; June 5, 2025 @ 01:42 PM','','wc-completed','closed','closed','wc_order_0FRvUgxQ5T9ML','order-jun-05-2025-0142-pm','','','2025-06-05 20:41:02','2025-06-05 20:41:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3464',0,'shop_order','',3),(3465,1,'2025-06-05 15:30:32','2025-06-05 15:30:32','','Order &ndash; June 5, 2025 @ 03:30 PM','','wc-completed','closed','closed','wc_order_WeJsncE8ZtGJO','order-jun-05-2025-0330-pm','','','2025-06-05 20:42:21','2025-06-05 20:42:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3465',0,'shop_order','',3),(3466,1,'2025-06-07 15:10:32','2025-06-07 15:10:32','','Order &ndash; June 7, 2025 @ 03:10 PM','','wc-completed','closed','closed','wc_order_9qebeje8VFQzD','order-jun-07-2025-0310-pm','','','2025-06-09 20:43:12','2025-06-09 20:43:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3466',0,'shop_order','',3),(3467,1,'2025-06-07 18:10:56','2025-06-07 18:10:56','','Order &ndash; June 7, 2025 @ 06:10 PM','','wc-completed','closed','closed','wc_order_X7vDZExi5KWso','order-jun-07-2025-0610-pm','','','2025-06-09 20:39:50','2025-06-09 20:39:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3467',0,'shop_order','',3),(3468,1,'2025-06-08 16:10:03','2025-06-08 16:10:03','','Order &ndash; June 8, 2025 @ 04:10 PM','','wc-completed','closed','closed','wc_order_XCUJrvQhDCXnj','order-jun-08-2025-0410-pm','','','2025-06-09 20:41:56','2025-06-09 20:41:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3468',0,'shop_order','',3),(3469,1,'2025-06-09 15:42:09','2025-06-09 15:42:09','','Order &ndash; June 9, 2025 @ 03:42 PM','','wc-completed','closed','closed','wc_order_h2dPYYSzGuM8I','order-jun-09-2025-0342-pm','','','2025-06-09 20:43:52','2025-06-09 20:43:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3469',0,'shop_order','',3),(3470,1,'2025-06-09 16:23:32','2025-06-09 16:23:32','','Order &ndash; June 9, 2025 @ 04:23 PM','','wc-completed','closed','closed','wc_order_FLGudc22R64h7','order-jun-09-2025-0423-pm','','','2025-06-09 20:45:01','2025-06-09 20:45:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3470',0,'shop_order','',3),(3471,1,'2025-06-09 18:44:07','2025-06-09 18:44:07','','Order &ndash; June 9, 2025 @ 06:44 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_FviLdUWpYfwaB','order-jun-09-2025-0644-pm','','','2025-06-11 14:23:30','2025-06-11 14:23:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3471',0,'shop_order','',3),(3472,1,'2025-06-10 00:09:27','2025-06-10 00:09:27','','Order &ndash; June 10, 2025 @ 12:09 AM','','wc-completed','closed','closed','wc_order_H10xn7c1n8Fvp','order-jun-10-2025-1209-am','','','2025-06-11 14:28:01','2025-06-11 14:28:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3472',0,'shop_order','',3),(3473,1,'2025-06-11 16:37:04','2025-06-11 16:37:04','','Order &ndash; June 11, 2025 @ 04:37 PM','FEDEX: IF DOOR IS LOCKED, PLEASE LEAVE PACKAGES. WE WILL BE THERE SHORTLY!','wc-completed','closed','closed','wc_order_An8134fX0u8j1','order-jun-11-2025-0437-pm','','','2025-06-13 14:01:06','2025-06-13 14:01:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3473',0,'shop_order','',3),(3474,1,'2025-06-11 16:40:16','2025-06-11 16:40:16','','Order &ndash; June 11, 2025 @ 04:40 PM','','wc-completed','closed','closed','wc_order_xi952NmVeHGbs','order-jun-11-2025-0440-pm','','','2025-06-13 14:01:49','2025-06-13 14:01:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3474',0,'shop_order','',3),(3475,1,'2025-06-11 16:58:15','2025-06-11 16:58:15','','Order &ndash; June 11, 2025 @ 04:58 PM','','wc-completed','closed','closed','wc_order_12rPz7lpCfUTO','order-jun-11-2025-0458-pm','','','2025-06-13 19:25:46','2025-06-13 19:25:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3475',0,'shop_order','',3),(3476,2,'2025-06-11 20:39:01','2025-06-11 20:39:01','','Fine Hair Professional Lice Comb<br>(Case of 12)','Use the same Lice Comb the Professionals use, now for fine hair. This high-quality metal lice comb has patented micro-grooved teeth to capture nits with ease. This is the single most effective weapon against nits and lice. It can easily be disinfected if you plan on sharing between family members.\r\n\r\n<strong>Case of 12 Combs</strong>','publish','closed','closed','','fine-hair-professional-lice-combcase-of-12','','','2025-07-22 15:17:21','2025-07-22 15:17:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3476',8,'product','',0),(3477,2,'2025-06-11 20:44:36','2025-06-11 20:44:36','','TerminatorCombThinHair25Pack copy','','inherit','open','closed','','terminatorcombthinhair25pack-copy','','','2025-06-11 20:44:36','2025-06-11 20:44:36','',3476,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombThinHair25Pack-copy.webp',0,'attachment','image/webp',0),(3478,2,'2025-06-11 20:44:37','2025-06-11 20:44:37','','TerminatorCombThinHair12Pack','','inherit','open','closed','','terminatorcombthinhair12pack','','','2025-06-11 20:44:37','2025-06-11 20:44:37','',3476,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombThinHair12Pack.webp',0,'attachment','image/webp',0),(3479,2,'2025-06-11 20:46:45','2025-06-11 20:46:45','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:45','2025-06-11 20:46:45','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3479',0,'revision','',0),(3480,2,'2025-06-11 20:46:45','2025-06-11 20:46:45','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:45','2025-06-11 20:46:45','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3480',0,'revision','',0),(3481,2,'2025-06-11 20:46:46','2025-06-11 20:46:46','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-11 20:46:46','2025-06-11 20:46:46','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3481',0,'revision','',0),(3482,2,'2025-06-11 20:47:02','2025-06-11 20:47:02','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-11 20:47:02','2025-06-11 20:47:02','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3482',0,'revision','',0),(3483,2,'2025-06-11 20:47:03','2025-06-11 20:47:03','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-11 20:47:03','2025-06-11 20:47:03','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3483',0,'revision','',0),(3484,2,'2025-06-11 20:47:03','2025-06-11 20:47:03','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-11 20:47:03','2025-06-11 20:47:03','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3484',0,'revision','',0),(3485,2,'2025-06-11 20:47:21','2025-06-11 20:47:21','','Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','Use the same Lice Comb the Professionals use, now for fine hair. This high-quality metal lice comb has patented micro-grooved teeth to capture nits with ease. This is the single most effective weapon against nits and lice. It can easily be disinfected if you plan on sharing between family members.\r\n\r\n<strong>Case of 25 Loose Combs</strong>','publish','closed','closed','','bulk-fine-hair-professional-lice-comb','','','2025-07-21 18:58:39','2025-07-21 18:58:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3485',8,'product','',0),(3486,1,'2025-06-12 14:14:46','2025-06-12 14:14:46','','Order &ndash; June 12, 2025 @ 02:14 PM','','wc-completed','closed','closed','wc_order_zZZ3eWEqNiHnW','order-jun-12-2025-0214-pm','','','2025-06-13 14:03:04','2025-06-13 14:03:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3486',0,'shop_order','',3),(3489,1,'2025-06-12 18:26:32','2025-06-12 18:26:32','','Order &ndash; June 12, 2025 @ 06:26 PM','','wc-completed','closed','closed','wc_order_6aybXBK8gW2ym','order-jun-12-2025-0626-pm','','','2025-06-13 19:24:45','2025-06-13 19:24:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3489',0,'shop_order','',3),(3490,1,'2025-06-12 20:46:30','2025-06-12 20:46:30','','Order &ndash; June 12, 2025 @ 08:46 PM','','wc-completed','closed','closed','wc_order_YWdMxmz0oQu5r','order-jun-12-2025-0846-pm','','','2025-06-13 19:23:55','2025-06-13 19:23:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3490',0,'shop_order','',3),(3491,1,'2025-06-13 13:07:49','2025-06-13 13:07:49','','Order &ndash; June 13, 2025 @ 01:07 PM','','wc-cancelled','open','closed','wc_order_WFjo4S3DCfLc6','order-jun-13-2025-0107-pm','','','2025-06-13 13:10:31','2025-06-13 13:10:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3491',0,'shop_order','',1),(3492,1,'2025-06-13 13:11:33','2025-06-13 13:11:33','','Order &ndash; June 13, 2025 @ 01:11 PM','','wc-completed','closed','closed','wc_order_3W533GlBh9TXE','order-jun-13-2025-0111-pm','','','2025-06-17 14:39:17','2025-06-17 14:39:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3492',0,'shop_order','',3),(3493,1,'2025-06-13 14:58:21','2025-06-13 14:58:21','','Order &ndash; June 13, 2025 @ 02:58 PM','','wc-completed','closed','closed','wc_order_XNIjgQsrH9KrP','order-jun-13-2025-0258-pm','','','2025-06-13 22:33:24','2025-06-13 22:33:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3493',0,'shop_order','',3),(3494,1,'2025-06-13 17:09:13','2025-06-13 17:09:13','','Order &ndash; June 13, 2025 @ 05:09 PM','Please leave outside our suite if the door is locked. Not outside the building -JF','wc-completed','closed','closed','wc_order_f5Kbd5kWth3pY','order-jun-13-2025-0509-pm','','','2025-06-17 14:41:17','2025-06-17 14:41:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3494',0,'shop_order','',3),(3495,1,'2025-06-13 17:14:40','2025-06-13 17:14:40','','Order &ndash; June 13, 2025 @ 05:14 PM','','wc-completed','closed','closed','wc_order_TyBjGwVYJxYzF','order-jun-13-2025-0514-pm','','','2025-06-13 22:34:12','2025-06-13 22:34:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3495',0,'shop_order','',3),(3496,1,'2025-06-13 17:19:40','2025-06-13 17:19:40','','Order &ndash; June 13, 2025 @ 05:19 PM','Please leave on porch if need be.','wc-completed','closed','closed','wc_order_niDz91kkHn7az','order-jun-13-2025-0519-pm','','','2025-06-13 22:34:47','2025-06-13 22:34:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3496',0,'shop_order','',3),(3497,1,'2025-06-13 18:00:23','2025-06-13 18:00:23','','Order &ndash; June 13, 2025 @ 06:00 PM','Please leave on porch if not home.','wc-completed','closed','closed','wc_order_Ob2v0WlQjKvj5','order-jun-13-2025-0600-pm','','','2025-06-17 14:40:14','2025-06-17 14:40:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3497',0,'shop_order','',3),(3498,1,'2025-06-13 23:06:19','2025-06-13 23:06:19','','Order &ndash; June 13, 2025 @ 11:06 PM','','wc-completed','closed','closed','wc_order_Z62kP4KGA1x0C','order-jun-13-2025-1106-pm','','','2025-06-17 14:43:37','2025-06-17 14:43:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3498',0,'shop_order','',3),(3499,2,'2025-06-16 15:21:07','2025-06-16 15:21:07','','Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','Use the same Lice Comb the Professionals use. This high-quality metal lice comb has patented micro-grooved teeth to capture nits with ease. This is the single most effective weapon against nits and lice. It can easily be disinfected if you plan on sharing between family members.\r\n\r\n<strong>Case of 25 Loose Combs</strong>','publish','closed','closed','','bulk-professional-lice-comb','','','2025-07-22 15:16:49','2025-07-22 15:16:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3499',8,'product','',0),(3500,2,'2025-06-16 15:22:01','2025-06-16 15:22:01','','TerminatorCombOriginal12Pack','','inherit','open','closed','','terminatorcomboriginal12pack','','','2025-06-16 15:22:01','2025-06-16 15:22:01','',3499,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorCombOriginal12Pack.webp',0,'attachment','image/webp',0),(3501,1,'2025-06-16 16:59:53','2025-06-16 16:59:53','','Order &ndash; June 16, 2025 @ 04:59 PM','','wc-completed','closed','closed','wc_order_Bw71hi7urVlMU','order-jun-16-2025-0459-pm','','','2025-07-16 12:22:56','2025-07-16 12:22:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3501',0,'shop_order','',6),(3502,1,'2025-06-16 20:23:49','2025-06-16 20:23:49','','Order &ndash; June 16, 2025 @ 08:23 PM','','wc-completed','closed','closed','wc_order_etOr2dzTjH1Sr','order-jun-16-2025-0823-pm','','','2025-06-17 18:53:18','2025-06-17 18:53:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3502',0,'shop_order','',3),(3503,1,'2025-06-16 20:28:25','2025-06-16 20:28:25','','Order &ndash; June 16, 2025 @ 08:28 PM','','wc-completed','closed','closed','wc_order_y6kne9D7RDnyq','order-jun-16-2025-0828-pm','','','2025-06-17 18:54:06','2025-06-17 18:54:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3503',0,'shop_order','',3),(3504,1,'2025-06-17 15:48:15','2025-06-17 15:48:15','','Order &ndash; June 17, 2025 @ 03:48 PM','','wc-cancelled','open','closed','wc_order_wzHdDV0ZmVR45','order-jun-17-2025-0348-pm','','','2025-06-17 15:50:03','2025-06-17 15:50:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3504',0,'shop_order','',1),(3505,1,'2025-06-17 15:50:55','2025-06-17 15:50:55','','Order &ndash; June 17, 2025 @ 03:50 PM','','wc-pending','open','closed','wc_order_GsVtFgbSQzxZd','order-jun-17-2025-0350-pm','','','2025-06-17 15:50:55','2025-06-17 15:50:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3505',0,'shop_order','',0),(3506,1,'2025-06-17 15:59:20','2025-06-17 15:59:20','','Order &ndash; June 17, 2025 @ 03:59 PM','','wc-completed','closed','closed','wc_order_OC9FfMq6Jud55','order-jun-17-2025-0359-pm','','','2025-06-17 20:02:40','2025-06-17 20:02:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3506',0,'shop_order','',3),(3507,2,'2025-06-17 18:37:19','2025-06-17 18:37:19','','Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','This high-quality metal lice comb has patented micro-grooved teeth to capture nits with ease. This is the single most effective weapon against nits and lice. It can easily be disinfected if you plan on sharing between family members.\r\n\r\n<strong>Case of 50 Loose Combs</strong>','publish','closed','closed','','bulk-junior-lice-comb','','','2025-07-21 18:57:57','2025-07-21 18:57:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3507',8,'product','',0),(3508,2,'2025-06-17 18:39:21','2025-06-17 18:39:21','','Jr Lice Comb 50','','inherit','open','closed','','jr-lice-comb-50','','','2025-06-17 18:39:21','2025-06-17 18:39:21','',3507,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/Jr-Lice-Comb-50.jpg',0,'attachment','image/jpeg',0),(3509,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3509',0,'revision','',0),(3510,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3510',0,'revision','',0),(3511,2,'2025-06-17 18:42:43','2025-06-17 18:42:43','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-17 18:42:43','2025-06-17 18:42:43','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3511',0,'revision','',0),(3512,2,'2025-06-17 18:44:22','2025-06-17 18:44:22','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-17 18:44:22','2025-06-17 18:44:22','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3512',0,'revision','',0),(3513,2,'2025-06-17 18:44:22','2025-06-17 18:44:22','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-17 18:44:22','2025-06-17 18:44:22','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3513',0,'revision','',0),(3514,2,'2025-06-17 18:44:22','2025-06-17 18:44:22','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-17 18:44:22','2025-06-17 18:44:22','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3514',0,'revision','',0),(3515,1,'2025-06-18 17:10:56','2025-06-18 17:10:56','','Order &ndash; June 18, 2025 @ 05:10 PM','','wc-completed','closed','closed','wc_order_43rgLNe0KWmDw','order-jun-18-2025-0510-pm','','','2025-06-24 21:18:49','2025-06-24 21:18:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3515',0,'shop_order','',3),(3516,2,'2025-06-18 17:55:26','2025-06-18 17:55:26','','TerminatorMini50Pack','','inherit','open','closed','','terminatormini50pack','','','2025-06-18 17:55:26','2025-06-18 17:55:26','',3507,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/TerminatorMini50Pack.jpg',0,'attachment','image/jpeg',0),(3517,1,'2025-06-19 01:47:50','2025-06-19 01:47:50','','Order &ndash; June 19, 2025 @ 01:47 AM','','wc-completed','closed','closed','wc_order_pGSAa4KfMJXW2','order-jun-19-2025-0147-am','','','2025-06-23 18:37:36','2025-06-23 18:37:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3517',0,'shop_order','',3),(3518,1,'2025-06-19 04:01:34','2025-06-19 04:01:34','','Order &ndash; June 19, 2025 @ 04:01 AM','Please deliver to front desk and request signature. Suite 120','wc-completed','closed','closed','wc_order_4CZdIXeEHoDbt','order-jun-19-2025-0401-am','','','2025-06-23 18:35:33','2025-06-23 18:35:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3518',0,'shop_order','',3),(3519,1,'2025-06-20 18:55:50','2025-06-20 18:55:50','','Order &ndash; June 20, 2025 @ 06:55 PM','','wc-completed','closed','closed','wc_order_2QGGkexxoy5RK','order-jun-20-2025-0655-pm','','','2025-06-23 18:33:55','2025-06-23 18:33:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3519',0,'shop_order','',3),(3521,1,'2025-06-23 21:04:31','2025-06-23 21:04:31','','Order &ndash; June 23, 2025 @ 09:04 PM','','wc-completed','closed','closed','wc_order_sW28RxuayTfDL','order-jun-23-2025-0904-pm','','','2025-06-24 21:19:22','2025-06-24 21:19:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3521',0,'shop_order','',3),(3522,1,'2025-06-23 21:04:31','2025-06-23 21:04:31','','Order &ndash; Jun 23, 2025 @ 09:04 PM','','wc-completed','open','closed','wcms_order_shipment_0_sW28RxuayTfDL','order-jun-23-2025-0904-pm','','','2025-06-24 21:19:22','2025-06-24 21:19:22','',3521,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3522',0,'order_shipment','',3),(3523,1,'2025-06-23 21:04:31','2025-06-23 21:04:31','','Order &ndash; Jun 23, 2025 @ 09:04 PM','','wc-completed','open','closed','wcms_order_shipment_1_sW28RxuayTfDL','order-jun-23-2025-0904-pm-2','','','2025-06-24 21:19:22','2025-06-24 21:19:22','',3521,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3523',0,'order_shipment','',3),(3524,2,'2025-06-25 20:08:14','2025-06-25 20:08:14','','Dandruff Shampoo 16oz<br>(Case of 16)','The dandruff shampoo will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” shampoo.\r\n\r\nYou can use the lice shampoo daily, or whenever you normally wash your hair.\r\n\r\n<strong>Case of 16 Bottles</strong>','publish','closed','closed','','dandruff-shampoo-16ozcase-of-16','','','2025-07-21 19:00:27','2025-07-21 19:00:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3524',18,'product','',0),(3525,2,'2025-06-25 20:15:43','2025-06-25 20:15:43','','Dandruff Shampoo 8oz<br>(Case of 12)','The Dandruff shampoo will smell pleasant to you and your child, but not to lice. Since lice move to new hosts primarily through head-to-head contact, they are less likely to move to a head that smells like this “stinky” shampoo.\r\n\r\nYou can use the lice shampoo daily, or whenever you normally wash your hair.\r\n\r\n<strong>Case of 12 Bottles</strong>','publish','closed','closed','','dandruff-shampoo-8ozcase-of-12','','','2025-07-21 19:00:43','2025-07-21 19:00:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3525',18,'product','',0),(3526,2,'2025-06-25 21:22:37','2025-06-25 21:22:37','','2025DandruffShampoo8ozNS','','inherit','open','closed','','2025dandruffshampoo8ozns','','','2025-06-25 21:22:37','2025-06-25 21:22:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/2025DandruffShampoo8ozNS.webp',0,'attachment','image/webp',0),(3527,2,'2025-06-25 21:22:38','2025-06-25 21:22:38','','2025DandruffShampoo16ozNS','','inherit','open','closed','','2025dandruffshampoo16ozns','','','2025-06-25 21:22:38','2025-06-25 21:22:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/06/2025DandruffShampoo16ozNS.webp',0,'attachment','image/webp',0),(3528,2,'2025-06-25 21:29:30','2025-06-25 21:29:30','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:30','2025-06-25 21:29:30','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3528',0,'revision','',0),(3529,2,'2025-06-25 21:29:31','2025-06-25 21:29:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:31','2025-06-25 21:29:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3529',0,'revision','',0),(3530,2,'2025-06-25 21:29:31','2025-06-25 21:29:31','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-06-25 21:29:31','2025-06-25 21:29:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3530',0,'revision','',0),(3531,2,'2025-06-25 21:30:18','2025-06-25 21:30:18','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-25 21:30:18','2025-06-25 21:30:18','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3531',0,'revision','',0),(3532,2,'2025-06-25 21:30:18','2025-06-25 21:30:18','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-25 21:30:18','2025-06-25 21:30:18','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3532',0,'revision','',0),(3533,2,'2025-06-25 21:30:18','2025-06-25 21:30:18','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-06-25 21:30:18','2025-06-25 21:30:18','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3533',0,'revision','',0),(3534,1,'2025-06-26 16:57:49','2025-06-26 16:57:49','','Order &ndash; June 26, 2025 @ 04:57 PM','','wc-completed','closed','closed','wc_order_SyteGW2t2f7in','order-jun-26-2025-0457-pm','','','2025-07-04 03:14:47','2025-07-04 03:14:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3534',0,'shop_order','',3),(3535,1,'2025-06-26 16:57:49','2025-06-26 16:57:49','','Order &ndash; Jun 26, 2025 @ 04:57 PM','','wc-completed','open','closed','wcms_order_shipment_0_SyteGW2t2f7in','order-jun-26-2025-0457-pm','','','2025-07-04 03:14:48','2025-07-04 03:14:48','',3534,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3535',0,'order_shipment','',3),(3536,1,'2025-06-26 16:57:49','2025-06-26 16:57:49','','Order &ndash; Jun 26, 2025 @ 04:57 PM','','wc-completed','open','closed','wcms_order_shipment_1_SyteGW2t2f7in','order-jun-26-2025-0457-pm-2','','','2025-07-04 03:14:48','2025-07-04 03:14:48','',3534,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3536',0,'order_shipment','',3),(3538,1,'2025-06-27 22:21:49','2025-06-27 22:21:49','','Order &ndash; June 27, 2025 @ 10:21 PM','','wc-completed','closed','closed','wc_order_Osfz3b6gyVHnc','order-jun-27-2025-1021-pm','','','2025-06-30 20:52:51','2025-06-30 20:52:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3538',0,'shop_order','',3),(3539,1,'2025-06-27 22:28:29','2025-06-27 22:28:29','','Order &ndash; June 27, 2025 @ 10:28 PM','','wc-completed','closed','closed','wc_order_0o16v1uGji5gK','order-jun-27-2025-1028-pm','','','2025-06-30 20:51:16','2025-06-30 20:51:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3539',0,'shop_order','',3),(3541,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; June 28, 2025 @ 02:08 PM','','wc-completed','closed','closed','wc_order_K62qhuELeRfNk','order-jun-28-2025-0208-pm','','','2025-06-30 19:50:39','2025-06-30 19:50:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3541',0,'shop_order','',3),(3542,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_0_K62qhuELeRfNk','order-jun-28-2025-0208-pm','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3542',0,'order_shipment','',3),(3543,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_1_K62qhuELeRfNk','order-jun-28-2025-0208-pm-2','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3543',0,'order_shipment','',3),(3544,1,'2025-06-28 14:08:37','2025-06-28 14:08:37','','Order &ndash; Jun 28, 2025 @ 02:08 PM','','wc-completed','open','closed','wcms_order_shipment_2_K62qhuELeRfNk','order-jun-28-2025-0208-pm-3','','','2025-06-30 19:50:40','2025-06-30 19:50:40','',3541,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=3544',0,'order_shipment','',3),(3545,1,'2025-06-30 13:19:39','2025-06-30 13:19:39','','Order &ndash; June 30, 2025 @ 01:19 PM','','wc-completed','closed','closed','wc_order_mOf6fxzWn9MA6','order-jun-30-2025-0119-pm','','','2025-07-04 03:15:26','2025-07-04 03:15:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3545',0,'shop_order','',3),(3546,1,'2025-06-30 16:57:18','2025-06-30 16:57:18','','Order &ndash; June 30, 2025 @ 04:57 PM','','wc-completed','closed','closed','wc_order_oUK0yCDkC7tay','order-jun-30-2025-0457-pm','','','2025-07-04 03:15:46','2025-07-04 03:15:46','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3546',0,'shop_order','',3),(3547,1,'2025-06-30 17:45:18','2025-06-30 17:45:18','','Order &ndash; June 30, 2025 @ 05:45 PM','','wc-completed','closed','closed','wc_order_GaDu7gEjMeufv','order-jun-30-2025-0545-pm','','','2025-07-03 12:59:31','2025-07-03 12:59:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3547',0,'shop_order','',3),(3548,1,'2025-06-30 19:54:56','2025-06-30 19:54:56','','Order &ndash; June 30, 2025 @ 07:54 PM','','wc-completed','closed','closed','wc_order_NoMD7U72DEOJm','order-jun-30-2025-0754-pm','','','2025-07-03 12:58:18','2025-07-03 12:58:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3548',0,'shop_order','',3),(3549,1,'2025-07-02 02:44:40','2025-07-02 02:44:40','','Order &ndash; July 2, 2025 @ 02:44 AM','','wc-completed','closed','closed','wc_order_BXA65sDMTvV5o','order-jul-02-2025-0244-am','','','2025-07-03 13:01:00','2025-07-03 13:01:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3549',0,'shop_order','',3),(3550,1,'2025-07-02 18:40:32','2025-07-02 18:40:32','','Order &ndash; July 2, 2025 @ 06:40 PM','','wc-completed','closed','closed','wc_order_2ZJJL1uboavfD','order-jul-02-2025-0640-pm','','','2025-07-03 13:02:30','2025-07-03 13:02:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3550',0,'shop_order','',3),(3551,1,'2025-07-02 22:10:31','2025-07-02 22:10:31','','Order &ndash; July 2, 2025 @ 10:10 PM','','wc-completed','closed','closed','wc_order_HVzpielMgPYOC','order-jul-02-2025-1010-pm','','','2025-07-04 03:19:09','2025-07-04 03:19:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3551',0,'shop_order','',3),(3552,1,'2025-07-03 17:29:06','2025-07-03 17:29:06','','Order &ndash; July 3, 2025 @ 05:29 PM','','wc-completed','closed','closed','wc_order_KPVYfuVsBqh23','order-jul-03-2025-0529-pm','','','2025-07-04 03:16:34','2025-07-04 03:16:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3552',0,'shop_order','',3),(3553,1,'2025-07-04 15:35:02','2025-07-04 15:35:02','','Order &ndash; July 4, 2025 @ 03:35 PM','','wc-completed','closed','closed','wc_order_XLCOrP07Mcz5u','order-jul-04-2025-0335-pm','','','2025-07-08 21:29:17','2025-07-08 21:29:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3553',0,'shop_order','',3),(3556,1,'2025-07-07 21:03:04','2025-07-07 21:03:04','','Order &ndash; July 7, 2025 @ 09:03 PM','','wc-completed','closed','closed','wc_order_WoQ2rl1M30WYD','order-jul-07-2025-0903-pm','','','2025-07-08 21:28:21','2025-07-08 21:28:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3556',0,'shop_order','',3),(3557,1,'2025-07-07 21:42:10','2025-07-07 21:42:10','','Order &ndash; July 7, 2025 @ 09:42 PM','','wc-completed','closed','closed','wc_order_8GpZptS1fwOuM','order-jul-07-2025-0942-pm','','','2025-07-08 21:05:43','2025-07-08 21:05:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3557',0,'shop_order','',3),(3558,1,'2025-07-07 22:43:40','2025-07-07 22:43:40','','Order &ndash; July 7, 2025 @ 10:43 PM','','wc-completed','closed','closed','wc_order_jLPwcnSZTsMe9','order-jul-07-2025-1043-pm','','','2025-07-08 21:08:21','2025-07-08 21:08:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3558',0,'shop_order','',3),(3559,1,'2025-07-08 16:27:28','2025-07-08 16:27:28','','Order &ndash; July 8, 2025 @ 04:27 PM','','wc-completed','closed','closed','wc_order_ULQTgpJKqF9Fa','order-jul-08-2025-0427-pm','','','2025-07-09 23:56:31','2025-07-09 23:56:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3559',0,'shop_order','',3),(3560,1,'2025-07-09 17:26:59','2025-07-09 17:26:59','','Order &ndash; July 9, 2025 @ 05:26 PM','','wc-completed','closed','closed','wc_order_uIEitaPHZYFjd','order-jul-09-2025-0526-pm','','','2025-07-09 23:55:08','2025-07-09 23:55:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3560',0,'shop_order','',3),(3561,1,'2025-07-09 18:23:53','2025-07-09 18:23:53','','Order &ndash; July 9, 2025 @ 06:23 PM','','wc-completed','closed','closed','wc_order_lna2i8z3wARss','order-jul-09-2025-0623-pm','','','2025-07-09 23:54:24','2025-07-09 23:54:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3561',0,'shop_order','',3),(3563,107,'2025-07-09 20:58:07','2025-07-09 20:58:07','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:07','2025-07-09 20:58:07','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3563',0,'revision','',0),(3564,107,'2025-07-09 20:58:07','2025-07-09 20:58:07','<h2>NEW VOLUME DISCOUNTS - Buy 8+ cases of a product and get a 7% discount on that product!*\n </h2>				\n		<p>*Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:07','2025-07-09 20:58:07','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3564',0,'revision','',0),(3565,107,'2025-07-09 20:58:08','2025-07-09 20:58:08','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 20:58:08','2025-07-09 20:58:08','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3565',0,'revision','',0),(3567,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3567',0,'revision','',0),(3568,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNTS</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3568',0,'revision','',0),(3569,107,'2025-07-09 21:14:31','2025-07-09 21:14:31','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:14:31','2025-07-09 21:14:31','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3569',0,'revision','',0),(3570,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3570',0,'revision','',0),(3571,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3571',0,'revision','',0),(3572,107,'2025-07-09 21:15:52','2025-07-09 21:15:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:15:52','2025-07-09 21:15:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3572',0,'revision','',0),(3573,107,'2025-07-09 21:16:14','2025-07-09 21:16:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:14','2025-07-09 21:16:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3573',0,'revision','',0),(3574,107,'2025-07-09 21:16:14','2025-07-09 21:16:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:14','2025-07-09 21:16:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3574',0,'revision','',0),(3575,107,'2025-07-09 21:16:15','2025-07-09 21:16:15','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-09 21:16:15','2025-07-09 21:16:15','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3575',0,'revision','',0),(3577,107,'2025-07-09 21:24:06','2025-07-09 21:24:06','','LCA-Horizontal-Logo_RGB','','inherit','open','closed','','lca-horizontal-logo_rgb','','','2025-07-09 21:24:06','2025-07-09 21:24:06','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png',0,'attachment','image/png',0),(3578,107,'2025-07-09 21:25:37','2025-07-09 21:25:37','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-07-09 21:25:37','2025-07-09 21:25:37','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3578',0,'revision','',0),(3579,107,'2025-07-09 21:27:51','2025-07-09 21:27:51','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-07-09 21:27:51','2025-07-09 21:27:51','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3579',0,'revision','',0),(3581,107,'2025-07-09 21:29:27','2025-07-09 21:29:27','','Default Kit','','inherit','closed','closed','','11-revision-v1','','','2025-07-09 21:29:27','2025-07-09 21:29:27','',11,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3581',0,'revision','',0),(3582,107,'2025-07-09 21:35:47','2025-07-09 21:35:47','<h2>CUSTOMER SERVICE</h2>		\n		<p><strong>Ginesis Products</strong><br />2501 County Road 8<br />Waterloo, AL 35677<br />Ph# 800-492-4818<br />Email ginesis@ginesis.com</p>		\n			<h2>ADDITIONAL LINKS</h2>		\n		<p><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-07-09 21:35:47','2025-07-09 21:35:47','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3582',0,'revision','',0),(3583,107,'2025-07-09 21:35:47','2025-07-09 21:35:47','CUSTOMER SERVICE<br><br>\n<strong>Ginesis Products</strong><br>\n2501 County Road 8<br>\nWaterloo, AL 35677<br>\nPhone - 800-492-4818<br>\nEmail - Ginesis@Ginesis.com<p>ADDITIONAL LINKS<br /><br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-07-09 21:35:47','2025-07-09 21:35:47','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3583',0,'revision','',0),(3584,1,'2025-07-10 14:25:54','2025-07-10 14:25:54','','Order &ndash; July 10, 2025 @ 02:25 PM','','wc-completed','closed','closed','wc_order_nf8WhvK2RPcKH','order-jul-10-2025-0225-pm','','','2025-07-14 23:36:38','2025-07-14 23:36:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3584',0,'shop_order','',4),(3587,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.','1 Shop Header','','publish','closed','closed','','1-shop-header','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=1-shop-header',0,'elementor_library','',0),(3588,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','','1 Shop Header','','inherit','closed','closed','','3587-revision-v1','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',3587,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3588',0,'revision','',0),(3589,2,'2025-07-10 18:31:44','2025-07-10 18:31:44','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.','1 Shop Header','','inherit','closed','closed','','3587-revision-v1','','','2025-07-10 18:31:44','2025-07-10 18:31:44','',3587,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3589',0,'revision','',0),(3590,2,'2025-07-10 18:34:03','2025-07-10 18:34:03','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:34:03','2025-07-10 18:34:03','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3590',0,'revision','',0),(3591,2,'2025-07-10 18:34:03','2025-07-10 18:34:03','<h2>NEW VOLUME DISCOUNTS - 7% discount when you buy 8 cases of any product!</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:34:03','2025-07-10 18:34:03','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3591',0,'revision','',0),(3592,2,'2025-07-10 18:34:04','2025-07-10 18:34:04','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:34:04','2025-07-10 18:34:04','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3592',0,'revision','',0),(3593,2,'2025-07-10 18:39:49','2025-07-10 18:39:49','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:39:49','2025-07-10 18:39:49','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3593',0,'revision','',0),(3594,2,'2025-07-10 18:41:11','2025-07-10 18:41:11','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:41:11','2025-07-10 18:41:11','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3594',0,'revision','',0),(3595,2,'2025-07-10 18:42:45','2025-07-10 18:42:45','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:42:45','2025-07-10 18:42:45','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3595',0,'revision','',0),(3596,2,'2025-07-10 18:42:45','2025-07-10 18:42:45','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:42:45','2025-07-10 18:42:45','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3596',0,'revision','',0),(3597,2,'2025-07-10 18:42:45','2025-07-10 18:42:45','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now RM','','inherit','closed','closed','','531-revision-v1','','','2025-07-10 18:42:45','2025-07-10 18:42:45','',531,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3597',0,'revision','',0),(3598,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3598',0,'revision','',0),(3599,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>\r\n<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>\r\nDiscount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\r\n<h2>LICE TREATMENT PRODUCTS</h2>\r\n<h2>LICE PREVENTION PRODUCTS</h2>\r\n<h2>BULK CLINIC SUPPLIES</h2>\r\n<h2>BRUSHES AND ACCESSORIES</h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3599',0,'revision','',0),(3600,2,'2025-07-10 18:43:14','2025-07-10 18:43:14','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 18:43:14','2025-07-10 18:43:14','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3600',0,'revision','',0),(3601,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','publish','closed','closed','','rm-bulk-section','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?elementor_library=rm-bulk-section',0,'elementor_library','',0),(3602,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','inherit','closed','closed','','3601-revision-v1','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',3601,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3602',0,'revision','',0),(3603,2,'2025-07-10 19:02:49','2025-07-10 19:02:49','','RM Bulk Section','','inherit','closed','closed','','3601-revision-v1','','','2025-07-10 19:02:49','2025-07-10 19:02:49','',3601,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3603',0,'revision','',0),(3605,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3605',0,'revision','',0),(3606,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3606',0,'revision','',0),(3607,2,'2025-07-10 19:05:12','2025-07-10 19:05:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-07-10 19:05:12','2025-07-10 19:05:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3607',0,'revision','',0),(3608,1,'2025-07-10 20:46:03','2025-07-10 20:46:03','','Order &ndash; July 10, 2025 @ 08:46 PM','','wc-completed','closed','closed','wc_order_mRutItLTcv1qM','order-jul-10-2025-0846-pm','','','2025-07-12 03:08:43','2025-07-12 03:08:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3608',0,'shop_order','',3),(3609,1,'2025-07-11 14:43:45','2025-07-11 14:43:45','','Order &ndash; July 11, 2025 @ 02:43 PM','','wc-completed','closed','closed','wc_order_yYylepXm4ecfg','order-jul-11-2025-0243-pm','','','2025-07-12 03:09:47','2025-07-12 03:09:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3609',0,'shop_order','',3),(3610,1,'2025-07-11 23:09:59','2025-07-11 23:09:59','','Order &ndash; July 11, 2025 @ 11:09 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_qBnB1CrzBjEOh','order-jul-11-2025-1109-pm','','','2025-07-14 23:19:05','2025-07-14 23:19:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3610',0,'shop_order','',3),(3611,1,'2025-07-11 23:33:55','2025-07-11 23:33:55','','Order &ndash; July 11, 2025 @ 11:33 PM','','wc-completed','closed','closed','wc_order_oq7P2yMqXuq61','order-jul-11-2025-1133-pm','','','2025-07-14 23:21:08','2025-07-14 23:21:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3611',0,'shop_order','',3),(3613,108,'2025-07-14 00:48:02','2025-07-14 00:48:02','','Auto Draft','','wcm-active','closed','closed','um_687453ac2a836','auto-draft-4','','','2025-07-14 00:48:02','2025-07-14 00:48:02','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=3613',0,'wc_user_membership','',0),(3614,1,'2025-07-14 16:36:43','2025-07-14 16:36:43','','Order &ndash; July 14, 2025 @ 04:36 PM','Please bring to blue building.','wc-completed','closed','closed','wc_order_RbBiLEilgoAIt','order-jul-14-2025-0436-pm','','','2025-07-14 23:37:22','2025-07-14 23:37:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3614',0,'shop_order','',3),(3615,1,'2025-07-14 19:05:00','2025-07-14 19:05:00','','Order &ndash; July 14, 2025 @ 07:05 PM','','wc-completed','closed','closed','wc_order_vhTGIhethx5so','order-jul-14-2025-0705-pm','','','2025-07-15 18:55:27','2025-07-15 18:55:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3615',0,'shop_order','',3),(3616,1,'2025-07-14 20:16:18','2025-07-14 20:16:18','','Order &ndash; July 14, 2025 @ 08:16 PM','','wc-completed','closed','closed','wc_order_4I1MeoFXDRE82','order-jul-14-2025-0816-pm','','','2025-07-16 12:22:08','2025-07-16 12:22:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3616',0,'shop_order','',3),(3617,1,'2025-07-14 23:25:34','2025-07-14 23:25:34','','Order &ndash; July 14, 2025 @ 11:25 PM','','wc-completed','closed','closed','wc_order_DvGRsxNTNSUcx','order-jul-14-2025-1125-pm','','','2025-07-22 17:26:51','2025-07-22 17:26:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3617',0,'shop_order','',3),(3618,1,'2025-07-15 02:13:24','2025-07-15 02:13:24','','Order &ndash; July 15, 2025 @ 02:13 AM','','wc-completed','closed','closed','wc_order_35JZkai77NytF','order-jul-15-2025-0213-am','','','2025-07-16 12:21:01','2025-07-16 12:21:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3618',0,'shop_order','',3),(3620,1,'2025-07-15 22:20:08','2025-07-15 22:20:08','','Order &ndash; July 15, 2025 @ 10:20 PM','','wc-completed','closed','closed','wc_order_KX9EJV7SerCZO','order-jul-15-2025-1020-pm','','','2025-07-16 22:38:59','2025-07-16 22:38:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3620',0,'shop_order','',3),(3621,1,'2025-07-15 22:44:37','2025-07-15 22:44:37','','Order &ndash; July 15, 2025 @ 10:44 PM','','wc-completed','closed','closed','wc_order_6bQaamwv0ptX0','order-jul-15-2025-1044-pm','','','2025-07-22 17:28:56','2025-07-22 17:28:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3621',0,'shop_order','',3),(3622,1,'2025-07-15 23:02:44','2025-07-15 23:02:44','','Order &ndash; July 15, 2025 @ 11:02 PM','','wc-completed','closed','closed','wc_order_nEna7qdDlr6Bg','order-jul-15-2025-1102-pm','','','2025-07-16 22:38:15','2025-07-16 22:38:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3622',0,'shop_order','',3),(3623,1,'2025-07-17 22:31:06','2025-07-17 22:31:06','','Order &ndash; July 17, 2025 @ 10:31 PM','','wc-completed','closed','closed','wc_order_LkGwfVx06F172','order-jul-17-2025-1031-pm','','','2025-07-21 19:10:34','2025-07-21 19:10:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3623',0,'shop_order','',3),(3624,1,'2025-07-18 00:00:50','2025-07-18 00:00:50','','Order &ndash; July 18, 2025 @ 12:00 AM','if door is lock use the door code 4455 to leave products inside ,','wc-completed','closed','closed','wc_order_UCs4WrA3Fdtt7','order-jul-18-2025-1200-am','','','2025-07-21 19:09:20','2025-07-21 19:09:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3624',0,'shop_order','',3),(3625,1,'2025-07-18 13:23:48','2025-07-18 13:23:48','','Order &ndash; July 18, 2025 @ 01:23 PM','','wc-completed','closed','closed','wc_order_jdNR6jYz1U2e0','order-jul-18-2025-0123-pm','','','2025-07-21 19:13:34','2025-07-21 19:13:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3625',0,'shop_order','',3),(3626,1,'2025-07-18 16:52:06','2025-07-18 16:52:06','','Order &ndash; July 18, 2025 @ 04:52 PM','','wc-completed','closed','closed','wc_order_SWyO8oNILymLc','order-jul-18-2025-0452-pm','','','2025-07-21 19:12:54','2025-07-21 19:12:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3626',0,'shop_order','',3),(3627,1,'2025-07-18 16:56:11','2025-07-18 16:56:11','','Order &ndash; July 18, 2025 @ 04:56 PM','Please deliver directly to Suite','wc-completed','closed','closed','wc_order_C73uxz5tkH9k5','order-jul-18-2025-0456-pm','','','2025-07-21 19:14:26','2025-07-21 19:14:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3627',0,'shop_order','',3),(3628,1,'2025-07-21 20:13:57','2025-07-21 20:13:57','','Order &ndash; July 21, 2025 @ 08:13 PM','','wc-refunded','open','closed','wc_order_QK8tziJYuV4lP','order-jul-21-2025-0813-pm','','','2025-07-22 14:49:45','2025-07-22 14:49:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3628',0,'shop_order','',4),(3629,1,'2025-07-21 22:13:47','2025-07-21 22:13:47','','Order &ndash; July 21, 2025 @ 10:13 PM','','wc-completed','closed','closed','wc_order_Vc8aCt7zfZGRR','order-jul-21-2025-1013-pm','','','2025-07-23 16:16:34','2025-07-23 16:16:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3629',0,'shop_order','',3),(3630,1,'2025-07-22 01:51:03','2025-07-22 01:51:03','','Order &ndash; July 22, 2025 @ 01:51 AM','','wc-completed','closed','closed','wc_order_CeCsXyVH7n55j','order-jul-22-2025-0151-am','','','2025-07-23 16:15:47','2025-07-23 16:15:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3630',0,'shop_order','',3),(3631,1,'2025-07-22 14:49:43','2025-07-22 14:49:43','','Refund &ndash; Jul 22, 2025 @ 02:49 PM','','wc-completed','closed','closed','wc_order_ofJPshgT9wmyL','refund-jul-22-2025-0249-pm','','','2025-07-22 14:49:43','2025-07-22 14:49:43','',3628,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=3631',0,'shop_order_refund','',0),(3632,1,'2025-07-22 14:58:24','2025-07-22 14:58:24','','Order &ndash; July 22, 2025 @ 02:58 PM','','wc-completed','closed','closed','wc_order_hs3IAymo0J4Bn','order-jul-22-2025-0258-pm','','','2025-07-23 16:20:04','2025-07-23 16:20:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3632',0,'shop_order','',3),(3634,1,'2025-07-23 16:16:52','2025-07-23 16:16:52','','Order &ndash; July 23, 2025 @ 04:16 PM','','wc-completed','closed','closed','wc_order_IoXxAmJcCauWl','order-jul-23-2025-0416-pm','','','2025-07-23 22:07:25','2025-07-23 22:07:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3634',0,'shop_order','',3),(3635,1,'2025-07-23 16:24:05','2025-07-23 16:24:05','','Order &ndash; July 23, 2025 @ 04:24 PM','please do not include invoice or any paperwork in any of my orders','wc-completed','closed','closed','wc_order_XZ0rLfjcygAXb','order-jul-23-2025-0424-pm','','','2025-07-23 22:05:43','2025-07-23 22:05:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3635',0,'shop_order','',3),(3636,1,'2025-07-23 16:32:12','2025-07-23 16:32:12','','Order &ndash; July 23, 2025 @ 04:32 PM','','wc-completed','closed','closed','wc_order_7b6Cnhtkv2YPt','order-jul-23-2025-0432-pm','','','2025-07-23 22:06:32','2025-07-23 22:06:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3636',0,'shop_order','',3),(3637,1,'2025-07-23 18:33:41','2025-07-23 18:33:41','','Order &ndash; July 23, 2025 @ 06:33 PM','','wc-completed','closed','closed','wc_order_pF8oLLjRn5iEE','order-jul-23-2025-0633-pm','','','2025-07-23 22:08:21','2025-07-23 22:08:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3637',0,'shop_order','',3),(3638,1,'2025-07-23 21:28:51','2025-07-23 21:28:51','','Order &ndash; July 23, 2025 @ 09:28 PM','if door is lock use code 4455 to leave order inside suite','wc-completed','closed','closed','wc_order_MVcIyfl686GxP','order-jul-23-2025-0928-pm','','','2025-07-25 18:07:49','2025-07-25 18:07:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3638',0,'shop_order','',3),(3639,1,'2025-07-24 18:34:03','2025-07-24 18:34:03','','Order &ndash; July 24, 2025 @ 06:34 PM','','wc-completed','closed','closed','wc_order_wKDxh4QCNrdVy','order-jul-24-2025-0634-pm','','','2025-07-25 18:08:32','2025-07-25 18:08:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3639',0,'shop_order','',5),(3640,1,'2025-07-26 20:03:50','2025-07-26 20:03:50','','Order &ndash; July 26, 2025 @ 08:03 PM','','wc-completed','closed','closed','wc_order_y2D0m9wX1zOm3','order-jul-26-2025-0803-pm','','','2025-07-29 14:10:59','2025-07-29 14:10:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3640',0,'shop_order','',3),(3641,1,'2025-07-27 21:01:59','2025-07-27 21:01:59','','Order &ndash; July 27, 2025 @ 09:01 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_OaNysYS78J2KO','order-jul-27-2025-0901-pm','','','2025-07-29 14:10:17','2025-07-29 14:10:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3641',0,'shop_order','',3),(3642,1,'2025-07-28 13:22:41','2025-07-28 13:22:41','','Order &ndash; July 28, 2025 @ 01:22 PM','','wc-completed','closed','closed','wc_order_efYjrbixBmdHu','order-jul-28-2025-0122-pm','','','2025-07-29 14:12:43','2025-07-29 14:12:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3642',0,'shop_order','',3),(3643,1,'2025-07-29 01:37:14','2025-07-29 01:37:14','','Order &ndash; July 29, 2025 @ 01:37 AM','','wc-completed','closed','closed','wc_order_LHZJ4klz80BYB','order-jul-29-2025-0137-am','','','2025-08-01 20:06:39','2025-08-01 20:06:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3643',0,'shop_order','',3),(3644,1,'2025-07-30 16:49:57','2025-07-30 16:49:57','','Order &ndash; July 30, 2025 @ 04:49 PM','','wc-completed','closed','closed','wc_order_keCHAyPndjk17','order-jul-30-2025-0449-pm','','','2025-08-01 20:07:25','2025-08-01 20:07:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3644',0,'shop_order','',3),(3645,1,'2025-07-30 18:41:41','2025-07-30 18:41:41','','Order &ndash; July 30, 2025 @ 06:41 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_dDMOGKSgXZfoq','order-jul-30-2025-0641-pm','','','2025-08-01 20:08:36','2025-08-01 20:08:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3645',0,'shop_order','',3),(3646,1,'2025-07-30 19:46:52','2025-07-30 19:46:52','','Order &ndash; July 30, 2025 @ 07:46 PM','','wc-completed','closed','closed','wc_order_iHTX0GG8vW0Yj','order-jul-30-2025-0746-pm','','','2025-08-01 05:52:43','2025-08-01 05:52:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3646',0,'shop_order','',3),(3647,1,'2025-07-31 20:42:04','2025-07-31 20:42:04','','Order &ndash; July 31, 2025 @ 08:42 PM','','wc-completed','closed','closed','wc_order_NnN1EjRBi7G6l','order-jul-31-2025-0842-pm','','','2025-08-05 01:06:32','2025-08-05 01:06:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3647',0,'shop_order','',3),(3649,1,'2025-08-02 14:54:00','2025-08-02 14:54:00','','Order &ndash; August 2, 2025 @ 02:54 PM','','wc-completed','closed','closed','wc_order_gLJmNiRZePoEG','order-aug-02-2025-0254-pm','','','2025-08-05 01:07:12','2025-08-05 01:07:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3649',0,'shop_order','',3),(3650,1,'2025-08-04 17:38:38','2025-08-04 17:38:38','','Order &ndash; August 4, 2025 @ 05:38 PM','','wc-completed','closed','closed','wc_order_n4KL54OzFbNBh','order-aug-04-2025-0538-pm','','','2025-08-06 19:06:34','2025-08-06 19:06:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3650',0,'shop_order','',3),(3651,1,'2025-08-05 23:21:11','2025-08-05 23:21:11','','Order &ndash; August 5, 2025 @ 11:21 PM','','wc-completed','closed','closed','wc_order_wU73yLCz2sVuX','order-aug-05-2025-1121-pm','','','2025-08-06 19:09:49','2025-08-06 19:09:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3651',0,'shop_order','',3),(3652,1,'2025-08-06 16:09:06','2025-08-06 16:09:06','','Order &ndash; August 6, 2025 @ 04:09 PM','','wc-completed','closed','closed','wc_order_BkG0HPFQzTmsz','order-aug-06-2025-0409-pm','','','2025-08-08 21:31:43','2025-08-08 21:31:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3652',0,'shop_order','',3),(3653,1,'2025-08-06 19:30:49','2025-08-06 19:30:49','','Order &ndash; August 6, 2025 @ 07:30 PM','','wc-completed','closed','closed','wc_order_VV1dPPJk4MyOc','order-aug-06-2025-0730-pm','','','2025-08-12 15:28:24','2025-08-12 15:28:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3653',0,'shop_order','',3),(3654,1,'2025-08-06 20:32:59','2025-08-06 20:32:59','','Order &ndash; August 6, 2025 @ 08:32 PM','','wc-completed','closed','closed','wc_order_nh2cC615Sy7wW','order-aug-06-2025-0832-pm','','','2025-08-08 19:01:12','2025-08-08 19:01:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3654',0,'shop_order','',3),(3655,1,'2025-08-06 21:45:47','2025-08-06 21:45:47','','Order &ndash; August 6, 2025 @ 09:45 PM','','wc-completed','closed','closed','wc_order_JsSojW975Hxx8','order-aug-06-2025-0945-pm','','','2025-08-08 18:57:56','2025-08-08 18:57:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3655',0,'shop_order','',3),(3656,1,'2025-08-07 02:02:38','2025-08-07 02:02:38','','Order &ndash; August 7, 2025 @ 02:02 AM','','wc-completed','closed','closed','wc_order_pSnnOOO6VpiH8','order-aug-07-2025-0202-am','','','2025-08-08 19:04:20','2025-08-08 19:04:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3656',0,'shop_order','',3),(3657,1,'2025-08-07 15:01:06','2025-08-07 15:01:06','','Order &ndash; August 7, 2025 @ 03:01 PM','','wc-pending','open','closed','wc_order_kYUpbX6621brj','order-aug-07-2025-0301-pm','','','2025-08-07 15:01:06','2025-08-07 15:01:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3657',0,'shop_order','',0),(3659,1,'2025-08-07 16:41:21','2025-08-07 16:41:21','','Order &ndash; August 7, 2025 @ 04:41 PM','','wc-pending','open','closed','wc_order_97tBlC42jKhqt','order-aug-07-2025-0441-pm','','','2025-08-07 16:41:21','2025-08-07 16:41:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3659',0,'shop_order','',0),(3660,1,'2025-08-07 19:56:48','2025-08-07 19:56:48','','Order &ndash; August 7, 2025 @ 07:56 PM','','wc-completed','closed','closed','wc_order_h6X9EttdPulvI','order-aug-07-2025-0756-pm','','','2025-08-08 18:57:09','2025-08-08 18:57:09','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3660',0,'shop_order','',3),(3661,1,'2025-08-07 20:55:18','2025-08-07 20:55:18','','Order &ndash; August 7, 2025 @ 08:55 PM','','wc-completed','closed','closed','wc_order_SfWTh0RE0oFHK','order-aug-07-2025-0855-pm','','','2025-08-08 18:56:07','2025-08-08 18:56:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3661',0,'shop_order','',3),(3662,1,'2025-08-07 21:20:18','2025-08-07 21:20:18','','Order &ndash; August 7, 2025 @ 09:20 PM','','wc-completed','closed','closed','wc_order_cnjJ2N3sna4h2','order-aug-07-2025-0920-pm','','','2025-08-26 15:38:03','2025-08-26 15:38:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3662',0,'shop_order','',3),(3663,1,'2025-08-07 21:41:16','2025-08-07 21:41:16','','Order &ndash; August 7, 2025 @ 09:41 PM','','wc-completed','closed','closed','wc_order_5P2Rd19ktX35p','order-aug-07-2025-0941-pm','','','2025-08-08 21:28:43','2025-08-08 21:28:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3663',0,'shop_order','',3),(3665,1,'2025-08-08 17:10:13','2025-08-08 17:10:13','','Order &ndash; August 8, 2025 @ 05:10 PM','','wc-completed','closed','closed','wc_order_9MQ1mgRrcBsar','order-aug-08-2025-0510-pm','','','2025-08-08 21:32:48','2025-08-08 21:32:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3665',0,'shop_order','',3),(3666,1,'2025-08-10 21:33:40','2025-08-10 21:33:40','','Order &ndash; August 10, 2025 @ 09:33 PM','','wc-completed','closed','closed','wc_order_A11cxXoJIk2sy','order-aug-10-2025-0933-pm','','','2025-08-12 15:19:43','2025-08-12 15:19:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3666',0,'shop_order','',3),(3667,1,'2025-08-11 14:39:56','2025-08-11 14:39:56','','Order &ndash; August 11, 2025 @ 02:39 PM','','wc-completed','closed','closed','wc_order_QUadJ5eKuxUQZ','order-aug-11-2025-0239-pm','','','2025-08-20 22:34:31','2025-08-20 22:34:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3667',0,'shop_order','',3),(3668,1,'2025-08-11 15:24:23','2025-08-11 15:24:23','','Order &ndash; August 11, 2025 @ 03:24 PM','','wc-completed','closed','closed','wc_order_iIJKhqt8OagXB','order-aug-11-2025-0324-pm','','','2025-08-12 15:28:39','2025-08-12 15:28:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3668',0,'shop_order','',3),(3670,1,'2025-08-11 16:19:47','2025-08-11 16:19:47','','Order &ndash; August 11, 2025 @ 04:19 PM','','wc-completed','closed','closed','wc_order_oAcPisECcIwmB','order-aug-11-2025-0419-pm','','','2025-08-12 15:27:02','2025-08-12 15:27:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3670',0,'shop_order','',3),(3671,1,'2025-08-11 16:49:54','2025-08-11 16:49:54','','Order &ndash; August 11, 2025 @ 04:49 PM','','wc-completed','closed','closed','wc_order_rehKf1EUC2y7C','order-aug-11-2025-0449-pm','','','2025-08-12 15:27:52','2025-08-12 15:27:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3671',0,'shop_order','',3),(3673,2,'2025-08-11 18:49:12','2025-08-11 18:49:12','','Gallon Active Rinse 100 new600x600','','inherit','open','closed','','gallon-active-rinse-100-new600x600','','','2025-08-11 18:49:12','2025-08-11 18:49:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/08/Gallon-Active-Rinse-100-new600x600.webp',0,'attachment','image/webp',0),(3675,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3675',0,'revision','',0),(3676,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3676',0,'revision','',0),(3677,2,'2025-08-11 19:04:12','2025-08-11 19:04:12','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-11 19:04:12','2025-08-11 19:04:12','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3677',0,'revision','',0),(3678,1,'2025-08-12 19:13:42','2025-08-12 19:13:42','','Order &ndash; August 12, 2025 @ 07:13 PM','','wc-completed','closed','closed','wc_order_tdrVoamGegFG0','order-aug-12-2025-0713-pm','','','2025-08-14 21:49:08','2025-08-14 21:49:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3678',0,'shop_order','',3),(3679,1,'2025-08-12 20:41:20','2025-08-12 20:41:20','','Order &ndash; August 12, 2025 @ 08:41 PM','','wc-completed','closed','closed','wc_order_yu7nhw1iatILt','order-aug-12-2025-0841-pm','','','2025-08-19 14:45:25','2025-08-19 14:45:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3679',0,'shop_order','',3),(3680,1,'2025-08-13 00:38:09','2025-08-13 00:38:09','','Order &ndash; August 13, 2025 @ 12:38 AM','','wc-completed','closed','closed','wc_order_MSGnU7Oh1OuEP','order-aug-13-2025-1238-am','','','2025-08-14 21:50:31','2025-08-14 21:50:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3680',0,'shop_order','',3),(3682,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3682',0,'revision','',0),(3683,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3683',0,'revision','',0),(3684,2,'2025-08-13 17:55:32','2025-08-13 17:55:32','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-13 17:55:32','2025-08-13 17:55:32','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3684',0,'revision','',0),(3685,1,'2025-08-13 20:25:25','2025-08-13 20:25:25','','Order &ndash; August 13, 2025 @ 08:25 PM','','wc-cancelled','open','closed','wc_order_Ie1jFohZRYssQ','order-aug-13-2025-0825-pm','','','2025-08-13 21:16:53','2025-08-13 21:16:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3685',0,'shop_order','',1),(3686,1,'2025-08-13 20:27:32','2025-08-13 20:27:32','','Order &ndash; August 13, 2025 @ 08:27 PM','my last order products were defective they were like the air was sucked in in some of them','wc-cancelled','open','closed','wc_order_lSmMovo4VciD9','order-aug-13-2025-0827-pm','','','2025-08-13 21:16:40','2025-08-13 21:16:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3686',0,'shop_order','',1),(3687,1,'2025-08-13 20:29:49','2025-08-13 20:29:49','','Order &ndash; August 13, 2025 @ 08:29 PM','','wc-cancelled','open','closed','wc_order_8pHHQQygxiySX','order-aug-13-2025-0829-pm','','','2025-08-13 21:11:34','2025-08-13 21:11:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3687',0,'shop_order','',1),(3688,1,'2025-08-13 20:34:22','2025-08-13 20:34:22','','Order &ndash; August 13, 2025 @ 08:34 PM','','wc-cancelled','open','closed','wc_order_G71alcjZxL70S','order-aug-13-2025-0834-pm','','','2025-08-13 21:11:23','2025-08-13 21:11:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3688',0,'shop_order','',1),(3689,1,'2025-08-13 20:49:02','2025-08-13 20:49:02','','Order &ndash; August 13, 2025 @ 08:49 PM','','wc-cancelled','open','closed','wc_order_bMVyU0bhZTfHr','order-aug-13-2025-0849-pm','','','2025-08-13 21:10:50','2025-08-13 21:10:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3689',0,'shop_order','',1),(3690,1,'2025-08-13 20:50:02','2025-08-13 20:50:02','','Order &ndash; August 13, 2025 @ 08:50 PM','','wc-completed','closed','closed','wc_order_YVC0Fiud65rkp','order-aug-13-2025-0850-pm','','','2025-08-19 03:59:12','2025-08-19 03:59:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3690',0,'shop_order','',4),(3691,1,'2025-08-13 21:50:27','2025-08-13 21:50:27','','Refund &ndash; Aug 13, 2025 @ 09:50 PM','','wc-completed','closed','closed','wc_order_vnT6Ev9MH6OB4','refund-aug-13-2025-0950-pm','','','2025-08-13 21:50:27','2025-08-13 21:50:27','',3690,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=3691',0,'shop_order_refund','',0),(3692,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3692',0,'revision','',0),(3693,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3693',0,'revision','',0),(3694,2,'2025-08-14 19:06:52','2025-08-14 19:06:52','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:06:52','2025-08-14 19:06:52','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3694',0,'revision','',0),(3696,2,'2025-08-14 19:15:29','2025-08-14 19:15:29','','Bulk Active Rinse 100% 1 Gallon','1 Gallon Bulk Active Rinse: 100% dimethicone oil treatment','publish','closed','closed','','bulk-active-rinse-100-1-gallon','','','2025-08-14 19:17:22','2025-08-14 19:17:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=product&#038;p=3696',26,'product','',0),(3697,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3697',0,'revision','',0),(3698,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3698',0,'revision','',0),(3699,2,'2025-08-14 19:18:16','2025-08-14 19:18:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 19:18:16','2025-08-14 19:18:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3699',0,'revision','',0),(3700,2,'2025-08-14 19:21:18','2025-08-14 19:21:18','','active 100','','inherit','open','closed','','active-100','','','2025-08-14 19:21:18','2025-08-14 19:21:18','',490,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/active-100.webp',0,'attachment','image/webp',0),(3701,2,'2025-08-14 19:21:34','2025-08-14 19:21:34','','active 50','','inherit','open','closed','','active-50','','','2025-08-14 19:21:34','2025-08-14 19:21:34','',489,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/active-50.webp',0,'attachment','image/webp',0),(3702,2,'2025-08-14 19:21:50','2025-08-14 19:21:50','','detangler','','inherit','open','closed','','detangler','','','2025-08-14 19:21:50','2025-08-14 19:21:50','',488,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/detangler.webp',0,'attachment','image/webp',0),(3703,2,'2025-08-14 19:22:04','2025-08-14 19:22:04','','Mousse','','inherit','open','closed','','mousse','','','2025-08-14 19:22:04','2025-08-14 19:22:04','',487,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/07/Mousse.webp',0,'attachment','image/webp',0),(3704,1,'2025-08-14 19:55:17','2025-08-14 19:55:17','','Order &ndash; August 14, 2025 @ 07:55 PM','Please leave outside suite door if we are not there. Do not leave outside the building. -LCA Management','wc-completed','closed','closed','wc_order_vjb4tIOeSbh3I','order-aug-14-2025-0755-pm','','','2025-08-20 22:18:36','2025-08-20 22:18:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3704',0,'shop_order','',3),(3705,1,'2025-08-14 20:01:37','2025-08-14 20:01:37','','Order &ndash; August 14, 2025 @ 08:01 PM','Deliver to the blue building please, not the green one -LCA Management','wc-completed','closed','closed','wc_order_wwJNYzvL0izV5','order-aug-14-2025-0801-pm','','','2025-08-18 17:56:12','2025-08-18 17:56:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3705',0,'shop_order','',3),(3706,1,'2025-08-14 20:09:57','2025-08-14 20:09:57','','Order &ndash; August 14, 2025 @ 08:09 PM','Please leave on doorstep if not home','wc-completed','closed','closed','wc_order_XFdLBrlcz8ZEn','order-aug-14-2025-0809-pm','','','2025-08-20 22:19:04','2025-08-20 22:19:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3706',0,'shop_order','',3),(3707,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3707',0,'revision','',0),(3708,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3708',0,'revision','',0),(3709,2,'2025-08-14 21:40:22','2025-08-14 21:40:22','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-08-14 21:40:22','2025-08-14 21:40:22','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=3709',0,'revision','',0),(3710,1,'2025-08-15 12:20:37','2025-08-15 12:20:37','','Order &ndash; August 15, 2025 @ 12:20 PM','','wc-completed','closed','closed','wc_order_UuJPHMz3d49km','order-aug-15-2025-1220-pm','','','2025-08-20 22:19:32','2025-08-20 22:19:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3710',0,'shop_order','',3),(3711,1,'2025-08-15 13:28:19','2025-08-15 13:28:19','','Order &ndash; August 15, 2025 @ 01:28 PM','','wc-completed','closed','closed','wc_order_JSh9EVMmz3dTg','order-aug-15-2025-0128-pm','','','2025-08-20 22:19:54','2025-08-20 22:19:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3711',0,'shop_order','',3),(3712,1,'2025-08-15 15:42:10','2025-08-15 15:42:10','','Order &ndash; August 15, 2025 @ 03:42 PM','Leave on front porch if not available.','wc-completed','closed','closed','wc_order_2tV9Oufu1ZE7A','order-aug-15-2025-0342-pm','','','2025-08-20 22:20:21','2025-08-20 22:20:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3712',0,'shop_order','',3),(3714,1,'2025-08-16 14:46:41','2025-08-16 14:46:41','','Order &ndash; August 16, 2025 @ 02:46 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_LGu8VN5X5k0ct','order-aug-16-2025-0246-pm','','','2025-08-18 17:56:56','2025-08-18 17:56:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3714',0,'shop_order','',3),(3715,1,'2025-08-16 23:00:27','2025-08-16 23:00:27','','Order &ndash; August 16, 2025 @ 11:00 PM','','wc-completed','closed','closed','wc_order_y3DnyHpZl74UH','order-aug-16-2025-1100-pm','','','2025-08-18 17:57:47','2025-08-18 17:57:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3715',0,'shop_order','',3),(3716,1,'2025-08-18 13:20:58','2025-08-18 13:20:58','','Order &ndash; August 18, 2025 @ 01:20 PM','','wc-completed','closed','closed','wc_order_n142JiY8SuM3r','order-aug-18-2025-0120-pm','','','2025-08-19 04:00:36','2025-08-19 04:00:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3716',0,'shop_order','',3),(3717,1,'2025-08-18 13:37:08','2025-08-18 13:37:08','','Order &ndash; August 18, 2025 @ 01:37 PM','','wc-completed','closed','closed','wc_order_WR2ka0eUxPNEx','order-aug-18-2025-0137-pm','','','2025-08-19 04:01:34','2025-08-19 04:01:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3717',0,'shop_order','',3),(3718,1,'2025-08-18 17:51:25','2025-08-18 17:51:25','','Order &ndash; August 18, 2025 @ 05:51 PM','','wc-cancelled','open','closed','wc_order_XkrFs4m0aZjUJ','order-aug-18-2025-0551-pm','','','2025-08-21 04:17:43','2025-08-21 04:17:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3718',0,'shop_order','',2),(3720,1,'2025-08-19 16:01:35','2025-08-19 16:01:35','','Order &ndash; August 19, 2025 @ 04:01 PM','','wc-completed','closed','closed','wc_order_Il2O0KDgavM39','order-aug-19-2025-0401-pm','','','2025-08-22 21:30:22','2025-08-22 21:30:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3720',0,'shop_order','',3),(3721,1,'2025-08-19 18:28:18','2025-08-19 18:28:18','','Order &ndash; August 19, 2025 @ 06:28 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_ZTNhVVSAwdYYZ','order-aug-19-2025-0628-pm','','','2025-08-20 22:22:52','2025-08-20 22:22:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3721',0,'shop_order','',3),(3722,1,'2025-08-20 15:50:10','2025-08-20 15:50:10','','Order &ndash; August 20, 2025 @ 03:50 PM','','wc-completed','closed','closed','wc_order_xjSFi600sQSmp','order-aug-20-2025-0350-pm','','','2025-08-20 22:24:36','2025-08-20 22:24:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3722',0,'shop_order','',3),(3723,1,'2025-08-21 16:36:53','2025-08-21 16:36:53','','Order &ndash; August 21, 2025 @ 04:36 PM','','wc-completed','closed','closed','wc_order_DwE71b9JS0ZWL','order-aug-21-2025-0436-pm','','','2025-08-22 21:32:56','2025-08-22 21:32:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3723',0,'shop_order','',3),(3724,1,'2025-08-21 20:59:41','2025-08-21 20:59:41','','Order &ndash; August 21, 2025 @ 08:59 PM','','wc-completed','closed','closed','wc_order_iSNlFHPOJOXwS','order-aug-21-2025-0859-pm','','','2025-08-22 21:35:11','2025-08-22 21:35:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3724',0,'shop_order','',3),(3725,1,'2025-08-22 13:46:59','2025-08-22 13:46:59','','Order &ndash; August 22, 2025 @ 01:46 PM','','wc-completed','closed','closed','wc_order_7sX7c0ThGnTXc','order-aug-22-2025-0146-pm','','','2025-08-22 21:35:47','2025-08-22 21:35:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3725',0,'shop_order','',3),(3726,1,'2025-08-22 16:17:40','2025-08-22 16:17:40','','Order &ndash; August 22, 2025 @ 04:17 PM','','wc-pending','open','closed','wc_order_mldtZ2CrRsavn','order-aug-22-2025-0417-pm','','','2025-08-22 16:17:40','2025-08-22 16:17:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3726',0,'shop_order','',0),(3727,1,'2025-08-25 20:18:35','2025-08-25 20:18:35','','Order &ndash; August 25, 2025 @ 08:18 PM','','wc-completed','closed','closed','wc_order_MF7c5nJWQvent','order-aug-25-2025-0818-pm','','','2025-08-28 20:22:50','2025-08-28 20:22:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3727',0,'shop_order','',3),(3728,1,'2025-08-26 03:32:25','2025-08-26 03:32:25','','Order &ndash; August 26, 2025 @ 03:32 AM','','wc-completed','closed','closed','wc_order_POZKzPbWveKQI','order-aug-26-2025-0332-am','','','2025-08-28 20:21:20','2025-08-28 20:21:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3728',0,'shop_order','',3),(3729,1,'2025-08-27 01:16:29','2025-08-27 01:16:29','','Order &ndash; August 27, 2025 @ 01:16 AM','','wc-completed','closed','closed','wc_order_GYIvFwNxuDL2e','order-aug-27-2025-0116-am','','','2025-08-28 20:19:48','2025-08-28 20:19:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3729',0,'shop_order','',3),(3730,1,'2025-08-27 16:56:03','2025-08-27 16:56:03','','Order &ndash; August 27, 2025 @ 04:56 PM','','wc-completed','closed','closed','wc_order_Ye8OCI6KSWvBB','order-aug-27-2025-0456-pm','','','2025-09-02 22:30:26','2025-09-02 22:30:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3730',0,'shop_order','',3),(3731,1,'2025-08-27 18:22:17','2025-08-27 18:22:17','','Order &ndash; August 27, 2025 @ 06:22 PM','','wc-completed','closed','closed','wc_order_U9eX8oNSrykRd','order-aug-27-2025-0622-pm','','','2025-09-02 22:31:14','2025-09-02 22:31:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3731',0,'shop_order','',3),(3732,1,'2025-08-27 20:15:01','2025-08-27 20:15:01','','Order &ndash; August 27, 2025 @ 08:15 PM','','wc-completed','closed','closed','wc_order_eGTjm1aDg4u0X','order-aug-27-2025-0815-pm','','','2025-09-05 18:36:18','2025-09-05 18:36:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3732',0,'shop_order','',6),(3734,1,'2025-08-28 18:47:04','2025-08-28 18:47:04','','Order &ndash; August 28, 2025 @ 06:47 PM','','wc-completed','closed','closed','wc_order_kYOx0l1WxMf5l','order-aug-28-2025-0647-pm','','','2025-09-02 22:34:22','2025-09-02 22:34:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3734',0,'shop_order','',3),(3735,109,'2025-08-29 16:58:31','2025-08-29 16:58:31','','','','wcm-active','closed','closed','um_68b1dc374e7bf','3735','','','2025-08-29 16:58:56','2025-08-29 16:58:56','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=3735',0,'wc_user_membership','',0),(3736,2,'2025-08-29 17:00:30','2025-08-29 17:00:30','','sonia_free','Free Shipping for Sonia','draft','closed','closed','','sonia_free','','','2025-11-17 17:26:52','2025-11-17 17:26:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=3736',0,'shop_coupon','',0),(3737,1,'2025-08-30 05:45:46','2025-08-30 05:45:46','','Order &ndash; August 30, 2025 @ 05:45 AM','','wc-completed','closed','closed','wc_order_B0vF7G3efaeTg','order-aug-30-2025-0545-am','','','2025-09-02 22:38:00','2025-09-02 22:38:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3737',0,'shop_order','',3),(3738,1,'2025-08-30 21:44:45','2025-08-30 21:44:45','','Order &ndash; August 30, 2025 @ 09:44 PM','','wc-completed','closed','closed','wc_order_FiYWRh74K5gEK','order-aug-30-2025-0944-pm','','','2025-09-02 22:38:51','2025-09-02 22:38:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3738',0,'shop_order','',3),(3739,1,'2025-09-01 14:14:45','2025-09-01 14:14:45','','Order &ndash; September 1, 2025 @ 02:14 PM','','wc-completed','closed','closed','wc_order_CD0dsgkxTcIXE','order-sep-01-2025-0214-pm','','','2025-09-03 16:43:50','2025-09-03 16:43:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3739',0,'shop_order','',3),(3740,1,'2025-09-01 18:06:25','2025-09-01 18:06:25','','Order &ndash; September 1, 2025 @ 06:06 PM','','wc-completed','closed','closed','wc_order_1IPwpTAkzaemt','order-sep-01-2025-0606-pm','','','2025-09-04 22:51:52','2025-09-04 22:51:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3740',0,'shop_order','',3),(3741,1,'2025-09-01 20:51:05','2025-09-01 20:51:05','','Order &ndash; September 1, 2025 @ 08:51 PM','','wc-completed','closed','closed','wc_order_Rt3hhN0JPeMG1','order-sep-01-2025-0851-pm','','','2025-09-02 22:41:04','2025-09-02 22:41:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3741',0,'shop_order','',3),(3742,1,'2025-09-03 15:22:42','2025-09-03 15:22:42','','Order &ndash; September 3, 2025 @ 03:22 PM','','wc-completed','closed','closed','wc_order_Oq5YQvR2FRfls','order-sep-03-2025-0322-pm','','','2025-09-04 23:04:01','2025-09-04 23:04:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3742',0,'shop_order','',3),(3743,1,'2025-09-03 15:40:38','2025-09-03 15:40:38','','Order &ndash; September 3, 2025 @ 03:40 PM','','wc-completed','closed','closed','wc_order_r32OKcKwT99e5','order-sep-03-2025-0340-pm','','','2025-09-04 23:00:38','2025-09-04 23:00:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3743',0,'shop_order','',3),(3744,1,'2025-09-03 16:38:09','2025-09-03 16:38:09','','Order &ndash; September 3, 2025 @ 04:38 PM','','wc-completed','closed','closed','wc_order_TKXDUEPARaNyx','order-sep-03-2025-0438-pm','','','2025-09-04 22:55:34','2025-09-04 22:55:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3744',0,'shop_order','',3),(3745,1,'2025-09-03 16:47:47','2025-09-03 16:47:47','','Order &ndash; September 3, 2025 @ 04:47 PM','','wc-completed','closed','closed','wc_order_8QJfqg8PRDzJx','order-sep-03-2025-0447-pm','','','2025-09-04 22:58:25','2025-09-04 22:58:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3745',0,'shop_order','',3),(3746,1,'2025-09-03 16:58:27','2025-09-03 16:58:27','','Order &ndash; September 3, 2025 @ 04:58 PM','','wc-completed','closed','closed','wc_order_8aykZH0ZOXx6f','order-sep-03-2025-0458-pm','','','2025-09-04 23:06:31','2025-09-04 23:06:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3746',0,'shop_order','',3),(3748,1,'2025-09-04 01:53:07','2025-09-04 01:53:07','','Order &ndash; September 4, 2025 @ 01:53 AM','','wc-completed','closed','closed','wc_order_pBafU1Xc9yi4X','order-sep-04-2025-0153-am','','','2025-09-04 23:16:40','2025-09-04 23:16:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3748',0,'shop_order','',3),(3750,1,'2025-09-05 13:18:14','2025-09-05 13:18:14','','Order &ndash; September 5, 2025 @ 01:18 PM','','wc-cancelled','open','closed','wc_order_ORDgRw1bAY6W5','order-sep-05-2025-0118-pm','','','2025-09-05 13:18:45','2025-09-05 13:18:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3750',0,'shop_order','',1),(3751,1,'2025-09-05 13:19:03','2025-09-05 13:19:03','','Order &ndash; September 5, 2025 @ 01:19 PM','','wc-cancelled','open','closed','wc_order_xiU1wevjAJLAy','order-sep-05-2025-0119-pm','','','2025-09-05 13:19:10','2025-09-05 13:19:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3751',0,'shop_order','',1),(3752,1,'2025-09-05 13:19:30','2025-09-05 13:19:30','','Order &ndash; September 5, 2025 @ 01:19 PM','','wc-pending','open','closed','wc_order_wyzKyb8LYxCYP','order-sep-05-2025-0119-pm-2','','','2025-09-05 13:19:30','2025-09-05 13:19:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3752',0,'shop_order','',0),(3753,1,'2025-09-05 13:23:00','2025-09-05 13:23:00','','Order &ndash; September 5, 2025 @ 01:23 PM','','wc-completed','closed','closed','wc_order_85T7h9ddnvprE','order-sep-05-2025-0123-pm','','','2025-09-08 20:43:08','2025-09-08 20:43:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3753',0,'shop_order','',3),(3754,1,'2025-09-05 19:55:34','2025-09-05 19:55:34','','Order &ndash; September 5, 2025 @ 07:55 PM','','wc-pending','open','closed','wc_order_1ylMswOtsxaKh','order-sep-05-2025-0755-pm','','','2025-09-05 19:55:34','2025-09-05 19:55:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=3754',0,'shop_order','',0),(3755,1,'2025-09-06 19:12:44','2025-09-06 19:12:44','','Order &ndash; September 6, 2025 @ 07:12 PM','','wc-completed','closed','closed','wc_order_9YbQQ6AfyhVxw','order-sep-06-2025-0712-pm','','','2025-09-09 21:15:05','2025-09-09 21:15:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3755',0,'shop_order','',3),(3756,1,'2025-09-06 22:30:41','2025-09-06 22:30:41','','Order &ndash; September 6, 2025 @ 10:30 PM','','wc-completed','closed','closed','wc_order_ZMRKvvsfX5GZE','order-sep-06-2025-1030-pm','','','2025-09-08 20:43:58','2025-09-08 20:43:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3756',0,'shop_order','',3),(3757,1,'2025-09-07 13:16:25','2025-09-07 13:16:25','','Order &ndash; September 7, 2025 @ 01:16 PM','','wc-completed','closed','closed','wc_order_gtIEjOutooBnr','order-sep-07-2025-0116-pm','','','2025-09-08 20:47:30','2025-09-08 20:47:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3757',0,'shop_order','',3),(3758,1,'2025-09-07 15:26:43','2025-09-07 15:26:43','','Order &ndash; September 7, 2025 @ 03:26 PM','','wc-completed','closed','closed','wc_order_XndWYSEmjxZpP','order-sep-07-2025-0326-pm','','','2025-09-08 20:45:11','2025-09-08 20:45:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3758',0,'shop_order','',3),(3759,1,'2025-09-08 17:42:09','2025-09-08 17:42:09','','Order &ndash; September 8, 2025 @ 05:42 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_Myyptfui19AFQ','order-sep-08-2025-0542-pm','','','2025-09-09 21:14:21','2025-09-09 21:14:21','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3759',0,'shop_order','',3),(3760,1,'2025-09-08 18:20:04','2025-09-08 18:20:04','','Order &ndash; September 8, 2025 @ 06:20 PM','use door code 4455 to leave products inside','wc-completed','closed','closed','wc_order_bq3v5xmRA9Tqk','order-sep-08-2025-0620-pm','','','2025-09-13 04:47:58','2025-09-13 04:47:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3760',0,'shop_order','',3),(3761,1,'2025-09-08 18:22:07','2025-09-08 18:22:07','','Order &ndash; September 8, 2025 @ 06:22 PM','','wc-completed','closed','closed','wc_order_cvkzTitZ9OLDG','order-sep-08-2025-0622-pm','','','2025-09-13 04:47:10','2025-09-13 04:47:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3761',0,'shop_order','',3),(3762,1,'2025-09-08 22:12:21','2025-09-08 22:12:21','','Order &ndash; September 8, 2025 @ 10:12 PM','','wc-completed','closed','closed','wc_order_GmCEf3SNJ5tKD','order-sep-08-2025-1012-pm','','','2025-09-13 04:46:50','2025-09-13 04:46:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3762',0,'shop_order','',3),(3763,1,'2025-09-09 16:41:33','2025-09-09 16:41:33','','Order &ndash; September 9, 2025 @ 04:41 PM','','wc-cancelled','open','closed','wc_order_kudEzPnZPTrL3','order-sep-09-2025-0441-pm','','','2025-09-09 16:41:51','2025-09-09 16:41:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3763',0,'shop_order','',1),(3764,1,'2025-09-09 16:42:36','2025-09-09 16:42:36','','Order &ndash; September 9, 2025 @ 04:42 PM','','wc-cancelled','open','closed','wc_order_gXBItSYB4svPg','order-sep-09-2025-0442-pm','','','2025-09-09 16:44:52','2025-09-09 16:44:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3764',0,'shop_order','',1),(3765,1,'2025-09-09 16:45:14','2025-09-09 16:45:14','','Order &ndash; September 9, 2025 @ 04:45 PM','','wc-completed','closed','closed','wc_order_H1emDjPGeQcbM','order-sep-09-2025-0445-pm','','','2025-09-13 04:45:36','2025-09-13 04:45:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3765',0,'shop_order','',3),(3766,1,'2025-09-10 04:27:23','2025-09-10 04:27:23','','Order &ndash; September 10, 2025 @ 04:27 AM','','wc-completed','closed','closed','wc_order_RnwYS99qVVeyk','order-sep-10-2025-0427-am','','','2025-09-11 16:59:59','2025-09-11 16:59:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3766',0,'shop_order','',3),(3767,1,'2025-09-10 18:27:45','2025-09-10 18:27:45','','Order &ndash; September 10, 2025 @ 06:27 PM','','wc-completed','closed','closed','wc_order_6AhwQBZgEwEEG','order-sep-10-2025-0627-pm','','','2025-09-11 17:00:54','2025-09-11 17:00:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3767',0,'shop_order','',3),(3768,1,'2025-09-10 23:11:26','2025-09-10 23:11:26','','Order &ndash; September 10, 2025 @ 11:11 PM','','wc-completed','closed','closed','wc_order_xawT52UIosxLr','order-sep-10-2025-1111-pm','','','2025-09-12 13:24:59','2025-09-12 13:24:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3768',0,'shop_order','',3),(3769,1,'2025-09-11 15:12:39','2025-09-11 15:12:39','','Order &ndash; September 11, 2025 @ 03:12 PM','','wc-completed','closed','closed','wc_order_29XHC0p0EeGUw','order-sep-11-2025-0312-pm','','','2025-09-12 13:25:38','2025-09-12 13:25:38','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3769',0,'shop_order','',3),(3770,1,'2025-09-11 17:31:55','2025-09-11 17:31:55','','Order &ndash; September 11, 2025 @ 05:31 PM','','wc-completed','closed','closed','wc_order_uyZph6qwfeZxU','order-sep-11-2025-0531-pm','','','2025-09-12 13:26:12','2025-09-12 13:26:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3770',0,'shop_order','',3),(3772,1,'2025-09-14 16:27:33','2025-09-14 16:27:33','','Order &ndash; September 14, 2025 @ 04:27 PM','','wc-completed','closed','closed','wc_order_NVgPZ35CoWPVc','order-sep-14-2025-0427-pm','','','2025-09-17 14:06:19','2025-09-17 14:06:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3772',0,'shop_order','',3),(3773,1,'2025-09-14 18:52:04','2025-09-14 18:52:04','','Order &ndash; September 14, 2025 @ 06:52 PM','','wc-completed','closed','closed','wc_order_Dmr6pV19r9SKg','order-sep-14-2025-0652-pm','','','2025-09-17 14:04:00','2025-09-17 14:04:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3773',0,'shop_order','',3),(3774,1,'2025-09-15 23:25:47','2025-09-15 23:25:47','','Order &ndash; September 15, 2025 @ 11:25 PM','Please leave outside the front door if not home.','wc-completed','closed','closed','wc_order_tZsmowDKtJHiM','order-sep-15-2025-1125-pm','','','2025-09-17 14:16:59','2025-09-17 14:16:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3774',0,'shop_order','',3),(3775,1,'2025-09-15 23:40:18','2025-09-15 23:40:18','','Order &ndash; September 15, 2025 @ 11:40 PM','','wc-completed','closed','closed','wc_order_NzTsO7Y5p8Ppw','order-sep-15-2025-1140-pm','','','2025-09-17 14:14:55','2025-09-17 14:14:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3775',0,'shop_order','',3),(3776,1,'2025-09-16 01:20:12','2025-09-16 01:20:12','','Order &ndash; September 16, 2025 @ 01:20 AM','Please leave outside our suite door if it is locked. Inside the building.','wc-completed','closed','closed','wc_order_zM5H83hxL2Nuo','order-sep-16-2025-0120-am','','','2025-09-17 14:23:13','2025-09-17 14:23:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3776',0,'shop_order','',3),(3777,1,'2025-09-16 02:21:05','2025-09-16 02:21:05','','Order &ndash; September 16, 2025 @ 02:21 AM','','wc-completed','closed','closed','wc_order_YpBo5JxotecUn','order-sep-16-2025-0221-am','','','2025-09-17 14:14:08','2025-09-17 14:14:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3777',0,'shop_order','',3),(3778,1,'2025-09-16 13:14:54','2025-09-16 13:14:54','','Order &ndash; September 16, 2025 @ 01:14 PM','Leave on front porch','wc-completed','closed','closed','wc_order_KdyRt9EfoUnzu','order-sep-16-2025-0114-pm','','','2025-09-17 14:25:07','2025-09-17 14:25:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3778',0,'shop_order','',3),(3779,1,'2025-09-16 20:44:36','2025-09-16 20:44:36','','Order &ndash; September 16, 2025 @ 08:44 PM','','wc-completed','closed','closed','wc_order_7XgENrBSe4ikn','order-sep-16-2025-0844-pm','','','2025-09-18 13:24:44','2025-09-18 13:24:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3779',0,'shop_order','',3),(3780,1,'2025-09-17 15:45:06','2025-09-17 15:45:06','','Order &ndash; September 17, 2025 @ 03:45 PM','','wc-completed','closed','closed','wc_order_9BkY3w03f6r8M','order-sep-17-2025-0345-pm','','','2025-09-18 13:26:29','2025-09-18 13:26:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=3780',0,'shop_order','',3),(184149,2,'2025-09-05 10:33:09','2025-09-05 16:33:09','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','publish','closed','closed','','portal','','','2025-09-17 16:56:15','2025-09-17 16:56:15','',0,'https://www.liceclinicsofamerica.com/?page_id=184149',58,'page','',0),(184150,2,'2025-09-17 16:38:35','2025-09-17 16:38:35','<h2>Announcement</h2>		Here is where an announcement would go			<h2>Resources</h2>		<p>Best practices, treatments, training, and more</p>								<a href=\"https://app.digitalstack.io/trythis/7837/pro-forma-template\">\n									LEARN\n					</a>\n									<h2>Marketing</h2>		<p>Anything you can print or post (flyers, social posts, etc.)</p>								<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n									<h2>Archive</h2>		<p>Legacy files, raw images, brand assets, and operational</p>								<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n									<h2>Clinic Strength Product Orders</h2>					<h2>AirAllé, OneCure &amp; LRK Orders</h2>					<h2>Submit Numbers</h2>					<h2>Productivity Calendar</h2>					<h5>Join over a million people who became lice free!</h5>				\n					<h2>WE\'RE HERE TO HELP! </h2> 		\n										<a href=\"tel:844-966-4573\">\n									CALL (844) 966-4573\n					</a>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:38:35','2025-09-17 16:38:35','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184150',0,'revision','',0),(184151,2,'2025-09-17 16:38:35','2025-09-17 16:38:35','<h2>Announcement</h2>		Here is where an announcement would go			<h2>Resources</h2>		<p>Best practices, treatments, training, and more</p>								<a href=\"https://app.digitalstack.io/trythis/7837/pro-forma-template\">\n									LEARN\n					</a>\n									<h2>Marketing</h2>		<p>Anything you can print or post (flyers, social posts, etc.)</p>								<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n									<h2>Archive</h2>		<p>Legacy files, raw images, brand assets, and operational</p>								<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n									<h2>Clinic Strength Product Orders</h2>					<h2>AirAllé, OneCure &amp; LRK Orders</h2>					<h2>Submit Numbers</h2>					<h2>Productivity Calendar</h2>					<h5>Join over a million people who became lice free!</h5>				\n					<h2>WE\'RE HERE TO HELP! </h2> 		\n										<a href=\"tel:844-966-4573\">\n									CALL (844) 966-4573\n					</a>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:38:35','2025-09-17 16:38:35','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184151',0,'revision','',0),(184152,2,'2025-09-17 16:38:35','2025-09-17 16:38:35','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis/7837/pro-forma-template\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>				\n					<h5>Join over a million people who became lice free!</h5>				\n					<a href=\"tel:844-966-4573\">\n									CALL (844) 966-4573\n					</a>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:38:35','2025-09-17 16:38:35','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184152',0,'revision','',0),(184153,2,'2025-09-17 16:39:00','2025-09-17 16:39:00','<img width=\"1000\" height=\"318\" src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\" alt=\"\" srcset=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png 1000w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-300x95.png 300w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-768x244.png 768w, https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB-600x191.png 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" />','LCA Portal Store Header','','inherit','closed','closed','','112-revision-v1','','','2025-09-17 16:39:00','2025-09-17 16:39:00','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184153',0,'revision','',0),(184157,2,'2025-09-17 16:42:36','2025-09-17 16:42:36','','Elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed.png','','inherit','open','closed','','elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed-png','','','2025-09-17 16:42:36','2025-09-17 16:42:36','',112,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/screenshots/Elementor-post-screenshot_112_2025-09-17-16-42-36_54406fed.png',0,'attachment','image/png',0),(184158,2,'2025-09-17 16:42:38','2025-09-17 16:42:38','','Elementor Header #184158','','publish','closed','closed','','elementor-header-184158','','','2025-09-17 16:50:25','2025-09-17 16:50:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=elementor_library&#038;p=184158',0,'elementor_library','',0),(184159,2,'2025-09-17 16:42:38','2025-09-17 16:42:38','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:42:38','2025-09-17 16:42:38','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184159',0,'revision','',0),(184161,2,'2025-09-17 16:43:56','2025-09-17 16:43:56','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:43:56','2025-09-17 16:43:56','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184161',0,'revision','',0),(184163,2,'2025-09-17 16:45:29','2025-09-17 16:45:29','CUSTOMER SERVICE<br><br>\n<strong>Ginesis Products</strong><br>\n2501 County Road 8<br>\nWaterloo, AL 35677<br>\nPhone - 800-492-4818<br>\nEmail - Ginesis@Ginesis.com<p>ADDITIONAL LINKS<br /><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/privacy-policy/\">Privacy Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/refund-policy/\">Refund Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/shipping-policy/\">Shipping Policy</a><br /><a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/terms-of-service/\">Terms of Service</a></p>','Footer','','inherit','closed','closed','','184-revision-v1','','','2025-09-17 16:45:29','2025-09-17 16:45:29','',184,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184163',0,'revision','',0),(184164,2,'2025-09-17 16:49:07','2025-09-17 16:49:07','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis/7837/pro-forma-template\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>				\n					<h5>Join over a million people who became lice free!</h5>				\n					<a href=\"tel:844-966-4573\">\n									CALL (844) 966-4573\n					</a>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:07','2025-09-17 16:49:07','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184164',0,'revision','',0),(184165,2,'2025-09-17 16:49:08','2025-09-17 16:49:08','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis/7837/pro-forma-template\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>				\n					<h5>Join over a million people who became lice free!</h5>				\n					<a href=\"tel:844-966-4573\">\n									CALL (844) 966-4573\n					</a>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:08','2025-09-17 16:49:08','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184165',0,'revision','',0),(184166,2,'2025-09-17 16:49:08','2025-09-17 16:49:08','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:08','2025-09-17 16:49:08','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184166',0,'revision','',0),(184167,2,'2025-09-17 16:49:17','2025-09-17 16:49:17','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:17','2025-09-17 16:49:17','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184167',0,'revision','',0),(184168,2,'2025-09-17 16:49:17','2025-09-17 16:49:17','<h2>Announcement</h2>				\n		<p>Welcome to the new portal!</p>		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:17','2025-09-17 16:49:17','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184168',0,'revision','',0),(184169,2,'2025-09-17 16:49:17','2025-09-17 16:49:17','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:49:17','2025-09-17 16:49:17','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184169',0,'revision','',0),(184170,2,'2025-09-17 16:50:25','2025-09-17 16:50:25','','Elementor Header #184158','','inherit','closed','closed','','184158-revision-v1','','','2025-09-17 16:50:25','2025-09-17 16:50:25','',184158,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184170',0,'revision','',0),(184172,2,'2025-09-17 16:53:42','2025-09-17 16:53:42','','Hair outlined background','','inherit','open','closed','','hair-outlined-background','','','2025-09-17 16:53:42','2025-09-17 16:53:42','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2025/09/AdobeStock_57235117.jpeg',0,'attachment','image/jpeg',0),(184173,2,'2025-09-17 16:55:10','2025-09-17 16:55:10','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:10','2025-09-17 16:55:10','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184173',0,'revision','',0),(184174,2,'2025-09-17 16:55:10','2025-09-17 16:55:10','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:10','2025-09-17 16:55:10','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184174',0,'revision','',0),(184175,2,'2025-09-17 16:55:10','2025-09-17 16:55:10','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:10','2025-09-17 16:55:10','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184175',0,'revision','',0),(184176,2,'2025-09-17 16:55:38','2025-09-17 16:55:38','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:38','2025-09-17 16:55:38','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184176',0,'revision','',0),(184177,2,'2025-09-17 16:55:38','2025-09-17 16:55:38','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:38','2025-09-17 16:55:38','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184177',0,'revision','',0),(184178,2,'2025-09-17 16:55:38','2025-09-17 16:55:38','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:55:38','2025-09-17 16:55:38','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184178',0,'revision','',0),(184179,2,'2025-09-17 16:56:15','2025-09-17 16:56:15','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:56:15','2025-09-17 16:56:15','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184179',0,'revision','',0),(184180,2,'2025-09-17 16:56:15','2025-09-17 16:56:15','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:56:15','2025-09-17 16:56:15','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184180',0,'revision','',0),(184181,2,'2025-09-17 16:56:15','2025-09-17 16:56:15','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-revision-v1','','','2025-09-17 16:56:15','2025-09-17 16:56:15','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184181',0,'revision','',0),(184183,2,'2025-09-17 17:02:07','2025-09-17 17:02:07','<h2>Announcement</h2>				\n		Welcome to the new portal!		\n					<h2>Resources</h2>				\n		<p>Best practices, treatments, training, and more</p>		\n					<a href=\"https://app.digitalstack.io/trythis\">\n									LEARN\n					</a>\n					<h2>Marketing</h2>				\n		<p>Anything you can print or post (flyers, social posts, etc.)</p>		\n					<a href=\"https://app.digitalstack.io/builderTemplateGallery\">\n									TEMPLATES\n					</a>\n					<h2>Archive</h2>				\n		<p>Legacy files, raw images, brand assets, and operational</p>		\n					<a href=\"https://app.digitalstack.io/assets/view?collection=YXNzZXQuOTAwNjU3\">\n									ASSETS\n					</a>\n					<h2>Clinic Strength Product Orders</h2>				\n					<h2>AirAllé, OneCure &amp; LRK Orders</h2>				\n					<h2>Submit Numbers</h2>				\n					<h2>Productivity Calendar</h2>','Portal','','inherit','closed','closed','','184149-autosave-v1','','','2025-09-17 17:23:51','2025-09-17 17:23:51','',184149,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184183',0,'revision','',0),(184184,1,'2025-09-17 19:39:06','2025-09-17 19:39:06','','Order &ndash; September 17, 2025 @ 07:39 PM','','wc-completed','closed','closed','wc_order_u6BFrpQFG4OiL','order-sep-17-2025-0739-pm','','','2025-09-25 18:51:05','2025-09-25 18:51:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184184',0,'shop_order','',3),(184185,1,'2025-09-17 23:35:42','2025-09-17 23:35:42','','Order &ndash; September 17, 2025 @ 11:35 PM','use door code to leave products inside suite','wc-cancelled','open','closed','wc_order_5VhKl60XMmOYS','order-sep-17-2025-1135-pm','','','2025-09-18 16:35:19','2025-09-18 16:35:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184185',0,'shop_order','',1),(184186,1,'2025-09-18 22:25:49','2025-09-18 22:25:49','','Order &ndash; September 18, 2025 @ 10:25 PM','use door code 4455 to leave products inside','wc-completed','closed','closed','wc_order_SC5YQ7m0Wr8Wp','order-sep-18-2025-1025-pm','','','2025-09-24 14:35:06','2025-09-24 14:35:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184186',0,'shop_order','',3),(184187,1,'2025-09-19 22:52:35','2025-09-19 22:52:35','','Order &ndash; September 19, 2025 @ 10:52 PM','','wc-completed','closed','closed','wc_order_9CRpS3TsXojvP','order-sep-19-2025-1052-pm','','','2025-09-23 14:17:51','2025-09-23 14:17:51','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184187',0,'shop_order','',3),(184188,1,'2025-09-22 21:10:21','2025-09-22 21:10:21','','Order &ndash; September 22, 2025 @ 09:10 PM','','wc-completed','closed','closed','wc_order_snvK00KFsC4FG','order-sep-22-2025-0910-pm','','','2025-09-24 14:34:17','2025-09-24 14:34:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184188',0,'shop_order','',3),(184190,1,'2025-09-23 18:21:28','2025-09-23 18:21:28','','Order &ndash; September 23, 2025 @ 06:21 PM','','wc-completed','closed','closed','wc_order_cLtPvLtW0Ul1T','order-sep-23-2025-0621-pm','','','2025-09-25 20:01:16','2025-09-25 20:01:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184190',0,'shop_order','',3),(184191,1,'2025-09-23 19:13:10','2025-09-23 19:13:10','','Order &ndash; September 23, 2025 @ 07:13 PM','','wc-completed','closed','closed','wc_order_FijvBYbY3WOQw','order-sep-23-2025-0713-pm','','','2025-09-25 13:52:55','2025-09-25 13:52:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184191',0,'shop_order','',3),(184192,1,'2025-09-24 02:03:56','2025-09-24 02:03:56','','Order &ndash; September 24, 2025 @ 02:03 AM','','wc-completed','closed','closed','wc_order_ikwYuCJ3FkdSm','order-sep-24-2025-0203-am','','','2025-09-25 13:52:12','2025-09-25 13:52:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184192',0,'shop_order','',3),(184193,1,'2025-09-24 15:21:04','2025-09-24 15:21:04','','Order &ndash; September 24, 2025 @ 03:21 PM','','wc-completed','closed','closed','wc_order_N9b7fSXKrQ6HW','order-sep-24-2025-0321-pm','','','2025-09-25 13:53:27','2025-09-25 13:53:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184193',0,'shop_order','',3),(184194,1,'2025-09-24 15:58:22','2025-09-24 15:58:22','','Order &ndash; September 24, 2025 @ 03:58 PM','','wc-completed','closed','closed','wc_order_8WZtSR2yHQhD4','order-sep-24-2025-0358-pm','','','2025-09-25 20:01:55','2025-09-25 20:01:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184194',0,'shop_order','',3),(184195,2,'2025-09-24 16:05:07','2025-09-24 16:05:07','','judy_free','','draft','closed','closed','','judy_free','','','2025-09-24 17:24:57','2025-09-24 17:24:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=184195',0,'shop_coupon','',0),(184196,1,'2025-09-24 17:21:12','2025-09-24 17:21:12','','Order &ndash; September 24, 2025 @ 05:21 PM','','wc-completed','closed','closed','wc_order_o86zbSySFLqvO','order-sep-24-2025-0521-pm','','','2025-09-25 18:52:19','2025-09-25 18:52:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184196',0,'shop_order','',3),(184197,1,'2025-09-25 13:44:38','2025-09-25 13:44:38','','Order &ndash; September 25, 2025 @ 01:44 PM','Please deliver directly to suite','wc-refunded','open','closed','wc_order_Cgl8FmZc7o2cx','order-sep-25-2025-0144-pm','','','2025-09-25 13:48:56','2025-09-25 13:48:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184197',0,'shop_order','',4),(184198,1,'2025-09-25 13:48:54','2025-09-25 13:48:54','','Refund &ndash; Sep 25, 2025 @ 01:48 PM','','wc-completed','closed','closed','wc_order_UcUBIfG2oVkwf','refund-sep-25-2025-0148-pm','','','2025-09-25 13:48:54','2025-09-25 13:48:54','',184197,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=184198',0,'shop_order_refund','',0),(184199,1,'2025-09-25 17:29:16','2025-09-25 17:29:16','','Order &ndash; September 25, 2025 @ 05:29 PM','','wc-completed','closed','closed','wc_order_oJeBkctgQWGKT','order-sep-25-2025-0529-pm','','','2025-09-30 16:52:42','2025-09-30 16:52:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184199',0,'shop_order','',3),(184200,110,'2025-09-25 19:23:50','2025-09-25 19:23:50','','','','wcm-active','open','closed','um_68d596c6330e0','184200','','','2025-09-25 19:23:50','2025-09-25 19:23:50','',161,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&p=184200',0,'wc_user_membership','',0),(184201,1,'2025-09-25 20:53:04','2025-09-25 20:53:04','','Order &ndash; September 25, 2025 @ 08:53 PM','','wc-completed','closed','closed','wc_order_kjoSCmPL4qaq8','order-sep-25-2025-0853-pm','','','2025-09-26 20:29:07','2025-09-26 20:29:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184201',0,'shop_order','',3),(184202,1,'2025-09-26 12:06:50','2025-09-26 12:06:50','','Order &ndash; September 26, 2025 @ 12:06 PM','','wc-completed','closed','closed','wc_order_szI4q0RSm4jDy','order-sep-26-2025-1206-pm','','','2025-09-30 16:49:03','2025-09-30 16:49:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184202',0,'shop_order','',3),(184204,1,'2025-09-26 22:53:43','2025-09-26 22:53:43','','Order &ndash; September 26, 2025 @ 10:53 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_4wsCy8E6MIVW3','order-sep-26-2025-1053-pm','','','2025-10-07 02:04:14','2025-10-07 02:04:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184204',0,'shop_order','',6),(184206,1,'2025-09-30 12:51:29','2025-09-30 12:51:29','','Order &ndash; September 30, 2025 @ 12:51 PM','','wc-pending','open','closed','wc_order_kW7UK0j9xiQEX','order-sep-30-2025-1251-pm','','','2025-09-30 12:51:29','2025-09-30 12:51:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184206',0,'shop_order','',0),(184208,1,'2025-10-01 15:57:12','2025-10-01 15:57:12','','Order &ndash; October 1, 2025 @ 03:57 PM','','wc-completed','closed','closed','wc_order_iJyZHxIVUJVhr','order-oct-01-2025-0357-pm','','','2025-10-07 02:04:59','2025-10-07 02:04:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184208',0,'shop_order','',3),(184209,1,'2025-10-02 14:27:38','2025-10-02 14:27:38','','Order &ndash; October 2, 2025 @ 02:27 PM','','wc-completed','closed','closed','wc_order_PE7rXZntUQJqa','order-oct-02-2025-0227-pm','','','2025-10-07 02:05:27','2025-10-07 02:05:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184209',0,'shop_order','',3),(184210,1,'2025-10-02 14:37:20','2025-10-02 14:37:20','','Order &ndash; October 2, 2025 @ 02:37 PM','','wc-completed','closed','closed','wc_order_ZcWxGlYJEbTxf','order-oct-02-2025-0237-pm','','','2025-10-07 02:05:48','2025-10-07 02:05:48','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184210',0,'shop_order','',3),(184211,1,'2025-10-02 17:25:19','2025-10-02 17:25:19','','Order &ndash; October 2, 2025 @ 05:25 PM','','wc-completed','closed','closed','wc_order_kbDlfAvUU4XZ8','order-oct-02-2025-0525-pm','','','2025-10-03 20:19:10','2025-10-03 20:19:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184211',0,'shop_order','',3),(184212,1,'2025-10-02 20:52:10','2025-10-02 20:52:10','','Order &ndash; October 2, 2025 @ 08:52 PM','','wc-completed','closed','closed','wc_order_c6iP3reflI3GJ','order-oct-02-2025-0852-pm','','','2025-10-03 20:18:36','2025-10-03 20:18:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184212',0,'shop_order','',3),(184213,1,'2025-10-02 21:45:35','2025-10-02 21:45:35','','Order &ndash; October 2, 2025 @ 09:45 PM','','wc-completed','closed','closed','wc_order_5HSLaoTAsi4vQ','order-oct-02-2025-0945-pm','','','2025-10-07 02:06:18','2025-10-07 02:06:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184213',0,'shop_order','',3),(184214,1,'2025-10-03 13:51:03','2025-10-03 13:51:03','','Order &ndash; October 3, 2025 @ 01:51 PM','','wc-completed','closed','closed','wc_order_FR35Jo5UUuzMj','order-oct-03-2025-0151-pm','','','2025-10-03 20:17:22','2025-10-03 20:17:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184214',0,'shop_order','',3),(184215,1,'2025-10-03 14:05:44','2025-10-03 14:05:44','','Order &ndash; October 3, 2025 @ 02:05 PM','','wc-completed','closed','closed','wc_order_F6Dq6X9eJs88q','order-oct-03-2025-0205-pm','','','2025-10-03 20:17:59','2025-10-03 20:17:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184215',0,'shop_order','',3),(184216,1,'2025-10-03 14:15:11','2025-10-03 14:15:11','','Order &ndash; October 3, 2025 @ 02:15 PM','','wc-completed','closed','closed','wc_order_YJbrH2zsVJ8vy','order-oct-03-2025-0215-pm','','','2025-10-07 02:07:33','2025-10-07 02:07:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184216',0,'shop_order','',3),(184217,1,'2025-10-03 15:15:55','2025-10-03 15:15:55','','Order &ndash; October 3, 2025 @ 03:15 PM','','wc-completed','closed','closed','wc_order_DVoUpTgNIgxsv','order-oct-03-2025-0315-pm','','','2025-10-03 20:16:40','2025-10-03 20:16:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184217',0,'shop_order','',3),(184218,1,'2025-10-03 15:23:47','2025-10-03 15:23:47','','Order &ndash; October 3, 2025 @ 03:23 PM','','wc-completed','closed','closed','wc_order_uSeXA7GQG6gpW','order-oct-03-2025-0323-pm','','','2025-10-07 18:05:27','2025-10-07 18:05:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184218',0,'shop_order','',3),(184219,1,'2025-10-03 20:37:47','2025-10-03 20:37:47','','Order &ndash; October 3, 2025 @ 08:37 PM','please deliver directly to suite.','wc-completed','closed','closed','wc_order_KtPxwpS6EEXuy','order-oct-03-2025-0837-pm','','','2025-10-07 02:10:36','2025-10-07 02:10:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184219',0,'shop_order','',3),(184221,1,'2025-10-06 19:56:21','2025-10-06 19:56:21','','Order &ndash; October 6, 2025 @ 07:56 PM','','wc-completed','closed','closed','wc_order_KnplBsW2HKLvy','order-oct-06-2025-0756-pm','','','2025-10-07 02:17:54','2025-10-07 02:17:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184221',0,'shop_order','',3),(184222,1,'2025-10-07 14:53:07','2025-10-07 14:53:07','','Order &ndash; October 7, 2025 @ 02:53 PM','','wc-cancelled','open','closed','wc_order_3G0c8SokpbCok','order-oct-07-2025-0253-pm','','','2025-10-07 15:33:59','2025-10-07 15:33:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184222',0,'shop_order','',1),(184223,1,'2025-10-07 15:02:08','2025-10-07 15:02:08','','Order &ndash; October 7, 2025 @ 03:02 PM','','wc-completed','closed','closed','wc_order_jPTB4GhD53uic','order-oct-07-2025-0302-pm','','','2025-10-09 20:57:43','2025-10-09 20:57:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184223',0,'shop_order','',3),(184224,1,'2025-10-07 15:35:24','2025-10-07 15:35:24','','Order &ndash; October 7, 2025 @ 03:35 PM','','wc-completed','closed','closed','wc_order_xMNwt7WldNAXG','order-oct-07-2025-0335-pm','','','2025-10-09 20:58:33','2025-10-09 20:58:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184224',0,'shop_order','',3),(184225,1,'2025-10-08 04:08:07','2025-10-08 04:08:07','','Order &ndash; October 8, 2025 @ 04:08 AM','','wc-completed','closed','closed','wc_order_fI6hSuXRlHYt7','order-oct-08-2025-0408-am','','','2025-10-09 20:59:44','2025-10-09 20:59:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184225',0,'shop_order','',3),(184226,1,'2025-10-08 16:05:58','2025-10-08 16:05:58','','Order &ndash; October 8, 2025 @ 04:05 PM','','wc-completed','closed','closed','wc_order_Q3PMNVoDnZftX','order-oct-08-2025-0405-pm','','','2025-10-09 21:01:54','2025-10-09 21:01:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184226',0,'shop_order','',3),(184228,1,'2025-10-09 23:16:05','2025-10-09 23:16:05','','Order &ndash; October 9, 2025 @ 11:16 PM','','wc-completed','closed','closed','wc_order_goekluLKzIqef','order-oct-09-2025-1116-pm','','','2025-10-10 19:37:34','2025-10-10 19:37:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184228',0,'shop_order','',3),(184229,1,'2025-10-10 18:17:14','2025-10-10 18:17:14','','Order &ndash; October 10, 2025 @ 06:17 PM','','wc-completed','closed','closed','wc_order_I1Jd5CVDX8joc','order-oct-10-2025-0617-pm','','','2025-10-14 20:00:49','2025-10-14 20:00:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184229',0,'shop_order','',3),(184230,1,'2025-10-10 20:25:46','2025-10-10 20:25:46','','Order &ndash; October 10, 2025 @ 08:25 PM','','wc-completed','closed','closed','wc_order_OOqbvO7N7gzH7','order-oct-10-2025-0825-pm','','','2025-10-14 20:13:17','2025-10-14 20:13:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184230',0,'shop_order','',3),(184231,1,'2025-10-13 00:31:24','2025-10-13 00:31:24','','Order &ndash; October 13, 2025 @ 12:31 AM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_v50K4DvfeHtkW','order-oct-13-2025-1231-am','','','2025-11-11 21:13:19','2025-11-11 21:13:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184231',0,'shop_order','',4),(184232,111,'2025-10-14 16:22:52','2025-10-14 16:22:52','','Auto Draft','','wcm-active','closed','closed','um_68ee78d775957','auto-draft-5','','','2025-10-14 16:23:17','2025-10-14 16:23:17','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=184232',0,'wc_user_membership','',0),(184233,1,'2025-10-14 16:31:45','2025-10-14 16:31:45','','Order &ndash; October 14, 2025 @ 04:31 PM','','wc-completed','closed','closed','wc_order_OeZiPnr9N5gxv','order-oct-14-2025-0431-pm','','','2025-10-14 21:02:56','2025-10-14 21:02:56','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184233',0,'shop_order','',3),(184234,1,'2025-10-14 17:36:01','2025-10-14 17:36:01','','Order &ndash; October 14, 2025 @ 05:36 PM','','wc-completed','closed','closed','wc_order_LLaH5kjCwYlIW','order-oct-14-2025-0536-pm','','','2025-10-14 20:35:26','2025-10-14 20:35:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184234',0,'shop_order','',3),(184235,1,'2025-10-14 17:38:03','2025-10-14 17:38:03','','Order &ndash; October 14, 2025 @ 05:38 PM','','wc-completed','closed','closed','wc_order_YbeSFBzLcx42q','order-oct-14-2025-0538-pm','','','2025-10-14 21:02:27','2025-10-14 21:02:27','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184235',0,'shop_order','',3),(184236,1,'2025-10-14 19:53:59','2025-10-14 19:53:59','','Order &ndash; October 14, 2025 @ 07:53 PM','','wc-completed','closed','closed','wc_order_8cDr51ObdrgtO','order-oct-14-2025-0753-pm','','','2025-10-20 20:29:25','2025-10-20 20:29:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184236',0,'shop_order','',3),(184237,1,'2025-10-15 19:39:22','2025-10-15 19:39:22','','Order &ndash; October 15, 2025 @ 07:39 PM','','wc-completed','closed','closed','wc_order_tZ3BJ9KCUekOk','order-oct-15-2025-0739-pm','','','2025-10-20 20:55:58','2025-10-20 20:55:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184237',0,'shop_order','',3),(184238,1,'2025-10-15 19:39:22','2025-10-15 19:39:22','','Order &ndash; Oct 15, 2025 @ 07:39 PM','','wc-completed','open','closed','wcms_order_shipment_0_tZ3BJ9KCUekOk','order-oct-15-2025-0739-pm','','','2025-10-20 20:55:58','2025-10-20 20:55:58','',184237,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=order_shipment&#038;p=184238',0,'order_shipment','',3),(184239,1,'2025-10-15 20:05:34','2025-10-15 20:05:34','','Order &ndash; October 15, 2025 @ 08:05 PM','Leave on front porch please.','wc-completed','closed','closed','wc_order_eLdnSLdUUnSnU','order-oct-15-2025-0805-pm','','','2025-10-21 17:17:05','2025-10-21 17:17:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184239',0,'shop_order','',3),(184240,1,'2025-10-15 20:55:15','2025-10-15 20:55:15','','Order &ndash; October 15, 2025 @ 08:55 PM','Bring to the blue building at 3421 East 21st Street Tulsa.','wc-completed','closed','closed','wc_order_dNfT2UiUR4OLh','order-oct-15-2025-0855-pm','','','2025-10-21 17:18:18','2025-10-21 17:18:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184240',0,'shop_order','',3),(184241,1,'2025-10-16 15:29:20','2025-10-16 15:29:20','','Order &ndash; October 16, 2025 @ 03:29 PM','','wc-pending','open','closed','wc_order_wKSZCEP2QcxLQ','order-oct-16-2025-0329-pm','','','2025-10-16 15:29:20','2025-10-16 15:29:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184241',0,'shop_order','',0),(184242,1,'2025-10-16 17:50:07','2025-10-16 17:50:07','','Order &ndash; October 16, 2025 @ 05:50 PM','','wc-completed','closed','closed','wc_order_ZZCOw14pks5xD','order-oct-16-2025-0550-pm','','','2025-10-21 17:18:55','2025-10-21 17:18:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184242',0,'shop_order','',3),(184243,1,'2025-10-17 17:25:13','2025-10-17 17:25:13','','Order &ndash; October 17, 2025 @ 05:25 PM','','wc-completed','closed','closed','wc_order_SKFuSzgOShJmP','order-oct-17-2025-0525-pm','','','2025-10-20 20:57:23','2025-10-20 20:57:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184243',0,'shop_order','',3),(184244,1,'2025-10-17 18:33:34','2025-10-17 18:33:34','','Order &ndash; October 17, 2025 @ 06:33 PM','','wc-completed','closed','closed','wc_order_kpvF6bLjArTBX','order-oct-17-2025-0633-pm','','','2025-10-21 17:19:25','2025-10-21 17:19:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184244',0,'shop_order','',3),(184245,1,'2025-10-17 22:53:35','2025-10-17 22:53:35','','Order &ndash; October 17, 2025 @ 10:53 PM','Leave products inside clinic , code 4455','wc-completed','closed','closed','wc_order_W1gEfXsIuRZx6','order-oct-17-2025-1053-pm','','','2025-10-20 20:59:57','2025-10-20 20:59:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184245',0,'shop_order','',3),(184246,1,'2025-10-20 12:57:09','2025-10-20 12:57:09','','Order &ndash; October 20, 2025 @ 12:57 PM','','wc-completed','closed','closed','wc_order_53kIIllPPURI2','order-oct-20-2025-1257-pm','','','2025-10-20 21:06:17','2025-10-20 21:06:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184246',0,'shop_order','',3),(184249,1,'2025-10-21 12:54:57','2025-10-21 12:54:57','','Order &ndash; October 21, 2025 @ 12:54 PM','','wc-completed','closed','closed','wc_order_JKsqupn4y8OcG','order-oct-21-2025-1254-pm','','','2025-10-28 17:53:36','2025-10-28 17:53:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184249',0,'shop_order','',3),(184250,1,'2025-10-21 16:30:25','2025-10-21 16:30:25','','Order &ndash; October 21, 2025 @ 04:30 PM','','wc-completed','closed','closed','wc_order_j2FU1ssdVrS5b','order-oct-21-2025-0430-pm','','','2025-10-28 15:08:41','2025-10-28 15:08:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184250',0,'shop_order','',3),(184251,1,'2025-10-22 01:29:45','2025-10-22 01:29:45','','Order &ndash; October 22, 2025 @ 01:29 AM','','wc-completed','closed','closed','wc_order_Jg1sqIxfmRBz7','order-oct-22-2025-0129-am','','','2025-10-28 17:52:45','2025-10-28 17:52:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184251',0,'shop_order','',3),(184252,1,'2025-10-22 19:03:11','2025-10-22 19:03:11','','Order &ndash; October 22, 2025 @ 07:03 PM','','wc-completed','closed','closed','wc_order_jVxtPXsvAPAUU','order-oct-22-2025-0703-pm','','','2025-10-28 17:52:03','2025-10-28 17:52:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184252',0,'shop_order','',3),(184253,1,'2025-10-23 17:54:49','2025-10-23 17:54:49','','Order &ndash; October 23, 2025 @ 05:54 PM','','wc-completed','closed','closed','wc_order_myIVqyGsVApAM','order-oct-23-2025-0554-pm','','','2025-10-28 15:09:39','2025-10-28 15:09:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184253',0,'shop_order','',3),(184254,1,'2025-10-24 19:08:38','2025-10-24 19:08:38','','Order &ndash; October 24, 2025 @ 07:08 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_NnqxOwb8VNYRD','order-oct-24-2025-0708-pm','','','2025-10-28 17:51:16','2025-10-28 17:51:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184254',0,'shop_order','',3),(184255,1,'2025-10-27 15:48:27','2025-10-27 15:48:27','','Order &ndash; October 27, 2025 @ 03:48 PM','','wc-completed','closed','closed','wc_order_JtbiqdYxMyGEt','order-oct-27-2025-0348-pm','','','2025-10-28 15:14:11','2025-10-28 15:14:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184255',0,'shop_order','',3),(184256,1,'2025-10-27 22:06:38','2025-10-27 22:06:38','','Order &ndash; October 27, 2025 @ 10:06 PM','','wc-completed','closed','closed','wc_order_Vj9S5clInmJag','order-oct-27-2025-1006-pm','','','2025-10-28 17:54:42','2025-10-28 17:54:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184256',0,'shop_order','',3),(184258,112,'2025-10-28 01:23:29','2025-10-28 01:23:29','','','','wcm-active','closed','closed','um_69001b11358cc','184258','','','2025-11-18 18:36:20','2025-11-18 18:36:20','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=184258',0,'wc_user_membership','',0),(184260,1,'2025-10-28 21:14:24','2025-10-28 21:14:24','','Order &ndash; October 28, 2025 @ 09:14 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_lEkpude8qtgEn','order-oct-28-2025-0914-pm','','','2025-10-29 16:21:30','2025-10-29 16:21:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184260',0,'shop_order','',3),(184261,1,'2025-10-28 21:17:09','2025-10-28 21:17:09','','Order &ndash; October 28, 2025 @ 09:17 PM','','wc-completed','closed','closed','wc_order_ZfT0ZlBWeTNyG','order-oct-28-2025-0917-pm','','','2025-10-29 16:20:08','2025-10-29 16:20:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184261',0,'shop_order','',3),(184262,1,'2025-10-29 04:03:33','2025-10-29 04:03:33','','Order &ndash; October 29, 2025 @ 04:03 AM','','wc-cancelled','open','closed','wc_order_ZbEZHY1K3k9l7','order-oct-29-2025-0403-am','','','2025-10-29 04:05:02','2025-10-29 04:05:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184262',0,'shop_order','',1),(184263,1,'2025-10-29 04:05:22','2025-10-29 04:05:22','','Order &ndash; October 29, 2025 @ 04:05 AM','','wc-completed','closed','closed','wc_order_VqGjTbCbuXHfb','order-oct-29-2025-0405-am','','','2025-10-30 00:05:45','2025-10-30 00:05:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184263',0,'shop_order','',3),(184264,1,'2025-10-30 01:40:02','2025-10-30 01:40:02','','Order &ndash; October 30, 2025 @ 01:40 AM','','wc-completed','closed','closed','wc_order_8cZJfDWcb7eR3','order-oct-30-2025-0140-am','','','2025-11-04 21:03:26','2025-11-04 21:03:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184264',0,'shop_order','',3),(184265,1,'2025-10-30 16:44:01','2025-10-30 16:44:01','','Order &ndash; October 30, 2025 @ 04:44 PM','please deliver directly to suite','wc-completed','closed','closed','wc_order_sbRhgxPdtjM74','order-oct-30-2025-0444-pm','','','2025-11-04 14:31:33','2025-11-04 14:31:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184265',0,'shop_order','',3),(184266,1,'2025-10-30 21:58:01','2025-10-30 21:58:01','','Order &ndash; October 30, 2025 @ 09:58 PM','','wc-completed','closed','closed','wc_order_fhG2yP0ea3l8r','order-oct-30-2025-0958-pm','','','2025-11-04 21:04:05','2025-11-04 21:04:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184266',0,'shop_order','',3),(184267,1,'2025-10-31 11:21:43','2025-10-31 11:21:43','','Order &ndash; October 31, 2025 @ 11:21 AM','','wc-cancelled','open','closed','wc_order_Uo3QjqkXmPPyN','order-oct-31-2025-1121-am','','','2025-10-31 11:22:50','2025-10-31 11:22:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184267',0,'shop_order','',1),(184268,1,'2025-10-31 11:23:28','2025-10-31 11:23:28','','Order &ndash; October 31, 2025 @ 11:23 AM','','wc-pending','open','closed','wc_order_RV8avl1fUqls7','order-oct-31-2025-1123-am','','','2025-10-31 11:23:28','2025-10-31 11:23:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184268',0,'shop_order','',0),(184269,1,'2025-10-31 16:02:34','2025-10-31 16:02:34','','Order &ndash; October 31, 2025 @ 04:02 PM','','wc-completed','closed','closed','wc_order_M8nmFTPxvZOOP','order-oct-31-2025-0402-pm','','','2025-11-04 21:04:50','2025-11-04 21:04:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184269',0,'shop_order','',3),(184270,1,'2025-11-03 19:59:29','2025-11-03 19:59:29','','Order &ndash; November 3, 2025 @ 07:59 PM','Please leave outside suite if door is locked -JF','wc-completed','closed','closed','wc_order_k4lyLVNCK9tPX','order-nov-03-2025-0759-pm','','','2025-11-04 21:05:34','2025-11-04 21:05:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184270',0,'shop_order','',3),(184271,1,'2025-11-03 20:23:30','2025-11-03 20:23:30','','Order &ndash; November 3, 2025 @ 08:23 PM','','wc-completed','closed','closed','wc_order_9eYcIU3N4L9tD','order-nov-03-2025-0823-pm','','','2025-11-04 21:06:03','2025-11-04 21:06:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184271',0,'shop_order','',3),(184272,1,'2025-11-04 16:29:36','2025-11-04 16:29:36','','Order &ndash; November 4, 2025 @ 04:29 PM','','wc-completed','closed','closed','wc_order_imSypuxujyHAA','order-nov-04-2025-0429-pm','','','2025-11-05 19:11:24','2025-11-05 19:11:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184272',0,'shop_order','',3),(184273,1,'2025-11-04 16:34:19','2025-11-04 16:34:19','','Order &ndash; November 4, 2025 @ 04:34 PM','','wc-completed','closed','closed','wc_order_8AaypcaTfmXUT','order-nov-04-2025-0434-pm','','','2025-11-13 19:14:05','2025-11-13 19:14:05','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184273',0,'shop_order','',4),(184274,1,'2025-11-04 16:38:24','2025-11-04 16:38:24','','Order &ndash; November 4, 2025 @ 04:38 PM','','wc-completed','closed','closed','wc_order_krLObIEKkMYoq','order-nov-04-2025-0438-pm','','','2025-11-05 19:12:01','2025-11-05 19:12:01','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184274',0,'shop_order','',3),(184275,1,'2025-11-04 16:45:16','2025-11-04 16:45:16','','Order &ndash; November 4, 2025 @ 04:45 PM','','wc-completed','closed','closed','wc_order_KXoDv3JhZNDXM','order-nov-04-2025-0445-pm','','','2025-11-05 19:03:10','2025-11-05 19:03:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184275',0,'shop_order','',3),(184276,1,'2025-11-04 16:52:20','2025-11-04 16:52:20','','Order &ndash; November 4, 2025 @ 04:52 PM','','wc-completed','closed','closed','wc_order_EGvE46zionOqc','order-nov-04-2025-0452-pm','','','2025-11-05 20:59:03','2025-11-05 20:59:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184276',0,'shop_order','',3),(184277,1,'2025-11-04 17:08:30','2025-11-04 17:08:30','','Order &ndash; November 4, 2025 @ 05:08 PM','','wc-completed','closed','closed','wc_order_qf8M2xZfDga5v','order-nov-04-2025-0508-pm','','','2025-11-05 19:13:13','2025-11-05 19:13:13','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184277',0,'shop_order','',3),(184278,1,'2025-11-04 18:15:11','2025-11-04 18:15:11','','Order &ndash; November 4, 2025 @ 06:15 PM','','wc-completed','closed','closed','wc_order_9dbjbt1HV02W5','order-nov-04-2025-0615-pm','','','2025-11-05 21:03:07','2025-11-05 21:03:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184278',0,'shop_order','',3),(184280,1,'2025-11-04 21:44:04','2025-11-04 21:44:04','','Order &ndash; November 4, 2025 @ 09:44 PM','','wc-completed','closed','closed','wc_order_jIdc4CcLWzuUl','order-nov-04-2025-0944-pm','','','2025-11-05 21:00:35','2025-11-05 21:00:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184280',0,'shop_order','',3),(184281,1,'2025-11-04 22:42:03','2025-11-04 22:42:03','','Order &ndash; November 4, 2025 @ 10:42 PM','','wc-completed','closed','closed','wc_order_292SkxxELDKis','order-nov-04-2025-1042-pm','','','2025-11-05 21:31:54','2025-11-05 21:31:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184281',0,'shop_order','',3),(184282,1,'2025-11-05 00:13:11','2025-11-05 00:13:11','','Order &ndash; November 5, 2025 @ 12:13 AM','','wc-completed','closed','closed','wc_order_oraxaOz2j87l6','order-nov-05-2025-1213-am','','','2025-11-05 21:02:40','2025-11-05 21:02:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184282',0,'shop_order','',3),(184283,1,'2025-11-05 18:52:47','2025-11-05 18:52:47','','Order &ndash; November 5, 2025 @ 06:52 PM','','wc-completed','closed','closed','wc_order_M2TY8Mkuiwqno','order-nov-05-2025-0652-pm','','','2025-11-06 15:13:44','2025-11-06 15:13:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184283',0,'shop_order','',3),(184284,1,'2025-11-06 13:43:03','2025-11-06 13:43:03','','Order &ndash; November 6, 2025 @ 01:43 PM','','wc-completed','closed','closed','wc_order_OpjQ1jwZRGVIH','order-nov-06-2025-0143-pm','','','2025-11-11 21:22:49','2025-11-11 21:22:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184284',0,'shop_order','',3),(184286,1,'2025-11-06 18:55:33','2025-11-06 18:55:33','','Order &ndash; November 6, 2025 @ 06:55 PM','','wc-cancelled','open','closed','wc_order_aJjD3gzkg9kj0','order-nov-06-2025-0655-pm','','','2025-11-09 18:47:11','2025-11-09 18:47:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184286',0,'shop_order','',1),(184287,1,'2025-11-06 21:24:06','2025-11-06 21:24:06','','Order &ndash; November 6, 2025 @ 09:24 PM','','wc-completed','closed','closed','wc_order_GmO2yPyLwQOQ4','order-nov-06-2025-0924-pm','','','2025-11-11 21:23:37','2025-11-11 21:23:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184287',0,'shop_order','',3),(184288,1,'2025-11-06 21:56:39','2025-11-06 21:56:39','','Order &ndash; November 6, 2025 @ 09:56 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_xfmKzh2k2SSfK','order-nov-06-2025-0956-pm','','','2025-11-11 21:23:59','2025-11-11 21:23:59','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184288',0,'shop_order','',3),(184289,1,'2025-11-06 22:14:09','2025-11-06 22:14:09','','Order &ndash; November 6, 2025 @ 10:14 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_563yhqGo8N1E1','order-nov-06-2025-1014-pm','','','2025-11-11 21:24:19','2025-11-11 21:24:19','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184289',0,'shop_order','',3),(184290,1,'2025-11-07 16:33:56','2025-11-07 16:33:56','','Order &ndash; November 7, 2025 @ 04:33 PM','','wc-completed','closed','closed','wc_order_YsaK2KYplCgNq','order-nov-07-2025-0433-pm','','','2025-11-11 21:24:44','2025-11-11 21:24:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184290',0,'shop_order','',3),(184291,1,'2025-11-07 18:30:32','2025-11-07 18:30:32','','Order &ndash; November 7, 2025 @ 06:30 PM','','wc-completed','closed','closed','wc_order_m3cWc32p0qwaJ','order-nov-07-2025-0630-pm','','','2025-11-11 21:25:24','2025-11-11 21:25:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184291',0,'shop_order','',3),(184292,1,'2025-11-07 19:36:55','2025-11-07 19:36:55','','Order &ndash; November 7, 2025 @ 07:36 PM','','wc-completed','closed','closed','wc_order_IwzJgGQ8BQxMr','order-nov-07-2025-0736-pm','','','2025-11-10 21:20:47','2025-11-10 21:20:47','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184292',0,'shop_order','',3),(184293,1,'2025-11-08 16:40:38','2025-11-08 16:40:38','','Order &ndash; November 8, 2025 @ 04:40 PM','','wc-completed','closed','closed','wc_order_NoYx374eRJXzX','order-nov-08-2025-0440-pm','','','2025-11-10 21:23:24','2025-11-10 21:23:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184293',0,'shop_order','',3),(184294,1,'2025-11-09 15:43:08','2025-11-09 15:43:08','','Order &ndash; November 9, 2025 @ 03:43 PM','','wc-completed','closed','closed','wc_order_BIjhIifu7EHkH','order-nov-09-2025-0343-pm','','','2025-11-10 21:24:52','2025-11-10 21:24:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184294',0,'shop_order','',3),(184295,1,'2025-11-10 15:54:43','2025-11-10 15:54:43','','Order &ndash; November 10, 2025 @ 03:54 PM','','wc-completed','closed','closed','wc_order_3ENgBovMZ6bA9','order-nov-10-2025-0354-pm','','','2025-11-11 15:12:31','2025-11-11 15:12:31','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184295',0,'shop_order','',3),(184296,1,'2025-11-10 19:11:19','2025-11-10 19:11:19','','Order &ndash; November 10, 2025 @ 07:11 PM','','wc-completed','closed','closed','wc_order_dak5TPDsynV9y','order-nov-10-2025-0711-pm','','','2025-11-11 15:13:15','2025-11-11 15:13:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184296',0,'shop_order','',3),(184297,1,'2025-11-11 01:31:05','2025-11-11 01:31:05','','Order &ndash; November 11, 2025 @ 01:31 AM','','wc-completed','closed','closed','wc_order_PNzP4Dik4cQrD','order-nov-11-2025-0131-am','','','2025-11-14 20:04:53','2025-11-14 20:04:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184297',0,'shop_order','',3),(184298,1,'2025-11-11 02:56:45','2025-11-11 02:56:45','','Order &ndash; November 11, 2025 @ 02:56 AM','','wc-completed','closed','closed','wc_order_7n1Mb9k441r9G','order-nov-11-2025-0256-am','','','2025-11-11 21:19:23','2025-11-11 21:19:23','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184298',0,'shop_order','',3),(184299,1,'2025-11-11 04:22:26','2025-11-11 04:22:26','','Order &ndash; November 11, 2025 @ 04:22 AM','','wc-pending','open','closed','wc_order_iTseKUjLFdMsx','order-nov-11-2025-0422-am','','','2025-11-11 04:22:26','2025-11-11 04:22:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184299',0,'shop_order','',0),(184300,1,'2025-11-11 04:29:48','2025-11-11 04:29:48','','Order &ndash; November 11, 2025 @ 04:29 AM','','wc-completed','closed','closed','wc_order_lSqy2PU8HCDNT','order-nov-11-2025-0429-am','','','2025-11-14 20:05:39','2025-11-14 20:05:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184300',0,'shop_order','',3),(184301,1,'2025-11-11 21:13:18','2025-11-11 21:13:18','','Refund &ndash; Nov 11, 2025 @ 09:13 PM','','wc-completed','closed','closed','wc_order_EemmpOdGRSba9','refund-nov-11-2025-0913-pm','','','2025-11-11 21:13:18','2025-11-11 21:13:18','',184231,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=184301',0,'shop_order_refund','',0),(184302,1,'2025-11-12 00:16:27','2025-11-12 00:16:27','','Order &ndash; November 12, 2025 @ 12:16 AM','','wc-completed','closed','closed','wc_order_un3WN6sB8PauL','order-nov-12-2025-1216-am','','','2025-11-13 21:43:54','2025-11-13 21:43:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184302',0,'shop_order','',3),(184303,1,'2025-11-12 17:28:59','2025-11-12 17:28:59','','Order &ndash; November 12, 2025 @ 05:28 PM','Please deliver to the blue building.','wc-completed','closed','closed','wc_order_bpQxlBQUNgNBV','order-nov-12-2025-0528-pm','','','2025-11-13 21:44:29','2025-11-13 21:44:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184303',0,'shop_order','',3),(184304,1,'2025-11-12 17:40:44','2025-11-12 17:40:44','','Order &ndash; November 12, 2025 @ 05:40 PM','Please leave outside door of home if not home','wc-completed','closed','closed','wc_order_0KvkQWPA4Dph1','order-nov-12-2025-0540-pm','','','2025-11-13 21:45:26','2025-11-13 21:45:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184304',0,'shop_order','',3),(184305,1,'2025-11-12 17:49:46','2025-11-12 17:49:46','','Order &ndash; November 12, 2025 @ 05:49 PM','Please leave on porch.','wc-completed','closed','closed','wc_order_LdWeY8l9Og5Sh','order-nov-12-2025-0549-pm','','','2025-11-13 21:46:03','2025-11-13 21:46:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184305',0,'shop_order','',3),(184306,1,'2025-11-12 19:16:44','2025-11-12 19:16:44','','Order &ndash; November 12, 2025 @ 07:16 PM','','wc-completed','closed','closed','wc_order_xNhFmSaazG3JO','order-nov-12-2025-0716-pm','','','2025-11-13 21:47:32','2025-11-13 21:47:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184306',0,'shop_order','',3),(184308,1,'2025-11-13 17:40:50','2025-11-13 17:40:50','','Order &ndash; November 13, 2025 @ 05:40 PM','','wc-completed','closed','closed','wc_order_pHcIWiNix7JbI','order-nov-13-2025-0540-pm','','','2025-11-13 21:48:40','2025-11-13 21:48:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184308',0,'shop_order','',3),(184309,1,'2025-11-13 17:49:29','2025-11-13 17:49:29','','Order &ndash; November 13, 2025 @ 05:49 PM','','wc-completed','closed','closed','wc_order_GYrXgErQxhJu6','order-nov-13-2025-0549-pm','','','2025-11-13 21:49:11','2025-11-13 21:49:11','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184309',0,'shop_order','',3),(184310,1,'2025-11-13 18:47:31','2025-11-13 18:47:31','','Order &ndash; November 13, 2025 @ 06:47 PM','Leave on front porch if not home.','wc-completed','closed','closed','wc_order_rKWJ6V5N8CeU8','order-nov-13-2025-0647-pm','','','2025-11-13 21:49:57','2025-11-13 21:49:57','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184310',0,'shop_order','',3),(184311,1,'2025-11-13 19:14:03','2025-11-13 19:14:03','','Refund &ndash; Nov 13, 2025 @ 07:14 PM','','wc-completed','closed','closed','wc_order_n2CgdjHu45lLz','refund-nov-13-2025-0714-pm','','','2025-11-13 19:14:03','2025-11-13 19:14:03','',184273,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=184311',0,'shop_order_refund','',0),(184312,1,'2025-11-14 17:29:07','2025-11-14 17:29:07','','Order &ndash; November 14, 2025 @ 05:29 PM','Please leave at back door of parking lot (not the entrance near ramp) if no one present.','wc-completed','closed','closed','wc_order_IKwKXGaymoe8N','order-nov-14-2025-0529-pm','','','2025-11-14 20:03:55','2025-11-14 20:03:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184312',0,'shop_order','',3),(184313,113,'2025-11-14 19:41:57','2025-11-14 19:41:57','','','','wcm-active','closed','closed','um_69178605e31b8','184313','','','2025-11-14 19:42:51','2025-11-14 19:42:51','',486,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=wc_user_membership&#038;p=184313',0,'wc_user_membership','',0),(184315,1,'2025-11-14 20:47:50','2025-11-14 20:47:50','','Order &ndash; November 14, 2025 @ 08:47 PM','','wc-completed','closed','closed','wc_order_JiXhcPmEQXMAT','order-nov-14-2025-0847-pm','','','2025-11-17 20:00:24','2025-11-17 20:00:24','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184315',0,'shop_order','',3),(184316,1,'2025-11-16 13:09:55','2025-11-16 13:09:55','','Order &ndash; November 16, 2025 @ 01:09 PM','','wc-completed','closed','closed','wc_order_z0R6syi0f1G7r','order-nov-16-2025-0109-pm','','','2025-11-21 17:00:44','2025-11-21 17:00:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184316',0,'shop_order','',3),(184317,1,'2025-11-16 21:05:28','2025-11-16 21:05:28','','Order &ndash; November 16, 2025 @ 09:05 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_73HA93GVR5xma','order-nov-16-2025-0905-pm','','','2025-11-21 16:51:12','2025-11-21 16:51:12','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184317',0,'shop_order','',3),(184318,1,'2025-11-17 05:55:33','2025-11-17 05:55:33','','Order &ndash; November 17, 2025 @ 05:55 AM','Please deliver to lobby between 9:00 am - 6:00 pm. Can someone please sign for it.','wc-completed','closed','closed','wc_order_xvLEttH3OOiKv','order-nov-17-2025-0555-am','','','2025-11-21 17:01:42','2025-11-21 17:01:42','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184318',0,'shop_order','',3),(184320,1,'2025-11-17 16:53:04','2025-11-17 16:53:04','','Order &ndash; November 17, 2025 @ 04:53 PM','','wc-completed','closed','closed','wc_order_KsHrbztIdrNjL','order-nov-17-2025-0453-pm','','','2025-11-21 20:09:25','2025-11-21 20:09:25','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184320',0,'shop_order','',3),(184322,1,'2025-11-17 18:15:32','2025-11-17 18:15:32','','Order &ndash; November 17, 2025 @ 06:15 PM','','wc-pending-approval','open','closed','wc_order_Ro2B9Yh0UcxLE','order-nov-17-2025-0615-pm','','','2025-11-17 18:15:32','2025-11-17 18:15:32','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184322',0,'shop_order','',2),(184323,1,'2025-11-18 18:41:11','2025-11-18 18:41:11','','Order &ndash; November 18, 2025 @ 06:41 PM','','wc-completed','closed','closed','wc_order_sQjwC3XrBfVBQ','order-nov-18-2025-0641-pm','','','2025-11-21 17:06:41','2025-11-21 17:06:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184323',0,'shop_order','',3),(184325,1,'2025-11-24 01:16:56','2025-11-24 01:16:56','','Order &ndash; November 24, 2025 @ 01:16 AM','','wc-cancelled','open','closed','wc_order_MBLH5RLvraMmo','order-nov-24-2025-0116-am','','','2025-11-24 01:18:28','2025-11-24 01:18:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184325',0,'shop_order','',1),(184326,1,'2025-11-24 12:46:47','2025-11-24 12:46:47','','Order &ndash; November 24, 2025 @ 12:46 PM','','wc-cancelled','open','closed','wc_order_rpuTD5J9iMkow','order-nov-24-2025-1246-pm','','','2025-11-24 12:47:41','2025-11-24 12:47:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184326',0,'shop_order','',1),(184327,1,'2025-11-24 12:48:09','2025-11-24 12:48:09','','Order &ndash; November 24, 2025 @ 12:48 PM','','wc-cancelled','open','closed','wc_order_rSZetV7P1xZdC','order-nov-24-2025-1248-pm','','','2025-11-24 12:50:08','2025-11-24 12:50:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184327',0,'shop_order','',1),(184328,2,'2025-11-28 15:58:43','2025-11-28 15:58:43','','EOYThankYou','','publish','closed','closed','','eoythankyou','','','2025-11-28 15:58:43','2025-11-28 15:58:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_coupon&#038;p=184328',0,'shop_coupon','',0),(184329,2,'2025-11-28 16:13:33','2025-11-28 16:13:33','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:13:33','2025-11-28 16:13:33','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184329',0,'revision','',0),(184330,2,'2025-11-28 16:13:33','2025-11-28 16:13:33','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:13:33','2025-11-28 16:13:33','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184330',0,'revision','',0),(184331,2,'2025-11-28 16:13:33','2025-11-28 16:13:33','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:13:33','2025-11-28 16:13:33','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184331',0,'revision','',0),(184332,2,'2025-11-28 16:14:10','2025-11-28 16:14:10','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:14:10','2025-11-28 16:14:10','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184332',0,'revision','',0),(184333,2,'2025-11-28 16:14:10','2025-11-28 16:14:10','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:14:10','2025-11-28 16:14:10','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184333',0,'revision','',0),(184334,2,'2025-11-28 16:14:10','2025-11-28 16:14:10','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:14:10','2025-11-28 16:14:10','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184334',0,'revision','',0),(184335,2,'2025-11-28 16:15:16','2025-11-28 16:15:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:15:16','2025-11-28 16:15:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184335',0,'revision','',0),(184336,2,'2025-11-28 16:15:16','2025-11-28 16:15:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:15:16','2025-11-28 16:15:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184336',0,'revision','',0),(184337,2,'2025-11-28 16:15:16','2025-11-28 16:15:16','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-11-28 16:15:16','2025-11-28 16:15:16','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184337',0,'revision','',0),(184338,1,'2025-11-28 17:01:38','2025-11-28 17:01:38','','Order &ndash; November 28, 2025 @ 05:01 PM','','wc-cancelled','open','closed','wc_order_T5AoFMFzja4yZ','order-nov-28-2025-0501-pm','','','2025-11-28 17:02:52','2025-11-28 17:02:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184338',0,'shop_order','',1),(184339,1,'2025-11-28 17:03:35','2025-11-28 17:03:35','','Order &ndash; November 28, 2025 @ 05:03 PM','','wc-cancelled','open','closed','wc_order_muSMNFPFFp0BU','order-nov-28-2025-0503-pm','','','2025-11-28 17:04:14','2025-11-28 17:04:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184339',0,'shop_order','',1),(184340,1,'2025-11-28 17:05:52','2025-11-28 17:05:52','','Order &ndash; November 28, 2025 @ 05:05 PM','','wc-completed','closed','closed','wc_order_QFX00wrj2pME6','order-nov-28-2025-0505-pm','','','2025-12-03 19:50:37','2025-12-03 19:50:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184340',0,'shop_order','',3),(184341,1,'2025-11-29 19:19:30','2025-11-29 19:19:30','','Order &ndash; November 29, 2025 @ 07:19 PM','','wc-completed','closed','closed','wc_order_Bv9LiDUnpLnoR','order-nov-29-2025-0719-pm','','','2025-12-02 21:58:00','2025-12-02 21:58:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184341',0,'shop_order','',3),(184342,1,'2025-11-29 20:56:18','2025-11-29 20:56:18','','Order &ndash; November 29, 2025 @ 08:56 PM','','wc-completed','closed','closed','wc_order_ggkdxYp1G3iVB','order-nov-29-2025-0856-pm','','','2025-12-02 22:00:29','2025-12-02 22:00:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184342',0,'shop_order','',3),(184343,1,'2025-12-01 12:54:21','2025-12-01 12:54:21','','Order &ndash; December 1, 2025 @ 12:54 PM','','wc-completed','closed','closed','wc_order_ic1ScoDpyxKOy','order-dec-01-2025-1254-pm','','','2025-12-02 22:01:18','2025-12-02 22:01:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184343',0,'shop_order','',3),(184344,1,'2025-12-01 14:55:12','2025-12-01 14:55:12','','Order &ndash; December 1, 2025 @ 02:55 PM','','wc-completed','closed','closed','wc_order_bb6jDhhQNRSNo','order-dec-01-2025-0255-pm','','','2025-12-02 21:59:43','2025-12-02 21:59:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184344',0,'shop_order','',3),(184345,1,'2025-12-01 19:02:51','2025-12-01 19:02:51','','Order &ndash; December 1, 2025 @ 07:02 PM','','wc-completed','closed','closed','wc_order_MtGlgiGGnfn7q','order-dec-01-2025-0702-pm','','','2025-12-02 21:59:00','2025-12-02 21:59:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184345',0,'shop_order','',3),(184347,1,'2025-12-02 01:06:56','2025-12-02 01:06:56','','Order &ndash; December 2, 2025 @ 01:06 AM','code to leave products inside suite 4455','wc-completed','closed','closed','wc_order_eG8mNfCRlsXdr','order-dec-02-2025-0106-am','','','2025-12-09 18:18:30','2025-12-09 18:18:30','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184347',0,'shop_order','',3),(184348,1,'2025-12-02 02:28:06','2025-12-02 02:28:06','','Order &ndash; December 2, 2025 @ 02:28 AM','','wc-completed','closed','closed','wc_order_UUGtg2sHKWVan','order-dec-02-2025-0228-am','','','2025-12-09 18:18:54','2025-12-09 18:18:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184348',0,'shop_order','',3),(184349,1,'2025-12-02 03:50:21','2025-12-02 03:50:21','','Order &ndash; December 2, 2025 @ 03:50 AM','','wc-completed','closed','closed','wc_order_0rdCDZfXygqo5','order-dec-02-2025-0350-am','','','2025-12-03 19:53:08','2025-12-03 19:53:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184349',0,'shop_order','',3),(184350,1,'2025-12-02 15:14:27','2025-12-02 15:14:27','','Order &ndash; December 2, 2025 @ 03:14 PM','','wc-completed','closed','closed','wc_order_FZoOVSobWmQ0J','order-dec-02-2025-0314-pm','','','2025-12-03 19:54:02','2025-12-03 19:54:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184350',0,'shop_order','',3),(184351,1,'2025-12-02 18:22:31','2025-12-02 18:22:31','','Order &ndash; December 2, 2025 @ 06:22 PM','','wc-completed','closed','closed','wc_order_2ISWp5r9sBYcW','order-dec-02-2025-0622-pm','','','2025-12-02 22:03:28','2025-12-02 22:03:28','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184351',0,'shop_order','',3),(184352,1,'2025-12-03 17:57:03','2025-12-03 17:57:03','','Order &ndash; December 3, 2025 @ 05:57 PM','','wc-pending','open','closed','wc_order_SoUUDcVmFe628','order-dec-03-2025-0557-pm','','','2025-12-03 17:57:03','2025-12-03 17:57:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184352',0,'shop_order','',0),(184353,1,'2025-12-03 19:06:05','2025-12-03 19:06:05','','Order &ndash; December 3, 2025 @ 07:06 PM','','wc-completed','closed','closed','wc_order_kjJ0V5N4G8Gc0','order-dec-03-2025-0706-pm','','','2025-12-09 18:19:20','2025-12-09 18:19:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184353',0,'shop_order','',3),(184354,1,'2025-12-04 05:34:57','2025-12-04 05:34:57','','Order &ndash; December 4, 2025 @ 05:34 AM','','wc-completed','closed','closed','wc_order_Uqqv0GoiypGeo','order-dec-04-2025-0534-am','','','2025-12-08 20:14:03','2025-12-08 20:14:03','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184354',0,'shop_order','',3),(184355,1,'2025-12-05 00:11:36','2025-12-05 00:11:36','','Order &ndash; December 5, 2025 @ 12:11 AM','','wc-pending','open','closed','wc_order_I5MC6LYVqC1wR','order-dec-05-2025-1211-am','','','2025-12-05 00:11:36','2025-12-05 00:11:36','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184355',0,'shop_order','',0),(184356,1,'2025-12-05 00:14:30','2025-12-05 00:14:30','','Order &ndash; December 5, 2025 @ 12:14 AM','','wc-completed','closed','closed','wc_order_sL3ZGfNxzt2kY','order-dec-05-2025-1214-am','','','2025-12-08 20:14:18','2025-12-08 20:14:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184356',0,'shop_order','',4),(184357,1,'2025-12-05 04:11:53','2025-12-05 04:11:53','','Refund &ndash; Dec 05, 2025 @ 04:11 AM','','wc-completed','closed','closed','wc_order_nOatpZn3RElpZ','refund-dec-05-2025-0411-am','','','2025-12-05 04:11:53','2025-12-05 04:11:53','',184356,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order_refund&p=184357',0,'shop_order_refund','',0),(184358,1,'2025-12-05 16:17:04','2025-12-05 16:17:04','','Order &ndash; December 5, 2025 @ 04:17 PM','','wc-completed','closed','closed','wc_order_eNDGl2kvUTnxh','order-dec-05-2025-0417-pm','','','2025-12-09 18:20:20','2025-12-09 18:20:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184358',0,'shop_order','',3),(184359,1,'2025-12-06 19:18:00','2025-12-06 19:18:00','','Order &ndash; December 6, 2025 @ 07:18 PM','','wc-completed','closed','closed','wc_order_vOAmVXXYoLitI','order-dec-06-2025-0718-pm','','','2025-12-09 18:22:29','2025-12-09 18:22:29','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184359',0,'shop_order','',3),(184360,1,'2025-12-08 13:39:55','2025-12-08 13:39:55','','Order &ndash; December 8, 2025 @ 01:39 PM','','wc-cancelled','open','closed','wc_order_lgE1F9ahplZIi','order-dec-08-2025-0139-pm','','','2025-12-09 16:52:52','2025-12-09 16:52:52','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184360',0,'shop_order','',1),(184361,1,'2025-12-08 14:35:16','2025-12-08 14:35:16','','Order &ndash; December 8, 2025 @ 02:35 PM','','wc-completed','closed','closed','wc_order_WwKrVWagnnmMH','order-dec-08-2025-0235-pm','','','2025-12-09 18:24:08','2025-12-09 18:24:08','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184361',0,'shop_order','',3),(184362,1,'2025-12-09 13:12:19','2025-12-09 13:12:19','','Order &ndash; December 9, 2025 @ 01:12 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_WP5EWgpF023fx','order-dec-09-2025-0112-pm','','','2025-12-09 18:24:55','2025-12-09 18:24:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184362',0,'shop_order','',3),(184364,1,'2025-12-09 16:53:45','2025-12-09 16:53:45','','Order &ndash; December 9, 2025 @ 04:53 PM','','wc-completed','closed','closed','wc_order_hU3ZtiuSer9sU','order-dec-09-2025-0453-pm','','','2025-12-10 02:38:18','2025-12-10 02:38:18','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184364',0,'shop_order','',3),(184365,1,'2025-12-09 17:43:35','2025-12-09 17:43:35','','Order &ndash; December 9, 2025 @ 05:43 PM','','wc-completed','closed','closed','wc_order_QaMzYSpmxFpCa','order-dec-09-2025-0543-pm','','','2025-12-10 02:38:49','2025-12-10 02:38:49','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184365',0,'shop_order','',3),(184366,1,'2025-12-09 23:11:10','2025-12-09 23:11:10','','Order &ndash; December 9, 2025 @ 11:11 PM','','wc-completed','closed','closed','wc_order_9ELpMsJhuWCB2','order-dec-09-2025-1111-pm','','','2025-12-13 06:08:20','2025-12-13 06:08:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184366',0,'shop_order','',3),(184367,1,'2025-12-10 05:25:12','2025-12-10 05:25:12','','Order &ndash; December 10, 2025 @ 05:25 AM','','wc-completed','closed','closed','wc_order_EOaPhSdISVErw','order-dec-10-2025-0525-am','','','2025-12-13 06:09:55','2025-12-13 06:09:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184367',0,'shop_order','',3),(184368,1,'2025-12-10 20:09:27','2025-12-10 20:09:27','','Order &ndash; December 10, 2025 @ 08:09 PM','','wc-completed','closed','closed','wc_order_ulBMvopT4nac8','order-dec-10-2025-0809-pm','','','2025-12-13 06:10:33','2025-12-13 06:10:33','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184368',0,'shop_order','',3),(184369,1,'2025-12-11 01:05:10','2025-12-11 01:05:10','','Order &ndash; December 11, 2025 @ 01:05 AM','','wc-completed','closed','closed','wc_order_sub4ly7kMG9yd','order-dec-11-2025-0105-am','','','2025-12-17 21:59:54','2025-12-17 21:59:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184369',0,'shop_order','',3),(184370,1,'2025-12-11 16:31:36','2025-12-11 16:31:36','','Order &ndash; December 11, 2025 @ 04:31 PM','','wc-completed','closed','closed','wc_order_FzvyAUQbgCj5C','order-dec-11-2025-0431-pm','','','2025-12-17 22:21:17','2025-12-17 22:21:17','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184370',0,'shop_order','',3),(184371,1,'2025-12-11 17:48:58','2025-12-11 17:48:58','','Order &ndash; December 11, 2025 @ 05:48 PM','','wc-completed','closed','closed','wc_order_AIPd0xERdNknR','order-dec-11-2025-0548-pm','','','2025-12-17 22:21:22','2025-12-17 22:21:22','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184371',0,'shop_order','',3),(184372,1,'2025-12-11 20:34:37','2025-12-11 20:34:37','','Order &ndash; December 11, 2025 @ 08:34 PM','Please ensure the boxes are delivered to the correct address. They were sent to the wrong location previously, and we had to pick them up ourselves. With this many boxes, that won’t be possible this time. Thank you in advance for your attention to this!','wc-pending','open','closed','wc_order_nTcg1s9e1xj3S','order-dec-11-2025-0834-pm','','','2025-12-11 20:34:37','2025-12-11 20:34:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184372',0,'shop_order','',0),(184373,2,'2025-12-11 20:46:59','2025-12-11 20:46:59','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-11 20:46:59','2025-12-11 20:46:59','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184373',0,'revision','',0),(184374,2,'2025-12-11 20:46:59','2025-12-11 20:46:59','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-11 20:46:59','2025-12-11 20:46:59','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184374',0,'revision','',0),(184375,2,'2025-12-11 20:46:59','2025-12-11 20:46:59','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-11 20:46:59','2025-12-11 20:46:59','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184375',0,'revision','',0),(184376,1,'2025-12-11 21:32:49','2025-12-11 21:32:49','','Order &ndash; December 11, 2025 @ 09:32 PM','Please ensure the boxes are delivered to the correct address. They were sent to the wrong location previously, and we had to pick them up ourselves. With this many boxes, that won’t be possible this time. Thank you in advance for your attention to this!','wc-completed','closed','closed','wc_order_hZ588L5vquNuw','order-dec-11-2025-0932-pm','','','2025-12-13 06:08:54','2025-12-13 06:08:54','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184376',0,'shop_order','',3),(184377,1,'2025-12-12 02:09:59','2025-12-12 02:09:59','','Order &ndash; December 12, 2025 @ 02:09 AM','','wc-cancelled','open','closed','wc_order_m6eGJw0mDh4N1','order-dec-12-2025-0209-am','','','2025-12-12 02:11:53','2025-12-12 02:11:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184377',0,'shop_order','',1),(184378,1,'2025-12-12 02:12:25','2025-12-12 02:12:25','','Order &ndash; December 12, 2025 @ 02:12 AM','','wc-cancelled','open','closed','wc_order_vG1fQHIW4l9FG','order-dec-12-2025-0212-am','','','2025-12-12 02:31:45','2025-12-12 02:31:45','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184378',0,'shop_order','',1),(184379,1,'2025-12-12 02:18:27','2025-12-12 02:18:27','','Order &ndash; December 12, 2025 @ 02:18 AM','','wc-cancelled','open','closed','wc_order_FFPKErcUgvoXw','order-dec-12-2025-0218-am','','','2025-12-12 02:19:00','2025-12-12 02:19:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184379',0,'shop_order','',1),(184380,1,'2025-12-12 02:19:17','2025-12-12 02:19:17','','Order &ndash; December 12, 2025 @ 02:19 AM','','wc-cancelled','open','closed','wc_order_dOn2SddPyBRdv','order-dec-12-2025-0219-am','','','2025-12-12 02:28:41','2025-12-12 02:28:41','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184380',0,'shop_order','',1),(184384,1,'2025-12-15 17:36:55','2025-12-15 17:36:55','','Order &ndash; December 15, 2025 @ 05:36 PM','','wc-completed','closed','closed','wc_order_qcmv6TRKqpVz9','order-dec-15-2025-0536-pm','','','2025-12-17 22:02:37','2025-12-17 22:02:37','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184384',0,'shop_order','',3),(184385,1,'2025-12-15 17:47:15','2025-12-15 17:47:15','','Order &ndash; December 15, 2025 @ 05:47 PM','','wc-pending','open','closed','wc_order_8lFVzA6ynxeTJ','order-dec-15-2025-0547-pm','','','2025-12-15 17:47:15','2025-12-15 17:47:15','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&p=184385',0,'shop_order','',0),(184386,1,'2025-12-15 18:11:34','2025-12-15 18:11:34','','Order &ndash; December 15, 2025 @ 06:11 PM','','wc-completed','closed','closed','wc_order_VvXf70JJZIm8V','order-dec-15-2025-0611-pm','','','2025-12-17 20:17:50','2025-12-17 20:17:50','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184386',0,'shop_order','',3),(184387,1,'2025-12-15 19:58:52','2025-12-15 19:58:52','','Order &ndash; December 15, 2025 @ 07:58 PM','','wc-completed','closed','closed','wc_order_u2DKAHbPfQA2g','order-dec-15-2025-0758-pm','','','2025-12-17 22:04:26','2025-12-17 22:04:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184387',0,'shop_order','',3),(184388,1,'2025-12-15 20:16:20','2025-12-15 20:16:20','','Order &ndash; December 15, 2025 @ 08:16 PM','','wc-completed','closed','closed','wc_order_Il0fiBXCLGVJx','order-dec-15-2025-0816-pm','','','2025-12-17 22:22:53','2025-12-17 22:22:53','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184388',0,'shop_order','',3),(184389,1,'2025-12-16 16:51:09','2025-12-16 16:51:09','','Order &ndash; December 16, 2025 @ 04:51 PM','Please leave outside our suite door if the suite door is locked -JF','wc-completed','closed','closed','wc_order_rxbFsinyx7lVX','order-dec-16-2025-0451-pm','','','2025-12-17 20:18:34','2025-12-17 20:18:34','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184389',0,'shop_order','',3),(184390,1,'2025-12-16 16:57:42','2025-12-16 16:57:42','','Order &ndash; December 16, 2025 @ 04:57 PM','Please leave outside the door if not home.','wc-completed','closed','closed','wc_order_Vi7Px0pPCaz7N','order-dec-16-2025-0457-pm','','','2025-12-17 22:23:35','2025-12-17 22:23:35','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184390',0,'shop_order','',3),(184391,1,'2025-12-16 17:02:20','2025-12-16 17:02:20','','Order &ndash; December 16, 2025 @ 05:02 PM','Please deliver to the blue building not the green building.','wc-completed','closed','closed','wc_order_FkAjqe479UEwd','order-dec-16-2025-0502-pm','','','2025-12-17 20:19:26','2025-12-17 20:19:26','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184391',0,'shop_order','',3),(184393,2,'2025-12-20 05:00:36','2025-12-20 05:00:36','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-20 05:00:36','2025-12-20 05:00:36','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184393',0,'revision','',0),(184394,2,'2025-12-20 05:00:36','2025-12-20 05:00:36','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h2>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-20 05:00:36','2025-12-20 05:00:36','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184394',0,'revision','',0),(184395,2,'2025-12-20 05:00:36','2025-12-20 05:00:36','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h5>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.</h5>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-revision-v1','','','2025-12-20 05:00:36','2025-12-20 05:00:36','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184395',0,'revision','',0),(184396,2,'2025-12-20 05:06:03','2025-12-20 05:06:03','<h2>NEW VOLUME DISCOUNT</h2>				\n					<h2>Buy 8+ cases of a product and get a 7% discount on that product!</h2>				\n		Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.		\n					<h2>THANK YOU FOR BEING A VALUED CUSTOMER!</h2>				\n					<h5>As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.<br>Buy 8+ cases of a product and get a 7% discount on that product!</h5>				\n		<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.</p>		\n					<h2>LICE TREATMENT PRODUCTS</h2>				\n					<h2>LICE PREVENTION PRODUCTS</h2>				\n					<h2>BULK CLINIC SUPPLIES</h2>				\n					<h2>BRUSHES AND ACCESSORIES </h2>','Shop Now','','inherit','closed','closed','','115-autosave-v1','','','2025-12-20 05:06:04','2025-12-20 05:06:04','',115,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184396',0,'revision','',0),(184397,1,'2025-12-22 05:35:59','2025-12-22 05:35:59','','Order &ndash; December 22, 2025 @ 05:35 AM','','wc-completed','closed','closed','wc_order_Gd1MsUaMPXrV7','order-dec-22-2025-0535-am','','','2025-12-22 21:12:14','2025-12-22 21:12:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184397',0,'shop_order','',3),(184398,1,'2025-12-22 18:25:45','2025-12-22 18:25:45','','Order &ndash; December 22, 2025 @ 06:25 PM','','wc-completed','closed','closed','wc_order_vajHVQH1n3g17','order-dec-22-2025-0625-pm','','','2025-12-29 22:57:14','2025-12-29 22:57:14','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184398',0,'shop_order','',3),(184399,1,'2025-12-22 22:22:09','2025-12-22 22:22:09','','Order &ndash; December 22, 2025 @ 10:22 PM','','wc-completed','closed','closed','wc_order_ZQN4GmfrPVZWY','order-dec-22-2025-1022-pm','','','2025-12-29 22:57:40','2025-12-29 22:57:40','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184399',0,'shop_order','',3),(184400,1,'2025-12-23 05:51:47','2025-12-23 05:51:47','','Order &ndash; December 23, 2025 @ 05:51 AM','','wc-completed','closed','closed','wc_order_nBcH5UKd6Gezf','order-dec-23-2025-0551-am','','','2025-12-29 22:58:20','2025-12-29 22:58:20','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184400',0,'shop_order','',3),(184401,1,'2025-12-23 08:20:07','2025-12-23 08:20:07','','Order &ndash; December 23, 2025 @ 08:20 AM','','wc-completed','closed','closed','wc_order_bNm752V1JwiIQ','order-dec-23-2025-0820-am','','','2025-12-29 22:58:55','2025-12-29 22:58:55','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184401',0,'shop_order','',3),(184402,1,'2025-12-23 20:34:04','2025-12-23 20:34:04','','Order &ndash; December 23, 2025 @ 08:34 PM','','wc-completed','closed','closed','wc_order_kNd3zq2QKY0Pi','order-dec-23-2025-0834-pm','','','2025-12-29 15:20:16','2025-12-29 15:20:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184402',0,'shop_order','',3),(184403,1,'2025-12-23 22:00:28','2025-12-23 22:00:28','','Order &ndash; December 23, 2025 @ 10:00 PM','leave boxes inside room , code 4455','wc-completed','closed','closed','wc_order_bDNScC5Z7R6xz','order-dec-23-2025-1000-pm','','','2025-12-29 15:22:02','2025-12-29 15:22:02','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184403',0,'shop_order','',3),(184404,1,'2025-12-24 13:26:30','2025-12-24 13:26:30','','Order &ndash; December 24, 2025 @ 01:26 PM','','wc-completed','closed','closed','wc_order_BOXeQo4QNUg0d','order-dec-24-2025-0126-pm','','','2025-12-29 15:22:58','2025-12-29 15:22:58','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184404',0,'shop_order','',3),(184405,1,'2025-12-24 14:36:23','2025-12-24 14:36:23','','Order &ndash; December 24, 2025 @ 02:36 PM','Please deliver directly to suite','wc-completed','closed','closed','wc_order_GQbRtdNLfo2fW','order-dec-24-2025-0236-pm','','','2025-12-29 15:21:06','2025-12-29 15:21:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184405',0,'shop_order','',3),(184406,1,'2025-12-28 16:16:47','2025-12-28 16:16:47','','Order &ndash; December 28, 2025 @ 04:16 PM','Please deliver to Naomi\'s office in suite 201','wc-completed','closed','closed','wc_order_T3JCwvhzLYlFE','order-dec-28-2025-0416-pm','','','2025-12-29 23:17:06','2025-12-29 23:17:06','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184406',0,'shop_order','',3),(184407,1,'2025-12-28 16:26:06','2025-12-28 16:26:06','','Order &ndash; December 28, 2025 @ 04:26 PM','','wc-completed','closed','closed','wc_order_eetAaMIbep4m0','order-dec-28-2025-0426-pm','','','2025-12-29 18:09:39','2025-12-29 18:09:39','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184407',0,'shop_order','',3),(184408,1,'2025-12-28 17:41:12','2025-12-28 17:41:12','','Order &ndash; December 28, 2025 @ 05:41 PM','','wc-cancelled','open','closed','wc_order_7lw1zLnEiECkm','order-dec-28-2025-0541-pm','','','2025-12-28 17:42:43','2025-12-28 17:42:43','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184408',0,'shop_order','',1),(184409,1,'2025-12-28 17:43:06','2025-12-28 17:43:06','','Order &ndash; December 28, 2025 @ 05:43 PM','','wc-completed','closed','closed','wc_order_pQHQCgQv9yz4Q','order-dec-28-2025-0543-pm','','','2025-12-29 23:02:10','2025-12-29 23:02:10','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184409',0,'shop_order','',3),(184410,1,'2025-12-28 18:35:08','2025-12-28 18:35:08','','Order &ndash; December 28, 2025 @ 06:35 PM','','wc-cancelled','open','closed','wc_order_RDBXiZgcLQCwI','order-dec-28-2025-0635-pm','','','2025-12-28 18:36:16','2025-12-28 18:36:16','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184410',0,'shop_order','',1),(184411,1,'2025-12-28 18:37:03','2025-12-28 18:37:03','','Order &ndash; December 28, 2025 @ 06:37 PM','','wc-completed','closed','closed','wc_order_gZgqvkcSTImoD','order-dec-28-2025-0637-pm','','','2025-12-29 23:03:04','2025-12-29 23:03:04','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184411',0,'shop_order','',3),(184412,1,'2025-12-29 13:21:41','2025-12-29 13:21:41','','Order &ndash; December 29, 2025 @ 01:21 PM','','wc-completed','closed','closed','wc_order_43iEGQoOB15cX','order-dec-29-2025-0121-pm','','','2025-12-29 23:01:07','2025-12-29 23:01:07','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184412',0,'shop_order','',3),(184413,2,'2025-12-29 15:05:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-12-29 15:05:51','0000-00-00 00:00:00','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?p=184413',0,'post','',0),(184414,1,'2025-12-29 18:54:01','2025-12-29 18:54:01','','Order &ndash; December 29, 2025 @ 06:54 PM','','wc-completed','closed','closed','wc_order_eP6Flqrcbtlzb','order-dec-29-2025-0654-pm','','','2025-12-29 23:14:44','2025-12-29 23:14:44','',0,'https://lcaportalstoreg.liceclinicsofamerica.com/?post_type=shop_order&#038;p=184414',0,'shop_order','',3),(184415,95,'2025-12-31 21:22:43','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-12-31 21:22:43','0000-00-00 00:00:00','',0,'https://lcaginesisstore-staging.us14.cdn-alpha.com/?p=184415',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_snippets`
--

DROP TABLE IF EXISTS `wp_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext NOT NULL,
  `description` text NOT NULL,
  `code` longtext NOT NULL,
  `tags` longtext NOT NULL,
  `scope` varchar(15) NOT NULL DEFAULT 'global',
  `condition_id` bigint(20) NOT NULL DEFAULT 0,
  `priority` smallint(6) NOT NULL DEFAULT 10,
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `modified` datetime NOT NULL DEFAULT current_timestamp(),
  `revision` bigint(20) NOT NULL DEFAULT 1,
  `cloud_id` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `scope` (`scope`),
  KEY `active` (`active`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_snippets`
--

LOCK TABLES `wp_snippets` WRITE;
/*!40000 ALTER TABLE `wp_snippets` DISABLE KEYS */;
INSERT INTO `wp_snippets` VALUES (1,'Make upload filenames lowercase','Makes sure that image and file uploads have lowercase filenames.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'sanitize_file_name\', \'mb_strtolower\' );','sample, media','global',0,10,0,'2025-11-28 16:07:11',1,NULL),(2,'Disable admin bar','Turns off the WordPress admin bar for everyone except administrators.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_action( \'wp\', function () {\n	if ( ! current_user_can( \'manage_options\' ) ) {\n		show_admin_bar( false );\n	}\n} );','sample, admin-bar','front-end',0,10,0,'2025-11-28 16:07:11',1,NULL),(3,'Allow smilies','Allows smiley conversion in obscure places.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'widget_text\', \'convert_smilies\' );\nadd_filter( \'the_title\', \'convert_smilies\' );\nadd_filter( \'wp_title\', \'convert_smilies\' );\nadd_filter( \'get_bloginfo\', \'convert_smilies\' );','sample','global',0,10,0,'2025-11-28 16:07:11',1,NULL),(4,'Current year','Shortcode for inserting the current year into a post or page..\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','<?php echo date( \'Y\' ); ?>','sample, dates','content',0,10,0,'2025-11-28 16:07:11',1,NULL),(5,'Auto Apply Coupon','','// Auto-apply EOYThankYou coupon to every cart\nadd_action( \'woocommerce_before_calculate_totals\', \'bb_auto_apply_eoythankyou_coupon\' );\nfunction bb_auto_apply_eoythankyou_coupon( $cart ) {\n    if ( is_admin() && ! defined( \'DOING_AJAX\' ) ) {\n        return;\n    }\n\n    $coupon_code = \'eoythankyou\';\n\n    if ( $cart->is_empty() ) {\n        if ( $cart->has_discount( $coupon_code ) ) {\n            $cart->remove_coupon( $coupon_code );\n            $cart->calculate_totals();\n        }\n        return;\n    }\n\n    if ( ! $cart->has_discount( $coupon_code ) ) {\n        $cart->apply_coupon( $coupon_code );\n        $cart->calculate_totals();\n    }\n}\n','','global',0,10,1,'2025-11-28 16:09:20',1,NULL);
/*!40000 ALTER TABLE `wp_snippets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (23,2,0),(23,32,0),(23,33,0),(38,2,0),(38,32,0),(38,33,0),(39,2,0),(39,32,0),(40,2,0),(40,32,0),(41,2,0),(41,32,0),(42,2,0),(42,32,0),(43,2,0),(43,32,0),(44,2,0),(44,32,0),(45,2,0),(45,32,0),(46,2,0),(46,32,0),(47,2,0),(47,32,0),(48,2,0),(48,32,0),(49,2,0),(49,32,0),(50,2,0),(50,32,0),(51,2,0),(51,32,0),(70,22,0),(93,2,0),(93,30,0),(93,32,0),(95,2,0),(95,30,0),(95,32,0),(97,2,0),(97,30,0),(97,32,0),(99,2,0),(99,30,0),(99,32,0),(101,2,0),(101,32,0),(103,2,0),(103,32,0),(105,2,0),(105,32,0),(112,26,0),(116,2,0),(116,32,0),(118,2,0),(118,32,0),(120,2,0),(120,32,0),(125,28,0),(126,28,0),(131,2,0),(131,31,0),(133,2,0),(133,31,0),(135,2,0),(135,31,0),(137,2,0),(137,31,0),(138,2,0),(138,31,0),(142,2,0),(142,31,0),(144,2,0),(144,31,0),(146,2,0),(146,31,0),(148,2,0),(148,31,0),(152,22,0),(184,29,0),(187,29,0),(318,2,0),(318,31,0),(320,2,0),(320,31,0),(487,2,0),(487,30,0),(487,32,0),(488,2,0),(488,30,0),(488,32,0),(489,2,0),(489,30,0),(489,32,0),(490,2,0),(490,30,0),(490,32,0),(515,34,0),(610,35,0),(611,35,0),(2110,2,0),(2110,32,0),(2110,33,0),(2113,2,0),(2113,32,0),(2113,33,0),(2234,34,0),(2400,2,0),(2400,32,0),(2408,2,0),(2408,32,0),(2521,34,0),(2929,28,0),(3352,2,0),(3352,32,0),(3354,2,0),(3354,32,0),(3356,2,0),(3356,32,0),(3358,2,0),(3358,32,0),(3360,2,0),(3360,32,0),(3362,2,0),(3362,32,0),(3412,2,0),(3412,32,0),(3476,2,0),(3476,32,0),(3485,2,0),(3485,32,0),(3499,2,0),(3499,32,0),(3507,2,0),(3507,32,0),(3524,2,0),(3524,32,0),(3525,2,0),(3525,32,0),(3576,26,0),(3580,29,0),(3587,36,0),(3601,37,0),(3696,2,0),(3696,30,0),(3696,32,0),(184158,26,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'product_type','',0,53),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'product_cat','',0,0),(17,17,'product_cat','',0,0),(18,18,'product_cat','',0,0),(19,19,'product_cat','',0,0),(20,20,'product_cat','',0,0),(21,21,'product_cat','',0,0),(22,22,'elementor_library_type','',0,1),(23,23,'product_cat','',0,0),(24,24,'product_cat','',0,0),(25,25,'product_cat','',0,0),(26,26,'elementor_library_type','',0,2),(27,27,'elementor_library_type','',0,0),(28,28,'nav_menu','',0,3),(29,29,'elementor_library_type','',0,1),(30,30,'product_shipping_class','Bulk Ordered Items',0,9),(31,31,'product_cat','',0,11),(32,32,'product_cat','',0,42),(33,33,'product_shipping_class','Non Bulk Products',0,4),(34,34,'shop_coupon_cat','',0,3),(35,35,'elementor_library_type','',0,1),(36,36,'elementor_library_type','',0,1),(37,37,'elementor_library_type','',0,1),(38,38,'berocket_taxonomy_data','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_termmeta`
--

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES (1,15,'product_count_product_cat','0'),(2,16,'order','0'),(3,17,'order','0'),(4,18,'order','0'),(5,19,'order','0'),(6,20,'order','0'),(7,21,'order','0'),(8,16,'product_count_product_cat','0'),(9,17,'product_count_product_cat','0'),(10,18,'product_count_product_cat','0'),(11,19,'product_count_product_cat','0'),(12,20,'product_count_product_cat','0'),(13,21,'product_count_product_cat','0'),(14,23,'order','0'),(15,24,'order','0'),(16,23,'product_count_product_cat','0'),(17,24,'product_count_product_cat','0'),(18,25,'order','0'),(19,25,'product_count_product_cat','0'),(20,31,'order','0'),(21,32,'order','0'),(22,31,'product_count_product_cat','11'),(23,32,'product_count_product_cat','42'),(24,36,'group_of_quantity',''),(25,36,'minimum_allowed_quantity',''),(26,36,'maximum_allowed_quantity',''),(27,37,'group_of_quantity',''),(28,37,'minimum_allowed_quantity',''),(29,37,'maximum_allowed_quantity',''),(30,28,'group_of_quantity',''),(31,28,'minimum_allowed_quantity',''),(32,28,'maximum_allowed_quantity',''),(33,38,'group_of_quantity',''),(34,38,'minimum_allowed_quantity',''),(35,38,'maximum_allowed_quantity','');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Active Rinse','active-rinse',0),(17,'Shampoo &amp; Conditioner','shampoo-conditioner',0),(18,'Lice Combs &amp; Accessories','lice-combs-accessories',0),(19,'Hair Product','hair-product',0),(20,'Lice Prevention Kits','lice-prevention-kits',0),(21,'Lice Removal','lice-removal',0),(22,'product','product',0),(23,'Lice Treatment Products','lice-treatment-products',0),(24,'Lice Prevention Products','lice-prevention-products',0),(25,'Clinic Supplies','clinic-supplies',0),(26,'header','header',0),(27,'product-archive','product-archive',0),(28,'Main Menu','main-menu',0),(29,'footer','footer',0),(30,'Bulk Order Items','bulk',0),(31,'Ginesis','ginesis',0),(32,'LCA','lca',0),(33,'Standard Stock Items','stock',0),(34,'Uncategorized','uncategorized',0),(35,'popup','popup',0),(36,'container','container',0),(37,'section','section',0),(38,'isdisabled','isdisabled',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=17467 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','lcaportalstore'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"98.201.40.0\";}'),(19,2,'nickname','lcaadmin'),(20,2,'first_name','Brice'),(21,2,'last_name','Blackerby'),(22,2,'description',''),(23,2,'rich_editing','true'),(24,2,'syntax_highlighting','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'locale',''),(30,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(31,2,'wp_user_level','10'),(32,2,'dismissed_wp_pointers','theme_editor_notice,mw_wc_qbo_syncqb_online_sync'),(34,2,'wp_dashboard_quick_press_last_post_id','184413'),(35,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.224.194.0\";}'),(36,2,'wp_elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"1g3THIevoQu3tiQNZ38SFvuA6Oh5Ewvj\";s:11:\"auth_secret\";s:32:\"zeP70e7ACKuf9YM14Me5C2fDcH8XlH7d\";s:12:\"access_token\";s:32:\"1V1BOyG63SGe8py2W1suoEEsUpWTzBpJ\";s:19:\"access_token_secret\";s:32:\"g0f7qs8UeM9GAGohbu01pClh92NfXBb3\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:23:\"bblackerby424@gmail.com\";}}'),(37,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(38,2,'wp_user-settings-time','1765606012'),(39,2,'_woocommerce_tracks_anon_id','woo:zLf8wYOpcDBj5QiuDI4NZrYc'),(40,2,'last_update','1751908043'),(42,2,'wc_last_active','1767050124'),(46,2,'wp_woocommerce_product_import_mapping','a:39:{i:0;s:2:\"id\";i:1;s:4:\"type\";i:2;s:3:\"sku\";i:3;s:4:\"name\";i:4;s:9:\"published\";i:5;s:8:\"featured\";i:6;s:18:\"catalog_visibility\";i:7;s:17:\"short_description\";i:8;s:11:\"description\";i:9;s:17:\"date_on_sale_from\";i:10;s:15:\"date_on_sale_to\";i:11;s:10:\"tax_status\";i:12;s:9:\"tax_class\";i:13;s:12:\"stock_status\";i:14;s:14:\"stock_quantity\";i:15;s:16:\"low_stock_amount\";i:16;s:10:\"backorders\";i:17;s:17:\"sold_individually\";i:18;s:6:\"weight\";i:19;s:6:\"length\";i:20;s:5:\"width\";i:21;s:6:\"height\";i:22;s:15:\"reviews_allowed\";i:23;s:13:\"purchase_note\";i:24;s:10:\"sale_price\";i:25;s:13:\"regular_price\";i:26;s:12:\"category_ids\";i:27;s:7:\"tag_ids\";i:28;s:17:\"shipping_class_id\";i:29;s:6:\"images\";i:30;s:14:\"download_limit\";i:31;s:15:\"download_expiry\";i:32;s:9:\"parent_id\";i:33;s:16:\"grouped_products\";i:34;s:10:\"upsell_ids\";i:35;s:14:\"cross_sell_ids\";i:36;s:11:\"product_url\";i:37;s:11:\"button_text\";i:38;s:10:\"menu_order\";}'),(47,2,'wp_product_import_error_log','a:0:{}'),(49,2,'meta-box-order_product','a:3:{s:4:\"side\";s:108:\"submitdiv,product_catdiv,tagsdiv-product_tag,astra_settings_meta_box,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:95:\"woocommerce-product-data,wc-memberships-product-memberships-data,postexcerpt,postcustom,slugdiv\";s:8:\"advanced\";s:0:\"\";}'),(50,2,'screen_layout_product','2'),(52,2,'edit_product_per_page','100'),(54,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(55,2,'metaboxhidden_nav-menus','a:7:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:33:\"add-post-type-astra-advanced-hook\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";}'),(59,2,'woocommerce_admin_task_list_tracked_started_tasks','{\"tax\":1}'),(61,2,'_wc_memberships_show_admin_restricted_content_notice','no'),(62,2,'nav_menu_recently_edited','28'),(64,2,'_wc_memberships_hidden_profile_field_columns','a:0:{}'),(70,2,'theme-min-version-notice-min-ver','4.11.8'),(71,2,'_wc_plugin_framework_memberships_dismissed_messages','a:4:{s:23:\"membership-plan-created\";b:1;s:23:\"user-membership-created\";b:1;s:20:\"wc_memberships_setup\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;}'),(73,2,'billing_first_name','Brice'),(74,2,'billing_last_name','Blackerby'),(75,2,'billing_address_1','806 Friars Lane'),(76,2,'billing_city','Baytown'),(77,2,'billing_state','TX'),(78,2,'billing_postcode','77521'),(79,2,'billing_country','US'),(80,2,'billing_email','bblackerby424@gmail.com'),(81,2,'billing_phone','8325603726'),(82,2,'shipping_first_name','Brice'),(83,2,'shipping_last_name','Blackerby'),(84,2,'shipping_address_1','806 Friars Lane'),(85,2,'shipping_city','Baytown'),(86,2,'shipping_state','TX'),(87,2,'shipping_postcode','77521'),(88,2,'shipping_country','US'),(89,2,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(92,2,'paying_customer','1'),(102,3,'nickname','lca_mckinney'),(103,3,'first_name','Amanda'),(104,3,'last_name','Westerman'),(105,3,'description',''),(106,3,'rich_editing','true'),(107,3,'syntax_highlighting','true'),(108,3,'comment_shortcuts','false'),(109,3,'admin_color','fresh'),(110,3,'use_ssl','0'),(111,3,'show_admin_bar_front','true'),(112,3,'locale',''),(113,3,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(114,3,'wp_user_level','0'),(115,3,'dismissed_wp_pointers',''),(116,3,'last_update','1767014501'),(117,4,'nickname','lca_slc'),(118,4,'first_name','Courtney'),(119,4,'last_name','Callahan'),(120,4,'description',''),(121,4,'rich_editing','true'),(122,4,'syntax_highlighting','true'),(123,4,'comment_shortcuts','false'),(124,4,'admin_color','fresh'),(125,4,'use_ssl','0'),(126,4,'show_admin_bar_front','true'),(127,4,'locale',''),(128,4,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(129,4,'wp_user_level','0'),(130,4,'dismissed_wp_pointers',''),(131,4,'last_update','1765470696'),(134,4,'billing_first_name','Courtney'),(135,4,'billing_last_name','Callahan'),(136,4,'billing_company','Larada Sciences (LCA)'),(137,4,'billing_address_1','4873 South State St.'),(138,4,'billing_address_2',''),(139,4,'billing_city','Murray'),(140,4,'billing_postcode','84107'),(141,4,'billing_country','US'),(142,4,'billing_state','UT'),(143,4,'billing_phone','8019197428'),(144,4,'billing_email','courtney@slc.liceclinicsofamerica.com'),(145,4,'shipping_first_name','Courtney'),(146,4,'shipping_last_name','Callahan'),(147,4,'shipping_company','Larada Sciences (LCA)'),(148,4,'shipping_address_1','4873 South State St.'),(149,4,'shipping_address_2',''),(150,4,'shipping_city','Murray'),(151,4,'shipping_postcode','84107'),(152,4,'shipping_country','US'),(153,4,'shipping_state','UT'),(154,5,'nickname','lca_northwest'),(155,5,'first_name','Mark'),(156,5,'last_name','Meyer'),(157,5,'description',''),(158,5,'rich_editing','true'),(159,5,'syntax_highlighting','true'),(160,5,'comment_shortcuts','false'),(161,5,'admin_color','fresh'),(162,5,'use_ssl','0'),(163,5,'show_admin_bar_front','true'),(164,5,'locale',''),(165,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(166,5,'wp_user_level','0'),(167,5,'dismissed_wp_pointers',''),(168,5,'last_update','1766527228'),(175,5,'wc_last_active','1766529137'),(178,5,'billing_first_name','Mark'),(179,5,'billing_last_name','Meyer'),(180,5,'billing_company','lice clinics of america- portland'),(181,5,'billing_address_1','5201 SW Westgate Dr suite 106'),(182,5,'billing_address_2','Suite 106'),(183,5,'billing_city','portland'),(184,5,'billing_state','OR'),(185,5,'billing_postcode','97221'),(186,5,'billing_country','US'),(187,5,'billing_email','noemi.and.mark@nwliceclinics.com'),(188,5,'billing_phone','15038012848'),(191,5,'shipping_first_name','Mark'),(192,5,'shipping_last_name','Meyer'),(193,5,'shipping_company','lice clinics of america- portland'),(194,5,'shipping_address_1','5201 SW Westgate Dr suite 106'),(195,5,'shipping_address_2','Suite 106'),(196,5,'shipping_city','portland'),(197,5,'shipping_state','OR'),(198,5,'shipping_postcode','97221'),(199,5,'shipping_country','US'),(200,5,'thwma_custom_address','a:4:{s:8:\"shipping\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Becky\";s:18:\"shipping_last_name\";s:8:\"Williams\";s:16:\"shipping_company\";s:31:\"lice clinics of america- Tacoma\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1018 139th St E\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Tacoma\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98445\";s:16:\"shipping_heading\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:33:\"lice clinics of america- portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:18:\"shipping_address_2\";s:3:\"106\";s:13:\"shipping_city\";s:8:\"portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";s:16:\"shipping_heading\";a:8:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:9:\"LCA Salem\";s:18:\"shipping_address_1\";s:19:\"3601 Macleay Ave NE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Salem\";s:17:\"shipping_postcode\";s:5:\"97317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OR\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"1444 NW College Way\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97703\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Clackamas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:26:\"16058 Southeast 82nd Drive\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Clackamas\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97015\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:12:\"LCA Portland\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:29:\"5201 Southwest Westgate Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"Portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:13:\"LCA Vancouver\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:36:\"11818 Southeast Mill Plain Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 407\";s:13:\"shipping_city\";s:9:\"Vancouver\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98684\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:11:\"Brandi Home\";s:19:\"shipping_first_name\";s:6:\"Brandi\";s:18:\"shipping_last_name\";s:5:\"Cuneo\";s:16:\"shipping_company\";s:11:\"LCA - Salem\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"765 S Grice Loop\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Jefferson\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97352\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:7:\"Shawnde\";s:18:\"shipping_last_name\";s:7:\"Russell\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:27:\"1444 NW College Way Suite 6\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:4:\"Bend\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97003\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:4:\"Mark\";s:17:\"billing_last_name\";s:5:\"Meyer\";s:15:\"billing_company\";s:33:\"lice clinics of america- portland\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:17:\"billing_address_2\";s:9:\"Suite 106\";s:12:\"billing_city\";s:8:\"portland\";s:13:\"billing_state\";s:2:\"OR\";s:16:\"billing_postcode\";s:5:\"97221\";s:13:\"billing_phone\";s:11:\"15038012848\";s:13:\"billing_email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:4:\"Mark\";s:17:\"billing_last_name\";s:5:\"Meyer\";s:15:\"billing_company\";s:13:\"LCA Northwest\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:12:\"PO Box 25829\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Portland\";s:13:\"billing_state\";s:2:\"OR\";s:16:\"billing_postcode\";s:5:\"97298\";s:13:\"billing_phone\";s:10:\"5037244204\";s:13:\"billing_email\";s:22:\"mark@nwliceclinics.com\";}}s:15:\"default_billing\";s:9:\"address_0\";}'),(201,5,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(210,3,'thwma_custom_address','a:4:{s:8:\"shipping\";a:7:{s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Amanda\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America McKinney\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"3120 Hudson Crossing\";s:18:\"shipping_address_2\";s:8:\"Suite A2\";s:13:\"shipping_city\";s:8:\"MCKINNEY\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75070\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"amanda\";s:18:\"shipping_last_name\";s:9:\"westerman\";s:16:\"shipping_company\";s:31:\"Lice Clinics of America Addison\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"522 Edmonds Ln\";s:18:\"shipping_address_2\";s:9:\"Suite 140\";s:13:\"shipping_city\";s:10:\"Lewisville\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75067\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:6:\"Amanda\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America- Addison\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"4002 BELT LINE RD\";s:18:\"shipping_address_2\";s:7:\"STE 140\";s:13:\"shipping_city\";s:7:\"Addison\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75001\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_6\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_8\";a:10:{s:19:\"shipping_first_name\";s:6:\"AMANDA\";s:18:\"shipping_last_name\";s:9:\"Westerman\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1709 Damian Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Richardson\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75081\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:6:\"amanda\";s:17:\"billing_last_name\";s:9:\"westerman\";s:15:\"billing_company\";s:30:\"Lice Clinics of America Dallas\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"3120 HUDSON XING\";s:17:\"billing_address_2\";s:8:\"Suite A2\";s:12:\"billing_city\";s:8:\"MCKINNEY\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75070\";s:13:\"billing_phone\";s:11:\"12144175741\";s:13:\"billing_email\";s:24:\"awesterman1103@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:6:\"Amanda\";s:17:\"billing_last_name\";s:9:\"Westerman\";s:15:\"billing_company\";s:31:\"Lice Clinics of America-Addison\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"4002 BELT LINE RD\";s:17:\"billing_address_2\";s:7:\"STE 140\";s:12:\"billing_city\";s:7:\"Addison\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75001\";s:13:\"billing_phone\";s:12:\"214-417-5741\";s:13:\"billing_email\";s:24:\"awesterman1103@gmail.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_3\";}'),(213,3,'billing_first_name','amanda'),(214,3,'billing_last_name','westerman'),(215,3,'billing_company','Lice Clinics of America'),(216,3,'billing_address_1','3120 HUDSON XING'),(217,3,'billing_address_2','Suite A2'),(218,3,'billing_city','MCKINNEY'),(219,3,'billing_postcode','75070'),(220,3,'billing_country','US'),(221,3,'billing_state','TX'),(222,3,'billing_phone','12144175741'),(223,3,'billing_email','awesterman1103@gmail.com'),(224,3,'shipping_first_name','amanda'),(225,3,'shipping_last_name','westerman'),(226,3,'shipping_company','Lice Clinics of America McKinney'),(227,3,'shipping_address_1','3120 HUDSON XING'),(228,3,'shipping_address_2','Suite A2'),(229,3,'shipping_city','MCKINNEY'),(230,3,'shipping_postcode','75070'),(231,3,'shipping_country','US'),(232,3,'shipping_state','TX'),(235,6,'nickname','lca_modesto'),(236,6,'first_name','Amira'),(237,6,'last_name','Purto'),(238,6,'description',''),(239,6,'rich_editing','true'),(240,6,'syntax_highlighting','true'),(241,6,'comment_shortcuts','false'),(242,6,'admin_color','fresh'),(243,6,'use_ssl','0'),(244,6,'show_admin_bar_front','true'),(245,6,'locale',''),(246,6,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(247,6,'wp_user_level','0'),(248,6,'dismissed_wp_pointers',''),(249,6,'last_update','1766943786'),(250,6,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"2520 Chandon Circle\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Modesto\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95355\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:11:\"LCA Modesto\";s:18:\"shipping_address_1\";s:15:\"937 Coffee Road\";s:18:\"shipping_address_2\";s:9:\"Suite 800\";s:13:\"shipping_city\";s:7:\"Modesto\";s:17:\"shipping_postcode\";s:5:\"95355\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:12:\"LCA Stockton\";s:18:\"shipping_address_1\";s:20:\"1625 West March Lane\";s:18:\"shipping_address_2\";s:9:\"Suite 202\";s:13:\"shipping_city\";s:8:\"Stockton\";s:17:\"shipping_postcode\";s:5:\"95207\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(253,6,'billing_first_name','Amira'),(254,6,'billing_last_name','Purto'),(255,6,'billing_company',''),(256,6,'billing_address_1','2520 Chandon Circle'),(257,6,'billing_address_2',''),(258,6,'billing_city','Modesto'),(259,6,'billing_postcode','95355'),(260,6,'billing_country','US'),(261,6,'billing_state','CA'),(262,6,'billing_phone','2096422061'),(263,6,'billing_email','amira77@sbcglobal.net'),(264,6,'shipping_first_name','Amira'),(265,6,'shipping_last_name','Purto'),(266,6,'shipping_company',''),(267,6,'shipping_address_1','316 W. Union Ave'),(268,6,'shipping_address_2',''),(269,6,'shipping_city','Modesto'),(270,6,'shipping_postcode','95356'),(271,6,'shipping_country','US'),(272,6,'shipping_state','CA'),(273,7,'nickname','lca_gilroy'),(274,7,'first_name','Amy'),(275,7,'last_name','Allen'),(276,7,'description',''),(277,7,'rich_editing','true'),(278,7,'syntax_highlighting','true'),(279,7,'comment_shortcuts','false'),(280,7,'admin_color','fresh'),(281,7,'use_ssl','0'),(282,7,'show_admin_bar_front','true'),(283,7,'locale',''),(284,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(285,7,'wp_user_level','0'),(286,7,'dismissed_wp_pointers',''),(287,7,'last_update','1766427945'),(290,7,'billing_first_name','Amy'),(291,7,'billing_last_name','Allen'),(292,7,'billing_company','Lice Clinics Of America'),(293,7,'billing_address_1','30 Hummingbird Court'),(294,7,'billing_address_2',''),(295,7,'billing_city','Hollister'),(296,7,'billing_postcode','95023'),(297,7,'billing_country','US'),(298,7,'billing_state','CA'),(299,7,'billing_phone','4085005537'),(300,7,'billing_email','lca.gilroy@gmail.com'),(301,7,'shipping_first_name','Amy'),(302,7,'shipping_last_name','Allen'),(303,7,'shipping_company','Lice Clinics Of America - Gilroy'),(304,7,'shipping_address_1','7680 Monterey St Ste 104'),(305,7,'shipping_address_2',''),(306,7,'shipping_city','Gilroy'),(307,7,'shipping_postcode','95020'),(308,7,'shipping_country','US'),(309,7,'shipping_state','CA'),(310,8,'nickname','lca_nitwits'),(311,8,'first_name','Barbara'),(312,8,'last_name','Frieden'),(313,8,'description',''),(314,8,'rich_editing','true'),(315,8,'syntax_highlighting','true'),(316,8,'comment_shortcuts','false'),(317,8,'admin_color','fresh'),(318,8,'use_ssl','0'),(319,8,'show_admin_bar_front','true'),(320,8,'locale',''),(321,8,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(322,8,'wp_user_level','0'),(323,8,'dismissed_wp_pointers',''),(324,8,'last_update','1760965029'),(327,8,'billing_first_name','Amy'),(328,8,'billing_last_name','Sharp'),(329,8,'billing_company','Nit Wits'),(330,8,'billing_address_1','6002 Sweetbay Dr'),(331,8,'billing_address_2',''),(332,8,'billing_city','Crestwood'),(333,8,'billing_postcode','40014'),(334,8,'billing_country','US'),(335,8,'billing_state','KY'),(336,8,'billing_phone','15023109281'),(337,8,'billing_email','asharp@ht-school.org'),(338,8,'shipping_first_name','Amy'),(339,8,'shipping_last_name','Sharp'),(340,8,'shipping_company','LCA Nit Wits'),(341,8,'shipping_address_1','9302 New LaGrange Road'),(342,8,'shipping_address_2','Unit H'),(343,8,'shipping_city','Louisville'),(344,8,'shipping_postcode','40242'),(345,8,'shipping_country','US'),(346,8,'shipping_state','KY'),(347,9,'nickname','lca_medway'),(348,9,'first_name','Brenda'),(349,9,'last_name','Howard'),(350,9,'description',''),(351,9,'rich_editing','true'),(352,9,'syntax_highlighting','true'),(353,9,'comment_shortcuts','false'),(354,9,'admin_color','fresh'),(355,9,'use_ssl','0'),(356,9,'show_admin_bar_front','true'),(357,9,'locale',''),(358,9,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(359,9,'wp_user_level','0'),(360,9,'dismissed_wp_pointers',''),(361,9,'last_update','1634852412'),(364,9,'billing_first_name','Brenda'),(365,9,'billing_last_name','Howard'),(366,9,'billing_company','Lice Clinics Medway'),(367,9,'billing_address_1','165 Main St'),(368,9,'billing_address_2','Suite 111A'),(369,9,'billing_city','Medway'),(370,9,'billing_postcode','02053'),(371,9,'billing_country','US'),(372,9,'billing_state','MA'),(373,9,'billing_phone','15082926761'),(374,9,'billing_email','info@electricchecks.com'),(375,9,'shipping_first_name','Brenda'),(376,9,'shipping_last_name','Howard'),(377,9,'shipping_company','Lice Clinics Medway'),(378,9,'shipping_address_1','165 Main St'),(379,9,'shipping_address_2','Suite 111A'),(380,9,'shipping_city','Medway'),(381,9,'shipping_postcode','02053'),(382,9,'shipping_country','US'),(383,9,'shipping_state','MA'),(384,10,'nickname','lca_northseattle'),(385,10,'first_name','Chris'),(386,10,'last_name','Parker'),(387,10,'description',''),(388,10,'rich_editing','true'),(389,10,'syntax_highlighting','true'),(390,10,'comment_shortcuts','false'),(391,10,'admin_color','fresh'),(392,10,'use_ssl','0'),(393,10,'show_admin_bar_front','true'),(394,10,'locale',''),(395,10,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(396,10,'wp_user_level','0'),(397,10,'dismissed_wp_pointers',''),(398,10,'last_update','1618596393'),(401,10,'billing_first_name','Chris'),(402,10,'billing_last_name','Parker'),(403,10,'billing_company',''),(404,10,'billing_address_1',''),(405,10,'billing_address_2',''),(406,10,'billing_city',''),(407,10,'billing_postcode',''),(408,10,'billing_country',''),(409,10,'billing_state',''),(410,10,'billing_phone',''),(411,10,'billing_email','info@liceclinicsnorthseattle.com'),(412,10,'shipping_first_name','Chris'),(413,10,'shipping_last_name','Parker'),(414,10,'shipping_company','LCA North Seattle'),(415,10,'shipping_address_1','10537 Greenwood Avenue N.'),(416,10,'shipping_address_2',''),(417,10,'shipping_city','Seattle'),(418,10,'shipping_postcode','98133'),(419,10,'shipping_country','US'),(420,10,'shipping_state','WA'),(421,11,'nickname','lca_bowlinggreen'),(422,11,'first_name','David'),(423,11,'last_name','Collett'),(424,11,'description',''),(425,11,'rich_editing','true'),(426,11,'syntax_highlighting','true'),(427,11,'comment_shortcuts','false'),(428,11,'admin_color','fresh'),(429,11,'use_ssl','0'),(430,11,'show_admin_bar_front','true'),(431,11,'locale',''),(432,11,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(433,11,'wp_user_level','0'),(434,11,'dismissed_wp_pointers',''),(435,11,'last_update','1749826701'),(438,11,'billing_first_name','Tina'),(439,11,'billing_last_name','Hunt'),(440,11,'billing_company','Lice Clinics of America'),(441,11,'billing_address_1','830 Fairview Ave.'),(442,11,'billing_address_2','Suite A-4'),(443,11,'billing_city','Bowling Green'),(444,11,'billing_postcode','42101'),(445,11,'billing_country','US'),(446,11,'billing_state','KY'),(447,11,'billing_phone','2709996803'),(448,11,'billing_email','lcbgky12@gmail.com'),(449,11,'shipping_first_name','Tina'),(450,11,'shipping_last_name','Hunt'),(451,11,'shipping_company','LCBG, LLC'),(452,11,'shipping_address_1','830 Fairview Ave.'),(453,11,'shipping_address_2','Suite A-4'),(454,11,'shipping_city','Bowling Green'),(455,11,'shipping_postcode','42101'),(456,11,'shipping_country','US'),(457,11,'shipping_state','KY'),(458,12,'nickname','lca_arnold'),(459,12,'first_name','Eric'),(460,12,'last_name','Kluempers'),(461,12,'description',''),(462,12,'rich_editing','true'),(463,12,'syntax_highlighting','true'),(464,12,'comment_shortcuts','false'),(465,12,'admin_color','fresh'),(466,12,'use_ssl','0'),(467,12,'show_admin_bar_front','true'),(468,12,'locale',''),(469,12,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(470,12,'wp_user_level','0'),(471,12,'dismissed_wp_pointers',''),(472,12,'last_update','1618596764'),(475,12,'billing_first_name','Eric'),(476,12,'billing_last_name','Kluempers'),(477,12,'billing_company',''),(478,12,'billing_address_1',''),(479,12,'billing_address_2',''),(480,12,'billing_city',''),(481,12,'billing_postcode',''),(482,12,'billing_country',''),(483,12,'billing_state',''),(484,12,'billing_phone',''),(485,12,'billing_email','info@liceclinicsarnold.com'),(486,12,'shipping_first_name','Eric'),(487,12,'shipping_last_name','Kluempers'),(488,12,'shipping_company','LCA Arnold'),(489,12,'shipping_address_1','39 Fox Valley'),(490,12,'shipping_address_2',''),(491,12,'shipping_city','Arnold'),(492,12,'shipping_postcode','63010'),(493,12,'shipping_country','US'),(494,12,'shipping_state','MO'),(495,13,'nickname','lca_tucson'),(496,13,'first_name','Erich'),(497,13,'last_name','Deines'),(498,13,'description',''),(499,13,'rich_editing','true'),(500,13,'syntax_highlighting','true'),(501,13,'comment_shortcuts','false'),(502,13,'admin_color','fresh'),(503,13,'use_ssl','0'),(504,13,'show_admin_bar_front','true'),(505,13,'locale',''),(506,13,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(507,13,'wp_user_level','0'),(508,13,'dismissed_wp_pointers',''),(509,13,'last_update','1639221373'),(512,13,'billing_first_name','Erich'),(513,13,'billing_last_name','Deines'),(514,13,'billing_company',''),(515,13,'billing_address_1','15801 S. 48th St'),(516,13,'billing_address_2','3110'),(517,13,'billing_city','Phoenix'),(518,13,'billing_postcode','85048'),(519,13,'billing_country','US'),(520,13,'billing_state','AZ'),(521,13,'billing_phone','8087280533'),(522,13,'billing_email','info@liceclinicstucson.com'),(523,13,'shipping_first_name','Erich'),(524,13,'shipping_last_name','Deines'),(525,13,'shipping_company','LCA Tucson'),(526,13,'shipping_address_1','5300 E. Erickson Drive'),(527,13,'shipping_address_2','Suite 104'),(528,13,'shipping_city','Tucson'),(529,13,'shipping_postcode','85712'),(530,13,'shipping_country','US'),(531,13,'shipping_state','AZ'),(532,14,'nickname','lca_charlottesville'),(533,14,'first_name','Gerry'),(534,14,'last_name','Wolburg'),(535,14,'description',''),(536,14,'rich_editing','true'),(537,14,'syntax_highlighting','true'),(538,14,'comment_shortcuts','false'),(539,14,'admin_color','fresh'),(540,14,'use_ssl','0'),(541,14,'show_admin_bar_front','true'),(542,14,'locale',''),(543,14,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(544,14,'wp_user_level','0'),(545,14,'dismissed_wp_pointers',''),(546,14,'last_update','1618597403'),(549,14,'billing_first_name','Gerry'),(550,14,'billing_last_name','Wolburg'),(551,14,'billing_company',''),(552,14,'billing_address_1',''),(553,14,'billing_address_2',''),(554,14,'billing_city',''),(555,14,'billing_postcode',''),(556,14,'billing_country',''),(557,14,'billing_state',''),(558,14,'billing_phone',''),(559,14,'billing_email','info@liceclinicscharlottesville.com'),(560,14,'shipping_first_name','Gerry'),(561,14,'shipping_last_name','Wolburg'),(562,14,'shipping_company','LCA Charlottesville'),(563,14,'shipping_address_1','1110 East Market Street'),(564,14,'shipping_address_2','Suite 10K'),(565,14,'shipping_city','Charlottesville'),(566,14,'shipping_postcode','22902'),(567,14,'shipping_country','US'),(568,14,'shipping_state','VA'),(570,15,'nickname','lca_milwaukee'),(571,15,'first_name','Andrea'),(572,15,'last_name','Florsheim'),(573,15,'description',''),(574,15,'rich_editing','true'),(575,15,'syntax_highlighting','true'),(576,15,'comment_shortcuts','false'),(577,15,'admin_color','fresh'),(578,15,'use_ssl','0'),(579,15,'show_admin_bar_front','true'),(580,15,'locale',''),(581,15,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(582,15,'wp_user_level','0'),(583,15,'dismissed_wp_pointers',''),(584,15,'last_update','1761926555'),(585,15,'thwma_custom_address','a:2:{s:8:\"shipping\";a:6:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"124 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"Suite L1\";s:13:\"shipping_city\";s:7:\"De Pere\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54115\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"andrea\";s:18:\"shipping_last_name\";s:9:\"florsheim\";s:16:\"shipping_company\";s:12:\"LCA Waukesha\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"N4W22370 Bluemound Rd\";s:18:\"shipping_address_2\";s:9:\"Suite 203\";s:13:\"shipping_city\";s:8:\"Waukesha\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"53186\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:13:\"LCA Green Bay\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"124 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"Suite L1\";s:13:\"shipping_city\";s:7:\"De Pere\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54115\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:9:\"LCA Omaha\";s:18:\"shipping_address_1\";s:21:\"8424 West Center Road\";s:18:\"shipping_address_2\";s:9:\"Suite 212\";s:13:\"shipping_city\";s:5:\"Omaha\";s:17:\"shipping_postcode\";s:5:\"68124\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NE\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:10:\"LCA Racine\";s:18:\"shipping_address_1\";s:19:\"6216 Washington Ave\";s:18:\"shipping_address_2\";s:7:\"Suite B\";s:13:\"shipping_city\";s:12:\"Mt. Pleasant\";s:17:\"shipping_postcode\";s:5:\"53406\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WI\";}s:9:\"address_7\";a:10:{s:19:\"shipping_first_name\";s:6:\"Andrea\";s:18:\"shipping_last_name\";s:9:\"Florsheim\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"758 N. Broadway\";s:18:\"shipping_address_2\";s:8:\"APT 1204\";s:13:\"shipping_city\";s:9:\"Milwaukee\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"53202\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_2\";}'),(588,15,'billing_first_name','Andrea'),(589,15,'billing_last_name','Florsheim'),(590,15,'billing_company','Lice Clincs of America'),(591,15,'billing_address_1','777 n van buren st'),(592,15,'billing_address_2','APT 3407'),(593,15,'billing_city','Milwaukee'),(594,15,'billing_postcode','53202'),(595,15,'billing_country','US'),(596,15,'billing_state','WI'),(597,15,'billing_phone','4143354315'),(598,15,'billing_email','andrea@liceclinicscentral.com'),(599,15,'shipping_first_name','andrea'),(600,15,'shipping_last_name','florsheim'),(601,15,'shipping_company','LCA Waukesha'),(602,15,'shipping_address_1','N4W22370 Bluemound Rd'),(603,15,'shipping_address_2','Suite 203'),(604,15,'shipping_city','Waukesha'),(605,15,'shipping_postcode','53186'),(606,15,'shipping_country','US'),(607,15,'shipping_state','WI'),(623,17,'nickname','lca_northerniowa'),(624,17,'first_name','Bess'),(625,17,'last_name','Hayes'),(626,17,'description',''),(627,17,'rich_editing','true'),(628,17,'syntax_highlighting','true'),(629,17,'comment_shortcuts','false'),(630,17,'admin_color','fresh'),(631,17,'use_ssl','0'),(632,17,'show_admin_bar_front','true'),(633,17,'locale',''),(634,17,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(635,17,'wp_user_level','0'),(636,17,'dismissed_wp_pointers',''),(637,17,'last_update','1647369391'),(638,17,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:4:\"Bess\";s:18:\"shipping_last_name\";s:5:\"Hayes\";s:16:\"shipping_company\";s:11:\"LCA Dubuque\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"7753 S. Westbrook Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Dubuque\";s:14:\"shipping_state\";s:2:\"IA\";s:17:\"shipping_postcode\";s:5:\"52002\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Bess\";s:18:\"shipping_last_name\";s:5:\"Hayes\";s:16:\"shipping_company\";s:11:\"LCA Dubuque\";s:18:\"shipping_address_1\";s:16:\"2728 Asbury Road\";s:18:\"shipping_address_2\";s:9:\"Suite 650\";s:13:\"shipping_city\";s:7:\"Dubuque\";s:17:\"shipping_postcode\";s:5:\"52001\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IA\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(641,17,'billing_first_name','Bess'),(642,17,'billing_last_name','Hayes'),(643,17,'billing_company','LCA Des Moines'),(644,17,'billing_address_1','7753 S. Westbrook Dr'),(645,17,'billing_address_2',''),(646,17,'billing_city','Dubuque'),(647,17,'billing_postcode','52002'),(648,17,'billing_country','US'),(649,17,'billing_state','IA'),(650,17,'billing_phone','5635646764'),(651,17,'billing_email','info@liceclinicsnortherniowa.com'),(652,17,'shipping_first_name','Bess'),(653,17,'shipping_last_name','Hayes'),(654,17,'shipping_company','LCA Dubuque'),(655,17,'shipping_address_1','7753 S. Westbrook Dr'),(656,17,'shipping_address_2',''),(657,17,'shipping_city','Dubuque'),(658,17,'shipping_postcode','52002'),(659,17,'shipping_country','US'),(660,17,'shipping_state','IA'),(661,18,'nickname','lca_houston'),(662,18,'first_name','Jen'),(663,18,'last_name','Mortensen'),(664,18,'description',''),(665,18,'rich_editing','true'),(666,18,'syntax_highlighting','true'),(667,18,'comment_shortcuts','false'),(668,18,'admin_color','fresh'),(669,18,'use_ssl','0'),(670,18,'show_admin_bar_front','true'),(671,18,'locale',''),(672,18,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(673,18,'wp_user_level','0'),(674,18,'dismissed_wp_pointers',''),(675,18,'last_update','1618758281'),(676,18,'thwma_custom_address','a:1:{s:8:\"shipping\";a:6:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:11:\"LCA Baytown\";s:18:\"shipping_address_1\";s:22:\"1600 James Bowie Drive\";s:18:\"shipping_address_2\";s:10:\"Suite D109\";s:13:\"shipping_city\";s:7:\"Baytown\";s:17:\"shipping_postcode\";s:5:\"77520\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Beaumont\";s:18:\"shipping_address_1\";s:18:\"6465 Calder Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 105\";s:13:\"shipping_city\";s:8:\"Beaumont\";s:17:\"shipping_postcode\";s:5:\"77707\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:11:\"LCA Cypress\";s:18:\"shipping_address_1\";s:22:\"11111 McCracken Circle\";s:18:\"shipping_address_2\";s:7:\"Suite E\";s:13:\"shipping_city\";s:7:\"Cypress\";s:17:\"shipping_postcode\";s:5:\"77429\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Kingwood\";s:18:\"shipping_address_1\";s:25:\"2330 Timber Shadows Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 102\";s:13:\"shipping_city\";s:8:\"Kingwood\";s:17:\"shipping_postcode\";s:5:\"77339\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:15:\"LCA The Heights\";s:18:\"shipping_address_1\";s:18:\"1924 W 18th Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Houston\";s:17:\"shipping_postcode\";s:5:\"77008\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Jen\";s:18:\"shipping_last_name\";s:9:\"Mortensen\";s:16:\"shipping_company\";s:12:\"LCA Pearland\";s:18:\"shipping_address_1\";s:20:\"4420 Broadway Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Pearland\";s:17:\"shipping_postcode\";s:5:\"77581\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(679,18,'billing_first_name','Jen'),(680,18,'billing_last_name','Mortensen'),(681,18,'billing_company',''),(682,18,'billing_address_1',''),(683,18,'billing_address_2',''),(684,18,'billing_city',''),(685,18,'billing_postcode',''),(686,18,'billing_country',''),(687,18,'billing_state',''),(688,18,'billing_phone',''),(689,18,'billing_email','info@liceclinicshouston.com'),(690,18,'shipping_first_name',''),(691,18,'shipping_last_name',''),(692,18,'shipping_company',''),(693,18,'shipping_address_1',''),(694,18,'shipping_address_2',''),(695,18,'shipping_city',''),(696,18,'shipping_postcode',''),(697,18,'shipping_country',''),(698,18,'shipping_state',''),(699,19,'nickname','lca_albuquerque'),(700,19,'first_name','Gretchen'),(701,19,'last_name','Collins'),(702,19,'description',''),(703,19,'rich_editing','true'),(704,19,'syntax_highlighting','true'),(705,19,'comment_shortcuts','false'),(706,19,'admin_color','fresh'),(707,19,'use_ssl','0'),(708,19,'show_admin_bar_front','true'),(709,19,'locale',''),(710,19,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(711,19,'wp_user_level','0'),(712,19,'dismissed_wp_pointers',''),(713,19,'last_update','1618758534'),(716,19,'billing_first_name','Gretchen'),(717,19,'billing_last_name','Collins'),(718,19,'billing_company',''),(719,19,'billing_address_1',''),(720,19,'billing_address_2',''),(721,19,'billing_city',''),(722,19,'billing_postcode',''),(723,19,'billing_country',''),(724,19,'billing_state',''),(725,19,'billing_phone',''),(726,19,'billing_email','info@liceclinicsalbuquerque.com'),(727,19,'shipping_first_name','Gretchen'),(728,19,'shipping_last_name','Collins'),(729,19,'shipping_company','LCA Albuquerque'),(730,19,'shipping_address_1','6001 San Mateo Blvd. NE'),(731,19,'shipping_address_2','Suite E-1'),(732,19,'shipping_city','Albuquerque'),(733,19,'shipping_postcode','87109'),(734,19,'shipping_country','US'),(735,19,'shipping_state','NM'),(736,20,'nickname','lca_santaclarita'),(737,20,'first_name','Hasani'),(738,20,'last_name','Thompson'),(739,20,'description',''),(740,20,'rich_editing','true'),(741,20,'syntax_highlighting','true'),(742,20,'comment_shortcuts','false'),(743,20,'admin_color','fresh'),(744,20,'use_ssl','0'),(745,20,'show_admin_bar_front','true'),(746,20,'locale',''),(747,20,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(748,20,'wp_user_level','0'),(749,20,'dismissed_wp_pointers',''),(750,20,'last_update','1766469107'),(753,20,'billing_first_name','Hasani'),(754,20,'billing_last_name','Thompson'),(755,20,'billing_company','Heat in Hair'),(756,20,'billing_address_1','12840 Riverside Dr'),(757,20,'billing_address_2','1D'),(758,20,'billing_city','North Hollywood'),(759,20,'billing_postcode','91607'),(760,20,'billing_country','US'),(761,20,'billing_state','CA'),(762,20,'billing_phone','6615850263'),(763,20,'billing_email','info@liceclinicssantaclarita.com'),(764,20,'shipping_first_name','Hasani'),(765,20,'shipping_last_name','Thompson'),(766,20,'shipping_company','Heat in Hair'),(767,20,'shipping_address_1','5145 Nightsky pl'),(768,20,'shipping_address_2',''),(769,20,'shipping_city','5145 nightsky pl'),(770,20,'shipping_postcode','93552'),(771,20,'shipping_country','US'),(772,20,'shipping_state','CA'),(773,21,'nickname','lca_littlerock'),(774,21,'first_name','Heidi'),(775,21,'last_name','Merritt'),(776,21,'description',''),(777,21,'rich_editing','true'),(778,21,'syntax_highlighting','true'),(779,21,'comment_shortcuts','false'),(780,21,'admin_color','fresh'),(781,21,'use_ssl','0'),(782,21,'show_admin_bar_front','true'),(783,21,'locale',''),(784,21,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(785,21,'wp_user_level','0'),(786,21,'dismissed_wp_pointers',''),(787,21,'last_update','1761580107'),(790,21,'billing_first_name','LCA'),(791,21,'billing_last_name','Arkansas'),(792,21,'billing_company','LCA - Central Arkansas'),(793,21,'billing_address_1','1011 N. 2nd St., Ste. D'),(794,21,'billing_address_2',''),(795,21,'billing_city','Cabot'),(796,21,'billing_postcode','72023'),(797,21,'billing_country','US'),(798,21,'billing_state','AR'),(799,21,'billing_phone','15014249396'),(800,21,'billing_email','liceclinicslittlerock@gmail.com'),(801,21,'shipping_first_name','LCA'),(802,21,'shipping_last_name','Arkansas'),(803,21,'shipping_company','LCA - Central Arkansas'),(804,21,'shipping_address_1','1011 N. 2nd St., Ste. D'),(805,21,'shipping_address_2',''),(806,21,'shipping_city','Cabot'),(807,21,'shipping_postcode','72023'),(808,21,'shipping_country','US'),(809,21,'shipping_state','AR'),(810,22,'nickname','lca_disentangle'),(811,22,'first_name','Jaclyn'),(812,22,'last_name','O\'Connell'),(813,22,'description',''),(814,22,'rich_editing','true'),(815,22,'syntax_highlighting','true'),(816,22,'comment_shortcuts','false'),(817,22,'admin_color','fresh'),(818,22,'use_ssl','0'),(819,22,'show_admin_bar_front','true'),(820,22,'locale',''),(821,22,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(822,22,'wp_user_level','0'),(823,22,'dismissed_wp_pointers',''),(824,22,'last_update','1631654882'),(827,22,'billing_first_name','Jaclyn'),(828,22,'billing_last_name','O\'Connell'),(829,22,'billing_company','Disentangle'),(830,22,'billing_address_1','11104 S. Kedzie'),(831,22,'billing_address_2',''),(832,22,'billing_city','Chicago'),(833,22,'billing_postcode','60655'),(834,22,'billing_country','US'),(835,22,'billing_state','IL'),(836,22,'billing_phone','773-507-0951'),(837,22,'billing_email','jpcarey84@gmail.com'),(838,22,'shipping_first_name','Jaclyn'),(839,22,'shipping_last_name','O\'Connell'),(840,22,'shipping_company','LCA Disentangle Lice - Chicago'),(841,22,'shipping_address_1','10354 S. Hamlin'),(842,22,'shipping_address_2',''),(843,22,'shipping_city','Chicago'),(844,22,'shipping_postcode','60655'),(845,22,'shipping_country','US'),(846,22,'shipping_state','IL'),(847,23,'nickname','lca_ssf'),(848,23,'first_name','Jacqueline'),(849,23,'last_name','Huynh'),(850,23,'description',''),(851,23,'rich_editing','true'),(852,23,'syntax_highlighting','true'),(853,23,'comment_shortcuts','false'),(854,23,'admin_color','fresh'),(855,23,'use_ssl','0'),(856,23,'show_admin_bar_front','true'),(857,23,'locale',''),(858,23,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(859,23,'wp_user_level','0'),(860,23,'dismissed_wp_pointers',''),(861,23,'last_update','1765488769'),(862,24,'nickname','lca_lakecountry'),(863,24,'first_name','Jamie'),(864,24,'last_name','Jauregui'),(865,24,'description',''),(866,24,'rich_editing','true'),(867,24,'syntax_highlighting','true'),(868,24,'comment_shortcuts','false'),(869,24,'admin_color','fresh'),(870,24,'use_ssl','0'),(871,24,'show_admin_bar_front','true'),(872,24,'locale',''),(873,24,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(874,24,'wp_user_level','0'),(875,24,'dismissed_wp_pointers',''),(876,24,'last_update','1618759869'),(879,24,'billing_first_name','Jamie'),(880,24,'billing_last_name','Jauregui'),(881,24,'billing_company',''),(882,24,'billing_address_1',''),(883,24,'billing_address_2',''),(884,24,'billing_city',''),(885,24,'billing_postcode',''),(886,24,'billing_country',''),(887,24,'billing_state',''),(888,24,'billing_phone',''),(889,24,'billing_email','info@liceclinicslakecountry.com'),(890,24,'shipping_first_name','Jamie'),(891,24,'shipping_last_name','Jauregui'),(892,24,'shipping_company','LCA Lake Country'),(893,24,'shipping_address_1','N27 W23957 Paul Rd'),(894,24,'shipping_address_2','Suite 205'),(895,24,'shipping_city','Pewaukee'),(896,24,'shipping_postcode','53072'),(897,24,'shipping_country','US'),(898,24,'shipping_state','WI'),(899,25,'nickname','lca_hattiesburg'),(900,25,'first_name','Jason'),(901,25,'last_name','McQueen'),(902,25,'description',''),(903,25,'rich_editing','true'),(904,25,'syntax_highlighting','true'),(905,25,'comment_shortcuts','false'),(906,25,'admin_color','fresh'),(907,25,'use_ssl','0'),(908,25,'show_admin_bar_front','true'),(909,25,'locale',''),(910,25,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(911,25,'wp_user_level','0'),(912,25,'dismissed_wp_pointers',''),(913,25,'last_update','1697753511'),(916,25,'billing_first_name','Blaine'),(917,25,'billing_last_name','Tyrone'),(918,25,'billing_company',''),(919,25,'billing_address_1','529 N Main St'),(920,25,'billing_address_2',''),(921,25,'billing_city','Picayune'),(922,25,'billing_postcode','39466'),(923,25,'billing_country','US'),(924,25,'billing_state','MS'),(925,25,'billing_phone','6623227518'),(926,25,'billing_email','info@liceclinicssouthms.com'),(927,25,'shipping_first_name','Blaine'),(928,25,'shipping_last_name','Tyrone'),(929,25,'shipping_company',''),(930,25,'shipping_address_1','529 N Main St'),(931,25,'shipping_address_2',''),(932,25,'shipping_city','Picayune'),(933,25,'shipping_postcode','39466'),(934,25,'shipping_country','US'),(935,25,'shipping_state','MS'),(936,26,'nickname','lca_augusta'),(937,26,'first_name','Jennifer'),(938,26,'last_name','Crumrine'),(939,26,'description',''),(940,26,'rich_editing','true'),(941,26,'syntax_highlighting','true'),(942,26,'comment_shortcuts','false'),(943,26,'admin_color','fresh'),(944,26,'use_ssl','0'),(945,26,'show_admin_bar_front','true'),(946,26,'locale',''),(947,26,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(948,26,'wp_user_level','0'),(949,26,'dismissed_wp_pointers',''),(950,26,'last_update','1708129685'),(953,26,'billing_first_name','Andrew'),(954,26,'billing_last_name','Crumrine'),(955,26,'billing_company',''),(956,26,'billing_address_1','3537 Stevens Way'),(957,26,'billing_address_2',''),(958,26,'billing_city','Augusta'),(959,26,'billing_postcode','30907'),(960,26,'billing_country','US'),(961,26,'billing_state','GA'),(962,26,'billing_phone','7063064588'),(963,26,'billing_email','augustagalice@gmail.com'),(964,26,'shipping_first_name','Andrew'),(965,26,'shipping_last_name','Crumrine'),(966,26,'shipping_company',''),(967,26,'shipping_address_1','3537 Stevens Way'),(968,26,'shipping_address_2',''),(969,26,'shipping_city','Augusta'),(970,26,'shipping_postcode','30907'),(971,26,'shipping_country','US'),(972,26,'shipping_state','GA'),(973,27,'nickname','lca_knoxville'),(974,27,'first_name','Jennifer'),(975,27,'last_name','Fribourg'),(976,27,'description',''),(977,27,'rich_editing','true'),(978,27,'syntax_highlighting','true'),(979,27,'comment_shortcuts','false'),(980,27,'admin_color','fresh'),(981,27,'use_ssl','0'),(982,27,'show_admin_bar_front','true'),(983,27,'locale',''),(984,27,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(985,27,'wp_user_level','0'),(986,27,'dismissed_wp_pointers',''),(987,27,'last_update','1618760466'),(990,27,'billing_first_name','Jennifer'),(991,27,'billing_last_name','Fribourg'),(992,27,'billing_company',''),(993,27,'billing_address_1',''),(994,27,'billing_address_2',''),(995,27,'billing_city',''),(996,27,'billing_postcode',''),(997,27,'billing_country',''),(998,27,'billing_state',''),(999,27,'billing_phone',''),(1000,27,'billing_email','info@knoxvilleliceclinic.com'),(1001,27,'shipping_first_name','Jennifer'),(1002,27,'shipping_last_name','Fribourg'),(1003,27,'shipping_company','LCA Knoxville'),(1004,27,'shipping_address_1','4006 Sutherland Avenue'),(1005,27,'shipping_address_2',''),(1006,27,'shipping_city','Knoxville'),(1007,27,'shipping_postcode','37919'),(1008,27,'shipping_country','US'),(1009,27,'shipping_state','TN'),(1010,28,'nickname','lca_temecula'),(1011,28,'first_name','Kelli'),(1012,28,'last_name','Washington'),(1013,28,'description',''),(1014,28,'rich_editing','true'),(1015,28,'syntax_highlighting','true'),(1016,28,'comment_shortcuts','false'),(1017,28,'admin_color','fresh'),(1018,28,'use_ssl','0'),(1019,28,'show_admin_bar_front','true'),(1020,28,'locale',''),(1021,28,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1022,28,'wp_user_level','0'),(1023,28,'dismissed_wp_pointers',''),(1024,28,'last_update','1720814526'),(1025,2,'users_per_page','200'),(1028,28,'billing_first_name','Kelli'),(1029,28,'billing_last_name','Washington'),(1030,28,'billing_company','Lice Clinics of America - Temecula'),(1031,28,'billing_address_1','2438 Bear Rock Gln.'),(1032,28,'billing_address_2',''),(1033,28,'billing_city','Escondido'),(1034,28,'billing_postcode','92026'),(1035,28,'billing_country','US'),(1036,28,'billing_state','CA'),(1037,28,'billing_phone','7606255580'),(1038,28,'billing_email','info@liceclinicstemecula.com'),(1039,28,'shipping_first_name','Kelli'),(1040,28,'shipping_last_name','Washington'),(1041,28,'shipping_company','Lice Clinics of America - Temecula'),(1042,28,'shipping_address_1','2438 Bear Rock Gln.'),(1043,28,'shipping_address_2',''),(1044,28,'shipping_city','Escondido'),(1045,28,'shipping_postcode','92026'),(1046,28,'shipping_country','US'),(1047,28,'shipping_state','CA'),(1048,29,'nickname','lca_lansdale'),(1049,29,'first_name','Kevin'),(1050,29,'last_name','Reilly'),(1051,29,'description',''),(1052,29,'rich_editing','true'),(1053,29,'syntax_highlighting','true'),(1054,29,'comment_shortcuts','false'),(1055,29,'admin_color','fresh'),(1056,29,'use_ssl','0'),(1057,29,'show_admin_bar_front','true'),(1058,29,'locale',''),(1059,29,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1060,29,'wp_user_level','0'),(1061,29,'dismissed_wp_pointers',''),(1062,29,'last_update','1761602798'),(1065,29,'billing_first_name','Nicole'),(1066,29,'billing_last_name','Reilly'),(1067,29,'billing_company',''),(1068,29,'billing_address_1','5460 Richie Ct'),(1069,29,'billing_address_2',''),(1070,29,'billing_city','Pipersville'),(1071,29,'billing_postcode','18947'),(1072,29,'billing_country','US'),(1073,29,'billing_state','PA'),(1074,29,'billing_phone','2156941408'),(1075,29,'billing_email','info@liceclinicslansdale.com'),(1076,29,'shipping_first_name','Nicole'),(1077,29,'shipping_last_name','Reilly'),(1078,29,'shipping_company','LCA Lansdale'),(1079,29,'shipping_address_1','2131 North Broad Street'),(1080,29,'shipping_address_2','Suite 101'),(1081,29,'shipping_city','Lansdale'),(1082,29,'shipping_postcode','19446'),(1083,29,'shipping_country','US'),(1084,29,'shipping_state','PA'),(1085,30,'nickname','lca_bellingham'),(1086,30,'first_name','Trish'),(1087,30,'last_name','Tatro'),(1088,30,'description',''),(1089,30,'rich_editing','true'),(1090,30,'syntax_highlighting','true'),(1091,30,'comment_shortcuts','false'),(1092,30,'admin_color','fresh'),(1093,30,'use_ssl','0'),(1094,30,'show_admin_bar_front','true'),(1095,30,'locale',''),(1096,30,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1097,30,'wp_user_level','0'),(1098,30,'dismissed_wp_pointers',''),(1099,30,'last_update','1618760967'),(1102,30,'billing_first_name','Trish'),(1103,30,'billing_last_name','Tatro'),(1104,30,'billing_company',''),(1105,30,'billing_address_1',''),(1106,30,'billing_address_2',''),(1107,30,'billing_city',''),(1108,30,'billing_postcode',''),(1109,30,'billing_country',''),(1110,30,'billing_state',''),(1111,30,'billing_phone',''),(1112,30,'billing_email','info@liceclinicsbellingham.com'),(1113,30,'shipping_first_name','Trish'),(1114,30,'shipping_last_name','Tatro'),(1115,30,'shipping_company','LCA Bellingham'),(1116,30,'shipping_address_1','4202 Meridian Street'),(1117,30,'shipping_address_2','Suite 200'),(1118,30,'shipping_city','Bellingham'),(1119,30,'shipping_postcode','98226'),(1120,30,'shipping_country','US'),(1121,30,'shipping_state','WA'),(1122,31,'nickname','lca_fortwalton'),(1123,31,'first_name','Lesley'),(1124,31,'last_name','Prince'),(1125,31,'description',''),(1126,31,'rich_editing','true'),(1127,31,'syntax_highlighting','true'),(1128,31,'comment_shortcuts','false'),(1129,31,'admin_color','fresh'),(1130,31,'use_ssl','0'),(1131,31,'show_admin_bar_front','true'),(1132,31,'locale',''),(1133,31,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1134,31,'wp_user_level','0'),(1135,31,'dismissed_wp_pointers',''),(1136,31,'last_update','1638297163'),(1139,31,'billing_first_name','Lesley'),(1140,31,'billing_last_name','Prince'),(1141,31,'billing_company','LCA Emerald Coast'),(1142,31,'billing_address_1','128 Eglin Parkway SE'),(1143,31,'billing_address_2',''),(1144,31,'billing_city','Fort Walton Beach'),(1145,31,'billing_postcode','32548'),(1146,31,'billing_country','US'),(1147,31,'billing_state','FL'),(1148,31,'billing_phone','6018321465'),(1149,31,'billing_email','info@liceclinicsemeraldcoast.com'),(1150,31,'shipping_first_name','Lesley'),(1151,31,'shipping_last_name','Prince'),(1152,31,'shipping_company','LCA Fort Walton Beach'),(1153,31,'shipping_address_1','128 Eglin Pkwy SE'),(1154,31,'shipping_address_2',''),(1155,31,'shipping_city','Fort Walton Beach'),(1156,31,'shipping_postcode','32548'),(1157,31,'shipping_country','US'),(1158,31,'shipping_state','FL'),(1159,32,'nickname','lca_licebusters'),(1160,32,'first_name','Libby'),(1161,32,'last_name','Lutz'),(1162,32,'description',''),(1163,32,'rich_editing','true'),(1164,32,'syntax_highlighting','true'),(1165,32,'comment_shortcuts','false'),(1166,32,'admin_color','fresh'),(1167,32,'use_ssl','0'),(1168,32,'show_admin_bar_front','true'),(1169,32,'locale',''),(1170,32,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1171,32,'wp_user_level','0'),(1172,32,'dismissed_wp_pointers',''),(1173,32,'last_update','1618761677'),(1176,32,'billing_first_name','Libby'),(1177,32,'billing_last_name','Lutz'),(1178,32,'billing_company',''),(1179,32,'billing_address_1',''),(1180,32,'billing_address_2',''),(1181,32,'billing_city',''),(1182,32,'billing_postcode',''),(1183,32,'billing_country',''),(1184,32,'billing_state',''),(1185,32,'billing_phone',''),(1186,32,'billing_email','help@licebusters-stl.com'),(1187,32,'shipping_first_name','Libby'),(1188,32,'shipping_last_name','Lutz'),(1189,32,'shipping_company','LCA Lice Busters - St. Louis'),(1190,32,'shipping_address_1','7923 Big Bend Blvd.'),(1191,32,'shipping_address_2',''),(1192,32,'shipping_city','St. Louis'),(1193,32,'shipping_postcode','63119'),(1194,32,'shipping_country','US'),(1195,32,'shipping_state','MO'),(1196,33,'nickname','lca_lowell'),(1197,33,'first_name','Lynn'),(1198,33,'last_name','Smith'),(1199,33,'description',''),(1200,33,'rich_editing','true'),(1201,33,'syntax_highlighting','true'),(1202,33,'comment_shortcuts','false'),(1203,33,'admin_color','fresh'),(1204,33,'use_ssl','0'),(1205,33,'show_admin_bar_front','true'),(1206,33,'locale',''),(1207,33,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1208,33,'wp_user_level','0'),(1209,33,'dismissed_wp_pointers',''),(1210,33,'last_update','1618761804'),(1211,34,'nickname','lca_reno'),(1212,34,'first_name','Margaret'),(1213,34,'last_name','Torres-Wilson'),(1214,34,'description',''),(1215,34,'rich_editing','true'),(1216,34,'syntax_highlighting','true'),(1217,34,'comment_shortcuts','false'),(1218,34,'admin_color','fresh'),(1219,34,'use_ssl','0'),(1220,34,'show_admin_bar_front','true'),(1221,34,'locale',''),(1222,34,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1223,34,'wp_user_level','0'),(1224,34,'dismissed_wp_pointers',''),(1225,34,'last_update','1622482810'),(1228,34,'billing_first_name','Margaret'),(1229,34,'billing_last_name','Torres-Wilson'),(1230,34,'billing_company',''),(1231,34,'billing_address_1','1055 W Moana'),(1232,34,'billing_address_2',''),(1233,34,'billing_city','Reno'),(1234,34,'billing_postcode','89508'),(1235,34,'billing_country','US'),(1236,34,'billing_state','NV'),(1237,34,'billing_phone','(775)357-7523'),(1238,34,'billing_email','lcarenoshop@gmail.com'),(1239,34,'shipping_first_name','Margaret'),(1240,34,'shipping_last_name','Torres-Wilson'),(1241,34,'shipping_company',''),(1242,34,'shipping_address_1','3375 Becard lane'),(1243,34,'shipping_address_2',''),(1244,34,'shipping_city','Reno'),(1245,34,'shipping_postcode','89508'),(1246,34,'shipping_country','US'),(1247,34,'shipping_state','NV'),(1248,35,'nickname','lca_marietta'),(1249,35,'first_name','Mary'),(1250,35,'last_name','Hammock'),(1251,35,'description',''),(1252,35,'rich_editing','true'),(1253,35,'syntax_highlighting','true'),(1254,35,'comment_shortcuts','false'),(1255,35,'admin_color','fresh'),(1256,35,'use_ssl','0'),(1257,35,'show_admin_bar_front','true'),(1258,35,'locale',''),(1259,35,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1260,35,'wp_user_level','0'),(1261,35,'dismissed_wp_pointers',''),(1262,35,'last_update','1618762182'),(1265,35,'billing_first_name','Mary'),(1266,35,'billing_last_name','Hammock'),(1267,35,'billing_company',''),(1268,35,'billing_address_1',''),(1269,35,'billing_address_2',''),(1270,35,'billing_city',''),(1271,35,'billing_postcode',''),(1272,35,'billing_country',''),(1273,35,'billing_state',''),(1274,35,'billing_phone',''),(1275,35,'billing_email','info@liceclinicsmarietta.com'),(1276,35,'shipping_first_name','Mary'),(1277,35,'shipping_last_name','Hammock'),(1278,35,'shipping_company','LCA Marietta'),(1279,35,'shipping_address_1','3911 Mary Eliza Trace'),(1280,35,'shipping_address_2','Suite 250'),(1281,35,'shipping_city','Marietta'),(1282,35,'shipping_postcode','30064'),(1283,35,'shipping_country','US'),(1284,35,'shipping_state','GA'),(1285,36,'nickname','lca_bakersfield'),(1286,36,'first_name','Melanie'),(1287,36,'last_name','Sherman'),(1288,36,'description',''),(1289,36,'rich_editing','true'),(1290,36,'syntax_highlighting','true'),(1291,36,'comment_shortcuts','false'),(1292,36,'admin_color','fresh'),(1293,36,'use_ssl','0'),(1294,36,'show_admin_bar_front','true'),(1295,36,'locale',''),(1296,36,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1297,36,'wp_user_level','0'),(1298,36,'dismissed_wp_pointers',''),(1299,36,'last_update','1651524549'),(1300,37,'nickname','lca_fhc'),(1301,37,'first_name','Melody'),(1302,37,'last_name','Carter'),(1303,37,'description',''),(1304,37,'rich_editing','true'),(1305,37,'syntax_highlighting','true'),(1306,37,'comment_shortcuts','false'),(1307,37,'admin_color','fresh'),(1308,37,'use_ssl','0'),(1309,37,'show_admin_bar_front','true'),(1310,37,'locale',''),(1311,37,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1312,37,'wp_user_level','0'),(1313,37,'dismissed_wp_pointers',''),(1314,37,'last_update','1739897585'),(1317,37,'billing_first_name','Marilou'),(1318,37,'billing_last_name','Vitale'),(1319,37,'billing_company','Family Hair Clinic of South Ga LLC'),(1320,37,'billing_address_1','4510 Timberbrook Trail'),(1321,37,'billing_address_2',''),(1322,37,'billing_city','Valdosta'),(1323,37,'billing_postcode','31602'),(1324,37,'billing_country','US'),(1325,37,'billing_state','GA'),(1326,37,'billing_phone','2294151748'),(1327,37,'billing_email','familyhairclinic@gmail.com'),(1328,37,'shipping_first_name','Marilou'),(1329,37,'shipping_last_name','Vitale'),(1330,37,'shipping_company','Family Hair Clinic of South Ga LLC'),(1331,37,'shipping_address_1','4510 Timberbrook Trail'),(1332,37,'shipping_address_2',''),(1333,37,'shipping_city','Valdosta'),(1334,37,'shipping_postcode','31602'),(1335,37,'shipping_country','US'),(1336,37,'shipping_state','GA'),(1339,36,'billing_first_name','Melanie'),(1340,36,'billing_last_name','Sherman'),(1341,36,'billing_company','Lice Clinics of Bakersfield'),(1342,36,'billing_address_1','2920 F ST'),(1343,36,'billing_address_2','G-9'),(1344,36,'billing_city','Bakersfield'),(1345,36,'billing_postcode','93301'),(1346,36,'billing_country','US'),(1347,36,'billing_state','CA'),(1348,36,'billing_phone','661-616-8900'),(1349,36,'billing_email','2920lca@gmail.com'),(1350,36,'shipping_first_name','Melanie'),(1351,36,'shipping_last_name','Sherman'),(1352,36,'shipping_company','Lice Clinics of Bakersfield'),(1353,36,'shipping_address_1','2920 F ST'),(1354,36,'shipping_address_2','G-9'),(1355,36,'shipping_city','Bakersfield'),(1356,36,'shipping_postcode','93301'),(1357,36,'shipping_country','US'),(1358,36,'shipping_state','CA'),(1359,38,'nickname','lca_northpitts'),(1360,38,'first_name','Michael'),(1361,38,'last_name','Mantia'),(1362,38,'description',''),(1363,38,'rich_editing','true'),(1364,38,'syntax_highlighting','true'),(1365,38,'comment_shortcuts','false'),(1366,38,'admin_color','fresh'),(1367,38,'use_ssl','0'),(1368,38,'show_admin_bar_front','true'),(1369,38,'locale',''),(1370,38,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1371,38,'wp_user_level','0'),(1372,38,'dismissed_wp_pointers',''),(1373,38,'last_update','1704773219'),(1376,38,'billing_first_name','Tami'),(1377,38,'billing_last_name','Mantia'),(1378,38,'billing_company','Lice Solutions'),(1379,38,'billing_address_1','636 Ruby Trust Way'),(1380,38,'billing_address_2',''),(1381,38,'billing_city','Castle Rock'),(1382,38,'billing_postcode','80108'),(1383,38,'billing_country','US'),(1384,38,'billing_state','CO'),(1385,38,'billing_phone','3033196924'),(1386,38,'billing_email','tamimantia@gmail.com'),(1387,38,'shipping_first_name','Melissa'),(1388,38,'shipping_last_name','Mantia'),(1389,38,'shipping_company','LCA North Pittsburgh'),(1390,38,'shipping_address_1','2213 Temperance Drive'),(1391,38,'shipping_address_2',''),(1392,38,'shipping_city','Pittsburgh'),(1393,38,'shipping_postcode','15237'),(1394,38,'shipping_country','US'),(1395,38,'shipping_state','PA'),(1396,39,'nickname','lca_brightside'),(1397,39,'first_name','Patty'),(1398,39,'last_name','Ziegler'),(1399,39,'description',''),(1400,39,'rich_editing','true'),(1401,39,'syntax_highlighting','true'),(1402,39,'comment_shortcuts','false'),(1403,39,'admin_color','fresh'),(1404,39,'use_ssl','0'),(1405,39,'show_admin_bar_front','true'),(1406,39,'locale',''),(1407,39,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1408,39,'wp_user_level','0'),(1409,39,'dismissed_wp_pointers',''),(1410,39,'last_update','1765415634'),(1413,39,'billing_first_name','Patty'),(1414,39,'billing_last_name','Ziegler'),(1415,39,'billing_company',''),(1416,39,'billing_address_1','3090 Saddle Brook Tr'),(1417,39,'billing_address_2',''),(1418,39,'billing_city','Sun Prairie'),(1419,39,'billing_postcode','53590'),(1420,39,'billing_country','US'),(1421,39,'billing_state','WI'),(1422,39,'billing_phone','6088258255'),(1423,39,'billing_email','liceremovalwisconsin@gmail.com'),(1424,39,'shipping_first_name','Patty'),(1425,39,'shipping_last_name','Ziegler'),(1426,39,'shipping_company',''),(1427,39,'shipping_address_1','3090 Saddle Brook Tr'),(1428,39,'shipping_address_2',''),(1429,39,'shipping_city','Sun Prairie'),(1430,39,'shipping_postcode','53590'),(1431,39,'shipping_country','US'),(1432,39,'shipping_state','WI'),(1433,40,'nickname','lca_kent'),(1434,40,'first_name','Paul'),(1435,40,'last_name','Cunningham'),(1436,40,'description',''),(1437,40,'rich_editing','true'),(1438,40,'syntax_highlighting','true'),(1439,40,'comment_shortcuts','false'),(1440,40,'admin_color','fresh'),(1441,40,'use_ssl','0'),(1442,40,'show_admin_bar_front','true'),(1443,40,'locale',''),(1444,40,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1445,40,'wp_user_level','0'),(1446,40,'dismissed_wp_pointers',''),(1447,40,'last_update','1658350572'),(1450,40,'billing_first_name','PAUL'),(1451,40,'billing_last_name','Cunningham'),(1452,40,'billing_company',''),(1453,40,'billing_address_1','25606 180th AVE SE'),(1454,40,'billing_address_2',''),(1455,40,'billing_city','Covington'),(1456,40,'billing_postcode','98042'),(1457,40,'billing_country','US'),(1458,40,'billing_state','WA'),(1459,40,'billing_phone','2064128444'),(1460,40,'billing_email','cjp104@gmail.com'),(1461,40,'shipping_first_name','PAUL'),(1462,40,'shipping_last_name','Cunningham'),(1463,40,'shipping_company',''),(1464,40,'shipping_address_1','25606 180th AVE SE'),(1465,40,'shipping_address_2',''),(1466,40,'shipping_city','Covington'),(1467,40,'shipping_postcode','98042'),(1468,40,'shipping_country','US'),(1469,40,'shipping_state','WA'),(1470,41,'nickname','lca_stcloud'),(1471,41,'first_name','Rainya'),(1472,41,'last_name','Strack'),(1473,41,'description',''),(1474,41,'rich_editing','true'),(1475,41,'syntax_highlighting','true'),(1476,41,'comment_shortcuts','false'),(1477,41,'admin_color','fresh'),(1478,41,'use_ssl','0'),(1479,41,'show_admin_bar_front','true'),(1480,41,'locale',''),(1481,41,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1482,41,'wp_user_level','0'),(1483,41,'dismissed_wp_pointers',''),(1484,41,'last_update','1630601890'),(1487,41,'billing_first_name','Rainya'),(1488,41,'billing_last_name','Strack'),(1489,41,'billing_company','Lice Clinic- St.Cloud'),(1490,41,'billing_address_1','509 5th St SW'),(1491,41,'billing_address_2',''),(1492,41,'billing_city','Little Falls'),(1493,41,'billing_postcode','56345'),(1494,41,'billing_country','US'),(1495,41,'billing_state','MN'),(1496,41,'billing_phone','+13204231652'),(1497,41,'billing_email','info@liceclinicstcloud.com'),(1498,41,'shipping_first_name','Rainya'),(1499,41,'shipping_last_name','Strack'),(1500,41,'shipping_company','LCA St. Cloud'),(1501,41,'shipping_address_1','509 Fifth St SW'),(1502,41,'shipping_address_2',''),(1503,41,'shipping_city','Little Falls'),(1504,41,'shipping_postcode','56345'),(1505,41,'shipping_country','US'),(1506,41,'shipping_state','MN'),(1507,42,'nickname','lca_sanluisobispo'),(1508,42,'first_name','Rose'),(1509,42,'last_name','Moore'),(1510,42,'description',''),(1511,42,'rich_editing','true'),(1512,42,'syntax_highlighting','true'),(1513,42,'comment_shortcuts','false'),(1514,42,'admin_color','fresh'),(1515,42,'use_ssl','0'),(1516,42,'show_admin_bar_front','true'),(1517,42,'locale',''),(1518,42,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1519,42,'wp_user_level','0'),(1520,42,'dismissed_wp_pointers',''),(1521,42,'last_update','1618763282'),(1524,42,'billing_first_name','Rose'),(1525,42,'billing_last_name','Moore'),(1526,42,'billing_company',''),(1527,42,'billing_address_1',''),(1528,42,'billing_address_2',''),(1529,42,'billing_city',''),(1530,42,'billing_postcode',''),(1531,42,'billing_country',''),(1532,42,'billing_state',''),(1533,42,'billing_phone',''),(1534,42,'billing_email','info@liceclinicsanluisobispo.com'),(1535,42,'shipping_first_name','Rose'),(1536,42,'shipping_last_name','Moore'),(1537,42,'shipping_company','LCA San Luis Obispo'),(1538,42,'shipping_address_1','171 North 13th Street'),(1539,42,'shipping_address_2','Suite A'),(1540,42,'shipping_city','Grover Beach'),(1541,42,'shipping_postcode','93433'),(1542,42,'shipping_country','US'),(1543,42,'shipping_state','CA'),(1544,43,'nickname','lca_bonitasprings'),(1545,43,'first_name','Ryan'),(1546,43,'last_name','Nelson'),(1547,43,'description',''),(1548,43,'rich_editing','true'),(1549,43,'syntax_highlighting','true'),(1550,43,'comment_shortcuts','false'),(1551,43,'admin_color','fresh'),(1552,43,'use_ssl','0'),(1553,43,'show_admin_bar_front','true'),(1554,43,'locale',''),(1555,43,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1556,43,'wp_user_level','0'),(1557,43,'dismissed_wp_pointers',''),(1558,43,'last_update','1736360852'),(1561,43,'billing_first_name','Ryan'),(1562,43,'billing_last_name','Nelson'),(1563,43,'billing_company',''),(1564,43,'billing_address_1','140 Flame Vine drive'),(1565,43,'billing_address_2',''),(1566,43,'billing_city','Naples'),(1567,43,'billing_postcode','34110'),(1568,43,'billing_country','US'),(1569,43,'billing_state','FL'),(1570,43,'billing_phone','2392810719'),(1571,43,'billing_email','Rjnelson73@gmail.com'),(1572,43,'shipping_first_name','Ryan'),(1573,43,'shipping_last_name','Nelson'),(1574,43,'shipping_company',''),(1575,43,'shipping_address_1','5800 Bonita Beach rd.'),(1576,43,'shipping_address_2','2805'),(1577,43,'shipping_city','Bonita Springs'),(1578,43,'shipping_postcode','34134'),(1579,43,'shipping_country','US'),(1580,43,'shipping_state','FL'),(1618,45,'nickname','lca_wilmingtonde'),(1619,45,'first_name','Savanna'),(1620,45,'last_name','Mitchell'),(1621,45,'description',''),(1622,45,'rich_editing','true'),(1623,45,'syntax_highlighting','true'),(1624,45,'comment_shortcuts','false'),(1625,45,'admin_color','fresh'),(1626,45,'use_ssl','0'),(1627,45,'show_admin_bar_front','true'),(1628,45,'locale',''),(1629,45,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1630,45,'wp_user_level','0'),(1631,45,'dismissed_wp_pointers',''),(1632,45,'last_update','1618763849'),(1635,45,'billing_first_name','Savanna'),(1636,45,'billing_last_name','Mitchell'),(1637,45,'billing_company',''),(1638,45,'billing_address_1',''),(1639,45,'billing_address_2',''),(1640,45,'billing_city',''),(1641,45,'billing_postcode',''),(1642,45,'billing_country',''),(1643,45,'billing_state',''),(1644,45,'billing_phone',''),(1645,45,'billing_email','info@liceclinicswilmingtonde.com'),(1646,45,'shipping_first_name','Savanna'),(1647,45,'shipping_last_name','Mitchell'),(1648,45,'shipping_company','LCA Wilmington DE'),(1649,45,'shipping_address_1','234 Philadelphia Pike'),(1650,45,'shipping_address_2','Suite 7'),(1651,45,'shipping_city','Wilmington'),(1652,45,'shipping_postcode','19809'),(1653,45,'shipping_country','US'),(1654,45,'shipping_state','DE'),(1655,46,'nickname','lca_jonesboro'),(1656,46,'first_name','Ashe'),(1657,46,'last_name','Montalvo'),(1658,46,'description',''),(1659,46,'rich_editing','true'),(1660,46,'syntax_highlighting','true'),(1661,46,'comment_shortcuts','false'),(1662,46,'admin_color','fresh'),(1663,46,'use_ssl','0'),(1664,46,'show_admin_bar_front','true'),(1665,46,'locale',''),(1666,46,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1667,46,'wp_user_level','0'),(1668,46,'dismissed_wp_pointers',''),(1669,46,'last_update','1764788765'),(1672,46,'billing_first_name','Ashe'),(1673,46,'billing_last_name','montalvo'),(1674,46,'billing_company','lice clincs of america jonesboro'),(1675,46,'billing_address_1','1406 Market Place'),(1676,46,'billing_address_2','Apartment 10'),(1677,46,'billing_city','Jonesboro'),(1678,46,'billing_postcode','72404'),(1679,46,'billing_country','US'),(1680,46,'billing_state','AR'),(1681,46,'billing_phone','8706132520'),(1682,46,'billing_email','bsdashlynf@gmail.com'),(1683,46,'shipping_first_name','Ashe'),(1684,46,'shipping_last_name','montalvo'),(1685,46,'shipping_company','lice clincs of america jonesboro'),(1686,46,'shipping_address_1','3114 Fox Road'),(1687,46,'shipping_address_2','suite D'),(1688,46,'shipping_city','Jonesboro'),(1689,46,'shipping_postcode','72404'),(1690,46,'shipping_country','US'),(1691,46,'shipping_state','AR'),(1692,47,'nickname','lca_sanantonio'),(1693,47,'first_name','Sheli'),(1694,47,'last_name','Schomer'),(1695,47,'description',''),(1696,47,'rich_editing','true'),(1697,47,'syntax_highlighting','true'),(1698,47,'comment_shortcuts','false'),(1699,47,'admin_color','fresh'),(1700,47,'use_ssl','0'),(1701,47,'show_admin_bar_front','true'),(1702,47,'locale',''),(1703,47,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1704,47,'wp_user_level','0'),(1705,47,'dismissed_wp_pointers',''),(1706,47,'last_update','1753560230'),(1709,47,'billing_first_name','Tracy'),(1710,47,'billing_last_name','Copeland'),(1711,47,'billing_company','LCA San Antonio WEST'),(1712,47,'billing_address_1','14223 Silverhollow'),(1713,47,'billing_address_2',''),(1714,47,'billing_city','San Antonio'),(1715,47,'billing_postcode','78232'),(1716,47,'billing_country','US'),(1717,47,'billing_state','TX'),(1718,47,'billing_phone','2103135033'),(1719,47,'billing_email','info@liceclinicsofsanantonio.com'),(1720,47,'shipping_first_name','Tracy'),(1721,47,'shipping_last_name','Copeland'),(1722,47,'shipping_company','LCA San Antonio WEST'),(1723,47,'shipping_address_1','6391 De Zavala'),(1724,47,'shipping_address_2','Suite 2205'),(1725,47,'shipping_city','San Antonio'),(1726,47,'shipping_postcode','78249'),(1727,47,'shipping_country','US'),(1728,47,'shipping_state','TX'),(1729,48,'nickname','lca_evansville'),(1730,48,'first_name','Suzanne'),(1731,48,'last_name','McCutchan'),(1732,48,'description',''),(1733,48,'rich_editing','true'),(1734,48,'syntax_highlighting','true'),(1735,48,'comment_shortcuts','false'),(1736,48,'admin_color','fresh'),(1737,48,'use_ssl','0'),(1738,48,'show_admin_bar_front','true'),(1739,48,'locale',''),(1740,48,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1741,48,'wp_user_level','0'),(1742,48,'dismissed_wp_pointers',''),(1743,48,'last_update','1639493667'),(1746,48,'billing_first_name','Suzanne'),(1747,48,'billing_last_name','McCutchan'),(1748,48,'billing_company',''),(1749,48,'billing_address_1','7206 OAK HILL RD'),(1750,48,'billing_address_2',''),(1751,48,'billing_city','Evansville'),(1752,48,'billing_postcode','47725'),(1753,48,'billing_country','US'),(1754,48,'billing_state','IN'),(1755,48,'billing_phone','8127468389'),(1756,48,'billing_email','suzannemccutchan@outlook.com'),(1757,48,'shipping_first_name','Suzanne'),(1758,48,'shipping_last_name','McCutchan'),(1759,48,'shipping_company',''),(1760,48,'shipping_address_1','7206 Oak Hill Rd'),(1761,48,'shipping_address_2',''),(1762,48,'shipping_city','Evansville'),(1763,48,'shipping_postcode','47725'),(1764,48,'shipping_country','US'),(1765,48,'shipping_state','IN'),(1766,49,'nickname','lca_northernvirginia'),(1767,49,'first_name','Chris'),(1768,49,'last_name','Winkler'),(1769,49,'description',''),(1770,49,'rich_editing','true'),(1771,49,'syntax_highlighting','true'),(1772,49,'comment_shortcuts','false'),(1773,49,'admin_color','fresh'),(1774,49,'use_ssl','0'),(1775,49,'show_admin_bar_front','true'),(1776,49,'locale',''),(1777,49,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1778,49,'wp_user_level','0'),(1779,49,'dismissed_wp_pointers',''),(1780,49,'last_update','1708702906'),(1783,49,'billing_first_name','Kristi'),(1784,49,'billing_last_name','Winkler'),(1785,49,'billing_company','LCA - Manassas'),(1786,49,'billing_address_1','8633 Belle Grove'),(1787,49,'billing_address_2',''),(1788,49,'billing_city','Manassas'),(1789,49,'billing_postcode','20110'),(1790,49,'billing_country','US'),(1791,49,'billing_state','VA'),(1792,49,'billing_phone','8587520975'),(1793,49,'billing_email','info@northernvirginialiceclinics.com'),(1794,49,'shipping_first_name','Michelle'),(1795,49,'shipping_last_name','Winkler'),(1796,49,'shipping_company','Lice Clinics of America - Manassas'),(1797,49,'shipping_address_1','8633 Belle Grove Way'),(1798,49,'shipping_address_2',''),(1799,49,'shipping_city','Manassas'),(1800,49,'shipping_postcode','20110'),(1801,49,'shipping_country','US'),(1802,49,'shipping_state','VA'),(1803,49,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:7:\"Winkler\";s:16:\"shipping_company\";s:34:\"Lice Clinics of America - Manassas\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"8633 Belle Grove Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Manassas\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"20110\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Chris\";s:18:\"shipping_last_name\";s:7:\"Winkler\";s:16:\"shipping_company\";s:12:\"LCA Stafford\";s:18:\"shipping_address_1\";s:24:\"2781 JEFFERSON DAVIS HWY\";s:18:\"shipping_address_2\";s:9:\"SUITE 107\";s:13:\"shipping_city\";s:8:\"STAFFORD\";s:17:\"shipping_postcode\";s:5:\"22554\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"VA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(1805,50,'nickname','lca_newhampshire'),(1806,50,'first_name','Christine'),(1807,50,'last_name','Cherry'),(1808,50,'description',''),(1809,50,'rich_editing','true'),(1810,50,'syntax_highlighting','true'),(1811,50,'comment_shortcuts','false'),(1812,50,'admin_color','fresh'),(1813,50,'use_ssl','0'),(1814,50,'show_admin_bar_front','true'),(1815,50,'locale',''),(1816,50,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1817,50,'wp_user_level','0'),(1818,50,'dismissed_wp_pointers',''),(1819,50,'last_update','1765321870'),(1822,50,'billing_first_name','Christine'),(1823,50,'billing_last_name','Cherry'),(1824,50,'billing_company','NITS END'),(1825,50,'billing_address_1','PO BOX 1092'),(1826,50,'billing_address_2',''),(1827,50,'billing_city','Campton'),(1828,50,'billing_postcode','03223'),(1829,50,'billing_country','US'),(1830,50,'billing_state','NH'),(1831,50,'billing_phone','16034983390'),(1832,50,'billing_email','info@liceclinicsplaistow.com'),(1833,50,'shipping_first_name','Megan'),(1834,50,'shipping_last_name','Bourassa'),(1835,50,'shipping_company','LCA - Nits End / 149091'),(1836,50,'shipping_address_1','22 Main street'),(1837,50,'shipping_address_2',''),(1838,50,'shipping_city','Atkinson'),(1839,50,'shipping_postcode','03811'),(1840,50,'shipping_country','US'),(1841,50,'shipping_state','NH'),(1842,50,'thwma_custom_address','a:2:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Megan\";s:18:\"shipping_last_name\";s:8:\"Bourassa\";s:16:\"shipping_company\";s:23:\"LCA - Nits End / 149091\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:10:\"22 Main St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Atkinson\";s:14:\"shipping_state\";s:2:\"NH\";s:17:\"shipping_postcode\";s:5:\"03811\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:10:\"LCA Nashua\";s:18:\"shipping_address_1\";s:18:\"71 Spit Brook Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Nashua\";s:17:\"shipping_postcode\";s:5:\"03060\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NH\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:11:\"LCA Concord\";s:18:\"shipping_address_1\";s:14:\"114 Dover Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Chichester\";s:17:\"shipping_postcode\";s:5:\"03258\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NH\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:9:\"Christine\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:15:\"LCA Portland ME\";s:18:\"shipping_address_1\";s:19:\"640 Brighton Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Portland\";s:17:\"shipping_postcode\";s:5:\"04101\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"ME\";}s:9:\"address_4\";a:9:{s:19:\"shipping_first_name\";s:5:\"Megan\";s:18:\"shipping_last_name\";s:6:\"O\'Neil\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:10:\"22 Main St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Atkinson\";s:14:\"shipping_state\";s:2:\"NH\";s:17:\"shipping_postcode\";s:5:\"03811\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(1843,51,'nickname','lca_wpb'),(1844,51,'first_name','Corie'),(1845,51,'last_name','Kaniamos'),(1846,51,'description',''),(1847,51,'rich_editing','true'),(1848,51,'syntax_highlighting','true'),(1849,51,'comment_shortcuts','false'),(1850,51,'admin_color','fresh'),(1851,51,'use_ssl','0'),(1852,51,'show_admin_bar_front','true'),(1853,51,'locale',''),(1854,51,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1855,51,'wp_user_level','0'),(1856,51,'dismissed_wp_pointers',''),(1857,51,'last_update','1662048147'),(1860,51,'billing_first_name','Corie'),(1861,51,'billing_last_name','Kaniamos'),(1862,51,'billing_company',''),(1863,51,'billing_address_1','5026 Tildens Grove Blvd'),(1864,51,'billing_address_2',''),(1865,51,'billing_city','Windermere'),(1866,51,'billing_postcode','34786'),(1867,51,'billing_country','US'),(1868,51,'billing_state','FL'),(1869,51,'billing_phone','6163406321'),(1870,51,'billing_email','corie@liceclinicsofflorida.com'),(1871,51,'shipping_first_name','Maria'),(1872,51,'shipping_last_name','Hagg'),(1873,51,'shipping_company','LCA - STUART'),(1874,51,'shipping_address_1','130 SE Taho Ter.'),(1875,51,'shipping_address_2',''),(1876,51,'shipping_city','Stuart'),(1877,51,'shipping_postcode','34997'),(1878,51,'shipping_country','US'),(1879,51,'shipping_state','FL'),(1880,51,'thwma_custom_address','a:4:{s:8:\"shipping\";a:4:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Corie\";s:18:\"shipping_last_name\";s:8:\"Kaniamos\";s:16:\"shipping_company\";s:10:\"LCA Stuart\";s:18:\"shipping_address_1\";s:24:\"2602 SE Willoughby Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Stuart\";s:17:\"shipping_postcode\";s:5:\"34994\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"Maria\";s:18:\"shipping_last_name\";s:4:\"Hagg\";s:16:\"shipping_company\";s:12:\"LCA - STUART\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"130 SE Taho Ter.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Stuart\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"34997\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:5:\"Catie\";s:18:\"shipping_last_name\";s:5:\"Carny\";s:16:\"shipping_company\";s:19:\"LCA West Palm Beach\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"4977 B Alder Dr\";s:18:\"shipping_address_2\";s:15:\"Foxwood Estates\";s:13:\"shipping_city\";s:3:\"WPB\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33417\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:5:\"Catie\";s:18:\"shipping_last_name\";s:6:\"Carney\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"4977 B Alder Dr.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"West Palm Beach\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33417\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Corie\";s:17:\"billing_last_name\";s:8:\"Kaniamos\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:23:\"5026 Tildens Grove Blvd\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:10:\"Windermere\";s:13:\"billing_state\";s:2:\"FL\";s:16:\"billing_postcode\";s:5:\"34786\";s:13:\"billing_phone\";s:10:\"6163406321\";s:13:\"billing_email\";s:30:\"corie@liceclinicsofflorida.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:5:\"Maria\";s:17:\"billing_last_name\";s:4:\"Hagg\";s:15:\"billing_company\";s:10:\"LCA Stuart\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:22:\"17 S. Via Lucindia Dr.\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Stuart\";s:13:\"billing_state\";s:2:\"FL\";s:16:\"billing_postcode\";s:5:\"34996\";s:13:\"billing_phone\";s:10:\"9546323303\";s:13:\"billing_email\";s:22:\"maria@dishculinary.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_2\";}'),(1881,52,'nickname','lca_nova'),(1882,52,'first_name','Darlene'),(1883,52,'last_name','La Framboise'),(1884,52,'description',''),(1885,52,'rich_editing','true'),(1886,52,'syntax_highlighting','true'),(1887,52,'comment_shortcuts','false'),(1888,52,'admin_color','fresh'),(1889,52,'use_ssl','0'),(1890,52,'show_admin_bar_front','true'),(1891,52,'locale',''),(1892,52,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1893,52,'wp_user_level','0'),(1894,52,'dismissed_wp_pointers',''),(1895,52,'last_update','1762540232'),(1898,52,'billing_first_name','Darlene'),(1899,52,'billing_last_name','LaFramboise'),(1900,52,'billing_company','LCA-NOVA'),(1901,52,'billing_address_1','25473 Tomey Ct'),(1902,52,'billing_address_2',''),(1903,52,'billing_city','Aldie'),(1904,52,'billing_postcode','20105-3048'),(1905,52,'billing_country','US'),(1906,52,'billing_state','VA'),(1907,52,'billing_phone','7033031576'),(1908,52,'billing_email','info@liceremovalnova.com'),(1909,52,'shipping_first_name','Darlene'),(1910,52,'shipping_last_name','LaFramboise'),(1911,52,'shipping_company','LCA-NOVA'),(1912,52,'shipping_address_1','25473 Tomey Ct'),(1913,52,'shipping_address_2',''),(1914,52,'shipping_city','Aldie'),(1915,52,'shipping_postcode','20105-3048'),(1916,52,'shipping_country','US'),(1917,52,'shipping_state','VA'),(1918,52,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Darlene\";s:18:\"shipping_last_name\";s:11:\"LaFramboise\";s:16:\"shipping_company\";s:8:\"LCA-NOVA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"25473 Tomey Ct\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Aldie\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:10:\"20105-3048\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Darlene\";s:18:\"shipping_last_name\";s:12:\"La Framboise\";s:16:\"shipping_company\";s:16:\"LCA Falls Church\";s:18:\"shipping_address_1\";s:19:\"450 W. Broad Street\";s:18:\"shipping_address_2\";s:9:\"Suite 320\";s:13:\"shipping_city\";s:12:\"Falls Church\";s:17:\"shipping_postcode\";s:5:\"22046\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"VA\";}}}'),(1919,53,'nickname','lca_scharlotte'),(1920,53,'first_name','Dena'),(1921,53,'last_name','Black'),(1922,53,'description',''),(1923,53,'rich_editing','true'),(1924,53,'syntax_highlighting','true'),(1925,53,'comment_shortcuts','false'),(1926,53,'admin_color','fresh'),(1927,53,'use_ssl','0'),(1928,53,'show_admin_bar_front','true'),(1929,53,'locale',''),(1930,53,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1931,53,'wp_user_level','0'),(1932,53,'dismissed_wp_pointers',''),(1933,53,'last_update','1633712260'),(1936,53,'billing_first_name','DENA'),(1937,53,'billing_last_name','BLACK'),(1938,53,'billing_company','LCA'),(1939,53,'billing_address_1','8216 CURICO LANE'),(1940,53,'billing_address_2',''),(1941,53,'billing_city','CHARLOTTE'),(1942,53,'billing_postcode','28227'),(1943,53,'billing_country','US'),(1944,53,'billing_state','NC'),(1945,53,'billing_phone','9102647141'),(1946,53,'billing_email','dblack1960@gmail.com'),(1947,53,'shipping_first_name','KATHRYN'),(1948,53,'shipping_last_name','FERRAH'),(1949,53,'shipping_company','LCA'),(1950,53,'shipping_address_1','4503 CODDINGTON LOOP'),(1951,53,'shipping_address_2','#106'),(1952,53,'shipping_city','WILMINGTON'),(1953,53,'shipping_postcode','28405'),(1954,53,'shipping_country','US'),(1955,53,'shipping_state','NC'),(1956,53,'thwma_custom_address','a:4:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"KATHRYN\";s:18:\"shipping_last_name\";s:6:\"FERRAH\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"4503 CODDINGTON LOOP\";s:18:\"shipping_address_2\";s:4:\"#106\";s:13:\"shipping_city\";s:10:\"WILMINGTON\";s:14:\"shipping_state\";s:2:\"NC\";s:17:\"shipping_postcode\";s:5:\"28405\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Dena\";s:18:\"shipping_last_name\";s:5:\"Black\";s:16:\"shipping_company\";s:14:\"LCA Wilmington\";s:18:\"shipping_address_1\";s:19:\"5725 Oleander Drive\";s:18:\"shipping_address_2\";s:9:\"Suite A-6\";s:13:\"shipping_city\";s:10:\"Wilmington\";s:17:\"shipping_postcode\";s:5:\"28403\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NC\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:4:\"DENA\";s:18:\"shipping_last_name\";s:5:\"BLACK\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"8216 CURICO LANE\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"CHARLOTTE\";s:14:\"shipping_state\";s:2:\"NC\";s:17:\"shipping_postcode\";s:5:\"28227\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:4:\"DENA\";s:17:\"billing_last_name\";s:5:\"BLACK\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"8216 CURICO LANE\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:9:\"CHARLOTTE\";s:13:\"billing_state\";s:2:\"NC\";s:16:\"billing_postcode\";s:5:\"28227\";s:13:\"billing_phone\";s:10:\"9102647141\";s:13:\"billing_email\";s:20:\"DBLACK1960@GMAIL.COM\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:4:\"DENA\";s:17:\"billing_last_name\";s:5:\"BLACK\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"8216 CURICO LANE\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:9:\"CHARLOTTE\";s:13:\"billing_state\";s:2:\"NC\";s:16:\"billing_postcode\";s:5:\"28227\";s:13:\"billing_phone\";s:10:\"9102647141\";s:13:\"billing_email\";s:20:\"dblack1960@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(1957,54,'nickname','lca_northernil'),(1958,54,'first_name','Erin'),(1959,54,'last_name','Hawn'),(1960,54,'description',''),(1961,54,'rich_editing','true'),(1962,54,'syntax_highlighting','true'),(1963,54,'comment_shortcuts','false'),(1964,54,'admin_color','fresh'),(1965,54,'use_ssl','0'),(1966,54,'show_admin_bar_front','true'),(1967,54,'locale',''),(1968,54,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(1969,54,'wp_user_level','0'),(1970,54,'dismissed_wp_pointers',''),(1971,54,'last_update','1766381759'),(1974,54,'billing_first_name','Erin'),(1975,54,'billing_last_name','Hawn'),(1976,54,'billing_company',''),(1977,54,'billing_address_1','10 W Phillip Rd'),(1978,54,'billing_address_2','Suite 123'),(1979,54,'billing_city','Vernon Hills'),(1980,54,'billing_postcode','60061'),(1981,54,'billing_country','US'),(1982,54,'billing_state','IL'),(1983,54,'billing_phone','8475960408'),(1984,54,'billing_email','info@northernil.liceclinicsofamerica.com'),(1985,54,'shipping_first_name','Erin'),(1986,54,'shipping_last_name','Hawn'),(1987,54,'shipping_company',''),(1988,54,'shipping_address_1','1491 S Amarias Dr'),(1989,54,'shipping_address_2',''),(1990,54,'shipping_city','Round lake'),(1991,54,'shipping_postcode','60073'),(1992,54,'shipping_country','US'),(1993,54,'shipping_state','IL'),(1994,54,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:16:\"LCA Vernon Hills\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"10 West Phillip Road\";s:18:\"shipping_address_2\";s:9:\"Suite 123\";s:13:\"shipping_city\";s:12:\"Vernon Hills\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60061\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:16:\"LCA Spring Grove\";s:18:\"shipping_address_1\";s:23:\"2503 Spring Ridge Drive\";s:18:\"shipping_address_2\";s:8:\"Suite C1\";s:13:\"shipping_city\";s:12:\"Spring Grove\";s:17:\"shipping_postcode\";s:5:\"60081\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IL\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:4:\"Erin\";s:18:\"shipping_last_name\";s:4:\"Hawn\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1491 S Amarias Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Round lake\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60073\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_2\";}'),(1995,55,'nickname','lca_connecticut'),(1996,55,'first_name','Greg'),(1997,55,'last_name','Eisen'),(1998,55,'description',''),(1999,55,'rich_editing','true'),(2000,55,'syntax_highlighting','true'),(2001,55,'comment_shortcuts','false'),(2002,55,'admin_color','fresh'),(2003,55,'use_ssl','0'),(2004,55,'show_admin_bar_front','true'),(2005,55,'locale',''),(2006,55,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2007,55,'wp_user_level','0'),(2008,55,'dismissed_wp_pointers',''),(2009,55,'last_update','1657557563'),(2011,55,'billing_first_name','Stephanie'),(2012,55,'billing_last_name','Knecht'),(2013,55,'billing_company','Lice Clinics of America'),(2014,55,'billing_address_1','67 Prospect Avenue Suite 301'),(2015,55,'billing_address_2',''),(2016,55,'billing_city','Hartford'),(2017,55,'billing_postcode','06106'),(2018,55,'billing_country','US'),(2019,55,'billing_state','CT'),(2020,55,'billing_phone','9144565000'),(2021,55,'billing_email','stephanieknecht@lcaconnecticut.com'),(2022,55,'shipping_first_name','Stephanie'),(2023,55,'shipping_last_name','Knecht'),(2024,55,'shipping_company','Lice Clinics Of America'),(2025,55,'shipping_address_1','1207 Route 9, Suite 8'),(2026,55,'shipping_address_2',''),(2027,55,'shipping_city','Wappinger Falls'),(2028,55,'shipping_postcode','12590'),(2029,55,'shipping_country','US'),(2030,55,'shipping_state','NY'),(2031,55,'thwma_custom_address','a:4:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:9:\"Stephanie\";s:18:\"shipping_last_name\";s:6:\"Knecht\";s:16:\"shipping_company\";s:23:\"Lice Clinics Of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"1207 Route 9, Suite 8\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"Wappinger Falls\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"12590\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:10:\"LCA Orange\";s:18:\"shipping_address_1\";s:20:\"109 Boston Post Road\";s:18:\"shipping_address_2\";s:9:\"Suite 201\";s:13:\"shipping_city\";s:6:\"Orange\";s:17:\"shipping_postcode\";s:5:\"06477\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CT\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:17:\"LCA West Hartford\";s:18:\"shipping_address_1\";s:18:\"67 Prospect Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 301\";s:13:\"shipping_city\";s:13:\"West Hartford\";s:17:\"shipping_postcode\";s:5:\"06106\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CT\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Greg\";s:18:\"shipping_last_name\";s:5:\"Eisen\";s:16:\"shipping_company\";s:17:\"LCA Hudson Valley\";s:18:\"shipping_address_1\";s:12:\"1207 Route 9\";s:18:\"shipping_address_2\";s:7:\"Suite 8\";s:13:\"shipping_city\";s:16:\"Wappingers Falls\";s:17:\"shipping_postcode\";s:5:\"12590\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}}s:7:\"billing\";a:4:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:28:\"67 Prospect Avenue Suite 301\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Hartford\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06106\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:13:\"West Hartford\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:28:\"67 Prospect Avenue Suite 301\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:8:\"Hartford\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06106\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}s:9:\"address_2\";a:12:{s:15:\"billing_heading\";s:6:\"Orange\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:31:\"109 Boston Post Road, Suite 201\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Orange\";s:13:\"billing_state\";s:2:\"CT\";s:16:\"billing_postcode\";s:5:\"06477\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}s:9:\"address_3\";a:12:{s:15:\"billing_heading\";s:15:\"Wappinger Falls\";s:18:\"billing_first_name\";s:9:\"Stephanie\";s:17:\"billing_last_name\";s:6:\"Knecht\";s:15:\"billing_company\";s:23:\"Lice Clinics Of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:21:\"1207 Route 9, Suite 8\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:15:\"Wappinger Falls\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"12590\";s:13:\"billing_phone\";s:10:\"9144565000\";s:13:\"billing_email\";s:34:\"stephanieknecht@lcaconnecticut.com\";}}s:15:\"default_billing\";s:9:\"address_0\";s:16:\"default_shipping\";s:9:\"address_0\";}'),(2033,56,'nickname','lca_dfw'),(2034,56,'first_name','Gus'),(2035,56,'last_name','Romero'),(2036,56,'description',''),(2037,56,'rich_editing','true'),(2038,56,'syntax_highlighting','true'),(2039,56,'comment_shortcuts','false'),(2040,56,'admin_color','fresh'),(2041,56,'use_ssl','0'),(2042,56,'show_admin_bar_front','true'),(2043,56,'locale',''),(2044,56,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2045,56,'wp_user_level','0'),(2046,56,'dismissed_wp_pointers',''),(2047,56,'last_update','1631746889'),(2050,56,'billing_first_name','Gus'),(2051,56,'billing_last_name','Romero'),(2052,56,'billing_company','Ditta Solutions LLC'),(2053,56,'billing_address_1','2104 Aristocrat Dr'),(2054,56,'billing_address_2',''),(2055,56,'billing_city','Irving'),(2056,56,'billing_postcode','75063'),(2057,56,'billing_country','US'),(2058,56,'billing_state','TX'),(2059,56,'billing_phone','214-325-0466'),(2060,56,'billing_email','gus@liceclinicsdfw.com'),(2061,56,'shipping_first_name','Gus'),(2062,56,'shipping_last_name','Romero'),(2063,56,'shipping_company','Ditta Solutions LLC'),(2064,56,'shipping_address_1','2104 Aristocrat Dr'),(2065,56,'shipping_address_2',''),(2066,56,'shipping_city','Irving'),(2067,56,'shipping_postcode','75063'),(2068,56,'shipping_country','US'),(2069,56,'shipping_state','TX'),(2070,56,'thwma_custom_address','a:3:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:19:\"Ditta Solutions LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"2104 Aristocrat Dr\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Irving\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75063\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:9:\"LCA Plano\";s:18:\"shipping_address_1\";s:20:\"6300 Stonewood Drive\";s:18:\"shipping_address_2\";s:10:\"Suite 106A\";s:13:\"shipping_city\";s:5:\"Plano\";s:17:\"shipping_postcode\";s:5:\"75024\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:24:\"LCA North Richland Hills\";s:18:\"shipping_address_1\";s:21:\"8241 Mid Cities Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 101\";s:13:\"shipping_city\";s:20:\"North Richland Hills\";s:17:\"shipping_postcode\";s:5:\"76182\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:14:\"LCA Lewisville\";s:18:\"shipping_address_1\";s:21:\"1850 Lakepointe Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 350\";s:13:\"shipping_city\";s:10:\"Lewisville\";s:17:\"shipping_postcode\";s:5:\"75057\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:3:\"Gus\";s:18:\"shipping_last_name\";s:6:\"Romero\";s:16:\"shipping_company\";s:14:\"LCA Fort Worth\";s:18:\"shipping_address_1\";s:18:\"4200 South Freeway\";s:18:\"shipping_address_2\";s:9:\"Suite 225\";s:13:\"shipping_city\";s:10:\"Fort Worth\";s:17:\"shipping_postcode\";s:5:\"76115\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:3:\"Gus\";s:17:\"billing_last_name\";s:6:\"Romero\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:23:\"info@liceclinicsdfw.com\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:3:\"Gus\";s:17:\"billing_last_name\";s:6:\"Romero\";s:15:\"billing_company\";s:19:\"Ditta Solutions LLC\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"2104 Aristocrat Dr\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:6:\"Irving\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75063\";s:13:\"billing_phone\";s:12:\"214-325-0466\";s:13:\"billing_email\";s:22:\"gus@liceclinicsdfw.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(2071,57,'nickname','lca_upstatesc'),(2072,57,'first_name','Heather'),(2073,57,'last_name','Purtle'),(2074,57,'description',''),(2075,57,'rich_editing','true'),(2076,57,'syntax_highlighting','true'),(2077,57,'comment_shortcuts','false'),(2078,57,'admin_color','fresh'),(2079,57,'use_ssl','0'),(2080,57,'show_admin_bar_front','true'),(2081,57,'locale',''),(2082,57,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2083,57,'wp_user_level','0'),(2084,57,'dismissed_wp_pointers',''),(2085,57,'last_update','1713547605'),(2088,57,'billing_first_name','Heather'),(2089,57,'billing_last_name','Purtle'),(2090,57,'billing_company','LCA- Upstate'),(2091,57,'billing_address_1','1 Creekview Ct.'),(2092,57,'billing_address_2','Ste C'),(2093,57,'billing_city','Greenville'),(2094,57,'billing_postcode','29615'),(2095,57,'billing_country','US'),(2096,57,'billing_state','SC'),(2097,57,'billing_phone','8643604388'),(2098,57,'billing_email','hpurtle@bellsouth.net'),(2099,57,'shipping_first_name','Heather'),(2100,57,'shipping_last_name','Purtle'),(2101,57,'shipping_company','LCA- Upstate'),(2102,57,'shipping_address_1','1 Creekview Ct.'),(2103,57,'shipping_address_2','Ste C'),(2104,57,'shipping_city','Greenville'),(2105,57,'shipping_postcode','29615'),(2106,57,'shipping_country','US'),(2107,57,'shipping_state','SC'),(2108,57,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:6:\"Purtle\";s:16:\"shipping_company\";s:12:\"LCA- Upstate\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1 Creekview Ct.\";s:18:\"shipping_address_2\";s:5:\"Ste C\";s:13:\"shipping_city\";s:10:\"Greenville\";s:14:\"shipping_state\";s:2:\"SC\";s:17:\"shipping_postcode\";s:5:\"29615\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:6:\"Purtle\";s:16:\"shipping_company\";s:12:\"LCA Anderson\";s:18:\"shipping_address_1\";s:22:\"4128 Clemson Boulevard\";s:18:\"shipping_address_2\";s:7:\"Suite C\";s:13:\"shipping_city\";s:8:\"Anderson\";s:17:\"shipping_postcode\";s:5:\"29621\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"SC\";}}}'),(2109,58,'nickname','lca_easttx'),(2110,58,'first_name','Heather'),(2111,58,'last_name','Smith'),(2112,58,'description',''),(2113,58,'rich_editing','true'),(2114,58,'syntax_highlighting','true'),(2115,58,'comment_shortcuts','false'),(2116,58,'admin_color','fresh'),(2117,58,'use_ssl','0'),(2118,58,'show_admin_bar_front','true'),(2119,58,'locale',''),(2120,58,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2121,58,'wp_user_level','0'),(2122,58,'dismissed_wp_pointers',''),(2123,58,'last_update','1704165629'),(2126,58,'billing_first_name','Heather'),(2127,58,'billing_last_name','Smith'),(2128,58,'billing_company',''),(2129,58,'billing_address_1','P.O. Box 155624'),(2130,58,'billing_address_2',''),(2131,58,'billing_city','Lufkin'),(2132,58,'billing_postcode','75915'),(2133,58,'billing_country','US'),(2134,58,'billing_state','TX'),(2135,58,'billing_phone','9364143560'),(2136,58,'billing_email','easttexaslca@yahoo.com'),(2137,58,'shipping_first_name','Heather'),(2138,58,'shipping_last_name','Smith'),(2139,58,'shipping_company','LCA Lufkin'),(2140,58,'shipping_address_1','223 E. Emma St'),(2141,58,'shipping_address_2',''),(2142,58,'shipping_city','Bullard'),(2143,58,'shipping_postcode','75757'),(2144,58,'shipping_country','US'),(2145,58,'shipping_state','TX'),(2146,58,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:10:\"LCA Lufkin\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"223 E. Emma St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Bullard\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75757\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:9:\"LCA Tyler\";s:18:\"shipping_address_1\";s:24:\"2210 Three Lakes Parkway\";s:18:\"shipping_address_2\";s:9:\"Suite 145\";s:13:\"shipping_city\";s:5:\"Tyler\";s:17:\"shipping_postcode\";s:5:\"75703\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Heather\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:12:\"LCA Longview\";s:18:\"shipping_address_1\";s:19:\"102 Commander Drive\";s:18:\"shipping_address_2\";s:7:\"Suite 5\";s:13:\"shipping_city\";s:8:\"Longview\";s:17:\"shipping_postcode\";s:5:\"75605\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(2147,59,'nickname','lca_sugarland'),(2148,59,'first_name','Jacob'),(2149,59,'last_name','Anthon'),(2150,59,'description',''),(2151,59,'rich_editing','true'),(2152,59,'syntax_highlighting','true'),(2153,59,'comment_shortcuts','false'),(2154,59,'admin_color','fresh'),(2155,59,'use_ssl','0'),(2156,59,'show_admin_bar_front','true'),(2157,59,'locale',''),(2158,59,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2159,59,'wp_user_level','0'),(2160,59,'dismissed_wp_pointers',''),(2161,59,'last_update','1764699751'),(2164,59,'billing_first_name','Allison'),(2165,59,'billing_last_name','Anthon'),(2166,59,'billing_company','Lice Clinics of America Memorial City'),(2167,59,'billing_address_1','9642 ELIZABETHS GLEN LN'),(2168,59,'billing_address_2','Apt, suite, floor, etc.'),(2169,59,'billing_city','TOMBALL'),(2170,59,'billing_postcode','77375'),(2171,59,'billing_country','US'),(2172,59,'billing_state','TX'),(2173,59,'billing_phone','6024008520'),(2174,59,'billing_email','louseysolutions@gmail.com'),(2175,59,'shipping_first_name','Allison'),(2176,59,'shipping_last_name','Anthon'),(2177,59,'shipping_company','LCA Memorial City'),(2178,59,'shipping_address_1','2831 Lakecrest River Dr.'),(2179,59,'shipping_address_2',''),(2180,59,'shipping_city','Katy'),(2181,59,'shipping_postcode','77493'),(2182,59,'shipping_country','US'),(2183,59,'shipping_state','TX'),(2184,60,'nickname','lca_chicagosub'),(2185,60,'first_name','Jill'),(2186,60,'last_name','Leshtz'),(2187,60,'description',''),(2188,60,'rich_editing','true'),(2189,60,'syntax_highlighting','true'),(2190,60,'comment_shortcuts','false'),(2191,60,'admin_color','fresh'),(2192,60,'use_ssl','0'),(2193,60,'show_admin_bar_front','true'),(2194,60,'locale',''),(2195,60,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2196,60,'wp_user_level','0'),(2197,60,'dismissed_wp_pointers',''),(2198,60,'last_update','1762702988'),(2201,60,'billing_first_name','Jill'),(2202,60,'billing_last_name','Leshtz'),(2203,60,'billing_company','Lice clinics of America-North Shore'),(2204,60,'billing_address_1','1580 Lancelot Avenue'),(2205,60,'billing_address_2',''),(2206,60,'billing_city','Highland park'),(2207,60,'billing_postcode','60035'),(2208,60,'billing_country','US'),(2209,60,'billing_state','IL'),(2210,60,'billing_phone','8473639001'),(2211,60,'billing_email','jleshtz@gmail.com'),(2212,60,'shipping_first_name','Jill'),(2213,60,'shipping_last_name','Leshtz'),(2214,60,'shipping_company','Lice clinics of America-North Shore'),(2215,60,'shipping_address_1','1580 Lancelot Avenue'),(2216,60,'shipping_address_2',''),(2217,60,'shipping_city','Highland park'),(2218,60,'shipping_postcode','60035'),(2219,60,'shipping_country','US'),(2220,60,'shipping_state','IL'),(2221,60,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Jill\";s:18:\"shipping_last_name\";s:6:\"Leshtz\";s:16:\"shipping_company\";s:35:\"Lice clinics of America-North Shore\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1580 Lancelot Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Highland park\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60035\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Jill\";s:18:\"shipping_last_name\";s:6:\"Leshtz\";s:16:\"shipping_company\";s:14:\"LCA Barrington\";s:18:\"shipping_address_1\";s:24:\"215 S. Northwest Highway\";s:18:\"shipping_address_2\";s:9:\"Unit 201A\";s:13:\"shipping_city\";s:10:\"Barrington\";s:17:\"shipping_postcode\";s:5:\"60010\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"IL\";}}}'),(2222,61,'nickname','lca_lexington'),(2223,61,'first_name','Judy'),(2224,61,'last_name','Hayden'),(2225,61,'description',''),(2226,61,'rich_editing','true'),(2227,61,'syntax_highlighting','true'),(2228,61,'comment_shortcuts','false'),(2229,61,'admin_color','fresh'),(2230,61,'use_ssl','0'),(2231,61,'show_admin_bar_front','true'),(2232,61,'locale',''),(2233,61,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2234,61,'wp_user_level','0'),(2235,61,'dismissed_wp_pointers',''),(2236,61,'last_update','1764443970'),(2239,61,'billing_first_name','Judy'),(2240,61,'billing_last_name','Hayden'),(2241,61,'billing_company','LCA'),(2242,61,'billing_address_1','1795 Alysheba Way'),(2243,61,'billing_address_2','Ste 4105'),(2244,61,'billing_city','Lexington'),(2245,61,'billing_postcode','40509'),(2246,61,'billing_country','US'),(2247,61,'billing_state','KY'),(2248,61,'billing_phone','8595376966'),(2249,61,'billing_email','judy@lexington.liceclinicsofamerica.com'),(2250,61,'shipping_first_name','Judy'),(2251,61,'shipping_last_name','Hayden'),(2252,61,'shipping_company','Lice Clinics of America'),(2253,61,'shipping_address_1','549 Centre View Blvd'),(2254,61,'shipping_address_2',''),(2255,61,'shipping_city','Crestview Hills'),(2256,61,'shipping_postcode','41017'),(2257,61,'shipping_country','US'),(2258,61,'shipping_state','KY'),(2259,61,'thwma_custom_address','a:5:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}}s:7:\"billing\";a:1:{s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:4:\"Judy\";s:17:\"billing_last_name\";s:6:\"Hayden\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"1795 Alysheba Way\";s:17:\"billing_address_2\";s:8:\"Ste 4105\";s:12:\"billing_city\";s:9:\"Lexington\";s:13:\"billing_state\";s:2:\"KY\";s:16:\"billing_postcode\";s:5:\"40509\";s:13:\"billing_phone\";s:10:\"8595376966\";s:13:\"billing_email\";s:39:\"judy@lexington.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";s:15:\"default_billing\";s:9:\"address_1\";s:14:\"wcms_address_1\";a:3:{s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}s:9:\"address_3\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}}}'),(2260,62,'nickname','lca_centralwi'),(2261,62,'first_name','Laurie'),(2262,62,'last_name','Moyer'),(2263,62,'description',''),(2264,62,'rich_editing','true'),(2265,62,'syntax_highlighting','true'),(2266,62,'comment_shortcuts','false'),(2267,62,'admin_color','fresh'),(2268,62,'use_ssl','0'),(2269,62,'show_admin_bar_front','true'),(2270,62,'locale',''),(2271,62,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2272,62,'wp_user_level','0'),(2273,62,'dismissed_wp_pointers',''),(2274,62,'last_update','1618805708'),(2277,62,'billing_first_name','Laurie'),(2278,62,'billing_last_name','Moyer'),(2279,62,'billing_company',''),(2280,62,'billing_address_1',''),(2281,62,'billing_address_2',''),(2282,62,'billing_city',''),(2283,62,'billing_postcode',''),(2284,62,'billing_country',''),(2285,62,'billing_state',''),(2286,62,'billing_phone',''),(2287,62,'billing_email','info@liceclinicscentralwi.com'),(2288,62,'shipping_first_name','Laurie'),(2289,62,'shipping_last_name','Moyer'),(2290,62,'shipping_company','LCA Stevens Point'),(2291,62,'shipping_address_1','2819 Post Road'),(2292,62,'shipping_address_2',''),(2293,62,'shipping_city','Stevens Point'),(2294,62,'shipping_postcode','54481'),(2295,62,'shipping_country','US'),(2296,62,'shipping_state','WI'),(2297,62,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Laurie\";s:18:\"shipping_last_name\";s:5:\"Moyer\";s:16:\"shipping_company\";s:17:\"LCA Stevens Point\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"2819 Post Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Stevens Point\";s:14:\"shipping_state\";s:2:\"WI\";s:17:\"shipping_postcode\";s:5:\"54481\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Laurie\";s:18:\"shipping_last_name\";s:5:\"Moyer\";s:16:\"shipping_company\";s:14:\"LCA Fox Cities\";s:18:\"shipping_address_1\";s:22:\"2233 W. Spencer Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Appleton\";s:17:\"shipping_postcode\";s:5:\"54914\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WI\";}}}'),(2298,63,'nickname','lca_pugetsound'),(2299,63,'first_name','Lisa'),(2300,63,'last_name','Hagman'),(2301,63,'description',''),(2302,63,'rich_editing','true'),(2303,63,'syntax_highlighting','true'),(2304,63,'comment_shortcuts','false'),(2305,63,'admin_color','fresh'),(2306,63,'use_ssl','0'),(2307,63,'show_admin_bar_front','true'),(2308,63,'locale',''),(2309,63,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2310,63,'wp_user_level','0'),(2311,63,'dismissed_wp_pointers',''),(2312,63,'last_update','1678759355'),(2315,63,'billing_first_name','Lisa'),(2316,63,'billing_last_name','Hagman'),(2317,63,'billing_company',''),(2318,63,'billing_address_1','5190 NW Eldorado BLVD'),(2319,63,'billing_address_2',''),(2320,63,'billing_city','Bremerton'),(2321,63,'billing_postcode','98312'),(2322,63,'billing_country','US'),(2323,63,'billing_state','WA'),(2324,63,'billing_phone','360-471-7900'),(2325,63,'billing_email','licegirls@icloud.com'),(2326,63,'shipping_first_name','Lisa'),(2327,63,'shipping_last_name','Hagman'),(2328,63,'shipping_company',''),(2329,63,'shipping_address_1','5190 NW Eldorado BLVD'),(2330,63,'shipping_address_2',''),(2331,63,'shipping_city','Bremerton'),(2332,63,'shipping_postcode','98312'),(2333,63,'shipping_country','US'),(2334,63,'shipping_state','WA'),(2335,63,'thwma_custom_address','a:1:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"5190 NW Eldorado BLVD\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Bremerton\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98312\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:10:\"LCA Tacoma\";s:18:\"shipping_address_1\";s:16:\"3520 96th Street\";s:18:\"shipping_address_2\";s:9:\"Suite 110\";s:13:\"shipping_city\";s:14:\"South Lakewood\";s:17:\"shipping_postcode\";s:5:\"98499\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:12:\"LCA Puyallup\";s:18:\"shipping_address_1\";s:17:\"110 5th Street NW\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Puyallup\";s:17:\"shipping_postcode\";s:5:\"98371\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lisa\";s:18:\"shipping_last_name\";s:6:\"Hagman\";s:16:\"shipping_company\";s:14:\"LCA Gig Harbor\";s:18:\"shipping_address_1\";s:16:\"5711 34th Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 101\";s:13:\"shipping_city\";s:10:\"Gig Harbor\";s:17:\"shipping_postcode\";s:5:\"98335\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(2336,64,'nickname','lca_hawaii'),(2337,64,'first_name','Barrie'),(2338,64,'last_name','Desmond'),(2339,64,'description',''),(2340,64,'rich_editing','true'),(2341,64,'syntax_highlighting','true'),(2342,64,'comment_shortcuts','false'),(2343,64,'admin_color','fresh'),(2344,64,'use_ssl','0'),(2345,64,'show_admin_bar_front','true'),(2346,64,'locale',''),(2347,64,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2348,64,'wp_user_level','0'),(2349,64,'dismissed_wp_pointers',''),(2350,64,'last_update','1705690331'),(2353,64,'billing_first_name','Barrie'),(2354,64,'billing_last_name','Desmond'),(2355,64,'billing_company',''),(2356,64,'billing_address_1','50 ALAHELE PL'),(2357,64,'billing_address_2',''),(2358,64,'billing_city','Kihei'),(2359,64,'billing_postcode','96753-7809'),(2360,64,'billing_country','US'),(2361,64,'billing_state','HI'),(2362,64,'billing_phone','8082834247'),(2363,64,'billing_email','info@liceclinicshawaii.com'),(2364,64,'shipping_first_name','Barrie'),(2365,64,'shipping_last_name','Desmond'),(2366,64,'shipping_company','c/o Aloha Freight Forwarders QUOTE # 20779'),(2367,64,'shipping_address_1','1800 S. Anderson Avenue'),(2368,64,'shipping_address_2',''),(2369,64,'shipping_city','Compton'),(2370,64,'shipping_postcode','90220'),(2371,64,'shipping_country','US'),(2372,64,'shipping_state','CA'),(2373,64,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Barrie\";s:18:\"shipping_last_name\";s:7:\"Desmond\";s:16:\"shipping_company\";s:42:\"c/o Aloha Freight Forwarders QUOTE # 20779\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:23:\"1800 S. Anderson Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Compton\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"90220\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lori\";s:18:\"shipping_last_name\";s:11:\"Silverstein\";s:16:\"shipping_company\";s:12:\"LCA Honolulu\";s:18:\"shipping_address_1\";s:15:\"250 Ward Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 209\";s:13:\"shipping_city\";s:8:\"Honolulu\";s:17:\"shipping_postcode\";s:5:\"96814\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"HI\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Lori\";s:18:\"shipping_last_name\";s:11:\"Silverstein\";s:16:\"shipping_company\";s:11:\"LCA Waipahu\";s:18:\"shipping_address_1\";s:22:\"94-366 Pupupani Street\";s:18:\"shipping_address_2\";s:9:\"Unit 206B\";s:13:\"shipping_city\";s:7:\"Waipahu\";s:17:\"shipping_postcode\";s:5:\"96797\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"HI\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2374,65,'nickname','lca_freshheads'),(2375,65,'first_name','Mandy'),(2376,65,'last_name','Ottesen'),(2377,65,'description',''),(2378,65,'rich_editing','true'),(2379,65,'syntax_highlighting','true'),(2380,65,'comment_shortcuts','false'),(2381,65,'admin_color','fresh'),(2382,65,'use_ssl','0'),(2383,65,'show_admin_bar_front','true'),(2384,65,'locale',''),(2385,65,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2386,65,'wp_user_level','0'),(2387,65,'dismissed_wp_pointers',''),(2388,65,'last_update','1766947023'),(2391,65,'billing_first_name','Mandy'),(2392,65,'billing_last_name','Ottesen'),(2393,65,'billing_company','Fresh Heads'),(2394,65,'billing_address_1','175 Dahlia Falls Drive'),(2395,65,'billing_address_2',''),(2396,65,'billing_city','St Johns'),(2397,65,'billing_postcode','32259'),(2398,65,'billing_country','US'),(2399,65,'billing_state','FL'),(2400,65,'billing_phone','9042353157'),(2401,65,'billing_email','mandy@freshheadsliceremoval.com'),(2402,65,'shipping_first_name','Mandy'),(2403,65,'shipping_last_name','Ottesen'),(2404,65,'shipping_company',''),(2405,65,'shipping_address_1','13241 Bartram Park Blvd'),(2406,65,'shipping_address_2','1801'),(2407,65,'shipping_city','Jacksonville'),(2408,65,'shipping_postcode','32258'),(2409,65,'shipping_country','US'),(2410,65,'shipping_state','FL'),(2411,65,'thwma_custom_address','a:2:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_2\";s:4:\"1801\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32258\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:22:\"LCA Jacksonville Beach\";s:18:\"shipping_address_1\";s:17:\"830 3rd Street S.\";s:18:\"shipping_address_2\";s:8:\"Unit 205\";s:13:\"shipping_city\";s:18:\"Jacksonville Beach\";s:17:\"shipping_postcode\";s:5:\"32250\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:15:\"LCA Winter Park\";s:18:\"shipping_address_1\";s:13:\"1950 Lee Road\";s:18:\"shipping_address_2\";s:10:\"Suite 217A\";s:13:\"shipping_city\";s:11:\"Winter Park\";s:17:\"shipping_postcode\";s:5:\"32789\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:11:\"LCA Orlando\";s:18:\"shipping_address_1\";s:21:\"7065 Westpointe Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 201\";s:13:\"shipping_city\";s:7:\"Orlando\";s:17:\"shipping_postcode\";s:5:\"32835\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:12:\"LCA Savannah\";s:18:\"shipping_address_1\";s:21:\"1000 W. US Highway 80\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Pooler\";s:17:\"shipping_postcode\";s:5:\"31322\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"GA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2412,66,'nickname','lca_maryland'),(2413,66,'first_name','Mark'),(2414,66,'last_name','Dent'),(2415,66,'description',''),(2416,66,'rich_editing','true'),(2417,66,'syntax_highlighting','true'),(2418,66,'comment_shortcuts','false'),(2419,66,'admin_color','fresh'),(2420,66,'use_ssl','0'),(2421,66,'show_admin_bar_front','true'),(2422,66,'locale',''),(2423,66,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2424,66,'wp_user_level','0'),(2425,66,'dismissed_wp_pointers',''),(2426,66,'last_update','1765822294'),(2429,66,'billing_first_name','Mark'),(2430,66,'billing_last_name','Dent'),(2431,66,'billing_company','Lice Clinics of Maryland'),(2432,66,'billing_address_1','801 W 33rd Street'),(2433,66,'billing_address_2',''),(2434,66,'billing_city','BAltimore'),(2435,66,'billing_postcode','21211'),(2436,66,'billing_country','US'),(2437,66,'billing_state','MD'),(2438,66,'billing_phone','4438349991'),(2439,66,'billing_email','info@liceclinicsofmaryland.com'),(2440,66,'shipping_first_name','Dawn'),(2441,66,'shipping_last_name','Mumaw'),(2442,66,'shipping_company','LCA Baltimore'),(2443,66,'shipping_address_1','604 Providence Road'),(2444,66,'shipping_address_2',''),(2445,66,'shipping_city','Towson'),(2446,66,'shipping_postcode','21286'),(2447,66,'shipping_country','US'),(2448,66,'shipping_state','MD'),(2449,66,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Dawn\";s:18:\"shipping_last_name\";s:5:\"Mumaw\";s:16:\"shipping_company\";s:13:\"LCA Baltimore\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"604 Providence Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Towson\";s:14:\"shipping_state\";s:2:\"MD\";s:17:\"shipping_postcode\";s:5:\"21286\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:4:\"Dent\";s:16:\"shipping_company\";s:11:\"LCA Bel Air\";s:18:\"shipping_address_1\";s:15:\"4C North Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 424\";s:13:\"shipping_city\";s:7:\"Bel Air\";s:17:\"shipping_postcode\";s:5:\"21014\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MD\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:4:\"Dent\";s:16:\"shipping_company\";s:9:\"Rockville\";s:18:\"shipping_address_1\";s:20:\"620 Hungerford Drive\";s:18:\"shipping_address_2\";s:6:\"Unit 6\";s:13:\"shipping_city\";s:9:\"Rockville\";s:17:\"shipping_postcode\";s:5:\"20850\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MD\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2450,67,'nickname','lca_naughtynits'),(2451,67,'first_name','Marnie'),(2452,67,'last_name','Murray'),(2453,67,'description',''),(2454,67,'rich_editing','true'),(2455,67,'syntax_highlighting','true'),(2456,67,'comment_shortcuts','false'),(2457,67,'admin_color','fresh'),(2458,67,'use_ssl','0'),(2459,67,'show_admin_bar_front','true'),(2460,67,'locale',''),(2461,67,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2462,67,'wp_user_level','0'),(2463,67,'dismissed_wp_pointers',''),(2464,67,'last_update','1764688467'),(2467,67,'billing_first_name','Marnie'),(2468,67,'billing_last_name','Murray'),(2469,67,'billing_company','Naughty Nits'),(2470,67,'billing_address_1','2809 Wehrle Drive'),(2471,67,'billing_address_2','Suite 10'),(2472,67,'billing_city','Williamsville'),(2473,67,'billing_postcode','14221'),(2474,67,'billing_country','US'),(2475,67,'billing_state','NY'),(2476,67,'billing_phone','7166265423'),(2477,67,'billing_email','liceclinicsupstateny@gmail.com'),(2478,67,'shipping_first_name','Marnie'),(2479,67,'shipping_last_name','Murray'),(2480,67,'shipping_company','Naughty Nits'),(2481,67,'shipping_address_1','2809 Wehrle Drive'),(2482,67,'shipping_address_2','Suite 10'),(2483,67,'shipping_city','Williamsville'),(2484,67,'shipping_postcode','14221'),(2485,67,'shipping_country','US'),(2486,67,'shipping_state','NY'),(2487,67,'thwma_custom_address','a:3:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:11:\"LCA Buffalo\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"2809 Wehrle Drive\";s:18:\"shipping_address_2\";s:8:\"Suite 10\";s:13:\"shipping_city\";s:13:\"Williamsville\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"14221\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"Naughty Nits\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"258 Hoosick Street\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:4:\"Troy\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"12180\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:6:\"Marnie\";s:17:\"billing_last_name\";s:6:\"Murray\";s:15:\"billing_company\";s:12:\"Naughty Nits\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:17:\"2809 Wehrle Drive\";s:17:\"billing_address_2\";s:8:\"Suite 10\";s:12:\"billing_city\";s:13:\"Williamsville\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"14221\";s:13:\"billing_phone\";s:10:\"7166265423\";s:13:\"billing_email\";s:30:\"liceclinicsupstateny@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:15:\"billing_heading\";s:0:\"\";s:18:\"billing_first_name\";s:6:\"Marnie\";s:17:\"billing_last_name\";s:5:\"Murry\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"258 Hoosick Street\";s:17:\"billing_address_2\";s:9:\"Suite 109\";s:12:\"billing_city\";s:4:\"Troy\";s:13:\"billing_state\";s:2:\"NY\";s:16:\"billing_postcode\";s:5:\"12180\";s:13:\"billing_phone\";s:14:\"(518) 656-0819\";s:13:\"billing_email\";s:31:\"marnie@liceclinicsupstateny.com\";}}s:16:\"default_shipping\";s:9:\"address_3\";}'),(2488,68,'nickname','lca_phoenix'),(2489,68,'first_name','Martell'),(2490,68,'last_name','Deines'),(2491,68,'description',''),(2492,68,'rich_editing','true'),(2493,68,'syntax_highlighting','true'),(2494,68,'comment_shortcuts','false'),(2495,68,'admin_color','fresh'),(2496,68,'use_ssl','0'),(2497,68,'show_admin_bar_front','true'),(2498,68,'locale',''),(2499,68,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2500,68,'wp_user_level','0'),(2501,68,'dismissed_wp_pointers',''),(2502,68,'last_update','1628013862'),(2505,68,'billing_first_name','Martell'),(2506,68,'billing_last_name','Deines'),(2507,68,'billing_company','Lice Clinics of America Chandler'),(2508,68,'billing_address_1','3303 S. Lindsay'),(2509,68,'billing_address_2','#109'),(2510,68,'billing_city','GILBERT'),(2511,68,'billing_postcode','85297'),(2512,68,'billing_country','US'),(2513,68,'billing_state','AZ'),(2514,68,'billing_phone','6023095468'),(2515,68,'billing_email','info@liceclinicschandler.com'),(2516,68,'shipping_first_name','Martell'),(2517,68,'shipping_last_name','Deines'),(2518,68,'shipping_company','LCA Chandler'),(2519,68,'shipping_address_1','3303 S. Lindsey Road'),(2520,68,'shipping_address_2','Suite 109'),(2521,68,'shipping_city','Gilbert'),(2522,68,'shipping_postcode','85297'),(2523,68,'shipping_country','US'),(2524,68,'shipping_state','AZ'),(2525,68,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:12:\"LCA Chandler\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"3303 S. Lindsey Road\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:7:\"Gilbert\";s:14:\"shipping_state\";s:2:\"AZ\";s:17:\"shipping_postcode\";s:5:\"85297\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:8:\"LCA Mesa\";s:18:\"shipping_address_1\";s:18:\"6106 E. Brown Road\";s:18:\"shipping_address_2\";s:9:\"Suite 103\";s:13:\"shipping_city\";s:4:\"Mesa\";s:17:\"shipping_postcode\";s:5:\"85205\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Martell\";s:18:\"shipping_last_name\";s:6:\"Deines\";s:16:\"shipping_company\";s:11:\"LCA Phoenix\";s:18:\"shipping_address_1\";s:18:\"1331 H. 7th Street\";s:18:\"shipping_address_2\";s:9:\"Suite 300\";s:13:\"shipping_city\";s:7:\"Phoenix\";s:17:\"shipping_postcode\";s:5:\"85006\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}}}'),(2526,69,'nickname','lca_memphis'),(2527,69,'first_name','Marty'),(2528,69,'last_name','Brown'),(2529,69,'description',''),(2530,69,'rich_editing','true'),(2531,69,'syntax_highlighting','true'),(2532,69,'comment_shortcuts','false'),(2533,69,'admin_color','fresh'),(2534,69,'use_ssl','0'),(2535,69,'show_admin_bar_front','true'),(2536,69,'locale',''),(2537,69,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2538,69,'wp_user_level','0'),(2539,69,'dismissed_wp_pointers',''),(2540,69,'last_update','1618807916'),(2543,69,'billing_first_name','Marty'),(2544,69,'billing_last_name','Brown'),(2545,69,'billing_company',''),(2546,69,'billing_address_1',''),(2547,69,'billing_address_2',''),(2548,69,'billing_city',''),(2549,69,'billing_postcode',''),(2550,69,'billing_country',''),(2551,69,'billing_state',''),(2552,69,'billing_phone',''),(2553,69,'billing_email','info@liceremovaltn.com'),(2554,69,'shipping_first_name','Marty'),(2555,69,'shipping_last_name','Brown'),(2556,69,'shipping_company','LCA Memphis'),(2557,69,'shipping_address_1','2182 West Street'),(2558,69,'shipping_address_2',''),(2559,69,'shipping_city','Germantown'),(2560,69,'shipping_postcode','38138'),(2561,69,'shipping_country','US'),(2562,69,'shipping_state','TN'),(2563,69,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Marty\";s:18:\"shipping_last_name\";s:5:\"Brown\";s:16:\"shipping_company\";s:11:\"LCA Memphis\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"2182 West Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Germantown\";s:14:\"shipping_state\";s:2:\"TN\";s:17:\"shipping_postcode\";s:5:\"38138\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Marty\";s:18:\"shipping_last_name\";s:5:\"Brown\";s:16:\"shipping_company\";s:10:\"LCA Tupelo\";s:18:\"shipping_address_1\";s:21:\"1733 McCullough Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Tupelo\";s:17:\"shipping_postcode\";s:5:\"38801\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MS\";}}}'),(2564,70,'nickname','lca_pleasanton'),(2565,70,'first_name','Masoud'),(2566,70,'last_name','Barukzai'),(2567,70,'description',''),(2568,70,'rich_editing','true'),(2569,70,'syntax_highlighting','true'),(2570,70,'comment_shortcuts','false'),(2571,70,'admin_color','fresh'),(2572,70,'use_ssl','0'),(2573,70,'show_admin_bar_front','true'),(2574,70,'locale',''),(2575,70,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2576,70,'wp_user_level','0'),(2577,70,'dismissed_wp_pointers',''),(2578,70,'last_update','1618808161'),(2581,70,'billing_first_name','Masoud'),(2582,70,'billing_last_name','Barukzai'),(2583,70,'billing_company',''),(2584,70,'billing_address_1',''),(2585,70,'billing_address_2',''),(2586,70,'billing_city',''),(2587,70,'billing_postcode',''),(2588,70,'billing_country',''),(2589,70,'billing_state',''),(2590,70,'billing_phone',''),(2591,70,'billing_email','info@liceclinicspleasanton.com'),(2592,70,'shipping_first_name','Masoud'),(2593,70,'shipping_last_name','Barukzai'),(2594,70,'shipping_company','LCA Pleasanton'),(2595,70,'shipping_address_1','818 Main Street'),(2596,70,'shipping_address_2','Suite H'),(2597,70,'shipping_city','Pleasanton'),(2598,70,'shipping_postcode','94566'),(2599,70,'shipping_country','US'),(2600,70,'shipping_state','CA'),(2601,70,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Masoud\";s:18:\"shipping_last_name\";s:8:\"Barukzai\";s:16:\"shipping_company\";s:14:\"LCA Pleasanton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"818 Main Street\";s:18:\"shipping_address_2\";s:7:\"Suite H\";s:13:\"shipping_city\";s:10:\"Pleasanton\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94566\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Masoud\";s:18:\"shipping_last_name\";s:8:\"Barukzai\";s:16:\"shipping_company\";s:11:\"LCA Concord\";s:18:\"shipping_address_1\";s:19:\"1070 Concord Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 170\";s:13:\"shipping_city\";s:7:\"Concord\";s:17:\"shipping_postcode\";s:5:\"94520\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}}'),(2602,71,'nickname','lca_sandiego'),(2603,71,'first_name','Mercedes'),(2604,71,'last_name','Domingo'),(2605,71,'description',''),(2606,71,'rich_editing','true'),(2607,71,'syntax_highlighting','true'),(2608,71,'comment_shortcuts','false'),(2609,71,'admin_color','fresh'),(2610,71,'use_ssl','0'),(2611,71,'show_admin_bar_front','true'),(2612,71,'locale',''),(2613,71,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2614,71,'wp_user_level','0'),(2615,71,'dismissed_wp_pointers',''),(2616,71,'last_update','1640039686'),(2619,71,'billing_first_name','Mercedes'),(2620,71,'billing_last_name','Domingo'),(2621,71,'billing_company','JAMIC LLC'),(2622,71,'billing_address_1','3525 Del Mar Heights Road'),(2623,71,'billing_address_2','#1014'),(2624,71,'billing_city','San Diego'),(2625,71,'billing_postcode','92130'),(2626,71,'billing_country','US'),(2627,71,'billing_state','CA'),(2628,71,'billing_phone','8582498337'),(2629,71,'billing_email','mdomingo@extramile.es'),(2630,71,'shipping_first_name','Azucena'),(2631,71,'shipping_last_name','Villagomez'),(2632,71,'shipping_company',''),(2633,71,'shipping_address_1','122 E. 17th St'),(2634,71,'shipping_address_2',''),(2635,71,'shipping_city','National City'),(2636,71,'shipping_postcode','91950'),(2637,71,'shipping_country','US'),(2638,71,'shipping_state','CA'),(2639,71,'thwma_custom_address','a:2:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Azucena\";s:18:\"shipping_last_name\";s:10:\"Villagomez\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"122 E. 17th St\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"National City\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"91950\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:10:\"LCA Tustin\";s:18:\"shipping_address_1\";s:26:\"14032 Enderle Center Drive\";s:18:\"shipping_address_2\";s:13:\"Suite 214-216\";s:13:\"shipping_city\";s:6:\"Tustin\";s:17:\"shipping_postcode\";s:5:\"92780\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:16:\"LCA Laguna Hills\";s:18:\"shipping_address_1\";s:23:\"24953 Paseo de Valencia\";s:18:\"shipping_address_2\";s:10:\"Suite 10-C\";s:13:\"shipping_city\";s:12:\"Laguna Hills\";s:17:\"shipping_postcode\";s:5:\"92653\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Mercedes\";s:18:\"shipping_last_name\";s:7:\"Domingo\";s:16:\"shipping_company\";s:25:\"LCA San Diego (Clairmont)\";s:18:\"shipping_address_1\";s:26:\"5380 Clairemont Mesa Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 200\";s:13:\"shipping_city\";s:9:\"San Diego\";s:17:\"shipping_postcode\";s:5:\"92117\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2640,72,'nickname','lca_liceawaytoday'),(2641,72,'first_name','Michelle'),(2642,72,'last_name','Cherry'),(2643,72,'description',''),(2644,72,'rich_editing','true'),(2645,72,'syntax_highlighting','true'),(2646,72,'comment_shortcuts','false'),(2647,72,'admin_color','fresh'),(2648,72,'use_ssl','0'),(2649,72,'show_admin_bar_front','true'),(2650,72,'locale',''),(2651,72,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2652,72,'wp_user_level','0'),(2653,72,'dismissed_wp_pointers',''),(2654,72,'last_update','1618808993'),(2657,72,'billing_first_name','Michelle'),(2658,72,'billing_last_name','Cherry'),(2659,72,'billing_company',''),(2660,72,'billing_address_1',''),(2661,72,'billing_address_2',''),(2662,72,'billing_city',''),(2663,72,'billing_postcode',''),(2664,72,'billing_country',''),(2665,72,'billing_state',''),(2666,72,'billing_phone',''),(2667,72,'billing_email','info@liceawaytoday.net'),(2668,72,'shipping_first_name','Michelle'),(2669,72,'shipping_last_name','Cherry'),(2670,72,'shipping_company','LCA Tampa'),(2671,72,'shipping_address_1','4308 West El Prado Blvd.'),(2672,72,'shipping_address_2',''),(2673,72,'shipping_city','Tampa'),(2674,72,'shipping_postcode','33629'),(2675,72,'shipping_country','US'),(2676,72,'shipping_state','FL'),(2677,72,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:9:\"LCA Tampa\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"4308 West El Prado Blvd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Tampa\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"33629\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:6:\"Cherry\";s:16:\"shipping_company\";s:14:\"LCA Clearwater\";s:18:\"shipping_address_1\";s:11:\"2340 SR 580\";s:18:\"shipping_address_2\";s:6:\"Unit P\";s:13:\"shipping_city\";s:10:\"Clearwater\";s:17:\"shipping_postcode\";s:5:\"33763\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}}}'),(2678,73,'nickname','lca_castrovalley'),(2679,73,'first_name','Lice Clinics'),(2680,73,'last_name','Castro Valley'),(2681,73,'description',''),(2682,73,'rich_editing','true'),(2683,73,'syntax_highlighting','true'),(2684,73,'comment_shortcuts','false'),(2685,73,'admin_color','fresh'),(2686,73,'use_ssl','0'),(2687,73,'show_admin_bar_front','true'),(2688,73,'locale',''),(2689,73,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2690,73,'wp_user_level','0'),(2691,73,'dismissed_wp_pointers',''),(2692,73,'last_update','1757545916'),(2695,73,'billing_first_name','Lice Clinics'),(2696,73,'billing_last_name','Castro Valley'),(2697,73,'billing_company','Lice Clinics of America - Castro Valley'),(2698,73,'billing_address_1','20406 Redwood Rd, Suite A'),(2699,73,'billing_address_2',''),(2700,73,'billing_city','Castro Valley'),(2701,73,'billing_postcode','94546'),(2702,73,'billing_country','US'),(2703,73,'billing_state','CA'),(2704,73,'billing_phone','5107310888'),(2705,73,'billing_email','liceclinicscastrovalley@gmail.com'),(2706,73,'shipping_first_name','sandy'),(2707,73,'shipping_last_name','kong'),(2708,73,'shipping_company','LCA - Castro Valley'),(2709,73,'shipping_address_1','36628 Sequoia Ct'),(2710,73,'shipping_address_2',''),(2711,73,'shipping_city','Newark'),(2712,73,'shipping_postcode','94560'),(2713,73,'shipping_country','US'),(2714,73,'shipping_state','CA'),(2715,73,'thwma_custom_address','a:3:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"sandy\";s:18:\"shipping_last_name\";s:4:\"kong\";s:16:\"shipping_company\";s:19:\"LCA - Castro Valley\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"36628 Sequoia Ct\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Newark\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94560\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:9:\"Lehang Du\";s:16:\"shipping_company\";s:11:\"LCA Fremont\";s:18:\"shipping_address_1\";s:20:\"39237 Liberty Street\";s:18:\"shipping_address_2\";s:8:\"Suite D2\";s:13:\"shipping_city\";s:7:\"Fremont\";s:17:\"shipping_postcode\";s:5:\"94538\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:9:\"Lehang Du\";s:16:\"shipping_company\";s:11:\"LCA Fremont\";s:18:\"shipping_address_1\";s:20:\"39237 Liberty Street\";s:18:\"shipping_address_2\";s:8:\"Suite D2\";s:13:\"shipping_city\";s:7:\"Fremont\";s:17:\"shipping_postcode\";s:5:\"94538\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:8:\"Michelle\";s:17:\"billing_last_name\";s:9:\"Lehang Du\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:0:\"\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:13:\"billing_state\";s:0:\"\";s:16:\"billing_postcode\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:32:\"info@liceclinicscastrovalley.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:12:\"Lice Clinics\";s:17:\"billing_last_name\";s:13:\"Castro Valley\";s:15:\"billing_company\";s:39:\"Lice Clinics of America - Castro Valley\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:25:\"20406 Redwood Rd, Suite A\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:13:\"Castro Valley\";s:13:\"billing_state\";s:2:\"CA\";s:16:\"billing_postcode\";s:5:\"94546\";s:13:\"billing_phone\";s:10:\"5107310888\";s:13:\"billing_email\";s:33:\"liceclinicscastrovalley@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2716,74,'nickname','lca_spokane'),(2717,74,'first_name','Michelle'),(2718,74,'last_name','Repp'),(2719,74,'description',''),(2720,74,'rich_editing','true'),(2721,74,'syntax_highlighting','true'),(2722,74,'comment_shortcuts','false'),(2723,74,'admin_color','fresh'),(2724,74,'use_ssl','0'),(2725,74,'show_admin_bar_front','true'),(2726,74,'locale',''),(2727,74,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2728,74,'wp_user_level','0'),(2729,74,'dismissed_wp_pointers',''),(2730,74,'last_update','1658841202'),(2733,74,'billing_first_name','Michelle'),(2734,74,'billing_last_name','Repp'),(2735,74,'billing_company','LCOA'),(2736,74,'billing_address_1','8615 N Division St'),(2737,74,'billing_address_2','Suite A'),(2738,74,'billing_city','Spokane'),(2739,74,'billing_postcode','99208'),(2740,74,'billing_country','US'),(2741,74,'billing_state','WA'),(2742,74,'billing_phone','5097039290'),(2743,74,'billing_email','info@liceclinicspokane.com'),(2744,74,'shipping_first_name','Michelle'),(2745,74,'shipping_last_name','Repp'),(2746,74,'shipping_company','LCOA'),(2747,74,'shipping_address_1','8615 N Division St'),(2748,74,'shipping_address_2','Suite A'),(2749,74,'shipping_city','Spokane'),(2750,74,'shipping_postcode','99208'),(2751,74,'shipping_country','US'),(2752,74,'shipping_state','WA'),(2753,74,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:4:\"Repp\";s:16:\"shipping_company\";s:4:\"LCOA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"8615 N Division St\";s:18:\"shipping_address_2\";s:7:\"Suite A\";s:13:\"shipping_city\";s:7:\"Spokane\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"99208\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:4:\"Repp\";s:16:\"shipping_company\";s:13:\"LCA Kennewick\";s:18:\"shipping_address_1\";s:20:\"207 N. Dennis Street\";s:18:\"shipping_address_2\";s:7:\"Suite A\";s:13:\"shipping_city\";s:9:\"Kennewick\";s:17:\"shipping_postcode\";s:5:\"99336\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(2754,75,'nickname','lca_healthyheads'),(2755,75,'first_name','Mirtala'),(2756,75,'last_name','Pena'),(2757,75,'description',''),(2758,75,'rich_editing','true'),(2759,75,'syntax_highlighting','true'),(2760,75,'comment_shortcuts','false'),(2761,75,'admin_color','fresh'),(2762,75,'use_ssl','0'),(2763,75,'show_admin_bar_front','true'),(2764,75,'locale',''),(2765,75,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2766,75,'wp_user_level','0'),(2767,75,'dismissed_wp_pointers',''),(2768,75,'last_update','1763056169'),(2771,75,'billing_first_name','Mirtala'),(2772,75,'billing_last_name','Pena'),(2773,75,'billing_company','LCA Mission'),(2774,75,'billing_address_1','1512 E Expressway 83 suite 107a Mission TX'),(2775,75,'billing_address_2',''),(2776,75,'billing_city','MIssion'),(2777,75,'billing_postcode','78572'),(2778,75,'billing_country','US'),(2779,75,'billing_state','TX'),(2780,75,'billing_phone','9566052921'),(2781,75,'billing_email','info@riogrande.liceclinicsofamerica.com'),(2782,75,'shipping_first_name','Mirtala'),(2783,75,'shipping_last_name','Pena'),(2784,75,'shipping_company','LCA Mission'),(2785,75,'shipping_address_1','1512 E Expressway 83 suite 107a Mission TX'),(2786,75,'shipping_address_2',''),(2787,75,'shipping_city','MIssion'),(2788,75,'shipping_postcode','78572'),(2789,75,'shipping_country','US'),(2790,75,'shipping_state','TX'),(2791,75,'thwma_custom_address','a:3:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:11:\"LCA Mission\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"MIssion\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78572\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:11:\"LCA Mission\";s:18:\"shipping_address_1\";s:23:\"1512 East Expressway 83\";s:18:\"shipping_address_2\";s:10:\"Suite 107A\";s:13:\"shipping_city\";s:7:\"Mission\";s:17:\"shipping_postcode\";s:5:\"78572\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:10:\"LCA Laredo\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:37:\"1915 S zapata Hwy suite 102 Laredo TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Laredo\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78041\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:6:\"Office\";s:19:\"shipping_first_name\";s:7:\"Mirtala\";s:18:\"shipping_last_name\";s:4:\"Pena\";s:16:\"shipping_company\";s:15:\"LCA Brownsville\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:38:\"2143 Barnard Rd suite 4 Brownsville TX\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"Brownsville\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78520\";}}s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:7:\"Mirtala\";s:17:\"billing_last_name\";s:4:\"Pena\";s:15:\"billing_company\";s:46:\"Lice Clinics of America Laredo (Healthy Heads)\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"MIssion\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78572\";s:13:\"billing_phone\";s:10:\"9566052921\";s:13:\"billing_email\";s:39:\"info@riogrande.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:7:\"Mirtala\";s:17:\"billing_last_name\";s:4:\"Pena\";s:15:\"billing_company\";s:11:\"LCA Mission\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:42:\"1512 E Expressway 83 suite 107a Mission TX\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"MIssion\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78572\";s:13:\"billing_phone\";s:10:\"9566052921\";s:13:\"billing_email\";s:39:\"info@riogrande.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(2792,76,'nickname','lca_liceaunties'),(2793,76,'first_name','Naomi'),(2794,76,'last_name','Golden'),(2795,76,'description',''),(2796,76,'rich_editing','true'),(2797,76,'syntax_highlighting','true'),(2798,76,'comment_shortcuts','false'),(2799,76,'admin_color','fresh'),(2800,76,'use_ssl','0'),(2801,76,'show_admin_bar_front','true'),(2802,76,'locale',''),(2803,76,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2804,76,'wp_user_level','0'),(2805,76,'dismissed_wp_pointers',''),(2806,76,'last_update','1766939166'),(2809,76,'billing_first_name','Naomi'),(2810,76,'billing_last_name','Golden'),(2811,76,'billing_company',''),(2812,76,'billing_address_1','31 Mann Ave'),(2813,76,'billing_address_2',''),(2814,76,'billing_city','Needham'),(2815,76,'billing_postcode','02492'),(2816,76,'billing_country','US'),(2817,76,'billing_state','MA'),(2818,76,'billing_phone','6178511322'),(2819,76,'billing_email','nrgolden6486@gmail.com'),(2820,76,'shipping_first_name','Naomi'),(2821,76,'shipping_last_name','Golden'),(2822,76,'shipping_company',''),(2823,76,'shipping_address_1','31 Mann Ave'),(2824,76,'shipping_address_2',''),(2825,76,'shipping_city','Needham'),(2826,76,'shipping_postcode','02492'),(2827,76,'shipping_country','US'),(2828,76,'shipping_state','MA'),(2829,76,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"60 Dedham Ave\";s:18:\"shipping_address_2\";s:9:\"suite 201\";s:13:\"shipping_city\";s:7:\"Needham\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02492\";s:16:\"shipping_heading\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"1349 Centre Street\";s:18:\"shipping_address_2\";s:17:\"Facing Trowbridge\";s:13:\"shipping_city\";s:6:\"Newton\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02459\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:3:\"LCA\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}}}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:6:\"Clinic\";s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:10:\"6178511322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";s:15:\"billing_heading\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:3:\"LCA\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:12:\"617-851-1322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:11:{s:18:\"billing_first_name\";s:5:\"Naomi\";s:17:\"billing_last_name\";s:6:\"Golden\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:11:\"31 Mann Ave\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Needham\";s:13:\"billing_state\";s:2:\"MA\";s:16:\"billing_postcode\";s:5:\"02492\";s:13:\"billing_phone\";s:12:\"617-851-1322\";s:13:\"billing_email\";s:22:\"nrgolden6486@gmail.com\";}}}}}'),(2830,77,'nickname','lca_fresno'),(2831,77,'first_name','Philip'),(2832,77,'last_name','Moon'),(2833,77,'description',''),(2834,77,'rich_editing','true'),(2835,77,'syntax_highlighting','true'),(2836,77,'comment_shortcuts','false'),(2837,77,'admin_color','fresh'),(2838,77,'use_ssl','0'),(2839,77,'show_admin_bar_front','true'),(2840,77,'locale',''),(2841,77,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2842,77,'wp_user_level','0'),(2843,77,'dismissed_wp_pointers',''),(2844,77,'last_update','1763398384'),(2847,77,'billing_first_name','Phil'),(2848,77,'billing_last_name','Moon'),(2849,77,'billing_company','LiceBusters, LLC'),(2850,77,'billing_address_1','12 Sharon Ave'),(2851,77,'billing_address_2',''),(2852,77,'billing_city','Piedmont'),(2853,77,'billing_postcode','94611'),(2854,77,'billing_country','US'),(2855,77,'billing_state','CA'),(2856,77,'billing_phone','5593046305'),(2857,77,'billing_email','kris10maroot@gmail.com'),(2858,77,'shipping_first_name','Kristen'),(2859,77,'shipping_last_name','Maroot-Rippee'),(2860,77,'shipping_company','LiceBusters, LLC'),(2861,77,'shipping_address_1','487 W. Scott'),(2862,77,'shipping_address_2',''),(2863,77,'shipping_city','Fresno'),(2864,77,'shipping_postcode','93704'),(2865,77,'shipping_country','US'),(2866,77,'shipping_state','CA'),(2867,77,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:7:\"Kristen\";s:18:\"shipping_last_name\";s:13:\"Maroot-Rippee\";s:16:\"shipping_company\";s:16:\"LiceBusters, LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:12:\"487 W. Scott\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Fresno\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93704\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:21:\"487 West Scott Avenue\";s:19:\"shipping_first_name\";s:7:\"Kristen\";s:18:\"shipping_last_name\";s:13:\"Maroot-Rippee\";s:16:\"shipping_company\";s:25:\"Lice Busters LLC. VISALIA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"487 West Scott Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"Fresno\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93704\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Philip\";s:18:\"shipping_last_name\";s:4:\"Moon\";s:16:\"shipping_company\";s:17:\"LCA - Culver City\";s:18:\"shipping_address_1\";s:22:\"10200 Venice Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 204\";s:13:\"shipping_city\";s:11:\"Culver City\";s:17:\"shipping_postcode\";s:5:\"90232\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2868,78,'nickname','lca_longisland'),(2869,78,'first_name','Richard'),(2870,78,'last_name','Florsheim'),(2871,78,'description',''),(2872,78,'rich_editing','true'),(2873,78,'syntax_highlighting','true'),(2874,78,'comment_shortcuts','false'),(2875,78,'admin_color','fresh'),(2876,78,'use_ssl','0'),(2877,78,'show_admin_bar_front','true'),(2878,78,'locale',''),(2879,78,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2880,78,'wp_user_level','0'),(2881,78,'dismissed_wp_pointers',''),(2882,78,'last_update','1763947016'),(2885,78,'billing_first_name','Richard'),(2886,78,'billing_last_name','Florsheim'),(2887,78,'billing_company','Licura'),(2888,78,'billing_address_1','3827 w fairway heights dr'),(2889,78,'billing_address_2',''),(2890,78,'billing_city','Mequon'),(2891,78,'billing_postcode','53092'),(2892,78,'billing_country','US'),(2893,78,'billing_state','NY'),(2894,78,'billing_phone','5619006382'),(2895,78,'billing_email','tara@liceclinicslongIsland.com'),(2896,78,'shipping_first_name','Tara'),(2897,78,'shipping_last_name','johnson'),(2898,78,'shipping_company','LCA'),(2899,78,'shipping_address_1','2469 Columbia ave'),(2900,78,'shipping_address_2','1J'),(2901,78,'shipping_city','Bellmore'),(2902,78,'shipping_postcode','11710'),(2903,78,'shipping_country','US'),(2904,78,'shipping_state','NY'),(2905,78,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Tara\";s:18:\"shipping_last_name\";s:7:\"johnson\";s:16:\"shipping_company\";s:3:\"LCA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"152 E.84th st\";s:18:\"shipping_address_2\";s:2:\"1J\";s:13:\"shipping_city\";s:3:\"Nyc\";s:14:\"shipping_state\";s:2:\"NY\";s:17:\"shipping_postcode\";s:5:\"10028\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Richard\";s:18:\"shipping_last_name\";s:10:\"Floresheim\";s:16:\"shipping_company\";s:14:\"LCA Ronkonkoma\";s:18:\"shipping_address_1\";s:18:\"622 Hawkins Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Ronkonkoma\";s:17:\"shipping_postcode\";s:5:\"11779\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:7:\"Richard\";s:18:\"shipping_last_name\";s:9:\"Florshiem\";s:16:\"shipping_company\";s:15:\"LCA Westchester\";s:18:\"shipping_address_1\";s:23:\"599 W. Hartsdale Avenue\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"White Plains\";s:17:\"shipping_postcode\";s:5:\"10607\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(2906,79,'nickname','lca_swla'),(2907,79,'first_name','Shanna'),(2908,79,'last_name','Castille'),(2909,79,'description',''),(2910,79,'rich_editing','true'),(2911,79,'syntax_highlighting','true'),(2912,79,'comment_shortcuts','false'),(2913,79,'admin_color','fresh'),(2914,79,'use_ssl','0'),(2915,79,'show_admin_bar_front','true'),(2916,79,'locale',''),(2917,79,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2918,79,'wp_user_level','0'),(2919,79,'dismissed_wp_pointers',''),(2920,79,'last_update','1765505957'),(2923,79,'billing_first_name','Shanna'),(2924,79,'billing_last_name','Castille'),(2925,79,'billing_company',''),(2926,79,'billing_address_1','1097 Hundley Rd'),(2927,79,'billing_address_2',''),(2928,79,'billing_city','Eunice'),(2929,79,'billing_postcode','70535'),(2930,79,'billing_country','US'),(2931,79,'billing_state','LA'),(2932,79,'billing_phone','3374668998'),(2933,79,'billing_email','Shanna_sr09@yahoo.com'),(2934,79,'shipping_first_name','Shanna'),(2935,79,'shipping_last_name','Castille'),(2936,79,'shipping_company',''),(2937,79,'shipping_address_1','1097 Hundley Rd'),(2938,79,'shipping_address_2',''),(2939,79,'shipping_city','eunice'),(2940,79,'shipping_postcode','70535'),(2941,79,'shipping_country','US'),(2942,79,'shipping_state','LA'),(2943,79,'thwma_custom_address','a:2:{s:8:\"shipping\";a:6:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:13:\"LCA Lafayette\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"100 Beauvais Ave.\";s:18:\"shipping_address_2\";s:8:\"Suite C2\";s:13:\"shipping_city\";s:9:\"Lafayette\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"70507\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:16:\"LCA Lake Charles\";s:18:\"shipping_address_1\";s:21:\"203 E. W. Miller Ave.\";s:18:\"shipping_address_2\";s:7:\"Suite G\";s:13:\"shipping_city\";s:4:\"Iowa\";s:17:\"shipping_postcode\";s:5:\"70647\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"LA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:19:\"LCA North Louisiana\";s:18:\"shipping_address_1\";s:16:\"903 Warren Drive\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"LA\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Shanna\";s:18:\"shipping_last_name\";s:8:\"Castille\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"1097 Hundley Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:6:\"eunice\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"70535\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:7:\"Rebekah\";s:18:\"shipping_last_name\";s:3:\"Gay\";s:16:\"shipping_company\";s:6:\"LCANLA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"339 Forty Oaks Farm Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_5\";a:10:{s:19:\"shipping_first_name\";s:7:\"Rebekah\";s:18:\"shipping_last_name\";s:3:\"Gay\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"339 Forty Oaks Farm Rd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"West Monroe\";s:14:\"shipping_state\";s:2:\"LA\";s:17:\"shipping_postcode\";s:5:\"71291\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_3\";}'),(2944,80,'nickname','lca_philly'),(2945,80,'first_name','Sharon'),(2946,80,'last_name','Rizzuto'),(2947,80,'description',''),(2948,80,'rich_editing','true'),(2949,80,'syntax_highlighting','true'),(2950,80,'comment_shortcuts','false'),(2951,80,'admin_color','fresh'),(2952,80,'use_ssl','0'),(2953,80,'show_admin_bar_front','true'),(2954,80,'locale',''),(2955,80,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2956,80,'wp_user_level','0'),(2957,80,'dismissed_wp_pointers',''),(2958,80,'last_update','1649081500'),(2961,80,'billing_first_name','Sharon'),(2962,80,'billing_last_name','Rizzuto'),(2963,80,'billing_company',''),(2964,80,'billing_address_1','143 Merion Ave'),(2965,80,'billing_address_2',''),(2966,80,'billing_city','Narberth'),(2967,80,'billing_postcode','19072'),(2968,80,'billing_country','US'),(2969,80,'billing_state','PA'),(2970,80,'billing_phone','2155141903'),(2971,80,'billing_email','liceclinicphilly@gmail.com'),(2972,80,'shipping_first_name','Sharon'),(2973,80,'shipping_last_name','Rizzuto'),(2974,80,'shipping_company','LCA Philly'),(2975,80,'shipping_address_1','1982 Butler pike'),(2976,80,'shipping_address_2','#4'),(2977,80,'shipping_city','Conshohocken'),(2978,80,'shipping_postcode','19428'),(2979,80,'shipping_country','US'),(2980,80,'shipping_state','PA'),(2981,80,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:10:\"LCA Philly\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:16:\"1982 Butler pike\";s:18:\"shipping_address_2\";s:2:\"#4\";s:13:\"shipping_city\";s:12:\"Conshohocken\";s:14:\"shipping_state\";s:2:\"PA\";s:17:\"shipping_postcode\";s:5:\"19428\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:15:\"LCA Chadds Ford\";s:18:\"shipping_address_1\";s:13:\"2 Station Way\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:11:\"Chadds Ford\";s:17:\"shipping_postcode\";s:5:\"19317\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"PA\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Sharon\";s:18:\"shipping_last_name\";s:7:\"Rizzuto\";s:16:\"shipping_company\";s:16:\"LCA Conshohocken\";s:18:\"shipping_address_1\";s:16:\"1982 Butler Pike\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Conshohocken\";s:17:\"shipping_postcode\";s:5:\"19428\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"PA\";}}}'),(2982,81,'nickname','lca_collegestation'),(2983,81,'first_name','Sonia'),(2984,81,'last_name','Watt'),(2985,81,'description',''),(2986,81,'rich_editing','true'),(2987,81,'syntax_highlighting','true'),(2988,81,'comment_shortcuts','false'),(2989,81,'admin_color','fresh'),(2990,81,'use_ssl','0'),(2991,81,'show_admin_bar_front','true'),(2992,81,'locale',''),(2993,81,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(2994,81,'wp_user_level','0'),(2995,81,'dismissed_wp_pointers',''),(2996,81,'last_update','1618811539'),(2999,81,'billing_first_name','Sonia'),(3000,81,'billing_last_name','Watt'),(3001,81,'billing_company',''),(3002,81,'billing_address_1',''),(3003,81,'billing_address_2',''),(3004,81,'billing_city',''),(3005,81,'billing_postcode',''),(3006,81,'billing_country',''),(3007,81,'billing_state',''),(3008,81,'billing_phone',''),(3009,81,'billing_email','info@texasliceremovalclinic.com'),(3010,81,'shipping_first_name','Sonia'),(3011,81,'shipping_last_name','Watt'),(3012,81,'shipping_company','LCA College Station'),(3013,81,'shipping_address_1','404 University Drive East'),(3014,81,'shipping_address_2','Suite E'),(3015,81,'shipping_city','College Station'),(3016,81,'shipping_postcode','77840'),(3017,81,'shipping_country','US'),(3018,81,'shipping_state','TX'),(3019,81,'thwma_custom_address','a:1:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:19:\"LCA College Station\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:25:\"404 University Drive East\";s:18:\"shipping_address_2\";s:7:\"Suite E\";s:13:\"shipping_city\";s:15:\"College Station\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77840\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:11:\"LCA Tomball\";s:18:\"shipping_address_1\";s:20:\"11601 Spring Cypress\";s:18:\"shipping_address_2\";s:7:\"Suite C\";s:13:\"shipping_city\";s:7:\"Tomball\";s:17:\"shipping_postcode\";s:5:\"77377\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Sonia\";s:18:\"shipping_last_name\";s:4:\"Watt\";s:16:\"shipping_company\";s:17:\"LCA The Woodlands\";s:18:\"shipping_address_1\";s:17:\"2219 Sawdust Road\";s:18:\"shipping_address_2\";s:10:\"Suite 2003\";s:13:\"shipping_city\";s:13:\"The Woodlands\";s:17:\"shipping_postcode\";s:5:\"77380\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}}}'),(3020,82,'nickname','lca_bocaraton'),(3021,82,'first_name','Sonny'),(3022,82,'last_name','Le'),(3023,82,'description',''),(3024,82,'rich_editing','true'),(3025,82,'syntax_highlighting','true'),(3026,82,'comment_shortcuts','false'),(3027,82,'admin_color','fresh'),(3028,82,'use_ssl','0'),(3029,82,'show_admin_bar_front','true'),(3030,82,'locale',''),(3031,82,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3032,82,'wp_user_level','0'),(3033,82,'dismissed_wp_pointers',''),(3034,82,'last_update','1765048680'),(3037,82,'billing_first_name','Sonny'),(3038,82,'billing_last_name','Le'),(3039,82,'billing_company',''),(3040,82,'billing_address_1','10710 Viognier Ter'),(3041,82,'billing_address_2',''),(3042,82,'billing_city','Fairfax'),(3043,82,'billing_postcode','22030'),(3044,82,'billing_country','US'),(3045,82,'billing_state','VA'),(3046,82,'billing_phone','5712057863'),(3047,82,'billing_email','sonnynguyenle@gmail.com'),(3048,82,'shipping_first_name','SONNY'),(3049,82,'shipping_last_name','LE'),(3050,82,'shipping_company',''),(3051,82,'shipping_address_1','10710 VIOGNIER TER'),(3052,82,'shipping_address_2',''),(3053,82,'shipping_city','FAIRFAX'),(3054,82,'shipping_postcode','22030'),(3055,82,'shipping_country','US'),(3056,82,'shipping_state','VA'),(3057,82,'thwma_custom_address','a:4:{s:8:\"shipping\";a:3:{s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Nigel\";s:18:\"shipping_last_name\";s:2:\"Le\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"10710 VIOGNIER TER\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Fairfax\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22030\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"SONNY\";s:18:\"shipping_last_name\";s:2:\"LE\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"10710 VIOGNIER TER\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"FAIRFAX\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22030\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:6:\"OFFICE\";s:19:\"shipping_first_name\";s:5:\"NIGEL\";s:18:\"shipping_last_name\";s:2:\"LE\";s:16:\"shipping_company\";s:14:\"LCA ALEXANDRIA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"6080 Franconia Road\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:10:\"Alexandria\";s:14:\"shipping_state\";s:2:\"VA\";s:17:\"shipping_postcode\";s:5:\"22310\";}}s:16:\"default_shipping\";s:9:\"address_2\";s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Nigel\";s:17:\"billing_last_name\";s:2:\"Le\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:19:\"6080 FRANCONIA ROAD\";s:17:\"billing_address_2\";s:7:\"SUITE D\";s:12:\"billing_city\";s:10:\"ALEXANDRIA\";s:13:\"billing_state\";s:2:\"VA\";s:16:\"billing_postcode\";s:5:\"22310\";s:13:\"billing_phone\";s:10:\"7035209000\";s:13:\"billing_email\";s:23:\"sonnynguyenle@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_2\";a:12:{s:18:\"billing_first_name\";s:5:\"Sonny\";s:17:\"billing_last_name\";s:2:\"Le\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"10710 Viognier Ter\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:7:\"Fairfax\";s:13:\"billing_state\";s:2:\"VA\";s:16:\"billing_postcode\";s:5:\"22030\";s:13:\"billing_phone\";s:10:\"5712057863\";s:13:\"billing_email\";s:23:\"sonnynguyenle@gmail.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_2\";}'),(3058,83,'nickname','lca_norco'),(3059,83,'first_name','Robin'),(3060,83,'last_name','Martinez'),(3061,83,'description',''),(3062,83,'rich_editing','true'),(3063,83,'syntax_highlighting','true'),(3064,83,'comment_shortcuts','false'),(3065,83,'admin_color','fresh'),(3066,83,'use_ssl','0'),(3067,83,'show_admin_bar_front','true'),(3068,83,'locale',''),(3069,83,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3070,83,'wp_user_level','0'),(3071,83,'dismissed_wp_pointers',''),(3072,83,'last_update','1725396084'),(3075,83,'billing_first_name','Robin'),(3076,83,'billing_last_name','Martinez'),(3077,83,'billing_company','Lice Clinics of America'),(3078,83,'billing_address_1','1710 Skyway Drive'),(3079,83,'billing_address_2','B'),(3080,83,'billing_city','Longmont'),(3081,83,'billing_postcode','80504'),(3082,83,'billing_country','US'),(3083,83,'billing_state','CO'),(3084,83,'billing_phone','2692094700'),(3085,83,'billing_email','RobinMartinezelyea@gmail.com'),(3086,83,'shipping_first_name','Lice Clinics'),(3087,83,'shipping_last_name','America'),(3088,83,'shipping_company','Lice Clinics of America Longmont'),(3089,83,'shipping_address_1','1710 Skyway drive'),(3090,83,'shipping_address_2','Unit B'),(3091,83,'shipping_city','Longmont'),(3092,83,'shipping_postcode','80504'),(3093,83,'shipping_country','US'),(3094,83,'shipping_state','CO'),(3095,83,'thwma_custom_address','a:2:{s:8:\"shipping\";a:3:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:12:\"Lice Clinics\";s:18:\"shipping_last_name\";s:7:\"America\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America Longmont\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1710 Skyway drive\";s:18:\"shipping_address_2\";s:6:\"Unit B\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80504\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Robin\";s:18:\"shipping_last_name\";s:8:\"Martinez\";s:16:\"shipping_company\";s:12:\"LCA Longmont\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"421 21st Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite 210\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80501\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:23:\"Lice Clinics of America\";s:18:\"shipping_last_name\";s:8:\"Longmont\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:12:\"421 21st Ave\";s:18:\"shipping_address_2\";s:9:\"Suite 210\";s:13:\"shipping_city\";s:8:\"Longmont\";s:14:\"shipping_state\";s:2:\"CO\";s:17:\"shipping_postcode\";s:5:\"80501\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3096,84,'nickname','lca_nitzy'),(3097,84,'first_name','Thuy'),(3098,84,'last_name','Tien Du'),(3099,84,'description',''),(3100,84,'rich_editing','true'),(3101,84,'syntax_highlighting','true'),(3102,84,'comment_shortcuts','false'),(3103,84,'admin_color','fresh'),(3104,84,'use_ssl','0'),(3105,84,'show_admin_bar_front','true'),(3106,84,'locale',''),(3107,84,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3108,84,'wp_user_level','0'),(3109,84,'dismissed_wp_pointers',''),(3110,84,'last_update','1657041623'),(3113,84,'billing_first_name','Thuytien'),(3114,84,'billing_last_name','Du'),(3115,84,'billing_company','Nitzy'),(3116,84,'billing_address_1','1126 Rockefeller dr'),(3117,84,'billing_address_2',''),(3118,84,'billing_city','Sunnyvale'),(3119,84,'billing_postcode','94087'),(3120,84,'billing_country','US'),(3121,84,'billing_state','CA'),(3122,84,'billing_phone','4082309895'),(3123,84,'billing_email','nitzyliceremoval@gmail.com'),(3124,84,'shipping_first_name','Thuytien'),(3125,84,'shipping_last_name','Du'),(3126,84,'shipping_company','LCA Nitzy Sunnyvale'),(3127,84,'shipping_address_1','545 South Murphy Ave'),(3128,84,'shipping_address_2',''),(3129,84,'shipping_city','Sunnyvale'),(3130,84,'shipping_postcode','94086'),(3131,84,'shipping_country','US'),(3132,84,'shipping_state','CA'),(3133,84,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:8:\"Thuytien\";s:18:\"shipping_last_name\";s:2:\"Du\";s:16:\"shipping_company\";s:19:\"LCA Nitzy Sunnyvale\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"545 South Murphy Ave\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Sunnyvale\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94086\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Thuy\";s:18:\"shipping_last_name\";s:7:\"Tien Du\";s:16:\"shipping_company\";s:16:\"LCA Redwood City\";s:18:\"shipping_address_1\";s:19:\"1408 El Camino Real\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Belmont\";s:17:\"shipping_postcode\";s:5:\"94002\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"CA\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3172,86,'nickname','lca_bellevue'),(3173,86,'first_name','Traci'),(3174,86,'last_name','Benson'),(3175,86,'description',''),(3176,86,'rich_editing','true'),(3177,86,'syntax_highlighting','true'),(3178,86,'comment_shortcuts','false'),(3179,86,'admin_color','fresh'),(3180,86,'use_ssl','0'),(3181,86,'show_admin_bar_front','true'),(3182,86,'locale',''),(3183,86,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3184,86,'wp_user_level','0'),(3185,86,'dismissed_wp_pointers',''),(3186,86,'last_update','1675279194'),(3189,86,'billing_first_name','Traci'),(3190,86,'billing_last_name','Benson'),(3191,86,'billing_company',''),(3192,86,'billing_address_1','1504 184th Ave Ne'),(3193,86,'billing_address_2',''),(3194,86,'billing_city','Bellevue'),(3195,86,'billing_postcode','98008'),(3196,86,'billing_country','US'),(3197,86,'billing_state','WA'),(3198,86,'billing_phone','2067192644'),(3199,86,'billing_email','info@liceclinicsbellevue.com'),(3200,86,'shipping_first_name','Traci'),(3201,86,'shipping_last_name','Benson'),(3202,86,'shipping_company',''),(3203,86,'shipping_address_1','1504 184th Ave Ne'),(3204,86,'shipping_address_2',''),(3205,86,'shipping_city','Bellevue'),(3206,86,'shipping_postcode','98008'),(3207,86,'shipping_country','US'),(3208,86,'shipping_state','WA'),(3209,86,'thwma_custom_address','a:1:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Traci\";s:18:\"shipping_last_name\";s:6:\"Benson\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1504 184th Ave Ne\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"Bellevue\";s:14:\"shipping_state\";s:2:\"WA\";s:17:\"shipping_postcode\";s:5:\"98008\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:5:\"Traci\";s:18:\"shipping_last_name\";s:6:\"Benson\";s:16:\"shipping_company\";s:15:\"LCA Woodinville\";s:18:\"shipping_address_1\";s:33:\"15620 NE Woodinville Duvall Place\";s:18:\"shipping_address_2\";s:9:\"Suite 8-A\";s:13:\"shipping_city\";s:11:\"Woodinville\";s:17:\"shipping_postcode\";s:5:\"98072\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"WA\";}}}'),(3210,87,'nickname','lca_midsouth'),(3211,87,'first_name','Wade'),(3212,87,'last_name','Huntsman'),(3213,87,'description',''),(3214,87,'rich_editing','true'),(3215,87,'syntax_highlighting','true'),(3216,87,'comment_shortcuts','false'),(3217,87,'admin_color','fresh'),(3218,87,'use_ssl','0'),(3219,87,'show_admin_bar_front','true'),(3220,87,'locale',''),(3221,87,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3222,87,'wp_user_level','0'),(3223,87,'dismissed_wp_pointers',''),(3224,87,'last_update','1765904540'),(3227,87,'billing_first_name','Wade'),(3228,87,'billing_last_name','Huntsman'),(3229,87,'billing_company','LCA Tulsa / AuxArc iMC, Inc'),(3230,87,'billing_address_1','3421 E 21st'),(3231,87,'billing_address_2',''),(3232,87,'billing_city','Tulsa'),(3233,87,'billing_postcode','74114'),(3234,87,'billing_country','US'),(3235,87,'billing_state','OK'),(3236,87,'billing_phone','9189783329'),(3237,87,'billing_email','info@liceclinicsmidsouth.com'),(3238,87,'shipping_first_name','Wade'),(3239,87,'shipping_last_name','Huntsman'),(3240,87,'shipping_company','LCA Tulsa / AuxArc iMC, Inc'),(3241,87,'shipping_address_1','3421 E 21st'),(3242,87,'shipping_address_2',''),(3243,87,'shipping_city','Tulsa'),(3244,87,'shipping_postcode','74114'),(3245,87,'shipping_country','US'),(3246,87,'shipping_state','OK'),(3247,87,'thwma_custom_address','a:2:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:6:\"Shelbe\";s:18:\"shipping_last_name\";s:5:\"Smith\";s:16:\"shipping_company\";s:27:\"Lice Clinics of America WTA\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"2101 West MacArthur Road\";s:18:\"shipping_address_2\";s:7:\"Lot 511\";s:13:\"shipping_city\";s:7:\"Wichita\";s:14:\"shipping_state\";s:2:\"KS\";s:17:\"shipping_postcode\";s:5:\"67217\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:5:\"Katee\";s:18:\"shipping_last_name\";s:8:\"Morrison\";s:16:\"shipping_company\";s:7:\"LCA OKC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:28:\"4001 North Classen Boulevard\";s:18:\"shipping_address_2\";s:9:\"Suite 116\";s:13:\"shipping_city\";s:13:\"Oklahoma City\";s:14:\"shipping_state\";s:2:\"OK\";s:17:\"shipping_postcode\";s:5:\"73118\";s:16:\"shipping_heading\";s:15:\"Clinic Location\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Wade\";s:18:\"shipping_last_name\";s:8:\"Huntsman\";s:16:\"shipping_company\";s:22:\"LCA Northwest Arkansas\";s:18:\"shipping_address_1\";s:22:\"207 East Monroe Avenue\";s:18:\"shipping_address_2\";s:7:\"Suite D\";s:13:\"shipping_city\";s:6:\"Lowell\";s:17:\"shipping_postcode\";s:5:\"72745\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AR\";}s:9:\"address_3\";a:10:{s:19:\"shipping_first_name\";s:6:\"Jessie\";s:18:\"shipping_last_name\";s:5:\"Foley\";s:16:\"shipping_company\";s:29:\"Lice Clinics of America Tulsa\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:21:\"3421 East 21st Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:5:\"Tulsa\";s:14:\"shipping_state\";s:2:\"OK\";s:17:\"shipping_postcode\";s:5:\"74114\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_0\";}'),(3248,63,'default_password_nag',''),(3252,88,'nickname','lca_mih'),(3253,88,'first_name','Phil'),(3254,88,'last_name','Brechting'),(3255,88,'description',''),(3256,88,'rich_editing','true'),(3257,88,'syntax_highlighting','true'),(3258,88,'comment_shortcuts','false'),(3259,88,'admin_color','fresh'),(3260,88,'use_ssl','0'),(3261,88,'show_admin_bar_front','true'),(3262,88,'locale',''),(3263,88,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3264,88,'wp_user_level','0'),(3265,88,'dismissed_wp_pointers',''),(3266,88,'last_update','1619016018'),(3269,88,'billing_first_name','Phil'),(3270,88,'billing_last_name','Brechting'),(3271,88,'billing_company',''),(3272,88,'billing_address_1',''),(3273,88,'billing_address_2',''),(3274,88,'billing_city',''),(3275,88,'billing_postcode',''),(3276,88,'billing_country',''),(3277,88,'billing_state',''),(3278,88,'billing_phone',''),(3279,88,'billing_email','info@nonitnoggins.com'),(3280,88,'shipping_first_name','Phil'),(3281,88,'shipping_last_name','Brechting'),(3282,88,'shipping_company','LCA Arrowhead'),(3283,88,'shipping_address_1','7170 W Camino San Xavier'),(3284,88,'shipping_address_2','Suite D-116'),(3285,88,'shipping_city','Glendale'),(3286,88,'shipping_postcode','85308'),(3287,88,'shipping_country','US'),(3288,88,'shipping_state','AZ'),(3289,88,'thwma_custom_address','a:1:{s:8:\"shipping\";a:10:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:13:\"LCA Arrowhead\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:24:\"7170 W Camino San Xavier\";s:18:\"shipping_address_2\";s:11:\"Suite D-116\";s:13:\"shipping_city\";s:8:\"Glendale\";s:14:\"shipping_state\";s:2:\"AZ\";s:17:\"shipping_postcode\";s:5:\"85308\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:17:\"LCA Daytona Beach\";s:18:\"shipping_address_1\";s:17:\"1301 Beville Road\";s:18:\"shipping_address_2\";s:7:\"Suite 4\";s:13:\"shipping_city\";s:13:\"Daytona Beach\";s:17:\"shipping_postcode\";s:5:\"32119\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"FL\";}s:9:\"address_2\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:14:\"LCA Scottsdale\";s:18:\"shipping_address_1\";s:20:\"8060 E Gelding Drive\";s:18:\"shipping_address_2\";s:9:\"Suite 102\";s:13:\"shipping_city\";s:10:\"Scottsdale\";s:17:\"shipping_postcode\";s:5:\"85260\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:12:\"LCA Glendale\";s:18:\"shipping_address_1\";s:24:\"7170 W Camino San Xavier\";s:18:\"shipping_address_2\";s:10:\"Suite D116\";s:13:\"shipping_city\";s:8:\"Glendale\";s:17:\"shipping_postcode\";s:5:\"85308\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"AZ\";}s:9:\"address_4\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:20:\"Rapunzel\'s Ann Arbor\";s:18:\"shipping_address_1\";s:18:\"3001 Plymouth Road\";s:18:\"shipping_address_2\";s:9:\"Suite 103\";s:13:\"shipping_city\";s:9:\"Ann Arbor\";s:17:\"shipping_postcode\";s:5:\"48105\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_5\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:27:\"Rapunzel\'s Farmington Hills\";s:18:\"shipping_address_1\";s:21:\"27620 Farmington Road\";s:18:\"shipping_address_2\";s:9:\"Suite 109\";s:13:\"shipping_city\";s:16:\"Farmington Hills\";s:17:\"shipping_postcode\";s:5:\"48334\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_6\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:20:\"Rapunzel\'s Kalamazoo\";s:18:\"shipping_address_1\";s:22:\"1141 South Rose Street\";s:18:\"shipping_address_2\";s:9:\"2nd Floor\";s:13:\"shipping_city\";s:9:\"Kalamazoo\";s:17:\"shipping_postcode\";s:5:\"49001\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"TX\";}s:9:\"address_7\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:27:\"Rapunzel\'s Sterling Heights\";s:18:\"shipping_address_1\";s:18:\"4147 Metro Parkway\";s:18:\"shipping_address_2\";s:9:\"Suite 104\";s:13:\"shipping_city\";s:16:\"Sterling Heights\";s:17:\"shipping_postcode\";s:5:\"48310\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_8\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:23:\"Rapunzel\'s Swartz Creek\";s:18:\"shipping_address_1\";s:21:\"4005 Grand Blanc Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Swartz Creek\";s:17:\"shipping_postcode\";s:5:\"48473\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"MI\";}s:9:\"address_9\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:4:\"Phil\";s:18:\"shipping_last_name\";s:9:\"Brechting\";s:16:\"shipping_company\";s:17:\"Rapunzel\'s Toledo\";s:18:\"shipping_address_1\";s:21:\"2525 N. Reynolds Road\";s:18:\"shipping_address_2\";s:7:\"Suite 6\";s:13:\"shipping_city\";s:6:\"Toledo\";s:17:\"shipping_postcode\";s:5:\"43615\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"OH\";}}}'),(3290,89,'nickname','lca_scott'),(3291,89,'first_name','Scott'),(3292,89,'last_name','Wilson'),(3293,89,'description',''),(3294,89,'rich_editing','true'),(3295,89,'syntax_highlighting','true'),(3296,89,'comment_shortcuts','false'),(3297,89,'admin_color','fresh'),(3298,89,'use_ssl','0'),(3299,89,'show_admin_bar_front','true'),(3300,89,'locale',''),(3301,89,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(3302,89,'wp_user_level','10'),(3303,89,'dismissed_wp_pointers',''),(3304,89,'last_update','1762292644'),(3305,90,'nickname','lca_remedylice'),(3306,90,'first_name','Mike'),(3307,90,'last_name','Brehm'),(3308,90,'description',''),(3309,90,'rich_editing','true'),(3310,90,'syntax_highlighting','true'),(3311,90,'comment_shortcuts','false'),(3312,90,'admin_color','fresh'),(3313,90,'use_ssl','0'),(3314,90,'show_admin_bar_front','true'),(3315,90,'locale',''),(3316,90,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3317,90,'wp_user_level','0'),(3318,90,'dismissed_wp_pointers',''),(3319,90,'last_update','1762533236'),(3322,90,'billing_first_name','Mike'),(3323,90,'billing_last_name','Brehm'),(3324,90,'billing_company','Remedy'),(3325,90,'billing_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(3326,90,'billing_address_2',''),(3327,90,'billing_city','Grand Rapids'),(3328,90,'billing_postcode','49525'),(3329,90,'billing_country','US'),(3330,90,'billing_state','MI'),(3331,90,'billing_phone','6164504125'),(3332,90,'billing_email','rapunzelscorinn@gmail.com'),(3333,90,'shipping_first_name','Mike'),(3334,90,'shipping_last_name','Brehm'),(3335,90,'shipping_company','Remedy'),(3336,90,'shipping_address_1','3500 Dean Lake AVe NE, Grand Rapids, MI 49525'),(3337,90,'shipping_address_2',''),(3338,90,'shipping_city','Grand Rapids'),(3339,90,'shipping_postcode','49525'),(3340,90,'shipping_country','US'),(3341,90,'shipping_state','MI'),(3342,2,'elementor_introduction','a:6:{s:10:\"rightClick\";b:1;s:6:\"e-apps\";b:1;s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:20:\"globals_introduction\";b:1;s:30:\"e-ai-product-image-unification\";b:1;}'),(3344,89,'wc_last_active','1765813702'),(3346,89,'_woocommerce_tracks_anon_id','woo:/TjfLJ9NUr7gunVy/IIcKWut'),(3347,89,'wp_dashboard_quick_press_last_post_id','184381'),(3348,89,'community-events-location','a:1:{s:2:\"ip\";s:12:\"202.69.149.0\";}'),(3350,87,'wc_last_active','1765904540'),(3354,89,'_wc_memberships_show_admin_restricted_content_notice','no'),(3355,78,'session_tokens','a:2:{s:64:\"ff0dd965618aa55a442775dd64bf7efd969c761627cc28ed1de844839e8875da\";a:4:{s:10:\"expiration\";i:1766519564;s:2:\"ip\";s:12:\"100.2.29.123\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766346764;}s:64:\"29e3f5ac981e2cf75b28a04ce067d02be856381e82706bac4a032c8ac6e59152\";a:4:{s:10:\"expiration\";i:1766519567;s:2:\"ip\";s:12:\"100.2.29.123\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766346767;}}'),(3356,78,'wc_last_active','1766346768'),(3360,47,'wc_last_active','1765836000'),(3363,64,'wc_last_active','1709942400'),(3367,61,'wc_last_active','1764892800'),(3371,3,'wc_last_active','1767014501'),(3373,60,'session_tokens','a:9:{s:64:\"85d8a8ebfbea588230bcb2455a84799c0644af3430696c47675065bed2c2dee7\";a:4:{s:10:\"expiration\";i:1766334152;s:2:\"ip\";s:15:\"174.208.226.214\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766161352;}s:64:\"2fd066e1d08b2cdeff3cfa19a641e52429ac10a4bd6af80c7b1c1c548d2d4308\";a:4:{s:10:\"expiration\";i:1766334154;s:2:\"ip\";s:15:\"174.208.226.214\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766161354;}s:64:\"8b4f237d351da238cda820a09968d22987d99b2b75def7637106e486a8ca89a9\";a:4:{s:10:\"expiration\";i:1766342849;s:2:\"ip\";s:15:\"174.208.228.217\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766170049;}s:64:\"f7277e7074adf15015d635db023f75a089af06f1263b74a195af77c88387c2c3\";a:4:{s:10:\"expiration\";i:1766342849;s:2:\"ip\";s:15:\"174.208.228.217\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766170049;}s:64:\"67e61c0652da470fa73cb1d96e1a4840fdd056747d17c031315c5e9c1d940edc\";a:4:{s:10:\"expiration\";i:1766348950;s:2:\"ip\";s:12:\"24.13.229.23\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";s:5:\"login\";i:1766176150;}s:64:\"e664c6d68acc6306cb41e4e1c5402b2b0d7fea4398e7ca56be5273de64626b85\";a:4:{s:10:\"expiration\";i:1766357940;s:2:\"ip\";s:12:\"24.13.229.23\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766185140;}s:64:\"8f4044a9f9f2f9d47577abe10af09f49c8a55fa9119b606f4a44d6289debf2d4\";a:4:{s:10:\"expiration\";i:1766357942;s:2:\"ip\";s:12:\"24.13.229.23\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766185142;}s:64:\"96ee3f81b689ad1032d49cfe04720d998d37ed27314adad1a62bafd341b975ed\";a:4:{s:10:\"expiration\";i:1766431976;s:2:\"ip\";s:15:\"174.208.228.217\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766259176;}s:64:\"5fe3ffc81ccf6bae9a87de62a699fbb3fcac96b3cc21b5f69fe232727946ccb7\";a:4:{s:10:\"expiration\";i:1766432095;s:2:\"ip\";s:15:\"174.208.228.217\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1766259295;}}'),(3374,60,'wc_last_active','1766259329'),(3384,60,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3387,60,'paying_customer','1'),(3393,87,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3396,87,'paying_customer','1'),(3409,89,'billing_first_name','Scott'),(3410,89,'billing_last_name','Wilson'),(3411,89,'billing_company',''),(3412,89,'billing_address_1','430 N Station Pkwy'),(3413,89,'billing_address_2',''),(3414,89,'billing_city','Farmington'),(3415,89,'billing_state','UT'),(3416,89,'billing_postcode','84025'),(3417,89,'billing_country','US'),(3418,89,'billing_email','scott@boise.liceclinicsofamerica.com'),(3419,89,'billing_phone','8014308550'),(3420,89,'shipping_first_name','Scott'),(3421,89,'shipping_last_name','Wilson'),(3422,89,'shipping_company','Lice Clinics of America Boise'),(3423,89,'shipping_address_1','7512 W Lemhi St.'),(3424,89,'shipping_address_2','Suite 2'),(3425,89,'shipping_city','Boise'),(3426,89,'shipping_state','ID'),(3427,89,'shipping_postcode','83709'),(3428,89,'shipping_country','US'),(3429,89,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3442,9,'session_tokens','a:2:{s:64:\"bcb631054f0f12d792a8858585567c4c2ee5e55605653fe05d07e716366c9318\";a:4:{s:10:\"expiration\";i:1643396709;s:2:\"ip\";s:13:\"24.63.192.155\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.69\";s:5:\"login\";i:1643223909;}s:64:\"b1e4132106dee4630a93c65899d090d9255ba16c33919906647afe9c56b0512a\";a:4:{s:10:\"expiration\";i:1643400184;s:2:\"ip\";s:13:\"24.63.192.155\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36 Edg/97.0.1072.69\";s:5:\"login\";i:1643227384;}}'),(3443,9,'wc_last_active','1643155200'),(3447,51,'wc_last_active','1740528000'),(3450,51,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3451,51,'paying_customer','1'),(3458,7,'wc_last_active','1766427976'),(3463,73,'wc_last_active','1757980800'),(3468,15,'wc_last_active','1761868800'),(3471,15,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3475,15,'paying_customer','1'),(3478,11,'session_tokens','a:1:{s:64:\"bde4580c500581ee842c8e4e8bd4e3a4bae48a63c838cc6d322960335d4c5edf\";a:4:{s:10:\"expiration\";i:1749999404;s:2:\"ip\";s:13:\"65.186.66.106\";s:2:\"ua\";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\";s:5:\"login\";i:1749826604;}}'),(3479,11,'wc_last_active','1749772800'),(3481,11,'thwma_custom_address','a:2:{s:8:\"shipping\";a:2:{s:9:\"address_0\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"David\";s:18:\"shipping_last_name\";s:7:\"Collett\";s:16:\"shipping_company\";s:17:\"LCA Bowling Green\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:19:\"830 Fairview Avenue\";s:18:\"shipping_address_2\";s:9:\"Suite A-4\";s:13:\"shipping_city\";s:13:\"Bowling Green\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"42101\";}s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:4:\"Tina\";s:18:\"shipping_last_name\";s:4:\"Hunt\";s:16:\"shipping_company\";s:9:\"LCBG, LLC\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"830 Fairview Ave.\";s:18:\"shipping_address_2\";s:9:\"Suite A-4\";s:13:\"shipping_city\";s:13:\"Bowling Green\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"42101\";s:16:\"shipping_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(3482,59,'session_tokens','a:1:{s:64:\"23f9d2f8726249894228c62661a632a12db68c163defc4bca25b1445b4cb16ba\";a:4:{s:10:\"expiration\";i:1764871522;s:2:\"ip\";s:15:\"174.170.119.112\";s:2:\"ua\";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\";s:5:\"login\";i:1764698722;}}'),(3483,59,'wc_last_active','1764633600'),(3486,59,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3489,59,'paying_customer','1'),(3493,28,'wc_last_active','1720742400'),(3496,28,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3499,28,'paying_customer','1'),(3503,76,'wc_last_active','1767026941'),(3510,80,'session_tokens','a:1:{s:64:\"476aa3734e7d713518fdcd810a36237a26e718d4847b1d637e2c59e7a2e46240\";a:4:{s:10:\"expiration\";i:1650021448;s:2:\"ip\";s:13:\"71.224.201.32\";s:2:\"ua\";s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:78.0) Gecko/20100101 Firefox/78.0\";s:5:\"login\";i:1649848648;}}'),(3511,80,'wc_last_active','1649808000'),(3514,4,'session_tokens','a:1:{s:64:\"a64ad14927b01af556681f7c0b64df0dc1f711bf0a9c7e0c40835ffb799cf192\";a:4:{s:10:\"expiration\";i:1765642828;s:2:\"ip\";s:11:\"73.20.28.23\";s:2:\"ua\";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\";s:5:\"login\";i:1765470028;}}'),(3515,4,'wc_last_active','1765411200'),(3518,4,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3575,80,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3578,80,'paying_customer','1'),(3581,49,'session_tokens','a:1:{s:64:\"3b84a04b644d7437323efabc05c46710d00359fca0a5fe84888bd8969554e427\";a:4:{s:10:\"expiration\";i:1719509502;s:2:\"ip\";s:13:\"71.255.236.66\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Safari/605.1.15\";s:5:\"login\";i:1719336702;}}'),(3582,49,'wc_last_active','1719273600'),(3585,2,'closedpostboxes_shop_order','a:2:{i:0;s:10:\"postcustom\";i:1;s:27:\"woocommerce-order-downloads\";}'),(3586,2,'metaboxhidden_shop_order','a:0:{}'),(3587,2,'closedpostboxes_product','a:0:{}'),(3588,2,'metaboxhidden_product','a:2:{i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";}'),(3589,92,'nickname','lca_fremont'),(3590,92,'first_name','Michelle'),(3591,92,'last_name','LeHang Du'),(3592,92,'description',''),(3593,92,'rich_editing','true'),(3594,92,'syntax_highlighting','true'),(3595,92,'comment_shortcuts','false'),(3596,92,'admin_color','fresh'),(3597,92,'use_ssl','0'),(3598,92,'show_admin_bar_front','true'),(3599,92,'locale',''),(3600,92,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(3601,92,'wp_user_level','0'),(3602,92,'dismissed_wp_pointers',''),(3603,92,'last_update','1766478007'),(3604,46,'session_tokens','a:1:{s:64:\"a2c3f6e322d61036f39961432e3b6d8dbdf05c06c6a9a5e09cfb90ecf7c5b79d\";a:4:{s:10:\"expiration\";i:1764961208;s:2:\"ip\";s:11:\"72.47.75.84\";s:2:\"ua\";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\";s:5:\"login\";i:1764788408;}}'),(3605,46,'wc_last_active','1764720000'),(3608,46,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3611,65,'session_tokens','a:1:{s:64:\"909de0381f0bca7999f436b0977f81856f2e89cf9e2d76d183b1b3c6cbab4e24\";a:4:{s:10:\"expiration\";i:1767119527;s:2:\"ip\";s:14:\"76.106.234.193\";s:2:\"ua\";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\";s:5:\"login\";i:1766946727;}}'),(3612,65,'wc_last_active','1766947023'),(3614,77,'session_tokens','a:1:{s:64:\"b0bd66367a6aba5f4dc58c0cc1a45d68a61252cd868de0143596ecfd92ad44b0\";a:4:{s:10:\"expiration\";i:1764607526;s:2:\"ip\";s:14:\"162.201.108.83\";s:2:\"ua\";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\";s:5:\"login\";i:1763397926;}}'),(3615,77,'wc_last_active','1763337600'),(3618,77,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3621,77,'paying_customer','1'),(3631,53,'wc_last_active','1634256000'),(3634,53,'session_tokens','a:1:{s:64:\"d4964103c06cf2eeb750f1cfad2610d79ff267fe0a06bc0b74a4b9e017f7646b\";a:4:{s:10:\"expiration\";i:1634919691;s:2:\"ip\";s:11:\"99.5.78.154\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15\";s:5:\"login\";i:1633710091;}}'),(3636,53,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3639,53,'paying_customer','1'),(3642,43,'session_tokens','a:2:{s:64:\"64648410902826cd801657f13c5e7faed6015753f1e32451e346d9695d1bc25d\";a:4:{s:10:\"expiration\";i:1736780692;s:2:\"ip\";s:13:\"76.148.94.173\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1736607892;}s:64:\"4789d4c5cd3c9f5755b9e9d4f9a50a695020e2fc72f9c8c5630e0817b5daddae\";a:4:{s:10:\"expiration\";i:1736780695;s:2:\"ip\";s:13:\"76.148.94.173\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1736607895;}}'),(3643,43,'wc_last_active','1736553600'),(3646,43,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3649,43,'paying_customer','1'),(3655,3,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3658,3,'paying_customer','1'),(3661,34,'default_password_nag',''),(3663,34,'session_tokens','a:1:{s:64:\"79ac433c35c8e2860eded3460a2c3f22f803027c4451c9b36bd226c741d4aa16\";a:4:{s:10:\"expiration\";i:1620762668;s:2:\"ip\";s:12:\"172.58.36.72\";s:2:\"ua\";s:122:\"Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36\";s:5:\"login\";i:1619553068;}}'),(3664,34,'wc_last_active','1619481600'),(3666,34,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:57.119999999999997;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:57.119999999999997;s:8:\"line_tax\";i:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:11:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:132;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:132;s:8:\"line_tax\";i:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:72;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:72;s:8:\"line_tax\";i:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:13;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:13;s:8:\"line_tax\";i:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}}}'),(3669,34,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3674,34,'paying_customer',''),(3677,48,'session_tokens','a:1:{s:64:\"8deb2a20f273d02548b271cd50d60e7c8bef63d21d2dd93493d22f9659864c59\";a:4:{s:10:\"expiration\";i:1646426832;s:2:\"ip\";s:11:\"69.47.12.20\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50\";s:5:\"login\";i:1645217232;}}'),(3678,48,'wc_last_active','1645142400'),(3681,48,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3684,48,'paying_customer','1'),(3689,55,'session_tokens','a:1:{s:64:\"bbc682582c65f7fc197592140e7845b5ddfb4735277b3d3e88812d4e49cacc49\";a:4:{s:10:\"expiration\";i:1695560167;s:2:\"ip\";s:15:\"141.126.221.125\";s:2:\"ua\";s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1695387367;}}'),(3690,55,'wc_last_active','1695340800'),(3692,71,'session_tokens','a:2:{s:64:\"5338521ebb4ff1a7eeab3947941e89333579bf96d5429c7311e15b33320a34c4\";a:4:{s:10:\"expiration\";i:1643314862;s:2:\"ip\";s:12:\"83.50.41.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\";s:5:\"login\";i:1643142062;}s:64:\"bf6dc0f9d04919895d8289d66f7c6b976be5876e0bdd41caa4b2e5c0b3461d70\";a:4:{s:10:\"expiration\";i:1643314863;s:2:\"ip\";s:12:\"83.50.41.142\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15\";s:5:\"login\";i:1643142063;}}'),(3693,71,'wc_last_active','1643068800'),(3701,4,'paying_customer','1'),(3708,8,'session_tokens','a:1:{s:64:\"d5f9af9c031dd836627df84054052e045527cc8395b36f66a9a01d7a4dd8d45d\";a:4:{s:10:\"expiration\";i:1762294385;s:2:\"ip\";s:13:\"104.60.28.185\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36\";s:5:\"login\";i:1762121585;}}'),(3709,8,'wc_last_active','1762041600'),(3713,73,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3718,73,'paying_customer','1'),(3723,20,'wc_last_active','1766469108'),(3727,54,'wc_last_active','1766381759'),(3735,47,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(3738,47,'paying_customer','1'),(3751,78,'shipping_method','a:1:{i:0;s:19:\"fedex:1:FEDEX_2_DAY\";}'),(3754,78,'paying_customer','1'),(3758,20,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3761,20,'paying_customer','1'),(3766,58,'wc_last_active','1704153600'),(3779,89,'_wc_memberships_hidden_profile_field_columns','a:0:{}'),(3784,7,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3787,7,'paying_customer','1'),(3792,58,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3795,58,'paying_customer','1'),(3813,11,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3816,11,'paying_customer','1'),(3820,79,'wc_last_active','1765507074'),(3824,55,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3827,55,'paying_customer','1'),(3831,6,'wc_last_active','1767029779'),(3834,6,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3845,6,'paying_customer','1'),(3854,46,'paying_customer','1'),(3857,61,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3862,64,'shipping_method','a:1:{i:0;s:19:\"fedex:1:FEDEX_2_DAY\";}'),(3865,64,'paying_customer','1'),(3868,17,'session_tokens','a:1:{s:64:\"d71ce2cc36135c70762ee7b85a0fdef8b8b80d3f8fbba3be26f1fa38f9598cb2\";a:4:{s:10:\"expiration\";i:1662322264;s:2:\"ip\";s:15:\"199.241.224.193\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\";s:5:\"login\";i:1662149464;}}'),(3869,17,'wc_last_active','1662076800'),(3872,17,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3875,17,'paying_customer','1'),(3884,61,'paying_customer','1'),(3887,52,'session_tokens','a:1:{s:64:\"f4c3a31db94b2b7ac8f9787d5ac4b310388aee27bc6c3d2b10e6beb9f4f10acc\";a:4:{s:10:\"expiration\";i:1762712664;s:2:\"ip\";s:13:\"173.66.36.208\";s:2:\"ua\";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\";s:5:\"login\";i:1762539864;}}'),(3888,52,'wc_last_active','1762473600'),(3898,31,'session_tokens','a:1:{s:64:\"57a5a54a4f2227644e3536ef15d833bdbd66a3c3d8a469897eecd09de6d4ae34\";a:4:{s:10:\"expiration\";i:1638391927;s:2:\"ip\";s:12:\"72.215.39.64\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15\";s:5:\"login\";i:1638219127;}}'),(3899,31,'wc_last_active','1638230400'),(3906,79,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(3909,79,'paying_customer','1'),(3922,40,'wc_last_active','1670716800'),(3925,67,'wc_last_active','1765894797'),(3932,26,'wc_last_active','1711756800'),(3935,26,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(3938,26,'paying_customer','1'),(3945,40,'session_tokens','a:1:{s:64:\"d551c089e84ae196b01b7476e1b0c90a3268b496dcaacd0e91ed5c824cdf8acf\";a:4:{s:10:\"expiration\";i:1670968219;s:2:\"ip\";s:14:\"76.121.248.120\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";s:5:\"login\";i:1670795419;}}'),(3948,40,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3953,71,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(3960,71,'paying_customer','1'),(3965,40,'paying_customer','1'),(3982,30,'session_tokens','a:1:{s:64:\"0e6583db6719b151f769172269ce6784b0a73f29d8c37d8118f89f30769724d3\";a:4:{s:10:\"expiration\";i:1622230924;s:2:\"ip\";s:9:\"73.83.3.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1621021324;}}'),(3983,30,'wc_last_active','1621382400'),(4029,49,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(4032,49,'paying_customer','1'),(4040,36,'wc_last_active','1651449600'),(4042,36,'session_tokens','a:2:{s:64:\"052d05b3b71463993af0440ec6a12c4e061b0f2e59d8fe31362492e2c16f81a8\";a:4:{s:10:\"expiration\";i:1651168241;s:2:\"ip\";s:13:\"198.212.9.165\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15\";s:5:\"login\";i:1650995441;}s:64:\"204e647ab5c90450c4141defcbf3061a0964c807959dc6df789c1f3b79a73973\";a:4:{s:10:\"expiration\";i:1652205301;s:2:\"ip\";s:13:\"198.212.9.165\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";s:5:\"login\";i:1650995701;}}'),(4048,36,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4051,36,'paying_customer','1'),(4055,13,'session_tokens','a:1:{s:64:\"77fe2de21c09782e8a339c326578c0d4a7feac98d355ba37ff5cd6f5a316600b\";a:4:{s:10:\"expiration\";i:1640430930;s:2:\"ip\";s:12:\"68.99.201.73\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0\";s:5:\"login\";i:1639221330;}}'),(4056,13,'wc_last_active','1639180800'),(4059,56,'session_tokens','a:2:{s:64:\"3cca9f7bc16474c71d89a7ec829f3acbc9927f1c0f22faa8bd173ca1655a5180\";a:4:{s:10:\"expiration\";i:1632956294;s:2:\"ip\";s:14:\"70.120.100.246\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1631746694;}s:64:\"765257baa29927a9dc1f78aab08785b9d31e9408db2413d048965351299b07a7\";a:4:{s:10:\"expiration\";i:1632956301;s:2:\"ip\";s:14:\"70.120.100.246\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1631746701;}}'),(4060,56,'wc_last_active','1631664000'),(4085,56,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4088,56,'paying_customer','1'),(4118,84,'session_tokens','a:3:{s:64:\"973b079c19cdd884db3c6f35762c28ce11c36440e6d8f1cff6c6aa6a3e2e06d3\";a:4:{s:10:\"expiration\";i:1657119094;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946294;}s:64:\"09e6b502b35744f5a4e6143f9acf370ee29b2c34509f172799341b705d366ccc\";a:4:{s:10:\"expiration\";i:1658155900;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946300;}s:64:\"57020a3beb52b0aad2b3b3671742bf082c380e77b295a17384cd2a6ee52c07fe\";a:4:{s:10:\"expiration\";i:1658155904;s:2:\"ip\";s:14:\"104.28.123.180\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1656946304;}}'),(4119,84,'wc_last_active','1657324800'),(4122,84,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4123,84,'paying_customer','1'),(4129,39,'wc_last_active','1765411200'),(4132,39,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4135,39,'paying_customer','1'),(4146,92,'wc_last_active','1767060502'),(4151,92,'billing_first_name','Michelle'),(4152,92,'billing_last_name','Du'),(4153,92,'billing_company','LCA Fremont'),(4154,92,'billing_address_1','31372 Mackinaw Street'),(4155,92,'billing_city','Union City'),(4156,92,'billing_state','CA'),(4157,92,'billing_postcode','94587'),(4158,92,'billing_country','US'),(4159,92,'billing_email','liceclinicsfremont@gmail.com'),(4160,92,'billing_phone','510-770-4394'),(4163,92,'shipping_first_name','Michelle'),(4164,92,'shipping_last_name','Du'),(4165,92,'shipping_company','LCA Fremont'),(4166,92,'shipping_address_1','31372 Mackinaw Street'),(4167,92,'shipping_city','Union City'),(4168,92,'shipping_state','CA'),(4169,92,'shipping_postcode','94587'),(4170,92,'shipping_country','US'),(4171,92,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4174,92,'paying_customer','1'),(4188,13,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4191,13,'paying_customer','1'),(4223,83,'session_tokens','a:1:{s:64:\"9a19bdf5da9e2a17f36f48acca2fc1e6b33fd128cccc02b64047df57ca2fadb6\";a:4:{s:10:\"expiration\";i:1725199677;s:2:\"ip\";s:14:\"38.175.166.123\";s:2:\"ua\";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\";s:5:\"login\";i:1725026877;}}'),(4224,83,'wc_last_active','1724976000'),(4227,83,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4228,83,'paying_customer','1'),(4231,51,'session_tokens','a:2:{s:64:\"369c5ad0a1e634de4a236b1b6854f5ed82b9f3a1469c85b97330d7da6af1e314\";a:4:{s:10:\"expiration\";i:1740758803;s:2:\"ip\";s:13:\"108.215.32.87\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15\";s:5:\"login\";i:1740586003;}s:64:\"77129bd59c11d2e6bee061159f212aac7f01809548ad0ece3a10bc3a9544bce8\";a:4:{s:10:\"expiration\";i:1740758805;s:2:\"ip\";s:13:\"108.215.32.87\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15\";s:5:\"login\";i:1740586005;}}'),(4238,68,'session_tokens','a:1:{s:64:\"8e8fa0aec1e1a895194e4609dec820b2429a2bef07ad4d290d5b2053dabb7ecd\";a:4:{s:10:\"expiration\";i:1628186583;s:2:\"ip\";s:14:\"174.26.230.143\";s:2:\"ua\";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\";s:5:\"login\";i:1628013783;}}'),(4239,68,'wc_last_active','1627948800'),(4241,68,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:30;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";a:11:{s:3:\"key\";s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";s:10:\"product_id\";i:99;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";i:0;}}}'),(4242,68,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(4245,68,'paying_customer','1'),(4250,52,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4253,52,'paying_customer','1'),(4277,58,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"c44e9dfb30d7407e97defade4dd3bfda\";a:13:{s:10:\"unique_key\";s:32:\"57982a0f1220fe60e5e01b068c938f1b\";s:4:\"time\";s:10:\"03:18:47am\";s:3:\"key\";s:32:\"c44e9dfb30d7407e97defade4dd3bfda\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:105.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:105.59999999999999;s:8:\"line_tax\";d:0;}}}'),(4290,54,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4293,54,'paying_customer','1'),(4322,76,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4325,76,'paying_customer','1'),(4328,37,'session_tokens','a:1:{s:64:\"0072fe44b81e2c9fe2dd7fee96f8fb9104267e8a60530ec9161de5b75ff5e4ed\";a:4:{s:10:\"expiration\";i:1740070113;s:2:\"ip\";s:14:\"40.142.171.212\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0\";s:5:\"login\";i:1739897313;}}'),(4329,37,'wc_last_active','1739836800'),(4332,37,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4335,37,'paying_customer','1'),(4431,5,'paying_customer','1'),(4436,67,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4439,67,'paying_customer','1'),(4717,66,'session_tokens','a:2:{s:64:\"218d061677cb641df6a9e550dc43c7152bd96dac92fce47e0e5ad6f7f223d6f0\";a:4:{s:10:\"expiration\";i:1765988769;s:2:\"ip\";s:12:\"96.244.94.41\";s:2:\"ua\";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\";s:5:\"login\";i:1765815969;}s:64:\"34ac3707702c564c22d3ec2ae196f4be8e60dc077daef1ce74c77211d7044cf4\";a:4:{s:10:\"expiration\";i:1767030866;s:2:\"ip\";s:12:\"96.244.94.41\";s:2:\"ua\";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\";s:5:\"login\";i:1765821266;}}'),(4718,66,'wc_last_active','1765822294'),(4722,66,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4725,66,'paying_customer','1'),(4858,2,'edit_wc_user_membership_per_page','200'),(4903,25,'session_tokens','a:1:{s:64:\"bf7fde7879669fa2f0db97c698bbc51320752ddd41b6f86be2ad243af06c7813\";a:4:{s:10:\"expiration\";i:1697925770;s:2:\"ip\";s:12:\"23.124.3.136\";s:2:\"ua\";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\";s:5:\"login\";i:1697752970;}}'),(4904,25,'wc_last_active','1697673600'),(4907,25,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4910,25,'paying_customer','1'),(4927,63,'session_tokens','a:1:{s:64:\"47ba5083fa3612e407b5312845e089e51703e53f4cbb08c743f77e8a3fd19995\";a:4:{s:10:\"expiration\";i:1678931997;s:2:\"ip\";s:13:\"24.19.102.130\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15\";s:5:\"login\";i:1678759197;}}'),(4928,63,'wc_last_active','1678752000'),(4946,21,'session_tokens','a:1:{s:64:\"ec9cc1214700a71a18327567f4259307674f20416199761f3ccdf045fe58138b\";a:4:{s:10:\"expiration\";i:1762104339;s:2:\"ip\";s:13:\"50.27.164.146\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Avast/141.0.0.0\";s:5:\"login\";i:1761931539;}}'),(4947,21,'wc_last_active','1761868800'),(4950,21,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(4958,57,'session_tokens','a:1:{s:64:\"a3c17fe43b91021e1e7a85ca8af5d2f3fcdf433573879d5e44b4669056c3a734\";a:4:{s:10:\"expiration\";i:1714757143;s:2:\"ip\";s:13:\"35.148.179.95\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0\";s:5:\"login\";i:1713547543;}}'),(4959,57,'wc_last_active','1714608000'),(4962,57,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(4965,57,'paying_customer','1'),(4973,21,'paying_customer','1'),(5016,63,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5019,63,'paying_customer','1'),(5118,8,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5121,8,'paying_customer','1'),(5240,50,'wc_last_active','1765411200'),(5243,50,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(5248,50,'paying_customer','1'),(5263,23,'wc_last_active','1766096141'),(5266,23,'billing_first_name','Jackie'),(5267,23,'billing_last_name','Huynh'),(5268,23,'billing_company','Lice Clinics of America - S. San Francisco'),(5269,23,'billing_address_1','1121 San Anselmo Ave'),(5270,23,'billing_city','Millbrae'),(5271,23,'billing_state','CA'),(5272,23,'billing_postcode','94030'),(5273,23,'billing_country','US'),(5274,23,'billing_email','liceclinicssf@gmail.com'),(5275,23,'billing_phone','4087806936'),(5276,23,'shipping_first_name','Jackie'),(5277,23,'shipping_last_name','Huynh'),(5278,23,'shipping_company','Lice Clinics of America - S. San Francisco'),(5279,23,'shipping_address_1','1001 Sneath Lane'),(5280,23,'shipping_city','San Bruno'),(5281,23,'shipping_state','CA'),(5282,23,'shipping_postcode','94066'),(5283,23,'shipping_country','US'),(5284,23,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(5289,23,'paying_customer','1'),(5314,9,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"b2386044fe28b6de88f356cf650084a4\";a:13:{s:10:\"unique_key\";s:32:\"2139b85b7af9903b29a09e18e3c334cb\";s:4:\"time\";s:10:\"09:37:18pm\";s:3:\"key\";s:32:\"b2386044fe28b6de88f356cf650084a4\";s:10:\"product_id\";i:131;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:126.5;s:17:\"line_subtotal_tax\";i:0;s:10:\"line_total\";d:126.5;s:8:\"line_tax\";i:0;}}}'),(5332,9,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5335,9,'paying_customer','1'),(5593,86,'session_tokens','a:3:{s:64:\"a87aa586cec55acbc7a77255dc02ab0c3f4f2931f2ef8ab3a7194733fd1dffc5\";a:4:{s:10:\"expiration\";i:1675877464;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704664;}s:64:\"e44c5acc7012aba970cdd6fa821d2752e74891a1d9c96ba920fa18f2440a9b2e\";a:4:{s:10:\"expiration\";i:1675877465;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704665;}s:64:\"0a34ffac64e4b00749c5c38dee2f3e9af13652852e2827bc336c2505d82c01ac\";a:4:{s:10:\"expiration\";i:1675877469;s:2:\"ip\";s:13:\"97.113.11.154\";s:2:\"ua\";s:118:\"Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1675704669;}}'),(5594,86,'wc_last_active','1675641600'),(5598,86,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5655,86,'shipping_phone',''),(5658,86,'paying_customer','1'),(5676,2,'dismissed_update_notice','1'),(5718,41,'session_tokens','a:1:{s:64:\"c8752a858f1972d0cf77ff07fd75a77bf770178f01f342f222e7f8d300443ca4\";a:4:{s:10:\"expiration\";i:1631754548;s:2:\"ip\";s:11:\"47.12.48.95\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1630544948;}}'),(5719,41,'wc_last_active','1630540800'),(5722,41,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5736,41,'paying_customer','1'),(5789,89,'theme-min-version-notice-min-ver','4.11.8'),(5864,29,'wc_last_active','1761523200'),(5874,29,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(5877,29,'paying_customer','1'),(5900,22,'session_tokens','a:2:{s:64:\"acb3955949b50497adb0487876b3f54983ac8789cb6c74713192651467664a80\";a:4:{s:10:\"expiration\";i:1632858484;s:2:\"ip\";s:12:\"73.36.99.111\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1631648884;}s:64:\"b17f5acfefb2cb3f7ef3221349ab5bbcf803d78f6ea70970eec440eb017277ce\";a:4:{s:10:\"expiration\";i:1632859531;s:2:\"ip\";s:12:\"73.36.99.111\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8\";s:5:\"login\";i:1631649931;}}'),(5901,22,'wc_last_active','1631577600'),(5906,22,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(5913,22,'paying_customer','1'),(6025,2,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:133:\"woocommerce-shipment-tracking,woocommerce-order-actions,woocommerce-customer-history,woocommerce-order-source-data,wt_pdf_invoice_pro\";s:6:\"normal\";s:109:\"woocommerce-order-data,woocommerce-order-items,woocommerce-order-notes,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(6026,2,'screen_layout_shop_order','2'),(6092,94,'nickname','lca_forsyth'),(6093,94,'first_name','Dacy'),(6094,94,'last_name','Hitt'),(6095,94,'description',''),(6096,94,'rich_editing','true'),(6097,94,'syntax_highlighting','true'),(6098,94,'comment_shortcuts','false'),(6099,94,'admin_color','fresh'),(6100,94,'use_ssl','0'),(6101,94,'show_admin_bar_front','true'),(6102,94,'locale',''),(6103,94,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(6104,94,'wp_user_level','0'),(6105,94,'dismissed_wp_pointers',''),(6106,94,'last_update','1719683734'),(6112,94,'session_tokens','a:1:{s:64:\"1a1ef06a4256b9a9b5ac4deb0d70b6da9c1a206ea94e75d1e5258be3e72cee9d\";a:4:{s:10:\"expiration\";i:1719856367;s:2:\"ip\";s:13:\"99.56.189.117\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0\";s:5:\"login\";i:1719683567;}}'),(6113,94,'wc_last_active','1719619200'),(6277,5,'thwma_enable_multi_shipping','no'),(6285,46,'thwma_enable_multi_shipping',''),(6296,43,'thwma_enable_multi_shipping',''),(6304,77,'thwma_enable_multi_shipping',''),(6319,94,'thwma_enable_multi_shipping',''),(6320,94,'billing_first_name','Dacy'),(6321,94,'billing_last_name','Hitt'),(6322,94,'billing_address_1','8850 Penbrooke ct'),(6323,94,'billing_city','Cumming'),(6324,94,'billing_state','GA'),(6325,94,'billing_postcode','30028'),(6326,94,'billing_country','US'),(6327,94,'billing_email','dacy1016@gmail.com'),(6328,94,'billing_phone','7705965455'),(6329,94,'shipping_first_name','Dacy'),(6330,94,'shipping_last_name','Hitt'),(6331,94,'shipping_address_1','102 Mary Alice Park rd'),(6332,94,'shipping_address_2','Suite 503'),(6333,94,'shipping_city','Cumming'),(6334,94,'shipping_state','GA'),(6335,94,'shipping_postcode','30040'),(6336,94,'shipping_country','US'),(6337,94,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(6340,94,'paying_customer','1'),(6347,52,'thwma_enable_multi_shipping','no'),(6362,49,'thwma_enable_multi_shipping',''),(6374,3,'thwma_enable_multi_shipping',''),(6380,60,'thwma_enable_multi_shipping',''),(6401,59,'thwma_enable_multi_shipping',''),(6410,76,'thwma_enable_multi_shipping',''),(6421,71,'thwma_enable_multi_shipping',''),(6438,21,'thwma_enable_multi_shipping',''),(6445,13,'thwma_enable_multi_shipping',''),(6450,47,'thwma_enable_multi_shipping','no'),(6456,50,'thwma_enable_multi_shipping',''),(6459,78,'thwma_enable_multi_shipping',''),(6483,9,'thwma_enable_multi_shipping',''),(6495,87,'thwma_enable_multi_shipping',''),(6517,64,'thwma_enable_multi_shipping','no'),(6529,54,'thwma_enable_multi_shipping',''),(6540,25,'thwma_enable_multi_shipping','yes'),(6549,61,'thwma_enable_multi_shipping','yes'),(6556,26,'thwma_enable_multi_shipping',''),(6564,66,'thwma_enable_multi_shipping',''),(6568,36,'thwma_enable_multi_shipping','no'),(6583,58,'session_tokens','a:2:{s:64:\"1e5d189fbf6dae4797ccae92fc665ef8d36b1a24e4104c193da1dfd7094c3da9\";a:4:{s:10:\"expiration\";i:1704338300;s:2:\"ip\";s:14:\"107.115.177.53\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1704165500;}s:64:\"49a33b79996d613eaf76303cf548b6b0b7c4df6762f2bc3a8e4e19cb61be5ae1\";a:4:{s:10:\"expiration\";i:1704338301;s:2:\"ip\";s:14:\"107.115.177.53\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1704165501;}}'),(6586,58,'thwma_enable_multi_shipping',''),(6601,83,'thwma_enable_multi_shipping',''),(6636,67,'thwma_enable_multi_shipping',''),(6684,51,'thwma_enable_multi_shipping',''),(6699,28,'thwma_enable_multi_shipping','no'),(6705,11,'thwma_enable_multi_shipping',''),(6712,4,'thwma_enable_multi_shipping',''),(6718,37,'thwma_enable_multi_shipping',''),(6722,6,'thwma_enable_multi_shipping','no'),(6746,40,'thwma_enable_multi_shipping','no'),(6749,74,'session_tokens','a:1:{s:64:\"e40310e799bcebe0ce2530966e557d1842552f5ba3f5e6d890b94803f4a41379\";a:4:{s:10:\"expiration\";i:1671038098;s:2:\"ip\";s:13:\"74.82.231.115\";s:2:\"ua\";s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.62\";s:5:\"login\";i:1669828498;}}'),(6750,74,'wc_last_active','1669766400'),(6753,74,'thwma_enable_multi_shipping',''),(6754,74,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(6776,79,'thwma_enable_multi_shipping',''),(6794,2,'edit_shop_order_per_page','999'),(6813,7,'thwma_enable_multi_shipping',''),(6821,74,'paying_customer','1'),(6864,8,'thwma_enable_multi_shipping',''),(6908,55,'thwma_enable_multi_shipping',''),(6931,20,'thwma_enable_multi_shipping',''),(6937,31,'thwma_enable_multi_shipping',''),(6949,92,'thwma_enable_multi_shipping',''),(6956,17,'thwma_enable_multi_shipping',''),(7013,26,'session_tokens','a:1:{s:64:\"44434b2ba32f452365b368ffecc1abeb7ab5ef8d893af0a10542fe85232ec5fd\";a:4:{s:10:\"expiration\";i:1711986311;s:2:\"ip\";s:14:\"68.126.201.125\";s:2:\"ua\";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\";s:5:\"login\";i:1711813511;}}'),(7048,80,'thwma_enable_multi_shipping',''),(7071,23,'thwma_enable_multi_shipping',''),(7142,31,'shipping_method','a:1:{i:0;s:20:\"fedex:1:FEDEX_GROUND\";}'),(7164,23,'session_tokens','a:1:{s:64:\"7014f8776465844f487b234ceede2662404bf2c758a69eb1482361ddac14cd72\";a:4:{s:10:\"expiration\";i:1766689680;s:2:\"ip\";s:14:\"24.130.148.112\";s:2:\"ua\";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\";s:5:\"login\";i:1765480080;}}'),(7169,31,'paying_customer','1'),(7231,29,'thwma_enable_multi_shipping',''),(7248,73,'thwma_enable_multi_shipping',''),(7262,57,'thwma_enable_multi_shipping',''),(7357,48,'thwma_enable_multi_shipping',''),(7558,71,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(7600,63,'thwma_enable_multi_shipping',''),(8038,82,'shipping_phone',''),(8040,82,'wc_last_active','1764979200'),(8071,82,'thwma_enable_multi_shipping','no'),(8072,82,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(8093,82,'paying_customer','1'),(8098,95,'nickname','lca_orders'),(8099,95,'first_name',''),(8100,95,'last_name',''),(8101,95,'description',''),(8102,95,'rich_editing','true'),(8103,95,'syntax_highlighting','true'),(8104,95,'comment_shortcuts','false'),(8105,95,'admin_color','fresh'),(8106,95,'use_ssl','0'),(8107,95,'show_admin_bar_front','true'),(8108,95,'locale',''),(8109,95,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(8110,95,'wp_user_level','10'),(8111,95,'dismissed_wp_pointers',''),(8112,95,'last_update','1755031424'),(8116,95,'wc_last_active','1767216180'),(8118,95,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.540000000000006;s:8:\"line_tax\";d:0;}}}'),(8262,48,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8351,38,'session_tokens','a:1:{s:64:\"a3fa0fdca705dc610ddb9cace85cb19e2e12ee1d2790c002f832e1c88973ac54\";a:4:{s:10:\"expiration\";i:1704945939;s:2:\"ip\";s:14:\"67.165.234.205\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0\";s:5:\"login\";i:1704773139;}}'),(8352,38,'wc_last_active','1704758400'),(8355,38,'thwma_enable_multi_shipping',''),(8356,38,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(8359,38,'paying_customer','1'),(8445,15,'thwma_enable_multi_shipping','no'),(8552,96,'nickname','lca_desmoines'),(8553,96,'first_name','Jaimi'),(8554,96,'last_name','Anderson'),(8555,96,'description',''),(8556,96,'rich_editing','true'),(8557,96,'syntax_highlighting','true'),(8558,96,'comment_shortcuts','false'),(8559,96,'admin_color','fresh'),(8560,96,'use_ssl','0'),(8561,96,'show_admin_bar_front','true'),(8562,96,'locale',''),(8563,96,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(8564,96,'wp_user_level','0'),(8565,96,'dismissed_wp_pointers',''),(8566,96,'last_update','1763359011'),(8567,96,'default_password_nag',''),(8569,96,'wc_last_active','1763337600'),(8573,96,'thwma_enable_multi_shipping',''),(8574,96,'billing_first_name','Jaimi'),(8575,96,'billing_last_name','Anderson'),(8576,96,'billing_company','Lice Clinics of America - Des Moines'),(8577,96,'billing_address_1','4810 Ingersoll Ave'),(8578,96,'billing_city','Des Moines'),(8579,96,'billing_state','IA'),(8580,96,'billing_postcode','50312'),(8581,96,'billing_country','US'),(8582,96,'billing_email','j.m.licesolutions@gmail.com'),(8583,96,'billing_phone','5159710667'),(8584,96,'shipping_first_name','Jaimi'),(8585,96,'shipping_last_name','Anderson'),(8586,96,'shipping_address_1','6900 University Ave.'),(8587,96,'shipping_city','Windsor Heights'),(8588,96,'shipping_state','IA'),(8589,96,'shipping_postcode','50324'),(8590,96,'shipping_country','US'),(8591,96,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(8671,54,'acfw_store_credit_balance','0'),(8673,11,'acfw_store_credit_balance','0'),(8705,89,'_wc_plugin_framework_memberships_dismissed_messages','a:3:{s:23:\"membership-plan-created\";b:1;s:23:\"user-membership-created\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;}'),(8712,17,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8715,96,'acfw_store_credit_balance','0'),(8716,96,'paying_customer','1'),(8723,6,'acfw_store_credit_balance','0'),(8726,79,'acfw_store_credit_balance','0'),(8732,55,'acfw_store_credit_balance','0'),(8737,3,'acfw_store_credit_balance','0'),(8744,36,'acfw_store_credit_balance','0'),(8752,25,'acfw_store_credit_balance','0'),(8754,87,'acfw_store_credit_balance','0'),(8758,5,'acfw_store_credit_balance','0'),(8762,40,'acfw_store_credit_balance','0'),(8768,83,'acfw_store_credit_balance','0'),(8769,77,'acfw_store_credit_balance','0'),(8783,61,'acfw_store_credit_balance','0'),(8786,66,'acfw_store_credit_balance','0'),(8789,26,'acfw_store_credit_balance','0'),(8801,7,'acfw_store_credit_balance','0'),(8812,28,'acfw_store_credit_balance','0'),(8814,51,'acfw_store_credit_balance','0'),(8818,80,'acfw_store_credit_balance','0'),(8824,37,'acfw_store_credit_balance','0'),(8831,59,'acfw_store_credit_balance','0'),(8842,21,'acfw_store_credit_balance','0'),(8846,76,'acfw_store_credit_balance','0'),(8855,47,'acfw_store_credit_balance','0'),(8860,57,'acfw_store_credit_balance','0'),(8864,46,'acfw_store_credit_balance','0'),(8876,43,'acfw_store_credit_balance','0'),(8879,80,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(8884,64,'acfw_store_credit_balance','0'),(8885,4,'acfw_store_credit_balance','0'),(8906,49,'acfw_store_credit_balance','0'),(8910,50,'acfw_store_credit_balance','0'),(8933,58,'acfw_store_credit_balance','0'),(8942,78,'acfw_store_credit_balance','0'),(8951,39,'acfw_store_credit_balance','0'),(8955,60,'acfw_store_credit_balance','0'),(8964,94,'acfw_store_credit_balance','0'),(8981,52,'acfw_store_credit_balance','0'),(9007,36,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"44bd1d1d35999f3d3462ccec11d5eb30\";a:8:{s:10:\"unique_key\";s:32:\"1d542a960d58c0344982dbd74403a558\";s:4:\"time\";s:10:\"08:48:35pm\";s:3:\"key\";s:32:\"44bd1d1d35999f3d3462ccec11d5eb30\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(9041,67,'acfw_store_credit_balance','0'),(9071,20,'acfw_store_credit_balance','0'),(9116,73,'acfw_store_credit_balance','0'),(9141,29,'acfw_store_credit_balance','0'),(9144,63,'acfw_store_credit_balance','0'),(9210,92,'acfw_store_credit_balance','0'),(9272,8,'acfw_store_credit_balance','0'),(9283,2,'dismissed_download_directories_sync_complete_notice','1'),(9319,84,'acfw_store_credit_balance','0'),(9320,84,'thwma_enable_multi_shipping','no'),(9330,38,'acfw_store_credit_balance','0'),(9411,2,'acfw_store_credit_balance','0'),(9412,2,'thwma_enable_multi_shipping','yes'),(9445,74,'acfw_store_credit_balance','0'),(9464,97,'nickname','felix.pena'),(9465,97,'first_name','Felix'),(9466,97,'last_name','Pena'),(9467,97,'description',''),(9468,97,'rich_editing','true'),(9469,97,'syntax_highlighting','true'),(9470,97,'comment_shortcuts','false'),(9471,97,'admin_color','fresh'),(9472,97,'use_ssl','0'),(9473,97,'show_admin_bar_front','true'),(9474,97,'locale',''),(9475,97,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(9476,97,'wp_user_level','0'),(9477,97,'acfw_store_credit_balance','0'),(9478,97,'dismissed_wp_pointers',''),(9479,97,'last_update','1659017429'),(9509,74,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9556,55,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9660,2,'elementor_admin_notices','a:6:{s:20:\"experiment_promotion\";s:4:\"true\";s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:7:\"3.25.11\";}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:31:\"elementor-pro-forms-submissions\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:30:\"tracker_last_update_2025-07-07\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:25:\"plugin_image_optimization\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(9698,82,'acfw_store_credit_balance','0'),(9723,39,'thwma_enable_multi_shipping','no'),(9771,51,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(9992,86,'acfw_store_credit_balance','0'),(9993,86,'thwma_enable_multi_shipping',''),(10146,2,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10152,50,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10154,64,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10158,57,'ast-minimum-addon-version-notice-min-ver','3.9.2'),(10160,23,'ast-minimum-addon-version-notice-min-ver','3.9.2'),(10164,52,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(10166,77,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10168,96,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10173,47,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10179,7,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(10189,40,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(10485,86,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(10506,89,'elementor_admin_notices','a:2:{s:20:\"experiment_promotion\";s:4:\"true\";s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:7:\"3.25.10\";}}}'),(10633,15,'acfw_store_credit_balance','0'),(10763,79,'shipping_phone',''),(10963,15,'session_tokens','a:1:{s:64:\"061b56d1bca21283dcfcad17369f74a9e54cae1147619acc276855232074e9b6\";a:4:{s:10:\"expiration\";i:1762098696;s:2:\"ip\";s:13:\"3.129.209.167\";s:2:\"ua\";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\";s:5:\"login\";i:1761925896;}}'),(11207,43,'_woocommerce_tracks_anon_id','woo:qsDkBSTu8RDtoR6guHCmOpaY'),(11249,95,'wp_dashboard_quick_press_last_post_id','184415'),(11250,95,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.224.194.0\";}'),(11258,8,'_woocommerce_tracks_anon_id','woo:rrmBEv6+UQiZIEBem09XpWiv'),(11276,26,'_woocommerce_tracks_anon_id','woo:9hnTQPCrTeYCcSm82YBWru/7'),(11284,76,'_woocommerce_tracks_anon_id','woo:68gD3ROTPLBZo5SStj7XMahm'),(11314,59,'_woocommerce_tracks_anon_id','woo:0OZxCvln3DllKXU4DIJbrO/y'),(11351,60,'_woocommerce_tracks_anon_id','woo:qCsRUH1JdQflEQFiasXrQgli'),(11398,4,'_woocommerce_tracks_anon_id','woo:JGVy0BjDZDhjkaLdLEuvM729'),(11413,50,'_woocommerce_tracks_anon_id','woo:hN1VzrizvKMxLoIHV+BjXVxF'),(11416,98,'nickname','lca_dublin'),(11417,98,'first_name','Christine'),(11418,98,'last_name','Cherry (Dublin)'),(11419,98,'description',''),(11420,98,'rich_editing','true'),(11421,98,'syntax_highlighting','true'),(11422,98,'comment_shortcuts','false'),(11423,98,'admin_color','fresh'),(11424,98,'use_ssl','0'),(11425,98,'show_admin_bar_front','true'),(11426,98,'locale',''),(11427,98,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11428,98,'wp_user_level','0'),(11429,98,'acfw_store_credit_balance','0'),(11430,98,'dismissed_wp_pointers',''),(11431,98,'last_update','1765204516'),(11441,98,'wc_last_active','1765238400'),(11444,98,'thwma_enable_multi_shipping',''),(11445,98,'billing_first_name','Christine'),(11446,98,'billing_last_name','Cherry'),(11447,98,'billing_company','NITS END'),(11448,98,'billing_address_1','PO BOX 1092'),(11449,98,'billing_city','Campton'),(11450,98,'billing_state','NH'),(11451,98,'billing_postcode','03223'),(11452,98,'billing_country','US'),(11453,98,'billing_email','christine@liceclinicscolumbus.com'),(11454,98,'billing_phone','16034983390'),(11455,98,'shipping_first_name','Erica'),(11456,98,'shipping_last_name','Froggatt'),(11457,98,'shipping_company','LCA - Nits End / 149091'),(11458,98,'shipping_address_1','5910 Wilcox Pl'),(11459,98,'shipping_address_2','suite E'),(11460,98,'shipping_city','Dublin'),(11461,98,'shipping_state','OH'),(11462,98,'shipping_postcode','43016'),(11463,98,'shipping_country','US'),(11464,98,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(11465,98,'paying_customer','1'),(11509,96,'_woocommerce_tracks_anon_id','woo:0TDU8FXVz6A8f2rwHlekZrLR'),(11526,96,'billing_address_2','3'),(11527,96,'shipping_company','Lice Clinics of America - Des Moines'),(11528,96,'shipping_address_2','Ste 120'),(11529,96,'shipping_phone',''),(11546,21,'_woocommerce_tracks_anon_id','woo:jCIKsahQ/bd5RDmo9xTJPatf'),(11552,99,'nickname','skyverge'),(11553,99,'first_name',''),(11554,99,'last_name',''),(11555,99,'description',''),(11556,99,'rich_editing','true'),(11557,99,'syntax_highlighting','true'),(11558,99,'comment_shortcuts','false'),(11559,99,'admin_color','fresh'),(11560,99,'use_ssl','0'),(11561,99,'show_admin_bar_front','true'),(11562,99,'locale',''),(11563,99,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11564,99,'wp_user_level','10'),(11565,99,'acfw_store_credit_balance','0'),(11566,99,'dismissed_wp_pointers',''),(11567,99,'last_update','1690726068'),(11574,24,'session_tokens','a:1:{s:64:\"81260705cab40a6edf2f931521e312dacb1aadf1b2594f73aa9bf6fb18509680\";a:4:{s:10:\"expiration\";i:1690996862;s:2:\"ip\";s:14:\"76.143.232.251\";s:2:\"ua\";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\";s:5:\"login\";i:1690824062;}}'),(11575,24,'wc_last_active','1690761600'),(11577,24,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(11578,24,'acfw_store_credit_balance','0'),(11579,24,'thwma_enable_multi_shipping',''),(11605,57,'_woocommerce_tracks_anon_id','woo:NZx68IBeCjPPSB+0JCinKz2G'),(11739,98,'_woocommerce_tracks_anon_id','woo:3ATHNVpComUUUfVuvuArR4T1'),(11806,2,'announcements_user_counter','1'),(11833,64,'_woocommerce_tracks_anon_id','woo:quOXVTFMRsCpuXDJEKbGQf3o'),(11879,66,'_woocommerce_tracks_anon_id','woo:eAJpRdi9VFRTyWYpuoZYabPX'),(11944,100,'nickname','lca_sunnyvale'),(11945,100,'first_name','Michael'),(11946,100,'last_name','Beckman'),(11947,100,'description',''),(11948,100,'rich_editing','true'),(11949,100,'syntax_highlighting','true'),(11950,100,'comment_shortcuts','false'),(11951,100,'admin_color','fresh'),(11952,100,'use_ssl','0'),(11953,100,'show_admin_bar_front','true'),(11954,100,'locale',''),(11955,100,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11956,100,'wp_user_level','0'),(11957,100,'acfw_store_credit_balance','0'),(11958,100,'dismissed_wp_pointers',''),(11959,100,'last_update','1765820215'),(11961,101,'nickname','lca_rome'),(11962,101,'first_name','Jeff'),(11963,101,'last_name','Mauer'),(11964,101,'description',''),(11965,101,'rich_editing','true'),(11966,101,'syntax_highlighting','true'),(11967,101,'comment_shortcuts','false'),(11968,101,'admin_color','fresh'),(11969,101,'use_ssl','0'),(11970,101,'show_admin_bar_front','true'),(11971,101,'locale',''),(11972,101,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(11973,101,'wp_user_level','0'),(11974,101,'acfw_store_credit_balance','0'),(11975,101,'dismissed_wp_pointers',''),(11976,101,'last_update','1754596608'),(11978,101,'session_tokens','a:1:{s:64:\"e78bc75cab20d097063f9754a803c8cea0876a63d78d2c3f8e1fce53b507f049\";a:4:{s:10:\"expiration\";i:1762541923;s:2:\"ip\";s:14:\"67.166.208.225\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0\";s:5:\"login\";i:1762369123;}}'),(11979,101,'wc_last_active','1762300800'),(11982,101,'thwma_enable_multi_shipping',''),(11983,101,'billing_first_name','Misty'),(11984,101,'billing_last_name','Nelson'),(11985,101,'billing_company','Lice Clinics of America Rome'),(11986,101,'billing_address_1','1400 Crane Street'),(11987,101,'billing_address_2','Suite 116'),(11988,101,'billing_city','Rome'),(11989,101,'billing_state','GA'),(11990,101,'billing_postcode','30161'),(11991,101,'billing_country','US'),(11992,101,'billing_email','misty@liceclinicsrome.com'),(11993,101,'billing_phone','7065037813'),(11994,101,'shipping_first_name','Misty'),(11995,101,'shipping_last_name','Nelson'),(11996,101,'shipping_company','Lice Clinics of America Rome'),(11997,101,'shipping_address_1','1400 Crane Street'),(11998,101,'shipping_address_2','Suite 116'),(11999,101,'shipping_city','Rome'),(12000,101,'shipping_state','GA'),(12001,101,'shipping_postcode','30161'),(12002,101,'shipping_country','US'),(12003,101,'shipping_method','a:1:{i:0;s:15:\"free_shipping:2\";}'),(12004,101,'_woocommerce_tracks_anon_id','woo:ySfhf5FH3ADiz64JN2/u87Fr'),(12016,100,'session_tokens','a:1:{s:64:\"ca92ace3f64f1b5d079f107606c404d3a7d9f85a235276d3693b90ff83809974\";a:4:{s:10:\"expiration\";i:1765992582;s:2:\"ip\";s:14:\"72.159.157.115\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";s:5:\"login\";i:1765819782;}}'),(12017,100,'wc_last_active','1765820215'),(12026,101,'paying_customer','1'),(12047,100,'thwma_enable_multi_shipping',''),(12048,100,'billing_first_name','Michael'),(12049,100,'billing_last_name','Beckman'),(12050,100,'billing_address_1','921 Moraga Ave'),(12051,100,'billing_address_2',''),(12052,100,'billing_city','Piedmont'),(12053,100,'billing_state','CA'),(12054,100,'billing_postcode','94611'),(12055,100,'billing_country','US'),(12056,100,'billing_email','licetoknowyou@gmail.com'),(12057,100,'billing_phone','8585314583'),(12058,100,'shipping_first_name','Chelsey'),(12059,100,'shipping_last_name','Watkins'),(12060,100,'shipping_company','Lice Clinics of America - Sunnyvale'),(12061,100,'shipping_address_1','958 Redmond ave'),(12062,100,'shipping_city','San Jose'),(12063,100,'shipping_state','CA'),(12064,100,'shipping_postcode','95120'),(12065,100,'shipping_country','US'),(12066,100,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(12067,100,'paying_customer','1'),(12118,5,'_woocommerce_tracks_anon_id','woo:59j2BJT8y9uluZQmFwZLXUM+'),(12167,94,'billing_company','LCA'),(12168,94,'shipping_company','LCA'),(12212,25,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";a:15:{s:10:\"unique_key\";s:32:\"3b91db323dcd5b496db9bfc6d439bac0\";s:4:\"time\";s:10:\"10:07:11pm\";s:3:\"key\";s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:199.44;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:199.44;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}s:22:\"thwma_shipping_methods\";a:1:{s:28:\"fedex:1:GROUND_HOME_DELIVERY\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"41\";s:8:\"cart_key\";s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";s:15:\"cart_unique_key\";s:32:\"3b91db323dcd5b496db9bfc6d439bac0\";s:9:\"item_name\";s:38:\"Professional Lice Comb<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"2\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:6:\"Blaine\";s:9:\"last_name\";s:6:\"Tyrone\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:13:\"529 N Main St\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Picayune\";s:5:\"state\";s:2:\"MS\";s:8:\"postcode\";s:5:\"39466\";}s:13:\"custom_fields\";a:0:{}}}}}}'),(12227,100,'shipping_address_2',''),(12245,20,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12251,76,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12256,87,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12258,90,'shipping_phone',''),(12268,82,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12271,66,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12277,95,'_woocommerce_tracks_anon_id','woo:LkyXEBiI6ITzOdqCzRqWyzTv'),(12278,95,'ast-minimum-addon-version-notice-min-ver','4.4.0'),(12280,8,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12283,67,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12286,60,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12293,3,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12302,11,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12306,78,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12318,6,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12326,100,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12331,54,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12337,90,'session_tokens','a:2:{s:64:\"7936dd63a201139a7e97693e51ac1a17cb2916abd4dbbbefb10003813847155f\";a:4:{s:10:\"expiration\";i:1762785119;s:2:\"ip\";s:12:\"75.33.85.155\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0\";s:5:\"login\";i:1761575519;}s:64:\"5c248e77947696858449496083ec1f40b3dcaf928a6376ace820e0e8813f68c1\";a:4:{s:10:\"expiration\";i:1763742135;s:2:\"ip\";s:12:\"75.48.216.88\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36 Edg/141.0.0.0\";s:5:\"login\";i:1762532535;}}'),(12338,90,'wc_last_active','1762473600'),(12341,90,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12342,90,'acfw_store_credit_balance','0'),(12343,90,'thwma_enable_multi_shipping',''),(12344,90,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(12345,90,'paying_customer','1'),(12346,3,'_woocommerce_tracks_anon_id','woo:YpPdd87p8f3Lf9NQZU1a158Z'),(12351,89,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12357,5,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12360,79,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12362,98,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12367,37,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12394,29,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12398,61,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12407,2,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";a:15:{s:10:\"unique_key\";s:32:\"bb4c6a37e1b9a0e2f251c880dfe6a469\";s:4:\"time\";s:10:\"04:46:08pm\";s:3:\"key\";s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:497.27999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:472.41000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";s:2:\"38\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_7142\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_2\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";}s:22:\"thwma_shipping_methods\";a:1:{s:19:\"fedex:1:FEDEX_2_DAY\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"38\";s:8:\"cart_key\";s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";s:15:\"cart_unique_key\";s:32:\"bb4c6a37e1b9a0e2f251c880dfe6a469\";s:9:\"item_name\";s:39:\"Active Rinse 16oz 50/50<br>(Case of 16)\";s:13:\"item_quantity\";s:1:\"5\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:15:\"806 Friars Lane\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Baytown\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77521\";}s:13:\"custom_fields\";a:0:{}}}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130.22999999999999;s:8:\"line_tax\";d:0;}}}'),(12408,64,'session_tokens','a:1:{s:64:\"91360c8d0bbdbf7e746863fcfe48f0a6348b63eabe9f514652680144a2ed9bc1\";a:4:{s:10:\"expiration\";i:1710121437;s:2:\"ip\";s:11:\"98.97.57.77\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709948637;}}'),(12417,49,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12422,94,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12439,43,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12443,4,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12459,39,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12490,59,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12492,83,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12519,15,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12527,46,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12537,89,'elementor_introduction','a:1:{s:6:\"e-apps\";b:1;}'),(12553,28,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12578,90,'_woocommerce_tracks_anon_id','woo:xBNBEtUUuPtbYsBoFckx0zOK'),(12580,21,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12597,96,'session_tokens','a:3:{s:64:\"68f04c12ba94d927b9232e2e93e9974f39c890d8dee8fd7e804cdd81f9ab8889\";a:4:{s:10:\"expiration\";i:1763529408;s:2:\"ip\";s:13:\"166.181.83.91\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0\";s:5:\"login\";i:1763356608;}s:64:\"b843f8bb31b3efb04b133bf5402fb183df76326296bcc2d64fa03297691bc406\";a:4:{s:10:\"expiration\";i:1763529411;s:2:\"ip\";s:13:\"166.181.83.91\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0\";s:5:\"login\";i:1763356611;}s:64:\"8f5e1e4671178dc75a545f7a05abd082a51572974de1bff13f3fd8522d376711\";a:4:{s:10:\"expiration\";i:1763583930;s:2:\"ip\";s:14:\"166.181.86.215\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0\";s:5:\"login\";i:1763411130;}}'),(12626,26,'ast-minimum-addon-version-notice-min-ver','4.6.4'),(12665,26,'shipping_phone',''),(12706,58,'ast-minimum-addon-version-notice-min-ver','4.5.0'),(12743,38,'ast-minimum-addon-version-notice-min-ver','4.5.0'),(12744,38,'_woocommerce_tracks_anon_id','woo:ZBigm8QFqRknPAtjmA52qvdi'),(12815,94,'_woocommerce_tracks_anon_id','woo:ghixkzFWZEuCswwb/CSfuXeV'),(12828,20,'_woocommerce_tracks_anon_id','woo:qvaM6igjJiRKR7whCDKZfzEx'),(12839,61,'_woocommerce_tracks_anon_id','woo:V+a+Ixr+Ehc4vpZehEHa90UB'),(12841,46,'_woocommerce_tracks_anon_id','woo:BpwHPvw8lGWcLr3Qty2uROG3'),(12849,39,'_woocommerce_tracks_anon_id','woo:wl2RHryLYRttc/cnpYCY7J1Y'),(12858,77,'_woocommerce_tracks_anon_id','woo:EDIUQy8G+tZKvvrmadl/DWbY'),(12862,100,'_woocommerce_tracks_anon_id','woo:ePbjMMjAwchYvgSPlX2Ol2En'),(12868,83,'_woocommerce_tracks_anon_id','woo:DRMJMlx6je6HAFXLyZNRZMD/'),(12879,78,'_woocommerce_tracks_anon_id','woo:bK1eoW5zeP/vC/OKa99t/l3w'),(12882,101,'ast-minimum-addon-version-notice-min-ver','4.6.0'),(12883,101,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"c7d163bcfd95c58b7a16dfbef43ed536\";a:14:{s:10:\"unique_key\";s:32:\"1fb5652807a85a86cfe19349c4a0e750\";s:4:\"time\";s:10:\"05:50:21pm\";s:3:\"key\";s:32:\"c7d163bcfd95c58b7a16dfbef43ed536\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:58.799999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:58.799999999999997;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"90f2a40b041a7988f7e1c6a406c24c6c\";a:13:{s:10:\"unique_key\";s:32:\"284be47ada7d43b597f10d0e2ebed11d\";s:4:\"time\";s:10:\"02:41:55pm\";s:3:\"key\";s:32:\"90f2a40b041a7988f7e1c6a406c24c6c\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;}s:32:\"e5bd6d15bb16cadb2f739d1672f6a3b1\";a:13:{s:10:\"unique_key\";s:32:\"54ba5bb9ed576098f130144a323d1d4e\";s:4:\"time\";s:10:\"02:42:25pm\";s:3:\"key\";s:32:\"e5bd6d15bb16cadb2f739d1672f6a3b1\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:214.19999999999999;s:8:\"line_tax\";d:0;}s:32:\"55cd4a069bfc6d26a77fe8f751176bde\";a:13:{s:10:\"unique_key\";s:32:\"cac4e20a693fa1dffbb9524020ed33af\";s:4:\"time\";s:10:\"02:43:37pm\";s:3:\"key\";s:32:\"55cd4a069bfc6d26a77fe8f751176bde\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165;s:8:\"line_tax\";d:0;}}}'),(12886,6,'_woocommerce_tracks_anon_id','woo:zflVwh7FeVTz56Rp07bvpciq'),(12890,79,'_woocommerce_tracks_anon_id','woo:29zLs1kUL9rQNajjUmQ5ahoA'),(12905,7,'_woocommerce_tracks_anon_id','woo:b+Ble187sGk49C/vLG6W1Cc3'),(12926,47,'_woocommerce_tracks_anon_id','woo:mnPPaivU/y3mLAw+bHq4FqSD'),(12935,52,'_woocommerce_tracks_anon_id','woo:HXqoUlrmN12YBeMfhgLlHuvh'),(12938,11,'_woocommerce_tracks_anon_id','woo:IJLX/94BVknrFESQj0Ok0pmY'),(12979,29,'_woocommerce_tracks_anon_id','woo:KQmspAr66YUZyr7wtsEXUXEt'),(12996,47,'thwma_custom_address','a:3:{s:8:\"shipping\";a:5:{s:9:\"address_0\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:11:\"LCA SA WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:18:\"6391 De Zavala Rd.\";s:18:\"shipping_address_2\";s:4:\"#222\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_1\";a:10:{s:16:\"shipping_heading\";s:20:\"LCA San Antonio West\";s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio West\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"6391 De Zavala Rd\";s:18:\"shipping_address_2\";s:4:\"#222\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";}s:9:\"address_2\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"6391 De Zavala\";s:18:\"shipping_address_2\";s:10:\"Suite 2205\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_3\";a:10:{s:16:\"shipping_heading\";s:0:\"\";s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:20:\"LCA San Antonio EAST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:13:\"19115 FM 2252\";s:18:\"shipping_address_2\";s:8:\"Suite 17\";s:13:\"shipping_city\";s:12:\"Garden Ridge\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78266\";}s:9:\"address_4\";a:10:{s:19:\"shipping_first_name\";s:5:\"Tracy\";s:18:\"shipping_last_name\";s:8:\"Copeland\";s:16:\"shipping_company\";s:31:\"Lice Clinics of America SA WEST\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"6391 De Zavala Rd\";s:18:\"shipping_address_2\";s:10:\"Suite 2205\";s:13:\"shipping_city\";s:11:\"San Antonio\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"78249\";s:16:\"shipping_heading\";s:0:\"\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Tracy\";s:17:\"billing_last_name\";s:8:\"Copeland\";s:15:\"billing_company\";s:20:\"LCA San Antonio WEST\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"14223 Silverhollow\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:11:\"San Antonio\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"78232\";s:13:\"billing_phone\";s:10:\"2103135033\";s:13:\"billing_email\";s:32:\"info@liceclinicsofsanantonio.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_2\";}'),(13011,2,'ast-minimum-addon-version-notice','notice-dismissed'),(13021,87,'_woocommerce_tracks_anon_id','woo:Te13xSbTEAB3otyT+C7HWiR5'),(13030,67,'_woocommerce_tracks_anon_id','woo:j2zo01CAKqwqNF1/Y/CfXZEw'),(13042,54,'_woocommerce_tracks_anon_id','woo:oGUJRoRavwOs04xX8TcIY8by'),(13047,28,'_woocommerce_tracks_anon_id','woo:vm+oV6MTyyjNt4pKGU7upb+W'),(13059,49,'_woocommerce_tracks_anon_id','woo:dBvZU4zRF5AbxGGVsLupCXje'),(13065,37,'_woocommerce_tracks_anon_id','woo:6YCPHV4U4dcN4lPzYmcR7t25'),(13069,15,'_woocommerce_tracks_anon_id','woo:yN+7mod7xM10CRVe0TYSakd4'),(13144,64,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13192,28,'session_tokens','a:1:{s:64:\"cbd18a80e22094375abc2979b5db628a3e01c501830377bcb9e76dd1bfd008b3\";a:4:{s:10:\"expiration\";i:1720987277;s:2:\"ip\";s:15:\"172.115.255.171\";s:2:\"ua\";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\";s:5:\"login\";i:1720814477;}}'),(13268,26,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13278,50,'shipping_phone',''),(13280,102,'nickname','woo_support'),(13281,102,'first_name',''),(13282,102,'last_name',''),(13283,102,'description',''),(13284,102,'rich_editing','true'),(13285,102,'syntax_highlighting','true'),(13286,102,'comment_shortcuts','false'),(13287,102,'admin_color','fresh'),(13288,102,'use_ssl','0'),(13289,102,'show_admin_bar_front','true'),(13290,102,'locale',''),(13291,102,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13292,102,'wp_user_level','10'),(13293,102,'acfw_store_credit_balance','0'),(13294,102,'dismissed_wp_pointers',''),(13295,102,'last_update','1712855833'),(13296,102,'session_tokens','a:1:{s:64:\"849abb79924eea598d09b1bbce51189800521bed4d83c83db1dbbf8ad9f0d8aa\";a:4:{s:10:\"expiration\";i:1713028815;s:2:\"ip\";s:11:\"68.93.134.8\";s:2:\"ua\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0\";s:5:\"login\";i:1712856015;}}'),(13297,102,'wc_last_active','1712793600'),(13299,102,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"ffcdbdcc4c07c962befacb636925f01c\";a:13:{s:10:\"unique_key\";s:32:\"8650e722c4cfc7cb48726906dca3e48d\";s:4:\"time\";s:10:\"05:24:15pm\";s:3:\"key\";s:32:\"ffcdbdcc4c07c962befacb636925f01c\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165.75999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:165.75999999999999;s:8:\"line_tax\";d:0;}}}'),(13300,102,'_woocommerce_tracks_anon_id','woo:YtamkPDBo7PBgKz5rlx5ZAoP'),(13301,102,'wp_dashboard_quick_press_last_post_id','2573'),(13302,102,'elementor_introduction','a:1:{s:6:\"e-apps\";b:1;}'),(13303,102,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(13304,102,'thwma_enable_multi_shipping',''),(13305,102,'_wc_memberships_show_admin_restricted_content_notice','no'),(13338,82,'_woocommerce_tracks_anon_id','woo:VA0MWM20bamX2t87LhiikDdt'),(13366,103,'nickname','lca_norway'),(13367,103,'first_name','Anja'),(13368,103,'last_name','Dahl'),(13369,103,'description',''),(13370,103,'rich_editing','true'),(13371,103,'syntax_highlighting','true'),(13372,103,'comment_shortcuts','false'),(13373,103,'admin_color','fresh'),(13374,103,'use_ssl','0'),(13375,103,'show_admin_bar_front','true'),(13376,103,'locale',''),(13377,103,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(13378,103,'wp_user_level','0'),(13379,103,'acfw_store_credit_balance','0'),(13380,103,'dismissed_wp_pointers',''),(13381,103,'last_update','1712851886'),(13382,103,'session_tokens','a:2:{s:64:\"94f05815d6c7e3c845a5c7ba2c05ed500e2b3d1a75c3a546bbdbff360f0f472f\";a:4:{s:10:\"expiration\";i:1713024751;s:2:\"ip\";s:14:\"174.171.95.224\";s:2:\"ua\";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\";s:5:\"login\";i:1712851951;}s:64:\"9d60e36e44110cc25619a66483cd8937b0584730e3d4f572d81a01a0afbbc1c6\";a:4:{s:10:\"expiration\";i:1713029431;s:2:\"ip\";s:14:\"174.171.95.224\";s:2:\"ua\";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\";s:5:\"login\";i:1712856631;}}'),(13383,103,'wc_last_active','1712793600'),(13385,103,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13386,103,'thwma_enable_multi_shipping',''),(13388,102,'billing_first_name',''),(13389,102,'billing_last_name',''),(13390,102,'billing_company',''),(13391,102,'billing_address_1',''),(13392,102,'billing_address_2',''),(13393,102,'billing_city',''),(13394,102,'billing_postcode',''),(13395,102,'billing_country',''),(13396,102,'billing_state',''),(13397,102,'billing_phone',''),(13398,102,'billing_email','woologin@woocommerce.com'),(13399,102,'shipping_first_name',''),(13400,102,'shipping_last_name',''),(13401,102,'shipping_company',''),(13402,102,'shipping_address_1',''),(13403,102,'shipping_address_2',''),(13404,102,'shipping_city',''),(13405,102,'shipping_postcode',''),(13406,102,'shipping_country',''),(13407,102,'shipping_state',''),(13408,102,'shipping_phone',''),(13422,49,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13522,2,'dismissed_woo_updater_not_installed_notice','1'),(13543,104,'nickname','lca_kelvin'),(13544,104,'first_name','Kelvin'),(13545,104,'last_name','Fencil'),(13546,104,'description',''),(13547,104,'rich_editing','true'),(13548,104,'syntax_highlighting','true'),(13549,104,'comment_shortcuts','false'),(13550,104,'admin_color','fresh'),(13551,104,'use_ssl','0'),(13552,104,'show_admin_bar_front','true'),(13553,104,'locale',''),(13554,104,'wp_capabilities','a:1:{s:12:\"shop_manager\";b:1;}'),(13555,104,'wp_user_level','9'),(13556,104,'acfw_store_credit_balance','0'),(13557,104,'dismissed_wp_pointers',''),(13558,104,'last_update','1755031184'),(13563,104,'session_tokens','a:1:{s:64:\"02ec948cd9dbfa67da8d26fb0a82a4fb54bf4cab90bbaa6fbe143b5b32d00aed\";a:4:{s:10:\"expiration\";i:1759420068;s:2:\"ip\";s:11:\"79.122.8.97\";s:2:\"ua\";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\";s:5:\"login\";i:1759247268;}}'),(13564,104,'wc_last_active','1759190400'),(13566,104,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(13569,39,'shipping_phone',''),(13570,57,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"6d8fc13637ac287446cf4d3ef0a7f48f\";a:8:{s:10:\"unique_key\";s:32:\"708f5cb510b8cb7fa73885aee12e615d\";s:4:\"time\";s:10:\"09:58:58pm\";s:3:\"key\";s:32:\"6d8fc13637ac287446cf4d3ef0a7f48f\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(13624,65,'acfw_store_credit_balance','0'),(13625,65,'thwma_enable_multi_shipping',''),(13626,65,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(13627,65,'_woocommerce_tracks_anon_id','woo:jlI56qOKcYVdJNOYpTEer2FR'),(13653,89,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(13656,105,'nickname','lca_nashville'),(13657,105,'first_name','Joe'),(13658,105,'last_name','West'),(13659,105,'description',''),(13660,105,'rich_editing','true'),(13661,105,'syntax_highlighting','true'),(13662,105,'comment_shortcuts','false'),(13663,105,'admin_color','fresh'),(13664,105,'use_ssl','0'),(13665,105,'show_admin_bar_front','true'),(13666,105,'locale',''),(13667,105,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(13668,105,'wp_user_level','0'),(13669,105,'acfw_store_credit_balance','0'),(13670,105,'dismissed_wp_pointers',''),(13671,105,'last_update','1765475338'),(13738,105,'wc_last_active','1765411200'),(13768,21,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:7:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:11:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:73.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}}}'),(13852,89,'session_tokens','a:1:{s:64:\"92936d66b5324d8d507b3ec906a9e5ffc60e6773dcbf5113de273582d44162b9\";a:4:{s:10:\"expiration\";i:1765986502;s:2:\"ip\";s:13:\"202.69.149.10\";s:2:\"ua\";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\";s:5:\"login\";i:1765813702;}}'),(13854,20,'shipping_phone',''),(13868,95,'theme-min-version-notice-min-ver','4.11.8'),(13869,95,'_wc_plugin_framework_memberships_dismissed_messages','a:4:{s:23:\"membership-plan-created\";b:1;s:40:\"wc-memberships-members-directory-enabled\";b:1;s:23:\"user-membership-created\";b:1;s:20:\"wc_memberships_setup\";b:1;}'),(13870,95,'elementor_admin_notices','a:3:{s:20:\"experiment_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.24.2\";}}s:21:\"site_mailer_promotion\";a:2:{s:9:\"is_viewed\";b:1;s:4:\"meta\";a:0:{}}}'),(13872,95,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(13873,95,'closedpostboxes_page','a:1:{i:0;s:23:\"astra_settings_meta_box\";}'),(13874,95,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}'),(13908,105,'thwma_enable_multi_shipping',''),(13909,105,'billing_first_name','Joseph'),(13910,105,'billing_last_name','West'),(13911,105,'billing_company','MAJESTIC PEACOCK LLC'),(13912,105,'billing_address_1','615 Crofton Park Ln'),(13913,105,'billing_city','Franklin'),(13914,105,'billing_state','TN'),(13915,105,'billing_postcode','37069'),(13916,105,'billing_country','US'),(13917,105,'billing_email','info@nashville.liceclinicsofamerica.com'),(13918,105,'billing_phone','8042184232'),(13919,105,'shipping_first_name','Joseph'),(13920,105,'shipping_last_name','West'),(13921,105,'shipping_company','LCA - Williamson County'),(13922,105,'shipping_address_1','330 Mallory Station Rd'),(13923,105,'shipping_city','Franklin'),(13924,105,'shipping_state','TN'),(13925,105,'shipping_postcode','37067'),(13926,105,'shipping_country','US'),(13927,105,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(13928,105,'_woocommerce_tracks_anon_id','woo:HO6bDNSGow6IiWEjYJfd9ZHo'),(13929,105,'paying_customer','1'),(13948,43,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"b5625f1c3e309f3e3c74da7b2c85417f\";a:14:{s:10:\"unique_key\";s:32:\"f2780fa84ecf5339e08ae98e90af2b79\";s:4:\"time\";s:10:\"03:54:54pm\";s:3:\"key\";s:32:\"b5625f1c3e309f3e3c74da7b2c85417f\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:117.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:117.59999999999999;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"9d0a8eebb27ab40a5929613d7a883da1\";a:13:{s:10:\"unique_key\";s:32:\"1bf01ea7632ea4bdf09aac189f75780d\";s:4:\"time\";s:10:\"08:07:27pm\";s:3:\"key\";s:32:\"9d0a8eebb27ab40a5929613d7a883da1\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:66.480000000000004;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:66.480000000000004;s:8:\"line_tax\";d:0;}s:32:\"0acd09386768d10bcd14ca0ed8cba116\";a:13:{s:10:\"unique_key\";s:32:\"685d3a407b5076313a66a455fdd23501\";s:4:\"time\";s:10:\"08:09:00pm\";s:3:\"key\";s:32:\"0acd09386768d10bcd14ca0ed8cba116\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"d2bc5a3a24fe01cc60cd127a6ce86602\";a:13:{s:10:\"unique_key\";s:32:\"2d4151dd723b98aaf1d39ebb478563d5\";s:4:\"time\";s:10:\"06:15:45pm\";s:3:\"key\";s:32:\"d2bc5a3a24fe01cc60cd127a6ce86602\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"e70e44dfa18ae75717694928f2b632ee\";a:13:{s:10:\"unique_key\";s:32:\"615b578974bfd1ff6c50b8978c80de70\";s:4:\"time\";s:10:\"06:17:49pm\";s:3:\"key\";s:32:\"e70e44dfa18ae75717694928f2b632ee\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}}}'),(13985,94,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"c825071a7a5aa595c43dd22bef04a2a8\";a:13:{s:10:\"unique_key\";s:32:\"e3d1d4493322cd0c8f1bd8231c02ff21\";s:4:\"time\";s:10:\"05:52:58pm\";s:3:\"key\";s:32:\"c825071a7a5aa595c43dd22bef04a2a8\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"8a8895a075a7f866e84dcab00fecf16c\";a:13:{s:10:\"unique_key\";s:32:\"5f7ca4d97080fd863120c4f0ce569dc6\";s:4:\"time\";s:10:\"05:53:07pm\";s:3:\"key\";s:32:\"8a8895a075a7f866e84dcab00fecf16c\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:265.92000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:265.92000000000002;s:8:\"line_tax\";d:0;}s:32:\"576346125870c8b1b1f3636cecaf9e7d\";a:13:{s:10:\"unique_key\";s:32:\"d17b6baccc989d0fc1aee9d13fb29b75\";s:4:\"time\";s:10:\"05:53:23pm\";s:3:\"key\";s:32:\"576346125870c8b1b1f3636cecaf9e7d\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"166b8aaf750f40918f9e17b45cbde41a\";a:13:{s:10:\"unique_key\";s:32:\"06ec4bf21a13a160aa9b84397fde606b\";s:4:\"time\";s:10:\"05:53:31pm\";s:3:\"key\";s:32:\"166b8aaf750f40918f9e17b45cbde41a\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:78.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:78.400000000000006;s:8:\"line_tax\";d:0;}s:32:\"1d7ff5c530a46a338709d8bd2125efb3\";a:13:{s:10:\"unique_key\";s:32:\"b08791e2b1f61fd6058cad39e65dc8d8\";s:4:\"time\";s:10:\"05:53:38pm\";s:3:\"key\";s:32:\"1d7ff5c530a46a338709d8bd2125efb3\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}}}'),(14005,83,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"775e33d9a17152a12fd94a7ad550a38f\";a:13:{s:10:\"unique_key\";s:32:\"f1d684245a24e5dbe079b85315958af6\";s:4:\"time\";s:10:\"05:37:21pm\";s:3:\"key\";s:32:\"775e33d9a17152a12fd94a7ad550a38f\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"33a85d30102e236f8d433f7615b48d9e\";a:13:{s:10:\"unique_key\";s:32:\"37e387132376871ca71359265cbd6d3b\";s:4:\"time\";s:10:\"05:37:22pm\";s:3:\"key\";s:32:\"33a85d30102e236f8d433f7615b48d9e\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"de94b3798a02c152ee0c40136e180f49\";a:13:{s:10:\"unique_key\";s:32:\"9d050f6a26cbd2b286aaf7a87b7a7881\";s:4:\"time\";s:10:\"05:37:48pm\";s:3:\"key\";s:32:\"de94b3798a02c152ee0c40136e180f49\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:98;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:98;s:8:\"line_tax\";d:0;}s:32:\"fd106264d22c1749abb022a9a31a3c7b\";a:13:{s:10:\"unique_key\";s:32:\"5f3392e8f84abd72e2734d445b595eb4\";s:4:\"time\";s:10:\"05:38:09pm\";s:3:\"key\";s:32:\"fd106264d22c1749abb022a9a31a3c7b\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:84.480000000000004;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:84.480000000000004;s:8:\"line_tax\";d:0;}}}'),(14013,2,'woocommerce_admin_android_app_banner_dismissed','\"yes\"'),(14045,79,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";a:14:{s:10:\"unique_key\";s:32:\"3d46e9c3b5e22fce9ac3fe858e10c5e9\";s:4:\"time\";s:10:\"05:17:19pm\";s:3:\"key\";s:32:\"0c24c9004712a8bb30fa9e31dd734c61\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:274.16000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:260.45999999999998;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:69.530000000000001;s:8:\"line_tax\";d:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:196;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:186.19999999999999;s:8:\"line_tax\";d:0;}}}'),(14054,28,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"29adfdc35a3324d367ba21d614f8ab29\";a:8:{s:10:\"unique_key\";s:32:\"472d58481838a51cc9120d1a9e666a53\";s:4:\"time\";s:10:\"08:01:32pm\";s:3:\"key\";s:32:\"29adfdc35a3324d367ba21d614f8ab29\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(14075,95,'elementor_introduction','a:2:{s:6:\"e-apps\";b:1;s:27:\"ai-get-started-announcement\";b:1;}'),(14079,2,'wc_order_count_wp','0'),(14308,70,'wc_order_count_wp','0'),(14309,70,'wc_money_spent_wp','0'),(14312,86,'wc_order_count_wp','3'),(14313,86,'wc_money_spent_wp','901.51'),(14314,53,'wc_order_count_wp','12'),(14315,53,'wc_money_spent_wp','390.73999999999995'),(14316,88,'wc_order_count_wp','0'),(14317,88,'wc_money_spent_wp','0'),(14320,69,'wc_order_count_wp','0'),(14321,69,'wc_money_spent_wp','0'),(14328,72,'wc_order_count_wp','0'),(14329,72,'wc_money_spent_wp','0'),(14336,19,'wc_order_count_wp','0'),(14337,19,'wc_money_spent_wp','0'),(14340,26,'wc_order_count_wp','24'),(14341,26,'wc_money_spent_wp','10465.659999999998'),(14405,83,'shipping_phone',''),(14455,21,'default_password_nag',''),(14462,2,'_ppcp_notice_pay-later-messaging','1726253242'),(14465,95,'_wc_memberships_show_admin_restricted_content_notice','no'),(14466,95,'dismissed_update_notice','1'),(14468,95,'nav_menu_recently_edited','28'),(14469,95,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(14470,95,'metaboxhidden_nav-menus','a:7:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:21:\"add-post-type-product\";i:2;s:33:\"add-post-type-astra-advanced-hook\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:15:\"add-product_cat\";i:6;s:15:\"add-product_tag\";}'),(14547,11,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:39.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:39.200000000000003;s:8:\"line_tax\";d:0;}}}'),(14581,37,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"34f0c72e5afcece76fe56b57be037363\";a:13:{s:10:\"unique_key\";s:32:\"20233bf8be3a185d21b1536102d2b06a\";s:4:\"time\";s:10:\"08:17:34pm\";s:3:\"key\";s:32:\"34f0c72e5afcece76fe56b57be037363\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:79.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:79.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"8dbaefd1ed951b2760d1f1deacb3bf3c\";a:13:{s:10:\"unique_key\";s:32:\"aaaeff82876ec841aaf4fbefc4b39401\";s:4:\"time\";s:10:\"04:08:25pm\";s:3:\"key\";s:32:\"8dbaefd1ed951b2760d1f1deacb3bf3c\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"301e36a985a5c10864a8b1171788e0f4\";a:13:{s:10:\"unique_key\";s:32:\"5a18c47f527c0e97fa377dd709863781\";s:4:\"time\";s:10:\"04:49:01pm\";s:3:\"key\";s:32:\"301e36a985a5c10864a8b1171788e0f4\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:132.96000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:132.96000000000001;s:8:\"line_tax\";d:0;}}}'),(14607,82,'session_tokens','a:1:{s:64:\"67e9a7ff9e4a66ae5a54fbf70bd2305ec5d0995cee95aab8ac998455dd6103da\";a:4:{s:10:\"expiration\";i:1766257654;s:2:\"ip\";s:12:\"70.183.4.238\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1765048054;}}'),(14818,89,'woocommerce_admin_launch_your_store_tour_hidden','yes'),(14840,46,'wp_elementor_enable_ai','1'),(14841,46,'shipping_phone',''),(14901,95,'session_tokens','a:1:{s:64:\"9326274fbd3f575cedcea2235d98df24dc39d7962020f146db40540114a9c7d5\";a:4:{s:10:\"expiration\";i:1767388955;s:2:\"ip\";s:15:\"169.224.194.224\";s:2:\"ua\";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\";s:5:\"login\";i:1767216155;}}'),(15183,105,'shipping_address_2','F17'),(15218,65,'wp_elementor_enable_ai','1'),(15219,65,'shipping_phone',''),(15228,65,'paying_customer','1'),(15287,8,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:11:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}}'),(15394,61,'wp_elementor_enable_ai','1'),(15395,61,'shipping_phone',''),(15416,29,'session_tokens','a:2:{s:64:\"184fda203134df26e47ce631bc3ef7e83dfe1ff43404d61c9587338700c25732\";a:4:{s:10:\"expiration\";i:1761775030;s:2:\"ip\";s:13:\"172.226.205.2\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1761602230;}s:64:\"b76fefacebb022c3b8f14a8948c1a029d407f3322b264efa042fe48e99dfef40\";a:4:{s:10:\"expiration\";i:1761775032;s:2:\"ip\";s:13:\"172.226.205.2\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1761602232;}}'),(15540,75,'wc_last_active','1762992000'),(15578,2,'awdr_filters','a:2:{s:5:\"limit\";i:20;s:7:\"reorder\";i:0;}'),(15609,77,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:2:{s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:11:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:552;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:552;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:376.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:376.19999999999999;s:8:\"line_tax\";d:0;}}}'),(15660,2,'manageedit-shop_ordercolumnshidden','a:2:{i:0;s:15:\"billing_address\";i:1;s:10:\"wc_actions\";}'),(15692,15,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"013d407166ec4fa56eb1e1f8cbe183b9\";a:12:{s:3:\"key\";s:32:\"013d407166ec4fa56eb1e1f8cbe183b9\";s:10:\"product_id\";i:138;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:99;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:99;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:138;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:20;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"47d1e990583c9c67424d369f3414728e\";a:12:{s:3:\"key\";s:32:\"47d1e990583c9c67424d369f3414728e\";s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:82.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:82.5;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:148;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:12:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:25;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:151.25;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:151.25;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:25;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:12:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:62.700000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:6:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(15758,106,'nickname','lcarosemary'),(15759,106,'first_name','Rose Mary'),(15760,106,'last_name','Hontz'),(15761,106,'description',''),(15762,106,'rich_editing','true'),(15763,106,'syntax_highlighting','true'),(15764,106,'comment_shortcuts','false'),(15765,106,'admin_color','fresh'),(15766,106,'use_ssl','0'),(15767,106,'show_admin_bar_front','true'),(15768,106,'locale',''),(15769,106,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(15770,106,'wp_user_level','10'),(15771,106,'dismissed_wp_pointers',''),(15772,106,'last_update','1749740758'),(15773,106,'session_tokens','a:1:{s:64:\"f30ead87092a0fc9c167e89d5bccaf4a0cd2d78506616f6caebd1bc9113e9718\";a:4:{s:10:\"expiration\";i:1750950631;s:2:\"ip\";s:12:\"50.90.46.109\";s:2:\"ua\";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\";s:5:\"login\";i:1749741031;}}'),(15774,106,'wc_last_active','1750809600'),(15776,106,'theme-min-version-notice-min-ver','4.11.0'),(15777,106,'_woocommerce_tracks_anon_id','woo:5zUCN/eUCt2J9Bb01P1kdrUs'),(15778,106,'wp_dashboard_quick_press_last_post_id','3487'),(15779,106,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(15782,106,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(15852,61,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}}'),(15853,61,'billing_thwma_checkbox_shipping',''),(15854,61,'billing_thwma_hidden_field_billing',''),(15869,6,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:7:\"Leandra\";s:18:\"shipping_last_name\";s:7:\"Sagayno\";s:16:\"shipping_company\";s:23:\"Special Education Dept.\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"601 Colorado Ave.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Turlock\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95380\";}}'),(15870,6,'billing_thwma_checkbox_shipping',''),(15871,6,'billing_thwma_hidden_field_billing',''),(15873,76,'wc_other_addresses','a:2:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"111 Center Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:13:\"Middleborough\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02346\";}i:2;a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}}'),(15874,89,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Scott\";s:18:\"shipping_last_name\";s:6:\"Wilson\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"12939 Hunt Club Rd N\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32224\";}}'),(15875,76,'default_password_nag',''),(15883,76,'billing_thwma_checkbox_shipping',''),(15884,76,'billing_thwma_hidden_field_billing',''),(15914,2,'thwma_custom_address','a:1:{s:8:\"shipping\";a:4:{s:9:\"address_0\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_1\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:18:\"shipping_address_1\";s:20:\"9801 Cardinal Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"La Porte\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:18:\"shipping_address_1\";s:21:\"22527 Lost Creek Road\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:4:\"Katy\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}s:9:\"address_3\";a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";}}}'),(15916,2,'wp_elementor_enable_ai','1'),(15917,2,'wp_elementor_pro_enable_notes_notifications','1'),(15918,2,'billing_company',''),(15919,2,'billing_address_2',''),(15920,2,'shipping_company',''),(15921,2,'shipping_address_2',''),(15922,2,'shipping_phone',''),(15923,2,'wc_other_addresses','a:1:{i:1;a:9:{s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"9801 Cardinal Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:8:\"La Porte\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77571\";}}'),(15924,2,'session_tokens','a:3:{s:64:\"c91bf4389c3f343ae83f7789ce883eaa7da8cea54de0b9d189804acda7d9354a\";a:4:{s:10:\"expiration\";i:1767193547;s:2:\"ip\";s:15:\"169.224.194.224\";s:2:\"ua\";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\";s:5:\"login\";i:1767020747;}s:64:\"8337bbbd5df7e8757e78971ec604adfbf19396c0e750821e8771802ee1c6e781\";a:4:{s:10:\"expiration\";i:1767204235;s:2:\"ip\";s:15:\"169.224.194.224\";s:2:\"ua\";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\";s:5:\"login\";i:1767031435;}s:64:\"dfc19f768da5f83d2d6da055c082d9c9350f1b7f2f3e519b216fc94fce8fa288\";a:4:{s:10:\"expiration\";i:1767221665;s:2:\"ip\";s:15:\"169.224.194.224\";s:2:\"ua\";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\";s:5:\"login\";i:1767048865;}}'),(15926,107,'nickname','sara'),(15927,107,'first_name',''),(15928,107,'last_name',''),(15929,107,'description',''),(15930,107,'rich_editing','true'),(15931,107,'syntax_highlighting','true'),(15932,107,'comment_shortcuts','false'),(15933,107,'admin_color','fresh'),(15934,107,'use_ssl','0'),(15935,107,'show_admin_bar_front','true'),(15936,107,'locale',''),(15937,107,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(15938,107,'wp_user_level','10'),(15939,107,'dismissed_wp_pointers',''),(15940,107,'last_update','1751914045'),(15942,107,'session_tokens','a:2:{s:64:\"c8f94200c0698cebb3f3ae82e393dc14c1ea515dfdfef3340e3d2ab854addb8c\";a:4:{s:10:\"expiration\";i:1752088961;s:2:\"ip\";s:12:\"108.17.58.13\";s:2:\"ua\";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\";s:5:\"login\";i:1751916161;}s:64:\"2bd0d4b349b3506b49182069603447d590abb2f3f2c79ffcc015461768913496\";a:4:{s:10:\"expiration\";i:1753125763;s:2:\"ip\";s:12:\"108.17.58.13\";s:2:\"ua\";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\";s:5:\"login\";i:1751916163;}}'),(15943,107,'wc_last_active','1752192000'),(15945,107,'theme-min-version-notice-min-ver','4.11.2'),(15946,107,'_woocommerce_tracks_anon_id','woo:iPqFfRHbtG+NnXFqg6Bb0DuJ'),(15947,107,'wp_dashboard_quick_press_last_post_id','3555'),(15948,107,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(15950,107,'_wc_memberships_show_admin_restricted_content_notice','no'),(15953,107,'elementor_introduction','a:3:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;s:59:\"ai_get_started_introduction_site_logo_with_ai_site-settings\";b:1;}'),(15970,107,'wp_user-settings','editor=html&libraryContent=browse'),(15971,107,'wp_user-settings-time','1752173882'),(15982,107,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(16002,108,'nickname','lca_fortworth'),(16003,108,'first_name','Kat'),(16004,108,'last_name','Khalaf'),(16005,108,'description',''),(16006,108,'rich_editing','true'),(16007,108,'syntax_highlighting','true'),(16008,108,'comment_shortcuts','false'),(16009,108,'admin_color','fresh'),(16010,108,'use_ssl','0'),(16011,108,'show_admin_bar_front','true'),(16012,108,'locale',''),(16013,108,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16014,108,'wp_user_level','0'),(16015,108,'dismissed_wp_pointers',''),(16016,108,'last_update','1764893670'),(16017,108,'thwma_custom_address','a:3:{s:8:\"shipping\";a:2:{s:9:\"address_1\";a:10:{s:19:\"shipping_first_name\";s:3:\"Kat\";s:18:\"shipping_last_name\";s:6:\"Khalaf\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:15:\"3844 Kelly Blvd\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"CARROLLTON\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75007\";s:16:\"shipping_heading\";s:0:\"\";}s:9:\"address_2\";a:9:{s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:16:\"shipping_country\";s:13:\"United States\";s:18:\"shipping_address_1\";s:21:\"4455 Camp Bowie Blvd.\";s:18:\"shipping_address_2\";s:9:\"Suite 209\";s:13:\"shipping_city\";s:10:\"Fort Worth\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"76107\";}}s:7:\"billing\";a:1:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:3:\"Kat\";s:17:\"billing_last_name\";s:6:\"Khalaf\";s:15:\"billing_company\";s:23:\"Lice Clinics of America\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:15:\"3844 Kelly Blvd\";s:17:\"billing_address_2\";s:6:\"Unit H\";s:12:\"billing_city\";s:10:\"Carrollton\";s:13:\"billing_state\";s:2:\"TX\";s:16:\"billing_postcode\";s:5:\"75007\";s:13:\"billing_phone\";s:10:\"6462212276\";s:13:\"billing_email\";s:38:\"kat@fortworth.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:16:\"default_shipping\";s:9:\"address_1\";}'),(16018,108,'wp_elementor_enable_ai','1'),(16019,108,'billing_first_name','Kat'),(16020,108,'billing_last_name','Khalaf'),(16021,108,'billing_company',''),(16022,108,'billing_address_1','3844 Kelly Blvd'),(16023,108,'billing_address_2',''),(16024,108,'billing_city','Carrollton'),(16025,108,'billing_postcode','75007'),(16026,108,'billing_country','US'),(16027,108,'billing_state','TX'),(16028,108,'billing_phone','6462212276'),(16029,108,'billing_email','kat@fortworth.liceclinicsofamerica.com'),(16030,108,'shipping_first_name','Kat'),(16031,108,'shipping_last_name','Khalaf'),(16032,108,'shipping_company',''),(16033,108,'shipping_address_1','3844 Kelly Blvd'),(16034,108,'shipping_address_2',''),(16035,108,'shipping_city','CARROLLTON'),(16036,108,'shipping_postcode','75007'),(16037,108,'shipping_country','US'),(16038,108,'shipping_state','TX'),(16039,108,'shipping_phone',''),(16082,108,'session_tokens','a:2:{s:64:\"c53933e07ac3b1e4db9bad75fd65d6f04c517079c8df0ca4b7b424a842c44e26\";a:4:{s:10:\"expiration\";i:1765045993;s:2:\"ip\";s:13:\"170.85.98.247\";s:2:\"ua\";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\";s:5:\"login\";i:1764873193;}s:64:\"a584a2d57095bc0e8b83e2e8992e856f7b884b9c4707d3c0d382651807ca8f51\";a:4:{s:10:\"expiration\";i:1765066392;s:2:\"ip\";s:14:\"47.183.197.100\";s:2:\"ua\";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\";s:5:\"login\";i:1764893592;}}'),(16083,108,'wc_last_active','1764892800'),(16086,108,'thwma_enable_multi_shipping',''),(16087,108,'shipping_method','a:1:{i:0;s:28:\"fedex:1:GROUND_HOME_DELIVERY\";}'),(16088,108,'_woocommerce_tracks_anon_id','woo:Zjcv+CVhFXItGkaE75eiiePr'),(16089,108,'paying_customer','1'),(16100,61,'session_tokens','a:1:{s:64:\"ae4cec97a0a012bc361f88647f96b638ae247d3451024548da32c7640fa85a69\";a:4:{s:10:\"expiration\";i:1765122412;s:2:\"ip\";s:14:\"46.110.130.224\";s:2:\"ua\";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\";s:5:\"login\";i:1764949612;}}'),(16134,75,'thwma_enable_multi_shipping',''),(16135,75,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(16136,75,'_woocommerce_tracks_anon_id','woo:9T1k57sm2NrVP03vOypinciC'),(16137,75,'paying_customer','1'),(16144,2,'closedpostboxes_dashboard','a:1:{i:0;s:17:\"dashboard_php_nag\";}'),(16145,2,'metaboxhidden_dashboard','a:0:{}'),(16173,47,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(16213,98,'billing_address_2',''),(16244,73,'wp_elementor_enable_ai','1'),(16245,73,'shipping_phone',''),(16263,92,'wp_elementor_enable_ai','1'),(16264,92,'billing_address_2',''),(16265,92,'shipping_address_2',''),(16266,92,'shipping_phone',''),(16269,95,'wp_elementor_enable_ai','1'),(16270,95,'billing_first_name',''),(16271,95,'billing_last_name',''),(16272,95,'billing_company',''),(16273,95,'billing_address_1',''),(16274,95,'billing_address_2',''),(16275,95,'billing_city',''),(16276,95,'billing_postcode',''),(16277,95,'billing_country',''),(16278,95,'billing_state',''),(16279,95,'billing_phone',''),(16280,95,'billing_email','orders@laradasciences.com'),(16281,95,'shipping_first_name',''),(16282,95,'shipping_last_name',''),(16283,95,'shipping_company',''),(16284,95,'shipping_address_1',''),(16285,95,'shipping_address_2',''),(16286,95,'shipping_city',''),(16287,95,'shipping_postcode',''),(16288,95,'shipping_country',''),(16289,95,'shipping_state',''),(16290,95,'shipping_phone',''),(16292,104,'wp_elementor_enable_ai','1'),(16293,104,'billing_first_name','Kelvin'),(16294,104,'billing_last_name','Fencil'),(16295,104,'billing_company',''),(16296,104,'billing_address_1',''),(16297,104,'billing_address_2',''),(16298,104,'billing_city',''),(16299,104,'billing_postcode',''),(16300,104,'billing_country',''),(16301,104,'billing_state',''),(16302,104,'billing_phone',''),(16303,104,'billing_email','kelvin@liceclinicsofamerica.com'),(16304,104,'shipping_first_name',''),(16305,104,'shipping_last_name',''),(16306,104,'shipping_company',''),(16307,104,'shipping_address_1',''),(16308,104,'shipping_address_2',''),(16309,104,'shipping_city',''),(16310,104,'shipping_postcode',''),(16311,104,'shipping_country',''),(16312,104,'shipping_state',''),(16313,104,'shipping_phone',''),(16365,2,'woocommerce_admin_pes_incentive_dismissed','a:1:{s:11:\"woopayments\";a:1:{i:0;a:3:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:7:\"context\";s:27:\"wc_settings_payments__modal\";s:9:\"timestamp\";i:1755264168;}}}'),(16366,2,'theme-min-version-notice','notice-dismissed'),(16372,104,'wp_dashboard_quick_press_last_post_id','3713'),(16409,73,'session_tokens','a:3:{s:64:\"f85c41a0efd45ac5ed69520e79009f30c3223019e632a805b597fb693349a0d1\";a:4:{s:10:\"expiration\";i:1757701157;s:2:\"ip\";s:12:\"108.80.61.83\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757528357;}s:64:\"31d02c5fbd0e0e25ab581e08bfd2efbb216f26b4bf963750247c9e7f1f70605b\";a:4:{s:10:\"expiration\";i:1758753327;s:2:\"ip\";s:13:\"73.63.237.166\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1757543727;}s:64:\"165ce61e179b50eb72d9737ba088d38c9261cd92aadac2be12570a693435cafd\";a:4:{s:10:\"expiration\";i:1757717198;s:2:\"ip\";s:13:\"73.63.237.166\";s:2:\"ua\";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\";s:5:\"login\";i:1757544398;}}'),(16418,100,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:29;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:568.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:539.98000000000002;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:163.38999999999999;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:29.789999999999999;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.5;s:8:\"line_tax\";d:0;}}}'),(16428,47,'session_tokens','a:1:{s:64:\"7eb2e5c82056056d2af0629def696e6134124ed9b413763c674deec1e0ceb1b1\";a:4:{s:10:\"expiration\";i:1766008701;s:2:\"ip\";s:13:\"64.183.221.78\";s:2:\"ua\";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\";s:5:\"login\";i:1765835901;}}'),(16454,92,'_woocommerce_tracks_anon_id','woo:QTDISQBZpdwVDNa1eOyV5jsb'),(16462,109,'nickname','sonia.troyon'),(16463,109,'first_name','Sonia'),(16464,109,'last_name','Troyon'),(16465,109,'description',''),(16466,109,'rich_editing','true'),(16467,109,'syntax_highlighting','true'),(16468,109,'comment_shortcuts','false'),(16469,109,'admin_color','fresh'),(16470,109,'use_ssl','0'),(16471,109,'show_admin_bar_front','true'),(16472,109,'locale',''),(16473,109,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16474,109,'wp_user_level','0'),(16475,109,'dismissed_wp_pointers',''),(16476,109,'last_update','1759236689'),(16522,4,'wp_elementor_enable_ai','1'),(16523,4,'shipping_phone',''),(16525,89,'thwma_enable_multi_shipping',''),(16553,78,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:29.789999999999999;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:29.789999999999999;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:360;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:341.99000000000001;s:8:\"line_tax\";d:0;}}}'),(16573,73,'_woocommerce_tracks_anon_id','woo:gEJRcaYhUUTup8nZrJUMfEM3'),(16605,59,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:214.19999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:203.49000000000001;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:139.08000000000001;s:8:\"line_tax\";d:0;}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:11:{s:3:\"key\";s:32:\"c45147dee729311ef5b5c3003946c48f\";s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:165;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:156.75;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}}}'),(16641,2,'wp_mail_smtp_dash_widget_lite_hide_graph','1'),(16644,109,'session_tokens','a:2:{s:64:\"f962d71bfa93b1939becea0fdd40a257196e059ee26582cf26f35076a9d6a1e9\";a:4:{s:10:\"expiration\";i:1759409088;s:2:\"ip\";s:13:\"213.55.247.26\";s:2:\"ua\";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\";s:5:\"login\";i:1759236288;}s:64:\"37dbc79aae1dd620b29b22167af899584c1e89c6879a4cd5e66b1a485aca91ca\";a:4:{s:10:\"expiration\";i:1759429950;s:2:\"ip\";s:13:\"213.55.223.53\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1759257150;}}'),(16645,109,'wc_last_active','1759190400'),(16647,109,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:11:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:24;}s:5:\"total\";a:1:{i:1;d:24;}}s:13:\"line_subtotal\";d:300;s:17:\"line_subtotal_tax\";d:24;s:10:\"line_total\";d:300;s:8:\"line_tax\";d:24;}s:32:\"a5e00132373a7031000fd987a3c9f87b\";a:11:{s:3:\"key\";s:32:\"a5e00132373a7031000fd987a3c9f87b\";s:10:\"product_id\";i:146;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:0.55200000000000005;}s:5:\"total\";a:1:{i:1;d:0.55200000000000005;}}s:13:\"line_subtotal\";d:6.9000000000000004;s:17:\"line_subtotal_tax\";d:0.55000000000000004;s:10:\"line_total\";d:6.9000000000000004;s:8:\"line_tax\";d:0.55000000000000004;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:28.800000000000001;}s:5:\"total\";a:1:{i:1;d:28.800000000000001;}}s:13:\"line_subtotal\";d:360;s:17:\"line_subtotal_tax\";d:28.800000000000001;s:10:\"line_total\";d:360;s:8:\"line_tax\";d:28.800000000000001;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:1;d:133.91999999999999;}s:5:\"total\";a:1:{i:1;d:133.91999999999999;}}s:13:\"line_subtotal\";d:1674;s:17:\"line_subtotal_tax\";d:133.91999999999999;s:10:\"line_total\";d:1674;s:8:\"line_tax\";d:133.91999999999999;}}}'),(16658,110,'nickname','lca_denver'),(16659,110,'first_name','Catherine'),(16660,110,'last_name','Eklunds'),(16661,110,'description',''),(16662,110,'rich_editing','true'),(16663,110,'syntax_highlighting','true'),(16664,110,'comment_shortcuts','false'),(16665,110,'admin_color','fresh'),(16666,110,'use_ssl','0'),(16667,110,'show_admin_bar_front','true'),(16668,110,'locale',''),(16669,110,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16670,110,'wp_user_level','0'),(16671,110,'dismissed_wp_pointers',''),(16672,110,'last_update','1759438379'),(16681,109,'thwma_enable_multi_shipping','no'),(16697,109,'billing_first_name','Sonia'),(16698,109,'billing_last_name','Troyon'),(16699,109,'billing_company','Lice Clinics of Switzerland SA'),(16700,109,'billing_address_1','Rue de Lausanne 49G'),(16701,109,'billing_city','Renens'),(16702,109,'billing_state','VD'),(16703,109,'billing_postcode','1020'),(16704,109,'billing_country','CH'),(16705,109,'billing_email','sonia.troyon@gmail.com'),(16706,109,'billing_phone','+41 79 884 38 84'),(16707,109,'shipping_first_name','Sonia'),(16708,109,'shipping_last_name','Troyon'),(16709,109,'shipping_company','Lice Clinics of Switzerland SA'),(16710,109,'shipping_address_1','Rue de Lausanne 49G'),(16711,109,'shipping_city','Renens'),(16712,109,'shipping_state','VD'),(16713,109,'shipping_postcode','1020'),(16714,109,'shipping_country','CH'),(16715,109,'shipping_method','a:1:{i:0;s:14:\"local_pickup:8\";}'),(16716,109,'_woocommerce_tracks_anon_id','woo:0pGM6q8XruF54M/5xHAMLXiW'),(16725,6,'session_tokens','a:1:{s:64:\"66b50047f8e8f45cdb9b2d12dfced388b499e6d1cd05fdfb300148ff606ca3cc\";a:4:{s:10:\"expiration\";i:1767115716;s:2:\"ip\";s:10:\"74.14.25.4\";s:2:\"ua\";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\";s:5:\"login\";i:1766942916;}}'),(16730,2,'jetpack_tracks_anon_id','jetpack:0Lw2CyW2fkMuqLmk4SgAIvaf'),(16739,110,'session_tokens','a:1:{s:64:\"33a8a61a1d71adb26e2e1ae1b0c8f13522d0d15bbd39fd0f7ac9abede14f9ef5\";a:4:{s:10:\"expiration\";i:1760646735;s:2:\"ip\";s:13:\"71.218.234.29\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1759437135;}}'),(16740,110,'wc_last_active','1759363200'),(16742,110,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:23:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:344;s:8:\"line_tax\";d:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:100;s:8:\"line_tax\";d:0;}s:32:\"ddcbe25988981920c872c1787382f04d\";a:11:{s:3:\"key\";s:32:\"ddcbe25988981920c872c1787382f04d\";s:10:\"product_id\";i:3476;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:76.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:76.200000000000003;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;}s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";a:11:{s:3:\"key\";s:32:\"5ef059938ba799aaa845e1c2e8a762bd\";s:10:\"product_id\";i:118;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:215;s:8:\"line_tax\";d:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:11:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:340;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:340;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:11:{s:3:\"key\";s:32:\"0987b8b338d6c90bbedd8631bc499221\";s:10:\"product_id\";i:3352;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:180;s:8:\"line_tax\";d:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:11:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:11:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;}s:32:\"75df63609809c7a2052fdffe5c00a84e\";a:11:{s:3:\"key\";s:32:\"75df63609809c7a2052fdffe5c00a84e\";s:10:\"product_id\";i:3360;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:11:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"e2ef524fbf3d9fe611d5a8e90fefdc9c\";a:11:{s:3:\"key\";s:32:\"e2ef524fbf3d9fe611d5a8e90fefdc9c\";s:10:\"product_id\";i:97;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:11:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:11:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";a:11:{s:3:\"key\";s:32:\"ac627ab1ccbdb62ec96e702f07f6425b\";s:10:\"product_id\";i:99;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:14.300000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:14.300000000000001;s:8:\"line_tax\";d:0;}}}'),(16743,110,'thwma_enable_multi_shipping','no'),(16744,110,'billing_first_name','Peter'),(16745,110,'billing_last_name','Eklund'),(16746,110,'billing_company','LCA Denver'),(16747,110,'billing_address_1','5410 East 6th Avenue'),(16748,110,'billing_city','Denver'),(16749,110,'billing_state','CO'),(16750,110,'billing_postcode','80220'),(16751,110,'billing_country','US'),(16752,110,'billing_email','peter@denver.liceclinicsofamerica.com'),(16753,110,'billing_phone','3035505828'),(16754,110,'shipping_first_name','Peter'),(16755,110,'shipping_last_name','Eklund'),(16756,110,'shipping_company','LCA Denver'),(16757,110,'shipping_address_1','5410 East 6th Avenue'),(16758,110,'shipping_city','Denver'),(16759,110,'shipping_state','CO'),(16760,110,'shipping_postcode','80220'),(16761,110,'shipping_country','US'),(16762,110,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(16763,110,'_woocommerce_tracks_anon_id','woo:5TljLsXRYpWp3tZYApJetpAC'),(16764,110,'paying_customer','1'),(16784,39,'session_tokens','a:1:{s:64:\"e73a23873f04009b7d6aa65f287f446ebcadfa58978d7fddaade5364aa0e08c2\";a:4:{s:10:\"expiration\";i:1765586116;s:2:\"ip\";s:10:\"47.34.0.94\";s:2:\"ua\";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\";s:5:\"login\";i:1765413316;}}'),(16811,95,'thwma_enable_multi_shipping',''),(16816,52,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:5;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:292.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";a:11:{s:3:\"key\";s:32:\"da9e6a4a4aeca98588e4dd77ceb37695\";s:10:\"product_id\";i:3525;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}}'),(16831,111,'nickname','lcadavid'),(16832,111,'first_name','David'),(16833,111,'last_name','Washburn'),(16834,111,'description',''),(16835,111,'rich_editing','true'),(16836,111,'syntax_highlighting','true'),(16837,111,'comment_shortcuts','false'),(16838,111,'admin_color','fresh'),(16839,111,'use_ssl','0'),(16840,111,'show_admin_bar_front','true'),(16841,111,'locale',''),(16842,111,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(16843,111,'wp_user_level','10'),(16844,111,'dismissed_wp_pointers',''),(16845,111,'last_update','1760459530'),(16846,111,'session_tokens','a:3:{s:64:\"5ad81a4357f101e25396110fe7dc5423163355e26367b81411512384540919a3\";a:4:{s:10:\"expiration\";i:1760631816;s:2:\"ip\";s:14:\"174.52.195.164\";s:2:\"ua\";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\";s:5:\"login\";i:1760459016;}s:64:\"b34429dc8c99804d4e4ec83aa78a8d86b2cc79b479be208b51b64abcecfabe06\";a:4:{s:10:\"expiration\";i:1760631818;s:2:\"ip\";s:14:\"174.52.195.164\";s:2:\"ua\";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\";s:5:\"login\";i:1760459018;}s:64:\"1393c968c0b0e23ba93b05da376515dd2625db541737a7510dad7caa7b36febd\";a:4:{s:10:\"expiration\";i:1760631818;s:2:\"ip\";s:14:\"174.52.195.164\";s:2:\"ua\";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\";s:5:\"login\";i:1760459018;}}'),(16847,111,'wc_last_active','1760400000'),(16849,111,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:146.40000000000001;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:11:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:63;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"98dce83da57b0395e163467c9dae521b\";a:11:{s:3:\"key\";s:32:\"98dce83da57b0395e163467c9dae521b\";s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:0;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:0;s:8:\"line_tax\";d:0;}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:137.08000000000001;s:8:\"line_tax\";d:0;}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:6:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(16853,111,'theme-min-version-notice-min-ver','4.11.8'),(16854,111,'_wc_memberships_show_admin_restricted_content_notice','no'),(16855,111,'thwma_enable_multi_shipping','no'),(16856,111,'billing_first_name','David'),(16857,111,'billing_last_name','Washburn'),(16858,111,'billing_company','Lice Clinics of America'),(16859,111,'billing_address_1','4873 S State St'),(16860,111,'billing_city','Murray'),(16861,111,'billing_state','UT'),(16862,111,'billing_postcode','84107'),(16863,111,'billing_country','US'),(16864,111,'billing_email','david@liceclinicsofamerica.com'),(16865,111,'billing_phone','8019197428'),(16866,111,'shipping_first_name','David'),(16867,111,'shipping_last_name','Washburn'),(16868,111,'shipping_company','Lice Clinics of America'),(16869,111,'shipping_address_1','4873 S State St'),(16870,111,'shipping_city','Murray'),(16871,111,'shipping_state','UT'),(16872,111,'shipping_postcode','84107'),(16873,111,'shipping_country','US'),(16874,111,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(16875,111,'_woocommerce_tracks_anon_id','woo:lXhqe5ghbn+sJgIxeXSQrWtM'),(16876,111,'paying_customer','1'),(16883,46,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.540000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:65.120000000000005;s:8:\"line_tax\";d:0;}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:11:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.65000000000001;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";a:6:{s:3:\"key\";s:32:\"3988c7f88ebcb58c6ce932b957b6f332\";s:10:\"product_id\";i:137;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(16890,60,'wc_other_addresses','a:1:{i:0;a:9:{s:19:\"shipping_first_name\";s:8:\"Jennifer\";s:18:\"shipping_last_name\";s:6:\"Riback\";s:16:\"shipping_company\";s:35:\"Lice Clinics of America-North Shore\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:14:\"906 Kenton Rd.\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:9:\"Deerfield\";s:14:\"shipping_state\";s:2:\"IL\";s:17:\"shipping_postcode\";s:5:\"60015\";}}'),(16891,60,'billing_thwma_checkbox_shipping',''),(16892,60,'billing_thwma_hidden_field_billing',''),(16948,29,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:68.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:68.5;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:31.350000000000001;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:90;s:8:\"line_tax\";d:0;}}}'),(16951,112,'nickname','lca_boise'),(16952,112,'first_name','Scott'),(16953,112,'last_name','Wilson'),(16954,112,'description',''),(16955,112,'rich_editing','true'),(16956,112,'syntax_highlighting','true'),(16957,112,'comment_shortcuts','false'),(16958,112,'admin_color','fresh'),(16959,112,'use_ssl','0'),(16960,112,'show_admin_bar_front','true'),(16961,112,'locale',''),(16962,112,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(16963,112,'wp_user_level','0'),(16964,112,'dismissed_wp_pointers',''),(16965,112,'last_update','1767034441'),(16978,112,'default_password_nag',''),(16980,112,'wc_last_active','1767034441'),(16989,89,'thwma_custom_address','a:2:{s:7:\"billing\";a:2:{s:9:\"address_0\";a:12:{s:18:\"billing_first_name\";s:5:\"Scott\";s:17:\"billing_last_name\";s:6:\"Wilson\";s:15:\"billing_company\";s:20:\"Larada Sciences Inc.\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:16:\"154 E Myrtle Ave\";s:17:\"billing_address_2\";s:9:\"Suite 304\";s:12:\"billing_city\";s:6:\"Murray\";s:13:\"billing_state\";s:2:\"UT\";s:16:\"billing_postcode\";s:5:\"84107\";s:13:\"billing_phone\";s:10:\"8015335423\";s:13:\"billing_email\";s:25:\"scottw@laradasciences.com\";s:15:\"billing_heading\";s:0:\"\";}s:9:\"address_1\";a:12:{s:18:\"billing_first_name\";s:5:\"Scott\";s:17:\"billing_last_name\";s:6:\"Wilson\";s:15:\"billing_company\";s:0:\"\";s:15:\"billing_country\";s:2:\"US\";s:17:\"billing_address_1\";s:18:\"430 N Station Pkwy\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:10:\"Farmington\";s:13:\"billing_state\";s:2:\"UT\";s:16:\"billing_postcode\";s:5:\"84025\";s:13:\"billing_phone\";s:10:\"8014308550\";s:13:\"billing_email\";s:36:\"scott@boise.liceclinicsofamerica.com\";s:15:\"billing_heading\";s:0:\"\";}}s:15:\"default_billing\";s:9:\"address_1\";}'),(16990,89,'paying_customer','1'),(16991,54,'session_tokens','a:5:{s:64:\"b18858e3e2c973055510e9339a646b87f04cae4139ad5a495eeb31309318a098\";a:4:{s:10:\"expiration\";i:1766553951;s:2:\"ip\";s:13:\"75.211.10.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1766381151;}s:64:\"29dda222d8d3410b58aff697686fdbc8de187a7e48365e26b3dc0a77cb861da8\";a:4:{s:10:\"expiration\";i:1766553953;s:2:\"ip\";s:13:\"75.211.10.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1766381153;}s:64:\"2f0b811632c8eda4ad82a585606b4b7690228d7b825039c8fbf58cf460832d2c\";a:4:{s:10:\"expiration\";i:1766554040;s:2:\"ip\";s:13:\"75.211.10.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1766381240;}s:64:\"c570c8eab9aca6db59909eb189f4aa9d6482c06597427ff1c5cf03d4f2a8d792\";a:4:{s:10:\"expiration\";i:1766554043;s:2:\"ip\";s:13:\"75.211.10.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1766381243;}s:64:\"7124a9c33d79f4b232f1ee19f00f98b8046adfbca737bdc376341e09750c4397\";a:4:{s:10:\"expiration\";i:1766554044;s:2:\"ip\";s:13:\"75.211.10.101\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1766381244;}}'),(16998,76,'session_tokens','a:3:{s:64:\"7f2036b82c62e9a60f0c1f10c95d9aed274d81da7a7338f815678be186b6ad28\";a:4:{s:10:\"expiration\";i:1767109751;s:2:\"ip\";s:12:\"73.4.217.219\";s:2:\"ua\";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\";s:5:\"login\";i:1766936951;}s:64:\"74c8075e188ae0c8fb662e7656d3382fda99a34ddd1baded13104c5a7390bc1a\";a:4:{s:10:\"expiration\";i:1767199103;s:2:\"ip\";s:13:\"66.31.192.192\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1767026303;}s:64:\"17394b177f03592dee312e506b9d06ecc3acff064919945a8d5d075c7a7560f3\";a:4:{s:10:\"expiration\";i:1767199665;s:2:\"ip\";s:13:\"66.31.192.192\";s:2:\"ua\";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\";s:5:\"login\";i:1767026865;}}'),(17009,2,'ninjalytics_admin_notice_hide','1'),(17025,89,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:14.300000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:13.59;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130.13999999999999;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:59.57;s:8:\"line_tax\";d:0;}}}'),(17044,3,'session_tokens','a:1:{s:64:\"26c72ac90def7f0da8a0686b0bc8fc5cb69af02bfecb59397ec3728e56f06d30\";a:4:{s:10:\"expiration\";i:1767185952;s:2:\"ip\";s:13:\"99.22.146.124\";s:2:\"ua\";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\";s:5:\"login\";i:1767013152;}}'),(17050,89,'woocommerce_admin_pes_incentive_dismissed','a:1:{s:11:\"woopayments\";a:1:{i:0;a:3:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:7:\"context\";s:27:\"wc_settings_payments__modal\";s:9:\"timestamp\";i:1762452978;}}}'),(17062,90,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17069,66,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:15:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:70;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1372;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1303.4000000000001;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:125.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:119.13;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:125.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:119.13;s:8:\"line_tax\";d:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:143;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.84999999999999;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:326.80000000000001;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:6;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:428.39999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:406.98000000000002;s:8:\"line_tax\";d:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:11:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:131.09999999999999;s:8:\"line_tax\";d:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:11:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:340;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:323;s:8:\"line_tax\";d:0;}s:32:\"03cf87174debaccd689c90c34577b82f\";a:11:{s:3:\"key\";s:32:\"03cf87174debaccd689c90c34577b82f\";s:10:\"product_id\";i:2400;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:215;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:204.25;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:837;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:795.14999999999998;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256.5;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256.5;s:8:\"line_tax\";d:0;}s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";a:11:{s:3:\"key\";s:32:\"a1d0c6e83f027327d8461063f4ac58a6\";s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256.5;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:630;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:598.5;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:6:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:7;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(17083,61,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:5:{s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:11:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:138;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:131.09999999999999;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:688;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:653.60000000000002;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:208.62;s:8:\"line_tax\";d:0;}s:32:\"da4fb5c6e93e74d3df8527599fa62642\";a:11:{s:3:\"key\";s:32:\"da4fb5c6e93e74d3df8527599fa62642\";s:10:\"product_id\";i:120;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:63;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:59.850000000000001;s:8:\"line_tax\";d:0;}}}'),(17087,20,'session_tokens','a:2:{s:64:\"37f0077649760449caaf2223b1875b978d53630185a015309e5312a189c6f85e\";a:4:{s:10:\"expiration\";i:1766614350;s:2:\"ip\";s:13:\"198.72.181.87\";s:2:\"ua\";s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";s:5:\"login\";i:1766441550;}s:64:\"f1311935750e1fbdd11cbbeefcf190e7dd738704aa69f83b49415368f35bd0f3\";a:4:{s:10:\"expiration\";i:1766641557;s:2:\"ip\";s:15:\"172.116.123.146\";s:2:\"ua\";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\";s:5:\"login\";i:1766468757;}}'),(17105,87,'session_tokens','a:2:{s:64:\"d733e236d3b4251dfca378190fde7d032560ee3bd2bedcbc1212bc140b78f66f\";a:4:{s:10:\"expiration\";i:1766076440;s:2:\"ip\";s:10:\"75.7.15.79\";s:2:\"ua\";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\";s:5:\"login\";i:1765903640;}s:64:\"5f13788c6226c3acef4fbc16c1a79c7ee9678ab8c60537d8a373819670d60b2c\";a:4:{s:10:\"expiration\";i:1766077111;s:2:\"ip\";s:10:\"75.7.15.79\";s:2:\"ua\";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\";s:5:\"login\";i:1765904311;}}'),(17111,60,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:664.01999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:630.82000000000005;s:8:\"line_tax\";d:0;}}}'),(17112,105,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:12;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1759.5599999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1671.5799999999999;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:94.049999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:89.349999999999994;s:8:\"line_tax\";d:0;}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:11:{s:3:\"key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:156.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:148.96000000000001;s:8:\"line_tax\";d:0;}}}'),(17113,105,'session_tokens','a:1:{s:64:\"0d9792cb91c3fbff967f55eb37ef911f9ac8f948d4e30eb12d476ef2e6afccd8\";a:4:{s:10:\"expiration\";i:1766683792;s:2:\"ip\";s:11:\"24.96.23.20\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0\";s:5:\"login\";i:1765474192;}}'),(17119,75,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17120,75,'session_tokens','a:1:{s:64:\"92d11e1444d7072d46e6fa059f04bdfd1ac64fe4139536fbb2d158488e9725a1\";a:4:{s:10:\"expiration\";i:1763229186;s:2:\"ip\";s:15:\"192.136.236.101\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Safari/605.1.15\";s:5:\"login\";i:1763056386;}}'),(17128,5,'session_tokens','a:6:{s:64:\"b38f23ff48cfceaf392fb612c1da48b31cae5f72826cdcb72ea21e0bbae54ed8\";a:4:{s:10:\"expiration\";i:1766192184;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766019384;}s:64:\"efae562438595fccaa2aba37a9d5b6b93442d93e5843939ed926ff0242119e9b\";a:4:{s:10:\"expiration\";i:1766192188;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766019388;}s:64:\"3d5772204199eda99cc639c8073af0ab91527f15e390f1193f0c162d55425e17\";a:4:{s:10:\"expiration\";i:1766192190;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766019390;}s:64:\"be8d55e7137d1b31d52797f56cb47ea9bf95ea11452eefecc06642eb456c4f44\";a:4:{s:10:\"expiration\";i:1767305407;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766095807;}s:64:\"b5daf6f8e881e2e94370b4783447ba1ab26963965adcddc6d35ab0ea136d2ee6\";a:4:{s:10:\"expiration\";i:1767384156;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766174556;}s:64:\"02bcaf71df853372c1d79c1ee529ac6cf8675d86a61c7082304392f3f1ff84bb\";a:4:{s:10:\"expiration\";i:1767384159;s:2:\"ip\";s:14:\"71.237.182.213\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15\";s:5:\"login\";i:1766174559;}}'),(17132,113,'nickname','lca_jersey'),(17133,113,'first_name',''),(17134,113,'last_name',''),(17135,113,'description',''),(17136,113,'rich_editing','true'),(17137,113,'syntax_highlighting','true'),(17138,113,'comment_shortcuts','false'),(17139,113,'admin_color','fresh'),(17140,113,'use_ssl','0'),(17141,113,'show_admin_bar_front','true'),(17142,113,'locale',''),(17143,113,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(17144,113,'wp_user_level','0'),(17145,113,'dismissed_wp_pointers',''),(17146,113,'last_update','1763149318'),(17148,113,'default_password_nag',''),(17149,113,'session_tokens','a:6:{s:64:\"f60e40cc004bd54ebba7a2c9e8b18e9a94f195275ac70e05458b8973fe8e7b21\";a:4:{s:10:\"expiration\";i:1763323496;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763150696;}s:64:\"a0d00ce444246dc3f04f892e5df0a593ac342adac680e33308e93443aaabfb58\";a:4:{s:10:\"expiration\";i:1763323498;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763150698;}s:64:\"a8783dc20b48599829f3417dba6f1abd87c53f44a40bce128c7bbef56f3be80a\";a:4:{s:10:\"expiration\";i:1763331836;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763159036;}s:64:\"364a2f840539a60ec1f8c880cfd9f51c49c06ee9a0ee65ccd977490de63c91b1\";a:4:{s:10:\"expiration\";i:1763331837;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763159037;}s:64:\"6ed6d725aa60fad21eeb98d9d9d6f8562a48d39eb1942402204a93f78b03db42\";a:4:{s:10:\"expiration\";i:1763331840;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763159040;}s:64:\"a7d1ee14ab07ade24a5d141409171adbfec71cceb4fdcb31e05f8fb3c1e09f42\";a:4:{s:10:\"expiration\";i:1764368776;s:2:\"ip\";s:13:\"173.63.90.204\";s:2:\"ua\";s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_6_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1763159176;}}'),(17150,113,'wc_last_active','1763078400'),(17152,113,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17177,96,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17194,65,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:278.16000000000003;s:8:\"line_tax\";d:0;}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:11:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:6:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(17202,112,'session_tokens','a:2:{s:64:\"56564e148eae318d78b3c3ea3b63ef4efa305217d9178b6cedbcce02d060e72e\";a:4:{s:10:\"expiration\";i:1767201401;s:2:\"ip\";s:12:\"174.27.80.17\";s:2:\"ua\";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\";s:5:\"login\";i:1767028601;}s:64:\"39025bcec6f6849fe6a24c5994681a83e2707eb3a019b1edc1fca6ac3efe7789\";a:4:{s:10:\"expiration\";i:1768240161;s:2:\"ip\";s:13:\"202.69.149.10\";s:2:\"ua\";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\";s:5:\"login\";i:1767030561;}}'),(17207,112,'billing_first_name','Scott'),(17208,112,'billing_last_name','Wilson'),(17209,112,'billing_company','Lice Clinics of America Boise'),(17210,112,'billing_address_1','430 N Station Pkwy'),(17211,112,'billing_city','Farmington'),(17212,112,'billing_state','UT'),(17213,112,'billing_postcode','84025'),(17214,112,'billing_country','US'),(17215,112,'billing_email','info@boise.liceclinicsofamerica.com'),(17216,112,'billing_phone','18014308550'),(17217,112,'shipping_first_name','Scott'),(17218,112,'shipping_last_name','Wilson'),(17219,112,'shipping_company','Lice Clinics of America Boise'),(17220,112,'shipping_address_1','7512 W Lemhi St'),(17221,112,'shipping_address_2','Suite #2'),(17222,112,'shipping_city','Boise'),(17223,112,'shipping_state','ID'),(17224,112,'shipping_postcode','83709'),(17225,112,'shipping_country','US'),(17226,112,'shipping_method','a:1:{i:0;s:22:\"advanced_free_shipping\";}'),(17227,112,'_woocommerce_tracks_anon_id','woo:z+XkaBpM07D7bNbM4Pe1oL3E'),(17228,112,'paying_customer','1'),(17246,67,'session_tokens','a:2:{s:64:\"81a271570c9fd7f556b8f4a9179ef87606a68ffb43b2f50d58c7a47fd5c9017e\";a:4:{s:10:\"expiration\";i:1766067179;s:2:\"ip\";s:12:\"76.180.65.79\";s:2:\"ua\";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\";s:5:\"login\";i:1765894379;}s:64:\"6a76031ef504c9ada4e5abf5144f7501b55124359d4a59305fadf9fd21da9891\";a:4:{s:10:\"expiration\";i:1767104396;s:2:\"ip\";s:12:\"76.180.65.79\";s:2:\"ua\";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\";s:5:\"login\";i:1765894796;}}'),(17297,108,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:200;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:190;s:8:\"line_tax\";d:0;}}}'),(17307,82,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17322,98,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17326,50,'session_tokens','a:2:{s:64:\"f51cbf91de150e2f9f607711f984d2171594c6b7f9660896cc0aa2f70d2a8b1b\";a:4:{s:10:\"expiration\";i:1765472146;s:2:\"ip\";s:12:\"24.34.196.21\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 Edg/142.0.0.0\";s:5:\"login\";i:1765299346;}s:64:\"51916586f797fae9be46afc9673e52d5eecb378dc796ca76e81d6bb4618cf13c\";a:4:{s:10:\"expiration\";i:1765625947;s:2:\"ip\";s:12:\"24.34.196.21\";s:2:\"ua\";s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1765453147;}}'),(17339,50,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17342,4,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17348,23,'shipping_address_2','Suite 107'),(17349,23,'_woocommerce_tracks_anon_id','woo:IHLPPDUSNh9M5lJN7Zv7St2m'),(17352,2,'_elementor_structure_popup_dismissed','1'),(17356,79,'session_tokens','a:1:{s:64:\"047785400c1db0d98d913933d09a25ac942ee311298a7aeca01c4bed34149bdd\";a:4:{s:10:\"expiration\";i:1765678930;s:2:\"ip\";s:12:\"71.91.158.65\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1765506130;}}'),(17363,66,'aftax_countries',''),(17364,66,'aftax_states',''),(17365,66,'aftax_fileupload_field',''),(17366,66,'aftax_tax_exemption_status',''),(17367,66,'aftax_tax_expire_date',''),(17368,66,'wp_elementor_enable_ai','1'),(17369,66,'shipping_phone',''),(17386,67,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17391,87,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:8:{s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:95;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:172;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:163.40000000000001;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:71.400000000000006;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:67.829999999999998;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:139.08000000000001;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}}}'),(17407,23,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17409,54,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:6:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:509.63999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:484.16000000000003;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:31.350000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:29.789999999999999;s:8:\"line_tax\";d:0;}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:11:{s:3:\"key\";s:32:\"01931a6925d3de09e5f87419d9d55055\";s:10:\"product_id\";i:2113;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:344;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:326.79000000000002;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:597.61800000000005;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:567.73800000000006;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:69.540000000000006;s:8:\"line_tax\";d:0;}}}'),(17435,7,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17438,20,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:69.540000000000006;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:11:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.25;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130.15000000000001;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:59.57;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:6:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(17440,92,'session_tokens','a:1:{s:64:\"1d5a1cbaa3b0056e35f4ed275af2d69bbaebf8305d0a8f7b01e3bae4746a6407\";a:4:{s:10:\"expiration\";i:1767231167;s:2:\"ip\";s:13:\"99.113.38.110\";s:2:\"ua\";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\";s:5:\"login\";i:1767058367;}}'),(17445,5,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17450,76,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1274.0999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1210.4000000000001;s:8:\"line_tax\";d:0;}}}'),(17452,6,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(17455,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:4:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:205.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:195.22999999999999;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.5;s:8:\"line_tax\";d:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:6:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(17460,112,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:139.08000000000001;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:95;s:8:\"line_tax\";d:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:11:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:161.5;s:8:\"line_tax\";d:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:11:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:140.59999999999999;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:11:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:141.36000000000001;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:14.300000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:13.59;s:8:\"line_tax\";d:0;}}}'),(17465,92,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:11:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:11:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:314.94;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:208.62;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.5;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256.5;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:637.04999999999995;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:605.20000000000005;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:238.25999999999999;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:6:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'lcaportalstore','$P$B1nuHCyqLFUwtwbWa1qR17m22xg2fo0','lcaportalstore','jessica@laradasciences.com','https://lcaportalstoreg.liceclinicsofamerica.com','2021-03-16 18:12:25','',0,'lcaportalstore'),(2,'lcaadmin','$wp$2y$10$1..VNNrYglakt/wNFg3foOmSrs30tM7pJeNdys.7K1OBscp60ShCy','lcaadmin','laradasciences@gmail.com','','2021-03-18 18:28:08','',0,'lcaadmin'),(3,'lca_mckinney','$wp$2y$10$LhMyq7wkh5xJgoi9RoT7r.aJLx5YAG5FK9WgpaQNfTkh3afPldhtG','lca_mckinney','info@liceclinicsmckinney.com','','2021-04-08 19:52:25','',0,'Amanda Westerman'),(4,'lca_slc','$wp$2y$10$5F6HUqK4He17q6tQvF9Rte2J8G72OkZUeiV.F9ccgmrJUisxtqmm6','lca_slc','courtney@slc.liceclinicsofamerica.com','','2021-04-08 19:54:57','',0,'lca_slc'),(5,'lca_northwest','$wp$2y$10$KHjJgA8k9mutkxFz08k/9.nA7vT/npImF4V0q5l0cqO12A6TP/KDS','lca_northwest','noemi.and.mark@nwliceclinics.com','','2021-04-08 20:00:29','',0,'lca_northwest'),(6,'lca_modesto','$wp$2y$10$EOoKnwjUHR.PAbg9i4xjC.zUq.TBPZA1W.YzcjqaYvj.0/kxfQsPG','lca_modesto','info@liceclinicsmodesto.com','','2021-04-16 17:39:54','',0,'Amira Purto'),(7,'lca_gilroy','$wp$2y$10$1l2m.QxHebk8zWOPiDjuX.QZR7h32kQW..aA0fG9HeJpKsoVRgKii','lca_gilroy','lca.gilroy@gmail.com','','2021-04-16 17:48:49','',0,'Amy Allen'),(8,'lca_nitwits','$wp$2y$10$zxkw4yHGpIXTNWTatH7dPevqStMP2qYC09zVRWdpPatl8lLOBUa/K','lca_nitwits','info@nitwitslice.com','','2021-04-16 17:56:34','',0,'Barbara Frieden'),(9,'lca_medway','$P$BqYFsp8ln.EM/ZZzBYMDvYzNNXwL4M.','lca_medway','info@liceclinicsmedway.com','','2021-04-16 18:01:08','1618596069:$P$B4Ugzl0Q.4X.kcUKB8l9NIesGoocKG/',0,'Brenda Howard'),(10,'lca_northseattle','$P$BH4i32ZuYvUzCLVTyUUjmBizMvhhWv/','lca_northseattle','info@liceclinicsnorthseattle.com','','2021-04-16 18:05:00','1618596301:$P$B/bscSvDcjviIdM5MG1t644lWIkwd4/',0,'Chris Parker'),(11,'lca_bowlinggreen','$wp$2y$10$izCNI3cwSZEGzFAS5HOo..Oc0zNSUWEkuVd3jGF/zPoRnpxej4i1S','lca_bowlinggreen','info@liceclinicsbowlinggreen.com','','2021-04-16 18:07:51','',0,'David Collett'),(12,'lca_arnold','$P$BaFF.OD6sCj.UbLdHjXQm/rOSIh7Dr0','lca_arnold','info@liceclinicsarnold.com','','2021-04-16 18:10:42','1618596643:$P$B6PFFE1v8dtefXaQsgc/68suYzlMh31',0,'Eric Kluempers'),(13,'lca_tucson','$P$BBfLRedL4DwaDSgLvkKfMC8fcATngn.','lca_tucson','info@liceclinicstucson.com','','2021-04-16 18:14:06','1618596847:$P$BB/1RxRF5cr/qdTfIneTnKw01DKvZ1/',0,'Erich Deines'),(14,'lca_charlottesville','$P$B0nnh3c7/NgDlMaW8Y/n0KaZKIL64m1','lca_charlottesville','info@liceclinicscharlottesville.com','','2021-04-16 18:18:33','1618597115:$P$BPAFkBXV/cRb6nhqXqZlEUCpKMWe6w1',0,'Gerry Wolburg'),(15,'lca_milwaukee','$wp$2y$10$VPbfzIaZzuOG5SKt.dT4ueXX7U.asJ0RDmiK4iJ2aYxnTwNMgs86K','lca_milwaukee','info@liceclinicsmilwaukee.com','','2021-04-18 14:33:06','',0,'Andrea Florsheim'),(17,'lca_northerniowa','$P$ByrEJpc8P68w4iSqVqZciDgELXnUjt0','lca_northerniowa','info@liceclinicsnortherniowa.com','','2021-04-18 14:50:12','1618757413:$P$BGQegamshd2dV1CNTVJEWIy67/4ABN1',0,'Bess Hayes'),(18,'lca_houston','$P$BYt2SJnpVqt/VppYRw2Kson0SzlXTX1','lca_houston','info@liceclinicshouston.com','','2021-04-18 14:55:36','1618757737:$P$BVls61poW77RrDum4eFV62ASoWjkch/',0,'Jen Mortensen'),(19,'lca_albuquerque','$P$BV1wrR.ulrDrtHbOX1RiI6h2HEShuF/','lca_albuquerque','info@liceclinicsalbuquerque.com','','2021-04-18 15:07:12','1618758433:$P$B6ZtQkxytQ4rQsLWmQ5euxkrFq7wmM1',0,'Gretchen Collins'),(20,'lca_santaclarita','$wp$2y$10$P7wHqq1tNx5.PNEL4y14Ze9FIRtHqDvPnebYQGcBKdy1wDu/S3GFa','lca_santaclarita','info@liceclinicssantaclarita.com','','2021-04-18 15:12:08','',0,'Hasani Thompson'),(21,'lca_littlerock','$wp$2y$10$VQ8KCaqJpmqX3Up2/LifIO8mD4jYsbY6bS.bXJtcEUntwLtfOhAq6','lca_littlerock','liceclinicslittlerock@gmail.com','','2021-04-18 15:15:44','',0,'Heidi Merritt'),(22,'lca_disentangle','$P$B2pJqNKnckTh85Hvv9kLW77zH5ImHZ1','lca_disentangle','jpcarey84@gmail.com','','2021-04-18 15:19:20','',0,'Jaclyn O\'Connell'),(23,'lca_ssf','$wp$2y$10$NNYXjSOxF4fcBMCb13BBgex6HdnTKPywXnsCPbK9CbC/G7BmCN67C','lca_ssf','info@liceclinicssf.com','','2021-04-18 15:25:32','',0,'Jacqueline Huynh'),(24,'lca_lakecountry','$P$BVeFFTHLrGFzBt/NUy1opr3C9Ci2uY/','lca_lakecountry','info@liceclinicslakecountry.com','','2021-04-18 15:27:24','1618759646:$P$BeGhcPsFPEF1v523SILuq3uWja6H051',0,'Jamie Jauregui'),(25,'lca_hattiesburg','$P$BZGt.gd7INf4kjufVquB1heNreYGRn1','lca_hattiesburg','info@liceclinicssouthms.com','','2021-04-18 15:32:47','1618759969:$P$BI78U0Tl8s1.pqKaOePXqN54BllzOi1',0,'Jason McQueen'),(26,'lca_augusta','$P$B.QSnwKsBuJk7YWIOHUGBfhFsb0f3g/','lca_augusta','info@liceclinicsgeorgialina.com','','2021-04-18 15:34:59','',0,'Jennifer Crumrine'),(27,'lca_knoxville','$P$BHG0gxdhZ9zhnhEgF5/ycFeypWVk6u.','lca_knoxville','info@knoxvilleliceclinic.com','','2021-04-18 15:39:32','1618760373:$P$BrX2qQbpssgUvwD.D5yJkyyy2lZJGI/',0,'Jennifer Fribourg'),(28,'lca_temecula','$P$BVl9pGiyFNA/poARwfZyw2.VF/oVFA1','lca_temecula','info@liceclinicstemecula.com','','2021-04-18 15:42:54','1618760575:$P$B3ggjUPl0MU9OlnaYgiPzxIbZ/WX/r/',0,'Kelli Washington'),(29,'lca_lansdale','$wp$2y$10$3rmyQ8H46i9rDHXXCNBBpuPnxWJT6OSWuWBHUQ4k/IsH3LT5aLofG','lca_lansdale','info@liceclinicslansdale.com','','2021-04-18 15:45:37','',0,'Kevin Reilly'),(30,'lca_bellingham','$P$BkySnZ.QQoA3DollrTUrOXbNTBdn2o/','lca_bellingham','info@liceclinicsbellingham.com','','2021-04-18 15:48:03','1618760884:$P$BmG/aUH9dj.jeawFwGGy65daKVppuB.',0,'Trish Tatro'),(31,'lca_fortwalton','$P$B2s1j8N5jm49QtH/9/kDTKEsSErWyQ/','lca_fortwalton','info@liceclinicsemeraldcoast.com','','2021-04-18 15:51:21','',0,'Lesley Prince'),(32,'lca_licebusters','$P$BHwX28YMkmnFadUtJ4lChacaD4Y7pw1','lca_licebusters','help@licebusters-stl.com','','2021-04-18 15:59:28','1618761570:$P$BRn4A7UKvPMhgoRTn78UAc.NLXIrbk0',0,'Libby Lutz'),(33,'lca_lowell','$P$ByO1RxL7LID3uQkEnQQBPotM2UAwFb1','lca_lowell','info@liceclinicslowell.com','','2021-04-18 16:03:23','1618761804:$P$BZNMEhwSAJ4KaJEHqd2e2mdGX61p3E0',0,'Lynn Smith'),(34,'lca_reno','$P$Bs.kLSkTALG3KMKnEvZnfVdEoRkDyA1','lca_reno','info@liceclinicsreno.com','','2021-04-18 16:05:32','',0,'Margaret Torres-Wilson'),(35,'lca_marietta','$P$BULCaeHTJ.kP/.j.wW7eJW3s2Pje/11','lca_marietta','info@liceclinicsmarietta.com','','2021-04-18 16:08:41','1618762122:$P$BnRohFFrCLSjFnZ0dPxuiJRnNkWfkJ.',0,'Mary Hammock'),(36,'lca_bakersfield','$P$BnGRvv6Ir9EnM2so/GVl6jw5SmUuvd1','lca_bakersfield','2920lca@gmail.com','','2021-04-18 16:11:09','',0,'Melanie Sherman'),(37,'lca_fhc','$P$B9YFpdH1kILWq6ENYHD4IsS.wnlwwP0','lca_fhc','familyhairclinic@gmail.com','','2021-04-18 16:13:03','',0,'Melody Carter'),(38,'lca_northpitts','$P$BHXwZNCZDf8YgIb0ulnl052GHxntS3/','lca_northpitts','info@liceclinicsnorthpittsburgh.com','','2021-04-18 16:16:32','1618762593:$P$BYreZJS56.J9I6vaE4.QYcUG6MH8GT1',0,'Michael Mantia'),(39,'lca_brightside','$wp$2y$10$Wy4HTynWqXX7pYCPe/wHNO1LJ6mRh1hgqL0tLX4g/zEYj2xvVajpa','lca_brightside','liceremovalwisconsin@gmail.com','','2021-04-18 16:20:05','',0,'Patty Ziegler'),(40,'lca_kent','$P$BWNlh7fxXFboQMl7dTGTkaFWfX/gKG.','lca_kent','info@liceclinicskent.com','','2021-04-18 16:22:32','1618762953:$P$Bbm8tIvgvyJ58WuBIEalHQojohQMqY1',0,'Paul Cunningham'),(41,'lca_stcloud','$P$B7Pr3gO3D5niLQkS51ku1w1ebV4veI0','lca_stcloud','info@liceclinicstcloud.com','','2021-04-18 16:24:35','1618763076:$P$Bi0id7GtjLomi4z24Tc.JpNJVnoA/p0',0,'Rainya Strack'),(42,'lca_sanluisobispo','$P$BvpO/BBBS.4sL/C9S.R6yK/nB1Cmrl1','lca_sanluisobispo','info@liceclinicsanluisobispo.com','','2021-04-18 16:26:50','1618763211:$P$BfuGD2VgSbAk3B8TvCcsQKaXt4V3Rg0',0,'Rose Moore'),(43,'lca_bonitasprings','$P$BX9RfXy2a9p.51tePnXJYVk14mKl3l0','lca_bonitasprings','info@liceclinicsouthwestflorida.com','','2021-04-18 16:30:32','',0,'Ryan Nelson'),(45,'lca_wilmingtonde','$P$BHcMCk83XvoaSz2vt1GCZbnAiaNMED/','lca_wilmingtonde','info@liceclinicswilmingtonde.com','','2021-04-18 16:36:13','1618763774:$P$BnRSz40UL3Q2aUfZ7tMv5TNVRIcRWg0',0,'Savanna Mitchell'),(46,'lca_jonesboro','$wp$2y$10$2Zem2/YtimKyzhlauqrbaezjuyZXbiLaaxqwvzGRY8svjfrsZBE9y','lca_jonesboro','info@liceclinicsjonesboro.com','','2021-04-18 16:39:13','',0,'Ashe Montalvo'),(47,'lca_sanantonio','$wp$2y$10$2r9PkehRTHBD5qD9VXGPb.yA1bl9KKwf5PX1ouFDYE9JLRxABge5q','lca_sanantonio','info@liceclinicsanantoniowest.com','','2021-04-18 16:41:44','',0,'Sheli Schomer'),(48,'lca_evansville','$P$B39K.mmqfG2iyVHQfd3/vFP8mrYK6n0','lca_evansville','info@liceclinicsevansville.com','','2021-04-18 16:44:42','1618764283:$P$BzH1RNOvZAE7/Bt.fahKO16cWrNb8o.',0,'Suzanne McCutchan'),(49,'lca_northernvirginia','$P$Bt3gE6AK1Xg3u2CX.aP0.YfiA2K5PH1','lca_northernvirginia','info@northernvirginialiceclinics.com','','2021-04-18 17:56:10','1618768571:$P$BilzxI6y7QcHmtlcgExjiW6RW6rHtO1',0,'Chris Winkler'),(50,'lca_newhampshire','$wp$2y$10$S6GyUttlSuz47IUHKgonSeOP87qA92yPrvYh63TZK8zwrIcWtaq/6','lca_newhampshire','info@liceclinicsplaistow.com','','2021-04-19 01:33:53','',0,'Christine Cherry'),(51,'lca_wpb','$P$B1pyBbghMMkFx8thXafXwNqN6ORp5m.','lca_wpb','info@liceclinicsofflorida.com','','2021-04-19 02:23:17','',0,'Corie Kaniamos'),(52,'lca_nova','$wp$2y$10$85RrnBCWQ92zsl1liwjFkOqKqelMA9fIRi1eA6MYb8MMeyWiHtQAe','lca_nova','info@liceremovalnova.com','','2021-04-19 02:46:12','',0,'Darlene La Framboise'),(53,'lca_scharlotte','$P$Bb3FyOImSc7FL3iDuFm.zY24Ryjgh4.','lca_scharlotte','info@liceclinicssouthcharlotte.com','','2021-04-19 02:49:57','1618800598:$P$BUW4bkQX/7ynNL1.nDfNtxDEK7/ijj1',0,'Dena Black'),(54,'lca_northernil','$wp$2y$10$5IJuxQRBEQx1rT13YUkUEed6agMfbDNvfm3Fkpuh9nP9xVtK.FTg2','lca_northernil','info@liceclinicsvernonhills.com','','2021-04-19 03:10:33','',0,'Erin Hawn'),(55,'lca_connecticut','$P$BEghUJ8Ye.FbR.2jfs0ElUvUFiI3Yj1','lca_connecticut','stephanieknecht@lcaconnecticut.com','','2021-04-19 03:16:26','',0,'Stephanie Knecht'),(56,'lca_dfw','$P$B6qFOx8ULWkQRHwDP/.mM4d4OUNFk31','lca_dfw','info@liceclinicsdfw.com','','2021-04-19 03:38:32','',0,'Gus Romero'),(57,'lca_upstatesc','$P$BShj14/xf0ziwiJf0e.7pznHvTuwXD1','lca_upstatesc','info@liceclinicsupstatesc.com','','2021-04-19 03:50:10','1618804211:$P$B/Zjyn5/myG7LD7HunXpZWKc7VNXJF/',0,'Heather Purtle'),(58,'lca_easttx','$P$Brhw7280CqkgpACoHiSxtFhOMH4W0z1','lca_easttx','info@liceclinicseasttexas.com','','2021-04-19 03:54:21','1618804463:$P$BHltcjhv8ZzVUDbtaq.AVt9lLK1dHx/',0,'Heather Smith'),(59,'lca_sugarland','$wp$2y$10$wHIOwvu4MuqIalnpXbXLV.XXNqBamAoGF5LjeDEr6ioEMxIRBSdIW','lca_sugarland','info@liceclinicssugarland.com','','2021-04-19 04:00:25','',0,'Jacob Anthon'),(60,'lca_chicagosub','$wp$2y$10$iNQwSRJly8gZKS7LDS3rMOiW4/RJXKzn0VevcarCcmWdszNAF0QUG','lca_chicagosub','info@liceclinicschicagosuburbs.com','','2021-04-19 04:03:18','',0,'Jill Leshtz'),(61,'lca_lexington','$wp$2y$10$vzvlCb.gU0ABgt.4WTjXFOk/uWu2eChxEhI7cxtG52KeXgURVfggi','lca_lexington','info@liceclinicslexington.com','','2021-04-19 04:06:52','',0,'Judy Hayden'),(62,'lca_centralwi','$P$BgyKq5JKv1VS2l6SEqxnzZhPacgqAy.','lca_centralwi','info@liceclinicscentralwi.com','','2021-04-19 04:12:47','1618805568:$P$BnxZnqW74/IjEraX8UoqhnE/QDBADL/',0,'Laurie Moyer'),(63,'lca_pugetsound','$P$BNVBZ/1ycu3AB6.pcHBl2kQ11l4Pkv1','lca_pugetsound','info@liceclinicspugetsound.com','','2021-04-19 04:15:56','',0,'Lisa Hagman'),(64,'lca_hawaii','$P$B832bylmYysEbtBhIj.bknOBSqE2yE0','lca_hawaii','info@liceclinicshawaii.com','','2021-04-19 04:21:37','1618806098:$P$B.7n4K8NWJxt4INZ9CpXbQY1FVhChW1',0,'Barrie Desmond'),(65,'lca_freshheads','$wp$2y$10$P0VbHrnZ8d6zCThgBHxNv.7nV5nwzpcpA2Zj22BtCHRvovqPVoURG','lca_freshheads','mandy@freshheadsliceremoval.com','','2021-04-19 04:26:44','',0,'Mandy Ottesen'),(66,'lca_maryland','$wp$2y$10$7qBLn5dNe44KmPsyok8Uh.Uih7xgwu9H2FRWOoA//LqKnlAvoBH9K','lca_maryland','info@liceclinicsofmaryland.com','','2021-04-19 04:34:54','',0,'Mark Dent'),(67,'lca_naughtynits','$wp$2y$10$0rN4Eqv2rSb1DJaAPFyN6eOprJ35bClYjwyVy0bMwfFgVR3Y6HaRe','lca_naughtynits','contact@naughtynits.com','','2021-04-19 04:39:50','',0,'Marnie Murray'),(68,'lca_phoenix','$P$BYspTaUxOIZG94sZab9ZT2SzETYqEc1','lca_phoenix','info@liceclinicsphoenix.com','','2021-04-19 04:45:04','1618807505:$P$BVsQJA38UqKktp8y0.5iRtKGJlj1zi.',0,'Martell Deines'),(69,'lca_memphis','$P$BKiPi0anltUTDrO7jD1PMwX1Mbh6jK.','lca_memphis','info@liceremovaltn.com','','2021-04-19 04:48:55','1618807736:$P$BZdrzSqsOKdpxCSisEnu2AlNrqqDun/',0,'Marty Brown'),(70,'lca_pleasanton','$P$ByrtV5UOUx0nGsaOjnfDzqus6gAG0M/','lca_pleasanton','info@liceclinicspleasanton.com','','2021-04-19 04:53:06','1618807987:$P$BK7L7ucRx/ktGNsKiHm3goCuZkuMaZ0',0,'Masoud Barukzai'),(71,'lca_sandiego','$P$B0q5QrlZqTOHFic11MPlkM3LHPiW5Z1','lca_sandiego','info@lcasandiego.com','','2021-04-19 04:57:40','',0,'Mercedes Domingo'),(72,'lca_liceawaytoday','$P$BMzW9zH4uPMwnwy8ND6s8GNKIiJ8wO/','lca_liceawaytoday','info@liceawaytoday.net','','2021-04-19 05:06:55','1618808816:$P$BnBbvswcJaoOK.sdPeFtLvvCfYj4zf0',0,'Michelle Cherry'),(73,'lca_castrovalley','$wp$2y$10$B7b4vPiXWwB.bKlydwmqF.wRRHvc8/v2CqHnPRKfO6vSk0SinfOba','lca_castrovalley','info@liceclinicscastrovalley.com','','2021-04-19 05:10:51','',0,'Lice Clinics - Castro Valley'),(74,'lca_spokane','$P$Bxfw8uQsKtTPpfjH/lE8a3J8x0D5aN1','lca_spokane','info@liceclinicspokane.com','','2021-04-19 05:14:15','1618809256:$P$BYDJ0BaOH.dwXHrRuDp91yVbTCck0Z0',0,'Michelle Repp'),(75,'lca_healthyheads','$wp$2y$10$0T334cGE3JxC3WjmyTL/m.NImIF815yGaXnxwY5N.J09VMIM/CbUW','lca_healthyheads','info@healthyheadstx.com','','2021-04-19 05:17:50','',0,'Mirtala Pena'),(76,'lca_liceaunties','$wp$2y$10$dkeEY0901oCpcqXgHbc8Ru6QKJW/P9Vxnz2U8GhfJ.ZuTQElye0we','lca_liceaunties','nrgolden6486@gmail.com','','2021-04-19 05:23:11','',0,'Naomi Golden'),(77,'lca_fresno','$wp$2y$10$Kab/R8iLhpi8MmZv.hPo6eYZvC9uBo530AsmV3x.rLoxdbfMglRBu','lca_fresno','info@liceclinicsfresno.com','','2021-04-19 05:26:24','',0,'Philip Moon'),(78,'lca_longisland','$wp$2y$10$iGOC9odUANA43ynmPv7YKeJJV6wzfpCKccDYo16LDg3dHKTj1sZbq','lca_longisland','info@liceclinicslongIsland.com','','2021-04-19 05:29:36','',0,'Richard Florsheim'),(79,'lca_swla','$wp$2y$10$OUkVs1pQnxnag2nmnl6WzOZBIxPh0StgHISRPTUEVbwc3ugh3fJse','lca_swla','info@liceclinicswla.com','','2021-04-19 05:36:32','',0,'Shanna Castille'),(80,'lca_philly','$P$B7IML67NTuwoZ.H4Nb1qUKtsMftURC1','lca_philly','liceclinicphilly@gmail.com','','2021-04-19 05:42:14','',0,'Sharon Rizzuto'),(81,'lca_collegestation','$P$BN6iUSEy/8bQVNJKD5A7FH78hmFBj/1','lca_collegestation','info@texasliceremovalclinic.com','','2021-04-19 05:48:24','',0,'Sonia Watt'),(82,'lca_bocaraton','$wp$2y$10$J2xfvpChBuJ6IqLRYWl1Sudo7JkM/0.XXGgVJksZjLBWl5d.AA5Gu','lca_bocaraton','sonnynguyenle@gmail.com','','2021-04-19 05:53:48','',0,'Sonny Le'),(83,'lca_norco','$P$Bnc46qaTvp7J6f7oxqA3dlWQpBZR59/','lca_norco','info@liceclinicsnortherncolorado.com','','2021-04-19 05:58:35','',0,'Robin Martinez'),(84,'lca_nitzy','$P$Bvc2w3SynxxaKX3I4cDzlcDtc3y8lf/','lca_nitzy','nitzyliceremoval@gmail.com','','2021-04-19 06:01:40','1618812101:$P$BPvbvfb2wseB5CBziMcB.oGkErNwZB.',0,'Thuy Tien Du'),(86,'lca_bellevue','$P$Bt1jJvM2n4c5VEeIO5GMXRFPR6RX6d.','lca_bellevue','benson0860@msn.com','','2021-04-19 06:08:53','',0,'Traci Benson'),(87,'lca_midsouth','$wp$2y$10$OhAeoPEpT/WAltjqEip/OOJPwv3d5bPgaX1LiHWfOxBmzLlcph71S','lca_midsouth','info@liceclinicsmidsouth.com','','2021-04-19 06:13:00','',0,'Wade Huntsman'),(88,'lca_mih','$P$BSeLO9oc3JIveQFR/qDs4JdL2KoffM.','lca_mih','info@nonitnoggins.com','','2021-04-21 14:39:05','1619015946:$P$BxXN01olBV7R63aJGk3ndAkHxdL8ZH0',0,'Phil Brechting'),(89,'lca_scott','$wp$2y$10$hwuqxBO0MbxIahOi/1TIneLafs8mdih3wiIT8N6m7eGYXqvlOL6OO','lca_scott','scottw@laradasciences.com','','2021-04-21 14:59:58','',0,'Scott Wilson'),(90,'lca_remedylice','$wp$2y$10$IFCOf/olCZHWPDK62oD.veytojJr446uyFHiWFa1krDDv7rpGyX6G','lca_remedylice','rapunzelscorinn@gmail.com','','2021-04-21 15:08:45','',0,'Mike Brehm'),(92,'lca_fremont','$wp$2y$10$m7LegI16miaRXM2mUcmne.xBN2G.yd/WwKvvcg/rji1arQmBF.XmW','lca_fremont','info@liceclinicsfremont.com','','2021-04-26 19:26:48','',0,'Michelle Lehang Du'),(94,'lca_forsyth','$P$B4/UeafkfCRrGerhC9bt/ts8kn/N4C1','lca_forsyth','dacy1016@gmail.com','','2021-09-29 17:52:03','1632937924:$P$Bj/hpQO1McWubuu734ccxGQoNIUPxf.',0,'lca_forsyth'),(95,'lca_orders','$wp$2y$10$u6/ugrfTD9LIuNFkxC73Q.MqUXI6HQbq5NXRwQNWpBvjbYH9ykVUi','lca_orders','orders@laradasciences.com','','2022-02-08 15:42:36','',0,'lca_orders'),(96,'lca_desmoines','$wp$2y$10$Kpw8jttuxFaER.w5o2prBehNUP.aoDom4C11pvWG2JjmMjj5Xq3qy','lca_desmoines','j.m.licesolutions@gmail.com','','2022-03-08 16:18:46','',0,'Jaimi Anderson'),(97,'felix.pena','$P$BzCNX46gP3kxscdaK8PEGpUKcKOAfO/','felix-pena','felix@cartooncutspr.com','','2022-07-28 14:10:28','1659017429:$P$BG.iKFdGORUgURp5dokADR8ev8J9sw.',0,'Felix Pena'),(98,'lca_dublin','$wp$2y$10$5ofqKzTef8TStfqTnUDLVOolCtpWx9.5VTinmN2LKFCsUuC.ql8Eq','lca_dublin','christine@liceclinicscolumbus.com','','2023-07-17 16:04:07','',0,'Christine Cherry (Dublin)'),(99,'skyverge','$P$B8//524zknUyWA.UPNjvUYyt8BiWOb/','skyverge','support+id-2313774199@skyver.ge','','2023-07-30 14:07:48','1690726068:$P$Bdkddqg0p23iHRnOKnYgXd9asAzfmO0',0,'skyverge'),(100,'lca_sunnyvale','$wp$2y$10$IddVYwHXAcjjCyow6a5F3uHTc15kPm2kQOcrLpi8ifM88ZI1Olw82','lca_sunnyvale','b3ckm4n@gmail.com','','2023-09-25 14:50:07','',0,'Michael Beckman'),(101,'lca_rome','$wp$2y$10$iIb9khqgekwl7vFO9KAVw.b3YKd4rc70Rqfwc4OpxpqKpQsLv3vSC','lca_rome','info@liceclinicsrome.com','','2023-09-25 15:05:07','',0,'Jeff Mauer'),(102,'woo_support','$P$BSZBsaEF7iZK9/yqDSDYEXbIcz6wt21','woo_support','woologin@woocommerce.com','','2024-04-01 19:06:21','',0,'woo_support'),(103,'lca_norway','$P$BQ.q31ShmBQBuAIu1UfjuXciWhYJB6/','lca_norway','post@luseklinikken.no','','2024-04-11 16:11:26','1712851886:$P$BzQTBstahS7ekXIOeuq9TxE8Yq1sB/0',0,'Anja Dahl'),(104,'lca_kelvin','$wp$2y$10$b6rYtfbO5bCwwL4gH3V1iuRVnocB/Bn7gStnF7Gf/Y4vLP0F5vZMm','lca_kelvin','kelvin@liceclinicsofamerica.com','','2024-05-02 16:02:17','',0,'Kelvin Fencil'),(105,'lca_nashville','$wp$2y$10$13pEhW2ln1gQsMDB35M03uFijBrhBGbbcFHz8dviQtLZbCaZwD58i','lca_nashville','info@nashville.liceclinicsofamerica.com','','2024-05-15 20:53:56','',0,'Joe West'),(106,'lcarosemary','$wp$2y$10$S6Z25P/IQJel9SA3EkCyJuaUJqG2jpvEwr6Tq/WViKudihUIsOJW.','lcarosemary','rosemary@liceclinicsofamerica.com','','2025-06-12 15:05:58','',0,'Rose Mary Hontz'),(107,'sara','$wp$2y$10$Met3s4z/HA6aXgI/Cp8yPOO1DPrGjygvIspVPf7jLZ.Za0vgfoVZu','sara','sara@liceclinicsofamerica.com','','2025-07-07 18:47:25','',0,'sara'),(108,'lca_fortworth','$wp$2y$10$vPeyx2Dta47ZeU8CvUvPF.ne7OB/gIHsXVgprmd/IjH90J7WUaCoG','lca_fortworth','info@liceclinicsfortworth.liceclinicsofamerica.com','','2025-07-14 00:40:00','',0,'Kat'),(109,'sonia.troyon','$wp$2y$10$mK6lGiSqNPllUCYO4DcJgO2sh1q9IGfxeIlGx8vGLWXTXYdxATNSq','sonia-troyon','sonia.troyon@gmail.com','','2025-08-29 16:58:31','',0,'Sonia Troyon'),(110,'lca_denver','$wp$2y$10$3ia9GjDlW/P/RT1dp39/MOsw3.zkuxxp4pt3fgmujm1KLbY50PTA2','lca_denver','info@denver.liceclinicsofamerica.com','','2025-09-25 19:23:50','',0,'Catherine Eklunds'),(111,'lcadavid','$wp$2y$10$ibS0NrYjsl2yi4FY8UMnDu3JAOITSCb27AvGtVQKwFHnhflyBuMaG','lcadavid','david@liceclinicsofamerica.com','','2025-10-14 16:21:08','',0,'David Washburn'),(112,'lca_boise','$wp$2y$10$H6r6awNv9AemdcGtXm7t0ObHTeNZeze3oLHC/p5472ftksX6UR5yi','lca_boise','info@boise.liceclinicsofamerica.com','','2025-10-28 01:23:29','',0,'Scott Wilson'),(113,'lca_jersey','$wp$2y$10$/60/OOfgwj2GWQK4yf5AM.MstfK92CUxoIz42Y5OuuEWdBboL3Bc6','lca_jersey','info@ramsey.liceclinicsofamerica.com','','2025-11-14 19:41:57','',0,'lca_jersey');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=146130 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (1,1,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,'',NULL,NULL),(27,16,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(41,19,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,'',NULL,NULL),(55,20,'add-first-product','Add a product','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&task=products','actioned',0,'',NULL,NULL),(56,21,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-products/?utm_source=inbox','actioned',0,'',NULL,NULL),(70,22,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,'',NULL,NULL),(371,24,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),(1129,27,'share-feedback','Share feedback','https://automattic.survey.fm/store-setup-survey','actioned',0,'',NULL,NULL),(1130,28,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(1131,28,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback',NULL,NULL),(1132,29,'day-after-first-product','Learn more','https://docs.woocommerce.com/document/woocommerce-customizer/?utm_source=inbox','actioned',0,'',NULL,NULL),(6694,45,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(8257,55,'remove-legacy-coupon-menu','Remove legacy coupon menu','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&action=remove-coupon-menu','actioned',1,'',NULL,NULL),(9338,56,'acfw-plugin-review','Review Advanced Coupons','https://wordpress.org/support/plugin/advanced-coupons-for-woocommerce-free/reviews/#new-post','actioned',1,'',NULL,NULL),(10061,60,'wwp-learn-more','Learn more','https://wholesalesuiteplugin.com/?utm_source=acfwf&utm_medium=wcinbox&utm_campaign=wcinboxwwplearnmorebutton','unactioned',0,'',NULL,NULL),(10062,60,'wwp-plugin-install','Install now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin-ajax.php?action=acfw_admin_note_install_wwp&type=install','actioned',1,'',NULL,NULL),(10376,61,'notify-refund-returns-page','Edit page','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=619&action=edit','actioned',0,'',NULL,NULL),(11363,64,'join-store-owner-tips','Join Store Owner Tips on Facebook','https://www.facebook.com/groups/storeownertips','actioned',1,'',NULL,NULL),(12081,62,'mercadopago_q3_2021_EN','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN','actioned',1,'',NULL,NULL),(12262,66,'acfw-youtube','Advanced Coupons Youtube Channel','https://www.youtube.com/channel/UCPpM1oDXkgjQUkMYWKW7ccA','actioned',1,'',NULL,NULL),(15104,50,'wayflyer_q3_2021','Get funded','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(15105,49,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,'',NULL,NULL),(15106,31,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,'',NULL,NULL),(15107,3,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,'',NULL,NULL),(15108,4,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,'',NULL,NULL),(15124,37,'learn-more','Learn about Instant Deposits eligibility','https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits','actioned',1,'',NULL,NULL),(15140,68,'learn-more','Learn more','https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch','unactioned',1,'',NULL,NULL),(15233,10,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,'',NULL,NULL),(15234,11,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business','actioned',1,'',NULL,NULL),(15235,30,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,'',NULL,NULL),(15236,30,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,'',NULL,NULL),(15237,17,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,'',NULL,NULL),(15238,18,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business','actioned',1,'',NULL,NULL),(15691,70,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(15692,71,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(16585,79,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(16943,80,'update-store-details','Update store details','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned',0,'',NULL,NULL),(20297,43,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(20298,44,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(20954,84,'wc_simple_payments_m2_reader_launch_q1_2022','Learn more','https://woocommerce.com/in-person-payments/','actioned',0,'',NULL,NULL),(21029,72,'stripe_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(21030,73,'square_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(21031,74,'wcpay_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(22152,91,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(23075,85,'wcpay_applepay_q1_2022','Let your customers know about Apple Pay','https://developer.apple.com/apple-pay/marketing/','actioned',0,'',NULL,NULL),(23076,86,'stripe_applepay_q1_2022','Add Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout&section=stripe','actioned',0,'',NULL,NULL),(23077,87,'square_applepay_q1_2022','Add Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square','actioned',0,'',NULL,NULL),(24824,97,'enable-navigation','Enable in Settings','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=features','actioned',0,'',NULL,NULL),(25088,88,'lead_gen_existing_customers_1','Yes, please','https://woocommerce.com/take-your-business-to-the-next-level/?utm_source=inbox_note&utm_medium=product&utm_campaign=lead_gen_existing_customers_1','actioned',0,'',NULL,NULL),(25330,93,'pinterest_gtm_q2_2021','Get started for free','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_gtm_q2_2021','unactioned',1,'',NULL,NULL),(25476,95,'woocommerce_payments_subscriptions_nopayments_q2_2022','Start selling subscriptions','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_nopayments_q2_2022','actioned',0,'',NULL,NULL),(25477,96,'woocommerce_payments_subscriptions_yespayments_q2_2022','Get started','https://woocommerce.com/document/payments/subscriptions/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_payments_subscriptions_yespayments_q2_2022#section-2','actioned',0,'',NULL,NULL),(25899,103,'googlelistings_multicountrygtm_q22022','Get Google Listings & Ads – free','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=googlelistings_multicountrygtm_q22022','actioned',1,'',NULL,NULL),(26088,99,'setup_task_second_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(26126,102,'affirm_q2_2022','Get started for free','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q2_2022','unactioned',1,'',NULL,NULL),(26438,25,'learn-more','Learn more','https://woocommerce.com/payments/?utm_medium=product','unactioned',0,'',NULL,NULL),(26439,25,'get-started','Get started','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',0,'','setup-woocommerce-payments',''),(26440,59,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(26441,65,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(26824,104,'wc_ipp_order_creation_GTM_launch_q2_2022','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_ipp_order_creation_GTM_launch_q2_2022','actioned',0,'',NULL,NULL),(28303,101,'wc-admin-EU-consumer-protection','Learn more about these changes','https://ec.europa.eu/info/law/law-topic/consumer-protection-law/review-eu-consumer-law_en#guidance','actioned',0,'',NULL,NULL),(28453,108,'TikTok q2_2022','Promote my products on TikTok','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=TikTok%20q2_2022','unactioned',0,'',NULL,NULL),(28931,110,'tiktok-webinar-promo-july2022-button','RSVP Now','https://gettingstartedwithtiktokforwoocommerce.splashthat.com/','actioned',0,'',NULL,NULL),(30315,94,'setup_task_initiative_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned',0,'',NULL,NULL),(31098,111,'klarna_q3_2022','Grow with Klarna','https://woocommerce.com/products/klarna-payments?utm_source=inbox_note&utm_medium=product&utm_campaign=klarna_q3_2022','unactioned',0,'',NULL,NULL),(31559,112,'mercado_pago_q3_2022','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox_note&utm_medium=product&utm_campaign=mercado_pago_q3_2022','unactioned',0,'',NULL,NULL),(31565,115,'mobile_app_order_management_q3_2022','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=mobile_app_order_management_q3_2022','actioned',0,'',NULL,NULL),(32271,117,'product_creation_usability_test_6_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32272,118,'product_creation_usability_test_12_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32273,116,'product_creation_usability_test_3_months_take_a_look','Try it now','https://t.maze.co/103446424','unactioned',0,'',NULL,NULL),(32393,119,'cta_customize_your_deposits','Customize your deposits','https://woocommerce.com/payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=cta_customize_your_deposits','actioned',0,'',NULL,NULL),(32394,119,'dismiss_customize_your_deposits','Dismiss','','actioned',0,'',NULL,NULL),(33289,122,'pre-black-friday-sale-2022-announcement','Shop the sale','https://woocommerce.com/marketplace-sale/?utm_source=inbox_note&utm_medium=product&utm_campaign=pre-black-friday-sale-2022-announcement','actioned',0,'',NULL,NULL),(33534,120,'googlelistings_signals2022_hasGLA_click','Connect Google Listings & Ads','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&path=marketing','unactioned',0,'',NULL,NULL),(33535,121,'googlelistings_signals2022_noGLA','Connect Google Listings & Ads','https://woocommerce.com/products/google-listings-and-ads/?utm_medium=product&utm_source=inbox_note&utm_campaign=googlelistings_signals2022_noGLA','unactioned',0,'',NULL,NULL),(34155,124,'facebook_q4-2022_hasFB-click','Drive more demand','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-facebook','unactioned',0,'',NULL,NULL),(34237,125,'facebook_q4-2022_noFB-click','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=facebook_q4-2022_noFB-click','unactioned',0,'',NULL,NULL),(34451,77,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021','actioned',0,'',NULL,NULL),(34452,5,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',0,'',NULL,NULL),(34454,7,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',0,'',NULL,NULL),(34455,8,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',0,'',NULL,NULL),(34458,13,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(36165,130,'review-orders','Review your orders','?page=wc-admin&path=/analytics/orders','actioned',0,'',NULL,NULL),(36479,123,'shipping_category_q4_2022_click','Automate my shipping','https://woocommerce.com/product-category/woocommerce-extensions/shipping-delivery-and-fulfillment/?categoryIds=28685&collections=product&page=1&utm_source=inbox_note&utm_medium=product&utm_campaign=shipping_category_q4_2022_click','unactioned',0,'',NULL,NULL),(36770,136,'meta-hasFB-dec-q4-2022','Connect your store','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-facebook','unactioned',0,'',NULL,NULL),(37167,137,'meta-noFB-dec-q4-2022','Get started','https://woocommerce.com/products/facebook/?utm_source=inbox_note&utm_medium=product&utm_campaign=meta-noFB-dec-q4-2022','unactioned',0,'',NULL,NULL),(37523,133,'wc-admin-manualauthcapture','Learn more','https://woocommerce.com/document/woocommerce-payments/settings-guide/authorize-and-capture/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-manualauthcapture','actioned',0,'',NULL,NULL),(37894,126,'tiktok-targeted-q4-2022-click','Launch a campaign','https://woocommerce.com/products/tiktok-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=tiktok-targeted-q4-2022-click','unactioned',0,'',NULL,NULL),(37898,134,'apple_pay_square_q422','Enable Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=square_credit_card','unactioned',0,'',NULL,NULL),(37899,135,'apple_pay_wcpay_q422','Enable Apple Pay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','unactioned',0,'',NULL,NULL),(38154,82,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned',0,'',NULL,NULL),(39592,140,'storeediting_feedback_jan_2023','Share your input','https://t.maze.co/135212793','actioned',0,'',NULL,NULL),(39910,129,'woocommerce_admin_deprecation_q4_2022','Deactivate WooCommerce Admin','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php','actioned',0,'',NULL,NULL),(39911,127,'paypal_paylater_g3_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g3_q4_22','unactioned',0,'',NULL,NULL),(39952,128,'paypal_paylater_g2_q4_22','Install PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_paylater_g2_q4_22','unactioned',0,'',NULL,NULL),(44073,142,'affirm_q1_2023','Get started with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_q1_2023','actioned',0,'',NULL,NULL),(47338,162,'woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23-test2','actioned',0,'',NULL,NULL),(47339,162,'woopay-beta-existingmerchants-noaction-documentation-27APR23-dismiss-test2','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(47340,163,'woopay-beta-existingmerchants-update-WCPay-27APR23-test','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(47341,163,'woopay-beta-existingmerchants-update-WCPay-27APR23-dismiss-test','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(49372,161,'wc-admin-BNPL-WCPay-coming-soon','Sign up now','https://woocommerce.com/buy-now-pay-later-for-woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-BNPL-WCPay-coming-soon','actioned',0,'',NULL,NULL),(49969,176,'payoneer_q2_2023','Get started with Payoneer','https://woocommerce.com/products/payoneer-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=payoneer_q2_2023','actioned',0,'',NULL,NULL),(50122,143,'google_listings_ads_pmax_i1_q1_2023_no_gla','Boost my business with Google','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_no_gla','actioned',0,'',NULL,NULL),(50123,144,'google_listings_ads_pmax_i1_q1_2023_with_gla','Create a new ad','https://woocommerce.com/products/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_pmax_i1_q1_2023_with_gla','actioned',0,'',NULL,NULL),(52949,149,'wc-admin-wcpay-denmark-Q2-2023','Simplify my payments','https://woocommerce.com/payments/denmark/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-denmark-Q2-2023','actioned',0,'',NULL,NULL),(52950,150,'wc-admin-wcpay-greece-Q2-2023','Simplify my payments','https://woocommerce.com/payments/greece/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-greece-Q2-2023','actioned',0,'',NULL,NULL),(52951,151,'wc-admin-wcpay-norway-Q2-2023','Simplify my payments','https://woocommerce.com/payments/norway/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-norway-Q2-2023','actioned',0,'',NULL,NULL),(52952,152,'wc-admin-wcpay-slovakia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovakia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovakia-Q2-2023','actioned',0,'',NULL,NULL),(52953,153,'wc-admin-wcpay-finland-Q2-2023','Simplify my payments','https://woocommerce.com/payments/finland/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-finland-Q2-2023','actioned',0,'',NULL,NULL),(52954,154,'wc-admin-wcpay-estonia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/estonia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-estonia-Q2-2023','actioned',0,'',NULL,NULL),(52955,155,'wc-admin-wcpay-lithuania-Q2-2023','Simplify my payments','https://woocommerce.com/payments/lithuania/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-lithuania-Q2-2023','actioned',0,'',NULL,NULL),(52956,156,'wc-admin-wcpay-slovenia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/slovenia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-slovenia-Q2-2023','actioned',0,'',NULL,NULL),(52957,157,'wc-admin-wcpay-latvia-Q2-2023','Simplify my payments','https://woocommerce.com/payments/latvia/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-latvia-Q2-2023','actioned',0,'',NULL,NULL),(52958,158,'wc-admin-wcpay-cyprus-Q2-2023','Simplify my payments','https://woocommerce.com/payments/cyprus/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-cyprus-Q2-2023','actioned',0,'',NULL,NULL),(52959,159,'wc-admin-wcpay-malta-Q2-2023','Simplify my payments','https://woocommerce.com/payments/malta/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-malta-Q2-2023','actioned',0,'',NULL,NULL),(52960,160,'wc-admin-wcpay-luxembourg-Q2-2023','Simplify my payments','https://woocommerce.com/payments/luxembourg/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wcpay-luxembourg-Q2-2023','actioned',0,'',NULL,NULL),(52983,179,'product_management_card_sorting','Get started','https://t.maze.co/163892579','unactioned',0,'',NULL,NULL),(55327,78,'browse_extensions','Browse extensions','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-addons','unactioned',0,'',NULL,NULL),(55355,107,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned',0,'',NULL,NULL),(55360,132,'google_listings_ads_custom_attribute_mapping_q4_2022','Learn more','https://woocommerce.com/document/google-listings-and-ads/?utm_source=inbox_note&utm_medium=product&utm_campaign=google_listings_ads_custom_attribute_mapping_q4_2022#attribute-mapping','actioned',0,'',NULL,NULL),(55371,147,'tap_to_pay_iphone_q2_2023_with_wcpay','Set up Tap to Pay on iPhone','https://woocommerce.com/document/woocommerce-payments/in-person-payments/woocommerce-in-person-payments-tap-to-pay-on-iphone-quick-start-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_with_wcpay','actioned',0,'',NULL,NULL),(55394,177,'ipp_refresh_q2_2023_us_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_us_inbox_notification','actioned',0,'',NULL,NULL),(55395,178,'ipp_refresh_q2_2023_ca_inbox_notification','Grow my business on the go','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=ipp_refresh_q2_2023_ca_inbox_notification','actioned',0,'',NULL,NULL),(55404,185,'woocommerce_hpos_1st_notification_q2_2023','Learn more about HPOS','https://woocommerce.com/posts/platform-update-high-performance-order-storage-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=woocommerce_hpos_1st_notification_q2_2023','actioned',0,'',NULL,NULL),(58658,201,'custom_order_attribution_inbox_q1_2024','Find more clarity','https://woo.com/document/order-attribution-tracking/?utm_source=inbox_note&utm_medium=product&utm_campaign=custom_order_attribution_inbox_q1_2024','actioned',0,'',NULL,NULL),(59303,113,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',0,'',NULL,NULL),(59304,113,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(59305,114,'learn-more','Find out more','https://developer.woocommerce.com/2022/08/09/woocommerce-payments-3-9-4-4-5-1-security-releases/','unactioned',0,'',NULL,NULL),(59306,114,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(59674,199,'amazon_pay_ext-link_q1-24','Register your account now','https://eu.amazonpayments.com/2024-uk-woopricepromoregistration?utm_campaign=woo_price_promo&utm_medium=EM&utm_source=direct&utm_content=cta&utm_creative=&ld=EMUKAPA-woo_price_promo-direct-24Q1','actioned',0,'',NULL,NULL),(59676,202,'wc_admin_UKpricingchange_WCPay_Q1_2024','See related fees for each country','https://woo.com/document/woopayments/fees-and-debits/fees/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_admin_UKpricingchange_WCPay_Q1_2024#countries-in-europe','actioned',0,'',NULL,NULL),(60397,181,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(60398,181,'woocommerce-WCStripe-May-2023-updated-needed-Plugin-Settings-dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60399,183,'woocommerce-WCPayments-June-2023-updated-needed-Plugin-Settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(60400,183,'woocommerce-WCPayments-June-2023-updated-needed-Dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60415,192,'woocommerce-WooPayments-Aug-2023-update-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(60416,192,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(60427,203,'airwallex_q1_2024','Get started with Airwallex','https://woocommerce.com/products/airwallexpayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=airwallex_q1_2024','actioned',0,'',NULL,NULL),(70328,205,'mailchimp_q2_2024','Connect now','https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mailchimp_q2_2024','actioned',0,'',NULL,NULL),(70567,204,'woocommerce-payfast-may-2024-update-needed-click','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(70568,204,'woocommerce-payfast-may-2024-update-needed-dismiss','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(70569,206,'checkout_block_update_july_2024','Learn more','https://woocommerce.com/document/cart-checkout-blocks-status/changes-in-woocommerce-9-0/?utm_source=inbox_note&utm_medium=product&utm_campaign=checkout_block_update_july_2024','actioned',0,'',NULL,NULL),(74357,208,'klaviyo_q4_2024','Try Klaviyo for free','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q4_2024','actioned',0,'',NULL,NULL),(74443,6,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',0,'',NULL,NULL),(75679,209,'wnww-recap-july-button','See what’s new','https://woocommerce.com/posts/new-with-woo-july-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=wnww-recap-july-button','unactioned',0,'',NULL,NULL),(76410,195,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned',0,'',NULL,NULL),(78807,210,'bfcm2024-landing-page-button','Read the report','https://woocommerce.com/black-friday-trends?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm2024-landing-page-button','unactioned',0,'',NULL,NULL),(82375,212,'paypal_cta_q3_2024','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024','unactioned',0,'',NULL,NULL),(84180,213,'acfw-notification-action-130','Browse Halloween Coupon Templates','https://advancedcouponsplugin.com/template-category/halloween/?utm_source=acfw&utm_medium=inappnotifications&utm_campaign=halloween-2024','unactioned',0,'',NULL,NULL),(84508,211,'stripe_securityupdate_q4_2024_click','Review and update','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click','unactioned',0,'',NULL,NULL),(85002,215,'paypal_cta_q3_2024_v2','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024_v2','unactioned',0,'',NULL,NULL),(85166,214,'mollie_q4_2024','Get paid with Mollie','https://woocommerce.com/products/mollie-payments-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mollie_q4_2024','unactioned',0,'',NULL,NULL),(86724,216,'Renewal_notification_emails_Woosubscriptions_button_Nov2024','Set up automatic subscription reminders','https://woocommerce.com/document/subscriptions/subscriptions-notifications/?utm_source=inbox_note&utm_medium=product&utm_campaign=Renewal_notification_emails_Woosubscriptions_button_Nov2024','unactioned',0,'',NULL,NULL),(87353,217,'acfw-notification-action-172','Get My Discount Now ?','https://advancedcouponsplugin.com/pricing/','unactioned',0,'',NULL,NULL),(87800,218,'paypal_promo_Q4_2024','Add PayPal today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_promo_Q4_2024','unactioned',0,'',NULL,NULL),(89464,221,'Announce-UPS-WCShipping-button-Dec2024','Ship with UPS on WooCommerce','https://woocommerce.com/ups-and-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=Announce-UPS-WCShipping-button-Dec2024','unactioned',0,'',NULL,NULL),(90183,220,'usps-mail-service-to-canada-suspended-dec-2024','Stay up to date','https://about.usps.com/newsroom/service-alerts/international/canada-suspension.htm','unactioned',0,'',NULL,NULL),(90352,222,'account-creation-after-checkout-button-dec2024','Enable it today','https://woocommerce.com/document/woocommerce-store-editing/customizing-order-confirmation-page/?utm_source=inbox_note&utm_medium=product&utm_campaign=account-creation-after-checkout-button-dec2024','unactioned',0,'',NULL,NULL),(95162,224,'affirm_promo_Q1_2025','Save with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_promo_Q1_2025','unactioned',0,'',NULL,NULL),(95587,225,'new-woo-brand-announcement-feb4-2025-button','Read the blog','https://woocommerce.com/posts/introducing-the-new-woo-brand/?utm_source=inbox_note&utm_medium=product&utm_campaign=new-woo-brand-announcement-feb4-2025-button','unactioned',0,'',NULL,NULL),(96179,226,'paypal_bnpl_au_promo_Q1_2025_button','Enable “Pay in 4” now','https://woocommerce.com/document/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_bnpl_au_promo_Q1_2025_button#pay-later-tab','unactioned',0,'',NULL,NULL),(97025,227,'stripe_stripetax_q1_2025_click','Automate my taxes with Stripe','https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click','unactioned',0,'',NULL,NULL),(97705,228,'printful_promo_q1_2025','Get started for free','https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025','unactioned',0,'',NULL,NULL),(99794,230,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','Browse the Marketplace','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17','actioned',0,'',NULL,NULL),(101250,231,'viva_wallet_migration_q1_2025_click','Get Viva.com Smart Checkout','https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click','actioned',0,'',NULL,NULL),(102615,232,'stripe_nocapture_q2_2025_click','Update now','https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click','unactioned',0,'',NULL,NULL),(102824,233,'WooCommerce-Stripe-Gateway-Update-April-2025','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','actioned',0,'',NULL,NULL),(102825,234,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','Dismiss','#','actioned',0,'',NULL,NULL),(105556,235,'klaviyo_q2_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025','actioned',0,'',NULL,NULL),(107150,238,'paypal_q2_2025','Activate messaging','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_q2_2025','actioned',0,'',NULL,NULL),(108510,240,'tento_q2_2025','Get your free score','https://woocommerce.com/products/tento-business-credit-monitoring/?utm_source=inbox_note&utm_medium=product&utm_campaign=tento_q2_2025','actioned',0,'',NULL,NULL),(108643,58,'update-db_done','Thanks!','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&wc-hide-notice=update','actioned',0,'woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'),(110231,241,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-multibanco-alipay-wechat-launch-2025-06-23','unactioned',0,'',NULL,NULL),(110408,242,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned',0,'',NULL,NULL),(110944,244,'tiktok-webinar-promo-july2025-button','RSVP today','https://tiktokandwoocommerce.splashthat.com/','unactioned',0,'',NULL,NULL),(113163,245,'woopayments-grabpay-launch-2025-07-07','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-grabpay-launch-2025-07-07','unactioned',0,'',NULL,NULL),(113694,246,'BFCM-25-Survey-Button','Take the survey','https://2yp7yqymm1z.typeform.com/to/n4wCUUt7','unactioned',0,'',NULL,NULL),(116896,223,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned',0,'',NULL,NULL),(117436,247,'woohoo10-coupon','Get 10% off now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin&amp;tab=extensions&amp;path=extensions','unactioned',0,'',NULL,NULL),(118255,253,'woo-subscription-gifting-bundling-2025-08-18-update-button','Update to version 7.8.0','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(119162,248,'paypaladvantage_q3_2025','Activate & Save Now','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q3_2025','actioned',0,'',NULL,NULL),(119164,251,'stripe_optimizedcheckout_upgrade_q3_2025_click','Enable optimized checkout','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2025/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_upgrade_q3_2025_click#enable-the-optimized-checkout-suite','unactioned',0,'',NULL,NULL),(119522,252,'stripe_optimizedcheckout_promotion_q3_2025_click','Get paid with Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_promotion_q3_2025_click','unactioned',0,'',NULL,NULL),(119969,75,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned',0,'',NULL,NULL),(119970,76,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned',0,'',NULL,NULL),(120015,170,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120016,170,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned',0,'',NULL,NULL),(120017,171,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120018,171,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned',0,'',NULL,NULL),(120019,172,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120020,172,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned',0,'',NULL,NULL),(120021,173,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(120022,173,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned',0,'',NULL,NULL),(120690,254,'stripe_optimizedcheckout_competitors_q3_2025_click','Get more from Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_competitors_q3_2025_click','unactioned',0,'',NULL,NULL),(122502,257,'UPS-promo-RIN-WCS-Aug-25-button','Save on UPS Shipments','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCS-Aug-25-button#ups-promotion-details','unactioned',0,'',NULL,NULL),(122503,258,'UPS-promo-RIN-WCST-Aug-25-button','Get WooCommerce Shipping','https://woocommerce.com/products/shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=UPS-promo-RIN-WCST-Aug-25-button','unactioned',0,'',NULL,NULL),(123776,250,'stripe_optimizedcheckout_upgrade_q3_2025_click','Upgrade now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update.php','unactioned',0,'',NULL,NULL),(124018,259,'square_ordersync_upgrade_q3_2025_click','Upgrade now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(124334,243,'woopayments-new-lpms-2025-06-30','Get started today','https://woocommerce.com/in-person-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30','unactioned',0,'',NULL,NULL),(126129,260,'klaviyo_q3_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q3_2025','actioned',0,'',NULL,NULL),(127462,261,'pinterest_q3_20252','Connect to the Conversions API','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q3_20252#h-conversions-api','actioned',0,'',NULL,NULL),(133489,263,'switch_to_new_settings','Switch to New Settings','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway','unactioned',0,'',NULL,NULL),(133645,262,'pinterest_q4_2025','Get started with Pinterest','https://woocommerce.com/products/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_q4_2025','actioned',0,'',NULL,NULL),(136824,264,'paypaladvantage_q4_2025','Activate PayPal Today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q4_2025','unactioned',0,'',NULL,NULL),(139157,265,'reddit_q4_2025','Get started with Reddit','https://woocommerce.com/products/reddit/?utm_source=inbox_note&utm_medium=product&utm_campaign=reddit_q4_2025','unactioned',0,'',NULL,NULL),(140092,266,'bfcm_general_sale_q4_2025','Boost your store for less','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm_general_sale_q4_2025','actioned',0,'',NULL,NULL),(142358,269,'protect-paypal-with-recaptcha','Activate Now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha','unactioned',0,'',NULL,NULL),(142518,268,'Google_q4_2025','Update Now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(142918,272,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2025-12-11&before=2025-12-11','actioned',0,'',NULL,NULL),(143403,270,'holiday_shipping_deadlines_WCST_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCST_2025_button#2025-holiday-shipping-deadlines','unactioned',0,'',NULL,NULL),(143404,271,'holiday_shipping_deadlines_WCS_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCS_2025_button#2025-holiday-shipping-deadlines','unactioned',0,'',NULL,NULL),(145245,274,'snap_q4_2025','Get started with Snapchat','https://woocommerce.com/products/snapchat/?utm_source=inbox_note&utm_medium=product&utm_campaign=snap_q4_2025','actioned',0,'',NULL,NULL),(145329,273,'stripe_agenticcommerce_3PDs_q4_2025_click','Get Stripe for WooCommerce','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_agenticcommerce_3PDs_q4_2025_click','unactioned',0,'',NULL,NULL),(146050,276,'WC10.4.3-security-update-12-22-2025','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(146051,9,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned',0,'',NULL,NULL),(146052,12,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned',0,'',NULL,NULL),(146053,33,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned',0,'',NULL,NULL),(146054,36,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',0,'',NULL,NULL),(146055,39,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned',0,'',NULL,NULL),(146056,38,'update-wc-subscriptions-3-0-15','View latest version','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/&page=wc-addons&section=helper','actioned',0,'',NULL,NULL),(146057,40,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',0,'',NULL,NULL),(146058,47,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',0,'',NULL,NULL),(146059,48,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',0,'',NULL,NULL),(146060,51,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146061,51,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146062,52,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146063,52,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146064,53,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146065,53,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146066,54,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned',0,'',NULL,NULL),(146067,54,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146068,69,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned',0,'',NULL,NULL),(146069,89,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',0,'',NULL,NULL),(146070,89,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146071,90,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned',0,'',NULL,NULL),(146072,90,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(146073,92,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned',0,'',NULL,NULL),(146074,100,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned',0,'',NULL,NULL),(146075,138,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146076,138,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned',0,'',NULL,NULL),(146077,139,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146078,139,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned',0,'',NULL,NULL),(146079,141,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned',0,'',NULL,NULL),(146080,166,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146081,166,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned',0,'',NULL,NULL),(146082,145,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned',0,'',NULL,NULL),(146083,145,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned',0,'',NULL,NULL),(146084,146,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned',0,'',NULL,NULL),(146085,148,'extension-settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146086,148,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146087,167,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146088,167,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146089,164,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned',0,'',NULL,NULL),(146090,165,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(146091,168,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146092,168,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned',0,'',NULL,NULL),(146093,169,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146094,169,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned',0,'',NULL,NULL),(146095,174,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(146096,174,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned',0,'',NULL,NULL),(146097,175,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146098,175,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned',0,'',NULL,NULL),(146099,184,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146100,184,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146101,182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146102,182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned',0,'',NULL,NULL),(146103,186,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','actioned',0,'',NULL,NULL),(146104,186,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(146105,187,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146106,187,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned',0,'',NULL,NULL),(146107,188,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned',0,'',NULL,NULL),(146108,189,'plugin-list','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php?plugin_status=all','unactioned',0,'',NULL,NULL),(146109,189,'dismiss','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-admin','actioned',0,'',NULL,NULL),(146110,190,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(146111,190,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146112,191,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146113,193,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146114,194,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned',0,'',NULL,NULL),(146115,196,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(146116,196,'dismiss','Dismiss','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/#','actioned',0,'',NULL,NULL),(146117,197,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php','unactioned',0,'',NULL,NULL),(146118,197,'dismiss','Dismiss','#','actioned',0,'',NULL,NULL),(146119,198,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned',0,'',NULL,NULL),(146120,198,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned',0,'',NULL,NULL),(146121,200,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned',0,'',NULL,NULL),(146122,219,'sirt-woo-2024-11-xss-admin','See available updates','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/update-core.php?','unactioned',0,'',NULL,NULL),(146123,219,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned',0,'',NULL,NULL),(146124,229,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/plugins.php','actioned',0,'',NULL,NULL),(146125,236,'uk-vat-notice-button-2025-04-30','Learn more about this extension','https://wordpress.org/plugins/eu-vat-for-woocommerce/','actioned',0,'',NULL,NULL),(146126,237,'payson-retirement-2025','Explore alternative payment methods','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','actioned',0,'',NULL,NULL),(146127,239,'paypal-braintree-sdk-depreciation-2025-05-30-button','Update now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/wp-admin/plugins.php','unactioned',0,'',NULL,NULL),(146128,267,'setup-instructions','Setup Instructions','https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4','unactioned',0,'',NULL,NULL),(146129,267,'activate-now','Activate Now','https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha','unactioned',0,'',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_notes`
--

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=277 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_notes`
--

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-onboarding-email-marketing','info','en_US','Sign up for tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(3,'facebook_pixel_api_2021','marketing','en_US','Improve the performance of your Facebook ads','Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(4,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(5,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(6,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(7,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(8,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(9,'your-first-product','info','en_US','Your first product','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>.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(10,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(11,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-03-18 19:25:20',NULL,0,'plain','',0,'info',1),(12,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','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.','{}','unactioned','woocommerce.com','2021-03-31 22:16:37',NULL,0,'plain','',0,'info',1),(13,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.','{}','unactioned','woocommerce.com','2021-03-30 15:06:43',NULL,0,'plain','',0,'info',1),(17,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-03-20 09:04:08',NULL,0,'plain','',0,'info',1),(18,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-03-20 09:04:08',NULL,0,'plain','',0,'info',1),(19,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2021-03-21 03:59:52',NULL,0,'plain','',0,'info',1),(22,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2021-03-24 17:34:24',NULL,0,'plain','',0,'info',1),(24,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2021-03-25 19:36:26',NULL,0,'plain','',0,'info',1),(25,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooPayments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2021-03-25 19:36:26',NULL,0,'plain','',0,'info',1),(27,'wc-admin-store-notice-giving-feedback-2','info','en_US','You\'re invited to share your experience','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2021-03-26 19:25:36',NULL,0,'plain','',0,'info',1),(29,'wc-admin-customizing-product-catalog','info','en_US','How to customize your product catalog','You want your product catalog and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2021-03-26 19:25:36',NULL,0,'plain','',0,'info',1),(30,'wcpay-apple-pay-is-now-available','marketing','en_US','Apple Pay is now available with WooCommerce Payments!','Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.','{}','pending','woocommerce.com','2021-03-31 09:04:18',NULL,0,'plain','',0,'info',1),(31,'paypal_ppcp_gtm_2021','marketing','en_US','Offer more options with the new PayPal','Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.','{}','pending','woocommerce.com','2021-04-01 19:25:56',NULL,0,'plain','',0,'info',1),(33,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-04-16 19:59:01',NULL,0,'plain','',0,'info',1),(36,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-05-13 19:42:54',NULL,0,'plain','',0,'info',1),(37,'wcpay_instant_deposits_gtm_2021','marketing','en_US','Get paid within minutes – Instant Deposits for WooCommerce Payments','Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&amp;utm_medium=product&amp;utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.','{}','pending','woocommerce.com','2021-05-14 19:42:05',NULL,0,'plain','',0,'info',1),(38,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','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>.','{}','pending','woocommerce.com','2021-05-31 17:40:14',NULL,0,'plain','',0,'info',1),(39,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','unactioned','woocommerce.com','2021-06-09 07:58:37',NULL,0,'plain','',0,'info',1),(40,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','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.','{}','pending','woocommerce.com','2021-06-10 19:50:07',NULL,0,'plain','',0,'info',1),(41,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(42,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(43,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','unactioned','woocommerce.com','2021-06-23 19:33:03',NULL,0,'plain','',0,'info',1),(44,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-06-12 21:40:56',NULL,0,'plain','',0,'info',1),(45,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2021-06-16 19:38:02',NULL,0,'plain','',0,'info',1),(47,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','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.','{}','unactioned','woocommerce.com','2021-06-22 19:37:25',NULL,0,'plain','',0,'info',1),(48,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','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.','{}','unactioned','woocommerce.com','2021-06-22 19:38:41',NULL,0,'plain','',0,'info',1),(49,'eu_vat_changes_2021','marketing','en_US','Get your business ready for the new EU tax regulations','On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.','{}','pending','woocommerce.com','2021-06-23 19:33:03',NULL,0,'plain','',0,'info',1),(50,'wayflyer_q3_2021','marketing','en_US','Grow your revenue with Wayflyer financing and analytics','Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.','{}','unactioned','woocommerce.com','2021-07-19 16:45:32',NULL,0,'plain','',0,'info',0),(51,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','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.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(52,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','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.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(53,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','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.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(54,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','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.','{}','pending','woocommerce.com','2021-07-16 06:34:28',NULL,0,'plain','',0,'info',0),(55,'wc-admin-coupon-page-moved','update','en_US','Coupon management has moved!','Coupons can now be managed from Marketing &gt; Coupons. Click the button below to remove the legacy WooCommerce &gt; Coupons menu item.','{}','actioned','woocommerce-admin','2021-07-21 19:03:34',NULL,0,'plain','',0,'info',0),(56,'acfw-review-plugin','info','en_US','Review Advanced Coupons','We notice you’ve been using Advanced Coupons for a couple of weeks now. We’d love to get your review on our plugin! Your review helps give others the confidence to try our plugin.','{}','unactioned','woocommerce-admin','2021-08-05 15:07:24',NULL,0,'plain','',0,'info',0),(58,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2021-08-18 15:28:54',NULL,0,'plain','',1,'info',1),(59,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2021-08-18 22:01:38',NULL,0,'plain','',0,'info',0),(60,'acfw-install-wwp','info','en_US','Install Wholesale Prices (FREE PLUGIN)','This free plugin lets you easily add wholesale pricing to your existing WooCommerce products. Install the free plugin now.','{}','unactioned','woocommerce-admin','2021-08-21 16:08:40',NULL,0,'plain','',0,'info',0),(61,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2021-08-24 15:31:46',NULL,0,'plain','',0,'info',0),(62,'mercadopago_q3_2021_EN','marketing','en_US','Get paid with Mercado Pago Checkout','Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2021-09-01 01:14:58',NULL,0,'plain','',0,'info',0),(64,'wc-admin-wwp-join-store-owner-tips','info','en_US','Join Store Owner Tips Facebook Group','Want tips on how to grow your store? Come and join the Store Owner Tips Facebook group. Tips, articles and more, just for store owners.','{}','unactioned','woocommerce-admin','2021-09-05 16:07:25',NULL,0,'plain','',0,'info',0),(65,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2021-09-14 19:34:46',NULL,0,'plain','',0,'info',0),(66,'wc-admin-acfw-youtube','info','en_US','Follow Advanced Coupons on Youtube','Get all the WooCommerce coupon tips, store growth tips &amp; more at the Advanced Coupons Youtube channel. Click here to join.','{}','unactioned','woocommerce-admin','2021-09-20 18:20:58',NULL,0,'plain','',0,'info',0),(68,'bbpos-chipper-launch','marketing','en_US','Ready to grow your business beyond online?','Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.','{}','pending','woocommerce.com','2021-10-15 21:03:56',NULL,0,'plain','',0,'info',0),(69,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','unactioned','woocommerce.com','2021-11-04 20:38:01',NULL,0,'plain','',0,'info',0),(70,'new_in_app_marketplace_2021_1','info','en_US','Grow your business with extensions','Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-08 19:48:14',NULL,0,'plain','',0,'info',0),(71,'new_in_app_marketplace_2021_2','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 19:48:14',NULL,0,'plain','',0,'info',0),(72,'stripe_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(73,'square_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(74,'wcpay_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-11 19:40:23',NULL,0,'plain','',0,'info',0),(75,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(76,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(77,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 19:33:29',NULL,0,'plain','',0,'info',0),(78,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2021-11-23 22:35:57',NULL,0,'plain','',0,'info',0),(79,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2021-12-13 19:48:07',NULL,0,'plain','',0,'info',0),(82,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-01-05 19:25:52',NULL,0,'plain','',0,'info',0),(84,'wc_simple_payments_m2_reader_launch_q1_2022','marketing','en_US','Take quick and easy in-person payments','WooCommerce is continuing to power up your business with our new Simple Payments feature, built exclusively for WooCommerce In-Person Payments. Capture quick and simple payments anywhere else your customers are – or offer a local pickup option with payment taken in-person for orders placed online.','{}','unactioned','woocommerce.com','2022-02-04 19:29:21',NULL,0,'plain','',0,'info',0),(85,'wcpay_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Diane does','See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(86,'stripe_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Thomas does','Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(87,'square_applepay_q1_2022','marketing','en_US','Increase conversions with a faster checkout experience','By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-02-07 05:44:53',NULL,0,'plain','',0,'info',0),(88,'lead_gen_existing_customers_1','marketing','en_US','Talk to a consultant','As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.','{}','unactioned','woocommerce.com','2022-02-11 19:55:57',NULL,0,'plain','',0,'info',0),(89,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<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.','{}','actioned','woocommerce.com','2022-03-11 15:40:58',NULL,0,'plain','',0,'info',1),(90,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<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).','{}','pending','woocommerce.com','2022-03-10 19:39:35',NULL,0,'plain','',0,'info',0),(91,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2022-03-18 20:14:16',NULL,0,'plain','',0,'info',0),(92,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','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 &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-03-23 20:11:01',NULL,0,'plain','',0,'info',0),(93,'pinterest_gtm_q2_2021','marketing','en_US','Get your products in front of a large, engaged audience','Did you know that shoppers on Pinterest spend twice as much as people on other social platforms? With the new, official Pinterest for WooCommerce, you can turn your product catalog into shoppable Pins and showcase them to 400+ million monthly users looking to buy.','{}','unactioned','woocommerce.com','2022-04-24 21:01:05',NULL,0,'plain','',0,'info',0),(94,'setup_task_initiative_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(95,'woocommerce_payments_subscriptions_nopayments_q2_2022','marketing','en_US','Sell subscriptions online – without a paid extension','Say hello to WooCommerce Payments – now with built-in subscriptions functionality. Get free access to the features you need to start earning recurring revenue online. Pay as you go, with no setup costs or monthly fees.','{}','unactioned','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(96,'woocommerce_payments_subscriptions_yespayments_q2_2022','marketing','en_US','Sell subscriptions online – no extra extension required','It\'s here! WooCommerce Payments now features built-in subscriptions functionality. No need to install an extra, paid extension – we\'ve made it simpler than ever to start earning recurring revenue. Ready to grow your business?','{}','pending','woocommerce.com','2022-04-26 20:36:59',NULL,0,'plain','',0,'info',0),(97,'wc-admin-navigation-nudge','info','en_US','You now have access to the WooCommerce navigation','We’re introducing a new navigation for a more intuitive and improved user experience. You can enable the beta version of the new experience in the Advanced Settings. Enable it now for your store.','{}','unactioned','woocommerce-admin','2022-04-27 19:39:29',NULL,0,'plain','',0,'info',0),(99,'setup_task_second_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','pending','woocommerce.com','2022-05-10 19:31:29',NULL,0,'plain','',0,'info',0),(100,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','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.','{}','pending','woocommerce.com','2022-05-10 19:31:29',NULL,0,'plain','',0,'info',0),(101,'wc-admin-EU-consumer-protection','marketing','en_US','Important changes to EU consumer protection laws','New regulations to help modernize and strengthen consumer protection laws in the European Union (EU) take effect on May 28, 2022. These rules impact all merchants selling to the EU, regardless of where their business is located. Further detailed information is available on the European Commission\'s official website.','{}','unactioned','woocommerce.com','2022-05-14 14:05:12',NULL,0,'plain','',0,'info',0),(102,'affirm_q2_2022','marketing','en_US','Boost your business with flexible payments','Expand your customer base with smarter payment options for more shoppers. With Affirm,  you can offer the most relevant payment options at every price point – from four interest-free payments every two weeks to longer installments up to 36 months. Fast-track your revenue goals today!','{}','unactioned','woocommerce.com','2022-05-15 23:30:00',NULL,0,'plain','',0,'info',0),(103,'googlelistings_multicountrygtm_q22022','marketing','en_US','Expand your audience with Multi-Country Advertising','It\'s time to expand your audience with Multi-Country Advertising, an exciting new feature in Google Listings &amp; Ads. Reach more potential customers in as many regions as you like within a single campaign, all from the convenience of your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-05-15 23:30:00',NULL,0,'plain','',0,'info',0),(104,'wc_ipp_order_creation_GTM_launch_q2_2022','marketing','en_US','Grow your business on the go with WooCommerce In-Person Payments','Quickly create new orders, manage transactions, and take secure payments no matter where your business takes you. With automatic inventory sync, WooCommerce In-Person Payments is the only fully integrated solution for taking your WooCommerce store offline.','{}','unactioned','woocommerce.com','2022-05-25 21:45:39',NULL,0,'plain','',0,'info',0),(107,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-06-15 19:28:21',NULL,0,'plain','',0,'info',0),(108,'TikTok q2_2022','marketing','en_US','Give your store a stage on the world’s fastest-growing advertising channel','With TikTok for WooCommerce, you can sync your catalog, create videos, and track performance in front of TikTok’s one billion global users. Try the Smart Video Generator to make ads using your existing product images – no camera needed. Get $200 in ad credit from TikTok after a $20 spend (terms &amp; conditions apply).','{}','unactioned','woocommerce.com','2022-06-21 20:34:35',NULL,0,'plain','',0,'info',0),(110,'tiktok-webinar-promo-july2022','marketing','en_US','Free webinar: TikTok for WooCommerce','Join WooCommerce and TikTok live on July 14 to learn about ad types, trends, and the best ways to connect with an audience of one billion active users on the world’s fastest-growing social platform. Participants have a chance to score a free month of Vimeo Pro, and two winners will get a $5,000 ad credit and more.','{}','unactioned','woocommerce.com','2022-07-09 23:29:43',NULL,0,'plain','',0,'info',0),(111,'klarna_q3_2022','marketing','en_US','Meet Klarna – your ultimate growth partner','Increase conversions by offering secure, flexible payment solutions – including buy now, pay later – all through a one-click checkout experience. Plus, you’ll tap into a whole new market of the world’s most engaged shoppers.','{}','unactioned','woocommerce.com','2022-08-08 01:01:05',NULL,0,'plain','',0,'info',0),(112,'mercado_pago_q3_2022','marketing','en_US','Get paid with Mercado Pago Checkout','Give your customers a checkout they can trust with Latin America\'s leading payment processor. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2022-08-08 19:34:23',NULL,0,'plain','',0,'info',0),(113,'woocommerce-payments-august-2022-need-to-update','update','en_US','Action required: Please update WooCommerce Payments','An updated secure version of WooCommerce Payments is available – please ensure that you’re using the latest patch version. For more information on what action you need to take, please review the article below.','{}','pending','woocommerce.com','2022-08-09 20:06:57',NULL,0,'plain','',0,'info',0),(114,'woocommerce-payments-august-2022-store-patched','update','en_US','WooCommerce Payments has been automatically updated','You’re now running the latest secure version of WooCommerce Payments. We’ve worked with the WordPress Plugins team to deploy a security update to stores running WooCommerce Payments (version 3.9 to 4.5). For further information, please review the article below.','{}','pending','woocommerce.com','2022-08-09 20:06:57',NULL,0,'plain','',0,'info',0),(115,'mobile_app_order_management_q3_2022','marketing','en_US','Take order management on the go','The WooCommerce Mobile App continues to get better with added order management functionality! Add or remove products, edit fees, or change the shipping options in any existing order – all from within the app.','{}','unactioned','woocommerce.com','2022-08-18 05:49:01',NULL,0,'plain','',0,'info',0),(116,'product_creation_usability_test_3_months','survey','en_US','Have a say in the future of WooCommerce','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-25 20:57:04',NULL,0,'plain','',0,'info',0),(117,'product_creation_usability_test_6_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-08-29 19:30:45',NULL,0,'plain','',0,'info',0),(118,'product_creation_usability_test_12_months','survey','en_US','Try the new product edit form prototype','Take an early look at the future of editing products in WooCommerce. Share your thoughts (~5 minutes) and help shape the experience for yourself and other merchants.','{}','pending','woocommerce.com','2022-09-06 19:48:11',NULL,0,'plain','',0,'info',0),(119,'custom_deposit_schedules_inbox','marketing','en_US','Customize your deposit schedule','Receive your funds according to your own business needs with custom deposit schedules from WooCommerce Payments. You’ll have the flexibility to deposit funds into your bank account daily, weekly, monthly, or even on-demand – you’ve done the work, now get paid on your terms.','{}','unactioned','woocommerce.com','2022-09-16 20:12:00',NULL,0,'plain','',0,'info',0),(120,'googlelistings_signals2022_hasGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 19:45:22',NULL,0,'plain','',0,'info',0),(121,'googlelistings_signals2022_noGLA','marketing','en_US','Show off your products with Ads on Google','You’re ready to grow with ads. Google optimizes for performance across your products; you only pay for results. If you’re new to Google, you can earn up to $500 in ad credits (T&amp;Cs apply). <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">Contact support</a> if you need guidance with Google Listings &amp; Ads.','{}','pending','woocommerce.com','2022-09-23 19:45:22',NULL,0,'plain','',0,'info',0),(122,'pre-black-friday-sale-2022-announcement','marketing','en_US','Surprise! We’re offering 40% off everything at WooCommerce.com','Just in time to get your store Black Friday ready. Sale ends 7 October, 2pm UTC.','{}','unactioned','woocommerce.com','2022-10-03 19:25:38',NULL,0,'plain','',0,'info',0),(123,'shipping_category_q4_2022','marketing','en_US','Save time on shipping','Is your store all set to ship? Save valuable time (and money!) by automating your fulfillment process for the busiest shopping season. Explore our range of trusted shipping partners to get started.','{}','unactioned','woocommerce.com','2022-10-13 21:43:25',NULL,0,'plain','',0,'info',0),(124,'facebook_q4-2022_hasFB','marketing','en_US','Drive more demand this holiday season with Facebook for WooCommerce','Deliver a personalized and seamless shopping experience this holiday season with Facebook for WooCommerce. With more ad formats than ever, you can create engaging ads that meet customers across Facebook, Instagram, Messenger, and WhatsApp throughout the busy shopping season.','{}','pending','woocommerce.com','2022-10-20 20:01:03',NULL,0,'plain','',0,'info',0),(125,'facebook_q4-2022_noFB','marketing','en_US','Meet your customers where they are with Facebook for WooCommerce','Don’t wait for your customers to come to you – meet them where they’re browsing! Use the Facebook for WooCommerce extension to promote your products on Facebook, Instagram, Messenger, and WhatsApp. Create seamless shopping experiences – straight from your WooCommerce dashboard.','{}','unactioned','woocommerce.com','2022-10-22 19:34:05',NULL,0,'plain','',0,'info',0),(126,'tiktok-targeted-q4-2022','marketing','en_US','Get $200 in ad credit from TikTok after you spend $20 on your first campaign','Reach one billion shoppers with TikTok for WooCommerce this holiday season! Sync your product catalog, capture insights, and create ad campaigns right from your dashboard. Connect your store today to unlock this limited time offer! <a href=\"https://ads.tiktok.com/help/article?aid=10011326\">Terms &amp; conditions apply</a>.','{}','pending','woocommerce.com','2022-10-25 20:49:41',NULL,0,'plain','',0,'info',0),(127,'paypal_paylater_g3_q4_22','marketing','en_US','Turn browsers into buyers with Pay Later','Add PayPal at checkout, plus give customers a buy now, pay later option from the name they trust. With Pay in 4 &amp; Pay Monthly, available in PayPal Payments, you get paid up front while letting customers spread their payments over time. Boost your average order value and convert more sales – at no extra cost to you.','{}','pending','woocommerce.com','2022-11-01 20:10:22',NULL,0,'plain','',0,'info',0),(128,'paypal_paylater_g2_q4_22','marketing','en_US','Upgrade to PayPal Payments to offer Pay Later at checkout','PayPal Pay Later is included in PayPal Payments at no additional cost to you. Customers can spread their payments over time while you get paid up front. \r\nThere’s never been a better time to upgrade your PayPal plugin. Simply download it and connect with a PayPal Business account.','{}','pending','woocommerce.com','2022-11-03 19:51:21',NULL,0,'plain','',0,'info',0),(129,'woocommerce_admin_deprecation_q4_2022','info','en_US','WooCommerce Admin is part of WooCommerce!','To make sure your store continues to run smoothly, check that WooCommerce is up-to-date – at least version 6.5 – and then disable the WooCommerce Admin plugin.','{}','pending','woocommerce.com','2022-11-04 21:23:25',NULL,0,'plain','',0,'info',0),(130,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 1000 orders!','Another order milestone! Take a look at your Orders Report to review your orders to date.','{\"current_milestone\":1000}','unactioned','woocommerce-admin','2022-11-28 22:12:19',NULL,0,'plain','',0,'info',0),(132,'google_listings_ads_custom_attribute_mapping_q4_2022','marketing','en_US','Our latest improvement to the Google Listings & Ads extension: Attribute Mapping','You spoke, we listened. This new feature enables you to easily upload your products, customize your product attributes in one place, and target shoppers with more relevant ads. Extend how far your ad dollars go with each campaign.','{}','pending','woocommerce.com','2022-11-30 20:47:37',NULL,0,'plain','',0,'info',0),(133,'wc-admin-manualauthcapture','marketing','en_US','Miss fewer manual payments in WooCommerce Payments','Using WooCommerce Payments to manually authorize and capture payments? We’ve introduced a simplified and more efficient process, so you can miss fewer payments and continue to grow your revenue.','{}','pending','woocommerce.com','2022-11-30 20:47:37',NULL,0,'plain','',0,'info',0),(134,'apple_pay_square_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Enable Apple Pay with Square by selecting  Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-12-07 22:34:04',NULL,0,'plain','',0,'info',0),(135,'apple_pay_wcpay_q422','marketing','en_US','Grow your business with Apple Pay','Start boosting your online conversions today with Apple Pay – shoppers can safely complete a purchase with a touch or a glance and are more likely to come back. Confirm Apple Pay is enabled by selecting Payments &gt; Settings and making sure Enable express checkouts is checked.','{}','pending','woocommerce.com','2022-12-07 22:34:04',NULL,0,'plain','',0,'info',0),(136,'meta-hasFB-dec-q4-2022','marketing','en_US','Power up your Facebook ad strategy','Did you know that new privacy policies may be decreasing the effectiveness of your Facebook ads? Get back on track with Meta’s Conversion API. It creates a direct connection between the marketing data from your store and Meta, helping you more accurately track, attribute and improve your Facebook marketing performance.','{}','pending','woocommerce.com','2022-12-09 20:19:18',NULL,0,'plain','',0,'info',0),(137,'meta-noFB-dec-q4-2022','marketing','en_US','Create highly targeted Facebook ads with Facebook for WooCommerce','Sync your product catalog to create Facebook ads and track their performance – all from within your WooCommerce dashboard. With improved tracking signals and speed, plus more accurate tracking with the introduction of Meta’s Conversion API, you’ll have all the tools you need to run effective ad campaigns.','{}','unactioned','woocommerce.com','2022-12-11 20:12:49',NULL,0,'plain','',0,'info',1),(138,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','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','{}','pending','woocommerce.com','2023-01-04 20:29:45',NULL,0,'plain','',0,'info',0),(139,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','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.','{}','pending','woocommerce.com','2023-01-04 20:29:45',NULL,0,'plain','',0,'info',0),(140,'storeediting_feedback_jan_2023','marketing','en_US','Tell us what you need to customize your store!','We need your feedback. Please spare a few minutes to share your input on what is most important to you when designing and customizing your storefront to help us build the features you need.','{}','unactioned','woocommerce.com','2023-01-12 19:27:29',NULL,0,'plain','',0,'info',1),(141,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','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.','{}','pending','woocommerce.com','2023-01-16 19:41:04',NULL,0,'plain','',0,'info',0),(142,'affirm_q1_2023','marketing','en_US','Turn more browsers into buyers with flexible payments','When you offer flexible payment options to shoppers, they\'re more likely to convert. It’s why businesses offering Affirm see an average order value lift of 63%. Affirm tailors your store\'s payment options with terms proven to reach new customers, boost conversions, and grow sales.','{}','unactioned','woocommerce.com','2023-03-13 04:50:13',NULL,0,'plain','',0,'info',0),(143,'google_listings_ads_pmax_i1_q1_2023_no_gla','marketing','en_US','Create more engaging ads – without the hard work','Get in front of millions of shoppers searching for products like yours with Google Listings &amp; Ads. With new customization features, Google automatically tests multiple combinations of text and images to create the most engaging ad to boost your business. Plus, get up to $500 in ad credit – terms and conditions apply.','{}','unactioned','woocommerce.com','2023-03-16 15:48:13',NULL,0,'plain','',0,'info',1),(144,'google_listings_ads_pmax_i1_q1_2023_with_gla','marketing','en_US','New customization features to boost your business','You can now add custom images, messaging, and URLs to campaigns in Google Listings &amp; Ads. Google then automatically tests multiple combinations to create the most engaging version to help boost your business. Get more sales with dynamic content – edit an existing campaign or create a new ad now.','{}','pending','woocommerce.com','2023-03-16 15:48:13',NULL,0,'plain','',0,'info',0),(145,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<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.','{}','pending','woocommerce.com','2023-03-23 19:38:03',NULL,0,'plain','',0,'info',0),(146,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','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.','{}','unactioned','woocommerce.com','2023-04-04 19:28:57',NULL,0,'plain','',0,'info',1),(147,'tap_to_pay_iphone_q2_2023_with_wcpay','marketing','en_US','New: accept in-person contactless payments on your iPhone','Tap to Pay on iPhone is quick, secure, and simple to set up in WooCommerce Payments — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person in a few short steps!','{}','pending','woocommerce.com','2023-04-04 19:28:57',NULL,0,'plain','',0,'info',0),(148,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<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.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(149,'wc-admin-wcpay-denmark-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Denmark!','We’ve recently released WooCommerce Payments in Denmark. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(150,'wc-admin-wcpay-greece-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Greece!','We’ve recently released WooCommerce Payments in Greece. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(151,'wc-admin-wcpay-norway-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Norway!','We’ve recently released WooCommerce Payments in Norway. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(152,'wc-admin-wcpay-slovakia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovakia!','We’ve recently released WooCommerce Payments in Slovakia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(153,'wc-admin-wcpay-finland-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Finland!','We’ve recently released WooCommerce Payments in Finland. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(154,'wc-admin-wcpay-estonia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Estonia!','We’ve recently released WooCommerce Payments in Estonia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(155,'wc-admin-wcpay-lithuania-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Lithuania!','We’ve recently released WooCommerce Payments in Lithuania. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(156,'wc-admin-wcpay-slovenia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Slovenia!','We’ve recently released WooCommerce Payments in Slovenia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(157,'wc-admin-wcpay-latvia-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Latvia!','We’ve recently released WooCommerce Payments in Latvia. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(158,'wc-admin-wcpay-cyprus-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Cyprus!','We’ve recently released WooCommerce Payments in Cyprus. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(159,'wc-admin-wcpay-malta-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Malta!','We’ve recently released WooCommerce Payments in Malta. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(160,'wc-admin-wcpay-luxembourg-Q2-2023','marketing','en_US','WooCommerce Payments is now available in Luxembourg!','We’ve recently released WooCommerce Payments in Luxembourg. You can view and manage transactions right in your WordPress dashboard while securely accepting major cards, Apple Pay, and payments in over 100 currencies.','{}','pending','woocommerce.com','2023-04-15 19:26:32',NULL,0,'plain','',0,'info',0),(161,'wc_admin_BNPL_WCPay_coming-soon_Q1_2023','marketing','en_US','Buy now, pay later is heading to WooCommerce Payments','Great news: full integration with Afterpay and Affirm is on its way to WooCommerce Payments! You’ll soon be able to increase your order values, sell more, and offer customers a payment option they’ll love — with no extra downloads or extensions required.','{}','pending','woocommerce.com','2023-04-26 19:26:29',NULL,0,'plain','',0,'info',0),(162,'woopay-beta-existingmerchants-noaction-27APR23-test2','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-27 19:51:12',NULL,0,'plain','',0,'info',0),(163,'woopay-beta-existingmerchants-update-27APR23-test','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-27 19:51:12',NULL,0,'plain','',0,'info',0),(164,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 20:09:57',NULL,0,'plain','',0,'info',0),(165,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2023-04-28 20:09:57',NULL,0,'plain','',0,'info',0),(166,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(167,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(168,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(169,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-05 19:26:21',NULL,0,'plain','',0,'info',0),(170,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-06 19:26:24',NULL,0,'plain','',0,'info',0),(171,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-06 19:26:24',NULL,0,'plain','',0,'info',0),(172,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 19:26:57',NULL,0,'plain','',0,'info',0),(173,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-07 19:26:57',NULL,0,'plain','',0,'info',0),(174,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2023-05-09 19:26:20',NULL,0,'plain','',0,'info',0),(175,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2023-05-09 19:26:20',NULL,0,'plain','',0,'info',0),(176,'payoneer_q2_2023','marketing','en_US','Grow with the next generation of payment processing','Ready to stand out in the new global economy? Payoneer Checkout gives you the power to securely accept payments worldwide, build a checkout that customers love, and manage your store’s transactions and finances – all from the same place.','{}','pending','woocommerce.com','2023-05-14 19:32:38',NULL,0,'plain','',0,'info',0),(177,'ipp_refresh_q2_2023_us_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the M2 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','unactioned','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',1),(178,'ipp_refresh_q2_2023_ca_inbox_notification','marketing','en_US','Grow on the go with in-person payments','Sell your products or services on the go with the WisePad 3 card reader – a quick, synchronized, and secure way to take payments, no matter where you are. Create an order using the WooCommerce mobile app and connect your card reader to accept payments.','{}','pending','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',0),(179,'product_management_card_sorting','survey','en_US','How do you create and edit products?','Have a say in the future of WooCommerce. Take part in a brief exercise and help us understand what information is important to you while editing products.','{}','unactioned','woocommerce.com','2023-05-18 20:24:03',NULL,0,'plain','',0,'info',1),(181,'woocommerce-WCstripe-May-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Stripe plugin','<strong>Your store requires a security update for the WooCommerce Stripe plugin</strong>. Please update the WooCommerce Stripe plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-01 19:26:20',NULL,0,'plain','',0,'info',0),(182,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<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.','{}','pending','woocommerce.com','2023-06-03 21:30:06',NULL,0,'plain','',0,'info',0),(183,'woocommerce-WCPayments-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Payments','<strong>Your store requires a security update for the WooCommerce Payments plugin</strong>. Please update the WooCommerce Payments plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2023-06-06 19:26:20',NULL,0,'plain','',0,'info',0),(184,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<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.','{}','pending','woocommerce.com','2023-06-06 19:26:20',NULL,0,'plain','',0,'info',0),(185,'woocommerce_hpos_1st_notification_q2_2023','marketing','en_US','High-Performance Order Storage (HPOS) is on its way','Our team is targeting August 2023 to roll out a major database upgrade that can unlock faster checkout and order creation for your customers — and lightning-quick order lookup for you. Enablement is optional and you won’t be forced to update, but read on to see why this was our most requested new feature.','{}','unactioned','woocommerce.com','2023-06-07 19:26:41',NULL,0,'plain','',0,'info',1),(186,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(187,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(188,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(189,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(190,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(191,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(192,'woocommerce-WooPayments-Aug-2023-update-needed','update','en_US','Action required: Security update for WooPayments (WooCommerce Payments) plugin','<strong>Your shop requires an important security update for the WooPayments (WooCommerce Payments) extension</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(193,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(194,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(195,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(196,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(197,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<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.','{}','pending','woocommerce.com','2023-11-10 22:42:11',NULL,0,'plain','',0,'info',0),(198,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','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!','{}','pending','woocommerce.com','2024-01-11 20:38:53',NULL,0,'plain','',0,'info',0),(199,'amazon_pay_reactivate_q1-24','marketing','en_US','Special offer: Activate 0% promo rate for Amazon Pay','For a limited time, Woo merchants who register with Amazon Pay can enjoy a promotional rate of 0% on all transaction fees for 30 days. Valid for businesses based in the United Kingdom. Terms and conditions apply.','{}','pending','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',0),(200,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','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.','{}','pending','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',0),(201,'custom_order_attribution_inbox_q1_2024','marketing','en_US','NEW: Custom Order Attribution','Order attribution tracking is now available for all Woo stores! See whether an order came from a search ad, video, or email. Make better marketing decisions and watch your products go from “maybe” to “must-have.”','{}','unactioned','woocommerce.com','2024-02-13 17:05:50',NULL,0,'plain','',0,'info',1),(202,'wc_admin_UKpricingchange_WCPay_Q1_2024','marketing','en_US','Fee Changes for WooPayments in the EEA and UK','WooPayments fees for transactions between the EEA and UK will change as of 1st March, 2024. Transactions between the UK and EEA are now deemed by card networks to be cross-border, thus international payment fees will be applicable. This also changes base processing fees.','{}','pending','woocommerce.com','2024-03-05 20:40:14',NULL,0,'plain','',0,'info',0),(203,'airwallex_q1_2024','marketing','en_US','Save big on foreign exchange (FX) fees','Boost your international sales by offering Apple Pay, Google Pay, and 60+ local payment methods with Airwallex. Save time and money by settling payments directly in USD, EUR, HKD, SGD, AUD, and more — without the extra FX fees. Simple, cost-effective, fast.','{}','unactioned','woocommerce.com','2024-03-05 20:40:14',NULL,0,'plain','',0,'info',1),(204,'woocommerce-payfast-may-2024-update-needed','update','en_US','An important update is required for the Payfast Payment Gateway','<strong>Please update to the latest version of the Payfast Payment Gateway for WooCommerce immediately to address a security vulnerability</strong>. This update is required to ensure that your transactions continue to process.','{}','pending','woocommerce.com','2024-05-29 16:16:13',NULL,0,'plain','',0,'info',0),(205,'mailchimp_q2_2024','marketing','en_US','Level up your marketing to boost sales','Looking for a smart way to kickstart your growth? Mailchimp’s best-in-class email marketing empowers you to create and automate precisely targeted SMS and email campaigns and build long-term relationships with your audience. Enhance your customer experience, track sales, and more by connecting your store to Mailchimp.','{}','unactioned','woocommerce.com','2024-06-06 02:04:58',NULL,0,'plain','',0,'info',1),(206,'checkout_block_update_july_2024','marketing','en_US','UPDATE: The checkout block is getting an upgrade!','We’re improving the checkout block in 2024, starting with WooCommerce 9.0, launching on June 18! The latest release includes streamlined order summary with sticky functionality, better address form layout, and other enhancements to boost conversion.','{}','unactioned','woocommerce.com','2024-06-25 19:01:42',NULL,0,'plain','',0,'info',1),(208,'klaviyo_q4_2024','marketing','en_US','Need a marketing solution to help you sell more?','Over 13,000 brands use Klaviyo to grow faster. You can drive 46x ROI with their personalized email, SMS, forms, and product reviews. Start for free today.','{}','unactioned','woocommerce.com','2024-07-31 19:30:02',NULL,0,'plain','',0,'info',1),(209,'wnww-recap-july','marketing','en_US','Powerful updates and upgrades in WooCommerce','Have you seen all the latest from Woo? Check out our recent roundup for a look at the newest features, extensions, and insights making WooCommerce perform better than ever.','{}','unactioned','woocommerce.com','2024-08-13 19:30:02',NULL,0,'plain','',0,'info',1),(210,'bfcm2024-landing-page','marketing','en_US','The best way to prepare for holiday success','The upcoming holiday season is the busiest time of the year for many online stores. We want to help you make the most of it with an early gift: our first-ever Black Friday Cyber Monday Trends Report. It\'s full of stats, trends, and recommendations to knock your holiday socks off!','{}','unactioned','woocommerce.com','2024-09-04 19:30:02',NULL,0,'plain','',0,'info',0),(211,'stripe_securityupdate_q3_2024','update','en_US','Security update required for your Stripe extension','To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.','{}','pending','woocommerce.com','2024-09-18 19:30:02',NULL,0,'plain','',0,'info',0),(212,'paypal_migration_Q3_2024','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-03 19:30:02',NULL,0,'plain','',0,'info',0),(213,'acfw-notification-130','info','en_US','Set Up Your Halloween Sale In Minutes With A Coupon Template','The countdown to Halloween is on! Have you prepared your discount? Get started easily with our Halloween coupon template. For more tips, check out <a href=\"https://advancedcouponsplugin.com/how-to-run-a-halloween-marketing-campaign/?utm_source=acfw&amp;utm_medium=inappnotifications&amp;utm_campaign=halloween-2024\" target=\"_new\" rel=\"noopener\">our Halloween guide</a>.','{}','unactioned','advancedcouponsplugin.com','2024-10-25 22:24:42',NULL,0,'plain','',0,'info',0),(214,'mollie_q4_2024','marketing','en_US','Special offer: Zero transaction fees for your first month with Mollie','With seamless checkout, flexible financing, and 30+ local and global payment methods, Mollie is the all-in-one payment solution that enhances the customer experience and helps your business grow. Start your account today and enjoy ZERO transaction fees for the first month. Ts&amp;Cs apply.','{}','pending','woocommerce.com','2024-10-31 19:30:02',NULL,0,'plain','',0,'info',0),(215,'paypal_migration_Q3_2024_v2','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','unactioned','woocommerce.com','2024-10-31 19:30:02',NULL,0,'plain','',0,'info',1),(216,'Renewal_notification_emails_Woosubscriptions_Nov2024','marketing','en_US','WooCommerce Subscriptions just got even better','You can now send automatic email reminders to customers before their subscriptions renew or expire. To enable this for your store, update to the latest version of WooCommerce Subscriptions (don\'t forget to make a backup first) and follow the steps linked below.','{}','pending','woocommerce.com','2024-11-18 19:30:02',NULL,0,'plain','',0,'info',0),(217,'acfw-notification-172','info','en_US','Up To 60% OFF - Black Friday Limited Time Offer! ⏰','Don\'t miss out on our EXCLUSIVE DEALS. Power up your store with more advanced features like cart conditions, auto-apply discounts, BOGO coupons, and more.? ','{}','unactioned','advancedcouponsplugin.com','2024-11-26 05:39:10',NULL,0,'plain','',0,'info',0),(218,'paypal_promo_Q4_2024','marketing','en_US','Add PayPal to your existing checkout this holiday season','Drive conversion and give customers more confidence to buy when you complement your checkout with PayPal, Venmo, Pay Later, and more. Attract new shoppers and give them a streamlined buying experience with Fastlane, PayPal’s fast and simple guest checkout.','{}','unactioned','woocommerce.com','2024-11-27 19:25:22',NULL,0,'plain','',0,'info',0),(219,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','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>','{}','pending','woocommerce.com','2024-12-04 19:30:02',NULL,0,'plain','',0,'info',0),(220,'usps-mail-service-to-canada-suspended-dec-2024','update','en_US','Please note: USPS Mail Service to Canada Suspended','The United States Postal Service has temporarily suspended mail service to Canada due to the ongoing Canadian postal workers\' strike. USPS is asking users to refrain from mailing items to Canada at this time.','{}','pending','woocommerce.com','2024-12-05 19:30:03',NULL,0,'plain','',0,'info',0),(221,'Announce-UPS-WCShipping-Dec2024','marketing','en_US','WooCommerce Shipping now supports select UPS services','Give customers the power and reliability of UPS, directly from your dashboard. Access discounted rates, convenient shipping options, and fast, on-time delivery with UPS on WooCommerce Shipping — and stay tuned for UPS® Ground Saver rates coming in 2025.','{}','pending','woocommerce.com','2024-12-12 19:30:02',NULL,0,'plain','',0,'info',0),(222,'account-creation-after-checkout-dec2024','marketing','en_US','Offer account creation after checkout','Your customers can now create accounts after they check out on block-based themes. Enable the new “After checkout” block in your account settings and enjoy smoother guest checkout, better conversion, and more repeat business.','{}','pending','woocommerce.com','2024-12-18 19:30:02',NULL,0,'plain','',0,'info',0),(223,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2024-12-23 19:30:02',NULL,0,'plain','',0,'info',0),(224,'affirm_promo_Q1_2025','marketing','en_US','Save up to 50% on merchant fees with Affirm','Kickstart the year with buy now, pay later and get merchant rates as low as 2.9% + 30¢ per transaction for 30 days. Download the extension and complete your application from your WooCommerce dashboard by February 19, 2025 to claim the offer. Terms and conditions apply.','{}','unactioned','woocommerce.com','2025-01-20 19:30:02',NULL,0,'plain','',0,'info',0),(225,'new-woo-brand-announcement-feb4-2025','marketing','en_US','Meet the new Woo','WooCommerce has a new look, but underneath, we’re still the same customizable, open-source ecommerce platform you know and love. Plus, we’ve got some major improvements to our platform and product on the way.','{}','unactioned','woocommerce.com','2025-02-04 19:27:14',NULL,0,'plain','',0,'info',1),(226,'paypal_bnpl_au_promo_Q1_2025','marketing','en_US','Australian shoppers can Pay in 4 with PayPal','Enable Pay in 4 messaging to let Australian customers know that they can pay over time while you get paid up front and in full. Pay in 4 is included in PayPal Payments at no additional cost. Eligible buyers can pay in four interest-free payments for purchases of $30 to $2,000 AUD. Terms apply.','{}','pending','woocommerce.com','2025-02-12 19:30:03',NULL,0,'plain','',0,'info',0),(227,'stripe_stripetax_q1_2025','marketing','en_US','Say goodbye to your tax woes','Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.','{}','pending','woocommerce.com','2025-02-19 19:30:02',NULL,0,'plain','',0,'info',0),(228,'printful_promo_q1_2025','marketing','en_US','New: sell print-on-demand products, risk-free','Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.','{}','pending','woocommerce.com','2025-02-26 19:30:02',NULL,0,'plain','',0,'info',0),(229,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','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.','{}','pending','woocommerce.com','2025-03-03 19:30:03',NULL,0,'plain','',0,'info',0),(230,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','marketing','en_US','Save 20% on new two-year subscriptions','We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.','{}','pending','woocommerce.com','2025-03-17 19:30:02',NULL,0,'plain','',0,'info',0),(231,'viva_wallet_migration_q1_2025','update','en_US','Switch to the new Viva.com Smart Checkout','The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.','{}','pending','woocommerce.com','2025-04-03 19:30:02',NULL,0,'plain','',0,'info',0),(232,'stripe_orderstatus_bug_q2_2025','update','en_US','Action Required: Update Order Status Manager','Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.','{}','pending','woocommerce.com','2025-04-03 19:30:02',NULL,0,'plain','',0,'info',0),(233,'WooCommerce-Stripe-Gateway-Update-April-2025','update','en_US','Action required: Update WooCommerce Stripe Gateway to v9.4.1','<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.','{}','pending','woocommerce.com','2025-04-18 19:30:02',NULL,0,'plain','',0,'info',0),(234,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','update','en_US','WooCommerce Stripe Gateway has been updated to v9.4.1','<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.','{}','pending','woocommerce.com','2025-04-18 19:30:02',NULL,0,'plain','',0,'info',0),(235,'klaviyo_q2_2025','marketing','en_US','Tailor your marketing with data-driven automation','Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity','{}','pending','woocommerce.com','2025-04-30 19:30:02',NULL,0,'plain','',0,'info',0),(236,'uk-vat-notice-2025-04-30','warning','en_US','UK VAT numbers are no longer supported','Due to recent HM Revenue &amp; 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','{}','pending','woocommerce.com','2025-05-05 19:30:03',NULL,0,'plain','',0,'info',0),(237,'payson-retirement-2025','update','en_US','Payson Form Retirement','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.','{}','pending','woocommerce.com','2025-05-13 19:30:02',NULL,0,'plain','',0,'info',0),(238,'paypal_q2_2025','marketing','en_US','Power up sales with Pay Later messaging','Help increase your sales and grow cart sizes by letting customers know they have flexible payment options. Merchants see up to an 11% sales lift when they add Pay Later messaging — plus, it integrates seamlessly with your PayPal checkout.','{}','pending','woocommerce.com','2025-05-22 19:30:02',NULL,0,'plain','',0,'info',0),(239,'paypal-braintree-sdk-depreciation-2025-05-30','update','en_US','Action required: Update the PayPal Braintree extension','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.','{}','pending','woocommerce.com','2025-05-29 19:30:02',NULL,0,'plain','',0,'info',0),(240,'tento_q2_2025','marketing','en_US','Get your free business credit score','Strong business credit is the key to better deals, stronger partnerships, and sustainable growth. Tento Business Credit Monitoring helps you catch risks early, secure better financing, and fuel smarter growth — with no impact to your credit.','{}','pending','woocommerce.com','2025-06-04 19:30:03',NULL,0,'plain','',0,'info',0),(241,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','marketing','en_US','Multibanco, AliPay and WeChat now available in WooPayments','Multibanco, AliPay, and WeChat Pay are now available in WooPayments! Offer trusted local payment methods to customers in key global markets and boost international sales. Geo restrictions apply.','{}','pending','woocommerce.com','2025-06-23 19:25:51',NULL,0,'plain','',0,'info',0),(242,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-06-28 19:27:05',NULL,0,'plain','',0,'info',1),(243,'woopayments-new-lpms-2025-06-30','marketing','en_US','Get the POS built specifically for Woo stores','Introducing WooCommerce POS, our new point-of-sale solution built to get you up and running quickly with in-person sales. Search products, scan barcodes, apply coupons, and send email receipts — right in the WooCommerce mobile app, with all of your online and physical sales synced in real time — no extra setup required','{}','pending','woocommerce.com','2025-06-30 19:30:03',NULL,0,'plain','',0,'info',0),(244,'tiktok-webinar-promo-july2025','marketing','en_US','You\'re Invited: TikTok for WooCommerce Webinar','Join us for a free webinar with our friends at TikTok on Tuesday, July 8, at 4 pm UTC. We\'ll cover creative tips and best practices for making content that turns views into sales.','{}','pending','woocommerce.com','2025-06-30 19:30:03',NULL,0,'plain','',0,'info',0),(245,'woopayments-grabpay-launch-2025-07-07','marketing','en_US','GrabPay now available in WooPayments','Offer GrabPay through WooPayments and make checkout easier for customers across Southeast Asia. Enable it today and expand your reach with a payment method they know and trust.','{}','pending','woocommerce.com','2025-07-07 19:25:47',NULL,0,'plain','',0,'info',0),(246,'BFCM-25-Survey','marketing','en_US','You’re invited: Take our quick BFCM survey and get 25% off','We’re gathering insights on how businesses prepare for peak sales moments like Black Friday and Cyber Monday — so we can better support you. Take our quick 8-minute survey to share your thoughts and get 25% off your next WooCommerce extension as a thank you.','{}','pending','woocommerce.com','2025-07-14 19:30:02',NULL,0,'plain','',0,'info',0),(247,'woohoo10-coupon','marketing','en_US','Celebrate and save with WooCommerce 10.0','To mark this milestone release, get 10% off extensions and themes in the official Woo Marketplace. Use code WOOHOO10 at checkout to save on essential tools that help grow your business. Offer ends August 15, 2025. Terms and conditions apply.','{}','unactioned','woocommerce.com','2025-07-21 19:30:02',NULL,0,'plain','',0,'info',1),(248,'paypaladvantage_q3_2025','marketing','en_US','Add PayPal Checkout and earn up to $1,000*','PayPal Checkout can boost conversion by up to 46% and average order value by up to 62% with no disruption to your checkout. New US merchants who activate by August 31 save 25% on transaction fees for 6 months. Excludes Venmo. Terms apply.*','{}','pending','woocommerce.com','2025-07-23 19:30:02',NULL,0,'plain','',0,'info',0),(250,'stripe_optimizedcheckout_upgrade_q3_2025','marketing','en_US','Upgrade for a faster, more flexible Stripe checkout','You\'re not on the latest WooCommerce Stripe Payment Gateway version. Upgrade to version 9.8 to access Stripe\'s Optimized Checkout Suite and leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-13 19:30:02',NULL,0,'plain','',0,'info',0),(251,'stripe_optimizedcheckout_enable_q3_2025','marketing','en_US','Unlock dynamic payments and sell more','You’re on the latest WooCommerce Stripe Payment Gateway — now unlock its full potential by enabling the Optimized Checkout Suite. It uses AI models to dynamically surface the most relevant payment methods for each customer, helping you boost conversions.','{}','pending','woocommerce.com','2025-08-13 19:30:02',NULL,0,'plain','',0,'info',0),(252,'stripe_optimizedcheckout_promotion_q3_2025','marketing','en_US','Upgrade to Stripe for a faster, more flexible checkout','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-15 19:30:02',NULL,0,'plain','',0,'info',0),(253,'woo-subscription-gifting-bundling-2025-08-18','marketing','en_US','Grow recurring revenue with gifting','WooCommerce Subscriptions now includes gifting. Customers can buy subscriptions for others, helping you reach new shoppers and grow recurring revenue with less effort. Update to the latest version of Subscriptions (7.8.0) to start offering gifting.','{}','pending','woocommerce.com','2025-08-20 19:30:02',NULL,0,'plain','',0,'info',0),(254,'stripe_optimizedcheckout_competitors_q3_2025','marketing','en_US','Upgrade to the official WooCommerce Stripe Payment Gateway','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Use AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click checkout with Link.','{}','pending','woocommerce.com','2025-08-28 19:30:02',NULL,0,'plain','',0,'info',0),(257,'UPS-promo-RIN-WCS-Aug-25','marketing','en_US','Get up to $100 off your first UPS shipments','For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.','{}','pending','woocommerce.com','2025-09-10 19:30:02',NULL,0,'plain','',0,'info',0),(258,'UPS-promo-RIN-WCST-Aug-25','marketing','en_US','Get up to $100 off your first UPS shipments','For a limited time, merchants new to UPS can get up to $10 off their first 10 UPS labels on WooCommerce Shipping. Simplify your shipping, lower costs, and keep customers happy with fast, affordable options built right into your store dashboard.','{}','pending','woocommerce.com','2025-09-10 19:30:02',NULL,0,'plain','',0,'info',0),(259,'square_ordersync_upgrade_q3_2025','marketing','en_US','You asked, we delivered — order sync is here for Square','Update your Square extension to v5.0 to access <a href=\"https://woocommerce.com/document/woocommerce-square/sync-settings/sync-orders-between-woocommerce-and-square/\">automatic order syncing</a>. Manage your online sales in Square, keep reports accurate, and save time with order updates visible across both platforms.','{}','pending','woocommerce.com','2025-09-11 19:28:51',NULL,0,'plain','',0,'info',0),(260,'klaviyo_q3_2025','marketing','en_US','Smarter marketing starts with Woo x Klaviyo','Personalize every customer interaction with Klaviyo, Woo\'s preferred marketing automation solution. Advanced segmentation based on real customer behavior lets you create email and SMS campaigns focused on driving loyalty and revenue. So you can grow sales while simplifying your stack.','{}','pending','woocommerce.com','2025-09-17 19:30:02',NULL,0,'plain','',0,'info',0),(261,'pinterest_q3_20252','marketing','en_US','More visibility, smarter campaigns','Connect your store to Pinterest via the Conversions API, a new feature in the latest version of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Get started today — connect and sync your catalog using the Conversions API.','{}','pending','woocommerce.com','2025-09-24 19:30:03',NULL,0,'plain','',0,'info',0),(262,'pinterest_q4_2025','marketing','en_US','Maximize conversions with Pinterest','Connect your store to Pinterest via the Conversions API, now part of our official extension. Target the right shoppers, track performance, and optimize campaigns for more sales. Sync your catalog and create your first ad today.','{}','pending','woocommerce.com','2025-10-21 23:00:03',NULL,0,'plain','',0,'info',0),(263,'ppcp-settings-migration-inbox-note','info','en_US','? Important: New PayPal Payments settings UI becoming default in October!','We\'ve redesigned the settings for better performance and usability. Starting late October, this improved design will be the default for all WooCommerce installations to enjoy faster navigation, cleaner organization, and improved performance. Check out the <a href=\"https://woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-startup-guide/\" target=\"_blank\">Startup Guide</a>, then click <a href=\"#\" name=\"settings-switch-ui\"><strong>Switch to New Settings</strong></a> to activate it.','{}','unactioned','woocommerce-paypal-payments/woocommerce-paypal-payments.php','2025-10-28 17:01:52',NULL,0,'plain','',0,'info',1),(264,'paypaladvantage_q4_2025','marketing','en_US','PayPal Checkout offer: Get 40% back on fees for 3 months','Download and activate PayPal Payments in your WooCommerce admin, then complete your first transaction by 15 December 2025 to get 40% back on PayPal transaction fees — up to £2,000 for 3 months. PayPal Checkout works with your existing checkout. See terms: paypal.com/uk/campaign/paypalmerchantpromotion/terms.','{}','pending','woocommerce.com','2025-11-05 00:30:03',NULL,0,'plain','',0,'info',0),(265,'reddit_q4_2025','marketing','en_US','New: Reach high-intent shoppers on Reddit','Sync your catalog and pixel with Reddit for WooCommerce. Launch your ads faster on Reddit and connect with their 400M+ weekly active users and shoppers who turn to this platform for authentic conversations and recommendations.','{}','pending','woocommerce.com','2025-11-13 19:30:02',NULL,0,'plain','',0,'info',0),(266,'bfcm_general_sale_q4_2025','marketing','en_US','Save up to 40% on extensions and themes','For a limited time, take up to 40% off nearly everything in our Marketplace. It’s the perfect moment to give your store a holiday boost and level up for 2026. Sale ends December 2, 2025, at 14:00 UTC.','{}','pending','woocommerce.com','2025-11-20 22:00:04',NULL,0,'plain','',0,'info',0),(267,'paypal-carding-recaptcha-dec-25','update','en_US','Activate PayPal fraud management','PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.','{}','unactioned','woocommerce.com','2025-12-04 19:30:02',NULL,0,'plain','',1,'info',0),(268,'Googleupdate_q4_2025','marketing','en_US','Make every ad dollar count this holiday season','Google for WooCommerce now includes Budget Recommendations. Install the latest version and get personalized suggestions on where to optimize campaign budgets to reach more holiday shoppers this season.','{}','pending','woocommerce.com','2025-12-04 19:30:02',NULL,0,'plain','',0,'info',0),(269,'ppcp-recaptcha-protection-note','info','en_US','Activate PayPal fraud management','PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.','{}','unactioned','woocommerce-paypal-payments/woocommerce-paypal-payments.php','2025-12-09 18:12:17',NULL,0,'plain','',0,'info',0),(270,'holiday_shipping_deadlines_WCST_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-11 19:25:43',NULL,0,'plain','',0,'info',0),(271,'holiday_shipping_deadlines_WCS_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-11 19:25:43',NULL,0,'plain','',0,'info',0),(272,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, December 11th was your record day for sales! Net sales was $25,088.43 beating the previous record of $14,604.33 set on August 7th.','{\"old_record_date\":\"2025-08-07\",\"old_record_amt\":14604.33,\"new_record_date\":\"2025-12-11\",\"new_record_amt\":25088.43}','unactioned','woocommerce-admin','2025-12-12 03:18:13',NULL,0,'plain','',0,'info',0),(273,'stripe_agenticcommerce_3PDS_q4_2025','marketing','en_US','Get more from Stripe with the official extension','Switch to the official extension co-developed with Stripe for the latest features and best performance. Get access to personalized checkout options, early support for AI shopping through Stripe’s <a href=\"https://woocommerce.com/posts/stripe-agentic-commerce-suite-for-woocommerce/\">Agentic Commerce Suite</a>, and more.','{}','pending','woocommerce.com','2025-12-18 19:28:47',NULL,0,'plain','',0,'info',0),(274,'snap_q4_2025','marketing','en_US','New: Reach a new audience on Snapchat','88% of Snapchatters love to shop, and 40% aren\'t active on other social platforms. Connect with them and grow your business using Snapchat for WooCommerce, our new official extension. Sync your products, launch ad campaigns, and track results — all from your Woo dashboard.','{}','pending','woocommerce.com','2025-12-19 05:10:25',NULL,0,'plain','',0,'info',0),(276,'WC10.4.3-security-update-12-22-2025','update','en_US','An important update is required for WooCommerce','<strong>Please update to WooCommerce 10.4.3 to resolve a security issue.</strong> This update addresses an issue with the WooCommerce Store API that may have made guest order information visible to other logged in users. See the <a href=\"https://developer.woocommerce.com/2025/12/22/store-api-vulnerability-patched-in-woocommerce-8-1/\" target=\"_blank\">Woo Developer blog</a> for more information.','{}','pending','woocommerce.com','2025-12-22 19:30:02',NULL,0,'plain','',0,'info',0);
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_category_lookup`
--

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_category_lookup`
--

LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES (15,15),(16,16),(17,17),(18,18),(19,19),(20,20),(21,21),(23,23),(24,24),(25,25),(31,31),(32,32);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_customer_lookup`
--

LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_customer_lookup` VALUES (3,2,'lcaadmin','Brice','Blackerby','bblackerby424@gmail.com','2023-11-13 17:13:17','2021-03-18 18:28:08','US','77521','Baytown','TX'),(4,NULL,'','Brice','Blackerby','bblackerby424@gmail.com','2021-04-07 19:39:06',NULL,'US','77521','Baytown','TX'),(5,NULL,'','Scott','Wilson','scottw@laradasciences.com','2021-04-13 16:17:13',NULL,'US','84107','Murray','UT'),(6,4,'lca_slc','Courtney','Callahan','courtney@slc.liceclinicsofamerica.com','2025-12-11 16:31:36','2021-04-08 19:54:57','US','84107','Murray','UT'),(11,3,'lca_mckinney','Amanda','Westerman','info@liceclinicsmckinney.com','2025-12-29 13:21:41','2021-04-08 19:52:25','US','75070','MCKINNEY','TX'),(12,6,'lca_modesto','Amira','Purto','info@liceclinicsmodesto.com','2025-12-28 17:43:06','2021-04-16 17:39:54','US','95355','Modesto','CA'),(13,7,'lca_gilroy','Amy','Allen','lca.gilroy@gmail.com','2025-12-22 18:25:45','2021-04-16 17:48:49','US','95023','Hollister','CA'),(14,8,'lca_nitwits','Barbara','Frieden','info@nitwitslice.com','2025-11-02 00:00:00','2021-04-16 17:56:34','US','40014','Crestwood','KY'),(15,9,'lca_medway','Brenda','Howard','info@liceclinicsmedway.com','2022-01-26 00:00:00','2021-04-16 18:01:08','US','02053','Medway','MA'),(16,10,'lca_northseattle','Chris','Parker','info@liceclinicsnorthseattle.com',NULL,'2021-04-16 18:05:00','','','',''),(17,11,'lca_bowlinggreen','David','Collett','info@liceclinicsbowlinggreen.com','2025-06-13 14:58:21','2021-04-16 18:07:51','US','42101','Bowling Green','KY'),(18,12,'lca_arnold','Eric','Kluempers','info@liceclinicsarnold.com',NULL,'2021-04-16 18:10:42','','','',''),(19,13,'lca_tucson','Erich','Deines','info@liceclinicstucson.com','2021-12-11 11:16:13','2021-04-16 18:14:06','US','85048','Phoenix','AZ'),(20,14,'lca_charlottesville','Gerry','Wolburg','info@liceclinicscharlottesville.com',NULL,'2021-04-16 18:18:33','','','',''),(21,15,'lca_milwaukee','Andrea','Florsheim','info@liceclinicsmilwaukee.com','2025-10-31 16:02:34','2021-04-18 14:33:06','US','53202','Milwaukee','WI'),(22,17,'lca_northerniowa','Bess','Hayes','info@liceclinicsnortherniowa.com','2022-09-02 00:00:00','2021-04-18 14:50:12','US','52002','Dubuque','IA'),(23,18,'lca_houston','Jen','Mortensen','info@liceclinicshouston.com',NULL,'2021-04-18 14:55:36','','','',''),(24,19,'lca_albuquerque','Gretchen','Collins','info@liceclinicsalbuquerque.com',NULL,'2021-04-18 15:07:12','','','',''),(25,20,'lca_santaclarita','Hasani','Thompson','info@liceclinicssantaclarita.com','2025-12-23 05:51:47','2021-04-18 15:12:08','US','91607','North Hollywood','CA'),(26,21,'lca_littlerock','Heidi','Merritt','liceclinicslittlerock@gmail.com','2025-10-31 00:00:00','2021-04-18 15:15:44','US','72023','Cabot','AR'),(27,22,'lca_disentangle','Jaclyn','O\'Connell','jpcarey84@gmail.com','2021-09-14 20:03:21','2021-04-18 15:19:20','US','60655','Chicago','IL'),(28,24,'lca_lakecountry','Jamie','Jauregui','info@liceclinicslakecountry.com','2023-07-31 00:00:00','2021-04-18 15:27:24','','','',''),(29,25,'lca_hattiesburg','Jason','McQueen','info@liceclinicssouthms.com','2023-10-19 22:11:51','2021-04-18 15:32:47','US','39466','Picayune','MS'),(30,26,'lca_augusta','Jennifer','Crumrine','augustagalice@gmail.com','2024-02-17 00:28:05','2021-04-18 15:34:59','US','30907','Augusta','GA'),(31,27,'lca_knoxville','Jennifer','Fribourg','info@knoxvilleliceclinic.com',NULL,'2021-04-18 15:39:32','','','',''),(32,28,'lca_temecula','Kelli','Washington','info@liceclinicstemecula.com','2024-07-12 20:02:06','2021-04-18 15:42:54','US','92026','Escondido','CA'),(33,29,'lca_lansdale','Kevin','Reilly','info@liceclinicslansdale.com','2025-10-27 22:06:38','2021-04-18 15:45:37','US','18947','Pipersville','PA'),(34,30,'lca_bellingham','Trish','Tatro','info@liceclinicsbellingham.com','2021-05-19 00:00:00','2021-04-18 15:48:03','','','',''),(35,31,'lca_fortwalton','Lesley','Prince','info@liceclinicsemeraldcoast.com','2021-11-29 20:55:20','2021-04-18 15:51:21','US','32548','Fort Walton Beach','FL'),(36,32,'lca_licebusters','Libby','Lutz','help@licebusters-stl.com',NULL,'2021-04-18 15:59:28','','','',''),(37,34,'lca_reno','Margaret','Torres-Wilson','info@liceclinicsreno.com','2021-04-27 00:00:00','2021-04-18 16:05:32','US','89508','Reno','NV'),(38,35,'lca_marietta','Mary','Hammock','info@liceclinicsmarietta.com',NULL,'2021-04-18 16:08:41','','','',''),(39,37,'lca_fhc','Melody','Carter','familyhairclinic@gmail.com','2025-02-18 16:53:05','2021-04-18 16:13:03','US','31602','Valdosta','GA'),(40,36,'lca_bakersfield','Melanie','Sherman','2920lca@gmail.com','2022-05-02 20:49:09','2021-04-18 16:11:09','US','93301','Bakersfield','CA'),(41,38,'lca_northpitts','Michael','Mantia','tamimantia@gmail.com','2024-01-09 04:06:59','2021-04-18 16:16:32','US','80108','Castle Rock','CO'),(42,39,'lca_brightside','Patty','Ziegler','liceremovalwisconsin@gmail.com','2025-12-11 01:05:10','2021-04-18 16:20:05','US','53590','Sun Prairie','WI'),(43,40,'lca_kent','Paul','Cunningham','info@liceclinicskent.com','2022-12-11 00:00:00','2021-04-18 16:22:32','US','98042','Covington','WA'),(44,41,'lca_stcloud','Rainya','Strack','info@liceclinicstcloud.com','2021-09-02 01:13:26','2021-04-18 16:24:35','US','56345','Little Falls','MN'),(45,42,'lca_sanluisobispo','Rose','Moore','info@liceclinicsanluisobispo.com',NULL,'2021-04-18 16:26:50','','','',''),(46,43,'lca_bonitasprings','Ryan','Nelson','info@liceclinicsouthwestflorida.com','2025-01-11 00:00:00','2021-04-18 16:30:32','US','34110','Naples','FL'),(48,45,'lca_wilmingtonde','Savanna','Mitchell','info@liceclinicswilmingtonde.com',NULL,'2021-04-18 16:36:13','','','',''),(49,46,'lca_jonesboro','Ashe','Montalvo','info@liceclinicsjonesboro.com','2025-12-03 19:06:05','2021-04-18 16:39:13','US','72404','Jonesboro','AR'),(50,47,'lca_sanantonio','Sheli','Schomer','info@liceclinicsanantoniowest.com','2025-12-15 22:00:00','2021-04-18 16:41:44','US','78232','San Antonio','TX'),(51,48,'lca_evansville','Suzanne','McCutchan','info@liceclinicsevansville.com','2022-02-18 00:00:00','2021-04-18 16:44:42','US','47725','Evansville','IN'),(52,49,'lca_northernvirginia','Chris','Winkler','info@northernvirginialiceclinics.com','2024-02-23 15:41:45','2021-04-18 17:56:10','US','20110','Manassas','VA'),(53,50,'lca_newhampshire','Christine','Cherry','info@liceclinicsplaistow.com','2025-12-09 23:11:10','2021-04-19 01:33:53','US','03223','Campton','NH'),(54,51,'lca_wpb','Corie','Kaniamos','info@liceclinicsofflorida.com','2025-02-26 00:00:00','2021-04-19 02:23:17','US','34786','Windermere','FL'),(55,52,'lca_nova','Darlene','La Framboise','info@liceremovalnova.com','2025-11-07 18:30:32','2021-04-19 02:46:12','US','20105-3048','Aldie','VA'),(56,53,'lca_scharlotte','Dena','Black','info@liceclinicssouthcharlotte.com','2021-10-15 00:00:00','2021-04-19 02:49:57','US','28227','CHARLOTTE','NC'),(57,54,'lca_northernil','Erin','Hawn','info@liceclinicsvernonhills.com','2025-12-22 05:35:59','2021-04-19 03:10:33','US','60061','Vernon Hills','IL'),(58,55,'lca_connecticut','Greg','Eisen','stephanieknecht@lcaconnecticut.com','2023-09-22 00:00:00','2021-04-19 03:16:26','US','06106','Hartford','CT'),(59,56,'lca_dfw','Gus','Romero','gus@liceclinicsdfw.com','2021-09-15 23:01:28','2021-04-19 03:38:32','US','75063','Irving','TX'),(60,57,'lca_upstatesc','Heather','Purtle','hpurtle@bellsouth.net','2024-04-19 17:26:45','2021-04-19 03:50:10','US','29615','Greenville','SC'),(61,58,'lca_easttx','Heather','Smith','easttexaslca@yahoo.com','2024-01-02 03:20:29','2021-04-19 03:54:21','US','75915','Lufkin','TX'),(62,59,'lca_sugarland','Jacob','Anthon','info@liceclinicssugarland.com','2025-12-02 18:22:31','2021-04-19 04:00:25','US','77375','TOMBALL','TX'),(63,60,'lca_chicagosub','Jill','Leshtz','info@liceclinicschicagosuburbs.com','2025-12-20 19:35:29','2021-04-19 04:03:18','US','60035','Highland park','IL'),(64,61,'lca_lexington','Judy','Hayden','info@liceclinicslexington.com','2025-12-05 00:00:00','2021-04-19 04:06:52','US','40509','Lexington','KY'),(65,62,'lca_centralwi','Laurie','Moyer','info@liceclinicscentralwi.com',NULL,'2021-04-19 04:12:47','','','',''),(66,63,'lca_pugetsound','Lisa','Hagman','licegirls@icloud.com','2023-03-14 02:02:35','2021-04-19 04:15:56','US','98312','Bremerton','WA'),(67,64,'lca_hawaii','Barrie','Desmond','info@liceclinicshawaii.com','2024-01-19 18:52:10','2021-04-19 04:21:37','US','96753-7809','Kihei','HI'),(69,66,'lca_maryland','Mark','Dent','info@liceclinicsofmaryland.com','2025-12-15 18:11:34','2021-04-19 04:34:54','US','21211','BAltimore','MD'),(70,67,'lca_naughtynits','Marnie','Murray','contact@naughtynits.com','2025-12-16 14:19:57','2021-04-19 04:39:50','US','14221','Williamsville','NY'),(71,68,'lca_phoenix','Martell','Deines','info@liceclinicschandler.com','2021-08-03 18:04:22','2021-04-19 04:45:04','US','85297','GILBERT','AZ'),(72,69,'lca_memphis','Marty','Brown','info@liceremovaltn.com',NULL,'2021-04-19 04:48:55','','','',''),(73,70,'lca_pleasanton','Masoud','Barukzai','info@liceclinicspleasanton.com',NULL,'2021-04-19 04:53:06','','','',''),(74,71,'lca_sandiego','Mercedes','Domingo','info@lcasandiego.com','2022-01-25 00:00:00','2021-04-19 04:57:40','US','92130','San Diego','CA'),(75,72,'lca_liceawaytoday','Michelle','Cherry','info@liceawaytoday.net',NULL,'2021-04-19 05:06:55','','','',''),(76,73,'lca_castrovalley','Lice Clinics','Castro Valley','info@liceclinicscastrovalley.com','2025-09-16 00:00:00','2021-04-19 05:10:51','US','94546','Castro Valley','CA'),(77,74,'lca_spokane','Michelle','Repp','info@liceclinicspokane.com','2022-11-30 00:00:00','2021-04-19 05:14:15','US','99208','Spokane','WA'),(78,75,'lca_healthyheads','Mirtala','Pena','info@healthyheadstx.com','2025-11-13 17:49:29','2021-04-19 05:17:50','US','78572','MIssion','TX'),(79,76,'lca_liceaunties','Naomi','Golden','nrgolden6486@gmail.com','2025-12-28 16:26:06','2021-04-19 05:23:11','US','02492','Needham','MA'),(80,77,'lca_fresno','Philip','Moon','info@liceclinicsfresno.com','2025-11-17 16:53:04','2021-04-19 05:26:24','US','94611','Piedmont','CA'),(81,78,'lca_longisland','Richard','Florsheim','info@liceclinicslongIsland.com','2025-12-21 19:52:48','2021-04-19 05:29:36','US','53092','Mequon','NY'),(82,79,'lca_swla','Shanna','Castille','info@liceclinicswla.com','2025-12-12 02:37:54','2021-04-19 05:36:32','US','70535','Eunice','LA'),(83,80,'lca_philly','Sharon','Rizzuto','liceclinicphilly@gmail.com','2022-04-04 14:11:40','2021-04-19 05:42:14','US','19072','Narberth','PA'),(84,81,'lca_collegestation','Sonia','Watt','info@texasliceremovalclinic.com',NULL,'2021-04-19 05:48:24','','','',''),(85,82,'lca_bocaraton','Sonny','Le','sonnynguyenle@gmail.com','2025-12-06 19:18:00','2021-04-19 05:53:48','US','22030','Fairfax','VA'),(86,83,'lca_norco','Robin','Martinez','info@liceclinicsnortherncolorado.com','2024-08-30 00:00:00','2021-04-19 05:58:35','US','80504','Longmont','CO'),(87,84,'lca_nitzy','Thuy','Tien Du','nitzyliceremoval@gmail.com','2022-07-09 00:00:00','2021-04-19 06:01:40','US','94087','Sunnyvale','CA'),(89,86,'lca_bellevue','Traci','Benson','info@liceclinicsbellevue.com','2023-02-01 19:19:54','2021-04-19 06:08:53','US','98008','Bellevue','WA'),(90,87,'lca_midsouth','Wade','Huntsman','info@liceclinicsmidsouth.com','2025-12-16 17:02:20','2021-04-19 06:13:00','US','74114','Tulsa','OK'),(91,88,'lca_mih','Phil','Brechting','info@nonitnoggins.com',NULL,'2021-04-21 14:39:05','','','',''),(92,90,'lca_remedylice','Mike','Brehm','rapunzelscorinn@gmail.com','2025-11-07 16:33:56','2021-04-21 15:08:45','US','49525','Grand Rapids','MI'),(95,5,'lca_northwest','Mark','Meyer','noemi.and.mark@nwliceclinics.com','2025-12-23 22:00:28','2021-04-08 20:00:29','US','97221','portland','OR'),(96,92,'lca_fremont','Michelle','LeHang Du','info@liceclinicsfremont.com','2025-12-30 02:08:22','2021-04-26 19:26:48','US','94587','Union City','CA'),(98,23,'lca_ssf','Jacqueline','Huynh','info@liceclinicssf.com','2025-12-18 22:15:41','2021-04-18 15:25:32','US','94030','Millbrae','CA'),(99,94,'lca_forsyth','Dacy','Hitt','dacy1016@gmail.com','2024-06-29 17:55:34','2021-09-29 17:52:03','US','30028','Cumming','GA'),(100,96,'lca_desmoines','Jaimi','Anderson','j.m.licesolutions@gmail.com','2025-11-17 05:55:33','2022-03-08 16:18:46','US','50312','Des Moines','IA'),(101,98,'lca_dublin','Christine','Cherry (Dublin)','christine@liceclinicscolumbus.com','2025-12-08 14:35:16','2023-07-17 16:04:07','US','03223','Campton','NH'),(102,100,'lca_sunnyvale','Michael','Beckman','b3ckm4n@gmail.com','2025-12-15 17:36:55','2023-09-25 14:50:07','US','94611','Piedmont','CA'),(103,101,'lca_rome','Jeff','Mauer','info@liceclinicsrome.com','2025-11-05 00:00:00','2023-09-25 15:05:07','US','30161','Rome','GA'),(104,103,'lca_norway','Anja','Dahl','post@luseklinikken.no','2024-04-11 00:00:00','2024-04-11 16:11:26','','','',''),(105,104,'lca_kelvin','Kelvin','Fencil','kelvin@liceclinicsofamerica.com','2024-05-02 00:00:00','2024-05-02 16:02:17','','','',''),(106,105,'lca_nashville','Joe','West','info@nashville.liceclinicsofamerica.com','2025-12-11 17:48:58','2024-05-15 20:53:56','US','37069','Franklin','TN'),(107,65,'lca_freshheads','Mandy','Ottesen','mandy@freshheadsliceremoval.com','2025-12-28 18:37:03','2021-04-19 04:26:44','US','32259','St Johns','FL'),(108,108,'lca_fortworth','Kat','Khalaf','info@liceclinicsfortworth.liceclinicsofamerica.com','2025-12-05 00:14:30','2025-07-14 00:40:00','US','75007','Carrollton','TX'),(109,109,'sonia.troyon','Sonia','Troyon','sonia.troyon@gmail.com','2025-09-30 12:51:29','2025-08-29 16:58:31','CH','1020','Renens','VD'),(110,89,'lca_scott','Scott','Wilson','scottw@laradasciences.com','2025-11-04 21:44:04','2021-04-21 14:59:58','US','84025','Farmington','UT'),(111,110,'lca_denver','Catherine','Eklunds','info@denver.liceclinicsofamerica.com','2025-10-02 20:52:10','2025-09-25 19:23:50','US','80220','Denver','CO'),(112,111,'lcadavid','David','Washburn','david@liceclinicsofamerica.com','2025-10-14 16:31:45','2025-10-14 16:21:08','US','84107','Murray','UT'),(113,112,'lca_boise','Scott','Wilson','info@boise.liceclinicsofamerica.com','2025-12-29 18:54:01','2025-10-28 01:23:29','US','84025','Farmington','UT'),(114,113,'lca_jersey','','','info@ramsey.liceclinicsofamerica.com','2025-11-14 00:00:00','2025-11-14 19:41:57','','','','');
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_addresses`
--

DROP TABLE IF EXISTS `wp_wc_order_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_addresses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `email` (`email`),
  KEY `phone` (`phone`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_addresses`
--

LOCK TABLES `wp_wc_order_addresses` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_addresses` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_addresses` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

LOCK TABLES `wp_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_order_coupon_lookup` VALUES (683,515,'2021-09-13 20:05:55',0),(768,515,'2021-10-25 09:07:09',0),(776,515,'2021-10-27 02:00:11',0),(785,515,'2021-10-31 17:32:47',0),(912,515,'2021-12-26 23:30:32',0),(913,515,'2021-12-26 23:36:41',0),(991,515,'2022-02-08 20:17:21',0),(1021,515,'2022-02-23 19:08:59',0),(1065,515,'2022-03-13 21:20:41',0),(1129,515,'2022-04-13 19:40:56',0),(1221,515,'2022-06-03 23:40:31',0),(1271,515,'2022-06-29 22:40:42',0),(1354,515,'2022-07-30 03:27:48',0),(1361,515,'2022-08-02 19:55:45',0),(1452,515,'2022-09-14 18:28:54',0),(1496,515,'2022-10-16 00:14:08',0),(1574,515,'2022-11-28 22:20:03',0),(1663,515,'2023-01-18 19:18:21',0),(1734,515,'2023-02-21 18:46:07',0),(1774,515,'2023-03-12 02:43:54',0),(1828,515,'2023-04-12 04:39:11',0),(1847,515,'2023-04-24 18:01:03',0),(1928,515,'2023-06-03 01:14:42',0),(2222,515,'2023-10-16 19:22:56',0),(2235,2234,'2023-10-19 19:07:37',0),(3207,2234,'2025-02-14 13:57:56',0),(184196,184195,'2025-09-24 17:21:12',10.5),(184338,184328,'2025-11-28 17:01:38',21.78),(184339,184328,'2025-11-28 17:03:35',21.78),(184340,184328,'2025-11-28 17:05:52',21.78),(184341,184328,'2025-11-29 19:19:30',62.57),(184342,184328,'2025-11-29 20:56:18',37.27),(184343,184328,'2025-12-01 12:54:21',46.85),(184344,184328,'2025-12-01 14:55:12',37.83),(184345,184328,'2025-12-01 19:02:51',25.4),(184347,184328,'2025-12-02 01:06:56',170.39),(184348,184328,'2025-12-02 02:28:06',25.14),(184349,184328,'2025-12-02 03:50:21',51.95),(184350,184328,'2025-12-02 15:14:27',202.07),(184351,184328,'2025-12-02 18:22:31',35.28),(184352,184328,'2025-12-03 17:57:03',47.77),(184353,184328,'2025-12-03 19:06:05',15.67),(184354,184328,'2025-12-04 05:34:57',49.64),(184355,2234,'2025-12-05 00:11:36',0),(184355,184328,'2025-12-05 00:11:36',10),(184356,2234,'2025-12-05 00:14:30',0),(184356,184328,'2025-12-05 00:14:30',18.6),(184358,184328,'2025-12-05 16:17:04',93.39),(184359,184328,'2025-12-06 19:18:00',160.26),(184360,184328,'2025-12-08 13:39:55',69.41),(184361,184328,'2025-12-08 14:35:16',81.2),(184362,184328,'2025-12-09 13:12:19',26.41),(184364,184328,'2025-12-09 16:53:45',69.55),(184365,184328,'2025-12-09 17:43:35',32.99),(184366,184328,'2025-12-09 23:11:10',26.31),(184367,184328,'2025-12-10 05:25:12',91.57),(184368,184328,'2025-12-10 20:09:27',52.57),(184369,184328,'2025-12-11 01:05:10',57.34),(184370,184328,'2025-12-11 16:31:36',47.03),(184371,184328,'2025-12-11 17:48:58',108.52),(184372,184328,'2025-12-11 20:34:37',446.03),(184376,184328,'2025-12-11 21:32:49',661.53),(184377,184328,'2025-12-12 02:09:59',27.17),(184378,184328,'2025-12-12 02:12:25',27.17),(184379,184328,'2025-12-12 02:18:27',27.17),(184380,184328,'2025-12-12 02:19:17',27.17),(184384,184328,'2025-12-15 17:36:55',53.23),(184385,184328,'2025-12-15 17:47:15',354.08),(184386,184328,'2025-12-15 18:11:34',292.91),(184387,184328,'2025-12-15 19:58:52',32.97),(184388,184328,'2025-12-15 20:16:20',39.72),(184389,184328,'2025-12-16 16:51:09',34.79),(184390,184328,'2025-12-16 16:57:42',32.98),(184391,184328,'2025-12-16 17:02:20',38.83),(184397,184328,'2025-12-22 05:35:59',59.55),(184398,184328,'2025-12-22 18:25:45',89.53),(184399,184328,'2025-12-22 22:22:09',40.25),(184400,184328,'2025-12-23 05:51:47',26.39),(184401,184328,'2025-12-23 08:20:07',58.41),(184402,184328,'2025-12-23 20:34:04',202.64),(184403,184328,'2025-12-23 22:00:28',168.63),(184404,184328,'2025-12-24 13:26:30',25.34),(184405,184328,'2025-12-24 14:36:23',31.35),(184406,184328,'2025-12-28 16:16:47',456.63),(184407,184328,'2025-12-28 16:26:06',63.7),(184408,184328,'2025-12-28 17:41:12',59.39),(184409,184328,'2025-12-28 17:43:06',59.39),(184410,184328,'2025-12-28 18:35:08',36.66),(184411,184328,'2025-12-28 18:37:03',36.66),(184412,184328,'2025-12-29 13:21:41',38.71),(184414,184328,'2025-12-29 18:54:01',50.59);
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_operational_data`
--

DROP TABLE IF EXISTS `wp_wc_order_operational_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `order_key` (`order_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_operational_data`
--

LOCK TABLES `wp_wc_order_operational_data` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_operational_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_operational_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_order_product_lookup` VALUES (20,171,144,0,3,'2021-04-07 19:35:39',-1,-1.25,-10.69,0,0,-9.44,0),(26,174,142,0,4,'2021-04-07 19:41:01',-1,-1.25,-10.69,0,0,-9.44,0),(127,214,144,0,5,'2021-04-13 16:20:50',-1,-1.25,-10.69,0,0,-9.44,0),(135,302,93,0,63,'2021-04-21 20:03:37',40,0,74.31,0,0,74.31,0),(137,303,93,0,90,'2021-04-21 21:00:54',10,0,0,0,0,0,0),(138,303,43,0,90,'2021-04-21 21:00:54',4,288,288,0,0,0,0),(139,303,49,0,90,'2021-04-21 21:00:54',1,72,72,0,0,0,0),(140,303,99,0,90,'2021-04-21 21:00:54',2,0,0,0,0,0,0),(141,303,42,0,90,'2021-04-21 21:00:54',2,144,144,0,0,0,0),(143,304,40,0,90,'2021-04-21 21:06:50',2,144,144,0,0,0,0),(144,304,39,0,90,'2021-04-21 21:06:50',2,144,144,0,0,0,0),(145,304,43,0,90,'2021-04-21 21:06:50',3,216,216,0,0,0,0),(146,304,93,0,90,'2021-04-21 21:06:50',10,0,0,0,0,0,0),(147,304,97,0,90,'2021-04-21 21:06:50',1,0,0,0,0,0,0),(149,305,39,0,90,'2021-04-21 21:15:45',2,144,154.647368,0,0,10.647368,0),(150,305,40,0,90,'2021-04-21 21:15:45',2,144,154.647368,0,0,10.647368,0),(151,305,43,0,90,'2021-04-21 21:15:45',3,216,231.971053,0,0,15.971053,0),(152,305,42,0,90,'2021-04-21 21:15:45',2,144,154.647368,0,0,10.647368,0),(153,305,93,0,90,'2021-04-21 21:15:45',10,0,53.236842,0,0,53.236842,0),(155,306,39,0,90,'2021-04-21 21:24:58',2,144,144,0,0,0,0),(156,306,43,0,90,'2021-04-21 21:24:58',3,216,216,0,0,0,0),(157,306,42,0,90,'2021-04-21 21:24:58',2,144,144,0,0,0,0),(158,306,93,0,90,'2021-04-21 21:24:58',10,0,0,0,0,0,0),(170,310,93,0,54,'2021-04-22 15:44:15',11,0,22.97,0,0,22.97,0),(172,311,41,0,21,'2021-04-22 18:04:03',2,114.24,117.942857,0,0,3.702857,0),(173,311,93,0,21,'2021-04-22 18:04:03',6,0,11.108571,0,0,11.108571,0),(174,311,148,0,21,'2021-04-22 18:04:03',6,45,56.108571,0,0,11.108571,0),(176,312,23,0,62,'2021-04-22 21:20:02',5,360,360,0,0,0,0),(177,312,45,0,62,'2021-04-22 21:20:02',5,192,192,0,0,0,0),(178,312,41,0,62,'2021-04-22 21:20:02',6,342.72,342.72,0,0,0,0),(179,312,49,0,62,'2021-04-22 21:20:02',5,360,360,0,0,0,0),(180,312,43,0,62,'2021-04-22 21:20:02',3,216,216,0,0,0,0),(181,312,93,0,62,'2021-04-22 21:20:02',10,0,0,0,0,0,0),(182,312,99,0,62,'2021-04-22 21:20:02',4,0,0,0,0,0,0),(183,312,97,0,62,'2021-04-22 21:20:02',4,0,0,0,0,0,0),(184,312,116,0,62,'2021-04-22 21:20:02',1,132,132,0,0,0,0),(185,312,133,0,62,'2021-04-22 21:20:02',2,26,26,0,0,0,0),(186,312,131,0,62,'2021-04-22 21:20:02',2,23,23,0,0,0,0),(187,312,42,0,62,'2021-04-22 21:20:02',2,144,144,0,0,0,0),(189,313,133,0,32,'2021-04-22 21:44:04',5,65,97.957143,0,0,32.957143,0),(190,313,45,0,32,'2021-04-22 21:44:04',1,38.4,44.991429,0,0,6.591429,0),(191,313,41,0,32,'2021-04-22 21:44:04',1,57.12,63.711429,0,0,6.591429,0),(198,316,23,0,94,'2021-04-23 19:06:45',2,144,144,0,0,0,0),(199,316,38,0,94,'2021-04-23 19:06:45',1,179.2,179.2,0,0,0,0),(200,316,41,0,94,'2021-04-23 19:06:45',1,57.12,57.12,0,0,0,0),(201,316,43,0,94,'2021-04-23 19:06:45',1,72,72,0,0,0,0),(202,316,49,0,94,'2021-04-23 19:06:45',1,72,72,0,0,0,0),(203,316,93,0,94,'2021-04-23 19:06:45',20,0,0,0,0,0,0),(205,317,93,0,83,'2021-04-24 12:10:08',12,0,15.64,0,0,15.64,0),(206,317,146,0,83,'2021-04-24 12:10:08',6,7.5,15.32,0,0,7.82,0),(215,325,97,0,80,'2021-04-26 20:31:25',4,0,51.84,0,0,51.84,0),(217,326,97,0,80,'2021-04-26 20:42:37',4,0,51.84,0,0,51.84,0),(219,327,93,0,56,'2021-04-26 22:17:39',20,0,41.83,0,0,41.83,0),(221,328,41,0,46,'2021-04-27 14:26:45',1,57.12,60.368462,0,0,3.248462,0),(222,328,44,0,46,'2021-04-27 14:26:45',1,105.6,108.848462,0,0,3.248462,0),(223,328,93,0,46,'2021-04-27 14:26:45',8,0,25.987692,0,0,25.987692,0),(224,328,43,0,46,'2021-04-27 14:26:45',1,72,75.248462,0,0,3.248462,0),(225,328,146,0,46,'2021-04-27 14:26:45',1,1.25,4.498462,0,0,3.248462,0),(226,328,137,0,46,'2021-04-27 14:26:45',1,5.5,8.748462,0,0,3.248462,0),(228,329,41,0,11,'2021-04-27 17:18:56',2,114.24,114.24,0,0,0,0),(229,329,42,0,11,'2021-04-27 17:18:56',1,72,72,0,0,0,0),(230,329,99,0,11,'2021-04-27 17:18:56',1,0,0,0,0,0,0),(231,329,51,0,11,'2021-04-27 17:18:56',1,134.4,134.4,0,0,0,0),(232,329,44,0,11,'2021-04-27 17:18:56',1,105.6,105.6,0,0,0,0),(233,329,93,0,11,'2021-04-27 17:18:56',10,0,0,0,0,0,0),(234,329,23,0,11,'2021-04-27 17:18:56',1,72,72,0,0,0,0),(235,329,144,0,11,'2021-04-27 17:18:56',5,6.25,6.25,0,0,0,0),(242,332,41,0,37,'2021-04-27 21:10:19',1,57.12,62.737143,0,0,5.617143,0),(243,332,116,0,37,'2021-04-27 21:10:19',1,132,137.617143,0,0,5.617143,0),(244,332,23,0,37,'2021-04-27 21:10:19',1,72,77.617143,0,0,5.617143,0),(245,332,133,0,37,'2021-04-27 21:10:19',1,13,18.617143,0,0,5.617143,0),(246,332,93,0,37,'2021-04-27 21:10:19',10,0,56.171429,0,0,56.171429,0),(248,333,23,0,51,'2021-04-28 15:24:36',2,144,152.555,0,0,8.555,0),(249,333,41,0,51,'2021-04-28 15:24:36',2,114.24,122.795,0,0,8.555,0),(250,333,44,0,51,'2021-04-28 15:24:36',2,211.2,219.755,0,0,8.555,0),(251,333,99,0,51,'2021-04-28 15:24:36',2,0,8.555,0,0,8.555,0),(252,333,144,0,51,'2021-04-28 15:24:36',5,6.25,27.6375,0,0,21.3875,0),(253,333,137,0,51,'2021-04-28 15:24:36',3,16.5,29.3325,0,0,12.8325,0),(255,334,38,0,6,'2021-04-29 20:10:07',2,358.4,358.4,0,0,0,0),(256,334,23,0,6,'2021-04-29 20:10:07',3,216,216,0,0,0,0),(257,334,49,0,6,'2021-04-29 20:10:07',1,72,72,0,0,0,0),(258,334,41,0,6,'2021-04-29 20:10:07',3,171.36,171.36,0,0,0,0),(276,335,44,0,76,'2021-04-30 18:41:23',2,211.2,211.2,0,0,0,0),(277,335,51,0,76,'2021-04-30 18:41:23',2,268.8,268.8,0,0,0,0),(278,335,23,0,76,'2021-04-30 18:41:23',1,72,72,0,0,0,0),(279,335,93,0,76,'2021-04-30 18:41:23',12,0,0,0,0,0,0),(280,335,95,0,76,'2021-04-30 18:41:23',2,0,0,0,0,0,0),(281,335,97,0,76,'2021-04-30 18:41:23',2,0,0,0,0,0,0),(282,335,99,0,76,'2021-04-30 18:41:23',2,0,0,0,0,0,0),(284,336,93,0,50,'2021-05-01 19:44:28',20,0,0,0,0,0,0),(285,336,23,0,50,'2021-05-01 19:44:28',1,72,72,0,0,0,0),(286,336,41,0,50,'2021-05-01 19:44:28',3,171.36,171.36,0,0,0,0),(287,336,43,0,50,'2021-05-01 19:44:28',3,216,216,0,0,0,0),(288,336,44,0,50,'2021-05-01 19:44:28',1,105.6,105.6,0,0,0,0),(290,337,320,0,47,'2021-05-02 15:38:53',5,18.75,18.75,0,0,0,0),(291,337,93,0,47,'2021-05-02 15:38:53',8,0,0,0,0,0,0),(292,337,41,0,47,'2021-05-02 15:38:53',4,228.48,228.48,0,0,0,0),(293,337,38,0,47,'2021-05-02 15:38:53',2,358.4,358.4,0,0,0,0),(294,337,23,0,47,'2021-05-02 15:38:53',3,216,216,0,0,0,0),(295,337,43,0,47,'2021-05-02 15:38:53',3,216,216,0,0,0,0),(297,338,93,0,81,'2021-05-03 01:12:35',6,0,11.73,0,0,11.73,0),(299,339,45,0,25,'2021-05-03 04:58:39',2,76.8,96.930769,0,0,20.130769,0),(300,339,42,0,25,'2021-05-03 04:58:39',1,72,82.065385,0,0,10.065385,0),(301,339,23,0,25,'2021-05-03 04:58:39',2,144,164.130769,0,0,20.130769,0),(302,339,40,0,25,'2021-05-03 04:58:39',1,72,82.065385,0,0,10.065385,0),(303,339,93,0,25,'2021-05-03 04:58:39',3,0,30.196154,0,0,30.196154,0),(304,339,131,0,25,'2021-05-03 04:58:39',1,11.5,21.565385,0,0,10.065385,0),(305,339,97,0,25,'2021-05-03 04:58:39',1,0,10.065385,0,0,10.065385,0),(306,339,99,0,25,'2021-05-03 04:58:39',1,0,10.065385,0,0,10.065385,0),(307,339,41,0,25,'2021-05-03 04:58:39',1,57.12,67.185385,0,0,10.065385,0),(309,341,23,0,13,'2021-05-03 18:51:24',2,144,144,0,0,0,0),(310,341,38,0,13,'2021-05-03 18:51:24',2,358.4,358.4,0,0,0,0),(311,341,45,0,13,'2021-05-03 18:51:24',1,38.4,38.4,0,0,0,0),(312,341,41,0,13,'2021-05-03 18:51:24',3,171.36,171.36,0,0,0,0),(314,342,120,0,61,'2021-05-03 19:28:53',3,144,149.32375,0,0,5.32375,0),(315,342,99,0,61,'2021-05-03 19:28:53',1,0,1.774583,0,0,1.774583,0),(316,342,93,0,61,'2021-05-03 19:28:53',20,0,35.491667,0,0,35.491667,0),(318,343,41,0,21,'2021-05-03 21:45:34',4,228.48,230.95,0,0,2.47,0),(319,343,148,0,21,'2021-05-03 21:45:34',15,112.5,121.7625,0,0,9.2625,0),(320,343,137,0,21,'2021-05-03 21:45:34',5,27.5,30.5875,0,0,3.0875,0),(321,343,144,0,21,'2021-05-03 21:45:34',4,5,7.47,0,0,2.47,0),(322,343,146,0,21,'2021-05-03 21:45:34',2,2.5,3.735,0,0,1.235,0),(323,343,93,0,21,'2021-05-03 21:45:34',6,0,3.705,0,0,3.705,0),(327,344,99,0,56,'2021-05-04 16:11:06',1,0,11.23,0,0,11.23,0),(329,345,38,0,17,'2021-05-04 17:27:45',1,179.2,183.495714,0,0,4.295714,0),(330,345,118,0,17,'2021-05-04 17:27:45',1,168,172.295714,0,0,4.295714,0),(331,345,93,0,17,'2021-05-04 17:27:45',3,0,12.887143,0,0,12.887143,0),(332,345,97,0,17,'2021-05-04 17:27:45',1,0,4.295714,0,0,4.295714,0),(333,345,99,0,17,'2021-05-04 17:27:45',1,0,4.295714,0,0,4.295714,0),(335,346,93,0,58,'2021-05-04 20:05:25',10,0,10.928571,0,0,10.928571,0),(336,346,133,0,58,'2021-05-04 20:05:25',1,13,14.092857,0,0,1.092857,0),(337,346,142,0,58,'2021-05-04 20:05:25',3,3.75,7.028571,0,0,3.278571,0),(379,350,51,0,12,'2021-05-05 02:30:07',4,537.6,537.6,0,0,0,0),(380,350,23,0,12,'2021-05-05 02:30:07',1,72,72,0,0,0,0),(381,350,38,0,12,'2021-05-05 02:30:07',1,179.2,179.2,0,0,0,0),(382,350,42,0,12,'2021-05-05 02:30:07',1,72,72,0,0,0,0),(383,350,45,0,12,'2021-05-05 02:30:07',1,38.4,38.4,0,0,0,0),(384,350,49,0,12,'2021-05-05 02:30:07',1,72,72,0,0,0,0),(385,350,93,0,12,'2021-05-05 02:30:07',10,0,0,0,0,0,0),(387,351,38,0,49,'2021-05-05 15:51:21',2,358.4,363.777778,0,0,5.377778,0),(388,351,23,0,49,'2021-05-05 15:51:21',1,72,74.688889,0,0,2.688889,0),(389,351,41,0,49,'2021-05-05 15:51:21',2,114.24,119.617778,0,0,5.377778,0),(390,351,44,0,49,'2021-05-05 15:51:21',1,105.6,108.288889,0,0,2.688889,0),(391,351,93,0,49,'2021-05-05 15:51:21',1,0,2.688889,0,0,2.688889,0),(392,351,146,0,49,'2021-05-05 15:51:21',11,13.75,43.327778,0,0,29.577778,0),(402,353,38,0,67,'2021-05-06 03:51:18',1,179.2,179.2,0,0,0,0),(403,353,23,0,67,'2021-05-06 03:51:18',1,72,72,0,0,0,0),(404,353,51,0,67,'2021-05-06 03:51:18',2,268.8,268.8,0,0,0,0),(408,356,93,0,22,'2021-05-06 15:35:47',-12,0,-13.84,0,0,-13.84,0),(410,357,23,0,64,'2021-05-06 16:23:29',2,144,144,0,0,0,0),(411,357,38,0,64,'2021-05-06 16:23:29',1,179.2,179.2,0,0,0,0),(412,357,45,0,64,'2021-05-06 16:23:29',1,38.4,38.4,0,0,0,0),(413,357,41,0,64,'2021-05-06 16:23:29',3,171.36,171.36,0,0,0,0),(414,357,93,0,64,'2021-05-06 16:23:29',10,0,0,0,0,0,0),(415,357,97,0,64,'2021-05-06 16:23:29',1,0,0,0,0,0,0),(416,357,49,0,64,'2021-05-06 16:23:29',1,72,72,0,0,0,0),(417,357,142,0,64,'2021-05-06 16:23:29',6,7.5,7.5,0,0,0,0),(419,358,93,0,22,'2021-05-07 17:01:24',10,0,12.47,0,0,12.47,0),(421,359,23,0,82,'2021-05-10 15:43:09',4,288,288,0,0,0,0),(422,359,45,0,82,'2021-05-10 15:43:09',1,38.4,38.4,0,0,0,0),(423,359,41,0,82,'2021-05-10 15:43:09',4,228.48,228.48,0,0,0,0),(424,359,93,0,82,'2021-05-10 15:43:09',10,0,0,0,0,0,0),(425,359,97,0,82,'2021-05-10 15:43:09',6,0,0,0,0,0,0),(426,359,131,0,82,'2021-05-10 15:43:09',5,57.5,57.5,0,0,0,0),(427,359,146,0,82,'2021-05-10 15:43:09',10,12.5,12.5,0,0,0,0),(428,359,144,0,82,'2021-05-10 15:43:09',10,12.5,12.5,0,0,0,0),(430,360,38,0,80,'2021-05-11 03:29:07',2,358.4,358.4,0,0,0,0),(431,360,43,0,80,'2021-05-11 03:29:07',2,144,144,0,0,0,0),(432,360,49,0,80,'2021-05-11 03:29:07',2,144,144,0,0,0,0),(433,360,44,0,80,'2021-05-11 03:29:07',1,105.6,105.6,0,0,0,0),(435,361,23,0,30,'2021-05-12 17:56:36',1,72,73.46,0,0,1.46,0),(436,361,41,0,30,'2021-05-12 17:56:36',1,57.12,58.58,0,0,1.46,0),(437,361,116,0,30,'2021-05-12 17:56:36',1,132,133.46,0,0,1.46,0),(438,361,137,0,30,'2021-05-12 17:56:36',8,44,55.68,0,0,11.68,0),(449,363,93,0,74,'2021-05-13 17:33:21',20,0,43.85,0,0,43.85,0),(451,364,23,0,43,'2021-05-13 18:15:32',1,72,78,0,0,6,0),(452,364,116,0,43,'2021-05-13 18:15:32',1,132,138,0,0,6,0),(453,364,93,0,43,'2021-05-13 18:15:32',5,0,30,0,0,30,0),(454,364,97,0,43,'2021-05-13 18:15:32',3,0,18,0,0,18,0),(456,366,41,0,11,'2021-05-14 16:54:24',1,57.12,63.393333,0,0,6.273333,0),(457,366,23,0,11,'2021-05-14 16:54:24',1,72,78.273333,0,0,6.273333,0),(458,366,38,0,11,'2021-05-14 16:54:24',1,179.2,185.473333,0,0,6.273333,0),(459,366,43,0,11,'2021-05-14 16:54:24',1,72,78.273333,0,0,6.273333,0),(460,366,99,0,11,'2021-05-14 16:54:24',1,0,6.273333,0,0,6.273333,0),(461,366,51,0,11,'2021-05-14 16:54:24',1,134.4,140.673333,0,0,6.273333,0),(463,367,23,0,11,'2021-05-14 17:16:57',1,72,76.3225,0,0,4.3225,0),(464,367,93,0,11,'2021-05-14 17:16:57',1,0,4.3225,0,0,4.3225,0),(465,367,97,0,11,'2021-05-14 17:16:57',1,0,4.3225,0,0,4.3225,0),(466,367,49,0,11,'2021-05-14 17:16:57',1,72,76.3225,0,0,4.3225,0),(468,368,41,0,32,'2021-05-14 20:48:39',2,114.24,128.015,0,0,13.775,0),(469,368,49,0,32,'2021-05-14 20:48:39',2,144,157.775,0,0,13.775,0),(471,369,38,0,64,'2021-05-15 12:28:16',1,179.2,179.2,0,0,0,0),(472,369,45,0,64,'2021-05-15 12:28:16',1,38.4,38.4,0,0,0,0),(473,369,41,0,64,'2021-05-15 12:28:16',3,171.36,171.36,0,0,0,0),(474,369,93,0,64,'2021-05-15 12:28:16',5,0,0,0,0,0,0),(475,369,97,0,64,'2021-05-15 12:28:16',2,0,0,0,0,0,0),(476,369,49,0,64,'2021-05-15 12:28:16',2,144,144,0,0,0,0),(477,369,142,0,64,'2021-05-15 12:28:16',6,7.5,7.5,0,0,0,0),(478,369,23,0,64,'2021-05-15 12:28:16',1,72,72,0,0,0,0),(480,370,93,0,49,'2021-05-15 18:39:07',3,0,1.835,0,0,1.835,0),(481,370,133,0,49,'2021-05-15 18:39:07',3,39,40.835,0,0,1.835,0),(482,370,142,0,49,'2021-05-15 18:39:07',6,7.5,11.17,0,0,3.67,0),(483,370,135,0,49,'2021-05-15 18:39:07',6,13.5,17.17,0,0,3.67,0),(485,371,137,0,51,'2021-05-18 21:18:54',3,16.5,21.673636,0,0,5.173636,0),(486,371,23,0,51,'2021-05-18 21:18:54',2,144,147.449091,0,0,3.449091,0),(487,371,93,0,51,'2021-05-18 21:18:54',5,0,8.622727,0,0,8.622727,0),(488,371,51,0,51,'2021-05-18 21:18:54',1,134.4,136.124545,0,0,1.724545,0),(490,372,144,0,21,'2021-05-20 00:51:19',7,8.75,12.208,0,0,3.458,0),(491,372,146,0,21,'2021-05-20 00:51:19',2,2.5,3.488,0,0,0.988,0),(492,372,41,0,21,'2021-05-20 00:51:19',1,57.12,57.614,0,0,0.494,0),(493,372,93,0,21,'2021-05-20 00:51:19',9,0,4.446,0,0,4.446,0),(494,372,137,0,21,'2021-05-20 00:51:19',6,33,35.964,0,0,2.964,0),(495,372,148,0,21,'2021-05-20 00:51:19',10,75,79.94,0,0,4.94,0),(497,373,38,0,52,'2021-05-20 17:01:47',1,179.2,179.2,0,0,0,0),(498,373,23,0,52,'2021-05-20 17:01:47',5,360,360,0,0,0,0),(500,374,41,0,40,'2021-05-21 17:22:10',8,456.96,474.96,0,0,18,0),(501,374,93,0,40,'2021-05-21 17:22:10',40,0,90,0,0,90,0),(502,374,133,0,40,'2021-05-21 17:22:10',1,13,15.25,0,0,2.25,0),(504,375,23,0,82,'2021-05-23 16:55:07',2,144,148.3912,0,0,4.3912,0),(505,375,41,0,82,'2021-05-23 16:55:07',2,114.24,118.6312,0,0,4.3912,0),(506,375,43,0,82,'2021-05-23 16:55:07',2,144,148.3912,0,0,4.3912,0),(507,375,93,0,82,'2021-05-23 16:55:07',10,0,21.956,0,0,21.956,0),(508,375,97,0,82,'2021-05-23 16:55:07',4,0,8.7824,0,0,8.7824,0),(509,375,131,0,82,'2021-05-23 16:55:07',5,57.5,68.478,0,0,10.978,0),(511,376,93,0,11,'2021-05-24 15:15:57',10,0,31.9625,0,0,31.9625,0),(512,376,23,0,11,'2021-05-24 15:15:57',2,144,150.3925,0,0,6.3925,0),(513,376,38,0,11,'2021-05-24 15:15:57',1,179.2,182.39625,0,0,3.19625,0),(514,376,40,0,11,'2021-05-24 15:15:57',1,72,75.19625,0,0,3.19625,0),(515,376,43,0,11,'2021-05-24 15:15:57',1,72,75.19625,0,0,3.19625,0),(516,376,97,0,11,'2021-05-24 15:15:57',1,0,3.19625,0,0,3.19625,0),(518,377,38,0,11,'2021-05-24 17:00:35',1,179.2,183.262222,0,0,4.062222,0),(519,377,23,0,11,'2021-05-24 17:00:35',3,216,228.186667,0,0,12.186667,0),(520,377,41,0,11,'2021-05-24 17:00:35',1,57.12,61.182222,0,0,4.062222,0),(521,377,118,0,11,'2021-05-24 17:00:35',1,168,172.062222,0,0,4.062222,0),(522,377,51,0,11,'2021-05-24 17:00:35',1,134.4,138.462222,0,0,4.062222,0),(523,377,44,0,11,'2021-05-24 17:00:35',1,105.6,109.662222,0,0,4.062222,0),(524,377,93,0,11,'2021-05-24 17:00:35',10,0,40.622222,0,0,40.622222,0),(526,378,41,0,82,'2021-05-24 18:01:16',2,114.24,121.091667,0,0,6.851667,0),(527,378,45,0,82,'2021-05-24 18:01:16',2,76.8,83.651667,0,0,6.851667,0),(528,378,93,0,82,'2021-05-24 18:01:16',6,0,20.555,0,0,20.555,0),(529,378,23,0,82,'2021-05-24 18:01:16',2,144,150.851667,0,0,6.851667,0),(531,379,93,0,59,'2021-05-24 18:10:23',15,0,25.879412,0,0,25.879412,0),(532,379,97,0,59,'2021-05-24 18:10:23',2,0,3.450588,0,0,3.450588,0),(535,382,42,0,90,'2021-05-24 20:16:25',1,72,73.683333,0,0,1.683333,0),(536,382,40,0,90,'2021-05-24 20:16:25',1,72,73.683333,0,0,1.683333,0),(537,382,93,0,90,'2021-05-24 20:16:25',10,0,16.833333,0,0,16.833333,0),(546,384,93,0,90,'2021-05-24 20:23:37',10,0,0,0,0,0,0),(547,384,99,0,90,'2021-05-24 20:23:37',1,0,0,0,0,0,0),(548,384,49,0,90,'2021-05-24 20:23:37',1,72,72,0,0,0,0),(549,384,39,0,90,'2021-05-24 20:23:37',2,144,144,0,0,0,0),(550,384,40,0,90,'2021-05-24 20:23:37',2,144,144,0,0,0,0),(551,384,43,0,90,'2021-05-24 20:23:37',2,144,144,0,0,0,0),(553,385,39,0,90,'2021-05-24 20:29:59',2,144,144,0,0,0,0),(554,385,120,0,90,'2021-05-24 20:29:59',1,48,48,0,0,0,0),(555,385,43,0,90,'2021-05-24 20:29:59',4,288,288,0,0,0,0),(556,385,42,0,90,'2021-05-24 20:29:59',1,72,72,0,0,0,0),(557,385,93,0,90,'2021-05-24 20:29:59',20,0,0,0,0,0,0),(568,386,23,0,64,'2021-05-26 19:25:26',2,144,144,0,0,0,0),(569,386,38,0,64,'2021-05-26 19:25:26',1,179.2,179.2,0,0,0,0),(570,386,45,0,64,'2021-05-26 19:25:26',2,76.8,76.8,0,0,0,0),(571,386,41,0,64,'2021-05-26 19:25:26',2,114.24,114.24,0,0,0,0),(572,386,49,0,64,'2021-05-26 19:25:26',2,144,144,0,0,0,0),(573,386,93,0,64,'2021-05-26 19:25:26',5,0,0,0,0,0,0),(574,386,97,0,64,'2021-05-26 19:25:26',2,0,0,0,0,0,0),(575,386,318,0,64,'2021-05-26 19:25:26',10,30,30,0,0,0,0),(577,387,93,0,87,'2021-05-27 01:56:15',20,0,49.39,0,0,49.39,0),(579,388,23,0,42,'2021-05-27 15:55:35',2,144,153.8,0,0,9.8,0),(580,388,93,0,42,'2021-05-27 15:55:35',1,0,4.9,0,0,4.9,0),(582,389,93,0,17,'2021-05-27 18:39:05',5,0,12.885,0,0,12.885,0),(583,389,97,0,17,'2021-05-27 18:39:05',1,0,2.577,0,0,2.577,0),(584,389,99,0,17,'2021-05-27 18:39:05',2,0,5.154,0,0,5.154,0),(585,389,23,0,17,'2021-05-27 18:39:05',1,72,74.577,0,0,2.577,0),(586,389,120,0,17,'2021-05-27 18:39:05',1,48,50.577,0,0,2.577,0),(588,390,23,0,96,'2021-05-27 20:25:00',2,144,144,0,0,0,0),(589,390,42,0,96,'2021-05-27 20:25:00',1,72,72,0,0,0,0),(590,390,43,0,96,'2021-05-27 20:25:00',1,72,72,0,0,0,0),(591,390,49,0,96,'2021-05-27 20:25:00',1,72,72,0,0,0,0),(592,390,118,0,96,'2021-05-27 20:25:00',1,168,168,0,0,0,0),(594,391,51,0,12,'2021-05-28 05:36:56',4,537.6,537.6,0,0,0,0),(595,391,23,0,12,'2021-05-28 05:36:56',1,72,72,0,0,0,0),(596,391,38,0,12,'2021-05-28 05:36:56',2,358.4,358.4,0,0,0,0),(597,391,93,0,12,'2021-05-28 05:36:56',10,0,0,0,0,0,0),(598,391,99,0,12,'2021-05-28 05:36:56',2,0,0,0,0,0,0),(600,392,93,0,19,'2021-05-28 17:52:54',6,0,13.32,0,0,13.32,0),(602,393,97,0,32,'2021-05-28 22:00:47',1,0,2.945,0,0,2.945,0),(603,393,99,0,32,'2021-05-28 22:00:47',1,0,2.945,0,0,2.945,0),(604,393,93,0,32,'2021-05-28 22:00:47',10,0,29.45,0,0,29.45,0),(606,394,93,0,81,'2021-06-01 01:07:09',6,0,11.76,0,0,11.76,0),(608,396,23,0,80,'2021-06-01 14:59:56',3,216,216,0,0,0,0),(609,396,38,0,80,'2021-06-01 14:59:56',3,537.6,537.6,0,0,0,0),(610,396,42,0,80,'2021-06-01 14:59:56',2,144,144,0,0,0,0),(611,396,45,0,80,'2021-06-01 14:59:56',2,76.8,76.8,0,0,0,0),(612,396,41,0,80,'2021-06-01 14:59:56',5,285.6,285.6,0,0,0,0),(613,396,118,0,80,'2021-06-01 14:59:56',2,336,336,0,0,0,0),(614,396,51,0,80,'2021-06-01 14:59:56',2,268.8,268.8,0,0,0,0),(615,396,116,0,80,'2021-06-01 14:59:56',2,264,264,0,0,0,0),(616,396,39,0,80,'2021-06-01 14:59:56',2,144,144,0,0,0,0),(617,396,40,0,80,'2021-06-01 14:59:56',2,144,144,0,0,0,0),(618,396,120,0,80,'2021-06-01 14:59:56',3,144,144,0,0,0,0),(619,396,43,0,80,'2021-06-01 14:59:56',3,216,216,0,0,0,0),(620,396,49,0,80,'2021-06-01 14:59:56',3,216,216,0,0,0,0),(621,396,44,0,80,'2021-06-01 14:59:56',2,211.2,211.2,0,0,0,0),(622,396,93,0,80,'2021-06-01 14:59:56',48,0,0,0,0,0,0),(623,396,95,0,80,'2021-06-01 14:59:56',2,0,0,0,0,0,0),(624,396,97,0,80,'2021-06-01 14:59:56',8,0,0,0,0,0,0),(625,396,99,0,80,'2021-06-01 14:59:56',8,0,0,0,0,0,0),(627,397,93,0,86,'2021-06-01 16:16:17',1,0,5.446667,0,0,5.446667,0),(628,397,97,0,86,'2021-06-01 16:16:17',1,0,5.446667,0,0,5.446667,0),(629,397,99,0,86,'2021-06-01 16:16:17',1,0,5.446667,0,0,5.446667,0),(631,398,93,0,54,'2021-06-01 17:00:52',12,0,16.53,0,0,16.53,0),(633,399,93,0,54,'2021-06-01 17:04:07',12,0,16.53,0,0,16.53,0),(635,401,93,0,71,'2021-06-01 22:21:26',30,0,94.621429,0,0,94.621429,0),(636,401,99,0,71,'2021-06-01 22:21:26',12,0,37.848571,0,0,37.848571,0),(638,402,41,0,55,'2021-06-02 14:59:37',1,57.12,58.34,0,0,1.22,0),(639,402,93,0,55,'2021-06-02 14:59:37',11,0,13.42,0,0,13.42,0),(643,404,41,0,11,'2021-06-03 15:58:51',3,171.36,171.36,0,0,0,0),(644,404,93,0,11,'2021-06-03 15:58:51',10,0,0,0,0,0,0),(645,404,42,0,11,'2021-06-03 15:58:51',1,72,72,0,0,0,0),(646,404,23,0,11,'2021-06-03 15:58:51',1,72,72,0,0,0,0),(647,404,38,0,11,'2021-06-03 15:58:51',1,179.2,179.2,0,0,0,0),(648,404,99,0,11,'2021-06-03 15:58:51',1,0,0,0,0,0,0),(649,404,120,0,11,'2021-06-03 15:58:51',1,48,48,0,0,0,0),(651,405,93,0,61,'2021-06-06 01:36:15',20,0,35.79,0,0,35.79,0),(653,406,41,0,57,'2021-06-07 01:29:01',2,114.24,114.24,0,0,0,0),(654,406,45,0,57,'2021-06-07 01:29:01',1,38.4,38.4,0,0,0,0),(655,406,38,0,57,'2021-06-07 01:29:01',2,358.4,358.4,0,0,0,0),(656,406,23,0,57,'2021-06-07 01:29:01',2,144,144,0,0,0,0),(657,406,99,0,57,'2021-06-07 01:29:01',1,0,0,0,0,0,0),(658,406,142,0,57,'2021-06-07 01:29:01',1,1.25,1.25,0,0,0,0),(659,406,93,0,57,'2021-06-07 01:29:01',1,0,0,0,0,0,0),(661,407,144,0,21,'2021-06-07 16:07:00',7,8.75,12.432778,0,0,3.682778,0),(662,407,146,0,21,'2021-06-07 16:07:00',2,2.5,3.552222,0,0,1.052222,0),(663,407,41,0,21,'2021-06-07 16:07:00',2,114.24,115.292222,0,0,1.052222,0),(664,407,93,0,21,'2021-06-07 16:07:00',9,0,4.735,0,0,4.735,0),(665,407,137,0,21,'2021-06-07 16:07:00',6,33,36.156667,0,0,3.156667,0),(666,407,148,0,21,'2021-06-07 16:07:00',10,75,80.261111,0,0,5.261111,0),(668,408,93,0,22,'2021-06-07 18:14:18',10,0,12.5,0,0,12.5,0),(670,409,38,0,76,'2021-06-08 00:13:36',1,179.2,179.2,0,0,0,0),(671,409,41,0,76,'2021-06-08 00:13:36',2,114.24,114.24,0,0,0,0),(672,409,93,0,76,'2021-06-08 00:13:36',25,0,0,0,0,0,0),(673,409,49,0,76,'2021-06-08 00:13:36',1,72,72,0,0,0,0),(674,409,43,0,76,'2021-06-08 00:13:36',1,72,72,0,0,0,0),(675,409,23,0,76,'2021-06-08 00:13:36',1,72,72,0,0,0,0),(677,410,93,0,81,'2021-06-08 02:57:34',6,0,11.76,0,0,11.76,0),(679,411,320,0,81,'2021-06-08 03:02:11',6,22.5,28.1,0,0,5.6,0),(680,411,148,0,81,'2021-06-08 03:02:11',12,90,101.2,0,0,11.2,0),(682,412,93,0,79,'2021-06-08 18:04:16',6,0,16.286667,0,0,16.286667,0),(683,412,45,0,79,'2021-06-08 18:04:16',1,38.4,41.114444,0,0,2.714444,0),(684,412,40,0,79,'2021-06-08 18:04:16',1,72,74.714444,0,0,2.714444,0),(685,412,23,0,79,'2021-06-08 18:04:16',1,72,74.714444,0,0,2.714444,0),(687,413,41,0,39,'2021-06-09 15:14:58',1,57.12,63.745,0,0,6.625,0),(688,413,95,0,39,'2021-06-09 15:14:58',1,0,6.625,0,0,6.625,0),(699,418,93,0,50,'2021-06-09 22:39:34',40,0,0,0,0,0,0),(700,418,41,0,50,'2021-06-09 22:39:34',3,171.36,171.36,0,0,0,0),(701,418,43,0,50,'2021-06-09 22:39:34',3,216,216,0,0,0,0),(702,418,120,0,50,'2021-06-09 22:39:34',2,96,96,0,0,0,0),(703,418,23,0,50,'2021-06-09 22:39:34',1,72,72,0,0,0,0),(705,419,51,0,12,'2021-06-10 02:52:50',4,537.6,537.6,0,0,0,0),(706,419,23,0,12,'2021-06-10 02:52:50',4,288,288,0,0,0,0),(707,419,38,0,12,'2021-06-10 02:52:50',2,358.4,358.4,0,0,0,0),(708,419,93,0,12,'2021-06-10 02:52:50',10,0,0,0,0,0,0),(709,419,99,0,12,'2021-06-10 02:52:50',6,0,0,0,0,0,0),(710,419,41,0,12,'2021-06-10 02:52:50',4,228.48,228.48,0,0,0,0),(711,419,45,0,12,'2021-06-10 02:52:50',2,76.8,76.8,0,0,0,0),(712,419,42,0,12,'2021-06-10 02:52:50',2,144,144,0,0,0,0),(713,419,118,0,12,'2021-06-10 02:52:50',1,168,168,0,0,0,0),(714,419,97,0,12,'2021-06-10 02:52:50',2,0,0,0,0,0,0),(716,420,93,0,11,'2021-06-10 17:05:34',10,0,0,0,0,0,0),(717,420,42,0,11,'2021-06-10 17:05:34',1,72,72,0,0,0,0),(718,420,23,0,11,'2021-06-10 17:05:34',1,72,72,0,0,0,0),(719,420,99,0,11,'2021-06-10 17:05:34',1,0,0,0,0,0,0),(720,420,118,0,11,'2021-06-10 17:05:34',1,168,168,0,0,0,0),(721,420,51,0,11,'2021-06-10 17:05:34',1,134.4,134.4,0,0,0,0),(722,420,43,0,11,'2021-06-10 17:05:34',1,72,72,0,0,0,0),(723,420,49,0,11,'2021-06-10 17:05:34',1,72,72,0,0,0,0),(724,420,44,0,11,'2021-06-10 17:05:34',1,105.6,105.6,0,0,0,0),(726,421,41,0,17,'2021-06-10 18:17:50',1,57.12,60.445,0,0,3.325,0),(727,421,43,0,17,'2021-06-10 18:17:50',1,72,75.325,0,0,3.325,0),(728,421,93,0,17,'2021-06-10 18:17:50',2,0,6.65,0,0,6.65,0),(736,423,38,0,6,'2021-06-11 17:25:20',3,537.6,537.6,0,0,0,0),(737,423,23,0,6,'2021-06-11 17:25:20',4,288,288,0,0,0,0),(738,423,41,0,6,'2021-06-11 17:25:20',3,171.36,171.36,0,0,0,0),(739,423,43,0,6,'2021-06-11 17:25:20',1,72,72,0,0,0,0),(740,423,93,0,6,'2021-06-11 17:25:20',4,0,0,0,0,0,0),(742,424,43,0,11,'2021-06-11 18:41:33',2,144,144,0,0,0,0),(743,424,49,0,11,'2021-06-11 18:41:33',1,72,72,0,0,0,0),(744,424,44,0,11,'2021-06-11 18:41:33',1,105.6,105.6,0,0,0,0),(745,424,51,0,11,'2021-06-11 18:41:33',1,134.4,134.4,0,0,0,0),(746,424,99,0,11,'2021-06-11 18:41:33',2,0,0,0,0,0,0),(747,424,93,0,11,'2021-06-11 18:41:33',10,0,0,0,0,0,0),(748,424,41,0,11,'2021-06-11 18:41:33',1,57.12,57.12,0,0,0,0),(750,425,93,0,86,'2021-06-11 21:14:18',9,0,16.55,0,0,16.55,0),(752,426,320,0,81,'2021-06-12 01:56:37',6,22.5,27.805263,0,0,5.305263,0),(753,426,148,0,81,'2021-06-12 01:56:37',9,67.5,75.457895,0,0,7.957895,0),(754,426,318,0,81,'2021-06-12 01:56:37',4,12,15.536842,0,0,3.536842,0),(756,427,99,0,56,'2021-06-14 02:22:17',1,0,1.226875,0,0,1.226875,0),(757,427,93,0,56,'2021-06-14 02:22:17',15,0,18.403125,0,0,18.403125,0),(759,428,93,0,56,'2021-06-14 02:32:20',14,0,23.948235,0,0,23.948235,0),(760,428,97,0,56,'2021-06-14 02:32:20',1,0,1.710588,0,0,1.710588,0),(761,428,99,0,56,'2021-06-14 02:32:20',1,0,1.710588,0,0,1.710588,0),(762,428,320,0,56,'2021-06-14 02:32:20',1,3.75,5.460588,0,0,1.710588,0),(764,429,142,0,58,'2021-06-15 01:40:37',3,3.75,14.240769,0,0,10.490769,0),(765,429,99,0,58,'2021-06-15 01:40:37',10,0,34.969231,0,0,34.969231,0),(767,430,93,0,25,'2021-06-15 23:04:36',5,0,17.305556,0,0,17.305556,0),(768,430,41,0,25,'2021-06-15 23:04:36',3,171.36,181.743333,0,0,10.383333,0),(769,430,49,0,25,'2021-06-15 23:04:36',1,72,75.461111,0,0,3.461111,0),(771,431,93,0,95,'2021-06-16 18:43:26',10,0,24.31,0,0,24.31,0),(773,433,23,0,70,'2021-06-17 15:59:08',2,144,144,0,0,0,0),(774,433,43,0,70,'2021-06-17 15:59:08',2,144,144,0,0,0,0),(775,433,44,0,70,'2021-06-17 15:59:08',3,316.8,316.8,0,0,0,0),(776,433,99,0,70,'2021-06-17 15:59:08',2,0,0,0,0,0,0),(777,433,93,0,70,'2021-06-17 15:59:08',3,0,0,0,0,0,0),(778,433,41,0,70,'2021-06-17 15:59:08',4,228.48,228.48,0,0,0,0),(779,433,146,0,70,'2021-06-17 15:59:08',12,15,15,0,0,0,0),(781,434,23,0,64,'2021-06-17 18:57:46',2,144,144,0,0,0,0),(782,434,38,0,64,'2021-06-17 18:57:46',2,358.4,358.4,0,0,0,0),(783,434,41,0,64,'2021-06-17 18:57:46',2,114.24,114.24,0,0,0,0),(784,434,93,0,64,'2021-06-17 18:57:46',10,0,0,0,0,0,0),(786,435,45,0,62,'2021-06-17 19:03:06',3,115.2,115.2,0,0,0,0),(787,435,41,0,62,'2021-06-17 19:03:06',3,171.36,171.36,0,0,0,0),(788,435,49,0,62,'2021-06-17 19:03:06',3,216,216,0,0,0,0),(789,435,133,0,62,'2021-06-17 19:03:06',3,39,39,0,0,0,0),(790,435,320,0,62,'2021-06-17 19:03:06',1,3.75,3.75,0,0,0,0),(791,435,23,0,62,'2021-06-17 19:03:06',3,216,216,0,0,0,0),(797,437,42,0,94,'2021-06-17 23:01:21',3,216,227.415,0,0,11.415,0),(798,437,23,0,94,'2021-06-17 23:01:21',1,72,75.805,0,0,3.805,0),(799,437,99,0,94,'2021-06-17 23:01:21',1,0,3.805,0,0,3.805,0),(800,437,131,0,94,'2021-06-17 23:01:21',1,11.5,15.305,0,0,3.805,0),(802,438,41,0,88,'2021-06-18 14:58:38',6,342.72,356.690769,0,0,13.970769,0),(803,438,93,0,88,'2021-06-18 14:58:38',6,0,13.970769,0,0,13.970769,0),(804,438,38,0,88,'2021-06-18 14:58:38',1,179.2,181.528462,0,0,2.328462,0),(806,439,39,0,90,'2021-06-18 15:10:58',2,144,144,0,0,0,0),(807,439,120,0,90,'2021-06-18 15:10:58',1,48,48,0,0,0,0),(808,439,43,0,90,'2021-06-18 15:10:58',3,216,216,0,0,0,0),(809,439,42,0,90,'2021-06-18 15:10:58',1,72,72,0,0,0,0),(810,439,93,0,90,'2021-06-18 15:10:58',20,0,0,0,0,0,0),(811,439,40,0,90,'2021-06-18 15:10:58',2,144,144,0,0,0,0),(812,439,49,0,90,'2021-06-18 15:10:58',1,72,72,0,0,0,0),(814,440,39,0,90,'2021-06-18 15:19:51',1,72,72,0,0,0,0),(815,440,40,0,90,'2021-06-18 15:19:51',1,72,72,0,0,0,0),(816,440,49,0,90,'2021-06-18 15:19:51',2,144,144,0,0,0,0),(817,440,43,0,90,'2021-06-18 15:19:51',2,144,144,0,0,0,0),(818,440,120,0,90,'2021-06-18 15:19:51',1,48,48,0,0,0,0),(819,440,99,0,90,'2021-06-18 15:19:51',2,0,0,0,0,0,0),(820,440,97,0,90,'2021-06-18 15:19:51',1,0,0,0,0,0,0),(821,440,93,0,90,'2021-06-18 15:19:51',10,0,0,0,0,0,0),(822,440,42,0,90,'2021-06-18 15:19:51',1,72,72,0,0,0,0),(824,441,93,0,90,'2021-06-18 15:22:18',1,0,10.18,0,0,10.18,0),(833,443,38,0,94,'2021-06-18 15:57:35',1,179.2,189.63,0,0,10.43,0),(834,443,23,0,94,'2021-06-18 15:57:35',2,144,164.86,0,0,20.86,0),(836,444,93,0,49,'2021-06-18 17:03:35',3,0,3.332222,0,0,3.332222,0),(837,444,41,0,49,'2021-06-18 17:03:35',2,114.24,116.461481,0,0,2.221481,0),(838,444,49,0,49,'2021-06-18 17:03:35',1,72,73.110741,0,0,1.110741,0),(839,444,137,0,49,'2021-06-18 17:03:35',10,55,66.107407,0,0,11.107407,0),(840,444,318,0,49,'2021-06-18 17:03:35',10,30,41.107407,0,0,11.107407,0),(841,444,320,0,49,'2021-06-18 17:03:35',1,3.75,4.860741,0,0,1.110741,0),(843,445,38,0,47,'2021-06-18 19:49:48',2,358.4,381.066667,0,0,22.666667,0),(844,445,23,0,47,'2021-06-18 19:49:48',2,144,166.666667,0,0,22.666667,0),(845,445,41,0,47,'2021-06-18 19:49:48',2,114.24,136.906667,0,0,22.666667,0),(847,446,49,0,32,'2021-06-19 00:58:16',2,144,159.74,0,0,15.74,0),(848,446,39,0,32,'2021-06-19 00:58:16',1,72,79.87,0,0,7.87,0),(849,446,41,0,32,'2021-06-19 00:58:16',1,57.12,64.99,0,0,7.87,0),(851,447,41,0,80,'2021-06-21 22:26:24',1,57.12,60.13125,0,0,3.01125,0),(852,447,93,0,80,'2021-06-21 22:26:24',20,0,60.225,0,0,60.225,0),(853,447,97,0,80,'2021-06-21 22:26:24',2,0,6.0225,0,0,6.0225,0),(854,447,43,0,80,'2021-06-21 22:26:24',1,72,75.01125,0,0,3.01125,0),(856,448,93,0,74,'2021-06-22 11:28:44',16,0,0,0,0,0,0),(857,448,23,0,74,'2021-06-22 11:28:44',3,216,216,0,0,0,0),(858,448,38,0,74,'2021-06-22 11:28:44',1,179.2,179.2,0,0,0,0),(859,448,41,0,74,'2021-06-22 11:28:44',2,114.24,114.24,0,0,0,0),(860,448,43,0,74,'2021-06-22 11:28:44',3,216,216,0,0,0,0),(861,448,39,0,74,'2021-06-22 11:28:44',3,216,216,0,0,0,0),(862,448,99,0,74,'2021-06-22 11:28:44',2,0,0,0,0,0,0),(864,449,41,0,46,'2021-06-23 13:45:52',1,57.12,60.055714,0,0,2.935714,0),(865,449,44,0,46,'2021-06-23 13:45:52',1,105.6,108.535714,0,0,2.935714,0),(866,449,93,0,46,'2021-06-23 13:45:52',8,0,23.485714,0,0,23.485714,0),(867,449,43,0,46,'2021-06-23 13:45:52',2,144,149.871429,0,0,5.871429,0),(868,449,137,0,46,'2021-06-23 13:45:52',1,5.5,8.435714,0,0,2.935714,0),(869,449,45,0,46,'2021-06-23 13:45:52',1,38.4,41.335714,0,0,2.935714,0),(871,450,23,0,11,'2021-06-23 19:35:32',2,144,144,0,0,0,0),(872,450,38,0,11,'2021-06-23 19:35:32',1,179.2,179.2,0,0,0,0),(873,450,49,0,11,'2021-06-23 19:35:32',1,72,72,0,0,0,0),(874,450,43,0,11,'2021-06-23 19:35:32',1,72,72,0,0,0,0),(875,450,41,0,11,'2021-06-23 19:35:32',1,57.12,57.12,0,0,0,0),(877,451,23,0,82,'2021-06-23 23:18:02',3,216,232.6425,0,0,16.6425,0),(878,451,43,0,82,'2021-06-23 23:18:02',1,72,77.5475,0,0,5.5475,0),(880,452,38,0,12,'2021-06-24 06:07:51',2,358.4,358.4,0,0,0,0),(881,452,120,0,12,'2021-06-24 06:07:51',2,96,96,0,0,0,0),(882,452,43,0,12,'2021-06-24 06:07:51',1,72,72,0,0,0,0),(883,452,49,0,12,'2021-06-24 06:07:51',2,144,144,0,0,0,0),(890,454,23,0,13,'2021-06-24 19:08:45',2,144,144,0,0,0,0),(891,454,38,0,13,'2021-06-24 19:08:45',3,537.6,537.6,0,0,0,0),(892,454,41,0,13,'2021-06-24 19:08:45',3,171.36,171.36,0,0,0,0),(893,454,43,0,13,'2021-06-24 19:08:45',2,144,144,0,0,0,0),(895,457,23,0,17,'2021-06-25 19:48:12',1,72,74.43,0,0,2.43,0),(896,457,43,0,17,'2021-06-25 19:48:12',1,72,74.43,0,0,2.43,0),(897,457,93,0,17,'2021-06-25 19:48:12',6,0,14.58,0,0,14.58,0),(898,457,99,0,17,'2021-06-25 19:48:12',2,0,4.86,0,0,4.86,0),(899,457,97,0,17,'2021-06-25 19:48:12',1,0,2.43,0,0,2.43,0),(901,458,45,0,32,'2021-06-26 00:10:47',2,76.8,92.54,0,0,15.74,0),(902,458,41,0,32,'2021-06-26 00:10:47',1,57.12,64.99,0,0,7.87,0),(903,458,49,0,32,'2021-06-26 00:10:47',1,72,79.87,0,0,7.87,0),(907,459,99,0,96,'2021-06-28 20:45:12',4,0,32.39,0,0,32.39,0),(909,460,93,0,83,'2021-06-30 11:57:26',18,0,22.24,0,0,22.24,0),(911,461,23,0,30,'2021-06-30 18:19:14',3,216,227.478,0,0,11.478,0),(912,461,41,0,30,'2021-06-30 18:19:14',1,57.12,60.946,0,0,3.826,0),(913,461,49,0,30,'2021-06-30 18:19:14',1,72,75.826,0,0,3.826,0),(915,462,137,0,51,'2021-07-01 15:00:31',3,16.5,22.164375,0,0,5.664375,0),(916,462,23,0,51,'2021-07-01 15:00:31',2,144,147.77625,0,0,3.77625,0),(917,462,93,0,51,'2021-07-01 15:00:31',10,0,18.88125,0,0,18.88125,0),(918,462,51,0,51,'2021-07-01 15:00:31',1,134.4,136.288125,0,0,1.888125,0),(920,463,38,0,47,'2021-07-01 16:19:38',1,179.2,181.675312,0,0,2.475312,0),(921,463,23,0,47,'2021-07-01 16:19:38',1,72,74.475313,0,0,2.475312,0),(922,463,41,0,47,'2021-07-01 16:19:38',1,57.12,59.595312,0,0,2.475312,0),(923,463,93,0,47,'2021-07-01 16:19:38',20,0,49.50625,0,0,49.50625,0),(924,463,135,0,47,'2021-07-01 16:19:38',9,20.25,42.527812,0,0,22.277812,0),(926,464,41,0,81,'2021-07-01 19:20:56',1,57.12,66.9,0,0,9.78,0),(928,465,144,0,21,'2021-07-02 02:37:37',7,8.75,13.713,0,0,4.963,0),(929,465,146,0,21,'2021-07-02 02:37:37',2,2.5,3.918,0,0,1.418,0),(930,465,41,0,21,'2021-07-02 02:37:37',2,114.24,115.658,0,0,1.418,0),(931,465,93,0,21,'2021-07-02 02:37:37',9,0,6.381,0,0,6.381,0),(932,465,148,0,21,'2021-07-02 02:37:37',10,75,82.09,0,0,7.09,0),(940,466,23,0,97,'2021-07-02 15:48:47',4,288,299.845,0,0,11.845,0),(941,466,43,0,97,'2021-07-02 15:48:47',2,144,149.9225,0,0,5.9225,0),(942,466,49,0,97,'2021-07-02 15:48:47',2,144,149.9225,0,0,5.9225,0),(943,466,93,0,97,'2021-07-02 15:48:47',15,0,44.41875,0,0,44.41875,0),(944,466,51,0,97,'2021-07-02 15:48:47',1,134.4,137.36125,0,0,2.96125,0),(946,467,41,0,39,'2021-07-02 18:26:22',1,57.12,59.758571,0,0,2.638571,0),(947,467,95,0,39,'2021-07-02 18:26:22',10,0,26.385714,0,0,26.385714,0),(948,467,97,0,39,'2021-07-02 18:26:22',1,0,2.638571,0,0,2.638571,0),(949,467,99,0,39,'2021-07-02 18:26:22',2,0,5.277143,0,0,5.277143,0),(951,469,41,0,57,'2021-07-03 12:12:05',2,114.24,114.24,0,0,0,0),(952,469,38,0,57,'2021-07-03 12:12:05',2,358.4,358.4,0,0,0,0),(953,469,23,0,57,'2021-07-03 12:12:05',2,144,144,0,0,0,0),(954,469,93,0,57,'2021-07-03 12:12:05',8,0,0,0,0,0,0),(956,470,41,0,55,'2021-07-05 14:09:47',1,57.12,58.331818,0,0,1.211818,0),(957,470,93,0,55,'2021-07-05 14:09:47',10,0,12.118182,0,0,12.118182,0),(959,471,93,0,61,'2021-07-06 14:59:44',20,0,36.21,0,0,36.21,0),(961,472,41,0,81,'2021-07-06 15:37:52',2,114.24,125.01,0,0,10.77,0),(965,473,93,0,97,'2021-07-06 16:01:26',1,0,13.17,0,0,13.17,0),(967,474,93,0,22,'2021-07-06 17:39:38',10,0,13.954545,0,0,13.954545,0),(968,474,97,0,22,'2021-07-06 17:39:38',1,0,1.395455,0,0,1.395455,0),(978,475,23,0,69,'2021-07-07 15:34:00',1,72,72,0,0,0,0),(979,475,118,0,69,'2021-07-07 15:34:00',1,168,168,0,0,0,0),(980,475,51,0,69,'2021-07-07 15:34:00',1,134.4,134.4,0,0,0,0),(981,475,44,0,69,'2021-07-07 15:34:00',1,105.6,105.6,0,0,0,0),(982,475,45,0,69,'2021-07-07 15:34:00',1,38.4,38.4,0,0,0,0),(983,475,41,0,69,'2021-07-07 15:34:00',1,57.12,57.12,0,0,0,0),(984,475,39,0,69,'2021-07-07 15:34:00',1,72,72,0,0,0,0),(986,476,93,0,81,'2021-07-08 16:41:10',8,0,8.252632,0,0,8.252632,0),(987,476,318,0,81,'2021-07-08 16:41:10',6,18,24.189474,0,0,6.189474,0),(988,476,144,0,81,'2021-07-08 16:41:10',5,6.25,11.407895,0,0,5.157895,0),(990,477,49,0,80,'2021-07-08 21:26:46',2,144,159.21,0,0,15.21,0),(991,477,41,0,80,'2021-07-08 21:26:46',4,228.48,258.9,0,0,30.42,0),(992,477,44,0,80,'2021-07-08 21:26:46',2,211.2,226.41,0,0,15.21,0),(994,478,23,0,80,'2021-07-08 21:30:00',2,144,151.368108,0,0,7.368108,0),(995,478,38,0,80,'2021-07-08 21:30:00',1,179.2,182.884054,0,0,3.684054,0),(996,478,97,0,80,'2021-07-08 21:30:00',4,0,14.736216,0,0,14.736216,0),(997,478,93,0,80,'2021-07-08 21:30:00',30,0,110.521622,0,0,110.521622,0),(999,479,49,0,80,'2021-07-08 21:41:07',2,144,169.02,0,0,25.02,0),(1011,482,93,0,81,'2021-07-11 13:48:19',8,0,18.44,0,0,18.44,0),(1012,482,39,0,81,'2021-07-11 13:48:19',1,72,74.305,0,0,2.305,0),(1013,482,40,0,81,'2021-07-11 13:48:19',1,72,74.305,0,0,2.305,0),(1017,484,23,0,95,'2021-07-12 17:47:16',5,360,360,0,0,0,0),(1018,484,38,0,95,'2021-07-12 17:47:16',2,358.4,358.4,0,0,0,0),(1019,484,41,0,95,'2021-07-12 17:47:16',7,399.84,399.84,0,0,0,0),(1020,484,51,0,95,'2021-07-12 17:47:16',2,268.8,268.8,0,0,0,0),(1021,484,39,0,95,'2021-07-12 17:47:16',2,144,144,0,0,0,0),(1022,484,40,0,95,'2021-07-12 17:47:16',2,144,144,0,0,0,0),(1023,484,43,0,95,'2021-07-12 17:47:16',3,216,216,0,0,0,0),(1024,484,44,0,95,'2021-07-12 17:47:16',2,211.2,211.2,0,0,0,0),(1025,484,93,0,95,'2021-07-12 17:47:16',60,0,0,0,0,0,0),(1026,484,42,0,95,'2021-07-12 17:47:16',1,72,72,0,0,0,0),(1028,485,95,0,39,'2021-07-12 18:05:20',5,0,13.94,0,0,13.94,0),(1032,491,93,0,54,'2021-07-13 15:19:37',12,0,16.73,0,0,16.73,0),(1034,492,44,0,70,'2021-07-13 18:32:46',3,316.8,323.471667,0,0,6.671667,0),(1035,492,49,0,70,'2021-07-13 18:32:46',1,72,74.223889,0,0,2.223889,0),(1036,492,144,0,70,'2021-07-13 18:32:46',12,15,41.686667,0,0,26.686667,0),(1037,492,41,0,70,'2021-07-13 18:32:46',2,114.24,118.687778,0,0,4.447778,0),(1039,493,23,0,67,'2021-07-13 18:59:23',1,72,72,0,0,0,0),(1040,493,38,0,67,'2021-07-13 18:59:23',2,358.4,358.4,0,0,0,0),(1041,493,41,0,67,'2021-07-13 18:59:23',2,114.24,114.24,0,0,0,0),(1042,493,43,0,67,'2021-07-13 18:59:23',1,72,72,0,0,0,0),(1044,494,23,0,52,'2021-07-13 20:28:38',4,288,288,0,0,0,0),(1045,494,38,0,52,'2021-07-13 20:28:38',2,358.4,358.4,0,0,0,0),(1046,494,44,0,52,'2021-07-13 20:28:38',1,105.6,105.6,0,0,0,0),(1047,494,41,0,52,'2021-07-13 20:28:38',2,114.24,114.24,0,0,0,0),(1048,494,93,0,52,'2021-07-13 20:28:38',12,0,0,0,0,0,0),(1049,494,95,0,52,'2021-07-13 20:28:38',12,0,0,0,0,0,0),(1051,495,41,0,32,'2021-07-14 21:39:40',2,114.24,122.834286,0,0,8.594286,0),(1052,495,49,0,32,'2021-07-14 21:39:40',2,144,152.594286,0,0,8.594286,0),(1053,495,133,0,32,'2021-07-14 21:39:40',3,39,51.891429,0,0,12.891429,0),(1055,496,93,0,25,'2021-07-15 02:52:36',6,0,32.124,0,0,32.124,0),(1056,496,116,0,25,'2021-07-15 02:52:36',1,132,137.354,0,0,5.354,0),(1057,496,120,0,25,'2021-07-15 02:52:36',1,48,53.354,0,0,5.354,0),(1058,496,97,0,25,'2021-07-15 02:52:36',1,0,5.354,0,0,5.354,0),(1059,496,99,0,25,'2021-07-15 02:52:36',1,0,5.354,0,0,5.354,0),(1061,497,38,0,94,'2021-07-15 16:35:44',2,358.4,358.4,0,0,0,0),(1062,497,23,0,94,'2021-07-15 16:35:44',3,216,216,0,0,0,0),(1063,497,49,0,94,'2021-07-15 16:35:44',1,72,72,0,0,0,0),(1064,497,43,0,94,'2021-07-15 16:35:44',1,72,72,0,0,0,0),(1065,497,93,0,94,'2021-07-15 16:35:44',10,0,0,0,0,0,0),(1066,497,99,0,94,'2021-07-15 16:35:44',1,0,0,0,0,0,0),(1067,497,131,0,94,'2021-07-15 16:35:44',5,57.5,57.5,0,0,0,0),(1069,498,23,0,30,'2021-07-15 17:29:29',4,288,293.401333,0,0,5.401333,0),(1070,498,51,0,30,'2021-07-15 17:29:29',1,134.4,135.750333,0,0,1.350333,0),(1071,498,93,0,30,'2021-07-15 17:29:29',3,0,4.051,0,0,4.051,0),(1072,498,97,0,30,'2021-07-15 17:29:29',1,0,1.350333,0,0,1.350333,0),(1073,498,99,0,30,'2021-07-15 17:29:29',1,0,1.350333,0,0,1.350333,0),(1074,498,318,0,30,'2021-07-15 17:29:29',6,18,26.102,0,0,8.102,0),(1075,498,142,0,30,'2021-07-15 17:29:29',7,8.75,18.202333,0,0,9.452333,0),(1076,498,137,0,30,'2021-07-15 17:29:29',7,38.5,47.952333,0,0,9.452333,0),(1078,499,23,0,11,'2021-07-15 18:23:15',3,216,216,0,0,0,0),(1079,499,39,0,11,'2021-07-15 18:23:15',1,72,72,0,0,0,0),(1080,499,45,0,11,'2021-07-15 18:23:15',1,38.4,38.4,0,0,0,0),(1081,499,44,0,11,'2021-07-15 18:23:15',1,105.6,105.6,0,0,0,0),(1082,499,118,0,11,'2021-07-15 18:23:15',1,168,168,0,0,0,0),(1084,500,38,0,12,'2021-07-16 06:37:52',3,537.6,537.6,0,0,0,0),(1085,500,49,0,12,'2021-07-16 06:37:52',2,144,144,0,0,0,0),(1086,500,45,0,12,'2021-07-16 06:37:52',2,76.8,76.8,0,0,0,0),(1087,500,41,0,12,'2021-07-16 06:37:52',6,342.72,342.72,0,0,0,0),(1088,500,118,0,12,'2021-07-16 06:37:52',1,168,168,0,0,0,0),(1089,500,93,0,12,'2021-07-16 06:37:52',10,0,0,0,0,0,0),(1091,501,38,0,96,'2021-07-16 17:15:59',1,179.2,179.2,0,0,0,0),(1092,501,44,0,96,'2021-07-16 17:15:59',2,211.2,211.2,0,0,0,0),(1093,501,41,0,96,'2021-07-16 17:15:59',2,114.24,114.24,0,0,0,0),(1094,501,45,0,96,'2021-07-16 17:15:59',1,38.4,38.4,0,0,0,0),(1095,501,99,0,96,'2021-07-16 17:15:59',2,0,0,0,0,0,0),(1096,501,97,0,96,'2021-07-16 17:15:59',2,0,0,0,0,0,0),(1097,501,93,0,96,'2021-07-16 17:15:59',1,0,0,0,0,0,0),(1099,504,93,0,86,'2021-07-19 18:54:12',9,0,23.783684,0,0,23.783684,0),(1100,504,45,0,86,'2021-07-19 18:54:12',2,76.8,82.085263,0,0,5.285263,0),(1101,504,99,0,86,'2021-07-19 18:54:12',2,0,5.285263,0,0,5.285263,0),(1102,504,97,0,86,'2021-07-19 18:54:12',2,0,5.285263,0,0,5.285263,0),(1103,504,148,0,86,'2021-07-19 18:54:12',4,30,40.570526,0,0,10.570526,0),(1105,505,38,0,6,'2021-07-19 20:36:28',2,358.4,358.4,0,0,0,0),(1106,505,41,0,6,'2021-07-19 20:36:28',3,171.36,171.36,0,0,0,0),(1107,505,43,0,6,'2021-07-19 20:36:28',2,144,144,0,0,0,0),(1108,505,93,0,6,'2021-07-19 20:36:28',6,0,0,0,0,0,0),(1109,505,45,0,6,'2021-07-19 20:36:28',2,76.8,76.8,0,0,0,0),(1110,505,39,0,6,'2021-07-19 20:36:28',1,72,72,0,0,0,0),(1111,505,40,0,6,'2021-07-19 20:36:28',1,72,72,0,0,0,0),(1112,505,49,0,6,'2021-07-19 20:36:28',1,72,72,0,0,0,0),(1114,506,23,0,67,'2021-07-20 01:58:22',2,144,144,0,0,0,0),(1115,506,38,0,67,'2021-07-20 01:58:22',2,358.4,358.4,0,0,0,0),(1116,506,41,0,67,'2021-07-20 01:58:22',3,171.36,171.36,0,0,0,0),(1117,506,43,0,67,'2021-07-20 01:58:22',2,144,144,0,0,0,0),(1118,506,120,0,67,'2021-07-20 01:58:22',1,48,48,0,0,0,0),(1119,506,49,0,67,'2021-07-20 01:58:22',2,144,144,0,0,0,0),(1121,507,45,0,62,'2021-07-20 02:13:54',4,153.6,153.6,0,0,0,0),(1122,507,41,0,62,'2021-07-20 02:13:54',6,342.72,342.72,0,0,0,0),(1123,507,49,0,62,'2021-07-20 02:13:54',3,216,216,0,0,0,0),(1124,507,133,0,62,'2021-07-20 02:13:54',2,26,26,0,0,0,0),(1125,507,23,0,62,'2021-07-20 02:13:54',4,288,288,0,0,0,0),(1126,507,44,0,62,'2021-07-20 02:13:54',1,105.6,105.6,0,0,0,0),(1127,507,93,0,62,'2021-07-20 02:13:54',20,0,0,0,0,0,0),(1129,508,38,0,47,'2021-07-20 17:01:50',3,537.6,550.880357,0,0,13.280357,0),(1130,508,23,0,47,'2021-07-20 17:01:50',2,144,152.853571,0,0,8.853571,0),(1131,508,41,0,47,'2021-07-20 17:01:50',2,114.24,123.093571,0,0,8.853571,0),(1132,508,93,0,47,'2021-07-20 17:01:50',10,0,44.267857,0,0,44.267857,0),(1133,508,135,0,47,'2021-07-20 17:01:50',9,20.25,60.091071,0,0,39.841071,0),(1134,508,43,0,47,'2021-07-20 17:01:50',2,144,152.853571,0,0,8.853571,0),(1141,509,93,0,79,'2021-07-20 18:16:41',6,0,21.135,0,0,21.135,0),(1142,509,40,0,79,'2021-07-20 18:16:41',2,144,151.045,0,0,7.045,0),(1143,509,23,0,79,'2021-07-20 18:16:41',2,144,151.045,0,0,7.045,0),(1144,509,39,0,79,'2021-07-20 18:16:41',2,144,151.045,0,0,7.045,0),(1146,510,23,0,67,'2021-07-21 01:20:16',2,144,144,0,0,0,0),(1147,510,38,0,67,'2021-07-21 01:20:16',2,358.4,358.4,0,0,0,0),(1148,510,42,0,67,'2021-07-21 01:20:16',1,72,72,0,0,0,0),(1149,510,41,0,67,'2021-07-21 01:20:16',3,171.36,171.36,0,0,0,0),(1150,510,51,0,67,'2021-07-21 01:20:16',1,134.4,134.4,0,0,0,0),(1151,510,43,0,67,'2021-07-21 01:20:16',1,72,72,0,0,0,0),(1152,510,49,0,67,'2021-07-21 01:20:16',1,72,72,0,0,0,0),(1154,511,41,0,29,'2021-07-21 18:10:21',3,171.36,171.36,0,0,0,0),(1155,511,44,0,29,'2021-07-21 18:10:21',1,105.6,105.6,0,0,0,0),(1156,511,51,0,29,'2021-07-21 18:10:21',2,268.8,268.8,0,0,0,0),(1158,516,41,0,39,'2021-07-22 21:42:35',1,57.12,58.851538,0,0,1.731538,0),(1159,516,95,0,39,'2021-07-22 21:42:35',10,0,17.315385,0,0,17.315385,0),(1160,516,99,0,39,'2021-07-22 21:42:35',2,0,3.463077,0,0,3.463077,0),(1162,517,41,0,11,'2021-07-23 14:53:53',1,57.12,57.12,0,0,0,0),(1163,517,43,0,11,'2021-07-23 14:53:53',1,72,72,0,0,0,0),(1164,517,49,0,11,'2021-07-23 14:53:53',1,72,72,0,0,0,0),(1165,517,44,0,11,'2021-07-23 14:53:53',1,105.6,105.6,0,0,0,0),(1166,517,39,0,11,'2021-07-23 14:53:53',1,72,72,0,0,0,0),(1167,517,138,0,11,'2021-07-23 14:53:53',13,58.5,58.5,0,0,0,0),(1168,517,148,0,11,'2021-07-23 14:53:53',12,90,90,0,0,0,0),(1170,518,93,0,90,'2021-07-23 19:56:58',10,0,0,0,0,0,0),(1171,518,39,0,90,'2021-07-23 19:56:58',2,144,144,0,0,0,0),(1172,518,40,0,90,'2021-07-23 19:56:58',1,72,72,0,0,0,0),(1173,518,42,0,90,'2021-07-23 19:56:58',2,144,144,0,0,0,0),(1174,518,43,0,90,'2021-07-23 19:56:58',3,216,216,0,0,0,0),(1176,519,39,0,90,'2021-07-23 20:00:52',2,144,144,0,0,0,0),(1177,519,40,0,90,'2021-07-23 20:00:52',2,144,144,0,0,0,0),(1178,519,43,0,90,'2021-07-23 20:00:52',3,216,216,0,0,0,0),(1179,519,93,0,90,'2021-07-23 20:00:52',10,0,0,0,0,0,0),(1181,520,43,0,90,'2021-07-23 20:04:04',3,216,216,0,0,0,0),(1182,520,42,0,90,'2021-07-23 20:04:04',2,144,144,0,0,0,0),(1183,520,40,0,90,'2021-07-23 20:04:04',1,72,72,0,0,0,0),(1184,520,39,0,90,'2021-07-23 20:04:04',1,72,72,0,0,0,0),(1185,520,93,0,90,'2021-07-23 20:04:04',10,0,0,0,0,0,0),(1187,521,93,0,90,'2021-07-23 20:07:54',1,0,10.18,0,0,10.18,0),(1196,523,93,0,87,'2021-07-24 01:15:52',21,0,0,0,0,0,0),(1197,523,45,0,87,'2021-07-24 01:15:52',8,307.2,307.2,0,0,0,0),(1198,523,49,0,87,'2021-07-24 01:15:52',3,216,216,0,0,0,0),(1200,524,42,0,60,'2021-07-24 02:10:59',1,72,73.399167,0,0,1.399167,0),(1201,524,45,0,60,'2021-07-24 02:10:59',1,38.4,39.799167,0,0,1.399167,0),(1202,524,49,0,60,'2021-07-24 02:10:59',1,72,73.399167,0,0,1.399167,0),(1203,524,93,0,60,'2021-07-24 02:10:59',20,0,27.983333,0,0,27.983333,0),(1204,524,131,0,60,'2021-07-24 02:10:59',1,11.5,12.899167,0,0,1.399167,0),(1206,525,23,0,26,'2021-07-24 02:20:24',3,216,216,0,0,0,0),(1207,525,38,0,26,'2021-07-24 02:20:24',2,358.4,358.4,0,0,0,0),(1208,525,39,0,26,'2021-07-24 02:20:24',1,72,72,0,0,0,0),(1209,525,43,0,26,'2021-07-24 02:20:24',3,216,216,0,0,0,0),(1210,525,49,0,26,'2021-07-24 02:20:24',3,216,216,0,0,0,0),(1211,525,93,0,26,'2021-07-24 02:20:24',4,0,0,0,0,0,0),(1213,526,93,0,40,'2021-07-24 19:22:52',80,0,0,0,0,0,0),(1214,526,42,0,40,'2021-07-24 19:22:52',4,288,288,0,0,0,0),(1215,526,45,0,40,'2021-07-24 19:22:52',3,115.2,115.2,0,0,0,0),(1216,526,41,0,40,'2021-07-24 19:22:52',5,285.6,285.6,0,0,0,0),(1218,527,23,0,82,'2021-07-25 16:30:45',3,216,223.965,0,0,7.965,0),(1219,527,41,0,82,'2021-07-25 16:30:45',3,171.36,179.325,0,0,7.965,0),(1220,527,93,0,82,'2021-07-25 16:30:45',4,0,10.62,0,0,10.62,0),(1222,528,23,0,64,'2021-07-25 23:59:15',2,144,144,0,0,0,0),(1223,528,38,0,64,'2021-07-25 23:59:15',1,179.2,179.2,0,0,0,0),(1224,528,41,0,64,'2021-07-25 23:59:15',5,285.6,285.6,0,0,0,0),(1225,528,93,0,64,'2021-07-25 23:59:15',10,0,0,0,0,0,0),(1226,528,45,0,64,'2021-07-25 23:59:15',3,115.2,115.2,0,0,0,0),(1227,528,49,0,64,'2021-07-25 23:59:15',2,144,144,0,0,0,0),(1228,528,95,0,64,'2021-07-25 23:59:15',1,0,0,0,0,0,0),(1229,528,97,0,64,'2021-07-25 23:59:15',2,0,0,0,0,0,0),(1239,530,23,0,64,'2021-07-26 15:35:48',1,72,74.672857,0,0,2.672857,0),(1240,530,38,0,64,'2021-07-26 15:35:48',1,179.2,181.872857,0,0,2.672857,0),(1241,530,45,0,64,'2021-07-26 15:35:48',2,76.8,82.145714,0,0,5.345714,0),(1242,530,41,0,64,'2021-07-26 15:35:48',3,171.36,179.378571,0,0,8.018571,0),(1243,530,93,0,64,'2021-07-26 15:35:48',10,0,26.728571,0,0,26.728571,0),(1244,530,97,0,64,'2021-07-26 15:35:48',2,0,5.345714,0,0,5.345714,0),(1245,530,49,0,64,'2021-07-26 15:35:48',2,144,149.345714,0,0,5.345714,0),(1247,532,99,0,66,'2021-07-26 18:21:04',3,0,8.469444,0,0,8.469444,0),(1248,532,97,0,66,'2021-07-26 18:21:04',1,0,2.823148,0,0,2.823148,0),(1249,532,93,0,66,'2021-07-26 18:21:04',50,0,141.157407,0,0,141.157407,0),(1251,538,23,0,13,'2021-07-28 18:31:55',1,72,72,0,0,0,0),(1252,538,38,0,13,'2021-07-28 18:31:55',2,358.4,358.4,0,0,0,0),(1253,538,45,0,13,'2021-07-28 18:31:55',1,38.4,38.4,0,0,0,0),(1254,538,41,0,13,'2021-07-28 18:31:55',4,228.48,228.48,0,0,0,0),(1255,538,43,0,13,'2021-07-28 18:31:55',2,144,144,0,0,0,0),(1256,538,93,0,13,'2021-07-28 18:31:55',10,0,0,0,0,0,0),(1257,538,42,0,13,'2021-07-28 18:31:55',1,72,72,0,0,0,0),(1259,539,42,0,11,'2021-07-29 14:56:33',1,72,72,0,0,0,0),(1260,539,38,0,11,'2021-07-29 14:56:33',1,179.2,179.2,0,0,0,0),(1261,539,41,0,11,'2021-07-29 14:56:33',2,114.24,114.24,0,0,0,0),(1262,539,51,0,11,'2021-07-29 14:56:33',1,134.4,134.4,0,0,0,0),(1263,539,120,0,11,'2021-07-29 14:56:33',2,96,96,0,0,0,0),(1264,539,43,0,11,'2021-07-29 14:56:33',1,72,72,0,0,0,0),(1265,539,49,0,11,'2021-07-29 14:56:33',1,72,72,0,0,0,0),(1266,539,490,0,11,'2021-07-29 14:56:33',10,125,125,0,0,0,0),(1267,539,487,0,11,'2021-07-29 14:56:33',1,25,25,0,0,0,0),(1268,539,44,0,11,'2021-07-29 14:56:33',1,105.6,105.6,0,0,0,0),(1269,539,40,0,11,'2021-07-29 14:56:33',1,72,72,0,0,0,0),(1271,540,95,0,39,'2021-07-29 15:09:46',12,0,21.771429,0,0,21.771429,0),(1272,540,120,0,39,'2021-07-29 15:09:46',1,48,49.814286,0,0,1.814286,0),(1273,540,49,0,39,'2021-07-29 15:09:46',1,72,73.814286,0,0,1.814286,0),(1275,541,93,0,83,'2021-07-29 22:02:41',37,0,48.346667,0,0,48.346667,0),(1276,541,133,0,83,'2021-07-29 22:02:41',4,52,57.226667,0,0,5.226667,0),(1277,541,318,0,83,'2021-07-29 22:02:41',4,12,17.226667,0,0,5.226667,0),(1279,542,41,0,6,'2021-07-30 22:13:45',1,57.12,57.12,0,0,0,0),(1280,542,43,0,6,'2021-07-30 22:13:45',1,72,72,0,0,0,0),(1281,542,93,0,6,'2021-07-30 22:13:45',6,0,0,0,0,0,0),(1282,542,45,0,6,'2021-07-30 22:13:45',1,38.4,38.4,0,0,0,0),(1283,542,49,0,6,'2021-07-30 22:13:45',1,72,72,0,0,0,0),(1284,542,23,0,6,'2021-07-30 22:13:45',4,288,288,0,0,0,0),(1286,543,41,0,32,'2021-07-31 00:16:50',3,171.36,191.115,0,0,19.755,0),(1287,543,49,0,32,'2021-07-31 00:16:50',1,72,78.585,0,0,6.585,0),(1289,544,137,0,81,'2021-07-31 20:38:44',10,55,63.609524,0,0,8.609524,0),(1290,544,318,0,81,'2021-07-31 20:38:44',11,33,42.470476,0,0,9.470476,0),(1292,545,49,0,80,'2021-08-02 21:44:34',2,144,163.973333,0,0,19.973333,0),(1293,545,488,0,80,'2021-08-02 21:44:34',1,25,34.986667,0,0,9.986667,0),(1295,546,488,0,80,'2021-08-02 21:46:46',5,125,167.17,0,0,42.17,0),(1297,547,41,0,51,'2021-08-03 14:31:17',1,57.12,59.99,0,0,2.87,0),(1298,547,43,0,51,'2021-08-03 14:31:17',2,144,149.74,0,0,5.74,0),(1299,547,148,0,51,'2021-08-03 14:31:17',1,7.5,10.37,0,0,2.87,0),(1300,547,93,0,51,'2021-08-03 14:31:17',5,0,14.35,0,0,14.35,0),(1301,547,23,0,51,'2021-08-03 14:31:17',4,288,299.48,0,0,11.48,0),(1302,547,51,0,51,'2021-08-03 14:31:17',1,134.4,137.27,0,0,2.87,0),(1304,549,93,0,71,'2021-08-03 18:04:22',30,0,76.570588,0,0,76.570588,0),(1305,549,99,0,71,'2021-08-03 18:04:22',4,0,10.209412,0,0,10.209412,0),(1307,550,23,0,17,'2021-08-03 20:47:08',2,144,152.27,0,0,8.27,0),(1308,550,43,0,17,'2021-08-03 20:47:08',1,72,76.135,0,0,4.135,0),(1309,550,38,0,17,'2021-08-03 20:47:08',1,179.2,183.335,0,0,4.135,0),(1310,550,41,0,17,'2021-08-03 20:47:08',1,57.12,61.255,0,0,4.135,0),(1311,550,39,0,17,'2021-08-03 20:47:08',1,72,76.135,0,0,4.135,0),(1312,550,40,0,17,'2021-08-03 20:47:08',1,72,76.135,0,0,4.135,0),(1313,550,490,0,17,'2021-08-03 20:47:08',1,12.5,16.635,0,0,4.135,0),(1315,551,93,0,14,'2021-08-04 15:18:34',5,0,8.558333,0,0,8.558333,0),(1316,551,95,0,14,'2021-08-04 15:18:34',1,0,1.711667,0,0,1.711667,0),(1318,552,93,0,55,'2021-08-04 17:29:02',11,0,13.33,0,0,13.33,0),(1320,553,93,0,56,'2021-08-04 21:48:12',20,0,29.43,0,0,29.43,0),(1322,554,93,0,56,'2021-08-04 21:50:45',15,0,16.56,0,0,16.56,0),(1324,555,93,0,43,'2021-08-05 00:36:43',6,0,18.14,0,0,18.14,0),(1338,557,41,0,56,'2021-08-05 13:22:39',1,57.12,66.69,0,0,9.57,0),(1342,559,41,0,56,'2021-08-05 13:26:01',2,114.24,124.26,0,0,10.02,0),(1344,560,97,0,59,'2021-08-05 15:16:54',2,0,3.884,0,0,3.884,0),(1345,560,93,0,59,'2021-08-05 15:16:54',20,0,38.84,0,0,38.84,0),(1346,560,99,0,59,'2021-08-05 15:16:54',3,0,5.826,0,0,5.826,0),(1348,561,41,0,47,'2021-08-05 19:53:12',4,228.48,247.48,0,0,19,0),(1349,561,23,0,47,'2021-08-05 19:53:12',3,216,230.25,0,0,14.25,0),(1351,562,99,0,86,'2021-08-05 21:07:40',2,0,11.97,0,0,11.97,0),(1352,562,97,0,86,'2021-08-05 21:07:40',2,0,11.97,0,0,11.97,0),(1354,563,93,0,25,'2021-08-05 21:19:11',6,0,37.885,0,0,37.885,0),(1355,563,120,0,25,'2021-08-05 21:19:11',1,48,54.314167,0,0,6.314167,0),(1356,563,97,0,25,'2021-08-05 21:19:11',4,0,25.256667,0,0,25.256667,0),(1357,563,99,0,25,'2021-08-05 21:19:11',4,0,25.256667,0,0,25.256667,0),(1358,563,23,0,25,'2021-08-05 21:19:11',1,72,78.314167,0,0,6.314167,0),(1359,563,42,0,25,'2021-08-05 21:19:11',1,72,78.314167,0,0,6.314167,0),(1360,563,45,0,25,'2021-08-05 21:19:11',1,38.4,44.714167,0,0,6.314167,0),(1361,563,41,0,25,'2021-08-05 21:19:11',1,57.12,63.434167,0,0,6.314167,0),(1362,563,51,0,25,'2021-08-05 21:19:11',1,134.4,140.714167,0,0,6.314167,0),(1363,563,39,0,25,'2021-08-05 21:19:11',1,72,78.314167,0,0,6.314167,0),(1364,563,40,0,25,'2021-08-05 21:19:11',1,72,78.314167,0,0,6.314167,0),(1365,563,49,0,25,'2021-08-05 21:19:11',1,72,78.314167,0,0,6.314167,0),(1366,563,44,0,25,'2021-08-05 21:19:11',1,105.6,111.914167,0,0,6.314167,0),(1368,564,93,0,61,'2021-08-05 22:43:24',20,0,32.445455,0,0,32.445455,0),(1369,564,120,0,61,'2021-08-05 22:43:24',2,96,99.244545,0,0,3.244545,0),(1371,565,39,0,82,'2021-08-06 02:34:27',1,72,75.833333,0,0,3.833333,0),(1372,565,23,0,82,'2021-08-06 02:34:27',2,144,151.666667,0,0,7.666667,0),(1373,565,41,0,82,'2021-08-06 02:34:27',2,114.24,121.906667,0,0,7.666667,0),(1374,565,43,0,82,'2021-08-06 02:34:27',1,72,75.833333,0,0,3.833333,0),(1376,566,38,0,94,'2021-08-06 19:21:20',2,358.4,358.4,0,0,0,0),(1377,566,23,0,94,'2021-08-06 19:21:20',3,216,216,0,0,0,0),(1378,566,93,0,94,'2021-08-06 19:21:20',20,0,0,0,0,0,0),(1379,566,99,0,94,'2021-08-06 19:21:20',1,0,0,0,0,0,0),(1380,566,131,0,94,'2021-08-06 19:21:20',3,34.5,34.5,0,0,0,0),(1381,566,41,0,94,'2021-08-06 19:21:20',2,114.24,114.24,0,0,0,0),(1383,567,146,0,79,'2021-08-06 22:56:52',4,5,14,0,0,9,0),(1384,567,45,0,79,'2021-08-06 22:56:52',2,76.8,81.3,0,0,4.5,0),(1386,568,23,0,12,'2021-08-07 16:12:33',4,288,288,0,0,0,0),(1387,568,38,0,12,'2021-08-07 16:12:33',3,537.6,537.6,0,0,0,0),(1388,568,42,0,12,'2021-08-07 16:12:33',1,72,72,0,0,0,0),(1389,568,41,0,12,'2021-08-07 16:12:33',2,114.24,114.24,0,0,0,0),(1390,568,43,0,12,'2021-08-07 16:12:33',3,216,216,0,0,0,0),(1391,568,49,0,12,'2021-08-07 16:12:33',1,72,72,0,0,0,0),(1392,568,44,0,12,'2021-08-07 16:12:33',2,211.2,211.2,0,0,0,0),(1393,568,490,0,12,'2021-08-07 16:12:33',10,125,125,0,0,0,0),(1395,569,41,0,49,'2021-08-07 23:10:27',3,171.36,171.36,0,0,0,0),(1396,569,49,0,49,'2021-08-07 23:10:27',2,144,144,0,0,0,0),(1397,569,137,0,49,'2021-08-07 23:10:27',11,60.5,60.5,0,0,0,0),(1398,569,38,0,49,'2021-08-07 23:10:27',1,179.2,179.2,0,0,0,0),(1400,570,49,0,63,'2021-08-08 02:22:34',5,360,360,0,0,0,0),(1401,570,23,0,63,'2021-08-08 02:22:34',4,288,288,0,0,0,0),(1402,570,41,0,63,'2021-08-08 02:22:34',5,285.6,285.6,0,0,0,0),(1404,571,93,0,22,'2021-08-09 14:53:18',10,0,13.954545,0,0,13.954545,0),(1405,571,97,0,22,'2021-08-09 14:53:18',1,0,1.395455,0,0,1.395455,0),(1407,572,93,0,22,'2021-08-09 14:55:49',10,0,12.64,0,0,12.64,0),(1409,573,137,0,81,'2021-08-09 20:28:48',12,66,76.77,0,0,10.77,0),(1411,574,137,0,81,'2021-08-09 20:31:42',12,66,76.77,0,0,10.77,0),(1413,575,93,0,54,'2021-08-10 00:42:26',12,0,16.73,0,0,16.73,0),(1415,576,93,0,54,'2021-08-10 00:51:53',10,0,14.89,0,0,14.89,0),(1421,577,43,0,53,'2021-08-10 11:48:03',1,72,76.7,0,0,4.7,0),(1422,577,49,0,53,'2021-08-10 11:48:03',1,72,76.7,0,0,4.7,0),(1423,577,41,0,53,'2021-08-10 11:48:03',3,171.36,185.46,0,0,14.1,0),(1425,578,51,0,76,'2021-08-10 14:18:58',4,537.6,537.6,0,0,0,0),(1426,578,38,0,76,'2021-08-10 14:18:58',1,179.2,179.2,0,0,0,0),(1427,578,120,0,76,'2021-08-10 14:18:58',1,48,48,0,0,0,0),(1428,578,93,0,76,'2021-08-10 14:18:58',15,0,0,0,0,0,0),(1429,578,97,0,76,'2021-08-10 14:18:58',2,0,0,0,0,0,0),(1430,578,99,0,76,'2021-08-10 14:18:58',2,0,0,0,0,0,0),(1432,579,93,0,57,'2021-08-10 15:05:23',8,0,27.136,0,0,27.136,0),(1433,579,51,0,57,'2021-08-10 15:05:23',1,134.4,137.792,0,0,3.392,0),(1434,579,38,0,57,'2021-08-10 15:05:23',1,179.2,182.592,0,0,3.392,0),(1439,580,49,0,98,'2021-08-10 21:47:47',5,360,377.326087,0,0,17.326087,0),(1440,580,93,0,98,'2021-08-10 21:47:47',18,0,62.373913,0,0,62.373913,0),(1442,582,49,0,32,'2021-08-11 23:55:03',4,288,330.06,0,0,42.06,0),(1443,582,97,0,32,'2021-08-11 23:55:03',1,0,10.515,0,0,10.515,0),(1444,582,99,0,32,'2021-08-11 23:55:03',1,0,10.515,0,0,10.515,0),(1446,583,23,0,95,'2021-08-12 19:16:40',2,144,144,0,0,0,0),(1447,583,38,0,95,'2021-08-12 19:16:40',2,358.4,358.4,0,0,0,0),(1448,583,42,0,95,'2021-08-12 19:16:40',2,144,144,0,0,0,0),(1449,583,41,0,95,'2021-08-12 19:16:40',4,228.48,228.48,0,0,0,0),(1450,583,51,0,95,'2021-08-12 19:16:40',3,403.2,403.2,0,0,0,0),(1455,585,42,0,90,'2021-08-13 19:06:41',2,144,144,0,0,0,0),(1456,585,49,0,90,'2021-08-13 19:06:41',2,144,144,0,0,0,0),(1457,585,43,0,90,'2021-08-13 19:06:41',1,72,72,0,0,0,0),(1458,585,39,0,90,'2021-08-13 19:06:41',1,72,72,0,0,0,0),(1459,585,40,0,90,'2021-08-13 19:06:41',1,72,72,0,0,0,0),(1460,585,490,0,90,'2021-08-13 19:06:41',10,125,125,0,0,0,0),(1461,585,488,0,90,'2021-08-13 19:06:41',1,25,25,0,0,0,0),(1462,585,487,0,90,'2021-08-13 19:06:41',1,25,25,0,0,0,0),(1464,586,39,0,90,'2021-08-13 19:10:18',1,72,74.480833,0,0,2.480833,0),(1465,586,40,0,90,'2021-08-13 19:10:18',1,72,74.480833,0,0,2.480833,0),(1466,586,490,0,90,'2021-08-13 19:10:18',10,125,149.808333,0,0,24.808333,0),(1468,587,39,0,90,'2021-08-13 19:14:13',2,144,144,0,0,0,0),(1469,587,40,0,90,'2021-08-13 19:14:13',2,144,144,0,0,0,0),(1470,587,490,0,90,'2021-08-13 19:14:13',10,125,125,0,0,0,0),(1471,587,49,0,90,'2021-08-13 19:14:13',2,144,144,0,0,0,0),(1472,587,43,0,90,'2021-08-13 19:14:13',2,144,144,0,0,0,0),(1473,587,120,0,90,'2021-08-13 19:14:13',1,48,48,0,0,0,0),(1474,587,42,0,90,'2021-08-13 19:14:13',1,72,72,0,0,0,0),(1476,588,42,0,90,'2021-08-13 19:17:28',1,72,72,0,0,0,0),(1477,588,43,0,90,'2021-08-13 19:17:28',2,144,144,0,0,0,0),(1478,588,39,0,90,'2021-08-13 19:17:28',1,72,72,0,0,0,0),(1479,588,40,0,90,'2021-08-13 19:17:28',1,72,72,0,0,0,0),(1480,588,120,0,90,'2021-08-13 19:17:28',1,48,48,0,0,0,0),(1481,588,487,0,90,'2021-08-13 19:17:28',1,25,25,0,0,0,0),(1482,588,490,0,90,'2021-08-13 19:17:28',20,250,250,0,0,0,0),(1484,589,43,0,15,'2021-08-14 20:42:35',2,144,156.465,0,0,12.465,0),(1485,589,45,0,15,'2021-08-14 20:42:35',1,38.4,44.6325,0,0,6.2325,0),(1486,589,39,0,15,'2021-08-14 20:42:35',1,72,78.2325,0,0,6.2325,0),(1488,590,23,0,62,'2021-08-16 03:24:05',4,288,288,0,0,0,0),(1489,590,38,0,62,'2021-08-16 03:24:05',2,358.4,358.4,0,0,0,0),(1490,590,41,0,62,'2021-08-16 03:24:05',3,171.36,171.36,0,0,0,0),(1491,590,43,0,62,'2021-08-16 03:24:05',1,72,72,0,0,0,0),(1492,590,49,0,62,'2021-08-16 03:24:05',2,144,144,0,0,0,0),(1493,590,44,0,62,'2021-08-16 03:24:05',1,105.6,105.6,0,0,0,0),(1494,590,133,0,62,'2021-08-16 03:24:05',3,39,39,0,0,0,0),(1496,591,23,0,12,'2021-08-16 06:10:25',2,144,144,0,0,0,0),(1497,591,38,0,12,'2021-08-16 06:10:25',2,358.4,358.4,0,0,0,0),(1498,591,41,0,12,'2021-08-16 06:10:25',2,114.24,114.24,0,0,0,0),(1499,591,43,0,12,'2021-08-16 06:10:25',2,144,144,0,0,0,0),(1500,591,49,0,12,'2021-08-16 06:10:25',1,72,72,0,0,0,0),(1501,591,490,0,12,'2021-08-16 06:10:25',10,125,125,0,0,0,0),(1502,591,45,0,12,'2021-08-16 06:10:25',1,38.4,38.4,0,0,0,0),(1503,591,118,0,12,'2021-08-16 06:10:25',2,336,336,0,0,0,0),(1504,591,51,0,12,'2021-08-16 06:10:25',4,537.6,537.6,0,0,0,0),(1505,591,120,0,12,'2021-08-16 06:10:25',1,48,48,0,0,0,0),(1507,592,93,0,74,'2021-08-16 12:35:57',20,0,52.112,0,0,52.112,0),(1508,592,41,0,74,'2021-08-16 12:35:57',2,114.24,119.4512,0,0,5.2112,0),(1509,592,99,0,74,'2021-08-16 12:35:57',3,0,7.8168,0,0,7.8168,0),(1515,593,41,0,46,'2021-08-16 13:52:48',1,57.12,59.154615,0,0,2.034615,0),(1516,593,93,0,46,'2021-08-16 13:52:48',10,0,20.346154,0,0,20.346154,0),(1517,593,43,0,46,'2021-08-16 13:52:48',2,144,148.069231,0,0,4.069231,0),(1519,594,488,0,80,'2021-08-16 21:29:08',6,150,150,0,0,0,0),(1520,594,23,0,80,'2021-08-16 21:29:08',2,144,144,0,0,0,0),(1521,594,38,0,80,'2021-08-16 21:29:08',2,358.4,358.4,0,0,0,0),(1522,594,490,0,80,'2021-08-16 21:29:08',10,125,125,0,0,0,0),(1524,595,45,0,32,'2021-08-16 22:40:23',1,38.4,43.778,0,0,5.378,0),(1525,595,41,0,32,'2021-08-16 22:40:23',4,228.48,249.992,0,0,21.512,0),(1527,596,42,0,11,'2021-08-17 15:10:57',1,72,72,0,0,0,0),(1528,596,38,0,11,'2021-08-17 15:10:57',1,179.2,179.2,0,0,0,0),(1529,596,41,0,11,'2021-08-17 15:10:57',1,57.12,57.12,0,0,0,0),(1530,596,51,0,11,'2021-08-17 15:10:57',1,134.4,134.4,0,0,0,0),(1531,596,43,0,11,'2021-08-17 15:10:57',1,72,72,0,0,0,0),(1532,596,49,0,11,'2021-08-17 15:10:57',1,72,72,0,0,0,0),(1533,596,487,0,11,'2021-08-17 15:10:57',1,25,25,0,0,0,0),(1534,596,44,0,11,'2021-08-17 15:10:57',1,105.6,105.6,0,0,0,0),(1535,596,488,0,11,'2021-08-17 15:10:57',1,25,25,0,0,0,0),(1536,596,45,0,11,'2021-08-17 15:10:57',1,38.4,38.4,0,0,0,0),(1538,597,93,0,19,'2021-08-17 17:19:45',6,0,14.922857,0,0,14.922857,0),(1539,597,99,0,19,'2021-08-17 17:19:45',1,0,2.487143,0,0,2.487143,0),(1541,598,41,0,81,'2021-08-18 12:30:17',1,57.12,62.976667,0,0,5.856667,0),(1542,598,39,0,81,'2021-08-18 12:30:17',1,72,77.856667,0,0,5.856667,0),(1543,598,40,0,81,'2021-08-18 12:30:17',1,72,77.856667,0,0,5.856667,0),(1545,599,93,0,58,'2021-08-18 12:52:36',10,0,14.89,0,0,14.89,0),(1547,600,43,0,47,'2021-08-19 15:12:04',2,144,163.59,0,0,19.59,0),(1548,600,38,0,47,'2021-08-19 15:12:04',3,537.6,566.985,0,0,29.385,0),(1549,600,23,0,47,'2021-08-19 15:12:04',3,216,245.385,0,0,29.385,0),(1550,600,41,0,47,'2021-08-19 15:12:04',3,171.36,200.745,0,0,29.385,0),(1551,600,45,0,47,'2021-08-19 15:12:04',1,38.4,48.195,0,0,9.795,0),(1553,601,41,0,6,'2021-08-19 15:26:08',2,114.24,114.24,0,0,0,0),(1554,601,45,0,6,'2021-08-19 15:26:08',1,38.4,38.4,0,0,0,0),(1555,601,23,0,6,'2021-08-19 15:26:08',4,288,288,0,0,0,0),(1556,601,38,0,6,'2021-08-19 15:26:08',2,358.4,358.4,0,0,0,0),(1557,601,116,0,6,'2021-08-19 15:26:08',1,132,132,0,0,0,0),(1558,601,93,0,6,'2021-08-19 15:26:08',2,0,0,0,0,0,0),(1560,602,93,0,64,'2021-08-19 17:32:17',12,0,0,0,0,0,0),(1561,602,97,0,64,'2021-08-19 17:32:17',4,0,0,0,0,0,0),(1562,602,23,0,64,'2021-08-19 17:32:17',2,144,144,0,0,0,0),(1563,602,38,0,64,'2021-08-19 17:32:17',2,358.4,358.4,0,0,0,0),(1564,602,41,0,64,'2021-08-19 17:32:17',2,114.24,114.24,0,0,0,0),(1565,602,45,0,64,'2021-08-19 17:32:17',2,76.8,76.8,0,0,0,0),(1567,603,23,0,82,'2021-08-19 20:40:52',4,288,288,0,0,0,0),(1568,603,41,0,82,'2021-08-19 20:40:52',4,228.48,228.48,0,0,0,0),(1569,603,43,0,82,'2021-08-19 20:40:52',1,72,72,0,0,0,0),(1571,604,45,0,11,'2021-08-20 00:29:40',1,38.4,38.4,0,0,0,0),(1572,604,118,0,11,'2021-08-20 00:29:40',1,168,168,0,0,0,0),(1573,604,41,0,11,'2021-08-20 00:29:40',2,114.24,114.24,0,0,0,0),(1574,604,488,0,11,'2021-08-20 00:29:40',1,25,25,0,0,0,0),(1575,604,487,0,11,'2021-08-20 00:29:40',1,25,25,0,0,0,0),(1576,604,490,0,11,'2021-08-20 00:29:40',10,125,125,0,0,0,0),(1577,604,131,0,11,'2021-08-20 00:29:40',1,11.5,11.5,0,0,0,0),(1579,606,93,0,50,'2021-08-20 17:12:58',40,0,0,0,0,0,0),(1580,606,41,0,50,'2021-08-20 17:12:58',4,228.48,228.48,0,0,0,0),(1581,606,43,0,50,'2021-08-20 17:12:58',2,144,144,0,0,0,0),(1582,606,120,0,50,'2021-08-20 17:12:58',1,48,48,0,0,0,0),(1583,606,23,0,50,'2021-08-20 17:12:58',2,144,144,0,0,0,0),(1584,606,38,0,50,'2021-08-20 17:12:58',2,358.4,358.4,0,0,0,0),(1585,606,133,0,50,'2021-08-20 17:12:58',1,13,13,0,0,0,0),(1587,607,42,0,70,'2021-08-21 12:59:22',2,144,154.09,0,0,10.09,0),(1588,607,49,0,70,'2021-08-21 12:59:22',2,144,154.09,0,0,10.09,0),(1600,608,23,0,69,'2021-08-23 13:54:06',5,360,385.183333,0,0,25.183333,0),(1601,608,41,0,69,'2021-08-23 13:54:06',2,114.24,124.313333,0,0,10.073333,0),(1602,608,43,0,69,'2021-08-23 13:54:06',4,288,308.146667,0,0,20.146667,0),(1603,608,49,0,69,'2021-08-23 13:54:06',4,288,308.146667,0,0,20.146667,0),(1605,609,23,0,82,'2021-08-23 17:55:26',2,144,148.494118,0,0,4.494118,0),(1606,609,41,0,82,'2021-08-23 17:55:26',2,114.24,118.734118,0,0,4.494118,0),(1607,609,39,0,82,'2021-08-23 17:55:26',1,72,74.247059,0,0,2.247059,0),(1608,609,40,0,82,'2021-08-23 17:55:26',1,72,74.247059,0,0,2.247059,0),(1609,609,43,0,82,'2021-08-23 17:55:26',1,72,74.247059,0,0,2.247059,0),(1610,609,93,0,82,'2021-08-23 17:55:26',10,0,22.470588,0,0,22.470588,0),(1612,612,93,0,87,'2021-08-23 22:05:56',22,0,0,0,0,0,0),(1613,612,45,0,87,'2021-08-23 22:05:56',8,307.2,307.2,0,0,0,0),(1614,612,49,0,87,'2021-08-23 22:05:56',3,216,216,0,0,0,0),(1627,615,99,0,96,'2021-08-24 05:50:07',2,0,0,0,0,0,0),(1628,615,97,0,96,'2021-08-24 05:50:07',2,0,0,0,0,0,0),(1629,615,118,0,96,'2021-08-24 05:50:07',2,336,336,0,0,0,0),(1630,615,51,0,96,'2021-08-24 05:50:07',2,268.8,268.8,0,0,0,0),(1631,615,93,0,96,'2021-08-24 05:50:07',20,0,0,0,0,0,0),(1632,615,41,0,96,'2021-08-24 05:50:07',1,57.12,57.12,0,0,0,0),(1634,617,93,0,56,'2021-08-24 13:50:17',-50,0,-53.75,0,0,-53.75,0),(1636,618,93,0,56,'2021-08-24 13:50:56',-27,0,-31.83,0,0,-31.83,0),(1638,620,93,0,87,'2021-08-24 20:25:29',10,0,24.59,0,0,24.59,0),(1661,627,23,0,98,'2021-08-24 21:13:27',-5,-532.8,-532.8,0,0,0,0),(1662,628,38,0,98,'2021-08-24 21:14:16',-4,-1060.88,-1060.88,0,0,0,0),(1663,628,93,0,98,'2021-08-24 21:14:16',-10,0,0,0,0,0,0),(1664,629,23,0,98,'2021-08-24 21:15:14',-4,-426.24,-426.24,0,0,0,0),(1665,629,93,0,98,'2021-08-24 21:15:14',-10,0,0,0,0,0,0),(1666,629,41,0,98,'2021-08-24 21:15:14',-2,-114.24,-114.24,0,0,0,0),(1667,630,38,0,98,'2021-08-24 21:15:51',-2,-530.44,-530.44,0,0,0,0),(1668,630,93,0,98,'2021-08-24 21:15:51',-10,0,0,0,0,0,0),(1669,630,97,0,98,'2021-08-24 21:15:51',-1,0,0,0,0,0,0),(1670,630,99,0,98,'2021-08-24 21:15:51',-1,0,0,0,0,0,0),(1671,631,23,0,98,'2021-08-24 21:16:06',-6,-639.36,-639.36,0,0,0,0),(1672,631,93,0,98,'2021-08-24 21:16:06',-10,0,0,0,0,0,0),(1673,632,38,0,98,'2021-08-24 21:17:14',-2,-530.44,-530.44,0,0,0,0),(1674,632,93,0,98,'2021-08-24 21:17:14',-10,0,0,0,0,0,0),(1686,639,23,0,11,'2021-08-26 14:52:24',2,213.12,213.12,0,0,0,0),(1687,639,38,0,11,'2021-08-26 14:52:24',1,265.22,265.22,0,0,0,0),(1688,639,41,0,11,'2021-08-26 14:52:24',1,57.12,57.12,0,0,0,0),(1690,640,23,0,26,'2021-08-26 17:35:29',2,213.12,213.12,0,0,0,0),(1691,640,38,0,26,'2021-08-26 17:35:29',2,530.44,530.44,0,0,0,0),(1692,640,43,0,26,'2021-08-26 17:35:29',2,144,144,0,0,0,0),(1693,640,49,0,26,'2021-08-26 17:35:29',1,72,72,0,0,0,0),(1694,640,93,0,26,'2021-08-26 17:35:29',10,0,0,0,0,0,0),(1695,640,148,0,26,'2021-08-26 17:35:29',6,45,45,0,0,0,0),(1697,641,95,0,89,'2021-08-26 20:36:34',10,0,27.413636,0,0,27.413636,0),(1698,641,93,0,89,'2021-08-26 20:36:34',10,0,27.413636,0,0,27.413636,0),(1699,641,23,0,89,'2021-08-26 20:36:34',1,106.56,109.301364,0,0,2.741364,0),(1700,641,41,0,89,'2021-08-26 20:36:34',1,57.12,59.861364,0,0,2.741364,0),(1706,644,93,0,87,'2021-08-27 13:43:29',-22,0,0,0,0,0,0),(1707,644,45,0,87,'2021-08-27 13:43:29',-8,-307.2,-307.2,0,0,0,0),(1708,644,49,0,87,'2021-08-27 13:43:29',-3,-216,-216,0,0,0,0),(1709,645,38,0,13,'2021-08-27 18:21:33',5,1326.1,1326.1,0,0,0,0),(1710,645,41,0,13,'2021-08-27 18:21:33',1,57.12,57.12,0,0,0,0),(1711,645,23,0,13,'2021-08-27 18:21:33',3,319.68,319.68,0,0,0,0),(1712,645,45,0,13,'2021-08-27 18:21:33',1,38.4,38.4,0,0,0,0),(1713,645,43,0,13,'2021-08-27 18:21:33',2,144,144,0,0,0,0),(1714,645,93,0,13,'2021-08-27 18:21:33',10,0,0,0,0,0,0),(1716,646,93,0,97,'2021-08-27 19:09:00',10,0,15.446154,0,0,15.446154,0),(1717,646,131,0,97,'2021-08-27 19:09:00',2,23,26.089231,0,0,3.089231,0),(1718,646,49,0,97,'2021-08-27 19:09:00',1,72,73.544615,0,0,1.544615,0),(1728,648,51,0,80,'2021-08-27 20:30:19',2,268.8,268.8,0,0,0,0),(1729,648,118,0,80,'2021-08-27 20:30:19',1,168,168,0,0,0,0),(1730,648,41,0,80,'2021-08-27 20:30:19',2,114.24,114.24,0,0,0,0),(1731,648,120,0,80,'2021-08-27 20:30:19',1,48,48,0,0,0,0),(1732,648,43,0,80,'2021-08-27 20:30:19',2,144,144,0,0,0,0),(1733,648,318,0,80,'2021-08-27 20:30:19',6,18,18,0,0,0,0),(1734,648,45,0,80,'2021-08-27 20:30:19',2,76.8,76.8,0,0,0,0),(1745,651,93,0,58,'2021-08-30 11:20:29',9,0,28.502308,0,0,28.502308,0),(1746,651,97,0,58,'2021-08-30 11:20:29',4,0,12.667692,0,0,12.667692,0),(1759,655,45,0,32,'2021-08-31 16:17:37',2,76.8,85.62,0,0,8.82,0),(1760,655,41,0,32,'2021-08-31 16:17:37',5,285.6,307.65,0,0,22.05,0),(1761,655,133,0,32,'2021-08-31 16:17:37',4,52,69.64,0,0,17.64,0),(1769,657,146,0,79,'2021-09-01 19:22:50',6,7.5,23.66,0,0,16.16,0),(1770,657,39,0,79,'2021-09-01 19:22:50',2,144,149.386667,0,0,5.386667,0),(1771,657,93,0,79,'2021-09-01 19:22:50',4,0,10.773333,0,0,10.773333,0),(1772,657,45,0,79,'2021-09-01 19:22:50',4,153.6,164.373333,0,0,10.773333,0),(1773,657,23,0,79,'2021-09-01 19:22:50',2,213.12,218.506667,0,0,5.386667,0),(1783,660,93,0,76,'2021-09-01 22:05:33',10,0,0,0,0,0,0),(1784,660,51,0,76,'2021-09-01 22:05:33',2,268.8,268.8,0,0,0,0),(1785,660,118,0,76,'2021-09-01 22:05:33',2,336,336,0,0,0,0),(1786,660,49,0,76,'2021-09-01 22:05:33',1,72,72,0,0,0,0),(1787,660,95,0,76,'2021-09-01 22:05:33',10,0,0,0,0,0,0),(1788,660,97,0,76,'2021-09-01 22:05:33',2,0,0,0,0,0,0),(1789,660,99,0,76,'2021-09-01 22:05:33',2,0,0,0,0,0,0),(1791,661,41,0,44,'2021-09-02 01:13:26',1,57.12,59.591,0,0,2.471,0),(1792,661,43,0,44,'2021-09-02 01:13:26',1,72,74.471,0,0,2.471,0),(1793,661,93,0,44,'2021-09-02 01:13:26',8,0,19.768,0,0,19.768,0),(1795,662,93,0,58,'2021-09-02 13:30:13',10,0,9.69375,0,0,9.69375,0),(1796,662,148,0,58,'2021-09-02 13:30:13',6,45,50.81625,0,0,5.81625,0),(1798,663,93,0,29,'2021-09-02 15:19:42',1,0,4.785,0,0,4.785,0),(1799,663,95,0,29,'2021-09-02 15:19:42',1,0,4.785,0,0,4.785,0),(1801,664,23,0,30,'2021-09-02 18:32:50',2,213.12,218.748333,0,0,5.628333,0),(1802,664,93,0,30,'2021-09-02 18:32:50',1,0,2.814167,0,0,2.814167,0),(1803,664,41,0,30,'2021-09-02 18:32:50',1,57.12,59.934167,0,0,2.814167,0),(1804,664,116,0,30,'2021-09-02 18:32:50',1,132,134.814167,0,0,2.814167,0),(1805,664,45,0,30,'2021-09-02 18:32:50',1,38.4,41.214167,0,0,2.814167,0),(1806,664,137,0,30,'2021-09-02 18:32:50',4,22,33.256667,0,0,11.256667,0),(1807,664,39,0,30,'2021-09-02 18:32:50',1,72,74.814167,0,0,2.814167,0),(1808,664,49,0,30,'2021-09-02 18:32:50',1,72,74.814167,0,0,2.814167,0),(1810,665,23,0,49,'2021-09-03 17:15:31',1,106.56,108.777333,0,0,2.217333,0),(1811,665,116,0,49,'2021-09-03 17:15:31',1,132,134.217333,0,0,2.217333,0),(1812,665,44,0,49,'2021-09-03 17:15:31',1,105.6,107.817333,0,0,2.217333,0),(1813,665,93,0,49,'2021-09-03 17:15:31',2,0,4.434667,0,0,4.434667,0),(1814,665,318,0,49,'2021-09-03 17:15:31',10,30,52.173333,0,0,22.173333,0),(1816,666,38,0,94,'2021-09-03 17:16:09',1,265.22,265.22,0,0,0,0),(1817,666,23,0,94,'2021-09-03 17:16:09',2,213.12,213.12,0,0,0,0),(1818,666,131,0,94,'2021-09-03 17:16:09',2,23,23,0,0,0,0),(1819,666,97,0,94,'2021-09-03 17:16:09',3,0,0,0,0,0,0),(1820,666,118,0,94,'2021-09-03 17:16:09',1,168,168,0,0,0,0),(1821,666,45,0,94,'2021-09-03 17:16:09',2,76.8,76.8,0,0,0,0),(1822,666,40,0,94,'2021-09-03 17:16:09',1,72,72,0,0,0,0),(1824,667,93,0,57,'2021-09-05 14:15:32',10,0,0,0,0,0,0),(1825,667,99,0,57,'2021-09-05 14:15:32',2,0,0,0,0,0,0),(1826,667,45,0,57,'2021-09-05 14:15:32',1,38.4,38.4,0,0,0,0),(1827,667,44,0,57,'2021-09-05 14:15:32',1,105.6,105.6,0,0,0,0),(1828,667,38,0,57,'2021-09-05 14:15:32',2,530.44,530.44,0,0,0,0),(1830,668,97,0,49,'2021-09-06 17:05:19',2,0,11.17,0,0,11.17,0),(1832,673,42,0,11,'2021-09-09 20:44:22',1,72,72,0,0,0,0),(1833,673,41,0,11,'2021-09-09 20:44:22',1,57.12,57.12,0,0,0,0),(1834,673,51,0,11,'2021-09-09 20:44:22',1,134.4,134.4,0,0,0,0),(1835,673,487,0,11,'2021-09-09 20:44:22',1,28.5,28.5,0,0,0,0),(1836,673,120,0,11,'2021-09-09 20:44:22',1,48,48,0,0,0,0),(1837,673,144,0,11,'2021-09-09 20:44:22',1,1.25,1.25,0,0,0,0),(1838,673,23,0,11,'2021-09-09 20:44:22',1,106.56,106.56,0,0,0,0),(1839,673,490,0,11,'2021-09-09 20:44:22',5,92.5,92.5,0,0,0,0),(1848,675,41,0,81,'2021-09-10 15:45:49',2,114.24,125.01,0,0,10.77,0),(1850,676,40,0,32,'2021-09-11 17:29:20',1,72,75.195,0,0,3.195,0),(1851,676,43,0,32,'2021-09-11 17:29:20',1,72,75.195,0,0,3.195,0),(1852,676,93,0,32,'2021-09-11 17:29:20',10,0,31.95,0,0,31.95,0),(1864,678,23,0,74,'2021-09-12 08:24:00',3,319.68,319.68,0,0,0,0),(1865,678,38,0,74,'2021-09-12 08:24:00',3,795.66,795.66,0,0,0,0),(1866,678,42,0,74,'2021-09-12 08:24:00',3,216,216,0,0,0,0),(1867,678,43,0,74,'2021-09-12 08:24:00',3,216,216,0,0,0,0),(1868,678,39,0,74,'2021-09-12 08:24:00',3,216,216,0,0,0,0),(1870,679,45,0,64,'2021-09-13 15:17:03',2,76.8,76.8,0,0,0,0),(1871,679,23,0,64,'2021-09-13 15:17:03',2,213.12,213.12,0,0,0,0),(1872,679,41,0,64,'2021-09-13 15:17:03',3,171.36,171.36,0,0,0,0),(1873,679,49,0,64,'2021-09-13 15:17:03',3,216,216,0,0,0,0),(1875,680,39,0,90,'2021-09-13 16:27:44',2,144,144,0,0,0,0),(1876,680,40,0,90,'2021-09-13 16:27:44',2,144,144,0,0,0,0),(1877,680,42,0,90,'2021-09-13 16:27:44',2,144,144,0,0,0,0),(1878,680,43,0,90,'2021-09-13 16:27:44',2,144,144,0,0,0,0),(1879,680,488,0,90,'2021-09-13 16:27:44',1,28.5,28.5,0,0,0,0),(1880,680,49,0,90,'2021-09-13 16:27:44',1,72,72,0,0,0,0),(1882,681,42,0,90,'2021-09-13 16:33:54',2,144,144,0,0,0,0),(1883,681,43,0,90,'2021-09-13 16:33:54',3,216,216,0,0,0,0),(1884,681,490,0,90,'2021-09-13 16:33:54',10,185,185,0,0,0,0),(1885,681,40,0,90,'2021-09-13 16:33:54',1,72,72,0,0,0,0),(1887,682,39,0,90,'2021-09-13 16:37:29',1,72,72,0,0,0,0),(1888,682,40,0,90,'2021-09-13 16:37:29',1,72,72,0,0,0,0),(1889,682,120,0,90,'2021-09-13 16:37:29',1,48,48,0,0,0,0),(1890,682,43,0,90,'2021-09-13 16:37:29',1,72,72,0,0,0,0),(1891,682,49,0,90,'2021-09-13 16:37:29',1,72,72,0,0,0,0),(1892,682,487,0,90,'2021-09-13 16:37:29',1,28.5,28.5,0,0,0,0),(1893,682,490,0,90,'2021-09-13 16:37:29',10,185,185,0,0,0,0),(1895,683,23,0,67,'2021-09-13 20:05:55',2,213.12,276.517333,0,0,63.397333,0),(1896,683,51,0,67,'2021-09-13 20:05:55',2,268.8,332.197333,0,0,63.397333,0),(1897,683,93,0,67,'2021-09-13 20:05:55',10,0,316.986667,0,0,316.986667,0),(1898,683,41,0,67,'2021-09-13 20:05:55',1,57.12,88.818667,0,0,31.698667,0),(1902,684,133,0,33,'2021-09-13 20:30:10',1,13,15.67,0,0,2.67,0),(1903,684,41,0,33,'2021-09-13 20:30:10',1,57.12,59.79,0,0,2.67,0),(1904,684,40,0,33,'2021-09-13 20:30:10',1,72,74.67,0,0,2.67,0),(1905,684,488,0,33,'2021-09-13 20:30:10',1,28.5,31.17,0,0,2.67,0),(1906,684,490,0,33,'2021-09-13 20:30:10',4,74,84.68,0,0,10.68,0),(1912,686,42,0,70,'2021-09-14 19:54:08',2,144,144,0,0,0,0),(1913,686,49,0,70,'2021-09-14 19:54:08',2,144,144,0,0,0,0),(1914,686,41,0,70,'2021-09-14 19:54:08',6,342.72,342.72,0,0,0,0),(1915,686,93,0,70,'2021-09-14 19:54:08',2,0,0,0,0,0,0),(1917,687,23,0,27,'2021-09-14 20:03:21',4,426.24,426.24,0,0,0,0),(1918,687,38,0,27,'2021-09-14 20:03:21',1,265.22,265.22,0,0,0,0),(1919,687,116,0,27,'2021-09-14 20:03:21',1,132,132,0,0,0,0),(1920,687,41,0,27,'2021-09-14 20:03:21',5,285.6,285.6,0,0,0,0),(1921,687,43,0,27,'2021-09-14 20:03:21',2,144,144,0,0,0,0),(1922,687,49,0,27,'2021-09-14 20:03:21',2,144,144,0,0,0,0),(1923,687,93,0,27,'2021-09-14 20:03:21',5,0,0,0,0,0,0),(1924,687,137,0,27,'2021-09-14 20:03:21',25,137.5,137.5,0,0,0,0),(1925,687,99,0,27,'2021-09-14 20:03:21',3,0,0,0,0,0,0),(1926,687,318,0,27,'2021-09-14 20:03:21',20,60,60,0,0,0,0),(1934,691,23,0,69,'2021-09-16 20:19:03',2,213.12,213.12,0,0,0,0),(1935,691,45,0,69,'2021-09-16 20:19:03',2,76.8,76.8,0,0,0,0),(1936,691,41,0,69,'2021-09-16 20:19:03',1,57.12,57.12,0,0,0,0),(1937,691,49,0,69,'2021-09-16 20:19:03',1,72,72,0,0,0,0),(1938,691,43,0,69,'2021-09-16 20:19:03',2,144,144,0,0,0,0),(1939,691,138,0,69,'2021-09-16 20:19:03',5,22.5,22.5,0,0,0,0),(1941,692,120,0,83,'2021-09-17 09:00:03',1,48,52.618,0,0,4.618,0),(1942,692,97,0,83,'2021-09-17 09:00:03',1,0,4.618,0,0,4.618,0),(1943,692,99,0,83,'2021-09-17 09:00:03',1,0,4.618,0,0,4.618,0),(1944,692,133,0,83,'2021-09-17 09:00:03',1,13,17.618,0,0,4.618,0),(1945,692,44,0,83,'2021-09-17 09:00:03',1,105.6,110.218,0,0,4.618,0),(1947,693,38,0,95,'2021-09-17 17:15:42',2,530.44,530.44,0,0,0,0),(1948,693,23,0,95,'2021-09-17 17:15:42',3,319.68,319.68,0,0,0,0),(1949,693,41,0,95,'2021-09-17 17:15:42',5,285.6,285.6,0,0,0,0),(1950,693,118,0,95,'2021-09-17 17:15:42',2,336,336,0,0,0,0),(1951,693,51,0,95,'2021-09-17 17:15:42',4,537.6,537.6,0,0,0,0),(1961,695,93,0,54,'2021-09-20 18:39:48',10,0,14.92,0,0,14.92,0),(1969,697,23,0,25,'2021-09-21 04:33:36',3,319.68,319.68,0,0,0,0),(1970,697,42,0,25,'2021-09-21 04:33:36',1,72,72,0,0,0,0),(1971,697,45,0,25,'2021-09-21 04:33:36',3,115.2,115.2,0,0,0,0),(1972,697,41,0,25,'2021-09-21 04:33:36',1,57.12,57.12,0,0,0,0),(1973,697,39,0,25,'2021-09-21 04:33:36',1,72,72,0,0,0,0),(1974,697,40,0,25,'2021-09-21 04:33:36',1,72,72,0,0,0,0),(1975,697,49,0,25,'2021-09-21 04:33:36',1,72,72,0,0,0,0),(1976,697,490,0,25,'2021-09-21 04:33:36',8,148,148,0,0,0,0),(1978,699,51,0,12,'2021-09-22 04:00:05',4,537.6,537.6,0,0,0,0),(1979,699,118,0,12,'2021-09-22 04:00:05',2,336,336,0,0,0,0),(1980,699,41,0,12,'2021-09-22 04:00:05',4,228.48,228.48,0,0,0,0),(1981,699,490,0,12,'2021-09-22 04:00:05',10,185,185,0,0,0,0),(1982,699,487,0,12,'2021-09-22 04:00:05',4,114,114,0,0,0,0),(1984,700,23,0,94,'2021-09-22 14:07:37',2,213.12,213.12,0,0,0,0),(1985,700,38,0,94,'2021-09-22 14:07:37',2,530.44,530.44,0,0,0,0),(1986,700,41,0,94,'2021-09-22 14:07:37',2,114.24,114.24,0,0,0,0),(1987,700,118,0,94,'2021-09-22 14:07:37',1,168,168,0,0,0,0),(1988,700,120,0,94,'2021-09-22 14:07:37',1,48,48,0,0,0,0),(1989,700,93,0,94,'2021-09-22 14:07:37',10,0,0,0,0,0,0),(1990,700,131,0,94,'2021-09-22 14:07:37',4,46,46,0,0,0,0),(1992,701,45,0,11,'2021-09-22 18:49:21',1,38.4,38.4,0,0,0,0),(1993,701,38,0,11,'2021-09-22 18:49:21',1,265.22,265.22,0,0,0,0),(1994,701,43,0,11,'2021-09-22 18:49:21',1,72,72,0,0,0,0),(1995,701,51,0,11,'2021-09-22 18:49:21',1,134.4,134.4,0,0,0,0),(1996,701,487,0,11,'2021-09-22 18:49:21',1,28.5,28.5,0,0,0,0),(1998,702,49,0,32,'2021-09-22 19:10:23',3,216,246.13,0,0,30.13,0),(2005,704,41,0,6,'2021-09-23 15:57:48',4,228.48,228.48,0,0,0,0),(2006,704,45,0,6,'2021-09-23 15:57:48',2,76.8,76.8,0,0,0,0),(2007,704,23,0,6,'2021-09-23 15:57:48',2,213.12,213.12,0,0,0,0),(2008,704,38,0,6,'2021-09-23 15:57:48',1,265.22,265.22,0,0,0,0),(2009,704,116,0,6,'2021-09-23 15:57:48',2,264,264,0,0,0,0),(2010,704,93,0,6,'2021-09-23 15:57:48',3,0,0,0,0,0,0),(2011,704,40,0,6,'2021-09-23 15:57:48',1,72,72,0,0,0,0),(2012,704,43,0,6,'2021-09-23 15:57:48',2,144,144,0,0,0,0),(2013,704,49,0,6,'2021-09-23 15:57:48',2,144,144,0,0,0,0),(2015,705,45,0,13,'2021-09-23 20:32:13',1,38.4,38.4,0,0,0,0),(2016,705,41,0,13,'2021-09-23 20:32:13',4,228.48,228.48,0,0,0,0),(2017,705,43,0,13,'2021-09-23 20:32:13',3,216,216,0,0,0,0),(2018,705,39,0,13,'2021-09-23 20:32:13',1,72,72,0,0,0,0),(2020,706,93,0,81,'2021-09-24 00:22:36',6,0,11.92,0,0,11.92,0),(2022,707,93,0,81,'2021-09-24 14:41:53',7,0,13.53,0,0,13.53,0),(2026,709,23,0,64,'2021-09-27 18:58:16',2,213.12,213.12,0,0,0,0),(2027,709,38,0,64,'2021-09-27 18:58:16',2,530.44,530.44,0,0,0,0),(2028,709,41,0,64,'2021-09-27 18:58:16',1,60.48,60.48,0,0,0,0),(2029,709,49,0,64,'2021-09-27 18:58:16',1,72,72,0,0,0,0),(2030,709,490,0,64,'2021-09-27 18:58:16',8,148,148,0,0,0,0),(2031,709,488,0,64,'2021-09-27 18:58:16',1,28.5,28.5,0,0,0,0),(2033,710,23,0,26,'2021-09-28 22:42:10',3,319.68,319.68,0,0,0,0),(2034,710,38,0,26,'2021-09-28 22:42:10',1,265.22,265.22,0,0,0,0),(2035,710,131,0,26,'2021-09-28 22:42:10',5,57.5,57.5,0,0,0,0),(2036,710,318,0,26,'2021-09-28 22:42:10',40,120,120,0,0,0,0),(2037,710,133,0,26,'2021-09-28 22:42:10',2,26,26,0,0,0,0),(2038,710,39,0,26,'2021-09-28 22:42:10',1,72,72,0,0,0,0),(2039,710,40,0,26,'2021-09-28 22:42:10',1,72,72,0,0,0,0),(2040,710,120,0,26,'2021-09-28 22:42:10',1,48,48,0,0,0,0),(2041,710,43,0,26,'2021-09-28 22:42:10',1,72,72,0,0,0,0),(2042,710,49,0,26,'2021-09-28 22:42:10',1,72,72,0,0,0,0),(2043,710,45,0,26,'2021-09-28 22:42:10',1,38.4,38.4,0,0,0,0),(2044,710,99,0,26,'2021-09-28 22:42:10',2,0,0,0,0,0,0),(2045,710,97,0,26,'2021-09-28 22:42:10',1,0,0,0,0,0,0),(2046,710,93,0,26,'2021-09-28 22:42:10',1,0,0,0,0,0,0),(2048,711,93,0,47,'2021-09-29 17:42:54',10,0,21.8,0,0,21.8,0),(2050,714,41,0,51,'2021-09-30 17:41:13',1,60.48,62.630625,0,0,2.150625,0),(2051,714,51,0,51,'2021-09-30 17:41:13',1,134.4,136.550625,0,0,2.150625,0),(2052,714,23,0,51,'2021-09-30 17:41:13',3,319.68,326.131875,0,0,6.451875,0),(2053,714,93,0,51,'2021-09-30 17:41:13',8,0,17.205,0,0,17.205,0),(2054,714,137,0,51,'2021-09-30 17:41:13',3,16.5,22.951875,0,0,6.451875,0),(2056,715,23,0,82,'2021-09-30 21:54:01',3,319.68,319.68,0,0,0,0),(2057,715,41,0,82,'2021-09-30 21:54:01',4,241.92,241.92,0,0,0,0),(2058,715,39,0,82,'2021-09-30 21:54:01',1,72,72,0,0,0,0),(2060,716,99,0,39,'2021-10-01 16:55:57',2,0,5.095556,0,0,5.095556,0),(2061,716,95,0,39,'2021-10-01 16:55:57',5,0,12.738889,0,0,12.738889,0),(2062,716,41,0,39,'2021-10-01 16:55:57',2,120.96,126.055556,0,0,5.095556,0),(2066,718,23,0,97,'2021-10-04 13:49:59',2,213.12,219.715,0,0,6.595,0),(2067,718,51,0,97,'2021-10-04 13:49:59',1,134.4,137.6975,0,0,3.2975,0),(2068,718,93,0,97,'2021-10-04 13:49:59',5,0,16.4875,0,0,16.4875,0),(2070,719,490,0,17,'2021-10-04 17:17:03',6,111,126.22,0,0,15.22,0),(2072,720,41,0,70,'2021-10-05 15:22:45',4,241.92,256.63,0,0,14.71,0),(2078,722,41,0,94,'2021-10-05 20:31:15',2,120.96,120.96,0,0,0,0),(2079,722,120,0,94,'2021-10-05 20:31:15',1,48,48,0,0,0,0),(2080,722,43,0,94,'2021-10-05 20:31:15',1,72,72,0,0,0,0),(2081,722,49,0,94,'2021-10-05 20:31:15',1,72,72,0,0,0,0),(2082,722,23,0,94,'2021-10-05 20:31:15',3,319.68,319.68,0,0,0,0),(2083,722,38,0,94,'2021-10-05 20:31:15',2,530.44,530.44,0,0,0,0),(2084,722,45,0,94,'2021-10-05 20:31:15',1,38.4,38.4,0,0,0,0),(2085,722,97,0,94,'2021-10-05 20:31:15',3,0,0,0,0,0,0),(2086,722,131,0,94,'2021-10-05 20:31:15',4,46,46,0,0,0,0),(2087,722,133,0,94,'2021-10-05 20:31:15',1,13,13,0,0,0,0),(2089,723,23,0,51,'2021-10-05 22:45:37',1,106.56,111.976667,0,0,5.416667,0),(2090,723,41,0,51,'2021-10-05 22:45:37',1,60.48,65.896667,0,0,5.416667,0),(2091,723,51,0,51,'2021-10-05 22:45:37',1,134.4,139.816667,0,0,5.416667,0),(2093,724,95,0,29,'2021-10-06 16:40:36',1,0,9.59,0,0,9.59,0),(2095,725,45,0,12,'2021-10-06 17:43:48',2,76.8,76.8,0,0,0,0),(2096,725,23,0,12,'2021-10-06 17:43:48',3,319.68,319.68,0,0,0,0),(2097,725,38,0,12,'2021-10-06 17:43:48',2,530.44,530.44,0,0,0,0),(2098,725,42,0,12,'2021-10-06 17:43:48',2,144,144,0,0,0,0),(2099,725,41,0,12,'2021-10-06 17:43:48',4,241.92,241.92,0,0,0,0),(2100,725,51,0,12,'2021-10-06 17:43:48',1,134.4,134.4,0,0,0,0),(2101,725,490,0,12,'2021-10-06 17:43:48',10,185,185,0,0,0,0),(2103,726,23,0,47,'2021-10-06 22:54:51',2,213.12,234.275556,0,0,21.155556,0),(2104,726,38,0,47,'2021-10-06 22:54:51',2,530.44,551.595556,0,0,21.155556,0),(2105,726,43,0,47,'2021-10-06 22:54:51',1,72,82.577778,0,0,10.577778,0),(2106,726,41,0,47,'2021-10-06 22:54:51',4,241.92,284.231111,0,0,42.311111,0),(2108,727,488,0,80,'2021-10-07 15:08:48',6,171,199.8675,0,0,28.8675,0),(2109,727,490,0,80,'2021-10-07 15:08:48',10,185,233.1125,0,0,48.1125,0),(2111,728,93,0,54,'2021-10-07 18:05:17',10,0,14.92,0,0,14.92,0),(2113,729,93,0,22,'2021-10-08 14:36:42',10,0,12.7,0,0,12.7,0),(2115,730,93,0,22,'2021-10-08 14:57:09',10,0,42.81,0,0,42.81,0),(2117,732,93,0,56,'2021-10-08 16:25:27',10,0,12.7,0,0,12.7,0),(2119,733,93,0,56,'2021-10-08 16:33:04',10,0,12.7,0,0,12.7,0),(2121,734,99,0,56,'2021-10-08 16:47:27',1,0,11.44,0,0,11.44,0),(2123,735,99,0,56,'2021-10-08 16:57:40',1,0,11.44,0,0,11.44,0),(2125,736,23,0,95,'2021-10-08 21:36:57',1,106.56,116.326667,0,0,9.766667,0),(2126,736,23,0,95,'2021-10-08 21:36:57',1,106.56,116.326667,0,0,9.766667,0),(2127,736,23,0,95,'2021-10-08 21:36:57',1,106.56,116.326667,0,0,9.766667,0),(2129,737,93,0,49,'2021-10-09 19:47:19',1,0,1.602857,0,0,1.602857,0),(2130,737,93,0,49,'2021-10-09 19:47:19',6,0,9.617143,0,0,9.617143,0),(2134,739,41,0,80,'2021-10-11 23:54:45',2,120.96,120.96,0,0,0,0),(2135,739,118,0,80,'2021-10-11 23:54:45',1,168,168,0,0,0,0),(2136,739,120,0,80,'2021-10-11 23:54:45',1,48,48,0,0,0,0),(2137,739,44,0,80,'2021-10-11 23:54:45',1,105.6,105.6,0,0,0,0),(2138,739,49,0,80,'2021-10-11 23:54:45',1,72,72,0,0,0,0),(2140,740,41,0,80,'2021-10-12 00:12:00',3,181.44,199.872,0,0,18.432,0),(2141,740,49,0,80,'2021-10-12 00:12:00',2,144,156.288,0,0,12.288,0),(2143,741,41,0,99,'2021-10-13 11:09:39',16,967.68,967.68,0,0,0,0),(2144,741,38,0,99,'2021-10-13 11:09:39',1,265.22,265.22,0,0,0,0),(2145,741,43,0,99,'2021-10-13 11:09:39',2,144,144,0,0,0,0),(2147,742,93,0,55,'2021-10-13 15:09:17',10,0,15.275,0,0,15.275,0),(2148,742,41,0,55,'2021-10-13 15:09:17',2,120.96,124.015,0,0,3.055,0),(2150,743,23,0,52,'2021-10-14 16:25:57',4,426.24,426.24,0,0,0,0),(2151,743,38,0,52,'2021-10-14 16:25:57',2,530.44,530.44,0,0,0,0),(2152,743,41,0,52,'2021-10-14 16:25:57',2,120.96,120.96,0,0,0,0),(2153,743,93,0,52,'2021-10-14 16:25:57',9,0,0,0,0,0,0),(2154,743,43,0,52,'2021-10-14 16:25:57',2,144,144,0,0,0,0),(2158,745,93,0,46,'2021-10-14 18:56:33',10,0,14.96,0,0,14.96,0),(2168,747,93,0,63,'2021-10-15 00:38:14',10,0,12.7,0,0,12.7,0),(2170,748,93,0,63,'2021-10-15 00:41:10',10,0,12.7,0,0,12.7,0),(2180,750,23,0,62,'2021-10-16 01:47:23',6,639.36,639.36,0,0,0,0),(2181,750,41,0,62,'2021-10-16 01:47:23',6,362.88,362.88,0,0,0,0),(2182,750,116,0,62,'2021-10-16 01:47:23',1,132,132,0,0,0,0),(2183,750,45,0,62,'2021-10-16 01:47:23',4,153.6,153.6,0,0,0,0),(2184,750,44,0,62,'2021-10-16 01:47:23',1,105.6,105.6,0,0,0,0),(2185,750,93,0,62,'2021-10-16 01:47:23',10,0,0,0,0,0,0),(2186,750,133,0,62,'2021-10-16 01:47:23',2,26,26,0,0,0,0),(2187,750,320,0,62,'2021-10-16 01:47:23',1,3.75,3.75,0,0,0,0),(2188,750,320,0,62,'2021-10-16 01:47:23',1,3.75,3.75,0,0,0,0),(2189,750,320,0,62,'2021-10-16 01:47:23',1,3.75,3.75,0,0,0,0),(2190,750,320,0,62,'2021-10-16 01:47:23',1,3.75,3.75,0,0,0,0),(2191,750,320,0,62,'2021-10-16 01:47:23',1,3.75,3.75,0,0,0,0),(2193,751,45,0,79,'2021-10-16 17:23:03',1,38.4,38.4,0,0,0,0),(2194,751,45,0,79,'2021-10-16 17:23:03',1,38.4,38.4,0,0,0,0),(2195,751,40,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2196,751,40,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2197,751,39,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2198,751,39,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2199,751,40,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2200,751,40,0,79,'2021-10-16 17:23:03',1,72,72,0,0,0,0),(2212,753,93,0,74,'2021-10-18 12:17:32',10,0,35.928571,0,0,35.928571,0),(2213,753,99,0,74,'2021-10-18 12:17:32',4,0,14.371429,0,0,14.371429,0),(2215,754,41,0,11,'2021-10-18 14:17:50',1,60.48,60.48,0,0,0,0),(2216,754,44,0,11,'2021-10-18 14:17:50',1,105.6,105.6,0,0,0,0),(2217,754,45,0,11,'2021-10-18 14:17:50',1,38.4,38.4,0,0,0,0),(2218,754,43,0,11,'2021-10-18 14:17:50',1,72,72,0,0,0,0),(2219,754,487,0,11,'2021-10-18 14:17:50',1,28.5,28.5,0,0,0,0),(2220,754,490,0,11,'2021-10-18 14:17:50',10,185,185,0,0,0,0),(2221,754,41,0,11,'2021-10-18 14:17:50',2,120.96,120.96,0,0,0,0),(2223,755,97,0,26,'2021-10-19 14:59:59',1,0,0,0,0,0,0),(2224,755,93,0,26,'2021-10-19 14:59:59',6,0,0,0,0,0,0),(2225,755,38,0,26,'2021-10-19 14:59:59',2,530.44,530.44,0,0,0,0),(2226,755,23,0,26,'2021-10-19 14:59:59',2,213.12,213.12,0,0,0,0),(2227,755,43,0,26,'2021-10-19 14:59:59',1,72,72,0,0,0,0),(2228,755,120,0,26,'2021-10-19 14:59:59',1,48,48,0,0,0,0),(2229,755,41,0,26,'2021-10-19 14:59:59',1,60.48,60.48,0,0,0,0),(2231,756,41,0,50,'2021-10-19 21:09:53',4,241.92,241.92,0,0,0,0),(2232,756,23,0,50,'2021-10-19 21:09:53',1,106.56,106.56,0,0,0,0),(2233,756,38,0,50,'2021-10-19 21:09:53',1,265.22,265.22,0,0,0,0),(2234,756,133,0,50,'2021-10-19 21:09:53',4,52,52,0,0,0,0),(2235,756,490,0,50,'2021-10-19 21:09:53',10,185,185,0,0,0,0),(2238,759,93,0,81,'2021-10-20 15:32:14',8,0,14.21,0,0,14.21,0),(2240,760,93,0,19,'2021-10-20 17:43:40',9,0,16.85,0,0,16.85,0),(2242,761,131,0,15,'2021-10-21 21:40:12',10,115,137.48,0,0,22.48,0),(2244,762,43,0,53,'2021-10-22 11:39:44',1,72,76.736,0,0,4.736,0),(2245,762,49,0,53,'2021-10-22 11:39:44',1,72,76.736,0,0,4.736,0),(2246,762,41,0,53,'2021-10-22 11:39:44',3,181.44,195.648,0,0,14.208,0),(2248,763,41,0,90,'2021-10-22 15:39:49',2,120.96,120.96,0,0,0,0),(2249,763,43,0,90,'2021-10-22 15:39:49',3,216,216,0,0,0,0),(2250,763,42,0,90,'2021-10-22 15:39:49',3,216,216,0,0,0,0),(2251,763,39,0,90,'2021-10-22 15:39:49',1,72,72,0,0,0,0),(2252,763,40,0,90,'2021-10-22 15:39:49',1,72,72,0,0,0,0),(2253,763,487,0,90,'2021-10-22 15:39:49',1,28.5,28.5,0,0,0,0),(2254,763,490,0,90,'2021-10-22 15:39:49',10,185,185,0,0,0,0),(2256,764,43,0,90,'2021-10-22 15:43:40',2,144,144,0,0,0,0),(2257,764,41,0,90,'2021-10-22 15:43:40',3,181.44,181.44,0,0,0,0),(2258,764,490,0,90,'2021-10-22 15:43:40',10,185,185,0,0,0,0),(2260,765,39,0,90,'2021-10-22 15:46:30',1,72,72,0,0,0,0),(2261,765,40,0,90,'2021-10-22 15:46:30',1,72,72,0,0,0,0),(2262,765,43,0,90,'2021-10-22 15:46:30',2,144,144,0,0,0,0),(2263,765,487,0,90,'2021-10-22 15:46:30',1,28.5,28.5,0,0,0,0),(2264,765,490,0,90,'2021-10-22 15:46:30',10,185,185,0,0,0,0),(2266,766,41,0,90,'2021-10-22 15:50:09',1,60.48,60.48,0,0,0,0),(2267,766,39,0,90,'2021-10-22 15:50:09',1,72,72,0,0,0,0),(2268,766,40,0,90,'2021-10-22 15:50:09',1,72,72,0,0,0,0),(2269,766,43,0,90,'2021-10-22 15:50:09',1,72,72,0,0,0,0),(2270,766,49,0,90,'2021-10-22 15:50:09',1,72,72,0,0,0,0),(2271,766,490,0,90,'2021-10-22 15:50:09',10,185,185,0,0,0,0),(2272,766,487,0,90,'2021-10-22 15:50:09',1,28.5,28.5,0,0,0,0),(2274,768,38,0,67,'2021-10-25 09:07:09',1,265.22,370.69,0,0,105.47,0),(2275,768,38,0,67,'2021-10-25 09:07:09',1,265.22,370.69,0,0,105.47,0),(2276,768,23,0,67,'2021-10-25 09:07:09',1,106.56,212.03,0,0,105.47,0),(2280,769,93,0,57,'2021-10-25 14:39:37',5,0,0,0,0,0,0),(2281,769,23,0,57,'2021-10-25 14:39:37',1,106.56,106.56,0,0,0,0),(2282,769,45,0,57,'2021-10-25 14:39:37',2,76.8,76.8,0,0,0,0),(2283,769,41,0,57,'2021-10-25 14:39:37',2,120.96,120.96,0,0,0,0),(2284,769,99,0,57,'2021-10-25 14:39:37',1,0,0,0,0,0,0),(2285,769,38,0,57,'2021-10-25 14:39:37',1,265.22,265.22,0,0,0,0),(2287,770,137,0,49,'2021-10-25 15:36:48',20,110,125.324444,0,0,15.324444,0),(2288,770,318,0,49,'2021-10-25 15:36:48',25,75,94.155556,0,0,19.155556,0),(2290,771,489,0,29,'2021-10-25 16:27:02',6,111,111,0,0,0,0),(2291,771,487,0,29,'2021-10-25 16:27:02',2,57,57,0,0,0,0),(2292,771,318,0,29,'2021-10-25 16:27:02',5,15,15,0,0,0,0),(2293,771,23,0,29,'2021-10-25 16:27:02',3,319.68,319.68,0,0,0,0),(2295,772,23,0,64,'2021-10-26 12:23:40',2,213.12,213.12,0,0,0,0),(2296,772,38,0,64,'2021-10-26 12:23:40',1,265.22,265.22,0,0,0,0),(2297,772,41,0,64,'2021-10-26 12:23:40',3,181.44,181.44,0,0,0,0),(2298,772,49,0,64,'2021-10-26 12:23:40',2,144,144,0,0,0,0),(2299,772,490,0,64,'2021-10-26 12:23:40',10,185,185,0,0,0,0),(2300,772,45,0,64,'2021-10-26 12:23:40',1,38.4,38.4,0,0,0,0),(2302,773,23,0,30,'2021-10-26 14:35:07',1,106.56,111.676667,0,0,5.116667,0),(2303,773,116,0,30,'2021-10-26 14:35:07',1,132,137.116667,0,0,5.116667,0),(2304,773,93,0,30,'2021-10-26 14:35:07',1,0,5.116667,0,0,5.116667,0),(2306,774,23,0,69,'2021-10-26 16:07:37',2,213.12,213.12,0,0,0,0),(2307,774,41,0,69,'2021-10-26 16:07:37',1,60.48,60.48,0,0,0,0),(2308,774,43,0,69,'2021-10-26 16:07:37',2,144,144,0,0,0,0),(2309,774,118,0,69,'2021-10-26 16:07:37',1,168,168,0,0,0,0),(2310,774,51,0,69,'2021-10-26 16:07:37',1,134.4,134.4,0,0,0,0),(2311,774,44,0,69,'2021-10-26 16:07:37',1,105.6,105.6,0,0,0,0),(2312,774,133,0,69,'2021-10-26 16:07:37',1,13,13,0,0,0,0),(2314,775,41,0,40,'2021-10-26 21:56:44',8,483.84,483.84,0,0,0,0),(2315,775,42,0,40,'2021-10-26 21:56:44',2,144,144,0,0,0,0),(2316,775,93,0,40,'2021-10-26 21:56:44',10,0,0,0,0,0,0),(2317,775,99,0,40,'2021-10-26 21:56:44',4,0,0,0,0,0,0),(2319,776,38,0,67,'2021-10-27 02:00:11',3,795.66,918.200769,0,0,122.540769,0),(2320,776,41,0,67,'2021-10-27 02:00:11',3,181.44,303.980769,0,0,122.540769,0),(2321,776,99,0,67,'2021-10-27 02:00:11',1,0,40.846923,0,0,40.846923,0),(2322,776,93,0,67,'2021-10-27 02:00:11',6,0,245.081538,0,0,245.081538,0),(2326,777,120,0,61,'2021-10-27 14:51:05',1,48,49.9975,0,0,1.9975,0),(2327,777,487,0,61,'2021-10-27 14:51:05',1,28.5,30.4975,0,0,1.9975,0),(2328,777,490,0,61,'2021-10-27 14:51:05',10,185,204.975,0,0,19.975,0),(2330,778,45,0,86,'2021-10-28 02:07:42',1,38.4,41.5025,0,0,3.1025,0),(2331,778,93,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2332,778,99,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2333,778,93,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2334,778,93,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2335,778,93,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2336,778,97,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2337,778,93,0,86,'2021-10-28 02:07:42',1,0,3.1025,0,0,3.1025,0),(2357,782,93,0,47,'2021-10-29 05:43:18',10,0,16.925,0,0,16.925,0),(2358,782,320,0,47,'2021-10-29 05:43:18',10,37.5,54.425,0,0,16.925,0),(2360,783,39,0,70,'2021-10-29 14:12:51',1,72,72,0,0,0,0),(2361,783,49,0,70,'2021-10-29 14:12:51',1,72,72,0,0,0,0),(2362,783,49,0,70,'2021-10-29 14:12:51',1,72,72,0,0,0,0),(2363,783,49,0,70,'2021-10-29 14:12:51',1,72,72,0,0,0,0),(2364,783,39,0,70,'2021-10-29 14:12:51',1,72,72,0,0,0,0),(2365,783,44,0,70,'2021-10-29 14:12:51',1,105.6,105.6,0,0,0,0),(2366,783,44,0,70,'2021-10-29 14:12:51',1,105.6,105.6,0,0,0,0),(2367,783,93,0,70,'2021-10-29 14:12:51',1,0,0,0,0,0,0),(2368,783,93,0,70,'2021-10-29 14:12:51',1,0,0,0,0,0,0),(2369,783,93,0,70,'2021-10-29 14:12:51',1,0,0,0,0,0,0),(2370,783,99,0,70,'2021-10-29 14:12:51',1,0,0,0,0,0,0),(2371,783,99,0,70,'2021-10-29 14:12:51',1,0,0,0,0,0,0),(2373,784,23,0,11,'2021-10-29 14:15:56',4,426.24,426.24,0,0,0,0),(2374,784,44,0,11,'2021-10-29 14:15:56',1,105.6,105.6,0,0,0,0),(2376,785,51,0,67,'2021-10-31 17:32:47',4,537.6,905.8,0,0,368.2,0),(2380,786,45,0,79,'2021-11-01 15:24:59',2,76.8,76.8,0,0,0,0),(2381,786,39,0,79,'2021-11-01 15:24:59',1,72,72,0,0,0,0),(2382,786,40,0,79,'2021-11-01 15:24:59',1,72,72,0,0,0,0),(2383,786,23,0,79,'2021-11-01 15:24:59',2,213.12,213.12,0,0,0,0),(2384,786,93,0,79,'2021-11-01 15:24:59',4,0,0,0,0,0,0),(2385,786,23,0,79,'2021-11-01 15:24:59',2,213.12,213.12,0,0,0,0),(2386,786,93,0,79,'2021-11-01 15:24:59',2,0,0,0,0,0,0),(2394,787,23,0,11,'2021-11-01 18:07:46',1,106.56,106.56,0,0,0,0),(2395,787,38,0,11,'2021-11-01 18:07:46',1,265.22,265.22,0,0,0,0),(2396,787,120,0,11,'2021-11-01 18:07:46',1,48,48,0,0,0,0),(2397,787,51,0,11,'2021-11-01 18:07:46',1,134.4,134.4,0,0,0,0),(2398,787,43,0,11,'2021-11-01 18:07:46',1,72,72,0,0,0,0),(2399,787,49,0,11,'2021-11-01 18:07:46',1,72,72,0,0,0,0),(2400,787,44,0,11,'2021-11-01 18:07:46',1,105.6,105.6,0,0,0,0),(2401,787,490,0,11,'2021-11-01 18:07:46',5,92.5,92.5,0,0,0,0),(2402,787,487,0,11,'2021-11-01 18:07:46',1,28.5,28.5,0,0,0,0),(2403,787,41,0,11,'2021-11-01 18:07:46',1,60.48,60.48,0,0,0,0),(2413,789,23,0,64,'2021-11-01 20:41:09',2,213.12,213.12,0,0,0,0),(2414,789,38,0,64,'2021-11-01 20:41:09',2,530.44,530.44,0,0,0,0),(2415,789,41,0,64,'2021-11-01 20:41:09',3,181.44,181.44,0,0,0,0),(2416,789,49,0,64,'2021-11-01 20:41:09',1,72,72,0,0,0,0),(2417,789,490,0,64,'2021-11-01 20:41:09',6,111,111,0,0,0,0),(2418,789,45,0,64,'2021-11-01 20:41:09',1,38.4,38.4,0,0,0,0),(2419,789,489,0,64,'2021-11-01 20:41:09',1,18.5,18.5,0,0,0,0),(2424,791,49,0,32,'2021-11-02 20:09:07',3,216,240.672,0,0,24.672,0),(2425,791,97,0,32,'2021-11-02 20:09:07',1,0,8.224,0,0,8.224,0),(2426,791,99,0,32,'2021-11-02 20:09:07',1,0,8.224,0,0,8.224,0),(2428,792,41,0,17,'2021-11-02 23:31:40',1,60.48,63.25,0,0,2.77,0),(2429,792,43,0,17,'2021-11-02 23:31:40',1,72,74.77,0,0,2.77,0),(2430,792,490,0,17,'2021-11-02 23:31:40',3,55.5,63.81,0,0,8.31,0),(2432,793,38,0,47,'2021-11-03 05:08:22',3,795.66,795.66,0,0,0,0),(2433,793,23,0,47,'2021-11-03 05:08:22',3,319.68,319.68,0,0,0,0),(2434,793,41,0,47,'2021-11-03 05:08:22',3,181.44,181.44,0,0,0,0),(2435,793,43,0,47,'2021-11-03 05:08:22',2,144,144,0,0,0,0),(2436,793,135,0,47,'2021-11-03 05:08:22',7,15.75,15.75,0,0,0,0),(2438,794,23,0,6,'2021-11-03 12:31:00',1,106.56,106.56,0,0,0,0),(2439,794,23,0,6,'2021-11-03 12:31:00',1,106.56,106.56,0,0,0,0),(2440,794,38,0,6,'2021-11-03 12:31:00',1,265.22,265.22,0,0,0,0),(2441,794,45,0,6,'2021-11-03 12:31:00',1,38.4,38.4,0,0,0,0),(2442,794,41,0,6,'2021-11-03 12:31:00',1,60.48,60.48,0,0,0,0),(2443,794,41,0,6,'2021-11-03 12:31:00',1,60.48,60.48,0,0,0,0),(2444,794,41,0,6,'2021-11-03 12:31:00',1,60.48,60.48,0,0,0,0),(2445,794,39,0,6,'2021-11-03 12:31:00',1,72,72,0,0,0,0),(2446,794,40,0,6,'2021-11-03 12:31:00',1,72,72,0,0,0,0),(2447,794,133,0,6,'2021-11-03 12:31:00',1,13,13,0,0,0,0),(2448,794,93,0,6,'2021-11-03 12:31:00',1,0,0,0,0,0,0),(2449,794,93,0,6,'2021-11-03 12:31:00',1,0,0,0,0,0,0),(2450,794,93,0,6,'2021-11-03 12:31:00',1,0,0,0,0,0,0),(2452,795,95,0,39,'2021-11-03 17:56:17',10,0,15.572727,0,0,15.572727,0),(2453,795,41,0,39,'2021-11-03 17:56:17',1,60.48,62.037273,0,0,1.557273,0),(2455,796,38,0,12,'2021-11-03 19:04:16',2,530.44,530.44,0,0,0,0),(2456,796,41,0,12,'2021-11-03 19:04:16',4,241.92,241.92,0,0,0,0),(2457,796,43,0,12,'2021-11-03 19:04:16',2,144,144,0,0,0,0),(2458,796,49,0,12,'2021-11-03 19:04:16',3,216,216,0,0,0,0),(2459,796,23,0,12,'2021-11-03 19:04:16',2,213.12,213.12,0,0,0,0),(2460,796,490,0,12,'2021-11-03 19:04:16',10,185,185,0,0,0,0),(2461,796,487,0,12,'2021-11-03 19:04:16',4,114,114,0,0,0,0),(2463,797,41,0,67,'2021-11-05 22:18:49',3,181.44,318.1,0,0,136.66,0),(2465,798,23,0,95,'2021-11-05 22:49:08',1,106.56,106.56,0,0,0,0),(2466,798,23,0,95,'2021-11-05 22:49:08',1,106.56,106.56,0,0,0,0),(2467,798,23,0,95,'2021-11-05 22:49:08',1,106.56,106.56,0,0,0,0),(2468,798,23,0,95,'2021-11-05 22:49:08',1,106.56,106.56,0,0,0,0),(2469,798,38,0,95,'2021-11-05 22:49:08',1,265.22,265.22,0,0,0,0),(2470,798,38,0,95,'2021-11-05 22:49:08',1,265.22,265.22,0,0,0,0),(2471,798,42,0,95,'2021-11-05 22:49:08',1,72,72,0,0,0,0),(2472,798,41,0,95,'2021-11-05 22:49:08',1,60.48,60.48,0,0,0,0),(2473,798,41,0,95,'2021-11-05 22:49:08',1,60.48,60.48,0,0,0,0),(2474,798,41,0,95,'2021-11-05 22:49:08',1,60.48,60.48,0,0,0,0),(2475,798,41,0,95,'2021-11-05 22:49:08',1,60.48,60.48,0,0,0,0),(2476,798,118,0,95,'2021-11-05 22:49:08',1,168,168,0,0,0,0),(2477,798,51,0,95,'2021-11-05 22:49:08',1,134.4,134.4,0,0,0,0),(2478,798,51,0,95,'2021-11-05 22:49:08',1,134.4,134.4,0,0,0,0),(2479,798,44,0,95,'2021-11-05 22:49:08',1,105.6,105.6,0,0,0,0),(2480,798,490,0,95,'2021-11-05 22:49:08',10,185,185,0,0,0,0),(2482,799,93,0,43,'2021-11-06 03:41:39',6,0,18.59,0,0,18.59,0),(2484,800,93,0,77,'2021-11-06 17:34:21',10,0,18.427778,0,0,18.427778,0),(2485,800,320,0,77,'2021-11-06 17:34:21',4,15,22.371111,0,0,7.371111,0),(2486,800,318,0,77,'2021-11-06 17:34:21',3,9,14.528333,0,0,5.528333,0),(2487,800,45,0,77,'2021-11-06 17:34:21',1,38.4,40.242778,0,0,1.842778,0),(2492,802,23,0,82,'2021-11-08 18:47:52',3,319.68,319.68,0,0,0,0),(2493,802,41,0,82,'2021-11-08 18:47:52',5,302.4,302.4,0,0,0,0),(2494,802,93,0,82,'2021-11-08 18:47:52',10,0,0,0,0,0,0),(2496,803,23,0,94,'2021-11-08 21:51:23',2,213.12,213.12,0,0,0,0),(2497,803,38,0,94,'2021-11-08 21:51:23',1,265.22,265.22,0,0,0,0),(2498,803,131,0,94,'2021-11-08 21:51:23',2,23,23,0,0,0,0),(2499,803,133,0,94,'2021-11-08 21:51:23',1,13,13,0,0,0,0),(2500,803,118,0,94,'2021-11-08 21:51:23',1,168,168,0,0,0,0),(2501,803,51,0,94,'2021-11-08 21:51:23',1,134.4,134.4,0,0,0,0),(2502,803,39,0,94,'2021-11-08 21:51:23',1,72,72,0,0,0,0),(2503,803,44,0,94,'2021-11-08 21:51:23',1,105.6,105.6,0,0,0,0),(2504,803,490,0,94,'2021-11-08 21:51:23',10,185,185,0,0,0,0),(2506,805,23,0,13,'2021-11-09 22:36:47',3,319.68,319.68,0,0,0,0),(2507,805,38,0,13,'2021-11-09 22:36:47',5,1326.1,1326.1,0,0,0,0),(2508,805,42,0,13,'2021-11-09 22:36:47',1,72,72,0,0,0,0),(2509,805,45,0,13,'2021-11-09 22:36:47',1,38.4,38.4,0,0,0,0),(2510,805,41,0,13,'2021-11-09 22:36:47',3,181.44,181.44,0,0,0,0),(2511,805,43,0,13,'2021-11-09 22:36:47',2,144,144,0,0,0,0),(2512,805,93,0,13,'2021-11-09 22:36:47',10,0,0,0,0,0,0),(2514,806,41,0,55,'2021-11-10 17:27:57',1,60.48,61.721818,0,0,1.241818,0),(2515,806,93,0,55,'2021-11-10 17:27:57',10,0,12.418182,0,0,12.418182,0),(2517,807,23,0,94,'2021-11-11 13:57:57',2,213.12,213.12,0,0,0,0),(2518,807,38,0,94,'2021-11-11 13:57:57',2,530.44,530.44,0,0,0,0),(2519,807,131,0,94,'2021-11-11 13:57:57',4,46,46,0,0,0,0),(2520,807,133,0,94,'2021-11-11 13:57:57',1,13,13,0,0,0,0),(2521,807,490,0,94,'2021-11-11 13:57:57',10,185,185,0,0,0,0),(2523,808,38,0,52,'2021-11-12 21:32:14',2,530.44,530.44,0,0,0,0),(2524,808,23,0,52,'2021-11-12 21:32:14',4,426.24,426.24,0,0,0,0),(2525,808,43,0,52,'2021-11-12 21:32:14',2,144,144,0,0,0,0),(2526,808,93,0,52,'2021-11-12 21:32:14',3,0,0,0,0,0,0),(2527,808,95,0,52,'2021-11-12 21:32:14',3,0,0,0,0,0,0),(2529,809,93,0,14,'2021-11-12 23:12:57',5,0,4.411538,0,0,4.411538,0),(2530,809,95,0,14,'2021-11-12 23:12:57',1,0,0.882308,0,0,0.882308,0),(2531,809,93,0,14,'2021-11-12 23:12:57',1,0,0.882308,0,0,0.882308,0),(2532,809,148,0,14,'2021-11-12 23:12:57',6,45,50.293846,0,0,5.293846,0),(2540,811,41,0,82,'2021-11-15 21:58:11',1,60.48,69.315,0,0,8.835,0),(2541,811,23,0,82,'2021-11-15 21:58:11',1,106.56,115.395,0,0,8.835,0),(2543,812,38,0,12,'2021-11-15 23:32:58',1,265.22,265.22,0,0,0,0),(2544,812,490,0,12,'2021-11-15 23:32:58',10,185,185,0,0,0,0),(2545,812,487,0,12,'2021-11-15 23:32:58',4,114,114,0,0,0,0),(2547,813,23,0,12,'2021-11-15 23:36:14',2,213.12,213.12,0,0,0,0),(2548,813,41,0,12,'2021-11-15 23:36:14',2,120.96,120.96,0,0,0,0),(2549,813,490,0,12,'2021-11-15 23:36:14',10,185,185,0,0,0,0),(2551,814,93,0,58,'2021-11-16 14:06:07',6,0,14.886667,0,0,14.886667,0),(2552,814,97,0,58,'2021-11-16 14:06:07',3,0,7.443333,0,0,7.443333,0),(2554,815,99,0,39,'2021-11-16 19:20:00',1,0,5.23,0,0,5.23,0),(2555,815,49,0,39,'2021-11-16 19:20:00',1,72,77.23,0,0,5.23,0),(2556,815,43,0,39,'2021-11-16 19:20:00',1,72,77.23,0,0,5.23,0),(2557,815,42,0,39,'2021-11-16 19:20:00',1,72,77.23,0,0,5.23,0),(2558,815,23,0,39,'2021-11-16 19:20:00',1,106.56,111.79,0,0,5.23,0),(2560,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2561,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2562,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2563,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2564,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2565,816,490,0,95,'2021-11-16 22:46:18',1,18.5,23.054444,0,0,4.554444,0),(2566,816,487,0,95,'2021-11-16 22:46:18',1,28.5,33.054444,0,0,4.554444,0),(2567,816,487,0,95,'2021-11-16 22:46:18',1,28.5,33.054444,0,0,4.554444,0),(2568,816,487,0,95,'2021-11-16 22:46:18',1,28.5,33.054444,0,0,4.554444,0),(2570,817,490,0,25,'2021-11-17 02:34:08',8,148,176.832,0,0,28.832,0),(2571,817,488,0,25,'2021-11-17 02:34:08',1,28.5,32.104,0,0,3.604,0),(2572,817,487,0,25,'2021-11-17 02:34:08',1,28.5,32.104,0,0,3.604,0),(2574,819,45,0,11,'2021-11-18 21:30:01',1,38.4,38.4,0,0,0,0),(2575,819,23,0,11,'2021-11-18 21:30:01',2,213.12,213.12,0,0,0,0),(2576,819,51,0,11,'2021-11-18 21:30:01',1,134.4,134.4,0,0,0,0),(2577,819,487,0,11,'2021-11-18 21:30:01',1,28.5,28.5,0,0,0,0),(2578,819,41,0,11,'2021-11-18 21:30:01',2,120.96,120.96,0,0,0,0),(2579,819,42,0,11,'2021-11-18 21:30:01',1,72,72,0,0,0,0),(2581,820,118,0,96,'2021-11-18 21:52:22',2,336,336,0,0,0,0),(2582,820,45,0,96,'2021-11-18 21:52:22',1,38.4,38.4,0,0,0,0),(2583,820,49,0,96,'2021-11-18 21:52:22',1,72,72,0,0,0,0),(2584,820,43,0,96,'2021-11-18 21:52:22',1,72,72,0,0,0,0),(2585,820,97,0,96,'2021-11-18 21:52:22',3,0,0,0,0,0,0),(2586,820,99,0,96,'2021-11-18 21:52:22',1,0,0,0,0,0,0),(2587,820,93,0,96,'2021-11-18 21:52:22',10,0,0,0,0,0,0),(2588,820,95,0,96,'2021-11-18 21:52:22',10,0,0,0,0,0,0),(2590,821,93,0,22,'2021-11-19 18:46:54',10,0,12.99,0,0,12.99,0),(2597,823,490,0,90,'2021-11-19 22:58:37',5,92.5,92.5,0,0,0,0),(2598,823,42,0,90,'2021-11-19 22:58:37',2,144,144,0,0,0,0),(2599,823,43,0,90,'2021-11-19 22:58:37',2,144,144,0,0,0,0),(2600,823,487,0,90,'2021-11-19 22:58:37',5,142.5,142.5,0,0,0,0),(2602,824,42,0,90,'2021-11-19 23:02:29',2,144,144,0,0,0,0),(2603,824,43,0,90,'2021-11-19 23:02:29',4,288,288,0,0,0,0),(2604,824,120,0,90,'2021-11-19 23:02:29',1,48,48,0,0,0,0),(2605,824,488,0,90,'2021-11-19 23:02:29',1,28.5,28.5,0,0,0,0),(2606,824,490,0,90,'2021-11-19 23:02:29',5,92.5,92.5,0,0,0,0),(2608,825,43,0,90,'2021-11-19 23:11:02',2,144,144,0,0,0,0),(2609,825,42,0,90,'2021-11-19 23:11:02',2,144,144,0,0,0,0),(2610,825,488,0,90,'2021-11-19 23:11:02',1,28.5,28.5,0,0,0,0),(2611,825,487,0,90,'2021-11-19 23:11:02',2,57,57,0,0,0,0),(2612,825,490,0,90,'2021-11-19 23:11:02',5,92.5,92.5,0,0,0,0),(2613,825,488,0,90,'2021-11-19 23:11:02',2,57,57,0,0,0,0),(2615,826,42,0,90,'2021-11-19 23:19:03',1,72,72,0,0,0,0),(2616,826,43,0,90,'2021-11-19 23:19:03',1,72,72,0,0,0,0),(2617,826,49,0,90,'2021-11-19 23:19:03',1,72,72,0,0,0,0),(2618,826,490,0,90,'2021-11-19 23:19:03',5,92.5,92.5,0,0,0,0),(2619,826,38,0,90,'2021-11-19 23:19:03',1,265.22,265.22,0,0,0,0),(2621,822,23,0,57,'2021-11-19 21:05:04',1,106.56,106.56,0,0,0,0),(2622,822,38,0,57,'2021-11-19 21:05:04',1,265.22,265.22,0,0,0,0),(2623,822,41,0,57,'2021-11-19 21:05:04',1,60.48,60.48,0,0,0,0),(2624,822,23,0,57,'2021-11-19 21:05:04',1,106.56,106.56,0,0,0,0),(2626,827,23,0,50,'2021-11-21 19:22:37',1,106.56,108.981111,0,0,2.421111,0),(2627,827,41,0,50,'2021-11-21 19:22:37',1,60.48,62.901111,0,0,2.421111,0),(2628,827,490,0,50,'2021-11-21 19:22:37',5,92.5,104.605556,0,0,12.105556,0),(2629,827,133,0,50,'2021-11-21 19:22:37',1,13,15.421111,0,0,2.421111,0),(2630,827,120,0,50,'2021-11-21 19:22:37',1,48,50.421111,0,0,2.421111,0),(2632,828,23,0,50,'2021-11-22 14:39:29',-1,-106.56,-108.981111,0,0,-2.421111,0),(2633,828,41,0,50,'2021-11-22 14:39:29',-1,-60.48,-62.901111,0,0,-2.421111,0),(2634,828,490,0,50,'2021-11-22 14:39:29',-5,-92.5,-104.605556,0,0,-12.105556,0),(2635,828,133,0,50,'2021-11-22 14:39:29',-1,-13,-15.421111,0,0,-2.421111,0),(2636,828,120,0,50,'2021-11-22 14:39:29',-1,-48,-50.421111,0,0,-2.421111,0),(2638,829,23,0,50,'2021-11-22 14:49:42',2,213.12,213.12,0,0,0,0),(2639,829,41,0,50,'2021-11-22 14:49:42',1,60.48,60.48,0,0,0,0),(2640,829,120,0,50,'2021-11-22 14:49:42',1,48,48,0,0,0,0),(2641,829,490,0,50,'2021-11-22 14:49:42',10,185,185,0,0,0,0),(2643,830,42,0,70,'2021-11-22 15:28:12',1,72,75.8975,0,0,3.8975,0),(2644,830,42,0,70,'2021-11-22 15:28:12',1,72,75.8975,0,0,3.8975,0),(2645,830,99,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2646,830,99,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2647,830,41,0,70,'2021-11-22 15:28:12',1,60.48,64.3775,0,0,3.8975,0),(2648,830,41,0,70,'2021-11-22 15:28:12',1,60.48,64.3775,0,0,3.8975,0),(2649,830,49,0,70,'2021-11-22 15:28:12',1,72,75.8975,0,0,3.8975,0),(2650,830,44,0,70,'2021-11-22 15:28:12',1,105.6,109.4975,0,0,3.8975,0),(2651,830,99,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2652,830,93,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2653,830,93,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2654,830,93,0,70,'2021-11-22 15:28:12',1,0,3.8975,0,0,3.8975,0),(2656,831,93,0,30,'2021-11-22 16:12:59',1,0,4.07,0,0,4.07,0),(2657,831,23,0,30,'2021-11-22 16:12:59',4,426.24,442.52,0,0,16.28,0),(2659,832,490,0,90,'2021-11-22 18:41:46',5,92.5,104.21,0,0,11.71,0),(2661,833,490,0,90,'2021-11-22 18:44:54',10,185,201.44,0,0,16.44,0),(2663,834,51,0,12,'2021-11-22 21:48:48',2,268.8,268.8,0,0,0,0),(2664,834,118,0,12,'2021-11-22 21:48:48',1,168,168,0,0,0,0),(2665,834,120,0,12,'2021-11-22 21:48:48',2,96,96,0,0,0,0),(2666,834,43,0,12,'2021-11-22 21:48:48',1,72,72,0,0,0,0),(2667,834,49,0,12,'2021-11-22 21:48:48',2,144,144,0,0,0,0),(2668,834,490,0,12,'2021-11-22 21:48:48',10,185,185,0,0,0,0),(2669,834,487,0,12,'2021-11-22 21:48:48',2,57,57,0,0,0,0),(2671,835,490,0,17,'2021-11-22 22:42:51',3,55.5,63.968571,0,0,8.468571,0),(2672,835,23,0,17,'2021-11-22 22:42:51',1,106.56,109.382857,0,0,2.822857,0),(2673,835,51,0,17,'2021-11-22 22:42:51',1,134.4,137.222857,0,0,2.822857,0),(2674,835,39,0,17,'2021-11-22 22:42:51',1,72,74.822857,0,0,2.822857,0),(2675,835,40,0,17,'2021-11-22 22:42:51',1,72,74.822857,0,0,2.822857,0),(2682,837,41,0,81,'2021-11-23 13:15:30',1,60.48,62.052667,0,0,1.572667,0),(2683,837,41,0,81,'2021-11-23 13:15:30',1,60.48,62.052667,0,0,1.572667,0),(2684,837,93,0,81,'2021-11-23 13:15:30',1,0,1.572667,0,0,1.572667,0),(2685,837,99,0,81,'2021-11-23 13:15:30',1,0,1.572667,0,0,1.572667,0),(2686,837,97,0,81,'2021-11-23 13:15:30',1,0,1.572667,0,0,1.572667,0),(2687,837,93,0,81,'2021-11-23 13:15:30',4,0,6.290667,0,0,6.290667,0),(2688,837,137,0,81,'2021-11-23 13:15:30',6,33,42.436,0,0,9.436,0),(2693,838,488,0,54,'2021-11-23 18:51:57',1,28.5,35.435,0,0,6.935,0),(2694,838,487,0,54,'2021-11-23 18:51:57',1,28.5,35.435,0,0,6.935,0),(2696,839,51,0,98,'2021-11-24 20:36:46',2,268.8,268.8,0,0,0,0),(2697,839,38,0,98,'2021-11-24 20:36:46',2,530.44,530.44,0,0,0,0),(2698,839,93,0,98,'2021-11-24 20:36:46',10,0,0,0,0,0,0),(2699,839,41,0,98,'2021-11-24 20:36:46',2,120.96,120.96,0,0,0,0),(2701,840,97,0,49,'2021-11-27 17:38:53',2,0,8.52,0,0,8.52,0),(2702,840,99,0,49,'2021-11-27 17:38:53',1,0,4.26,0,0,4.26,0),(2704,841,38,0,99,'2021-11-28 02:58:16',1,265.22,267.31,0,0,2.09,0),(2705,841,120,0,99,'2021-11-28 02:58:16',1,48,50.09,0,0,2.09,0),(2706,841,97,0,99,'2021-11-28 02:58:16',2,0,4.18,0,0,4.18,0),(2707,841,318,0,99,'2021-11-28 02:58:16',3,9,15.27,0,0,6.27,0),(2708,841,93,0,99,'2021-11-28 02:58:16',10,0,20.9,0,0,20.9,0),(2709,841,95,0,99,'2021-11-28 02:58:16',2,0,4.18,0,0,4.18,0),(2710,841,51,0,99,'2021-11-28 02:58:16',1,134.4,136.49,0,0,2.09,0),(2711,841,45,0,99,'2021-11-28 02:58:16',1,38.4,40.49,0,0,2.09,0),(2713,842,93,0,83,'2021-11-28 13:31:29',10,0,13.192308,0,0,13.192308,0),(2714,842,133,0,83,'2021-11-28 13:31:29',3,39,42.957692,0,0,3.957692,0),(2716,844,23,0,82,'2021-11-28 21:41:31',2,213.12,225.513333,0,0,12.393333,0),(2717,844,41,0,82,'2021-11-28 21:41:31',1,60.48,66.676667,0,0,6.196667,0),(2719,845,23,0,74,'2021-11-29 07:24:22',3,319.68,319.68,0,0,0,0),(2720,845,38,0,74,'2021-11-29 07:24:22',2,530.44,530.44,0,0,0,0),(2721,845,41,0,74,'2021-11-29 07:24:22',4,241.92,241.92,0,0,0,0),(2722,845,39,0,74,'2021-11-29 07:24:22',2,144,144,0,0,0,0),(2723,845,43,0,74,'2021-11-29 07:24:22',4,288,288,0,0,0,0),(2724,845,93,0,74,'2021-11-29 07:24:22',10,0,0,0,0,0,0),(2725,845,99,0,74,'2021-11-29 07:24:22',3,0,0,0,0,0,0),(2727,846,44,0,70,'2021-11-29 14:52:56',1,105.6,105.6,0,0,0,0),(2728,846,44,0,70,'2021-11-29 14:52:56',1,105.6,105.6,0,0,0,0),(2729,846,44,0,70,'2021-11-29 14:52:56',1,105.6,105.6,0,0,0,0),(2730,846,44,0,70,'2021-11-29 14:52:56',1,105.6,105.6,0,0,0,0),(2731,846,49,0,70,'2021-11-29 14:52:56',1,72,72,0,0,0,0),(2732,846,49,0,70,'2021-11-29 14:52:56',1,72,72,0,0,0,0),(2734,847,23,0,94,'2021-11-29 19:30:18',2,213.12,213.12,0,0,0,0),(2735,847,38,0,94,'2021-11-29 19:30:18',2,530.44,530.44,0,0,0,0),(2736,847,131,0,94,'2021-11-29 19:30:18',4,46,46,0,0,0,0),(2737,847,490,0,94,'2021-11-29 19:30:18',10,185,185,0,0,0,0),(2738,847,41,0,94,'2021-11-29 19:30:18',1,60.48,60.48,0,0,0,0),(2740,848,41,0,94,'2021-11-29 19:42:48',2,120.96,135.47,0,0,14.51,0),(2742,849,93,0,40,'2021-11-29 19:52:19',10,0,25.21,0,0,25.21,0),(2744,850,93,0,40,'2021-11-29 19:54:07',10,0,25.21,0,0,25.21,0),(2750,853,97,0,35,'2021-11-29 20:55:20',1,0,2.528,0,0,2.528,0),(2751,853,93,0,35,'2021-11-29 20:55:20',1,0,2.528,0,0,2.528,0),(2752,853,93,0,35,'2021-11-29 20:55:20',1,0,2.528,0,0,2.528,0),(2753,853,97,0,35,'2021-11-29 20:55:20',1,0,2.528,0,0,2.528,0),(2754,853,41,0,35,'2021-11-29 20:55:20',1,60.48,63.008,0,0,2.528,0),(2756,854,93,0,22,'2021-11-29 21:02:36',10,0,12.96,0,0,12.96,0),(2758,855,95,0,22,'2021-11-29 21:06:42',10,0,12.96,0,0,12.96,0),(2760,856,49,0,32,'2021-11-30 01:11:55',3,216,231.145714,0,0,15.145714,0),(2761,856,41,0,32,'2021-11-30 01:11:55',1,60.48,65.528571,0,0,5.048571,0),(2762,856,133,0,32,'2021-11-30 01:11:55',1,13,18.048571,0,0,5.048571,0),(2763,856,133,0,32,'2021-11-30 01:11:55',1,13,18.048571,0,0,5.048571,0),(2764,856,133,0,32,'2021-11-30 01:11:55',1,13,18.048571,0,0,5.048571,0),(2766,857,23,0,49,'2021-11-30 16:59:53',2,213.12,215.013333,0,0,1.893333,0),(2767,857,41,0,49,'2021-11-30 16:59:53',2,120.96,122.853333,0,0,1.893333,0),(2768,857,137,0,49,'2021-11-30 16:59:53',15,82.5,96.7,0,0,14.2,0),(2769,857,93,0,49,'2021-11-30 16:59:53',2,0,1.893333,0,0,1.893333,0),(2776,859,42,0,40,'2021-12-01 22:29:14',3,216,241.56,0,0,25.56,0),(2778,860,38,0,62,'2021-12-02 01:05:20',1,265.22,265.22,0,0,0,0),(2779,860,44,0,62,'2021-12-02 01:05:20',1,105.6,105.6,0,0,0,0),(2780,860,133,0,62,'2021-12-02 01:05:20',1,13,13,0,0,0,0),(2781,860,45,0,62,'2021-12-02 01:05:20',3,115.2,115.2,0,0,0,0),(2782,860,41,0,62,'2021-12-02 01:05:20',4,241.92,241.92,0,0,0,0),(2783,860,43,0,62,'2021-12-02 01:05:20',2,144,144,0,0,0,0),(2784,860,44,0,62,'2021-12-02 01:05:20',3,316.8,316.8,0,0,0,0),(2785,860,133,0,62,'2021-12-02 01:05:20',4,52,52,0,0,0,0),(2787,861,490,0,11,'2021-12-02 16:30:18',10,185,185,0,0,0,0),(2788,861,45,0,11,'2021-12-02 16:30:18',1,38.4,38.4,0,0,0,0),(2789,861,118,0,11,'2021-12-02 16:30:18',1,168,168,0,0,0,0),(2790,861,120,0,11,'2021-12-02 16:30:18',2,96,96,0,0,0,0),(2791,861,43,0,11,'2021-12-02 16:30:18',2,144,144,0,0,0,0),(2792,861,51,0,11,'2021-12-02 16:30:18',1,134.4,134.4,0,0,0,0),(2794,862,93,0,86,'2021-12-03 16:32:36',1,0,5.65,0,0,5.65,0),(2795,862,97,0,86,'2021-12-03 16:32:36',1,0,5.65,0,0,5.65,0),(2796,862,99,0,86,'2021-12-03 16:32:36',1,0,5.65,0,0,5.65,0),(2798,863,23,0,17,'2021-12-03 16:45:40',1,106.56,114.74,0,0,8.18,0),(2799,863,38,0,17,'2021-12-03 16:45:40',1,265.22,273.4,0,0,8.18,0),(2801,864,23,0,6,'2021-12-04 19:57:55',3,319.68,319.68,0,0,0,0),(2802,864,38,0,6,'2021-12-04 19:57:55',1,265.22,265.22,0,0,0,0),(2803,864,45,0,6,'2021-12-04 19:57:55',2,76.8,76.8,0,0,0,0),(2804,864,41,0,6,'2021-12-04 19:57:55',3,181.44,181.44,0,0,0,0),(2805,864,116,0,6,'2021-12-04 19:57:55',2,264,264,0,0,0,0),(2806,864,43,0,6,'2021-12-04 19:57:55',1,72,72,0,0,0,0),(2807,864,49,0,6,'2021-12-04 19:57:55',2,144,144,0,0,0,0),(2808,864,39,0,6,'2021-12-04 19:57:55',2,144,144,0,0,0,0),(2809,864,93,0,6,'2021-12-04 19:57:55',4,0,0,0,0,0,0),(2813,866,488,0,33,'2021-12-05 14:29:54',1,28.5,31.268,0,0,2.768,0),(2814,866,137,0,33,'2021-12-05 14:29:54',1,5.5,8.268,0,0,2.768,0),(2815,866,490,0,33,'2021-12-05 14:29:54',3,55.5,63.804,0,0,8.304,0),(2817,868,93,0,79,'2021-12-06 17:44:40',10,0,0,0,0,0,0),(2818,868,39,0,79,'2021-12-06 17:44:40',2,144,144,0,0,0,0),(2819,868,40,0,79,'2021-12-06 17:44:40',2,144,144,0,0,0,0),(2820,868,45,0,79,'2021-12-06 17:44:40',3,115.2,115.2,0,0,0,0),(2821,868,23,0,79,'2021-12-06 17:44:40',1,106.56,106.56,0,0,0,0),(2827,869,38,0,76,'2021-12-06 17:51:10',1,265.22,265.22,0,0,0,0),(2828,869,51,0,76,'2021-12-06 17:51:10',1,134.4,134.4,0,0,0,0),(2829,869,49,0,76,'2021-12-06 17:51:10',1,72,72,0,0,0,0),(2830,869,118,0,76,'2021-12-06 17:51:10',1,168,168,0,0,0,0),(2831,869,45,0,76,'2021-12-06 17:51:10',1,38.4,38.4,0,0,0,0),(2832,869,93,0,76,'2021-12-06 17:51:10',10,0,0,0,0,0,0),(2833,869,95,0,76,'2021-12-06 17:51:10',10,0,0,0,0,0,0),(2834,869,97,0,76,'2021-12-06 17:51:10',2,0,0,0,0,0,0),(2835,869,99,0,76,'2021-12-06 17:51:10',2,0,0,0,0,0,0),(2842,872,41,0,94,'2021-12-08 00:37:47',2,120.96,120.96,0,0,0,0),(2843,872,23,0,94,'2021-12-08 00:37:47',3,319.68,319.68,0,0,0,0),(2844,872,38,0,94,'2021-12-08 00:37:47',2,530.44,530.44,0,0,0,0),(2845,872,51,0,94,'2021-12-08 00:37:47',1,134.4,134.4,0,0,0,0),(2846,872,43,0,94,'2021-12-08 00:37:47',1,72,72,0,0,0,0),(2847,872,118,0,94,'2021-12-08 00:37:47',1,168,168,0,0,0,0),(2848,872,488,0,94,'2021-12-08 00:37:47',2,57,57,0,0,0,0),(2849,872,487,0,94,'2021-12-08 00:37:47',1,28.5,28.5,0,0,0,0),(2850,872,131,0,94,'2021-12-08 00:37:47',4,46,46,0,0,0,0),(2852,873,23,0,97,'2021-12-08 15:37:20',1,106.56,109.081,0,0,2.521,0),(2853,873,51,0,97,'2021-12-08 15:37:20',1,134.4,136.921,0,0,2.521,0),(2854,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2855,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2856,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2857,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2858,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2859,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2860,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2861,873,93,0,97,'2021-12-08 15:37:20',1,0,2.521,0,0,2.521,0),(2869,875,41,0,81,'2021-12-08 18:46:40',3,181.44,193.05,0,0,11.61,0),(2870,875,99,0,81,'2021-12-08 18:46:40',2,0,7.74,0,0,7.74,0),(2872,876,23,0,12,'2021-12-08 18:55:01',4,426.24,426.24,0,0,0,0),(2873,876,44,0,12,'2021-12-08 18:55:01',2,211.2,211.2,0,0,0,0),(2874,876,490,0,12,'2021-12-08 18:55:01',10,185,185,0,0,0,0),(2875,876,38,0,12,'2021-12-08 18:55:01',1,265.22,265.22,0,0,0,0),(2876,876,42,0,12,'2021-12-08 18:55:01',1,72,72,0,0,0,0),(2880,878,23,0,95,'2021-12-09 00:26:08',3,319.68,319.68,0,0,0,0),(2881,878,38,0,95,'2021-12-09 00:26:08',1,265.22,265.22,0,0,0,0),(2882,878,42,0,95,'2021-12-09 00:26:08',1,72,72,0,0,0,0),(2883,878,41,0,95,'2021-12-09 00:26:08',2,120.96,120.96,0,0,0,0),(2884,878,51,0,95,'2021-12-09 00:26:08',1,134.4,134.4,0,0,0,0),(2885,878,43,0,95,'2021-12-09 00:26:08',3,216,216,0,0,0,0),(2886,878,490,0,95,'2021-12-09 00:26:08',10,185,185,0,0,0,0),(2890,880,41,0,46,'2021-12-10 19:04:38',1,60.48,63.2925,0,0,2.8125,0),(2891,880,43,0,46,'2021-12-10 19:04:38',2,144,149.625,0,0,5.625,0),(2892,880,93,0,46,'2021-12-10 19:04:38',5,0,14.0625,0,0,14.0625,0),(2894,881,99,0,19,'2021-12-11 11:16:13',2,0,16.49,0,0,16.49,0),(2896,882,93,0,54,'2021-12-11 13:58:17',10,0,15.27,0,0,15.27,0),(2898,883,93,0,54,'2021-12-11 17:46:08',10,0,15.27,0,0,15.27,0),(2900,884,99,0,54,'2021-12-11 20:28:49',1,0,13.84,0,0,13.84,0),(2902,885,23,0,82,'2021-12-11 21:15:12',2,213.12,219.175556,0,0,6.055556,0),(2903,885,45,0,82,'2021-12-11 21:15:12',1,38.4,41.427778,0,0,3.027778,0),(2904,885,41,0,82,'2021-12-11 21:15:12',2,120.96,127.015556,0,0,6.055556,0),(2905,885,490,0,82,'2021-12-11 21:15:12',4,74,86.111111,0,0,12.111111,0),(2907,886,45,0,11,'2021-12-13 16:20:10',2,76.8,76.8,0,0,0,0),(2908,886,41,0,11,'2021-12-13 16:20:10',1,60.48,60.48,0,0,0,0),(2909,886,487,0,11,'2021-12-13 16:20:10',1,28.5,28.5,0,0,0,0),(2910,886,23,0,11,'2021-12-13 16:20:10',1,106.56,106.56,0,0,0,0),(2911,886,41,0,11,'2021-12-13 16:20:10',2,120.96,120.96,0,0,0,0),(2912,886,43,0,11,'2021-12-13 16:20:10',1,72,72,0,0,0,0),(2913,886,131,0,11,'2021-12-13 16:20:10',3,34.5,34.5,0,0,0,0),(2914,886,144,0,11,'2021-12-13 16:20:10',2,2.5,2.5,0,0,0,0),(2915,886,144,0,11,'2021-12-13 16:20:10',2,2.5,2.5,0,0,0,0),(2917,888,23,0,51,'2021-12-14 14:54:27',1,106.56,108.513684,0,0,1.953684,0),(2918,888,51,0,51,'2021-12-14 14:54:27',1,134.4,136.353684,0,0,1.953684,0),(2919,888,43,0,51,'2021-12-14 14:54:27',1,72,73.953684,0,0,1.953684,0),(2920,888,44,0,51,'2021-12-14 14:54:27',1,105.6,107.553684,0,0,1.953684,0),(2921,888,93,0,51,'2021-12-14 14:54:27',5,0,9.768421,0,0,9.768421,0),(2922,888,99,0,51,'2021-12-14 14:54:27',1,0,1.953684,0,0,1.953684,0),(2923,888,137,0,51,'2021-12-14 14:54:27',6,33,44.722105,0,0,11.722105,0),(2924,888,144,0,51,'2021-12-14 14:54:27',3,3.75,9.611053,0,0,5.861053,0),(2926,889,99,0,39,'2021-12-14 16:24:33',1,0,1.892308,0,0,1.892308,0),(2927,889,41,0,39,'2021-12-14 16:24:33',2,120.96,124.744615,0,0,3.784615,0),(2928,889,95,0,39,'2021-12-14 16:24:33',10,0,18.923077,0,0,18.923077,0),(2930,890,93,0,86,'2021-12-14 17:34:17',5,0,21.988889,0,0,21.988889,0),(2931,890,97,0,86,'2021-12-14 17:34:17',2,0,8.795556,0,0,8.795556,0),(2932,890,99,0,86,'2021-12-14 17:34:17',2,0,8.795556,0,0,8.795556,0),(2934,891,42,0,53,'2021-12-14 22:49:09',1,72,75.967143,0,0,3.967143,0),(2935,891,41,0,53,'2021-12-14 22:49:09',4,241.92,257.788571,0,0,15.868571,0),(2936,891,49,0,53,'2021-12-14 22:49:09',2,144,151.934286,0,0,7.934286,0),(2940,893,490,0,50,'2021-12-16 21:54:06',10,185,203.72,0,0,18.72,0),(2942,894,23,0,69,'2021-12-18 15:46:12',2,213.12,224.2825,0,0,11.1625,0),(2943,894,41,0,69,'2021-12-18 15:46:12',1,60.48,66.06125,0,0,5.58125,0),(2944,894,43,0,69,'2021-12-18 15:46:12',2,144,155.1625,0,0,11.1625,0),(2945,894,49,0,69,'2021-12-18 15:46:12',2,144,155.1625,0,0,11.1625,0),(2946,894,120,0,69,'2021-12-18 15:46:12',1,48,53.58125,0,0,5.58125,0),(2948,895,23,0,57,'2021-12-19 18:57:54',1,106.56,106.56,0,0,0,0),(2949,895,38,0,57,'2021-12-19 18:57:54',2,530.44,530.44,0,0,0,0),(2950,895,45,0,57,'2021-12-19 18:57:54',1,38.4,38.4,0,0,0,0),(2951,895,93,0,57,'2021-12-19 18:57:54',5,0,0,0,0,0,0),(2953,896,490,0,25,'2021-12-20 06:16:33',4,74,98.291429,0,0,24.291429,0),(2954,896,23,0,25,'2021-12-20 06:16:33',2,213.12,225.265714,0,0,12.145714,0),(2955,896,41,0,25,'2021-12-20 06:16:33',3,181.44,199.658571,0,0,18.218571,0),(2956,896,51,0,25,'2021-12-20 06:16:33',1,134.4,140.472857,0,0,6.072857,0),(2957,896,49,0,25,'2021-12-20 06:16:33',2,144,156.145714,0,0,12.145714,0),(2958,896,45,0,25,'2021-12-20 06:16:33',1,38.4,44.472857,0,0,6.072857,0),(2959,896,44,0,25,'2021-12-20 06:16:33',1,105.6,111.672857,0,0,6.072857,0),(2961,897,490,0,90,'2021-12-20 15:42:08',10,185,185,0,0,0,0),(2962,897,43,0,90,'2021-12-20 15:42:08',2,144,144,0,0,0,0),(2963,897,42,0,90,'2021-12-20 15:42:08',2,144,144,0,0,0,0),(2964,897,487,0,90,'2021-12-20 15:42:08',1,28.5,28.5,0,0,0,0),(2965,897,41,0,90,'2021-12-20 15:42:08',4,241.92,241.92,0,0,0,0),(2973,898,43,0,90,'2021-12-20 15:49:22',3,216,216,0,0,0,0),(2974,898,49,0,90,'2021-12-20 15:49:22',1,72,72,0,0,0,0),(2975,898,45,0,90,'2021-12-20 15:49:22',1,38.4,38.4,0,0,0,0),(2976,898,487,0,90,'2021-12-20 15:49:22',1,28.5,28.5,0,0,0,0),(2977,898,490,0,90,'2021-12-20 15:49:22',10,185,185,0,0,0,0),(2979,899,490,0,90,'2021-12-20 15:54:35',10,185,185,0,0,0,0),(2980,899,49,0,90,'2021-12-20 15:54:35',2,144,144,0,0,0,0),(2981,899,41,0,90,'2021-12-20 15:54:35',3,181.44,181.44,0,0,0,0),(2983,900,39,0,90,'2021-12-20 16:01:53',3,216,216,0,0,0,0),(2984,900,41,0,90,'2021-12-20 16:01:53',2,120.96,120.96,0,0,0,0),(2985,900,490,0,90,'2021-12-20 16:01:53',10,185,185,0,0,0,0),(2987,901,43,0,90,'2021-12-20 17:15:25',-3,-216,-216,0,0,0,0),(2988,901,49,0,90,'2021-12-20 17:15:25',-1,-72,-72,0,0,0,0),(2989,901,45,0,90,'2021-12-20 17:15:25',-1,-38.4,-38.4,0,0,0,0),(2990,901,487,0,90,'2021-12-20 17:15:25',-1,-28.5,-28.5,0,0,0,0),(2991,901,490,0,90,'2021-12-20 17:15:25',-10,-185,-185,0,0,0,0),(2992,902,39,0,90,'2021-12-20 17:23:01',2,144,144,0,0,0,0),(2993,902,43,0,90,'2021-12-20 17:23:01',2,144,144,0,0,0,0),(2994,902,49,0,90,'2021-12-20 17:23:01',1,72,72,0,0,0,0),(2995,902,490,0,90,'2021-12-20 17:23:01',10,185,185,0,0,0,0),(2996,902,487,0,90,'2021-12-20 17:23:01',1,28.5,28.5,0,0,0,0),(2998,903,93,0,74,'2021-12-20 22:34:45',10,0,22.3,0,0,22.3,0),(3000,904,23,0,52,'2021-12-21 13:47:38',6,639.36,682.662857,0,0,43.302857,0),(3001,904,38,0,52,'2021-12-21 13:47:38',1,265.22,272.437143,0,0,7.217143,0),(3003,906,42,0,77,'2021-12-21 19:17:59',1,72,74.355909,0,0,2.355909,0),(3004,906,320,0,77,'2021-12-21 19:17:59',4,15,24.423636,0,0,9.423636,0),(3005,906,137,0,77,'2021-12-21 19:17:59',3,16.5,23.567727,0,0,7.067727,0),(3006,906,93,0,77,'2021-12-21 19:17:59',10,0,23.559091,0,0,23.559091,0),(3007,906,41,0,77,'2021-12-21 19:17:59',3,181.44,188.507727,0,0,7.067727,0),(3008,906,45,0,77,'2021-12-21 19:17:59',1,38.4,40.755909,0,0,2.355909,0),(3022,909,23,0,64,'2021-12-22 20:27:05',2,213.12,213.12,0,0,0,0),(3023,909,38,0,64,'2021-12-22 20:27:05',2,530.44,530.44,0,0,0,0),(3024,909,49,0,64,'2021-12-22 20:27:05',1,72,72,0,0,0,0),(3025,909,490,0,64,'2021-12-22 20:27:05',6,111,111,0,0,0,0),(3026,909,45,0,64,'2021-12-22 20:27:05',1,38.4,38.4,0,0,0,0),(3027,909,41,0,64,'2021-12-22 20:27:05',2,120.96,120.96,0,0,0,0),(3028,909,488,0,64,'2021-12-22 20:27:05',1,28.5,28.5,0,0,0,0),(3030,910,49,0,32,'2021-12-22 21:11:33',3,216,232.098462,0,0,16.098462,0),(3031,910,45,0,32,'2021-12-22 21:11:33',2,76.8,87.532308,0,0,10.732308,0),(3032,910,41,0,32,'2021-12-22 21:11:33',3,181.44,197.538462,0,0,16.098462,0),(3033,910,93,0,32,'2021-12-22 21:11:33',5,0,26.830769,0,0,26.830769,0),(3035,911,45,0,86,'2021-12-24 21:59:51',2,76.8,93.25,0,0,16.45,0),(3037,912,23,0,67,'2021-12-26 23:30:32',1,106.56,262.503333,0,0,155.943333,0),(3038,912,38,0,67,'2021-12-26 23:30:32',1,265.22,421.163333,0,0,155.943333,0),(3039,912,51,0,67,'2021-12-26 23:30:32',1,134.4,290.343333,0,0,155.943333,0),(3043,913,51,0,67,'2021-12-26 23:36:41',3,403.2,587.858182,0,0,184.658182,0),(3044,913,41,0,67,'2021-12-26 23:36:41',3,181.44,366.098182,0,0,184.658182,0),(3045,913,23,0,67,'2021-12-26 23:36:41',3,319.68,504.338182,0,0,184.658182,0),(3046,913,38,0,67,'2021-12-26 23:36:41',2,530.44,653.545455,0,0,123.105455,0),(3050,914,38,0,11,'2021-12-27 19:13:42',1,265.22,265.22,0,0,0,0),(3051,914,42,0,11,'2021-12-27 19:13:42',1,72,72,0,0,0,0),(3052,914,51,0,11,'2021-12-27 19:13:42',1,134.4,134.4,0,0,0,0),(3053,914,490,0,11,'2021-12-27 19:13:42',10,185,185,0,0,0,0),(3054,914,488,0,11,'2021-12-27 19:13:42',1,28.5,28.5,0,0,0,0),(3055,914,487,0,11,'2021-12-27 19:13:42',1,28.5,28.5,0,0,0,0),(3057,915,41,0,12,'2021-12-28 09:45:49',4,241.92,270.231304,0,0,28.311304,0),(3058,915,118,0,12,'2021-12-28 09:45:49',2,336,350.155652,0,0,14.155652,0),(3059,915,51,0,12,'2021-12-28 09:45:49',2,268.8,282.955652,0,0,14.155652,0),(3060,915,44,0,12,'2021-12-28 09:45:49',2,211.2,225.355652,0,0,14.155652,0),(3061,915,490,0,12,'2021-12-28 09:45:49',10,185,255.778261,0,0,70.778261,0),(3062,915,23,0,12,'2021-12-28 09:45:49',2,213.12,227.275652,0,0,14.155652,0),(3063,915,38,0,12,'2021-12-28 09:45:49',1,265.22,272.297826,0,0,7.077826,0),(3065,916,23,0,12,'2021-12-28 09:52:33',4,426.24,456.8944,0,0,30.6544,0),(3066,916,38,0,12,'2021-12-28 09:52:33',2,530.44,545.7672,0,0,15.3272,0),(3067,916,42,0,12,'2021-12-28 09:52:33',2,144,159.3272,0,0,15.3272,0),(3068,916,45,0,12,'2021-12-28 09:52:33',2,76.8,92.1272,0,0,15.3272,0),(3069,916,41,0,12,'2021-12-28 09:52:33',4,241.92,272.5744,0,0,30.6544,0),(3070,916,118,0,12,'2021-12-28 09:52:33',1,168,175.6636,0,0,7.6636,0),(3071,916,490,0,12,'2021-12-28 09:52:33',10,185,261.636,0,0,76.636,0),(3073,918,490,0,50,'2021-12-28 21:16:58',10,185,185,0,0,0,0),(3074,918,43,0,50,'2021-12-28 21:16:58',2,144,144,0,0,0,0),(3075,918,41,0,50,'2021-12-28 21:16:58',3,181.44,181.44,0,0,0,0),(3076,918,120,0,50,'2021-12-28 21:16:58',1,48,48,0,0,0,0),(3078,919,23,0,82,'2021-12-28 21:48:47',5,532.8,532.8,0,0,0,0),(3079,919,41,0,82,'2021-12-28 21:48:47',5,302.4,302.4,0,0,0,0),(3080,919,39,0,82,'2021-12-28 21:48:47',1,72,72,0,0,0,0),(3081,919,40,0,82,'2021-12-28 21:48:47',2,144,144,0,0,0,0),(3082,919,43,0,82,'2021-12-28 21:48:47',1,72,72,0,0,0,0),(3083,919,490,0,82,'2021-12-28 21:48:47',4,74,74,0,0,0,0),(3085,920,41,0,94,'2021-12-29 17:15:45',1,60.48,60.48,0,0,0,0),(3086,920,23,0,94,'2021-12-29 17:15:45',4,426.24,426.24,0,0,0,0),(3087,920,38,0,94,'2021-12-29 17:15:45',1,265.22,265.22,0,0,0,0),(3088,920,488,0,94,'2021-12-29 17:15:45',2,57,57,0,0,0,0),(3089,920,487,0,94,'2021-12-29 17:15:45',1,28.5,28.5,0,0,0,0),(3090,920,131,0,94,'2021-12-29 17:15:45',5,57.5,57.5,0,0,0,0),(3091,920,490,0,94,'2021-12-29 17:15:45',10,185,185,0,0,0,0),(3092,920,131,0,94,'2021-12-29 17:15:45',5,57.5,57.5,0,0,0,0),(3093,920,133,0,94,'2021-12-29 17:15:45',2,26,26,0,0,0,0),(3095,921,23,0,6,'2021-12-29 18:32:15',3,319.68,319.68,0,0,0,0),(3096,921,38,0,6,'2021-12-29 18:32:15',2,530.44,530.44,0,0,0,0),(3097,921,45,0,6,'2021-12-29 18:32:15',1,38.4,38.4,0,0,0,0),(3098,921,41,0,6,'2021-12-29 18:32:15',3,181.44,181.44,0,0,0,0),(3099,921,116,0,6,'2021-12-29 18:32:15',1,132,132,0,0,0,0),(3100,921,39,0,6,'2021-12-29 18:32:15',1,72,72,0,0,0,0),(3101,921,43,0,6,'2021-12-29 18:32:15',1,72,72,0,0,0,0),(3102,921,40,0,6,'2021-12-29 18:32:15',1,72,72,0,0,0,0),(3103,921,49,0,6,'2021-12-29 18:32:15',1,72,72,0,0,0,0),(3104,921,93,0,6,'2021-12-29 18:32:15',4,0,0,0,0,0,0),(3106,922,93,0,66,'2021-12-29 19:05:30',10,0,28.61,0,0,28.61,0),(3108,923,93,0,66,'2021-12-29 19:07:30',10,0,28.61,0,0,28.61,0),(3110,924,93,0,66,'2021-12-29 19:08:26',10,0,28.61,0,0,28.61,0),(3112,925,93,0,14,'2021-12-30 14:52:42',3,0,6.852,0,0,6.852,0),(3113,925,95,0,14,'2021-12-30 14:52:42',1,0,2.284,0,0,2.284,0),(3114,925,99,0,14,'2021-12-30 14:52:42',1,0,2.284,0,0,2.284,0),(3116,926,118,0,43,'2021-12-30 23:41:27',1,168,182.3,0,0,14.3,0),(3117,926,99,0,43,'2021-12-30 23:41:27',1,0,14.3,0,0,14.3,0),(3137,929,23,0,64,'2021-12-31 01:35:03',2,213.12,213.12,0,0,0,0),(3138,929,38,0,64,'2021-12-31 01:35:03',1,265.22,265.22,0,0,0,0),(3139,929,49,0,64,'2021-12-31 01:35:03',2,144,144,0,0,0,0),(3140,929,490,0,64,'2021-12-31 01:35:03',8,148,148,0,0,0,0),(3141,929,45,0,64,'2021-12-31 01:35:03',1,38.4,38.4,0,0,0,0),(3142,929,41,0,64,'2021-12-31 01:35:03',4,241.92,241.92,0,0,0,0),(3143,929,488,0,64,'2021-12-31 01:35:03',3,85.5,85.5,0,0,0,0),(3144,929,120,0,64,'2021-12-31 01:35:03',1,48,48,0,0,0,0),(3146,930,39,0,81,'2022-01-01 16:14:45',1,79.2,82.08125,0,0,2.88125,0),(3147,930,40,0,81,'2022-01-01 16:14:45',1,79.2,82.08125,0,0,2.88125,0),(3148,930,93,0,81,'2022-01-01 16:14:45',6,0,17.2875,0,0,17.2875,0),(3150,931,97,0,52,'2022-01-04 16:20:50',4,0,17.46,0,0,17.46,0),(3152,932,23,0,17,'2022-01-04 19:00:04',2,223.68,228.7225,0,0,5.0425,0),(3153,932,43,0,17,'2022-01-04 19:00:04',1,79.2,81.72125,0,0,2.52125,0),(3154,932,490,0,17,'2022-01-04 19:00:04',3,58.29,65.85375,0,0,7.56375,0),(3155,932,120,0,17,'2022-01-04 19:00:04',1,52.8,55.32125,0,0,2.52125,0),(3156,932,41,0,17,'2022-01-04 19:00:04',1,66.48,69.00125,0,0,2.52125,0),(3158,933,41,0,13,'2022-01-04 19:11:04',5,332.4,332.4,0,0,0,0),(3159,933,43,0,13,'2022-01-04 19:11:04',5,396,396,0,0,0,0),(3160,933,93,0,13,'2022-01-04 19:11:04',10,0,0,0,0,0,0),(3161,933,42,0,13,'2022-01-04 19:11:04',1,79.2,79.2,0,0,0,0),(3162,933,45,0,13,'2022-01-04 19:11:04',1,42.24,42.24,0,0,0,0),(3163,933,38,0,13,'2022-01-04 19:11:04',1,278.56,278.56,0,0,0,0),(3164,933,23,0,13,'2022-01-04 19:11:04',2,223.68,223.68,0,0,0,0),(3166,934,23,0,95,'2022-01-05 19:31:01',3,335.52,335.52,0,0,0,0),(3167,934,38,0,95,'2022-01-05 19:31:01',2,557.12,557.12,0,0,0,0),(3168,934,41,0,95,'2022-01-05 19:31:01',5,332.4,332.4,0,0,0,0),(3169,934,118,0,95,'2022-01-05 19:31:01',2,369.6,369.6,0,0,0,0),(3170,934,51,0,95,'2022-01-05 19:31:01',3,443.52,443.52,0,0,0,0),(3171,934,120,0,95,'2022-01-05 19:31:01',2,105.6,105.6,0,0,0,0),(3172,934,43,0,95,'2022-01-05 19:31:01',2,158.4,158.4,0,0,0,0),(3173,934,44,0,95,'2022-01-05 19:31:01',1,116.16,116.16,0,0,0,0),(3175,936,93,0,22,'2022-01-06 11:17:43',10,0,13.63,0,0,13.63,0),(3177,938,23,0,57,'2022-01-06 16:06:18',2,223.68,223.68,0,0,0,0),(3178,938,45,0,57,'2022-01-06 16:06:18',2,84.48,84.48,0,0,0,0),(3179,938,137,0,57,'2022-01-06 16:06:18',6,36.3,36.3,0,0,0,0),(3180,938,41,0,57,'2022-01-06 16:06:18',3,199.44,199.44,0,0,0,0),(3181,938,99,0,57,'2022-01-06 16:06:18',1,0,0,0,0,0,0),(3182,938,93,0,57,'2022-01-06 16:06:18',2,0,0,0,0,0,0),(3184,939,490,0,11,'2022-01-06 22:34:05',10,194.3,194.3,0,0,0,0),(3185,939,487,0,11,'2022-01-06 22:34:05',1,31.35,31.35,0,0,0,0),(3186,939,23,0,11,'2022-01-06 22:34:05',1,111.84,111.84,0,0,0,0),(3187,939,43,0,11,'2022-01-06 22:34:05',1,79.2,79.2,0,0,0,0),(3188,939,120,0,11,'2022-01-06 22:34:05',1,52.8,52.8,0,0,0,0),(3189,939,44,0,11,'2022-01-06 22:34:05',1,116.16,116.16,0,0,0,0),(3190,939,41,0,11,'2022-01-06 22:34:05',1,66.48,66.48,0,0,0,0),(3192,940,489,0,29,'2022-01-10 22:20:34',3,58.29,63.105,0,0,4.815,0),(3193,940,318,0,29,'2022-01-10 22:20:34',5,15,23.025,0,0,8.025,0),(3195,941,93,0,83,'2022-01-11 13:11:11',10,0,28.423077,0,0,28.423077,0),(3196,941,97,0,83,'2022-01-11 13:11:11',3,0,8.526923,0,0,8.526923,0),(3198,942,41,0,46,'2022-01-11 19:59:53',1,66.48,70.564,0,0,4.084,0),(3199,942,44,0,46,'2022-01-11 19:59:53',1,116.16,120.244,0,0,4.084,0),(3200,942,43,0,46,'2022-01-11 19:59:53',2,158.4,166.568,0,0,8.168,0),(3201,942,93,0,46,'2022-01-11 19:59:53',6,0,24.504,0,0,24.504,0),(3203,943,490,0,50,'2022-01-12 03:14:19',10,194.3,194.3,0,0,0,0),(3204,943,23,0,50,'2022-01-12 03:14:19',1,111.84,111.84,0,0,0,0),(3205,943,43,0,50,'2022-01-12 03:14:19',2,158.4,158.4,0,0,0,0),(3206,943,41,0,50,'2022-01-12 03:14:19',1,66.48,66.48,0,0,0,0),(3208,944,93,0,40,'2022-01-12 23:15:42',10,0,26.54,0,0,26.54,0),(3210,945,93,0,40,'2022-01-12 23:16:34',10,0,26.54,0,0,26.54,0),(3212,946,41,0,80,'2022-01-13 03:08:32',5,332.4,347.29,0,0,14.89,0),(3213,946,490,0,80,'2022-01-13 03:08:32',10,194.3,224.08,0,0,29.78,0),(3215,948,41,0,55,'2022-01-13 21:48:16',1,66.48,76.94,0,0,10.46,0),(3217,949,120,0,69,'2022-01-14 14:06:33',1,52.8,59.51,0,0,6.71,0),(3218,949,42,0,69,'2022-01-14 14:06:33',2,158.4,171.82,0,0,13.42,0),(3219,949,116,0,69,'2022-01-14 14:06:33',1,145.44,152.15,0,0,6.71,0),(3220,949,23,0,69,'2022-01-14 14:06:33',2,223.68,237.1,0,0,13.42,0),(3222,950,93,0,58,'2022-01-14 16:13:57',9,0,19.05,0,0,19.05,0),(3230,952,490,0,90,'2022-01-14 22:29:41',10,194.3,194.3,0,0,0,0),(3231,952,42,0,90,'2022-01-14 22:29:41',1,79.2,79.2,0,0,0,0),(3232,952,43,0,90,'2022-01-14 22:29:41',2,158.4,158.4,0,0,0,0),(3233,952,49,0,90,'2022-01-14 22:29:41',1,79.2,79.2,0,0,0,0),(3234,952,38,0,90,'2022-01-14 22:29:41',2,557.12,557.12,0,0,0,0),(3235,952,23,0,90,'2022-01-14 22:29:41',2,223.68,223.68,0,0,0,0),(3237,953,42,0,90,'2022-01-14 22:33:25',2,158.4,158.4,0,0,0,0),(3238,953,43,0,90,'2022-01-14 22:33:25',3,237.6,237.6,0,0,0,0),(3239,953,487,0,90,'2022-01-14 22:33:25',2,62.7,62.7,0,0,0,0),(3240,953,490,0,90,'2022-01-14 22:33:25',10,194.3,194.3,0,0,0,0),(3242,954,49,0,90,'2022-01-14 22:37:38',2,158.4,158.4,0,0,0,0),(3243,954,488,0,90,'2022-01-14 22:37:38',1,31.35,31.35,0,0,0,0),(3244,954,40,0,90,'2022-01-14 22:37:38',1,79.2,79.2,0,0,0,0),(3245,954,490,0,90,'2022-01-14 22:37:38',10,194.3,194.3,0,0,0,0),(3246,954,41,0,90,'2022-01-14 22:37:38',1,66.48,66.48,0,0,0,0),(3248,955,40,0,90,'2022-01-14 22:42:22',1,79.2,79.2,0,0,0,0),(3249,955,120,0,90,'2022-01-14 22:42:22',1,52.8,52.8,0,0,0,0),(3250,955,43,0,90,'2022-01-14 22:42:22',1,79.2,79.2,0,0,0,0),(3251,955,49,0,90,'2022-01-14 22:42:22',2,158.4,158.4,0,0,0,0),(3252,955,490,0,90,'2022-01-14 22:42:22',10,194.3,194.3,0,0,0,0),(3253,955,38,0,90,'2022-01-14 22:42:22',2,557.12,557.12,0,0,0,0),(3255,956,23,0,30,'2022-01-17 20:27:34',1,111.84,115.755,0,0,3.915,0),(3256,956,41,0,30,'2022-01-17 20:27:34',2,132.96,140.79,0,0,7.83,0),(3257,956,116,0,30,'2022-01-17 20:27:34',1,145.44,149.355,0,0,3.915,0),(3258,956,93,0,30,'2022-01-17 20:27:34',3,0,11.745,0,0,11.745,0),(3259,956,97,0,30,'2022-01-17 20:27:34',1,0,3.915,0,0,3.915,0),(3261,957,118,0,11,'2022-01-18 17:44:46',1,184.8,184.8,0,0,0,0),(3262,957,51,0,11,'2022-01-18 17:44:46',2,295.68,295.68,0,0,0,0),(3263,957,44,0,11,'2022-01-18 17:44:46',1,116.16,116.16,0,0,0,0),(3265,958,23,0,49,'2022-01-18 23:51:20',1,111.84,119.51,0,0,7.67,0),(3266,958,38,0,49,'2022-01-18 23:51:20',1,278.56,286.23,0,0,7.67,0),(3267,958,116,0,49,'2022-01-18 23:51:20',1,145.44,153.11,0,0,7.67,0),(3268,958,39,0,49,'2022-01-18 23:51:20',1,79.2,86.87,0,0,7.67,0),(3269,958,49,0,49,'2022-01-18 23:51:20',1,79.2,86.87,0,0,7.67,0),(3271,959,118,0,96,'2022-01-19 00:01:34',2,369.6,369.6,0,0,0,0),(3272,959,43,0,96,'2022-01-19 00:01:34',1,79.2,79.2,0,0,0,0),(3273,959,45,0,96,'2022-01-19 00:01:34',1,42.24,42.24,0,0,0,0),(3274,959,41,0,96,'2022-01-19 00:01:34',1,66.48,66.48,0,0,0,0),(3275,959,93,0,96,'2022-01-19 00:01:34',5,0,0,0,0,0,0),(3277,960,45,0,62,'2022-01-19 01:04:29',3,126.72,126.72,0,0,0,0),(3278,960,44,0,62,'2022-01-19 01:04:29',1,116.16,116.16,0,0,0,0),(3279,960,38,0,62,'2022-01-19 01:04:29',2,557.12,557.12,0,0,0,0),(3280,960,41,0,62,'2022-01-19 01:04:29',4,265.92,265.92,0,0,0,0),(3281,960,116,0,62,'2022-01-19 01:04:29',1,145.44,145.44,0,0,0,0),(3282,960,133,0,62,'2022-01-19 01:04:29',3,42.9,42.9,0,0,0,0),(3283,960,97,0,62,'2022-01-19 01:04:29',3,0,0,0,0,0,0),(3284,960,93,0,62,'2022-01-19 01:04:29',10,0,0,0,0,0,0),(3285,960,23,0,62,'2022-01-19 01:04:29',4,447.36,447.36,0,0,0,0),(3287,961,41,0,94,'2022-01-19 21:53:48',1,66.48,66.48,0,0,0,0),(3288,961,23,0,94,'2022-01-19 21:53:48',4,447.36,447.36,0,0,0,0),(3289,961,38,0,94,'2022-01-19 21:53:48',2,557.12,557.12,0,0,0,0),(3290,961,488,0,94,'2022-01-19 21:53:48',2,62.7,62.7,0,0,0,0),(3291,961,131,0,94,'2022-01-19 21:53:48',2,25.3,25.3,0,0,0,0),(3292,961,490,0,94,'2022-01-19 21:53:48',10,194.3,194.3,0,0,0,0),(3294,962,41,0,32,'2022-01-19 23:04:48',3,199.44,214.795,0,0,15.355,0),(3295,962,49,0,32,'2022-01-19 23:04:48',1,79.2,84.318333,0,0,5.118333,0),(3296,962,133,0,32,'2022-01-19 23:04:48',2,28.6,38.836667,0,0,10.236667,0),(3298,963,23,0,82,'2022-01-20 19:33:47',3,335.52,335.52,0,0,0,0),(3299,963,41,0,82,'2022-01-20 19:33:47',3,199.44,199.44,0,0,0,0),(3301,964,41,0,70,'2022-01-20 19:50:49',4,265.92,265.92,0,0,0,0),(3302,964,49,0,70,'2022-01-20 19:50:49',3,237.6,237.6,0,0,0,0),(3303,964,44,0,70,'2022-01-20 19:50:49',2,232.32,232.32,0,0,0,0),(3304,964,39,0,70,'2022-01-20 19:50:49',1,79.2,79.2,0,0,0,0),(3306,966,39,0,81,'2022-01-21 02:07:35',1,79.2,83.9475,0,0,4.7475,0),(3307,966,40,0,81,'2022-01-21 02:07:35',1,79.2,83.9475,0,0,4.7475,0),(3308,966,41,0,81,'2022-01-21 02:07:35',2,132.96,142.455,0,0,9.495,0),(3317,968,120,0,12,'2022-01-21 05:24:07',2,105.6,105.6,0,0,0,0),(3318,968,43,0,12,'2022-01-21 05:24:07',2,158.4,158.4,0,0,0,0),(3319,968,49,0,12,'2022-01-21 05:24:07',3,237.6,237.6,0,0,0,0),(3320,968,487,0,12,'2022-01-21 05:24:07',2,62.7,62.7,0,0,0,0),(3321,968,42,0,12,'2022-01-21 05:24:07',2,158.4,158.4,0,0,0,0),(3322,968,45,0,12,'2022-01-21 05:24:07',2,84.48,84.48,0,0,0,0),(3324,969,23,0,11,'2022-01-24 00:35:33',1,111.84,111.84,0,0,0,0),(3325,969,38,0,11,'2022-01-24 00:35:33',1,278.56,278.56,0,0,0,0),(3326,969,42,0,11,'2022-01-24 00:35:33',1,79.2,79.2,0,0,0,0),(3327,969,45,0,11,'2022-01-24 00:35:33',1,42.24,42.24,0,0,0,0),(3328,969,41,0,11,'2022-01-24 00:35:33',2,132.96,132.96,0,0,0,0),(3329,969,118,0,11,'2022-01-24 00:35:33',1,184.8,184.8,0,0,0,0),(3330,969,51,0,11,'2022-01-24 00:35:33',1,147.84,147.84,0,0,0,0),(3331,969,39,0,11,'2022-01-24 00:35:33',1,79.2,79.2,0,0,0,0),(3332,969,40,0,11,'2022-01-24 00:35:33',1,79.2,79.2,0,0,0,0),(3333,969,120,0,11,'2022-01-24 00:35:33',1,52.8,52.8,0,0,0,0),(3334,969,43,0,11,'2022-01-24 00:35:33',1,79.2,79.2,0,0,0,0),(3335,969,49,0,11,'2022-01-24 00:35:33',1,79.2,79.2,0,0,0,0),(3336,969,44,0,11,'2022-01-24 00:35:33',1,116.16,116.16,0,0,0,0),(3337,969,490,0,11,'2022-01-24 00:35:33',10,194.3,194.3,0,0,0,0),(3338,969,488,0,11,'2022-01-24 00:35:33',1,31.35,31.35,0,0,0,0),(3339,969,487,0,11,'2022-01-24 00:35:33',1,31.35,31.35,0,0,0,0),(3341,970,45,0,82,'2022-01-24 22:50:54',1,42.24,57.45,0,0,15.21,0),(3343,971,97,0,26,'2022-01-25 20:32:21',2,0,0,0,0,0,0),(3344,971,49,0,26,'2022-01-25 20:32:21',2,158.4,158.4,0,0,0,0),(3345,971,43,0,26,'2022-01-25 20:32:21',2,158.4,158.4,0,0,0,0),(3346,971,38,0,26,'2022-01-25 20:32:21',2,557.12,557.12,0,0,0,0),(3347,971,23,0,26,'2022-01-25 20:32:21',2,223.68,223.68,0,0,0,0),(3348,971,93,0,26,'2022-01-25 20:32:21',4,0,0,0,0,0,0),(3350,972,23,0,64,'2022-01-26 18:02:03',3,335.52,335.52,0,0,0,0),(3351,972,38,0,64,'2022-01-26 18:02:03',2,557.12,557.12,0,0,0,0),(3352,972,49,0,64,'2022-01-26 18:02:03',2,158.4,158.4,0,0,0,0),(3353,972,490,0,64,'2022-01-26 18:02:03',8,155.44,155.44,0,0,0,0),(3354,972,45,0,64,'2022-01-26 18:02:03',1,42.24,42.24,0,0,0,0),(3355,972,41,0,64,'2022-01-26 18:02:03',2,132.96,132.96,0,0,0,0),(3356,972,488,0,64,'2022-01-26 18:02:03',1,31.35,31.35,0,0,0,0),(3358,973,41,0,11,'2022-01-27 16:23:42',3,199.44,199.44,0,0,0,0),(3359,973,487,0,11,'2022-01-27 16:23:42',1,31.35,31.35,0,0,0,0),(3360,973,490,0,11,'2022-01-27 16:23:42',10,194.3,194.3,0,0,0,0),(3361,973,23,0,11,'2022-01-27 16:23:42',1,111.84,111.84,0,0,0,0),(3362,973,43,0,11,'2022-01-27 16:23:42',1,79.2,79.2,0,0,0,0),(3370,975,23,0,70,'2022-01-28 18:16:45',3,335.52,335.52,0,0,0,0),(3371,975,490,0,70,'2022-01-28 18:16:45',3,58.29,58.29,0,0,0,0),(3372,975,487,0,70,'2022-01-28 18:16:45',3,94.05,94.05,0,0,0,0),(3373,975,49,0,70,'2022-01-28 18:16:45',2,158.4,158.4,0,0,0,0),(3374,975,42,0,70,'2022-01-28 18:16:45',2,158.4,158.4,0,0,0,0),(3376,977,93,0,79,'2022-02-01 20:46:05',10,0,0,0,0,0,0),(3377,977,23,0,79,'2022-02-01 20:46:05',2,223.68,223.68,0,0,0,0),(3378,977,38,0,79,'2022-02-01 20:46:05',1,278.56,278.56,0,0,0,0),(3380,978,41,0,94,'2022-02-02 19:14:04',1,66.48,66.48,0,0,0,0),(3381,978,23,0,94,'2022-02-02 19:14:04',2,223.68,223.68,0,0,0,0),(3382,978,38,0,94,'2022-02-02 19:14:04',1,278.56,278.56,0,0,0,0),(3383,978,488,0,94,'2022-02-02 19:14:04',1,31.35,31.35,0,0,0,0),(3384,978,490,0,94,'2022-02-02 19:14:04',5,113.9,113.9,0,0,0,0),(3385,978,43,0,94,'2022-02-02 19:14:04',2,158.4,158.4,0,0,0,0),(3386,978,49,0,94,'2022-02-02 19:14:04',2,158.4,158.4,0,0,0,0),(3388,979,490,0,17,'2022-02-02 19:20:22',6,136.68,151.04,0,0,14.36,0),(3390,980,51,0,95,'2022-02-02 23:30:59',4,591.36,591.36,0,0,0,0),(3391,980,490,0,95,'2022-02-02 23:30:59',10,227.8,227.8,0,0,0,0),(3393,981,51,0,12,'2022-02-03 08:48:14',4,591.36,591.36,0,0,0,0),(3394,981,38,0,12,'2022-02-03 08:48:14',1,278.56,278.56,0,0,0,0),(3398,983,41,0,81,'2022-02-04 01:21:54',2,132.96,144.9,0,0,11.94,0),(3400,984,41,0,53,'2022-02-06 19:07:28',3,199.44,217.554,0,0,18.114,0),(3401,984,43,0,53,'2022-02-06 19:07:28',1,79.2,85.238,0,0,6.038,0),(3402,984,49,0,53,'2022-02-06 19:07:28',1,79.2,85.238,0,0,6.038,0),(3404,985,490,0,25,'2022-02-07 05:57:17',10,227.8,277.45,0,0,49.65,0),(3405,985,488,0,25,'2022-02-07 05:57:17',2,62.7,72.63,0,0,9.93,0),(3406,985,487,0,25,'2022-02-07 05:57:17',2,62.7,72.63,0,0,9.93,0),(3410,987,23,0,85,'2022-02-07 16:27:43',3,335.52,335.52,0,0,0,0),(3411,987,41,0,85,'2022-02-07 16:27:43',5,332.4,332.4,0,0,0,0),(3412,987,43,0,85,'2022-02-07 16:27:43',3,237.6,237.6,0,0,0,0),(3413,987,49,0,85,'2022-02-07 16:27:43',3,237.6,237.6,0,0,0,0),(3414,987,93,0,85,'2022-02-07 16:27:43',10,0,0,0,0,0,0),(3415,987,95,0,85,'2022-02-07 16:27:43',10,0,0,0,0,0,0),(3416,987,97,0,85,'2022-02-07 16:27:43',2,0,0,0,0,0,0),(3420,991,41,0,67,'2022-02-08 20:17:21',4,265.92,403.534,0,0,137.614,0),(3421,991,38,0,67,'2022-02-08 20:17:21',1,278.56,312.9635,0,0,34.4035,0),(3422,991,93,0,67,'2022-02-08 20:17:21',10,0,344.035,0,0,344.035,0),(3423,991,99,0,67,'2022-02-08 20:17:21',5,0,172.0175,0,0,172.0175,0),(3427,992,41,0,52,'2022-02-08 22:16:12',5,332.4,359.417857,0,0,27.017857,0),(3428,992,43,0,52,'2022-02-08 22:16:12',3,237.6,253.810714,0,0,16.210714,0),(3429,992,44,0,52,'2022-02-08 22:16:12',2,232.32,243.127143,0,0,10.807143,0),(3430,992,23,0,52,'2022-02-08 22:16:12',4,447.36,468.974286,0,0,21.614286,0),(3432,993,45,0,33,'2022-02-09 01:31:11',1,42.24,46.247143,0,0,4.007143,0),(3433,993,40,0,33,'2022-02-09 01:31:11',1,79.2,83.207143,0,0,4.007143,0),(3434,993,488,0,33,'2022-02-09 01:31:11',2,62.7,70.714286,0,0,8.014286,0),(3435,993,489,0,33,'2022-02-09 01:31:11',3,58.29,70.311429,0,0,12.021429,0),(3437,994,490,0,50,'2022-02-09 19:42:04',10,227.8,298.58,0,0,70.78,0),(3439,995,41,0,11,'2022-02-10 15:13:33',2,132.96,132.96,0,0,0,0),(3440,995,487,0,11,'2022-02-10 15:13:33',1,31.35,31.35,0,0,0,0),(3441,995,490,0,11,'2022-02-10 15:13:33',10,227.8,227.8,0,0,0,0),(3442,995,23,0,11,'2022-02-10 15:13:33',1,111.84,111.84,0,0,0,0),(3443,995,43,0,11,'2022-02-10 15:13:33',1,79.2,79.2,0,0,0,0),(3444,995,38,0,11,'2022-02-10 15:13:33',1,278.56,278.56,0,0,0,0),(3445,995,41,0,11,'2022-02-10 15:13:33',1,66.48,66.48,0,0,0,0),(3446,995,120,0,11,'2022-02-10 15:13:33',1,52.8,52.8,0,0,0,0),(3448,996,49,0,39,'2022-02-10 19:09:37',1,79.2,82.231333,0,0,3.031333,0),(3449,996,23,0,39,'2022-02-10 19:09:37',1,111.84,114.871333,0,0,3.031333,0),(3450,996,42,0,39,'2022-02-10 19:09:37',1,79.2,82.231333,0,0,3.031333,0),(3451,996,95,0,39,'2022-02-10 19:09:37',10,0,30.313333,0,0,30.313333,0),(3452,996,99,0,39,'2022-02-10 19:09:37',2,0,6.062667,0,0,6.062667,0),(3454,997,41,0,46,'2022-02-10 19:41:32',1,66.48,69.4725,0,0,2.9925,0),(3455,997,43,0,46,'2022-02-10 19:41:32',2,158.4,164.385,0,0,5.985,0),(3456,997,93,0,46,'2022-02-10 19:41:32',5,0,14.9625,0,0,14.9625,0),(3458,998,490,0,80,'2022-02-14 15:45:02',10,227.8,227.8,0,0,0,0),(3459,998,488,0,80,'2022-02-14 15:45:02',4,125.4,125.4,0,0,0,0),(3460,998,43,0,80,'2022-02-14 15:45:02',1,79.2,79.2,0,0,0,0),(3461,998,49,0,80,'2022-02-14 15:45:02',1,79.2,79.2,0,0,0,0),(3463,999,41,0,40,'2022-02-14 16:18:05',2,132.96,139.476923,0,0,6.516923,0),(3464,999,93,0,40,'2022-02-14 16:18:05',10,0,32.584615,0,0,32.584615,0),(3465,999,99,0,40,'2022-02-14 16:18:05',1,0,3.258462,0,0,3.258462,0),(3467,1000,488,0,80,'2022-02-14 16:19:56',2,62.7,62.7,0,0,0,0),(3468,1000,490,0,80,'2022-02-14 16:19:56',10,227.8,227.8,0,0,0,0),(3469,1000,41,0,80,'2022-02-14 16:19:56',4,265.92,265.92,0,0,0,0),(3471,1001,43,0,90,'2022-02-15 16:23:29',2,158.4,174.886667,0,0,16.486667,0),(3472,1001,488,0,90,'2022-02-15 16:23:29',1,31.35,39.593333,0,0,8.243333,0),(3474,1002,490,0,90,'2022-02-15 16:35:56',10,227.8,227.8,0,0,0,0),(3475,1002,120,0,90,'2022-02-15 16:35:56',1,52.8,52.8,0,0,0,0),(3476,1002,43,0,90,'2022-02-15 16:35:56',2,158.4,158.4,0,0,0,0),(3477,1002,38,0,90,'2022-02-15 16:35:56',1,278.56,278.56,0,0,0,0),(3479,1003,487,0,90,'2022-02-15 16:41:52',1,31.35,31.35,0,0,0,0),(3480,1003,488,0,90,'2022-02-15 16:41:52',1,31.35,31.35,0,0,0,0),(3481,1003,490,0,90,'2022-02-15 16:41:52',10,227.8,227.8,0,0,0,0),(3482,1003,41,0,90,'2022-02-15 16:41:52',4,265.92,265.92,0,0,0,0),(3483,1003,38,0,90,'2022-02-15 16:41:52',1,278.56,278.56,0,0,0,0),(3484,1003,43,0,90,'2022-02-15 16:41:52',1,79.2,79.2,0,0,0,0),(3485,1003,49,0,90,'2022-02-15 16:41:52',1,79.2,79.2,0,0,0,0),(3487,1004,93,0,58,'2022-02-15 17:00:08',10,0,16.21,0,0,16.21,0),(3491,1007,490,0,50,'2022-02-16 18:08:07',10,227.8,227.8,0,0,0,0),(3492,1007,38,0,50,'2022-02-16 18:08:07',1,278.56,278.56,0,0,0,0),(3494,1008,120,0,11,'2022-02-17 17:34:07',1,52.8,52.8,0,0,0,0),(3495,1008,38,0,11,'2022-02-17 17:34:07',1,278.56,278.56,0,0,0,0),(3496,1008,23,0,11,'2022-02-17 17:34:07',1,111.84,111.84,0,0,0,0),(3497,1008,41,0,11,'2022-02-17 17:34:07',1,66.48,66.48,0,0,0,0),(3498,1008,488,0,11,'2022-02-17 17:34:07',1,31.35,31.35,0,0,0,0),(3499,1008,487,0,11,'2022-02-17 17:34:07',1,31.35,31.35,0,0,0,0),(3501,1009,93,0,58,'2022-02-17 20:04:35',7,0,14.8,0,0,14.8,0),(3503,1010,23,0,30,'2022-02-20 16:16:48',2,223.68,223.68,0,0,0,0),(3504,1010,41,0,30,'2022-02-20 16:16:48',2,132.96,132.96,0,0,0,0),(3505,1010,116,0,30,'2022-02-20 16:16:48',2,290.88,290.88,0,0,0,0),(3507,1011,49,0,30,'2022-02-20 16:22:41',2,158.4,174.43,0,0,16.03,0),(3509,1012,23,0,82,'2022-02-20 23:57:39',2,223.68,229.477143,0,0,5.797143,0),(3510,1012,41,0,82,'2022-02-20 23:57:39',1,66.48,69.378571,0,0,2.898571,0),(3511,1012,490,0,82,'2022-02-20 23:57:39',3,68.34,77.035714,0,0,8.695714,0),(3512,1012,133,0,82,'2022-02-20 23:57:39',1,14.3,17.198571,0,0,2.898571,0),(3514,1013,23,0,82,'2022-02-21 00:00:53',2,223.68,229.673333,0,0,5.993333,0),(3515,1013,41,0,82,'2022-02-21 00:00:53',2,132.96,138.953333,0,0,5.993333,0),(3516,1013,490,0,82,'2022-02-21 00:00:53',5,113.9,128.883333,0,0,14.983333,0),(3518,1014,93,0,63,'2022-02-21 16:46:48',10,0,13.79,0,0,13.79,0),(3520,1015,93,0,63,'2022-02-21 16:49:14',10,0,13.79,0,0,13.79,0),(3522,1016,41,0,32,'2022-02-21 22:12:12',2,132.96,141.32,0,0,8.36,0),(3523,1016,49,0,32,'2022-02-21 22:12:12',2,158.4,166.76,0,0,8.36,0),(3524,1016,97,0,32,'2022-02-21 22:12:12',1,0,4.18,0,0,4.18,0),(3525,1016,93,0,32,'2022-02-21 22:12:12',10,0,41.8,0,0,41.8,0),(3527,1017,23,0,64,'2022-02-22 19:35:40',1,111.84,111.84,0,0,0,0),(3528,1017,38,0,64,'2022-02-22 19:35:40',1,278.56,278.56,0,0,0,0),(3529,1017,490,0,64,'2022-02-22 19:35:40',10,227.8,227.8,0,0,0,0),(3530,1017,488,0,64,'2022-02-22 19:35:40',1,31.35,31.35,0,0,0,0),(3532,1019,39,0,69,'2022-02-23 18:11:10',1,79.2,87.261429,0,0,8.061429,0),(3533,1019,23,0,69,'2022-02-23 18:11:10',6,671.04,719.408571,0,0,48.368571,0),(3535,1020,490,0,95,'2022-02-23 19:05:40',6,136.68,160.37,0,0,23.69,0),(3537,1021,23,0,67,'2022-02-23 19:08:59',1,111.84,152.668,0,0,40.828,0),(3538,1021,38,0,67,'2022-02-23 19:08:59',1,278.56,319.388,0,0,40.828,0),(3539,1021,41,0,67,'2022-02-23 19:08:59',2,132.96,214.616,0,0,81.656,0),(3540,1021,93,0,67,'2022-02-23 19:08:59',5,0,204.14,0,0,204.14,0),(3541,1021,99,0,67,'2022-02-23 19:08:59',1,0,40.828,0,0,40.828,0),(3545,1022,41,0,40,'2022-02-23 22:48:08',4,265.92,286.43,0,0,20.51,0),(3547,1023,93,0,40,'2022-02-23 22:51:48',10,0,26.84,0,0,26.84,0),(3549,1024,93,0,60,'2022-02-24 16:45:12',10,0,13.990909,0,0,13.990909,0),(3550,1024,49,0,60,'2022-02-24 16:45:12',1,79.2,80.599091,0,0,1.399091,0),(3552,1025,93,0,83,'2022-02-24 21:10:13',10,0,18.081818,0,0,18.081818,0),(3553,1025,99,0,83,'2022-02-24 21:10:13',1,0,1.808182,0,0,1.808182,0),(3555,1026,45,0,86,'2022-02-25 15:09:03',1,42.24,45.637143,0,0,3.397143,0),(3556,1026,99,0,86,'2022-02-25 15:09:03',1,0,3.397143,0,0,3.397143,0),(3557,1026,93,0,86,'2022-02-25 15:09:03',5,0,16.985714,0,0,16.985714,0),(3559,1027,41,0,41,'2022-02-25 17:08:21',4,265.92,281.16,0,0,15.24,0),(3561,1028,51,0,12,'2022-02-26 23:07:08',1,147.84,147.84,0,0,0,0),(3562,1028,490,0,12,'2022-02-26 23:07:08',10,227.8,227.8,0,0,0,0),(3563,1028,487,0,12,'2022-02-26 23:07:08',4,125.4,125.4,0,0,0,0),(3565,1029,93,0,81,'2022-02-27 18:47:01',10,0,16.25,0,0,16.25,0),(3567,1030,38,0,6,'2022-03-01 15:49:22',1,278.56,278.56,0,0,0,0),(3568,1030,23,0,6,'2022-03-01 15:49:22',1,111.84,111.84,0,0,0,0),(3569,1030,45,0,6,'2022-03-01 15:49:22',2,84.48,84.48,0,0,0,0),(3570,1030,116,0,6,'2022-03-01 15:49:22',1,145.44,145.44,0,0,0,0),(3571,1030,41,0,6,'2022-03-01 15:49:22',3,199.44,199.44,0,0,0,0),(3572,1030,39,0,6,'2022-03-01 15:49:22',1,79.2,79.2,0,0,0,0),(3573,1030,43,0,6,'2022-03-01 15:49:22',2,158.4,158.4,0,0,0,0),(3574,1030,49,0,6,'2022-03-01 15:49:22',2,158.4,158.4,0,0,0,0),(3575,1030,93,0,6,'2022-03-01 15:49:22',7,0,0,0,0,0,0),(3577,1031,93,0,76,'2022-03-01 16:55:14',5,0,0,0,0,0,0),(3578,1031,95,0,76,'2022-03-01 16:55:14',5,0,0,0,0,0,0),(3579,1031,97,0,76,'2022-03-01 16:55:14',1,0,0,0,0,0,0),(3580,1031,99,0,76,'2022-03-01 16:55:14',1,0,0,0,0,0,0),(3581,1031,23,0,76,'2022-03-01 16:55:14',2,223.68,223.68,0,0,0,0),(3582,1031,38,0,76,'2022-03-01 16:55:14',1,278.56,278.56,0,0,0,0),(3583,1031,41,0,76,'2022-03-01 16:55:14',2,132.96,132.96,0,0,0,0),(3585,1032,41,0,94,'2022-03-01 21:07:23',2,132.96,132.96,0,0,0,0),(3586,1032,23,0,94,'2022-03-01 21:07:23',2,223.68,223.68,0,0,0,0),(3587,1032,38,0,94,'2022-03-01 21:07:23',1,278.56,278.56,0,0,0,0),(3588,1032,488,0,94,'2022-03-01 21:07:23',4,125.4,125.4,0,0,0,0),(3589,1032,490,0,94,'2022-03-01 21:07:23',10,227.8,227.8,0,0,0,0),(3590,1032,43,0,94,'2022-03-01 21:07:23',1,79.2,79.2,0,0,0,0),(3591,1032,49,0,94,'2022-03-01 21:07:23',1,79.2,79.2,0,0,0,0),(3592,1032,120,0,94,'2022-03-01 21:07:23',1,52.8,52.8,0,0,0,0),(3593,1032,44,0,94,'2022-03-01 21:07:23',1,116.16,116.16,0,0,0,0),(3594,1032,131,0,94,'2022-03-01 21:07:23',4,50.6,50.6,0,0,0,0),(3595,1032,133,0,94,'2022-03-01 21:07:23',2,28.6,28.6,0,0,0,0),(3597,1033,490,0,17,'2022-03-02 02:27:11',3,68.34,84.33,0,0,15.99,0),(3598,1033,23,0,17,'2022-03-02 02:27:11',1,111.84,117.17,0,0,5.33,0),(3599,1033,38,0,17,'2022-03-02 02:27:11',1,278.56,283.89,0,0,5.33,0),(3600,1033,118,0,17,'2022-03-02 02:27:11',1,184.8,190.13,0,0,5.33,0),(3601,1033,44,0,17,'2022-03-02 02:27:11',1,116.16,121.49,0,0,5.33,0),(3603,1034,38,0,12,'2022-03-02 05:09:14',2,557.12,557.12,0,0,0,0),(3604,1034,120,0,12,'2022-03-02 05:09:14',1,52.8,52.8,0,0,0,0),(3605,1034,49,0,12,'2022-03-02 05:09:14',2,158.4,158.4,0,0,0,0),(3606,1034,490,0,12,'2022-03-02 05:09:14',10,227.8,227.8,0,0,0,0),(3616,1036,490,0,64,'2022-03-02 18:13:26',8,182.24,182.24,0,0,0,0),(3617,1036,488,0,64,'2022-03-02 18:13:26',2,62.7,62.7,0,0,0,0),(3618,1036,49,0,64,'2022-03-02 18:13:26',1,79.2,79.2,0,0,0,0),(3619,1036,43,0,64,'2022-03-02 18:13:26',1,79.2,79.2,0,0,0,0),(3620,1036,41,0,64,'2022-03-02 18:13:26',3,199.44,199.44,0,0,0,0),(3621,1036,38,0,64,'2022-03-02 18:13:26',2,557.12,557.12,0,0,0,0),(3622,1036,23,0,64,'2022-03-02 18:13:26',3,335.52,335.52,0,0,0,0),(3624,1037,490,0,80,'2022-03-03 02:58:44',10,227.8,227.8,0,0,0,0),(3625,1037,41,0,80,'2022-03-03 02:58:44',3,199.44,199.44,0,0,0,0),(3626,1037,23,0,80,'2022-03-03 02:58:44',1,111.84,111.84,0,0,0,0),(3628,1038,38,0,80,'2022-03-03 03:01:22',1,278.56,278.56,0,0,0,0),(3629,1038,490,0,80,'2022-03-03 03:01:22',10,227.8,227.8,0,0,0,0),(3631,1040,116,0,70,'2022-03-03 19:33:43',1,145.44,145.44,0,0,0,0),(3632,1040,41,0,70,'2022-03-03 19:33:43',5,332.4,332.4,0,0,0,0),(3633,1040,41,0,70,'2022-03-03 19:33:43',1,66.48,66.48,0,0,0,0),(3638,1042,41,0,62,'2022-03-04 01:08:24',1,66.48,66.48,0,0,0,0),(3639,1042,43,0,62,'2022-03-04 01:08:24',1,79.2,79.2,0,0,0,0),(3640,1042,44,0,62,'2022-03-04 01:08:24',1,116.16,116.16,0,0,0,0),(3641,1042,93,0,62,'2022-03-04 01:08:24',10,0,0,0,0,0,0),(3642,1042,133,0,62,'2022-03-04 01:08:24',3,42.9,42.9,0,0,0,0),(3643,1042,45,0,62,'2022-03-04 01:08:24',3,126.72,126.72,0,0,0,0),(3644,1042,116,0,62,'2022-03-04 01:08:24',1,145.44,145.44,0,0,0,0),(3645,1042,43,0,62,'2022-03-04 01:08:24',1,79.2,79.2,0,0,0,0),(3647,1043,490,0,50,'2022-03-04 16:49:41',10,227.8,261.566667,0,0,33.766667,0),(3648,1043,38,0,50,'2022-03-04 16:49:41',1,278.56,281.936667,0,0,3.376667,0),(3649,1043,43,0,50,'2022-03-04 16:49:41',1,79.2,82.576667,0,0,3.376667,0),(3650,1043,120,0,50,'2022-03-04 16:49:41',1,52.8,56.176667,0,0,3.376667,0),(3651,1043,41,0,50,'2022-03-04 16:49:41',2,132.96,139.713333,0,0,6.753333,0),(3653,1044,23,0,26,'2022-03-04 19:08:29',3,335.52,335.52,0,0,0,0),(3654,1044,41,0,26,'2022-03-04 19:08:29',2,132.96,132.96,0,0,0,0),(3655,1044,45,0,26,'2022-03-04 19:08:29',2,84.48,84.48,0,0,0,0),(3656,1044,116,0,26,'2022-03-04 19:08:29',2,290.88,290.88,0,0,0,0),(3657,1044,93,0,26,'2022-03-04 19:08:29',5,0,0,0,0,0,0),(3658,1044,131,0,26,'2022-03-04 19:08:29',2,25.3,25.3,0,0,0,0),(3660,1045,490,0,25,'2022-03-04 20:51:49',10,227.8,273.857143,0,0,46.057143,0),(3661,1045,23,0,25,'2022-03-04 20:51:49',1,111.84,116.445714,0,0,4.605714,0),(3662,1045,45,0,25,'2022-03-04 20:51:49',1,42.24,46.845714,0,0,4.605714,0),(3663,1045,41,0,25,'2022-03-04 20:51:49',1,66.48,71.085714,0,0,4.605714,0),(3664,1045,49,0,25,'2022-03-04 20:51:49',1,79.2,83.805714,0,0,4.605714,0),(3666,1046,45,0,77,'2022-03-05 08:26:00',1,42.24,44.676,0,0,2.436,0),(3667,1046,41,0,77,'2022-03-05 08:26:00',2,132.96,137.832,0,0,4.872,0),(3668,1046,93,0,77,'2022-03-05 08:26:00',10,0,24.36,0,0,24.36,0),(3669,1046,320,0,77,'2022-03-05 08:26:00',2,7.5,12.372,0,0,4.872,0),(3671,1047,97,0,54,'2022-03-05 22:30:54',2,0,14.87,0,0,14.87,0),(3673,1048,490,0,49,'2022-03-06 20:19:35',4,91.12,94.48,0,0,3.36,0),(3674,1048,41,0,49,'2022-03-06 20:19:35',1,66.48,67.32,0,0,0.84,0),(3675,1048,137,0,49,'2022-03-06 20:19:35',8,48.4,55.12,0,0,6.72,0),(3676,1048,148,0,49,'2022-03-06 20:19:35',3,24.75,27.27,0,0,2.52,0),(3677,1048,318,0,49,'2022-03-06 20:19:35',10,30,38.4,0,0,8.4,0),(3679,1049,38,0,99,'2022-03-07 14:40:48',1,278.56,281.226667,0,0,2.666667,0),(3680,1049,41,0,99,'2022-03-07 14:40:48',5,332.4,345.733333,0,0,13.333333,0),(3681,1049,120,0,99,'2022-03-07 14:40:48',2,105.6,110.933333,0,0,5.333333,0),(3682,1049,44,0,99,'2022-03-07 14:40:48',1,116.16,118.826667,0,0,2.666667,0),(3683,1049,43,0,99,'2022-03-07 14:40:48',1,79.2,81.866667,0,0,2.666667,0),(3684,1049,49,0,99,'2022-03-07 14:40:48',1,79.2,81.866667,0,0,2.666667,0),(3685,1049,116,0,99,'2022-03-07 14:40:48',1,145.44,148.106667,0,0,2.666667,0),(3686,1049,93,0,99,'2022-03-07 14:40:48',4,0,10.666667,0,0,10.666667,0),(3687,1049,318,0,99,'2022-03-07 14:40:48',5,15,28.333333,0,0,13.333333,0),(3689,1050,38,0,96,'2022-03-08 00:33:28',1,278.56,278.56,0,0,0,0),(3690,1050,118,0,96,'2022-03-08 00:33:28',2,369.6,369.6,0,0,0,0),(3691,1050,43,0,96,'2022-03-08 00:33:28',1,79.2,79.2,0,0,0,0),(3692,1050,45,0,96,'2022-03-08 00:33:28',1,42.24,42.24,0,0,0,0),(3693,1050,93,0,96,'2022-03-08 00:33:28',5,0,0,0,0,0,0),(3695,1051,23,0,63,'2022-03-08 01:07:53',4,447.36,470.53,0,0,23.17,0),(3697,1053,93,0,100,'2022-03-08 16:43:33',10,0,15.381818,0,0,15.381818,0),(3698,1053,99,0,100,'2022-03-08 16:43:33',1,0,1.538182,0,0,1.538182,0),(3700,1054,43,0,46,'2022-03-09 15:24:55',1,79.2,82.36875,0,0,3.16875,0),(3701,1054,44,0,46,'2022-03-09 15:24:55',1,116.16,119.32875,0,0,3.16875,0),(3702,1054,41,0,46,'2022-03-09 15:24:55',1,66.48,69.64875,0,0,3.16875,0),(3703,1054,93,0,46,'2022-03-09 15:24:55',5,0,15.84375,0,0,15.84375,0),(3705,1055,42,0,11,'2022-03-10 17:16:31',1,79.2,79.2,0,0,0,0),(3706,1055,120,0,11,'2022-03-10 17:16:31',1,52.8,52.8,0,0,0,0),(3707,1055,41,0,11,'2022-03-10 17:16:31',1,66.48,66.48,0,0,0,0),(3708,1055,45,0,11,'2022-03-10 17:16:31',1,42.24,42.24,0,0,0,0),(3709,1055,39,0,11,'2022-03-10 17:16:31',1,79.2,79.2,0,0,0,0),(3710,1055,40,0,11,'2022-03-10 17:16:31',1,79.2,79.2,0,0,0,0),(3711,1055,488,0,11,'2022-03-10 17:16:31',1,31.35,31.35,0,0,0,0),(3712,1055,487,0,11,'2022-03-10 17:16:31',1,31.35,31.35,0,0,0,0),(3713,1055,51,0,11,'2022-03-10 17:16:31',1,147.84,147.84,0,0,0,0),(3719,1058,40,0,79,'2022-03-10 21:54:44',4,316.8,316.8,0,0,0,0),(3720,1058,39,0,79,'2022-03-10 21:54:44',3,237.6,237.6,0,0,0,0),(3721,1058,93,0,79,'2022-03-10 21:54:44',10,0,0,0,0,0,0),(3723,1059,490,0,21,'2022-03-11 22:09:33',5,113.9,117.676,0,0,3.776,0),(3724,1059,146,0,21,'2022-03-11 22:09:33',4,5.52,8.5408,0,0,3.0208,0),(3725,1059,144,0,21,'2022-03-11 22:09:33',6,8.28,12.8112,0,0,4.5312,0),(3726,1059,148,0,21,'2022-03-11 22:09:33',2,16.5,18.0104,0,0,1.5104,0),(3727,1059,148,0,21,'2022-03-11 22:09:33',8,66,72.0416,0,0,6.0416,0),(3729,1060,490,0,95,'2022-03-11 22:50:35',6,136.68,136.68,0,0,0,0),(3730,1060,23,0,95,'2022-03-11 22:50:35',3,335.52,335.52,0,0,0,0),(3731,1060,38,0,95,'2022-03-11 22:50:35',2,557.12,557.12,0,0,0,0),(3732,1060,42,0,95,'2022-03-11 22:50:35',1,79.2,79.2,0,0,0,0),(3733,1060,41,0,95,'2022-03-11 22:50:35',5,332.4,332.4,0,0,0,0),(3734,1060,118,0,95,'2022-03-11 22:50:35',1,184.8,184.8,0,0,0,0),(3735,1060,51,0,95,'2022-03-11 22:50:35',3,443.52,443.52,0,0,0,0),(3736,1060,39,0,95,'2022-03-11 22:50:35',1,79.2,79.2,0,0,0,0),(3737,1060,40,0,95,'2022-03-11 22:50:35',1,79.2,79.2,0,0,0,0),(3738,1060,43,0,95,'2022-03-11 22:50:35',2,158.4,158.4,0,0,0,0),(3739,1060,487,0,95,'2022-03-11 22:50:35',2,62.7,62.7,0,0,0,0),(3740,1060,490,0,95,'2022-03-11 22:50:35',4,91.12,91.12,0,0,0,0),(3742,1061,41,0,39,'2022-03-12 18:59:57',1,66.48,69.725714,0,0,3.245714,0),(3743,1061,95,0,39,'2022-03-12 18:59:57',10,0,32.457143,0,0,32.457143,0),(3744,1061,99,0,39,'2022-03-12 18:59:57',2,0,6.491429,0,0,6.491429,0),(3745,1061,49,0,39,'2022-03-12 18:59:57',1,79.2,82.445714,0,0,3.245714,0),(3747,1062,49,0,32,'2022-03-13 00:30:48',2,158.4,173.945,0,0,15.545,0),(3748,1062,41,0,32,'2022-03-13 00:30:48',2,132.96,148.505,0,0,15.545,0),(3752,1064,41,0,53,'2022-03-13 19:44:41',3,199.44,219.72,0,0,20.28,0),(3754,1065,41,0,67,'2022-03-13 21:20:41',3,199.44,325.896667,0,0,126.456667,0),(3755,1065,51,0,67,'2022-03-13 21:20:41',1,147.84,189.992222,0,0,42.152222,0),(3756,1065,38,0,67,'2022-03-13 21:20:41',2,557.12,641.424444,0,0,84.304444,0),(3757,1065,93,0,67,'2022-03-13 21:20:41',10,0,421.522222,0,0,421.522222,0),(3758,1065,23,0,67,'2022-03-13 21:20:41',2,223.68,307.984444,0,0,84.304444,0),(3762,1066,23,0,97,'2022-03-14 20:24:06',1,111.84,114.848571,0,0,3.008571,0),(3763,1066,41,0,97,'2022-03-14 20:24:06',1,66.48,69.488571,0,0,3.008571,0),(3764,1066,49,0,97,'2022-03-14 20:24:06',1,79.2,82.208571,0,0,3.008571,0),(3765,1066,93,0,97,'2022-03-14 20:24:06',5,0,15.042857,0,0,15.042857,0),(3766,1066,120,0,97,'2022-03-14 20:24:06',1,52.8,55.808571,0,0,3.008571,0),(3767,1066,93,0,97,'2022-03-14 20:24:06',5,0,15.042857,0,0,15.042857,0),(3771,1068,41,0,94,'2022-03-15 20:24:23',1,66.48,66.48,0,0,0,0),(3772,1068,23,0,94,'2022-03-15 20:24:23',3,335.52,335.52,0,0,0,0),(3773,1068,38,0,94,'2022-03-15 20:24:23',2,557.12,557.12,0,0,0,0),(3774,1068,131,0,94,'2022-03-15 20:24:23',4,50.6,50.6,0,0,0,0),(3776,1069,43,0,50,'2022-03-15 22:36:42',1,79.2,79.2,0,0,0,0),(3777,1069,120,0,50,'2022-03-15 22:36:42',1,52.8,52.8,0,0,0,0),(3778,1069,41,0,50,'2022-03-15 22:36:42',3,199.44,199.44,0,0,0,0),(3779,1069,490,0,50,'2022-03-15 22:36:42',10,227.8,227.8,0,0,0,0),(3781,1070,23,0,50,'2022-03-15 22:51:27',2,223.68,223.68,0,0,0,0),(3782,1070,41,0,50,'2022-03-15 22:51:27',2,132.96,132.96,0,0,0,0),(3783,1070,490,0,50,'2022-03-15 22:51:27',10,227.8,227.8,0,0,0,0),(3785,1071,23,0,50,'2022-03-15 23:01:11',2,223.68,227.645217,0,0,3.965217,0),(3786,1071,41,0,50,'2022-03-15 23:01:11',2,132.96,136.925217,0,0,3.965217,0),(3787,1071,490,0,50,'2022-03-15 23:01:11',10,227.8,247.626087,0,0,19.826087,0),(3788,1071,137,0,50,'2022-03-15 23:01:11',9,54.45,72.293478,0,0,17.843478,0),(3790,1072,23,0,57,'2022-03-16 19:08:40',1,111.84,111.84,0,0,0,0),(3791,1072,38,0,57,'2022-03-16 19:08:40',2,557.12,557.12,0,0,0,0),(3792,1072,41,0,57,'2022-03-16 19:08:40',1,66.48,66.48,0,0,0,0),(3793,1072,93,0,57,'2022-03-16 19:08:40',8,0,0,0,0,0,0),(3795,1073,41,0,17,'2022-03-16 19:49:24',1,66.48,71.58,0,0,5.1,0),(3796,1073,43,0,17,'2022-03-16 19:49:24',1,79.2,84.3,0,0,5.1,0),(3797,1073,44,0,17,'2022-03-16 19:49:24',1,116.16,121.26,0,0,5.1,0),(3799,1075,38,0,12,'2022-03-18 18:32:31',1,278.56,278.56,0,0,0,0),(3800,1075,23,0,12,'2022-03-18 18:32:31',3,335.52,335.52,0,0,0,0),(3801,1075,41,0,12,'2022-03-18 18:32:31',4,265.92,265.92,0,0,0,0),(3802,1075,49,0,12,'2022-03-18 18:32:31',2,158.4,158.4,0,0,0,0),(3803,1075,43,0,12,'2022-03-18 18:32:31',1,79.2,79.2,0,0,0,0),(3804,1075,487,0,12,'2022-03-18 18:32:31',2,62.7,62.7,0,0,0,0),(3805,1075,490,0,12,'2022-03-18 18:32:31',10,227.8,227.8,0,0,0,0),(3806,1075,320,0,12,'2022-03-18 18:32:31',20,75,75,0,0,0,0),(3808,1076,41,0,82,'2022-03-19 18:05:55',2,132.96,139.745,0,0,6.785,0),(3809,1076,23,0,82,'2022-03-19 18:05:55',2,223.68,230.465,0,0,6.785,0),(3810,1076,490,0,82,'2022-03-19 18:05:55',4,91.12,104.69,0,0,13.57,0),(3812,1077,93,0,58,'2022-03-21 11:22:35',8,0,16,0,0,16,0),(3814,1078,42,0,11,'2022-03-21 18:17:54',1,79.2,79.2,0,0,0,0),(3815,1078,45,0,11,'2022-03-21 18:17:54',1,42.24,42.24,0,0,0,0),(3816,1078,39,0,11,'2022-03-21 18:17:54',1,79.2,79.2,0,0,0,0),(3817,1078,40,0,11,'2022-03-21 18:17:54',1,79.2,79.2,0,0,0,0),(3818,1078,120,0,11,'2022-03-21 18:17:54',1,52.8,52.8,0,0,0,0),(3819,1078,43,0,11,'2022-03-21 18:17:54',1,79.2,79.2,0,0,0,0),(3820,1078,49,0,11,'2022-03-21 18:17:54',1,79.2,79.2,0,0,0,0),(3821,1078,41,0,11,'2022-03-21 18:17:54',2,132.96,132.96,0,0,0,0),(3823,1079,93,0,40,'2022-03-22 18:19:31',10,0,27.054545,0,0,27.054545,0),(3824,1079,41,0,40,'2022-03-22 18:19:31',1,66.48,69.185455,0,0,2.705455,0),(3826,1080,93,0,40,'2022-03-22 18:20:52',10,0,27.61,0,0,27.61,0),(3833,1083,489,0,29,'2022-03-22 19:36:27',3,58.29,69.17,0,0,10.88,0),(3835,1084,49,0,90,'2022-03-22 19:52:43',1,79.2,79.2,0,0,0,0),(3836,1084,43,0,90,'2022-03-22 19:52:43',1,79.2,79.2,0,0,0,0),(3837,1084,23,0,90,'2022-03-22 19:52:43',1,111.84,111.84,0,0,0,0),(3838,1084,38,0,90,'2022-03-22 19:52:43',1,278.56,278.56,0,0,0,0),(3839,1084,41,0,90,'2022-03-22 19:52:43',1,66.48,66.48,0,0,0,0),(3841,1085,40,0,90,'2022-03-22 19:56:04',1,79.2,79.2,0,0,0,0),(3842,1085,38,0,90,'2022-03-22 19:56:04',1,278.56,278.56,0,0,0,0),(3843,1085,43,0,90,'2022-03-22 19:56:04',2,158.4,158.4,0,0,0,0),(3845,1086,490,0,95,'2022-03-22 21:51:11',10,227.8,259.16,0,0,31.36,0),(3847,1087,490,0,95,'2022-03-22 21:54:47',10,227.8,259.16,0,0,31.36,0),(3849,1088,43,0,90,'2022-03-22 23:36:53',3,237.6,237.6,0,0,0,0),(3850,1088,41,0,90,'2022-03-22 23:36:53',1,66.48,66.48,0,0,0,0),(3851,1088,488,0,90,'2022-03-22 23:36:53',1,31.35,31.35,0,0,0,0),(3852,1088,490,0,90,'2022-03-22 23:36:53',8,182.24,182.24,0,0,0,0),(3854,1089,41,0,90,'2022-03-22 23:40:21',2,132.96,132.96,0,0,0,0),(3855,1089,42,0,90,'2022-03-22 23:40:21',1,79.2,79.2,0,0,0,0),(3856,1089,487,0,90,'2022-03-22 23:40:21',1,31.35,31.35,0,0,0,0),(3857,1089,38,0,90,'2022-03-22 23:40:21',2,557.12,557.12,0,0,0,0),(3858,1089,490,0,90,'2022-03-22 23:40:21',10,227.8,227.8,0,0,0,0),(3860,1090,51,0,43,'2022-03-23 03:02:19',1,147.84,153.68,0,0,5.84,0),(3861,1090,93,0,43,'2022-03-23 03:02:19',3,0,17.52,0,0,17.52,0),(3862,1090,41,0,43,'2022-03-23 03:02:19',1,66.48,72.32,0,0,5.84,0),(3864,1091,93,0,86,'2022-03-23 17:47:46',5,0,17.471429,0,0,17.471429,0),(3865,1091,97,0,86,'2022-03-23 17:47:46',1,0,3.494286,0,0,3.494286,0),(3866,1091,99,0,86,'2022-03-23 17:47:46',1,0,3.494286,0,0,3.494286,0),(3868,1092,490,0,80,'2022-03-23 20:33:00',10,227.8,227.8,0,0,0,0),(3869,1092,49,0,80,'2022-03-23 20:33:00',2,158.4,158.4,0,0,0,0),(3870,1092,43,0,80,'2022-03-23 20:33:00',2,158.4,158.4,0,0,0,0),(3871,1092,488,0,80,'2022-03-23 20:33:00',4,125.4,125.4,0,0,0,0),(3873,1093,45,0,86,'2022-03-24 16:47:03',3,126.72,151.73,0,0,25.01,0),(3875,1094,490,0,80,'2022-03-25 03:52:14',10,227.8,227.8,0,0,0,0),(3876,1094,488,0,80,'2022-03-25 03:52:14',4,125.4,125.4,0,0,0,0),(3877,1094,41,0,80,'2022-03-25 03:52:14',2,132.96,132.96,0,0,0,0),(3878,1094,49,0,80,'2022-03-25 03:52:14',1,79.2,79.2,0,0,0,0),(3880,1095,490,0,64,'2022-03-28 16:31:39',8,182.24,182.24,0,0,0,0),(3881,1095,49,0,64,'2022-03-28 16:31:39',2,158.4,158.4,0,0,0,0),(3882,1095,43,0,64,'2022-03-28 16:31:39',1,79.2,79.2,0,0,0,0),(3883,1095,41,0,64,'2022-03-28 16:31:39',3,199.44,199.44,0,0,0,0),(3884,1095,38,0,64,'2022-03-28 16:31:39',2,557.12,557.12,0,0,0,0),(3885,1095,23,0,64,'2022-03-28 16:31:39',2,223.68,223.68,0,0,0,0),(3886,1095,120,0,64,'2022-03-28 16:31:39',1,52.8,52.8,0,0,0,0),(3887,1095,45,0,64,'2022-03-28 16:31:39',2,84.48,84.48,0,0,0,0),(3888,1095,489,0,64,'2022-03-28 16:31:39',1,19.43,19.43,0,0,0,0),(3890,1096,23,0,69,'2022-03-28 16:48:19',6,671.04,699.3,0,0,28.26,0),(3891,1096,41,0,69,'2022-03-28 16:48:19',2,132.96,142.38,0,0,9.42,0),(3892,1096,40,0,69,'2022-03-28 16:48:19',1,79.2,83.91,0,0,4.71,0),(3893,1096,43,0,69,'2022-03-28 16:48:19',5,396,419.55,0,0,23.55,0),(3894,1096,93,0,69,'2022-03-28 16:48:19',4,0,18.84,0,0,18.84,0),(3895,1096,97,0,69,'2022-03-28 16:48:19',1,0,4.71,0,0,4.71,0),(3896,1096,99,0,69,'2022-03-28 16:48:19',1,0,4.71,0,0,4.71,0),(3897,1096,146,0,69,'2022-03-28 16:48:19',2,2.76,12.18,0,0,9.42,0),(3899,1098,23,0,30,'2022-03-28 19:43:07',2,223.68,231.52,0,0,7.84,0),(3900,1098,42,0,30,'2022-03-28 19:43:07',1,79.2,83.12,0,0,3.92,0),(3901,1098,51,0,30,'2022-03-28 19:43:07',1,147.84,151.76,0,0,3.92,0),(3902,1098,93,0,30,'2022-03-28 19:43:07',2,0,7.84,0,0,7.84,0),(3904,1099,51,0,12,'2022-03-29 01:27:18',4,591.36,591.36,0,0,0,0),(3905,1099,490,0,12,'2022-03-29 01:27:18',10,227.8,227.8,0,0,0,0),(3906,1099,38,0,12,'2022-03-29 01:27:18',1,278.56,278.56,0,0,0,0),(3908,1100,118,0,12,'2022-03-29 16:45:45',2,369.6,369.6,0,0,0,0),(3909,1100,120,0,12,'2022-03-29 16:45:45',2,105.6,105.6,0,0,0,0),(3910,1100,487,0,12,'2022-03-29 16:45:45',2,62.7,62.7,0,0,0,0),(3912,1101,38,0,13,'2022-03-29 22:47:25',2,557.12,557.12,0,0,0,0),(3913,1101,41,0,13,'2022-03-29 22:47:25',2,132.96,132.96,0,0,0,0),(3915,1102,490,0,64,'2022-04-01 19:32:17',8,182.24,182.24,0,0,0,0),(3916,1102,45,0,64,'2022-04-01 19:32:17',1,42.24,42.24,0,0,0,0),(3917,1102,41,0,64,'2022-04-01 19:32:17',2,132.96,132.96,0,0,0,0),(3918,1102,38,0,64,'2022-04-01 19:32:17',1,278.56,278.56,0,0,0,0),(3919,1102,23,0,64,'2022-04-01 19:32:17',1,111.84,111.84,0,0,0,0),(3920,1102,488,0,64,'2022-04-01 19:32:17',2,62.7,62.7,0,0,0,0),(3921,1102,49,0,64,'2022-04-01 19:32:17',1,79.2,79.2,0,0,0,0),(3923,1103,45,0,32,'2022-04-02 23:26:28',2,84.48,94.235,0,0,9.755,0),(3924,1103,133,0,32,'2022-04-02 23:26:28',3,42.9,57.5325,0,0,14.6325,0),(3925,1103,135,0,32,'2022-04-02 23:26:28',5,12.4,36.7875,0,0,24.3875,0),(3926,1103,49,0,32,'2022-04-02 23:26:28',2,158.4,168.155,0,0,9.755,0),(3932,1105,93,0,54,'2022-04-04 12:37:03',10,0,16.97,0,0,16.97,0),(3934,1106,93,0,54,'2022-04-04 12:38:19',10,0,16.97,0,0,16.97,0),(3936,1107,93,0,83,'2022-04-04 14:11:40',5,0,8.485,0,0,8.485,0),(3937,1107,93,0,83,'2022-04-04 14:11:40',5,0,8.485,0,0,8.485,0),(3939,1108,41,0,39,'2022-04-04 17:12:52',1,66.48,72.058,0,0,5.578,0),(3940,1108,43,0,39,'2022-04-04 17:12:52',2,158.4,169.556,0,0,11.156,0),(3941,1108,42,0,39,'2022-04-04 17:12:52',1,79.2,84.778,0,0,5.578,0),(3942,1108,23,0,39,'2022-04-04 17:12:52',1,111.84,117.418,0,0,5.578,0),(3944,1109,41,0,11,'2022-04-04 17:27:25',2,132.96,132.96,0,0,0,0),(3945,1109,120,0,11,'2022-04-04 17:27:25',1,52.8,52.8,0,0,0,0),(3946,1109,490,0,11,'2022-04-04 17:27:25',10,227.8,227.8,0,0,0,0),(3947,1109,487,0,11,'2022-04-04 17:27:25',1,31.35,31.35,0,0,0,0),(3948,1109,51,0,11,'2022-04-04 17:27:25',1,147.84,147.84,0,0,0,0),(3950,1110,23,0,62,'2022-04-04 19:20:24',3,335.52,335.52,0,0,0,0),(3951,1110,45,0,62,'2022-04-04 19:20:24',3,126.72,126.72,0,0,0,0),(3952,1110,41,0,62,'2022-04-04 19:20:24',4,265.92,265.92,0,0,0,0),(3953,1110,93,0,62,'2022-04-04 19:20:24',10,0,0,0,0,0,0),(3954,1110,133,0,62,'2022-04-04 19:20:24',3,42.9,42.9,0,0,0,0),(3955,1110,97,0,62,'2022-04-04 19:20:24',2,0,0,0,0,0,0),(3956,1110,99,0,62,'2022-04-04 19:20:24',2,0,0,0,0,0,0),(3958,1111,43,0,62,'2022-04-04 19:32:20',1,79.2,79.2,0,0,0,0),(3959,1111,49,0,62,'2022-04-04 19:32:20',2,158.4,158.4,0,0,0,0),(3960,1111,93,0,62,'2022-04-04 19:32:20',10,0,0,0,0,0,0),(3961,1111,44,0,62,'2022-04-04 19:32:20',4,464.64,464.64,0,0,0,0),(3963,1112,44,0,17,'2022-04-05 01:36:59',1,116.16,120.556667,0,0,4.396667,0),(3964,1112,23,0,17,'2022-04-05 01:36:59',1,111.84,116.236667,0,0,4.396667,0),(3965,1112,38,0,17,'2022-04-05 01:36:59',1,278.56,282.956667,0,0,4.396667,0),(3966,1112,118,0,17,'2022-04-05 01:36:59',1,184.8,189.196667,0,0,4.396667,0),(3967,1112,490,0,17,'2022-04-05 01:36:59',5,113.9,135.883333,0,0,21.983333,0),(3977,1116,38,0,79,'2022-04-05 23:23:03',1,278.56,278.56,0,0,0,0),(3978,1116,23,0,79,'2022-04-05 23:23:03',1,111.84,111.84,0,0,0,0),(3979,1116,93,0,79,'2022-04-05 23:23:03',10,0,0,0,0,0,0),(3980,1116,39,0,79,'2022-04-05 23:23:03',2,158.4,158.4,0,0,0,0),(3981,1116,40,0,79,'2022-04-05 23:23:03',2,158.4,158.4,0,0,0,0),(3986,1118,490,0,50,'2022-04-06 19:24:22',10,227.8,266.7,0,0,38.9,0),(3987,1118,38,0,50,'2022-04-06 19:24:22',1,278.56,282.45,0,0,3.89,0),(3989,1119,93,0,60,'2022-04-07 17:55:48',10,0,13.63,0,0,13.63,0),(3991,1120,38,0,49,'2022-04-07 22:40:19',1,278.56,278.56,0,0,0,0),(3992,1120,120,0,49,'2022-04-07 22:40:19',1,52.8,52.8,0,0,0,0),(3993,1120,41,0,49,'2022-04-07 22:40:19',2,132.96,132.96,0,0,0,0),(3994,1120,23,0,49,'2022-04-07 22:40:19',2,223.68,223.68,0,0,0,0),(3995,1120,51,0,49,'2022-04-07 22:40:19',1,147.84,147.84,0,0,0,0),(3997,1121,23,0,62,'2022-04-08 13:48:18',-3,-335.52,-335.52,0,0,0,0),(3998,1121,45,0,62,'2022-04-08 13:48:18',-3,-126.72,-126.72,0,0,0,0),(3999,1121,41,0,62,'2022-04-08 13:48:18',-4,-265.92,-265.92,0,0,0,0),(4000,1121,93,0,62,'2022-04-08 13:48:18',-10,0,0,0,0,0,0),(4001,1121,133,0,62,'2022-04-08 13:48:18',-3,-42.9,-42.9,0,0,0,0),(4002,1121,97,0,62,'2022-04-08 13:48:18',-2,0,0,0,0,0,0),(4003,1121,99,0,62,'2022-04-08 13:48:18',-2,0,0,0,0,0,0),(4004,1122,43,0,62,'2022-04-08 13:49:06',-1,-79.2,-79.2,0,0,0,0),(4005,1122,49,0,62,'2022-04-08 13:49:06',-2,-158.4,-158.4,0,0,0,0),(4006,1122,93,0,62,'2022-04-08 13:49:06',-10,0,0,0,0,0,0),(4007,1122,44,0,62,'2022-04-08 13:49:06',-4,-464.64,-464.64,0,0,0,0),(4008,1123,43,0,62,'2022-04-12 00:33:42',1,79.2,82.874211,0,0,3.674211,0),(4009,1123,49,0,62,'2022-04-12 00:33:42',2,158.4,165.748421,0,0,7.348421,0),(4010,1123,44,0,62,'2022-04-12 00:33:42',4,464.64,479.336842,0,0,14.696842,0),(4011,1123,93,0,62,'2022-04-12 00:33:42',10,0,36.742105,0,0,36.742105,0),(4012,1123,97,0,62,'2022-04-12 00:33:42',1,0,3.674211,0,0,3.674211,0),(4013,1123,99,0,62,'2022-04-12 00:33:42',1,0,3.674211,0,0,3.674211,0),(4015,1124,23,0,62,'2022-04-12 00:35:34',3,335.52,342.211304,0,0,6.691304,0),(4016,1124,41,0,62,'2022-04-12 00:35:34',5,332.4,343.552174,0,0,11.152174,0),(4017,1124,93,0,62,'2022-04-12 00:35:34',10,0,22.304348,0,0,22.304348,0),(4018,1124,97,0,62,'2022-04-12 00:35:34',1,0,2.230435,0,0,2.230435,0),(4019,1124,99,0,62,'2022-04-12 00:35:34',1,0,2.230435,0,0,2.230435,0),(4020,1124,133,0,62,'2022-04-12 00:35:34',3,42.9,49.591304,0,0,6.691304,0),(4022,1125,41,0,94,'2022-04-12 03:17:33',1,66.48,66.48,0,0,0,0),(4023,1125,23,0,94,'2022-04-12 03:17:33',3,335.52,335.52,0,0,0,0),(4024,1125,38,0,94,'2022-04-12 03:17:33',2,557.12,557.12,0,0,0,0),(4025,1125,131,0,94,'2022-04-12 03:17:33',6,75.9,75.9,0,0,0,0),(4026,1125,45,0,94,'2022-04-12 03:17:33',2,84.48,84.48,0,0,0,0),(4027,1125,39,0,94,'2022-04-12 03:17:33',1,79.2,79.2,0,0,0,0),(4028,1125,40,0,94,'2022-04-12 03:17:33',1,79.2,79.2,0,0,0,0),(4029,1125,43,0,94,'2022-04-12 03:17:33',1,79.2,79.2,0,0,0,0),(4030,1125,490,0,94,'2022-04-12 03:17:33',10,227.8,227.8,0,0,0,0),(4031,1125,488,0,94,'2022-04-12 03:17:33',2,62.7,62.7,0,0,0,0),(4032,1125,487,0,94,'2022-04-12 03:17:33',1,31.35,31.35,0,0,0,0),(4033,1125,133,0,94,'2022-04-12 03:17:33',2,28.6,28.6,0,0,0,0),(4035,1126,131,0,26,'2022-04-12 19:05:58',3,37.95,37.95,0,0,0,0),(4036,1126,39,0,26,'2022-04-12 19:05:58',1,79.2,79.2,0,0,0,0),(4037,1126,23,0,26,'2022-04-12 19:05:58',1,111.84,111.84,0,0,0,0),(4038,1126,38,0,26,'2022-04-12 19:05:58',1,278.56,278.56,0,0,0,0),(4039,1126,49,0,26,'2022-04-12 19:05:58',1,79.2,79.2,0,0,0,0),(4041,1127,41,0,46,'2022-04-12 20:14:29',1,66.48,69.367143,0,0,2.887143,0),(4042,1127,43,0,46,'2022-04-12 20:14:29',1,79.2,82.087143,0,0,2.887143,0),(4043,1127,93,0,46,'2022-04-12 20:14:29',5,0,14.435714,0,0,14.435714,0),(4045,1129,23,0,67,'2022-04-13 19:40:56',1,111.84,147.568462,0,0,35.728462,0),(4046,1129,38,0,67,'2022-04-13 19:40:56',1,278.56,314.288462,0,0,35.728462,0),(4047,1129,118,0,67,'2022-04-13 19:40:56',1,184.8,220.528462,0,0,35.728462,0),(4048,1129,93,0,67,'2022-04-13 19:40:56',10,0,357.284615,0,0,357.284615,0),(4052,1130,38,0,6,'2022-04-13 19:43:38',3,835.68,835.68,0,0,0,0),(4053,1130,23,0,6,'2022-04-13 19:43:38',2,223.68,223.68,0,0,0,0),(4054,1130,45,0,6,'2022-04-13 19:43:38',1,42.24,42.24,0,0,0,0),(4055,1130,41,0,6,'2022-04-13 19:43:38',4,265.92,265.92,0,0,0,0),(4056,1130,116,0,6,'2022-04-13 19:43:38',2,290.88,290.88,0,0,0,0),(4057,1130,49,0,6,'2022-04-13 19:43:38',2,158.4,158.4,0,0,0,0),(4058,1130,45,0,6,'2022-04-13 19:43:38',1,42.24,42.24,0,0,0,0),(4060,1131,490,0,50,'2022-04-14 17:28:26',10,227.8,227.8,0,0,0,0),(4061,1131,43,0,50,'2022-04-14 17:28:26',2,158.4,158.4,0,0,0,0),(4062,1131,120,0,50,'2022-04-14 17:28:26',2,105.6,105.6,0,0,0,0),(4063,1131,41,0,50,'2022-04-14 17:28:26',1,66.48,66.48,0,0,0,0),(4065,1132,38,0,11,'2022-04-15 19:45:27',1,278.56,278.56,0,0,0,0),(4066,1132,45,0,11,'2022-04-15 19:45:27',1,42.24,42.24,0,0,0,0),(4067,1132,43,0,11,'2022-04-15 19:45:27',1,79.2,79.2,0,0,0,0),(4068,1132,490,0,11,'2022-04-15 19:45:27',10,227.8,227.8,0,0,0,0),(4069,1132,488,0,11,'2022-04-15 19:45:27',1,31.35,31.35,0,0,0,0),(4070,1132,487,0,11,'2022-04-15 19:45:27',1,31.35,31.35,0,0,0,0),(4072,1133,490,0,95,'2022-04-15 20:41:59',10,227.8,259.46,0,0,31.66,0),(4074,1134,131,0,52,'2022-04-16 23:06:36',5,63.25,71.358333,0,0,8.108333,0),(4075,1134,133,0,52,'2022-04-16 23:06:36',1,14.3,15.921667,0,0,1.621667,0),(4076,1134,95,0,52,'2022-04-16 23:06:36',6,0,9.73,0,0,9.73,0),(4077,1134,93,0,52,'2022-04-16 23:06:36',6,0,9.73,0,0,9.73,0),(4086,1136,42,0,53,'2022-04-18 17:05:27',2,158.4,170.814,0,0,12.414,0),(4087,1136,39,0,53,'2022-04-18 17:05:27',1,79.2,85.407,0,0,6.207,0),(4088,1136,40,0,53,'2022-04-18 17:05:27',1,79.2,85.407,0,0,6.207,0),(4089,1136,43,0,53,'2022-04-18 17:05:27',2,158.4,170.814,0,0,12.414,0),(4090,1136,49,0,53,'2022-04-18 17:05:27',2,158.4,170.814,0,0,12.414,0),(4091,1136,120,0,53,'2022-04-18 17:05:27',2,105.6,118.014,0,0,12.414,0),(4093,1137,490,0,95,'2022-04-18 19:54:00',10,227.8,259.46,0,0,31.66,0),(4095,1138,490,0,80,'2022-04-18 23:14:31',10,227.8,227.8,0,0,0,0),(4096,1138,49,0,80,'2022-04-18 23:14:31',2,158.4,158.4,0,0,0,0),(4097,1138,23,0,80,'2022-04-18 23:14:31',2,223.68,223.68,0,0,0,0),(4098,1138,41,0,80,'2022-04-18 23:14:31',6,398.88,398.88,0,0,0,0),(4100,1139,23,0,82,'2022-04-19 02:04:24',2,223.68,232.392727,0,0,8.712727,0),(4101,1139,41,0,82,'2022-04-19 02:04:24',1,66.48,70.836364,0,0,4.356364,0),(4102,1139,490,0,82,'2022-04-19 02:04:24',6,136.68,162.818182,0,0,26.138182,0),(4103,1139,488,0,82,'2022-04-19 02:04:24',2,62.7,71.412727,0,0,8.712727,0),(4105,1140,38,0,90,'2022-04-19 15:28:55',1,278.56,278.56,0,0,0,0),(4106,1140,23,0,90,'2022-04-19 15:28:55',1,111.84,111.84,0,0,0,0),(4107,1140,42,0,90,'2022-04-19 15:28:55',2,158.4,158.4,0,0,0,0),(4108,1140,490,0,90,'2022-04-19 15:28:55',1,22.78,22.78,0,0,0,0),(4110,1141,43,0,90,'2022-04-19 15:34:47',2,158.4,158.4,0,0,0,0),(4111,1141,490,0,90,'2022-04-19 15:34:47',10,227.8,227.8,0,0,0,0),(4112,1141,41,0,90,'2022-04-19 15:34:47',1,66.48,66.48,0,0,0,0),(4113,1141,39,0,90,'2022-04-19 15:34:47',1,79.2,79.2,0,0,0,0),(4114,1141,40,0,90,'2022-04-19 15:34:47',1,79.2,79.2,0,0,0,0),(4115,1141,38,0,90,'2022-04-19 15:34:47',2,557.12,557.12,0,0,0,0),(4117,1142,42,0,90,'2022-04-19 15:38:14',1,79.2,79.2,0,0,0,0),(4118,1142,43,0,90,'2022-04-19 15:38:14',3,237.6,237.6,0,0,0,0),(4119,1142,49,0,90,'2022-04-19 15:38:14',1,79.2,79.2,0,0,0,0),(4120,1142,120,0,90,'2022-04-19 15:38:14',1,52.8,52.8,0,0,0,0),(4121,1142,41,0,90,'2022-04-19 15:38:14',2,132.96,132.96,0,0,0,0),(4122,1142,23,0,90,'2022-04-19 15:38:14',2,223.68,223.68,0,0,0,0),(4123,1142,490,0,90,'2022-04-19 15:38:14',10,227.8,227.8,0,0,0,0),(4125,1143,490,0,90,'2022-04-19 15:40:51',10,227.8,227.8,0,0,0,0),(4126,1143,487,0,90,'2022-04-19 15:40:51',1,31.35,31.35,0,0,0,0),(4127,1143,43,0,90,'2022-04-19 15:40:51',1,79.2,79.2,0,0,0,0),(4128,1143,49,0,90,'2022-04-19 15:40:51',1,79.2,79.2,0,0,0,0),(4129,1143,23,0,90,'2022-04-19 15:40:51',1,111.84,111.84,0,0,0,0),(4131,1144,43,0,90,'2022-04-19 15:44:25',3,237.6,257.31,0,0,19.71,0),(4132,1144,488,0,90,'2022-04-19 15:44:25',1,31.35,37.92,0,0,6.57,0),(4133,1144,41,0,90,'2022-04-19 15:44:25',1,66.48,73.05,0,0,6.57,0),(4135,1145,487,0,29,'2022-04-20 21:57:12',2,62.7,75.47,0,0,12.77,0),(4137,1147,120,0,61,'2022-04-21 17:28:51',2,105.6,119.446667,0,0,13.846667,0),(4138,1147,487,0,61,'2022-04-21 17:28:51',1,31.35,38.273333,0,0,6.923333,0),(4140,1148,93,0,81,'2022-04-22 20:06:04',6,0,13.64,0,0,13.64,0),(4142,1149,49,0,32,'2022-04-22 21:31:46',2,158.4,178.946667,0,0,20.546667,0),(4143,1149,120,0,32,'2022-04-22 21:31:46',1,52.8,63.073333,0,0,10.273333,0),(4145,1150,93,0,57,'2022-04-23 01:54:46',10,0,0,0,0,0,0),(4146,1150,23,0,57,'2022-04-23 01:54:46',2,223.68,223.68,0,0,0,0),(4147,1150,38,0,57,'2022-04-23 01:54:46',2,557.12,557.12,0,0,0,0),(4148,1150,45,0,57,'2022-04-23 01:54:46',2,84.48,84.48,0,0,0,0),(4149,1150,41,0,57,'2022-04-23 01:54:46',2,132.96,132.96,0,0,0,0),(4151,1151,23,0,50,'2022-04-24 12:19:40',1,111.84,111.84,0,0,0,0),(4152,1151,490,0,50,'2022-04-24 12:19:40',10,227.8,227.8,0,0,0,0),(4153,1151,487,0,50,'2022-04-24 12:19:40',1,31.35,31.35,0,0,0,0),(4154,1151,44,0,50,'2022-04-24 12:19:40',1,116.16,116.16,0,0,0,0),(4155,1151,41,0,50,'2022-04-24 12:19:40',1,66.48,66.48,0,0,0,0),(4157,1152,93,0,60,'2022-04-25 00:06:33',10,0,14.581818,0,0,14.581818,0),(4158,1152,97,0,60,'2022-04-25 00:06:33',1,0,1.458182,0,0,1.458182,0),(4160,1153,23,0,63,'2022-04-25 00:45:41',2,223.68,229.866316,0,0,6.186316,0),(4161,1153,41,0,63,'2022-04-25 00:45:41',4,265.92,278.292632,0,0,12.372632,0),(4162,1153,49,0,63,'2022-04-25 00:45:41',3,237.6,246.879474,0,0,9.279474,0),(4163,1153,93,0,63,'2022-04-25 00:45:41',10,0,30.931579,0,0,30.931579,0),(4165,1154,93,0,63,'2022-04-25 00:46:51',10,0,14.37,0,0,14.37,0),(4167,1155,93,0,58,'2022-04-25 11:14:49',8,0,20.2,0,0,20.2,0),(4169,1156,45,0,11,'2022-04-25 16:54:24',1,42.24,42.24,0,0,0,0),(4170,1156,43,0,11,'2022-04-25 16:54:24',1,79.2,79.2,0,0,0,0),(4171,1156,487,0,11,'2022-04-25 16:54:24',1,31.35,31.35,0,0,0,0),(4172,1156,23,0,11,'2022-04-25 16:54:24',1,111.84,111.84,0,0,0,0),(4173,1156,45,0,11,'2022-04-25 16:54:24',1,42.24,42.24,0,0,0,0),(4174,1156,118,0,11,'2022-04-25 16:54:24',1,184.8,184.8,0,0,0,0),(4175,1156,44,0,11,'2022-04-25 16:54:24',1,116.16,116.16,0,0,0,0),(4176,1156,43,0,11,'2022-04-25 16:54:24',1,79.2,79.2,0,0,0,0),(4177,1156,120,0,11,'2022-04-25 16:54:24',1,52.8,52.8,0,0,0,0),(4178,1156,487,0,11,'2022-04-25 16:54:24',1,31.35,31.35,0,0,0,0),(4179,1156,41,0,11,'2022-04-25 16:54:24',1,66.48,66.48,0,0,0,0),(4181,1157,99,0,99,'2022-04-26 12:34:31',3,0,0,0,0,0,0),(4182,1157,93,0,99,'2022-04-26 12:34:31',10,0,0,0,0,0,0),(4183,1157,95,0,99,'2022-04-26 12:34:31',4,0,0,0,0,0,0),(4184,1157,41,0,99,'2022-04-26 12:34:31',8,531.84,531.84,0,0,0,0),(4185,1157,38,0,99,'2022-04-26 12:34:31',1,278.56,278.56,0,0,0,0),(4186,1157,51,0,99,'2022-04-26 12:34:31',1,147.84,147.84,0,0,0,0),(4187,1157,318,0,99,'2022-04-26 12:34:31',5,15,15,0,0,0,0),(4188,1157,320,0,99,'2022-04-26 12:34:31',1,3.75,3.75,0,0,0,0),(4189,1157,148,0,99,'2022-04-26 12:34:31',1,8.25,8.25,0,0,0,0),(4191,1158,93,0,40,'2022-04-26 17:55:34',10,0,30.409091,0,0,30.409091,0),(4192,1158,42,0,40,'2022-04-26 17:55:34',1,79.2,82.240909,0,0,3.040909,0),(4194,1159,38,0,90,'2022-04-27 13:58:01',2,557.12,557.12,0,0,0,0),(4196,1160,490,0,90,'2022-04-27 14:04:34',10,227.8,227.8,0,0,0,0),(4197,1160,38,0,90,'2022-04-27 14:04:34',1,278.56,278.56,0,0,0,0),(4199,1161,41,0,55,'2022-04-27 18:39:45',1,66.48,68.417778,0,0,1.937778,0),(4200,1161,490,0,55,'2022-04-27 18:39:45',8,182.24,197.742222,0,0,15.502222,0),(4202,1162,97,0,54,'2022-04-28 15:34:33',2,0,15.46,0,0,15.46,0),(4207,1164,93,0,100,'2022-04-28 17:08:00',10,0,14.37,0,0,14.37,0),(4209,1166,93,0,57,'2022-04-28 20:06:05',-2,0,0,0,0,0,0),(4210,1166,23,0,57,'2022-04-28 20:06:05',-2,-223.68,-223.68,0,0,0,0),(4211,1166,38,0,57,'2022-04-28 20:06:05',-2,-557.12,-557.12,0,0,0,0),(4212,1166,45,0,57,'2022-04-28 20:06:05',-2,-84.48,-84.48,0,0,0,0),(4213,1166,41,0,57,'2022-04-28 20:06:05',-2,-132.96,-132.96,0,0,0,0),(4214,1167,93,0,57,'2022-04-28 20:42:42',10,0,0,0,0,0,0),(4215,1167,23,0,57,'2022-04-28 20:42:42',2,223.68,223.68,0,0,0,0),(4216,1167,38,0,57,'2022-04-28 20:42:42',2,557.12,557.12,0,0,0,0),(4217,1167,45,0,57,'2022-04-28 20:42:42',2,84.48,84.48,0,0,0,0),(4218,1167,41,0,57,'2022-04-28 20:42:42',2,132.96,132.96,0,0,0,0),(4220,1168,41,0,40,'2022-05-02 20:49:09',2,132.96,147.48,0,0,14.52,0),(4222,1169,44,0,17,'2022-05-03 02:02:37',1,116.16,119.824444,0,0,3.664444,0),(4223,1169,23,0,17,'2022-05-03 02:02:37',1,111.84,115.504444,0,0,3.664444,0),(4224,1169,490,0,17,'2022-05-03 02:02:37',4,91.12,105.777778,0,0,14.657778,0),(4225,1169,41,0,17,'2022-05-03 02:02:37',1,66.48,70.144444,0,0,3.664444,0),(4226,1169,44,0,17,'2022-05-03 02:02:37',1,116.16,119.824444,0,0,3.664444,0),(4227,1169,49,0,17,'2022-05-03 02:02:37',1,79.2,82.864444,0,0,3.664444,0),(4229,1170,23,0,12,'2022-05-03 06:24:43',2,223.68,223.68,0,0,0,0),(4230,1170,38,0,12,'2022-05-03 06:24:43',2,557.12,557.12,0,0,0,0),(4231,1170,45,0,12,'2022-05-03 06:24:43',1,42.24,42.24,0,0,0,0),(4232,1170,41,0,12,'2022-05-03 06:24:43',2,132.96,132.96,0,0,0,0),(4233,1170,51,0,12,'2022-05-03 06:24:43',2,295.68,295.68,0,0,0,0),(4234,1170,43,0,12,'2022-05-03 06:24:43',1,79.2,79.2,0,0,0,0),(4235,1170,49,0,12,'2022-05-03 06:24:43',1,79.2,79.2,0,0,0,0),(4236,1170,490,0,12,'2022-05-03 06:24:43',10,227.8,227.8,0,0,0,0),(4238,1171,23,0,12,'2022-05-03 06:27:42',2,223.68,223.68,0,0,0,0),(4239,1171,38,0,12,'2022-05-03 06:27:42',2,557.12,557.12,0,0,0,0),(4240,1171,45,0,12,'2022-05-03 06:27:42',1,42.24,42.24,0,0,0,0),(4241,1171,51,0,12,'2022-05-03 06:27:42',2,295.68,295.68,0,0,0,0),(4242,1171,43,0,12,'2022-05-03 06:27:42',1,79.2,79.2,0,0,0,0),(4243,1171,49,0,12,'2022-05-03 06:27:42',1,79.2,79.2,0,0,0,0),(4244,1171,487,0,12,'2022-05-03 06:27:42',2,62.7,62.7,0,0,0,0),(4246,1172,44,0,52,'2022-05-03 15:44:05',2,232.32,244.321053,0,0,12.001053,0),(4247,1172,318,0,52,'2022-05-03 15:44:05',7,21,63.003684,0,0,42.003684,0),(4248,1172,41,0,52,'2022-05-03 15:44:05',3,199.44,217.441579,0,0,18.001579,0),(4249,1172,43,0,52,'2022-05-03 15:44:05',3,237.6,255.601579,0,0,18.001579,0),(4250,1172,23,0,52,'2022-05-03 15:44:05',2,223.68,235.681053,0,0,12.001053,0),(4251,1172,38,0,52,'2022-05-03 15:44:05',2,557.12,569.121053,0,0,12.001053,0),(4253,1173,41,0,39,'2022-05-03 19:32:00',1,66.48,69.701667,0,0,3.221667,0),(4254,1173,42,0,39,'2022-05-03 19:32:00',1,79.2,82.421667,0,0,3.221667,0),(4255,1173,23,0,39,'2022-05-03 19:32:00',1,111.84,115.061667,0,0,3.221667,0),(4256,1173,43,0,39,'2022-05-03 19:32:00',1,79.2,82.421667,0,0,3.221667,0),(4257,1173,49,0,39,'2022-05-03 19:32:00',1,79.2,82.421667,0,0,3.221667,0),(4258,1173,95,0,39,'2022-05-03 19:32:00',10,0,32.216667,0,0,32.216667,0),(4259,1173,97,0,39,'2022-05-03 19:32:00',1,0,3.221667,0,0,3.221667,0),(4260,1173,99,0,39,'2022-05-03 19:32:00',2,0,6.443333,0,0,6.443333,0),(4262,1174,23,0,30,'2022-05-05 13:23:58',4,447.36,464.04,0,0,16.68,0),(4263,1174,41,0,30,'2022-05-05 13:23:58',1,66.48,70.65,0,0,4.17,0),(4264,1174,93,0,30,'2022-05-05 13:23:58',1,0,4.17,0,0,4.17,0),(4266,1175,93,0,26,'2022-05-05 15:30:24',6,0,0,0,0,0,0),(4267,1175,97,0,26,'2022-05-05 15:30:24',2,0,0,0,0,0,0),(4268,1175,23,0,26,'2022-05-05 15:30:24',2,223.68,223.68,0,0,0,0),(4269,1175,43,0,26,'2022-05-05 15:30:24',2,158.4,158.4,0,0,0,0),(4270,1175,49,0,26,'2022-05-05 15:30:24',1,79.2,79.2,0,0,0,0),(4271,1175,131,0,26,'2022-05-05 15:30:24',4,50.6,50.6,0,0,0,0),(4273,1176,487,0,11,'2022-05-05 17:40:02',1,31.35,31.35,0,0,0,0),(4274,1176,23,0,11,'2022-05-05 17:40:02',1,111.84,111.84,0,0,0,0),(4275,1176,45,0,11,'2022-05-05 17:40:02',1,42.24,42.24,0,0,0,0),(4276,1176,118,0,11,'2022-05-05 17:40:02',1,184.8,184.8,0,0,0,0),(4277,1176,120,0,11,'2022-05-05 17:40:02',1,52.8,52.8,0,0,0,0),(4278,1176,41,0,11,'2022-05-05 17:40:02',1,66.48,66.48,0,0,0,0),(4279,1176,42,0,11,'2022-05-05 17:40:02',1,79.2,79.2,0,0,0,0),(4280,1176,43,0,11,'2022-05-05 17:40:02',1,79.2,79.2,0,0,0,0),(4281,1176,51,0,11,'2022-05-05 17:40:02',1,147.84,147.84,0,0,0,0),(4282,1176,490,0,11,'2022-05-05 17:40:02',10,227.8,227.8,0,0,0,0),(4284,1177,40,0,79,'2022-05-06 21:42:07',2,158.4,158.4,0,0,0,0),(4285,1177,39,0,79,'2022-05-06 21:42:07',2,158.4,158.4,0,0,0,0),(4286,1177,23,0,79,'2022-05-06 21:42:07',2,223.68,223.68,0,0,0,0),(4287,1177,93,0,79,'2022-05-06 21:42:07',10,0,0,0,0,0,0),(4289,1178,23,0,79,'2022-05-06 21:44:25',2,223.68,223.68,0,0,0,0),(4290,1178,39,0,79,'2022-05-06 21:44:25',2,158.4,158.4,0,0,0,0),(4291,1178,40,0,79,'2022-05-06 21:44:25',2,158.4,158.4,0,0,0,0),(4298,1180,23,0,46,'2022-05-09 13:01:48',1,111.84,115.7975,0,0,3.9575,0),(4299,1180,45,0,46,'2022-05-09 13:01:48',1,42.24,46.1975,0,0,3.9575,0),(4300,1180,43,0,46,'2022-05-09 13:01:48',1,79.2,83.1575,0,0,3.9575,0),(4301,1180,120,0,46,'2022-05-09 13:01:48',1,52.8,56.7575,0,0,3.9575,0),(4302,1180,44,0,46,'2022-05-09 13:01:48',1,116.16,120.1175,0,0,3.9575,0),(4303,1180,93,0,46,'2022-05-09 13:01:48',6,0,23.745,0,0,23.745,0),(4304,1180,41,0,46,'2022-05-09 13:01:48',1,66.48,70.4375,0,0,3.9575,0),(4306,1181,41,0,70,'2022-05-09 15:02:00',5,332.4,332.4,0,0,0,0),(4307,1181,39,0,70,'2022-05-09 15:02:00',3,237.6,237.6,0,0,0,0),(4308,1181,40,0,70,'2022-05-09 15:02:00',3,237.6,237.6,0,0,0,0),(4309,1181,49,0,70,'2022-05-09 15:02:00',5,396,396,0,0,0,0),(4310,1181,44,0,70,'2022-05-09 15:02:00',4,464.64,464.64,0,0,0,0),(4312,1182,97,0,54,'2022-05-09 15:19:20',2,0,5.172,0,0,5.172,0),(4313,1182,99,0,54,'2022-05-09 15:19:20',1,0,2.586,0,0,2.586,0),(4314,1182,135,0,54,'2022-05-09 15:19:20',2,4.96,10.132,0,0,5.172,0),(4315,1182,131,0,54,'2022-05-09 15:19:20',10,126.5,152.36,0,0,25.86,0),(4317,1184,23,0,64,'2022-05-10 19:32:25',1,111.84,111.84,0,0,0,0),(4318,1184,38,0,64,'2022-05-10 19:32:25',1,278.56,278.56,0,0,0,0),(4319,1184,41,0,64,'2022-05-10 19:32:25',1,66.48,66.48,0,0,0,0),(4320,1184,490,0,64,'2022-05-10 19:32:25',8,182.24,182.24,0,0,0,0),(4321,1184,488,0,64,'2022-05-10 19:32:25',1,31.35,31.35,0,0,0,0),(4323,1185,23,0,80,'2022-05-10 20:44:20',2,223.68,223.68,0,0,0,0),(4324,1185,38,0,80,'2022-05-10 20:44:20',2,557.12,557.12,0,0,0,0),(4325,1185,42,0,80,'2022-05-10 20:44:20',2,158.4,158.4,0,0,0,0),(4326,1185,45,0,80,'2022-05-10 20:44:20',2,84.48,84.48,0,0,0,0),(4327,1185,41,0,80,'2022-05-10 20:44:20',6,398.88,398.88,0,0,0,0),(4328,1185,118,0,80,'2022-05-10 20:44:20',2,369.6,369.6,0,0,0,0),(4329,1185,116,0,80,'2022-05-10 20:44:20',1,145.44,145.44,0,0,0,0),(4330,1185,51,0,80,'2022-05-10 20:44:20',2,295.68,295.68,0,0,0,0),(4331,1185,39,0,80,'2022-05-10 20:44:20',2,158.4,158.4,0,0,0,0),(4332,1185,40,0,80,'2022-05-10 20:44:20',2,158.4,158.4,0,0,0,0),(4333,1185,120,0,80,'2022-05-10 20:44:20',1,52.8,52.8,0,0,0,0),(4334,1185,43,0,80,'2022-05-10 20:44:20',2,158.4,158.4,0,0,0,0),(4335,1185,49,0,80,'2022-05-10 20:44:20',3,237.6,237.6,0,0,0,0),(4336,1185,44,0,80,'2022-05-10 20:44:20',2,232.32,232.32,0,0,0,0),(4338,1186,41,0,94,'2022-05-10 21:01:14',2,132.96,132.96,0,0,0,0),(4339,1186,23,0,94,'2022-05-10 21:01:14',2,223.68,223.68,0,0,0,0),(4340,1186,38,0,94,'2022-05-10 21:01:14',2,557.12,557.12,0,0,0,0),(4341,1186,131,0,94,'2022-05-10 21:01:14',6,75.9,75.9,0,0,0,0),(4342,1186,43,0,94,'2022-05-10 21:01:14',1,79.2,79.2,0,0,0,0),(4343,1186,490,0,94,'2022-05-10 21:01:14',10,227.8,227.8,0,0,0,0),(4344,1186,488,0,94,'2022-05-10 21:01:14',2,62.7,62.7,0,0,0,0),(4345,1186,133,0,94,'2022-05-10 21:01:14',1,14.3,14.3,0,0,0,0),(4347,1187,45,0,62,'2022-05-12 19:05:54',4,168.96,168.96,0,0,0,0),(4348,1187,23,0,62,'2022-05-12 19:05:54',2,223.68,223.68,0,0,0,0),(4349,1187,116,0,62,'2022-05-12 19:05:54',1,145.44,145.44,0,0,0,0),(4350,1187,41,0,62,'2022-05-12 19:05:54',4,265.92,265.92,0,0,0,0),(4351,1187,39,0,62,'2022-05-12 19:05:54',1,79.2,79.2,0,0,0,0),(4352,1187,40,0,62,'2022-05-12 19:05:54',1,79.2,79.2,0,0,0,0),(4353,1187,120,0,62,'2022-05-12 19:05:54',1,52.8,52.8,0,0,0,0),(4354,1187,44,0,62,'2022-05-12 19:05:54',3,348.48,348.48,0,0,0,0),(4355,1187,43,0,62,'2022-05-12 19:05:54',1,79.2,79.2,0,0,0,0),(4356,1187,49,0,62,'2022-05-12 19:05:54',3,237.6,237.6,0,0,0,0),(4357,1187,133,0,62,'2022-05-12 19:05:54',3,42.9,42.9,0,0,0,0),(4358,1187,93,0,62,'2022-05-12 19:05:54',10,0,0,0,0,0,0),(4359,1187,97,0,62,'2022-05-12 19:05:54',1,0,0,0,0,0,0),(4373,1189,23,0,25,'2022-05-12 20:03:07',2,223.68,236.2725,0,0,12.5925,0),(4374,1189,41,0,25,'2022-05-12 20:03:07',2,132.96,145.5525,0,0,12.5925,0),(4375,1189,51,0,25,'2022-05-12 20:03:07',2,295.68,308.2725,0,0,12.5925,0),(4376,1189,44,0,25,'2022-05-12 20:03:07',2,232.32,244.9125,0,0,12.5925,0),(4377,1189,490,0,25,'2022-05-12 20:03:07',8,182.24,232.61,0,0,50.37,0),(4379,1190,41,0,13,'2022-05-12 22:57:54',2,132.96,132.96,0,0,0,0),(4380,1190,43,0,13,'2022-05-12 22:57:54',2,158.4,158.4,0,0,0,0),(4381,1190,38,0,13,'2022-05-12 22:57:54',1,278.56,278.56,0,0,0,0),(4382,1190,23,0,13,'2022-05-12 22:57:54',1,111.84,111.84,0,0,0,0),(4384,1191,23,0,82,'2022-05-15 23:34:08',4,447.36,447.36,0,0,0,0),(4385,1191,490,0,82,'2022-05-15 23:34:08',5,113.9,113.9,0,0,0,0),(4387,1192,49,0,32,'2022-05-17 17:31:54',2,158.4,188.83,0,0,30.43,0),(4389,1193,490,0,11,'2022-05-17 21:49:26',10,227.8,227.8,0,0,0,0),(4390,1193,488,0,11,'2022-05-17 21:49:26',1,31.35,31.35,0,0,0,0),(4391,1193,487,0,11,'2022-05-17 21:49:26',1,31.35,31.35,0,0,0,0),(4392,1193,45,0,11,'2022-05-17 21:49:26',2,84.48,84.48,0,0,0,0),(4393,1193,41,0,11,'2022-05-17 21:49:26',1,66.48,66.48,0,0,0,0),(4394,1193,120,0,11,'2022-05-17 21:49:26',1,52.8,52.8,0,0,0,0),(4395,1193,131,0,11,'2022-05-17 21:49:26',1,12.65,12.65,0,0,0,0),(4397,1194,490,0,95,'2022-05-17 23:08:03',10,227.8,227.8,0,0,0,0),(4398,1194,23,0,95,'2022-05-17 23:08:03',4,447.36,447.36,0,0,0,0),(4399,1194,38,0,95,'2022-05-17 23:08:03',3,835.68,835.68,0,0,0,0),(4400,1194,41,0,95,'2022-05-17 23:08:03',4,265.92,265.92,0,0,0,0),(4401,1194,51,0,95,'2022-05-17 23:08:03',4,591.36,591.36,0,0,0,0),(4402,1194,43,0,95,'2022-05-17 23:08:03',2,158.4,158.4,0,0,0,0),(4404,1195,93,0,81,'2022-05-18 23:03:49',8,0,16.41,0,0,16.41,0),(4406,1197,43,0,90,'2022-05-19 20:09:17',1,79.2,79.2,0,0,0,0),(4407,1197,42,0,90,'2022-05-19 20:09:17',1,79.2,79.2,0,0,0,0),(4408,1197,41,0,90,'2022-05-19 20:09:17',2,132.96,132.96,0,0,0,0),(4409,1197,38,0,90,'2022-05-19 20:09:17',1,278.56,278.56,0,0,0,0),(4410,1197,23,0,90,'2022-05-19 20:09:17',2,223.68,223.68,0,0,0,0),(4411,1197,490,0,90,'2022-05-19 20:09:17',10,227.8,227.8,0,0,0,0),(4412,1197,487,0,90,'2022-05-19 20:09:17',1,31.35,31.35,0,0,0,0),(4413,1197,488,0,90,'2022-05-19 20:09:17',1,31.35,31.35,0,0,0,0),(4414,1197,45,0,90,'2022-05-19 20:09:17',1,42.24,42.24,0,0,0,0),(4416,1198,41,0,90,'2022-05-19 20:13:38',2,132.96,132.96,0,0,0,0),(4417,1198,490,0,90,'2022-05-19 20:13:38',10,227.8,227.8,0,0,0,0),(4418,1198,45,0,90,'2022-05-19 20:13:38',1,42.24,42.24,0,0,0,0),(4419,1198,23,0,90,'2022-05-19 20:13:38',1,111.84,111.84,0,0,0,0),(4421,1199,43,0,90,'2022-05-19 20:19:00',1,79.2,79.2,0,0,0,0),(4422,1199,38,0,90,'2022-05-19 20:19:00',1,278.56,278.56,0,0,0,0),(4423,1199,45,0,90,'2022-05-19 20:19:00',1,42.24,42.24,0,0,0,0),(4424,1199,42,0,90,'2022-05-19 20:19:00',1,79.2,79.2,0,0,0,0),(4425,1199,43,0,90,'2022-05-19 20:19:00',1,79.2,79.2,0,0,0,0),(4426,1199,490,0,90,'2022-05-19 20:19:00',10,227.8,227.8,0,0,0,0),(4427,1199,38,0,90,'2022-05-19 20:19:00',1,278.56,278.56,0,0,0,0),(4428,1199,41,0,90,'2022-05-19 20:19:00',1,66.48,66.48,0,0,0,0),(4430,1200,41,0,50,'2022-05-19 23:02:55',5,332.4,332.4,0,0,0,0),(4431,1200,490,0,50,'2022-05-19 23:02:55',10,227.8,227.8,0,0,0,0),(4433,1201,38,0,50,'2022-05-19 23:11:57',1,278.56,278.56,0,0,0,0),(4434,1201,42,0,50,'2022-05-19 23:11:57',1,79.2,79.2,0,0,0,0),(4435,1201,23,0,50,'2022-05-19 23:11:57',1,111.84,111.84,0,0,0,0),(4436,1201,45,0,50,'2022-05-19 23:11:57',1,42.24,42.24,0,0,0,0),(4438,1202,490,0,50,'2022-05-20 00:38:28',10,227.8,227.8,0,0,0,0),(4439,1202,43,0,50,'2022-05-20 00:38:28',2,158.4,158.4,0,0,0,0),(4440,1202,120,0,50,'2022-05-20 00:38:28',1,52.8,52.8,0,0,0,0),(4441,1202,41,0,50,'2022-05-20 00:38:28',1,66.48,66.48,0,0,0,0),(4443,1203,38,0,6,'2022-05-20 18:27:37',1,278.56,278.56,0,0,0,0),(4444,1203,23,0,6,'2022-05-20 18:27:37',3,335.52,335.52,0,0,0,0),(4445,1203,41,0,6,'2022-05-20 18:27:37',4,265.92,265.92,0,0,0,0),(4446,1203,116,0,6,'2022-05-20 18:27:37',1,145.44,145.44,0,0,0,0),(4447,1203,39,0,6,'2022-05-20 18:27:37',1,79.2,79.2,0,0,0,0),(4448,1203,40,0,6,'2022-05-20 18:27:37',1,79.2,79.2,0,0,0,0),(4449,1203,49,0,6,'2022-05-20 18:27:37',1,79.2,79.2,0,0,0,0),(4450,1203,93,0,6,'2022-05-20 18:27:37',8,0,0,0,0,0,0),(4451,1203,43,0,6,'2022-05-20 18:27:37',1,79.2,79.2,0,0,0,0),(4460,1205,41,0,11,'2022-05-23 17:39:02',2,132.96,132.96,0,0,0,0),(4461,1205,51,0,11,'2022-05-23 17:39:02',1,147.84,147.84,0,0,0,0),(4462,1205,120,0,11,'2022-05-23 17:39:02',1,52.8,52.8,0,0,0,0),(4463,1205,490,0,11,'2022-05-23 17:39:02',10,227.8,227.8,0,0,0,0),(4464,1205,487,0,11,'2022-05-23 17:39:02',1,31.35,31.35,0,0,0,0),(4466,1206,49,0,76,'2022-05-23 18:28:52',1,79.2,79.2,0,0,0,0),(4467,1206,23,0,76,'2022-05-23 18:28:52',2,223.68,223.68,0,0,0,0),(4468,1206,38,0,76,'2022-05-23 18:28:52',1,278.56,278.56,0,0,0,0),(4469,1206,41,0,76,'2022-05-23 18:28:52',2,132.96,132.96,0,0,0,0),(4470,1206,93,0,76,'2022-05-23 18:28:52',5,0,0,0,0,0,0),(4471,1206,95,0,76,'2022-05-23 18:28:52',5,0,0,0,0,0,0),(4473,1207,43,0,50,'2022-05-23 19:55:42',4,316.8,316.8,0,0,0,0),(4474,1207,490,0,50,'2022-05-23 19:55:42',10,227.8,227.8,0,0,0,0),(4476,1208,39,0,53,'2022-05-24 14:17:24',1,79.2,86.184,0,0,6.984,0),(4477,1208,120,0,53,'2022-05-24 14:17:24',1,52.8,59.784,0,0,6.984,0),(4478,1208,49,0,53,'2022-05-24 14:17:24',1,79.2,86.184,0,0,6.984,0),(4479,1208,42,0,53,'2022-05-24 14:17:24',1,79.2,86.184,0,0,6.984,0),(4480,1208,41,0,53,'2022-05-24 14:17:24',1,66.48,73.464,0,0,6.984,0),(4482,1209,41,0,53,'2022-05-24 14:33:40',2,132.96,147.346667,0,0,14.386667,0),(4483,1209,49,0,53,'2022-05-24 14:33:40',1,79.2,86.393333,0,0,7.193333,0),(4485,1210,42,0,11,'2022-05-25 18:39:04',1,79.2,79.2,0,0,0,0),(4486,1210,41,0,11,'2022-05-25 18:39:04',1,66.48,66.48,0,0,0,0),(4487,1210,118,0,11,'2022-05-25 18:39:04',1,184.8,184.8,0,0,0,0),(4488,1210,51,0,11,'2022-05-25 18:39:04',1,147.84,147.84,0,0,0,0),(4489,1210,44,0,11,'2022-05-25 18:39:04',1,116.16,116.16,0,0,0,0),(4490,1210,43,0,11,'2022-05-25 18:39:04',1,79.2,79.2,0,0,0,0),(4492,1211,490,0,80,'2022-05-25 23:35:58',10,227.8,227.8,0,0,0,0),(4493,1211,488,0,80,'2022-05-25 23:35:58',6,188.1,188.1,0,0,0,0),(4494,1211,487,0,80,'2022-05-25 23:35:58',6,188.1,188.1,0,0,0,0),(4496,1212,38,0,12,'2022-05-26 07:56:54',2,557.12,557.12,0,0,0,0),(4497,1212,23,0,12,'2022-05-26 07:56:54',2,223.68,223.68,0,0,0,0),(4498,1212,42,0,12,'2022-05-26 07:56:54',1,79.2,79.2,0,0,0,0),(4499,1212,41,0,12,'2022-05-26 07:56:54',2,132.96,132.96,0,0,0,0),(4500,1212,43,0,12,'2022-05-26 07:56:54',1,79.2,79.2,0,0,0,0),(4501,1212,49,0,12,'2022-05-26 07:56:54',1,79.2,79.2,0,0,0,0),(4502,1212,487,0,12,'2022-05-26 07:56:54',2,62.7,62.7,0,0,0,0),(4503,1212,490,0,12,'2022-05-26 07:56:54',10,227.8,227.8,0,0,0,0),(4505,1213,40,0,33,'2022-05-26 22:27:59',1,79.2,82.64625,0,0,3.44625,0),(4506,1213,41,0,33,'2022-05-26 22:27:59',1,66.48,69.92625,0,0,3.44625,0),(4507,1213,487,0,33,'2022-05-26 22:27:59',2,62.7,69.5925,0,0,6.8925,0),(4508,1213,490,0,33,'2022-05-26 22:27:59',4,91.12,104.905,0,0,13.785,0),(4510,1214,93,0,66,'2022-05-28 23:33:04',10,0,32.31,0,0,32.31,0),(4512,1215,93,0,66,'2022-05-28 23:34:42',10,0,32.31,0,0,32.31,0),(4514,1216,93,0,66,'2022-05-28 23:43:20',10,0,32.31,0,0,32.31,0),(4516,1218,23,0,82,'2022-06-02 00:31:30',4,447.36,447.36,0,0,0,0),(4517,1218,41,0,82,'2022-06-02 00:31:30',3,199.44,199.44,0,0,0,0),(4518,1218,490,0,82,'2022-06-02 00:31:30',6,136.68,136.68,0,0,0,0),(4520,1219,41,0,94,'2022-06-02 20:04:56',1,66.48,66.48,0,0,0,0),(4521,1219,23,0,94,'2022-06-02 20:04:56',4,447.36,447.36,0,0,0,0),(4522,1219,131,0,94,'2022-06-02 20:04:56',4,50.6,50.6,0,0,0,0),(4523,1219,43,0,94,'2022-06-02 20:04:56',1,79.2,79.2,0,0,0,0),(4524,1219,490,0,94,'2022-06-02 20:04:56',5,113.9,113.9,0,0,0,0),(4525,1219,488,0,94,'2022-06-02 20:04:56',1,31.35,31.35,0,0,0,0),(4526,1219,133,0,94,'2022-06-02 20:04:56',1,14.3,14.3,0,0,0,0),(4527,1219,51,0,94,'2022-06-02 20:04:56',1,147.84,147.84,0,0,0,0),(4529,1220,39,0,79,'2022-06-03 01:44:11',3,237.6,237.6,0,0,0,0),(4530,1220,40,0,79,'2022-06-03 01:44:11',3,237.6,237.6,0,0,0,0),(4531,1220,45,0,79,'2022-06-03 01:44:11',2,84.48,84.48,0,0,0,0),(4532,1220,93,0,79,'2022-06-03 01:44:11',10,0,0,0,0,0,0),(4534,1221,23,0,67,'2022-06-03 23:40:31',1,111.84,155.111176,0,0,43.271176,0),(4535,1221,38,0,67,'2022-06-03 23:40:31',1,278.56,321.831176,0,0,43.271176,0),(4536,1221,51,0,67,'2022-06-03 23:40:31',1,147.84,191.111176,0,0,43.271176,0),(4537,1221,93,0,67,'2022-06-03 23:40:31',10,0,432.711765,0,0,432.711765,0),(4538,1221,99,0,67,'2022-06-03 23:40:31',4,0,173.084706,0,0,173.084706,0),(4542,1222,38,0,57,'2022-06-05 20:13:06',1,278.56,278.56,0,0,0,0),(4543,1222,23,0,57,'2022-06-05 20:13:06',2,223.68,223.68,0,0,0,0),(4544,1222,45,0,57,'2022-06-05 20:13:06',1,42.24,42.24,0,0,0,0),(4546,1223,23,0,12,'2022-06-05 22:22:38',2,223.68,223.68,0,0,0,0),(4547,1223,38,0,12,'2022-06-05 22:22:38',1,278.56,278.56,0,0,0,0),(4548,1223,41,0,12,'2022-06-05 22:22:38',1,66.48,66.48,0,0,0,0),(4549,1223,118,0,12,'2022-06-05 22:22:38',1,184.8,184.8,0,0,0,0),(4550,1223,51,0,12,'2022-06-05 22:22:38',4,591.36,591.36,0,0,0,0),(4551,1223,43,0,12,'2022-06-05 22:22:38',2,158.4,158.4,0,0,0,0),(4552,1223,490,0,12,'2022-06-05 22:22:38',10,227.8,227.8,0,0,0,0),(4554,1224,488,0,33,'2022-06-06 01:25:15',1,31.35,46.97,0,0,15.62,0),(4556,1225,42,0,11,'2022-06-06 15:59:56',1,79.2,79.2,0,0,0,0),(4557,1225,43,0,11,'2022-06-06 15:59:56',2,158.4,158.4,0,0,0,0),(4558,1225,23,0,11,'2022-06-06 15:59:56',1,111.84,111.84,0,0,0,0),(4559,1225,23,0,11,'2022-06-06 15:59:56',1,111.84,111.84,0,0,0,0),(4560,1225,42,0,11,'2022-06-06 15:59:56',1,79.2,79.2,0,0,0,0),(4561,1225,45,0,11,'2022-06-06 15:59:56',1,42.24,42.24,0,0,0,0),(4562,1225,43,0,11,'2022-06-06 15:59:56',1,79.2,79.2,0,0,0,0),(4563,1225,487,0,11,'2022-06-06 15:59:56',1,31.35,31.35,0,0,0,0),(4564,1225,490,0,11,'2022-06-06 15:59:56',4,91.12,91.12,0,0,0,0),(4566,1226,38,0,49,'2022-06-06 16:48:07',1,278.56,283.006,0,0,4.446,0),(4567,1226,41,0,49,'2022-06-06 16:48:07',1,66.48,70.926,0,0,4.446,0),(4568,1226,490,0,49,'2022-06-06 16:48:07',3,68.34,81.678,0,0,13.338,0),(4570,1227,133,0,60,'2022-06-06 21:37:48',1,14.3,15.650833,0,0,1.350833,0),(4571,1227,93,0,60,'2022-06-06 21:37:48',10,0,13.508333,0,0,13.508333,0),(4572,1227,49,0,60,'2022-06-06 21:37:48',1,79.2,80.550833,0,0,1.350833,0),(4574,1228,490,0,17,'2022-06-07 00:33:10',6,136.68,150.675,0,0,13.995,0),(4575,1228,41,0,17,'2022-06-07 00:33:10',1,66.48,68.8125,0,0,2.3325,0),(4576,1228,44,0,17,'2022-06-07 00:33:10',1,116.16,118.4925,0,0,2.3325,0),(4578,1229,137,0,99,'2022-06-07 04:59:31',10,60.5,60.5,0,0,0,0),(4579,1229,99,0,99,'2022-06-07 04:59:31',2,0,0,0,0,0,0),(4580,1229,93,0,99,'2022-06-07 04:59:31',8,0,0,0,0,0,0),(4581,1229,44,0,99,'2022-06-07 04:59:31',1,116.16,116.16,0,0,0,0),(4582,1229,49,0,99,'2022-06-07 04:59:31',2,158.4,158.4,0,0,0,0),(4583,1229,118,0,99,'2022-06-07 04:59:31',1,184.8,184.8,0,0,0,0),(4584,1229,95,0,99,'2022-06-07 04:59:31',3,0,0,0,0,0,0),(4585,1229,49,0,99,'2022-06-07 04:59:31',1,79.2,79.2,0,0,0,0),(4586,1229,148,0,99,'2022-06-07 04:59:31',6,49.5,49.5,0,0,0,0),(4587,1229,320,0,99,'2022-06-07 04:59:31',5,18.75,18.75,0,0,0,0),(4589,1231,23,0,26,'2022-06-08 19:37:48',2,223.68,223.68,0,0,0,0),(4590,1231,41,0,26,'2022-06-08 19:37:48',1,66.48,66.48,0,0,0,0),(4591,1231,40,0,26,'2022-06-08 19:37:48',1,79.2,79.2,0,0,0,0),(4592,1231,49,0,26,'2022-06-08 19:37:48',2,158.4,158.4,0,0,0,0),(4593,1231,490,0,26,'2022-06-08 19:37:48',4,91.12,91.12,0,0,0,0),(4594,1231,131,0,26,'2022-06-08 19:37:48',2,25.3,25.3,0,0,0,0),(4596,1232,45,0,11,'2022-06-08 21:08:40',1,42.24,42.24,0,0,0,0),(4597,1232,43,0,11,'2022-06-08 21:08:40',1,79.2,79.2,0,0,0,0),(4598,1232,487,0,11,'2022-06-08 21:08:40',1,31.35,31.35,0,0,0,0),(4599,1232,38,0,11,'2022-06-08 21:08:40',1,278.56,278.56,0,0,0,0),(4600,1232,23,0,11,'2022-06-08 21:08:40',1,111.84,111.84,0,0,0,0),(4601,1232,120,0,11,'2022-06-08 21:08:40',1,52.8,52.8,0,0,0,0),(4603,1233,23,0,69,'2022-06-10 19:10:42',3,335.52,335.52,0,0,0,0),(4604,1233,45,0,69,'2022-06-10 19:10:42',2,84.48,84.48,0,0,0,0),(4605,1233,41,0,69,'2022-06-10 19:10:42',3,199.44,199.44,0,0,0,0),(4606,1233,51,0,69,'2022-06-10 19:10:42',1,147.84,147.84,0,0,0,0),(4607,1233,43,0,69,'2022-06-10 19:10:42',4,316.8,316.8,0,0,0,0),(4608,1233,49,0,69,'2022-06-10 19:10:42',4,316.8,316.8,0,0,0,0),(4609,1233,95,0,69,'2022-06-10 19:10:42',5,0,0,0,0,0,0),(4610,1233,99,0,69,'2022-06-10 19:10:42',2,0,0,0,0,0,0),(4611,1233,97,0,69,'2022-06-10 19:10:42',2,0,0,0,0,0,0),(4613,1234,23,0,25,'2022-06-10 19:50:51',1,111.84,120.319286,0,0,8.479286,0),(4614,1234,490,0,25,'2022-06-10 19:50:51',3,68.34,93.777857,0,0,25.437857,0),(4615,1234,488,0,25,'2022-06-10 19:50:51',4,125.4,159.317143,0,0,33.917143,0),(4616,1234,487,0,25,'2022-06-10 19:50:51',4,125.4,159.317143,0,0,33.917143,0),(4617,1234,45,0,25,'2022-06-10 19:50:51',2,84.48,101.438571,0,0,16.958571,0),(4619,1235,41,0,94,'2022-06-10 20:11:37',1,66.48,66.48,0,0,0,0),(4620,1235,23,0,94,'2022-06-10 20:11:37',4,447.36,447.36,0,0,0,0),(4621,1235,131,0,94,'2022-06-10 20:11:37',4,50.6,50.6,0,0,0,0),(4622,1235,490,0,94,'2022-06-10 20:11:37',5,113.9,113.9,0,0,0,0),(4623,1235,488,0,94,'2022-06-10 20:11:37',1,31.35,31.35,0,0,0,0),(4624,1235,38,0,94,'2022-06-10 20:11:37',2,557.12,557.12,0,0,0,0),(4625,1235,144,0,94,'2022-06-10 20:11:37',24,33.12,33.12,0,0,0,0),(4627,1236,49,0,32,'2022-06-11 00:17:36',3,237.6,272.16,0,0,34.56,0),(4629,1237,490,0,80,'2022-06-11 18:57:27',10,227.8,227.8,0,0,0,0),(4630,1237,488,0,80,'2022-06-11 18:57:27',6,188.1,188.1,0,0,0,0),(4631,1237,131,0,80,'2022-06-11 18:57:27',2,25.3,25.3,0,0,0,0),(4632,1237,41,0,80,'2022-06-11 18:57:27',1,66.48,66.48,0,0,0,0),(4634,1238,93,0,57,'2022-06-11 20:20:21',10,0,14.081818,0,0,14.081818,0),(4635,1238,41,0,57,'2022-06-11 20:20:21',1,66.48,67.888182,0,0,1.408182,0),(4637,1239,23,0,17,'2022-06-13 15:32:34',1,111.84,121.005,0,0,9.165,0),(4638,1239,38,0,17,'2022-06-13 15:32:34',1,278.56,287.725,0,0,9.165,0),(4640,1240,490,0,70,'2022-06-13 16:09:03',4,91.12,104.51,0,0,13.39,0),(4651,1242,490,0,80,'2022-06-13 18:32:09',10,227.8,227.8,0,0,0,0),(4652,1242,488,0,80,'2022-06-13 18:32:09',6,188.1,188.1,0,0,0,0),(4653,1242,41,0,80,'2022-06-13 18:32:09',2,132.96,132.96,0,0,0,0),(4655,1243,41,0,81,'2022-06-13 23:54:40',1,66.48,73.2,0,0,6.72,0),(4656,1243,39,0,81,'2022-06-13 23:54:40',1,79.2,85.92,0,0,6.72,0),(4657,1243,40,0,81,'2022-06-13 23:54:40',1,79.2,85.92,0,0,6.72,0),(4659,1244,93,0,58,'2022-06-14 10:57:36',10,0,17.15,0,0,17.15,0),(4661,1245,490,0,29,'2022-06-14 23:00:24',2,45.56,56.72,0,0,11.16,0),(4663,1246,23,0,64,'2022-06-15 15:17:57',1,111.84,111.84,0,0,0,0),(4664,1246,38,0,64,'2022-06-15 15:17:57',2,557.12,557.12,0,0,0,0),(4665,1246,45,0,64,'2022-06-15 15:17:57',1,42.24,42.24,0,0,0,0),(4666,1246,41,0,64,'2022-06-15 15:17:57',1,66.48,66.48,0,0,0,0),(4667,1246,488,0,64,'2022-06-15 15:17:57',2,62.7,62.7,0,0,0,0),(4668,1246,490,0,64,'2022-06-15 15:17:57',8,182.24,182.24,0,0,0,0),(4670,1248,41,0,12,'2022-06-16 20:14:04',2,132.96,132.96,0,0,0,0),(4671,1248,120,0,12,'2022-06-16 20:14:04',2,105.6,105.6,0,0,0,0),(4672,1248,43,0,12,'2022-06-16 20:14:04',1,79.2,79.2,0,0,0,0),(4673,1248,49,0,12,'2022-06-16 20:14:04',2,158.4,158.4,0,0,0,0),(4674,1248,490,0,12,'2022-06-16 20:14:04',10,227.8,227.8,0,0,0,0),(4675,1248,487,0,12,'2022-06-16 20:14:04',2,62.7,62.7,0,0,0,0),(4677,1249,23,0,62,'2022-06-17 00:29:44',2,223.68,223.68,0,0,0,0),(4678,1249,38,0,62,'2022-06-17 00:29:44',1,278.56,278.56,0,0,0,0),(4679,1249,42,0,62,'2022-06-17 00:29:44',1,79.2,79.2,0,0,0,0),(4680,1249,45,0,62,'2022-06-17 00:29:44',4,168.96,168.96,0,0,0,0),(4681,1249,41,0,62,'2022-06-17 00:29:44',4,265.92,265.92,0,0,0,0),(4682,1249,43,0,62,'2022-06-17 00:29:44',1,79.2,79.2,0,0,0,0),(4683,1249,44,0,62,'2022-06-17 00:29:44',4,464.64,464.64,0,0,0,0),(4684,1249,93,0,62,'2022-06-17 00:29:44',10,0,0,0,0,0,0),(4685,1249,133,0,62,'2022-06-17 00:29:44',3,42.9,42.9,0,0,0,0),(4686,1249,320,0,62,'2022-06-17 00:29:44',3,11.25,11.25,0,0,0,0),(4688,1250,45,0,90,'2022-06-17 14:23:20',1,42.24,42.24,0,0,0,0),(4689,1250,41,0,90,'2022-06-17 14:23:20',3,199.44,199.44,0,0,0,0),(4690,1250,43,0,90,'2022-06-17 14:23:20',2,158.4,158.4,0,0,0,0),(4691,1250,487,0,90,'2022-06-17 14:23:20',1,31.35,31.35,0,0,0,0),(4692,1250,488,0,90,'2022-06-17 14:23:20',1,31.35,31.35,0,0,0,0),(4693,1250,490,0,90,'2022-06-17 14:23:20',10,227.8,227.8,0,0,0,0),(4695,1251,45,0,90,'2022-06-17 14:26:31',2,84.48,84.48,0,0,0,0),(4696,1251,43,0,90,'2022-06-17 14:26:31',1,79.2,79.2,0,0,0,0),(4697,1251,39,0,90,'2022-06-17 14:26:31',1,79.2,79.2,0,0,0,0),(4698,1251,40,0,90,'2022-06-17 14:26:31',1,79.2,79.2,0,0,0,0),(4699,1251,38,0,90,'2022-06-17 14:26:31',1,278.56,278.56,0,0,0,0),(4700,1251,490,0,90,'2022-06-17 14:26:31',10,227.8,227.8,0,0,0,0),(4702,1252,23,0,90,'2022-06-17 14:40:11',1,111.84,111.84,0,0,0,0),(4703,1252,38,0,90,'2022-06-17 14:40:11',1,278.56,278.56,0,0,0,0),(4704,1252,45,0,90,'2022-06-17 14:40:11',3,126.72,126.72,0,0,0,0),(4706,1253,23,0,90,'2022-06-17 14:42:33',1,111.84,111.84,0,0,0,0),(4707,1253,38,0,90,'2022-06-17 14:42:33',1,278.56,278.56,0,0,0,0),(4708,1253,45,0,90,'2022-06-17 14:42:33',3,126.72,126.72,0,0,0,0),(4710,1254,93,0,58,'2022-06-19 17:12:49',8,0,16.44,0,0,16.44,0),(4712,1255,93,0,86,'2022-06-20 01:48:50',3,0,13.116,0,0,13.116,0),(4713,1255,97,0,86,'2022-06-20 01:48:50',1,0,4.372,0,0,4.372,0),(4714,1255,99,0,86,'2022-06-20 01:48:50',1,0,4.372,0,0,4.372,0),(4716,1256,93,0,86,'2022-06-20 01:50:29',4,0,15.36,0,0,15.36,0),(4717,1256,97,0,86,'2022-06-20 01:50:29',1,0,3.84,0,0,3.84,0),(4718,1256,99,0,86,'2022-06-20 01:50:29',1,0,3.84,0,0,3.84,0),(4720,1257,43,0,46,'2022-06-20 14:00:10',2,158.4,165.79,0,0,7.39,0),(4721,1257,44,0,46,'2022-06-20 14:00:10',1,116.16,119.855,0,0,3.695,0),(4722,1257,93,0,46,'2022-06-20 14:00:10',5,0,18.475,0,0,18.475,0),(4724,1258,41,0,94,'2022-06-21 04:08:00',1,66.48,66.48,0,0,0,0),(4725,1258,23,0,94,'2022-06-21 04:08:00',2,223.68,223.68,0,0,0,0),(4726,1258,131,0,94,'2022-06-21 04:08:00',2,25.3,25.3,0,0,0,0),(4727,1258,490,0,94,'2022-06-21 04:08:00',5,113.9,113.9,0,0,0,0),(4728,1258,488,0,94,'2022-06-21 04:08:00',3,94.05,94.05,0,0,0,0),(4729,1258,38,0,94,'2022-06-21 04:08:00',1,278.56,278.56,0,0,0,0),(4730,1258,118,0,94,'2022-06-21 04:08:00',1,184.8,184.8,0,0,0,0),(4731,1258,40,0,94,'2022-06-21 04:08:00',1,79.2,79.2,0,0,0,0),(4732,1258,49,0,94,'2022-06-21 04:08:00',1,79.2,79.2,0,0,0,0),(4733,1258,133,0,94,'2022-06-21 04:08:00',4,57.2,57.2,0,0,0,0),(4735,1259,118,0,96,'2022-06-21 21:27:20',2,369.6,369.6,0,0,0,0),(4736,1259,43,0,96,'2022-06-21 21:27:20',1,79.2,79.2,0,0,0,0),(4737,1259,49,0,96,'2022-06-21 21:27:20',1,79.2,79.2,0,0,0,0),(4738,1259,45,0,96,'2022-06-21 21:27:20',1,42.24,42.24,0,0,0,0),(4739,1259,95,0,96,'2022-06-21 21:27:20',5,0,0,0,0,0,0),(4740,1259,93,0,96,'2022-06-21 21:27:20',5,0,0,0,0,0,0),(4741,1259,97,0,96,'2022-06-21 21:27:20',1,0,0,0,0,0,0),(4742,1259,99,0,96,'2022-06-21 21:27:20',1,0,0,0,0,0,0),(4744,1261,38,0,11,'2022-06-23 22:54:17',1,278.56,278.56,0,0,0,0),(4745,1261,23,0,11,'2022-06-23 22:54:17',1,111.84,111.84,0,0,0,0),(4746,1261,42,0,11,'2022-06-23 22:54:17',1,79.2,79.2,0,0,0,0),(4747,1261,45,0,11,'2022-06-23 22:54:17',1,42.24,42.24,0,0,0,0),(4748,1261,41,0,11,'2022-06-23 22:54:17',1,66.48,66.48,0,0,0,0),(4749,1261,120,0,11,'2022-06-23 22:54:17',1,52.8,52.8,0,0,0,0),(4750,1261,43,0,11,'2022-06-23 22:54:17',1,79.2,79.2,0,0,0,0),(4751,1261,44,0,11,'2022-06-23 22:54:17',1,116.16,116.16,0,0,0,0),(4752,1261,49,0,11,'2022-06-23 22:54:17',1,79.2,79.2,0,0,0,0),(4753,1261,490,0,11,'2022-06-23 22:54:17',10,227.8,227.8,0,0,0,0),(4754,1261,488,0,11,'2022-06-23 22:54:17',1,31.35,31.35,0,0,0,0),(4755,1261,487,0,11,'2022-06-23 22:54:17',1,31.35,31.35,0,0,0,0),(4757,1262,93,0,100,'2022-06-24 13:07:07',10,0,14.58,0,0,14.58,0),(4759,1263,93,0,14,'2022-06-25 15:16:56',3,0,6.942,0,0,6.942,0),(4760,1263,95,0,14,'2022-06-25 15:16:56',1,0,2.314,0,0,2.314,0),(4761,1263,93,0,14,'2022-06-25 15:16:56',1,0,2.314,0,0,2.314,0),(4763,1264,49,0,25,'2022-06-25 18:45:45',2,158.4,188.89,0,0,30.49,0),(4765,1265,41,0,39,'2022-06-26 14:02:02',2,132.96,146.456923,0,0,13.496923,0),(4766,1265,95,0,39,'2022-06-26 14:02:02',10,0,67.484615,0,0,67.484615,0),(4767,1265,99,0,39,'2022-06-26 14:02:02',1,0,6.748462,0,0,6.748462,0),(4769,1266,44,0,52,'2022-06-27 17:24:54',2,232.32,232.32,0,0,0,0),(4770,1266,318,0,52,'2022-06-27 17:24:54',7,21,21,0,0,0,0),(4771,1266,41,0,52,'2022-06-27 17:24:54',3,199.44,199.44,0,0,0,0),(4772,1266,43,0,52,'2022-06-27 17:24:54',3,237.6,237.6,0,0,0,0),(4773,1266,23,0,52,'2022-06-27 17:24:54',2,223.68,223.68,0,0,0,0),(4774,1266,38,0,52,'2022-06-27 17:24:54',2,557.12,557.12,0,0,0,0),(4775,1266,95,0,52,'2022-06-27 17:24:54',10,0,0,0,0,0,0),(4776,1266,93,0,52,'2022-06-27 17:24:54',10,0,0,0,0,0,0),(4777,1266,23,0,52,'2022-06-27 17:24:54',4,447.36,447.36,0,0,0,0),(4778,1266,41,0,52,'2022-06-27 17:24:54',2,132.96,132.96,0,0,0,0),(4779,1266,44,0,52,'2022-06-27 17:24:54',3,348.48,348.48,0,0,0,0),(4780,1266,43,0,52,'2022-06-27 17:24:54',4,316.8,316.8,0,0,0,0),(4781,1266,318,0,52,'2022-06-27 17:24:54',20,60,60,0,0,0,0),(4782,1266,137,0,52,'2022-06-27 17:24:54',5,30.25,30.25,0,0,0,0),(4784,1267,38,0,13,'2022-06-27 18:16:10',1,278.56,278.56,0,0,0,0),(4785,1267,23,0,13,'2022-06-27 18:16:10',1,111.84,111.84,0,0,0,0),(4786,1267,41,0,13,'2022-06-27 18:16:10',2,132.96,132.96,0,0,0,0),(4788,1268,23,0,70,'2022-06-27 18:17:14',2,223.68,239.286667,0,0,15.606667,0),(4789,1268,116,0,70,'2022-06-27 18:17:14',1,145.44,153.243333,0,0,7.803333,0),(4791,1269,23,0,95,'2022-06-27 18:22:40',4,447.36,447.36,0,0,0,0),(4792,1269,38,0,95,'2022-06-27 18:22:40',2,557.12,557.12,0,0,0,0),(4793,1269,42,0,95,'2022-06-27 18:22:40',2,158.4,158.4,0,0,0,0),(4794,1269,118,0,95,'2022-06-27 18:22:40',2,369.6,369.6,0,0,0,0),(4795,1269,51,0,95,'2022-06-27 18:22:40',4,591.36,591.36,0,0,0,0),(4796,1269,43,0,95,'2022-06-27 18:22:40',3,237.6,237.6,0,0,0,0),(4797,1269,44,0,95,'2022-06-27 18:22:40',2,232.32,232.32,0,0,0,0),(4798,1269,490,0,95,'2022-06-27 18:22:40',10,227.8,227.8,0,0,0,0),(4799,1269,487,0,95,'2022-06-27 18:22:40',3,94.05,94.05,0,0,0,0),(4801,1270,23,0,30,'2022-06-27 18:24:48',3,335.52,351.445714,0,0,15.925714,0),(4802,1270,41,0,30,'2022-06-27 18:24:48',1,66.48,71.788571,0,0,5.308571,0),(4803,1270,93,0,30,'2022-06-27 18:24:48',1,0,5.308571,0,0,5.308571,0),(4804,1270,99,0,30,'2022-06-27 18:24:48',1,0,5.308571,0,0,5.308571,0),(4805,1270,97,0,30,'2022-06-27 18:24:48',1,0,5.308571,0,0,5.308571,0),(4814,1271,41,0,67,'2022-06-29 22:40:42',4,265.92,495.657778,0,0,229.737778,0),(4815,1271,23,0,67,'2022-06-29 22:40:42',2,223.68,338.548889,0,0,114.868889,0),(4816,1271,38,0,67,'2022-06-29 22:40:42',2,557.12,671.988889,0,0,114.868889,0),(4817,1271,116,0,67,'2022-06-29 22:40:42',1,145.44,202.874444,0,0,57.434444,0),(4821,1272,93,0,54,'2022-06-29 22:43:32',10,0,21.508333,0,0,21.508333,0),(4822,1272,97,0,54,'2022-06-29 22:43:32',2,0,4.301667,0,0,4.301667,0),(4824,1273,38,0,6,'2022-06-30 14:49:26',1,278.56,278.56,0,0,0,0),(4825,1273,45,0,6,'2022-06-30 14:49:26',1,42.24,42.24,0,0,0,0),(4826,1273,23,0,6,'2022-06-30 14:49:26',4,447.36,447.36,0,0,0,0),(4827,1273,39,0,6,'2022-06-30 14:49:26',1,79.2,79.2,0,0,0,0),(4828,1273,40,0,6,'2022-06-30 14:49:26',1,79.2,79.2,0,0,0,0),(4829,1273,43,0,6,'2022-06-30 14:49:26',1,79.2,79.2,0,0,0,0),(4830,1273,49,0,6,'2022-06-30 14:49:26',2,158.4,158.4,0,0,0,0),(4831,1273,93,0,6,'2022-06-30 14:49:26',10,0,0,0,0,0,0),(4832,1273,41,0,6,'2022-06-30 14:49:26',4,265.92,265.92,0,0,0,0),(4834,1275,490,0,80,'2022-07-01 01:01:25',10,227.8,227.8,0,0,0,0),(4835,1275,41,0,80,'2022-07-01 01:01:25',5,332.4,332.4,0,0,0,0),(4839,1276,490,0,33,'2022-07-01 16:51:19',2,45.56,58.24,0,0,12.68,0),(4843,1278,41,0,95,'2022-07-05 18:22:11',3,199.44,219.31,0,0,19.87,0),(4845,1279,41,0,11,'2022-07-05 18:41:47',2,132.96,132.96,0,0,0,0),(4846,1279,38,0,11,'2022-07-05 18:41:47',1,278.56,278.56,0,0,0,0),(4847,1279,49,0,11,'2022-07-05 18:41:47',1,79.2,79.2,0,0,0,0),(4848,1279,51,0,11,'2022-07-05 18:41:47',1,147.84,147.84,0,0,0,0),(4849,1279,51,0,11,'2022-07-05 18:41:47',1,147.84,147.84,0,0,0,0),(4851,1280,41,0,94,'2022-07-05 20:32:36',1,66.48,66.48,0,0,0,0),(4852,1280,131,0,94,'2022-07-05 20:32:36',4,50.6,50.6,0,0,0,0),(4853,1280,490,0,94,'2022-07-05 20:32:36',10,227.8,227.8,0,0,0,0),(4854,1280,488,0,94,'2022-07-05 20:32:36',3,94.05,94.05,0,0,0,0),(4855,1280,38,0,94,'2022-07-05 20:32:36',1,278.56,278.56,0,0,0,0),(4856,1280,49,0,94,'2022-07-05 20:32:36',1,79.2,79.2,0,0,0,0),(4857,1280,133,0,94,'2022-07-05 20:32:36',2,28.6,28.6,0,0,0,0),(4858,1280,43,0,94,'2022-07-05 20:32:36',1,79.2,79.2,0,0,0,0),(4859,1280,120,0,94,'2022-07-05 20:32:36',1,52.8,52.8,0,0,0,0),(4861,1281,93,0,41,'2022-07-06 03:30:49',6,0,12.55,0,0,12.55,0),(4863,1282,23,0,43,'2022-07-06 16:42:18',1,111.84,111.84,0,0,0,0),(4864,1282,41,0,43,'2022-07-06 16:42:18',1,66.48,66.48,0,0,0,0),(4865,1282,51,0,43,'2022-07-06 16:42:18',1,147.84,147.84,0,0,0,0),(4866,1282,93,0,43,'2022-07-06 16:42:18',2,0,0,0,0,0,0),(4867,1282,118,0,43,'2022-07-06 16:42:18',1,184.8,184.8,0,0,0,0),(4869,1283,41,0,11,'2022-07-07 19:30:21',2,132.96,132.96,0,0,0,0),(4870,1283,51,0,11,'2022-07-07 19:30:21',1,147.84,147.84,0,0,0,0),(4871,1283,51,0,11,'2022-07-07 19:30:21',1,147.84,147.84,0,0,0,0),(4872,1283,45,0,11,'2022-07-07 19:30:21',1,42.24,42.24,0,0,0,0),(4873,1283,120,0,11,'2022-07-07 19:30:21',1,52.8,52.8,0,0,0,0),(4874,1283,490,0,11,'2022-07-07 19:30:21',10,227.8,227.8,0,0,0,0),(4875,1283,487,0,11,'2022-07-07 19:30:21',1,31.35,31.35,0,0,0,0),(4877,1284,38,0,13,'2022-07-07 21:52:27',1,278.56,278.56,0,0,0,0),(4878,1284,23,0,13,'2022-07-07 21:52:27',1,111.84,111.84,0,0,0,0),(4879,1284,43,0,13,'2022-07-07 21:52:27',2,158.4,158.4,0,0,0,0),(4880,1284,45,0,13,'2022-07-07 21:52:27',1,42.24,42.24,0,0,0,0),(4882,1285,23,0,79,'2022-07-08 12:55:52',2,223.68,223.68,0,0,0,0),(4883,1285,38,0,79,'2022-07-08 12:55:52',1,278.56,278.56,0,0,0,0),(4884,1285,45,0,79,'2022-07-08 12:55:52',3,126.72,126.72,0,0,0,0),(4885,1285,93,0,79,'2022-07-08 12:55:52',10,0,0,0,0,0,0),(4887,1286,38,0,57,'2022-07-08 14:45:42',1,278.56,278.56,0,0,0,0),(4888,1286,23,0,57,'2022-07-08 14:45:42',2,223.68,223.68,0,0,0,0),(4889,1286,93,0,57,'2022-07-08 14:45:42',6,0,0,0,0,0,0),(4891,1288,490,0,29,'2022-07-08 20:35:57',4,91.12,97.248,0,0,6.128,0),(4892,1288,41,0,29,'2022-07-08 20:35:57',1,66.48,68.012,0,0,1.532,0),(4893,1288,144,0,29,'2022-07-08 20:35:57',5,6.9,14.56,0,0,7.66,0),(4902,1289,23,0,12,'2022-07-08 22:03:38',3,335.52,335.52,0,0,0,0),(4903,1289,38,0,12,'2022-07-08 22:03:38',1,278.56,278.56,0,0,0,0),(4904,1289,45,0,12,'2022-07-08 22:03:38',2,84.48,84.48,0,0,0,0),(4905,1289,41,0,12,'2022-07-08 22:03:38',2,132.96,132.96,0,0,0,0),(4906,1289,118,0,12,'2022-07-08 22:03:38',1,184.8,184.8,0,0,0,0),(4907,1289,51,0,12,'2022-07-08 22:03:38',2,295.68,295.68,0,0,0,0),(4909,1290,23,0,76,'2022-07-10 02:35:38',2,223.68,223.68,0,0,0,0),(4910,1290,38,0,76,'2022-07-10 02:35:38',1,278.56,278.56,0,0,0,0),(4911,1290,45,0,76,'2022-07-10 02:35:38',1,42.24,42.24,0,0,0,0),(4912,1290,41,0,76,'2022-07-10 02:35:38',2,132.96,132.96,0,0,0,0),(4913,1290,93,0,76,'2022-07-10 02:35:38',6,0,0,0,0,0,0),(4914,1290,95,0,76,'2022-07-10 02:35:38',6,0,0,0,0,0,0),(4915,1290,97,0,76,'2022-07-10 02:35:38',1,0,0,0,0,0,0),(4916,1290,99,0,76,'2022-07-10 02:35:38',1,0,0,0,0,0,0),(4918,1291,490,0,64,'2022-07-10 19:31:51',8,182.24,182.24,0,0,0,0),(4919,1291,488,0,64,'2022-07-10 19:31:51',4,125.4,125.4,0,0,0,0),(4920,1291,49,0,64,'2022-07-10 19:31:51',2,158.4,158.4,0,0,0,0),(4921,1291,41,0,64,'2022-07-10 19:31:51',3,199.44,199.44,0,0,0,0),(4922,1291,45,0,64,'2022-07-10 19:31:51',1,42.24,42.24,0,0,0,0),(4923,1291,38,0,64,'2022-07-10 19:31:51',2,557.12,557.12,0,0,0,0),(4924,1291,23,0,64,'2022-07-10 19:31:51',2,223.68,223.68,0,0,0,0),(4934,1292,490,0,64,'2022-07-10 19:39:48',8,182.24,182.24,0,0,0,0),(4935,1292,488,0,64,'2022-07-10 19:39:48',4,125.4,125.4,0,0,0,0),(4936,1292,49,0,64,'2022-07-10 19:39:48',2,158.4,158.4,0,0,0,0),(4937,1292,41,0,64,'2022-07-10 19:39:48',3,199.44,199.44,0,0,0,0),(4938,1292,45,0,64,'2022-07-10 19:39:48',1,42.24,42.24,0,0,0,0),(4939,1292,38,0,64,'2022-07-10 19:39:48',2,557.12,557.12,0,0,0,0),(4940,1292,23,0,64,'2022-07-10 19:39:48',2,223.68,223.68,0,0,0,0),(4942,1293,99,0,66,'2022-07-10 19:47:39',1,0,3.628182,0,0,3.628182,0),(4943,1293,93,0,66,'2022-07-10 19:47:39',10,0,36.281818,0,0,36.281818,0),(4945,1294,93,0,66,'2022-07-10 19:49:21',10,0,32.37,0,0,32.37,0),(4947,1295,93,0,66,'2022-07-10 19:50:08',10,0,32.37,0,0,32.37,0),(4949,1296,93,0,58,'2022-07-11 16:39:21',8,0,18.192,0,0,18.192,0),(4950,1296,97,0,58,'2022-07-11 16:39:21',2,0,4.548,0,0,4.548,0),(4952,1297,23,0,79,'2022-07-12 17:28:28',-2,-223.68,-223.68,0,0,0,0),(4953,1297,38,0,79,'2022-07-12 17:28:28',-1,-278.56,-278.56,0,0,0,0),(4954,1297,45,0,79,'2022-07-12 17:28:28',-3,-126.72,-126.72,0,0,0,0),(4955,1297,93,0,79,'2022-07-12 17:28:28',-10,0,0,0,0,0,0),(4956,1298,43,0,53,'2022-07-12 21:35:51',2,158.4,169.121667,0,0,10.721667,0),(4957,1298,49,0,53,'2022-07-12 21:35:51',4,316.8,338.243333,0,0,21.443333,0),(4958,1298,41,0,53,'2022-07-12 21:35:51',5,332.4,359.204167,0,0,26.804167,0),(4959,1298,120,0,53,'2022-07-12 21:35:51',1,52.8,58.160833,0,0,5.360833,0),(4961,1299,490,0,80,'2022-07-13 06:46:15',10,227.8,227.8,0,0,0,0),(4962,1299,488,0,80,'2022-07-13 06:46:15',6,188.1,188.1,0,0,0,0),(4963,1299,43,0,80,'2022-07-13 06:46:15',2,158.4,158.4,0,0,0,0),(4964,1299,49,0,80,'2022-07-13 06:46:15',2,158.4,158.4,0,0,0,0),(4966,1300,23,0,79,'2022-07-13 13:39:37',2,223.68,223.68,0,0,0,0),(4967,1300,38,0,79,'2022-07-13 13:39:37',1,278.56,278.56,0,0,0,0),(4968,1300,45,0,79,'2022-07-13 13:39:37',3,126.72,126.72,0,0,0,0),(4969,1300,93,0,79,'2022-07-13 13:39:37',10,0,0,0,0,0,0),(4971,1301,23,0,17,'2022-07-13 14:10:11',1,111.84,114.57125,0,0,2.73125,0),(4972,1301,487,0,17,'2022-07-13 14:10:11',1,31.35,34.08125,0,0,2.73125,0),(4973,1301,490,0,17,'2022-07-13 14:10:11',4,91.12,102.045,0,0,10.925,0),(4974,1301,44,0,17,'2022-07-13 14:10:11',1,116.16,118.89125,0,0,2.73125,0),(4975,1301,41,0,17,'2022-07-13 14:10:11',1,66.48,69.21125,0,0,2.73125,0),(4977,1302,93,0,60,'2022-07-13 21:48:41',10,0,13.77,0,0,13.77,0),(4979,1303,93,0,60,'2022-07-13 21:50:05',10,0,13.77,0,0,13.77,0),(4981,1304,43,0,46,'2022-07-13 23:56:29',1,79.2,82.117143,0,0,2.917143,0),(4982,1304,41,0,46,'2022-07-13 23:56:29',1,66.48,69.397143,0,0,2.917143,0),(4983,1304,93,0,46,'2022-07-13 23:56:29',5,0,14.585714,0,0,14.585714,0),(4985,1305,490,0,64,'2022-07-14 15:28:48',8,182.24,182.24,0,0,0,0),(4986,1305,488,0,64,'2022-07-14 15:28:48',1,31.35,31.35,0,0,0,0),(4987,1305,41,0,64,'2022-07-14 15:28:48',2,132.96,132.96,0,0,0,0),(4988,1305,45,0,64,'2022-07-14 15:28:48',1,42.24,42.24,0,0,0,0),(4989,1305,38,0,64,'2022-07-14 15:28:48',2,557.12,557.12,0,0,0,0),(4990,1305,23,0,64,'2022-07-14 15:28:48',1,111.84,111.84,0,0,0,0),(4991,1305,120,0,64,'2022-07-14 15:28:48',1,52.8,52.8,0,0,0,0),(4992,1305,43,0,64,'2022-07-14 15:28:48',1,79.2,79.2,0,0,0,0),(4993,1305,49,0,64,'2022-07-14 15:28:48',1,79.2,79.2,0,0,0,0),(4995,1306,23,0,63,'2022-07-14 18:53:27',2,223.68,227.781667,0,0,4.101667,0),(4996,1306,93,0,63,'2022-07-14 18:53:27',10,0,20.508333,0,0,20.508333,0),(4998,1307,23,0,82,'2022-07-15 01:16:57',5,559.2,559.2,0,0,0,0),(4999,1307,41,0,82,'2022-07-15 01:16:57',2,132.96,132.96,0,0,0,0),(5000,1307,490,0,82,'2022-07-15 01:16:57',8,182.24,182.24,0,0,0,0),(5002,1308,49,0,32,'2022-07-15 17:04:05',2,158.4,173.457778,0,0,15.057778,0),(5003,1308,97,0,32,'2022-07-15 17:04:05',1,0,7.528889,0,0,7.528889,0),(5004,1308,99,0,32,'2022-07-15 17:04:05',1,0,7.528889,0,0,7.528889,0),(5005,1308,133,0,32,'2022-07-15 17:04:05',5,71.5,109.144444,0,0,37.644444,0),(5011,1310,42,0,90,'2022-07-15 19:25:12',1,79.2,79.2,0,0,0,0),(5012,1310,43,0,90,'2022-07-15 19:25:12',1,79.2,79.2,0,0,0,0),(5013,1310,38,0,90,'2022-07-15 19:25:12',1,278.56,278.56,0,0,0,0),(5014,1310,45,0,90,'2022-07-15 19:25:12',1,42.24,42.24,0,0,0,0),(5015,1310,490,0,90,'2022-07-15 19:25:12',10,227.8,227.8,0,0,0,0),(5016,1310,120,0,90,'2022-07-15 19:25:12',1,52.8,52.8,0,0,0,0),(5018,1311,42,0,90,'2022-07-15 19:56:45',3,237.6,237.6,0,0,0,0),(5019,1311,488,0,90,'2022-07-15 19:56:45',2,62.7,62.7,0,0,0,0),(5020,1311,120,0,90,'2022-07-15 19:56:45',2,105.6,105.6,0,0,0,0),(5021,1311,41,0,90,'2022-07-15 19:56:45',4,265.92,265.92,0,0,0,0),(5022,1311,45,0,90,'2022-07-15 19:56:45',3,126.72,126.72,0,0,0,0),(5023,1311,490,0,90,'2022-07-15 19:56:45',15,341.7,341.7,0,0,0,0),(5024,1311,23,0,90,'2022-07-15 19:56:45',2,223.68,223.68,0,0,0,0),(5025,1311,38,0,90,'2022-07-15 19:56:45',2,557.12,557.12,0,0,0,0),(5026,1311,43,0,90,'2022-07-15 19:56:45',1,79.2,79.2,0,0,0,0),(5028,1312,43,0,90,'2022-07-15 20:12:18',1,79.2,79.2,0,0,0,0),(5029,1312,49,0,90,'2022-07-15 20:12:18',1,79.2,79.2,0,0,0,0),(5030,1312,120,0,90,'2022-07-15 20:12:18',1,52.8,52.8,0,0,0,0),(5031,1312,38,0,90,'2022-07-15 20:12:18',1,278.56,278.56,0,0,0,0),(5032,1312,490,0,90,'2022-07-15 20:12:18',10,227.8,227.8,0,0,0,0),(5034,1313,95,0,69,'2022-07-15 20:23:35',6,0,0,0,0,0,0),(5035,1313,120,0,69,'2022-07-15 20:23:35',1,52.8,52.8,0,0,0,0),(5036,1313,116,0,69,'2022-07-15 20:23:35',1,145.44,145.44,0,0,0,0),(5037,1313,23,0,69,'2022-07-15 20:23:35',4,447.36,447.36,0,0,0,0),(5038,1313,51,0,69,'2022-07-15 20:23:35',1,147.84,147.84,0,0,0,0),(5039,1313,41,0,69,'2022-07-15 20:23:35',1,66.48,66.48,0,0,0,0),(5040,1313,49,0,69,'2022-07-15 20:23:35',1,79.2,79.2,0,0,0,0),(5041,1313,44,0,69,'2022-07-15 20:23:35',1,116.16,116.16,0,0,0,0),(5042,1313,43,0,69,'2022-07-15 20:23:35',1,79.2,79.2,0,0,0,0),(5044,1314,93,0,81,'2022-07-16 19:48:48',6,0,13.78,0,0,13.78,0),(5046,1315,41,0,49,'2022-07-16 21:58:40',3,199.44,199.44,0,0,0,0),(5047,1315,118,0,49,'2022-07-16 21:58:40',1,184.8,184.8,0,0,0,0),(5048,1315,116,0,49,'2022-07-16 21:58:40',1,145.44,145.44,0,0,0,0),(5049,1315,43,0,49,'2022-07-16 21:58:40',1,79.2,79.2,0,0,0,0),(5050,1315,49,0,49,'2022-07-16 21:58:40',2,158.4,158.4,0,0,0,0),(5051,1315,44,0,49,'2022-07-16 21:58:40',1,116.16,116.16,0,0,0,0),(5052,1315,490,0,49,'2022-07-16 21:58:40',1,22.78,22.78,0,0,0,0),(5053,1315,118,0,49,'2022-07-16 21:58:40',1,184.8,184.8,0,0,0,0),(5054,1315,116,0,49,'2022-07-16 21:58:40',1,145.44,145.44,0,0,0,0),(5055,1315,318,0,49,'2022-07-16 21:58:40',10,30,30,0,0,0,0),(5057,1316,93,0,99,'2022-07-17 02:37:21',10,0,0,0,0,0,0),(5058,1316,95,0,99,'2022-07-17 02:37:21',4,0,0,0,0,0,0),(5059,1316,43,0,99,'2022-07-17 02:37:21',2,158.4,158.4,0,0,0,0),(5060,1316,41,0,99,'2022-07-17 02:37:21',9,598.32,598.32,0,0,0,0),(5061,1316,38,0,99,'2022-07-17 02:37:21',3,835.68,835.68,0,0,0,0),(5062,1316,45,0,99,'2022-07-17 02:37:21',1,42.24,42.24,0,0,0,0),(5064,1317,43,0,13,'2022-07-18 03:58:59',3,237.6,237.6,0,0,0,0),(5065,1317,23,0,13,'2022-07-18 03:58:59',2,223.68,223.68,0,0,0,0),(5066,1317,41,0,13,'2022-07-18 03:58:59',1,66.48,66.48,0,0,0,0),(5068,1319,51,0,11,'2022-07-18 17:35:18',1,147.84,147.84,0,0,0,0),(5069,1319,45,0,11,'2022-07-18 17:35:18',1,42.24,42.24,0,0,0,0),(5070,1319,120,0,11,'2022-07-18 17:35:18',1,52.8,52.8,0,0,0,0),(5071,1319,23,0,11,'2022-07-18 17:35:18',1,111.84,111.84,0,0,0,0),(5072,1319,118,0,11,'2022-07-18 17:35:18',1,184.8,184.8,0,0,0,0),(5074,1320,490,0,99,'2022-07-19 01:20:40',10,227.8,227.8,0,0,0,0),(5075,1320,43,0,99,'2022-07-19 01:20:40',1,79.2,79.2,0,0,0,0),(5076,1320,41,0,99,'2022-07-19 01:20:40',10,664.8,664.8,0,0,0,0),(5077,1320,45,0,99,'2022-07-19 01:20:40',1,42.24,42.24,0,0,0,0),(5078,1320,38,0,99,'2022-07-19 01:20:40',2,557.12,557.12,0,0,0,0),(5079,1320,38,0,99,'2022-07-19 01:20:40',1,278.56,278.56,0,0,0,0),(5081,1321,41,0,94,'2022-07-20 02:46:25',1,66.48,66.48,0,0,0,0),(5082,1321,490,0,94,'2022-07-20 02:46:25',5,113.9,113.9,0,0,0,0),(5083,1321,488,0,94,'2022-07-20 02:46:25',1,31.35,31.35,0,0,0,0),(5084,1321,38,0,94,'2022-07-20 02:46:25',2,557.12,557.12,0,0,0,0),(5085,1321,23,0,94,'2022-07-20 02:46:25',4,447.36,447.36,0,0,0,0),(5087,1322,23,0,26,'2022-07-20 18:06:12',1,111.84,111.84,0,0,0,0),(5088,1322,38,0,26,'2022-07-20 18:06:12',1,278.56,278.56,0,0,0,0),(5089,1322,49,0,26,'2022-07-20 18:06:12',1,79.2,79.2,0,0,0,0),(5090,1322,43,0,26,'2022-07-20 18:06:12',1,79.2,79.2,0,0,0,0),(5091,1322,131,0,26,'2022-07-20 18:06:12',2,25.3,25.3,0,0,0,0),(5107,1324,23,0,95,'2022-07-20 21:06:21',2,223.68,223.68,0,0,0,0),(5108,1324,38,0,95,'2022-07-20 21:06:21',2,557.12,557.12,0,0,0,0),(5109,1324,120,0,95,'2022-07-20 21:06:21',1,52.8,52.8,0,0,0,0),(5110,1324,41,0,95,'2022-07-20 21:06:21',4,265.92,265.92,0,0,0,0),(5111,1324,490,0,95,'2022-07-20 21:06:21',20,455.6,455.6,0,0,0,0),(5117,1326,487,0,90,'2022-07-21 21:51:48',2,62.7,62.7,0,0,0,0),(5118,1326,490,0,90,'2022-07-21 21:51:48',10,227.8,227.8,0,0,0,0),(5119,1326,38,0,90,'2022-07-21 21:51:48',1,278.56,278.56,0,0,0,0),(5125,1327,120,0,25,'2022-07-21 22:34:03',1,52.8,52.8,0,0,0,0),(5126,1327,490,0,25,'2022-07-21 22:34:03',8,182.24,182.24,0,0,0,0),(5127,1327,41,0,25,'2022-07-21 22:34:03',2,132.96,132.96,0,0,0,0),(5128,1327,23,0,25,'2022-07-21 22:34:03',1,111.84,111.84,0,0,0,0),(5129,1327,45,0,25,'2022-07-21 22:34:03',1,42.24,42.24,0,0,0,0),(5131,1328,23,0,49,'2022-07-21 22:45:04',2,223.68,223.68,0,0,0,0),(5132,1328,38,0,49,'2022-07-21 22:45:04',1,278.56,278.56,0,0,0,0),(5134,1329,23,0,62,'2022-07-22 16:26:11',3,335.52,335.52,0,0,0,0),(5135,1329,38,0,62,'2022-07-22 16:26:11',1,278.56,278.56,0,0,0,0),(5136,1329,45,0,62,'2022-07-22 16:26:11',3,126.72,126.72,0,0,0,0),(5137,1329,41,0,62,'2022-07-22 16:26:11',3,199.44,199.44,0,0,0,0),(5138,1329,44,0,62,'2022-07-22 16:26:11',3,348.48,348.48,0,0,0,0),(5139,1329,49,0,62,'2022-07-22 16:26:11',1,79.2,79.2,0,0,0,0),(5140,1329,133,0,62,'2022-07-22 16:26:11',3,42.9,42.9,0,0,0,0),(5141,1329,318,0,62,'2022-07-22 16:26:11',10,30,30,0,0,0,0),(5143,1330,38,0,57,'2022-07-22 19:53:32',1,278.56,278.56,0,0,0,0),(5144,1330,23,0,57,'2022-07-22 19:53:32',1,111.84,111.84,0,0,0,0),(5145,1330,41,0,57,'2022-07-22 19:53:32',2,132.96,132.96,0,0,0,0),(5147,1331,490,0,33,'2022-07-24 15:02:19',3,68.34,80.645,0,0,12.305,0),(5148,1331,488,0,33,'2022-07-24 15:02:19',1,31.35,35.451667,0,0,4.101667,0),(5149,1331,39,0,33,'2022-07-24 15:02:19',1,79.2,83.301667,0,0,4.101667,0),(5150,1331,45,0,33,'2022-07-24 15:02:19',1,42.24,46.341667,0,0,4.101667,0),(5152,1332,41,0,55,'2022-07-25 14:19:28',4,265.92,281.72,0,0,15.8,0),(5154,1333,41,0,39,'2022-07-25 17:21:54',1,66.48,69.761667,0,0,3.281667,0),(5155,1333,49,0,39,'2022-07-25 17:21:54',2,158.4,164.963333,0,0,6.563333,0),(5156,1333,43,0,39,'2022-07-25 17:21:54',2,158.4,164.963333,0,0,6.563333,0),(5157,1333,95,0,39,'2022-07-25 17:21:54',10,0,32.816667,0,0,32.816667,0),(5158,1333,99,0,39,'2022-07-25 17:21:54',2,0,6.563333,0,0,6.563333,0),(5159,1333,23,0,39,'2022-07-25 17:21:54',1,111.84,115.121667,0,0,3.281667,0),(5165,1336,23,0,12,'2022-07-26 21:30:27',2,223.68,223.68,0,0,0,0),(5166,1336,51,0,12,'2022-07-26 21:30:27',1,147.84,147.84,0,0,0,0),(5167,1336,120,0,12,'2022-07-26 21:30:27',1,52.8,52.8,0,0,0,0),(5168,1336,490,0,12,'2022-07-26 21:30:27',20,455.6,455.6,0,0,0,0),(5169,1336,487,0,12,'2022-07-26 21:30:27',2,62.7,62.7,0,0,0,0),(5171,1337,490,0,80,'2022-07-26 21:31:17',30,683.4,683.4,0,0,0,0),(5173,1338,23,0,12,'2022-07-26 21:32:10',2,223.68,223.68,0,0,0,0),(5174,1338,51,0,12,'2022-07-26 21:32:10',1,147.84,147.84,0,0,0,0),(5175,1338,120,0,12,'2022-07-26 21:32:10',1,52.8,52.8,0,0,0,0),(5176,1338,490,0,12,'2022-07-26 21:32:10',20,455.6,455.6,0,0,0,0),(5177,1338,487,0,12,'2022-07-26 21:32:10',2,62.7,62.7,0,0,0,0),(5179,1339,42,0,97,'2022-07-27 15:21:13',1,79.2,79.2,0,0,0,0),(5180,1339,23,0,97,'2022-07-27 15:21:13',2,223.68,223.68,0,0,0,0),(5181,1339,51,0,97,'2022-07-27 15:21:13',1,147.84,147.84,0,0,0,0),(5182,1339,43,0,97,'2022-07-27 15:21:13',2,158.4,158.4,0,0,0,0),(5189,1341,23,0,39,'2022-07-27 16:46:34',1,111.84,111.84,0,0,0,0),(5190,1341,41,0,39,'2022-07-27 16:46:34',1,66.48,66.48,0,0,0,0),(5191,1341,49,0,39,'2022-07-27 16:46:34',1,79.2,79.2,0,0,0,0),(5192,1341,43,0,39,'2022-07-27 16:46:34',1,79.2,79.2,0,0,0,0),(5193,1341,489,0,39,'2022-07-27 16:46:34',10,194.3,194.3,0,0,0,0),(5194,1341,487,0,39,'2022-07-27 16:46:34',2,62.7,62.7,0,0,0,0),(5196,1342,95,0,69,'2022-07-27 18:04:57',10,0,0,0,0,0,0),(5197,1342,133,0,69,'2022-07-27 18:04:57',4,57.2,57.2,0,0,0,0),(5198,1342,120,0,69,'2022-07-27 18:04:57',1,52.8,52.8,0,0,0,0),(5199,1342,39,0,69,'2022-07-27 18:04:57',1,79.2,79.2,0,0,0,0),(5200,1342,40,0,69,'2022-07-27 18:04:57',1,79.2,79.2,0,0,0,0),(5201,1342,23,0,69,'2022-07-27 18:04:57',2,223.68,223.68,0,0,0,0),(5202,1342,116,0,69,'2022-07-27 18:04:57',1,145.44,145.44,0,0,0,0),(5203,1342,44,0,69,'2022-07-27 18:04:57',1,116.16,116.16,0,0,0,0),(5211,1344,23,0,69,'2022-07-27 20:00:28',2,223.68,223.68,0,0,0,0),(5212,1344,116,0,69,'2022-07-27 20:00:28',1,145.44,145.44,0,0,0,0),(5213,1344,51,0,69,'2022-07-27 20:00:28',1,147.84,147.84,0,0,0,0),(5214,1344,41,0,69,'2022-07-27 20:00:28',1,66.48,66.48,0,0,0,0),(5215,1344,39,0,69,'2022-07-27 20:00:28',1,79.2,79.2,0,0,0,0),(5216,1344,40,0,69,'2022-07-27 20:00:28',1,79.2,79.2,0,0,0,0),(5217,1344,120,0,69,'2022-07-27 20:00:28',1,52.8,52.8,0,0,0,0),(5218,1344,43,0,69,'2022-07-27 20:00:28',1,79.2,79.2,0,0,0,0),(5219,1344,44,0,69,'2022-07-27 20:00:28',1,116.16,116.16,0,0,0,0),(5220,1344,95,0,69,'2022-07-27 20:00:28',10,0,0,0,0,0,0),(5221,1344,133,0,69,'2022-07-27 20:00:28',4,57.2,57.2,0,0,0,0),(5222,1344,45,0,69,'2022-07-27 20:00:28',1,42.24,42.24,0,0,0,0),(5224,1345,42,0,81,'2022-07-27 20:30:02',1,79.2,80.685385,0,0,1.485385,0),(5225,1345,137,0,81,'2022-07-27 20:30:02',12,72.6,90.424615,0,0,17.824615,0),(5227,1346,93,0,81,'2022-07-28 01:56:25',8,0,16.31,0,0,16.31,0),(5229,1349,23,0,63,'2022-07-28 19:33:39',2,223.68,231.964,0,0,8.284,0),(5230,1349,41,0,63,'2022-07-28 19:33:39',3,199.44,211.866,0,0,12.426,0),(5232,1350,44,0,96,'2022-07-29 05:57:19',2,232.32,232.32,0,0,0,0),(5233,1350,49,0,96,'2022-07-29 05:57:19',1,79.2,79.2,0,0,0,0),(5234,1350,45,0,96,'2022-07-29 05:57:19',2,84.48,84.48,0,0,0,0),(5235,1350,23,0,96,'2022-07-29 05:57:19',2,223.68,223.68,0,0,0,0),(5236,1350,38,0,96,'2022-07-29 05:57:19',1,278.56,278.56,0,0,0,0),(5237,1350,43,0,96,'2022-07-29 05:57:19',1,79.2,79.2,0,0,0,0),(5238,1350,95,0,96,'2022-07-29 05:57:19',10,0,0,0,0,0,0),(5239,1350,97,0,96,'2022-07-29 05:57:19',1,0,0,0,0,0,0),(5240,1350,99,0,96,'2022-07-29 05:57:19',1,0,0,0,0,0,0),(5241,1350,42,0,96,'2022-07-29 05:57:19',1,79.2,79.2,0,0,0,0),(5243,1351,120,0,11,'2022-07-29 18:07:30',1,52.8,52.8,0,0,0,0),(5244,1351,23,0,11,'2022-07-29 18:07:30',1,111.84,111.84,0,0,0,0),(5245,1351,23,0,11,'2022-07-29 18:07:30',1,111.84,111.84,0,0,0,0),(5246,1351,43,0,11,'2022-07-29 18:07:30',1,79.2,79.2,0,0,0,0),(5247,1351,42,0,11,'2022-07-29 18:07:30',1,79.2,79.2,0,0,0,0),(5248,1351,41,0,11,'2022-07-29 18:07:30',1,66.48,66.48,0,0,0,0),(5249,1351,490,0,11,'2022-07-29 18:07:30',10,227.8,227.8,0,0,0,0),(5250,1351,487,0,11,'2022-07-29 18:07:30',1,31.35,31.35,0,0,0,0),(5252,1352,45,0,11,'2022-07-29 18:20:59',1,42.24,42.24,0,0,0,0),(5253,1352,49,0,11,'2022-07-29 18:20:59',1,79.2,79.2,0,0,0,0),(5254,1352,120,0,11,'2022-07-29 18:20:59',1,52.8,52.8,0,0,0,0),(5255,1352,488,0,11,'2022-07-29 18:20:59',1,31.35,31.35,0,0,0,0),(5256,1352,39,0,11,'2022-07-29 18:20:59',1,79.2,79.2,0,0,0,0),(5257,1352,40,0,11,'2022-07-29 18:20:59',1,79.2,79.2,0,0,0,0),(5258,1352,144,0,11,'2022-07-29 18:20:59',4,5.52,5.52,0,0,0,0),(5259,1352,23,0,11,'2022-07-29 18:20:59',1,111.84,111.84,0,0,0,0),(5260,1352,41,0,11,'2022-07-29 18:20:59',1,66.48,66.48,0,0,0,0),(5262,1353,41,0,94,'2022-07-29 20:03:18',1,66.48,66.48,0,0,0,0),(5263,1353,490,0,94,'2022-07-29 20:03:18',10,227.8,227.8,0,0,0,0),(5264,1353,488,0,94,'2022-07-29 20:03:18',2,62.7,62.7,0,0,0,0),(5265,1353,38,0,94,'2022-07-29 20:03:18',2,557.12,557.12,0,0,0,0),(5266,1353,23,0,94,'2022-07-29 20:03:18',2,223.68,223.68,0,0,0,0),(5267,1353,45,0,94,'2022-07-29 20:03:18',1,42.24,42.24,0,0,0,0),(5268,1353,43,0,94,'2022-07-29 20:03:18',1,79.2,79.2,0,0,0,0),(5269,1353,49,0,94,'2022-07-29 20:03:18',1,79.2,79.2,0,0,0,0),(5270,1353,133,0,94,'2022-07-29 20:03:18',1,14.3,14.3,0,0,0,0),(5271,1353,131,0,94,'2022-07-29 20:03:18',6,75.9,75.9,0,0,0,0),(5273,1354,23,0,67,'2022-07-30 03:27:48',1,111.84,150.421667,0,0,38.581667,0),(5274,1354,38,0,67,'2022-07-30 03:27:48',2,557.12,634.283333,0,0,77.163333,0),(5275,1354,51,0,67,'2022-07-30 03:27:48',2,295.68,372.843333,0,0,77.163333,0),(5276,1354,41,0,67,'2022-07-30 03:27:48',3,199.44,315.185,0,0,115.745,0),(5277,1354,93,0,67,'2022-07-30 03:27:48',10,0,385.816667,0,0,385.816667,0),(5281,1355,116,0,30,'2022-07-30 21:24:46',1,145.44,145.44,0,0,0,0),(5282,1355,23,0,30,'2022-07-30 21:24:46',3,335.52,335.52,0,0,0,0),(5283,1355,41,0,30,'2022-07-30 21:24:46',1,66.48,66.48,0,0,0,0),(5284,1355,49,0,30,'2022-07-30 21:24:46',1,79.2,79.2,0,0,0,0),(5285,1355,93,0,30,'2022-07-30 21:24:46',1,0,0,0,0,0,0),(5286,1355,137,0,30,'2022-07-30 21:24:46',3,18.15,18.15,0,0,0,0),(5288,1356,23,0,82,'2022-08-01 00:15:33',3,335.52,335.52,0,0,0,0),(5289,1356,41,0,82,'2022-08-01 00:15:33',2,132.96,132.96,0,0,0,0),(5290,1356,490,0,82,'2022-08-01 00:15:33',10,227.8,227.8,0,0,0,0),(5292,1357,38,0,50,'2022-08-01 18:40:11',1,278.56,278.56,0,0,0,0),(5293,1357,23,0,50,'2022-08-01 18:40:11',1,111.84,111.84,0,0,0,0),(5294,1357,490,0,50,'2022-08-01 18:40:11',10,227.8,227.8,0,0,0,0),(5296,1358,41,0,50,'2022-08-01 18:48:50',5,332.4,332.4,0,0,0,0),(5297,1358,120,0,50,'2022-08-01 18:48:50',1,52.8,52.8,0,0,0,0),(5298,1358,43,0,50,'2022-08-01 18:48:50',1,79.2,79.2,0,0,0,0),(5299,1358,490,0,50,'2022-08-01 18:48:50',10,227.8,227.8,0,0,0,0),(5301,1359,41,0,50,'2022-08-01 20:13:09',5,332.4,332.4,0,0,0,0),(5302,1359,490,0,50,'2022-08-01 20:13:09',10,227.8,227.8,0,0,0,0),(5304,1360,23,0,17,'2022-08-01 20:54:35',1,111.84,111.84,0,0,0,0),(5305,1360,41,0,17,'2022-08-01 20:54:35',1,66.48,66.48,0,0,0,0),(5306,1360,51,0,17,'2022-08-01 20:54:35',1,147.84,147.84,0,0,0,0),(5307,1360,120,0,17,'2022-08-01 20:54:35',1,52.8,52.8,0,0,0,0),(5308,1360,43,0,17,'2022-08-01 20:54:35',1,79.2,79.2,0,0,0,0),(5309,1360,44,0,17,'2022-08-01 20:54:35',1,116.16,116.16,0,0,0,0),(5310,1360,490,0,17,'2022-08-01 20:54:35',6,136.68,136.68,0,0,0,0),(5312,1361,41,0,67,'2022-08-02 19:55:45',2,132.96,213.16375,0,0,80.20375,0),(5313,1361,51,0,67,'2022-08-02 19:55:45',2,295.68,375.88375,0,0,80.20375,0),(5314,1361,38,0,67,'2022-08-02 19:55:45',1,278.56,318.661875,0,0,40.101875,0),(5315,1361,93,0,67,'2022-08-02 19:55:45',10,0,401.01875,0,0,401.01875,0),(5316,1361,99,0,67,'2022-08-02 19:55:45',1,0,40.101875,0,0,40.101875,0),(5320,1362,45,0,79,'2022-08-03 11:53:34',5,211.2,211.2,0,0,0,0),(5321,1362,39,0,79,'2022-08-03 11:53:34',2,158.4,158.4,0,0,0,0),(5322,1362,40,0,79,'2022-08-03 11:53:34',2,158.4,158.4,0,0,0,0),(5331,1365,490,0,80,'2022-08-04 18:01:43',30,683.4,683.4,0,0,0,0),(5332,1365,23,0,80,'2022-08-04 18:01:43',2,223.68,223.68,0,0,0,0),(5334,1366,42,0,81,'2022-08-05 15:24:25',1,79.2,85.936667,0,0,6.736667,0),(5335,1366,49,0,81,'2022-08-05 15:24:25',2,158.4,171.873333,0,0,13.473333,0),(5337,1367,41,0,12,'2022-08-06 18:55:46',6,398.88,398.88,0,0,0,0),(5338,1367,51,0,12,'2022-08-06 18:55:46',2,295.68,295.68,0,0,0,0),(5339,1367,23,0,12,'2022-08-06 18:55:46',2,223.68,223.68,0,0,0,0),(5340,1367,38,0,12,'2022-08-06 18:55:46',1,278.56,278.56,0,0,0,0),(5342,1368,41,0,25,'2022-08-07 18:31:54',1,66.48,66.48,0,0,0,0),(5343,1368,44,0,25,'2022-08-07 18:31:54',2,232.32,232.32,0,0,0,0),(5344,1368,490,0,25,'2022-08-07 18:31:54',8,182.24,182.24,0,0,0,0),(5345,1368,49,0,25,'2022-08-07 18:31:54',1,79.2,79.2,0,0,0,0),(5347,1369,45,0,86,'2022-08-09 13:42:13',2,84.48,91.783333,0,0,7.303333,0),(5348,1369,93,0,86,'2022-08-09 13:42:13',4,0,14.606667,0,0,14.606667,0),(5350,1370,45,0,6,'2022-08-09 15:25:16',1,42.24,42.24,0,0,0,0),(5351,1370,23,0,6,'2022-08-09 15:25:16',3,335.52,335.52,0,0,0,0),(5352,1370,38,0,6,'2022-08-09 15:25:16',2,557.12,557.12,0,0,0,0),(5353,1370,41,0,6,'2022-08-09 15:25:16',3,199.44,199.44,0,0,0,0),(5354,1370,116,0,6,'2022-08-09 15:25:16',1,145.44,145.44,0,0,0,0),(5355,1370,43,0,6,'2022-08-09 15:25:16',1,79.2,79.2,0,0,0,0),(5356,1370,49,0,6,'2022-08-09 15:25:16',2,158.4,158.4,0,0,0,0),(5357,1370,93,0,6,'2022-08-09 15:25:16',8,0,0,0,0,0,0),(5359,1371,23,0,70,'2022-08-09 16:11:11',1,111.84,111.84,0,0,0,0),(5360,1371,49,0,70,'2022-08-09 16:11:11',3,237.6,237.6,0,0,0,0),(5361,1371,44,0,70,'2022-08-09 16:11:11',6,696.96,696.96,0,0,0,0),(5362,1371,39,0,70,'2022-08-09 16:11:11',1,79.2,79.2,0,0,0,0),(5363,1371,40,0,70,'2022-08-09 16:11:11',1,79.2,79.2,0,0,0,0),(5364,1371,490,0,70,'2022-08-09 16:11:11',4,91.12,91.12,0,0,0,0),(5366,1372,490,0,64,'2022-08-09 19:08:43',8,182.24,182.24,0,0,0,0),(5367,1372,488,0,64,'2022-08-09 19:08:43',1,31.35,31.35,0,0,0,0),(5368,1372,41,0,64,'2022-08-09 19:08:43',2,132.96,132.96,0,0,0,0),(5369,1372,23,0,64,'2022-08-09 19:08:43',2,223.68,223.68,0,0,0,0),(5370,1372,38,0,64,'2022-08-09 19:08:43',1,278.56,278.56,0,0,0,0),(5372,1373,41,0,94,'2022-08-10 02:21:05',2,132.96,132.96,0,0,0,0),(5373,1373,490,0,94,'2022-08-10 02:21:05',10,227.8,227.8,0,0,0,0),(5374,1373,488,0,94,'2022-08-10 02:21:05',2,62.7,62.7,0,0,0,0),(5375,1373,38,0,94,'2022-08-10 02:21:05',2,557.12,557.12,0,0,0,0),(5376,1373,23,0,94,'2022-08-10 02:21:05',2,223.68,223.68,0,0,0,0),(5377,1373,133,0,94,'2022-08-10 02:21:05',4,57.2,57.2,0,0,0,0),(5378,1373,131,0,94,'2022-08-10 02:21:05',6,75.9,75.9,0,0,0,0),(5379,1373,44,0,94,'2022-08-10 02:21:05',1,116.16,116.16,0,0,0,0),(5381,1374,490,0,50,'2022-08-10 16:18:03',10,227.8,227.8,0,0,0,0),(5382,1374,38,0,50,'2022-08-10 16:18:03',1,278.56,278.56,0,0,0,0),(5384,1375,23,0,50,'2022-08-10 16:23:31',2,223.68,223.68,0,0,0,0),(5385,1375,44,0,50,'2022-08-10 16:23:31',1,116.16,116.16,0,0,0,0),(5386,1375,490,0,50,'2022-08-10 16:23:31',10,227.8,227.8,0,0,0,0),(5388,1376,41,0,29,'2022-08-10 16:33:39',6,398.88,398.88,0,0,0,0),(5389,1376,42,0,29,'2022-08-10 16:33:39',1,79.2,79.2,0,0,0,0),(5390,1376,487,0,29,'2022-08-10 16:33:39',1,31.35,31.35,0,0,0,0),(5392,1378,41,0,46,'2022-08-11 15:13:49',1,66.48,69.515556,0,0,3.035556,0),(5393,1378,43,0,46,'2022-08-11 15:13:49',1,79.2,82.235556,0,0,3.035556,0),(5394,1378,44,0,46,'2022-08-11 15:13:49',1,116.16,119.195556,0,0,3.035556,0),(5395,1378,93,0,46,'2022-08-11 15:13:49',6,0,18.213333,0,0,18.213333,0),(5400,1379,487,0,70,'2022-08-11 17:13:54',3,94.05,106.285,0,0,12.235,0),(5401,1379,490,0,70,'2022-08-11 17:13:54',3,68.34,80.575,0,0,12.235,0),(5403,1380,45,0,11,'2022-08-12 16:44:50',1,42.24,42.24,0,0,0,0),(5404,1380,120,0,11,'2022-08-12 16:44:50',1,52.8,52.8,0,0,0,0),(5405,1380,41,0,11,'2022-08-12 16:44:50',1,66.48,66.48,0,0,0,0),(5406,1380,38,0,11,'2022-08-12 16:44:50',1,278.56,278.56,0,0,0,0),(5407,1380,23,0,11,'2022-08-12 16:44:50',1,111.84,111.84,0,0,0,0),(5408,1380,41,0,11,'2022-08-12 16:44:50',2,132.96,132.96,0,0,0,0),(5409,1380,49,0,11,'2022-08-12 16:44:50',1,79.2,79.2,0,0,0,0),(5411,1381,38,0,57,'2022-08-12 17:28:31',1,278.56,278.56,0,0,0,0),(5412,1381,23,0,57,'2022-08-12 17:28:31',1,111.84,111.84,0,0,0,0),(5413,1381,41,0,57,'2022-08-12 17:28:31',2,132.96,132.96,0,0,0,0),(5414,1381,23,0,57,'2022-08-12 17:28:31',1,111.84,111.84,0,0,0,0),(5416,1382,38,0,57,'2022-08-12 17:29:52',1,278.56,278.56,0,0,0,0),(5417,1382,23,0,57,'2022-08-12 17:29:52',1,111.84,111.84,0,0,0,0),(5418,1382,41,0,57,'2022-08-12 17:29:52',2,132.96,132.96,0,0,0,0),(5419,1382,23,0,57,'2022-08-12 17:29:52',1,111.84,111.84,0,0,0,0),(5420,1382,93,0,57,'2022-08-12 17:29:52',10,0,0,0,0,0,0),(5422,1383,23,0,69,'2022-08-13 16:07:07',5,559.2,559.2,0,0,0,0),(5423,1383,95,0,69,'2022-08-13 16:07:07',6,0,0,0,0,0,0),(5424,1383,137,0,69,'2022-08-13 16:07:07',5,30.25,30.25,0,0,0,0),(5425,1383,320,0,69,'2022-08-13 16:07:07',4,15,15,0,0,0,0),(5426,1383,138,0,69,'2022-08-13 16:07:07',4,19.8,19.8,0,0,0,0),(5427,1383,318,0,69,'2022-08-13 16:07:07',4,12,12,0,0,0,0),(5429,1384,38,0,79,'2022-08-15 19:55:24',1,278.56,278.56,0,0,0,0),(5430,1384,23,0,79,'2022-08-15 19:55:24',2,223.68,223.68,0,0,0,0),(5431,1384,93,0,79,'2022-08-15 19:55:24',10,0,0,0,0,0,0),(5433,1385,45,0,11,'2022-08-16 14:39:17',4,168.96,168.96,0,0,0,0),(5434,1385,41,0,11,'2022-08-16 14:39:17',1,66.48,66.48,0,0,0,0),(5435,1385,488,0,11,'2022-08-16 14:39:17',1,31.35,31.35,0,0,0,0),(5436,1385,487,0,11,'2022-08-16 14:39:17',1,31.35,31.35,0,0,0,0),(5437,1385,490,0,11,'2022-08-16 14:39:17',10,227.8,227.8,0,0,0,0),(5438,1385,51,0,11,'2022-08-16 14:39:17',1,147.84,147.84,0,0,0,0),(5439,1385,43,0,11,'2022-08-16 14:39:17',1,79.2,79.2,0,0,0,0),(5440,1385,49,0,11,'2022-08-16 14:39:17',1,79.2,79.2,0,0,0,0),(5441,1385,44,0,11,'2022-08-16 14:39:17',1,116.16,116.16,0,0,0,0),(5443,1386,23,0,82,'2022-08-17 04:32:54',1,111.84,111.84,0,0,0,0),(5444,1386,41,0,82,'2022-08-17 04:32:54',2,132.96,132.96,0,0,0,0),(5445,1386,488,0,82,'2022-08-17 04:32:54',3,94.05,94.05,0,0,0,0),(5446,1386,490,0,82,'2022-08-17 04:32:54',10,227.8,227.8,0,0,0,0),(5448,1387,42,0,11,'2022-08-17 17:16:03',1,79.2,79.2,0,0,0,0),(5449,1387,45,0,11,'2022-08-17 17:16:03',3,126.72,126.72,0,0,0,0),(5450,1387,44,0,11,'2022-08-17 17:16:03',1,116.16,116.16,0,0,0,0),(5451,1387,490,0,11,'2022-08-17 17:16:03',1,22.78,22.78,0,0,0,0),(5452,1387,118,0,11,'2022-08-17 17:16:03',1,184.8,184.8,0,0,0,0),(5453,1387,51,0,11,'2022-08-17 17:16:03',1,147.84,147.84,0,0,0,0),(5454,1387,43,0,11,'2022-08-17 17:16:03',1,79.2,79.2,0,0,0,0),(5456,1388,131,0,26,'2022-08-17 18:09:06',4,50.6,50.6,0,0,0,0),(5457,1388,41,0,26,'2022-08-17 18:09:06',1,66.48,66.48,0,0,0,0),(5458,1388,490,0,26,'2022-08-17 18:09:06',6,136.68,136.68,0,0,0,0),(5459,1388,38,0,26,'2022-08-17 18:09:06',1,278.56,278.56,0,0,0,0),(5461,1389,490,0,80,'2022-08-18 16:18:14',30,683.4,683.4,0,0,0,0),(5462,1389,23,0,80,'2022-08-18 16:18:14',2,223.68,223.68,0,0,0,0),(5464,1391,93,0,60,'2022-08-18 22:28:09',10,0,14.545455,0,0,14.545455,0),(5465,1391,97,0,60,'2022-08-18 22:28:09',1,0,1.454545,0,0,1.454545,0),(5467,1392,23,0,12,'2022-08-19 18:00:05',3,335.52,335.52,0,0,0,0),(5468,1392,38,0,12,'2022-08-19 18:00:05',2,557.12,557.12,0,0,0,0),(5469,1392,42,0,12,'2022-08-19 18:00:05',1,79.2,79.2,0,0,0,0),(5470,1392,45,0,12,'2022-08-19 18:00:05',2,84.48,84.48,0,0,0,0),(5471,1392,43,0,12,'2022-08-19 18:00:05',2,158.4,158.4,0,0,0,0),(5472,1392,49,0,12,'2022-08-19 18:00:05',2,158.4,158.4,0,0,0,0),(5473,1392,487,0,12,'2022-08-19 18:00:05',4,125.4,125.4,0,0,0,0),(5474,1392,490,0,12,'2022-08-19 18:00:05',20,455.6,455.6,0,0,0,0),(5476,1393,93,0,13,'2022-08-19 20:36:54',10,0,0,0,0,0,0),(5477,1393,41,0,13,'2022-08-19 20:36:54',1,66.48,66.48,0,0,0,0),(5478,1393,38,0,13,'2022-08-19 20:36:54',2,557.12,557.12,0,0,0,0),(5479,1393,23,0,13,'2022-08-19 20:36:54',1,111.84,111.84,0,0,0,0),(5480,1393,43,0,13,'2022-08-19 20:36:54',1,79.2,79.2,0,0,0,0),(5482,1394,93,0,100,'2022-08-19 22:18:24',10,0,14.3,0,0,14.3,0),(5484,1395,41,0,64,'2022-08-21 22:08:54',4,265.92,265.92,0,0,0,0),(5485,1395,23,0,64,'2022-08-21 22:08:54',2,223.68,223.68,0,0,0,0),(5486,1395,38,0,64,'2022-08-21 22:08:54',1,278.56,278.56,0,0,0,0),(5487,1395,49,0,64,'2022-08-21 22:08:54',2,158.4,158.4,0,0,0,0),(5488,1395,45,0,64,'2022-08-21 22:08:54',1,42.24,42.24,0,0,0,0),(5489,1395,489,0,64,'2022-08-21 22:08:54',1,19.43,19.43,0,0,0,0),(5490,1395,490,0,64,'2022-08-21 22:08:54',3,68.34,68.34,0,0,0,0),(5492,1396,23,0,81,'2022-08-22 15:02:40',1,111.84,128.3,0,0,16.46,0),(5494,1397,490,0,90,'2022-08-22 15:09:32',10,227.8,227.8,0,0,0,0),(5495,1397,43,0,90,'2022-08-22 15:09:32',1,79.2,79.2,0,0,0,0),(5496,1397,49,0,90,'2022-08-22 15:09:32',1,79.2,79.2,0,0,0,0),(5497,1397,23,0,90,'2022-08-22 15:09:32',1,111.84,111.84,0,0,0,0),(5498,1397,38,0,90,'2022-08-22 15:09:32',1,278.56,278.56,0,0,0,0),(5499,1397,41,0,90,'2022-08-22 15:09:32',2,132.96,132.96,0,0,0,0),(5501,1398,42,0,90,'2022-08-22 15:15:48',1,79.2,79.2,0,0,0,0),(5502,1398,116,0,90,'2022-08-22 15:15:48',2,290.88,290.88,0,0,0,0),(5503,1398,43,0,90,'2022-08-22 15:15:48',2,158.4,158.4,0,0,0,0),(5504,1398,490,0,90,'2022-08-22 15:15:48',10,227.8,227.8,0,0,0,0),(5505,1398,45,0,90,'2022-08-22 15:15:48',1,42.24,42.24,0,0,0,0),(5506,1398,488,0,90,'2022-08-22 15:15:48',1,31.35,31.35,0,0,0,0),(5507,1398,487,0,90,'2022-08-22 15:15:48',1,31.35,31.35,0,0,0,0),(5508,1398,41,0,90,'2022-08-22 15:15:48',2,132.96,132.96,0,0,0,0),(5510,1399,42,0,90,'2022-08-22 15:18:50',3,237.6,237.6,0,0,0,0),(5511,1399,43,0,90,'2022-08-22 15:18:50',3,237.6,237.6,0,0,0,0),(5512,1399,490,0,90,'2022-08-22 15:18:50',16,364.48,364.48,0,0,0,0),(5513,1399,23,0,90,'2022-08-22 15:18:50',1,111.84,111.84,0,0,0,0),(5514,1399,38,0,90,'2022-08-22 15:18:50',1,278.56,278.56,0,0,0,0),(5515,1399,41,0,90,'2022-08-22 15:18:50',1,66.48,66.48,0,0,0,0),(5516,1399,45,0,90,'2022-08-22 15:18:50',1,42.24,42.24,0,0,0,0),(5518,1400,43,0,90,'2022-08-22 15:24:20',2,158.4,158.4,0,0,0,0),(5519,1400,490,0,90,'2022-08-22 15:24:20',10,227.8,227.8,0,0,0,0),(5520,1400,38,0,90,'2022-08-22 15:24:20',1,278.56,278.56,0,0,0,0),(5521,1400,41,0,90,'2022-08-22 15:24:20',1,66.48,66.48,0,0,0,0),(5522,1400,42,0,90,'2022-08-22 15:24:20',1,79.2,79.2,0,0,0,0),(5524,1401,490,0,49,'2022-08-22 16:13:26',6,136.68,152.14,0,0,15.46,0),(5526,1402,490,0,49,'2022-08-22 16:15:43',6,136.68,152.14,0,0,15.46,0),(5528,1403,42,0,90,'2022-08-22 20:14:25',1,79.2,79.2,0,0,0,0),(5529,1403,120,0,90,'2022-08-22 20:14:25',2,105.6,105.6,0,0,0,0),(5530,1403,43,0,90,'2022-08-22 20:14:25',2,158.4,158.4,0,0,0,0),(5531,1403,490,0,90,'2022-08-22 20:14:25',10,227.8,227.8,0,0,0,0),(5532,1403,45,0,90,'2022-08-22 20:14:25',1,42.24,42.24,0,0,0,0),(5533,1403,41,0,90,'2022-08-22 20:14:25',2,132.96,132.96,0,0,0,0),(5534,1403,488,0,90,'2022-08-22 20:14:25',1,31.35,31.35,0,0,0,0),(5535,1403,487,0,90,'2022-08-22 20:14:25',1,31.35,31.35,0,0,0,0),(5537,1405,42,0,90,'2022-08-22 20:21:08',-1,-79.2,-79.2,0,0,0,0),(5538,1405,116,0,90,'2022-08-22 20:21:08',-2,-290.88,-290.88,0,0,0,0),(5539,1405,43,0,90,'2022-08-22 20:21:08',-2,-158.4,-158.4,0,0,0,0),(5540,1405,490,0,90,'2022-08-22 20:21:08',-10,-227.8,-227.8,0,0,0,0),(5541,1405,45,0,90,'2022-08-22 20:21:08',-1,-42.24,-42.24,0,0,0,0),(5542,1405,488,0,90,'2022-08-22 20:21:08',-1,-31.35,-31.35,0,0,0,0),(5543,1405,487,0,90,'2022-08-22 20:21:08',-1,-31.35,-31.35,0,0,0,0),(5544,1405,41,0,90,'2022-08-22 20:21:08',-2,-132.96,-132.96,0,0,0,0),(5545,1406,93,0,63,'2022-08-22 21:51:57',10,0,14.3,0,0,14.3,0),(5547,1407,41,0,70,'2022-08-23 14:45:07',13,864.24,864.24,0,0,0,0),(5548,1407,42,0,70,'2022-08-23 14:45:07',4,316.8,316.8,0,0,0,0),(5549,1407,44,0,70,'2022-08-23 14:45:07',2,232.32,232.32,0,0,0,0),(5550,1407,23,0,70,'2022-08-23 14:45:07',2,223.68,223.68,0,0,0,0),(5552,1408,49,0,32,'2022-08-23 21:12:09',3,237.6,271.65,0,0,34.05,0),(5554,1409,41,0,94,'2022-08-23 23:13:23',2,132.96,132.96,0,0,0,0),(5555,1409,490,0,94,'2022-08-23 23:13:23',10,227.8,227.8,0,0,0,0),(5556,1409,488,0,94,'2022-08-23 23:13:23',1,31.35,31.35,0,0,0,0),(5557,1409,38,0,94,'2022-08-23 23:13:23',2,557.12,557.12,0,0,0,0),(5558,1409,23,0,94,'2022-08-23 23:13:23',1,111.84,111.84,0,0,0,0),(5559,1409,131,0,94,'2022-08-23 23:13:23',4,50.6,50.6,0,0,0,0),(5561,1410,45,0,86,'2022-08-24 15:25:09',2,84.48,102.83,0,0,18.35,0),(5563,1411,49,0,63,'2022-08-25 17:13:19',3,237.6,256.58,0,0,18.98,0),(5565,1412,93,0,60,'2022-08-25 17:23:53',10,0,15.558333,0,0,15.558333,0),(5566,1412,97,0,60,'2022-08-25 17:23:53',1,0,1.555833,0,0,1.555833,0),(5567,1412,99,0,60,'2022-08-25 17:23:53',1,0,1.555833,0,0,1.555833,0),(5578,1414,490,0,33,'2022-08-25 22:49:58',3,68.34,81.6975,0,0,13.3575,0),(5579,1414,40,0,33,'2022-08-25 22:49:58',1,79.2,83.6525,0,0,4.4525,0),(5581,1416,23,0,95,'2022-08-26 21:42:16',5,559.2,559.2,0,0,0,0),(5582,1416,38,0,95,'2022-08-26 21:42:16',2,557.12,557.12,0,0,0,0),(5583,1416,41,0,95,'2022-08-26 21:42:16',5,332.4,332.4,0,0,0,0),(5584,1416,118,0,95,'2022-08-26 21:42:16',2,369.6,369.6,0,0,0,0),(5585,1416,51,0,95,'2022-08-26 21:42:16',4,591.36,591.36,0,0,0,0),(5586,1416,44,0,95,'2022-08-26 21:42:16',2,232.32,232.32,0,0,0,0),(5587,1416,487,0,95,'2022-08-26 21:42:16',3,94.05,94.05,0,0,0,0),(5588,1416,490,0,95,'2022-08-26 21:42:16',30,683.4,683.4,0,0,0,0),(5590,1417,41,0,82,'2022-08-28 01:23:36',2,132.96,139.79,0,0,6.83,0),(5591,1417,490,0,82,'2022-08-28 01:23:36',4,91.12,104.78,0,0,13.66,0),(5592,1417,23,0,82,'2022-08-28 01:23:36',2,223.68,230.51,0,0,6.83,0),(5594,1418,38,0,76,'2022-08-29 03:49:43',1,278.56,278.56,0,0,0,0),(5595,1418,23,0,76,'2022-08-29 03:49:43',1,111.84,111.84,0,0,0,0),(5596,1418,49,0,76,'2022-08-29 03:49:43',1,79.2,79.2,0,0,0,0),(5597,1418,93,0,76,'2022-08-29 03:49:43',5,0,0,0,0,0,0),(5598,1418,95,0,76,'2022-08-29 03:49:43',5,0,0,0,0,0,0),(5599,1418,97,0,76,'2022-08-29 03:49:43',1,0,0,0,0,0,0),(5600,1418,99,0,76,'2022-08-29 03:49:43',1,0,0,0,0,0,0),(5601,1418,135,0,76,'2022-08-29 03:49:43',2,4.96,4.96,0,0,0,0),(5602,1418,39,0,76,'2022-08-29 03:49:43',1,79.2,79.2,0,0,0,0),(5603,1418,41,0,76,'2022-08-29 03:49:43',2,132.96,132.96,0,0,0,0),(5611,1419,42,0,69,'2022-08-29 15:21:10',1,79.2,79.2,0,0,0,0),(5612,1419,45,0,69,'2022-08-29 15:21:10',1,42.24,42.24,0,0,0,0),(5613,1419,43,0,69,'2022-08-29 15:21:10',4,316.8,316.8,0,0,0,0),(5614,1419,49,0,69,'2022-08-29 15:21:10',3,237.6,237.6,0,0,0,0),(5615,1419,41,0,69,'2022-08-29 15:21:10',1,66.48,66.48,0,0,0,0),(5617,1420,45,0,53,'2022-08-29 16:36:58',1,42.24,42.24,0,0,0,0),(5618,1420,41,0,53,'2022-08-29 16:36:58',6,398.88,398.88,0,0,0,0),(5619,1420,39,0,53,'2022-08-29 16:36:58',1,79.2,79.2,0,0,0,0),(5620,1420,40,0,53,'2022-08-29 16:36:58',1,79.2,79.2,0,0,0,0),(5621,1420,120,0,53,'2022-08-29 16:36:58',2,105.6,105.6,0,0,0,0),(5622,1420,93,0,53,'2022-08-29 16:36:58',10,0,0,0,0,0,0),(5623,1420,49,0,53,'2022-08-29 16:36:58',2,158.4,158.4,0,0,0,0),(5624,1420,42,0,53,'2022-08-29 16:36:58',1,79.2,79.2,0,0,0,0),(5625,1420,97,0,53,'2022-08-29 16:36:58',1,0,0,0,0,0,0),(5626,1420,99,0,53,'2022-08-29 16:36:58',1,0,0,0,0,0,0),(5628,1421,93,0,81,'2022-08-29 23:07:09',8,0,16.995556,0,0,16.995556,0),(5629,1421,97,0,81,'2022-08-29 23:07:09',1,0,2.124444,0,0,2.124444,0),(5631,1422,23,0,85,'2022-08-30 01:50:37',4,447.36,447.36,0,0,0,0),(5632,1422,49,0,85,'2022-08-30 01:50:37',3,237.6,237.6,0,0,0,0),(5633,1422,97,0,85,'2022-08-30 01:50:37',2,0,0,0,0,0,0),(5634,1422,93,0,85,'2022-08-30 01:50:37',10,0,0,0,0,0,0),(5635,1422,41,0,85,'2022-08-30 01:50:37',2,132.96,132.96,0,0,0,0),(5637,1423,120,0,50,'2022-08-30 15:49:17',1,52.8,52.8,0,0,0,0),(5638,1423,43,0,50,'2022-08-30 15:49:17',4,316.8,316.8,0,0,0,0),(5639,1423,490,0,50,'2022-08-30 15:49:17',6,136.68,136.68,0,0,0,0),(5641,1424,38,0,50,'2022-08-30 15:58:39',1,278.56,278.56,0,0,0,0),(5642,1424,41,0,50,'2022-08-30 15:58:39',4,265.92,265.92,0,0,0,0),(5644,1425,45,0,11,'2022-08-30 19:36:53',4,168.96,168.96,0,0,0,0),(5645,1425,490,0,11,'2022-08-30 19:36:53',5,113.9,113.9,0,0,0,0),(5646,1425,38,0,11,'2022-08-30 19:36:53',1,278.56,278.56,0,0,0,0),(5648,1426,93,0,14,'2022-08-30 20:04:42',6,0,11.71,0,0,11.71,0),(5650,1427,99,0,57,'2022-08-31 14:14:05',1,0,0,0,0,0,0),(5651,1427,93,0,57,'2022-08-31 14:14:05',6,0,0,0,0,0,0),(5652,1427,38,0,57,'2022-08-31 14:14:05',1,278.56,278.56,0,0,0,0),(5653,1427,41,0,57,'2022-08-31 14:14:05',2,132.96,132.96,0,0,0,0),(5654,1427,23,0,57,'2022-08-31 14:14:05',1,111.84,111.84,0,0,0,0),(5656,1428,23,0,52,'2022-08-31 20:27:46',3,335.52,335.52,0,0,0,0),(5657,1428,38,0,52,'2022-08-31 20:27:46',2,557.12,557.12,0,0,0,0),(5658,1428,93,0,52,'2022-08-31 20:27:46',4,0,0,0,0,0,0),(5659,1428,95,0,52,'2022-08-31 20:27:46',8,0,0,0,0,0,0),(5661,1429,490,0,11,'2022-08-31 22:17:13',10,227.8,227.8,0,0,0,0),(5662,1429,43,0,11,'2022-08-31 22:17:13',1,79.2,79.2,0,0,0,0),(5663,1429,120,0,11,'2022-08-31 22:17:13',1,52.8,52.8,0,0,0,0),(5664,1429,23,0,11,'2022-08-31 22:17:13',1,111.84,111.84,0,0,0,0),(5665,1429,41,0,11,'2022-08-31 22:17:13',1,66.48,66.48,0,0,0,0),(5667,1430,23,0,97,'2022-09-01 11:30:16',1,111.84,111.84,0,0,0,0),(5668,1430,42,0,97,'2022-09-01 11:30:16',1,79.2,79.2,0,0,0,0),(5669,1430,93,0,97,'2022-09-01 11:30:16',10,0,0,0,0,0,0),(5670,1430,118,0,97,'2022-09-01 11:30:16',1,184.8,184.8,0,0,0,0),(5671,1430,51,0,97,'2022-09-01 11:30:16',1,147.84,147.84,0,0,0,0),(5672,1430,43,0,97,'2022-09-01 11:30:16',1,79.2,79.2,0,0,0,0),(5673,1430,23,0,97,'2022-09-01 11:30:16',1,111.84,111.84,0,0,0,0),(5675,1431,45,0,42,'2022-09-01 12:40:02',1,42.24,42.24,0,0,0,0),(5676,1431,41,0,42,'2022-09-01 12:40:02',2,132.96,132.96,0,0,0,0),(5677,1431,49,0,42,'2022-09-01 12:40:02',4,316.8,316.8,0,0,0,0),(5678,1431,39,0,42,'2022-09-01 12:40:02',1,79.2,79.2,0,0,0,0),(5686,1434,23,0,52,'2022-09-01 18:51:42',2,223.68,223.68,0,0,0,0),(5687,1434,38,0,52,'2022-09-01 18:51:42',2,557.12,557.12,0,0,0,0),(5688,1434,490,0,52,'2022-09-01 18:51:42',8,182.24,182.24,0,0,0,0),(5690,1435,23,0,17,'2022-09-01 20:09:40',2,223.68,223.68,0,0,0,0),(5691,1435,44,0,17,'2022-09-01 20:09:40',1,116.16,116.16,0,0,0,0),(5692,1435,490,0,17,'2022-09-01 20:09:40',7,159.46,159.46,0,0,0,0),(5693,1435,38,0,17,'2022-09-01 20:09:40',1,278.56,278.56,0,0,0,0),(5694,1435,118,0,17,'2022-09-01 20:09:40',1,184.8,184.8,0,0,0,0),(5695,1435,41,0,17,'2022-09-01 20:09:40',1,66.48,66.48,0,0,0,0),(5696,1435,44,0,17,'2022-09-01 20:09:40',1,116.16,116.16,0,0,0,0),(5697,1435,487,0,17,'2022-09-01 20:09:40',1,31.35,31.35,0,0,0,0),(5699,1436,23,0,79,'2022-09-02 16:24:34',3,335.52,335.52,0,0,0,0),(5700,1436,45,0,79,'2022-09-02 16:24:34',2,84.48,84.48,0,0,0,0),(5701,1436,39,0,79,'2022-09-02 16:24:34',1,79.2,79.2,0,0,0,0),(5702,1436,40,0,79,'2022-09-02 16:24:34',1,79.2,79.2,0,0,0,0),(5704,1437,23,0,80,'2022-09-03 15:13:44',2,223.68,223.68,0,0,0,0),(5705,1437,41,0,80,'2022-09-03 15:13:44',5,332.4,332.4,0,0,0,0),(5706,1437,488,0,80,'2022-09-03 15:13:44',4,125.4,125.4,0,0,0,0),(5707,1437,49,0,80,'2022-09-03 15:13:44',2,158.4,158.4,0,0,0,0),(5708,1437,41,0,80,'2022-09-03 15:13:44',5,332.4,332.4,0,0,0,0),(5709,1437,488,0,80,'2022-09-03 15:13:44',4,125.4,125.4,0,0,0,0),(5710,1437,49,0,80,'2022-09-03 15:13:44',2,158.4,158.4,0,0,0,0),(5711,1437,488,0,80,'2022-09-03 15:13:44',4,125.4,125.4,0,0,0,0),(5712,1437,49,0,80,'2022-09-03 15:13:44',2,158.4,158.4,0,0,0,0),(5713,1437,38,0,80,'2022-09-03 15:13:44',1,278.56,278.56,0,0,0,0),(5714,1437,38,0,80,'2022-09-03 15:13:44',1,278.56,278.56,0,0,0,0),(5715,1437,45,0,80,'2022-09-03 15:13:44',2,84.48,84.48,0,0,0,0),(5716,1437,41,0,80,'2022-09-03 15:13:44',5,332.4,332.4,0,0,0,0),(5722,1439,41,0,53,'2022-09-04 23:09:45',4,265.92,281.661176,0,0,15.741176,0),(5723,1439,43,0,53,'2022-09-04 23:09:45',1,79.2,83.135294,0,0,3.935294,0),(5724,1439,49,0,53,'2022-09-04 23:09:45',1,79.2,83.135294,0,0,3.935294,0),(5725,1439,93,0,53,'2022-09-04 23:09:45',10,0,39.352941,0,0,39.352941,0),(5726,1439,99,0,53,'2022-09-04 23:09:45',1,0,3.935294,0,0,3.935294,0),(5728,1441,93,0,41,'2022-09-06 20:09:46',10,0,14.37,0,0,14.37,0),(5730,1442,488,0,11,'2022-09-06 20:47:39',1,31.35,31.35,0,0,0,0),(5731,1442,487,0,11,'2022-09-06 20:47:39',1,31.35,31.35,0,0,0,0),(5732,1442,38,0,11,'2022-09-06 20:47:39',1,278.56,278.56,0,0,0,0),(5733,1442,23,0,11,'2022-09-06 20:47:39',1,111.84,111.84,0,0,0,0),(5734,1442,42,0,11,'2022-09-06 20:47:39',1,79.2,79.2,0,0,0,0),(5736,1443,118,0,96,'2022-09-07 16:14:48',2,369.6,369.6,0,0,0,0),(5737,1443,41,0,96,'2022-09-07 16:14:48',1,66.48,66.48,0,0,0,0),(5738,1443,49,0,96,'2022-09-07 16:14:48',1,79.2,79.2,0,0,0,0),(5739,1443,43,0,96,'2022-09-07 16:14:48',1,79.2,79.2,0,0,0,0),(5741,1444,41,0,94,'2022-09-08 17:42:21',1,66.48,66.48,0,0,0,0),(5742,1444,38,0,94,'2022-09-08 17:42:21',2,557.12,557.12,0,0,0,0),(5743,1444,23,0,94,'2022-09-08 17:42:21',2,223.68,223.68,0,0,0,0),(5744,1444,131,0,94,'2022-09-08 17:42:21',2,25.3,25.3,0,0,0,0),(5746,1445,41,0,39,'2022-09-08 20:57:29',2,132.96,132.96,0,0,0,0),(5747,1445,49,0,39,'2022-09-08 20:57:29',1,79.2,79.2,0,0,0,0),(5748,1445,43,0,39,'2022-09-08 20:57:29',1,79.2,79.2,0,0,0,0),(5749,1445,489,0,39,'2022-09-08 20:57:29',10,194.3,194.3,0,0,0,0),(5750,1445,487,0,39,'2022-09-08 20:57:29',2,62.7,62.7,0,0,0,0),(5752,1446,23,0,6,'2022-09-09 14:44:12',2,223.68,223.68,0,0,0,0),(5753,1446,38,0,6,'2022-09-09 14:44:12',1,278.56,278.56,0,0,0,0),(5754,1446,45,0,6,'2022-09-09 14:44:12',1,42.24,42.24,0,0,0,0),(5755,1446,116,0,6,'2022-09-09 14:44:12',1,145.44,145.44,0,0,0,0),(5756,1446,120,0,6,'2022-09-09 14:44:12',1,52.8,52.8,0,0,0,0),(5757,1446,43,0,6,'2022-09-09 14:44:12',1,79.2,79.2,0,0,0,0),(5758,1446,49,0,6,'2022-09-09 14:44:12',1,79.2,79.2,0,0,0,0),(5759,1446,93,0,6,'2022-09-09 14:44:12',8,0,0,0,0,0,0),(5760,1446,41,0,6,'2022-09-09 14:44:12',3,199.44,199.44,0,0,0,0),(5761,1446,39,0,6,'2022-09-09 14:44:12',1,79.2,79.2,0,0,0,0),(5763,1447,23,0,46,'2022-09-12 15:44:15',1,111.84,111.84,0,0,0,0),(5764,1447,41,0,46,'2022-09-12 15:44:15',2,132.96,132.96,0,0,0,0),(5765,1447,43,0,46,'2022-09-12 15:44:15',2,158.4,158.4,0,0,0,0),(5766,1447,44,0,46,'2022-09-12 15:44:15',1,116.16,116.16,0,0,0,0),(5767,1447,93,0,46,'2022-09-12 15:44:15',6,0,0,0,0,0,0),(5768,1447,44,0,46,'2022-09-12 15:44:15',1,116.16,116.16,0,0,0,0),(5770,1448,23,0,12,'2022-09-12 20:24:10',2,223.68,223.68,0,0,0,0),(5771,1448,41,0,12,'2022-09-12 20:24:10',2,132.96,132.96,0,0,0,0),(5772,1448,118,0,12,'2022-09-12 20:24:10',1,184.8,184.8,0,0,0,0),(5773,1448,51,0,12,'2022-09-12 20:24:10',2,295.68,295.68,0,0,0,0),(5774,1448,487,0,12,'2022-09-12 20:24:10',4,125.4,125.4,0,0,0,0),(5776,1449,23,0,64,'2022-09-13 16:23:51',2,223.68,223.68,0,0,0,0),(5777,1449,38,0,64,'2022-09-13 16:23:51',2,557.12,557.12,0,0,0,0),(5778,1449,41,0,64,'2022-09-13 16:23:51',2,132.96,132.96,0,0,0,0),(5779,1449,49,0,64,'2022-09-13 16:23:51',2,158.4,158.4,0,0,0,0),(5780,1449,45,0,64,'2022-09-13 16:23:51',1,42.24,42.24,0,0,0,0),(5781,1449,490,0,64,'2022-09-13 16:23:51',6,136.68,136.68,0,0,0,0),(5782,1449,488,0,64,'2022-09-13 16:23:51',2,62.7,62.7,0,0,0,0),(5784,1451,39,0,79,'2022-09-14 13:29:07',4,316.8,316.8,0,0,0,0),(5785,1451,40,0,79,'2022-09-14 13:29:07',4,316.8,316.8,0,0,0,0),(5786,1451,93,0,79,'2022-09-14 13:29:07',10,0,0,0,0,0,0),(5788,1452,41,0,67,'2022-09-14 18:28:54',2,132.96,276.74,0,0,143.78,0),(5789,1452,23,0,67,'2022-09-14 18:28:54',2,223.68,367.46,0,0,143.78,0),(5790,1452,43,0,67,'2022-09-14 18:28:54',1,79.2,151.09,0,0,71.89,0),(5791,1452,99,0,67,'2022-09-14 18:28:54',1,0,71.89,0,0,71.89,0),(5792,1452,38,0,67,'2022-09-14 18:28:54',1,278.56,350.45,0,0,71.89,0),(5796,1453,38,0,90,'2022-09-16 20:15:09',1,278.56,278.56,0,0,0,0),(5797,1453,487,0,90,'2022-09-16 20:15:09',1,31.35,31.35,0,0,0,0),(5798,1453,490,0,90,'2022-09-16 20:15:09',10,227.8,227.8,0,0,0,0),(5799,1453,41,0,90,'2022-09-16 20:15:09',1,66.48,66.48,0,0,0,0),(5800,1453,43,0,90,'2022-09-16 20:15:09',1,79.2,79.2,0,0,0,0),(5801,1453,42,0,90,'2022-09-16 20:15:09',1,79.2,79.2,0,0,0,0),(5803,1454,42,0,90,'2022-09-16 20:18:13',1,79.2,79.2,0,0,0,0),(5804,1454,23,0,90,'2022-09-16 20:18:13',1,111.84,111.84,0,0,0,0),(5805,1454,490,0,90,'2022-09-16 20:18:13',10,227.8,227.8,0,0,0,0),(5806,1454,41,0,90,'2022-09-16 20:18:13',1,66.48,66.48,0,0,0,0),(5807,1454,45,0,90,'2022-09-16 20:18:13',1,42.24,42.24,0,0,0,0),(5815,1455,42,0,90,'2022-09-16 20:25:51',1,79.2,79.2,0,0,0,0),(5816,1455,49,0,90,'2022-09-16 20:25:51',1,79.2,79.2,0,0,0,0),(5817,1455,43,0,90,'2022-09-16 20:25:51',1,79.2,79.2,0,0,0,0),(5818,1455,490,0,90,'2022-09-16 20:25:51',10,227.8,227.8,0,0,0,0),(5819,1455,43,0,90,'2022-09-16 20:25:51',1,79.2,79.2,0,0,0,0),(5821,1456,43,0,90,'2022-09-16 20:31:43',1,79.2,79.2,0,0,0,0),(5822,1456,23,0,90,'2022-09-16 20:31:43',1,111.84,111.84,0,0,0,0),(5823,1456,41,0,90,'2022-09-16 20:31:43',1,66.48,66.48,0,0,0,0),(5824,1456,41,0,90,'2022-09-16 20:31:43',1,66.48,66.48,0,0,0,0),(5825,1456,43,0,90,'2022-09-16 20:31:43',2,158.4,158.4,0,0,0,0),(5826,1456,487,0,90,'2022-09-16 20:31:43',1,31.35,31.35,0,0,0,0),(5828,1457,23,0,94,'2022-09-20 00:40:54',2,223.68,223.68,0,0,0,0),(5829,1457,38,0,94,'2022-09-20 00:40:54',1,278.56,278.56,0,0,0,0),(5830,1457,41,0,94,'2022-09-20 00:40:54',1,66.48,66.48,0,0,0,0),(5831,1457,43,0,94,'2022-09-20 00:40:54',2,158.4,158.4,0,0,0,0),(5832,1457,133,0,94,'2022-09-20 00:40:54',2,28.6,28.6,0,0,0,0),(5833,1457,131,0,94,'2022-09-20 00:40:54',4,50.6,50.6,0,0,0,0),(5835,1458,49,0,62,'2022-09-20 19:17:47',1,79.2,79.2,0,0,0,0),(5836,1458,23,0,62,'2022-09-20 19:17:47',3,335.52,335.52,0,0,0,0),(5837,1458,45,0,62,'2022-09-20 19:17:47',4,168.96,168.96,0,0,0,0),(5838,1458,41,0,62,'2022-09-20 19:17:47',5,332.4,332.4,0,0,0,0),(5839,1458,43,0,62,'2022-09-20 19:17:47',2,158.4,158.4,0,0,0,0),(5840,1458,93,0,62,'2022-09-20 19:17:47',10,0,0,0,0,0,0),(5841,1458,97,0,62,'2022-09-20 19:17:47',1,0,0,0,0,0,0),(5842,1458,99,0,62,'2022-09-20 19:17:47',1,0,0,0,0,0,0),(5843,1458,133,0,62,'2022-09-20 19:17:47',4,57.2,57.2,0,0,0,0),(5845,1459,49,0,32,'2022-09-21 16:51:25',3,237.6,271.72,0,0,34.12,0),(5847,1460,41,0,53,'2022-09-21 17:02:00',4,265.92,281.630588,0,0,15.710588,0),(5848,1460,43,0,53,'2022-09-21 17:02:00',1,79.2,83.127647,0,0,3.927647,0),(5849,1460,99,0,53,'2022-09-21 17:02:00',1,0,3.927647,0,0,3.927647,0),(5850,1460,93,0,53,'2022-09-21 17:02:00',10,0,39.276471,0,0,39.276471,0),(5851,1460,49,0,53,'2022-09-21 17:02:00',1,79.2,83.127647,0,0,3.927647,0),(5853,1461,93,0,63,'2022-09-21 20:11:39',10,0,14.34,0,0,14.34,0),(5864,1464,42,0,69,'2022-09-22 20:49:19',2,158.4,158.4,0,0,0,0),(5865,1464,23,0,69,'2022-09-22 20:49:19',10,1118.4,1118.4,0,0,0,0),(5866,1464,42,0,69,'2022-09-22 20:49:19',1,79.2,79.2,0,0,0,0),(5868,1465,23,0,11,'2022-09-23 16:03:42',1,111.84,111.84,0,0,0,0),(5869,1465,42,0,11,'2022-09-23 16:03:42',1,79.2,79.2,0,0,0,0),(5870,1465,23,0,11,'2022-09-23 16:03:42',2,223.68,223.68,0,0,0,0),(5871,1465,38,0,11,'2022-09-23 16:03:42',1,278.56,278.56,0,0,0,0),(5872,1465,42,0,11,'2022-09-23 16:03:42',1,79.2,79.2,0,0,0,0),(5873,1465,45,0,11,'2022-09-23 16:03:42',3,126.72,126.72,0,0,0,0),(5874,1465,41,0,11,'2022-09-23 16:03:42',2,132.96,132.96,0,0,0,0),(5875,1465,116,0,11,'2022-09-23 16:03:42',1,145.44,145.44,0,0,0,0),(5876,1465,120,0,11,'2022-09-23 16:03:42',1,52.8,52.8,0,0,0,0),(5877,1465,490,0,11,'2022-09-23 16:03:42',20,455.6,455.6,0,0,0,0),(5878,1465,488,0,11,'2022-09-23 16:03:42',1,31.35,31.35,0,0,0,0),(5879,1465,487,0,11,'2022-09-23 16:03:42',1,31.35,31.35,0,0,0,0),(5881,1466,39,0,81,'2022-09-23 20:56:55',1,79.2,85.45,0,0,6.25,0),(5882,1466,40,0,81,'2022-09-23 20:56:55',1,79.2,85.45,0,0,6.25,0),(5884,1467,38,0,12,'2022-09-24 19:09:15',2,557.12,557.12,0,0,0,0),(5885,1467,45,0,12,'2022-09-24 19:09:15',2,84.48,84.48,0,0,0,0),(5886,1467,120,0,12,'2022-09-24 19:09:15',2,105.6,105.6,0,0,0,0),(5887,1467,43,0,12,'2022-09-24 19:09:15',2,158.4,158.4,0,0,0,0),(5888,1467,49,0,12,'2022-09-24 19:09:15',2,158.4,158.4,0,0,0,0),(5889,1467,44,0,12,'2022-09-24 19:09:15',2,232.32,232.32,0,0,0,0),(5890,1467,490,0,12,'2022-09-24 19:09:15',10,227.8,227.8,0,0,0,0),(5892,1468,23,0,94,'2022-09-24 21:07:20',1,111.84,111.84,0,0,0,0),(5893,1468,41,0,94,'2022-09-24 21:07:20',1,66.48,66.48,0,0,0,0),(5894,1468,44,0,94,'2022-09-24 21:07:20',1,116.16,116.16,0,0,0,0),(5895,1468,490,0,94,'2022-09-24 21:07:20',10,227.8,227.8,0,0,0,0),(5896,1468,488,0,94,'2022-09-24 21:07:20',2,62.7,62.7,0,0,0,0),(5898,1469,23,0,26,'2022-09-26 19:43:14',2,223.68,223.68,0,0,0,0),(5899,1469,43,0,26,'2022-09-26 19:43:14',2,158.4,158.4,0,0,0,0),(5900,1469,49,0,26,'2022-09-26 19:43:14',1,79.2,79.2,0,0,0,0),(5901,1469,490,0,26,'2022-09-26 19:43:14',5,113.9,113.9,0,0,0,0),(5903,1470,23,0,79,'2022-09-28 12:32:49',3,335.52,335.52,0,0,0,0),(5904,1470,45,0,79,'2022-09-28 12:32:49',6,253.44,253.44,0,0,0,0),(5905,1470,93,0,79,'2022-09-28 12:32:49',10,0,0,0,0,0,0),(5907,1471,23,0,30,'2022-09-29 18:31:29',3,335.52,343.8,0,0,8.28,0),(5908,1471,93,0,30,'2022-09-29 18:31:29',2,0,5.52,0,0,5.52,0),(5910,1473,23,0,50,'2022-09-30 19:02:27',2,223.68,223.68,0,0,0,0),(5911,1473,120,0,50,'2022-09-30 19:02:27',1,52.8,52.8,0,0,0,0),(5912,1473,43,0,50,'2022-09-30 19:02:27',1,79.2,79.2,0,0,0,0),(5913,1473,490,0,50,'2022-09-30 19:02:27',7,159.46,159.46,0,0,0,0),(5915,1474,93,0,81,'2022-10-02 16:22:25',10,0,57.25,0,0,57.25,0),(5917,1475,93,0,81,'2022-10-03 13:01:21',8,0,11.54,0,0,11.54,0),(5919,1476,116,0,30,'2022-10-03 15:06:20',2,290.88,302.69,0,0,11.81,0),(5921,1477,23,0,94,'2022-10-04 18:36:54',3,335.52,335.52,0,0,0,0),(5922,1477,41,0,94,'2022-10-04 18:36:54',2,132.96,132.96,0,0,0,0),(5923,1477,490,0,94,'2022-10-04 18:36:54',10,227.8,227.8,0,0,0,0),(5924,1477,488,0,94,'2022-10-04 18:36:54',2,62.7,62.7,0,0,0,0),(5925,1477,41,0,94,'2022-10-04 18:36:54',2,132.96,132.96,0,0,0,0),(5926,1477,43,0,94,'2022-10-04 18:36:54',1,79.2,79.2,0,0,0,0),(5927,1477,49,0,94,'2022-10-04 18:36:54',1,79.2,79.2,0,0,0,0),(5928,1477,131,0,94,'2022-10-04 18:36:54',4,50.6,50.6,0,0,0,0),(5929,1477,133,0,94,'2022-10-04 18:36:54',2,28.6,28.6,0,0,0,0),(5931,1478,38,0,94,'2022-10-04 18:43:47',2,557.12,557.12,0,0,0,0),(5941,1479,41,0,25,'2022-10-07 05:11:07',1,66.48,66.48,0,0,0,0),(5942,1479,490,0,25,'2022-10-07 05:11:07',8,182.24,182.24,0,0,0,0),(5943,1479,49,0,25,'2022-10-07 05:11:07',2,158.4,158.4,0,0,0,0),(5944,1479,488,0,25,'2022-10-07 05:11:07',2,62.7,62.7,0,0,0,0),(5945,1479,23,0,25,'2022-10-07 05:11:07',2,223.68,223.68,0,0,0,0),(5946,1479,45,0,25,'2022-10-07 05:11:07',2,84.48,84.48,0,0,0,0),(5947,1479,39,0,25,'2022-10-07 05:11:07',1,79.2,79.2,0,0,0,0),(5949,1480,39,0,79,'2022-10-07 15:45:58',4,316.8,316.8,0,0,0,0),(5950,1480,40,0,79,'2022-10-07 15:45:58',3,237.6,237.6,0,0,0,0),(5952,1481,23,0,80,'2022-10-09 16:57:36',2,223.68,223.68,0,0,0,0),(5953,1481,49,0,80,'2022-10-09 16:57:36',2,158.4,158.4,0,0,0,0),(5954,1481,43,0,80,'2022-10-09 16:57:36',2,158.4,158.4,0,0,0,0),(5955,1481,490,0,80,'2022-10-09 16:57:36',30,683.4,683.4,0,0,0,0),(5956,1481,51,0,80,'2022-10-09 16:57:36',1,147.84,147.84,0,0,0,0),(5958,1482,41,0,55,'2022-10-09 20:45:46',2,132.96,140.786667,0,0,7.826667,0),(5959,1482,49,0,55,'2022-10-09 20:45:46',1,79.2,83.113333,0,0,3.913333,0),(5961,1483,41,0,55,'2022-10-09 20:46:30',2,132.96,140.786667,0,0,7.826667,0),(5962,1483,49,0,55,'2022-10-09 20:46:30',1,79.2,83.113333,0,0,3.913333,0),(5964,1485,38,0,52,'2022-10-10 18:22:53',2,557.12,557.12,0,0,0,0),(5965,1485,490,0,52,'2022-10-10 18:22:53',8,182.24,182.24,0,0,0,0),(5966,1485,41,0,52,'2022-10-10 18:22:53',4,265.92,265.92,0,0,0,0),(5967,1485,23,0,52,'2022-10-10 18:22:53',5,559.2,559.2,0,0,0,0),(5968,1485,51,0,52,'2022-10-10 18:22:53',1,147.84,147.84,0,0,0,0),(5969,1485,43,0,52,'2022-10-10 18:22:53',3,237.6,237.6,0,0,0,0),(5970,1485,120,0,52,'2022-10-10 18:22:53',1,52.8,52.8,0,0,0,0),(5971,1485,490,0,52,'2022-10-10 18:22:53',10,227.8,227.8,0,0,0,0),(5972,1485,148,0,52,'2022-10-10 18:22:53',6,49.5,49.5,0,0,0,0),(5973,1485,318,0,52,'2022-10-10 18:22:53',10,30,30,0,0,0,0),(5974,1485,131,0,52,'2022-10-10 18:22:53',6,75.9,75.9,0,0,0,0),(5976,1486,23,0,94,'2022-10-11 03:54:22',2,223.68,223.68,0,0,0,0),(5977,1486,38,0,94,'2022-10-11 03:54:22',1,278.56,278.56,0,0,0,0),(5978,1486,118,0,94,'2022-10-11 03:54:22',1,184.8,184.8,0,0,0,0),(5979,1486,51,0,94,'2022-10-11 03:54:22',1,147.84,147.84,0,0,0,0),(5981,1487,23,0,17,'2022-10-11 17:21:11',1,111.84,113.99,0,0,2.15,0),(5982,1487,39,0,17,'2022-10-11 17:21:11',1,79.2,81.35,0,0,2.15,0),(5983,1487,40,0,17,'2022-10-11 17:21:11',1,79.2,81.35,0,0,2.15,0),(5984,1487,43,0,17,'2022-10-11 17:21:11',1,79.2,81.35,0,0,2.15,0),(5985,1487,490,0,17,'2022-10-11 17:21:11',2,45.56,49.86,0,0,4.3,0),(5987,1488,38,0,57,'2022-10-11 19:12:52',1,278.56,278.56,0,0,0,0),(5988,1488,23,0,57,'2022-10-11 19:12:52',1,111.84,111.84,0,0,0,0),(5989,1488,23,0,57,'2022-10-11 19:12:52',1,111.84,111.84,0,0,0,0),(5991,1489,487,0,11,'2022-10-11 20:53:01',1,31.35,31.35,0,0,0,0),(5992,1489,39,0,11,'2022-10-11 20:53:01',1,79.2,79.2,0,0,0,0),(5993,1489,43,0,11,'2022-10-11 20:53:01',1,79.2,79.2,0,0,0,0),(5994,1489,49,0,11,'2022-10-11 20:53:01',1,79.2,79.2,0,0,0,0),(5995,1489,44,0,11,'2022-10-11 20:53:01',1,116.16,116.16,0,0,0,0),(5996,1489,51,0,11,'2022-10-11 20:53:01',1,147.84,147.84,0,0,0,0),(5997,1489,41,0,11,'2022-10-11 20:53:01',1,66.48,66.48,0,0,0,0),(5999,1490,23,0,63,'2022-10-12 19:01:47',4,447.36,463.14,0,0,15.78,0),(6001,1491,99,0,81,'2022-10-13 18:32:17',1,0,9.49,0,0,9.49,0),(6003,1492,42,0,90,'2022-10-14 16:33:11',1,79.2,79.2,0,0,0,0),(6004,1492,23,0,90,'2022-10-14 16:33:11',1,111.84,111.84,0,0,0,0),(6005,1492,41,0,90,'2022-10-14 16:33:11',4,265.92,265.92,0,0,0,0),(6006,1492,43,0,90,'2022-10-14 16:33:11',1,79.2,79.2,0,0,0,0),(6008,1493,490,0,90,'2022-10-14 16:36:03',10,227.8,227.8,0,0,0,0),(6009,1493,23,0,90,'2022-10-14 16:36:03',1,111.84,111.84,0,0,0,0),(6010,1493,43,0,90,'2022-10-14 16:36:03',1,79.2,79.2,0,0,0,0),(6011,1493,120,0,90,'2022-10-14 16:36:03',1,52.8,52.8,0,0,0,0),(6012,1493,487,0,90,'2022-10-14 16:36:03',1,31.35,31.35,0,0,0,0),(6013,1493,41,0,90,'2022-10-14 16:36:03',1,66.48,66.48,0,0,0,0),(6014,1493,45,0,90,'2022-10-14 16:36:03',1,42.24,42.24,0,0,0,0),(6016,1494,42,0,90,'2022-10-14 16:39:50',1,79.2,79.2,0,0,0,0),(6017,1494,43,0,90,'2022-10-14 16:39:50',2,158.4,158.4,0,0,0,0),(6018,1494,487,0,90,'2022-10-14 16:39:50',1,31.35,31.35,0,0,0,0),(6019,1494,490,0,90,'2022-10-14 16:39:50',10,227.8,227.8,0,0,0,0),(6020,1494,38,0,90,'2022-10-14 16:39:50',1,278.56,278.56,0,0,0,0),(6021,1494,41,0,90,'2022-10-14 16:39:50',1,66.48,66.48,0,0,0,0),(6023,1495,490,0,90,'2022-10-14 16:43:11',10,227.8,227.8,0,0,0,0),(6024,1495,23,0,90,'2022-10-14 16:43:11',2,223.68,223.68,0,0,0,0),(6025,1495,38,0,90,'2022-10-14 16:43:11',1,278.56,278.56,0,0,0,0),(6026,1495,41,0,90,'2022-10-14 16:43:11',2,132.96,132.96,0,0,0,0),(6027,1495,45,0,90,'2022-10-14 16:43:11',2,84.48,84.48,0,0,0,0),(6029,1496,23,0,67,'2022-10-16 00:14:08',3,335.52,480.764286,0,0,145.244286,0),(6030,1496,38,0,67,'2022-10-16 00:14:08',2,557.12,653.949524,0,0,96.829524,0),(6031,1496,41,0,67,'2022-10-16 00:14:08',4,265.92,459.579048,0,0,193.659048,0),(6032,1496,51,0,67,'2022-10-16 00:14:08',2,295.68,392.509524,0,0,96.829524,0),(6033,1496,49,0,67,'2022-10-16 00:14:08',1,79.2,127.614762,0,0,48.414762,0),(6034,1496,99,0,67,'2022-10-16 00:14:08',2,0,96.829524,0,0,96.829524,0),(6035,1496,93,0,67,'2022-10-16 00:14:08',6,0,290.488571,0,0,290.488571,0),(6036,1496,97,0,67,'2022-10-16 00:14:08',1,0,48.414762,0,0,48.414762,0),(6040,1497,487,0,11,'2022-10-17 15:20:58',1,31.35,31.35,0,0,0,0),(6041,1497,43,0,11,'2022-10-17 15:20:58',1,79.2,79.2,0,0,0,0),(6042,1497,49,0,11,'2022-10-17 15:20:58',1,79.2,79.2,0,0,0,0),(6043,1497,44,0,11,'2022-10-17 15:20:58',1,116.16,116.16,0,0,0,0),(6044,1497,51,0,11,'2022-10-17 15:20:58',1,147.84,147.84,0,0,0,0),(6045,1497,41,0,11,'2022-10-17 15:20:58',1,66.48,66.48,0,0,0,0),(6046,1497,120,0,11,'2022-10-17 15:20:58',1,52.8,52.8,0,0,0,0),(6048,1498,93,0,66,'2022-10-17 16:49:20',10,0,21.59,0,0,21.59,0),(6050,1499,93,0,66,'2022-10-17 16:50:38',10,0,21.59,0,0,21.59,0),(6052,1500,93,0,66,'2022-10-17 16:52:08',2,0,4.318,0,0,4.318,0),(6053,1500,93,0,66,'2022-10-17 16:52:08',8,0,17.272,0,0,17.272,0),(6055,1502,93,0,63,'2022-10-17 18:46:57',10,0,10.48125,0,0,10.48125,0),(6056,1502,41,0,63,'2022-10-17 18:46:57',6,398.88,405.16875,0,0,6.28875,0),(6058,1503,488,0,86,'2022-10-17 20:16:55',2,62.7,72.248571,0,0,9.548571,0),(6059,1503,487,0,86,'2022-10-17 20:16:55',2,62.7,72.248571,0,0,9.548571,0),(6060,1503,45,0,86,'2022-10-17 20:16:55',1,42.24,47.014286,0,0,4.774286,0),(6061,1503,490,0,86,'2022-10-17 20:16:55',2,45.56,55.108571,0,0,9.548571,0),(6063,1504,23,0,64,'2022-10-17 21:42:52',2,223.68,223.68,0,0,0,0),(6064,1504,38,0,64,'2022-10-17 21:42:52',2,557.12,557.12,0,0,0,0),(6065,1504,41,0,64,'2022-10-17 21:42:52',3,199.44,199.44,0,0,0,0),(6066,1504,49,0,64,'2022-10-17 21:42:52',1,79.2,79.2,0,0,0,0),(6067,1504,45,0,64,'2022-10-17 21:42:52',1,42.24,42.24,0,0,0,0),(6068,1504,490,0,64,'2022-10-17 21:42:52',6,136.68,136.68,0,0,0,0),(6069,1504,488,0,64,'2022-10-17 21:42:52',2,62.7,62.7,0,0,0,0),(6071,1505,43,0,69,'2022-10-18 14:36:31',4,316.8,316.8,0,0,0,0),(6072,1505,49,0,69,'2022-10-18 14:36:31',3,237.6,237.6,0,0,0,0),(6073,1505,120,0,69,'2022-10-18 14:36:31',2,105.6,105.6,0,0,0,0),(6074,1505,489,0,69,'2022-10-18 14:36:31',4,77.72,77.72,0,0,0,0),(6075,1505,487,0,69,'2022-10-18 14:36:31',3,94.05,94.05,0,0,0,0),(6076,1505,133,0,69,'2022-10-18 14:36:31',2,28.6,28.6,0,0,0,0),(6077,1505,138,0,69,'2022-10-18 14:36:31',4,19.8,19.8,0,0,0,0),(6078,1505,320,0,69,'2022-10-18 14:36:31',3,11.25,11.25,0,0,0,0),(6079,1505,41,0,69,'2022-10-18 14:36:31',2,132.96,132.96,0,0,0,0),(6081,1506,45,0,60,'2022-10-18 16:03:25',1,42.24,43.443846,0,0,1.203846,0),(6082,1506,49,0,60,'2022-10-18 16:03:25',1,79.2,80.403846,0,0,1.203846,0),(6083,1506,93,0,60,'2022-10-18 16:03:25',10,0,12.038462,0,0,12.038462,0),(6084,1506,131,0,60,'2022-10-18 16:03:25',1,12.65,13.853846,0,0,1.203846,0),(6086,1507,49,0,32,'2022-10-18 23:17:48',2,158.4,173.566667,0,0,15.166667,0),(6087,1507,49,0,32,'2022-10-18 23:17:48',1,79.2,86.783333,0,0,7.583333,0),(6089,1508,43,0,46,'2022-10-19 19:33:32',1,79.2,81.946667,0,0,2.746667,0),(6090,1508,93,0,46,'2022-10-19 19:33:32',4,0,10.986667,0,0,10.986667,0),(6091,1508,44,0,46,'2022-10-19 19:33:32',1,116.16,118.906667,0,0,2.746667,0),(6093,1509,23,0,95,'2022-10-19 22:56:24',4,447.36,447.36,0,0,0,0),(6094,1509,38,0,95,'2022-10-19 22:56:24',1,278.56,278.56,0,0,0,0),(6095,1509,42,0,95,'2022-10-19 22:56:24',1,79.2,79.2,0,0,0,0),(6096,1509,41,0,95,'2022-10-19 22:56:24',3,199.44,199.44,0,0,0,0),(6097,1509,39,0,95,'2022-10-19 22:56:24',1,79.2,79.2,0,0,0,0),(6098,1509,43,0,95,'2022-10-19 22:56:24',1,79.2,79.2,0,0,0,0),(6099,1509,490,0,95,'2022-10-19 22:56:24',20,455.6,455.6,0,0,0,0),(6100,1509,487,0,95,'2022-10-19 22:56:24',2,62.7,62.7,0,0,0,0),(6102,1510,23,0,94,'2022-10-21 17:35:49',1,111.84,111.84,0,0,0,0),(6103,1510,38,0,94,'2022-10-21 17:35:49',1,278.56,278.56,0,0,0,0),(6104,1510,41,0,94,'2022-10-21 17:35:49',1,66.48,66.48,0,0,0,0),(6105,1510,490,0,94,'2022-10-21 17:35:49',5,113.9,113.9,0,0,0,0),(6106,1510,488,0,94,'2022-10-21 17:35:49',1,31.35,31.35,0,0,0,0),(6107,1510,131,0,94,'2022-10-21 17:35:49',2,25.3,25.3,0,0,0,0),(6108,1510,133,0,94,'2022-10-21 17:35:49',1,14.3,14.3,0,0,0,0),(6110,1511,23,0,79,'2022-10-21 19:49:55',3,335.52,335.52,0,0,0,0),(6111,1511,39,0,79,'2022-10-21 19:49:55',1,79.2,79.2,0,0,0,0),(6112,1511,45,0,79,'2022-10-21 19:49:55',3,126.72,126.72,0,0,0,0),(6114,1512,41,0,39,'2022-10-21 20:14:29',2,132.96,139.007273,0,0,6.047273,0),(6115,1512,49,0,39,'2022-10-21 20:14:29',1,79.2,82.223636,0,0,3.023636,0),(6116,1512,43,0,39,'2022-10-21 20:14:29',1,79.2,82.223636,0,0,3.023636,0),(6117,1512,487,0,39,'2022-10-21 20:14:29',3,94.05,103.120909,0,0,9.070909,0),(6118,1512,489,0,39,'2022-10-21 20:14:29',4,77.72,89.814545,0,0,12.094545,0),(6120,1513,23,0,82,'2022-10-21 21:13:18',4,447.36,447.36,0,0,0,0),(6121,1513,41,0,82,'2022-10-21 21:13:18',3,199.44,199.44,0,0,0,0),(6122,1513,490,0,82,'2022-10-21 21:13:18',10,227.8,227.8,0,0,0,0),(6124,1514,38,0,12,'2022-10-24 15:48:20',2,557.12,557.12,0,0,0,0),(6125,1514,41,0,12,'2022-10-24 15:48:20',2,132.96,132.96,0,0,0,0),(6126,1514,51,0,12,'2022-10-24 15:48:20',2,295.68,295.68,0,0,0,0),(6127,1514,487,0,12,'2022-10-24 15:48:20',2,62.7,62.7,0,0,0,0),(6129,1515,41,0,80,'2022-10-24 19:01:01',5,332.4,349.15,0,0,16.75,0),(6131,1517,38,0,6,'2022-10-25 17:00:42',2,557.12,557.12,0,0,0,0),(6132,1517,23,0,6,'2022-10-25 17:00:42',1,111.84,111.84,0,0,0,0),(6133,1517,116,0,6,'2022-10-25 17:00:42',1,145.44,145.44,0,0,0,0),(6134,1517,41,0,6,'2022-10-25 17:00:42',3,199.44,199.44,0,0,0,0),(6135,1517,49,0,6,'2022-10-25 17:00:42',1,79.2,79.2,0,0,0,0),(6136,1517,43,0,6,'2022-10-25 17:00:42',1,79.2,79.2,0,0,0,0),(6137,1517,93,0,6,'2022-10-25 17:00:42',8,0,0,0,0,0,0),(6139,1518,487,0,11,'2022-10-25 20:59:59',1,31.35,31.35,0,0,0,0),(6140,1518,43,0,11,'2022-10-25 20:59:59',1,79.2,79.2,0,0,0,0),(6141,1518,49,0,11,'2022-10-25 20:59:59',1,79.2,79.2,0,0,0,0),(6142,1518,44,0,11,'2022-10-25 20:59:59',1,116.16,116.16,0,0,0,0),(6143,1518,51,0,11,'2022-10-25 20:59:59',1,147.84,147.84,0,0,0,0),(6144,1518,41,0,11,'2022-10-25 20:59:59',1,66.48,66.48,0,0,0,0),(6145,1518,120,0,11,'2022-10-25 20:59:59',1,52.8,52.8,0,0,0,0),(6146,1518,490,0,11,'2022-10-25 20:59:59',5,113.9,113.9,0,0,0,0),(6148,1519,23,0,64,'2022-10-26 21:19:49',3,335.52,335.52,0,0,0,0),(6149,1519,38,0,64,'2022-10-26 21:19:49',2,557.12,557.12,0,0,0,0),(6150,1519,45,0,64,'2022-10-26 21:19:49',2,84.48,84.48,0,0,0,0),(6151,1519,41,0,64,'2022-10-26 21:19:49',2,132.96,132.96,0,0,0,0),(6152,1519,49,0,64,'2022-10-26 21:19:49',1,79.2,79.2,0,0,0,0),(6153,1519,490,0,64,'2022-10-26 21:19:49',8,182.24,182.24,0,0,0,0),(6154,1519,488,0,64,'2022-10-26 21:19:49',2,62.7,62.7,0,0,0,0),(6156,1520,38,0,57,'2022-10-27 02:18:21',1,278.56,278.56,0,0,0,0),(6157,1520,23,0,57,'2022-10-27 02:18:21',1,111.84,111.84,0,0,0,0),(6158,1520,41,0,57,'2022-10-27 02:18:21',2,132.96,132.96,0,0,0,0),(6160,1521,488,0,33,'2022-10-27 16:24:03',1,31.35,34.026,0,0,2.676,0),(6161,1521,490,0,33,'2022-10-27 16:24:03',3,68.34,76.368,0,0,8.028,0),(6162,1521,131,0,33,'2022-10-27 16:24:03',1,12.65,15.326,0,0,2.676,0),(6164,1522,487,0,95,'2022-10-27 20:02:55',3,94.05,104.36,0,0,10.31,0),(6165,1522,490,0,95,'2022-10-27 20:02:55',6,136.68,157.3,0,0,20.62,0),(6167,1523,23,0,79,'2022-10-28 19:53:24',1,111.84,111.84,0,0,0,0),(6168,1523,45,0,79,'2022-10-28 19:53:24',2,84.48,84.48,0,0,0,0),(6169,1523,39,0,79,'2022-10-28 19:53:24',2,158.4,158.4,0,0,0,0),(6170,1523,40,0,79,'2022-10-28 19:53:24',2,158.4,158.4,0,0,0,0),(6175,1525,93,0,81,'2022-10-31 13:57:10',10,0,11.87,0,0,11.87,0),(6177,1526,40,0,70,'2022-10-31 15:26:31',2,158.4,158.4,0,0,0,0),(6178,1526,490,0,70,'2022-10-31 15:26:31',6,136.68,136.68,0,0,0,0),(6179,1526,41,0,70,'2022-10-31 15:26:31',4,265.92,265.92,0,0,0,0),(6180,1526,49,0,70,'2022-10-31 15:26:31',2,158.4,158.4,0,0,0,0),(6181,1526,44,0,70,'2022-10-31 15:26:31',4,464.64,464.64,0,0,0,0),(6183,1527,23,0,17,'2022-11-01 16:54:50',1,111.84,111.84,0,0,0,0),(6184,1527,490,0,17,'2022-11-01 16:54:50',6,136.68,136.68,0,0,0,0),(6185,1527,38,0,17,'2022-11-01 16:54:50',1,278.56,278.56,0,0,0,0),(6186,1527,41,0,17,'2022-11-01 16:54:50',1,66.48,66.48,0,0,0,0),(6187,1527,44,0,17,'2022-11-01 16:54:50',1,116.16,116.16,0,0,0,0),(6188,1527,487,0,17,'2022-11-01 16:54:50',1,31.35,31.35,0,0,0,0),(6190,1528,23,0,89,'2022-11-01 20:20:31',1,111.84,125.28,0,0,13.44,0),(6192,1529,23,0,11,'2022-11-02 14:28:04',1,111.84,111.84,0,0,0,0),(6193,1529,38,0,11,'2022-11-02 14:28:04',1,278.56,278.56,0,0,0,0),(6194,1529,45,0,11,'2022-11-02 14:28:04',1,42.24,42.24,0,0,0,0),(6195,1529,41,0,11,'2022-11-02 14:28:04',1,66.48,66.48,0,0,0,0),(6196,1529,43,0,11,'2022-11-02 14:28:04',1,79.2,79.2,0,0,0,0),(6197,1529,43,0,11,'2022-11-02 14:28:04',1,79.2,79.2,0,0,0,0),(6198,1529,490,0,11,'2022-11-02 14:28:04',10,227.8,227.8,0,0,0,0),(6200,1531,490,0,50,'2022-11-04 18:29:58',20,455.6,455.6,0,0,0,0),(6201,1531,43,0,50,'2022-11-04 18:29:58',1,79.2,79.2,0,0,0,0),(6203,1532,23,0,12,'2022-11-07 06:59:12',1,111.84,111.84,0,0,0,0),(6204,1532,42,0,12,'2022-11-07 06:59:12',1,79.2,79.2,0,0,0,0),(6205,1532,41,0,12,'2022-11-07 06:59:12',2,132.96,132.96,0,0,0,0),(6206,1532,118,0,12,'2022-11-07 06:59:12',2,369.6,369.6,0,0,0,0),(6207,1532,49,0,12,'2022-11-07 06:59:12',2,158.4,158.4,0,0,0,0),(6208,1532,490,0,12,'2022-11-07 06:59:12',10,227.8,227.8,0,0,0,0),(6210,1533,23,0,94,'2022-11-07 21:08:26',3,335.52,335.52,0,0,0,0),(6211,1533,38,0,94,'2022-11-07 21:08:26',2,557.12,557.12,0,0,0,0),(6212,1533,41,0,94,'2022-11-07 21:08:26',2,132.96,132.96,0,0,0,0),(6213,1533,490,0,94,'2022-11-07 21:08:26',5,113.9,113.9,0,0,0,0),(6214,1533,488,0,94,'2022-11-07 21:08:26',1,31.35,31.35,0,0,0,0),(6215,1533,131,0,94,'2022-11-07 21:08:26',2,25.3,25.3,0,0,0,0),(6216,1533,133,0,94,'2022-11-07 21:08:26',1,14.3,14.3,0,0,0,0),(6218,1534,39,0,79,'2022-11-07 21:52:38',2,158.4,158.4,0,0,0,0),(6219,1534,40,0,79,'2022-11-07 21:52:38',2,158.4,158.4,0,0,0,0),(6220,1534,49,0,79,'2022-11-07 21:52:38',3,237.6,237.6,0,0,0,0),(6222,1535,45,0,13,'2022-11-08 05:08:46',1,42.24,42.24,0,0,0,0),(6223,1535,23,0,13,'2022-11-08 05:08:46',2,223.68,223.68,0,0,0,0),(6224,1535,41,0,13,'2022-11-08 05:08:46',2,132.96,132.96,0,0,0,0),(6225,1535,43,0,13,'2022-11-08 05:08:46',1,79.2,79.2,0,0,0,0),(6226,1535,93,0,13,'2022-11-08 05:08:46',10,0,0,0,0,0,0),(6227,1535,38,0,13,'2022-11-08 05:08:46',1,278.56,278.56,0,0,0,0),(6229,1536,118,0,96,'2022-11-08 20:29:13',2,369.6,369.6,0,0,0,0),(6230,1536,43,0,96,'2022-11-08 20:29:13',1,79.2,79.2,0,0,0,0),(6231,1536,49,0,96,'2022-11-08 20:29:13',1,79.2,79.2,0,0,0,0),(6232,1536,97,0,96,'2022-11-08 20:29:13',1,0,0,0,0,0,0),(6233,1536,99,0,96,'2022-11-08 20:29:13',1,0,0,0,0,0,0),(6234,1536,95,0,96,'2022-11-08 20:29:13',5,0,0,0,0,0,0),(6235,1536,93,0,96,'2022-11-08 20:29:13',5,0,0,0,0,0,0),(6237,1538,41,0,80,'2022-11-10 14:22:14',9,598.32,598.32,0,0,0,0),(6238,1538,38,0,80,'2022-11-10 14:22:14',1,278.56,278.56,0,0,0,0),(6239,1538,43,0,80,'2022-11-10 14:22:14',2,158.4,158.4,0,0,0,0),(6240,1538,49,0,80,'2022-11-10 14:22:14',2,158.4,158.4,0,0,0,0),(6242,1539,38,0,57,'2022-11-11 15:04:47',1,278.56,278.56,0,0,0,0),(6243,1539,45,0,57,'2022-11-11 15:04:47',2,84.48,84.48,0,0,0,0),(6244,1539,490,0,57,'2022-11-11 15:04:47',8,182.24,182.24,0,0,0,0),(6245,1539,41,0,57,'2022-11-11 15:04:47',1,66.48,66.48,0,0,0,0),(6247,1540,487,0,39,'2022-11-11 19:03:10',4,125.4,183.27,0,0,57.87,0),(6249,1541,490,0,70,'2022-11-11 19:23:10',6,136.68,154.71,0,0,18.03,0),(6250,1541,487,0,70,'2022-11-11 19:23:10',4,125.4,137.42,0,0,12.02,0),(6254,1543,43,0,63,'2022-11-12 23:52:02',6,475.2,486.42,0,0,11.22,0),(6255,1543,93,0,63,'2022-11-12 23:52:02',10,0,18.7,0,0,18.7,0),(6257,1544,93,0,63,'2022-11-12 23:53:23',10,0,10.07,0,0,10.07,0),(6259,1545,38,0,76,'2022-11-13 17:55:26',1,278.56,278.56,0,0,0,0),(6260,1545,45,0,76,'2022-11-13 17:55:26',1,42.24,42.24,0,0,0,0),(6261,1545,51,0,76,'2022-11-13 17:55:26',1,147.84,147.84,0,0,0,0),(6262,1545,49,0,76,'2022-11-13 17:55:26',1,79.2,79.2,0,0,0,0),(6263,1545,41,0,76,'2022-11-13 17:55:26',1,66.48,66.48,0,0,0,0),(6264,1545,44,0,76,'2022-11-13 17:55:26',1,116.16,116.16,0,0,0,0),(6265,1545,23,0,76,'2022-11-13 17:55:26',1,111.84,111.84,0,0,0,0),(6266,1545,93,0,76,'2022-11-13 17:55:26',6,0,0,0,0,0,0),(6267,1545,95,0,76,'2022-11-13 17:55:26',6,0,0,0,0,0,0),(6268,1545,97,0,76,'2022-11-13 17:55:26',1,0,0,0,0,0,0),(6269,1545,99,0,76,'2022-11-13 17:55:26',1,0,0,0,0,0,0),(6271,1546,23,0,11,'2022-11-14 17:05:26',1,111.84,111.84,0,0,0,0),(6272,1546,38,0,11,'2022-11-14 17:05:26',1,278.56,278.56,0,0,0,0),(6273,1546,41,0,11,'2022-11-14 17:05:26',2,132.96,132.96,0,0,0,0),(6274,1546,43,0,11,'2022-11-14 17:05:26',1,79.2,79.2,0,0,0,0),(6275,1546,490,0,11,'2022-11-14 17:05:26',10,227.8,227.8,0,0,0,0),(6276,1546,487,0,11,'2022-11-14 17:05:26',1,31.35,31.35,0,0,0,0),(6277,1546,45,0,11,'2022-11-14 17:05:26',2,84.48,84.48,0,0,0,0),(6279,1547,120,0,32,'2022-11-14 19:14:51',1,52.8,59.1625,0,0,6.3625,0),(6280,1547,49,0,32,'2022-11-14 19:14:51',2,158.4,171.125,0,0,12.725,0),(6281,1547,487,0,32,'2022-11-14 19:14:51',1,31.35,37.7125,0,0,6.3625,0),(6283,1548,41,0,46,'2022-11-15 17:54:17',1,66.48,68.61375,0,0,2.13375,0),(6284,1548,43,0,46,'2022-11-15 17:54:17',2,158.4,162.6675,0,0,4.2675,0),(6285,1548,93,0,46,'2022-11-15 17:54:17',5,0,10.66875,0,0,10.66875,0),(6287,1549,23,0,95,'2022-11-16 18:35:10',2,223.68,242.26,0,0,18.58,0),(6289,1550,39,0,90,'2022-11-16 20:10:26',1,79.2,79.2,0,0,0,0),(6290,1550,40,0,90,'2022-11-16 20:10:26',1,79.2,79.2,0,0,0,0),(6291,1550,42,0,90,'2022-11-16 20:10:26',1,79.2,79.2,0,0,0,0),(6292,1550,43,0,90,'2022-11-16 20:10:26',1,79.2,79.2,0,0,0,0),(6293,1550,41,0,90,'2022-11-16 20:10:26',1,66.48,66.48,0,0,0,0),(6294,1550,38,0,90,'2022-11-16 20:10:26',3,835.68,835.68,0,0,0,0),(6296,1551,487,0,90,'2022-11-16 20:14:30',2,62.7,62.7,0,0,0,0),(6297,1551,38,0,90,'2022-11-16 20:14:30',2,557.12,557.12,0,0,0,0),(6298,1551,45,0,90,'2022-11-16 20:14:30',1,42.24,42.24,0,0,0,0),(6299,1551,490,0,90,'2022-11-16 20:14:30',10,227.8,227.8,0,0,0,0),(6300,1551,42,0,90,'2022-11-16 20:14:30',2,158.4,158.4,0,0,0,0),(6301,1551,43,0,90,'2022-11-16 20:14:30',2,158.4,158.4,0,0,0,0),(6302,1551,41,0,90,'2022-11-16 20:14:30',7,465.36,465.36,0,0,0,0),(6304,1552,23,0,94,'2022-11-16 21:21:26',2,223.68,223.68,0,0,0,0),(6305,1552,41,0,94,'2022-11-16 21:21:26',1,66.48,66.48,0,0,0,0),(6306,1552,490,0,94,'2022-11-16 21:21:26',5,113.9,113.9,0,0,0,0),(6307,1552,488,0,94,'2022-11-16 21:21:26',1,31.35,31.35,0,0,0,0),(6308,1552,131,0,94,'2022-11-16 21:21:26',4,50.6,50.6,0,0,0,0),(6309,1552,133,0,94,'2022-11-16 21:21:26',3,42.9,42.9,0,0,0,0),(6317,1555,23,0,11,'2022-11-18 17:55:42',1,111.84,111.84,0,0,0,0),(6318,1555,43,0,11,'2022-11-18 17:55:42',1,79.2,79.2,0,0,0,0),(6319,1555,490,0,11,'2022-11-18 17:55:42',10,227.8,227.8,0,0,0,0),(6320,1555,487,0,11,'2022-11-18 17:55:42',1,31.35,31.35,0,0,0,0),(6321,1555,118,0,11,'2022-11-18 17:55:42',1,184.8,184.8,0,0,0,0),(6323,1556,42,0,29,'2022-11-18 19:14:40',1,79.2,80.842778,0,0,1.642778,0),(6324,1556,487,0,29,'2022-11-18 19:14:40',2,62.7,65.985556,0,0,3.285556,0),(6325,1556,137,0,29,'2022-11-18 19:14:40',10,60.5,76.927778,0,0,16.427778,0),(6326,1556,40,0,29,'2022-11-18 19:14:40',1,79.2,80.842778,0,0,1.642778,0),(6327,1556,490,0,29,'2022-11-18 19:14:40',4,91.12,97.691111,0,0,6.571111,0),(6329,1557,23,0,49,'2022-11-20 19:14:32',2,223.68,223.68,0,0,0,0),(6330,1557,38,0,49,'2022-11-20 19:14:32',1,278.56,278.56,0,0,0,0),(6331,1557,41,0,49,'2022-11-20 19:14:32',3,199.44,199.44,0,0,0,0),(6332,1557,116,0,49,'2022-11-20 19:14:32',1,145.44,145.44,0,0,0,0),(6333,1557,490,0,49,'2022-11-20 19:14:32',3,68.34,68.34,0,0,0,0),(6335,1558,49,0,42,'2022-11-20 22:52:46',7,554.4,554.4,0,0,0,0),(6337,1559,23,0,63,'2022-11-21 17:39:06',5,559.2,559.2,0,0,0,0),(6339,1560,23,0,62,'2022-11-21 17:51:33',4,447.36,447.36,0,0,0,0),(6340,1560,38,0,62,'2022-11-21 17:51:33',3,835.68,835.68,0,0,0,0),(6341,1560,45,0,62,'2022-11-21 17:51:33',4,168.96,168.96,0,0,0,0),(6342,1560,41,0,62,'2022-11-21 17:51:33',4,265.92,265.92,0,0,0,0),(6343,1560,116,0,62,'2022-11-21 17:51:33',1,145.44,145.44,0,0,0,0),(6344,1560,40,0,62,'2022-11-21 17:51:33',1,79.2,79.2,0,0,0,0),(6345,1560,43,0,62,'2022-11-21 17:51:33',1,79.2,79.2,0,0,0,0),(6346,1560,49,0,62,'2022-11-21 17:51:33',2,158.4,158.4,0,0,0,0),(6347,1560,44,0,62,'2022-11-21 17:51:33',2,232.32,232.32,0,0,0,0),(6348,1560,133,0,62,'2022-11-21 17:51:33',4,57.2,57.2,0,0,0,0),(6350,1561,43,0,69,'2022-11-21 18:54:08',4,316.8,316.8,0,0,0,0),(6351,1561,49,0,69,'2022-11-21 18:54:08',3,237.6,237.6,0,0,0,0),(6352,1561,41,0,69,'2022-11-21 18:54:08',2,132.96,132.96,0,0,0,0),(6353,1561,23,0,69,'2022-11-21 18:54:08',4,447.36,447.36,0,0,0,0),(6354,1561,45,0,69,'2022-11-21 18:54:08',2,84.48,84.48,0,0,0,0),(6355,1561,41,0,69,'2022-11-21 18:54:08',2,132.96,132.96,0,0,0,0),(6356,1561,118,0,69,'2022-11-21 18:54:08',1,184.8,184.8,0,0,0,0),(6357,1561,44,0,69,'2022-11-21 18:54:08',1,116.16,116.16,0,0,0,0),(6359,1562,23,0,12,'2022-11-22 07:05:42',2,223.68,223.68,0,0,0,0),(6360,1562,38,0,12,'2022-11-22 07:05:42',2,557.12,557.12,0,0,0,0),(6361,1562,41,0,12,'2022-11-22 07:05:42',4,265.92,265.92,0,0,0,0),(6362,1562,120,0,12,'2022-11-22 07:05:42',2,105.6,105.6,0,0,0,0),(6363,1562,43,0,12,'2022-11-22 07:05:42',1,79.2,79.2,0,0,0,0),(6364,1562,49,0,12,'2022-11-22 07:05:42',2,158.4,158.4,0,0,0,0),(6365,1562,490,0,12,'2022-11-22 07:05:42',10,227.8,227.8,0,0,0,0),(6366,1562,487,0,12,'2022-11-22 07:05:42',2,62.7,62.7,0,0,0,0),(6368,1563,39,0,79,'2022-11-23 13:59:05',2,158.4,158.4,0,0,0,0),(6369,1563,23,0,79,'2022-11-23 13:59:05',3,335.52,335.52,0,0,0,0),(6370,1563,40,0,79,'2022-11-23 13:59:05',1,79.2,79.2,0,0,0,0),(6372,1564,23,0,70,'2022-11-25 14:57:24',2,223.68,223.68,0,0,0,0),(6373,1564,116,0,70,'2022-11-25 14:57:24',1,145.44,145.44,0,0,0,0),(6374,1564,41,0,70,'2022-11-25 14:57:24',4,265.92,265.92,0,0,0,0),(6376,1565,93,0,14,'2022-11-27 17:49:01',5,0,9.57,0,0,9.57,0),(6378,1566,23,0,53,'2022-11-28 00:11:16',4,447.36,447.36,0,0,0,0),(6379,1566,45,0,53,'2022-11-28 00:11:16',3,126.72,126.72,0,0,0,0),(6380,1566,41,0,53,'2022-11-28 00:11:16',4,265.92,265.92,0,0,0,0),(6381,1566,93,0,53,'2022-11-28 00:11:16',10,0,0,0,0,0,0),(6382,1566,120,0,53,'2022-11-28 00:11:16',2,105.6,105.6,0,0,0,0),(6383,1566,43,0,53,'2022-11-28 00:11:16',2,158.4,158.4,0,0,0,0),(6384,1566,49,0,53,'2022-11-28 00:11:16',2,158.4,158.4,0,0,0,0),(6386,1567,23,0,53,'2022-11-28 00:23:45',4,447.36,447.36,0,0,0,0),(6387,1567,42,0,53,'2022-11-28 00:23:45',1,79.2,79.2,0,0,0,0),(6388,1567,45,0,53,'2022-11-28 00:23:45',1,42.24,42.24,0,0,0,0),(6389,1567,41,0,53,'2022-11-28 00:23:45',2,132.96,132.96,0,0,0,0),(6390,1567,43,0,53,'2022-11-28 00:23:45',1,79.2,79.2,0,0,0,0),(6391,1567,49,0,53,'2022-11-28 00:23:45',1,79.2,79.2,0,0,0,0),(6392,1567,93,0,53,'2022-11-28 00:23:45',10,0,0,0,0,0,0),(6394,1568,23,0,94,'2022-11-28 13:53:26',4,447.36,447.36,0,0,0,0),(6395,1568,41,0,94,'2022-11-28 13:53:26',2,132.96,132.96,0,0,0,0),(6396,1568,490,0,94,'2022-11-28 13:53:26',10,227.8,227.8,0,0,0,0),(6397,1568,488,0,94,'2022-11-28 13:53:26',2,62.7,62.7,0,0,0,0),(6398,1568,131,0,94,'2022-11-28 13:53:26',4,50.6,50.6,0,0,0,0),(6399,1568,133,0,94,'2022-11-28 13:53:26',3,42.9,42.9,0,0,0,0),(6400,1568,38,0,94,'2022-11-28 13:53:26',2,557.12,557.12,0,0,0,0),(6402,1569,23,0,64,'2022-11-28 14:41:34',1,111.84,111.84,0,0,0,0),(6403,1569,38,0,64,'2022-11-28 14:41:34',1,278.56,278.56,0,0,0,0),(6404,1569,45,0,64,'2022-11-28 14:41:34',1,42.24,42.24,0,0,0,0),(6405,1569,41,0,64,'2022-11-28 14:41:34',2,132.96,132.96,0,0,0,0),(6406,1569,49,0,64,'2022-11-28 14:41:34',1,79.2,79.2,0,0,0,0),(6407,1569,120,0,64,'2022-11-28 14:41:34',1,52.8,52.8,0,0,0,0),(6408,1569,490,0,64,'2022-11-28 14:41:34',10,227.8,227.8,0,0,0,0),(6409,1569,488,0,64,'2022-11-28 14:41:34',2,62.7,62.7,0,0,0,0),(6411,1570,23,0,64,'2022-11-28 14:45:51',1,111.84,111.84,0,0,0,0),(6412,1570,38,0,64,'2022-11-28 14:45:51',1,278.56,278.56,0,0,0,0),(6413,1570,45,0,64,'2022-11-28 14:45:51',1,42.24,42.24,0,0,0,0),(6414,1570,41,0,64,'2022-11-28 14:45:51',2,132.96,132.96,0,0,0,0),(6415,1570,49,0,64,'2022-11-28 14:45:51',1,79.2,79.2,0,0,0,0),(6416,1570,120,0,64,'2022-11-28 14:45:51',1,52.8,52.8,0,0,0,0),(6417,1570,490,0,64,'2022-11-28 14:45:51',10,227.8,227.8,0,0,0,0),(6418,1570,488,0,64,'2022-11-28 14:45:51',2,62.7,62.7,0,0,0,0),(6420,1572,23,0,6,'2022-11-28 17:12:37',3,335.52,335.52,0,0,0,0),(6421,1572,38,0,6,'2022-11-28 17:12:37',2,557.12,557.12,0,0,0,0),(6422,1572,45,0,6,'2022-11-28 17:12:37',1,42.24,42.24,0,0,0,0),(6423,1572,39,0,6,'2022-11-28 17:12:37',1,79.2,79.2,0,0,0,0),(6424,1572,49,0,6,'2022-11-28 17:12:37',2,158.4,158.4,0,0,0,0),(6425,1572,93,0,6,'2022-11-28 17:12:37',8,0,0,0,0,0,0),(6426,1572,41,0,6,'2022-11-28 17:12:37',4,265.92,265.92,0,0,0,0),(6427,1572,43,0,6,'2022-11-28 17:12:37',1,79.2,79.2,0,0,0,0),(6429,1573,38,0,95,'2022-11-28 20:37:10',1,278.56,278.56,0,0,0,0),(6430,1573,23,0,95,'2022-11-28 20:37:10',3,335.52,335.52,0,0,0,0),(6431,1573,42,0,95,'2022-11-28 20:37:10',2,158.4,158.4,0,0,0,0),(6432,1573,41,0,95,'2022-11-28 20:37:10',3,199.44,199.44,0,0,0,0),(6433,1573,118,0,95,'2022-11-28 20:37:10',1,184.8,184.8,0,0,0,0),(6434,1573,51,0,95,'2022-11-28 20:37:10',2,295.68,295.68,0,0,0,0),(6435,1573,39,0,95,'2022-11-28 20:37:10',2,158.4,158.4,0,0,0,0),(6436,1573,40,0,95,'2022-11-28 20:37:10',2,158.4,158.4,0,0,0,0),(6437,1573,120,0,95,'2022-11-28 20:37:10',2,105.6,105.6,0,0,0,0),(6438,1573,43,0,95,'2022-11-28 20:37:10',3,237.6,237.6,0,0,0,0),(6439,1573,44,0,95,'2022-11-28 20:37:10',1,116.16,116.16,0,0,0,0),(6440,1573,490,0,95,'2022-11-28 20:37:10',20,455.6,455.6,0,0,0,0),(6441,1573,487,0,95,'2022-11-28 20:37:10',3,94.05,94.05,0,0,0,0),(6443,1574,23,0,67,'2022-11-28 22:20:03',3,335.52,483.152727,0,0,147.632727,0),(6444,1574,38,0,67,'2022-11-28 22:20:03',2,557.12,655.541818,0,0,98.421818,0),(6445,1574,41,0,67,'2022-11-28 22:20:03',3,199.44,347.072727,0,0,147.632727,0),(6446,1574,51,0,67,'2022-11-28 22:20:03',2,295.68,394.101818,0,0,98.421818,0),(6447,1574,93,0,67,'2022-11-28 22:20:03',10,0,492.109091,0,0,492.109091,0),(6448,1574,99,0,67,'2022-11-28 22:20:03',2,0,98.421818,0,0,98.421818,0),(6452,1575,23,0,82,'2022-11-29 16:22:28',4,447.36,447.36,0,0,0,0),(6453,1575,41,0,82,'2022-11-29 16:22:28',3,199.44,199.44,0,0,0,0),(6454,1575,490,0,82,'2022-11-29 16:22:28',10,227.8,227.8,0,0,0,0),(6456,1576,23,0,11,'2022-11-30 15:11:37',1,111.84,111.84,0,0,0,0),(6457,1576,43,0,11,'2022-11-30 15:11:37',2,158.4,158.4,0,0,0,0),(6458,1576,490,0,11,'2022-11-30 15:11:37',10,227.8,227.8,0,0,0,0),(6459,1576,487,0,11,'2022-11-30 15:11:37',2,62.7,62.7,0,0,0,0),(6460,1576,120,0,11,'2022-11-30 15:11:37',1,52.8,52.8,0,0,0,0),(6462,1577,23,0,26,'2022-11-30 21:48:33',2,223.68,223.68,0,0,0,0),(6463,1577,42,0,26,'2022-11-30 21:48:33',1,79.2,79.2,0,0,0,0),(6464,1577,488,0,26,'2022-11-30 21:48:33',1,31.35,31.35,0,0,0,0),(6465,1577,43,0,26,'2022-11-30 21:48:33',1,79.2,79.2,0,0,0,0),(6466,1577,490,0,26,'2022-11-30 21:48:33',4,91.12,91.12,0,0,0,0),(6467,1577,49,0,26,'2022-11-30 21:48:33',2,158.4,158.4,0,0,0,0),(6469,1578,120,0,61,'2022-12-01 17:51:22',3,158.4,172.23,0,0,13.83,0),(6471,1579,23,0,17,'2022-12-02 19:51:58',1,111.84,113.931667,0,0,2.091667,0),(6472,1579,44,0,17,'2022-12-02 19:51:58',1,116.16,118.251667,0,0,2.091667,0),(6473,1579,490,0,17,'2022-12-02 19:51:58',4,91.12,99.486667,0,0,8.366667,0),(6475,1580,43,0,80,'2022-12-02 21:52:14',2,158.4,158.4,0,0,0,0),(6476,1580,49,0,80,'2022-12-02 21:52:14',2,158.4,158.4,0,0,0,0),(6477,1580,23,0,80,'2022-12-02 21:52:14',4,447.36,447.36,0,0,0,0),(6478,1580,45,0,80,'2022-12-02 21:52:14',2,84.48,84.48,0,0,0,0),(6479,1580,490,0,80,'2022-12-02 21:52:14',60,1366.8,1366.8,0,0,0,0),(6480,1580,488,0,80,'2022-12-02 21:52:14',8,250.8,250.8,0,0,0,0),(6482,1581,93,0,60,'2022-12-03 18:00:50',10,0,9.55,0,0,9.55,0),(6484,1582,490,0,50,'2022-12-04 20:17:58',10,227.8,227.8,0,0,0,0),(6485,1582,487,0,50,'2022-12-04 20:17:58',1,31.35,31.35,0,0,0,0),(6486,1582,43,0,50,'2022-12-04 20:17:58',2,158.4,158.4,0,0,0,0),(6487,1582,120,0,50,'2022-12-04 20:17:58',1,52.8,52.8,0,0,0,0),(6488,1582,41,0,50,'2022-12-04 20:17:58',1,66.48,66.48,0,0,0,0),(6490,1583,487,0,39,'2022-12-05 17:09:51',2,62.7,66.376,0,0,3.676,0),(6491,1583,41,0,39,'2022-12-05 17:09:51',2,132.96,136.636,0,0,3.676,0),(6492,1583,489,0,39,'2022-12-05 17:09:51',6,116.58,127.608,0,0,11.028,0),(6494,1585,23,0,94,'2022-12-06 20:16:12',2,223.68,223.68,0,0,0,0),(6495,1585,41,0,94,'2022-12-06 20:16:12',2,132.96,132.96,0,0,0,0),(6496,1585,490,0,94,'2022-12-06 20:16:12',5,113.9,113.9,0,0,0,0),(6497,1585,131,0,94,'2022-12-06 20:16:12',4,50.6,50.6,0,0,0,0),(6498,1585,133,0,94,'2022-12-06 20:16:12',2,28.6,28.6,0,0,0,0),(6499,1585,38,0,94,'2022-12-06 20:16:12',1,278.56,278.56,0,0,0,0),(6500,1585,43,0,94,'2022-12-06 20:16:12',1,79.2,79.2,0,0,0,0),(6502,1586,41,0,55,'2022-12-08 00:39:27',1,66.48,68.165714,0,0,1.685714,0),(6503,1586,490,0,55,'2022-12-08 00:39:27',6,136.68,146.794286,0,0,10.114286,0),(6505,1587,93,0,100,'2022-12-09 07:34:02',10,0,10.954545,0,0,10.954545,0),(6506,1587,99,0,100,'2022-12-09 07:34:02',1,0,1.095455,0,0,1.095455,0),(6508,1588,38,0,50,'2022-12-09 15:55:44',1,278.56,278.56,0,0,0,0),(6509,1588,23,0,50,'2022-12-09 15:55:44',1,111.84,111.84,0,0,0,0),(6510,1588,490,0,50,'2022-12-09 15:55:44',5,113.9,113.9,0,0,0,0),(6512,1589,38,0,13,'2022-12-09 20:40:30',1,278.56,278.56,0,0,0,0),(6513,1589,41,0,13,'2022-12-09 20:40:30',2,132.96,132.96,0,0,0,0),(6514,1589,93,0,13,'2022-12-09 20:40:30',10,0,0,0,0,0,0),(6515,1589,43,0,13,'2022-12-09 20:40:30',1,79.2,79.2,0,0,0,0),(6516,1589,45,0,13,'2022-12-09 20:40:30',1,42.24,42.24,0,0,0,0),(6518,1591,490,0,33,'2022-12-10 22:29:38',2,45.56,55.07,0,0,9.51,0),(6520,1592,38,0,57,'2022-12-12 14:53:11',1,278.56,278.56,0,0,0,0),(6521,1592,45,0,57,'2022-12-12 14:53:11',2,84.48,84.48,0,0,0,0),(6522,1592,490,0,57,'2022-12-12 14:53:11',7,159.46,159.46,0,0,0,0),(6524,1593,118,0,12,'2022-12-12 18:47:49',2,369.6,369.6,0,0,0,0),(6525,1593,51,0,12,'2022-12-12 18:47:49',3,443.52,443.52,0,0,0,0),(6526,1593,490,0,12,'2022-12-12 18:47:49',10,227.8,227.8,0,0,0,0),(6527,1593,487,0,12,'2022-12-12 18:47:49',2,62.7,62.7,0,0,0,0),(6528,1593,23,0,12,'2022-12-12 18:47:49',2,223.68,223.68,0,0,0,0),(6529,1593,38,0,12,'2022-12-12 18:47:49',2,557.12,557.12,0,0,0,0),(6531,1594,490,0,11,'2022-12-12 21:20:57',10,227.8,227.8,0,0,0,0),(6532,1594,487,0,11,'2022-12-12 21:20:57',2,62.7,62.7,0,0,0,0),(6533,1594,120,0,11,'2022-12-12 21:20:57',1,52.8,52.8,0,0,0,0),(6534,1594,45,0,11,'2022-12-12 21:20:57',2,84.48,84.48,0,0,0,0),(6535,1594,41,0,11,'2022-12-12 21:20:57',2,132.96,132.96,0,0,0,0),(6536,1594,51,0,11,'2022-12-12 21:20:57',1,147.84,147.84,0,0,0,0),(6537,1594,118,0,11,'2022-12-12 21:20:57',1,184.8,184.8,0,0,0,0),(6538,1594,44,0,11,'2022-12-12 21:20:57',1,116.16,116.16,0,0,0,0),(6539,1594,49,0,11,'2022-12-12 21:20:57',1,79.2,79.2,0,0,0,0),(6540,1594,488,0,11,'2022-12-12 21:20:57',1,31.35,31.35,0,0,0,0),(6542,1595,42,0,11,'2022-12-12 23:02:56',1,79.2,79.2,0,0,0,0),(6543,1595,120,0,11,'2022-12-12 23:02:56',1,52.8,52.8,0,0,0,0),(6544,1595,43,0,11,'2022-12-12 23:02:56',1,79.2,79.2,0,0,0,0),(6545,1595,49,0,11,'2022-12-12 23:02:56',1,79.2,79.2,0,0,0,0),(6546,1595,487,0,11,'2022-12-12 23:02:56',1,31.35,31.35,0,0,0,0),(6547,1595,38,0,11,'2022-12-12 23:02:56',1,278.56,278.56,0,0,0,0),(6549,1596,41,0,46,'2022-12-13 03:22:49',1,66.48,71.153333,0,0,4.673333,0),(6550,1596,43,0,46,'2022-12-13 03:22:49',1,79.2,83.873333,0,0,4.673333,0),(6551,1596,44,0,46,'2022-12-13 03:22:49',1,116.16,120.833333,0,0,4.673333,0),(6553,1597,38,0,57,'2022-12-13 12:22:18',1,278.56,278.56,0,0,0,0),(6554,1597,23,0,57,'2022-12-13 12:22:18',2,223.68,223.68,0,0,0,0),(6555,1597,41,0,57,'2022-12-13 12:22:18',1,66.48,66.48,0,0,0,0),(6557,1598,490,0,86,'2022-12-13 20:40:20',4,91.12,103.146667,0,0,12.026667,0),(6558,1598,488,0,86,'2022-12-13 20:40:20',1,31.35,34.356667,0,0,3.006667,0),(6559,1598,487,0,86,'2022-12-13 20:40:20',1,31.35,34.356667,0,0,3.006667,0),(6561,1599,23,0,64,'2022-12-13 21:09:05',2,223.68,223.68,0,0,0,0),(6562,1599,38,0,64,'2022-12-13 21:09:05',1,278.56,278.56,0,0,0,0),(6563,1599,45,0,64,'2022-12-13 21:09:05',1,42.24,42.24,0,0,0,0),(6564,1599,41,0,64,'2022-12-13 21:09:05',3,199.44,199.44,0,0,0,0),(6565,1599,49,0,64,'2022-12-13 21:09:05',1,79.2,79.2,0,0,0,0),(6566,1599,490,0,64,'2022-12-13 21:09:05',8,182.24,182.24,0,0,0,0),(6568,1601,49,0,32,'2022-12-15 01:14:49',3,237.6,256.83,0,0,19.23,0),(6569,1601,488,0,32,'2022-12-15 01:14:49',1,31.35,37.76,0,0,6.41,0),(6576,1603,43,0,90,'2022-12-15 19:59:12',1,79.2,79.2,0,0,0,0),(6577,1603,42,0,90,'2022-12-15 19:59:12',1,79.2,79.2,0,0,0,0),(6578,1603,38,0,90,'2022-12-15 19:59:12',1,278.56,278.56,0,0,0,0),(6579,1603,490,0,90,'2022-12-15 19:59:12',10,227.8,227.8,0,0,0,0),(6581,1604,43,0,90,'2022-12-15 20:00:57',1,79.2,79.2,0,0,0,0),(6582,1604,42,0,90,'2022-12-15 20:00:57',1,79.2,79.2,0,0,0,0),(6583,1604,38,0,90,'2022-12-15 20:00:57',1,278.56,278.56,0,0,0,0),(6584,1604,490,0,90,'2022-12-15 20:00:57',10,227.8,227.8,0,0,0,0),(6586,1605,43,0,90,'2022-12-15 20:03:57',1,79.2,79.2,0,0,0,0),(6587,1605,41,0,90,'2022-12-15 20:03:57',1,66.48,66.48,0,0,0,0),(6588,1605,487,0,90,'2022-12-15 20:03:57',1,31.35,31.35,0,0,0,0),(6589,1605,490,0,90,'2022-12-15 20:03:57',10,227.8,227.8,0,0,0,0),(6590,1605,23,0,90,'2022-12-15 20:03:57',1,111.84,111.84,0,0,0,0),(6591,1605,38,0,90,'2022-12-15 20:03:57',1,278.56,278.56,0,0,0,0),(6593,1606,41,0,90,'2022-12-15 20:09:42',1,66.48,66.48,0,0,0,0),(6594,1606,42,0,90,'2022-12-15 20:09:42',1,79.2,79.2,0,0,0,0),(6595,1606,23,0,90,'2022-12-15 20:09:42',1,111.84,111.84,0,0,0,0),(6596,1606,42,0,90,'2022-12-15 20:09:42',2,158.4,158.4,0,0,0,0),(6597,1606,120,0,90,'2022-12-15 20:09:42',1,52.8,52.8,0,0,0,0),(6598,1606,43,0,90,'2022-12-15 20:09:42',2,158.4,158.4,0,0,0,0),(6599,1606,487,0,90,'2022-12-15 20:09:42',1,31.35,31.35,0,0,0,0),(6600,1606,23,0,90,'2022-12-15 20:09:42',1,111.84,111.84,0,0,0,0),(6601,1606,38,0,90,'2022-12-15 20:09:42',2,557.12,557.12,0,0,0,0),(6602,1606,45,0,90,'2022-12-15 20:09:42',1,42.24,42.24,0,0,0,0),(6603,1606,490,0,90,'2022-12-15 20:09:42',10,227.8,227.8,0,0,0,0),(6605,1607,118,0,96,'2022-12-16 20:42:08',2,369.6,369.6,0,0,0,0),(6606,1607,43,0,96,'2022-12-16 20:42:08',1,79.2,79.2,0,0,0,0),(6607,1607,49,0,96,'2022-12-16 20:42:08',1,79.2,79.2,0,0,0,0),(6608,1607,93,0,96,'2022-12-16 20:42:08',8,0,0,0,0,0,0),(6609,1607,95,0,96,'2022-12-16 20:42:08',2,0,0,0,0,0,0),(6610,1607,97,0,96,'2022-12-16 20:42:08',1,0,0,0,0,0,0),(6611,1607,99,0,96,'2022-12-16 20:42:08',1,0,0,0,0,0,0),(6613,1608,39,0,79,'2022-12-17 16:23:05',2,158.4,158.4,0,0,0,0),(6614,1608,23,0,79,'2022-12-17 16:23:05',1,111.84,111.84,0,0,0,0),(6615,1608,40,0,79,'2022-12-17 16:23:05',2,158.4,158.4,0,0,0,0),(6616,1608,49,0,79,'2022-12-17 16:23:05',4,316.8,316.8,0,0,0,0),(6617,1608,45,0,79,'2022-12-17 16:23:05',1,42.24,42.24,0,0,0,0),(6618,1608,93,0,79,'2022-12-17 16:23:05',5,0,0,0,0,0,0),(6620,1609,23,0,79,'2022-12-17 16:29:24',1,111.84,111.84,0,0,0,0),(6621,1609,39,0,79,'2022-12-17 16:29:24',1,79.2,79.2,0,0,0,0),(6622,1609,40,0,79,'2022-12-17 16:29:24',1,79.2,79.2,0,0,0,0),(6623,1609,49,0,79,'2022-12-17 16:29:24',3,237.6,237.6,0,0,0,0),(6624,1609,93,0,79,'2022-12-17 16:29:24',5,0,0,0,0,0,0),(6626,1610,41,0,25,'2022-12-20 03:14:17',1,66.48,71,0,0,4.52,0),(6627,1610,490,0,25,'2022-12-20 03:14:17',5,113.9,136.5,0,0,22.6,0),(6628,1610,49,0,25,'2022-12-20 03:14:17',1,79.2,83.72,0,0,4.52,0),(6629,1610,488,0,25,'2022-12-20 03:14:17',2,62.7,71.74,0,0,9.04,0),(6630,1610,23,0,25,'2022-12-20 03:14:17',1,111.84,116.36,0,0,4.52,0),(6631,1610,45,0,25,'2022-12-20 03:14:17',1,42.24,46.76,0,0,4.52,0),(6632,1610,44,0,25,'2022-12-20 03:14:17',1,116.16,120.68,0,0,4.52,0),(6633,1610,51,0,25,'2022-12-20 03:14:17',1,147.84,152.36,0,0,4.52,0),(6635,1611,23,0,70,'2022-12-20 17:30:40',1,111.84,111.84,0,0,0,0),(6636,1611,42,0,70,'2022-12-20 17:30:40',1,79.2,79.2,0,0,0,0),(6637,1611,39,0,70,'2022-12-20 17:30:40',3,237.6,237.6,0,0,0,0),(6638,1611,40,0,70,'2022-12-20 17:30:40',5,396,396,0,0,0,0),(6639,1611,49,0,70,'2022-12-20 17:30:40',8,633.6,633.6,0,0,0,0),(6640,1611,44,0,70,'2022-12-20 17:30:40',4,464.64,464.64,0,0,0,0),(6641,1611,487,0,70,'2022-12-20 17:30:40',4,125.4,125.4,0,0,0,0),(6642,1611,490,0,70,'2022-12-20 17:30:40',3,68.34,68.34,0,0,0,0),(6644,1612,23,0,94,'2022-12-20 17:39:39',2,223.68,223.68,0,0,0,0),(6645,1612,41,0,94,'2022-12-20 17:39:39',1,66.48,66.48,0,0,0,0),(6646,1612,490,0,94,'2022-12-20 17:39:39',10,227.8,227.8,0,0,0,0),(6647,1612,131,0,94,'2022-12-20 17:39:39',4,50.6,50.6,0,0,0,0),(6648,1612,133,0,94,'2022-12-20 17:39:39',1,14.3,14.3,0,0,0,0),(6649,1612,38,0,94,'2022-12-20 17:39:39',2,557.12,557.12,0,0,0,0),(6650,1612,43,0,94,'2022-12-20 17:39:39',1,79.2,79.2,0,0,0,0),(6651,1612,488,0,94,'2022-12-20 17:39:39',1,31.35,31.35,0,0,0,0),(6653,1614,23,0,53,'2022-12-26 23:14:03',4,447.36,456.686,0,0,9.326,0),(6654,1614,41,0,53,'2022-12-26 23:14:03',6,398.88,412.869,0,0,13.989,0),(6655,1614,93,0,53,'2022-12-26 23:14:03',10,0,23.315,0,0,23.315,0),(6657,1615,42,0,53,'2022-12-26 23:17:20',2,158.4,167.8125,0,0,9.4125,0),(6658,1615,23,0,53,'2022-12-26 23:17:20',2,223.68,233.0925,0,0,9.4125,0),(6659,1615,41,0,53,'2022-12-26 23:17:20',3,199.44,213.55875,0,0,14.11875,0),(6660,1615,120,0,53,'2022-12-26 23:17:20',1,52.8,57.50625,0,0,4.70625,0),(6662,1616,43,0,69,'2022-12-28 17:12:06',4,316.8,316.8,0,0,0,0),(6663,1616,49,0,69,'2022-12-28 17:12:06',4,316.8,316.8,0,0,0,0),(6664,1616,23,0,69,'2022-12-28 17:12:06',3,335.52,335.52,0,0,0,0),(6665,1616,45,0,69,'2022-12-28 17:12:06',1,42.24,42.24,0,0,0,0),(6666,1616,42,0,69,'2022-12-28 17:12:06',2,158.4,158.4,0,0,0,0),(6667,1616,40,0,69,'2022-12-28 17:12:06',3,237.6,237.6,0,0,0,0),(6668,1616,39,0,69,'2022-12-28 17:12:06',3,237.6,237.6,0,0,0,0),(6669,1616,489,0,69,'2022-12-28 17:12:06',5,97.15,97.15,0,0,0,0),(6670,1616,487,0,69,'2022-12-28 17:12:06',2,62.7,62.7,0,0,0,0),(6671,1616,488,0,69,'2022-12-28 17:12:06',2,62.7,62.7,0,0,0,0),(6672,1616,138,0,69,'2022-12-28 17:12:06',5,24.75,24.75,0,0,0,0),(6673,1616,320,0,69,'2022-12-28 17:12:06',5,18.75,18.75,0,0,0,0),(6674,1616,144,0,69,'2022-12-28 17:12:06',4,5.52,5.52,0,0,0,0),(6675,1616,142,0,69,'2022-12-28 17:12:06',5,6.25,6.25,0,0,0,0),(6676,1616,146,0,69,'2022-12-28 17:12:06',4,5.52,5.52,0,0,0,0),(6677,1616,318,0,69,'2022-12-28 17:12:06',3,9,9,0,0,0,0),(6679,1617,23,0,62,'2022-12-29 01:32:31',2,223.68,223.68,0,0,0,0),(6680,1617,45,0,62,'2022-12-29 01:32:31',3,126.72,126.72,0,0,0,0),(6681,1617,41,0,62,'2022-12-29 01:32:31',4,265.92,265.92,0,0,0,0),(6682,1617,43,0,62,'2022-12-29 01:32:31',1,79.2,79.2,0,0,0,0),(6683,1617,49,0,62,'2022-12-29 01:32:31',2,158.4,158.4,0,0,0,0),(6684,1617,44,0,62,'2022-12-29 01:32:31',2,232.32,232.32,0,0,0,0),(6685,1617,133,0,62,'2022-12-29 01:32:31',2,28.6,28.6,0,0,0,0),(6686,1617,93,0,62,'2022-12-29 01:32:31',10,0,0,0,0,0,0),(6687,1617,97,0,62,'2022-12-29 01:32:31',2,0,0,0,0,0,0),(6688,1617,99,0,62,'2022-12-29 01:32:31',2,0,0,0,0,0,0),(6689,1617,133,0,62,'2022-12-29 01:32:31',2,28.6,28.6,0,0,0,0),(6691,1618,490,0,50,'2022-12-29 20:11:35',20,455.6,455.6,0,0,0,0),(6692,1618,41,0,50,'2022-12-29 20:11:35',5,332.4,332.4,0,0,0,0),(6693,1618,43,0,50,'2022-12-29 20:11:35',2,158.4,158.4,0,0,0,0),(6695,1619,490,0,99,'2023-01-01 19:03:14',10,227.8,243.522727,0,0,15.722727,0),(6696,1619,43,0,99,'2023-01-01 19:03:14',1,79.2,80.772273,0,0,1.572273,0),(6697,1619,41,0,99,'2023-01-01 19:03:14',10,664.8,680.522727,0,0,15.722727,0),(6698,1619,23,0,99,'2023-01-01 19:03:14',1,111.84,113.412273,0,0,1.572273,0),(6700,1620,41,0,76,'2023-01-02 06:51:27',2,132.96,132.96,0,0,0,0),(6701,1620,93,0,76,'2023-01-02 06:51:27',8,0,0,0,0,0,0),(6702,1620,95,0,76,'2023-01-02 06:51:27',4,0,0,0,0,0,0),(6703,1620,97,0,76,'2023-01-02 06:51:27',1,0,0,0,0,0,0),(6704,1620,99,0,76,'2023-01-02 06:51:27',1,0,0,0,0,0,0),(6705,1620,23,0,76,'2023-01-02 06:51:27',1,111.84,111.84,0,0,0,0),(6706,1620,38,0,76,'2023-01-02 06:51:27',1,278.56,278.56,0,0,0,0),(6708,1621,23,0,17,'2023-01-02 13:30:04',2,223.68,229.302857,0,0,5.622857,0),(6709,1621,44,0,17,'2023-01-02 13:30:04',1,116.16,118.971429,0,0,2.811429,0),(6710,1621,490,0,17,'2023-01-02 13:30:04',7,159.46,179.14,0,0,19.68,0),(6711,1621,38,0,17,'2023-01-02 13:30:04',1,278.56,281.371429,0,0,2.811429,0),(6712,1621,41,0,17,'2023-01-02 13:30:04',1,66.48,69.291429,0,0,2.811429,0),(6713,1621,43,0,17,'2023-01-02 13:30:04',1,79.2,82.011429,0,0,2.811429,0),(6714,1621,120,0,17,'2023-01-02 13:30:04',1,52.8,55.611429,0,0,2.811429,0),(6716,1622,490,0,85,'2023-01-02 14:59:12',9,205.02,228.7725,0,0,23.7525,0),(6717,1622,49,0,85,'2023-01-02 14:59:12',4,316.8,327.356667,0,0,10.556667,0),(6718,1622,43,0,85,'2023-01-02 14:59:12',4,316.8,327.356667,0,0,10.556667,0),(6719,1622,41,0,85,'2023-01-02 14:59:12',3,199.44,207.3575,0,0,7.9175,0),(6720,1622,23,0,85,'2023-01-02 14:59:12',4,447.36,457.916667,0,0,10.556667,0),(6722,1623,490,0,86,'2023-01-02 17:59:27',4,91.12,104.275,0,0,13.155,0),(6723,1623,488,0,86,'2023-01-02 17:59:27',1,31.35,34.63875,0,0,3.28875,0),(6724,1623,487,0,86,'2023-01-02 17:59:27',1,31.35,34.63875,0,0,3.28875,0),(6725,1623,45,0,86,'2023-01-02 17:59:27',2,84.48,91.0575,0,0,6.5775,0),(6727,1624,43,0,46,'2023-01-02 23:00:17',1,79.2,81.326667,0,0,2.126667,0),(6728,1624,93,0,46,'2023-01-02 23:00:17',5,0,10.633333,0,0,10.633333,0),(6730,1626,23,0,11,'2023-01-03 16:53:49',1,111.84,111.84,0,0,0,0),(6731,1626,42,0,11,'2023-01-03 16:53:49',1,79.2,79.2,0,0,0,0),(6732,1626,45,0,11,'2023-01-03 16:53:49',2,84.48,84.48,0,0,0,0),(6733,1626,490,0,11,'2023-01-03 16:53:49',10,227.8,227.8,0,0,0,0),(6734,1626,488,0,11,'2023-01-03 16:53:49',1,31.35,31.35,0,0,0,0),(6735,1626,487,0,11,'2023-01-03 16:53:49',1,31.35,31.35,0,0,0,0),(6737,1627,42,0,11,'2023-01-03 21:35:53',1,79.2,79.2,0,0,0,0),(6738,1627,120,0,11,'2023-01-03 21:35:53',1,52.8,52.8,0,0,0,0),(6739,1627,41,0,11,'2023-01-03 21:35:53',2,132.96,132.96,0,0,0,0),(6740,1627,41,0,11,'2023-01-03 21:35:53',2,132.96,132.96,0,0,0,0),(6741,1627,42,0,11,'2023-01-03 21:35:53',1,79.2,79.2,0,0,0,0),(6742,1627,41,0,11,'2023-01-03 21:35:53',2,132.96,132.96,0,0,0,0),(6744,1628,23,0,12,'2023-01-04 05:03:23',4,447.36,447.36,0,0,0,0),(6745,1628,42,0,12,'2023-01-04 05:03:23',2,158.4,158.4,0,0,0,0),(6746,1628,45,0,12,'2023-01-04 05:03:23',2,84.48,84.48,0,0,0,0),(6747,1628,41,0,12,'2023-01-04 05:03:23',4,265.92,265.92,0,0,0,0),(6748,1628,490,0,12,'2023-01-04 05:03:23',10,227.8,227.8,0,0,0,0),(6749,1628,487,0,12,'2023-01-04 05:03:23',2,62.7,62.7,0,0,0,0),(6750,1628,120,0,12,'2023-01-04 05:03:23',2,105.6,105.6,0,0,0,0),(6752,1629,93,0,63,'2023-01-04 21:09:34',10,0,10.51,0,0,10.51,0),(6754,1630,23,0,6,'2023-01-04 21:14:04',3,335.52,335.52,0,0,0,0),(6755,1630,38,0,6,'2023-01-04 21:14:04',2,557.12,557.12,0,0,0,0),(6756,1630,45,0,6,'2023-01-04 21:14:04',2,84.48,84.48,0,0,0,0),(6757,1630,41,0,6,'2023-01-04 21:14:04',4,265.92,265.92,0,0,0,0),(6758,1630,43,0,6,'2023-01-04 21:14:04',1,79.2,79.2,0,0,0,0),(6759,1630,120,0,6,'2023-01-04 21:14:04',1,52.8,52.8,0,0,0,0),(6760,1630,49,0,6,'2023-01-04 21:14:04',1,79.2,79.2,0,0,0,0),(6761,1630,39,0,6,'2023-01-04 21:14:04',1,79.2,79.2,0,0,0,0),(6762,1630,93,0,6,'2023-01-04 21:14:04',8,0,0,0,0,0,0),(6764,1631,23,0,82,'2023-01-05 03:13:19',4,447.36,447.36,0,0,0,0),(6765,1631,41,0,82,'2023-01-05 03:13:19',2,132.96,132.96,0,0,0,0),(6766,1631,490,0,82,'2023-01-05 03:13:19',6,136.68,136.68,0,0,0,0),(6768,1632,23,0,94,'2023-01-05 20:21:47',2,223.68,223.68,0,0,0,0),(6769,1632,41,0,94,'2023-01-05 20:21:47',2,132.96,132.96,0,0,0,0),(6770,1632,131,0,94,'2023-01-05 20:21:47',2,25.3,25.3,0,0,0,0),(6771,1632,133,0,94,'2023-01-05 20:21:47',1,14.3,14.3,0,0,0,0),(6772,1632,38,0,94,'2023-01-05 20:21:47',1,278.56,278.56,0,0,0,0),(6773,1632,488,0,94,'2023-01-05 20:21:47',1,31.35,31.35,0,0,0,0),(6775,1633,23,0,79,'2023-01-06 16:54:50',1,111.84,111.84,0,0,0,0),(6776,1633,45,0,79,'2023-01-06 16:54:50',2,84.48,84.48,0,0,0,0),(6777,1633,43,0,79,'2023-01-06 16:54:50',1,79.2,79.2,0,0,0,0),(6778,1633,40,0,79,'2023-01-06 16:54:50',2,158.4,158.4,0,0,0,0),(6779,1633,39,0,79,'2023-01-06 16:54:50',1,79.2,79.2,0,0,0,0),(6781,1634,41,0,25,'2023-01-09 05:27:22',2,132.96,141.736923,0,0,8.776923,0),(6782,1634,490,0,25,'2023-01-09 05:27:22',6,136.68,163.010769,0,0,26.330769,0),(6783,1634,488,0,25,'2023-01-09 05:27:22',2,62.7,71.476923,0,0,8.776923,0),(6784,1634,23,0,25,'2023-01-09 05:27:22',1,111.84,116.228462,0,0,4.388462,0),(6785,1634,45,0,25,'2023-01-09 05:27:22',1,42.24,46.628462,0,0,4.388462,0),(6786,1634,51,0,25,'2023-01-09 05:27:22',1,147.84,152.228462,0,0,4.388462,0),(6788,1635,41,0,12,'2023-01-09 18:41:46',2,132.96,132.96,0,0,0,0),(6789,1635,49,0,12,'2023-01-09 18:41:46',2,158.4,158.4,0,0,0,0),(6790,1635,43,0,12,'2023-01-09 18:41:46',2,158.4,158.4,0,0,0,0),(6791,1635,490,0,12,'2023-01-09 18:41:46',10,227.8,227.8,0,0,0,0),(6792,1635,487,0,12,'2023-01-09 18:41:46',2,62.7,62.7,0,0,0,0),(6794,1636,23,0,26,'2023-01-09 21:10:23',2,223.68,223.68,0,0,0,0),(6795,1636,43,0,26,'2023-01-09 21:10:23',2,158.4,158.4,0,0,0,0),(6796,1636,49,0,26,'2023-01-09 21:10:23',2,158.4,158.4,0,0,0,0),(6797,1636,38,0,26,'2023-01-09 21:10:23',1,278.56,278.56,0,0,0,0),(6798,1636,41,0,26,'2023-01-09 21:10:23',1,66.48,66.48,0,0,0,0),(6799,1636,490,0,26,'2023-01-09 21:10:23',6,136.68,136.68,0,0,0,0),(6800,1636,488,0,26,'2023-01-09 21:10:23',2,62.7,62.7,0,0,0,0),(6802,1637,41,0,57,'2023-01-09 23:34:32',1,66.48,66.48,0,0,0,0),(6803,1637,38,0,57,'2023-01-09 23:34:32',1,278.56,278.56,0,0,0,0),(6804,1637,23,0,57,'2023-01-09 23:34:32',2,223.68,223.68,0,0,0,0),(6805,1637,490,0,57,'2023-01-09 23:34:32',4,91.12,91.12,0,0,0,0),(6807,1639,41,0,39,'2023-01-10 18:39:54',2,132.96,140.36,0,0,7.4,0),(6808,1639,43,0,39,'2023-01-10 18:39:54',2,158.4,165.8,0,0,7.4,0),(6810,1640,41,0,97,'2023-01-10 18:45:15',1,66.48,66.48,0,0,0,0),(6811,1640,118,0,97,'2023-01-10 18:45:15',1,184.8,184.8,0,0,0,0),(6812,1640,43,0,97,'2023-01-10 18:45:15',1,79.2,79.2,0,0,0,0),(6813,1640,93,0,97,'2023-01-10 18:45:15',8,0,0,0,0,0,0),(6814,1640,23,0,97,'2023-01-10 18:45:15',2,223.68,223.68,0,0,0,0),(6816,1641,95,0,81,'2023-01-11 18:22:50',8,0,12.3,0,0,12.3,0),(6818,1642,38,0,52,'2023-01-12 02:45:29',2,557.12,557.12,0,0,0,0),(6819,1642,41,0,52,'2023-01-12 02:45:29',2,132.96,132.96,0,0,0,0),(6820,1642,23,0,52,'2023-01-12 02:45:29',5,559.2,559.2,0,0,0,0),(6821,1642,43,0,52,'2023-01-12 02:45:29',3,237.6,237.6,0,0,0,0),(6822,1642,490,0,52,'2023-01-12 02:45:29',10,227.8,227.8,0,0,0,0),(6823,1642,131,0,52,'2023-01-12 02:45:29',4,50.6,50.6,0,0,0,0),(6824,1642,44,0,52,'2023-01-12 02:45:29',2,232.32,232.32,0,0,0,0),(6825,1642,45,0,52,'2023-01-12 02:45:29',2,84.48,84.48,0,0,0,0),(6827,1643,490,0,70,'2023-01-12 17:10:18',3,68.34,68.34,0,0,0,0),(6828,1643,23,0,70,'2023-01-12 17:10:18',2,223.68,223.68,0,0,0,0),(6829,1643,42,0,70,'2023-01-12 17:10:18',1,79.2,79.2,0,0,0,0),(6830,1643,41,0,70,'2023-01-12 17:10:18',8,531.84,531.84,0,0,0,0),(6832,1644,49,0,32,'2023-01-12 19:50:02',3,237.6,261.85,0,0,24.25,0),(6834,1645,118,0,96,'2023-01-12 20:53:52',2,369.6,369.6,0,0,0,0),(6835,1645,43,0,96,'2023-01-12 20:53:52',1,79.2,79.2,0,0,0,0),(6836,1645,49,0,96,'2023-01-12 20:53:52',1,79.2,79.2,0,0,0,0),(6837,1645,97,0,96,'2023-01-12 20:53:52',1,0,0,0,0,0,0),(6838,1645,99,0,96,'2023-01-12 20:53:52',1,0,0,0,0,0,0),(6839,1645,95,0,96,'2023-01-12 20:53:52',2,0,0,0,0,0,0),(6840,1645,93,0,96,'2023-01-12 20:53:52',8,0,0,0,0,0,0),(6842,1646,42,0,11,'2023-01-12 22:42:06',1,79.2,79.2,0,0,0,0),(6843,1646,120,0,11,'2023-01-12 22:42:06',1,52.8,52.8,0,0,0,0),(6844,1646,41,0,11,'2023-01-12 22:42:06',2,132.96,132.96,0,0,0,0),(6845,1646,23,0,11,'2023-01-12 22:42:06',1,111.84,111.84,0,0,0,0),(6846,1646,45,0,11,'2023-01-12 22:42:06',1,42.24,42.24,0,0,0,0),(6847,1646,43,0,11,'2023-01-12 22:42:06',1,79.2,79.2,0,0,0,0),(6848,1646,49,0,11,'2023-01-12 22:42:06',1,79.2,79.2,0,0,0,0),(6849,1646,51,0,11,'2023-01-12 22:42:06',1,147.84,147.84,0,0,0,0),(6850,1646,44,0,11,'2023-01-12 22:42:06',1,116.16,116.16,0,0,0,0),(6851,1646,490,0,11,'2023-01-12 22:42:06',10,227.8,227.8,0,0,0,0),(6853,1647,93,0,81,'2023-01-13 20:53:18',8,0,12.3,0,0,12.3,0),(6855,1648,93,0,81,'2023-01-13 20:55:56',8,0,12.3,0,0,12.3,0),(6857,1649,41,0,29,'2023-01-13 21:54:23',6,398.88,398.88,0,0,0,0),(6858,1649,490,0,29,'2023-01-13 21:54:23',6,136.68,136.68,0,0,0,0),(6860,1650,39,0,79,'2023-01-15 00:57:52',2,158.4,158.4,0,0,0,0),(6861,1650,23,0,79,'2023-01-15 00:57:52',2,223.68,223.68,0,0,0,0),(6862,1650,45,0,79,'2023-01-15 00:57:52',1,42.24,42.24,0,0,0,0),(6863,1650,40,0,79,'2023-01-15 00:57:52',1,79.2,79.2,0,0,0,0),(6870,1651,489,0,69,'2023-01-15 15:22:37',10,194.3,194.3,0,0,0,0),(6871,1651,49,0,69,'2023-01-15 15:22:37',1,79.2,79.2,0,0,0,0),(6872,1651,43,0,69,'2023-01-15 15:22:37',1,79.2,79.2,0,0,0,0),(6873,1651,51,0,69,'2023-01-15 15:22:37',1,147.84,147.84,0,0,0,0),(6887,1652,23,0,90,'2023-01-16 20:14:10',1,111.84,111.84,0,0,0,0),(6888,1652,38,0,90,'2023-01-16 20:14:10',1,278.56,278.56,0,0,0,0),(6889,1652,490,0,90,'2023-01-16 20:14:10',10,227.8,227.8,0,0,0,0),(6890,1652,43,0,90,'2023-01-16 20:14:10',1,79.2,79.2,0,0,0,0),(6891,1652,42,0,90,'2023-01-16 20:14:10',1,79.2,79.2,0,0,0,0),(6893,1653,43,0,90,'2023-01-16 20:20:25',2,158.4,158.4,0,0,0,0),(6894,1653,487,0,90,'2023-01-16 20:20:25',1,31.35,31.35,0,0,0,0),(6895,1653,490,0,90,'2023-01-16 20:20:25',10,227.8,227.8,0,0,0,0),(6896,1653,23,0,90,'2023-01-16 20:20:25',1,111.84,111.84,0,0,0,0),(6897,1653,38,0,90,'2023-01-16 20:20:25',1,278.56,278.56,0,0,0,0),(6898,1653,45,0,90,'2023-01-16 20:20:25',1,42.24,42.24,0,0,0,0),(6900,1654,490,0,90,'2023-01-16 20:23:24',10,227.8,251.983333,0,0,24.183333,0),(6901,1654,38,0,90,'2023-01-16 20:23:24',1,278.56,280.978333,0,0,2.418333,0),(6902,1654,41,0,90,'2023-01-16 20:23:24',1,66.48,68.898333,0,0,2.418333,0),(6904,1655,43,0,90,'2023-01-16 20:26:46',1,79.2,79.2,0,0,0,0),(6905,1655,487,0,90,'2023-01-16 20:26:46',1,31.35,31.35,0,0,0,0),(6906,1655,488,0,90,'2023-01-16 20:26:46',1,31.35,31.35,0,0,0,0),(6907,1655,490,0,90,'2023-01-16 20:26:46',10,227.8,227.8,0,0,0,0),(6908,1655,23,0,90,'2023-01-16 20:26:46',2,223.68,223.68,0,0,0,0),(6909,1655,38,0,90,'2023-01-16 20:26:46',1,278.56,278.56,0,0,0,0),(6910,1655,41,0,90,'2023-01-16 20:26:46',1,66.48,66.48,0,0,0,0),(6912,1656,116,0,30,'2023-01-17 16:37:20',1,145.44,147.830833,0,0,2.390833,0),(6913,1656,23,0,30,'2023-01-17 16:37:20',2,223.68,228.461667,0,0,4.781667,0),(6914,1656,93,0,30,'2023-01-17 16:37:20',4,0,9.563333,0,0,9.563333,0),(6915,1656,97,0,30,'2023-01-17 16:37:20',1,0,2.390833,0,0,2.390833,0),(6916,1656,99,0,30,'2023-01-17 16:37:20',1,0,2.390833,0,0,2.390833,0),(6917,1656,137,0,30,'2023-01-17 16:37:20',2,12.1,16.881667,0,0,4.781667,0),(6918,1656,51,0,30,'2023-01-17 16:37:20',1,147.84,150.230833,0,0,2.390833,0),(6920,1657,43,0,50,'2023-01-17 19:09:51',2,158.4,158.4,0,0,0,0),(6921,1657,120,0,50,'2023-01-17 19:09:51',2,105.6,105.6,0,0,0,0),(6922,1657,490,0,50,'2023-01-17 19:09:51',10,227.8,227.8,0,0,0,0),(6923,1657,23,0,50,'2023-01-17 19:09:51',1,111.84,111.84,0,0,0,0),(6925,1658,41,0,63,'2023-01-17 20:02:34',4,265.92,265.92,0,0,0,0),(6926,1658,23,0,63,'2023-01-17 20:02:34',6,671.04,671.04,0,0,0,0),(6927,1658,49,0,63,'2023-01-17 20:02:34',2,158.4,158.4,0,0,0,0),(6929,1659,23,0,94,'2023-01-17 20:05:08',4,447.36,447.36,0,0,0,0),(6930,1659,41,0,94,'2023-01-17 20:05:08',3,199.44,199.44,0,0,0,0),(6931,1659,131,0,94,'2023-01-17 20:05:08',4,50.6,50.6,0,0,0,0),(6932,1659,133,0,94,'2023-01-17 20:05:08',1,14.3,14.3,0,0,0,0),(6933,1659,38,0,94,'2023-01-17 20:05:08',2,557.12,557.12,0,0,0,0),(6934,1659,488,0,94,'2023-01-17 20:05:08',2,62.7,62.7,0,0,0,0),(6935,1659,490,0,94,'2023-01-17 20:05:08',10,227.8,227.8,0,0,0,0),(6942,1661,38,0,13,'2023-01-17 20:25:09',1,278.56,278.56,0,0,0,0),(6943,1661,23,0,13,'2023-01-17 20:25:09',2,223.68,223.68,0,0,0,0),(6944,1661,41,0,13,'2023-01-17 20:25:09',3,199.44,199.44,0,0,0,0),(6945,1661,43,0,13,'2023-01-17 20:25:09',2,158.4,158.4,0,0,0,0),(6947,1663,42,0,67,'2023-01-18 19:18:21',1,79.2,174.006,0,0,94.806,0),(6948,1663,51,0,67,'2023-01-18 19:18:21',2,295.68,485.292,0,0,189.612,0),(6949,1663,43,0,67,'2023-01-18 19:18:21',2,158.4,348.012,0,0,189.612,0),(6953,1664,40,0,33,'2023-01-18 21:12:55',1,79.2,82.75,0,0,3.55,0),(6954,1664,488,0,33,'2023-01-18 21:12:55',1,31.35,34.9,0,0,3.55,0),(6955,1664,490,0,33,'2023-01-18 21:12:55',2,45.56,52.66,0,0,7.1,0),(6957,1665,23,0,12,'2023-01-18 22:32:11',3,335.52,335.52,0,0,0,0),(6958,1665,38,0,12,'2023-01-18 22:32:11',2,557.12,557.12,0,0,0,0),(6959,1665,51,0,12,'2023-01-18 22:32:11',2,295.68,295.68,0,0,0,0),(6960,1665,41,0,12,'2023-01-18 22:32:11',4,265.92,265.92,0,0,0,0),(6961,1665,49,0,12,'2023-01-18 22:32:11',2,158.4,158.4,0,0,0,0),(6962,1665,490,0,12,'2023-01-18 22:32:11',10,227.8,227.8,0,0,0,0),(6964,1666,23,0,80,'2023-01-19 03:44:33',1,111.84,111.84,0,0,0,0),(6965,1666,38,0,80,'2023-01-19 03:44:33',2,557.12,557.12,0,0,0,0),(6966,1666,41,0,80,'2023-01-19 03:44:33',14,930.72,930.72,0,0,0,0),(6967,1666,51,0,80,'2023-01-19 03:44:33',1,147.84,147.84,0,0,0,0),(6968,1666,118,0,80,'2023-01-19 03:44:33',1,184.8,184.8,0,0,0,0),(6969,1666,44,0,80,'2023-01-19 03:44:33',1,116.16,116.16,0,0,0,0),(6970,1666,490,0,80,'2023-01-19 03:44:33',45,1025.1,1025.1,0,0,0,0),(6972,1667,23,0,53,'2023-01-19 14:19:33',6,671.04,692.856364,0,0,21.816364,0),(6973,1667,42,0,53,'2023-01-19 14:19:33',3,237.6,248.508182,0,0,10.908182,0),(6974,1667,41,0,53,'2023-01-19 14:19:33',5,332.4,350.580303,0,0,18.180303,0),(6975,1667,39,0,53,'2023-01-19 14:19:33',2,158.4,165.672121,0,0,7.272121,0),(6976,1667,40,0,53,'2023-01-19 14:19:33',2,158.4,165.672121,0,0,7.272121,0),(6977,1667,43,0,53,'2023-01-19 14:19:33',2,158.4,165.672121,0,0,7.272121,0),(6978,1667,49,0,53,'2023-01-19 14:19:33',3,237.6,248.508182,0,0,10.908182,0),(6979,1667,93,0,53,'2023-01-19 14:19:33',10,0,36.360606,0,0,36.360606,0),(6981,1668,23,0,53,'2023-01-19 14:25:48',6,671.04,696.18,0,0,25.14,0),(6982,1668,49,0,53,'2023-01-19 14:25:48',2,158.4,166.78,0,0,8.38,0),(6983,1668,99,0,53,'2023-01-19 14:25:48',2,0,8.38,0,0,8.38,0),(6984,1668,93,0,53,'2023-01-19 14:25:48',10,0,41.9,0,0,41.9,0),(6986,1669,38,0,50,'2023-01-19 17:57:54',1,278.56,278.56,0,0,0,0),(6987,1669,490,0,50,'2023-01-19 17:57:54',10,227.8,227.8,0,0,0,0),(6989,1670,23,0,82,'2023-01-19 18:07:12',3,335.52,335.52,0,0,0,0),(6990,1670,41,0,82,'2023-01-19 18:07:12',2,132.96,132.96,0,0,0,0),(6991,1670,43,0,82,'2023-01-19 18:07:12',2,158.4,158.4,0,0,0,0),(6992,1670,490,0,82,'2023-01-19 18:07:12',8,182.24,182.24,0,0,0,0),(6994,1671,23,0,64,'2023-01-20 19:50:47',1,111.84,111.84,0,0,0,0),(6995,1671,38,0,64,'2023-01-20 19:50:47',1,278.56,278.56,0,0,0,0),(6996,1671,45,0,64,'2023-01-20 19:50:47',1,42.24,42.24,0,0,0,0),(6997,1671,41,0,64,'2023-01-20 19:50:47',1,66.48,66.48,0,0,0,0),(6998,1671,43,0,64,'2023-01-20 19:50:47',1,79.2,79.2,0,0,0,0),(6999,1671,49,0,64,'2023-01-20 19:50:47',1,79.2,79.2,0,0,0,0),(7000,1671,490,0,64,'2023-01-20 19:50:47',8,182.24,182.24,0,0,0,0),(7001,1671,488,0,64,'2023-01-20 19:50:47',2,62.7,62.7,0,0,0,0),(7003,1672,23,0,94,'2023-01-21 06:46:47',2,223.68,223.68,0,0,0,0),(7004,1672,133,0,94,'2023-01-21 06:46:47',1,14.3,14.3,0,0,0,0),(7005,1672,38,0,94,'2023-01-21 06:46:47',1,278.56,278.56,0,0,0,0),(7007,1673,93,0,66,'2023-01-21 21:16:17',10,0,22.79,0,0,22.79,0),(7009,1674,93,0,66,'2023-01-21 21:17:05',10,0,22.79,0,0,22.79,0),(7011,1675,93,0,66,'2023-01-21 21:17:39',10,0,22.79,0,0,22.79,0),(7013,1676,23,0,95,'2023-01-23 05:34:46',3,335.52,335.52,0,0,0,0),(7014,1676,41,0,95,'2023-01-23 05:34:46',3,199.44,199.44,0,0,0,0),(7015,1676,51,0,95,'2023-01-23 05:34:46',4,591.36,591.36,0,0,0,0),(7016,1676,39,0,95,'2023-01-23 05:34:46',1,79.2,79.2,0,0,0,0),(7017,1676,43,0,95,'2023-01-23 05:34:46',2,158.4,158.4,0,0,0,0),(7018,1676,44,0,95,'2023-01-23 05:34:46',3,348.48,348.48,0,0,0,0),(7019,1676,118,0,95,'2023-01-23 05:34:46',3,554.4,554.4,0,0,0,0),(7020,1676,490,0,95,'2023-01-23 05:34:46',30,683.4,683.4,0,0,0,0),(7021,1676,487,0,95,'2023-01-23 05:34:46',3,94.05,94.05,0,0,0,0),(7023,1677,23,0,26,'2023-01-23 14:32:41',4,447.36,447.36,0,0,0,0),(7024,1677,41,0,26,'2023-01-23 14:32:41',1,66.48,66.48,0,0,0,0),(7026,1678,41,0,25,'2023-01-24 16:58:24',1,66.48,70.446429,0,0,3.966429,0),(7027,1678,490,0,25,'2023-01-24 16:58:24',8,182.24,213.971429,0,0,31.731429,0),(7028,1678,488,0,25,'2023-01-24 16:58:24',2,62.7,70.632857,0,0,7.932857,0),(7029,1678,23,0,25,'2023-01-24 16:58:24',1,111.84,115.806429,0,0,3.966429,0),(7030,1678,45,0,25,'2023-01-24 16:58:24',1,42.24,46.206429,0,0,3.966429,0),(7031,1678,49,0,25,'2023-01-24 16:58:24',1,79.2,83.166429,0,0,3.966429,0),(7033,1679,40,0,79,'2023-01-24 20:54:56',1,79.2,79.2,0,0,0,0),(7034,1679,49,0,79,'2023-01-24 20:54:56',4,316.8,316.8,0,0,0,0),(7035,1679,23,0,79,'2023-01-24 20:54:56',1,111.84,111.84,0,0,0,0),(7037,1680,93,0,66,'2023-01-25 00:03:28',10,0,22.79,0,0,22.79,0),(7039,1681,23,0,62,'2023-01-25 03:10:47',2,223.68,223.68,0,0,0,0),(7040,1681,44,0,62,'2023-01-25 03:10:47',2,232.32,232.32,0,0,0,0),(7041,1681,93,0,62,'2023-01-25 03:10:47',10,0,0,0,0,0,0),(7042,1681,41,0,62,'2023-01-25 03:10:47',4,265.92,265.92,0,0,0,0),(7043,1681,49,0,62,'2023-01-25 03:10:47',2,158.4,158.4,0,0,0,0),(7045,1682,38,0,6,'2023-01-25 16:18:05',1,278.56,278.56,0,0,0,0),(7046,1682,23,0,6,'2023-01-25 16:18:05',1,111.84,111.84,0,0,0,0),(7047,1682,45,0,6,'2023-01-25 16:18:05',1,42.24,42.24,0,0,0,0),(7048,1682,41,0,6,'2023-01-25 16:18:05',2,132.96,132.96,0,0,0,0),(7049,1682,116,0,6,'2023-01-25 16:18:05',2,290.88,290.88,0,0,0,0),(7050,1682,43,0,6,'2023-01-25 16:18:05',1,79.2,79.2,0,0,0,0),(7051,1682,49,0,6,'2023-01-25 16:18:05',1,79.2,79.2,0,0,0,0),(7052,1682,93,0,6,'2023-01-25 16:18:05',4,0,0,0,0,0,0),(7053,1682,131,0,6,'2023-01-25 16:18:05',2,25.3,25.3,0,0,0,0),(7055,1684,49,0,60,'2023-01-27 00:50:57',1,79.2,81.077692,0,0,1.877692,0),(7056,1684,93,0,60,'2023-01-27 00:50:57',10,0,18.776923,0,0,18.776923,0),(7057,1684,97,0,60,'2023-01-27 00:50:57',2,0,3.755385,0,0,3.755385,0),(7059,1685,23,0,64,'2023-01-27 13:20:46',3,335.52,335.52,0,0,0,0),(7060,1685,38,0,64,'2023-01-27 13:20:46',2,557.12,557.12,0,0,0,0),(7061,1685,45,0,64,'2023-01-27 13:20:46',2,84.48,84.48,0,0,0,0),(7062,1685,41,0,64,'2023-01-27 13:20:46',3,199.44,199.44,0,0,0,0),(7063,1685,49,0,64,'2023-01-27 13:20:46',2,158.4,158.4,0,0,0,0),(7064,1685,490,0,64,'2023-01-27 13:20:46',8,182.24,182.24,0,0,0,0),(7065,1685,116,0,64,'2023-01-27 13:20:46',1,145.44,145.44,0,0,0,0),(7067,1686,49,0,79,'2023-01-27 21:11:51',2,158.4,158.4,0,0,0,0),(7068,1686,39,0,79,'2023-01-27 21:11:51',1,79.2,79.2,0,0,0,0),(7069,1686,23,0,79,'2023-01-27 21:11:51',2,223.68,223.68,0,0,0,0),(7070,1686,93,0,79,'2023-01-27 21:11:51',10,0,0,0,0,0,0),(7071,1686,146,0,79,'2023-01-27 21:11:51',6,8.28,8.28,0,0,0,0),(7072,1686,144,0,79,'2023-01-27 21:11:51',6,8.28,8.28,0,0,0,0),(7073,1686,320,0,79,'2023-01-27 21:11:51',6,22.5,22.5,0,0,0,0),(7075,1688,38,0,12,'2023-01-30 20:21:52',2,557.12,557.12,0,0,0,0),(7076,1688,42,0,12,'2023-01-30 20:21:52',1,79.2,79.2,0,0,0,0),(7077,1688,41,0,12,'2023-01-30 20:21:52',2,132.96,132.96,0,0,0,0),(7078,1688,120,0,12,'2023-01-30 20:21:52',1,52.8,52.8,0,0,0,0),(7079,1688,490,0,12,'2023-01-30 20:21:52',10,227.8,227.8,0,0,0,0),(7090,1690,23,0,94,'2023-02-01 16:38:49',2,223.68,223.68,0,0,0,0),(7091,1690,38,0,94,'2023-02-01 16:38:49',1,278.56,278.56,0,0,0,0),(7092,1690,490,0,94,'2023-02-01 16:38:49',5,113.9,113.9,0,0,0,0),(7093,1690,488,0,94,'2023-02-01 16:38:49',1,31.35,31.35,0,0,0,0),(7094,1690,131,0,94,'2023-02-01 16:38:49',4,50.6,50.6,0,0,0,0),(7101,1692,41,0,89,'2023-02-01 19:19:54',1,66.48,66.48,0,0,0,0),(7102,1692,45,0,89,'2023-02-01 19:19:54',1,42.24,42.24,0,0,0,0),(7103,1692,99,0,89,'2023-02-01 19:19:54',1,0,0,0,0,0,0),(7104,1692,97,0,89,'2023-02-01 19:19:54',1,0,0,0,0,0,0),(7105,1692,95,0,89,'2023-02-01 19:19:54',2,0,0,0,0,0,0),(7106,1692,93,0,89,'2023-02-01 19:19:54',2,0,0,0,0,0,0),(7107,1692,51,0,89,'2023-02-01 19:19:54',3,443.52,443.52,0,0,0,0),(7109,1694,23,0,11,'2023-02-02 18:41:20',1,111.84,114.62375,0,0,2.78375,0),(7110,1694,38,0,11,'2023-02-02 18:41:20',1,278.56,281.34375,0,0,2.78375,0),(7111,1694,45,0,11,'2023-02-02 18:41:20',6,253.44,270.1425,0,0,16.7025,0),(7112,1694,42,0,11,'2023-02-02 18:41:20',1,79.2,81.98375,0,0,2.78375,0),(7113,1694,490,0,11,'2023-02-02 18:41:20',10,227.8,255.6375,0,0,27.8375,0),(7114,1694,488,0,11,'2023-02-02 18:41:20',1,31.35,34.13375,0,0,2.78375,0),(7115,1694,487,0,11,'2023-02-02 18:41:20',1,31.35,34.13375,0,0,2.78375,0),(7116,1694,41,0,11,'2023-02-02 18:41:20',3,199.44,207.79125,0,0,8.35125,0),(7118,1695,23,0,11,'2023-02-02 18:53:18',1,111.84,111.84,0,0,0,0),(7119,1695,38,0,11,'2023-02-02 18:53:18',1,278.56,278.56,0,0,0,0),(7120,1695,45,0,11,'2023-02-02 18:53:18',6,253.44,253.44,0,0,0,0),(7121,1695,42,0,11,'2023-02-02 18:53:18',1,79.2,79.2,0,0,0,0),(7122,1695,490,0,11,'2023-02-02 18:53:18',10,227.8,227.8,0,0,0,0),(7123,1695,488,0,11,'2023-02-02 18:53:18',1,31.35,31.35,0,0,0,0),(7124,1695,487,0,11,'2023-02-02 18:53:18',1,31.35,31.35,0,0,0,0),(7125,1695,41,0,11,'2023-02-02 18:53:18',3,199.44,199.44,0,0,0,0),(7127,1696,38,0,50,'2023-02-02 22:36:42',1,278.56,278.56,0,0,0,0),(7128,1696,23,0,50,'2023-02-02 22:36:42',1,111.84,111.84,0,0,0,0),(7129,1696,41,0,50,'2023-02-02 22:36:42',2,132.96,132.96,0,0,0,0),(7130,1696,120,0,50,'2023-02-02 22:36:42',1,52.8,52.8,0,0,0,0),(7131,1696,43,0,50,'2023-02-02 22:36:42',2,158.4,158.4,0,0,0,0),(7132,1696,490,0,50,'2023-02-02 22:36:42',5,113.9,113.9,0,0,0,0),(7134,1697,41,0,55,'2023-02-03 17:41:50',1,66.48,70.703333,0,0,4.223333,0),(7135,1697,39,0,55,'2023-02-03 17:41:50',1,79.2,83.423333,0,0,4.223333,0),(7136,1697,49,0,55,'2023-02-03 17:41:50',1,79.2,83.423333,0,0,4.223333,0),(7138,1698,45,0,32,'2023-02-03 22:35:22',2,84.48,97.87,0,0,13.39,0),(7139,1698,49,0,32,'2023-02-03 22:35:22',2,158.4,171.79,0,0,13.39,0),(7141,1699,490,0,57,'2023-02-04 13:20:06',3,68.34,68.34,0,0,0,0),(7142,1699,23,0,57,'2023-02-04 13:20:06',2,223.68,223.68,0,0,0,0),(7143,1699,38,0,57,'2023-02-04 13:20:06',1,278.56,278.56,0,0,0,0),(7144,1699,41,0,57,'2023-02-04 13:20:06',1,66.48,66.48,0,0,0,0),(7146,1700,38,0,76,'2023-02-05 05:15:26',1,278.56,278.56,0,0,0,0),(7147,1700,23,0,76,'2023-02-05 05:15:26',1,111.84,111.84,0,0,0,0),(7148,1700,49,0,76,'2023-02-05 05:15:26',1,79.2,79.2,0,0,0,0),(7149,1700,41,0,76,'2023-02-05 05:15:26',2,132.96,132.96,0,0,0,0),(7150,1700,93,0,76,'2023-02-05 05:15:26',7,0,0,0,0,0,0),(7151,1700,95,0,76,'2023-02-05 05:15:26',3,0,0,0,0,0,0),(7163,1701,38,0,49,'2023-02-05 16:00:29',1,278.56,283.968,0,0,5.408,0),(7164,1701,131,0,49,'2023-02-05 16:00:29',2,25.3,36.116,0,0,10.816,0),(7165,1701,43,0,49,'2023-02-05 16:00:29',1,79.2,84.608,0,0,5.408,0),(7166,1701,49,0,49,'2023-02-05 16:00:29',1,79.2,84.608,0,0,5.408,0),(7168,1702,99,0,14,'2023-02-05 22:34:55',1,0,2.058,0,0,2.058,0),(7169,1702,93,0,14,'2023-02-05 22:34:55',4,0,8.232,0,0,8.232,0),(7179,1703,23,0,11,'2023-02-05 23:59:03',1,111.84,111.84,0,0,0,0),(7180,1703,45,0,11,'2023-02-05 23:59:03',6,253.44,253.44,0,0,0,0),(7181,1703,490,0,11,'2023-02-05 23:59:03',10,227.8,227.8,0,0,0,0),(7182,1703,487,0,11,'2023-02-05 23:59:03',1,31.35,31.35,0,0,0,0),(7183,1703,41,0,11,'2023-02-05 23:59:03',1,66.48,66.48,0,0,0,0),(7184,1703,43,0,11,'2023-02-05 23:59:03',1,79.2,79.2,0,0,0,0),(7185,1703,49,0,11,'2023-02-05 23:59:03',1,79.2,79.2,0,0,0,0),(7187,1704,23,0,17,'2023-02-06 16:54:54',1,111.84,114.903333,0,0,3.063333,0),(7188,1704,38,0,17,'2023-02-06 16:54:54',1,278.56,281.623333,0,0,3.063333,0),(7189,1704,44,0,17,'2023-02-06 16:54:54',1,116.16,119.223333,0,0,3.063333,0),(7190,1704,490,0,17,'2023-02-06 16:54:54',4,91.12,103.373333,0,0,12.253333,0),(7191,1704,487,0,17,'2023-02-06 16:54:54',1,31.35,34.413333,0,0,3.063333,0),(7192,1704,41,0,17,'2023-02-06 16:54:54',1,66.48,69.543333,0,0,3.063333,0),(7194,1705,38,0,96,'2023-02-06 21:18:59',1,278.56,278.56,0,0,0,0),(7195,1705,23,0,96,'2023-02-06 21:18:59',1,111.84,111.84,0,0,0,0),(7196,1705,45,0,96,'2023-02-06 21:18:59',2,84.48,84.48,0,0,0,0),(7197,1705,41,0,96,'2023-02-06 21:18:59',2,132.96,132.96,0,0,0,0),(7198,1705,97,0,96,'2023-02-06 21:18:59',1,0,0,0,0,0,0),(7199,1705,99,0,96,'2023-02-06 21:18:59',1,0,0,0,0,0,0),(7200,1705,93,0,96,'2023-02-06 21:18:59',8,0,0,0,0,0,0),(7205,1707,23,0,82,'2023-02-07 03:13:33',3,335.52,335.52,0,0,0,0),(7206,1707,41,0,82,'2023-02-07 03:13:33',2,132.96,132.96,0,0,0,0),(7207,1707,490,0,82,'2023-02-07 03:13:33',6,136.68,136.68,0,0,0,0),(7208,1707,488,0,82,'2023-02-07 03:13:33',4,125.4,125.4,0,0,0,0),(7210,1708,490,0,33,'2023-02-08 19:18:46',2,45.56,52.42,0,0,6.86,0),(7211,1708,131,0,33,'2023-02-08 19:18:46',1,12.65,16.08,0,0,3.43,0),(7213,1709,41,0,46,'2023-02-08 19:20:35',1,66.48,69.734,0,0,3.254,0),(7214,1709,43,0,46,'2023-02-08 19:20:35',2,158.4,164.908,0,0,6.508,0),(7215,1709,44,0,46,'2023-02-08 19:20:35',1,116.16,119.414,0,0,3.254,0),(7216,1709,93,0,46,'2023-02-08 19:20:35',6,0,19.524,0,0,19.524,0),(7218,1710,23,0,80,'2023-02-10 01:15:20',2,143.52,143.52,0,0,0,0),(7219,1710,38,0,80,'2023-02-10 01:15:20',1,174.72,174.72,0,0,0,0),(7220,1710,42,0,80,'2023-02-10 01:15:20',1,79.2,79.2,0,0,0,0),(7221,1710,41,0,80,'2023-02-10 01:15:20',4,265.92,265.92,0,0,0,0),(7222,1710,43,0,80,'2023-02-10 01:15:20',2,158.4,158.4,0,0,0,0),(7223,1710,49,0,80,'2023-02-10 01:15:20',2,158.4,158.4,0,0,0,0),(7224,1710,488,0,80,'2023-02-10 01:15:20',4,125.4,125.4,0,0,0,0),(7226,1711,45,0,79,'2023-02-10 02:48:24',4,168.96,168.96,0,0,0,0),(7227,1711,49,0,79,'2023-02-10 02:48:24',4,316.8,316.8,0,0,0,0),(7228,1711,93,0,79,'2023-02-10 02:48:24',10,0,0,0,0,0,0),(7229,1711,144,0,79,'2023-02-10 02:48:24',10,13.8,13.8,0,0,0,0),(7230,1711,146,0,79,'2023-02-10 02:48:24',4,5.52,5.52,0,0,0,0),(7232,1713,23,0,12,'2023-02-10 20:06:41',2,143.52,143.52,0,0,0,0),(7233,1713,38,0,12,'2023-02-10 20:06:41',3,524.16,524.16,0,0,0,0),(7234,1713,45,0,12,'2023-02-10 20:06:41',2,84.48,84.48,0,0,0,0),(7235,1713,51,0,12,'2023-02-10 20:06:41',2,295.68,295.68,0,0,0,0),(7236,1713,487,0,12,'2023-02-10 20:06:41',4,125.4,125.4,0,0,0,0),(7238,1714,23,0,11,'2023-02-13 16:11:57',1,71.76,71.76,0,0,0,0),(7239,1714,45,0,11,'2023-02-13 16:11:57',6,253.44,253.44,0,0,0,0),(7240,1714,487,0,11,'2023-02-13 16:11:57',1,31.35,31.35,0,0,0,0),(7241,1714,41,0,11,'2023-02-13 16:11:57',1,66.48,66.48,0,0,0,0),(7242,1714,43,0,11,'2023-02-13 16:11:57',1,79.2,79.2,0,0,0,0),(7243,1714,49,0,11,'2023-02-13 16:11:57',1,79.2,79.2,0,0,0,0),(7244,1714,42,0,11,'2023-02-13 16:11:57',1,79.2,79.2,0,0,0,0),(7245,1714,41,0,11,'2023-02-13 16:11:57',1,66.48,66.48,0,0,0,0),(7246,1714,118,0,11,'2023-02-13 16:11:57',1,184.8,184.8,0,0,0,0),(7247,1714,51,0,11,'2023-02-13 16:11:57',1,147.84,147.84,0,0,0,0),(7248,1714,43,0,11,'2023-02-13 16:11:57',1,79.2,79.2,0,0,0,0),(7249,1714,49,0,11,'2023-02-13 16:11:57',1,79.2,79.2,0,0,0,0),(7250,1714,44,0,11,'2023-02-13 16:11:57',1,116.16,116.16,0,0,0,0),(7251,1714,487,0,11,'2023-02-13 16:11:57',1,31.35,31.35,0,0,0,0),(7277,1717,490,0,17,'2023-02-13 21:20:24',1,20.72,24.923333,0,0,4.203333,0),(7278,1717,39,0,17,'2023-02-13 21:20:24',1,79.2,83.403333,0,0,4.203333,0),(7279,1717,40,0,17,'2023-02-13 21:20:24',1,79.2,83.403333,0,0,4.203333,0),(7305,1721,93,0,81,'2023-02-15 15:54:50',8,0,12.27,0,0,12.27,0),(7307,1722,489,0,39,'2023-02-15 16:46:16',10,190.4,205.4,0,0,15,0),(7357,1723,490,0,90,'2023-02-16 22:38:21',10,207.2,207.2,0,0,0,0),(7358,1723,488,0,90,'2023-02-16 22:38:21',2,62.7,62.7,0,0,0,0),(7359,1723,487,0,90,'2023-02-16 22:38:21',1,31.35,31.35,0,0,0,0),(7360,1723,38,0,90,'2023-02-16 22:38:21',1,174.72,174.72,0,0,0,0),(7361,1723,41,0,90,'2023-02-16 22:38:21',1,66.48,66.48,0,0,0,0),(7362,1723,45,0,90,'2023-02-16 22:38:21',1,42.24,42.24,0,0,0,0),(7363,1723,43,0,90,'2023-02-16 22:38:21',1,79.2,79.2,0,0,0,0),(7365,1724,42,0,90,'2023-02-17 15:20:28',1,79.2,79.2,0,0,0,0),(7366,1724,43,0,90,'2023-02-17 15:20:28',1,79.2,79.2,0,0,0,0),(7367,1724,49,0,90,'2023-02-17 15:20:28',1,79.2,79.2,0,0,0,0),(7368,1724,23,0,90,'2023-02-17 15:20:28',1,71.76,71.76,0,0,0,0),(7369,1724,38,0,90,'2023-02-17 15:20:28',1,174.72,174.72,0,0,0,0),(7370,1724,41,0,90,'2023-02-17 15:20:28',2,132.96,132.96,0,0,0,0),(7371,1724,490,0,90,'2023-02-17 15:20:28',1,20.72,20.72,0,0,0,0),(7373,1725,42,0,90,'2023-02-17 15:29:35',1,79.2,79.2,0,0,0,0),(7374,1725,43,0,90,'2023-02-17 15:29:35',1,79.2,79.2,0,0,0,0),(7375,1725,120,0,90,'2023-02-17 15:29:35',1,52.8,52.8,0,0,0,0),(7376,1725,23,0,90,'2023-02-17 15:29:35',1,71.76,71.76,0,0,0,0),(7377,1725,38,0,90,'2023-02-17 15:29:35',1,174.72,174.72,0,0,0,0),(7378,1725,41,0,90,'2023-02-17 15:29:35',1,66.48,66.48,0,0,0,0),(7379,1725,45,0,90,'2023-02-17 15:29:35',1,42.24,42.24,0,0,0,0),(7380,1725,490,0,90,'2023-02-17 15:29:35',10,207.2,207.2,0,0,0,0),(7382,1726,41,0,70,'2023-02-17 17:39:50',2,132.96,143.2,0,0,10.24,0),(7384,1728,23,0,95,'2023-02-20 23:19:20',4,287.04,305.295094,0,0,18.255094,0),(7385,1728,38,0,95,'2023-02-20 23:19:20',2,349.44,358.567547,0,0,9.127547,0),(7386,1728,42,0,95,'2023-02-20 23:19:20',2,158.4,167.527547,0,0,9.127547,0),(7387,1728,41,0,95,'2023-02-20 23:19:20',5,332.4,355.218868,0,0,22.818868,0),(7388,1728,51,0,95,'2023-02-20 23:19:20',2,295.68,304.807547,0,0,9.127547,0),(7389,1728,118,0,95,'2023-02-20 23:19:20',1,184.8,189.363774,0,0,4.563774,0),(7390,1728,120,0,95,'2023-02-20 23:19:20',3,158.4,172.091321,0,0,13.691321,0),(7391,1728,43,0,95,'2023-02-20 23:19:20',3,237.6,251.291321,0,0,13.691321,0),(7392,1728,44,0,95,'2023-02-20 23:19:20',1,116.16,120.723774,0,0,4.563774,0),(7393,1728,490,0,95,'2023-02-20 23:19:20',30,621.6,758.513208,0,0,136.913208,0),(7400,1730,490,0,90,'2023-02-21 14:41:26',10,207.2,220.03,0,0,12.83,0),(7402,1731,23,0,11,'2023-02-21 15:37:02',1,71.76,71.76,0,0,0,0),(7403,1731,45,0,11,'2023-02-21 15:37:02',1,42.24,42.24,0,0,0,0),(7404,1731,487,0,11,'2023-02-21 15:37:02',1,31.35,31.35,0,0,0,0),(7405,1731,41,0,11,'2023-02-21 15:37:02',1,66.48,66.48,0,0,0,0),(7406,1731,43,0,11,'2023-02-21 15:37:02',1,79.2,79.2,0,0,0,0),(7407,1731,49,0,11,'2023-02-21 15:37:02',1,79.2,79.2,0,0,0,0),(7408,1731,118,0,11,'2023-02-21 15:37:02',1,184.8,184.8,0,0,0,0),(7409,1731,51,0,11,'2023-02-21 15:37:02',1,147.84,147.84,0,0,0,0),(7410,1731,44,0,11,'2023-02-21 15:37:02',1,116.16,116.16,0,0,0,0),(7411,1731,120,0,11,'2023-02-21 15:37:02',2,105.6,105.6,0,0,0,0),(7412,1731,118,0,11,'2023-02-21 15:37:02',1,184.8,184.8,0,0,0,0),(7413,1731,51,0,11,'2023-02-21 15:37:02',1,147.84,147.84,0,0,0,0),(7414,1731,490,0,11,'2023-02-21 15:37:02',10,207.2,207.2,0,0,0,0),(7416,1732,93,0,63,'2023-02-21 18:41:31',10,0,10.49,0,0,10.49,0),(7418,1733,93,0,63,'2023-02-21 18:42:12',10,0,10.49,0,0,10.49,0),(7420,1734,51,0,67,'2023-02-21 18:46:07',1,147.84,215.492,0,0,67.652,0),(7421,1734,38,0,67,'2023-02-21 18:46:07',1,174.72,242.372,0,0,67.652,0),(7422,1734,41,0,67,'2023-02-21 18:46:07',3,199.44,402.396,0,0,202.956,0),(7448,1736,489,0,69,'2023-02-22 16:27:53',12,228.48,228.48,0,0,0,0),(7449,1736,43,0,69,'2023-02-22 16:27:53',1,79.2,79.2,0,0,0,0),(7450,1736,23,0,69,'2023-02-22 16:27:53',6,430.56,430.56,0,0,0,0),(7451,1736,44,0,69,'2023-02-22 16:27:53',1,116.16,116.16,0,0,0,0),(7452,1736,39,0,69,'2023-02-22 16:27:53',1,79.2,79.2,0,0,0,0),(7453,1736,49,0,69,'2023-02-22 16:27:53',1,79.2,79.2,0,0,0,0),(7462,1737,489,0,69,'2023-02-22 16:41:55',12,228.48,228.48,0,0,0,0),(7463,1737,43,0,69,'2023-02-22 16:41:55',1,79.2,79.2,0,0,0,0),(7464,1737,23,0,69,'2023-02-22 16:41:55',6,430.56,430.56,0,0,0,0),(7465,1737,44,0,69,'2023-02-22 16:41:55',1,116.16,116.16,0,0,0,0),(7466,1737,39,0,69,'2023-02-22 16:41:55',1,79.2,79.2,0,0,0,0),(7467,1737,49,0,69,'2023-02-22 16:41:55',1,79.2,79.2,0,0,0,0),(7469,1738,49,0,60,'2023-02-22 22:26:00',2,158.4,162.498462,0,0,4.098462,0),(7470,1738,97,0,60,'2023-02-22 22:26:00',1,0,2.049231,0,0,2.049231,0),(7471,1738,93,0,60,'2023-02-22 22:26:00',10,0,20.492308,0,0,20.492308,0),(7473,1739,38,0,6,'2023-02-23 19:09:36',1,174.72,174.72,0,0,0,0),(7474,1739,23,0,6,'2023-02-23 19:09:36',2,143.52,143.52,0,0,0,0),(7475,1739,45,0,6,'2023-02-23 19:09:36',1,42.24,42.24,0,0,0,0),(7476,1739,41,0,6,'2023-02-23 19:09:36',5,332.4,332.4,0,0,0,0),(7477,1739,43,0,6,'2023-02-23 19:09:36',1,79.2,79.2,0,0,0,0),(7478,1739,49,0,6,'2023-02-23 19:09:36',2,158.4,158.4,0,0,0,0),(7479,1739,93,0,6,'2023-02-23 19:09:36',5,0,0,0,0,0,0),(7481,1740,23,0,94,'2023-02-23 20:50:32',2,143.52,143.52,0,0,0,0),(7482,1740,38,0,94,'2023-02-23 20:50:32',2,349.44,349.44,0,0,0,0),(7483,1740,490,0,94,'2023-02-23 20:50:32',5,103.6,103.6,0,0,0,0),(7484,1740,488,0,94,'2023-02-23 20:50:32',1,31.35,31.35,0,0,0,0),(7485,1740,131,0,94,'2023-02-23 20:50:32',4,50.6,50.6,0,0,0,0),(7486,1740,41,0,94,'2023-02-23 20:50:32',3,199.44,199.44,0,0,0,0),(7487,1740,133,0,94,'2023-02-23 20:50:32',1,14.3,14.3,0,0,0,0),(7488,1740,43,0,94,'2023-02-23 20:50:32',1,79.2,79.2,0,0,0,0),(7489,1740,49,0,94,'2023-02-23 20:50:32',1,79.2,79.2,0,0,0,0),(7491,1742,23,0,62,'2023-02-26 03:29:50',3,215.28,215.28,0,0,0,0),(7492,1742,38,0,62,'2023-02-26 03:29:50',1,174.72,174.72,0,0,0,0),(7493,1742,45,0,62,'2023-02-26 03:29:50',3,126.72,126.72,0,0,0,0),(7494,1742,41,0,62,'2023-02-26 03:29:50',2,132.96,132.96,0,0,0,0),(7495,1742,116,0,62,'2023-02-26 03:29:50',1,145.44,145.44,0,0,0,0),(7496,1742,44,0,62,'2023-02-26 03:29:50',2,232.32,232.32,0,0,0,0),(7497,1742,49,0,62,'2023-02-26 03:29:50',2,158.4,158.4,0,0,0,0),(7498,1742,43,0,62,'2023-02-26 03:29:50',1,79.2,79.2,0,0,0,0),(7499,1742,95,0,62,'2023-02-26 03:29:50',1,0,0,0,0,0,0),(7500,1742,93,0,62,'2023-02-26 03:29:50',9,0,0,0,0,0,0),(7501,1742,97,0,62,'2023-02-26 03:29:50',1,0,0,0,0,0,0),(7502,1742,99,0,62,'2023-02-26 03:29:50',1,0,0,0,0,0,0),(7503,1742,133,0,62,'2023-02-26 03:29:50',2,28.6,28.6,0,0,0,0),(7505,1743,23,0,26,'2023-02-27 17:41:01',2,143.52,143.52,0,0,0,0),(7506,1743,38,0,26,'2023-02-27 17:41:01',1,174.72,174.72,0,0,0,0),(7507,1743,49,0,26,'2023-02-27 17:41:01',2,158.4,158.4,0,0,0,0),(7508,1743,490,0,26,'2023-02-27 17:41:01',4,82.88,82.88,0,0,0,0),(7510,1744,23,0,13,'2023-02-27 18:31:39',2,143.52,143.52,0,0,0,0),(7511,1744,38,0,13,'2023-02-27 18:31:39',2,349.44,349.44,0,0,0,0),(7512,1744,41,0,13,'2023-02-27 18:31:39',2,132.96,132.96,0,0,0,0),(7513,1744,120,0,13,'2023-02-27 18:31:39',1,52.8,52.8,0,0,0,0),(7514,1744,43,0,13,'2023-02-27 18:31:39',1,79.2,79.2,0,0,0,0),(7515,1744,39,0,13,'2023-02-27 18:31:39',1,79.2,79.2,0,0,0,0),(7516,1744,93,0,13,'2023-02-27 18:31:39',10,0,0,0,0,0,0),(7518,1745,490,0,57,'2023-02-28 02:02:53',3,62.16,62.16,0,0,0,0),(7519,1745,23,0,57,'2023-02-28 02:02:53',2,143.52,143.52,0,0,0,0),(7520,1745,38,0,57,'2023-02-28 02:02:53',1,174.72,174.72,0,0,0,0),(7521,1745,38,0,57,'2023-02-28 02:02:53',1,174.72,174.72,0,0,0,0),(7523,1746,38,0,50,'2023-02-28 18:40:20',1,174.72,174.72,0,0,0,0),(7524,1746,23,0,50,'2023-02-28 18:40:20',1,71.76,71.76,0,0,0,0),(7525,1746,41,0,50,'2023-02-28 18:40:20',3,199.44,199.44,0,0,0,0),(7526,1746,120,0,50,'2023-02-28 18:40:20',1,52.8,52.8,0,0,0,0),(7527,1746,43,0,50,'2023-02-28 18:40:20',3,237.6,237.6,0,0,0,0),(7528,1746,490,0,50,'2023-02-28 18:40:20',10,207.2,207.2,0,0,0,0),(7529,1746,133,0,50,'2023-02-28 18:40:20',6,85.8,85.8,0,0,0,0),(7531,1747,490,0,11,'2023-03-01 00:01:32',10,207.2,207.2,0,0,0,0),(7532,1747,488,0,11,'2023-03-01 00:01:32',1,31.35,31.35,0,0,0,0),(7533,1747,487,0,11,'2023-03-01 00:01:32',1,31.35,31.35,0,0,0,0),(7534,1747,38,0,11,'2023-03-01 00:01:32',1,174.72,174.72,0,0,0,0),(7535,1747,39,0,11,'2023-03-01 00:01:32',1,79.2,79.2,0,0,0,0),(7536,1747,43,0,11,'2023-03-01 00:01:32',1,79.2,79.2,0,0,0,0),(7537,1747,43,0,11,'2023-03-01 00:01:32',1,79.2,79.2,0,0,0,0),(7539,1748,490,0,17,'2023-03-01 15:46:26',6,124.32,141.93,0,0,17.61,0),(7540,1748,23,0,17,'2023-03-01 15:46:26',2,143.52,149.39,0,0,5.87,0),(7541,1748,41,0,17,'2023-03-01 15:46:26',1,66.48,69.415,0,0,2.935,0),(7542,1748,118,0,17,'2023-03-01 15:46:26',1,184.8,187.735,0,0,2.935,0),(7543,1748,43,0,17,'2023-03-01 15:46:26',1,79.2,82.135,0,0,2.935,0),(7544,1748,44,0,17,'2023-03-01 15:46:26',1,116.16,119.095,0,0,2.935,0),(7545,1748,487,0,17,'2023-03-01 15:46:26',1,31.35,34.285,0,0,2.935,0),(7546,1748,116,0,17,'2023-03-01 15:46:26',1,145.44,148.375,0,0,2.935,0),(7558,1750,23,0,49,'2023-03-02 15:24:35',1,71.76,74.06,0,0,2.3,0),(7559,1750,490,0,49,'2023-03-02 15:24:35',4,82.88,92.08,0,0,9.2,0),(7560,1750,44,0,49,'2023-03-02 15:24:35',1,116.16,118.46,0,0,2.3,0),(7562,1751,23,0,94,'2023-03-02 20:35:36',2,143.52,143.52,0,0,0,0),(7563,1751,38,0,94,'2023-03-02 20:35:36',1,174.72,174.72,0,0,0,0),(7564,1751,490,0,94,'2023-03-02 20:35:36',10,207.2,207.2,0,0,0,0),(7565,1751,488,0,94,'2023-03-02 20:35:36',1,31.35,31.35,0,0,0,0),(7566,1751,131,0,94,'2023-03-02 20:35:36',4,50.6,50.6,0,0,0,0),(7567,1751,41,0,94,'2023-03-02 20:35:36',2,132.96,132.96,0,0,0,0),(7568,1751,133,0,94,'2023-03-02 20:35:36',4,57.2,57.2,0,0,0,0),(7569,1751,43,0,94,'2023-03-02 20:35:36',1,79.2,79.2,0,0,0,0),(7571,1752,45,0,42,'2023-03-02 21:04:16',1,42.24,42.24,0,0,0,0),(7572,1752,41,0,42,'2023-03-02 21:04:16',1,66.48,66.48,0,0,0,0),(7573,1752,43,0,42,'2023-03-02 21:04:16',3,237.6,237.6,0,0,0,0),(7574,1752,44,0,42,'2023-03-02 21:04:16',1,116.16,116.16,0,0,0,0),(7575,1752,23,0,42,'2023-03-02 21:04:16',1,71.76,71.76,0,0,0,0),(7577,1753,45,0,32,'2023-03-03 03:21:46',1,42.24,48.5625,0,0,6.3225,0),(7578,1753,41,0,32,'2023-03-03 03:21:46',1,66.48,72.8025,0,0,6.3225,0),(7579,1753,49,0,32,'2023-03-03 03:21:46',2,158.4,171.045,0,0,12.645,0),(7581,1754,93,0,100,'2023-03-03 19:54:00',10,0,10.46,0,0,10.46,0),(7583,1755,23,0,82,'2023-03-03 23:22:08',4,287.04,287.04,0,0,0,0),(7584,1755,41,0,82,'2023-03-03 23:22:08',3,199.44,199.44,0,0,0,0),(7585,1755,43,0,82,'2023-03-03 23:22:08',3,237.6,237.6,0,0,0,0),(7586,1755,490,0,82,'2023-03-03 23:22:08',8,165.76,165.76,0,0,0,0),(7587,1755,488,0,82,'2023-03-03 23:22:08',3,94.05,94.05,0,0,0,0),(7589,1756,490,0,21,'2023-03-06 15:53:59',4,82.88,86.468571,0,0,3.588571,0),(7590,1756,148,0,21,'2023-03-06 15:53:59',6,49.5,54.882857,0,0,5.382857,0),(7591,1756,137,0,21,'2023-03-06 15:53:59',4,24.2,27.788571,0,0,3.588571,0),(7593,1757,23,0,64,'2023-03-06 16:03:26',3,215.28,215.28,0,0,0,0),(7594,1757,38,0,64,'2023-03-06 16:03:26',2,349.44,349.44,0,0,0,0),(7595,1757,45,0,64,'2023-03-06 16:03:26',1,42.24,42.24,0,0,0,0),(7596,1757,41,0,64,'2023-03-06 16:03:26',3,199.44,199.44,0,0,0,0),(7597,1757,490,0,64,'2023-03-06 16:03:26',10,207.2,207.2,0,0,0,0),(7598,1757,49,0,64,'2023-03-06 16:03:26',1,79.2,79.2,0,0,0,0),(7599,1757,488,0,64,'2023-03-06 16:03:26',2,62.7,62.7,0,0,0,0),(7601,1758,490,0,11,'2023-03-06 21:13:44',10,207.2,207.2,0,0,0,0),(7602,1758,488,0,11,'2023-03-06 21:13:44',1,31.35,31.35,0,0,0,0),(7603,1758,487,0,11,'2023-03-06 21:13:44',1,31.35,31.35,0,0,0,0),(7604,1758,38,0,11,'2023-03-06 21:13:44',1,174.72,174.72,0,0,0,0),(7605,1758,43,0,11,'2023-03-06 21:13:44',1,79.2,79.2,0,0,0,0),(7606,1758,43,0,11,'2023-03-06 21:13:44',1,79.2,79.2,0,0,0,0),(7607,1758,41,0,11,'2023-03-06 21:13:44',2,132.96,132.96,0,0,0,0),(7608,1758,144,0,11,'2023-03-06 21:13:44',10,13.8,13.8,0,0,0,0),(7610,1759,118,0,96,'2023-03-06 22:16:47',2,369.6,369.6,0,0,0,0),(7611,1759,43,0,96,'2023-03-06 22:16:47',1,79.2,79.2,0,0,0,0),(7612,1759,49,0,96,'2023-03-06 22:16:47',1,79.2,79.2,0,0,0,0),(7613,1759,97,0,96,'2023-03-06 22:16:47',1,0,0,0,0,0,0),(7614,1759,99,0,96,'2023-03-06 22:16:47',1,0,0,0,0,0,0),(7615,1759,95,0,96,'2023-03-06 22:16:47',3,0,0,0,0,0,0),(7616,1759,93,0,96,'2023-03-06 22:16:47',3,0,0,0,0,0,0),(7626,1762,42,0,90,'2023-03-06 23:54:37',1,79.2,79.2,0,0,0,0),(7627,1762,120,0,90,'2023-03-06 23:54:37',1,52.8,52.8,0,0,0,0),(7628,1762,43,0,90,'2023-03-06 23:54:37',1,79.2,79.2,0,0,0,0),(7629,1762,487,0,90,'2023-03-06 23:54:37',1,31.35,31.35,0,0,0,0),(7630,1762,490,0,90,'2023-03-06 23:54:37',5,103.6,103.6,0,0,0,0),(7631,1762,38,0,90,'2023-03-06 23:54:37',1,174.72,174.72,0,0,0,0),(7632,1762,45,0,90,'2023-03-06 23:54:37',1,42.24,42.24,0,0,0,0),(7634,1763,38,0,90,'2023-03-07 00:00:57',1,174.72,174.72,0,0,0,0),(7635,1763,41,0,90,'2023-03-07 00:00:57',1,66.48,66.48,0,0,0,0),(7636,1763,43,0,90,'2023-03-07 00:00:57',1,79.2,79.2,0,0,0,0),(7637,1763,490,0,90,'2023-03-07 00:00:57',10,207.2,207.2,0,0,0,0),(7639,1764,120,0,90,'2023-03-07 00:39:05',1,52.8,52.8,0,0,0,0),(7640,1764,490,0,90,'2023-03-07 00:39:05',10,207.2,207.2,0,0,0,0),(7641,1764,23,0,90,'2023-03-07 00:39:05',1,71.76,71.76,0,0,0,0),(7642,1764,38,0,90,'2023-03-07 00:39:05',1,174.72,174.72,0,0,0,0),(7643,1764,45,0,90,'2023-03-07 00:39:05',1,42.24,42.24,0,0,0,0),(7645,1765,23,0,12,'2023-03-07 02:04:24',2,143.52,143.52,0,0,0,0),(7646,1765,41,0,12,'2023-03-07 02:04:24',2,132.96,132.96,0,0,0,0),(7647,1765,120,0,12,'2023-03-07 02:04:24',1,52.8,52.8,0,0,0,0),(7648,1765,43,0,12,'2023-03-07 02:04:24',2,158.4,158.4,0,0,0,0),(7649,1765,49,0,12,'2023-03-07 02:04:24',2,158.4,158.4,0,0,0,0),(7650,1765,44,0,12,'2023-03-07 02:04:24',1,116.16,116.16,0,0,0,0),(7651,1765,490,0,12,'2023-03-07 02:04:24',10,207.2,207.2,0,0,0,0),(7652,1765,487,0,12,'2023-03-07 02:04:24',2,62.7,62.7,0,0,0,0),(7654,1766,23,0,12,'2023-03-07 09:06:33',2,143.52,143.52,0,0,0,0),(7655,1766,487,0,12,'2023-03-07 09:06:33',2,62.7,62.7,0,0,0,0),(7656,1766,490,0,12,'2023-03-07 09:06:33',10,207.2,207.2,0,0,0,0),(7657,1766,41,0,12,'2023-03-07 09:06:33',4,265.92,265.92,0,0,0,0),(7658,1766,120,0,12,'2023-03-07 09:06:33',1,52.8,52.8,0,0,0,0),(7659,1766,43,0,12,'2023-03-07 09:06:33',2,158.4,158.4,0,0,0,0),(7660,1766,49,0,12,'2023-03-07 09:06:33',2,158.4,158.4,0,0,0,0),(7662,1767,41,0,90,'2023-03-07 13:55:07',1,66.48,66.48,0,0,0,0),(7663,1767,42,0,90,'2023-03-07 13:55:07',1,79.2,79.2,0,0,0,0),(7664,1767,39,0,90,'2023-03-07 13:55:07',1,79.2,79.2,0,0,0,0),(7665,1767,45,0,90,'2023-03-07 13:55:07',1,42.24,42.24,0,0,0,0),(7666,1767,23,0,90,'2023-03-07 13:55:07',1,71.76,71.76,0,0,0,0),(7667,1767,38,0,90,'2023-03-07 13:55:07',1,174.72,174.72,0,0,0,0),(7668,1767,490,0,90,'2023-03-07 13:55:07',5,103.6,103.6,0,0,0,0),(7670,1768,38,0,52,'2023-03-08 15:29:18',2,349.44,349.44,0,0,0,0),(7671,1768,41,0,52,'2023-03-08 15:29:18',3,199.44,199.44,0,0,0,0),(7672,1768,23,0,52,'2023-03-08 15:29:18',6,430.56,430.56,0,0,0,0),(7673,1768,43,0,52,'2023-03-08 15:29:18',4,316.8,316.8,0,0,0,0),(7674,1768,490,0,52,'2023-03-08 15:29:18',10,207.2,207.2,0,0,0,0),(7675,1768,131,0,52,'2023-03-08 15:29:18',2,25.3,25.3,0,0,0,0),(7676,1768,44,0,52,'2023-03-08 15:29:18',1,116.16,116.16,0,0,0,0),(7677,1768,45,0,52,'2023-03-08 15:29:18',1,42.24,42.24,0,0,0,0),(7679,1769,41,0,39,'2023-03-08 21:11:01',1,66.48,70.5375,0,0,4.0575,0),(7680,1769,49,0,39,'2023-03-08 21:11:01',1,79.2,83.2575,0,0,4.0575,0),(7681,1769,487,0,39,'2023-03-08 21:11:01',2,62.7,70.815,0,0,8.115,0),(7683,1770,93,0,14,'2023-03-09 21:14:12',5,0,10.22,0,0,10.22,0),(7685,1771,41,0,46,'2023-03-09 21:51:34',1,66.48,68.938889,0,0,2.458889,0),(7686,1771,43,0,46,'2023-03-09 21:51:34',2,158.4,163.317778,0,0,4.917778,0),(7687,1771,93,0,46,'2023-03-09 21:51:34',5,0,12.294444,0,0,12.294444,0),(7688,1771,44,0,46,'2023-03-09 21:51:34',1,116.16,118.618889,0,0,2.458889,0),(7704,1773,23,0,80,'2023-03-10 16:18:38',3,215.28,215.28,0,0,0,0),(7705,1773,38,0,80,'2023-03-10 16:18:38',2,349.44,349.44,0,0,0,0),(7706,1773,42,0,80,'2023-03-10 16:18:38',2,158.4,158.4,0,0,0,0),(7707,1773,45,0,80,'2023-03-10 16:18:38',6,253.44,253.44,0,0,0,0),(7708,1773,41,0,80,'2023-03-10 16:18:38',12,797.76,797.76,0,0,0,0),(7709,1773,118,0,80,'2023-03-10 16:18:38',1,184.8,184.8,0,0,0,0),(7710,1773,51,0,80,'2023-03-10 16:18:38',2,295.68,295.68,0,0,0,0),(7711,1773,39,0,80,'2023-03-10 16:18:38',1,79.2,79.2,0,0,0,0),(7712,1773,40,0,80,'2023-03-10 16:18:38',1,79.2,79.2,0,0,0,0),(7713,1773,43,0,80,'2023-03-10 16:18:38',2,158.4,158.4,0,0,0,0),(7714,1773,49,0,80,'2023-03-10 16:18:38',6,475.2,475.2,0,0,0,0),(7715,1773,44,0,80,'2023-03-10 16:18:38',1,116.16,116.16,0,0,0,0),(7716,1773,490,0,80,'2023-03-10 16:18:38',90,1864.8,1864.8,0,0,0,0),(7717,1773,488,0,80,'2023-03-10 16:18:38',18,564.3,564.3,0,0,0,0),(7719,1774,38,0,67,'2023-03-12 02:43:54',2,349.44,508.66,0,0,159.22,0),(7720,1774,43,0,67,'2023-03-12 02:43:54',1,79.2,158.81,0,0,79.61,0),(7721,1774,41,0,67,'2023-03-12 02:43:54',2,132.96,292.18,0,0,159.22,0),(7722,1774,99,0,67,'2023-03-12 02:43:54',1,0,79.61,0,0,79.61,0),(7726,1775,23,0,79,'2023-03-13 16:55:35',3,215.28,215.28,0,0,0,0),(7727,1775,40,0,79,'2023-03-13 16:55:35',1,79.2,79.2,0,0,0,0),(7728,1775,45,0,79,'2023-03-13 16:55:35',1,42.24,42.24,0,0,0,0),(7729,1775,44,0,79,'2023-03-13 16:55:35',1,116.16,116.16,0,0,0,0),(7730,1775,93,0,79,'2023-03-13 16:55:35',10,0,0,0,0,0,0),(7731,1775,39,0,79,'2023-03-13 16:55:35',1,79.2,79.2,0,0,0,0),(7747,1776,490,0,25,'2023-03-13 18:38:17',8,165.76,196.584615,0,0,30.824615,0),(7748,1776,488,0,25,'2023-03-13 18:38:17',1,31.35,35.203077,0,0,3.853077,0),(7749,1776,23,0,25,'2023-03-13 18:38:17',1,71.76,75.613077,0,0,3.853077,0),(7750,1776,45,0,25,'2023-03-13 18:38:17',1,42.24,46.093077,0,0,3.853077,0),(7751,1776,41,0,25,'2023-03-13 18:38:17',1,66.48,70.333077,0,0,3.853077,0),(7752,1776,49,0,25,'2023-03-13 18:38:17',1,79.2,83.053077,0,0,3.853077,0),(7754,1777,93,0,66,'2023-03-14 02:01:05',10,0,25.527273,0,0,25.527273,0),(7755,1777,99,0,66,'2023-03-14 02:01:05',1,0,2.552727,0,0,2.552727,0),(7757,1778,93,0,66,'2023-03-14 02:01:54',10,0,22.69,0,0,22.69,0),(7761,1780,490,0,49,'2023-03-14 16:23:05',4,82.88,95.72,0,0,12.84,0),(7762,1780,44,0,49,'2023-03-14 16:23:05',1,116.16,119.37,0,0,3.21,0),(7763,1780,118,0,49,'2023-03-14 16:23:05',1,184.8,188.01,0,0,3.21,0),(7764,1780,41,0,49,'2023-03-14 16:23:05',3,199.44,209.07,0,0,9.63,0),(7766,1782,23,0,30,'2023-03-17 15:41:17',3,215.28,223.268571,0,0,7.988571,0),(7767,1782,42,0,30,'2023-03-17 15:41:17',1,79.2,81.862857,0,0,2.662857,0),(7768,1782,41,0,30,'2023-03-17 15:41:17',2,132.96,138.285714,0,0,5.325714,0),(7769,1782,49,0,30,'2023-03-17 15:41:17',1,79.2,81.862857,0,0,2.662857,0),(7771,1783,23,0,76,'2023-03-17 15:53:22',1,71.76,71.76,0,0,0,0),(7772,1783,38,0,76,'2023-03-17 15:53:22',1,174.72,174.72,0,0,0,0),(7773,1783,41,0,76,'2023-03-17 15:53:22',1,66.48,66.48,0,0,0,0),(7774,1783,45,0,76,'2023-03-17 15:53:22',1,42.24,42.24,0,0,0,0),(7775,1783,118,0,76,'2023-03-17 15:53:22',1,184.8,184.8,0,0,0,0),(7776,1783,51,0,76,'2023-03-17 15:53:22',1,147.84,147.84,0,0,0,0),(7777,1783,97,0,76,'2023-03-17 15:53:22',1,0,0,0,0,0,0),(7778,1783,99,0,76,'2023-03-17 15:53:22',1,0,0,0,0,0,0),(7779,1783,93,0,76,'2023-03-17 15:53:22',7,0,0,0,0,0,0),(7780,1783,95,0,76,'2023-03-17 15:53:22',3,0,0,0,0,0,0),(7782,1784,49,0,60,'2023-03-17 20:41:58',1,79.2,80.866667,0,0,1.666667,0),(7783,1784,93,0,60,'2023-03-17 20:41:58',10,0,16.666667,0,0,16.666667,0),(7784,1784,97,0,60,'2023-03-17 20:41:58',2,0,3.333333,0,0,3.333333,0),(7785,1784,133,0,60,'2023-03-17 20:41:58',2,28.6,31.933333,0,0,3.333333,0),(7787,1785,23,0,53,'2023-03-19 19:51:07',4,287.04,302.925,0,0,15.885,0),(7788,1785,45,0,53,'2023-03-19 19:51:07',1,42.24,46.21125,0,0,3.97125,0),(7789,1785,41,0,53,'2023-03-19 19:51:07',3,199.44,211.35375,0,0,11.91375,0),(7791,1786,97,0,53,'2023-03-19 19:57:39',1,0,4.8475,0,0,4.8475,0),(7792,1786,99,0,53,'2023-03-19 19:57:39',1,0,4.8475,0,0,4.8475,0),(7793,1786,23,0,53,'2023-03-19 19:57:39',6,430.56,459.645,0,0,29.085,0),(7795,1787,49,0,53,'2023-03-19 20:04:42',1,79.2,84.91,0,0,5.71,0),(7796,1787,43,0,53,'2023-03-19 20:04:42',2,158.4,169.82,0,0,11.42,0),(7797,1787,41,0,53,'2023-03-19 20:04:42',1,66.48,72.19,0,0,5.71,0),(7806,1789,41,0,70,'2023-03-20 17:19:41',6,398.88,398.88,0,0,0,0),(7807,1789,23,0,70,'2023-03-20 17:19:41',2,143.52,143.52,0,0,0,0),(7808,1789,49,0,70,'2023-03-20 17:19:41',4,316.8,316.8,0,0,0,0),(7809,1789,39,0,70,'2023-03-20 17:19:41',2,158.4,158.4,0,0,0,0),(7810,1789,40,0,70,'2023-03-20 17:19:41',1,79.2,79.2,0,0,0,0),(7811,1789,42,0,70,'2023-03-20 17:19:41',2,158.4,158.4,0,0,0,0),(7813,1790,490,0,11,'2023-03-20 20:43:21',10,207.2,207.2,0,0,0,0),(7814,1790,488,0,11,'2023-03-20 20:43:21',1,31.35,31.35,0,0,0,0),(7815,1790,487,0,11,'2023-03-20 20:43:21',1,31.35,31.35,0,0,0,0),(7816,1790,43,0,11,'2023-03-20 20:43:21',1,79.2,79.2,0,0,0,0),(7817,1790,43,0,11,'2023-03-20 20:43:21',1,79.2,79.2,0,0,0,0),(7818,1790,41,0,11,'2023-03-20 20:43:21',2,132.96,132.96,0,0,0,0),(7819,1790,144,0,11,'2023-03-20 20:43:21',10,13.8,13.8,0,0,0,0),(7820,1790,120,0,11,'2023-03-20 20:43:21',2,105.6,105.6,0,0,0,0),(7821,1790,49,0,11,'2023-03-20 20:43:21',1,79.2,79.2,0,0,0,0),(7822,1790,23,0,11,'2023-03-20 20:43:21',1,71.76,71.76,0,0,0,0),(7824,1791,23,0,94,'2023-03-21 02:06:36',2,143.52,143.52,0,0,0,0),(7825,1791,38,0,94,'2023-03-21 02:06:36',2,349.44,349.44,0,0,0,0),(7826,1791,490,0,94,'2023-03-21 02:06:36',10,207.2,207.2,0,0,0,0),(7827,1791,131,0,94,'2023-03-21 02:06:36',2,25.3,25.3,0,0,0,0),(7828,1791,41,0,94,'2023-03-21 02:06:36',2,132.96,132.96,0,0,0,0),(7830,1792,489,0,39,'2023-03-21 17:29:24',10,190.4,205.08,0,0,14.68,0),(7832,1793,23,0,6,'2023-03-22 15:58:31',2,143.52,143.52,0,0,0,0),(7833,1793,38,0,6,'2023-03-22 15:58:31',1,174.72,174.72,0,0,0,0),(7834,1793,41,0,6,'2023-03-22 15:58:31',4,265.92,265.92,0,0,0,0),(7835,1793,43,0,6,'2023-03-22 15:58:31',1,79.2,79.2,0,0,0,0),(7836,1793,40,0,6,'2023-03-22 15:58:31',1,79.2,79.2,0,0,0,0),(7837,1793,39,0,6,'2023-03-22 15:58:31',1,79.2,79.2,0,0,0,0),(7838,1793,49,0,6,'2023-03-22 15:58:31',1,79.2,79.2,0,0,0,0),(7839,1793,93,0,6,'2023-03-22 15:58:31',8,0,0,0,0,0,0),(7841,1794,23,0,79,'2023-03-22 19:02:04',1,71.76,71.76,0,0,0,0),(7842,1794,45,0,79,'2023-03-22 19:02:04',2,84.48,84.48,0,0,0,0),(7843,1794,40,0,79,'2023-03-22 19:02:04',1,79.2,79.2,0,0,0,0),(7844,1794,39,0,79,'2023-03-22 19:02:04',1,79.2,79.2,0,0,0,0),(7845,1794,44,0,79,'2023-03-22 19:02:04',2,232.32,232.32,0,0,0,0),(7846,1794,49,0,79,'2023-03-22 19:02:04',2,158.4,158.4,0,0,0,0),(7847,1794,93,0,79,'2023-03-22 19:02:04',10,0,0,0,0,0,0),(7848,1794,97,0,79,'2023-03-22 19:02:04',1,0,0,0,0,0,0),(7849,1794,120,0,79,'2023-03-22 19:02:04',1,52.8,52.8,0,0,0,0),(7851,1795,49,0,32,'2023-03-22 21:52:04',3,237.6,261.22,0,0,23.62,0),(7853,1796,489,0,69,'2023-03-24 20:26:20',8,152.32,152.32,0,0,0,0),(7854,1796,43,0,69,'2023-03-24 20:26:20',2,158.4,158.4,0,0,0,0),(7855,1796,23,0,69,'2023-03-24 20:26:20',5,358.8,358.8,0,0,0,0),(7856,1796,44,0,69,'2023-03-24 20:26:20',1,116.16,116.16,0,0,0,0),(7857,1796,39,0,69,'2023-03-24 20:26:20',1,79.2,79.2,0,0,0,0),(7858,1796,49,0,69,'2023-03-24 20:26:20',3,237.6,237.6,0,0,0,0),(7859,1796,45,0,69,'2023-03-24 20:26:20',3,126.72,126.72,0,0,0,0),(7860,1796,42,0,69,'2023-03-24 20:26:20',2,158.4,158.4,0,0,0,0),(7861,1796,41,0,69,'2023-03-24 20:26:20',6,398.88,398.88,0,0,0,0),(7862,1796,120,0,69,'2023-03-24 20:26:20',1,52.8,52.8,0,0,0,0),(7863,1796,40,0,69,'2023-03-24 20:26:20',2,158.4,158.4,0,0,0,0),(7864,1796,133,0,69,'2023-03-24 20:26:20',6,85.8,85.8,0,0,0,0),(7866,1797,23,0,80,'2023-03-24 20:52:02',3,215.28,215.28,0,0,0,0),(7867,1797,38,0,80,'2023-03-24 20:52:02',2,349.44,349.44,0,0,0,0),(7868,1797,42,0,80,'2023-03-24 20:52:02',2,158.4,158.4,0,0,0,0),(7869,1797,45,0,80,'2023-03-24 20:52:02',3,126.72,126.72,0,0,0,0),(7870,1797,41,0,80,'2023-03-24 20:52:02',8,531.84,531.84,0,0,0,0),(7871,1797,118,0,80,'2023-03-24 20:52:02',2,369.6,369.6,0,0,0,0),(7872,1797,51,0,80,'2023-03-24 20:52:02',2,295.68,295.68,0,0,0,0),(7873,1797,116,0,80,'2023-03-24 20:52:02',1,145.44,145.44,0,0,0,0),(7874,1797,39,0,80,'2023-03-24 20:52:02',2,158.4,158.4,0,0,0,0),(7875,1797,40,0,80,'2023-03-24 20:52:02',2,158.4,158.4,0,0,0,0),(7876,1797,120,0,80,'2023-03-24 20:52:02',1,52.8,52.8,0,0,0,0),(7877,1797,43,0,80,'2023-03-24 20:52:02',2,158.4,158.4,0,0,0,0),(7878,1797,49,0,80,'2023-03-24 20:52:02',3,237.6,237.6,0,0,0,0),(7879,1797,44,0,80,'2023-03-24 20:52:02',2,232.32,232.32,0,0,0,0),(7880,1797,490,0,80,'2023-03-24 20:52:02',30,621.6,621.6,0,0,0,0),(7881,1797,488,0,80,'2023-03-24 20:52:02',6,188.1,188.1,0,0,0,0),(7882,1797,487,0,80,'2023-03-24 20:52:02',6,188.1,188.1,0,0,0,0),(7884,1799,488,0,11,'2023-03-27 15:33:53',2,62.7,62.7,0,0,0,0),(7885,1799,487,0,11,'2023-03-27 15:33:53',2,62.7,62.7,0,0,0,0),(7886,1799,43,0,11,'2023-03-27 15:33:53',1,79.2,79.2,0,0,0,0),(7887,1799,43,0,11,'2023-03-27 15:33:53',1,79.2,79.2,0,0,0,0),(7888,1799,41,0,11,'2023-03-27 15:33:53',2,132.96,132.96,0,0,0,0),(7889,1799,144,0,11,'2023-03-27 15:33:53',5,6.9,6.9,0,0,0,0),(7890,1799,120,0,11,'2023-03-27 15:33:53',2,105.6,105.6,0,0,0,0),(7891,1799,49,0,11,'2023-03-27 15:33:53',1,79.2,79.2,0,0,0,0),(7892,1799,23,0,11,'2023-03-27 15:33:53',1,71.76,71.76,0,0,0,0),(7893,1799,45,0,11,'2023-03-27 15:33:53',2,84.48,84.48,0,0,0,0),(7894,1799,118,0,11,'2023-03-27 15:33:53',1,184.8,184.8,0,0,0,0),(7895,1799,51,0,11,'2023-03-27 15:33:53',1,147.84,147.84,0,0,0,0),(7897,1800,23,0,57,'2023-03-28 01:36:38',1,71.76,71.76,0,0,0,0),(7898,1800,38,0,57,'2023-03-28 01:36:38',1,174.72,174.72,0,0,0,0),(7899,1800,51,0,57,'2023-03-28 01:36:38',1,147.84,147.84,0,0,0,0),(7900,1800,490,0,57,'2023-03-28 01:36:38',5,103.6,103.6,0,0,0,0),(7901,1800,41,0,57,'2023-03-28 01:36:38',2,132.96,132.96,0,0,0,0),(7903,1801,118,0,79,'2023-03-29 01:16:04',1,184.8,184.8,0,0,0,0),(7904,1801,120,0,79,'2023-03-29 01:16:04',2,105.6,105.6,0,0,0,0),(7905,1801,44,0,79,'2023-03-29 01:16:04',2,232.32,232.32,0,0,0,0),(7906,1801,93,0,79,'2023-03-29 01:16:04',10,0,0,0,0,0,0),(7907,1801,97,0,79,'2023-03-29 01:16:04',1,0,0,0,0,0,0),(7909,1802,490,0,33,'2023-03-29 12:48:23',6,124.32,135.636,0,0,11.316,0),(7910,1802,131,0,33,'2023-03-29 12:48:23',1,12.65,14.536,0,0,1.886,0),(7911,1802,40,0,33,'2023-03-29 12:48:23',1,79.2,81.086,0,0,1.886,0),(7912,1802,488,0,33,'2023-03-29 12:48:23',1,31.35,33.236,0,0,1.886,0),(7913,1802,41,0,33,'2023-03-29 12:48:23',1,66.48,68.366,0,0,1.886,0),(7915,1803,490,0,50,'2023-03-29 20:47:59',25,518,518,0,0,0,0),(7917,1804,23,0,13,'2023-03-30 19:32:22',2,143.52,143.52,0,0,0,0),(7918,1804,38,0,13,'2023-03-30 19:32:22',1,174.72,174.72,0,0,0,0),(7919,1804,45,0,13,'2023-03-30 19:32:22',1,42.24,42.24,0,0,0,0),(7920,1804,41,0,13,'2023-03-30 19:32:22',2,132.96,132.96,0,0,0,0),(7921,1804,43,0,13,'2023-03-30 19:32:22',1,79.2,79.2,0,0,0,0),(7923,1805,23,0,13,'2023-03-30 19:34:11',2,143.52,143.52,0,0,0,0),(7924,1805,38,0,13,'2023-03-30 19:34:11',1,174.72,174.72,0,0,0,0),(7925,1805,45,0,13,'2023-03-30 19:34:11',1,42.24,42.24,0,0,0,0),(7926,1805,41,0,13,'2023-03-30 19:34:11',2,132.96,132.96,0,0,0,0),(7927,1805,43,0,13,'2023-03-30 19:34:11',1,79.2,79.2,0,0,0,0),(7929,1806,133,0,50,'2023-03-30 20:11:06',20,286,286,0,0,0,0),(7930,1806,490,0,50,'2023-03-30 20:11:06',12,248.64,248.64,0,0,0,0),(7932,1807,49,0,85,'2023-03-31 17:10:52',2,158.4,164.864,0,0,6.464,0),(7933,1807,43,0,85,'2023-03-31 17:10:52',2,158.4,164.864,0,0,6.464,0),(7934,1807,41,0,85,'2023-03-31 17:10:52',3,199.44,209.136,0,0,9.696,0),(7935,1807,23,0,85,'2023-03-31 17:10:52',3,215.28,224.976,0,0,9.696,0),(7937,1808,23,0,94,'2023-03-31 20:14:52',2,143.52,143.52,0,0,0,0),(7938,1808,38,0,94,'2023-03-31 20:14:52',1,174.72,174.72,0,0,0,0),(7939,1808,490,0,94,'2023-03-31 20:14:52',5,103.6,103.6,0,0,0,0),(7940,1808,131,0,94,'2023-03-31 20:14:52',2,25.3,25.3,0,0,0,0),(7941,1808,41,0,94,'2023-03-31 20:14:52',1,66.48,66.48,0,0,0,0),(7942,1808,488,0,94,'2023-03-31 20:14:52',1,31.35,31.35,0,0,0,0),(7944,1809,93,0,81,'2023-04-02 01:39:20',8,0,11.91,0,0,11.91,0),(7946,1810,93,0,81,'2023-04-02 01:40:20',8,0,11.91,0,0,11.91,0),(7948,1811,23,0,12,'2023-04-03 02:05:26',2,143.52,143.52,0,0,0,0),(7949,1811,38,0,12,'2023-04-03 02:05:26',2,349.44,349.44,0,0,0,0),(7950,1811,42,0,12,'2023-04-03 02:05:26',1,79.2,79.2,0,0,0,0),(7951,1811,118,0,12,'2023-04-03 02:05:26',1,184.8,184.8,0,0,0,0),(7952,1811,51,0,12,'2023-04-03 02:05:26',1,147.84,147.84,0,0,0,0),(7953,1811,120,0,12,'2023-04-03 02:05:26',1,52.8,52.8,0,0,0,0),(7954,1811,490,0,12,'2023-04-03 02:05:26',10,207.2,207.2,0,0,0,0),(7956,1812,23,0,12,'2023-04-03 02:17:22',1,71.76,71.76,0,0,0,0),(7957,1812,38,0,12,'2023-04-03 02:17:22',1,174.72,174.72,0,0,0,0),(7958,1812,118,0,12,'2023-04-03 02:17:22',1,184.8,184.8,0,0,0,0),(7959,1812,51,0,12,'2023-04-03 02:17:22',1,147.84,147.84,0,0,0,0),(7960,1812,41,0,12,'2023-04-03 02:17:22',2,132.96,132.96,0,0,0,0),(7961,1812,120,0,12,'2023-04-03 02:17:22',1,52.8,52.8,0,0,0,0),(7962,1812,490,0,12,'2023-04-03 02:17:22',10,207.2,207.2,0,0,0,0),(7964,1814,38,0,62,'2023-04-04 03:12:13',1,174.72,174.72,0,0,0,0),(7965,1814,45,0,62,'2023-04-04 03:12:13',2,84.48,84.48,0,0,0,0),(7966,1814,41,0,62,'2023-04-04 03:12:13',4,265.92,265.92,0,0,0,0),(7967,1814,44,0,62,'2023-04-04 03:12:13',2,232.32,232.32,0,0,0,0),(7968,1814,49,0,62,'2023-04-04 03:12:13',2,158.4,158.4,0,0,0,0),(7969,1814,120,0,62,'2023-04-04 03:12:13',1,52.8,52.8,0,0,0,0),(7970,1814,93,0,62,'2023-04-04 03:12:13',10,0,0,0,0,0,0),(7971,1814,97,0,62,'2023-04-04 03:12:13',1,0,0,0,0,0,0),(7972,1814,99,0,62,'2023-04-04 03:12:13',1,0,0,0,0,0,0),(7973,1814,133,0,62,'2023-04-04 03:12:13',4,57.2,57.2,0,0,0,0),(7974,1814,23,0,62,'2023-04-04 03:12:13',3,215.28,215.28,0,0,0,0),(7976,1816,99,0,14,'2023-04-05 20:26:38',2,0,6.786667,0,0,6.786667,0),(7977,1816,93,0,14,'2023-04-05 20:26:38',1,0,3.393333,0,0,3.393333,0),(7979,1817,487,0,49,'2023-04-05 22:42:41',2,62.7,70.530909,0,0,7.830909,0),(7980,1817,23,0,49,'2023-04-05 22:42:41',3,215.28,227.026364,0,0,11.746364,0),(7981,1817,42,0,49,'2023-04-05 22:42:41',2,158.4,166.230909,0,0,7.830909,0),(7982,1817,51,0,49,'2023-04-05 22:42:41',2,295.68,303.510909,0,0,7.830909,0),(7983,1817,116,0,49,'2023-04-05 22:42:41',2,290.88,298.710909,0,0,7.830909,0),(7985,1818,43,0,46,'2023-04-06 21:15:05',1,79.2,81.217143,0,0,2.017143,0),(7986,1818,41,0,46,'2023-04-06 21:15:05',1,66.48,68.497143,0,0,2.017143,0),(7987,1818,93,0,46,'2023-04-06 21:15:05',5,0,10.085714,0,0,10.085714,0),(7989,1819,490,0,64,'2023-04-07 15:53:16',10,207.2,207.2,0,0,0,0),(7990,1819,488,0,64,'2023-04-07 15:53:16',2,62.7,62.7,0,0,0,0),(7991,1819,23,0,64,'2023-04-07 15:53:16',1,71.76,71.76,0,0,0,0),(7992,1819,38,0,64,'2023-04-07 15:53:16',1,174.72,174.72,0,0,0,0),(7993,1819,45,0,64,'2023-04-07 15:53:16',1,42.24,42.24,0,0,0,0),(7994,1819,41,0,64,'2023-04-07 15:53:16',2,132.96,132.96,0,0,0,0),(7995,1819,49,0,64,'2023-04-07 15:53:16',1,79.2,79.2,0,0,0,0),(7997,1820,23,0,64,'2023-04-07 22:30:34',2,143.52,143.52,0,0,0,0),(7998,1820,38,0,64,'2023-04-07 22:30:34',1,174.72,174.72,0,0,0,0),(7999,1820,45,0,64,'2023-04-07 22:30:34',1,42.24,42.24,0,0,0,0),(8000,1820,41,0,64,'2023-04-07 22:30:34',3,199.44,199.44,0,0,0,0),(8001,1820,49,0,64,'2023-04-07 22:30:34',1,79.2,79.2,0,0,0,0),(8003,1821,23,0,63,'2023-04-08 21:10:59',6,430.56,430.56,0,0,0,0),(8004,1821,39,0,63,'2023-04-08 21:10:59',1,79.2,79.2,0,0,0,0),(8005,1821,49,0,63,'2023-04-08 21:10:59',4,316.8,316.8,0,0,0,0),(8007,1822,488,0,11,'2023-04-10 14:35:02',1,31.35,31.35,0,0,0,0),(8008,1822,487,0,11,'2023-04-10 14:35:02',1,31.35,31.35,0,0,0,0),(8009,1822,43,0,11,'2023-04-10 14:35:02',1,79.2,79.2,0,0,0,0),(8010,1822,43,0,11,'2023-04-10 14:35:02',1,79.2,79.2,0,0,0,0),(8011,1822,41,0,11,'2023-04-10 14:35:02',2,132.96,132.96,0,0,0,0),(8012,1822,144,0,11,'2023-04-10 14:35:02',5,6.9,6.9,0,0,0,0),(8013,1822,120,0,11,'2023-04-10 14:35:02',2,105.6,105.6,0,0,0,0),(8014,1822,49,0,11,'2023-04-10 14:35:02',1,79.2,79.2,0,0,0,0),(8015,1822,23,0,11,'2023-04-10 14:35:02',1,71.76,71.76,0,0,0,0),(8016,1822,45,0,11,'2023-04-10 14:35:02',2,84.48,84.48,0,0,0,0),(8017,1822,118,0,11,'2023-04-10 14:35:02',1,184.8,184.8,0,0,0,0),(8018,1822,51,0,11,'2023-04-10 14:35:02',1,147.84,147.84,0,0,0,0),(8020,1823,490,0,25,'2023-04-10 18:19:22',9,186.48,227.358947,0,0,40.878947,0),(8021,1823,488,0,25,'2023-04-10 18:19:22',2,62.7,71.784211,0,0,9.084211,0),(8022,1823,23,0,25,'2023-04-10 18:19:22',2,143.52,152.604211,0,0,9.084211,0),(8023,1823,45,0,25,'2023-04-10 18:19:22',2,84.48,93.564211,0,0,9.084211,0),(8024,1823,41,0,25,'2023-04-10 18:19:22',1,66.48,71.022105,0,0,4.542105,0),(8025,1823,49,0,25,'2023-04-10 18:19:22',1,79.2,83.742105,0,0,4.542105,0),(8026,1823,51,0,25,'2023-04-10 18:19:22',1,147.84,152.382105,0,0,4.542105,0),(8027,1823,44,0,25,'2023-04-10 18:19:22',1,116.16,120.702105,0,0,4.542105,0),(8029,1825,97,0,81,'2023-04-10 22:24:14',1,0,10.18,0,0,10.18,0),(8031,1826,490,0,17,'2023-04-11 01:56:30',3,62.16,70.359,0,0,8.199,0),(8032,1826,23,0,17,'2023-04-11 01:56:30',1,71.76,74.493,0,0,2.733,0),(8033,1826,41,0,17,'2023-04-11 01:56:30',1,66.48,69.213,0,0,2.733,0),(8034,1826,43,0,17,'2023-04-11 01:56:30',1,79.2,81.933,0,0,2.733,0),(8035,1826,44,0,17,'2023-04-11 01:56:30',1,116.16,118.893,0,0,2.733,0),(8036,1826,38,0,17,'2023-04-11 01:56:30',1,174.72,177.453,0,0,2.733,0),(8037,1826,39,0,17,'2023-04-11 01:56:30',1,79.2,81.933,0,0,2.733,0),(8038,1826,40,0,17,'2023-04-11 01:56:30',1,79.2,81.933,0,0,2.733,0),(8040,1827,490,0,82,'2023-04-11 18:00:54',10,207.2,207.2,0,0,0,0),(8041,1827,23,0,82,'2023-04-11 18:00:54',4,287.04,287.04,0,0,0,0),(8042,1827,41,0,82,'2023-04-11 18:00:54',3,199.44,199.44,0,0,0,0),(8043,1827,43,0,82,'2023-04-11 18:00:54',3,237.6,237.6,0,0,0,0),(8053,1828,23,0,67,'2023-04-12 04:39:11',1,71.76,164.546,0,0,92.786,0),(8054,1828,42,0,67,'2023-04-12 04:39:11',1,79.2,171.986,0,0,92.786,0),(8055,1828,51,0,67,'2023-04-12 04:39:11',1,147.84,240.626,0,0,92.786,0),(8056,1828,43,0,67,'2023-04-12 04:39:11',1,79.2,171.986,0,0,92.786,0),(8057,1828,51,0,67,'2023-04-12 04:39:11',1,147.84,240.626,0,0,92.786,0),(8061,1829,43,0,90,'2023-04-12 15:21:11',2,158.4,158.4,0,0,0,0),(8062,1829,49,0,90,'2023-04-12 15:21:11',1,79.2,79.2,0,0,0,0),(8063,1829,120,0,90,'2023-04-12 15:21:11',1,52.8,52.8,0,0,0,0),(8064,1829,23,0,90,'2023-04-12 15:21:11',1,71.76,71.76,0,0,0,0),(8065,1829,38,0,90,'2023-04-12 15:21:11',1,174.72,174.72,0,0,0,0),(8066,1829,41,0,90,'2023-04-12 15:21:11',2,132.96,132.96,0,0,0,0),(8067,1829,490,0,90,'2023-04-12 15:21:11',5,103.6,103.6,0,0,0,0),(8069,1830,489,0,69,'2023-04-12 17:24:30',6,114.24,114.24,0,0,0,0),(8070,1830,43,0,69,'2023-04-12 17:24:30',2,158.4,158.4,0,0,0,0),(8071,1830,23,0,69,'2023-04-12 17:24:30',2,143.52,143.52,0,0,0,0),(8072,1830,44,0,69,'2023-04-12 17:24:30',1,116.16,116.16,0,0,0,0),(8073,1830,39,0,69,'2023-04-12 17:24:30',1,79.2,79.2,0,0,0,0),(8074,1830,49,0,69,'2023-04-12 17:24:30',1,79.2,79.2,0,0,0,0),(8075,1830,120,0,69,'2023-04-12 17:24:30',1,52.8,52.8,0,0,0,0),(8076,1830,133,0,69,'2023-04-12 17:24:30',2,28.6,28.6,0,0,0,0),(8077,1830,118,0,69,'2023-04-12 17:24:30',1,184.8,184.8,0,0,0,0),(8078,1830,51,0,69,'2023-04-12 17:24:30',1,147.84,147.84,0,0,0,0),(8079,1830,138,0,69,'2023-04-12 17:24:30',5,24.75,24.75,0,0,0,0),(8080,1830,45,0,69,'2023-04-12 17:24:30',1,42.24,42.24,0,0,0,0),(8081,1830,487,0,69,'2023-04-12 17:24:30',2,62.7,62.7,0,0,0,0),(8082,1830,488,0,69,'2023-04-12 17:24:30',2,62.7,62.7,0,0,0,0),(8084,1831,489,0,69,'2023-04-12 17:25:12',6,114.24,114.24,0,0,0,0),(8085,1831,43,0,69,'2023-04-12 17:25:12',2,158.4,158.4,0,0,0,0),(8086,1831,23,0,69,'2023-04-12 17:25:12',2,143.52,143.52,0,0,0,0),(8087,1831,44,0,69,'2023-04-12 17:25:12',1,116.16,116.16,0,0,0,0),(8088,1831,39,0,69,'2023-04-12 17:25:12',1,79.2,79.2,0,0,0,0),(8089,1831,49,0,69,'2023-04-12 17:25:12',1,79.2,79.2,0,0,0,0),(8090,1831,120,0,69,'2023-04-12 17:25:12',1,52.8,52.8,0,0,0,0),(8091,1831,133,0,69,'2023-04-12 17:25:12',2,28.6,28.6,0,0,0,0),(8092,1831,118,0,69,'2023-04-12 17:25:12',1,184.8,184.8,0,0,0,0),(8093,1831,51,0,69,'2023-04-12 17:25:12',1,147.84,147.84,0,0,0,0),(8094,1831,138,0,69,'2023-04-12 17:25:12',5,24.75,24.75,0,0,0,0),(8095,1831,45,0,69,'2023-04-12 17:25:12',1,42.24,42.24,0,0,0,0),(8096,1831,487,0,69,'2023-04-12 17:25:12',2,62.7,62.7,0,0,0,0),(8097,1831,488,0,69,'2023-04-12 17:25:12',2,62.7,62.7,0,0,0,0),(8099,1832,39,0,90,'2023-04-13 16:03:13',1,79.2,79.2,0,0,0,0),(8100,1832,45,0,90,'2023-04-13 16:03:13',1,42.24,42.24,0,0,0,0),(8101,1832,42,0,90,'2023-04-13 16:03:13',1,79.2,79.2,0,0,0,0),(8102,1832,43,0,90,'2023-04-13 16:03:13',1,79.2,79.2,0,0,0,0),(8103,1832,49,0,90,'2023-04-13 16:03:13',2,158.4,158.4,0,0,0,0),(8104,1832,488,0,90,'2023-04-13 16:03:13',1,31.35,31.35,0,0,0,0),(8105,1832,487,0,90,'2023-04-13 16:03:13',1,31.35,31.35,0,0,0,0),(8106,1832,490,0,90,'2023-04-13 16:03:13',10,207.2,207.2,0,0,0,0),(8107,1832,23,0,90,'2023-04-13 16:03:13',1,71.76,71.76,0,0,0,0),(8108,1832,41,0,90,'2023-04-13 16:03:13',1,66.48,66.48,0,0,0,0),(8110,1833,42,0,90,'2023-04-13 16:16:00',1,79.2,79.2,0,0,0,0),(8111,1833,120,0,90,'2023-04-13 16:16:00',1,52.8,52.8,0,0,0,0),(8112,1833,43,0,90,'2023-04-13 16:16:00',1,79.2,79.2,0,0,0,0),(8113,1833,49,0,90,'2023-04-13 16:16:00',1,79.2,79.2,0,0,0,0),(8114,1833,23,0,90,'2023-04-13 16:16:00',1,71.76,71.76,0,0,0,0),(8115,1833,38,0,90,'2023-04-13 16:16:00',1,174.72,174.72,0,0,0,0),(8116,1833,41,0,90,'2023-04-13 16:16:00',1,66.48,66.48,0,0,0,0),(8117,1833,490,0,90,'2023-04-13 16:16:00',6,124.32,124.32,0,0,0,0),(8119,1834,39,0,90,'2023-04-13 16:21:15',1,79.2,79.2,0,0,0,0),(8120,1834,42,0,90,'2023-04-13 16:21:15',1,79.2,79.2,0,0,0,0),(8121,1834,43,0,90,'2023-04-13 16:21:15',1,79.2,79.2,0,0,0,0),(8122,1834,490,0,90,'2023-04-13 16:21:15',12,248.64,248.64,0,0,0,0),(8123,1834,23,0,90,'2023-04-13 16:21:15',1,71.76,71.76,0,0,0,0),(8124,1834,38,0,90,'2023-04-13 16:21:15',1,174.72,174.72,0,0,0,0),(8125,1834,45,0,90,'2023-04-13 16:21:15',1,42.24,42.24,0,0,0,0),(8126,1834,41,0,90,'2023-04-13 16:21:15',2,132.96,132.96,0,0,0,0),(8128,1835,23,0,80,'2023-04-14 04:21:47',2,143.52,143.52,0,0,0,0),(8129,1835,38,0,80,'2023-04-14 04:21:47',3,524.16,524.16,0,0,0,0),(8130,1835,45,0,80,'2023-04-14 04:21:47',2,84.48,84.48,0,0,0,0),(8131,1835,44,0,80,'2023-04-14 04:21:47',3,348.48,348.48,0,0,0,0),(8132,1835,51,0,80,'2023-04-14 04:21:47',1,147.84,147.84,0,0,0,0),(8133,1835,41,0,80,'2023-04-14 04:21:47',8,531.84,531.84,0,0,0,0),(8134,1835,120,0,80,'2023-04-14 04:21:47',1,52.8,52.8,0,0,0,0),(8135,1835,49,0,80,'2023-04-14 04:21:47',2,158.4,158.4,0,0,0,0),(8137,1836,41,0,55,'2023-04-14 15:36:25',3,199.44,211.96,0,0,12.52,0),(8139,1837,43,0,11,'2023-04-14 17:25:59',1,79.2,79.2,0,0,0,0),(8140,1837,43,0,11,'2023-04-14 17:25:59',1,79.2,79.2,0,0,0,0),(8141,1837,41,0,11,'2023-04-14 17:25:59',2,132.96,132.96,0,0,0,0),(8142,1837,120,0,11,'2023-04-14 17:25:59',2,105.6,105.6,0,0,0,0),(8143,1837,49,0,11,'2023-04-14 17:25:59',1,79.2,79.2,0,0,0,0),(8144,1837,23,0,11,'2023-04-14 17:25:59',1,71.76,71.76,0,0,0,0),(8145,1837,45,0,11,'2023-04-14 17:25:59',2,84.48,84.48,0,0,0,0),(8146,1837,118,0,11,'2023-04-14 17:25:59',1,184.8,184.8,0,0,0,0),(8147,1837,51,0,11,'2023-04-14 17:25:59',1,147.84,147.84,0,0,0,0),(8149,1838,23,0,94,'2023-04-17 16:49:42',3,215.28,215.28,0,0,0,0),(8150,1838,38,0,94,'2023-04-17 16:49:42',2,349.44,349.44,0,0,0,0),(8151,1838,490,0,94,'2023-04-17 16:49:42',10,207.2,207.2,0,0,0,0),(8152,1838,131,0,94,'2023-04-17 16:49:42',6,75.9,75.9,0,0,0,0),(8153,1838,41,0,94,'2023-04-17 16:49:42',2,132.96,132.96,0,0,0,0),(8154,1838,488,0,94,'2023-04-17 16:49:42',1,31.35,31.35,0,0,0,0),(8155,1838,133,0,94,'2023-04-17 16:49:42',4,57.2,57.2,0,0,0,0),(8157,1839,93,0,63,'2023-04-17 18:56:17',10,0,10.19,0,0,10.19,0),(8159,1841,23,0,50,'2023-04-18 22:19:27',2,143.52,143.52,0,0,0,0),(8160,1841,38,0,50,'2023-04-18 22:19:27',1,174.72,174.72,0,0,0,0),(8161,1841,41,0,50,'2023-04-18 22:19:27',5,332.4,332.4,0,0,0,0),(8162,1841,49,0,50,'2023-04-18 22:19:27',3,237.6,237.6,0,0,0,0),(8164,1842,41,0,11,'2023-04-20 15:35:16',1,66.48,68.321333,0,0,1.841333,0),(8165,1842,490,0,11,'2023-04-20 15:35:16',10,207.2,225.613333,0,0,18.413333,0),(8166,1842,487,0,11,'2023-04-20 15:35:16',2,62.7,66.382667,0,0,3.682667,0),(8167,1842,116,0,11,'2023-04-20 15:35:16',1,145.44,147.281333,0,0,1.841333,0),(8168,1842,42,0,11,'2023-04-20 15:35:16',1,79.2,81.041333,0,0,1.841333,0),(8170,1843,23,0,6,'2023-04-21 12:24:38',2,143.52,143.52,0,0,0,0),(8171,1843,45,0,6,'2023-04-21 12:24:38',2,84.48,84.48,0,0,0,0),(8172,1843,41,0,6,'2023-04-21 12:24:38',1,66.48,66.48,0,0,0,0),(8173,1843,116,0,6,'2023-04-21 12:24:38',2,290.88,290.88,0,0,0,0),(8174,1843,49,0,6,'2023-04-21 12:24:38',1,79.2,79.2,0,0,0,0),(8175,1843,93,0,6,'2023-04-21 12:24:38',6,0,0,0,0,0,0),(8177,1844,38,0,57,'2023-04-22 18:08:33',1,174.72,178.0875,0,0,3.3675,0),(8178,1844,23,0,57,'2023-04-22 18:08:33',1,71.76,75.1275,0,0,3.3675,0),(8179,1844,490,0,57,'2023-04-22 18:08:33',6,124.32,144.525,0,0,20.205,0),(8181,1845,490,0,12,'2023-04-22 20:45:32',10,207.2,207.2,0,0,0,0),(8182,1845,487,0,12,'2023-04-22 20:45:32',2,62.7,62.7,0,0,0,0),(8183,1845,23,0,12,'2023-04-22 20:45:32',1,71.76,71.76,0,0,0,0),(8184,1845,38,0,12,'2023-04-22 20:45:32',1,174.72,174.72,0,0,0,0),(8185,1845,41,0,12,'2023-04-22 20:45:32',2,132.96,132.96,0,0,0,0),(8186,1845,51,0,12,'2023-04-22 20:45:32',1,147.84,147.84,0,0,0,0),(8188,1846,41,0,11,'2023-04-24 14:55:39',1,66.48,66.48,0,0,0,0),(8189,1846,490,0,11,'2023-04-24 14:55:39',10,207.2,207.2,0,0,0,0),(8190,1846,487,0,11,'2023-04-24 14:55:39',2,62.7,62.7,0,0,0,0),(8191,1846,116,0,11,'2023-04-24 14:55:39',1,145.44,145.44,0,0,0,0),(8192,1846,42,0,11,'2023-04-24 14:55:39',1,79.2,79.2,0,0,0,0),(8193,1846,23,0,11,'2023-04-24 14:55:39',1,71.76,71.76,0,0,0,0),(8194,1846,23,0,11,'2023-04-24 14:55:39',1,71.76,71.76,0,0,0,0),(8196,1847,44,0,67,'2023-04-24 18:01:03',1,116.16,207.388,0,0,91.228,0),(8197,1847,41,0,67,'2023-04-24 18:01:03',2,132.96,315.416,0,0,182.456,0),(8198,1847,38,0,67,'2023-04-24 18:01:03',2,349.44,531.896,0,0,182.456,0),(8210,1848,23,0,95,'2023-04-24 19:57:36',4,287.04,287.04,0,0,0,0),(8211,1848,38,0,95,'2023-04-24 19:57:36',2,349.44,349.44,0,0,0,0),(8212,1848,41,0,95,'2023-04-24 19:57:36',5,332.4,332.4,0,0,0,0),(8213,1848,51,0,95,'2023-04-24 19:57:36',2,295.68,295.68,0,0,0,0),(8214,1848,43,0,95,'2023-04-24 19:57:36',3,237.6,237.6,0,0,0,0),(8215,1848,490,0,95,'2023-04-24 19:57:36',15,310.8,310.8,0,0,0,0),(8216,1848,144,0,95,'2023-04-24 19:57:36',15,20.7,20.7,0,0,0,0),(8218,1849,490,0,64,'2023-04-26 13:16:25',10,207.2,207.2,0,0,0,0),(8219,1849,488,0,64,'2023-04-26 13:16:25',3,94.05,94.05,0,0,0,0),(8220,1849,38,0,64,'2023-04-26 13:16:25',1,174.72,174.72,0,0,0,0),(8221,1849,41,0,64,'2023-04-26 13:16:25',1,66.48,66.48,0,0,0,0),(8223,1850,118,0,96,'2023-04-26 19:25:17',1,184.8,184.8,0,0,0,0),(8224,1850,49,0,96,'2023-04-26 19:25:17',1,79.2,79.2,0,0,0,0),(8225,1850,38,0,96,'2023-04-26 19:25:17',1,174.72,174.72,0,0,0,0),(8226,1850,43,0,96,'2023-04-26 19:25:17',1,79.2,79.2,0,0,0,0),(8228,1852,23,0,95,'2023-04-27 18:37:28',4,287.04,314.6,0,0,27.56,0),(8230,1853,38,0,26,'2023-04-28 12:51:54',1,174.72,174.72,0,0,0,0),(8231,1853,49,0,26,'2023-04-28 12:51:54',2,158.4,158.4,0,0,0,0),(8232,1853,490,0,26,'2023-04-28 12:51:54',4,82.88,82.88,0,0,0,0),(8233,1853,23,0,26,'2023-04-28 12:51:54',2,143.52,143.52,0,0,0,0),(8234,1853,39,0,26,'2023-04-28 12:51:54',1,79.2,79.2,0,0,0,0),(8235,1853,120,0,26,'2023-04-28 12:51:54',1,52.8,52.8,0,0,0,0),(8236,1853,43,0,26,'2023-04-28 12:51:54',2,158.4,158.4,0,0,0,0),(8237,1853,49,0,26,'2023-04-28 12:51:54',2,158.4,158.4,0,0,0,0),(8239,1854,23,0,79,'2023-04-28 13:11:14',2,143.52,143.52,0,0,0,0),(8240,1854,44,0,79,'2023-04-28 13:11:14',2,232.32,232.32,0,0,0,0),(8241,1854,49,0,79,'2023-04-28 13:11:14',2,158.4,158.4,0,0,0,0),(8242,1854,40,0,79,'2023-04-28 13:11:14',1,79.2,79.2,0,0,0,0),(8243,1854,93,0,79,'2023-04-28 13:11:14',10,0,0,0,0,0,0),(8245,1855,49,0,39,'2023-04-28 13:34:34',1,79.2,81.6675,0,0,2.4675,0),(8246,1855,489,0,39,'2023-04-28 13:34:34',4,76.16,86.03,0,0,9.87,0),(8247,1855,487,0,39,'2023-04-28 13:34:34',2,62.7,67.635,0,0,4.935,0),(8248,1855,43,0,39,'2023-04-28 13:34:34',1,79.2,81.6675,0,0,2.4675,0),(8250,1856,41,0,53,'2023-05-01 12:27:59',2,132.96,140.728,0,0,7.768,0),(8251,1856,99,0,53,'2023-05-01 12:27:59',1,0,3.884,0,0,3.884,0),(8252,1856,49,0,53,'2023-05-01 12:27:59',2,158.4,166.168,0,0,7.768,0),(8254,1857,490,0,17,'2023-05-01 17:05:01',5,103.6,116.004545,0,0,12.404545,0),(8255,1857,23,0,17,'2023-05-01 17:05:01',2,143.52,148.481818,0,0,4.961818,0),(8256,1857,41,0,17,'2023-05-01 17:05:01',2,132.96,137.921818,0,0,4.961818,0),(8257,1857,44,0,17,'2023-05-01 17:05:01',1,116.16,118.640909,0,0,2.480909,0),(8258,1857,38,0,17,'2023-05-01 17:05:01',1,174.72,177.200909,0,0,2.480909,0),(8264,1859,49,0,32,'2023-05-01 22:02:37',3,237.6,256.41,0,0,18.81,0),(8265,1859,45,0,32,'2023-05-01 22:02:37',1,42.24,48.51,0,0,6.27,0),(8266,1859,487,0,32,'2023-05-01 22:02:37',1,31.35,37.62,0,0,6.27,0),(8279,1862,41,0,55,'2023-05-02 20:56:23',1,66.48,68.563333,0,0,2.083333,0),(8280,1862,490,0,55,'2023-05-02 20:56:23',5,98,108.416667,0,0,10.416667,0),(8287,1863,23,0,97,'2023-05-02 22:58:07',1,68.54,71.04,0,0,2.5,0),(8288,1863,51,0,97,'2023-05-02 22:58:07',1,147.84,150.34,0,0,2.5,0),(8289,1863,49,0,97,'2023-05-02 22:58:07',1,79.2,81.7,0,0,2.5,0),(8290,1863,490,0,97,'2023-05-02 22:58:07',10,196,221,0,0,25,0),(8292,1864,23,0,13,'2023-05-03 17:42:42',2,137.08,137.08,0,0,0,0),(8293,1864,38,0,13,'2023-05-03 17:42:42',1,165.76,165.76,0,0,0,0),(8294,1864,41,0,13,'2023-05-03 17:42:42',3,199.44,199.44,0,0,0,0),(8295,1864,43,0,13,'2023-05-03 17:42:42',1,79.2,79.2,0,0,0,0),(8296,1864,93,0,13,'2023-05-03 17:42:42',10,0,0,0,0,0,0),(8298,1865,41,0,11,'2023-05-04 18:38:30',4,265.92,265.92,0,0,0,0),(8299,1865,490,0,11,'2023-05-04 18:38:30',10,196,196,0,0,0,0),(8300,1865,487,0,11,'2023-05-04 18:38:30',2,62.7,62.7,0,0,0,0),(8301,1865,116,0,11,'2023-05-04 18:38:30',1,145.44,145.44,0,0,0,0),(8302,1865,120,0,11,'2023-05-04 18:38:30',1,52.8,52.8,0,0,0,0),(8304,1867,490,0,86,'2023-05-04 20:01:36',3,58.8,69.135,0,0,10.335,0),(8305,1867,488,0,86,'2023-05-04 20:01:36',1,31.35,34.795,0,0,3.445,0),(8306,1867,487,0,86,'2023-05-04 20:01:36',1,31.35,34.795,0,0,3.445,0),(8307,1867,45,0,86,'2023-05-04 20:01:36',1,42.24,45.685,0,0,3.445,0),(8309,1868,23,0,62,'2023-05-05 19:44:06',4,274.16,274.16,0,0,0,0),(8310,1868,38,0,62,'2023-05-05 19:44:06',2,331.52,331.52,0,0,0,0),(8311,1868,51,0,62,'2023-05-05 19:44:06',4,591.36,591.36,0,0,0,0),(8312,1868,116,0,62,'2023-05-05 19:44:06',1,145.44,145.44,0,0,0,0),(8313,1868,45,0,62,'2023-05-05 19:44:06',1,42.24,42.24,0,0,0,0),(8314,1868,49,0,62,'2023-05-05 19:44:06',2,158.4,158.4,0,0,0,0),(8315,1868,43,0,62,'2023-05-05 19:44:06',1,79.2,79.2,0,0,0,0),(8316,1868,44,0,62,'2023-05-05 19:44:06',4,464.64,464.64,0,0,0,0),(8317,1868,93,0,62,'2023-05-05 19:44:06',10,0,0,0,0,0,0),(8318,1868,133,0,62,'2023-05-05 19:44:06',6,85.8,85.8,0,0,0,0),(8319,1868,99,0,62,'2023-05-05 19:44:06',1,0,0,0,0,0,0),(8320,1868,97,0,62,'2023-05-05 19:44:06',1,0,0,0,0,0,0),(8321,1868,320,0,62,'2023-05-05 19:44:06',10,37.5,37.5,0,0,0,0),(8323,1869,38,0,57,'2023-05-08 13:33:43',1,165.76,165.76,0,0,0,0),(8324,1869,23,0,57,'2023-05-08 13:33:43',1,68.54,68.54,0,0,0,0),(8325,1869,490,0,57,'2023-05-08 13:33:43',6,117.6,117.6,0,0,0,0),(8326,1869,23,0,57,'2023-05-08 13:33:43',1,68.54,68.54,0,0,0,0),(8327,1869,45,0,57,'2023-05-08 13:33:43',2,84.48,84.48,0,0,0,0),(8328,1869,41,0,57,'2023-05-08 13:33:43',1,66.48,66.48,0,0,0,0),(8329,1869,49,0,57,'2023-05-08 13:33:43',1,79.2,79.2,0,0,0,0),(8331,1870,23,0,94,'2023-05-08 15:13:47',4,274.16,274.16,0,0,0,0),(8332,1870,38,0,94,'2023-05-08 15:13:47',2,331.52,331.52,0,0,0,0),(8333,1870,490,0,94,'2023-05-08 15:13:47',10,196,196,0,0,0,0),(8334,1870,131,0,94,'2023-05-08 15:13:47',6,75.9,75.9,0,0,0,0),(8335,1870,41,0,94,'2023-05-08 15:13:47',2,132.96,132.96,0,0,0,0),(8336,1870,488,0,94,'2023-05-08 15:13:47',1,31.35,31.35,0,0,0,0),(8337,1870,133,0,94,'2023-05-08 15:13:47',4,57.2,57.2,0,0,0,0),(8339,1871,490,0,21,'2023-05-08 20:56:27',2,39.2,49.36,0,0,10.16,0),(8343,1872,490,0,49,'2023-05-08 22:14:54',4,78.4,97.9,0,0,19.5,0),(8345,1873,93,0,53,'2023-05-09 18:54:59',10,0,21.1,0,0,21.1,0),(8346,1873,43,0,53,'2023-05-09 18:54:59',2,158.4,162.62,0,0,4.22,0),(8347,1873,41,0,53,'2023-05-09 18:54:59',2,132.96,137.18,0,0,4.22,0),(8348,1873,120,0,53,'2023-05-09 18:54:59',1,52.8,54.91,0,0,2.11,0),(8350,1874,93,0,53,'2023-05-09 18:58:36',10,0,11.330769,0,0,11.330769,0),(8351,1874,137,0,53,'2023-05-09 18:58:36',1,6.05,7.183077,0,0,1.133077,0),(8352,1874,148,0,53,'2023-05-09 18:58:36',1,8.25,9.383077,0,0,1.133077,0),(8353,1874,320,0,53,'2023-05-09 18:58:36',1,3.75,4.883077,0,0,1.133077,0),(8355,1875,490,0,86,'2023-05-09 19:53:51',3,58.8,69.135,0,0,10.335,0),(8356,1875,487,0,86,'2023-05-09 19:53:51',1,31.35,34.795,0,0,3.445,0),(8357,1875,45,0,86,'2023-05-09 19:53:51',1,42.24,45.685,0,0,3.445,0),(8358,1875,488,0,86,'2023-05-09 19:53:51',1,31.35,34.795,0,0,3.445,0),(8363,1876,41,0,62,'2023-05-10 20:04:21',6,398.88,398.88,0,0,0,0),(8364,1876,51,0,62,'2023-05-10 20:04:21',1,147.84,147.84,0,0,0,0),(8366,1877,137,0,81,'2023-05-10 21:35:59',12,72.6,82.76,0,0,10.16,0),(8368,1878,490,0,25,'2023-05-11 04:43:55',7,137.2,173.502,0,0,36.302,0),(8369,1878,23,0,25,'2023-05-11 04:43:55',1,68.54,73.726,0,0,5.186,0),(8370,1878,45,0,25,'2023-05-11 04:43:55',1,42.24,47.426,0,0,5.186,0),(8371,1878,41,0,25,'2023-05-11 04:43:55',1,66.48,71.666,0,0,5.186,0),(8372,1878,51,0,25,'2023-05-11 04:43:55',1,147.84,153.026,0,0,5.186,0),(8373,1878,120,0,25,'2023-05-11 04:43:55',1,52.8,57.986,0,0,5.186,0),(8374,1878,487,0,25,'2023-05-11 04:43:55',2,62.7,73.072,0,0,10.372,0),(8375,1878,38,0,25,'2023-05-11 04:43:55',1,165.76,170.946,0,0,5.186,0),(8377,1879,23,0,79,'2023-05-11 16:45:33',2,137.08,137.08,0,0,0,0),(8378,1879,43,0,79,'2023-05-11 16:45:33',1,79.2,79.2,0,0,0,0),(8379,1879,49,0,79,'2023-05-11 16:45:33',2,158.4,158.4,0,0,0,0),(8380,1879,44,0,79,'2023-05-11 16:45:33',2,232.32,232.32,0,0,0,0),(8381,1879,93,0,79,'2023-05-11 16:45:33',10,0,0,0,0,0,0),(8383,1880,41,0,53,'2023-05-11 16:46:29',3,199.44,211.075714,0,0,11.635714,0),(8384,1880,120,0,53,'2023-05-11 16:46:29',1,52.8,56.678571,0,0,3.878571,0),(8385,1880,49,0,53,'2023-05-11 16:46:29',2,158.4,166.157143,0,0,7.757143,0),(8386,1880,99,0,53,'2023-05-11 16:46:29',1,0,3.878571,0,0,3.878571,0),(8388,1881,137,0,21,'2023-05-11 17:00:38',10,60.5,65.446667,0,0,4.946667,0),(8389,1881,138,0,21,'2023-05-11 17:00:38',10,49.5,54.446667,0,0,4.946667,0),(8390,1881,318,0,21,'2023-05-11 17:00:38',10,30,34.946667,0,0,4.946667,0),(8392,1882,137,0,21,'2023-05-11 17:01:12',10,60.5,66.266667,0,0,5.766667,0),(8393,1882,138,0,21,'2023-05-11 17:01:12',10,49.5,55.266667,0,0,5.766667,0),(8394,1882,318,0,21,'2023-05-11 17:01:12',10,30,35.766667,0,0,5.766667,0),(8402,1883,45,0,42,'2023-05-12 18:54:23',1,42.24,42.24,0,0,0,0),(8403,1883,41,0,42,'2023-05-12 18:54:23',1,66.48,66.48,0,0,0,0),(8404,1883,44,0,42,'2023-05-12 18:54:23',1,116.16,116.16,0,0,0,0),(8405,1883,318,0,42,'2023-05-12 18:54:23',2,6,6,0,0,0,0),(8406,1883,49,0,42,'2023-05-12 18:54:23',4,316.8,316.8,0,0,0,0),(8408,1884,23,0,82,'2023-05-13 22:39:53',5,342.7,342.7,0,0,0,0),(8409,1884,41,0,82,'2023-05-13 22:39:53',3,199.44,199.44,0,0,0,0),(8410,1884,43,0,82,'2023-05-13 22:39:53',3,237.6,237.6,0,0,0,0),(8411,1884,490,0,82,'2023-05-13 22:39:53',12,235.2,235.2,0,0,0,0),(8412,1884,488,0,82,'2023-05-13 22:39:53',2,62.7,62.7,0,0,0,0),(8414,1886,490,0,90,'2023-05-16 15:54:08',10,196,196,0,0,0,0),(8415,1886,39,0,90,'2023-05-16 15:54:08',1,79.2,79.2,0,0,0,0),(8416,1886,40,0,90,'2023-05-16 15:54:08',1,79.2,79.2,0,0,0,0),(8417,1886,43,0,90,'2023-05-16 15:54:08',1,79.2,79.2,0,0,0,0),(8418,1886,487,0,90,'2023-05-16 15:54:08',1,31.35,31.35,0,0,0,0),(8419,1886,488,0,90,'2023-05-16 15:54:08',1,31.35,31.35,0,0,0,0),(8420,1886,38,0,90,'2023-05-16 15:54:08',1,165.76,165.76,0,0,0,0),(8421,1886,23,0,90,'2023-05-16 15:54:08',1,68.54,68.54,0,0,0,0),(8422,1886,41,0,90,'2023-05-16 15:54:08',1,66.48,66.48,0,0,0,0),(8424,1887,42,0,90,'2023-05-16 16:07:35',2,158.4,158.4,0,0,0,0),(8425,1887,120,0,90,'2023-05-16 16:07:35',1,52.8,52.8,0,0,0,0),(8426,1887,43,0,90,'2023-05-16 16:07:35',1,79.2,79.2,0,0,0,0),(8427,1887,487,0,90,'2023-05-16 16:07:35',1,31.35,31.35,0,0,0,0),(8428,1887,23,0,90,'2023-05-16 16:07:35',1,68.54,68.54,0,0,0,0),(8429,1887,38,0,90,'2023-05-16 16:07:35',2,331.52,331.52,0,0,0,0),(8430,1887,490,0,90,'2023-05-16 16:07:35',5,98,98,0,0,0,0),(8431,1887,41,0,90,'2023-05-16 16:07:35',3,199.44,199.44,0,0,0,0),(8433,1888,42,0,90,'2023-05-16 16:13:47',1,79.2,79.2,0,0,0,0),(8434,1888,487,0,90,'2023-05-16 16:13:47',1,31.35,31.35,0,0,0,0),(8435,1888,120,0,90,'2023-05-16 16:13:47',1,52.8,52.8,0,0,0,0),(8436,1888,43,0,90,'2023-05-16 16:13:47',1,79.2,79.2,0,0,0,0),(8437,1888,49,0,90,'2023-05-16 16:13:47',1,79.2,79.2,0,0,0,0),(8438,1888,23,0,90,'2023-05-16 16:13:47',1,68.54,68.54,0,0,0,0),(8439,1888,38,0,90,'2023-05-16 16:13:47',1,165.76,165.76,0,0,0,0),(8440,1888,41,0,90,'2023-05-16 16:13:47',1,66.48,66.48,0,0,0,0),(8441,1888,45,0,90,'2023-05-16 16:13:47',2,84.48,84.48,0,0,0,0),(8442,1888,490,0,90,'2023-05-16 16:13:47',15,294,294,0,0,0,0),(8444,1889,23,0,94,'2023-05-16 19:47:31',3,205.62,205.62,0,0,0,0),(8445,1889,38,0,94,'2023-05-16 19:47:31',2,331.52,331.52,0,0,0,0),(8446,1889,490,0,94,'2023-05-16 19:47:31',10,196,196,0,0,0,0),(8447,1889,131,0,94,'2023-05-16 19:47:31',2,25.3,25.3,0,0,0,0),(8448,1889,41,0,94,'2023-05-16 19:47:31',3,199.44,199.44,0,0,0,0),(8449,1889,488,0,94,'2023-05-16 19:47:31',1,31.35,31.35,0,0,0,0),(8450,1889,133,0,94,'2023-05-16 19:47:31',2,28.6,28.6,0,0,0,0),(8451,1889,43,0,94,'2023-05-16 19:47:31',2,158.4,158.4,0,0,0,0),(8452,1889,49,0,94,'2023-05-16 19:47:31',1,79.2,79.2,0,0,0,0),(8454,1890,23,0,79,'2023-05-16 22:11:31',2,137.08,137.08,0,0,0,0),(8455,1890,43,0,79,'2023-05-16 22:11:31',1,79.2,79.2,0,0,0,0),(8456,1890,49,0,79,'2023-05-16 22:11:31',2,158.4,158.4,0,0,0,0),(8457,1890,93,0,79,'2023-05-16 22:11:31',10,0,0,0,0,0,0),(8458,1890,118,0,79,'2023-05-16 22:11:31',1,184.8,184.8,0,0,0,0),(8459,1890,45,0,79,'2023-05-16 22:11:31',1,42.24,42.24,0,0,0,0),(8461,1891,490,0,11,'2023-05-16 22:59:03',10,196,196,0,0,0,0),(8462,1891,487,0,11,'2023-05-16 22:59:03',2,62.7,62.7,0,0,0,0),(8463,1891,116,0,11,'2023-05-16 22:59:03',1,145.44,145.44,0,0,0,0),(8464,1891,23,0,11,'2023-05-16 22:59:03',1,68.54,68.54,0,0,0,0),(8465,1891,38,0,11,'2023-05-16 22:59:03',1,165.76,165.76,0,0,0,0),(8466,1891,45,0,11,'2023-05-16 22:59:03',1,42.24,42.24,0,0,0,0),(8467,1891,488,0,11,'2023-05-16 22:59:03',1,31.35,31.35,0,0,0,0),(8468,1891,51,0,11,'2023-05-16 22:59:03',1,147.84,147.84,0,0,0,0),(8469,1891,42,0,11,'2023-05-16 22:59:03',1,79.2,79.2,0,0,0,0),(8470,1891,43,0,11,'2023-05-16 22:59:03',1,79.2,79.2,0,0,0,0),(8471,1891,49,0,11,'2023-05-16 22:59:03',1,79.2,79.2,0,0,0,0),(8473,1892,23,0,11,'2023-05-16 23:22:31',1,68.54,68.54,0,0,0,0),(8474,1892,38,0,11,'2023-05-16 23:22:31',1,165.76,165.76,0,0,0,0),(8475,1892,42,0,11,'2023-05-16 23:22:31',1,79.2,79.2,0,0,0,0),(8476,1892,45,0,11,'2023-05-16 23:22:31',1,42.24,42.24,0,0,0,0),(8477,1892,41,0,11,'2023-05-16 23:22:31',2,132.96,132.96,0,0,0,0),(8478,1892,118,0,11,'2023-05-16 23:22:31',1,184.8,184.8,0,0,0,0),(8479,1892,51,0,11,'2023-05-16 23:22:31',1,147.84,147.84,0,0,0,0),(8480,1892,39,0,11,'2023-05-16 23:22:31',1,79.2,79.2,0,0,0,0),(8481,1892,40,0,11,'2023-05-16 23:22:31',1,79.2,79.2,0,0,0,0),(8482,1892,43,0,11,'2023-05-16 23:22:31',1,79.2,79.2,0,0,0,0),(8483,1892,49,0,11,'2023-05-16 23:22:31',1,79.2,79.2,0,0,0,0),(8484,1892,44,0,11,'2023-05-16 23:22:31',1,116.16,116.16,0,0,0,0),(8485,1892,490,0,11,'2023-05-16 23:22:31',10,196,196,0,0,0,0),(8486,1892,488,0,11,'2023-05-16 23:22:31',1,31.35,31.35,0,0,0,0),(8487,1892,487,0,11,'2023-05-16 23:22:31',1,31.35,31.35,0,0,0,0),(8489,1893,487,0,90,'2023-05-17 17:27:49',1,31.35,31.35,0,0,0,0),(8490,1893,488,0,90,'2023-05-17 17:27:49',1,31.35,31.35,0,0,0,0),(8491,1893,490,0,90,'2023-05-17 17:27:49',10,196,196,0,0,0,0),(8492,1893,43,0,90,'2023-05-17 17:27:49',1,79.2,79.2,0,0,0,0),(8493,1893,38,0,90,'2023-05-17 17:27:49',1,165.76,165.76,0,0,0,0),(8495,1894,39,0,100,'2023-05-18 01:40:05',1,79.2,79.2,0,0,0,0),(8496,1894,40,0,100,'2023-05-18 01:40:05',1,79.2,79.2,0,0,0,0),(8497,1894,43,0,100,'2023-05-18 01:40:05',1,79.2,79.2,0,0,0,0),(8498,1894,93,0,100,'2023-05-18 01:40:05',10,0,0,0,0,0,0),(8499,1894,41,0,100,'2023-05-18 01:40:05',1,66.48,66.48,0,0,0,0),(8500,1894,38,0,100,'2023-05-18 01:40:05',1,165.76,165.76,0,0,0,0),(8501,1894,23,0,100,'2023-05-18 01:40:05',1,68.54,68.54,0,0,0,0),(8503,1895,23,0,12,'2023-05-18 16:31:05',2,137.08,137.08,0,0,0,0),(8504,1895,42,0,12,'2023-05-18 16:31:05',1,79.2,79.2,0,0,0,0),(8505,1895,45,0,12,'2023-05-18 16:31:05',1,42.24,42.24,0,0,0,0),(8506,1895,41,0,12,'2023-05-18 16:31:05',4,265.92,265.92,0,0,0,0),(8507,1895,51,0,12,'2023-05-18 16:31:05',1,147.84,147.84,0,0,0,0),(8508,1895,49,0,12,'2023-05-18 16:31:05',2,158.4,158.4,0,0,0,0),(8509,1895,490,0,12,'2023-05-18 16:31:05',8,156.8,156.8,0,0,0,0),(8510,1895,487,0,12,'2023-05-18 16:31:05',2,62.7,62.7,0,0,0,0),(8512,1896,38,0,12,'2023-05-18 16:34:15',1,165.76,165.76,0,0,0,0),(8513,1896,23,0,12,'2023-05-18 16:34:15',2,137.08,137.08,0,0,0,0),(8514,1896,51,0,12,'2023-05-18 16:34:15',2,295.68,295.68,0,0,0,0),(8515,1896,120,0,12,'2023-05-18 16:34:15',1,52.8,52.8,0,0,0,0),(8516,1896,43,0,12,'2023-05-18 16:34:15',1,79.2,79.2,0,0,0,0),(8517,1896,49,0,12,'2023-05-18 16:34:15',2,158.4,158.4,0,0,0,0),(8518,1896,490,0,12,'2023-05-18 16:34:15',8,156.8,156.8,0,0,0,0),(8519,1896,487,0,12,'2023-05-18 16:34:15',1,31.35,31.35,0,0,0,0),(8521,1897,137,0,21,'2023-05-18 17:46:22',20,121,130.436667,0,0,9.436667,0),(8522,1897,138,0,21,'2023-05-18 17:46:22',20,99,108.436667,0,0,9.436667,0),(8523,1897,318,0,21,'2023-05-18 17:46:22',20,60,69.436667,0,0,9.436667,0),(8525,1898,490,0,99,'2023-05-18 21:55:51',7,137.2,150.621154,0,0,13.421154,0),(8526,1898,43,0,99,'2023-05-18 21:55:51',1,79.2,81.117308,0,0,1.917308,0),(8527,1898,41,0,99,'2023-05-18 21:55:51',7,465.36,478.781154,0,0,13.421154,0),(8528,1898,23,0,99,'2023-05-18 21:55:51',2,137.08,140.914615,0,0,3.834615,0),(8529,1898,38,0,99,'2023-05-18 21:55:51',1,165.76,167.677308,0,0,1.917308,0),(8530,1898,120,0,99,'2023-05-18 21:55:51',1,52.8,54.717308,0,0,1.917308,0),(8531,1898,489,0,99,'2023-05-18 21:55:51',7,133.28,146.701154,0,0,13.421154,0),(8533,1899,23,0,50,'2023-05-19 15:10:20',2,137.08,137.08,0,0,0,0),(8534,1899,38,0,50,'2023-05-19 15:10:20',1,165.76,165.76,0,0,0,0),(8535,1899,41,0,50,'2023-05-19 15:10:20',2,132.96,132.96,0,0,0,0),(8536,1899,43,0,50,'2023-05-19 15:10:20',2,158.4,158.4,0,0,0,0),(8537,1899,44,0,50,'2023-05-19 15:10:20',1,116.16,116.16,0,0,0,0),(8538,1899,490,0,50,'2023-05-19 15:10:20',10,196,196,0,0,0,0),(8540,1900,23,0,50,'2023-05-19 15:20:56',1,68.54,68.54,0,0,0,0),(8541,1900,38,0,50,'2023-05-19 15:20:56',1,165.76,165.76,0,0,0,0),(8542,1900,41,0,50,'2023-05-19 15:20:56',2,132.96,132.96,0,0,0,0),(8543,1900,43,0,50,'2023-05-19 15:20:56',3,237.6,237.6,0,0,0,0),(8544,1900,120,0,50,'2023-05-19 15:20:56',3,158.4,158.4,0,0,0,0),(8545,1900,44,0,50,'2023-05-19 15:20:56',1,116.16,116.16,0,0,0,0),(8546,1900,490,0,50,'2023-05-19 15:20:56',20,392,392,0,0,0,0),(8550,1901,23,0,85,'2023-05-20 16:06:14',4,274.16,329.89,0,0,55.73,0),(8552,1902,23,0,95,'2023-05-23 20:48:26',4,274.16,274.16,0,0,0,0),(8553,1902,38,0,95,'2023-05-23 20:48:26',2,331.52,331.52,0,0,0,0),(8554,1902,42,0,95,'2023-05-23 20:48:26',2,158.4,158.4,0,0,0,0),(8555,1902,41,0,95,'2023-05-23 20:48:26',3,199.44,199.44,0,0,0,0),(8556,1902,51,0,95,'2023-05-23 20:48:26',5,739.2,739.2,0,0,0,0),(8557,1902,490,0,95,'2023-05-23 20:48:26',20,392,392,0,0,0,0),(8559,1903,93,0,63,'2023-05-23 22:55:18',10,0,43.33,0,0,43.33,0),(8561,1905,93,0,79,'2023-05-24 21:09:52',10,0,0,0,0,0,0),(8562,1905,118,0,79,'2023-05-24 21:09:52',1,184.8,184.8,0,0,0,0),(8563,1905,23,0,79,'2023-05-24 21:09:52',2,137.08,137.08,0,0,0,0),(8564,1905,44,0,79,'2023-05-24 21:09:52',2,232.32,232.32,0,0,0,0),(8566,1906,120,0,26,'2023-05-25 14:19:21',1,52.8,52.8,0,0,0,0),(8567,1906,43,0,26,'2023-05-25 14:19:21',2,158.4,158.4,0,0,0,0),(8568,1906,23,0,26,'2023-05-25 14:19:21',2,137.08,137.08,0,0,0,0),(8569,1906,45,0,26,'2023-05-25 14:19:21',1,42.24,42.24,0,0,0,0),(8570,1906,488,0,26,'2023-05-25 14:19:21',1,31.35,31.35,0,0,0,0),(8571,1906,487,0,26,'2023-05-25 14:19:21',1,31.35,31.35,0,0,0,0),(8572,1906,490,0,26,'2023-05-25 14:19:21',2,39.2,39.2,0,0,0,0),(8573,1906,41,0,26,'2023-05-25 14:19:21',1,66.48,66.48,0,0,0,0),(8575,1907,23,0,64,'2023-05-25 14:42:20',2,137.08,137.08,0,0,0,0),(8576,1907,38,0,64,'2023-05-25 14:42:20',1,165.76,165.76,0,0,0,0),(8577,1907,41,0,64,'2023-05-25 14:42:20',3,199.44,199.44,0,0,0,0),(8578,1907,49,0,64,'2023-05-25 14:42:20',2,158.4,158.4,0,0,0,0),(8579,1907,490,0,64,'2023-05-25 14:42:20',10,196,196,0,0,0,0),(8580,1907,488,0,64,'2023-05-25 14:42:20',2,62.7,62.7,0,0,0,0),(8581,1907,39,0,64,'2023-05-25 14:42:20',2,158.4,158.4,0,0,0,0),(8585,1909,489,0,69,'2023-05-25 18:09:27',6,114.24,114.24,0,0,0,0),(8586,1909,43,0,69,'2023-05-25 18:09:27',5,396,396,0,0,0,0),(8587,1909,23,0,69,'2023-05-25 18:09:27',7,479.78,479.78,0,0,0,0),(8588,1909,49,0,69,'2023-05-25 18:09:27',5,396,396,0,0,0,0),(8589,1909,133,0,69,'2023-05-25 18:09:27',2,28.6,28.6,0,0,0,0),(8590,1909,487,0,69,'2023-05-25 18:09:27',2,62.7,62.7,0,0,0,0),(8591,1909,488,0,69,'2023-05-25 18:09:27',2,62.7,62.7,0,0,0,0),(8593,1910,38,0,6,'2023-05-25 23:08:13',2,331.52,331.52,0,0,0,0),(8594,1910,23,0,6,'2023-05-25 23:08:13',1,68.54,68.54,0,0,0,0),(8595,1910,45,0,6,'2023-05-25 23:08:13',1,42.24,42.24,0,0,0,0),(8596,1910,41,0,6,'2023-05-25 23:08:13',2,132.96,132.96,0,0,0,0),(8597,1910,116,0,6,'2023-05-25 23:08:13',1,145.44,145.44,0,0,0,0),(8598,1910,39,0,6,'2023-05-25 23:08:13',1,79.2,79.2,0,0,0,0),(8599,1910,40,0,6,'2023-05-25 23:08:13',1,79.2,79.2,0,0,0,0),(8600,1910,43,0,6,'2023-05-25 23:08:13',1,79.2,79.2,0,0,0,0),(8601,1910,120,0,6,'2023-05-25 23:08:13',1,52.8,52.8,0,0,0,0),(8602,1910,49,0,6,'2023-05-25 23:08:13',2,158.4,158.4,0,0,0,0),(8603,1910,93,0,6,'2023-05-25 23:08:13',6,0,0,0,0,0,0),(8605,1911,23,0,94,'2023-05-26 14:24:21',2,137.08,137.08,0,0,0,0),(8606,1911,38,0,94,'2023-05-26 14:24:21',1,165.76,165.76,0,0,0,0),(8607,1911,490,0,94,'2023-05-26 14:24:21',10,196,196,0,0,0,0),(8608,1911,131,0,94,'2023-05-26 14:24:21',2,25.3,25.3,0,0,0,0),(8609,1911,41,0,94,'2023-05-26 14:24:21',2,132.96,132.96,0,0,0,0),(8610,1911,488,0,94,'2023-05-26 14:24:21',1,31.35,31.35,0,0,0,0),(8611,1911,133,0,94,'2023-05-26 14:24:21',1,14.3,14.3,0,0,0,0),(8612,1911,44,0,94,'2023-05-26 14:24:21',1,116.16,116.16,0,0,0,0),(8613,1911,51,0,94,'2023-05-26 14:24:21',1,147.84,147.84,0,0,0,0),(8615,1912,490,0,25,'2023-05-27 21:15:22',9,176.4,348.409286,0,0,172.009286,0),(8616,1912,23,0,25,'2023-05-27 21:15:22',1,68.54,87.652143,0,0,19.112143,0),(8617,1912,45,0,25,'2023-05-27 21:15:22',1,42.24,61.352143,0,0,19.112143,0),(8618,1912,41,0,25,'2023-05-27 21:15:22',1,66.48,85.592143,0,0,19.112143,0),(8619,1912,38,0,25,'2023-05-27 21:15:22',1,165.76,184.872143,0,0,19.112143,0),(8620,1912,42,0,25,'2023-05-27 21:15:22',1,79.2,98.312143,0,0,19.112143,0),(8622,1913,490,0,25,'2023-05-27 21:24:35',9,176.4,348.409286,0,0,172.009286,0),(8623,1913,23,0,25,'2023-05-27 21:24:35',1,68.54,87.652143,0,0,19.112143,0),(8624,1913,45,0,25,'2023-05-27 21:24:35',1,42.24,61.352143,0,0,19.112143,0),(8625,1913,41,0,25,'2023-05-27 21:24:35',1,66.48,85.592143,0,0,19.112143,0),(8626,1913,38,0,25,'2023-05-27 21:24:35',1,165.76,184.872143,0,0,19.112143,0),(8627,1913,42,0,25,'2023-05-27 21:24:35',1,79.2,98.312143,0,0,19.112143,0),(8629,1914,490,0,25,'2023-05-27 21:31:19',9,176.4,348.409286,0,0,172.009286,0),(8630,1914,23,0,25,'2023-05-27 21:31:19',1,68.54,87.652143,0,0,19.112143,0),(8631,1914,45,0,25,'2023-05-27 21:31:19',1,42.24,61.352143,0,0,19.112143,0),(8632,1914,41,0,25,'2023-05-27 21:31:19',1,66.48,85.592143,0,0,19.112143,0),(8633,1914,38,0,25,'2023-05-27 21:31:19',1,165.76,184.872143,0,0,19.112143,0),(8634,1914,42,0,25,'2023-05-27 21:31:19',1,79.2,98.312143,0,0,19.112143,0),(8636,1915,38,0,13,'2023-05-30 19:02:26',2,331.52,331.52,0,0,0,0),(8637,1915,41,0,13,'2023-05-30 19:02:26',3,199.44,199.44,0,0,0,0),(8638,1915,43,0,13,'2023-05-30 19:02:26',1,79.2,79.2,0,0,0,0),(8639,1915,93,0,13,'2023-05-30 19:02:26',10,0,0,0,0,0,0),(8641,1916,44,0,79,'2023-05-30 22:41:37',5,580.8,580.8,0,0,0,0),(8643,1917,41,0,39,'2023-05-31 21:01:29',2,132.96,142.19,0,0,9.23,0),(8644,1917,489,0,39,'2023-05-31 21:01:29',10,190.4,236.55,0,0,46.15,0),(8646,1918,93,0,41,'2023-05-31 21:29:25',6,0,31.94,0,0,31.94,0),(8648,1919,45,0,96,'2023-05-31 22:11:35',1,42.24,42.24,0,0,0,0),(8649,1919,43,0,96,'2023-05-31 22:11:35',1,79.2,79.2,0,0,0,0),(8650,1919,49,0,96,'2023-05-31 22:11:35',1,79.2,79.2,0,0,0,0),(8651,1919,41,0,96,'2023-05-31 22:11:35',1,66.48,66.48,0,0,0,0),(8652,1919,42,0,96,'2023-05-31 22:11:35',1,79.2,79.2,0,0,0,0),(8653,1919,39,0,96,'2023-05-31 22:11:35',1,79.2,79.2,0,0,0,0),(8654,1919,40,0,96,'2023-05-31 22:11:35',1,79.2,79.2,0,0,0,0),(8656,1921,41,0,70,'2023-06-01 13:24:45',6,398.88,398.88,0,0,0,0),(8657,1921,42,0,70,'2023-06-01 13:24:45',1,79.2,79.2,0,0,0,0),(8658,1921,23,0,70,'2023-06-01 13:24:45',1,68.54,68.54,0,0,0,0),(8659,1921,116,0,70,'2023-06-01 13:24:45',1,145.44,145.44,0,0,0,0),(8661,1922,490,0,17,'2023-06-01 14:47:58',4,78.4,88.673333,0,0,10.273333,0),(8662,1922,487,0,17,'2023-06-01 14:47:58',1,31.35,33.918333,0,0,2.568333,0),(8663,1922,44,0,17,'2023-06-01 14:47:58',1,116.16,118.728333,0,0,2.568333,0),(8665,1923,490,0,80,'2023-06-01 16:43:18',70,1372,1372,0,0,0,0),(8666,1923,488,0,80,'2023-06-01 16:43:18',9,282.15,282.15,0,0,0,0),(8667,1923,49,0,80,'2023-06-01 16:43:18',5,396,396,0,0,0,0),(8668,1923,43,0,80,'2023-06-01 16:43:18',5,396,396,0,0,0,0),(8669,1923,51,0,80,'2023-06-01 16:43:18',1,147.84,147.84,0,0,0,0),(8670,1923,118,0,80,'2023-06-01 16:43:18',1,184.8,184.8,0,0,0,0),(8671,1923,41,0,80,'2023-06-01 16:43:18',17,1130.16,1130.16,0,0,0,0),(8672,1923,45,0,80,'2023-06-01 16:43:18',2,84.48,84.48,0,0,0,0),(8673,1923,42,0,80,'2023-06-01 16:43:18',2,158.4,158.4,0,0,0,0),(8674,1923,38,0,80,'2023-06-01 16:43:18',3,497.28,497.28,0,0,0,0),(8675,1923,23,0,80,'2023-06-01 16:43:18',2,137.08,137.08,0,0,0,0),(8677,1924,45,0,32,'2023-06-01 16:55:48',2,84.48,97.924,0,0,13.444,0),(8678,1924,120,0,32,'2023-06-01 16:55:48',1,52.8,59.522,0,0,6.722,0),(8679,1924,49,0,32,'2023-06-01 16:55:48',2,158.4,171.844,0,0,13.444,0),(8681,1925,38,0,11,'2023-06-01 19:31:40',1,165.76,165.76,0,0,0,0),(8682,1925,42,0,11,'2023-06-01 19:31:40',1,79.2,79.2,0,0,0,0),(8683,1925,45,0,11,'2023-06-01 19:31:40',2,84.48,84.48,0,0,0,0),(8684,1925,41,0,11,'2023-06-01 19:31:40',4,265.92,265.92,0,0,0,0),(8685,1925,120,0,11,'2023-06-01 19:31:40',2,105.6,105.6,0,0,0,0),(8686,1925,490,0,11,'2023-06-01 19:31:40',10,196,196,0,0,0,0),(8687,1925,488,0,11,'2023-06-01 19:31:40',1,31.35,31.35,0,0,0,0),(8688,1925,487,0,11,'2023-06-01 19:31:40',1,31.35,31.35,0,0,0,0),(8690,1927,23,0,11,'2023-06-02 14:41:02',1,68.54,68.54,0,0,0,0),(8691,1927,38,0,11,'2023-06-02 14:41:02',1,165.76,165.76,0,0,0,0),(8692,1927,45,0,11,'2023-06-02 14:41:02',2,84.48,84.48,0,0,0,0),(8693,1927,51,0,11,'2023-06-02 14:41:02',1,147.84,147.84,0,0,0,0),(8694,1927,118,0,11,'2023-06-02 14:41:02',1,184.8,184.8,0,0,0,0),(8695,1927,43,0,11,'2023-06-02 14:41:02',1,79.2,79.2,0,0,0,0),(8696,1927,49,0,11,'2023-06-02 14:41:02',1,79.2,79.2,0,0,0,0),(8697,1927,490,0,11,'2023-06-02 14:41:02',10,196,196,0,0,0,0),(8698,1927,488,0,11,'2023-06-02 14:41:02',2,62.7,62.7,0,0,0,0),(8699,1927,487,0,11,'2023-06-02 14:41:02',1,31.35,31.35,0,0,0,0),(8701,1928,41,0,67,'2023-06-03 01:14:42',4,265.92,265.92,0,0,0,0),(8702,1928,23,0,67,'2023-06-03 01:14:42',1,68.54,68.54,0,0,0,0),(8703,1928,38,0,67,'2023-06-03 01:14:42',1,165.76,165.76,0,0,0,0),(8706,1929,23,0,64,'2023-06-03 21:35:06',2,137.08,137.08,0,0,0,0),(8707,1929,41,0,64,'2023-06-03 21:35:06',2,132.96,132.96,0,0,0,0),(8708,1929,49,0,64,'2023-06-03 21:35:06',2,158.4,158.4,0,0,0,0),(8709,1929,490,0,64,'2023-06-03 21:35:06',10,196,196,0,0,0,0),(8710,1929,488,0,64,'2023-06-03 21:35:06',1,31.35,31.35,0,0,0,0),(8711,1929,45,0,64,'2023-06-03 21:35:06',4,168.96,168.96,0,0,0,0),(8713,1930,42,0,81,'2023-06-03 23:20:12',1,79.2,86.93,0,0,7.73,0),(8714,1930,487,0,81,'2023-06-03 23:20:12',1,31.35,39.08,0,0,7.73,0),(8716,1931,41,0,67,'2023-06-05 17:46:47',-4,-265.92,-265.92,0,0,0,0),(8717,1931,23,0,67,'2023-06-05 17:46:47',-1,-68.54,-68.54,0,0,0,0),(8718,1931,38,0,67,'2023-06-05 17:46:47',-1,-165.76,-165.76,0,0,0,0),(8719,1933,41,0,67,'2023-06-06 14:42:22',2,132.96,212.41,0,0,79.45,0),(8721,1934,490,0,29,'2023-06-06 17:57:32',4,78.4,94.49,0,0,16.09,0),(8724,1936,137,0,53,'2023-06-07 20:18:57',1,6.05,11.27,0,0,5.22,0),(8725,1936,148,0,53,'2023-06-07 20:18:57',1,8.25,13.47,0,0,5.22,0),(8726,1936,49,0,53,'2023-06-07 20:18:57',1,79.2,84.42,0,0,5.22,0),(8727,1936,120,0,53,'2023-06-07 20:18:57',1,52.8,58.02,0,0,5.22,0),(8729,1937,42,0,53,'2023-06-07 20:37:52',1,79.2,83.05,0,0,3.85,0),(8730,1937,120,0,53,'2023-06-07 20:37:52',1,52.8,56.65,0,0,3.85,0),(8731,1937,137,0,53,'2023-06-07 20:37:52',1,6.05,9.9,0,0,3.85,0),(8732,1937,148,0,53,'2023-06-07 20:37:52',1,8.25,12.1,0,0,3.85,0),(8734,1938,41,0,53,'2023-06-07 20:46:19',3,199.44,205.062857,0,0,5.622857,0),(8735,1938,43,0,53,'2023-06-07 20:46:19',1,79.2,81.074286,0,0,1.874286,0),(8736,1938,49,0,53,'2023-06-07 20:46:19',2,158.4,162.148571,0,0,3.748571,0),(8737,1938,148,0,53,'2023-06-07 20:46:19',2,16.5,20.248571,0,0,3.748571,0),(8738,1938,137,0,53,'2023-06-07 20:46:19',6,36.3,47.545714,0,0,11.245714,0),(8740,1939,38,0,52,'2023-06-08 12:13:49',3,497.28,497.28,0,0,0,0),(8741,1939,41,0,52,'2023-06-08 12:13:49',3,199.44,199.44,0,0,0,0),(8742,1939,23,0,52,'2023-06-08 12:13:49',5,342.7,342.7,0,0,0,0),(8743,1939,43,0,52,'2023-06-08 12:13:49',4,316.8,316.8,0,0,0,0),(8744,1939,490,0,52,'2023-06-08 12:13:49',3,58.8,58.8,0,0,0,0),(8745,1939,131,0,52,'2023-06-08 12:13:49',3,37.95,37.95,0,0,0,0),(8746,1939,44,0,52,'2023-06-08 12:13:49',1,116.16,116.16,0,0,0,0),(8750,1942,490,0,29,'2023-06-12 00:20:29',4,78.4,94.45,0,0,16.05,0),(8752,1943,23,0,94,'2023-06-12 03:35:25',2,137.08,137.08,0,0,0,0),(8753,1943,38,0,94,'2023-06-12 03:35:25',2,331.52,331.52,0,0,0,0),(8754,1943,490,0,94,'2023-06-12 03:35:25',10,196,196,0,0,0,0),(8755,1943,131,0,94,'2023-06-12 03:35:25',2,25.3,25.3,0,0,0,0),(8756,1943,41,0,94,'2023-06-12 03:35:25',2,132.96,132.96,0,0,0,0),(8757,1943,133,0,94,'2023-06-12 03:35:25',1,14.3,14.3,0,0,0,0),(8758,1943,488,0,94,'2023-06-12 03:35:25',1,31.35,31.35,0,0,0,0),(8759,1943,487,0,94,'2023-06-12 03:35:25',1,31.35,31.35,0,0,0,0),(8761,1944,23,0,95,'2023-06-12 22:45:30',9,616.86,616.86,0,0,0,0),(8762,1944,38,0,95,'2023-06-12 22:45:30',6,994.56,994.56,0,0,0,0),(8763,1944,42,0,95,'2023-06-12 22:45:30',9,712.8,712.8,0,0,0,0),(8764,1944,41,0,95,'2023-06-12 22:45:30',9,598.32,598.32,0,0,0,0),(8765,1944,118,0,95,'2023-06-12 22:45:30',6,1108.8,1108.8,0,0,0,0),(8766,1944,51,0,95,'2023-06-12 22:45:30',6,887.04,887.04,0,0,0,0),(8767,1944,39,0,95,'2023-06-12 22:45:30',9,712.8,712.8,0,0,0,0),(8768,1944,40,0,95,'2023-06-12 22:45:30',9,712.8,712.8,0,0,0,0),(8769,1944,120,0,95,'2023-06-12 22:45:30',6,316.8,316.8,0,0,0,0),(8770,1944,43,0,95,'2023-06-12 22:45:30',9,712.8,712.8,0,0,0,0),(8771,1944,44,0,95,'2023-06-12 22:45:30',6,696.96,696.96,0,0,0,0),(8772,1944,490,0,95,'2023-06-12 22:45:30',45,882,882,0,0,0,0),(8773,1944,487,0,95,'2023-06-12 22:45:30',6,188.1,188.1,0,0,0,0),(8775,1945,23,0,6,'2023-06-13 14:33:13',2,137.08,137.08,0,0,0,0),(8776,1945,38,0,6,'2023-06-13 14:33:13',1,165.76,165.76,0,0,0,0),(8777,1945,41,0,6,'2023-06-13 14:33:13',4,265.92,265.92,0,0,0,0),(8778,1945,49,0,6,'2023-06-13 14:33:13',1,79.2,79.2,0,0,0,0),(8779,1945,93,0,6,'2023-06-13 14:33:13',3,0,0,0,0,0,0),(8781,1946,23,0,67,'2023-06-13 21:08:41',4,274.16,274.16,0,0,0,0),(8782,1946,38,0,67,'2023-06-13 21:08:41',4,663.04,663.04,0,0,0,0),(8783,1946,45,0,67,'2023-06-13 21:08:41',1,42.24,42.24,0,0,0,0),(8784,1946,43,0,67,'2023-06-13 21:08:41',2,158.4,158.4,0,0,0,0),(8785,1946,41,0,67,'2023-06-13 21:08:41',3,199.44,199.44,0,0,0,0),(8786,1946,93,0,67,'2023-06-13 21:08:41',10,0,0,0,0,0,0),(8787,1946,99,0,67,'2023-06-13 21:08:41',1,0,0,0,0,0,0),(8789,1947,45,0,46,'2023-06-14 01:44:47',1,42.24,110.105,0,0,67.865,0),(8790,1947,41,0,46,'2023-06-14 01:44:47',1,66.48,134.345,0,0,67.865,0),(8791,1947,43,0,46,'2023-06-14 01:44:47',2,158.4,294.13,0,0,135.73,0),(8792,1947,44,0,46,'2023-06-14 01:44:47',1,116.16,184.025,0,0,67.865,0),(8793,1947,93,0,46,'2023-06-14 01:44:47',5,0,339.325,0,0,339.325,0),(8799,1948,43,0,79,'2023-06-14 19:05:52',2,158.4,158.4,0,0,0,0),(8800,1948,23,0,79,'2023-06-14 19:05:52',6,411.24,411.24,0,0,0,0),(8801,1948,93,0,79,'2023-06-14 19:05:52',1,0,0,0,0,0,0),(8803,1949,23,0,95,'2023-06-14 21:15:14',3,205.62,205.62,0,0,0,0),(8804,1949,38,0,95,'2023-06-14 21:15:14',2,331.52,331.52,0,0,0,0),(8805,1949,41,0,95,'2023-06-14 21:15:14',5,332.4,332.4,0,0,0,0),(8806,1949,51,0,95,'2023-06-14 21:15:14',2,295.68,295.68,0,0,0,0),(8807,1949,39,0,95,'2023-06-14 21:15:14',2,158.4,158.4,0,0,0,0),(8808,1949,44,0,95,'2023-06-14 21:15:14',1,116.16,116.16,0,0,0,0),(8809,1949,490,0,95,'2023-06-14 21:15:14',20,392,392,0,0,0,0),(8810,1949,487,0,95,'2023-06-14 21:15:14',3,94.05,94.05,0,0,0,0),(8812,1950,23,0,11,'2023-06-15 20:56:59',1,68.54,68.54,0,0,0,0),(8813,1950,38,0,11,'2023-06-15 20:56:59',1,165.76,165.76,0,0,0,0),(8814,1950,45,0,11,'2023-06-15 20:56:59',2,84.48,84.48,0,0,0,0),(8815,1950,51,0,11,'2023-06-15 20:56:59',1,147.84,147.84,0,0,0,0),(8816,1950,118,0,11,'2023-06-15 20:56:59',1,184.8,184.8,0,0,0,0),(8817,1950,43,0,11,'2023-06-15 20:56:59',1,79.2,79.2,0,0,0,0),(8818,1950,49,0,11,'2023-06-15 20:56:59',1,79.2,79.2,0,0,0,0),(8819,1950,490,0,11,'2023-06-15 20:56:59',10,196,196,0,0,0,0),(8820,1950,488,0,11,'2023-06-15 20:56:59',2,62.7,62.7,0,0,0,0),(8821,1950,487,0,11,'2023-06-15 20:56:59',1,31.35,31.35,0,0,0,0),(8822,1950,41,0,11,'2023-06-15 20:56:59',1,66.48,66.48,0,0,0,0),(8824,1951,490,0,25,'2023-06-16 01:30:28',10,196,196,0,0,0,0),(8825,1951,23,0,25,'2023-06-16 01:30:28',2,137.08,137.08,0,0,0,0),(8826,1951,45,0,25,'2023-06-16 01:30:28',2,84.48,84.48,0,0,0,0),(8827,1951,488,0,25,'2023-06-16 01:30:28',3,94.05,94.05,0,0,0,0),(8828,1951,487,0,25,'2023-06-16 01:30:28',2,62.7,62.7,0,0,0,0),(8830,1952,45,0,46,'2023-06-16 15:17:55',1,42.24,55.901,0,0,13.661,0),(8831,1952,41,0,46,'2023-06-16 15:17:55',1,66.48,80.141,0,0,13.661,0),(8832,1952,43,0,46,'2023-06-16 15:17:55',2,158.4,185.722,0,0,27.322,0),(8833,1952,44,0,46,'2023-06-16 15:17:55',1,116.16,129.821,0,0,13.661,0),(8834,1952,93,0,46,'2023-06-16 15:17:55',5,0,68.305,0,0,68.305,0),(8836,1954,42,0,90,'2023-06-16 17:55:08',1,79.2,79.2,0,0,0,0),(8837,1954,43,0,90,'2023-06-16 17:55:08',1,79.2,79.2,0,0,0,0),(8838,1954,487,0,90,'2023-06-16 17:55:08',1,31.35,31.35,0,0,0,0),(8839,1954,490,0,90,'2023-06-16 17:55:08',10,196,196,0,0,0,0),(8840,1954,38,0,90,'2023-06-16 17:55:08',1,165.76,165.76,0,0,0,0),(8841,1954,23,0,90,'2023-06-16 17:55:08',2,137.08,137.08,0,0,0,0),(8842,1954,41,0,90,'2023-06-16 17:55:08',1,66.48,66.48,0,0,0,0),(8843,1954,45,0,90,'2023-06-16 17:55:08',2,84.48,84.48,0,0,0,0),(8845,1955,40,0,90,'2023-06-16 18:00:22',1,79.2,79.2,0,0,0,0),(8846,1955,39,0,90,'2023-06-16 18:00:22',1,79.2,79.2,0,0,0,0),(8847,1955,45,0,90,'2023-06-16 18:00:22',1,42.24,42.24,0,0,0,0),(8848,1955,120,0,90,'2023-06-16 18:00:22',1,52.8,52.8,0,0,0,0),(8849,1955,43,0,90,'2023-06-16 18:00:22',1,79.2,79.2,0,0,0,0),(8850,1955,41,0,90,'2023-06-16 18:00:22',2,132.96,132.96,0,0,0,0),(8851,1955,38,0,90,'2023-06-16 18:00:22',1,165.76,165.76,0,0,0,0),(8853,1956,23,0,90,'2023-06-16 18:13:10',2,137.08,137.08,0,0,0,0),(8854,1956,42,0,90,'2023-06-16 18:13:10',1,79.2,79.2,0,0,0,0),(8855,1956,43,0,90,'2023-06-16 18:13:10',2,158.4,158.4,0,0,0,0),(8856,1956,120,0,90,'2023-06-16 18:13:10',1,52.8,52.8,0,0,0,0),(8857,1956,40,0,90,'2023-06-16 18:13:10',1,79.2,79.2,0,0,0,0),(8858,1956,41,0,90,'2023-06-16 18:13:10',2,132.96,132.96,0,0,0,0),(8859,1956,39,0,90,'2023-06-16 18:13:10',1,79.2,79.2,0,0,0,0),(8860,1956,49,0,90,'2023-06-16 18:13:10',1,79.2,79.2,0,0,0,0),(8861,1956,38,0,90,'2023-06-16 18:13:10',3,497.28,497.28,0,0,0,0),(8863,1957,39,0,90,'2023-06-16 18:15:55',1,79.2,79.2,0,0,0,0),(8864,1957,40,0,90,'2023-06-16 18:15:55',1,79.2,79.2,0,0,0,0),(8865,1957,49,0,90,'2023-06-16 18:15:55',1,79.2,79.2,0,0,0,0),(8866,1957,43,0,90,'2023-06-16 18:15:55',1,79.2,79.2,0,0,0,0),(8867,1957,490,0,90,'2023-06-16 18:15:55',5,98,98,0,0,0,0),(8868,1957,41,0,90,'2023-06-16 18:15:55',1,66.48,66.48,0,0,0,0),(8869,1957,23,0,90,'2023-06-16 18:15:55',1,68.54,68.54,0,0,0,0),(8871,1960,23,0,13,'2023-06-19 18:03:47',1,68.54,68.54,0,0,0,0),(8872,1960,38,0,13,'2023-06-19 18:03:47',1,165.76,165.76,0,0,0,0),(8873,1960,42,0,13,'2023-06-19 18:03:47',1,79.2,79.2,0,0,0,0),(8874,1960,45,0,13,'2023-06-19 18:03:47',1,42.24,42.24,0,0,0,0),(8875,1960,41,0,13,'2023-06-19 18:03:47',1,66.48,66.48,0,0,0,0),(8876,1960,39,0,13,'2023-06-19 18:03:47',1,79.2,79.2,0,0,0,0),(8877,1960,40,0,13,'2023-06-19 18:03:47',1,79.2,79.2,0,0,0,0),(8878,1960,120,0,13,'2023-06-19 18:03:47',1,52.8,52.8,0,0,0,0),(8879,1960,43,0,13,'2023-06-19 18:03:47',1,79.2,79.2,0,0,0,0),(8881,1961,23,0,30,'2023-06-19 21:06:08',3,205.62,218.18625,0,0,12.56625,0),(8882,1961,42,0,30,'2023-06-19 21:06:08',1,79.2,83.38875,0,0,4.18875,0),(8883,1961,41,0,30,'2023-06-19 21:06:08',1,66.48,70.66875,0,0,4.18875,0),(8884,1961,49,0,30,'2023-06-19 21:06:08',1,79.2,83.38875,0,0,4.18875,0),(8885,1961,116,0,30,'2023-06-19 21:06:08',1,145.44,149.62875,0,0,4.18875,0),(8886,1961,93,0,30,'2023-06-19 21:06:08',1,0,4.18875,0,0,4.18875,0),(8888,1962,23,0,11,'2023-06-19 23:07:39',1,68.54,68.54,0,0,0,0),(8889,1962,45,0,11,'2023-06-19 23:07:39',1,42.24,42.24,0,0,0,0),(8890,1962,41,0,11,'2023-06-19 23:07:39',1,66.48,66.48,0,0,0,0),(8891,1962,51,0,11,'2023-06-19 23:07:39',1,147.84,147.84,0,0,0,0),(8892,1962,116,0,11,'2023-06-19 23:07:39',1,145.44,145.44,0,0,0,0),(8893,1962,44,0,11,'2023-06-19 23:07:39',1,116.16,116.16,0,0,0,0),(8894,1962,490,0,11,'2023-06-19 23:07:39',1,19.6,19.6,0,0,0,0),(8895,1962,487,0,11,'2023-06-19 23:07:39',1,31.35,31.35,0,0,0,0),(8897,1963,23,0,63,'2023-06-20 01:50:43',6,411.24,411.24,0,0,0,0),(8898,1963,41,0,63,'2023-06-20 01:50:43',6,398.88,398.88,0,0,0,0),(8899,1963,39,0,63,'2023-06-20 01:50:43',2,158.4,158.4,0,0,0,0),(8900,1963,40,0,63,'2023-06-20 01:50:43',2,158.4,158.4,0,0,0,0),(8901,1963,49,0,63,'2023-06-20 01:50:43',6,475.2,475.2,0,0,0,0),(8903,1964,489,0,69,'2023-06-20 16:36:43',7,133.28,133.28,0,0,0,0),(8904,1964,43,0,69,'2023-06-20 16:36:43',5,396,396,0,0,0,0),(8905,1964,23,0,69,'2023-06-20 16:36:43',7,479.78,479.78,0,0,0,0),(8906,1964,49,0,69,'2023-06-20 16:36:43',4,316.8,316.8,0,0,0,0),(8907,1964,133,0,69,'2023-06-20 16:36:43',3,42.9,42.9,0,0,0,0),(8908,1964,487,0,69,'2023-06-20 16:36:43',2,62.7,62.7,0,0,0,0),(8909,1964,488,0,69,'2023-06-20 16:36:43',2,62.7,62.7,0,0,0,0),(8910,1964,42,0,69,'2023-06-20 16:36:43',2,158.4,158.4,0,0,0,0),(8911,1964,45,0,69,'2023-06-20 16:36:43',1,42.24,42.24,0,0,0,0),(8912,1964,41,0,69,'2023-06-20 16:36:43',1,66.48,66.48,0,0,0,0),(8913,1964,118,0,69,'2023-06-20 16:36:43',1,184.8,184.8,0,0,0,0),(8914,1964,51,0,69,'2023-06-20 16:36:43',1,147.84,147.84,0,0,0,0),(8915,1964,120,0,69,'2023-06-20 16:36:43',2,105.6,105.6,0,0,0,0),(8916,1964,39,0,69,'2023-06-20 16:36:43',1,79.2,79.2,0,0,0,0),(8917,1964,44,0,69,'2023-06-20 16:36:43',1,116.16,116.16,0,0,0,0),(8918,1964,116,0,69,'2023-06-20 16:36:43',1,145.44,145.44,0,0,0,0),(8920,1965,23,0,12,'2023-06-20 18:29:42',1,68.54,68.54,0,0,0,0),(8921,1965,38,0,12,'2023-06-20 18:29:42',1,165.76,165.76,0,0,0,0),(8922,1965,42,0,12,'2023-06-20 18:29:42',1,79.2,79.2,0,0,0,0),(8923,1965,45,0,12,'2023-06-20 18:29:42',1,42.24,42.24,0,0,0,0),(8924,1965,41,0,12,'2023-06-20 18:29:42',2,132.96,132.96,0,0,0,0),(8925,1965,44,0,12,'2023-06-20 18:29:42',1,116.16,116.16,0,0,0,0),(8926,1965,43,0,12,'2023-06-20 18:29:42',1,79.2,79.2,0,0,0,0),(8927,1965,49,0,12,'2023-06-20 18:29:42',1,79.2,79.2,0,0,0,0),(8928,1965,490,0,12,'2023-06-20 18:29:42',10,196,196,0,0,0,0),(8929,1965,487,0,12,'2023-06-20 18:29:42',1,31.35,31.35,0,0,0,0),(8930,1965,138,0,12,'2023-06-20 18:29:42',10,49.5,49.5,0,0,0,0),(8932,1966,49,0,32,'2023-06-20 20:49:58',3,237.6,266.17,0,0,28.57,0),(8934,1967,23,0,13,'2023-06-20 21:19:16',3,205.62,205.62,0,0,0,0),(8935,1967,38,0,13,'2023-06-20 21:19:16',1,165.76,165.76,0,0,0,0),(8936,1967,42,0,13,'2023-06-20 21:19:16',1,79.2,79.2,0,0,0,0),(8937,1967,45,0,13,'2023-06-20 21:19:16',1,42.24,42.24,0,0,0,0),(8938,1967,41,0,13,'2023-06-20 21:19:16',2,132.96,132.96,0,0,0,0),(8940,1968,38,0,57,'2023-06-21 02:08:50',1,165.76,165.76,0,0,0,0),(8941,1968,23,0,57,'2023-06-21 02:08:50',2,137.08,137.08,0,0,0,0),(8942,1968,490,0,57,'2023-06-21 02:08:50',8,156.8,156.8,0,0,0,0),(8943,1968,41,0,57,'2023-06-21 02:08:50',2,132.96,132.96,0,0,0,0),(8944,1968,49,0,57,'2023-06-21 02:08:50',1,79.2,79.2,0,0,0,0),(8945,1968,45,0,57,'2023-06-21 02:08:50',1,42.24,42.24,0,0,0,0),(8994,1979,120,0,64,'2023-06-29 15:13:17',1,52.8,52.8,0,0,0,0),(8995,1979,49,0,64,'2023-06-29 15:13:17',1,79.2,79.2,0,0,0,0),(8996,1979,43,0,64,'2023-06-29 15:13:17',2,158.4,158.4,0,0,0,0),(8997,1979,488,0,64,'2023-06-29 15:13:17',2,62.7,62.7,0,0,0,0),(8998,1979,490,0,64,'2023-06-29 15:13:17',6,117.6,117.6,0,0,0,0),(8999,1979,41,0,64,'2023-06-29 15:13:17',4,265.92,265.92,0,0,0,0),(9000,1979,23,0,64,'2023-06-29 15:13:17',3,205.62,205.62,0,0,0,0),(9001,1979,38,0,64,'2023-06-29 15:13:17',2,331.52,331.52,0,0,0,0),(9020,1982,131,0,62,'2023-07-01 19:34:25',3,37.95,37.95,0,0,0,0),(9021,1982,133,0,62,'2023-07-01 19:34:25',4,57.2,57.2,0,0,0,0),(9022,1982,97,0,62,'2023-07-01 19:34:25',1,0,0,0,0,0,0),(9023,1982,99,0,62,'2023-07-01 19:34:25',1,0,0,0,0,0,0),(9024,1982,93,0,62,'2023-07-01 19:34:25',10,0,0,0,0,0,0),(9025,1982,49,0,62,'2023-07-01 19:34:25',4,316.8,316.8,0,0,0,0),(9026,1982,43,0,62,'2023-07-01 19:34:25',3,237.6,237.6,0,0,0,0),(9027,1982,41,0,62,'2023-07-01 19:34:25',6,398.88,398.88,0,0,0,0),(9028,1982,23,0,62,'2023-07-01 19:34:25',3,205.62,205.62,0,0,0,0),(9029,1982,38,0,62,'2023-07-01 19:34:25',1,165.76,165.76,0,0,0,0),(9030,1982,45,0,62,'2023-07-01 19:34:25',3,126.72,126.72,0,0,0,0),(9032,1983,23,0,50,'2023-07-01 20:18:59',1,68.54,68.54,0,0,0,0),(9033,1983,43,0,50,'2023-07-01 20:18:59',3,237.6,237.6,0,0,0,0),(9034,1983,490,0,50,'2023-07-01 20:18:59',10,196,196,0,0,0,0),(9035,1983,133,0,50,'2023-07-01 20:18:59',10,143,143,0,0,0,0),(9036,1983,45,0,50,'2023-07-01 20:18:59',1,42.24,42.24,0,0,0,0),(9038,1984,490,0,86,'2023-07-02 22:46:59',3,58.8,71.328,0,0,12.528,0),(9039,1984,45,0,86,'2023-07-02 22:46:59',2,84.48,92.832,0,0,8.352,0),(9041,1985,38,0,57,'2023-07-03 12:22:56',2,331.52,331.52,0,0,0,0),(9042,1985,23,0,57,'2023-07-03 12:22:56',2,137.08,137.08,0,0,0,0),(9043,1985,490,0,57,'2023-07-03 12:22:56',8,156.8,156.8,0,0,0,0),(9044,1985,41,0,57,'2023-07-03 12:22:56',1,66.48,66.48,0,0,0,0),(9046,1986,23,0,17,'2023-07-03 14:38:31',2,137.08,137.08,0,0,0,0),(9047,1986,41,0,17,'2023-07-03 14:38:31',2,132.96,132.96,0,0,0,0),(9048,1986,51,0,17,'2023-07-03 14:38:31',1,147.84,147.84,0,0,0,0),(9049,1986,44,0,17,'2023-07-03 14:38:31',1,116.16,116.16,0,0,0,0),(9050,1986,490,0,17,'2023-07-03 14:38:31',6,117.6,117.6,0,0,0,0),(9051,1986,487,0,17,'2023-07-03 14:38:31',1,31.35,31.35,0,0,0,0),(9052,1986,43,0,17,'2023-07-03 14:38:31',1,79.2,79.2,0,0,0,0),(9068,1988,23,0,12,'2023-07-04 19:29:41',2,137.08,137.08,0,0,0,0),(9069,1988,38,0,12,'2023-07-04 19:29:41',1,165.76,165.76,0,0,0,0),(9070,1988,42,0,12,'2023-07-04 19:29:41',1,79.2,79.2,0,0,0,0),(9071,1988,45,0,12,'2023-07-04 19:29:41',1,42.24,42.24,0,0,0,0),(9072,1988,41,0,12,'2023-07-04 19:29:41',2,132.96,132.96,0,0,0,0),(9073,1988,51,0,12,'2023-07-04 19:29:41',2,295.68,295.68,0,0,0,0),(9074,1988,120,0,12,'2023-07-04 19:29:41',1,52.8,52.8,0,0,0,0),(9075,1988,43,0,12,'2023-07-04 19:29:41',1,79.2,79.2,0,0,0,0),(9076,1988,49,0,12,'2023-07-04 19:29:41',1,79.2,79.2,0,0,0,0),(9077,1988,490,0,12,'2023-07-04 19:29:41',15,294,294,0,0,0,0),(9078,1988,487,0,12,'2023-07-04 19:29:41',2,62.7,62.7,0,0,0,0),(9094,1991,41,0,53,'2023-07-05 19:52:08',4,265.92,281.453333,0,0,15.533333,0),(9095,1991,43,0,53,'2023-07-05 19:52:08',1,79.2,83.083333,0,0,3.883333,0),(9096,1991,45,0,53,'2023-07-05 19:52:08',1,42.24,46.123333,0,0,3.883333,0),(9098,1992,93,0,14,'2023-07-05 20:35:44',1,0,6.515,0,0,6.515,0),(9099,1992,99,0,14,'2023-07-05 20:35:44',1,0,6.515,0,0,6.515,0),(9101,1993,51,0,11,'2023-07-06 17:28:05',3,443.52,443.52,0,0,0,0),(9102,1993,23,0,11,'2023-07-06 17:28:05',2,137.08,137.08,0,0,0,0),(9103,1993,45,0,11,'2023-07-06 17:28:05',6,253.44,253.44,0,0,0,0),(9104,1993,43,0,11,'2023-07-06 17:28:05',4,316.8,316.8,0,0,0,0),(9106,1994,93,0,63,'2023-07-06 19:01:58',10,0,13.75,0,0,13.75,0),(9108,1995,93,0,63,'2023-07-06 19:02:37',10,0,13.75,0,0,13.75,0),(9110,1996,118,0,30,'2023-07-07 15:33:16',1,184.8,203.7675,0,0,18.9675,0),(9111,1996,51,0,30,'2023-07-07 15:33:16',1,147.84,166.8075,0,0,18.9675,0),(9112,1996,44,0,30,'2023-07-07 15:33:16',1,116.16,135.1275,0,0,18.9675,0),(9113,1996,93,0,30,'2023-07-07 15:33:16',1,0,18.9675,0,0,18.9675,0),(9115,1997,116,0,62,'2023-07-07 20:00:07',1,145.44,145.44,0,0,0,0),(9116,1997,41,0,62,'2023-07-07 20:00:07',5,332.4,332.4,0,0,0,0),(9117,1997,93,0,62,'2023-07-07 20:00:07',10,0,0,0,0,0,0),(9118,1997,45,0,62,'2023-07-07 20:00:07',1,42.24,42.24,0,0,0,0),(9120,1998,93,0,14,'2023-07-10 15:29:06',6,0,11.168571,0,0,11.168571,0),(9121,1998,95,0,14,'2023-07-10 15:29:06',1,0,1.861429,0,0,1.861429,0),(9123,1999,41,0,55,'2023-07-11 20:40:10',2,132.96,143.206667,0,0,10.246667,0),(9124,1999,487,0,55,'2023-07-11 20:40:10',1,31.35,36.473333,0,0,5.123333,0),(9126,2000,40,0,33,'2023-07-12 03:13:23',1,79.2,83.5575,0,0,4.3575,0),(9127,2000,490,0,33,'2023-07-12 03:13:23',2,39.2,47.915,0,0,8.715,0),(9128,2000,488,0,33,'2023-07-12 03:13:23',1,31.35,35.7075,0,0,4.3575,0),(9130,2001,41,0,11,'2023-07-12 23:15:28',3,199.44,199.44,0,0,0,0),(9131,2001,45,0,11,'2023-07-12 23:15:28',3,126.72,126.72,0,0,0,0),(9132,2001,51,0,11,'2023-07-12 23:15:28',1,147.84,147.84,0,0,0,0),(9133,2001,120,0,11,'2023-07-12 23:15:28',1,52.8,52.8,0,0,0,0),(9135,2002,41,0,96,'2023-07-13 19:16:08',2,132.96,132.96,0,0,0,0),(9136,2002,45,0,96,'2023-07-13 19:16:08',1,42.24,42.24,0,0,0,0),(9137,2002,39,0,96,'2023-07-13 19:16:08',1,79.2,79.2,0,0,0,0),(9138,2002,43,0,96,'2023-07-13 19:16:08',1,79.2,79.2,0,0,0,0),(9139,2002,38,0,96,'2023-07-13 19:16:08',1,165.76,165.76,0,0,0,0),(9140,2002,23,0,96,'2023-07-13 19:16:08',1,68.54,68.54,0,0,0,0),(9142,2003,23,0,100,'2023-07-14 03:39:20',2,137.08,137.08,0,0,0,0),(9143,2003,38,0,100,'2023-07-14 03:39:20',2,331.52,331.52,0,0,0,0),(9144,2003,41,0,100,'2023-07-14 03:39:20',2,132.96,132.96,0,0,0,0),(9145,2003,43,0,100,'2023-07-14 03:39:20',2,158.4,158.4,0,0,0,0),(9147,2004,23,0,6,'2023-07-14 17:56:22',2,137.08,137.08,0,0,0,0),(9148,2004,38,0,6,'2023-07-14 17:56:22',2,331.52,331.52,0,0,0,0),(9149,2004,41,0,6,'2023-07-14 17:56:22',5,332.4,332.4,0,0,0,0),(9150,2004,116,0,6,'2023-07-14 17:56:22',1,145.44,145.44,0,0,0,0),(9151,2004,43,0,6,'2023-07-14 17:56:22',3,237.6,237.6,0,0,0,0),(9152,2004,49,0,6,'2023-07-14 17:56:22',1,79.2,79.2,0,0,0,0),(9153,2004,93,0,6,'2023-07-14 17:56:22',4,0,0,0,0,0,0),(9155,2005,41,0,53,'2023-07-14 21:25:24',4,265.92,278.434286,0,0,12.514286,0),(9156,2005,120,0,53,'2023-07-14 21:25:24',1,52.8,55.928571,0,0,3.128571,0),(9157,2005,43,0,53,'2023-07-14 21:25:24',1,79.2,82.328571,0,0,3.128571,0),(9158,2005,49,0,53,'2023-07-14 21:25:24',1,79.2,82.328571,0,0,3.128571,0),(9160,2006,490,0,90,'2023-07-17 11:58:59',8,156.8,177.16,0,0,20.36,0),(9162,2007,23,0,90,'2023-07-17 12:04:28',2,137.08,137.08,0,0,0,0),(9163,2007,38,0,90,'2023-07-17 12:04:28',1,165.76,165.76,0,0,0,0),(9164,2007,41,0,90,'2023-07-17 12:04:28',2,132.96,132.96,0,0,0,0),(9165,2007,43,0,90,'2023-07-17 12:04:28',2,158.4,158.4,0,0,0,0),(9166,2007,49,0,90,'2023-07-17 12:04:28',2,158.4,158.4,0,0,0,0),(9167,2007,42,0,90,'2023-07-17 12:04:28',1,79.2,79.2,0,0,0,0),(9168,2007,487,0,90,'2023-07-17 12:04:28',1,31.35,31.35,0,0,0,0),(9169,2007,488,0,90,'2023-07-17 12:04:28',1,31.35,31.35,0,0,0,0),(9170,2007,39,0,90,'2023-07-17 12:04:28',1,79.2,79.2,0,0,0,0),(9171,2007,40,0,90,'2023-07-17 12:04:28',1,79.2,79.2,0,0,0,0),(9172,2007,490,0,90,'2023-07-17 12:04:28',12,235.2,235.2,0,0,0,0),(9174,2008,39,0,90,'2023-07-17 12:11:28',1,79.2,79.2,0,0,0,0),(9175,2008,40,0,90,'2023-07-17 12:11:28',1,79.2,79.2,0,0,0,0),(9176,2008,45,0,90,'2023-07-17 12:11:28',1,42.24,42.24,0,0,0,0),(9177,2008,42,0,90,'2023-07-17 12:11:28',1,79.2,79.2,0,0,0,0),(9178,2008,43,0,90,'2023-07-17 12:11:28',1,79.2,79.2,0,0,0,0),(9179,2008,49,0,90,'2023-07-17 12:11:28',1,79.2,79.2,0,0,0,0),(9180,2008,23,0,90,'2023-07-17 12:11:28',2,137.08,137.08,0,0,0,0),(9181,2008,38,0,90,'2023-07-17 12:11:28',2,331.52,331.52,0,0,0,0),(9182,2008,41,0,90,'2023-07-17 12:11:28',1,66.48,66.48,0,0,0,0),(9183,2008,490,0,90,'2023-07-17 12:11:28',10,196,196,0,0,0,0),(9184,2008,487,0,90,'2023-07-17 12:11:28',1,31.35,31.35,0,0,0,0),(9186,2009,42,0,90,'2023-07-17 12:15:55',1,79.2,79.2,0,0,0,0),(9187,2009,43,0,90,'2023-07-17 12:15:55',2,158.4,158.4,0,0,0,0),(9188,2009,487,0,90,'2023-07-17 12:15:55',1,31.35,31.35,0,0,0,0),(9189,2009,23,0,90,'2023-07-17 12:15:55',2,137.08,137.08,0,0,0,0),(9190,2009,38,0,90,'2023-07-17 12:15:55',1,165.76,165.76,0,0,0,0),(9191,2009,41,0,90,'2023-07-17 12:15:55',1,66.48,66.48,0,0,0,0),(9192,2009,45,0,90,'2023-07-17 12:15:55',2,84.48,84.48,0,0,0,0),(9193,2009,490,0,90,'2023-07-17 12:15:55',5,98,98,0,0,0,0),(9195,2010,41,0,70,'2023-07-17 14:44:32',7,465.36,465.36,0,0,0,0),(9196,2010,23,0,70,'2023-07-17 14:44:32',1,68.54,68.54,0,0,0,0),(9197,2010,42,0,70,'2023-07-17 14:44:32',2,158.4,158.4,0,0,0,0),(9198,2010,44,0,70,'2023-07-17 14:44:32',8,929.28,929.28,0,0,0,0),(9199,2010,49,0,70,'2023-07-17 14:44:32',3,237.6,237.6,0,0,0,0),(9200,2010,490,0,70,'2023-07-17 14:44:32',4,78.4,78.4,0,0,0,0),(9201,2010,488,0,70,'2023-07-17 14:44:32',1,31.35,31.35,0,0,0,0),(9209,2013,133,0,53,'2023-07-17 18:38:15',3,42.9,48.636,0,0,5.736,0),(9210,2013,131,0,53,'2023-07-17 18:38:15',5,63.25,72.81,0,0,9.56,0),(9211,2013,97,0,53,'2023-07-17 18:38:15',2,0,3.824,0,0,3.824,0),(9212,2013,99,0,53,'2023-07-17 18:38:15',1,0,1.912,0,0,1.912,0),(9213,2013,93,0,53,'2023-07-17 18:38:15',4,0,7.648,0,0,7.648,0),(9215,2014,44,0,80,'2023-07-17 19:44:18',2,232.32,232.32,0,0,0,0),(9216,2014,38,0,80,'2023-07-17 19:44:18',2,331.52,331.52,0,0,0,0),(9217,2014,23,0,80,'2023-07-17 19:44:18',4,274.16,274.16,0,0,0,0),(9219,2015,45,0,32,'2023-07-17 20:20:20',1,42.24,49.91,0,0,7.67,0),(9220,2015,49,0,32,'2023-07-17 20:20:20',3,237.6,260.61,0,0,23.01,0),(9222,2016,41,0,39,'2023-07-17 20:26:27',1,66.48,75.576364,0,0,9.096364,0),(9223,2016,487,0,39,'2023-07-17 20:26:27',2,62.7,80.892727,0,0,18.192727,0),(9224,2016,489,0,39,'2023-07-17 20:26:27',6,114.24,168.818182,0,0,54.578182,0),(9225,2016,43,0,39,'2023-07-17 20:26:27',1,79.2,88.296364,0,0,9.096364,0),(9226,2016,49,0,39,'2023-07-17 20:26:27',1,79.2,88.296364,0,0,9.096364,0),(9228,2017,23,0,67,'2023-07-18 01:59:18',1,68.54,68.54,0,0,0,0),(9229,2017,38,0,67,'2023-07-18 01:59:18',1,165.76,165.76,0,0,0,0),(9230,2017,41,0,67,'2023-07-18 01:59:18',4,265.92,265.92,0,0,0,0),(9232,2018,133,0,101,'2023-07-18 13:32:55',3,42.9,49.572,0,0,6.672,0),(9233,2018,131,0,101,'2023-07-18 13:32:55',5,63.25,74.37,0,0,11.12,0),(9234,2018,487,0,101,'2023-07-18 13:32:55',1,31.35,33.574,0,0,2.224,0),(9235,2018,488,0,101,'2023-07-18 13:32:55',2,62.7,67.148,0,0,4.448,0),(9236,2018,490,0,101,'2023-07-18 13:32:55',4,78.4,87.296,0,0,8.896,0),(9238,2019,133,0,101,'2023-07-18 14:34:56',-3,-42.9,-49.572,0,0,-6.672,0),(9239,2019,131,0,101,'2023-07-18 14:34:56',-5,-63.25,-74.37,0,0,-11.12,0),(9240,2019,487,0,101,'2023-07-18 14:34:56',-1,-31.35,-33.574,0,0,-2.224,0),(9241,2019,488,0,101,'2023-07-18 14:34:56',-2,-62.7,-67.148,0,0,-4.448,0),(9242,2019,490,0,101,'2023-07-18 14:34:56',-4,-78.4,-87.296,0,0,-8.896,0),(9244,2020,133,0,101,'2023-07-18 16:01:20',3,42.9,49.572,0,0,6.672,0),(9245,2020,131,0,101,'2023-07-18 16:01:20',5,63.25,74.37,0,0,11.12,0),(9246,2020,487,0,101,'2023-07-18 16:01:20',1,31.35,33.574,0,0,2.224,0),(9247,2020,488,0,101,'2023-07-18 16:01:20',2,62.7,67.148,0,0,4.448,0),(9248,2020,490,0,101,'2023-07-18 16:01:20',4,78.4,87.296,0,0,8.896,0),(9258,2021,23,0,76,'2023-07-19 06:15:27',2,137.08,137.08,0,0,0,0),(9259,2021,38,0,76,'2023-07-19 06:15:27',2,331.52,331.52,0,0,0,0),(9260,2021,45,0,76,'2023-07-19 06:15:27',1,42.24,42.24,0,0,0,0),(9261,2021,41,0,76,'2023-07-19 06:15:27',3,199.44,199.44,0,0,0,0),(9262,2021,49,0,76,'2023-07-19 06:15:27',1,79.2,79.2,0,0,0,0),(9263,2021,490,0,76,'2023-07-19 06:15:27',15,294,294,0,0,0,0),(9264,2021,489,0,76,'2023-07-19 06:15:27',10,190.4,190.4,0,0,0,0),(9266,2022,38,0,25,'2023-07-19 06:41:51',1,165.76,165.76,0,0,0,0),(9267,2022,41,0,25,'2023-07-19 06:41:51',2,132.96,132.96,0,0,0,0),(9268,2022,51,0,25,'2023-07-19 06:41:51',1,147.84,147.84,0,0,0,0),(9269,2022,44,0,25,'2023-07-19 06:41:51',1,116.16,116.16,0,0,0,0),(9270,2022,488,0,25,'2023-07-19 06:41:51',2,62.7,62.7,0,0,0,0),(9271,2022,487,0,25,'2023-07-19 06:41:51',2,62.7,62.7,0,0,0,0),(9272,2022,490,0,25,'2023-07-19 06:41:51',6,117.6,117.6,0,0,0,0),(9274,2023,41,0,82,'2023-07-19 14:49:18',3,199.44,199.44,0,0,0,0),(9275,2023,43,0,82,'2023-07-19 14:49:18',2,158.4,158.4,0,0,0,0),(9276,2023,490,0,82,'2023-07-19 14:49:18',12,235.2,235.2,0,0,0,0),(9277,2023,488,0,82,'2023-07-19 14:49:18',2,62.7,62.7,0,0,0,0),(9278,2023,23,0,82,'2023-07-19 14:49:18',4,274.16,274.16,0,0,0,0),(9280,2024,490,0,26,'2023-07-19 19:53:31',4,78.4,94.45,0,0,16.05,0),(9282,2025,41,0,42,'2023-07-23 13:35:33',1,66.48,66.48,0,0,0,0),(9283,2025,49,0,42,'2023-07-23 13:35:33',6,475.2,475.2,0,0,0,0),(9284,2025,44,0,42,'2023-07-23 13:35:33',1,116.16,116.16,0,0,0,0),(9286,2026,487,0,99,'2023-07-23 16:58:02',2,62.7,80.015789,0,0,17.315789,0),(9287,2026,488,0,99,'2023-07-23 16:58:02',2,62.7,80.015789,0,0,17.315789,0),(9288,2026,490,0,99,'2023-07-23 16:58:02',6,117.6,169.547368,0,0,51.947368,0),(9289,2026,41,0,99,'2023-07-23 16:58:02',5,332.4,375.689474,0,0,43.289474,0),(9290,2026,38,0,99,'2023-07-23 16:58:02',2,331.52,348.835789,0,0,17.315789,0),(9291,2026,23,0,99,'2023-07-23 16:58:02',2,137.08,154.395789,0,0,17.315789,0),(9293,2027,23,0,52,'2023-07-24 01:56:52',5,342.7,342.7,0,0,0,0),(9294,2027,38,0,52,'2023-07-24 01:56:52',2,331.52,331.52,0,0,0,0),(9295,2027,41,0,52,'2023-07-24 01:56:52',5,332.4,332.4,0,0,0,0),(9296,2027,44,0,52,'2023-07-24 01:56:52',1,116.16,116.16,0,0,0,0),(9297,2027,49,0,52,'2023-07-24 01:56:52',2,158.4,158.4,0,0,0,0),(9298,2027,45,0,52,'2023-07-24 01:56:52',2,84.48,84.48,0,0,0,0),(9299,2027,488,0,52,'2023-07-24 01:56:52',1,31.35,31.35,0,0,0,0),(9300,2027,490,0,52,'2023-07-24 01:56:52',3,58.8,58.8,0,0,0,0),(9302,2028,51,0,49,'2023-07-25 20:37:26',2,295.68,295.68,0,0,0,0),(9303,2028,41,0,49,'2023-07-25 20:37:26',4,265.92,265.92,0,0,0,0),(9304,2028,23,0,49,'2023-07-25 20:37:26',1,68.54,68.54,0,0,0,0),(9305,2028,38,0,49,'2023-07-25 20:37:26',2,331.52,331.52,0,0,0,0),(9307,2029,120,0,79,'2023-07-25 21:26:08',1,52.8,52.8,0,0,0,0),(9308,2029,43,0,79,'2023-07-25 21:26:08',2,158.4,158.4,0,0,0,0),(9309,2029,49,0,79,'2023-07-25 21:26:08',1,79.2,79.2,0,0,0,0),(9310,2029,44,0,79,'2023-07-25 21:26:08',2,232.32,232.32,0,0,0,0),(9311,2029,93,0,79,'2023-07-25 21:26:08',10,0,0,0,0,0,0),(9313,2030,23,0,79,'2023-07-25 21:28:57',2,137.08,137.08,0,0,0,0),(9314,2030,44,0,79,'2023-07-25 21:28:57',2,232.32,232.32,0,0,0,0),(9315,2030,120,0,79,'2023-07-25 21:28:57',2,105.6,105.6,0,0,0,0),(9316,2030,144,0,79,'2023-07-25 21:28:57',20,27.6,27.6,0,0,0,0),(9317,2030,146,0,79,'2023-07-25 21:28:57',20,27.6,27.6,0,0,0,0),(9318,2030,93,0,79,'2023-07-25 21:28:57',10,0,0,0,0,0,0),(9320,2031,38,0,13,'2023-07-25 22:28:13',2,331.52,331.52,0,0,0,0),(9321,2031,23,0,13,'2023-07-25 22:28:13',2,137.08,137.08,0,0,0,0),(9322,2031,41,0,13,'2023-07-25 22:28:13',3,199.44,199.44,0,0,0,0),(9324,2032,44,0,46,'2023-07-26 00:08:22',1,116.16,119.273333,0,0,3.113333,0),(9325,2032,93,0,46,'2023-07-26 00:08:22',5,0,15.566667,0,0,15.566667,0),(9327,2033,93,0,100,'2023-07-26 03:22:01',10,0,15.341667,0,0,15.341667,0),(9328,2033,99,0,100,'2023-07-26 03:22:01',1,0,1.534167,0,0,1.534167,0),(9329,2033,49,0,100,'2023-07-26 03:22:01',1,79.2,80.734167,0,0,1.534167,0),(9331,2034,23,0,11,'2023-07-26 19:26:46',2,137.08,137.08,0,0,0,0),(9332,2034,38,0,11,'2023-07-26 19:26:46',1,165.76,165.76,0,0,0,0),(9333,2034,42,0,11,'2023-07-26 19:26:46',1,79.2,79.2,0,0,0,0),(9334,2034,45,0,11,'2023-07-26 19:26:46',2,84.48,84.48,0,0,0,0),(9335,2034,41,0,11,'2023-07-26 19:26:46',2,132.96,132.96,0,0,0,0),(9336,2034,118,0,11,'2023-07-26 19:26:46',1,184.8,184.8,0,0,0,0),(9337,2034,51,0,11,'2023-07-26 19:26:46',1,147.84,147.84,0,0,0,0),(9338,2034,39,0,11,'2023-07-26 19:26:46',1,79.2,79.2,0,0,0,0),(9339,2034,40,0,11,'2023-07-26 19:26:46',1,79.2,79.2,0,0,0,0),(9340,2034,120,0,11,'2023-07-26 19:26:46',1,52.8,52.8,0,0,0,0),(9341,2034,43,0,11,'2023-07-26 19:26:46',1,79.2,79.2,0,0,0,0),(9342,2034,49,0,11,'2023-07-26 19:26:46',1,79.2,79.2,0,0,0,0),(9343,2034,44,0,11,'2023-07-26 19:26:46',1,116.16,116.16,0,0,0,0),(9344,2034,490,0,11,'2023-07-26 19:26:46',20,392,392,0,0,0,0),(9345,2034,488,0,11,'2023-07-26 19:26:46',1,31.35,31.35,0,0,0,0),(9346,2034,487,0,11,'2023-07-26 19:26:46',2,62.7,62.7,0,0,0,0),(9348,2035,490,0,86,'2023-07-26 22:26:15',4,78.4,93.533333,0,0,15.133333,0),(9349,2035,488,0,86,'2023-07-26 22:26:15',1,31.35,35.133333,0,0,3.783333,0),(9350,2035,487,0,86,'2023-07-26 22:26:15',1,31.35,35.133333,0,0,3.783333,0),(9352,2036,44,0,46,'2023-07-27 02:05:45',1,116.16,119.273333,0,0,3.113333,0),(9353,2036,490,0,46,'2023-07-27 02:05:45',5,98,113.566667,0,0,15.566667,0),(9355,2037,41,0,12,'2023-07-27 03:55:50',2,132.96,132.96,0,0,0,0),(9356,2037,490,0,12,'2023-07-27 03:55:50',20,392,392,0,0,0,0),(9357,2037,487,0,12,'2023-07-27 03:55:50',2,62.7,62.7,0,0,0,0),(9360,2039,490,0,57,'2023-07-27 18:42:54',6,117.6,117.6,0,0,0,0),(9361,2039,41,0,57,'2023-07-27 18:42:54',2,132.96,132.96,0,0,0,0),(9362,2039,45,0,57,'2023-07-27 18:42:54',2,84.48,84.48,0,0,0,0),(9363,2039,38,0,57,'2023-07-27 18:42:54',2,331.52,331.52,0,0,0,0),(9364,2039,23,0,57,'2023-07-27 18:42:54',2,137.08,137.08,0,0,0,0),(9366,2040,490,0,21,'2023-07-27 21:08:57',8,156.8,174.14,0,0,17.34,0),(9368,2041,41,0,33,'2023-07-28 02:50:45',1,66.48,69.56,0,0,3.08,0),(9369,2041,490,0,33,'2023-07-28 02:50:45',4,78.4,90.72,0,0,12.32,0),(9371,2042,49,0,64,'2023-07-28 15:51:42',1,79.2,79.2,0,0,0,0),(9372,2042,41,0,64,'2023-07-28 15:51:42',2,132.96,132.96,0,0,0,0),(9373,2042,45,0,64,'2023-07-28 15:51:42',1,42.24,42.24,0,0,0,0),(9374,2042,38,0,64,'2023-07-28 15:51:42',2,331.52,331.52,0,0,0,0),(9375,2042,23,0,64,'2023-07-28 15:51:42',3,205.62,205.62,0,0,0,0),(9376,2042,490,0,64,'2023-07-28 15:51:42',10,196,196,0,0,0,0),(9377,2042,488,0,64,'2023-07-28 15:51:42',1,31.35,31.35,0,0,0,0),(9379,2043,23,0,26,'2023-07-28 16:05:39',1,68.54,78.285,0,0,9.745,0),(9380,2043,43,0,26,'2023-07-28 16:05:39',1,79.2,88.945,0,0,9.745,0),(9382,2044,23,0,26,'2023-07-28 16:16:57',1,68.54,78.285,0,0,9.745,0),(9383,2044,43,0,26,'2023-07-28 16:16:57',1,79.2,88.945,0,0,9.745,0),(9385,2045,23,0,26,'2023-07-28 16:38:37',-1,-68.54,-78.285,0,0,-9.745,0),(9386,2045,43,0,26,'2023-07-28 16:38:37',-1,-79.2,-88.945,0,0,-9.745,0),(9388,2046,23,0,26,'2023-07-28 16:41:51',1,68.54,78.285,0,0,9.745,0),(9389,2046,43,0,26,'2023-07-28 16:41:51',1,79.2,88.945,0,0,9.745,0),(9391,2047,23,0,101,'2023-07-28 23:32:13',4,274.16,274.16,0,0,0,0),(9392,2047,41,0,101,'2023-07-28 23:32:13',7,465.36,465.36,0,0,0,0),(9393,2047,490,0,101,'2023-07-28 23:32:13',10,196,196,0,0,0,0),(9394,2047,487,0,101,'2023-07-28 23:32:13',1,31.35,31.35,0,0,0,0),(9396,2048,23,0,69,'2023-07-31 16:38:14',7,479.78,479.78,0,0,0,0),(9397,2048,120,0,69,'2023-07-31 16:38:14',2,105.6,105.6,0,0,0,0),(9398,2048,41,0,69,'2023-07-31 16:38:14',3,199.44,199.44,0,0,0,0),(9399,2048,318,0,69,'2023-07-31 16:38:14',11,33,33,0,0,0,0),(9400,2048,320,0,69,'2023-07-31 16:38:14',6,22.5,22.5,0,0,0,0),(9401,2048,138,0,69,'2023-07-31 16:38:14',6,29.7,29.7,0,0,0,0),(9402,2048,45,0,69,'2023-07-31 16:38:14',3,126.72,126.72,0,0,0,0),(9403,2048,118,0,69,'2023-07-31 16:38:14',1,184.8,184.8,0,0,0,0),(9404,2048,51,0,69,'2023-07-31 16:38:14',1,147.84,147.84,0,0,0,0),(9405,2048,43,0,69,'2023-07-31 16:38:14',3,237.6,237.6,0,0,0,0),(9406,2048,49,0,69,'2023-07-31 16:38:14',3,237.6,237.6,0,0,0,0),(9407,2048,489,0,69,'2023-07-31 16:38:14',22,418.88,418.88,0,0,0,0),(9408,2048,489,0,69,'2023-07-31 16:38:14',5,95.2,95.2,0,0,0,0),(9410,2049,41,0,55,'2023-08-01 19:35:44',4,265.92,281.32,0,0,15.4,0),(9412,2050,23,0,17,'2023-08-01 20:50:56',2,137.08,137.08,0,0,0,0),(9413,2050,38,0,17,'2023-08-01 20:50:56',1,165.76,165.76,0,0,0,0),(9414,2050,41,0,17,'2023-08-01 20:50:56',2,132.96,132.96,0,0,0,0),(9415,2050,44,0,17,'2023-08-01 20:50:56',1,116.16,116.16,0,0,0,0),(9416,2050,490,0,17,'2023-08-01 20:50:56',6,117.6,117.6,0,0,0,0),(9417,2050,487,0,17,'2023-08-01 20:50:56',1,31.35,31.35,0,0,0,0),(9419,2051,490,0,80,'2023-08-02 03:54:09',100,1960,1960,0,0,0,0),(9420,2051,488,0,80,'2023-08-02 03:54:09',16,501.6,501.6,0,0,0,0),(9421,2051,41,0,80,'2023-08-02 03:54:09',12,797.76,797.76,0,0,0,0),(9422,2051,118,0,80,'2023-08-02 03:54:09',1,184.8,184.8,0,0,0,0),(9424,2052,49,0,39,'2023-08-02 13:17:30',2,158.4,164.58,0,0,6.18,0),(9425,2052,489,0,39,'2023-08-02 13:17:30',4,76.16,88.52,0,0,12.36,0),(9426,2052,120,0,39,'2023-08-02 13:17:30',1,52.8,55.89,0,0,3.09,0),(9428,2053,490,0,29,'2023-08-02 16:56:32',4,78.4,94.49,0,0,16.09,0),(9430,2054,133,0,101,'2023-08-02 21:25:33',10,143,159.035,0,0,16.035,0),(9431,2054,131,0,101,'2023-08-02 21:25:33',10,126.5,142.535,0,0,16.035,0),(9433,2055,23,0,95,'2023-08-02 22:54:28',4,274.16,274.16,0,0,0,0),(9434,2055,38,0,95,'2023-08-02 22:54:28',2,331.52,331.52,0,0,0,0),(9435,2055,42,0,95,'2023-08-02 22:54:28',2,158.4,158.4,0,0,0,0),(9436,2055,41,0,95,'2023-08-02 22:54:28',6,398.88,398.88,0,0,0,0),(9437,2055,118,0,95,'2023-08-02 22:54:28',2,369.6,369.6,0,0,0,0),(9438,2055,51,0,95,'2023-08-02 22:54:28',6,887.04,887.04,0,0,0,0),(9439,2055,120,0,95,'2023-08-02 22:54:28',2,105.6,105.6,0,0,0,0),(9440,2055,43,0,95,'2023-08-02 22:54:28',3,237.6,237.6,0,0,0,0),(9441,2055,44,0,95,'2023-08-02 22:54:28',2,232.32,232.32,0,0,0,0),(9442,2055,490,0,95,'2023-08-02 22:54:28',30,588,588,0,0,0,0),(9443,2055,487,0,95,'2023-08-02 22:54:28',3,94.05,94.05,0,0,0,0),(9445,2056,45,0,60,'2023-08-02 22:59:51',1,42.24,48.379231,0,0,6.139231,0),(9446,2056,43,0,60,'2023-08-02 22:59:51',1,79.2,85.339231,0,0,6.139231,0),(9447,2056,97,0,60,'2023-08-02 22:59:51',1,0,6.139231,0,0,6.139231,0),(9448,2056,93,0,60,'2023-08-02 22:59:51',10,0,61.392308,0,0,61.392308,0),(9453,2058,49,0,64,'2023-08-03 17:35:34',2,158.4,158.4,0,0,0,0),(9454,2058,23,0,64,'2023-08-03 17:35:34',2,137.08,137.08,0,0,0,0),(9455,2058,38,0,64,'2023-08-03 17:35:34',1,165.76,165.76,0,0,0,0),(9456,2058,45,0,64,'2023-08-03 17:35:34',2,84.48,84.48,0,0,0,0),(9457,2058,490,0,64,'2023-08-03 17:35:34',6,117.6,117.6,0,0,0,0),(9459,2057,489,0,100,'2023-08-03 16:38:39',10,190.4,206.745455,0,0,16.345455,0),(9460,2057,49,0,100,'2023-08-03 16:38:39',1,79.2,80.834545,0,0,1.634545,0),(9462,2059,41,0,53,'2023-08-07 21:11:56',4,265.92,265.92,0,0,0,0),(9463,2059,42,0,53,'2023-08-07 21:11:56',2,158.4,158.4,0,0,0,0),(9464,2059,43,0,53,'2023-08-07 21:11:56',2,158.4,158.4,0,0,0,0),(9465,2059,49,0,53,'2023-08-07 21:11:56',2,158.4,158.4,0,0,0,0),(9466,2059,133,0,53,'2023-08-07 21:11:56',1,14.3,14.3,0,0,0,0),(9467,2059,148,0,53,'2023-08-07 21:11:56',5,41.25,41.25,0,0,0,0),(9468,2059,137,0,53,'2023-08-07 21:11:56',10,60.5,60.5,0,0,0,0),(9484,2060,23,0,25,'2023-08-08 01:59:47',1,68.54,73.824167,0,0,5.284167,0),(9485,2060,45,0,25,'2023-08-08 01:59:47',1,42.24,47.524167,0,0,5.284167,0),(9486,2060,41,0,25,'2023-08-08 01:59:47',1,66.48,71.764167,0,0,5.284167,0),(9487,2060,43,0,25,'2023-08-08 01:59:47',1,79.2,84.484167,0,0,5.284167,0),(9488,2060,490,0,25,'2023-08-08 01:59:47',5,98,124.420833,0,0,26.420833,0),(9489,2060,488,0,25,'2023-08-08 01:59:47',3,94.05,109.9025,0,0,15.8525,0),(9491,2061,23,0,79,'2023-08-09 17:05:11',4,274.16,274.16,0,0,0,0),(9492,2061,44,0,79,'2023-08-09 17:05:11',2,232.32,232.32,0,0,0,0),(9493,2061,93,0,79,'2023-08-09 17:05:11',10,0,0,0,0,0,0),(9495,2062,490,0,101,'2023-08-09 20:04:58',10,196,253.891304,0,0,57.891304,0),(9496,2062,488,0,101,'2023-08-09 20:04:58',3,94.05,111.417391,0,0,17.367391,0),(9497,2062,133,0,101,'2023-08-09 20:04:58',5,71.5,100.445652,0,0,28.945652,0),(9498,2062,131,0,101,'2023-08-09 20:04:58',5,63.25,92.195652,0,0,28.945652,0),(9500,2063,23,0,82,'2023-08-09 23:22:46',5,342.7,342.7,0,0,0,0),(9501,2063,41,0,82,'2023-08-09 23:22:46',3,199.44,199.44,0,0,0,0),(9502,2063,490,0,82,'2023-08-09 23:22:46',10,196,196,0,0,0,0),(9504,2064,38,0,50,'2023-08-10 15:32:14',1,165.76,165.76,0,0,0,0),(9505,2064,41,0,50,'2023-08-10 15:32:14',4,265.92,265.92,0,0,0,0),(9506,2064,44,0,50,'2023-08-10 15:32:14',1,116.16,116.16,0,0,0,0),(9507,2064,490,0,50,'2023-08-10 15:32:14',20,392,392,0,0,0,0),(9509,2065,45,0,32,'2023-08-10 19:18:11',1,42.24,44.276111,0,0,2.036111,0),(9510,2065,49,0,32,'2023-08-10 19:18:11',2,158.4,162.472222,0,0,4.072222,0),(9511,2065,488,0,32,'2023-08-10 19:18:11',1,31.35,33.386111,0,0,2.036111,0),(9512,2065,487,0,32,'2023-08-10 19:18:11',1,31.35,33.386111,0,0,2.036111,0),(9513,2065,135,0,32,'2023-08-10 19:18:11',3,7.44,13.548333,0,0,6.108333,0),(9514,2065,146,0,32,'2023-08-10 19:18:11',10,13.8,34.161111,0,0,20.361111,0),(9516,2066,23,0,85,'2023-08-11 20:10:56',6,411.24,411.24,0,0,0,0),(9517,2066,43,0,85,'2023-08-11 20:10:56',2,158.4,158.4,0,0,0,0),(9518,2066,49,0,85,'2023-08-11 20:10:56',1,79.2,79.2,0,0,0,0),(9520,2067,41,0,6,'2023-08-12 00:06:46',4,265.92,265.92,0,0,0,0),(9521,2067,116,0,6,'2023-08-12 00:06:46',1,145.44,145.44,0,0,0,0),(9522,2067,45,0,6,'2023-08-12 00:06:46',1,42.24,42.24,0,0,0,0),(9523,2067,38,0,6,'2023-08-12 00:06:46',2,331.52,331.52,0,0,0,0),(9524,2067,23,0,6,'2023-08-12 00:06:46',3,205.62,205.62,0,0,0,0),(9525,2067,43,0,6,'2023-08-12 00:06:46',2,158.4,158.4,0,0,0,0),(9526,2067,49,0,6,'2023-08-12 00:06:46',2,158.4,158.4,0,0,0,0),(9527,2067,39,0,6,'2023-08-12 00:06:46',1,79.2,79.2,0,0,0,0),(9528,2067,40,0,6,'2023-08-12 00:06:46',1,79.2,79.2,0,0,0,0),(9529,2067,120,0,6,'2023-08-12 00:06:46',1,52.8,52.8,0,0,0,0),(9530,2067,93,0,6,'2023-08-12 00:06:46',4,0,0,0,0,0,0),(9532,2068,23,0,12,'2023-08-12 18:48:25',2,137.08,137.08,0,0,0,0),(9533,2068,38,0,12,'2023-08-12 18:48:25',1,165.76,165.76,0,0,0,0),(9534,2068,42,0,12,'2023-08-12 18:48:25',1,79.2,79.2,0,0,0,0),(9535,2068,45,0,12,'2023-08-12 18:48:25',1,42.24,42.24,0,0,0,0),(9536,2068,41,0,12,'2023-08-12 18:48:25',2,132.96,132.96,0,0,0,0),(9537,2068,51,0,12,'2023-08-12 18:48:25',2,295.68,295.68,0,0,0,0),(9538,2068,116,0,12,'2023-08-12 18:48:25',2,290.88,290.88,0,0,0,0),(9539,2068,120,0,12,'2023-08-12 18:48:25',1,52.8,52.8,0,0,0,0),(9540,2068,490,0,12,'2023-08-12 18:48:25',10,196,196,0,0,0,0),(9542,2069,23,0,12,'2023-08-12 19:14:07',1,68.54,68.54,0,0,0,0),(9543,2069,38,0,12,'2023-08-12 19:14:07',1,165.76,165.76,0,0,0,0),(9544,2069,45,0,12,'2023-08-12 19:14:07',1,42.24,42.24,0,0,0,0),(9545,2069,41,0,12,'2023-08-12 19:14:07',2,132.96,132.96,0,0,0,0),(9546,2069,51,0,12,'2023-08-12 19:14:07',2,295.68,295.68,0,0,0,0),(9547,2069,120,0,12,'2023-08-12 19:14:07',1,52.8,52.8,0,0,0,0),(9548,2069,43,0,12,'2023-08-12 19:14:07',1,79.2,79.2,0,0,0,0),(9549,2069,49,0,12,'2023-08-12 19:14:07',1,79.2,79.2,0,0,0,0),(9550,2069,490,0,12,'2023-08-12 19:14:07',10,196,196,0,0,0,0),(9552,2070,490,0,90,'2023-08-14 00:00:41',5,98,98,0,0,0,0),(9553,2070,38,0,90,'2023-08-14 00:00:41',1,165.76,165.76,0,0,0,0),(9554,2070,23,0,90,'2023-08-14 00:00:41',2,137.08,137.08,0,0,0,0),(9555,2070,42,0,90,'2023-08-14 00:00:41',1,79.2,79.2,0,0,0,0),(9556,2070,41,0,90,'2023-08-14 00:00:41',1,66.48,66.48,0,0,0,0),(9557,2070,43,0,90,'2023-08-14 00:00:41',1,79.2,79.2,0,0,0,0),(9559,2071,39,0,90,'2023-08-14 00:06:26',1,79.2,79.2,0,0,0,0),(9560,2071,40,0,90,'2023-08-14 00:06:26',1,79.2,79.2,0,0,0,0),(9561,2071,42,0,90,'2023-08-14 00:06:26',1,79.2,79.2,0,0,0,0),(9562,2071,43,0,90,'2023-08-14 00:06:26',2,158.4,158.4,0,0,0,0),(9563,2071,490,0,90,'2023-08-14 00:06:26',8,156.8,156.8,0,0,0,0),(9564,2071,23,0,90,'2023-08-14 00:06:26',1,68.54,68.54,0,0,0,0),(9565,2071,38,0,90,'2023-08-14 00:06:26',1,165.76,165.76,0,0,0,0),(9566,2071,41,0,90,'2023-08-14 00:06:26',3,199.44,199.44,0,0,0,0),(9567,2071,45,0,90,'2023-08-14 00:06:26',2,84.48,84.48,0,0,0,0),(9569,2072,45,0,11,'2023-08-14 15:28:15',2,84.48,84.48,0,0,0,0),(9570,2072,41,0,11,'2023-08-14 15:28:15',4,265.92,265.92,0,0,0,0),(9571,2072,120,0,11,'2023-08-14 15:28:15',2,105.6,105.6,0,0,0,0),(9572,2072,487,0,11,'2023-08-14 15:28:15',2,62.7,62.7,0,0,0,0),(9573,2072,23,0,11,'2023-08-14 15:28:15',1,68.54,68.54,0,0,0,0),(9575,2073,45,0,90,'2023-08-14 17:48:26',2,84.48,84.48,0,0,0,0),(9576,2073,39,0,90,'2023-08-14 17:48:26',2,158.4,158.4,0,0,0,0),(9577,2073,40,0,90,'2023-08-14 17:48:26',2,158.4,158.4,0,0,0,0),(9578,2073,49,0,90,'2023-08-14 17:48:26',3,237.6,237.6,0,0,0,0),(9579,2073,43,0,90,'2023-08-14 17:48:26',3,237.6,237.6,0,0,0,0),(9580,2073,42,0,90,'2023-08-14 17:48:26',2,158.4,158.4,0,0,0,0),(9581,2073,41,0,90,'2023-08-14 17:48:26',2,132.96,132.96,0,0,0,0),(9582,2073,38,0,90,'2023-08-14 17:48:26',1,165.76,165.76,0,0,0,0),(9583,2073,23,0,90,'2023-08-14 17:48:26',3,205.62,205.62,0,0,0,0),(9584,2073,490,0,90,'2023-08-14 17:48:26',10,196,196,0,0,0,0),(9586,2074,23,0,70,'2023-08-14 18:53:47',2,137.08,137.08,0,0,0,0),(9587,2074,41,0,70,'2023-08-14 18:53:47',10,664.8,664.8,0,0,0,0),(9589,2075,43,0,90,'2023-08-14 21:14:14',1,79.2,79.2,0,0,0,0),(9590,2075,49,0,90,'2023-08-14 21:14:14',1,79.2,79.2,0,0,0,0),(9591,2075,23,0,90,'2023-08-14 21:14:14',1,68.54,68.54,0,0,0,0),(9592,2075,38,0,90,'2023-08-14 21:14:14',1,165.76,165.76,0,0,0,0),(9593,2075,41,0,90,'2023-08-14 21:14:14',2,132.96,132.96,0,0,0,0),(9594,2075,42,0,90,'2023-08-14 21:14:14',1,79.2,79.2,0,0,0,0),(9595,2075,45,0,90,'2023-08-14 21:14:14',1,42.24,42.24,0,0,0,0),(9596,2075,490,0,90,'2023-08-14 21:14:14',6,117.6,117.6,0,0,0,0),(9598,2076,23,0,57,'2023-08-15 02:33:17',1,68.54,68.54,0,0,0,0),(9599,2076,38,0,57,'2023-08-15 02:33:17',1,165.76,165.76,0,0,0,0),(9600,2076,490,0,57,'2023-08-15 02:33:17',8,156.8,156.8,0,0,0,0),(9601,2076,41,0,57,'2023-08-15 02:33:17',1,66.48,66.48,0,0,0,0),(9602,2076,23,0,57,'2023-08-15 02:33:17',1,68.54,68.54,0,0,0,0),(9604,2077,23,0,13,'2023-08-15 18:48:36',2,137.08,137.08,0,0,0,0),(9605,2077,38,0,13,'2023-08-15 18:48:36',1,165.76,165.76,0,0,0,0),(9606,2077,41,0,13,'2023-08-15 18:48:36',3,199.44,199.44,0,0,0,0),(9608,2078,23,0,26,'2023-08-16 15:43:57',2,137.08,137.08,0,0,0,0),(9609,2078,38,0,26,'2023-08-16 15:43:57',1,165.76,165.76,0,0,0,0),(9610,2078,43,0,26,'2023-08-16 15:43:57',2,158.4,158.4,0,0,0,0),(9611,2078,49,0,26,'2023-08-16 15:43:57',2,158.4,158.4,0,0,0,0),(9612,2078,490,0,26,'2023-08-16 15:43:57',4,78.4,78.4,0,0,0,0),(9614,2079,116,0,30,'2023-08-16 22:22:04',1,145.44,149.52375,0,0,4.08375,0),(9615,2079,23,0,30,'2023-08-16 22:22:04',3,205.62,217.87125,0,0,12.25125,0),(9616,2079,97,0,30,'2023-08-16 22:22:04',1,0,4.08375,0,0,4.08375,0),(9617,2079,99,0,30,'2023-08-16 22:22:04',1,0,4.08375,0,0,4.08375,0),(9618,2079,93,0,30,'2023-08-16 22:22:04',2,0,8.1675,0,0,8.1675,0),(9620,2080,487,0,21,'2023-08-17 13:48:07',1,31.35,34.662632,0,0,3.312632,0),(9621,2080,490,0,21,'2023-08-17 13:48:07',6,117.6,137.475789,0,0,19.875789,0),(9622,2080,137,0,21,'2023-08-17 13:48:07',10,60.5,93.626316,0,0,33.126316,0),(9623,2080,318,0,21,'2023-08-17 13:48:07',6,18,37.875789,0,0,19.875789,0),(9624,2080,137,0,21,'2023-08-17 13:48:07',15,90.75,140.439474,0,0,49.689474,0),(9626,2081,116,0,30,'2023-08-17 18:53:11',1,145.44,146.85,0,0,1.41,0),(9627,2081,137,0,30,'2023-08-17 18:53:11',10,60.5,74.6,0,0,14.1,0),(9629,2082,490,0,81,'2023-08-18 13:44:12',6,117.6,133.23,0,0,15.63,0),(9631,2083,490,0,81,'2023-08-18 13:47:20',10,196,214.25,0,0,18.25,0),(9634,2085,318,0,101,'2023-08-20 12:53:02',10,30,41.248571,0,0,11.248571,0),(9635,2085,148,0,101,'2023-08-20 12:53:02',5,41.25,46.874286,0,0,5.624286,0),(9636,2085,133,0,101,'2023-08-20 12:53:02',5,71.5,77.124286,0,0,5.624286,0),(9637,2085,131,0,101,'2023-08-20 12:53:02',5,63.25,68.874286,0,0,5.624286,0),(9638,2085,490,0,101,'2023-08-20 12:53:02',10,196,207.248571,0,0,11.248571,0),(9640,2086,131,0,53,'2023-08-20 14:22:54',4,50.6,66.98,0,0,16.38,0),(9642,2087,39,0,29,'2023-08-20 21:36:49',1,79.2,95.5,0,0,16.3,0),(9644,2088,23,0,26,'2023-08-21 17:18:39',2,137.08,155.72,0,0,18.64,0),(9646,2089,23,0,62,'2023-08-22 23:07:19',3,205.62,205.62,0,0,0,0),(9647,2089,41,0,62,'2023-08-22 23:07:19',3,199.44,199.44,0,0,0,0),(9648,2089,45,0,62,'2023-08-22 23:07:19',1,42.24,42.24,0,0,0,0),(9649,2089,93,0,62,'2023-08-22 23:07:19',10,0,0,0,0,0,0),(9650,2089,133,0,62,'2023-08-22 23:07:19',2,28.6,28.6,0,0,0,0),(9651,2089,43,0,62,'2023-08-22 23:07:19',1,79.2,79.2,0,0,0,0),(9652,2089,49,0,62,'2023-08-22 23:07:19',2,158.4,158.4,0,0,0,0),(9654,2090,23,0,11,'2023-08-23 22:55:42',2,137.08,137.08,0,0,0,0),(9655,2090,45,0,11,'2023-08-23 22:55:42',4,168.96,168.96,0,0,0,0),(9656,2090,41,0,11,'2023-08-23 22:55:42',3,199.44,199.44,0,0,0,0),(9657,2090,120,0,11,'2023-08-23 22:55:42',2,105.6,105.6,0,0,0,0),(9658,2090,490,0,11,'2023-08-23 22:55:42',20,392,392,0,0,0,0),(9659,2090,488,0,11,'2023-08-23 22:55:42',1,31.35,31.35,0,0,0,0),(9660,2090,487,0,11,'2023-08-23 22:55:42',1,31.35,31.35,0,0,0,0),(9661,2090,43,0,11,'2023-08-23 22:55:42',1,79.2,79.2,0,0,0,0),(9662,2090,49,0,11,'2023-08-23 22:55:42',1,79.2,79.2,0,0,0,0),(9664,2091,23,0,63,'2023-08-24 16:24:55',5,342.7,354.763333,0,0,12.063333,0),(9665,2091,93,0,63,'2023-08-24 16:24:55',10,0,24.126667,0,0,24.126667,0),(9667,2092,23,0,50,'2023-08-25 16:03:23',3,205.62,205.62,0,0,0,0),(9668,2092,487,0,50,'2023-08-25 16:03:23',1,31.35,31.35,0,0,0,0),(9669,2092,38,0,50,'2023-08-25 16:03:23',2,331.52,331.52,0,0,0,0),(9670,2092,490,0,50,'2023-08-25 16:03:23',10,196,196,0,0,0,0),(9672,2093,118,0,101,'2023-08-26 21:09:32',5,924,924,0,0,0,0),(9673,2093,51,0,101,'2023-08-26 21:09:32',5,739.2,739.2,0,0,0,0),(9674,2093,44,0,101,'2023-08-26 21:09:32',5,580.8,580.8,0,0,0,0),(9675,2093,41,0,101,'2023-08-26 21:09:32',3,199.44,199.44,0,0,0,0),(9677,2094,118,0,101,'2023-08-26 21:10:45',5,924,924,0,0,0,0),(9678,2094,51,0,101,'2023-08-26 21:10:45',5,739.2,739.2,0,0,0,0),(9679,2094,44,0,101,'2023-08-26 21:10:45',5,580.8,580.8,0,0,0,0),(9680,2094,41,0,101,'2023-08-26 21:10:45',3,199.44,199.44,0,0,0,0),(9682,2095,118,0,101,'2023-08-28 17:48:48',5,924,924,0,0,0,0),(9683,2095,51,0,101,'2023-08-28 17:48:48',5,739.2,739.2,0,0,0,0),(9684,2095,44,0,101,'2023-08-28 17:48:48',5,580.8,580.8,0,0,0,0),(9685,2095,41,0,101,'2023-08-28 17:48:48',3,199.44,199.44,0,0,0,0),(9687,2096,42,0,53,'2023-08-28 17:53:15',1,79.2,79.2,0,0,0,0),(9688,2096,45,0,53,'2023-08-28 17:53:15',2,84.48,84.48,0,0,0,0),(9689,2096,41,0,53,'2023-08-28 17:53:15',5,332.4,332.4,0,0,0,0),(9690,2096,116,0,53,'2023-08-28 17:53:15',1,145.44,145.44,0,0,0,0),(9691,2096,120,0,53,'2023-08-28 17:53:15',1,52.8,52.8,0,0,0,0),(9692,2096,39,0,53,'2023-08-28 17:53:15',1,79.2,79.2,0,0,0,0),(9693,2096,40,0,53,'2023-08-28 17:53:15',1,79.2,79.2,0,0,0,0),(9694,2096,43,0,53,'2023-08-28 17:53:15',2,158.4,158.4,0,0,0,0),(9695,2096,49,0,53,'2023-08-28 17:53:15',2,158.4,158.4,0,0,0,0),(9696,2096,133,0,53,'2023-08-28 17:53:15',1,14.3,14.3,0,0,0,0),(9697,2096,318,0,53,'2023-08-28 17:53:15',3,9,9,0,0,0,0),(9699,2097,41,0,53,'2023-08-28 17:56:16',2,132.96,132.96,0,0,0,0),(9700,2097,120,0,53,'2023-08-28 17:56:16',1,52.8,52.8,0,0,0,0),(9701,2097,43,0,53,'2023-08-28 17:56:16',2,158.4,158.4,0,0,0,0),(9702,2097,49,0,53,'2023-08-28 17:56:16',2,158.4,158.4,0,0,0,0),(9703,2097,133,0,53,'2023-08-28 17:56:16',2,28.6,28.6,0,0,0,0),(9704,2097,318,0,53,'2023-08-28 17:56:16',2,6,6,0,0,0,0),(9705,2097,116,0,53,'2023-08-28 17:56:16',1,145.44,145.44,0,0,0,0),(9707,2098,488,0,86,'2023-08-28 21:48:02',1,31.35,35.464286,0,0,4.114286,0),(9708,2098,487,0,86,'2023-08-28 21:48:02',1,31.35,35.464286,0,0,4.114286,0),(9709,2098,490,0,86,'2023-08-28 21:48:02',3,58.8,71.142857,0,0,12.342857,0),(9710,2098,45,0,86,'2023-08-28 21:48:02',2,84.48,92.708571,0,0,8.228571,0),(9712,2099,45,0,25,'2023-08-29 03:28:05',2,84.48,84.48,0,0,0,0),(9713,2099,23,0,25,'2023-08-29 03:28:05',1,68.54,68.54,0,0,0,0),(9714,2099,51,0,25,'2023-08-29 03:28:05',1,147.84,147.84,0,0,0,0),(9715,2099,49,0,25,'2023-08-29 03:28:05',1,79.2,79.2,0,0,0,0),(9716,2099,44,0,25,'2023-08-29 03:28:05',1,116.16,116.16,0,0,0,0),(9717,2099,490,0,25,'2023-08-29 03:28:05',8,156.8,156.8,0,0,0,0),(9719,2100,49,0,32,'2023-08-29 22:07:08',3,237.6,259.68,0,0,22.08,0),(9720,2100,45,0,32,'2023-08-29 22:07:08',2,84.48,99.2,0,0,14.72,0),(9722,2101,23,0,101,'2023-08-30 13:44:28',3,205.62,221.92,0,0,16.3,0),(9724,2102,41,0,46,'2023-08-30 14:55:57',1,66.48,69.051429,0,0,2.571429,0),(9725,2102,43,0,46,'2023-08-30 14:55:57',1,79.2,81.771429,0,0,2.571429,0),(9726,2102,490,0,46,'2023-08-30 14:55:57',5,98,110.857143,0,0,12.857143,0),(9728,2103,23,0,79,'2023-08-30 18:39:53',3,205.62,205.62,0,0,0,0),(9729,2103,44,0,79,'2023-08-30 18:39:53',3,348.48,348.48,0,0,0,0),(9730,2103,49,0,79,'2023-08-30 18:39:53',1,79.2,79.2,0,0,0,0),(9731,2103,40,0,79,'2023-08-30 18:39:53',1,79.2,79.2,0,0,0,0),(9732,2103,39,0,79,'2023-08-30 18:39:53',1,79.2,79.2,0,0,0,0),(9733,2103,43,0,79,'2023-08-30 18:39:53',1,79.2,79.2,0,0,0,0),(9734,2103,120,0,79,'2023-08-30 18:39:53',1,52.8,52.8,0,0,0,0),(9735,2103,93,0,79,'2023-08-30 18:39:53',10,0,0,0,0,0,0),(9737,2104,23,0,64,'2023-08-31 14:36:40',2,137.08,137.08,0,0,0,0),(9738,2104,38,0,64,'2023-08-31 14:36:40',1,165.76,165.76,0,0,0,0),(9739,2104,45,0,64,'2023-08-31 14:36:40',2,84.48,84.48,0,0,0,0),(9740,2104,41,0,64,'2023-08-31 14:36:40',3,199.44,199.44,0,0,0,0),(9741,2104,49,0,64,'2023-08-31 14:36:40',1,79.2,79.2,0,0,0,0),(9742,2104,490,0,64,'2023-08-31 14:36:40',6,117.6,117.6,0,0,0,0),(9743,2104,488,0,64,'2023-08-31 14:36:40',3,94.05,94.05,0,0,0,0),(9745,2105,99,0,14,'2023-09-01 13:28:30',2,0,4.74,0,0,4.74,0),(9746,2105,93,0,14,'2023-09-01 13:28:30',4,0,9.48,0,0,9.48,0),(9748,2106,23,0,17,'2023-09-01 13:35:06',2,137.08,137.08,0,0,0,0),(9749,2106,38,0,17,'2023-09-01 13:35:06',1,165.76,165.76,0,0,0,0),(9750,2106,41,0,17,'2023-09-01 13:35:06',2,132.96,132.96,0,0,0,0),(9751,2106,39,0,17,'2023-09-01 13:35:06',1,79.2,79.2,0,0,0,0),(9752,2106,40,0,17,'2023-09-01 13:35:06',1,79.2,79.2,0,0,0,0),(9753,2106,43,0,17,'2023-09-01 13:35:06',1,79.2,79.2,0,0,0,0),(9754,2106,44,0,17,'2023-09-01 13:35:06',1,116.16,116.16,0,0,0,0),(9755,2106,490,0,17,'2023-09-01 13:35:06',7,137.2,137.2,0,0,0,0),(9756,2106,487,0,17,'2023-09-01 13:35:06',1,31.35,31.35,0,0,0,0),(9758,2107,490,0,55,'2023-09-01 19:41:18',4,78.4,91.66,0,0,13.26,0),(9760,2108,41,0,95,'2023-09-01 22:54:52',2,132.96,132.96,0,0,0,0),(9761,2108,43,0,95,'2023-09-01 22:54:52',2,158.4,158.4,0,0,0,0),(9762,2108,490,0,95,'2023-09-01 22:54:52',12,235.2,235.2,0,0,0,0),(9764,2109,490,0,81,'2023-09-05 16:57:19',12,235.2,255.24,0,0,20.04,0),(9766,2128,488,0,101,'2023-09-06 14:31:21',3,94.05,94.05,0,0,0,0),(9767,2128,133,0,101,'2023-09-06 14:31:21',5,71.5,71.5,0,0,0,0),(9768,2128,131,0,101,'2023-09-06 14:31:21',5,63.25,63.25,0,0,0,0),(9769,2128,490,0,101,'2023-09-06 14:31:21',10,196,196,0,0,0,0),(9770,2128,23,0,101,'2023-09-06 14:31:21',5,342.7,342.7,0,0,0,0),(9772,2129,488,0,101,'2023-09-06 17:58:33',-3,-94.05,-94.05,0,0,0,0),(9773,2129,133,0,101,'2023-09-06 17:58:33',-5,-71.5,-71.5,0,0,0,0),(9774,2129,131,0,101,'2023-09-06 17:58:33',-5,-63.25,-63.25,0,0,0,0),(9775,2129,490,0,101,'2023-09-06 17:58:33',-10,-196,-196,0,0,0,0),(9776,2129,23,0,101,'2023-09-06 17:58:33',-5,-342.7,-342.7,0,0,0,0),(9777,2132,2110,0,101,'2023-09-06 21:00:13',5,357,357,0,0,0,0),(9778,2132,488,0,101,'2023-09-06 21:00:13',3,94.05,94.05,0,0,0,0),(9779,2132,133,0,101,'2023-09-06 21:00:13',5,71.5,71.5,0,0,0,0),(9780,2132,131,0,101,'2023-09-06 21:00:13',5,63.25,63.25,0,0,0,0),(9781,2132,318,0,101,'2023-09-06 21:00:13',50,150,150,0,0,0,0),(9789,2133,120,0,53,'2023-09-07 20:40:54',5,264,264,0,0,0,0),(9790,2133,133,0,53,'2023-09-07 20:40:54',4,57.2,57.2,0,0,0,0),(9791,2133,318,0,53,'2023-09-07 20:40:54',15,45,45,0,0,0,0),(9792,2133,41,0,53,'2023-09-07 20:40:54',2,132.96,132.96,0,0,0,0),(9793,2133,49,0,53,'2023-09-07 20:40:54',2,158.4,158.4,0,0,0,0),(9795,2134,43,0,80,'2023-09-07 23:50:23',5,396,396,0,0,0,0),(9796,2134,49,0,80,'2023-09-07 23:50:23',5,396,396,0,0,0,0),(9797,2134,116,0,80,'2023-09-07 23:50:23',1,145.44,145.44,0,0,0,0),(9798,2134,120,0,80,'2023-09-07 23:50:23',1,52.8,52.8,0,0,0,0),(9799,2134,42,0,80,'2023-09-07 23:50:23',1,79.2,79.2,0,0,0,0),(9800,2134,39,0,80,'2023-09-07 23:50:23',1,79.2,79.2,0,0,0,0),(9801,2134,45,0,80,'2023-09-07 23:50:23',1,42.24,42.24,0,0,0,0),(9803,2135,490,0,80,'2023-09-07 23:56:08',80,1568,1568,0,0,0,0),(9804,2135,488,0,80,'2023-09-07 23:56:08',4,125.4,125.4,0,0,0,0),(9805,2135,116,0,80,'2023-09-07 23:56:08',1,145.44,145.44,0,0,0,0),(9807,2136,93,0,63,'2023-09-08 18:29:48',10,0,13.99,0,0,13.99,0),(9809,2137,51,0,67,'2023-09-08 19:11:40',2,295.68,295.68,0,0,0,0),(9810,2137,41,0,67,'2023-09-08 19:11:40',3,199.44,199.44,0,0,0,0),(9811,2137,2110,0,67,'2023-09-08 19:11:40',1,71.4,71.4,0,0,0,0),(9812,2137,2113,0,67,'2023-09-08 19:11:40',1,172,172,0,0,0,0),(9813,2137,99,0,67,'2023-09-08 19:11:40',2,0,0,0,0,0,0),(9814,2137,93,0,67,'2023-09-08 19:11:40',10,0,0,0,0,0,0),(9816,2138,23,0,79,'2023-09-08 20:33:09',2,137.08,137.08,0,0,0,0),(9817,2138,44,0,79,'2023-09-08 20:33:09',3,348.48,348.48,0,0,0,0),(9818,2138,43,0,79,'2023-09-08 20:33:09',1,79.2,79.2,0,0,0,0),(9820,2139,490,0,81,'2023-09-09 20:47:35',12,235.2,255.24,0,0,20.04,0),(9822,2140,39,0,90,'2023-09-11 17:37:38',1,79.2,79.2,0,0,0,0),(9823,2140,42,0,90,'2023-09-11 17:37:38',1,79.2,79.2,0,0,0,0),(9824,2140,43,0,90,'2023-09-11 17:37:38',1,79.2,79.2,0,0,0,0),(9825,2140,120,0,90,'2023-09-11 17:37:38',1,52.8,52.8,0,0,0,0),(9826,2140,49,0,90,'2023-09-11 17:37:38',1,79.2,79.2,0,0,0,0),(9827,2140,490,0,90,'2023-09-11 17:37:38',10,196,196,0,0,0,0),(9828,2140,45,0,90,'2023-09-11 17:37:38',3,126.72,126.72,0,0,0,0),(9829,2140,41,0,90,'2023-09-11 17:37:38',1,66.48,66.48,0,0,0,0),(9830,2140,2113,0,90,'2023-09-11 17:37:38',2,344,344,0,0,0,0),(9831,2140,2110,0,90,'2023-09-11 17:37:38',1,71.4,71.4,0,0,0,0),(9833,2141,2110,0,90,'2023-09-11 18:04:19',1,71.4,71.4,0,0,0,0),(9834,2141,2113,0,90,'2023-09-11 18:04:19',1,172,172,0,0,0,0),(9835,2141,42,0,90,'2023-09-11 18:04:19',1,79.2,79.2,0,0,0,0),(9836,2141,45,0,90,'2023-09-11 18:04:19',2,84.48,84.48,0,0,0,0),(9837,2141,39,0,90,'2023-09-11 18:04:19',1,79.2,79.2,0,0,0,0),(9838,2141,40,0,90,'2023-09-11 18:04:19',1,79.2,79.2,0,0,0,0),(9839,2141,490,0,90,'2023-09-11 18:04:19',12,235.2,235.2,0,0,0,0),(9840,2141,41,0,90,'2023-09-11 18:04:19',1,66.48,66.48,0,0,0,0),(9842,2142,41,0,63,'2023-09-11 18:14:31',6,398.88,415.26,0,0,16.38,0),(9844,2143,43,0,90,'2023-09-11 18:14:49',2,158.4,158.4,0,0,0,0),(9845,2143,2110,0,90,'2023-09-11 18:14:49',1,71.4,71.4,0,0,0,0),(9846,2143,2113,0,90,'2023-09-11 18:14:49',1,172,172,0,0,0,0),(9847,2143,41,0,90,'2023-09-11 18:14:49',1,66.48,66.48,0,0,0,0),(9848,2143,490,0,90,'2023-09-11 18:14:49',8,156.8,156.8,0,0,0,0),(9850,2144,43,0,90,'2023-09-11 18:21:45',1,79.2,79.2,0,0,0,0),(9851,2144,39,0,90,'2023-09-11 18:21:45',1,79.2,79.2,0,0,0,0),(9852,2144,2110,0,90,'2023-09-11 18:21:45',1,71.4,71.4,0,0,0,0),(9853,2144,2113,0,90,'2023-09-11 18:21:45',1,172,172,0,0,0,0),(9854,2144,2110,0,90,'2023-09-11 18:21:45',2,142.8,142.8,0,0,0,0),(9856,2145,2110,0,12,'2023-09-12 16:18:05',3,214.2,214.2,0,0,0,0),(9857,2145,2113,0,12,'2023-09-12 16:18:05',1,172,172,0,0,0,0),(9858,2145,42,0,12,'2023-09-12 16:18:05',1,79.2,79.2,0,0,0,0),(9859,2145,41,0,12,'2023-09-12 16:18:05',1,66.48,66.48,0,0,0,0),(9860,2145,45,0,12,'2023-09-12 16:18:05',1,42.24,42.24,0,0,0,0),(9861,2145,118,0,12,'2023-09-12 16:18:05',1,184.8,184.8,0,0,0,0),(9862,2145,490,0,12,'2023-09-12 16:18:05',10,196,196,0,0,0,0),(9863,2145,487,0,12,'2023-09-12 16:18:05',2,62.7,62.7,0,0,0,0),(9865,2146,2110,0,12,'2023-09-12 16:23:24',2,142.8,142.8,0,0,0,0),(9866,2146,2113,0,12,'2023-09-12 16:23:24',1,172,172,0,0,0,0),(9867,2146,41,0,12,'2023-09-12 16:23:24',1,66.48,66.48,0,0,0,0),(9868,2146,43,0,12,'2023-09-12 16:23:24',1,79.2,79.2,0,0,0,0),(9869,2146,49,0,12,'2023-09-12 16:23:24',2,158.4,158.4,0,0,0,0),(9870,2146,490,0,12,'2023-09-12 16:23:24',10,196,196,0,0,0,0),(9871,2146,487,0,12,'2023-09-12 16:23:24',2,62.7,62.7,0,0,0,0),(9873,2147,41,0,39,'2023-09-12 20:54:03',1,66.48,68.846667,0,0,2.366667,0),(9874,2147,487,0,39,'2023-09-12 20:54:03',2,62.7,67.433333,0,0,4.733333,0),(9875,2147,489,0,39,'2023-09-12 20:54:03',6,114.24,128.44,0,0,14.2,0),(9877,2148,41,0,99,'2023-09-13 14:15:44',9,598.32,658.155,0,0,59.835,0),(9878,2148,23,0,99,'2023-09-13 14:15:44',3,205.62,225.565,0,0,19.945,0),(9879,2148,42,0,99,'2023-09-13 14:15:44',4,316.8,343.393333,0,0,26.593333,0),(9880,2148,43,0,99,'2023-09-13 14:15:44',1,79.2,85.848333,0,0,6.648333,0),(9881,2148,2110,0,99,'2023-09-13 14:15:44',1,71.4,78.048333,0,0,6.648333,0),(9883,2149,490,0,99,'2023-09-13 14:25:29',8,156.8,170.666667,0,0,13.866667,0),(9884,2149,120,0,99,'2023-09-13 14:25:29',1,52.8,54.533333,0,0,1.733333,0),(9890,2150,43,0,49,'2023-09-13 18:07:37',1,79.2,84.6,0,0,5.4,0),(9891,2150,487,0,49,'2023-09-13 18:07:37',1,31.35,36.75,0,0,5.4,0),(9892,2150,488,0,49,'2023-09-13 18:07:37',1,31.35,36.75,0,0,5.4,0),(9903,2151,23,0,69,'2023-09-14 14:55:51',3,205.62,205.62,0,0,0,0),(9904,2151,42,0,69,'2023-09-14 14:55:51',2,158.4,158.4,0,0,0,0),(9905,2151,45,0,69,'2023-09-14 14:55:51',2,84.48,84.48,0,0,0,0),(9906,2151,43,0,69,'2023-09-14 14:55:51',2,158.4,158.4,0,0,0,0),(9907,2151,49,0,69,'2023-09-14 14:55:51',2,158.4,158.4,0,0,0,0),(9908,2151,489,0,69,'2023-09-14 14:55:51',20,380.8,380.8,0,0,0,0),(9909,2151,133,0,69,'2023-09-14 14:55:51',1,14.3,14.3,0,0,0,0),(9910,2151,320,0,69,'2023-09-14 14:55:51',6,22.5,22.5,0,0,0,0),(9912,2152,23,0,69,'2023-09-14 14:57:27',3,205.62,205.62,0,0,0,0),(9913,2152,42,0,69,'2023-09-14 14:57:27',2,158.4,158.4,0,0,0,0),(9914,2152,45,0,69,'2023-09-14 14:57:27',2,84.48,84.48,0,0,0,0),(9915,2152,43,0,69,'2023-09-14 14:57:27',2,158.4,158.4,0,0,0,0),(9916,2152,49,0,69,'2023-09-14 14:57:27',2,158.4,158.4,0,0,0,0),(9917,2152,489,0,69,'2023-09-14 14:57:27',20,380.8,380.8,0,0,0,0),(9918,2152,133,0,69,'2023-09-14 14:57:27',1,14.3,14.3,0,0,0,0),(9919,2152,320,0,69,'2023-09-14 14:57:27',6,22.5,22.5,0,0,0,0),(9921,2153,42,0,11,'2023-09-14 16:12:43',1,79.2,79.2,0,0,0,0),(9922,2153,41,0,11,'2023-09-14 16:12:43',3,199.44,199.44,0,0,0,0),(9923,2153,45,0,11,'2023-09-14 16:12:43',6,253.44,253.44,0,0,0,0),(9924,2153,2110,0,11,'2023-09-14 16:12:43',3,214.2,214.2,0,0,0,0),(9925,2153,2113,0,11,'2023-09-14 16:12:43',2,344,344,0,0,0,0),(9926,2153,43,0,11,'2023-09-14 16:12:43',2,158.4,158.4,0,0,0,0),(9927,2153,490,0,11,'2023-09-14 16:12:43',20,392,392,0,0,0,0),(9928,2153,487,0,11,'2023-09-14 16:12:43',4,125.4,125.4,0,0,0,0),(9930,2154,45,0,13,'2023-09-14 16:31:01',1,42.24,42.24,0,0,0,0),(9931,2154,41,0,13,'2023-09-14 16:31:01',3,199.44,199.44,0,0,0,0),(9932,2154,43,0,13,'2023-09-14 16:31:01',1,79.2,79.2,0,0,0,0),(9933,2154,23,0,13,'2023-09-14 16:31:01',1,68.54,68.54,0,0,0,0),(9934,2154,38,0,13,'2023-09-14 16:31:01',2,331.52,331.52,0,0,0,0),(9936,2155,2113,0,95,'2023-09-14 20:23:39',1,172,172,0,0,0,0),(9937,2155,2110,0,95,'2023-09-14 20:23:39',3,214.2,214.2,0,0,0,0),(9938,2155,41,0,95,'2023-09-14 20:23:39',4,265.92,265.92,0,0,0,0),(9939,2155,43,0,95,'2023-09-14 20:23:39',2,158.4,158.4,0,0,0,0),(9940,2155,490,0,95,'2023-09-14 20:23:39',30,588,588,0,0,0,0),(9941,2155,487,0,95,'2023-09-14 20:23:39',3,94.05,94.05,0,0,0,0),(9942,2155,320,0,95,'2023-09-14 20:23:39',6,22.5,22.5,0,0,0,0),(9944,2156,116,0,70,'2023-09-15 13:58:59',1,145.44,145.44,0,0,0,0),(9945,2156,490,0,70,'2023-09-15 13:58:59',9,176.4,176.4,0,0,0,0),(9946,2156,487,0,70,'2023-09-15 13:58:59',3,94.05,94.05,0,0,0,0),(9947,2156,41,0,70,'2023-09-15 13:58:59',9,598.32,598.32,0,0,0,0),(9949,2157,23,0,79,'2023-09-15 16:57:44',4,274.16,274.16,0,0,0,0),(9950,2157,118,0,79,'2023-09-15 16:57:44',1,184.8,184.8,0,0,0,0),(9951,2157,23,0,79,'2023-09-15 16:57:44',1,68.54,68.54,0,0,0,0),(9953,2158,2110,0,80,'2023-09-15 17:28:36',4,285.6,285.6,0,0,0,0),(9954,2158,2113,0,80,'2023-09-15 17:28:36',3,516,516,0,0,0,0),(9955,2158,2110,0,80,'2023-09-15 17:28:36',2,142.8,142.8,0,0,0,0),(9957,2159,39,0,101,'2023-09-19 13:20:28',2,158.4,158.4,0,0,0,0),(9958,2159,40,0,101,'2023-09-19 13:20:28',2,158.4,158.4,0,0,0,0),(9959,2159,42,0,101,'2023-09-19 13:20:28',3,237.6,237.6,0,0,0,0),(9960,2159,43,0,101,'2023-09-19 13:20:28',4,316.8,316.8,0,0,0,0),(9961,2159,49,0,101,'2023-09-19 13:20:28',4,316.8,316.8,0,0,0,0),(9962,2159,41,0,101,'2023-09-19 13:20:28',5,332.4,332.4,0,0,0,0),(9963,2159,45,0,101,'2023-09-19 13:20:28',2,84.48,84.48,0,0,0,0),(9964,2159,490,0,101,'2023-09-19 13:20:28',10,196,196,0,0,0,0),(9966,2160,2110,0,53,'2023-09-19 13:30:26',5,357,367.89,0,0,10.89,0),(9967,2160,93,0,53,'2023-09-19 13:30:26',10,0,21.78,0,0,21.78,0),(9968,2160,133,0,53,'2023-09-19 13:30:26',5,71.5,82.39,0,0,10.89,0),(9970,2161,2110,0,53,'2023-09-19 13:36:50',5,357,452.6,0,0,95.6,0),(9971,2161,45,0,53,'2023-09-19 13:36:50',1,42.24,61.36,0,0,19.12,0),(9972,2161,93,0,53,'2023-09-19 13:36:50',10,0,191.2,0,0,191.2,0),(9973,2161,99,0,53,'2023-09-19 13:36:50',1,0,19.12,0,0,19.12,0),(9974,2161,97,0,53,'2023-09-19 13:36:50',1,0,19.12,0,0,19.12,0),(9976,2162,490,0,53,'2023-09-19 15:43:48',10,196,196,0,0,0,0),(9977,2162,45,0,53,'2023-09-19 15:43:48',1,42.24,42.24,0,0,0,0),(9978,2162,2110,0,53,'2023-09-19 15:43:48',5,357,357,0,0,0,0),(9979,2162,488,0,53,'2023-09-19 15:43:48',1,31.35,31.35,0,0,0,0),(9980,2162,487,0,53,'2023-09-19 15:43:48',1,31.35,31.35,0,0,0,0),(9982,2163,2110,0,53,'2023-09-19 15:46:15',5,357,357,0,0,0,0),(9983,2163,490,0,53,'2023-09-19 15:46:15',10,196,196,0,0,0,0),(9984,2163,133,0,53,'2023-09-19 15:46:15',5,71.5,71.5,0,0,0,0),(9986,2164,41,0,25,'2023-09-19 21:11:24',2,132.96,132.96,0,0,0,0),(9987,2164,42,0,25,'2023-09-19 21:11:24',1,79.2,79.2,0,0,0,0),(9988,2164,39,0,25,'2023-09-19 21:11:24',1,79.2,79.2,0,0,0,0),(9989,2164,40,0,25,'2023-09-19 21:11:24',1,79.2,79.2,0,0,0,0),(9990,2164,49,0,25,'2023-09-19 21:11:24',2,158.4,158.4,0,0,0,0),(9991,2164,490,0,25,'2023-09-19 21:11:24',9,176.4,176.4,0,0,0,0),(9993,2165,23,0,6,'2023-09-20 20:00:00',1,68.54,68.54,0,0,0,0),(9994,2165,38,0,6,'2023-09-20 20:00:00',1,165.76,165.76,0,0,0,0),(9995,2165,41,0,6,'2023-09-20 20:00:00',4,265.92,265.92,0,0,0,0),(9996,2165,45,0,6,'2023-09-20 20:00:00',1,42.24,42.24,0,0,0,0),(9997,2165,39,0,6,'2023-09-20 20:00:00',2,158.4,158.4,0,0,0,0),(9998,2165,40,0,6,'2023-09-20 20:00:00',1,79.2,79.2,0,0,0,0),(9999,2165,120,0,6,'2023-09-20 20:00:00',2,105.6,105.6,0,0,0,0),(10000,2165,43,0,6,'2023-09-20 20:00:00',3,237.6,237.6,0,0,0,0),(10001,2165,49,0,6,'2023-09-20 20:00:00',2,158.4,158.4,0,0,0,0),(10003,2166,2113,0,80,'2023-09-24 16:41:25',4,688,688,0,0,0,0),(10004,2166,41,0,80,'2023-09-24 16:41:25',8,531.84,531.84,0,0,0,0),(10005,2166,120,0,80,'2023-09-24 16:41:25',1,52.8,52.8,0,0,0,0),(10006,2166,49,0,80,'2023-09-24 16:41:25',4,316.8,316.8,0,0,0,0),(10008,2167,23,0,79,'2023-09-24 17:45:27',2,137.08,137.08,0,0,0,0),(10009,2167,49,0,79,'2023-09-24 17:45:27',2,158.4,158.4,0,0,0,0),(10010,2167,44,0,79,'2023-09-24 17:45:27',2,232.32,232.32,0,0,0,0),(10016,2171,23,0,103,'2023-09-25 15:42:28',1,68.54,74.79,0,0,6.25,0),(10017,2171,41,0,103,'2023-09-25 15:42:28',1,66.48,72.73,0,0,6.25,0),(10018,2171,116,0,103,'2023-09-25 15:42:28',1,145.44,151.69,0,0,6.25,0),(10028,2173,2110,0,26,'2023-09-25 16:18:29',4,285.6,285.6,0,0,0,0),(10029,2173,2113,0,26,'2023-09-25 16:18:29',1,172,172,0,0,0,0),(10030,2173,41,0,26,'2023-09-25 16:18:29',2,132.96,132.96,0,0,0,0),(10032,2174,318,0,21,'2023-09-25 18:17:22',4,12,13.950588,0,0,1.950588,0),(10033,2174,137,0,21,'2023-09-25 18:17:22',15,90.75,98.064706,0,0,7.314706,0),(10034,2174,138,0,21,'2023-09-25 18:17:22',15,74.25,81.564706,0,0,7.314706,0),(10036,2175,45,0,11,'2023-09-25 19:10:41',4,168.96,168.96,0,0,0,0),(10037,2175,44,0,11,'2023-09-25 19:10:41',1,116.16,116.16,0,0,0,0),(10038,2175,49,0,11,'2023-09-25 19:10:41',3,237.6,237.6,0,0,0,0),(10039,2175,490,0,11,'2023-09-25 19:10:41',10,196,196,0,0,0,0),(10040,2175,2110,0,11,'2023-09-25 19:10:41',2,142.8,142.8,0,0,0,0),(10041,2175,2113,0,11,'2023-09-25 19:10:41',1,172,172,0,0,0,0),(10042,2175,488,0,11,'2023-09-25 19:10:41',1,31.35,31.35,0,0,0,0),(10043,2175,487,0,11,'2023-09-25 19:10:41',4,125.4,125.4,0,0,0,0),(10044,2175,39,0,11,'2023-09-25 19:10:41',1,79.2,79.2,0,0,0,0),(10045,2175,40,0,11,'2023-09-25 19:10:41',1,79.2,79.2,0,0,0,0),(10047,2176,41,0,82,'2023-09-25 21:16:17',3,199.44,199.44,0,0,0,0),(10048,2176,490,0,82,'2023-09-25 21:16:17',10,196,196,0,0,0,0),(10049,2176,23,0,82,'2023-09-25 21:16:17',4,274.16,274.16,0,0,0,0),(10050,2176,39,0,82,'2023-09-25 21:16:17',1,79.2,79.2,0,0,0,0),(10051,2176,40,0,82,'2023-09-25 21:16:17',1,79.2,79.2,0,0,0,0),(10052,2176,43,0,82,'2023-09-25 21:16:17',1,79.2,79.2,0,0,0,0),(10053,2176,45,0,82,'2023-09-25 21:16:17',1,42.24,42.24,0,0,0,0),(10055,2177,489,0,100,'2023-09-26 02:38:09',10,190.4,207.491667,0,0,17.091667,0),(10056,2177,487,0,100,'2023-09-26 02:38:09',1,31.35,33.059167,0,0,1.709167,0),(10057,2177,23,0,100,'2023-09-26 02:38:09',1,68.54,70.249167,0,0,1.709167,0),(10059,2178,120,0,101,'2023-09-26 15:50:38',3,158.4,174.06,0,0,15.66,0),(10061,2179,120,0,53,'2023-09-26 15:55:03',3,158.4,174.06,0,0,15.66,0),(10063,2180,120,0,53,'2023-09-26 15:56:06',3,158.4,177.92,0,0,19.52,0),(10065,2181,120,0,53,'2023-09-26 15:57:20',3,158.4,177.15,0,0,18.75,0),(10067,2182,490,0,21,'2023-09-26 16:14:07',10,196,212.39,0,0,16.39,0),(10069,2172,23,0,103,'2023-09-25 15:44:33',1,68.54,74.79,0,0,6.25,0),(10070,2172,41,0,103,'2023-09-25 15:44:33',1,66.48,72.73,0,0,6.25,0),(10071,2172,116,0,103,'2023-09-25 15:44:33',1,145.44,151.69,0,0,6.25,0),(10073,2183,49,0,64,'2023-09-26 17:49:05',2,158.4,158.4,0,0,0,0),(10074,2183,45,0,64,'2023-09-26 17:49:05',2,84.48,84.48,0,0,0,0),(10075,2183,2113,0,64,'2023-09-26 17:49:05',1,172,172,0,0,0,0),(10076,2183,2110,0,64,'2023-09-26 17:49:05',2,142.8,142.8,0,0,0,0),(10077,2183,41,0,64,'2023-09-26 17:49:05',4,265.92,265.92,0,0,0,0),(10078,2183,488,0,64,'2023-09-26 17:49:05',1,31.35,31.35,0,0,0,0),(10079,2183,490,0,64,'2023-09-26 17:49:05',10,196,196,0,0,0,0),(10087,2184,42,0,12,'2023-09-27 19:42:00',1,79.2,79.2,0,0,0,0),(10088,2184,41,0,12,'2023-09-27 19:42:00',6,398.88,398.88,0,0,0,0),(10089,2184,45,0,12,'2023-09-27 19:42:00',2,84.48,84.48,0,0,0,0),(10090,2184,51,0,12,'2023-09-27 19:42:00',2,295.68,295.68,0,0,0,0),(10091,2184,487,0,12,'2023-09-27 19:42:00',2,62.7,62.7,0,0,0,0),(10096,2185,487,0,81,'2023-09-28 18:07:18',1,31.35,33.937143,0,0,2.587143,0),(10097,2185,490,0,81,'2023-09-28 18:07:18',6,117.6,133.122857,0,0,15.522857,0),(10099,2186,116,0,70,'2023-09-29 13:22:54',1,145.44,145.44,0,0,0,0),(10100,2186,49,0,70,'2023-09-29 13:22:54',4,316.8,316.8,0,0,0,0),(10101,2186,490,0,70,'2023-09-29 13:22:54',2,39.2,39.2,0,0,0,0),(10103,2187,45,0,102,'2023-09-29 19:47:46',2,84.48,97.24,0,0,12.76,0),(10104,2187,133,0,102,'2023-09-29 19:47:46',1,14.3,20.68,0,0,6.38,0),(10105,2187,131,0,102,'2023-09-29 19:47:46',1,12.65,19.03,0,0,6.38,0),(10107,2188,23,0,85,'2023-10-02 15:47:09',6,411.24,411.24,0,0,0,0),(10108,2188,43,0,85,'2023-10-02 15:47:09',4,316.8,316.8,0,0,0,0),(10109,2188,49,0,85,'2023-10-02 15:47:09',2,158.4,158.4,0,0,0,0),(10111,2189,2110,0,80,'2023-10-02 17:57:19',4,285.6,285.6,0,0,0,0),(10112,2189,2113,0,80,'2023-10-02 17:57:19',2,344,344,0,0,0,0),(10113,2189,116,0,80,'2023-10-02 17:57:19',1,145.44,145.44,0,0,0,0),(10114,2189,39,0,80,'2023-10-02 17:57:19',1,79.2,79.2,0,0,0,0),(10115,2189,44,0,80,'2023-10-02 17:57:19',2,232.32,232.32,0,0,0,0),(10116,2189,43,0,80,'2023-10-02 17:57:19',2,158.4,158.4,0,0,0,0),(10118,2190,41,0,57,'2023-10-02 18:24:06',1,66.48,66.48,0,0,0,0),(10119,2190,23,0,57,'2023-10-02 18:24:06',2,137.08,137.08,0,0,0,0),(10120,2190,38,0,57,'2023-10-02 18:24:06',1,165.76,165.76,0,0,0,0),(10121,2190,490,0,57,'2023-10-02 18:24:06',8,156.8,156.8,0,0,0,0),(10123,2191,41,0,62,'2023-10-02 20:46:14',3,199.44,199.44,0,0,0,0),(10124,2191,93,0,62,'2023-10-02 20:46:14',10,0,0,0,0,0,0),(10125,2191,133,0,62,'2023-10-02 20:46:14',3,42.9,42.9,0,0,0,0),(10126,2191,318,0,62,'2023-10-02 20:46:14',6,18,18,0,0,0,0),(10127,2191,44,0,62,'2023-10-02 20:46:14',2,232.32,232.32,0,0,0,0),(10128,2191,120,0,62,'2023-10-02 20:46:14',1,52.8,52.8,0,0,0,0),(10129,2191,2110,0,62,'2023-10-02 20:46:14',3,214.2,214.2,0,0,0,0),(10130,2191,2113,0,62,'2023-10-02 20:46:14',1,172,172,0,0,0,0),(10132,2192,23,0,79,'2023-10-03 14:35:23',2,137.08,137.08,0,0,0,0),(10133,2192,51,0,79,'2023-10-03 14:35:23',1,147.84,147.84,0,0,0,0),(10134,2192,44,0,79,'2023-10-03 14:35:23',2,232.32,232.32,0,0,0,0),(10135,2192,43,0,79,'2023-10-03 14:35:23',1,79.2,79.2,0,0,0,0),(10136,2192,49,0,79,'2023-10-03 14:35:23',1,79.2,79.2,0,0,0,0),(10138,2193,41,0,17,'2023-10-04 13:51:43',1,66.48,68.712857,0,0,2.232857,0),(10139,2193,44,0,17,'2023-10-04 13:51:43',1,116.16,118.392857,0,0,2.232857,0),(10140,2193,490,0,17,'2023-10-04 13:51:43',5,98,109.164286,0,0,11.164286,0),(10142,2194,41,0,11,'2023-10-04 21:21:44',2,132.96,132.96,0,0,0,0),(10143,2194,45,0,11,'2023-10-04 21:21:44',2,84.48,84.48,0,0,0,0),(10144,2194,39,0,11,'2023-10-04 21:21:44',1,79.2,79.2,0,0,0,0),(10145,2194,40,0,11,'2023-10-04 21:21:44',1,79.2,79.2,0,0,0,0),(10146,2194,42,0,11,'2023-10-04 21:21:44',1,79.2,79.2,0,0,0,0),(10147,2194,490,0,11,'2023-10-04 21:21:44',5,98,98,0,0,0,0),(10148,2194,488,0,11,'2023-10-04 21:21:44',1,31.35,31.35,0,0,0,0),(10149,2194,487,0,11,'2023-10-04 21:21:44',1,31.35,31.35,0,0,0,0),(10151,2195,23,0,79,'2023-10-05 00:03:07',2,137.08,137.08,0,0,0,0),(10152,2195,44,0,79,'2023-10-05 00:03:07',3,348.48,348.48,0,0,0,0),(10153,2195,120,0,79,'2023-10-05 00:03:07',1,52.8,52.8,0,0,0,0),(10155,2196,93,0,63,'2023-10-05 00:32:35',10,0,14.02,0,0,14.02,0),(10157,2197,41,0,55,'2023-10-05 14:16:58',2,132.96,139.212,0,0,6.252,0),(10158,2197,49,0,55,'2023-10-05 14:16:58',1,79.2,82.326,0,0,3.126,0),(10159,2197,490,0,55,'2023-10-05 14:16:58',2,39.2,45.452,0,0,6.252,0),(10161,2198,2110,0,12,'2023-10-05 16:41:33',1,71.4,71.4,0,0,0,0),(10162,2198,2113,0,12,'2023-10-05 16:41:33',1,172,172,0,0,0,0),(10163,2198,118,0,12,'2023-10-05 16:41:33',1,184.8,184.8,0,0,0,0),(10164,2198,44,0,12,'2023-10-05 16:41:33',1,116.16,116.16,0,0,0,0),(10166,2199,49,0,12,'2023-10-05 16:46:19',2,158.4,158.4,0,0,0,0),(10167,2199,118,0,12,'2023-10-05 16:46:19',1,184.8,184.8,0,0,0,0),(10168,2199,51,0,12,'2023-10-05 16:46:19',1,147.84,147.84,0,0,0,0),(10169,2199,120,0,12,'2023-10-05 16:46:19',1,52.8,52.8,0,0,0,0),(10171,2200,23,0,13,'2023-10-06 18:51:37',3,205.62,205.62,0,0,0,0),(10172,2200,38,0,13,'2023-10-06 18:51:37',3,497.28,497.28,0,0,0,0),(10173,2200,41,0,13,'2023-10-06 18:51:37',3,199.44,199.44,0,0,0,0),(10174,2200,45,0,13,'2023-10-06 18:51:37',1,42.24,42.24,0,0,0,0),(10176,2201,45,0,79,'2023-10-08 14:20:00',1,42.24,42.24,0,0,0,0),(10177,2201,118,0,79,'2023-10-08 14:20:00',2,369.6,369.6,0,0,0,0),(10178,2201,120,0,79,'2023-10-08 14:20:00',2,105.6,105.6,0,0,0,0),(10180,2203,490,0,81,'2023-10-09 15:06:37',16,313.6,337.19,0,0,23.59,0),(10192,2204,2110,0,95,'2023-10-09 19:15:06',4,285.6,285.6,0,0,0,0),(10193,2204,2113,0,95,'2023-10-09 19:15:06',2,344,344,0,0,0,0),(10194,2204,41,0,95,'2023-10-09 19:15:06',7,465.36,465.36,0,0,0,0),(10195,2204,118,0,95,'2023-10-09 19:15:06',2,369.6,369.6,0,0,0,0),(10196,2204,51,0,95,'2023-10-09 19:15:06',4,591.36,591.36,0,0,0,0),(10197,2204,43,0,95,'2023-10-09 19:15:06',2,158.4,158.4,0,0,0,0),(10198,2204,44,0,95,'2023-10-09 19:15:06',2,232.32,232.32,0,0,0,0),(10199,2204,487,0,95,'2023-10-09 19:15:06',4,125.4,125.4,0,0,0,0),(10200,2204,490,0,95,'2023-10-09 19:15:06',30,588,588,0,0,0,0),(10202,2205,41,0,42,'2023-10-10 03:04:07',1,66.48,66.48,0,0,0,0),(10203,2205,45,0,42,'2023-10-10 03:04:07',1,42.24,42.24,0,0,0,0),(10204,2205,49,0,42,'2023-10-10 03:04:07',4,316.8,316.8,0,0,0,0),(10205,2205,44,0,42,'2023-10-10 03:04:07',1,116.16,116.16,0,0,0,0),(10206,2205,2110,0,42,'2023-10-10 03:04:07',1,71.4,71.4,0,0,0,0),(10208,2206,23,0,39,'2023-10-10 13:10:36',1,68.54,73.54,0,0,5,0),(10209,2206,42,0,39,'2023-10-10 13:10:36',1,79.2,84.2,0,0,5,0),(10210,2206,41,0,39,'2023-10-10 13:10:36',1,66.48,71.48,0,0,5,0),(10211,2206,487,0,39,'2023-10-10 13:10:36',1,31.35,36.35,0,0,5,0),(10213,2207,41,0,53,'2023-10-10 13:59:31',3,199.44,206.76,0,0,7.32,0),(10214,2207,131,0,53,'2023-10-10 13:59:31',4,50.6,60.36,0,0,9.76,0),(10216,2208,39,0,53,'2023-10-10 14:03:01',1,79.2,82.937857,0,0,3.737857,0),(10217,2208,40,0,53,'2023-10-10 14:03:01',1,79.2,82.937857,0,0,3.737857,0),(10218,2208,43,0,53,'2023-10-10 14:03:01',1,79.2,82.937857,0,0,3.737857,0),(10219,2208,49,0,53,'2023-10-10 14:03:01',1,79.2,82.937857,0,0,3.737857,0),(10220,2208,133,0,53,'2023-10-10 14:03:01',3,42.9,54.113571,0,0,11.213571,0),(10221,2208,131,0,53,'2023-10-10 14:03:01',2,25.3,32.775714,0,0,7.475714,0),(10222,2208,490,0,53,'2023-10-10 14:03:01',5,98,116.689286,0,0,18.689286,0),(10224,2209,2113,0,64,'2023-10-10 14:50:43',1,172,172,0,0,0,0),(10225,2209,2110,0,64,'2023-10-10 14:50:43',3,214.2,214.2,0,0,0,0),(10226,2209,45,0,64,'2023-10-10 14:50:43',2,84.48,84.48,0,0,0,0),(10227,2209,49,0,64,'2023-10-10 14:50:43',2,158.4,158.4,0,0,0,0),(10228,2209,41,0,64,'2023-10-10 14:50:43',3,199.44,199.44,0,0,0,0),(10229,2209,490,0,64,'2023-10-10 14:50:43',8,156.8,156.8,0,0,0,0),(10230,2209,488,0,64,'2023-10-10 14:50:43',2,62.7,62.7,0,0,0,0),(10232,2210,23,0,79,'2023-10-10 17:37:52',3,205.62,205.62,0,0,0,0),(10233,2210,49,0,79,'2023-10-10 17:37:52',2,158.4,158.4,0,0,0,0),(10234,2210,118,0,79,'2023-10-10 17:37:52',1,184.8,184.8,0,0,0,0),(10236,2211,41,0,6,'2023-10-11 15:32:22',3,199.44,199.44,0,0,0,0),(10237,2211,116,0,6,'2023-10-11 15:32:22',1,145.44,145.44,0,0,0,0),(10238,2211,120,0,6,'2023-10-11 15:32:22',2,105.6,105.6,0,0,0,0),(10239,2211,93,0,6,'2023-10-11 15:32:22',6,0,0,0,0,0,0),(10240,2211,2110,0,6,'2023-10-11 15:32:22',1,71.4,71.4,0,0,0,0),(10242,2212,38,0,25,'2023-10-12 01:35:42',1,165.76,165.76,0,0,0,0),(10243,2212,45,0,25,'2023-10-12 01:35:42',3,126.72,126.72,0,0,0,0),(10244,2212,44,0,25,'2023-10-12 01:35:42',1,116.16,116.16,0,0,0,0),(10245,2212,51,0,25,'2023-10-12 01:35:42',1,147.84,147.84,0,0,0,0),(10246,2212,490,0,25,'2023-10-12 01:35:42',4,78.4,78.4,0,0,0,0),(10247,2212,487,0,25,'2023-10-12 01:35:42',3,94.05,94.05,0,0,0,0),(10249,2213,41,0,11,'2023-10-12 14:52:24',1,66.48,66.48,0,0,0,0),(10250,2213,45,0,11,'2023-10-12 14:52:24',2,84.48,84.48,0,0,0,0),(10251,2213,41,0,11,'2023-10-12 14:52:24',1,66.48,66.48,0,0,0,0),(10252,2213,39,0,11,'2023-10-12 14:52:24',1,79.2,79.2,0,0,0,0),(10253,2213,40,0,11,'2023-10-12 14:52:24',1,79.2,79.2,0,0,0,0),(10254,2213,43,0,11,'2023-10-12 14:52:24',2,158.4,158.4,0,0,0,0),(10255,2213,490,0,11,'2023-10-12 14:52:24',16,313.6,313.6,0,0,0,0),(10256,2213,488,0,11,'2023-10-12 14:52:24',2,62.7,62.7,0,0,0,0),(10257,2213,487,0,11,'2023-10-12 14:52:24',2,62.7,62.7,0,0,0,0),(10259,2214,41,0,46,'2023-10-13 10:23:38',1,66.48,69.32,0,0,2.84,0),(10260,2214,43,0,46,'2023-10-13 10:23:38',1,79.2,82.04,0,0,2.84,0),(10261,2214,44,0,46,'2023-10-13 10:23:38',1,116.16,119,0,0,2.84,0),(10262,2214,490,0,46,'2023-10-13 10:23:38',5,98,112.2,0,0,14.2,0),(10264,2215,41,0,46,'2023-10-13 15:12:01',-1,-66.48,-69.32,0,0,-2.84,0),(10265,2215,43,0,46,'2023-10-13 15:12:01',-1,-79.2,-82.04,0,0,-2.84,0),(10266,2215,44,0,46,'2023-10-13 15:12:01',-1,-116.16,-119,0,0,-2.84,0),(10267,2215,490,0,46,'2023-10-13 15:12:01',-5,-98,-112.2,0,0,-14.2,0),(10269,2216,2113,0,99,'2023-10-13 15:28:44',1,172,175.199,0,0,3.199,0),(10270,2216,2110,0,99,'2023-10-13 15:28:44',1,71.4,74.599,0,0,3.199,0),(10271,2216,41,0,99,'2023-10-13 15:28:44',3,199.44,209.037,0,0,9.597,0),(10272,2216,490,0,99,'2023-10-13 15:28:44',4,78.4,91.196,0,0,12.796,0),(10273,2216,42,0,99,'2023-10-13 15:28:44',1,79.2,82.399,0,0,3.199,0),(10280,2218,490,0,81,'2023-10-13 21:10:40',16,313.6,337.14,0,0,23.54,0),(10282,2219,41,0,33,'2023-10-13 21:20:25',1,66.48,69.78,0,0,3.3,0),(10283,2219,490,0,33,'2023-10-13 21:20:25',3,58.8,68.7,0,0,9.9,0),(10284,2219,488,0,33,'2023-10-13 21:20:25',1,31.35,34.65,0,0,3.3,0),(10285,2219,43,0,33,'2023-10-13 21:20:25',1,79.2,82.5,0,0,3.3,0),(10287,2220,49,0,32,'2023-10-14 20:24:41',3,237.6,266.62,0,0,29.02,0),(10294,2221,23,0,82,'2023-10-16 15:14:23',2,137.08,137.08,0,0,0,0),(10295,2221,41,0,82,'2023-10-16 15:14:23',1,66.48,66.48,0,0,0,0),(10296,2221,490,0,82,'2023-10-16 15:14:23',12,235.2,235.2,0,0,0,0),(10297,2221,487,0,82,'2023-10-16 15:14:23',1,31.35,31.35,0,0,0,0),(10298,2221,43,0,82,'2023-10-16 15:14:23',1,79.2,79.2,0,0,0,0),(10300,2222,42,0,67,'2023-10-16 19:22:56',2,158.4,158.4,0,0,0,0),(10301,2222,51,0,67,'2023-10-16 19:22:56',1,147.84,147.84,0,0,0,0),(10302,2222,41,0,67,'2023-10-16 19:22:56',1,66.48,66.48,0,0,0,0),(10303,2222,2113,0,67,'2023-10-16 19:22:56',1,172,172,0,0,0,0),(10306,2223,42,0,90,'2023-10-16 20:23:20',1,79.2,79.2,0,0,0,0),(10307,2223,43,0,90,'2023-10-16 20:23:20',2,158.4,158.4,0,0,0,0),(10308,2223,49,0,90,'2023-10-16 20:23:20',2,158.4,158.4,0,0,0,0),(10309,2223,490,0,90,'2023-10-16 20:23:20',12,235.2,235.2,0,0,0,0),(10310,2223,2110,0,90,'2023-10-16 20:23:20',1,71.4,71.4,0,0,0,0),(10311,2223,2113,0,90,'2023-10-16 20:23:20',1,172,172,0,0,0,0),(10312,2223,45,0,90,'2023-10-16 20:23:20',2,84.48,84.48,0,0,0,0),(10313,2223,41,0,90,'2023-10-16 20:23:20',1,66.48,66.48,0,0,0,0),(10314,2223,43,0,90,'2023-10-16 20:23:20',2,158.4,158.4,0,0,0,0),(10315,2223,49,0,90,'2023-10-16 20:23:20',2,158.4,158.4,0,0,0,0),(10316,2223,45,0,90,'2023-10-16 20:23:20',1,42.24,42.24,0,0,0,0),(10318,2224,120,0,90,'2023-10-16 20:33:57',2,105.6,105.6,0,0,0,0),(10319,2224,487,0,90,'2023-10-16 20:33:57',1,31.35,31.35,0,0,0,0),(10320,2224,490,0,90,'2023-10-16 20:33:57',7,137.2,137.2,0,0,0,0),(10321,2224,45,0,90,'2023-10-16 20:33:57',1,42.24,42.24,0,0,0,0),(10322,2224,41,0,90,'2023-10-16 20:33:57',1,66.48,66.48,0,0,0,0),(10323,2224,43,0,90,'2023-10-16 20:33:57',2,158.4,158.4,0,0,0,0),(10335,2226,40,0,90,'2023-10-16 20:55:31',1,79.2,79.2,0,0,0,0),(10336,2226,42,0,90,'2023-10-16 20:55:31',1,79.2,79.2,0,0,0,0),(10337,2226,43,0,90,'2023-10-16 20:55:31',1,79.2,79.2,0,0,0,0),(10338,2226,49,0,90,'2023-10-16 20:55:31',1,79.2,79.2,0,0,0,0),(10339,2226,487,0,90,'2023-10-16 20:55:31',1,31.35,31.35,0,0,0,0),(10340,2226,490,0,90,'2023-10-16 20:55:31',10,196,196,0,0,0,0),(10341,2226,2110,0,90,'2023-10-16 20:55:31',1,71.4,71.4,0,0,0,0),(10342,2226,2113,0,90,'2023-10-16 20:55:31',1,172,172,0,0,0,0),(10343,2226,41,0,90,'2023-10-16 20:55:31',1,66.48,66.48,0,0,0,0),(10344,2226,45,0,90,'2023-10-16 20:55:31',1,42.24,42.24,0,0,0,0),(10346,2227,42,0,90,'2023-10-16 21:05:51',1,79.2,79.2,0,0,0,0),(10347,2227,43,0,90,'2023-10-16 21:05:51',1,79.2,79.2,0,0,0,0),(10348,2227,487,0,90,'2023-10-16 21:05:51',1,31.35,31.35,0,0,0,0),(10349,2227,490,0,90,'2023-10-16 21:05:51',8,156.8,156.8,0,0,0,0),(10350,2227,2110,0,90,'2023-10-16 21:05:51',1,71.4,71.4,0,0,0,0),(10351,2227,2113,0,90,'2023-10-16 21:05:51',1,172,172,0,0,0,0),(10352,2227,45,0,90,'2023-10-16 21:05:51',2,84.48,84.48,0,0,0,0),(10353,2227,41,0,90,'2023-10-16 21:05:51',1,66.48,66.48,0,0,0,0),(10355,2228,2110,0,63,'2023-10-17 17:44:46',5,357,357,0,0,0,0),(10356,2228,49,0,63,'2023-10-17 17:44:46',4,316.8,316.8,0,0,0,0),(10358,2217,41,0,46,'2023-10-13 19:03:35',1,66.48,69.32,0,0,2.84,0),(10359,2217,44,0,46,'2023-10-13 19:03:35',1,116.16,119,0,0,2.84,0),(10360,2217,490,0,46,'2023-10-13 19:03:35',5,98,112.2,0,0,14.2,0),(10361,2217,43,0,46,'2023-10-13 19:03:35',1,79.2,82.04,0,0,2.84,0),(10363,2229,42,0,67,'2023-10-17 18:27:21',2,158.4,158.4,0,0,0,0),(10364,2229,51,0,67,'2023-10-17 18:27:21',1,147.84,147.84,0,0,0,0),(10365,2229,41,0,67,'2023-10-17 18:27:21',1,66.48,66.48,0,0,0,0),(10366,2229,2113,0,67,'2023-10-17 18:27:21',1,172,172,0,0,0,0),(10368,2230,490,0,86,'2023-10-17 19:28:31',3,58.8,71.164286,0,0,12.364286,0),(10369,2230,488,0,86,'2023-10-17 19:28:31',1,31.35,35.471429,0,0,4.121429,0),(10370,2230,487,0,86,'2023-10-17 19:28:31',1,31.35,35.471429,0,0,4.121429,0),(10371,2230,45,0,86,'2023-10-17 19:28:31',2,84.48,92.722857,0,0,8.242857,0),(10373,2231,41,0,46,'2023-10-17 20:19:21',1,66.48,69.32,0,0,2.84,0),(10374,2231,44,0,46,'2023-10-17 20:19:21',1,116.16,119,0,0,2.84,0),(10375,2231,490,0,46,'2023-10-17 20:19:21',5,98,112.2,0,0,14.2,0),(10376,2231,43,0,46,'2023-10-17 20:19:21',1,79.2,82.04,0,0,2.84,0),(10378,2232,490,0,101,'2023-10-18 14:24:43',10,196,196,0,0,0,0),(10379,2232,487,0,101,'2023-10-18 14:24:43',2,62.7,62.7,0,0,0,0),(10380,2232,488,0,101,'2023-10-18 14:24:43',2,62.7,62.7,0,0,0,0),(10381,2232,131,0,101,'2023-10-18 14:24:43',10,126.5,126.5,0,0,0,0),(10382,2232,133,0,101,'2023-10-18 14:24:43',5,71.5,71.5,0,0,0,0),(10383,2232,2110,0,101,'2023-10-18 14:24:43',4,285.6,285.6,0,0,0,0),(10384,2232,41,0,101,'2023-10-18 14:24:43',4,265.92,265.92,0,0,0,0),(10385,2232,42,0,101,'2023-10-18 14:24:43',3,237.6,237.6,0,0,0,0),(10386,2232,39,0,101,'2023-10-18 14:24:43',5,396,396,0,0,0,0),(10387,2232,40,0,101,'2023-10-18 14:24:43',5,396,396,0,0,0,0),(10388,2232,43,0,101,'2023-10-18 14:24:43',5,396,396,0,0,0,0),(10389,2232,49,0,101,'2023-10-18 14:24:43',5,396,396,0,0,0,0),(10390,2232,118,0,101,'2023-10-18 14:24:43',5,924,924,0,0,0,0),(10392,2233,133,0,53,'2023-10-19 18:54:06',5,71.5,85.108333,0,0,13.608333,0),(10393,2233,131,0,53,'2023-10-19 18:54:06',1,12.65,15.371667,0,0,2.721667,0),(10395,2235,2113,0,11,'2023-10-19 19:07:37',1,172,187.7,0,0,15.7,0),(10399,2237,41,0,29,'2023-10-19 22:11:51',3,199.44,218.11,0,0,18.67,0),(10401,2238,23,0,79,'2023-10-20 18:40:44',2,137.08,137.08,0,0,0,0),(10402,2238,45,0,79,'2023-10-20 18:40:44',2,84.48,84.48,0,0,0,0),(10403,2238,43,0,79,'2023-10-20 18:40:44',2,158.4,158.4,0,0,0,0),(10404,2238,49,0,79,'2023-10-20 18:40:44',2,158.4,158.4,0,0,0,0),(10406,2239,23,0,57,'2023-10-20 23:37:12',2,137.08,137.08,0,0,0,0),(10407,2239,38,0,57,'2023-10-20 23:37:12',1,165.76,165.76,0,0,0,0),(10408,2239,2110,0,57,'2023-10-20 23:37:12',1,71.4,71.4,0,0,0,0),(10409,2239,2113,0,57,'2023-10-20 23:37:12',1,172,172,0,0,0,0),(10410,2239,41,0,57,'2023-10-20 23:37:12',2,132.96,132.96,0,0,0,0),(10411,2239,490,0,57,'2023-10-20 23:37:12',6,117.6,117.6,0,0,0,0),(10413,2240,41,0,102,'2023-10-25 03:26:28',2,132.96,132.96,0,0,0,0),(10414,2240,45,0,102,'2023-10-25 03:26:28',2,84.48,84.48,0,0,0,0),(10415,2240,133,0,102,'2023-10-25 03:26:28',2,28.6,28.6,0,0,0,0),(10416,2240,131,0,102,'2023-10-25 03:26:28',2,25.3,25.3,0,0,0,0),(10417,2240,44,0,102,'2023-10-25 03:26:28',1,116.16,116.16,0,0,0,0),(10418,2240,51,0,102,'2023-10-25 03:26:28',1,147.84,147.84,0,0,0,0),(10420,2241,45,0,11,'2023-10-25 15:31:22',3,126.72,126.72,0,0,0,0),(10421,2241,41,0,11,'2023-10-25 15:31:22',4,265.92,265.92,0,0,0,0),(10422,2241,490,0,11,'2023-10-25 15:31:22',10,196,196,0,0,0,0),(10434,2242,41,0,50,'2023-10-25 22:38:17',4,265.92,265.92,0,0,0,0),(10435,2242,45,0,50,'2023-10-25 22:38:17',1,42.24,42.24,0,0,0,0),(10436,2242,43,0,50,'2023-10-25 22:38:17',4,316.8,316.8,0,0,0,0),(10437,2242,490,0,50,'2023-10-25 22:38:17',10,196,196,0,0,0,0),(10439,2243,43,0,26,'2023-10-26 15:52:34',2,158.4,158.4,0,0,0,0),(10440,2243,49,0,26,'2023-10-26 15:52:34',3,237.6,237.6,0,0,0,0),(10441,2243,490,0,26,'2023-10-26 15:52:34',4,78.4,78.4,0,0,0,0),(10442,2243,488,0,26,'2023-10-26 15:52:34',1,31.35,31.35,0,0,0,0),(10444,2244,23,0,25,'2023-10-27 04:31:44',1,68.54,68.54,0,0,0,0),(10445,2244,41,0,25,'2023-10-27 04:31:44',1,66.48,66.48,0,0,0,0),(10446,2244,51,0,25,'2023-10-27 04:31:44',1,147.84,147.84,0,0,0,0),(10447,2244,488,0,25,'2023-10-27 04:31:44',2,62.7,62.7,0,0,0,0),(10448,2244,490,0,25,'2023-10-27 04:31:44',8,156.8,156.8,0,0,0,0),(10449,2244,43,0,25,'2023-10-27 04:31:44',1,79.2,79.2,0,0,0,0),(10451,2245,23,0,79,'2023-10-30 13:01:58',6,411.24,411.24,0,0,0,0),(10452,2245,44,0,79,'2023-10-30 13:01:58',1,116.16,116.16,0,0,0,0),(10454,2246,43,0,90,'2023-10-31 14:00:01',1,79.2,79.2,0,0,0,0),(10455,2246,2113,0,90,'2023-10-31 14:00:01',2,344,344,0,0,0,0),(10456,2246,45,0,90,'2023-10-31 14:00:01',1,42.24,42.24,0,0,0,0),(10457,2246,42,0,90,'2023-10-31 14:00:01',1,79.2,79.2,0,0,0,0),(10459,2247,131,0,53,'2023-10-31 17:26:48',5,63.25,74.82,0,0,11.57,0),(10460,2247,133,0,53,'2023-10-31 17:26:48',5,71.5,83.07,0,0,11.57,0),(10461,2247,490,0,53,'2023-10-31 17:26:48',10,196,219.14,0,0,23.14,0),(10463,2248,2110,0,85,'2023-10-31 20:54:12',10,714,714,0,0,0,0),(10472,2249,23,0,69,'2023-11-01 16:20:22',2,137.08,137.08,0,0,0,0),(10473,2249,41,0,69,'2023-11-01 16:20:22',5,332.4,332.4,0,0,0,0),(10474,2249,45,0,69,'2023-11-01 16:20:22',1,42.24,42.24,0,0,0,0),(10475,2249,51,0,69,'2023-11-01 16:20:22',1,147.84,147.84,0,0,0,0),(10476,2249,44,0,69,'2023-11-01 16:20:22',1,116.16,116.16,0,0,0,0),(10477,2249,118,0,69,'2023-11-01 16:20:22',1,184.8,184.8,0,0,0,0),(10479,2250,41,0,50,'2023-11-01 17:48:21',3,199.44,199.44,0,0,0,0),(10480,2250,43,0,50,'2023-11-01 17:48:21',3,237.6,237.6,0,0,0,0),(10481,2250,44,0,50,'2023-11-01 17:48:21',1,116.16,116.16,0,0,0,0),(10482,2250,490,0,50,'2023-11-01 17:48:21',10,196,196,0,0,0,0),(10484,2251,93,0,14,'2023-11-01 22:19:57',4,0,10.632,0,0,10.632,0),(10485,2251,99,0,14,'2023-11-01 22:19:57',1,0,2.658,0,0,2.658,0),(10487,2252,44,0,70,'2023-11-02 15:34:54',2,232.32,232.32,0,0,0,0),(10488,2252,49,0,70,'2023-11-02 15:34:54',2,158.4,158.4,0,0,0,0),(10489,2252,39,0,70,'2023-11-02 15:34:54',1,79.2,79.2,0,0,0,0),(10490,2252,490,0,70,'2023-11-02 15:34:54',2,39.2,39.2,0,0,0,0),(10492,2253,93,0,63,'2023-11-02 18:02:11',10,0,14.02,0,0,14.02,0),(10494,2254,93,0,63,'2023-11-02 18:03:11',10,0,14.02,0,0,14.02,0),(10496,2255,41,0,80,'2023-11-02 19:08:16',8,531.84,531.84,0,0,0,0),(10497,2255,51,0,80,'2023-11-02 19:08:16',1,147.84,147.84,0,0,0,0),(10498,2255,43,0,80,'2023-11-02 19:08:16',1,79.2,79.2,0,0,0,0),(10499,2255,49,0,80,'2023-11-02 19:08:16',1,79.2,79.2,0,0,0,0),(10500,2255,2113,0,80,'2023-11-02 19:08:16',1,172,172,0,0,0,0),(10502,2256,99,0,67,'2023-11-02 21:12:53',2,0,0,0,0,0,0),(10503,2256,41,0,67,'2023-11-02 21:12:53',2,132.96,132.96,0,0,0,0),(10504,2256,2113,0,67,'2023-11-02 21:12:53',2,344,344,0,0,0,0),(10505,2256,42,0,67,'2023-11-02 21:12:53',1,79.2,79.2,0,0,0,0),(10507,2257,41,0,81,'2023-11-03 17:11:56',2,132.96,146.22,0,0,13.26,0),(10509,2258,2110,0,53,'2023-11-03 21:07:20',5,357,357,0,0,0,0),(10510,2258,42,0,53,'2023-11-03 21:07:20',2,158.4,158.4,0,0,0,0),(10512,2259,41,0,53,'2023-11-04 21:17:28',5,332.4,351.85,0,0,19.45,0),(10514,2260,2110,0,12,'2023-11-05 18:32:59',2,142.8,142.8,0,0,0,0),(10515,2260,2113,0,12,'2023-11-05 18:32:59',1,172,172,0,0,0,0),(10516,2260,42,0,12,'2023-11-05 18:32:59',1,79.2,79.2,0,0,0,0),(10517,2260,41,0,12,'2023-11-05 18:32:59',1,66.48,66.48,0,0,0,0),(10518,2260,45,0,12,'2023-11-05 18:32:59',1,42.24,42.24,0,0,0,0),(10519,2260,490,0,12,'2023-11-05 18:32:59',10,196,196,0,0,0,0),(10520,2260,487,0,12,'2023-11-05 18:32:59',2,62.7,62.7,0,0,0,0),(10522,2261,2110,0,12,'2023-11-05 18:48:39',2,142.8,142.8,0,0,0,0),(10523,2261,2113,0,12,'2023-11-05 18:48:39',1,172,172,0,0,0,0),(10524,2261,41,0,12,'2023-11-05 18:48:39',1,66.48,66.48,0,0,0,0),(10525,2261,45,0,12,'2023-11-05 18:48:39',1,42.24,42.24,0,0,0,0),(10526,2261,43,0,12,'2023-11-05 18:48:39',1,79.2,79.2,0,0,0,0),(10527,2261,490,0,12,'2023-11-05 18:48:39',10,196,196,0,0,0,0),(10528,2261,487,0,12,'2023-11-05 18:48:39',2,62.7,62.7,0,0,0,0),(10530,2262,2110,0,102,'2023-11-07 03:59:06',2,142.8,165.32,0,0,22.52,0),(10532,2263,23,0,57,'2023-11-08 17:14:05',2,137.08,137.08,0,0,0,0),(10533,2263,38,0,57,'2023-11-08 17:14:05',2,331.52,331.52,0,0,0,0),(10534,2263,45,0,57,'2023-11-08 17:14:05',2,84.48,84.48,0,0,0,0),(10535,2263,490,0,57,'2023-11-08 17:14:05',6,117.6,117.6,0,0,0,0),(10537,2264,43,0,92,'2023-11-08 21:01:00',3,237.6,251.7075,0,0,14.1075,0),(10538,2264,487,0,92,'2023-11-08 21:01:00',1,31.35,36.0525,0,0,4.7025,0),(10540,2265,2110,0,11,'2023-11-09 16:22:47',2,142.8,142.8,0,0,0,0),(10541,2265,41,0,11,'2023-11-09 16:22:47',4,265.92,265.92,0,0,0,0),(10542,2265,43,0,11,'2023-11-09 16:22:47',2,158.4,158.4,0,0,0,0),(10543,2265,490,0,11,'2023-11-09 16:22:47',20,392,392,0,0,0,0),(10544,2265,488,0,11,'2023-11-09 16:22:47',2,62.7,62.7,0,0,0,0),(10545,2265,487,0,11,'2023-11-09 16:22:47',4,125.4,125.4,0,0,0,0),(10546,2265,42,0,11,'2023-11-09 16:22:47',2,158.4,158.4,0,0,0,0),(10556,2266,2110,0,11,'2023-11-09 16:23:54',2,142.8,142.8,0,0,0,0),(10557,2266,41,0,11,'2023-11-09 16:23:54',4,265.92,265.92,0,0,0,0),(10558,2266,43,0,11,'2023-11-09 16:23:54',2,158.4,158.4,0,0,0,0),(10559,2266,490,0,11,'2023-11-09 16:23:54',20,392,392,0,0,0,0),(10560,2266,488,0,11,'2023-11-09 16:23:54',2,62.7,62.7,0,0,0,0),(10561,2266,487,0,11,'2023-11-09 16:23:54',4,125.4,125.4,0,0,0,0),(10562,2266,42,0,11,'2023-11-09 16:23:54',2,158.4,158.4,0,0,0,0),(10569,2268,23,0,82,'2023-11-09 21:40:55',5,342.7,342.7,0,0,0,0),(10570,2268,41,0,82,'2023-11-09 21:40:55',2,132.96,132.96,0,0,0,0),(10571,2268,490,0,82,'2023-11-09 21:40:55',8,156.8,156.8,0,0,0,0),(10572,2268,488,0,82,'2023-11-09 21:40:55',1,31.35,31.35,0,0,0,0),(10574,2269,2110,0,95,'2023-11-09 21:46:39',5,357,357,0,0,0,0),(10575,2269,2113,0,95,'2023-11-09 21:46:39',1,172,172,0,0,0,0),(10576,2269,41,0,95,'2023-11-09 21:46:39',6,398.88,398.88,0,0,0,0),(10577,2269,51,0,95,'2023-11-09 21:46:39',4,591.36,591.36,0,0,0,0),(10578,2269,120,0,95,'2023-11-09 21:46:39',3,158.4,158.4,0,0,0,0),(10579,2269,43,0,95,'2023-11-09 21:46:39',4,316.8,316.8,0,0,0,0),(10580,2269,490,0,95,'2023-11-09 21:46:39',30,588,588,0,0,0,0),(10581,2269,487,0,95,'2023-11-09 21:46:39',3,94.05,94.05,0,0,0,0),(10583,2270,2110,0,101,'2023-11-09 22:11:57',5,357,357,0,0,0,0),(10584,2270,41,0,101,'2023-11-09 22:11:57',6,398.88,398.88,0,0,0,0),(10585,2270,51,0,101,'2023-11-09 22:11:57',2,295.68,295.68,0,0,0,0),(10586,2270,490,0,101,'2023-11-09 22:11:57',10,196,196,0,0,0,0),(10587,2270,487,0,101,'2023-11-09 22:11:57',1,31.35,31.35,0,0,0,0),(10588,2270,488,0,101,'2023-11-09 22:11:57',3,94.05,94.05,0,0,0,0),(10590,2271,2110,0,95,'2023-11-09 22:29:24',3,214.2,214.2,0,0,0,0),(10591,2271,41,0,95,'2023-11-09 22:29:24',3,199.44,199.44,0,0,0,0),(10592,2271,118,0,95,'2023-11-09 22:29:24',3,554.4,554.4,0,0,0,0),(10593,2271,43,0,95,'2023-11-09 22:29:24',3,237.6,237.6,0,0,0,0),(10594,2271,44,0,95,'2023-11-09 22:29:24',3,348.48,348.48,0,0,0,0),(10595,2271,490,0,95,'2023-11-09 22:29:24',30,588,588,0,0,0,0),(10596,2271,487,0,95,'2023-11-09 22:29:24',3,94.05,94.05,0,0,0,0),(10598,2272,2110,0,100,'2023-11-09 22:52:13',2,142.8,142.8,0,0,0,0),(10599,2272,2113,0,100,'2023-11-09 22:52:13',2,344,344,0,0,0,0),(10600,2272,41,0,100,'2023-11-09 22:52:13',2,132.96,132.96,0,0,0,0),(10601,2272,39,0,100,'2023-11-09 22:52:13',1,79.2,79.2,0,0,0,0),(10602,2272,40,0,100,'2023-11-09 22:52:13',1,79.2,79.2,0,0,0,0),(10603,2272,43,0,100,'2023-11-09 22:52:13',2,158.4,158.4,0,0,0,0),(10604,2272,490,0,100,'2023-11-09 22:52:13',8,156.8,156.8,0,0,0,0),(10606,2273,41,0,39,'2023-11-10 16:00:10',1,66.48,68.97875,0,0,2.49875,0),(10607,2273,49,0,39,'2023-11-10 16:00:10',1,79.2,81.69875,0,0,2.49875,0),(10608,2273,489,0,39,'2023-11-10 16:00:10',6,114.24,129.2325,0,0,14.9925,0),(10610,2274,116,0,70,'2023-11-10 17:27:03',1,145.44,145.44,0,0,0,0),(10611,2274,23,0,70,'2023-11-10 17:27:03',3,205.62,205.62,0,0,0,0),(10612,2274,41,0,70,'2023-11-10 17:27:03',4,265.92,265.92,0,0,0,0),(10613,2274,44,0,70,'2023-11-10 17:27:03',6,696.96,696.96,0,0,0,0),(10614,2274,490,0,70,'2023-11-10 17:27:03',6,117.6,117.6,0,0,0,0),(10615,2274,487,0,70,'2023-11-10 17:27:03',3,94.05,94.05,0,0,0,0),(10616,2274,42,0,70,'2023-11-10 17:27:03',3,237.6,237.6,0,0,0,0),(10618,2275,23,0,13,'2023-11-10 19:39:05',3,205.62,205.62,0,0,0,0),(10619,2275,38,0,13,'2023-11-10 19:39:05',3,497.28,497.28,0,0,0,0),(10620,2275,41,0,13,'2023-11-10 19:39:05',4,265.92,265.92,0,0,0,0),(10621,2275,42,0,13,'2023-11-10 19:39:05',1,79.2,79.2,0,0,0,0),(10622,2275,45,0,13,'2023-11-10 19:39:05',1,42.24,42.24,0,0,0,0),(10623,2275,43,0,13,'2023-11-10 19:39:05',1,79.2,79.2,0,0,0,0),(10625,2276,41,0,33,'2023-11-11 05:14:34',1,66.48,69.773333,0,0,3.293333,0),(10626,2276,43,0,33,'2023-11-11 05:14:34',1,79.2,82.493333,0,0,3.293333,0),(10627,2276,490,0,33,'2023-11-11 05:14:34',3,58.8,68.68,0,0,9.88,0),(10628,2276,488,0,33,'2023-11-11 05:14:34',1,31.35,34.643333,0,0,3.293333,0),(10630,2277,2113,0,64,'2023-11-13 12:56:54',2,344,344,0,0,0,0),(10631,2277,2110,0,64,'2023-11-13 12:56:54',1,71.4,71.4,0,0,0,0),(10632,2277,41,0,64,'2023-11-13 12:56:54',1,66.48,66.48,0,0,0,0),(10633,2277,489,0,64,'2023-11-13 12:56:54',1,19.04,19.04,0,0,0,0),(10634,2277,490,0,64,'2023-11-13 12:56:54',5,98,98,0,0,0,0),(10636,2278,41,0,17,'2023-11-13 14:35:57',1,66.48,66.48,0,0,0,0),(10637,2278,490,0,17,'2023-11-13 14:35:57',6,117.6,117.6,0,0,0,0),(10638,2278,44,0,17,'2023-11-13 14:35:57',1,116.16,116.16,0,0,0,0),(10639,2278,2113,0,17,'2023-11-13 14:35:57',1,172,172,0,0,0,0),(10640,2278,487,0,17,'2023-11-13 14:35:57',1,31.35,31.35,0,0,0,0),(10642,2279,488,0,80,'2023-11-13 16:51:03',12,376.2,376.2,0,0,0,0),(10643,2279,41,0,80,'2023-11-13 16:51:03',6,398.88,398.88,0,0,0,0),(10644,2279,120,0,80,'2023-11-13 16:51:03',1,52.8,52.8,0,0,0,0),(10645,2279,487,0,80,'2023-11-13 16:51:03',2,62.7,62.7,0,0,0,0),(10646,2279,51,0,80,'2023-11-13 16:51:03',1,147.84,147.84,0,0,0,0),(10647,2279,45,0,80,'2023-11-13 16:51:03',2,84.48,84.48,0,0,0,0),(10653,2284,2113,0,52,'2023-11-14 01:35:03',4,688,688,0,0,0,0),(10654,2284,41,0,52,'2023-11-14 01:35:03',4,265.92,265.92,0,0,0,0),(10655,2284,45,0,52,'2023-11-14 01:35:03',3,126.72,126.72,0,0,0,0),(10656,2284,51,0,52,'2023-11-14 01:35:03',1,147.84,147.84,0,0,0,0),(10657,2284,43,0,52,'2023-11-14 01:35:03',6,475.2,475.2,0,0,0,0),(10658,2284,49,0,52,'2023-11-14 01:35:03',6,475.2,475.2,0,0,0,0),(10659,2284,44,0,52,'2023-11-14 01:35:03',2,232.32,232.32,0,0,0,0),(10660,2284,131,0,52,'2023-11-14 01:35:03',2,25.3,25.3,0,0,0,0),(10661,2284,131,0,52,'2023-11-14 01:35:03',2,25.3,25.3,0,0,0,0),(10662,2284,137,0,52,'2023-11-14 01:35:03',16,96.8,96.8,0,0,0,0),(10663,2284,148,0,52,'2023-11-14 01:35:03',12,99,99,0,0,0,0),(10665,2285,42,0,50,'2023-11-14 20:38:37',1,79.2,79.2,0,0,0,0),(10666,2285,44,0,50,'2023-11-14 20:38:37',1,116.16,116.16,0,0,0,0),(10667,2285,120,0,50,'2023-11-14 20:38:37',2,105.6,105.6,0,0,0,0),(10668,2285,2110,0,50,'2023-11-14 20:38:37',2,142.8,142.8,0,0,0,0),(10669,2285,2113,0,50,'2023-11-14 20:38:37',1,172,172,0,0,0,0),(10670,2285,490,0,50,'2023-11-14 20:38:37',15,294,294,0,0,0,0),(10672,2286,23,0,99,'2023-11-14 21:29:09',1,68.54,70.261818,0,0,1.721818,0),(10673,2286,42,0,99,'2023-11-14 21:29:09',1,79.2,80.921818,0,0,1.721818,0),(10674,2286,41,0,99,'2023-11-14 21:29:09',4,265.92,272.807273,0,0,6.887273,0),(10675,2286,43,0,99,'2023-11-14 21:29:09',1,79.2,80.921818,0,0,1.721818,0),(10676,2286,490,0,99,'2023-11-14 21:29:09',4,78.4,85.287273,0,0,6.887273,0),(10678,2287,43,0,90,'2023-11-15 16:31:15',2,158.4,158.4,0,0,0,0),(10679,2287,490,0,90,'2023-11-15 16:31:15',8,156.8,156.8,0,0,0,0),(10680,2287,2110,0,90,'2023-11-15 16:31:15',2,142.8,142.8,0,0,0,0),(10681,2287,41,0,90,'2023-11-15 16:31:15',1,66.48,66.48,0,0,0,0),(10683,2288,490,0,90,'2023-11-15 16:52:07',5,98,98,0,0,0,0),(10684,2288,2113,0,90,'2023-11-15 16:52:07',1,172,172,0,0,0,0),(10685,2288,45,0,90,'2023-11-15 16:52:07',1,42.24,42.24,0,0,0,0),(10686,2288,42,0,90,'2023-11-15 16:52:07',1,79.2,79.2,0,0,0,0),(10687,2288,40,0,90,'2023-11-15 16:52:07',1,79.2,79.2,0,0,0,0),(10688,2288,120,0,90,'2023-11-15 16:52:07',1,52.8,52.8,0,0,0,0),(10689,2288,49,0,90,'2023-11-15 16:52:07',1,79.2,79.2,0,0,0,0),(10690,2288,487,0,90,'2023-11-15 16:52:07',1,31.35,31.35,0,0,0,0),(10691,2288,490,0,90,'2023-11-15 16:52:07',12,235.2,235.2,0,0,0,0),(10692,2288,2110,0,90,'2023-11-15 16:52:07',1,71.4,71.4,0,0,0,0),(10693,2288,2113,0,90,'2023-11-15 16:52:07',1,172,172,0,0,0,0),(10694,2288,45,0,90,'2023-11-15 16:52:07',2,84.48,84.48,0,0,0,0),(10695,2288,41,0,90,'2023-11-15 16:52:07',2,132.96,132.96,0,0,0,0),(10697,2289,42,0,90,'2023-11-15 17:21:19',1,79.2,79.2,0,0,0,0),(10698,2289,43,0,90,'2023-11-15 17:21:19',1,79.2,79.2,0,0,0,0),(10699,2289,490,0,90,'2023-11-15 17:21:19',5,98,98,0,0,0,0),(10700,2289,2110,0,90,'2023-11-15 17:21:19',1,71.4,71.4,0,0,0,0),(10701,2289,2113,0,90,'2023-11-15 17:21:19',1,172,172,0,0,0,0),(10702,2289,45,0,90,'2023-11-15 17:21:19',1,42.24,42.24,0,0,0,0),(10704,2290,39,0,90,'2023-11-15 17:43:41',1,79.2,79.2,0,0,0,0),(10705,2290,40,0,90,'2023-11-15 17:43:41',1,79.2,79.2,0,0,0,0),(10706,2290,42,0,90,'2023-11-15 17:43:41',2,158.4,158.4,0,0,0,0),(10707,2290,490,0,90,'2023-11-15 17:43:41',5,98,98,0,0,0,0),(10708,2290,2110,0,90,'2023-11-15 17:43:41',1,71.4,71.4,0,0,0,0),(10709,2290,2113,0,90,'2023-11-15 17:43:41',1,172,172,0,0,0,0),(10710,2290,41,0,90,'2023-11-15 17:43:41',2,132.96,132.96,0,0,0,0),(10712,2291,44,0,67,'2023-11-15 20:54:33',1,116.16,116.16,0,0,0,0),(10713,2291,93,0,67,'2023-11-15 20:54:33',5,0,0,0,0,0,0),(10715,2292,23,0,6,'2023-11-16 13:09:29',3,205.62,205.62,0,0,0,0),(10716,2292,38,0,6,'2023-11-16 13:09:29',1,165.76,165.76,0,0,0,0),(10717,2292,116,0,6,'2023-11-16 13:09:29',1,145.44,145.44,0,0,0,0),(10718,2292,41,0,6,'2023-11-16 13:09:29',4,265.92,265.92,0,0,0,0),(10719,2292,45,0,6,'2023-11-16 13:09:29',2,84.48,84.48,0,0,0,0),(10720,2292,40,0,6,'2023-11-16 13:09:29',1,79.2,79.2,0,0,0,0),(10721,2292,39,0,6,'2023-11-16 13:09:29',1,79.2,79.2,0,0,0,0),(10722,2292,120,0,6,'2023-11-16 13:09:29',1,52.8,52.8,0,0,0,0),(10723,2292,43,0,6,'2023-11-16 13:09:29',2,158.4,158.4,0,0,0,0),(10724,2292,49,0,6,'2023-11-16 13:09:29',2,158.4,158.4,0,0,0,0),(10725,2292,93,0,6,'2023-11-16 13:09:29',6,0,0,0,0,0,0),(10727,2293,41,0,11,'2023-11-16 16:37:48',2,132.96,132.96,0,0,0,0),(10728,2293,2110,0,11,'2023-11-16 16:37:48',2,142.8,142.8,0,0,0,0),(10729,2293,45,0,11,'2023-11-16 16:37:48',2,84.48,84.48,0,0,0,0),(10730,2293,40,0,11,'2023-11-16 16:37:48',1,79.2,79.2,0,0,0,0),(10731,2293,43,0,11,'2023-11-16 16:37:48',1,79.2,79.2,0,0,0,0),(10733,2294,23,0,79,'2023-11-16 23:24:31',5,342.7,342.7,0,0,0,0),(10734,2294,39,0,79,'2023-11-16 23:24:31',2,158.4,158.4,0,0,0,0),(10735,2294,43,0,79,'2023-11-16 23:24:31',2,158.4,158.4,0,0,0,0),(10736,2294,44,0,79,'2023-11-16 23:24:31',2,232.32,232.32,0,0,0,0),(10738,2295,23,0,82,'2023-11-17 01:16:52',3,205.62,205.62,0,0,0,0),(10739,2295,41,0,82,'2023-11-17 01:16:52',2,132.96,132.96,0,0,0,0),(10740,2295,43,0,82,'2023-11-17 01:16:52',2,158.4,158.4,0,0,0,0),(10741,2295,490,0,82,'2023-11-17 01:16:52',6,117.6,117.6,0,0,0,0),(10743,2296,41,0,42,'2023-11-17 15:43:33',1,66.48,66.48,0,0,0,0),(10744,2296,49,0,42,'2023-11-17 15:43:33',4,316.8,316.8,0,0,0,0),(10745,2296,44,0,42,'2023-11-17 15:43:33',1,116.16,116.16,0,0,0,0),(10746,2296,120,0,42,'2023-11-17 15:43:33',1,52.8,52.8,0,0,0,0),(10748,2297,51,0,101,'2023-11-17 21:58:22',4,591.36,591.36,0,0,0,0),(10749,2297,44,0,101,'2023-11-17 21:58:22',1,116.16,116.16,0,0,0,0),(10750,2297,318,0,101,'2023-11-17 21:58:22',20,60,60,0,0,0,0),(10751,2297,45,0,101,'2023-11-17 21:58:22',2,84.48,84.48,0,0,0,0),(10752,2297,41,0,101,'2023-11-17 21:58:22',2,132.96,132.96,0,0,0,0),(10753,2297,131,0,101,'2023-11-17 21:58:22',5,63.25,63.25,0,0,0,0),(10754,2297,133,0,101,'2023-11-17 21:58:22',4,57.2,57.2,0,0,0,0),(10755,2297,487,0,101,'2023-11-17 21:58:22',4,125.4,125.4,0,0,0,0),(10756,2297,490,0,101,'2023-11-17 21:58:22',10,196,196,0,0,0,0),(10763,2299,43,0,69,'2023-11-20 15:24:14',2,158.4,158.4,0,0,0,0),(10764,2299,39,0,69,'2023-11-20 15:24:14',2,158.4,158.4,0,0,0,0),(10765,2299,40,0,69,'2023-11-20 15:24:14',2,158.4,158.4,0,0,0,0),(10766,2299,49,0,69,'2023-11-20 15:24:14',1,79.2,79.2,0,0,0,0),(10767,2299,23,0,69,'2023-11-20 15:24:14',4,274.16,274.16,0,0,0,0),(10768,2299,45,0,69,'2023-11-20 15:24:14',3,126.72,126.72,0,0,0,0),(10769,2299,51,0,69,'2023-11-20 15:24:14',1,147.84,147.84,0,0,0,0),(10770,2299,490,0,69,'2023-11-20 15:24:14',2,39.2,39.2,0,0,0,0),(10771,2299,489,0,69,'2023-11-20 15:24:14',6,114.24,114.24,0,0,0,0),(10772,2299,487,0,69,'2023-11-20 15:24:14',4,125.4,125.4,0,0,0,0),(10774,2300,2113,0,81,'2023-11-20 15:49:52',1,172,190.03,0,0,18.03,0),(10776,2301,41,0,55,'2023-11-21 16:27:27',3,199.44,211.095,0,0,11.655,0),(10777,2301,43,0,55,'2023-11-21 16:27:27',1,79.2,83.085,0,0,3.885,0),(10779,2302,41,0,63,'2023-11-22 00:39:15',8,531.84,531.84,0,0,0,0),(10781,2298,44,0,46,'2023-11-18 21:25:17',1,116.16,118.99,0,0,2.83,0),(10782,2298,41,0,46,'2023-11-18 21:25:17',1,66.48,69.31,0,0,2.83,0),(10783,2298,43,0,46,'2023-11-18 21:25:17',1,79.2,82.03,0,0,2.83,0),(10784,2298,490,0,46,'2023-11-18 21:25:17',5,98,112.15,0,0,14.15,0),(10786,2303,2110,0,62,'2023-11-22 18:15:25',4,285.6,285.6,0,0,0,0),(10787,2303,45,0,62,'2023-11-22 18:15:25',1,42.24,42.24,0,0,0,0),(10788,2303,116,0,62,'2023-11-22 18:15:25',1,145.44,145.44,0,0,0,0),(10789,2303,41,0,62,'2023-11-22 18:15:25',2,132.96,132.96,0,0,0,0),(10790,2303,43,0,62,'2023-11-22 18:15:25',1,79.2,79.2,0,0,0,0),(10791,2303,49,0,62,'2023-11-22 18:15:25',3,237.6,237.6,0,0,0,0),(10792,2303,93,0,62,'2023-11-22 18:15:25',10,0,0,0,0,0,0),(10793,2303,97,0,62,'2023-11-22 18:15:25',1,0,0,0,0,0,0),(10794,2303,133,0,62,'2023-11-22 18:15:25',4,57.2,57.2,0,0,0,0),(10796,2304,490,0,86,'2023-11-22 19:54:10',6,117.6,134.55,0,0,16.95,0),(10798,2305,2110,0,85,'2023-11-25 02:56:00',15,1071,1071,0,0,0,0),(10799,2305,43,0,85,'2023-11-25 02:56:00',5,396,396,0,0,0,0),(10800,2305,49,0,85,'2023-11-25 02:56:00',5,396,396,0,0,0,0),(10801,2305,45,0,85,'2023-11-25 02:56:00',5,211.2,211.2,0,0,0,0),(10802,2305,41,0,85,'2023-11-25 02:56:00',3,199.44,199.44,0,0,0,0),(10804,2306,133,0,53,'2023-11-26 12:30:29',3,42.9,42.9,0,0,0,0),(10805,2306,490,0,53,'2023-11-26 12:30:29',10,196,196,0,0,0,0),(10806,2306,41,0,53,'2023-11-26 12:30:29',2,132.96,132.96,0,0,0,0),(10807,2306,49,0,53,'2023-11-26 12:30:29',3,237.6,237.6,0,0,0,0),(10808,2306,43,0,53,'2023-11-26 12:30:29',1,79.2,79.2,0,0,0,0),(10810,2307,318,0,53,'2023-11-26 20:05:24',20,60,182.136,0,0,122.136,0),(10811,2307,133,0,53,'2023-11-26 20:05:24',5,71.5,102.034,0,0,30.534,0),(10813,2308,2110,0,80,'2023-11-28 04:05:23',3,214.2,214.2,0,0,0,0),(10814,2308,2113,0,80,'2023-11-28 04:05:23',3,516,516,0,0,0,0),(10815,2308,42,0,80,'2023-11-28 04:05:23',2,158.4,158.4,0,0,0,0),(10816,2308,116,0,80,'2023-11-28 04:05:23',1,145.44,145.44,0,0,0,0),(10817,2308,41,0,80,'2023-11-28 04:05:23',8,531.84,531.84,0,0,0,0),(10818,2308,118,0,80,'2023-11-28 04:05:23',2,369.6,369.6,0,0,0,0),(10819,2308,51,0,80,'2023-11-28 04:05:23',2,295.68,295.68,0,0,0,0),(10820,2308,44,0,80,'2023-11-28 04:05:23',2,232.32,232.32,0,0,0,0),(10821,2308,49,0,80,'2023-11-28 04:05:23',3,237.6,237.6,0,0,0,0),(10822,2308,43,0,80,'2023-11-28 04:05:23',3,237.6,237.6,0,0,0,0),(10823,2308,40,0,80,'2023-11-28 04:05:23',2,158.4,158.4,0,0,0,0),(10824,2308,39,0,80,'2023-11-28 04:05:23',2,158.4,158.4,0,0,0,0),(10825,2308,120,0,80,'2023-11-28 04:05:23',1,52.8,52.8,0,0,0,0),(10826,2308,488,0,80,'2023-11-28 04:05:23',6,188.1,188.1,0,0,0,0),(10827,2308,487,0,80,'2023-11-28 04:05:23',6,188.1,188.1,0,0,0,0),(10828,2308,45,0,80,'2023-11-28 04:05:23',3,126.72,126.72,0,0,0,0),(10830,2309,2110,0,12,'2023-11-28 18:15:52',3,214.2,214.2,0,0,0,0),(10831,2309,2113,0,12,'2023-11-28 18:15:52',1,172,172,0,0,0,0),(10832,2309,42,0,12,'2023-11-28 18:15:52',1,79.2,79.2,0,0,0,0),(10833,2309,41,0,12,'2023-11-28 18:15:52',3,199.44,199.44,0,0,0,0),(10834,2309,45,0,12,'2023-11-28 18:15:52',1,42.24,42.24,0,0,0,0),(10835,2309,51,0,12,'2023-11-28 18:15:52',2,295.68,295.68,0,0,0,0),(10836,2309,118,0,12,'2023-11-28 18:15:52',1,184.8,184.8,0,0,0,0),(10837,2309,120,0,12,'2023-11-28 18:15:52',1,52.8,52.8,0,0,0,0),(10838,2309,43,0,12,'2023-11-28 18:15:52',2,158.4,158.4,0,0,0,0),(10839,2309,49,0,12,'2023-11-28 18:15:52',2,158.4,158.4,0,0,0,0),(10840,2309,490,0,12,'2023-11-28 18:15:52',15,294,294,0,0,0,0),(10841,2309,487,0,12,'2023-11-28 18:15:52',2,62.7,62.7,0,0,0,0),(10843,2310,2110,0,12,'2023-11-28 18:21:58',2,142.8,142.8,0,0,0,0),(10844,2310,2113,0,12,'2023-11-28 18:21:58',1,172,172,0,0,0,0),(10845,2310,41,0,12,'2023-11-28 18:21:58',2,132.96,132.96,0,0,0,0),(10846,2310,45,0,12,'2023-11-28 18:21:58',1,42.24,42.24,0,0,0,0),(10847,2310,51,0,12,'2023-11-28 18:21:58',2,295.68,295.68,0,0,0,0),(10848,2310,118,0,12,'2023-11-28 18:21:58',1,184.8,184.8,0,0,0,0),(10849,2310,120,0,12,'2023-11-28 18:21:58',1,52.8,52.8,0,0,0,0),(10850,2310,43,0,12,'2023-11-28 18:21:58',1,79.2,79.2,0,0,0,0),(10851,2310,49,0,12,'2023-11-28 18:21:58',1,79.2,79.2,0,0,0,0),(10852,2310,490,0,12,'2023-11-28 18:21:58',10,196,196,0,0,0,0),(10853,2310,487,0,12,'2023-11-28 18:21:58',2,62.7,62.7,0,0,0,0),(10855,2311,23,0,79,'2023-11-29 03:31:41',3,205.62,205.62,0,0,0,0),(10856,2311,44,0,79,'2023-11-29 03:31:41',3,348.48,348.48,0,0,0,0),(10858,2318,490,0,21,'2023-11-29 17:59:18',8,156.8,174.3,0,0,17.5,0),(10860,2319,45,0,86,'2023-12-01 00:09:10',3,126.72,148.5,0,0,21.78,0),(10862,2320,45,0,11,'2023-12-01 14:59:19',4,168.96,168.96,0,0,0,0),(10863,2320,42,0,11,'2023-12-01 14:59:19',2,158.4,158.4,0,0,0,0),(10864,2320,43,0,11,'2023-12-01 14:59:19',2,158.4,158.4,0,0,0,0),(10865,2320,49,0,11,'2023-12-01 14:59:19',1,79.2,79.2,0,0,0,0),(10866,2320,49,0,11,'2023-12-01 14:59:19',2,158.4,158.4,0,0,0,0),(10867,2320,490,0,11,'2023-12-01 14:59:19',20,392,392,0,0,0,0),(10868,2320,488,0,11,'2023-12-01 14:59:19',2,62.7,62.7,0,0,0,0),(10869,2320,487,0,11,'2023-12-01 14:59:19',2,62.7,62.7,0,0,0,0),(10871,2321,49,0,70,'2023-12-01 15:54:49',5,396,396,0,0,0,0),(10872,2321,42,0,70,'2023-12-01 15:54:49',1,79.2,79.2,0,0,0,0),(10873,2321,490,0,70,'2023-12-01 15:54:49',2,39.2,39.2,0,0,0,0),(10875,2330,45,0,25,'2023-12-01 23:59:30',2,84.48,84.48,0,0,0,0),(10876,2330,41,0,25,'2023-12-01 23:59:30',1,66.48,66.48,0,0,0,0),(10877,2330,51,0,25,'2023-12-01 23:59:30',1,147.84,147.84,0,0,0,0),(10878,2330,44,0,25,'2023-12-01 23:59:30',1,116.16,116.16,0,0,0,0),(10879,2330,49,0,25,'2023-12-01 23:59:30',1,79.2,79.2,0,0,0,0),(10880,2330,490,0,25,'2023-12-01 23:59:30',3,58.8,58.8,0,0,0,0),(10882,2331,2110,0,17,'2023-12-02 01:39:49',1,71.4,71.4,0,0,0,0),(10883,2331,116,0,17,'2023-12-02 01:39:49',1,145.44,145.44,0,0,0,0),(10884,2331,41,0,17,'2023-12-02 01:39:49',1,66.48,66.48,0,0,0,0),(10885,2331,118,0,17,'2023-12-02 01:39:49',1,184.8,184.8,0,0,0,0),(10886,2331,43,0,17,'2023-12-02 01:39:49',1,79.2,79.2,0,0,0,0),(10887,2331,44,0,17,'2023-12-02 01:39:49',1,116.16,116.16,0,0,0,0),(10888,2331,490,0,17,'2023-12-02 01:39:49',5,98,98,0,0,0,0),(10890,2332,23,0,57,'2023-12-04 02:58:46',2,137.08,137.08,0,0,0,0),(10891,2332,38,0,57,'2023-12-04 02:58:46',1,165.76,165.76,0,0,0,0),(10892,2332,2110,0,57,'2023-12-04 02:58:46',1,71.4,71.4,0,0,0,0),(10893,2332,2113,0,57,'2023-12-04 02:58:46',1,172,172,0,0,0,0),(10894,2332,41,0,57,'2023-12-04 02:58:46',1,66.48,66.48,0,0,0,0),(10895,2332,490,0,57,'2023-12-04 02:58:46',4,78.4,78.4,0,0,0,0),(10897,2333,2110,0,11,'2023-12-04 23:08:15',2,142.8,142.8,0,0,0,0),(10898,2333,39,0,11,'2023-12-04 23:08:15',2,158.4,158.4,0,0,0,0),(10899,2333,40,0,11,'2023-12-04 23:08:15',1,79.2,79.2,0,0,0,0),(10900,2333,43,0,11,'2023-12-04 23:08:15',2,158.4,158.4,0,0,0,0),(10901,2333,2113,0,11,'2023-12-04 23:08:15',1,172,172,0,0,0,0),(10902,2333,45,0,11,'2023-12-04 23:08:15',1,42.24,42.24,0,0,0,0),(10903,2333,45,0,11,'2023-12-04 23:08:15',1,42.24,42.24,0,0,0,0),(10915,2334,23,0,13,'2023-12-05 16:37:48',4,274.16,274.16,0,0,0,0),(10916,2334,38,0,13,'2023-12-05 16:37:48',3,497.28,497.28,0,0,0,0),(10917,2334,42,0,13,'2023-12-05 16:37:48',2,158.4,158.4,0,0,0,0),(10918,2334,41,0,13,'2023-12-05 16:37:48',4,265.92,265.92,0,0,0,0),(10919,2334,45,0,13,'2023-12-05 16:37:48',3,126.72,126.72,0,0,0,0),(10920,2334,39,0,13,'2023-12-05 16:37:48',1,79.2,79.2,0,0,0,0),(10921,2334,40,0,13,'2023-12-05 16:37:48',1,79.2,79.2,0,0,0,0),(10922,2334,120,0,13,'2023-12-05 16:37:48',1,52.8,52.8,0,0,0,0),(10923,2334,43,0,13,'2023-12-05 16:37:48',2,158.4,158.4,0,0,0,0),(10925,2335,45,0,32,'2023-12-06 01:31:57',1,42.24,49.9725,0,0,7.7325,0),(10926,2335,49,0,32,'2023-12-06 01:31:57',3,237.6,260.7975,0,0,23.1975,0),(10936,2336,49,0,64,'2023-12-07 15:12:51',2,158.4,158.4,0,0,0,0),(10937,2336,2110,0,64,'2023-12-07 15:12:51',2,142.8,142.8,0,0,0,0),(10938,2336,2113,0,64,'2023-12-07 15:12:51',1,172,172,0,0,0,0),(10939,2336,41,0,64,'2023-12-07 15:12:51',2,132.96,132.96,0,0,0,0),(10940,2336,45,0,64,'2023-12-07 15:12:51',2,84.48,84.48,0,0,0,0),(10941,2336,490,0,64,'2023-12-07 15:12:51',8,156.8,156.8,0,0,0,0),(10942,2336,488,0,64,'2023-12-07 15:12:51',2,62.7,62.7,0,0,0,0),(10944,2337,490,0,79,'2023-12-07 15:44:58',10,196,196,0,0,0,0),(10945,2337,49,0,79,'2023-12-07 15:44:58',1,79.2,79.2,0,0,0,0),(10946,2337,43,0,79,'2023-12-07 15:44:58',3,237.6,237.6,0,0,0,0),(10947,2337,39,0,79,'2023-12-07 15:44:58',1,79.2,79.2,0,0,0,0),(10948,2337,40,0,79,'2023-12-07 15:44:58',1,79.2,79.2,0,0,0,0),(10950,2338,42,0,39,'2023-12-08 15:14:57',1,79.2,81.968889,0,0,2.768889,0),(10951,2338,41,0,39,'2023-12-08 15:14:57',1,66.48,69.248889,0,0,2.768889,0),(10952,2338,23,0,39,'2023-12-08 15:14:57',1,68.54,71.308889,0,0,2.768889,0),(10953,2338,489,0,39,'2023-12-08 15:14:57',4,76.16,87.235556,0,0,11.075556,0),(10954,2338,487,0,39,'2023-12-08 15:14:57',2,62.7,68.237778,0,0,5.537778,0),(10956,2339,49,0,92,'2023-12-08 17:09:46',1,79.2,83.62,0,0,4.42,0),(10957,2339,320,0,92,'2023-12-08 17:09:46',2,7.5,16.34,0,0,8.84,0),(10959,2340,49,0,92,'2023-12-08 17:10:55',1,79.2,83.62,0,0,4.42,0),(10960,2340,320,0,92,'2023-12-08 17:10:55',2,7.5,16.34,0,0,8.84,0),(10962,2341,2110,0,26,'2023-12-08 17:45:01',2,142.8,142.8,0,0,0,0),(10963,2341,39,0,26,'2023-12-08 17:45:01',1,79.2,79.2,0,0,0,0),(10964,2341,40,0,26,'2023-12-08 17:45:01',1,79.2,79.2,0,0,0,0),(10965,2341,43,0,26,'2023-12-08 17:45:01',1,79.2,79.2,0,0,0,0),(10966,2341,49,0,26,'2023-12-08 17:45:01',1,79.2,79.2,0,0,0,0),(10967,2341,490,0,26,'2023-12-08 17:45:01',4,78.4,78.4,0,0,0,0),(10969,2342,487,0,50,'2023-12-11 13:51:46',1,31.35,31.35,0,0,0,0),(10970,2342,103,0,50,'2023-12-11 13:51:46',1,8.4,8.4,0,0,0,0),(10971,2342,133,0,50,'2023-12-11 13:51:46',20,286,286,0,0,0,0),(10972,2342,490,0,50,'2023-12-11 13:51:46',10,196,196,0,0,0,0),(10974,2343,43,0,46,'2023-12-12 20:29:24',1,79.2,82.215,0,0,3.015,0),(10975,2343,490,0,46,'2023-12-12 20:29:24',5,98,113.075,0,0,15.075,0),(10977,2344,39,0,6,'2023-12-12 21:27:53',1,79.2,79.2,0,0,0,0),(10978,2344,40,0,6,'2023-12-12 21:27:53',1,79.2,79.2,0,0,0,0),(10979,2344,43,0,6,'2023-12-12 21:27:53',2,158.4,158.4,0,0,0,0),(10980,2344,49,0,6,'2023-12-12 21:27:53',1,79.2,79.2,0,0,0,0),(10981,2344,93,0,6,'2023-12-12 21:27:53',3,0,0,0,0,0,0),(10982,2344,41,0,6,'2023-12-12 21:27:53',2,132.96,132.96,0,0,0,0),(10983,2344,23,0,6,'2023-12-12 21:27:53',1,68.54,68.54,0,0,0,0),(10984,2344,38,0,6,'2023-12-12 21:27:53',1,165.76,165.76,0,0,0,0),(10986,2345,2110,0,101,'2023-12-12 21:48:25',4,285.6,285.6,0,0,0,0),(10987,2345,490,0,101,'2023-12-12 21:48:25',10,196,196,0,0,0,0),(10988,2345,488,0,101,'2023-12-12 21:48:25',6,188.1,188.1,0,0,0,0),(10989,2345,133,0,101,'2023-12-12 21:48:25',5,71.5,71.5,0,0,0,0),(10991,2346,23,0,79,'2023-12-12 22:51:14',4,274.16,274.16,0,0,0,0),(10992,2346,43,0,79,'2023-12-12 22:51:14',2,158.4,158.4,0,0,0,0),(10993,2346,490,0,79,'2023-12-12 22:51:14',4,78.4,78.4,0,0,0,0),(10995,2347,23,0,79,'2023-12-13 18:11:35',3,205.62,205.62,0,0,0,0),(10996,2347,43,0,79,'2023-12-13 18:11:35',2,158.4,158.4,0,0,0,0),(10997,2347,490,0,79,'2023-12-13 18:11:35',6,117.6,117.6,0,0,0,0),(10998,2347,120,0,79,'2023-12-13 18:11:35',1,52.8,52.8,0,0,0,0),(11000,2348,23,0,79,'2023-12-13 19:08:54',-4,-274.16,-274.16,0,0,0,0),(11001,2348,43,0,79,'2023-12-13 19:08:54',-2,-158.4,-158.4,0,0,0,0),(11002,2348,490,0,79,'2023-12-13 19:08:54',-4,-78.4,-78.4,0,0,0,0),(11003,2349,39,0,90,'2023-12-13 19:24:05',1,79.2,79.2,0,0,0,0),(11004,2349,42,0,90,'2023-12-13 19:24:05',1,79.2,79.2,0,0,0,0),(11005,2349,43,0,90,'2023-12-13 19:24:05',2,158.4,158.4,0,0,0,0),(11006,2349,490,0,90,'2023-12-13 19:24:05',12,235.2,235.2,0,0,0,0),(11007,2349,2110,0,90,'2023-12-13 19:24:05',1,71.4,71.4,0,0,0,0),(11008,2349,2113,0,90,'2023-12-13 19:24:05',1,172,172,0,0,0,0),(11009,2349,41,0,90,'2023-12-13 19:24:05',1,66.48,66.48,0,0,0,0),(11011,2350,41,0,90,'2023-12-13 19:29:39',2,132.96,132.96,0,0,0,0),(11012,2350,43,0,90,'2023-12-13 19:29:39',1,79.2,79.2,0,0,0,0),(11013,2350,45,0,90,'2023-12-13 19:29:39',1,42.24,42.24,0,0,0,0),(11014,2350,2113,0,90,'2023-12-13 19:29:39',1,172,172,0,0,0,0),(11015,2350,490,0,90,'2023-12-13 19:29:39',4,78.4,78.4,0,0,0,0),(11017,2351,39,0,90,'2023-12-13 19:33:24',1,79.2,79.2,0,0,0,0),(11018,2351,40,0,90,'2023-12-13 19:33:24',1,79.2,79.2,0,0,0,0),(11019,2351,43,0,90,'2023-12-13 19:33:24',1,79.2,79.2,0,0,0,0),(11020,2351,487,0,90,'2023-12-13 19:33:24',1,31.35,31.35,0,0,0,0),(11021,2351,490,0,90,'2023-12-13 19:33:24',5,98,98,0,0,0,0),(11022,2351,23,0,90,'2023-12-13 19:33:24',1,68.54,68.54,0,0,0,0),(11023,2351,38,0,90,'2023-12-13 19:33:24',1,165.76,165.76,0,0,0,0),(11024,2351,41,0,90,'2023-12-13 19:33:24',2,132.96,132.96,0,0,0,0),(11026,2352,93,0,63,'2023-12-13 19:56:17',10,0,13.99,0,0,13.99,0),(11028,2353,93,0,63,'2023-12-13 19:57:14',10,0,13.99,0,0,13.99,0),(11030,2354,131,0,30,'2023-12-13 20:47:58',2,25.3,40.424444,0,0,15.124444,0),(11031,2354,2110,0,30,'2023-12-13 20:47:58',2,142.8,157.924444,0,0,15.124444,0),(11032,2354,116,0,30,'2023-12-13 20:47:58',1,145.44,153.002222,0,0,7.562222,0),(11033,2354,93,0,30,'2023-12-13 20:47:58',3,0,22.686667,0,0,22.686667,0),(11034,2354,131,0,30,'2023-12-13 20:47:58',1,12.65,20.212222,0,0,7.562222,0),(11036,2355,2113,0,90,'2023-12-13 22:58:30',1,172,172,0,0,0,0),(11037,2355,41,0,90,'2023-12-13 22:58:30',2,132.96,132.96,0,0,0,0),(11038,2355,490,0,90,'2023-12-13 22:58:30',6,117.6,117.6,0,0,0,0),(11039,2355,103,0,90,'2023-12-13 22:58:30',1,8.4,8.4,0,0,0,0),(11040,2355,487,0,90,'2023-12-13 22:58:30',1,31.35,31.35,0,0,0,0),(11041,2355,45,0,90,'2023-12-13 22:58:30',1,42.24,42.24,0,0,0,0),(11043,2356,23,0,79,'2023-12-14 15:36:39',6,411.24,411.24,0,0,0,0),(11044,2356,44,0,79,'2023-12-14 15:36:39',1,116.16,116.16,0,0,0,0),(11046,2357,103,0,21,'2023-12-14 23:23:32',1,8.4,10.431818,0,0,2.031818,0),(11047,2357,148,0,21,'2023-12-14 23:23:32',6,49.5,61.690909,0,0,12.190909,0),(11048,2357,487,0,21,'2023-12-14 23:23:32',4,125.4,133.527273,0,0,8.127273,0),(11050,2358,23,0,11,'2023-12-15 14:19:58',3,205.62,205.62,0,0,0,0),(11051,2358,44,0,11,'2023-12-15 14:19:58',1,116.16,116.16,0,0,0,0),(11052,2358,490,0,11,'2023-12-15 14:19:58',12,235.2,235.2,0,0,0,0),(11053,2358,45,0,11,'2023-12-15 14:19:58',4,168.96,168.96,0,0,0,0),(11055,2359,41,0,21,'2023-12-15 18:42:56',2,132.96,134.372727,0,0,1.412727,0),(11056,2359,138,0,21,'2023-12-15 18:42:56',12,59.4,67.876364,0,0,8.476364,0),(11057,2359,148,0,21,'2023-12-15 18:42:56',8,66,71.650909,0,0,5.650909,0),(11059,2360,41,0,21,'2023-12-15 18:45:48',2,132.96,146.16,0,0,13.2,0),(11061,2361,2110,0,95,'2023-12-15 21:09:46',4,285.6,317.49,0,0,31.89,0),(11063,2362,2110,0,95,'2023-12-18 22:40:03',5,357,357,0,0,0,0),(11064,2362,42,0,95,'2023-12-18 22:40:03',2,158.4,158.4,0,0,0,0),(11065,2362,41,0,95,'2023-12-18 22:40:03',3,199.44,199.44,0,0,0,0),(11066,2362,51,0,95,'2023-12-18 22:40:03',3,443.52,443.52,0,0,0,0),(11067,2362,43,0,95,'2023-12-18 22:40:03',3,237.6,237.6,0,0,0,0),(11068,2362,490,0,95,'2023-12-18 22:40:03',30,588,588,0,0,0,0),(11069,2362,103,0,95,'2023-12-18 22:40:03',4,33.6,33.6,0,0,0,0),(11071,2363,41,0,33,'2023-12-18 23:11:53',1,66.48,70.515,0,0,4.035,0),(11072,2363,488,0,33,'2023-12-18 23:11:53',1,31.35,35.385,0,0,4.035,0),(11073,2363,490,0,33,'2023-12-18 23:11:53',2,39.2,47.27,0,0,8.07,0),(11075,2364,2110,0,53,'2023-12-19 14:39:17',5,357,357,0,0,0,0),(11076,2364,41,0,53,'2023-12-19 14:39:17',5,332.4,332.4,0,0,0,0),(11077,2364,43,0,53,'2023-12-19 14:39:17',3,237.6,237.6,0,0,0,0),(11078,2364,49,0,53,'2023-12-19 14:39:17',3,237.6,237.6,0,0,0,0),(11079,2364,490,0,53,'2023-12-19 14:39:17',10,196,196,0,0,0,0),(11080,2364,318,0,53,'2023-12-19 14:39:17',20,60,60,0,0,0,0),(11082,2365,45,0,25,'2023-12-19 19:41:24',3,126.72,154.56,0,0,27.84,0),(11084,2366,2113,0,85,'2023-12-20 13:42:52',6,1032,1032,0,0,0,0),(11085,2366,2110,0,85,'2023-12-20 13:42:52',10,714,714,0,0,0,0),(11086,2366,49,0,85,'2023-12-20 13:42:52',2,158.4,158.4,0,0,0,0),(11087,2366,43,0,85,'2023-12-20 13:42:52',6,475.2,475.2,0,0,0,0),(11089,2367,45,0,11,'2023-12-20 15:07:49',3,126.72,126.72,0,0,0,0),(11090,2367,42,0,11,'2023-12-20 15:07:49',2,158.4,158.4,0,0,0,0),(11091,2367,43,0,11,'2023-12-20 15:07:49',2,158.4,158.4,0,0,0,0),(11092,2367,49,0,11,'2023-12-20 15:07:49',2,158.4,158.4,0,0,0,0),(11093,2367,490,0,11,'2023-12-20 15:07:49',10,196,196,0,0,0,0),(11095,2368,41,0,42,'2023-12-21 17:18:06',1,66.48,66.48,0,0,0,0),(11096,2368,120,0,42,'2023-12-21 17:18:06',1,52.8,52.8,0,0,0,0),(11097,2368,49,0,42,'2023-12-21 17:18:06',5,396,396,0,0,0,0),(11099,2369,49,0,70,'2023-12-21 17:26:52',8,633.6,633.6,0,0,0,0),(11100,2369,39,0,70,'2023-12-21 17:26:52',3,237.6,237.6,0,0,0,0),(11101,2369,40,0,70,'2023-12-21 17:26:52',3,237.6,237.6,0,0,0,0),(11103,2370,49,0,92,'2023-12-21 20:07:07',3,237.6,250.26,0,0,12.66,0),(11104,2370,103,0,92,'2023-12-21 20:07:07',1,8.4,12.62,0,0,4.22,0),(11106,2371,44,0,79,'2023-12-25 14:21:48',3,348.48,348.48,0,0,0,0),(11107,2371,43,0,79,'2023-12-25 14:21:48',2,158.4,158.4,0,0,0,0),(11108,2371,120,0,79,'2023-12-25 14:21:48',1,52.8,52.8,0,0,0,0),(11110,2372,23,0,69,'2023-12-26 18:02:19',6,411.24,411.24,0,0,0,0),(11111,2372,41,0,69,'2023-12-26 18:02:19',5,332.4,332.4,0,0,0,0),(11112,2372,45,0,69,'2023-12-26 18:02:19',5,211.2,211.2,0,0,0,0),(11113,2372,39,0,69,'2023-12-26 18:02:19',3,237.6,237.6,0,0,0,0),(11114,2372,40,0,69,'2023-12-26 18:02:19',3,237.6,237.6,0,0,0,0),(11115,2372,43,0,69,'2023-12-26 18:02:19',5,396,396,0,0,0,0),(11116,2372,49,0,69,'2023-12-26 18:02:19',5,396,396,0,0,0,0),(11117,2372,490,0,69,'2023-12-26 18:02:19',15,294,294,0,0,0,0),(11118,2372,487,0,69,'2023-12-26 18:02:19',2,62.7,62.7,0,0,0,0),(11119,2372,488,0,69,'2023-12-26 18:02:19',2,62.7,62.7,0,0,0,0),(11120,2372,133,0,69,'2023-12-26 18:02:19',4,57.2,57.2,0,0,0,0),(11121,2372,51,0,69,'2023-12-26 18:02:19',1,147.84,147.84,0,0,0,0),(11122,2372,44,0,69,'2023-12-26 18:02:19',1,116.16,116.16,0,0,0,0),(11124,2373,488,0,64,'2023-12-28 14:36:43',1,31.35,31.35,0,0,0,0),(11125,2373,490,0,64,'2023-12-28 14:36:43',10,196,196,0,0,0,0),(11126,2373,49,0,64,'2023-12-28 14:36:43',3,237.6,237.6,0,0,0,0),(11127,2373,120,0,64,'2023-12-28 14:36:43',2,105.6,105.6,0,0,0,0),(11128,2373,45,0,64,'2023-12-28 14:36:43',3,126.72,126.72,0,0,0,0),(11129,2373,41,0,64,'2023-12-28 14:36:43',3,199.44,199.44,0,0,0,0),(11130,2373,2113,0,64,'2023-12-28 14:36:43',2,344,344,0,0,0,0),(11131,2373,2110,0,64,'2023-12-28 14:36:43',2,142.8,142.8,0,0,0,0),(11133,2374,2110,0,101,'2023-12-28 23:19:15',3,214.2,214.2,0,0,0,0),(11134,2374,43,0,101,'2023-12-28 23:19:15',5,396,396,0,0,0,0),(11135,2374,41,0,101,'2023-12-28 23:19:15',3,199.44,199.44,0,0,0,0),(11136,2374,318,0,101,'2023-12-28 23:19:15',10,30,30,0,0,0,0),(11137,2374,490,0,101,'2023-12-28 23:19:15',7,137.2,137.2,0,0,0,0),(11138,2374,488,0,101,'2023-12-28 23:19:15',2,62.7,62.7,0,0,0,0),(11140,2375,41,0,53,'2023-12-28 23:39:46',1,66.48,66.48,0,0,0,0),(11141,2375,2110,0,53,'2023-12-28 23:39:46',3,214.2,214.2,0,0,0,0),(11142,2375,43,0,53,'2023-12-28 23:39:46',2,158.4,158.4,0,0,0,0),(11143,2375,42,0,53,'2023-12-28 23:39:46',1,79.2,79.2,0,0,0,0),(11144,2375,133,0,53,'2023-12-28 23:39:46',6,85.8,85.8,0,0,0,0),(11145,2375,318,0,53,'2023-12-28 23:39:46',20,60,60,0,0,0,0),(11154,2376,2110,0,25,'2023-12-29 02:39:59',2,142.8,142.8,0,0,0,0),(11155,2376,41,0,25,'2023-12-29 02:39:59',1,66.48,66.48,0,0,0,0),(11156,2376,120,0,25,'2023-12-29 02:39:59',1,52.8,52.8,0,0,0,0),(11157,2376,490,0,25,'2023-12-29 02:39:59',8,156.8,156.8,0,0,0,0),(11158,2376,488,0,25,'2023-12-29 02:39:59',1,31.35,31.35,0,0,0,0),(11159,2376,487,0,25,'2023-12-29 02:39:59',2,62.7,62.7,0,0,0,0),(11161,2377,2113,0,50,'2023-12-30 19:51:40',1,172,172,0,0,0,0),(11162,2377,2110,0,50,'2023-12-30 19:51:40',2,142.8,142.8,0,0,0,0),(11163,2377,45,0,50,'2023-12-30 19:51:40',1,42.24,42.24,0,0,0,0),(11164,2377,43,0,50,'2023-12-30 19:51:40',2,158.4,158.4,0,0,0,0),(11165,2377,41,0,50,'2023-12-30 19:51:40',3,199.44,199.44,0,0,0,0),(11166,2377,490,0,50,'2023-12-30 19:51:40',10,196,196,0,0,0,0),(11168,2378,41,0,55,'2023-12-30 21:48:03',4,265.92,274.655,0,0,8.735,0),(11169,2378,490,0,55,'2023-12-30 21:48:03',4,78.4,87.135,0,0,8.735,0),(11171,2379,2110,0,63,'2024-01-01 00:28:18',5,357,357,0,0,0,0),(11172,2379,40,0,63,'2024-01-01 00:28:18',2,158.4,158.4,0,0,0,0),(11173,2379,49,0,63,'2024-01-01 00:28:18',5,396,396,0,0,0,0),(11175,2380,120,0,61,'2024-01-02 03:20:29',2,105.6,125.52,0,0,19.92,0),(11177,2381,2110,0,17,'2024-01-02 15:37:52',2,142.8,142.8,0,0,0,0),(11178,2381,44,0,17,'2024-01-02 15:37:52',2,232.32,232.32,0,0,0,0),(11179,2381,490,0,17,'2024-01-02 15:37:52',5,98,98,0,0,0,0),(11180,2381,487,0,17,'2024-01-02 15:37:52',1,31.35,31.35,0,0,0,0),(11181,2381,43,0,17,'2024-01-02 15:37:52',1,79.2,79.2,0,0,0,0),(11183,2382,23,0,82,'2024-01-02 16:06:12',4,274.16,274.16,0,0,0,0),(11184,2382,41,0,82,'2024-01-02 16:06:12',2,132.96,132.96,0,0,0,0),(11185,2382,45,0,82,'2024-01-02 16:06:12',1,42.24,42.24,0,0,0,0),(11186,2382,39,0,82,'2024-01-02 16:06:12',1,79.2,79.2,0,0,0,0),(11187,2382,40,0,82,'2024-01-02 16:06:12',1,79.2,79.2,0,0,0,0),(11188,2382,43,0,82,'2024-01-02 16:06:12',1,79.2,79.2,0,0,0,0),(11189,2382,490,0,82,'2024-01-02 16:06:12',8,156.8,156.8,0,0,0,0),(11190,2382,487,0,82,'2024-01-02 16:06:12',1,31.35,31.35,0,0,0,0),(11192,2383,2110,0,6,'2024-01-02 16:57:04',1,71.4,71.4,0,0,0,0),(11193,2383,41,0,6,'2024-01-02 16:57:04',2,132.96,132.96,0,0,0,0),(11194,2383,43,0,6,'2024-01-02 16:57:04',3,237.6,237.6,0,0,0,0),(11195,2383,49,0,6,'2024-01-02 16:57:04',1,79.2,79.2,0,0,0,0),(11196,2383,93,0,6,'2024-01-02 16:57:04',6,0,0,0,0,0,0),(11198,2384,2113,0,12,'2024-01-02 20:46:01',2,344,344,0,0,0,0),(11199,2384,43,0,12,'2024-01-02 20:46:01',1,79.2,79.2,0,0,0,0),(11200,2384,49,0,12,'2024-01-02 20:46:01',1,79.2,79.2,0,0,0,0),(11201,2384,487,0,12,'2024-01-02 20:46:01',2,62.7,62.7,0,0,0,0),(11203,2385,39,0,13,'2024-01-03 20:40:32',1,79.2,79.2,0,0,0,0),(11204,2385,40,0,13,'2024-01-03 20:40:32',1,79.2,79.2,0,0,0,0),(11205,2385,43,0,13,'2024-01-03 20:40:32',1,79.2,79.2,0,0,0,0),(11206,2385,23,0,13,'2024-01-03 20:40:32',4,274.16,274.16,0,0,0,0),(11207,2385,38,0,13,'2024-01-03 20:40:32',3,497.28,497.28,0,0,0,0),(11208,2385,41,0,13,'2024-01-03 20:40:32',4,265.92,265.92,0,0,0,0),(11209,2385,45,0,13,'2024-01-03 20:40:32',3,126.72,126.72,0,0,0,0),(11211,2386,2113,0,99,'2024-01-04 14:41:40',1,172,183.68,0,0,11.68,0),(11212,2386,41,0,99,'2024-01-04 14:41:40',3,199.44,234.48,0,0,35.04,0),(11213,2386,487,0,99,'2024-01-04 14:41:40',1,31.35,43.03,0,0,11.68,0),(11214,2386,490,0,99,'2024-01-04 14:41:40',2,39.2,62.56,0,0,23.36,0),(11216,2387,45,0,11,'2024-01-04 16:43:49',3,126.72,126.72,0,0,0,0),(11217,2387,41,0,11,'2024-01-04 16:43:49',3,199.44,199.44,0,0,0,0),(11218,2387,43,0,11,'2024-01-04 16:43:49',3,237.6,237.6,0,0,0,0),(11219,2387,487,0,11,'2024-01-04 16:43:49',2,62.7,62.7,0,0,0,0),(11220,2387,488,0,11,'2024-01-04 16:43:49',1,31.35,31.35,0,0,0,0),(11221,2387,490,0,11,'2024-01-04 16:43:49',10,196,196,0,0,0,0),(11223,2388,23,0,57,'2024-01-04 23:08:57',2,137.08,137.08,0,0,0,0),(11224,2388,38,0,57,'2024-01-04 23:08:57',1,165.76,165.76,0,0,0,0),(11225,2388,2110,0,57,'2024-01-04 23:08:57',1,71.4,71.4,0,0,0,0),(11226,2388,2113,0,57,'2024-01-04 23:08:57',1,172,172,0,0,0,0),(11227,2388,41,0,57,'2024-01-04 23:08:57',2,132.96,132.96,0,0,0,0),(11228,2388,490,0,57,'2024-01-04 23:08:57',8,156.8,156.8,0,0,0,0),(11230,2389,2110,0,12,'2024-01-05 18:21:00',3,214.2,214.2,0,0,0,0),(11231,2389,2113,0,12,'2024-01-05 18:21:00',2,344,344,0,0,0,0),(11232,2389,45,0,12,'2024-01-05 18:21:00',1,42.24,42.24,0,0,0,0),(11233,2389,41,0,12,'2024-01-05 18:21:00',2,132.96,132.96,0,0,0,0),(11234,2389,42,0,12,'2024-01-05 18:21:00',1,79.2,79.2,0,0,0,0),(11235,2389,44,0,12,'2024-01-05 18:21:00',1,116.16,116.16,0,0,0,0),(11236,2389,490,0,12,'2024-01-05 18:21:00',10,196,196,0,0,0,0),(11237,2389,101,0,12,'2024-01-05 18:21:00',1,8.4,8.4,0,0,0,0),(11239,2390,2113,0,11,'2024-01-09 02:09:48',1,172,172,0,0,0,0),(11240,2390,120,0,11,'2024-01-09 02:09:48',1,52.8,52.8,0,0,0,0),(11241,2390,490,0,11,'2024-01-09 02:09:48',10,196,196,0,0,0,0),(11242,2390,488,0,11,'2024-01-09 02:09:48',1,31.35,31.35,0,0,0,0),(11243,2390,487,0,11,'2024-01-09 02:09:48',1,31.35,31.35,0,0,0,0),(11244,2390,41,0,11,'2024-01-09 02:09:48',1,66.48,66.48,0,0,0,0),(11246,2391,93,0,41,'2024-01-09 04:06:59',6,0,14.08,0,0,14.08,0),(11248,2392,133,0,53,'2024-01-09 20:30:02',5,71.5,104.282,0,0,32.782,0),(11249,2392,318,0,53,'2024-01-09 20:30:02',20,60,191.128,0,0,131.128,0),(11251,2393,49,0,32,'2024-01-09 21:08:29',3,237.6,268.25,0,0,30.65,0),(11253,2394,2110,0,62,'2024-01-09 21:44:26',4,285.6,285.6,0,0,0,0),(11254,2394,2113,0,62,'2024-01-09 21:44:26',2,344,344,0,0,0,0),(11255,2394,93,0,62,'2024-01-09 21:44:26',10,0,0,0,0,0,0),(11256,2394,99,0,62,'2024-01-09 21:44:26',2,0,0,0,0,0,0),(11257,2394,97,0,62,'2024-01-09 21:44:26',2,0,0,0,0,0,0),(11258,2394,133,0,62,'2024-01-09 21:44:26',3,42.9,42.9,0,0,0,0),(11259,2394,320,0,62,'2024-01-09 21:44:26',8,30,30,0,0,0,0),(11261,2395,488,0,81,'2024-01-11 16:27:27',1,31.35,45.43,0,0,14.08,0),(11263,2396,23,0,79,'2024-01-11 16:31:50',2,137.08,137.08,0,0,0,0),(11264,2396,44,0,79,'2024-01-11 16:31:50',2,232.32,232.32,0,0,0,0),(11265,2396,43,0,79,'2024-01-11 16:31:50',2,158.4,158.4,0,0,0,0),(11266,2396,490,0,79,'2024-01-11 16:31:50',10,196,196,0,0,0,0),(11268,2397,488,0,81,'2024-01-11 16:40:10',1,31.35,38.865,0,0,7.515,0),(11269,2397,487,0,81,'2024-01-11 16:40:10',1,31.35,38.865,0,0,7.515,0),(11271,2415,2408,0,11,'2024-01-11 21:34:47',4,597.36,597.36,0,0,0,0),(11272,2415,2400,0,11,'2024-01-11 21:34:47',1,186.3,186.3,0,0,0,0),(11274,2416,490,0,57,'2024-01-11 21:50:13',8,156.8,156.8,0,0,0,0),(11275,2416,38,0,57,'2024-01-11 21:50:13',1,165.76,165.76,0,0,0,0),(11276,2416,23,0,57,'2024-01-11 21:50:13',1,68.54,68.54,0,0,0,0),(11277,2416,45,0,57,'2024-01-11 21:50:13',1,42.24,42.24,0,0,0,0),(11278,2416,41,0,57,'2024-01-11 21:50:13',1,66.48,66.48,0,0,0,0),(11279,2416,490,0,57,'2024-01-11 21:50:13',1,19.6,19.6,0,0,0,0),(11281,2417,23,0,70,'2024-01-12 15:59:47',3,205.62,205.62,0,0,0,0),(11282,2417,42,0,70,'2024-01-12 15:59:47',3,237.6,237.6,0,0,0,0),(11283,2417,41,0,70,'2024-01-12 15:59:47',6,398.88,398.88,0,0,0,0),(11284,2417,49,0,70,'2024-01-12 15:59:47',3,237.6,237.6,0,0,0,0),(11285,2417,490,0,70,'2024-01-12 15:59:47',4,78.4,78.4,0,0,0,0),(11286,2417,487,0,70,'2024-01-12 15:59:47',1,31.35,31.35,0,0,0,0),(11287,2417,39,0,70,'2024-01-12 15:59:47',2,158.4,158.4,0,0,0,0),(11288,2417,40,0,70,'2024-01-12 15:59:47',2,158.4,158.4,0,0,0,0),(11290,2418,2113,0,67,'2024-01-12 19:28:11',2,344,344,0,0,0,0),(11291,2418,41,0,67,'2024-01-12 19:28:11',1,66.48,66.48,0,0,0,0),(11292,2418,51,0,67,'2024-01-12 19:28:11',1,147.84,147.84,0,0,0,0),(11294,2419,41,0,21,'2024-01-13 16:12:17',2,132.96,134.469091,0,0,1.509091,0),(11295,2419,137,0,21,'2024-01-13 16:12:17',10,60.5,68.045455,0,0,7.545455,0),(11296,2419,148,0,21,'2024-01-13 16:12:17',10,82.5,90.045455,0,0,7.545455,0),(11298,2420,41,0,39,'2024-01-13 20:04:59',1,66.48,69.648,0,0,3.168,0),(11299,2420,43,0,39,'2024-01-13 20:04:59',1,79.2,82.368,0,0,3.168,0),(11300,2420,49,0,39,'2024-01-13 20:04:59',1,79.2,82.368,0,0,3.168,0),(11301,2420,489,0,39,'2024-01-13 20:04:59',10,190.4,222.08,0,0,31.68,0),(11302,2420,487,0,39,'2024-01-13 20:04:59',2,62.7,69.036,0,0,6.336,0),(11304,2421,490,0,101,'2024-01-13 23:49:22',10,196,246.08125,0,0,50.08125,0),(11305,2421,133,0,101,'2024-01-13 23:49:22',6,85.8,115.84875,0,0,30.04875,0),(11307,2422,42,0,53,'2024-01-13 22:56:07',2,158.4,162.443158,0,0,4.043158,0),(11308,2422,490,0,53,'2024-01-13 22:56:07',10,196,216.215789,0,0,20.215789,0),(11309,2422,133,0,53,'2024-01-13 22:56:07',7,100.1,114.251053,0,0,14.151053,0),(11311,2423,2110,0,95,'2024-01-14 01:07:34',9,642.6,642.6,0,0,0,0),(11312,2423,2113,0,95,'2024-01-14 01:07:34',3,516,516,0,0,0,0),(11313,2423,41,0,95,'2024-01-14 01:07:34',8,531.84,531.84,0,0,0,0),(11314,2423,120,0,95,'2024-01-14 01:07:34',3,158.4,158.4,0,0,0,0),(11315,2423,43,0,95,'2024-01-14 01:07:34',4,316.8,316.8,0,0,0,0),(11316,2423,488,0,95,'2024-01-14 01:07:34',2,62.7,62.7,0,0,0,0),(11317,2423,490,0,95,'2024-01-14 01:07:34',30,588,588,0,0,0,0),(11319,2424,2110,0,62,'2024-01-14 02:15:34',2,142.8,142.8,0,0,0,0),(11320,2424,41,0,62,'2024-01-14 02:15:34',6,398.88,398.88,0,0,0,0),(11321,2424,51,0,62,'2024-01-14 02:15:34',1,147.84,147.84,0,0,0,0),(11322,2424,49,0,62,'2024-01-14 02:15:34',4,316.8,316.8,0,0,0,0),(11323,2424,133,0,62,'2024-01-14 02:15:34',2,28.6,28.6,0,0,0,0),(11325,2425,41,0,33,'2024-01-14 19:59:53',1,66.48,70.34,0,0,3.86,0),(11326,2425,490,0,33,'2024-01-14 19:59:53',2,39.2,46.92,0,0,7.72,0),(11327,2425,488,0,33,'2024-01-14 19:59:53',1,31.35,35.21,0,0,3.86,0),(11328,2425,40,0,33,'2024-01-14 19:59:53',1,79.2,83.06,0,0,3.86,0),(11330,2426,93,0,14,'2024-01-15 16:43:39',5,0,11.733333,0,0,11.733333,0),(11331,2426,99,0,14,'2024-01-15 16:43:39',1,0,2.346667,0,0,2.346667,0),(11333,2427,120,0,90,'2024-01-15 17:54:31',1,52.8,52.8,0,0,0,0),(11334,2427,49,0,90,'2024-01-15 17:54:31',1,79.2,79.2,0,0,0,0),(11335,2427,487,0,90,'2024-01-15 17:54:31',1,31.35,31.35,0,0,0,0),(11336,2427,490,0,90,'2024-01-15 17:54:31',12,235.2,235.2,0,0,0,0),(11337,2427,45,0,90,'2024-01-15 17:54:31',3,126.72,126.72,0,0,0,0),(11338,2427,2110,0,90,'2024-01-15 17:54:31',1,71.4,71.4,0,0,0,0),(11340,2428,39,0,90,'2024-01-15 18:49:09',2,158.4,158.4,0,0,0,0),(11341,2428,40,0,90,'2024-01-15 18:49:09',2,158.4,158.4,0,0,0,0),(11342,2428,42,0,90,'2024-01-15 18:49:09',1,79.2,79.2,0,0,0,0),(11343,2428,43,0,90,'2024-01-15 18:49:09',2,158.4,158.4,0,0,0,0),(11344,2428,49,0,90,'2024-01-15 18:49:09',1,79.2,79.2,0,0,0,0),(11345,2428,490,0,90,'2024-01-15 18:49:09',5,98,98,0,0,0,0),(11346,2428,2110,0,90,'2024-01-15 18:49:09',2,142.8,142.8,0,0,0,0),(11347,2428,2113,0,90,'2024-01-15 18:49:09',2,344,344,0,0,0,0),(11348,2428,45,0,90,'2024-01-15 18:49:09',2,84.48,84.48,0,0,0,0),(11349,2428,41,0,90,'2024-01-15 18:49:09',2,132.96,132.96,0,0,0,0),(11350,2428,103,0,90,'2024-01-15 18:49:09',1,8.4,8.4,0,0,0,0),(11363,2429,39,0,90,'2024-01-15 19:08:20',1,79.2,79.2,0,0,0,0),(11364,2429,40,0,90,'2024-01-15 19:08:20',1,79.2,79.2,0,0,0,0),(11365,2429,43,0,90,'2024-01-15 19:08:20',3,237.6,237.6,0,0,0,0),(11366,2429,487,0,90,'2024-01-15 19:08:20',3,94.05,94.05,0,0,0,0),(11367,2429,488,0,90,'2024-01-15 19:08:20',1,31.35,31.35,0,0,0,0),(11368,2429,490,0,90,'2024-01-15 19:08:20',10,196,196,0,0,0,0),(11369,2429,2110,0,90,'2024-01-15 19:08:20',1,71.4,71.4,0,0,0,0),(11370,2429,45,0,90,'2024-01-15 19:08:20',3,126.72,126.72,0,0,0,0),(11371,2429,49,0,90,'2024-01-15 19:08:20',1,79.2,79.2,0,0,0,0),(11372,2429,490,0,90,'2024-01-15 19:08:20',4,78.4,78.4,0,0,0,0),(11374,2430,2110,0,99,'2024-01-17 20:37:40',1,71.4,73.337778,0,0,1.937778,0),(11375,2430,41,0,99,'2024-01-17 20:37:40',2,132.96,136.835556,0,0,3.875556,0),(11376,2430,43,0,99,'2024-01-17 20:37:40',1,79.2,81.137778,0,0,1.937778,0),(11377,2430,490,0,99,'2024-01-17 20:37:40',5,98,107.688889,0,0,9.688889,0),(11435,2431,23,0,69,'2024-01-17 21:32:37',6,411.24,411.24,0,0,0,0),(11436,2431,41,0,69,'2024-01-17 21:32:37',3,199.44,199.44,0,0,0,0),(11437,2431,42,0,69,'2024-01-17 21:32:37',3,237.6,237.6,0,0,0,0),(11438,2431,116,0,69,'2024-01-17 21:32:37',1,145.44,145.44,0,0,0,0),(11439,2431,45,0,69,'2024-01-17 21:32:37',6,253.44,253.44,0,0,0,0),(11440,2431,51,0,69,'2024-01-17 21:32:37',1,147.84,147.84,0,0,0,0),(11441,2431,39,0,69,'2024-01-17 21:32:37',4,316.8,316.8,0,0,0,0),(11442,2431,40,0,69,'2024-01-17 21:32:37',4,316.8,316.8,0,0,0,0),(11443,2431,120,0,69,'2024-01-17 21:32:37',1,52.8,52.8,0,0,0,0),(11444,2431,43,0,69,'2024-01-17 21:32:37',4,316.8,316.8,0,0,0,0),(11445,2431,49,0,69,'2024-01-17 21:32:37',4,316.8,316.8,0,0,0,0),(11446,2431,44,0,69,'2024-01-17 21:32:37',1,116.16,116.16,0,0,0,0),(11447,2431,490,0,69,'2024-01-17 21:32:37',10,196,196,0,0,0,0),(11449,2432,41,0,92,'2024-01-18 20:27:44',1,66.48,69.231429,0,0,2.751429,0),(11450,2432,488,0,92,'2024-01-18 20:27:44',1,31.35,34.101429,0,0,2.751429,0),(11451,2432,49,0,92,'2024-01-18 20:27:44',2,158.4,163.902857,0,0,5.502857,0),(11452,2432,320,0,92,'2024-01-18 20:27:44',3,11.25,19.504286,0,0,8.254286,0),(11454,2433,45,0,25,'2024-01-19 05:24:03',4,168.96,168.96,0,0,0,0),(11455,2433,49,0,25,'2024-01-19 05:24:03',1,79.2,79.2,0,0,0,0),(11456,2433,41,0,25,'2024-01-19 05:24:03',1,66.48,66.48,0,0,0,0),(11457,2433,490,0,25,'2024-01-19 05:24:03',8,156.8,156.8,0,0,0,0),(11458,2433,488,0,25,'2024-01-19 05:24:03',2,62.7,62.7,0,0,0,0),(11459,2433,487,0,25,'2024-01-19 05:24:03',2,62.7,62.7,0,0,0,0),(11461,2434,41,0,67,'2024-01-19 18:52:10',6,398.88,506.33,0,0,107.45,0),(11463,2435,2110,0,64,'2024-01-19 19:05:46',3,214.2,214.2,0,0,0,0),(11464,2435,2113,0,64,'2024-01-19 19:05:46',2,344,344,0,0,0,0),(11465,2435,41,0,64,'2024-01-19 19:05:46',3,199.44,199.44,0,0,0,0),(11466,2435,49,0,64,'2024-01-19 19:05:46',1,79.2,79.2,0,0,0,0),(11467,2435,490,0,64,'2024-01-19 19:05:46',8,156.8,156.8,0,0,0,0),(11468,2435,488,0,64,'2024-01-19 19:05:46',3,94.05,94.05,0,0,0,0),(11470,2436,51,0,49,'2024-01-19 19:28:05',1,147.84,152.73,0,0,4.89,0),(11471,2436,43,0,49,'2024-01-19 19:28:05',1,79.2,84.09,0,0,4.89,0),(11472,2436,23,0,49,'2024-01-19 19:28:05',1,68.54,73.43,0,0,4.89,0),(11473,2436,41,0,49,'2024-01-19 19:28:05',1,66.48,71.37,0,0,4.89,0),(11475,2437,2110,0,26,'2024-01-19 19:44:14',4,285.6,285.6,0,0,0,0),(11476,2437,43,0,26,'2024-01-19 19:44:14',4,316.8,316.8,0,0,0,0),(11477,2437,41,0,26,'2024-01-19 19:44:14',3,199.44,199.44,0,0,0,0),(11479,2438,45,0,11,'2024-01-19 21:26:52',2,84.48,84.48,0,0,0,0),(11480,2438,2110,0,11,'2024-01-19 21:26:52',3,214.2,214.2,0,0,0,0),(11481,2438,2113,0,11,'2024-01-19 21:26:52',2,344,344,0,0,0,0),(11482,2438,40,0,11,'2024-01-19 21:26:52',1,79.2,79.2,0,0,0,0),(11483,2438,43,0,11,'2024-01-19 21:26:52',2,158.4,158.4,0,0,0,0),(11484,2438,490,0,11,'2024-01-19 21:26:52',10,196,196,0,0,0,0),(11485,2438,487,0,11,'2024-01-19 21:26:52',1,31.35,31.35,0,0,0,0),(11487,2439,23,0,79,'2024-01-20 21:26:42',3,205.62,205.62,0,0,0,0),(11488,2439,44,0,79,'2024-01-20 21:26:42',2,232.32,232.32,0,0,0,0),(11489,2439,490,0,79,'2024-01-20 21:26:42',6,117.6,117.6,0,0,0,0),(11491,2440,2110,0,42,'2024-01-21 20:39:28',1,71.4,71.4,0,0,0,0),(11492,2440,41,0,42,'2024-01-21 20:39:28',1,66.48,66.48,0,0,0,0),(11493,2440,45,0,42,'2024-01-21 20:39:28',1,42.24,42.24,0,0,0,0),(11494,2440,44,0,42,'2024-01-21 20:39:28',1,116.16,116.16,0,0,0,0),(11495,2440,49,0,42,'2024-01-21 20:39:28',3,237.6,237.6,0,0,0,0),(11497,2441,2110,0,11,'2024-01-22 23:58:33',2,142.8,142.8,0,0,0,0),(11498,2441,2113,0,11,'2024-01-22 23:58:33',1,172,172,0,0,0,0),(11499,2441,45,0,11,'2024-01-22 23:58:33',1,42.24,42.24,0,0,0,0),(11500,2441,43,0,11,'2024-01-22 23:58:33',1,79.2,79.2,0,0,0,0),(11501,2441,489,0,11,'2024-01-22 23:58:33',5,95.2,95.2,0,0,0,0),(11503,2442,2110,0,80,'2024-01-23 21:45:17',7,499.8,499.8,0,0,0,0),(11504,2442,2113,0,80,'2024-01-23 21:45:17',3,516,516,0,0,0,0),(11505,2442,41,0,80,'2024-01-23 21:45:17',17,1130.16,1130.16,0,0,0,0),(11506,2442,45,0,80,'2024-01-23 21:45:17',4,168.96,168.96,0,0,0,0),(11507,2442,2408,0,80,'2024-01-23 21:45:17',1,149.34,149.34,0,0,0,0),(11508,2442,2400,0,80,'2024-01-23 21:45:17',2,372.6,372.6,0,0,0,0),(11509,2442,120,0,80,'2024-01-23 21:45:17',2,105.6,105.6,0,0,0,0),(11510,2442,43,0,80,'2024-01-23 21:45:17',5,396,396,0,0,0,0),(11511,2442,49,0,80,'2024-01-23 21:45:17',10,792,792,0,0,0,0),(11512,2442,44,0,80,'2024-01-23 21:45:17',1,116.16,116.16,0,0,0,0),(11513,2442,488,0,80,'2024-01-23 21:45:17',4,125.4,125.4,0,0,0,0),(11515,2443,2110,0,102,'2024-01-24 05:05:08',4,285.6,285.6,0,0,0,0),(11516,2443,45,0,102,'2024-01-24 05:05:08',4,168.96,168.96,0,0,0,0),(11517,2443,41,0,102,'2024-01-24 05:05:08',2,132.96,132.96,0,0,0,0),(11519,2444,38,0,6,'2024-01-24 19:19:36',1,165.76,165.76,0,0,0,0),(11520,2444,23,0,6,'2024-01-24 19:19:36',1,68.54,68.54,0,0,0,0),(11521,2444,41,0,6,'2024-01-24 19:19:36',2,132.96,132.96,0,0,0,0),(11522,2444,45,0,6,'2024-01-24 19:19:36',1,42.24,42.24,0,0,0,0),(11523,2444,40,0,6,'2024-01-24 19:19:36',1,79.2,79.2,0,0,0,0),(11524,2444,49,0,6,'2024-01-24 19:19:36',1,79.2,79.2,0,0,0,0),(11525,2444,43,0,6,'2024-01-24 19:19:36',1,79.2,79.2,0,0,0,0),(11526,2444,93,0,6,'2024-01-24 19:19:36',4,0,0,0,0,0,0),(11528,2445,45,0,86,'2024-01-24 20:46:38',2,84.48,94.642,0,0,10.162,0),(11529,2445,490,0,86,'2024-01-24 20:46:38',4,78.4,98.724,0,0,20.324,0),(11530,2445,487,0,86,'2024-01-24 20:46:38',2,62.7,72.862,0,0,10.162,0),(11531,2445,488,0,86,'2024-01-24 20:46:38',2,62.7,72.862,0,0,10.162,0),(11533,2446,41,0,46,'2024-01-25 12:00:06',1,66.48,69.217143,0,0,2.737143,0),(11534,2446,43,0,46,'2024-01-25 12:00:06',1,79.2,81.937143,0,0,2.737143,0),(11535,2446,490,0,46,'2024-01-25 12:00:06',5,98,111.685714,0,0,13.685714,0),(11537,2447,137,0,81,'2024-01-26 00:20:20',20,121,137.6,0,0,16.6,0),(11543,2449,2110,0,12,'2024-01-26 21:16:31',1,71.4,71.4,0,0,0,0),(11544,2449,42,0,12,'2024-01-26 21:16:31',1,79.2,79.2,0,0,0,0),(11545,2449,41,0,12,'2024-01-26 21:16:31',2,132.96,132.96,0,0,0,0),(11546,2449,45,0,12,'2024-01-26 21:16:31',1,42.24,42.24,0,0,0,0),(11547,2449,43,0,12,'2024-01-26 21:16:31',1,79.2,79.2,0,0,0,0),(11548,2449,120,0,12,'2024-01-26 21:16:31',1,52.8,52.8,0,0,0,0),(11549,2449,49,0,12,'2024-01-26 21:16:31',1,79.2,79.2,0,0,0,0),(11550,2449,490,0,12,'2024-01-26 21:16:31',10,196,196,0,0,0,0),(11551,2449,487,0,12,'2024-01-26 21:16:31',2,62.7,62.7,0,0,0,0),(11553,2450,2110,0,12,'2024-01-26 21:19:01',1,71.4,71.4,0,0,0,0),(11554,2450,42,0,12,'2024-01-26 21:19:01',1,79.2,79.2,0,0,0,0),(11555,2450,41,0,12,'2024-01-26 21:19:01',2,132.96,132.96,0,0,0,0),(11556,2450,45,0,12,'2024-01-26 21:19:01',1,42.24,42.24,0,0,0,0),(11557,2450,43,0,12,'2024-01-26 21:19:01',1,79.2,79.2,0,0,0,0),(11558,2450,120,0,12,'2024-01-26 21:19:01',1,52.8,52.8,0,0,0,0),(11559,2450,49,0,12,'2024-01-26 21:19:01',1,79.2,79.2,0,0,0,0),(11560,2450,490,0,12,'2024-01-26 21:19:01',10,196,196,0,0,0,0),(11561,2450,487,0,12,'2024-01-26 21:19:01',2,62.7,62.7,0,0,0,0),(11563,2451,2110,0,12,'2024-01-26 21:37:42',1,71.4,71.4,0,0,0,0),(11564,2451,42,0,12,'2024-01-26 21:37:42',1,79.2,79.2,0,0,0,0),(11565,2451,41,0,12,'2024-01-26 21:37:42',2,132.96,132.96,0,0,0,0),(11566,2451,45,0,12,'2024-01-26 21:37:42',1,42.24,42.24,0,0,0,0),(11567,2451,43,0,12,'2024-01-26 21:37:42',1,79.2,79.2,0,0,0,0),(11568,2451,120,0,12,'2024-01-26 21:37:42',1,52.8,52.8,0,0,0,0),(11569,2451,49,0,12,'2024-01-26 21:37:42',1,79.2,79.2,0,0,0,0),(11570,2451,490,0,12,'2024-01-26 21:37:42',10,196,196,0,0,0,0),(11571,2451,487,0,12,'2024-01-26 21:37:42',2,62.7,62.7,0,0,0,0),(11573,2452,23,0,82,'2024-01-27 01:38:01',3,205.62,205.62,0,0,0,0),(11574,2452,42,0,82,'2024-01-27 01:38:01',1,79.2,79.2,0,0,0,0),(11575,2452,43,0,82,'2024-01-27 01:38:01',2,158.4,158.4,0,0,0,0),(11576,2452,490,0,82,'2024-01-27 01:38:01',8,156.8,156.8,0,0,0,0),(11577,2452,487,0,82,'2024-01-27 01:38:01',2,62.7,62.7,0,0,0,0),(11579,2453,23,0,82,'2024-01-27 01:38:40',3,205.62,205.62,0,0,0,0),(11580,2453,42,0,82,'2024-01-27 01:38:40',1,79.2,79.2,0,0,0,0),(11581,2453,43,0,82,'2024-01-27 01:38:40',2,158.4,158.4,0,0,0,0),(11582,2453,490,0,82,'2024-01-27 01:38:40',8,156.8,156.8,0,0,0,0),(11583,2453,487,0,82,'2024-01-27 01:38:40',2,62.7,62.7,0,0,0,0),(11585,2454,23,0,79,'2024-01-29 14:02:53',4,274.16,274.16,0,0,0,0),(11586,2454,490,0,79,'2024-01-29 14:02:53',6,117.6,117.6,0,0,0,0),(11587,2454,44,0,79,'2024-01-29 14:02:53',1,116.16,116.16,0,0,0,0),(11589,2455,23,0,13,'2024-01-30 18:04:33',3,205.62,205.62,0,0,0,0),(11590,2455,38,0,13,'2024-01-30 18:04:33',3,497.28,497.28,0,0,0,0),(11591,2455,41,0,13,'2024-01-30 18:04:33',4,265.92,265.92,0,0,0,0),(11592,2455,45,0,13,'2024-01-30 18:04:33',3,126.72,126.72,0,0,0,0),(11593,2455,43,0,13,'2024-01-30 18:04:33',2,158.4,158.4,0,0,0,0),(11595,2456,2110,0,26,'2024-01-30 19:22:55',2,142.8,142.8,0,0,0,0),(11596,2456,41,0,26,'2024-01-30 19:22:55',2,132.96,132.96,0,0,0,0),(11597,2456,43,0,26,'2024-01-30 19:22:55',1,79.2,79.2,0,0,0,0),(11598,2456,49,0,26,'2024-01-30 19:22:55',2,158.4,158.4,0,0,0,0),(11599,2456,490,0,26,'2024-01-30 19:22:55',4,78.4,78.4,0,0,0,0),(11601,2457,41,0,92,'2024-01-31 00:26:58',2,132.96,132.96,0,0,0,0),(11602,2457,49,0,92,'2024-01-31 00:26:58',4,316.8,316.8,0,0,0,0),(11603,2457,39,0,92,'2024-01-31 00:26:58',2,158.4,158.4,0,0,0,0),(11604,2457,488,0,92,'2024-01-31 00:26:58',1,31.35,31.35,0,0,0,0),(11708,2458,23,0,69,'2024-01-31 14:27:56',5,342.7,342.7,0,0,0,0),(11709,2458,42,0,69,'2024-01-31 14:27:56',2,158.4,158.4,0,0,0,0),(11710,2458,116,0,69,'2024-01-31 14:27:56',2,290.88,290.88,0,0,0,0),(11711,2458,41,0,69,'2024-01-31 14:27:56',2,132.96,132.96,0,0,0,0),(11712,2458,45,0,69,'2024-01-31 14:27:56',3,126.72,126.72,0,0,0,0),(11713,2458,118,0,69,'2024-01-31 14:27:56',2,369.6,369.6,0,0,0,0),(11714,2458,51,0,69,'2024-01-31 14:27:56',1,147.84,147.84,0,0,0,0),(11715,2458,39,0,69,'2024-01-31 14:27:56',2,158.4,158.4,0,0,0,0),(11716,2458,40,0,69,'2024-01-31 14:27:56',2,158.4,158.4,0,0,0,0),(11717,2458,120,0,69,'2024-01-31 14:27:56',2,105.6,105.6,0,0,0,0),(11718,2458,43,0,69,'2024-01-31 14:27:56',3,237.6,237.6,0,0,0,0),(11719,2458,49,0,69,'2024-01-31 14:27:56',3,237.6,237.6,0,0,0,0),(11720,2458,44,0,69,'2024-01-31 14:27:56',1,116.16,116.16,0,0,0,0),(11721,2458,490,0,69,'2024-01-31 14:27:56',10,196,196,0,0,0,0),(11722,2458,488,0,69,'2024-01-31 14:27:56',2,62.7,62.7,0,0,0,0),(11723,2458,487,0,69,'2024-01-31 14:27:56',2,62.7,62.7,0,0,0,0),(11725,2459,490,0,79,'2024-01-31 18:45:47',10,196,196,0,0,0,0),(11726,2459,120,0,79,'2024-01-31 18:45:47',2,105.6,105.6,0,0,0,0),(11727,2459,44,0,79,'2024-01-31 18:45:47',1,116.16,116.16,0,0,0,0),(11728,2459,23,0,79,'2024-01-31 18:45:47',2,137.08,137.08,0,0,0,0),(11730,2460,2113,0,50,'2024-01-31 18:49:55',1,172,172,0,0,0,0),(11731,2460,41,0,50,'2024-01-31 18:49:55',1,66.48,66.48,0,0,0,0),(11732,2460,120,0,50,'2024-01-31 18:49:55',1,52.8,52.8,0,0,0,0),(11733,2460,490,0,50,'2024-01-31 18:49:55',15,294,294,0,0,0,0),(11735,2461,93,0,63,'2024-01-31 23:43:08',10,0,14.73,0,0,14.73,0),(11737,2462,41,0,55,'2024-02-01 17:08:18',2,132.96,139.6,0,0,6.64,0),(11738,2462,490,0,55,'2024-02-01 17:08:18',3,58.8,68.76,0,0,9.96,0),(11742,2464,41,0,17,'2024-02-01 18:30:20',1,66.48,69.246667,0,0,2.766667,0),(11743,2464,44,0,17,'2024-02-01 18:30:20',1,116.16,118.926667,0,0,2.766667,0),(11744,2464,490,0,17,'2024-02-01 18:30:20',4,78.4,89.466667,0,0,11.066667,0),(11746,2465,45,0,11,'2024-02-02 15:23:05',4,168.96,168.96,0,0,0,0),(11747,2465,41,0,11,'2024-02-02 15:23:05',1,66.48,66.48,0,0,0,0),(11748,2465,2400,0,11,'2024-02-02 15:23:05',1,186.3,186.3,0,0,0,0),(11749,2465,2408,0,11,'2024-02-02 15:23:05',1,149.34,149.34,0,0,0,0),(11750,2465,490,0,11,'2024-02-02 15:23:05',5,98,98,0,0,0,0),(11752,2466,2110,0,101,'2024-02-02 18:32:55',5,357,357,0,0,0,0),(11753,2466,41,0,101,'2024-02-02 18:32:55',5,332.4,332.4,0,0,0,0),(11754,2466,318,0,101,'2024-02-02 18:32:55',15,45,45,0,0,0,0),(11755,2466,490,0,101,'2024-02-02 18:32:55',6,117.6,117.6,0,0,0,0),(11756,2466,488,0,101,'2024-02-02 18:32:55',5,156.75,156.75,0,0,0,0),(11757,2466,43,0,101,'2024-02-02 18:32:55',3,237.6,237.6,0,0,0,0),(11759,2467,42,0,53,'2024-02-02 19:42:17',2,158.4,162.604,0,0,4.204,0),(11760,2467,133,0,53,'2024-02-02 19:42:17',3,42.9,49.206,0,0,6.306,0),(11761,2467,490,0,53,'2024-02-02 19:42:17',5,98,108.51,0,0,10.51,0),(11763,2468,41,0,53,'2024-02-02 20:02:14',3,199.44,199.44,0,0,0,0),(11764,2468,49,0,53,'2024-02-02 20:02:14',1,79.2,79.2,0,0,0,0),(11765,2468,38,0,53,'2024-02-02 20:02:14',4,663.04,663.04,0,0,0,0),(11766,2468,318,0,53,'2024-02-02 20:02:14',10,30,30,0,0,0,0),(11767,2468,133,0,53,'2024-02-02 20:02:14',3,42.9,42.9,0,0,0,0),(11769,2469,41,0,53,'2024-02-02 20:07:28',-3,-199.44,-199.44,0,0,0,0),(11770,2469,49,0,53,'2024-02-02 20:07:28',-1,-79.2,-79.2,0,0,0,0),(11771,2469,38,0,53,'2024-02-02 20:07:28',-4,-663.04,-663.04,0,0,0,0),(11772,2469,318,0,53,'2024-02-02 20:07:28',-10,-30,-30,0,0,0,0),(11773,2469,133,0,53,'2024-02-02 20:07:28',-3,-42.9,-42.9,0,0,0,0),(11774,2470,49,0,53,'2024-02-02 20:18:05',1,79.2,79.2,0,0,0,0),(11775,2470,41,0,53,'2024-02-02 20:18:05',3,199.44,199.44,0,0,0,0),(11776,2470,318,0,53,'2024-02-02 20:18:05',10,30,30,0,0,0,0),(11777,2470,133,0,53,'2024-02-02 20:18:05',3,42.9,42.9,0,0,0,0),(11778,2470,2110,0,53,'2024-02-02 20:18:05',4,285.6,285.6,0,0,0,0),(11780,2471,2110,0,53,'2024-02-02 21:31:11',4,285.6,302.87,0,0,17.27,0),(11781,2471,490,0,53,'2024-02-02 21:31:11',4,78.4,95.67,0,0,17.27,0),(11783,2472,490,0,100,'2024-02-03 05:33:08',7,137.2,137.2,0,0,0,0),(11784,2472,2110,0,100,'2024-02-03 05:33:08',3,214.2,214.2,0,0,0,0),(11785,2472,41,0,100,'2024-02-03 05:33:08',2,132.96,132.96,0,0,0,0),(11786,2472,42,0,100,'2024-02-03 05:33:08',1,79.2,79.2,0,0,0,0),(11787,2472,49,0,100,'2024-02-03 05:33:08',1,79.2,79.2,0,0,0,0),(11788,2472,39,0,100,'2024-02-03 05:33:08',1,79.2,79.2,0,0,0,0),(11789,2472,40,0,100,'2024-02-03 05:33:08',1,79.2,79.2,0,0,0,0),(11790,2472,43,0,100,'2024-02-03 05:33:08',1,79.2,79.2,0,0,0,0),(11792,2473,42,0,81,'2024-02-03 20:31:02',2,158.4,170.866667,0,0,12.466667,0),(11793,2473,487,0,81,'2024-02-03 20:31:02',1,31.35,37.583333,0,0,6.233333,0),(11795,2474,490,0,99,'2024-02-05 19:56:18',10,196,248.24,0,0,52.24,0),(11796,2474,488,0,99,'2024-02-05 19:56:18',2,62.7,73.148,0,0,10.448,0),(11797,2474,41,0,99,'2024-02-05 19:56:18',3,199.44,215.112,0,0,15.672,0),(11799,2475,488,0,80,'2024-02-06 22:17:02',8,250.8,250.8,0,0,0,0),(11800,2475,44,0,80,'2024-02-06 22:17:02',2,232.32,232.32,0,0,0,0),(11801,2475,43,0,80,'2024-02-06 22:17:02',2,158.4,158.4,0,0,0,0),(11803,2476,41,0,33,'2024-02-07 19:58:06',1,66.48,70.025,0,0,3.545,0),(11804,2476,39,0,33,'2024-02-07 19:58:06',1,79.2,82.745,0,0,3.545,0),(11805,2476,490,0,33,'2024-02-07 19:58:06',2,39.2,46.29,0,0,7.09,0),(11806,2476,488,0,33,'2024-02-07 19:58:06',1,31.35,34.895,0,0,3.545,0),(11807,2476,120,0,33,'2024-02-07 19:58:06',1,52.8,56.345,0,0,3.545,0),(11809,2477,2408,0,80,'2024-02-09 20:12:05',2,298.68,298.68,0,0,0,0),(11810,2477,120,0,80,'2024-02-09 20:12:05',1,52.8,52.8,0,0,0,0),(11811,2477,43,0,80,'2024-02-09 20:12:05',3,237.6,237.6,0,0,0,0),(11813,2478,2110,0,50,'2024-02-10 16:49:55',1,71.4,71.4,0,0,0,0),(11814,2478,2113,0,50,'2024-02-10 16:49:55',1,172,172,0,0,0,0),(11815,2478,45,0,50,'2024-02-10 16:49:55',1,42.24,42.24,0,0,0,0),(11816,2478,41,0,50,'2024-02-10 16:49:55',1,66.48,66.48,0,0,0,0),(11817,2478,43,0,50,'2024-02-10 16:49:55',2,158.4,158.4,0,0,0,0),(11818,2478,120,0,50,'2024-02-10 16:49:55',1,52.8,52.8,0,0,0,0),(11819,2478,44,0,50,'2024-02-10 16:49:55',1,116.16,116.16,0,0,0,0),(11820,2478,490,0,50,'2024-02-10 16:49:55',10,196,196,0,0,0,0),(11821,2478,487,0,50,'2024-02-10 16:49:55',1,31.35,31.35,0,0,0,0),(11822,2478,135,0,50,'2024-02-10 16:49:55',2,4.96,4.96,0,0,0,0),(11824,2479,41,0,63,'2024-02-11 20:49:47',8,531.84,531.84,0,0,0,0),(11826,2480,44,0,11,'2024-02-12 15:44:46',1,116.16,116.16,0,0,0,0),(11827,2480,42,0,11,'2024-02-12 15:44:46',1,79.2,79.2,0,0,0,0),(11828,2480,42,0,11,'2024-02-12 15:44:46',1,79.2,79.2,0,0,0,0),(11829,2480,45,0,11,'2024-02-12 15:44:46',1,42.24,42.24,0,0,0,0),(11830,2480,120,0,11,'2024-02-12 15:44:46',1,52.8,52.8,0,0,0,0),(11831,2480,43,0,11,'2024-02-12 15:44:46',1,79.2,79.2,0,0,0,0),(11832,2480,45,0,11,'2024-02-12 15:44:46',1,42.24,42.24,0,0,0,0),(11833,2480,103,0,11,'2024-02-12 15:44:46',1,8.4,8.4,0,0,0,0),(11834,2480,144,0,11,'2024-02-12 15:44:46',1,1.38,1.38,0,0,0,0),(11836,2481,23,0,79,'2024-02-12 19:26:03',4,274.16,274.16,0,0,0,0),(11837,2481,44,0,79,'2024-02-12 19:26:03',1,116.16,116.16,0,0,0,0),(11838,2481,43,0,79,'2024-02-12 19:26:03',1,79.2,79.2,0,0,0,0),(11839,2481,490,0,79,'2024-02-12 19:26:03',2,39.2,39.2,0,0,0,0),(11841,2482,2110,0,30,'2024-02-12 22:02:10',1,71.4,71.4,0,0,0,0),(11842,2482,2408,0,30,'2024-02-12 22:02:10',2,298.68,298.68,0,0,0,0),(11843,2482,118,0,30,'2024-02-12 22:02:10',1,184.8,184.8,0,0,0,0),(11844,2482,97,0,30,'2024-02-12 22:02:10',1,0,0,0,0,0,0),(11845,2482,93,0,30,'2024-02-12 22:02:10',2,0,0,0,0,0,0),(11847,2483,23,0,79,'2024-02-12 22:36:37',1,68.54,75.751667,0,0,7.211667,0),(11848,2483,43,0,79,'2024-02-12 22:36:37',1,79.2,86.411667,0,0,7.211667,0),(11849,2483,44,0,79,'2024-02-12 22:36:37',3,348.48,370.115,0,0,21.635,0),(11850,2483,490,0,79,'2024-02-12 22:36:37',1,19.6,26.811667,0,0,7.211667,0),(11853,2485,2110,0,12,'2024-02-13 17:52:07',2,142.8,142.8,0,0,0,0),(11854,2485,2113,0,12,'2024-02-13 17:52:07',1,172,172,0,0,0,0),(11855,2485,41,0,12,'2024-02-13 17:52:07',2,132.96,132.96,0,0,0,0),(11856,2485,45,0,12,'2024-02-13 17:52:07',1,42.24,42.24,0,0,0,0),(11857,2485,2408,0,12,'2024-02-13 17:52:07',1,149.34,149.34,0,0,0,0),(11858,2485,43,0,12,'2024-02-13 17:52:07',1,79.2,79.2,0,0,0,0),(11859,2485,44,0,12,'2024-02-13 17:52:07',1,116.16,116.16,0,0,0,0),(11860,2485,490,0,12,'2024-02-13 17:52:07',10,196,196,0,0,0,0),(11861,2485,101,0,12,'2024-02-13 17:52:07',1,8.4,8.4,0,0,0,0),(11862,2485,120,0,12,'2024-02-13 17:52:07',1,52.8,52.8,0,0,0,0),(11864,2486,2110,0,12,'2024-02-13 17:53:38',2,142.8,142.8,0,0,0,0),(11865,2486,2113,0,12,'2024-02-13 17:53:38',1,172,172,0,0,0,0),(11866,2486,41,0,12,'2024-02-13 17:53:38',2,132.96,132.96,0,0,0,0),(11867,2486,45,0,12,'2024-02-13 17:53:38',1,42.24,42.24,0,0,0,0),(11868,2486,2408,0,12,'2024-02-13 17:53:38',1,149.34,149.34,0,0,0,0),(11869,2486,43,0,12,'2024-02-13 17:53:38',1,79.2,79.2,0,0,0,0),(11870,2486,44,0,12,'2024-02-13 17:53:38',1,116.16,116.16,0,0,0,0),(11871,2486,490,0,12,'2024-02-13 17:53:38',10,196,196,0,0,0,0),(11872,2486,101,0,12,'2024-02-13 17:53:38',1,8.4,8.4,0,0,0,0),(11873,2486,120,0,12,'2024-02-13 17:53:38',1,52.8,52.8,0,0,0,0),(11875,2487,2110,0,101,'2024-02-13 18:28:09',4,285.6,285.6,0,0,0,0),(11876,2487,41,0,101,'2024-02-13 18:28:09',3,199.44,199.44,0,0,0,0),(11877,2487,133,0,101,'2024-02-13 18:28:09',10,143,143,0,0,0,0),(11879,2488,2110,0,12,'2024-02-14 19:13:38',2,142.8,142.8,0,0,0,0),(11880,2488,2113,0,12,'2024-02-14 19:13:38',2,344,344,0,0,0,0),(11881,2488,41,0,12,'2024-02-14 19:13:38',2,132.96,132.96,0,0,0,0),(11882,2488,45,0,12,'2024-02-14 19:13:38',1,42.24,42.24,0,0,0,0),(11883,2488,120,0,12,'2024-02-14 19:13:38',1,52.8,52.8,0,0,0,0),(11884,2488,49,0,12,'2024-02-14 19:13:38',1,79.2,79.2,0,0,0,0),(11885,2488,490,0,12,'2024-02-14 19:13:38',10,196,196,0,0,0,0),(11887,2489,2110,0,6,'2024-02-15 18:02:08',1,71.4,71.4,0,0,0,0),(11888,2489,2113,0,6,'2024-02-15 18:02:08',1,172,172,0,0,0,0),(11889,2489,41,0,6,'2024-02-15 18:02:08',4,265.92,265.92,0,0,0,0),(11890,2489,120,0,6,'2024-02-15 18:02:08',2,105.6,105.6,0,0,0,0),(11891,2489,49,0,6,'2024-02-15 18:02:08',2,158.4,158.4,0,0,0,0),(11892,2489,93,0,6,'2024-02-15 18:02:08',8,0,0,0,0,0,0),(11894,2490,39,0,90,'2024-02-15 18:49:58',1,79.2,79.2,0,0,0,0),(11895,2490,40,0,90,'2024-02-15 18:49:58',1,79.2,79.2,0,0,0,0),(11896,2490,42,0,90,'2024-02-15 18:49:58',1,79.2,79.2,0,0,0,0),(11897,2490,49,0,90,'2024-02-15 18:49:58',1,79.2,79.2,0,0,0,0),(11898,2490,490,0,90,'2024-02-15 18:49:58',5,98,98,0,0,0,0),(11899,2490,45,0,90,'2024-02-15 18:49:58',1,42.24,42.24,0,0,0,0),(11900,2490,41,0,90,'2024-02-15 18:49:58',1,66.48,66.48,0,0,0,0),(11901,2490,43,0,90,'2024-02-15 18:49:58',1,79.2,79.2,0,0,0,0),(11903,2491,39,0,90,'2024-02-15 19:47:38',1,79.2,79.2,0,0,0,0),(11904,2491,40,0,90,'2024-02-15 19:47:38',1,79.2,79.2,0,0,0,0),(11905,2491,42,0,90,'2024-02-15 19:47:38',1,79.2,79.2,0,0,0,0),(11906,2491,43,0,90,'2024-02-15 19:47:38',2,158.4,158.4,0,0,0,0),(11907,2491,490,0,90,'2024-02-15 19:47:38',5,98,98,0,0,0,0),(11908,2491,38,0,90,'2024-02-15 19:47:38',2,331.52,331.52,0,0,0,0),(11909,2491,45,0,90,'2024-02-15 19:47:38',1,42.24,42.24,0,0,0,0),(11910,2491,41,0,90,'2024-02-15 19:47:38',1,66.48,66.48,0,0,0,0),(11912,2492,42,0,90,'2024-02-16 14:59:28',1,79.2,79.2,0,0,0,0),(11913,2492,49,0,90,'2024-02-16 14:59:28',1,79.2,79.2,0,0,0,0),(11914,2492,490,0,90,'2024-02-16 14:59:28',6,117.6,117.6,0,0,0,0),(11915,2492,2110,0,90,'2024-02-16 14:59:28',1,71.4,71.4,0,0,0,0),(11916,2492,2113,0,90,'2024-02-16 14:59:28',1,172,172,0,0,0,0),(11917,2492,41,0,90,'2024-02-16 14:59:28',1,66.48,66.48,0,0,0,0),(11918,2492,45,0,90,'2024-02-16 14:59:28',1,42.24,42.24,0,0,0,0),(11920,2493,43,0,90,'2024-02-16 15:15:22',2,158.4,158.4,0,0,0,0),(11921,2493,490,0,90,'2024-02-16 15:15:22',7,137.2,137.2,0,0,0,0),(11922,2493,2110,0,90,'2024-02-16 15:15:22',1,71.4,71.4,0,0,0,0),(11923,2493,2113,0,90,'2024-02-16 15:15:22',1,172,172,0,0,0,0),(11924,2493,41,0,90,'2024-02-16 15:15:22',1,66.48,66.48,0,0,0,0),(11926,2494,49,0,70,'2024-02-16 15:43:06',6,475.2,475.2,0,0,0,0),(11927,2494,116,0,70,'2024-02-16 15:43:06',1,145.44,145.44,0,0,0,0),(11928,2494,41,0,70,'2024-02-16 15:43:06',4,265.92,265.92,0,0,0,0),(11930,2495,2110,0,11,'2024-02-16 17:25:49',3,214.2,214.2,0,0,0,0),(11931,2495,2113,0,11,'2024-02-16 17:25:49',2,344,344,0,0,0,0),(11932,2495,45,0,11,'2024-02-16 17:25:49',4,168.96,168.96,0,0,0,0),(11933,2495,490,0,11,'2024-02-16 17:25:49',10,196,196,0,0,0,0),(11934,2495,49,0,11,'2024-02-16 17:25:49',1,79.2,79.2,0,0,0,0),(11935,2495,487,0,11,'2024-02-16 17:25:49',5,156.75,156.75,0,0,0,0),(11937,2496,23,0,57,'2024-02-16 22:53:22',1,68.54,68.54,0,0,0,0),(11938,2496,38,0,57,'2024-02-16 22:53:22',1,165.76,165.76,0,0,0,0),(11939,2496,2110,0,57,'2024-02-16 22:53:22',1,71.4,71.4,0,0,0,0),(11940,2496,2113,0,57,'2024-02-16 22:53:22',1,172,172,0,0,0,0),(11941,2496,41,0,57,'2024-02-16 22:53:22',2,132.96,132.96,0,0,0,0),(11942,2496,490,0,57,'2024-02-16 22:53:22',6,117.6,117.6,0,0,0,0),(11944,2497,41,0,30,'2024-02-17 00:28:05',2,132.96,147.13,0,0,14.17,0),(11946,2498,49,0,92,'2024-02-17 18:06:18',3,237.6,237.6,0,0,0,0),(11947,2498,39,0,92,'2024-02-17 18:06:18',3,237.6,237.6,0,0,0,0),(11948,2498,41,0,92,'2024-02-17 18:06:18',1,66.48,66.48,0,0,0,0),(11949,2498,2110,0,92,'2024-02-17 18:06:18',1,71.4,71.4,0,0,0,0),(11950,2498,2113,0,92,'2024-02-17 18:06:18',1,172,172,0,0,0,0),(11951,2498,42,0,92,'2024-02-17 18:06:18',1,79.2,79.2,0,0,0,0),(11952,2498,2400,0,92,'2024-02-17 18:06:18',2,372.6,372.6,0,0,0,0),(11953,2498,44,0,92,'2024-02-17 18:06:18',2,232.32,232.32,0,0,0,0),(11954,2498,49,0,92,'2024-02-17 18:06:18',1,79.2,79.2,0,0,0,0),(11955,2498,39,0,92,'2024-02-17 18:06:18',1,79.2,79.2,0,0,0,0),(11956,2498,40,0,92,'2024-02-17 18:06:18',1,79.2,79.2,0,0,0,0),(11958,2499,49,0,32,'2024-02-17 22:48:23',3,237.6,268.44,0,0,30.84,0),(11960,2500,41,0,42,'2024-02-17 23:36:40',1,66.48,66.48,0,0,0,0),(11961,2500,49,0,42,'2024-02-17 23:36:40',2,158.4,158.4,0,0,0,0),(11962,2500,44,0,42,'2024-02-17 23:36:40',3,348.48,348.48,0,0,0,0),(11963,2500,95,0,42,'2024-02-17 23:36:40',1,0,0,0,0,0,0),(11965,2501,2110,0,101,'2024-02-21 17:43:26',2,142.8,142.8,0,0,0,0),(11966,2501,41,0,101,'2024-02-21 17:43:26',3,199.44,199.44,0,0,0,0),(11967,2501,42,0,101,'2024-02-21 17:43:26',1,79.2,79.2,0,0,0,0),(11968,2501,45,0,101,'2024-02-21 17:43:26',1,42.24,42.24,0,0,0,0),(11969,2501,39,0,101,'2024-02-21 17:43:26',1,79.2,79.2,0,0,0,0),(11970,2501,40,0,101,'2024-02-21 17:43:26',1,79.2,79.2,0,0,0,0),(11971,2501,120,0,101,'2024-02-21 17:43:26',1,52.8,52.8,0,0,0,0),(11972,2501,43,0,101,'2024-02-21 17:43:26',1,79.2,79.2,0,0,0,0),(11973,2501,49,0,101,'2024-02-21 17:43:26',1,79.2,79.2,0,0,0,0),(11974,2501,490,0,101,'2024-02-21 17:43:26',10,196,196,0,0,0,0),(11975,2501,488,0,101,'2024-02-21 17:43:26',1,31.35,31.35,0,0,0,0),(11976,2501,487,0,101,'2024-02-21 17:43:26',1,31.35,31.35,0,0,0,0),(11977,2501,133,0,101,'2024-02-21 17:43:26',5,71.5,71.5,0,0,0,0),(11978,2501,318,0,101,'2024-02-21 17:43:26',5,15,15,0,0,0,0),(11980,2502,99,0,14,'2024-02-21 23:32:18',2,0,5.06,0,0,5.06,0),(11981,2502,93,0,14,'2024-02-21 23:32:18',4,0,10.12,0,0,10.12,0),(11983,2503,38,0,52,'2024-02-23 15:41:45',6,994.56,994.56,0,0,0,0),(11984,2503,2110,0,52,'2024-02-23 15:41:45',6,428.4,428.4,0,0,0,0),(11985,2503,41,0,52,'2024-02-23 15:41:45',6,398.88,398.88,0,0,0,0),(11986,2503,45,0,52,'2024-02-23 15:41:45',3,126.72,126.72,0,0,0,0),(11987,2503,51,0,52,'2024-02-23 15:41:45',2,295.68,295.68,0,0,0,0),(11988,2503,43,0,52,'2024-02-23 15:41:45',4,316.8,316.8,0,0,0,0),(11989,2503,49,0,52,'2024-02-23 15:41:45',4,316.8,316.8,0,0,0,0),(11990,2503,488,0,52,'2024-02-23 15:41:45',2,62.7,62.7,0,0,0,0),(11991,2503,131,0,52,'2024-02-23 15:41:45',5,63.25,63.25,0,0,0,0),(11992,2503,44,0,52,'2024-02-23 15:41:45',3,348.48,348.48,0,0,0,0),(11994,2504,2110,0,95,'2024-02-23 21:48:03',4,285.6,285.6,0,0,0,0),(11995,2504,2113,0,95,'2024-02-23 21:48:03',3,516,516,0,0,0,0),(11996,2504,41,0,95,'2024-02-23 21:48:03',7,465.36,465.36,0,0,0,0),(11997,2504,2408,0,95,'2024-02-23 21:48:03',4,597.36,597.36,0,0,0,0),(11998,2504,43,0,95,'2024-02-23 21:48:03',3,237.6,237.6,0,0,0,0),(11999,2504,487,0,95,'2024-02-23 21:48:03',5,156.75,156.75,0,0,0,0),(12000,2504,490,0,95,'2024-02-23 21:48:03',30,588,588,0,0,0,0),(12001,2504,2400,0,95,'2024-02-23 21:48:03',2,372.6,372.6,0,0,0,0),(12002,2504,44,0,95,'2024-02-23 21:48:03',2,232.32,232.32,0,0,0,0),(12004,2505,41,0,39,'2024-02-24 15:08:01',2,132.96,138.935,0,0,5.975,0),(12005,2505,49,0,39,'2024-02-24 15:08:01',2,158.4,164.375,0,0,5.975,0),(12006,2505,489,0,39,'2024-02-24 15:08:01',10,190.4,220.275,0,0,29.875,0),(12007,2505,487,0,39,'2024-02-24 15:08:01',2,62.7,68.675,0,0,5.975,0),(12009,2506,41,0,21,'2024-02-26 15:46:41',4,265.92,270.928571,0,0,5.008571,0),(12010,2506,148,0,21,'2024-02-26 15:46:41',10,82.5,95.021429,0,0,12.521429,0),(12012,2507,23,0,79,'2024-02-26 15:53:14',5,342.7,342.7,0,0,0,0),(12013,2507,43,0,79,'2024-02-26 15:53:14',1,79.2,79.2,0,0,0,0),(12014,2507,490,0,79,'2024-02-26 15:53:14',6,117.6,117.6,0,0,0,0),(12016,2508,2110,0,63,'2024-02-26 19:01:00',5,357,357,0,0,0,0),(12017,2508,2110,0,63,'2024-02-26 19:01:00',1,71.4,71.4,0,0,0,0),(12018,2508,49,0,63,'2024-02-26 19:01:00',2,158.4,158.4,0,0,0,0),(12020,2509,2113,0,25,'2024-02-26 23:27:20',1,172,179.419091,0,0,7.419091,0),(12021,2509,41,0,25,'2024-02-26 23:27:20',1,66.48,73.899091,0,0,7.419091,0),(12022,2509,2408,0,25,'2024-02-26 23:27:20',1,149.34,156.759091,0,0,7.419091,0),(12023,2509,488,0,25,'2024-02-26 23:27:20',1,31.35,38.769091,0,0,7.419091,0),(12024,2509,487,0,25,'2024-02-26 23:27:20',1,31.35,38.769091,0,0,7.419091,0),(12025,2509,490,0,25,'2024-02-26 23:27:20',10,196,270.190909,0,0,74.190909,0),(12026,2509,103,0,25,'2024-02-26 23:27:20',1,8.4,15.819091,0,0,7.419091,0),(12027,2509,45,0,25,'2024-02-26 23:27:20',4,168.96,198.636364,0,0,29.676364,0),(12028,2509,2113,0,25,'2024-02-26 23:27:20',2,344,358.838182,0,0,14.838182,0),(12030,2510,41,0,33,'2024-02-27 02:03:27',1,66.48,69.335,0,0,2.855,0),(12031,2510,490,0,33,'2024-02-27 02:03:27',5,98,112.275,0,0,14.275,0),(12032,2510,488,0,33,'2024-02-27 02:03:27',2,62.7,68.41,0,0,5.71,0),(12038,2512,490,0,11,'2024-02-27 18:34:54',10,196,196,0,0,0,0),(12039,2512,116,0,11,'2024-02-27 18:34:54',1,145.44,145.44,0,0,0,0),(12040,2512,120,0,11,'2024-02-27 18:34:54',1,52.8,52.8,0,0,0,0),(12041,2512,49,0,11,'2024-02-27 18:34:54',2,158.4,158.4,0,0,0,0),(12047,2513,490,0,86,'2024-02-28 14:10:28',6,117.6,135.68,0,0,18.08,0),(12049,2514,43,0,11,'2024-02-28 19:49:58',1,79.2,79.2,0,0,0,0),(12050,2514,120,0,11,'2024-02-28 19:49:58',1,52.8,52.8,0,0,0,0),(12051,2514,49,0,11,'2024-02-28 19:49:58',1,79.2,79.2,0,0,0,0),(12052,2514,45,0,11,'2024-02-28 19:49:58',2,84.48,84.48,0,0,0,0),(12053,2514,490,0,11,'2024-02-28 19:49:58',10,196,196,0,0,0,0),(12054,2514,488,0,11,'2024-02-28 19:49:58',1,31.35,31.35,0,0,0,0),(12055,2514,487,0,11,'2024-02-28 19:49:58',1,31.35,31.35,0,0,0,0),(12057,2511,44,0,46,'2024-02-27 16:21:22',1,116.16,119.311429,0,0,3.151429,0),(12058,2511,490,0,46,'2024-02-27 16:21:22',5,98,113.757143,0,0,15.757143,0),(12059,2511,43,0,46,'2024-02-27 16:21:22',1,79.2,82.351429,0,0,3.151429,0),(12061,2515,2110,0,53,'2024-02-29 20:38:30',5,357,357,0,0,0,0),(12062,2515,490,0,53,'2024-02-29 20:38:30',10,196,196,0,0,0,0),(12064,2516,490,0,53,'2024-02-29 20:41:07',10,196,215.41,0,0,19.41,0),(12066,2517,2113,0,17,'2024-03-01 13:36:47',1,172,172,0,0,0,0),(12067,2517,41,0,17,'2024-03-01 13:36:47',1,66.48,66.48,0,0,0,0),(12068,2517,39,0,17,'2024-03-01 13:36:47',1,79.2,79.2,0,0,0,0),(12069,2517,44,0,17,'2024-03-01 13:36:47',2,232.32,232.32,0,0,0,0),(12070,2517,490,0,17,'2024-03-01 13:36:47',5,98,98,0,0,0,0),(12071,2517,487,0,17,'2024-03-01 13:36:47',1,31.35,31.35,0,0,0,0),(12073,2518,2110,0,64,'2024-03-03 15:11:22',2,142.8,142.8,0,0,0,0),(12074,2518,2113,0,64,'2024-03-03 15:11:22',2,344,344,0,0,0,0),(12075,2518,41,0,64,'2024-03-03 15:11:22',4,265.92,265.92,0,0,0,0),(12076,2518,45,0,64,'2024-03-03 15:11:22',2,84.48,84.48,0,0,0,0),(12077,2518,49,0,64,'2024-03-03 15:11:22',2,158.4,158.4,0,0,0,0),(12078,2518,490,0,64,'2024-03-03 15:11:22',10,196,196,0,0,0,0),(12079,2518,488,0,64,'2024-03-03 15:11:22',3,94.05,94.05,0,0,0,0),(12081,2519,2110,0,25,'2024-03-04 19:00:54',2,142.8,162.566667,0,0,19.766667,0),(12082,2519,49,0,25,'2024-03-04 19:00:54',1,79.2,89.083333,0,0,9.883333,0),(12084,2520,23,0,82,'2024-03-04 22:28:01',4,274.16,274.16,0,0,0,0),(12085,2520,41,0,82,'2024-03-04 22:28:01',3,199.44,199.44,0,0,0,0),(12086,2520,43,0,82,'2024-03-04 22:28:01',2,158.4,158.4,0,0,0,0),(12087,2520,490,0,82,'2024-03-04 22:28:01',6,117.6,117.6,0,0,0,0),(12088,2520,488,0,82,'2024-03-04 22:28:01',1,31.35,31.35,0,0,0,0),(12090,2522,2110,0,64,'2024-03-05 19:15:01',2,142.8,142.8,0,0,0,0),(12091,2522,2113,0,64,'2024-03-05 19:15:01',1,172,172,0,0,0,0),(12092,2522,45,0,64,'2024-03-05 19:15:01',1,42.24,42.24,0,0,0,0),(12093,2522,49,0,64,'2024-03-05 19:15:01',1,79.2,79.2,0,0,0,0),(12094,2522,490,0,64,'2024-03-05 19:15:01',8,156.8,156.8,0,0,0,0),(12095,2522,488,0,64,'2024-03-05 19:15:01',2,62.7,62.7,0,0,0,0),(12097,2523,2110,0,64,'2024-03-05 19:32:19',-2,0,0,0,0,0,0),(12098,2523,2113,0,64,'2024-03-05 19:32:19',-1,0,0,0,0,0,0),(12099,2523,45,0,64,'2024-03-05 19:32:19',-1,0,0,0,0,0,0),(12100,2523,49,0,64,'2024-03-05 19:32:19',-1,0,0,0,0,0,0),(12101,2523,490,0,64,'2024-03-05 19:32:19',-8,0,0,0,0,0,0),(12102,2523,488,0,64,'2024-03-05 19:32:19',-2,0,0,0,0,0,0),(12103,2524,2110,0,50,'2024-03-05 20:12:17',1,71.4,71.4,0,0,0,0),(12104,2524,2113,0,50,'2024-03-05 20:12:17',1,172,172,0,0,0,0),(12105,2524,41,0,50,'2024-03-05 20:12:17',5,332.4,332.4,0,0,0,0),(12106,2524,43,0,50,'2024-03-05 20:12:17',3,237.6,237.6,0,0,0,0),(12107,2524,490,0,50,'2024-03-05 20:12:17',20,392,392,0,0,0,0),(12108,2524,133,0,50,'2024-03-05 20:12:17',5,71.5,71.5,0,0,0,0),(12110,2525,93,0,63,'2024-03-05 20:20:53',20,0,97.59,0,0,97.59,0),(12113,2528,2110,0,64,'2024-03-05 21:59:58',2,142.8,142.8,0,0,0,0),(12114,2528,2113,0,64,'2024-03-05 21:59:58',1,172,172,0,0,0,0),(12115,2528,45,0,64,'2024-03-05 21:59:58',1,42.24,42.24,0,0,0,0),(12116,2528,49,0,64,'2024-03-05 21:59:58',1,79.2,79.2,0,0,0,0),(12117,2528,41,0,64,'2024-03-05 21:59:58',3,199.44,199.44,0,0,0,0),(12118,2528,490,0,64,'2024-03-05 21:59:58',8,156.8,156.8,0,0,0,0),(12119,2528,488,0,64,'2024-03-05 21:59:58',3,94.05,94.05,0,0,0,0),(12121,2529,41,0,80,'2024-03-06 00:19:16',6,398.88,398.88,0,0,0,0),(12122,2529,488,0,80,'2024-03-06 00:19:16',8,250.8,250.8,0,0,0,0),(12123,2529,44,0,80,'2024-03-06 00:19:16',3,348.48,348.48,0,0,0,0),(12124,2529,49,0,80,'2024-03-06 00:19:16',2,158.4,158.4,0,0,0,0),(12125,2529,43,0,80,'2024-03-06 00:19:16',2,158.4,158.4,0,0,0,0),(12127,2530,2110,0,12,'2024-03-06 16:09:40',2,142.8,142.8,0,0,0,0),(12128,2530,41,0,12,'2024-03-06 16:09:40',1,66.48,66.48,0,0,0,0),(12129,2530,2408,0,12,'2024-03-06 16:09:40',1,149.34,149.34,0,0,0,0),(12130,2530,49,0,12,'2024-03-06 16:09:40',1,79.2,79.2,0,0,0,0),(12131,2530,490,0,12,'2024-03-06 16:09:40',10,196,196,0,0,0,0),(12132,2530,487,0,12,'2024-03-06 16:09:40',1,31.35,31.35,0,0,0,0),(12133,2530,2113,0,12,'2024-03-06 16:09:40',1,172,172,0,0,0,0),(12135,2531,2110,0,12,'2024-03-06 16:14:10',1,71.4,71.4,0,0,0,0),(12136,2531,2113,0,12,'2024-03-06 16:14:10',1,172,172,0,0,0,0),(12137,2531,41,0,12,'2024-03-06 16:14:10',1,66.48,66.48,0,0,0,0),(12138,2531,44,0,12,'2024-03-06 16:14:10',1,116.16,116.16,0,0,0,0),(12139,2531,490,0,12,'2024-03-06 16:14:10',10,196,196,0,0,0,0),(12140,2531,487,0,12,'2024-03-06 16:14:10',1,31.35,31.35,0,0,0,0),(12142,2532,490,0,50,'2024-03-06 18:36:38',10,196,196,0,0,0,0),(12143,2532,133,0,50,'2024-03-06 18:36:38',10,143,143,0,0,0,0),(12144,2532,44,0,50,'2024-03-06 18:36:38',1,116.16,116.16,0,0,0,0),(12145,2532,43,0,50,'2024-03-06 18:36:38',2,158.4,158.4,0,0,0,0),(12146,2532,2110,0,50,'2024-03-06 18:36:38',1,71.4,71.4,0,0,0,0),(12147,2532,41,0,50,'2024-03-06 18:36:38',1,66.48,66.48,0,0,0,0),(12148,2532,45,0,50,'2024-03-06 18:36:38',1,42.24,42.24,0,0,0,0),(12150,2533,23,0,69,'2024-03-07 16:46:56',4,274.16,274.16,0,0,0,0),(12151,2533,42,0,69,'2024-03-07 16:46:56',2,158.4,158.4,0,0,0,0),(12152,2533,45,0,69,'2024-03-07 16:46:56',2,84.48,84.48,0,0,0,0),(12153,2533,51,0,69,'2024-03-07 16:46:56',1,147.84,147.84,0,0,0,0),(12154,2533,39,0,69,'2024-03-07 16:46:56',2,158.4,158.4,0,0,0,0),(12155,2533,40,0,69,'2024-03-07 16:46:56',2,158.4,158.4,0,0,0,0),(12156,2533,120,0,69,'2024-03-07 16:46:56',2,105.6,105.6,0,0,0,0),(12157,2533,43,0,69,'2024-03-07 16:46:56',2,158.4,158.4,0,0,0,0),(12158,2533,49,0,69,'2024-03-07 16:46:56',2,158.4,158.4,0,0,0,0),(12159,2533,44,0,69,'2024-03-07 16:46:56',2,232.32,232.32,0,0,0,0),(12160,2533,489,0,69,'2024-03-07 16:46:56',20,380.8,380.8,0,0,0,0),(12161,2533,133,0,69,'2024-03-07 16:46:56',4,57.2,57.2,0,0,0,0),(12163,2534,2110,0,62,'2024-03-08 01:45:12',2,142.8,142.8,0,0,0,0),(12164,2534,41,0,62,'2024-03-08 01:45:12',4,265.92,265.92,0,0,0,0),(12165,2534,45,0,62,'2024-03-08 01:45:12',2,84.48,84.48,0,0,0,0),(12166,2534,2408,0,62,'2024-03-08 01:45:12',1,149.34,149.34,0,0,0,0),(12167,2534,49,0,62,'2024-03-08 01:45:12',4,316.8,316.8,0,0,0,0),(12168,2534,44,0,62,'2024-03-08 01:45:12',3,348.48,348.48,0,0,0,0),(12169,2534,93,0,62,'2024-03-08 01:45:12',10,0,0,0,0,0,0),(12170,2534,320,0,62,'2024-03-08 01:45:12',7,26.25,26.25,0,0,0,0),(12171,2534,43,0,62,'2024-03-08 01:45:12',2,158.4,158.4,0,0,0,0),(12173,2535,44,0,11,'2024-03-08 17:38:49',1,116.16,116.16,0,0,0,0),(12174,2535,44,0,11,'2024-03-08 17:38:49',1,116.16,116.16,0,0,0,0),(12175,2535,41,0,11,'2024-03-08 17:38:49',1,66.48,66.48,0,0,0,0),(12176,2535,41,0,11,'2024-03-08 17:38:49',1,66.48,66.48,0,0,0,0),(12177,2535,2110,0,11,'2024-03-08 17:38:49',2,142.8,142.8,0,0,0,0),(12178,2535,2113,0,11,'2024-03-08 17:38:49',2,344,344,0,0,0,0),(12179,2535,49,0,11,'2024-03-08 17:38:49',2,158.4,158.4,0,0,0,0),(12181,2536,23,0,13,'2024-03-08 18:26:00',3,205.62,205.62,0,0,0,0),(12182,2536,38,0,13,'2024-03-08 18:26:00',3,497.28,497.28,0,0,0,0),(12183,2536,41,0,13,'2024-03-08 18:26:00',5,332.4,332.4,0,0,0,0),(12184,2536,45,0,13,'2024-03-08 18:26:00',4,168.96,168.96,0,0,0,0),(12185,2536,39,0,13,'2024-03-08 18:26:00',1,79.2,79.2,0,0,0,0),(12186,2536,40,0,13,'2024-03-08 18:26:00',1,79.2,79.2,0,0,0,0),(12187,2536,42,0,13,'2024-03-08 18:26:00',1,79.2,79.2,0,0,0,0),(12188,2536,103,0,13,'2024-03-08 18:26:00',1,8.4,8.4,0,0,0,0),(12189,2536,487,0,13,'2024-03-08 18:26:00',2,62.7,62.7,0,0,0,0),(12199,2537,38,0,57,'2024-03-09 16:42:33',1,165.76,165.76,0,0,0,0),(12200,2537,2113,0,57,'2024-03-09 16:42:33',1,172,172,0,0,0,0),(12201,2537,41,0,57,'2024-03-09 16:42:33',1,66.48,66.48,0,0,0,0),(12202,2537,45,0,57,'2024-03-09 16:42:33',1,42.24,42.24,0,0,0,0),(12203,2537,490,0,57,'2024-03-09 16:42:33',10,196,196,0,0,0,0),(12204,2537,23,0,57,'2024-03-09 16:42:33',2,137.08,137.08,0,0,0,0),(12205,2537,2110,0,57,'2024-03-09 16:42:33',1,71.4,71.4,0,0,0,0),(12207,2538,2110,0,11,'2024-03-09 20:14:57',2,142.8,142.8,0,0,0,0),(12208,2538,45,0,11,'2024-03-09 20:14:57',2,84.48,84.48,0,0,0,0),(12209,2538,44,0,11,'2024-03-09 20:14:57',1,116.16,116.16,0,0,0,0),(12210,2538,2408,0,11,'2024-03-09 20:14:57',2,298.68,298.68,0,0,0,0),(12211,2538,39,0,11,'2024-03-09 20:14:57',1,79.2,79.2,0,0,0,0),(12212,2538,40,0,11,'2024-03-09 20:14:57',1,79.2,79.2,0,0,0,0),(12213,2538,43,0,11,'2024-03-09 20:14:57',2,158.4,158.4,0,0,0,0),(12214,2538,49,0,11,'2024-03-09 20:14:57',1,79.2,79.2,0,0,0,0),(12215,2538,41,0,11,'2024-03-09 20:14:57',1,66.48,66.48,0,0,0,0),(12216,2538,488,0,11,'2024-03-09 20:14:57',1,31.35,31.35,0,0,0,0),(12217,2538,487,0,11,'2024-03-09 20:14:57',1,31.35,31.35,0,0,0,0),(12218,2538,490,0,11,'2024-03-09 20:14:57',10,196,196,0,0,0,0),(12220,2539,2110,0,26,'2024-03-11 15:03:39',2,142.8,142.8,0,0,0,0),(12221,2539,43,0,26,'2024-03-11 15:03:39',2,158.4,158.4,0,0,0,0),(12222,2539,49,0,26,'2024-03-11 15:03:39',2,158.4,158.4,0,0,0,0),(12223,2539,490,0,26,'2024-03-11 15:03:39',5,98,98,0,0,0,0),(12225,2541,488,0,101,'2024-03-11 21:51:48',4,125.4,145.46,0,0,20.06,0),(12227,2542,41,0,25,'2024-03-12 00:27:11',2,132.96,132.96,0,0,0,0),(12228,2542,2408,0,25,'2024-03-12 00:27:11',1,149.34,149.34,0,0,0,0),(12229,2542,39,0,25,'2024-03-12 00:27:11',1,79.2,79.2,0,0,0,0),(12230,2542,44,0,25,'2024-03-12 00:27:11',1,116.16,116.16,0,0,0,0),(12231,2542,45,0,25,'2024-03-12 00:27:11',5,211.2,211.2,0,0,0,0),(12232,2542,42,0,25,'2024-03-12 00:27:11',1,79.2,79.2,0,0,0,0),(12233,2542,490,0,25,'2024-03-12 00:27:11',5,98,98,0,0,0,0),(12234,2542,2110,0,25,'2024-03-12 00:27:11',1,71.4,71.4,0,0,0,0),(12236,2543,23,0,6,'2024-03-14 18:37:44',2,137.08,137.08,0,0,0,0),(12237,2543,38,0,6,'2024-03-14 18:37:44',2,331.52,331.52,0,0,0,0),(12238,2543,41,0,6,'2024-03-14 18:37:44',2,132.96,132.96,0,0,0,0),(12239,2543,39,0,6,'2024-03-14 18:37:44',2,158.4,158.4,0,0,0,0),(12240,2543,40,0,6,'2024-03-14 18:37:44',1,79.2,79.2,0,0,0,0),(12241,2543,120,0,6,'2024-03-14 18:37:44',1,52.8,52.8,0,0,0,0),(12242,2543,43,0,6,'2024-03-14 18:37:44',1,79.2,79.2,0,0,0,0),(12243,2543,49,0,6,'2024-03-14 18:37:44',2,158.4,158.4,0,0,0,0),(12244,2543,93,0,6,'2024-03-14 18:37:44',7,0,0,0,0,0,0),(12246,2544,23,0,70,'2024-03-15 16:49:44',2,137.08,137.08,0,0,0,0),(12247,2544,42,0,70,'2024-03-15 16:49:44',2,158.4,158.4,0,0,0,0),(12248,2544,41,0,70,'2024-03-15 16:49:44',2,132.96,132.96,0,0,0,0),(12249,2544,49,0,70,'2024-03-15 16:49:44',5,396,396,0,0,0,0),(12251,2545,2113,0,80,'2024-03-15 18:30:26',2,344,344,0,0,0,0),(12252,2545,42,0,80,'2024-03-15 18:30:26',2,158.4,158.4,0,0,0,0),(12253,2545,41,0,80,'2024-03-15 18:30:26',15,997.2,997.2,0,0,0,0),(12254,2545,2408,0,80,'2024-03-15 18:30:26',2,298.68,298.68,0,0,0,0),(12256,2546,23,0,49,'2024-03-15 19:02:44',2,137.08,139.801429,0,0,2.721429,0),(12257,2546,41,0,49,'2024-03-15 19:02:44',2,132.96,135.681429,0,0,2.721429,0),(12258,2546,488,0,49,'2024-03-15 19:02:44',1,31.35,32.710714,0,0,1.360714,0),(12259,2546,148,0,49,'2024-03-15 19:02:44',9,74.25,86.496429,0,0,12.246429,0),(12261,2547,120,0,79,'2024-03-15 19:28:31',1,52.8,52.8,0,0,0,0),(12262,2547,43,0,79,'2024-03-15 19:28:31',1,79.2,79.2,0,0,0,0),(12263,2547,49,0,79,'2024-03-15 19:28:31',1,79.2,79.2,0,0,0,0),(12264,2547,23,0,79,'2024-03-15 19:28:31',4,274.16,274.16,0,0,0,0),(12265,2547,45,0,79,'2024-03-15 19:28:31',1,42.24,42.24,0,0,0,0),(12267,2548,2110,0,80,'2024-03-15 21:40:16',4,285.6,285.6,0,0,0,0),(12268,2548,43,0,80,'2024-03-15 21:40:16',2,158.4,158.4,0,0,0,0),(12269,2548,49,0,80,'2024-03-15 21:40:16',2,158.4,158.4,0,0,0,0),(12270,2548,2113,0,80,'2024-03-15 21:40:16',2,344,344,0,0,0,0),(12271,2548,41,0,80,'2024-03-15 21:40:16',5,332.4,332.4,0,0,0,0),(12273,2549,45,0,12,'2024-03-16 17:48:30',2,84.48,84.48,0,0,0,0),(12274,2549,2110,0,12,'2024-03-16 17:48:30',4,285.6,285.6,0,0,0,0),(12275,2549,2113,0,12,'2024-03-16 17:48:30',1,172,172,0,0,0,0),(12277,2550,45,0,32,'2024-03-16 18:31:30',1,42.24,49.884,0,0,7.644,0),(12278,2550,49,0,32,'2024-03-16 18:31:30',2,158.4,173.688,0,0,15.288,0),(12279,2550,488,0,32,'2024-03-16 18:31:30',1,31.35,38.994,0,0,7.644,0),(12280,2550,487,0,32,'2024-03-16 18:31:30',1,31.35,38.994,0,0,7.644,0),(12282,2551,41,0,53,'2024-03-17 14:09:21',4,265.92,265.92,0,0,0,0),(12283,2551,40,0,53,'2024-03-17 14:09:21',1,79.2,79.2,0,0,0,0),(12284,2551,39,0,53,'2024-03-17 14:09:21',1,79.2,79.2,0,0,0,0),(12285,2551,45,0,53,'2024-03-17 14:09:21',1,42.24,42.24,0,0,0,0),(12286,2551,133,0,53,'2024-03-17 14:09:21',3,42.9,42.9,0,0,0,0),(12288,2552,39,0,53,'2024-03-17 15:48:23',1,79.2,90.475,0,0,11.275,0),(12289,2552,40,0,53,'2024-03-17 15:48:23',1,79.2,90.475,0,0,11.275,0),(12291,2553,43,0,11,'2024-03-17 16:57:06',3,237.6,237.6,0,0,0,0),(12292,2553,488,0,11,'2024-03-17 16:57:06',1,31.35,31.35,0,0,0,0),(12293,2553,487,0,11,'2024-03-17 16:57:06',1,31.35,31.35,0,0,0,0),(12294,2553,490,0,11,'2024-03-17 16:57:06',10,196,196,0,0,0,0),(12295,2553,45,0,11,'2024-03-17 16:57:06',4,168.96,168.96,0,0,0,0),(12297,2554,42,0,90,'2024-03-18 17:50:01',1,79.2,79.2,0,0,0,0),(12298,2554,43,0,90,'2024-03-18 17:50:01',1,79.2,79.2,0,0,0,0),(12299,2554,487,0,90,'2024-03-18 17:50:01',2,62.7,62.7,0,0,0,0),(12300,2554,490,0,90,'2024-03-18 17:50:01',12,235.2,235.2,0,0,0,0),(12301,2554,23,0,90,'2024-03-18 17:50:01',2,137.08,137.08,0,0,0,0),(12302,2554,45,0,90,'2024-03-18 17:50:01',2,84.48,84.48,0,0,0,0),(12303,2554,41,0,90,'2024-03-18 17:50:01',1,66.48,66.48,0,0,0,0),(12305,2555,42,0,90,'2024-03-18 17:53:46',1,79.2,79.2,0,0,0,0),(12306,2555,43,0,90,'2024-03-18 17:53:46',1,79.2,79.2,0,0,0,0),(12307,2555,487,0,90,'2024-03-18 17:53:46',2,62.7,62.7,0,0,0,0),(12308,2555,490,0,90,'2024-03-18 17:53:46',12,235.2,235.2,0,0,0,0),(12309,2555,23,0,90,'2024-03-18 17:53:46',2,137.08,137.08,0,0,0,0),(12310,2555,45,0,90,'2024-03-18 17:53:46',2,84.48,84.48,0,0,0,0),(12311,2555,41,0,90,'2024-03-18 17:53:46',1,66.48,66.48,0,0,0,0),(12313,2556,42,0,90,'2024-03-18 18:02:12',1,79.2,79.2,0,0,0,0),(12314,2556,39,0,90,'2024-03-18 18:02:12',1,79.2,79.2,0,0,0,0),(12315,2556,40,0,90,'2024-03-18 18:02:12',1,79.2,79.2,0,0,0,0),(12316,2556,43,0,90,'2024-03-18 18:02:12',1,79.2,79.2,0,0,0,0),(12317,2556,490,0,90,'2024-03-18 18:02:12',10,196,196,0,0,0,0),(12318,2556,2113,0,90,'2024-03-18 18:02:12',2,344,344,0,0,0,0),(12319,2556,45,0,90,'2024-03-18 18:02:12',1,42.24,42.24,0,0,0,0),(12320,2556,41,0,90,'2024-03-18 18:02:12',1,66.48,66.48,0,0,0,0),(12322,2557,49,0,90,'2024-03-18 18:09:47',1,79.2,79.2,0,0,0,0),(12323,2557,487,0,90,'2024-03-18 18:09:47',1,31.35,31.35,0,0,0,0),(12324,2557,488,0,90,'2024-03-18 18:09:47',1,31.35,31.35,0,0,0,0),(12325,2557,490,0,90,'2024-03-18 18:09:47',6,117.6,117.6,0,0,0,0),(12326,2557,2113,0,90,'2024-03-18 18:09:47',1,172,172,0,0,0,0),(12327,2557,45,0,90,'2024-03-18 18:09:47',2,84.48,84.48,0,0,0,0),(12328,2557,41,0,90,'2024-03-18 18:09:47',1,66.48,66.48,0,0,0,0),(12330,2558,42,0,90,'2024-03-18 18:16:48',2,158.4,158.4,0,0,0,0),(12331,2558,487,0,90,'2024-03-18 18:16:48',1,31.35,31.35,0,0,0,0),(12332,2558,488,0,90,'2024-03-18 18:16:48',1,31.35,31.35,0,0,0,0),(12333,2558,490,0,90,'2024-03-18 18:16:48',9,176.4,176.4,0,0,0,0),(12334,2558,2110,0,90,'2024-03-18 18:16:48',1,71.4,71.4,0,0,0,0),(12335,2558,45,0,90,'2024-03-18 18:16:48',1,42.24,42.24,0,0,0,0),(12337,2559,41,0,92,'2024-03-19 13:34:09',2,132.96,132.96,0,0,0,0),(12338,2559,40,0,92,'2024-03-19 13:34:09',2,158.4,158.4,0,0,0,0),(12339,2559,49,0,92,'2024-03-19 13:34:09',3,237.6,237.6,0,0,0,0),(12340,2559,39,0,92,'2024-03-19 13:34:09',2,158.4,158.4,0,0,0,0),(12342,2560,23,0,79,'2024-03-19 16:23:48',1,68.54,68.54,0,0,0,0),(12343,2560,120,0,79,'2024-03-19 16:23:48',1,52.8,52.8,0,0,0,0),(12344,2560,43,0,79,'2024-03-19 16:23:48',2,158.4,158.4,0,0,0,0),(12345,2560,44,0,79,'2024-03-19 16:23:48',2,232.32,232.32,0,0,0,0),(12347,2564,2113,0,100,'2024-03-19 19:36:47',1,172,175.3625,0,0,3.3625,0),(12348,2564,43,0,100,'2024-03-19 19:36:47',2,158.4,165.125,0,0,6.725,0),(12349,2564,490,0,100,'2024-03-19 19:36:47',5,98,114.8125,0,0,16.8125,0),(12351,2565,2110,0,101,'2024-03-19 19:41:45',3,214.2,214.2,0,0,0,0),(12352,2565,41,0,101,'2024-03-19 19:41:45',4,265.92,265.92,0,0,0,0),(12353,2565,2408,0,101,'2024-03-19 19:41:45',2,298.68,298.68,0,0,0,0),(12354,2565,488,0,101,'2024-03-19 19:41:45',3,94.05,94.05,0,0,0,0),(12355,2565,133,0,101,'2024-03-19 19:41:45',6,85.8,85.8,0,0,0,0),(12356,2565,318,0,101,'2024-03-19 19:41:45',10,30,30,0,0,0,0),(12357,2565,120,0,101,'2024-03-19 19:41:45',3,158.4,158.4,0,0,0,0),(12359,2566,137,0,21,'2024-03-21 22:43:26',15,90.75,104.5125,0,0,13.7625,0),(12360,2566,41,0,21,'2024-03-21 22:43:26',5,332.4,336.9875,0,0,4.5875,0),(12368,2567,23,0,79,'2024-03-22 16:40:35',4,274.16,274.16,0,0,0,0),(12369,2567,44,0,79,'2024-03-22 16:40:35',3,348.48,348.48,0,0,0,0),(12370,2567,49,0,79,'2024-03-22 16:40:35',1,79.2,79.2,0,0,0,0),(12371,2567,490,0,79,'2024-03-22 16:40:35',5,98,98,0,0,0,0),(12372,2567,43,0,79,'2024-03-22 16:40:35',1,79.2,79.2,0,0,0,0),(12374,2568,488,0,25,'2024-03-22 22:32:21',3,94.05,119.841818,0,0,25.791818,0),(12375,2568,490,0,25,'2024-03-22 22:32:21',6,117.6,169.183636,0,0,51.583636,0),(12376,2568,2113,0,25,'2024-03-22 22:32:21',1,172,180.597273,0,0,8.597273,0),(12377,2568,120,0,25,'2024-03-22 22:32:21',1,52.8,61.397273,0,0,8.597273,0),(12379,2569,23,0,69,'2024-03-25 12:47:03',3,205.62,205.62,0,0,0,0),(12380,2569,45,0,69,'2024-03-25 12:47:03',1,42.24,42.24,0,0,0,0),(12381,2569,43,0,69,'2024-03-25 12:47:03',2,158.4,158.4,0,0,0,0),(12382,2569,49,0,69,'2024-03-25 12:47:03',2,158.4,158.4,0,0,0,0),(12383,2569,489,0,69,'2024-03-25 12:47:03',30,571.2,571.2,0,0,0,0),(12385,2570,45,0,86,'2024-03-25 16:44:20',2,84.48,95.4,0,0,10.92,0),(12386,2570,490,0,86,'2024-03-25 16:44:20',2,39.2,50.12,0,0,10.92,0),(12388,2571,41,0,55,'2024-03-26 19:23:59',2,132.96,138.55,0,0,5.59,0),(12389,2571,490,0,55,'2024-03-26 19:23:59',3,58.8,67.185,0,0,8.385,0),(12390,2571,49,0,55,'2024-03-26 19:23:59',1,79.2,81.995,0,0,2.795,0),(12392,2572,2110,0,17,'2024-04-01 15:33:30',1,71.4,71.4,0,0,0,0),(12393,2572,41,0,17,'2024-04-01 15:33:30',1,66.48,66.48,0,0,0,0),(12394,2572,40,0,17,'2024-04-01 15:33:30',1,79.2,79.2,0,0,0,0),(12395,2572,44,0,17,'2024-04-01 15:33:30',1,116.16,116.16,0,0,0,0),(12396,2572,43,0,17,'2024-04-01 15:33:30',1,79.2,79.2,0,0,0,0),(12397,2572,490,0,17,'2024-04-01 15:33:30',5,98,98,0,0,0,0),(12399,2574,120,0,53,'2024-04-01 19:56:59',2,105.6,112.128182,0,0,6.528182,0),(12400,2574,490,0,53,'2024-04-01 19:56:59',10,196,228.640909,0,0,32.640909,0),(12401,2574,318,0,53,'2024-04-01 19:56:59',10,30,62.640909,0,0,32.640909,0),(12403,2575,489,0,39,'2024-04-01 21:28:39',10,190.4,241.635714,0,0,51.235714,0),(12404,2575,487,0,39,'2024-04-01 21:28:39',4,125.4,145.894286,0,0,20.494286,0),(12406,2576,488,0,80,'2024-04-02 16:26:19',8,250.8,250.8,0,0,0,0),(12407,2576,43,0,80,'2024-04-02 16:26:19',2,158.4,158.4,0,0,0,0),(12408,2576,39,0,80,'2024-04-02 16:26:19',2,158.4,158.4,0,0,0,0),(12409,2576,2110,0,80,'2024-04-02 16:26:19',2,142.8,142.8,0,0,0,0),(12411,2577,49,0,11,'2024-04-02 21:45:21',1,79.2,79.2,0,0,0,0),(12412,2577,2110,0,11,'2024-04-02 21:45:21',1,71.4,71.4,0,0,0,0),(12413,2577,45,0,11,'2024-04-02 21:45:21',2,84.48,84.48,0,0,0,0),(12414,2577,45,0,11,'2024-04-02 21:45:21',2,84.48,84.48,0,0,0,0),(12415,2577,44,0,11,'2024-04-02 21:45:21',2,232.32,232.32,0,0,0,0),(12416,2577,490,0,11,'2024-04-02 21:45:21',10,196,196,0,0,0,0),(12417,2577,488,0,11,'2024-04-02 21:45:21',1,31.35,31.35,0,0,0,0),(12418,2577,487,0,11,'2024-04-02 21:45:21',1,31.35,31.35,0,0,0,0),(12420,2578,490,0,11,'2024-04-02 22:19:10',10,196,196,0,0,0,0),(12421,2578,43,0,11,'2024-04-02 22:19:10',2,158.4,158.4,0,0,0,0),(12422,2578,2110,0,11,'2024-04-02 22:19:10',1,71.4,71.4,0,0,0,0),(12423,2578,44,0,11,'2024-04-02 22:19:10',1,116.16,116.16,0,0,0,0),(12424,2578,2400,0,11,'2024-04-02 22:19:10',1,186.3,186.3,0,0,0,0),(12425,2578,45,0,11,'2024-04-02 22:19:10',1,42.24,42.24,0,0,0,0),(12426,2578,487,0,11,'2024-04-02 22:19:10',1,31.35,31.35,0,0,0,0),(12428,2579,42,0,12,'2024-04-03 19:53:31',1,79.2,79.2,0,0,0,0),(12429,2579,41,0,12,'2024-04-03 19:53:31',2,132.96,132.96,0,0,0,0),(12430,2579,45,0,12,'2024-04-03 19:53:31',2,84.48,84.48,0,0,0,0),(12431,2579,2400,0,12,'2024-04-03 19:53:31',1,186.3,186.3,0,0,0,0),(12432,2579,2408,0,12,'2024-04-03 19:53:31',2,298.68,298.68,0,0,0,0),(12433,2579,120,0,12,'2024-04-03 19:53:31',1,52.8,52.8,0,0,0,0),(12434,2579,43,0,12,'2024-04-03 19:53:31',1,79.2,79.2,0,0,0,0),(12435,2579,49,0,12,'2024-04-03 19:53:31',1,79.2,79.2,0,0,0,0),(12436,2579,490,0,12,'2024-04-03 19:53:31',10,196,196,0,0,0,0),(12437,2579,487,0,12,'2024-04-03 19:53:31',2,62.7,62.7,0,0,0,0),(12439,2580,2110,0,95,'2024-04-04 18:25:59',6,428.4,428.4,0,0,0,0),(12440,2580,2113,0,95,'2024-04-04 18:25:59',2,344,344,0,0,0,0),(12441,2580,41,0,95,'2024-04-04 18:25:59',6,398.88,398.88,0,0,0,0),(12442,2580,2408,0,95,'2024-04-04 18:25:59',5,746.7,746.7,0,0,0,0),(12443,2580,43,0,95,'2024-04-04 18:25:59',4,316.8,316.8,0,0,0,0),(12444,2580,490,0,95,'2024-04-04 18:25:59',60,1176,1176,0,0,0,0),(12445,2580,487,0,95,'2024-04-04 18:25:59',5,156.75,156.75,0,0,0,0),(12447,2581,490,0,50,'2024-04-05 03:12:32',20,392,392,0,0,0,0),(12448,2581,133,0,50,'2024-04-05 03:12:32',10,143,143,0,0,0,0),(12450,2582,45,0,102,'2024-04-05 21:12:37',3,126.72,149.78,0,0,23.06,0),(12451,2582,49,0,102,'2024-04-05 21:12:37',3,237.6,260.66,0,0,23.06,0),(12453,2583,2110,0,85,'2024-04-08 04:25:52',12,856.8,856.8,0,0,0,0),(12454,2583,2113,0,85,'2024-04-08 04:25:52',8,1376,1376,0,0,0,0),(12455,2583,45,0,85,'2024-04-08 04:25:52',3,126.72,126.72,0,0,0,0),(12456,2583,43,0,85,'2024-04-08 04:25:52',6,475.2,475.2,0,0,0,0),(12457,2583,49,0,85,'2024-04-08 04:25:52',3,237.6,237.6,0,0,0,0),(12459,2585,41,0,92,'2024-04-08 15:22:44',2,132.96,132.96,0,0,0,0),(12460,2585,49,0,92,'2024-04-08 15:22:44',3,237.6,237.6,0,0,0,0),(12461,2585,39,0,92,'2024-04-08 15:22:44',2,158.4,158.4,0,0,0,0),(12462,2585,40,0,92,'2024-04-08 15:22:44',3,237.6,237.6,0,0,0,0),(12464,2586,41,0,46,'2024-04-08 16:59:33',1,66.48,69.597778,0,0,3.117778,0),(12465,2586,44,0,46,'2024-04-08 16:59:33',1,116.16,119.277778,0,0,3.117778,0),(12466,2586,43,0,46,'2024-04-08 16:59:33',2,158.4,164.635556,0,0,6.235556,0),(12467,2586,490,0,46,'2024-04-08 16:59:33',5,98,113.588889,0,0,15.588889,0),(12469,2587,23,0,79,'2024-04-08 19:26:57',4,274.16,274.16,0,0,0,0),(12470,2587,44,0,79,'2024-04-08 19:26:57',2,232.32,232.32,0,0,0,0),(12472,2588,2110,0,12,'2024-04-08 21:44:29',1,71.4,71.4,0,0,0,0),(12473,2588,2113,0,12,'2024-04-08 21:44:29',2,344,344,0,0,0,0),(12474,2588,42,0,12,'2024-04-08 21:44:29',1,79.2,79.2,0,0,0,0),(12475,2588,41,0,12,'2024-04-08 21:44:29',2,132.96,132.96,0,0,0,0),(12476,2588,45,0,12,'2024-04-08 21:44:29',1,42.24,42.24,0,0,0,0),(12477,2588,2408,0,12,'2024-04-08 21:44:29',2,298.68,298.68,0,0,0,0),(12478,2588,120,0,12,'2024-04-08 21:44:29',1,52.8,52.8,0,0,0,0),(12479,2588,43,0,12,'2024-04-08 21:44:29',1,79.2,79.2,0,0,0,0),(12480,2588,49,0,12,'2024-04-08 21:44:29',1,79.2,79.2,0,0,0,0),(12481,2588,490,0,12,'2024-04-08 21:44:29',10,196,196,0,0,0,0),(12482,2588,487,0,12,'2024-04-08 21:44:29',2,62.7,62.7,0,0,0,0),(12484,2589,23,0,79,'2024-04-10 23:11:16',4,274.16,274.16,0,0,0,0),(12485,2589,490,0,79,'2024-04-10 23:11:16',12,235.2,235.2,0,0,0,0),(12505,2590,41,0,6,'2024-04-10 23:23:16',4,265.92,265.92,0,0,0,0),(12506,2590,38,0,6,'2024-04-10 23:23:16',1,165.76,165.76,0,0,0,0),(12507,2590,23,0,6,'2024-04-10 23:23:16',2,137.08,137.08,0,0,0,0),(12508,2590,93,0,6,'2024-04-10 23:23:16',7,0,0,0,0,0,0),(12509,2590,39,0,6,'2024-04-10 23:23:16',1,79.2,79.2,0,0,0,0),(12510,2590,40,0,6,'2024-04-10 23:23:16',1,79.2,79.2,0,0,0,0),(12511,2590,120,0,6,'2024-04-10 23:23:16',1,52.8,52.8,0,0,0,0),(12512,2590,49,0,6,'2024-04-10 23:23:16',2,158.4,158.4,0,0,0,0),(12518,2593,2113,0,90,'2024-04-12 16:10:42',2,344,344,0,0,0,0),(12519,2593,41,0,90,'2024-04-12 16:10:42',2,132.96,132.96,0,0,0,0),(12520,2593,43,0,90,'2024-04-12 16:10:42',2,158.4,158.4,0,0,0,0),(12522,2594,93,0,63,'2024-04-12 21:07:10',20,0,22.47,0,0,22.47,0),(12524,2595,2110,0,25,'2024-04-13 00:06:02',1,71.4,71.4,0,0,0,0),(12525,2595,41,0,25,'2024-04-13 00:06:02',1,66.48,66.48,0,0,0,0),(12526,2595,45,0,25,'2024-04-13 00:06:02',3,126.72,126.72,0,0,0,0),(12527,2595,2408,0,25,'2024-04-13 00:06:02',1,149.34,149.34,0,0,0,0),(12528,2595,40,0,25,'2024-04-13 00:06:02',1,79.2,79.2,0,0,0,0),(12529,2595,39,0,25,'2024-04-13 00:06:02',1,79.2,79.2,0,0,0,0),(12530,2595,43,0,25,'2024-04-13 00:06:02',1,79.2,79.2,0,0,0,0),(12531,2595,44,0,25,'2024-04-13 00:06:02',1,116.16,116.16,0,0,0,0),(12532,2595,490,0,25,'2024-04-13 00:06:02',8,156.8,156.8,0,0,0,0),(12533,2595,487,0,25,'2024-04-13 00:06:02',1,31.35,31.35,0,0,0,0),(12535,2596,41,0,53,'2024-04-14 23:02:46',3,199.44,199.44,0,0,0,0),(12536,2596,2400,0,53,'2024-04-14 23:02:46',1,186.3,186.3,0,0,0,0),(12537,2596,2408,0,53,'2024-04-14 23:02:46',1,149.34,149.34,0,0,0,0),(12538,2596,49,0,53,'2024-04-14 23:02:46',1,79.2,79.2,0,0,0,0),(12539,2596,490,0,53,'2024-04-14 23:02:46',4,78.4,78.4,0,0,0,0),(12540,2596,318,0,53,'2024-04-14 23:02:46',20,60,60,0,0,0,0),(12542,2597,2110,0,101,'2024-04-14 23:09:10',4,285.6,285.6,0,0,0,0),(12543,2597,43,0,101,'2024-04-14 23:09:10',4,316.8,316.8,0,0,0,0),(12544,2597,2408,0,101,'2024-04-14 23:09:10',1,149.34,149.34,0,0,0,0),(12545,2597,41,0,101,'2024-04-14 23:09:10',3,199.44,199.44,0,0,0,0),(12546,2597,45,0,101,'2024-04-14 23:09:10',2,84.48,84.48,0,0,0,0),(12547,2597,488,0,101,'2024-04-14 23:09:10',4,125.4,125.4,0,0,0,0),(12548,2597,133,0,101,'2024-04-14 23:09:10',8,114.4,114.4,0,0,0,0),(12550,2598,41,0,101,'2024-04-14 23:39:02',2,132.96,132.96,0,0,0,0),(12551,2598,45,0,101,'2024-04-14 23:39:02',3,126.72,126.72,0,0,0,0),(12552,2598,39,0,101,'2024-04-14 23:39:02',1,79.2,79.2,0,0,0,0),(12553,2598,40,0,101,'2024-04-14 23:39:02',1,79.2,79.2,0,0,0,0),(12554,2598,49,0,101,'2024-04-14 23:39:02',2,158.4,158.4,0,0,0,0),(12555,2598,43,0,101,'2024-04-14 23:39:02',2,158.4,158.4,0,0,0,0),(12556,2598,120,0,101,'2024-04-14 23:39:02',2,105.6,105.6,0,0,0,0),(12557,2598,42,0,101,'2024-04-14 23:39:02',2,158.4,158.4,0,0,0,0),(12558,2598,2110,0,101,'2024-04-14 23:39:02',5,357,357,0,0,0,0),(12559,2598,490,0,101,'2024-04-14 23:39:02',10,196,196,0,0,0,0),(12560,2598,2400,0,101,'2024-04-14 23:39:02',1,186.3,186.3,0,0,0,0),(12561,2598,2408,0,101,'2024-04-14 23:39:02',1,149.34,149.34,0,0,0,0),(12563,2599,2110,0,53,'2024-04-14 23:41:12',2,142.8,142.8,0,0,0,0),(12564,2599,41,0,53,'2024-04-14 23:41:12',2,132.96,132.96,0,0,0,0),(12565,2599,2400,0,53,'2024-04-14 23:41:12',1,186.3,186.3,0,0,0,0),(12566,2599,2408,0,53,'2024-04-14 23:41:12',1,149.34,149.34,0,0,0,0),(12567,2599,120,0,53,'2024-04-14 23:41:12',1,52.8,52.8,0,0,0,0),(12568,2599,490,0,53,'2024-04-14 23:41:12',10,196,196,0,0,0,0),(12569,2599,133,0,53,'2024-04-14 23:41:12',5,71.5,71.5,0,0,0,0),(12571,2600,49,0,32,'2024-04-15 17:05:54',3,237.6,259.782,0,0,22.182,0),(12572,2600,120,0,32,'2024-04-15 17:05:54',1,52.8,60.194,0,0,7.394,0),(12573,2600,45,0,32,'2024-04-15 17:05:54',1,42.24,49.634,0,0,7.394,0),(12575,2601,42,0,90,'2024-04-15 21:26:40',2,158.4,158.4,0,0,0,0),(12576,2601,43,0,90,'2024-04-15 21:26:40',2,158.4,158.4,0,0,0,0),(12577,2601,487,0,90,'2024-04-15 21:26:40',1,31.35,31.35,0,0,0,0),(12578,2601,490,0,90,'2024-04-15 21:26:40',12,235.2,235.2,0,0,0,0),(12579,2601,41,0,90,'2024-04-15 21:26:40',1,66.48,66.48,0,0,0,0),(12580,2601,2110,0,90,'2024-04-15 21:26:40',1,71.4,71.4,0,0,0,0),(12581,2601,2113,0,90,'2024-04-15 21:26:40',1,172,172,0,0,0,0),(12582,2601,45,0,90,'2024-04-15 21:26:40',1,42.24,42.24,0,0,0,0),(12583,2601,45,0,90,'2024-04-15 21:26:40',1,42.24,42.24,0,0,0,0),(12585,2602,42,0,90,'2024-04-16 14:21:53',1,79.2,79.2,0,0,0,0),(12586,2602,43,0,90,'2024-04-16 14:21:53',1,79.2,79.2,0,0,0,0),(12587,2602,49,0,90,'2024-04-16 14:21:53',1,79.2,79.2,0,0,0,0),(12588,2602,487,0,90,'2024-04-16 14:21:53',1,31.35,31.35,0,0,0,0),(12589,2602,488,0,90,'2024-04-16 14:21:53',2,62.7,62.7,0,0,0,0),(12590,2602,490,0,90,'2024-04-16 14:21:53',12,235.2,235.2,0,0,0,0),(12591,2602,2113,0,90,'2024-04-16 14:21:53',1,172,172,0,0,0,0),(12592,2602,45,0,90,'2024-04-16 14:21:53',2,84.48,84.48,0,0,0,0),(12593,2602,41,0,90,'2024-04-16 14:21:53',1,66.48,66.48,0,0,0,0),(12594,2602,45,0,90,'2024-04-16 14:21:53',2,84.48,84.48,0,0,0,0),(12595,2602,41,0,90,'2024-04-16 14:21:53',1,66.48,66.48,0,0,0,0),(12596,2602,103,0,90,'2024-04-16 14:21:53',1,8.4,8.4,0,0,0,0),(12598,2603,39,0,90,'2024-04-16 14:59:00',1,79.2,79.2,0,0,0,0),(12599,2603,40,0,90,'2024-04-16 14:59:00',1,79.2,79.2,0,0,0,0),(12600,2603,120,0,90,'2024-04-16 14:59:00',1,52.8,52.8,0,0,0,0),(12601,2603,43,0,90,'2024-04-16 14:59:00',1,79.2,79.2,0,0,0,0),(12602,2603,49,0,90,'2024-04-16 14:59:00',1,79.2,79.2,0,0,0,0),(12603,2603,490,0,90,'2024-04-16 14:59:00',10,196,196,0,0,0,0),(12604,2603,2110,0,90,'2024-04-16 14:59:00',2,142.8,142.8,0,0,0,0),(12605,2603,2113,0,90,'2024-04-16 14:59:00',2,344,344,0,0,0,0),(12606,2603,45,0,90,'2024-04-16 14:59:00',1,42.24,42.24,0,0,0,0),(12607,2603,41,0,90,'2024-04-16 14:59:00',1,66.48,66.48,0,0,0,0),(12609,2604,2113,0,26,'2024-04-16 15:37:30',1,172,172,0,0,0,0),(12610,2604,2110,0,26,'2024-04-16 15:37:30',1,71.4,71.4,0,0,0,0),(12611,2604,41,0,26,'2024-04-16 15:37:30',2,132.96,132.96,0,0,0,0),(12612,2604,43,0,26,'2024-04-16 15:37:30',1,79.2,79.2,0,0,0,0),(12613,2604,49,0,26,'2024-04-16 15:37:30',1,79.2,79.2,0,0,0,0),(12615,2605,43,0,13,'2024-04-16 17:20:21',2,158.4,158.4,0,0,0,0),(12616,2605,41,0,13,'2024-04-16 17:20:21',5,332.4,332.4,0,0,0,0),(12617,2605,38,0,13,'2024-04-16 17:20:21',3,497.28,497.28,0,0,0,0),(12618,2605,23,0,13,'2024-04-16 17:20:21',4,274.16,274.16,0,0,0,0),(12620,2606,43,0,13,'2024-04-16 17:53:33',2,158.4,158.4,0,0,0,0),(12621,2606,41,0,13,'2024-04-16 17:53:33',5,332.4,332.4,0,0,0,0),(12622,2606,38,0,13,'2024-04-16 17:53:33',3,497.28,497.28,0,0,0,0),(12623,2606,23,0,13,'2024-04-16 17:53:33',4,274.16,274.16,0,0,0,0),(12625,2607,44,0,79,'2024-04-16 20:46:23',3,348.48,348.48,0,0,0,0),(12626,2607,490,0,79,'2024-04-16 20:46:23',6,117.6,117.6,0,0,0,0),(12627,2607,42,0,79,'2024-04-16 20:46:23',1,79.2,79.2,0,0,0,0),(12629,2608,2110,0,50,'2024-04-16 21:26:08',2,142.8,142.8,0,0,0,0),(12630,2608,41,0,50,'2024-04-16 21:26:08',2,132.96,132.96,0,0,0,0),(12631,2608,43,0,50,'2024-04-16 21:26:08',3,237.6,237.6,0,0,0,0),(12632,2608,120,0,50,'2024-04-16 21:26:08',1,52.8,52.8,0,0,0,0),(12633,2608,44,0,50,'2024-04-16 21:26:08',1,116.16,116.16,0,0,0,0),(12634,2608,487,0,50,'2024-04-16 21:26:08',1,31.35,31.35,0,0,0,0),(12635,2608,2113,0,50,'2024-04-16 21:26:08',1,172,172,0,0,0,0),(12637,2609,2110,0,11,'2024-04-17 15:03:58',2,142.8,142.8,0,0,0,0),(12638,2609,2113,0,11,'2024-04-17 15:03:58',1,172,172,0,0,0,0),(12639,2609,45,0,11,'2024-04-17 15:03:58',3,126.72,126.72,0,0,0,0),(12640,2609,44,0,11,'2024-04-17 15:03:58',1,116.16,116.16,0,0,0,0),(12641,2609,41,0,11,'2024-04-17 15:03:58',2,132.96,132.96,0,0,0,0),(12642,2609,487,0,11,'2024-04-17 15:03:58',2,62.7,62.7,0,0,0,0),(12643,2609,490,0,11,'2024-04-17 15:03:58',10,196,196,0,0,0,0),(12645,2610,93,0,60,'2024-04-19 17:26:45',20,0,19.52,0,0,19.52,0),(12647,2611,116,0,62,'2024-04-20 20:07:10',1,145.44,145.44,0,0,0,0),(12648,2611,2110,0,62,'2024-04-20 20:07:10',3,214.2,214.2,0,0,0,0),(12649,2611,41,0,62,'2024-04-20 20:07:10',3,199.44,199.44,0,0,0,0),(12650,2611,45,0,62,'2024-04-20 20:07:10',2,84.48,84.48,0,0,0,0),(12651,2611,49,0,62,'2024-04-20 20:07:10',3,237.6,237.6,0,0,0,0),(12652,2611,99,0,62,'2024-04-20 20:07:10',1,0,0,0,0,0,0),(12653,2611,93,0,62,'2024-04-20 20:07:10',10,0,0,0,0,0,0),(12654,2611,133,0,62,'2024-04-20 20:07:10',3,42.9,42.9,0,0,0,0),(12656,2612,23,0,57,'2024-04-21 12:43:28',1,68.54,68.54,0,0,0,0),(12657,2612,38,0,57,'2024-04-21 12:43:28',1,165.76,165.76,0,0,0,0),(12658,2612,2110,0,57,'2024-04-21 12:43:28',1,71.4,71.4,0,0,0,0),(12659,2612,2113,0,57,'2024-04-21 12:43:28',1,172,172,0,0,0,0),(12660,2612,41,0,57,'2024-04-21 12:43:28',1,66.48,66.48,0,0,0,0),(12661,2612,41,0,57,'2024-04-21 12:43:28',1,66.48,66.48,0,0,0,0),(12662,2612,490,0,57,'2024-04-21 12:43:28',5,98,98,0,0,0,0),(12664,2613,487,0,50,'2024-04-21 18:39:58',2,62.7,62.7,0,0,0,0),(12665,2613,44,0,50,'2024-04-21 18:39:58',1,116.16,116.16,0,0,0,0),(12666,2613,490,0,50,'2024-04-21 18:39:58',15,294,294,0,0,0,0),(12667,2613,133,0,50,'2024-04-21 18:39:58',2,28.6,28.6,0,0,0,0),(12681,2615,41,0,70,'2024-04-22 17:58:39',5,332.4,332.4,0,0,0,0),(12682,2615,490,0,70,'2024-04-22 17:58:39',4,78.4,78.4,0,0,0,0),(12683,2615,49,0,70,'2024-04-22 17:58:39',5,396,396,0,0,0,0),(12684,2615,116,0,70,'2024-04-22 17:58:39',1,145.44,145.44,0,0,0,0),(12685,2615,23,0,70,'2024-04-22 17:58:39',2,137.08,137.08,0,0,0,0),(12687,2616,2113,0,11,'2024-04-23 23:05:21',1,172,172,0,0,0,0),(12688,2616,49,0,11,'2024-04-23 23:05:21',2,158.4,158.4,0,0,0,0),(12689,2616,487,0,11,'2024-04-23 23:05:21',1,31.35,31.35,0,0,0,0),(12690,2616,2110,0,11,'2024-04-23 23:05:21',1,71.4,71.4,0,0,0,0),(12691,2616,44,0,11,'2024-04-23 23:05:21',1,116.16,116.16,0,0,0,0),(12693,2617,41,0,64,'2024-04-24 17:57:30',2,132.96,132.96,0,0,0,0),(12694,2617,45,0,64,'2024-04-24 17:57:30',2,84.48,84.48,0,0,0,0),(12695,2617,490,0,64,'2024-04-24 17:57:30',10,196,196,0,0,0,0),(12696,2617,488,0,64,'2024-04-24 17:57:30',3,94.05,94.05,0,0,0,0),(12697,2617,2110,0,64,'2024-04-24 17:57:30',2,142.8,142.8,0,0,0,0),(12698,2617,2113,0,64,'2024-04-24 17:57:30',1,172,172,0,0,0,0),(12700,2618,116,0,80,'2024-04-26 18:58:08',1,145.44,145.44,0,0,0,0),(12701,2618,39,0,80,'2024-04-26 18:58:08',2,158.4,158.4,0,0,0,0),(12702,2618,41,0,80,'2024-04-26 18:58:08',7,465.36,465.36,0,0,0,0),(12703,2618,45,0,80,'2024-04-26 18:58:08',2,84.48,84.48,0,0,0,0),(12704,2618,43,0,80,'2024-04-26 18:58:08',2,158.4,158.4,0,0,0,0),(12705,2618,49,0,80,'2024-04-26 18:58:08',2,158.4,158.4,0,0,0,0),(12707,2619,43,0,79,'2024-04-26 20:36:36',4,316.8,316.8,0,0,0,0),(12708,2619,490,0,79,'2024-04-26 20:36:36',10,196,196,0,0,0,0),(12710,2620,43,0,79,'2024-04-26 20:49:52',3,237.6,237.6,0,0,0,0),(12711,2620,23,0,79,'2024-04-26 20:49:52',4,274.16,274.16,0,0,0,0),(12713,2621,41,0,92,'2024-04-29 12:19:28',3,199.44,199.44,0,0,0,0),(12714,2621,49,0,92,'2024-04-29 12:19:28',5,396,396,0,0,0,0),(12715,2621,39,0,92,'2024-04-29 12:19:28',2,158.4,158.4,0,0,0,0),(12716,2621,120,0,92,'2024-04-29 12:19:28',1,52.8,52.8,0,0,0,0),(12738,2623,44,0,79,'2024-04-30 14:16:26',2,232.32,232.32,0,0,0,0),(12739,2623,49,0,79,'2024-04-30 14:16:26',2,158.4,158.4,0,0,0,0),(12740,2623,43,0,79,'2024-04-30 14:16:26',2,158.4,158.4,0,0,0,0),(12742,2624,2110,0,11,'2024-04-30 16:01:12',3,214.2,214.2,0,0,0,0),(12743,2624,2113,0,11,'2024-04-30 16:01:12',2,344,344,0,0,0,0),(12744,2624,45,0,11,'2024-04-30 16:01:12',3,126.72,126.72,0,0,0,0),(12745,2624,43,0,11,'2024-04-30 16:01:12',3,237.6,237.6,0,0,0,0),(12746,2624,49,0,11,'2024-04-30 16:01:12',3,237.6,237.6,0,0,0,0),(12747,2624,490,0,11,'2024-04-30 16:01:12',15,294,294,0,0,0,0),(12749,2625,2110,0,63,'2024-05-01 18:56:58',8,571.2,571.2,0,0,0,0),(12751,2626,45,0,86,'2024-05-01 22:09:45',2,84.48,92.383333,0,0,7.903333,0),(12752,2626,490,0,86,'2024-05-01 22:09:45',4,78.4,94.206667,0,0,15.806667,0),(12754,2627,2110,0,53,'2024-05-01 22:39:09',4,285.6,285.6,0,0,0,0),(12755,2627,41,0,53,'2024-05-01 22:39:09',4,265.92,265.92,0,0,0,0),(12756,2627,43,0,53,'2024-05-01 22:39:09',2,158.4,158.4,0,0,0,0),(12757,2627,49,0,53,'2024-05-01 22:39:09',2,158.4,158.4,0,0,0,0),(12758,2627,490,0,53,'2024-05-01 22:39:09',10,196,196,0,0,0,0),(12759,2627,133,0,53,'2024-05-01 22:39:09',6,85.8,85.8,0,0,0,0),(12760,2627,318,0,53,'2024-05-01 22:39:09',15,45,45,0,0,0,0),(12762,2628,2110,0,53,'2024-05-01 22:42:20',3,214.2,223.347273,0,0,9.147273,0),(12763,2628,120,0,53,'2024-05-01 22:42:20',1,52.8,55.849091,0,0,3.049091,0),(12764,2628,133,0,53,'2024-05-01 22:42:20',7,100.1,121.443636,0,0,21.343636,0),(12766,2629,41,0,101,'2024-05-01 22:43:43',2,132.96,135.728571,0,0,2.768571,0),(12767,2629,490,0,101,'2024-05-01 22:43:43',6,117.6,125.905714,0,0,8.305714,0),(12768,2629,133,0,101,'2024-05-01 22:43:43',6,85.8,94.105714,0,0,8.305714,0),(12770,2630,23,0,82,'2024-05-02 13:35:43',5,342.7,342.7,0,0,0,0),(12771,2630,41,0,82,'2024-05-02 13:35:43',3,199.44,199.44,0,0,0,0),(12772,2630,43,0,82,'2024-05-02 13:35:43',2,158.4,158.4,0,0,0,0),(12773,2630,490,0,82,'2024-05-02 13:35:43',8,156.8,156.8,0,0,0,0),(12774,2630,488,0,82,'2024-05-02 13:35:43',1,31.35,31.35,0,0,0,0),(12776,2614,116,0,103,'2024-04-22 16:40:11',2,290.88,297.514286,0,0,6.634286,0),(12777,2614,490,0,103,'2024-04-22 16:40:11',3,58.8,68.751429,0,0,9.951429,0),(12778,2614,2110,0,103,'2024-04-22 16:40:11',2,142.8,149.434286,0,0,6.634286,0),(12780,2632,99,0,14,'2024-05-02 17:45:02',1,0,2.351667,0,0,2.351667,0),(12781,2632,93,0,14,'2024-05-02 17:45:02',5,0,11.758333,0,0,11.758333,0),(12783,2633,42,0,39,'2024-05-02 17:48:10',2,158.4,158.4,0,0,0,0),(12784,2633,41,0,39,'2024-05-02 17:48:10',2,132.96,132.96,0,0,0,0),(12785,2633,49,0,39,'2024-05-02 17:48:10',2,158.4,158.4,0,0,0,0),(12786,2633,43,0,39,'2024-05-02 17:48:10',2,158.4,158.4,0,0,0,0),(12787,2633,23,0,39,'2024-05-02 17:48:10',2,137.08,137.08,0,0,0,0),(12789,2634,39,0,63,'2024-05-02 22:04:17',2,158.4,158.4,0,0,0,0),(12790,2634,43,0,63,'2024-05-02 22:04:17',6,475.2,475.2,0,0,0,0),(12792,2635,2110,0,95,'2024-05-02 22:22:43',3,214.2,214.2,0,0,0,0),(12793,2635,2113,0,95,'2024-05-02 22:22:43',1,172,172,0,0,0,0),(12794,2635,42,0,95,'2024-05-02 22:22:43',2,158.4,158.4,0,0,0,0),(12795,2635,41,0,95,'2024-05-02 22:22:43',6,398.88,398.88,0,0,0,0),(12796,2635,2400,0,95,'2024-05-02 22:22:43',2,372.6,372.6,0,0,0,0),(12797,2635,2408,0,95,'2024-05-02 22:22:43',2,298.68,298.68,0,0,0,0),(12798,2635,39,0,95,'2024-05-02 22:22:43',1,79.2,79.2,0,0,0,0),(12799,2635,40,0,95,'2024-05-02 22:22:43',1,79.2,79.2,0,0,0,0),(12800,2635,43,0,95,'2024-05-02 22:22:43',4,316.8,316.8,0,0,0,0),(12801,2635,44,0,95,'2024-05-02 22:22:43',3,348.48,348.48,0,0,0,0),(12802,2635,490,0,95,'2024-05-02 22:22:43',40,784,784,0,0,0,0),(12803,2635,487,0,95,'2024-05-02 22:22:43',5,156.75,156.75,0,0,0,0),(12805,2636,2110,0,25,'2024-05-03 02:16:38',2,142.8,142.8,0,0,0,0),(12806,2636,41,0,25,'2024-05-03 02:16:38',2,132.96,132.96,0,0,0,0),(12807,2636,42,0,25,'2024-05-03 02:16:38',1,79.2,79.2,0,0,0,0),(12808,2636,45,0,25,'2024-05-03 02:16:38',4,168.96,168.96,0,0,0,0),(12809,2636,2408,0,25,'2024-05-03 02:16:38',1,149.34,149.34,0,0,0,0),(12810,2636,44,0,25,'2024-05-03 02:16:38',1,116.16,116.16,0,0,0,0),(12811,2636,490,0,25,'2024-05-03 02:16:38',10,196,196,0,0,0,0),(12812,2636,487,0,25,'2024-05-03 02:16:38',3,94.05,94.05,0,0,0,0),(12813,2636,488,0,25,'2024-05-03 02:16:38',3,94.05,94.05,0,0,0,0),(12815,2637,2110,0,42,'2024-05-03 20:01:04',1,71.4,71.4,0,0,0,0),(12816,2637,41,0,42,'2024-05-03 20:01:04',2,132.96,132.96,0,0,0,0),(12817,2637,45,0,42,'2024-05-03 20:01:04',1,42.24,42.24,0,0,0,0),(12818,2637,120,0,42,'2024-05-03 20:01:04',1,52.8,52.8,0,0,0,0),(12819,2637,49,0,42,'2024-05-03 20:01:04',5,396,396,0,0,0,0),(12820,2637,44,0,42,'2024-05-03 20:01:04',2,232.32,232.32,0,0,0,0),(12821,2637,135,0,42,'2024-05-03 20:01:04',1,2.48,2.48,0,0,0,0),(12823,2638,490,0,33,'2024-05-05 02:58:40',2,39.2,46.795,0,0,7.595,0),(12824,2638,488,0,33,'2024-05-05 02:58:40',1,31.35,35.1475,0,0,3.7975,0),(12825,2638,131,0,33,'2024-05-05 02:58:40',1,12.65,16.4475,0,0,3.7975,0),(12827,2639,2110,0,17,'2024-05-06 15:18:10',1,71.4,71.4,0,0,0,0),(12828,2639,41,0,17,'2024-05-06 15:18:10',1,66.48,66.48,0,0,0,0),(12829,2639,39,0,17,'2024-05-06 15:18:10',1,79.2,79.2,0,0,0,0),(12830,2639,40,0,17,'2024-05-06 15:18:10',1,79.2,79.2,0,0,0,0),(12831,2639,120,0,17,'2024-05-06 15:18:10',1,52.8,52.8,0,0,0,0),(12832,2639,43,0,17,'2024-05-06 15:18:10',1,79.2,79.2,0,0,0,0),(12833,2639,44,0,17,'2024-05-06 15:18:10',1,116.16,116.16,0,0,0,0),(12834,2639,490,0,17,'2024-05-06 15:18:10',5,98,98,0,0,0,0),(12835,2639,487,0,17,'2024-05-06 15:18:10',1,31.35,31.35,0,0,0,0),(12839,2640,133,0,53,'2024-05-06 17:54:21',6,85.8,104.16,0,0,18.36,0),(12841,2641,23,0,57,'2024-05-07 00:19:59',2,137.08,137.08,0,0,0,0),(12842,2641,38,0,57,'2024-05-07 00:19:59',1,165.76,165.76,0,0,0,0),(12843,2641,2110,0,57,'2024-05-07 00:19:59',1,71.4,71.4,0,0,0,0),(12844,2641,2113,0,57,'2024-05-07 00:19:59',1,172,172,0,0,0,0),(12845,2641,41,0,57,'2024-05-07 00:19:59',1,66.48,66.48,0,0,0,0),(12846,2641,490,0,57,'2024-05-07 00:19:59',8,156.8,156.8,0,0,0,0),(12847,2641,45,0,57,'2024-05-07 00:19:59',2,84.48,84.48,0,0,0,0),(12849,2642,41,0,92,'2024-05-07 12:01:07',3,199.44,210.804,0,0,11.364,0),(12850,2642,49,0,92,'2024-05-07 12:01:07',2,158.4,165.976,0,0,7.576,0),(12852,2643,41,0,53,'2024-05-07 12:53:41',3,199.44,199.44,0,0,0,0),(12853,2643,2110,0,53,'2024-05-07 12:53:41',3,214.2,214.2,0,0,0,0),(12854,2643,490,0,53,'2024-05-07 12:53:41',5,98,98,0,0,0,0),(12855,2643,43,0,53,'2024-05-07 12:53:41',2,158.4,158.4,0,0,0,0),(12856,2643,49,0,53,'2024-05-07 12:53:41',2,158.4,158.4,0,0,0,0),(12857,2643,120,0,53,'2024-05-07 12:53:41',1,52.8,52.8,0,0,0,0),(12859,2644,39,0,55,'2024-05-07 14:29:58',1,79.2,79.2,0,0,0,0),(12860,2644,40,0,55,'2024-05-07 14:29:58',1,79.2,79.2,0,0,0,0),(12861,2644,43,0,55,'2024-05-07 14:29:58',1,79.2,79.2,0,0,0,0),(12862,2644,41,0,55,'2024-05-07 14:29:58',4,265.92,265.92,0,0,0,0),(12870,2646,135,0,102,'2024-05-08 04:45:31',6,14.88,21.094054,0,0,6.214054,0),(12871,2646,148,0,102,'2024-05-08 04:45:31',6,49.5,55.714054,0,0,6.214054,0),(12872,2646,138,0,102,'2024-05-08 04:45:31',6,29.7,35.914054,0,0,6.214054,0),(12873,2646,137,0,102,'2024-05-08 04:45:31',6,36.3,42.514054,0,0,6.214054,0),(12874,2646,320,0,102,'2024-05-08 04:45:31',6,22.5,28.714054,0,0,6.214054,0),(12875,2646,318,0,102,'2024-05-08 04:45:31',6,18,24.214054,0,0,6.214054,0),(12876,2646,44,0,102,'2024-05-08 04:45:31',1,116.16,117.195676,0,0,1.035676,0),(12888,2647,23,0,69,'2024-05-08 13:19:31',3,205.62,205.62,0,0,0,0),(12889,2647,41,0,69,'2024-05-08 13:19:31',6,398.88,398.88,0,0,0,0),(12890,2647,45,0,69,'2024-05-08 13:19:31',10,422.4,422.4,0,0,0,0),(12891,2647,43,0,69,'2024-05-08 13:19:31',5,396,396,0,0,0,0),(12892,2647,49,0,69,'2024-05-08 13:19:31',5,396,396,0,0,0,0),(12893,2647,44,0,69,'2024-05-08 13:19:31',3,348.48,348.48,0,0,0,0),(12894,2647,490,0,69,'2024-05-08 13:19:31',20,392,392,0,0,0,0),(12895,2647,487,0,69,'2024-05-08 13:19:31',7,219.45,219.45,0,0,0,0),(12896,2647,488,0,69,'2024-05-08 13:19:31',6,188.1,188.1,0,0,0,0),(12898,2648,133,0,53,'2024-05-08 14:11:29',7,100.1,109.505455,0,0,9.405455,0),(12899,2648,318,0,53,'2024-05-08 14:11:29',15,45,65.154545,0,0,20.154545,0),(12901,2649,490,0,79,'2024-05-08 17:59:11',10,196,196,0,0,0,0),(12902,2649,44,0,79,'2024-05-08 17:59:11',2,232.32,232.32,0,0,0,0),(12903,2649,120,0,79,'2024-05-08 17:59:11',1,52.8,52.8,0,0,0,0),(12904,2649,49,0,79,'2024-05-08 17:59:11',1,79.2,79.2,0,0,0,0),(12906,2650,41,0,64,'2024-05-08 20:02:48',2,132.96,132.96,0,0,0,0),(12907,2650,45,0,64,'2024-05-08 20:02:48',1,42.24,42.24,0,0,0,0),(12908,2650,2110,0,64,'2024-05-08 20:02:48',2,142.8,142.8,0,0,0,0),(12909,2650,2113,0,64,'2024-05-08 20:02:48',2,344,344,0,0,0,0),(12910,2650,2408,0,64,'2024-05-08 20:02:48',2,298.68,298.68,0,0,0,0),(12911,2650,49,0,64,'2024-05-08 20:02:48',1,79.2,79.2,0,0,0,0),(12912,2650,490,0,64,'2024-05-08 20:02:48',10,196,196,0,0,0,0),(12913,2650,488,0,64,'2024-05-08 20:02:48',2,62.7,62.7,0,0,0,0),(12915,2651,2110,0,12,'2024-05-09 20:29:13',1,71.4,71.4,0,0,0,0),(12916,2651,2113,0,12,'2024-05-09 20:29:13',1,172,172,0,0,0,0),(12917,2651,42,0,12,'2024-05-09 20:29:13',1,79.2,79.2,0,0,0,0),(12918,2651,41,0,12,'2024-05-09 20:29:13',4,265.92,265.92,0,0,0,0),(12919,2651,45,0,12,'2024-05-09 20:29:13',2,84.48,84.48,0,0,0,0),(12920,2651,2408,0,12,'2024-05-09 20:29:13',2,298.68,298.68,0,0,0,0),(12921,2651,120,0,12,'2024-05-09 20:29:13',1,52.8,52.8,0,0,0,0),(12922,2651,43,0,12,'2024-05-09 20:29:13',1,79.2,79.2,0,0,0,0),(12923,2651,49,0,12,'2024-05-09 20:29:13',1,79.2,79.2,0,0,0,0),(12924,2651,490,0,12,'2024-05-09 20:29:13',10,196,196,0,0,0,0),(12929,2653,2110,0,11,'2024-05-10 13:04:30',2,142.8,142.8,0,0,0,0),(12930,2653,2113,0,11,'2024-05-10 13:04:30',2,344,344,0,0,0,0),(12931,2653,2113,0,11,'2024-05-10 13:04:30',2,344,344,0,0,0,0),(12932,2653,42,0,11,'2024-05-10 13:04:30',1,79.2,79.2,0,0,0,0),(12933,2653,116,0,11,'2024-05-10 13:04:30',1,145.44,145.44,0,0,0,0),(12934,2653,41,0,11,'2024-05-10 13:04:30',1,66.48,66.48,0,0,0,0),(12935,2653,45,0,11,'2024-05-10 13:04:30',2,84.48,84.48,0,0,0,0),(12936,2653,2400,0,11,'2024-05-10 13:04:30',1,186.3,186.3,0,0,0,0),(12937,2653,2408,0,11,'2024-05-10 13:04:30',1,149.34,149.34,0,0,0,0),(12938,2653,120,0,11,'2024-05-10 13:04:30',1,52.8,52.8,0,0,0,0),(12939,2653,43,0,11,'2024-05-10 13:04:30',3,237.6,237.6,0,0,0,0),(12940,2653,49,0,11,'2024-05-10 13:04:30',1,79.2,79.2,0,0,0,0),(12941,2653,44,0,11,'2024-05-10 13:04:30',1,116.16,116.16,0,0,0,0),(12942,2653,490,0,11,'2024-05-10 13:04:30',5,98,98,0,0,0,0),(12943,2653,488,0,11,'2024-05-10 13:04:30',1,31.35,31.35,0,0,0,0),(12944,2653,487,0,11,'2024-05-10 13:04:30',1,31.35,31.35,0,0,0,0),(12946,2654,2110,0,101,'2024-05-10 14:29:22',6,428.4,428.4,0,0,0,0),(12947,2654,41,0,101,'2024-05-10 14:29:22',2,132.96,132.96,0,0,0,0),(12948,2654,133,0,101,'2024-05-10 14:29:22',4,57.2,57.2,0,0,0,0),(12953,2645,41,0,46,'2024-05-07 16:19:05',1,66.48,71.078,0,0,4.598,0),(12954,2645,43,0,46,'2024-05-07 16:19:05',1,79.2,83.798,0,0,4.598,0),(12955,2645,43,0,46,'2024-05-07 16:19:05',1,79.2,83.798,0,0,4.598,0),(12956,2645,44,0,46,'2024-05-07 16:19:05',1,116.16,120.758,0,0,4.598,0),(12957,2645,103,0,46,'2024-05-07 16:19:05',1,8.4,12.998,0,0,4.598,0),(12959,2655,2110,0,50,'2024-05-10 18:40:25',2,142.8,142.8,0,0,0,0),(12960,2655,41,0,50,'2024-05-10 18:40:25',3,199.44,199.44,0,0,0,0),(12961,2655,43,0,50,'2024-05-10 18:40:25',3,237.6,237.6,0,0,0,0),(12962,2655,44,0,50,'2024-05-10 18:40:25',1,116.16,116.16,0,0,0,0),(12963,2655,490,0,50,'2024-05-10 18:40:25',10,196,196,0,0,0,0),(12965,2656,23,0,79,'2024-05-10 19:24:16',5,342.7,342.7,0,0,0,0),(12966,2656,44,0,79,'2024-05-10 19:24:16',2,232.32,232.32,0,0,0,0),(12967,2656,490,0,79,'2024-05-10 19:24:16',5,98,98,0,0,0,0),(12969,2657,23,0,6,'2024-05-15 16:43:28',2,137.08,137.08,0,0,0,0),(12970,2657,38,0,6,'2024-05-15 16:43:28',1,165.76,165.76,0,0,0,0),(12971,2657,41,0,6,'2024-05-15 16:43:28',3,199.44,199.44,0,0,0,0),(12972,2657,39,0,6,'2024-05-15 16:43:28',1,79.2,79.2,0,0,0,0),(12973,2657,40,0,6,'2024-05-15 16:43:28',1,79.2,79.2,0,0,0,0),(12974,2657,43,0,6,'2024-05-15 16:43:28',2,158.4,158.4,0,0,0,0),(12975,2657,49,0,6,'2024-05-15 16:43:28',1,79.2,79.2,0,0,0,0),(12976,2657,93,0,6,'2024-05-15 16:43:28',7,0,0,0,0,0,0),(12978,2659,49,0,70,'2024-05-16 13:39:00',8,633.6,633.6,0,0,0,0),(12979,2659,44,0,70,'2024-05-16 13:39:00',6,696.96,696.96,0,0,0,0),(12980,2659,41,0,70,'2024-05-16 13:39:00',3,199.44,199.44,0,0,0,0),(12982,2660,487,0,11,'2024-05-16 14:45:05',3,94.05,94.05,0,0,0,0),(12983,2660,44,0,11,'2024-05-16 14:45:05',1,116.16,116.16,0,0,0,0),(12984,2660,2400,0,11,'2024-05-16 14:45:05',1,186.3,186.3,0,0,0,0),(12985,2660,45,0,11,'2024-05-16 14:45:05',1,42.24,42.24,0,0,0,0),(12986,2660,43,0,11,'2024-05-16 14:45:05',1,79.2,79.2,0,0,0,0),(12988,2661,41,0,53,'2024-05-16 17:41:50',3,199.44,212.526,0,0,13.086,0),(12989,2661,42,0,53,'2024-05-16 17:41:50',2,158.4,167.124,0,0,8.724,0),(12991,2662,44,0,62,'2024-05-16 19:29:40',2,232.32,232.32,0,0,0,0),(12992,2662,41,0,62,'2024-05-16 19:29:40',3,199.44,199.44,0,0,0,0),(12993,2662,2110,0,62,'2024-05-16 19:29:40',3,214.2,214.2,0,0,0,0),(12994,2662,49,0,62,'2024-05-16 19:29:40',3,237.6,237.6,0,0,0,0),(12995,2662,93,0,62,'2024-05-16 19:29:40',10,0,0,0,0,0,0),(12996,2662,133,0,62,'2024-05-16 19:29:40',3,42.9,42.9,0,0,0,0),(13000,2664,2110,0,50,'2024-05-16 23:13:41',3,214.2,214.2,0,0,0,0),(13001,2664,2113,0,50,'2024-05-16 23:13:41',2,344,344,0,0,0,0),(13002,2664,42,0,50,'2024-05-16 23:13:41',1,79.2,79.2,0,0,0,0),(13003,2664,41,0,50,'2024-05-16 23:13:41',3,199.44,199.44,0,0,0,0),(13004,2664,45,0,50,'2024-05-16 23:13:41',1,42.24,42.24,0,0,0,0),(13005,2664,120,0,50,'2024-05-16 23:13:41',2,105.6,105.6,0,0,0,0),(13006,2664,43,0,50,'2024-05-16 23:13:41',3,237.6,237.6,0,0,0,0),(13008,2663,490,0,46,'2024-05-16 20:19:39',7,137.2,154.88,0,0,17.68,0),(13010,2665,490,0,11,'2024-05-20 21:22:12',15,294,294,0,0,0,0),(13011,2665,487,0,11,'2024-05-20 21:22:12',1,31.35,31.35,0,0,0,0),(13012,2665,45,0,11,'2024-05-20 21:22:12',2,84.48,84.48,0,0,0,0),(13013,2665,2110,0,11,'2024-05-20 21:22:12',2,142.8,142.8,0,0,0,0),(13014,2665,2113,0,11,'2024-05-20 21:22:12',1,172,172,0,0,0,0),(13015,2665,42,0,11,'2024-05-20 21:22:12',2,158.4,158.4,0,0,0,0),(13016,2665,41,0,11,'2024-05-20 21:22:12',1,66.48,66.48,0,0,0,0),(13018,2666,490,0,26,'2024-05-21 14:21:24',6,117.6,133.033333,0,0,15.433333,0),(13019,2666,488,0,26,'2024-05-21 14:21:24',2,62.7,67.844444,0,0,5.144444,0),(13020,2666,487,0,26,'2024-05-21 14:21:24',1,31.35,33.922222,0,0,2.572222,0),(13022,2667,23,0,13,'2024-05-21 16:23:58',4,274.16,274.16,0,0,0,0),(13023,2667,38,0,13,'2024-05-21 16:23:58',3,497.28,497.28,0,0,0,0),(13024,2667,45,0,13,'2024-05-21 16:23:58',4,168.96,168.96,0,0,0,0),(13025,2667,41,0,13,'2024-05-21 16:23:58',3,199.44,199.44,0,0,0,0),(13027,2668,39,0,90,'2024-05-21 19:25:43',1,79.2,79.2,0,0,0,0),(13028,2668,42,0,90,'2024-05-21 19:25:43',1,79.2,79.2,0,0,0,0),(13029,2668,43,0,90,'2024-05-21 19:25:43',1,79.2,79.2,0,0,0,0),(13030,2668,487,0,90,'2024-05-21 19:25:43',1,31.35,31.35,0,0,0,0),(13031,2668,490,0,90,'2024-05-21 19:25:43',12,235.2,235.2,0,0,0,0),(13032,2668,2110,0,90,'2024-05-21 19:25:43',1,71.4,71.4,0,0,0,0),(13033,2668,45,0,90,'2024-05-21 19:25:43',1,42.24,42.24,0,0,0,0),(13034,2668,41,0,90,'2024-05-21 19:25:43',1,66.48,66.48,0,0,0,0),(13036,2669,39,0,90,'2024-05-21 19:35:23',1,79.2,79.2,0,0,0,0),(13037,2669,40,0,90,'2024-05-21 19:35:23',1,79.2,79.2,0,0,0,0),(13038,2669,120,0,90,'2024-05-21 19:35:23',2,105.6,105.6,0,0,0,0),(13039,2669,43,0,90,'2024-05-21 19:35:23',1,79.2,79.2,0,0,0,0),(13040,2669,487,0,90,'2024-05-21 19:35:23',1,31.35,31.35,0,0,0,0),(13041,2669,490,0,90,'2024-05-21 19:35:23',10,196,196,0,0,0,0),(13042,2669,2110,0,90,'2024-05-21 19:35:23',1,71.4,71.4,0,0,0,0),(13043,2669,2113,0,90,'2024-05-21 19:35:23',2,344,344,0,0,0,0),(13045,2670,39,0,90,'2024-05-21 19:41:04',1,79.2,79.2,0,0,0,0),(13046,2670,40,0,90,'2024-05-21 19:41:04',1,79.2,79.2,0,0,0,0),(13047,2670,43,0,90,'2024-05-21 19:41:04',2,158.4,158.4,0,0,0,0),(13048,2670,487,0,90,'2024-05-21 19:41:04',1,31.35,31.35,0,0,0,0),(13049,2670,2110,0,90,'2024-05-21 19:41:04',1,71.4,71.4,0,0,0,0),(13050,2670,2113,0,90,'2024-05-21 19:41:04',1,172,172,0,0,0,0),(13051,2670,45,0,90,'2024-05-21 19:41:04',1,42.24,42.24,0,0,0,0),(13052,2670,103,0,90,'2024-05-21 19:41:04',1,8.4,8.4,0,0,0,0),(13053,2670,101,0,90,'2024-05-21 19:41:04',1,8.4,8.4,0,0,0,0),(13055,2671,39,0,90,'2024-05-21 19:56:01',2,158.4,158.4,0,0,0,0),(13056,2671,40,0,90,'2024-05-21 19:56:01',1,79.2,79.2,0,0,0,0),(13057,2671,43,0,90,'2024-05-21 19:56:01',2,158.4,158.4,0,0,0,0),(13058,2671,41,0,90,'2024-05-21 19:56:01',2,132.96,132.96,0,0,0,0),(13065,2673,42,0,81,'2024-05-23 22:31:58',1,79.2,85.636667,0,0,6.436667,0),(13066,2673,487,0,81,'2024-05-23 22:31:58',1,31.35,37.786667,0,0,6.436667,0),(13067,2673,488,0,81,'2024-05-23 22:31:58',1,31.35,37.786667,0,0,6.436667,0),(13069,2674,2110,0,11,'2024-05-24 15:02:02',2,142.8,142.8,0,0,0,0),(13070,2674,490,0,11,'2024-05-24 15:02:02',10,196,196,0,0,0,0),(13071,2674,44,0,11,'2024-05-24 15:02:02',1,116.16,116.16,0,0,0,0),(13072,2674,2408,0,11,'2024-05-24 15:02:02',1,149.34,149.34,0,0,0,0),(13073,2674,49,0,11,'2024-05-24 15:02:02',2,158.4,158.4,0,0,0,0),(13075,2675,490,0,79,'2024-05-25 11:55:25',5,98,98,0,0,0,0),(13076,2675,23,0,79,'2024-05-25 11:55:25',4,274.16,274.16,0,0,0,0),(13077,2675,44,0,79,'2024-05-25 11:55:25',2,232.32,232.32,0,0,0,0),(13079,2676,490,0,79,'2024-05-25 11:58:38',26,509.6,509.6,0,0,0,0),(13081,2677,2110,0,12,'2024-05-29 05:05:25',2,142.8,142.8,0,0,0,0),(13082,2677,41,0,12,'2024-05-29 05:05:25',2,132.96,132.96,0,0,0,0),(13083,2677,2400,0,12,'2024-05-29 05:05:25',1,186.3,186.3,0,0,0,0),(13084,2677,490,0,12,'2024-05-29 05:05:25',10,196,196,0,0,0,0),(13085,2677,487,0,12,'2024-05-29 05:05:25',2,62.7,62.7,0,0,0,0),(13086,2677,45,0,12,'2024-05-29 05:05:25',1,42.24,42.24,0,0,0,0),(13087,2677,43,0,12,'2024-05-29 05:05:25',1,79.2,79.2,0,0,0,0),(13088,2677,49,0,12,'2024-05-29 05:05:25',1,79.2,79.2,0,0,0,0),(13100,2680,120,0,25,'2024-05-29 21:26:19',1,52.8,52.8,0,0,0,0),(13101,2680,490,0,25,'2024-05-29 21:26:19',10,196,196,0,0,0,0),(13102,2680,45,0,25,'2024-05-29 21:26:19',1,42.24,42.24,0,0,0,0),(13103,2680,49,0,25,'2024-05-29 21:26:19',1,79.2,79.2,0,0,0,0),(13104,2680,2110,0,25,'2024-05-29 21:26:19',2,142.8,142.8,0,0,0,0),(13105,2680,45,0,25,'2024-05-29 21:26:19',1,42.24,42.24,0,0,0,0),(13106,2680,49,0,25,'2024-05-29 21:26:19',1,79.2,79.2,0,0,0,0),(13107,2680,41,0,25,'2024-05-29 21:26:19',1,66.48,66.48,0,0,0,0),(13108,2680,2113,0,25,'2024-05-29 21:26:19',2,344,344,0,0,0,0),(13110,2682,23,0,70,'2024-05-30 16:36:57',1,68.54,68.54,0,0,0,0),(13111,2682,116,0,70,'2024-05-30 16:36:57',1,145.44,145.44,0,0,0,0),(13112,2682,49,0,70,'2024-05-30 16:36:57',2,158.4,158.4,0,0,0,0),(13113,2682,490,0,70,'2024-05-30 16:36:57',8,156.8,156.8,0,0,0,0),(13115,2684,2110,0,17,'2024-05-30 23:56:28',2,142.8,142.8,0,0,0,0),(13116,2684,2113,0,17,'2024-05-30 23:56:28',1,172,172,0,0,0,0),(13117,2684,41,0,17,'2024-05-30 23:56:28',2,132.96,132.96,0,0,0,0),(13118,2684,490,0,17,'2024-05-30 23:56:28',5,98,98,0,0,0,0),(13120,2685,43,0,53,'2024-05-31 17:50:28',3,237.6,237.6,0,0,0,0),(13121,2685,45,0,53,'2024-05-31 17:50:28',3,126.72,126.72,0,0,0,0),(13122,2685,318,0,53,'2024-05-31 17:50:28',20,60,60,0,0,0,0),(13123,2685,133,0,53,'2024-05-31 17:50:28',7,100.1,100.1,0,0,0,0),(13124,2685,490,0,53,'2024-05-31 17:50:28',5,98,98,0,0,0,0),(13126,2686,43,0,53,'2024-06-01 05:53:56',-3,-237.6,-237.6,0,0,0,0),(13127,2686,45,0,53,'2024-06-01 05:53:56',-3,-126.72,-126.72,0,0,0,0),(13128,2686,318,0,53,'2024-06-01 05:53:56',-20,-60,-60,0,0,0,0),(13129,2686,133,0,53,'2024-06-01 05:53:56',-7,-100.1,-100.1,0,0,0,0),(13130,2686,490,0,53,'2024-06-01 05:53:56',-5,-98,-98,0,0,0,0),(13131,2687,43,0,101,'2024-06-01 11:40:41',3,237.6,237.6,0,0,0,0),(13132,2687,45,0,101,'2024-06-01 11:40:41',3,126.72,126.72,0,0,0,0),(13133,2687,318,0,101,'2024-06-01 11:40:41',20,60,60,0,0,0,0),(13134,2687,133,0,101,'2024-06-01 11:40:41',6,85.8,85.8,0,0,0,0),(13135,2687,490,0,101,'2024-06-01 11:40:41',5,98,98,0,0,0,0),(13137,2688,2110,0,53,'2024-06-01 11:44:27',3,214.2,214.2,0,0,0,0),(13138,2688,41,0,53,'2024-06-01 11:44:27',3,199.44,199.44,0,0,0,0),(13139,2688,45,0,53,'2024-06-01 11:44:27',2,84.48,84.48,0,0,0,0),(13140,2688,39,0,53,'2024-06-01 11:44:27',1,79.2,79.2,0,0,0,0),(13141,2688,40,0,53,'2024-06-01 11:44:27',1,79.2,79.2,0,0,0,0),(13142,2688,49,0,53,'2024-06-01 11:44:27',2,158.4,158.4,0,0,0,0),(13143,2688,43,0,53,'2024-06-01 11:44:27',1,79.2,79.2,0,0,0,0),(13145,2689,41,0,53,'2024-06-01 11:48:18',1,66.48,69.372857,0,0,2.892857,0),(13146,2689,45,0,53,'2024-06-01 11:48:18',2,84.48,90.265714,0,0,5.785714,0),(13147,2689,133,0,53,'2024-06-01 11:48:18',4,57.2,68.771429,0,0,11.571429,0),(13149,2690,2110,0,26,'2024-06-01 15:10:08',2,142.8,142.8,0,0,0,0),(13150,2690,43,0,26,'2024-06-01 15:10:08',2,158.4,158.4,0,0,0,0),(13151,2690,49,0,26,'2024-06-01 15:10:08',2,158.4,158.4,0,0,0,0),(13152,2690,120,0,26,'2024-06-01 15:10:08',1,52.8,52.8,0,0,0,0),(13154,2691,2110,0,101,'2024-06-03 13:51:43',6,428.4,455.33,0,0,26.93,0),(13156,2692,23,0,79,'2024-06-03 13:53:41',7,479.78,479.78,0,0,0,0),(13157,2692,490,0,79,'2024-06-03 13:53:41',2,39.2,39.2,0,0,0,0),(13159,2693,41,0,53,'2024-06-03 13:54:34',10,664.8,664.8,0,0,0,0),(13161,2694,45,0,11,'2024-06-03 17:42:56',2,84.48,84.48,0,0,0,0),(13162,2694,43,0,11,'2024-06-03 17:42:56',2,158.4,158.4,0,0,0,0),(13163,2694,41,0,11,'2024-06-03 17:42:56',2,132.96,132.96,0,0,0,0),(13164,2694,487,0,11,'2024-06-03 17:42:56',2,62.7,62.7,0,0,0,0),(13165,2694,490,0,11,'2024-06-03 17:42:56',10,196,196,0,0,0,0),(13167,2695,49,0,69,'2024-06-03 17:54:19',10,792,792,0,0,0,0),(13168,2695,43,0,69,'2024-06-03 17:54:19',10,792,792,0,0,0,0),(13169,2695,42,0,69,'2024-06-03 17:54:19',2,158.4,158.4,0,0,0,0),(13170,2695,51,0,69,'2024-06-03 17:54:19',3,443.52,443.52,0,0,0,0),(13171,2695,44,0,69,'2024-06-03 17:54:19',5,580.8,580.8,0,0,0,0),(13172,2695,118,0,69,'2024-06-03 17:54:19',1,184.8,184.8,0,0,0,0),(13173,2695,45,0,69,'2024-06-03 17:54:19',10,422.4,422.4,0,0,0,0),(13175,2696,93,0,63,'2024-06-04 19:53:57',20,0,22.51,0,0,22.51,0),(13177,2697,41,0,63,'2024-06-04 21:15:41',6,398.88,416.41,0,0,17.53,0),(13179,2698,99,0,14,'2024-06-05 18:47:38',2,0,5.892,0,0,5.892,0),(13180,2698,93,0,14,'2024-06-05 18:47:38',3,0,8.838,0,0,8.838,0),(13182,2699,49,0,32,'2024-06-05 21:02:33',2,158.4,173.295,0,0,14.895,0),(13183,2699,45,0,32,'2024-06-05 21:02:33',2,84.48,99.375,0,0,14.895,0),(13185,2700,23,0,57,'2024-06-06 11:10:32',1,68.54,68.54,0,0,0,0),(13186,2700,38,0,57,'2024-06-06 11:10:32',1,165.76,165.76,0,0,0,0),(13187,2700,2110,0,57,'2024-06-06 11:10:32',1,71.4,71.4,0,0,0,0),(13188,2700,2113,0,57,'2024-06-06 11:10:32',1,172,172,0,0,0,0),(13189,2700,41,0,57,'2024-06-06 11:10:32',1,66.48,66.48,0,0,0,0),(13190,2700,45,0,57,'2024-06-06 11:10:32',1,42.24,42.24,0,0,0,0),(13191,2700,490,0,57,'2024-06-06 11:10:32',6,117.6,117.6,0,0,0,0),(13193,2701,2110,0,12,'2024-06-06 16:10:07',1,71.4,71.4,0,0,0,0),(13194,2701,2113,0,12,'2024-06-06 16:10:07',1,172,172,0,0,0,0),(13195,2701,41,0,12,'2024-06-06 16:10:07',2,132.96,132.96,0,0,0,0),(13196,2701,45,0,12,'2024-06-06 16:10:07',1,42.24,42.24,0,0,0,0),(13197,2701,2400,0,12,'2024-06-06 16:10:07',1,186.3,186.3,0,0,0,0),(13198,2701,120,0,12,'2024-06-06 16:10:07',1,52.8,52.8,0,0,0,0),(13199,2701,43,0,12,'2024-06-06 16:10:07',1,79.2,79.2,0,0,0,0),(13200,2701,49,0,12,'2024-06-06 16:10:07',1,79.2,79.2,0,0,0,0),(13201,2701,490,0,12,'2024-06-06 16:10:07',10,196,196,0,0,0,0),(13202,2701,487,0,12,'2024-06-06 16:10:07',2,62.7,62.7,0,0,0,0),(13204,2702,41,0,100,'2024-06-06 19:26:14',1,66.48,66.48,0,0,0,0),(13205,2702,2113,0,100,'2024-06-06 19:26:14',1,172,172,0,0,0,0),(13206,2702,39,0,100,'2024-06-06 19:26:14',2,158.4,158.4,0,0,0,0),(13207,2702,43,0,100,'2024-06-06 19:26:14',2,158.4,158.4,0,0,0,0),(13208,2702,2110,0,100,'2024-06-06 19:26:14',2,142.8,142.8,0,0,0,0),(13209,2702,40,0,100,'2024-06-06 19:26:14',1,79.2,79.2,0,0,0,0),(13210,2702,487,0,100,'2024-06-06 19:26:14',1,31.35,31.35,0,0,0,0),(13211,2702,490,0,100,'2024-06-06 19:26:14',6,117.6,117.6,0,0,0,0),(13213,2703,133,0,101,'2024-06-06 20:13:09',1,14.3,28.47,0,0,14.17,0),(13216,2705,490,0,53,'2024-06-07 11:07:14',10,196,196,0,0,0,0),(13217,2705,133,0,53,'2024-06-07 11:07:14',6,85.8,85.8,0,0,0,0),(13218,2705,2408,0,53,'2024-06-07 11:07:14',3,448.02,448.02,0,0,0,0),(13220,2706,41,0,55,'2024-06-07 16:17:28',2,132.96,137.908571,0,0,4.948571,0),(13221,2706,49,0,55,'2024-06-07 16:17:28',1,79.2,81.674286,0,0,2.474286,0),(13222,2706,490,0,55,'2024-06-07 16:17:28',4,78.4,88.297143,0,0,9.897143,0),(13224,2707,2110,0,11,'2024-06-07 23:03:51',1,71.4,71.4,0,0,0,0),(13225,2707,41,0,11,'2024-06-07 23:03:51',2,132.96,132.96,0,0,0,0),(13226,2707,45,0,11,'2024-06-07 23:03:51',3,126.72,126.72,0,0,0,0),(13227,2707,490,0,11,'2024-06-07 23:03:51',10,196,196,0,0,0,0),(13229,2708,2110,0,85,'2024-06-09 03:34:47',15,1071,1071,0,0,0,0),(13230,2708,2113,0,85,'2024-06-09 03:34:47',6,1032,1032,0,0,0,0),(13231,2708,41,0,85,'2024-06-09 03:34:47',8,531.84,531.84,0,0,0,0),(13232,2708,45,0,85,'2024-06-09 03:34:47',6,253.44,253.44,0,0,0,0),(13233,2708,43,0,85,'2024-06-09 03:34:47',5,396,396,0,0,0,0),(13234,2708,2408,0,85,'2024-06-09 03:34:47',1,149.34,149.34,0,0,0,0),(13236,2709,40,0,33,'2024-06-09 14:58:44',1,79.2,82.76,0,0,3.56,0),(13237,2709,120,0,33,'2024-06-09 14:58:44',1,52.8,56.36,0,0,3.56,0),(13238,2709,490,0,33,'2024-06-09 14:58:44',3,58.8,69.48,0,0,10.68,0),(13239,2709,488,0,33,'2024-06-09 14:58:44',1,31.35,34.91,0,0,3.56,0),(13241,2710,45,0,86,'2024-06-11 19:08:02',3,126.72,138.518571,0,0,11.798571,0),(13242,2710,490,0,86,'2024-06-11 19:08:02',4,78.4,94.131429,0,0,15.731429,0),(13244,2711,490,0,69,'2024-06-12 20:47:01',40,784,784,0,0,0,0),(13245,2711,131,0,69,'2024-06-12 20:47:01',2,25.3,25.3,0,0,0,0),(13247,2712,490,0,64,'2024-06-14 14:37:27',10,196,196,0,0,0,0),(13248,2712,41,0,64,'2024-06-14 14:37:27',3,199.44,199.44,0,0,0,0),(13249,2712,488,0,64,'2024-06-14 14:37:27',3,94.05,94.05,0,0,0,0),(13250,2712,49,0,64,'2024-06-14 14:37:27',3,237.6,237.6,0,0,0,0),(13251,2712,2113,0,64,'2024-06-14 14:37:27',2,344,344,0,0,0,0),(13252,2712,2110,0,64,'2024-06-14 14:37:27',3,214.2,214.2,0,0,0,0),(13253,2712,45,0,64,'2024-06-14 14:37:27',3,126.72,126.72,0,0,0,0),(13255,2713,41,0,53,'2024-06-14 22:11:32',2,132.96,136.008,0,0,3.048,0),(13256,2713,490,0,53,'2024-06-14 22:11:32',10,196,211.24,0,0,15.24,0),(13257,2713,133,0,53,'2024-06-14 22:11:32',3,42.9,47.472,0,0,4.572,0),(13259,2714,43,0,17,'2024-06-15 12:40:31',1,79.2,83.3675,0,0,4.1675,0),(13260,2714,490,0,17,'2024-06-15 12:40:31',2,39.2,47.535,0,0,8.335,0),(13261,2714,487,0,17,'2024-06-15 12:40:31',1,31.35,35.5175,0,0,4.1675,0),(13263,2715,120,0,79,'2024-06-15 15:37:06',2,105.6,105.6,0,0,0,0),(13264,2715,43,0,79,'2024-06-15 15:37:06',4,316.8,316.8,0,0,0,0),(13265,2715,44,0,79,'2024-06-15 15:37:06',1,116.16,116.16,0,0,0,0),(13267,2716,45,0,6,'2024-06-16 19:21:13',1,42.24,42.24,0,0,0,0),(13268,2716,39,0,6,'2024-06-16 19:21:13',1,79.2,79.2,0,0,0,0),(13269,2716,40,0,6,'2024-06-16 19:21:13',2,158.4,158.4,0,0,0,0),(13270,2716,43,0,6,'2024-06-16 19:21:13',2,158.4,158.4,0,0,0,0),(13271,2716,49,0,6,'2024-06-16 19:21:13',1,79.2,79.2,0,0,0,0),(13272,2716,93,0,6,'2024-06-16 19:21:13',7,0,0,0,0,0,0),(13273,2716,2110,0,6,'2024-06-16 19:21:13',2,142.8,142.8,0,0,0,0),(13274,2716,2113,0,6,'2024-06-16 19:21:13',1,172,172,0,0,0,0),(13276,2717,2110,0,64,'2024-06-17 20:32:16',3,214.2,214.2,0,0,0,0),(13277,2717,2113,0,64,'2024-06-17 20:32:16',2,344,344,0,0,0,0),(13278,2717,41,0,64,'2024-06-17 20:32:16',2,132.96,132.96,0,0,0,0),(13279,2717,45,0,64,'2024-06-17 20:32:16',1,42.24,42.24,0,0,0,0),(13280,2717,490,0,64,'2024-06-17 20:32:16',6,117.6,117.6,0,0,0,0),(13281,2717,488,0,64,'2024-06-17 20:32:16',1,31.35,31.35,0,0,0,0),(13283,2718,133,0,101,'2024-06-17 21:12:34',6,85.8,85.8,0,0,0,0),(13284,2718,41,0,101,'2024-06-17 21:12:34',4,265.92,265.92,0,0,0,0),(13285,2718,2110,0,101,'2024-06-17 21:12:34',6,428.4,428.4,0,0,0,0),(13286,2718,49,0,101,'2024-06-17 21:12:34',3,237.6,237.6,0,0,0,0),(13288,2720,487,0,81,'2024-06-18 06:29:01',1,31.35,45.94,0,0,14.59,0),(13290,2721,41,0,53,'2024-06-18 14:50:17',3,199.44,219.72,0,0,20.28,0),(13292,2722,43,0,90,'2024-06-18 18:09:53',1,79.2,79.2,0,0,0,0),(13293,2722,49,0,90,'2024-06-18 18:09:53',1,79.2,79.2,0,0,0,0),(13294,2722,487,0,90,'2024-06-18 18:09:53',1,31.35,31.35,0,0,0,0),(13295,2722,490,0,90,'2024-06-18 18:09:53',10,196,196,0,0,0,0),(13296,2722,2110,0,90,'2024-06-18 18:09:53',1,71.4,71.4,0,0,0,0),(13297,2722,2113,0,90,'2024-06-18 18:09:53',1,172,172,0,0,0,0),(13298,2722,41,0,90,'2024-06-18 18:09:53',2,132.96,132.96,0,0,0,0),(13300,2723,120,0,90,'2024-06-18 18:18:43',1,52.8,52.8,0,0,0,0),(13301,2723,43,0,90,'2024-06-18 18:18:43',1,79.2,79.2,0,0,0,0),(13302,2723,490,0,90,'2024-06-18 18:18:43',12,235.2,235.2,0,0,0,0),(13303,2723,2110,0,90,'2024-06-18 18:18:43',1,71.4,71.4,0,0,0,0),(13304,2723,2113,0,90,'2024-06-18 18:18:43',1,172,172,0,0,0,0),(13305,2723,45,0,90,'2024-06-18 18:18:43',1,42.24,42.24,0,0,0,0),(13306,2723,41,0,90,'2024-06-18 18:18:43',1,66.48,66.48,0,0,0,0),(13308,2724,42,0,90,'2024-06-18 18:32:19',1,79.2,79.2,0,0,0,0),(13309,2724,43,0,90,'2024-06-18 18:32:19',2,158.4,158.4,0,0,0,0),(13310,2724,49,0,90,'2024-06-18 18:32:19',2,158.4,158.4,0,0,0,0),(13311,2724,490,0,90,'2024-06-18 18:32:19',8,156.8,156.8,0,0,0,0),(13312,2724,2110,0,90,'2024-06-18 18:32:19',2,142.8,142.8,0,0,0,0),(13313,2724,2113,0,90,'2024-06-18 18:32:19',2,344,344,0,0,0,0),(13314,2724,41,0,90,'2024-06-18 18:32:19',2,132.96,132.96,0,0,0,0),(13315,2724,39,0,90,'2024-06-18 18:32:19',1,79.2,79.2,0,0,0,0),(13316,2724,40,0,90,'2024-06-18 18:32:19',1,79.2,79.2,0,0,0,0),(13317,2724,45,0,90,'2024-06-18 18:32:19',2,84.48,84.48,0,0,0,0),(13319,2725,42,0,90,'2024-06-18 18:46:59',2,158.4,158.4,0,0,0,0),(13320,2725,120,0,90,'2024-06-18 18:46:59',1,52.8,52.8,0,0,0,0),(13321,2725,43,0,90,'2024-06-18 18:46:59',2,158.4,158.4,0,0,0,0),(13322,2725,49,0,90,'2024-06-18 18:46:59',2,158.4,158.4,0,0,0,0),(13323,2725,487,0,90,'2024-06-18 18:46:59',1,31.35,31.35,0,0,0,0),(13324,2725,490,0,90,'2024-06-18 18:46:59',6,117.6,117.6,0,0,0,0),(13325,2725,2110,0,90,'2024-06-18 18:46:59',1,71.4,71.4,0,0,0,0),(13326,2725,2113,0,90,'2024-06-18 18:46:59',2,344,344,0,0,0,0),(13327,2725,45,0,90,'2024-06-18 18:46:59',4,168.96,168.96,0,0,0,0),(13328,2725,41,0,90,'2024-06-18 18:46:59',1,66.48,66.48,0,0,0,0),(13330,2726,43,0,79,'2024-06-19 15:06:53',4,316.8,316.8,0,0,0,0),(13331,2726,49,0,79,'2024-06-19 15:06:53',2,158.4,158.4,0,0,0,0),(13332,2726,44,0,79,'2024-06-19 15:06:53',2,232.32,232.32,0,0,0,0),(13334,2727,490,0,70,'2024-06-20 18:16:15',8,156.8,156.8,0,0,0,0),(13335,2727,487,0,70,'2024-06-20 18:16:15',2,62.7,62.7,0,0,0,0),(13336,2727,42,0,70,'2024-06-20 18:16:15',6,475.2,475.2,0,0,0,0),(13337,2727,41,0,70,'2024-06-20 18:16:15',6,398.88,398.88,0,0,0,0),(13338,2727,49,0,70,'2024-06-20 18:16:15',6,475.2,475.2,0,0,0,0),(13340,2728,2110,0,11,'2024-06-20 18:54:20',2,142.8,142.8,0,0,0,0),(13341,2728,2113,0,11,'2024-06-20 18:54:20',1,172,172,0,0,0,0),(13342,2728,45,0,11,'2024-06-20 18:54:20',3,126.72,126.72,0,0,0,0),(13343,2728,44,0,11,'2024-06-20 18:54:20',1,116.16,116.16,0,0,0,0),(13344,2728,490,0,11,'2024-06-20 18:54:20',10,196,196,0,0,0,0),(13346,2729,41,0,106,'2024-06-20 19:50:35',3,199.44,199.44,0,0,0,0),(13347,2729,51,0,106,'2024-06-20 19:50:35',2,295.68,295.68,0,0,0,0),(13348,2729,118,0,106,'2024-06-20 19:50:35',2,369.6,369.6,0,0,0,0),(13349,2729,39,0,106,'2024-06-20 19:50:35',1,79.2,79.2,0,0,0,0),(13350,2729,40,0,106,'2024-06-20 19:50:35',1,79.2,79.2,0,0,0,0),(13351,2729,120,0,106,'2024-06-20 19:50:35',3,158.4,158.4,0,0,0,0),(13352,2729,43,0,106,'2024-06-20 19:50:35',1,79.2,79.2,0,0,0,0),(13353,2729,49,0,106,'2024-06-20 19:50:35',1,79.2,79.2,0,0,0,0),(13354,2729,44,0,106,'2024-06-20 19:50:35',2,232.32,232.32,0,0,0,0),(13356,2730,487,0,81,'2024-06-22 17:07:34',1,31.35,45.96,0,0,14.61,0),(13358,2731,38,0,49,'2024-06-22 19:42:48',1,165.76,174.105,0,0,8.345,0),(13359,2731,41,0,49,'2024-06-22 19:42:48',1,66.48,74.825,0,0,8.345,0),(13361,2732,2110,0,42,'2024-06-22 20:54:31',2,142.8,142.8,0,0,0,0),(13362,2732,45,0,42,'2024-06-22 20:54:31',2,84.48,84.48,0,0,0,0),(13363,2732,49,0,42,'2024-06-22 20:54:31',4,316.8,316.8,0,0,0,0),(13365,2733,45,0,11,'2024-06-24 15:14:50',6,253.44,253.44,0,0,0,0),(13366,2733,43,0,11,'2024-06-24 15:14:50',3,237.6,237.6,0,0,0,0),(13367,2733,120,0,11,'2024-06-24 15:14:50',3,158.4,158.4,0,0,0,0),(13374,2735,23,0,79,'2024-06-24 18:21:30',4,274.16,274.16,0,0,0,0),(13375,2735,120,0,79,'2024-06-24 18:21:30',2,105.6,105.6,0,0,0,0),(13376,2735,116,0,79,'2024-06-24 18:21:30',1,145.44,145.44,0,0,0,0),(13378,2736,490,0,21,'2024-06-24 18:25:30',10,196,215.41,0,0,19.41,0),(13380,2737,490,0,21,'2024-06-24 18:29:53',8,156.8,163.363478,0,0,6.563478,0),(13381,2737,137,0,21,'2024-06-24 18:29:53',7,42.35,48.093043,0,0,5.743043,0),(13382,2737,148,0,21,'2024-06-24 18:29:53',7,57.75,63.493043,0,0,5.743043,0),(13383,2737,41,0,21,'2024-06-24 18:29:53',1,66.48,67.300435,0,0,0.820435,0),(13385,2738,2110,0,106,'2024-06-24 21:13:28',1,71.4,76.223333,0,0,4.823333,0),(13386,2738,42,0,106,'2024-06-24 21:13:28',1,79.2,84.023333,0,0,4.823333,0),(13387,2738,45,0,106,'2024-06-24 21:13:28',2,84.48,94.126667,0,0,9.646667,0),(13388,2738,487,0,106,'2024-06-24 21:13:28',1,31.35,36.173333,0,0,4.823333,0),(13389,2738,488,0,106,'2024-06-24 21:13:28',2,62.7,72.346667,0,0,9.646667,0),(13390,2738,490,0,106,'2024-06-24 21:13:28',5,98,122.116667,0,0,24.116667,0),(13392,2739,49,0,92,'2024-06-24 22:23:38',3,237.6,247.384286,0,0,9.784286,0),(13393,2739,120,0,92,'2024-06-24 22:23:38',1,52.8,56.061429,0,0,3.261429,0),(13394,2739,41,0,92,'2024-06-24 22:23:38',3,199.44,209.224286,0,0,9.784286,0),(13396,2740,41,0,80,'2024-06-25 18:46:26',11,731.28,731.28,0,0,0,0),(13397,2740,42,0,80,'2024-06-25 18:46:26',3,237.6,237.6,0,0,0,0),(13398,2740,2110,0,80,'2024-06-25 18:46:26',2,142.8,142.8,0,0,0,0),(13399,2740,2113,0,80,'2024-06-25 18:46:26',1,172,172,0,0,0,0),(13400,2740,2400,0,80,'2024-06-25 18:46:26',2,372.6,372.6,0,0,0,0),(13401,2740,120,0,80,'2024-06-25 18:46:26',1,52.8,52.8,0,0,0,0),(13402,2740,43,0,80,'2024-06-25 18:46:26',2,158.4,158.4,0,0,0,0),(13403,2740,44,0,80,'2024-06-25 18:46:26',4,464.64,464.64,0,0,0,0),(13404,2740,488,0,80,'2024-06-25 18:46:26',12,376.2,376.2,0,0,0,0),(13406,2741,2110,0,11,'2024-06-25 20:24:16',3,214.2,214.2,0,0,0,0),(13407,2741,49,0,11,'2024-06-25 20:24:16',2,158.4,158.4,0,0,0,0),(13408,2741,490,0,11,'2024-06-25 20:24:16',10,196,196,0,0,0,0),(13409,2741,488,0,11,'2024-06-25 20:24:16',2,62.7,62.7,0,0,0,0),(13410,2741,487,0,11,'2024-06-25 20:24:16',2,62.7,62.7,0,0,0,0),(13412,2742,490,0,50,'2024-06-26 18:28:58',20,392,392,0,0,0,0),(13413,2742,133,0,50,'2024-06-26 18:28:58',10,143,143,0,0,0,0),(13422,2743,490,0,25,'2024-06-27 05:45:04',11,215.6,215.6,0,0,0,0),(13423,2743,2408,0,25,'2024-06-27 05:45:04',1,149.34,149.34,0,0,0,0),(13424,2743,2113,0,25,'2024-06-27 05:45:04',1,172,172,0,0,0,0),(13425,2743,488,0,25,'2024-06-27 05:45:04',2,62.7,62.7,0,0,0,0),(13426,2743,487,0,25,'2024-06-27 05:45:04',2,62.7,62.7,0,0,0,0),(13427,2743,45,0,25,'2024-06-27 05:45:04',1,42.24,42.24,0,0,0,0),(13429,2744,2400,0,11,'2024-06-27 16:52:54',1,186.3,186.3,0,0,0,0),(13430,2744,43,0,11,'2024-06-27 16:52:54',2,158.4,158.4,0,0,0,0),(13431,2744,49,0,11,'2024-06-27 16:52:54',2,158.4,158.4,0,0,0,0),(13432,2744,45,0,11,'2024-06-27 16:52:54',4,168.96,168.96,0,0,0,0),(13434,2745,2110,0,17,'2024-06-28 15:09:50',1,71.4,71.4,0,0,0,0),(13435,2745,2113,0,17,'2024-06-28 15:09:50',1,172,172,0,0,0,0),(13436,2745,41,0,17,'2024-06-28 15:09:50',2,132.96,132.96,0,0,0,0),(13437,2745,2408,0,17,'2024-06-28 15:09:50',1,149.34,149.34,0,0,0,0),(13438,2745,39,0,17,'2024-06-28 15:09:50',1,79.2,79.2,0,0,0,0),(13439,2745,40,0,17,'2024-06-28 15:09:50',1,79.2,79.2,0,0,0,0),(13440,2745,43,0,17,'2024-06-28 15:09:50',1,79.2,79.2,0,0,0,0),(13441,2745,44,0,17,'2024-06-28 15:09:50',1,116.16,116.16,0,0,0,0),(13442,2745,490,0,17,'2024-06-28 15:09:50',7,137.2,137.2,0,0,0,0),(13444,2746,23,0,79,'2024-06-28 18:23:17',4,274.16,274.16,0,0,0,0),(13445,2746,40,0,79,'2024-06-28 18:23:17',1,79.2,79.2,0,0,0,0),(13446,2746,44,0,79,'2024-06-28 18:23:17',2,232.32,232.32,0,0,0,0),(13448,2747,148,0,106,'2024-06-28 20:13:28',36,297,308.022,0,0,11.022,0),(13449,2747,320,0,106,'2024-06-28 20:13:28',12,45,48.674,0,0,3.674,0),(13450,2747,138,0,106,'2024-06-28 20:13:28',12,59.4,63.074,0,0,3.674,0),(13452,2748,2110,0,95,'2024-06-28 21:21:09',5,357,357,0,0,0,0),(13453,2748,2113,0,95,'2024-06-28 21:21:09',1,172,172,0,0,0,0),(13454,2748,41,0,95,'2024-06-28 21:21:09',7,465.36,465.36,0,0,0,0),(13455,2748,2408,0,95,'2024-06-28 21:21:09',4,597.36,597.36,0,0,0,0),(13456,2748,120,0,95,'2024-06-28 21:21:09',3,158.4,158.4,0,0,0,0),(13457,2748,43,0,95,'2024-06-28 21:21:09',2,158.4,158.4,0,0,0,0),(13458,2748,490,0,95,'2024-06-28 21:21:09',50,980,980,0,0,0,0),(13459,2748,487,0,95,'2024-06-28 21:21:09',3,94.05,94.05,0,0,0,0),(13461,2749,2110,0,12,'2024-06-29 09:04:43',2,142.8,142.8,0,0,0,0),(13462,2749,2113,0,12,'2024-06-29 09:04:43',1,172,172,0,0,0,0),(13463,2749,41,0,12,'2024-06-29 09:04:43',2,132.96,132.96,0,0,0,0),(13464,2749,45,0,12,'2024-06-29 09:04:43',1,42.24,42.24,0,0,0,0),(13465,2749,2408,0,12,'2024-06-29 09:04:43',2,298.68,298.68,0,0,0,0),(13466,2749,490,0,12,'2024-06-29 09:04:43',20,392,392,0,0,0,0),(13467,2749,487,0,12,'2024-06-29 09:04:43',2,62.7,62.7,0,0,0,0),(13469,2750,2110,0,99,'2024-06-29 17:55:34',1,71.4,71.4,0,0,0,0),(13470,2750,41,0,99,'2024-06-29 17:55:34',5,332.4,332.4,0,0,0,0),(13471,2750,43,0,99,'2024-06-29 17:55:34',1,79.2,79.2,0,0,0,0),(13472,2750,490,0,99,'2024-06-29 17:55:34',4,78.4,78.4,0,0,0,0),(13473,2750,487,0,99,'2024-06-29 17:55:34',1,31.35,31.35,0,0,0,0),(13475,2751,490,0,57,'2024-06-30 00:22:44',10,196,196,0,0,0,0),(13476,2751,41,0,57,'2024-06-30 00:22:44',2,132.96,132.96,0,0,0,0),(13477,2751,2113,0,57,'2024-06-30 00:22:44',1,172,172,0,0,0,0),(13478,2751,23,0,57,'2024-06-30 00:22:44',1,68.54,68.54,0,0,0,0),(13479,2751,2110,0,57,'2024-06-30 00:22:44',1,71.4,71.4,0,0,0,0),(13481,2734,2113,0,46,'2024-06-24 15:56:40',1,172,175.78375,0,0,3.78375,0),(13482,2734,41,0,46,'2024-06-24 15:56:40',1,66.48,70.26375,0,0,3.78375,0),(13483,2734,44,0,46,'2024-06-24 15:56:40',1,116.16,119.94375,0,0,3.78375,0),(13484,2734,490,0,46,'2024-06-24 15:56:40',5,98,116.91875,0,0,18.91875,0),(13486,2752,490,0,33,'2024-07-04 07:48:15',2,39.2,53.37,0,0,14.17,0),(13488,2753,93,0,14,'2024-07-07 16:36:30',4,0,11.336,0,0,11.336,0),(13489,2753,99,0,14,'2024-07-07 16:36:30',1,0,2.834,0,0,2.834,0),(13491,2754,490,0,86,'2024-07-07 21:00:57',3,58.8,71.7225,0,0,12.9225,0),(13492,2754,487,0,86,'2024-07-07 21:00:57',1,31.35,35.6575,0,0,4.3075,0),(13507,2755,23,0,69,'2024-07-08 01:46:05',10,685.4,685.4,0,0,0,0),(13508,2755,43,0,69,'2024-07-08 01:46:05',10,792,792,0,0,0,0),(13509,2755,49,0,69,'2024-07-08 01:46:05',10,792,792,0,0,0,0),(13510,2755,44,0,69,'2024-07-08 01:46:05',3,348.48,348.48,0,0,0,0),(13511,2755,2408,0,69,'2024-07-08 01:46:05',6,896.04,896.04,0,0,0,0),(13512,2755,39,0,69,'2024-07-08 01:46:05',4,316.8,316.8,0,0,0,0),(13513,2755,45,0,69,'2024-07-08 01:46:05',10,422.4,422.4,0,0,0,0),(13514,2755,45,0,69,'2024-07-08 01:46:05',10,422.4,422.4,0,0,0,0),(13515,2755,490,0,69,'2024-07-08 01:46:05',24,470.4,470.4,0,0,0,0),(13516,2755,137,0,69,'2024-07-08 01:46:05',10,60.5,60.5,0,0,0,0),(13517,2755,320,0,69,'2024-07-08 01:46:05',10,37.5,37.5,0,0,0,0),(13518,2755,138,0,69,'2024-07-08 01:46:05',10,49.5,49.5,0,0,0,0),(13520,2756,2110,0,11,'2024-07-08 13:37:27',4,285.6,285.6,0,0,0,0),(13521,2756,2113,0,11,'2024-07-08 13:37:27',2,344,344,0,0,0,0),(13522,2756,41,0,11,'2024-07-08 13:37:27',3,199.44,199.44,0,0,0,0),(13523,2756,45,0,11,'2024-07-08 13:37:27',6,253.44,253.44,0,0,0,0),(13524,2756,43,0,11,'2024-07-08 13:37:27',2,158.4,158.4,0,0,0,0),(13525,2756,49,0,11,'2024-07-08 13:37:27',2,158.4,158.4,0,0,0,0),(13526,2756,490,0,11,'2024-07-08 13:37:27',20,392,392,0,0,0,0),(13527,2756,488,0,11,'2024-07-08 13:37:27',4,125.4,125.4,0,0,0,0),(13528,2756,487,0,11,'2024-07-08 13:37:27',4,125.4,125.4,0,0,0,0),(13530,2757,23,0,13,'2024-07-08 20:37:43',3,205.62,205.62,0,0,0,0),(13531,2757,38,0,13,'2024-07-08 20:37:43',4,663.04,663.04,0,0,0,0),(13532,2757,41,0,13,'2024-07-08 20:37:43',4,265.92,265.92,0,0,0,0),(13533,2757,45,0,13,'2024-07-08 20:37:43',2,84.48,84.48,0,0,0,0),(13534,2757,43,0,13,'2024-07-08 20:37:43',1,79.2,79.2,0,0,0,0),(13536,2758,2110,0,53,'2024-07-09 16:16:23',2,142.8,142.8,0,0,0,0),(13537,2758,41,0,53,'2024-07-09 16:16:23',2,132.96,132.96,0,0,0,0),(13538,2758,45,0,53,'2024-07-09 16:16:23',3,126.72,126.72,0,0,0,0),(13539,2758,2408,0,53,'2024-07-09 16:16:23',2,298.68,298.68,0,0,0,0),(13540,2758,49,0,53,'2024-07-09 16:16:23',4,316.8,316.8,0,0,0,0),(13542,2759,2110,0,101,'2024-07-09 16:23:39',3,214.2,214.2,0,0,0,0),(13543,2759,45,0,101,'2024-07-09 16:23:39',2,84.48,84.48,0,0,0,0),(13544,2759,41,0,101,'2024-07-09 16:23:39',2,132.96,132.96,0,0,0,0),(13545,2759,2408,0,101,'2024-07-09 16:23:39',1,149.34,149.34,0,0,0,0),(13546,2759,49,0,101,'2024-07-09 16:23:39',1,79.2,79.2,0,0,0,0),(13547,2759,490,0,101,'2024-07-09 16:23:39',5,98,98,0,0,0,0),(13548,2759,133,0,101,'2024-07-09 16:23:39',2,28.6,28.6,0,0,0,0),(13550,2760,2408,0,101,'2024-07-09 16:34:34',3,448.02,448.02,0,0,0,0),(13551,2760,41,0,101,'2024-07-09 16:34:34',4,265.92,265.92,0,0,0,0),(13552,2760,133,0,101,'2024-07-09 16:34:34',6,85.8,85.8,0,0,0,0),(13553,2760,490,0,101,'2024-07-09 16:34:34',5,98,98,0,0,0,0),(13555,2761,41,0,21,'2024-07-09 20:11:44',3,199.44,216.18,0,0,16.74,0),(13562,2762,120,0,50,'2024-07-10 00:56:26',1,52.8,52.8,0,0,0,0),(13563,2762,2113,0,50,'2024-07-10 00:56:26',1,172,172,0,0,0,0),(13564,2762,41,0,50,'2024-07-10 00:56:26',5,332.4,332.4,0,0,0,0),(13565,2762,45,0,50,'2024-07-10 00:56:26',1,42.24,42.24,0,0,0,0),(13567,2763,120,0,50,'2024-07-10 01:03:13',1,52.8,52.8,0,0,0,0),(13568,2763,2113,0,50,'2024-07-10 01:03:13',1,172,172,0,0,0,0),(13569,2763,41,0,50,'2024-07-10 01:03:13',5,332.4,332.4,0,0,0,0),(13570,2763,45,0,50,'2024-07-10 01:03:13',1,42.24,42.24,0,0,0,0),(13572,2764,2110,0,101,'2024-07-10 21:51:27',3,214.2,214.2,0,0,0,0),(13573,2764,41,0,101,'2024-07-10 21:51:27',2,132.96,132.96,0,0,0,0),(13574,2764,42,0,101,'2024-07-10 21:51:27',1,79.2,79.2,0,0,0,0),(13575,2764,43,0,101,'2024-07-10 21:51:27',1,79.2,79.2,0,0,0,0),(13576,2764,49,0,101,'2024-07-10 21:51:27',2,158.4,158.4,0,0,0,0),(13577,2764,490,0,101,'2024-07-10 21:51:27',10,196,196,0,0,0,0),(13579,2765,23,0,79,'2024-07-10 22:04:17',4,274.16,274.16,0,0,0,0),(13580,2765,39,0,79,'2024-07-10 22:04:17',1,79.2,79.2,0,0,0,0),(13581,2765,40,0,79,'2024-07-10 22:04:17',1,79.2,79.2,0,0,0,0),(13582,2765,49,0,79,'2024-07-10 22:04:17',1,79.2,79.2,0,0,0,0),(13584,2766,41,0,55,'2024-07-11 12:45:21',2,132.96,141.092,0,0,8.132,0),(13585,2766,40,0,55,'2024-07-11 12:45:21',1,79.2,83.266,0,0,4.066,0),(13586,2766,49,0,55,'2024-07-11 12:45:21',1,79.2,83.266,0,0,4.066,0),(13587,2766,39,0,55,'2024-07-11 12:45:21',1,79.2,83.266,0,0,4.066,0),(13589,2767,23,0,82,'2024-07-11 18:05:58',4,274.16,274.16,0,0,0,0),(13590,2767,41,0,82,'2024-07-11 18:05:58',2,132.96,132.96,0,0,0,0),(13591,2767,43,0,82,'2024-07-11 18:05:58',1,79.2,79.2,0,0,0,0),(13592,2767,490,0,82,'2024-07-11 18:05:58',10,196,196,0,0,0,0),(13593,2767,488,0,82,'2024-07-11 18:05:58',2,62.7,62.7,0,0,0,0),(13594,2767,487,0,82,'2024-07-11 18:05:58',2,62.7,62.7,0,0,0,0),(13596,2768,93,0,6,'2024-07-11 21:54:19',7,0,0,0,0,0,0),(13597,2768,44,0,6,'2024-07-11 21:54:19',1,116.16,116.16,0,0,0,0),(13598,2768,2408,0,6,'2024-07-11 21:54:19',1,149.34,149.34,0,0,0,0),(13599,2768,2400,0,6,'2024-07-11 21:54:19',1,186.3,186.3,0,0,0,0),(13600,2768,2110,0,6,'2024-07-11 21:54:19',1,71.4,71.4,0,0,0,0),(13601,2768,2113,0,6,'2024-07-11 21:54:19',1,172,172,0,0,0,0),(13602,2768,45,0,6,'2024-07-11 21:54:19',1,42.24,42.24,0,0,0,0),(13603,2768,39,0,6,'2024-07-11 21:54:19',1,79.2,79.2,0,0,0,0),(13604,2768,40,0,6,'2024-07-11 21:54:19',1,79.2,79.2,0,0,0,0),(13605,2768,43,0,6,'2024-07-11 21:54:19',1,79.2,79.2,0,0,0,0),(13611,2770,2110,0,63,'2024-07-12 04:55:06',6,428.4,428.4,0,0,0,0),(13612,2770,39,0,63,'2024-07-12 04:55:06',2,158.4,158.4,0,0,0,0),(13613,2770,40,0,63,'2024-07-12 04:55:06',2,158.4,158.4,0,0,0,0),(13614,2770,41,0,63,'2024-07-12 04:55:06',6,398.88,398.88,0,0,0,0),(13615,2770,49,0,63,'2024-07-12 04:55:06',5,396,396,0,0,0,0),(13617,2771,49,0,32,'2024-07-12 20:02:06',3,237.6,268.49,0,0,30.89,0),(13619,2772,2110,0,101,'2024-07-12 21:06:56',10,714,714,0,0,0,0),(13621,2773,93,0,63,'2024-07-14 20:38:13',20,0,22.56,0,0,22.56,0),(13623,2774,2110,0,62,'2024-07-15 05:36:37',3,214.2,214.2,0,0,0,0),(13624,2774,2113,0,62,'2024-07-15 05:36:37',1,172,172,0,0,0,0),(13625,2774,41,0,62,'2024-07-15 05:36:37',3,199.44,199.44,0,0,0,0),(13626,2774,45,0,62,'2024-07-15 05:36:37',2,84.48,84.48,0,0,0,0),(13627,2774,120,0,62,'2024-07-15 05:36:37',1,52.8,52.8,0,0,0,0),(13628,2774,43,0,62,'2024-07-15 05:36:37',1,79.2,79.2,0,0,0,0),(13629,2774,49,0,62,'2024-07-15 05:36:37',3,237.6,237.6,0,0,0,0),(13630,2774,44,0,62,'2024-07-15 05:36:37',1,116.16,116.16,0,0,0,0),(13631,2774,93,0,62,'2024-07-15 05:36:37',10,0,0,0,0,0,0),(13632,2774,97,0,62,'2024-07-15 05:36:37',2,0,0,0,0,0,0),(13633,2774,99,0,62,'2024-07-15 05:36:37',2,0,0,0,0,0,0),(13634,2774,133,0,62,'2024-07-15 05:36:37',3,42.9,42.9,0,0,0,0),(13636,2775,2113,0,57,'2024-07-15 11:03:58',1,172,172,0,0,0,0),(13637,2775,2110,0,57,'2024-07-15 11:03:58',1,71.4,71.4,0,0,0,0),(13638,2775,45,0,57,'2024-07-15 11:03:58',2,84.48,84.48,0,0,0,0),(13639,2775,41,0,57,'2024-07-15 11:03:58',1,66.48,66.48,0,0,0,0),(13640,2775,490,0,57,'2024-07-15 11:03:58',6,117.6,117.6,0,0,0,0),(13641,2775,318,0,57,'2024-07-15 11:03:58',6,18,18,0,0,0,0),(13642,2775,23,0,57,'2024-07-15 11:03:58',1,68.54,68.54,0,0,0,0),(13643,2775,38,0,57,'2024-07-15 11:03:58',1,165.76,165.76,0,0,0,0),(13645,2779,43,0,90,'2024-07-16 19:07:31',1,79.2,79.2,0,0,0,0),(13646,2779,490,0,90,'2024-07-16 19:07:31',5,98,98,0,0,0,0),(13647,2779,2113,0,90,'2024-07-16 19:07:31',2,344,344,0,0,0,0),(13648,2779,45,0,90,'2024-07-16 19:07:31',1,42.24,42.24,0,0,0,0),(13649,2779,41,0,90,'2024-07-16 19:07:31',1,66.48,66.48,0,0,0,0),(13651,2780,45,0,90,'2024-07-16 21:03:59',5,211.2,211.2,0,0,0,0),(13652,2780,39,0,90,'2024-07-16 21:03:59',1,79.2,79.2,0,0,0,0),(13653,2780,42,0,90,'2024-07-16 21:03:59',2,158.4,158.4,0,0,0,0),(13654,2780,43,0,90,'2024-07-16 21:03:59',2,158.4,158.4,0,0,0,0),(13655,2780,487,0,90,'2024-07-16 21:03:59',1,31.35,31.35,0,0,0,0),(13656,2780,490,0,90,'2024-07-16 21:03:59',10,196,196,0,0,0,0),(13657,2780,2110,0,90,'2024-07-16 21:03:59',1,71.4,71.4,0,0,0,0),(13658,2780,2113,0,90,'2024-07-16 21:03:59',2,344,344,0,0,0,0),(13659,2780,41,0,90,'2024-07-16 21:03:59',1,66.48,66.48,0,0,0,0),(13661,2781,39,0,90,'2024-07-16 21:14:58',1,79.2,79.2,0,0,0,0),(13662,2781,40,0,90,'2024-07-16 21:14:58',1,79.2,79.2,0,0,0,0),(13663,2781,42,0,90,'2024-07-16 21:14:58',1,79.2,79.2,0,0,0,0),(13664,2781,43,0,90,'2024-07-16 21:14:58',1,79.2,79.2,0,0,0,0),(13665,2781,490,0,90,'2024-07-16 21:14:58',8,156.8,156.8,0,0,0,0),(13666,2781,2113,0,90,'2024-07-16 21:14:58',1,172,172,0,0,0,0),(13667,2781,45,0,90,'2024-07-16 21:14:58',1,42.24,42.24,0,0,0,0),(13668,2781,41,0,90,'2024-07-16 21:14:58',1,66.48,66.48,0,0,0,0),(13669,2781,487,0,90,'2024-07-16 21:14:58',1,31.35,31.35,0,0,0,0),(13670,2781,488,0,90,'2024-07-16 21:14:58',1,31.35,31.35,0,0,0,0),(13671,2781,490,0,90,'2024-07-16 21:14:58',4,78.4,78.4,0,0,0,0),(13673,2782,23,0,79,'2024-07-16 21:22:58',4,274.16,274.16,0,0,0,0),(13674,2782,49,0,79,'2024-07-16 21:22:58',1,79.2,79.2,0,0,0,0),(13675,2782,144,0,79,'2024-07-16 21:22:58',10,13.8,13.8,0,0,0,0),(13676,2782,490,0,79,'2024-07-16 21:22:58',7,137.2,137.2,0,0,0,0),(13678,2783,42,0,53,'2024-07-16 23:59:26',3,237.6,237.6,0,0,0,0),(13679,2783,42,0,53,'2024-07-16 23:59:26',3,237.6,237.6,0,0,0,0),(13680,2783,2400,0,53,'2024-07-16 23:59:26',3,558.9,558.9,0,0,0,0),(13681,2783,2408,0,53,'2024-07-16 23:59:26',2,298.68,298.68,0,0,0,0),(13683,2784,2110,0,12,'2024-07-17 18:19:13',2,142.8,142.8,0,0,0,0),(13684,2784,2113,0,12,'2024-07-17 18:19:13',1,172,172,0,0,0,0),(13685,2784,41,0,12,'2024-07-17 18:19:13',2,132.96,132.96,0,0,0,0),(13686,2784,45,0,12,'2024-07-17 18:19:13',1,42.24,42.24,0,0,0,0),(13687,2784,2400,0,12,'2024-07-17 18:19:13',1,186.3,186.3,0,0,0,0),(13688,2784,2408,0,12,'2024-07-17 18:19:13',2,298.68,298.68,0,0,0,0),(13689,2784,43,0,12,'2024-07-17 18:19:13',1,79.2,79.2,0,0,0,0),(13690,2784,49,0,12,'2024-07-17 18:19:13',1,79.2,79.2,0,0,0,0),(13692,2785,23,0,79,'2024-07-18 17:35:51',4,274.16,274.16,0,0,0,0),(13693,2785,490,0,79,'2024-07-18 17:35:51',2,39.2,39.2,0,0,0,0),(13694,2785,43,0,79,'2024-07-18 17:35:51',3,237.6,237.6,0,0,0,0),(13699,2787,41,0,81,'2024-07-19 00:29:56',1,66.48,68.338889,0,0,1.858889,0),(13700,2787,137,0,81,'2024-07-19 00:29:56',8,48.4,63.271111,0,0,14.871111,0),(13702,2788,490,0,70,'2024-07-19 14:40:01',10,196,196,0,0,0,0),(13703,2788,41,0,70,'2024-07-19 14:40:01',5,332.4,332.4,0,0,0,0),(13704,2788,49,0,70,'2024-07-19 14:40:01',6,475.2,475.2,0,0,0,0),(13705,2788,23,0,70,'2024-07-19 14:40:01',2,137.08,137.08,0,0,0,0),(13706,2788,39,0,70,'2024-07-19 14:40:01',4,316.8,316.8,0,0,0,0),(13707,2788,40,0,70,'2024-07-19 14:40:01',4,316.8,316.8,0,0,0,0),(13708,2788,487,0,70,'2024-07-19 14:40:01',5,156.75,156.75,0,0,0,0),(13710,2789,116,0,79,'2024-07-19 17:24:19',1,145.44,145.44,0,0,0,0),(13711,2789,490,0,79,'2024-07-19 17:24:19',15,294,294,0,0,0,0),(13712,2789,43,0,79,'2024-07-19 17:24:19',1,79.2,79.2,0,0,0,0),(13714,2790,133,0,101,'2024-07-19 19:51:39',10,143,159.73,0,0,16.73,0),(13716,2791,116,0,53,'2024-07-19 19:54:27',1,145.44,145.44,0,0,0,0),(13717,2791,120,0,53,'2024-07-19 19:54:27',2,105.6,105.6,0,0,0,0),(13718,2791,2110,0,53,'2024-07-19 19:54:27',3,214.2,214.2,0,0,0,0),(13719,2791,490,0,53,'2024-07-19 19:54:27',7,137.2,137.2,0,0,0,0),(13721,2792,2110,0,33,'2024-07-21 14:11:36',1,71.4,71.4,0,0,0,0),(13722,2792,41,0,33,'2024-07-21 14:11:36',1,66.48,66.48,0,0,0,0),(13723,2792,40,0,33,'2024-07-21 14:11:36',1,79.2,79.2,0,0,0,0),(13724,2792,39,0,33,'2024-07-21 14:11:36',1,79.2,79.2,0,0,0,0),(13725,2792,120,0,33,'2024-07-21 14:11:36',1,52.8,52.8,0,0,0,0),(13726,2792,490,0,33,'2024-07-21 14:11:36',3,58.8,58.8,0,0,0,0),(13727,2792,488,0,33,'2024-07-21 14:11:36',1,31.35,31.35,0,0,0,0),(13728,2792,131,0,33,'2024-07-21 14:11:36',1,12.65,12.65,0,0,0,0),(13729,2792,137,0,33,'2024-07-21 14:11:36',3,18.15,18.15,0,0,0,0),(13730,2792,148,0,33,'2024-07-21 14:11:36',4,33,33,0,0,0,0),(13732,2793,490,0,21,'2024-07-22 12:49:37',10,196,203.953571,0,0,7.953571,0),(13733,2793,137,0,21,'2024-07-22 12:49:37',10,60.5,68.453571,0,0,7.953571,0),(13734,2793,148,0,21,'2024-07-22 12:49:37',8,66,72.362857,0,0,6.362857,0),(13736,2794,137,0,21,'2024-07-22 13:07:11',10,60.5,68.865,0,0,8.365,0),(13737,2794,148,0,21,'2024-07-22 13:07:11',10,82.5,90.865,0,0,8.365,0),(13739,2795,41,0,106,'2024-07-22 13:46:14',3,199.44,199.44,0,0,0,0),(13740,2795,490,0,106,'2024-07-22 13:46:14',10,196,196,0,0,0,0),(13741,2795,488,0,106,'2024-07-22 13:46:14',6,188.1,188.1,0,0,0,0),(13743,2796,2408,0,53,'2024-07-22 15:51:08',2,298.68,298.68,0,0,0,0),(13744,2796,44,0,53,'2024-07-22 15:51:08',2,232.32,232.32,0,0,0,0),(13746,2797,23,0,79,'2024-07-22 20:41:08',7,479.78,479.78,0,0,0,0),(13747,2797,144,0,79,'2024-07-22 20:41:08',10,13.8,13.8,0,0,0,0),(13748,2797,146,0,79,'2024-07-22 20:41:08',10,13.8,13.8,0,0,0,0),(13750,2798,45,0,11,'2024-07-22 20:51:52',2,84.48,84.48,0,0,0,0),(13751,2798,2400,0,11,'2024-07-22 20:51:52',1,186.3,186.3,0,0,0,0),(13752,2798,2408,0,11,'2024-07-22 20:51:52',1,149.34,149.34,0,0,0,0),(13753,2798,490,0,11,'2024-07-22 20:51:52',12,235.2,235.2,0,0,0,0),(13754,2798,488,0,11,'2024-07-22 20:51:52',1,31.35,31.35,0,0,0,0),(13755,2798,487,0,11,'2024-07-22 20:51:52',3,94.05,94.05,0,0,0,0),(13757,2804,2110,0,12,'2024-07-23 21:54:16',3,214.2,214.2,0,0,0,0),(13758,2804,2113,0,12,'2024-07-23 21:54:16',1,172,172,0,0,0,0),(13759,2804,42,0,12,'2024-07-23 21:54:16',1,79.2,79.2,0,0,0,0),(13760,2804,45,0,12,'2024-07-23 21:54:16',2,84.48,84.48,0,0,0,0),(13761,2804,120,0,12,'2024-07-23 21:54:16',1,52.8,52.8,0,0,0,0),(13762,2804,49,0,12,'2024-07-23 21:54:16',1,79.2,79.2,0,0,0,0),(13763,2804,44,0,12,'2024-07-23 21:54:16',1,116.16,116.16,0,0,0,0),(13764,2804,490,0,12,'2024-07-23 21:54:16',10,196,196,0,0,0,0),(13765,2804,487,0,12,'2024-07-23 21:54:16',2,62.7,62.7,0,0,0,0),(13767,2805,2110,0,12,'2024-07-23 21:58:56',3,214.2,214.2,0,0,0,0),(13768,2805,2113,0,12,'2024-07-23 21:58:56',1,172,172,0,0,0,0),(13769,2805,42,0,12,'2024-07-23 21:58:56',1,79.2,79.2,0,0,0,0),(13770,2805,45,0,12,'2024-07-23 21:58:56',2,84.48,84.48,0,0,0,0),(13771,2805,120,0,12,'2024-07-23 21:58:56',1,52.8,52.8,0,0,0,0),(13772,2805,49,0,12,'2024-07-23 21:58:56',1,79.2,79.2,0,0,0,0),(13773,2805,44,0,12,'2024-07-23 21:58:56',1,116.16,116.16,0,0,0,0),(13774,2805,490,0,12,'2024-07-23 21:58:56',10,196,196,0,0,0,0),(13775,2805,487,0,12,'2024-07-23 21:58:56',2,62.7,62.7,0,0,0,0),(13777,2806,487,0,11,'2024-07-23 22:19:01',2,62.7,62.7,0,0,0,0),(13778,2806,41,0,11,'2024-07-23 22:19:01',2,132.96,132.96,0,0,0,0),(13779,2806,490,0,11,'2024-07-23 22:19:01',12,235.2,235.2,0,0,0,0),(13780,2806,2113,0,11,'2024-07-23 22:19:01',1,172,172,0,0,0,0),(13781,2806,2110,0,11,'2024-07-23 22:19:01',2,142.8,142.8,0,0,0,0),(13782,2806,45,0,11,'2024-07-23 22:19:01',3,126.72,126.72,0,0,0,0),(13783,2806,49,0,11,'2024-07-23 22:19:01',2,158.4,158.4,0,0,0,0),(13785,2807,2110,0,64,'2024-07-23 22:37:26',1,71.4,71.4,0,0,0,0),(13786,2807,2113,0,64,'2024-07-23 22:37:26',1,172,172,0,0,0,0),(13787,2807,41,0,64,'2024-07-23 22:37:26',2,132.96,132.96,0,0,0,0),(13788,2807,49,0,64,'2024-07-23 22:37:26',1,79.2,79.2,0,0,0,0),(13789,2807,45,0,64,'2024-07-23 22:37:26',1,42.24,42.24,0,0,0,0),(13790,2807,490,0,64,'2024-07-23 22:37:26',10,196,196,0,0,0,0),(13791,2807,488,0,64,'2024-07-23 22:37:26',2,62.7,62.7,0,0,0,0),(13793,2808,41,0,86,'2024-07-24 00:05:19',1,66.48,69.894,0,0,3.414,0),(13794,2808,490,0,86,'2024-07-24 00:05:19',4,78.4,92.056,0,0,13.656,0),(13796,2809,116,0,53,'2024-07-24 21:35:49',2,290.88,306.355,0,0,15.475,0),(13797,2809,120,0,53,'2024-07-24 21:35:49',2,105.6,121.075,0,0,15.475,0),(13799,2810,116,0,53,'2024-07-24 21:38:54',1,145.44,145.44,0,0,0,0),(13800,2810,41,0,53,'2024-07-24 21:38:54',4,265.92,265.92,0,0,0,0),(13801,2810,45,0,53,'2024-07-24 21:38:54',1,42.24,42.24,0,0,0,0),(13802,2810,120,0,53,'2024-07-24 21:38:54',1,52.8,52.8,0,0,0,0),(13804,2811,120,0,50,'2024-07-25 19:27:24',2,105.6,105.6,0,0,0,0),(13805,2811,45,0,50,'2024-07-25 19:27:24',1,42.24,42.24,0,0,0,0),(13806,2811,2113,0,50,'2024-07-25 19:27:24',1,172,172,0,0,0,0),(13807,2811,43,0,50,'2024-07-25 19:27:24',2,158.4,158.4,0,0,0,0),(13808,2811,44,0,50,'2024-07-25 19:27:24',1,116.16,116.16,0,0,0,0),(13809,2811,133,0,50,'2024-07-25 19:27:24',5,71.5,71.5,0,0,0,0),(13810,2811,490,0,50,'2024-07-25 19:27:24',10,196,196,0,0,0,0),(13812,2812,490,0,25,'2024-07-25 20:26:40',5,98,98,0,0,0,0),(13813,2812,2408,0,25,'2024-07-25 20:26:40',1,149.34,149.34,0,0,0,0),(13814,2812,2113,0,25,'2024-07-25 20:26:40',1,172,172,0,0,0,0),(13815,2812,45,0,25,'2024-07-25 20:26:40',2,84.48,84.48,0,0,0,0),(13816,2812,2110,0,25,'2024-07-25 20:26:40',1,71.4,71.4,0,0,0,0),(13817,2812,120,0,25,'2024-07-25 20:26:40',1,52.8,52.8,0,0,0,0),(13818,2812,41,0,25,'2024-07-25 20:26:40',1,66.48,66.48,0,0,0,0),(13820,2813,2110,0,64,'2024-07-29 15:32:01',3,214.2,214.2,0,0,0,0),(13821,2813,41,0,64,'2024-07-29 15:32:01',3,199.44,199.44,0,0,0,0),(13822,2813,49,0,64,'2024-07-29 15:32:01',2,158.4,158.4,0,0,0,0),(13823,2813,490,0,64,'2024-07-29 15:32:01',10,196,196,0,0,0,0),(13825,2814,490,0,79,'2024-07-29 16:59:34',15,294,294,0,0,0,0),(13826,2814,49,0,79,'2024-07-29 16:59:34',2,158.4,158.4,0,0,0,0),(13827,2814,146,0,79,'2024-07-29 16:59:34',5,6.9,6.9,0,0,0,0),(13828,2814,144,0,79,'2024-07-29 16:59:34',5,6.9,6.9,0,0,0,0),(13829,2814,23,0,79,'2024-07-29 16:59:34',1,68.54,68.54,0,0,0,0),(13831,2815,43,0,11,'2024-07-30 18:06:59',2,158.4,158.4,0,0,0,0),(13832,2815,39,0,11,'2024-07-30 18:06:59',1,79.2,79.2,0,0,0,0),(13833,2815,40,0,11,'2024-07-30 18:06:59',1,79.2,79.2,0,0,0,0),(13834,2815,2408,0,11,'2024-07-30 18:06:59',1,149.34,149.34,0,0,0,0),(13835,2815,49,0,11,'2024-07-30 18:06:59',1,79.2,79.2,0,0,0,0),(13836,2815,490,0,11,'2024-07-30 18:06:59',10,196,196,0,0,0,0),(13837,2815,45,0,11,'2024-07-30 18:06:59',1,42.24,42.24,0,0,0,0),(13839,2816,41,0,92,'2024-07-31 21:00:57',4,265.92,265.92,0,0,0,0),(13840,2816,120,0,92,'2024-07-31 21:00:57',1,52.8,52.8,0,0,0,0),(13841,2816,49,0,92,'2024-07-31 21:00:57',4,316.8,316.8,0,0,0,0),(13842,2816,40,0,92,'2024-07-31 21:00:57',1,79.2,79.2,0,0,0,0),(13843,2816,39,0,92,'2024-07-31 21:00:57',3,237.6,237.6,0,0,0,0),(13845,2817,490,0,25,'2024-08-01 06:31:11',10,196,196,0,0,0,0),(13846,2817,45,0,25,'2024-08-01 06:31:11',5,211.2,211.2,0,0,0,0),(13847,2817,2110,0,25,'2024-08-01 06:31:11',1,71.4,71.4,0,0,0,0),(13848,2817,41,0,25,'2024-08-01 06:31:11',1,66.48,66.48,0,0,0,0),(13850,2818,2110,0,17,'2024-08-01 13:25:21',1,71.4,73.496667,0,0,2.096667,0),(13851,2818,44,0,17,'2024-08-01 13:25:21',1,116.16,118.256667,0,0,2.096667,0),(13852,2818,490,0,17,'2024-08-01 13:25:21',6,117.6,130.18,0,0,12.58,0),(13853,2818,487,0,17,'2024-08-01 13:25:21',1,31.35,33.446667,0,0,2.096667,0),(13855,2819,41,0,49,'2024-08-01 15:18:36',1,66.48,70.655,0,0,4.175,0),(13856,2819,41,0,49,'2024-08-01 15:18:36',1,66.48,70.655,0,0,4.175,0),(13857,2819,43,0,49,'2024-08-01 15:18:36',1,79.2,83.375,0,0,4.175,0),(13858,2819,131,0,49,'2024-08-01 15:18:36',1,12.65,16.825,0,0,4.175,0),(13860,2838,2110,0,95,'2024-08-02 21:32:33',2,142.8,156.64,0,0,13.84,0),(13861,2838,41,0,95,'2024-08-02 21:32:33',2,132.96,146.8,0,0,13.84,0),(13863,2839,2110,0,95,'2024-08-02 23:25:19',4,285.6,285.6,0,0,0,0),(13864,2839,2113,0,95,'2024-08-02 23:25:19',2,344,344,0,0,0,0),(13865,2839,42,0,95,'2024-08-02 23:25:19',2,158.4,158.4,0,0,0,0),(13866,2839,41,0,95,'2024-08-02 23:25:19',8,531.84,531.84,0,0,0,0),(13867,2839,2400,0,95,'2024-08-02 23:25:19',2,372.6,372.6,0,0,0,0),(13868,2839,2408,0,95,'2024-08-02 23:25:19',4,597.36,597.36,0,0,0,0),(13869,2839,43,0,95,'2024-08-02 23:25:19',4,316.8,316.8,0,0,0,0),(13870,2839,44,0,95,'2024-08-02 23:25:19',1,116.16,116.16,0,0,0,0),(13871,2839,490,0,95,'2024-08-02 23:25:19',40,784,784,0,0,0,0),(13873,2840,2110,0,53,'2024-08-03 13:40:19',6,428.4,428.4,0,0,0,0),(13874,2840,490,0,53,'2024-08-03 13:40:19',5,98,98,0,0,0,0),(13876,2841,41,0,53,'2024-08-05 15:13:47',2,132.96,148.54,0,0,15.58,0),(13877,2841,2408,0,53,'2024-08-05 15:13:47',2,298.68,314.26,0,0,15.58,0),(13879,2843,2113,0,57,'2024-08-05 21:46:56',1,172,172,0,0,0,0),(13880,2843,490,0,57,'2024-08-05 21:46:56',8,156.8,156.8,0,0,0,0),(13881,2843,23,0,57,'2024-08-05 21:46:56',2,137.08,137.08,0,0,0,0),(13882,2843,38,0,57,'2024-08-05 21:46:56',1,165.76,165.76,0,0,0,0),(13883,2843,41,0,57,'2024-08-05 21:46:56',1,66.48,66.48,0,0,0,0),(13884,2843,2110,0,57,'2024-08-05 21:46:56',2,142.8,142.8,0,0,0,0),(13885,2843,49,0,57,'2024-08-05 21:46:56',1,79.2,79.2,0,0,0,0),(13887,2844,490,0,79,'2024-08-06 19:05:50',10,196,196,0,0,0,0),(13888,2844,23,0,79,'2024-08-06 19:05:50',5,342.7,342.7,0,0,0,0),(13890,2845,2110,0,85,'2024-08-07 04:34:07',15,1071,1071,0,0,0,0),(13891,2845,2113,0,85,'2024-08-07 04:34:07',5,860,860,0,0,0,0),(13892,2845,45,0,85,'2024-08-07 04:34:07',5,211.2,211.2,0,0,0,0),(13893,2845,43,0,85,'2024-08-07 04:34:07',5,396,396,0,0,0,0),(13895,2846,2408,0,11,'2024-08-08 15:53:07',2,298.68,298.68,0,0,0,0),(13896,2846,490,0,11,'2024-08-08 15:53:07',15,294,294,0,0,0,0),(13897,2846,2110,0,11,'2024-08-08 15:53:07',3,214.2,214.2,0,0,0,0),(13898,2846,45,0,11,'2024-08-08 15:53:07',4,168.96,168.96,0,0,0,0),(13899,2846,43,0,11,'2024-08-08 15:53:07',4,316.8,316.8,0,0,0,0),(13900,2846,49,0,11,'2024-08-08 15:53:07',4,316.8,316.8,0,0,0,0),(13901,2846,2400,0,11,'2024-08-08 15:53:07',2,372.6,372.6,0,0,0,0),(13903,2847,43,0,69,'2024-08-08 16:10:20',12,950.4,950.4,0,0,0,0),(13904,2847,49,0,69,'2024-08-08 16:10:20',12,950.4,950.4,0,0,0,0),(13905,2847,44,0,69,'2024-08-08 16:10:20',5,580.8,580.8,0,0,0,0),(13906,2847,39,0,69,'2024-08-08 16:10:20',5,396,396,0,0,0,0),(13907,2847,490,0,69,'2024-08-08 16:10:20',30,588,588,0,0,0,0),(13908,2847,41,0,69,'2024-08-08 16:10:20',5,332.4,332.4,0,0,0,0),(13909,2847,487,0,69,'2024-08-08 16:10:20',2,62.7,62.7,0,0,0,0),(13910,2847,488,0,69,'2024-08-08 16:10:20',2,62.7,62.7,0,0,0,0),(13911,2847,2110,0,69,'2024-08-08 16:10:20',4,285.6,285.6,0,0,0,0),(13913,2848,2110,0,101,'2024-08-08 17:54:04',4,285.6,285.6,0,0,0,0),(13914,2848,2400,0,101,'2024-08-08 17:54:04',1,186.3,186.3,0,0,0,0),(13915,2848,41,0,101,'2024-08-08 17:54:04',2,132.96,132.96,0,0,0,0),(13916,2848,490,0,101,'2024-08-08 17:54:04',5,98,98,0,0,0,0),(13917,2848,133,0,101,'2024-08-08 17:54:04',7,100.1,100.1,0,0,0,0),(13918,2848,120,0,101,'2024-08-08 17:54:04',2,105.6,105.6,0,0,0,0),(13920,2856,2110,0,26,'2024-08-09 15:16:27',1,71.4,71.4,0,0,0,0),(13921,2856,43,0,26,'2024-08-09 15:16:27',2,158.4,158.4,0,0,0,0),(13922,2856,49,0,26,'2024-08-09 15:16:27',2,158.4,158.4,0,0,0,0),(13923,2856,41,0,26,'2024-08-09 15:16:27',2,132.96,132.96,0,0,0,0),(13924,2856,490,0,26,'2024-08-09 15:16:27',4,78.4,78.4,0,0,0,0),(13926,2857,490,0,46,'2024-08-09 20:12:37',6,117.6,134.36,0,0,16.76,0),(13927,2857,44,0,46,'2024-08-09 20:12:37',1,116.16,118.953333,0,0,2.793333,0),(13928,2857,41,0,46,'2024-08-09 20:12:37',1,66.48,69.273333,0,0,2.793333,0),(13929,2857,43,0,46,'2024-08-09 20:12:37',1,79.2,81.993333,0,0,2.793333,0),(13931,2858,41,0,55,'2024-08-11 14:33:36',4,265.92,274.69,0,0,8.77,0),(13932,2858,490,0,55,'2024-08-11 14:33:36',4,78.4,87.17,0,0,8.77,0),(13934,2859,2110,0,12,'2024-08-11 21:15:45',3,214.2,214.2,0,0,0,0),(13935,2859,42,0,12,'2024-08-11 21:15:45',2,158.4,158.4,0,0,0,0),(13936,2859,41,0,12,'2024-08-11 21:15:45',2,132.96,132.96,0,0,0,0),(13937,2859,45,0,12,'2024-08-11 21:15:45',2,84.48,84.48,0,0,0,0),(13938,2859,2408,0,12,'2024-08-11 21:15:45',2,298.68,298.68,0,0,0,0),(13939,2859,43,0,12,'2024-08-11 21:15:45',1,79.2,79.2,0,0,0,0),(13940,2859,120,0,12,'2024-08-11 21:15:45',1,52.8,52.8,0,0,0,0),(13941,2859,49,0,12,'2024-08-11 21:15:45',1,79.2,79.2,0,0,0,0),(13942,2859,487,0,12,'2024-08-11 21:15:45',2,62.7,62.7,0,0,0,0),(13943,2859,490,0,12,'2024-08-11 21:15:45',10,196,196,0,0,0,0),(13951,2860,41,0,82,'2024-08-12 17:18:16',3,199.44,199.44,0,0,0,0),(13952,2860,43,0,82,'2024-08-12 17:18:16',1,79.2,79.2,0,0,0,0),(13953,2860,490,0,82,'2024-08-12 17:18:16',10,196,196,0,0,0,0),(13954,2860,488,0,82,'2024-08-12 17:18:16',1,31.35,31.35,0,0,0,0),(13955,2860,23,0,82,'2024-08-12 17:18:16',4,274.16,274.16,0,0,0,0),(13957,2861,2408,0,11,'2024-08-13 14:17:39',1,149.34,149.34,0,0,0,0),(13958,2861,490,0,11,'2024-08-13 14:17:39',10,196,196,0,0,0,0),(13959,2861,2110,0,11,'2024-08-13 14:17:39',2,142.8,142.8,0,0,0,0),(13960,2861,45,0,11,'2024-08-13 14:17:39',2,84.48,84.48,0,0,0,0),(13961,2861,43,0,11,'2024-08-13 14:17:39',3,237.6,237.6,0,0,0,0),(13962,2861,49,0,11,'2024-08-13 14:17:39',3,237.6,237.6,0,0,0,0),(13963,2861,2400,0,11,'2024-08-13 14:17:39',1,186.3,186.3,0,0,0,0),(13964,2861,42,0,11,'2024-08-13 14:17:39',2,158.4,158.4,0,0,0,0),(13966,2862,2110,0,11,'2024-08-13 14:21:50',2,142.8,142.8,0,0,0,0),(13967,2862,42,0,11,'2024-08-13 14:21:50',2,158.4,158.4,0,0,0,0),(13968,2862,41,0,11,'2024-08-13 14:21:50',1,66.48,66.48,0,0,0,0),(13969,2862,45,0,11,'2024-08-13 14:21:50',4,168.96,168.96,0,0,0,0),(13970,2862,2400,0,11,'2024-08-13 14:21:50',1,186.3,186.3,0,0,0,0),(13971,2862,2408,0,11,'2024-08-13 14:21:50',1,149.34,149.34,0,0,0,0),(13972,2862,43,0,11,'2024-08-13 14:21:50',1,79.2,79.2,0,0,0,0),(13973,2862,49,0,11,'2024-08-13 14:21:50',1,79.2,79.2,0,0,0,0),(13974,2862,490,0,11,'2024-08-13 14:21:50',6,117.6,117.6,0,0,0,0),(13976,2863,2110,0,6,'2024-08-13 15:01:47',1,71.4,71.4,0,0,0,0),(13977,2863,41,0,6,'2024-08-13 15:01:47',3,199.44,199.44,0,0,0,0),(13978,2863,45,0,6,'2024-08-13 15:01:47',1,42.24,42.24,0,0,0,0),(13979,2863,120,0,6,'2024-08-13 15:01:47',1,52.8,52.8,0,0,0,0),(13980,2863,43,0,6,'2024-08-13 15:01:47',2,158.4,158.4,0,0,0,0),(13981,2863,49,0,6,'2024-08-13 15:01:47',3,237.6,237.6,0,0,0,0),(13982,2863,93,0,6,'2024-08-13 15:01:47',9,0,0,0,0,0,0),(13984,2864,23,0,13,'2024-08-13 17:32:04',4,274.16,274.16,0,0,0,0),(13985,2864,38,0,13,'2024-08-13 17:32:04',3,497.28,497.28,0,0,0,0),(13986,2864,120,0,13,'2024-08-13 17:32:04',1,52.8,52.8,0,0,0,0),(13987,2864,43,0,13,'2024-08-13 17:32:04',1,79.2,79.2,0,0,0,0),(13988,2864,41,0,13,'2024-08-13 17:32:04',5,332.4,332.4,0,0,0,0),(13989,2864,45,0,13,'2024-08-13 17:32:04',4,168.96,168.96,0,0,0,0),(13991,2865,44,0,79,'2024-08-14 17:52:09',1,116.16,116.16,0,0,0,0),(13992,2865,116,0,79,'2024-08-14 17:52:09',2,290.88,290.88,0,0,0,0),(13993,2865,49,0,79,'2024-08-14 17:52:09',1,79.2,79.2,0,0,0,0),(13994,2865,490,0,79,'2024-08-14 17:52:09',1,19.6,19.6,0,0,0,0),(13996,2866,2113,0,106,'2024-08-14 21:11:18',2,344,344,0,0,0,0),(13997,2866,490,0,106,'2024-08-14 21:11:18',6,117.6,117.6,0,0,0,0),(13998,2866,318,0,106,'2024-08-14 21:11:18',6,18,18,0,0,0,0),(13999,2866,45,0,106,'2024-08-14 21:11:18',2,84.48,84.48,0,0,0,0),(14000,2866,120,0,106,'2024-08-14 21:11:18',3,158.4,158.4,0,0,0,0),(14001,2866,116,0,106,'2024-08-14 21:11:18',1,145.44,145.44,0,0,0,0),(14003,2867,487,0,95,'2024-08-15 22:27:24',3,94.05,109.46,0,0,15.41,0),(14004,2867,490,0,95,'2024-08-15 22:27:24',12,235.2,296.84,0,0,61.64,0),(14006,2868,2113,0,50,'2024-08-16 00:25:39',2,344,344,0,0,0,0),(14007,2868,2110,0,50,'2024-08-16 00:25:39',1,71.4,71.4,0,0,0,0),(14008,2868,120,0,50,'2024-08-16 00:25:39',2,105.6,105.6,0,0,0,0),(14009,2868,43,0,50,'2024-08-16 00:25:39',2,158.4,158.4,0,0,0,0),(14011,2869,2113,0,100,'2024-08-16 17:17:18',1,172,172,0,0,0,0),(14012,2869,42,0,100,'2024-08-16 17:17:18',1,79.2,79.2,0,0,0,0),(14013,2869,40,0,100,'2024-08-16 17:17:18',1,79.2,79.2,0,0,0,0),(14014,2869,49,0,100,'2024-08-16 17:17:18',1,79.2,79.2,0,0,0,0),(14015,2869,490,0,100,'2024-08-16 17:17:18',7,137.2,137.2,0,0,0,0),(14016,2869,43,0,100,'2024-08-16 17:17:18',1,79.2,79.2,0,0,0,0),(14017,2869,487,0,100,'2024-08-16 17:17:18',1,31.35,31.35,0,0,0,0),(14018,2869,41,0,100,'2024-08-16 17:17:18',1,66.48,66.48,0,0,0,0),(14019,2869,2110,0,100,'2024-08-16 17:17:18',1,71.4,71.4,0,0,0,0),(14021,2870,49,0,70,'2024-08-16 17:59:51',6,475.2,475.2,0,0,0,0),(14022,2870,23,0,70,'2024-08-16 17:59:51',4,274.16,274.16,0,0,0,0),(14023,2870,42,0,70,'2024-08-16 17:59:51',3,237.6,237.6,0,0,0,0),(14024,2870,116,0,70,'2024-08-16 17:59:51',2,290.88,290.88,0,0,0,0),(14026,2871,45,0,42,'2024-08-16 23:11:43',1,42.24,42.24,0,0,0,0),(14027,2871,41,0,42,'2024-08-16 23:11:43',2,132.96,132.96,0,0,0,0),(14028,2871,120,0,42,'2024-08-16 23:11:43',1,52.8,52.8,0,0,0,0),(14029,2871,44,0,42,'2024-08-16 23:11:43',2,232.32,232.32,0,0,0,0),(14030,2871,49,0,42,'2024-08-16 23:11:43',2,158.4,158.4,0,0,0,0),(14032,2873,39,0,90,'2024-08-18 14:17:31',1,79.2,79.2,0,0,0,0),(14033,2873,40,0,90,'2024-08-18 14:17:31',1,79.2,79.2,0,0,0,0),(14034,2873,43,0,90,'2024-08-18 14:17:31',1,79.2,79.2,0,0,0,0),(14035,2873,2110,0,90,'2024-08-18 14:17:31',1,71.4,71.4,0,0,0,0),(14036,2873,2113,0,90,'2024-08-18 14:17:31',1,172,172,0,0,0,0),(14037,2873,45,0,90,'2024-08-18 14:17:31',1,42.24,42.24,0,0,0,0),(14038,2873,41,0,90,'2024-08-18 14:17:31',1,66.48,66.48,0,0,0,0),(14040,2874,42,0,90,'2024-08-18 14:25:04',2,158.4,158.4,0,0,0,0),(14041,2874,43,0,90,'2024-08-18 14:25:04',2,158.4,158.4,0,0,0,0),(14042,2874,2113,0,90,'2024-08-18 14:25:04',2,344,344,0,0,0,0),(14043,2874,45,0,90,'2024-08-18 14:25:04',2,84.48,84.48,0,0,0,0),(14044,2874,41,0,90,'2024-08-18 14:25:04',2,132.96,132.96,0,0,0,0),(14046,2875,42,0,90,'2024-08-18 14:29:45',1,79.2,79.2,0,0,0,0),(14047,2875,43,0,90,'2024-08-18 14:29:45',1,79.2,79.2,0,0,0,0),(14048,2875,2113,0,90,'2024-08-18 14:29:45',1,172,172,0,0,0,0),(14049,2875,45,0,90,'2024-08-18 14:29:45',3,126.72,126.72,0,0,0,0),(14050,2875,41,0,90,'2024-08-18 14:29:45',2,132.96,132.96,0,0,0,0),(14052,2876,2113,0,57,'2024-08-18 21:42:08',1,172,172,0,0,0,0),(14053,2876,38,0,57,'2024-08-18 21:42:08',1,165.76,165.76,0,0,0,0),(14054,2876,41,0,57,'2024-08-18 21:42:08',1,66.48,66.48,0,0,0,0),(14055,2876,45,0,57,'2024-08-18 21:42:08',2,84.48,84.48,0,0,0,0),(14056,2876,490,0,57,'2024-08-18 21:42:08',9,176.4,176.4,0,0,0,0),(14058,2877,42,0,90,'2024-08-18 22:06:48',2,158.4,158.4,0,0,0,0),(14059,2877,43,0,90,'2024-08-18 22:06:48',2,158.4,158.4,0,0,0,0),(14060,2877,2110,0,90,'2024-08-18 22:06:48',2,142.8,142.8,0,0,0,0),(14061,2877,2113,0,90,'2024-08-18 22:06:48',2,344,344,0,0,0,0),(14062,2877,45,0,90,'2024-08-18 22:06:48',3,126.72,126.72,0,0,0,0),(14063,2877,41,0,90,'2024-08-18 22:06:48',2,132.96,132.96,0,0,0,0),(14064,2877,39,0,90,'2024-08-18 22:06:48',2,158.4,158.4,0,0,0,0),(14065,2877,40,0,90,'2024-08-18 22:06:48',1,79.2,79.2,0,0,0,0),(14066,2877,49,0,90,'2024-08-18 22:06:48',1,79.2,79.2,0,0,0,0),(14068,2878,490,0,21,'2024-08-19 01:30:18',20,392,392,0,0,0,0),(14069,2878,137,0,21,'2024-08-19 01:30:18',30,181.5,181.5,0,0,0,0),(14071,2879,41,0,21,'2024-08-19 01:33:03',2,132.96,134.241538,0,0,1.281538,0),(14072,2879,137,0,21,'2024-08-19 01:33:03',24,145.2,160.578462,0,0,15.378462,0),(14074,2880,490,0,53,'2024-08-20 22:31:57',10,196,196,0,0,0,0),(14075,2880,42,0,53,'2024-08-20 22:31:57',3,237.6,237.6,0,0,0,0),(14076,2880,2408,0,53,'2024-08-20 22:31:57',2,298.68,298.68,0,0,0,0),(14077,2880,133,0,53,'2024-08-20 22:31:57',8,114.4,114.4,0,0,0,0),(14090,2881,43,0,69,'2024-08-21 16:32:27',10,792,792,0,0,0,0),(14091,2881,44,0,69,'2024-08-21 16:32:27',5,580.8,580.8,0,0,0,0),(14092,2881,39,0,69,'2024-08-21 16:32:27',4,316.8,316.8,0,0,0,0),(14093,2881,490,0,69,'2024-08-21 16:32:27',30,588,588,0,0,0,0),(14094,2881,2110,0,69,'2024-08-21 16:32:27',10,714,714,0,0,0,0),(14095,2881,40,0,69,'2024-08-21 16:32:27',5,396,396,0,0,0,0),(14096,2881,49,0,69,'2024-08-21 16:32:27',10,792,792,0,0,0,0),(14097,2881,45,0,69,'2024-08-21 16:32:27',10,422.4,422.4,0,0,0,0),(14098,2881,2400,0,69,'2024-08-21 16:32:27',3,558.9,558.9,0,0,0,0),(14099,2881,2408,0,69,'2024-08-21 16:32:27',1,149.34,149.34,0,0,0,0),(14101,2882,2110,0,11,'2024-08-21 17:26:22',1,71.4,71.4,0,0,0,0),(14102,2882,41,0,11,'2024-08-21 17:26:22',1,66.48,66.48,0,0,0,0),(14103,2882,45,0,11,'2024-08-21 17:26:22',3,126.72,126.72,0,0,0,0),(14104,2882,2113,0,11,'2024-08-21 17:26:22',3,516,516,0,0,0,0),(14105,2882,44,0,11,'2024-08-21 17:26:22',2,232.32,232.32,0,0,0,0),(14106,2882,490,0,11,'2024-08-21 17:26:22',20,392,392,0,0,0,0),(14108,2883,487,0,81,'2024-08-21 22:37:35',1,31.35,45.93,0,0,14.58,0),(14110,2886,2110,0,95,'2024-08-22 20:55:11',5,357,357,0,0,0,0),(14111,2886,41,0,95,'2024-08-22 20:55:11',5,332.4,332.4,0,0,0,0),(14112,2886,120,0,95,'2024-08-22 20:55:11',3,158.4,158.4,0,0,0,0),(14113,2886,43,0,95,'2024-08-22 20:55:11',4,316.8,316.8,0,0,0,0),(14114,2886,44,0,95,'2024-08-22 20:55:11',3,348.48,348.48,0,0,0,0),(14115,2886,490,0,95,'2024-08-22 20:55:11',40,784,784,0,0,0,0),(14116,2886,487,0,95,'2024-08-22 20:55:11',6,188.1,188.1,0,0,0,0),(14124,2887,41,0,102,'2024-08-23 02:47:48',2,132.96,132.96,0,0,0,0),(14125,2887,49,0,102,'2024-08-23 02:47:48',2,158.4,158.4,0,0,0,0),(14126,2887,45,0,102,'2024-08-23 02:47:48',2,84.48,84.48,0,0,0,0),(14127,2887,2110,0,102,'2024-08-23 02:47:48',2,142.8,142.8,0,0,0,0),(14128,2887,38,0,102,'2024-08-23 02:47:48',1,165.76,165.76,0,0,0,0),(14130,2888,490,0,25,'2024-08-23 03:28:20',5,98,98,0,0,0,0),(14131,2888,42,0,25,'2024-08-23 03:28:20',1,79.2,79.2,0,0,0,0),(14132,2888,39,0,25,'2024-08-23 03:28:20',1,79.2,79.2,0,0,0,0),(14133,2888,40,0,25,'2024-08-23 03:28:20',1,79.2,79.2,0,0,0,0),(14134,2888,2408,0,25,'2024-08-23 03:28:20',2,298.68,298.68,0,0,0,0),(14135,2888,45,0,25,'2024-08-23 03:28:20',2,84.48,84.48,0,0,0,0),(14136,2888,488,0,25,'2024-08-23 03:28:20',1,31.35,31.35,0,0,0,0),(14137,2888,487,0,25,'2024-08-23 03:28:20',1,31.35,31.35,0,0,0,0),(14139,2889,2110,0,106,'2024-08-23 22:02:54',4,285.6,285.6,0,0,0,0),(14140,2889,49,0,106,'2024-08-23 22:02:54',3,237.6,237.6,0,0,0,0),(14142,2890,490,0,101,'2024-08-25 12:53:23',10,196,196,0,0,0,0),(14143,2890,45,0,101,'2024-08-25 12:53:23',4,168.96,168.96,0,0,0,0),(14144,2890,2408,0,101,'2024-08-25 12:53:23',1,149.34,149.34,0,0,0,0),(14145,2890,2110,0,101,'2024-08-25 12:53:23',3,214.2,214.2,0,0,0,0),(14146,2890,49,0,101,'2024-08-25 12:53:23',1,79.2,79.2,0,0,0,0),(14148,2891,93,0,14,'2024-08-26 00:47:25',5,0,11.783333,0,0,11.783333,0),(14149,2891,99,0,14,'2024-08-26 00:47:25',1,0,2.356667,0,0,2.356667,0),(14151,2893,41,0,80,'2024-08-26 16:26:41',9,598.32,598.32,0,0,0,0),(14152,2893,116,0,80,'2024-08-26 16:26:41',1,145.44,145.44,0,0,0,0),(14153,2893,45,0,80,'2024-08-26 16:26:41',2,84.48,84.48,0,0,0,0),(14154,2893,2110,0,80,'2024-08-26 16:26:41',6,428.4,428.4,0,0,0,0),(14155,2893,2113,0,80,'2024-08-26 16:26:41',3,516,516,0,0,0,0),(14156,2893,2408,0,80,'2024-08-26 16:26:41',6,896.04,896.04,0,0,0,0),(14157,2893,2400,0,80,'2024-08-26 16:26:41',6,1117.8,1117.8,0,0,0,0),(14158,2893,39,0,80,'2024-08-26 16:26:41',1,79.2,79.2,0,0,0,0),(14159,2893,40,0,80,'2024-08-26 16:26:41',1,79.2,79.2,0,0,0,0),(14160,2893,120,0,80,'2024-08-26 16:26:41',2,105.6,105.6,0,0,0,0),(14161,2893,43,0,80,'2024-08-26 16:26:41',6,475.2,475.2,0,0,0,0),(14162,2893,49,0,80,'2024-08-26 16:26:41',5,396,396,0,0,0,0),(14163,2893,44,0,80,'2024-08-26 16:26:41',4,464.64,464.64,0,0,0,0),(14164,2893,488,0,80,'2024-08-26 16:26:41',2,62.7,62.7,0,0,0,0),(14165,2893,487,0,80,'2024-08-26 16:26:41',2,62.7,62.7,0,0,0,0),(14167,2894,2110,0,101,'2024-08-26 21:34:00',12,856.8,856.8,0,0,0,0),(14168,2894,133,0,101,'2024-08-26 21:34:00',10,143,143,0,0,0,0),(14169,2894,41,0,101,'2024-08-26 21:34:00',5,332.4,332.4,0,0,0,0),(14170,2894,120,0,101,'2024-08-26 21:34:00',3,158.4,158.4,0,0,0,0),(14171,2894,490,0,101,'2024-08-26 21:34:00',5,98,98,0,0,0,0),(14173,2895,2110,0,53,'2024-08-26 21:51:11',6,428.4,428.4,0,0,0,0),(14174,2895,41,0,53,'2024-08-26 21:51:11',4,265.92,265.92,0,0,0,0),(14175,2895,2408,0,53,'2024-08-26 21:51:11',2,298.68,298.68,0,0,0,0),(14176,2895,43,0,53,'2024-08-26 21:51:11',3,237.6,237.6,0,0,0,0),(14177,2895,49,0,53,'2024-08-26 21:51:11',1,79.2,79.2,0,0,0,0),(14178,2895,133,0,53,'2024-08-26 21:51:11',5,71.5,71.5,0,0,0,0),(14180,2896,2110,0,53,'2024-08-26 21:54:15',4,285.6,285.6,0,0,0,0),(14181,2896,41,0,53,'2024-08-26 21:54:15',2,132.96,132.96,0,0,0,0),(14182,2896,2408,0,53,'2024-08-26 21:54:15',1,149.34,149.34,0,0,0,0),(14183,2896,490,0,53,'2024-08-26 21:54:15',4,78.4,78.4,0,0,0,0),(14184,2896,133,0,53,'2024-08-26 21:54:15',5,71.5,71.5,0,0,0,0),(14186,2897,49,0,79,'2024-08-28 13:10:13',1,79.2,79.2,0,0,0,0),(14187,2897,23,0,79,'2024-08-28 13:10:13',2,137.08,137.08,0,0,0,0),(14188,2897,44,0,79,'2024-08-28 13:10:13',2,232.32,232.32,0,0,0,0),(14189,2897,490,0,79,'2024-08-28 13:10:13',15,294,294,0,0,0,0),(14191,2898,2110,0,64,'2024-08-28 15:49:24',2,142.8,142.8,0,0,0,0),(14192,2898,41,0,64,'2024-08-28 15:49:24',1,66.48,66.48,0,0,0,0),(14193,2898,490,0,64,'2024-08-28 15:49:24',6,117.6,117.6,0,0,0,0),(14194,2898,2113,0,64,'2024-08-28 15:49:24',2,344,344,0,0,0,0),(14195,2898,45,0,64,'2024-08-28 15:49:24',1,42.24,42.24,0,0,0,0),(14196,2898,488,0,64,'2024-08-28 15:49:24',2,62.7,62.7,0,0,0,0),(14198,2899,2110,0,62,'2024-08-28 17:43:34',3,214.2,214.2,0,0,0,0),(14199,2899,41,0,62,'2024-08-28 17:43:34',3,199.44,199.44,0,0,0,0),(14200,2899,45,0,62,'2024-08-28 17:43:34',1,42.24,42.24,0,0,0,0),(14201,2899,49,0,62,'2024-08-28 17:43:34',2,158.4,158.4,0,0,0,0),(14202,2899,44,0,62,'2024-08-28 17:43:34',1,116.16,116.16,0,0,0,0),(14203,2899,93,0,62,'2024-08-28 17:43:34',10,0,0,0,0,0,0),(14204,2899,133,0,62,'2024-08-28 17:43:34',3,42.9,42.9,0,0,0,0),(14206,2900,93,0,63,'2024-08-28 18:24:37',20,0,22.47,0,0,22.47,0),(14208,2901,120,0,80,'2024-08-29 16:37:01',10,528,528,0,0,0,0),(14210,2902,23,0,79,'2024-08-29 20:30:08',3,205.62,205.62,0,0,0,0),(14211,2902,44,0,79,'2024-08-29 20:30:08',2,232.32,232.32,0,0,0,0),(14212,2902,490,0,79,'2024-08-29 20:30:08',4,78.4,78.4,0,0,0,0),(14214,2903,42,0,81,'2024-08-30 16:39:47',1,79.2,87.745,0,0,8.545,0),(14215,2903,487,0,81,'2024-08-30 16:39:47',1,31.35,39.895,0,0,8.545,0),(14217,2904,488,0,86,'2024-08-30 17:41:21',1,31.35,34.855,0,0,3.505,0),(14218,2904,487,0,86,'2024-08-30 17:41:21',1,31.35,34.855,0,0,3.505,0),(14219,2904,490,0,86,'2024-08-30 17:41:21',6,117.6,138.63,0,0,21.03,0),(14220,2904,45,0,86,'2024-08-30 17:41:21',2,84.48,91.49,0,0,7.01,0),(14222,2905,41,0,53,'2024-08-30 18:45:30',4,265.92,282.68,0,0,16.76,0),(14224,2906,490,0,106,'2024-09-02 14:56:43',10,196,196,0,0,0,0),(14225,2906,2113,0,106,'2024-09-02 14:56:43',1,172,172,0,0,0,0),(14226,2906,41,0,106,'2024-09-02 14:56:43',1,66.48,66.48,0,0,0,0),(14227,2906,148,0,106,'2024-09-02 14:56:43',24,198,198,0,0,0,0),(14229,2907,41,0,92,'2024-09-03 15:20:10',4,265.92,265.92,0,0,0,0),(14230,2907,49,0,92,'2024-09-03 15:20:10',3,237.6,237.6,0,0,0,0),(14231,2907,39,0,92,'2024-09-03 15:20:10',3,237.6,237.6,0,0,0,0),(14233,2908,488,0,80,'2024-09-03 16:41:14',20,627,627,0,0,0,0),(14234,2908,487,0,80,'2024-09-03 16:41:14',10,313.5,313.5,0,0,0,0),(14235,2908,41,0,80,'2024-09-03 16:41:14',5,332.4,332.4,0,0,0,0),(14237,2911,2110,0,11,'2024-09-04 16:31:29',1,71.4,71.4,0,0,0,0),(14238,2911,41,0,11,'2024-09-04 16:31:29',1,66.48,66.48,0,0,0,0),(14239,2911,45,0,11,'2024-09-04 16:31:29',3,126.72,126.72,0,0,0,0),(14240,2911,44,0,11,'2024-09-04 16:31:29',2,232.32,232.32,0,0,0,0),(14241,2911,39,0,11,'2024-09-04 16:31:29',1,79.2,79.2,0,0,0,0),(14242,2911,40,0,11,'2024-09-04 16:31:29',1,79.2,79.2,0,0,0,0),(14243,2911,487,0,11,'2024-09-04 16:31:29',2,62.7,62.7,0,0,0,0),(14244,2911,490,0,11,'2024-09-04 16:31:29',10,196,196,0,0,0,0),(14246,2912,2110,0,12,'2024-09-04 16:37:46',3,214.2,214.2,0,0,0,0),(14247,2912,2113,0,12,'2024-09-04 16:37:46',1,172,172,0,0,0,0),(14248,2912,42,0,12,'2024-09-04 16:37:46',1,79.2,79.2,0,0,0,0),(14249,2912,45,0,12,'2024-09-04 16:37:46',2,84.48,84.48,0,0,0,0),(14250,2912,2408,0,12,'2024-09-04 16:37:46',2,298.68,298.68,0,0,0,0),(14251,2912,120,0,12,'2024-09-04 16:37:46',1,52.8,52.8,0,0,0,0),(14252,2912,43,0,12,'2024-09-04 16:37:46',2,158.4,158.4,0,0,0,0),(14253,2912,49,0,12,'2024-09-04 16:37:46',2,158.4,158.4,0,0,0,0),(14254,2912,490,0,12,'2024-09-04 16:37:46',10,196,196,0,0,0,0),(14255,2912,487,0,12,'2024-09-04 16:37:46',2,62.7,62.7,0,0,0,0),(14257,2913,2110,0,17,'2024-09-04 18:32:34',1,71.4,74.922,0,0,3.522,0),(14258,2913,116,0,17,'2024-09-04 18:32:34',1,145.44,148.962,0,0,3.522,0),(14259,2913,41,0,17,'2024-09-04 18:32:34',1,66.48,70.002,0,0,3.522,0),(14260,2913,490,0,17,'2024-09-04 18:32:34',1,19.6,23.122,0,0,3.522,0),(14261,2913,487,0,17,'2024-09-04 18:32:34',1,31.35,34.872,0,0,3.522,0),(14263,2914,39,0,79,'2024-09-05 22:11:48',1,79.2,79.2,0,0,0,0),(14264,2914,40,0,79,'2024-09-05 22:11:48',1,79.2,79.2,0,0,0,0),(14265,2914,44,0,79,'2024-09-05 22:11:48',2,232.32,232.32,0,0,0,0),(14266,2914,45,0,79,'2024-09-05 22:11:48',1,42.24,42.24,0,0,0,0),(14267,2914,42,0,79,'2024-09-05 22:11:48',1,79.2,79.2,0,0,0,0),(14269,2915,2110,0,64,'2024-09-06 15:45:37',3,214.2,214.2,0,0,0,0),(14270,2915,41,0,64,'2024-09-06 15:45:37',2,132.96,132.96,0,0,0,0),(14271,2915,490,0,64,'2024-09-06 15:45:37',10,196,196,0,0,0,0),(14272,2915,2113,0,64,'2024-09-06 15:45:37',1,172,172,0,0,0,0),(14273,2915,45,0,64,'2024-09-06 15:45:37',2,84.48,84.48,0,0,0,0),(14274,2915,488,0,64,'2024-09-06 15:45:37',1,31.35,31.35,0,0,0,0),(14275,2915,44,0,64,'2024-09-06 15:45:37',1,116.16,116.16,0,0,0,0),(14276,2915,49,0,64,'2024-09-06 15:45:37',2,158.4,158.4,0,0,0,0),(14278,2916,23,0,79,'2024-09-06 21:57:04',6,411.24,411.24,0,0,0,0),(14279,2916,120,0,79,'2024-09-06 21:57:04',2,105.6,105.6,0,0,0,0),(14281,2917,23,0,82,'2024-09-09 13:46:32',6,411.24,411.24,0,0,0,0),(14282,2917,490,0,82,'2024-09-09 13:46:32',7,137.2,137.2,0,0,0,0),(14284,2918,490,0,33,'2024-09-10 05:58:59',1,19.6,26.705,0,0,7.105,0),(14285,2918,488,0,33,'2024-09-10 05:58:59',1,31.35,38.455,0,0,7.105,0),(14287,2919,2110,0,6,'2024-09-10 18:20:01',1,71.4,71.4,0,0,0,0),(14288,2919,2113,0,6,'2024-09-10 18:20:01',1,172,172,0,0,0,0),(14289,2919,45,0,6,'2024-09-10 18:20:01',1,42.24,42.24,0,0,0,0),(14290,2919,41,0,6,'2024-09-10 18:20:01',4,265.92,265.92,0,0,0,0),(14291,2919,39,0,6,'2024-09-10 18:20:01',1,79.2,79.2,0,0,0,0),(14292,2919,40,0,6,'2024-09-10 18:20:01',1,79.2,79.2,0,0,0,0),(14293,2919,120,0,6,'2024-09-10 18:20:01',1,52.8,52.8,0,0,0,0),(14294,2919,43,0,6,'2024-09-10 18:20:01',2,158.4,158.4,0,0,0,0),(14295,2919,49,0,6,'2024-09-10 18:20:01',2,158.4,158.4,0,0,0,0),(14296,2919,93,0,6,'2024-09-10 18:20:01',4,0,0,0,0,0,0),(14298,2920,49,0,55,'2024-09-10 20:45:51',1,79.2,82.714,0,0,3.514,0),(14299,2920,41,0,55,'2024-09-10 20:45:51',4,265.92,279.976,0,0,14.056,0),(14301,2922,490,0,25,'2024-09-11 23:03:10',8,156.8,156.8,0,0,0,0),(14302,2922,41,0,25,'2024-09-11 23:03:10',2,132.96,132.96,0,0,0,0),(14303,2922,45,0,25,'2024-09-11 23:03:10',1,42.24,42.24,0,0,0,0),(14304,2922,2113,0,25,'2024-09-11 23:03:10',1,172,172,0,0,0,0),(14314,2924,2110,0,26,'2024-09-12 17:09:22',7,499.8,499.8,0,0,0,0),(14315,2924,41,0,26,'2024-09-12 17:09:22',7,465.36,465.36,0,0,0,0),(14316,2924,43,0,26,'2024-09-12 17:09:22',7,554.4,554.4,0,0,0,0),(14318,2925,38,0,49,'2024-09-12 21:21:59',1,165.76,170.142,0,0,4.382,0),(14319,2925,23,0,49,'2024-09-12 21:21:59',2,137.08,145.844,0,0,8.764,0),(14320,2925,133,0,49,'2024-09-12 21:21:59',1,14.3,18.682,0,0,4.382,0),(14321,2925,41,0,49,'2024-09-12 21:21:59',1,66.48,70.862,0,0,4.382,0),(14323,2926,39,0,90,'2024-09-13 18:31:40',1,79.2,79.2,0,0,0,0),(14324,2926,40,0,90,'2024-09-13 18:31:40',1,79.2,79.2,0,0,0,0),(14325,2926,42,0,90,'2024-09-13 18:31:40',1,79.2,79.2,0,0,0,0),(14326,2926,43,0,90,'2024-09-13 18:31:40',1,79.2,79.2,0,0,0,0),(14327,2926,49,0,90,'2024-09-13 18:31:40',1,79.2,79.2,0,0,0,0),(14328,2926,2110,0,90,'2024-09-13 18:31:40',1,71.4,71.4,0,0,0,0),(14329,2926,45,0,90,'2024-09-13 18:31:40',1,42.24,42.24,0,0,0,0),(14330,2926,41,0,90,'2024-09-13 18:31:40',1,66.48,66.48,0,0,0,0),(14332,2927,42,0,90,'2024-09-13 18:51:46',1,79.2,79.2,0,0,0,0),(14333,2927,43,0,90,'2024-09-13 18:51:46',1,79.2,79.2,0,0,0,0),(14334,2927,49,0,90,'2024-09-13 18:51:46',1,79.2,79.2,0,0,0,0),(14335,2927,487,0,90,'2024-09-13 18:51:46',1,31.35,31.35,0,0,0,0),(14336,2927,2110,0,90,'2024-09-13 18:51:46',1,71.4,71.4,0,0,0,0),(14337,2927,2113,0,90,'2024-09-13 18:51:46',1,172,172,0,0,0,0),(14338,2927,41,0,90,'2024-09-13 18:51:46',1,66.48,66.48,0,0,0,0),(14340,2933,2110,0,12,'2024-09-14 02:10:29',2,142.8,142.8,0,0,0,0),(14341,2933,2113,0,12,'2024-09-14 02:10:29',1,172,172,0,0,0,0),(14342,2933,42,0,12,'2024-09-14 02:10:29',2,158.4,158.4,0,0,0,0),(14343,2933,41,0,12,'2024-09-14 02:10:29',2,132.96,132.96,0,0,0,0),(14344,2933,45,0,12,'2024-09-14 02:10:29',2,84.48,84.48,0,0,0,0),(14345,2933,2408,0,12,'2024-09-14 02:10:29',2,298.68,298.68,0,0,0,0),(14346,2933,120,0,12,'2024-09-14 02:10:29',1,52.8,52.8,0,0,0,0),(14347,2933,43,0,12,'2024-09-14 02:10:29',1,79.2,79.2,0,0,0,0),(14348,2933,49,0,12,'2024-09-14 02:10:29',1,79.2,79.2,0,0,0,0),(14349,2933,490,0,12,'2024-09-14 02:10:29',10,196,196,0,0,0,0),(14350,2933,487,0,12,'2024-09-14 02:10:29',2,62.7,62.7,0,0,0,0),(14352,2934,2113,0,57,'2024-09-14 18:30:44',1,172,172,0,0,0,0),(14353,2934,41,0,57,'2024-09-14 18:30:44',1,66.48,66.48,0,0,0,0),(14354,2934,45,0,57,'2024-09-14 18:30:44',2,84.48,84.48,0,0,0,0),(14355,2934,490,0,57,'2024-09-14 18:30:44',9,176.4,176.4,0,0,0,0),(14356,2934,2110,0,57,'2024-09-14 18:30:44',1,71.4,71.4,0,0,0,0),(14357,2934,45,0,57,'2024-09-14 18:30:44',1,42.24,42.24,0,0,0,0),(14359,2935,2110,0,11,'2024-09-16 15:26:48',1,71.4,71.4,0,0,0,0),(14360,2935,41,0,11,'2024-09-16 15:26:48',1,66.48,66.48,0,0,0,0),(14361,2935,45,0,11,'2024-09-16 15:26:48',3,126.72,126.72,0,0,0,0),(14362,2935,44,0,11,'2024-09-16 15:26:48',2,232.32,232.32,0,0,0,0),(14363,2935,39,0,11,'2024-09-16 15:26:48',1,79.2,79.2,0,0,0,0),(14364,2935,40,0,11,'2024-09-16 15:26:48',1,79.2,79.2,0,0,0,0),(14365,2935,487,0,11,'2024-09-16 15:26:48',2,62.7,62.7,0,0,0,0),(14366,2935,490,0,11,'2024-09-16 15:26:48',10,196,196,0,0,0,0),(14367,2935,42,0,11,'2024-09-16 15:26:48',2,158.4,158.4,0,0,0,0),(14368,2935,2110,0,11,'2024-09-16 15:26:48',2,142.8,142.8,0,0,0,0),(14369,2935,45,0,11,'2024-09-16 15:26:48',2,84.48,84.48,0,0,0,0),(14370,2935,487,0,11,'2024-09-16 15:26:48',2,62.7,62.7,0,0,0,0),(14371,2935,490,0,11,'2024-09-16 15:26:48',5,98,98,0,0,0,0),(14372,2935,488,0,11,'2024-09-16 15:26:48',1,31.35,31.35,0,0,0,0),(14373,2935,487,0,11,'2024-09-16 15:26:48',2,62.7,62.7,0,0,0,0),(14374,2935,42,0,11,'2024-09-16 15:26:48',1,79.2,79.2,0,0,0,0),(14375,2935,2110,0,11,'2024-09-16 15:26:48',1,71.4,71.4,0,0,0,0),(14376,2935,45,0,11,'2024-09-16 15:26:48',1,42.24,42.24,0,0,0,0),(14377,2935,41,0,11,'2024-09-16 15:26:48',1,66.48,66.48,0,0,0,0),(14378,2935,43,0,11,'2024-09-16 15:26:48',1,79.2,79.2,0,0,0,0),(14379,2935,49,0,11,'2024-09-16 15:26:48',1,79.2,79.2,0,0,0,0),(14381,2936,40,0,90,'2024-09-16 17:42:55',1,79.2,79.2,0,0,0,0),(14382,2936,120,0,90,'2024-09-16 17:42:55',1,52.8,52.8,0,0,0,0),(14383,2936,43,0,90,'2024-09-16 17:42:55',2,158.4,158.4,0,0,0,0),(14384,2936,49,0,90,'2024-09-16 17:42:55',1,79.2,79.2,0,0,0,0),(14385,2936,487,0,90,'2024-09-16 17:42:55',1,31.35,31.35,0,0,0,0),(14386,2936,2110,0,90,'2024-09-16 17:42:55',2,142.8,142.8,0,0,0,0),(14387,2936,2113,0,90,'2024-09-16 17:42:55',2,344,344,0,0,0,0),(14388,2936,45,0,90,'2024-09-16 17:42:55',3,126.72,126.72,0,0,0,0),(14389,2936,41,0,90,'2024-09-16 17:42:55',2,132.96,132.96,0,0,0,0),(14390,2936,42,0,90,'2024-09-16 17:42:55',1,79.2,79.2,0,0,0,0),(14392,2937,120,0,90,'2024-09-16 22:04:37',2,105.6,105.6,0,0,0,0),(14393,2937,2110,0,90,'2024-09-16 22:04:37',2,142.8,142.8,0,0,0,0),(14394,2937,41,0,90,'2024-09-16 22:04:37',2,132.96,132.96,0,0,0,0),(14395,2937,487,0,90,'2024-09-16 22:04:37',1,31.35,31.35,0,0,0,0),(14396,2937,488,0,90,'2024-09-16 22:04:37',1,31.35,31.35,0,0,0,0),(14397,2937,41,0,90,'2024-09-16 22:04:37',1,66.48,66.48,0,0,0,0),(14399,2938,23,0,79,'2024-09-17 13:31:05',5,342.7,342.7,0,0,0,0),(14400,2938,39,0,79,'2024-09-17 13:31:05',1,79.2,79.2,0,0,0,0),(14401,2938,490,0,79,'2024-09-17 13:31:05',5,98,98,0,0,0,0),(14403,2939,120,0,49,'2024-09-17 19:56:30',1,52.8,61.165,0,0,8.365,0),(14404,2939,116,0,49,'2024-09-17 19:56:30',1,145.44,153.805,0,0,8.365,0),(14406,2940,45,0,53,'2024-09-18 21:08:07',3,126.72,126.72,0,0,0,0),(14407,2940,39,0,53,'2024-09-18 21:08:07',1,79.2,79.2,0,0,0,0),(14408,2940,40,0,53,'2024-09-18 21:08:07',1,79.2,79.2,0,0,0,0),(14409,2940,2408,0,53,'2024-09-18 21:08:07',5,746.7,746.7,0,0,0,0),(14411,2941,45,0,53,'2024-09-18 21:13:36',3,126.72,126.72,0,0,0,0),(14412,2941,39,0,53,'2024-09-18 21:13:36',1,79.2,79.2,0,0,0,0),(14413,2941,40,0,53,'2024-09-18 21:13:36',1,79.2,79.2,0,0,0,0),(14414,2941,2408,0,53,'2024-09-18 21:13:36',5,746.7,746.7,0,0,0,0),(14416,2942,45,0,53,'2024-09-18 21:15:18',3,126.72,126.72,0,0,0,0),(14417,2942,39,0,53,'2024-09-18 21:15:18',1,79.2,79.2,0,0,0,0),(14418,2942,40,0,53,'2024-09-18 21:15:18',1,79.2,79.2,0,0,0,0),(14419,2942,2408,0,53,'2024-09-18 21:15:18',5,746.7,746.7,0,0,0,0),(14421,2943,45,0,53,'2024-09-19 11:51:04',3,126.72,126.72,0,0,0,0),(14422,2943,2110,0,53,'2024-09-19 11:51:04',3,214.2,214.2,0,0,0,0),(14423,2943,490,0,53,'2024-09-19 11:51:04',10,196,196,0,0,0,0),(14425,2944,41,0,101,'2024-09-19 12:48:41',3,199.44,203.62,0,0,4.18,0),(14426,2944,133,0,101,'2024-09-19 12:48:41',7,100.1,109.853333,0,0,9.753333,0),(14427,2944,490,0,101,'2024-09-19 12:48:41',5,98,104.966667,0,0,6.966667,0),(14429,2945,2110,0,11,'2024-09-19 16:46:19',2,142.8,142.8,0,0,0,0),(14430,2945,45,0,11,'2024-09-19 16:46:19',3,126.72,126.72,0,0,0,0),(14431,2945,490,0,11,'2024-09-19 16:46:19',10,196,196,0,0,0,0),(14432,2945,42,0,11,'2024-09-19 16:46:19',2,158.4,158.4,0,0,0,0),(14433,2945,487,0,11,'2024-09-19 16:46:19',3,94.05,94.05,0,0,0,0),(14434,2945,488,0,11,'2024-09-19 16:46:19',1,31.35,31.35,0,0,0,0),(14436,2947,40,0,13,'2024-09-19 20:32:39',1,79.2,79.2,0,0,0,0),(14437,2947,39,0,13,'2024-09-19 20:32:39',1,79.2,79.2,0,0,0,0),(14438,2947,43,0,13,'2024-09-19 20:32:39',2,158.4,158.4,0,0,0,0),(14439,2947,41,0,13,'2024-09-19 20:32:39',5,332.4,332.4,0,0,0,0),(14440,2947,45,0,13,'2024-09-19 20:32:39',4,168.96,168.96,0,0,0,0),(14441,2947,23,0,13,'2024-09-19 20:32:39',3,205.62,205.62,0,0,0,0),(14442,2947,38,0,13,'2024-09-19 20:32:39',3,497.28,497.28,0,0,0,0),(14492,2948,41,0,70,'2024-09-20 12:22:40',6,398.88,398.88,0,0,0,0),(14493,2948,42,0,70,'2024-09-20 12:22:40',6,475.2,475.2,0,0,0,0),(14494,2948,39,0,70,'2024-09-20 12:22:40',2,158.4,158.4,0,0,0,0),(14495,2948,40,0,70,'2024-09-20 12:22:40',2,158.4,158.4,0,0,0,0),(14496,2948,49,0,70,'2024-09-20 12:22:40',2,158.4,158.4,0,0,0,0),(14497,2948,490,0,70,'2024-09-20 12:22:40',8,156.8,156.8,0,0,0,0),(14498,2948,487,0,70,'2024-09-20 12:22:40',3,94.05,94.05,0,0,0,0),(14500,2949,41,0,70,'2024-09-20 14:48:26',6,398.88,398.88,0,0,0,0),(14501,2949,42,0,70,'2024-09-20 14:48:26',6,475.2,475.2,0,0,0,0),(14502,2949,39,0,70,'2024-09-20 14:48:26',2,158.4,158.4,0,0,0,0),(14503,2949,40,0,70,'2024-09-20 14:48:26',2,158.4,158.4,0,0,0,0),(14504,2949,49,0,70,'2024-09-20 14:48:26',2,158.4,158.4,0,0,0,0),(14505,2949,490,0,70,'2024-09-20 14:48:26',8,156.8,156.8,0,0,0,0),(14506,2949,487,0,70,'2024-09-20 14:48:26',3,94.05,94.05,0,0,0,0),(14540,2952,23,0,79,'2024-09-23 13:36:57',5,342.7,342.7,0,0,0,0),(14541,2952,43,0,79,'2024-09-23 13:36:57',1,79.2,79.2,0,0,0,0),(14542,2952,490,0,79,'2024-09-23 13:36:57',5,98,98,0,0,0,0),(14544,2953,41,0,70,'2024-09-23 14:13:08',6,398.88,398.88,0,0,0,0),(14545,2953,42,0,70,'2024-09-23 14:13:08',6,475.2,475.2,0,0,0,0),(14546,2953,39,0,70,'2024-09-23 14:13:08',2,158.4,158.4,0,0,0,0),(14547,2953,40,0,70,'2024-09-23 14:13:08',2,158.4,158.4,0,0,0,0),(14548,2953,49,0,70,'2024-09-23 14:13:08',2,158.4,158.4,0,0,0,0),(14549,2953,490,0,70,'2024-09-23 14:13:08',8,156.8,156.8,0,0,0,0),(14550,2953,487,0,70,'2024-09-23 14:13:08',3,94.05,94.05,0,0,0,0),(14552,2954,2110,0,63,'2024-09-23 21:18:07',6,428.4,428.4,0,0,0,0),(14553,2954,41,0,63,'2024-09-23 21:18:07',4,265.92,265.92,0,0,0,0),(14555,2955,120,0,49,'2024-09-23 22:06:20',1,52.8,67.01,0,0,14.21,0),(14557,2956,2110,0,95,'2024-09-23 23:09:08',5,357,357,0,0,0,0),(14558,2956,2113,0,95,'2024-09-23 23:09:08',1,172,172,0,0,0,0),(14559,2956,42,0,95,'2024-09-23 23:09:08',3,237.6,237.6,0,0,0,0),(14560,2956,41,0,95,'2024-09-23 23:09:08',7,465.36,465.36,0,0,0,0),(14561,2956,2408,0,95,'2024-09-23 23:09:08',4,597.36,597.36,0,0,0,0),(14562,2956,2400,0,95,'2024-09-23 23:09:08',3,558.9,558.9,0,0,0,0),(14563,2956,43,0,95,'2024-09-23 23:09:08',8,633.6,633.6,0,0,0,0),(14564,2956,490,0,95,'2024-09-23 23:09:08',50,980,980,0,0,0,0),(14566,2959,49,0,92,'2024-09-26 14:20:50',4,316.8,334.2,0,0,17.4,0),(14567,2959,41,0,92,'2024-09-26 14:20:50',1,66.48,70.83,0,0,4.35,0),(14569,2960,487,0,81,'2024-09-26 15:46:32',2,62.7,78.38,0,0,15.68,0),(14571,2961,49,0,53,'2024-09-26 21:14:01',4,316.8,348.52,0,0,31.72,0),(14573,2962,23,0,79,'2024-09-27 02:46:09',2,137.08,137.08,0,0,0,0),(14574,2962,44,0,79,'2024-09-27 02:46:09',2,232.32,232.32,0,0,0,0),(14575,2962,490,0,79,'2024-09-27 02:46:09',7,137.2,137.2,0,0,0,0),(14577,2964,490,0,106,'2024-09-30 15:17:42',14,274.4,274.4,0,0,0,0),(14578,2964,488,0,106,'2024-09-30 15:17:42',8,250.8,250.8,0,0,0,0),(14580,2965,40,0,33,'2024-10-01 03:22:34',1,79.2,86.29,0,0,7.09,0),(14581,2965,490,0,33,'2024-10-01 03:22:34',1,19.6,26.69,0,0,7.09,0),(14583,2966,2110,0,17,'2024-10-01 14:40:05',1,71.4,74.183333,0,0,2.783333,0),(14584,2966,43,0,17,'2024-10-01 14:40:05',1,79.2,81.983333,0,0,2.783333,0),(14585,2966,490,0,17,'2024-10-01 14:40:05',4,78.4,89.533333,0,0,11.133333,0),(14587,2967,40,0,102,'2024-10-02 16:13:26',1,79.2,79.2,0,0,0,0),(14588,2967,44,0,102,'2024-10-02 16:13:26',2,232.32,232.32,0,0,0,0),(14589,2967,43,0,102,'2024-10-02 16:13:26',1,79.2,79.2,0,0,0,0),(14590,2967,487,0,102,'2024-10-02 16:13:26',1,31.35,31.35,0,0,0,0),(14591,2967,488,0,102,'2024-10-02 16:13:26',6,188.1,188.1,0,0,0,0),(14592,2967,45,0,102,'2024-10-02 16:13:26',3,126.72,126.72,0,0,0,0),(14593,2967,39,0,102,'2024-10-02 16:13:26',1,79.2,79.2,0,0,0,0),(14595,2968,43,0,69,'2024-10-03 01:45:00',15,1188,1188,0,0,0,0),(14596,2968,49,0,69,'2024-10-03 01:45:00',10,792,792,0,0,0,0),(14597,2968,2110,0,69,'2024-10-03 01:45:00',5,357,357,0,0,0,0),(14598,2968,45,0,69,'2024-10-03 01:45:00',8,337.92,337.92,0,0,0,0),(14599,2968,51,0,69,'2024-10-03 01:45:00',1,147.84,147.84,0,0,0,0),(14600,2968,41,0,69,'2024-10-03 01:45:00',5,332.4,332.4,0,0,0,0),(14601,2968,490,0,69,'2024-10-03 01:45:00',30,588,588,0,0,0,0),(14603,2970,41,0,11,'2024-10-04 14:50:46',1,66.48,66.48,0,0,0,0),(14604,2970,49,0,11,'2024-10-04 14:50:46',3,237.6,237.6,0,0,0,0),(14605,2970,43,0,11,'2024-10-04 14:50:46',2,158.4,158.4,0,0,0,0),(14606,2970,45,0,11,'2024-10-04 14:50:46',1,42.24,42.24,0,0,0,0),(14607,2970,2110,0,11,'2024-10-04 14:50:46',3,214.2,214.2,0,0,0,0),(14609,2971,49,0,53,'2024-10-05 14:47:58',4,316.8,316.8,0,0,0,0),(14610,2971,2110,0,53,'2024-10-05 14:47:58',5,357,357,0,0,0,0),(14611,2971,45,0,53,'2024-10-05 14:47:58',2,84.48,84.48,0,0,0,0),(14612,2971,2408,0,53,'2024-10-05 14:47:58',2,298.68,298.68,0,0,0,0),(14613,2971,43,0,53,'2024-10-05 14:47:58',1,79.2,79.2,0,0,0,0),(14614,2971,49,0,53,'2024-10-05 14:47:58',2,158.4,158.4,0,0,0,0),(14615,2971,133,0,53,'2024-10-05 14:47:58',5,71.5,71.5,0,0,0,0),(14617,2972,2110,0,57,'2024-10-05 19:13:24',1,71.4,71.4,0,0,0,0),(14618,2972,45,0,57,'2024-10-05 19:13:24',1,42.24,42.24,0,0,0,0),(14619,2972,23,0,57,'2024-10-05 19:13:24',1,68.54,68.54,0,0,0,0),(14620,2972,38,0,57,'2024-10-05 19:13:24',1,165.76,165.76,0,0,0,0),(14621,2972,2110,0,57,'2024-10-05 19:13:24',1,71.4,71.4,0,0,0,0),(14622,2972,2113,0,57,'2024-10-05 19:13:24',1,172,172,0,0,0,0),(14623,2972,41,0,57,'2024-10-05 19:13:24',1,66.48,66.48,0,0,0,0),(14624,2972,45,0,57,'2024-10-05 19:13:24',1,42.24,42.24,0,0,0,0),(14625,2972,490,0,57,'2024-10-05 19:13:24',8,156.8,156.8,0,0,0,0),(14627,2973,2110,0,53,'2024-10-05 22:18:16',8,571.2,571.2,0,0,0,0),(14628,2973,44,0,53,'2024-10-05 22:18:16',2,232.32,232.32,0,0,0,0),(14629,2973,2408,0,53,'2024-10-05 22:18:16',3,448.02,448.02,0,0,0,0),(14630,2973,133,0,53,'2024-10-05 22:18:16',8,114.4,114.4,0,0,0,0),(14632,2974,2110,0,53,'2024-10-05 22:27:11',8,571.2,571.2,0,0,0,0),(14633,2974,44,0,53,'2024-10-05 22:27:11',2,232.32,232.32,0,0,0,0),(14634,2974,2408,0,53,'2024-10-05 22:27:11',3,448.02,448.02,0,0,0,0),(14635,2974,133,0,53,'2024-10-05 22:27:11',8,114.4,114.4,0,0,0,0),(14637,2975,93,0,14,'2024-10-06 23:55:19',4,0,11.344,0,0,11.344,0),(14638,2975,99,0,14,'2024-10-06 23:55:19',1,0,2.836,0,0,2.836,0),(14640,2976,93,0,63,'2024-10-07 03:00:31',20,0,22.52,0,0,22.52,0),(14642,2977,2110,0,42,'2024-10-07 17:07:58',2,142.8,142.8,0,0,0,0),(14643,2977,41,0,42,'2024-10-07 17:07:58',1,66.48,66.48,0,0,0,0),(14644,2977,120,0,42,'2024-10-07 17:07:58',1,52.8,52.8,0,0,0,0),(14645,2977,49,0,42,'2024-10-07 17:07:58',6,475.2,475.2,0,0,0,0),(14647,2978,2110,0,95,'2024-10-07 20:09:38',2,142.8,162.706667,0,0,19.906667,0),(14648,2978,43,0,95,'2024-10-07 20:09:38',1,79.2,89.153333,0,0,9.953333,0),(14650,2980,23,0,79,'2024-10-07 21:31:25',3,205.62,205.62,0,0,0,0),(14651,2980,43,0,79,'2024-10-07 21:31:25',3,237.6,237.6,0,0,0,0),(14652,2980,44,0,79,'2024-10-07 21:31:25',2,232.32,232.32,0,0,0,0),(14654,2981,23,0,79,'2024-10-08 15:37:17',5,342.7,342.7,0,0,0,0),(14655,2981,43,0,79,'2024-10-08 15:37:17',1,79.2,79.2,0,0,0,0),(14656,2981,49,0,79,'2024-10-08 15:37:17',1,79.2,79.2,0,0,0,0),(14658,2982,490,0,25,'2024-10-11 03:26:18',8,156.8,156.8,0,0,0,0),(14659,2982,45,0,25,'2024-10-11 03:26:18',3,126.72,126.72,0,0,0,0),(14660,2982,2113,0,25,'2024-10-11 03:26:18',1,172,172,0,0,0,0),(14661,2982,120,0,25,'2024-10-11 03:26:18',1,52.8,52.8,0,0,0,0),(14663,2983,39,0,55,'2024-10-13 18:03:48',2,158.4,158.4,0,0,0,0),(14664,2983,41,0,55,'2024-10-13 18:03:48',7,465.36,465.36,0,0,0,0),(14665,2983,45,0,55,'2024-10-13 18:03:48',1,42.24,42.24,0,0,0,0),(14666,2983,490,0,55,'2024-10-13 18:03:48',8,156.8,156.8,0,0,0,0),(14668,2984,39,0,63,'2024-10-14 00:41:35',1,79.2,79.2,0,0,0,0),(14669,2984,40,0,63,'2024-10-14 00:41:35',1,79.2,79.2,0,0,0,0),(14670,2984,2110,0,63,'2024-10-14 00:41:35',6,428.4,428.4,0,0,0,0),(14671,2984,41,0,63,'2024-10-14 00:41:35',3,199.44,199.44,0,0,0,0),(14673,2985,2110,0,90,'2024-10-14 18:39:25',2,142.8,142.8,0,0,0,0),(14674,2985,43,0,90,'2024-10-14 18:39:25',1,79.2,79.2,0,0,0,0),(14675,2985,2110,0,90,'2024-10-14 18:39:25',1,71.4,71.4,0,0,0,0),(14676,2985,41,0,90,'2024-10-14 18:39:25',1,66.48,66.48,0,0,0,0),(14677,2985,42,0,90,'2024-10-14 18:39:25',1,79.2,79.2,0,0,0,0),(14678,2985,49,0,90,'2024-10-14 18:39:25',1,79.2,79.2,0,0,0,0),(14680,2986,42,0,90,'2024-10-14 19:04:53',1,79.2,79.2,0,0,0,0),(14681,2986,43,0,90,'2024-10-14 19:04:53',1,79.2,79.2,0,0,0,0),(14682,2986,487,0,90,'2024-10-14 19:04:53',1,31.35,31.35,0,0,0,0),(14683,2986,2110,0,90,'2024-10-14 19:04:53',1,71.4,71.4,0,0,0,0),(14684,2986,2113,0,90,'2024-10-14 19:04:53',2,344,344,0,0,0,0),(14685,2986,45,0,90,'2024-10-14 19:04:53',3,126.72,126.72,0,0,0,0),(14686,2986,41,0,90,'2024-10-14 19:04:53',1,66.48,66.48,0,0,0,0),(14688,2987,23,0,79,'2024-10-15 12:15:53',4,274.16,274.16,0,0,0,0),(14689,2987,490,0,79,'2024-10-15 12:15:53',12,235.2,235.2,0,0,0,0),(14691,2988,490,0,33,'2024-10-15 14:10:57',3,58.8,71.595,0,0,12.795,0),(14692,2988,43,0,33,'2024-10-15 14:10:57',1,79.2,83.465,0,0,4.265,0),(14694,2989,490,0,103,'2024-10-15 14:46:34',3,58.8,58.8,0,0,0,0),(14695,2989,41,0,103,'2024-10-15 14:46:34',2,132.96,132.96,0,0,0,0),(14696,2989,2110,0,103,'2024-10-15 14:46:34',4,285.6,285.6,0,0,0,0),(14697,2989,116,0,103,'2024-10-15 14:46:34',2,290.88,290.88,0,0,0,0),(14699,2990,2110,0,57,'2024-10-15 16:26:19',1,71.4,71.4,0,0,0,0),(14700,2990,23,0,57,'2024-10-15 16:26:19',1,68.54,68.54,0,0,0,0),(14701,2990,41,0,57,'2024-10-15 16:26:19',1,66.48,66.48,0,0,0,0),(14702,2990,490,0,57,'2024-10-15 16:26:19',2,39.2,39.2,0,0,0,0),(14703,2990,2113,0,57,'2024-10-15 16:26:19',2,344,344,0,0,0,0),(14705,2991,39,0,90,'2024-10-15 18:05:44',1,79.2,79.2,0,0,0,0),(14706,2991,40,0,90,'2024-10-15 18:05:44',1,79.2,79.2,0,0,0,0),(14707,2991,42,0,90,'2024-10-15 18:05:44',1,79.2,79.2,0,0,0,0),(14708,2991,43,0,90,'2024-10-15 18:05:44',2,158.4,158.4,0,0,0,0),(14709,2991,49,0,90,'2024-10-15 18:05:44',1,79.2,79.2,0,0,0,0),(14710,2991,488,0,90,'2024-10-15 18:05:44',1,31.35,31.35,0,0,0,0),(14711,2991,487,0,90,'2024-10-15 18:05:44',1,31.35,31.35,0,0,0,0),(14712,2991,2110,0,90,'2024-10-15 18:05:44',1,71.4,71.4,0,0,0,0),(14713,2991,2113,0,90,'2024-10-15 18:05:44',1,172,172,0,0,0,0),(14714,2991,45,0,90,'2024-10-15 18:05:44',2,84.48,84.48,0,0,0,0),(14716,2992,39,0,90,'2024-10-15 18:15:24',1,79.2,79.2,0,0,0,0),(14717,2992,40,0,90,'2024-10-15 18:15:24',1,79.2,79.2,0,0,0,0),(14718,2992,43,0,90,'2024-10-15 18:15:24',2,158.4,158.4,0,0,0,0),(14719,2992,2110,0,90,'2024-10-15 18:15:24',1,71.4,71.4,0,0,0,0),(14720,2992,2113,0,90,'2024-10-15 18:15:24',1,172,172,0,0,0,0),(14721,2992,45,0,90,'2024-10-15 18:15:24',3,126.72,126.72,0,0,0,0),(14723,2993,45,0,106,'2024-10-15 19:07:09',2,84.48,84.48,0,0,0,0),(14724,2993,51,0,106,'2024-10-15 19:07:09',1,147.84,147.84,0,0,0,0),(14725,2993,2113,0,106,'2024-10-15 19:07:09',1,172,172,0,0,0,0),(14726,2993,2110,0,106,'2024-10-15 19:07:09',1,71.4,71.4,0,0,0,0),(14727,2993,148,0,106,'2024-10-15 19:07:09',4,33,33,0,0,0,0),(14729,2994,137,0,21,'2024-10-15 19:27:14',24,145.2,154.325455,0,0,9.125455,0),(14730,2994,148,0,21,'2024-10-15 19:27:14',5,41.25,43.151136,0,0,1.901136,0),(14731,2994,137,0,21,'2024-10-15 19:27:14',10,60.5,64.302273,0,0,3.802273,0),(14732,2994,138,0,21,'2024-10-15 19:27:14',5,24.75,26.651136,0,0,1.901136,0),(14768,2995,2110,0,95,'2024-10-15 23:51:45',3,214.2,214.2,0,0,0,0),(14769,2995,2113,0,95,'2024-10-15 23:51:45',2,344,344,0,0,0,0),(14770,2995,42,0,95,'2024-10-15 23:51:45',3,237.6,237.6,0,0,0,0),(14771,2995,41,0,95,'2024-10-15 23:51:45',6,398.88,398.88,0,0,0,0),(14772,2995,2400,0,95,'2024-10-15 23:51:45',3,558.9,558.9,0,0,0,0),(14773,2995,2408,0,95,'2024-10-15 23:51:45',3,448.02,448.02,0,0,0,0),(14774,2995,39,0,95,'2024-10-15 23:51:45',3,237.6,237.6,0,0,0,0),(14775,2995,40,0,95,'2024-10-15 23:51:45',3,237.6,237.6,0,0,0,0),(14776,2995,120,0,95,'2024-10-15 23:51:45',2,105.6,105.6,0,0,0,0),(14777,2995,43,0,95,'2024-10-15 23:51:45',3,237.6,237.6,0,0,0,0),(14778,2995,44,0,95,'2024-10-15 23:51:45',3,348.48,348.48,0,0,0,0),(14779,2995,490,0,95,'2024-10-15 23:51:45',50,980,980,0,0,0,0),(14780,2995,488,0,95,'2024-10-15 23:51:45',2,62.7,62.7,0,0,0,0),(14781,2995,487,0,95,'2024-10-15 23:51:45',3,94.05,94.05,0,0,0,0),(14782,2995,103,0,95,'2024-10-15 23:51:45',1,8.4,8.4,0,0,0,0),(14783,2995,101,0,95,'2024-10-15 23:51:45',1,8.4,8.4,0,0,0,0),(14785,2997,2110,0,85,'2024-10-16 03:04:22',9,642.6,642.6,0,0,0,0),(14786,2997,2113,0,85,'2024-10-16 03:04:22',4,688,688,0,0,0,0),(14787,2997,45,0,85,'2024-10-16 03:04:22',10,422.4,422.4,0,0,0,0),(14788,2997,43,0,85,'2024-10-16 03:04:22',15,1188,1188,0,0,0,0),(14790,2998,41,0,102,'2024-10-16 19:04:10',1,66.48,75.503333,0,0,9.023333,0),(14791,2998,43,0,102,'2024-10-16 19:04:10',2,158.4,176.446667,0,0,18.046667,0),(14793,2999,2110,0,101,'2024-10-16 20:46:05',4,285.6,285.6,0,0,0,0),(14794,2999,45,0,101,'2024-10-16 20:46:05',3,126.72,126.72,0,0,0,0),(14795,2999,39,0,101,'2024-10-16 20:46:05',1,79.2,79.2,0,0,0,0),(14796,2999,40,0,101,'2024-10-16 20:46:05',2,158.4,158.4,0,0,0,0),(14797,2999,43,0,101,'2024-10-16 20:46:05',2,158.4,158.4,0,0,0,0),(14798,2999,490,0,101,'2024-10-16 20:46:05',10,196,196,0,0,0,0),(14799,2999,133,0,101,'2024-10-16 20:46:05',7,100.1,100.1,0,0,0,0),(14801,3000,2113,0,100,'2024-10-17 15:00:04',1,172,172,0,0,0,0),(14802,3000,2110,0,100,'2024-10-17 15:00:04',1,71.4,71.4,0,0,0,0),(14803,3000,41,0,100,'2024-10-17 15:00:04',2,132.96,132.96,0,0,0,0),(14804,3000,43,0,100,'2024-10-17 15:00:04',2,158.4,158.4,0,0,0,0),(14805,3000,490,0,100,'2024-10-17 15:00:04',2,39.2,39.2,0,0,0,0),(14807,3001,2110,0,26,'2024-10-17 16:47:40',2,142.8,142.8,0,0,0,0),(14808,3001,43,0,26,'2024-10-17 16:47:40',2,158.4,158.4,0,0,0,0),(14809,3001,2113,0,26,'2024-10-17 16:47:40',1,172,172,0,0,0,0),(14810,3001,49,0,26,'2024-10-17 16:47:40',2,158.4,158.4,0,0,0,0),(14812,3002,41,0,11,'2024-10-17 17:48:58',1,66.48,66.48,0,0,0,0),(14813,3002,49,0,11,'2024-10-17 17:48:58',3,237.6,237.6,0,0,0,0),(14814,3002,43,0,11,'2024-10-17 17:48:58',2,158.4,158.4,0,0,0,0),(14815,3002,45,0,11,'2024-10-17 17:48:58',1,42.24,42.24,0,0,0,0),(14816,3002,2110,0,11,'2024-10-17 17:48:58',3,214.2,214.2,0,0,0,0),(14817,3002,2110,0,11,'2024-10-17 17:48:58',1,71.4,71.4,0,0,0,0),(14818,3002,42,0,11,'2024-10-17 17:48:58',1,79.2,79.2,0,0,0,0),(14819,3002,2408,0,11,'2024-10-17 17:48:58',1,149.34,149.34,0,0,0,0),(14820,3002,44,0,11,'2024-10-17 17:48:58',1,116.16,116.16,0,0,0,0),(14821,3002,490,0,11,'2024-10-17 17:48:58',10,196,196,0,0,0,0),(14822,3002,488,0,11,'2024-10-17 17:48:58',1,31.35,31.35,0,0,0,0),(14823,3002,487,0,11,'2024-10-17 17:48:58',1,31.35,31.35,0,0,0,0),(14825,3003,2110,0,6,'2024-10-17 22:06:45',1,71.4,71.4,0,0,0,0),(14826,3003,2113,0,6,'2024-10-17 22:06:45',1,172,172,0,0,0,0),(14827,3003,41,0,6,'2024-10-17 22:06:45',3,199.44,199.44,0,0,0,0),(14828,3003,45,0,6,'2024-10-17 22:06:45',1,42.24,42.24,0,0,0,0),(14829,3003,120,0,6,'2024-10-17 22:06:45',2,105.6,105.6,0,0,0,0),(14830,3003,43,0,6,'2024-10-17 22:06:45',2,158.4,158.4,0,0,0,0),(14831,3003,40,0,6,'2024-10-17 22:06:45',1,79.2,79.2,0,0,0,0),(14832,3003,39,0,6,'2024-10-17 22:06:45',1,79.2,79.2,0,0,0,0),(14833,3003,49,0,6,'2024-10-17 22:06:45',1,79.2,79.2,0,0,0,0),(14834,3003,93,0,6,'2024-10-17 22:06:45',9,0,0,0,0,0,0),(14835,3003,44,0,6,'2024-10-17 22:06:45',1,116.16,116.16,0,0,0,0),(14837,3004,41,0,70,'2024-10-18 13:44:06',6,398.88,398.88,0,0,0,0),(14838,3004,23,0,70,'2024-10-18 13:44:06',6,411.24,411.24,0,0,0,0),(14839,3004,49,0,70,'2024-10-18 13:44:06',8,633.6,633.6,0,0,0,0),(14840,3004,44,0,70,'2024-10-18 13:44:06',6,696.96,696.96,0,0,0,0),(14841,3004,490,0,70,'2024-10-18 13:44:06',10,196,196,0,0,0,0),(14843,3005,45,0,101,'2024-10-21 16:10:59',6,253.44,253.44,0,0,0,0),(14844,3005,41,0,101,'2024-10-21 16:10:59',4,265.92,265.92,0,0,0,0),(14845,3005,49,0,101,'2024-10-21 16:10:59',3,237.6,237.6,0,0,0,0),(14846,3005,43,0,101,'2024-10-21 16:10:59',3,237.6,237.6,0,0,0,0),(14847,3005,490,0,101,'2024-10-21 16:10:59',5,98,98,0,0,0,0),(14848,3005,133,0,101,'2024-10-21 16:10:59',10,143,143,0,0,0,0),(14850,3006,2110,0,64,'2024-10-21 16:50:50',3,214.2,214.2,0,0,0,0),(14851,3006,2113,0,64,'2024-10-21 16:50:50',1,172,172,0,0,0,0),(14852,3006,41,0,64,'2024-10-21 16:50:50',2,132.96,132.96,0,0,0,0),(14853,3006,45,0,64,'2024-10-21 16:50:50',1,42.24,42.24,0,0,0,0),(14854,3006,49,0,64,'2024-10-21 16:50:50',1,79.2,79.2,0,0,0,0),(14855,3006,490,0,64,'2024-10-21 16:50:50',10,196,196,0,0,0,0),(14856,3006,488,0,64,'2024-10-21 16:50:50',3,94.05,94.05,0,0,0,0),(14858,3007,49,0,11,'2024-10-21 18:40:32',1,79.2,79.2,0,0,0,0),(14859,3007,43,0,11,'2024-10-21 18:40:32',1,79.2,79.2,0,0,0,0),(14860,3007,45,0,11,'2024-10-21 18:40:32',3,126.72,126.72,0,0,0,0),(14861,3007,2110,0,11,'2024-10-21 18:40:32',3,214.2,214.2,0,0,0,0),(14862,3007,490,0,11,'2024-10-21 18:40:32',10,196,196,0,0,0,0),(14863,3007,488,0,11,'2024-10-21 18:40:32',1,31.35,31.35,0,0,0,0),(14864,3007,487,0,11,'2024-10-21 18:40:32',1,31.35,31.35,0,0,0,0),(14865,3007,39,0,11,'2024-10-21 18:40:32',1,79.2,79.2,0,0,0,0),(14866,3007,40,0,11,'2024-10-21 18:40:32',1,79.2,79.2,0,0,0,0),(14868,3008,49,0,11,'2024-10-21 18:41:03',1,79.2,79.2,0,0,0,0),(14869,3008,43,0,11,'2024-10-21 18:41:03',1,79.2,79.2,0,0,0,0),(14870,3008,45,0,11,'2024-10-21 18:41:03',3,126.72,126.72,0,0,0,0),(14871,3008,2110,0,11,'2024-10-21 18:41:03',3,214.2,214.2,0,0,0,0),(14872,3008,490,0,11,'2024-10-21 18:41:03',10,196,196,0,0,0,0),(14873,3008,488,0,11,'2024-10-21 18:41:03',1,31.35,31.35,0,0,0,0),(14874,3008,487,0,11,'2024-10-21 18:41:03',1,31.35,31.35,0,0,0,0),(14875,3008,39,0,11,'2024-10-21 18:41:03',1,79.2,79.2,0,0,0,0),(14876,3008,40,0,11,'2024-10-21 18:41:03',1,79.2,79.2,0,0,0,0),(14878,3009,49,0,11,'2024-10-21 18:42:24',1,79.2,79.2,0,0,0,0),(14879,3009,43,0,11,'2024-10-21 18:42:24',1,79.2,79.2,0,0,0,0),(14880,3009,45,0,11,'2024-10-21 18:42:24',3,126.72,126.72,0,0,0,0),(14881,3009,2110,0,11,'2024-10-21 18:42:24',3,214.2,214.2,0,0,0,0),(14882,3009,490,0,11,'2024-10-21 18:42:24',10,196,196,0,0,0,0),(14883,3009,488,0,11,'2024-10-21 18:42:24',1,31.35,31.35,0,0,0,0),(14884,3009,487,0,11,'2024-10-21 18:42:24',1,31.35,31.35,0,0,0,0),(14885,3009,39,0,11,'2024-10-21 18:42:24',1,79.2,79.2,0,0,0,0),(14886,3009,40,0,11,'2024-10-21 18:42:24',1,79.2,79.2,0,0,0,0),(14888,3010,490,0,11,'2024-10-21 20:12:10',10,196,196,0,0,0,0),(14889,3010,488,0,11,'2024-10-21 20:12:10',1,31.35,31.35,0,0,0,0),(14890,3010,45,0,11,'2024-10-21 20:12:10',1,42.24,42.24,0,0,0,0),(14891,3010,487,0,11,'2024-10-21 20:12:10',1,31.35,31.35,0,0,0,0),(14892,3010,51,0,11,'2024-10-21 20:12:10',1,147.84,147.84,0,0,0,0),(14893,3010,44,0,11,'2024-10-21 20:12:10',1,116.16,116.16,0,0,0,0),(14895,3011,23,0,79,'2024-10-22 12:25:18',5,342.7,342.7,0,0,0,0),(14896,3011,44,0,79,'2024-10-22 12:25:18',2,232.32,232.32,0,0,0,0),(14897,3011,490,0,79,'2024-10-22 12:25:18',5,98,98,0,0,0,0),(14899,3012,2113,0,62,'2024-10-23 00:13:46',1,172,172,0,0,0,0),(14900,3012,2110,0,62,'2024-10-23 00:13:46',3,214.2,214.2,0,0,0,0),(14901,3012,42,0,62,'2024-10-23 00:13:46',1,79.2,79.2,0,0,0,0),(14902,3012,116,0,62,'2024-10-23 00:13:46',1,145.44,145.44,0,0,0,0),(14903,3012,41,0,62,'2024-10-23 00:13:46',3,199.44,199.44,0,0,0,0),(14904,3012,45,0,62,'2024-10-23 00:13:46',2,84.48,84.48,0,0,0,0),(14905,3012,120,0,62,'2024-10-23 00:13:46',1,52.8,52.8,0,0,0,0),(14906,3012,43,0,62,'2024-10-23 00:13:46',2,158.4,158.4,0,0,0,0),(14907,3012,49,0,62,'2024-10-23 00:13:46',3,237.6,237.6,0,0,0,0),(14908,3012,44,0,62,'2024-10-23 00:13:46',1,116.16,116.16,0,0,0,0),(14909,3012,93,0,62,'2024-10-23 00:13:46',10,0,0,0,0,0,0),(14910,3012,97,0,62,'2024-10-23 00:13:46',2,0,0,0,0,0,0),(14911,3012,99,0,62,'2024-10-23 00:13:46',2,0,0,0,0,0,0),(14912,3012,133,0,62,'2024-10-23 00:13:46',3,42.9,42.9,0,0,0,0),(14914,3013,44,0,79,'2024-10-23 15:59:01',3,348.48,348.48,0,0,0,0),(14915,3013,40,0,79,'2024-10-23 15:59:01',1,79.2,79.2,0,0,0,0),(14916,3013,39,0,79,'2024-10-23 15:59:01',1,79.2,79.2,0,0,0,0),(14918,3014,2110,0,12,'2024-10-23 20:39:32',1,71.4,71.4,0,0,0,0),(14919,3014,2113,0,12,'2024-10-23 20:39:32',2,344,344,0,0,0,0),(14920,3014,41,0,12,'2024-10-23 20:39:32',4,265.92,265.92,0,0,0,0),(14921,3014,45,0,12,'2024-10-23 20:39:32',2,84.48,84.48,0,0,0,0),(14922,3014,2408,0,12,'2024-10-23 20:39:32',1,149.34,149.34,0,0,0,0),(14923,3014,39,0,12,'2024-10-23 20:39:32',1,79.2,79.2,0,0,0,0),(14924,3014,120,0,12,'2024-10-23 20:39:32',1,52.8,52.8,0,0,0,0),(14925,3014,43,0,12,'2024-10-23 20:39:32',1,79.2,79.2,0,0,0,0),(14926,3014,490,0,12,'2024-10-23 20:39:32',10,196,196,0,0,0,0),(14927,3014,487,0,12,'2024-10-23 20:39:32',2,62.7,62.7,0,0,0,0),(14928,3014,49,0,12,'2024-10-23 20:39:32',1,79.2,79.2,0,0,0,0),(14930,3015,2110,0,95,'2024-10-23 22:16:52',6,428.4,428.4,0,0,0,0),(14931,3015,2113,0,95,'2024-10-23 22:16:52',2,344,344,0,0,0,0),(14932,3015,41,0,95,'2024-10-23 22:16:52',6,398.88,398.88,0,0,0,0),(14933,3015,39,0,95,'2024-10-23 22:16:52',1,79.2,79.2,0,0,0,0),(14934,3015,43,0,95,'2024-10-23 22:16:52',4,316.8,316.8,0,0,0,0),(14935,3015,44,0,95,'2024-10-23 22:16:52',2,232.32,232.32,0,0,0,0),(14936,3015,487,0,95,'2024-10-23 22:16:52',3,94.05,94.05,0,0,0,0),(14937,3015,490,0,95,'2024-10-23 22:16:52',40,784,784,0,0,0,0),(14938,3015,135,0,95,'2024-10-23 22:16:52',25,62,62,0,0,0,0),(14939,3015,120,0,95,'2024-10-23 22:16:52',2,105.6,105.6,0,0,0,0),(14941,3016,490,0,25,'2024-10-24 04:09:37',4,78.4,78.4,0,0,0,0),(14942,3016,45,0,25,'2024-10-24 04:09:37',2,84.48,84.48,0,0,0,0),(14943,3016,41,0,25,'2024-10-24 04:09:37',2,132.96,132.96,0,0,0,0),(14944,3016,488,0,25,'2024-10-24 04:09:37',3,94.05,94.05,0,0,0,0),(14945,3016,487,0,25,'2024-10-24 04:09:37',3,94.05,94.05,0,0,0,0),(14946,3016,2110,0,25,'2024-10-24 04:09:37',1,71.4,71.4,0,0,0,0),(14947,3016,49,0,25,'2024-10-24 04:09:37',1,79.2,79.2,0,0,0,0),(14949,3017,490,0,53,'2024-10-24 21:11:18',10,196,196,0,0,0,0),(14950,3017,2408,0,53,'2024-10-24 21:11:18',3,448.02,448.02,0,0,0,0),(14951,3017,116,0,53,'2024-10-24 21:11:18',1,145.44,145.44,0,0,0,0),(14952,3017,120,0,53,'2024-10-24 21:11:18',1,52.8,52.8,0,0,0,0),(14953,3017,49,0,53,'2024-10-24 21:11:18',3,237.6,237.6,0,0,0,0),(14955,3019,2110,0,17,'2024-10-25 14:57:28',1,71.4,73.14,0,0,1.74,0),(14956,3019,43,0,17,'2024-10-25 14:57:28',1,79.2,80.94,0,0,1.74,0),(14957,3019,41,0,17,'2024-10-25 14:57:28',2,132.96,136.44,0,0,3.48,0),(14958,3019,39,0,17,'2024-10-25 14:57:28',1,79.2,80.94,0,0,1.74,0),(14959,3019,490,0,17,'2024-10-25 14:57:28',7,137.2,149.38,0,0,12.18,0),(14961,3020,487,0,81,'2024-10-27 23:45:56',3,94.05,108.516,0,0,14.466,0),(14962,3020,42,0,81,'2024-10-27 23:45:56',2,158.4,168.044,0,0,9.644,0),(14964,3021,488,0,49,'2024-10-28 20:09:36',2,62.7,68.82,0,0,6.12,0),(14965,3021,133,0,49,'2024-10-28 20:09:36',1,14.3,17.36,0,0,3.06,0),(14966,3021,131,0,49,'2024-10-28 20:09:36',2,25.3,31.42,0,0,6.12,0),(14967,3021,39,0,49,'2024-10-28 20:09:36',1,79.2,82.26,0,0,3.06,0),(14968,3021,49,0,49,'2024-10-28 20:09:36',1,79.2,82.26,0,0,3.06,0),(14970,3022,490,0,53,'2024-10-29 17:08:44',10,196,196,0,0,0,0),(14971,3022,41,0,53,'2024-10-29 17:08:44',4,265.92,265.92,0,0,0,0),(14972,3022,44,0,53,'2024-10-29 17:08:44',1,116.16,116.16,0,0,0,0),(14973,3022,2400,0,53,'2024-10-29 17:08:44',1,186.3,186.3,0,0,0,0),(14974,3022,2110,0,53,'2024-10-29 17:08:44',6,428.4,428.4,0,0,0,0),(14975,3022,116,0,53,'2024-10-29 17:08:44',1,145.44,145.44,0,0,0,0),(14976,3022,45,0,53,'2024-10-29 17:08:44',4,168.96,168.96,0,0,0,0),(14977,3022,120,0,53,'2024-10-29 17:08:44',1,52.8,52.8,0,0,0,0),(14979,3023,41,0,92,'2024-10-30 12:08:41',4,265.92,265.92,0,0,0,0),(14980,3023,49,0,92,'2024-10-30 12:08:41',4,316.8,316.8,0,0,0,0),(14981,3023,44,0,92,'2024-10-30 12:08:41',1,116.16,116.16,0,0,0,0),(14982,3023,40,0,92,'2024-10-30 12:08:41',2,158.4,158.4,0,0,0,0),(14984,3024,44,0,102,'2024-10-30 19:48:58',5,580.8,580.8,0,0,0,0),(14985,3024,2113,0,102,'2024-10-30 19:48:58',1,172,172,0,0,0,0),(14986,3024,2110,0,102,'2024-10-30 19:48:58',2,142.8,142.8,0,0,0,0),(14988,3025,44,0,79,'2024-11-01 17:04:10',3,348.48,348.48,0,0,0,0),(14989,3025,43,0,79,'2024-11-01 17:04:10',1,79.2,79.2,0,0,0,0),(14990,3025,39,0,79,'2024-11-01 17:04:10',1,79.2,79.2,0,0,0,0),(14992,3027,2113,0,57,'2024-11-04 21:39:15',1,172,172,0,0,0,0),(14993,3027,2110,0,57,'2024-11-04 21:39:15',1,71.4,71.4,0,0,0,0),(14994,3027,49,0,57,'2024-11-04 21:39:15',1,79.2,79.2,0,0,0,0),(14995,3027,490,0,57,'2024-11-04 21:39:15',8,156.8,156.8,0,0,0,0),(14996,3027,45,0,57,'2024-11-04 21:39:15',1,42.24,42.24,0,0,0,0),(14998,3028,2110,0,64,'2024-11-05 01:02:23',3,214.2,214.2,0,0,0,0),(14999,3028,2113,0,64,'2024-11-05 01:02:23',1,172,172,0,0,0,0),(15000,3028,41,0,64,'2024-11-05 01:02:23',3,199.44,199.44,0,0,0,0),(15001,3028,45,0,64,'2024-11-05 01:02:23',1,42.24,42.24,0,0,0,0),(15002,3028,49,0,64,'2024-11-05 01:02:23',1,79.2,79.2,0,0,0,0),(15003,3028,490,0,64,'2024-11-05 01:02:23',10,196,196,0,0,0,0),(15004,3028,488,0,64,'2024-11-05 01:02:23',2,62.7,62.7,0,0,0,0),(15005,3028,116,0,64,'2024-11-05 01:02:23',1,145.44,145.44,0,0,0,0),(15007,3029,23,0,13,'2024-11-05 17:14:48',4,274.16,274.16,0,0,0,0),(15008,3029,38,0,13,'2024-11-05 17:14:48',3,497.28,497.28,0,0,0,0),(15009,3029,42,0,13,'2024-11-05 17:14:48',1,79.2,79.2,0,0,0,0),(15010,3029,41,0,13,'2024-11-05 17:14:48',5,332.4,332.4,0,0,0,0),(15011,3029,45,0,13,'2024-11-05 17:14:48',2,84.48,84.48,0,0,0,0),(15013,3030,23,0,79,'2024-11-05 21:50:18',5,342.7,342.7,0,0,0,0),(15014,3030,116,0,79,'2024-11-05 21:50:18',1,145.44,145.44,0,0,0,0),(15015,3030,39,0,79,'2024-11-05 21:50:18',2,158.4,158.4,0,0,0,0),(15016,3030,43,0,79,'2024-11-05 21:50:18',1,79.2,79.2,0,0,0,0),(15018,3031,2110,0,50,'2024-11-06 16:52:26',3,214.2,214.2,0,0,0,0),(15019,3031,2113,0,50,'2024-11-06 16:52:26',1,172,172,0,0,0,0),(15020,3031,41,0,50,'2024-11-06 16:52:26',2,132.96,132.96,0,0,0,0),(15021,3031,45,0,50,'2024-11-06 16:52:26',1,42.24,42.24,0,0,0,0),(15022,3031,43,0,50,'2024-11-06 16:52:26',2,158.4,158.4,0,0,0,0),(15023,3031,120,0,50,'2024-11-06 16:52:26',1,52.8,52.8,0,0,0,0),(15024,3031,44,0,50,'2024-11-06 16:52:26',1,116.16,116.16,0,0,0,0),(15025,3031,133,0,50,'2024-11-06 16:52:26',10,143,143,0,0,0,0),(15027,3032,23,0,82,'2024-11-07 15:08:47',4,274.16,274.16,0,0,0,0),(15028,3032,490,0,82,'2024-11-07 15:08:47',8,156.8,156.8,0,0,0,0),(15029,3032,41,0,82,'2024-11-07 15:08:47',3,199.44,199.44,0,0,0,0),(15030,3032,488,0,82,'2024-11-07 15:08:47',2,62.7,62.7,0,0,0,0),(15031,3032,43,0,82,'2024-11-07 15:08:47',1,79.2,79.2,0,0,0,0),(15033,3033,41,0,39,'2024-11-07 20:23:51',2,132.96,143.4,0,0,10.44,0),(15034,3033,43,0,39,'2024-11-07 20:23:51',1,79.2,84.42,0,0,5.22,0),(15035,3033,49,0,39,'2024-11-07 20:23:51',1,79.2,84.42,0,0,5.22,0),(15037,3034,43,0,69,'2024-11-08 14:19:42',15,1188,1188,0,0,0,0),(15038,3034,49,0,69,'2024-11-08 14:19:42',15,1188,1188,0,0,0,0),(15039,3034,2110,0,69,'2024-11-08 14:19:42',8,571.2,571.2,0,0,0,0),(15040,3034,45,0,69,'2024-11-08 14:19:42',10,422.4,422.4,0,0,0,0),(15041,3034,120,0,69,'2024-11-08 14:19:42',2,105.6,105.6,0,0,0,0),(15042,3034,39,0,69,'2024-11-08 14:19:42',3,237.6,237.6,0,0,0,0),(15043,3034,40,0,69,'2024-11-08 14:19:42',4,316.8,316.8,0,0,0,0),(15044,3034,490,0,69,'2024-11-08 14:19:42',40,784,784,0,0,0,0),(15045,3034,51,0,69,'2024-11-08 14:19:42',2,295.68,295.68,0,0,0,0),(15046,3034,44,0,69,'2024-11-08 14:19:42',2,232.32,232.32,0,0,0,0),(15047,3034,2400,0,69,'2024-11-08 14:19:42',2,372.6,372.6,0,0,0,0),(15048,3034,42,0,69,'2024-11-08 14:19:42',1,79.2,79.2,0,0,0,0),(15049,3034,41,0,69,'2024-11-08 14:19:42',3,199.44,199.44,0,0,0,0),(15051,3035,2113,0,11,'2024-11-10 14:59:28',2,344,344,0,0,0,0),(15052,3035,41,0,11,'2024-11-10 14:59:28',1,66.48,66.48,0,0,0,0),(15053,3035,45,0,11,'2024-11-10 14:59:28',2,84.48,84.48,0,0,0,0),(15054,3035,43,0,11,'2024-11-10 14:59:28',1,79.2,79.2,0,0,0,0),(15055,3035,49,0,11,'2024-11-10 14:59:28',2,158.4,158.4,0,0,0,0),(15056,3035,490,0,11,'2024-11-10 14:59:28',10,196,196,0,0,0,0),(15058,3036,490,0,102,'2024-11-11 17:01:31',8,156.8,156.8,0,0,0,0),(15059,3036,43,0,102,'2024-11-11 17:01:31',2,158.4,158.4,0,0,0,0),(15060,3036,49,0,102,'2024-11-11 17:01:31',1,79.2,79.2,0,0,0,0),(15061,3036,45,0,102,'2024-11-11 17:01:31',3,126.72,126.72,0,0,0,0),(15063,3037,2110,0,11,'2024-11-11 17:45:33',2,142.8,142.8,0,0,0,0),(15064,3037,2113,0,11,'2024-11-11 17:45:33',1,172,172,0,0,0,0),(15065,3037,49,0,11,'2024-11-11 17:45:33',1,79.2,79.2,0,0,0,0),(15066,3037,43,0,11,'2024-11-11 17:45:33',1,79.2,79.2,0,0,0,0),(15067,3037,490,0,11,'2024-11-11 17:45:33',10,196,196,0,0,0,0),(15068,3037,488,0,11,'2024-11-11 17:45:33',2,62.7,62.7,0,0,0,0),(15070,3038,2110,0,63,'2024-11-11 19:34:01',6,428.4,428.4,0,0,0,0),(15071,3038,41,0,63,'2024-11-11 19:34:01',6,398.88,398.88,0,0,0,0),(15072,3038,49,0,63,'2024-11-11 19:34:01',6,475.2,475.2,0,0,0,0),(15076,3039,23,0,79,'2024-11-11 20:05:33',10,685.4,685.4,0,0,0,0),(15078,3040,2110,0,11,'2024-11-11 20:25:53',1,71.4,71.4,0,0,0,0),(15079,3040,2113,0,11,'2024-11-11 20:25:53',1,172,172,0,0,0,0),(15080,3040,42,0,11,'2024-11-11 20:25:53',1,79.2,79.2,0,0,0,0),(15081,3040,41,0,11,'2024-11-11 20:25:53',1,66.48,66.48,0,0,0,0),(15082,3040,45,0,11,'2024-11-11 20:25:53',2,84.48,84.48,0,0,0,0),(15083,3040,2400,0,11,'2024-11-11 20:25:53',1,186.3,186.3,0,0,0,0),(15084,3040,2408,0,11,'2024-11-11 20:25:53',1,149.34,149.34,0,0,0,0),(15085,3040,43,0,11,'2024-11-11 20:25:53',1,79.2,79.2,0,0,0,0),(15086,3040,49,0,11,'2024-11-11 20:25:53',1,79.2,79.2,0,0,0,0),(15087,3040,490,0,11,'2024-11-11 20:25:53',10,196,196,0,0,0,0),(15088,3040,488,0,11,'2024-11-11 20:25:53',2,62.7,62.7,0,0,0,0),(15089,3040,487,0,11,'2024-11-11 20:25:53',2,62.7,62.7,0,0,0,0),(15091,3041,490,0,25,'2024-11-11 20:57:27',8,156.8,183.344,0,0,26.544,0),(15092,3041,42,0,25,'2024-11-11 20:57:27',1,79.2,82.518,0,0,3.318,0),(15093,3041,44,0,25,'2024-11-11 20:57:27',1,116.16,119.478,0,0,3.318,0),(15095,3042,39,0,90,'2024-11-12 17:00:38',1,79.2,79.2,0,0,0,0),(15096,3042,40,0,90,'2024-11-12 17:00:38',1,79.2,79.2,0,0,0,0),(15097,3042,43,0,90,'2024-11-12 17:00:38',1,79.2,79.2,0,0,0,0),(15098,3042,2110,0,90,'2024-11-12 17:00:38',2,142.8,142.8,0,0,0,0),(15099,3042,45,0,90,'2024-11-12 17:00:38',2,84.48,84.48,0,0,0,0),(15100,3042,2113,0,90,'2024-11-12 17:00:38',2,344,344,0,0,0,0),(15101,3042,41,0,90,'2024-11-12 17:00:38',2,132.96,132.96,0,0,0,0),(15103,3043,93,0,14,'2024-11-12 17:12:38',5,0,11.507143,0,0,11.507143,0),(15104,3043,99,0,14,'2024-11-12 17:12:38',2,0,4.602857,0,0,4.602857,0),(15106,3044,42,0,90,'2024-11-12 18:08:51',1,79.2,79.2,0,0,0,0),(15107,3044,43,0,90,'2024-11-12 18:08:51',1,79.2,79.2,0,0,0,0),(15108,3044,49,0,90,'2024-11-12 18:08:51',1,79.2,79.2,0,0,0,0),(15109,3044,487,0,90,'2024-11-12 18:08:51',1,31.35,31.35,0,0,0,0),(15110,3044,2113,0,90,'2024-11-12 18:08:51',2,344,344,0,0,0,0),(15112,3046,39,0,90,'2024-11-12 19:49:51',1,79.2,79.2,0,0,0,0),(15113,3046,42,0,90,'2024-11-12 19:49:51',1,79.2,79.2,0,0,0,0),(15114,3046,43,0,90,'2024-11-12 19:49:51',1,79.2,79.2,0,0,0,0),(15115,3046,49,0,90,'2024-11-12 19:49:51',1,79.2,79.2,0,0,0,0),(15116,3046,487,0,90,'2024-11-12 19:49:51',1,31.35,31.35,0,0,0,0),(15117,3046,2110,0,90,'2024-11-12 19:49:51',1,71.4,71.4,0,0,0,0),(15118,3046,2113,0,90,'2024-11-12 19:49:51',1,172,172,0,0,0,0),(15119,3046,45,0,90,'2024-11-12 19:49:51',3,126.72,126.72,0,0,0,0),(15120,3046,41,0,90,'2024-11-12 19:49:51',1,66.48,66.48,0,0,0,0),(15122,3047,39,0,90,'2024-11-12 22:01:58',1,79.2,79.2,0,0,0,0),(15123,3047,40,0,90,'2024-11-12 22:01:58',1,79.2,79.2,0,0,0,0),(15124,3047,43,0,90,'2024-11-12 22:01:58',1,79.2,79.2,0,0,0,0),(15125,3047,2113,0,90,'2024-11-12 22:01:58',1,172,172,0,0,0,0),(15126,3047,49,0,90,'2024-11-12 22:01:58',1,79.2,79.2,0,0,0,0),(15127,3047,488,0,90,'2024-11-12 22:01:58',1,31.35,31.35,0,0,0,0),(15128,3047,487,0,90,'2024-11-12 22:01:58',1,31.35,31.35,0,0,0,0),(15129,3047,2110,0,90,'2024-11-12 22:01:58',1,71.4,71.4,0,0,0,0),(15130,3047,2113,0,90,'2024-11-12 22:01:58',1,172,172,0,0,0,0),(15131,3047,45,0,90,'2024-11-12 22:01:58',1,42.24,42.24,0,0,0,0),(15132,3047,41,0,90,'2024-11-12 22:01:58',1,66.48,66.48,0,0,0,0),(15134,3048,44,0,79,'2024-11-13 17:10:12',3,348.48,348.48,0,0,0,0),(15135,3048,490,0,79,'2024-11-13 17:10:12',10,196,196,0,0,0,0),(15137,3050,116,0,106,'2024-11-14 20:41:32',1,145.44,145.44,0,0,0,0),(15138,3050,490,0,106,'2024-11-14 20:41:32',8,156.8,156.8,0,0,0,0),(15139,3050,488,0,106,'2024-11-14 20:41:32',2,62.7,62.7,0,0,0,0),(15140,3050,116,0,106,'2024-11-14 20:41:32',1,145.44,145.44,0,0,0,0),(15142,3051,2110,0,12,'2024-11-14 23:00:05',2,142.8,142.8,0,0,0,0),(15143,3051,2113,0,12,'2024-11-14 23:00:05',2,344,344,0,0,0,0),(15144,3051,41,0,12,'2024-11-14 23:00:05',4,265.92,265.92,0,0,0,0),(15145,3051,45,0,12,'2024-11-14 23:00:05',1,42.24,42.24,0,0,0,0),(15146,3051,2400,0,12,'2024-11-14 23:00:05',1,186.3,186.3,0,0,0,0),(15147,3051,39,0,12,'2024-11-14 23:00:05',1,79.2,79.2,0,0,0,0),(15148,3051,120,0,12,'2024-11-14 23:00:05',1,52.8,52.8,0,0,0,0),(15149,3051,43,0,12,'2024-11-14 23:00:05',1,79.2,79.2,0,0,0,0),(15150,3051,49,0,12,'2024-11-14 23:00:05',1,79.2,79.2,0,0,0,0),(15151,3051,44,0,12,'2024-11-14 23:00:05',1,116.16,116.16,0,0,0,0),(15152,3051,490,0,12,'2024-11-14 23:00:05',8,156.8,156.8,0,0,0,0),(15154,3052,93,0,63,'2024-11-15 21:52:11',20,0,22.86,0,0,22.86,0),(15156,3053,38,0,57,'2024-11-16 14:22:08',1,165.76,165.76,0,0,0,0),(15157,3053,2113,0,57,'2024-11-16 14:22:08',2,344,344,0,0,0,0),(15158,3053,2110,0,57,'2024-11-16 14:22:08',2,142.8,142.8,0,0,0,0),(15159,3053,45,0,57,'2024-11-16 14:22:08',2,84.48,84.48,0,0,0,0),(15160,3053,41,0,57,'2024-11-16 14:22:08',1,66.48,66.48,0,0,0,0),(15161,3053,49,0,57,'2024-11-16 14:22:08',1,79.2,79.2,0,0,0,0),(15162,3053,490,0,57,'2024-11-16 14:22:08',8,156.8,156.8,0,0,0,0),(15164,3054,2110,0,12,'2024-11-18 02:24:04',3,214.2,214.2,0,0,0,0),(15165,3054,2113,0,12,'2024-11-18 02:24:04',1,172,172,0,0,0,0),(15166,3054,42,0,12,'2024-11-18 02:24:04',1,79.2,79.2,0,0,0,0),(15167,3054,41,0,12,'2024-11-18 02:24:04',2,132.96,132.96,0,0,0,0),(15168,3054,45,0,12,'2024-11-18 02:24:04',3,126.72,126.72,0,0,0,0),(15169,3054,2400,0,12,'2024-11-18 02:24:04',1,186.3,186.3,0,0,0,0),(15170,3054,2408,0,12,'2024-11-18 02:24:04',2,298.68,298.68,0,0,0,0),(15171,3054,490,0,12,'2024-11-18 02:24:04',10,196,196,0,0,0,0),(15172,3054,44,0,12,'2024-11-18 02:24:04',1,116.16,116.16,0,0,0,0),(15174,3055,2110,0,53,'2024-11-18 13:51:05',3,214.2,214.2,0,0,0,0),(15175,3055,45,0,53,'2024-11-18 13:51:05',2,84.48,84.48,0,0,0,0),(15176,3055,2400,0,53,'2024-11-18 13:51:05',1,186.3,186.3,0,0,0,0),(15177,3055,2408,0,53,'2024-11-18 13:51:05',4,597.36,597.36,0,0,0,0),(15179,3056,2110,0,26,'2024-11-19 16:27:04',2,142.8,142.8,0,0,0,0),(15180,3056,43,0,26,'2024-11-19 16:27:04',2,158.4,158.4,0,0,0,0),(15181,3056,41,0,26,'2024-11-19 16:27:04',1,66.48,66.48,0,0,0,0),(15182,3056,116,0,26,'2024-11-19 16:27:04',1,145.44,145.44,0,0,0,0),(15183,3056,490,0,26,'2024-11-19 16:27:04',2,39.2,39.2,0,0,0,0),(15184,3056,39,0,26,'2024-11-19 16:27:04',1,79.2,79.2,0,0,0,0),(15185,3056,120,0,26,'2024-11-19 16:27:04',1,52.8,52.8,0,0,0,0),(15187,3057,490,0,11,'2024-11-20 15:30:36',15,294,294,0,0,0,0),(15188,3057,488,0,11,'2024-11-20 15:30:36',1,31.35,31.35,0,0,0,0),(15189,3057,487,0,11,'2024-11-20 15:30:36',1,31.35,31.35,0,0,0,0),(15190,3057,41,0,11,'2024-11-20 15:30:36',2,132.96,132.96,0,0,0,0),(15191,3057,45,0,11,'2024-11-20 15:30:36',4,168.96,168.96,0,0,0,0),(15192,3057,49,0,11,'2024-11-20 15:30:36',2,158.4,158.4,0,0,0,0),(15194,3058,41,0,11,'2024-11-20 15:34:45',2,132.96,132.96,0,0,0,0),(15195,3058,45,0,11,'2024-11-20 15:34:45',3,126.72,126.72,0,0,0,0),(15196,3058,49,0,11,'2024-11-20 15:34:45',2,158.4,158.4,0,0,0,0),(15197,3058,490,0,11,'2024-11-20 15:34:45',15,294,294,0,0,0,0),(15199,3059,2110,0,101,'2024-11-20 16:27:34',8,571.2,571.2,0,0,0,0),(15200,3059,45,0,101,'2024-11-20 16:27:34',1,42.24,42.24,0,0,0,0),(15201,3059,41,0,101,'2024-11-20 16:27:34',4,265.92,265.92,0,0,0,0),(15202,3059,40,0,101,'2024-11-20 16:27:34',1,79.2,79.2,0,0,0,0),(15203,3059,2408,0,101,'2024-11-20 16:27:34',4,597.36,597.36,0,0,0,0),(15204,3059,133,0,101,'2024-11-20 16:27:34',10,143,143,0,0,0,0),(15205,3059,133,0,101,'2024-11-20 16:27:34',10,143,143,0,0,0,0),(15207,3060,2113,0,100,'2024-11-20 19:07:00',1,172,172,0,0,0,0),(15208,3060,2110,0,100,'2024-11-20 19:07:00',1,71.4,71.4,0,0,0,0),(15209,3060,490,0,100,'2024-11-20 19:07:00',9,176.4,176.4,0,0,0,0),(15210,3060,39,0,100,'2024-11-20 19:07:00',1,79.2,79.2,0,0,0,0),(15211,3060,40,0,100,'2024-11-20 19:07:00',1,79.2,79.2,0,0,0,0),(15212,3060,49,0,100,'2024-11-20 19:07:00',1,79.2,79.2,0,0,0,0),(15213,3060,487,0,100,'2024-11-20 19:07:00',1,31.35,31.35,0,0,0,0),(15215,3061,116,0,6,'2024-11-20 22:31:13',3,436.32,436.32,0,0,0,0),(15216,3061,41,0,6,'2024-11-20 22:31:13',2,132.96,132.96,0,0,0,0),(15217,3061,120,0,6,'2024-11-20 22:31:13',1,52.8,52.8,0,0,0,0),(15218,3061,43,0,6,'2024-11-20 22:31:13',1,79.2,79.2,0,0,0,0),(15219,3061,93,0,6,'2024-11-20 22:31:13',3,0,0,0,0,0,0),(15220,3061,2110,0,6,'2024-11-20 22:31:13',1,71.4,71.4,0,0,0,0),(15222,3062,41,0,42,'2024-11-20 23:12:50',1,66.48,66.48,0,0,0,0),(15223,3062,45,0,42,'2024-11-20 23:12:50',1,42.24,42.24,0,0,0,0),(15224,3062,39,0,42,'2024-11-20 23:12:50',1,79.2,79.2,0,0,0,0),(15225,3062,120,0,42,'2024-11-20 23:12:50',1,52.8,52.8,0,0,0,0),(15226,3062,49,0,42,'2024-11-20 23:12:50',6,475.2,475.2,0,0,0,0),(15227,3062,44,0,42,'2024-11-20 23:12:50',1,116.16,116.16,0,0,0,0),(15229,3064,41,0,70,'2024-11-21 15:49:49',10,664.8,664.8,0,0,0,0),(15230,3064,116,0,70,'2024-11-21 15:49:49',2,290.88,290.88,0,0,0,0),(15231,3064,23,0,70,'2024-11-21 15:49:49',4,274.16,274.16,0,0,0,0),(15232,3064,49,0,70,'2024-11-21 15:49:49',10,792,792,0,0,0,0),(15233,3064,490,0,70,'2024-11-21 15:49:49',8,156.8,156.8,0,0,0,0),(15234,3064,487,0,70,'2024-11-21 15:49:49',3,94.05,94.05,0,0,0,0),(15235,3064,39,0,70,'2024-11-21 15:49:49',4,316.8,316.8,0,0,0,0),(15236,3064,40,0,70,'2024-11-21 15:49:49',4,316.8,316.8,0,0,0,0),(15238,3065,2110,0,6,'2024-11-21 18:14:52',1,71.4,71.4,0,0,0,0),(15239,3065,41,0,6,'2024-11-21 18:14:52',3,199.44,199.44,0,0,0,0),(15240,3065,116,0,6,'2024-11-21 18:14:52',3,436.32,436.32,0,0,0,0),(15241,3065,120,0,6,'2024-11-21 18:14:52',1,52.8,52.8,0,0,0,0),(15242,3065,43,0,6,'2024-11-21 18:14:52',1,79.2,79.2,0,0,0,0),(15243,3065,93,0,6,'2024-11-21 18:14:52',3,0,0,0,0,0,0),(15245,3066,2110,0,53,'2024-11-22 14:32:44',6,428.4,428.4,0,0,0,0),(15246,3066,41,0,53,'2024-11-22 14:32:44',3,199.44,199.44,0,0,0,0),(15247,3066,39,0,53,'2024-11-22 14:32:44',3,237.6,237.6,0,0,0,0),(15248,3066,40,0,53,'2024-11-22 14:32:44',3,237.6,237.6,0,0,0,0),(15249,3066,2408,0,53,'2024-11-22 14:32:44',3,448.02,448.02,0,0,0,0),(15250,3066,43,0,53,'2024-11-22 14:32:44',4,316.8,316.8,0,0,0,0),(15251,3066,490,0,53,'2024-11-22 14:32:44',10,196,196,0,0,0,0),(15252,3066,133,0,53,'2024-11-22 14:32:44',10,143,143,0,0,0,0),(15254,3067,2110,0,53,'2024-11-22 14:47:17',6,428.4,428.4,0,0,0,0),(15255,3067,45,0,53,'2024-11-22 14:47:17',4,168.96,168.96,0,0,0,0),(15256,3067,42,0,53,'2024-11-22 14:47:17',3,237.6,237.6,0,0,0,0),(15257,3067,41,0,53,'2024-11-22 14:47:17',5,332.4,332.4,0,0,0,0),(15258,3067,2408,0,53,'2024-11-22 14:47:17',5,746.7,746.7,0,0,0,0),(15259,3067,116,0,53,'2024-11-22 14:47:17',1,145.44,145.44,0,0,0,0),(15260,3067,120,0,53,'2024-11-22 14:47:17',1,52.8,52.8,0,0,0,0),(15261,3067,49,0,53,'2024-11-22 14:47:17',4,316.8,316.8,0,0,0,0),(15262,3067,490,0,53,'2024-11-22 14:47:17',10,196,196,0,0,0,0),(15263,3067,133,0,53,'2024-11-22 14:47:17',10,143,143,0,0,0,0),(15265,3068,2110,0,95,'2024-11-23 00:13:01',4,285.6,285.6,0,0,0,0),(15266,3068,2113,0,95,'2024-11-23 00:13:01',1,172,172,0,0,0,0),(15267,3068,41,0,95,'2024-11-23 00:13:01',6,398.88,398.88,0,0,0,0),(15268,3068,43,0,95,'2024-11-23 00:13:01',4,316.8,316.8,0,0,0,0),(15269,3068,490,0,95,'2024-11-23 00:13:01',40,784,784,0,0,0,0),(15270,3068,135,0,95,'2024-11-23 00:13:01',25,62,62,0,0,0,0),(15271,3068,2400,0,95,'2024-11-23 00:13:01',3,558.9,558.9,0,0,0,0),(15272,3068,2408,0,95,'2024-11-23 00:13:01',4,597.36,597.36,0,0,0,0),(15273,3068,44,0,95,'2024-11-23 00:13:01',3,348.48,348.48,0,0,0,0),(15274,3068,487,0,95,'2024-11-23 00:13:01',5,156.75,156.75,0,0,0,0),(15276,3069,2110,0,33,'2024-11-23 22:30:12',1,71.4,76.134,0,0,4.734,0),(15277,3069,41,0,33,'2024-11-23 22:30:12',1,66.48,71.214,0,0,4.734,0),(15278,3069,40,0,33,'2024-11-23 22:30:12',1,79.2,83.934,0,0,4.734,0),(15279,3069,43,0,33,'2024-11-23 22:30:12',1,79.2,83.934,0,0,4.734,0),(15280,3069,490,0,33,'2024-11-23 22:30:12',1,19.6,24.334,0,0,4.734,0),(15282,3070,2110,0,90,'2024-11-26 16:16:06',2,142.8,142.8,0,0,0,0),(15283,3070,45,0,90,'2024-11-26 16:16:06',1,42.24,42.24,0,0,0,0),(15284,3070,41,0,90,'2024-11-26 16:16:06',1,66.48,66.48,0,0,0,0),(15285,3070,43,0,90,'2024-11-26 16:16:06',3,237.6,237.6,0,0,0,0),(15286,3070,101,0,90,'2024-11-26 16:16:06',1,8.4,8.4,0,0,0,0),(15287,3070,135,0,90,'2024-11-26 16:16:06',1,2.48,2.48,0,0,0,0),(15289,3071,490,0,106,'2024-11-26 17:33:33',5,98,98,0,0,0,0),(15290,3071,2113,0,106,'2024-11-26 17:33:33',2,344,344,0,0,0,0),(15291,3071,49,0,106,'2024-11-26 17:33:33',1,79.2,79.2,0,0,0,0),(15293,3072,23,0,79,'2024-11-26 22:14:03',5,342.7,342.7,0,0,0,0),(15294,3072,490,0,79,'2024-11-26 22:14:03',10,196,196,0,0,0,0),(15296,3073,43,0,55,'2024-11-27 15:43:41',2,158.4,158.4,0,0,0,0),(15297,3073,41,0,55,'2024-11-27 15:43:41',6,398.88,398.88,0,0,0,0),(15298,3073,40,0,55,'2024-11-27 15:43:41',1,79.2,79.2,0,0,0,0),(15299,3073,490,0,55,'2024-11-27 15:43:41',8,156.8,156.8,0,0,0,0),(15300,3073,103,0,55,'2024-11-27 15:43:41',3,25.2,25.2,0,0,0,0),(15302,3074,23,0,82,'2024-12-02 14:51:27',4,274.16,274.16,0,0,0,0),(15303,3074,490,0,82,'2024-12-02 14:51:27',6,117.6,117.6,0,0,0,0),(15304,3074,41,0,82,'2024-12-02 14:51:27',1,66.48,66.48,0,0,0,0),(15305,3074,43,0,82,'2024-12-02 14:51:27',2,158.4,158.4,0,0,0,0),(15306,3074,488,0,82,'2024-12-02 14:51:27',2,62.7,62.7,0,0,0,0),(15307,3074,487,0,82,'2024-12-02 14:51:27',2,62.7,62.7,0,0,0,0),(15309,3075,490,0,17,'2024-12-02 16:59:22',5,98,98,0,0,0,0),(15310,3075,2113,0,17,'2024-12-02 16:59:22',1,172,172,0,0,0,0),(15311,3075,39,0,17,'2024-12-02 16:59:22',1,79.2,79.2,0,0,0,0),(15312,3075,40,0,17,'2024-12-02 16:59:22',1,79.2,79.2,0,0,0,0),(15313,3075,43,0,17,'2024-12-02 16:59:22',1,79.2,79.2,0,0,0,0),(15314,3075,487,0,17,'2024-12-02 16:59:22',1,31.35,31.35,0,0,0,0),(15315,3075,2110,0,17,'2024-12-02 16:59:22',1,71.4,71.4,0,0,0,0),(15316,3075,41,0,17,'2024-12-02 16:59:22',1,66.48,66.48,0,0,0,0),(15317,3075,42,0,17,'2024-12-02 16:59:22',1,79.2,79.2,0,0,0,0),(15319,3076,2113,0,50,'2024-12-02 20:51:19',1,172,172,0,0,0,0),(15320,3076,2110,0,50,'2024-12-02 20:51:19',2,142.8,142.8,0,0,0,0),(15321,3076,43,0,50,'2024-12-02 20:51:19',2,158.4,158.4,0,0,0,0),(15322,3076,44,0,50,'2024-12-02 20:51:19',3,348.48,348.48,0,0,0,0),(15323,3076,41,0,50,'2024-12-02 20:51:19',1,66.48,66.48,0,0,0,0),(15324,3076,133,0,50,'2024-12-02 20:51:19',5,71.5,71.5,0,0,0,0),(15326,3078,44,0,79,'2024-12-02 22:52:20',3,348.48,348.48,0,0,0,0),(15327,3078,120,0,79,'2024-12-02 22:52:20',1,52.8,52.8,0,0,0,0),(15328,3078,39,0,79,'2024-12-02 22:52:20',1,79.2,79.2,0,0,0,0),(15329,3078,120,0,79,'2024-12-02 22:52:20',1,52.8,52.8,0,0,0,0),(15331,3079,2110,0,80,'2024-12-03 18:25:48',10,714,714,0,0,0,0),(15332,3079,2113,0,80,'2024-12-03 18:25:48',5,860,860,0,0,0,0),(15333,3079,41,0,80,'2024-12-03 18:25:48',12,797.76,797.76,0,0,0,0),(15334,3079,45,0,80,'2024-12-03 18:25:48',2,84.48,84.48,0,0,0,0),(15335,3079,2408,0,80,'2024-12-03 18:25:48',5,746.7,746.7,0,0,0,0),(15336,3079,39,0,80,'2024-12-03 18:25:48',5,396,396,0,0,0,0),(15337,3079,40,0,80,'2024-12-03 18:25:48',3,237.6,237.6,0,0,0,0),(15338,3079,120,0,80,'2024-12-03 18:25:48',5,264,264,0,0,0,0),(15339,3079,43,0,80,'2024-12-03 18:25:48',10,792,792,0,0,0,0),(15340,3079,49,0,80,'2024-12-03 18:25:48',10,792,792,0,0,0,0),(15341,3079,44,0,80,'2024-12-03 18:25:48',5,580.8,580.8,0,0,0,0),(15342,3079,488,0,80,'2024-12-03 18:25:48',8,250.8,250.8,0,0,0,0),(15343,3079,487,0,80,'2024-12-03 18:25:48',4,125.4,125.4,0,0,0,0),(15344,3079,42,0,80,'2024-12-03 18:25:48',4,316.8,316.8,0,0,0,0),(15345,3079,116,0,80,'2024-12-03 18:25:48',1,145.44,145.44,0,0,0,0),(15347,3080,490,0,25,'2024-12-04 04:28:12',9,176.4,176.4,0,0,0,0),(15348,3080,42,0,25,'2024-12-04 04:28:12',1,79.2,79.2,0,0,0,0),(15349,3080,41,0,25,'2024-12-04 04:28:12',1,66.48,66.48,0,0,0,0),(15350,3080,45,0,25,'2024-12-04 04:28:12',4,168.96,168.96,0,0,0,0),(15351,3080,2408,0,25,'2024-12-04 04:28:12',1,149.34,149.34,0,0,0,0),(15352,3080,488,0,25,'2024-12-04 04:28:12',1,31.35,31.35,0,0,0,0),(15353,3080,487,0,25,'2024-12-04 04:28:12',1,31.35,31.35,0,0,0,0),(15354,3080,120,0,25,'2024-12-04 04:28:12',1,52.8,52.8,0,0,0,0),(15356,3081,2110,0,62,'2024-12-05 01:55:46',2,142.8,142.8,0,0,0,0),(15357,3081,2113,0,62,'2024-12-05 01:55:46',1,172,172,0,0,0,0),(15358,3081,42,0,62,'2024-12-05 01:55:46',1,79.2,79.2,0,0,0,0),(15359,3081,41,0,62,'2024-12-05 01:55:46',3,199.44,199.44,0,0,0,0),(15360,3081,45,0,62,'2024-12-05 01:55:46',1,42.24,42.24,0,0,0,0),(15361,3081,43,0,62,'2024-12-05 01:55:46',1,79.2,79.2,0,0,0,0),(15362,3081,120,0,62,'2024-12-05 01:55:46',1,52.8,52.8,0,0,0,0),(15363,3081,49,0,62,'2024-12-05 01:55:46',3,237.6,237.6,0,0,0,0),(15364,3081,99,0,62,'2024-12-05 01:55:46',1,0,0,0,0,0,0),(15365,3081,97,0,62,'2024-12-05 01:55:46',1,0,0,0,0,0,0),(15366,3081,93,0,62,'2024-12-05 01:55:46',10,0,0,0,0,0,0),(15367,3081,133,0,62,'2024-12-05 01:55:46',3,42.9,42.9,0,0,0,0),(15369,3082,43,0,39,'2024-12-05 16:14:12',1,79.2,87.865,0,0,8.665,0),(15370,3082,488,0,39,'2024-12-05 16:14:12',1,31.35,40.015,0,0,8.665,0),(15372,3083,41,0,49,'2024-12-05 16:14:40',2,132.96,144.926667,0,0,11.966667,0),(15373,3083,38,0,49,'2024-12-05 16:14:40',1,165.76,171.743333,0,0,5.983333,0),(15375,3084,2110,0,64,'2024-12-06 18:35:28',3,214.2,214.2,0,0,0,0),(15376,3084,2113,0,64,'2024-12-06 18:35:28',1,172,172,0,0,0,0),(15377,3084,41,0,64,'2024-12-06 18:35:28',2,132.96,132.96,0,0,0,0),(15378,3084,45,0,64,'2024-12-06 18:35:28',1,42.24,42.24,0,0,0,0),(15379,3084,120,0,64,'2024-12-06 18:35:28',1,52.8,52.8,0,0,0,0),(15380,3084,49,0,64,'2024-12-06 18:35:28',2,158.4,158.4,0,0,0,0),(15381,3084,490,0,64,'2024-12-06 18:35:28',10,196,196,0,0,0,0),(15382,3084,488,0,64,'2024-12-06 18:35:28',2,62.7,62.7,0,0,0,0),(15384,3085,23,0,79,'2024-12-08 17:47:13',8,548.32,548.32,0,0,0,0),(15386,3086,42,0,90,'2024-12-09 19:35:41',1,79.2,79.2,0,0,0,0),(15387,3086,488,0,90,'2024-12-09 19:35:41',1,31.35,31.35,0,0,0,0),(15388,3086,2113,0,90,'2024-12-09 19:35:41',2,344,344,0,0,0,0),(15389,3086,45,0,90,'2024-12-09 19:35:41',3,126.72,126.72,0,0,0,0),(15390,3086,41,0,90,'2024-12-09 19:35:41',1,66.48,66.48,0,0,0,0),(15392,3087,490,0,102,'2024-12-09 20:14:30',13,254.8,254.8,0,0,0,0),(15393,3087,487,0,102,'2024-12-09 20:14:30',2,62.7,62.7,0,0,0,0),(15394,3087,41,0,102,'2024-12-09 20:14:30',3,199.44,199.44,0,0,0,0),(15396,3088,49,0,85,'2024-12-10 03:21:17',5,396,396,0,0,0,0),(15397,3088,43,0,85,'2024-12-10 03:21:17',10,792,792,0,0,0,0),(15398,3088,2408,0,85,'2024-12-10 03:21:17',1,149.34,149.34,0,0,0,0),(15399,3088,2113,0,85,'2024-12-10 03:21:17',5,860,860,0,0,0,0),(15400,3088,2110,0,85,'2024-12-10 03:21:17',10,714,714,0,0,0,0),(15402,3089,23,0,13,'2024-12-10 17:16:21',4,274.16,274.16,0,0,0,0),(15403,3089,38,0,13,'2024-12-10 17:16:21',3,497.28,497.28,0,0,0,0),(15404,3089,42,0,13,'2024-12-10 17:16:21',2,158.4,158.4,0,0,0,0),(15405,3089,41,0,13,'2024-12-10 17:16:21',5,332.4,332.4,0,0,0,0),(15406,3089,45,0,13,'2024-12-10 17:16:21',3,126.72,126.72,0,0,0,0),(15407,3089,43,0,13,'2024-12-10 17:16:21',2,158.4,158.4,0,0,0,0),(15409,3090,2110,0,12,'2024-12-10 19:08:14',2,142.8,142.8,0,0,0,0),(15410,3090,2113,0,12,'2024-12-10 19:08:14',1,172,172,0,0,0,0),(15411,3090,45,0,12,'2024-12-10 19:08:14',1,42.24,42.24,0,0,0,0),(15412,3090,41,0,12,'2024-12-10 19:08:14',2,132.96,132.96,0,0,0,0),(15413,3090,49,0,12,'2024-12-10 19:08:14',1,79.2,79.2,0,0,0,0),(15414,3090,490,0,12,'2024-12-10 19:08:14',10,196,196,0,0,0,0),(15415,3090,487,0,12,'2024-12-10 19:08:14',2,62.7,62.7,0,0,0,0),(15417,3092,23,0,79,'2024-12-11 20:13:37',3,205.62,205.62,0,0,0,0),(15418,3092,116,0,79,'2024-12-11 20:13:37',1,145.44,145.44,0,0,0,0),(15419,3092,44,0,79,'2024-12-11 20:13:37',2,232.32,232.32,0,0,0,0),(15420,3092,120,0,79,'2024-12-11 20:13:37',1,52.8,52.8,0,0,0,0),(15421,3092,49,0,79,'2024-12-11 20:13:37',1,79.2,79.2,0,0,0,0),(15422,3092,490,0,79,'2024-12-11 20:13:37',10,196,196,0,0,0,0),(15424,3093,23,0,57,'2024-12-12 01:54:53',1,68.54,68.54,0,0,0,0),(15425,3093,2113,0,57,'2024-12-12 01:54:53',1,172,172,0,0,0,0),(15426,3093,38,0,57,'2024-12-12 01:54:53',1,165.76,165.76,0,0,0,0),(15427,3093,41,0,57,'2024-12-12 01:54:53',1,66.48,66.48,0,0,0,0),(15428,3093,490,0,57,'2024-12-12 01:54:53',10,196,196,0,0,0,0),(15430,3094,488,0,64,'2024-12-12 18:38:34',2,62.7,62.7,0,0,0,0),(15431,3094,490,0,64,'2024-12-12 18:38:34',9,176.4,176.4,0,0,0,0),(15432,3094,2110,0,64,'2024-12-12 18:38:34',2,142.8,142.8,0,0,0,0),(15433,3094,2113,0,64,'2024-12-12 18:38:34',1,172,172,0,0,0,0),(15434,3094,41,0,64,'2024-12-12 18:38:34',2,132.96,132.96,0,0,0,0),(15435,3094,45,0,64,'2024-12-12 18:38:34',3,126.72,126.72,0,0,0,0),(15436,3094,49,0,64,'2024-12-12 18:38:34',1,79.2,79.2,0,0,0,0),(15438,3095,45,0,11,'2024-12-12 20:11:56',1,42.24,42.24,0,0,0,0),(15439,3095,43,0,11,'2024-12-12 20:11:56',2,158.4,158.4,0,0,0,0),(15440,3095,2110,0,11,'2024-12-12 20:11:56',2,142.8,142.8,0,0,0,0),(15441,3095,2113,0,11,'2024-12-12 20:11:56',1,172,172,0,0,0,0),(15442,3095,41,0,11,'2024-12-12 20:11:56',2,132.96,132.96,0,0,0,0),(15443,3095,45,0,11,'2024-12-12 20:11:56',3,126.72,126.72,0,0,0,0),(15444,3095,43,0,11,'2024-12-12 20:11:56',2,158.4,158.4,0,0,0,0),(15445,3095,49,0,11,'2024-12-12 20:11:56',3,237.6,237.6,0,0,0,0),(15446,3095,44,0,11,'2024-12-12 20:11:56',1,116.16,116.16,0,0,0,0),(15447,3095,487,0,11,'2024-12-12 20:11:56',2,62.7,62.7,0,0,0,0),(15448,3095,490,0,11,'2024-12-12 20:11:56',10,196,196,0,0,0,0),(15450,3096,44,0,79,'2024-12-13 18:31:52',2,232.32,232.32,0,0,0,0),(15451,3096,43,0,79,'2024-12-13 18:31:52',3,237.6,237.6,0,0,0,0),(15452,3096,490,0,79,'2024-12-13 18:31:52',2,39.2,39.2,0,0,0,0),(15454,3097,43,0,69,'2024-12-15 15:03:06',15,1188,1188,0,0,0,0),(15455,3097,49,0,69,'2024-12-15 15:03:06',15,1188,1188,0,0,0,0),(15456,3097,2110,0,69,'2024-12-15 15:03:06',8,571.2,571.2,0,0,0,0),(15457,3097,2113,0,69,'2024-12-15 15:03:06',1,172,172,0,0,0,0),(15458,3097,45,0,69,'2024-12-15 15:03:06',10,422.4,422.4,0,0,0,0),(15459,3097,490,0,69,'2024-12-15 15:03:06',30,588,588,0,0,0,0),(15460,3097,131,0,69,'2024-12-15 15:03:06',2,25.3,25.3,0,0,0,0),(15461,3097,133,0,69,'2024-12-15 15:03:06',2,28.6,28.6,0,0,0,0),(15462,3097,138,0,69,'2024-12-15 15:03:06',10,49.5,49.5,0,0,0,0),(15463,3097,320,0,69,'2024-12-15 15:03:06',5,18.75,18.75,0,0,0,0),(15465,3098,2113,0,11,'2024-12-16 19:38:01',1,172,172,0,0,0,0),(15466,3098,45,0,11,'2024-12-16 19:38:01',3,126.72,126.72,0,0,0,0),(15467,3098,43,0,11,'2024-12-16 19:38:01',3,237.6,237.6,0,0,0,0),(15468,3098,490,0,11,'2024-12-16 19:38:01',10,196,196,0,0,0,0),(15470,3099,2113,0,11,'2024-12-16 19:44:25',1,172,172,0,0,0,0),(15471,3099,490,0,11,'2024-12-16 19:44:25',10,196,196,0,0,0,0),(15472,3099,2110,0,11,'2024-12-16 19:44:25',2,142.8,142.8,0,0,0,0),(15473,3099,45,0,11,'2024-12-16 19:44:25',2,84.48,84.48,0,0,0,0),(15474,3099,43,0,11,'2024-12-16 19:44:25',2,158.4,158.4,0,0,0,0),(15475,3099,487,0,11,'2024-12-16 19:44:25',1,31.35,31.35,0,0,0,0),(15476,3099,490,0,11,'2024-12-16 19:44:25',10,196,196,0,0,0,0),(15477,3099,49,0,11,'2024-12-16 19:44:25',2,158.4,158.4,0,0,0,0),(15479,3100,41,0,92,'2024-12-17 12:35:54',3,199.44,199.44,0,0,0,0),(15480,3100,49,0,92,'2024-12-17 12:35:54',4,316.8,316.8,0,0,0,0),(15481,3100,44,0,92,'2024-12-17 12:35:54',2,232.32,232.32,0,0,0,0),(15482,3100,2110,0,92,'2024-12-17 12:35:54',1,71.4,71.4,0,0,0,0),(15484,3103,43,0,79,'2024-12-18 02:20:49',3,237.6,237.6,0,0,0,0),(15485,3103,44,0,79,'2024-12-18 02:20:49',2,232.32,232.32,0,0,0,0),(15486,3103,490,0,79,'2024-12-18 02:20:49',2,39.2,39.2,0,0,0,0),(15488,3108,40,0,79,'2024-12-20 14:48:45',2,158.4,158.4,0,0,0,0),(15489,3108,43,0,79,'2024-12-20 14:48:45',2,158.4,158.4,0,0,0,0),(15490,3108,490,0,79,'2024-12-20 14:48:45',10,196,196,0,0,0,0),(15492,3109,490,0,26,'2024-12-23 16:42:42',5,98,111.141667,0,0,13.141667,0),(15493,3109,488,0,26,'2024-12-23 16:42:42',1,31.35,33.978333,0,0,2.628333,0),(15495,3110,490,0,25,'2024-12-27 03:31:43',10,196,196,0,0,0,0),(15496,3110,45,0,25,'2024-12-27 03:31:43',2,84.48,84.48,0,0,0,0),(15497,3110,488,0,25,'2024-12-27 03:31:43',1,31.35,31.35,0,0,0,0),(15498,3110,487,0,25,'2024-12-27 03:31:43',1,31.35,31.35,0,0,0,0),(15499,3110,2113,0,25,'2024-12-27 03:31:43',1,172,172,0,0,0,0),(15501,3112,45,0,101,'2024-12-27 18:59:28',5,211.2,211.2,0,0,0,0),(15502,3112,488,0,101,'2024-12-27 18:59:28',1,31.35,31.35,0,0,0,0),(15503,3112,133,0,101,'2024-12-27 18:59:28',5,71.5,71.5,0,0,0,0),(15504,3112,490,0,101,'2024-12-27 18:59:28',10,196,196,0,0,0,0),(15505,3112,2408,0,101,'2024-12-27 18:59:28',2,298.68,298.68,0,0,0,0),(15506,3112,2113,0,101,'2024-12-27 18:59:28',1,172,172,0,0,0,0),(15507,3112,2110,0,101,'2024-12-27 18:59:28',6,428.4,428.4,0,0,0,0),(15508,3112,43,0,101,'2024-12-27 18:59:28',5,396,396,0,0,0,0),(15510,3113,2110,0,6,'2024-12-27 19:28:48',2,142.8,142.8,0,0,0,0),(15511,3113,116,0,6,'2024-12-27 19:28:48',2,290.88,290.88,0,0,0,0),(15512,3113,41,0,6,'2024-12-27 19:28:48',3,199.44,199.44,0,0,0,0),(15513,3113,2400,0,6,'2024-12-27 19:28:48',1,186.3,186.3,0,0,0,0),(15514,3113,120,0,6,'2024-12-27 19:28:48',2,105.6,105.6,0,0,0,0),(15515,3113,43,0,6,'2024-12-27 19:28:48',4,316.8,316.8,0,0,0,0),(15516,3113,49,0,6,'2024-12-27 19:28:48',2,158.4,158.4,0,0,0,0),(15517,3113,93,0,6,'2024-12-27 19:28:48',6,0,0,0,0,0,0),(15519,3114,99,0,14,'2024-12-27 21:26:24',2,0,3.351429,0,0,3.351429,0),(15520,3114,93,0,14,'2024-12-27 21:26:24',5,0,8.378571,0,0,8.378571,0),(15522,3115,2110,0,95,'2024-12-28 00:42:13',2,142.8,163.11,0,0,20.31,0),(15524,3116,2110,0,50,'2024-12-28 19:19:38',2,142.8,142.8,0,0,0,0),(15525,3116,41,0,50,'2024-12-28 19:19:38',2,132.96,132.96,0,0,0,0),(15526,3116,45,0,50,'2024-12-28 19:19:38',1,42.24,42.24,0,0,0,0),(15527,3116,43,0,50,'2024-12-28 19:19:38',4,316.8,316.8,0,0,0,0),(15528,3116,120,0,50,'2024-12-28 19:19:38',1,52.8,52.8,0,0,0,0),(15529,3116,44,0,50,'2024-12-28 19:19:38',2,232.32,232.32,0,0,0,0),(15530,3116,133,0,50,'2024-12-28 19:19:38',10,143,143,0,0,0,0),(15532,3117,490,0,79,'2024-12-29 22:37:17',13,254.8,254.8,0,0,0,0),(15533,3117,116,0,79,'2024-12-29 22:37:17',1,145.44,145.44,0,0,0,0),(15534,3117,120,0,79,'2024-12-29 22:37:17',2,105.6,105.6,0,0,0,0),(15536,3118,41,0,42,'2024-12-30 15:14:04',1,66.48,66.48,0,0,0,0),(15537,3118,45,0,42,'2024-12-30 15:14:04',1,42.24,42.24,0,0,0,0),(15538,3118,120,0,42,'2024-12-30 15:14:04',1,52.8,52.8,0,0,0,0),(15539,3118,49,0,42,'2024-12-30 15:14:04',5,396,396,0,0,0,0),(15540,3118,44,0,42,'2024-12-30 15:14:04',1,116.16,116.16,0,0,0,0),(15542,3119,488,0,85,'2025-01-01 04:56:09',2,62.7,71.243333,0,0,8.543333,0),(15543,3119,45,0,85,'2025-01-01 04:56:09',4,168.96,186.046667,0,0,17.086667,0),(15545,3120,2113,0,57,'2025-01-01 15:52:29',1,172,172,0,0,0,0),(15546,3120,2110,0,57,'2025-01-01 15:52:29',2,142.8,142.8,0,0,0,0),(15547,3120,23,0,57,'2025-01-01 15:52:29',1,68.54,68.54,0,0,0,0),(15548,3120,41,0,57,'2025-01-01 15:52:29',1,66.48,66.48,0,0,0,0),(15549,3120,45,0,57,'2025-01-01 15:52:29',1,42.24,42.24,0,0,0,0),(15550,3120,490,0,57,'2025-01-01 15:52:29',5,98,98,0,0,0,0),(15552,3121,2110,0,14,'2025-01-02 15:11:40',2,142.8,142.8,0,0,0,0),(15553,3121,45,0,14,'2025-01-02 15:11:40',1,42.24,42.24,0,0,0,0),(15554,3121,41,0,14,'2025-01-02 15:11:40',2,132.96,132.96,0,0,0,0),(15555,3121,44,0,14,'2025-01-02 15:11:40',1,116.16,116.16,0,0,0,0),(15556,3121,2400,0,14,'2025-01-02 15:11:40',1,186.3,186.3,0,0,0,0),(15557,3121,42,0,14,'2025-01-02 15:11:40',1,79.2,79.2,0,0,0,0),(15558,3121,97,0,14,'2025-01-02 15:11:40',1,0,0,0,0,0,0),(15560,3122,490,0,106,'2025-01-02 19:23:35',8,156.8,156.8,0,0,0,0),(15561,3122,41,0,106,'2025-01-02 19:23:35',3,199.44,199.44,0,0,0,0),(15562,3122,39,0,106,'2025-01-02 19:23:35',1,79.2,79.2,0,0,0,0),(15563,3122,2400,0,106,'2025-01-02 19:23:35',1,186.3,186.3,0,0,0,0),(15564,3122,2408,0,106,'2025-01-02 19:23:35',1,149.34,149.34,0,0,0,0),(15565,3122,40,0,106,'2025-01-02 19:23:35',1,79.2,79.2,0,0,0,0),(15566,3122,44,0,106,'2025-01-02 19:23:35',1,116.16,116.16,0,0,0,0),(15568,3123,23,0,49,'2025-01-02 22:20:27',1,68.54,75.28,0,0,6.74,0),(15569,3123,49,0,49,'2025-01-02 22:20:27',1,79.2,85.94,0,0,6.74,0),(15571,3124,490,0,17,'2025-01-02 23:03:28',5,98,105.977778,0,0,7.977778,0),(15572,3124,43,0,17,'2025-01-02 23:03:28',1,79.2,80.795556,0,0,1.595556,0),(15573,3124,487,0,17,'2025-01-02 23:03:28',1,31.35,32.945556,0,0,1.595556,0),(15574,3124,41,0,17,'2025-01-02 23:03:28',1,66.48,68.075556,0,0,1.595556,0),(15575,3124,2110,0,17,'2025-01-02 23:03:28',1,71.4,72.995556,0,0,1.595556,0),(15577,3125,2110,0,11,'2025-01-03 16:27:53',1,71.4,71.4,0,0,0,0),(15578,3125,45,0,11,'2025-01-03 16:27:53',1,42.24,42.24,0,0,0,0),(15579,3125,49,0,11,'2025-01-03 16:27:53',3,237.6,237.6,0,0,0,0),(15580,3125,44,0,11,'2025-01-03 16:27:53',1,116.16,116.16,0,0,0,0),(15581,3125,490,0,11,'2025-01-03 16:27:53',10,196,196,0,0,0,0),(15583,3126,2400,0,53,'2025-01-03 23:48:56',2,372.6,372.6,0,0,0,0),(15584,3126,2408,0,53,'2025-01-03 23:48:56',7,1045.38,1045.38,0,0,0,0),(15585,3126,116,0,53,'2025-01-03 23:48:56',1,145.44,145.44,0,0,0,0),(15586,3126,120,0,53,'2025-01-03 23:48:56',1,52.8,52.8,0,0,0,0),(15587,3126,43,0,53,'2025-01-03 23:48:56',4,316.8,316.8,0,0,0,0),(15588,3126,49,0,53,'2025-01-03 23:48:56',5,396,396,0,0,0,0),(15590,3127,2110,0,101,'2025-01-06 13:45:31',5,357,357,0,0,0,0),(15591,3127,41,0,101,'2025-01-06 13:45:31',4,265.92,265.92,0,0,0,0),(15592,3127,120,0,101,'2025-01-06 13:45:31',2,105.6,105.6,0,0,0,0),(15593,3127,49,0,101,'2025-01-06 13:45:31',2,158.4,158.4,0,0,0,0),(15594,3127,43,0,101,'2025-01-06 13:45:31',3,237.6,237.6,0,0,0,0),(15595,3127,490,0,101,'2025-01-06 13:45:31',10,196,196,0,0,0,0),(15597,3130,2110,0,12,'2025-01-06 18:16:22',1,71.4,71.4,0,0,0,0),(15598,3130,2113,0,12,'2025-01-06 18:16:22',1,172,172,0,0,0,0),(15599,3130,42,0,12,'2025-01-06 18:16:22',1,79.2,79.2,0,0,0,0),(15600,3130,45,0,12,'2025-01-06 18:16:22',1,42.24,42.24,0,0,0,0),(15601,3130,2408,0,12,'2025-01-06 18:16:22',3,448.02,448.02,0,0,0,0),(15602,3130,120,0,12,'2025-01-06 18:16:22',2,105.6,105.6,0,0,0,0),(15603,3130,43,0,12,'2025-01-06 18:16:22',1,79.2,79.2,0,0,0,0),(15604,3130,49,0,12,'2025-01-06 18:16:22',1,79.2,79.2,0,0,0,0),(15605,3130,44,0,12,'2025-01-06 18:16:22',1,116.16,116.16,0,0,0,0),(15606,3130,490,0,12,'2025-01-06 18:16:22',10,196,196,0,0,0,0),(15608,3131,41,0,102,'2025-01-06 19:45:47',2,132.96,132.96,0,0,0,0),(15609,3131,43,0,102,'2025-01-06 19:45:47',2,158.4,158.4,0,0,0,0),(15610,3131,45,0,102,'2025-01-06 19:45:47',3,126.72,126.72,0,0,0,0),(15611,3131,2110,0,102,'2025-01-06 19:45:47',1,71.4,71.4,0,0,0,0),(15612,3131,2113,0,102,'2025-01-06 19:45:47',1,172,172,0,0,0,0),(15614,3132,43,0,90,'2025-01-07 20:49:46',2,158.4,158.4,0,0,0,0),(15615,3132,45,0,90,'2025-01-07 20:49:46',2,84.48,84.48,0,0,0,0),(15616,3132,2113,0,90,'2025-01-07 20:49:46',1,172,172,0,0,0,0),(15617,3132,487,0,90,'2025-01-07 20:49:46',1,31.35,31.35,0,0,0,0),(15618,3132,41,0,90,'2025-01-07 20:49:46',1,66.48,66.48,0,0,0,0),(15620,3133,39,0,90,'2025-01-07 20:57:39',1,79.2,79.2,0,0,0,0),(15621,3133,42,0,90,'2025-01-07 20:57:39',1,79.2,79.2,0,0,0,0),(15622,3133,43,0,90,'2025-01-07 20:57:39',2,158.4,158.4,0,0,0,0),(15623,3133,49,0,90,'2025-01-07 20:57:39',2,158.4,158.4,0,0,0,0),(15624,3133,45,0,90,'2025-01-07 20:57:39',2,84.48,84.48,0,0,0,0),(15625,3133,2110,0,90,'2025-01-07 20:57:39',1,71.4,71.4,0,0,0,0),(15626,3133,41,0,90,'2025-01-07 20:57:39',1,66.48,66.48,0,0,0,0),(15628,3134,39,0,90,'2025-01-07 21:05:57',1,79.2,79.2,0,0,0,0),(15629,3134,40,0,90,'2025-01-07 21:05:57',1,79.2,79.2,0,0,0,0),(15630,3134,49,0,90,'2025-01-07 21:05:57',1,79.2,79.2,0,0,0,0),(15631,3134,45,0,90,'2025-01-07 21:05:57',1,42.24,42.24,0,0,0,0),(15632,3134,2113,0,90,'2025-01-07 21:05:57',1,172,172,0,0,0,0),(15633,3134,41,0,90,'2025-01-07 21:05:57',1,66.48,66.48,0,0,0,0),(15635,3135,39,0,90,'2025-01-07 23:30:30',1,79.2,79.2,0,0,0,0),(15636,3135,40,0,90,'2025-01-07 23:30:30',1,79.2,79.2,0,0,0,0),(15637,3135,42,0,90,'2025-01-07 23:30:30',1,79.2,79.2,0,0,0,0),(15638,3135,43,0,90,'2025-01-07 23:30:30',2,158.4,158.4,0,0,0,0),(15639,3135,49,0,90,'2025-01-07 23:30:30',1,79.2,79.2,0,0,0,0),(15640,3135,45,0,90,'2025-01-07 23:30:30',2,84.48,84.48,0,0,0,0),(15641,3135,2113,0,90,'2025-01-07 23:30:30',1,172,172,0,0,0,0),(15642,3135,41,0,90,'2025-01-07 23:30:30',1,66.48,66.48,0,0,0,0),(15644,3136,42,0,90,'2025-01-07 23:34:58',1,79.2,79.2,0,0,0,0),(15645,3136,43,0,90,'2025-01-07 23:34:58',1,79.2,79.2,0,0,0,0),(15646,3136,49,0,90,'2025-01-07 23:34:58',1,79.2,79.2,0,0,0,0),(15647,3136,45,0,90,'2025-01-07 23:34:58',1,42.24,42.24,0,0,0,0),(15648,3136,2110,0,90,'2025-01-07 23:34:58',2,142.8,142.8,0,0,0,0),(15649,3136,2113,0,90,'2025-01-07 23:34:58',2,344,344,0,0,0,0),(15651,3137,49,0,100,'2025-01-08 16:21:53',1,79.2,79.2,0,0,0,0),(15652,3137,487,0,100,'2025-01-08 16:21:53',1,31.35,31.35,0,0,0,0),(15653,3137,40,0,100,'2025-01-08 16:21:53',2,158.4,158.4,0,0,0,0),(15654,3137,39,0,100,'2025-01-08 16:21:53',2,158.4,158.4,0,0,0,0),(15655,3137,43,0,100,'2025-01-08 16:21:53',2,158.4,158.4,0,0,0,0),(15656,3137,41,0,100,'2025-01-08 16:21:53',1,66.48,66.48,0,0,0,0),(15657,3137,116,0,100,'2025-01-08 16:21:53',1,145.44,145.44,0,0,0,0),(15658,3137,120,0,100,'2025-01-08 16:21:53',1,52.8,52.8,0,0,0,0),(15741,3145,490,0,46,'2025-01-08 18:27:32',6,117.6,135.282,0,0,17.682,0),(15742,3145,41,0,46,'2025-01-08 18:27:32',1,66.48,69.427,0,0,2.947,0),(15743,3145,43,0,46,'2025-01-08 18:27:32',1,79.2,82.147,0,0,2.947,0),(15744,3145,2110,0,46,'2025-01-08 18:27:32',1,71.4,74.347,0,0,2.947,0),(15745,3145,49,0,46,'2025-01-08 18:27:32',1,79.2,82.147,0,0,2.947,0),(15747,3146,42,0,95,'2025-01-09 23:26:13',2,158.4,158.4,0,0,0,0),(15748,3146,41,0,95,'2025-01-09 23:26:13',8,531.84,531.84,0,0,0,0),(15749,3146,2110,0,95,'2025-01-09 23:26:13',6,428.4,428.4,0,0,0,0),(15750,3146,2408,0,95,'2025-01-09 23:26:13',3,448.02,448.02,0,0,0,0),(15751,3146,120,0,95,'2025-01-09 23:26:13',2,105.6,105.6,0,0,0,0),(15752,3146,43,0,95,'2025-01-09 23:26:13',3,237.6,237.6,0,0,0,0),(15753,3146,490,0,95,'2025-01-09 23:26:13',40,784,784,0,0,0,0),(15754,3146,487,0,95,'2025-01-09 23:26:13',4,125.4,125.4,0,0,0,0),(15756,3147,23,0,79,'2025-01-10 20:13:17',5,342.7,342.7,0,0,0,0),(15757,3147,118,0,79,'2025-01-10 20:13:17',1,184.8,184.8,0,0,0,0),(15759,3148,93,0,63,'2025-01-12 23:04:21',20,0,24.26,0,0,24.26,0),(15761,3149,23,0,79,'2025-01-13 00:56:54',6,411.24,411.24,0,0,0,0),(15762,3149,49,0,79,'2025-01-13 00:56:54',1,79.2,79.2,0,0,0,0),(15763,3149,490,0,79,'2025-01-13 00:56:54',1,19.6,19.6,0,0,0,0),(15765,3150,41,0,33,'2025-01-13 15:58:33',1,66.48,70.2425,0,0,3.7625,0),(15766,3150,490,0,33,'2025-01-13 15:58:33',2,39.2,46.725,0,0,7.525,0),(15767,3150,488,0,33,'2025-01-13 15:58:33',1,31.35,35.1125,0,0,3.7625,0),(15769,3152,23,0,13,'2025-01-14 16:48:16',4,274.16,274.16,0,0,0,0),(15770,3152,38,0,13,'2025-01-14 16:48:16',4,663.04,663.04,0,0,0,0),(15771,3152,41,0,13,'2025-01-14 16:48:16',6,398.88,398.88,0,0,0,0),(15772,3152,45,0,13,'2025-01-14 16:48:16',2,84.48,84.48,0,0,0,0),(15773,3152,120,0,13,'2025-01-14 16:48:16',1,52.8,52.8,0,0,0,0),(15775,3153,2110,0,106,'2025-01-14 19:24:23',2,142.8,142.8,0,0,0,0),(15776,3153,2113,0,106,'2025-01-14 19:24:23',2,344,344,0,0,0,0),(15777,3153,42,0,106,'2025-01-14 19:24:23',2,158.4,158.4,0,0,0,0),(15778,3153,116,0,106,'2025-01-14 19:24:23',1,145.44,145.44,0,0,0,0),(15779,3153,41,0,106,'2025-01-14 19:24:23',4,265.92,265.92,0,0,0,0),(15780,3153,45,0,106,'2025-01-14 19:24:23',2,84.48,84.48,0,0,0,0),(15781,3153,2400,0,106,'2025-01-14 19:24:23',2,372.6,372.6,0,0,0,0),(15782,3153,2408,0,106,'2025-01-14 19:24:23',3,448.02,448.02,0,0,0,0),(15783,3153,44,0,106,'2025-01-14 19:24:23',2,232.32,232.32,0,0,0,0),(15784,3153,39,0,106,'2025-01-14 19:24:23',2,158.4,158.4,0,0,0,0),(15785,3153,40,0,106,'2025-01-14 19:24:23',2,158.4,158.4,0,0,0,0),(15786,3153,43,0,106,'2025-01-14 19:24:23',2,158.4,158.4,0,0,0,0),(15787,3153,49,0,106,'2025-01-14 19:24:23',2,158.4,158.4,0,0,0,0),(15788,3153,490,0,106,'2025-01-14 19:24:23',10,196,196,0,0,0,0),(15789,3153,488,0,106,'2025-01-14 19:24:23',3,94.05,94.05,0,0,0,0),(15790,3153,487,0,106,'2025-01-14 19:24:23',3,94.05,94.05,0,0,0,0),(15791,3153,103,0,106,'2025-01-14 19:24:23',1,8.4,8.4,0,0,0,0),(15792,3153,101,0,106,'2025-01-14 19:24:23',1,8.4,8.4,0,0,0,0),(15793,3153,148,0,106,'2025-01-14 19:24:23',36,297,297,0,0,0,0),(15795,3154,41,0,55,'2025-01-15 20:25:22',6,398.88,398.88,0,0,0,0),(15796,3154,49,0,55,'2025-01-15 20:25:22',2,158.4,158.4,0,0,0,0),(15798,3155,2113,0,11,'2025-01-16 17:20:12',1,172,172,0,0,0,0),(15799,3155,45,0,11,'2025-01-16 17:20:12',3,126.72,126.72,0,0,0,0),(15800,3155,49,0,11,'2025-01-16 17:20:12',2,158.4,158.4,0,0,0,0),(15801,3155,490,0,11,'2025-01-16 17:20:12',10,196,196,0,0,0,0),(15803,3156,490,0,11,'2025-01-16 17:27:36',10,196,196,0,0,0,0),(15804,3156,2113,0,11,'2025-01-16 17:27:36',1,172,172,0,0,0,0),(15805,3156,2110,0,11,'2025-01-16 17:27:36',2,142.8,142.8,0,0,0,0),(15806,3156,49,0,11,'2025-01-16 17:27:36',1,79.2,79.2,0,0,0,0),(15807,3156,487,0,11,'2025-01-16 17:27:36',1,31.35,31.35,0,0,0,0),(15808,3156,42,0,11,'2025-01-16 17:27:36',1,79.2,79.2,0,0,0,0),(15809,3156,41,0,11,'2025-01-16 17:27:36',1,66.48,66.48,0,0,0,0),(15811,3157,23,0,79,'2025-01-16 22:32:42',3,205.62,205.62,0,0,0,0),(15812,3157,44,0,79,'2025-01-16 22:32:42',3,348.48,348.48,0,0,0,0),(15814,3158,487,0,81,'2025-01-16 23:41:25',2,62.7,79.72,0,0,17.02,0),(15816,3159,487,0,81,'2025-01-16 23:46:51',2,62.7,76.593333,0,0,13.893333,0),(15817,3159,42,0,81,'2025-01-16 23:46:51',1,79.2,86.146667,0,0,6.946667,0),(15819,3160,49,0,102,'2025-01-17 19:04:12',1,79.2,79.2,0,0,0,0),(15820,3160,41,0,102,'2025-01-17 19:04:12',1,66.48,66.48,0,0,0,0),(15821,3160,490,0,102,'2025-01-17 19:04:12',20,392,392,0,0,0,0),(15822,3160,488,0,102,'2025-01-17 19:04:12',3,94.05,94.05,0,0,0,0),(15823,3160,101,0,102,'2025-01-17 19:04:12',1,8.4,8.4,0,0,0,0),(15825,3161,2110,0,12,'2025-01-18 17:37:22',2,142.8,142.8,0,0,0,0),(15826,3161,2113,0,12,'2025-01-18 17:37:22',2,344,344,0,0,0,0),(15827,3161,41,0,12,'2025-01-18 17:37:22',1,66.48,66.48,0,0,0,0),(15828,3161,45,0,12,'2025-01-18 17:37:22',1,42.24,42.24,0,0,0,0),(15829,3161,2408,0,12,'2025-01-18 17:37:22',2,298.68,298.68,0,0,0,0),(15830,3161,120,0,12,'2025-01-18 17:37:22',1,52.8,52.8,0,0,0,0),(15831,3161,43,0,12,'2025-01-18 17:37:22',1,79.2,79.2,0,0,0,0),(15832,3161,49,0,12,'2025-01-18 17:37:22',1,79.2,79.2,0,0,0,0),(15833,3161,490,0,12,'2025-01-18 17:37:22',10,196,196,0,0,0,0),(15834,3161,487,0,12,'2025-01-18 17:37:22',2,62.7,62.7,0,0,0,0),(15836,3162,2110,0,25,'2025-01-19 23:24:05',2,142.8,142.8,0,0,0,0),(15837,3162,2113,0,25,'2025-01-19 23:24:05',2,344,344,0,0,0,0),(15838,3162,41,0,25,'2025-01-19 23:24:05',1,66.48,66.48,0,0,0,0),(15839,3162,42,0,25,'2025-01-19 23:24:05',1,79.2,79.2,0,0,0,0),(15840,3162,2408,0,25,'2025-01-19 23:24:05',1,149.34,149.34,0,0,0,0),(15841,3162,44,0,25,'2025-01-19 23:24:05',1,116.16,116.16,0,0,0,0),(15842,3162,490,0,25,'2025-01-19 23:24:05',15,294,294,0,0,0,0),(15843,3162,487,0,25,'2025-01-19 23:24:05',6,188.1,188.1,0,0,0,0),(15844,3162,488,0,25,'2025-01-19 23:24:05',6,188.1,188.1,0,0,0,0),(15845,3162,39,0,25,'2025-01-19 23:24:05',1,79.2,79.2,0,0,0,0),(15846,3162,40,0,25,'2025-01-19 23:24:05',1,79.2,79.2,0,0,0,0),(15847,3162,120,0,25,'2025-01-19 23:24:05',1,52.8,52.8,0,0,0,0),(15848,3162,49,0,25,'2025-01-19 23:24:05',1,79.2,79.2,0,0,0,0),(15849,3162,45,0,25,'2025-01-19 23:24:05',2,84.48,84.48,0,0,0,0),(15851,3163,490,0,17,'2025-01-20 18:02:58',5,98,108.7125,0,0,10.7125,0),(15852,3163,41,0,17,'2025-01-20 18:02:58',1,66.48,68.6225,0,0,2.1425,0),(15853,3163,2110,0,17,'2025-01-20 18:02:58',1,71.4,73.5425,0,0,2.1425,0),(15854,3163,2113,0,17,'2025-01-20 18:02:58',1,172,174.1425,0,0,2.1425,0),(15866,3165,2113,0,6,'2025-01-21 21:38:04',3,516,516,0,0,0,0),(15867,3165,2110,0,6,'2025-01-21 21:38:04',1,71.4,71.4,0,0,0,0),(15868,3165,41,0,6,'2025-01-21 21:38:04',2,132.96,132.96,0,0,0,0),(15869,3165,43,0,6,'2025-01-21 21:38:04',1,79.2,79.2,0,0,0,0),(15870,3165,120,0,6,'2025-01-21 21:38:04',1,52.8,52.8,0,0,0,0),(15871,3165,49,0,6,'2025-01-21 21:38:04',1,79.2,79.2,0,0,0,0),(15872,3165,44,0,6,'2025-01-21 21:38:04',1,116.16,116.16,0,0,0,0),(15873,3165,39,0,6,'2025-01-21 21:38:04',1,79.2,79.2,0,0,0,0),(15874,3165,2408,0,6,'2025-01-21 21:38:04',1,149.34,149.34,0,0,0,0),(15876,3166,2113,0,6,'2025-01-21 21:47:46',3,516,516,0,0,0,0),(15877,3166,2110,0,6,'2025-01-21 21:47:46',1,71.4,71.4,0,0,0,0),(15878,3166,41,0,6,'2025-01-21 21:47:46',1,66.48,66.48,0,0,0,0),(15879,3166,44,0,6,'2025-01-21 21:47:46',1,116.16,116.16,0,0,0,0),(15880,3166,39,0,6,'2025-01-21 21:47:46',1,79.2,79.2,0,0,0,0),(15881,3166,2408,0,6,'2025-01-21 21:47:46',1,149.34,149.34,0,0,0,0),(15882,3166,93,0,6,'2025-01-21 21:47:46',5,0,0,0,0,0,0),(15884,3167,93,0,14,'2025-01-22 20:09:09',5,0,9.758333,0,0,9.758333,0),(15885,3167,99,0,14,'2025-01-22 20:09:09',1,0,1.951667,0,0,1.951667,0),(15887,3168,45,0,53,'2025-01-24 15:10:44',4,168.96,168.96,0,0,0,0),(15888,3168,39,0,53,'2025-01-24 15:10:44',2,158.4,158.4,0,0,0,0),(15889,3168,40,0,53,'2025-01-24 15:10:44',2,158.4,158.4,0,0,0,0),(15890,3168,133,0,53,'2025-01-24 15:10:44',10,143,143,0,0,0,0),(15891,3168,490,0,53,'2025-01-24 15:10:44',5,98,98,0,0,0,0),(15892,3168,2408,0,53,'2025-01-24 15:10:44',4,597.36,597.36,0,0,0,0),(15893,3168,2113,0,53,'2025-01-24 15:10:44',1,172,172,0,0,0,0),(15894,3168,2110,0,53,'2025-01-24 15:10:44',2,142.8,142.8,0,0,0,0),(15896,3169,488,0,80,'2025-01-24 17:59:24',8,250.8,250.8,0,0,0,0),(15897,3169,2110,0,80,'2025-01-24 17:59:24',1,71.4,71.4,0,0,0,0),(15898,3169,2113,0,80,'2025-01-24 17:59:24',1,172,172,0,0,0,0),(15899,3169,42,0,80,'2025-01-24 17:59:24',2,158.4,158.4,0,0,0,0),(15900,3169,41,0,80,'2025-01-24 17:59:24',21,1396.08,1396.08,0,0,0,0),(15901,3169,45,0,80,'2025-01-24 17:59:24',1,42.24,42.24,0,0,0,0),(15902,3169,2408,0,80,'2025-01-24 17:59:24',1,149.34,149.34,0,0,0,0),(15904,3170,23,0,50,'2025-01-24 20:46:49',2,137.08,137.08,0,0,0,0),(15905,3170,2110,0,50,'2025-01-24 20:46:49',2,142.8,142.8,0,0,0,0),(15906,3170,2113,0,50,'2025-01-24 20:46:49',1,172,172,0,0,0,0),(15907,3170,41,0,50,'2025-01-24 20:46:49',3,199.44,199.44,0,0,0,0),(15908,3170,45,0,50,'2025-01-24 20:46:49',1,42.24,42.24,0,0,0,0),(15909,3170,120,0,50,'2025-01-24 20:46:49',1,52.8,52.8,0,0,0,0),(15910,3170,43,0,50,'2025-01-24 20:46:49',3,237.6,237.6,0,0,0,0),(15911,3170,131,0,50,'2025-01-24 20:46:49',1,12.65,12.65,0,0,0,0),(15912,3170,133,0,50,'2025-01-24 20:46:49',10,143,143,0,0,0,0),(15914,3171,42,0,11,'2025-01-25 17:28:54',2,158.4,158.4,0,0,0,0),(15915,3171,2110,0,11,'2025-01-25 17:28:54',3,214.2,214.2,0,0,0,0),(15916,3171,2113,0,11,'2025-01-25 17:28:54',2,344,344,0,0,0,0),(15917,3171,116,0,11,'2025-01-25 17:28:54',1,145.44,145.44,0,0,0,0),(15918,3171,41,0,11,'2025-01-25 17:28:54',3,199.44,199.44,0,0,0,0),(15919,3171,45,0,11,'2025-01-25 17:28:54',3,126.72,126.72,0,0,0,0),(15920,3171,45,0,11,'2025-01-25 17:28:54',3,126.72,126.72,0,0,0,0),(15921,3171,2400,0,11,'2025-01-25 17:28:54',1,186.3,186.3,0,0,0,0),(15922,3171,2408,0,11,'2025-01-25 17:28:54',1,149.34,149.34,0,0,0,0),(15923,3171,39,0,11,'2025-01-25 17:28:54',1,79.2,79.2,0,0,0,0),(15924,3171,40,0,11,'2025-01-25 17:28:54',1,79.2,79.2,0,0,0,0),(15925,3171,120,0,11,'2025-01-25 17:28:54',1,52.8,52.8,0,0,0,0),(15926,3171,43,0,11,'2025-01-25 17:28:54',1,79.2,79.2,0,0,0,0),(15927,3171,43,0,11,'2025-01-25 17:28:54',2,158.4,158.4,0,0,0,0),(15928,3171,49,0,11,'2025-01-25 17:28:54',2,158.4,158.4,0,0,0,0),(15929,3171,44,0,11,'2025-01-25 17:28:54',1,116.16,116.16,0,0,0,0),(15930,3171,490,0,11,'2025-01-25 17:28:54',10,196,196,0,0,0,0),(15931,3171,488,0,11,'2025-01-25 17:28:54',2,62.7,62.7,0,0,0,0),(15932,3171,487,0,11,'2025-01-25 17:28:54',2,62.7,62.7,0,0,0,0),(15934,3172,2113,0,101,'2025-01-27 19:17:53',1,172,172,0,0,0,0),(15935,3172,116,0,101,'2025-01-27 19:17:53',1,145.44,145.44,0,0,0,0),(15936,3172,49,0,101,'2025-01-27 19:17:53',3,237.6,237.6,0,0,0,0),(15938,3173,41,0,63,'2025-01-27 21:11:48',8,531.84,531.84,0,0,0,0),(15940,3174,488,0,64,'2025-01-28 17:30:03',2,62.7,62.7,0,0,0,0),(15941,3174,490,0,64,'2025-01-28 17:30:03',10,196,196,0,0,0,0),(15942,3174,2110,0,64,'2025-01-28 17:30:03',2,142.8,142.8,0,0,0,0),(15943,3174,2113,0,64,'2025-01-28 17:30:03',2,344,344,0,0,0,0),(15944,3174,41,0,64,'2025-01-28 17:30:03',2,132.96,132.96,0,0,0,0),(15945,3174,45,0,64,'2025-01-28 17:30:03',1,42.24,42.24,0,0,0,0),(15946,3174,49,0,64,'2025-01-28 17:30:03',1,79.2,79.2,0,0,0,0),(15948,3175,2113,0,57,'2025-01-28 21:40:10',2,344,344,0,0,0,0),(15949,3175,2110,0,57,'2025-01-28 21:40:10',2,142.8,142.8,0,0,0,0),(15950,3175,23,0,57,'2025-01-28 21:40:10',1,68.54,68.54,0,0,0,0),(15951,3175,41,0,57,'2025-01-28 21:40:10',1,66.48,66.48,0,0,0,0),(15952,3175,45,0,57,'2025-01-28 21:40:10',1,42.24,42.24,0,0,0,0),(15953,3175,490,0,57,'2025-01-28 21:40:10',8,156.8,156.8,0,0,0,0),(15955,3176,2110,0,95,'2025-01-28 23:32:28',4,285.6,285.6,0,0,0,0),(15956,3176,2113,0,95,'2025-01-28 23:32:28',2,344,344,0,0,0,0),(15957,3176,42,0,95,'2025-01-28 23:32:28',3,237.6,237.6,0,0,0,0),(15958,3176,41,0,95,'2025-01-28 23:32:28',5,332.4,332.4,0,0,0,0),(15959,3176,2400,0,95,'2025-01-28 23:32:28',3,558.9,558.9,0,0,0,0),(15960,3176,2408,0,95,'2025-01-28 23:32:28',3,448.02,448.02,0,0,0,0),(15961,3176,39,0,95,'2025-01-28 23:32:28',3,237.6,237.6,0,0,0,0),(15962,3176,40,0,95,'2025-01-28 23:32:28',3,237.6,237.6,0,0,0,0),(15963,3176,120,0,95,'2025-01-28 23:32:28',3,158.4,158.4,0,0,0,0),(15964,3176,43,0,95,'2025-01-28 23:32:28',6,475.2,475.2,0,0,0,0),(15965,3176,44,0,95,'2025-01-28 23:32:28',3,348.48,348.48,0,0,0,0),(15966,3176,490,0,95,'2025-01-28 23:32:28',45,882,882,0,0,0,0),(15967,3176,487,0,95,'2025-01-28 23:32:28',3,94.05,94.05,0,0,0,0),(15997,3178,23,0,49,'2025-01-29 22:13:21',1,68.54,70.34375,0,0,1.80375,0),(15998,3178,41,0,49,'2025-01-29 22:13:21',2,132.96,136.5675,0,0,3.6075,0),(15999,3178,137,0,49,'2025-01-29 22:13:21',5,30.25,39.26875,0,0,9.01875,0),(16001,3179,41,0,70,'2025-01-30 14:45:35',5,332.4,332.4,0,0,0,0),(16002,3179,49,0,70,'2025-01-30 14:45:35',5,396,396,0,0,0,0),(16003,3179,488,0,70,'2025-01-30 14:45:35',2,62.7,62.7,0,0,0,0),(16004,3179,487,0,70,'2025-01-30 14:45:35',2,62.7,62.7,0,0,0,0),(16005,3179,42,0,70,'2025-01-30 14:45:35',3,237.6,237.6,0,0,0,0),(16006,3179,41,0,70,'2025-01-30 14:45:35',5,332.4,332.4,0,0,0,0),(16007,3179,42,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16008,3179,39,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16009,3179,40,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16010,3179,49,0,70,'2025-01-30 14:45:35',4,316.8,316.8,0,0,0,0),(16011,3179,42,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16012,3179,41,0,70,'2025-01-30 14:45:35',5,332.4,332.4,0,0,0,0),(16013,3179,39,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16014,3179,40,0,70,'2025-01-30 14:45:35',2,158.4,158.4,0,0,0,0),(16015,3179,49,0,70,'2025-01-30 14:45:35',4,316.8,316.8,0,0,0,0),(16016,3179,488,0,70,'2025-01-30 14:45:35',1,31.35,31.35,0,0,0,0),(16017,3179,488,0,70,'2025-01-30 14:45:35',1,31.35,31.35,0,0,0,0),(16018,3179,487,0,70,'2025-01-30 14:45:35',2,62.7,62.7,0,0,0,0),(16019,3179,487,0,70,'2025-01-30 14:45:35',2,62.7,62.7,0,0,0,0),(16020,3179,116,0,70,'2025-01-30 14:45:35',1,145.44,145.44,0,0,0,0),(16021,3179,116,0,70,'2025-01-30 14:45:35',1,145.44,145.44,0,0,0,0),(16043,3181,42,0,70,'2025-01-31 16:26:32',3,237.6,237.6,0,0,0,0),(16044,3181,116,0,70,'2025-01-31 16:26:32',2,290.88,290.88,0,0,0,0),(16045,3181,41,0,70,'2025-01-31 16:26:32',5,332.4,332.4,0,0,0,0),(16046,3181,39,0,70,'2025-01-31 16:26:32',2,158.4,158.4,0,0,0,0),(16047,3181,40,0,70,'2025-01-31 16:26:32',2,158.4,158.4,0,0,0,0),(16048,3181,49,0,70,'2025-01-31 16:26:32',5,396,396,0,0,0,0),(16049,3181,488,0,70,'2025-01-31 16:26:32',1,31.35,31.35,0,0,0,0),(16050,3181,487,0,70,'2025-01-31 16:26:32',2,62.7,62.7,0,0,0,0),(16052,3177,45,0,69,'2025-01-29 20:55:04',10,422.4,422.4,0,0,0,0),(16053,3177,43,0,69,'2025-01-29 20:55:04',15,1188,1188,0,0,0,0),(16054,3177,49,0,69,'2025-01-29 20:55:04',15,1188,1188,0,0,0,0),(16055,3177,45,0,69,'2025-01-29 20:55:04',10,422.4,422.4,0,0,0,0),(16056,3177,2110,0,69,'2025-01-29 20:55:04',10,714,714,0,0,0,0),(16057,3177,2113,0,69,'2025-01-29 20:55:04',1,172,172,0,0,0,0),(16058,3177,490,0,69,'2025-01-29 20:55:04',40,784,784,0,0,0,0),(16059,3177,41,0,69,'2025-01-29 20:55:04',5,332.4,332.4,0,0,0,0),(16060,3177,2400,0,69,'2025-01-29 20:55:04',2,372.6,372.6,0,0,0,0),(16061,3177,44,0,69,'2025-01-29 20:55:04',1,116.16,116.16,0,0,0,0),(16062,3177,51,0,69,'2025-01-29 20:55:04',1,147.84,147.84,0,0,0,0),(16063,3177,133,0,69,'2025-01-29 20:55:04',4,57.2,57.2,0,0,0,0),(16064,3177,42,0,69,'2025-01-29 20:55:04',2,158.4,158.4,0,0,0,0),(16066,3182,2113,0,57,'2025-01-31 21:37:42',-2,-344,-344,0,0,0,0),(16067,3182,2110,0,57,'2025-01-31 21:37:42',-2,-142.8,-142.8,0,0,0,0),(16068,3182,23,0,57,'2025-01-31 21:37:42',-1,-68.54,-68.54,0,0,0,0),(16069,3182,41,0,57,'2025-01-31 21:37:42',-1,-66.48,-66.48,0,0,0,0),(16070,3182,45,0,57,'2025-01-31 21:37:42',-1,-42.24,-42.24,0,0,0,0),(16071,3182,490,0,57,'2025-01-31 21:37:42',-8,-156.8,-156.8,0,0,0,0),(16072,3183,2110,0,62,'2025-02-01 00:57:15',2,142.8,142.8,0,0,0,0),(16073,3183,41,0,62,'2025-02-01 00:57:15',3,199.44,199.44,0,0,0,0),(16074,3183,45,0,62,'2025-02-01 00:57:15',1,42.24,42.24,0,0,0,0),(16075,3183,49,0,62,'2025-02-01 00:57:15',3,237.6,237.6,0,0,0,0),(16076,3183,93,0,62,'2025-02-01 00:57:15',10,0,0,0,0,0,0),(16077,3183,133,0,62,'2025-02-01 00:57:15',2,28.6,28.6,0,0,0,0),(16078,3183,99,0,62,'2025-02-01 00:57:15',2,0,0,0,0,0,0),(16079,3183,97,0,62,'2025-02-01 00:57:15',2,0,0,0,0,0,0),(16081,3184,2110,0,101,'2025-02-03 15:02:24',8,571.2,571.2,0,0,0,0),(16082,3184,2113,0,101,'2025-02-03 15:02:24',1,172,172,0,0,0,0),(16083,3184,41,0,101,'2025-02-03 15:02:24',2,132.96,132.96,0,0,0,0),(16084,3184,2400,0,101,'2025-02-03 15:02:24',1,186.3,186.3,0,0,0,0),(16086,3185,44,0,11,'2025-02-03 15:09:22',1,116.16,116.16,0,0,0,0),(16087,3185,490,0,11,'2025-02-03 15:09:22',10,196,196,0,0,0,0),(16088,3185,45,0,11,'2025-02-03 15:09:22',3,126.72,126.72,0,0,0,0),(16089,3185,2110,0,11,'2025-02-03 15:09:22',2,142.8,142.8,0,0,0,0),(16091,3186,45,0,102,'2025-02-03 17:31:21',4,168.96,168.96,0,0,0,0),(16092,3186,39,0,102,'2025-02-03 17:31:21',2,158.4,158.4,0,0,0,0),(16093,3186,43,0,102,'2025-02-03 17:31:21',2,158.4,158.4,0,0,0,0),(16094,3186,41,0,102,'2025-02-03 17:31:21',1,66.48,66.48,0,0,0,0),(16096,3187,487,0,11,'2025-02-03 18:10:58',1,31.35,31.35,0,0,0,0),(16097,3187,45,0,11,'2025-02-03 18:10:58',1,42.24,42.24,0,0,0,0),(16098,3187,41,0,11,'2025-02-03 18:10:58',1,66.48,66.48,0,0,0,0),(16099,3187,43,0,11,'2025-02-03 18:10:58',2,158.4,158.4,0,0,0,0),(16100,3187,44,0,11,'2025-02-03 18:10:58',1,116.16,116.16,0,0,0,0),(16101,3187,2408,0,11,'2025-02-03 18:10:58',1,149.34,149.34,0,0,0,0),(16111,3188,23,0,57,'2025-02-03 19:20:53',1,68.54,68.54,0,0,0,0),(16112,3188,2110,0,57,'2025-02-03 19:20:53',1,71.4,71.4,0,0,0,0),(16113,3188,2113,0,57,'2025-02-03 19:20:53',2,344,344,0,0,0,0),(16114,3188,41,0,57,'2025-02-03 19:20:53',1,66.48,66.48,0,0,0,0),(16115,3188,45,0,57,'2025-02-03 19:20:53',1,42.24,42.24,0,0,0,0),(16116,3188,490,0,57,'2025-02-03 19:20:53',8,156.8,156.8,0,0,0,0),(16117,3188,2110,0,57,'2025-02-03 19:20:53',1,71.4,71.4,0,0,0,0),(16119,3190,23,0,50,'2025-02-04 19:55:45',-2,-137.08,-137.08,0,0,0,0),(16120,3190,2110,0,50,'2025-02-04 19:55:45',-2,-142.8,-142.8,0,0,0,0),(16121,3190,2113,0,50,'2025-02-04 19:55:45',-1,-172,-172,0,0,0,0),(16122,3190,41,0,50,'2025-02-04 19:55:45',-3,-199.44,-199.44,0,0,0,0),(16123,3190,45,0,50,'2025-02-04 19:55:45',-1,-42.24,-42.24,0,0,0,0),(16124,3190,120,0,50,'2025-02-04 19:55:45',-1,-52.8,-52.8,0,0,0,0),(16125,3190,43,0,50,'2025-02-04 19:55:45',-3,-237.6,-237.6,0,0,0,0),(16126,3190,131,0,50,'2025-02-04 19:55:45',-1,-12.65,-12.65,0,0,0,0),(16127,3190,133,0,50,'2025-02-04 19:55:45',-10,-143,-143,0,0,0,0),(16128,3191,39,0,55,'2025-02-06 18:45:20',1,79.2,81.821111,0,0,2.621111,0),(16129,3191,40,0,55,'2025-02-06 18:45:20',1,79.2,81.821111,0,0,2.621111,0),(16130,3191,490,0,55,'2025-02-06 18:45:20',6,117.6,133.326667,0,0,15.726667,0),(16131,3191,45,0,55,'2025-02-06 18:45:20',1,42.24,44.861111,0,0,2.621111,0),(16133,3192,41,0,12,'2025-02-07 03:51:34',4,265.92,265.92,0,0,0,0),(16134,3192,42,0,12,'2025-02-07 03:51:34',1,79.2,79.2,0,0,0,0),(16135,3192,45,0,12,'2025-02-07 03:51:34',1,42.24,42.24,0,0,0,0),(16136,3192,2408,0,12,'2025-02-07 03:51:34',1,149.34,149.34,0,0,0,0),(16137,3192,490,0,12,'2025-02-07 03:51:34',10,196,196,0,0,0,0),(16138,3192,487,0,12,'2025-02-07 03:51:34',2,62.7,62.7,0,0,0,0),(16140,3193,488,0,64,'2025-02-08 15:17:58',2,62.7,62.7,0,0,0,0),(16141,3193,490,0,64,'2025-02-08 15:17:58',10,196,196,0,0,0,0),(16142,3193,2110,0,64,'2025-02-08 15:17:58',3,214.2,214.2,0,0,0,0),(16143,3193,2113,0,64,'2025-02-08 15:17:58',2,344,344,0,0,0,0),(16144,3193,45,0,64,'2025-02-08 15:17:58',3,126.72,126.72,0,0,0,0),(16145,3193,49,0,64,'2025-02-08 15:17:58',4,316.8,316.8,0,0,0,0),(16146,3193,41,0,64,'2025-02-08 15:17:58',3,199.44,199.44,0,0,0,0),(16148,3194,2110,0,53,'2025-02-08 22:10:01',8,571.2,571.2,0,0,0,0),(16149,3194,45,0,53,'2025-02-08 22:10:01',4,168.96,168.96,0,0,0,0),(16150,3194,39,0,53,'2025-02-08 22:10:01',2,158.4,158.4,0,0,0,0),(16151,3194,44,0,53,'2025-02-08 22:10:01',2,232.32,232.32,0,0,0,0),(16152,3194,41,0,53,'2025-02-08 22:10:01',2,132.96,132.96,0,0,0,0),(16153,3194,40,0,53,'2025-02-08 22:10:01',1,79.2,79.2,0,0,0,0),(16154,3194,49,0,53,'2025-02-08 22:10:01',4,316.8,316.8,0,0,0,0),(16156,3195,23,0,79,'2025-02-10 14:06:37',4,274.16,274.16,0,0,0,0),(16157,3195,44,0,79,'2025-02-10 14:06:37',2,232.32,232.32,0,0,0,0),(16159,3197,490,0,95,'2025-02-10 23:15:33',60,1176,1176,0,0,0,0),(16160,3197,487,0,95,'2025-02-10 23:15:33',5,156.75,156.75,0,0,0,0),(16161,3197,43,0,95,'2025-02-10 23:15:33',3,237.6,237.6,0,0,0,0),(16162,3197,42,0,95,'2025-02-10 23:15:33',2,158.4,158.4,0,0,0,0),(16163,3197,2110,0,95,'2025-02-10 23:15:33',4,285.6,285.6,0,0,0,0),(16164,3197,41,0,95,'2025-02-10 23:15:33',4,265.92,265.92,0,0,0,0),(16166,3198,93,0,63,'2025-02-11 01:24:37',20,0,24.32,0,0,24.32,0),(16168,3199,2110,0,53,'2025-02-11 17:00:25',8,571.2,571.2,0,0,0,0),(16169,3199,45,0,53,'2025-02-11 17:00:25',4,168.96,168.96,0,0,0,0),(16170,3199,39,0,53,'2025-02-11 17:00:25',2,158.4,158.4,0,0,0,0),(16171,3199,44,0,53,'2025-02-11 17:00:25',2,232.32,232.32,0,0,0,0),(16172,3199,41,0,53,'2025-02-11 17:00:25',2,132.96,132.96,0,0,0,0),(16173,3199,40,0,53,'2025-02-11 17:00:25',1,79.2,79.2,0,0,0,0),(16174,3199,49,0,53,'2025-02-11 17:00:25',4,316.8,316.8,0,0,0,0),(16176,3200,2110,0,50,'2025-02-11 17:40:02',2,142.8,142.8,0,0,0,0),(16177,3200,2113,0,50,'2025-02-11 17:40:02',2,344,344,0,0,0,0),(16178,3200,41,0,50,'2025-02-11 17:40:02',3,199.44,199.44,0,0,0,0),(16179,3200,120,0,50,'2025-02-11 17:40:02',2,105.6,105.6,0,0,0,0),(16180,3200,43,0,50,'2025-02-11 17:40:02',3,237.6,237.6,0,0,0,0),(16181,3200,133,0,50,'2025-02-11 17:40:02',10,143,143,0,0,0,0),(16183,3201,2113,0,50,'2025-02-11 18:45:04',1,172,172,0,0,0,0),(16184,3201,2110,0,50,'2025-02-11 18:45:04',2,142.8,142.8,0,0,0,0),(16185,3201,45,0,50,'2025-02-11 18:45:04',1,42.24,42.24,0,0,0,0),(16186,3201,41,0,50,'2025-02-11 18:45:04',1,66.48,66.48,0,0,0,0),(16187,3201,120,0,50,'2025-02-11 18:45:04',1,52.8,52.8,0,0,0,0),(16188,3201,43,0,50,'2025-02-11 18:45:04',2,158.4,158.4,0,0,0,0),(16189,3201,44,0,50,'2025-02-11 18:45:04',1,116.16,116.16,0,0,0,0),(16190,3201,133,0,50,'2025-02-11 18:45:04',10,143,143,0,0,0,0),(16191,3201,131,0,50,'2025-02-11 18:45:04',1,12.65,12.65,0,0,0,0),(16193,3202,43,0,79,'2025-02-11 22:34:57',4,316.8,316.8,0,0,0,0),(16194,3202,44,0,79,'2025-02-11 22:34:57',2,232.32,232.32,0,0,0,0),(16196,3203,39,0,70,'2025-02-13 17:52:06',2,158.4,158.4,0,0,0,0),(16197,3203,40,0,70,'2025-02-13 17:52:06',3,237.6,237.6,0,0,0,0),(16198,3203,49,0,70,'2025-02-13 17:52:06',2,158.4,158.4,0,0,0,0),(16200,3204,41,0,17,'2025-02-13 20:09:14',1,66.48,69.582,0,0,3.102,0),(16201,3204,39,0,17,'2025-02-13 20:09:14',1,79.2,82.302,0,0,3.102,0),(16202,3204,40,0,17,'2025-02-13 20:09:14',1,79.2,82.302,0,0,3.102,0),(16203,3204,43,0,17,'2025-02-13 20:09:14',1,79.2,82.302,0,0,3.102,0),(16204,3204,2110,0,17,'2025-02-13 20:09:14',1,71.4,74.502,0,0,3.102,0),(16206,3205,39,0,90,'2025-02-13 22:22:30',1,79.2,79.2,0,0,0,0),(16207,3205,40,0,90,'2025-02-13 22:22:30',1,79.2,79.2,0,0,0,0),(16208,3205,43,0,90,'2025-02-13 22:22:30',2,158.4,158.4,0,0,0,0),(16209,3205,49,0,90,'2025-02-13 22:22:30',1,79.2,79.2,0,0,0,0),(16210,3205,2110,0,90,'2025-02-13 22:22:30',2,142.8,142.8,0,0,0,0),(16211,3205,2113,0,90,'2025-02-13 22:22:30',2,344,344,0,0,0,0),(16212,3205,41,0,90,'2025-02-13 22:22:30',1,66.48,66.48,0,0,0,0),(16214,3206,42,0,90,'2025-02-13 22:27:24',1,79.2,79.2,0,0,0,0),(16215,3206,120,0,90,'2025-02-13 22:27:24',1,52.8,52.8,0,0,0,0),(16216,3206,45,0,90,'2025-02-13 22:27:24',3,126.72,126.72,0,0,0,0),(16217,3206,2110,0,90,'2025-02-13 22:27:24',2,142.8,142.8,0,0,0,0),(16218,3206,2113,0,90,'2025-02-13 22:27:24',1,172,172,0,0,0,0),(16219,3206,487,0,90,'2025-02-13 22:27:24',1,31.35,31.35,0,0,0,0),(16221,3207,23,0,70,'2025-02-14 13:57:56',3,205.62,220.02,0,0,14.4,0),(16222,3207,41,0,70,'2025-02-14 13:57:56',1,66.48,71.28,0,0,4.8,0),(16223,3207,51,0,70,'2025-02-14 13:57:56',1,147.84,152.64,0,0,4.8,0),(16226,3208,41,0,106,'2025-02-14 18:43:13',4,265.92,265.92,0,0,0,0),(16227,3208,490,0,106,'2025-02-14 18:43:13',10,196,196,0,0,0,0),(16228,3208,487,0,106,'2025-02-14 18:43:13',3,94.05,94.05,0,0,0,0),(16229,3208,116,0,106,'2025-02-14 18:43:13',1,145.44,145.44,0,0,0,0),(16231,3209,2113,0,90,'2025-02-14 19:25:08',1,172,172,0,0,0,0),(16232,3209,42,0,90,'2025-02-14 19:25:08',1,79.2,79.2,0,0,0,0),(16233,3209,120,0,90,'2025-02-14 19:25:08',1,52.8,52.8,0,0,0,0),(16234,3209,2110,0,90,'2025-02-14 19:25:08',2,142.8,142.8,0,0,0,0),(16235,3209,487,0,90,'2025-02-14 19:25:08',1,31.35,31.35,0,0,0,0),(16236,3209,488,0,90,'2025-02-14 19:25:08',1,31.35,31.35,0,0,0,0),(16238,3210,43,0,39,'2025-02-18 16:53:05',1,79.2,83.8375,0,0,4.6375,0),(16239,3210,488,0,39,'2025-02-18 16:53:05',1,31.35,35.9875,0,0,4.6375,0),(16240,3210,41,0,39,'2025-02-18 16:53:05',2,132.96,142.235,0,0,9.275,0),(16242,3211,39,0,79,'2025-02-18 17:13:32',2,158.4,158.4,0,0,0,0),(16243,3211,490,0,79,'2025-02-18 17:13:32',10,196,196,0,0,0,0),(16244,3211,49,0,79,'2025-02-18 17:13:32',1,79.2,79.2,0,0,0,0),(16245,3211,43,0,79,'2025-02-18 17:13:32',1,79.2,79.2,0,0,0,0),(16246,3211,44,0,79,'2025-02-18 17:13:32',1,116.16,116.16,0,0,0,0),(16248,3213,490,0,26,'2025-02-18 20:34:34',4,78.4,78.4,0,0,0,0),(16249,3213,2113,0,26,'2025-02-18 20:34:34',1,172,172,0,0,0,0),(16250,3213,41,0,26,'2025-02-18 20:34:34',2,132.96,132.96,0,0,0,0),(16251,3213,120,0,26,'2025-02-18 20:34:34',1,52.8,52.8,0,0,0,0),(16252,3213,43,0,26,'2025-02-18 20:34:34',2,158.4,158.4,0,0,0,0),(16253,3213,2110,0,26,'2025-02-18 20:34:34',2,142.8,142.8,0,0,0,0),(16255,3214,487,0,11,'2025-02-19 18:13:35',1,31.35,31.35,0,0,0,0),(16256,3214,41,0,11,'2025-02-19 18:13:35',2,132.96,132.96,0,0,0,0),(16257,3214,43,0,11,'2025-02-19 18:13:35',3,237.6,237.6,0,0,0,0),(16258,3214,490,0,11,'2025-02-19 18:13:35',10,196,196,0,0,0,0),(16259,3214,2113,0,11,'2025-02-19 18:13:35',1,172,172,0,0,0,0),(16260,3214,45,0,11,'2025-02-19 18:13:35',3,126.72,126.72,0,0,0,0),(16262,3215,45,0,11,'2025-02-24 18:36:45',2,84.48,84.48,0,0,0,0),(16263,3215,41,0,11,'2025-02-24 18:36:45',3,199.44,199.44,0,0,0,0),(16264,3215,44,0,11,'2025-02-24 18:36:45',1,116.16,116.16,0,0,0,0),(16265,3215,43,0,11,'2025-02-24 18:36:45',2,158.4,158.4,0,0,0,0),(16266,3215,490,0,11,'2025-02-24 18:36:45',10,196,196,0,0,0,0),(16267,3215,488,0,11,'2025-02-24 18:36:45',1,31.35,31.35,0,0,0,0),(16268,3215,487,0,11,'2025-02-24 18:36:45',1,31.35,31.35,0,0,0,0),(16270,3216,23,0,79,'2025-02-24 22:48:35',4,274.16,274.16,0,0,0,0),(16271,3216,40,0,79,'2025-02-24 22:48:35',2,158.4,158.4,0,0,0,0),(16272,3216,490,0,79,'2025-02-24 22:48:35',4,78.4,78.4,0,0,0,0),(16274,3217,2110,0,25,'2025-02-25 03:08:47',1,71.4,71.4,0,0,0,0),(16275,3217,2113,0,25,'2025-02-25 03:08:47',1,172,172,0,0,0,0),(16276,3217,41,0,25,'2025-02-25 03:08:47',1,66.48,66.48,0,0,0,0),(16277,3217,45,0,25,'2025-02-25 03:08:47',3,126.72,126.72,0,0,0,0),(16278,3217,49,0,25,'2025-02-25 03:08:47',2,158.4,158.4,0,0,0,0),(16279,3217,42,0,25,'2025-02-25 03:08:47',1,79.2,79.2,0,0,0,0),(16280,3217,490,0,25,'2025-02-25 03:08:47',10,196,196,0,0,0,0),(16282,3218,23,0,13,'2025-02-25 17:31:37',3,205.62,205.62,0,0,0,0),(16283,3218,38,0,13,'2025-02-25 17:31:37',3,497.28,497.28,0,0,0,0),(16284,3218,41,0,13,'2025-02-25 17:31:37',6,398.88,398.88,0,0,0,0),(16285,3218,45,0,13,'2025-02-25 17:31:37',2,84.48,84.48,0,0,0,0),(16289,3219,490,0,33,'2025-02-25 18:47:56',1,19.6,31.51,0,0,11.91,0),(16291,3220,41,0,107,'2025-02-25 19:27:38',4,265.92,284.04,0,0,18.12,0),(16293,3221,41,0,92,'2025-02-26 13:06:05',3,199.44,199.44,0,0,0,0),(16294,3221,49,0,92,'2025-02-26 13:06:05',3,237.6,237.6,0,0,0,0),(16295,3221,44,0,92,'2025-02-26 13:06:05',2,232.32,232.32,0,0,0,0),(16296,3221,39,0,92,'2025-02-26 13:06:05',2,158.4,158.4,0,0,0,0),(16298,3222,487,0,11,'2025-02-26 16:32:35',1,31.35,31.35,0,0,0,0),(16299,3222,490,0,11,'2025-02-26 16:32:35',10,196,196,0,0,0,0),(16300,3222,41,0,11,'2025-02-26 16:32:35',1,66.48,66.48,0,0,0,0),(16301,3222,43,0,11,'2025-02-26 16:32:35',1,79.2,79.2,0,0,0,0),(16302,3222,49,0,11,'2025-02-26 16:32:35',2,158.4,158.4,0,0,0,0),(16303,3222,2110,0,11,'2025-02-26 16:32:35',2,142.8,142.8,0,0,0,0),(16304,3222,2113,0,11,'2025-02-26 16:32:35',1,172,172,0,0,0,0),(16306,3224,38,0,57,'2025-02-27 01:58:38',1,165.76,165.76,0,0,0,0),(16307,3224,2110,0,57,'2025-02-27 01:58:38',1,71.4,71.4,0,0,0,0),(16308,3224,2113,0,57,'2025-02-27 01:58:38',1,172,172,0,0,0,0),(16309,3224,45,0,57,'2025-02-27 01:58:38',1,42.24,42.24,0,0,0,0),(16310,3224,41,0,57,'2025-02-27 01:58:38',1,66.48,66.48,0,0,0,0),(16311,3224,490,0,57,'2025-02-27 01:58:38',8,156.8,156.8,0,0,0,0),(16312,3224,23,0,57,'2025-02-27 01:58:38',1,68.54,68.54,0,0,0,0),(16314,3225,137,0,21,'2025-02-27 21:01:08',40,242,252.34,0,0,10.34,0),(16315,3225,148,0,21,'2025-02-27 21:01:08',10,82.5,85.085,0,0,2.585,0),(16316,3225,138,0,21,'2025-02-27 21:01:08',10,49.5,52.085,0,0,2.585,0),(16318,3226,137,0,21,'2025-02-27 21:10:30',30,181.5,190.806,0,0,9.306,0),(16319,3226,148,0,21,'2025-02-27 21:10:30',20,165,171.204,0,0,6.204,0),(16321,3227,2408,0,53,'2025-02-27 22:22:42',4,597.36,597.36,0,0,0,0),(16322,3227,133,0,53,'2025-02-27 22:22:42',10,143,143,0,0,0,0),(16324,3228,23,0,82,'2025-03-02 01:11:23',5,342.7,342.7,0,0,0,0),(16325,3228,490,0,82,'2025-03-02 01:11:23',6,117.6,117.6,0,0,0,0),(16326,3228,41,0,82,'2025-03-02 01:11:23',2,132.96,132.96,0,0,0,0),(16327,3228,43,0,82,'2025-03-02 01:11:23',2,158.4,158.4,0,0,0,0),(16328,3228,488,0,82,'2025-03-02 01:11:23',1,31.35,31.35,0,0,0,0),(16330,3229,49,0,11,'2025-03-02 20:19:53',4,316.8,316.8,0,0,0,0),(16331,3229,45,0,11,'2025-03-02 20:19:53',3,126.72,126.72,0,0,0,0),(16332,3229,487,0,11,'2025-03-02 20:19:53',1,31.35,31.35,0,0,0,0),(16333,3229,44,0,11,'2025-03-02 20:19:53',1,116.16,116.16,0,0,0,0),(16335,3230,2110,0,42,'2025-03-03 19:01:10',1,71.4,71.4,0,0,0,0),(16336,3230,41,0,42,'2025-03-03 19:01:10',1,66.48,66.48,0,0,0,0),(16337,3230,44,0,42,'2025-03-03 19:01:10',2,232.32,232.32,0,0,0,0),(16338,3230,49,0,42,'2025-03-03 19:01:10',5,396,396,0,0,0,0),(16340,3231,2110,0,102,'2025-03-03 20:32:41',2,142.8,142.8,0,0,0,0),(16341,3231,2113,0,102,'2025-03-03 20:32:41',1,172,172,0,0,0,0),(16342,3231,41,0,102,'2025-03-03 20:32:41',2,132.96,132.96,0,0,0,0),(16343,3231,44,0,102,'2025-03-03 20:32:41',2,232.32,232.32,0,0,0,0),(16344,3231,49,0,102,'2025-03-03 20:32:41',2,158.4,158.4,0,0,0,0),(16345,3231,40,0,102,'2025-03-03 20:32:41',1,79.2,79.2,0,0,0,0),(16346,3231,490,0,102,'2025-03-03 20:32:41',10,196,196,0,0,0,0),(16348,3232,41,0,17,'2025-03-04 11:21:51',1,66.48,68.567143,0,0,2.087143,0),(16349,3232,43,0,17,'2025-03-04 11:21:51',1,79.2,81.287143,0,0,2.087143,0),(16350,3232,490,0,17,'2025-03-04 11:21:51',5,98,108.435714,0,0,10.435714,0),(16352,3233,41,0,63,'2025-03-04 22:14:41',4,265.92,265.92,0,0,0,0),(16353,3233,2110,0,63,'2025-03-04 22:14:41',6,428.4,428.4,0,0,0,0),(16354,3233,49,0,63,'2025-03-04 22:14:41',6,475.2,475.2,0,0,0,0),(16356,3234,120,0,26,'2025-03-05 16:20:52',2,105.6,116.993333,0,0,11.393333,0),(16357,3234,116,0,26,'2025-03-05 16:20:52',1,145.44,151.136667,0,0,5.696667,0),(16359,3235,2110,0,12,'2025-03-05 17:49:16',2,142.8,142.8,0,0,0,0),(16360,3235,2113,0,12,'2025-03-05 17:49:16',1,172,172,0,0,0,0),(16361,3235,42,0,12,'2025-03-05 17:49:16',1,79.2,79.2,0,0,0,0),(16362,3235,41,0,12,'2025-03-05 17:49:16',2,132.96,132.96,0,0,0,0),(16363,3235,45,0,12,'2025-03-05 17:49:16',2,84.48,84.48,0,0,0,0),(16364,3235,49,0,12,'2025-03-05 17:49:16',2,158.4,158.4,0,0,0,0),(16365,3235,490,0,12,'2025-03-05 17:49:16',10,196,196,0,0,0,0),(16366,3235,487,0,12,'2025-03-05 17:49:16',2,62.7,62.7,0,0,0,0),(16367,3235,39,0,12,'2025-03-05 17:49:16',1,79.2,79.2,0,0,0,0),(16368,3235,120,0,12,'2025-03-05 17:49:16',1,52.8,52.8,0,0,0,0),(16370,3236,2110,0,12,'2025-03-05 17:56:46',2,142.8,142.8,0,0,0,0),(16371,3236,2113,0,12,'2025-03-05 17:56:46',1,172,172,0,0,0,0),(16372,3236,45,0,12,'2025-03-05 17:56:46',2,84.48,84.48,0,0,0,0),(16373,3236,2400,0,12,'2025-03-05 17:56:46',1,186.3,186.3,0,0,0,0),(16374,3236,43,0,12,'2025-03-05 17:56:46',1,79.2,79.2,0,0,0,0),(16375,3236,49,0,12,'2025-03-05 17:56:46',1,79.2,79.2,0,0,0,0),(16376,3236,490,0,12,'2025-03-05 17:56:46',10,196,196,0,0,0,0),(16377,3236,487,0,12,'2025-03-05 17:56:46',2,62.7,62.7,0,0,0,0),(16379,3237,44,0,6,'2025-03-05 20:01:46',2,232.32,232.32,0,0,0,0),(16380,3237,2110,0,6,'2025-03-05 20:01:46',1,71.4,71.4,0,0,0,0),(16381,3237,2113,0,6,'2025-03-05 20:01:46',1,172,172,0,0,0,0),(16382,3237,41,0,6,'2025-03-05 20:01:46',1,66.48,66.48,0,0,0,0),(16383,3237,116,0,6,'2025-03-05 20:01:46',1,145.44,145.44,0,0,0,0),(16384,3237,43,0,6,'2025-03-05 20:01:46',2,158.4,158.4,0,0,0,0),(16385,3237,45,0,6,'2025-03-05 20:01:46',1,42.24,42.24,0,0,0,0),(16386,3237,93,0,6,'2025-03-05 20:01:46',6,0,0,0,0,0,0),(16388,3238,2110,0,101,'2025-03-07 15:18:33',7,499.8,499.8,0,0,0,0),(16389,3238,45,0,101,'2025-03-07 15:18:33',6,253.44,253.44,0,0,0,0),(16390,3238,41,0,101,'2025-03-07 15:18:33',5,332.4,332.4,0,0,0,0),(16391,3238,44,0,101,'2025-03-07 15:18:33',2,232.32,232.32,0,0,0,0),(16392,3238,120,0,101,'2025-03-07 15:18:33',2,105.6,105.6,0,0,0,0),(16393,3238,43,0,101,'2025-03-07 15:18:33',4,316.8,316.8,0,0,0,0),(16394,3238,133,0,101,'2025-03-07 15:18:33',10,143,143,0,0,0,0),(16396,3239,2110,0,62,'2025-03-08 21:10:35',2,142.8,142.8,0,0,0,0),(16397,3239,2113,0,62,'2025-03-08 21:10:35',1,172,172,0,0,0,0),(16398,3239,41,0,62,'2025-03-08 21:10:35',3,199.44,199.44,0,0,0,0),(16399,3239,2408,0,62,'2025-03-08 21:10:35',1,149.34,149.34,0,0,0,0),(16400,3239,120,0,62,'2025-03-08 21:10:35',1,52.8,52.8,0,0,0,0),(16401,3239,43,0,62,'2025-03-08 21:10:35',3,237.6,237.6,0,0,0,0),(16402,3239,49,0,62,'2025-03-08 21:10:35',2,158.4,158.4,0,0,0,0),(16403,3239,44,0,62,'2025-03-08 21:10:35',2,232.32,232.32,0,0,0,0),(16404,3239,93,0,62,'2025-03-08 21:10:35',10,0,0,0,0,0,0),(16406,3241,43,0,33,'2025-03-11 02:33:31',1,79.2,84.06,0,0,4.86,0),(16407,3241,490,0,33,'2025-03-11 02:33:31',2,39.2,48.92,0,0,9.72,0),(16409,3242,43,0,33,'2025-03-11 02:35:06',1,79.2,84.06,0,0,4.86,0),(16410,3242,490,0,33,'2025-03-11 02:35:06',2,39.2,48.92,0,0,9.72,0),(16412,3243,43,0,33,'2025-03-11 02:36:34',1,79.2,84.06,0,0,4.86,0),(16413,3243,490,0,33,'2025-03-11 02:36:34',2,39.2,48.92,0,0,9.72,0),(16415,3244,49,0,70,'2025-03-11 15:22:47',7,554.4,554.4,0,0,0,0),(16417,3245,487,0,81,'2025-03-11 15:55:15',3,94.05,113.46,0,0,19.41,0),(16419,3246,2110,0,11,'2025-03-11 21:44:31',2,142.8,142.8,0,0,0,0),(16420,3246,42,0,11,'2025-03-11 21:44:31',1,79.2,79.2,0,0,0,0),(16421,3246,39,0,11,'2025-03-11 21:44:31',1,79.2,79.2,0,0,0,0),(16422,3246,490,0,11,'2025-03-11 21:44:31',10,196,196,0,0,0,0),(16423,3246,2113,0,11,'2025-03-11 21:44:31',1,172,172,0,0,0,0),(16425,3247,490,0,14,'2025-03-12 11:34:41',5,98,108.921429,0,0,10.921429,0),(16426,3247,487,0,14,'2025-03-12 11:34:41',2,62.7,67.068571,0,0,4.368571,0),(16428,3248,44,0,79,'2025-03-13 12:32:17',2,232.32,232.32,0,0,0,0),(16429,3248,49,0,79,'2025-03-13 12:32:17',1,79.2,79.2,0,0,0,0),(16430,3248,120,0,79,'2025-03-13 12:32:17',1,52.8,52.8,0,0,0,0),(16431,3248,144,0,79,'2025-03-13 12:32:17',12,16.56,16.56,0,0,0,0),(16432,3248,135,0,79,'2025-03-13 12:32:17',2,4.96,4.96,0,0,0,0),(16433,3248,490,0,79,'2025-03-13 12:32:17',6,117.6,117.6,0,0,0,0),(16435,3249,43,0,85,'2025-03-15 19:30:48',10,792,792,0,0,0,0),(16436,3249,49,0,85,'2025-03-15 19:30:48',5,396,396,0,0,0,0),(16437,3249,39,0,85,'2025-03-15 19:30:48',10,792,792,0,0,0,0),(16438,3249,2113,0,85,'2025-03-15 19:30:48',5,860,860,0,0,0,0),(16439,3249,2110,0,85,'2025-03-15 19:30:48',15,1071,1071,0,0,0,0),(16440,3249,41,0,85,'2025-03-15 19:30:48',3,199.44,199.44,0,0,0,0),(16442,3250,2110,0,90,'2025-03-16 22:33:36',1,71.4,71.4,0,0,0,0),(16443,3250,39,0,90,'2025-03-16 22:33:36',1,79.2,79.2,0,0,0,0),(16444,3250,40,0,90,'2025-03-16 22:33:36',1,79.2,79.2,0,0,0,0),(16445,3250,43,0,90,'2025-03-16 22:33:36',1,79.2,79.2,0,0,0,0),(16446,3250,49,0,90,'2025-03-16 22:33:36',1,79.2,79.2,0,0,0,0),(16447,3250,45,0,90,'2025-03-16 22:33:36',3,126.72,126.72,0,0,0,0),(16448,3250,41,0,90,'2025-03-16 22:33:36',1,66.48,66.48,0,0,0,0),(16450,3251,45,0,90,'2025-03-16 22:40:35',3,126.72,146.115,0,0,19.395,0),(16451,3251,2110,0,90,'2025-03-16 22:40:35',1,71.4,77.865,0,0,6.465,0),(16453,3252,39,0,90,'2025-03-16 22:48:34',1,79.2,79.2,0,0,0,0),(16454,3252,40,0,90,'2025-03-16 22:48:34',1,79.2,79.2,0,0,0,0),(16455,3252,43,0,90,'2025-03-16 22:48:34',1,79.2,79.2,0,0,0,0),(16456,3252,49,0,90,'2025-03-16 22:48:34',1,79.2,79.2,0,0,0,0),(16457,3252,45,0,90,'2025-03-16 22:48:34',1,42.24,42.24,0,0,0,0),(16458,3252,2110,0,90,'2025-03-16 22:48:34',1,71.4,71.4,0,0,0,0),(16459,3252,2113,0,90,'2025-03-16 22:48:34',2,344,344,0,0,0,0),(16460,3252,41,0,90,'2025-03-16 22:48:34',2,132.96,132.96,0,0,0,0),(16461,3252,487,0,90,'2025-03-16 22:48:34',1,31.35,31.35,0,0,0,0),(16463,3253,39,0,90,'2025-03-16 22:54:07',1,79.2,79.2,0,0,0,0),(16464,3253,40,0,90,'2025-03-16 22:54:07',1,79.2,79.2,0,0,0,0),(16465,3253,42,0,90,'2025-03-16 22:54:07',1,79.2,79.2,0,0,0,0),(16466,3253,43,0,90,'2025-03-16 22:54:07',1,79.2,79.2,0,0,0,0),(16467,3253,45,0,90,'2025-03-16 22:54:07',1,42.24,42.24,0,0,0,0),(16468,3253,2113,0,90,'2025-03-16 22:54:07',2,344,344,0,0,0,0),(16469,3253,41,0,90,'2025-03-16 22:54:07',1,66.48,66.48,0,0,0,0),(16471,3255,41,0,107,'2025-03-17 14:51:29',4,265.92,280.5,0,0,14.58,0),(16473,3257,144,0,79,'2025-03-19 16:11:38',12,16.56,16.56,0,0,0,0),(16474,3257,23,0,79,'2025-03-19 16:11:38',2,137.08,137.08,0,0,0,0),(16475,3257,43,0,79,'2025-03-19 16:11:38',3,237.6,237.6,0,0,0,0),(16476,3257,490,0,79,'2025-03-19 16:11:38',6,117.6,117.6,0,0,0,0),(16478,3258,41,0,17,'2025-03-19 19:25:18',1,66.48,66.48,0,0,0,0),(16479,3258,2113,0,17,'2025-03-19 19:25:18',1,172,172,0,0,0,0),(16480,3258,487,0,17,'2025-03-19 19:25:18',1,31.35,31.35,0,0,0,0),(16481,3258,2110,0,17,'2025-03-19 19:25:18',1,71.4,71.4,0,0,0,0),(16482,3258,116,0,17,'2025-03-19 19:25:18',1,145.44,145.44,0,0,0,0),(16483,3258,490,0,17,'2025-03-19 19:25:18',4,78.4,78.4,0,0,0,0),(16494,3259,2110,0,64,'2025-03-19 21:33:39',2,142.8,142.8,0,0,0,0),(16495,3259,2113,0,64,'2025-03-19 21:33:39',1,172,172,0,0,0,0),(16496,3259,41,0,64,'2025-03-19 21:33:39',2,132.96,132.96,0,0,0,0),(16497,3259,45,0,64,'2025-03-19 21:33:39',1,42.24,42.24,0,0,0,0),(16498,3259,43,0,64,'2025-03-19 21:33:39',1,79.2,79.2,0,0,0,0),(16499,3259,49,0,64,'2025-03-19 21:33:39',2,158.4,158.4,0,0,0,0),(16500,3259,490,0,64,'2025-03-19 21:33:39',8,156.8,156.8,0,0,0,0),(16501,3259,488,0,64,'2025-03-19 21:33:39',2,62.7,62.7,0,0,0,0),(16503,3260,38,0,49,'2025-03-19 22:12:44',1,165.76,167.87125,0,0,2.11125,0),(16504,3260,43,0,49,'2025-03-19 22:12:44',1,79.2,81.31125,0,0,2.11125,0),(16505,3260,41,0,49,'2025-03-19 22:12:44',1,66.48,68.59125,0,0,2.11125,0),(16506,3260,137,0,49,'2025-03-19 22:12:44',5,30.25,40.80625,0,0,10.55625,0),(16508,3261,45,0,11,'2025-03-20 16:08:22',2,84.48,84.48,0,0,0,0),(16509,3261,43,0,11,'2025-03-20 16:08:22',2,158.4,158.4,0,0,0,0),(16510,3261,44,0,11,'2025-03-20 16:08:22',1,116.16,116.16,0,0,0,0),(16511,3261,490,0,11,'2025-03-20 16:08:22',10,196,196,0,0,0,0),(16513,3262,41,0,53,'2025-03-20 16:08:47',3,199.44,199.44,0,0,0,0),(16514,3262,2408,0,53,'2025-03-20 16:08:47',1,149.34,149.34,0,0,0,0),(16515,3262,120,0,53,'2025-03-20 16:08:47',2,105.6,105.6,0,0,0,0),(16516,3262,43,0,53,'2025-03-20 16:08:47',2,158.4,158.4,0,0,0,0),(16517,3262,44,0,53,'2025-03-20 16:08:47',1,116.16,116.16,0,0,0,0),(16519,3263,41,0,53,'2025-03-20 17:20:40',4,265.92,265.92,0,0,0,0),(16520,3263,2113,0,53,'2025-03-20 17:20:40',1,172,172,0,0,0,0),(16521,3263,45,0,53,'2025-03-20 17:20:40',1,42.24,42.24,0,0,0,0),(16522,3263,2408,0,53,'2025-03-20 17:20:40',4,597.36,597.36,0,0,0,0),(16524,3264,2113,0,101,'2025-03-20 17:56:07',2,344,344,0,0,0,0),(16525,3264,116,0,101,'2025-03-20 17:56:07',2,290.88,290.88,0,0,0,0),(16527,3265,2110,0,95,'2025-03-20 22:36:35',2,142.8,142.8,0,0,0,0),(16528,3265,43,0,95,'2025-03-20 22:36:35',2,158.4,158.4,0,0,0,0),(16529,3265,490,0,95,'2025-03-20 22:36:35',12,235.2,235.2,0,0,0,0),(16531,3266,41,0,25,'2025-03-21 03:35:43',2,132.96,132.96,0,0,0,0),(16532,3266,45,0,25,'2025-03-21 03:35:43',4,168.96,168.96,0,0,0,0),(16533,3266,2408,0,25,'2025-03-21 03:35:43',2,298.68,298.68,0,0,0,0),(16534,3266,44,0,25,'2025-03-21 03:35:43',1,116.16,116.16,0,0,0,0),(16535,3266,490,0,25,'2025-03-21 03:35:43',10,196,196,0,0,0,0),(16536,3266,49,0,25,'2025-03-21 03:35:43',1,79.2,79.2,0,0,0,0),(16537,3266,2113,0,25,'2025-03-21 03:35:43',1,172,172,0,0,0,0),(16539,3267,137,0,21,'2025-03-21 16:11:05',13,78.65,88.036,0,0,9.386,0),(16540,3267,148,0,21,'2025-03-21 16:11:05',7,57.75,62.804,0,0,5.054,0),(16541,3267,138,0,21,'2025-03-21 16:11:05',5,24.75,28.36,0,0,3.61,0),(16543,3268,43,0,79,'2025-03-21 20:56:20',3,237.6,237.6,0,0,0,0),(16544,3268,23,0,79,'2025-03-21 20:56:20',3,205.62,205.62,0,0,0,0),(16545,3268,45,0,79,'2025-03-21 20:56:20',1,42.24,42.24,0,0,0,0),(16546,3268,490,0,79,'2025-03-21 20:56:20',2,39.2,39.2,0,0,0,0),(16548,3269,45,0,11,'2025-03-24 17:33:35',2,84.48,84.48,0,0,0,0),(16549,3269,44,0,11,'2025-03-24 17:33:35',1,116.16,116.16,0,0,0,0),(16550,3269,490,0,11,'2025-03-24 17:33:35',10,196,196,0,0,0,0),(16551,3269,487,0,11,'2025-03-24 17:33:35',1,31.35,31.35,0,0,0,0),(16552,3269,2408,0,11,'2025-03-24 17:33:35',1,149.34,149.34,0,0,0,0),(16553,3269,49,0,11,'2025-03-24 17:33:35',2,158.4,158.4,0,0,0,0),(16555,3270,43,0,100,'2025-03-25 00:06:08',2,158.4,158.4,0,0,0,0),(16556,3270,41,0,100,'2025-03-25 00:06:08',1,66.48,66.48,0,0,0,0),(16557,3270,2113,0,100,'2025-03-25 00:06:08',2,344,344,0,0,0,0),(16558,3270,2110,0,100,'2025-03-25 00:06:08',2,142.8,142.8,0,0,0,0),(16559,3270,49,0,100,'2025-03-25 00:06:08',2,158.4,158.4,0,0,0,0),(16560,3270,490,0,100,'2025-03-25 00:06:08',6,117.6,117.6,0,0,0,0),(16561,3270,42,0,100,'2025-03-25 00:06:08',1,79.2,79.2,0,0,0,0),(16562,3270,45,0,100,'2025-03-25 00:06:08',1,42.24,42.24,0,0,0,0),(16564,3271,2110,0,64,'2025-03-25 19:46:36',1,71.4,71.4,0,0,0,0),(16565,3271,41,0,64,'2025-03-25 19:46:36',2,132.96,132.96,0,0,0,0),(16566,3271,45,0,64,'2025-03-25 19:46:36',1,42.24,42.24,0,0,0,0),(16567,3271,490,0,64,'2025-03-25 19:46:36',10,196,196,0,0,0,0),(16568,3271,488,0,64,'2025-03-25 19:46:36',2,62.7,62.7,0,0,0,0),(16570,3272,2110,0,95,'2025-03-25 20:42:52',4,285.6,285.6,0,0,0,0),(16571,3272,2113,0,95,'2025-03-25 20:42:52',1,172,172,0,0,0,0),(16572,3272,42,0,95,'2025-03-25 20:42:52',3,237.6,237.6,0,0,0,0),(16573,3272,41,0,95,'2025-03-25 20:42:52',8,531.84,531.84,0,0,0,0),(16574,3272,2408,0,95,'2025-03-25 20:42:52',5,746.7,746.7,0,0,0,0),(16575,3272,120,0,95,'2025-03-25 20:42:52',3,158.4,158.4,0,0,0,0),(16576,3272,43,0,95,'2025-03-25 20:42:52',4,316.8,316.8,0,0,0,0),(16577,3272,490,0,95,'2025-03-25 20:42:52',50,980,980,0,0,0,0),(16578,3272,487,0,95,'2025-03-25 20:42:52',5,156.75,156.75,0,0,0,0),(16580,3273,44,0,95,'2025-03-25 21:19:50',3,348.48,348.48,0,0,0,0),(16581,3273,2110,0,95,'2025-03-25 21:19:50',5,357,357,0,0,0,0),(16582,3273,490,0,95,'2025-03-25 21:19:50',60,1176,1176,0,0,0,0),(16583,3273,487,0,95,'2025-03-25 21:19:50',6,188.1,188.1,0,0,0,0),(16590,3276,2113,0,69,'2025-03-26 14:22:01',3,516,516,0,0,0,0),(16591,3276,133,0,69,'2025-03-26 14:22:01',2,28.6,28.6,0,0,0,0),(16592,3276,44,0,69,'2025-03-26 14:22:01',3,348.48,348.48,0,0,0,0),(16593,3276,51,0,69,'2025-03-26 14:22:01',2,295.68,295.68,0,0,0,0),(16595,3277,45,0,102,'2025-03-26 15:58:03',3,126.72,126.72,0,0,0,0),(16596,3277,2408,0,102,'2025-03-26 15:58:03',1,149.34,149.34,0,0,0,0),(16597,3277,43,0,102,'2025-03-26 15:58:03',3,237.6,237.6,0,0,0,0),(16598,3277,490,0,102,'2025-03-26 15:58:03',10,196,196,0,0,0,0),(16600,3278,2408,0,12,'2025-03-27 16:01:50',5,746.7,746.7,0,0,0,0),(16602,3282,23,0,79,'2025-03-31 18:23:19',3,205.62,205.62,0,0,0,0),(16603,3282,49,0,79,'2025-03-31 18:23:19',1,79.2,79.2,0,0,0,0),(16604,3282,490,0,79,'2025-03-31 18:23:19',11,215.6,215.6,0,0,0,0),(16606,3283,45,0,11,'2025-03-31 19:40:03',3,126.72,126.72,0,0,0,0),(16607,3283,490,0,11,'2025-03-31 19:40:03',10,196,196,0,0,0,0),(16608,3283,487,0,11,'2025-03-31 19:40:03',2,62.7,62.7,0,0,0,0),(16609,3283,41,0,11,'2025-03-31 19:40:03',2,132.96,132.96,0,0,0,0),(16611,3284,38,0,57,'2025-03-31 21:11:21',1,165.76,165.76,0,0,0,0),(16612,3284,2113,0,57,'2025-03-31 21:11:21',1,172,172,0,0,0,0),(16613,3284,45,0,57,'2025-03-31 21:11:21',2,84.48,84.48,0,0,0,0),(16614,3284,41,0,57,'2025-03-31 21:11:21',1,66.48,66.48,0,0,0,0),(16615,3284,23,0,57,'2025-03-31 21:11:21',2,137.08,137.08,0,0,0,0),(16616,3284,2110,0,57,'2025-03-31 21:11:21',2,142.8,142.8,0,0,0,0),(16617,3284,49,0,57,'2025-03-31 21:11:21',1,79.2,79.2,0,0,0,0),(16618,3284,490,0,57,'2025-03-31 21:11:21',10,196,196,0,0,0,0),(16620,3285,41,0,92,'2025-04-01 12:16:29',4,265.92,265.92,0,0,0,0),(16621,3285,49,0,92,'2025-04-01 12:16:29',3,237.6,237.6,0,0,0,0),(16622,3285,39,0,92,'2025-04-01 12:16:29',1,79.2,79.2,0,0,0,0),(16624,3286,49,0,11,'2025-04-02 14:29:25',4,316.8,316.8,0,0,0,0),(16625,3286,2110,0,11,'2025-04-02 14:29:25',3,214.2,214.2,0,0,0,0),(16626,3286,45,0,11,'2025-04-02 14:29:25',3,126.72,126.72,0,0,0,0),(16627,3286,41,0,11,'2025-04-02 14:29:25',2,132.96,132.96,0,0,0,0),(16628,3286,2408,0,11,'2025-04-02 14:29:25',1,149.34,149.34,0,0,0,0),(16629,3286,490,0,11,'2025-04-02 14:29:25',10,196,196,0,0,0,0),(16631,3287,45,0,11,'2025-04-02 14:51:04',2,84.48,84.48,0,0,0,0),(16632,3287,2113,0,11,'2025-04-02 14:51:04',1,172,172,0,0,0,0),(16633,3287,487,0,11,'2025-04-02 14:51:04',3,94.05,94.05,0,0,0,0),(16634,3287,490,0,11,'2025-04-02 14:51:04',10,196,196,0,0,0,0),(16635,3287,43,0,11,'2025-04-02 14:51:04',2,158.4,158.4,0,0,0,0),(16636,3287,49,0,11,'2025-04-02 14:51:04',2,158.4,158.4,0,0,0,0),(16638,3288,490,0,106,'2025-04-02 15:18:10',10,196,196,0,0,0,0),(16639,3288,2110,0,106,'2025-04-02 15:18:10',2,142.8,142.8,0,0,0,0),(16640,3288,2113,0,106,'2025-04-02 15:18:10',1,172,172,0,0,0,0),(16641,3288,45,0,106,'2025-04-02 15:18:10',2,84.48,84.48,0,0,0,0),(16642,3288,488,0,106,'2025-04-02 15:18:10',4,125.4,125.4,0,0,0,0),(16644,3289,41,0,55,'2025-04-02 18:55:05',5,332.4,351.39,0,0,18.99,0),(16646,3290,133,0,69,'2025-04-02 18:59:42',3,42.9,42.9,0,0,0,0),(16647,3290,44,0,69,'2025-04-02 18:59:42',3,348.48,348.48,0,0,0,0),(16648,3290,43,0,69,'2025-04-02 18:59:42',15,1188,1188,0,0,0,0),(16649,3290,49,0,69,'2025-04-02 18:59:42',15,1188,1188,0,0,0,0),(16650,3290,41,0,69,'2025-04-02 18:59:42',4,265.92,265.92,0,0,0,0),(16651,3290,45,0,69,'2025-04-02 18:59:42',4,168.96,168.96,0,0,0,0),(16652,3290,2110,0,69,'2025-04-02 18:59:42',16,1142.4,1142.4,0,0,0,0),(16653,3290,490,0,69,'2025-04-02 18:59:42',30,588,588,0,0,0,0),(16655,3291,49,0,79,'2025-04-02 20:13:02',2,158.4,158.4,0,0,0,0),(16656,3291,490,0,79,'2025-04-02 20:13:02',14,274.4,274.4,0,0,0,0),(16657,3291,42,0,79,'2025-04-02 20:13:02',1,79.2,79.2,0,0,0,0),(16659,3293,23,0,13,'2025-04-02 21:47:05',3,205.62,205.62,0,0,0,0),(16660,3293,38,0,13,'2025-04-02 21:47:05',3,497.28,497.28,0,0,0,0),(16661,3293,41,0,13,'2025-04-02 21:47:05',7,465.36,465.36,0,0,0,0),(16662,3293,45,0,13,'2025-04-02 21:47:05',4,168.96,168.96,0,0,0,0),(16663,3293,39,0,13,'2025-04-02 21:47:05',2,158.4,158.4,0,0,0,0),(16664,3293,40,0,13,'2025-04-02 21:47:05',2,158.4,158.4,0,0,0,0),(16665,3293,43,0,13,'2025-04-02 21:47:05',3,237.6,237.6,0,0,0,0),(16667,3294,2110,0,80,'2025-04-03 21:13:09',2,142.8,142.8,0,0,0,0),(16668,3294,2113,0,80,'2025-04-03 21:13:09',2,344,344,0,0,0,0),(16669,3294,41,0,80,'2025-04-03 21:13:09',6,398.88,398.88,0,0,0,0),(16670,3294,116,0,80,'2025-04-03 21:13:09',2,290.88,290.88,0,0,0,0),(16671,3294,45,0,80,'2025-04-03 21:13:09',2,84.48,84.48,0,0,0,0),(16672,3294,2400,0,80,'2025-04-03 21:13:09',1,186.3,186.3,0,0,0,0),(16673,3294,2408,0,80,'2025-04-03 21:13:09',2,298.68,298.68,0,0,0,0),(16674,3294,488,0,80,'2025-04-03 21:13:09',8,250.8,250.8,0,0,0,0),(16675,3294,43,0,80,'2025-04-03 21:13:09',4,316.8,316.8,0,0,0,0),(16676,3294,49,0,80,'2025-04-03 21:13:09',4,316.8,316.8,0,0,0,0),(16678,3295,23,0,82,'2025-04-03 22:24:24',6,411.24,411.24,0,0,0,0),(16679,3295,490,0,82,'2025-04-03 22:24:24',10,196,196,0,0,0,0),(16680,3295,41,0,82,'2025-04-03 22:24:24',2,132.96,132.96,0,0,0,0),(16681,3295,43,0,82,'2025-04-03 22:24:24',2,158.4,158.4,0,0,0,0),(16682,3295,488,0,82,'2025-04-03 22:24:24',1,31.35,31.35,0,0,0,0),(16683,3295,487,0,82,'2025-04-03 22:24:24',2,62.7,62.7,0,0,0,0),(16685,3296,2110,0,95,'2025-04-03 22:26:00',5,357,357,0,0,0,0),(16686,3296,44,0,95,'2025-04-03 22:26:00',3,348.48,348.48,0,0,0,0),(16687,3296,490,0,95,'2025-04-03 22:26:00',60,1176,1176,0,0,0,0),(16688,3296,487,0,95,'2025-04-03 22:26:00',6,188.1,188.1,0,0,0,0),(16690,3297,488,0,33,'2025-04-05 06:08:57',1,31.35,35.343333,0,0,3.993333,0),(16691,3297,490,0,33,'2025-04-05 06:08:57',2,39.2,47.186667,0,0,7.986667,0),(16693,3298,488,0,33,'2025-04-05 06:10:25',1,31.35,35.343333,0,0,3.993333,0),(16694,3298,490,0,33,'2025-04-05 06:10:25',2,39.2,47.186667,0,0,7.986667,0),(16696,3299,488,0,33,'2025-04-05 06:12:18',1,31.35,35.343333,0,0,3.993333,0),(16697,3299,490,0,33,'2025-04-05 06:12:18',2,39.2,47.186667,0,0,7.986667,0),(16699,3300,2110,0,50,'2025-04-09 19:58:28',2,142.8,142.8,0,0,0,0),(16700,3300,2113,0,50,'2025-04-09 19:58:28',2,344,344,0,0,0,0),(16701,3300,41,0,50,'2025-04-09 19:58:28',3,199.44,199.44,0,0,0,0),(16702,3300,120,0,50,'2025-04-09 19:58:28',2,105.6,105.6,0,0,0,0),(16703,3300,43,0,50,'2025-04-09 19:58:28',3,237.6,237.6,0,0,0,0),(16705,3301,43,0,79,'2025-04-09 22:24:22',4,316.8,316.8,0,0,0,0),(16706,3301,23,0,79,'2025-04-09 22:24:22',2,137.08,137.08,0,0,0,0),(16707,3301,490,0,79,'2025-04-09 22:24:22',3,58.8,58.8,0,0,0,0),(16709,3302,45,0,53,'2025-04-11 14:15:39',1,42.24,42.24,0,0,0,0),(16710,3302,2408,0,53,'2025-04-11 14:15:39',4,597.36,597.36,0,0,0,0),(16711,3302,43,0,53,'2025-04-11 14:15:39',2,158.4,158.4,0,0,0,0),(16712,3302,120,0,53,'2025-04-11 14:15:39',2,105.6,105.6,0,0,0,0),(16714,3303,2110,0,12,'2025-04-11 20:23:42',3,214.2,214.2,0,0,0,0),(16715,3303,41,0,12,'2025-04-11 20:23:42',2,132.96,132.96,0,0,0,0),(16716,3303,45,0,12,'2025-04-11 20:23:42',3,126.72,126.72,0,0,0,0),(16717,3303,39,0,12,'2025-04-11 20:23:42',1,79.2,79.2,0,0,0,0),(16718,3303,40,0,12,'2025-04-11 20:23:42',1,79.2,79.2,0,0,0,0),(16719,3303,120,0,12,'2025-04-11 20:23:42',1,52.8,52.8,0,0,0,0),(16720,3303,49,0,12,'2025-04-11 20:23:42',2,158.4,158.4,0,0,0,0),(16721,3303,44,0,12,'2025-04-11 20:23:42',1,116.16,116.16,0,0,0,0),(16722,3303,490,0,12,'2025-04-11 20:23:42',10,196,196,0,0,0,0),(16723,3303,2113,0,12,'2025-04-11 20:23:42',1,172,172,0,0,0,0),(16725,3304,2110,0,62,'2025-04-11 23:10:52',3,214.2,214.2,0,0,0,0),(16726,3304,41,0,62,'2025-04-11 23:10:52',4,265.92,265.92,0,0,0,0),(16727,3304,45,0,62,'2025-04-11 23:10:52',2,84.48,84.48,0,0,0,0),(16728,3304,49,0,62,'2025-04-11 23:10:52',3,237.6,237.6,0,0,0,0),(16729,3304,44,0,62,'2025-04-11 23:10:52',1,116.16,116.16,0,0,0,0),(16730,3304,133,0,62,'2025-04-11 23:10:52',2,28.6,28.6,0,0,0,0),(16732,3306,2110,0,50,'2025-04-14 18:52:59',2,142.8,142.8,0,0,0,0),(16733,3306,2113,0,50,'2025-04-14 18:52:59',1,172,172,0,0,0,0),(16734,3306,41,0,50,'2025-04-14 18:52:59',2,132.96,132.96,0,0,0,0),(16735,3306,45,0,50,'2025-04-14 18:52:59',1,42.24,42.24,0,0,0,0),(16736,3306,120,0,50,'2025-04-14 18:52:59',2,105.6,105.6,0,0,0,0),(16737,3306,43,0,50,'2025-04-14 18:52:59',3,237.6,237.6,0,0,0,0),(16739,3307,41,0,90,'2025-04-14 19:10:40',1,66.48,66.48,0,0,0,0),(16740,3307,42,0,90,'2025-04-14 19:10:40',1,79.2,79.2,0,0,0,0),(16741,3307,120,0,90,'2025-04-14 19:10:40',1,52.8,52.8,0,0,0,0),(16742,3307,43,0,90,'2025-04-14 19:10:40',2,158.4,158.4,0,0,0,0),(16743,3307,2110,0,90,'2025-04-14 19:10:40',1,71.4,71.4,0,0,0,0),(16744,3307,2113,0,90,'2025-04-14 19:10:40',1,172,172,0,0,0,0),(16745,3307,487,0,90,'2025-04-14 19:10:40',1,31.35,31.35,0,0,0,0),(16746,3307,45,0,90,'2025-04-14 19:10:40',3,126.72,126.72,0,0,0,0),(16748,3308,43,0,90,'2025-04-14 19:16:58',1,79.2,79.2,0,0,0,0),(16749,3308,45,0,90,'2025-04-14 19:16:58',1,42.24,42.24,0,0,0,0),(16750,3308,2110,0,90,'2025-04-14 19:16:58',1,71.4,71.4,0,0,0,0),(16751,3308,2113,0,90,'2025-04-14 19:16:58',2,344,344,0,0,0,0),(16752,3308,41,0,90,'2025-04-14 19:16:58',1,66.48,66.48,0,0,0,0),(16754,3309,39,0,90,'2025-04-14 19:34:54',2,158.4,158.4,0,0,0,0),(16755,3309,42,0,90,'2025-04-14 19:34:54',2,158.4,158.4,0,0,0,0),(16756,3309,43,0,90,'2025-04-14 19:34:54',3,237.6,237.6,0,0,0,0),(16757,3309,45,0,90,'2025-04-14 19:34:54',4,168.96,168.96,0,0,0,0),(16758,3309,2110,0,90,'2025-04-14 19:34:54',2,142.8,142.8,0,0,0,0),(16759,3309,2113,0,90,'2025-04-14 19:34:54',2,344,344,0,0,0,0),(16760,3309,41,0,90,'2025-04-14 19:34:54',2,132.96,132.96,0,0,0,0),(16761,3309,488,0,90,'2025-04-14 19:34:54',1,31.35,31.35,0,0,0,0),(16762,3309,487,0,90,'2025-04-14 19:34:54',1,31.35,31.35,0,0,0,0),(16763,3309,40,0,90,'2025-04-14 19:34:54',1,79.2,79.2,0,0,0,0),(16764,3309,49,0,90,'2025-04-14 19:34:54',1,79.2,79.2,0,0,0,0),(16766,3312,41,0,90,'2025-04-15 17:19:03',2,132.96,132.96,0,0,0,0),(16767,3312,43,0,90,'2025-04-15 17:19:03',1,79.2,79.2,0,0,0,0),(16768,3312,2113,0,90,'2025-04-15 17:19:03',2,344,344,0,0,0,0),(16769,3312,103,0,90,'2025-04-15 17:19:03',1,8.4,8.4,0,0,0,0),(16771,3313,2408,0,11,'2025-04-16 13:03:11',1,149.34,149.34,0,0,0,0),(16772,3313,43,0,11,'2025-04-16 13:03:11',1,79.2,79.2,0,0,0,0),(16773,3313,49,0,11,'2025-04-16 13:03:11',1,79.2,79.2,0,0,0,0),(16774,3313,490,0,11,'2025-04-16 13:03:11',10,196,196,0,0,0,0),(16776,3314,490,0,26,'2025-04-17 13:16:39',4,78.4,78.4,0,0,0,0),(16777,3314,2110,0,26,'2025-04-17 13:16:39',2,142.8,142.8,0,0,0,0),(16778,3314,43,0,26,'2025-04-17 13:16:39',2,158.4,158.4,0,0,0,0),(16779,3314,488,0,26,'2025-04-17 13:16:39',1,31.35,31.35,0,0,0,0),(16780,3314,49,0,26,'2025-04-17 13:16:39',2,158.4,158.4,0,0,0,0),(16781,3314,41,0,26,'2025-04-17 13:16:39',1,66.48,66.48,0,0,0,0),(16783,3315,2110,0,14,'2025-04-21 14:51:23',1,71.4,71.4,0,0,0,0),(16784,3315,41,0,14,'2025-04-21 14:51:23',2,132.96,132.96,0,0,0,0),(16785,3315,42,0,14,'2025-04-21 14:51:23',1,79.2,79.2,0,0,0,0),(16786,3315,2400,0,14,'2025-04-21 14:51:23',1,186.3,186.3,0,0,0,0),(16787,3315,49,0,14,'2025-04-21 14:51:23',1,79.2,79.2,0,0,0,0),(16788,3315,44,0,14,'2025-04-21 14:51:23',1,116.16,116.16,0,0,0,0),(16789,3315,490,0,14,'2025-04-21 14:51:23',4,78.4,78.4,0,0,0,0),(16790,3315,487,0,14,'2025-04-21 14:51:23',1,31.35,31.35,0,0,0,0),(16792,3316,41,0,17,'2025-04-21 15:38:57',1,66.48,68.58125,0,0,2.10125,0),(16793,3316,2110,0,17,'2025-04-21 15:38:57',1,71.4,73.50125,0,0,2.10125,0),(16794,3316,39,0,17,'2025-04-21 15:38:57',1,79.2,81.30125,0,0,2.10125,0),(16795,3316,40,0,17,'2025-04-21 15:38:57',1,79.2,81.30125,0,0,2.10125,0),(16796,3316,43,0,17,'2025-04-21 15:38:57',1,79.2,81.30125,0,0,2.10125,0),(16797,3316,490,0,17,'2025-04-21 15:38:57',3,58.8,65.10375,0,0,6.30375,0),(16799,3317,23,0,79,'2025-04-21 16:30:08',1,68.54,68.54,0,0,0,0),(16800,3317,44,0,79,'2025-04-21 16:30:08',2,232.32,232.32,0,0,0,0),(16801,3317,490,0,79,'2025-04-21 16:30:08',11,215.6,215.6,0,0,0,0),(16803,3319,2408,0,11,'2025-04-22 17:20:11',1,149.34,149.34,0,0,0,0),(16804,3319,43,0,11,'2025-04-22 17:20:11',1,79.2,79.2,0,0,0,0),(16805,3319,49,0,11,'2025-04-22 17:20:11',1,79.2,79.2,0,0,0,0),(16806,3319,490,0,11,'2025-04-22 17:20:11',20,392,392,0,0,0,0),(16807,3319,2110,0,11,'2025-04-22 17:20:11',2,142.8,142.8,0,0,0,0),(16808,3319,45,0,11,'2025-04-22 17:20:11',6,253.44,253.44,0,0,0,0),(16809,3319,41,0,11,'2025-04-22 17:20:11',2,132.96,132.96,0,0,0,0),(16810,3319,487,0,11,'2025-04-22 17:20:11',2,62.7,62.7,0,0,0,0),(16814,3320,41,0,107,'2025-04-22 17:39:45',4,265.92,280.5,0,0,14.58,0),(16816,3321,45,0,25,'2025-04-23 04:16:36',3,126.72,126.72,0,0,0,0),(16817,3321,44,0,25,'2025-04-23 04:16:36',1,116.16,116.16,0,0,0,0),(16818,3321,490,0,25,'2025-04-23 04:16:36',12,235.2,235.2,0,0,0,0),(16819,3321,2113,0,25,'2025-04-23 04:16:36',1,172,172,0,0,0,0),(16820,3321,488,0,25,'2025-04-23 04:16:36',3,94.05,94.05,0,0,0,0),(16821,3321,487,0,25,'2025-04-23 04:16:36',3,94.05,94.05,0,0,0,0),(16823,3322,45,0,102,'2025-04-24 18:05:59',3,126.72,126.72,0,0,0,0),(16824,3322,43,0,102,'2025-04-24 18:05:59',3,237.6,237.6,0,0,0,0),(16825,3322,490,0,102,'2025-04-24 18:05:59',10,196,196,0,0,0,0),(16826,3322,44,0,102,'2025-04-24 18:05:59',1,116.16,116.16,0,0,0,0),(16828,3323,44,0,79,'2025-04-25 06:03:47',3,348.48,348.48,0,0,0,0),(16829,3323,120,0,79,'2025-04-25 06:03:47',1,52.8,52.8,0,0,0,0),(16830,3323,23,0,79,'2025-04-25 06:03:47',1,68.54,68.54,0,0,0,0),(16831,3323,490,0,79,'2025-04-25 06:03:47',2,39.2,39.2,0,0,0,0),(16833,3324,2110,0,57,'2025-04-25 16:09:58',1,71.4,71.4,0,0,0,0),(16834,3324,45,0,57,'2025-04-25 16:09:58',1,42.24,42.24,0,0,0,0),(16835,3324,49,0,57,'2025-04-25 16:09:58',1,79.2,79.2,0,0,0,0),(16836,3324,490,0,57,'2025-04-25 16:09:58',10,196,196,0,0,0,0),(16837,3324,2113,0,57,'2025-04-25 16:09:58',1,172,172,0,0,0,0),(16839,3325,41,0,101,'2025-04-26 20:13:51',4,265.92,265.92,0,0,0,0),(16840,3325,2110,0,101,'2025-04-26 20:13:51',4,285.6,285.6,0,0,0,0),(16841,3325,43,0,101,'2025-04-26 20:13:51',3,237.6,237.6,0,0,0,0),(16842,3325,133,0,101,'2025-04-26 20:13:51',10,143,143,0,0,0,0),(16844,3326,2113,0,53,'2025-04-26 20:22:08',1,172,172,0,0,0,0),(16845,3326,120,0,53,'2025-04-26 20:22:08',1,52.8,52.8,0,0,0,0),(16846,3326,116,0,53,'2025-04-26 20:22:08',1,145.44,145.44,0,0,0,0),(16847,3326,41,0,53,'2025-04-26 20:22:08',3,199.44,199.44,0,0,0,0),(16848,3326,2400,0,53,'2025-04-26 20:22:08',1,186.3,186.3,0,0,0,0),(16849,3326,45,0,53,'2025-04-26 20:22:08',2,84.48,84.48,0,0,0,0),(16851,3327,23,0,79,'2025-04-26 22:17:25',5,342.7,342.7,0,0,0,0),(16852,3327,116,0,79,'2025-04-26 22:17:25',1,145.44,145.44,0,0,0,0),(16853,3327,490,0,79,'2025-04-26 22:17:25',1,19.6,19.6,0,0,0,0),(16855,3328,41,0,6,'2025-04-29 17:36:21',4,265.92,265.92,0,0,0,0),(16856,3328,45,0,6,'2025-04-29 17:36:21',1,42.24,42.24,0,0,0,0),(16857,3328,39,0,6,'2025-04-29 17:36:21',1,79.2,79.2,0,0,0,0),(16858,3328,40,0,6,'2025-04-29 17:36:21',1,79.2,79.2,0,0,0,0),(16859,3328,120,0,6,'2025-04-29 17:36:21',1,52.8,52.8,0,0,0,0),(16860,3328,43,0,6,'2025-04-29 17:36:21',2,158.4,158.4,0,0,0,0),(16861,3328,49,0,6,'2025-04-29 17:36:21',1,79.2,79.2,0,0,0,0),(16862,3328,44,0,6,'2025-04-29 17:36:21',1,116.16,116.16,0,0,0,0),(16863,3328,93,0,6,'2025-04-29 17:36:21',8,0,0,0,0,0,0),(16865,3330,2408,0,11,'2025-04-30 14:44:56',1,149.34,149.34,0,0,0,0),(16866,3330,43,0,11,'2025-04-30 14:44:56',1,79.2,79.2,0,0,0,0),(16867,3330,49,0,11,'2025-04-30 14:44:56',2,158.4,158.4,0,0,0,0),(16868,3330,490,0,11,'2025-04-30 14:44:56',10,196,196,0,0,0,0),(16869,3330,2110,0,11,'2025-04-30 14:44:56',4,285.6,285.6,0,0,0,0),(16870,3330,45,0,11,'2025-04-30 14:44:56',3,126.72,126.72,0,0,0,0),(16871,3330,41,0,11,'2025-04-30 14:44:56',2,132.96,132.96,0,0,0,0),(16872,3330,487,0,11,'2025-04-30 14:44:56',2,62.7,62.7,0,0,0,0),(16873,3330,2113,0,11,'2025-04-30 14:44:56',1,172,172,0,0,0,0),(16875,3331,45,0,53,'2025-05-04 15:31:17',5,211.2,211.2,0,0,0,0),(16876,3331,2113,0,53,'2025-05-04 15:31:17',2,344,344,0,0,0,0),(16877,3331,133,0,53,'2025-05-04 15:31:17',4,57.2,57.2,0,0,0,0),(16879,3332,2408,0,53,'2025-05-04 16:20:11',8,1194.72,1194.72,0,0,0,0),(16880,3332,44,0,53,'2025-05-04 16:20:11',1,116.16,116.16,0,0,0,0),(16881,3332,43,0,53,'2025-05-04 16:20:11',3,237.6,237.6,0,0,0,0),(16882,3332,42,0,53,'2025-05-04 16:20:11',1,79.2,79.2,0,0,0,0),(16883,3332,116,0,53,'2025-05-04 16:20:11',1,145.44,145.44,0,0,0,0),(16884,3332,120,0,53,'2025-05-04 16:20:11',1,52.8,52.8,0,0,0,0),(16885,3332,133,0,53,'2025-05-04 16:20:11',10,143,143,0,0,0,0),(16887,3333,2113,0,53,'2025-05-04 16:50:02',1,172,172,0,0,0,0),(16888,3333,45,0,53,'2025-05-04 16:50:02',2,84.48,84.48,0,0,0,0),(16889,3333,41,0,53,'2025-05-04 16:50:02',3,199.44,199.44,0,0,0,0),(16890,3333,43,0,53,'2025-05-04 16:50:02',3,237.6,237.6,0,0,0,0),(16891,3333,49,0,53,'2025-05-04 16:50:02',3,237.6,237.6,0,0,0,0),(16892,3333,120,0,53,'2025-05-04 16:50:02',1,52.8,52.8,0,0,0,0),(16893,3333,116,0,53,'2025-05-04 16:50:02',1,145.44,145.44,0,0,0,0),(16894,3333,2408,0,53,'2025-05-04 16:50:02',2,298.68,298.68,0,0,0,0),(16895,3333,2400,0,53,'2025-05-04 16:50:02',1,186.3,186.3,0,0,0,0),(16897,3334,41,0,17,'2025-05-05 12:30:24',1,66.48,68.198889,0,0,1.718889,0),(16898,3334,2110,0,17,'2025-05-05 12:30:24',1,71.4,73.118889,0,0,1.718889,0),(16899,3334,43,0,17,'2025-05-05 12:30:24',1,79.2,80.918889,0,0,1.718889,0),(16900,3334,490,0,17,'2025-05-05 12:30:24',5,98,106.594444,0,0,8.594444,0),(16901,3334,487,0,17,'2025-05-05 12:30:24',1,31.35,33.068889,0,0,1.718889,0),(16903,3335,41,0,92,'2025-05-05 12:44:26',4,265.92,265.92,0,0,0,0),(16904,3335,49,0,92,'2025-05-05 12:44:26',3,237.6,237.6,0,0,0,0),(16905,3335,44,0,92,'2025-05-05 12:44:26',2,232.32,232.32,0,0,0,0),(16907,3336,2110,0,64,'2025-05-05 18:21:19',2,142.8,142.8,0,0,0,0),(16908,3336,2113,0,64,'2025-05-05 18:21:19',1,172,172,0,0,0,0),(16909,3336,41,0,64,'2025-05-05 18:21:19',3,199.44,199.44,0,0,0,0),(16910,3336,45,0,64,'2025-05-05 18:21:19',1,42.24,42.24,0,0,0,0),(16911,3336,120,0,64,'2025-05-05 18:21:19',1,52.8,52.8,0,0,0,0),(16912,3336,49,0,64,'2025-05-05 18:21:19',2,158.4,158.4,0,0,0,0),(16913,3336,490,0,64,'2025-05-05 18:21:19',10,196,196,0,0,0,0),(16914,3336,488,0,64,'2025-05-05 18:21:19',2,62.7,62.7,0,0,0,0),(16916,3337,2113,0,64,'2025-05-06 13:34:48',1,172,172,0,0,0,0),(16917,3337,2110,0,64,'2025-05-06 13:34:48',2,142.8,142.8,0,0,0,0),(16918,3337,49,0,64,'2025-05-06 13:34:48',2,158.4,158.4,0,0,0,0),(16919,3337,45,0,64,'2025-05-06 13:34:48',2,84.48,84.48,0,0,0,0),(16920,3337,41,0,64,'2025-05-06 13:34:48',3,199.44,199.44,0,0,0,0),(16921,3337,490,0,64,'2025-05-06 13:34:48',10,196,196,0,0,0,0),(16922,3337,488,0,64,'2025-05-06 13:34:48',2,62.7,62.7,0,0,0,0),(16923,3337,487,0,64,'2025-05-06 13:34:48',1,31.35,31.35,0,0,0,0),(16925,3338,45,0,70,'2025-05-06 16:57:28',2,84.48,84.48,0,0,0,0),(16926,3338,41,0,70,'2025-05-06 16:57:28',2,132.96,132.96,0,0,0,0),(16927,3338,49,0,70,'2025-05-06 16:57:28',4,316.8,316.8,0,0,0,0),(16928,3338,488,0,70,'2025-05-06 16:57:28',1,31.35,31.35,0,0,0,0),(16929,3338,487,0,70,'2025-05-06 16:57:28',1,31.35,31.35,0,0,0,0),(16931,3339,45,0,70,'2025-05-06 16:58:57',2,84.48,84.48,0,0,0,0),(16932,3339,41,0,70,'2025-05-06 16:58:57',2,132.96,132.96,0,0,0,0),(16933,3339,49,0,70,'2025-05-06 16:58:57',4,316.8,316.8,0,0,0,0),(16934,3339,488,0,70,'2025-05-06 16:58:57',1,31.35,31.35,0,0,0,0),(16935,3339,487,0,70,'2025-05-06 16:58:57',1,31.35,31.35,0,0,0,0),(16937,3340,45,0,70,'2025-05-06 17:00:03',2,84.48,84.48,0,0,0,0),(16938,3340,41,0,70,'2025-05-06 17:00:03',2,132.96,132.96,0,0,0,0),(16939,3340,49,0,70,'2025-05-06 17:00:03',4,316.8,316.8,0,0,0,0),(16940,3340,488,0,70,'2025-05-06 17:00:03',1,31.35,31.35,0,0,0,0),(16941,3340,487,0,70,'2025-05-06 17:00:03',1,31.35,31.35,0,0,0,0),(16943,3341,45,0,70,'2025-05-06 17:01:01',2,84.48,84.48,0,0,0,0),(16944,3341,41,0,70,'2025-05-06 17:01:01',2,132.96,132.96,0,0,0,0),(16945,3341,49,0,70,'2025-05-06 17:01:01',4,316.8,316.8,0,0,0,0),(16946,3341,488,0,70,'2025-05-06 17:01:01',1,31.35,31.35,0,0,0,0),(16947,3341,487,0,70,'2025-05-06 17:01:01',1,31.35,31.35,0,0,0,0),(16949,3342,23,0,79,'2025-05-06 18:08:20',2,137.08,137.08,0,0,0,0),(16950,3342,490,0,79,'2025-05-06 18:08:20',6,117.6,117.6,0,0,0,0),(16951,3342,44,0,79,'2025-05-06 18:08:20',2,232.32,232.32,0,0,0,0),(16952,3342,40,0,79,'2025-05-06 18:08:20',1,79.2,79.2,0,0,0,0),(16953,3342,43,0,79,'2025-05-06 18:08:20',1,79.2,79.2,0,0,0,0),(16955,3343,490,0,11,'2025-05-07 14:24:45',10,196,196,0,0,0,0),(16956,3343,487,0,11,'2025-05-07 14:24:45',2,62.7,62.7,0,0,0,0),(16957,3343,2110,0,11,'2025-05-07 14:24:45',1,71.4,71.4,0,0,0,0),(16958,3343,45,0,11,'2025-05-07 14:24:45',1,42.24,42.24,0,0,0,0),(16959,3343,41,0,11,'2025-05-07 14:24:45',1,66.48,66.48,0,0,0,0),(16960,3343,2408,0,11,'2025-05-07 14:24:45',1,149.34,149.34,0,0,0,0),(16962,3344,2110,0,57,'2025-05-07 18:12:19',2,142.8,142.8,0,0,0,0),(16963,3344,45,0,57,'2025-05-07 18:12:19',2,84.48,84.48,0,0,0,0),(16964,3344,490,0,57,'2025-05-07 18:12:19',5,98,98,0,0,0,0),(16965,3344,2113,0,57,'2025-05-07 18:12:19',2,344,344,0,0,0,0),(16966,3344,41,0,57,'2025-05-07 18:12:19',1,66.48,66.48,0,0,0,0),(16968,3346,45,0,12,'2025-05-07 21:55:27',4,168.96,168.96,0,0,0,0),(16969,3346,2110,0,12,'2025-05-07 21:55:27',2,142.8,142.8,0,0,0,0),(16970,3346,2113,0,12,'2025-05-07 21:55:27',1,172,172,0,0,0,0),(16971,3346,2400,0,12,'2025-05-07 21:55:27',1,186.3,186.3,0,0,0,0),(16972,3346,2408,0,12,'2025-05-07 21:55:27',2,298.68,298.68,0,0,0,0),(16973,3346,120,0,12,'2025-05-07 21:55:27',1,52.8,52.8,0,0,0,0),(16974,3346,44,0,12,'2025-05-07 21:55:27',1,116.16,116.16,0,0,0,0),(16975,3346,490,0,12,'2025-05-07 21:55:27',10,196,196,0,0,0,0),(16976,3346,487,0,12,'2025-05-07 21:55:27',2,62.7,62.7,0,0,0,0),(16977,3346,43,0,12,'2025-05-07 21:55:27',1,79.2,79.2,0,0,0,0),(16979,3347,2110,0,12,'2025-05-08 16:22:31',2,142.8,142.8,0,0,0,0),(16980,3347,2113,0,12,'2025-05-08 16:22:31',1,172,172,0,0,0,0),(16981,3347,41,0,12,'2025-05-08 16:22:31',2,132.96,132.96,0,0,0,0),(16982,3347,45,0,12,'2025-05-08 16:22:31',3,126.72,126.72,0,0,0,0),(16983,3347,120,0,12,'2025-05-08 16:22:31',1,52.8,52.8,0,0,0,0),(16984,3347,43,0,12,'2025-05-08 16:22:31',2,158.4,158.4,0,0,0,0),(16985,3347,49,0,12,'2025-05-08 16:22:31',2,158.4,158.4,0,0,0,0),(16986,3347,44,0,12,'2025-05-08 16:22:31',1,116.16,116.16,0,0,0,0),(16987,3347,490,0,12,'2025-05-08 16:22:31',10,196,196,0,0,0,0),(16994,3349,490,0,63,'2025-05-09 02:03:54',20,392,392,0,0,0,0),(16995,3349,49,0,63,'2025-05-09 02:03:54',4,316.8,316.8,0,0,0,0),(16996,3349,41,0,63,'2025-05-09 02:03:54',6,398.88,398.88,0,0,0,0),(16997,3349,2110,0,63,'2025-05-09 02:03:54',5,357,357,0,0,0,0),(16999,3400,41,0,95,'2025-05-09 21:50:33',8,531.22,531.22,0,0,0,0),(17000,3400,45,0,95,'2025-05-09 21:50:33',8,372,372,0,0,0,0),(17001,3400,2408,0,95,'2025-05-09 21:50:33',6,948.6,948.6,0,0,0,0),(17002,3400,43,0,95,'2025-05-09 21:50:33',4,334.8,334.8,0,0,0,0),(17003,3400,3362,0,95,'2025-05-09 21:50:33',8,558,558,0,0,0,0),(17004,3400,40,0,95,'2025-05-09 21:50:33',2,167.4,167.4,0,0,0,0),(17005,3400,39,0,95,'2025-05-09 21:50:33',2,167.4,167.4,0,0,0,0),(17007,3401,2110,0,42,'2025-05-12 01:06:52',1,71.4,71.4,0,0,0,0),(17008,3401,41,0,42,'2025-05-12 01:06:52',1,71.4,71.4,0,0,0,0),(17009,3401,44,0,42,'2025-05-12 01:06:52',1,138,138,0,0,0,0),(17010,3401,49,0,42,'2025-05-12 01:06:52',2,180,180,0,0,0,0),(17011,3401,120,0,42,'2025-05-12 01:06:52',1,63,63,0,0,0,0),(17031,3405,23,0,13,'2025-05-12 20:45:11',4,254.97,254.97,0,0,0,0),(17032,3405,38,0,13,'2025-05-12 20:45:11',4,616.63,616.63,0,0,0,0),(17033,3405,41,0,13,'2025-05-12 20:45:11',6,398.41,398.41,0,0,0,0),(17034,3405,45,0,13,'2025-05-12 20:45:11',2,93,93,0,0,0,0),(17035,3405,487,0,13,'2025-05-12 20:45:11',2,58.31,58.31,0,0,0,0),(17037,3406,23,0,79,'2025-05-13 13:21:57',5,318.71,318.71,0,0,0,0),(17038,3406,490,0,79,'2025-05-13 13:21:57',12,218.74,218.74,0,0,0,0),(17047,3407,2113,0,106,'2025-05-14 13:54:45',3,479.88,479.88,0,0,0,0),(17048,3407,2110,0,106,'2025-05-14 13:54:45',3,199.21,199.21,0,0,0,0),(17049,3407,2408,0,106,'2025-05-14 13:54:45',2,316.2,316.2,0,0,0,0),(17050,3407,490,0,106,'2025-05-14 13:54:45',8,145.82,145.82,0,0,0,0),(17051,3407,45,0,106,'2025-05-14 13:54:45',1,46.5,46.5,0,0,0,0),(17052,3407,488,0,106,'2025-05-14 13:54:45',2,58.31,58.31,0,0,0,0),(17054,3409,45,0,55,'2025-05-14 15:57:17',1,50,56.466667,0,0,6.466667,0),(17055,3409,40,0,55,'2025-05-14 15:57:17',1,90,96.466667,0,0,6.466667,0),(17056,3409,39,0,55,'2025-05-14 15:57:17',1,90,96.466667,0,0,6.466667,0),(17058,3410,41,0,95,'2025-05-14 17:01:44',5,332.01,332.01,0,0,0,0),(17059,3410,45,0,95,'2025-05-14 17:01:44',4,186,186,0,0,0,0),(17060,3410,43,0,95,'2025-05-14 17:01:44',3,251.1,251.1,0,0,0,0),(17061,3410,3362,0,95,'2025-05-14 17:01:44',4,279,279,0,0,0,0),(17062,3410,2110,0,95,'2025-05-14 17:01:44',5,332.01,332.01,0,0,0,0),(17063,3410,2113,0,95,'2025-05-14 17:01:44',1,159.96,159.96,0,0,0,0),(17064,3410,116,0,95,'2025-05-14 17:01:44',2,306.9,306.9,0,0,0,0),(17065,3410,490,0,95,'2025-05-14 17:01:44',30,546.84,546.84,0,0,0,0),(17066,3410,487,0,95,'2025-05-14 17:01:44',4,116.62,116.62,0,0,0,0),(17068,3411,2110,0,95,'2025-05-14 17:17:25',8,531.22,531.22,0,0,0,0),(17069,3411,2113,0,95,'2025-05-14 17:17:25',2,319.92,319.92,0,0,0,0),(17070,3411,116,0,95,'2025-05-14 17:17:25',3,460.35,460.35,0,0,0,0),(17072,3431,2110,0,80,'2025-05-15 14:52:06',8,531.22,531.22,0,0,0,0),(17073,3431,2113,0,80,'2025-05-15 14:52:06',8,1279.68,1279.68,0,0,0,0),(17074,3431,41,0,80,'2025-05-15 14:52:06',24,1593.65,1593.65,0,0,0,0),(17075,3431,45,0,80,'2025-05-15 14:52:06',5,250,250,0,0,0,0),(17076,3431,2400,0,80,'2025-05-15 14:52:06',3,645,645,0,0,0,0),(17077,3431,2408,0,80,'2025-05-15 14:52:06',5,850,850,0,0,0,0),(17078,3431,488,0,80,'2025-05-15 14:52:06',8,250.8,250.8,0,0,0,0),(17080,3433,43,0,79,'2025-05-16 17:42:11',2,180,180,0,0,0,0),(17081,3433,120,0,79,'2025-05-16 17:42:11',1,63,63,0,0,0,0),(17082,3433,44,0,79,'2025-05-16 17:42:11',2,276,276,0,0,0,0),(17084,3434,41,0,90,'2025-05-16 19:47:34',2,142.8,142.8,0,0,0,0),(17085,3434,45,0,90,'2025-05-16 19:47:34',5,250,250,0,0,0,0),(17086,3434,487,0,90,'2025-05-16 19:47:34',2,62.7,62.7,0,0,0,0),(17087,3434,3362,0,90,'2025-05-16 19:47:34',1,75,75,0,0,0,0),(17088,3434,39,0,90,'2025-05-16 19:47:34',1,90,90,0,0,0,0),(17089,3434,2110,0,90,'2025-05-16 19:47:34',1,71.4,71.4,0,0,0,0),(17091,3435,3412,0,90,'2025-05-16 19:57:03',1,90,90,0,0,0,0),(17092,3435,120,0,90,'2025-05-16 19:57:03',2,126,126,0,0,0,0),(17093,3435,45,0,90,'2025-05-16 19:57:03',1,50,50,0,0,0,0),(17094,3435,2110,0,90,'2025-05-16 19:57:03',1,71.4,71.4,0,0,0,0),(17095,3435,2113,0,90,'2025-05-16 19:57:03',1,172,172,0,0,0,0),(17096,3435,41,0,90,'2025-05-16 19:57:03',1,71.4,71.4,0,0,0,0),(17097,3435,487,0,90,'2025-05-16 19:57:03',1,31.35,31.35,0,0,0,0),(17098,3435,3362,0,90,'2025-05-16 19:57:03',1,75,75,0,0,0,0),(17100,3436,3412,0,90,'2025-05-16 20:03:25',2,180,180,0,0,0,0),(17101,3436,49,0,90,'2025-05-16 20:03:25',1,90,90,0,0,0,0),(17102,3436,2110,0,90,'2025-05-16 20:03:25',1,71.4,71.4,0,0,0,0),(17103,3436,2113,0,90,'2025-05-16 20:03:25',1,172,172,0,0,0,0),(17104,3436,488,0,90,'2025-05-16 20:03:25',1,31.35,31.35,0,0,0,0),(17105,3436,487,0,90,'2025-05-16 20:03:25',1,31.35,31.35,0,0,0,0),(17107,3437,488,0,33,'2025-05-19 13:28:06',1,31.35,34.658,0,0,3.308,0),(17108,3437,490,0,33,'2025-05-19 13:28:06',2,39.2,45.816,0,0,6.616,0),(17109,3437,41,0,33,'2025-05-19 13:28:06',1,71.4,74.708,0,0,3.308,0),(17110,3437,40,0,33,'2025-05-19 13:28:06',1,90,93.308,0,0,3.308,0),(17112,3438,2110,0,62,'2025-05-19 17:03:39',4,285.6,285.6,0,0,0,0),(17113,3438,41,0,62,'2025-05-19 17:03:39',4,285.6,285.6,0,0,0,0),(17114,3438,45,0,62,'2025-05-19 17:03:39',1,50,50,0,0,0,0),(17115,3438,49,0,62,'2025-05-19 17:03:39',3,270,270,0,0,0,0),(17116,3438,44,0,62,'2025-05-19 17:03:39',2,276,276,0,0,0,0),(17117,3438,133,0,62,'2025-05-19 17:03:39',3,42.9,42.9,0,0,0,0),(17118,3438,116,0,62,'2025-05-19 17:03:39',1,165,165,0,0,0,0),(17119,3438,3356,0,62,'2025-05-19 17:03:39',2,302.4,302.4,0,0,0,0),(17120,3438,3358,0,62,'2025-05-19 17:03:39',2,302.4,302.4,0,0,0,0),(17129,3439,133,0,69,'2025-05-19 17:06:16',12,171.6,171.6,0,0,0,0),(17130,3439,43,0,69,'2025-05-19 17:06:16',15,1255.5,1255.5,0,0,0,0),(17131,3439,49,0,69,'2025-05-19 17:06:16',15,1255.5,1255.5,0,0,0,0),(17132,3439,45,0,69,'2025-05-19 17:06:16',8,372,372,0,0,0,0),(17133,3439,490,0,69,'2025-05-19 17:06:16',50,980,980,0,0,0,0),(17134,3439,2113,0,69,'2025-05-19 17:06:16',1,172,172,0,0,0,0),(17136,3440,2113,0,11,'2025-05-19 18:43:28',1,172,172,0,0,0,0),(17137,3440,41,0,11,'2025-05-19 18:43:28',1,71.4,71.4,0,0,0,0),(17138,3440,3412,0,11,'2025-05-19 18:43:28',1,90,90,0,0,0,0),(17139,3440,39,0,11,'2025-05-19 18:43:28',1,90,90,0,0,0,0),(17140,3440,44,0,11,'2025-05-19 18:43:28',2,276,276,0,0,0,0),(17141,3440,49,0,11,'2025-05-19 18:43:28',2,180,180,0,0,0,0),(17142,3440,45,0,11,'2025-05-19 18:43:28',2,100,100,0,0,0,0),(17144,3441,41,0,106,'2025-05-19 21:17:01',9,597.62,597.62,0,0,0,0),(17146,3442,2113,0,101,'2025-05-19 21:42:54',2,344,344,0,0,0,0),(17147,3442,3412,0,101,'2025-05-19 21:42:54',1,90,90,0,0,0,0),(17148,3442,41,0,101,'2025-05-19 21:42:54',2,142.8,142.8,0,0,0,0),(17150,3443,2110,0,95,'2025-05-20 21:51:07',2,142.8,167.526667,0,0,24.726667,0),(17151,3443,2113,0,95,'2025-05-20 21:51:07',1,172,184.363333,0,0,12.363333,0),(17153,3444,45,0,101,'2025-05-22 17:28:50',1,50,50,0,0,0,0),(17154,3444,3358,0,101,'2025-05-22 17:28:50',1,151.2,151.2,0,0,0,0),(17155,3444,3356,0,101,'2025-05-22 17:28:50',1,151.2,151.2,0,0,0,0),(17156,3444,3354,0,101,'2025-05-22 17:28:50',1,148,148,0,0,0,0),(17157,3444,3352,0,101,'2025-05-22 17:28:50',1,148,148,0,0,0,0),(17158,3444,3360,0,101,'2025-05-22 17:28:50',1,148,148,0,0,0,0),(17159,3444,3362,0,101,'2025-05-22 17:28:50',1,75,75,0,0,0,0),(17161,3445,487,0,70,'2025-05-22 17:29:30',2,62.7,62.7,0,0,0,0),(17162,3445,3358,0,70,'2025-05-22 17:29:30',2,302.4,302.4,0,0,0,0),(17163,3445,3354,0,70,'2025-05-22 17:29:30',2,296,296,0,0,0,0),(17164,3445,3356,0,70,'2025-05-22 17:29:30',2,302.4,302.4,0,0,0,0),(17165,3445,38,0,70,'2025-05-22 17:29:30',2,331.52,331.52,0,0,0,0),(17167,3446,38,0,70,'2025-05-22 17:31:50',2,331.52,331.52,0,0,0,0),(17168,3446,3358,0,70,'2025-05-22 17:31:50',2,302.4,302.4,0,0,0,0),(17169,3446,3354,0,70,'2025-05-22 17:31:50',2,296,296,0,0,0,0),(17170,3446,3356,0,70,'2025-05-22 17:31:50',2,302.4,302.4,0,0,0,0),(17171,3446,487,0,70,'2025-05-22 17:31:50',2,62.7,62.7,0,0,0,0),(17173,3447,38,0,70,'2025-05-22 17:33:09',2,331.52,331.52,0,0,0,0),(17174,3447,3358,0,70,'2025-05-22 17:33:09',2,302.4,302.4,0,0,0,0),(17175,3447,3354,0,70,'2025-05-22 17:33:09',2,296,296,0,0,0,0),(17176,3447,3356,0,70,'2025-05-22 17:33:09',2,302.4,302.4,0,0,0,0),(17177,3447,487,0,70,'2025-05-22 17:33:09',2,62.7,62.7,0,0,0,0),(17179,3448,38,0,70,'2025-05-22 17:34:28',2,331.52,331.52,0,0,0,0),(17180,3448,3358,0,70,'2025-05-22 17:34:28',2,302.4,302.4,0,0,0,0),(17181,3448,3354,0,70,'2025-05-22 17:34:28',2,296,296,0,0,0,0),(17182,3448,3356,0,70,'2025-05-22 17:34:28',2,302.4,302.4,0,0,0,0),(17183,3448,487,0,70,'2025-05-22 17:34:28',2,62.7,62.7,0,0,0,0),(17185,3449,2113,0,53,'2025-05-22 17:39:02',2,344,344,0,0,0,0),(17186,3449,3412,0,53,'2025-05-22 17:39:02',1,90,90,0,0,0,0),(17187,3449,3358,0,53,'2025-05-22 17:39:02',1,151.2,151.2,0,0,0,0),(17188,3449,3354,0,53,'2025-05-22 17:39:02',1,148,148,0,0,0,0),(17189,3449,3352,0,53,'2025-05-22 17:39:02',1,148,148,0,0,0,0),(17190,3449,3356,0,53,'2025-05-22 17:39:02',1,151.2,151.2,0,0,0,0),(17191,3449,3360,0,53,'2025-05-22 17:39:02',1,148,148,0,0,0,0),(17192,3449,3362,0,53,'2025-05-22 17:39:02',1,75,75,0,0,0,0),(17194,3450,2110,0,101,'2025-05-22 17:51:01',4,285.6,285.6,0,0,0,0),(17195,3450,2113,0,101,'2025-05-22 17:51:01',2,344,344,0,0,0,0),(17196,3450,41,0,101,'2025-05-22 17:51:01',8,531.22,531.22,0,0,0,0),(17197,3450,43,0,101,'2025-05-22 17:51:01',3,270,270,0,0,0,0),(17198,3450,3358,0,101,'2025-05-22 17:51:01',1,151.2,151.2,0,0,0,0),(17199,3450,3354,0,101,'2025-05-22 17:51:01',1,148,148,0,0,0,0),(17200,3450,3356,0,101,'2025-05-22 17:51:01',1,151.2,151.2,0,0,0,0),(17201,3450,3352,0,101,'2025-05-22 17:51:01',1,148,148,0,0,0,0),(17202,3450,3360,0,101,'2025-05-22 17:51:01',1,148,148,0,0,0,0),(17203,3450,3362,0,101,'2025-05-22 17:51:01',1,75,75,0,0,0,0),(17205,3451,2110,0,11,'2025-05-22 20:44:32',2,142.8,142.8,0,0,0,0),(17206,3451,2113,0,11,'2025-05-22 20:44:32',1,172,172,0,0,0,0),(17207,3451,39,0,11,'2025-05-22 20:44:32',1,90,90,0,0,0,0),(17208,3451,3362,0,11,'2025-05-22 20:44:32',1,75,75,0,0,0,0),(17209,3451,487,0,11,'2025-05-22 20:44:32',1,31.35,31.35,0,0,0,0),(17210,3451,45,0,11,'2025-05-22 20:44:32',2,100,100,0,0,0,0),(17211,3451,49,0,11,'2025-05-22 20:44:32',2,180,180,0,0,0,0),(17213,3452,490,0,25,'2025-05-27 03:33:10',15,294,294,0,0,0,0),(17214,3452,2113,0,25,'2025-05-27 03:33:10',1,172,172,0,0,0,0),(17215,3452,487,0,25,'2025-05-27 03:33:10',1,31.35,31.35,0,0,0,0),(17216,3452,2408,0,25,'2025-05-27 03:33:10',1,170,170,0,0,0,0),(17217,3452,120,0,25,'2025-05-27 03:33:10',1,63,63,0,0,0,0),(17218,3452,41,0,25,'2025-05-27 03:33:10',2,142.8,142.8,0,0,0,0),(17219,3452,42,0,25,'2025-05-27 03:33:10',1,90,90,0,0,0,0),(17220,3452,45,0,25,'2025-05-27 03:33:10',4,200,200,0,0,0,0),(17221,3452,488,0,25,'2025-05-27 03:33:10',1,31.35,31.35,0,0,0,0),(17222,3452,3362,0,25,'2025-05-27 03:33:10',1,75,75,0,0,0,0),(17224,3453,490,0,14,'2025-05-27 18:21:26',3,58.8,65.566667,0,0,6.766667,0),(17225,3453,487,0,14,'2025-05-27 18:21:26',3,94.05,100.816667,0,0,6.766667,0),(17226,3453,41,0,14,'2025-05-27 18:21:26',2,142.8,147.311111,0,0,4.511111,0),(17227,3453,3362,0,14,'2025-05-27 18:21:26',1,75,77.255556,0,0,2.255556,0),(17229,3454,41,0,107,'2025-05-28 22:17:44',4,285.6,300.16,0,0,14.56,0),(17231,3455,41,0,107,'2025-05-28 22:21:05',1,71.4,83.26,0,0,11.86,0),(17233,3456,41,0,12,'2025-05-29 04:05:26',3,214.2,214.2,0,0,0,0),(17234,3456,2400,0,12,'2025-05-29 04:05:26',1,215,215,0,0,0,0),(17235,3456,49,0,12,'2025-05-29 04:05:26',1,90,90,0,0,0,0),(17236,3456,120,0,12,'2025-05-29 04:05:26',1,63,63,0,0,0,0),(17237,3456,40,0,12,'2025-05-29 04:05:26',1,90,90,0,0,0,0),(17241,3457,45,0,63,'2025-05-30 16:34:57',4,200,220.93,0,0,20.93,0),(17243,3458,490,0,26,'2025-06-02 18:50:26',5,98,98,0,0,0,0),(17244,3458,43,0,26,'2025-06-02 18:50:26',2,180,180,0,0,0,0),(17245,3458,2113,0,26,'2025-06-02 18:50:26',2,344,344,0,0,0,0),(17246,3458,120,0,26,'2025-06-02 18:50:26',1,63,63,0,0,0,0),(17247,3458,116,0,26,'2025-06-02 18:50:26',1,165,165,0,0,0,0),(17249,3459,41,0,33,'2025-06-03 13:07:40',1,71.4,76.0025,0,0,4.6025,0),(17250,3459,3352,0,33,'2025-06-03 13:07:40',1,148,152.6025,0,0,4.6025,0),(17251,3459,490,0,33,'2025-06-03 13:07:40',2,39.2,48.405,0,0,9.205,0),(17253,3460,45,0,11,'2025-06-03 13:39:51',2,100,100,0,0,0,0),(17254,3460,3362,0,11,'2025-06-03 13:39:51',1,75,75,0,0,0,0),(17255,3460,487,0,11,'2025-06-03 13:39:51',1,31.35,31.35,0,0,0,0),(17256,3460,490,0,11,'2025-06-03 13:39:51',11,215.6,215.6,0,0,0,0),(17257,3460,3412,0,11,'2025-06-03 13:39:51',1,90,90,0,0,0,0),(17259,3461,45,0,11,'2025-06-04 13:34:20',2,100,100,0,0,0,0),(17260,3461,44,0,11,'2025-06-04 13:34:20',1,138,138,0,0,0,0),(17261,3461,2408,0,11,'2025-06-04 13:34:20',1,170,170,0,0,0,0),(17262,3461,40,0,11,'2025-06-04 13:34:20',1,90,90,0,0,0,0),(17263,3461,39,0,11,'2025-06-04 13:34:20',1,90,90,0,0,0,0),(17264,3461,490,0,11,'2025-06-04 13:34:20',10,196,196,0,0,0,0),(17266,3462,45,0,102,'2025-06-04 21:04:31',2,100,100,0,0,0,0),(17267,3462,490,0,102,'2025-06-04 21:04:31',10,196,196,0,0,0,0),(17268,3462,44,0,102,'2025-06-04 21:04:31',1,138,138,0,0,0,0),(17269,3462,2110,0,102,'2025-06-04 21:04:31',1,71.4,71.4,0,0,0,0),(17270,3462,51,0,102,'2025-06-04 21:04:31',1,170,170,0,0,0,0),(17271,3462,49,0,102,'2025-06-04 21:04:31',2,180,180,0,0,0,0),(17272,3462,43,0,102,'2025-06-04 21:04:31',1,90,90,0,0,0,0),(17273,3462,487,0,102,'2025-06-04 21:04:31',1,31.35,31.35,0,0,0,0),(17275,3463,490,0,79,'2025-06-04 22:10:54',16,313.6,313.6,0,0,0,0),(17276,3463,45,0,79,'2025-06-04 22:10:54',1,50,50,0,0,0,0),(17277,3463,2110,0,79,'2025-06-04 22:10:54',2,142.8,142.8,0,0,0,0),(17279,3464,41,0,107,'2025-06-05 13:42:09',19,1261.64,1261.64,0,0,0,0),(17281,3465,41,0,53,'2025-06-05 15:30:32',9,597.62,597.62,0,0,0,0),(17283,3466,45,0,85,'2025-06-07 15:10:32',10,465,465,0,0,0,0),(17284,3466,2110,0,85,'2025-06-07 15:10:32',15,996.03,996.03,0,0,0,0),(17285,3466,3352,0,85,'2025-06-07 15:10:32',8,1101.12,1101.12,0,0,0,0),(17286,3466,43,0,85,'2025-06-07 15:10:32',10,837,837,0,0,0,0),(17287,3466,488,0,85,'2025-06-07 15:10:32',2,62.7,62.7,0,0,0,0),(17289,3467,41,0,49,'2025-06-07 18:10:56',2,142.8,149.352,0,0,6.552,0),(17290,3467,23,0,49,'2025-06-07 18:10:56',3,205.62,215.448,0,0,9.828,0),(17292,3468,45,0,11,'2025-06-08 16:10:03',3,150,150,0,0,0,0),(17293,3468,490,0,11,'2025-06-08 16:10:03',10,196,196,0,0,0,0),(17294,3468,488,0,11,'2025-06-08 16:10:03',1,31.35,31.35,0,0,0,0),(17295,3468,41,0,11,'2025-06-08 16:10:03',1,71.4,71.4,0,0,0,0),(17296,3468,43,0,11,'2025-06-08 16:10:03',1,90,90,0,0,0,0),(17298,3469,490,0,79,'2025-06-09 15:42:09',12,235.2,235.2,0,0,0,0),(17299,3469,44,0,79,'2025-06-09 15:42:09',2,276,276,0,0,0,0),(17301,3470,41,0,55,'2025-06-09 16:23:32',6,428.4,448.52,0,0,20.12,0),(17303,3471,2110,0,79,'2025-06-09 18:44:07',4,285.6,285.6,0,0,0,0),(17304,3471,3352,0,79,'2025-06-09 18:44:07',1,148,148,0,0,0,0),(17305,3471,3354,0,79,'2025-06-09 18:44:07',1,148,148,0,0,0,0),(17307,3472,49,0,11,'2025-06-10 00:09:27',2,180,180,0,0,0,0),(17308,3472,43,0,11,'2025-06-10 00:09:27',2,180,180,0,0,0,0),(17309,3472,3362,0,11,'2025-06-10 00:09:27',2,150,150,0,0,0,0),(17310,3472,44,0,11,'2025-06-10 00:09:27',1,138,138,0,0,0,0),(17311,3472,488,0,11,'2025-06-10 00:09:27',1,31.35,31.35,0,0,0,0),(17312,3472,487,0,11,'2025-06-10 00:09:27',1,31.35,31.35,0,0,0,0),(17313,3472,490,0,11,'2025-06-10 00:09:27',6,117.6,117.6,0,0,0,0),(17315,3473,2110,0,50,'2025-06-11 16:37:04',2,142.8,142.8,0,0,0,0),(17316,3473,2113,0,50,'2025-06-11 16:37:04',2,344,344,0,0,0,0),(17317,3473,41,0,50,'2025-06-11 16:37:04',3,214.2,214.2,0,0,0,0),(17318,3473,120,0,50,'2025-06-11 16:37:04',2,126,126,0,0,0,0),(17319,3473,43,0,50,'2025-06-11 16:37:04',3,270,270,0,0,0,0),(17320,3473,45,0,50,'2025-06-11 16:37:04',2,100,100,0,0,0,0),(17321,3473,44,0,50,'2025-06-11 16:37:04',2,276,276,0,0,0,0),(17322,3473,487,0,50,'2025-06-11 16:37:04',1,31.35,31.35,0,0,0,0),(17323,3473,103,0,50,'2025-06-11 16:37:04',1,8.4,8.4,0,0,0,0),(17324,3473,133,0,50,'2025-06-11 16:37:04',10,143,143,0,0,0,0),(17335,3474,45,0,80,'2025-06-11 16:40:16',1,50,50,0,0,0,0),(17336,3474,49,0,80,'2025-06-11 16:40:16',2,180,180,0,0,0,0),(17337,3474,43,0,80,'2025-06-11 16:40:16',2,180,180,0,0,0,0),(17338,3474,490,0,80,'2025-06-11 16:40:16',20,392,392,0,0,0,0),(17339,3474,320,0,80,'2025-06-11 16:40:16',4,15,15,0,0,0,0),(17340,3474,44,0,80,'2025-06-11 16:40:16',2,276,276,0,0,0,0),(17341,3474,41,0,80,'2025-06-11 16:40:16',3,214.2,214.2,0,0,0,0),(17342,3474,488,0,80,'2025-06-11 16:40:16',8,250.8,250.8,0,0,0,0),(17344,3475,2110,0,12,'2025-06-11 16:58:15',1,71.4,71.4,0,0,0,0),(17345,3475,41,0,12,'2025-06-11 16:58:15',6,428.4,428.4,0,0,0,0),(17346,3475,120,0,12,'2025-06-11 16:58:15',1,63,63,0,0,0,0),(17347,3475,40,0,12,'2025-06-11 16:58:15',1,90,90,0,0,0,0),(17349,3486,41,0,92,'2025-06-12 14:14:46',2,142.8,142.8,0,0,0,0),(17350,3486,49,0,92,'2025-06-12 14:14:46',2,180,180,0,0,0,0),(17351,3486,44,0,92,'2025-06-12 14:14:46',2,276,276,0,0,0,0),(17353,3489,490,0,79,'2025-06-12 18:26:32',13,254.8,254.8,0,0,0,0),(17354,3489,49,0,79,'2025-06-12 18:26:32',1,90,90,0,0,0,0),(17355,3489,43,0,79,'2025-06-12 18:26:32',1,90,90,0,0,0,0),(17356,3489,2110,0,79,'2025-06-12 18:26:32',1,71.4,71.4,0,0,0,0),(17358,3490,3476,0,12,'2025-06-12 20:46:30',4,292.8,292.8,0,0,0,0),(17359,3490,490,0,12,'2025-06-12 20:46:30',10,196,196,0,0,0,0),(17360,3490,487,0,12,'2025-06-12 20:46:30',2,62.7,62.7,0,0,0,0),(17362,3491,2110,0,57,'2025-06-13 13:07:49',2,142.8,142.8,0,0,0,0),(17363,3491,45,0,57,'2025-06-13 13:07:49',1,50,50,0,0,0,0),(17364,3491,490,0,57,'2025-06-13 13:07:49',8,156.8,156.8,0,0,0,0),(17365,3491,2113,0,57,'2025-06-13 13:07:49',1,172,172,0,0,0,0),(17366,3491,41,0,57,'2025-06-13 13:07:49',2,152.4,152.4,0,0,0,0),(17367,3491,38,0,57,'2025-06-13 13:07:49',1,165.76,165.76,0,0,0,0),(17368,3491,3362,0,57,'2025-06-13 13:07:49',1,75,75,0,0,0,0),(17369,3491,3358,0,57,'2025-06-13 13:07:49',1,151.2,151.2,0,0,0,0),(17370,3491,3356,0,57,'2025-06-13 13:07:49',1,151.2,151.2,0,0,0,0),(17372,3492,2110,0,57,'2025-06-13 13:11:33',2,142.8,142.8,0,0,0,0),(17373,3492,45,0,57,'2025-06-13 13:11:33',1,50,50,0,0,0,0),(17374,3492,490,0,57,'2025-06-13 13:11:33',8,156.8,156.8,0,0,0,0),(17375,3492,2113,0,57,'2025-06-13 13:11:33',1,172,172,0,0,0,0),(17376,3492,41,0,57,'2025-06-13 13:11:33',2,152.4,152.4,0,0,0,0),(17377,3492,38,0,57,'2025-06-13 13:11:33',1,165.76,165.76,0,0,0,0),(17378,3492,3362,0,57,'2025-06-13 13:11:33',1,75,75,0,0,0,0),(17379,3492,3358,0,57,'2025-06-13 13:11:33',1,151.2,151.2,0,0,0,0),(17380,3492,3356,0,57,'2025-06-13 13:11:33',1,151.2,151.2,0,0,0,0),(17382,3493,490,0,17,'2025-06-13 14:58:21',3,58.8,70.86,0,0,12.06,0),(17384,3494,3412,0,90,'2025-06-13 17:09:13',1,90,90,0,0,0,0),(17385,3494,2113,0,90,'2025-06-13 17:09:13',1,172,172,0,0,0,0),(17386,3494,39,0,90,'2025-06-13 17:09:13',1,90,90,0,0,0,0),(17387,3494,40,0,90,'2025-06-13 17:09:13',1,90,90,0,0,0,0),(17388,3494,41,0,90,'2025-06-13 17:09:13',1,76.2,76.2,0,0,0,0),(17389,3494,2110,0,90,'2025-06-13 17:09:13',1,71.4,71.4,0,0,0,0),(17391,3495,3412,0,90,'2025-06-13 17:14:40',1,90,90,0,0,0,0),(17392,3495,43,0,90,'2025-06-13 17:14:40',1,90,90,0,0,0,0),(17393,3495,3362,0,90,'2025-06-13 17:14:40',1,75,75,0,0,0,0),(17394,3495,2113,0,90,'2025-06-13 17:14:40',1,172,172,0,0,0,0),(17395,3495,41,0,90,'2025-06-13 17:14:40',1,76.2,76.2,0,0,0,0),(17396,3495,487,0,90,'2025-06-13 17:14:40',1,31.35,31.35,0,0,0,0),(17398,3496,39,0,90,'2025-06-13 17:19:40',1,90,90,0,0,0,0),(17399,3496,40,0,90,'2025-06-13 17:19:40',1,90,90,0,0,0,0),(17400,3496,3412,0,90,'2025-06-13 17:19:40',1,90,90,0,0,0,0),(17401,3496,3362,0,90,'2025-06-13 17:19:40',1,75,75,0,0,0,0),(17402,3496,2110,0,90,'2025-06-13 17:19:40',2,142.8,142.8,0,0,0,0),(17403,3496,488,0,90,'2025-06-13 17:19:40',1,31.35,31.35,0,0,0,0),(17404,3496,487,0,90,'2025-06-13 17:19:40',1,31.35,31.35,0,0,0,0),(17406,3497,43,0,90,'2025-06-13 18:00:23',2,180,180,0,0,0,0),(17407,3497,3360,0,90,'2025-06-13 18:00:23',1,148,148,0,0,0,0),(17408,3497,45,0,90,'2025-06-13 18:00:23',2,100,100,0,0,0,0),(17409,3497,41,0,90,'2025-06-13 18:00:23',2,152.4,152.4,0,0,0,0),(17410,3497,487,0,90,'2025-06-13 18:00:23',1,31.35,31.35,0,0,0,0),(17412,3498,2110,0,11,'2025-06-13 23:06:19',1,71.4,71.4,0,0,0,0),(17413,3498,2113,0,11,'2025-06-13 23:06:19',1,172,172,0,0,0,0),(17414,3498,41,0,11,'2025-06-13 23:06:19',3,228.6,228.6,0,0,0,0),(17415,3498,490,0,11,'2025-06-13 23:06:19',10,196,196,0,0,0,0),(17416,3498,45,0,11,'2025-06-13 23:06:19',3,150,150,0,0,0,0),(17418,3501,116,0,6,'2025-06-16 16:59:53',2,330,330,0,0,0,0),(17419,3501,41,0,6,'2025-06-16 16:59:53',2,146.4,146.4,0,0,0,0),(17420,3501,120,0,6,'2025-06-16 16:59:53',1,63,63,0,0,0,0),(17421,3501,49,0,6,'2025-06-16 16:59:53',1,90,90,0,0,0,0),(17422,3501,93,0,6,'2025-06-16 16:59:53',6,0,0,0,0,0,0),(17423,3501,51,0,6,'2025-06-16 16:59:53',1,170,170,0,0,0,0),(17424,3501,44,0,6,'2025-06-16 16:59:53',1,138,138,0,0,0,0),(17426,3502,41,0,11,'2025-06-16 20:23:49',4,292.8,292.8,0,0,0,0),(17427,3502,45,0,11,'2025-06-16 20:23:49',7,350,350,0,0,0,0),(17429,3503,3476,0,106,'2025-06-16 20:28:25',3,228.6,228.6,0,0,0,0),(17430,3503,490,0,106,'2025-06-16 20:28:25',6,117.6,117.6,0,0,0,0),(17431,3503,148,0,106,'2025-06-16 20:28:25',24,198,198,0,0,0,0),(17432,3503,41,0,106,'2025-06-16 20:28:25',2,146.4,146.4,0,0,0,0),(17436,3504,45,0,63,'2025-06-17 15:48:15',11,511.5,511.5,0,0,0,0),(17438,3505,45,0,63,'2025-06-17 15:50:55',11,511.5,511.5,0,0,0,0),(17440,3506,45,0,63,'2025-06-17 15:59:20',11,511.5,511.5,0,0,0,0),(17442,3515,41,0,11,'2025-06-18 17:10:56',2,146.4,146.4,0,0,0,0),(17443,3515,44,0,11,'2025-06-18 17:10:56',1,138,138,0,0,0,0),(17444,3515,43,0,11,'2025-06-18 17:10:56',3,270,270,0,0,0,0),(17445,3515,120,0,11,'2025-06-18 17:10:56',2,126,126,0,0,0,0),(17446,3515,116,0,11,'2025-06-18 17:10:56',1,165,165,0,0,0,0),(17448,3517,41,0,42,'2025-06-19 01:47:50',1,73.2,73.2,0,0,0,0),(17449,3517,45,0,42,'2025-06-19 01:47:50',1,50,50,0,0,0,0),(17450,3517,49,0,42,'2025-06-19 01:47:50',8,669.6,669.6,0,0,0,0),(17451,3517,44,0,42,'2025-06-19 01:47:50',1,138,138,0,0,0,0),(17453,3518,43,0,100,'2025-06-19 04:01:34',1,90,90,0,0,0,0),(17454,3518,49,0,100,'2025-06-19 04:01:34',1,90,90,0,0,0,0),(17455,3518,490,0,100,'2025-06-19 04:01:34',6,117.6,117.6,0,0,0,0),(17456,3518,40,0,100,'2025-06-19 04:01:34',1,90,90,0,0,0,0),(17457,3518,39,0,100,'2025-06-19 04:01:34',1,90,90,0,0,0,0),(17458,3518,3362,0,100,'2025-06-19 04:01:34',1,75,75,0,0,0,0),(17459,3518,487,0,100,'2025-06-19 04:01:34',1,31.35,31.35,0,0,0,0),(17460,3518,2110,0,100,'2025-06-19 04:01:34',1,71.4,71.4,0,0,0,0),(17461,3518,3476,0,100,'2025-06-19 04:01:34',1,76.2,76.2,0,0,0,0),(17462,3518,3360,0,100,'2025-06-19 04:01:34',1,148,148,0,0,0,0),(17463,3518,3352,0,100,'2025-06-19 04:01:34',1,148,148,0,0,0,0),(17464,3518,3356,0,100,'2025-06-19 04:01:34',1,151.2,151.2,0,0,0,0),(17465,3518,3358,0,100,'2025-06-19 04:01:34',1,151.2,151.2,0,0,0,0),(17466,3518,3354,0,100,'2025-06-19 04:01:34',1,148,148,0,0,0,0),(17468,3519,2113,0,62,'2025-06-20 18:55:50',1,172,172,0,0,0,0),(17469,3519,3476,0,62,'2025-06-20 18:55:50',2,152.4,152.4,0,0,0,0),(17470,3519,41,0,62,'2025-06-20 18:55:50',3,219.6,219.6,0,0,0,0),(17471,3519,3354,0,62,'2025-06-20 18:55:50',2,296,296,0,0,0,0),(17472,3519,49,0,62,'2025-06-20 18:55:50',2,180,180,0,0,0,0),(17473,3519,3352,0,62,'2025-06-20 18:55:50',1,148,148,0,0,0,0),(17474,3519,3412,0,62,'2025-06-20 18:55:50',1,90,90,0,0,0,0),(17475,3519,2110,0,62,'2025-06-20 18:55:50',3,214.2,214.2,0,0,0,0),(17476,3519,3507,0,62,'2025-06-20 18:55:50',1,175,175,0,0,0,0),(17477,3519,3485,0,62,'2025-06-20 18:55:50',1,148.8,148.8,0,0,0,0),(17478,3519,39,0,62,'2025-06-20 18:55:50',1,90,90,0,0,0,0),(17479,3519,40,0,62,'2025-06-20 18:55:50',1,90,90,0,0,0,0),(17481,3521,2110,0,64,'2025-06-23 21:04:31',8,531.22,531.22,0,0,0,0),(17482,3521,490,0,64,'2025-06-23 21:04:31',20,392,392,0,0,0,0),(17483,3521,488,0,64,'2025-06-23 21:04:31',4,125.4,125.4,0,0,0,0),(17494,3534,2110,0,12,'2025-06-26 16:57:49',1,71.4,71.4,0,0,0,0),(17495,3534,2408,0,12,'2025-06-26 16:57:49',1,170,170,0,0,0,0),(17496,3534,2113,0,12,'2025-06-26 16:57:49',2,344,344,0,0,0,0),(17504,3538,2408,0,53,'2025-06-27 22:21:49',3,510,510,0,0,0,0),(17505,3538,41,0,53,'2025-06-27 22:21:49',4,292.8,292.8,0,0,0,0),(17506,3538,133,0,53,'2025-06-27 22:21:49',8,114.4,114.4,0,0,0,0),(17508,3539,133,0,101,'2025-06-27 22:28:29',10,143,143,0,0,0,0),(17509,3539,120,0,101,'2025-06-27 22:28:29',2,126,126,0,0,0,0),(17510,3539,2110,0,101,'2025-06-27 22:28:29',7,499.8,499.8,0,0,0,0),(17511,3539,2113,0,101,'2025-06-27 22:28:29',1,172,172,0,0,0,0),(17513,3541,2110,0,79,'2025-06-28 14:08:37',8,531.22,531.22,0,0,0,0),(17514,3541,3354,0,79,'2025-06-28 14:08:37',2,296,296,0,0,0,0),(17515,3541,43,0,79,'2025-06-28 14:08:37',3,270,270,0,0,0,0),(17516,3541,3352,0,79,'2025-06-28 14:08:37',2,296,296,0,0,0,0),(17517,3541,39,0,79,'2025-06-28 14:08:37',2,180,180,0,0,0,0),(17518,3541,144,0,79,'2025-06-28 14:08:37',10,13.8,13.8,0,0,0,0),(17519,3541,135,0,79,'2025-06-28 14:08:37',3,7.44,7.44,0,0,0,0),(17520,3541,49,0,79,'2025-06-28 14:08:37',1,90,90,0,0,0,0),(17542,3545,116,0,70,'2025-06-30 13:19:39',1,165,165,0,0,0,0),(17543,3545,3476,0,70,'2025-06-30 13:19:39',1,76.2,76.2,0,0,0,0),(17544,3545,487,0,70,'2025-06-30 13:19:39',1,31.35,31.35,0,0,0,0),(17545,3545,49,0,70,'2025-06-30 13:19:39',4,360,360,0,0,0,0),(17547,3546,490,0,14,'2025-06-30 16:57:18',9,176.4,176.4,0,0,0,0),(17548,3546,43,0,14,'2025-06-30 16:57:18',3,270,270,0,0,0,0),(17549,3546,42,0,14,'2025-06-30 16:57:18',1,90,90,0,0,0,0),(17551,3547,490,0,69,'2025-06-30 17:45:18',40,784,784,0,0,0,0),(17552,3547,3525,0,69,'2025-06-30 17:45:18',2,180,180,0,0,0,0),(17553,3547,41,0,69,'2025-06-30 17:45:18',50,3403.8,3403.8,0,0,0,0),(17554,3547,487,0,69,'2025-06-30 17:45:18',3,94.05,94.05,0,0,0,0),(17556,3548,2113,0,64,'2025-06-30 19:54:56',1,172,172,0,0,0,0),(17557,3548,41,0,64,'2025-06-30 19:54:56',2,146.4,146.4,0,0,0,0),(17558,3548,45,0,64,'2025-06-30 19:54:56',1,50,50,0,0,0,0),(17559,3548,3352,0,64,'2025-06-30 19:54:56',1,148,148,0,0,0,0),(17560,3548,3354,0,64,'2025-06-30 19:54:56',1,148,148,0,0,0,0),(17561,3548,3362,0,64,'2025-06-30 19:54:56',1,75,75,0,0,0,0),(17562,3548,3360,0,64,'2025-06-30 19:54:56',2,296,296,0,0,0,0),(17563,3548,3476,0,64,'2025-06-30 19:54:56',1,76.2,76.2,0,0,0,0),(17565,3549,490,0,25,'2025-07-02 02:44:40',12,235.2,235.2,0,0,0,0),(17566,3549,2113,0,25,'2025-07-02 02:44:40',1,172,172,0,0,0,0),(17567,3549,487,0,25,'2025-07-02 02:44:40',2,62.7,62.7,0,0,0,0),(17568,3549,41,0,25,'2025-07-02 02:44:40',2,146.4,146.4,0,0,0,0),(17569,3549,42,0,25,'2025-07-02 02:44:40',1,90,90,0,0,0,0),(17570,3549,45,0,25,'2025-07-02 02:44:40',4,200,200,0,0,0,0),(17571,3549,488,0,25,'2025-07-02 02:44:40',3,94.05,94.05,0,0,0,0),(17572,3549,2110,0,25,'2025-07-02 02:44:40',3,214.2,214.2,0,0,0,0),(17573,3549,39,0,25,'2025-07-02 02:44:40',1,90,90,0,0,0,0),(17574,3549,3525,0,25,'2025-07-02 02:44:40',1,90,90,0,0,0,0),(17576,3550,2110,0,11,'2025-07-02 18:40:32',2,142.8,142.8,0,0,0,0),(17577,3550,2113,0,11,'2025-07-02 18:40:32',2,344,344,0,0,0,0),(17578,3550,3412,0,11,'2025-07-02 18:40:32',1,90,90,0,0,0,0),(17579,3550,3362,0,11,'2025-07-02 18:40:32',1,75,75,0,0,0,0),(17580,3550,490,0,11,'2025-07-02 18:40:32',10,196,196,0,0,0,0),(17581,3550,488,0,11,'2025-07-02 18:40:32',1,31.35,31.35,0,0,0,0),(17582,3550,487,0,11,'2025-07-02 18:40:32',1,31.35,31.35,0,0,0,0),(17584,3551,490,0,11,'2025-07-02 22:10:31',10,196,196,0,0,0,0),(17585,3551,487,0,11,'2025-07-02 22:10:31',1,31.35,31.35,0,0,0,0),(17586,3551,2110,0,11,'2025-07-02 22:10:31',1,71.4,71.4,0,0,0,0),(17587,3551,3412,0,11,'2025-07-02 22:10:31',1,90,90,0,0,0,0),(17588,3551,45,0,11,'2025-07-02 22:10:31',2,100,100,0,0,0,0),(17589,3551,118,0,11,'2025-07-02 22:10:31',1,215,215,0,0,0,0),(17590,3551,51,0,11,'2025-07-02 22:10:31',1,170,170,0,0,0,0),(17592,3552,133,0,101,'2025-07-03 17:29:06',10,143,143,0,0,0,0),(17593,3552,2113,0,101,'2025-07-03 17:29:06',1,172,172,0,0,0,0),(17594,3552,490,0,101,'2025-07-03 17:29:06',10,196,196,0,0,0,0),(17595,3552,44,0,101,'2025-07-03 17:29:06',1,138,138,0,0,0,0),(17596,3552,2408,0,101,'2025-07-03 17:29:06',1,170,170,0,0,0,0),(17597,3552,45,0,101,'2025-07-03 17:29:06',1,50,50,0,0,0,0),(17599,3553,41,0,55,'2025-07-04 15:35:02',2,146.4,154.756,0,0,8.356,0),(17600,3553,3476,0,55,'2025-07-04 15:35:02',1,76.2,80.378,0,0,4.178,0),(17601,3553,3525,0,55,'2025-07-04 15:35:02',2,180,188.356,0,0,8.356,0),(17608,3556,490,0,11,'2025-07-07 21:03:04',10,196,196,0,0,0,0),(17609,3556,487,0,11,'2025-07-07 21:03:04',2,62.7,62.7,0,0,0,0),(17610,3556,2408,0,11,'2025-07-07 21:03:04',1,170,170,0,0,0,0),(17611,3556,2400,0,11,'2025-07-07 21:03:04',1,215,215,0,0,0,0),(17613,3557,23,0,13,'2025-07-07 21:42:10',4,274.16,274.16,0,0,0,0),(17614,3557,38,0,13,'2025-07-07 21:42:10',3,497.28,497.28,0,0,0,0),(17615,3557,41,0,13,'2025-07-07 21:42:10',6,439.2,439.2,0,0,0,0),(17616,3557,3525,0,13,'2025-07-07 21:42:10',2,180,180,0,0,0,0),(17618,3558,2110,0,11,'2025-07-07 22:43:40',2,142.8,142.8,0,0,0,0),(17619,3558,2113,0,11,'2025-07-07 22:43:40',1,172,172,0,0,0,0),(17620,3558,3476,0,11,'2025-07-07 22:43:40',1,76.2,76.2,0,0,0,0),(17621,3558,3412,0,11,'2025-07-07 22:43:40',1,90,90,0,0,0,0),(17622,3558,45,0,11,'2025-07-07 22:43:40',2,100,100,0,0,0,0),(17623,3558,490,0,11,'2025-07-07 22:43:40',10,196,196,0,0,0,0),(17624,3558,487,0,11,'2025-07-07 22:43:40',1,31.35,31.35,0,0,0,0),(17626,3559,3412,0,12,'2025-07-08 16:27:28',1,90,90,0,0,0,0),(17627,3559,2110,0,12,'2025-07-08 16:27:28',1,71.4,71.4,0,0,0,0),(17628,3559,45,0,12,'2025-07-08 16:27:28',2,100,100,0,0,0,0),(17629,3559,2408,0,12,'2025-07-08 16:27:28',1,170,170,0,0,0,0),(17630,3559,120,0,12,'2025-07-08 16:27:28',1,63,63,0,0,0,0),(17631,3559,3525,0,12,'2025-07-08 16:27:28',3,270,270,0,0,0,0),(17632,3559,490,0,12,'2025-07-08 16:27:28',10,196,196,0,0,0,0),(17633,3559,487,0,12,'2025-07-08 16:27:28',2,62.7,62.7,0,0,0,0),(17634,3559,101,0,12,'2025-07-08 16:27:28',1,8.4,8.4,0,0,0,0),(17636,3560,490,0,102,'2025-07-09 17:26:59',12,235.2,287.965714,0,0,52.765714,0),(17637,3560,43,0,102,'2025-07-09 17:26:59',1,90,94.397143,0,0,4.397143,0),(17638,3560,488,0,102,'2025-07-09 17:26:59',1,31.35,35.747143,0,0,4.397143,0),(17640,3561,490,0,63,'2025-07-09 18:23:53',25,490,490,0,0,0,0),(17641,3561,2110,0,63,'2025-07-09 18:23:53',6,428.4,428.4,0,0,0,0),(17642,3561,49,0,63,'2025-07-09 18:23:53',5,450,450,0,0,0,0),(17644,3584,23,0,57,'2025-07-10 14:25:54',2,137.08,137.08,0,0,0,0),(17645,3584,38,0,57,'2025-07-10 14:25:54',1,165.76,165.76,0,0,0,0),(17646,3584,2110,0,57,'2025-07-10 14:25:54',2,142.8,142.8,0,0,0,0),(17647,3584,2113,0,57,'2025-07-10 14:25:54',1,172,172,0,0,0,0),(17648,3584,41,0,57,'2025-07-10 14:25:54',1,73.2,73.2,0,0,0,0),(17649,3584,45,0,57,'2025-07-10 14:25:54',2,100,100,0,0,0,0),(17650,3584,490,0,57,'2025-07-10 14:25:54',10,196,196,0,0,0,0),(17652,3608,45,0,11,'2025-07-10 20:46:03',2,100,100,0,0,0,0),(17653,3608,51,0,11,'2025-07-10 20:46:03',1,170,170,0,0,0,0),(17654,3608,3412,0,11,'2025-07-10 20:46:03',1,90,90,0,0,0,0),(17655,3608,49,0,11,'2025-07-10 20:46:03',1,90,90,0,0,0,0),(17656,3608,43,0,11,'2025-07-10 20:46:03',2,180,180,0,0,0,0),(17657,3608,488,0,11,'2025-07-10 20:46:03',1,31.35,31.35,0,0,0,0),(17658,3608,487,0,11,'2025-07-10 20:46:03',1,31.35,31.35,0,0,0,0),(17660,3609,41,0,102,'2025-07-11 14:43:45',1,73.2,83.3025,0,0,10.1025,0),(17661,3609,2408,0,102,'2025-07-11 14:43:45',1,170,180.1025,0,0,10.1025,0),(17662,3609,43,0,102,'2025-07-11 14:43:45',1,90,100.1025,0,0,10.1025,0),(17663,3609,3525,0,102,'2025-07-11 14:43:45',1,90,100.1025,0,0,10.1025,0),(17665,3610,2110,0,79,'2025-07-11 23:09:59',2,142.8,142.8,0,0,0,0),(17666,3610,490,0,79,'2025-07-11 23:09:59',12,235.2,235.2,0,0,0,0),(17667,3610,44,0,79,'2025-07-11 23:09:59',1,138,138,0,0,0,0),(17669,3611,45,0,53,'2025-07-11 23:33:55',4,200,200,0,0,0,0),(17670,3611,133,0,53,'2025-07-11 23:33:55',10,143,143,0,0,0,0),(17671,3611,2408,0,53,'2025-07-11 23:33:55',1,170,170,0,0,0,0),(17705,3614,45,0,90,'2025-07-14 16:36:43',3,150,150,0,0,0,0),(17706,3614,41,0,90,'2025-07-14 16:36:43',2,146.4,146.4,0,0,0,0),(17707,3614,3412,0,90,'2025-07-14 16:36:43',1,90,90,0,0,0,0),(17708,3614,3362,0,90,'2025-07-14 16:36:43',1,75,75,0,0,0,0),(17709,3614,2110,0,90,'2025-07-14 16:36:43',1,71.4,71.4,0,0,0,0),(17710,3614,2113,0,90,'2025-07-14 16:36:43',1,172,172,0,0,0,0),(17714,3615,490,0,33,'2025-07-14 19:05:00',2,39.2,66.39,0,0,27.19,0),(17716,3616,2110,0,106,'2025-07-14 20:16:18',8,531.22,531.22,0,0,0,0),(17717,3616,2113,0,106,'2025-07-14 20:16:18',8,1279.68,1279.68,0,0,0,0),(17718,3616,41,0,106,'2025-07-14 20:16:18',2,146.4,146.4,0,0,0,0),(17719,3616,45,0,106,'2025-07-14 20:16:18',2,100,100,0,0,0,0),(17720,3616,490,0,106,'2025-07-14 20:16:18',8,156.8,156.8,0,0,0,0),(17721,3616,488,0,106,'2025-07-14 20:16:18',3,94.05,94.05,0,0,0,0),(17723,3617,41,0,92,'2025-07-14 23:25:34',2,146.4,146.4,0,0,0,0),(17724,3617,49,0,92,'2025-07-14 23:25:34',1,90,90,0,0,0,0),(17725,3617,44,0,92,'2025-07-14 23:25:34',2,276,276,0,0,0,0),(17727,3618,2113,0,64,'2025-07-15 02:13:24',1,172,172,0,0,0,0),(17728,3618,41,0,64,'2025-07-15 02:13:24',3,219.6,219.6,0,0,0,0),(17729,3618,45,0,64,'2025-07-15 02:13:24',1,50,50,0,0,0,0),(17730,3618,3354,0,64,'2025-07-15 02:13:24',1,148,148,0,0,0,0),(17731,3618,3362,0,64,'2025-07-15 02:13:24',1,75,75,0,0,0,0),(17732,3618,49,0,64,'2025-07-15 02:13:24',2,180,180,0,0,0,0),(17733,3618,3525,0,64,'2025-07-15 02:13:24',1,90,90,0,0,0,0),(17734,3618,3499,0,64,'2025-07-15 02:13:24',1,142.8,142.8,0,0,0,0),(17736,3620,3362,0,49,'2025-07-15 22:20:08',1,75,76.140769,0,0,1.140769,0),(17737,3620,488,0,49,'2025-07-15 22:20:08',1,31.35,32.490769,0,0,1.140769,0),(17738,3620,41,0,49,'2025-07-15 22:20:08',1,73.2,74.340769,0,0,1.140769,0),(17739,3620,137,0,49,'2025-07-15 22:20:08',5,30.25,35.953846,0,0,5.703846,0),(17740,3620,138,0,49,'2025-07-15 22:20:08',5,24.75,30.453846,0,0,5.703846,0),(17769,3621,2110,0,95,'2025-07-15 22:44:37',5,357,357,0,0,0,0),(17770,3621,2113,0,95,'2025-07-15 22:44:37',3,516,516,0,0,0,0),(17771,3621,3412,0,95,'2025-07-15 22:44:37',3,270,270,0,0,0,0),(17772,3621,43,0,95,'2025-07-15 22:44:37',3,270,270,0,0,0,0),(17773,3621,45,0,95,'2025-07-15 22:44:37',3,150,150,0,0,0,0),(17774,3621,41,0,95,'2025-07-15 22:44:37',4,292.8,292.8,0,0,0,0),(17775,3621,2408,0,95,'2025-07-15 22:44:37',5,850,850,0,0,0,0),(17776,3621,490,0,95,'2025-07-15 22:44:37',50,980,980,0,0,0,0),(17778,3622,45,0,11,'2025-07-15 23:02:44',4,200,200,0,0,0,0),(17779,3622,490,0,11,'2025-07-15 23:02:44',16,313.6,313.6,0,0,0,0),(17781,3623,2110,0,108,'2025-07-17 22:31:06',2,142.8,142.8,0,0,0,0),(17782,3623,2113,0,108,'2025-07-17 22:31:06',2,344,344,0,0,0,0),(17783,3623,3412,0,108,'2025-07-17 22:31:06',1,90,90,0,0,0,0),(17784,3623,116,0,108,'2025-07-17 22:31:06',1,165,165,0,0,0,0),(17785,3623,3476,0,108,'2025-07-17 22:31:06',1,76.2,76.2,0,0,0,0),(17786,3623,41,0,108,'2025-07-17 22:31:06',2,146.4,146.4,0,0,0,0),(17787,3623,45,0,108,'2025-07-17 22:31:06',2,100,100,0,0,0,0),(17788,3623,2400,0,108,'2025-07-17 22:31:06',1,215,215,0,0,0,0),(17789,3623,2408,0,108,'2025-07-17 22:31:06',1,170,170,0,0,0,0),(17790,3623,44,0,108,'2025-07-17 22:31:06',1,138,138,0,0,0,0),(17791,3623,49,0,108,'2025-07-17 22:31:06',2,180,180,0,0,0,0),(17792,3623,43,0,108,'2025-07-17 22:31:06',2,180,180,0,0,0,0),(17793,3623,120,0,108,'2025-07-17 22:31:06',1,63,63,0,0,0,0),(17794,3623,39,0,108,'2025-07-17 22:31:06',1,90,90,0,0,0,0),(17795,3623,40,0,108,'2025-07-17 22:31:06',1,90,90,0,0,0,0),(17796,3623,3499,0,108,'2025-07-17 22:31:06',1,142.8,142.8,0,0,0,0),(17797,3623,490,0,108,'2025-07-17 22:31:06',10,196,196,0,0,0,0),(17798,3623,488,0,108,'2025-07-17 22:31:06',1,31.35,31.35,0,0,0,0),(17799,3623,487,0,108,'2025-07-17 22:31:06',1,31.35,31.35,0,0,0,0),(17801,3624,2113,0,95,'2025-07-18 00:00:50',2,344,344,0,0,0,0),(17802,3624,45,0,95,'2025-07-18 00:00:50',8,372,372,0,0,0,0),(17803,3624,41,0,95,'2025-07-18 00:00:50',5,366,366,0,0,0,0),(17804,3624,2408,0,95,'2025-07-18 00:00:50',4,680,680,0,0,0,0),(17805,3624,120,0,95,'2025-07-18 00:00:50',3,189,189,0,0,0,0),(17806,3624,3476,0,95,'2025-07-18 00:00:50',3,228.6,228.6,0,0,0,0),(17807,3624,490,0,95,'2025-07-18 00:00:50',20,392,392,0,0,0,0),(17809,3625,2408,0,53,'2025-07-18 13:23:48',6,1020,1020,0,0,0,0),(17810,3625,3352,0,53,'2025-07-18 13:23:48',2,296,296,0,0,0,0),(17812,3626,490,0,79,'2025-07-18 16:52:06',10,196,196,0,0,0,0),(17813,3626,116,0,79,'2025-07-18 16:52:06',1,165,165,0,0,0,0),(17814,3626,120,0,79,'2025-07-18 16:52:06',1,63,63,0,0,0,0),(17815,3626,49,0,79,'2025-07-18 16:52:06',1,90,90,0,0,0,0),(17817,3627,44,0,79,'2025-07-18 16:56:11',1,138,138,0,0,0,0),(17818,3627,490,0,79,'2025-07-18 16:56:11',15,294,294,0,0,0,0),(17819,3627,2110,0,79,'2025-07-18 16:56:11',1,71.4,71.4,0,0,0,0),(17821,3628,41,0,107,'2025-07-21 20:13:57',7,512.4,512.4,0,0,0,0),(17823,3629,41,0,80,'2025-07-21 22:13:47',15,1021.14,1021.14,0,0,0,0),(17824,3629,488,0,80,'2025-07-21 22:13:47',12,376.2,376.2,0,0,0,0),(17825,3629,3525,0,80,'2025-07-21 22:13:47',3,270,270,0,0,0,0),(17827,3630,487,0,81,'2025-07-22 01:51:03',3,94.05,109.752,0,0,15.702,0),(17828,3630,3412,0,81,'2025-07-22 01:51:03',2,180,190.468,0,0,10.468,0),(17830,3631,41,0,107,'2025-07-22 14:49:43',-7,-512.4,-512.4,0,0,0,0),(17831,3632,487,0,70,'2025-07-22 14:58:24',4,125.4,149.733793,0,0,24.333793,0),(17832,3632,49,0,70,'2025-07-22 14:58:24',10,837,897.834483,0,0,60.834483,0),(17833,3632,3507,0,70,'2025-07-22 14:58:24',3,525,543.250345,0,0,18.250345,0),(17834,3632,144,0,70,'2025-07-22 14:58:24',50,69,373.172414,0,0,304.172414,0),(17835,3632,3476,0,70,'2025-07-22 14:58:24',2,152.4,164.566897,0,0,12.166897,0),(17836,3632,41,0,70,'2025-07-22 14:58:24',5,366,396.417241,0,0,30.417241,0),(17837,3632,488,0,70,'2025-07-22 14:58:24',1,31.35,37.433448,0,0,6.083448,0),(17838,3632,131,0,70,'2025-07-22 14:58:24',10,126.5,187.334483,0,0,60.834483,0),(17839,3632,116,0,70,'2025-07-22 14:58:24',2,330,342.166897,0,0,12.166897,0),(17841,3634,23,0,78,'2025-07-23 16:16:52',1,68.54,68.54,0,0,0,0),(17842,3634,38,0,78,'2025-07-23 16:16:52',1,165.76,165.76,0,0,0,0),(17843,3634,3412,0,78,'2025-07-23 16:16:52',1,90,90,0,0,0,0),(17844,3634,3476,0,78,'2025-07-23 16:16:52',1,76.2,76.2,0,0,0,0),(17845,3634,3362,0,78,'2025-07-23 16:16:52',1,75,75,0,0,0,0),(17846,3634,39,0,78,'2025-07-23 16:16:52',1,90,90,0,0,0,0),(17847,3634,40,0,78,'2025-07-23 16:16:52',1,90,90,0,0,0,0),(17848,3634,3499,0,78,'2025-07-23 16:16:52',1,142.8,142.8,0,0,0,0),(17849,3634,51,0,78,'2025-07-23 16:16:52',1,170,170,0,0,0,0),(17850,3634,44,0,78,'2025-07-23 16:16:52',1,138,138,0,0,0,0),(17851,3634,118,0,78,'2025-07-23 16:16:52',1,215,215,0,0,0,0),(17852,3634,120,0,78,'2025-07-23 16:16:52',1,63,63,0,0,0,0),(17853,3634,45,0,78,'2025-07-23 16:16:52',1,50,50,0,0,0,0),(17855,3635,23,0,78,'2025-07-23 16:24:05',1,68.54,68.54,0,0,0,0),(17856,3635,3476,0,78,'2025-07-23 16:24:05',1,76.2,76.2,0,0,0,0),(17857,3635,3412,0,78,'2025-07-23 16:24:05',1,90,90,0,0,0,0),(17858,3635,45,0,78,'2025-07-23 16:24:05',1,50,50,0,0,0,0),(17859,3635,3362,0,78,'2025-07-23 16:24:05',1,75,75,0,0,0,0),(17860,3635,39,0,78,'2025-07-23 16:24:05',1,90,90,0,0,0,0),(17861,3635,3352,0,78,'2025-07-23 16:24:05',1,148,148,0,0,0,0),(17863,3636,23,0,78,'2025-07-23 16:32:12',2,137.08,137.08,0,0,0,0),(17864,3636,3412,0,78,'2025-07-23 16:32:12',1,90,90,0,0,0,0),(17865,3636,41,0,78,'2025-07-23 16:32:12',1,73.2,73.2,0,0,0,0),(17866,3636,45,0,78,'2025-07-23 16:32:12',1,50,50,0,0,0,0),(17867,3636,3362,0,78,'2025-07-23 16:32:12',1,75,75,0,0,0,0),(17868,3636,39,0,78,'2025-07-23 16:32:12',1,90,90,0,0,0,0),(17870,3637,490,0,11,'2025-07-23 18:33:41',10,196,196,0,0,0,0),(17871,3637,2110,0,11,'2025-07-23 18:33:41',2,142.8,142.8,0,0,0,0),(17872,3637,2113,0,11,'2025-07-23 18:33:41',1,172,172,0,0,0,0),(17873,3637,41,0,11,'2025-07-23 18:33:41',1,73.2,73.2,0,0,0,0),(17874,3637,3499,0,11,'2025-07-23 18:33:41',1,142.8,142.8,0,0,0,0),(17875,3637,3362,0,11,'2025-07-23 18:33:41',1,75,75,0,0,0,0),(17876,3637,49,0,11,'2025-07-23 18:33:41',1,90,90,0,0,0,0),(17877,3637,487,0,11,'2025-07-23 18:33:41',1,31.35,31.35,0,0,0,0),(17879,3638,3412,0,95,'2025-07-23 21:28:51',2,180,180,0,0,0,0),(17880,3638,41,0,95,'2025-07-23 21:28:51',4,292.8,292.8,0,0,0,0),(17881,3638,2408,0,95,'2025-07-23 21:28:51',4,680,680,0,0,0,0),(17882,3638,3362,0,95,'2025-07-23 21:28:51',8,558,558,0,0,0,0),(17883,3638,43,0,95,'2025-07-23 21:28:51',4,360,360,0,0,0,0),(17884,3638,120,0,95,'2025-07-23 21:28:51',4,252,252,0,0,0,0),(17885,3638,490,0,95,'2025-07-23 21:28:51',20,392,392,0,0,0,0),(17886,3638,487,0,95,'2025-07-23 21:28:51',6,188.1,188.1,0,0,0,0),(17888,3639,41,0,6,'2025-07-24 18:34:03',3,219.6,219.6,0,0,0,0),(17889,3639,44,0,6,'2025-07-24 18:34:03',1,138,138,0,0,0,0),(17890,3639,49,0,6,'2025-07-24 18:34:03',2,180,180,0,0,0,0),(17891,3639,43,0,6,'2025-07-24 18:34:03',2,180,180,0,0,0,0),(17892,3639,93,0,6,'2025-07-24 18:34:03',7,0,0,0,0,0,0),(17893,3639,3499,0,6,'2025-07-24 18:34:03',1,142.8,142.8,0,0,0,0),(17894,3639,97,0,6,'2025-07-24 18:34:03',1,0,0,0,0,0,0),(17895,3639,120,0,6,'2025-07-24 18:34:03',2,126,126,0,0,0,0),(17897,3640,2110,0,50,'2025-07-26 20:03:50',4,285.6,285.6,0,0,0,0),(17898,3640,2113,0,50,'2025-07-26 20:03:50',2,344,344,0,0,0,0),(17899,3640,3412,0,50,'2025-07-26 20:03:50',2,180,180,0,0,0,0),(17900,3640,41,0,50,'2025-07-26 20:03:50',4,292.8,292.8,0,0,0,0),(17901,3640,44,0,50,'2025-07-26 20:03:50',2,276,276,0,0,0,0),(17902,3640,120,0,50,'2025-07-26 20:03:50',3,189,189,0,0,0,0),(17903,3640,43,0,50,'2025-07-26 20:03:50',4,360,360,0,0,0,0),(17904,3640,3352,0,50,'2025-07-26 20:03:50',1,148,148,0,0,0,0),(17905,3640,3358,0,50,'2025-07-26 20:03:50',1,151.2,151.2,0,0,0,0),(17906,3640,3356,0,50,'2025-07-26 20:03:50',1,151.2,151.2,0,0,0,0),(17907,3640,133,0,50,'2025-07-26 20:03:50',12,171.6,171.6,0,0,0,0),(17908,3640,487,0,50,'2025-07-26 20:03:50',1,31.35,31.35,0,0,0,0),(17910,3641,44,0,79,'2025-07-27 21:01:59',1,138,138,0,0,0,0),(17911,3641,2110,0,79,'2025-07-27 21:01:59',4,285.6,285.6,0,0,0,0),(17912,3641,43,0,79,'2025-07-27 21:01:59',1,90,90,0,0,0,0),(17914,3642,45,0,11,'2025-07-28 13:22:41',4,200,200,0,0,0,0),(17915,3642,116,0,11,'2025-07-28 13:22:41',2,330,330,0,0,0,0),(17917,3643,490,0,49,'2025-07-29 01:37:14',2,39.2,42.655556,0,0,3.455556,0),(17918,3643,488,0,49,'2025-07-29 01:37:14',3,94.05,99.233333,0,0,5.183333,0),(17919,3643,135,0,49,'2025-07-29 01:37:14',5,12.4,21.038889,0,0,8.638889,0),(17920,3643,41,0,49,'2025-07-29 01:37:14',1,73.2,74.927778,0,0,1.727778,0),(17921,3643,3360,0,49,'2025-07-29 01:37:14',1,148,149.727778,0,0,1.727778,0),(17922,3643,137,0,49,'2025-07-29 01:37:14',6,36.3,46.666667,0,0,10.366667,0),(17924,3644,2113,0,11,'2025-07-30 16:49:57',2,344,344,0,0,0,0),(17925,3644,49,0,11,'2025-07-30 16:49:57',2,180,180,0,0,0,0),(17926,3644,43,0,11,'2025-07-30 16:49:57',2,180,180,0,0,0,0),(17927,3644,488,0,11,'2025-07-30 16:49:57',1,31.35,31.35,0,0,0,0),(17928,3644,487,0,11,'2025-07-30 16:49:57',2,62.7,62.7,0,0,0,0),(17929,3644,490,0,11,'2025-07-30 16:49:57',4,78.4,78.4,0,0,0,0),(17931,3645,2110,0,79,'2025-07-30 18:41:41',8,531.22,531.22,0,0,0,0),(17933,3646,41,0,42,'2025-07-30 19:46:52',1,73.2,73.2,0,0,0,0),(17934,3646,44,0,42,'2025-07-30 19:46:52',3,414,414,0,0,0,0),(17935,3646,120,0,42,'2025-07-30 19:46:52',1,63,63,0,0,0,0),(17936,3646,49,0,42,'2025-07-30 19:46:52',3,270,270,0,0,0,0),(17938,3647,49,0,11,'2025-07-31 20:42:04',2,180,180,0,0,0,0),(17939,3647,43,0,11,'2025-07-31 20:42:04',2,180,180,0,0,0,0),(17940,3647,488,0,11,'2025-07-31 20:42:04',1,31.35,31.35,0,0,0,0),(17941,3647,487,0,11,'2025-07-31 20:42:04',2,62.7,62.7,0,0,0,0),(17942,3647,490,0,11,'2025-07-31 20:42:04',10,196,196,0,0,0,0),(17943,3647,45,0,11,'2025-07-31 20:42:04',1,50,50,0,0,0,0),(17945,3649,488,0,64,'2025-08-02 14:54:00',4,125.4,125.4,0,0,0,0),(17946,3649,490,0,64,'2025-08-02 14:54:00',21,411.6,411.6,0,0,0,0),(17949,3650,2113,0,102,'2025-08-04 17:38:38',1,172,172,0,0,0,0),(17950,3650,2110,0,102,'2025-08-04 17:38:38',1,71.4,71.4,0,0,0,0),(17951,3650,39,0,102,'2025-08-04 17:38:38',1,90,90,0,0,0,0),(17952,3650,49,0,102,'2025-08-04 17:38:38',1,90,90,0,0,0,0),(17953,3650,45,0,102,'2025-08-04 17:38:38',2,100,100,0,0,0,0),(17967,3651,490,0,25,'2025-08-05 23:21:11',15,294,294,0,0,0,0),(17968,3651,45,0,25,'2025-08-05 23:21:11',4,200,200,0,0,0,0),(17969,3651,120,0,25,'2025-08-05 23:21:11',2,126,126,0,0,0,0),(17970,3651,2408,0,25,'2025-08-05 23:21:11',1,170,170,0,0,0,0),(17971,3651,487,0,25,'2025-08-05 23:21:11',1,31.35,31.35,0,0,0,0),(17973,3652,23,0,82,'2025-08-06 16:09:06',5,342.7,342.7,0,0,0,0),(17974,3652,3476,0,82,'2025-08-06 16:09:06',1,76.2,76.2,0,0,0,0),(17975,3652,41,0,82,'2025-08-06 16:09:06',2,146.4,146.4,0,0,0,0),(17976,3652,3362,0,82,'2025-08-06 16:09:06',2,150,150,0,0,0,0),(17977,3652,490,0,82,'2025-08-06 16:09:06',10,196,196,0,0,0,0),(17978,3652,488,0,82,'2025-08-06 16:09:06',2,62.7,62.7,0,0,0,0),(17980,3653,2113,0,64,'2025-08-06 19:30:49',1,172,172,0,0,0,0),(17981,3653,45,0,64,'2025-08-06 19:30:49',1,50,50,0,0,0,0),(17982,3653,3524,0,64,'2025-08-06 19:30:49',1,151.2,151.2,0,0,0,0),(17983,3653,41,0,64,'2025-08-06 19:30:49',2,146.4,146.4,0,0,0,0),(17985,3654,2110,0,101,'2025-08-06 20:32:59',3,214.2,214.2,0,0,0,0),(17986,3654,2113,0,101,'2025-08-06 20:32:59',4,688,688,0,0,0,0),(17987,3654,42,0,101,'2025-08-06 20:32:59',2,180,180,0,0,0,0),(17988,3654,41,0,101,'2025-08-06 20:32:59',7,512.4,512.4,0,0,0,0),(17989,3654,39,0,101,'2025-08-06 20:32:59',2,180,180,0,0,0,0),(17990,3654,43,0,101,'2025-08-06 20:32:59',6,540,540,0,0,0,0),(17991,3654,40,0,101,'2025-08-06 20:32:59',2,180,180,0,0,0,0),(17992,3654,44,0,101,'2025-08-06 20:32:59',2,276,276,0,0,0,0),(17993,3654,2408,0,101,'2025-08-06 20:32:59',2,340,340,0,0,0,0),(17994,3654,2400,0,101,'2025-08-06 20:32:59',2,430,430,0,0,0,0),(17995,3654,3362,0,101,'2025-08-06 20:32:59',4,300,300,0,0,0,0),(17996,3654,3360,0,101,'2025-08-06 20:32:59',2,296,296,0,0,0,0),(17997,3654,49,0,101,'2025-08-06 20:32:59',3,270,270,0,0,0,0),(17998,3654,3354,0,101,'2025-08-06 20:32:59',2,296,296,0,0,0,0),(17999,3654,490,0,101,'2025-08-06 20:32:59',7,137.2,137.2,0,0,0,0),(18000,3654,488,0,101,'2025-08-06 20:32:59',2,62.7,62.7,0,0,0,0),(18001,3654,133,0,101,'2025-08-06 20:32:59',10,143,143,0,0,0,0),(18003,3655,2110,0,53,'2025-08-06 21:45:47',2,142.8,142.8,0,0,0,0),(18004,3655,2113,0,53,'2025-08-06 21:45:47',3,516,516,0,0,0,0),(18005,3655,45,0,53,'2025-08-06 21:45:47',2,100,100,0,0,0,0),(18006,3655,41,0,53,'2025-08-06 21:45:47',2,146.4,146.4,0,0,0,0),(18007,3655,3352,0,53,'2025-08-06 21:45:47',3,444,444,0,0,0,0),(18008,3655,3354,0,53,'2025-08-06 21:45:47',3,444,444,0,0,0,0),(18009,3655,2408,0,53,'2025-08-06 21:45:47',6,1020,1020,0,0,0,0),(18010,3655,488,0,53,'2025-08-06 21:45:47',1,31.35,31.35,0,0,0,0),(18011,3655,133,0,53,'2025-08-06 21:45:47',5,71.5,71.5,0,0,0,0),(18013,3656,490,0,69,'2025-08-07 02:02:38',50,980,980,0,0,0,0),(18014,3656,3525,0,69,'2025-08-07 02:02:38',2,180,180,0,0,0,0),(18015,3656,43,0,69,'2025-08-07 02:02:38',15,1255.5,1255.5,0,0,0,0),(18016,3656,49,0,69,'2025-08-07 02:02:38',15,1255.5,1255.5,0,0,0,0),(18017,3656,45,0,69,'2025-08-07 02:02:38',5,250,250,0,0,0,0),(18018,3656,38,0,69,'2025-08-07 02:02:38',4,663.04,663.04,0,0,0,0),(18019,3656,42,0,69,'2025-08-07 02:02:38',2,180,180,0,0,0,0),(18020,3656,40,0,69,'2025-08-07 02:02:38',2,180,180,0,0,0,0),(18021,3656,39,0,69,'2025-08-07 02:02:38',2,180,180,0,0,0,0),(18022,3656,2408,0,69,'2025-08-07 02:02:38',2,340,340,0,0,0,0),(18023,3656,2400,0,69,'2025-08-07 02:02:38',2,430,430,0,0,0,0),(18024,3656,44,0,69,'2025-08-07 02:02:38',2,276,276,0,0,0,0),(18025,3656,3507,0,69,'2025-08-07 02:02:38',1,175,175,0,0,0,0),(18026,3656,3485,0,69,'2025-08-07 02:02:38',1,148.8,148.8,0,0,0,0),(18027,3656,142,0,69,'2025-08-07 02:02:38',5,6.25,6.25,0,0,0,0),(18028,3656,138,0,69,'2025-08-07 02:02:38',8,39.6,39.6,0,0,0,0),(18040,3660,490,0,103,'2025-08-07 19:56:48',3,58.8,58.8,0,0,0,0),(18041,3660,41,0,103,'2025-08-07 19:56:48',2,146.4,146.4,0,0,0,0),(18042,3660,2110,0,103,'2025-08-07 19:56:48',3,214.2,214.2,0,0,0,0),(18043,3660,116,0,103,'2025-08-07 19:56:48',1,165,165,0,0,0,0),(18045,3661,2110,0,53,'2025-08-07 20:55:18',2,142.8,142.8,0,0,0,0),(18046,3661,45,0,53,'2025-08-07 20:55:18',1,50,50,0,0,0,0),(18047,3661,41,0,53,'2025-08-07 20:55:18',4,292.8,292.8,0,0,0,0),(18048,3661,43,0,53,'2025-08-07 20:55:18',1,90,90,0,0,0,0),(18049,3661,3362,0,53,'2025-08-07 20:55:18',2,150,150,0,0,0,0),(18050,3661,120,0,53,'2025-08-07 20:55:18',1,63,63,0,0,0,0),(18051,3661,2408,0,53,'2025-08-07 20:55:18',4,680,680,0,0,0,0),(18052,3661,2400,0,53,'2025-08-07 20:55:18',2,430,430,0,0,0,0),(18053,3661,133,0,53,'2025-08-07 20:55:18',7,100.1,100.1,0,0,0,0),(18054,3661,490,0,53,'2025-08-07 20:55:18',6,117.6,117.6,0,0,0,0),(18056,3662,2110,0,53,'2025-08-07 21:20:18',3,214.2,214.2,0,0,0,0),(18057,3662,2113,0,53,'2025-08-07 21:20:18',2,344,344,0,0,0,0),(18058,3662,45,0,53,'2025-08-07 21:20:18',1,50,50,0,0,0,0),(18059,3662,42,0,53,'2025-08-07 21:20:18',1,90,90,0,0,0,0),(18060,3662,41,0,53,'2025-08-07 21:20:18',1,73.2,73.2,0,0,0,0),(18061,3662,3356,0,53,'2025-08-07 21:20:18',1,151.2,151.2,0,0,0,0),(18062,3662,3358,0,53,'2025-08-07 21:20:18',1,151.2,151.2,0,0,0,0),(18063,3662,43,0,53,'2025-08-07 21:20:18',1,90,90,0,0,0,0),(18064,3662,3362,0,53,'2025-08-07 21:20:18',2,150,150,0,0,0,0),(18065,3662,120,0,53,'2025-08-07 21:20:18',3,189,189,0,0,0,0),(18066,3662,2408,0,53,'2025-08-07 21:20:18',2,340,340,0,0,0,0),(18067,3662,2400,0,53,'2025-08-07 21:20:18',1,215,215,0,0,0,0),(18068,3662,488,0,53,'2025-08-07 21:20:18',1,31.35,31.35,0,0,0,0),(18069,3662,490,0,53,'2025-08-07 21:20:18',5,98,98,0,0,0,0),(18070,3662,133,0,53,'2025-08-07 21:20:18',4,57.2,57.2,0,0,0,0),(18072,3663,45,0,101,'2025-08-07 21:41:16',4,200,200,0,0,0,0),(18073,3663,41,0,101,'2025-08-07 21:41:16',2,146.4,146.4,0,0,0,0),(18074,3663,3358,0,101,'2025-08-07 21:41:16',1,151.2,151.2,0,0,0,0),(18075,3663,3362,0,101,'2025-08-07 21:41:16',1,75,75,0,0,0,0),(18076,3663,3360,0,101,'2025-08-07 21:41:16',1,148,148,0,0,0,0),(18077,3663,116,0,101,'2025-08-07 21:41:16',1,165,165,0,0,0,0),(18078,3663,44,0,101,'2025-08-07 21:41:16',1,138,138,0,0,0,0),(18079,3663,2408,0,101,'2025-08-07 21:41:16',1,170,170,0,0,0,0),(18080,3663,2400,0,101,'2025-08-07 21:41:16',1,215,215,0,0,0,0),(18081,3663,133,0,101,'2025-08-07 21:41:16',3,42.9,42.9,0,0,0,0),(18082,3663,490,0,101,'2025-08-07 21:41:16',10,196,196,0,0,0,0),(18084,3665,3412,0,49,'2025-08-08 17:10:13',1,90,97.415,0,0,7.415,0),(18085,3665,49,0,49,'2025-08-08 17:10:13',1,90,97.415,0,0,7.415,0),(18087,3666,490,0,14,'2025-08-10 21:33:40',4,78.4,78.4,0,0,0,0),(18088,3666,42,0,14,'2025-08-10 21:33:40',2,180,180,0,0,0,0),(18089,3666,2110,0,14,'2025-08-10 21:33:40',2,142.8,142.8,0,0,0,0),(18090,3666,41,0,14,'2025-08-10 21:33:40',2,146.4,146.4,0,0,0,0),(18091,3666,3499,0,14,'2025-08-10 21:33:40',1,142.8,142.8,0,0,0,0),(18093,3667,2113,0,57,'2025-08-11 14:39:56',2,344,344,0,0,0,0),(18094,3667,490,0,57,'2025-08-11 14:39:56',10,196,196,0,0,0,0),(18096,3668,41,0,11,'2025-08-11 15:24:23',2,146.4,146.4,0,0,0,0),(18097,3668,49,0,11,'2025-08-11 15:24:23',2,180,180,0,0,0,0),(18098,3668,3525,0,11,'2025-08-11 15:24:23',1,90,90,0,0,0,0),(18099,3668,490,0,11,'2025-08-11 15:24:23',10,196,196,0,0,0,0),(18100,3668,487,0,11,'2025-08-11 15:24:23',1,31.35,31.35,0,0,0,0),(18101,3668,2110,0,11,'2025-08-11 15:24:23',2,142.8,142.8,0,0,0,0),(18103,3670,488,0,106,'2025-08-11 16:19:47',4,125.4,125.4,0,0,0,0),(18104,3670,3525,0,106,'2025-08-11 16:19:47',4,360,360,0,0,0,0),(18105,3670,39,0,106,'2025-08-11 16:19:47',4,360,360,0,0,0,0),(18106,3670,2400,0,106,'2025-08-11 16:19:47',3,645,645,0,0,0,0),(18107,3670,44,0,106,'2025-08-11 16:19:47',3,414,414,0,0,0,0),(18108,3670,45,0,106,'2025-08-11 16:19:47',1,50,50,0,0,0,0),(18109,3670,49,0,106,'2025-08-11 16:19:47',3,270,270,0,0,0,0),(18110,3670,490,0,106,'2025-08-11 16:19:47',6,117.6,117.6,0,0,0,0),(18111,3670,41,0,106,'2025-08-11 16:19:47',2,146.4,146.4,0,0,0,0),(18113,3671,2110,0,12,'2025-08-11 16:49:54',2,142.8,142.8,0,0,0,0),(18114,3671,2113,0,12,'2025-08-11 16:49:54',1,172,172,0,0,0,0),(18115,3671,3412,0,12,'2025-08-11 16:49:54',1,90,90,0,0,0,0),(18116,3671,49,0,12,'2025-08-11 16:49:54',1,90,90,0,0,0,0),(18117,3671,44,0,12,'2025-08-11 16:49:54',1,138,138,0,0,0,0),(18118,3671,2400,0,12,'2025-08-11 16:49:54',1,215,215,0,0,0,0),(18119,3671,43,0,12,'2025-08-11 16:49:54',1,90,90,0,0,0,0),(18120,3671,45,0,12,'2025-08-11 16:49:54',1,50,50,0,0,0,0),(18121,3671,3525,0,12,'2025-08-11 16:49:54',1,90,90,0,0,0,0),(18122,3671,490,0,12,'2025-08-11 16:49:54',10,196,196,0,0,0,0),(18123,3671,487,0,12,'2025-08-11 16:49:54',1,31.35,31.35,0,0,0,0),(18125,3678,2110,0,62,'2025-08-12 19:13:42',2,142.8,142.8,0,0,0,0),(18126,3678,49,0,62,'2025-08-12 19:13:42',3,270,270,0,0,0,0),(18127,3678,44,0,62,'2025-08-12 19:13:42',1,138,138,0,0,0,0),(18128,3678,41,0,62,'2025-08-12 19:13:42',3,219.6,219.6,0,0,0,0),(18129,3678,45,0,62,'2025-08-12 19:13:42',1,50,50,0,0,0,0),(18131,3679,2113,0,11,'2025-08-12 20:41:20',1,172,172,0,0,0,0),(18132,3679,41,0,11,'2025-08-12 20:41:20',2,146.4,146.4,0,0,0,0),(18133,3679,3499,0,11,'2025-08-12 20:41:20',1,142.8,142.8,0,0,0,0),(18134,3679,490,0,11,'2025-08-12 20:41:20',10,196,196,0,0,0,0),(18135,3679,45,0,11,'2025-08-12 20:41:20',2,100,100,0,0,0,0),(18136,3679,2408,0,11,'2025-08-12 20:41:20',1,170,170,0,0,0,0),(18137,3679,3412,0,11,'2025-08-12 20:41:20',1,90,90,0,0,0,0),(18138,3679,44,0,11,'2025-08-12 20:41:20',1,138,138,0,0,0,0),(18140,3680,2110,0,12,'2025-08-13 00:38:09',2,142.8,142.8,0,0,0,0),(18141,3680,2113,0,12,'2025-08-13 00:38:09',1,172,172,0,0,0,0),(18142,3680,2400,0,12,'2025-08-13 00:38:09',1,215,215,0,0,0,0),(18143,3680,2408,0,12,'2025-08-13 00:38:09',1,170,170,0,0,0,0),(18144,3680,49,0,12,'2025-08-13 00:38:09',1,90,90,0,0,0,0),(18145,3680,43,0,12,'2025-08-13 00:38:09',1,90,90,0,0,0,0),(18146,3680,490,0,12,'2025-08-13 00:38:09',10,196,196,0,0,0,0),(18147,3680,487,0,12,'2025-08-13 00:38:09',1,31.35,31.35,0,0,0,0),(18149,3685,23,0,78,'2025-08-13 20:25:25',1,68.54,68.54,0,0,0,0),(18150,3685,3412,0,78,'2025-08-13 20:25:25',2,180,180,0,0,0,0),(18151,3685,3476,0,78,'2025-08-13 20:25:25',1,76.2,76.2,0,0,0,0),(18152,3685,41,0,78,'2025-08-13 20:25:25',2,146.4,146.4,0,0,0,0),(18153,3685,118,0,78,'2025-08-13 20:25:25',1,215,215,0,0,0,0),(18154,3685,51,0,78,'2025-08-13 20:25:25',1,170,170,0,0,0,0),(18155,3685,2400,0,78,'2025-08-13 20:25:25',1,215,215,0,0,0,0),(18156,3685,2408,0,78,'2025-08-13 20:25:25',1,170,170,0,0,0,0),(18157,3685,44,0,78,'2025-08-13 20:25:25',1,138,138,0,0,0,0),(18159,3686,23,0,78,'2025-08-13 20:27:32',1,68.54,68.54,0,0,0,0),(18160,3686,3412,0,78,'2025-08-13 20:27:32',2,180,180,0,0,0,0),(18161,3686,3476,0,78,'2025-08-13 20:27:32',1,76.2,76.2,0,0,0,0),(18162,3686,41,0,78,'2025-08-13 20:27:32',2,146.4,146.4,0,0,0,0),(18163,3686,118,0,78,'2025-08-13 20:27:32',1,215,215,0,0,0,0),(18164,3686,51,0,78,'2025-08-13 20:27:32',1,170,170,0,0,0,0),(18165,3686,2400,0,78,'2025-08-13 20:27:32',1,215,215,0,0,0,0),(18166,3686,2408,0,78,'2025-08-13 20:27:32',1,170,170,0,0,0,0),(18167,3686,44,0,78,'2025-08-13 20:27:32',1,138,138,0,0,0,0),(18169,3687,23,0,78,'2025-08-13 20:29:49',1,68.54,68.54,0,0,0,0),(18170,3687,3412,0,78,'2025-08-13 20:29:49',2,180,180,0,0,0,0),(18171,3687,3476,0,78,'2025-08-13 20:29:49',1,76.2,76.2,0,0,0,0),(18172,3687,41,0,78,'2025-08-13 20:29:49',2,146.4,146.4,0,0,0,0),(18173,3687,118,0,78,'2025-08-13 20:29:49',1,215,215,0,0,0,0),(18174,3687,51,0,78,'2025-08-13 20:29:49',1,170,170,0,0,0,0),(18175,3687,2400,0,78,'2025-08-13 20:29:49',1,215,215,0,0,0,0),(18176,3687,2408,0,78,'2025-08-13 20:29:49',1,170,170,0,0,0,0),(18177,3687,44,0,78,'2025-08-13 20:29:49',1,138,138,0,0,0,0),(18179,3688,23,0,78,'2025-08-13 20:34:22',1,68.54,68.54,0,0,0,0),(18180,3688,3412,0,78,'2025-08-13 20:34:22',2,180,180,0,0,0,0),(18181,3688,3476,0,78,'2025-08-13 20:34:22',1,76.2,76.2,0,0,0,0),(18182,3688,41,0,78,'2025-08-13 20:34:22',2,146.4,146.4,0,0,0,0),(18183,3688,118,0,78,'2025-08-13 20:34:22',1,215,215,0,0,0,0),(18184,3688,51,0,78,'2025-08-13 20:34:22',1,170,170,0,0,0,0),(18185,3688,2400,0,78,'2025-08-13 20:34:22',1,215,215,0,0,0,0),(18186,3688,2408,0,78,'2025-08-13 20:34:22',1,170,170,0,0,0,0),(18187,3688,44,0,78,'2025-08-13 20:34:22',1,138,138,0,0,0,0),(18189,3689,23,0,78,'2025-08-13 20:49:02',1,68.54,68.54,0,0,0,0),(18190,3689,3412,0,78,'2025-08-13 20:49:02',2,180,180,0,0,0,0),(18191,3689,3476,0,78,'2025-08-13 20:49:02',1,76.2,76.2,0,0,0,0),(18192,3689,41,0,78,'2025-08-13 20:49:02',2,146.4,146.4,0,0,0,0),(18193,3689,118,0,78,'2025-08-13 20:49:02',1,215,215,0,0,0,0),(18194,3689,51,0,78,'2025-08-13 20:49:02',1,170,170,0,0,0,0),(18195,3689,2400,0,78,'2025-08-13 20:49:02',1,215,215,0,0,0,0),(18196,3689,2408,0,78,'2025-08-13 20:49:02',1,170,170,0,0,0,0),(18197,3689,44,0,78,'2025-08-13 20:49:02',1,138,138,0,0,0,0),(18199,3690,23,0,78,'2025-08-13 20:50:02',1,68.54,68.54,0,0,0,0),(18200,3690,3412,0,78,'2025-08-13 20:50:02',2,180,180,0,0,0,0),(18201,3690,3476,0,78,'2025-08-13 20:50:02',1,76.2,76.2,0,0,0,0),(18202,3690,41,0,78,'2025-08-13 20:50:02',2,146.4,146.4,0,0,0,0),(18203,3690,118,0,78,'2025-08-13 20:50:02',1,215,215,0,0,0,0),(18204,3690,51,0,78,'2025-08-13 20:50:02',1,170,170,0,0,0,0),(18205,3690,2400,0,78,'2025-08-13 20:50:02',1,215,215,0,0,0,0),(18206,3690,2408,0,78,'2025-08-13 20:50:02',1,170,170,0,0,0,0),(18207,3690,44,0,78,'2025-08-13 20:50:02',1,138,138,0,0,0,0),(18209,3691,2400,0,78,'2025-08-13 21:50:27',-1,-215,-215,0,0,0,0),(18210,3691,2408,0,78,'2025-08-13 21:50:27',-1,-170,-170,0,0,0,0),(18211,3704,3412,0,90,'2025-08-14 19:55:17',1,90,90,0,0,0,0),(18212,3704,43,0,90,'2025-08-14 19:55:17',1,90,90,0,0,0,0),(18213,3704,3362,0,90,'2025-08-14 19:55:17',1,75,75,0,0,0,0),(18214,3704,2110,0,90,'2025-08-14 19:55:17',1,71.4,71.4,0,0,0,0),(18215,3704,2113,0,90,'2025-08-14 19:55:17',1,172,172,0,0,0,0),(18216,3704,41,0,90,'2025-08-14 19:55:17',1,73.2,73.2,0,0,0,0),(18218,3705,487,0,90,'2025-08-14 20:01:37',1,31.35,31.35,0,0,0,0),(18219,3705,41,0,90,'2025-08-14 20:01:37',1,73.2,73.2,0,0,0,0),(18220,3705,45,0,90,'2025-08-14 20:01:37',3,150,150,0,0,0,0),(18221,3705,49,0,90,'2025-08-14 20:01:37',1,90,90,0,0,0,0),(18222,3705,3412,0,90,'2025-08-14 20:01:37',1,90,90,0,0,0,0),(18223,3705,40,0,90,'2025-08-14 20:01:37',1,90,90,0,0,0,0),(18224,3705,39,0,90,'2025-08-14 20:01:37',1,90,90,0,0,0,0),(18226,3706,41,0,90,'2025-08-14 20:09:57',2,146.4,146.4,0,0,0,0),(18227,3706,2113,0,90,'2025-08-14 20:09:57',2,344,344,0,0,0,0),(18228,3706,2110,0,90,'2025-08-14 20:09:57',2,142.8,142.8,0,0,0,0),(18230,3710,2113,0,70,'2025-08-15 12:20:37',1,172,172,0,0,0,0),(18231,3710,3476,0,70,'2025-08-15 12:20:37',2,152.4,152.4,0,0,0,0),(18232,3710,116,0,70,'2025-08-15 12:20:37',1,165,165,0,0,0,0),(18233,3710,42,0,70,'2025-08-15 12:20:37',2,180,180,0,0,0,0),(18234,3710,49,0,70,'2025-08-15 12:20:37',4,360,360,0,0,0,0),(18236,3711,2110,0,11,'2025-08-15 13:28:19',2,142.8,142.8,0,0,0,0),(18237,3711,41,0,11,'2025-08-15 13:28:19',2,146.4,146.4,0,0,0,0),(18238,3711,45,0,11,'2025-08-15 13:28:19',2,100,100,0,0,0,0),(18239,3711,44,0,11,'2025-08-15 13:28:19',1,138,138,0,0,0,0),(18240,3711,39,0,11,'2025-08-15 13:28:19',1,90,90,0,0,0,0),(18241,3711,490,0,11,'2025-08-15 13:28:19',10,196,196,0,0,0,0),(18242,3711,488,0,11,'2025-08-15 13:28:19',1,31.35,31.35,0,0,0,0),(18244,3712,488,0,90,'2025-08-15 15:42:10',1,31.35,31.35,0,0,0,0),(18245,3712,487,0,90,'2025-08-15 15:42:10',1,31.35,31.35,0,0,0,0),(18246,3712,40,0,90,'2025-08-15 15:42:10',1,90,90,0,0,0,0),(18247,3712,39,0,90,'2025-08-15 15:42:10',1,90,90,0,0,0,0),(18248,3712,3412,0,90,'2025-08-15 15:42:10',1,90,90,0,0,0,0),(18249,3712,43,0,90,'2025-08-15 15:42:10',1,90,90,0,0,0,0),(18250,3712,49,0,90,'2025-08-15 15:42:10',1,90,90,0,0,0,0),(18251,3712,45,0,90,'2025-08-15 15:42:10',2,100,100,0,0,0,0),(18252,3712,2110,0,90,'2025-08-15 15:42:10',1,71.4,71.4,0,0,0,0),(18253,3712,2113,0,90,'2025-08-15 15:42:10',1,172,172,0,0,0,0),(18255,3714,44,0,79,'2025-08-16 14:46:41',1,138,138,0,0,0,0),(18256,3714,43,0,79,'2025-08-16 14:46:41',2,180,180,0,0,0,0),(18257,3714,3352,0,79,'2025-08-16 14:46:41',1,148,148,0,0,0,0),(18258,3714,3696,0,79,'2025-08-16 14:46:41',1,68.5,68.5,0,0,0,0),(18260,3715,488,0,33,'2025-08-16 23:00:27',1,31.35,37.52,0,0,6.17,0),(18261,3715,40,0,33,'2025-08-16 23:00:27',1,90,96.17,0,0,6.17,0),(18262,3715,3696,0,33,'2025-08-16 23:00:27',1,68.5,74.67,0,0,6.17,0),(18264,3716,41,0,92,'2025-08-18 13:20:58',2,146.4,146.4,0,0,0,0),(18265,3716,49,0,92,'2025-08-18 13:20:58',2,180,180,0,0,0,0),(18266,3716,44,0,92,'2025-08-18 13:20:58',1,138,138,0,0,0,0),(18267,3716,3362,0,92,'2025-08-18 13:20:58',1,75,75,0,0,0,0),(18268,3716,40,0,92,'2025-08-18 13:20:58',1,90,90,0,0,0,0),(18270,3717,45,0,11,'2025-08-18 13:37:08',3,150,150,0,0,0,0),(18271,3717,488,0,11,'2025-08-18 13:37:08',3,94.05,94.05,0,0,0,0),(18272,3717,487,0,11,'2025-08-18 13:37:08',3,94.05,94.05,0,0,0,0),(18273,3717,3696,0,11,'2025-08-18 13:37:08',3,205.5,205.5,0,0,0,0),(18275,3718,44,0,62,'2025-08-18 17:51:25',2,276,276,0,0,0,0),(18276,3718,133,0,62,'2025-08-18 17:51:25',3,42.9,42.9,0,0,0,0),(18277,3718,116,0,62,'2025-08-18 17:51:25',1,165,165,0,0,0,0),(18278,3718,93,0,62,'2025-08-18 17:51:25',10,0,0,0,0,0,0),(18279,3718,3507,0,62,'2025-08-18 17:51:25',1,175,175,0,0,0,0),(18285,3720,487,0,70,'2025-08-19 16:01:35',4,125.4,125.4,0,0,0,0),(18286,3720,51,0,70,'2025-08-19 16:01:35',8,1264.8,1264.8,0,0,0,0),(18287,3720,42,0,70,'2025-08-19 16:01:35',2,180,180,0,0,0,0),(18289,3721,3696,0,79,'2025-08-19 18:28:18',2,137,137,0,0,0,0),(18290,3721,116,0,79,'2025-08-19 18:28:18',1,165,165,0,0,0,0),(18291,3721,120,0,79,'2025-08-19 18:28:18',1,63,63,0,0,0,0),(18292,3721,40,0,79,'2025-08-19 18:28:18',1,90,90,0,0,0,0),(18293,3721,2110,0,79,'2025-08-19 18:28:18',1,71.4,71.4,0,0,0,0),(18295,3722,3485,0,107,'2025-08-20 15:50:10',3,446.4,446.4,0,0,0,0),(18296,3722,41,0,107,'2025-08-20 15:50:10',4,292.8,292.8,0,0,0,0),(18298,3723,116,0,62,'2025-08-21 16:36:53',1,165,165,0,0,0,0),(18299,3723,2110,0,62,'2025-08-21 16:36:53',1,71.4,71.4,0,0,0,0),(18300,3723,3507,0,62,'2025-08-21 16:36:53',2,350,350,0,0,0,0),(18301,3723,43,0,62,'2025-08-21 16:36:53',1,90,90,0,0,0,0),(18302,3723,44,0,62,'2025-08-21 16:36:53',1,138,138,0,0,0,0),(18303,3723,490,0,62,'2025-08-21 16:36:53',10,196,196,0,0,0,0),(18304,3723,133,0,62,'2025-08-21 16:36:53',3,42.9,42.9,0,0,0,0),(18306,3724,3485,0,85,'2025-08-21 20:59:41',1,148.8,148.8,0,0,0,0),(18307,3724,3499,0,85,'2025-08-21 20:59:41',1,142.8,142.8,0,0,0,0),(18308,3724,2110,0,85,'2025-08-21 20:59:41',8,531.22,531.22,0,0,0,0),(18309,3724,2113,0,85,'2025-08-21 20:59:41',8,1279.68,1279.68,0,0,0,0),(18310,3724,41,0,85,'2025-08-21 20:59:41',8,544.61,544.61,0,0,0,0),(18311,3724,43,0,85,'2025-08-21 20:59:41',8,669.6,669.6,0,0,0,0),(18313,3725,2110,0,79,'2025-08-22 13:46:59',2,142.8,142.8,0,0,0,0),(18314,3725,116,0,79,'2025-08-22 13:46:59',1,165,165,0,0,0,0),(18315,3725,44,0,79,'2025-08-22 13:46:59',1,138,138,0,0,0,0),(18316,3725,43,0,79,'2025-08-22 13:46:59',2,180,180,0,0,0,0),(18317,3725,39,0,79,'2025-08-22 13:46:59',1,90,90,0,0,0,0),(18318,3725,40,0,79,'2025-08-22 13:46:59',1,90,90,0,0,0,0),(18319,3725,3696,0,79,'2025-08-22 13:46:59',1,68.5,68.5,0,0,0,0),(18324,3727,45,0,57,'2025-08-25 20:18:35',2,100,100,0,0,0,0),(18325,3727,2113,0,57,'2025-08-25 20:18:35',2,344,344,0,0,0,0),(18326,3727,2110,0,57,'2025-08-25 20:18:35',2,142.8,142.8,0,0,0,0),(18327,3727,3696,0,57,'2025-08-25 20:18:35',2,137,137,0,0,0,0),(18329,3728,488,0,102,'2025-08-26 03:32:25',2,62.7,69.473636,0,0,6.773636,0),(18330,3728,490,0,102,'2025-08-26 03:32:25',20,392,459.736364,0,0,67.736364,0),(18332,3729,2110,0,12,'2025-08-27 01:16:29',1,71.4,71.4,0,0,0,0),(18333,3729,2113,0,12,'2025-08-27 01:16:29',1,172,172,0,0,0,0),(18334,3729,2408,0,12,'2025-08-27 01:16:29',1,170,170,0,0,0,0),(18335,3729,3696,0,12,'2025-08-27 01:16:29',4,274,274,0,0,0,0),(18336,3729,3525,0,12,'2025-08-27 01:16:29',1,90,90,0,0,0,0),(18337,3729,45,0,12,'2025-08-27 01:16:29',1,50,50,0,0,0,0),(18338,3729,41,0,12,'2025-08-27 01:16:29',2,146.4,146.4,0,0,0,0),(18339,3729,120,0,12,'2025-08-27 01:16:29',1,63,63,0,0,0,0),(18341,3730,2110,0,13,'2025-08-27 16:56:03',4,285.6,285.6,0,0,0,0),(18342,3730,2113,0,13,'2025-08-27 16:56:03',3,516,516,0,0,0,0),(18343,3730,43,0,13,'2025-08-27 16:56:03',2,180,180,0,0,0,0),(18344,3730,41,0,13,'2025-08-27 16:56:03',6,439.2,439.2,0,0,0,0),(18345,3730,45,0,13,'2025-08-27 16:56:03',4,200,200,0,0,0,0),(18347,3731,2110,0,11,'2025-08-27 18:22:17',1,71.4,71.4,0,0,0,0),(18348,3731,3412,0,11,'2025-08-27 18:22:17',2,180,180,0,0,0,0),(18349,3731,45,0,11,'2025-08-27 18:22:17',2,100,100,0,0,0,0),(18350,3731,51,0,11,'2025-08-27 18:22:17',1,170,170,0,0,0,0),(18351,3731,3525,0,11,'2025-08-27 18:22:17',1,90,90,0,0,0,0),(18353,3732,2110,0,6,'2025-08-27 20:15:01',3,214.2,214.2,0,0,0,0),(18354,3732,41,0,6,'2025-08-27 20:15:01',2,146.4,146.4,0,0,0,0),(18355,3732,49,0,6,'2025-08-27 20:15:01',1,90,90,0,0,0,0),(18356,3732,3525,0,6,'2025-08-27 20:15:01',1,90,90,0,0,0,0),(18357,3732,93,0,6,'2025-08-27 20:15:01',7,0,0,0,0,0,0),(18358,3732,43,0,6,'2025-08-27 20:15:01',1,90,90,0,0,0,0),(18360,3734,23,0,96,'2025-08-28 18:47:04',1,68.54,68.54,0,0,0,0),(18361,3734,38,0,96,'2025-08-28 18:47:04',1,165.76,165.76,0,0,0,0),(18362,3734,489,0,96,'2025-08-28 18:47:04',8,152.32,152.32,0,0,0,0),(18363,3734,3412,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18364,3734,49,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18365,3734,43,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18366,3734,45,0,96,'2025-08-28 18:47:04',1,50,50,0,0,0,0),(18367,3734,39,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18368,3734,40,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18369,3734,3525,0,96,'2025-08-28 18:47:04',1,90,90,0,0,0,0),(18370,3734,41,0,96,'2025-08-28 18:47:04',1,73.2,73.2,0,0,0,0),(18381,3737,490,0,25,'2025-08-30 05:45:46',6,117.6,117.6,0,0,0,0),(18382,3737,2408,0,25,'2025-08-30 05:45:46',1,170,170,0,0,0,0),(18383,3737,487,0,25,'2025-08-30 05:45:46',1,31.35,31.35,0,0,0,0),(18384,3737,41,0,25,'2025-08-30 05:45:46',2,146.4,146.4,0,0,0,0),(18385,3737,2113,0,25,'2025-08-30 05:45:46',2,344,344,0,0,0,0),(18386,3737,3696,0,25,'2025-08-30 05:45:46',2,137,137,0,0,0,0),(18387,3737,488,0,25,'2025-08-30 05:45:46',1,31.35,31.35,0,0,0,0),(18388,3737,2110,0,25,'2025-08-30 05:45:46',1,71.4,71.4,0,0,0,0),(18390,3738,488,0,108,'2025-08-30 21:44:45',3,94.05,109.053333,0,0,15.003333,0),(18391,3738,487,0,108,'2025-08-30 21:44:45',3,94.05,109.053333,0,0,15.003333,0),(18392,3738,144,0,108,'2025-08-30 21:44:45',1,1.38,6.381111,0,0,5.001111,0),(18393,3738,3696,0,108,'2025-08-30 21:44:45',2,137,147.002222,0,0,10.002222,0),(18395,3739,49,0,14,'2025-09-01 14:14:45',1,90,90,0,0,0,0),(18396,3739,487,0,14,'2025-09-01 14:14:45',2,62.7,62.7,0,0,0,0),(18397,3739,3696,0,14,'2025-09-01 14:14:45',5,342.5,342.5,0,0,0,0),(18398,3739,3362,0,14,'2025-09-01 14:14:45',1,75,75,0,0,0,0),(18400,3740,118,0,70,'2025-09-01 18:06:25',1,215,215,0,0,0,0),(18401,3740,51,0,70,'2025-09-01 18:06:25',8,1264.8,1264.8,0,0,0,0),(18402,3740,3354,0,70,'2025-09-01 18:06:25',6,888,888,0,0,0,0),(18403,3740,3358,0,70,'2025-09-01 18:06:25',2,302.4,302.4,0,0,0,0),(18404,3740,3356,0,70,'2025-09-01 18:06:25',2,302.4,302.4,0,0,0,0),(18406,3741,41,0,55,'2025-09-01 20:51:05',8,544.61,544.61,0,0,0,0),(18407,3741,39,0,55,'2025-09-01 20:51:05',1,90,90,0,0,0,0),(18408,3741,45,0,55,'2025-09-01 20:51:05',1,50,50,0,0,0,0),(18410,3742,2110,0,53,'2025-09-03 15:22:42',2,142.8,142.8,0,0,0,0),(18411,3742,45,0,53,'2025-09-03 15:22:42',4,200,200,0,0,0,0),(18412,3742,42,0,53,'2025-09-03 15:22:42',1,90,90,0,0,0,0),(18413,3742,41,0,53,'2025-09-03 15:22:42',1,73.2,73.2,0,0,0,0),(18414,3742,3356,0,53,'2025-09-03 15:22:42',1,151.2,151.2,0,0,0,0),(18415,3742,3358,0,53,'2025-09-03 15:22:42',1,151.2,151.2,0,0,0,0),(18416,3742,120,0,53,'2025-09-03 15:22:42',2,126,126,0,0,0,0),(18417,3742,2408,0,53,'2025-09-03 15:22:42',6,1020,1020,0,0,0,0),(18418,3742,3354,0,53,'2025-09-03 15:22:42',1,148,148,0,0,0,0),(18420,3743,42,0,53,'2025-09-03 15:40:38',1,90,90,0,0,0,0),(18421,3743,40,0,53,'2025-09-03 15:40:38',1,90,90,0,0,0,0),(18422,3743,43,0,53,'2025-09-03 15:40:38',3,270,270,0,0,0,0),(18423,3743,3362,0,53,'2025-09-03 15:40:38',2,150,150,0,0,0,0),(18424,3743,49,0,53,'2025-09-03 15:40:38',1,90,90,0,0,0,0),(18425,3743,120,0,53,'2025-09-03 15:40:38',1,63,63,0,0,0,0),(18426,3743,44,0,53,'2025-09-03 15:40:38',2,276,276,0,0,0,0),(18427,3743,2408,0,53,'2025-09-03 15:40:38',2,340,340,0,0,0,0),(18428,3743,133,0,53,'2025-09-03 15:40:38',4,57.2,57.2,0,0,0,0),(18430,3744,45,0,101,'2025-09-03 16:38:09',1,50,66.231667,0,0,16.231667,0),(18431,3744,2408,0,101,'2025-09-03 16:38:09',2,340,372.463333,0,0,32.463333,0),(18432,3744,133,0,101,'2025-09-03 16:38:09',3,42.9,91.595,0,0,48.695,0),(18434,3745,2110,0,101,'2025-09-03 16:47:47',3,214.2,214.2,0,0,0,0),(18435,3745,2113,0,101,'2025-09-03 16:47:47',1,172,172,0,0,0,0),(18436,3745,42,0,101,'2025-09-03 16:47:47',2,180,180,0,0,0,0),(18437,3745,41,0,101,'2025-09-03 16:47:47',5,366,366,0,0,0,0),(18438,3745,43,0,101,'2025-09-03 16:47:47',1,90,90,0,0,0,0),(18439,3745,3362,0,101,'2025-09-03 16:47:47',1,75,75,0,0,0,0),(18440,3745,49,0,101,'2025-09-03 16:47:47',1,90,90,0,0,0,0),(18441,3745,3354,0,101,'2025-09-03 16:47:47',3,444,444,0,0,0,0),(18442,3745,120,0,101,'2025-09-03 16:47:47',1,63,63,0,0,0,0),(18443,3745,116,0,101,'2025-09-03 16:47:47',1,165,165,0,0,0,0),(18444,3745,44,0,101,'2025-09-03 16:47:47',1,138,138,0,0,0,0),(18445,3745,2400,0,101,'2025-09-03 16:47:47',1,215,215,0,0,0,0),(18446,3745,133,0,101,'2025-09-03 16:47:47',10,143,143,0,0,0,0),(18448,3746,2110,0,53,'2025-09-03 16:58:27',1,71.4,71.4,0,0,0,0),(18449,3746,2113,0,53,'2025-09-03 16:58:27',1,172,172,0,0,0,0),(18450,3746,45,0,53,'2025-09-03 16:58:27',1,50,50,0,0,0,0),(18451,3746,42,0,53,'2025-09-03 16:58:27',1,90,90,0,0,0,0),(18452,3746,41,0,53,'2025-09-03 16:58:27',1,73.2,73.2,0,0,0,0),(18453,3746,3356,0,53,'2025-09-03 16:58:27',1,151.2,151.2,0,0,0,0),(18454,3746,3358,0,53,'2025-09-03 16:58:27',1,151.2,151.2,0,0,0,0),(18455,3746,43,0,53,'2025-09-03 16:58:27',1,90,90,0,0,0,0),(18456,3746,3362,0,53,'2025-09-03 16:58:27',2,150,150,0,0,0,0),(18457,3746,120,0,53,'2025-09-03 16:58:27',2,126,126,0,0,0,0),(18458,3746,44,0,53,'2025-09-03 16:58:27',1,138,138,0,0,0,0),(18459,3746,2408,0,53,'2025-09-03 16:58:27',1,170,170,0,0,0,0),(18460,3746,133,0,53,'2025-09-03 16:58:27',10,143,143,0,0,0,0),(18462,3748,3696,0,79,'2025-09-04 01:53:07',1,68.5,68.5,0,0,0,0),(18463,3748,44,0,79,'2025-09-04 01:53:07',3,414,414,0,0,0,0),(18464,3748,490,0,79,'2025-09-04 01:53:07',1,19.6,19.6,0,0,0,0),(18466,3750,3696,0,11,'2025-09-05 13:18:14',2,137,137,0,0,0,0),(18467,3750,45,0,11,'2025-09-05 13:18:14',2,100,100,0,0,0,0),(18468,3750,118,0,11,'2025-09-05 13:18:14',1,215,215,0,0,0,0),(18469,3750,44,0,11,'2025-09-05 13:18:14',2,276,276,0,0,0,0),(18471,3751,3696,0,11,'2025-09-05 13:19:03',2,137,137,0,0,0,0),(18472,3751,45,0,11,'2025-09-05 13:19:03',2,100,100,0,0,0,0),(18473,3751,118,0,11,'2025-09-05 13:19:03',1,215,215,0,0,0,0),(18474,3751,44,0,11,'2025-09-05 13:19:03',2,276,276,0,0,0,0),(18481,3752,3696,0,11,'2025-09-05 13:19:30',2,137,137,0,0,0,0),(18482,3752,45,0,11,'2025-09-05 13:19:30',2,100,100,0,0,0,0),(18483,3752,118,0,11,'2025-09-05 13:19:30',1,215,215,0,0,0,0),(18484,3752,44,0,11,'2025-09-05 13:19:30',2,276,276,0,0,0,0),(18486,3753,3696,0,11,'2025-09-05 13:23:00',2,137,137,0,0,0,0),(18487,3753,45,0,11,'2025-09-05 13:23:00',2,100,100,0,0,0,0),(18488,3753,118,0,11,'2025-09-05 13:23:00',1,215,215,0,0,0,0),(18489,3753,44,0,11,'2025-09-05 13:23:00',2,276,276,0,0,0,0),(18495,3754,2113,0,110,'2025-09-05 19:55:34',9,1439.64,1439.64,0,0,0,0),(18496,3754,38,0,110,'2025-09-05 19:55:34',1,165.76,165.76,0,0,0,0),(18497,3754,2110,0,110,'2025-09-05 19:55:34',1,71.4,71.4,0,0,0,0),(18514,3756,41,0,42,'2025-09-06 22:30:41',1,73.2,73.2,0,0,0,0),(18515,3756,44,0,42,'2025-09-06 22:30:41',1,138,138,0,0,0,0),(18516,3756,49,0,42,'2025-09-06 22:30:41',4,360,360,0,0,0,0),(18517,3756,39,0,42,'2025-09-06 22:30:41',1,90,90,0,0,0,0),(18518,3756,45,0,42,'2025-09-06 22:30:41',1,50,50,0,0,0,0),(18520,3757,2113,0,57,'2025-09-07 13:16:25',1,172,172,0,0,0,0),(18521,3757,45,0,57,'2025-09-07 13:16:25',1,50,50,0,0,0,0),(18522,3757,3524,0,57,'2025-09-07 13:16:25',1,151.2,151.2,0,0,0,0),(18523,3757,41,0,57,'2025-09-07 13:16:25',1,73.2,73.2,0,0,0,0),(18524,3757,3696,0,57,'2025-09-07 13:16:25',2,137,137,0,0,0,0),(18525,3757,3360,0,57,'2025-09-07 13:16:25',1,148,148,0,0,0,0),(18526,3757,2408,0,57,'2025-09-07 13:16:25',1,170,170,0,0,0,0),(18528,3758,133,0,53,'2025-09-07 15:26:43',12,171.6,171.6,0,0,0,0),(18529,3758,2408,0,53,'2025-09-07 15:26:43',2,340,340,0,0,0,0),(18531,3759,3696,0,79,'2025-09-08 17:42:09',2,137,137,0,0,0,0),(18532,3759,2110,0,79,'2025-09-08 17:42:09',4,285.6,285.6,0,0,0,0),(18533,3759,44,0,79,'2025-09-08 17:42:09',1,138,138,0,0,0,0),(18535,3760,490,0,95,'2025-09-08 18:20:04',50,980,980,0,0,0,0),(18536,3760,3476,0,95,'2025-09-08 18:20:04',3,228.6,228.6,0,0,0,0),(18537,3760,2400,0,95,'2025-09-08 18:20:04',1,215,215,0,0,0,0),(18538,3760,3485,0,95,'2025-09-08 18:20:04',1,148.8,148.8,0,0,0,0),(18539,3760,3696,0,95,'2025-09-08 18:20:04',1,68.5,68.5,0,0,0,0),(18540,3760,2110,0,95,'2025-09-08 18:20:04',5,357,357,0,0,0,0),(18541,3760,43,0,95,'2025-09-08 18:20:04',5,450,450,0,0,0,0),(18542,3760,487,0,95,'2025-09-08 18:20:04',3,94.05,94.05,0,0,0,0),(18544,3761,45,0,102,'2025-09-08 18:22:07',3,150,171.103333,0,0,21.103333,0),(18545,3761,43,0,102,'2025-09-08 18:22:07',2,180,194.068889,0,0,14.068889,0),(18546,3761,490,0,102,'2025-09-08 18:22:07',4,78.4,106.537778,0,0,28.137778,0),(18563,3755,43,0,100,'2025-09-06 19:12:44',1,90,90,0,0,0,0),(18564,3755,40,0,100,'2025-09-06 19:12:44',1,90,90,0,0,0,0),(18565,3755,39,0,100,'2025-09-06 19:12:44',1,90,90,0,0,0,0),(18566,3755,3362,0,100,'2025-09-06 19:12:44',1,75,75,0,0,0,0),(18567,3755,487,0,100,'2025-09-06 19:12:44',2,62.7,62.7,0,0,0,0),(18568,3755,2110,0,100,'2025-09-06 19:12:44',1,71.4,71.4,0,0,0,0),(18569,3755,3525,0,100,'2025-09-06 19:12:44',1,90,90,0,0,0,0),(18570,3755,3507,0,100,'2025-09-06 19:12:44',1,175,175,0,0,0,0),(18571,3755,490,0,100,'2025-09-06 19:12:44',8,156.8,156.8,0,0,0,0),(18572,3755,142,0,100,'2025-09-06 19:12:44',12,15,15,0,0,0,0),(18573,3755,146,0,100,'2025-09-06 19:12:44',12,16.56,16.56,0,0,0,0),(18574,3755,42,0,100,'2025-09-06 19:12:44',1,90,90,0,0,0,0),(18575,3755,41,0,100,'2025-09-06 19:12:44',1,73.2,73.2,0,0,0,0),(18576,3755,116,0,100,'2025-09-06 19:12:44',1,165,165,0,0,0,0),(18578,3762,2110,0,95,'2025-09-08 22:12:21',4,285.6,285.6,0,0,0,0),(18579,3762,2113,0,95,'2025-09-08 22:12:21',2,344,344,0,0,0,0),(18580,3762,41,0,95,'2025-09-08 22:12:21',4,292.8,292.8,0,0,0,0),(18581,3762,45,0,95,'2025-09-08 22:12:21',4,200,200,0,0,0,0),(18582,3762,120,0,95,'2025-09-08 22:12:21',3,189,189,0,0,0,0),(18583,3762,3362,0,95,'2025-09-08 22:12:21',3,225,225,0,0,0,0),(18584,3762,490,0,95,'2025-09-08 22:12:21',50,980,980,0,0,0,0),(18585,3762,487,0,95,'2025-09-08 22:12:21',4,125.4,125.4,0,0,0,0),(18587,3763,488,0,81,'2025-09-09 16:41:33',1,31.35,38.396667,0,0,7.046667,0),(18588,3763,487,0,81,'2025-09-09 16:41:33',1,31.35,38.396667,0,0,7.046667,0),(18589,3763,3412,0,81,'2025-09-09 16:41:33',1,90,97.046667,0,0,7.046667,0),(18591,3764,488,0,81,'2025-09-09 16:42:36',1,31.35,38.396667,0,0,7.046667,0),(18592,3764,487,0,81,'2025-09-09 16:42:36',1,31.35,38.396667,0,0,7.046667,0),(18593,3764,3412,0,81,'2025-09-09 16:42:36',1,90,97.046667,0,0,7.046667,0),(18595,3765,488,0,81,'2025-09-09 16:45:14',1,31.35,38.396667,0,0,7.046667,0),(18596,3765,487,0,81,'2025-09-09 16:45:14',1,31.35,38.396667,0,0,7.046667,0),(18597,3765,3412,0,81,'2025-09-09 16:45:14',1,90,97.046667,0,0,7.046667,0),(18599,3766,49,0,108,'2025-09-10 04:27:23',2,180,180,0,0,0,0),(18600,3766,45,0,108,'2025-09-10 04:27:23',4,200,200,0,0,0,0),(18601,3766,3362,0,108,'2025-09-10 04:27:23',2,150,150,0,0,0,0),(18602,3766,3696,0,108,'2025-09-10 04:27:23',2,137,137,0,0,0,0),(18603,3766,488,0,108,'2025-09-10 04:27:23',1,31.35,31.35,0,0,0,0),(18604,3766,487,0,108,'2025-09-10 04:27:23',1,31.35,31.35,0,0,0,0),(18606,3767,3696,0,11,'2025-09-10 18:27:45',2,137,137,0,0,0,0),(18607,3767,488,0,11,'2025-09-10 18:27:45',2,62.7,62.7,0,0,0,0),(18608,3767,487,0,11,'2025-09-10 18:27:45',2,62.7,62.7,0,0,0,0),(18609,3767,2408,0,11,'2025-09-10 18:27:45',1,170,170,0,0,0,0),(18610,3767,45,0,11,'2025-09-10 18:27:45',2,100,100,0,0,0,0),(18627,3768,23,0,76,'2025-09-10 23:11:26',8,509.94,509.94,0,0,0,0),(18628,3768,38,0,76,'2025-09-10 23:11:26',8,1233.25,1233.25,0,0,0,0),(18629,3768,45,0,76,'2025-09-10 23:11:26',8,372,372,0,0,0,0),(18630,3768,41,0,76,'2025-09-10 23:11:26',8,544.61,544.61,0,0,0,0),(18631,3768,49,0,76,'2025-09-10 23:11:26',8,669.6,669.6,0,0,0,0),(18632,3768,41,0,76,'2025-09-10 23:11:26',8,544.61,544.61,0,0,0,0),(18633,3768,3412,0,76,'2025-09-10 23:11:26',1,90,90,0,0,0,0),(18634,3768,133,0,76,'2025-09-10 23:11:26',1,14.3,14.3,0,0,0,0),(18635,3768,3525,0,76,'2025-09-10 23:11:26',2,180,180,0,0,0,0),(18636,3768,40,0,76,'2025-09-10 23:11:26',2,180,180,0,0,0,0),(18637,3768,39,0,76,'2025-09-10 23:11:26',2,180,180,0,0,0,0),(18638,3768,120,0,76,'2025-09-10 23:11:26',1,63,63,0,0,0,0),(18639,3768,43,0,76,'2025-09-10 23:11:26',8,669.6,669.6,0,0,0,0),(18640,3768,45,0,76,'2025-09-10 23:11:26',8,372,372,0,0,0,0),(18642,3769,38,0,49,'2025-09-11 15:12:39',1,165.76,173.38,0,0,7.62,0),(18643,3769,23,0,49,'2025-09-11 15:12:39',1,68.54,76.16,0,0,7.62,0),(18645,3770,2113,0,106,'2025-09-11 17:31:55',2,344,344,0,0,0,0),(18646,3770,490,0,106,'2025-09-11 17:31:55',8,156.8,156.8,0,0,0,0),(18647,3770,44,0,106,'2025-09-11 17:31:55',2,276,276,0,0,0,0),(18649,3772,49,0,92,'2025-09-14 16:27:33',2,180,180,0,0,0,0),(18650,3772,44,0,92,'2025-09-14 16:27:33',2,276,276,0,0,0,0),(18651,3772,3362,0,92,'2025-09-14 16:27:33',3,225,225,0,0,0,0),(18652,3772,3412,0,92,'2025-09-14 16:27:33',1,90,90,0,0,0,0),(18653,3772,41,0,92,'2025-09-14 16:27:33',3,219.6,219.6,0,0,0,0),(18655,3773,2408,0,11,'2025-09-14 18:52:04',1,170,170,0,0,0,0),(18656,3773,45,0,11,'2025-09-14 18:52:04',2,100,100,0,0,0,0),(18657,3773,2110,0,11,'2025-09-14 18:52:04',1,71.4,71.4,0,0,0,0),(18658,3773,2113,0,11,'2025-09-14 18:52:04',1,172,172,0,0,0,0),(18659,3773,49,0,11,'2025-09-14 18:52:04',1,90,90,0,0,0,0),(18660,3773,44,0,11,'2025-09-14 18:52:04',1,138,138,0,0,0,0),(18662,3774,3412,0,90,'2025-09-15 23:25:47',2,180,180,0,0,0,0),(18663,3774,43,0,90,'2025-09-15 23:25:47',2,180,180,0,0,0,0),(18664,3774,3362,0,90,'2025-09-15 23:25:47',1,75,75,0,0,0,0),(18665,3774,41,0,90,'2025-09-15 23:25:47',2,146.4,146.4,0,0,0,0),(18667,3775,3412,0,90,'2025-09-15 23:40:18',1,90,90,0,0,0,0),(18668,3775,43,0,90,'2025-09-15 23:40:18',1,90,90,0,0,0,0),(18669,3775,45,0,90,'2025-09-15 23:40:18',3,150,150,0,0,0,0),(18670,3775,2113,0,90,'2025-09-15 23:40:18',1,172,172,0,0,0,0),(18671,3775,41,0,90,'2025-09-15 23:40:18',1,73.2,73.2,0,0,0,0),(18673,3776,3412,0,90,'2025-09-16 01:20:12',1,90,90,0,0,0,0),(18674,3776,120,0,90,'2025-09-16 01:20:12',1,63,63,0,0,0,0),(18675,3776,43,0,90,'2025-09-16 01:20:12',1,90,90,0,0,0,0),(18676,3776,3362,0,90,'2025-09-16 01:20:12',1,75,75,0,0,0,0),(18677,3776,2110,0,90,'2025-09-16 01:20:12',2,142.8,142.8,0,0,0,0),(18678,3776,2113,0,90,'2025-09-16 01:20:12',2,344,344,0,0,0,0),(18679,3776,41,0,90,'2025-09-16 01:20:12',1,73.2,73.2,0,0,0,0),(18681,3777,2110,0,62,'2025-09-16 02:21:05',2,142.8,142.8,0,0,0,0),(18682,3777,133,0,62,'2025-09-16 02:21:05',4,57.2,57.2,0,0,0,0),(18683,3777,41,0,62,'2025-09-16 02:21:05',4,292.8,292.8,0,0,0,0),(18684,3777,45,0,62,'2025-09-16 02:21:05',2,100,100,0,0,0,0),(18685,3777,2408,0,62,'2025-09-16 02:21:05',1,170,170,0,0,0,0),(18686,3777,49,0,62,'2025-09-16 02:21:05',2,180,180,0,0,0,0),(18687,3777,3354,0,62,'2025-09-16 02:21:05',1,148,148,0,0,0,0),(18689,3778,45,0,90,'2025-09-16 13:14:54',4,200,200,0,0,0,0),(18690,3778,41,0,90,'2025-09-16 13:14:54',2,146.4,146.4,0,0,0,0),(18691,3778,49,0,90,'2025-09-16 13:14:54',1,90,90,0,0,0,0),(18692,3778,2110,0,90,'2025-09-16 13:14:54',1,71.4,71.4,0,0,0,0),(18694,3779,2110,0,79,'2025-09-16 20:44:36',3,214.2,214.2,0,0,0,0),(18695,3779,43,0,79,'2025-09-16 20:44:36',2,180,180,0,0,0,0),(18696,3779,3352,0,79,'2025-09-16 20:44:36',1,148,148,0,0,0,0),(18698,3780,45,0,11,'2025-09-17 15:45:06',1,50,50,0,0,0,0),(18699,3780,2110,0,11,'2025-09-17 15:45:06',2,142.8,142.8,0,0,0,0),(18700,3780,2113,0,11,'2025-09-17 15:45:06',2,344,344,0,0,0,0),(18701,3780,49,0,11,'2025-09-17 15:45:06',2,180,180,0,0,0,0),(18702,3780,3362,0,11,'2025-09-17 15:45:06',2,150,150,0,0,0,0),(18704,184184,45,0,64,'2025-09-17 19:39:06',4,200,200,0,0,0,0),(18705,184184,41,0,64,'2025-09-17 19:39:06',4,272.3,272.3,0,0,0,0),(18706,184184,2110,0,64,'2025-09-17 19:39:06',4,265.61,265.61,0,0,0,0),(18707,184184,49,0,64,'2025-09-17 19:39:06',4,334.8,334.8,0,0,0,0),(18708,184184,45,0,64,'2025-09-17 19:39:06',1,50,50,0,0,0,0),(18709,184184,41,0,64,'2025-09-17 19:39:06',4,272.3,272.3,0,0,0,0),(18710,184184,2110,0,64,'2025-09-17 19:39:06',4,265.61,265.61,0,0,0,0),(18711,184184,49,0,64,'2025-09-17 19:39:06',4,334.8,334.8,0,0,0,0),(18724,184185,45,0,95,'2025-09-17 23:35:42',8,372,372,0,0,0,0),(18725,184185,3485,0,95,'2025-09-17 23:35:42',1,148.8,148.8,0,0,0,0),(18726,184185,3476,0,95,'2025-09-17 23:35:42',8,566.93,566.93,0,0,0,0),(18728,184186,45,0,95,'2025-09-18 22:25:49',8,372,372,0,0,0,0),(18729,184186,3485,0,95,'2025-09-18 22:25:49',1,148.8,148.8,0,0,0,0),(18730,184186,3476,0,95,'2025-09-18 22:25:49',8,566.93,566.93,0,0,0,0),(18731,184186,41,0,95,'2025-09-18 22:25:49',8,544.61,544.61,0,0,0,0),(18733,184187,488,0,25,'2025-09-19 22:52:35',3,94.05,94.05,0,0,0,0),(18734,184187,44,0,25,'2025-09-19 22:52:35',1,138,138,0,0,0,0),(18735,184187,3362,0,25,'2025-09-19 22:52:35',1,75,75,0,0,0,0),(18736,184187,49,0,25,'2025-09-19 22:52:35',1,90,90,0,0,0,0),(18737,184187,487,0,25,'2025-09-19 22:52:35',1,31.35,31.35,0,0,0,0),(18738,184187,3525,0,25,'2025-09-19 22:52:35',1,90,90,0,0,0,0),(18740,184188,490,0,63,'2025-09-22 21:10:21',20,392,392,0,0,0,0),(18741,184188,41,0,63,'2025-09-22 21:10:21',6,439.2,439.2,0,0,0,0),(18742,184188,40,0,63,'2025-09-22 21:10:21',1,90,90,0,0,0,0),(18743,184188,39,0,63,'2025-09-22 21:10:21',1,90,90,0,0,0,0),(18744,184188,2110,0,63,'2025-09-22 21:10:21',4,285.6,285.6,0,0,0,0),(18750,184190,41,0,107,'2025-09-23 18:21:28',3,219.6,219.6,0,0,0,0),(18751,184190,3499,0,107,'2025-09-23 18:21:28',2,285.6,285.6,0,0,0,0),(18762,184191,49,0,69,'2025-09-23 19:13:10',15,1255.5,1255.5,0,0,0,0),(18763,184191,45,0,69,'2025-09-23 19:13:10',10,465,465,0,0,0,0),(18764,184191,2408,0,69,'2025-09-23 19:13:10',2,340,340,0,0,0,0),(18765,184191,490,0,69,'2025-09-23 19:13:10',50,980,980,0,0,0,0),(18766,184191,133,0,69,'2025-09-23 19:13:10',10,143,143,0,0,0,0),(18767,184191,2110,0,69,'2025-09-23 19:13:10',10,664.02,664.02,0,0,0,0),(18768,184191,43,0,69,'2025-09-23 19:13:10',15,1255.5,1255.5,0,0,0,0),(18769,184191,44,0,69,'2025-09-23 19:13:10',1,138,138,0,0,0,0),(18771,184192,3696,0,11,'2025-09-24 02:03:56',1,68.5,68.5,0,0,0,0),(18772,184192,3499,0,11,'2025-09-24 02:03:56',1,142.8,142.8,0,0,0,0),(18773,184192,3412,0,11,'2025-09-24 02:03:56',1,90,90,0,0,0,0),(18774,184192,39,0,11,'2025-09-24 02:03:56',1,90,90,0,0,0,0),(18775,184192,40,0,11,'2025-09-24 02:03:56',1,90,90,0,0,0,0),(18776,184192,41,0,11,'2025-09-24 02:03:56',1,73.2,73.2,0,0,0,0),(18777,184192,44,0,11,'2025-09-24 02:03:56',1,138,138,0,0,0,0),(18779,184193,41,0,49,'2025-09-24 15:21:04',1,73.2,85.33,0,0,12.13,0),(18781,184194,2110,0,79,'2025-09-24 15:58:22',2,142.8,142.8,0,0,0,0),(18782,184194,43,0,79,'2025-09-24 15:58:22',1,90,90,0,0,0,0),(18783,184194,3352,0,79,'2025-09-24 15:58:22',1,148,148,0,0,0,0),(18784,184194,3696,0,79,'2025-09-24 15:58:22',2,137,137,0,0,0,0),(18786,184196,45,0,64,'2025-09-24 17:21:12',3,139.5,139.5,10.5,0,0,0),(18789,184197,3696,0,79,'2025-09-25 13:44:38',5,342.5,369.9,0,27.4,0,0),(18790,184197,44,0,79,'2025-09-25 13:44:38',1,138,149.04,0,11.04,0,0),(18791,184197,2110,0,79,'2025-09-25 13:44:38',1,71.4,77.11,0,5.71,0,0),(18794,184198,3696,0,79,'2025-09-25 13:48:54',-5,-342.5,-369.9,0,-27.4,0,0),(18795,184198,44,0,79,'2025-09-25 13:48:54',-1,-138,-149.04,0,-11.04,0,0),(18796,184198,2110,0,79,'2025-09-25 13:48:54',-1,-71.4,-77.11,0,-5.71,0,0),(18798,184199,2113,0,57,'2025-09-25 17:29:16',1,172,172,0,0,0,0),(18799,184199,45,0,57,'2025-09-25 17:29:16',1,50,50,0,0,0,0),(18800,184199,41,0,57,'2025-09-25 17:29:16',1,73.2,73.2,0,0,0,0),(18801,184199,38,0,57,'2025-09-25 17:29:16',1,165.76,165.76,0,0,0,0),(18802,184199,2110,0,57,'2025-09-25 17:29:16',2,142.8,142.8,0,0,0,0),(18803,184199,3696,0,57,'2025-09-25 17:29:16',8,509.64,509.64,0,0,0,0),(18805,184201,3696,0,79,'2025-09-25 20:53:04',5,342.5,342.5,0,0,0,0),(18806,184201,44,0,79,'2025-09-25 20:53:04',1,138,138,0,0,0,0),(18807,184201,2110,0,79,'2025-09-25 20:53:04',1,71.4,71.4,0,0,0,0),(18809,184202,488,0,64,'2025-09-26 12:06:50',6,188.1,188.1,0,0,0,0),(18810,184202,490,0,64,'2025-09-26 12:06:50',18,352.8,352.8,0,0,0,0),(18812,184204,2110,0,79,'2025-09-26 22:53:43',4,285.6,285.6,0,0,0,0),(18813,184204,3696,0,79,'2025-09-26 22:53:43',4,274,274,0,0,0,0),(18822,184206,3362,0,109,'2025-09-30 12:51:29',4,300,324,0,24,0,0),(18823,184206,146,0,109,'2025-09-30 12:51:29',5,6.9,7.45,0,0.55,0,0),(18824,184206,49,0,109,'2025-09-30 12:51:29',4,360,388.8,0,28.8,0,0),(18825,184206,43,0,109,'2025-09-30 12:51:29',20,1674,1807.92,0,133.92,0,0),(18828,184208,2110,0,12,'2025-10-01 15:57:12',1,71.4,71.4,0,0,0,0),(18829,184208,2113,0,12,'2025-10-01 15:57:12',1,172,172,0,0,0,0),(18830,184208,44,0,12,'2025-10-01 15:57:12',1,138,138,0,0,0,0),(18831,184208,2408,0,12,'2025-10-01 15:57:12',1,170,170,0,0,0,0),(18832,184208,120,0,12,'2025-10-01 15:57:12',1,63,63,0,0,0,0),(18833,184208,3696,0,12,'2025-10-01 15:57:12',1,68.5,68.5,0,0,0,0),(18834,184208,487,0,12,'2025-10-01 15:57:12',1,31.35,31.35,0,0,0,0),(18837,184209,3696,0,11,'2025-10-02 14:27:38',2,137,137,0,0,0,0),(18838,184209,44,0,11,'2025-10-02 14:27:38',2,276,276,0,0,0,0),(18839,184209,487,0,11,'2025-10-02 14:27:38',1,31.35,31.35,0,0,0,0),(18840,184209,2110,0,11,'2025-10-02 14:27:38',2,142.8,142.8,0,0,0,0),(18841,184209,2113,0,11,'2025-10-02 14:27:38',1,172,172,0,0,0,0),(18842,184209,43,0,11,'2025-10-02 14:27:38',1,90,90,0,0,0,0),(18843,184209,2408,0,11,'2025-10-02 14:27:38',1,170,170,0,0,0,0),(18844,184209,49,0,11,'2025-10-02 14:27:38',2,180,180,0,0,0,0),(18846,184210,49,0,11,'2025-10-02 14:37:20',1,90,90,0,0,0,0),(18847,184210,3362,0,11,'2025-10-02 14:37:20',1,75,75,0,0,0,0),(18848,184210,43,0,11,'2025-10-02 14:37:20',1,90,90,0,0,0,0),(18849,184210,45,0,11,'2025-10-02 14:37:20',3,150,150,0,0,0,0),(18850,184210,3696,0,11,'2025-10-02 14:37:20',1,68.5,68.5,0,0,0,0),(18851,184210,487,0,11,'2025-10-02 14:37:20',1,31.35,31.35,0,0,0,0),(18852,184210,488,0,11,'2025-10-02 14:37:20',1,31.35,31.35,0,0,0,0),(18854,184211,2113,0,62,'2025-10-02 17:25:19',2,344,344,0,0,0,0),(18855,184211,2110,0,62,'2025-10-02 17:25:19',4,285.6,285.6,0,0,0,0),(18856,184211,41,0,62,'2025-10-02 17:25:19',3,219.6,219.6,0,0,0,0),(18858,184212,2110,0,111,'2025-10-02 20:52:10',2,142.8,142.8,0,0,0,0),(18859,184212,2113,0,111,'2025-10-02 20:52:10',2,344,344,0,0,0,0),(18860,184212,93,0,111,'2025-10-02 20:52:10',5,0,0,0,0,0,0),(18861,184212,3412,0,111,'2025-10-02 20:52:10',1,90,90,0,0,0,0),(18862,184212,45,0,111,'2025-10-02 20:52:10',2,100,100,0,0,0,0),(18863,184212,3476,0,111,'2025-10-02 20:52:10',1,76.2,76.2,0,0,0,0),(18864,184212,41,0,111,'2025-10-02 20:52:10',2,146.4,146.4,0,0,0,0),(18865,184212,118,0,111,'2025-10-02 20:52:10',1,215,215,0,0,0,0),(18866,184212,51,0,111,'2025-10-02 20:52:10',2,340,340,0,0,0,0),(18867,184212,43,0,111,'2025-10-02 20:52:10',2,180,180,0,0,0,0),(18868,184212,3352,0,111,'2025-10-02 20:52:10',1,148,148,0,0,0,0),(18869,184212,49,0,111,'2025-10-02 20:52:10',2,180,180,0,0,0,0),(18870,184212,3354,0,111,'2025-10-02 20:52:10',1,148,148,0,0,0,0),(18871,184212,3362,0,111,'2025-10-02 20:52:10',1,75,75,0,0,0,0),(18872,184212,3360,0,111,'2025-10-02 20:52:10',1,148,148,0,0,0,0),(18873,184212,39,0,111,'2025-10-02 20:52:10',1,90,90,0,0,0,0),(18874,184212,40,0,111,'2025-10-02 20:52:10',1,90,90,0,0,0,0),(18875,184212,3525,0,111,'2025-10-02 20:52:10',1,90,90,0,0,0,0),(18876,184212,97,0,111,'2025-10-02 20:52:10',2,0,0,0,0,0,0),(18877,184212,3499,0,111,'2025-10-02 20:52:10',1,142.8,142.8,0,0,0,0),(18878,184212,3485,0,111,'2025-10-02 20:52:10',1,148.8,148.8,0,0,0,0),(18879,184212,99,0,111,'2025-10-02 20:52:10',1,0,0,0,0,0,0),(18880,184212,133,0,111,'2025-10-02 20:52:10',1,14.3,14.3,0,0,0,0),(18882,184213,2110,0,13,'2025-10-02 21:45:35',4,285.6,285.6,0,0,0,0),(18883,184213,2113,0,13,'2025-10-02 21:45:35',3,516,516,0,0,0,0),(18884,184213,41,0,13,'2025-10-02 21:45:35',3,219.6,219.6,0,0,0,0),(18885,184213,45,0,13,'2025-10-02 21:45:35',2,100,100,0,0,0,0),(18887,184214,45,0,53,'2025-10-03 13:51:03',2,100,100,0,0,0,0),(18888,184214,41,0,53,'2025-10-03 13:51:03',5,366,366,0,0,0,0),(18889,184214,43,0,53,'2025-10-03 13:51:03',2,180,180,0,0,0,0),(18890,184214,120,0,53,'2025-10-03 13:51:03',1,63,63,0,0,0,0),(18891,184214,2408,0,53,'2025-10-03 13:51:03',4,680,680,0,0,0,0),(18892,184214,490,0,53,'2025-10-03 13:51:03',10,196,196,0,0,0,0),(18893,184214,133,0,53,'2025-10-03 13:51:03',8,114.4,114.4,0,0,0,0),(18895,184215,2110,0,53,'2025-10-03 14:05:44',2,142.8,142.8,0,0,0,0),(18896,184215,45,0,53,'2025-10-03 14:05:44',2,100,100,0,0,0,0),(18897,184215,42,0,53,'2025-10-03 14:05:44',1,90,90,0,0,0,0),(18898,184215,41,0,53,'2025-10-03 14:05:44',3,219.6,219.6,0,0,0,0),(18899,184215,49,0,53,'2025-10-03 14:05:44',2,180,180,0,0,0,0),(18900,184215,116,0,53,'2025-10-03 14:05:44',1,165,165,0,0,0,0),(18901,184215,2408,0,53,'2025-10-03 14:05:44',3,510,510,0,0,0,0),(18902,184215,2400,0,53,'2025-10-03 14:05:44',1,215,215,0,0,0,0),(18903,184215,490,0,53,'2025-10-03 14:05:44',6,117.6,117.6,0,0,0,0),(18904,184215,133,0,53,'2025-10-03 14:05:44',6,85.8,85.8,0,0,0,0),(18906,184216,2110,0,53,'2025-10-03 14:15:11',2,142.8,142.8,0,0,0,0),(18907,184216,2113,0,53,'2025-10-03 14:15:11',1,172,172,0,0,0,0),(18908,184216,41,0,53,'2025-10-03 14:15:11',3,219.6,219.6,0,0,0,0),(18909,184216,39,0,53,'2025-10-03 14:15:11',1,90,90,0,0,0,0),(18910,184216,43,0,53,'2025-10-03 14:15:11',1,90,90,0,0,0,0),(18911,184216,116,0,53,'2025-10-03 14:15:11',1,165,165,0,0,0,0),(18912,184216,2408,0,53,'2025-10-03 14:15:11',1,170,170,0,0,0,0),(18913,184216,490,0,53,'2025-10-03 14:15:11',2,39.2,39.2,0,0,0,0),(18915,184217,2110,0,101,'2025-10-03 15:15:55',1,71.4,71.4,0,0,0,0),(18916,184217,2113,0,101,'2025-10-03 15:15:55',1,172,172,0,0,0,0),(18917,184217,45,0,101,'2025-10-03 15:15:55',1,50,50,0,0,0,0),(18918,184217,41,0,101,'2025-10-03 15:15:55',1,73.2,73.2,0,0,0,0),(18919,184217,39,0,101,'2025-10-03 15:15:55',1,90,90,0,0,0,0),(18920,184217,3352,0,101,'2025-10-03 15:15:55',1,148,148,0,0,0,0),(18921,184217,3354,0,101,'2025-10-03 15:15:55',1,148,148,0,0,0,0),(18922,184217,490,0,101,'2025-10-03 15:15:55',7,137.2,137.2,0,0,0,0),(18924,184218,2110,0,101,'2025-10-03 15:23:47',2,142.8,142.8,0,0,0,0),(18925,184218,2113,0,101,'2025-10-03 15:23:47',1,172,172,0,0,0,0),(18926,184218,41,0,101,'2025-10-03 15:23:47',5,366,366,0,0,0,0),(18927,184218,39,0,101,'2025-10-03 15:23:47',1,90,90,0,0,0,0),(18928,184218,40,0,101,'2025-10-03 15:23:47',1,90,90,0,0,0,0),(18929,184218,43,0,101,'2025-10-03 15:23:47',2,180,180,0,0,0,0),(18930,184218,3362,0,101,'2025-10-03 15:23:47',2,150,150,0,0,0,0),(18931,184218,3360,0,101,'2025-10-03 15:23:47',1,148,148,0,0,0,0),(18932,184218,49,0,101,'2025-10-03 15:23:47',3,270,270,0,0,0,0),(18933,184218,2400,0,101,'2025-10-03 15:23:47',2,430,430,0,0,0,0),(18934,184218,490,0,101,'2025-10-03 15:23:47',5,98,98,0,0,0,0),(18935,184218,133,0,101,'2025-10-03 15:23:47',13,185.9,185.9,0,0,0,0),(18937,184219,116,0,79,'2025-10-03 20:37:47',1,165,165,0,0,0,0),(18938,184219,39,0,79,'2025-10-03 20:37:47',2,180,180,0,0,0,0),(18939,184219,120,0,79,'2025-10-03 20:37:47',1,63,63,0,0,0,0),(18940,184219,43,0,79,'2025-10-03 20:37:47',2,180,180,0,0,0,0),(18942,184221,41,0,102,'2025-10-06 19:56:21',1,73.2,82.7725,0,0,9.5725,0),(18943,184221,51,0,102,'2025-10-06 19:56:21',1,170,179.5725,0,0,9.5725,0),(18944,184221,2110,0,102,'2025-10-06 19:56:21',2,142.8,161.945,0,0,19.145,0),(18946,184222,23,0,57,'2025-10-07 14:53:07',1,68.54,68.54,0,0,0,0),(18947,184222,38,0,57,'2025-10-07 14:53:07',1,165.76,165.76,0,0,0,0),(18948,184222,2110,0,57,'2025-10-07 14:53:07',1,71.4,71.4,0,0,0,0),(18949,184222,2113,0,57,'2025-10-07 14:53:07',2,344,344,0,0,0,0),(18950,184222,3476,0,57,'2025-10-07 14:53:07',1,76.2,76.2,0,0,0,0),(18951,184222,41,0,57,'2025-10-07 14:53:07',1,73.2,73.2,0,0,0,0),(18952,184222,45,0,57,'2025-10-07 14:53:07',2,100,100,0,0,0,0),(18953,184222,43,0,57,'2025-10-07 14:53:07',1,90,90,0,0,0,0),(18954,184222,3360,0,57,'2025-10-07 14:53:07',1,148,148,0,0,0,0),(18955,184222,3356,0,57,'2025-10-07 14:53:07',1,151.2,151.2,0,0,0,0),(18956,184222,3358,0,57,'2025-10-07 14:53:07',1,151.2,151.2,0,0,0,0),(18957,184222,3524,0,57,'2025-10-07 14:53:07',1,151.2,151.2,0,0,0,0),(18958,184222,3485,0,57,'2025-10-07 14:53:07',1,148.8,148.8,0,0,0,0),(18959,184222,3499,0,57,'2025-10-07 14:53:07',1,142.8,142.8,0,0,0,0),(18961,184223,23,0,57,'2025-10-07 15:02:08',1,68.54,68.54,0,0,0,0),(18962,184223,38,0,57,'2025-10-07 15:02:08',1,165.76,165.76,0,0,0,0),(18963,184223,2110,0,57,'2025-10-07 15:02:08',1,71.4,71.4,0,0,0,0),(18964,184223,2113,0,57,'2025-10-07 15:02:08',2,344,344,0,0,0,0),(18965,184223,3476,0,57,'2025-10-07 15:02:08',1,76.2,76.2,0,0,0,0),(18966,184223,41,0,57,'2025-10-07 15:02:08',1,73.2,73.2,0,0,0,0),(18967,184223,45,0,57,'2025-10-07 15:02:08',2,100,100,0,0,0,0),(18968,184223,3485,0,57,'2025-10-07 15:02:08',1,148.8,148.8,0,0,0,0),(18969,184223,3499,0,57,'2025-10-07 15:02:08',1,142.8,142.8,0,0,0,0),(18978,184224,49,0,57,'2025-10-07 15:35:24',1,90,90,0,0,0,0),(18979,184224,3360,0,57,'2025-10-07 15:35:24',1,148,148,0,0,0,0),(18980,184224,120,0,57,'2025-10-07 15:35:24',1,63,63,0,0,0,0),(18981,184224,3358,0,57,'2025-10-07 15:35:24',1,151.2,151.2,0,0,0,0),(18982,184224,3356,0,57,'2025-10-07 15:35:24',1,151.2,151.2,0,0,0,0),(18983,184224,3524,0,57,'2025-10-07 15:35:24',1,151.2,151.2,0,0,0,0),(18985,184225,41,0,25,'2025-10-08 04:08:07',1,73.2,73.2,0,0,0,0),(18986,184225,2113,0,25,'2025-10-08 04:08:07',1,172,172,0,0,0,0),(18987,184225,45,0,25,'2025-10-08 04:08:07',3,150,150,0,0,0,0),(18988,184225,51,0,25,'2025-10-08 04:08:07',1,170,170,0,0,0,0),(18989,184225,3696,0,25,'2025-10-08 04:08:07',4,274,274,0,0,0,0),(18991,184226,41,0,42,'2025-10-08 16:05:58',1,73.2,73.2,0,0,0,0),(18992,184226,44,0,42,'2025-10-08 16:05:58',8,1026.72,1026.72,0,0,0,0),(18993,184226,49,0,42,'2025-10-08 16:05:58',8,669.6,669.6,0,0,0,0),(18994,184226,120,0,42,'2025-10-08 16:05:58',1,63,63,0,0,0,0),(18996,184228,45,0,55,'2025-10-09 23:16:05',1,50,56.136667,0,0,6.136667,0),(18997,184228,39,0,55,'2025-10-09 23:16:05',1,90,96.136667,0,0,6.136667,0),(18998,184228,3499,0,55,'2025-10-09 23:16:05',1,142.8,148.936667,0,0,6.136667,0),(19000,184229,49,0,11,'2025-10-10 18:17:14',3,270,270,0,0,0,0),(19001,184229,45,0,11,'2025-10-10 18:17:14',5,250,250,0,0,0,0),(19002,184229,3696,0,11,'2025-10-10 18:17:14',2,137,137,0,0,0,0),(19003,184229,487,0,11,'2025-10-10 18:17:14',1,31.35,31.35,0,0,0,0),(19004,184229,488,0,11,'2025-10-10 18:17:14',1,31.35,31.35,0,0,0,0),(19005,184229,2110,0,11,'2025-10-10 18:17:14',2,142.8,142.8,0,0,0,0),(19006,184229,2113,0,11,'2025-10-10 18:17:14',1,172,172,0,0,0,0),(19008,184230,43,0,96,'2025-10-10 20:25:46',2,180,180,0,0,0,0),(19009,184230,41,0,96,'2025-10-10 20:25:46',2,146.4,146.4,0,0,0,0),(19010,184230,45,0,96,'2025-10-10 20:25:46',2,100,100,0,0,0,0),(19011,184230,38,0,96,'2025-10-10 20:25:46',1,165.76,165.76,0,0,0,0),(19012,184230,23,0,96,'2025-10-10 20:25:46',1,68.54,68.54,0,0,0,0),(19013,184230,3412,0,96,'2025-10-10 20:25:46',1,90,90,0,0,0,0),(19014,184230,49,0,96,'2025-10-10 20:25:46',1,90,90,0,0,0,0),(19015,184230,40,0,96,'2025-10-10 20:25:46',1,90,90,0,0,0,0),(19016,184230,39,0,96,'2025-10-10 20:25:46',1,90,90,0,0,0,0),(19018,184231,2110,0,79,'2025-10-13 00:31:24',1,71.4,71.4,0,0,0,0),(19019,184231,49,0,79,'2025-10-13 00:31:24',2,180,180,0,0,0,0),(19020,184231,43,0,79,'2025-10-13 00:31:24',2,180,180,0,0,0,0),(19021,184231,44,0,79,'2025-10-13 00:31:24',1,138,138,0,0,0,0),(19023,184233,41,0,112,'2025-10-14 16:31:45',2,146.4,146.4,0,0,0,0),(19024,184233,49,0,112,'2025-10-14 16:31:45',1,90,90,0,0,0,0),(19025,184233,43,0,112,'2025-10-14 16:31:45',1,90,90,0,0,0,0),(19026,184233,120,0,112,'2025-10-14 16:31:45',1,63,63,0,0,0,0),(19027,184233,40,0,112,'2025-10-14 16:31:45',1,90,90,0,0,0,0),(19028,184233,39,0,112,'2025-10-14 16:31:45',1,90,90,0,0,0,0),(19029,184233,93,0,112,'2025-10-14 16:31:45',4,0,0,0,0,0,0),(19030,184233,23,0,112,'2025-10-14 16:31:45',2,137.08,137.08,0,0,0,0),(19031,184233,38,0,112,'2025-10-14 16:31:45',2,331.52,331.52,0,0,0,0),(19033,184234,49,0,70,'2025-10-14 17:36:01',8,669.6,669.6,0,0,0,0),(19034,184234,116,0,70,'2025-10-14 17:36:01',1,165,165,0,0,0,0),(19035,184234,3476,0,70,'2025-10-14 17:36:01',4,304.8,304.8,0,0,0,0),(19037,184235,49,0,70,'2025-10-14 17:38:03',8,669.6,669.6,0,0,0,0),(19039,184236,41,0,49,'2025-10-14 19:53:59',1,73.2,74.845556,0,0,1.645556,0),(19040,184236,488,0,49,'2025-10-14 19:53:59',1,31.35,32.995556,0,0,1.645556,0),(19041,184236,318,0,49,'2025-10-14 19:53:59',3,9,13.936667,0,0,4.936667,0),(19042,184236,137,0,49,'2025-10-14 19:53:59',4,24.2,30.782222,0,0,6.582222,0),(19044,184237,2110,0,63,'2025-10-15 19:39:22',6,428.4,428.4,0,0,0,0),(19045,184237,2113,0,63,'2025-10-15 19:39:22',6,1032,1032,0,0,0,0),(19050,184239,49,0,90,'2025-10-15 20:05:34',1,90,90,0,0,0,0),(19051,184239,40,0,90,'2025-10-15 20:05:34',1,90,90,0,0,0,0),(19052,184239,3412,0,90,'2025-10-15 20:05:34',1,90,90,0,0,0,0),(19053,184239,43,0,90,'2025-10-15 20:05:34',1,90,90,0,0,0,0),(19054,184239,2113,0,90,'2025-10-15 20:05:34',1,172,172,0,0,0,0),(19055,184239,41,0,90,'2025-10-15 20:05:34',1,73.2,73.2,0,0,0,0),(19056,184239,39,0,90,'2025-10-15 20:05:34',1,90,90,0,0,0,0),(19057,184239,2110,0,90,'2025-10-15 20:05:34',1,71.4,71.4,0,0,0,0),(19059,184240,487,0,90,'2025-10-15 20:55:15',1,31.35,31.35,0,0,0,0),(19060,184240,2110,0,90,'2025-10-15 20:55:15',1,71.4,71.4,0,0,0,0),(19061,184240,43,0,90,'2025-10-15 20:55:15',2,180,180,0,0,0,0),(19062,184240,45,0,90,'2025-10-15 20:55:15',1,50,50,0,0,0,0),(19063,184240,120,0,90,'2025-10-15 20:55:15',1,63,63,0,0,0,0),(19064,184240,3412,0,90,'2025-10-15 20:55:15',1,90,90,0,0,0,0),(19065,184240,49,0,90,'2025-10-15 20:55:15',1,90,90,0,0,0,0),(19071,184241,487,0,14,'2025-10-16 15:29:20',2,62.7,70.575,0,0,7.875,0),(19072,184241,3696,0,14,'2025-10-16 15:29:20',1,68.5,72.4375,0,0,3.9375,0),(19073,184241,42,0,14,'2025-10-16 15:29:20',1,90,93.9375,0,0,3.9375,0),(19075,184242,49,0,11,'2025-10-16 17:50:07',2,180,180,0,0,0,0),(19076,184242,45,0,11,'2025-10-16 17:50:07',3,150,150,0,0,0,0),(19077,184242,3696,0,11,'2025-10-16 17:50:07',3,205.5,205.5,0,0,0,0),(19078,184242,487,0,11,'2025-10-16 17:50:07',2,62.7,62.7,0,0,0,0),(19079,184242,488,0,11,'2025-10-16 17:50:07',2,62.7,62.7,0,0,0,0),(19080,184242,3499,0,11,'2025-10-16 17:50:07',1,142.8,142.8,0,0,0,0),(19081,184242,3362,0,11,'2025-10-16 17:50:07',1,75,75,0,0,0,0),(19083,184243,3412,0,12,'2025-10-17 17:25:13',1,90,90,0,0,0,0),(19084,184243,41,0,12,'2025-10-17 17:25:13',1,73.2,73.2,0,0,0,0),(19085,184243,45,0,12,'2025-10-17 17:25:13',1,50,50,0,0,0,0),(19086,184243,2408,0,12,'2025-10-17 17:25:13',2,340,340,0,0,0,0),(19087,184243,2400,0,12,'2025-10-17 17:25:13',1,215,215,0,0,0,0),(19088,184243,49,0,12,'2025-10-17 17:25:13',1,90,90,0,0,0,0),(19089,184243,43,0,12,'2025-10-17 17:25:13',1,90,90,0,0,0,0),(19090,184243,3696,0,12,'2025-10-17 17:25:13',1,68.5,68.5,0,0,0,0),(19091,184243,487,0,12,'2025-10-17 17:25:13',1,31.35,31.35,0,0,0,0),(19093,184244,2110,0,6,'2025-10-17 18:33:34',2,142.8,142.8,0,0,0,0),(19094,184244,2113,0,6,'2025-10-17 18:33:34',1,172,172,0,0,0,0),(19095,184244,41,0,6,'2025-10-17 18:33:34',2,146.4,146.4,0,0,0,0),(19096,184244,49,0,6,'2025-10-17 18:33:34',2,180,180,0,0,0,0),(19097,184244,43,0,6,'2025-10-17 18:33:34',2,180,180,0,0,0,0),(19098,184244,3499,0,6,'2025-10-17 18:33:34',1,142.8,142.8,0,0,0,0),(19099,184244,490,0,6,'2025-10-17 18:33:34',7,137.2,137.2,0,0,0,0),(19101,184245,2110,0,95,'2025-10-17 22:53:35',5,357,357,0,0,0,0),(19102,184245,2113,0,95,'2025-10-17 22:53:35',2,344,344,0,0,0,0),(19103,184245,2408,0,95,'2025-10-17 22:53:35',3,510,510,0,0,0,0),(19104,184245,43,0,95,'2025-10-17 22:53:35',4,360,360,0,0,0,0),(19105,184245,487,0,95,'2025-10-17 22:53:35',4,125.4,125.4,0,0,0,0),(19106,184245,490,0,95,'2025-10-17 22:53:35',40,784,784,0,0,0,0),(19107,184245,45,0,95,'2025-10-17 22:53:35',8,372,372,0,0,0,0),(19109,184246,487,0,14,'2025-10-20 12:57:09',2,62.7,70.575,0,0,7.875,0),(19110,184246,3696,0,14,'2025-10-20 12:57:09',1,68.5,72.4375,0,0,3.9375,0),(19111,184246,42,0,14,'2025-10-20 12:57:09',1,90,93.9375,0,0,3.9375,0),(19113,184249,2110,0,11,'2025-10-21 12:54:57',1,71.4,71.4,0,0,0,0),(19114,184249,2113,0,11,'2025-10-21 12:54:57',1,172,172,0,0,0,0),(19115,184249,3412,0,11,'2025-10-21 12:54:57',1,90,90,0,0,0,0),(19116,184249,45,0,11,'2025-10-21 12:54:57',2,100,100,0,0,0,0),(19117,184249,49,0,11,'2025-10-21 12:54:57',1,90,90,0,0,0,0),(19118,184249,3360,0,11,'2025-10-21 12:54:57',2,296,296,0,0,0,0),(19119,184249,3696,0,11,'2025-10-21 12:54:57',2,137,137,0,0,0,0),(19120,184249,488,0,11,'2025-10-21 12:54:57',1,31.35,31.35,0,0,0,0),(19121,184249,487,0,11,'2025-10-21 12:54:57',1,31.35,31.35,0,0,0,0),(19123,184250,3499,0,11,'2025-10-21 16:30:25',1,142.8,142.8,0,0,0,0),(19124,184250,488,0,11,'2025-10-21 16:30:25',1,31.35,31.35,0,0,0,0),(19125,184250,487,0,11,'2025-10-21 16:30:25',2,62.7,62.7,0,0,0,0),(19126,184250,3696,0,11,'2025-10-21 16:30:25',3,205.5,205.5,0,0,0,0),(19127,184250,39,0,11,'2025-10-21 16:30:25',1,90,90,0,0,0,0),(19128,184250,43,0,11,'2025-10-21 16:30:25',2,180,180,0,0,0,0),(19129,184250,44,0,11,'2025-10-21 16:30:25',2,276,276,0,0,0,0),(19131,184251,2110,0,85,'2025-10-22 01:29:45',15,996.03,996.03,0,0,0,0),(19132,184251,2113,0,85,'2025-10-22 01:29:45',8,1279.68,1279.68,0,0,0,0),(19133,184251,49,0,85,'2025-10-22 01:29:45',15,1255.5,1255.5,0,0,0,0),(19135,184252,41,0,107,'2025-10-22 19:03:11',7,512.4,512.4,0,0,0,0),(19136,184252,3499,0,107,'2025-10-22 19:03:11',3,428.4,428.4,0,0,0,0),(19138,184253,490,0,106,'2025-10-23 17:54:49',5,98,98,0,0,0,0),(19139,184253,2110,0,106,'2025-10-23 17:54:49',3,214.2,214.2,0,0,0,0),(19140,184253,2113,0,106,'2025-10-23 17:54:49',2,344,344,0,0,0,0),(19141,184253,39,0,106,'2025-10-23 17:54:49',2,180,180,0,0,0,0),(19142,184253,45,0,106,'2025-10-23 17:54:49',2,100,100,0,0,0,0),(19143,184253,2408,0,106,'2025-10-23 17:54:49',3,510,510,0,0,0,0),(19148,184254,2110,0,79,'2025-10-24 19:08:38',4,285.6,285.6,0,0,0,0),(19149,184254,3696,0,79,'2025-10-24 19:08:38',4,274,274,0,0,0,0),(19151,184255,43,0,26,'2025-10-27 15:48:27',2,180,180,0,0,0,0),(19152,184255,2110,0,26,'2025-10-27 15:48:27',2,142.8,142.8,0,0,0,0),(19153,184255,3476,0,26,'2025-10-27 15:48:27',1,76.2,76.2,0,0,0,0),(19154,184255,41,0,26,'2025-10-27 15:48:27',1,73.2,73.2,0,0,0,0),(19155,184255,49,0,26,'2025-10-27 15:48:27',1,90,90,0,0,0,0),(19156,184255,3696,0,26,'2025-10-27 15:48:27',2,137,137,0,0,0,0),(19157,184255,488,0,26,'2025-10-27 15:48:27',1,31.35,31.35,0,0,0,0),(19159,184256,40,0,33,'2025-10-27 22:06:38',1,90,94.9325,0,0,4.9325,0),(19160,184256,3696,0,33,'2025-10-27 22:06:38',1,68.5,73.4325,0,0,4.9325,0),(19161,184256,488,0,33,'2025-10-27 22:06:38',1,31.35,36.2825,0,0,4.9325,0),(19162,184256,3412,0,33,'2025-10-27 22:06:38',1,90,94.9325,0,0,4.9325,0),(19164,184260,3354,0,79,'2025-10-28 21:14:24',2,296,296,0,0,0,0),(19165,184260,120,0,79,'2025-10-28 21:14:24',1,63,63,0,0,0,0),(19166,184260,3696,0,79,'2025-10-28 21:14:24',1,68.5,68.5,0,0,0,0),(19167,184260,44,0,79,'2025-10-28 21:14:24',1,138,138,0,0,0,0),(19169,184261,2110,0,79,'2025-10-28 21:17:09',1,71.4,71.4,0,0,0,0),(19170,184261,44,0,79,'2025-10-28 21:17:09',2,276,276,0,0,0,0),(19171,184261,40,0,79,'2025-10-28 21:17:09',1,90,90,0,0,0,0),(19172,184261,39,0,79,'2025-10-28 21:17:09',1,90,90,0,0,0,0),(19173,184261,3352,0,79,'2025-10-28 21:17:09',1,148,148,0,0,0,0),(19175,184262,41,0,25,'2025-10-29 04:03:33',1,73.2,73.2,0,0,0,0),(19176,184262,45,0,25,'2025-10-29 04:03:33',3,150,150,0,0,0,0),(19177,184262,51,0,25,'2025-10-29 04:03:33',1,170,170,0,0,0,0),(19178,184262,3696,0,25,'2025-10-29 04:03:33',2,137,137,0,0,0,0),(19179,184262,488,0,25,'2025-10-29 04:03:33',1,31.35,31.35,0,0,0,0),(19180,184262,487,0,25,'2025-10-29 04:03:33',1,31.35,31.35,0,0,0,0),(19181,184262,49,0,25,'2025-10-29 04:03:33',1,90,90,0,0,0,0),(19183,184263,41,0,25,'2025-10-29 04:05:22',1,73.2,73.2,0,0,0,0),(19184,184263,45,0,25,'2025-10-29 04:05:22',3,150,150,0,0,0,0),(19185,184263,51,0,25,'2025-10-29 04:05:22',1,170,170,0,0,0,0),(19186,184263,3696,0,25,'2025-10-29 04:05:22',2,137,137,0,0,0,0),(19187,184263,488,0,25,'2025-10-29 04:05:22',1,31.35,31.35,0,0,0,0),(19188,184263,487,0,25,'2025-10-29 04:05:22',1,31.35,31.35,0,0,0,0),(19189,184263,49,0,25,'2025-10-29 04:05:22',1,90,90,0,0,0,0),(19191,184264,2110,0,57,'2025-10-30 01:40:02',1,71.4,71.4,0,0,0,0),(19192,184264,2113,0,57,'2025-10-30 01:40:02',1,172,172,0,0,0,0),(19193,184264,38,0,57,'2025-10-30 01:40:02',1,165.76,165.76,0,0,0,0),(19194,184264,23,0,57,'2025-10-30 01:40:02',1,68.54,68.54,0,0,0,0),(19195,184264,41,0,57,'2025-10-30 01:40:02',1,73.2,73.2,0,0,0,0),(19196,184264,45,0,57,'2025-10-30 01:40:02',1,50,50,0,0,0,0),(19197,184264,3696,0,57,'2025-10-30 01:40:02',2,137,137,0,0,0,0),(19199,184265,2110,0,79,'2025-10-30 16:44:01',4,285.6,285.6,0,0,0,0),(19200,184265,3354,0,79,'2025-10-30 16:44:01',2,296,296,0,0,0,0),(19201,184265,3352,0,79,'2025-10-30 16:44:01',1,148,148,0,0,0,0),(19203,184266,2110,0,110,'2025-10-30 21:58:01',2,142.8,142.8,0,0,0,0),(19204,184266,41,0,110,'2025-10-30 21:58:01',2,146.4,146.4,0,0,0,0),(19205,184266,45,0,110,'2025-10-30 21:58:01',2,100,100,0,0,0,0),(19206,184266,51,0,110,'2025-10-30 21:58:01',1,170,170,0,0,0,0),(19207,184266,49,0,110,'2025-10-30 21:58:01',2,180,180,0,0,0,0),(19208,184266,3362,0,110,'2025-10-30 21:58:01',1,75,75,0,0,0,0),(19209,184266,43,0,110,'2025-10-30 21:58:01',2,180,180,0,0,0,0),(19210,184266,39,0,110,'2025-10-30 21:58:01',1,90,90,0,0,0,0),(19211,184266,40,0,110,'2025-10-30 21:58:01',1,90,90,0,0,0,0),(19212,184266,3499,0,110,'2025-10-30 21:58:01',1,142.8,142.8,0,0,0,0),(19213,184266,44,0,110,'2025-10-30 21:58:01',1,138,138,0,0,0,0),(19215,184267,41,0,92,'2025-10-31 11:21:43',3,219.6,219.6,0,0,0,0),(19216,184267,44,0,92,'2025-10-31 11:21:43',1,138,138,0,0,0,0),(19217,184267,49,0,92,'2025-10-31 11:21:43',1,90,90,0,0,0,0),(19218,184267,3362,0,92,'2025-10-31 11:21:43',1,75,75,0,0,0,0),(19219,184267,40,0,92,'2025-10-31 11:21:43',1,90,90,0,0,0,0),(19220,184267,39,0,92,'2025-10-31 11:21:43',1,90,90,0,0,0,0),(19222,184268,41,0,92,'2025-10-31 11:23:28',3,219.6,219.6,0,0,0,0),(19223,184268,44,0,92,'2025-10-31 11:23:28',1,138,138,0,0,0,0),(19224,184268,49,0,92,'2025-10-31 11:23:28',1,90,90,0,0,0,0),(19225,184268,3362,0,92,'2025-10-31 11:23:28',1,75,75,0,0,0,0),(19226,184268,40,0,92,'2025-10-31 11:23:28',1,90,90,0,0,0,0),(19227,184268,39,0,92,'2025-10-31 11:23:28',1,90,90,0,0,0,0),(19229,184269,138,0,21,'2025-10-31 16:02:34',20,99,99,0,0,0,0),(19230,184269,148,0,21,'2025-10-31 16:02:34',10,82.5,82.5,0,0,0,0),(19231,184269,137,0,21,'2025-10-31 16:02:34',25,151.25,151.25,0,0,0,0),(19232,184269,487,0,21,'2025-10-31 16:02:34',2,62.7,62.7,0,0,0,0),(19233,184269,3696,0,21,'2025-10-31 16:02:34',4,274,274,0,0,0,0),(19235,184270,2110,0,90,'2025-11-03 19:59:29',1,71.4,71.4,0,0,0,0),(19236,184270,3412,0,90,'2025-11-03 19:59:29',1,90,90,0,0,0,0),(19237,184270,49,0,90,'2025-11-03 19:59:29',1,90,90,0,0,0,0),(19238,184270,3362,0,90,'2025-11-03 19:59:29',1,75,75,0,0,0,0),(19239,184270,2113,0,90,'2025-11-03 19:59:29',1,172,172,0,0,0,0),(19240,184270,41,0,90,'2025-11-03 19:59:29',3,219.6,219.6,0,0,0,0),(19242,184271,41,0,102,'2025-11-03 20:23:30',1,73.2,73.2,0,0,0,0),(19243,184271,2113,0,102,'2025-11-03 20:23:30',1,172,172,0,0,0,0),(19244,184271,49,0,102,'2025-11-03 20:23:30',2,180,180,0,0,0,0),(19245,184271,43,0,102,'2025-11-03 20:23:30',1,90,90,0,0,0,0),(19246,184271,45,0,102,'2025-11-03 20:23:30',3,150,150,0,0,0,0),(19247,184271,44,0,102,'2025-11-03 20:23:30',1,138,138,0,0,0,0),(19249,184272,41,0,11,'2025-11-04 16:29:36',1,73.2,73.2,0,0,0,0),(19250,184272,2110,0,11,'2025-11-04 16:29:36',1,71.4,71.4,0,0,0,0),(19251,184272,2113,0,11,'2025-11-04 16:29:36',1,172,172,0,0,0,0),(19252,184272,45,0,11,'2025-11-04 16:29:36',2,100,100,0,0,0,0),(19253,184272,40,0,11,'2025-11-04 16:29:36',1,90,90,0,0,0,0),(19254,184272,39,0,11,'2025-11-04 16:29:36',1,90,90,0,0,0,0),(19255,184272,49,0,11,'2025-11-04 16:29:36',1,90,90,0,0,0,0),(19256,184272,43,0,11,'2025-11-04 16:29:36',1,90,90,0,0,0,0),(19257,184272,3696,0,11,'2025-11-04 16:29:36',1,68.5,68.5,0,0,0,0),(19258,184272,488,0,11,'2025-11-04 16:29:36',1,31.35,31.35,0,0,0,0),(19260,184273,2110,0,53,'2025-11-04 16:34:19',2,142.8,142.8,0,0,0,0),(19261,184273,45,0,53,'2025-11-04 16:34:19',3,150,150,0,0,0,0),(19262,184273,41,0,53,'2025-11-04 16:34:19',5,366,366,0,0,0,0),(19263,184273,2400,0,53,'2025-11-04 16:34:19',3,645,645,0,0,0,0),(19264,184273,133,0,53,'2025-11-04 16:34:19',5,71.5,71.5,0,0,0,0),(19266,184274,490,0,49,'2025-11-04 16:38:24',4,78.4,90.51,0,0,12.11,0),(19268,184275,2110,0,53,'2025-11-04 16:45:16',2,142.8,142.8,0,0,0,0),(19269,184275,2113,0,53,'2025-11-04 16:45:16',1,172,172,0,0,0,0),(19270,184275,45,0,53,'2025-11-04 16:45:16',2,100,100,0,0,0,0),(19271,184275,42,0,53,'2025-11-04 16:45:16',1,90,90,0,0,0,0),(19272,184275,41,0,53,'2025-11-04 16:45:16',1,73.2,73.2,0,0,0,0),(19273,184275,3352,0,53,'2025-11-04 16:45:16',1,148,148,0,0,0,0),(19274,184275,49,0,53,'2025-11-04 16:45:16',2,180,180,0,0,0,0),(19275,184275,3354,0,53,'2025-11-04 16:45:16',1,148,148,0,0,0,0),(19276,184275,120,0,53,'2025-11-04 16:45:16',1,63,63,0,0,0,0),(19277,184275,116,0,53,'2025-11-04 16:45:16',1,165,165,0,0,0,0),(19278,184275,2408,0,53,'2025-11-04 16:45:16',2,340,340,0,0,0,0),(19279,184275,490,0,53,'2025-11-04 16:45:16',10,196,196,0,0,0,0),(19280,184275,133,0,53,'2025-11-04 16:45:16',5,71.5,71.5,0,0,0,0),(19281,184275,488,0,53,'2025-11-04 16:45:16',1,31.35,31.35,0,0,0,0),(19283,184276,45,0,53,'2025-11-04 16:52:20',2,100,100,0,0,0,0),(19284,184276,42,0,53,'2025-11-04 16:52:20',1,90,90,0,0,0,0),(19285,184276,3352,0,53,'2025-11-04 16:52:20',1,148,148,0,0,0,0),(19286,184276,3360,0,53,'2025-11-04 16:52:20',1,148,148,0,0,0,0),(19287,184276,49,0,53,'2025-11-04 16:52:20',1,90,90,0,0,0,0),(19288,184276,3354,0,53,'2025-11-04 16:52:20',1,148,148,0,0,0,0),(19289,184276,2408,0,53,'2025-11-04 16:52:20',1,170,170,0,0,0,0),(19290,184276,133,0,53,'2025-11-04 16:52:20',2,28.6,28.6,0,0,0,0),(19292,184277,2110,0,101,'2025-11-04 17:08:30',2,142.8,142.8,0,0,0,0),(19293,184277,2113,0,101,'2025-11-04 17:08:30',2,344,344,0,0,0,0),(19294,184277,41,0,101,'2025-11-04 17:08:30',1,73.2,73.2,0,0,0,0),(19295,184277,39,0,101,'2025-11-04 17:08:30',1,90,90,0,0,0,0),(19296,184277,43,0,101,'2025-11-04 17:08:30',1,90,90,0,0,0,0),(19297,184277,49,0,101,'2025-11-04 17:08:30',2,180,180,0,0,0,0),(19298,184277,490,0,101,'2025-11-04 17:08:30',14,274.4,274.4,0,0,0,0),(19299,184277,45,0,101,'2025-11-04 17:08:30',1,50,50,0,0,0,0),(19301,184278,2110,0,101,'2025-11-04 18:15:11',3,214.2,214.2,0,0,0,0),(19302,184278,40,0,101,'2025-11-04 18:15:11',1,90,90,0,0,0,0),(19303,184278,43,0,101,'2025-11-04 18:15:11',3,270,270,0,0,0,0),(19304,184278,3352,0,101,'2025-11-04 18:15:11',3,444,444,0,0,0,0),(19305,184278,3354,0,101,'2025-11-04 18:15:11',2,296,296,0,0,0,0),(19306,184278,116,0,101,'2025-11-04 18:15:11',1,165,165,0,0,0,0),(19307,184278,44,0,101,'2025-11-04 18:15:11',1,138,138,0,0,0,0),(19308,184278,133,0,101,'2025-11-04 18:15:11',2,28.6,28.6,0,0,0,0),(19309,184278,488,0,101,'2025-11-04 18:15:11',3,94.05,94.05,0,0,0,0),(19311,184280,133,0,110,'2025-11-04 21:44:04',1,14.3,22.8,0,0,8.5,0),(19312,184280,3696,0,110,'2025-11-04 21:44:04',2,137,154,0,0,17,0),(19313,184280,487,0,110,'2025-11-04 21:44:04',2,62.7,79.7,0,0,17,0),(19315,184281,2110,0,57,'2025-11-04 22:42:03',3,214.2,214.2,0,0,0,0),(19316,184281,2113,0,57,'2025-11-04 22:42:03',2,344,344,0,0,0,0),(19317,184281,41,0,57,'2025-11-04 22:42:03',2,146.4,146.4,0,0,0,0),(19318,184281,45,0,57,'2025-11-04 22:42:03',2,100,100,0,0,0,0),(19320,184282,2110,0,13,'2025-11-05 00:13:11',5,357,357,0,0,0,0),(19321,184282,2113,0,13,'2025-11-05 00:13:11',3,516,516,0,0,0,0),(19322,184282,41,0,13,'2025-11-05 00:13:11',6,439.2,439.2,0,0,0,0),(19323,184282,45,0,13,'2025-11-05 00:13:11',1,50,50,0,0,0,0),(19324,184282,43,0,13,'2025-11-05 00:13:11',2,180,180,0,0,0,0),(19325,184282,120,0,13,'2025-11-05 00:13:11',1,63,63,0,0,0,0),(19327,184283,51,0,11,'2025-11-05 18:52:47',1,170,170,0,0,0,0),(19328,184283,44,0,11,'2025-11-05 18:52:47',1,138,138,0,0,0,0),(19329,184283,40,0,11,'2025-11-05 18:52:47',1,90,90,0,0,0,0),(19330,184283,39,0,11,'2025-11-05 18:52:47',1,90,90,0,0,0,0),(19331,184283,3412,0,11,'2025-11-05 18:52:47',1,90,90,0,0,0,0),(19332,184283,3696,0,11,'2025-11-05 18:52:47',3,205.5,205.5,0,0,0,0),(19333,184283,45,0,11,'2025-11-05 18:52:47',1,50,50,0,0,0,0),(19334,184283,49,0,11,'2025-11-05 18:52:47',1,90,90,0,0,0,0),(19335,184283,43,0,11,'2025-11-05 18:52:47',1,90,90,0,0,0,0),(19337,184284,3696,0,11,'2025-11-06 13:43:03',2,137,137,0,0,0,0),(19338,184284,2110,0,11,'2025-11-06 13:43:03',1,71.4,71.4,0,0,0,0),(19339,184284,39,0,11,'2025-11-06 13:43:03',1,90,90,0,0,0,0),(19340,184284,40,0,11,'2025-11-06 13:43:03',1,90,90,0,0,0,0),(19341,184284,43,0,11,'2025-11-06 13:43:03',2,180,180,0,0,0,0),(19342,184284,49,0,11,'2025-11-06 13:43:03',2,180,180,0,0,0,0),(19343,184284,41,0,11,'2025-11-06 13:43:03',1,73.2,73.2,0,0,0,0),(19344,184284,45,0,11,'2025-11-06 13:43:03',1,50,50,0,0,0,0),(19345,184284,51,0,11,'2025-11-06 13:43:03',1,170,170,0,0,0,0),(19347,184286,2113,0,53,'2025-11-06 18:55:33',4,688,688,0,0,0,0),(19349,184287,2110,0,95,'2025-11-06 21:24:06',8,531.22,531.22,0,0,0,0),(19350,184287,2113,0,95,'2025-11-06 21:24:06',4,688,688,0,0,0,0),(19351,184287,43,0,95,'2025-11-06 21:24:06',8,669.6,669.6,0,0,0,0),(19352,184287,45,0,95,'2025-11-06 21:24:06',3,150,150,0,0,0,0),(19353,184287,3476,0,95,'2025-11-06 21:24:06',4,304.8,304.8,0,0,0,0),(19354,184287,39,0,95,'2025-11-06 21:24:06',3,270,270,0,0,0,0),(19355,184287,490,0,95,'2025-11-06 21:24:06',60,1176,1176,0,0,0,0),(19357,184288,2110,0,79,'2025-11-06 21:56:39',4,285.6,285.6,0,0,0,0),(19358,184288,116,0,79,'2025-11-06 21:56:39',1,165,165,0,0,0,0),(19359,184288,3696,0,79,'2025-11-06 21:56:39',1,68.5,68.5,0,0,0,0),(19361,184289,44,0,79,'2025-11-06 22:14:09',2,276,276,0,0,0,0),(19362,184289,43,0,79,'2025-11-06 22:14:09',2,180,180,0,0,0,0),(19363,184289,144,0,79,'2025-11-06 22:14:09',23,31.74,31.74,0,0,0,0),(19364,184289,135,0,79,'2025-11-06 22:14:09',5,12.4,12.4,0,0,0,0),(19366,184290,41,0,92,'2025-11-07 16:33:56',3,219.6,219.6,0,0,0,0),(19367,184290,49,0,92,'2025-11-07 16:33:56',1,90,90,0,0,0,0),(19368,184290,3362,0,92,'2025-11-07 16:33:56',1,75,75,0,0,0,0),(19369,184290,39,0,92,'2025-11-07 16:33:56',1,90,90,0,0,0,0),(19370,184290,40,0,92,'2025-11-07 16:33:56',1,90,90,0,0,0,0),(19372,184291,41,0,55,'2025-11-07 18:30:32',5,366,366,0,0,0,0),(19373,184291,40,0,55,'2025-11-07 18:30:32',1,90,90,0,0,0,0),(19374,184291,3525,0,55,'2025-11-07 18:30:32',1,90,90,0,0,0,0),(19376,184292,2408,0,70,'2025-11-07 19:36:55',2,340,340,0,0,0,0),(19377,184292,487,0,70,'2025-11-07 19:36:55',6,188.1,188.1,0,0,0,0),(19379,184293,49,0,69,'2025-11-08 16:40:38',20,1674,1674,0,0,0,0),(19380,184293,43,0,69,'2025-11-08 16:40:38',20,1674,1674,0,0,0,0),(19381,184293,2110,0,69,'2025-11-08 16:40:38',10,664.02,664.02,0,0,0,0),(19382,184293,2113,0,69,'2025-11-08 16:40:38',2,344,344,0,0,0,0),(19383,184293,490,0,69,'2025-11-08 16:40:38',50,980,980,0,0,0,0),(19384,184293,44,0,69,'2025-11-08 16:40:38',3,414,414,0,0,0,0),(19385,184293,51,0,69,'2025-11-08 16:40:38',3,510,510,0,0,0,0),(19386,184293,118,0,69,'2025-11-08 16:40:38',2,430,430,0,0,0,0),(19387,184293,45,0,69,'2025-11-08 16:40:38',10,465,465,0,0,0,0),(19388,184293,40,0,69,'2025-11-08 16:40:38',2,180,180,0,0,0,0),(19390,184294,490,0,63,'2025-11-09 15:43:08',20,392,435.54,0,0,43.54,0),(19392,184295,2408,0,70,'2025-11-10 15:54:43',4,680,680,0,0,0,0),(19393,184295,487,0,70,'2025-11-10 15:54:43',1,31.35,31.35,0,0,0,0),(19394,184295,49,0,70,'2025-11-10 15:54:43',2,180,180,0,0,0,0),(19396,184296,49,0,102,'2025-11-10 19:11:19',1,90,90,0,0,0,0),(19397,184296,43,0,102,'2025-11-10 19:11:19',1,90,90,0,0,0,0),(19398,184296,2110,0,102,'2025-11-10 19:11:19',1,71.4,71.4,0,0,0,0),(19399,184296,490,0,102,'2025-11-10 19:11:19',11,215.6,215.6,0,0,0,0),(19400,184296,40,0,102,'2025-11-10 19:11:19',1,90,90,0,0,0,0),(19402,184297,488,0,64,'2025-11-11 01:31:05',3,94.05,94.05,0,0,0,0),(19403,184297,3696,0,64,'2025-11-11 01:31:05',3,205.5,205.5,0,0,0,0),(19404,184297,488,0,64,'2025-11-11 01:31:05',3,94.05,94.05,0,0,0,0),(19405,184297,3696,0,64,'2025-11-11 01:31:05',3,205.5,205.5,0,0,0,0),(19410,184298,2110,0,106,'2025-11-11 02:56:45',8,531.22,531.22,0,0,0,0),(19411,184298,41,0,106,'2025-11-11 02:56:45',3,219.6,219.6,0,0,0,0),(19413,184299,3696,0,25,'2025-11-11 04:22:26',2,137,137,0,0,0,0),(19414,184299,487,0,25,'2025-11-11 04:22:26',1,31.35,31.35,0,0,0,0),(19415,184299,2110,0,25,'2025-11-11 04:22:26',1,71.4,71.4,0,0,0,0),(19416,184299,2113,0,25,'2025-11-11 04:22:26',1,172,172,0,0,0,0),(19417,184299,40,0,25,'2025-11-11 04:22:26',1,90,90,0,0,0,0),(19418,184299,39,0,25,'2025-11-11 04:22:26',1,90,90,0,0,0,0),(19419,184299,3412,0,25,'2025-11-11 04:22:26',1,90,90,0,0,0,0),(19421,184300,3696,0,25,'2025-11-11 04:29:48',2,137,137,0,0,0,0),(19422,184300,487,0,25,'2025-11-11 04:29:48',1,31.35,31.35,0,0,0,0),(19423,184300,2110,0,25,'2025-11-11 04:29:48',1,71.4,71.4,0,0,0,0),(19424,184300,2113,0,25,'2025-11-11 04:29:48',1,172,172,0,0,0,0),(19425,184300,40,0,25,'2025-11-11 04:29:48',1,90,90,0,0,0,0),(19426,184300,39,0,25,'2025-11-11 04:29:48',1,90,90,0,0,0,0),(19427,184300,3412,0,25,'2025-11-11 04:29:48',1,90,90,0,0,0,0),(19429,184302,38,0,96,'2025-11-12 00:16:27',1,165.76,165.76,0,0,0,0),(19430,184302,49,0,96,'2025-11-12 00:16:27',1,90,90,0,0,0,0),(19431,184302,42,0,96,'2025-11-12 00:16:27',1,90,90,0,0,0,0),(19432,184302,43,0,96,'2025-11-12 00:16:27',1,90,90,0,0,0,0),(19433,184302,41,0,96,'2025-11-12 00:16:27',2,146.4,146.4,0,0,0,0),(19434,184302,44,0,96,'2025-11-12 00:16:27',1,138,138,0,0,0,0),(19436,184303,39,0,90,'2025-11-12 17:28:59',2,180,180,0,0,0,0),(19437,184303,40,0,90,'2025-11-12 17:28:59',1,90,90,0,0,0,0),(19438,184303,3362,0,90,'2025-11-12 17:28:59',1,75,75,0,0,0,0),(19439,184303,45,0,90,'2025-11-12 17:28:59',2,100,100,0,0,0,0),(19440,184303,41,0,90,'2025-11-12 17:28:59',1,73.2,73.2,0,0,0,0),(19441,184303,487,0,90,'2025-11-12 17:28:59',1,31.35,31.35,0,0,0,0),(19443,184304,39,0,90,'2025-11-12 17:40:44',1,90,90,0,0,0,0),(19444,184304,40,0,90,'2025-11-12 17:40:44',1,90,90,0,0,0,0),(19445,184304,3412,0,90,'2025-11-12 17:40:44',1,90,90,0,0,0,0),(19446,184304,43,0,90,'2025-11-12 17:40:44',1,90,90,0,0,0,0),(19447,184304,3362,0,90,'2025-11-12 17:40:44',1,75,75,0,0,0,0),(19448,184304,2110,0,90,'2025-11-12 17:40:44',1,71.4,71.4,0,0,0,0),(19449,184304,2113,0,90,'2025-11-12 17:40:44',1,172,172,0,0,0,0),(19450,184304,41,0,90,'2025-11-12 17:40:44',2,146.4,146.4,0,0,0,0),(19451,184304,488,0,90,'2025-11-12 17:40:44',2,62.7,62.7,0,0,0,0),(19452,184304,487,0,90,'2025-11-12 17:40:44',2,62.7,62.7,0,0,0,0),(19453,184304,45,0,90,'2025-11-12 17:40:44',1,50,50,0,0,0,0),(19455,184305,39,0,90,'2025-11-12 17:49:46',1,90,90,0,0,0,0),(19456,184305,40,0,90,'2025-11-12 17:49:46',1,90,90,0,0,0,0),(19457,184305,3412,0,90,'2025-11-12 17:49:46',2,180,180,0,0,0,0),(19458,184305,120,0,90,'2025-11-12 17:49:46',1,63,63,0,0,0,0),(19459,184305,43,0,90,'2025-11-12 17:49:46',3,270,270,0,0,0,0),(19460,184305,3362,0,90,'2025-11-12 17:49:46',1,75,75,0,0,0,0),(19461,184305,2110,0,90,'2025-11-12 17:49:46',2,142.8,142.8,0,0,0,0),(19462,184305,2113,0,90,'2025-11-12 17:49:46',3,516,516,0,0,0,0),(19463,184305,41,0,90,'2025-11-12 17:49:46',2,146.4,146.4,0,0,0,0),(19464,184305,488,0,90,'2025-11-12 17:49:46',1,31.35,31.35,0,0,0,0),(19465,184305,487,0,90,'2025-11-12 17:49:46',1,31.35,31.35,0,0,0,0),(19467,184306,3696,0,11,'2025-11-12 19:16:44',1,68.5,68.5,0,0,0,0),(19468,184306,2110,0,11,'2025-11-12 19:16:44',2,142.8,142.8,0,0,0,0),(19469,184306,43,0,11,'2025-11-12 19:16:44',1,90,90,0,0,0,0),(19470,184306,49,0,11,'2025-11-12 19:16:44',2,180,180,0,0,0,0),(19471,184306,41,0,11,'2025-11-12 19:16:44',1,73.2,73.2,0,0,0,0),(19472,184306,45,0,11,'2025-11-12 19:16:44',2,100,100,0,0,0,0),(19473,184306,487,0,11,'2025-11-12 19:16:44',1,31.35,31.35,0,0,0,0),(19474,184306,3412,0,11,'2025-11-12 19:16:44',1,90,90,0,0,0,0),(19476,184308,2110,0,12,'2025-11-13 17:40:50',2,142.8,142.8,0,0,0,0),(19477,184308,41,0,12,'2025-11-13 17:40:50',2,146.4,146.4,0,0,0,0),(19478,184308,45,0,12,'2025-11-13 17:40:50',2,100,100,0,0,0,0),(19479,184308,2408,0,12,'2025-11-13 17:40:50',2,340,340,0,0,0,0),(19480,184308,120,0,12,'2025-11-13 17:40:50',1,63,63,0,0,0,0),(19481,184308,3696,0,12,'2025-11-13 17:40:50',2,137,137,0,0,0,0),(19482,184308,487,0,12,'2025-11-13 17:40:50',2,62.7,62.7,0,0,0,0),(19484,184309,23,0,78,'2025-11-13 17:49:29',2,137.08,137.08,0,0,0,0),(19485,184309,41,0,78,'2025-11-13 17:49:29',2,146.4,146.4,0,0,0,0),(19486,184309,118,0,78,'2025-11-13 17:49:29',2,430,430,0,0,0,0),(19487,184309,51,0,78,'2025-11-13 17:49:29',2,340,340,0,0,0,0),(19488,184309,3362,0,78,'2025-11-13 17:49:29',2,150,150,0,0,0,0),(19489,184309,44,0,78,'2025-11-13 17:49:29',2,276,276,0,0,0,0),(19490,184309,3412,0,78,'2025-11-13 17:49:29',2,180,180,0,0,0,0),(19492,184310,39,0,90,'2025-11-13 18:47:31',2,180,180,0,0,0,0),(19493,184310,40,0,90,'2025-11-13 18:47:31',2,180,180,0,0,0,0),(19494,184310,3362,0,90,'2025-11-13 18:47:31',1,75,75,0,0,0,0),(19495,184310,2110,0,90,'2025-11-13 18:47:31',1,71.4,71.4,0,0,0,0),(19497,184312,44,0,79,'2025-11-14 17:29:07',3,414,414,0,0,0,0),(19498,184312,2110,0,79,'2025-11-14 17:29:07',1,71.4,71.4,0,0,0,0),(19499,184312,3696,0,79,'2025-11-14 17:29:07',1,68.5,68.5,0,0,0,0),(19501,184315,3358,0,53,'2025-11-14 20:47:50',1,151.2,151.2,0,0,0,0),(19502,184315,3356,0,53,'2025-11-14 20:47:50',1,151.2,151.2,0,0,0,0),(19503,184315,2113,0,53,'2025-11-14 20:47:50',1,172,172,0,0,0,0),(19504,184315,42,0,53,'2025-11-14 20:47:50',1,90,90,0,0,0,0),(19506,184316,38,0,57,'2025-11-16 13:09:55',1,165.76,165.76,0,0,0,0),(19507,184316,23,0,57,'2025-11-16 13:09:55',1,68.54,68.54,0,0,0,0),(19508,184316,2113,0,57,'2025-11-16 13:09:55',1,172,172,0,0,0,0),(19509,184316,2110,0,57,'2025-11-16 13:09:55',1,71.4,71.4,0,0,0,0),(19510,184316,45,0,57,'2025-11-16 13:09:55',1,50,50,0,0,0,0),(19511,184316,3696,0,57,'2025-11-16 13:09:55',4,274,274,0,0,0,0),(19513,184317,2110,0,79,'2025-11-16 21:05:28',4,285.6,285.6,0,0,0,0),(19514,184317,116,0,79,'2025-11-16 21:05:28',1,165,165,0,0,0,0),(19515,184317,3696,0,79,'2025-11-16 21:05:28',2,137,137,0,0,0,0),(19531,184318,45,0,100,'2025-11-17 05:55:33',1,50,50,0,0,0,0),(19532,184318,44,0,100,'2025-11-17 05:55:33',2,276,276,0,0,0,0),(19533,184318,3362,0,100,'2025-11-17 05:55:33',1,75,75,0,0,0,0),(19534,184318,49,0,100,'2025-11-17 05:55:33',1,90,90,0,0,0,0),(19535,184318,43,0,100,'2025-11-17 05:55:33',1,90,90,0,0,0,0),(19536,184318,40,0,100,'2025-11-17 05:55:33',1,90,90,0,0,0,0),(19537,184318,39,0,100,'2025-11-17 05:55:33',1,90,90,0,0,0,0),(19538,184318,3356,0,100,'2025-11-17 05:55:33',1,151.2,151.2,0,0,0,0),(19539,184318,3358,0,100,'2025-11-17 05:55:33',1,151.2,151.2,0,0,0,0),(19540,184318,3352,0,100,'2025-11-17 05:55:33',1,148,148,0,0,0,0),(19541,184318,3360,0,100,'2025-11-17 05:55:33',1,148,148,0,0,0,0),(19542,184318,3354,0,100,'2025-11-17 05:55:33',1,148,148,0,0,0,0),(19543,184318,490,0,100,'2025-11-17 05:55:33',11,215.6,215.6,0,0,0,0),(19545,184320,44,0,80,'2025-11-17 16:53:04',5,690,690,0,0,0,0),(19546,184320,488,0,80,'2025-11-17 16:53:04',12,376.2,376.2,0,0,0,0),(19548,184322,2110,0,12,'2025-11-17 18:15:32',2,142.8,142.8,0,0,0,0),(19549,184322,2113,0,12,'2025-11-17 18:15:32',1,172,172,0,0,0,0),(19550,184322,42,0,12,'2025-11-17 18:15:32',1,90,90,0,0,0,0),(19551,184322,3476,0,12,'2025-11-17 18:15:32',1,76.2,76.2,0,0,0,0),(19552,184322,41,0,12,'2025-11-17 18:15:32',2,146.4,146.4,0,0,0,0),(19553,184322,45,0,12,'2025-11-17 18:15:32',2,100,100,0,0,0,0),(19554,184322,49,0,12,'2025-11-17 18:15:32',1,90,90,0,0,0,0),(19555,184322,43,0,12,'2025-11-17 18:15:32',1,90,90,0,0,0,0),(19556,184322,120,0,12,'2025-11-17 18:15:32',2,126,126,0,0,0,0),(19557,184322,40,0,12,'2025-11-17 18:15:32',1,90,90,0,0,0,0),(19558,184322,39,0,12,'2025-11-17 18:15:32',1,90,90,0,0,0,0),(19559,184322,3696,0,12,'2025-11-17 18:15:32',4,274,274,0,0,0,0),(19560,184322,487,0,12,'2025-11-17 18:15:32',2,62.7,62.7,0,0,0,0),(19562,184323,3525,0,113,'2025-11-18 18:41:11',1,90,90,0,0,0,0),(19563,184323,2110,0,113,'2025-11-18 18:41:11',2,142.8,142.8,0,0,0,0),(19564,184323,45,0,113,'2025-11-18 18:41:11',1,50,50,0,0,0,0),(19565,184323,49,0,113,'2025-11-18 18:41:11',1,90,90,0,0,0,0),(19566,184323,3354,0,113,'2025-11-18 18:41:11',1,148,148,0,0,0,0),(19567,184323,488,0,113,'2025-11-18 18:41:11',1,31.35,31.35,0,0,0,0),(19569,184325,488,0,81,'2025-11-24 01:16:56',1,31.35,54.58,0,0,23.23,0),(19570,184325,487,0,81,'2025-11-24 01:16:56',1,31.35,54.58,0,0,23.23,0),(19571,184325,3412,0,81,'2025-11-24 01:16:56',4,360,452.92,0,0,92.92,0),(19573,184326,2113,0,57,'2025-11-24 12:46:47',1,172,172,0,0,0,0),(19574,184326,2110,0,57,'2025-11-24 12:46:47',2,142.8,142.8,0,0,0,0),(19575,184326,45,0,57,'2025-11-24 12:46:47',2,100,100,0,0,0,0),(19576,184326,3499,0,57,'2025-11-24 12:46:47',1,142.8,142.8,0,0,0,0),(19577,184326,144,0,57,'2025-11-24 12:46:47',10,13.8,13.8,0,0,0,0),(19579,184327,2113,0,57,'2025-11-24 12:48:09',1,172,172,0,0,0,0),(19580,184327,2110,0,57,'2025-11-24 12:48:09',2,142.8,142.8,0,0,0,0),(19581,184327,45,0,57,'2025-11-24 12:48:09',2,100,100,0,0,0,0),(19582,184327,3499,0,57,'2025-11-24 12:48:09',1,142.8,142.8,0,0,0,0),(19583,184327,144,0,57,'2025-11-24 12:48:09',10,13.8,13.8,0,0,0,0),(19585,184338,41,0,107,'2025-11-28 17:01:38',4,278.16,291.608,14.64,0,13.448,0),(19586,184338,3499,0,107,'2025-11-28 17:01:38',1,135.66,139.022,7.14,0,3.362,0),(19589,184339,41,0,107,'2025-11-28 17:03:35',4,278.16,291.608,14.64,0,13.448,0),(19590,184339,3499,0,107,'2025-11-28 17:03:35',1,135.66,139.022,7.14,0,3.362,0),(19593,184340,41,0,107,'2025-11-28 17:05:52',4,278.16,291.608,14.64,0,13.448,0),(19594,184340,3499,0,107,'2025-11-28 17:05:52',1,135.66,139.022,7.14,0,3.362,0),(19597,184341,44,0,64,'2025-11-29 19:19:30',1,131.1,131.1,6.9,0,0,0),(19598,184341,2113,0,64,'2025-11-29 19:19:30',4,653.6,653.6,34.4,0,0,0),(19599,184341,2110,0,64,'2025-11-29 19:19:30',2,135.66,135.66,7.14,0,0,0),(19600,184341,41,0,64,'2025-11-29 19:19:30',3,208.62,208.62,10.98,0,0,0),(19601,184341,120,0,64,'2025-11-29 19:19:30',1,59.85,59.85,3.15,0,0,0),(19604,184342,2110,0,79,'2025-11-29 20:56:18',6,406.98,406.98,21.42,0,0,0),(19605,184342,3696,0,79,'2025-11-29 20:56:18',2,130.15,130.15,6.85,0,0,0),(19606,184342,49,0,79,'2025-11-29 20:56:18',2,171,171,9,0,0,0),(19609,184343,2113,0,57,'2025-12-01 12:54:21',2,326.8,326.8,17.2,0,0,0),(19610,184343,2110,0,57,'2025-12-01 12:54:21',2,135.66,135.66,7.14,0,0,0),(19611,184343,45,0,57,'2025-12-01 12:54:21',3,142.5,142.5,7.5,0,0,0),(19612,184343,144,0,57,'2025-12-01 12:54:21',10,13.11,13.11,0.69,0,0,0),(19613,184343,3476,0,57,'2025-12-01 12:54:21',1,72.39,72.39,3.81,0,0,0),(19614,184343,41,0,57,'2025-12-01 12:54:21',1,69.54,69.54,3.66,0,0,0),(19615,184343,3696,0,57,'2025-12-01 12:54:21',2,130.15,130.15,6.85,0,0,0),(19618,184344,3696,0,11,'2025-12-01 14:55:12',3,195.23,195.23,10.27,0,0,0),(19619,184344,2110,0,11,'2025-12-01 14:55:12',2,135.66,135.66,7.14,0,0,0),(19620,184344,41,0,11,'2025-12-01 14:55:12',2,139.08,139.08,7.32,0,0,0),(19621,184344,2113,0,11,'2025-12-01 14:55:12',1,163.4,163.4,8.6,0,0,0),(19622,184344,3525,0,11,'2025-12-01 14:55:12',1,85.5,85.5,4.5,0,0,0),(19625,184345,2110,0,113,'2025-12-01 19:02:51',2,135.66,135.66,7.14,0,0,0),(19626,184345,49,0,113,'2025-12-01 19:02:51',1,85.49,85.49,4.51,0,0,0),(19627,184345,133,0,113,'2025-12-01 19:02:51',3,40.76,40.76,2.14,0,0,0),(19628,184345,3362,0,113,'2025-12-01 19:02:51',2,142.5,142.5,7.5,0,0,0),(19629,184345,144,0,113,'2025-12-01 19:02:51',10,13.11,13.11,0.69,0,0,0),(19630,184345,3696,0,113,'2025-12-01 19:02:51',1,65.08,65.08,3.42,0,0,0),(19633,184347,2110,0,95,'2025-12-02 01:06:56',8,504.66,504.66,26.56,0,0,0),(19634,184347,2113,0,95,'2025-12-02 01:06:56',2,326.8,326.8,17.2,0,0,0),(19635,184347,3412,0,95,'2025-12-02 01:06:56',3,256.5,256.5,13.5,0,0,0),(19636,184347,2408,0,95,'2025-12-02 01:06:56',3,484.5,484.5,25.5,0,0,0),(19637,184347,43,0,95,'2025-12-02 01:06:56',8,636.12,636.12,33.48,0,0,0),(19638,184347,40,0,95,'2025-12-02 01:06:56',2,171,171,9,0,0,0),(19639,184347,39,0,95,'2025-12-02 01:06:56',2,171,171,9,0,0,0),(19640,184347,490,0,95,'2025-12-02 01:06:56',30,558.6,558.6,29.4,0,0,0),(19641,184347,487,0,95,'2025-12-02 01:06:56',4,119.13,119.13,6.27,0,0,0),(19642,184347,146,0,95,'2025-12-02 01:06:56',7,9.18,9.18,0.48,0,0,0),(19645,184348,43,0,79,'2025-12-02 02:28:06',2,171,171,9,0,0,0),(19646,184348,39,0,79,'2025-12-02 02:28:06',2,171,171,9,0,0,0),(19647,184348,2110,0,79,'2025-12-02 02:28:06',2,135.66,135.66,7.14,0,0,0),(19650,184349,3696,0,25,'2025-12-02 03:50:21',5,325.38,325.38,17.12,0,0,0),(19651,184349,487,0,25,'2025-12-02 03:50:21',3,89.35,89.35,4.7,0,0,0),(19652,184349,2113,0,25,'2025-12-02 03:50:21',1,163.39,163.39,8.61,0,0,0),(19653,184349,3412,0,25,'2025-12-02 03:50:21',1,85.5,85.5,4.5,0,0,0),(19654,184349,41,0,25,'2025-12-02 03:50:21',2,139.08,139.08,7.32,0,0,0),(19655,184349,45,0,25,'2025-12-02 03:50:21',2,95,95,5,0,0,0),(19656,184349,488,0,25,'2025-12-02 03:50:21',3,89.35,89.35,4.7,0,0,0),(19659,184350,38,0,70,'2025-12-02 15:14:27',2,314.94,314.94,16.58,0,0,0),(19660,184350,3476,0,70,'2025-12-02 15:14:27',2,144.78,144.78,7.62,0,0,0),(19661,184350,116,0,70,'2025-12-02 15:14:27',1,156.75,156.75,8.25,0,0,0),(19662,184350,42,0,70,'2025-12-02 15:14:27',5,427.5,427.5,22.5,0,0,0),(19663,184350,41,0,70,'2025-12-02 15:14:27',8,517.38,517.38,27.23,0,0,0),(19664,184350,51,0,70,'2025-12-02 15:14:27',8,1201.56,1201.56,63.24,0,0,0),(19665,184350,49,0,70,'2025-12-02 15:14:27',10,795.15,795.15,41.85,0,0,0),(19666,184350,3352,0,70,'2025-12-02 15:14:27',2,281.2,281.2,14.8,0,0,0),(19669,184351,2110,0,62,'2025-12-02 18:22:31',3,203.49,203.49,10.71,0,0,0),(19670,184351,41,0,62,'2025-12-02 18:22:31',2,139.08,139.08,7.32,0,0,0),(19671,184351,116,0,62,'2025-12-02 18:22:31',1,156.75,156.75,8.25,0,0,0),(19672,184351,49,0,62,'2025-12-02 18:22:31',2,171,171,9,0,0,0),(19675,184352,23,0,57,'2025-12-03 17:57:03',2,130.23,130.23,6.85,0,0,0),(19676,184352,38,0,57,'2025-12-03 17:57:03',2,314.95,314.95,16.57,0,0,0),(19677,184352,2110,0,57,'2025-12-03 17:57:03',2,135.66,135.66,7.14,0,0,0),(19678,184352,2113,0,57,'2025-12-03 17:57:03',2,326.79,326.79,17.21,0,0,0),(19681,184353,23,0,49,'2025-12-03 19:06:05',1,65.12,68.302,3.42,0,3.182,0),(19682,184353,3499,0,49,'2025-12-03 19:06:05',1,135.65,138.832,7.15,0,3.182,0),(19683,184353,43,0,49,'2025-12-03 19:06:05',1,85.5,88.682,4.5,0,3.182,0),(19684,184353,137,0,49,'2025-12-03 19:06:05',2,11.5,17.864,0.6,0,6.364,0),(19687,184354,116,0,108,'2025-12-04 05:34:57',1,156.75,156.75,8.25,0,0,0),(19688,184354,2408,0,108,'2025-12-04 05:34:57',2,323,323,17,0,0,0),(19689,184354,2400,0,108,'2025-12-04 05:34:57',1,204.24,204.24,10.76,0,0,0),(19690,184354,3525,0,108,'2025-12-04 05:34:57',1,85.5,85.5,4.5,0,0,0),(19691,184354,144,0,108,'2025-12-04 05:34:57',2,2.63,2.63,0.13,0,0,0),(19692,184354,42,0,108,'2025-12-04 05:34:57',2,171,171,9,0,0,0),(19695,184355,45,0,108,'2025-12-05 00:11:36',4,190,212.42,10,0,22.42,0),(19699,184356,45,0,108,'2025-12-05 00:14:30',8,353.4,399.94,18.6,0,46.54,0),(19704,184358,3696,0,11,'2025-12-05 16:17:04',6,390.45,390.45,20.55,0,0,0),(19705,184358,2110,0,11,'2025-12-05 16:17:04',4,271.32,271.32,14.28,0,0,0),(19706,184358,2113,0,11,'2025-12-05 16:17:04',1,163.39,163.39,8.61,0,0,0),(19707,184358,45,0,11,'2025-12-05 16:17:04',3,142.5,142.5,7.5,0,0,0),(19708,184358,49,0,11,'2025-12-05 16:17:04',4,342,342,18,0,0,0),(19709,184358,3362,0,11,'2025-12-05 16:17:04',3,213.75,213.75,11.25,0,0,0),(19710,184358,3499,0,11,'2025-12-05 16:17:04',1,135.66,135.66,7.14,0,0,0),(19711,184358,3412,0,11,'2025-12-05 16:17:04',1,85.5,85.5,4.5,0,0,0),(19712,184358,487,0,11,'2025-12-05 16:17:04',1,29.79,29.79,1.56,0,0,0),(19715,184359,2110,0,85,'2025-12-06 19:18:00',16,1009.31,1009.31,53.12,0,0,0),(19716,184359,45,0,85,'2025-12-06 19:18:00',8,353.4,353.4,18.6,0,0,0),(19717,184359,43,0,85,'2025-12-06 19:18:00',8,636.12,636.12,33.48,0,0,0),(19718,184359,3352,0,85,'2025-12-06 19:18:00',8,1046.06,1046.06,55.06,0,0,0),(19721,184360,23,0,53,'2025-12-08 13:39:55',1,65.12,65.12,3.42,0,0,0),(19722,184360,45,0,53,'2025-12-08 13:39:55',3,142.5,142.5,7.5,0,0,0),(19723,184360,41,0,53,'2025-12-08 13:39:55',3,208.62,208.62,10.98,0,0,0),(19724,184360,2408,0,53,'2025-12-08 13:39:55',5,807.49,807.49,42.51,0,0,0),(19725,184360,133,0,53,'2025-12-08 13:39:55',7,95.1,95.1,5,0,0,0),(19728,184361,2110,0,101,'2025-12-08 14:35:16',6,406.98,406.98,21.42,0,0,0),(19729,184361,2113,0,101,'2025-12-08 14:35:16',2,326.8,326.8,17.2,0,0,0),(19730,184361,41,0,101,'2025-12-08 14:35:16',3,208.62,208.62,10.98,0,0,0),(19731,184361,3356,0,101,'2025-12-08 14:35:16',1,143.64,143.64,7.56,0,0,0),(19732,184361,3358,0,101,'2025-12-08 14:35:16',1,143.64,143.64,7.56,0,0,0),(19733,184361,120,0,101,'2025-12-08 14:35:16',1,59.85,59.85,3.15,0,0,0),(19734,184361,44,0,101,'2025-12-08 14:35:16',1,131.1,131.1,6.9,0,0,0),(19735,184361,133,0,101,'2025-12-08 14:35:16',9,122.27,122.27,6.43,0,0,0),(19738,184362,43,0,79,'2025-12-09 13:12:19',2,171,171,9,0,0,0),(19739,184362,3696,0,79,'2025-12-09 13:12:19',3,195.23,195.23,10.27,0,0,0),(19740,184362,2110,0,79,'2025-12-09 13:12:19',2,135.66,135.66,7.14,0,0,0),(19743,184364,45,0,53,'2025-12-09 16:53:45',3,142.5,142.5,7.5,0,0,0),(19744,184364,41,0,53,'2025-12-09 16:53:45',3,208.62,208.62,10.98,0,0,0),(19745,184364,2408,0,53,'2025-12-09 16:53:45',5,807.5,807.5,42.5,0,0,0),(19746,184364,133,0,53,'2025-12-09 16:53:45',7,95.1,95.1,5,0,0,0),(19747,184364,2110,0,53,'2025-12-09 16:53:45',1,67.83,67.83,3.57,0,0,0),(19750,184365,2113,0,53,'2025-12-09 17:43:35',1,163.4,163.4,8.6,0,0,0),(19751,184365,42,0,53,'2025-12-09 17:43:35',3,256.5,256.5,13.5,0,0,0),(19752,184365,41,0,53,'2025-12-09 17:43:35',2,139.08,139.08,7.32,0,0,0),(19753,184365,133,0,53,'2025-12-09 17:43:35',5,67.93,67.93,3.57,0,0,0),(19756,184366,2110,0,53,'2025-12-09 23:11:10',2,135.66,135.66,7.14,0,0,0),(19757,184366,45,0,53,'2025-12-09 23:11:10',2,95,95,5,0,0,0),(19758,184366,41,0,53,'2025-12-09 23:11:10',1,69.54,69.54,3.66,0,0,0),(19759,184366,43,0,53,'2025-12-09 23:11:10',1,85.5,85.5,4.5,0,0,0),(19760,184366,120,0,53,'2025-12-09 23:11:10',1,59.85,59.85,3.15,0,0,0),(19761,184366,133,0,53,'2025-12-09 23:11:10',4,54.34,54.34,2.86,0,0,0),(19764,184367,2110,0,12,'2025-12-10 05:25:12',4,271.32,271.32,14.28,0,0,0),(19765,184367,2113,0,12,'2025-12-10 05:25:12',1,163.4,163.4,8.6,0,0,0),(19766,184367,3412,0,12,'2025-12-10 05:25:12',1,85.5,85.5,4.5,0,0,0),(19767,184367,41,0,12,'2025-12-10 05:25:12',1,69.54,69.54,3.66,0,0,0),(19768,184367,2408,0,12,'2025-12-10 05:25:12',2,323,323,17,0,0,0),(19769,184367,2400,0,12,'2025-12-10 05:25:12',1,204.25,204.25,10.75,0,0,0),(19770,184367,44,0,12,'2025-12-10 05:25:12',1,131.1,131.1,6.9,0,0,0),(19771,184367,49,0,12,'2025-12-10 05:25:12',1,85.5,85.5,4.5,0,0,0),(19772,184367,3362,0,12,'2025-12-10 05:25:12',1,71.25,71.25,3.75,0,0,0),(19773,184367,120,0,12,'2025-12-10 05:25:12',1,59.85,59.85,3.15,0,0,0),(19774,184367,3525,0,12,'2025-12-10 05:25:12',1,85.5,85.5,4.5,0,0,0),(19775,184367,3696,0,12,'2025-12-10 05:25:12',2,130.15,130.15,6.85,0,0,0),(19776,184367,487,0,12,'2025-12-10 05:25:12',2,59.57,59.57,3.13,0,0,0),(19779,184368,23,0,57,'2025-12-10 20:09:27',2,130.23,130.23,6.85,0,0,0),(19780,184368,38,0,57,'2025-12-10 20:09:27',2,314.95,314.95,16.57,0,0,0),(19781,184368,2110,0,57,'2025-12-10 20:09:27',1,67.83,67.83,3.57,0,0,0),(19782,184368,2113,0,57,'2025-12-10 20:09:27',1,163.39,163.39,8.61,0,0,0),(19783,184368,3476,0,57,'2025-12-10 20:09:27',1,72.39,72.39,3.81,0,0,0),(19784,184368,41,0,57,'2025-12-10 20:09:27',1,69.54,69.54,3.66,0,0,0),(19785,184368,45,0,57,'2025-12-10 20:09:27',2,95,95,5,0,0,0),(19786,184368,49,0,57,'2025-12-10 20:09:27',1,85.5,85.5,4.5,0,0,0),(19796,184369,2110,0,42,'2025-12-11 01:05:10',1,67.83,67.83,3.57,0,0,0),(19797,184369,41,0,42,'2025-12-11 01:05:10',4,278.16,278.16,14.64,0,0,0),(19798,184369,45,0,42,'2025-12-11 01:05:10',1,47.5,47.5,2.5,0,0,0),(19799,184369,49,0,42,'2025-12-11 01:05:10',8,636.12,636.12,33.48,0,0,0),(19800,184369,120,0,42,'2025-12-11 01:05:10',1,59.85,59.85,3.15,0,0,0),(19803,184370,41,0,6,'2025-12-11 16:31:36',2,139.08,139.08,7.32,0,0,0),(19804,184370,490,0,6,'2025-12-11 16:31:36',7,130.34,130.34,6.86,0,0,0),(19805,184370,120,0,6,'2025-12-11 16:31:36',2,119.7,119.7,6.3,0,0,0),(19806,184370,44,0,6,'2025-12-11 16:31:36',2,262.2,262.2,13.8,0,0,0),(19807,184370,49,0,6,'2025-12-11 16:31:36',1,85.5,85.5,4.5,0,0,0),(19808,184370,116,0,6,'2025-12-11 16:31:36',1,156.75,156.75,8.25,0,0,0),(19811,184371,2113,0,106,'2025-12-11 17:48:58',12,1823.54,1823.54,95.98,0,0,0),(19812,184371,488,0,106,'2025-12-11 17:48:58',3,89.35,89.35,4.7,0,0,0),(19813,184371,490,0,106,'2025-12-11 17:48:58',8,148.96,148.96,7.84,0,0,0),(19822,184372,49,0,98,'2025-12-11 20:34:37',30,2385.44,2385.44,125.56,0,0,0),(19823,184372,2110,0,98,'2025-12-11 20:34:37',30,1892.46,1892.46,99.6,0,0,0),(19824,184372,45,0,98,'2025-12-11 20:34:37',50,2208.75,2208.75,116.25,0,0,0),(19825,184372,3362,0,98,'2025-12-11 20:34:37',30,1987.88,1987.88,104.62,0,0,0),(19828,184376,49,0,98,'2025-12-11 21:32:49',30,2385.45,2385.45,125.55,0,0,0),(19829,184376,2110,0,98,'2025-12-11 21:32:49',30,1892.46,1892.46,99.6,0,0,0),(19830,184376,45,0,98,'2025-12-11 21:32:49',50,2208.75,2208.75,116.25,0,0,0),(19831,184376,3362,0,98,'2025-12-11 21:32:49',30,1987.88,1987.88,104.62,0,0,0),(19832,184376,41,0,98,'2025-12-11 21:32:49',10,646.73,646.73,34.03,0,0,0),(19833,184376,2408,0,98,'2025-12-11 21:32:49',8,1201.56,1201.56,63.24,0,0,0),(19834,184376,3499,0,98,'2025-12-11 21:32:49',8,1009.31,1009.31,53.12,0,0,0),(19835,184376,3507,0,98,'2025-12-11 21:32:49',8,1236.88,1236.88,65.12,0,0,0),(19838,184377,23,0,82,'2025-12-12 02:09:59',4,260.46,260.46,13.7,0,0,0),(19839,184377,41,0,82,'2025-12-12 02:09:59',1,69.53,69.53,3.67,0,0,0),(19840,184377,490,0,82,'2025-12-12 02:09:59',10,186.2,186.2,9.8,0,0,0),(19848,184378,23,0,82,'2025-12-12 02:12:25',4,260.46,260.46,13.7,0,0,0),(19849,184378,41,0,82,'2025-12-12 02:12:25',1,69.53,69.53,3.67,0,0,0),(19850,184378,490,0,82,'2025-12-12 02:12:25',10,186.2,186.2,9.8,0,0,0),(19853,184379,23,0,82,'2025-12-12 02:18:27',4,260.46,260.46,13.7,0,0,0),(19854,184379,41,0,82,'2025-12-12 02:18:27',1,69.53,69.53,3.67,0,0,0),(19855,184379,490,0,82,'2025-12-12 02:18:27',10,186.2,186.2,9.8,0,0,0),(19858,184380,23,0,82,'2025-12-12 02:19:17',4,260.46,260.46,13.7,0,0,0),(19859,184380,41,0,82,'2025-12-12 02:19:17',1,69.53,69.53,3.67,0,0,0),(19860,184380,490,0,82,'2025-12-12 02:19:17',10,186.2,186.2,9.8,0,0,0),(19863,184384,2110,0,102,'2025-12-15 17:36:55',2,135.66,135.66,7.14,0,0,0),(19864,184384,490,0,102,'2025-12-15 17:36:55',29,539.98,539.98,28.42,0,0,0),(19865,184384,2113,0,102,'2025-12-15 17:36:55',1,163.39,163.39,8.61,0,0,0),(19866,184384,488,0,102,'2025-12-15 17:36:55',1,29.79,29.79,1.56,0,0,0),(19867,184384,45,0,102,'2025-12-15 17:36:55',3,142.5,142.5,7.5,0,0,0),(19870,184385,490,0,69,'2025-12-15 17:47:15',100,1862,1862,98,0,0,0),(19871,184385,488,0,69,'2025-12-15 17:47:15',4,119.13,119.13,6.27,0,0,0),(19872,184385,487,0,69,'2025-12-15 17:47:15',4,119.13,119.13,6.27,0,0,0),(19873,184385,133,0,69,'2025-12-15 17:47:15',10,135.85,135.85,7.15,0,0,0),(19874,184385,2113,0,69,'2025-12-15 17:47:15',2,326.8,326.8,17.2,0,0,0),(19875,184385,2110,0,69,'2025-12-15 17:47:15',6,406.98,406.98,21.42,0,0,0),(19876,184385,44,0,69,'2025-12-15 17:47:15',1,131.1,131.1,6.9,0,0,0),(19877,184385,51,0,69,'2025-12-15 17:47:15',2,323,323,17,0,0,0),(19878,184385,2400,0,69,'2025-12-15 17:47:15',1,204.25,204.25,10.75,0,0,0),(19879,184385,49,0,69,'2025-12-15 17:47:15',15,1192.73,1192.73,62.77,0,0,0),(19880,184385,39,0,69,'2025-12-15 17:47:15',5,427.5,427.5,22.5,0,0,0),(19881,184385,40,0,69,'2025-12-15 17:47:15',5,427.5,427.5,22.5,0,0,0),(19882,184385,42,0,69,'2025-12-15 17:47:15',3,256.5,256.5,13.5,0,0,0),(19883,184385,43,0,69,'2025-12-15 17:47:15',10,795.15,795.15,41.85,0,0,0),(19886,184386,490,0,69,'2025-12-15 18:11:34',70,1303.4,1303.4,68.6,0,0,0),(19887,184386,488,0,69,'2025-12-15 18:11:34',4,119.13,119.13,6.27,0,0,0),(19888,184386,487,0,69,'2025-12-15 18:11:34',4,119.13,119.13,6.27,0,0,0),(19889,184386,133,0,69,'2025-12-15 18:11:34',10,135.85,135.85,7.15,0,0,0),(19890,184386,2113,0,69,'2025-12-15 18:11:34',2,326.8,326.8,17.2,0,0,0),(19891,184386,2110,0,69,'2025-12-15 18:11:34',6,406.98,406.98,21.42,0,0,0),(19892,184386,44,0,69,'2025-12-15 18:11:34',1,131.1,131.1,6.9,0,0,0),(19893,184386,51,0,69,'2025-12-15 18:11:34',2,323,323,17,0,0,0),(19894,184386,2400,0,69,'2025-12-15 18:11:34',1,204.25,204.25,10.75,0,0,0),(19895,184386,49,0,69,'2025-12-15 18:11:34',10,795.15,795.15,41.85,0,0,0),(19896,184386,39,0,69,'2025-12-15 18:11:34',3,256.5,256.5,13.5,0,0,0),(19897,184386,40,0,69,'2025-12-15 18:11:34',3,256.5,256.5,13.5,0,0,0),(19898,184386,42,0,69,'2025-12-15 18:11:34',3,256.5,256.5,13.5,0,0,0),(19899,184386,43,0,69,'2025-12-15 18:11:34',7,598.5,598.5,31.5,0,0,0),(19900,184386,45,0,69,'2025-12-15 18:11:34',7,332.5,332.5,17.5,0,0,0),(19903,184387,45,0,11,'2025-12-15 19:58:52',1,47.5,47.5,2.5,0,0,0),(19904,184387,49,0,11,'2025-12-15 19:58:52',2,171,171,9,0,0,0),(19905,184387,3412,0,11,'2025-12-15 19:58:52',1,85.5,85.5,4.5,0,0,0),(19906,184387,44,0,11,'2025-12-15 19:58:52',1,131.1,131.1,6.9,0,0,0),(19907,184387,2408,0,11,'2025-12-15 19:58:52',1,161.49,161.49,8.51,0,0,0),(19908,184387,487,0,11,'2025-12-15 19:58:52',1,29.79,29.79,1.56,0,0,0),(19911,184388,487,0,11,'2025-12-15 20:16:20',2,59.57,59.57,3.13,0,0,0),(19912,184388,3696,0,11,'2025-12-15 20:16:20',2,130.15,130.15,6.85,0,0,0),(19913,184388,2110,0,11,'2025-12-15 20:16:20',2,135.66,135.66,7.14,0,0,0),(19914,184388,2113,0,11,'2025-12-15 20:16:20',1,163.4,163.4,8.6,0,0,0),(19915,184388,3412,0,11,'2025-12-15 20:16:20',1,85.5,85.5,4.5,0,0,0),(19916,184388,40,0,11,'2025-12-15 20:16:20',1,85.5,85.5,4.5,0,0,0),(19917,184388,45,0,11,'2025-12-15 20:16:20',2,95,95,5,0,0,0),(19920,184389,2110,0,90,'2025-12-16 16:51:09',2,135.66,135.66,7.14,0,0,0),(19921,184389,2113,0,90,'2025-12-16 16:51:09',2,326.79,326.79,17.21,0,0,0),(19922,184389,41,0,90,'2025-12-16 16:51:09',2,139.08,139.08,7.32,0,0,0),(19923,184389,488,0,90,'2025-12-16 16:51:09',1,29.79,29.79,1.56,0,0,0),(19924,184389,487,0,90,'2025-12-16 16:51:09',1,29.79,29.79,1.56,0,0,0),(19927,184390,40,0,90,'2025-12-16 16:57:42',1,85.5,85.5,4.5,0,0,0),(19928,184390,39,0,90,'2025-12-16 16:57:42',1,85.5,85.5,4.5,0,0,0),(19929,184390,45,0,90,'2025-12-16 16:57:42',2,95,95,5,0,0,0),(19930,184390,2113,0,90,'2025-12-16 16:57:42',1,163.4,163.4,8.6,0,0,0),(19931,184390,120,0,90,'2025-12-16 16:57:42',1,59.85,59.85,3.15,0,0,0),(19932,184390,2110,0,90,'2025-12-16 16:57:42',1,67.83,67.83,3.57,0,0,0),(19933,184390,41,0,90,'2025-12-16 16:57:42',1,69.54,69.54,3.66,0,0,0),(19936,184391,40,0,90,'2025-12-16 17:02:20',1,85.5,85.5,4.5,0,0,0),(19937,184391,39,0,90,'2025-12-16 17:02:20',1,85.5,85.5,4.5,0,0,0),(19938,184391,45,0,90,'2025-12-16 17:02:20',2,95,95,5,0,0,0),(19939,184391,2113,0,90,'2025-12-16 17:02:20',1,163.4,163.4,8.6,0,0,0),(19940,184391,2110,0,90,'2025-12-16 17:02:20',1,67.83,67.83,3.57,0,0,0),(19941,184391,41,0,90,'2025-12-16 17:02:20',1,69.54,69.54,3.66,0,0,0),(19942,184391,3412,0,90,'2025-12-16 17:02:20',1,85.5,85.5,4.5,0,0,0),(19943,184391,43,0,90,'2025-12-16 17:02:20',1,85.5,85.5,4.5,0,0,0),(19946,184397,3696,0,57,'2025-12-22 05:35:59',8,484.16,484.16,25.48,0,0,0),(19947,184397,487,0,57,'2025-12-22 05:35:59',1,29.79,29.79,1.56,0,0,0),(19948,184397,2113,0,57,'2025-12-22 05:35:59',2,326.79,326.79,17.21,0,0,0),(19949,184397,2110,0,57,'2025-12-22 05:35:59',2,135.66,135.66,7.14,0,0,0),(19950,184397,49,0,57,'2025-12-22 05:35:59',1,85.5,85.5,4.5,0,0,0),(19951,184397,41,0,57,'2025-12-22 05:35:59',1,69.54,69.54,3.66,0,0,0),(19954,184398,2110,0,13,'2025-12-22 18:25:45',4,271.32,271.32,14.28,0,0,0),(19955,184398,2113,0,13,'2025-12-22 18:25:45',3,490.2,490.2,25.8,0,0,0),(19956,184398,41,0,13,'2025-12-22 18:25:45',5,347.7,347.7,18.3,0,0,0),(19957,184398,45,0,13,'2025-12-22 18:25:45',4,190,190,10,0,0,0),(19958,184398,43,0,13,'2025-12-22 18:25:45',2,171,171,9,0,0,0),(19959,184398,120,0,13,'2025-12-22 18:25:45',1,59.85,59.85,3.15,0,0,0),(19960,184398,39,0,13,'2025-12-22 18:25:45',2,171,171,9,0,0,0),(19963,184399,42,0,25,'2025-12-22 22:22:09',1,85.5,85.5,4.5,0,0,0),(19964,184399,45,0,25,'2025-12-22 22:22:09',4,190,190,10,0,0,0),(19965,184399,2408,0,25,'2025-12-22 22:22:09',1,161.5,161.5,8.5,0,0,0),(19966,184399,43,0,25,'2025-12-22 22:22:09',1,85.5,85.5,4.5,0,0,0),(19967,184399,39,0,25,'2025-12-22 22:22:09',1,85.5,85.5,4.5,0,0,0),(19968,184399,3525,0,25,'2025-12-22 22:22:09',1,85.5,85.5,4.5,0,0,0),(19969,184399,3362,0,25,'2025-12-22 22:22:09',1,71.25,71.25,3.75,0,0,0),(19972,184400,41,0,25,'2025-12-23 05:51:47',1,69.54,69.54,3.66,0,0,0),(19973,184400,49,0,25,'2025-12-23 05:51:47',1,85.5,85.5,4.5,0,0,0),(19974,184400,3362,0,25,'2025-12-23 05:51:47',1,71.25,71.25,3.75,0,0,0),(19975,184400,3696,0,25,'2025-12-23 05:51:47',2,130.15,130.15,6.85,0,0,0),(19976,184400,488,0,25,'2025-12-23 05:51:47',2,59.57,59.57,3.13,0,0,0),(19977,184400,3412,0,25,'2025-12-23 05:51:47',1,85.5,85.5,4.5,0,0,0),(19980,184401,38,0,96,'2025-12-23 08:20:07',1,157.47,157.47,8.29,0,0,0),(19981,184401,49,0,96,'2025-12-23 08:20:07',1,85.5,85.5,4.5,0,0,0),(19982,184401,43,0,96,'2025-12-23 08:20:07',1,85.5,85.5,4.5,0,0,0),(19983,184401,41,0,96,'2025-12-23 08:20:07',2,139.08,139.08,7.32,0,0,0),(19984,184401,45,0,96,'2025-12-23 08:20:07',1,47.5,47.5,2.5,0,0,0),(19985,184401,23,0,96,'2025-12-23 08:20:07',2,130.23,130.23,6.85,0,0,0),(19986,184401,3476,0,96,'2025-12-23 08:20:07',1,72.39,72.39,3.81,0,0,0),(19987,184401,3499,0,96,'2025-12-23 08:20:07',1,135.66,135.66,7.14,0,0,0),(19988,184401,3412,0,96,'2025-12-23 08:20:07',1,85.5,85.5,4.5,0,0,0),(19989,184401,39,0,96,'2025-12-23 08:20:07',1,85.5,85.5,4.5,0,0,0),(19990,184401,40,0,96,'2025-12-23 08:20:07',1,85.5,85.5,4.5,0,0,0),(19993,184402,488,0,95,'2025-12-23 20:34:04',3,89.35,89.35,4.7,0,0,0),(19994,184402,490,0,95,'2025-12-23 20:34:04',40,744.8,744.8,39.2,0,0,0),(19995,184402,2408,0,95,'2025-12-23 20:34:04',4,645.99,645.99,34.01,0,0,0),(19996,184402,41,0,95,'2025-12-23 20:34:04',8,517.38,517.38,27.23,0,0,0),(19997,184402,3476,0,95,'2025-12-23 20:34:04',8,538.59,538.59,28.34,0,0,0),(19998,184402,44,0,95,'2025-12-23 20:34:04',4,524.4,524.4,27.6,0,0,0),(19999,184402,3362,0,95,'2025-12-23 20:34:04',4,285,285,15,0,0,0),(20000,184402,2110,0,95,'2025-12-23 20:34:04',8,504.66,504.66,26.56,0,0,0),(20003,184403,41,0,95,'2025-12-23 22:00:28',8,517.38,517.38,27.23,0,0,0),(20004,184403,45,0,95,'2025-12-23 22:00:28',8,353.4,353.4,18.6,0,0,0),(20005,184403,2400,0,95,'2025-12-23 22:00:28',4,817,817,43,0,0,0),(20006,184403,2408,0,95,'2025-12-23 22:00:28',2,323,323,17,0,0,0),(20007,184403,44,0,95,'2025-12-23 22:00:28',2,262.2,262.2,13.8,0,0,0),(20008,184403,490,0,95,'2025-12-23 22:00:28',50,931,931,49,0,0,0),(20011,184404,3499,0,11,'2025-12-24 13:26:30',1,135.66,135.66,7.14,0,0,0),(20012,184404,3696,0,11,'2025-12-24 13:26:30',4,260.3,260.3,13.7,0,0,0),(20013,184404,3412,0,11,'2025-12-24 13:26:30',1,85.5,85.5,4.5,0,0,0),(20016,184405,487,0,79,'2025-12-24 14:36:23',20,595.65,595.65,31.35,0,0,0),(20019,184406,2110,0,79,'2025-12-28 16:16:47',12,756.98,756.98,39.84,0,0,0),(20020,184406,2113,0,79,'2025-12-28 16:16:47',8,1215.67,1215.67,64.01,0,0,0),(20021,184406,3356,0,79,'2025-12-28 16:16:47',8,1068.69,1068.69,56.24,0,0,0),(20022,184406,3358,0,79,'2025-12-28 16:16:47',8,1068.69,1068.69,56.24,0,0,0),(20023,184406,40,0,79,'2025-12-28 16:16:47',8,636.12,636.12,33.48,0,0,0),(20024,184406,39,0,79,'2025-12-28 16:16:47',8,636.12,636.12,33.48,0,0,0),(20025,184406,44,0,79,'2025-12-28 16:16:47',8,975.39,975.39,51.33,0,0,0),(20026,184406,49,0,79,'2025-12-28 16:16:47',8,636.12,636.12,33.48,0,0,0),(20027,184406,43,0,79,'2025-12-28 16:16:47',8,636.12,636.12,33.48,0,0,0),(20028,184406,3352,0,79,'2025-12-28 16:16:47',8,1046.07,1046.07,55.05,0,0,0),(20031,184407,3696,0,79,'2025-12-28 16:26:06',20,1210.4,1210.4,63.7,0,0,0),(20034,184408,2110,0,12,'2025-12-28 17:41:12',2,135.66,135.66,7.14,0,0,0),(20035,184408,45,0,12,'2025-12-28 17:41:12',4,190,190,10,0,0,0),(20036,184408,2400,0,12,'2025-12-28 17:41:12',2,408.5,408.5,21.5,0,0,0),(20037,184408,2113,0,12,'2025-12-28 17:41:12',1,163.4,163.4,8.6,0,0,0),(20038,184408,120,0,12,'2025-12-28 17:41:12',1,59.85,59.85,3.15,0,0,0),(20039,184408,49,0,12,'2025-12-28 17:41:12',1,85.5,85.5,4.5,0,0,0),(20040,184408,43,0,12,'2025-12-28 17:41:12',1,85.5,85.5,4.5,0,0,0),(20043,184409,2110,0,12,'2025-12-28 17:43:06',2,135.66,135.66,7.14,0,0,0),(20044,184409,45,0,12,'2025-12-28 17:43:06',4,190,190,10,0,0,0),(20045,184409,2400,0,12,'2025-12-28 17:43:06',2,408.5,408.5,21.5,0,0,0),(20046,184409,2113,0,12,'2025-12-28 17:43:06',1,163.4,163.4,8.6,0,0,0),(20047,184409,120,0,12,'2025-12-28 17:43:06',1,59.85,59.85,3.15,0,0,0),(20048,184409,49,0,12,'2025-12-28 17:43:06',1,85.5,85.5,4.5,0,0,0),(20049,184409,43,0,12,'2025-12-28 17:43:06',1,85.5,85.5,4.5,0,0,0),(20052,184410,41,0,107,'2025-12-28 18:35:08',4,278.16,278.16,14.64,0,0,0),(20053,184410,3499,0,107,'2025-12-28 18:35:08',1,135.66,135.66,7.14,0,0,0),(20054,184410,3485,0,107,'2025-12-28 18:35:08',2,282.72,282.72,14.88,0,0,0),(20057,184411,41,0,107,'2025-12-28 18:37:03',4,278.16,278.16,14.64,0,0,0),(20058,184411,3499,0,107,'2025-12-28 18:37:03',1,135.66,135.66,7.14,0,0,0),(20059,184411,3485,0,107,'2025-12-28 18:37:03',2,282.72,282.72,14.88,0,0,0),(20062,184412,3696,0,11,'2025-12-29 13:21:41',3,195.23,195.23,10.27,0,0,0),(20063,184412,2110,0,11,'2025-12-29 13:21:41',2,135.66,135.66,7.14,0,0,0),(20064,184412,45,0,11,'2025-12-29 13:21:41',3,142.5,142.5,7.5,0,0,0),(20065,184412,44,0,11,'2025-12-29 13:21:41',2,262.2,262.2,13.8,0,0,0),(20068,184414,41,0,113,'2025-12-29 18:54:01',2,139.08,139.08,7.32,0,0,0),(20069,184414,45,0,113,'2025-12-29 18:54:01',2,95,95,5,0,0,0),(20070,184414,51,0,113,'2025-12-29 18:54:01',1,161.5,161.5,8.5,0,0,0),(20071,184414,3354,0,113,'2025-12-29 18:54:01',1,140.6,140.6,7.4,0,0,0),(20072,184414,40,0,113,'2025-12-29 18:54:01',1,85.5,85.5,4.5,0,0,0),(20073,184414,39,0,113,'2025-12-29 18:54:01',1,85.5,85.5,4.5,0,0,0),(20074,184414,3485,0,113,'2025-12-29 18:54:01',1,141.36,141.36,7.44,0,0,0),(20075,184414,3412,0,113,'2025-12-29 18:54:01',1,85.5,85.5,4.5,0,0,0),(20076,184414,133,0,113,'2025-12-29 18:54:01',2,27.17,27.17,1.43,0,0,0);
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_stats`
--

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(20) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`),
  KEY `idx_date_paid_status_parent` (`date_paid`,`status`,`parent_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
INSERT INTO `wp_wc_order_stats` VALUES (171,170,'2021-04-07 19:35:39','2021-04-07 19:35:39',-1,-10.69,0,-9.44,-1.25,NULL,'wc-completed',3,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,173,'2021-04-07 19:41:01','2021-04-07 19:41:01',-1,-10.69,0,-9.44,-1.25,0,'wc-completed',4,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(214,213,'2021-04-13 16:20:50','2021-04-13 16:20:50',-1,-10.69,0,-9.44,-1.25,NULL,'wc-completed',5,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(302,0,'2021-04-21 20:03:37','2021-04-21 20:03:37',40,74.31,0,74.31,0,1,'wc-completed',63,'2021-04-21 20:05:33','2021-04-26 23:03:18'),(303,0,'2021-04-21 21:00:54','2021-04-21 21:00:54',19,504,0,0,504,0,'wc-completed',90,'2021-04-21 21:02:33','2021-04-27 17:11:18'),(304,0,'2021-04-21 21:06:50','2021-04-21 21:06:50',18,504,0,0,504,1,'wc-completed',90,'2021-04-21 21:09:46','2021-04-27 17:10:14'),(305,0,'2021-04-21 21:15:45','2021-04-21 21:15:45',19,749.15,0,101.15,648,1,'wc-completed',90,'2021-04-21 21:17:59','2021-04-27 17:09:10'),(306,0,'2021-04-21 21:24:58','2021-04-21 21:24:58',17,504,0,0,504,1,'wc-completed',90,'2021-04-21 21:26:10','2021-04-27 17:07:49'),(310,0,'2021-04-22 15:44:15','2021-04-22 15:44:15',11,22.97,0,22.97,0,0,'wc-completed',54,'2021-04-22 15:44:59','2021-04-26 22:53:31'),(311,0,'2021-04-22 18:04:03','2021-04-22 18:04:03',14,185.16,0,25.92,159.24,1,'wc-completed',21,'2021-04-22 18:06:25','2021-04-26 22:52:46'),(312,0,'2021-04-22 21:20:02','2021-04-22 21:20:02',49,1795.72,0,0,1795.72,0,'wc-completed',62,'2021-04-22 21:21:06','2021-04-26 17:53:49'),(313,0,'2021-04-22 21:44:04','2021-04-22 21:44:04',7,206.66,0,46.14,160.52,1,'wc-completed',32,'2021-04-22 21:45:31','2021-04-26 22:49:24'),(316,0,'2021-04-23 19:06:45','2021-04-23 19:06:45',26,524.32,0,0,524.32,1,'wc-completed',94,'2021-04-23 19:10:57','2021-04-26 22:40:37'),(317,0,'2021-04-24 12:10:08','2021-04-24 12:10:08',18,30.96,0,23.46,7.5,0,'wc-completed',83,'2021-04-24 12:10:38','2021-04-26 22:44:49'),(325,0,'2021-04-26 20:31:25','2021-04-26 20:31:25',4,51.84,0,51.84,0,0,'wc-completed',80,'2021-04-26 20:40:00','2021-04-27 19:51:41'),(326,0,'2021-04-26 20:42:37','2021-04-26 20:42:37',4,51.84,0,51.84,0,1,'wc-completed',80,'2021-04-26 20:43:39','2021-04-27 19:52:33'),(327,0,'2021-04-26 22:17:39','2021-04-26 22:17:39',20,41.83,0,41.83,0,0,'wc-completed',56,'2021-04-26 22:21:06','2021-04-27 19:53:31'),(328,0,'2021-04-27 14:26:45','2021-04-27 14:26:45',13,283.7,0,42.23,241.47,0,'wc-completed',46,'2021-04-27 14:32:31','2021-04-30 20:41:18'),(329,0,'2021-04-27 17:18:56','2021-04-27 17:18:56',22,504.49,0,0,504.49,1,'wc-completed',11,'2021-04-27 17:20:02','2021-04-30 20:39:32'),(332,0,'2021-04-27 21:10:19','2021-04-27 21:10:19',14,352.76,0,78.64,274.12,0,'wc-completed',37,'2021-04-27 21:11:41','2021-04-30 20:38:23'),(333,0,'2021-04-28 15:24:36','2021-04-28 15:24:36',16,560.63,0,68.44,492.19,0,'wc-completed',51,'2021-04-28 15:27:02','2021-04-30 20:37:35'),(334,0,'2021-04-29 20:10:07','2021-04-29 20:10:07',9,817.76,0,0,817.76,0,'wc-completed',6,'2021-04-29 20:11:57','2021-05-03 13:52:15'),(335,0,'2021-04-30 18:41:23','2021-04-30 18:41:23',23,552,0,0,552,1,'wc-completed',76,'2021-04-30 18:44:55','2021-05-03 13:50:48'),(336,0,'2021-05-01 19:44:28','2021-05-01 19:44:28',28,564.96,0,0,564.96,0,'wc-completed',50,'2021-05-01 19:46:34','2021-05-04 15:26:11'),(337,0,'2021-05-02 15:38:53','2021-05-02 15:38:53',25,1037.63,0,0,1037.63,0,'wc-completed',47,'2021-05-02 15:39:21','2021-05-03 14:36:08'),(338,0,'2021-05-03 01:12:35','2021-05-03 01:12:35',6,11.73,0,11.73,0,1,'wc-completed',81,'2021-05-03 01:17:59','2021-05-03 15:14:39'),(339,0,'2021-05-03 04:58:39','2021-05-03 04:58:39',13,564.27,0,130.85,433.42,1,'wc-completed',25,'2021-05-03 04:59:54','2021-05-04 15:26:41'),(341,0,'2021-05-03 18:51:24','2021-05-03 18:51:24',8,712.16,0,0,712.16,0,'wc-completed',13,'2021-05-03 18:53:54','2021-05-03 20:45:19'),(342,0,'2021-05-03 19:28:53','2021-05-03 19:28:53',24,186.59,0,42.59,144,0,'wc-completed',61,'2021-05-03 19:30:56','2021-05-04 14:58:35'),(343,0,'2021-05-03 21:45:34','2021-05-03 21:45:34',36,398.21,0,22.23,375.98,1,'wc-completed',21,'2021-05-03 21:46:28','2021-05-04 15:39:14'),(344,0,'2021-05-04 16:11:06','2021-05-04 16:11:06',1,11.23,0,11.23,0,1,'wc-completed',56,'2021-05-04 16:15:34','2021-05-06 16:50:09'),(345,0,'2021-05-04 17:27:45','2021-05-04 17:27:45',7,377.27,0,30.07,347.2,0,'wc-completed',17,'2021-05-04 17:28:36','2021-05-04 21:54:40'),(346,0,'2021-05-04 20:05:25','2021-05-04 20:05:25',14,32.05,0,15.3,16.75,0,'wc-completed',58,'2021-05-04 20:08:31','2021-05-05 14:50:41'),(350,0,'2021-05-05 02:30:07','2021-05-05 02:30:07',19,971.2,0,0,971.2,1,'wc-completed',12,'2021-05-05 02:37:56','2021-05-05 14:51:40'),(351,0,'2021-05-05 15:51:21','2021-05-05 15:51:21',18,712.39,0,48.4,663.99,0,'wc-completed',49,'2021-05-05 15:53:05','2021-05-05 17:24:45'),(353,0,'2021-05-06 03:51:18','2021-05-06 03:51:18',4,520,0,0,520,0,'wc-completed',67,'2021-05-06 03:54:05','2021-05-06 16:49:08'),(356,354,'2021-05-06 15:35:47','2021-05-06 15:35:47',-12,-13.84,0,-13.84,0,NULL,'wc-completed',22,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(357,0,'2021-05-06 16:23:29','2021-05-06 16:23:29',25,612.46,0,0,612.46,0,'wc-completed',64,'2021-05-06 16:27:24','2021-05-10 14:50:09'),(358,0,'2021-05-07 17:01:24','2021-05-07 17:01:24',10,12.47,0,12.47,0,1,'wc-completed',22,'2021-05-07 17:05:32','2021-05-14 14:37:42'),(359,0,'2021-05-10 15:43:09','2021-05-10 15:43:09',50,637.38,0,0,637.38,0,'wc-completed',82,'2021-05-10 15:50:13','2021-05-10 20:47:48'),(360,0,'2021-05-11 03:29:07','2021-05-11 03:29:07',7,752,0,0,752,1,'wc-completed',80,'2021-05-11 03:29:47','2021-05-12 17:50:24'),(361,0,'2021-05-12 17:56:36','2021-05-12 17:56:36',11,321.18,0,16.06,305.12,1,'wc-completed',30,'2021-05-12 18:43:09','2021-05-14 14:39:25'),(363,0,'2021-05-13 17:33:21','2021-05-13 17:33:21',20,43.85,0,43.85,0,0,'wc-completed',74,'2021-05-13 17:41:38','2021-05-14 14:36:30'),(364,0,'2021-05-13 18:15:32','2021-05-13 18:15:32',10,264,0,60,204,0,'wc-completed',43,'2021-05-13 18:16:03','2021-05-14 14:33:54'),(366,0,'2021-05-14 16:54:24','2021-05-14 16:54:24',6,552.36,0,37.64,514.72,1,'wc-completed',11,'2021-05-14 16:55:31','2021-05-17 15:47:38'),(367,0,'2021-05-14 17:16:57','2021-05-14 17:16:57',4,161.29,0,17.29,144,1,'wc-completed',11,'2021-05-14 17:17:52','2021-05-14 20:06:24'),(368,0,'2021-05-14 20:48:39','2021-05-14 20:48:39',4,285.79,0,27.55,258.24,1,'wc-completed',32,'2021-05-14 20:49:34','2021-05-17 15:43:05'),(369,0,'2021-05-15 12:28:16','2021-05-15 12:28:16',21,612.46,0,0,612.46,1,'wc-completed',64,'2021-05-15 12:32:44','2021-05-17 15:41:44'),(370,0,'2021-05-15 18:39:07','2021-05-15 18:39:07',18,71.01,0,11.01,60,1,'wc-completed',49,'2021-05-15 18:41:47','2021-05-17 19:13:44'),(371,0,'2021-05-18 21:18:54','2021-05-18 21:18:54',11,313.87,0,18.97,294.9,1,'wc-completed',51,'2021-05-18 21:19:34','2021-05-20 16:43:13'),(372,0,'2021-05-20 00:51:19','2021-05-20 00:51:19',35,193.66,0,17.29,176.37,1,'wc-completed',21,'2021-05-20 00:52:55','2021-05-20 16:47:21'),(373,0,'2021-05-20 17:01:47','2021-05-20 17:01:47',6,539.2,0,0,539.2,0,'wc-completed',52,'2021-05-20 17:03:19','2021-05-21 17:41:46'),(374,0,'2021-05-21 17:22:10','2021-05-21 17:22:10',49,580.21,0,110.25,469.96,0,'wc-completed',40,'2021-05-21 17:22:50','2021-05-24 18:26:26'),(375,0,'2021-05-23 16:55:07','2021-05-23 16:55:07',25,514.63,0,54.89,459.74,1,'wc-completed',82,'2021-05-23 16:58:40','2021-05-25 21:23:39'),(376,0,'2021-05-24 15:15:57','2021-05-24 15:15:57',16,518.34,0,51.14,467.2,1,'wc-completed',11,'2021-05-24 15:16:37','2021-05-24 18:34:32'),(377,0,'2021-05-24 17:00:35','2021-05-24 17:00:35',18,933.44,0,73.12,860.32,1,'wc-completed',11,'2021-05-24 17:02:42','2021-05-25 21:04:57'),(378,0,'2021-05-24 18:01:16','2021-05-24 18:01:16',12,376.15,0,41.11,335.04,1,'wc-completed',82,'2021-05-24 18:02:18','2021-05-25 21:04:08'),(379,0,'2021-05-24 18:10:23','2021-05-24 18:10:23',17,29.33,0,29.33,0,0,'wc-completed',59,'2021-05-24 18:11:18','2021-05-25 21:22:58'),(381,377,'2021-05-24 18:16:50','2021-05-24 18:16:50',0,-73.12,0,-73.12,0,1,'wc-completed',11,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(382,0,'2021-05-24 20:16:25','2021-05-24 20:16:25',12,164.2,0,20.2,144,1,'wc-completed',90,'2021-05-24 20:17:28','2021-05-25 21:03:15'),(384,0,'2021-05-24 20:23:37','2021-05-24 20:23:37',18,504,0,0,504,1,'wc-completed',90,'2021-05-24 20:25:11','2021-05-25 21:02:22'),(385,0,'2021-05-24 20:29:59','2021-05-24 20:29:59',28,552,0,0,552,1,'wc-completed',90,'2021-05-24 20:30:46','2021-05-25 20:57:30'),(386,0,'2021-05-26 19:25:26','2021-05-26 19:25:26',26,688.24,0,0,688.24,1,'wc-completed',64,'2021-05-26 19:37:23','2021-06-01 16:14:51'),(387,0,'2021-05-27 01:56:15','2021-05-27 01:56:15',20,49.39,0,49.39,0,0,'wc-completed',87,'2021-05-27 01:57:08','2021-06-01 14:13:34'),(388,0,'2021-05-27 15:55:35','2021-05-27 15:55:35',3,158.7,0,14.7,144,0,'wc-completed',42,'2021-05-27 15:58:33','2021-06-01 14:12:47'),(389,0,'2021-05-27 18:39:05','2021-05-27 18:39:05',10,145.77,0,25.77,120,1,'wc-completed',17,'2021-05-27 18:40:10','2021-06-01 14:15:42'),(390,0,'2021-05-27 20:25:00','2021-05-27 20:25:00',6,528,0,0,528,0,'wc-completed',96,'2021-05-27 20:26:35','2021-06-01 14:10:47'),(391,0,'2021-05-28 05:36:56','2021-05-28 05:36:56',19,968,0,0,968,1,'wc-completed',12,'2021-05-28 05:37:35','2021-06-01 14:17:22'),(392,0,'2021-05-28 17:52:54','2021-05-28 17:52:54',6,13.32,0,13.32,0,0,'wc-completed',19,'2021-05-28 17:55:06','2021-06-01 14:18:44'),(393,0,'2021-05-28 22:00:47','2021-05-28 22:00:47',12,35.34,0,35.34,0,1,'wc-completed',32,'2021-05-28 22:01:24','2021-06-01 16:16:02'),(394,0,'2021-06-01 01:07:09','2021-06-01 01:07:09',6,11.76,0,11.76,0,1,'wc-completed',81,'2021-06-01 01:07:42','2021-06-03 21:30:06'),(396,0,'2021-06-01 14:59:56','2021-06-01 14:59:56',102,3204,0,0,3204,1,'wc-completed',80,'2021-06-01 15:02:37','2021-06-01 21:04:49'),(397,0,'2021-06-01 16:16:17','2021-06-01 16:16:17',3,16.34,0,16.34,0,1,'wc-completed',86,'2021-06-01 16:17:01','2021-06-03 21:29:29'),(398,0,'2021-06-01 17:00:52','2021-06-01 17:00:52',12,16.53,0,16.53,0,1,'wc-completed',54,'2021-06-01 17:01:29','2021-06-03 21:28:55'),(399,0,'2021-06-01 17:04:07','2021-06-01 17:04:07',12,16.53,0,16.53,0,1,'wc-completed',54,'2021-06-01 17:04:38','2021-06-03 21:28:23'),(401,0,'2021-06-01 22:21:26','2021-06-01 22:21:26',42,132.47,0,132.47,0,0,'wc-completed',71,'2021-06-01 22:22:59','2021-06-02 16:14:14'),(402,0,'2021-06-02 14:59:37','2021-06-02 14:59:37',12,71.76,0,14.64,57.12,0,'wc-completed',55,'2021-06-02 15:01:43','2021-06-03 21:15:25'),(404,0,'2021-06-03 15:58:51','2021-06-03 15:58:51',18,542.56,0,0,542.56,1,'wc-completed',11,'2021-06-03 15:59:29','2021-06-03 21:16:15'),(405,0,'2021-06-06 01:36:15','2021-06-06 01:36:15',20,35.79,0,35.79,0,1,'wc-completed',61,'2021-06-06 01:37:05','2021-06-07 19:25:01'),(406,0,'2021-06-07 01:29:01','2021-06-07 01:29:01',10,656.29,0,0,656.29,0,'wc-completed',57,'2021-06-07 01:29:37','2021-06-09 21:17:08'),(407,0,'2021-06-07 16:07:00','2021-06-07 16:07:00',36,252.43,0,18.94,233.49,1,'wc-completed',21,'2021-06-07 16:09:32','2021-06-09 21:16:32'),(408,0,'2021-06-07 18:14:18','2021-06-07 18:14:18',10,12.5,0,12.5,0,1,'wc-completed',22,'2021-06-07 18:14:37','2021-06-09 17:23:32'),(409,0,'2021-06-08 00:13:36','2021-06-08 00:13:36',31,509.44,0,0,509.44,1,'wc-completed',76,'2021-06-08 00:14:28','2021-06-09 21:15:56'),(410,0,'2021-06-08 02:57:34','2021-06-08 02:57:34',6,11.76,0,11.76,0,1,'wc-completed',81,'2021-06-08 02:57:58','2021-06-09 17:26:30'),(411,0,'2021-06-08 03:02:11','2021-06-08 03:02:11',18,129.3,0,16.8,112.5,1,'wc-completed',81,'2021-06-08 03:02:45','2021-06-09 17:27:44'),(412,0,'2021-06-08 18:04:16','2021-06-08 18:04:16',9,206.83,0,24.43,182.4,1,'wc-completed',79,'2021-06-08 18:05:38','2021-06-09 17:28:41'),(413,0,'2021-06-09 15:14:58','2021-06-09 15:14:58',2,70.37,0,13.25,57.12,0,'wc-completed',39,'2021-06-09 15:16:50','2021-06-09 17:29:51'),(418,0,'2021-06-09 22:39:34','2021-06-09 22:39:34',49,555.36,0,0,555.36,1,'wc-completed',50,'2021-06-09 22:40:25','2021-06-11 20:31:19'),(419,0,'2021-06-10 02:52:50','2021-06-10 02:52:50',37,1801.28,0,0,1801.28,1,'wc-completed',12,'2021-06-10 02:53:49','2021-06-16 19:39:07'),(420,0,'2021-06-10 17:05:34','2021-06-10 17:05:34',18,696,0,0,696,1,'wc-completed',11,'2021-06-10 19:22:40','2021-06-11 20:20:05'),(421,0,'2021-06-10 18:17:50','2021-06-10 18:17:50',4,142.42,0,13.3,129.12,1,'wc-completed',17,'2021-06-10 18:18:35','2021-06-11 20:30:22'),(423,0,'2021-06-11 17:25:20','2021-06-11 17:25:20',15,1068.96,0,0,1068.96,1,'wc-completed',6,'2021-06-11 17:27:23','2021-06-15 14:40:17'),(424,0,'2021-06-11 18:41:33','2021-06-11 18:41:33',18,513.12,0,0,513.12,1,'wc-completed',11,'2021-06-11 18:46:40','2021-06-11 21:21:41'),(425,0,'2021-06-11 21:14:18','2021-06-11 21:14:18',9,16.55,0,16.55,0,1,'wc-completed',86,'2021-06-11 21:14:50','2021-06-15 14:42:06'),(426,0,'2021-06-12 01:56:37','2021-06-12 01:56:37',19,118.8,0,16.8,102,1,'wc-completed',81,'2021-06-12 01:57:11','2021-06-15 14:41:26'),(427,0,'2021-06-14 02:22:17','2021-06-14 02:22:17',16,19.63,0,19.63,0,1,'wc-completed',56,'2021-06-14 02:25:45','2021-06-16 01:58:53'),(428,0,'2021-06-14 02:32:20','2021-06-14 02:32:20',17,32.83,0,29.08,3.75,1,'wc-completed',56,'2021-06-14 02:32:54','2021-06-16 02:03:33'),(429,0,'2021-06-15 01:40:37','2021-06-15 01:40:37',13,49.21,0,45.46,3.75,1,'wc-completed',58,'2021-06-15 01:43:33','2021-06-16 02:06:20'),(430,0,'2021-06-15 23:04:36','2021-06-15 23:04:36',9,274.51,0,31.15,243.36,1,'wc-completed',25,'2021-06-15 23:17:29','2021-06-18 18:21:22'),(431,0,'2021-06-16 18:43:26','2021-06-16 18:43:26',10,24.31,0,24.31,0,1,'wc-completed',95,'2021-06-16 18:45:55','2021-06-18 18:22:45'),(433,0,'2021-06-17 15:59:08','2021-06-17 15:59:08',28,848.28,0,0,848.28,1,'wc-completed',70,'2021-06-17 16:00:35','2021-06-18 18:20:20'),(434,0,'2021-06-17 18:57:46','2021-06-17 18:57:46',16,616.64,0,0,616.64,1,'wc-completed',64,'2021-06-17 19:03:19','2021-06-18 18:19:15'),(435,0,'2021-06-17 19:03:06','2021-06-17 19:03:06',16,761.31,0,0,761.31,1,'wc-completed',62,'2021-06-17 19:03:43','2021-06-21 19:09:29'),(437,0,'2021-06-17 23:01:21','2021-06-17 23:01:21',6,322.33,0,22.83,299.5,1,'wc-completed',94,'2021-06-17 23:03:31','2021-06-18 18:18:10'),(438,0,'2021-06-18 14:58:38','2021-06-18 14:58:38',13,552.19,0,30.27,521.92,0,'wc-completed',88,'2021-06-18 15:03:45','2021-06-18 19:24:30'),(439,0,'2021-06-18 15:10:58','2021-06-18 15:10:58',30,696,0,0,696,1,'wc-completed',90,'2021-06-18 15:11:47','2021-06-21 14:23:29'),(440,0,'2021-06-18 15:19:51','2021-06-18 15:19:51',21,552,0,0,552,1,'wc-completed',90,'2021-06-18 15:20:18','2021-06-21 14:22:13'),(441,0,'2021-06-18 15:22:18','2021-06-18 15:22:18',1,10.18,0,10.18,0,1,'wc-completed',90,'2021-06-18 15:22:46','2021-06-18 19:26:04'),(443,0,'2021-06-18 15:57:35','2021-06-18 15:57:35',3,354.49,0,31.29,323.2,1,'wc-completed',94,'2021-06-18 15:59:47','2021-06-18 19:23:24'),(444,0,'2021-06-18 17:03:35','2021-06-18 17:03:35',27,304.98,0,29.99,274.99,1,'wc-completed',49,'2021-06-18 17:10:57','2021-06-21 14:21:03'),(445,0,'2021-06-18 19:49:48','2021-06-18 19:49:48',6,684.64,0,68,616.64,1,'wc-completed',47,'2021-06-18 19:50:16','2021-06-21 19:06:47'),(446,0,'2021-06-19 00:58:16','2021-06-19 00:58:16',4,304.6,0,31.48,273.12,1,'wc-completed',32,'2021-06-19 01:00:24','2021-06-21 19:07:55'),(447,0,'2021-06-21 22:26:24','2021-06-21 22:26:24',24,201.39,0,72.27,129.12,1,'wc-completed',80,'2021-06-21 22:26:58','2021-06-22 19:42:31'),(448,0,'2021-06-22 11:28:44','2021-06-22 11:28:44',30,941.44,0,0,941.44,1,'wc-completed',74,'2021-06-22 12:24:09','2021-06-25 14:46:23'),(449,0,'2021-06-23 13:45:52','2021-06-23 13:45:52',14,391.72,0,41.1,350.62,1,'wc-completed',46,'2021-06-23 13:47:37','2021-06-25 14:19:00'),(450,0,'2021-06-23 19:35:32','2021-06-23 19:35:32',6,524.32,0,0,524.32,1,'wc-completed',11,'2021-06-23 19:37:20','2021-06-25 14:16:59'),(451,0,'2021-06-23 23:18:02','2021-06-23 23:18:02',4,310.19,0,22.19,288,1,'wc-completed',82,'2021-06-23 23:19:24','2021-06-25 14:14:13'),(452,0,'2021-06-24 06:07:51','2021-06-24 06:07:51',7,670.4,0,0,670.4,1,'wc-completed',12,'2021-06-24 06:09:23','2021-06-25 14:13:44'),(454,0,'2021-06-24 19:08:45','2021-06-24 19:08:45',10,996.96,0,0,996.96,1,'wc-completed',13,'2021-06-24 19:11:52','2021-06-25 14:12:10'),(457,0,'2021-06-25 19:48:12','2021-06-25 19:48:12',11,170.73,0,26.73,144,1,'wc-completed',17,'2021-06-25 19:48:59','2021-06-28 22:44:07'),(458,0,'2021-06-26 00:10:47','2021-06-26 00:10:47',4,237.4,0,31.48,205.92,1,'wc-completed',32,'2021-06-26 00:11:34','2021-06-28 22:46:43'),(459,0,'2021-06-28 20:45:12','2021-06-28 20:45:12',4,32.39,0,32.39,0,1,'wc-completed',96,'2021-06-28 20:53:45','2021-06-29 16:36:27'),(460,0,'2021-06-30 11:57:26','2021-06-30 11:57:26',18,22.24,0,22.24,0,1,'wc-completed',83,'2021-06-30 11:57:58','2021-07-02 14:23:55'),(461,0,'2021-06-30 18:19:14','2021-06-30 18:19:14',5,364.25,0,19.13,345.12,1,'wc-completed',30,'2021-06-30 18:20:21','2021-07-02 14:22:59'),(462,0,'2021-07-01 15:00:31','2021-07-01 15:00:31',16,325.11,0,30.21,294.9,1,'wc-completed',51,'2021-07-01 15:01:37','2021-07-02 14:22:13'),(463,0,'2021-07-01 16:19:38','2021-07-01 16:19:38',32,407.78,0,79.21,328.57,1,'wc-completed',47,'2021-07-01 16:20:20','2021-07-02 14:20:35'),(464,0,'2021-07-01 19:20:56','2021-07-01 19:20:56',1,66.9,0,9.78,57.12,1,'wc-completed',81,'2021-07-01 19:21:26','2021-07-06 18:48:41'),(465,0,'2021-07-02 02:37:37','2021-07-02 02:37:37',30,221.76,0,21.27,200.49,1,'wc-completed',21,'2021-07-02 02:38:24','2021-07-02 19:24:14'),(466,0,'2021-07-02 15:48:47','2021-07-02 15:48:47',24,781.47,0,71.07,710.4,0,'wc-completed',97,'2021-07-02 15:52:03','2021-07-06 18:56:26'),(467,0,'2021-07-02 18:26:22','2021-07-02 18:26:22',14,94.06,0,36.94,57.12,1,'wc-completed',39,'2021-07-02 18:27:07','2021-07-09 22:11:47'),(469,0,'2021-07-03 12:12:05','2021-07-03 12:12:05',14,616.64,0,0,616.64,1,'wc-completed',57,'2021-07-03 12:12:44','2021-07-06 18:58:41'),(470,0,'2021-07-05 14:09:47','2021-07-05 14:09:47',11,70.45,0,13.33,57.12,1,'wc-completed',55,'2021-07-05 14:11:03','2021-07-06 18:54:10'),(471,0,'2021-07-06 14:59:44','2021-07-06 14:59:44',20,36.21,0,36.21,0,1,'wc-completed',61,'2021-07-06 15:01:12','2021-07-06 18:39:53'),(472,0,'2021-07-06 15:37:52','2021-07-06 15:37:52',2,125.01,0,10.77,114.24,1,'wc-completed',81,'2021-07-06 15:38:20','2021-07-09 14:47:29'),(473,0,'2021-07-06 16:01:26','2021-07-06 16:01:26',1,13.17,0,13.17,0,1,'wc-completed',97,'2021-07-06 16:15:59','2021-07-09 22:11:06'),(474,0,'2021-07-06 17:39:38','2021-07-06 17:39:38',11,15.35,0,15.35,0,1,'wc-completed',22,'2021-07-06 17:41:23','2021-07-09 14:46:05'),(475,0,'2021-07-07 15:34:00','2021-07-07 15:34:00',7,647.52,0,0,647.52,0,'wc-completed',69,'2021-07-07 15:35:13','2021-07-08 06:50:54'),(476,0,'2021-07-08 16:41:10','2021-07-08 16:41:10',19,43.85,0,19.6,24.25,1,'wc-completed',81,'2021-07-08 16:41:43','2021-07-09 14:44:06'),(477,0,'2021-07-08 21:26:46','2021-07-08 21:26:46',8,644.52,0,60.84,583.68,1,'wc-completed',80,'2021-07-08 21:27:19','2021-07-12 14:39:18'),(478,0,'2021-07-08 21:30:00','2021-07-08 21:30:00',37,459.51,0,136.31,323.2,1,'wc-completed',80,'2021-07-08 21:31:58','2021-07-12 14:37:53'),(479,0,'2021-07-08 21:41:07','2021-07-08 21:41:07',2,169.02,0,25.02,144,1,'wc-completed',80,'2021-07-08 21:41:30','2021-07-12 20:51:04'),(482,0,'2021-07-11 13:48:19','2021-07-11 13:48:19',10,167.05,0,23.05,144,1,'wc-completed',81,'2021-07-11 13:49:09','2021-07-12 19:37:04'),(484,0,'2021-07-12 17:47:16','2021-07-12 17:47:16',86,2174.24,0,0,2174.24,1,'wc-completed',95,'2021-07-12 17:47:59','2021-07-12 19:43:17'),(485,0,'2021-07-12 18:05:20','2021-07-12 18:05:20',5,13.94,0,13.94,0,1,'wc-completed',39,'2021-07-12 18:05:57','2021-07-12 20:49:59'),(491,0,'2021-07-13 15:19:37','2021-07-13 15:19:37',12,16.73,0,16.73,0,1,'wc-completed',54,'2021-07-13 15:42:30','2021-07-15 14:47:44'),(492,0,'2021-07-13 18:32:46','2021-07-13 18:32:46',18,558.07,0,40.03,518.04,1,'wc-completed',70,'2021-07-13 18:33:43','2021-07-13 21:14:10'),(493,0,'2021-07-13 18:59:23','2021-07-13 18:59:23',6,616.64,0,0,616.64,1,'wc-completed',67,'2021-07-13 19:00:55','2021-07-13 21:15:48'),(494,0,'2021-07-13 20:28:38','2021-07-13 20:28:38',33,866.24,0,0,866.24,1,'wc-completed',52,'2021-07-13 20:30:36','2021-07-15 14:41:14'),(495,0,'2021-07-14 21:39:40','2021-07-14 21:39:40',7,327.32,0,30.08,297.24,1,'wc-completed',32,'2021-07-14 21:40:10','2021-07-19 05:48:45'),(496,0,'2021-07-15 02:52:36','2021-07-15 02:52:36',10,233.54,0,53.54,180,1,'wc-completed',25,'2021-07-15 02:56:15','2021-07-19 05:46:53'),(497,0,'2021-07-15 16:35:44','2021-07-15 16:35:44',23,775.9,0,0,775.9,1,'wc-completed',94,'2021-07-15 16:36:19','2021-07-21 14:38:53'),(498,0,'2021-07-15 17:29:29','2021-07-15 17:29:29',30,528.16,0,40.51,487.65,1,'wc-completed',30,'2021-07-15 17:30:32','2021-07-21 14:49:13'),(499,0,'2021-07-15 18:23:15','2021-07-15 18:23:15',7,600,0,0,600,1,'wc-completed',11,'2021-07-15 18:23:51','2021-07-19 05:48:02'),(500,0,'2021-07-16 06:37:52','2021-07-16 06:37:52',24,1269.12,0,0,1269.12,1,'wc-completed',12,'2021-07-16 06:38:32','2021-07-19 05:46:03'),(501,0,'2021-07-16 17:15:59','2021-07-16 17:15:59',11,543.04,0,0,543.04,1,'wc-completed',96,'2021-07-16 17:18:57','2021-07-19 05:44:51'),(504,0,'2021-07-19 18:54:12','2021-07-19 18:54:12',19,157.01,0,50.21,106.8,1,'wc-completed',86,'2021-07-19 18:54:51','2021-07-20 05:46:02'),(505,0,'2021-07-19 20:36:28','2021-07-19 20:36:28',18,966.56,0,0,966.56,1,'wc-completed',6,'2021-07-19 20:42:06','2021-07-21 14:46:47'),(506,0,'2021-07-20 01:58:22','2021-07-20 01:58:22',12,1009.76,0,0,1009.76,1,'wc-completed',67,'2021-07-20 02:00:54','2021-07-21 14:48:20'),(507,0,'2021-07-20 02:13:54','2021-07-20 02:13:54',40,1131.92,0,0,1131.92,1,'wc-completed',62,'2021-07-20 02:14:44','2021-07-21 14:50:59'),(508,0,'2021-07-20 17:01:50','2021-07-20 17:01:50',28,1084.04,0,123.95,960.09,1,'wc-completed',47,'2021-07-20 17:02:19','2021-07-21 14:34:18'),(509,0,'2021-07-20 18:16:41','2021-07-20 18:16:41',12,474.27,0,42.27,432,1,'wc-completed',79,'2021-07-20 18:17:58','2021-07-21 14:35:37'),(510,0,'2021-07-21 01:20:16','2021-07-21 01:20:16',11,1024.16,0,0,1024.16,1,'wc-completed',67,'2021-07-21 01:21:18','2021-07-22 19:47:57'),(511,0,'2021-07-21 18:10:21','2021-07-21 18:10:21',6,545.76,0,0,545.76,0,'wc-completed',29,'2021-07-21 18:15:48','2021-07-22 19:48:43'),(516,0,'2021-07-22 21:42:35','2021-07-22 21:42:35',13,79.63,0,22.51,57.12,1,'wc-completed',39,'2021-07-22 21:43:10','2021-07-26 13:36:38'),(517,0,'2021-07-23 14:53:53','2021-07-23 14:53:53',30,527.22,0,0,527.22,1,'wc-completed',11,'2021-07-23 14:55:21','2021-07-26 13:42:15'),(518,0,'2021-07-23 19:56:58','2021-07-23 19:56:58',18,576,0,0,576,1,'wc-completed',90,'2021-07-23 19:57:45','2021-07-26 22:37:55'),(519,0,'2021-07-23 20:00:52','2021-07-23 20:00:52',17,504,0,0,504,1,'wc-completed',90,'2021-07-23 20:01:14','2021-07-26 22:36:57'),(520,0,'2021-07-23 20:04:04','2021-07-23 20:04:04',17,504,0,0,504,1,'wc-completed',90,'2021-07-23 20:04:32','2021-07-26 22:34:38'),(521,0,'2021-07-23 20:07:54','2021-07-23 20:07:54',1,10.18,0,10.18,0,1,'wc-completed',90,'2021-07-23 20:08:18','2021-07-27 14:33:34'),(523,0,'2021-07-24 01:15:52','2021-07-24 01:15:52',32,523.2,0,0,523.2,1,'wc-completed',87,'2021-07-24 01:19:01','2021-07-26 22:33:36'),(524,0,'2021-07-24 02:10:59','2021-07-24 02:10:59',24,227.48,0,33.58,193.9,1,'wc-completed',60,'2021-07-24 02:12:45','2021-07-26 22:39:25'),(525,0,'2021-07-24 02:20:24','2021-07-24 02:20:24',16,1078.4,0,0,1078.4,0,'wc-completed',26,'2021-07-24 02:21:30','2021-07-26 22:36:14'),(526,0,'2021-07-24 19:22:52','2021-07-24 19:22:52',92,688.8,0,0,688.8,1,'wc-completed',40,'2021-07-24 19:27:10','2021-07-26 22:26:58'),(527,0,'2021-07-25 16:30:45','2021-07-25 16:30:45',10,413.91,0,26.55,387.36,1,'wc-completed',82,'2021-07-25 16:31:38','2021-07-26 22:32:13'),(528,0,'2021-07-25 23:59:15','2021-07-25 23:59:15',26,868,0,0,868,1,'wc-completed',64,'2021-07-26 00:01:32','2021-07-26 22:30:57'),(530,0,'2021-07-26 15:35:48','2021-07-26 15:35:48',21,699.49,0,56.13,643.36,1,'wc-completed',64,'2021-07-26 15:38:27','2021-07-26 22:25:32'),(532,0,'2021-07-26 18:21:04','2021-07-26 18:21:04',54,152.45,0,152.45,0,1,'wc-completed',66,'2021-07-26 18:22:20','2021-07-27 14:41:41'),(538,0,'2021-07-28 18:31:55','2021-07-28 18:31:55',21,913.28,0,0,913.28,1,'wc-completed',13,'2021-07-28 18:38:34','2021-08-02 14:44:11'),(539,0,'2021-07-29 14:56:33','2021-07-29 14:56:33',22,1067.44,0,0,1067.44,1,'wc-completed',11,'2021-07-29 14:57:31','2021-07-30 19:24:38'),(540,0,'2021-07-29 15:09:46','2021-07-29 15:09:46',14,145.4,0,25.4,120,1,'wc-completed',39,'2021-07-29 15:10:35','2021-08-02 14:45:05'),(541,0,'2021-07-29 22:02:41','2021-07-29 22:02:41',45,122.8,0,58.8,64,1,'wc-completed',83,'2021-07-29 22:03:16','2021-07-30 19:23:21'),(542,0,'2021-07-30 22:13:45','2021-07-30 22:13:45',14,527.52,0,0,527.52,1,'wc-completed',6,'2021-07-30 22:16:47','2021-08-02 14:45:54'),(543,0,'2021-07-31 00:16:50','2021-07-31 00:16:50',4,269.7,0,26.34,243.36,1,'wc-completed',32,'2021-07-31 00:17:46','2021-08-02 16:33:15'),(544,0,'2021-07-31 20:38:44','2021-07-31 20:38:44',21,106.08,0,18.08,88,1,'wc-completed',81,'2021-07-31 20:39:13','2021-08-02 16:34:36'),(545,0,'2021-08-02 21:44:34','2021-08-02 21:44:34',3,198.96,0,29.96,169,1,'wc-completed',80,'2021-08-02 21:45:04','2021-08-03 17:02:37'),(546,0,'2021-08-02 21:46:46','2021-08-02 21:46:46',5,167.17,0,42.17,125,1,'wc-completed',80,'2021-08-02 21:47:09','2021-08-03 19:35:54'),(547,0,'2021-08-03 14:31:17','2021-08-03 14:31:17',14,671.2,0,40.18,631.02,1,'wc-completed',51,'2021-08-03 14:32:35','2021-08-03 19:36:38'),(549,0,'2021-08-03 18:04:22','2021-08-03 18:04:22',34,86.78,0,86.78,0,1,'wc-completed',71,'2021-08-03 18:05:28','2021-08-03 20:08:11'),(550,0,'2021-08-03 20:47:08','2021-08-03 20:47:08',8,641.9,0,33.08,608.82,1,'wc-completed',17,'2021-08-03 20:47:41','2021-08-04 16:53:31'),(551,0,'2021-08-04 15:18:34','2021-08-04 15:18:34',6,10.27,0,10.27,0,0,'wc-completed',14,'2021-08-04 15:20:30','2021-08-04 16:54:42'),(552,0,'2021-08-04 17:29:02','2021-08-04 17:29:02',11,13.33,0,13.33,0,1,'wc-completed',55,'2021-08-04 17:30:26','2021-08-05 04:57:46'),(553,0,'2021-08-04 21:48:12','2021-08-04 21:48:12',20,29.43,0,29.43,0,1,'wc-completed',56,'2021-08-04 21:49:35','2021-08-05 16:47:50'),(554,0,'2021-08-04 21:50:45','2021-08-04 21:50:45',15,16.56,0,16.56,0,1,'wc-completed',56,'2021-08-04 21:51:09','2021-08-05 16:49:01'),(555,0,'2021-08-05 00:36:43','2021-08-05 00:36:43',6,18.14,0,18.14,0,1,'wc-completed',43,'2021-08-05 00:38:12','2021-08-05 16:49:46'),(557,0,'2021-08-05 13:22:39','2021-08-05 13:22:39',1,66.69,0,9.57,57.12,1,'wc-completed',56,'2021-08-05 13:23:29','2021-08-05 16:46:39'),(559,0,'2021-08-05 13:26:01','2021-08-05 13:26:01',2,124.26,0,10.02,114.24,1,'wc-completed',56,'2021-08-05 13:26:30','2021-08-05 16:46:09'),(560,0,'2021-08-05 15:16:54','2021-08-05 15:16:54',25,48.55,0,48.55,0,1,'wc-completed',59,'2021-08-05 15:20:04','2021-08-05 22:09:01'),(561,0,'2021-08-05 19:53:12','2021-08-05 19:53:12',7,477.73,0,33.25,444.48,1,'wc-completed',47,'2021-08-05 19:53:38','2021-08-06 18:42:50'),(562,0,'2021-08-05 21:07:40','2021-08-05 21:07:40',4,23.94,0,23.94,0,1,'wc-completed',86,'2021-08-05 21:08:03','2021-08-06 18:43:24'),(563,0,'2021-08-05 21:19:11','2021-08-05 21:19:11',24,895.06,0,151.54,743.52,1,'wc-completed',25,'2021-08-05 21:20:19','2021-08-06 18:45:08'),(564,0,'2021-08-05 22:43:24','2021-08-05 22:43:24',22,131.69,0,35.69,96,1,'wc-completed',61,'2021-08-05 22:43:55','2021-08-09 18:38:01'),(565,0,'2021-08-06 02:34:27','2021-08-06 02:34:27',6,425.24,0,23,402.24,1,'wc-completed',82,'2021-08-06 02:36:09','2021-08-06 18:47:48'),(566,0,'2021-08-06 19:21:20','2021-08-06 19:21:20',31,723.14,0,0,723.14,1,'wc-completed',94,'2021-08-06 19:22:17','2021-08-09 18:40:10'),(567,0,'2021-08-06 22:56:52','2021-08-06 22:56:52',6,95.3,0,13.5,81.8,1,'wc-completed',79,'2021-08-06 22:57:18','2021-08-09 18:39:10'),(568,0,'2021-08-07 16:12:33','2021-08-07 16:12:33',26,1636.04,0,0,1636.04,1,'wc-completed',12,'2021-08-07 16:13:24','2021-08-09 18:42:34'),(569,0,'2021-08-07 23:10:27','2021-08-07 23:10:27',17,555.06,0,0,555.06,1,'wc-completed',49,'2021-08-07 23:12:15','2021-08-09 18:40:42'),(570,0,'2021-08-08 02:22:34','2021-08-08 02:22:34',14,933.6,0,0,933.6,1,'wc-completed',63,'2021-08-08 02:25:13','2021-08-11 15:05:39'),(571,0,'2021-08-09 14:53:18','2021-08-09 14:53:18',11,15.35,0,15.35,0,1,'wc-completed',22,'2021-08-09 14:53:55','2021-08-11 15:06:36'),(572,0,'2021-08-09 14:55:49','2021-08-09 14:55:49',10,12.64,0,12.64,0,1,'wc-completed',22,'2021-08-09 14:56:22','2021-08-11 15:07:01'),(573,0,'2021-08-09 20:28:48','2021-08-09 20:28:48',12,76.77,0,10.77,66,1,'wc-completed',81,'2021-08-09 20:29:14','2021-08-10 23:05:38'),(574,0,'2021-08-09 20:31:42','2021-08-09 20:31:42',12,76.77,0,10.77,66,1,'wc-completed',81,'2021-08-09 20:32:05','2021-08-11 15:07:36'),(575,0,'2021-08-10 00:42:26','2021-08-10 00:42:26',12,16.73,0,16.73,0,1,'wc-completed',54,'2021-08-10 00:48:08','2021-08-10 23:03:49'),(576,0,'2021-08-10 00:51:53','2021-08-10 00:51:53',10,14.89,0,14.89,0,1,'wc-completed',54,'2021-08-10 00:56:34','2021-08-10 23:04:24'),(577,0,'2021-08-10 11:48:03','2021-08-10 11:48:03',5,338.86,0,23.5,315.36,1,'wc-completed',53,'2021-08-10 11:57:37','2021-08-11 15:08:18'),(578,0,'2021-08-10 14:18:58','2021-08-10 14:18:58',25,764.8,0,0,764.8,1,'wc-completed',76,'2021-08-10 14:19:46','2021-08-10 23:00:40'),(579,0,'2021-08-10 15:05:23','2021-08-10 15:05:23',10,347.52,0,33.92,313.6,1,'wc-completed',57,'2021-08-10 15:05:58','2021-08-10 23:01:42'),(580,0,'2021-08-10 21:47:47','2021-08-10 21:47:47',23,439.7,0,79.7,360,0,'wc-completed',98,'2021-08-10 21:51:32','2021-08-11 15:04:28'),(582,0,'2021-08-11 23:55:03','2021-08-11 23:55:03',6,351.09,0,63.09,288,1,'wc-completed',32,'2021-08-11 23:55:34','2021-08-17 20:45:13'),(583,0,'2021-08-12 19:16:40','2021-08-12 19:16:40',13,1278.08,0,0,1278.08,1,'wc-completed',95,'2021-08-12 19:17:17','2021-08-17 20:44:27'),(585,0,'2021-08-13 19:06:41','2021-08-13 19:06:41',19,679,0,0,679,1,'wc-completed',90,'2021-08-13 19:07:12','2021-08-17 20:43:51'),(586,0,'2021-08-13 19:10:18','2021-08-13 19:10:18',12,298.77,0,29.77,269,1,'wc-completed',90,'2021-08-13 19:10:47','2021-08-17 20:42:48'),(587,0,'2021-08-13 19:14:13','2021-08-13 19:14:13',20,821,0,0,821,1,'wc-completed',90,'2021-08-13 19:15:24','2021-08-17 20:42:02'),(588,0,'2021-08-13 19:17:28','2021-08-13 19:17:28',27,683,0,0,683,1,'wc-completed',90,'2021-08-13 19:17:58','2021-08-17 20:41:03'),(589,0,'2021-08-14 20:42:35','2021-08-14 20:42:35',4,279.33,0,24.93,254.4,0,'wc-completed',15,'2021-08-14 20:51:08','2021-08-17 20:40:19'),(590,0,'2021-08-16 03:24:05','2021-08-16 03:24:05',16,1178.36,0,0,1178.36,1,'wc-completed',62,'2021-08-16 03:24:48','2021-08-17 20:40:01'),(591,0,'2021-08-16 06:10:25','2021-08-16 06:10:25',27,1917.64,0,0,1917.64,1,'wc-completed',12,'2021-08-16 06:11:44','2021-08-17 20:38:41'),(592,0,'2021-08-16 12:35:57','2021-08-16 12:35:57',25,179.38,0,65.14,114.24,1,'wc-completed',74,'2021-08-16 12:38:41','2021-08-17 20:37:21'),(593,0,'2021-08-16 13:52:48','2021-08-16 13:52:48',13,227.57,0,26.45,201.12,1,'wc-completed',46,'2021-08-16 13:58:45','2021-08-17 20:36:36'),(594,0,'2021-08-16 21:29:08','2021-08-16 21:29:08',20,777.4,0,0,777.4,1,'wc-completed',80,'2021-08-16 21:29:35','2021-08-17 20:35:46'),(595,0,'2021-08-16 22:40:23','2021-08-16 22:40:23',5,293.77,0,26.89,266.88,1,'wc-completed',32,'2021-08-16 22:41:13','2021-08-17 20:34:22'),(596,0,'2021-08-17 15:10:57','2021-08-17 15:10:57',10,780.72,0,0,780.72,1,'wc-completed',11,'2021-08-17 15:12:30','2021-08-17 20:33:41'),(597,0,'2021-08-17 17:19:45','2021-08-17 17:19:45',7,17.41,0,17.41,0,1,'wc-completed',19,'2021-08-17 17:20:59','2021-08-17 20:32:44'),(598,0,'2021-08-18 12:30:17','2021-08-18 12:30:17',3,218.69,0,17.57,201.12,1,'wc-completed',81,'2021-08-18 12:30:58','2021-08-20 15:40:43'),(599,0,'2021-08-18 12:52:36','2021-08-18 12:52:36',10,14.89,0,14.89,0,1,'wc-completed',58,'2021-08-18 12:56:17','2021-08-20 15:40:17'),(600,0,'2021-08-19 15:12:04','2021-08-19 15:12:04',12,1224.9,0,117.54,1107.36,1,'wc-completed',47,'2021-08-19 15:12:36','2021-08-20 15:39:55'),(601,0,'2021-08-19 15:26:08','2021-08-19 15:26:08',12,931.04,0,0,931.04,1,'wc-completed',6,'2021-08-19 15:28:31','2021-08-20 15:39:13'),(602,0,'2021-08-19 17:32:17','2021-08-19 17:32:17',24,693.44,0,0,693.44,1,'wc-completed',64,'2021-08-19 17:33:21','2021-08-20 15:38:42'),(603,0,'2021-08-19 20:40:52','2021-08-19 20:40:52',9,588.48,0,0,588.48,1,'wc-completed',82,'2021-08-19 20:41:58','2021-08-20 15:37:39'),(604,0,'2021-08-20 00:29:40','2021-08-20 00:29:40',17,507.14,0,0,507.14,1,'wc-completed',11,'2021-08-20 00:35:19','2021-08-20 15:37:02'),(606,0,'2021-08-20 17:12:58','2021-08-20 17:12:58',52,935.88,0,0,935.88,1,'wc-completed',50,'2021-08-20 17:13:29','2021-08-25 14:07:43'),(607,0,'2021-08-21 12:59:22','2021-08-21 12:59:22',4,308.18,0,20.18,288,1,'wc-completed',70,'2021-08-21 16:08:43','2021-09-23 14:38:28'),(608,0,'2021-08-23 13:54:06','2021-08-23 13:54:06',15,1125.79,0,75.55,1050.24,1,'wc-completed',69,'2021-08-23 14:02:32','2021-08-25 14:06:28'),(609,0,'2021-08-23 17:55:26','2021-08-23 17:55:26',17,512.44,0,38.2,474.24,1,'wc-completed',82,'2021-08-23 17:57:01','2021-09-20 19:40:47'),(612,0,'2021-08-23 22:05:56','2021-08-23 22:05:56',33,523.2,0,0,523.2,1,'wc-refunded',87,'2021-08-23 22:06:32','2021-08-25 14:03:33'),(615,0,'2021-08-24 05:50:07','2021-08-24 05:50:07',29,661.92,0,0,661.92,1,'wc-completed',96,'2021-08-24 05:53:50','2021-08-25 13:58:10'),(617,614,'2021-08-24 13:50:17','2021-08-24 13:50:17',-50,-53.75,0,-53.75,0,NULL,'wc-completed',56,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(618,613,'2021-08-24 13:50:56','2021-08-24 13:50:56',-27,-31.83,0,-31.83,0,NULL,'wc-completed',56,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(620,0,'2021-08-24 20:25:29','2021-08-24 20:25:29',10,24.59,0,24.59,0,1,'wc-completed',87,'2021-08-24 20:26:08','2021-08-25 14:04:07'),(627,621,'2021-08-24 21:13:27','2021-08-24 21:13:27',-5,-532.8,0,0,-532.8,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(628,622,'2021-08-24 21:14:16','2021-08-24 21:14:16',-14,-1060.88,0,0,-1060.88,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(629,623,'2021-08-24 21:15:14','2021-08-24 21:15:14',-16,-540.48,0,0,-540.48,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(630,624,'2021-08-24 21:15:51','2021-08-24 21:15:51',-14,-530.44,0,0,-530.44,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(631,625,'2021-08-24 21:16:06','2021-08-24 21:16:06',-16,-639.36,0,0,-639.36,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(632,626,'2021-08-24 21:17:14','2021-08-24 21:17:14',-12,-530.44,0,0,-530.44,NULL,'wc-completed',98,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(639,0,'2021-08-26 14:52:24','2021-08-26 14:52:24',4,535.46,0,0,535.46,1,'wc-completed',11,'2021-08-26 14:53:04','2021-08-31 17:53:34'),(640,0,'2021-08-26 17:35:29','2021-08-26 17:35:29',23,1004.56,0,0,1004.56,1,'wc-completed',26,'2021-08-26 20:27:33','2021-08-30 19:51:57'),(641,0,'2021-08-26 20:36:34','2021-08-26 20:36:34',22,223.99,0,60.31,163.68,0,'wc-completed',89,'2021-08-30 15:54:23','2021-08-31 17:54:07'),(644,612,'2021-08-27 13:43:29','2021-08-27 13:43:29',-33,-523.2,0,0,-523.2,NULL,'wc-refunded',87,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(645,0,'2021-08-27 18:21:33','2021-08-27 18:21:33',22,1885.3,0,0,1885.3,1,'wc-completed',13,'2021-08-30 22:21:38','2021-08-31 18:46:34'),(646,0,'2021-08-27 19:09:00','2021-08-27 19:09:00',13,115.08,0,20.08,95,1,'wc-completed',97,'2021-08-27 20:19:10','2021-08-31 17:54:31'),(648,0,'2021-08-27 20:30:19','2021-08-27 20:30:19',16,837.84,0,0,837.84,1,'wc-completed',80,'2021-08-27 20:49:02','2021-08-30 19:55:54'),(651,0,'2021-08-30 11:20:29','2021-08-30 11:20:29',13,41.17,0,41.17,0,1,'wc-completed',58,'2021-08-30 14:56:52','2021-08-30 19:57:04'),(655,0,'2021-08-31 16:17:37','2021-08-31 16:17:37',11,462.91,0,48.51,414.4,1,'wc-completed',32,'2021-08-31 16:18:14','2021-08-31 18:47:28'),(657,0,'2021-09-01 19:22:50','2021-09-01 19:22:50',18,566.7,0,48.48,518.22,1,'wc-completed',79,'2021-09-11 13:08:35','2021-09-20 19:41:42'),(660,0,'2021-09-01 22:05:33','2021-09-01 22:05:33',29,676.8,0,0,676.8,1,'wc-completed',76,'2021-09-03 00:20:28','2021-09-07 14:30:04'),(661,0,'2021-09-02 01:13:26','2021-09-02 01:13:26',10,153.83,0,24.71,129.12,0,'wc-completed',44,'2021-09-02 16:58:08','2021-09-03 15:09:17'),(662,0,'2021-09-02 13:30:13','2021-09-02 13:30:13',16,60.51,0,15.51,45,1,'wc-completed',58,'2021-09-03 12:54:31','2021-09-07 14:29:00'),(663,0,'2021-09-02 15:19:42','2021-09-02 15:19:42',2,9.57,0,9.57,0,1,'wc-completed',29,'2021-09-09 16:05:05','2021-09-16 18:11:23'),(664,0,'2021-09-02 18:32:50','2021-09-02 18:32:50',12,640.41,0,33.77,606.64,1,'wc-completed',30,'2021-09-13 18:39:32','2021-09-14 20:34:43'),(665,0,'2021-09-03 17:15:31','2021-09-03 17:15:31',15,407.42,0,33.26,374.16,1,'wc-completed',49,'2021-09-07 16:23:42','2021-09-08 14:29:48'),(666,0,'2021-09-03 17:16:09','2021-09-03 17:16:09',12,818.14,0,0,818.14,1,'wc-completed',94,'2021-09-03 17:18:48','2021-09-07 14:28:13'),(667,0,'2021-09-05 14:15:32','2021-09-05 14:15:32',16,674.44,0,0,674.44,1,'wc-completed',57,'2021-09-08 01:46:13','2021-09-12 16:07:31'),(668,0,'2021-09-06 17:05:19','2021-09-06 17:05:19',2,11.17,0,11.17,0,1,'wc-completed',49,'2021-09-06 17:08:18','2021-09-16 18:10:40'),(673,0,'2021-09-09 20:44:22','2021-09-09 20:44:22',12,540.33,0,0,540.33,1,'wc-completed',11,'2021-09-09 20:53:41','2021-09-12 16:44:13'),(675,0,'2021-09-10 15:45:49','2021-09-10 15:45:49',2,125.01,0,10.77,114.24,1,'wc-completed',81,'2021-09-10 15:46:24','2021-09-16 18:09:06'),(676,0,'2021-09-11 17:29:20','2021-09-11 17:29:20',12,182.34,0,38.34,144,1,'wc-completed',32,'2021-09-13 15:38:24','2021-09-14 20:36:06'),(678,0,'2021-09-12 08:24:00','2021-09-12 08:24:00',15,1763.34,0,0,1763.34,1,'wc-completed',74,'2021-09-12 08:27:25','2021-09-17 17:14:13'),(679,0,'2021-09-13 15:17:03','2021-09-13 15:17:03',10,677.28,0,0,677.28,1,'wc-completed',64,'2021-09-13 15:18:15','2021-09-14 20:22:44'),(680,0,'2021-09-13 16:27:44','2021-09-13 16:27:44',10,676.5,0,0,676.5,1,'wc-completed',90,'2021-09-13 16:28:20','2021-09-16 18:04:36'),(681,0,'2021-09-13 16:33:54','2021-09-13 16:33:54',16,617,0,0,617,1,'wc-completed',90,'2021-09-13 16:34:31','2021-09-14 20:33:11'),(682,0,'2021-09-13 16:37:29','2021-09-13 16:37:29',16,549.5,0,0,549.5,1,'wc-completed',90,'2021-09-13 16:37:56','2021-09-14 20:33:43'),(683,0,'2021-09-13 20:05:55','2021-09-13 20:05:55',15,776.78,0,475.48,301.3,1,'wc-completed',67,'2021-09-14 20:51:11','2021-09-16 15:14:47'),(684,0,'2021-09-13 20:30:10','2021-09-13 20:30:10',8,265.98,0,21.36,244.62,0,'wc-completed',33,'2021-09-13 20:32:43','2021-09-14 20:21:49'),(686,0,'2021-09-14 19:54:08','2021-09-14 19:54:08',12,630.72,0,0,630.72,1,'wc-completed',70,'2021-09-16 18:27:38','2021-09-20 19:31:27'),(687,0,'2021-09-14 20:03:21','2021-09-14 20:03:21',68,1594.56,0,0,1594.56,0,'wc-completed',27,'2021-09-14 21:27:57','2021-09-16 15:14:03'),(691,0,'2021-09-16 20:19:03','2021-09-16 20:19:03',13,585.54,0,0,585.54,1,'wc-completed',69,'2021-09-16 20:21:20','2021-09-17 17:09:25'),(692,0,'2021-09-17 09:00:03','2021-09-17 09:00:03',5,189.69,0,23.09,166.6,1,'wc-completed',83,'2021-09-17 09:00:45','2021-09-17 17:08:05'),(693,0,'2021-09-17 17:15:42','2021-09-17 17:15:42',16,2009.32,0,0,2009.32,1,'wc-completed',95,'2021-09-17 17:22:38','2021-09-20 19:37:01'),(695,0,'2021-09-20 18:39:48','2021-09-20 18:39:48',10,14.92,0,14.92,0,1,'wc-completed',54,'2021-10-01 22:55:07','2021-10-04 14:10:20'),(697,0,'2021-09-21 04:33:36','2021-09-21 04:33:36',19,928,0,0,928,1,'wc-completed',25,'2021-09-21 04:37:15','2021-09-23 14:36:33'),(699,0,'2021-09-22 04:00:05','2021-09-22 04:00:05',24,1401.08,0,0,1401.08,1,'wc-completed',12,'2021-09-22 04:00:44','2021-09-23 14:35:24'),(700,0,'2021-09-22 14:07:37','2021-09-22 14:07:37',22,1119.8,0,0,1119.8,1,'wc-completed',94,'2021-09-25 00:41:26','2021-09-27 21:33:07'),(701,0,'2021-09-22 18:49:21','2021-09-22 18:49:21',5,538.52,0,0,538.52,1,'wc-completed',11,'2021-09-22 18:49:49','2021-09-23 14:26:33'),(702,0,'2021-09-22 19:10:23','2021-09-22 19:10:23',3,246.13,0,30.13,216,1,'wc-completed',32,'2021-09-22 19:10:49','2021-09-23 14:27:14'),(704,0,'2021-09-23 15:57:48','2021-09-23 15:57:48',19,1407.62,0,0,1407.62,1,'wc-completed',6,'2021-09-23 22:57:44','2021-09-24 17:06:19'),(705,0,'2021-09-23 20:32:13','2021-09-23 20:32:13',9,554.88,0,0,554.88,1,'wc-completed',13,'2021-09-23 20:36:05','2021-09-30 17:03:08'),(706,0,'2021-09-24 00:22:36','2021-09-24 00:22:36',6,11.92,0,11.92,0,1,'wc-completed',81,'2021-09-24 14:42:54','2021-09-27 21:40:33'),(707,0,'2021-09-24 14:41:53','2021-09-24 14:41:53',7,13.53,0,13.53,0,1,'wc-completed',81,'2021-09-24 17:18:19','2021-09-27 21:41:03'),(709,0,'2021-09-27 18:58:16','2021-09-27 18:58:16',15,1052.54,0,0,1052.54,1,'wc-completed',64,'2021-09-27 19:00:37','2021-09-27 21:32:01'),(710,0,'2021-09-28 22:42:10','2021-09-28 22:42:10',61,1162.8,0,0,1162.8,1,'wc-completed',26,'2021-10-06 18:51:24','2021-10-11 14:37:39'),(711,0,'2021-09-29 17:42:54','2021-09-29 17:42:54',10,21.8,0,21.8,0,1,'wc-completed',47,'2021-09-29 22:51:12','2021-09-30 16:57:06'),(714,0,'2021-09-30 17:41:13','2021-09-30 17:41:13',16,565.47,0,34.41,531.06,1,'wc-completed',51,'2021-10-18 19:47:09','2021-10-19 18:26:03'),(715,0,'2021-09-30 21:54:01','2021-09-30 21:54:01',8,633.6,0,0,633.6,1,'wc-completed',82,'2021-09-30 21:54:58','2021-10-04 14:14:00'),(716,0,'2021-10-01 16:55:57','2021-10-01 16:55:57',9,143.89,0,22.93,120.96,1,'wc-completed',39,'2021-10-06 19:29:18','2021-10-06 20:48:52'),(718,0,'2021-10-04 13:49:59','2021-10-04 13:49:59',8,373.9,0,26.38,347.52,1,'wc-completed',97,'2021-10-06 15:01:22','2021-10-06 19:22:03'),(719,0,'2021-10-04 17:17:03','2021-10-04 17:17:03',6,126.22,0,15.22,111,1,'wc-completed',17,'2021-10-04 17:17:37','2021-10-11 14:34:46'),(720,0,'2021-10-05 15:22:45','2021-10-05 15:22:45',4,256.63,0,14.71,241.92,1,'wc-completed',70,'2021-10-05 15:27:18','2021-10-11 14:35:18'),(722,0,'2021-10-05 20:31:15','2021-10-05 20:31:15',19,1260.48,0,0,1260.48,1,'wc-completed',94,'2021-10-05 21:05:36','2021-10-06 19:23:39'),(723,0,'2021-10-05 22:45:37','2021-10-05 22:45:37',3,317.69,0,16.25,301.44,1,'wc-completed',51,'2021-10-05 22:46:22','2021-10-06 19:22:48'),(724,0,'2021-10-06 16:40:36','2021-10-06 16:40:36',1,9.59,0,9.59,0,1,'wc-completed',29,'2021-10-12 16:40:31','2021-10-13 14:42:47'),(725,0,'2021-10-06 17:43:48','2021-10-06 17:43:48',24,1632.24,0,0,1632.24,1,'wc-completed',12,'2021-10-06 17:44:29','2021-10-06 20:38:39'),(726,0,'2021-10-06 22:54:51','2021-10-06 22:54:51',9,1152.68,0,95.2,1057.48,1,'wc-completed',47,'2021-10-06 22:55:15','2021-10-11 15:57:08'),(727,0,'2021-10-07 15:08:48','2021-10-07 15:08:48',16,432.98,0,76.98,356,1,'wc-completed',80,'2021-10-07 15:10:49','2021-10-11 14:32:28'),(728,0,'2021-10-07 18:05:17','2021-10-07 18:05:17',10,14.92,0,14.92,0,1,'wc-completed',54,'2021-10-08 16:20:12','2021-10-11 14:33:34'),(729,0,'2021-10-08 14:36:42','2021-10-08 14:36:42',10,12.7,0,12.7,0,1,'wc-completed',22,'2021-10-20 19:04:05','2021-10-22 14:41:43'),(730,0,'2021-10-08 14:57:09','2021-10-08 14:57:09',10,42.81,0,42.81,0,1,'wc-completed',22,'2021-10-20 18:58:28','2021-10-22 14:40:31'),(732,0,'2021-10-08 16:25:27','2021-10-08 16:25:27',10,12.7,0,12.7,0,1,'wc-completed',56,'2021-10-15 14:19:00','2021-10-15 17:58:48'),(733,0,'2021-10-08 16:33:04','2021-10-08 16:33:04',10,12.7,0,12.7,0,1,'wc-completed',56,'2021-10-15 14:17:40','2021-10-15 17:59:51'),(734,0,'2021-10-08 16:47:27','2021-10-08 16:47:27',1,11.44,0,11.44,0,1,'wc-completed',56,'2021-10-08 16:52:13','2021-10-11 14:24:19'),(735,0,'2021-10-08 16:57:40','2021-10-08 16:57:40',1,11.44,0,11.44,0,1,'wc-completed',56,'2021-10-08 16:58:07','2021-10-11 14:23:32'),(736,0,'2021-10-08 21:36:57','2021-10-08 21:36:57',3,348.98,0,29.3,319.68,1,'wc-completed',95,'2021-10-08 21:38:30','2021-10-11 14:25:11'),(737,0,'2021-10-09 19:47:19','2021-10-09 19:47:19',7,11.22,0,11.22,0,1,'wc-completed',49,'2021-10-24 15:16:02','2021-10-26 14:26:03'),(739,0,'2021-10-11 23:54:45','2021-10-11 23:54:45',6,514.56,0,0,514.56,1,'wc-completed',80,'2021-10-11 23:55:30','2021-10-15 21:06:19'),(740,0,'2021-10-12 00:12:00','2021-10-12 00:12:00',5,356.16,0,30.72,325.44,1,'wc-completed',80,'2021-10-12 00:14:14','2021-10-13 14:46:21'),(741,0,'2021-10-13 11:09:39','2021-10-13 11:09:39',19,1376.9,0,0,1376.9,0,'wc-completed',99,'2021-10-13 11:12:23','2021-10-13 19:04:01'),(742,0,'2021-10-13 15:09:17','2021-10-13 15:09:17',12,139.29,0,18.33,120.96,1,'wc-completed',55,'2021-10-13 15:40:15','2021-10-13 19:04:36'),(743,0,'2021-10-14 16:25:57','2021-10-14 16:25:57',19,1221.64,0,0,1221.64,1,'wc-completed',52,'2021-10-14 17:36:49','2021-10-15 21:05:06'),(745,0,'2021-10-14 18:56:33','2021-10-14 18:56:33',10,14.96,0,14.96,0,1,'wc-completed',46,'2021-10-15 14:21:13','2021-10-15 18:09:22'),(747,0,'2021-10-15 00:38:14','2021-10-15 00:38:14',10,12.7,0,12.7,0,1,'wc-completed',63,'2021-11-01 15:38:24','2021-11-01 19:25:39'),(748,0,'2021-10-15 00:41:10','2021-10-15 00:41:10',10,12.7,0,12.7,0,1,'wc-completed',63,'2021-11-01 15:35:57','2021-11-01 19:25:59'),(750,0,'2021-10-16 01:47:23','2021-10-16 01:47:23',35,1438.19,0,0,1438.19,1,'wc-completed',62,'2021-10-25 19:45:09','2021-10-26 14:21:41'),(751,0,'2021-10-16 17:23:03','2021-10-16 17:23:03',8,508.8,0,0,508.8,1,'wc-completed',79,'2021-10-16 17:23:32','2021-10-18 20:04:22'),(753,0,'2021-10-18 12:17:32','2021-10-18 12:17:32',14,50.3,0,50.3,0,1,'wc-completed',74,'2021-10-18 20:04:15','2021-10-26 14:26:56'),(754,0,'2021-10-18 14:17:50','2021-10-18 14:17:50',17,610.94,0,0,610.94,1,'wc-completed',11,'2021-10-18 14:18:38','2021-10-18 18:00:03'),(755,0,'2021-10-19 14:59:59','2021-10-19 14:59:59',14,924.04,0,0,924.04,1,'wc-completed',26,'2021-10-19 18:25:28','2021-10-20 18:55:56'),(756,0,'2021-10-19 21:09:53','2021-10-19 21:09:53',20,850.7,0,0,850.7,1,'wc-completed',50,'2021-10-19 21:10:35','2021-10-20 18:02:41'),(758,657,'2021-10-20 14:52:08','2021-10-20 14:52:08',0,-48.48,0,-48.48,0,1,'wc-completed',79,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(759,0,'2021-10-20 15:32:14','2021-10-20 15:32:14',8,14.21,0,14.21,0,1,'wc-completed',81,'2021-10-20 20:26:05','2021-10-22 14:38:10'),(760,0,'2021-10-20 17:43:40','2021-10-20 17:43:40',9,16.85,0,16.85,0,1,'wc-completed',19,'2021-10-22 21:01:11','2021-10-25 14:43:17'),(761,0,'2021-10-21 21:40:12','2021-10-21 21:40:12',10,137.48,0,22.48,115,1,'wc-completed',15,'2021-10-21 21:42:44','2021-10-22 15:45:02'),(762,0,'2021-10-22 11:39:44','2021-10-22 11:39:44',5,349.12,0,23.68,325.44,1,'wc-completed',53,'2021-10-22 11:41:37','2021-10-22 15:45:56'),(763,0,'2021-10-22 15:39:49','2021-10-22 15:39:49',21,910.46,0,0,910.46,1,'wc-completed',90,'2021-10-22 15:40:37','2021-10-25 14:35:31'),(764,0,'2021-10-22 15:43:40','2021-10-22 15:43:40',15,510.44,0,0,510.44,1,'wc-completed',90,'2021-10-22 15:44:10','2021-10-25 14:37:12'),(765,0,'2021-10-22 15:46:30','2021-10-22 15:46:30',15,501.5,0,0,501.5,1,'wc-completed',90,'2021-10-22 15:46:54','2021-10-25 14:36:33'),(766,0,'2021-10-22 15:50:09','2021-10-22 15:50:09',16,561.98,0,0,561.98,1,'wc-completed',90,'2021-10-22 15:50:45','2021-10-25 14:38:37'),(768,0,'2021-10-25 09:07:09','2021-10-25 09:07:09',3,795.21,0,316.41,478.8,1,'wc-completed',67,'2021-10-25 09:10:40','2021-10-26 14:27:27'),(769,0,'2021-10-25 14:39:37','2021-10-25 14:39:37',12,569.54,0,0,569.54,1,'wc-completed',57,'2021-10-27 19:17:51','2021-10-28 14:34:15'),(770,0,'2021-10-25 15:36:48','2021-10-25 15:36:48',45,219.48,0,34.48,185,1,'wc-completed',49,'2021-10-25 15:38:54','2021-10-26 14:25:16'),(771,0,'2021-10-25 16:27:02','2021-10-25 16:27:02',16,502.68,0,0,502.68,1,'wc-completed',29,'2021-10-25 16:28:23','2021-10-26 14:22:55'),(772,0,'2021-10-26 12:23:40','2021-10-26 12:23:40',19,1027.18,0,0,1027.18,1,'wc-completed',64,'2021-10-26 12:27:34','2021-10-26 17:53:21'),(773,0,'2021-10-26 14:35:07','2021-10-26 14:35:07',3,253.91,0,15.35,238.56,1,'wc-completed',30,'2021-10-31 16:50:05','2021-11-01 19:09:55'),(774,0,'2021-10-26 16:07:37','2021-10-26 16:07:37',9,838.6,0,0,838.6,1,'wc-completed',69,'2021-10-26 16:12:40','2021-10-28 14:38:46'),(775,0,'2021-10-26 21:56:44','2021-10-26 21:56:44',24,627.84,0,0,627.84,1,'wc-completed',40,'2021-10-27 17:03:10','2021-10-28 14:36:25'),(776,0,'2021-10-27 02:00:11','2021-10-27 02:00:11',13,1242.61,0,531.01,711.6,1,'wc-completed',67,'2021-10-27 17:57:55','2021-10-29 17:54:20'),(777,0,'2021-10-27 14:51:05','2021-10-27 14:51:05',12,285.47,0,23.97,261.5,1,'wc-completed',61,'2021-10-27 14:52:06','2021-10-28 14:37:41'),(778,0,'2021-10-28 02:07:42','2021-10-28 02:07:42',8,63.22,0,24.82,38.4,1,'wc-completed',86,'2021-11-15 19:06:53','2021-11-15 22:57:00'),(782,0,'2021-10-29 05:43:18','2021-10-29 05:43:18',20,71.35,0,33.85,37.5,1,'wc-completed',47,'2021-10-29 16:26:20','2021-11-01 14:43:01'),(783,0,'2021-10-29 14:12:51','2021-10-29 14:12:51',12,571.2,0,0,571.2,1,'wc-completed',70,'2021-10-29 15:53:09','2021-11-01 14:41:41'),(784,0,'2021-10-29 14:15:56','2021-10-29 14:15:56',5,531.84,0,0,531.84,1,'wc-completed',11,'2021-10-29 14:17:41','2021-10-29 17:49:52'),(785,0,'2021-10-31 17:32:47','2021-10-31 17:32:47',4,721.7,0,368.2,353.5,1,'wc-completed',67,'2021-10-31 17:34:47','2021-11-01 19:10:41'),(786,0,'2021-11-01 15:24:59','2021-11-01 15:24:59',14,647.04,0,0,647.04,1,'wc-completed',79,'2021-11-02 13:57:06','2021-11-02 19:37:49'),(787,0,'2021-11-01 18:07:46','2021-11-01 18:07:46',14,985.26,0,0,985.26,1,'wc-completed',11,'2021-11-01 18:22:03','2021-11-02 19:41:39'),(789,0,'2021-11-01 20:41:09','2021-11-01 20:41:09',16,1164.9,0,0,1164.9,1,'wc-completed',64,'2021-11-01 20:45:55','2021-11-02 19:39:47'),(791,0,'2021-11-02 20:09:07','2021-11-02 20:09:07',5,257.12,0,41.12,216,1,'wc-completed',32,'2021-11-02 20:09:46','2021-11-03 14:56:55'),(792,0,'2021-11-02 23:31:40','2021-11-02 23:31:40',5,201.83,0,13.85,187.98,1,'wc-completed',17,'2021-11-02 23:32:22','2021-11-03 14:59:39'),(793,0,'2021-11-03 05:08:22','2021-11-03 05:08:22',18,1456.53,0,0,1456.53,1,'wc-completed',47,'2021-11-03 05:08:47','2021-11-03 14:58:49'),(794,0,'2021-11-03 12:31:00','2021-11-03 12:31:00',13,855.18,0,0,855.18,1,'wc-completed',6,'2021-11-15 13:19:04','2021-11-15 22:55:59'),(795,0,'2021-11-03 17:56:17','2021-11-03 17:56:17',11,77.61,0,17.13,60.48,1,'wc-completed',39,'2021-11-08 15:05:52','2021-11-08 19:57:56'),(796,0,'2021-11-03 19:04:16','2021-11-03 19:04:16',27,1644.48,0,0,1644.48,1,'wc-completed',12,'2021-11-03 19:05:20','2021-11-04 14:38:51'),(797,0,'2021-11-05 22:18:49','2021-11-05 22:18:49',3,318.1,0,136.66,181.44,1,'wc-completed',67,'2021-11-05 22:20:03','2021-11-08 16:24:29'),(798,0,'2021-11-05 22:49:08','2021-11-05 22:49:08',25,1998,0,0,1998,1,'wc-completed',95,'2021-11-05 22:59:20','2021-11-08 16:12:57'),(799,0,'2021-11-06 03:41:39','2021-11-06 03:41:39',6,18.59,0,18.59,0,1,'wc-completed',43,'2021-11-08 22:08:56','2021-11-09 21:58:23'),(800,0,'2021-11-06 17:34:21','2021-11-06 17:34:21',18,95.57,0,33.17,62.4,0,'wc-completed',77,'2021-11-10 06:49:46','2021-11-12 19:37:54'),(802,0,'2021-11-08 18:47:52','2021-11-08 18:47:52',18,622.08,0,0,622.08,1,'wc-completed',82,'2021-11-15 21:56:21','2021-11-16 17:34:03'),(803,0,'2021-11-08 21:51:23','2021-11-08 21:51:23',20,1179.34,0,0,1179.34,1,'wc-completed',94,'2021-11-08 22:03:30','2021-11-09 21:57:10'),(805,0,'2021-11-09 22:36:47','2021-11-09 22:36:47',25,2081.62,0,0,2081.62,1,'wc-completed',13,'2021-11-10 18:27:31','2021-11-12 19:36:42'),(806,0,'2021-11-10 17:27:57','2021-11-10 17:27:57',11,74.14,0,13.66,60.48,1,'wc-completed',55,'2021-11-11 23:34:04','2021-11-12 21:40:51'),(807,0,'2021-11-11 13:57:57','2021-11-11 13:57:57',19,987.56,0,0,987.56,1,'wc-completed',94,'2021-11-11 14:00:21','2021-11-12 21:41:21'),(808,0,'2021-11-12 21:32:14','2021-11-12 21:32:14',14,1100.68,0,0,1100.68,1,'wc-completed',52,'2021-11-12 22:53:54','2021-11-16 17:58:43'),(809,0,'2021-11-12 23:12:57','2021-11-12 23:12:57',13,56.47,0,11.47,45,1,'wc-completed',14,'2021-11-16 01:28:28','2021-11-16 17:56:23'),(811,0,'2021-11-15 21:58:11','2021-11-15 21:58:11',2,184.71,0,17.67,167.04,1,'wc-completed',82,'2021-11-15 21:59:10','2021-11-16 15:38:36'),(812,0,'2021-11-15 23:32:58','2021-11-15 23:32:58',15,564.22,0,0,564.22,1,'wc-completed',12,'2021-11-15 23:33:31','2021-11-16 17:52:35'),(813,0,'2021-11-15 23:36:14','2021-11-15 23:36:14',14,519.08,0,0,519.08,1,'wc-completed',12,'2021-11-15 23:36:35','2021-11-16 17:32:19'),(814,0,'2021-11-16 14:06:07','2021-11-16 14:06:07',9,22.33,0,22.33,0,1,'wc-completed',58,'2021-11-16 17:31:26','2021-11-17 17:30:57'),(815,0,'2021-11-16 19:20:00','2021-11-16 19:20:00',5,348.71,0,26.15,322.56,1,'wc-completed',39,'2021-11-16 19:20:49','2021-11-17 17:29:40'),(816,0,'2021-11-16 22:46:18','2021-11-16 22:46:18',9,237.49,0,40.99,196.5,1,'wc-completed',95,'2021-11-16 22:49:25','2021-11-17 17:32:20'),(817,0,'2021-11-17 02:34:08','2021-11-17 02:34:08',10,241.04,0,36.04,205,1,'wc-completed',25,'2021-11-17 02:34:59','2021-11-17 17:33:15'),(819,0,'2021-11-18 21:30:01','2021-11-18 21:30:01',8,607.38,0,0,607.38,1,'wc-completed',11,'2021-11-18 21:30:37','2021-11-22 19:31:44'),(820,0,'2021-11-18 21:52:22','2021-11-18 21:52:22',29,518.4,0,0,518.4,1,'wc-completed',96,'2021-11-19 22:06:38','2021-11-22 18:00:20'),(821,0,'2021-11-19 18:46:54','2021-11-19 18:46:54',10,12.99,0,12.99,0,1,'wc-completed',22,'2021-11-29 21:03:49','2021-12-03 19:13:41'),(822,0,'2021-11-19 21:05:04','2021-11-19 21:05:04',4,538.82,0,0,538.82,1,'wc-completed',57,'2021-11-20 15:24:22','2021-11-22 18:02:11'),(823,0,'2021-11-19 22:58:37','2021-11-19 22:58:37',14,523,0,0,523,1,'wc-completed',90,'2021-11-19 22:59:10','2021-11-22 19:33:00'),(824,0,'2021-11-19 23:02:29','2021-11-19 23:02:29',13,601,0,0,601,1,'wc-completed',90,'2021-11-19 23:03:03','2021-11-23 18:36:06'),(825,0,'2021-11-19 23:11:02','2021-11-19 23:11:02',14,523,0,0,523,1,'wc-completed',90,'2021-11-19 23:11:28','2021-11-22 19:34:47'),(826,0,'2021-11-19 23:19:03','2021-11-19 23:19:03',9,573.72,0,0,573.72,1,'wc-completed',90,'2021-11-19 23:19:28','2021-11-22 17:53:36'),(827,0,'2021-11-21 19:22:37','2021-11-21 19:22:37',9,342.33,0,21.79,320.54,1,'wc-refunded',50,'2021-11-21 19:23:57','0000-00-00 00:00:00'),(828,827,'2021-11-22 14:39:29','2021-11-22 14:39:29',-9,-342.33,0,-21.79,-320.54,NULL,'wc-refunded',50,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(829,0,'2021-11-22 14:49:42','2021-11-22 14:49:42',14,506.6,0,0,506.6,1,'wc-completed',50,'2021-11-22 14:50:08','2021-11-23 19:02:31'),(830,0,'2021-11-22 15:28:12','2021-11-22 15:28:12',12,489.33,0,46.77,442.56,1,'wc-completed',70,'2021-11-22 21:15:12','2021-11-23 18:40:04'),(831,0,'2021-11-22 16:12:59','2021-11-22 16:12:59',5,446.59,0,20.35,426.24,1,'wc-completed',30,'2021-11-23 13:09:47','2021-11-23 18:43:16'),(832,0,'2021-11-22 18:41:46','2021-11-22 18:41:46',5,104.21,0,11.71,92.5,1,'wc-completed',90,'2021-11-22 18:42:15','2021-11-23 18:38:52'),(833,0,'2021-11-22 18:44:54','2021-11-22 18:44:54',10,201.44,0,16.44,185,1,'wc-completed',90,'2021-11-22 18:45:23','2021-11-23 18:37:55'),(834,0,'2021-11-22 21:48:48','2021-11-22 21:48:48',20,990.8,0,0,990.8,1,'wc-completed',12,'2021-11-22 21:49:27','2021-11-23 18:41:08'),(835,0,'2021-11-22 22:42:51','2021-11-22 22:42:51',7,460.22,0,19.76,440.46,1,'wc-completed',17,'2021-11-22 22:43:59','2021-11-23 18:42:06'),(837,0,'2021-11-23 13:15:30','2021-11-23 13:15:30',15,177.55,0,23.59,153.96,1,'wc-completed',81,'2021-11-28 18:30:46','2021-11-29 20:18:44'),(838,0,'2021-11-23 18:51:57','2021-11-23 18:51:57',2,70.87,0,13.87,57,1,'wc-completed',54,'2021-11-23 19:03:34','2021-11-29 15:39:57'),(839,0,'2021-11-24 20:36:46','2021-11-24 20:36:46',16,920.2,0,0,920.2,1,'wc-completed',98,'2021-12-01 22:45:41','2021-12-02 20:52:59'),(840,0,'2021-11-27 17:38:53','2021-11-27 17:38:53',3,12.78,0,12.78,0,1,'wc-completed',49,'2021-11-27 17:40:08','2021-11-29 20:25:42'),(841,0,'2021-11-28 02:58:16','2021-11-28 02:58:16',21,538.91,0,43.89,495.02,1,'wc-completed',99,'2021-11-29 15:45:10','2021-11-29 22:50:28'),(842,0,'2021-11-28 13:31:29','2021-11-28 13:31:29',13,56.15,0,17.15,39,1,'wc-completed',83,'2021-12-07 00:26:43','2021-12-08 15:19:46'),(844,0,'2021-11-28 21:41:31','2021-11-28 21:41:31',3,292.19,0,18.59,273.6,1,'wc-completed',82,'2021-11-28 21:42:31','2021-11-29 20:24:32'),(845,0,'2021-11-29 07:24:22','2021-11-29 07:24:22',28,1524.04,0,0,1524.04,1,'wc-completed',74,'2021-11-29 23:38:13','2021-12-03 19:07:21'),(846,0,'2021-11-29 14:52:56','2021-11-29 14:52:56',6,566.4,0,0,566.4,1,'wc-completed',70,'2021-11-29 14:53:47','2021-11-29 20:17:07'),(847,0,'2021-11-29 19:30:18','2021-11-29 19:30:18',19,1035.04,0,0,1035.04,1,'wc-completed',94,'2021-11-29 19:33:15','2021-12-03 19:09:35'),(848,0,'2021-11-29 19:42:48','2021-11-29 19:42:48',2,135.47,0,14.51,120.96,1,'wc-completed',94,'2021-11-29 19:43:54','2021-12-03 19:10:01'),(849,0,'2021-11-29 19:52:19','2021-11-29 19:52:19',10,25.21,0,25.21,0,1,'wc-completed',40,'2021-12-01 22:35:51','2021-12-02 20:59:29'),(850,0,'2021-11-29 19:54:07','2021-11-29 19:54:07',10,25.21,0,25.21,0,1,'wc-completed',40,'2021-12-01 22:36:41','2021-12-02 20:58:41'),(853,0,'2021-11-29 20:55:20','2021-11-29 20:55:20',5,73.12,0,12.64,60.48,0,'wc-completed',35,'2021-11-30 18:32:41','2021-12-01 16:21:14'),(854,0,'2021-11-29 21:02:36','2021-11-29 21:02:36',10,12.96,0,12.96,0,1,'wc-completed',22,'2021-11-30 17:20:56','2021-11-30 17:20:56'),(855,0,'2021-11-29 21:06:42','2021-11-29 21:06:42',10,12.96,0,12.96,0,1,'wc-completed',22,'2021-12-01 17:22:53','2021-12-02 21:39:44'),(856,0,'2021-11-30 01:11:55','2021-11-30 01:11:55',7,350.82,0,35.34,315.48,1,'wc-completed',32,'2021-11-30 01:12:25','2021-11-30 19:57:32'),(857,0,'2021-11-30 16:59:53','2021-11-30 16:59:53',21,436.46,0,19.88,416.58,1,'wc-completed',49,'2021-12-01 19:19:10','2021-12-02 21:01:36'),(859,0,'2021-12-01 22:29:14','2021-12-01 22:29:14',3,241.56,0,25.56,216,1,'wc-completed',40,'2021-12-01 22:32:00','2021-12-02 20:58:01'),(860,0,'2021-12-02 01:05:20','2021-12-02 01:05:20',19,1253.74,0,0,1253.74,1,'wc-completed',62,'2021-12-02 01:05:45','2021-12-02 20:51:46'),(861,0,'2021-12-02 16:30:18','2021-12-02 16:30:18',17,765.8,0,0,765.8,1,'wc-completed',11,'2021-12-02 16:31:41','2021-12-02 20:47:43'),(862,0,'2021-12-03 16:32:36','2021-12-03 16:32:36',3,16.95,0,16.95,0,1,'wc-completed',86,'2021-12-04 16:46:22','2021-12-07 15:39:27'),(863,0,'2021-12-03 16:45:40','2021-12-03 16:45:40',2,388.14,0,16.36,371.78,1,'wc-completed',17,'2021-12-03 16:46:27','2021-12-06 15:36:44'),(864,0,'2021-12-04 19:57:55','2021-12-04 19:57:55',20,1467.14,0,0,1467.14,1,'wc-completed',6,'2021-12-06 17:20:32','2021-12-06 22:46:02'),(866,0,'2021-12-05 14:29:54','2021-12-05 14:29:54',5,103.34,0,13.84,89.5,1,'wc-completed',33,'2021-12-05 14:31:25','2021-12-06 22:46:33'),(868,0,'2021-12-06 17:44:40','2021-12-06 17:44:40',18,509.76,0,0,509.76,1,'wc-completed',79,'2021-12-06 22:23:26','2021-12-09 18:08:31'),(869,0,'2021-12-06 17:51:10','2021-12-06 17:51:10',29,678.02,0,0,678.02,1,'wc-completed',76,'2021-12-15 19:35:35','2021-12-16 20:16:07'),(872,0,'2021-12-08 00:37:47','2021-12-08 00:37:47',17,1476.98,0,0,1476.98,1,'wc-completed',94,'2021-12-08 00:41:58','2021-12-08 20:45:51'),(873,0,'2021-12-08 15:37:20','2021-12-08 15:37:20',10,266.17,0,25.21,240.96,1,'wc-completed',97,'2021-12-11 20:23:53','2021-12-15 19:49:51'),(875,0,'2021-12-08 18:46:40','2021-12-08 18:46:40',5,200.79,0,19.35,181.44,1,'wc-completed',81,'2021-12-08 18:50:07','2021-12-08 20:47:10'),(876,0,'2021-12-08 18:55:01','2021-12-08 18:55:01',18,1159.66,0,0,1159.66,1,'wc-completed',12,'2021-12-08 18:56:12','2021-12-09 18:16:44'),(878,0,'2021-12-09 00:26:08','2021-12-09 00:26:08',21,1313.26,0,0,1313.26,1,'wc-completed',95,'2021-12-09 00:30:06','2021-12-09 16:58:59'),(880,0,'2021-12-10 19:04:38','2021-12-10 19:04:38',8,226.98,0,22.5,204.48,1,'wc-completed',46,'2021-12-14 15:11:20','2021-12-14 19:57:14'),(881,0,'2021-12-11 11:16:13','2021-12-11 11:16:13',2,16.49,0,16.49,0,1,'wc-completed',19,'2021-12-11 11:16:55','2021-12-13 20:28:24'),(882,0,'2021-12-11 13:58:17','2021-12-11 13:58:17',10,15.27,0,15.27,0,1,'wc-completed',54,'2021-12-22 04:26:31','2021-12-22 17:52:58'),(883,0,'2021-12-11 17:46:08','2021-12-11 17:46:08',10,15.27,0,15.27,0,1,'wc-completed',54,'2021-12-22 04:27:26','2021-12-22 17:50:28'),(884,0,'2021-12-11 20:28:49','2021-12-11 20:28:49',1,13.84,0,13.84,0,1,'wc-completed',54,'2021-12-11 20:36:52','2021-12-13 20:27:01'),(885,0,'2021-12-11 21:15:12','2021-12-11 21:15:12',9,473.73,0,27.25,446.48,1,'wc-completed',82,'2021-12-11 21:16:11','2021-12-13 20:30:23'),(886,0,'2021-12-13 16:20:10','2021-12-13 16:20:10',15,504.8,0,0,504.8,1,'wc-completed',11,'2021-12-13 16:50:48','2021-12-13 20:29:13'),(888,0,'2021-12-14 14:54:27','2021-12-14 14:54:27',19,492.43,0,37.12,455.31,1,'wc-completed',51,'2021-12-16 19:24:27','2021-12-17 17:40:04'),(889,0,'2021-12-14 16:24:33','2021-12-14 16:24:33',13,145.56,0,24.6,120.96,1,'wc-completed',39,'2021-12-20 23:27:53','2021-12-21 18:07:31'),(890,0,'2021-12-14 17:34:17','2021-12-14 17:34:17',9,39.58,0,39.58,0,1,'wc-completed',86,'2021-12-16 17:09:10','2021-12-16 20:17:14'),(891,0,'2021-12-14 22:49:09','2021-12-14 22:49:09',7,485.69,0,27.77,457.92,1,'wc-completed',53,'2021-12-14 22:50:08','2021-12-15 19:47:15'),(893,0,'2021-12-16 21:54:06','2021-12-16 21:54:06',10,203.72,0,18.72,185,1,'wc-completed',50,'2021-12-16 21:54:58','2021-12-17 17:37:22'),(894,0,'2021-12-18 15:46:12','2021-12-18 15:46:12',8,654.25,0,44.65,609.6,1,'wc-completed',69,'2021-12-18 15:48:04','2021-12-21 18:06:58'),(895,0,'2021-12-19 18:57:54','2021-12-19 18:57:54',9,675.4,0,0,675.4,1,'wc-completed',57,'2021-12-23 14:29:46','2021-12-28 20:24:21'),(896,0,'2021-12-20 06:16:33','2021-12-20 06:16:33',14,975.98,0,85.02,890.96,1,'wc-completed',25,'2021-12-20 06:24:28','2021-12-21 18:06:03'),(897,0,'2021-12-20 15:42:08','2021-12-20 15:42:08',19,743.42,0,0,743.42,1,'wc-completed',90,'2021-12-20 15:42:43','2021-12-21 15:44:01'),(898,0,'2021-12-20 15:49:22','2021-12-20 15:49:22',16,539.9,0,0,539.9,1,'wc-refunded',90,'2021-12-20 15:51:30','0000-00-00 00:00:00'),(899,0,'2021-12-20 15:54:35','2021-12-20 15:54:35',15,510.44,0,0,510.44,1,'wc-completed',90,'2021-12-20 15:55:04','2021-12-21 15:42:26'),(900,0,'2021-12-20 16:01:53','2021-12-20 16:01:53',15,521.96,0,0,521.96,1,'wc-completed',90,'2021-12-20 16:02:21','2021-12-21 15:43:24'),(901,898,'2021-12-20 17:15:25','2021-12-20 17:15:25',-16,-539.9,0,0,-539.9,NULL,'wc-refunded',90,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(902,0,'2021-12-20 17:23:01','2021-12-20 17:23:01',16,573.5,0,0,573.5,1,'wc-completed',90,'2021-12-20 17:23:29','2021-12-21 15:39:29'),(903,0,'2021-12-20 22:34:45','2021-12-20 22:34:45',10,22.3,0,22.3,0,1,'wc-completed',74,'2021-12-21 23:31:21','2021-12-28 20:25:03'),(904,0,'2021-12-21 13:47:38','2021-12-21 13:47:38',7,955.1,0,50.52,904.58,1,'wc-completed',52,'2021-12-21 13:48:28','2021-12-28 20:25:41'),(906,0,'2021-12-21 19:17:59','2021-12-21 19:17:59',22,375.17,0,51.83,323.34,1,'wc-completed',77,'2021-12-22 22:10:14','2021-12-23 18:00:21'),(909,0,'2021-12-22 20:27:05','2021-12-22 20:27:05',15,1114.42,0,0,1114.42,1,'wc-completed',64,'2021-12-22 20:30:27','2021-12-23 18:03:01'),(910,0,'2021-12-22 21:11:33','2021-12-22 21:11:33',13,544,0,69.76,474.24,1,'wc-completed',32,'2021-12-22 21:29:24','2021-12-23 18:01:54'),(911,0,'2021-12-24 21:59:51','2021-12-24 21:59:51',2,93.25,0,16.45,76.8,1,'wc-completed',86,'2021-12-24 22:00:20','2021-12-28 20:26:34'),(912,0,'2021-12-26 23:30:32','2021-12-26 23:30:32',3,740.1,0,467.83,272.27,1,'wc-completed',67,'2021-12-26 23:31:51','2021-12-28 20:27:21'),(913,0,'2021-12-26 23:36:41','2021-12-26 23:36:41',11,1773.3,0,677.08,1096.22,1,'wc-completed',67,'2021-12-26 23:37:11','2021-12-28 20:27:46'),(914,0,'2021-12-27 19:13:42','2021-12-27 19:13:42',15,713.62,0,0,713.62,1,'wc-completed',11,'2021-12-27 19:14:15','2021-12-28 22:38:25'),(915,0,'2021-12-28 09:45:49','2021-12-28 09:45:49',23,1884.05,0,162.79,1721.26,1,'wc-completed',12,'2021-12-28 09:46:33','2021-12-28 22:40:28'),(916,0,'2021-12-28 09:52:33','2021-12-28 09:52:33',25,1963.99,0,191.59,1772.4,1,'wc-completed',12,'2021-12-28 09:53:02','2021-12-28 22:41:28'),(918,0,'2021-12-28 21:16:58','2021-12-28 21:16:58',16,558.44,0,0,558.44,1,'wc-completed',50,'2021-12-28 21:17:44','2021-12-29 18:41:19'),(919,0,'2021-12-28 21:48:47','2021-12-28 21:48:47',18,1197.2,0,0,1197.2,1,'wc-completed',82,'2021-12-28 21:49:38','2021-12-29 18:40:01'),(920,0,'2021-12-29 17:15:45','2021-12-29 17:15:45',31,1163.44,0,0,1163.44,1,'wc-completed',94,'2021-12-29 17:19:12','2021-12-30 15:30:23'),(921,0,'2021-12-29 18:32:15','2021-12-29 18:32:15',18,1489.96,0,0,1489.96,1,'wc-completed',6,'2021-12-29 18:57:48','2021-12-30 15:31:56'),(922,0,'2021-12-29 19:05:30','2021-12-29 19:05:30',10,28.61,0,28.61,0,1,'wc-completed',66,'2022-01-21 19:09:28','2022-01-21 21:26:46'),(923,0,'2021-12-29 19:07:30','2021-12-29 19:07:30',10,28.61,0,28.61,0,1,'wc-completed',66,'2022-01-21 19:08:03','2022-01-21 21:26:29'),(924,0,'2021-12-29 19:08:26','2021-12-29 19:08:26',10,28.61,0,28.61,0,1,'wc-completed',66,'2022-01-21 19:06:45','2022-01-21 21:26:51'),(925,0,'2021-12-30 14:52:42','2021-12-30 14:52:42',5,11.42,0,11.42,0,1,'wc-completed',14,'2022-01-30 21:40:13','2022-02-02 19:58:50'),(926,0,'2021-12-30 23:41:27','2021-12-30 23:41:27',2,196.6,0,28.6,168,1,'wc-completed',43,'2021-12-30 23:42:11','2022-01-04 16:40:37'),(929,0,'2021-12-31 01:35:03','2021-12-31 01:35:03',22,1184.16,0,0,1184.16,1,'wc-completed',64,'2021-12-31 01:40:51','2022-01-04 16:40:16'),(930,0,'2022-01-01 16:14:45','2022-01-01 16:14:45',8,181.45,0,23.05,158.4,1,'wc-completed',81,'2022-01-03 17:51:12','2022-01-04 16:39:37'),(931,0,'2022-01-04 16:20:50','2022-01-04 16:20:50',4,17.46,0,17.46,0,1,'wc-completed',52,'2022-01-04 16:21:32','2022-01-06 18:28:06'),(932,0,'2022-01-04 19:00:04','2022-01-04 19:00:04',8,500.62,0,20.17,480.45,1,'wc-completed',17,'2022-01-04 19:00:31','2022-01-06 18:28:56'),(933,0,'2022-01-04 19:11:04','2022-01-04 19:11:04',25,1352.08,0,0,1352.08,1,'wc-completed',13,'2022-01-04 22:31:38','2022-01-06 18:30:47'),(934,0,'2022-01-05 19:31:01','2022-01-05 19:31:01',20,2418.32,0,0,2418.32,1,'wc-completed',95,'2022-01-05 19:32:54','2022-01-06 18:35:06'),(936,0,'2022-01-06 11:17:43','2022-01-06 11:17:43',10,13.63,0,13.63,0,1,'wc-completed',22,'2022-01-08 17:49:55','2022-01-10 21:37:11'),(938,0,'2022-01-06 16:06:18','2022-01-06 16:06:18',16,543.9,0,0,543.9,1,'wc-completed',57,'2022-01-15 20:13:58','2022-01-18 19:06:54'),(939,0,'2022-01-06 22:34:05','2022-01-06 22:34:05',16,652.13,0,0,652.13,1,'wc-completed',11,'2022-01-06 22:35:50','2022-01-10 21:36:17'),(940,0,'2022-01-10 22:20:34','2022-01-10 22:20:34',8,86.13,0,12.84,73.29,1,'wc-completed',29,'2022-01-10 22:21:50','2022-01-11 18:30:33'),(941,0,'2022-01-11 13:11:11','2022-01-11 13:11:11',13,36.95,0,36.95,0,1,'wc-completed',83,'2022-01-12 01:02:34','2022-01-12 15:45:03'),(942,0,'2022-01-11 19:59:53','2022-01-11 19:59:53',10,381.88,0,40.84,341.04,1,'wc-completed',46,'2022-01-12 16:09:06','2022-01-12 18:24:28'),(943,0,'2022-01-12 03:14:19','2022-01-12 03:14:19',14,531.02,0,0,531.02,1,'wc-completed',50,'2022-01-12 03:14:53','2022-01-12 17:01:20'),(944,0,'2022-01-12 23:15:42','2022-01-12 23:15:42',10,26.54,0,26.54,0,1,'wc-completed',40,'2022-01-13 20:22:53','2022-01-14 18:19:31'),(945,0,'2022-01-12 23:16:34','2022-01-12 23:16:34',10,26.54,0,26.54,0,1,'wc-completed',40,'2022-01-13 20:23:33','2022-01-14 18:18:13'),(946,0,'2022-01-13 03:08:32','2022-01-13 03:08:32',15,571.37,0,44.67,526.7,1,'wc-completed',80,'2022-01-13 03:09:05','2022-01-13 17:07:59'),(948,0,'2022-01-13 21:48:16','2022-01-13 21:48:16',1,76.94,0,10.46,66.48,1,'wc-completed',55,'2022-01-13 21:49:01','2022-01-14 18:21:43'),(949,0,'2022-01-14 14:06:33','2022-01-14 14:06:33',6,620.58,0,40.26,580.32,1,'wc-completed',69,'2022-01-14 14:08:44','2022-01-17 15:03:51'),(950,0,'2022-01-14 16:13:57','2022-01-14 16:13:57',9,19.05,0,19.05,0,1,'wc-completed',58,'2022-01-14 19:25:29','2022-01-17 14:58:56'),(952,0,'2022-01-14 22:29:41','2022-01-14 22:29:41',18,1291.9,0,0,1291.9,1,'wc-completed',90,'2022-01-14 22:30:18','2022-01-17 17:21:50'),(953,0,'2022-01-14 22:33:25','2022-01-14 22:33:25',17,653,0,0,653,1,'wc-completed',90,'2022-01-14 22:33:50','2022-01-17 17:23:23'),(954,0,'2022-01-14 22:37:38','2022-01-14 22:37:38',15,529.73,0,0,529.73,1,'wc-completed',90,'2022-01-14 22:37:59','2022-01-17 17:18:55'),(955,0,'2022-01-14 22:42:22','2022-01-14 22:42:22',17,1121.02,0,0,1121.02,1,'wc-completed',90,'2022-01-14 22:42:42','2022-01-18 19:06:28'),(956,0,'2022-01-17 20:27:34','2022-01-17 20:27:34',8,421.56,0,31.32,390.24,1,'wc-completed',30,'2022-01-18 13:32:35','2022-01-18 18:45:23'),(957,0,'2022-01-18 17:44:46','2022-01-18 17:44:46',4,596.64,0,0,596.64,1,'wc-completed',11,'2022-01-18 17:45:35','2022-01-21 15:32:27'),(958,0,'2022-01-18 23:51:20','2022-01-18 23:51:20',5,732.59,0,38.35,694.24,1,'wc-completed',49,'2022-01-18 23:57:46','2022-01-19 18:17:01'),(959,0,'2022-01-19 00:01:34','2022-01-19 00:01:34',10,557.52,0,0,557.52,1,'wc-completed',96,'2022-01-21 07:59:30','2022-01-21 21:23:49'),(960,0,'2022-01-19 01:04:29','2022-01-19 01:04:29',31,1701.62,0,0,1701.62,1,'wc-completed',62,'2022-01-23 20:07:27','2022-01-24 20:24:04'),(961,0,'2022-01-19 21:53:48','2022-01-19 21:53:48',21,1353.26,0,0,1353.26,1,'wc-completed',94,'2022-01-19 21:54:29','2022-01-20 18:07:58'),(962,0,'2022-01-19 23:04:48','2022-01-19 23:04:48',6,337.95,0,30.71,307.24,1,'wc-completed',32,'2022-01-19 23:05:34','2022-01-20 18:07:10'),(963,0,'2022-01-20 19:33:47','2022-01-20 19:33:47',6,534.96,0,0,534.96,1,'wc-completed',82,'2022-01-20 19:36:31','2022-01-20 20:56:12'),(964,0,'2022-01-20 19:50:49','2022-01-20 19:50:49',10,815.04,0,0,815.04,1,'wc-completed',70,'2022-01-20 19:51:57','2022-01-20 22:07:03'),(966,0,'2022-01-21 02:07:35','2022-01-21 02:07:35',4,310.35,0,18.99,291.36,1,'wc-completed',81,'2022-01-21 02:08:04','2022-01-21 21:23:23'),(968,0,'2022-01-21 05:24:07','2022-01-21 05:24:07',13,807.18,0,0,807.18,1,'wc-completed',12,'2022-01-21 05:25:04','2022-01-21 21:24:48'),(969,0,'2022-01-24 00:35:33','2022-01-24 00:35:33',26,1720.2,0,0,1720.2,1,'wc-completed',11,'2022-01-24 00:36:04','2022-01-27 16:47:04'),(970,0,'2022-01-24 22:50:54','2022-01-24 22:50:54',1,57.45,0,15.21,42.24,1,'wc-completed',82,'2022-01-24 22:51:45','2022-01-25 15:41:20'),(971,0,'2022-01-25 20:32:21','2022-01-25 20:32:21',14,1097.6,0,0,1097.6,1,'wc-completed',26,'2022-02-07 22:46:06','2022-02-08 16:12:39'),(972,0,'2022-01-26 18:02:03','2022-01-26 18:02:03',19,1413.03,0,0,1413.03,1,'wc-completed',64,'2022-01-26 18:03:16','2022-01-27 16:41:27'),(973,0,'2022-01-27 16:23:42','2022-01-27 16:23:42',16,616.13,0,0,616.13,1,'wc-completed',11,'2022-01-27 16:24:20','2022-01-27 16:43:20'),(975,0,'2022-01-28 18:16:45','2022-01-28 18:16:45',13,804.66,0,0,804.66,1,'wc-completed',70,'2022-01-28 18:19:00','2022-02-02 19:59:20'),(977,0,'2022-02-01 20:46:05','2022-02-01 20:46:05',13,502.24,0,0,502.24,1,'wc-completed',79,'2022-02-02 17:44:41','2022-02-03 20:14:35'),(978,0,'2022-02-02 19:14:04','2022-02-02 19:14:04',14,1030.77,0,0,1030.77,1,'wc-completed',94,'2022-02-02 19:14:42','2022-02-08 16:16:02'),(979,0,'2022-02-02 19:20:22','2022-02-02 19:20:22',6,151.04,0,14.36,136.68,1,'wc-completed',17,'2022-02-02 19:20:52','2022-02-03 20:13:35'),(980,0,'2022-02-02 23:30:59','2022-02-02 23:30:59',14,819.16,0,0,819.16,1,'wc-completed',95,'2022-02-02 23:33:09','2022-02-03 20:11:03'),(981,0,'2022-02-03 08:48:14','2022-02-03 08:48:14',5,869.92,0,0,869.92,1,'wc-completed',12,'2022-02-03 08:49:47','2022-02-03 20:12:31'),(983,0,'2022-02-04 01:21:54','2022-02-04 01:21:54',2,144.9,0,11.94,132.96,1,'wc-completed',81,'2022-02-04 01:22:24','2022-02-04 18:04:21'),(984,0,'2022-02-06 19:07:28','2022-02-06 19:07:28',5,388.03,0,30.19,357.84,1,'wc-completed',53,'2022-02-06 19:08:14','2022-02-08 16:16:19'),(985,0,'2022-02-07 05:57:17','2022-02-07 05:57:17',14,422.71,0,69.51,353.2,1,'wc-completed',25,'2022-02-07 05:59:52','2022-02-07 23:42:07'),(987,0,'2022-02-07 16:27:43','2022-02-07 16:27:43',36,1143.12,0,0,1143.12,0,'wc-completed',85,'2022-02-08 03:46:56','2022-02-09 19:38:56'),(991,0,'2022-02-08 20:17:21','2022-02-08 20:17:21',20,888.52,0,688.07,200.45,1,'wc-completed',67,'2022-02-14 23:06:44','2022-02-15 18:31:09'),(992,0,'2022-02-08 22:16:12','2022-02-08 22:16:12',14,1325.33,0,75.65,1249.68,1,'wc-completed',52,'2022-02-08 22:17:06','2022-02-09 19:39:59'),(993,0,'2022-02-09 01:31:11','2022-02-09 01:31:11',7,270.48,0,28.05,242.43,1,'wc-completed',33,'2022-02-09 01:35:46','2022-02-09 19:39:30'),(994,0,'2022-02-09 19:42:04','2022-02-09 19:42:04',10,298.58,0,70.78,227.8,1,'wc-completed',50,'2022-02-09 19:42:36','2022-02-09 20:32:56'),(995,0,'2022-02-10 15:13:33','2022-02-10 15:13:33',18,980.99,0,0,980.99,1,'wc-completed',11,'2022-02-10 15:14:29','2022-02-10 18:59:03'),(996,0,'2022-02-10 19:09:37','2022-02-10 19:09:37',15,315.71,0,45.47,270.24,1,'wc-completed',39,'2022-02-16 23:00:39','2022-02-17 18:45:08'),(997,0,'2022-02-10 19:41:32','2022-02-10 19:41:32',8,248.82,0,23.94,224.88,1,'wc-completed',46,'2022-02-11 14:03:28','2022-02-11 21:48:08'),(998,0,'2022-02-14 15:45:02','2022-02-14 15:45:02',16,511.6,0,0,511.6,1,'wc-completed',80,'2022-02-14 16:11:19','2022-02-14 21:51:59'),(999,0,'2022-02-14 16:18:05','2022-02-14 16:18:05',13,175.32,0,42.36,132.96,1,'wc-completed',40,'2022-03-23 20:20:55','2022-03-24 14:38:41'),(1000,0,'2022-02-14 16:19:56','2022-02-14 16:19:56',16,556.42,0,0,556.42,1,'wc-completed',80,'2022-02-14 16:20:36','2022-02-14 21:52:14'),(1001,0,'2022-02-15 16:23:29','2022-02-15 16:23:29',3,214.48,0,24.73,189.75,1,'wc-completed',90,'2022-02-15 16:24:23','2022-02-15 18:28:51'),(1002,0,'2022-02-15 16:35:56','2022-02-15 16:35:56',14,717.56,0,0,717.56,1,'wc-completed',90,'2022-02-15 16:36:27','2022-02-15 19:59:09'),(1003,0,'2022-02-15 16:41:52','2022-02-15 16:41:52',19,993.38,0,0,993.38,1,'wc-completed',90,'2022-02-15 16:42:20','2022-02-15 19:59:37'),(1004,0,'2022-02-15 17:00:08','2022-02-15 17:00:08',10,16.21,0,16.21,0,1,'wc-completed',58,'2022-02-15 21:15:12','2022-02-16 17:45:29'),(1007,0,'2022-02-16 18:08:07','2022-02-16 18:08:07',11,506.36,0,0,506.36,1,'wc-completed',50,'2022-02-16 18:08:43','2022-02-17 18:48:35'),(1008,0,'2022-02-17 17:34:07','2022-02-17 17:34:07',6,572.38,0,0,572.38,1,'wc-completed',11,'2022-02-17 17:35:20','2022-02-18 17:39:48'),(1009,0,'2022-02-17 20:04:35','2022-02-17 20:04:35',7,14.8,0,14.8,0,1,'wc-completed',58,'2022-02-18 03:38:26','2022-02-23 18:09:11'),(1010,0,'2022-02-20 16:16:48','2022-02-20 16:16:48',6,647.52,0,0,647.52,1,'wc-completed',30,'2022-02-20 16:17:24','2022-02-22 14:45:21'),(1011,0,'2022-02-20 16:22:41','2022-02-20 16:22:41',2,174.43,0,16.03,158.4,1,'wc-completed',30,'2022-02-20 16:22:59','2022-02-23 18:09:31'),(1012,0,'2022-02-20 23:57:39','2022-02-20 23:57:39',7,393.09,0,20.29,372.8,1,'wc-completed',82,'2022-02-20 23:59:01','2022-02-22 14:43:10'),(1013,0,'2022-02-21 00:00:53','2022-02-21 00:00:53',9,497.51,0,26.97,470.54,1,'wc-completed',82,'2022-02-21 00:01:35','2022-02-22 14:44:21'),(1014,0,'2022-02-21 16:46:48','2022-02-21 16:46:48',10,13.79,0,13.79,0,1,'wc-completed',63,'2022-02-22 16:33:04','2022-02-23 18:07:08'),(1015,0,'2022-02-21 16:49:14','2022-02-21 16:49:14',10,13.79,0,13.79,0,1,'wc-completed',63,'2022-02-22 16:32:07','2022-02-23 18:07:43'),(1016,0,'2022-02-21 22:12:12','2022-02-21 22:12:12',15,354.06,0,62.7,291.36,1,'wc-completed',32,'2022-02-22 18:12:18','2022-02-23 18:05:44'),(1017,0,'2022-02-22 19:35:40','2022-02-22 19:35:40',13,649.55,0,0,649.55,1,'wc-completed',64,'2022-02-22 19:38:29','2022-02-23 18:04:08'),(1019,0,'2022-02-23 18:11:10','2022-02-23 18:11:10',7,806.67,0,56.43,750.24,1,'wc-completed',69,'2022-02-23 18:14:26','2022-02-23 20:59:21'),(1020,0,'2022-02-23 19:05:40','2022-02-23 19:05:40',6,160.37,0,23.69,136.68,1,'wc-completed',95,'2022-02-23 19:07:57','2022-02-23 21:01:41'),(1021,0,'2022-02-23 19:08:59','2022-02-23 19:08:59',10,727.5,0,408.28,319.22,1,'wc-completed',67,'2022-02-23 21:02:30','2022-02-25 15:48:34'),(1022,0,'2022-02-23 22:48:08','2022-02-23 22:48:08',4,286.43,0,20.51,265.92,1,'wc-completed',40,'2022-02-23 22:48:44','2022-02-25 15:47:10'),(1023,0,'2022-02-23 22:51:48','2022-02-23 22:51:48',10,26.84,0,26.84,0,1,'wc-completed',40,'2022-02-25 16:09:44','2022-02-25 19:19:23'),(1024,0,'2022-02-24 16:45:12','2022-02-24 16:45:12',11,94.59,0,15.39,79.2,1,'wc-completed',60,'2022-03-16 21:09:58','2022-03-17 16:17:49'),(1025,0,'2022-02-24 21:10:13','2022-02-24 21:10:13',11,19.89,0,19.89,0,1,'wc-completed',83,'2022-03-01 11:55:03','2022-03-01 17:02:50'),(1026,0,'2022-02-25 15:09:03','2022-02-25 15:09:03',7,66.02,0,23.78,42.24,1,'wc-completed',86,'2022-02-25 19:46:06','2022-02-25 23:09:12'),(1027,0,'2022-02-25 17:08:21','2022-02-25 17:08:21',4,281.16,0,15.24,265.92,0,'wc-completed',41,'2022-02-25 17:10:32','2022-02-25 23:09:35'),(1028,0,'2022-02-26 23:07:08','2022-02-26 23:07:08',15,501.04,0,0,501.04,1,'wc-completed',12,'2022-02-26 23:07:47','2022-02-28 23:20:35'),(1029,0,'2022-02-27 18:47:01','2022-02-27 18:47:01',10,16.25,0,16.25,0,1,'wc-completed',81,'2022-02-28 16:01:32','2022-02-28 23:19:07'),(1030,0,'2022-03-01 15:49:22','2022-03-01 15:49:22',20,1215.76,0,0,1215.76,1,'wc-completed',6,'2022-03-04 14:38:35','2022-03-08 16:11:11'),(1031,0,'2022-03-01 16:55:14','2022-03-01 16:55:14',17,635.2,0,0,635.2,1,'wc-completed',76,'2022-03-02 15:08:15','2022-03-03 16:13:21'),(1032,0,'2022-03-01 21:07:23','2022-03-01 21:07:23',29,1394.96,0,0,1394.96,1,'wc-completed',94,'2022-03-01 21:07:59','2022-03-02 16:55:34'),(1033,0,'2022-03-02 02:27:11','2022-03-02 02:27:11',7,797.01,0,37.31,759.7,1,'wc-completed',17,'2022-03-02 02:28:11','2022-03-02 16:51:03'),(1034,0,'2022-03-02 05:09:14','2022-03-02 05:09:14',15,996.12,0,0,996.12,1,'wc-completed',12,'2022-03-02 05:09:53','2022-03-02 16:57:49'),(1036,0,'2022-03-02 18:13:26','2022-03-02 18:13:26',20,1495.42,0,0,1495.42,1,'wc-completed',64,'2022-03-02 18:14:52','2022-03-03 16:04:40'),(1037,0,'2022-03-03 02:58:44','2022-03-03 02:58:44',14,539.08,0,0,539.08,1,'wc-completed',80,'2022-03-03 02:59:12','2022-03-03 16:15:33'),(1038,0,'2022-03-03 03:01:22','2022-03-03 03:01:22',11,506.36,0,0,506.36,1,'wc-completed',80,'2022-03-03 03:02:13','2022-03-03 19:11:29'),(1040,0,'2022-03-03 19:33:43','2022-03-03 19:33:43',7,544.32,0,0,544.32,1,'wc-completed',70,'2022-03-03 19:34:27','2022-03-04 17:05:39'),(1042,0,'2022-03-04 01:08:24','2022-03-04 01:08:24',21,656.1,0,0,656.1,1,'wc-completed',62,'2022-03-08 01:56:54','2022-03-09 15:55:59'),(1043,0,'2022-03-04 16:49:41','2022-03-04 16:49:41',15,821.97,0,50.65,771.32,1,'wc-completed',50,'2022-03-04 16:50:24','2022-03-09 21:01:54'),(1044,0,'2022-03-04 19:08:29','2022-03-04 19:08:29',16,869.14,0,0,869.14,1,'wc-completed',26,'2022-03-18 17:10:43','2022-03-21 14:34:15'),(1045,0,'2022-03-04 20:51:49','2022-03-04 20:51:49',14,592.04,0,64.48,527.56,1,'wc-completed',25,'2022-03-04 20:52:51','2022-03-08 16:28:40'),(1046,0,'2022-03-05 08:26:00','2022-03-05 08:26:00',15,219.24,0,36.54,182.7,1,'wc-completed',77,'2022-03-15 06:07:28','2022-03-15 17:28:34'),(1047,0,'2022-03-05 22:30:54','2022-03-05 22:30:54',2,14.87,0,14.87,0,1,'wc-completed',54,'2022-03-11 22:55:32','2022-03-18 17:18:39'),(1048,0,'2022-03-06 20:19:35','2022-03-06 20:19:35',26,282.59,0,21.84,260.75,1,'wc-completed',49,'2022-03-06 20:21:50','2022-03-09 21:01:20'),(1049,0,'2022-03-07 14:40:48','2022-03-07 14:40:48',21,1207.56,0,56,1151.56,1,'wc-completed',99,'2022-03-07 17:49:34','2022-03-08 16:26:55'),(1050,0,'2022-03-08 00:33:28','2022-03-08 00:33:28',10,769.6,0,0,769.6,1,'wc-completed',96,'2022-03-09 19:06:21','2022-03-10 16:09:29'),(1051,0,'2022-03-08 01:07:53','2022-03-08 01:07:53',4,470.53,0,23.17,447.36,1,'wc-completed',63,'2022-03-08 01:09:54','2022-03-08 16:05:29'),(1053,0,'2022-03-08 16:43:33','2022-03-08 16:43:33',11,16.92,0,16.92,0,0,'wc-completed',100,'2022-03-18 15:54:46','2022-03-21 14:37:35'),(1054,0,'2022-03-09 15:24:55','2022-03-09 15:24:55',8,287.19,0,25.35,261.84,1,'wc-completed',46,'2022-03-09 17:50:04','2022-03-10 16:09:53'),(1055,0,'2022-03-10 17:16:31','2022-03-10 17:16:31',9,609.66,0,0,609.66,1,'wc-completed',11,'2022-03-10 17:17:52','2022-03-10 23:29:39'),(1058,0,'2022-03-10 21:54:44','2022-03-10 21:54:44',17,554.4,0,0,554.4,1,'wc-completed',79,'2022-03-11 20:12:43','2022-03-14 15:09:43'),(1059,0,'2022-03-11 22:09:33','2022-03-11 22:09:33',25,229.08,0,18.88,210.2,1,'wc-completed',21,'2022-03-11 22:11:31','2022-03-14 15:06:53'),(1060,0,'2022-03-11 22:50:35','2022-03-11 22:50:35',31,2539.86,0,0,2539.86,1,'wc-completed',95,'2022-03-11 22:52:25','2022-03-14 21:55:59'),(1061,0,'2022-03-12 18:59:57','2022-03-12 18:59:57',14,191.12,0,45.44,145.68,1,'wc-completed',39,'2022-03-30 16:30:18','2022-03-31 12:35:28'),(1062,0,'2022-03-13 00:30:48','2022-03-13 00:30:48',4,322.45,0,31.09,291.36,1,'wc-completed',32,'2022-03-13 00:31:20','2022-03-14 16:23:46'),(1064,0,'2022-03-13 19:44:41','2022-03-13 19:44:41',3,219.72,0,20.28,199.44,1,'wc-completed',53,'2022-03-13 19:45:40','2022-03-14 15:08:39'),(1065,0,'2022-03-13 21:20:41','2022-03-13 21:20:41',18,1507.45,0,758.74,748.71,1,'wc-completed',67,'2022-03-16 21:35:33','2022-03-18 17:16:38'),(1066,0,'2022-03-14 20:24:06','2022-03-14 20:24:06',14,352.44,0,42.12,310.32,1,'wc-completed',97,'2022-03-16 14:47:38','2022-03-23 16:40:38'),(1068,0,'2022-03-15 20:24:23','2022-03-15 20:24:23',10,1009.72,0,0,1009.72,1,'wc-completed',94,'2022-03-15 20:25:00','2022-03-16 18:40:20'),(1069,0,'2022-03-15 22:36:42','2022-03-15 22:36:42',15,559.24,0,0,559.24,1,'wc-completed',50,'2022-03-15 22:37:29','2022-03-16 22:11:39'),(1070,0,'2022-03-15 22:51:27','2022-03-15 22:51:27',14,584.44,0,0,584.44,1,'wc-completed',50,'2022-03-15 22:51:45','2022-03-16 22:10:21'),(1071,0,'2022-03-15 23:01:11','2022-03-15 23:01:11',23,684.49,0,45.6,638.89,1,'wc-completed',50,'2022-03-15 23:01:36','2022-03-16 22:09:59'),(1072,0,'2022-03-16 19:08:40','2022-03-16 19:08:40',12,735.44,0,0,735.44,1,'wc-completed',57,'2022-03-20 13:52:08','2022-03-23 16:41:18'),(1073,0,'2022-03-16 19:49:24','2022-03-16 19:49:24',3,277.14,0,15.3,261.84,1,'wc-completed',17,'2022-03-16 19:49:54','2022-03-17 16:16:38'),(1075,0,'2022-03-18 18:32:31','2022-03-18 18:32:31',43,1483.1,0,0,1483.1,1,'wc-completed',12,'2022-03-18 18:33:09','2022-03-22 00:41:57'),(1076,0,'2022-03-19 18:05:55','2022-03-19 18:05:55',8,474.9,0,27.14,447.76,1,'wc-completed',82,'2022-03-19 18:06:49','2022-03-22 00:41:31'),(1077,0,'2022-03-21 11:22:35','2022-03-21 11:22:35',8,16,0,16,0,1,'wc-completed',58,'2022-03-22 11:49:29','2022-03-22 21:45:55'),(1078,0,'2022-03-21 18:17:54','2022-03-21 18:17:54',9,624,0,0,624,1,'wc-completed',11,'2022-03-21 18:18:44','2022-03-22 00:34:20'),(1079,0,'2022-03-22 18:19:31','2022-03-22 18:19:31',11,96.24,0,29.76,66.48,1,'wc-completed',40,'2022-03-23 17:43:10','2022-03-24 12:53:55'),(1080,0,'2022-03-22 18:20:52','2022-03-22 18:20:52',10,27.61,0,27.61,0,1,'wc-completed',40,'2022-03-23 17:44:26','2022-03-24 12:54:13'),(1083,0,'2022-03-22 19:36:27','2022-03-22 19:36:27',3,69.17,0,10.88,58.29,1,'wc-completed',29,'2022-03-22 19:37:42','2022-03-22 21:43:25'),(1084,0,'2022-03-22 19:52:43','2022-03-22 19:52:43',5,615.28,0,0,615.28,1,'wc-completed',90,'2022-03-22 19:53:15','2022-03-23 16:41:56'),(1085,0,'2022-03-22 19:56:04','2022-03-22 19:56:04',4,516.16,0,0,516.16,1,'wc-completed',90,'2022-03-22 19:56:25','2022-03-23 16:41:51'),(1086,0,'2022-03-22 21:51:11','2022-03-22 21:51:11',10,259.16,0,31.36,227.8,1,'wc-completed',95,'2022-03-22 21:52:49','2022-03-23 16:42:28'),(1087,0,'2022-03-22 21:54:47','2022-03-22 21:54:47',10,259.16,0,31.36,227.8,1,'wc-completed',95,'2022-03-22 21:56:38','2022-03-23 16:42:45'),(1088,0,'2022-03-22 23:36:53','2022-03-22 23:36:53',13,517.67,0,0,517.67,1,'wc-completed',90,'2022-03-22 23:37:15','2022-03-23 18:57:51'),(1089,0,'2022-03-22 23:40:21','2022-03-22 23:40:21',16,1028.43,0,0,1028.43,1,'wc-completed',90,'2022-03-22 23:40:46','2022-03-23 18:56:32'),(1090,0,'2022-03-23 03:02:19','2022-03-23 03:02:19',5,243.52,0,29.2,214.32,1,'wc-completed',43,'2022-03-25 12:41:10','2022-03-28 18:09:18'),(1091,0,'2022-03-23 17:47:46','2022-03-23 17:47:46',7,24.46,0,24.46,0,1,'wc-completed',86,'2022-03-24 16:45:47','2022-03-28 18:10:25'),(1092,0,'2022-03-23 20:33:00','2022-03-23 20:33:00',18,670,0,0,670,1,'wc-completed',80,'2022-03-23 20:33:34','2022-03-28 18:11:17'),(1093,0,'2022-03-24 16:47:03','2022-03-24 16:47:03',3,151.73,0,25.01,126.72,1,'wc-completed',86,'2022-03-24 16:47:36','2022-03-28 18:41:08'),(1094,0,'2022-03-25 03:52:14','2022-03-25 03:52:14',17,565.36,0,0,565.36,1,'wc-completed',80,'2022-03-25 03:52:43','2022-03-28 18:40:51'),(1095,0,'2022-03-28 16:31:39','2022-03-28 16:31:39',22,1556.79,0,0,1556.79,1,'wc-completed',64,'2022-03-28 16:32:27','2022-03-28 20:30:13'),(1096,0,'2022-03-28 16:48:19','2022-03-28 16:48:19',22,1385.58,0,103.62,1281.96,1,'wc-completed',69,'2022-03-30 15:12:17','2022-03-31 12:34:43'),(1098,0,'2022-03-28 19:43:07','2022-03-28 19:43:07',6,474.24,0,23.52,450.72,1,'wc-completed',30,'2022-03-30 20:41:23','2022-04-01 22:21:14'),(1099,0,'2022-03-29 01:27:18','2022-03-29 01:27:18',15,1097.72,0,0,1097.72,1,'wc-completed',12,'2022-03-29 01:28:13','2022-03-29 17:42:02'),(1100,0,'2022-03-29 16:45:45','2022-03-29 16:45:45',6,537.9,0,0,537.9,1,'wc-completed',12,'2022-03-29 16:46:24','2022-03-29 17:44:18'),(1101,0,'2022-03-29 22:47:25','2022-03-29 22:47:25',4,690.08,0,0,690.08,1,'wc-completed',13,'2022-03-29 22:50:19','2022-03-31 12:33:40'),(1102,0,'2022-04-01 19:32:17','2022-04-01 19:32:17',16,889.74,0,0,889.74,1,'wc-completed',64,'2022-04-01 19:33:07','2022-04-05 18:45:04'),(1103,0,'2022-04-02 23:26:28','2022-04-02 23:26:28',12,356.71,0,58.53,298.18,1,'wc-completed',32,'2022-04-02 23:27:01','2022-04-04 15:33:17'),(1105,0,'2022-04-04 12:37:03','2022-04-04 12:37:03',10,16.97,0,16.97,0,1,'wc-completed',54,'2022-04-11 16:26:37','2022-04-12 14:35:58'),(1106,0,'2022-04-04 12:38:19','2022-04-04 12:38:19',10,16.97,0,16.97,0,1,'wc-completed',54,'2022-04-05 15:00:43','2022-04-05 19:06:04'),(1107,0,'2022-04-04 14:11:40','2022-04-04 14:11:40',10,16.97,0,16.97,0,1,'wc-completed',83,'2022-04-13 11:18:39','2022-04-13 20:28:21'),(1108,0,'2022-04-04 17:12:52','2022-04-04 17:12:52',5,443.81,0,27.89,415.92,1,'wc-completed',39,'2022-04-04 17:13:43','2022-04-05 15:02:08'),(1109,0,'2022-04-04 17:27:25','2022-04-04 17:27:25',15,592.75,0,0,592.75,1,'wc-completed',11,'2022-04-04 17:38:56','2022-04-05 15:01:32'),(1110,0,'2022-04-04 19:20:24','2022-04-04 19:20:24',27,771.06,0,0,771.06,1,'wc-refunded',62,'2022-04-07 21:02:16','0000-00-00 00:00:00'),(1111,0,'2022-04-04 19:32:20','2022-04-04 19:32:20',17,702.24,0,0,702.24,1,'wc-refunded',62,'2022-04-07 21:01:27','0000-00-00 00:00:00'),(1112,0,'2022-04-05 01:36:59','2022-04-05 01:36:59',9,844.83,0,39.57,805.26,1,'wc-completed',17,'2022-04-05 01:37:44','2022-04-05 18:36:14'),(1116,0,'2022-04-05 23:23:03','2022-04-05 23:23:03',16,707.2,0,0,707.2,1,'wc-completed',79,'2022-04-06 16:13:09','2022-04-06 22:53:58'),(1118,0,'2022-04-06 19:24:22','2022-04-06 19:24:22',11,549.15,0,42.79,506.36,1,'wc-completed',50,'2022-04-06 19:24:47','2022-04-06 22:49:22'),(1119,0,'2022-04-07 17:55:48','2022-04-07 17:55:48',10,13.63,0,13.63,0,1,'wc-completed',60,'2022-04-08 00:44:06','2022-04-11 13:53:57'),(1120,0,'2022-04-07 22:40:19','2022-04-07 22:40:19',7,835.84,0,0,835.84,1,'wc-completed',49,'2022-04-07 22:53:00','2022-04-11 13:59:40'),(1121,1110,'2022-04-08 13:48:18','2022-04-08 13:48:18',-27,-771.06,0,0,-771.06,NULL,'wc-refunded',62,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1122,1111,'2022-04-08 13:49:06','2022-04-08 13:49:06',-17,-702.24,0,0,-702.24,NULL,'wc-refunded',62,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1123,0,'2022-04-12 00:33:42','2022-04-12 00:33:42',19,772.05,0,69.81,702.24,1,'wc-completed',62,'2022-04-13 16:00:06','2022-04-13 20:29:09'),(1124,0,'2022-04-12 00:35:34','2022-04-12 00:35:34',23,762.12,0,51.3,710.82,1,'wc-completed',62,'2022-04-13 15:58:47','2022-04-13 20:29:31'),(1125,0,'2022-04-12 03:17:33','2022-04-12 03:17:33',32,1707.55,0,0,1707.55,1,'wc-completed',94,'2022-04-12 03:17:53','2022-04-12 20:57:07'),(1126,0,'2022-04-12 19:05:58','2022-04-12 19:05:58',7,586.75,0,0,586.75,1,'wc-completed',26,'2022-04-12 19:07:04','2022-04-12 20:53:10'),(1127,0,'2022-04-12 20:14:29','2022-04-12 20:14:29',7,165.89,0,20.21,145.68,1,'wc-completed',46,'2022-04-14 11:04:32','2022-04-14 16:50:31'),(1129,0,'2022-04-13 19:40:56','2022-04-13 19:40:56',13,807.44,0,464.47,342.97,1,'wc-completed',67,'2022-04-14 19:51:19','2022-04-18 15:37:36'),(1130,0,'2022-04-13 19:43:38','2022-04-13 19:43:38',15,1859.04,0,0,1859.04,1,'wc-completed',6,'2022-04-13 19:45:05','2022-04-14 16:51:09'),(1131,0,'2022-04-14 17:28:26','2022-04-14 17:28:26',15,558.28,0,0,558.28,1,'wc-completed',50,'2022-04-14 17:28:58','2022-04-18 15:40:32'),(1132,0,'2022-04-15 19:45:27','2022-04-15 19:45:27',15,690.5,0,0,690.5,1,'wc-completed',11,'2022-04-15 19:47:32','2022-04-20 15:47:28'),(1133,0,'2022-04-15 20:41:59','2022-04-15 20:41:59',10,259.46,0,31.66,227.8,1,'wc-completed',95,'2022-04-15 20:43:34','2022-04-20 15:46:37'),(1134,0,'2022-04-16 23:06:36','2022-04-16 23:06:36',18,106.74,0,29.19,77.55,1,'wc-completed',52,'2022-04-26 14:20:13','2022-04-26 17:47:20'),(1136,0,'2022-04-18 17:05:27','2022-04-18 17:05:27',10,801.27,0,62.07,739.2,1,'wc-completed',53,'2022-04-18 17:06:20','2022-04-20 15:46:06'),(1137,0,'2022-04-18 19:54:00','2022-04-18 19:54:00',10,259.46,0,31.66,227.8,1,'wc-completed',95,'2022-04-18 19:55:55','2022-04-19 21:05:24'),(1138,0,'2022-04-18 23:14:31','2022-04-18 23:14:31',20,1008.76,0,0,1008.76,1,'wc-completed',80,'2022-04-18 23:15:01','2022-04-20 15:45:16'),(1139,0,'2022-04-19 02:04:24','2022-04-19 02:04:24',11,537.46,0,47.92,489.54,1,'wc-completed',82,'2022-04-19 02:07:13','2022-04-19 16:48:23'),(1140,0,'2022-04-19 15:28:55','2022-04-19 15:28:55',5,571.58,0,0,571.58,1,'wc-completed',90,'2022-04-19 15:29:29','2022-04-19 21:09:20'),(1141,0,'2022-04-19 15:34:47','2022-04-19 15:34:47',17,1168.2,0,0,1168.2,1,'wc-completed',90,'2022-04-19 15:35:08','2022-04-19 21:07:11'),(1142,0,'2022-04-19 15:38:14','2022-04-19 15:38:14',20,1033.24,0,0,1033.24,1,'wc-completed',90,'2022-04-19 15:38:34','2022-04-19 21:06:21'),(1143,0,'2022-04-19 15:40:51','2022-04-19 15:40:51',14,529.39,0,0,529.39,1,'wc-completed',90,'2022-04-19 15:41:08','2022-04-19 21:08:25'),(1144,0,'2022-04-19 15:44:25','2022-04-19 15:44:25',5,368.28,0,32.85,335.43,1,'wc-completed',90,'2022-04-19 15:44:41','2022-04-19 21:08:52'),(1145,0,'2022-04-20 21:57:12','2022-04-20 21:57:12',2,75.47,0,12.77,62.7,1,'wc-completed',29,'2022-04-20 21:57:49','2022-04-21 16:57:16'),(1147,0,'2022-04-21 17:28:51','2022-04-21 17:28:51',3,157.72,0,20.77,136.95,1,'wc-completed',61,'2022-04-21 17:29:51','2022-04-25 17:47:54'),(1148,0,'2022-04-22 20:06:04','2022-04-22 20:06:04',6,13.64,0,13.64,0,1,'wc-completed',81,'2022-04-26 17:28:36','2022-04-26 20:37:56'),(1149,0,'2022-04-22 21:31:46','2022-04-22 21:31:46',3,242.02,0,30.82,211.2,1,'wc-completed',32,'2022-04-22 21:32:16','2022-04-25 17:50:17'),(1150,0,'2022-04-23 01:54:46','2022-04-23 01:54:46',18,998.24,0,0,998.24,0,'wc-refunded',57,'2022-04-28 15:09:23','0000-00-00 00:00:00'),(1151,0,'2022-04-24 12:19:40','2022-04-24 12:19:40',14,553.63,0,0,553.63,1,'wc-completed',50,'2022-04-24 12:20:03','2022-04-25 17:58:23'),(1152,0,'2022-04-25 00:06:33','2022-04-25 00:06:33',11,16.04,0,16.04,0,1,'wc-completed',60,'2022-04-27 19:40:28','2022-05-05 14:32:13'),(1153,0,'2022-04-25 00:45:41','2022-04-25 00:45:41',19,785.97,0,58.77,727.2,1,'wc-completed',63,'2022-04-26 21:51:34','2022-04-27 16:52:13'),(1154,0,'2022-04-25 00:46:51','2022-04-25 00:46:51',10,14.37,0,14.37,0,1,'wc-completed',63,'2022-04-26 21:50:12','2022-04-27 16:51:11'),(1155,0,'2022-04-25 11:14:49','2022-04-25 11:14:49',8,20.2,0,20.2,0,1,'wc-completed',58,'2022-04-28 17:40:16','2022-04-28 20:09:39'),(1156,0,'2022-04-25 16:54:24','2022-04-25 16:54:24',11,837.66,0,0,837.66,1,'wc-completed',11,'2022-04-25 16:56:06','2022-04-26 00:14:26'),(1157,0,'2022-04-26 12:34:31','2022-04-26 12:34:31',34,985.24,0,0,985.24,1,'wc-completed',99,'2022-04-29 14:30:05','2022-04-29 19:58:19'),(1158,0,'2022-04-26 17:55:34','2022-04-26 17:55:34',11,112.65,0,33.45,79.2,1,'wc-completed',40,'2022-05-02 20:47:40','2022-05-05 14:32:49'),(1159,0,'2022-04-27 13:58:01','2022-04-27 13:58:01',2,557.12,0,0,557.12,1,'wc-completed',90,'2022-04-27 13:58:34','2022-04-27 18:05:23'),(1160,0,'2022-04-27 14:04:34','2022-04-27 14:04:34',11,506.36,0,0,506.36,1,'wc-completed',90,'2022-04-27 14:04:55','2022-04-27 18:05:47'),(1161,0,'2022-04-27 18:39:45','2022-04-27 18:39:45',9,266.16,0,17.44,248.72,0,'wc-completed',55,'2022-04-27 18:40:58','2022-05-05 14:33:04'),(1162,0,'2022-04-28 15:34:33','2022-04-28 15:34:33',2,15.46,0,15.46,0,1,'wc-completed',54,'2022-05-09 15:05:55','2022-05-09 22:07:51'),(1164,0,'2022-04-28 17:08:00','2022-04-28 17:08:00',10,14.37,0,14.37,0,0,'wc-completed',100,'2022-05-07 17:19:28','2022-05-09 22:01:41'),(1166,1150,'2022-04-28 20:06:05','2022-04-28 20:06:05',-10,-998.24,0,0,-998.24,NULL,'wc-refunded',57,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1167,0,'2022-04-28 20:42:42','2022-04-28 20:42:42',18,998.24,0,0,998.24,0,'wc-completed',57,'2022-04-30 19:09:16','2022-05-03 19:06:35'),(1168,0,'2022-05-02 20:49:09','2022-05-02 20:49:09',2,147.48,0,14.52,132.96,1,'wc-completed',40,'2022-05-02 20:49:28','2022-05-03 19:07:44'),(1169,0,'2022-05-03 02:02:37','2022-05-03 02:02:37',9,613.94,0,32.98,580.96,0,'wc-completed',17,'2022-05-03 02:03:25','2022-05-03 19:08:16'),(1170,0,'2022-05-03 06:24:43','2022-05-03 06:24:43',21,1637.88,0,0,1637.88,1,'wc-completed',12,'2022-05-03 06:25:10','2022-05-05 14:33:57'),(1171,0,'2022-05-03 06:27:42','2022-05-03 06:27:42',11,1339.82,0,0,1339.82,1,'wc-completed',12,'2022-05-03 06:28:05','2022-05-05 14:27:54'),(1172,0,'2022-05-03 15:44:05','2022-05-03 15:44:05',19,1585.17,0,114.01,1471.16,0,'wc-completed',52,'2022-05-03 15:44:36','2022-05-05 14:26:41'),(1173,0,'2022-05-03 19:32:00','2022-05-03 19:32:00',18,473.91,0,57.99,415.92,0,'wc-completed',39,'2022-05-05 12:39:01','2022-05-09 21:59:35'),(1174,0,'2022-05-05 13:23:58','2022-05-05 13:23:58',6,538.86,0,25.02,513.84,1,'wc-completed',30,'2022-05-05 15:20:13','2022-05-09 21:16:37'),(1175,0,'2022-05-05 15:30:24','2022-05-05 15:30:24',17,511.88,0,0,511.88,0,'wc-completed',26,'2022-05-05 16:28:17','2022-05-10 14:40:05'),(1176,0,'2022-05-05 17:40:02','2022-05-05 17:40:02',19,1023.55,0,0,1023.55,1,'wc-completed',11,'2022-05-05 17:40:38','2022-05-10 14:40:36'),(1177,0,'2022-05-06 21:42:07','2022-05-06 21:42:07',16,540.48,0,0,540.48,1,'wc-completed',79,'2022-05-10 20:10:03','2022-05-11 20:35:57'),(1178,0,'2022-05-06 21:44:25','2022-05-06 21:44:25',6,540.48,0,0,540.48,0,'wc-completed',79,'2022-05-10 01:48:54','2022-05-12 19:47:59'),(1180,0,'2022-05-09 13:01:48','2022-05-09 13:01:48',12,516.21,0,47.49,468.72,0,'wc-completed',46,'2022-05-10 22:32:29','2022-05-12 19:48:17'),(1181,0,'2022-05-09 15:02:00','2022-05-09 15:02:00',20,1668.24,0,0,1668.24,1,'wc-completed',70,'2022-05-09 15:03:23','2022-05-09 22:09:25'),(1182,0,'2022-05-09 15:19:20','2022-05-09 15:19:20',15,170.25,0,38.79,131.46,0,'wc-completed',54,'2022-05-18 14:43:25','2022-05-19 14:44:51'),(1184,0,'2022-05-10 19:32:25','2022-05-10 19:32:25',12,670.47,0,0,670.47,0,'wc-completed',64,'2022-05-10 19:33:01','2022-05-11 20:36:55'),(1185,0,'2022-05-10 20:44:20','2022-05-10 20:44:20',31,3231.2,0,0,3231.2,0,'wc-completed',80,'2022-05-10 20:45:13','2022-05-11 20:35:12'),(1186,0,'2022-05-10 21:01:14','2022-05-10 21:01:14',26,1373.66,0,0,1373.66,1,'wc-completed',94,'2022-05-10 21:01:50','2022-05-11 20:33:36'),(1187,0,'2022-05-12 19:05:54','2022-05-12 19:05:54',35,1723.38,0,0,1723.38,1,'wc-completed',62,'2022-05-12 22:50:28','2022-05-16 20:00:14'),(1189,0,'2022-05-12 20:03:07','2022-05-12 20:03:07',16,1167.62,0,100.74,1066.88,1,'wc-completed',25,'2022-05-12 20:03:58','2022-05-16 17:22:37'),(1190,0,'2022-05-12 22:57:54','2022-05-12 22:57:54',6,681.76,0,0,681.76,0,'wc-completed',13,'2022-05-12 22:58:29','2022-05-16 17:25:06'),(1191,0,'2022-05-15 23:34:08','2022-05-15 23:34:08',9,561.26,0,0,561.26,0,'wc-completed',82,'2022-05-15 23:35:05','2022-05-16 20:01:22'),(1192,0,'2022-05-17 17:31:54','2022-05-17 17:31:54',2,188.83,0,30.43,158.4,1,'wc-completed',32,'2022-05-17 17:32:54','2022-05-19 14:48:26'),(1193,0,'2022-05-17 21:49:26','2022-05-17 21:49:26',17,506.91,0,0,506.91,1,'wc-completed',11,'2022-05-17 21:50:23','2022-05-19 14:46:33'),(1194,0,'2022-05-17 23:08:03','2022-05-17 23:08:03',27,2526.52,0,0,2526.52,1,'wc-completed',95,'2022-05-17 23:09:23','2022-05-19 14:43:26'),(1195,0,'2022-05-18 23:03:49','2022-05-18 23:03:49',8,16.41,0,16.41,0,1,'wc-completed',81,'2022-05-19 14:50:10','2022-05-19 20:41:32'),(1197,0,'2022-05-19 20:09:17','2022-05-19 20:09:17',20,1126.34,0,0,1126.34,1,'wc-completed',90,'2022-05-19 20:09:56','2022-05-20 19:09:51'),(1198,0,'2022-05-19 20:13:38','2022-05-19 20:13:38',14,514.84,0,0,514.84,1,'wc-completed',90,'2022-05-19 20:14:01','2022-05-20 19:11:08'),(1199,0,'2022-05-19 20:19:00','2022-05-19 20:19:00',17,1131.24,0,0,1131.24,1,'wc-completed',90,'2022-05-19 20:19:21','2022-05-20 20:59:49'),(1200,0,'2022-05-19 23:02:55','2022-05-19 23:02:55',15,560.2,0,0,560.2,1,'wc-completed',50,'2022-05-19 23:03:32','2022-05-20 19:11:38'),(1201,0,'2022-05-19 23:11:57','2022-05-19 23:11:57',4,511.84,0,0,511.84,1,'wc-completed',50,'2022-05-19 23:12:13','2022-05-20 19:13:12'),(1202,0,'2022-05-20 00:38:28','2022-05-20 00:38:28',14,505.48,0,0,505.48,1,'wc-completed',50,'2022-05-20 00:42:55','2022-05-20 19:12:58'),(1203,0,'2022-05-20 18:27:37','2022-05-20 18:27:37',21,1342.24,0,0,1342.24,0,'wc-completed',6,'2022-05-23 22:37:55','2022-05-25 16:35:30'),(1205,0,'2022-05-23 17:39:02','2022-05-23 17:39:02',15,592.75,0,0,592.75,1,'wc-completed',11,'2022-05-23 17:39:35','2022-05-24 14:25:20'),(1206,0,'2022-05-23 18:28:52','2022-05-23 18:28:52',16,714.4,0,0,714.4,0,'wc-completed',76,'2022-05-23 22:13:39','2022-05-25 16:37:12'),(1207,0,'2022-05-23 19:55:42','2022-05-23 19:55:42',14,544.6,0,0,544.6,1,'wc-completed',50,'2022-05-23 19:56:22','2022-05-25 16:36:28'),(1208,0,'2022-05-24 14:17:24','2022-05-24 14:17:24',5,391.8,0,34.92,356.88,1,'wc-completed',53,'2022-05-24 14:23:04','2022-05-25 16:33:14'),(1209,0,'2022-05-24 14:33:40','2022-05-24 14:33:40',3,233.74,0,21.58,212.16,1,'wc-completed',53,'2022-05-24 14:34:05','2022-05-25 16:33:46'),(1210,0,'2022-05-25 18:39:04','2022-05-25 18:39:04',6,673.68,0,0,673.68,1,'wc-completed',11,'2022-05-25 18:39:30','2022-06-01 17:10:58'),(1211,0,'2022-05-25 23:35:58','2022-05-25 23:35:58',22,604,0,0,604,0,'wc-completed',80,'2022-05-25 23:36:33','2022-06-01 17:10:28'),(1212,0,'2022-05-26 07:56:54','2022-05-26 07:56:54',21,1441.86,0,0,1441.86,1,'wc-completed',12,'2022-05-26 07:58:14','2022-06-01 21:54:19'),(1213,0,'2022-05-26 22:27:59','2022-05-26 22:27:59',8,327.07,0,27.57,299.5,0,'wc-completed',33,'2022-05-26 22:29:22','2022-06-01 21:52:52'),(1214,0,'2022-05-28 23:33:04','2022-05-28 23:33:04',10,32.31,0,32.31,0,1,'wc-completed',66,'2022-06-01 19:36:08','2022-06-01 21:48:48'),(1215,0,'2022-05-28 23:34:42','2022-05-28 23:34:42',10,32.31,0,32.31,0,1,'wc-completed',66,'2022-06-01 19:34:57','2022-06-01 21:48:18'),(1216,0,'2022-05-28 23:43:20','2022-05-28 23:43:20',10,32.31,0,32.31,0,1,'wc-completed',66,'2022-06-01 19:33:17','2022-06-01 21:50:07'),(1218,0,'2022-06-02 00:31:30','2022-06-02 00:31:30',13,783.48,0,0,783.48,0,'wc-completed',82,'2022-06-02 00:32:29','2022-06-07 22:09:48'),(1219,0,'2022-06-02 20:04:56','2022-06-02 20:04:56',18,951.03,0,0,951.03,1,'wc-completed',94,'2022-06-02 20:05:16','2022-06-07 13:56:36'),(1220,0,'2022-06-03 01:44:11','2022-06-03 01:44:11',18,559.68,0,0,559.68,0,'wc-completed',79,'2022-06-03 19:55:14','2022-06-07 13:54:02'),(1221,0,'2022-06-03 23:40:31','2022-06-03 23:40:31',17,906.05,0,735.61,170.44,0,'wc-completed',67,'2022-06-05 00:26:18','2022-06-07 22:11:06'),(1222,0,'2022-06-05 20:13:06','2022-06-05 20:13:06',4,544.48,0,0,544.48,1,'wc-completed',57,'2022-06-05 20:13:41','2022-06-07 16:28:47'),(1223,0,'2022-06-05 22:22:38','2022-06-05 22:22:38',21,1731.08,0,0,1731.08,1,'wc-completed',12,'2022-06-05 22:23:01','2022-06-07 13:53:01'),(1224,0,'2022-06-06 01:25:15','2022-06-06 01:25:15',1,46.97,0,15.62,31.35,0,'wc-completed',33,'2022-06-06 01:26:35','2022-06-07 22:11:43'),(1225,0,'2022-06-06 15:59:56','2022-06-06 15:59:56',13,784.39,0,0,784.39,1,'wc-completed',11,'2022-06-06 16:00:22','2022-06-07 15:34:56'),(1226,0,'2022-06-06 16:48:07','2022-06-06 16:48:07',5,435.61,0,22.23,413.38,0,'wc-completed',49,'2022-06-06 16:49:59','2022-06-07 13:51:26'),(1227,0,'2022-06-06 21:37:48','2022-06-06 21:37:48',12,109.71,0,16.21,93.5,1,'wc-completed',60,'2022-06-07 21:45:48','2022-06-09 03:20:57'),(1228,0,'2022-06-07 00:33:10','2022-06-07 00:33:10',8,337.98,0,18.66,319.32,0,'wc-completed',17,'2022-06-07 00:33:34','2022-06-07 15:29:44'),(1229,0,'2022-06-07 04:59:31','2022-06-07 04:59:31',39,667.31,0,0,667.31,0,'wc-completed',99,'2022-06-07 17:53:31','2022-06-07 22:15:19'),(1231,0,'2022-06-08 19:37:48','2022-06-08 19:37:48',12,644.18,0,0,644.18,0,'wc-completed',26,'2022-06-08 19:38:50','2022-06-09 03:22:27'),(1232,0,'2022-06-08 21:08:40','2022-06-08 21:08:40',6,595.99,0,0,595.99,1,'wc-completed',11,'2022-06-08 21:09:40','2022-06-13 21:16:51'),(1233,0,'2022-06-10 19:10:42','2022-06-10 19:10:42',26,1400.88,0,0,1400.88,0,'wc-completed',69,'2022-06-14 18:24:25','2022-06-15 18:23:03'),(1234,0,'2022-06-10 19:50:51','2022-06-10 19:50:51',14,634.17,0,118.71,515.46,1,'wc-completed',25,'2022-06-10 19:52:18','2022-06-13 14:40:41'),(1235,0,'2022-06-10 20:11:37','2022-06-10 20:11:37',41,1299.93,0,0,1299.93,1,'wc-completed',94,'2022-06-10 20:11:59','2022-06-13 14:36:49'),(1236,0,'2022-06-11 00:17:36','2022-06-11 00:17:36',3,272.16,0,34.56,237.6,1,'wc-completed',32,'2022-06-11 00:19:48','2022-06-13 14:35:15'),(1237,0,'2022-06-11 18:57:27','2022-06-11 18:57:27',19,507.68,0,0,507.68,0,'wc-completed',80,'2022-06-11 18:57:51','2022-06-13 18:00:14'),(1238,0,'2022-06-11 20:20:21','2022-06-11 20:20:21',11,81.97,0,15.49,66.48,1,'wc-completed',57,'2022-06-14 00:27:28','2022-06-15 18:38:44'),(1239,0,'2022-06-13 15:32:34','2022-06-13 15:32:34',2,408.73,0,18.33,390.4,0,'wc-completed',17,'2022-06-13 15:33:05','2022-06-13 17:58:50'),(1240,0,'2022-06-13 16:09:03','2022-06-13 16:09:03',4,104.51,0,13.39,91.12,1,'wc-completed',70,'2022-06-13 16:12:15','2022-06-13 17:59:25'),(1242,0,'2022-06-13 18:32:09','2022-06-13 18:32:09',18,548.86,0,0,548.86,0,'wc-completed',80,'2022-06-13 18:32:31','2022-06-13 21:26:14'),(1243,0,'2022-06-13 23:54:40','2022-06-13 23:54:40',3,245.04,0,20.16,224.88,1,'wc-completed',81,'2022-06-13 23:55:20','2022-06-14 14:07:27'),(1244,0,'2022-06-14 10:57:36','2022-06-14 10:57:36',10,17.15,0,17.15,0,0,'wc-completed',58,'2022-06-15 18:28:28','2022-06-16 01:36:59'),(1245,0,'2022-06-14 23:00:24','2022-06-14 23:00:24',2,56.72,0,11.16,45.56,0,'wc-completed',29,'2022-06-14 23:01:35','2022-06-15 18:18:31'),(1246,0,'2022-06-15 15:17:57','2022-06-15 15:17:57',15,1022.62,0,0,1022.62,0,'wc-completed',64,'2022-06-15 15:25:55','2022-06-15 18:13:24'),(1248,0,'2022-06-16 20:14:04','2022-06-16 20:14:04',19,766.66,0,0,766.66,1,'wc-completed',12,'2022-06-16 20:14:33','2022-06-20 14:42:19'),(1249,0,'2022-06-17 00:29:44','2022-06-17 00:29:44',33,1614.31,0,0,1614.31,1,'wc-completed',62,'2022-06-18 00:42:34','2022-06-20 18:15:10'),(1250,0,'2022-06-17 14:23:20','2022-06-17 14:23:20',18,690.58,0,0,690.58,1,'wc-completed',90,'2022-06-17 14:23:52','2022-06-17 18:47:08'),(1251,0,'2022-06-17 14:26:31','2022-06-17 14:26:31',16,828.44,0,0,828.44,1,'wc-completed',90,'2022-06-17 14:26:52','2022-06-17 18:42:13'),(1252,0,'2022-06-17 14:40:11','2022-06-17 14:40:11',5,517.12,0,0,517.12,1,'wc-completed',90,'2022-06-17 14:40:35','2022-06-17 18:47:50'),(1253,0,'2022-06-17 14:42:33','2022-06-17 14:42:33',5,517.12,0,0,517.12,1,'wc-completed',90,'2022-06-17 14:42:50','2022-06-17 18:48:36'),(1254,0,'2022-06-19 17:12:49','2022-06-19 17:12:49',8,16.44,0,16.44,0,0,'wc-completed',58,'2022-06-21 22:57:37','2022-06-23 01:57:13'),(1255,0,'2022-06-20 01:48:50','2022-06-20 01:48:50',5,21.86,0,21.86,0,0,'wc-completed',86,'2022-06-20 20:16:10','2022-06-23 02:04:16'),(1256,0,'2022-06-20 01:50:29','2022-06-20 01:50:29',6,23.04,0,23.04,0,1,'wc-completed',86,'2022-06-20 20:14:44','2022-06-23 02:03:40'),(1257,0,'2022-06-20 14:00:10','2022-06-20 14:00:10',8,304.12,0,29.56,274.56,0,'wc-completed',46,'2022-06-21 17:31:25','2022-06-23 01:59:59'),(1258,0,'2022-06-21 04:08:00','2022-06-21 04:08:00',21,1202.37,0,0,1202.37,1,'wc-completed',94,'2022-06-21 04:08:29','2022-06-28 18:41:28'),(1259,0,'2022-06-21 21:27:20','2022-06-21 21:27:20',17,570.24,0,0,570.24,0,'wc-completed',96,'2022-06-21 21:59:40','2022-06-23 01:57:55'),(1261,0,'2022-06-23 22:54:17','2022-06-23 22:54:17',21,1196.18,0,0,1196.18,1,'wc-completed',11,'2022-06-23 22:54:47','2022-06-28 18:40:28'),(1262,0,'2022-06-24 13:07:07','2022-06-24 13:07:07',10,14.58,0,14.58,0,0,'wc-completed',100,'2022-06-27 19:42:32','2022-06-28 14:32:57'),(1263,0,'2022-06-25 15:16:56','2022-06-25 15:16:56',5,11.57,0,11.57,0,0,'wc-completed',14,'2022-06-27 16:44:33','2022-06-28 14:36:18'),(1264,0,'2022-06-25 18:45:45','2022-06-25 18:45:45',2,188.89,0,30.49,158.4,1,'wc-completed',25,'2022-06-25 18:46:11','2022-06-28 14:38:24'),(1265,0,'2022-06-26 14:02:02','2022-06-26 14:02:02',13,220.69,0,87.73,132.96,0,'wc-completed',39,'2022-07-01 14:37:47','2022-07-05 17:13:53'),(1266,0,'2022-06-27 17:24:54','2022-06-27 17:24:54',77,2807.01,0,0,2807.01,0,'wc-completed',52,'2022-06-28 17:37:28','2022-06-29 17:51:46'),(1267,0,'2022-06-27 18:16:10','2022-06-27 18:16:10',4,523.36,0,0,523.36,0,'wc-completed',13,'2022-06-27 18:16:42','2022-06-28 18:38:53'),(1268,0,'2022-06-27 18:17:14','2022-06-27 18:17:14',3,392.53,0,23.41,369.12,1,'wc-completed',70,'2022-06-27 19:20:41','2022-06-28 14:33:53'),(1269,0,'2022-06-27 18:22:40','2022-06-27 18:22:40',32,2915.61,0,0,2915.61,1,'wc-completed',95,'2022-06-27 18:24:27','2022-06-28 14:35:34'),(1270,0,'2022-06-27 18:24:48','2022-06-27 18:24:48',7,439.16,0,37.16,402,1,'wc-completed',30,'2022-06-28 18:50:38','2022-06-29 17:52:54'),(1271,0,'2022-06-29 22:40:42','2022-06-29 22:40:42',9,1450.62,0,516.91,933.71,0,'wc-completed',67,'2022-06-29 22:42:08','2022-07-05 16:50:02'),(1272,0,'2022-06-29 22:43:32','2022-06-29 22:43:32',12,25.81,0,25.81,0,0,'wc-completed',54,'2022-07-03 01:38:25','2022-07-05 17:30:40'),(1273,0,'2022-06-30 14:49:26','2022-06-30 14:49:26',25,1430.08,0,0,1430.08,0,'wc-completed',6,'2022-06-30 20:19:08','2022-07-12 19:31:59'),(1275,0,'2022-07-01 01:01:25','2022-07-01 01:01:25',15,560.2,0,0,560.2,0,'wc-completed',80,'2022-07-01 01:02:13','2022-07-05 17:12:55'),(1276,0,'2022-07-01 16:51:19','2022-07-01 16:51:19',2,58.24,0,12.68,45.56,0,'wc-completed',33,'2022-07-01 16:54:05','2022-07-05 17:17:19'),(1278,0,'2022-07-05 18:22:11','2022-07-05 18:22:11',3,219.31,0,19.87,199.44,1,'wc-completed',95,'2022-07-05 18:23:51','2022-07-05 21:25:11'),(1279,0,'2022-07-05 18:41:47','2022-07-05 18:41:47',6,786.4,0,0,786.4,1,'wc-completed',11,'2022-07-05 18:43:58','2022-07-05 21:25:41'),(1280,0,'2022-07-05 20:32:36','2022-07-05 20:32:36',24,957.29,0,0,957.29,1,'wc-completed',94,'2022-07-05 20:33:09','2022-07-06 17:12:27'),(1281,0,'2022-07-06 03:30:49','2022-07-06 03:30:49',6,12.55,0,12.55,0,0,'wc-completed',41,'2022-07-19 00:54:00','2022-07-19 20:31:10'),(1282,0,'2022-07-06 16:42:18','2022-07-06 16:42:18',6,510.96,0,0,510.96,0,'wc-completed',43,'2022-07-06 17:12:04','2022-07-07 19:41:06'),(1283,0,'2022-07-07 19:30:21','2022-07-07 19:30:21',17,782.83,0,0,782.83,1,'wc-completed',11,'2022-07-07 19:30:46','2022-07-08 20:09:02'),(1284,0,'2022-07-07 21:52:27','2022-07-07 21:52:27',5,591.04,0,0,591.04,0,'wc-cancelled',13,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1285,0,'2022-07-08 12:55:52','2022-07-08 12:55:52',16,628.96,0,0,628.96,0,'wc-refunded',79,'2022-07-11 22:08:48','0000-00-00 00:00:00'),(1286,0,'2022-07-08 14:45:42','2022-07-08 14:45:42',9,502.24,0,0,502.24,1,'wc-completed',57,'2022-07-09 23:31:28','2022-07-11 20:40:07'),(1288,0,'2022-07-08 20:35:57','2022-07-08 20:35:57',10,179.82,0,15.32,164.5,0,'wc-completed',29,'2022-07-08 20:37:21','2022-07-11 20:43:21'),(1289,0,'2022-07-08 22:03:38','2022-07-08 22:03:38',11,1312,0,0,1312,1,'wc-completed',12,'2022-07-08 22:06:05','2022-07-11 20:42:27'),(1290,0,'2022-07-10 02:35:38','2022-07-10 02:35:38',20,677.44,0,0,677.44,0,'wc-completed',76,'2022-07-13 16:48:59','2022-07-14 19:50:50'),(1291,0,'2022-07-10 19:31:51','2022-07-10 19:31:51',22,1488.52,0,0,1488.52,0,'wc-cancelled',64,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1292,0,'2022-07-10 19:39:48','2022-07-10 19:39:48',22,1488.52,0,0,1488.52,0,'wc-completed',64,'2022-07-10 19:43:57','2022-07-12 19:30:38'),(1293,0,'2022-07-10 19:47:39','2022-07-10 19:47:39',11,39.91,0,39.91,0,1,'wc-completed',66,'2022-07-21 16:23:18','2022-07-22 15:04:26'),(1294,0,'2022-07-10 19:49:21','2022-07-10 19:49:21',10,32.37,0,32.37,0,1,'wc-completed',66,'2022-07-21 16:22:17','2022-07-22 15:03:15'),(1295,0,'2022-07-10 19:50:08','2022-07-10 19:50:08',10,32.37,0,32.37,0,1,'wc-completed',66,'2022-07-21 16:20:39','2022-07-22 15:04:38'),(1296,0,'2022-07-11 16:39:21','2022-07-11 16:39:21',10,22.74,0,22.74,0,0,'wc-completed',58,'2022-07-11 22:57:26','2022-07-18 14:11:35'),(1297,1285,'2022-07-12 17:28:28','2022-07-12 17:28:28',-16,-628.96,0,0,-628.96,NULL,'wc-refunded',79,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1298,0,'2022-07-12 21:35:51','2022-07-12 21:35:51',12,924.73,0,64.33,860.4,1,'wc-completed',53,'2022-07-12 21:36:22','2022-07-13 16:05:41'),(1299,0,'2022-07-13 06:46:15','2022-07-13 06:46:15',20,732.7,0,0,732.7,0,'wc-completed',80,'2022-07-13 06:46:34','2022-07-13 15:58:25'),(1300,0,'2022-07-13 13:39:37','2022-07-13 13:39:37',16,628.96,0,0,628.96,1,'wc-completed',79,'2022-07-13 16:24:39','2022-07-14 19:52:56'),(1301,0,'2022-07-13 14:10:11','2022-07-13 14:10:11',8,438.8,0,21.85,416.95,0,'wc-completed',17,'2022-07-13 14:11:16','2022-07-13 19:30:09'),(1302,0,'2022-07-13 21:48:41','2022-07-13 21:48:41',10,13.77,0,13.77,0,0,'wc-completed',60,'2022-07-16 11:37:03','2022-07-19 13:52:22'),(1303,0,'2022-07-13 21:50:05','2022-07-13 21:50:05',10,13.77,0,13.77,0,1,'wc-completed',60,'2022-07-16 11:36:15','2022-07-19 13:47:59'),(1304,0,'2022-07-13 23:56:29','2022-07-13 23:56:29',7,166.1,0,20.42,145.68,0,'wc-completed',46,'2022-07-14 20:23:33','2022-07-15 21:06:11'),(1305,0,'2022-07-14 15:28:48','2022-07-14 15:28:48',18,1268.95,0,0,1268.95,0,'wc-completed',64,'2022-07-14 15:30:19','2022-07-15 21:11:48'),(1306,0,'2022-07-14 18:53:27','2022-07-14 18:53:27',12,248.29,0,24.61,223.68,1,'wc-completed',63,'2022-07-14 19:52:11','2022-07-18 14:14:07'),(1307,0,'2022-07-15 01:16:57','2022-07-15 01:16:57',15,874.4,0,0,874.4,0,'wc-completed',82,'2022-07-15 01:18:47','2022-07-15 21:02:12'),(1308,0,'2022-07-15 17:04:05','2022-07-15 17:04:05',9,297.66,0,67.76,229.9,1,'wc-completed',32,'2022-07-15 22:03:08','2022-07-18 16:28:03'),(1310,0,'2022-07-15 19:25:12','2022-07-15 19:25:12',15,759.8,0,0,759.8,1,'wc-completed',90,'2022-07-15 19:25:42','2022-07-18 13:20:35'),(1311,0,'2022-07-15 19:56:45','2022-07-15 19:56:45',34,2000.24,0,0,2000.24,1,'wc-completed',90,'2022-07-15 19:57:15','2022-07-18 16:29:14'),(1312,0,'2022-07-15 20:12:18','2022-07-15 20:12:18',14,717.56,0,0,717.56,1,'wc-completed',90,'2022-07-15 20:12:54','2022-07-18 16:29:41'),(1313,0,'2022-07-15 20:23:35','2022-07-15 20:23:35',17,1134.48,0,0,1134.48,0,'wc-cancelled',69,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1314,0,'2022-07-16 19:48:48','2022-07-16 19:48:48',6,13.78,0,13.78,0,1,'wc-completed',81,'2022-07-18 13:21:52','2022-07-19 13:51:45'),(1315,0,'2022-07-16 21:58:40','2022-07-16 21:58:40',22,1266.46,0,0,1266.46,0,'wc-completed',49,'2022-07-16 22:01:47','2022-07-21 15:16:22'),(1316,0,'2022-07-17 02:37:21','2022-07-17 02:37:21',29,1634.64,0,0,1634.64,0,'wc-cancelled',99,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1317,0,'2022-07-18 03:58:59','2022-07-18 03:58:59',6,527.76,0,0,527.76,0,'wc-completed',13,'2022-07-18 03:59:28','2022-07-19 13:50:53'),(1319,0,'2022-07-18 17:35:18','2022-07-18 17:35:18',5,539.52,0,0,539.52,1,'wc-completed',11,'2022-07-18 17:36:13','2022-07-19 13:45:49'),(1320,0,'2022-07-19 01:20:40','2022-07-19 01:20:40',25,1849.72,0,0,1849.72,0,'wc-completed',99,'2022-07-19 01:21:11','2022-07-19 20:48:58'),(1321,0,'2022-07-20 02:46:25','2022-07-20 02:46:25',13,1216.21,0,0,1216.21,1,'wc-completed',94,'2022-07-20 03:15:14','2022-07-20 16:53:19'),(1322,0,'2022-07-20 18:06:12','2022-07-20 18:06:12',6,574.1,0,0,574.1,0,'wc-completed',26,'2022-07-20 18:13:07','2022-07-20 20:17:59'),(1324,0,'2022-07-20 21:06:21','2022-07-20 21:06:21',29,1555.12,0,0,1555.12,1,'wc-completed',95,'2022-07-20 21:19:40','2022-07-21 14:52:11'),(1326,0,'2022-07-21 21:51:48','2022-07-21 21:51:48',13,569.06,0,0,569.06,1,'wc-completed',90,'2022-07-21 21:52:19','2022-07-22 15:02:39'),(1327,0,'2022-07-21 22:34:03','2022-07-21 22:34:03',13,522.08,0,0,522.08,1,'wc-completed',25,'2022-07-21 22:35:09','2022-07-22 15:03:18'),(1328,0,'2022-07-21 22:45:04','2022-07-21 22:45:04',3,502.24,0,0,502.24,0,'wc-completed',49,'2022-07-21 22:46:08','2022-07-22 15:02:05'),(1329,0,'2022-07-22 16:26:11','2022-07-22 16:26:11',27,1440.82,0,0,1440.82,1,'wc-completed',62,'2022-07-22 16:26:41','2022-07-25 18:58:07'),(1330,0,'2022-07-22 19:53:32','2022-07-22 19:53:32',4,523.36,0,0,523.36,1,'wc-completed',57,'2022-07-22 19:54:05','2022-07-29 16:52:37'),(1331,0,'2022-07-24 15:02:19','2022-07-24 15:02:19',6,245.74,0,24.61,221.13,0,'wc-completed',33,'2022-07-24 15:03:00','2022-07-25 18:56:18'),(1332,0,'2022-07-25 14:19:28','2022-07-25 14:19:28',4,281.72,0,15.8,265.92,0,'wc-completed',55,'2022-07-25 14:21:11','2022-07-28 14:24:03'),(1333,0,'2022-07-25 17:21:54','2022-07-25 17:21:54',18,554.19,0,59.07,495.12,0,'wc-cancelled',39,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1336,0,'2022-07-26 21:30:27','2022-07-26 21:30:27',26,942.62,0,0,942.62,1,'wc-cancelled',12,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1337,0,'2022-07-26 21:31:17','2022-07-26 21:31:17',30,683.4,0,0,683.4,0,'wc-completed',80,'2022-07-26 21:31:39','2022-07-28 14:14:26'),(1338,0,'2022-07-26 21:32:10','2022-07-26 21:32:10',26,942.62,0,0,942.62,1,'wc-completed',12,'2022-07-26 21:32:50','2022-07-27 21:14:38'),(1339,0,'2022-07-27 15:21:13','2022-07-27 15:21:13',6,609.12,0,0,609.12,0,'wc-cancelled',97,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1341,0,'2022-07-27 16:46:34','2022-07-27 16:46:34',16,593.72,0,0,593.72,0,'wc-completed',39,'2022-07-27 16:47:06','2022-07-27 21:05:57'),(1342,0,'2022-07-27 18:04:57','2022-07-27 18:04:57',21,753.68,0,0,753.68,0,'wc-cancelled',69,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1344,0,'2022-07-27 20:00:28','2022-07-27 20:00:28',25,1089.44,0,0,1089.44,0,'wc-completed',69,'2022-07-28 12:59:26','2022-07-28 16:32:06'),(1345,0,'2022-07-27 20:30:02','2022-07-27 20:30:02',13,171.11,0,19.31,151.8,1,'wc-completed',81,'2022-07-27 20:30:25','2022-07-28 16:31:22'),(1346,0,'2022-07-28 01:56:25','2022-07-28 01:56:25',8,16.31,0,16.31,0,1,'wc-completed',81,'2022-07-28 14:43:54','2022-07-29 16:51:38'),(1349,0,'2022-07-28 19:33:39','2022-07-28 19:33:39',5,443.83,0,20.71,423.12,1,'wc-completed',63,'2022-07-28 19:34:05','2022-07-29 16:49:48'),(1350,0,'2022-07-29 05:57:19','2022-07-29 05:57:19',22,1056.64,0,0,1056.64,0,'wc-completed',96,'2022-07-29 17:07:21','2022-08-01 13:13:41'),(1351,0,'2022-07-29 18:07:30','2022-07-29 18:07:30',17,760.51,0,0,760.51,1,'wc-completed',11,'2022-07-29 18:07:56','2022-08-01 16:29:03'),(1352,0,'2022-07-29 18:20:59','2022-07-29 18:20:59',12,547.83,0,0,547.83,1,'wc-completed',11,'2022-07-29 18:21:22','2022-08-01 13:17:57'),(1353,0,'2022-07-29 20:03:18','2022-07-29 20:03:18',27,1428.62,0,0,1428.62,1,'wc-completed',94,'2022-07-29 20:03:45','2022-08-11 16:51:19'),(1354,0,'2022-07-30 03:27:48','2022-07-30 03:27:48',18,1511.32,0,694.47,816.85,0,'wc-completed',67,'2022-08-01 18:18:20','2022-08-02 15:02:28'),(1355,0,'2022-07-30 21:24:46','2022-07-30 21:24:46',10,644.79,0,0,644.79,1,'wc-completed',30,'2022-08-01 15:11:51','2022-08-02 15:06:33'),(1356,0,'2022-08-01 00:15:33','2022-08-01 00:15:33',15,696.28,0,0,696.28,0,'wc-completed',82,'2022-08-01 00:16:36','2022-08-02 15:08:15'),(1357,0,'2022-08-01 18:40:11','2022-08-01 18:40:11',12,618.2,0,0,618.2,1,'wc-completed',50,'2022-08-01 18:40:44','2022-08-02 15:05:04'),(1358,0,'2022-08-01 18:48:50','2022-08-01 18:48:50',17,692.2,0,0,692.2,1,'wc-completed',50,'2022-08-01 18:49:09','2022-08-11 16:47:55'),(1359,0,'2022-08-01 20:13:09','2022-08-01 20:13:09',15,560.2,0,0,560.2,1,'wc-completed',50,'2022-08-01 20:15:32','2022-08-03 17:48:31'),(1360,0,'2022-08-01 20:54:35','2022-08-01 20:54:35',12,711,0,0,711,0,'wc-completed',17,'2022-08-01 20:55:21','2022-08-03 17:43:06'),(1361,0,'2022-08-02 19:55:45','2022-08-02 19:55:45',16,1028.02,0,641.63,386.39,0,'wc-completed',67,'2022-08-08 21:55:45','2022-08-09 20:19:55'),(1362,0,'2022-08-03 11:53:34','2022-08-03 11:53:34',9,528,0,0,528,1,'wc-completed',79,'2022-08-03 11:54:00','2022-08-05 17:11:56'),(1365,0,'2022-08-04 18:01:43','2022-08-04 18:01:43',32,907.08,0,0,907.08,0,'wc-completed',80,'2022-08-04 18:02:20','2022-08-11 16:47:15'),(1366,0,'2022-08-05 15:24:25','2022-08-05 15:24:25',3,257.81,0,20.21,237.6,1,'wc-completed',81,'2022-08-05 15:25:10','2022-08-08 21:41:19'),(1367,0,'2022-08-06 18:55:46','2022-08-06 18:55:46',11,1196.8,0,0,1196.8,1,'wc-completed',12,'2022-08-06 18:56:11','2022-08-08 21:30:48'),(1368,0,'2022-08-07 18:31:54','2022-08-07 18:31:54',12,560.24,0,0,560.24,1,'wc-completed',25,'2022-08-07 18:33:05','2022-08-08 21:13:22'),(1369,0,'2022-08-09 13:42:13','2022-08-09 13:42:13',6,106.39,0,21.91,84.48,0,'wc-completed',86,'2022-08-09 21:00:08','2022-08-10 23:05:24'),(1370,0,'2022-08-09 15:25:16','2022-08-09 15:25:16',21,1517.36,0,0,1517.36,0,'wc-completed',6,'2022-08-09 17:20:27','2022-08-09 20:56:25'),(1371,0,'2022-08-09 16:11:11','2022-08-09 16:11:11',16,1295.92,0,0,1295.92,1,'wc-completed',70,'2022-08-09 16:12:14','2022-08-09 20:09:07'),(1372,0,'2022-08-09 19:08:43','2022-08-09 19:08:43',14,848.79,0,0,848.79,0,'wc-completed',64,'2022-08-09 19:10:35','2022-08-10 16:30:56'),(1373,0,'2022-08-10 02:21:05','2022-08-10 02:21:05',29,1453.52,0,0,1453.52,1,'wc-completed',94,'2022-08-10 02:21:35','2022-08-10 23:02:48'),(1374,0,'2022-08-10 16:18:03','2022-08-10 16:18:03',11,506.36,0,0,506.36,1,'wc-completed',50,'2022-08-10 16:18:28','2022-08-10 23:00:39'),(1375,0,'2022-08-10 16:23:31','2022-08-10 16:23:31',13,567.64,0,0,567.64,1,'wc-completed',50,'2022-08-10 16:23:46','2022-08-10 23:00:12'),(1376,0,'2022-08-10 16:33:39','2022-08-10 16:33:39',8,509.43,0,0,509.43,0,'wc-completed',29,'2022-08-10 16:34:27','2022-08-10 22:59:29'),(1378,0,'2022-08-11 15:13:49','2022-08-11 15:13:49',9,289.16,0,27.32,261.84,0,'wc-completed',46,'2022-08-11 16:52:38','2022-08-15 14:42:51'),(1379,0,'2022-08-11 17:13:54','2022-08-11 17:13:54',6,186.86,0,24.47,162.39,1,'wc-completed',70,'2022-08-11 17:21:16','2022-08-15 14:43:29'),(1380,0,'2022-08-12 16:44:50','2022-08-12 16:44:50',8,764.08,0,0,764.08,1,'wc-completed',11,'2022-08-12 16:45:28','2022-08-15 14:39:31'),(1381,0,'2022-08-12 17:28:31','2022-08-12 17:28:31',5,635.2,0,0,635.2,1,'wc-cancelled',57,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1382,0,'2022-08-12 17:29:52','2022-08-12 17:29:52',15,635.2,0,0,635.2,1,'wc-completed',57,'2022-08-15 14:52:43','2022-08-15 19:59:02'),(1383,0,'2022-08-13 16:07:07','2022-08-13 16:07:07',28,636.25,0,0,636.25,1,'wc-completed',69,'2022-08-16 20:51:49','2022-08-17 19:00:40'),(1384,0,'2022-08-15 19:55:24','2022-08-15 19:55:24',13,502.24,0,0,502.24,1,'wc-completed',79,'2022-08-16 01:46:14','2022-08-16 17:13:21'),(1385,0,'2022-08-16 14:39:17','2022-08-16 14:39:17',21,948.34,0,0,948.34,1,'wc-completed',11,'2022-08-16 14:40:05','2022-08-17 16:26:53'),(1386,0,'2022-08-17 04:32:54','2022-08-17 04:32:54',16,566.65,0,0,566.65,0,'wc-completed',82,'2022-08-17 04:34:34','2022-08-17 18:59:34'),(1387,0,'2022-08-17 17:16:03','2022-08-17 17:16:03',9,756.7,0,0,756.7,1,'wc-completed',11,'2022-08-17 17:16:36','2022-08-18 21:10:07'),(1388,0,'2022-08-17 18:09:06','2022-08-17 18:09:06',12,532.32,0,0,532.32,0,'wc-completed',26,'2022-08-17 18:09:45','2022-08-18 21:09:30'),(1389,0,'2022-08-18 16:18:14','2022-08-18 16:18:14',32,907.08,0,0,907.08,0,'wc-completed',80,'2022-08-18 16:18:41','2022-08-18 21:11:58'),(1391,0,'2022-08-18 22:28:09','2022-08-18 22:28:09',11,16,0,16,0,0,'wc-completed',60,'2022-08-26 00:45:30','2022-08-29 18:30:37'),(1392,0,'2022-08-19 18:00:05','2022-08-19 18:00:05',36,1954.12,0,0,1954.12,1,'wc-completed',12,'2022-08-19 18:00:37','2022-08-22 21:05:10'),(1393,0,'2022-08-19 20:36:54','2022-08-19 20:36:54',15,814.64,0,0,814.64,0,'wc-completed',13,'2022-08-22 14:50:37','2022-08-22 20:59:16'),(1394,0,'2022-08-19 22:18:24','2022-08-19 22:18:24',10,14.3,0,14.3,0,0,'wc-completed',100,'2022-08-24 01:39:47','2022-08-24 17:31:23'),(1395,0,'2022-08-21 22:08:54','2022-08-21 22:08:54',14,1056.57,0,0,1056.57,0,'wc-completed',64,'2022-08-21 22:09:48','2022-08-22 20:58:34'),(1396,0,'2022-08-22 15:02:40','2022-08-22 15:02:40',1,128.3,0,16.46,111.84,1,'wc-completed',81,'2022-08-22 15:03:01','2022-08-22 21:01:13'),(1397,0,'2022-08-22 15:09:32','2022-08-22 15:09:32',16,909.56,0,0,909.56,1,'wc-completed',90,'2022-08-22 15:10:43','2022-08-22 20:57:57'),(1398,0,'2022-08-22 15:15:48','2022-08-22 15:15:48',20,994.18,0,0,994.18,1,'wc-refunded',90,'2022-08-22 15:16:07','0000-00-00 00:00:00'),(1399,0,'2022-08-22 15:18:50','2022-08-22 15:18:50',26,1338.8,0,0,1338.8,1,'wc-completed',90,'2022-08-22 15:19:07','2022-08-24 17:35:11'),(1400,0,'2022-08-22 15:24:20','2022-08-22 15:24:20',15,810.44,0,0,810.44,1,'wc-completed',90,'2022-08-22 15:24:44','2022-08-22 21:04:29'),(1401,0,'2022-08-22 16:13:26','2022-08-22 16:13:26',6,152.14,0,15.46,136.68,0,'wc-cancelled',49,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1402,0,'2022-08-22 16:15:43','2022-08-22 16:15:43',6,152.14,0,15.46,136.68,0,'wc-completed',49,'2022-08-22 16:16:59','2022-08-22 21:02:40'),(1403,0,'2022-08-22 20:14:25','2022-08-22 20:14:25',20,808.9,0,0,808.9,1,'wc-completed',90,'2022-08-22 20:14:48','2022-08-22 21:06:41'),(1405,1398,'2022-08-22 20:21:08','2022-08-22 20:21:08',-20,-994.18,0,0,-994.18,NULL,'wc-refunded',90,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1406,0,'2022-08-22 21:51:57','2022-08-22 21:51:57',10,14.3,0,14.3,0,1,'wc-completed',63,'2022-08-23 19:24:52','2022-08-24 17:33:31'),(1407,0,'2022-08-23 14:45:07','2022-08-23 14:45:07',21,1637.04,0,0,1637.04,1,'wc-completed',70,'2022-08-23 14:45:47','2022-08-24 17:34:56'),(1408,0,'2022-08-23 21:12:09','2022-08-23 21:12:09',3,271.65,0,34.05,237.6,1,'wc-completed',32,'2022-08-23 21:12:36','2022-08-24 17:32:45'),(1409,0,'2022-08-23 23:13:23','2022-08-23 23:13:23',20,1111.67,0,0,1111.67,1,'wc-completed',94,'2022-08-23 23:13:48','2022-08-24 17:29:47'),(1410,0,'2022-08-24 15:25:09','2022-08-24 15:25:09',2,102.83,0,18.35,84.48,0,'wc-completed',86,'2022-08-24 15:25:32','2022-08-24 17:27:34'),(1411,0,'2022-08-25 17:13:19','2022-08-25 17:13:19',3,256.58,0,18.98,237.6,1,'wc-completed',63,'2022-08-25 17:13:48','2022-08-25 21:02:34'),(1412,0,'2022-08-25 17:23:53','2022-08-25 17:23:53',12,18.67,0,18.67,0,1,'wc-completed',60,'2022-08-26 00:46:08','2022-08-26 20:25:19'),(1414,0,'2022-08-25 22:49:58','2022-08-25 22:49:58',4,165.35,0,17.81,147.54,0,'wc-completed',33,'2022-08-25 22:50:38','2022-08-26 20:24:26'),(1416,0,'2022-08-26 21:42:16','2022-08-26 21:42:16',53,3419.45,0,0,3419.45,1,'wc-completed',95,'2022-08-26 21:44:08','2022-08-30 17:43:24'),(1417,0,'2022-08-28 01:23:36','2022-08-28 01:23:36',8,475.08,0,27.32,447.76,0,'wc-completed',82,'2022-08-28 01:23:56','2022-08-30 15:51:28'),(1418,0,'2022-08-29 03:49:43','2022-08-29 03:49:43',20,686.72,0,0,686.72,0,'wc-completed',76,'2022-08-31 20:02:12','2022-09-01 17:03:22'),(1419,0,'2022-08-29 15:21:10','2022-08-29 15:21:10',10,742.32,0,0,742.32,1,'wc-completed',69,'2022-08-29 15:26:03','2022-08-30 15:45:25'),(1420,0,'2022-08-29 16:36:58','2022-08-29 16:36:58',26,942.72,0,0,942.72,1,'wc-completed',53,'2022-09-21 16:47:56','2022-09-22 14:29:13'),(1421,0,'2022-08-29 23:07:09','2022-08-29 23:07:09',9,19.12,0,19.12,0,1,'wc-completed',81,'2022-08-31 15:15:44','2022-09-01 17:05:36'),(1422,0,'2022-08-30 01:50:37','2022-08-30 01:50:37',21,817.92,0,0,817.92,0,'wc-completed',85,'2022-09-01 02:16:15','2022-09-01 18:32:41'),(1423,0,'2022-08-30 15:49:17','2022-08-30 15:49:17',11,506.28,0,0,506.28,1,'wc-completed',50,'2022-08-30 15:49:38','2022-08-30 17:46:06'),(1424,0,'2022-08-30 15:58:39','2022-08-30 15:58:39',5,544.48,0,0,544.48,1,'wc-completed',50,'2022-08-30 15:58:56','2022-08-30 17:44:36'),(1425,0,'2022-08-30 19:36:53','2022-08-30 19:36:53',10,561.42,0,0,561.42,1,'wc-completed',11,'2022-08-30 19:37:18','2022-08-31 17:51:38'),(1426,0,'2022-08-30 20:04:42','2022-08-30 20:04:42',6,11.71,0,11.71,0,0,'wc-completed',14,'2022-08-31 21:12:54','2022-09-01 17:01:56'),(1427,0,'2022-08-31 14:14:05','2022-08-31 14:14:05',11,523.36,0,0,523.36,1,'wc-completed',57,'2022-08-31 20:51:33','2022-09-01 16:59:40'),(1428,0,'2022-08-31 20:27:46','2022-08-31 20:27:46',17,892.64,0,0,892.64,0,'wc-cancelled',52,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1429,0,'2022-08-31 22:17:13','2022-08-31 22:17:13',14,538.12,0,0,538.12,1,'wc-completed',11,'2022-08-31 22:17:37','2022-09-01 18:33:42'),(1430,0,'2022-09-01 11:30:16','2022-09-01 11:30:16',16,714.72,0,0,714.72,1,'wc-completed',97,'2022-09-02 01:15:26','2022-09-02 20:58:13'),(1431,0,'2022-09-01 12:40:02','2022-09-01 12:40:02',8,571.2,0,0,571.2,0,'wc-completed',42,'2022-09-01 12:46:52','2022-09-02 21:06:16'),(1434,0,'2022-09-01 18:51:42','2022-09-01 18:51:42',12,963.04,0,0,963.04,0,'wc-completed',52,'2022-09-01 18:52:18','2022-09-02 21:02:56'),(1435,0,'2022-09-01 20:09:40','2022-09-01 20:09:40',15,1176.65,0,0,1176.65,0,'wc-completed',17,'2022-09-01 20:10:21','2022-09-02 20:56:47'),(1436,0,'2022-09-02 16:24:34','2022-09-02 16:24:34',7,578.4,0,0,578.4,1,'wc-completed',79,'2022-09-02 16:24:56','2022-09-06 17:17:40'),(1437,0,'2022-09-03 15:13:44','2022-09-03 15:13:44',39,2713.88,0,0,2713.88,0,'wc-completed',80,'2022-09-03 15:14:14','2022-09-06 21:52:41'),(1439,0,'2022-09-04 23:09:45','2022-09-04 23:09:45',17,491.22,0,66.9,424.32,1,'wc-cancelled',53,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1441,0,'2022-09-06 20:09:46','2022-09-06 20:09:46',10,14.37,0,14.37,0,0,'wc-completed',41,'2022-09-27 16:41:55','2022-10-10 19:36:12'),(1442,0,'2022-09-06 20:47:39','2022-09-06 20:47:39',5,532.3,0,0,532.3,1,'wc-completed',11,'2022-09-06 20:48:42','2022-09-07 20:06:10'),(1443,0,'2022-09-07 16:14:48','2022-09-07 16:14:48',5,594.48,0,0,594.48,0,'wc-completed',96,'2022-09-07 16:17:55','2022-09-07 20:10:09'),(1444,0,'2022-09-08 17:42:21','2022-09-08 17:42:21',7,872.58,0,0,872.58,1,'wc-completed',94,'2022-09-08 17:42:53','2022-09-09 17:03:48'),(1445,0,'2022-09-08 20:57:29','2022-09-08 20:57:29',16,548.36,0,0,548.36,0,'wc-completed',39,'2022-09-08 20:57:58','2022-09-09 17:45:38'),(1446,0,'2022-09-09 14:44:12','2022-09-09 14:44:12',20,1179.76,0,0,1179.76,0,'wc-completed',6,'2022-09-09 17:16:40','2022-09-12 14:08:41'),(1447,0,'2022-09-12 15:44:15','2022-09-12 15:44:15',13,635.52,0,0,635.52,0,'wc-completed',46,'2022-09-12 20:49:57','2022-09-14 00:05:01'),(1448,0,'2022-09-12 20:24:10','2022-09-12 20:24:10',11,962.52,0,0,962.52,1,'wc-completed',12,'2022-09-12 20:24:37','2022-09-14 00:03:43'),(1449,0,'2022-09-13 16:23:51','2022-09-13 16:23:51',17,1313.78,0,0,1313.78,0,'wc-completed',64,'2022-09-13 16:24:49','2022-09-14 00:07:31'),(1451,0,'2022-09-14 13:29:07','2022-09-14 13:29:07',18,633.6,0,0,633.6,1,'wc-completed',79,'2022-09-14 19:10:20','2022-09-15 17:02:32'),(1452,0,'2022-09-14 18:28:54','2022-09-14 18:28:54',7,966.02,0,503.23,462.79,0,'wc-completed',67,'2022-09-15 03:51:35','2022-09-15 22:28:39'),(1453,0,'2022-09-16 20:15:09','2022-09-16 20:15:09',15,762.59,0,0,762.59,1,'wc-completed',90,'2022-09-16 20:15:43','2022-09-19 20:59:58'),(1454,0,'2022-09-16 20:18:13','2022-09-16 20:18:13',14,527.56,0,0,527.56,1,'wc-completed',90,'2022-09-16 20:18:32','2022-09-19 17:32:00'),(1455,0,'2022-09-16 20:25:51','2022-09-16 20:25:51',14,544.6,0,0,544.6,1,'wc-completed',90,'2022-09-16 20:27:39','2022-09-19 21:05:38'),(1456,0,'2022-09-16 20:31:43','2022-09-16 20:31:43',7,513.75,0,0,513.75,1,'wc-completed',90,'2022-09-16 20:32:04','2022-09-19 21:07:58'),(1457,0,'2022-09-20 00:40:54','2022-09-20 00:40:54',12,806.32,0,0,806.32,1,'wc-completed',94,'2022-09-20 00:41:36','2022-10-10 19:37:26'),(1458,0,'2022-09-20 19:17:47','2022-09-20 19:17:47',31,1131.68,0,0,1131.68,1,'wc-completed',62,'2022-09-27 20:38:48','2022-09-28 18:19:55'),(1459,0,'2022-09-21 16:51:25','2022-09-21 16:51:25',3,271.72,0,34.12,237.6,1,'wc-completed',32,'2022-09-21 16:51:54','2022-09-22 14:31:27'),(1460,0,'2022-09-21 17:02:00','2022-09-21 17:02:00',17,491.09,0,66.77,424.32,1,'wc-completed',53,'2022-10-04 12:42:39','2022-10-05 17:29:05'),(1461,0,'2022-09-21 20:11:39','2022-09-21 20:11:39',10,14.34,0,14.34,0,1,'wc-completed',63,'2022-09-22 16:34:31','2022-09-23 19:22:08'),(1464,0,'2022-09-22 20:49:19','2022-09-22 20:49:19',13,1356,0,0,1356,1,'wc-completed',69,'2022-09-22 20:49:47','2022-09-26 14:41:52'),(1465,0,'2022-09-23 16:03:42','2022-09-23 16:03:42',35,1748.7,0,0,1748.7,1,'wc-completed',11,'2022-09-23 16:06:14','2022-09-26 14:39:47'),(1466,0,'2022-09-23 20:56:55','2022-09-23 20:56:55',2,170.9,0,12.5,158.4,1,'wc-completed',81,'2022-09-23 20:57:20','2022-09-26 18:26:43'),(1467,0,'2022-09-24 19:09:15','2022-09-24 19:09:15',22,1524.12,0,0,1524.12,1,'wc-completed',12,'2022-09-24 19:09:37','2022-09-26 20:13:17'),(1468,0,'2022-09-24 21:07:20','2022-09-24 21:07:20',15,584.98,0,0,584.98,0,'wc-completed',94,'2022-09-24 21:07:56','2022-10-10 19:37:54'),(1469,0,'2022-09-26 19:43:14','2022-09-26 19:43:14',10,575.18,0,0,575.18,0,'wc-completed',26,'2022-09-26 19:44:28','2022-09-27 17:11:09'),(1470,0,'2022-09-28 12:32:49','2022-09-28 12:32:49',19,588.96,0,0,588.96,1,'wc-completed',79,'2022-09-28 18:15:03','2022-09-29 21:36:43'),(1471,0,'2022-09-29 18:31:29','2022-09-29 18:31:29',5,349.32,0,13.8,335.52,1,'wc-completed',30,'2022-10-03 15:07:56','2022-10-03 19:14:03'),(1473,0,'2022-09-30 19:02:27','2022-09-30 19:02:27',11,515.14,0,0,515.14,1,'wc-completed',50,'2022-09-30 19:02:49','2022-10-03 19:21:08'),(1474,0,'2022-10-02 16:22:25','2022-10-02 16:22:25',10,57.25,0,57.25,0,1,'wc-completed',81,'2022-10-03 12:59:17','2022-10-03 19:18:55'),(1475,0,'2022-10-03 13:01:21','2022-10-03 13:01:21',8,11.54,0,11.54,0,1,'wc-completed',81,'2022-10-04 01:38:29','2022-10-05 17:29:43'),(1476,0,'2022-10-03 15:06:20','2022-10-03 15:06:20',2,302.69,0,11.81,290.88,0,'wc-completed',30,'2022-10-03 15:07:03','2022-10-03 19:18:14'),(1477,0,'2022-10-04 18:36:54','2022-10-04 18:36:54',27,1129.54,0,0,1129.54,1,'wc-completed',94,'2022-10-04 18:41:47','2022-10-05 17:27:00'),(1478,0,'2022-10-04 18:43:47','2022-10-04 18:43:47',2,557.12,0,0,557.12,1,'wc-completed',94,'2022-10-04 18:44:18','2022-10-05 17:27:31'),(1479,0,'2022-10-07 05:11:07','2022-10-07 05:11:07',18,857.18,0,0,857.18,1,'wc-completed',25,'2022-10-07 05:18:43','2022-10-10 18:01:03'),(1480,0,'2022-10-07 15:45:58','2022-10-07 15:45:58',7,554.4,0,0,554.4,1,'wc-completed',79,'2022-10-07 15:46:42','2022-10-10 18:02:41'),(1481,0,'2022-10-09 16:57:36','2022-10-09 16:57:36',37,1371.72,0,0,1371.72,0,'wc-completed',80,'2022-10-09 16:58:00','2022-10-10 19:38:19'),(1482,0,'2022-10-09 20:45:46','2022-10-09 20:45:46',3,223.9,0,11.74,212.16,0,'wc-cancelled',55,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1483,0,'2022-10-09 20:46:30','2022-10-09 20:46:30',3,223.9,0,11.74,212.16,0,'wc-completed',55,'2022-10-09 20:48:03','2022-10-10 17:59:55'),(1485,0,'2022-10-10 18:22:53','2022-10-10 18:22:53',56,2385.92,0,0,2385.92,0,'wc-completed',52,'2022-10-10 18:23:31','2022-10-11 17:11:01'),(1486,0,'2022-10-11 03:54:22','2022-10-11 03:54:22',5,834.88,0,0,834.88,0,'wc-completed',94,'2022-10-11 03:55:07','2022-10-11 17:11:50'),(1487,0,'2022-10-11 17:21:11','2022-10-11 17:21:11',6,407.9,0,12.9,395,0,'wc-completed',17,'2022-10-11 17:21:36','2022-10-12 14:26:52'),(1488,0,'2022-10-11 19:12:52','2022-10-11 19:12:52',3,502.24,0,0,502.24,1,'wc-completed',57,'2022-10-11 19:13:21','2022-10-12 14:17:52'),(1489,0,'2022-10-11 20:53:01','2022-10-11 20:53:01',7,599.43,0,0,599.43,1,'wc-completed',11,'2022-10-11 20:53:27','2022-10-12 20:34:05'),(1490,0,'2022-10-12 19:01:47','2022-10-12 19:01:47',4,463.14,0,15.78,447.36,1,'wc-completed',63,'2022-10-12 19:02:14','2022-10-13 21:49:36'),(1491,0,'2022-10-13 18:32:17','2022-10-13 18:32:17',1,9.49,0,9.49,0,1,'wc-completed',81,'2022-10-13 22:25:11','2022-10-17 14:07:45'),(1492,0,'2022-10-14 16:33:11','2022-10-14 16:33:11',7,536.16,0,0,536.16,1,'wc-completed',90,'2022-10-14 16:33:36','2022-10-17 14:09:28'),(1493,0,'2022-10-14 16:36:03','2022-10-14 16:36:03',16,611.71,0,0,611.71,1,'wc-completed',90,'2022-10-14 16:36:27','2022-10-17 14:10:39'),(1494,0,'2022-10-14 16:39:50','2022-10-14 16:39:50',16,841.79,0,0,841.79,1,'wc-completed',90,'2022-10-14 16:40:18','2022-10-17 14:11:35'),(1495,0,'2022-10-14 16:43:11','2022-10-14 16:43:11',17,947.48,0,0,947.48,1,'wc-completed',90,'2022-10-14 16:43:27','2022-10-17 14:14:33'),(1496,0,'2022-10-16 00:14:08','2022-10-16 00:14:08',21,2041.8,0,1016.71,1025.09,0,'wc-completed',67,'2022-10-17 18:11:17','2022-10-18 20:14:03'),(1497,0,'2022-10-17 15:20:58','2022-10-17 15:20:58',7,573.03,0,0,573.03,1,'wc-completed',11,'2022-10-17 15:21:31','2022-10-18 20:17:47'),(1498,0,'2022-10-17 16:49:20','2022-10-17 16:49:20',10,21.59,0,21.59,0,1,'wc-completed',66,'2022-11-10 18:33:49','2022-11-10 21:32:54'),(1499,0,'2022-10-17 16:50:38','2022-10-17 16:50:38',10,21.59,0,21.59,0,1,'wc-completed',66,'2022-11-10 18:33:12','2022-11-10 21:34:13'),(1500,0,'2022-10-17 16:52:08','2022-10-17 16:52:08',10,21.59,0,21.59,0,1,'wc-completed',66,'2022-11-10 18:32:02','2022-11-10 21:32:06'),(1502,0,'2022-10-17 18:46:57','2022-10-17 18:46:57',16,415.65,0,16.77,398.88,1,'wc-completed',63,'2022-10-18 19:37:44','2022-10-19 22:44:42'),(1503,0,'2022-10-17 20:16:55','2022-10-17 20:16:55',7,246.62,0,33.42,213.2,0,'wc-completed',86,'2022-10-17 20:17:52','2022-10-18 20:08:09'),(1504,0,'2022-10-17 21:42:52','2022-10-17 21:42:52',17,1301.06,0,0,1301.06,0,'wc-completed',64,'2022-10-17 21:45:49','2022-10-18 20:11:10'),(1505,0,'2022-10-18 14:36:31','2022-10-18 14:36:31',27,1024.38,0,0,1024.38,1,'wc-completed',69,'2022-10-18 14:37:13','2022-10-18 20:04:20'),(1506,0,'2022-10-18 16:03:25','2022-10-18 16:03:25',13,149.74,0,15.65,134.09,0,'wc-completed',60,'2022-10-19 16:26:45','2022-10-19 22:46:01'),(1507,0,'2022-10-18 23:17:48','2022-10-18 23:17:48',3,260.35,0,22.75,237.6,1,'wc-completed',32,'2022-10-18 23:18:12','2022-10-19 22:45:21'),(1508,0,'2022-10-19 19:33:32','2022-10-19 19:33:32',6,211.84,0,16.48,195.36,0,'wc-completed',46,'2022-10-20 01:44:51','2022-10-20 20:05:21'),(1509,0,'2022-10-19 22:56:24','2022-10-19 22:56:24',33,1681.26,0,0,1681.26,1,'wc-completed',95,'2022-10-19 22:58:36','2022-10-20 20:04:39'),(1510,0,'2022-10-21 17:35:49','2022-10-21 17:35:49',12,641.73,0,0,641.73,0,'wc-completed',94,'2022-10-21 17:36:24','2022-10-24 16:24:41'),(1511,0,'2022-10-21 19:49:55','2022-10-21 19:49:55',7,541.44,0,0,541.44,1,'wc-completed',79,'2022-10-21 19:50:18','2022-10-24 16:34:57'),(1512,0,'2022-10-21 20:14:29','2022-10-21 20:14:29',11,496.39,0,33.26,463.13,0,'wc-completed',39,'2022-10-21 20:15:31','2022-10-24 16:39:13'),(1513,0,'2022-10-21 21:13:18','2022-10-21 21:13:18',17,874.6,0,0,874.6,0,'wc-completed',82,'2022-10-21 21:13:56','2022-10-24 16:40:14'),(1514,0,'2022-10-24 15:48:20','2022-10-24 15:48:20',8,1048.46,0,0,1048.46,1,'wc-completed',12,'2022-10-24 15:51:17','2022-10-25 15:00:24'),(1515,0,'2022-10-24 19:01:01','2022-10-24 19:01:01',5,349.15,0,16.75,332.4,0,'wc-completed',80,'2022-10-24 19:01:25','2022-10-25 18:09:10'),(1517,0,'2022-10-25 17:00:42','2022-10-25 17:00:42',17,1172.24,0,0,1172.24,0,'wc-completed',6,'2022-10-25 18:21:13','2022-10-26 16:18:27'),(1518,0,'2022-10-25 20:59:59','2022-10-25 20:59:59',12,686.93,0,0,686.93,1,'wc-completed',11,'2022-10-25 21:02:27','2022-10-26 20:20:12'),(1519,0,'2022-10-26 21:19:49','2022-10-26 21:19:49',20,1434.22,0,0,1434.22,0,'wc-completed',64,'2022-10-26 21:20:40','2022-10-27 18:16:18'),(1520,0,'2022-10-27 02:18:21','2022-10-27 02:18:21',4,523.36,0,0,523.36,1,'wc-completed',57,'2022-10-27 02:18:59','2022-10-27 18:19:56'),(1521,0,'2022-10-27 16:24:03','2022-10-27 16:24:03',5,125.72,0,13.38,112.34,0,'wc-completed',33,'2022-10-27 16:24:57','2022-10-28 15:17:01'),(1522,0,'2022-10-27 20:02:55','2022-10-27 20:02:55',9,261.66,0,30.93,230.73,1,'wc-completed',95,'2022-10-27 20:04:57','2022-10-28 15:16:03'),(1523,0,'2022-10-28 19:53:24','2022-10-28 19:53:24',7,513.12,0,0,513.12,1,'wc-completed',79,'2022-10-28 19:53:46','2022-11-08 20:46:48'),(1525,0,'2022-10-31 13:57:10','2022-10-31 13:57:10',10,11.87,0,11.87,0,1,'wc-completed',81,'2022-11-12 19:07:03','2022-11-14 21:01:35'),(1526,0,'2022-10-31 15:26:31','2022-10-31 15:26:31',18,1184.04,0,0,1184.04,1,'wc-completed',70,'2022-10-31 15:29:32','2022-11-01 15:56:39'),(1527,0,'2022-11-01 16:54:50','2022-11-01 16:54:50',11,741.07,0,0,741.07,0,'wc-completed',17,'2022-11-01 16:55:19','2022-11-02 16:14:04'),(1528,0,'2022-11-01 20:20:31','2022-11-01 20:20:31',1,125.28,0,13.44,111.84,0,'wc-completed',89,'2022-11-01 20:20:55','2022-11-08 17:11:19'),(1529,0,'2022-11-02 14:28:04','2022-11-02 14:28:04',16,885.32,0,0,885.32,1,'wc-completed',11,'2022-11-02 14:42:57','2022-11-02 20:21:10'),(1531,0,'2022-11-04 18:29:58','2022-11-04 18:29:58',21,534.8,0,0,534.8,1,'wc-completed',50,'2022-11-04 18:30:52','2022-11-07 14:23:43'),(1532,0,'2022-11-07 06:59:12','2022-11-07 06:59:12',18,1079.8,0,0,1079.8,1,'wc-completed',12,'2022-11-07 06:59:58','2022-11-08 17:04:38'),(1533,0,'2022-11-07 21:08:26','2022-11-07 21:08:26',16,1210.45,0,0,1210.45,0,'wc-completed',94,'2022-11-07 21:09:05','2022-11-08 20:46:44'),(1534,0,'2022-11-07 21:52:38','2022-11-07 21:52:38',7,554.4,0,0,554.4,1,'wc-completed',79,'2022-11-07 21:52:56','2022-11-08 20:44:41'),(1535,0,'2022-11-08 05:08:46','2022-11-08 05:08:46',17,756.64,0,0,756.64,0,'wc-completed',13,'2022-11-08 19:00:42','2022-11-09 19:58:38'),(1536,0,'2022-11-08 20:29:13','2022-11-08 20:29:13',16,528,0,0,528,0,'wc-completed',96,'2022-11-08 22:27:57','2022-11-09 19:59:35'),(1538,0,'2022-11-10 14:22:14','2022-11-10 14:22:14',14,1193.68,0,0,1193.68,0,'wc-completed',80,'2022-11-10 14:22:40','2022-11-10 21:31:08'),(1539,0,'2022-11-11 15:04:47','2022-11-11 15:04:47',12,611.76,0,0,611.76,1,'wc-completed',57,'2022-11-11 15:06:45','2022-11-14 15:02:25'),(1540,0,'2022-11-11 19:03:10','2022-11-11 19:03:10',4,183.27,0,57.87,125.4,0,'wc-completed',39,'2022-11-11 19:03:37','2022-11-14 15:01:29'),(1541,0,'2022-11-11 19:23:10','2022-11-11 19:23:10',10,292.13,0,30.05,262.08,1,'wc-completed',70,'2022-11-11 19:25:25','2022-11-14 14:58:37'),(1543,0,'2022-11-12 23:52:02','2022-11-12 23:52:02',16,505.12,0,29.92,475.2,1,'wc-completed',63,'2022-11-14 16:27:06','2022-11-22 17:16:48'),(1544,0,'2022-11-12 23:53:23','2022-11-12 23:53:23',10,10.07,0,10.07,0,1,'wc-completed',63,'2022-11-14 16:26:04','2022-11-14 21:03:47'),(1545,0,'2022-11-13 17:55:26','2022-11-13 17:55:26',21,842.32,0,0,842.32,0,'wc-completed',76,'2022-11-14 16:25:21','2022-11-15 14:09:55'),(1546,0,'2022-11-14 17:05:26','2022-11-14 17:05:26',18,946.19,0,0,946.19,1,'wc-completed',11,'2022-11-14 17:05:51','2022-11-15 14:09:05'),(1547,0,'2022-11-14 19:14:51','2022-11-14 19:14:51',4,268,0,25.45,242.55,1,'wc-completed',32,'2022-11-14 19:15:13','2022-11-14 21:06:07'),(1548,0,'2022-11-15 17:54:17','2022-11-15 17:54:17',8,241.95,0,17.07,224.88,0,'wc-completed',46,'2022-11-15 20:15:08','2022-11-16 23:38:26'),(1549,0,'2022-11-16 18:35:10','2022-11-16 18:35:10',2,242.26,0,18.58,223.68,1,'wc-completed',95,'2022-11-16 18:36:45','2022-11-16 23:40:24'),(1550,0,'2022-11-16 20:10:26','2022-11-16 20:10:26',8,1218.96,0,0,1218.96,1,'wc-completed',90,'2022-11-16 20:10:59','2022-11-22 17:17:43'),(1551,0,'2022-11-16 20:14:30','2022-11-16 20:14:30',26,1672.02,0,0,1672.02,1,'wc-completed',90,'2022-11-16 20:14:48','2022-11-22 17:18:44'),(1552,0,'2022-11-16 21:21:26','2022-11-16 21:21:26',16,528.91,0,0,528.91,0,'wc-completed',94,'2022-11-16 21:22:01','2022-11-22 17:19:09'),(1555,0,'2022-11-18 17:55:42','2022-11-18 17:55:42',14,634.99,0,0,634.99,1,'wc-completed',11,'2022-11-18 17:56:18','2022-11-21 18:42:47'),(1556,0,'2022-11-18 19:14:40','2022-11-18 19:14:40',18,402.29,0,29.57,372.72,0,'wc-completed',29,'2022-11-18 19:15:26','2022-11-21 18:41:52'),(1557,0,'2022-11-20 19:14:32','2022-11-20 19:14:32',10,915.46,0,0,915.46,0,'wc-completed',49,'2022-11-20 19:17:30','2022-11-22 17:14:40'),(1558,0,'2022-11-20 22:52:46','2022-11-20 22:52:46',7,554.4,0,0,554.4,0,'wc-completed',42,'2022-11-20 22:56:25','2022-11-22 17:17:50'),(1559,0,'2022-11-21 17:39:06','2022-11-21 17:39:06',5,559.2,0,0,559.2,1,'wc-completed',63,'2022-11-21 17:39:36','2022-11-22 16:56:52'),(1560,0,'2022-11-21 17:51:33','2022-11-21 17:51:33',26,2469.68,0,0,2469.68,1,'wc-completed',62,'2022-11-21 17:51:56','2022-11-22 16:56:07'),(1561,0,'2022-11-21 18:54:08','2022-11-21 18:54:08',19,1653.12,0,0,1653.12,1,'wc-completed',69,'2022-11-21 18:54:33','2022-11-22 16:55:07'),(1562,0,'2022-11-22 07:05:42','2022-11-22 07:05:42',25,1680.42,0,0,1680.42,1,'wc-completed',12,'2022-11-22 07:07:11','2022-11-22 23:31:47'),(1563,0,'2022-11-23 13:59:05','2022-11-23 13:59:05',6,573.12,0,0,573.12,1,'wc-completed',79,'2022-11-23 13:59:28','2022-11-23 20:19:22'),(1564,0,'2022-11-25 14:57:24','2022-11-25 14:57:24',7,635.04,0,0,635.04,1,'wc-completed',70,'2022-11-25 14:59:59','2022-11-28 22:40:56'),(1565,0,'2022-11-27 17:49:01','2022-11-27 17:49:01',5,9.57,0,9.57,0,0,'wc-completed',14,'2022-11-29 02:16:04','2022-11-29 20:42:51'),(1566,0,'2022-11-28 00:11:16','2022-11-28 00:11:16',27,1262.4,0,0,1262.4,1,'wc-completed',53,'2022-11-28 19:36:41','2022-11-29 20:43:28'),(1567,0,'2022-11-28 00:23:45','2022-11-28 00:23:45',20,860.16,0,0,860.16,1,'wc-completed',53,'2022-11-28 19:38:36','2022-11-29 20:44:14'),(1568,0,'2022-11-28 13:53:26','2022-11-28 13:53:26',27,1521.44,0,0,1521.44,0,'wc-completed',94,'2022-11-28 13:53:59','2022-11-29 15:47:03'),(1569,0,'2022-11-28 14:41:34','2022-11-28 14:41:34',19,988.1,0,0,988.1,0,'wc-cancelled',64,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1570,0,'2022-11-28 14:45:51','2022-11-28 14:45:51',19,988.1,0,0,988.1,0,'wc-completed',64,'2022-11-28 14:46:36','2022-11-29 20:38:36'),(1572,0,'2022-11-28 17:12:37','2022-11-28 17:12:37',22,1517.6,0,0,1517.6,0,'wc-completed',6,'2022-11-28 17:51:19','2022-11-29 20:44:51'),(1573,0,'2022-11-28 20:37:10','2022-11-28 20:37:10',45,2778.21,0,0,2778.21,1,'wc-completed',95,'2022-11-28 20:38:36','2022-11-30 05:51:04'),(1574,0,'2022-11-28 22:20:03','2022-11-28 22:20:03',22,1929.08,0,1082.64,846.44,0,'wc-completed',67,'2022-12-07 17:11:56','2022-12-08 00:42:05'),(1575,0,'2022-11-29 16:22:28','2022-11-29 16:22:28',17,874.6,0,0,874.6,0,'wc-completed',82,'2022-11-29 16:28:09','2022-11-30 05:49:11'),(1576,0,'2022-11-30 15:11:37','2022-11-30 15:11:37',16,613.54,0,0,613.54,1,'wc-completed',11,'2022-11-30 15:12:11','2022-12-06 16:00:50'),(1577,0,'2022-11-30 21:48:33','2022-11-30 21:48:33',11,662.95,0,0,662.95,0,'wc-completed',26,'2022-11-30 21:49:44','2022-12-01 19:09:33'),(1578,0,'2022-12-01 17:51:22','2022-12-01 17:51:22',3,172.23,0,13.83,158.4,0,'wc-completed',61,'2022-12-01 17:52:13','2022-12-05 16:09:52'),(1579,0,'2022-12-02 19:51:58','2022-12-02 19:51:58',6,331.67,0,12.55,319.12,0,'wc-completed',17,'2022-12-02 19:52:25','2022-12-05 16:59:30'),(1580,0,'2022-12-02 21:52:14','2022-12-02 21:52:14',78,2466.24,0,0,2466.24,0,'wc-completed',80,'2022-12-02 21:52:41','2022-12-06 16:04:45'),(1581,0,'2022-12-03 18:00:50','2022-12-03 18:00:50',10,9.55,0,9.55,0,0,'wc-completed',60,'2022-12-07 17:47:28','2022-12-08 00:42:43'),(1582,0,'2022-12-04 20:17:58','2022-12-04 20:17:58',15,536.83,0,0,536.83,1,'wc-completed',50,'2022-12-04 20:18:27','2022-12-06 20:01:07'),(1583,0,'2022-12-05 17:09:51','2022-12-05 17:09:51',10,330.62,0,18.38,312.24,0,'wc-completed',39,'2022-12-05 17:10:22','2022-12-14 22:38:27'),(1585,0,'2022-12-06 20:16:12','2022-12-06 20:16:12',17,907.5,0,0,907.5,0,'wc-completed',94,'2022-12-06 20:16:38','2022-12-07 15:20:04'),(1586,0,'2022-12-08 00:39:27','2022-12-08 00:39:27',7,214.96,0,11.8,203.16,0,'wc-completed',55,'2022-12-08 00:41:41','2022-12-08 17:45:05'),(1587,0,'2022-12-09 07:34:02','2022-12-09 07:34:02',11,12.05,0,12.05,0,0,'wc-completed',100,'2022-12-09 16:02:30','2022-12-09 20:30:09'),(1588,0,'2022-12-09 15:55:44','2022-12-09 15:55:44',7,504.3,0,0,504.3,1,'wc-completed',50,'2022-12-09 15:56:08','2022-12-09 20:33:42'),(1589,0,'2022-12-09 20:40:30','2022-12-09 20:40:30',15,532.96,0,0,532.96,0,'wc-completed',13,'2022-12-11 21:12:22','2022-12-12 22:01:14'),(1591,0,'2022-12-10 22:29:38','2022-12-10 22:29:38',2,55.07,0,9.51,45.56,0,'wc-completed',33,'2022-12-10 22:30:12','2022-12-12 22:06:05'),(1592,0,'2022-12-12 14:53:11','2022-12-12 14:53:11',10,522.5,0,0,522.5,1,'wc-completed',57,'2022-12-12 14:53:45','2022-12-13 22:00:55'),(1593,0,'2022-12-12 18:47:49','2022-12-12 18:47:49',21,1884.42,0,0,1884.42,1,'wc-completed',12,'2022-12-12 18:51:23','2022-12-13 21:59:30'),(1594,0,'2022-12-12 21:20:57','2022-12-12 21:20:57',22,1120.09,0,0,1120.09,1,'wc-completed',11,'2022-12-12 21:21:38','2022-12-14 16:25:51'),(1595,0,'2022-12-12 23:02:56','2022-12-12 23:02:56',6,600.31,0,0,600.31,1,'wc-completed',11,'2022-12-12 23:03:18','2022-12-14 15:44:54'),(1596,0,'2022-12-13 03:22:49','2022-12-13 03:22:49',3,275.86,0,14.02,261.84,0,'wc-completed',46,'2022-12-13 03:24:02','2022-12-14 22:39:10'),(1597,0,'2022-12-13 12:22:18','2022-12-13 12:22:18',4,568.72,0,0,568.72,1,'wc-completed',57,'2022-12-13 12:23:40','2022-12-14 22:39:43'),(1598,0,'2022-12-13 20:40:20','2022-12-13 20:40:20',6,171.86,0,18.04,153.82,0,'wc-completed',86,'2022-12-13 20:41:04','2022-12-14 15:43:57'),(1599,0,'2022-12-13 21:09:05','2022-12-13 21:09:05',16,1005.36,0,0,1005.36,0,'wc-completed',64,'2022-12-13 21:09:40','2022-12-14 17:47:39'),(1601,0,'2022-12-15 01:14:49','2022-12-15 01:14:49',4,294.59,0,25.64,268.95,1,'wc-completed',32,'2022-12-15 01:15:17','2022-12-15 20:37:48'),(1603,0,'2022-12-15 19:59:12','2022-12-15 19:59:12',13,664.76,0,0,664.76,1,'wc-cancelled',90,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1604,0,'2022-12-15 20:00:57','2022-12-15 20:00:57',13,664.76,0,0,664.76,1,'wc-completed',90,'2022-12-15 20:01:20','2022-12-19 15:05:15'),(1605,0,'2022-12-15 20:03:57','2022-12-15 20:03:57',15,795.23,0,0,795.23,1,'wc-completed',90,'2022-12-15 20:04:14','2022-12-21 17:53:11'),(1606,0,'2022-12-15 20:09:42','2022-12-15 20:09:42',23,1597.47,0,0,1597.47,1,'wc-completed',90,'2022-12-15 20:10:11','2022-12-21 17:52:26'),(1607,0,'2022-12-16 20:42:08','2022-12-16 20:42:08',16,528,0,0,528,0,'wc-completed',96,'2022-12-21 20:38:03','2022-12-22 21:00:48'),(1608,0,'2022-12-17 16:23:05','2022-12-17 16:23:05',15,787.68,0,0,787.68,1,'wc-completed',79,'2022-12-20 18:32:08','2022-12-21 17:51:54'),(1609,0,'2022-12-17 16:29:24','2022-12-17 16:29:24',11,507.84,0,0,507.84,1,'wc-completed',79,'2022-12-20 18:31:22','2022-12-21 16:02:19'),(1610,0,'2022-12-20 03:14:17','2022-12-20 03:14:17',13,799.12,0,58.76,740.36,1,'wc-completed',25,'2022-12-20 03:14:45','2022-12-21 16:07:01'),(1611,0,'2022-12-20 17:30:40','2022-12-20 17:30:40',29,2116.62,0,0,2116.62,1,'wc-completed',70,'2022-12-20 17:31:58','2022-12-21 16:05:55'),(1612,0,'2022-12-20 17:39:39','2022-12-20 17:39:39',22,1250.53,0,0,1250.53,0,'wc-completed',94,'2022-12-20 17:40:05','2022-12-21 16:03:11'),(1614,0,'2022-12-26 23:14:03','2022-12-26 23:14:03',20,892.87,0,46.63,846.24,1,'wc-completed',53,'2022-12-28 15:05:43','2022-12-28 22:04:14'),(1615,0,'2022-12-26 23:17:20','2022-12-26 23:17:20',8,671.97,0,37.65,634.32,1,'wc-completed',53,'2022-12-26 23:17:53','2022-12-28 15:32:08'),(1616,0,'2022-12-28 17:12:06','2022-12-28 17:12:06',55,1937.3,0,0,1937.3,1,'wc-completed',69,'2022-12-28 17:14:53','2022-12-28 22:13:26'),(1617,0,'2022-12-29 01:32:31','2022-12-29 01:32:31',32,1143.44,0,0,1143.44,1,'wc-completed',62,'2022-12-29 15:31:22','2022-12-29 21:37:46'),(1618,0,'2022-12-29 20:11:35','2022-12-29 20:11:35',27,946.4,0,0,946.4,1,'wc-completed',50,'2022-12-29 20:12:07','2023-01-03 16:27:24'),(1619,0,'2023-01-01 19:03:14','2023-01-01 19:03:14',22,1118.23,0,34.59,1083.64,0,'wc-completed',99,'2023-01-01 19:03:44','2023-01-04 16:13:27'),(1620,0,'2023-01-02 06:51:27','2023-01-02 06:51:27',18,523.36,0,0,523.36,0,'wc-completed',76,'2023-01-03 17:28:00','2023-01-05 20:18:26'),(1621,0,'2023-01-02 13:30:04','2023-01-02 13:30:04',14,1015.7,0,39.36,976.34,0,'wc-completed',17,'2023-01-02 13:30:37','2023-01-05 20:29:36'),(1622,0,'2023-01-02 14:59:12','2023-01-02 14:59:12',24,1548.76,0,63.34,1485.42,0,'wc-completed',85,'2023-01-02 15:06:29','2023-01-04 21:30:47'),(1623,0,'2023-01-02 17:59:27','2023-01-02 17:59:27',8,264.61,0,26.31,238.3,0,'wc-completed',86,'2023-01-02 17:59:52','2023-01-04 21:28:41'),(1624,0,'2023-01-02 23:00:17','2023-01-02 23:00:17',6,91.96,0,12.76,79.2,0,'wc-completed',46,'2023-01-03 17:20:01','2023-01-05 20:17:18'),(1626,0,'2023-01-03 16:53:49','2023-01-03 16:53:49',16,566.02,0,0,566.02,1,'wc-completed',11,'2023-01-03 16:54:42','2023-01-05 20:31:02'),(1627,0,'2023-01-03 21:35:53','2023-01-03 21:35:53',9,610.08,0,0,610.08,1,'wc-completed',11,'2023-01-03 21:36:16','2023-01-06 17:01:42'),(1628,0,'2023-01-04 05:03:23','2023-01-04 05:03:23',26,1352.26,0,0,1352.26,1,'wc-completed',12,'2023-01-04 05:04:14','2023-01-05 20:31:44'),(1629,0,'2023-01-04 21:09:34','2023-01-04 21:09:34',10,10.51,0,10.51,0,1,'wc-completed',63,'2023-01-06 17:07:02','2023-01-12 17:41:27'),(1630,0,'2023-01-04 21:14:04','2023-01-04 21:14:04',23,1533.44,0,0,1533.44,0,'wc-completed',6,'2023-01-04 22:01:58','2023-01-06 17:01:37'),(1631,0,'2023-01-05 03:13:19','2023-01-05 03:13:19',12,717,0,0,717,0,'wc-completed',82,'2023-01-05 03:16:24','2023-01-06 17:21:37'),(1632,0,'2023-01-05 20:21:47','2023-01-05 20:21:47',9,706.15,0,0,706.15,0,'wc-completed',94,'2023-01-05 20:26:36','2023-01-06 21:15:42'),(1633,0,'2023-01-06 16:54:50','2023-01-06 16:54:50',7,513.12,0,0,513.12,1,'wc-completed',79,'2023-01-06 16:55:11','2023-01-09 21:59:11'),(1634,0,'2023-01-09 05:27:22','2023-01-09 05:27:22',13,691.31,0,57.05,634.26,1,'wc-completed',25,'2023-01-09 05:27:48','2023-01-10 19:41:05'),(1635,0,'2023-01-09 18:41:46','2023-01-09 18:41:46',18,740.26,0,0,740.26,1,'wc-completed',12,'2023-01-09 18:42:29','2023-01-10 21:28:18'),(1636,0,'2023-01-09 21:10:23','2023-01-09 21:10:23',16,1084.9,0,0,1084.9,0,'wc-completed',26,'2023-01-09 21:11:15','2023-01-11 21:04:01'),(1637,0,'2023-01-09 23:34:32','2023-01-09 23:34:32',8,659.84,0,0,659.84,1,'wc-completed',57,'2023-01-09 23:35:35','2023-01-11 21:03:08'),(1639,0,'2023-01-10 18:39:54','2023-01-10 18:39:54',4,306.16,0,14.8,291.36,0,'wc-completed',39,'2023-01-10 18:41:10','2023-01-16 20:29:03'),(1640,0,'2023-01-10 18:45:15','2023-01-10 18:45:15',13,554.16,0,0,554.16,0,'wc-completed',97,'2023-02-03 17:10:12','2023-02-06 22:48:33'),(1641,0,'2023-01-11 18:22:50','2023-01-11 18:22:50',8,12.3,0,12.3,0,1,'wc-completed',81,'2023-01-11 20:27:18','2023-01-12 17:39:45'),(1642,0,'2023-01-12 02:45:29','2023-01-12 02:45:29',30,2082.08,0,0,2082.08,0,'wc-completed',52,'2023-01-12 02:47:11','2023-01-12 20:53:12'),(1643,0,'2023-01-12 17:10:18','2023-01-12 17:10:18',14,903.06,0,0,903.06,1,'wc-completed',70,'2023-01-12 17:11:21','2023-01-13 19:21:50'),(1644,0,'2023-01-12 19:50:02','2023-01-12 19:50:02',3,261.85,0,24.25,237.6,1,'wc-completed',32,'2023-01-12 19:50:42','2023-01-13 19:26:04'),(1645,0,'2023-01-12 20:53:52','2023-01-12 20:53:52',16,528,0,0,528,0,'wc-completed',96,'2023-01-13 06:25:38','2023-01-13 23:09:48'),(1646,0,'2023-01-12 22:42:06','2023-01-12 22:42:06',20,1069.24,0,0,1069.24,1,'wc-completed',11,'2023-01-12 22:42:37','2023-01-13 19:28:28'),(1647,0,'2023-01-13 20:53:18','2023-01-13 20:53:18',8,12.3,0,12.3,0,1,'wc-completed',81,'2023-01-13 23:10:23','2023-01-16 20:29:48'),(1648,0,'2023-01-13 20:55:56','2023-01-13 20:55:56',8,12.3,0,12.3,0,1,'wc-completed',81,'2023-01-13 23:09:56','2023-01-16 20:30:42'),(1649,0,'2023-01-13 21:54:23','2023-01-13 21:54:23',12,535.56,0,0,535.56,0,'wc-completed',29,'2023-01-13 21:55:17','2023-01-16 20:31:29'),(1650,0,'2023-01-15 00:57:52','2023-01-15 00:57:52',6,503.52,0,0,503.52,1,'wc-completed',79,'2023-01-15 00:58:19','2023-01-16 20:31:53'),(1651,0,'2023-01-15 15:22:37','2023-01-15 15:22:37',13,500.54,0,0,500.54,0,'wc-completed',69,'2023-01-15 15:27:46','2023-01-16 20:33:12'),(1652,0,'2023-01-16 20:14:10','2023-01-16 20:14:10',14,776.6,0,0,776.6,1,'wc-completed',90,'2023-01-16 20:17:55','2023-01-17 21:03:27'),(1653,0,'2023-01-16 20:20:25','2023-01-16 20:20:25',16,850.19,0,0,850.19,1,'wc-completed',90,'2023-01-16 20:20:50','2023-01-17 21:24:42'),(1654,0,'2023-01-16 20:23:24','2023-01-16 20:23:24',12,601.86,0,29.02,572.84,1,'wc-completed',90,'2023-01-16 20:23:47','2023-01-17 21:26:23'),(1655,0,'2023-01-16 20:26:46','2023-01-16 20:26:46',17,938.42,0,0,938.42,1,'wc-completed',90,'2023-01-16 20:27:16','2023-01-17 21:27:53'),(1656,0,'2023-01-17 16:37:20','2023-01-17 16:37:20',12,557.75,0,28.69,529.06,0,'wc-completed',30,'2023-01-20 13:23:39','2023-01-23 22:55:29'),(1657,0,'2023-01-17 19:09:51','2023-01-17 19:09:51',15,603.64,0,0,603.64,1,'wc-completed',50,'2023-01-17 19:10:11','2023-01-19 20:13:01'),(1658,0,'2023-01-17 20:02:34','2023-01-17 20:02:34',12,1095.36,0,0,1095.36,1,'wc-completed',63,'2023-01-17 20:02:59','2023-01-19 20:13:46'),(1659,0,'2023-01-17 20:05:08','2023-01-17 20:05:08',26,1559.32,0,0,1559.32,0,'wc-completed',94,'2023-01-17 20:05:51','2023-01-19 20:17:17'),(1661,0,'2023-01-17 20:25:09','2023-01-17 20:25:09',8,860.08,0,0,860.08,0,'wc-completed',13,'2023-01-17 20:35:32','2023-01-19 18:52:13'),(1663,0,'2023-01-18 19:18:21','2023-01-18 19:18:21',5,770.3,0,474.03,296.27,0,'wc-completed',67,'2023-01-18 19:19:31','2023-01-19 18:43:05'),(1664,0,'2023-01-18 21:12:55','2023-01-18 21:12:55',4,170.31,0,14.2,156.11,0,'wc-completed',33,'2023-01-18 21:13:41','2023-01-19 20:10:53'),(1665,0,'2023-01-18 22:32:11','2023-01-18 22:32:11',23,1840.44,0,0,1840.44,1,'wc-completed',12,'2023-01-18 22:33:09','2023-01-19 20:18:23'),(1666,0,'2023-01-19 03:44:33','2023-01-19 03:44:33',65,3073.58,0,0,3073.58,0,'wc-completed',80,'2023-01-19 03:48:21','2023-01-19 18:37:57'),(1667,0,'2023-01-19 14:19:33','2023-01-19 14:19:33',33,2073.83,0,119.99,1953.84,1,'wc-completed',53,'2023-01-20 13:37:40','2023-01-20 21:33:32'),(1668,0,'2023-01-19 14:25:48','2023-01-19 14:25:48',20,913.24,0,83.8,829.44,1,'wc-completed',53,'2023-01-20 13:38:35','2023-01-20 21:35:49'),(1669,0,'2023-01-19 17:57:54','2023-01-19 17:57:54',11,506.36,0,0,506.36,1,'wc-completed',50,'2023-01-19 18:00:58','2023-01-20 21:38:37'),(1670,0,'2023-01-19 18:07:12','2023-01-19 18:07:12',15,809.12,0,0,809.12,0,'wc-completed',82,'2023-01-19 18:08:05','2023-01-20 21:36:35'),(1671,0,'2023-01-20 19:50:47','2023-01-20 19:50:47',16,902.46,0,0,902.46,0,'wc-completed',64,'2023-01-20 20:17:19','2023-01-23 16:18:15'),(1672,0,'2023-01-21 06:46:47','2023-01-21 06:46:47',4,516.54,0,0,516.54,0,'wc-completed',94,'2023-01-21 06:47:14','2023-01-23 17:33:26'),(1673,0,'2023-01-21 21:16:17','2023-01-21 21:16:17',10,22.79,0,22.79,0,1,'wc-completed',66,'2023-01-25 00:01:21','2023-01-25 21:10:23'),(1674,0,'2023-01-21 21:17:05','2023-01-21 21:17:05',10,22.79,0,22.79,0,1,'wc-completed',66,'2023-01-25 00:00:03','2023-01-25 21:43:08'),(1675,0,'2023-01-21 21:17:39','2023-01-21 21:17:39',10,22.79,0,22.79,0,1,'wc-cancelled',66,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1676,0,'2023-01-23 05:34:46','2023-01-23 05:34:46',52,3044.25,0,0,3044.25,1,'wc-completed',95,'2023-01-23 05:37:34','2023-01-23 22:55:21'),(1677,0,'2023-01-23 14:32:41','2023-01-23 14:32:41',5,513.84,0,0,513.84,0,'wc-completed',26,'2023-01-23 14:33:42','2023-01-23 22:55:56'),(1678,0,'2023-01-24 16:58:24','2023-01-24 16:58:24',14,600.23,0,55.53,544.7,1,'wc-completed',25,'2023-01-24 16:58:50','2023-01-25 19:02:39'),(1679,0,'2023-01-24 20:54:56','2023-01-24 20:54:56',6,507.84,0,0,507.84,1,'wc-completed',79,'2023-01-24 20:55:16','2023-01-26 21:53:44'),(1680,0,'2023-01-25 00:03:28','2023-01-25 00:03:28',10,22.79,0,22.79,0,1,'wc-completed',66,'2023-01-25 18:04:24','2023-01-26 21:52:13'),(1681,0,'2023-01-25 03:10:47','2023-01-25 03:10:47',20,880.32,0,0,880.32,1,'wc-completed',62,'2023-01-25 21:29:22','2023-01-26 21:54:31'),(1682,0,'2023-01-25 16:18:05','2023-01-25 16:18:05',15,1040.18,0,0,1040.18,0,'wc-completed',6,'2023-01-25 19:14:13','2023-01-26 21:52:58'),(1684,0,'2023-01-27 00:50:57','2023-01-27 00:50:57',13,103.61,0,24.41,79.2,0,'wc-completed',60,'2023-01-27 22:58:30','2023-02-07 16:47:57'),(1685,0,'2023-01-27 13:20:46','2023-01-27 13:20:46',21,1662.64,0,0,1662.64,0,'wc-completed',64,'2023-01-27 13:22:11','2023-01-27 17:14:22'),(1686,0,'2023-01-27 21:11:51','2023-01-27 21:11:51',33,500.34,0,0,500.34,1,'wc-completed',79,'2023-01-30 19:08:57','2023-02-07 16:46:57'),(1688,0,'2023-01-30 20:21:52','2023-01-30 20:21:52',16,1049.88,0,0,1049.88,1,'wc-completed',12,'2023-01-30 20:23:25','2023-02-03 15:52:46'),(1690,0,'2023-02-01 16:38:49','2023-02-01 16:38:49',13,698.09,0,0,698.09,0,'wc-completed',94,'2023-02-01 16:39:16','2023-02-02 19:42:06'),(1692,0,'2023-02-01 19:19:54','2023-02-01 19:19:54',11,552.24,0,0,552.24,0,'wc-completed',89,'2023-02-06 17:34:09','2023-02-07 16:46:27'),(1694,0,'2023-02-02 18:41:20','2023-02-02 18:41:20',24,1279.79,0,66.81,1212.98,1,'wc-cancelled',11,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1695,0,'2023-02-02 18:53:18','2023-02-02 18:53:18',24,1212.98,0,0,1212.98,1,'wc-completed',11,'2023-02-02 18:56:11','2023-02-03 15:51:50'),(1696,0,'2023-02-02 22:36:42','2023-02-02 22:36:42',12,848.46,0,0,848.46,1,'wc-completed',50,'2023-02-02 22:37:04','2023-02-07 16:45:29'),(1697,0,'2023-02-03 17:41:50','2023-02-03 17:41:50',3,237.55,0,12.67,224.88,0,'wc-completed',55,'2023-02-03 17:45:01','2023-02-06 22:49:12'),(1698,0,'2023-02-03 22:35:22','2023-02-03 22:35:22',4,269.66,0,26.78,242.88,0,'wc-cancelled',32,'2023-02-03 22:36:07','0000-00-00 00:00:00'),(1699,0,'2023-02-04 13:20:06','2023-02-04 13:20:06',7,637.06,0,0,637.06,1,'wc-completed',57,'2023-02-04 13:23:04','2023-02-06 22:45:42'),(1700,0,'2023-02-05 05:15:26','2023-02-05 05:15:26',15,602.56,0,0,602.56,0,'wc-completed',76,'2023-02-07 17:18:23','2023-02-07 21:18:58'),(1701,0,'2023-02-05 16:00:29','2023-02-05 16:00:29',5,489.3,0,27.04,462.26,0,'wc-completed',49,'2023-02-05 16:10:56','2023-02-07 16:45:03'),(1702,0,'2023-02-05 22:34:55','2023-02-05 22:34:55',5,10.29,0,10.29,0,0,'wc-completed',14,'2023-11-10 20:08:38','2023-11-15 17:41:24'),(1703,0,'2023-02-05 23:59:03','2023-02-05 23:59:03',21,849.31,0,0,849.31,1,'wc-completed',11,'2023-02-06 00:04:09','2023-02-07 16:44:40'),(1704,0,'2023-02-06 16:54:54','2023-02-06 16:54:54',9,723.08,0,27.57,695.51,0,'wc-completed',17,'2023-02-06 16:55:19','2023-02-13 19:29:17'),(1705,0,'2023-02-06 21:18:59','2023-02-06 21:18:59',16,607.84,0,0,607.84,1,'wc-completed',96,'2023-02-07 07:04:43','2023-02-07 21:14:35'),(1707,0,'2023-02-07 03:13:33','2023-02-07 03:13:33',15,730.56,0,0,730.56,0,'wc-completed',82,'2023-02-07 03:14:07','2023-02-07 21:14:01'),(1708,0,'2023-02-08 19:18:46','2023-02-08 19:18:46',3,68.5,0,10.29,58.21,0,'wc-completed',33,'2023-02-08 19:19:28','2023-02-08 22:25:20'),(1709,0,'2023-02-08 19:20:35','2023-02-08 19:20:35',10,373.58,0,32.54,341.04,0,'wc-completed',46,'2023-02-09 19:31:26','2023-02-10 17:51:37'),(1710,0,'2023-02-10 01:15:20','2023-02-10 01:15:20',16,1105.56,0,0,1105.56,0,'wc-completed',80,'2023-02-10 01:15:47','2023-02-10 17:53:21'),(1711,0,'2023-02-10 02:48:24','2023-02-10 02:48:24',32,505.08,0,0,505.08,1,'wc-completed',79,'2023-02-10 16:21:54','2023-02-13 15:42:45'),(1713,0,'2023-02-10 20:06:41','2023-02-10 20:06:41',13,1173.24,0,0,1173.24,1,'wc-completed',12,'2023-02-10 20:16:22','2023-02-13 15:41:21'),(1714,0,'2023-02-13 16:11:57','2023-02-13 16:11:57',19,1365.66,0,0,1365.66,1,'wc-completed',11,'2023-02-13 16:12:44','2023-02-15 16:36:04'),(1717,0,'2023-02-13 21:20:24','2023-02-13 21:20:24',3,191.73,0,12.61,179.12,0,'wc-completed',17,'2023-02-16 16:08:31','2023-02-17 17:28:07'),(1721,0,'2023-02-15 15:54:50','2023-02-15 15:54:50',8,12.27,0,12.27,0,1,'wc-completed',81,'2023-02-15 17:58:14','2023-02-16 18:21:46'),(1722,0,'2023-02-15 16:46:16','2023-02-15 16:46:16',10,205.4,0,15,190.4,0,'wc-completed',39,'2023-02-15 16:46:46','2023-02-16 18:23:06'),(1723,0,'2023-02-16 22:38:21','2023-02-16 22:38:21',17,663.89,0,0,663.89,1,'wc-completed',90,'2023-02-17 14:45:12','2023-02-17 19:45:52'),(1724,0,'2023-02-17 15:20:28','2023-02-17 15:20:28',8,637.76,0,0,637.76,1,'wc-completed',90,'2023-02-17 15:24:59','2023-02-17 19:44:46'),(1725,0,'2023-02-17 15:29:35','2023-02-17 15:29:35',17,773.6,0,0,773.6,1,'wc-completed',90,'2023-02-17 15:29:58','2023-02-17 19:43:37'),(1726,0,'2023-02-17 17:39:50','2023-02-17 17:39:50',2,143.2,0,10.24,132.96,1,'wc-completed',70,'2023-02-17 17:40:53','2023-02-17 19:44:04'),(1728,0,'2023-02-20 23:19:20','2023-02-20 23:19:20',53,2983.4,0,241.88,2741.52,1,'wc-completed',95,'2023-02-20 23:21:17','2023-02-21 20:18:25'),(1730,0,'2023-02-21 14:41:26','2023-02-21 14:41:26',10,220.03,0,12.83,207.2,1,'wc-completed',90,'2023-02-21 14:41:46','2023-02-21 20:02:09'),(1731,0,'2023-02-21 15:37:02','2023-02-21 15:37:02',23,1464.47,0,0,1464.47,1,'wc-completed',11,'2023-02-21 15:37:25','2023-02-21 20:35:11'),(1732,0,'2023-02-21 18:41:31','2023-02-21 18:41:31',10,10.49,0,10.49,0,1,'wc-completed',63,'2023-02-22 22:42:10','2023-02-23 20:52:00'),(1733,0,'2023-02-21 18:42:12','2023-02-21 18:42:12',10,10.49,0,10.49,0,0,'wc-completed',63,'2023-02-22 22:40:53','2023-02-23 20:53:49'),(1734,0,'2023-02-21 18:46:07','2023-02-21 18:46:07',5,691.13,0,338.26,352.87,0,'wc-completed',67,'2023-02-21 18:46:54','2023-02-22 15:20:55'),(1735,1728,'2023-02-21 19:59:03','2023-02-21 19:59:03',0,-241.88,0,-241.88,0,1,'wc-completed',95,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1736,0,'2023-02-22 16:27:53','2023-02-22 16:27:53',22,1012.8,0,0,1012.8,0,'wc-cancelled',69,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(1737,0,'2023-02-22 16:41:55','2023-02-22 16:41:55',22,1012.8,0,0,1012.8,0,'wc-completed',69,'2023-02-22 16:50:42','2023-02-22 22:36:42'),(1738,0,'2023-02-22 22:26:00','2023-02-22 22:26:00',13,185.04,0,26.64,158.4,0,'wc-completed',60,'2023-02-23 14:41:19','2023-02-23 20:44:44'),(1739,0,'2023-02-23 19:09:36','2023-02-23 19:09:36',17,930.48,0,0,930.48,0,'wc-completed',6,'2023-02-23 21:25:59','2023-02-24 21:04:46'),(1740,0,'2023-02-23 20:50:32','2023-02-23 20:50:32',20,1050.65,0,0,1050.65,0,'wc-completed',94,'2023-02-23 20:50:57','2023-02-24 21:08:16'),(1742,0,'2023-02-26 03:29:50','2023-02-26 03:29:50',29,1293.64,0,0,1293.64,1,'wc-completed',62,'2023-02-27 14:52:27','2023-02-28 15:15:30'),(1743,0,'2023-02-27 17:41:01','2023-02-27 17:41:01',9,559.52,0,0,559.52,0,'wc-completed',26,'2023-02-27 17:41:58','2023-02-28 15:14:19'),(1744,0,'2023-02-27 18:31:39','2023-02-27 18:31:39',19,837.12,0,0,837.12,0,'wc-completed',13,'2023-03-02 23:17:47','2023-03-03 23:51:51'),(1745,0,'2023-02-28 02:02:53','2023-02-28 02:02:53',7,555.12,0,0,555.12,1,'wc-completed',57,'2023-02-28 02:03:35','2023-03-02 01:39:45'),(1746,0,'2023-02-28 18:40:20','2023-02-28 18:40:20',25,1029.32,0,0,1029.32,1,'wc-completed',50,'2023-02-28 18:40:41','2023-03-02 15:40:15'),(1747,0,'2023-03-01 00:01:32','2023-03-01 00:01:32',16,682.22,0,0,682.22,1,'wc-completed',11,'2023-03-01 00:01:51','2023-03-02 02:03:51'),(1748,0,'2023-03-01 15:46:26','2023-03-01 15:46:26',14,932.36,0,41.09,891.27,0,'wc-completed',17,'2023-03-01 15:47:11','2023-03-02 02:09:21'),(1750,0,'2023-03-02 15:24:35','2023-03-02 15:24:35',6,284.6,0,13.8,270.8,0,'wc-completed',49,'2023-03-02 15:26:58','2023-03-03 15:44:20'),(1751,0,'2023-03-02 20:35:36','2023-03-02 20:35:36',25,876.75,0,0,876.75,0,'wc-completed',94,'2023-03-02 20:36:56','2023-03-07 15:48:26'),(1752,0,'2023-03-02 21:04:16','2023-03-02 21:04:16',7,534.24,0,0,534.24,0,'wc-completed',42,'2023-03-02 21:05:42','2023-03-03 15:44:39'),(1753,0,'2023-03-03 03:21:46','2023-03-03 03:21:46',4,292.41,0,25.29,267.12,0,'wc-completed',32,'2023-03-03 03:22:04','2023-03-03 23:52:14'),(1754,0,'2023-03-03 19:54:00','2023-03-03 19:54:00',10,10.46,0,10.46,0,0,'wc-completed',100,'2023-03-04 02:22:26','2023-03-06 23:15:09'),(1755,0,'2023-03-03 23:22:08','2023-03-03 23:22:08',21,983.89,0,0,983.89,0,'wc-completed',82,'2023-03-03 23:22:39','2023-03-07 15:47:09'),(1756,0,'2023-03-06 15:53:59','2023-03-06 15:53:59',14,169.14,0,12.56,156.58,1,'wc-completed',21,'2023-03-06 15:58:28','2023-03-06 23:13:48'),(1757,0,'2023-03-06 16:03:26','2023-03-06 16:03:26',22,1155.5,0,0,1155.5,0,'wc-completed',64,'2023-03-06 16:04:18','2023-03-06 23:13:01'),(1758,0,'2023-03-06 21:13:44','2023-03-06 21:13:44',27,749.78,0,0,749.78,1,'wc-completed',11,'2023-03-06 21:14:15','2023-03-07 15:45:33'),(1759,0,'2023-03-06 22:16:47','2023-03-06 22:16:47',12,528,0,0,528,1,'wc-completed',96,'2023-03-07 06:52:43','2023-03-07 23:21:53'),(1762,0,'2023-03-06 23:54:37','2023-03-06 23:54:37',11,563.11,0,0,563.11,1,'wc-completed',90,'2023-03-06 23:56:00','2023-03-07 23:27:12'),(1763,0,'2023-03-07 00:00:57','2023-03-07 00:00:57',13,527.6,0,0,527.6,1,'wc-completed',90,'2023-03-07 00:01:13','2023-03-07 23:27:42'),(1764,0,'2023-03-07 00:39:05','2023-03-07 00:39:05',14,548.72,0,0,548.72,1,'wc-completed',90,'2023-03-07 00:39:30','2023-03-07 23:26:02'),(1765,0,'2023-03-07 02:04:24','2023-03-07 02:04:24',22,1032.14,0,0,1032.14,1,'wc-completed',12,'2023-03-07 02:04:48','2023-03-07 23:26:38'),(1766,0,'2023-03-07 09:06:33','2023-03-07 09:06:33',23,1048.94,0,0,1048.94,1,'wc-completed',12,'2023-03-07 09:06:53','2023-03-07 23:25:26'),(1767,0,'2023-03-07 13:55:07','2023-03-07 13:55:07',11,617.2,0,0,617.2,1,'wc-completed',90,'2023-03-07 13:55:29','2023-03-07 23:24:14'),(1768,0,'2023-03-08 15:29:18','2023-03-08 15:29:18',29,1687.14,0,0,1687.14,0,'wc-completed',52,'2023-03-08 15:29:41','2023-03-08 23:17:32'),(1769,0,'2023-03-08 21:11:01','2023-03-08 21:11:01',4,224.61,0,16.23,208.38,0,'wc-completed',39,'2023-03-08 21:11:22','2023-03-09 21:46:50'),(1770,0,'2023-03-09 21:14:12','2023-03-09 21:14:12',5,10.22,0,10.22,0,0,'wc-completed',14,'2023-03-10 01:17:17','2023-03-13 18:59:07'),(1771,0,'2023-03-09 21:51:34','2023-03-09 21:51:34',9,363.17,0,22.13,341.04,0,'wc-completed',46,'2023-03-10 12:22:02','2023-03-13 18:58:34'),(1773,0,'2023-03-10 16:18:38','2023-03-10 16:18:38',147,5592.06,0,0,5592.06,0,'wc-completed',80,'2023-03-10 16:19:02','2023-03-17 17:17:55'),(1774,0,'2023-03-12 02:43:54','2023-03-12 02:43:54',6,800.43,0,477.66,322.77,0,'wc-completed',67,'2023-03-13 17:43:49','2023-03-13 20:03:02'),(1775,0,'2023-03-13 16:55:35','2023-03-13 16:55:35',17,532.08,0,0,532.08,1,'wc-completed',79,'2023-03-13 17:45:05','2023-03-13 23:28:02'),(1776,0,'2023-03-13 18:38:17','2023-03-13 18:38:17',13,506.88,0,50.09,456.79,1,'wc-completed',25,'2023-03-13 19:07:32','2023-03-13 23:26:51'),(1777,0,'2023-03-14 02:01:05','2023-03-14 02:01:05',11,28.08,0,28.08,0,1,'wc-completed',66,'2023-03-14 18:53:13','2023-03-16 18:39:07'),(1778,0,'2023-03-14 02:01:54','2023-03-14 02:01:54',10,22.69,0,22.69,0,1,'wc-completed',66,'2023-03-14 18:52:41','2023-03-16 18:39:56'),(1780,0,'2023-03-14 16:23:05','2023-03-14 16:23:05',9,612.17,0,28.89,583.28,0,'wc-completed',49,'2023-03-14 16:24:29','2023-03-16 18:41:00'),(1782,0,'2023-03-17 15:41:17','2023-03-17 15:41:17',7,525.28,0,18.64,506.64,0,'wc-completed',30,'2023-03-17 15:41:39','2023-03-17 17:15:11'),(1783,0,'2023-03-17 15:53:22','2023-03-17 15:53:22',18,687.84,0,0,687.84,0,'wc-completed',76,'2023-03-20 18:48:46','2023-03-22 16:48:05'),(1784,0,'2023-03-17 20:41:58','2023-03-17 20:41:58',15,132.8,0,25,107.8,0,'wc-completed',60,'2023-03-20 15:41:50','2023-03-20 20:06:59'),(1785,0,'2023-03-19 19:51:07','2023-03-19 19:51:07',8,560.49,0,31.77,528.72,1,'wc-completed',53,'2023-03-19 19:51:54','2023-03-20 18:33:36'),(1786,0,'2023-03-19 19:57:39','2023-03-19 19:57:39',8,469.34,0,38.78,430.56,1,'wc-completed',53,'2023-03-20 19:23:49','2023-03-21 20:36:55'),(1787,0,'2023-03-19 20:04:42','2023-03-19 20:04:42',4,326.92,0,22.84,304.08,1,'wc-completed',53,'2023-03-19 20:04:59','2023-03-20 18:34:39'),(1789,0,'2023-03-20 17:19:41','2023-03-20 17:19:41',17,1255.2,0,0,1255.2,1,'wc-completed',70,'2023-03-20 17:20:08','2023-03-22 16:46:37'),(1790,0,'2023-03-20 20:43:21','2023-03-20 20:43:21',30,831.62,0,0,831.62,1,'wc-completed',11,'2023-03-20 20:44:31','2023-03-21 20:37:41'),(1791,0,'2023-03-21 02:06:36','2023-03-21 02:06:36',18,858.42,0,0,858.42,0,'wc-completed',94,'2023-03-21 02:07:03','2023-03-22 16:49:08'),(1792,0,'2023-03-21 17:29:24','2023-03-21 17:29:24',10,205.08,0,14.68,190.4,0,'wc-completed',39,'2023-03-21 17:29:58','2023-03-21 20:38:28'),(1793,0,'2023-03-22 15:58:31','2023-03-22 15:58:31',19,900.96,0,0,900.96,0,'wc-completed',6,'2023-03-22 17:29:52','2023-03-23 15:20:42'),(1794,0,'2023-03-22 19:02:04','2023-03-22 19:02:04',21,758.16,0,0,758.16,1,'wc-completed',79,'2023-03-22 21:43:51','2023-03-23 20:21:10'),(1795,0,'2023-03-22 21:52:04','2023-03-22 21:52:04',3,261.22,0,23.62,237.6,0,'wc-completed',32,'2023-03-22 21:52:24','2023-03-23 20:22:21'),(1796,0,'2023-03-24 20:26:20','2023-03-24 20:26:20',40,2083.48,0,0,2083.48,0,'wc-completed',69,'2023-03-24 20:28:20','2023-03-31 16:15:20'),(1797,0,'2023-03-24 20:52:02','2023-03-24 20:52:02',77,4188.12,0,0,4188.12,0,'wc-completed',80,'2023-03-24 21:04:00','2023-03-31 16:14:29'),(1799,0,'2023-03-27 15:33:53','2023-03-27 15:33:53',21,1097.34,0,0,1097.34,1,'wc-completed',11,'2023-03-27 15:37:37','2023-03-27 21:37:43'),(1800,0,'2023-03-28 01:36:38','2023-03-28 01:36:38',10,630.88,0,0,630.88,1,'wc-completed',57,'2023-03-28 01:37:27','2023-03-28 19:23:23'),(1801,0,'2023-03-29 01:16:04','2023-03-29 01:16:04',16,522.72,0,0,522.72,1,'wc-completed',79,'2023-03-29 20:43:41','2023-03-30 18:38:51'),(1802,0,'2023-03-29 12:48:23','2023-03-29 12:48:23',10,332.86,0,18.86,314,0,'wc-completed',33,'2023-03-29 12:50:42','2023-03-29 18:02:31'),(1803,0,'2023-03-29 20:47:59','2023-03-29 20:47:59',25,518,0,0,518,1,'wc-completed',50,'2023-03-29 20:48:55','2023-03-30 13:56:04'),(1804,0,'2023-03-30 19:32:22','2023-03-30 19:32:22',7,572.64,0,0,572.64,0,'wc-cancelled',13,NULL,NULL),(1805,0,'2023-03-30 19:34:11','2023-03-30 19:34:11',7,572.64,0,0,572.64,0,'wc-completed',13,'2023-03-30 19:39:13','2023-03-31 16:18:17'),(1806,0,'2023-03-30 20:11:06','2023-03-30 20:11:06',32,534.64,0,0,534.64,1,'wc-completed',50,'2023-03-30 20:11:32','2023-03-31 16:21:42'),(1807,0,'2023-03-31 17:10:52','2023-03-31 17:10:52',10,763.84,0,32.32,731.52,0,'wc-completed',85,'2023-03-31 17:16:23','2023-04-03 14:28:12'),(1808,0,'2023-03-31 20:14:52','2023-03-31 20:14:52',12,544.97,0,0,544.97,0,'wc-completed',94,'2023-03-31 20:15:17','2023-04-03 15:59:04'),(1809,0,'2023-04-02 01:39:20','2023-04-02 01:39:20',8,11.91,0,11.91,0,1,'wc-completed',81,'2023-04-03 15:49:52','2023-04-04 14:31:33'),(1810,0,'2023-04-02 01:40:20','2023-04-02 01:40:20',8,11.91,0,11.91,0,1,'wc-completed',81,'2023-04-03 15:49:26','2023-04-04 14:32:14'),(1811,0,'2023-04-03 02:05:26','2023-04-03 02:05:26',18,1164.8,0,0,1164.8,1,'wc-completed',12,'2023-04-03 02:06:34','2023-04-04 14:33:16'),(1812,0,'2023-04-03 02:17:22','2023-04-03 02:17:22',17,972.08,0,0,972.08,0,'wc-completed',12,'2023-04-03 02:17:45','2023-04-04 14:34:10'),(1814,0,'2023-04-04 03:12:13','2023-04-04 03:12:13',31,1241.12,0,0,1241.12,1,'wc-completed',62,'2023-04-04 20:20:34','2023-04-05 13:30:23'),(1816,0,'2023-04-05 20:26:38','2023-04-05 20:26:38',3,10.18,0,10.18,0,0,'wc-completed',14,'2023-04-07 14:21:21','2023-04-07 20:33:05'),(1817,0,'2023-04-05 22:42:41','2023-04-05 22:42:41',11,1066.01,0,43.07,1022.94,0,'wc-completed',49,'2023-04-05 22:44:07','2023-04-06 23:55:01'),(1818,0,'2023-04-06 21:15:05','2023-04-06 21:15:05',7,159.8,0,14.12,145.68,0,'wc-completed',46,'2023-04-10 17:57:22','2023-04-10 19:59:07'),(1819,0,'2023-04-07 15:53:16','2023-04-07 15:53:16',18,770.78,0,0,770.78,0,'wc-completed',64,'2023-04-07 15:53:41','2023-04-07 20:59:23'),(1820,0,'2023-04-07 22:30:34','2023-04-07 22:30:34',8,639.12,0,0,639.12,0,'wc-completed',64,'2023-04-07 22:31:02','2023-04-10 15:36:20'),(1821,0,'2023-04-08 21:10:59','2023-04-08 21:10:59',11,826.56,0,0,826.56,0,'wc-completed',63,'2023-04-08 21:11:33','2023-04-10 18:40:47'),(1822,0,'2023-04-10 14:35:02','2023-04-10 14:35:02',19,1034.64,0,0,1034.64,1,'wc-completed',11,'2023-04-10 14:36:25','2023-04-10 20:02:34'),(1823,0,'2023-04-10 18:19:22','2023-04-10 18:19:22',19,973.16,0,86.3,886.86,1,'wc-completed',25,'2023-04-10 18:21:28','2023-04-11 14:29:37'),(1825,0,'2023-04-10 22:24:14','2023-04-10 22:24:14',1,10.18,0,10.18,0,1,'wc-completed',81,'2023-04-11 14:34:10','2023-04-12 14:22:56'),(1826,0,'2023-04-11 01:56:30','2023-04-11 01:56:30',10,756.21,0,27.33,728.88,0,'wc-completed',17,'2023-04-11 01:57:27','2023-04-11 16:14:46'),(1827,0,'2023-04-11 18:00:54','2023-04-11 18:00:54',20,931.28,0,0,931.28,0,'wc-completed',82,'2023-04-11 18:02:14','2023-04-12 14:22:20'),(1828,0,'2023-04-12 04:39:11','2023-04-12 04:39:11',5,757.81,0,463.93,293.88,0,'wc-completed',67,'2023-04-12 04:46:53','2023-04-13 14:00:05'),(1829,0,'2023-04-12 15:21:11','2023-04-12 15:21:11',13,773.44,0,0,773.44,1,'wc-completed',90,'2023-04-12 15:21:46','2023-04-13 13:58:47'),(1830,0,'2023-04-12 17:24:30','2023-04-12 17:24:30',28,1297.15,0,0,1297.15,0,'wc-cancelled',69,NULL,NULL),(1831,0,'2023-04-12 17:25:12','2023-04-12 17:25:12',28,1297.15,0,0,1297.15,0,'wc-completed',69,'2023-04-12 17:28:59','2023-04-13 13:57:44'),(1832,0,'2023-04-13 16:03:13','2023-04-13 16:03:13',20,846.38,0,0,846.38,1,'wc-completed',90,'2023-04-13 16:06:00','2023-04-14 16:40:36'),(1833,0,'2023-04-13 16:16:00','2023-04-13 16:16:00',13,727.68,0,0,727.68,1,'wc-completed',90,'2023-04-13 16:16:24','2023-04-17 21:40:23'),(1834,0,'2023-04-13 16:21:15','2023-04-13 16:21:15',20,907.92,0,0,907.92,1,'wc-completed',90,'2023-04-13 16:21:38','2023-04-13 20:31:57'),(1835,0,'2023-04-14 04:21:47','2023-04-14 04:21:47',22,1991.52,0,0,1991.52,0,'wc-completed',80,'2023-04-14 04:22:18','2023-04-17 14:41:39'),(1836,0,'2023-04-14 15:36:25','2023-04-14 15:36:25',3,211.96,0,12.52,199.44,0,'wc-completed',55,'2023-04-14 15:38:04','2023-04-17 14:40:32'),(1837,0,'2023-04-14 17:25:59','2023-04-14 17:25:59',12,965.04,0,0,965.04,1,'wc-completed',11,'2023-04-14 17:26:26','2023-04-17 14:39:27'),(1838,0,'2023-04-17 16:49:42','2023-04-17 16:49:42',28,1069.33,0,0,1069.33,0,'wc-completed',94,'2023-04-17 16:50:06','2023-04-17 21:37:58'),(1839,0,'2023-04-17 18:56:17','2023-04-17 18:56:17',10,10.19,0,10.19,0,0,'wc-completed',63,'2023-04-18 18:03:42','2023-04-18 21:45:27'),(1841,0,'2023-04-18 22:19:27','2023-04-18 22:19:27',11,888.24,0,0,888.24,1,'wc-completed',50,'2023-04-18 22:20:01','2023-04-19 20:16:14'),(1842,0,'2023-04-20 15:35:16','2023-04-20 15:35:16',15,588.64,0,27.62,561.02,1,'wc-completed',11,'2023-04-20 15:35:38','2023-04-21 13:40:49'),(1843,0,'2023-04-21 12:24:38','2023-04-21 12:24:38',14,664.56,0,0,664.56,0,'wc-completed',6,'2023-04-21 23:38:39','2023-04-24 16:12:24'),(1844,0,'2023-04-22 18:08:33','2023-04-22 18:08:33',8,397.74,0,26.94,370.8,1,'wc-completed',57,'2023-04-22 18:09:17','2023-04-24 16:13:56'),(1845,0,'2023-04-22 20:45:32','2023-04-22 20:45:32',17,797.18,0,0,797.18,0,'wc-completed',12,'2023-04-22 20:46:07','2023-04-24 16:14:28'),(1846,0,'2023-04-24 14:55:39','2023-04-24 14:55:39',17,704.54,0,0,704.54,1,'wc-completed',11,'2023-04-24 14:56:04','2023-04-24 20:07:00'),(1847,0,'2023-04-24 18:01:03','2023-04-24 18:01:03',5,826.63,0,456.14,370.49,0,'wc-completed',67,'2023-04-24 18:01:48','2023-04-24 20:53:35'),(1848,0,'2023-04-24 19:57:36','2023-04-24 19:57:36',46,1833.66,0,0,1833.66,1,'wc-completed',95,'2023-04-24 20:04:59','2023-04-25 16:33:13'),(1849,0,'2023-04-26 13:16:25','2023-04-26 13:16:25',15,542.45,0,0,542.45,0,'wc-completed',64,'2023-04-26 13:43:05','2023-04-26 20:35:09'),(1850,0,'2023-04-26 19:25:17','2023-04-26 19:25:17',4,517.92,0,0,517.92,0,'wc-completed',96,'2023-04-26 19:27:46','2023-04-26 20:52:19'),(1852,0,'2023-04-27 18:37:28','2023-04-27 18:37:28',4,314.6,0,27.56,287.04,1,'wc-completed',95,'2023-04-27 18:39:00','2023-04-28 20:13:45'),(1853,0,'2023-04-28 12:51:54','2023-04-28 12:51:54',15,1008.32,0,0,1008.32,0,'wc-completed',26,'2023-04-28 12:52:50','2023-05-01 16:57:09'),(1854,0,'2023-04-28 13:11:14','2023-04-28 13:11:14',17,613.44,0,0,613.44,1,'wc-completed',79,'2023-04-28 20:41:59','2023-05-01 16:56:35'),(1855,0,'2023-04-28 13:34:34','2023-04-28 13:34:34',8,317,0,19.74,297.26,0,'wc-completed',39,'2023-04-28 13:34:58','2023-04-28 20:19:01'),(1856,0,'2023-05-01 12:27:59','2023-05-01 12:27:59',5,310.78,0,19.42,291.36,1,'wc-completed',53,'2023-05-01 20:58:34','2023-05-02 15:33:38'),(1857,0,'2023-05-01 17:05:01','2023-05-01 17:05:01',11,698.25,0,27.29,670.96,0,'wc-completed',17,'2023-05-01 17:05:31','2023-05-01 20:20:35'),(1859,0,'2023-05-01 22:02:37','2023-05-01 22:02:37',5,342.54,0,31.35,311.19,0,'wc-completed',32,'2023-05-01 22:03:09','2023-05-02 20:40:07'),(1862,0,'2023-05-02 20:56:23','2023-05-02 20:56:23',6,176.98,0,12.5,164.48,0,'wc-completed',55,'2023-05-02 20:57:41','2023-05-03 14:04:21'),(1863,0,'2023-05-02 22:58:07','2023-05-02 22:58:07',13,524.08,0,32.5,491.58,0,'wc-completed',97,'2023-05-02 23:52:32','2023-05-03 15:17:01'),(1864,0,'2023-05-03 17:42:42','2023-05-03 17:42:42',17,581.48,0,0,581.48,1,'wc-completed',13,'2023-05-03 17:49:26','2023-05-04 16:55:01'),(1865,0,'2023-05-04 18:38:30','2023-05-04 18:38:30',18,722.86,0,0,722.86,1,'wc-completed',11,'2023-05-04 18:39:05','2023-05-05 13:47:31'),(1867,0,'2023-05-04 20:01:36','2023-05-04 20:01:36',6,184.41,0,20.67,163.74,0,'wc-completed',86,'2023-05-04 20:02:28','2023-05-05 15:11:04'),(1868,0,'2023-05-05 19:44:06','2023-05-05 19:44:06',47,2210.26,0,0,2210.26,1,'wc-completed',62,'2023-05-05 19:45:27','2023-05-08 13:58:58'),(1869,0,'2023-05-08 13:33:43','2023-05-08 13:33:43',13,650.6,0,0,650.6,1,'wc-completed',57,'2023-05-08 13:34:24','2023-05-08 19:20:01'),(1870,0,'2023-05-08 15:13:47','2023-05-08 15:13:47',29,1099.09,0,0,1099.09,0,'wc-completed',94,'2023-05-08 15:14:21','2023-05-08 21:57:53'),(1871,0,'2023-05-08 20:56:27','2023-05-08 20:56:27',2,49.36,0,10.16,39.2,1,'wc-completed',21,'2023-05-08 21:00:07','2023-05-09 21:56:29'),(1872,0,'2023-05-08 22:14:54','2023-05-08 22:14:54',4,97.9,0,19.5,78.4,0,'wc-completed',49,'2023-05-08 22:29:58','2023-05-09 20:10:21'),(1873,0,'2023-05-09 18:54:59','2023-05-09 18:54:59',15,375.81,0,31.65,344.16,1,'wc-completed',53,'2023-05-09 18:55:22','2023-05-09 21:55:58'),(1874,0,'2023-05-09 18:58:36','2023-05-09 18:58:36',13,32.78,0,14.73,18.05,0,'wc-completed',53,'2023-05-09 18:58:56','2023-05-09 21:56:22'),(1875,0,'2023-05-09 19:53:51','2023-05-09 19:53:51',6,184.41,0,20.67,163.74,0,'wc-completed',86,'2023-05-09 19:54:12','2023-05-11 04:00:37'),(1876,0,'2023-05-10 20:04:21','2023-05-10 20:04:21',7,546.72,0,0,546.72,1,'wc-completed',62,'2023-05-10 20:05:39','2023-05-11 04:00:02'),(1877,0,'2023-05-10 21:35:59','2023-05-10 21:35:59',12,82.76,0,10.16,72.6,1,'wc-completed',81,'2023-05-10 21:36:22','2023-05-11 20:41:38'),(1878,0,'2023-05-11 04:43:55','2023-05-11 04:43:55',15,821.35,0,77.79,743.56,1,'wc-completed',25,'2023-05-11 04:44:27','2023-05-11 20:40:50'),(1879,0,'2023-05-11 16:45:33','2023-05-11 16:45:33',17,607,0,0,607,1,'wc-completed',79,'2023-05-11 16:46:23','2023-05-12 03:59:44'),(1880,0,'2023-05-11 16:46:29','2023-05-11 16:46:29',7,437.79,0,27.15,410.64,0,'wc-completed',53,'2023-05-11 16:46:52','2023-05-11 20:39:29'),(1881,0,'2023-05-11 17:00:38','2023-05-11 17:00:38',30,154.84,0,14.84,140,1,'wc-cancelled',21,NULL,NULL),(1882,0,'2023-05-11 17:01:12','2023-05-11 17:01:12',30,157.3,0,17.3,140,1,'wc-completed',21,'2023-05-11 17:02:44','2023-05-11 20:39:46'),(1883,0,'2023-05-12 18:54:23','2023-05-12 18:54:23',9,547.68,0,0,547.68,0,'wc-completed',42,'2023-05-12 18:57:34','2023-05-18 15:50:16'),(1884,0,'2023-05-13 22:39:53','2023-05-13 22:39:53',25,1077.64,0,0,1077.64,0,'wc-completed',82,'2023-05-13 22:41:07','2023-05-18 15:50:58'),(1886,0,'2023-05-16 15:54:08','2023-05-16 15:54:08',18,797.08,0,0,797.08,1,'wc-completed',90,'2023-05-16 15:55:50','2023-05-18 15:51:37'),(1887,0,'2023-05-16 16:07:35','2023-05-16 16:07:35',16,1019.25,0,0,1019.25,1,'wc-completed',90,'2023-05-16 16:08:01','2023-05-18 15:52:22'),(1888,0,'2023-05-16 16:13:47','2023-05-16 16:13:47',25,1001.01,0,0,1001.01,1,'wc-completed',90,'2023-05-16 16:14:17','2023-05-18 15:53:04'),(1889,0,'2023-05-16 19:47:31','2023-05-16 19:47:31',26,1255.43,0,0,1255.43,0,'wc-completed',94,'2023-05-16 19:48:03','2023-05-17 15:36:53'),(1890,0,'2023-05-16 22:11:31','2023-05-16 22:11:31',17,601.72,0,0,601.72,1,'wc-completed',79,'2023-05-16 22:11:52','2023-05-18 15:53:48'),(1891,0,'2023-05-16 22:59:03','2023-05-16 22:59:03',21,1097.47,0,0,1097.47,1,'wc-completed',11,'2023-05-16 22:59:39','2023-05-18 15:54:36'),(1892,0,'2023-05-16 23:22:31','2023-05-16 23:22:31',25,1513,0,0,1513,1,'wc-completed',11,'2023-05-16 23:22:59','2023-05-17 19:21:52'),(1893,0,'2023-05-17 17:27:49','2023-05-17 17:27:49',14,503.66,0,0,503.66,1,'wc-completed',90,'2023-05-17 17:28:12','2023-05-17 22:30:39'),(1894,0,'2023-05-18 01:40:05','2023-05-18 01:40:05',16,538.38,0,0,538.38,0,'wc-completed',100,'2023-05-18 01:41:06','2023-05-18 17:51:11'),(1895,0,'2023-05-18 16:31:05','2023-05-18 16:31:05',21,1050.18,0,0,1050.18,0,'wc-completed',12,'2023-05-18 16:31:31','2023-05-25 15:55:18'),(1896,0,'2023-05-18 16:34:15','2023-05-18 16:34:15',18,1077.07,0,0,1077.07,1,'wc-completed',12,'2023-05-18 16:34:34','2023-05-18 20:56:04'),(1897,0,'2023-05-18 17:46:22','2023-05-18 17:46:22',60,308.31,0,28.31,280,1,'wc-completed',21,'2023-05-18 17:47:31','2023-05-18 20:51:58'),(1898,0,'2023-05-18 21:55:51','2023-05-18 21:55:51',26,1220.53,0,49.85,1170.68,0,'wc-completed',99,'2023-05-18 21:56:26','2023-05-22 19:26:09'),(1899,0,'2023-05-19 15:10:20','2023-05-19 15:10:20',18,906.36,0,0,906.36,1,'wc-completed',50,'2023-05-19 15:14:17','2023-05-22 19:27:40'),(1900,0,'2023-05-19 15:20:56','2023-05-19 15:20:56',31,1271.42,0,0,1271.42,1,'wc-completed',50,'2023-05-19 15:21:14','2023-05-22 19:26:54'),(1901,0,'2023-05-20 16:06:14','2023-05-20 16:06:14',4,329.89,0,55.73,274.16,0,'wc-completed',85,'2023-05-20 16:13:16','2023-05-25 15:55:23'),(1902,0,'2023-05-23 20:48:26','2023-05-23 20:48:26',36,2094.72,0,0,2094.72,1,'wc-completed',95,'2023-05-23 20:50:02','2023-05-25 15:55:27'),(1903,0,'2023-05-23 22:55:18','2023-05-23 22:55:18',10,43.33,0,43.33,0,0,'wc-completed',63,'2023-05-23 22:55:54','2023-05-24 20:43:13'),(1905,0,'2023-05-24 21:09:52','2023-05-24 21:09:52',15,554.2,0,0,554.2,1,'wc-completed',79,'2023-05-24 21:10:17','2023-05-25 15:56:09'),(1906,0,'2023-05-25 14:19:21','2023-05-25 14:19:21',11,558.9,0,0,558.9,0,'wc-completed',26,'2023-05-25 14:20:09','2023-05-25 17:31:34'),(1907,0,'2023-05-25 14:42:20','2023-05-25 14:42:20',22,1077.78,0,0,1077.78,0,'wc-completed',64,'2023-05-25 14:42:45','2023-05-25 19:52:10'),(1909,0,'2023-05-25 18:09:27','2023-05-25 18:09:27',29,1540.02,0,0,1540.02,0,'wc-completed',69,'2023-05-25 18:11:38','2023-05-26 15:07:33'),(1910,0,'2023-05-25 23:08:13','2023-05-25 23:08:13',19,1169.5,0,0,1169.5,0,'wc-completed',6,'2023-05-26 15:15:05','2023-05-26 20:40:55'),(1911,0,'2023-05-26 14:24:21','2023-05-26 14:24:21',21,966.75,0,0,966.75,0,'wc-completed',94,'2023-05-26 14:24:48','2023-05-26 20:42:12'),(1912,0,'2023-05-27 21:15:22','2023-05-27 21:15:22',14,866.19,0,267.57,598.62,1,'wc-cancelled',25,NULL,NULL),(1913,0,'2023-05-27 21:24:35','2023-05-27 21:24:35',14,866.19,0,267.57,598.62,1,'wc-cancelled',25,NULL,NULL),(1914,0,'2023-05-27 21:31:19','2023-05-27 21:31:19',14,866.19,0,267.57,598.62,1,'wc-completed',25,'2023-05-27 21:31:52','2023-05-30 15:32:03'),(1915,0,'2023-05-30 19:02:26','2023-05-30 19:02:26',16,610.16,0,0,610.16,1,'wc-completed',13,'2023-06-05 16:38:35','2023-06-05 19:54:19'),(1916,0,'2023-05-30 22:41:37','2023-05-30 22:41:37',5,580.8,0,0,580.8,1,'wc-completed',79,'2023-05-30 22:41:58','2023-05-31 17:47:07'),(1917,0,'2023-05-31 21:01:29','2023-05-31 21:01:29',12,378.74,0,55.38,323.36,0,'wc-completed',39,'2023-06-02 17:48:18','2023-06-05 17:52:45'),(1918,0,'2023-05-31 21:29:25','2023-05-31 21:29:25',6,31.94,0,31.94,0,0,'wc-completed',41,'2023-06-14 02:33:09','2023-06-14 19:01:08'),(1919,0,'2023-05-31 22:11:35','2023-05-31 22:11:35',7,504.72,0,0,504.72,0,'wc-completed',96,'2023-06-01 20:06:06','2023-06-02 17:34:06'),(1921,0,'2023-06-01 13:24:45','2023-06-01 13:24:45',9,692.06,0,0,692.06,1,'wc-completed',70,'2023-06-01 13:27:25','2023-06-01 18:18:26'),(1922,0,'2023-06-01 14:47:58','2023-06-01 14:47:58',6,241.32,0,15.41,225.91,0,'wc-completed',17,'2023-06-01 14:48:31','2023-06-01 18:14:27'),(1923,0,'2023-06-01 16:43:18','2023-06-01 16:43:18',117,4786.19,0,0,4786.19,0,'wc-completed',80,'2023-06-01 16:43:45','2023-06-01 22:23:34'),(1924,0,'2023-06-01 16:55:48','2023-06-01 16:55:48',5,329.29,0,33.61,295.68,0,'wc-completed',32,'2023-06-01 16:56:08','2023-06-01 22:24:23'),(1925,0,'2023-06-01 19:31:40','2023-06-01 19:31:40',22,959.66,0,0,959.66,1,'wc-completed',11,'2023-06-01 19:32:01','2023-06-02 17:35:13'),(1927,0,'2023-06-02 14:41:02','2023-06-02 14:41:02',21,1099.87,0,0,1099.87,1,'wc-completed',11,'2023-06-02 14:41:21','2023-06-02 17:33:16'),(1928,0,'2023-06-03 01:14:42','2023-06-03 01:14:42',6,500.22,0,0,500.22,0,'wc-cancelled',67,'2023-06-03 01:15:06',NULL),(1929,0,'2023-06-03 21:35:06','2023-06-03 21:35:06',21,824.75,0,0,824.75,0,'wc-completed',64,'2023-06-03 21:35:47','2023-06-05 17:55:58'),(1930,0,'2023-06-03 23:20:12','2023-06-03 23:20:12',2,126.01,0,15.46,110.55,1,'wc-completed',81,'2023-06-03 23:20:34','2023-06-05 17:54:43'),(1931,1928,'2023-06-05 17:46:47','2023-06-05 17:46:47',-6,-500.22,0,0,-500.22,NULL,'wc-cancelled',67,'2023-06-05 17:46:47','2023-06-05 17:46:47'),(1933,0,'2023-06-06 14:42:22','2023-06-06 14:42:22',2,212.41,0,79.45,132.96,0,'wc-completed',67,'2023-06-06 14:43:27','2023-06-06 18:46:45'),(1934,0,'2023-06-06 17:57:32','2023-06-06 17:57:32',4,94.49,0,16.09,78.4,0,'wc-cancelled',29,NULL,NULL),(1935,1907,'2023-06-06 19:14:39','2023-06-06 19:14:39',0,-5.54,0,-5.54,0,NULL,'wc-completed',64,'2023-06-06 19:14:39','2023-06-06 19:14:39'),(1936,0,'2023-06-07 20:18:57','2023-06-07 20:18:57',4,167.18,0,20.88,146.3,0,'wc-completed',53,'2023-06-07 20:19:23','2023-06-08 17:30:17'),(1937,0,'2023-06-07 20:37:52','2023-06-07 20:37:52',4,161.7,0,15.4,146.3,1,'wc-completed',53,'2023-06-07 20:38:13','2023-06-08 17:29:49'),(1938,0,'2023-06-07 20:46:19','2023-06-07 20:46:19',14,516.08,0,26.24,489.84,1,'wc-completed',53,'2023-06-07 20:46:35','2023-06-08 17:29:01'),(1939,0,'2023-06-08 12:13:49','2023-06-08 12:13:49',22,1569.13,0,0,1569.13,0,'wc-completed',52,'2023-06-08 12:14:40','2023-06-08 18:52:10'),(1942,0,'2023-06-12 00:20:29','2023-06-12 00:20:29',4,94.45,0,16.05,78.4,0,'wc-completed',29,'2023-06-12 00:22:07','2023-06-12 20:27:36'),(1943,0,'2023-06-12 03:35:25','2023-06-12 03:35:25',21,899.86,0,0,899.86,0,'wc-completed',94,'2023-06-12 03:35:45','2023-06-13 16:03:07'),(1944,0,'2023-06-12 22:45:30','2023-06-12 22:45:30',135,9140.64,0,0,9140.64,1,'wc-completed',95,'2023-06-12 22:46:54','2023-06-14 01:53:46'),(1945,0,'2023-06-13 14:33:13','2023-06-13 14:33:13',11,647.96,0,0,647.96,0,'wc-completed',6,'2023-06-19 17:35:41','2023-06-19 21:05:08'),(1946,0,'2023-06-13 21:08:41','2023-06-13 21:08:41',25,1337.28,0,0,1337.28,0,'wc-completed',67,'2023-06-14 01:57:22','2023-06-14 18:59:42'),(1947,0,'2023-06-14 01:44:47','2023-06-14 01:44:47',10,1061.93,0,678.65,383.28,0,'wc-cancelled',46,NULL,NULL),(1948,0,'2023-06-14 19:05:52','2023-06-14 19:05:52',9,569.64,0,0,569.64,1,'wc-completed',79,'2023-06-15 20:23:51','2023-06-16 22:07:19'),(1949,0,'2023-06-14 21:15:14','2023-06-14 21:15:14',38,1925.83,0,0,1925.83,1,'wc-completed',95,'2023-06-14 21:16:31','2023-06-15 17:06:01'),(1950,0,'2023-06-15 20:56:59','2023-06-15 20:56:59',22,1166.35,0,0,1166.35,1,'wc-completed',11,'2023-06-15 20:57:23','2023-06-16 22:05:52'),(1951,0,'2023-06-16 01:30:28','2023-06-16 01:30:28',19,574.31,0,0,574.31,1,'wc-completed',25,'2023-06-16 01:45:27','2023-06-16 22:06:45'),(1952,0,'2023-06-16 15:17:55','2023-06-16 15:17:55',10,519.89,0,136.61,383.28,0,'wc-processing',46,'2023-06-21 01:20:25',NULL),(1954,0,'2023-06-16 17:55:08','2023-06-16 17:55:08',19,839.55,0,0,839.55,1,'wc-completed',90,'2023-06-16 17:55:37','2023-06-16 22:03:32'),(1955,0,'2023-06-16 18:00:22','2023-06-16 18:00:22',8,631.36,0,0,631.36,1,'wc-completed',90,'2023-06-16 18:00:59','2023-06-16 22:04:46'),(1956,0,'2023-06-16 18:13:10','2023-06-16 18:13:10',14,1295.32,0,0,1295.32,1,'wc-completed',90,'2023-06-16 18:13:29','2023-06-19 14:10:48'),(1957,0,'2023-06-16 18:15:55','2023-06-16 18:15:55',11,549.82,0,0,549.82,1,'wc-completed',90,'2023-06-16 18:16:12','2023-06-19 15:01:57'),(1960,0,'2023-06-19 18:03:47','2023-06-19 18:03:47',9,712.62,0,0,712.62,1,'wc-completed',13,'2023-06-19 18:08:05','2023-06-19 21:06:30'),(1961,0,'2023-06-19 21:06:08','2023-06-19 21:06:08',8,609.45,0,33.51,575.94,0,'wc-completed',30,'2023-06-20 15:12:08','2023-06-20 18:15:20'),(1962,0,'2023-06-19 23:07:39','2023-06-19 23:07:39',8,637.65,0,0,637.65,1,'wc-completed',11,'2023-06-19 23:07:58','2023-06-20 14:58:30'),(1963,0,'2023-06-20 01:50:43','2023-06-20 01:50:43',22,1602.12,0,0,1602.12,0,'wc-completed',63,'2023-06-20 01:52:03','2023-06-20 18:13:21'),(1964,0,'2023-06-20 16:36:43','2023-06-20 16:36:43',41,2540.32,0,0,2540.32,0,'wc-processing',69,'2023-06-20 16:38:47',NULL),(1965,0,'2023-06-20 18:29:42','2023-06-20 18:29:42',30,1040.11,0,0,1040.11,0,'wc-processing',12,'2023-06-20 18:30:32',NULL),(1966,0,'2023-06-20 20:49:58','2023-06-20 20:49:58',3,266.17,0,28.57,237.6,0,'wc-processing',32,'2023-06-20 20:51:09',NULL),(1967,0,'2023-06-20 21:19:16','2023-06-20 21:19:16',8,625.78,0,0,625.78,1,'wc-processing',13,'2023-06-20 21:19:46',NULL),(1968,0,'2023-06-21 02:08:50','2023-06-21 02:08:50',15,714.04,0,0,714.04,1,'wc-processing',57,'2023-06-21 02:10:42',NULL),(1979,0,'2023-06-29 15:13:17','2023-06-29 15:13:17',21,1273.76,0,0,1273.76,0,'wc-completed',64,'2023-06-29 16:21:22','2023-07-06 15:02:11'),(1982,0,'2023-07-01 19:34:25','2023-07-01 19:34:25',39,1546.53,0,0,1546.53,1,'wc-completed',62,'2023-07-06 00:45:30','2023-07-06 22:15:33'),(1983,0,'2023-07-01 20:18:59','2023-07-01 20:18:59',25,687.38,0,0,687.38,1,'wc-completed',50,'2023-07-01 20:19:22','2023-07-05 23:35:31'),(1984,0,'2023-07-02 22:46:59','2023-07-02 22:46:59',5,164.16,0,20.88,143.28,0,'wc-completed',86,'2023-07-02 22:47:16','2023-07-05 23:36:03'),(1985,0,'2023-07-03 12:22:56','2023-07-03 12:22:56',13,691.88,0,0,691.88,1,'wc-completed',57,'2023-07-03 12:25:18','2023-07-06 15:03:48'),(1986,0,'2023-07-03 14:38:31','2023-07-03 14:38:31',14,762.19,0,0,762.19,0,'wc-completed',17,'2023-07-03 14:38:56','2023-07-05 23:34:55'),(1988,0,'2023-07-04 19:29:41','2023-07-04 19:29:41',29,1420.82,0,0,1420.82,1,'wc-completed',12,'2023-07-04 19:30:01','2023-07-05 23:33:58'),(1991,0,'2023-07-05 19:52:08','2023-07-05 19:52:08',6,410.66,0,23.3,387.36,0,'wc-completed',53,'2023-07-05 19:52:29','2023-07-06 15:04:46'),(1992,0,'2023-07-05 20:35:44','2023-07-05 20:35:44',2,13.03,0,13.03,0,0,'wc-completed',14,'2023-07-06 15:44:11','2023-07-12 17:39:43'),(1993,0,'2023-07-06 17:28:05','2023-07-06 17:28:05',15,1150.84,0,0,1150.84,1,'wc-completed',11,'2023-07-06 17:28:24','2023-07-06 22:17:00'),(1994,0,'2023-07-06 19:01:58','2023-07-06 19:01:58',10,13.75,0,13.75,0,0,'wc-completed',63,'2023-07-07 16:17:35','2023-07-10 19:24:08'),(1995,0,'2023-07-06 19:02:37','2023-07-06 19:02:37',10,13.75,0,13.75,0,0,'wc-completed',63,'2023-07-07 16:16:28','2023-07-10 15:46:59'),(1996,0,'2023-07-07 15:33:16','2023-07-07 15:33:16',4,524.67,0,75.87,448.8,0,'wc-completed',30,'2023-07-11 15:25:09','2023-07-12 17:41:17'),(1997,0,'2023-07-07 20:00:07','2023-07-07 20:00:07',17,520.08,0,0,520.08,1,'wc-completed',62,'2023-07-12 19:01:50','2023-07-14 20:41:44'),(1998,0,'2023-07-10 15:29:06','2023-07-10 15:29:06',7,13.03,0,13.03,0,0,'wc-completed',14,'2023-07-10 21:04:41','2023-07-11 15:46:25'),(1999,0,'2023-07-11 20:40:10','2023-07-11 20:40:10',3,179.68,0,15.37,164.31,0,'wc-completed',55,'2023-07-11 20:41:25','2023-07-12 17:51:29'),(2000,0,'2023-07-12 03:13:23','2023-07-12 03:13:23',4,167.18,0,17.43,149.75,0,'wc-completed',33,'2023-07-12 03:17:51','2023-07-12 17:52:13'),(2001,0,'2023-07-12 23:15:28','2023-07-12 23:15:28',8,526.8,0,0,526.8,1,'wc-completed',11,'2023-07-12 23:15:58','2023-07-14 22:18:06'),(2002,0,'2023-07-13 19:16:08','2023-07-13 19:16:08',7,567.9,0,0,567.9,0,'wc-completed',96,'2023-07-13 19:17:36','2023-07-14 22:16:09'),(2003,0,'2023-07-14 03:39:20','2023-07-14 03:39:20',8,759.96,0,0,759.96,0,'wc-completed',100,'2023-07-14 03:40:11','2023-07-14 22:17:36'),(2004,0,'2023-07-14 17:56:22','2023-07-14 17:56:22',18,1263.24,0,0,1263.24,0,'wc-completed',6,'2023-07-14 22:27:58','2023-07-17 17:23:35'),(2005,0,'2023-07-14 21:25:24','2023-07-14 21:25:24',7,499.02,0,21.9,477.12,0,'wc-completed',53,'2023-07-14 21:25:45','2023-07-25 19:41:23'),(2006,0,'2023-07-17 11:58:59','2023-07-17 11:58:59',8,177.16,0,20.36,156.8,1,'wc-completed',90,'2023-07-17 11:59:31','2023-07-17 19:53:29'),(2007,0,'2023-07-17 12:04:28','2023-07-17 12:04:28',26,1288.1,0,0,1288.1,1,'wc-completed',90,'2023-07-17 12:05:03','2023-07-17 19:52:37'),(2008,0,'2023-07-17 12:11:28','2023-07-17 12:11:28',22,1200.67,0,0,1200.67,1,'wc-completed',90,'2023-07-17 12:12:00','2023-07-17 20:03:06'),(2009,0,'2023-07-17 12:15:55','2023-07-17 12:15:55',15,820.75,0,0,820.75,1,'wc-completed',90,'2023-07-17 12:16:15','2023-07-17 20:03:59'),(2010,0,'2023-07-17 14:44:32','2023-07-17 14:44:32',26,1968.93,0,0,1968.93,1,'wc-completed',70,'2023-07-17 14:45:04','2023-07-17 20:00:55'),(2013,0,'2023-07-17 18:38:15','2023-07-17 18:38:15',15,134.83,0,28.68,106.15,0,'wc-cancelled',53,NULL,NULL),(2014,0,'2023-07-17 19:44:18','2023-07-17 19:44:18',8,838,0,0,838,0,'wc-completed',80,'2023-07-17 19:44:42','2023-07-18 14:39:51'),(2015,0,'2023-07-17 20:20:20','2023-07-17 20:20:20',4,310.52,0,30.68,279.84,1,'wc-completed',32,'2023-07-17 20:20:52','2023-07-18 17:17:31'),(2016,0,'2023-07-17 20:26:27','2023-07-17 20:26:27',11,501.88,0,100.06,401.82,0,'wc-completed',39,'2023-07-17 20:26:56','2023-07-18 17:17:53'),(2017,0,'2023-07-18 01:59:18','2023-07-18 01:59:18',6,500.22,0,0,500.22,0,'wc-completed',67,'2023-07-18 02:00:10','2023-07-18 19:56:09'),(2018,0,'2023-07-18 13:32:55','2023-07-18 13:32:55',15,311.96,0,33.36,278.6,0,'wc-refunded',101,'2023-07-18 13:44:42',NULL),(2019,2018,'2023-07-18 14:34:56','2023-07-18 14:34:56',-15,-311.96,0,-33.36,-278.6,NULL,'wc-refunded',101,'2023-07-18 14:34:56','2023-07-18 14:34:56'),(2020,0,'2023-07-18 16:01:20','2023-07-18 16:01:20',15,311.96,0,33.36,278.6,1,'wc-completed',101,'2023-07-18 16:02:02','2023-07-19 18:56:08'),(2021,0,'2023-07-19 06:15:27','2023-07-19 06:15:27',34,1273.88,0,0,1273.88,0,'wc-completed',76,'2023-07-19 06:21:39','2023-07-20 13:50:30'),(2022,0,'2023-07-19 06:41:51','2023-07-19 06:41:51',15,805.72,0,0,805.72,1,'wc-completed',25,'2023-07-19 06:42:14','2023-07-20 13:49:24'),(2023,0,'2023-07-19 14:49:18','2023-07-19 14:49:18',23,929.9,0,0,929.9,0,'wc-completed',82,'2023-07-19 14:49:57','2023-07-20 13:45:54'),(2024,0,'2023-07-19 19:53:31','2023-07-19 19:53:31',4,94.45,0,16.05,78.4,0,'wc-completed',26,'2023-07-19 19:54:46','2023-07-20 13:44:49'),(2025,0,'2023-07-23 13:35:33','2023-07-23 13:35:33',8,657.84,0,0,657.84,0,'wc-completed',42,'2023-07-23 13:37:22','2023-07-25 18:29:39'),(2026,0,'2023-07-23 16:58:02','2023-07-23 16:58:02',19,1208.5,0,164.5,1044,0,'wc-completed',99,'2023-07-23 18:14:42','2023-07-25 18:31:59'),(2027,0,'2023-07-24 01:56:52','2023-07-24 01:56:52',21,1455.81,0,0,1455.81,0,'wc-completed',52,'2023-07-24 01:57:54','2023-07-25 18:35:40'),(2028,0,'2023-07-25 20:37:26','2023-07-25 20:37:26',9,961.66,0,0,961.66,0,'wc-completed',49,'2023-07-25 20:39:09','2023-07-26 18:32:37'),(2029,0,'2023-07-25 21:26:08','2023-07-25 21:26:08',16,522.72,0,0,522.72,1,'wc-completed',79,'2023-07-26 14:04:27','2023-07-26 18:34:29'),(2030,0,'2023-07-25 21:28:57','2023-07-25 21:28:57',56,530.2,0,0,530.2,1,'wc-completed',79,'2023-07-26 14:02:42','2023-07-26 18:33:44'),(2031,0,'2023-07-25 22:28:13','2023-07-25 22:28:13',7,668.04,0,0,668.04,1,'wc-completed',13,'2023-07-25 22:28:53','2023-07-26 18:33:13'),(2032,0,'2023-07-26 00:08:22','2023-07-26 00:08:22',6,134.84,0,18.68,116.16,1,'wc-cancelled',46,NULL,NULL),(2033,0,'2023-07-26 03:22:01','2023-07-26 03:22:01',12,97.61,0,18.41,79.2,0,'wc-cancelled',100,NULL,NULL),(2034,0,'2023-07-26 19:26:46','2023-07-26 19:26:46',39,1903.93,0,0,1903.93,1,'wc-completed',11,'2023-07-26 19:27:04','2023-07-27 01:07:49'),(2035,0,'2023-07-26 22:26:15','2023-07-26 22:26:15',6,163.8,0,22.7,141.1,0,'wc-completed',86,'2023-07-26 22:27:25','2023-07-27 21:45:12'),(2036,0,'2023-07-27 02:05:45','2023-07-27 02:05:45',6,232.84,0,18.68,214.16,1,'wc-completed',46,'2023-07-27 02:06:05','2023-07-27 21:46:25'),(2037,0,'2023-07-27 03:55:50','2023-07-27 03:55:50',24,587.66,0,0,587.66,1,'wc-completed',12,'2023-07-27 03:56:17','2023-07-27 21:47:02'),(2038,2026,'2023-07-27 16:05:04','2023-07-27 16:05:04',0,-164.5,0,-164.5,0,NULL,'wc-completed',99,'2023-07-27 16:05:04','2023-07-27 16:05:04'),(2039,0,'2023-07-27 18:42:54','2023-07-27 18:42:54',14,803.64,0,0,803.64,1,'wc-completed',57,'2023-07-27 18:44:25','2023-07-27 21:48:52'),(2040,0,'2023-07-27 21:08:57','2023-07-27 21:08:57',8,174.14,0,17.34,156.8,1,'wc-completed',21,'2023-07-27 21:10:05','2023-07-31 13:50:19'),(2041,0,'2023-07-28 02:50:45','2023-07-28 02:50:45',5,160.28,0,15.4,144.88,0,'wc-completed',33,'2023-07-28 02:51:41','2023-07-31 13:52:09'),(2042,0,'2023-07-28 15:51:42','2023-07-28 15:51:42',20,1018.89,0,0,1018.89,0,'wc-completed',64,'2023-07-28 15:52:09','2023-07-31 13:54:33'),(2043,0,'2023-07-28 16:05:39','2023-07-28 16:05:39',2,167.23,0,19.49,147.74,0,'wc-refunded',26,'2023-07-28 16:07:07',NULL),(2044,0,'2023-07-28 16:16:57','2023-07-28 16:16:57',2,167.23,0,19.49,147.74,1,'wc-cancelled',26,NULL,NULL),(2045,2043,'2023-07-28 16:38:37','2023-07-28 16:38:37',-2,-167.23,0,-19.49,-147.74,NULL,'wc-refunded',26,'2023-07-28 16:38:37','2023-07-28 16:38:37'),(2046,0,'2023-07-28 16:41:51','2023-07-28 16:41:51',2,167.23,0,19.49,147.74,1,'wc-completed',26,'2023-07-28 16:42:44','2023-07-31 13:53:45'),(2047,0,'2023-07-28 23:32:13','2023-07-28 23:32:13',22,966.87,0,0,966.87,1,'wc-completed',101,'2023-07-28 23:32:50','2023-07-31 20:49:36'),(2048,0,'2023-07-31 16:38:14','2023-07-31 16:38:14',73,2318.66,0,0,2318.66,1,'wc-completed',69,'2023-07-31 16:43:44','2023-08-01 19:37:42'),(2049,0,'2023-08-01 19:35:44','2023-08-01 19:35:44',4,281.32,0,15.4,265.92,0,'wc-completed',55,'2023-08-01 19:36:49','2023-08-01 21:01:29'),(2050,0,'2023-08-01 20:50:56','2023-08-01 20:50:56',13,700.91,0,0,700.91,0,'wc-completed',17,'2023-08-01 20:51:49','2023-08-02 18:33:36'),(2051,0,'2023-08-02 03:54:09','2023-08-02 03:54:09',129,3444.16,0,0,3444.16,0,'wc-completed',80,'2023-08-02 03:54:41','2023-08-02 18:28:40'),(2052,0,'2023-08-02 13:17:30','2023-08-02 13:17:30',7,308.99,0,21.63,287.36,0,'wc-completed',39,'2023-08-02 13:17:54','2023-08-02 18:30:45'),(2053,0,'2023-08-02 16:56:32','2023-08-02 16:56:32',4,94.49,0,16.09,78.4,0,'wc-completed',29,'2023-08-02 16:57:23','2023-08-02 20:21:57'),(2054,0,'2023-08-02 21:25:33','2023-08-02 21:25:33',20,301.57,0,32.07,269.5,1,'wc-completed',101,'2023-08-02 21:26:08','2023-08-03 17:48:29'),(2055,0,'2023-08-02 22:54:28','2023-08-02 22:54:28',62,3677.17,0,0,3677.17,1,'wc-completed',95,'2023-08-02 22:57:23','2023-08-03 18:10:28'),(2056,0,'2023-08-02 22:59:51','2023-08-02 22:59:51',13,201.25,0,79.81,121.44,0,'wc-completed',60,'2023-08-05 00:40:56','2023-08-07 20:51:05'),(2057,0,'2023-08-03 16:38:39','2023-08-03 16:38:39',11,287.58,0,17.98,269.6,0,'wc-completed',100,'2023-08-03 19:05:50','2023-08-03 22:24:32'),(2058,0,'2023-08-03 17:35:34','2023-08-03 17:35:34',13,663.32,0,0,663.32,0,'wc-completed',64,'2023-08-03 17:36:22','2023-08-03 22:18:11'),(2059,0,'2023-08-07 21:11:56','2023-08-07 21:11:56',26,857.17,0,0,857.17,0,'wc-completed',53,'2023-08-09 19:57:16','2023-08-10 20:34:59'),(2060,0,'2023-08-08 01:59:47','2023-08-08 01:59:47',12,511.92,0,63.41,448.51,1,'wc-completed',25,'2023-08-09 05:06:15','2023-08-09 17:21:45'),(2061,0,'2023-08-09 17:05:11','2023-08-09 17:05:11',16,506.48,0,0,506.48,1,'wc-completed',79,'2023-08-09 17:27:23','2023-08-10 20:32:39'),(2062,0,'2023-08-09 20:04:58','2023-08-09 20:04:58',23,557.95,0,133.15,424.8,1,'wc-completed',101,'2023-08-09 20:05:19','2023-08-11 21:40:46'),(2063,0,'2023-08-09 23:22:46','2023-08-09 23:22:46',18,738.14,0,0,738.14,0,'wc-completed',82,'2023-08-09 23:23:07','2023-08-10 20:36:24'),(2064,0,'2023-08-10 15:32:14','2023-08-10 15:32:14',26,939.84,0,0,939.84,1,'wc-completed',50,'2023-08-10 15:33:21','2023-08-14 15:25:27'),(2065,0,'2023-08-10 19:18:11','2023-08-10 19:18:11',18,321.23,0,36.65,284.58,1,'wc-completed',32,'2023-08-10 19:18:36','2023-08-11 21:42:01'),(2066,0,'2023-08-11 20:10:56','2023-08-11 20:10:56',9,648.84,0,0,648.84,0,'wc-completed',85,'2023-08-11 20:16:43','2023-08-14 15:27:38'),(2067,0,'2023-08-12 00:06:46','2023-08-12 00:06:46',22,1518.74,0,0,1518.74,0,'wc-completed',6,'2023-08-14 15:27:57','2023-08-15 22:10:42'),(2068,0,'2023-08-12 18:48:25','2023-08-12 18:48:25',22,1392.6,0,0,1392.6,1,'wc-completed',12,'2023-08-12 18:49:04','2023-08-14 21:04:39'),(2069,0,'2023-08-12 19:14:07','2023-08-12 19:14:07',20,1112.38,0,0,1112.38,1,'wc-completed',12,'2023-08-12 19:14:28','2023-08-14 21:03:22'),(2070,0,'2023-08-14 00:00:41','2023-08-14 00:00:41',11,625.72,0,0,625.72,1,'wc-completed',90,'2023-08-14 00:01:18','2023-08-17 14:46:53'),(2071,0,'2023-08-14 00:06:26','2023-08-14 00:06:26',20,1071.02,0,0,1071.02,1,'wc-completed',90,'2023-08-14 00:07:01','2023-08-17 14:47:42'),(2072,0,'2023-08-14 15:28:15','2023-08-14 15:28:15',11,587.24,0,0,587.24,1,'wc-completed',11,'2023-08-14 15:28:35','2023-08-17 14:48:12'),(2073,0,'2023-08-14 17:48:26','2023-08-14 17:48:26',30,1735.22,0,0,1735.22,1,'wc-completed',90,'2023-08-14 17:50:50','2023-08-15 22:13:00'),(2074,0,'2023-08-14 18:53:47','2023-08-14 18:53:47',12,801.88,0,0,801.88,1,'wc-completed',70,'2023-08-14 18:54:13','2023-08-15 22:18:30'),(2075,0,'2023-08-14 21:14:14','2023-08-14 21:14:14',14,764.7,0,0,764.7,1,'wc-completed',90,'2023-08-14 21:14:35','2023-08-15 22:14:40'),(2076,0,'2023-08-15 02:33:17','2023-08-15 02:33:17',12,526.12,0,0,526.12,1,'wc-completed',57,'2023-08-15 02:33:44','2023-08-15 22:16:13'),(2077,0,'2023-08-15 18:48:36','2023-08-15 18:48:36',6,502.28,0,0,502.28,1,'wc-completed',13,'2023-08-15 18:49:36','2023-08-17 14:45:20'),(2078,0,'2023-08-16 15:43:57','2023-08-16 15:43:57',11,698.04,0,0,698.04,1,'wc-completed',26,'2023-08-16 15:45:03','2023-08-17 14:52:08'),(2079,0,'2023-08-16 22:22:04','2023-08-16 22:22:04',8,383.73,0,32.67,351.06,0,'wc-completed',30,'2023-08-23 18:04:09','2023-08-28 17:21:42'),(2080,0,'2023-08-17 13:48:07','2023-08-17 13:48:07',38,444.08,0,125.88,318.2,1,'wc-completed',21,'2023-08-17 13:51:39','2023-08-18 17:51:21'),(2081,0,'2023-08-17 18:53:11','2023-08-17 18:53:11',11,221.45,0,15.51,205.94,0,'wc-completed',30,'2023-08-17 18:53:34','2023-08-18 17:50:30'),(2082,0,'2023-08-18 13:44:12','2023-08-18 13:44:12',6,133.23,0,15.63,117.6,1,'wc-completed',81,'2023-08-18 13:44:34','2023-08-18 20:53:11'),(2083,0,'2023-08-18 13:47:20','2023-08-18 13:47:20',10,214.25,0,18.25,196,1,'wc-completed',81,'2023-08-18 13:47:47','2023-08-18 20:52:28'),(2084,2080,'2023-08-18 13:56:30','2023-08-18 13:56:30',0,-104.95,0,-104.95,0,1,'wc-completed',21,'2023-08-18 13:56:30','2023-08-18 13:56:30'),(2085,0,'2023-08-20 12:53:02','2023-08-20 12:53:02',35,441.37,0,39.37,402,1,'wc-completed',101,'2023-08-20 12:53:39','2023-08-21 21:03:50'),(2086,0,'2023-08-20 14:22:54','2023-08-20 14:22:54',4,66.98,0,16.38,50.6,0,'wc-completed',53,'2023-08-20 14:23:19','2023-08-21 21:02:59'),(2087,0,'2023-08-20 21:36:49','2023-08-20 21:36:49',1,95.5,0,16.3,79.2,0,'wc-completed',29,'2023-08-20 21:37:17','2023-08-21 21:05:19'),(2088,0,'2023-08-21 17:18:39','2023-08-21 17:18:39',2,155.72,0,18.64,137.08,1,'wc-completed',26,'2023-08-21 17:19:50','2023-08-22 19:05:41'),(2089,0,'2023-08-22 23:07:19','2023-08-22 23:07:19',22,713.5,0,0,713.5,1,'wc-completed',62,'2023-08-26 17:48:33','2023-08-29 13:25:39'),(2090,0,'2023-08-23 22:55:42','2023-08-23 22:55:42',35,1224.18,0,0,1224.18,1,'wc-completed',11,'2023-08-23 22:56:04','2023-08-28 17:20:54'),(2091,0,'2023-08-24 16:24:55','2023-08-24 16:24:55',15,378.89,0,36.19,342.7,0,'wc-completed',63,'2023-08-26 12:52:42','2023-08-29 13:22:00'),(2092,0,'2023-08-25 16:03:23','2023-08-25 16:03:23',16,764.49,0,0,764.49,1,'wc-completed',50,'2023-08-25 16:03:47','2023-08-28 17:19:14'),(2093,0,'2023-08-26 21:09:32','2023-08-26 21:09:32',18,2443.44,0,0,2443.44,1,'wc-cancelled',101,NULL,NULL),(2094,0,'2023-08-26 21:10:45','2023-08-26 21:10:45',18,2443.44,0,0,2443.44,1,'wc-cancelled',101,NULL,NULL),(2095,0,'2023-08-28 17:48:48','2023-08-28 17:48:48',18,2443.44,0,0,2443.44,1,'wc-completed',101,'2023-08-28 17:49:13','2023-08-29 13:26:38'),(2096,0,'2023-08-28 17:53:15','2023-08-28 17:53:15',20,1192.82,0,0,1192.82,0,'wc-completed',53,'2023-08-28 17:53:37','2023-08-29 19:02:19'),(2097,0,'2023-08-28 17:56:16','2023-08-28 17:56:16',12,682.6,0,0,682.6,0,'wc-completed',53,'2023-08-28 17:56:33','2023-08-29 19:04:59'),(2098,0,'2023-08-28 21:48:02','2023-08-28 21:48:02',7,234.78,0,28.8,205.98,0,'wc-completed',86,'2023-08-28 21:48:26','2023-08-30 19:50:27'),(2099,0,'2023-08-29 03:28:05','2023-08-29 03:28:05',14,653.02,0,0,653.02,1,'wc-completed',25,'2023-08-29 03:28:28','2023-08-30 19:49:03'),(2100,0,'2023-08-29 22:07:08','2023-08-29 22:07:08',5,358.88,0,36.8,322.08,1,'wc-completed',32,'2023-08-29 22:07:31','2023-08-30 19:47:56'),(2101,0,'2023-08-30 13:44:28','2023-08-30 13:44:28',3,221.92,0,16.3,205.62,1,'wc-completed',101,'2023-08-30 13:44:51','2023-08-30 19:47:30'),(2102,0,'2023-08-30 14:55:57','2023-08-30 14:55:57',7,261.68,0,18,243.68,1,'wc-completed',46,'2023-08-30 15:00:06','2023-08-30 20:11:39'),(2103,0,'2023-08-30 18:39:53','2023-08-30 18:39:53',21,923.7,0,0,923.7,1,'wc-completed',79,'2023-09-05 15:29:41','2023-09-06 13:59:52'),(2104,0,'2023-08-31 14:36:40','2023-08-31 14:36:40',18,877.61,0,0,877.61,0,'wc-completed',64,'2023-08-31 14:37:04','2023-08-31 20:41:40'),(2105,0,'2023-09-01 13:28:30','2023-09-01 13:28:30',6,14.22,0,14.22,0,0,'wc-completed',14,'2023-09-06 17:18:29','2023-09-07 16:40:12'),(2106,0,'2023-09-01 13:35:06','2023-09-01 13:35:06',17,958.11,0,0,958.11,0,'wc-completed',17,'2023-09-01 13:35:35','2023-09-05 15:48:48'),(2107,0,'2023-09-01 19:41:18','2023-09-01 19:41:18',4,91.66,0,13.26,78.4,0,'wc-completed',55,'2023-09-01 19:42:49','2023-09-05 15:51:16'),(2108,0,'2023-09-01 22:54:52','2023-09-01 22:54:52',16,526.56,0,0,526.56,1,'wc-completed',95,'2023-09-01 22:56:11','2023-09-05 15:48:21'),(2109,0,'2023-09-05 16:57:19','2023-09-05 16:57:19',12,255.24,0,20.04,235.2,1,'wc-completed',81,'2023-09-05 16:57:41','2023-09-06 14:01:52'),(2128,0,'2023-09-06 14:31:21','2023-09-06 14:31:21',28,767.5,0,0,767.5,1,'wc-refunded',101,'2023-09-06 14:32:19',NULL),(2129,2128,'2023-09-06 17:58:33','2023-09-06 17:58:33',-28,-767.5,0,0,-767.5,NULL,'wc-refunded',101,'2023-09-06 17:58:33','2023-09-06 17:58:33'),(2132,0,'2023-09-06 21:00:13','2023-09-06 21:00:13',68,735.8,0,0,735.8,1,'wc-completed',101,'2023-09-07 14:29:55','2023-09-07 18:59:21'),(2133,0,'2023-09-07 20:40:54','2023-09-07 20:40:54',28,657.56,0,0,657.56,0,'wc-completed',53,'2023-09-08 13:50:38','2023-09-08 17:58:54'),(2134,0,'2023-09-07 23:50:23','2023-09-07 23:50:23',15,1190.88,0,0,1190.88,0,'wc-completed',80,'2023-09-07 23:52:09','2023-09-08 17:56:36'),(2135,0,'2023-09-07 23:56:08','2023-09-07 23:56:08',85,1838.84,0,0,1838.84,0,'wc-completed',80,'2023-09-07 23:56:26','2023-09-08 17:58:32'),(2136,0,'2023-09-08 18:29:48','2023-09-08 18:29:48',10,13.99,0,13.99,0,0,'wc-completed',63,'2023-09-11 18:08:24','2023-09-12 15:04:40'),(2137,0,'2023-09-08 19:11:40','2023-09-08 19:11:40',19,738.52,0,0,738.52,0,'wc-completed',67,'2023-09-13 18:42:02','2023-09-14 17:51:37'),(2138,0,'2023-09-08 20:33:09','2023-09-08 20:33:09',6,564.76,0,0,564.76,1,'wc-completed',79,'2023-09-08 20:33:27','2023-09-11 17:34:49'),(2139,0,'2023-09-09 20:47:35','2023-09-09 20:47:35',12,255.24,0,20.04,235.2,1,'wc-completed',81,'2023-09-09 20:53:48','2023-09-12 15:07:51'),(2140,0,'2023-09-11 17:37:38','2023-09-11 17:37:38',22,1174.2,0,0,1174.2,1,'wc-completed',90,'2023-09-11 17:38:41','2023-09-12 15:05:32'),(2141,0,'2023-09-11 18:04:19','2023-09-11 18:04:19',20,867.16,0,0,867.16,1,'wc-completed',90,'2023-09-11 18:04:46','2023-09-12 15:03:33'),(2142,0,'2023-09-11 18:14:31','2023-09-11 18:14:31',6,415.26,0,16.38,398.88,0,'wc-completed',63,'2023-09-11 18:15:02','2023-09-12 15:04:02'),(2143,0,'2023-09-11 18:14:49','2023-09-11 18:14:49',13,625.08,0,0,625.08,1,'wc-completed',90,'2023-09-11 18:15:06','2023-09-12 18:30:00'),(2144,0,'2023-09-11 18:21:45','2023-09-11 18:21:45',6,544.6,0,0,544.6,1,'wc-completed',90,'2023-09-11 18:22:49','2023-09-12 17:55:21'),(2145,0,'2023-09-12 16:18:05','2023-09-12 16:18:05',20,1017.62,0,0,1017.62,1,'wc-completed',12,'2023-09-12 16:18:25','2023-09-12 20:41:36'),(2146,0,'2023-09-12 16:23:24','2023-09-12 16:23:24',19,877.58,0,0,877.58,1,'wc-completed',12,'2023-09-12 16:23:42','2023-09-12 20:40:45'),(2147,0,'2023-09-12 20:54:03','2023-09-12 20:54:03',9,264.72,0,21.3,243.42,0,'wc-completed',39,'2023-09-12 20:54:33','2023-09-13 20:22:24'),(2148,0,'2023-09-13 14:15:44','2023-09-13 14:15:44',18,1391.01,0,119.67,1271.34,0,'wc-completed',99,'2023-09-13 14:17:17','2023-09-13 20:21:05'),(2149,0,'2023-09-13 14:25:29','2023-09-13 14:25:29',9,225.2,0,15.6,209.6,0,'wc-completed',99,'2023-09-13 14:25:56','2023-09-13 20:20:06'),(2150,0,'2023-09-13 18:07:37','2023-09-13 18:07:37',3,158.1,0,16.2,141.9,0,'wc-completed',49,'2023-09-13 18:14:00','2023-09-13 20:20:31'),(2151,0,'2023-09-14 14:55:51','2023-09-14 14:55:51',38,1182.9,0,0,1182.9,1,'wc-cancelled',69,NULL,NULL),(2152,0,'2023-09-14 14:57:27','2023-09-14 14:57:27',38,1182.9,0,0,1182.9,1,'wc-completed',69,'2023-09-14 15:12:36','2023-09-14 20:08:17'),(2153,0,'2023-09-14 16:12:43','2023-09-14 16:12:43',41,1766.08,0,0,1766.08,1,'wc-completed',11,'2023-09-14 16:15:30','2023-09-14 20:06:15'),(2154,0,'2023-09-14 16:31:01','2023-09-14 16:31:01',8,720.94,0,0,720.94,1,'wc-completed',13,'2023-09-14 16:31:51','2023-09-14 20:06:54'),(2155,0,'2023-09-14 20:23:39','2023-09-14 20:23:39',49,1515.07,0,0,1515.07,1,'wc-completed',95,'2023-09-14 20:25:10','2023-09-15 21:04:51'),(2156,0,'2023-09-15 13:58:59','2023-09-15 13:58:59',22,1014.21,0,0,1014.21,1,'wc-completed',70,'2023-09-15 14:00:41','2023-09-15 21:03:41'),(2157,0,'2023-09-15 16:57:44','2023-09-15 16:57:44',6,527.5,0,0,527.5,1,'wc-completed',79,'2023-09-15 16:58:05','2023-09-19 18:32:43'),(2158,0,'2023-09-15 17:28:36','2023-09-15 17:28:36',9,944.4,0,0,944.4,0,'wc-completed',80,'2023-09-15 17:29:29','2023-09-15 21:03:06'),(2159,0,'2023-09-19 13:20:28','2023-09-19 13:20:28',32,1800.88,0,0,1800.88,1,'wc-completed',101,'2023-09-19 13:20:53','2023-09-19 18:31:36'),(2160,0,'2023-09-19 13:30:26','2023-09-19 13:30:26',20,472.06,0,43.56,428.5,0,'wc-cancelled',53,NULL,NULL),(2161,0,'2023-09-19 13:36:50','2023-09-19 13:36:50',18,743.4,0,344.16,399.24,0,'wc-cancelled',53,NULL,NULL),(2162,0,'2023-09-19 15:43:48','2023-09-19 15:43:48',18,657.94,0,0,657.94,0,'wc-completed',53,'2023-09-19 15:44:06','2023-09-19 18:33:51'),(2163,0,'2023-09-19 15:46:15','2023-09-19 15:46:15',20,624.5,0,0,624.5,0,'wc-completed',53,'2023-09-19 15:46:31','2023-09-19 18:32:13'),(2164,0,'2023-09-19 21:11:24','2023-09-19 21:11:24',16,705.36,0,0,705.36,1,'wc-completed',25,'2023-09-19 21:15:16','2023-09-20 17:18:33'),(2165,0,'2023-09-20 20:00:00','2023-09-20 20:00:00',17,1281.66,0,0,1281.66,0,'wc-completed',6,'2023-09-20 20:02:02','2023-09-21 19:31:02'),(2166,0,'2023-09-24 16:41:25','2023-09-24 16:41:25',17,1589.44,0,0,1589.44,0,'wc-completed',80,'2023-09-24 16:43:29','2023-09-25 17:52:15'),(2167,0,'2023-09-24 17:45:27','2023-09-24 17:45:27',6,527.8,0,0,527.8,1,'wc-completed',79,'2023-09-24 17:45:48','2023-09-25 17:54:06'),(2171,0,'2023-09-25 15:42:28','2023-09-25 15:42:28',3,299.21,0,18.75,280.46,0,'wc-cancelled',103,NULL,NULL),(2172,0,'2023-09-25 15:44:33','2023-09-25 15:44:33',3,299.21,0,18.75,280.46,0,'wc-completed',103,'2023-09-26 17:05:28','2023-09-27 14:27:43'),(2173,0,'2023-09-25 16:18:29','2023-09-25 16:18:29',7,590.56,0,0,590.56,1,'wc-completed',26,'2023-09-25 16:19:28','2023-09-25 19:26:35'),(2174,0,'2023-09-25 18:17:22','2023-09-25 18:17:22',34,193.58,0,16.58,177,1,'wc-completed',21,'2023-09-25 18:18:19','2023-09-27 14:23:10'),(2175,0,'2023-09-25 19:10:41','2023-09-25 19:10:41',28,1348.67,0,0,1348.67,1,'wc-completed',11,'2023-09-25 19:11:03','2023-09-27 14:24:22'),(2176,0,'2023-09-25 21:16:17','2023-09-25 21:16:17',21,949.44,0,0,949.44,0,'wc-completed',82,'2023-09-25 21:17:09','2023-09-27 14:26:29'),(2177,0,'2023-09-26 02:38:09','2023-09-26 02:38:09',12,310.8,0,20.51,290.29,0,'wc-completed',100,'2023-09-26 02:38:50','2023-09-27 14:25:16'),(2178,0,'2023-09-26 15:50:38','2023-09-26 15:50:38',3,174.06,0,15.66,158.4,1,'wc-completed',101,'2023-09-26 15:51:02','2023-09-27 19:56:43'),(2179,0,'2023-09-26 15:55:03','2023-09-26 15:55:03',3,174.06,0,15.66,158.4,0,'wc-completed',53,'2023-09-26 15:55:20','2023-09-27 19:58:04'),(2180,0,'2023-09-26 15:56:06','2023-09-26 15:56:06',3,177.92,0,19.52,158.4,0,'wc-completed',53,'2023-09-26 15:56:23','2023-09-27 18:31:23'),(2181,0,'2023-09-26 15:57:20','2023-09-26 15:57:20',3,177.15,0,18.75,158.4,0,'wc-completed',53,'2023-09-26 15:57:36','2023-09-27 19:57:28'),(2182,0,'2023-09-26 16:14:07','2023-09-26 16:14:07',10,212.39,0,16.39,196,1,'wc-completed',21,'2023-09-26 16:14:45','2023-09-27 14:27:05'),(2183,0,'2023-09-26 17:49:05','2023-09-26 17:49:05',22,1050.95,0,0,1050.95,0,'wc-completed',64,'2023-09-26 17:49:36','2023-09-29 13:31:59'),(2184,0,'2023-09-27 19:42:00','2023-09-27 19:42:00',13,920.94,0,0,920.94,1,'wc-completed',12,'2023-09-27 19:46:07','2023-09-28 13:42:47'),(2185,0,'2023-09-28 18:07:18','2023-09-28 18:07:18',7,167.06,0,18.11,148.95,1,'wc-completed',81,'2023-09-28 18:15:42','2023-09-29 13:34:45'),(2186,0,'2023-09-29 13:22:54','2023-09-29 13:22:54',7,501.44,0,0,501.44,1,'wc-completed',70,'2023-09-29 13:23:38','2023-10-02 20:27:05'),(2187,0,'2023-09-29 19:47:46','2023-09-29 19:47:46',4,136.95,0,25.52,111.43,0,'wc-completed',102,'2023-09-29 19:49:38','2023-10-02 20:27:16'),(2188,0,'2023-10-02 15:47:09','2023-10-02 15:47:09',12,886.44,0,0,886.44,0,'wc-completed',85,'2023-10-02 15:51:08','2023-10-03 14:07:41'),(2189,0,'2023-10-02 17:57:19','2023-10-02 17:57:19',12,1244.96,0,0,1244.96,0,'wc-completed',80,'2023-10-02 17:57:40','2023-10-03 15:40:16'),(2190,0,'2023-10-02 18:24:06','2023-10-02 18:24:06',12,526.12,0,0,526.12,1,'wc-completed',57,'2023-10-02 18:27:00','2023-10-03 22:25:52'),(2191,0,'2023-10-02 20:46:14','2023-10-02 20:46:14',29,931.66,0,0,931.66,1,'wc-completed',62,'2023-10-03 18:09:32','2023-10-03 22:26:50'),(2192,0,'2023-10-03 14:35:23','2023-10-03 14:35:23',7,675.64,0,0,675.64,1,'wc-completed',79,'2023-10-03 14:35:42','2023-10-03 22:27:35'),(2193,0,'2023-10-04 13:51:43','2023-10-04 13:51:43',7,296.27,0,15.63,280.64,0,'wc-completed',17,'2023-10-04 13:52:15','2023-10-04 17:34:55'),(2194,0,'2023-10-04 21:21:44','2023-10-04 21:21:44',14,615.74,0,0,615.74,1,'wc-completed',11,'2023-10-04 21:22:01','2023-10-06 15:45:50'),(2195,0,'2023-10-05 00:03:07','2023-10-05 00:03:07',6,538.36,0,0,538.36,1,'wc-completed',79,'2023-10-05 00:03:26','2023-10-06 15:44:30'),(2196,0,'2023-10-05 00:32:35','2023-10-05 00:32:35',10,14.02,0,14.02,0,0,'wc-completed',63,'2023-10-06 17:11:50','2023-10-09 13:20:00'),(2197,0,'2023-10-05 14:16:58','2023-10-05 14:16:58',5,266.99,0,15.63,251.36,0,'wc-completed',55,'2023-10-05 14:17:42','2023-10-06 15:47:48'),(2198,0,'2023-10-05 16:41:33','2023-10-05 16:41:33',4,544.36,0,0,544.36,1,'wc-completed',12,'2023-10-05 16:42:11','2023-10-06 15:50:19'),(2199,0,'2023-10-05 16:46:19','2023-10-05 16:46:19',5,543.84,0,0,543.84,1,'wc-completed',12,'2023-10-05 16:46:37','2023-10-06 15:49:08'),(2200,0,'2023-10-06 18:51:37','2023-10-06 18:51:37',10,944.58,0,0,944.58,1,'wc-completed',13,'2023-10-06 18:53:09','2023-10-10 13:04:41'),(2201,0,'2023-10-08 14:20:00','2023-10-08 14:20:00',5,517.44,0,0,517.44,1,'wc-completed',79,'2023-10-08 14:30:21','2023-10-10 13:07:53'),(2203,0,'2023-10-09 15:06:37','2023-10-09 15:06:37',16,337.19,0,23.59,313.6,1,'wc-completed',81,'2023-10-09 15:06:59','2023-10-10 13:11:08'),(2204,0,'2023-10-09 19:15:06','2023-10-09 19:15:06',57,3160.04,0,0,3160.04,1,'wc-completed',95,'2023-10-09 19:18:11','2023-10-10 19:28:58'),(2205,0,'2023-10-10 03:04:07','2023-10-10 03:04:07',8,613.08,0,0,613.08,0,'wc-completed',42,'2023-10-10 03:05:42','2023-10-10 18:41:48'),(2206,0,'2023-10-10 13:10:36','2023-10-10 13:10:36',4,265.57,0,20,245.57,0,'wc-completed',39,'2023-10-10 13:11:12','2023-10-10 18:40:16'),(2207,0,'2023-10-10 13:59:31','2023-10-10 13:59:31',7,267.12,0,17.08,250.04,0,'wc-completed',53,'2023-10-10 13:59:54','2023-10-10 18:39:51'),(2208,0,'2023-10-10 14:03:01','2023-10-10 14:03:01',14,535.33,0,52.33,483,0,'wc-completed',53,'2023-10-10 14:03:17','2023-10-10 18:42:24'),(2209,0,'2023-10-10 14:50:43','2023-10-10 14:50:43',21,1048.02,0,0,1048.02,0,'wc-completed',64,'2023-10-10 14:51:47','2023-10-10 18:40:53'),(2210,0,'2023-10-10 17:37:52','2023-10-10 17:37:52',6,548.82,0,0,548.82,1,'wc-completed',79,'2023-10-10 17:38:21','2023-10-11 16:01:11'),(2211,0,'2023-10-11 15:32:22','2023-10-11 15:32:22',13,521.88,0,0,521.88,0,'wc-completed',6,'2023-10-12 21:53:03','2023-10-13 18:02:43'),(2212,0,'2023-10-12 01:35:42','2023-10-12 01:35:42',13,728.93,0,0,728.93,1,'wc-completed',25,'2023-10-12 01:36:08','2023-10-12 16:37:23'),(2213,0,'2023-10-12 14:52:24','2023-10-12 14:52:24',28,973.24,0,0,973.24,1,'wc-completed',11,'2023-10-12 14:52:41','2023-10-12 18:15:56'),(2214,0,'2023-10-13 10:23:38','2023-10-13 10:23:38',8,382.56,0,22.72,359.84,1,'wc-refunded',46,'2023-10-13 10:24:22',NULL),(2215,2214,'2023-10-13 15:12:01','2023-10-13 15:12:01',-8,-382.56,0,-22.72,-359.84,NULL,'wc-refunded',46,'2023-10-13 15:12:01','2023-10-13 15:12:01'),(2216,0,'2023-10-13 15:28:44','2023-10-13 15:28:44',10,632.43,0,31.99,600.44,0,'wc-completed',99,'2023-10-13 15:29:52','2023-10-13 18:05:12'),(2217,0,'2023-10-13 19:03:35','2023-10-13 19:03:35',8,382.56,0,22.72,359.84,1,'wc-cancelled',46,NULL,NULL),(2218,0,'2023-10-13 21:10:40','2023-10-13 21:10:40',16,337.14,0,23.54,313.6,1,'wc-completed',81,'2023-10-13 21:11:10','2023-10-16 16:51:17'),(2219,0,'2023-10-13 21:20:25','2023-10-13 21:20:25',6,255.63,0,19.8,235.83,0,'wc-completed',33,'2023-10-13 21:21:15','2023-10-16 16:52:50'),(2220,0,'2023-10-14 20:24:41','2023-10-14 20:24:41',3,266.62,0,29.02,237.6,1,'wc-completed',32,'2023-10-14 20:25:00','2023-10-16 16:51:41'),(2221,0,'2023-10-16 15:14:23','2023-10-16 15:14:23',17,549.31,0,0,549.31,0,'wc-completed',82,'2023-10-16 15:14:47','2023-10-17 18:58:48'),(2222,0,'2023-10-16 19:22:56','2023-10-16 19:22:56',5,544.72,0,0,544.72,0,'wc-cancelled',67,NULL,NULL),(2223,0,'2023-10-16 20:23:20','2023-10-16 20:23:20',27,1384.6,0,0,1384.6,1,'wc-completed',90,'2023-10-16 20:23:46','2023-10-17 18:57:05'),(2224,0,'2023-10-16 20:33:57','2023-10-16 20:33:57',14,541.27,0,0,541.27,1,'wc-completed',90,'2023-10-16 20:34:18','2023-10-17 18:56:18'),(2226,0,'2023-10-16 20:55:31','2023-10-16 20:55:31',19,896.27,0,0,896.27,1,'wc-completed',90,'2023-10-16 20:58:03','2023-10-18 14:53:22'),(2227,0,'2023-10-16 21:05:51','2023-10-16 21:05:51',16,740.91,0,0,740.91,1,'wc-completed',90,'2023-10-16 21:06:07','2023-10-17 18:55:23'),(2228,0,'2023-10-17 17:44:46','2023-10-17 17:44:46',9,673.8,0,0,673.8,0,'wc-completed',63,'2023-10-17 17:46:43','2023-10-18 14:51:08'),(2229,0,'2023-10-17 18:27:21','2023-10-17 18:27:21',5,544.72,0,0,544.72,0,'wc-completed',67,'2023-10-17 18:27:59','2023-10-18 14:51:43'),(2230,0,'2023-10-17 19:28:31','2023-10-17 19:28:31',7,234.83,0,28.85,205.98,0,'wc-completed',86,'2023-10-17 19:28:51','2023-10-26 18:54:12'),(2231,0,'2023-10-17 20:19:21','2023-10-17 20:19:21',8,382.56,0,22.72,359.84,1,'wc-completed',46,'2023-10-17 20:30:45','2023-10-18 14:50:30'),(2232,0,'2023-10-18 14:24:43','2023-10-18 14:24:43',65,3816.52,0,0,3816.52,1,'wc-completed',101,'2023-10-18 14:25:12','2023-10-19 16:58:02'),(2233,0,'2023-10-19 18:54:06','2023-10-19 18:54:06',6,100.48,0,16.33,84.15,0,'wc-completed',53,'2023-10-19 18:54:25','2023-10-20 19:09:38'),(2235,0,'2023-10-19 19:07:37','2023-10-19 19:07:37',1,187.7,0,15.7,172,1,'wc-completed',11,'2023-10-19 19:08:06','2023-10-19 20:07:46'),(2236,2235,'2023-10-19 20:07:26','2023-10-19 20:07:26',0,-15.7,0,-15.7,0,1,'wc-completed',11,'2023-10-19 20:07:26','2023-10-19 20:07:26'),(2237,0,'2023-10-19 22:11:51','2023-10-19 22:11:51',3,218.11,0,18.67,199.44,0,'wc-completed',29,'2023-10-19 22:12:22','2023-10-20 19:10:42'),(2238,0,'2023-10-20 18:40:44','2023-10-20 18:40:44',8,538.36,0,0,538.36,1,'wc-completed',79,'2023-10-20 18:41:03','2023-10-26 18:54:48'),(2239,0,'2023-10-20 23:37:12','2023-10-20 23:37:12',13,796.8,0,0,796.8,1,'wc-completed',57,'2023-10-20 23:38:41','2023-10-23 20:59:46'),(2240,0,'2023-10-25 03:26:28','2023-10-25 03:26:28',10,535.34,0,0,535.34,0,'wc-completed',102,'2023-10-25 03:28:38','2023-10-25 21:50:28'),(2241,0,'2023-10-25 15:31:22','2023-10-25 15:31:22',17,588.64,0,0,588.64,1,'wc-completed',11,'2023-10-25 15:31:39','2023-10-25 21:49:00'),(2242,0,'2023-10-25 22:38:17','2023-10-25 22:38:17',19,820.96,0,0,820.96,1,'wc-completed',50,'2023-10-25 22:41:08','2023-10-26 19:05:06'),(2243,0,'2023-10-26 15:52:34','2023-10-26 15:52:34',10,505.75,0,0,505.75,1,'wc-completed',26,'2023-10-26 18:32:45','2023-10-27 13:04:00'),(2244,0,'2023-10-27 04:31:44','2023-10-27 04:31:44',14,581.56,0,0,581.56,1,'wc-completed',25,'2023-10-27 04:32:06','2023-10-27 17:32:13'),(2245,0,'2023-10-30 13:01:58','2023-10-30 13:01:58',7,527.4,0,0,527.4,1,'wc-completed',79,'2023-10-30 13:02:20','2023-10-30 20:05:37'),(2246,0,'2023-10-31 14:00:01','2023-10-31 14:00:01',5,544.64,0,0,544.64,1,'wc-completed',90,'2023-10-31 14:00:34','2023-11-01 13:32:30'),(2247,0,'2023-10-31 17:26:48','2023-10-31 17:26:48',20,377.03,0,46.28,330.75,0,'wc-completed',53,'2023-10-31 17:27:07','2023-11-01 13:33:13'),(2248,0,'2023-10-31 20:54:12','2023-10-31 20:54:12',10,714,0,0,714,0,'wc-completed',85,'2023-10-31 20:54:46','2023-11-02 12:56:32'),(2249,0,'2023-11-01 16:20:22','2023-11-01 16:20:22',11,960.52,0,0,960.52,1,'wc-completed',69,'2023-11-01 16:24:29','2023-11-02 12:55:52'),(2250,0,'2023-11-01 17:48:21','2023-11-01 17:48:21',17,749.2,0,0,749.2,1,'wc-completed',50,'2023-11-01 17:48:46','2023-11-07 01:09:24'),(2251,0,'2023-11-01 22:19:57','2023-11-01 22:19:57',5,13.29,0,13.29,0,0,'wc-completed',14,'2023-11-14 16:26:56','2023-11-15 17:40:40'),(2252,0,'2023-11-02 15:34:54','2023-11-02 15:34:54',7,509.12,0,0,509.12,1,'wc-completed',70,'2023-11-02 15:36:22','2023-11-02 20:56:10'),(2253,0,'2023-11-02 18:02:11','2023-11-02 18:02:11',10,14.02,0,14.02,0,0,'wc-completed',63,'2023-11-02 21:05:58','2023-11-03 17:34:08'),(2254,0,'2023-11-02 18:03:11','2023-11-02 18:03:11',10,14.02,0,14.02,0,0,'wc-completed',63,'2023-11-02 21:05:06','2023-11-03 17:32:01'),(2255,0,'2023-11-02 19:08:16','2023-11-02 19:08:16',12,1010.08,0,0,1010.08,0,'wc-completed',80,'2023-11-02 19:08:37','2023-11-03 17:13:47'),(2256,0,'2023-11-02 21:12:53','2023-11-02 21:12:53',7,556.16,0,0,556.16,0,'wc-completed',67,'2023-11-13 21:59:23','2023-11-21 00:22:45'),(2257,0,'2023-11-03 17:11:56','2023-11-03 17:11:56',2,146.22,0,13.26,132.96,1,'wc-completed',81,'2023-11-03 17:12:27','2023-11-03 21:05:59'),(2258,0,'2023-11-03 21:07:20','2023-11-03 21:07:20',7,515.4,0,0,515.4,0,'wc-completed',53,'2023-11-03 21:07:42','2023-11-07 01:14:22'),(2259,0,'2023-11-04 21:17:28','2023-11-04 21:17:28',5,351.85,0,19.45,332.4,0,'wc-completed',53,'2023-11-04 21:17:47','2023-11-07 01:11:53'),(2260,0,'2023-11-05 18:32:59','2023-11-05 18:32:59',18,761.42,0,0,761.42,1,'wc-completed',12,'2023-11-05 18:34:10','2023-11-09 18:27:56'),(2261,0,'2023-11-05 18:48:39','2023-11-05 18:48:39',18,761.42,0,0,761.42,1,'wc-completed',12,'2023-11-05 18:49:01','2023-11-07 01:15:54'),(2262,0,'2023-11-07 03:59:06','2023-11-07 03:59:06',2,165.32,0,22.52,142.8,0,'wc-completed',102,'2023-11-07 04:00:30','2023-11-08 16:51:51'),(2263,0,'2023-11-08 17:14:05','2023-11-08 17:14:05',12,670.68,0,0,670.68,1,'wc-completed',57,'2023-11-08 17:14:38','2023-11-09 18:27:06'),(2264,0,'2023-11-08 21:01:00','2023-11-08 21:01:00',4,287.76,0,18.81,268.95,0,'wc-completed',92,'2023-11-08 21:03:00','2023-11-09 23:00:03'),(2265,0,'2023-11-09 16:22:47','2023-11-09 16:22:47',36,1305.62,0,0,1305.62,1,'wc-cancelled',11,NULL,NULL),(2266,0,'2023-11-09 16:23:54','2023-11-09 16:23:54',36,1305.62,0,0,1305.62,1,'wc-completed',11,'2023-11-09 16:25:51','2023-11-09 22:51:42'),(2268,0,'2023-11-09 21:40:55','2023-11-09 21:40:55',16,663.81,0,0,663.81,0,'wc-completed',82,'2023-11-09 21:44:46','2023-11-11 00:07:04'),(2269,0,'2023-11-09 21:46:39','2023-11-09 21:46:39',56,2676.49,0,0,2676.49,1,'wc-completed',95,'2023-11-09 21:48:54','2023-11-11 00:08:05'),(2270,0,'2023-11-09 22:11:57','2023-11-09 22:11:57',27,1372.96,0,0,1372.96,1,'wc-completed',101,'2023-11-09 22:12:39','2023-11-11 00:09:41'),(2271,0,'2023-11-09 22:29:24','2023-11-09 22:29:24',48,2236.17,0,0,2236.17,1,'wc-completed',95,'2023-11-09 22:32:15','2023-11-11 00:10:41'),(2272,0,'2023-11-09 22:52:13','2023-11-09 22:52:13',18,1093.36,0,0,1093.36,0,'wc-completed',100,'2023-11-09 22:54:19','2023-11-11 00:13:20'),(2273,0,'2023-11-10 16:00:10','2023-11-10 16:00:10',8,279.91,0,19.99,259.92,0,'wc-completed',39,'2023-11-10 16:00:39','2023-11-11 00:09:00'),(2274,0,'2023-11-10 17:27:03','2023-11-10 17:27:03',26,1763.19,0,0,1763.19,1,'wc-completed',70,'2023-11-10 17:29:00','2023-11-15 19:19:11'),(2275,0,'2023-11-10 19:39:05','2023-11-10 19:39:05',13,1169.46,0,0,1169.46,1,'wc-completed',13,'2023-11-10 19:39:46','2023-11-11 00:12:41'),(2276,0,'2023-11-11 05:14:34','2023-11-11 05:14:34',6,255.59,0,19.76,235.83,0,'wc-completed',33,'2023-11-11 05:15:15','2023-11-13 17:25:21'),(2277,0,'2023-11-13 12:56:54','2023-11-13 12:56:54',10,598.92,0,0,598.92,0,'wc-completed',64,'2023-11-13 12:57:28','2023-11-13 21:12:04'),(2278,0,'2023-11-13 14:35:57','2023-11-13 14:35:57',10,503.59,0,0,503.59,0,'wc-completed',17,'2023-11-13 14:36:22','2023-11-13 21:09:38'),(2279,0,'2023-11-13 16:51:03','2023-11-13 16:51:03',24,1122.9,0,0,1122.9,0,'wc-completed',80,'2023-11-13 16:51:22','2023-11-13 21:04:52'),(2284,0,'2023-11-14 01:35:03','2023-11-14 01:35:03',58,2657.6,0,0,2657.6,0,'wc-completed',52,'2023-11-14 01:36:39','2023-11-15 19:20:11'),(2285,0,'2023-11-14 20:38:37','2023-11-14 20:38:37',22,909.76,0,0,909.76,1,'wc-completed',50,'2023-11-14 20:39:00','2023-11-15 17:39:58'),(2286,0,'2023-11-14 21:29:09','2023-11-14 21:29:09',11,590.2,0,18.94,571.26,0,'wc-completed',99,'2023-11-14 21:29:36','2023-11-15 17:36:44'),(2287,0,'2023-11-15 16:31:15','2023-11-15 16:31:15',13,524.48,0,0,524.48,1,'wc-completed',90,'2023-11-15 16:31:41','2023-11-15 19:16:09'),(2288,0,'2023-11-15 16:52:07','2023-11-15 16:52:07',30,1330.03,0,0,1330.03,1,'wc-completed',90,'2023-11-15 16:52:35','2023-11-15 19:40:50'),(2289,0,'2023-11-15 17:21:19','2023-11-15 17:21:19',10,542.04,0,0,542.04,1,'wc-completed',90,'2023-11-15 17:21:43','2023-11-15 19:39:08'),(2290,0,'2023-11-15 17:43:41','2023-11-15 17:43:41',13,791.16,0,0,791.16,1,'wc-completed',90,'2023-11-15 17:44:05','2023-11-15 19:40:04'),(2291,0,'2023-11-15 20:54:33','2023-11-15 20:54:33',6,116.16,0,0,116.16,0,'wc-completed',67,'2023-11-20 17:59:27','2023-11-21 00:22:31'),(2292,0,'2023-11-16 13:09:29','2023-11-16 13:09:29',24,1395.22,0,0,1395.22,0,'wc-completed',6,'2023-11-17 18:54:10','2023-11-21 00:18:21'),(2293,0,'2023-11-16 16:37:48','2023-11-16 16:37:48',8,518.64,0,0,518.64,1,'wc-completed',11,'2023-11-16 16:38:08','2023-11-17 14:05:19'),(2294,0,'2023-11-16 23:24:31','2023-11-16 23:24:31',11,891.82,0,0,891.82,1,'wc-completed',79,'2023-11-16 23:25:09','2023-11-17 20:46:29'),(2295,0,'2023-11-17 01:16:52','2023-11-17 01:16:52',13,614.58,0,0,614.58,0,'wc-completed',82,'2023-11-17 01:17:15','2023-11-17 20:47:15'),(2296,0,'2023-11-17 15:43:33','2023-11-17 15:43:33',7,552.24,0,0,552.24,0,'wc-completed',42,'2023-11-17 15:44:06','2023-11-17 20:48:17'),(2297,0,'2023-11-17 21:58:22','2023-11-17 21:58:22',52,1426.81,0,0,1426.81,1,'wc-completed',101,'2023-11-17 21:58:52','2023-11-21 00:19:08'),(2298,0,'2023-11-18 21:25:17','2023-11-18 21:25:17',8,382.48,0,22.64,359.84,1,'wc-completed',46,'2023-11-22 18:06:26','2023-11-22 22:10:26'),(2299,0,'2023-11-20 15:24:14','2023-11-20 15:24:14',27,1381.96,0,0,1381.96,1,'wc-completed',69,'2023-11-20 15:26:44','2023-11-21 00:21:15'),(2300,0,'2023-11-20 15:49:52','2023-11-20 15:49:52',1,190.03,0,18.03,172,1,'wc-completed',81,'2023-11-20 15:50:15','2023-11-21 00:20:04'),(2301,0,'2023-11-21 16:27:27','2023-11-21 16:27:27',4,294.18,0,15.54,278.64,0,'wc-completed',55,'2023-11-21 16:28:03','2023-11-22 15:54:18'),(2302,0,'2023-11-22 00:39:15','2023-11-22 00:39:15',8,531.84,0,0,531.84,0,'wc-completed',63,'2023-11-22 00:39:40','2023-11-22 22:07:57'),(2303,0,'2023-11-22 18:15:25','2023-11-22 18:15:25',27,980.24,0,0,980.24,1,'wc-completed',62,'2023-11-22 21:44:04','2023-11-27 19:16:57'),(2304,0,'2023-11-22 19:54:10','2023-11-22 19:54:10',6,134.55,0,16.95,117.6,0,'wc-completed',86,'2023-11-22 19:54:38','2023-11-22 22:11:40'),(2305,0,'2023-11-25 02:56:00','2023-11-25 02:56:00',33,2273.64,0,0,2273.64,0,'wc-completed',85,'2023-11-25 02:59:43','2023-11-27 19:16:07'),(2306,0,'2023-11-26 12:30:29','2023-11-26 12:30:29',19,688.66,0,0,688.66,0,'wc-completed',53,'2023-11-26 12:30:53','2023-11-27 19:14:56'),(2307,0,'2023-11-26 20:05:24','2023-11-26 20:05:24',25,284.17,0,152.67,131.5,0,'wc-completed',53,'2023-11-26 20:12:43','2023-11-28 17:18:10'),(2308,0,'2023-11-28 04:05:23','2023-11-28 04:05:23',49,3811.2,0,0,3811.2,0,'wc-completed',80,'2023-11-28 04:05:52','2023-11-30 19:09:52'),(2309,0,'2023-11-28 18:15:52','2023-11-28 18:15:52',34,1913.86,0,0,1913.86,1,'wc-completed',12,'2023-11-28 18:16:47','2023-11-30 16:56:34'),(2310,0,'2023-11-28 18:21:58','2023-11-28 18:21:58',24,1440.38,0,0,1440.38,1,'wc-completed',12,'2023-11-28 18:22:37','2023-11-30 16:55:32'),(2311,0,'2023-11-29 03:31:41','2023-11-29 03:31:41',6,554.1,0,0,554.1,1,'wc-completed',79,'2023-11-29 03:32:02','2023-11-30 16:49:57'),(2318,0,'2023-11-29 17:59:18','2023-11-29 17:59:18',8,174.3,0,17.5,156.8,1,'wc-completed',21,'2023-11-29 17:59:43','2023-11-30 16:49:23'),(2319,0,'2023-12-01 00:09:10','2023-12-01 00:09:10',3,148.5,0,21.78,126.72,0,'wc-on-hold',86,'2023-12-01 00:10:48','2023-12-01 17:39:41'),(2320,0,'2023-12-01 14:59:19','2023-12-01 14:59:19',35,1240.76,0,0,1240.76,1,'wc-completed',11,'2023-12-01 15:00:05','2023-12-02 00:11:20'),(2321,0,'2023-12-01 15:54:49','2023-12-01 15:54:49',8,514.4,0,0,514.4,1,'wc-completed',70,'2023-12-01 15:56:04','2023-12-02 00:11:54'),(2330,0,'2023-12-01 23:59:30','2023-12-01 23:59:30',9,552.96,0,0,552.96,1,'wc-completed',25,'2023-12-02 00:00:36','2023-12-05 01:02:41'),(2331,0,'2023-12-02 01:39:49','2023-12-02 01:39:49',11,761.48,0,0,761.48,0,'wc-completed',17,'2023-12-02 01:41:27','2023-12-05 01:01:36'),(2332,0,'2023-12-04 02:58:46','2023-12-04 02:58:46',10,691.12,0,0,691.12,1,'wc-completed',57,'2023-12-04 02:59:21','2023-12-05 00:58:58'),(2333,0,'2023-12-04 23:08:15','2023-12-04 23:08:15',10,795.28,0,0,795.28,1,'wc-completed',11,'2023-12-04 23:08:58','2023-12-06 16:04:21'),(2334,0,'2023-12-05 16:37:48','2023-12-05 16:37:48',21,1692.08,0,0,1692.08,1,'wc-completed',13,'2023-12-05 16:57:56','2023-12-06 16:05:25'),(2335,0,'2023-12-06 01:31:57','2023-12-06 01:31:57',4,310.77,0,30.93,279.84,1,'wc-completed',32,'2023-12-06 01:32:21','2023-12-06 19:40:51'),(2336,0,'2023-12-07 15:12:51','2023-12-07 15:12:51',19,910.14,0,0,910.14,0,'wc-completed',64,'2023-12-07 15:14:26','2023-12-08 19:50:31'),(2337,0,'2023-12-07 15:44:58','2023-12-07 15:44:58',16,671.2,0,0,671.2,1,'wc-completed',79,'2023-12-07 15:45:28','2023-12-08 19:31:05'),(2338,0,'2023-12-08 15:14:57','2023-12-08 15:14:57',9,378,0,24.92,353.08,0,'wc-completed',39,'2023-12-08 15:15:45','2023-12-13 19:14:35'),(2339,0,'2023-12-08 17:09:46','2023-12-08 17:09:46',3,99.96,0,13.26,86.7,0,'wc-cancelled',92,NULL,NULL),(2340,0,'2023-12-08 17:10:55','2023-12-08 17:10:55',3,99.96,0,13.26,86.7,0,'wc-completed',92,'2023-12-08 17:12:12','2023-12-11 22:44:59'),(2341,0,'2023-12-08 17:45:01','2023-12-08 17:45:01',10,538,0,0,538,1,'wc-completed',26,'2023-12-08 17:46:23','2023-12-11 22:44:25'),(2342,0,'2023-12-11 13:51:46','2023-12-11 13:51:46',32,521.75,0,0,521.75,1,'wc-completed',50,'2023-12-11 13:52:03','2023-12-11 22:35:52'),(2343,0,'2023-12-12 20:29:24','2023-12-12 20:29:24',6,195.29,0,18.09,177.2,1,'wc-completed',46,'2023-12-12 20:32:26','2023-12-13 19:14:31'),(2344,0,'2023-12-12 21:27:53','2023-12-12 21:27:53',12,763.26,0,0,763.26,0,'wc-completed',6,'2023-12-13 16:37:33','2023-12-13 20:59:23'),(2345,0,'2023-12-12 21:48:25','2023-12-12 21:48:25',25,741.2,0,0,741.2,1,'wc-completed',101,'2023-12-12 21:52:35','2023-12-13 19:12:29'),(2346,0,'2023-12-12 22:51:14','2023-12-12 22:51:14',10,510.96,0,0,510.96,1,'wc-refunded',79,'2023-12-12 22:51:57',NULL),(2347,0,'2023-12-13 18:11:35','2023-12-13 18:11:35',12,534.42,0,0,534.42,1,'wc-completed',79,'2023-12-13 18:11:53','2023-12-13 19:11:35'),(2348,2346,'2023-12-13 19:08:54','2023-12-13 19:08:54',-10,-510.96,0,0,-510.96,NULL,'wc-refunded',79,'2023-12-13 19:08:54','2023-12-13 19:08:54'),(2349,0,'2023-12-13 19:24:05','2023-12-13 19:24:05',19,861.88,0,0,861.88,1,'wc-completed',90,'2023-12-13 19:24:27','2023-12-28 15:10:30'),(2350,0,'2023-12-13 19:29:39','2023-12-13 19:29:39',9,504.8,0,0,504.8,1,'wc-completed',90,'2023-12-13 19:29:56','2023-12-13 22:02:40'),(2351,0,'2023-12-13 19:33:24','2023-12-13 19:33:24',13,734.21,0,0,734.21,1,'wc-completed',90,'2023-12-13 19:34:01','2023-12-13 22:04:59'),(2352,0,'2023-12-13 19:56:17','2023-12-13 19:56:17',10,13.99,0,13.99,0,0,'wc-completed',63,'2023-12-13 22:06:32','2023-12-14 23:14:07'),(2353,0,'2023-12-13 19:57:14','2023-12-13 19:57:14',10,13.99,0,13.99,0,0,'wc-completed',63,'2023-12-13 22:05:13','2023-12-14 19:05:08'),(2354,0,'2023-12-13 20:47:58','2023-12-13 20:47:58',9,394.25,0,68.06,326.19,0,'wc-completed',30,'2023-12-20 19:08:31','2023-12-21 19:19:20'),(2355,0,'2023-12-13 22:58:30','2023-12-13 22:58:30',12,504.55,0,0,504.55,1,'wc-completed',90,'2023-12-13 22:58:54','2023-12-14 19:06:36'),(2356,0,'2023-12-14 15:36:39','2023-12-14 15:36:39',7,527.4,0,0,527.4,1,'wc-completed',79,'2023-12-14 15:37:03','2023-12-14 23:18:22'),(2357,0,'2023-12-14 23:23:32','2023-12-14 23:23:32',11,205.65,0,22.35,183.3,1,'wc-completed',21,'2023-12-14 23:23:59','2023-12-15 23:46:16'),(2358,0,'2023-12-15 14:19:58','2023-12-15 14:19:58',20,725.94,0,0,725.94,1,'wc-completed',11,'2023-12-15 14:20:23','2023-12-28 15:10:54'),(2359,0,'2023-12-15 18:42:56','2023-12-15 18:42:56',22,273.9,0,15.54,258.36,1,'wc-completed',21,'2023-12-15 18:43:29','2023-12-15 23:47:45'),(2360,0,'2023-12-15 18:45:48','2023-12-15 18:45:48',2,146.16,0,13.2,132.96,1,'wc-completed',21,'2023-12-15 18:46:08','2023-12-15 23:47:13'),(2361,0,'2023-12-15 21:09:46','2023-12-15 21:09:46',4,317.49,0,31.89,285.6,1,'wc-completed',95,'2023-12-15 21:14:56','2023-12-18 22:50:05'),(2362,0,'2023-12-18 22:40:03','2023-12-18 22:40:03',50,2017.56,0,0,2017.56,1,'wc-completed',95,'2023-12-18 22:42:43','2023-12-21 19:24:04'),(2363,0,'2023-12-18 23:11:53','2023-12-18 23:11:53',4,153.17,0,16.14,137.03,0,'wc-completed',33,'2023-12-18 23:13:08','2023-12-21 19:25:00'),(2364,0,'2023-12-19 14:39:17','2023-12-19 14:39:17',46,1420.6,0,0,1420.6,0,'wc-completed',53,'2023-12-19 14:39:44','2023-12-21 19:22:13'),(2365,0,'2023-12-19 19:41:24','2023-12-19 19:41:24',3,154.56,0,27.84,126.72,1,'wc-completed',25,'2023-12-19 19:41:48','2023-12-21 19:23:08'),(2366,0,'2023-12-20 13:42:52','2023-12-20 13:42:52',24,2379.6,0,0,2379.6,0,'wc-completed',85,'2023-12-20 13:43:23','2023-12-21 19:20:49'),(2367,0,'2023-12-20 15:07:49','2023-12-20 15:07:49',19,797.92,0,0,797.92,1,'wc-completed',11,'2023-12-20 15:08:09','2023-12-21 19:21:27'),(2368,0,'2023-12-21 17:18:06','2023-12-21 17:18:06',7,515.28,0,0,515.28,0,'wc-completed',42,'2023-12-21 17:18:44','2023-12-28 15:11:48'),(2369,0,'2023-12-21 17:26:52','2023-12-21 17:26:52',14,1108.8,0,0,1108.8,1,'wc-completed',70,'2023-12-21 17:27:55','2023-12-28 15:13:22'),(2370,0,'2023-12-21 20:07:07','2023-12-21 20:07:07',4,262.88,0,16.88,246,0,'wc-completed',92,'2023-12-21 20:11:17','2023-12-28 15:09:48'),(2371,0,'2023-12-25 14:21:48','2023-12-25 14:21:48',6,559.68,0,0,559.68,1,'wc-completed',79,'2023-12-25 14:22:45','2023-12-28 15:08:02'),(2372,0,'2023-12-26 18:02:19','2023-12-26 18:02:19',57,2962.64,0,0,2962.64,1,'wc-completed',69,'2023-12-26 18:04:47','2023-12-28 15:06:48'),(2373,0,'2023-12-28 14:36:43','2023-12-28 14:36:43',26,1383.51,0,0,1383.51,0,'wc-completed',64,'2023-12-28 14:38:36','2023-12-29 03:12:41'),(2374,0,'2023-12-28 23:19:15','2023-12-28 23:19:15',30,1039.54,0,0,1039.54,1,'wc-completed',101,'2023-12-28 23:19:51','2024-01-02 18:43:07'),(2375,0,'2023-12-28 23:39:46','2023-12-28 23:39:46',33,664.08,0,0,664.08,0,'wc-completed',53,'2023-12-28 23:40:06','2024-01-02 18:41:30'),(2376,0,'2023-12-29 02:39:59','2023-12-29 02:39:59',15,512.93,0,0,512.93,1,'wc-completed',25,'2023-12-29 02:52:28','2024-01-02 19:10:51'),(2377,0,'2023-12-30 19:51:40','2023-12-30 19:51:40',19,910.88,0,0,910.88,1,'wc-completed',50,'2023-12-30 19:52:25','2024-01-02 19:13:21'),(2378,0,'2023-12-30 21:48:03','2023-12-30 21:48:03',8,361.79,0,17.47,344.32,0,'wc-completed',55,'2023-12-30 21:48:30','2024-01-02 19:11:39'),(2379,0,'2024-01-01 00:28:18','2024-01-01 00:28:18',12,911.4,0,0,911.4,0,'wc-completed',63,'2024-01-01 00:32:44','2024-01-02 21:02:54'),(2380,0,'2024-01-02 03:20:29','2024-01-02 03:20:29',2,125.52,0,19.92,105.6,0,'wc-completed',61,'2024-01-02 03:21:19','2024-01-02 21:01:41'),(2381,0,'2024-01-02 15:37:52','2024-01-02 15:37:52',11,583.67,0,0,583.67,0,'wc-completed',17,'2024-01-02 15:38:34','2024-01-02 21:56:13'),(2382,0,'2024-01-02 16:06:12','2024-01-02 16:06:12',19,875.11,0,0,875.11,0,'wc-completed',82,'2024-01-02 16:07:30','2024-01-03 18:05:58'),(2383,0,'2024-01-02 16:57:04','2024-01-02 16:57:04',13,521.16,0,0,521.16,0,'wc-completed',6,'2024-01-08 19:26:24','2024-01-09 20:08:29'),(2384,0,'2024-01-02 20:46:01','2024-01-02 20:46:01',6,565.1,0,0,565.1,1,'wc-completed',12,'2024-01-02 20:46:52','2024-01-03 18:03:16'),(2385,0,'2024-01-03 20:40:32','2024-01-03 20:40:32',17,1401.68,0,0,1401.68,1,'wc-completed',13,'2024-01-03 20:41:01','2024-01-05 19:13:40'),(2386,0,'2024-01-04 14:41:40','2024-01-04 14:41:40',7,523.75,0,81.76,441.99,0,'wc-completed',99,'2024-01-04 14:42:24','2024-01-05 19:11:01'),(2387,0,'2024-01-04 16:43:49','2024-01-04 16:43:49',22,853.81,0,0,853.81,1,'wc-completed',11,'2024-01-04 16:45:13','2024-01-05 18:57:54'),(2388,0,'2024-01-04 23:08:57','2024-01-04 23:08:57',15,836,0,0,836,1,'wc-completed',57,'2024-01-04 23:09:38','2024-01-05 18:55:00'),(2389,0,'2024-01-05 18:21:00','2024-01-05 18:21:00',21,1133.16,0,0,1133.16,1,'wc-completed',12,'2024-01-05 18:21:35','2024-01-08 16:00:27'),(2390,0,'2024-01-09 02:09:48','2024-01-09 02:09:48',15,549.98,0,0,549.98,1,'wc-completed',11,'2024-01-09 02:10:07','2024-01-10 18:43:26'),(2391,0,'2024-01-09 04:06:59','2024-01-09 04:06:59',6,14.08,0,14.08,0,0,'wc-cancelled',41,NULL,NULL),(2392,0,'2024-01-09 20:30:02','2024-01-09 20:30:02',25,295.41,0,163.91,131.5,0,'wc-completed',53,'2024-01-09 20:30:24','2024-01-25 19:13:14'),(2393,0,'2024-01-09 21:08:29','2024-01-09 21:08:29',3,268.25,0,30.65,237.6,1,'wc-completed',32,'2024-01-09 21:08:54','2024-01-25 19:13:47'),(2394,0,'2024-01-09 21:44:26','2024-01-09 21:44:26',31,702.5,0,0,702.5,1,'wc-completed',62,'2024-01-11 01:50:16','2024-01-11 19:13:25'),(2395,0,'2024-01-11 16:27:27','2024-01-11 16:27:27',1,45.43,0,14.08,31.35,1,'wc-completed',81,'2024-01-11 16:27:44','2024-01-11 19:11:23'),(2396,0,'2024-01-11 16:31:50','2024-01-11 16:31:50',16,723.8,0,0,723.8,1,'wc-completed',79,'2024-01-11 16:32:10','2024-01-11 19:25:04'),(2397,0,'2024-01-11 16:40:10','2024-01-11 16:40:10',2,77.73,0,15.03,62.7,1,'wc-completed',81,'2024-01-11 16:40:36','2024-01-11 19:23:26'),(2415,0,'2024-01-11 21:34:47','2024-01-11 21:34:47',5,783.66,0,0,783.66,1,'wc-completed',11,'2024-01-11 21:35:11','2024-01-12 23:48:06'),(2416,0,'2024-01-11 21:50:13','2024-01-11 21:50:13',13,519.42,0,0,519.42,1,'wc-completed',57,'2024-01-11 21:50:47','2024-01-12 23:49:42'),(2417,0,'2024-01-12 15:59:47','2024-01-12 15:59:47',24,1506.25,0,0,1506.25,1,'wc-completed',70,'2024-01-12 16:01:12','2024-01-12 23:48:55'),(2418,0,'2024-01-12 19:28:11','2024-01-12 19:28:11',4,558.32,0,0,558.32,0,'wc-completed',67,'2024-01-12 19:28:58','2024-01-24 00:04:45'),(2419,0,'2024-01-13 16:12:17','2024-01-13 16:12:17',22,292.56,0,16.6,275.96,1,'wc-completed',21,'2024-01-13 16:12:55','2024-01-25 19:15:21'),(2420,0,'2024-01-13 20:04:59','2024-01-13 20:04:59',15,525.5,0,47.52,477.98,0,'wc-completed',39,'2024-01-13 20:05:22','2024-01-25 19:16:55'),(2421,0,'2024-01-13 23:49:22','2024-01-13 23:49:22',16,361.93,0,80.13,281.8,1,'wc-completed',101,'2024-01-13 23:50:03','2024-01-25 19:18:02'),(2422,0,'2024-01-13 22:56:07','2024-01-13 22:56:07',19,492.91,0,38.41,454.5,0,'wc-completed',53,'2024-01-13 23:56:33','2024-01-25 19:18:51'),(2423,0,'2024-01-14 01:07:34','2024-01-14 01:07:34',59,2816.34,0,0,2816.34,1,'wc-completed',95,'2024-01-14 01:09:46','2024-01-25 19:20:16'),(2424,0,'2024-01-14 02:15:34','2024-01-14 02:15:34',15,1034.92,0,0,1034.92,1,'wc-completed',62,'2024-01-14 02:15:58','2024-01-25 19:21:07'),(2425,0,'2024-01-14 19:59:53','2024-01-14 19:59:53',5,235.53,0,19.3,216.23,0,'wc-completed',33,'2024-01-14 20:01:21','2024-01-25 19:22:41'),(2426,0,'2024-01-15 16:43:39','2024-01-15 16:43:39',6,14.08,0,14.08,0,0,'wc-completed',14,'2024-01-17 23:16:14','2024-01-25 19:24:04'),(2427,0,'2024-01-15 17:54:31','2024-01-15 17:54:31',19,596.67,0,0,596.67,1,'wc-completed',90,'2024-01-15 17:54:52','2024-01-23 14:34:35'),(2428,0,'2024-01-15 18:49:09','2024-01-15 18:49:09',22,1444.24,0,0,1444.24,1,'wc-completed',90,'2024-01-15 18:49:34','2024-01-25 19:24:55'),(2429,0,'2024-01-15 19:08:20','2024-01-15 19:08:20',28,1073.12,0,0,1073.12,1,'wc-completed',90,'2024-01-15 19:09:45','2024-01-25 19:26:21'),(2430,0,'2024-01-17 20:37:40','2024-01-17 20:37:40',9,399,0,17.44,381.56,0,'wc-completed',99,'2024-01-17 20:38:08','2024-01-25 19:28:00'),(2431,0,'2024-01-17 21:32:37','2024-01-17 21:32:37',48,3027.16,0,0,3027.16,1,'wc-completed',69,'2024-01-17 21:56:32','2024-01-25 19:29:58'),(2432,0,'2024-01-18 20:27:44','2024-01-18 20:27:44',7,286.74,0,19.26,267.48,0,'wc-completed',92,'2024-01-18 20:29:30','2024-01-25 19:31:16'),(2433,0,'2024-01-19 05:24:03','2024-01-19 05:24:03',18,596.84,0,0,596.84,1,'wc-completed',25,'2024-01-19 05:24:22','2024-01-24 00:03:46'),(2434,0,'2024-01-19 18:52:10','2024-01-19 18:52:10',6,506.33,0,107.45,398.88,0,'wc-completed',67,'2024-01-19 18:52:55','2024-01-25 19:32:28'),(2435,0,'2024-01-19 19:05:46','2024-01-19 19:05:46',20,1087.69,0,0,1087.69,0,'wc-completed',64,'2024-01-19 19:07:00','2024-01-24 00:09:59'),(2436,0,'2024-01-19 19:28:05','2024-01-19 19:28:05',4,381.62,0,19.56,362.06,0,'wc-completed',49,'2024-01-19 19:31:17','2024-01-24 00:08:47'),(2437,0,'2024-01-19 19:44:14','2024-01-19 19:44:14',11,801.84,0,0,801.84,1,'wc-completed',26,'2024-01-19 19:46:13','2024-01-25 19:33:31'),(2438,0,'2024-01-19 21:26:52','2024-01-19 21:26:52',21,1107.63,0,0,1107.63,1,'wc-completed',11,'2024-01-19 21:27:11','2024-01-25 19:34:25'),(2439,0,'2024-01-20 21:26:42','2024-01-20 21:26:42',11,555.54,0,0,555.54,1,'wc-completed',79,'2024-01-20 21:27:05','2024-01-25 19:35:05'),(2440,0,'2024-01-21 20:39:28','2024-01-21 20:39:28',7,533.88,0,0,533.88,0,'wc-completed',42,'2024-01-21 20:40:31','2024-01-24 17:25:03'),(2441,0,'2024-01-22 23:58:33','2024-01-22 23:58:33',10,531.44,0,0,531.44,1,'wc-completed',11,'2024-01-22 23:58:52','2024-01-24 17:26:16'),(2442,0,'2024-01-23 21:45:17','2024-01-23 21:45:17',56,4372.02,0,0,4372.02,0,'wc-completed',80,'2024-01-23 21:45:39','2024-01-25 19:40:03'),(2443,0,'2024-01-24 05:05:08','2024-01-24 05:05:08',10,587.52,0,0,587.52,0,'wc-completed',102,'2024-01-24 05:06:52','2024-01-25 19:42:04'),(2444,0,'2024-01-24 19:19:36','2024-01-24 19:19:36',12,647.1,0,0,647.1,0,'wc-completed',6,'2024-01-31 18:24:49','2024-02-02 22:01:09'),(2445,0,'2024-01-24 20:46:38','2024-01-24 20:46:38',10,339.09,0,50.81,288.28,1,'wc-completed',86,'2024-01-24 20:47:11','2024-01-25 20:24:00'),(2446,0,'2024-01-25 12:00:06','2024-01-25 12:00:06',7,262.84,0,19.16,243.68,1,'wc-completed',46,'2024-01-25 12:04:20','2024-01-25 19:43:51'),(2447,0,'2024-01-26 00:20:20','2024-01-26 00:20:20',20,137.6,0,16.6,121,1,'wc-completed',81,'2024-01-26 00:20:41','2024-01-29 16:00:18'),(2449,0,'2024-01-26 21:16:31','2024-01-26 21:16:31',20,795.7,0,0,795.7,1,'wc-cancelled',12,NULL,NULL),(2450,0,'2024-01-26 21:19:01','2024-01-26 21:19:01',20,795.7,0,0,795.7,1,'wc-cancelled',12,NULL,NULL),(2451,0,'2024-01-26 21:37:42','2024-01-26 21:37:42',20,795.7,0,0,795.7,1,'wc-completed',12,'2024-01-26 21:38:35','2024-01-30 03:56:46'),(2452,0,'2024-01-27 01:38:01','2024-01-27 01:38:01',16,662.72,0,0,662.72,0,'wc-completed',82,'2024-01-27 01:38:31','2024-02-02 22:01:34'),(2453,0,'2024-01-27 01:38:40','2024-01-27 01:38:40',16,662.72,0,0,662.72,0,'wc-completed',82,'2024-01-27 01:39:03','2024-01-30 03:53:07'),(2454,0,'2024-01-29 14:02:53','2024-01-29 14:02:53',11,507.92,0,0,507.92,1,'wc-completed',79,'2024-01-29 14:03:17','2024-01-30 04:05:23'),(2455,0,'2024-01-30 18:04:33','2024-01-30 18:04:33',15,1253.94,0,0,1253.94,1,'wc-completed',13,'2024-01-30 18:05:31','2024-02-01 15:44:47'),(2456,0,'2024-01-30 19:22:55','2024-01-30 19:22:55',11,591.76,0,0,591.76,1,'wc-completed',26,'2024-01-30 19:24:33','2024-02-01 15:46:13'),(2457,0,'2024-01-31 00:26:58','2024-01-31 00:26:58',9,639.51,0,0,639.51,0,'wc-completed',92,'2024-01-31 00:31:16','2024-02-01 15:47:07'),(2458,0,'2024-01-31 14:27:56','2024-01-31 14:27:56',44,2904.26,0,0,2904.26,1,'wc-completed',69,'2024-01-31 14:39:43','2024-02-01 15:50:46'),(2459,0,'2024-01-31 18:45:47','2024-01-31 18:45:47',15,554.84,0,0,554.84,1,'wc-completed',79,'2024-01-31 18:46:05','2024-02-02 20:45:39'),(2460,0,'2024-01-31 18:49:55','2024-01-31 18:49:55',18,585.28,0,0,585.28,1,'wc-completed',50,'2024-01-31 18:50:18','2024-02-02 20:48:02'),(2461,0,'2024-01-31 23:43:08','2024-01-31 23:43:08',10,14.73,0,14.73,0,0,'wc-completed',63,'2024-01-31 23:43:39','2024-02-02 20:47:17'),(2462,0,'2024-02-01 17:08:18','2024-02-01 17:08:18',5,208.36,0,16.6,191.76,0,'wc-completed',55,'2024-02-01 17:08:40','2024-02-02 20:48:40'),(2464,0,'2024-02-01 18:30:20','2024-02-01 18:30:20',6,277.64,0,16.6,261.04,0,'wc-completed',17,'2024-02-01 18:31:01','2024-02-02 20:49:26'),(2465,0,'2024-02-02 15:23:05','2024-02-02 15:23:05',12,669.08,0,0,669.08,1,'wc-completed',11,'2024-02-02 15:23:27','2024-02-02 20:51:37'),(2466,0,'2024-02-02 18:32:55','2024-02-02 18:32:55',39,1246.35,0,0,1246.35,1,'wc-completed',101,'2024-02-02 18:33:24','2024-02-02 20:52:49'),(2467,0,'2024-02-02 19:42:17','2024-02-02 19:42:17',10,320.32,0,21.02,299.3,0,'wc-completed',53,'2024-02-02 19:42:43','2024-02-02 22:03:28'),(2468,0,'2024-02-02 20:02:14','2024-02-02 20:02:14',21,1014.58,0,0,1014.58,0,'wc-refunded',53,'2024-02-02 20:02:36',NULL),(2469,2468,'2024-02-02 20:07:28','2024-02-02 20:07:28',-21,-1014.58,0,0,-1014.58,NULL,'wc-refunded',53,'2024-02-02 20:07:28','2024-02-02 20:07:28'),(2470,0,'2024-02-02 20:18:05','2024-02-02 20:18:05',21,637.14,0,0,637.14,1,'wc-completed',53,'2024-02-02 20:18:51','2024-02-05 20:28:33'),(2471,0,'2024-02-02 21:31:11','2024-02-02 21:31:11',8,398.54,0,34.54,364,1,'wc-completed',53,'2024-02-02 21:31:29','2024-02-05 20:34:53'),(2472,0,'2024-02-03 05:33:08','2024-02-03 05:33:08',17,880.36,0,0,880.36,0,'wc-completed',100,'2024-02-03 05:33:50','2024-02-05 20:35:43'),(2473,0,'2024-02-03 20:31:02','2024-02-03 20:31:02',3,208.45,0,18.7,189.75,1,'wc-completed',81,'2024-02-03 20:31:19','2024-02-06 00:37:35'),(2474,0,'2024-02-05 19:56:18','2024-02-05 19:56:18',15,536.5,0,78.36,458.14,0,'wc-completed',99,'2024-02-05 19:56:52','2024-02-07 14:17:59'),(2475,0,'2024-02-06 22:17:02','2024-02-06 22:17:02',12,641.52,0,0,641.52,0,'wc-completed',80,'2024-02-06 22:17:29','2024-02-08 16:02:17'),(2476,0,'2024-02-07 19:58:06','2024-02-07 19:58:06',6,290.3,0,21.27,269.03,0,'wc-completed',33,'2024-02-07 19:58:59','2024-02-09 21:34:52'),(2477,0,'2024-02-09 20:12:05','2024-02-09 20:12:05',6,589.08,0,0,589.08,0,'wc-completed',80,'2024-02-23 18:30:41','2024-02-23 21:59:25'),(2478,0,'2024-02-10 16:49:55','2024-02-10 16:49:55',21,911.79,0,0,911.79,1,'wc-completed',50,'2024-02-10 16:50:17','2024-02-12 21:06:25'),(2479,0,'2024-02-11 20:49:47','2024-02-11 20:49:47',8,531.84,0,0,531.84,0,'wc-completed',63,'2024-02-11 20:50:17','2024-02-12 21:05:36'),(2480,0,'2024-02-12 15:44:46','2024-02-12 15:44:46',9,500.82,0,0,500.82,1,'wc-completed',11,'2024-02-12 15:45:50','2024-02-14 18:12:05'),(2481,0,'2024-02-12 19:26:03','2024-02-12 19:26:03',8,508.72,0,0,508.72,1,'wc-completed',79,'2024-02-12 19:26:36','2024-02-14 18:11:04'),(2482,0,'2024-02-12 22:02:10','2024-02-12 22:02:10',7,554.88,0,0,554.88,0,'wc-completed',30,'2024-02-12 22:02:53','2024-02-14 18:08:23'),(2483,0,'2024-02-12 22:36:37','2024-02-12 22:36:37',6,559.09,0,43.27,515.82,1,'wc-completed',79,'2024-02-12 22:46:22','2024-02-14 18:09:14'),(2484,2483,'2024-02-13 17:02:50','2024-02-13 17:02:50',0,-43.27,0,-43.27,0,NULL,'wc-completed',79,'2024-02-13 17:02:50','2024-02-13 17:02:50'),(2485,0,'2024-02-13 17:52:07','2024-02-13 17:52:07',21,1091.9,0,0,1091.9,1,'wc-cancelled',12,NULL,NULL),(2486,0,'2024-02-13 17:53:38','2024-02-13 17:53:38',21,1091.9,0,0,1091.9,1,'wc-completed',12,'2024-02-13 17:54:33','2024-02-14 17:58:42'),(2487,0,'2024-02-13 18:28:09','2024-02-13 18:28:09',17,628.04,0,0,628.04,1,'wc-completed',101,'2024-02-13 18:28:45','2024-02-14 17:53:43'),(2488,0,'2024-02-14 19:13:38','2024-02-14 19:13:38',19,990,0,0,990,1,'wc-completed',12,'2024-02-14 19:14:23','2024-02-15 18:52:03'),(2489,0,'2024-02-15 18:02:08','2024-02-15 18:02:08',18,773.32,0,0,773.32,0,'wc-completed',6,'2024-02-15 18:02:43','2024-02-16 18:08:19'),(2490,0,'2024-02-15 18:49:58','2024-02-15 18:49:58',12,602.72,0,0,602.72,1,'wc-completed',90,'2024-02-15 18:51:06','2024-02-16 18:09:36'),(2491,0,'2024-02-15 19:47:38','2024-02-15 19:47:38',14,934.24,0,0,934.24,1,'wc-completed',90,'2024-02-15 19:48:10','2024-02-16 18:11:44'),(2492,0,'2024-02-16 14:59:28','2024-02-16 14:59:28',12,628.12,0,0,628.12,1,'wc-completed',90,'2024-02-16 14:59:54','2024-02-16 22:00:08'),(2493,0,'2024-02-16 15:15:22','2024-02-16 15:15:22',12,605.48,0,0,605.48,1,'wc-completed',90,'2024-02-16 15:15:43','2024-02-16 22:00:43'),(2494,0,'2024-02-16 15:43:06','2024-02-16 15:43:06',11,886.56,0,0,886.56,1,'wc-completed',70,'2024-02-16 15:44:23','2024-02-16 21:59:27'),(2495,0,'2024-02-16 17:25:49','2024-02-16 17:25:49',25,1159.11,0,0,1159.11,1,'wc-completed',11,'2024-02-16 17:26:48','2024-02-16 21:58:50'),(2496,0,'2024-02-16 22:53:22','2024-02-16 22:53:22',12,728.26,0,0,728.26,1,'wc-completed',57,'2024-02-16 22:54:40','2024-02-19 20:24:30'),(2497,0,'2024-02-17 00:28:05','2024-02-17 00:28:05',2,147.13,0,14.17,132.96,0,'wc-completed',30,'2024-02-17 00:28:24','2024-02-19 20:26:08'),(2498,0,'2024-02-17 18:06:18','2024-02-17 18:06:18',17,1706.8,0,0,1706.8,0,'wc-completed',92,'2024-02-17 18:07:51','2024-02-19 20:20:04'),(2499,0,'2024-02-17 22:48:23','2024-02-17 22:48:23',3,268.44,0,30.84,237.6,1,'wc-completed',32,'2024-02-17 22:48:41','2024-02-19 20:25:13'),(2500,0,'2024-02-17 23:36:40','2024-02-17 23:36:40',7,573.36,0,0,573.36,0,'wc-completed',42,'2024-02-17 23:37:04','2024-02-19 20:21:01'),(2501,0,'2024-02-21 17:43:26','2024-02-21 17:43:26',34,1178.48,0,0,1178.48,1,'wc-completed',101,'2024-02-21 17:43:53','2024-02-23 22:02:54'),(2502,0,'2024-02-21 23:32:18','2024-02-21 23:32:18',6,15.18,0,15.18,0,0,'wc-completed',14,'2024-02-21 23:33:10','2024-02-27 20:14:06'),(2503,0,'2024-02-23 15:41:45','2024-02-23 15:41:45',41,3352.27,0,0,3352.27,0,'wc-completed',52,'2024-02-23 15:42:44','2024-02-23 22:00:51'),(2504,0,'2024-02-23 21:48:03','2024-02-23 21:48:03',60,3451.59,0,0,3451.59,1,'wc-completed',95,'2024-02-23 21:49:56','2024-02-27 02:11:29'),(2505,0,'2024-02-24 15:08:01','2024-02-24 15:08:01',16,592.26,0,47.8,544.46,0,'wc-completed',39,'2024-02-24 15:08:31','2024-02-27 02:12:43'),(2506,0,'2024-02-26 15:46:41','2024-02-26 15:46:41',14,365.95,0,17.53,348.42,1,'wc-completed',21,'2024-02-26 15:47:07','2024-02-27 20:14:18'),(2507,0,'2024-02-26 15:53:14','2024-02-26 15:53:14',12,539.5,0,0,539.5,1,'wc-completed',79,'2024-02-26 15:53:31','2024-02-27 20:12:30'),(2508,0,'2024-02-26 19:01:00','2024-02-26 19:01:00',8,586.8,0,0,586.8,0,'wc-completed',63,'2024-02-26 19:01:36','2024-02-27 20:11:02'),(2509,0,'2024-02-26 23:27:20','2024-02-26 23:27:20',22,1331.1,0,163.22,1167.88,1,'wc-completed',25,'2024-02-26 23:27:41','2024-02-28 21:08:27'),(2510,0,'2024-02-27 02:03:27','2024-02-27 02:03:27',8,250.02,0,22.84,227.18,0,'wc-completed',33,'2024-02-27 02:04:13','2024-02-28 21:06:45'),(2511,0,'2024-02-27 16:21:22','2024-02-27 16:21:22',7,315.42,0,22.06,293.36,1,'wc-completed',46,'2024-02-29 19:20:54','2024-03-01 23:47:04'),(2512,0,'2024-02-27 18:34:54','2024-02-27 18:34:54',14,552.64,0,0,552.64,1,'wc-completed',11,'2024-02-27 18:53:12','2024-02-28 21:04:26'),(2513,0,'2024-02-28 14:10:28','2024-02-28 14:10:28',6,135.68,0,18.08,117.6,1,'wc-completed',86,'2024-02-28 14:10:51','2024-02-29 20:36:47'),(2514,0,'2024-02-28 19:49:58','2024-02-28 19:49:58',17,554.38,0,0,554.38,1,'wc-completed',11,'2024-02-28 19:50:20','2024-02-29 20:47:18'),(2515,0,'2024-02-29 20:38:30','2024-02-29 20:38:30',15,553,0,0,553,1,'wc-completed',53,'2024-02-29 20:38:55','2024-03-01 23:46:37'),(2516,0,'2024-02-29 20:41:07','2024-02-29 20:41:07',10,215.41,0,19.41,196,1,'wc-completed',53,'2024-02-29 20:41:37','2024-03-01 23:47:33'),(2517,0,'2024-03-01 13:36:47','2024-03-01 13:36:47',11,679.35,0,0,679.35,0,'wc-completed',17,'2024-03-01 13:37:28','2024-03-01 23:45:39'),(2518,0,'2024-03-03 15:11:22','2024-03-03 15:11:22',25,1285.65,0,0,1285.65,0,'wc-completed',64,'2024-03-03 15:11:49','2024-03-05 02:43:46'),(2519,0,'2024-03-04 19:00:54','2024-03-04 19:00:54',3,251.65,0,29.65,222,1,'wc-completed',25,'2024-03-04 19:01:40','2024-03-05 02:42:40'),(2520,0,'2024-03-04 22:28:01','2024-03-04 22:28:01',16,780.95,0,0,780.95,0,'wc-completed',82,'2024-03-04 22:28:49','2024-03-07 18:04:04'),(2522,0,'2024-03-05 19:15:01','2024-03-05 19:15:01',15,655.74,0,0,655.74,0,'wc-refunded',64,'2024-03-05 19:16:02',NULL),(2523,2522,'2024-03-05 19:32:19','2024-03-05 19:32:19',-15,-655.74,0,0,-655.74,NULL,'wc-refunded',64,'2024-03-05 19:32:19','2024-03-05 19:32:19'),(2524,0,'2024-03-05 20:12:17','2024-03-05 20:12:17',35,1276.9,0,0,1276.9,1,'wc-completed',50,'2024-03-05 20:12:38','2024-03-07 18:07:19'),(2525,0,'2024-03-05 20:20:53','2024-03-05 20:20:53',20,97.59,0,97.59,0,0,'wc-completed',63,'2024-03-05 20:21:30','2024-03-07 18:05:45'),(2527,2525,'2024-03-05 21:31:28','2024-03-05 21:31:28',0,-79.51,0,-79.51,0,NULL,'wc-completed',63,'2024-03-05 21:31:28','2024-03-05 21:31:28'),(2528,0,'2024-03-05 21:59:58','2024-03-05 21:59:58',19,225.25,0,0,225.25,1,'wc-completed',64,'2024-03-05 22:00:24','2024-03-07 18:09:21'),(2529,0,'2024-03-06 00:19:16','2024-03-06 00:19:16',21,1314.96,0,0,1314.96,0,'wc-completed',80,'2024-03-06 00:19:35','2024-03-07 18:19:06'),(2530,0,'2024-03-06 16:09:40','2024-03-06 16:09:40',17,837.17,0,0,837.17,1,'wc-completed',12,'2024-03-06 16:10:12','2024-03-07 18:21:34'),(2531,0,'2024-03-06 16:14:10','2024-03-06 16:14:10',15,653.39,0,0,653.39,1,'wc-completed',12,'2024-03-06 16:14:30','2024-03-07 18:25:38'),(2532,0,'2024-03-06 18:36:38','2024-03-06 18:36:38',26,793.68,0,0,793.68,1,'wc-completed',50,'2024-03-06 18:37:00','2024-03-07 18:24:54'),(2533,0,'2024-03-07 16:46:56','2024-03-07 16:46:56',45,2074.4,0,0,2074.4,1,'wc-completed',69,'2024-03-07 16:49:28','2024-03-08 19:42:32'),(2534,0,'2024-03-08 01:45:12','2024-03-08 01:45:12',35,1492.47,0,0,1492.47,1,'wc-completed',62,'2024-03-08 01:51:15','2024-03-08 19:37:12'),(2535,0,'2024-03-08 17:38:49','2024-03-08 17:38:49',10,1010.48,0,0,1010.48,1,'wc-completed',11,'2024-03-08 17:39:24','2024-03-11 16:38:55'),(2536,0,'2024-03-08 18:26:00','2024-03-08 18:26:00',21,1512.96,0,0,1512.96,1,'wc-completed',13,'2024-03-08 18:26:39','2024-03-11 16:42:52'),(2537,0,'2024-03-09 16:42:33','2024-03-09 16:42:33',17,850.96,0,0,850.96,1,'wc-completed',57,'2024-03-09 16:46:02','2024-03-11 21:11:29'),(2538,0,'2024-03-09 20:14:57','2024-03-09 20:14:57',25,1363.3,0,0,1363.3,1,'wc-completed',11,'2024-03-09 20:15:12','2024-03-11 21:14:05'),(2539,0,'2024-03-11 15:03:39','2024-03-11 15:03:39',11,557.6,0,0,557.6,1,'wc-completed',26,'2024-03-11 15:04:32','2024-03-12 19:06:42'),(2541,0,'2024-03-11 21:51:48','2024-03-11 21:51:48',4,145.46,0,20.06,125.4,1,'wc-completed',101,'2024-03-11 21:52:13','2024-03-12 19:09:07'),(2542,0,'2024-03-12 00:27:11','2024-03-12 00:27:11',17,937.46,0,0,937.46,1,'wc-completed',25,'2024-03-12 00:27:34','2024-03-13 21:10:43'),(2543,0,'2024-03-14 18:37:44','2024-03-14 18:37:44',20,1129.56,0,0,1129.56,0,'wc-completed',6,'2024-03-15 15:21:25','2024-03-15 19:37:30'),(2544,0,'2024-03-15 16:49:44','2024-03-15 16:49:44',11,824.44,0,0,824.44,1,'wc-completed',70,'2024-03-15 16:51:13','2024-03-15 19:36:19'),(2545,0,'2024-03-15 18:30:26','2024-03-15 18:30:26',21,1798.28,0,0,1798.28,0,'wc-completed',80,'2024-03-15 18:30:56','2024-03-16 00:28:00'),(2546,0,'2024-03-15 19:02:44','2024-03-15 19:02:44',14,394.69,0,19.05,375.64,0,'wc-completed',49,'2024-03-15 19:04:20','2024-03-16 00:26:31'),(2547,0,'2024-03-15 19:28:31','2024-03-15 19:28:31',8,527.6,0,0,527.6,1,'wc-completed',79,'2024-03-15 19:29:02','2024-03-16 00:29:29'),(2548,0,'2024-03-15 21:40:16','2024-03-15 21:40:16',15,1278.8,0,0,1278.8,0,'wc-completed',80,'2024-03-15 21:40:52','2024-03-18 18:44:19'),(2549,0,'2024-03-16 17:48:30','2024-03-16 17:48:30',7,542.08,0,0,542.08,1,'wc-completed',12,'2024-03-16 17:49:26','2024-03-18 18:49:26'),(2550,0,'2024-03-16 18:31:30','2024-03-16 18:31:30',5,301.56,0,38.22,263.34,1,'wc-completed',32,'2024-03-16 18:31:48','2024-03-18 18:43:33'),(2551,0,'2024-03-17 14:09:21','2024-03-17 14:09:21',10,509.46,0,0,509.46,1,'wc-completed',53,'2024-03-17 14:09:57','2024-03-18 18:53:07'),(2552,0,'2024-03-17 15:48:23','2024-03-17 15:48:23',2,180.95,0,22.55,158.4,1,'wc-completed',53,'2024-03-17 15:48:42','2024-03-18 18:54:03'),(2553,0,'2024-03-17 16:57:06','2024-03-17 16:57:06',19,665.26,0,0,665.26,1,'wc-completed',11,'2024-03-17 16:57:25','2024-03-19 19:42:05'),(2554,0,'2024-03-18 17:50:01','2024-03-18 17:50:01',21,744.34,0,0,744.34,1,'wc-cancelled',90,NULL,NULL),(2555,0,'2024-03-18 17:53:46','2024-03-18 17:53:46',21,744.34,0,0,744.34,1,'wc-completed',90,'2024-03-18 17:54:12','2024-03-19 19:42:57'),(2556,0,'2024-03-18 18:02:12','2024-03-18 18:02:12',18,965.52,0,0,965.52,1,'wc-completed',90,'2024-03-18 18:02:45','2024-03-19 19:44:42'),(2557,0,'2024-03-18 18:09:47','2024-03-18 18:09:47',13,582.46,0,0,582.46,1,'wc-completed',90,'2024-03-18 18:10:06','2024-03-19 19:43:53'),(2558,0,'2024-03-18 18:16:48','2024-03-18 18:16:48',15,511.14,0,0,511.14,1,'wc-completed',90,'2024-03-18 18:17:12','2024-03-19 19:45:37'),(2559,0,'2024-03-19 13:34:09','2024-03-19 13:34:09',9,687.36,0,0,687.36,0,'wc-completed',92,'2024-03-19 13:36:51','2024-03-19 19:47:34'),(2560,0,'2024-03-19 16:23:48','2024-03-19 16:23:48',6,512.06,0,0,512.06,1,'wc-completed',79,'2024-03-19 16:24:07','2024-03-20 18:39:09'),(2564,0,'2024-03-19 19:36:47','2024-03-19 19:36:47',8,455.3,0,26.9,428.4,0,'wc-completed',100,'2024-03-19 19:37:23','2024-03-20 18:38:04'),(2565,0,'2024-03-19 19:41:45','2024-03-19 19:41:45',31,1147.05,0,0,1147.05,1,'wc-completed',101,'2024-03-19 19:42:26','2024-03-20 18:36:30'),(2566,0,'2024-03-21 22:43:26','2024-03-21 22:43:26',20,441.5,0,18.35,423.15,1,'wc-completed',21,'2024-03-21 22:44:00','2024-03-22 19:14:01'),(2567,0,'2024-03-22 16:40:35','2024-03-22 16:40:35',14,879.04,0,0,879.04,1,'wc-completed',79,'2024-03-22 16:41:15','2024-03-22 19:13:34'),(2568,0,'2024-03-22 22:32:21','2024-03-22 22:32:21',11,531.02,0,94.57,436.45,1,'wc-completed',25,'2024-03-22 22:32:41','2024-03-26 01:59:30'),(2569,0,'2024-03-25 12:47:03','2024-03-25 12:47:03',38,1135.86,0,0,1135.86,1,'wc-completed',69,'2024-03-25 12:51:35','2024-03-26 01:58:12'),(2570,0,'2024-03-25 16:44:20','2024-03-25 16:44:20',4,145.52,0,21.84,123.68,1,'wc-completed',86,'2024-03-25 16:44:40','2024-03-26 01:58:50'),(2571,0,'2024-03-26 19:23:59','2024-03-26 19:23:59',6,287.73,0,16.77,270.96,0,'wc-completed',55,'2024-03-26 19:24:32','2024-03-27 18:05:28'),(2572,0,'2024-04-01 15:33:30','2024-04-01 15:33:30',10,510.44,0,0,510.44,0,'wc-completed',17,'2024-04-01 15:34:02','2024-04-02 01:07:55'),(2574,0,'2024-04-01 19:56:59','2024-04-01 19:56:59',22,403.41,0,71.81,331.6,1,'wc-completed',53,'2024-04-01 19:57:19','2024-04-03 18:08:51'),(2575,0,'2024-04-01 21:28:39','2024-04-01 21:28:39',14,387.53,0,71.73,315.8,0,'wc-completed',39,'2024-04-01 21:29:20','2024-04-03 18:07:27'),(2576,0,'2024-04-02 16:26:19','2024-04-02 16:26:19',14,710.4,0,0,710.4,0,'wc-completed',80,'2024-04-02 16:26:48','2024-04-03 17:31:33'),(2577,0,'2024-04-02 21:45:21','2024-04-02 21:45:21',20,810.58,0,0,810.58,1,'wc-completed',11,'2024-04-02 21:45:43','2024-04-03 19:36:39'),(2578,0,'2024-04-02 22:19:10','2024-04-02 22:19:10',17,801.85,0,0,801.85,1,'wc-completed',11,'2024-04-02 22:19:26','2024-04-03 19:37:20'),(2579,0,'2024-04-03 19:53:31','2024-04-03 19:53:31',23,1251.52,0,0,1251.52,1,'wc-completed',12,'2024-04-03 19:54:07','2024-04-04 18:56:59'),(2580,0,'2024-04-04 18:25:59','2024-04-04 18:25:59',88,3567.53,0,0,3567.53,1,'wc-completed',95,'2024-04-04 18:28:01','2024-04-05 14:25:51'),(2581,0,'2024-04-05 03:12:32','2024-04-05 03:12:32',30,535,0,0,535,1,'wc-completed',50,'2024-04-05 03:13:08','2024-04-08 04:00:32'),(2582,0,'2024-04-05 21:12:37','2024-04-05 21:12:37',6,410.44,0,46.12,364.32,0,'wc-completed',102,'2024-04-05 21:13:41','2024-04-09 20:29:44'),(2583,0,'2024-04-08 04:25:52','2024-04-08 04:25:52',32,3072.32,0,0,3072.32,0,'wc-completed',85,'2024-04-08 04:28:18','2024-04-09 20:28:59'),(2585,0,'2024-04-08 15:22:44','2024-04-08 15:22:44',10,766.56,0,0,766.56,0,'wc-completed',92,'2024-04-08 15:23:52','2024-04-09 20:23:52'),(2586,0,'2024-04-08 16:59:33','2024-04-08 16:59:33',9,467.1,0,28.06,439.04,1,'wc-completed',46,'2024-04-08 17:01:01','2024-04-09 20:23:02'),(2587,0,'2024-04-08 19:26:57','2024-04-08 19:26:57',6,506.48,0,0,506.48,1,'wc-completed',79,'2024-04-08 19:27:16','2024-04-09 20:20:29'),(2588,0,'2024-04-08 21:44:29','2024-04-08 21:44:29',24,1438.38,0,0,1438.38,1,'wc-completed',12,'2024-04-08 21:45:09','2024-04-09 20:19:49'),(2589,0,'2024-04-10 23:11:16','2024-04-10 23:11:16',16,509.36,0,0,509.36,1,'wc-completed',79,'2024-04-10 23:11:39','2024-04-11 19:37:30'),(2590,0,'2024-04-10 23:23:16','2024-04-10 23:23:16',19,938.36,0,0,938.36,0,'wc-completed',6,'2024-04-11 18:57:37','2024-04-12 20:15:36'),(2593,0,'2024-04-12 16:10:42','2024-04-12 16:10:42',6,635.36,0,0,635.36,1,'wc-completed',90,'2024-04-12 16:13:36','2024-04-16 22:58:54'),(2594,0,'2024-04-12 21:07:10','2024-04-12 21:07:10',20,22.47,0,22.47,0,0,'wc-completed',63,'2024-04-15 19:16:01','2024-04-15 21:59:15'),(2595,0,'2024-04-13 00:06:02','2024-04-13 00:06:02',19,955.85,0,0,955.85,1,'wc-completed',25,'2024-04-13 00:06:25','2024-04-15 20:36:14'),(2596,0,'2024-04-14 23:02:46','2024-04-14 23:02:46',30,752.68,0,0,752.68,1,'wc-completed',53,'2024-04-14 23:03:05','2024-04-15 20:33:39'),(2597,0,'2024-04-14 23:09:10','2024-04-14 23:09:10',26,1275.46,0,0,1275.46,1,'wc-completed',101,'2024-04-14 23:09:29','2024-04-15 20:35:07'),(2598,0,'2024-04-14 23:39:02','2024-04-14 23:39:02',32,1887.52,0,0,1887.52,1,'wc-completed',101,'2024-04-14 23:39:28','2024-04-15 20:29:53'),(2599,0,'2024-04-14 23:41:12','2024-04-14 23:41:12',22,931.7,0,0,931.7,1,'wc-completed',53,'2024-04-14 23:41:28','2024-04-15 20:28:55'),(2600,0,'2024-04-15 17:05:54','2024-04-15 17:05:54',5,369.61,0,36.97,332.64,1,'wc-completed',32,'2024-04-15 17:06:36','2024-04-15 20:36:48'),(2601,0,'2024-04-15 21:26:40','2024-04-15 21:26:40',22,977.71,0,0,977.71,1,'wc-completed',90,'2024-04-15 21:28:04','2024-04-16 23:12:45'),(2602,0,'2024-04-16 14:21:53','2024-04-16 14:21:53',26,1049.17,0,0,1049.17,1,'wc-completed',90,'2024-04-16 14:22:25','2024-04-16 23:13:49'),(2603,0,'2024-04-16 14:59:00','2024-04-16 14:59:00',21,1161.12,0,0,1161.12,1,'wc-completed',90,'2024-04-16 14:59:25','2024-04-16 23:15:38'),(2604,0,'2024-04-16 15:37:30','2024-04-16 15:37:30',6,534.76,0,0,534.76,1,'wc-completed',26,'2024-04-16 15:38:49','2024-04-16 23:22:12'),(2605,0,'2024-04-16 17:20:21','2024-04-16 17:20:21',14,1262.24,0,0,1262.24,1,'wc-cancelled',13,NULL,NULL),(2606,0,'2024-04-16 17:53:33','2024-04-16 17:53:33',14,1262.24,0,0,1262.24,1,'wc-completed',13,'2024-04-16 17:59:34','2024-04-16 23:24:25'),(2607,0,'2024-04-16 20:46:23','2024-04-16 20:46:23',10,545.28,0,0,545.28,1,'wc-completed',79,'2024-04-16 20:46:39','2024-04-17 23:44:38'),(2608,0,'2024-04-16 21:26:08','2024-04-16 21:26:08',11,885.67,0,0,885.67,1,'wc-completed',50,'2024-04-16 21:26:27','2024-04-17 23:43:50'),(2609,0,'2024-04-17 15:03:58','2024-04-17 15:03:58',21,949.34,0,0,949.34,1,'wc-completed',11,'2024-04-17 15:08:13','2024-04-17 23:41:15'),(2610,0,'2024-04-19 17:26:45','2024-04-19 17:26:45',20,19.52,0,19.52,0,0,'wc-cancelled',60,NULL,NULL),(2611,0,'2024-04-20 20:07:10','2024-04-20 20:07:10',26,924.06,0,0,924.06,1,'wc-completed',62,'2024-04-22 17:06:31','2024-04-23 17:21:10'),(2612,0,'2024-04-21 12:43:28','2024-04-21 12:43:28',11,708.66,0,0,708.66,1,'wc-completed',57,'2024-04-21 12:44:02','2024-04-22 18:40:46'),(2613,0,'2024-04-21 18:39:58','2024-04-21 18:39:58',20,501.46,0,0,501.46,1,'wc-completed',50,'2024-04-21 18:40:19','2024-04-22 18:39:31'),(2614,0,'2024-04-22 16:40:11','2024-04-22 16:40:11',7,515.7,0,23.22,492.48,0,'wc-completed',103,'2024-05-02 16:15:49','2024-05-03 04:11:16'),(2615,0,'2024-04-22 17:58:39','2024-04-22 17:58:39',17,1089.32,0,0,1089.32,1,'wc-completed',70,'2024-04-22 18:36:33','2024-04-23 17:22:27'),(2616,0,'2024-04-23 23:05:21','2024-04-23 23:05:21',6,549.31,0,0,549.31,1,'wc-completed',11,'2024-04-23 23:05:40','2024-04-26 03:42:13'),(2617,0,'2024-04-24 17:57:30','2024-04-24 17:57:30',20,822.29,0,0,822.29,1,'wc-completed',64,'2024-04-24 17:58:23','2024-04-26 03:41:47'),(2618,0,'2024-04-26 18:58:08','2024-04-26 18:58:08',16,1170.48,0,0,1170.48,0,'wc-completed',80,'2024-04-26 19:02:33','2024-04-29 17:07:47'),(2619,0,'2024-04-26 20:36:36','2024-04-26 20:36:36',14,512.8,0,0,512.8,1,'wc-completed',79,'2024-04-26 20:37:00','2024-04-29 17:09:01'),(2620,0,'2024-04-26 20:49:52','2024-04-26 20:49:52',7,511.76,0,0,511.76,1,'wc-completed',79,'2024-04-26 20:50:09','2024-04-29 17:09:36'),(2621,0,'2024-04-29 12:19:28','2024-04-29 12:19:28',11,806.64,0,0,806.64,0,'wc-completed',92,'2024-04-29 12:19:58','2024-04-30 02:35:45'),(2623,0,'2024-04-30 14:16:26','2024-04-30 14:16:26',6,549.12,0,0,549.12,1,'wc-completed',79,'2024-04-30 14:16:44','2024-04-30 19:14:21'),(2624,0,'2024-04-30 16:01:12','2024-04-30 16:01:12',29,1454.12,0,0,1454.12,1,'wc-completed',11,'2024-04-30 16:02:35','2024-05-01 20:00:01'),(2625,0,'2024-05-01 18:56:58','2024-05-01 18:56:58',8,571.2,0,0,571.2,0,'wc-completed',63,'2024-05-01 18:57:35','2024-05-03 04:04:32'),(2626,0,'2024-05-01 22:09:45','2024-05-01 22:09:45',6,186.59,0,23.71,162.88,1,'wc-completed',86,'2024-05-01 22:10:04','2024-05-03 04:06:53'),(2627,0,'2024-05-01 22:39:09','2024-05-01 22:39:09',43,1195.12,0,0,1195.12,1,'wc-completed',53,'2024-05-01 22:39:29','2024-05-03 19:44:19'),(2628,0,'2024-05-01 22:42:20','2024-05-01 22:42:20',11,400.64,0,33.54,367.1,1,'wc-completed',53,'2024-05-01 22:42:38','2024-05-03 19:45:00'),(2629,0,'2024-05-01 22:43:43','2024-05-01 22:43:43',14,355.74,0,19.38,336.36,1,'wc-completed',101,'2024-05-01 22:44:01','2024-05-03 19:45:24'),(2630,0,'2024-05-02 13:35:43','2024-05-02 13:35:43',19,888.69,0,0,888.69,0,'wc-completed',82,'2024-05-02 13:37:03','2024-05-03 04:08:39'),(2632,0,'2024-05-02 17:45:02','2024-05-02 17:45:02',6,14.11,0,14.11,0,0,'wc-completed',14,'2024-05-06 17:23:09','2024-05-08 00:32:16'),(2633,0,'2024-05-02 17:48:10','2024-05-02 17:48:10',10,745.24,0,0,745.24,0,'wc-completed',39,'2024-05-02 17:49:43','2024-05-07 00:11:09'),(2634,0,'2024-05-02 22:04:17','2024-05-02 22:04:17',8,633.6,0,0,633.6,0,'wc-completed',63,'2024-05-02 22:04:37','2024-05-03 19:46:06'),(2635,0,'2024-05-02 22:22:43','2024-05-02 22:22:43',70,3379.19,0,0,3379.19,1,'wc-completed',95,'2024-05-02 22:25:53','2024-05-07 00:16:14'),(2636,0,'2024-05-03 02:16:38','2024-05-03 02:16:38',27,1173.52,0,0,1173.52,1,'wc-completed',25,'2024-05-03 02:17:10','2024-05-03 17:07:21'),(2637,0,'2024-05-03 20:01:04','2024-05-03 20:01:04',13,930.2,0,0,930.2,0,'wc-completed',42,'2024-05-03 20:01:26','2024-05-07 00:13:02'),(2638,0,'2024-05-05 02:58:40','2024-05-05 02:58:40',4,98.39,0,15.19,83.2,0,'wc-completed',33,'2024-05-05 02:59:13','2024-05-07 00:13:35'),(2639,0,'2024-05-06 15:18:10','2024-05-06 15:18:10',13,673.79,0,0,673.79,0,'wc-completed',17,'2024-05-06 15:18:40','2024-05-07 00:15:56'),(2640,0,'2024-05-06 17:54:21','2024-05-06 17:54:21',6,104.16,0,18.36,85.8,1,'wc-completed',53,'2024-05-06 17:55:55','2024-05-08 00:31:32'),(2641,0,'2024-05-07 00:19:59','2024-05-07 00:19:59',16,854,0,0,854,1,'wc-completed',57,'2024-05-07 00:21:01','2024-05-08 00:33:11'),(2642,0,'2024-05-07 12:01:07','2024-05-07 12:01:07',5,376.78,0,18.94,357.84,0,'wc-completed',92,'2024-05-07 12:01:30','2024-05-08 00:34:01'),(2643,0,'2024-05-07 12:53:41','2024-05-07 12:53:41',16,881.24,0,0,881.24,1,'wc-completed',53,'2024-05-07 13:02:30','2024-05-08 00:37:15'),(2644,0,'2024-05-07 14:29:58','2024-05-07 14:29:58',7,503.52,0,0,503.52,0,'wc-completed',55,'2024-05-07 14:30:19','2024-05-08 00:36:43'),(2645,0,'2024-05-07 16:19:05','2024-05-07 16:19:05',5,372.43,0,22.99,349.44,1,'wc-completed',46,'2024-05-10 16:57:25','2024-05-11 19:03:22'),(2646,0,'2024-05-08 04:45:31','2024-05-08 04:45:31',37,325.36,0,38.32,287.04,0,'wc-completed',102,'2024-05-08 04:49:08','2024-05-09 15:22:03'),(2647,0,'2024-05-08 13:19:31','2024-05-08 13:19:31',65,2966.93,0,0,2966.93,1,'wc-completed',69,'2024-05-08 13:23:15','2024-05-09 15:21:05'),(2648,0,'2024-05-08 14:11:29','2024-05-08 14:11:29',22,174.66,0,29.56,145.1,1,'wc-completed',53,'2024-05-08 14:12:10','2024-05-09 15:21:39'),(2649,0,'2024-05-08 17:59:11','2024-05-08 17:59:11',14,560.32,0,0,560.32,1,'wc-completed',79,'2024-05-08 17:59:34','2024-05-09 15:19:34'),(2650,0,'2024-05-08 20:02:48','2024-05-08 20:02:48',22,1298.58,0,0,1298.58,1,'wc-completed',64,'2024-05-08 20:03:46','2024-05-09 15:19:00'),(2651,0,'2024-05-09 20:29:13','2024-05-09 20:29:13',24,1378.88,0,0,1378.88,1,'wc-completed',12,'2024-05-09 20:30:12','2024-05-11 19:00:35'),(2653,0,'2024-05-10 13:04:30','2024-05-10 13:04:30',26,2188.5,0,0,2188.5,1,'wc-completed',11,'2024-05-10 13:05:36','2024-05-11 19:01:39'),(2654,0,'2024-05-10 14:29:22','2024-05-10 14:29:22',12,618.56,0,0,618.56,1,'wc-completed',101,'2024-05-10 14:29:45','2024-05-11 19:02:56'),(2655,0,'2024-05-10 18:40:25','2024-05-10 18:40:25',19,892,0,0,892,1,'wc-completed',50,'2024-05-10 18:41:05','2024-05-11 19:04:11'),(2656,0,'2024-05-10 19:24:16','2024-05-10 19:24:16',12,673.02,0,0,673.02,1,'wc-completed',79,'2024-05-10 19:24:41','2024-05-14 22:52:24'),(2657,0,'2024-05-15 16:43:28','2024-05-15 16:43:28',18,898.28,0,0,898.28,0,'wc-completed',6,'2024-05-21 15:23:31','2024-05-22 18:49:54'),(2659,0,'2024-05-16 13:39:00','2024-05-16 13:39:00',17,1530,0,0,1530,1,'wc-completed',70,'2024-05-16 13:40:15','2024-05-16 21:39:46'),(2660,0,'2024-05-16 14:45:05','2024-05-16 14:45:05',7,517.95,0,0,517.95,1,'wc-completed',11,'2024-05-16 14:45:27','2024-05-16 21:41:12'),(2661,0,'2024-05-16 17:41:50','2024-05-16 17:41:50',5,379.65,0,21.81,357.84,1,'wc-completed',53,'2024-05-16 17:42:10','2024-05-21 20:12:06'),(2662,0,'2024-05-16 19:29:40','2024-05-16 19:29:40',24,926.46,0,0,926.46,1,'wc-completed',62,'2024-05-20 16:22:10','2024-05-20 23:06:48'),(2663,0,'2024-05-16 20:19:39','2024-05-16 20:19:39',7,154.88,0,17.68,137.2,1,'wc-completed',46,'2024-05-17 15:11:43','2024-05-20 12:49:43'),(2664,0,'2024-05-16 23:13:41','2024-05-16 23:13:41',15,1222.28,0,0,1222.28,1,'wc-completed',50,'2024-05-16 23:14:47','2024-05-20 12:49:11'),(2665,0,'2024-05-20 21:22:12','2024-05-20 21:22:12',24,949.51,0,0,949.51,1,'wc-completed',11,'2024-05-20 21:24:30','2024-05-21 20:12:35'),(2666,0,'2024-05-21 14:21:24','2024-05-21 14:21:24',9,234.8,0,23.15,211.65,1,'wc-completed',26,'2024-05-21 14:22:22','2024-05-21 20:11:27'),(2667,0,'2024-05-21 16:23:58','2024-05-21 16:23:58',14,1139.84,0,0,1139.84,1,'wc-completed',13,'2024-05-21 16:24:54','2024-05-21 20:13:14'),(2668,0,'2024-05-21 19:25:43','2024-05-21 19:25:43',19,684.27,0,0,684.27,1,'wc-completed',90,'2024-05-21 19:27:30','2024-05-22 18:52:37'),(2669,0,'2024-05-21 19:35:23','2024-05-21 19:35:23',19,985.95,0,0,985.95,1,'wc-completed',90,'2024-05-21 19:35:56','2024-05-22 18:51:20'),(2670,0,'2024-05-21 19:41:04','2024-05-21 19:41:04',10,650.59,0,0,650.59,1,'wc-completed',90,'2024-05-21 19:41:21','2024-05-22 18:51:57'),(2671,0,'2024-05-21 19:56:01','2024-05-21 19:56:01',7,528.96,0,0,528.96,1,'wc-completed',90,'2024-05-21 19:56:27','2024-05-30 01:53:44'),(2673,0,'2024-05-23 22:31:58','2024-05-23 22:31:58',3,161.21,0,19.31,141.9,1,'wc-completed',81,'2024-05-23 22:32:33','2024-05-28 13:51:17'),(2674,0,'2024-05-24 15:02:02','2024-05-24 15:02:02',16,762.7,0,0,762.7,1,'wc-completed',11,'2024-05-24 15:02:45','2024-05-28 13:52:57'),(2675,0,'2024-05-25 11:55:25','2024-05-25 11:55:25',11,604.48,0,0,604.48,1,'wc-completed',79,'2024-05-25 11:55:52','2024-05-30 01:54:00'),(2676,0,'2024-05-25 11:58:38','2024-05-25 11:58:38',26,509.6,0,0,509.6,1,'wc-completed',79,'2024-05-25 11:58:55','2024-05-30 01:54:15'),(2677,0,'2024-05-29 05:05:25','2024-05-29 05:05:25',20,921.4,0,0,921.4,1,'wc-completed',12,'2024-05-29 05:05:51','2024-05-30 01:52:47'),(2680,0,'2024-05-29 21:26:19','2024-05-29 21:26:19',20,1044.96,0,0,1044.96,1,'wc-completed',25,'2024-05-29 21:27:05','2024-06-01 06:01:49'),(2682,0,'2024-05-30 16:36:57','2024-05-30 16:36:57',12,529.18,0,0,529.18,1,'wc-completed',70,'2024-05-30 16:38:38','2024-06-01 06:03:56'),(2684,0,'2024-05-30 23:56:28','2024-05-30 23:56:28',10,545.76,0,0,545.76,0,'wc-completed',17,'2024-05-30 23:56:53','2024-06-01 06:07:39'),(2685,0,'2024-05-31 17:50:28','2024-05-31 17:50:28',38,622.42,0,0,622.42,1,'wc-refunded',53,'2024-05-31 17:50:56',NULL),(2686,2685,'2024-06-01 05:53:56','2024-06-01 05:53:56',-38,-622.42,0,0,-622.42,NULL,'wc-refunded',53,'2024-06-01 05:53:56','2024-06-01 05:53:56'),(2687,0,'2024-06-01 11:40:41','2024-06-01 11:40:41',37,608.12,0,0,608.12,1,'wc-completed',101,'2024-06-01 11:41:09','2024-06-06 02:06:32'),(2688,0,'2024-06-01 11:44:27','2024-06-01 11:44:27',13,894.12,0,0,894.12,1,'wc-completed',53,'2024-06-01 11:44:44','2024-06-03 18:06:51'),(2689,0,'2024-06-01 11:48:18','2024-06-01 11:48:18',7,228.41,0,20.25,208.16,1,'wc-completed',53,'2024-06-01 11:48:34','2024-06-03 18:08:02'),(2690,0,'2024-06-01 15:10:08','2024-06-01 15:10:08',7,512.4,0,0,512.4,1,'wc-completed',26,'2024-06-01 15:12:06','2024-06-03 18:07:31'),(2691,0,'2024-06-03 13:51:43','2024-06-03 13:51:43',6,455.33,0,26.93,428.4,1,'wc-completed',101,'2024-06-03 13:52:03','2024-06-03 18:06:07'),(2692,0,'2024-06-03 13:53:41','2024-06-03 13:53:41',9,518.98,0,0,518.98,1,'wc-completed',79,'2024-06-03 13:53:58','2024-06-04 21:14:45'),(2693,0,'2024-06-03 13:54:34','2024-06-03 13:54:34',10,664.8,0,0,664.8,1,'wc-completed',53,'2024-06-03 13:54:50','2024-06-04 21:14:12'),(2694,0,'2024-06-03 17:42:56','2024-06-03 17:42:56',18,634.54,0,0,634.54,1,'wc-completed',11,'2024-06-03 17:43:24','2024-06-04 21:15:40'),(2695,0,'2024-06-03 17:54:19','2024-06-03 17:54:19',41,3373.92,0,0,3373.92,1,'wc-completed',69,'2024-06-03 17:56:53','2024-06-04 21:17:01'),(2696,0,'2024-06-04 19:53:57','2024-06-04 19:53:57',20,22.51,0,22.51,0,0,'wc-completed',63,'2024-06-07 23:21:01','2024-06-10 21:09:23'),(2697,0,'2024-06-04 21:15:41','2024-06-04 21:15:41',6,416.41,0,17.53,398.88,0,'wc-completed',63,'2024-06-04 21:16:33','2024-06-06 02:05:39'),(2698,0,'2024-06-05 18:47:38','2024-06-05 18:47:38',5,14.73,0,14.73,0,0,'wc-completed',14,'2024-06-05 21:51:15','2024-06-07 21:43:52'),(2699,0,'2024-06-05 21:02:33','2024-06-05 21:02:33',4,272.67,0,29.79,242.88,1,'wc-completed',32,'2024-06-05 21:03:08','2024-06-07 21:43:22'),(2700,0,'2024-06-06 11:10:32','2024-06-06 11:10:32',12,704.02,0,0,704.02,1,'wc-completed',57,'2024-06-06 11:11:46','2024-06-07 21:44:35'),(2701,0,'2024-06-06 16:10:07','2024-06-06 16:10:07',21,1074.8,0,0,1074.8,1,'wc-completed',12,'2024-06-06 16:11:09','2024-06-07 21:45:16'),(2702,0,'2024-06-06 19:26:14','2024-06-06 19:26:14',16,926.23,0,0,926.23,0,'wc-completed',100,'2024-06-06 19:27:27','2024-06-07 21:46:03'),(2703,0,'2024-06-06 20:13:09','2024-06-06 20:13:09',1,28.47,0,14.17,14.3,1,'wc-completed',101,'2024-06-06 20:13:44','2024-06-06 21:22:10'),(2704,2703,'2024-06-06 21:21:28','2024-06-06 21:21:28',0,-14.17,0,-14.17,0,NULL,'wc-completed',101,'2024-06-06 21:21:28','2024-06-06 21:21:28'),(2705,0,'2024-06-07 11:07:14','2024-06-07 11:07:14',19,729.82,0,0,729.82,1,'wc-completed',53,'2024-06-07 11:07:34','2024-06-07 21:46:48'),(2706,0,'2024-06-07 16:17:28','2024-06-07 16:17:28',7,307.88,0,17.32,290.56,0,'wc-completed',55,'2024-06-07 16:17:54','2024-06-07 21:47:08'),(2707,0,'2024-06-07 23:03:51','2024-06-07 23:03:51',16,527.08,0,0,527.08,1,'wc-completed',11,'2024-06-07 23:05:55','2024-06-10 21:09:40'),(2708,0,'2024-06-09 03:34:47','2024-06-09 03:34:47',41,3433.62,0,0,3433.62,0,'wc-completed',85,'2024-06-09 03:35:33','2024-06-10 21:11:27'),(2709,0,'2024-06-09 14:58:44','2024-06-09 14:58:44',6,243.51,0,21.36,222.15,0,'wc-completed',33,'2024-06-09 15:00:26','2024-06-10 21:10:16'),(2710,0,'2024-06-11 19:08:02','2024-06-11 19:08:02',7,232.65,0,27.53,205.12,1,'wc-completed',86,'2024-06-11 19:08:41','2024-06-13 00:49:54'),(2711,0,'2024-06-12 20:47:01','2024-06-12 20:47:01',42,809.3,0,0,809.3,1,'wc-completed',69,'2024-06-12 20:51:16','2024-06-13 21:18:17'),(2712,0,'2024-06-14 14:37:27','2024-06-14 14:37:27',27,1412.01,0,0,1412.01,1,'wc-completed',64,'2024-06-14 14:38:39','2024-06-19 23:24:51'),(2713,0,'2024-06-14 22:11:32','2024-06-14 22:11:32',15,394.72,0,22.86,371.86,1,'wc-completed',53,'2024-06-14 22:11:58','2024-06-18 04:44:55'),(2714,0,'2024-06-15 12:40:31','2024-06-15 12:40:31',4,166.42,0,16.67,149.75,0,'wc-completed',17,'2024-06-15 12:40:52','2024-06-18 04:43:59'),(2715,0,'2024-06-15 15:37:06','2024-06-15 15:37:06',7,538.56,0,0,538.56,1,'wc-completed',79,'2024-06-15 15:37:22','2024-06-18 04:45:36'),(2716,0,'2024-06-16 19:21:13','2024-06-16 19:21:13',17,832.24,0,0,832.24,0,'wc-completed',6,'2024-06-20 18:21:01','2024-06-21 04:01:20'),(2717,0,'2024-06-17 20:32:16','2024-06-17 20:32:16',15,882.35,0,0,882.35,1,'wc-completed',64,'2024-06-17 20:33:20','2024-06-19 16:21:26'),(2718,0,'2024-06-17 21:12:34','2024-06-17 21:12:34',19,1017.72,0,0,1017.72,1,'wc-completed',101,'2024-06-17 21:12:57','2024-06-19 16:20:17'),(2720,0,'2024-06-18 06:29:01','2024-06-18 06:29:01',1,45.94,0,14.59,31.35,1,'wc-completed',81,'2024-06-18 06:29:49','2024-06-18 19:30:58'),(2721,0,'2024-06-18 14:50:17','2024-06-18 14:50:17',3,219.72,0,20.28,199.44,1,'wc-completed',53,'2024-06-18 14:50:37','2024-06-18 19:34:23'),(2722,0,'2024-06-18 18:09:53','2024-06-18 18:09:53',17,762.11,0,0,762.11,1,'wc-completed',90,'2024-06-18 18:10:17','2024-06-19 02:46:04'),(2723,0,'2024-06-18 18:18:43','2024-06-18 18:18:43',18,719.32,0,0,719.32,1,'wc-completed',90,'2024-06-18 18:19:25','2024-06-19 02:44:30'),(2724,0,'2024-06-18 18:32:19','2024-06-18 18:32:19',23,1415.44,0,0,1415.44,1,'wc-completed',90,'2024-06-18 18:32:55','2024-06-19 02:45:24'),(2725,0,'2024-06-18 18:46:59','2024-06-18 18:46:59',22,1327.79,0,0,1327.79,1,'wc-completed',90,'2024-06-18 18:47:20','2024-06-19 16:22:31'),(2726,0,'2024-06-19 15:06:53','2024-06-19 15:06:53',8,707.52,0,0,707.52,1,'wc-completed',79,'2024-06-19 15:07:11','2024-06-19 23:26:06'),(2727,0,'2024-06-20 18:16:15','2024-06-20 18:16:15',28,1568.78,0,0,1568.78,1,'wc-completed',70,'2024-06-20 18:19:08','2024-06-21 04:03:32'),(2728,0,'2024-06-20 18:54:20','2024-06-20 18:54:20',17,753.68,0,0,753.68,1,'wc-completed',11,'2024-06-20 18:54:50','2024-06-21 04:02:38'),(2729,0,'2024-06-20 19:50:35','2024-06-20 19:50:35',16,1572.24,0,0,1572.24,0,'wc-completed',106,'2024-06-20 19:52:00','2024-06-21 03:59:51'),(2730,0,'2024-06-22 17:07:34','2024-06-22 17:07:34',1,45.96,0,14.61,31.35,1,'wc-completed',81,'2024-06-22 17:09:19','2024-06-26 01:49:46'),(2731,0,'2024-06-22 19:42:48','2024-06-22 19:42:48',2,248.93,0,16.69,232.24,0,'wc-completed',49,'2024-06-22 19:43:13','2024-06-26 01:50:21'),(2732,0,'2024-06-22 20:54:31','2024-06-22 20:54:31',8,544.08,0,0,544.08,0,'wc-completed',42,'2024-06-22 20:55:43','2024-06-26 01:51:14'),(2733,0,'2024-06-24 15:14:50','2024-06-24 15:14:50',12,649.44,0,0,649.44,1,'wc-completed',11,'2024-06-24 15:15:09','2024-06-26 01:55:03'),(2734,0,'2024-06-24 15:56:40','2024-06-24 15:56:40',8,482.91,0,30.27,452.64,1,'wc-completed',46,'2024-07-01 21:39:46','2024-07-02 21:10:46'),(2735,0,'2024-06-24 18:21:30','2024-06-24 18:21:30',7,525.2,0,0,525.2,1,'wc-completed',79,'2024-06-24 18:21:48','2024-06-26 01:56:06'),(2736,0,'2024-06-24 18:25:30','2024-06-24 18:25:30',10,215.41,0,19.41,196,1,'wc-completed',21,'2024-06-24 18:26:57','2024-06-26 01:55:33'),(2737,0,'2024-06-24 18:29:53','2024-06-24 18:29:53',23,342.25,0,18.87,323.38,1,'wc-completed',21,'2024-06-24 18:30:28','2024-06-26 01:56:44'),(2738,0,'2024-06-24 21:13:28','2024-06-24 21:13:28',12,485.01,0,57.88,427.13,0,'wc-completed',106,'2024-06-24 21:15:05','2024-06-26 01:57:49'),(2739,0,'2024-06-24 22:23:38','2024-06-24 22:23:38',7,512.67,0,22.83,489.84,0,'wc-completed',92,'2024-06-24 22:24:05','2024-06-26 01:57:09'),(2740,0,'2024-06-25 18:46:26','2024-06-25 18:46:26',38,2708.32,0,0,2708.32,0,'wc-completed',80,'2024-06-25 18:46:45','2024-06-26 01:59:06'),(2741,0,'2024-06-25 20:24:16','2024-06-25 20:24:16',19,694,0,0,694,1,'wc-completed',11,'2024-06-25 20:24:34','2024-06-27 19:08:20'),(2742,0,'2024-06-26 18:28:58','2024-06-26 18:28:58',30,535,0,0,535,1,'wc-completed',50,'2024-06-26 18:29:24','2024-06-27 19:07:36'),(2743,0,'2024-06-27 05:45:04','2024-06-27 05:45:04',18,704.58,0,0,704.58,1,'wc-completed',25,'2024-06-27 05:46:42','2024-06-27 19:06:55'),(2744,0,'2024-06-27 16:52:54','2024-06-27 16:52:54',9,672.06,0,0,672.06,1,'wc-completed',11,'2024-06-27 16:53:10','2024-06-27 19:05:56'),(2745,0,'2024-06-28 15:09:50','2024-06-28 15:09:50',16,1016.66,0,0,1016.66,0,'wc-completed',17,'2024-06-28 15:10:26','2024-07-02 03:49:49'),(2746,0,'2024-06-28 18:23:17','2024-06-28 18:23:17',7,585.68,0,0,585.68,1,'wc-completed',79,'2024-06-28 18:23:33','2024-07-02 03:52:22'),(2747,0,'2024-06-28 20:13:28','2024-06-28 20:13:28',60,419.77,0,18.37,401.4,0,'wc-completed',106,'2024-06-28 20:13:52','2024-07-02 03:50:54'),(2748,0,'2024-06-28 21:21:09','2024-06-28 21:21:09',75,2982.57,0,0,2982.57,1,'wc-completed',95,'2024-06-28 21:24:08','2024-07-02 03:52:00'),(2749,0,'2024-06-29 09:04:43','2024-06-29 09:04:43',30,1243.38,0,0,1243.38,1,'wc-completed',12,'2024-06-29 09:05:05','2024-07-02 03:53:39'),(2750,0,'2024-06-29 17:55:34','2024-06-29 17:55:34',12,592.75,0,0,592.75,0,'wc-completed',99,'2024-06-29 17:56:26','2024-07-02 03:52:54'),(2751,0,'2024-06-30 00:22:44','2024-06-30 00:22:44',15,640.9,0,0,640.9,1,'wc-completed',57,'2024-06-30 00:24:17','2024-07-02 21:10:25'),(2752,0,'2024-07-04 07:48:15','2024-07-04 07:48:15',2,53.37,0,14.17,39.2,0,'wc-completed',33,'2024-07-04 07:49:10','2024-07-11 00:21:15'),(2753,0,'2024-07-07 16:36:30','2024-07-07 16:36:30',5,14.17,0,14.17,0,0,'wc-completed',14,'2024-07-08 19:08:05','2024-07-11 02:33:58'),(2754,0,'2024-07-07 21:00:57','2024-07-07 21:00:57',4,107.38,0,17.23,90.15,1,'wc-completed',86,'2024-07-07 21:01:35','2024-07-11 02:20:26'),(2755,0,'2024-07-08 01:46:05','2024-07-08 01:46:05',117,5293.42,0,0,5293.42,1,'wc-completed',69,'2024-07-08 01:49:19','2024-07-11 02:23:03'),(2756,0,'2024-07-08 13:37:27','2024-07-08 13:37:27',47,2042.08,0,0,2042.08,1,'wc-completed',11,'2024-07-08 13:37:44','2024-07-11 02:33:28'),(2757,0,'2024-07-08 20:37:43','2024-07-08 20:37:43',14,1298.26,0,0,1298.26,1,'wc-completed',13,'2024-07-08 20:38:31','2024-07-11 02:35:30'),(2758,0,'2024-07-09 16:16:23','2024-07-09 16:16:23',13,1017.96,0,0,1017.96,1,'wc-completed',53,'2024-07-09 16:16:44','2024-07-11 02:37:42'),(2759,0,'2024-07-09 16:23:39','2024-07-09 16:23:39',16,786.78,0,0,786.78,1,'wc-completed',101,'2024-07-09 16:24:03','2024-07-11 02:38:17'),(2760,0,'2024-07-09 16:34:34','2024-07-09 16:34:34',18,897.74,0,0,897.74,1,'wc-completed',101,'2024-07-09 16:34:55','2024-07-11 02:38:49'),(2761,0,'2024-07-09 20:11:44','2024-07-09 20:11:44',3,216.18,0,16.74,199.44,1,'wc-completed',21,'2024-07-09 20:12:55','2024-07-11 02:39:40'),(2762,0,'2024-07-10 00:56:26','2024-07-10 00:56:26',8,599.44,0,0,599.44,1,'wc-cancelled',50,NULL,NULL),(2763,0,'2024-07-10 01:03:13','2024-07-10 01:03:13',8,599.44,0,0,599.44,1,'wc-completed',50,'2024-07-10 01:03:29','2024-07-11 02:40:39'),(2764,0,'2024-07-10 21:51:27','2024-07-10 21:51:27',19,859.96,0,0,859.96,1,'wc-completed',101,'2024-07-10 21:51:45','2024-07-12 18:02:10'),(2765,0,'2024-07-10 22:04:17','2024-07-10 22:04:17',7,511.76,0,0,511.76,1,'wc-completed',79,'2024-07-10 22:04:37','2024-07-12 18:04:24'),(2766,0,'2024-07-11 12:45:21','2024-07-11 12:45:21',5,390.89,0,20.33,370.56,0,'wc-completed',55,'2024-07-11 12:45:39','2024-07-11 18:16:25'),(2767,0,'2024-07-11 18:05:58','2024-07-11 18:05:58',21,807.72,0,0,807.72,0,'wc-completed',82,'2024-07-11 18:06:22','2024-07-12 18:03:35'),(2768,0,'2024-07-11 21:54:19','2024-07-11 21:54:19',16,975.04,0,0,975.04,0,'wc-completed',6,'2024-07-17 23:01:31','2024-07-19 19:19:46'),(2770,0,'2024-07-12 04:55:06','2024-07-12 04:55:06',21,1540.08,0,0,1540.08,0,'wc-completed',63,'2024-07-12 04:58:05','2024-07-12 18:07:43'),(2771,0,'2024-07-12 20:02:06','2024-07-12 20:02:06',3,268.49,0,30.89,237.6,1,'wc-completed',32,'2024-07-12 20:02:28','2024-07-16 18:57:02'),(2772,0,'2024-07-12 21:06:56','2024-07-12 21:06:56',10,714,0,0,714,1,'wc-completed',101,'2024-07-12 21:08:02','2024-07-16 18:55:42'),(2773,0,'2024-07-14 20:38:13','2024-07-14 20:38:13',20,22.56,0,22.56,0,0,'wc-completed',63,'2024-07-16 14:20:15','2024-07-17 15:37:03'),(2774,0,'2024-07-15 05:36:37','2024-07-15 05:36:37',32,1198.78,0,0,1198.78,1,'wc-completed',62,'2024-07-16 21:11:09','2024-07-19 19:21:14'),(2775,0,'2024-07-15 11:03:58','2024-07-15 11:03:58',19,764.26,0,0,764.26,1,'wc-completed',57,'2024-07-15 11:04:29','2024-07-16 16:31:25'),(2779,0,'2024-07-16 19:07:31','2024-07-16 19:07:31',10,629.92,0,0,629.92,1,'wc-completed',90,'2024-07-16 19:07:58','2024-07-18 04:37:43'),(2780,0,'2024-07-16 21:03:59','2024-07-16 21:03:59',25,1316.43,0,0,1316.43,1,'wc-completed',90,'2024-07-16 21:04:25','2024-07-18 04:38:49'),(2781,0,'2024-07-16 21:14:58','2024-07-16 21:14:58',21,895.42,0,0,895.42,1,'wc-completed',90,'2024-07-16 21:15:21','2024-07-18 04:43:57'),(2782,0,'2024-07-16 21:22:58','2024-07-16 21:22:58',22,504.36,0,0,504.36,1,'wc-completed',79,'2024-07-16 21:23:16','2024-07-18 04:44:58'),(2783,0,'2024-07-16 23:59:26','2024-07-16 23:59:26',11,1332.78,0,0,1332.78,1,'wc-completed',53,'2024-07-16 23:59:45','2024-07-18 04:40:46'),(2784,0,'2024-07-17 18:19:13','2024-07-17 18:19:13',11,1133.38,0,0,1133.38,1,'wc-completed',12,'2024-07-17 18:23:26','2024-07-18 04:46:51'),(2785,0,'2024-07-18 17:35:51','2024-07-18 17:35:51',9,550.96,0,0,550.96,1,'wc-completed',79,'2024-07-18 17:36:08','2024-07-19 19:20:27'),(2787,0,'2024-07-19 00:29:56','2024-07-19 00:29:56',9,131.61,0,16.73,114.88,1,'wc-completed',81,'2024-07-19 00:30:41','2024-07-19 19:21:40'),(2788,0,'2024-07-19 14:40:01','2024-07-19 14:40:01',36,1931.03,0,0,1931.03,1,'wc-completed',70,'2024-07-19 14:41:23','2024-07-19 19:22:37'),(2789,0,'2024-07-19 17:24:19','2024-07-19 17:24:19',17,518.64,0,0,518.64,1,'wc-completed',79,'2024-07-19 17:24:36','2024-07-20 02:20:59'),(2790,0,'2024-07-19 19:51:39','2024-07-19 19:51:39',10,159.73,0,16.73,143,1,'wc-completed',101,'2024-07-19 19:51:59','2024-07-20 02:21:28'),(2791,0,'2024-07-19 19:54:27','2024-07-19 19:54:27',13,602.44,0,0,602.44,1,'wc-completed',53,'2024-07-19 19:54:45','2024-07-20 02:21:53'),(2792,0,'2024-07-21 14:11:36','2024-07-21 14:11:36',17,503.03,0,0,503.03,0,'wc-completed',33,'2024-07-21 14:12:06','2024-07-23 15:52:13'),(2793,0,'2024-07-22 12:49:37','2024-07-22 12:49:37',28,344.77,0,22.27,322.5,1,'wc-completed',21,'2024-07-22 12:49:57','2024-07-23 20:52:15'),(2794,0,'2024-07-22 13:07:11','2024-07-22 13:07:11',20,159.73,0,16.73,143,1,'wc-completed',21,'2024-07-22 13:07:43','2024-07-23 15:50:47'),(2795,0,'2024-07-22 13:46:14','2024-07-22 13:46:14',19,583.54,0,0,583.54,0,'wc-completed',106,'2024-07-22 13:47:40','2024-07-23 15:49:09'),(2796,0,'2024-07-22 15:51:08','2024-07-22 15:51:08',4,531,0,0,531,1,'wc-completed',53,'2024-07-22 15:51:26','2024-07-23 15:50:00'),(2797,0,'2024-07-22 20:41:08','2024-07-22 20:41:08',27,507.38,0,0,507.38,1,'wc-completed',79,'2024-07-22 20:43:30','2024-07-23 18:20:43'),(2798,0,'2024-07-22 20:51:52','2024-07-22 20:51:52',20,780.72,0,0,780.72,1,'wc-completed',11,'2024-07-22 20:52:08','2024-07-23 18:19:08'),(2804,0,'2024-07-23 21:54:16','2024-07-23 21:54:16',22,1056.74,0,0,1056.74,1,'wc-cancelled',12,NULL,NULL),(2805,0,'2024-07-23 21:58:56','2024-07-23 21:58:56',22,1056.74,0,0,1056.74,1,'wc-completed',12,'2024-07-23 22:00:12','2024-07-24 16:51:11'),(2806,0,'2024-07-23 22:19:01','2024-07-23 22:19:01',24,1030.78,0,0,1030.78,1,'wc-completed',11,'2024-07-23 22:19:22','2024-07-24 16:50:21'),(2807,0,'2024-07-23 22:37:26','2024-07-23 22:37:26',18,756.5,0,0,756.5,1,'wc-completed',64,'2024-07-23 22:38:15','2024-07-24 18:58:06'),(2808,0,'2024-07-24 00:05:19','2024-07-24 00:05:19',5,161.95,0,17.07,144.88,1,'wc-completed',86,'2024-07-24 00:05:33','2024-07-24 18:57:01'),(2809,0,'2024-07-24 21:35:49','2024-07-24 21:35:49',4,427.43,0,30.95,396.48,1,'wc-completed',53,'2024-07-24 21:36:20','2024-07-29 18:00:43'),(2810,0,'2024-07-24 21:38:54','2024-07-24 21:38:54',7,506.4,0,0,506.4,1,'wc-completed',53,'2024-07-24 21:39:16','2024-07-25 21:03:37'),(2811,0,'2024-07-25 19:27:24','2024-07-25 19:27:24',22,861.9,0,0,861.9,1,'wc-completed',50,'2024-07-25 19:28:36','2024-07-26 00:05:07'),(2812,0,'2024-07-25 20:26:40','2024-07-25 20:26:40',12,694.5,0,0,694.5,1,'wc-completed',25,'2024-07-25 20:27:00','2024-07-26 19:38:40'),(2813,0,'2024-07-29 15:32:01','2024-07-29 15:32:01',18,768.04,0,0,768.04,1,'wc-completed',64,'2024-07-29 15:32:25','2024-07-29 18:13:12'),(2814,0,'2024-07-29 16:59:34','2024-07-29 16:59:34',28,534.74,0,0,534.74,1,'wc-completed',79,'2024-07-29 16:59:52','2024-07-30 22:22:15'),(2815,0,'2024-07-30 18:06:59','2024-07-30 18:06:59',17,783.58,0,0,783.58,1,'wc-completed',11,'2024-07-30 18:07:22','2024-07-30 22:21:32'),(2816,0,'2024-07-31 21:00:57','2024-07-31 21:00:57',13,952.32,0,0,952.32,0,'wc-completed',92,'2024-07-31 21:01:21','2024-08-02 14:06:44'),(2817,0,'2024-08-01 06:31:11','2024-08-01 06:31:11',17,545.08,0,0,545.08,1,'wc-completed',25,'2024-08-01 06:31:33','2024-08-02 14:06:33'),(2818,0,'2024-08-01 13:25:21','2024-08-01 13:25:21',9,355.38,0,18.87,336.51,0,'wc-completed',17,'2024-08-01 13:26:01','2024-08-02 14:05:25'),(2819,0,'2024-08-01 15:18:36','2024-08-01 15:18:36',4,241.51,0,16.7,224.81,0,'wc-completed',49,'2024-08-01 15:19:06','2024-08-02 14:05:55'),(2838,0,'2024-08-02 21:32:33','2024-08-02 21:32:33',4,303.44,0,27.68,275.76,1,'wc-completed',95,'2024-08-02 21:36:50','2024-08-05 17:12:50'),(2839,0,'2024-08-02 23:25:19','2024-08-02 23:25:19',67,3506.76,0,0,3506.76,1,'wc-completed',95,'2024-08-02 23:27:02','2024-08-05 17:06:20'),(2840,0,'2024-08-03 13:40:19','2024-08-03 13:40:19',11,526.4,0,0,526.4,1,'wc-completed',53,'2024-08-03 13:40:41','2024-08-05 17:13:36'),(2841,0,'2024-08-05 15:13:47','2024-08-05 15:13:47',4,462.8,0,31.16,431.64,1,'wc-completed',53,'2024-08-05 15:14:08','2024-08-05 23:07:50'),(2843,0,'2024-08-05 21:46:56','2024-08-05 21:46:56',16,920.12,0,0,920.12,1,'wc-completed',57,'2024-08-05 21:48:34','2024-08-07 22:18:55'),(2844,0,'2024-08-06 19:05:50','2024-08-06 19:05:50',15,538.7,0,0,538.7,1,'wc-completed',79,'2024-08-06 19:06:21','2024-08-07 22:17:02'),(2845,0,'2024-08-07 04:34:07','2024-08-07 04:34:07',30,2538.2,0,0,2538.2,0,'wc-completed',85,'2024-08-07 04:34:35','2024-08-07 22:13:39'),(2846,0,'2024-08-08 15:53:07','2024-08-08 15:53:07',34,1982.04,0,0,1982.04,1,'wc-completed',11,'2024-08-08 15:53:36','2024-08-12 12:17:43'),(2847,0,'2024-08-08 16:10:20','2024-08-08 16:10:20',77,4209,0,0,4209,1,'wc-completed',69,'2024-08-08 16:12:29','2024-08-12 12:16:49'),(2848,0,'2024-08-08 17:54:04','2024-08-08 17:54:04',21,908.56,0,0,908.56,1,'wc-completed',101,'2024-08-08 17:54:28','2024-08-12 12:15:38'),(2856,0,'2024-08-09 15:16:27','2024-08-09 15:16:27',11,599.56,0,0,599.56,1,'wc-completed',26,'2024-08-09 15:18:37','2024-08-14 13:27:34'),(2857,0,'2024-08-09 20:12:37','2024-08-09 20:12:37',9,404.58,0,25.14,379.44,1,'wc-completed',46,'2024-08-09 20:15:34','2024-08-13 03:01:46'),(2858,0,'2024-08-11 14:33:36','2024-08-11 14:33:36',8,361.86,0,17.54,344.32,0,'wc-completed',55,'2024-08-11 14:33:56','2024-08-13 03:02:21'),(2859,0,'2024-08-11 21:15:45','2024-08-11 21:15:45',26,1358.62,0,0,1358.62,1,'wc-completed',12,'2024-08-11 21:16:18','2024-08-13 03:09:13'),(2860,0,'2024-08-12 17:18:16','2024-08-12 17:18:16',19,780.15,0,0,780.15,0,'wc-completed',82,'2024-08-12 17:21:28','2024-08-13 17:36:50'),(2861,0,'2024-08-13 14:17:39','2024-08-13 14:17:39',24,1392.52,0,0,1392.52,1,'wc-completed',11,'2024-08-13 14:17:58','2024-08-14 13:28:40'),(2862,0,'2024-08-13 14:21:50','2024-08-13 14:21:50',19,1148.28,0,0,1148.28,1,'wc-completed',11,'2024-08-13 14:22:09','2024-08-14 13:29:14'),(2863,0,'2024-08-13 15:01:47','2024-08-13 15:01:47',20,761.88,0,0,761.88,0,'wc-completed',6,'2024-08-17 18:43:57','2024-08-19 19:59:37'),(2864,0,'2024-08-13 17:32:04','2024-08-13 17:32:04',18,1404.8,0,0,1404.8,1,'wc-completed',13,'2024-08-13 17:35:38','2024-08-14 22:31:39'),(2865,0,'2024-08-14 17:52:09','2024-08-14 17:52:09',5,505.84,0,0,505.84,1,'wc-completed',79,'2024-08-14 17:52:26','2024-08-14 22:30:40'),(2866,0,'2024-08-14 21:11:18','2024-08-14 21:11:18',20,867.92,0,0,867.92,0,'wc-completed',106,'2024-08-14 21:12:32','2024-08-16 13:41:22'),(2867,0,'2024-08-15 22:27:24','2024-08-15 22:27:24',15,406.3,0,77.05,329.25,1,'wc-completed',95,'2024-08-15 22:29:46','2024-08-17 01:37:51'),(2868,0,'2024-08-16 00:25:39','2024-08-16 00:25:39',7,679.4,0,0,679.4,1,'wc-completed',50,'2024-08-16 00:26:19','2024-08-17 01:36:20'),(2869,0,'2024-08-16 17:17:18','2024-08-16 17:17:18',15,795.23,0,0,795.23,0,'wc-completed',100,'2024-08-16 17:18:07','2024-08-17 01:35:11'),(2870,0,'2024-08-16 17:59:51','2024-08-16 17:59:51',15,1277.84,0,0,1277.84,1,'wc-completed',70,'2024-08-16 18:01:05','2024-08-17 01:34:34'),(2871,0,'2024-08-16 23:11:43','2024-08-16 23:11:43',8,618.72,0,0,618.72,0,'wc-completed',42,'2024-08-16 23:12:37','2024-08-19 18:28:21'),(2873,0,'2024-08-18 14:17:31','2024-08-18 14:17:31',7,589.72,0,0,589.72,1,'wc-completed',90,'2024-08-18 14:18:16','2024-08-19 20:02:36'),(2874,0,'2024-08-18 14:25:04','2024-08-18 14:25:04',10,878.24,0,0,878.24,1,'wc-completed',90,'2024-08-18 14:25:39','2024-08-19 23:08:59'),(2875,0,'2024-08-18 14:29:45','2024-08-18 14:29:45',8,590.08,0,0,590.08,1,'wc-completed',90,'2024-08-18 14:30:31','2024-08-19 23:10:06'),(2876,0,'2024-08-18 21:42:08','2024-08-18 21:42:08',14,665.12,0,0,665.12,1,'wc-completed',57,'2024-08-18 21:42:28','2024-08-19 20:03:10'),(2877,0,'2024-08-18 22:06:48','2024-08-18 22:06:48',17,1380.08,0,0,1380.08,1,'wc-completed',90,'2024-08-18 22:07:11','2024-08-19 20:01:49'),(2878,0,'2024-08-19 01:30:18','2024-08-19 01:30:18',50,573.5,0,0,573.5,1,'wc-completed',21,'2024-08-19 01:30:38','2024-08-19 23:12:08'),(2879,0,'2024-08-19 01:33:03','2024-08-19 01:33:03',26,294.82,0,16.66,278.16,1,'wc-completed',21,'2024-08-19 01:33:21','2024-08-19 23:11:37'),(2880,0,'2024-08-20 22:31:57','2024-08-20 22:31:57',23,846.68,0,0,846.68,1,'wc-completed',53,'2024-08-20 22:32:16','2024-08-23 20:00:12'),(2881,0,'2024-08-21 16:32:27','2024-08-21 16:32:27',88,5310.24,0,0,5310.24,1,'wc-completed',69,'2024-08-21 16:40:35','2024-08-23 19:59:11'),(2882,0,'2024-08-21 17:26:22','2024-08-21 17:26:22',30,1404.92,0,0,1404.92,1,'wc-completed',11,'2024-08-21 17:26:41','2024-08-22 20:12:36'),(2883,0,'2024-08-21 22:37:35','2024-08-21 22:37:35',1,45.93,0,14.58,31.35,1,'wc-completed',81,'2024-08-21 22:39:03','2024-08-23 19:57:28'),(2886,0,'2024-08-22 20:55:11','2024-08-22 20:55:11',66,2485.18,0,0,2485.18,1,'wc-completed',95,'2024-08-22 20:56:52','2024-08-23 21:11:47'),(2887,0,'2024-08-23 02:47:48','2024-08-23 02:47:48',9,684.4,0,0,684.4,0,'wc-completed',102,'2024-08-23 02:49:41','2024-08-23 20:02:00'),(2888,0,'2024-08-23 03:28:20','2024-08-23 03:28:20',14,781.46,0,0,781.46,1,'wc-completed',25,'2024-08-23 03:29:01','2024-08-23 20:05:30'),(2889,0,'2024-08-23 22:02:54','2024-08-23 22:02:54',7,523.2,0,0,523.2,0,'wc-completed',106,'2024-08-23 22:05:13','2024-08-26 20:56:51'),(2890,0,'2024-08-25 12:53:23','2024-08-25 12:53:23',19,807.7,0,0,807.7,1,'wc-completed',101,'2024-08-25 12:53:48','2024-08-26 20:58:24'),(2891,0,'2024-08-26 00:47:25','2024-08-26 00:47:25',6,14.14,0,14.14,0,0,'wc-completed',14,'2024-08-27 20:04:59','2024-08-28 16:26:13'),(2893,0,'2024-08-26 16:26:41','2024-08-26 16:26:41',56,5511.72,0,0,5511.72,0,'wc-completed',80,'2024-08-26 16:27:12','2024-08-28 16:20:55'),(2894,0,'2024-08-26 21:34:00','2024-08-26 21:34:00',35,1588.6,0,0,1588.6,1,'wc-completed',101,'2024-08-26 21:34:30','2024-08-28 15:51:26'),(2895,0,'2024-08-26 21:51:11','2024-08-26 21:51:11',21,1381.3,0,0,1381.3,1,'wc-completed',53,'2024-08-26 21:51:37','2024-08-28 15:53:42'),(2896,0,'2024-08-26 21:54:15','2024-08-26 21:54:15',16,717.8,0,0,717.8,1,'wc-completed',53,'2024-08-27 00:04:39','2024-08-28 16:05:59'),(2897,0,'2024-08-28 13:10:13','2024-08-28 13:10:13',20,742.6,0,0,742.6,1,'wc-completed',79,'2024-08-28 13:10:46','2024-08-28 20:49:57'),(2898,0,'2024-08-28 15:49:24','2024-08-28 15:49:24',14,775.82,0,0,775.82,1,'wc-completed',64,'2024-08-28 15:49:54','2024-08-28 20:50:50'),(2899,0,'2024-08-28 17:43:34','2024-08-28 17:43:34',23,773.34,0,0,773.34,1,'wc-completed',62,'2024-08-31 18:33:02','2024-09-09 17:11:44'),(2900,0,'2024-08-28 18:24:37','2024-08-28 18:24:37',20,22.47,0,22.47,0,0,'wc-completed',63,'2024-08-31 18:29:34','2024-09-09 17:12:28'),(2901,0,'2024-08-29 16:37:01','2024-08-29 16:37:01',10,528,0,0,528,0,'wc-completed',80,'2024-08-29 16:37:32','2024-08-30 16:29:28'),(2902,0,'2024-08-29 20:30:08','2024-08-29 20:30:08',9,516.34,0,0,516.34,1,'wc-completed',79,'2024-08-29 20:30:26','2024-08-30 16:28:11'),(2903,0,'2024-08-30 16:39:47','2024-08-30 16:39:47',2,127.64,0,17.09,110.55,1,'wc-completed',81,'2024-08-30 16:42:42','2024-09-03 20:45:37'),(2904,0,'2024-08-30 17:41:21','2024-08-30 17:41:21',10,299.83,0,35.05,264.78,1,'wc-completed',86,'2024-08-30 17:43:55','2024-09-03 20:39:25'),(2905,0,'2024-08-30 18:45:30','2024-08-30 18:45:30',4,282.68,0,16.76,265.92,1,'wc-completed',53,'2024-08-30 18:45:58','2024-09-03 20:38:00'),(2906,0,'2024-09-02 14:56:43','2024-09-02 14:56:43',36,632.48,0,0,632.48,0,'wc-completed',106,'2024-09-02 14:57:30','2024-09-09 17:13:34'),(2907,0,'2024-09-03 15:20:10','2024-09-03 15:20:10',10,741.12,0,0,741.12,0,'wc-completed',92,'2024-09-03 15:20:36','2024-09-09 17:14:27'),(2908,0,'2024-09-03 16:41:14','2024-09-03 16:41:14',35,1272.9,0,0,1272.9,0,'wc-completed',80,'2024-09-03 16:41:38','2024-09-09 17:16:19'),(2911,0,'2024-09-04 16:31:29','2024-09-04 16:31:29',21,914.02,0,0,914.02,1,'wc-completed',11,'2024-09-04 16:31:47','2024-09-05 19:40:59'),(2912,0,'2024-09-04 16:37:46','2024-09-04 16:37:46',26,1476.86,0,0,1476.86,1,'wc-completed',12,'2024-09-04 16:39:11','2024-09-09 17:17:35'),(2913,0,'2024-09-04 18:32:34','2024-09-04 18:32:34',5,351.88,0,17.61,334.27,0,'wc-completed',17,'2024-09-04 18:32:53','2024-09-05 19:40:43'),(2914,0,'2024-09-05 22:11:48','2024-09-05 22:11:48',6,512.16,0,0,512.16,1,'wc-completed',79,'2024-09-05 22:12:14','2024-09-10 23:41:00'),(2915,0,'2024-09-06 15:45:37','2024-09-06 15:45:37',22,1105.55,0,0,1105.55,1,'wc-completed',64,'2024-09-06 15:46:03','2024-09-10 23:42:10'),(2916,0,'2024-09-06 21:57:04','2024-09-06 21:57:04',8,516.84,0,0,516.84,1,'wc-completed',79,'2024-09-07 16:32:15','2024-09-10 23:42:04'),(2917,0,'2024-09-09 13:46:32','2024-09-09 13:46:32',13,548.44,0,0,548.44,0,'wc-completed',82,'2024-09-09 13:47:04','2024-09-10 23:42:37'),(2918,0,'2024-09-10 05:58:59','2024-09-10 05:58:59',2,65.16,0,14.21,50.95,0,'wc-completed',33,'2024-09-10 06:02:13','2024-09-11 19:00:32'),(2919,0,'2024-09-10 18:20:01','2024-09-10 18:20:01',18,1079.56,0,0,1079.56,0,'wc-completed',6,'2024-09-11 21:19:20','2024-09-13 21:00:21'),(2920,0,'2024-09-10 20:45:51','2024-09-10 20:45:51',5,362.69,0,17.57,345.12,0,'wc-completed',55,'2024-09-10 20:46:09','2024-09-11 18:16:10'),(2922,0,'2024-09-11 23:03:10','2024-09-11 23:03:10',12,504,0,0,504,1,'wc-completed',25,'2024-09-11 23:05:07','2024-09-13 21:01:02'),(2924,0,'2024-09-12 17:09:22','2024-09-12 17:09:22',21,1519.56,0,0,1519.56,1,'wc-completed',26,'2024-09-12 17:17:38','2024-09-13 21:02:41'),(2925,0,'2024-09-12 21:21:59','2024-09-12 21:21:59',5,405.53,0,21.91,383.62,0,'wc-completed',49,'2024-09-12 21:22:25','2024-09-13 21:03:07'),(2926,0,'2024-09-13 18:31:40','2024-09-13 18:31:40',8,576.12,0,0,576.12,1,'wc-completed',90,'2024-09-13 18:32:18','2024-09-18 13:50:16'),(2927,0,'2024-09-13 18:51:46','2024-09-13 18:51:46',7,578.83,0,0,578.83,1,'wc-completed',90,'2024-09-13 18:52:17','2024-09-18 19:00:48'),(2933,0,'2024-09-14 02:10:29','2024-09-14 02:10:29',26,1459.22,0,0,1459.22,1,'wc-completed',12,'2024-09-14 02:11:20','2024-09-18 19:01:44'),(2934,0,'2024-09-14 18:30:44','2024-09-14 18:30:44',15,613,0,0,613,1,'wc-completed',57,'2024-09-14 18:31:46','2024-09-18 19:02:18'),(2935,0,'2024-09-16 15:26:48','2024-09-16 15:26:48',43,1972.17,0,0,1972.17,1,'wc-completed',11,'2024-09-16 15:27:09','2024-09-18 13:51:02'),(2936,0,'2024-09-16 17:42:55','2024-09-16 17:42:55',16,1226.63,0,0,1226.63,1,'wc-completed',90,'2024-09-16 17:43:43','2024-09-18 13:52:12'),(2937,0,'2024-09-16 22:04:37','2024-09-16 22:04:37',9,510.54,0,0,510.54,1,'wc-completed',90,'2024-09-16 22:04:56','2024-09-18 19:03:05'),(2938,0,'2024-09-17 13:31:05','2024-09-17 13:31:05',11,519.9,0,0,519.9,1,'wc-completed',79,'2024-09-17 13:32:01','2024-09-18 19:03:42'),(2939,0,'2024-09-17 19:56:30','2024-09-17 19:56:30',2,214.97,0,16.73,198.24,0,'wc-completed',49,'2024-09-17 19:57:14','2024-09-18 19:03:58'),(2940,0,'2024-09-18 21:08:07','2024-09-18 21:08:07',10,1031.82,0,0,1031.82,1,'wc-cancelled',53,NULL,NULL),(2941,0,'2024-09-18 21:13:36','2024-09-18 21:13:36',10,1031.82,0,0,1031.82,1,'wc-cancelled',53,NULL,NULL),(2942,0,'2024-09-18 21:15:18','2024-09-18 21:15:18',10,1031.82,0,0,1031.82,1,'wc-completed',53,'2024-09-18 21:17:47','2024-09-19 18:45:09'),(2943,0,'2024-09-19 11:51:04','2024-09-19 11:51:04',16,536.92,0,0,536.92,1,'wc-completed',53,'2024-09-19 11:51:31','2024-09-19 18:52:11'),(2944,0,'2024-09-19 12:48:41','2024-09-19 12:48:41',15,418.44,0,20.9,397.54,1,'wc-completed',101,'2024-09-19 12:49:03','2024-09-19 18:51:11'),(2945,0,'2024-09-19 16:46:19','2024-09-19 16:46:19',21,749.32,0,0,749.32,1,'wc-completed',11,'2024-09-19 16:47:06','2024-09-24 18:30:32'),(2947,0,'2024-09-19 20:32:39','2024-09-19 20:32:39',19,1521.06,0,0,1521.06,1,'wc-completed',13,'2024-09-19 20:33:08','2024-09-24 18:31:10'),(2948,0,'2024-09-20 12:22:40','2024-09-20 12:22:40',29,1600.13,0,0,1600.13,1,'wc-cancelled',70,NULL,NULL),(2949,0,'2024-09-20 14:48:26','2024-09-20 14:48:26',29,1600.13,0,0,1600.13,1,'wc-cancelled',70,NULL,NULL),(2952,0,'2024-09-23 13:36:57','2024-09-23 13:36:57',11,519.9,0,0,519.9,1,'wc-completed',79,'2024-09-23 13:37:13','2024-09-23 22:01:10'),(2953,0,'2024-09-23 14:13:08','2024-09-23 14:13:08',29,1600.13,0,0,1600.13,1,'wc-completed',70,'2024-09-23 14:14:58','2024-09-23 22:02:05'),(2954,0,'2024-09-23 21:18:07','2024-09-23 21:18:07',10,694.32,0,0,694.32,0,'wc-completed',63,'2024-09-23 21:19:51','2024-09-24 18:32:23'),(2955,0,'2024-09-23 22:06:20','2024-09-23 22:06:20',1,67.01,0,14.21,52.8,0,'wc-completed',49,'2024-09-23 22:06:38','2024-09-24 18:35:06'),(2956,0,'2024-09-23 23:09:08','2024-09-23 23:09:08',81,4001.82,0,0,4001.82,1,'wc-completed',95,'2024-09-23 23:10:58','2024-09-24 18:37:16'),(2959,0,'2024-09-26 14:20:50','2024-09-26 14:20:50',5,405.03,0,21.75,383.28,0,'wc-completed',92,'2024-09-26 14:21:24','2024-09-27 04:24:47'),(2960,0,'2024-09-26 15:46:32','2024-09-26 15:46:32',2,78.38,0,15.68,62.7,1,'wc-completed',81,'2024-09-26 15:47:04','2024-09-27 04:23:45'),(2961,0,'2024-09-26 21:14:01','2024-09-26 21:14:01',4,348.52,0,31.72,316.8,1,'wc-completed',53,'2024-09-26 21:14:38','2024-09-30 20:35:37'),(2962,0,'2024-09-27 02:46:09','2024-09-27 02:46:09',11,506.6,0,0,506.6,1,'wc-completed',79,'2024-09-27 02:46:35','2024-09-30 20:38:18'),(2964,0,'2024-09-30 15:17:42','2024-09-30 15:17:42',22,525.2,0,0,525.2,0,'wc-completed',106,'2024-09-30 15:18:05','2024-10-01 21:27:55'),(2965,0,'2024-10-01 03:22:34','2024-10-01 03:22:34',2,112.98,0,14.18,98.8,0,'wc-completed',33,'2024-10-01 03:23:34','2024-10-01 21:29:51'),(2966,0,'2024-10-01 14:40:05','2024-10-01 14:40:05',6,245.7,0,16.7,229,0,'wc-completed',17,'2024-10-01 14:40:24','2024-10-01 21:30:55'),(2967,0,'2024-10-02 16:13:26','2024-10-02 16:13:26',15,816.09,0,0,816.09,0,'wc-completed',102,'2024-10-02 16:15:53','2024-10-02 22:19:52'),(2968,0,'2024-10-03 01:45:00','2024-10-03 01:45:00',74,3743.16,0,0,3743.16,1,'wc-completed',69,'2024-10-03 01:45:30','2024-10-04 22:45:33'),(2970,0,'2024-10-04 14:50:46','2024-10-04 14:50:46',10,718.92,0,0,718.92,1,'wc-completed',11,'2024-10-04 14:51:14','2024-10-04 22:51:07'),(2971,0,'2024-10-05 14:47:58','2024-10-05 14:47:58',21,1366.06,0,0,1366.06,1,'wc-completed',53,'2024-10-05 14:48:34','2024-10-07 20:37:45'),(2972,0,'2024-10-05 19:13:24','2024-10-05 19:13:24',16,856.86,0,0,856.86,1,'wc-completed',57,'2024-10-05 19:14:59','2024-10-10 00:19:47'),(2973,0,'2024-10-05 22:18:16','2024-10-05 22:18:16',21,1365.94,0,0,1365.94,1,'wc-cancelled',53,NULL,NULL),(2974,0,'2024-10-05 22:27:11','2024-10-05 22:27:11',21,1365.94,0,0,1365.94,1,'wc-completed',53,'2024-10-05 22:27:34','2024-10-11 20:42:03'),(2975,0,'2024-10-06 23:55:19','2024-10-06 23:55:19',5,14.18,0,14.18,0,0,'wc-completed',14,'2024-10-08 00:22:18','2024-10-10 00:12:57'),(2976,0,'2024-10-07 03:00:31','2024-10-07 03:00:31',20,22.52,0,22.52,0,0,'wc-completed',63,'2024-10-07 21:38:31','2024-10-10 00:17:22'),(2977,0,'2024-10-07 17:07:58','2024-10-07 17:07:58',10,737.28,0,0,737.28,0,'wc-completed',42,'2024-10-07 17:08:59','2024-10-10 00:24:04'),(2978,0,'2024-10-07 20:09:38','2024-10-07 20:09:38',3,251.86,0,29.86,222,1,'wc-completed',95,'2024-10-07 20:12:09','2024-10-10 00:21:14'),(2980,0,'2024-10-07 21:31:25','2024-10-07 21:31:25',8,675.54,0,0,675.54,1,'wc-completed',79,'2024-10-07 21:31:59','2024-10-10 00:18:32'),(2981,0,'2024-10-08 15:37:17','2024-10-08 15:37:17',7,501.1,0,0,501.1,1,'wc-completed',79,'2024-10-13 14:09:09','2024-10-16 00:36:54'),(2982,0,'2024-10-11 03:26:18','2024-10-11 03:26:18',13,508.32,0,0,508.32,1,'wc-completed',25,'2024-10-11 03:27:21','2024-10-11 20:44:53'),(2983,0,'2024-10-13 18:03:48','2024-10-13 18:03:48',18,822.8,0,0,822.8,0,'wc-completed',55,'2024-10-13 18:04:28','2024-10-16 00:36:20'),(2984,0,'2024-10-14 00:41:35','2024-10-14 00:41:35',11,786.24,0,0,786.24,0,'wc-completed',63,'2024-10-14 00:42:16','2024-10-16 00:38:46'),(2985,0,'2024-10-14 18:39:25','2024-10-14 18:39:25',7,518.28,0,0,518.28,1,'wc-completed',90,'2024-10-14 18:40:12','2024-10-16 00:44:14'),(2986,0,'2024-10-14 19:04:53','2024-10-14 19:04:53',10,798.35,0,0,798.35,1,'wc-completed',90,'2024-10-14 19:05:23','2024-10-16 00:44:47'),(2987,0,'2024-10-15 12:15:53','2024-10-15 12:15:53',16,509.36,0,0,509.36,1,'wc-completed',79,'2024-10-15 12:16:12','2024-10-16 00:47:29'),(2988,0,'2024-10-15 14:10:57','2024-10-15 14:10:57',4,155.06,0,17.06,138,0,'wc-completed',33,'2024-10-15 14:12:11','2024-10-16 00:45:36'),(2989,0,'2024-10-15 14:46:34','2024-10-15 14:46:34',11,768.24,0,0,768.24,0,'wc-completed',103,'2024-10-15 14:47:14','2024-10-16 00:46:19'),(2990,0,'2024-10-15 16:26:19','2024-10-15 16:26:19',7,589.62,0,0,589.62,1,'wc-completed',57,'2024-10-15 16:26:52','2024-10-16 00:49:02'),(2991,0,'2024-10-15 18:05:44','2024-10-15 18:05:44',12,865.78,0,0,865.78,1,'wc-completed',90,'2024-10-15 18:06:13','2024-10-16 00:50:13'),(2992,0,'2024-10-15 18:15:24','2024-10-15 18:15:24',9,686.92,0,0,686.92,1,'wc-completed',90,'2024-10-15 18:15:50','2024-10-16 00:49:35'),(2993,0,'2024-10-15 19:07:09','2024-10-15 19:07:09',9,508.72,0,0,508.72,0,'wc-completed',106,'2024-10-15 19:07:57','2024-10-17 16:07:07'),(2994,0,'2024-10-15 19:27:14','2024-10-15 19:27:14',44,288.43,0,16.73,271.7,1,'wc-completed',21,'2024-10-15 19:27:36','2024-10-17 16:08:55'),(2995,0,'2024-10-15 23:51:45','2024-10-15 23:51:45',91,4522.03,0,0,4522.03,1,'wc-completed',95,'2024-10-15 23:55:59','2024-10-17 16:29:25'),(2997,0,'2024-10-16 03:04:22','2024-10-16 03:04:22',38,2941,0,0,2941,0,'wc-completed',85,'2024-10-16 03:05:58','2024-10-17 16:31:39'),(2998,0,'2024-10-16 19:04:10','2024-10-16 19:04:10',3,251.95,0,27.07,224.88,0,'wc-completed',102,'2024-10-16 19:25:33','2024-10-17 16:51:23'),(2999,0,'2024-10-16 20:46:05','2024-10-16 20:46:05',29,1104.42,0,0,1104.42,1,'wc-completed',101,'2024-10-16 20:46:36','2024-10-17 16:52:50'),(3000,0,'2024-10-17 15:00:04','2024-10-17 15:00:04',8,573.96,0,0,573.96,0,'wc-completed',100,'2024-10-17 15:01:10','2024-10-18 23:33:34'),(3001,0,'2024-10-17 16:47:40','2024-10-17 16:47:40',7,631.6,0,0,631.6,1,'wc-completed',26,'2024-10-17 16:49:09','2024-10-18 23:34:48'),(3002,0,'2024-10-17 17:48:58','2024-10-17 17:48:58',26,1393.72,0,0,1393.72,1,'wc-completed',11,'2024-10-17 17:49:38','2024-10-18 23:34:13'),(3003,0,'2024-10-17 22:06:45','2024-10-17 22:06:45',23,1102.84,0,0,1102.84,0,'wc-completed',6,'2024-10-22 17:11:49','2024-10-23 03:02:48'),(3004,0,'2024-10-18 13:44:06','2024-10-18 13:44:06',36,2336.68,0,0,2336.68,1,'wc-completed',70,'2024-10-18 13:44:39','2024-10-18 23:37:27'),(3005,0,'2024-10-21 16:10:59','2024-10-21 16:10:59',31,1235.56,0,0,1235.56,1,'wc-completed',101,'2024-10-21 16:11:29','2024-10-22 13:49:03'),(3006,0,'2024-10-21 16:50:50','2024-10-21 16:50:50',21,930.65,0,0,930.65,1,'wc-completed',64,'2024-10-21 16:52:39','2024-10-23 02:59:35'),(3007,0,'2024-10-21 18:40:32','2024-10-21 18:40:32',22,916.42,0,0,916.42,1,'wc-cancelled',11,NULL,NULL),(3008,0,'2024-10-21 18:41:03','2024-10-21 18:41:03',22,916.42,0,0,916.42,1,'wc-cancelled',11,NULL,NULL),(3009,0,'2024-10-21 18:42:24','2024-10-21 18:42:24',22,916.42,0,0,916.42,1,'wc-completed',11,'2024-10-21 18:42:42','2024-10-22 17:18:58'),(3010,0,'2024-10-21 20:12:10','2024-10-21 20:12:10',15,564.94,0,0,564.94,1,'wc-completed',11,'2024-10-21 20:12:30','2024-10-23 03:00:19'),(3011,0,'2024-10-22 12:25:18','2024-10-22 12:25:18',12,673.02,0,0,673.02,1,'wc-completed',79,'2024-10-22 12:25:37','2024-10-23 03:02:05'),(3012,0,'2024-10-23 00:13:46','2024-10-23 00:13:46',35,1502.62,0,0,1502.62,1,'wc-completed',62,'2024-10-24 22:43:30','2024-10-28 14:06:26'),(3013,0,'2024-10-23 15:59:01','2024-10-23 15:59:01',5,506.88,0,0,506.88,1,'wc-completed',79,'2024-10-23 15:59:25','2024-10-25 00:34:03'),(3014,0,'2024-10-23 20:39:32','2024-10-23 20:39:32',26,1464.24,0,0,1464.24,1,'wc-completed',12,'2024-10-23 20:40:24','2024-10-25 00:35:46'),(3015,0,'2024-10-23 22:16:52','2024-10-23 22:16:52',91,2845.25,0,0,2845.25,1,'wc-completed',95,'2024-10-23 22:19:31','2024-10-25 00:38:19'),(3016,0,'2024-10-24 04:09:37','2024-10-24 04:09:37',16,634.54,0,0,634.54,1,'wc-completed',25,'2024-10-24 04:10:04','2024-10-25 00:37:12'),(3017,0,'2024-10-24 21:11:18','2024-10-24 21:11:18',18,1079.86,0,0,1079.86,1,'wc-completed',53,'2024-10-24 21:12:10','2024-10-28 14:07:07'),(3019,0,'2024-10-25 14:57:28','2024-10-25 14:57:28',12,520.84,0,20.88,499.96,0,'wc-completed',17,'2024-10-25 14:57:51','2024-10-28 14:04:56'),(3020,0,'2024-10-27 23:45:56','2024-10-27 23:45:56',5,276.56,0,24.11,252.45,1,'wc-completed',81,'2024-10-27 23:47:53','2024-10-29 20:43:51'),(3021,0,'2024-10-28 20:09:36','2024-10-28 20:09:36',7,282.12,0,21.42,260.7,0,'wc-completed',49,'2024-10-28 20:10:00','2024-10-29 20:55:42'),(3022,0,'2024-10-29 17:08:44','2024-10-29 17:08:44',28,1559.98,0,0,1559.98,1,'wc-completed',53,'2024-10-29 17:09:31','2024-10-29 20:56:43'),(3023,0,'2024-10-30 12:08:41','2024-10-30 12:08:41',11,857.28,0,0,857.28,0,'wc-completed',92,'2024-10-30 12:09:18','2024-11-04 14:15:15'),(3024,0,'2024-10-30 19:48:58','2024-10-30 19:48:58',8,895.6,0,0,895.6,0,'wc-completed',102,'2024-10-30 19:50:59','2024-11-04 14:12:54'),(3025,0,'2024-11-01 17:04:10','2024-11-01 17:04:10',5,506.88,0,0,506.88,1,'wc-completed',79,'2024-11-01 17:04:53','2024-11-11 13:03:42'),(3027,0,'2024-11-04 21:39:15','2024-11-04 21:39:15',12,521.64,0,0,521.64,1,'wc-completed',57,'2024-11-04 21:40:22','2024-11-06 22:41:48'),(3028,0,'2024-11-05 01:02:23','2024-11-05 01:02:23',22,1111.22,0,0,1111.22,1,'wc-completed',64,'2024-11-05 01:08:06','2024-11-11 13:04:22'),(3029,0,'2024-11-05 17:14:48','2024-11-05 17:14:48',15,1267.52,0,0,1267.52,1,'wc-completed',13,'2024-11-05 17:16:58','2024-11-06 22:42:19'),(3030,0,'2024-11-05 21:50:18','2024-11-05 21:50:18',9,725.74,0,0,725.74,1,'wc-completed',79,'2024-11-05 21:50:38','2024-11-06 22:43:23'),(3031,0,'2024-11-06 16:52:26','2024-11-06 16:52:26',21,1031.76,0,0,1031.76,1,'wc-completed',50,'2024-11-06 16:53:41','2024-11-06 22:57:07'),(3032,0,'2024-11-07 15:08:47','2024-11-07 15:08:47',18,772.3,0,0,772.3,0,'wc-completed',82,'2024-11-07 15:38:19','2024-11-11 13:02:21'),(3033,0,'2024-11-07 20:23:51','2024-11-07 20:23:51',4,312.24,0,20.88,291.36,0,'wc-completed',39,'2024-11-07 20:27:10','2024-11-11 13:00:37'),(3034,0,'2024-11-08 14:19:42','2024-11-08 14:19:42',107,5992.84,0,0,5992.84,1,'wc-completed',69,'2024-11-08 14:22:37','2024-11-11 12:58:25'),(3035,0,'2024-11-10 14:59:28','2024-11-10 14:59:28',18,928.56,0,0,928.56,1,'wc-completed',11,'2024-11-10 14:59:45','2024-11-12 19:41:44'),(3036,0,'2024-11-11 17:01:31','2024-11-11 17:01:31',14,521.12,0,0,521.12,0,'wc-completed',102,'2024-11-11 17:04:00','2024-11-12 19:47:46'),(3037,0,'2024-11-11 17:45:33','2024-11-11 17:45:33',17,731.9,0,0,731.9,1,'wc-completed',11,'2024-11-11 17:45:59','2024-11-12 19:51:38'),(3038,0,'2024-11-11 19:34:01','2024-11-11 19:34:01',18,1302.48,0,0,1302.48,0,'wc-completed',63,'2024-11-11 19:34:32','2024-11-12 19:53:31'),(3039,0,'2024-11-11 20:05:33','2024-11-11 20:05:33',10,685.4,0,0,685.4,1,'wc-completed',79,'2024-11-11 20:06:58','2024-11-12 19:52:15'),(3040,0,'2024-11-11 20:25:53','2024-11-11 20:25:53',24,1289,0,0,1289,1,'wc-completed',11,'2024-11-11 20:26:20','2024-11-12 19:54:01'),(3041,0,'2024-11-11 20:57:27','2024-11-11 20:57:27',10,385.34,0,33.18,352.16,1,'wc-completed',25,'2024-11-11 20:58:16','2024-11-12 19:52:45'),(3042,0,'2024-11-12 17:00:38','2024-11-12 17:00:38',11,941.84,0,0,941.84,1,'wc-completed',90,'2024-11-12 17:01:01','2024-11-13 22:26:57'),(3043,0,'2024-11-12 17:12:38','2024-11-12 17:12:38',7,16.11,0,16.11,0,0,'wc-completed',14,'2024-11-13 23:30:23','2024-11-14 23:12:31'),(3044,0,'2024-11-12 18:08:51','2024-11-12 18:08:51',6,612.95,0,0,612.95,1,'wc-completed',90,'2024-11-12 18:09:12','2024-11-13 22:25:23'),(3046,0,'2024-11-12 19:49:51','2024-11-12 19:49:51',11,784.75,0,0,784.75,1,'wc-completed',90,'2024-11-12 19:50:13','2024-11-13 22:27:31'),(3047,0,'2024-11-12 22:01:58','2024-11-12 22:01:58',11,903.62,0,0,903.62,1,'wc-completed',90,'2024-11-12 22:02:25','2024-11-13 22:28:01'),(3048,0,'2024-11-13 17:10:12','2024-11-13 17:10:12',13,544.48,0,0,544.48,1,'wc-completed',79,'2024-11-13 17:10:37','2024-11-13 22:30:14'),(3050,0,'2024-11-14 20:41:32','2024-11-14 20:41:32',12,510.38,0,0,510.38,0,'wc-completed',106,'2024-11-14 20:42:01','2024-11-19 19:13:48'),(3051,0,'2024-11-14 23:00:05','2024-11-14 23:00:05',23,1544.62,0,0,1544.62,1,'wc-completed',12,'2024-11-14 23:02:53','2024-11-18 13:23:34'),(3052,0,'2024-11-15 21:52:11','2024-11-15 21:52:11',20,22.86,0,22.86,0,0,'wc-completed',63,'2024-11-18 20:40:38','2024-11-19 01:58:57'),(3053,0,'2024-11-16 14:22:08','2024-11-16 14:22:08',17,1039.52,0,0,1039.52,1,'wc-completed',57,'2024-11-16 14:22:58','2024-11-19 01:54:23'),(3054,0,'2024-11-18 02:24:04','2024-11-18 02:24:04',24,1522.22,0,0,1522.22,1,'wc-completed',12,'2024-11-18 02:25:56','2024-11-19 01:56:37'),(3055,0,'2024-11-18 13:51:05','2024-11-18 13:51:05',10,1082.34,0,0,1082.34,1,'wc-completed',53,'2024-11-18 13:51:42','2024-11-19 01:58:21'),(3056,0,'2024-11-19 16:27:04','2024-11-19 16:27:04',10,684.32,0,0,684.32,1,'wc-completed',26,'2024-11-19 16:29:49','2024-11-20 15:19:08'),(3057,0,'2024-11-20 15:30:36','2024-11-20 15:30:36',25,817.02,0,0,817.02,1,'wc-completed',11,'2024-11-20 15:32:09','2024-11-20 23:39:47'),(3058,0,'2024-11-20 15:34:45','2024-11-20 15:34:45',22,712.08,0,0,712.08,1,'wc-completed',11,'2024-11-20 15:35:01','2024-11-21 23:23:31'),(3059,0,'2024-11-20 16:27:34','2024-11-20 16:27:34',38,1841.92,0,0,1841.92,1,'wc-completed',101,'2024-11-20 16:28:16','2024-11-20 23:40:54'),(3060,0,'2024-11-20 19:07:00','2024-11-20 19:07:00',15,688.75,0,0,688.75,0,'wc-completed',100,'2024-11-20 19:07:53','2024-11-21 23:23:12'),(3061,0,'2024-11-20 22:31:13','2024-11-20 22:31:13',11,772.68,0,0,772.68,0,'wc-cancelled',6,NULL,NULL),(3062,0,'2024-11-20 23:12:50','2024-11-20 23:12:50',11,832.08,0,0,832.08,0,'wc-completed',42,'2024-11-20 23:14:10','2024-11-21 23:26:17'),(3064,0,'2024-11-21 15:49:49','2024-11-21 15:49:49',45,2906.29,0,0,2906.29,1,'wc-completed',70,'2024-11-21 15:50:27','2024-11-21 23:27:49'),(3065,0,'2024-11-21 18:14:52','2024-11-21 18:14:52',12,839.16,0,0,839.16,0,'wc-completed',6,'2024-11-21 23:43:13','2024-11-23 06:10:13'),(3066,0,'2024-11-22 14:32:44','2024-11-22 14:32:44',42,2206.86,0,0,2206.86,1,'wc-completed',53,'2024-11-22 14:33:21','2024-11-23 06:11:57'),(3067,0,'2024-11-22 14:47:17','2024-11-22 14:47:17',49,2768.1,0,0,2768.1,1,'wc-completed',53,'2024-11-22 14:47:58','2024-11-23 06:10:53'),(3068,0,'2024-11-23 00:13:01','2024-11-23 00:13:01',95,3680.77,0,0,3680.77,1,'wc-completed',95,'2024-11-23 00:14:43','2024-11-25 22:03:07'),(3069,0,'2024-11-23 22:30:12','2024-11-23 22:30:12',5,339.55,0,23.67,315.88,0,'wc-completed',33,'2024-11-23 22:31:57','2024-11-25 22:02:05'),(3070,0,'2024-11-26 16:16:06','2024-11-26 16:16:06',9,500,0,0,500,1,'wc-completed',90,'2024-11-26 16:16:44','2024-11-26 22:23:51'),(3071,0,'2024-11-26 17:33:33','2024-11-26 17:33:33',8,521.2,0,0,521.2,0,'wc-completed',106,'2024-11-26 17:34:26','2024-11-26 22:24:21'),(3072,0,'2024-11-26 22:14:03','2024-11-26 22:14:03',15,538.7,0,0,538.7,1,'wc-completed',79,'2024-11-26 22:14:22','2024-11-27 19:24:30'),(3073,0,'2024-11-27 15:43:41','2024-11-27 15:43:41',20,818.48,0,0,818.48,0,'wc-completed',55,'2024-11-27 15:44:02','2024-11-27 19:25:21'),(3074,0,'2024-12-02 14:51:27','2024-12-02 14:51:27',17,742.04,0,0,742.04,0,'wc-completed',82,'2024-12-02 14:51:50','2024-12-06 14:26:52'),(3075,0,'2024-12-02 16:59:22','2024-12-02 16:59:22',13,756.03,0,0,756.03,0,'wc-completed',17,'2024-12-02 16:59:51','2024-12-03 20:11:47'),(3076,0,'2024-12-02 20:51:19','2024-12-02 20:51:19',14,959.66,0,0,959.66,1,'wc-completed',50,'2024-12-02 20:51:46','2024-12-03 20:12:21'),(3078,0,'2024-12-02 22:52:20','2024-12-02 22:52:20',6,533.28,0,0,533.28,1,'wc-completed',79,'2024-12-02 22:52:44','2024-12-05 00:15:14'),(3079,0,'2024-12-03 18:25:48','2024-12-03 18:25:48',89,7103.78,0,0,7103.78,0,'wc-completed',80,'2024-12-03 18:26:42','2024-12-05 00:14:33'),(3080,0,'2024-12-04 04:28:12','2024-12-04 04:28:12',19,755.88,0,0,755.88,1,'wc-completed',25,'2024-12-04 04:28:58','2024-12-06 14:25:49'),(3081,0,'2024-12-05 01:55:46','2024-12-05 01:55:46',28,1048.18,0,0,1048.18,1,'wc-completed',62,'2024-12-05 22:28:34','2024-12-10 12:41:48'),(3082,0,'2024-12-05 16:14:12','2024-12-05 16:14:12',2,127.88,0,17.33,110.55,0,'wc-completed',39,'2024-12-05 16:24:05','2024-12-10 16:52:08'),(3083,0,'2024-12-05 16:14:40','2024-12-05 16:14:40',3,316.67,0,17.95,298.72,0,'wc-completed',49,'2024-12-05 16:15:12','2024-12-06 14:28:50'),(3084,0,'2024-12-06 18:35:28','2024-12-06 18:35:28',22,1031.3,0,0,1031.3,1,'wc-completed',64,'2024-12-06 18:36:58','2024-12-10 12:43:01'),(3085,0,'2024-12-08 17:47:13','2024-12-08 17:47:13',8,548.32,0,0,548.32,1,'wc-completed',79,'2024-12-08 17:47:35','2024-12-10 12:43:35'),(3086,0,'2024-12-09 19:35:41','2024-12-09 19:35:41',8,647.75,0,0,647.75,1,'wc-completed',90,'2024-12-09 19:36:42','2024-12-10 12:49:49'),(3087,0,'2024-12-09 20:14:30','2024-12-09 20:14:30',18,516.94,0,0,516.94,0,'wc-completed',102,'2024-12-09 20:16:18','2024-12-10 20:43:52'),(3088,0,'2024-12-10 03:21:17','2024-12-10 03:21:17',31,2911.34,0,0,2911.34,0,'wc-completed',85,'2024-12-10 03:24:06','2024-12-10 16:53:43'),(3089,0,'2024-12-10 17:16:21','2024-12-10 17:16:21',19,1547.36,0,0,1547.36,1,'wc-completed',13,'2024-12-10 17:16:57','2024-12-10 20:45:48'),(3090,0,'2024-12-10 19:08:14','2024-12-10 19:08:14',19,827.9,0,0,827.9,1,'wc-completed',12,'2024-12-10 19:08:53','2024-12-23 17:49:29'),(3092,0,'2024-12-11 20:13:37','2024-12-11 20:13:37',18,911.38,0,0,911.38,1,'wc-completed',79,'2024-12-11 20:14:06','2024-12-13 03:28:55'),(3093,0,'2024-12-12 01:54:53','2024-12-12 01:54:53',14,668.78,0,0,668.78,1,'wc-completed',57,'2024-12-12 01:56:37','2024-12-13 03:31:34'),(3094,0,'2024-12-12 18:38:34','2024-12-12 18:38:34',20,892.78,0,0,892.78,1,'wc-completed',64,'2024-12-12 18:39:24','2024-12-13 03:31:07'),(3095,0,'2024-12-12 20:11:56','2024-12-12 20:11:56',29,1545.98,0,0,1545.98,1,'wc-completed',11,'2024-12-12 20:12:15','2024-12-13 03:32:25'),(3096,0,'2024-12-13 18:31:52','2024-12-13 18:31:52',7,509.12,0,0,509.12,1,'wc-completed',79,'2024-12-13 18:33:58','2024-12-16 14:28:43'),(3097,0,'2024-12-15 15:03:06','2024-12-15 15:03:06',98,4251.75,0,0,4251.75,1,'wc-completed',69,'2024-12-15 15:06:09','2024-12-17 20:49:50'),(3098,0,'2024-12-16 19:38:01','2024-12-16 19:38:01',17,732.32,0,0,732.32,1,'wc-completed',11,'2024-12-16 19:38:25','2024-12-17 20:47:07'),(3099,0,'2024-12-16 19:44:25','2024-12-16 19:44:25',30,1139.43,0,0,1139.43,1,'wc-completed',11,'2024-12-16 19:44:50','2024-12-17 20:49:05'),(3100,0,'2024-12-17 12:35:54','2024-12-17 12:35:54',10,819.96,0,0,819.96,0,'wc-completed',92,'2024-12-17 12:36:32','2024-12-20 13:31:09'),(3103,0,'2024-12-18 02:20:49','2024-12-18 02:20:49',7,509.12,0,0,509.12,1,'wc-completed',79,'2024-12-18 02:21:09','2024-12-20 13:25:01'),(3108,0,'2024-12-20 14:48:45','2024-12-20 14:48:45',14,512.8,0,0,512.8,1,'wc-completed',79,'2024-12-20 14:49:39','2024-12-28 19:09:37'),(3109,0,'2024-12-23 16:42:42','2024-12-23 16:42:42',6,145.12,0,15.77,129.35,1,'wc-completed',26,'2024-12-23 16:44:09','2024-12-27 14:34:07'),(3110,0,'2024-12-27 03:31:43','2024-12-27 03:31:43',15,515.18,0,0,515.18,1,'wc-completed',25,'2024-12-27 03:32:42','2024-12-28 19:08:38'),(3112,0,'2024-12-27 18:59:28','2024-12-27 18:59:28',35,1805.13,0,0,1805.13,1,'wc-completed',101,'2024-12-27 19:01:19','2025-01-02 22:01:00'),(3113,0,'2024-12-27 19:28:48','2024-12-27 19:28:48',22,1400.22,0,0,1400.22,0,'wc-completed',6,'2025-01-03 17:05:04','2025-01-06 20:04:29'),(3114,0,'2024-12-27 21:26:24','2024-12-27 21:26:24',7,11.73,0,11.73,0,0,'wc-completed',14,'2024-12-28 13:21:28','2025-01-02 14:29:50'),(3115,0,'2024-12-28 00:42:13','2024-12-28 00:42:13',2,163.11,0,20.31,142.8,1,'wc-completed',95,'2024-12-28 00:44:20','2025-01-02 14:28:02'),(3116,0,'2024-12-28 19:19:38','2024-12-28 19:19:38',22,1062.92,0,0,1062.92,1,'wc-completed',50,'2024-12-28 19:20:51','2025-01-02 14:30:35'),(3117,0,'2024-12-29 22:37:17','2024-12-29 22:37:17',16,505.84,0,0,505.84,1,'wc-completed',79,'2024-12-29 22:37:42','2025-01-02 14:33:07'),(3118,0,'2024-12-30 15:14:04','2024-12-30 15:14:04',9,673.68,0,0,673.68,0,'wc-completed',42,'2024-12-30 15:14:38','2025-01-02 14:33:38'),(3119,0,'2025-01-01 04:56:09','2025-01-01 04:56:09',6,257.29,0,25.63,231.66,0,'wc-completed',85,'2025-01-01 04:57:23','2025-01-02 22:00:06'),(3120,0,'2025-01-01 15:52:29','2025-01-01 15:52:29',11,590.06,0,0,590.06,1,'wc-completed',57,'2025-01-01 15:52:59','2025-01-02 22:01:36'),(3121,0,'2025-01-02 15:11:40','2025-01-02 15:11:40',9,699.66,0,0,699.66,0,'wc-completed',14,'2025-01-03 00:59:36','2025-01-06 15:46:18'),(3122,0,'2025-01-02 19:23:35','2025-01-02 19:23:35',16,966.44,0,0,966.44,0,'wc-completed',106,'2025-01-02 19:24:03','2025-01-06 15:42:17'),(3123,0,'2025-01-02 22:20:27','2025-01-02 22:20:27',2,161.22,0,13.48,147.74,0,'wc-completed',49,'2025-01-02 22:21:45','2025-01-06 15:43:51'),(3124,0,'2025-01-02 23:03:28','2025-01-02 23:03:28',9,360.79,0,14.36,346.43,0,'wc-completed',17,'2025-01-02 23:04:14','2025-01-06 20:04:56'),(3125,0,'2025-01-03 16:27:53','2025-01-03 16:27:53',16,663.4,0,0,663.4,1,'wc-completed',11,'2025-01-03 16:28:11','2025-01-06 15:50:21'),(3126,0,'2025-01-03 23:48:56','2025-01-03 23:48:56',20,2329.02,0,0,2329.02,1,'wc-completed',53,'2025-01-03 23:49:37','2025-01-06 19:55:02'),(3127,0,'2025-01-06 13:45:31','2025-01-06 13:45:31',26,1320.52,0,0,1320.52,1,'wc-completed',101,'2025-01-06 13:46:01','2025-01-06 21:09:01'),(3130,0,'2025-01-06 18:16:22','2025-01-06 18:16:22',22,1389.02,0,0,1389.02,1,'wc-completed',12,'2025-01-06 18:16:49','2025-01-06 22:07:05'),(3131,0,'2025-01-06 19:45:47','2025-01-06 19:45:47',9,661.48,0,0,661.48,0,'wc-completed',102,'2025-01-06 19:46:56','2025-01-07 18:03:14'),(3132,0,'2025-01-07 20:49:46','2025-01-07 20:49:46',7,512.71,0,0,512.71,1,'wc-completed',90,'2025-01-07 20:50:15','2025-01-09 16:25:22'),(3133,0,'2025-01-07 20:57:39','2025-01-07 20:57:39',10,697.56,0,0,697.56,1,'wc-completed',90,'2025-01-07 20:58:06','2025-01-09 16:24:49'),(3134,0,'2025-01-07 21:05:57','2025-01-07 21:05:57',6,518.32,0,0,518.32,1,'wc-completed',90,'2025-01-07 21:06:25','2025-01-09 16:25:56'),(3135,0,'2025-01-07 23:30:30','2025-01-07 23:30:30',10,798.16,0,0,798.16,1,'wc-completed',90,'2025-01-07 23:30:59','2025-01-09 16:26:30'),(3136,0,'2025-01-07 23:34:58','2025-01-07 23:34:58',8,766.64,0,0,766.64,1,'wc-completed',90,'2025-01-07 23:35:26','2025-01-09 16:27:02'),(3137,0,'2025-01-08 16:21:53','2025-01-08 16:21:53',11,850.47,0,0,850.47,0,'wc-completed',100,'2025-01-08 20:49:22','2025-01-09 16:28:24'),(3145,0,'2025-01-08 18:27:32','2025-01-08 18:27:32',10,443.35,0,29.47,413.88,1,'wc-completed',46,'2025-01-08 18:29:29','2025-01-09 16:28:02'),(3146,0,'2025-01-09 23:26:13','2025-01-09 23:26:13',68,2819.26,0,0,2819.26,1,'wc-completed',95,'2025-01-09 23:29:07','2025-01-14 17:42:54'),(3147,0,'2025-01-10 20:13:17','2025-01-10 20:13:17',6,527.5,0,0,527.5,1,'wc-completed',79,'2025-01-10 20:13:37','2025-01-14 17:43:48'),(3148,0,'2025-01-12 23:04:21','2025-01-12 23:04:21',20,24.26,0,24.26,0,0,'wc-completed',63,'2025-01-13 23:56:03','2025-01-15 15:15:45'),(3149,0,'2025-01-13 00:56:54','2025-01-13 00:56:54',8,510.04,0,0,510.04,1,'wc-completed',79,'2025-01-13 00:57:14','2025-01-14 17:45:09'),(3150,0,'2025-01-13 15:58:33','2025-01-13 15:58:33',4,152.08,0,15.05,137.03,0,'wc-completed',33,'2025-01-13 15:59:37','2025-01-14 17:45:47'),(3152,0,'2025-01-14 16:48:16','2025-01-14 16:48:16',17,1473.36,0,0,1473.36,1,'wc-completed',13,'2025-01-14 16:48:46','2025-01-20 14:59:17'),(3153,0,'2025-01-14 19:24:23','2025-01-14 19:24:23',82,3525.48,0,0,3525.48,0,'wc-completed',106,'2025-01-14 19:25:58','2025-01-16 20:57:31'),(3154,0,'2025-01-15 20:25:22','2025-01-15 20:25:22',8,557.28,0,0,557.28,0,'wc-completed',55,'2025-01-15 20:25:50','2025-01-16 20:56:52'),(3155,0,'2025-01-16 17:20:12','2025-01-16 17:20:12',16,653.12,0,0,653.12,1,'wc-completed',11,'2025-01-16 17:21:31','2025-01-20 15:00:31'),(3156,0,'2025-01-16 17:27:36','2025-01-16 17:27:36',17,767.03,0,0,767.03,1,'wc-completed',11,'2025-01-16 17:27:50','2025-01-20 15:01:07'),(3157,0,'2025-01-16 22:32:42','2025-01-16 22:32:42',6,554.1,0,0,554.1,1,'wc-completed',79,'2025-01-16 22:33:04','2025-01-20 15:03:17'),(3158,0,'2025-01-16 23:41:25','2025-01-16 23:41:25',2,79.72,0,17.02,62.7,1,'wc-completed',81,'2025-01-16 23:43:09','2025-01-20 15:02:16'),(3159,0,'2025-01-16 23:46:51','2025-01-16 23:46:51',3,162.74,0,20.84,141.9,0,'wc-completed',81,'2025-01-16 23:47:34','2025-01-20 15:04:21'),(3160,0,'2025-01-17 19:04:12','2025-01-17 19:04:12',26,640.13,0,0,640.13,0,'wc-completed',102,'2025-01-17 19:05:57','2025-01-20 15:37:37'),(3161,0,'2025-01-18 17:37:22','2025-01-18 17:37:22',23,1364.1,0,0,1364.1,1,'wc-completed',12,'2025-01-18 17:37:46','2025-01-21 13:39:03'),(3162,0,'2025-01-19 23:24:05','2025-01-19 23:24:05',41,1943.06,0,0,1943.06,1,'wc-completed',25,'2025-01-19 23:25:04','2025-01-22 19:13:38'),(3163,0,'2025-01-20 18:02:58','2025-01-20 18:02:58',8,425.02,0,17.14,407.88,0,'wc-completed',17,'2025-01-20 18:03:31','2025-01-21 21:18:22'),(3165,0,'2025-01-21 21:38:04','2025-01-21 21:38:04',12,1276.26,0,0,1276.26,0,'wc-cancelled',6,NULL,NULL),(3166,0,'2025-01-21 21:47:46','2025-01-21 21:47:46',13,998.58,0,0,998.58,0,'wc-completed',6,'2025-01-22 13:18:09','2025-01-22 18:30:11'),(3167,0,'2025-01-22 20:09:09','2025-01-22 20:09:09',6,11.71,0,11.71,0,0,'wc-completed',14,'2025-01-26 15:20:14','2025-01-27 22:00:29'),(3168,0,'2025-01-24 15:10:44','2025-01-24 15:10:44',30,1638.92,0,0,1638.92,1,'wc-completed',53,'2025-01-24 15:11:19','2025-01-27 18:45:18'),(3169,0,'2025-01-24 17:59:24','2025-01-24 17:59:24',35,2240.26,0,0,2240.26,0,'wc-completed',80,'2025-01-24 17:59:44','2025-01-27 18:44:28'),(3170,0,'2025-01-24 20:46:49','2025-01-24 20:46:49',24,1139.61,0,0,1139.61,1,'wc-refunded',50,'2025-01-24 20:47:42','2025-01-31 21:35:14'),(3171,0,'2025-01-25 17:28:54','2025-01-25 17:28:54',42,2695.32,0,0,2695.32,1,'wc-completed',11,'2025-01-25 17:29:41','2025-01-31 17:55:42'),(3172,0,'2025-01-27 19:17:53','2025-01-27 19:17:53',5,555.04,0,0,555.04,1,'wc-completed',101,'2025-01-27 19:18:41','2025-01-28 23:21:38'),(3173,0,'2025-01-27 21:11:48','2025-01-27 21:11:48',8,531.84,0,0,531.84,0,'wc-completed',63,'2025-01-27 21:12:12','2025-01-28 23:22:15'),(3174,0,'2025-01-28 17:30:03','2025-01-28 17:30:03',20,999.9,0,0,999.9,1,'wc-completed',64,'2025-01-28 17:32:25','2025-01-28 23:23:21'),(3175,0,'2025-01-28 21:40:10','2025-01-28 21:40:10',15,820.86,0,0,820.86,1,'wc-refunded',57,'2025-01-28 21:41:52',NULL),(3176,0,'2025-01-28 23:32:28','2025-01-28 23:32:28',86,4639.85,0,0,4639.85,1,'wc-completed',95,'2025-01-28 23:38:00','2025-02-04 14:23:45'),(3177,0,'2025-01-29 20:55:04','2025-01-29 20:55:04',116,6075.4,0,0,6075.4,1,'wc-completed',69,'2025-01-31 16:45:56','2025-02-03 19:02:06'),(3178,0,'2025-01-29 22:13:21','2025-01-29 22:13:21',8,246.18,0,14.43,231.75,0,'wc-completed',49,'2025-01-29 22:14:32','2025-01-31 17:59:18'),(3179,0,'2025-01-30 14:45:35','2025-01-30 14:45:35',55,3819.18,0,0,3819.18,1,'wc-completed',70,'2025-01-30 16:25:29','2025-02-04 14:24:48'),(3181,0,'2025-01-31 16:26:32','2025-01-31 16:26:32',22,1667.73,0,0,1667.73,1,'wc-completed',70,'2025-01-31 16:28:01','2025-02-03 19:00:12'),(3182,3175,'2025-01-31 21:37:42','2025-01-31 21:37:42',-15,-820.86,0,0,-820.86,NULL,'wc-refunded',57,'2025-01-31 21:37:42','2025-01-31 21:37:42'),(3183,0,'2025-02-01 00:57:15','2025-02-01 00:57:15',25,650.68,0,0,650.68,1,'wc-completed',62,'2025-02-04 22:26:19','2025-02-06 19:16:49'),(3184,0,'2025-02-03 15:02:24','2025-02-03 15:02:24',12,1062.46,0,0,1062.46,1,'wc-completed',101,'2025-02-03 15:02:58','2025-02-03 19:56:27'),(3185,0,'2025-02-03 15:09:22','2025-02-03 15:09:22',16,581.68,0,0,581.68,1,'wc-completed',11,'2025-02-03 15:09:44','2025-02-03 19:57:12'),(3186,0,'2025-02-03 17:31:21','2025-02-03 17:31:21',9,552.24,0,0,552.24,0,'wc-completed',102,'2025-02-03 17:34:40','2025-02-04 14:21:49'),(3187,0,'2025-02-03 18:10:58','2025-02-03 18:10:58',7,563.97,0,0,563.97,1,'wc-completed',11,'2025-02-03 18:11:18','2025-02-04 14:21:12'),(3188,0,'2025-02-03 19:20:53','2025-02-03 19:20:53',15,820.86,0,0,820.86,1,'wc-completed',57,'2025-02-03 19:40:18','2025-02-04 19:14:05'),(3190,3170,'2025-02-04 19:55:45','2025-02-04 19:55:45',-24,-1139.61,0,0,-1139.61,NULL,'wc-refunded',50,'2025-02-04 19:55:45','2025-02-04 19:55:45'),(3191,0,'2025-02-06 18:45:20','2025-02-06 18:45:20',9,341.83,0,23.59,318.24,0,'wc-completed',55,'2025-02-06 18:46:01','2025-02-07 19:18:30'),(3192,0,'2025-02-07 03:51:34','2025-02-07 03:51:34',19,795.4,0,0,795.4,1,'wc-completed',12,'2025-02-07 03:52:02','2025-02-10 19:05:57'),(3193,0,'2025-02-08 15:17:58','2025-02-08 15:17:58',27,1459.86,0,0,1459.86,1,'wc-completed',64,'2025-02-08 15:18:31','2025-02-14 00:29:37'),(3194,0,'2025-02-08 22:10:01','2025-02-08 22:10:01',23,1659.84,0,0,1659.84,1,'wc-cancelled',53,NULL,NULL),(3195,0,'2025-02-10 14:06:37','2025-02-10 14:06:37',6,506.48,0,0,506.48,1,'wc-completed',79,'2025-02-10 14:06:56','2025-02-10 19:06:57'),(3197,0,'2025-02-10 23:15:33','2025-02-10 23:15:33',78,2280.27,0,0,2280.27,1,'wc-completed',95,'2025-02-10 23:17:19','2025-02-11 23:05:47'),(3198,0,'2025-02-11 01:24:37','2025-02-11 01:24:37',20,24.32,0,24.32,0,0,'wc-completed',63,'2025-02-14 20:46:34','2025-02-14 22:38:07'),(3199,0,'2025-02-11 17:00:25','2025-02-11 17:00:25',23,1659.84,0,0,1659.84,1,'wc-completed',53,'2025-02-11 17:01:00','2025-02-11 23:07:38'),(3200,0,'2025-02-11 17:40:02','2025-02-11 17:40:02',22,1172.44,0,0,1172.44,1,'wc-completed',50,'2025-02-11 17:40:56','2025-02-11 23:13:53'),(3201,0,'2025-02-11 18:45:04','2025-02-11 18:45:04',20,906.53,0,0,906.53,1,'wc-completed',50,'2025-02-11 18:45:26','2025-02-11 23:13:45'),(3202,0,'2025-02-11 22:34:57','2025-02-11 22:34:57',6,549.12,0,0,549.12,1,'wc-completed',79,'2025-02-11 22:35:56','2025-02-14 00:29:53'),(3203,0,'2025-02-13 17:52:06','2025-02-13 17:52:06',7,554.4,0,0,554.4,1,'wc-completed',70,'2025-02-13 17:52:53','2025-02-14 00:33:20'),(3204,0,'2025-02-13 20:09:14','2025-02-13 20:09:14',5,390.99,0,15.51,375.48,0,'wc-completed',17,'2025-02-13 20:09:42','2025-02-14 00:32:57'),(3205,0,'2025-02-13 22:22:30','2025-02-13 22:22:30',10,949.28,0,0,949.28,1,'wc-completed',90,'2025-02-13 22:22:57','2025-02-14 22:32:11'),(3206,0,'2025-02-13 22:27:24','2025-02-13 22:27:24',9,604.87,0,0,604.87,1,'wc-completed',90,'2025-02-13 22:27:51','2025-02-14 22:31:11'),(3207,0,'2025-02-14 13:57:56','2025-02-14 13:57:56',5,443.94,0,24,419.94,1,'wc-completed',70,'2025-02-14 13:58:28','2025-02-14 22:36:07'),(3208,0,'2025-02-14 18:43:13','2025-02-14 18:43:13',18,701.41,0,0,701.41,0,'wc-completed',106,'2025-02-14 19:10:50','2025-02-14 22:37:31'),(3209,0,'2025-02-14 19:25:08','2025-02-14 19:25:08',7,509.5,0,0,509.5,1,'wc-completed',90,'2025-02-14 19:35:57','2025-02-14 22:39:05'),(3210,0,'2025-02-18 16:53:05','2025-02-18 16:53:05',4,262.06,0,18.55,243.51,0,'wc-completed',39,'2025-02-18 16:57:59','2025-02-18 21:21:49'),(3211,0,'2025-02-18 17:13:32','2025-02-18 17:13:32',15,628.96,0,0,628.96,1,'wc-completed',79,'2025-02-18 17:13:50','2025-02-18 21:21:21'),(3213,0,'2025-02-18 20:34:34','2025-02-18 20:34:34',12,737.36,0,0,737.36,1,'wc-completed',26,'2025-02-18 20:36:33','2025-02-19 18:28:36'),(3214,0,'2025-02-19 18:13:35','2025-02-19 18:13:35',20,896.63,0,0,896.63,1,'wc-completed',11,'2025-02-19 18:13:54','2025-02-19 23:29:15'),(3215,0,'2025-02-24 18:36:45','2025-02-24 18:36:45',20,817.18,0,0,817.18,1,'wc-completed',11,'2025-02-24 18:37:04','2025-02-26 01:32:33'),(3216,0,'2025-02-24 22:48:35','2025-02-24 22:48:35',10,510.96,0,0,510.96,1,'wc-completed',79,'2025-02-24 22:48:57','2025-02-26 01:30:01'),(3217,0,'2025-02-25 03:08:47','2025-02-25 03:08:47',19,870.2,0,0,870.2,1,'wc-completed',25,'2025-02-25 03:09:09','2025-02-26 01:31:08'),(3218,0,'2025-02-25 17:31:37','2025-02-25 17:31:37',14,1186.26,0,0,1186.26,1,'wc-completed',13,'2025-02-25 17:32:23','2025-02-26 01:38:29'),(3219,0,'2025-02-25 18:47:56','2025-02-25 18:47:56',1,31.51,0,11.91,19.6,0,'wc-completed',33,'2025-02-25 18:51:00','2025-02-26 01:37:18'),(3220,0,'2025-02-25 19:27:38','2025-02-25 19:27:38',4,284.04,0,18.12,265.92,1,'wc-completed',107,'2025-02-25 19:31:27','2025-02-26 22:10:56'),(3221,0,'2025-02-26 13:06:05','2025-02-26 13:06:05',10,827.76,0,0,827.76,0,'wc-completed',92,'2025-02-26 13:06:31','2025-02-27 21:21:25'),(3222,0,'2025-02-26 16:32:35','2025-02-26 16:32:35',18,846.23,0,0,846.23,1,'wc-completed',11,'2025-02-26 16:32:55','2025-02-26 22:11:31'),(3224,0,'2025-02-27 01:58:38','2025-02-27 01:58:38',14,743.22,0,0,743.22,1,'wc-completed',57,'2025-02-27 01:59:05','2025-02-27 21:18:48'),(3225,0,'2025-02-27 21:01:08','2025-02-27 21:01:08',60,389.51,0,15.51,374,1,'wc-completed',21,'2025-02-27 21:01:54','2025-02-28 20:23:10'),(3226,0,'2025-02-27 21:10:30','2025-02-27 21:10:30',50,362.01,0,15.51,346.5,0,'wc-completed',21,'2025-02-27 21:10:51','2025-02-28 20:24:14'),(3227,0,'2025-02-27 22:22:42','2025-02-27 22:22:42',14,740.36,0,0,740.36,1,'wc-completed',53,'2025-02-27 22:23:12','2025-02-28 20:24:25'),(3228,0,'2025-03-02 01:11:23','2025-03-02 01:11:23',16,783.01,0,0,783.01,0,'wc-completed',82,'2025-03-02 01:11:51','2025-03-03 23:04:51'),(3229,0,'2025-03-02 20:19:53','2025-03-02 20:19:53',9,591.03,0,0,591.03,1,'wc-completed',11,'2025-03-02 20:20:16','2025-03-03 23:04:13'),(3230,0,'2025-03-03 19:01:10','2025-03-03 19:01:10',9,766.2,0,0,766.2,0,'wc-completed',42,'2025-03-03 19:01:51','2025-03-03 22:59:45'),(3231,0,'2025-03-03 20:32:41','2025-03-03 20:32:41',20,1113.68,0,0,1113.68,0,'wc-completed',102,'2025-03-03 20:34:27','2025-03-03 23:00:40'),(3232,0,'2025-03-04 11:21:51','2025-03-04 11:21:51',7,258.29,0,14.61,243.68,0,'wc-completed',17,'2025-03-04 11:22:12','2025-03-04 21:19:26'),(3233,0,'2025-03-04 22:14:41','2025-03-04 22:14:41',16,1169.52,0,0,1169.52,0,'wc-completed',63,'2025-03-04 22:15:08','2025-03-05 22:21:17'),(3234,0,'2025-03-05 16:20:52','2025-03-05 16:20:52',3,268.13,0,17.09,251.04,1,'wc-completed',26,'2025-03-05 16:22:07','2025-03-13 23:42:44'),(3235,0,'2025-03-05 17:49:16','2025-03-05 17:49:16',24,1160.54,0,0,1160.54,1,'wc-completed',12,'2025-03-05 17:49:49','2025-03-05 22:24:09'),(3236,0,'2025-03-05 17:56:46','2025-03-05 17:56:46',20,1002.68,0,0,1002.68,1,'wc-completed',12,'2025-03-05 17:57:13','2025-03-10 18:28:43'),(3237,0,'2025-03-05 20:01:46','2025-03-05 20:01:46',15,888.28,0,0,888.28,0,'wc-completed',6,'2025-03-21 16:45:31','2025-03-21 20:50:40'),(3238,0,'2025-03-07 15:18:33','2025-03-07 15:18:33',36,1883.36,0,0,1883.36,1,'wc-completed',101,'2025-03-07 15:19:08','2025-03-10 18:29:11'),(3239,0,'2025-03-08 21:10:35','2025-03-08 21:10:35',25,1344.7,0,0,1344.7,1,'wc-completed',62,'2025-03-12 19:54:38','2025-03-13 23:47:07'),(3241,0,'2025-03-11 02:33:31','2025-03-11 02:33:31',3,132.98,0,14.58,118.4,0,'wc-cancelled',33,NULL,NULL),(3242,0,'2025-03-11 02:35:06','2025-03-11 02:35:06',3,132.98,0,14.58,118.4,0,'wc-cancelled',33,NULL,NULL),(3243,0,'2025-03-11 02:36:34','2025-03-11 02:36:34',3,132.98,0,14.58,118.4,0,'wc-completed',33,'2025-03-11 02:37:34','2025-03-13 23:43:32'),(3244,0,'2025-03-11 15:22:47','2025-03-11 15:22:47',7,554.4,0,0,554.4,1,'wc-completed',70,'2025-03-11 15:50:01','2025-03-11 23:00:02'),(3245,0,'2025-03-11 15:55:15','2025-03-11 15:55:15',3,113.46,0,19.41,94.05,0,'wc-completed',81,'2025-03-11 15:56:49','2025-03-11 22:58:41'),(3246,0,'2025-03-11 21:44:31','2025-03-11 21:44:31',15,669.2,0,0,669.2,1,'wc-completed',11,'2025-03-11 21:44:52','2025-03-13 23:45:01'),(3247,0,'2025-03-12 11:34:41','2025-03-12 11:34:41',7,175.99,0,15.29,160.7,0,'wc-completed',14,'2025-03-12 11:35:05','2025-03-13 23:44:04'),(3248,0,'2025-03-13 12:32:17','2025-03-13 12:32:17',24,503.44,0,0,503.44,1,'wc-completed',79,'2025-03-13 12:32:36','2025-03-13 23:47:42'),(3249,0,'2025-03-15 19:30:48','2025-03-15 19:30:48',48,4110.44,0,0,4110.44,0,'wc-completed',85,'2025-03-15 19:31:11','2025-03-17 20:31:06'),(3250,0,'2025-03-16 22:33:36','2025-03-16 22:33:36',9,581.4,0,0,581.4,1,'wc-completed',90,'2025-03-16 22:33:59','2025-03-18 19:50:42'),(3251,0,'2025-03-16 22:40:35','2025-03-16 22:40:35',4,223.98,0,25.86,198.12,1,'wc-completed',90,'2025-03-16 22:41:04','2025-03-17 21:05:39'),(3252,0,'2025-03-16 22:48:34','2025-03-16 22:48:34',11,938.75,0,0,938.75,1,'wc-completed',90,'2025-03-16 22:48:53','2025-03-18 19:51:37'),(3253,0,'2025-03-16 22:54:07','2025-03-16 22:54:07',8,769.52,0,0,769.52,1,'wc-completed',90,'2025-03-16 22:54:33','2025-03-18 19:45:44'),(3255,0,'2025-03-17 14:51:29','2025-03-17 14:51:29',4,280.5,0,14.58,265.92,1,'wc-completed',107,'2025-03-17 14:52:49','2025-03-18 20:05:27'),(3257,0,'2025-03-19 16:11:38','2025-03-19 16:11:38',23,508.84,0,0,508.84,1,'wc-completed',79,'2025-03-19 16:11:59','2025-03-19 20:54:20'),(3258,0,'2025-03-19 19:25:18','2025-03-19 19:25:18',9,565.07,0,0,565.07,0,'wc-completed',17,'2025-03-19 19:25:46','2025-03-19 23:57:49'),(3259,0,'2025-03-19 21:33:39','2025-03-19 21:33:39',19,947.1,0,0,947.1,1,'wc-completed',64,'2025-03-19 21:34:54','2025-03-20 22:30:00'),(3260,0,'2025-03-19 22:12:44','2025-03-19 22:12:44',8,358.58,0,16.89,341.69,0,'wc-completed',49,'2025-03-19 22:14:17','2025-03-20 22:29:07'),(3261,0,'2025-03-20 16:08:22','2025-03-20 16:08:22',15,555.04,0,0,555.04,1,'wc-completed',11,'2025-03-20 16:08:48','2025-03-20 22:31:27'),(3262,0,'2025-03-20 16:08:47','2025-03-20 16:08:47',9,728.94,0,0,728.94,1,'wc-completed',53,'2025-03-20 16:09:22','2025-03-20 22:32:11'),(3263,0,'2025-03-20 17:20:40','2025-03-20 17:20:40',10,1077.52,0,0,1077.52,1,'wc-completed',53,'2025-03-20 17:21:21','2025-03-20 22:32:59'),(3264,0,'2025-03-20 17:56:07','2025-03-20 17:56:07',4,634.88,0,0,634.88,1,'wc-completed',101,'2025-03-20 17:56:40','2025-03-20 22:33:46'),(3265,0,'2025-03-20 22:36:35','2025-03-20 22:36:35',16,536.4,0,0,536.4,1,'wc-completed',95,'2025-03-20 22:37:56','2025-03-21 20:48:54'),(3266,0,'2025-03-21 03:35:43','2025-03-21 03:35:43',21,1163.96,0,0,1163.96,1,'wc-completed',25,'2025-03-21 03:36:57','2025-03-21 20:49:25'),(3267,0,'2025-03-21 16:11:05','2025-03-21 16:11:05',25,179.2,0,18.05,161.15,0,'wc-completed',21,'2025-03-21 16:12:04','2025-03-24 17:38:35'),(3268,0,'2025-03-21 20:56:20','2025-03-21 20:56:20',9,524.66,0,0,524.66,1,'wc-completed',79,'2025-03-21 20:56:40','2025-03-24 17:38:02'),(3269,0,'2025-03-24 17:33:35','2025-03-24 17:33:35',17,735.73,0,0,735.73,1,'wc-completed',11,'2025-03-24 17:33:58','2025-03-24 23:59:48'),(3270,0,'2025-03-25 00:06:08','2025-03-25 00:06:08',17,1109.12,0,0,1109.12,0,'wc-completed',100,'2025-03-25 00:07:12','2025-03-25 23:56:53'),(3271,0,'2025-03-25 19:46:36','2025-03-25 19:46:36',16,505.3,0,0,505.3,1,'wc-completed',64,'2025-03-25 19:47:21','2025-03-27 14:35:53'),(3272,0,'2025-03-25 20:42:52','2025-03-25 20:42:52',83,3585.69,0,0,3585.69,1,'wc-completed',95,'2025-03-25 20:45:26','2025-03-27 14:33:48'),(3273,0,'2025-03-25 21:19:50','2025-03-25 21:19:50',74,2069.58,0,0,2069.58,1,'wc-completed',95,'2025-03-25 21:27:42','2025-03-27 14:35:17'),(3276,0,'2025-03-26 14:22:01','2025-03-26 14:22:01',10,1188.76,0,0,1188.76,1,'wc-completed',69,'2025-03-26 14:24:04','2025-03-27 14:32:39'),(3277,0,'2025-03-26 15:58:03','2025-03-26 15:58:03',17,709.66,0,0,709.66,0,'wc-completed',102,'2025-03-26 15:58:42','2025-03-27 14:34:26'),(3278,0,'2025-03-27 16:01:50','2025-03-27 16:01:50',5,746.7,0,0,746.7,1,'wc-completed',12,'2025-03-27 16:02:43','2025-03-28 19:09:14'),(3282,0,'2025-03-31 18:23:19','2025-03-31 18:23:19',15,500.42,0,0,500.42,1,'wc-completed',79,'2025-03-31 18:23:37','2025-03-31 22:05:50'),(3283,0,'2025-03-31 19:40:03','2025-03-31 19:40:03',17,518.38,0,0,518.38,1,'wc-completed',11,'2025-03-31 19:40:39','2025-04-03 15:51:53'),(3284,0,'2025-03-31 21:11:21','2025-03-31 21:11:21',20,1043.8,0,0,1043.8,1,'wc-completed',57,'2025-03-31 21:13:01','2025-04-03 15:52:24'),(3285,0,'2025-04-01 12:16:29','2025-04-01 12:16:29',8,582.72,0,0,582.72,0,'wc-completed',92,'2025-04-01 12:17:01','2025-04-03 15:52:50'),(3286,0,'2025-04-02 14:29:25','2025-04-02 14:29:25',23,1136.02,0,0,1136.02,1,'wc-completed',11,'2025-04-02 14:29:49','2025-04-02 21:19:54'),(3287,0,'2025-04-02 14:51:04','2025-04-02 14:51:04',20,863.33,0,0,863.33,1,'wc-completed',11,'2025-04-02 14:51:30','2025-04-02 21:20:21'),(3288,0,'2025-04-02 15:18:10','2025-04-02 15:18:10',19,720.68,0,0,720.68,0,'wc-completed',106,'2025-04-02 15:20:22','2025-04-02 21:20:51'),(3289,0,'2025-04-02 18:55:05','2025-04-02 18:55:05',5,351.39,0,18.99,332.4,0,'wc-completed',55,'2025-04-02 18:56:56','2025-04-07 22:58:17'),(3290,0,'2025-04-02 18:59:42','2025-04-02 18:59:42',90,4932.66,0,0,4932.66,1,'wc-completed',69,'2025-04-02 19:02:56','2025-04-03 20:25:29'),(3291,0,'2025-04-02 20:13:02','2025-04-02 20:13:02',17,512,0,0,512,1,'wc-completed',79,'2025-04-02 20:13:22','2025-04-07 16:55:58'),(3293,0,'2025-04-02 21:47:05','2025-04-02 21:47:05',24,1891.62,0,0,1891.62,1,'wc-completed',13,'2025-04-02 21:47:31','2025-04-07 16:58:06'),(3294,0,'2025-04-03 21:13:09','2025-04-03 21:13:09',33,2630.42,0,0,2630.42,0,'wc-completed',80,'2025-04-03 21:13:56','2025-04-09 17:45:47'),(3295,0,'2025-04-03 22:24:24','2025-04-03 22:24:24',23,992.65,0,0,992.65,0,'wc-completed',82,'2025-04-03 22:25:10','2025-04-07 17:00:15'),(3296,0,'2025-04-03 22:26:00','2025-04-03 22:26:00',74,2069.58,0,0,2069.58,1,'wc-completed',95,'2025-04-03 22:30:39','2025-04-07 17:04:44'),(3297,0,'2025-04-05 06:08:57','2025-04-05 06:08:57',3,82.53,0,11.98,70.55,0,'wc-cancelled',33,NULL,NULL),(3298,0,'2025-04-05 06:10:25','2025-04-05 06:10:25',3,82.53,0,11.98,70.55,0,'wc-cancelled',33,NULL,NULL),(3299,0,'2025-04-05 06:12:18','2025-04-05 06:12:18',3,82.53,0,11.98,70.55,0,'wc-completed',33,'2025-04-05 06:12:53','2025-04-07 22:51:56'),(3300,0,'2025-04-09 19:58:28','2025-04-09 19:58:28',12,1029.44,0,0,1029.44,1,'wc-completed',50,'2025-04-09 19:58:53','2025-04-14 15:45:09'),(3301,0,'2025-04-09 22:24:22','2025-04-09 22:24:22',9,512.68,0,0,512.68,1,'wc-completed',79,'2025-04-09 22:25:01','2025-04-14 15:46:01'),(3302,0,'2025-04-11 14:15:39','2025-04-11 14:15:39',9,903.6,0,0,903.6,1,'wc-completed',53,'2025-04-11 14:16:21','2025-04-14 15:48:37'),(3303,0,'2025-04-11 20:23:42','2025-04-11 20:23:42',25,1327.64,0,0,1327.64,1,'wc-completed',12,'2025-04-11 20:24:14','2025-04-14 15:38:24'),(3304,0,'2025-04-11 23:10:52','2025-04-11 23:10:52',15,946.96,0,0,946.96,1,'wc-completed',62,'2025-04-11 23:11:23','2025-04-14 19:22:23'),(3306,0,'2025-04-14 18:52:59','2025-04-14 18:52:59',11,833.2,0,0,833.2,1,'wc-completed',50,'2025-04-14 18:53:39','2025-04-16 03:09:56'),(3307,0,'2025-04-14 19:10:40','2025-04-14 19:10:40',11,758.35,0,0,758.35,1,'wc-completed',90,'2025-04-14 19:12:41','2025-04-15 19:01:39'),(3308,0,'2025-04-14 19:16:58','2025-04-14 19:16:58',6,603.32,0,0,603.32,1,'wc-completed',90,'2025-04-14 19:17:14','2025-04-15 21:16:04'),(3309,0,'2025-04-14 19:34:54','2025-04-14 19:34:54',21,1564.22,0,0,1564.22,1,'wc-completed',90,'2025-04-14 19:35:17','2025-04-15 19:02:23'),(3312,0,'2025-04-15 17:19:03','2025-04-15 17:19:03',6,564.56,0,0,564.56,1,'wc-completed',90,'2025-04-15 17:19:59','2025-04-18 02:28:21'),(3313,0,'2025-04-16 13:03:11','2025-04-16 13:03:11',13,503.74,0,0,503.74,1,'wc-completed',11,'2025-04-16 13:03:32','2025-04-21 15:34:13'),(3314,0,'2025-04-17 13:16:39','2025-04-17 13:16:39',12,635.83,0,0,635.83,1,'wc-completed',26,'2025-04-17 13:18:18','2025-04-25 19:23:56'),(3315,0,'2025-04-21 14:51:23','2025-04-21 14:51:23',12,774.97,0,0,774.97,0,'wc-completed',14,'2025-04-21 14:53:16','2025-04-21 22:16:35'),(3316,0,'2025-04-21 15:38:57','2025-04-21 15:38:57',8,451.09,0,16.81,434.28,0,'wc-completed',17,'2025-04-21 15:39:23','2025-04-21 22:18:04'),(3317,0,'2025-04-21 16:30:08','2025-04-21 16:30:08',14,516.46,0,0,516.46,1,'wc-completed',79,'2025-04-21 16:30:31','2025-04-21 22:18:55'),(3319,0,'2025-04-22 17:20:11','2025-04-22 17:20:11',35,1291.64,0,0,1291.64,1,'wc-completed',11,'2025-04-22 17:20:42','2025-04-23 05:05:16'),(3320,0,'2025-04-22 17:39:45','2025-04-22 17:39:45',4,280.5,0,14.58,265.92,1,'wc-completed',107,'2025-04-22 17:42:02','2025-04-23 05:02:52'),(3321,0,'2025-04-23 04:16:36','2025-04-23 04:16:36',23,838.18,0,0,838.18,1,'wc-completed',25,'2025-04-23 04:16:57','2025-04-25 01:19:18'),(3322,0,'2025-04-24 18:05:59','2025-04-24 18:05:59',17,676.48,0,0,676.48,0,'wc-completed',102,'2025-04-24 18:06:36','2025-04-30 13:33:38'),(3323,0,'2025-04-25 06:03:47','2025-04-25 06:03:47',7,509.02,0,0,509.02,1,'wc-completed',79,'2025-04-25 06:04:09','2025-04-25 19:34:02'),(3324,0,'2025-04-25 16:09:58','2025-04-25 16:09:58',14,560.84,0,0,560.84,1,'wc-completed',57,'2025-04-25 16:10:37','2025-04-25 19:34:35'),(3325,0,'2025-04-26 20:13:51','2025-04-26 20:13:51',21,932.12,0,0,932.12,1,'wc-completed',101,'2025-04-26 20:15:23','2025-04-28 21:34:26'),(3326,0,'2025-04-26 20:22:08','2025-04-26 20:22:08',9,840.46,0,0,840.46,1,'wc-completed',53,'2025-04-26 20:22:39','2025-04-28 21:28:47'),(3327,0,'2025-04-26 22:17:25','2025-04-26 22:17:25',7,507.74,0,0,507.74,1,'wc-completed',79,'2025-04-26 22:17:44','2025-04-28 21:29:59'),(3328,0,'2025-04-29 17:36:21','2025-04-29 17:36:21',20,873.12,0,0,873.12,0,'wc-completed',6,'2025-04-29 19:43:14','2025-04-30 13:35:16'),(3330,0,'2025-04-30 14:44:56','2025-04-30 14:44:56',26,1362.92,0,0,1362.92,1,'wc-completed',11,'2025-04-30 14:45:14','2025-04-30 22:34:32'),(3331,0,'2025-05-04 15:31:17','2025-05-04 15:31:17',11,612.4,0,0,612.4,1,'wc-completed',53,'2025-05-04 15:31:55','2025-05-05 23:15:09'),(3332,0,'2025-05-04 16:20:11','2025-05-04 16:20:11',25,1968.92,0,0,1968.92,1,'wc-completed',53,'2025-05-04 16:20:46','2025-05-05 23:21:22'),(3333,0,'2025-05-04 16:50:02','2025-05-04 16:50:02',17,1614.34,0,0,1614.34,1,'wc-completed',53,'2025-05-04 16:50:36','2025-05-05 23:24:27'),(3334,0,'2025-05-05 12:30:24','2025-05-05 12:30:24',9,361.9,0,15.47,346.43,0,'wc-completed',17,'2025-05-05 12:31:19','2025-05-05 23:19:28'),(3335,0,'2025-05-05 12:44:26','2025-05-05 12:44:26',9,735.84,0,0,735.84,0,'wc-completed',92,'2025-05-05 12:44:55','2025-05-05 23:20:36'),(3336,0,'2025-05-05 18:21:19','2025-05-05 18:21:19',22,1026.38,0,0,1026.38,1,'wc-completed',64,'2025-05-05 19:06:38','2025-05-05 23:53:40'),(3337,0,'2025-05-06 13:34:48','2025-05-06 13:34:48',23,1047.17,0,0,1047.17,1,'wc-completed',64,'2025-05-06 13:35:25','2025-05-07 00:09:49'),(3338,0,'2025-05-06 16:57:28','2025-05-06 16:57:28',10,596.94,0,0,596.94,1,'wc-completed',70,'2025-05-06 16:57:58','2025-05-07 00:15:01'),(3339,0,'2025-05-06 16:58:57','2025-05-06 16:58:57',10,596.94,0,0,596.94,1,'wc-completed',70,'2025-05-06 16:59:20','2025-05-07 00:11:35'),(3340,0,'2025-05-06 17:00:03','2025-05-06 17:00:03',10,596.94,0,0,596.94,1,'wc-completed',70,'2025-05-06 17:00:23','2025-05-07 00:17:02'),(3341,0,'2025-05-06 17:01:01','2025-05-06 17:01:01',10,596.94,0,0,596.94,1,'wc-completed',70,'2025-05-06 17:01:35','2025-05-07 00:12:25'),(3342,0,'2025-05-06 18:08:20','2025-05-06 18:08:20',12,645.4,0,0,645.4,1,'wc-completed',79,'2025-05-06 18:08:41','2025-05-07 00:18:25'),(3343,0,'2025-05-07 14:24:45','2025-05-07 14:24:45',16,588.16,0,0,588.16,1,'wc-completed',11,'2025-05-07 14:26:59','2025-05-09 18:00:55'),(3344,0,'2025-05-07 18:12:19','2025-05-07 18:12:19',12,735.76,0,0,735.76,1,'wc-completed',57,'2025-05-07 18:13:11','2025-05-09 18:01:40'),(3346,0,'2025-05-07 21:55:27','2025-05-07 21:55:27',25,1475.6,0,0,1475.6,1,'wc-completed',12,'2025-05-07 21:56:44','2025-05-09 18:02:12'),(3347,0,'2025-05-08 16:22:31','2025-05-08 16:22:31',24,1256.24,0,0,1256.24,1,'wc-completed',12,'2025-05-08 16:22:57','2025-05-09 18:03:26'),(3349,0,'2025-05-09 02:03:54','2025-05-09 02:03:54',35,1464.68,0,0,1464.68,0,'wc-completed',63,'2025-05-09 02:04:27','2025-05-09 18:03:51'),(3400,0,'2025-05-09 21:50:33','2025-05-09 21:50:33',38,3079.42,0,0,3079.42,1,'wc-completed',95,'2025-05-09 21:52:14','2025-05-13 13:14:30'),(3401,0,'2025-05-12 01:06:52','2025-05-12 01:06:52',6,523.8,0,0,523.8,0,'wc-completed',42,'2025-05-12 01:07:17','2025-05-13 13:11:43'),(3405,0,'2025-05-12 20:45:11','2025-05-12 20:45:11',18,1421.32,0,0,1421.32,1,'wc-completed',13,'2025-05-12 20:46:33','2025-05-15 18:59:31'),(3406,0,'2025-05-13 13:21:57','2025-05-13 13:21:57',17,537.45,0,0,537.45,1,'wc-completed',79,'2025-05-13 13:22:16','2025-05-15 19:00:09'),(3407,0,'2025-05-14 13:54:45','2025-05-14 13:54:45',19,1245.92,0,0,1245.92,0,'wc-completed',106,'2025-05-14 13:57:43','2025-05-19 21:10:50'),(3409,0,'2025-05-14 15:57:17','2025-05-14 15:57:17',3,249.4,0,19.4,230,0,'wc-completed',55,'2025-05-14 15:57:39','2025-05-15 19:01:13'),(3410,0,'2025-05-14 17:01:44','2025-05-14 17:01:44',58,2510.44,0,0,2510.44,1,'wc-completed',95,'2025-05-14 17:05:04','2025-05-15 19:02:30'),(3411,0,'2025-05-14 17:17:25','2025-05-14 17:17:25',13,1311.49,0,0,1311.49,1,'wc-completed',95,'2025-05-14 17:19:38','2025-05-15 19:03:08'),(3431,0,'2025-05-15 14:52:06','2025-05-15 14:52:06',61,5400.35,0,0,5400.35,0,'wc-completed',80,'2025-05-15 14:52:28','2025-05-19 14:37:46'),(3433,0,'2025-05-16 17:42:11','2025-05-16 17:42:11',5,519,0,0,519,1,'wc-completed',79,'2025-05-16 17:42:29','2025-05-19 14:38:22'),(3434,0,'2025-05-16 19:47:34','2025-05-16 19:47:34',12,691.9,0,0,691.9,1,'wc-completed',90,'2025-05-16 19:48:19','2025-05-19 14:39:01'),(3435,0,'2025-05-16 19:57:03','2025-05-16 19:57:03',9,687.15,0,0,687.15,1,'wc-completed',90,'2025-05-16 19:57:33','2025-05-19 14:39:43'),(3436,0,'2025-05-16 20:03:25','2025-05-16 20:03:25',7,576.1,0,0,576.1,1,'wc-completed',90,'2025-05-16 20:04:14','2025-05-19 19:55:02'),(3437,0,'2025-05-19 13:28:06','2025-05-19 13:28:06',5,248.49,0,16.54,231.95,0,'wc-completed',33,'2025-05-19 13:28:43','2025-05-19 20:03:34'),(3438,0,'2025-05-19 17:03:39','2025-05-19 17:03:39',22,1979.9,0,0,1979.9,1,'wc-completed',62,'2025-05-19 17:04:11','2025-05-20 13:40:21'),(3439,0,'2025-05-19 17:06:16','2025-05-19 17:06:16',101,4206.6,0,0,4206.6,1,'wc-completed',69,'2025-05-19 17:08:44','2025-05-20 13:41:53'),(3440,0,'2025-05-19 18:43:28','2025-05-19 18:43:28',10,979.4,0,0,979.4,1,'wc-completed',11,'2025-05-19 18:45:09','2025-05-20 13:39:41'),(3441,0,'2025-05-19 21:17:01','2025-05-19 21:17:01',9,597.62,0,0,597.62,0,'wc-completed',106,'2025-05-19 21:18:07','2025-05-20 17:07:34'),(3442,0,'2025-05-19 21:42:54','2025-05-19 21:42:54',5,576.8,0,0,576.8,1,'wc-completed',101,'2025-05-19 21:43:41','2025-05-20 17:07:58'),(3443,0,'2025-05-20 21:51:07','2025-05-20 21:51:07',3,351.89,0,37.09,314.8,1,'wc-completed',95,'2025-05-20 21:53:39','2025-05-22 19:10:53'),(3444,0,'2025-05-22 17:28:50','2025-05-22 17:28:50',7,871.4,0,0,871.4,1,'wc-completed',101,'2025-05-22 17:31:25','2025-05-26 19:09:42'),(3445,0,'2025-05-22 17:29:30','2025-05-22 17:29:30',10,1295.02,0,0,1295.02,1,'wc-completed',70,'2025-05-22 17:30:14','2025-05-26 19:08:22'),(3446,0,'2025-05-22 17:31:50','2025-05-22 17:31:50',10,1295.02,0,0,1295.02,1,'wc-completed',70,'2025-05-22 17:32:13','2025-05-26 19:11:22'),(3447,0,'2025-05-22 17:33:09','2025-05-22 17:33:09',10,1295.02,0,0,1295.02,1,'wc-completed',70,'2025-05-22 17:33:32','2025-05-26 19:12:34'),(3448,0,'2025-05-22 17:34:28','2025-05-22 17:34:28',10,1295.02,0,0,1295.02,1,'wc-completed',70,'2025-05-22 17:34:52','2025-05-26 19:12:05'),(3449,0,'2025-05-22 17:39:02','2025-05-22 17:39:02',9,1255.4,0,0,1255.4,1,'wc-completed',53,'2025-05-22 17:39:34','2025-05-26 19:10:46'),(3450,0,'2025-05-22 17:51:01','2025-05-22 17:51:01',23,2252.22,0,0,2252.22,1,'wc-completed',101,'2025-05-22 17:52:38','2025-05-26 19:10:16'),(3451,0,'2025-05-22 20:44:32','2025-05-22 20:44:32',10,791.15,0,0,791.15,1,'wc-completed',11,'2025-05-22 20:44:53','2025-05-26 19:13:38'),(3452,0,'2025-05-27 03:33:10','2025-05-27 03:33:10',28,1269.5,0,0,1269.5,1,'wc-completed',25,'2025-05-27 03:33:34','2025-05-30 17:10:55'),(3453,0,'2025-05-27 18:21:26','2025-05-27 18:21:26',9,390.95,0,20.3,370.65,0,'wc-completed',14,'2025-05-27 18:21:58','2025-05-29 18:58:33'),(3454,0,'2025-05-28 22:17:44','2025-05-28 22:17:44',4,300.16,0,14.56,285.6,1,'wc-completed',107,'2025-05-28 22:19:43','2025-05-29 18:59:54'),(3455,0,'2025-05-28 22:21:05','2025-05-28 22:21:05',1,83.26,0,11.86,71.4,0,'wc-completed',107,'2025-05-28 22:21:30','2025-05-29 19:00:55'),(3456,0,'2025-05-29 04:05:26','2025-05-29 04:05:26',7,672.2,0,0,672.2,1,'wc-completed',12,'2025-05-29 04:06:05','2025-05-29 19:01:41'),(3457,0,'2025-05-30 16:34:57','2025-05-30 16:34:57',4,220.93,0,20.93,200,0,'wc-completed',63,'2025-05-30 16:38:06','2025-05-30 19:52:11'),(3458,0,'2025-06-02 18:50:26','2025-06-02 18:50:26',11,850,0,0,850,1,'wc-completed',26,'2025-06-02 18:52:28','2025-06-03 17:51:29'),(3459,0,'2025-06-03 13:07:40','2025-06-03 13:07:40',4,277.01,0,18.41,258.6,0,'wc-completed',33,'2025-06-03 13:09:57','2025-06-11 14:24:12'),(3460,0,'2025-06-03 13:39:51','2025-06-03 13:39:51',16,511.95,0,0,511.95,1,'wc-completed',11,'2025-06-03 13:40:39','2025-06-11 14:25:09'),(3461,0,'2025-06-04 13:34:20','2025-06-04 13:34:20',16,784,0,0,784,1,'wc-completed',11,'2025-06-04 13:34:36','2025-06-05 04:00:46'),(3462,0,'2025-06-04 21:04:31','2025-06-04 21:04:31',19,976.75,0,0,976.75,0,'wc-completed',102,'2025-06-04 21:05:03','2025-06-05 20:37:22'),(3463,0,'2025-06-04 22:10:54','2025-06-04 22:10:54',19,506.4,0,0,506.4,1,'wc-completed',79,'2025-06-04 22:11:16','2025-06-11 14:25:44'),(3464,0,'2025-06-05 13:42:09','2025-06-05 13:42:09',19,1261.64,0,0,1261.64,0,'wc-completed',107,'2025-06-05 13:42:56','2025-06-05 20:40:30'),(3465,0,'2025-06-05 15:30:32','2025-06-05 15:30:32',9,597.62,0,0,597.62,1,'wc-completed',53,'2025-06-05 15:31:11','2025-06-05 20:42:21'),(3466,0,'2025-06-07 15:10:32','2025-06-07 15:10:32',45,3461.85,0,0,3461.85,0,'wc-completed',85,'2025-06-07 15:12:22','2025-06-09 20:43:05'),(3467,0,'2025-06-07 18:10:56','2025-06-07 18:10:56',5,364.8,0,16.38,348.42,0,'wc-completed',49,'2025-06-07 18:13:40','2025-06-09 20:39:50'),(3468,0,'2025-06-08 16:10:03','2025-06-08 16:10:03',16,538.75,0,0,538.75,1,'wc-completed',11,'2025-06-08 16:10:25','2025-06-09 20:41:55'),(3469,0,'2025-06-09 15:42:09','2025-06-09 15:42:09',14,511.2,0,0,511.2,1,'wc-completed',79,'2025-06-09 15:42:32','2025-06-09 20:43:45'),(3470,0,'2025-06-09 16:23:32','2025-06-09 16:23:32',6,448.52,0,20.12,428.4,0,'wc-completed',55,'2025-06-09 16:23:58','2025-06-09 20:45:01'),(3471,0,'2025-06-09 18:44:07','2025-06-09 18:44:07',6,581.6,0,0,581.6,1,'wc-completed',79,'2025-06-09 18:44:26','2025-06-11 14:23:09'),(3472,0,'2025-06-10 00:09:27','2025-06-10 00:09:27',15,828.3,0,0,828.3,1,'wc-completed',11,'2025-06-10 00:09:44','2025-06-11 14:28:01'),(3473,0,'2025-06-11 16:37:04','2025-06-11 16:37:04',28,1655.75,0,0,1655.75,1,'wc-completed',50,'2025-06-11 16:37:33','2025-06-13 13:58:41'),(3474,0,'2025-06-11 16:40:16','2025-06-11 16:40:16',42,1558,0,0,1558,0,'wc-completed',80,'2025-06-11 16:43:23','2025-06-13 14:01:49'),(3475,0,'2025-06-11 16:58:15','2025-06-11 16:58:15',9,652.8,0,0,652.8,1,'wc-completed',12,'2025-06-11 16:58:55','2025-06-13 19:25:46'),(3486,0,'2025-06-12 14:14:46','2025-06-12 14:14:46',6,598.8,0,0,598.8,0,'wc-completed',92,'2025-06-12 14:16:59','2025-06-13 14:03:04'),(3489,0,'2025-06-12 18:26:32','2025-06-12 18:26:32',16,506.2,0,0,506.2,1,'wc-completed',79,'2025-06-12 18:26:49','2025-06-13 19:24:45'),(3490,0,'2025-06-12 20:46:30','2025-06-12 20:46:30',16,551.5,0,0,551.5,1,'wc-completed',12,'2025-06-12 20:47:02','2025-06-13 19:23:55'),(3491,0,'2025-06-13 13:07:49','2025-06-13 13:07:49',18,1217.16,0,0,1217.16,1,'wc-cancelled',57,NULL,NULL),(3492,0,'2025-06-13 13:11:33','2025-06-13 13:11:33',18,1217.16,0,0,1217.16,1,'wc-completed',57,'2025-06-13 13:12:45','2025-06-17 14:39:17'),(3493,0,'2025-06-13 14:58:21','2025-06-13 14:58:21',3,70.86,0,12.06,58.8,0,'wc-completed',17,'2025-06-13 14:58:44','2025-06-13 22:33:24'),(3494,0,'2025-06-13 17:09:13','2025-06-13 17:09:13',6,589.6,0,0,589.6,1,'wc-completed',90,'2025-06-13 17:10:22','2025-06-17 14:41:17'),(3495,0,'2025-06-13 17:14:40','2025-06-13 17:14:40',6,534.55,0,0,534.55,1,'wc-completed',90,'2025-06-13 17:15:04','2025-06-13 22:34:12'),(3496,0,'2025-06-13 17:19:40','2025-06-13 17:19:40',8,550.5,0,0,550.5,1,'wc-completed',90,'2025-06-13 17:20:03','2025-06-13 22:34:47'),(3497,0,'2025-06-13 18:00:23','2025-06-13 18:00:23',8,611.75,0,0,611.75,1,'wc-completed',90,'2025-06-13 18:00:54','2025-06-17 14:40:14'),(3498,0,'2025-06-13 23:06:19','2025-06-13 23:06:19',18,818,0,0,818,1,'wc-completed',11,'2025-06-13 23:07:18','2025-06-17 14:43:25'),(3501,0,'2025-06-16 16:59:53','2025-06-16 16:59:53',14,937.4,0,0,937.4,0,'wc-completed',6,'2025-07-15 15:39:00','2025-07-16 12:22:56'),(3502,0,'2025-06-16 20:23:49','2025-06-16 20:23:49',11,642.8,0,0,642.8,1,'wc-completed',11,'2025-06-16 20:24:08','2025-06-17 18:53:18'),(3503,0,'2025-06-16 20:28:25','2025-06-16 20:28:25',35,690.6,0,0,690.6,0,'wc-completed',106,'2025-06-16 20:29:09','2025-06-17 18:53:53'),(3504,0,'2025-06-17 15:48:15','2025-06-17 15:48:15',11,511.5,0,0,511.5,0,'wc-cancelled',63,NULL,NULL),(3505,0,'2025-06-17 15:50:55','2025-06-17 15:50:55',11,511.5,0,0,511.5,0,'wc-pending',63,NULL,NULL),(3506,0,'2025-06-17 15:59:20','2025-06-17 15:59:20',11,511.5,0,0,511.5,0,'wc-completed',63,'2025-06-17 16:05:08','2025-06-17 20:02:10'),(3515,0,'2025-06-18 17:10:56','2025-06-18 17:10:56',9,845.4,0,0,845.4,1,'wc-completed',11,'2025-06-18 17:11:15','2025-06-24 21:18:49'),(3517,0,'2025-06-19 01:47:50','2025-06-19 01:47:50',11,930.8,0,0,930.8,0,'wc-completed',42,'2025-06-19 01:49:00','2025-06-23 18:37:36'),(3518,0,'2025-06-19 04:01:34','2025-06-19 04:01:34',19,1477.95,0,0,1477.95,0,'wc-completed',100,'2025-06-19 04:02:20','2025-06-23 18:35:33'),(3519,0,'2025-06-20 18:55:50','2025-06-20 18:55:50',19,1976,0,0,1976,1,'wc-completed',62,'2025-06-20 18:56:51','2025-06-23 18:33:55'),(3521,0,'2025-06-23 21:04:31','2025-06-23 21:04:31',32,1048.62,0,0,1048.62,1,'wc-completed',64,'2025-06-23 21:07:45','2025-06-24 21:19:22'),(3534,0,'2025-06-26 16:57:49','2025-06-26 16:57:49',4,585.4,0,0,585.4,1,'wc-completed',12,'2025-06-26 16:58:26','2025-07-04 03:14:47'),(3538,0,'2025-06-27 22:21:49','2025-06-27 22:21:49',15,917.2,0,0,917.2,1,'wc-completed',53,'2025-06-27 22:22:27','2025-06-30 20:52:25'),(3539,0,'2025-06-27 22:28:29','2025-06-27 22:28:29',20,940.8,0,0,940.8,1,'wc-completed',101,'2025-06-27 22:29:34','2025-06-30 20:51:16'),(3541,0,'2025-06-28 14:08:37','2025-06-28 14:08:37',31,1684.46,0,0,1684.46,1,'wc-completed',79,'2025-06-28 14:09:34','2025-06-30 19:50:39'),(3545,0,'2025-06-30 13:19:39','2025-06-30 13:19:39',7,632.55,0,0,632.55,1,'wc-completed',70,'2025-06-30 13:20:19','2025-07-04 03:15:26'),(3546,0,'2025-06-30 16:57:18','2025-06-30 16:57:18',13,536.4,0,0,536.4,0,'wc-completed',14,'2025-06-30 16:58:01','2025-07-04 03:15:46'),(3547,0,'2025-06-30 17:45:18','2025-06-30 17:45:18',95,4461.85,0,0,4461.85,1,'wc-completed',69,'2025-06-30 17:45:44','2025-07-03 12:59:31'),(3548,0,'2025-06-30 19:54:56','2025-06-30 19:54:56',10,1111.6,0,0,1111.6,1,'wc-completed',64,'2025-06-30 19:56:38','2025-07-03 12:58:18'),(3549,0,'2025-07-02 02:44:40','2025-07-02 02:44:40',30,1394.55,0,0,1394.55,1,'wc-completed',25,'2025-07-02 02:45:08','2025-07-03 13:01:00'),(3550,0,'2025-07-02 18:40:32','2025-07-02 18:40:32',18,910.5,0,0,910.5,1,'wc-completed',11,'2025-07-02 18:41:05','2025-07-03 13:02:30'),(3551,0,'2025-07-02 22:10:31','2025-07-02 22:10:31',17,873.75,0,0,873.75,1,'wc-completed',11,'2025-07-02 22:11:02','2025-07-04 03:19:09'),(3552,0,'2025-07-03 17:29:06','2025-07-03 17:29:06',24,869,0,0,869,1,'wc-completed',101,'2025-07-03 17:30:10','2025-07-04 03:16:34'),(3553,0,'2025-07-04 15:35:02','2025-07-04 15:35:02',5,423.49,0,20.89,402.6,0,'wc-completed',55,'2025-07-04 15:35:38','2025-07-08 21:29:17'),(3556,0,'2025-07-07 21:03:04','2025-07-07 21:03:04',14,643.7,0,0,643.7,1,'wc-completed',11,'2025-07-07 21:07:03','2025-07-08 21:28:21'),(3557,0,'2025-07-07 21:42:10','2025-07-07 21:42:10',15,1390.64,0,0,1390.64,1,'wc-completed',13,'2025-07-07 21:43:01','2025-07-08 21:05:43'),(3558,0,'2025-07-07 22:43:40','2025-07-07 22:43:40',18,808.35,0,0,808.35,1,'wc-completed',11,'2025-07-07 22:44:12','2025-07-08 21:08:21'),(3559,0,'2025-07-08 16:27:28','2025-07-08 16:27:28',22,1031.5,0,0,1031.5,1,'wc-completed',12,'2025-07-08 16:27:57','2025-07-09 23:56:31'),(3560,0,'2025-07-09 17:26:59','2025-07-09 17:26:59',14,418.11,0,61.56,356.55,0,'wc-completed',102,'2025-07-09 17:28:04','2025-07-09 23:55:08'),(3561,0,'2025-07-09 18:23:53','2025-07-09 18:23:53',36,1368.4,0,0,1368.4,0,'wc-completed',63,'2025-07-09 18:24:31','2025-07-09 23:54:24'),(3584,0,'2025-07-10 14:25:54','2025-07-10 14:25:54',19,986.84,0,0,986.84,1,'wc-completed',57,'2025-07-10 14:26:49','2025-07-14 23:36:38'),(3608,0,'2025-07-10 20:46:03','2025-07-10 20:46:03',9,692.7,0,0,692.7,1,'wc-completed',11,'2025-07-10 20:46:39','2025-07-12 03:08:43'),(3609,0,'2025-07-11 14:43:45','2025-07-11 14:43:45',4,463.61,0,40.41,423.2,0,'wc-completed',102,'2025-07-11 14:44:05','2025-07-12 03:09:47'),(3610,0,'2025-07-11 23:09:59','2025-07-11 23:09:59',15,516,0,0,516,1,'wc-completed',79,'2025-07-11 23:10:18','2025-07-14 23:19:05'),(3611,0,'2025-07-11 23:33:55','2025-07-11 23:33:55',15,513,0,0,513,1,'wc-completed',53,'2025-07-11 23:34:25','2025-07-14 23:21:08'),(3614,0,'2025-07-14 16:36:43','2025-07-14 16:36:43',9,704.8,0,0,704.8,1,'wc-completed',90,'2025-07-14 16:37:21','2025-07-14 23:37:22'),(3615,0,'2025-07-14 19:05:00','2025-07-14 19:05:00',2,66.39,0,27.19,39.2,0,'wc-completed',33,'2025-07-14 19:07:00','2025-07-15 18:55:27'),(3616,0,'2025-07-14 20:16:18','2025-07-14 20:16:18',31,2308.15,0,0,2308.15,0,'wc-completed',106,'2025-07-14 20:17:56','2025-07-16 12:21:54'),(3617,0,'2025-07-14 23:25:34','2025-07-14 23:25:34',5,512.4,0,0,512.4,0,'wc-completed',92,'2025-07-14 23:26:10','2025-07-22 17:26:51'),(3618,0,'2025-07-15 02:13:24','2025-07-15 02:13:24',11,1077.4,0,0,1077.4,1,'wc-completed',64,'2025-07-15 02:14:54','2025-07-16 12:20:51'),(3620,0,'2025-07-15 22:20:08','2025-07-15 22:20:08',13,249.38,0,14.83,234.55,0,'wc-completed',49,'2025-07-15 22:21:47','2025-07-16 22:38:59'),(3621,0,'2025-07-15 22:44:37','2025-07-15 22:44:37',76,3685.8,0,0,3685.8,1,'wc-completed',95,'2025-07-15 22:49:18','2025-07-22 17:28:29'),(3622,0,'2025-07-15 23:02:44','2025-07-15 23:02:44',20,513.6,0,0,513.6,1,'wc-completed',11,'2025-07-15 23:03:04','2025-07-16 22:38:15'),(3623,0,'2025-07-17 22:31:06','2025-07-17 22:31:06',34,2591.9,0,0,2591.9,1,'wc-completed',108,'2025-07-17 22:35:30','2025-07-21 19:09:54'),(3624,0,'2025-07-18 00:00:50','2025-07-18 00:00:50',45,2571.6,0,0,2571.6,1,'wc-completed',95,'2025-07-18 00:19:10','2025-07-21 19:09:20'),(3625,0,'2025-07-18 13:23:48','2025-07-18 13:23:48',8,1316,0,0,1316,1,'wc-completed',53,'2025-07-18 13:24:27','2025-07-21 19:13:34'),(3626,0,'2025-07-18 16:52:06','2025-07-18 16:52:06',13,514,0,0,514,1,'wc-completed',79,'2025-07-18 16:52:25','2025-07-21 19:12:54'),(3627,0,'2025-07-18 16:56:11','2025-07-18 16:56:11',17,503.4,0,0,503.4,1,'wc-completed',79,'2025-07-18 16:56:32','2025-07-21 19:14:26'),(3628,0,'2025-07-21 20:13:57','2025-07-21 20:13:57',7,512.4,0,0,512.4,0,'wc-refunded',107,'2025-07-21 20:15:53',NULL),(3629,0,'2025-07-21 22:13:47','2025-07-21 22:13:47',30,1667.34,0,0,1667.34,0,'wc-completed',80,'2025-07-21 22:14:18','2025-07-23 16:16:34'),(3630,0,'2025-07-22 01:51:03','2025-07-22 01:51:03',5,300.22,0,26.17,274.05,0,'wc-completed',81,'2025-07-22 01:52:30','2025-07-23 16:15:47'),(3631,3628,'2025-07-22 14:49:43','2025-07-22 14:49:43',-7,-512.4,0,0,-512.4,NULL,'wc-refunded',107,'2025-07-22 14:49:43','2025-07-22 14:49:43'),(3632,0,'2025-07-22 14:58:24','2025-07-22 14:58:24',87,3091.91,0,529.26,2562.65,1,'wc-completed',70,'2025-07-22 14:58:55','2025-07-23 16:20:04'),(3634,0,'2025-07-23 16:16:52','2025-07-23 16:16:52',13,1434.3,0,0,1434.3,1,'wc-completed',78,'2025-07-23 16:19:06','2025-07-23 22:07:25'),(3635,0,'2025-07-23 16:24:05','2025-07-23 16:24:05',7,597.74,0,0,597.74,1,'wc-completed',78,'2025-07-23 16:25:15','2025-07-23 22:05:43'),(3636,0,'2025-07-23 16:32:12','2025-07-23 16:32:12',7,515.28,0,0,515.28,1,'wc-completed',78,'2025-07-23 16:33:06','2025-07-23 22:06:32'),(3637,0,'2025-07-23 18:33:41','2025-07-23 18:33:41',18,923.15,0,0,923.15,1,'wc-completed',11,'2025-07-23 18:34:07','2025-07-23 22:08:21'),(3638,0,'2025-07-23 21:28:51','2025-07-23 21:28:51',52,2902.9,0,0,2902.9,1,'wc-completed',95,'2025-07-23 21:30:27','2025-07-25 18:07:49'),(3639,0,'2025-07-24 18:34:03','2025-07-24 18:34:03',19,986.4,0,0,986.4,0,'wc-completed',6,'2025-07-25 12:58:17','2025-07-25 18:08:32'),(3640,0,'2025-07-26 20:03:50','2025-07-26 20:03:50',37,2580.75,0,0,2580.75,1,'wc-completed',50,'2025-07-26 20:05:29','2025-07-29 14:10:59'),(3641,0,'2025-07-27 21:01:59','2025-07-27 21:01:59',6,513.6,0,0,513.6,1,'wc-completed',79,'2025-07-27 21:03:11','2025-07-29 14:10:17'),(3642,0,'2025-07-28 13:22:41','2025-07-28 13:22:41',6,530,0,0,530,1,'wc-completed',11,'2025-07-28 13:23:22','2025-07-29 14:12:43'),(3643,0,'2025-07-29 01:37:14','2025-07-29 01:37:14',18,434.25,0,31.1,403.15,0,'wc-completed',49,'2025-07-29 01:39:00','2025-08-01 20:06:39'),(3644,0,'2025-07-30 16:49:57','2025-07-30 16:49:57',13,876.45,0,0,876.45,1,'wc-completed',11,'2025-07-30 16:52:44','2025-08-01 20:07:25'),(3645,0,'2025-07-30 18:41:41','2025-07-30 18:41:41',8,531.22,0,0,531.22,1,'wc-completed',79,'2025-07-30 18:42:01','2025-08-01 20:08:36'),(3646,0,'2025-07-30 19:46:52','2025-07-30 19:46:52',8,820.2,0,0,820.2,0,'wc-completed',42,'2025-07-30 19:47:25','2025-08-01 05:52:43'),(3647,0,'2025-07-31 20:42:04','2025-07-31 20:42:04',18,700.05,0,0,700.05,1,'wc-completed',11,'2025-07-31 20:42:28','2025-08-05 01:06:32'),(3649,0,'2025-08-02 14:54:00','2025-08-02 14:54:00',25,537,0,0,537,1,'wc-completed',64,'2025-08-02 14:54:33','2025-08-05 01:07:12'),(3650,0,'2025-08-04 17:38:38','2025-08-04 17:38:38',6,523.4,0,0,523.4,0,'wc-completed',102,'2025-08-04 17:39:11','2025-08-06 19:06:34'),(3651,0,'2025-08-05 23:21:11','2025-08-05 23:21:11',23,821.35,0,0,821.35,1,'wc-completed',25,'2025-08-05 23:59:48','2025-08-06 19:09:49'),(3652,0,'2025-08-06 16:09:06','2025-08-06 16:09:06',22,974,0,0,974,0,'wc-completed',82,'2025-08-06 16:17:24','2025-08-08 21:31:43'),(3653,0,'2025-08-06 19:30:49','2025-08-06 19:30:49',5,519.6,0,0,519.6,1,'wc-completed',64,'2025-08-06 19:31:11','2025-08-12 15:28:24'),(3654,0,'2025-08-06 20:32:59','2025-08-06 20:32:59',62,5045.5,0,0,5045.5,1,'wc-completed',101,'2025-08-06 20:33:37','2025-08-08 19:01:12'),(3655,0,'2025-08-06 21:45:47','2025-08-06 21:45:47',27,2916.05,0,0,2916.05,1,'wc-completed',53,'2025-08-06 21:46:36','2025-08-08 18:57:56'),(3656,0,'2025-08-07 02:02:38','2025-08-07 02:02:38',118,6539.69,0,0,6539.69,1,'wc-completed',69,'2025-08-07 02:04:45','2025-08-08 19:04:20'),(3660,0,'2025-08-07 19:56:48','2025-08-07 19:56:48',9,584.4,0,0,584.4,0,'wc-completed',103,'2025-08-07 20:00:57','2025-08-08 18:57:09'),(3661,0,'2025-08-07 20:55:18','2025-08-07 20:55:18',30,2116.3,0,0,2116.3,1,'wc-completed',53,'2025-08-07 20:55:56','2025-08-08 18:56:07'),(3662,0,'2025-08-07 21:20:18','2025-08-07 21:20:18',29,2244.35,0,0,2244.35,1,'wc-completed',53,'2025-08-21 19:12:47','2025-08-26 15:38:03'),(3663,0,'2025-08-07 21:41:16','2025-08-07 21:41:16',26,1647.5,0,0,1647.5,1,'wc-completed',101,'2025-08-07 21:43:05','2025-08-08 21:28:43'),(3665,0,'2025-08-08 17:10:13','2025-08-08 17:10:13',2,194.83,0,14.83,180,0,'wc-completed',49,'2025-08-08 17:11:13','2025-08-08 21:32:48'),(3666,0,'2025-08-10 21:33:40','2025-08-10 21:33:40',11,690.4,0,0,690.4,0,'wc-completed',14,'2025-08-10 21:34:05','2025-08-12 15:19:43'),(3667,0,'2025-08-11 14:39:56','2025-08-11 14:39:56',12,540,0,0,540,1,'wc-completed',57,'2025-08-11 14:40:43','2025-08-12 15:23:33'),(3668,0,'2025-08-11 15:24:23','2025-08-11 15:24:23',18,786.55,0,0,786.55,1,'wc-completed',11,'2025-08-11 15:24:41','2025-08-12 15:28:39'),(3670,0,'2025-08-11 16:19:47','2025-08-11 16:19:47',30,2488.4,0,0,2488.4,0,'wc-completed',106,'2025-08-11 16:20:21','2025-08-12 15:26:47'),(3671,0,'2025-08-11 16:49:54','2025-08-11 16:49:54',21,1305.15,0,0,1305.15,1,'wc-completed',12,'2025-08-11 16:50:29','2025-08-12 15:27:52'),(3678,0,'2025-08-12 19:13:42','2025-08-12 19:13:42',10,820.4,0,0,820.4,1,'wc-completed',62,'2025-08-12 19:14:11','2025-08-14 21:49:08'),(3679,0,'2025-08-12 20:41:20','2025-08-12 20:41:20',19,1155.2,0,0,1155.2,1,'wc-completed',11,'2025-08-12 20:41:38','2025-08-19 14:45:25'),(3680,0,'2025-08-13 00:38:09','2025-08-13 00:38:09',18,1107.15,0,0,1107.15,1,'wc-completed',12,'2025-08-13 00:38:39','2025-08-14 21:50:31'),(3685,0,'2025-08-13 20:25:25','2025-08-13 20:25:25',11,1379.14,0,0,1379.14,1,'wc-cancelled',78,NULL,NULL),(3686,0,'2025-08-13 20:27:32','2025-08-13 20:27:32',11,1379.14,0,0,1379.14,1,'wc-cancelled',78,NULL,NULL),(3687,0,'2025-08-13 20:29:49','2025-08-13 20:29:49',11,1379.14,0,0,1379.14,1,'wc-cancelled',78,NULL,NULL),(3688,0,'2025-08-13 20:34:22','2025-08-13 20:34:22',11,1379.14,0,0,1379.14,1,'wc-cancelled',78,NULL,NULL),(3689,0,'2025-08-13 20:49:02','2025-08-13 20:49:02',11,1379.14,0,0,1379.14,1,'wc-cancelled',78,NULL,NULL),(3690,0,'2025-08-13 20:50:02','2025-08-13 20:50:02',11,1379.14,0,0,1379.14,0,'wc-completed',78,'2025-08-13 20:50:20','2025-08-19 03:59:02'),(3691,3690,'2025-08-13 21:50:27','2025-08-13 21:50:27',-2,-385,0,0,-385,NULL,'wc-completed',78,'2025-08-13 21:50:27','2025-08-13 21:50:27'),(3704,0,'2025-08-14 19:55:17','2025-08-14 19:55:17',6,571.6,0,0,571.6,1,'wc-completed',90,'2025-08-14 19:55:50','2025-08-20 22:18:36'),(3705,0,'2025-08-14 20:01:37','2025-08-14 20:01:37',9,614.55,0,0,614.55,1,'wc-completed',90,'2025-08-14 20:02:09','2025-08-18 17:56:12'),(3706,0,'2025-08-14 20:09:57','2025-08-14 20:09:57',6,633.2,0,0,633.2,1,'wc-completed',90,'2025-08-14 20:10:19','2025-08-20 22:19:04'),(3710,0,'2025-08-15 12:20:37','2025-08-15 12:20:37',10,1029.4,0,0,1029.4,1,'wc-completed',70,'2025-08-15 12:21:38','2025-08-20 22:19:32'),(3711,0,'2025-08-15 13:28:19','2025-08-15 13:28:19',19,844.55,0,0,844.55,1,'wc-completed',11,'2025-08-18 22:41:57','2025-08-20 22:19:54'),(3712,0,'2025-08-15 15:42:10','2025-08-15 15:42:10',11,856.1,0,0,856.1,1,'wc-completed',90,'2025-08-15 15:43:48','2025-08-20 22:20:21'),(3714,0,'2025-08-16 14:46:41','2025-08-16 14:46:41',5,534.5,0,0,534.5,1,'wc-completed',79,'2025-08-16 14:47:09','2025-08-18 17:56:56'),(3715,0,'2025-08-16 23:00:27','2025-08-16 23:00:27',3,208.36,0,18.51,189.85,0,'wc-completed',33,'2025-08-16 23:01:09','2025-08-18 17:57:36'),(3716,0,'2025-08-18 13:20:58','2025-08-18 13:20:58',7,629.4,0,0,629.4,0,'wc-completed',92,'2025-08-18 13:21:25','2025-08-19 04:00:36'),(3717,0,'2025-08-18 13:37:08','2025-08-18 13:37:08',12,543.6,0,0,543.6,1,'wc-completed',11,'2025-08-18 13:37:35','2025-08-19 04:01:25'),(3718,0,'2025-08-18 17:51:25','2025-08-18 17:51:25',17,658.9,0,0,658.9,1,'wc-cancelled',62,NULL,NULL),(3720,0,'2025-08-19 16:01:35','2025-08-19 16:01:35',14,1570.2,0,0,1570.2,1,'wc-completed',70,'2025-08-19 16:02:45','2025-08-22 21:30:22'),(3721,0,'2025-08-19 18:28:18','2025-08-19 18:28:18',6,526.4,0,0,526.4,1,'wc-completed',79,'2025-08-19 18:28:36','2025-08-20 22:22:52'),(3722,0,'2025-08-20 15:50:10','2025-08-20 15:50:10',7,739.2,0,0,739.2,1,'wc-completed',107,'2025-08-20 15:52:42','2025-08-20 22:24:36'),(3723,0,'2025-08-21 16:36:53','2025-08-21 16:36:53',19,1053.3,0,0,1053.3,1,'wc-completed',62,'2025-08-21 16:37:43','2025-08-22 21:32:56'),(3724,0,'2025-08-21 20:59:41','2025-08-21 20:59:41',34,3316.71,0,0,3316.71,0,'wc-completed',85,'2025-08-21 21:01:59','2025-08-22 21:35:11'),(3725,0,'2025-08-22 13:46:59','2025-08-22 13:46:59',9,874.3,0,0,874.3,1,'wc-completed',79,'2025-08-22 13:47:28','2025-08-22 21:35:47'),(3727,0,'2025-08-25 20:18:35','2025-08-25 20:18:35',8,723.8,0,0,723.8,1,'wc-completed',57,'2025-08-25 20:19:01','2025-08-28 20:22:50'),(3728,0,'2025-08-26 03:32:25','2025-08-26 03:32:25',22,529.21,0,74.51,454.7,0,'wc-completed',102,'2025-08-26 03:32:48','2025-08-28 20:21:20'),(3729,0,'2025-08-27 01:16:29','2025-08-27 01:16:29',12,1036.8,0,0,1036.8,1,'wc-completed',12,'2025-08-27 01:16:56','2025-08-28 20:19:48'),(3730,0,'2025-08-27 16:56:03','2025-08-27 16:56:03',19,1620.8,0,0,1620.8,1,'wc-completed',13,'2025-08-27 16:56:29','2025-09-02 22:30:26'),(3731,0,'2025-08-27 18:22:17','2025-08-27 18:22:17',7,611.4,0,0,611.4,1,'wc-completed',11,'2025-08-27 18:22:38','2025-09-02 22:31:14'),(3732,0,'2025-08-27 20:15:01','2025-08-27 20:15:01',15,630.6,0,0,630.6,0,'wc-completed',6,'2025-09-03 18:27:54','2025-09-04 23:07:11'),(3734,0,'2025-08-28 18:47:04','2025-08-28 18:47:04',18,1049.82,0,0,1049.82,0,'wc-completed',96,'2025-08-28 18:49:50','2025-09-02 22:34:22'),(3737,0,'2025-08-30 05:45:46','2025-08-30 05:45:46',16,1049.1,0,0,1049.1,1,'wc-completed',25,'2025-08-30 05:47:25','2025-09-02 22:38:00'),(3738,0,'2025-08-30 21:44:45','2025-08-30 21:44:45',9,371.49,0,45.01,326.48,1,'wc-completed',108,'2025-08-30 21:45:13','2025-09-02 22:38:41'),(3739,0,'2025-09-01 14:14:45','2025-09-01 14:14:45',9,570.2,0,0,570.2,0,'wc-completed',14,'2025-09-01 14:15:11','2025-09-03 16:42:43'),(3740,0,'2025-09-01 18:06:25','2025-09-01 18:06:25',19,2972.6,0,0,2972.6,1,'wc-completed',70,'2025-09-01 18:07:42','2025-09-04 22:51:52'),(3741,0,'2025-09-01 20:51:05','2025-09-01 20:51:05',10,684.61,0,0,684.61,0,'wc-completed',55,'2025-09-01 20:51:42','2025-09-02 22:41:04'),(3742,0,'2025-09-03 15:22:42','2025-09-03 15:22:42',19,2102.4,0,0,2102.4,1,'wc-completed',53,'2025-09-03 15:23:23','2025-09-04 23:04:01'),(3743,0,'2025-09-03 15:40:38','2025-09-03 15:40:38',17,1426.2,0,0,1426.2,1,'wc-completed',53,'2025-09-03 15:41:18','2025-09-04 23:00:38'),(3744,0,'2025-09-03 16:38:09','2025-09-03 16:38:09',6,530.29,0,97.39,432.9,1,'wc-completed',101,'2025-09-03 16:39:00','2025-09-04 22:55:34'),(3745,0,'2025-09-03 16:47:47','2025-09-03 16:47:47',31,2355.2,0,0,2355.2,1,'wc-completed',101,'2025-09-03 16:48:43','2025-09-04 22:58:25'),(3746,0,'2025-09-03 16:58:27','2025-09-03 16:58:27',24,1576,0,0,1576,1,'wc-completed',53,'2025-09-03 16:58:58','2025-09-04 23:06:31'),(3748,0,'2025-09-04 01:53:07','2025-09-04 01:53:07',5,502.1,0,0,502.1,1,'wc-completed',79,'2025-09-04 01:53:25','2025-09-04 23:16:40'),(3750,0,'2025-09-05 13:18:14','2025-09-05 13:18:14',7,728,0,0,728,1,'wc-cancelled',11,NULL,NULL),(3751,0,'2025-09-05 13:19:03','2025-09-05 13:19:03',7,728,0,0,728,1,'wc-cancelled',11,NULL,NULL),(3752,0,'2025-09-05 13:19:30','2025-09-05 13:19:30',7,728,0,0,728,1,'wc-pending',11,NULL,NULL),(3753,0,'2025-09-05 13:23:00','2025-09-05 13:23:00',7,728,0,0,728,1,'wc-completed',11,'2025-09-05 13:23:16','2025-09-08 20:43:08'),(3754,0,'2025-09-05 19:55:34','2025-09-05 19:55:34',11,1676.8,0,0,1676.8,0,'wc-pending',110,NULL,NULL),(3755,0,'2025-09-06 19:12:44','2025-09-06 19:12:44',44,1260.66,0,0,1260.66,0,'wc-completed',100,'2025-09-08 21:33:27','2025-09-09 21:15:05'),(3756,0,'2025-09-06 22:30:41','2025-09-06 22:30:41',8,711.2,0,0,711.2,0,'wc-completed',42,'2025-09-06 22:31:39','2025-09-08 20:43:58'),(3757,0,'2025-09-07 13:16:25','2025-09-07 13:16:25',8,901.4,0,0,901.4,1,'wc-completed',57,'2025-09-07 13:16:58','2025-09-08 20:47:30'),(3758,0,'2025-09-07 15:26:43','2025-09-07 15:26:43',14,511.6,0,0,511.6,1,'wc-completed',53,'2025-09-07 15:27:20','2025-09-08 20:45:11'),(3759,0,'2025-09-08 17:42:09','2025-09-08 17:42:09',7,560.6,0,0,560.6,1,'wc-completed',79,'2025-09-08 17:42:35','2025-09-09 21:14:21'),(3760,0,'2025-09-08 18:20:04','2025-09-08 18:20:04',69,2541.95,0,0,2541.95,1,'wc-completed',95,'2025-09-08 18:21:49','2025-09-13 04:47:58'),(3761,0,'2025-09-08 18:22:07','2025-09-08 18:22:07',9,471.71,0,63.31,408.4,0,'wc-completed',102,'2025-09-08 18:22:26','2025-09-13 04:47:10'),(3762,0,'2025-09-08 22:12:21','2025-09-08 22:12:21',74,2641.8,0,0,2641.8,1,'wc-completed',95,'2025-09-08 22:14:18','2025-09-13 04:46:50'),(3763,0,'2025-09-09 16:41:33','2025-09-09 16:41:33',3,173.84,0,21.14,152.7,0,'wc-cancelled',81,NULL,NULL),(3764,0,'2025-09-09 16:42:36','2025-09-09 16:42:36',3,173.84,0,21.14,152.7,0,'wc-cancelled',81,NULL,NULL),(3765,0,'2025-09-09 16:45:14','2025-09-09 16:45:14',3,173.84,0,21.14,152.7,0,'wc-completed',81,'2025-09-09 16:46:40','2025-09-13 04:45:36'),(3766,0,'2025-09-10 04:27:23','2025-09-10 04:27:23',12,729.7,0,0,729.7,1,'wc-completed',108,'2025-09-10 04:28:40','2025-09-11 16:59:59'),(3767,0,'2025-09-10 18:27:45','2025-09-10 18:27:45',9,532.4,0,0,532.4,1,'wc-completed',11,'2025-09-10 18:28:06','2025-09-11 17:00:54'),(3768,0,'2025-09-10 23:11:26','2025-09-10 23:11:26',73,5622.91,0,0,5622.91,0,'wc-completed',76,'2025-09-10 23:14:10','2025-09-12 13:24:59'),(3769,0,'2025-09-11 15:12:39','2025-09-11 15:12:39',2,249.54,0,15.24,234.3,0,'wc-completed',49,'2025-09-11 15:13:32','2025-09-12 13:25:38'),(3770,0,'2025-09-11 17:31:55','2025-09-11 17:31:55',12,776.8,0,0,776.8,0,'wc-completed',106,'2025-09-11 17:32:32','2025-09-12 13:26:12'),(3772,0,'2025-09-14 16:27:33','2025-09-14 16:27:33',11,990.6,0,0,990.6,0,'wc-completed',92,'2025-09-14 16:32:08','2025-09-17 14:04:40'),(3773,0,'2025-09-14 18:52:04','2025-09-14 18:52:04',7,741.4,0,0,741.4,1,'wc-completed',11,'2025-09-14 19:01:53','2025-09-17 14:04:00'),(3774,0,'2025-09-15 23:25:47','2025-09-15 23:25:47',7,581.4,0,0,581.4,1,'wc-completed',90,'2025-09-15 23:26:26','2025-09-17 14:16:59'),(3775,0,'2025-09-15 23:40:18','2025-09-15 23:40:18',7,575.2,0,0,575.2,1,'wc-completed',90,'2025-09-15 23:40:43','2025-09-17 14:14:55'),(3776,0,'2025-09-16 01:20:12','2025-09-16 01:20:12',9,878,0,0,878,1,'wc-completed',90,'2025-09-16 01:20:35','2025-09-17 14:23:13'),(3777,0,'2025-09-16 02:21:05','2025-09-16 02:21:05',16,1090.8,0,0,1090.8,1,'wc-completed',62,'2025-09-16 02:21:34','2025-09-17 14:13:59'),(3778,0,'2025-09-16 13:14:54','2025-09-16 13:14:54',8,507.8,0,0,507.8,1,'wc-completed',90,'2025-09-16 13:15:15','2025-09-17 14:25:07'),(3779,0,'2025-09-16 20:44:36','2025-09-16 20:44:36',6,542.2,0,0,542.2,1,'wc-completed',79,'2025-09-16 20:44:56','2025-09-18 13:24:44'),(3780,0,'2025-09-17 15:45:06','2025-09-17 15:45:06',9,866.8,0,0,866.8,1,'wc-completed',11,'2025-09-17 15:45:27','2025-09-18 13:26:29'),(184184,0,'2025-09-17 19:39:06','2025-09-17 19:39:06',29,1995.42,0,0,1995.42,1,'wc-completed',64,'2025-09-22 13:24:46','2025-09-25 18:51:05'),(184185,0,'2025-09-17 23:35:42','2025-09-17 23:35:42',17,1087.73,0,0,1087.73,1,'wc-cancelled',95,NULL,NULL),(184186,0,'2025-09-18 22:25:49','2025-09-18 22:25:49',25,1632.34,0,0,1632.34,1,'wc-completed',95,'2025-09-18 22:35:41','2025-09-24 14:35:06'),(184187,0,'2025-09-19 22:52:35','2025-09-19 22:52:35',8,518.4,0,0,518.4,1,'wc-completed',25,'2025-09-19 22:53:05','2025-09-23 14:17:51'),(184188,0,'2025-09-22 21:10:21','2025-09-22 21:10:21',32,1296.8,0,0,1296.8,0,'wc-completed',63,'2025-09-22 21:11:48','2025-09-24 14:34:17'),(184190,0,'2025-09-23 18:21:28','2025-09-23 18:21:28',5,505.2,0,0,505.2,1,'wc-completed',107,'2025-09-23 18:33:42','2025-09-25 20:01:16'),(184191,0,'2025-09-23 19:13:10','2025-09-23 19:13:10',113,5241.02,0,0,5241.02,1,'wc-completed',69,'2025-09-23 22:03:46','2025-09-25 13:52:55'),(184192,0,'2025-09-24 02:03:56','2025-09-24 02:03:56',7,692.5,0,0,692.5,1,'wc-completed',11,'2025-09-24 02:04:16','2025-09-25 13:52:12'),(184193,0,'2025-09-24 15:21:04','2025-09-24 15:21:04',1,85.33,0,12.13,73.2,0,'wc-completed',49,'2025-09-24 15:22:07','2025-09-25 13:53:27'),(184194,0,'2025-09-24 15:58:22','2025-09-24 15:58:22',6,517.8,0,0,517.8,1,'wc-completed',79,'2025-09-24 15:58:41','2025-09-25 20:01:55'),(184196,0,'2025-09-24 17:21:12','2025-09-24 17:21:12',3,139.5,0,0,139.5,1,'wc-completed',64,'2025-09-24 17:21:43','2025-09-25 18:51:18'),(184197,0,'2025-09-25 13:44:38','2025-09-25 13:44:38',7,596.05,44.15,0,551.9,1,'wc-refunded',79,'2025-09-25 13:44:58',NULL),(184198,184197,'2025-09-25 13:48:54','2025-09-25 13:48:54',-7,-596.05,-44.15,0,-551.9,NULL,'wc-refunded',79,'2025-09-25 13:48:54','2025-09-25 13:48:54'),(184199,0,'2025-09-25 17:29:16','2025-09-25 17:29:16',14,1113.4,0,0,1113.4,1,'wc-completed',57,'2025-09-25 17:32:55','2025-09-30 16:52:42'),(184201,0,'2025-09-25 20:53:04','2025-09-25 20:53:04',7,551.9,0,0,551.9,1,'wc-completed',79,'2025-09-25 20:53:22','2025-09-26 20:29:07'),(184202,0,'2025-09-26 12:06:50','2025-09-26 12:06:50',24,540.9,0,0,540.9,1,'wc-completed',64,'2025-09-26 12:07:22','2025-09-30 16:49:03'),(184204,0,'2025-09-26 22:53:43','2025-09-26 22:53:43',8,559.6,0,0,559.6,1,'wc-completed',79,'2025-10-01 19:21:04','2025-10-07 02:04:14'),(184206,0,'2025-09-30 12:51:29','2025-09-30 12:51:29',33,2528.17,187.27,0,2340.9,0,'wc-pending',109,NULL,NULL),(184208,0,'2025-10-01 15:57:12','2025-10-01 15:57:12',7,714.25,0,0,714.25,1,'wc-completed',12,'2025-10-01 15:57:39','2025-10-07 02:04:59'),(184209,0,'2025-10-02 14:27:38','2025-10-02 14:27:38',12,1199.15,0,0,1199.15,1,'wc-completed',11,'2025-10-02 14:28:18','2025-10-07 02:05:27'),(184210,0,'2025-10-02 14:37:20','2025-10-02 14:37:20',9,536.2,0,0,536.2,1,'wc-completed',11,'2025-10-02 14:37:38','2025-10-07 02:05:48'),(184211,0,'2025-10-02 17:25:19','2025-10-02 17:25:19',9,849.2,0,0,849.2,1,'wc-completed',62,'2025-10-02 17:25:45','2025-10-03 20:19:10'),(184212,0,'2025-10-02 20:52:10','2025-10-02 20:52:10',35,2909.3,0,0,2909.3,0,'wc-completed',111,'2025-10-02 20:52:58','2025-10-03 20:18:36'),(184213,0,'2025-10-02 21:45:35','2025-10-02 21:45:35',12,1121.2,0,0,1121.2,1,'wc-completed',13,'2025-10-02 21:46:01','2025-10-07 02:06:18'),(184214,0,'2025-10-03 13:51:03','2025-10-03 13:51:03',32,1699.4,0,0,1699.4,1,'wc-completed',53,'2025-10-03 13:51:38','2025-10-03 20:17:22'),(184215,0,'2025-10-03 14:05:44','2025-10-03 14:05:44',27,1825.8,0,0,1825.8,1,'wc-completed',53,'2025-10-03 14:06:17','2025-10-03 20:17:53'),(184216,0,'2025-10-03 14:15:11','2025-10-03 14:15:11',12,1088.6,0,0,1088.6,1,'wc-completed',53,'2025-10-03 14:15:54','2025-10-07 02:07:33'),(184217,0,'2025-10-03 15:15:55','2025-10-03 15:15:55',14,889.8,0,0,889.8,1,'wc-completed',101,'2025-10-03 15:16:26','2025-10-03 20:15:39'),(184218,0,'2025-10-03 15:23:47','2025-10-03 15:23:47',38,2322.7,0,0,2322.7,1,'wc-completed',101,'2025-10-03 15:24:18','2025-10-07 18:05:27'),(184219,0,'2025-10-03 20:37:47','2025-10-03 20:37:47',6,588,0,0,588,1,'wc-completed',79,'2025-10-03 20:38:07','2025-10-07 02:10:36'),(184221,0,'2025-10-06 19:56:21','2025-10-06 19:56:21',4,424.29,0,38.29,386,0,'wc-completed',102,'2025-10-06 19:56:50','2025-10-07 02:17:54'),(184222,0,'2025-10-07 14:53:07','2025-10-07 14:53:07',16,1882.3,0,0,1882.3,1,'wc-cancelled',57,NULL,NULL),(184223,0,'2025-10-07 15:02:08','2025-10-07 15:02:08',11,1190.7,0,0,1190.7,1,'wc-completed',57,'2025-10-07 15:02:48','2025-10-09 20:57:43'),(184224,0,'2025-10-07 15:35:24','2025-10-07 15:35:24',6,754.6,0,0,754.6,1,'wc-completed',57,'2025-10-07 15:36:29','2025-10-09 20:58:33'),(184225,0,'2025-10-08 04:08:07','2025-10-08 04:08:07',10,839.2,0,0,839.2,1,'wc-completed',25,'2025-10-08 04:27:38','2025-10-09 20:59:44'),(184226,0,'2025-10-08 16:05:58','2025-10-08 16:05:58',18,1832.52,0,0,1832.52,0,'wc-completed',42,'2025-10-08 16:06:25','2025-10-09 21:01:54'),(184228,0,'2025-10-09 23:16:05','2025-10-09 23:16:05',3,301.21,0,18.41,282.8,0,'wc-completed',55,'2025-10-09 23:21:02','2025-10-10 19:37:34'),(184229,0,'2025-10-10 18:17:14','2025-10-10 18:17:14',15,1034.5,0,0,1034.5,1,'wc-completed',11,'2025-10-10 18:17:33','2025-10-14 20:00:29'),(184230,0,'2025-10-10 20:25:46','2025-10-10 20:25:46',12,1020.7,0,0,1020.7,0,'wc-completed',96,'2025-10-10 20:28:57','2025-10-14 20:13:17'),(184231,0,'2025-10-13 00:31:24','2025-10-13 00:31:24',6,569.4,0,0,569.4,1,'wc-completed',79,'2025-10-13 00:31:42','2025-10-14 20:15:10'),(184233,0,'2025-10-14 16:31:45','2025-10-14 16:31:45',15,1038,0,0,1038,0,'wc-completed',112,'2025-10-14 16:32:09','2025-10-14 21:02:56'),(184234,0,'2025-10-14 17:36:01','2025-10-14 17:36:01',13,1139.4,0,0,1139.4,1,'wc-completed',70,'2025-10-14 17:36:50','2025-10-14 20:28:59'),(184235,0,'2025-10-14 17:38:03','2025-10-14 17:38:03',8,669.6,0,0,669.6,1,'wc-completed',70,'2025-10-14 17:38:35','2025-10-14 21:02:27'),(184236,0,'2025-10-14 19:53:59','2025-10-14 19:53:59',9,152.56,0,14.81,137.75,0,'wc-completed',49,'2025-10-14 19:55:27','2025-10-20 20:29:25'),(184237,0,'2025-10-15 19:39:22','2025-10-15 19:39:22',12,1460.4,0,0,1460.4,0,'wc-completed',63,'2025-10-15 19:40:09','2025-10-20 20:55:58'),(184239,0,'2025-10-15 20:05:34','2025-10-15 20:05:34',8,766.6,0,0,766.6,1,'wc-completed',90,'2025-10-15 20:05:58','2025-10-21 17:17:05'),(184240,0,'2025-10-15 20:55:15','2025-10-15 20:55:15',8,575.75,0,0,575.75,1,'wc-completed',90,'2025-10-15 20:55:38','2025-10-21 17:18:18'),(184241,0,'2025-10-16 15:29:20','2025-10-16 15:29:20',4,236.95,0,15.75,221.2,0,'wc-pending',14,NULL,NULL),(184242,0,'2025-10-16 17:50:07','2025-10-16 17:50:07',14,878.7,0,0,878.7,1,'wc-completed',11,'2025-10-16 17:50:41','2025-10-21 17:18:55'),(184243,0,'2025-10-17 17:25:13','2025-10-17 17:25:13',10,1048.05,0,0,1048.05,1,'wc-completed',12,'2025-10-17 17:25:51','2025-10-20 20:57:23'),(184244,0,'2025-10-17 18:33:34','2025-10-17 18:33:34',17,1101.2,0,0,1101.2,0,'wc-completed',6,'2025-10-17 18:39:26','2025-10-21 17:19:25'),(184245,0,'2025-10-17 22:53:35','2025-10-17 22:53:35',66,2852.4,0,0,2852.4,1,'wc-completed',95,'2025-10-17 22:55:02','2025-10-20 20:59:57'),(184246,0,'2025-10-20 12:57:09','2025-10-20 12:57:09',4,236.95,0,15.75,221.2,0,'wc-completed',14,'2025-10-20 12:57:41','2025-10-20 21:06:17'),(184249,0,'2025-10-21 12:54:57','2025-10-21 12:54:57',12,1019.1,0,0,1019.1,1,'wc-completed',11,'2025-10-21 12:55:20','2025-10-28 17:53:36'),(184250,0,'2025-10-21 16:30:25','2025-10-21 16:30:25',12,988.35,0,0,988.35,1,'wc-completed',11,'2025-10-21 16:31:04','2025-10-28 15:08:41'),(184251,0,'2025-10-22 01:29:45','2025-10-22 01:29:45',38,3531.21,0,0,3531.21,0,'wc-completed',85,'2025-10-22 01:32:20','2025-10-28 17:52:45'),(184252,0,'2025-10-22 19:03:11','2025-10-22 19:03:11',10,940.8,0,0,940.8,1,'wc-completed',107,'2025-10-22 19:04:05','2025-10-28 17:52:03'),(184253,0,'2025-10-23 17:54:49','2025-10-23 17:54:49',17,1446.2,0,0,1446.2,0,'wc-completed',106,'2025-10-23 17:55:47','2025-10-28 15:09:39'),(184254,0,'2025-10-24 19:08:38','2025-10-24 19:08:38',8,559.6,0,0,559.6,1,'wc-completed',79,'2025-10-24 19:09:25','2025-10-28 17:51:16'),(184255,0,'2025-10-27 15:48:27','2025-10-27 15:48:27',10,730.55,0,0,730.55,1,'wc-completed',26,'2025-10-27 15:50:25','2025-10-28 15:14:11'),(184256,0,'2025-10-27 22:06:38','2025-10-27 22:06:38',4,299.58,0,19.73,279.85,0,'wc-completed',33,'2025-10-27 22:07:16','2025-10-28 17:54:42'),(184260,0,'2025-10-28 21:14:24','2025-10-28 21:14:24',5,565.5,0,0,565.5,1,'wc-completed',79,'2025-10-28 21:14:48','2025-10-29 16:21:30'),(184261,0,'2025-10-28 21:17:09','2025-10-28 21:17:09',6,675.4,0,0,675.4,1,'wc-completed',79,'2025-10-28 21:17:25','2025-10-29 16:20:08'),(184262,0,'2025-10-29 04:03:33','2025-10-29 04:03:33',10,682.9,0,0,682.9,1,'wc-cancelled',25,NULL,NULL),(184263,0,'2025-10-29 04:05:22','2025-10-29 04:05:22',10,682.9,0,0,682.9,1,'wc-completed',25,'2025-10-29 04:07:28','2025-10-30 00:05:45'),(184264,0,'2025-10-30 01:40:02','2025-10-30 01:40:02',8,737.9,0,0,737.9,1,'wc-completed',57,'2025-10-31 00:35:37','2025-11-04 21:03:26'),(184265,0,'2025-10-30 16:44:01','2025-10-30 16:44:01',7,729.6,0,0,729.6,1,'wc-completed',79,'2025-10-30 16:44:25','2025-11-04 14:31:33'),(184266,0,'2025-10-30 21:58:01','2025-10-30 21:58:01',16,1455,0,0,1455,0,'wc-completed',110,'2025-10-30 22:00:18','2025-11-04 21:04:05'),(184267,0,'2025-10-31 11:21:43','2025-10-31 11:21:43',8,702.6,0,0,702.6,0,'wc-cancelled',92,NULL,NULL),(184268,0,'2025-10-31 11:23:28','2025-10-31 11:23:28',8,702.6,0,0,702.6,0,'wc-pending',92,NULL,NULL),(184269,0,'2025-10-31 16:02:34','2025-10-31 16:02:34',61,669.45,0,0,669.45,0,'wc-completed',21,'2025-10-31 16:05:47','2025-11-04 21:04:50'),(184270,0,'2025-11-03 19:59:29','2025-11-03 19:59:29',8,718,0,0,718,1,'wc-completed',90,'2025-11-03 20:00:13','2025-11-04 21:05:34'),(184271,0,'2025-11-03 20:23:30','2025-11-03 20:23:30',9,803.2,0,0,803.2,0,'wc-completed',102,'2025-11-03 20:25:59','2025-11-04 21:06:03'),(184272,0,'2025-11-04 16:29:36','2025-11-04 16:29:36',11,876.45,0,0,876.45,1,'wc-completed',11,'2025-11-04 16:30:04','2025-11-05 19:11:24'),(184273,0,'2025-11-04 16:34:19','2025-11-04 16:34:19',18,1375.3,0,0,1375.3,1,'wc-completed',53,'2025-11-04 16:35:14','2025-11-05 20:57:22'),(184274,0,'2025-11-04 16:38:24','2025-11-04 16:38:24',4,90.51,0,12.11,78.4,0,'wc-completed',49,'2025-11-04 16:39:41','2025-11-05 19:12:01'),(184275,0,'2025-11-04 16:45:16','2025-11-04 16:45:16',31,1920.85,0,0,1920.85,1,'wc-completed',53,'2025-11-04 16:45:47','2025-11-05 19:03:10'),(184276,0,'2025-11-04 16:52:20','2025-11-04 16:52:20',10,922.6,0,0,922.6,1,'wc-completed',53,'2025-11-04 16:52:57','2025-11-05 20:59:03'),(184277,0,'2025-11-04 17:08:30','2025-11-04 17:08:30',24,1244.4,0,0,1244.4,1,'wc-completed',101,'2025-11-04 17:09:00','2025-11-05 19:13:13'),(184278,0,'2025-11-04 18:15:11','2025-11-04 18:15:11',19,1739.85,0,0,1739.85,1,'wc-completed',101,'2025-11-04 18:15:47','2025-11-05 21:03:07'),(184280,0,'2025-11-04 21:44:04','2025-11-04 21:44:04',5,256.5,0,42.5,214,0,'wc-completed',110,'2025-11-04 21:47:06','2025-11-05 21:00:35'),(184281,0,'2025-11-04 22:42:03','2025-11-04 22:42:03',9,804.6,0,0,804.6,1,'wc-completed',57,'2025-11-04 22:43:54','2025-11-05 21:31:54'),(184282,0,'2025-11-05 00:13:11','2025-11-05 00:13:11',18,1605.2,0,0,1605.2,1,'wc-completed',13,'2025-11-05 00:15:05','2025-11-05 21:02:40'),(184283,0,'2025-11-05 18:52:47','2025-11-05 18:52:47',11,1013.5,0,0,1013.5,1,'wc-completed',11,'2025-11-05 18:53:30','2025-11-06 15:13:44'),(184284,0,'2025-11-06 13:43:03','2025-11-06 13:43:03',12,1041.6,0,0,1041.6,1,'wc-completed',11,'2025-11-06 13:43:28','2025-11-11 21:22:49'),(184286,0,'2025-11-06 18:55:33','2025-11-06 18:55:33',4,688,0,0,688,1,'wc-cancelled',53,NULL,NULL),(184287,0,'2025-11-06 21:24:06','2025-11-06 21:24:06',90,3789.62,0,0,3789.62,1,'wc-completed',95,'2025-11-06 21:37:24','2025-11-11 21:23:37'),(184288,0,'2025-11-06 21:56:39','2025-11-06 21:56:39',6,519.1,0,0,519.1,1,'wc-completed',79,'2025-11-06 21:57:02','2025-11-11 21:23:59'),(184289,0,'2025-11-06 22:14:09','2025-11-06 22:14:09',32,500.14,0,0,500.14,1,'wc-completed',79,'2025-11-06 22:14:40','2025-11-11 21:24:19'),(184290,0,'2025-11-07 16:33:56','2025-11-07 16:33:56',7,564.6,0,0,564.6,0,'wc-completed',92,'2025-11-07 16:37:01','2025-11-11 21:24:44'),(184291,0,'2025-11-07 18:30:32','2025-11-07 18:30:32',7,546,0,0,546,0,'wc-completed',55,'2025-11-07 18:32:16','2025-11-11 21:25:24'),(184292,0,'2025-11-07 19:36:55','2025-11-07 19:36:55',8,528.1,0,0,528.1,1,'wc-completed',70,'2025-11-07 19:37:19','2025-11-10 21:20:47'),(184293,0,'2025-11-08 16:40:38','2025-11-08 16:40:38',122,7335.02,0,0,7335.02,1,'wc-completed',69,'2025-11-08 16:41:08','2025-11-10 21:23:24'),(184294,0,'2025-11-09 15:43:08','2025-11-09 15:43:08',20,435.54,0,43.54,392,0,'wc-completed',63,'2025-11-09 15:44:14','2025-11-10 21:24:52'),(184295,0,'2025-11-10 15:54:43','2025-11-10 15:54:43',7,891.35,0,0,891.35,0,'wc-completed',70,'2025-11-10 15:55:11','2025-11-11 15:12:31'),(184296,0,'2025-11-10 19:11:19','2025-11-10 19:11:19',15,557,0,0,557,0,'wc-completed',102,'2025-11-10 19:12:01','2025-11-11 15:13:15'),(184297,0,'2025-11-11 01:31:05','2025-11-11 01:31:05',12,599.1,0,0,599.1,1,'wc-completed',64,'2025-11-11 01:32:22','2025-11-14 20:04:53'),(184298,0,'2025-11-11 02:56:45','2025-11-11 02:56:45',11,750.82,0,0,750.82,0,'wc-completed',106,'2025-11-11 02:57:34','2025-11-11 21:19:01'),(184299,0,'2025-11-11 04:22:26','2025-11-11 04:22:26',8,681.75,0,0,681.75,1,'wc-pending',25,NULL,NULL),(184300,0,'2025-11-11 04:29:48','2025-11-11 04:29:48',8,681.75,0,0,681.75,1,'wc-completed',25,'2025-11-11 04:30:56','2025-11-14 20:05:39'),(184301,184231,'2025-11-11 21:13:18','2025-11-11 21:13:18',0,-135,0,0,-135,NULL,'wc-completed',79,'2025-11-11 21:13:18','2025-11-11 21:13:18'),(184302,0,'2025-11-12 00:16:27','2025-11-12 00:16:27',7,720.16,0,0,720.16,0,'wc-completed',96,'2025-11-12 00:18:49','2025-11-13 21:43:54'),(184303,0,'2025-11-12 17:28:59','2025-11-12 17:28:59',8,549.55,0,0,549.55,1,'wc-completed',90,'2025-11-12 17:29:38','2025-11-13 21:44:29'),(184304,0,'2025-11-12 17:40:44','2025-11-12 17:40:44',14,1000.2,0,0,1000.2,1,'wc-completed',90,'2025-11-12 17:41:08','2025-11-13 21:45:26'),(184305,0,'2025-11-12 17:49:46','2025-11-12 17:49:46',18,1635.9,0,0,1635.9,1,'wc-completed',90,'2025-11-12 17:50:03','2025-11-13 21:46:03'),(184306,0,'2025-11-12 19:16:44','2025-11-12 19:16:44',11,775.85,0,0,775.85,1,'wc-completed',11,'2025-11-12 19:17:05','2025-11-13 21:46:42'),(184308,0,'2025-11-13 17:40:50','2025-11-13 17:40:50',13,991.9,0,0,991.9,1,'wc-completed',12,'2025-11-13 17:41:22','2025-11-13 21:48:40'),(184309,0,'2025-11-13 17:49:29','2025-11-13 17:49:29',14,1659.48,0,0,1659.48,0,'wc-completed',78,'2025-11-13 17:50:45','2025-11-13 21:49:11'),(184310,0,'2025-11-13 18:47:31','2025-11-13 18:47:31',6,506.4,0,0,506.4,1,'wc-completed',90,'2025-11-13 18:47:55','2025-11-13 21:49:57'),(184311,184273,'2025-11-13 19:14:03','2025-11-13 19:14:03',0,-135,0,0,-135,NULL,'wc-completed',53,'2025-11-13 19:14:03','2025-11-13 19:14:03'),(184312,0,'2025-11-14 17:29:07','2025-11-14 17:29:07',5,553.9,0,0,553.9,1,'wc-completed',79,'2025-11-14 17:29:37','2025-11-14 20:03:55'),(184315,0,'2025-11-14 20:47:50','2025-11-14 20:47:50',4,564.4,0,0,564.4,1,'wc-completed',53,'2025-11-14 20:49:08','2025-11-17 20:00:24'),(184316,0,'2025-11-16 13:09:55','2025-11-16 13:09:55',9,801.7,0,0,801.7,1,'wc-completed',57,'2025-11-16 13:11:03','2025-11-21 17:00:44'),(184317,0,'2025-11-16 21:05:28','2025-11-16 21:05:28',7,587.6,0,0,587.6,1,'wc-completed',79,'2025-11-16 21:05:55','2025-11-21 16:51:12'),(184318,0,'2025-11-17 05:55:33','2025-11-17 05:55:33',24,1723,0,0,1723,0,'wc-completed',100,'2025-11-17 05:57:25','2025-11-21 17:01:42'),(184320,0,'2025-11-17 16:53:04','2025-11-17 16:53:04',17,1066.2,0,0,1066.2,0,'wc-completed',80,'2025-11-17 16:54:24','2025-11-21 20:09:25'),(184322,0,'2025-11-17 18:15:32','2025-11-17 18:15:32',21,1550.1,0,0,1550.1,1,'wc-pending-approval',12,NULL,NULL),(184323,0,'2025-11-18 18:41:11','2025-11-18 18:41:11',7,552.15,0,0,552.15,0,'wc-completed',113,'2025-11-18 18:44:27','2025-11-21 17:06:41'),(184325,0,'2025-11-24 01:16:56','2025-11-24 01:16:56',6,562.08,0,139.38,422.7,0,'wc-cancelled',81,NULL,NULL),(184326,0,'2025-11-24 12:46:47','2025-11-24 12:46:47',16,571.4,0,0,571.4,1,'wc-cancelled',57,NULL,NULL),(184327,0,'2025-11-24 12:48:09','2025-11-24 12:48:09',16,571.4,0,0,571.4,1,'wc-cancelled',57,NULL,NULL),(184338,0,'2025-11-28 17:01:38','2025-11-28 17:01:38',5,430.63,0,16.81,413.82,1,'wc-cancelled',107,NULL,NULL),(184339,0,'2025-11-28 17:03:35','2025-11-28 17:03:35',5,430.63,0,16.81,413.82,1,'wc-cancelled',107,NULL,NULL),(184340,0,'2025-11-28 17:05:52','2025-11-28 17:05:52',5,430.63,0,16.81,413.82,1,'wc-completed',107,'2025-11-28 17:06:20','2025-12-03 19:50:37'),(184341,0,'2025-11-29 19:19:30','2025-11-29 19:19:30',11,1188.83,0,0,1188.83,1,'wc-completed',64,'2025-11-29 19:20:24','2025-12-02 21:58:00'),(184342,0,'2025-11-29 20:56:18','2025-11-29 20:56:18',10,708.13,0,0,708.13,1,'wc-completed',79,'2025-11-29 20:56:49','2025-12-02 22:00:29'),(184343,0,'2025-12-01 12:54:21','2025-12-01 12:54:21',21,890.15,0,0,890.15,1,'wc-completed',57,'2025-12-01 12:56:13','2025-12-02 22:01:18'),(184344,0,'2025-12-01 14:55:12','2025-12-01 14:55:12',9,718.87,0,0,718.87,1,'wc-completed',11,'2025-12-01 14:55:34','2025-12-02 21:59:43'),(184345,0,'2025-12-01 19:02:51','2025-12-01 19:02:51',19,482.6,0,0,482.6,0,'wc-completed',113,'2025-12-01 19:04:07','2025-12-02 21:59:00'),(184347,0,'2025-12-02 01:06:56','2025-12-02 01:06:56',69,3237.49,0,0,3237.49,1,'wc-completed',95,'2025-12-02 01:09:08','2025-12-09 18:18:30'),(184348,0,'2025-12-02 02:28:06','2025-12-02 02:28:06',6,477.66,0,0,477.66,1,'wc-completed',79,'2025-12-02 02:28:33','2025-12-09 18:18:54'),(184349,0,'2025-12-02 03:50:21','2025-12-02 03:50:21',17,987.05,0,0,987.05,1,'wc-completed',25,'2025-12-02 03:52:00','2025-12-03 19:53:08'),(184350,0,'2025-12-02 15:14:27','2025-12-02 15:14:27',38,3839.26,0,0,3839.26,0,'wc-completed',70,'2025-12-02 15:16:57','2025-12-03 19:54:02'),(184351,0,'2025-12-02 18:22:31','2025-12-02 18:22:31',8,670.32,0,0,670.32,1,'wc-completed',62,'2025-12-02 18:23:01','2025-12-02 22:03:28'),(184352,0,'2025-12-03 17:57:03','2025-12-03 17:57:03',8,907.63,0,0,907.63,1,'wc-pending',57,NULL,NULL),(184353,0,'2025-12-03 19:06:05','2025-12-03 19:06:05',5,313.68,0,15.91,297.77,0,'wc-completed',49,'2025-12-03 19:07:23','2025-12-09 18:19:20'),(184354,0,'2025-12-04 05:34:57','2025-12-04 05:34:57',9,943.12,0,0,943.12,1,'wc-completed',108,'2025-12-04 05:35:26','2025-12-08 20:14:03'),(184355,0,'2025-12-05 00:11:36','2025-12-05 00:11:36',4,212.42,0,22.42,190,1,'wc-pending',108,NULL,NULL),(184356,0,'2025-12-05 00:14:30','2025-12-05 00:14:30',8,399.94,0,46.54,353.4,1,'wc-completed',108,'2025-12-05 00:14:54','2025-12-08 20:14:18'),(184357,184356,'2025-12-05 04:11:53','2025-12-05 04:11:53',0,-46.54,0,-46.54,0,NULL,'wc-completed',108,'2025-12-05 04:11:53','2025-12-05 04:11:53'),(184358,0,'2025-12-05 16:17:04','2025-12-05 16:17:04',24,1774.36,0,0,1774.36,1,'wc-completed',11,'2025-12-05 16:17:27','2025-12-09 18:20:20'),(184359,0,'2025-12-06 19:18:00','2025-12-06 19:18:00',40,3044.89,0,0,3044.89,0,'wc-completed',85,'2025-12-06 19:19:48','2025-12-09 18:22:29'),(184360,0,'2025-12-08 13:39:55','2025-12-08 13:39:55',19,1318.83,0,0,1318.83,1,'wc-cancelled',53,NULL,NULL),(184361,0,'2025-12-08 14:35:16','2025-12-08 14:35:16',24,1542.9,0,0,1542.9,1,'wc-completed',101,'2025-12-08 14:36:21','2025-12-09 18:24:08'),(184362,0,'2025-12-09 13:12:19','2025-12-09 13:12:19',7,501.89,0,0,501.89,1,'wc-completed',79,'2025-12-09 13:13:17','2025-12-09 18:24:55'),(184364,0,'2025-12-09 16:53:45','2025-12-09 16:53:45',19,1321.55,0,0,1321.55,1,'wc-completed',53,'2025-12-09 16:54:30','2025-12-10 02:38:18'),(184365,0,'2025-12-09 17:43:35','2025-12-09 17:43:35',11,626.91,0,0,626.91,1,'wc-completed',53,'2025-12-09 17:44:11','2025-12-10 02:38:49'),(184366,0,'2025-12-09 23:11:10','2025-12-09 23:11:10',11,499.89,0,0,499.89,1,'wc-completed',53,'2025-12-09 23:11:55','2025-12-13 06:08:20'),(184367,0,'2025-12-10 05:25:12','2025-12-10 05:25:12',19,1739.93,0,0,1739.93,1,'wc-completed',12,'2025-12-10 05:26:21','2025-12-13 06:09:55'),(184368,0,'2025-12-10 20:09:27','2025-12-10 20:09:27',11,998.83,0,0,998.83,1,'wc-completed',57,'2025-12-10 20:10:15','2025-12-13 06:10:33'),(184369,0,'2025-12-11 01:05:10','2025-12-11 01:05:10',15,1089.46,0,0,1089.46,0,'wc-completed',42,'2025-12-11 01:15:10','2025-12-17 21:59:54'),(184370,0,'2025-12-11 16:31:36','2025-12-11 16:31:36',15,893.57,0,0,893.57,0,'wc-completed',6,'2025-12-11 16:32:46','2025-12-17 22:21:17'),(184371,0,'2025-12-11 17:48:58','2025-12-11 17:48:58',23,2061.85,0,0,2061.85,0,'wc-completed',106,'2025-12-11 17:49:34','2025-12-17 22:21:22'),(184372,0,'2025-12-11 20:34:37','2025-12-11 20:34:37',140,8474.53,0,0,8474.53,0,'wc-pending',98,NULL,NULL),(184376,0,'2025-12-11 21:32:49','2025-12-11 21:32:49',174,12569.02,0,0,12569.02,0,'wc-completed',98,'2025-12-11 21:35:23','2025-12-13 06:08:54'),(184377,0,'2025-12-12 02:09:59','2025-12-12 02:09:59',15,516.19,0,0,516.19,0,'wc-cancelled',82,NULL,NULL),(184378,0,'2025-12-12 02:12:25','2025-12-12 02:12:25',15,516.19,0,0,516.19,0,'wc-cancelled',82,NULL,NULL),(184379,0,'2025-12-12 02:18:27','2025-12-12 02:18:27',15,516.19,0,0,516.19,0,'wc-cancelled',82,NULL,NULL),(184380,0,'2025-12-12 02:19:17','2025-12-12 02:19:17',15,516.19,0,0,516.19,0,'wc-cancelled',82,NULL,NULL),(184384,0,'2025-12-15 17:36:55','2025-12-15 17:36:55',36,1011.32,0,0,1011.32,0,'wc-completed',102,'2025-12-15 17:37:24','2025-12-17 22:02:37'),(184385,0,'2025-12-15 17:47:15','2025-12-15 17:47:15',168,6727.62,0,0,6727.62,1,'wc-pending',69,NULL,NULL),(184386,0,'2025-12-15 18:11:34','2025-12-15 18:11:34',133,5565.29,0,0,5565.29,1,'wc-completed',69,'2025-12-15 18:14:39','2025-12-17 20:17:50'),(184387,0,'2025-12-15 19:58:52','2025-12-15 19:58:52',7,626.38,0,0,626.38,1,'wc-completed',11,'2025-12-15 20:00:33','2025-12-17 22:04:26'),(184388,0,'2025-12-15 20:16:20','2025-12-15 20:16:20',11,754.78,0,0,754.78,1,'wc-completed',11,'2025-12-15 20:16:40','2025-12-17 22:22:53'),(184389,0,'2025-12-16 16:51:09','2025-12-16 16:51:09',8,661.11,0,0,661.11,1,'wc-completed',90,'2025-12-16 16:51:41','2025-12-17 20:18:34'),(184390,0,'2025-12-16 16:57:42','2025-12-16 16:57:42',8,626.62,0,0,626.62,1,'wc-completed',90,'2025-12-16 16:58:10','2025-12-17 22:23:35'),(184391,0,'2025-12-16 17:02:20','2025-12-16 17:02:20',9,737.77,0,0,737.77,1,'wc-completed',90,'2025-12-16 17:02:46','2025-12-17 20:19:26'),(184397,0,'2025-12-22 05:35:59','2025-12-22 05:35:59',15,1131.44,0,0,1131.44,1,'wc-completed',57,'2025-12-22 05:37:07','2025-12-22 21:12:14'),(184398,0,'2025-12-22 18:25:45','2025-12-22 18:25:45',21,1701.07,0,0,1701.07,1,'wc-completed',13,'2025-12-22 18:26:14','2025-12-29 22:57:14'),(184399,0,'2025-12-22 22:22:09','2025-12-22 22:22:09',10,764.75,0,0,764.75,1,'wc-completed',25,'2025-12-22 22:42:17','2025-12-29 22:57:40'),(184400,0,'2025-12-23 05:51:47','2025-12-23 05:51:47',8,501.51,0,0,501.51,0,'wc-completed',25,'2025-12-23 05:52:23','2025-12-29 22:58:20'),(184401,0,'2025-12-23 08:20:07','2025-12-23 08:20:07',13,1109.83,0,0,1109.83,0,'wc-completed',96,'2025-12-23 08:23:07','2025-12-29 22:58:55'),(184402,0,'2025-12-23 20:34:04','2025-12-23 20:34:04',79,3850.17,0,0,3850.17,1,'wc-completed',95,'2025-12-23 21:40:04','2025-12-29 15:20:16'),(184403,0,'2025-12-23 22:00:28','2025-12-23 22:00:28',74,3203.98,0,0,3203.98,0,'wc-completed',95,'2025-12-23 22:00:56','2025-12-29 15:22:02'),(184404,0,'2025-12-24 13:26:30','2025-12-24 13:26:30',6,481.46,0,0,481.46,1,'wc-completed',11,'2025-12-24 13:27:52','2025-12-29 15:22:58'),(184405,0,'2025-12-24 14:36:23','2025-12-24 14:36:23',20,595.65,0,0,595.65,1,'wc-completed',79,'2025-12-24 14:36:46','2025-12-29 15:21:06'),(184406,0,'2025-12-28 16:16:47','2025-12-28 16:16:47',84,8675.97,0,0,8675.97,1,'wc-completed',79,'2025-12-28 16:17:15','2025-12-29 23:17:06'),(184407,0,'2025-12-28 16:26:06','2025-12-28 16:26:06',20,1210.4,0,0,1210.4,1,'wc-completed',79,'2025-12-28 16:26:26','2025-12-29 18:09:39'),(184408,0,'2025-12-28 17:41:12','2025-12-28 17:41:12',12,1128.41,0,0,1128.41,1,'wc-cancelled',12,NULL,NULL),(184409,0,'2025-12-28 17:43:06','2025-12-28 17:43:06',12,1128.41,0,0,1128.41,1,'wc-completed',12,'2025-12-28 17:44:11','2025-12-29 23:02:10'),(184410,0,'2025-12-28 18:35:08','2025-12-28 18:35:08',7,696.54,0,0,696.54,1,'wc-cancelled',107,NULL,NULL),(184411,0,'2025-12-28 18:37:03','2025-12-28 18:37:03',7,696.54,0,0,696.54,1,'wc-completed',107,'2025-12-28 18:37:43','2025-12-29 23:03:04'),(184412,0,'2025-12-29 13:21:41','2025-12-29 13:21:41',10,735.59,0,0,735.59,0,'wc-completed',11,'2025-12-29 13:22:07','2025-12-29 23:01:07'),(184414,0,'2025-12-29 18:54:01','2025-12-29 18:54:01',12,961.21,0,0,961.21,0,'wc-completed',113,'2025-12-29 18:55:55','2025-12-29 23:14:44');
/*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

LOCK TABLES `wp_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_order_tax_lookup` VALUES (184197,1,'2025-09-25 13:44:38',0,44.15,44.15),(184198,1,'2025-09-25 13:48:54',0,-44.15,-44.15),(184206,1,'2025-09-30 12:51:29',0,187.27,187.27),(184208,1,'2025-10-01 15:57:12',0,57.14,57.14);
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_orders`
--

DROP TABLE IF EXISTS `wp_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) unsigned DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`),
  KEY `billing_email` (`billing_email`),
  KEY `type_status` (`type`,`status`),
  KEY `parent_order_id` (`parent_order_id`),
  KEY `date_updated` (`date_updated_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_orders`
--

LOCK TABLES `wp_wc_orders` WRITE;
/*!40000 ALTER TABLE `wp_wc_orders` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_orders_meta`
--

DROP TABLE IF EXISTS `wp_wc_orders_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_orders_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key_value` (`meta_key`,`meta_value`(100)),
  KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`,`meta_value`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_orders_meta`
--

LOCK TABLES `wp_wc_orders_meta` WRITE;
/*!40000 ALTER TABLE `wp_wc_orders_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_orders_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--

LOCK TABLES `wp_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_download_directories`
--

DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_download_directories`
--

LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES (1,'file:///storage/v12674/lcaginesisstore/public_html/wp-content/uploads/woocommerce_uploads/',1),(2,'https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  `global_unique_id` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`),
  KEY `sku` (`sku`(50))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES (23,'AA-RINSE',0,0,68.5400,68.5400,0,NULL,'instock',0,0.00,2171,'taxable','',''),(38,'AA-RINSE-16-OZ',0,0,165.7600,165.7600,0,NULL,'instock',0,0.00,859,'taxable','',''),(39,'aa-8-oz shampoo',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,585,'taxable','',''),(40,'aa-8-oz conditioner',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,470,'taxable','',''),(41,'AA - Comb',0,0,73.2000,73.2000,0,NULL,'instock',0,0.00,4220,'taxable','',''),(42,'AA-COMB-OUT-MOUSSE',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,592,'taxable','',''),(43,'AA - Protect',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,2094,'taxable','',''),(44,'CS-PREVENTIVE-KIT',0,0,138.0000,138.0000,0,NULL,'instock',0,0.00,814,'taxable','',''),(45,'CS-SUPER/SHAM-8oz',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,2023,'taxable','',''),(46,'LCoA LRK - Lice Remover Kit',0,0,63.0000,63.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(47,'ONECURE-KIT-18',0,0,375.0000,375.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(48,'ONECURE-TIPKIT-18',0,0,300.0000,300.0000,0,NULL,'instock',0,0.00,1,'taxable','',''),(49,'CS-PREVENT/DETANGLE-8',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,2063,'taxable','',''),(50,'R-HAIRBAND-4',0,0,69.8000,69.8000,0,NULL,'instock',0,0.00,2,'taxable','',''),(51,'LCoA Urgent Care Kit',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,419,'taxable','',''),(93,'AA - Bulk Rinse 100%',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,5548,'taxable','',''),(95,'AA - Bulk Rinse 50/50',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,318,'taxable','',''),(97,'CS-BULK-PREVENT/DETANGLE-128oz',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,235,'taxable','',''),(99,'AA - Bulk Mousse',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,294,'taxable','',''),(101,'AA - Empty Rinse',0,0,8.4000,8.4000,0,NULL,'instock',0,0.00,8,'taxable','',''),(103,'AA - Empty Foamer',0,0,8.4000,8.4000,0,NULL,'instock',0,0.00,22,'taxable','',''),(105,'Starter Package',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','',''),(116,'AA - Pediatrician Sample Case',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,203,'taxable','',''),(118,'LCoA Urgent Care & Prevent Kit',0,0,215.0000,215.0000,0,NULL,'instock',0,0.00,183,'taxable','',''),(120,'CS-PREVENT/SPRAY-2oz',0,0,63.0000,63.0000,0,NULL,'instock',0,0.00,591,'taxable','',''),(131,'',0,0,12.6500,12.6500,0,NULL,'instock',0,0.00,372,'taxable','',''),(133,'',0,0,14.3000,14.3000,0,NULL,'instock',0,0.00,1081,'taxable','',''),(135,'',0,0,2.4800,2.4800,0,NULL,'instock',0,0.00,121,'taxable','',''),(137,'',0,0,6.0500,6.0500,0,NULL,'instock',0,0.00,706,'taxable','',''),(138,'',0,0,4.9500,4.9500,0,NULL,'instock',0,0.00,200,'taxable','',''),(142,'',0,0,1.2500,1.2500,0,NULL,'instock',0,0.00,55,'taxable','',''),(144,'',0,0,1.3800,1.3800,0,NULL,'instock',0,0.00,362,'taxable','',''),(146,'',0,0,1.3800,1.3800,0,NULL,'instock',0,0.00,142,'taxable','',''),(148,'',0,0,8.2500,8.2500,0,NULL,'instock',0,0.00,420,'taxable','',''),(318,'',0,0,3.0000,3.0000,0,NULL,'instock',0,0.00,679,'taxable','',''),(320,'',0,0,3.7500,3.7500,0,NULL,'instock',0,0.00,178,'taxable','',''),(487,'AA - Bulk Mousse-1',0,0,31.3500,31.3500,0,NULL,'instock',0,0.00,990,'taxable','',''),(488,'CS-BULK-PREVENT/DETANGLE-128oz-1',0,0,31.3500,31.3500,0,NULL,'instock',0,0.00,913,'taxable','',''),(489,'AA - Bulk Rinse 50/50-1',0,0,19.0400,19.0400,0,NULL,'instock',0,0.00,350,'taxable','',''),(490,'AA - Bulk Rinse 100%-1',0,0,19.6000,19.6000,0,NULL,'instock',0,0.00,11919,'taxable','',''),(2110,'AA-RINSE-100',0,0,71.4000,71.4000,0,NULL,'instock',0,0.00,1786,'taxable','',''),(2113,'AA-RINSE-16-OZ-100',0,0,172.0000,172.0000,0,NULL,'instock',0,0.00,687,'taxable','',''),(2400,'LCoA Urgent Care & Prevent Kit-1',0,0,215.0000,215.0000,0,NULL,'instock',0,0.00,118,'taxable','',''),(2407,'LCoA Urgent Care & Prevent Kit-2',0,0,184.8000,184.8000,1,NULL,'instock',0,0.00,0,'taxable','',''),(2408,'LCoA Urgent Care Kit-1',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,390,'taxable','',''),(3352,'AA - Prevent-16',0,0,148.0000,148.0000,0,NULL,'instock',0,0.00,58,'taxable','',''),(3354,'CS-PREVENT/DETANGLE-16-1',0,0,148.0000,148.0000,0,NULL,'instock',0,0.00,50,'taxable','',''),(3356,'aa-16-oz shampoo-1',0,0,151.2000,151.2000,0,NULL,'instock',0,0.00,33,'taxable','',''),(3358,'aa-16-oz conditioner-1',0,0,151.2000,151.2000,0,NULL,'instock',0,0.00,34,'taxable','',''),(3360,'AA - Rosemary - Prevent-16-1',0,0,148.0000,148.0000,0,NULL,'instock',0,0.00,19,'taxable','',''),(3362,'AA - Rosemary-Prevent-Sprat-8oz',0,0,75.0000,75.0000,0,NULL,'instock',0,0.00,134,'taxable','',''),(3412,'AA-COMB-OUT-MOUSSE-UNSCENT',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,78,'taxable','',''),(3476,'AA - Fine-Hair-Comb-12',0,0,76.2000,76.2000,0,NULL,'instock',0,0.00,61,'taxable','',''),(3485,'AA - Bulk-Fine-Hair-Comb-25',0,0,148.8000,148.8000,0,NULL,'instock',0,0.00,13,'taxable','',''),(3499,'AA - Bulk-Lice-Comb-25',0,0,142.8000,142.8000,0,NULL,'instock',0,0.00,35,'taxable','',''),(3507,'AA - Bulk-Lice-Comb-50',0,0,175.0000,175.0000,0,NULL,'instock',0,0.00,16,'taxable','',''),(3524,'AA-Dandruff-Shampoo-16oz',0,0,151.2000,151.2000,0,NULL,'instock',0,0.00,3,'taxable','',''),(3525,'AA-Dandruff-Shampoo-8oz',0,0,90.0000,90.0000,0,NULL,'instock',0,0.00,38,'taxable','',''),(3696,'AA - Bulk Active Rinse - 1 Gallon',0,0,68.5000,68.5000,0,NULL,'instock',0,0.00,186,'taxable','','');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_rate_limits`
--

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_rate_limits`
--

LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_reserved_stock`
--

LOCK TABLES `wp_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`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_wc_webhooks`
--

LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wdr_order_discounts`
--

DROP TABLE IF EXISTS `wp_wdr_order_discounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_order_discounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) DEFAULT NULL,
  `has_free_shipping` enum('yes','no') NOT NULL DEFAULT 'no',
  `discounts` text NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `extra` longtext 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_wdr_order_discounts`
--

LOCK TABLES `wp_wdr_order_discounts` WRITE;
/*!40000 ALTER TABLE `wp_wdr_order_discounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wdr_order_discounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wdr_order_item_discounts`
--

DROP TABLE IF EXISTS `wp_wdr_order_item_discounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_order_item_discounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `order_id` int(11) DEFAULT NULL,
  `order_item_id` int(11) DEFAULT NULL,
  `rule_id` int(11) DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `item_price` float NOT NULL,
  `discounted_price` float NOT NULL,
  `discount` float NOT NULL,
  `quantity` int(11) NOT NULL,
  `simple_discount` float NOT NULL,
  `bulk_discount` float NOT NULL,
  `set_discount` float NOT NULL,
  `cart_discount` float NOT NULL,
  `other_discount` float NOT NULL DEFAULT 0,
  `has_free_shipping` enum('yes','no') NOT NULL DEFAULT 'no',
  `cart_discount_label` varchar(255) DEFAULT NULL,
  `other_price` float NOT NULL DEFAULT 0,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `extra` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `index_rule_id` (`rule_id`),
  KEY `index_created_at` (`created_at`),
  KEY `index_rule_order_id` (`rule_id`,`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=165 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wdr_order_item_discounts`
--

LOCK TABLES `wp_wdr_order_item_discounts` WRITE;
/*!40000 ALTER TABLE `wp_wdr_order_item_discounts` DISABLE KEYS */;
INSERT INTO `wp_wdr_order_item_discounts` VALUES (1,3400,16999,2,41,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(2,3400,17000,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(3,3400,17001,2,2408,170,158.1,71.4,6,0,71.4,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(4,3400,17002,2,43,90,83.7,25.2,4,0,25.2,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(5,3400,17003,2,3362,75,69.75,42,8,0,42,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(6,3400,17004,2,40,90,83.7,12.6,2,0,12.6,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(7,3400,17005,2,39,90,83.7,12.6,2,0,12.6,0,0,0,'no','',0,'2025-05-09 21:50:33','2025-05-09 21:50:33',NULL),(8,3402,17013,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(9,3402,17014,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(10,3402,17015,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(11,3402,17016,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(12,3402,17017,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 18:50:20','2025-05-12 18:50:20',NULL),(13,3403,17019,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(14,3403,17020,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(15,3403,17021,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(16,3403,17022,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(17,3403,17023,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 19:06:10','2025-05-12 19:06:10',NULL),(18,3404,17025,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(19,3404,17026,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(20,3404,17027,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(21,3404,17028,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(22,3404,17029,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 19:08:09','2025-05-12 19:08:09',NULL),(23,3405,17031,2,23,68.54,63.7422,19.1912,4,0,19.1912,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(24,3405,17032,2,38,165.76,154.157,46.4128,4,0,46.4128,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(25,3405,17033,2,41,71.4,66.402,29.988,6,0,29.988,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(26,3405,17034,2,45,50,46.5,7,2,0,7,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(27,3405,17035,2,487,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-12 20:45:11','2025-05-12 20:45:11',NULL),(28,3406,17037,2,23,68.54,63.7422,23.989,5,0,23.989,0,0,0,'no','',0,'2025-05-13 13:21:57','2025-05-13 13:21:57',NULL),(29,3406,17038,2,490,19.6,18.228,16.464,12,0,16.464,0,0,0,'no','',0,'2025-05-13 13:21:57','2025-05-13 13:21:57',NULL),(30,3407,17047,2,2113,172,159.96,36.12,3,0,36.12,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(31,3407,17048,2,2110,71.4,66.402,14.994,3,0,14.994,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(32,3407,17049,2,2408,170,158.1,23.8,2,0,23.8,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(33,3407,17050,2,490,19.6,18.228,10.976,8,0,10.976,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(34,3407,17051,2,45,50,46.5,3.5,1,0,3.5,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(35,3407,17052,2,488,31.35,29.1555,4.389,2,0,4.389,0,0,0,'no','',0,'2025-05-14 13:54:45','2025-05-14 13:55:37',NULL),(36,3410,17058,2,41,71.4,66.402,24.99,5,0,24.99,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(37,3410,17059,2,45,50,46.5,14,4,0,14,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(38,3410,17060,2,43,90,83.7,18.9,3,0,18.9,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(39,3410,17061,2,3362,75,69.75,21,4,0,21,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(40,3410,17062,2,2110,71.4,66.402,24.99,5,0,24.99,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(41,3410,17063,2,2113,172,159.96,12.04,1,0,12.04,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(42,3410,17064,2,116,165,153.45,23.1,2,0,23.1,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(43,3410,17065,2,490,19.6,18.228,41.16,30,0,41.16,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(44,3410,17066,2,487,31.35,29.1555,8.778,4,0,8.778,0,0,0,'no','',0,'2025-05-14 17:01:45','2025-05-14 17:01:45',NULL),(45,3411,17068,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(46,3411,17069,2,2113,172,159.96,24.08,2,0,24.08,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(47,3411,17070,2,116,165,153.45,34.65,3,0,34.65,0,0,0,'no','',0,'2025-05-14 17:17:25','2025-05-14 17:17:25',NULL),(48,3431,17072,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(49,3431,17073,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(50,3431,17074,2,41,71.4,66.402,119.952,24,0,119.952,0,0,0,'no','',0,'2025-05-15 14:52:06','2025-05-15 14:52:06',NULL),(51,3439,17130,2,43,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(52,3439,17131,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(53,3439,17132,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-05-19 17:06:16','2025-05-19 17:06:47',NULL),(54,3441,17144,2,41,71.4,66.402,44.982,9,0,44.982,0,0,0,'no','',0,'2025-05-19 21:17:01','2025-05-19 21:17:01',NULL),(55,3450,17196,2,41,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-05-22 17:51:01','2025-05-22 17:51:01',NULL),(56,3464,17279,2,41,71.4,66.402,94.962,19,0,94.962,0,0,0,'no','',0,'2025-06-05 13:42:09','2025-06-05 13:42:09',NULL),(57,3465,17281,2,41,71.4,66.402,44.982,9,0,44.982,0,0,0,'no','',0,'2025-06-05 15:30:32','2025-06-05 15:30:32',NULL),(58,3466,17283,2,45,50,46.5,35,10,0,35,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(59,3466,17284,2,2110,71.4,66.402,74.97,15,0,74.97,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(60,3466,17285,2,3352,148,137.64,82.88,8,0,82.88,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(61,3466,17286,2,43,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-06-07 15:10:32','2025-06-07 15:10:32',NULL),(62,3504,17436,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:48:15','2025-06-17 15:49:01',NULL),(63,3505,17438,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:50:55','2025-06-17 15:50:55',NULL),(64,3506,17440,2,45,50,46.5,38.5,11,0,38.5,0,0,0,'no','',0,'2025-06-17 15:59:20','2025-06-17 15:59:20',NULL),(65,3517,17450,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-06-19 01:47:50','2025-06-19 01:47:50',NULL),(66,3521,17481,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-06-23 21:04:31','2025-06-23 21:04:31',NULL),(67,3541,17513,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-06-28 14:08:37','2025-06-28 14:08:37',NULL),(68,3547,17553,2,41,73.2,68.076,256.2,50,0,256.2,0,0,0,'no','',0,'2025-06-30 17:45:18','2025-06-30 17:45:18',NULL),(69,3616,17716,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-07-14 20:16:18','2025-07-14 20:16:18',NULL),(70,3616,17717,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-07-14 20:16:18','2025-07-14 20:16:18',NULL),(71,3624,17802,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-07-18 00:00:50','2025-07-18 00:00:50',NULL),(72,3629,17823,2,41,73.2,68.076,76.86,15,0,76.86,0,0,0,'no','',0,'2025-07-21 22:13:47','2025-07-21 22:13:47',NULL),(73,3632,17832,2,49,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-07-22 14:58:24','2025-07-22 14:58:24',NULL),(74,3638,17882,2,3362,75,69.75,42,8,0,42,0,0,0,'no','',0,'2025-07-23 21:28:51','2025-07-23 21:28:51',NULL),(75,3645,17931,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-07-30 18:41:41','2025-07-30 18:41:41',NULL),(76,3656,18015,2,43,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-08-07 02:02:38','2025-08-07 02:02:38',NULL),(77,3656,18016,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-08-07 02:02:38','2025-08-07 02:02:38',NULL),(78,3720,18286,2,51,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-08-19 16:01:35','2025-08-19 16:02:15',NULL),(79,3724,18308,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(80,3724,18309,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(81,3724,18310,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(82,3724,18311,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-08-21 20:59:41','2025-08-21 20:59:41',NULL),(83,3740,18401,2,51,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-09-01 18:06:26','2025-09-01 18:06:26',NULL),(84,3741,18406,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-09-01 20:51:05','2025-09-01 20:51:05',NULL),(85,3754,18495,2,2113,172,159.96,108.36,9,0,108.36,0,0,0,'no','',0,'2025-09-05 19:55:34','2025-09-05 19:55:56',NULL),(86,3768,18627,2,23,68.54,63.7422,38.3824,8,0,38.3824,0,0,0,'no','',0,'2025-09-10 23:11:26','2025-09-10 23:11:56',NULL),(87,3768,18628,2,38,165.76,154.157,92.8256,8,0,92.8256,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(88,3768,18640,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(89,3768,18632,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(90,3768,18631,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(91,3768,18639,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-09-10 23:11:27','2025-09-10 23:11:56',NULL),(92,184184,18709,2,41,73.2,68.076,20.496,4,0,20.496,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(93,184184,18710,2,2110,71.4,66.402,19.992,4,0,19.992,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(94,184184,18711,2,49,90,83.7,25.2,4,0,25.2,0,0,0,'no','',0,'2025-09-17 19:39:06','2025-09-17 19:39:06',NULL),(95,184185,18724,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-09-17 23:35:42','2025-09-18 16:31:28',NULL),(96,184185,18726,2,3476,76.2,70.866,42.672,8,0,42.672,0,0,0,'no','',0,'2025-09-17 23:35:42','2025-09-18 16:31:28',NULL),(97,184186,18728,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-09-18 22:25:49','2025-09-18 22:25:49',NULL),(98,184186,18730,2,3476,76.2,70.866,42.672,8,0,42.672,0,0,0,'no','',0,'2025-09-18 22:25:49','2025-09-18 22:25:49',NULL),(99,184186,18731,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-09-18 22:25:49','2025-09-18 22:25:49',NULL),(100,184191,18762,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-09-23 19:13:10','2025-09-23 22:00:50',NULL),(101,184191,18763,2,45,50,46.5,35,10,0,35,0,0,0,'no','',0,'2025-09-23 19:13:10','2025-09-23 22:00:50',NULL),(102,184191,18767,2,2110,71.4,66.402,49.98,10,0,49.98,0,0,0,'no','',0,'2025-09-23 19:13:10','2025-09-23 22:00:50',NULL),(103,184191,18768,2,43,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-09-23 19:13:10','2025-09-23 22:00:50',NULL),(104,184199,18803,2,3696,68.5,63.705,38.36,8,0,38.36,0,0,0,'no','',0,'2025-09-25 17:29:16','2025-09-25 17:29:16',NULL),(105,184206,18825,2,43,90,83.7,126,20,0,126,0,0,0,'no','',0,'2025-09-30 12:51:29','2025-09-30 12:51:29',NULL),(106,184226,18992,2,44,138,128.34,77.28,8,0,77.28,0,0,0,'no','',0,'2025-10-08 16:05:58','2025-10-08 16:05:58',NULL),(107,184226,18993,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-10-08 16:05:58','2025-10-08 16:05:58',NULL),(108,184234,19033,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-10-14 17:36:01','2025-10-14 17:36:01',NULL),(109,184235,19037,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-10-14 17:38:03','2025-10-14 17:38:03',NULL),(110,184245,19107,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-10-17 22:53:35','2025-10-17 22:53:35',NULL),(111,184251,19131,2,2110,71.4,66.402,74.97,15,0,74.97,0,0,0,'no','',0,'2025-10-22 01:29:45','2025-10-22 01:29:45',NULL),(112,184251,19132,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-10-22 01:29:45','2025-10-22 01:29:45',NULL),(113,184251,19133,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-10-22 01:29:45','2025-10-22 01:29:45',NULL),(114,184287,19349,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-11-06 21:24:07','2025-11-06 21:24:07',NULL),(115,184287,19351,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-11-06 21:24:07','2025-11-06 21:24:07',NULL),(116,184293,19379,2,49,90,83.7,126,20,0,126,0,0,0,'no','',0,'2025-11-08 16:40:38','2025-11-08 16:40:38',NULL),(117,184293,19380,2,43,90,83.7,126,20,0,126,0,0,0,'no','',0,'2025-11-08 16:40:38','2025-11-08 16:40:38',NULL),(118,184293,19381,2,2110,71.4,66.402,49.98,10,0,49.98,0,0,0,'no','',0,'2025-11-08 16:40:38','2025-11-08 16:40:38',NULL),(119,184293,19387,2,45,50,46.5,35,10,0,35,0,0,0,'no','',0,'2025-11-08 16:40:38','2025-11-08 16:40:38',NULL),(120,184298,19410,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-11-11 02:56:45','2025-11-11 02:56:45',NULL),(121,184347,19633,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-12-02 01:06:56','2025-12-02 01:06:56',NULL),(122,184347,19637,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-02 01:06:56','2025-12-02 01:06:56',NULL),(123,184350,19663,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-12-02 15:14:27','2025-12-02 15:14:27',NULL),(124,184350,19664,2,51,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-12-02 15:14:27','2025-12-02 15:14:27',NULL),(125,184350,19665,2,49,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-12-02 15:14:27','2025-12-02 15:14:27',NULL),(126,184356,19699,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-12-05 00:14:30','2025-12-05 00:14:30',NULL),(127,184359,19715,2,2110,71.4,66.402,79.968,16,0,79.968,0,0,0,'no','',0,'2025-12-06 19:18:00','2025-12-06 19:18:00',NULL),(128,184359,19716,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-12-06 19:18:00','2025-12-06 19:18:00',NULL),(129,184359,19717,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-06 19:18:00','2025-12-06 19:18:00',NULL),(130,184359,19718,2,3352,148,137.64,82.88,8,0,82.88,0,0,0,'no','',0,'2025-12-06 19:18:00','2025-12-06 19:18:00',NULL),(131,184369,19799,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-11 01:05:10','2025-12-11 01:13:54',NULL),(132,184371,19811,2,2113,172,159.96,144.48,12,0,144.48,0,0,0,'no','',0,'2025-12-11 17:48:58','2025-12-11 17:48:58',NULL),(133,184372,19822,2,49,90,83.7,189,30,0,189,0,0,0,'no','',0,'2025-12-11 20:34:37','2025-12-11 20:36:07',NULL),(134,184372,19823,2,2110,71.4,66.402,149.94,30,0,149.94,0,0,0,'no','',0,'2025-12-11 20:34:37','2025-12-11 20:36:07',NULL),(135,184372,19824,2,45,50,46.5,175,50,0,175,0,0,0,'no','',0,'2025-12-11 20:34:37','2025-12-11 20:36:07',NULL),(136,184372,19825,2,3362,75,69.75,157.5,30,0,157.5,0,0,0,'no','',0,'2025-12-11 20:34:37','2025-12-11 20:36:07',NULL),(137,184376,19828,2,49,90,83.7,189,30,0,189,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(138,184376,19829,2,2110,71.4,66.402,149.94,30,0,149.94,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(139,184376,19830,2,45,50,46.5,175,50,0,175,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(140,184376,19831,2,3362,75,69.75,157.5,30,0,157.5,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(141,184376,19832,2,41,73.2,68.076,51.24,10,0,51.24,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(142,184376,19833,2,2408,170,158.1,95.2,8,0,95.2,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(143,184376,19834,2,3499,142.8,132.804,79.968,8,0,79.968,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(144,184376,19835,2,3507,175,162.75,98,8,0,98,0,0,0,'no','',0,'2025-12-11 21:32:49','2025-12-11 21:32:49',NULL),(145,184385,19879,2,49,90,83.7,94.5,15,0,94.5,0,0,0,'no','',0,'2025-12-15 17:47:15','2025-12-15 17:47:15',NULL),(146,184385,19883,2,43,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-12-15 17:47:15','2025-12-15 17:47:15',NULL),(147,184386,19895,2,49,90,83.7,63,10,0,63,0,0,0,'no','',0,'2025-12-15 18:11:34','2025-12-15 18:11:34',NULL),(148,184397,19946,2,3696,68.5,63.705,38.36,8,0,38.36,0,0,0,'no','',0,'2025-12-22 05:35:59','2025-12-22 05:35:59',NULL),(149,184402,19996,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-12-23 20:34:04','2025-12-23 20:34:04',NULL),(150,184402,19997,2,3476,76.2,70.866,42.672,8,0,42.672,0,0,0,'no','',0,'2025-12-23 20:34:04','2025-12-23 20:34:04',NULL),(151,184402,20000,2,2110,71.4,66.402,39.984,8,0,39.984,0,0,0,'no','',0,'2025-12-23 20:34:04','2025-12-23 20:34:04',NULL),(152,184403,20003,2,41,73.2,68.076,40.992,8,0,40.992,0,0,0,'no','',0,'2025-12-23 22:00:28','2025-12-23 22:00:28',NULL),(153,184403,20004,2,45,50,46.5,28,8,0,28,0,0,0,'no','',0,'2025-12-23 22:00:28','2025-12-23 22:00:28',NULL),(154,184406,20019,2,2110,71.4,66.402,59.976,12,0,59.976,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(155,184406,20020,2,2113,172,159.96,96.32,8,0,96.32,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(156,184406,20021,2,3356,151.2,140.616,84.672,8,0,84.672,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(157,184406,20022,2,3358,151.2,140.616,84.672,8,0,84.672,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(158,184406,20023,2,40,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(159,184406,20024,2,39,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(160,184406,20025,2,44,138,128.34,77.28,8,0,77.28,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(161,184406,20026,2,49,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(162,184406,20027,2,43,90,83.7,50.4,8,0,50.4,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(163,184406,20028,2,3352,148,137.64,82.88,8,0,82.88,0,0,0,'no','',0,'2025-12-28 16:16:47','2025-12-28 16:16:47',NULL),(164,184407,20031,2,3696,68.5,63.705,95.9,20,0,95.9,0,0,0,'no','',0,'2025-12-28 16:26:06','2025-12-28 16:26:06',NULL);
/*!40000 ALTER TABLE `wp_wdr_order_item_discounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wdr_rules`
--

DROP TABLE IF EXISTS `wp_wdr_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wdr_rules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `enabled` tinyint(1) DEFAULT 1,
  `deleted` tinyint(1) DEFAULT 0,
  `exclusive` tinyint(1) DEFAULT 0,
  `title` varchar(255) DEFAULT NULL,
  `priority` int(11) DEFAULT NULL,
  `apply_to` text DEFAULT NULL,
  `filters` longtext NOT NULL,
  `conditions` longtext DEFAULT NULL,
  `product_adjustments` text DEFAULT NULL,
  `cart_adjustments` text DEFAULT NULL,
  `buy_x_get_x_adjustments` text DEFAULT NULL,
  `buy_x_get_y_adjustments` text DEFAULT NULL,
  `bulk_adjustments` text NOT NULL,
  `set_adjustments` text NOT NULL,
  `other_discounts` text DEFAULT NULL,
  `date_from` int(11) DEFAULT NULL,
  `date_to` int(11) DEFAULT NULL,
  `usage_limits` int(11) DEFAULT NULL,
  `rule_language` text DEFAULT NULL,
  `used_limits` int(11) DEFAULT NULL,
  `additional` text DEFAULT NULL,
  `max_discount_sum` varchar(255) DEFAULT NULL,
  `advanced_discount_message` text DEFAULT NULL,
  `discount_type` varchar(255) DEFAULT NULL,
  `used_coupons` text DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `created_on` datetime DEFAULT NULL,
  `modified_by` int(11) DEFAULT NULL,
  `modified_on` datetime DEFAULT NULL,
  PRIMARY KEY (`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_wdr_rules`
--

LOCK TABLES `wp_wdr_rules` WRITE;
/*!40000 ALTER TABLE `wp_wdr_rules` DISABLE KEYS */;
INSERT INTO `wp_wdr_rules` VALUES (1,0,0,0,'Store wide discount - sample',1,NULL,'[{\"type\":\"all_products\"}]','[]','{\"type\":\"percentage\",\"value\":10,\"apply_as_cart_rule\":\"\"}','[]','[]','[]','[]','[]',NULL,NULL,NULL,0,'[]',NULL,'{\"condition_relationship\":\"and\"}',NULL,'[]','wdr_simple_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-09 15:12:01'),(2,1,0,0,'Bulk Discount 7%',2,NULL,'{\"1\":{\"type\":\"product_category\",\"method\":\"in_list\",\"value\":[\"32\"],\"product_variants\":[]},\"2\":{\"type\":\"products\",\"method\":\"not_in_list\",\"value\":[\"93\",\"95\",\"97\",\"99\"],\"product_variants\":[],\"product_variants_for_sale_badge\":[]},\"3\":{\"type\":\"products\",\"method\":\"not_in_list\",\"value\":[\"490\",\"489\",\"488\",\"487\"],\"product_variants\":[],\"product_variants_for_sale_badge\":[]}}','[]','{\"cart_label\":\"\"}','[]','[]','[]','{\"operator\":\"product\",\"ranges\":{\"1\":{\"from\":\"8\",\"to\":\"\",\"type\":\"percentage\",\"value\":\"7\",\"label\":\"Bulk Discount\"}},\"cart_label\":\"\"}','{\"cart_label\":\"\"}',NULL,NULL,NULL,0,'[]',75,'{\"condition_relationship\":\"and\"}',NULL,'{\"display\":\"0\",\"badge_color_picker\":\"#ffffff\",\"badge_text_color_picker\":\"#000000\",\"badge_text\":\"\"}','wdr_bulk_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-14 18:09:07'),(3,0,0,0,'Cart discount - sample',3,NULL,'[{\"type\":\"all_products\"}]','[{\"type\":\"cart_subtotal\",\"options\":{\"operator\":\"greater_than_or_equal\",\"value\":500,\"calculate_from\":\"from_cart\"}}]','[]','{\"type\":\"percentage\",\"value\":20,\"label\":\"Subtotal discount\"}','[]','[]','[]','[]',NULL,NULL,NULL,0,'[]',NULL,'{\"condition_relationship\":\"and\"}',NULL,'[]','wdr_cart_discount','[]',2,'2025-05-09 15:12:01',2,'2025-05-09 15:12:01');
/*!40000 ALTER TABLE `wp_wdr_rules` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_api_keys` VALUES (1,2,'SkyVerge Support - API (2023-07-30 14:07:07)','read','3e6140cd52de11886ef4c8cf0544a0d51a93351b25e7fc073f938cad3a1dd7b0','cs_b2660a220c80c01c7f88a8c8f390a28969e0d5dc',NULL,'4b22e5c','2023-07-30 14:07:09');
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB AUTO_INCREMENT=185135 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (156,20,'_product_id','144'),(157,20,'_variation_id','0'),(158,20,'_qty','-1'),(159,20,'_tax_class',''),(160,20,'_line_subtotal','-1.25'),(161,20,'_line_subtotal_tax','0'),(162,20,'_line_total','-1.25'),(163,20,'_line_tax','0'),(164,20,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165,20,'_refunded_item_id','14'),(166,21,'method_id','fedex'),(167,21,'instance_id','1'),(168,21,'cost','-9.44'),(169,21,'total_tax','0'),(170,21,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171,21,'_refunded_item_id','15'),(202,26,'_product_id','142'),(203,26,'_variation_id','0'),(204,26,'_qty','-1'),(205,26,'_tax_class',''),(206,26,'_line_subtotal','-1.25'),(207,26,'_line_subtotal_tax','0'),(208,26,'_line_total','-1.25'),(209,26,'_line_tax','0'),(210,26,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(211,26,'_refunded_item_id','24'),(212,27,'method_id','fedex'),(213,27,'instance_id','1'),(214,27,'cost','-9.44'),(215,27,'total_tax','0'),(216,27,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(217,27,'_refunded_item_id','25'),(1092,127,'_product_id','144'),(1093,127,'_variation_id','0'),(1094,127,'_qty','-1'),(1095,127,'_tax_class',''),(1096,127,'_line_subtotal','-1.25'),(1097,127,'_line_subtotal_tax','0'),(1098,127,'_line_total','-1.25'),(1099,127,'_line_tax','0'),(1100,127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1101,127,'_refunded_item_id','125'),(1102,128,'method_id','fedex'),(1103,128,'instance_id','1'),(1104,128,'cost','-9.44'),(1105,128,'total_tax','0'),(1106,128,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1107,128,'_refunded_item_id','126'),(1153,135,'_product_id','93'),(1154,135,'_variation_id','0'),(1155,135,'_qty','40'),(1156,135,'_tax_class',''),(1157,135,'_line_subtotal','0'),(1158,135,'_line_subtotal_tax','0'),(1159,135,'_line_total','0'),(1160,135,'_line_tax','0'),(1161,135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1162,136,'method_id','fedex'),(1163,136,'instance_id','1'),(1164,136,'cost','74.31'),(1165,136,'total_tax','0'),(1166,136,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1167,136,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1168,136,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1169,136,'Package 3','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1170,136,'Package 4','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1171,136,'Package 5','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1172,136,'Package 6','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1173,136,'Package 7','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(1174,137,'_product_id','93'),(1175,137,'_variation_id','0'),(1176,137,'_qty','10'),(1177,137,'_tax_class',''),(1178,137,'_line_subtotal','0'),(1179,137,'_line_subtotal_tax','0'),(1180,137,'_line_total','0'),(1181,137,'_line_tax','0'),(1182,137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1183,138,'_product_id','43'),(1184,138,'_variation_id','0'),(1185,138,'_qty','4'),(1186,138,'_tax_class',''),(1187,138,'_line_subtotal','288'),(1188,138,'_line_subtotal_tax','0'),(1189,138,'_line_total','288'),(1190,138,'_line_tax','0'),(1191,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1192,139,'_product_id','49'),(1193,139,'_variation_id','0'),(1194,139,'_qty','1'),(1195,139,'_tax_class',''),(1196,139,'_line_subtotal','72'),(1197,139,'_line_subtotal_tax','0'),(1198,139,'_line_total','72'),(1199,139,'_line_tax','0'),(1200,139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1201,140,'_product_id','99'),(1202,140,'_variation_id','0'),(1203,140,'_qty','2'),(1204,140,'_tax_class',''),(1205,140,'_line_subtotal','0'),(1206,140,'_line_subtotal_tax','0'),(1207,140,'_line_total','0'),(1208,140,'_line_tax','0'),(1209,140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1210,141,'_product_id','42'),(1211,141,'_variation_id','0'),(1212,141,'_qty','2'),(1213,141,'_tax_class',''),(1214,141,'_line_subtotal','144'),(1215,141,'_line_subtotal_tax','0'),(1216,141,'_line_total','144'),(1217,141,'_line_tax','0'),(1218,141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1219,142,'method_id','free_shipping'),(1220,142,'instance_id','2'),(1221,142,'cost','0.00'),(1222,142,'total_tax','0'),(1223,142,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1224,142,'Items','Bulk Active Rise 100% &times; 10, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 2, Comb-Out Mousse(Case of 12) &times; 2'),(1225,143,'_product_id','40'),(1226,143,'_variation_id','0'),(1227,143,'_qty','2'),(1228,143,'_tax_class',''),(1229,143,'_line_subtotal','144'),(1230,143,'_line_subtotal_tax','0'),(1231,143,'_line_total','144'),(1232,143,'_line_tax','0'),(1233,143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1234,144,'_product_id','39'),(1235,144,'_variation_id','0'),(1236,144,'_qty','2'),(1237,144,'_tax_class',''),(1238,144,'_line_subtotal','144'),(1239,144,'_line_subtotal_tax','0'),(1240,144,'_line_total','144'),(1241,144,'_line_tax','0'),(1242,144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1243,145,'_product_id','43'),(1244,145,'_variation_id','0'),(1245,145,'_qty','3'),(1246,145,'_tax_class',''),(1247,145,'_line_subtotal','216'),(1248,145,'_line_subtotal_tax','0'),(1249,145,'_line_total','216'),(1250,145,'_line_tax','0'),(1251,145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1252,146,'_product_id','93'),(1253,146,'_variation_id','0'),(1254,146,'_qty','10'),(1255,146,'_tax_class',''),(1256,146,'_line_subtotal','0'),(1257,146,'_line_subtotal_tax','0'),(1258,146,'_line_total','0'),(1259,146,'_line_tax','0'),(1260,146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1261,147,'_product_id','97'),(1262,147,'_variation_id','0'),(1263,147,'_qty','1'),(1264,147,'_tax_class',''),(1265,147,'_line_subtotal','0'),(1266,147,'_line_subtotal_tax','0'),(1267,147,'_line_total','0'),(1268,147,'_line_tax','0'),(1269,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1270,148,'method_id','free_shipping'),(1271,148,'instance_id','2'),(1272,148,'cost','0.00'),(1273,148,'total_tax','0'),(1274,148,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1275,148,'Items','Preventive Conditioner(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rise 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1'),(1276,149,'_product_id','39'),(1277,149,'_variation_id','0'),(1278,149,'_qty','2'),(1279,149,'_tax_class',''),(1280,149,'_line_subtotal','144'),(1281,149,'_line_subtotal_tax','0'),(1282,149,'_line_total','144'),(1283,149,'_line_tax','0'),(1284,149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1285,150,'_product_id','40'),(1286,150,'_variation_id','0'),(1287,150,'_qty','2'),(1288,150,'_tax_class',''),(1289,150,'_line_subtotal','144'),(1290,150,'_line_subtotal_tax','0'),(1291,150,'_line_total','144'),(1292,150,'_line_tax','0'),(1293,150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1294,151,'_product_id','43'),(1295,151,'_variation_id','0'),(1296,151,'_qty','3'),(1297,151,'_tax_class',''),(1298,151,'_line_subtotal','216'),(1299,151,'_line_subtotal_tax','0'),(1300,151,'_line_total','216'),(1301,151,'_line_tax','0'),(1302,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1303,152,'_product_id','42'),(1304,152,'_variation_id','0'),(1305,152,'_qty','2'),(1306,152,'_tax_class',''),(1307,152,'_line_subtotal','144'),(1308,152,'_line_subtotal_tax','0'),(1309,152,'_line_total','144'),(1310,152,'_line_tax','0'),(1311,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1312,153,'_product_id','93'),(1313,153,'_variation_id','0'),(1314,153,'_qty','10'),(1315,153,'_tax_class',''),(1316,153,'_line_subtotal','0'),(1317,153,'_line_subtotal_tax','0'),(1318,153,'_line_total','0'),(1319,153,'_line_tax','0'),(1320,153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1321,154,'method_id','fedex'),(1322,154,'instance_id','1'),(1323,154,'cost','101.15'),(1324,154,'total_tax','0'),(1325,154,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1326,154,'Package 1','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(1327,154,'Package 2','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(1328,154,'Package 3','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(1329,154,'Package 4','11.25 × 8.75 × 7.75 (in) 10.19lbs × 1'),(1330,154,'Package 5','11.25 × 8.75 × 7.75 (in) 8.04lbs × 1'),(1331,154,'Package 6','11.25 × 8.75 × 7.75 (in) 7.99lbs × 1'),(1332,154,'Package 7','11.25 × 8.75 × 7.75 (in) 7.99lbs × 1'),(1333,154,'Package 8','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(1334,154,'Package 9','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(1335,155,'_product_id','39'),(1336,155,'_variation_id','0'),(1337,155,'_qty','2'),(1338,155,'_tax_class',''),(1339,155,'_line_subtotal','144'),(1340,155,'_line_subtotal_tax','0'),(1341,155,'_line_total','144'),(1342,155,'_line_tax','0'),(1343,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1344,156,'_product_id','43'),(1345,156,'_variation_id','0'),(1346,156,'_qty','3'),(1347,156,'_tax_class',''),(1348,156,'_line_subtotal','216'),(1349,156,'_line_subtotal_tax','0'),(1350,156,'_line_total','216'),(1351,156,'_line_tax','0'),(1352,156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1353,157,'_product_id','42'),(1354,157,'_variation_id','0'),(1355,157,'_qty','2'),(1356,157,'_tax_class',''),(1357,157,'_line_subtotal','144'),(1358,157,'_line_subtotal_tax','0'),(1359,157,'_line_total','144'),(1360,157,'_line_tax','0'),(1361,157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1362,158,'_product_id','93'),(1363,158,'_variation_id','0'),(1364,158,'_qty','10'),(1365,158,'_tax_class',''),(1366,158,'_line_subtotal','0'),(1367,158,'_line_subtotal_tax','0'),(1368,158,'_line_total','0'),(1369,158,'_line_tax','0'),(1370,158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1371,159,'method_id','free_shipping'),(1372,159,'instance_id','2'),(1373,159,'cost','0.00'),(1374,159,'total_tax','0'),(1375,159,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1376,159,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Bulk Active Rise 100% &times; 10'),(1464,170,'_product_id','93'),(1465,170,'_variation_id','0'),(1466,170,'_qty','11'),(1467,170,'_tax_class',''),(1468,170,'_line_subtotal','0'),(1469,170,'_line_subtotal_tax','0'),(1470,170,'_line_total','0'),(1471,170,'_line_tax','0'),(1472,170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1473,171,'method_id','fedex'),(1474,171,'instance_id','1'),(1475,171,'cost','22.97'),(1476,171,'total_tax','0'),(1477,171,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1478,171,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1479,171,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(1480,172,'_product_id','41'),(1481,172,'_variation_id','0'),(1482,172,'_qty','2'),(1483,172,'_tax_class',''),(1484,172,'_line_subtotal','114.24'),(1485,172,'_line_subtotal_tax','0'),(1486,172,'_line_total','114.24'),(1487,172,'_line_tax','0'),(1488,172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1489,173,'_product_id','93'),(1490,173,'_variation_id','0'),(1491,173,'_qty','6'),(1492,173,'_tax_class',''),(1493,173,'_line_subtotal','0'),(1494,173,'_line_subtotal_tax','0'),(1495,173,'_line_total','0'),(1496,173,'_line_tax','0'),(1497,173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1498,174,'_product_id','148'),(1499,174,'_variation_id','0'),(1500,174,'_qty','6'),(1501,174,'_tax_class',''),(1502,174,'_line_subtotal','45'),(1503,174,'_line_subtotal_tax','0'),(1504,174,'_line_total','45'),(1505,174,'_line_tax','0'),(1506,174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1507,175,'method_id','fedex'),(1508,175,'instance_id','1'),(1509,175,'cost','25.92'),(1510,175,'total_tax','0'),(1511,175,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1512,175,'Package 1','11.25 × 8.75 × 7.75 (in) 14.19lbs × 1'),(1513,175,'Package 2','11.25 × 8.75 × 7.75 (in) 5.89lbs × 1'),(1514,176,'_product_id','23'),(1515,176,'_variation_id','0'),(1516,176,'_qty','5'),(1517,176,'_tax_class',''),(1518,176,'_line_subtotal','360'),(1519,176,'_line_subtotal_tax','0'),(1520,176,'_line_total','360'),(1521,176,'_line_tax','0'),(1522,176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1523,177,'_product_id','45'),(1524,177,'_variation_id','0'),(1525,177,'_qty','5'),(1526,177,'_tax_class',''),(1527,177,'_line_subtotal','192'),(1528,177,'_line_subtotal_tax','0'),(1529,177,'_line_total','192'),(1530,177,'_line_tax','0'),(1531,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1532,178,'_product_id','41'),(1533,178,'_variation_id','0'),(1534,178,'_qty','6'),(1535,178,'_tax_class',''),(1536,178,'_line_subtotal','342.72'),(1537,178,'_line_subtotal_tax','0'),(1538,178,'_line_total','342.72'),(1539,178,'_line_tax','0'),(1540,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1541,179,'_product_id','49'),(1542,179,'_variation_id','0'),(1543,179,'_qty','5'),(1544,179,'_tax_class',''),(1545,179,'_line_subtotal','360'),(1546,179,'_line_subtotal_tax','0'),(1547,179,'_line_total','360'),(1548,179,'_line_tax','0'),(1549,179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1550,180,'_product_id','43'),(1551,180,'_variation_id','0'),(1552,180,'_qty','3'),(1553,180,'_tax_class',''),(1554,180,'_line_subtotal','216'),(1555,180,'_line_subtotal_tax','0'),(1556,180,'_line_total','216'),(1557,180,'_line_tax','0'),(1558,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1559,181,'_product_id','93'),(1560,181,'_variation_id','0'),(1561,181,'_qty','10'),(1562,181,'_tax_class',''),(1563,181,'_line_subtotal','0'),(1564,181,'_line_subtotal_tax','0'),(1565,181,'_line_total','0'),(1566,181,'_line_tax','0'),(1567,181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1568,182,'_product_id','99'),(1569,182,'_variation_id','0'),(1570,182,'_qty','4'),(1571,182,'_tax_class',''),(1572,182,'_line_subtotal','0'),(1573,182,'_line_subtotal_tax','0'),(1574,182,'_line_total','0'),(1575,182,'_line_tax','0'),(1576,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1577,183,'_product_id','97'),(1578,183,'_variation_id','0'),(1579,183,'_qty','4'),(1580,183,'_tax_class',''),(1581,183,'_line_subtotal','0'),(1582,183,'_line_subtotal_tax','0'),(1583,183,'_line_total','0'),(1584,183,'_line_tax','0'),(1585,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1586,184,'_product_id','116'),(1587,184,'_variation_id','0'),(1588,184,'_qty','1'),(1589,184,'_tax_class',''),(1590,184,'_line_subtotal','132'),(1591,184,'_line_subtotal_tax','0'),(1592,184,'_line_total','132'),(1593,184,'_line_tax','0'),(1594,184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1595,185,'_product_id','133'),(1596,185,'_variation_id','0'),(1597,185,'_qty','2'),(1598,185,'_tax_class',''),(1599,185,'_line_subtotal','26'),(1600,185,'_line_subtotal_tax','0'),(1601,185,'_line_total','26'),(1602,185,'_line_tax','0'),(1603,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1604,186,'_product_id','131'),(1605,186,'_variation_id','0'),(1606,186,'_qty','2'),(1607,186,'_tax_class',''),(1608,186,'_line_subtotal','23'),(1609,186,'_line_subtotal_tax','0'),(1610,186,'_line_total','23'),(1611,186,'_line_tax','0'),(1612,186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1613,187,'_product_id','42'),(1614,187,'_variation_id','0'),(1615,187,'_qty','2'),(1616,187,'_tax_class',''),(1617,187,'_line_subtotal','144'),(1618,187,'_line_subtotal_tax','0'),(1619,187,'_line_total','144'),(1620,187,'_line_tax','0'),(1621,187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1622,188,'method_id','free_shipping'),(1623,188,'instance_id','2'),(1624,188,'cost','0.00'),(1625,188,'total_tax','0'),(1626,188,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1627,188,'Items','Active Rinse 8oz(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 6, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 4, Bulk Detangling Spray 1 Gallon &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Disposable Head Bands &times; 2, Disposable Capes &times; 2, Comb-Out Mousse(Case of 12) &times; 2'),(1628,189,'_product_id','133'),(1629,189,'_variation_id','0'),(1630,189,'_qty','5'),(1631,189,'_tax_class',''),(1632,189,'_line_subtotal','65'),(1633,189,'_line_subtotal_tax','0'),(1634,189,'_line_total','65'),(1635,189,'_line_tax','0'),(1636,189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1637,190,'_product_id','45'),(1638,190,'_variation_id','0'),(1639,190,'_qty','1'),(1640,190,'_tax_class',''),(1641,190,'_line_subtotal','38.4'),(1642,190,'_line_subtotal_tax','0'),(1643,190,'_line_total','38.4'),(1644,190,'_line_tax','0'),(1645,190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1646,191,'_product_id','41'),(1647,191,'_variation_id','0'),(1648,191,'_qty','1'),(1649,191,'_tax_class',''),(1650,191,'_line_subtotal','57.12'),(1651,191,'_line_subtotal_tax','0'),(1652,191,'_line_total','57.12'),(1653,191,'_line_tax','0'),(1654,191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1655,192,'method_id','fedex'),(1656,192,'instance_id','1'),(1657,192,'cost','46.14'),(1658,192,'total_tax','0'),(1659,192,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1660,192,'Package 1','11.25 × 8.75 × 7.75 (in) 9.29lbs × 1'),(1661,192,'Package 2','11.25 × 8.75 × 7.75 (in) 5.39lbs × 1'),(1662,192,'Package 3','11.25 × 8.75 × 7.75 (in) 2.99lbs × 1'),(1705,198,'_product_id','23'),(1706,198,'_variation_id','0'),(1707,198,'_qty','2'),(1708,198,'_tax_class',''),(1709,198,'_line_subtotal','144'),(1710,198,'_line_subtotal_tax','0'),(1711,198,'_line_total','144'),(1712,198,'_line_tax','0'),(1713,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1714,199,'_product_id','38'),(1715,199,'_variation_id','0'),(1716,199,'_qty','1'),(1717,199,'_tax_class',''),(1718,199,'_line_subtotal','179.2'),(1719,199,'_line_subtotal_tax','0'),(1720,199,'_line_total','179.2'),(1721,199,'_line_tax','0'),(1722,199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1723,200,'_product_id','41'),(1724,200,'_variation_id','0'),(1725,200,'_qty','1'),(1726,200,'_tax_class',''),(1727,200,'_line_subtotal','57.12'),(1728,200,'_line_subtotal_tax','0'),(1729,200,'_line_total','57.12'),(1730,200,'_line_tax','0'),(1731,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1732,201,'_product_id','43'),(1733,201,'_variation_id','0'),(1734,201,'_qty','1'),(1735,201,'_tax_class',''),(1736,201,'_line_subtotal','72'),(1737,201,'_line_subtotal_tax','0'),(1738,201,'_line_total','72'),(1739,201,'_line_tax','0'),(1740,201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1741,202,'_product_id','49'),(1742,202,'_variation_id','0'),(1743,202,'_qty','1'),(1744,202,'_tax_class',''),(1745,202,'_line_subtotal','72'),(1746,202,'_line_subtotal_tax','0'),(1747,202,'_line_total','72'),(1748,202,'_line_tax','0'),(1749,202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1750,203,'_product_id','93'),(1751,203,'_variation_id','0'),(1752,203,'_qty','20'),(1753,203,'_tax_class',''),(1754,203,'_line_subtotal','0'),(1755,203,'_line_subtotal_tax','0'),(1756,203,'_line_total','0'),(1757,203,'_line_tax','0'),(1758,203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1759,204,'method_id','free_shipping'),(1760,204,'instance_id','2'),(1761,204,'cost','0.00'),(1762,204,'total_tax','0'),(1763,204,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1764,204,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 20'),(1765,205,'_product_id','93'),(1766,205,'_variation_id','0'),(1767,205,'_qty','12'),(1768,205,'_tax_class',''),(1769,205,'_line_subtotal','0'),(1770,205,'_line_subtotal_tax','0'),(1771,205,'_line_total','0'),(1772,205,'_line_tax','0'),(1773,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1774,206,'_product_id','146'),(1775,206,'_variation_id','0'),(1776,206,'_qty','6'),(1777,206,'_tax_class',''),(1778,206,'_line_subtotal','7.5'),(1779,206,'_line_subtotal_tax','0'),(1780,206,'_line_total','7.5'),(1781,206,'_line_tax','0'),(1782,206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1783,207,'method_id','fedex'),(1784,207,'instance_id','1'),(1785,207,'cost','23.46'),(1786,207,'total_tax','0'),(1787,207,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1788,207,'Package 1','11.25 × 8.75 × 7.75 (in) 13.79lbs × 1'),(1789,207,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1850,215,'_product_id','97'),(1851,215,'_variation_id','0'),(1852,215,'_qty','4'),(1853,215,'_tax_class',''),(1854,215,'_line_subtotal','0'),(1855,215,'_line_subtotal_tax','0'),(1856,215,'_line_total','0'),(1857,215,'_line_tax','0'),(1858,215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1859,216,'method_id','fedex'),(1860,216,'instance_id','1'),(1861,216,'cost','51.84'),(1862,216,'total_tax','0'),(1863,216,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1864,216,'Package 1','12 × 6 × 6 (in) 7.85lbs × 1'),(1865,216,'Package 2','12 × 6 × 6 (in) 7.85lbs × 1'),(1866,216,'Package 3','12 × 6 × 6 (in) 7.85lbs × 1'),(1867,216,'Package 4','12 × 6 × 6 (in) 7.85lbs × 1'),(1868,217,'_product_id','97'),(1869,217,'_variation_id','0'),(1870,217,'_qty','4'),(1871,217,'_tax_class',''),(1872,217,'_line_subtotal','0'),(1873,217,'_line_subtotal_tax','0'),(1874,217,'_line_total','0'),(1875,217,'_line_tax','0'),(1876,217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1877,218,'method_id','fedex'),(1878,218,'instance_id','1'),(1879,218,'cost','51.84'),(1880,218,'total_tax','0'),(1881,218,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1882,218,'Package 1','12 × 6 × 6 (in) 7.85lbs × 1'),(1883,218,'Package 2','12 × 6 × 6 (in) 7.85lbs × 1'),(1884,218,'Package 3','12 × 6 × 6 (in) 7.85lbs × 1'),(1885,218,'Package 4','12 × 6 × 6 (in) 7.85lbs × 1'),(1886,219,'_product_id','93'),(1887,219,'_variation_id','0'),(1888,219,'_qty','20'),(1889,219,'_tax_class',''),(1890,219,'_line_subtotal','0'),(1891,219,'_line_subtotal_tax','0'),(1892,219,'_line_total','0'),(1893,219,'_line_tax','0'),(1894,219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1895,220,'method_id','fedex'),(1896,220,'instance_id','1'),(1897,220,'cost','41.83'),(1898,220,'total_tax','0'),(1899,220,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1900,220,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1901,220,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1902,220,'Package 3','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(1903,220,'Package 4','15.5 × 12 × 1.5 (in) 4.36lbs × 1'),(1904,221,'_product_id','41'),(1905,221,'_variation_id','0'),(1906,221,'_qty','1'),(1907,221,'_tax_class',''),(1908,221,'_line_subtotal','57.12'),(1909,221,'_line_subtotal_tax','0'),(1910,221,'_line_total','57.12'),(1911,221,'_line_tax','0'),(1912,221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1913,222,'_product_id','44'),(1914,222,'_variation_id','0'),(1915,222,'_qty','1'),(1916,222,'_tax_class',''),(1917,222,'_line_subtotal','105.6'),(1918,222,'_line_subtotal_tax','0'),(1919,222,'_line_total','105.6'),(1920,222,'_line_tax','0'),(1921,222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1922,223,'_product_id','93'),(1923,223,'_variation_id','0'),(1924,223,'_qty','8'),(1925,223,'_tax_class',''),(1926,223,'_line_subtotal','0'),(1927,223,'_line_subtotal_tax','0'),(1928,223,'_line_total','0'),(1929,223,'_line_tax','0'),(1930,223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1931,224,'_product_id','43'),(1932,224,'_variation_id','0'),(1933,224,'_qty','1'),(1934,224,'_tax_class',''),(1935,224,'_line_subtotal','72'),(1936,224,'_line_subtotal_tax','0'),(1937,224,'_line_total','72'),(1938,224,'_line_tax','0'),(1939,224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1940,225,'_product_id','146'),(1941,225,'_variation_id','0'),(1942,225,'_qty','1'),(1943,225,'_tax_class',''),(1944,225,'_line_subtotal','1.25'),(1945,225,'_line_subtotal_tax','0'),(1946,225,'_line_total','1.25'),(1947,225,'_line_tax','0'),(1948,225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1949,226,'_product_id','137'),(1950,226,'_variation_id','0'),(1951,226,'_qty','1'),(1952,226,'_tax_class',''),(1953,226,'_line_subtotal','5.5'),(1954,226,'_line_subtotal_tax','0'),(1955,226,'_line_total','5.5'),(1956,226,'_line_tax','0'),(1957,226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1958,227,'method_id','fedex'),(1959,227,'instance_id','1'),(1960,227,'cost','42.23'),(1961,227,'total_tax','0'),(1962,227,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(1963,227,'Package 1','11.25 × 8.75 × 7.75 (in) 15.14lbs × 1'),(1964,227,'Package 2','11.25 × 8.75 × 7.75 (in) 13.74lbs × 1'),(1965,227,'Package 3','12.5 × 8 × 6.25 (in) 11.55lbs × 1'),(1966,228,'_product_id','41'),(1967,228,'_variation_id','0'),(1968,228,'_qty','2'),(1969,228,'_tax_class',''),(1970,228,'_line_subtotal','114.24'),(1971,228,'_line_subtotal_tax','0'),(1972,228,'_line_total','114.24'),(1973,228,'_line_tax','0'),(1974,228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1975,229,'_product_id','42'),(1976,229,'_variation_id','0'),(1977,229,'_qty','1'),(1978,229,'_tax_class',''),(1979,229,'_line_subtotal','72'),(1980,229,'_line_subtotal_tax','0'),(1981,229,'_line_total','72'),(1982,229,'_line_tax','0'),(1983,229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1984,230,'_product_id','99'),(1985,230,'_variation_id','0'),(1986,230,'_qty','1'),(1987,230,'_tax_class',''),(1988,230,'_line_subtotal','0'),(1989,230,'_line_subtotal_tax','0'),(1990,230,'_line_total','0'),(1991,230,'_line_tax','0'),(1992,230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(1993,231,'_product_id','51'),(1994,231,'_variation_id','0'),(1995,231,'_qty','1'),(1996,231,'_tax_class',''),(1997,231,'_line_subtotal','134.4'),(1998,231,'_line_subtotal_tax','0'),(1999,231,'_line_total','134.4'),(2000,231,'_line_tax','0'),(2001,231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2002,232,'_product_id','44'),(2003,232,'_variation_id','0'),(2004,232,'_qty','1'),(2005,232,'_tax_class',''),(2006,232,'_line_subtotal','105.6'),(2007,232,'_line_subtotal_tax','0'),(2008,232,'_line_total','105.6'),(2009,232,'_line_tax','0'),(2010,232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2011,233,'_product_id','93'),(2012,233,'_variation_id','0'),(2013,233,'_qty','10'),(2014,233,'_tax_class',''),(2015,233,'_line_subtotal','0'),(2016,233,'_line_subtotal_tax','0'),(2017,233,'_line_total','0'),(2018,233,'_line_tax','0'),(2019,233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2020,234,'_product_id','23'),(2021,234,'_variation_id','0'),(2022,234,'_qty','1'),(2023,234,'_tax_class',''),(2024,234,'_line_subtotal','72'),(2025,234,'_line_subtotal_tax','0'),(2026,234,'_line_total','72'),(2027,234,'_line_tax','0'),(2028,234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2029,235,'_product_id','144'),(2030,235,'_variation_id','0'),(2031,235,'_qty','5'),(2032,235,'_tax_class',''),(2033,235,'_line_subtotal','6.25'),(2034,235,'_line_subtotal_tax','0'),(2035,235,'_line_total','6.25'),(2036,235,'_line_tax','0'),(2037,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2038,236,'method_id','free_shipping'),(2039,236,'instance_id','2'),(2040,236,'cost','0.00'),(2041,236,'total_tax','0'),(2042,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2043,236,'Items','Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rise 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Course Tail Comb &times; 5'),(2088,242,'_product_id','41'),(2089,242,'_variation_id','0'),(2090,242,'_qty','1'),(2091,242,'_tax_class',''),(2092,242,'_line_subtotal','57.12'),(2093,242,'_line_subtotal_tax','0'),(2094,242,'_line_total','57.12'),(2095,242,'_line_tax','0'),(2096,242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2097,243,'_product_id','116'),(2098,243,'_variation_id','0'),(2099,243,'_qty','1'),(2100,243,'_tax_class',''),(2101,243,'_line_subtotal','132'),(2102,243,'_line_subtotal_tax','0'),(2103,243,'_line_total','132'),(2104,243,'_line_tax','0'),(2105,243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2106,244,'_product_id','23'),(2107,244,'_variation_id','0'),(2108,244,'_qty','1'),(2109,244,'_tax_class',''),(2110,244,'_line_subtotal','72'),(2111,244,'_line_subtotal_tax','0'),(2112,244,'_line_total','72'),(2113,244,'_line_tax','0'),(2114,244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2115,245,'_product_id','133'),(2116,245,'_variation_id','0'),(2117,245,'_qty','1'),(2118,245,'_tax_class',''),(2119,245,'_line_subtotal','13'),(2120,245,'_line_subtotal_tax','0'),(2121,245,'_line_total','13'),(2122,245,'_line_tax','0'),(2123,245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2124,246,'_product_id','93'),(2125,246,'_variation_id','0'),(2126,246,'_qty','10'),(2127,246,'_tax_class',''),(2128,246,'_line_subtotal','0'),(2129,246,'_line_subtotal_tax','0'),(2130,246,'_line_total','0'),(2131,246,'_line_tax','0'),(2132,246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2133,247,'method_id','fedex'),(2134,247,'instance_id','1'),(2135,247,'cost','78.64'),(2136,247,'total_tax','0'),(2137,247,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2138,247,'Package 1','11.25 × 8.75 × 7.75 (in) 9.09lbs × 1'),(2139,247,'Package 2','11.25 × 8.75 × 7.75 (in) 13.74lbs × 1'),(2140,247,'Package 3','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(2141,247,'Package 4','13 × 9 × 8.5 (in) 8.7lbs × 1'),(2142,248,'_product_id','23'),(2143,248,'_variation_id','0'),(2144,248,'_qty','2'),(2145,248,'_tax_class',''),(2146,248,'_line_subtotal','144'),(2147,248,'_line_subtotal_tax','0'),(2148,248,'_line_total','144'),(2149,248,'_line_tax','0'),(2150,248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2151,249,'_product_id','41'),(2152,249,'_variation_id','0'),(2153,249,'_qty','2'),(2154,249,'_tax_class',''),(2155,249,'_line_subtotal','114.24'),(2156,249,'_line_subtotal_tax','0'),(2157,249,'_line_total','114.24'),(2158,249,'_line_tax','0'),(2159,249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2160,250,'_product_id','44'),(2161,250,'_variation_id','0'),(2162,250,'_qty','2'),(2163,250,'_tax_class',''),(2164,250,'_line_subtotal','211.2'),(2165,250,'_line_subtotal_tax','0'),(2166,250,'_line_total','211.2'),(2167,250,'_line_tax','0'),(2168,250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2169,251,'_product_id','99'),(2170,251,'_variation_id','0'),(2171,251,'_qty','2'),(2172,251,'_tax_class',''),(2173,251,'_line_subtotal','0'),(2174,251,'_line_subtotal_tax','0'),(2175,251,'_line_total','0'),(2176,251,'_line_tax','0'),(2177,251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2178,252,'_product_id','144'),(2179,252,'_variation_id','0'),(2180,252,'_qty','5'),(2181,252,'_tax_class',''),(2182,252,'_line_subtotal','6.25'),(2183,252,'_line_subtotal_tax','0'),(2184,252,'_line_total','6.25'),(2185,252,'_line_tax','0'),(2186,252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2187,253,'_product_id','137'),(2188,253,'_variation_id','0'),(2189,253,'_qty','3'),(2190,253,'_tax_class',''),(2191,253,'_line_subtotal','16.5'),(2192,253,'_line_subtotal_tax','0'),(2193,253,'_line_total','16.5'),(2194,253,'_line_tax','0'),(2195,253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2196,254,'method_id','fedex'),(2197,254,'instance_id','1'),(2198,254,'cost','68.44'),(2199,254,'total_tax','0'),(2200,254,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2201,254,'Package 1','11.25 × 8.75 × 7.75 (in) 13.44lbs × 1'),(2202,254,'Package 2','11.25 × 8.75 × 7.75 (in) 8.14lbs × 1'),(2203,254,'Package 3','12.5 × 8 × 6.25 (in) 11.55lbs × 1'),(2204,254,'Package 4','12.5 × 8 × 6.25 (in) 11.55lbs × 1'),(2205,254,'Package 5','12 × 6 × 6 (in) 7.85lbs × 1'),(2206,254,'Package 6','12 × 6 × 6 (in) 7.85lbs × 1'),(2207,255,'_product_id','38'),(2208,255,'_variation_id','0'),(2209,255,'_qty','2'),(2210,255,'_tax_class',''),(2211,255,'_line_subtotal','358.4'),(2212,255,'_line_subtotal_tax','0'),(2213,255,'_line_total','358.4'),(2214,255,'_line_tax','0'),(2215,255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2216,256,'_product_id','23'),(2217,256,'_variation_id','0'),(2218,256,'_qty','3'),(2219,256,'_tax_class',''),(2220,256,'_line_subtotal','216'),(2221,256,'_line_subtotal_tax','0'),(2222,256,'_line_total','216'),(2223,256,'_line_tax','0'),(2224,256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2225,257,'_product_id','49'),(2226,257,'_variation_id','0'),(2227,257,'_qty','1'),(2228,257,'_tax_class',''),(2229,257,'_line_subtotal','72'),(2230,257,'_line_subtotal_tax','0'),(2231,257,'_line_total','72'),(2232,257,'_line_tax','0'),(2233,257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2234,258,'_product_id','41'),(2235,258,'_variation_id','0'),(2236,258,'_qty','3'),(2237,258,'_tax_class',''),(2238,258,'_line_subtotal','171.36'),(2239,258,'_line_subtotal_tax','0'),(2240,258,'_line_total','171.36'),(2241,258,'_line_tax','0'),(2242,258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2243,259,'method_id','free_shipping'),(2244,259,'instance_id','2'),(2245,259,'cost','0.00'),(2246,259,'total_tax','0'),(2247,259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2248,259,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(2387,276,'_product_id','44'),(2388,276,'_variation_id','0'),(2389,276,'_qty','2'),(2390,276,'_tax_class',''),(2391,276,'_line_subtotal','211.2'),(2392,276,'_line_subtotal_tax','0'),(2393,276,'_line_total','211.2'),(2394,276,'_line_tax','0'),(2395,276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2396,277,'_product_id','51'),(2397,277,'_variation_id','0'),(2398,277,'_qty','2'),(2399,277,'_tax_class',''),(2400,277,'_line_subtotal','268.8'),(2401,277,'_line_subtotal_tax','0'),(2402,277,'_line_total','268.8'),(2403,277,'_line_tax','0'),(2404,277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2405,278,'_product_id','23'),(2406,278,'_variation_id','0'),(2407,278,'_qty','1'),(2408,278,'_tax_class',''),(2409,278,'_line_subtotal','72'),(2410,278,'_line_subtotal_tax','0'),(2411,278,'_line_total','72'),(2412,278,'_line_tax','0'),(2413,278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2414,279,'_product_id','93'),(2415,279,'_variation_id','0'),(2416,279,'_qty','12'),(2417,279,'_tax_class',''),(2418,279,'_line_subtotal','0'),(2419,279,'_line_subtotal_tax','0'),(2420,279,'_line_total','0'),(2421,279,'_line_tax','0'),(2422,279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2423,280,'_product_id','95'),(2424,280,'_variation_id','0'),(2425,280,'_qty','2'),(2426,280,'_tax_class',''),(2427,280,'_line_subtotal','0'),(2428,280,'_line_subtotal_tax','0'),(2429,280,'_line_total','0'),(2430,280,'_line_tax','0'),(2431,280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2432,281,'_product_id','97'),(2433,281,'_variation_id','0'),(2434,281,'_qty','2'),(2435,281,'_tax_class',''),(2436,281,'_line_subtotal','0'),(2437,281,'_line_subtotal_tax','0'),(2438,281,'_line_total','0'),(2439,281,'_line_tax','0'),(2440,281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2441,282,'_product_id','99'),(2442,282,'_variation_id','0'),(2443,282,'_qty','2'),(2444,282,'_tax_class',''),(2445,282,'_line_subtotal','0'),(2446,282,'_line_subtotal_tax','0'),(2447,282,'_line_total','0'),(2448,282,'_line_tax','0'),(2449,282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2450,283,'method_id','free_shipping'),(2451,283,'instance_id','2'),(2452,283,'cost','0.00'),(2453,283,'total_tax','0'),(2454,283,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2455,283,'Items','Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 12, Bulk Active Rise 50/50 &times; 2, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2'),(2456,284,'_product_id','93'),(2457,284,'_variation_id','0'),(2458,284,'_qty','20'),(2459,284,'_tax_class',''),(2460,284,'_line_subtotal','0'),(2461,284,'_line_subtotal_tax','0'),(2462,284,'_line_total','0'),(2463,284,'_line_tax','0'),(2464,284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2465,285,'_product_id','23'),(2466,285,'_variation_id','0'),(2467,285,'_qty','1'),(2468,285,'_tax_class',''),(2469,285,'_line_subtotal','72'),(2470,285,'_line_subtotal_tax','0'),(2471,285,'_line_total','72'),(2472,285,'_line_tax','0'),(2473,285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2474,286,'_product_id','41'),(2475,286,'_variation_id','0'),(2476,286,'_qty','3'),(2477,286,'_tax_class',''),(2478,286,'_line_subtotal','171.36'),(2479,286,'_line_subtotal_tax','0'),(2480,286,'_line_total','171.36'),(2481,286,'_line_tax','0'),(2482,286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2483,287,'_product_id','43'),(2484,287,'_variation_id','0'),(2485,287,'_qty','3'),(2486,287,'_tax_class',''),(2487,287,'_line_subtotal','216'),(2488,287,'_line_subtotal_tax','0'),(2489,287,'_line_total','216'),(2490,287,'_line_tax','0'),(2491,287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2492,288,'_product_id','44'),(2493,288,'_variation_id','0'),(2494,288,'_qty','1'),(2495,288,'_tax_class',''),(2496,288,'_line_subtotal','105.6'),(2497,288,'_line_subtotal_tax','0'),(2498,288,'_line_total','105.6'),(2499,288,'_line_tax','0'),(2500,288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2501,289,'method_id','free_shipping'),(2502,289,'instance_id','2'),(2503,289,'cost','0.00'),(2504,289,'total_tax','0'),(2505,289,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2506,289,'Items','Bulk Active Rise 100% &times; 20, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1'),(2507,290,'_product_id','320'),(2508,290,'_variation_id','0'),(2509,290,'_qty','5'),(2510,290,'_tax_class',''),(2511,290,'_line_subtotal','18.75'),(2512,290,'_line_subtotal_tax','0'),(2513,290,'_line_total','18.75'),(2514,290,'_line_tax','0'),(2515,290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2516,291,'_product_id','93'),(2517,291,'_variation_id','0'),(2518,291,'_qty','8'),(2519,291,'_tax_class',''),(2520,291,'_line_subtotal','0'),(2521,291,'_line_subtotal_tax','0'),(2522,291,'_line_total','0'),(2523,291,'_line_tax','0'),(2524,291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2525,292,'_product_id','41'),(2526,292,'_variation_id','0'),(2527,292,'_qty','4'),(2528,292,'_tax_class',''),(2529,292,'_line_subtotal','228.48'),(2530,292,'_line_subtotal_tax','0'),(2531,292,'_line_total','228.48'),(2532,292,'_line_tax','0'),(2533,292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2534,293,'_product_id','38'),(2535,293,'_variation_id','0'),(2536,293,'_qty','2'),(2537,293,'_tax_class',''),(2538,293,'_line_subtotal','358.4'),(2539,293,'_line_subtotal_tax','0'),(2540,293,'_line_total','358.4'),(2541,293,'_line_tax','0'),(2542,293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2543,294,'_product_id','23'),(2544,294,'_variation_id','0'),(2545,294,'_qty','3'),(2546,294,'_tax_class',''),(2547,294,'_line_subtotal','216'),(2548,294,'_line_subtotal_tax','0'),(2549,294,'_line_total','216'),(2550,294,'_line_tax','0'),(2551,294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2552,295,'_product_id','43'),(2553,295,'_variation_id','0'),(2554,295,'_qty','3'),(2555,295,'_tax_class',''),(2556,295,'_line_subtotal','216'),(2557,295,'_line_subtotal_tax','0'),(2558,295,'_line_total','216'),(2559,295,'_line_tax','0'),(2560,295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2561,296,'method_id','free_shipping'),(2562,296,'instance_id','2'),(2563,296,'cost','0.00'),(2564,296,'total_tax','0'),(2565,296,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2566,296,'Items','Wet Comb &times; 5, Bulk Active Rise 100% &times; 8, Professional Lice Comb(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3'),(2567,297,'_product_id','93'),(2568,297,'_variation_id','0'),(2569,297,'_qty','6'),(2570,297,'_tax_class',''),(2571,297,'_line_subtotal','0'),(2572,297,'_line_subtotal_tax','0'),(2573,297,'_line_total','0'),(2574,297,'_line_tax','0'),(2575,297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2576,298,'method_id','fedex'),(2577,298,'instance_id','1'),(2578,298,'cost','11.73'),(2579,298,'total_tax','0'),(2580,298,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2581,298,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(2582,299,'_product_id','45'),(2583,299,'_variation_id','0'),(2584,299,'_qty','2'),(2585,299,'_tax_class',''),(2586,299,'_line_subtotal','76.8'),(2587,299,'_line_subtotal_tax','0'),(2588,299,'_line_total','76.8'),(2589,299,'_line_tax','0'),(2590,299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2591,300,'_product_id','42'),(2592,300,'_variation_id','0'),(2593,300,'_qty','1'),(2594,300,'_tax_class',''),(2595,300,'_line_subtotal','72'),(2596,300,'_line_subtotal_tax','0'),(2597,300,'_line_total','72'),(2598,300,'_line_tax','0'),(2599,300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2600,301,'_product_id','23'),(2601,301,'_variation_id','0'),(2602,301,'_qty','2'),(2603,301,'_tax_class',''),(2604,301,'_line_subtotal','144'),(2605,301,'_line_subtotal_tax','0'),(2606,301,'_line_total','144'),(2607,301,'_line_tax','0'),(2608,301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2609,302,'_product_id','40'),(2610,302,'_variation_id','0'),(2611,302,'_qty','1'),(2612,302,'_tax_class',''),(2613,302,'_line_subtotal','72'),(2614,302,'_line_subtotal_tax','0'),(2615,302,'_line_total','72'),(2616,302,'_line_tax','0'),(2617,302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2618,303,'_product_id','93'),(2619,303,'_variation_id','0'),(2620,303,'_qty','3'),(2621,303,'_tax_class',''),(2622,303,'_line_subtotal','0'),(2623,303,'_line_subtotal_tax','0'),(2624,303,'_line_total','0'),(2625,303,'_line_tax','0'),(2626,303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2627,304,'_product_id','131'),(2628,304,'_variation_id','0'),(2629,304,'_qty','1'),(2630,304,'_tax_class',''),(2631,304,'_line_subtotal','11.5'),(2632,304,'_line_subtotal_tax','0'),(2633,304,'_line_total','11.5'),(2634,304,'_line_tax','0'),(2635,304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2636,305,'_product_id','97'),(2637,305,'_variation_id','0'),(2638,305,'_qty','1'),(2639,305,'_tax_class',''),(2640,305,'_line_subtotal','0'),(2641,305,'_line_subtotal_tax','0'),(2642,305,'_line_total','0'),(2643,305,'_line_tax','0'),(2644,305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2645,306,'_product_id','99'),(2646,306,'_variation_id','0'),(2647,306,'_qty','1'),(2648,306,'_tax_class',''),(2649,306,'_line_subtotal','0'),(2650,306,'_line_subtotal_tax','0'),(2651,306,'_line_total','0'),(2652,306,'_line_tax','0'),(2653,306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2654,307,'_product_id','41'),(2655,307,'_variation_id','0'),(2656,307,'_qty','1'),(2657,307,'_tax_class',''),(2658,307,'_line_subtotal','57.12'),(2659,307,'_line_subtotal_tax','0'),(2660,307,'_line_total','57.12'),(2661,307,'_line_tax','0'),(2662,307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2663,308,'method_id','fedex'),(2664,308,'instance_id','1'),(2665,308,'cost','130.85'),(2666,308,'total_tax','0'),(2667,308,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2668,308,'Package 1','11.25 × 8.75 × 7.75 (in) 10.39lbs × 1'),(2669,308,'Package 2','11.25 × 8.75 × 7.75 (in) 14.79lbs × 1'),(2670,308,'Package 3','11.25 × 8.75 × 7.75 (in) 10.19lbs × 1'),(2671,308,'Package 4','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(2672,308,'Package 5','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(2673,308,'Package 6','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(2674,308,'Package 7','12 × 6 × 6 (in) 7.85lbs × 1'),(2675,308,'Package 8','12 × 6 × 6 (in) 7.85lbs × 1'),(2676,309,'_product_id','23'),(2677,309,'_variation_id','0'),(2678,309,'_qty','2'),(2679,309,'_tax_class',''),(2680,309,'_line_subtotal','144'),(2681,309,'_line_subtotal_tax','0'),(2682,309,'_line_total','144'),(2683,309,'_line_tax','0'),(2684,309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2685,310,'_product_id','38'),(2686,310,'_variation_id','0'),(2687,310,'_qty','2'),(2688,310,'_tax_class',''),(2689,310,'_line_subtotal','358.4'),(2690,310,'_line_subtotal_tax','0'),(2691,310,'_line_total','358.4'),(2692,310,'_line_tax','0'),(2693,310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2694,311,'_product_id','45'),(2695,311,'_variation_id','0'),(2696,311,'_qty','1'),(2697,311,'_tax_class',''),(2698,311,'_line_subtotal','38.4'),(2699,311,'_line_subtotal_tax','0'),(2700,311,'_line_total','38.4'),(2701,311,'_line_tax','0'),(2702,311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2703,312,'_product_id','41'),(2704,312,'_variation_id','0'),(2705,312,'_qty','3'),(2706,312,'_tax_class',''),(2707,312,'_line_subtotal','171.36'),(2708,312,'_line_subtotal_tax','0'),(2709,312,'_line_total','171.36'),(2710,312,'_line_tax','0'),(2711,312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2712,313,'method_id','free_shipping'),(2713,313,'instance_id','2'),(2714,313,'cost','0.00'),(2715,313,'total_tax','0'),(2716,313,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2717,313,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(2718,314,'_product_id','120'),(2719,314,'_variation_id','0'),(2720,314,'_qty','3'),(2721,314,'_tax_class',''),(2722,314,'_line_subtotal','144'),(2723,314,'_line_subtotal_tax','0'),(2724,314,'_line_total','144'),(2725,314,'_line_tax','0'),(2726,314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2727,315,'_product_id','99'),(2728,315,'_variation_id','0'),(2729,315,'_qty','1'),(2730,315,'_tax_class',''),(2731,315,'_line_subtotal','0'),(2732,315,'_line_subtotal_tax','0'),(2733,315,'_line_total','0'),(2734,315,'_line_tax','0'),(2735,315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2736,316,'_product_id','93'),(2737,316,'_variation_id','0'),(2738,316,'_qty','20'),(2739,316,'_tax_class',''),(2740,316,'_line_subtotal','0'),(2741,316,'_line_subtotal_tax','0'),(2742,316,'_line_total','0'),(2743,316,'_line_tax','0'),(2744,316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2745,317,'method_id','fedex'),(2746,317,'instance_id','1'),(2747,317,'cost','42.59'),(2748,317,'total_tax','0'),(2749,317,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2750,317,'Package 1','17 × 14 × 10 (in) 29.45lbs × 1'),(2751,317,'Package 2','17 × 14 × 10 (in) 35.4lbs × 1'),(2752,318,'_product_id','41'),(2753,318,'_variation_id','0'),(2754,318,'_qty','4'),(2755,318,'_tax_class',''),(2756,318,'_line_subtotal','228.48'),(2757,318,'_line_subtotal_tax','0'),(2758,318,'_line_total','228.48'),(2759,318,'_line_tax','0'),(2760,318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2761,319,'_product_id','148'),(2762,319,'_variation_id','0'),(2763,319,'_qty','15'),(2764,319,'_tax_class',''),(2765,319,'_line_subtotal','112.5'),(2766,319,'_line_subtotal_tax','0'),(2767,319,'_line_total','112.5'),(2768,319,'_line_tax','0'),(2769,319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2770,320,'_product_id','137'),(2771,320,'_variation_id','0'),(2772,320,'_qty','5'),(2773,320,'_tax_class',''),(2774,320,'_line_subtotal','27.5'),(2775,320,'_line_subtotal_tax','0'),(2776,320,'_line_total','27.5'),(2777,320,'_line_tax','0'),(2778,320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2779,321,'_product_id','144'),(2780,321,'_variation_id','0'),(2781,321,'_qty','4'),(2782,321,'_tax_class',''),(2783,321,'_line_subtotal','5'),(2784,321,'_line_subtotal_tax','0'),(2785,321,'_line_total','5'),(2786,321,'_line_tax','0'),(2787,321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2788,322,'_product_id','146'),(2789,322,'_variation_id','0'),(2790,322,'_qty','2'),(2791,322,'_tax_class',''),(2792,322,'_line_subtotal','2.5'),(2793,322,'_line_subtotal_tax','0'),(2794,322,'_line_total','2.5'),(2795,322,'_line_tax','0'),(2796,322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2797,323,'_product_id','93'),(2798,323,'_variation_id','0'),(2799,323,'_qty','6'),(2800,323,'_tax_class',''),(2801,323,'_line_subtotal','0'),(2802,323,'_line_subtotal_tax','0'),(2803,323,'_line_total','0'),(2804,323,'_line_tax','0'),(2805,323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2806,324,'method_id','fedex'),(2807,324,'instance_id','1'),(2808,324,'cost','22.23'),(2809,324,'total_tax','0'),(2810,324,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2811,324,'Package 1','17 × 14 × 10 (in) 28.05lbs × 1'),(2827,327,'_product_id','99'),(2828,327,'_variation_id','0'),(2829,327,'_qty','1'),(2830,327,'_tax_class',''),(2831,327,'_line_subtotal','0'),(2832,327,'_line_subtotal_tax','0'),(2833,327,'_line_total','0'),(2834,327,'_line_tax','0'),(2835,327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2836,328,'method_id','fedex'),(2837,328,'instance_id','1'),(2838,328,'cost','11.23'),(2839,328,'total_tax','0'),(2840,328,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2841,328,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(2842,329,'_product_id','38'),(2843,329,'_variation_id','0'),(2844,329,'_qty','1'),(2845,329,'_tax_class',''),(2846,329,'_line_subtotal','179.2'),(2847,329,'_line_subtotal_tax','0'),(2848,329,'_line_total','179.2'),(2849,329,'_line_tax','0'),(2850,329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2851,330,'_product_id','118'),(2852,330,'_variation_id','0'),(2853,330,'_qty','1'),(2854,330,'_tax_class',''),(2855,330,'_line_subtotal','168'),(2856,330,'_line_subtotal_tax','0'),(2857,330,'_line_total','168'),(2858,330,'_line_tax','0'),(2859,330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2860,331,'_product_id','93'),(2861,331,'_variation_id','0'),(2862,331,'_qty','3'),(2863,331,'_tax_class',''),(2864,331,'_line_subtotal','0'),(2865,331,'_line_subtotal_tax','0'),(2866,331,'_line_total','0'),(2867,331,'_line_tax','0'),(2868,331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2869,332,'_product_id','97'),(2870,332,'_variation_id','0'),(2871,332,'_qty','1'),(2872,332,'_tax_class',''),(2873,332,'_line_subtotal','0'),(2874,332,'_line_subtotal_tax','0'),(2875,332,'_line_total','0'),(2876,332,'_line_tax','0'),(2877,332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2878,333,'_product_id','99'),(2879,333,'_variation_id','0'),(2880,333,'_qty','1'),(2881,333,'_tax_class',''),(2882,333,'_line_subtotal','0'),(2883,333,'_line_subtotal_tax','0'),(2884,333,'_line_total','0'),(2885,333,'_line_tax','0'),(2886,333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2887,334,'method_id','fedex'),(2888,334,'instance_id','1'),(2889,334,'cost','30.07'),(2890,334,'total_tax','0'),(2891,334,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2892,334,'Package 1','17 × 14 × 10 (in) 37.25lbs × 1'),(2893,334,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(2894,335,'_product_id','93'),(2895,335,'_variation_id','0'),(2896,335,'_qty','10'),(2897,335,'_tax_class',''),(2898,335,'_line_subtotal','0'),(2899,335,'_line_subtotal_tax','0'),(2900,335,'_line_total','0'),(2901,335,'_line_tax','0'),(2902,335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2903,336,'_product_id','133'),(2904,336,'_variation_id','0'),(2905,336,'_qty','1'),(2906,336,'_tax_class',''),(2907,336,'_line_subtotal','13'),(2908,336,'_line_subtotal_tax','0'),(2909,336,'_line_total','13'),(2910,336,'_line_tax','0'),(2911,336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2912,337,'_product_id','142'),(2913,337,'_variation_id','0'),(2914,337,'_qty','3'),(2915,337,'_tax_class',''),(2916,337,'_line_subtotal','3.75'),(2917,337,'_line_subtotal_tax','0'),(2918,337,'_line_total','3.75'),(2919,337,'_line_tax','0'),(2920,337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(2921,338,'method_id','fedex'),(2922,338,'instance_id','1'),(2923,338,'cost','15.30'),(2924,338,'total_tax','0'),(2925,338,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(2926,338,'Package 1','17 × 14 × 10 (in) 23.85lbs × 1'),(3272,379,'_product_id','51'),(3273,379,'_variation_id','0'),(3274,379,'_qty','4'),(3275,379,'_tax_class',''),(3276,379,'_line_subtotal','537.6'),(3277,379,'_line_subtotal_tax','0'),(3278,379,'_line_total','537.6'),(3279,379,'_line_tax','0'),(3280,379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3281,380,'_product_id','23'),(3282,380,'_variation_id','0'),(3283,380,'_qty','1'),(3284,380,'_tax_class',''),(3285,380,'_line_subtotal','72'),(3286,380,'_line_subtotal_tax','0'),(3287,380,'_line_total','72'),(3288,380,'_line_tax','0'),(3289,380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3290,381,'_product_id','38'),(3291,381,'_variation_id','0'),(3292,381,'_qty','1'),(3293,381,'_tax_class',''),(3294,381,'_line_subtotal','179.2'),(3295,381,'_line_subtotal_tax','0'),(3296,381,'_line_total','179.2'),(3297,381,'_line_tax','0'),(3298,381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3299,382,'_product_id','42'),(3300,382,'_variation_id','0'),(3301,382,'_qty','1'),(3302,382,'_tax_class',''),(3303,382,'_line_subtotal','72'),(3304,382,'_line_subtotal_tax','0'),(3305,382,'_line_total','72'),(3306,382,'_line_tax','0'),(3307,382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3308,383,'_product_id','45'),(3309,383,'_variation_id','0'),(3310,383,'_qty','1'),(3311,383,'_tax_class',''),(3312,383,'_line_subtotal','38.4'),(3313,383,'_line_subtotal_tax','0'),(3314,383,'_line_total','38.4'),(3315,383,'_line_tax','0'),(3316,383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3317,384,'_product_id','49'),(3318,384,'_variation_id','0'),(3319,384,'_qty','1'),(3320,384,'_tax_class',''),(3321,384,'_line_subtotal','72'),(3322,384,'_line_subtotal_tax','0'),(3323,384,'_line_total','72'),(3324,384,'_line_tax','0'),(3325,384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3326,385,'_product_id','93'),(3327,385,'_variation_id','0'),(3328,385,'_qty','10'),(3329,385,'_tax_class',''),(3330,385,'_line_subtotal','0'),(3331,385,'_line_subtotal_tax','0'),(3332,385,'_line_total','0'),(3333,385,'_line_tax','0'),(3334,385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3335,386,'method_id','free_shipping'),(3336,386,'instance_id','2'),(3337,386,'cost','0.00'),(3338,386,'total_tax','0'),(3339,386,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3340,386,'Items','Urgent Care Kit(Case of 6) &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 10'),(3341,387,'_product_id','38'),(3342,387,'_variation_id','0'),(3343,387,'_qty','2'),(3344,387,'_tax_class',''),(3345,387,'_line_subtotal','358.4'),(3346,387,'_line_subtotal_tax','0'),(3347,387,'_line_total','358.4'),(3348,387,'_line_tax','0'),(3349,387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3350,388,'_product_id','23'),(3351,388,'_variation_id','0'),(3352,388,'_qty','1'),(3353,388,'_tax_class',''),(3354,388,'_line_subtotal','72'),(3355,388,'_line_subtotal_tax','0'),(3356,388,'_line_total','72'),(3357,388,'_line_tax','0'),(3358,388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3359,389,'_product_id','41'),(3360,389,'_variation_id','0'),(3361,389,'_qty','2'),(3362,389,'_tax_class',''),(3363,389,'_line_subtotal','114.24'),(3364,389,'_line_subtotal_tax','0'),(3365,389,'_line_total','114.24'),(3366,389,'_line_tax','0'),(3367,389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3368,390,'_product_id','44'),(3369,390,'_variation_id','0'),(3370,390,'_qty','1'),(3371,390,'_tax_class',''),(3372,390,'_line_subtotal','105.6'),(3373,390,'_line_subtotal_tax','0'),(3374,390,'_line_total','105.6'),(3375,390,'_line_tax','0'),(3376,390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3377,391,'_product_id','93'),(3378,391,'_variation_id','0'),(3379,391,'_qty','1'),(3380,391,'_tax_class',''),(3381,391,'_line_subtotal','0'),(3382,391,'_line_subtotal_tax','0'),(3383,391,'_line_total','0'),(3384,391,'_line_tax','0'),(3385,391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3386,392,'_product_id','146'),(3387,392,'_variation_id','0'),(3388,392,'_qty','11'),(3389,392,'_tax_class',''),(3390,392,'_line_subtotal','13.75'),(3391,392,'_line_subtotal_tax','0'),(3392,392,'_line_total','13.75'),(3393,392,'_line_tax','0'),(3394,392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3395,393,'method_id','fedex'),(3396,393,'instance_id','1'),(3397,393,'cost','48.40'),(3398,393,'total_tax','0'),(3399,393,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3400,393,'Package 1','14 × 14 × 14 (in) 29lbs × 1'),(3401,393,'Package 2','14 × 14 × 14 (in) 24.8lbs × 1'),(3402,393,'Package 3','17 × 14 × 10 (in) 12.55lbs × 1'),(3472,402,'_product_id','38'),(3473,402,'_variation_id','0'),(3474,402,'_qty','1'),(3475,402,'_tax_class',''),(3476,402,'_line_subtotal','179.2'),(3477,402,'_line_subtotal_tax','0'),(3478,402,'_line_total','179.2'),(3479,402,'_line_tax','0'),(3480,402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3481,403,'_product_id','23'),(3482,403,'_variation_id','0'),(3483,403,'_qty','1'),(3484,403,'_tax_class',''),(3485,403,'_line_subtotal','72'),(3486,403,'_line_subtotal_tax','0'),(3487,403,'_line_total','72'),(3488,403,'_line_tax','0'),(3489,403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3490,404,'_product_id','51'),(3491,404,'_variation_id','0'),(3492,404,'_qty','2'),(3493,404,'_tax_class',''),(3494,404,'_line_subtotal','268.8'),(3495,404,'_line_subtotal_tax','0'),(3496,404,'_line_total','268.8'),(3497,404,'_line_tax','0'),(3498,404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3499,405,'method_id','free_shipping'),(3500,405,'instance_id','2'),(3501,405,'cost','0.00'),(3502,405,'total_tax','0'),(3503,405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3504,405,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 2'),(3520,408,'_product_id','93'),(3521,408,'_variation_id','0'),(3522,408,'_qty','-12'),(3523,408,'_tax_class',''),(3524,408,'_line_subtotal','0'),(3525,408,'_line_subtotal_tax','0'),(3526,408,'_line_total','0'),(3527,408,'_line_tax','0'),(3528,408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3529,408,'_refunded_item_id','406'),(3530,409,'method_id','fedex'),(3531,409,'instance_id','1'),(3532,409,'cost','-13.84'),(3533,409,'total_tax','0'),(3534,409,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3535,409,'_refunded_item_id','407'),(3536,410,'_product_id','23'),(3537,410,'_variation_id','0'),(3538,410,'_qty','2'),(3539,410,'_tax_class',''),(3540,410,'_line_subtotal','144'),(3541,410,'_line_subtotal_tax','0'),(3542,410,'_line_total','144'),(3543,410,'_line_tax','0'),(3544,410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3545,411,'_product_id','38'),(3546,411,'_variation_id','0'),(3547,411,'_qty','1'),(3548,411,'_tax_class',''),(3549,411,'_line_subtotal','179.2'),(3550,411,'_line_subtotal_tax','0'),(3551,411,'_line_total','179.2'),(3552,411,'_line_tax','0'),(3553,411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3554,412,'_product_id','45'),(3555,412,'_variation_id','0'),(3556,412,'_qty','1'),(3557,412,'_tax_class',''),(3558,412,'_line_subtotal','38.4'),(3559,412,'_line_subtotal_tax','0'),(3560,412,'_line_total','38.4'),(3561,412,'_line_tax','0'),(3562,412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3563,413,'_product_id','41'),(3564,413,'_variation_id','0'),(3565,413,'_qty','3'),(3566,413,'_tax_class',''),(3567,413,'_line_subtotal','171.36'),(3568,413,'_line_subtotal_tax','0'),(3569,413,'_line_total','171.36'),(3570,413,'_line_tax','0'),(3571,413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3572,414,'_product_id','93'),(3573,414,'_variation_id','0'),(3574,414,'_qty','10'),(3575,414,'_tax_class',''),(3576,414,'_line_subtotal','0'),(3577,414,'_line_subtotal_tax','0'),(3578,414,'_line_total','0'),(3579,414,'_line_tax','0'),(3580,414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3581,415,'_product_id','97'),(3582,415,'_variation_id','0'),(3583,415,'_qty','1'),(3584,415,'_tax_class',''),(3585,415,'_line_subtotal','0'),(3586,415,'_line_subtotal_tax','0'),(3587,415,'_line_total','0'),(3588,415,'_line_tax','0'),(3589,415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3590,416,'_product_id','49'),(3591,416,'_variation_id','0'),(3592,416,'_qty','1'),(3593,416,'_tax_class',''),(3594,416,'_line_subtotal','72'),(3595,416,'_line_subtotal_tax','0'),(3596,416,'_line_total','72'),(3597,416,'_line_tax','0'),(3598,416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3599,417,'_product_id','142'),(3600,417,'_variation_id','0'),(3601,417,'_qty','6'),(3602,417,'_tax_class',''),(3603,417,'_line_subtotal','7.5'),(3604,417,'_line_subtotal_tax','0'),(3605,417,'_line_total','7.5'),(3606,417,'_line_tax','0'),(3607,417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3608,418,'method_id','free_shipping'),(3609,418,'instance_id','2'),(3610,418,'cost','0.00'),(3611,418,'total_tax','0'),(3612,418,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3613,418,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rise 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, 6\" Wide Tooth Detangling Comb &times; 6'),(3614,419,'_product_id','93'),(3615,419,'_variation_id','0'),(3616,419,'_qty','10'),(3617,419,'_tax_class',''),(3618,419,'_line_subtotal','0'),(3619,419,'_line_subtotal_tax','0'),(3620,419,'_line_total','0'),(3621,419,'_line_tax','0'),(3622,419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3623,420,'method_id','fedex'),(3624,420,'instance_id','1'),(3625,420,'cost','12.47'),(3626,420,'total_tax','0'),(3627,420,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3628,420,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(3629,421,'_product_id','23'),(3630,421,'_variation_id','0'),(3631,421,'_qty','4'),(3632,421,'_tax_class',''),(3633,421,'_line_subtotal','288'),(3634,421,'_line_subtotal_tax','0'),(3635,421,'_line_total','288'),(3636,421,'_line_tax','0'),(3637,421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3638,422,'_product_id','45'),(3639,422,'_variation_id','0'),(3640,422,'_qty','1'),(3641,422,'_tax_class',''),(3642,422,'_line_subtotal','38.4'),(3643,422,'_line_subtotal_tax','0'),(3644,422,'_line_total','38.4'),(3645,422,'_line_tax','0'),(3646,422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3647,423,'_product_id','41'),(3648,423,'_variation_id','0'),(3649,423,'_qty','4'),(3650,423,'_tax_class',''),(3651,423,'_line_subtotal','228.48'),(3652,423,'_line_subtotal_tax','0'),(3653,423,'_line_total','228.48'),(3654,423,'_line_tax','0'),(3655,423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3656,424,'_product_id','93'),(3657,424,'_variation_id','0'),(3658,424,'_qty','10'),(3659,424,'_tax_class',''),(3660,424,'_line_subtotal','0'),(3661,424,'_line_subtotal_tax','0'),(3662,424,'_line_total','0'),(3663,424,'_line_tax','0'),(3664,424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3665,425,'_product_id','97'),(3666,425,'_variation_id','0'),(3667,425,'_qty','6'),(3668,425,'_tax_class',''),(3669,425,'_line_subtotal','0'),(3670,425,'_line_subtotal_tax','0'),(3671,425,'_line_total','0'),(3672,425,'_line_tax','0'),(3673,425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3674,426,'_product_id','131'),(3675,426,'_variation_id','0'),(3676,426,'_qty','5'),(3677,426,'_tax_class',''),(3678,426,'_line_subtotal','57.5'),(3679,426,'_line_subtotal_tax','0'),(3680,426,'_line_total','57.5'),(3681,426,'_line_tax','0'),(3682,426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3683,427,'_product_id','146'),(3684,427,'_variation_id','0'),(3685,427,'_qty','10'),(3686,427,'_tax_class',''),(3687,427,'_line_subtotal','12.5'),(3688,427,'_line_subtotal_tax','0'),(3689,427,'_line_total','12.5'),(3690,427,'_line_tax','0'),(3691,427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3692,428,'_product_id','144'),(3693,428,'_variation_id','0'),(3694,428,'_qty','10'),(3695,428,'_tax_class',''),(3696,428,'_line_subtotal','12.5'),(3697,428,'_line_subtotal_tax','0'),(3698,428,'_line_total','12.5'),(3699,428,'_line_tax','0'),(3700,428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3701,429,'method_id','free_shipping'),(3702,429,'instance_id','2'),(3703,429,'cost','0.00'),(3704,429,'total_tax','0'),(3705,429,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3706,429,'Items','Active Rinse 8oz(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rise 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 6, Disposable Capes &times; 5, 9\" Detangler Comb &times; 10, Course Tail Comb &times; 10'),(3707,430,'_product_id','38'),(3708,430,'_variation_id','0'),(3709,430,'_qty','2'),(3710,430,'_tax_class',''),(3711,430,'_line_subtotal','358.4'),(3712,430,'_line_subtotal_tax','0'),(3713,430,'_line_total','358.4'),(3714,430,'_line_tax','0'),(3715,430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3716,431,'_product_id','43'),(3717,431,'_variation_id','0'),(3718,431,'_qty','2'),(3719,431,'_tax_class',''),(3720,431,'_line_subtotal','144'),(3721,431,'_line_subtotal_tax','0'),(3722,431,'_line_total','144'),(3723,431,'_line_tax','0'),(3724,431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3725,432,'_product_id','49'),(3726,432,'_variation_id','0'),(3727,432,'_qty','2'),(3728,432,'_tax_class',''),(3729,432,'_line_subtotal','144'),(3730,432,'_line_subtotal_tax','0'),(3731,432,'_line_total','144'),(3732,432,'_line_tax','0'),(3733,432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3734,433,'_product_id','44'),(3735,433,'_variation_id','0'),(3736,433,'_qty','1'),(3737,433,'_tax_class',''),(3738,433,'_line_subtotal','105.6'),(3739,433,'_line_subtotal_tax','0'),(3740,433,'_line_total','105.6'),(3741,433,'_line_tax','0'),(3742,433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3743,434,'method_id','free_shipping'),(3744,434,'instance_id','2'),(3745,434,'cost','0.00'),(3746,434,'total_tax','0'),(3747,434,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3748,434,'Items','Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1'),(3749,435,'_product_id','23'),(3750,435,'_variation_id','0'),(3751,435,'_qty','1'),(3752,435,'_tax_class',''),(3753,435,'_line_subtotal','72'),(3754,435,'_line_subtotal_tax','0'),(3755,435,'_line_total','72'),(3756,435,'_line_tax','0'),(3757,435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3758,436,'_product_id','41'),(3759,436,'_variation_id','0'),(3760,436,'_qty','1'),(3761,436,'_tax_class',''),(3762,436,'_line_subtotal','57.12'),(3763,436,'_line_subtotal_tax','0'),(3764,436,'_line_total','57.12'),(3765,436,'_line_tax','0'),(3766,436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3767,437,'_product_id','116'),(3768,437,'_variation_id','0'),(3769,437,'_qty','1'),(3770,437,'_tax_class',''),(3771,437,'_line_subtotal','132'),(3772,437,'_line_subtotal_tax','0'),(3773,437,'_line_total','132'),(3774,437,'_line_tax','0'),(3775,437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3776,438,'_product_id','137'),(3777,438,'_variation_id','0'),(3778,438,'_qty','8'),(3779,438,'_tax_class',''),(3780,438,'_line_subtotal','44'),(3781,438,'_line_subtotal_tax','0'),(3782,438,'_line_total','44'),(3783,438,'_line_tax','0'),(3784,438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3785,439,'method_id','fedex'),(3786,439,'instance_id','1'),(3787,439,'cost','16.06'),(3788,439,'total_tax','0'),(3789,439,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3790,439,'Package 1','17 × 14 × 10 (in) 21.4lbs × 1'),(3866,449,'_product_id','93'),(3867,449,'_variation_id','0'),(3868,449,'_qty','20'),(3869,449,'_tax_class',''),(3870,449,'_line_subtotal','0'),(3871,449,'_line_subtotal_tax','0'),(3872,449,'_line_total','0'),(3873,449,'_line_tax','0'),(3874,449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3875,450,'method_id','fedex'),(3876,450,'instance_id','1'),(3877,450,'cost','43.85'),(3878,450,'total_tax','0'),(3879,450,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3880,450,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(3881,450,'Package 2','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(3882,451,'_product_id','23'),(3883,451,'_variation_id','0'),(3884,451,'_qty','1'),(3885,451,'_tax_class',''),(3886,451,'_line_subtotal','72'),(3887,451,'_line_subtotal_tax','0'),(3888,451,'_line_total','72'),(3889,451,'_line_tax','0'),(3890,451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3891,452,'_product_id','116'),(3892,452,'_variation_id','0'),(3893,452,'_qty','1'),(3894,452,'_tax_class',''),(3895,452,'_line_subtotal','132'),(3896,452,'_line_subtotal_tax','0'),(3897,452,'_line_total','132'),(3898,452,'_line_tax','0'),(3899,452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3900,453,'_product_id','93'),(3901,453,'_variation_id','0'),(3902,453,'_qty','5'),(3903,453,'_tax_class',''),(3904,453,'_line_subtotal','0'),(3905,453,'_line_subtotal_tax','0'),(3906,453,'_line_total','0'),(3907,453,'_line_tax','0'),(3908,453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3909,454,'_product_id','97'),(3910,454,'_variation_id','0'),(3911,454,'_qty','3'),(3912,454,'_tax_class',''),(3913,454,'_line_subtotal','0'),(3914,454,'_line_subtotal_tax','0'),(3915,454,'_line_total','0'),(3916,454,'_line_tax','0'),(3917,454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3918,455,'method_id','fedex'),(3919,455,'instance_id','1'),(3920,455,'cost','60.00'),(3921,455,'total_tax','0'),(3922,455,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3923,455,'Package 1','17 × 14 × 10 (in) 33.25lbs × 1'),(3924,455,'Package 2','17 × 14 × 10 (in) 19.05lbs × 1'),(3925,456,'_product_id','41'),(3926,456,'_variation_id','0'),(3927,456,'_qty','1'),(3928,456,'_tax_class',''),(3929,456,'_line_subtotal','57.12'),(3930,456,'_line_subtotal_tax','0'),(3931,456,'_line_total','57.12'),(3932,456,'_line_tax','0'),(3933,456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3934,457,'_product_id','23'),(3935,457,'_variation_id','0'),(3936,457,'_qty','1'),(3937,457,'_tax_class',''),(3938,457,'_line_subtotal','72'),(3939,457,'_line_subtotal_tax','0'),(3940,457,'_line_total','72'),(3941,457,'_line_tax','0'),(3942,457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3943,458,'_product_id','38'),(3944,458,'_variation_id','0'),(3945,458,'_qty','1'),(3946,458,'_tax_class',''),(3947,458,'_line_subtotal','179.2'),(3948,458,'_line_subtotal_tax','0'),(3949,458,'_line_total','179.2'),(3950,458,'_line_tax','0'),(3951,458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3952,459,'_product_id','43'),(3953,459,'_variation_id','0'),(3954,459,'_qty','1'),(3955,459,'_tax_class',''),(3956,459,'_line_subtotal','72'),(3957,459,'_line_subtotal_tax','0'),(3958,459,'_line_total','72'),(3959,459,'_line_tax','0'),(3960,459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3961,460,'_product_id','99'),(3962,460,'_variation_id','0'),(3963,460,'_qty','1'),(3964,460,'_tax_class',''),(3965,460,'_line_subtotal','0'),(3966,460,'_line_subtotal_tax','0'),(3967,460,'_line_total','0'),(3968,460,'_line_tax','0'),(3969,460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3970,461,'_product_id','51'),(3971,461,'_variation_id','0'),(3972,461,'_qty','1'),(3973,461,'_tax_class',''),(3974,461,'_line_subtotal','134.4'),(3975,461,'_line_subtotal_tax','0'),(3976,461,'_line_total','134.4'),(3977,461,'_line_tax','0'),(3978,461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3979,462,'method_id','fedex'),(3980,462,'instance_id','1'),(3981,462,'cost','37.64'),(3982,462,'total_tax','0'),(3983,462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(3984,462,'Package 1','17 × 14 × 10 (in) 37.15lbs × 1'),(3985,462,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(3986,463,'_product_id','23'),(3987,463,'_variation_id','0'),(3988,463,'_qty','1'),(3989,463,'_tax_class',''),(3990,463,'_line_subtotal','72'),(3991,463,'_line_subtotal_tax','0'),(3992,463,'_line_total','72'),(3993,463,'_line_tax','0'),(3994,463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(3995,464,'_product_id','93'),(3996,464,'_variation_id','0'),(3997,464,'_qty','1'),(3998,464,'_tax_class',''),(3999,464,'_line_subtotal','0'),(4000,464,'_line_subtotal_tax','0'),(4001,464,'_line_total','0'),(4002,464,'_line_tax','0'),(4003,464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4004,465,'_product_id','97'),(4005,465,'_variation_id','0'),(4006,465,'_qty','1'),(4007,465,'_tax_class',''),(4008,465,'_line_subtotal','0'),(4009,465,'_line_subtotal_tax','0'),(4010,465,'_line_total','0'),(4011,465,'_line_tax','0'),(4012,465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4013,466,'_product_id','49'),(4014,466,'_variation_id','0'),(4015,466,'_qty','1'),(4016,466,'_tax_class',''),(4017,466,'_line_subtotal','72'),(4018,466,'_line_subtotal_tax','0'),(4019,466,'_line_total','72'),(4020,466,'_line_tax','0'),(4021,466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4022,467,'method_id','fedex'),(4023,467,'instance_id','1'),(4024,467,'cost','17.29'),(4025,467,'total_tax','0'),(4026,467,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4027,467,'Package 1','17 × 14 × 10 (in) 26.1lbs × 1'),(4028,468,'_product_id','41'),(4029,468,'_variation_id','0'),(4030,468,'_qty','2'),(4031,468,'_tax_class',''),(4032,468,'_line_subtotal','114.24'),(4033,468,'_line_subtotal_tax','0'),(4034,468,'_line_total','114.24'),(4035,468,'_line_tax','0'),(4036,468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4037,469,'_product_id','49'),(4038,469,'_variation_id','0'),(4039,469,'_qty','2'),(4040,469,'_tax_class',''),(4041,469,'_line_subtotal','144'),(4042,469,'_line_subtotal_tax','0'),(4043,469,'_line_total','144'),(4044,469,'_line_tax','0'),(4045,469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4046,470,'method_id','fedex'),(4047,470,'instance_id','1'),(4048,470,'cost','27.55'),(4049,470,'total_tax','0'),(4050,470,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4051,470,'Package 1','17 × 14 × 10 (in) 21.4lbs × 1'),(4052,471,'_product_id','38'),(4053,471,'_variation_id','0'),(4054,471,'_qty','1'),(4055,471,'_tax_class',''),(4056,471,'_line_subtotal','179.2'),(4057,471,'_line_subtotal_tax','0'),(4058,471,'_line_total','179.2'),(4059,471,'_line_tax','0'),(4060,471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4061,472,'_product_id','45'),(4062,472,'_variation_id','0'),(4063,472,'_qty','1'),(4064,472,'_tax_class',''),(4065,472,'_line_subtotal','38.4'),(4066,472,'_line_subtotal_tax','0'),(4067,472,'_line_total','38.4'),(4068,472,'_line_tax','0'),(4069,472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4070,473,'_product_id','41'),(4071,473,'_variation_id','0'),(4072,473,'_qty','3'),(4073,473,'_tax_class',''),(4074,473,'_line_subtotal','171.36'),(4075,473,'_line_subtotal_tax','0'),(4076,473,'_line_total','171.36'),(4077,473,'_line_tax','0'),(4078,473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4079,474,'_product_id','93'),(4080,474,'_variation_id','0'),(4081,474,'_qty','5'),(4082,474,'_tax_class',''),(4083,474,'_line_subtotal','0'),(4084,474,'_line_subtotal_tax','0'),(4085,474,'_line_total','0'),(4086,474,'_line_tax','0'),(4087,474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4088,475,'_product_id','97'),(4089,475,'_variation_id','0'),(4090,475,'_qty','2'),(4091,475,'_tax_class',''),(4092,475,'_line_subtotal','0'),(4093,475,'_line_subtotal_tax','0'),(4094,475,'_line_total','0'),(4095,475,'_line_tax','0'),(4096,475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4097,476,'_product_id','49'),(4098,476,'_variation_id','0'),(4099,476,'_qty','2'),(4100,476,'_tax_class',''),(4101,476,'_line_subtotal','144'),(4102,476,'_line_subtotal_tax','0'),(4103,476,'_line_total','144'),(4104,476,'_line_tax','0'),(4105,476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4106,477,'_product_id','142'),(4107,477,'_variation_id','0'),(4108,477,'_qty','6'),(4109,477,'_tax_class',''),(4110,477,'_line_subtotal','7.5'),(4111,477,'_line_subtotal_tax','0'),(4112,477,'_line_total','7.5'),(4113,477,'_line_tax','0'),(4114,477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4115,478,'_product_id','23'),(4116,478,'_variation_id','0'),(4117,478,'_qty','1'),(4118,478,'_tax_class',''),(4119,478,'_line_subtotal','72'),(4120,478,'_line_subtotal_tax','0'),(4121,478,'_line_total','72'),(4122,478,'_line_tax','0'),(4123,478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4124,479,'method_id','free_shipping'),(4125,479,'instance_id','2'),(4126,479,'cost','0.00'),(4127,479,'total_tax','0'),(4128,479,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4129,479,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rise 100% &times; 5, Bulk Detangling Spray 1 Gallon &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, 6\" Wide Tooth Detangling Comb &times; 6, Active Rinse 8oz(Case of 12) &times; 1'),(4130,480,'_product_id','93'),(4131,480,'_variation_id','0'),(4132,480,'_qty','3'),(4133,480,'_tax_class',''),(4134,480,'_line_subtotal','0'),(4135,480,'_line_subtotal_tax','0'),(4136,480,'_line_total','0'),(4137,480,'_line_tax','0'),(4138,480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4139,481,'_product_id','133'),(4140,481,'_variation_id','0'),(4141,481,'_qty','3'),(4142,481,'_tax_class',''),(4143,481,'_line_subtotal','39'),(4144,481,'_line_subtotal_tax','0'),(4145,481,'_line_total','39'),(4146,481,'_line_tax','0'),(4147,481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4148,482,'_product_id','142'),(4149,482,'_variation_id','0'),(4150,482,'_qty','6'),(4151,482,'_tax_class',''),(4152,482,'_line_subtotal','7.5'),(4153,482,'_line_subtotal_tax','0'),(4154,482,'_line_total','7.5'),(4155,482,'_line_tax','0'),(4156,482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4157,483,'_product_id','135'),(4158,483,'_variation_id','0'),(4159,483,'_qty','6'),(4160,483,'_tax_class',''),(4161,483,'_line_subtotal','13.5'),(4162,483,'_line_subtotal_tax','0'),(4163,483,'_line_total','13.5'),(4164,483,'_line_tax','0'),(4165,483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4166,484,'method_id','fedex'),(4167,484,'instance_id','1'),(4168,484,'cost','11.01'),(4169,484,'total_tax','0'),(4170,484,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4171,484,'Package 1','17 × 14 × 10 (in) 12.25lbs × 1'),(4172,485,'_product_id','137'),(4173,485,'_variation_id','0'),(4174,485,'_qty','3'),(4175,485,'_tax_class',''),(4176,485,'_line_subtotal','16.5'),(4177,485,'_line_subtotal_tax','0'),(4178,485,'_line_total','16.5'),(4179,485,'_line_tax','0'),(4180,485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4181,486,'_product_id','23'),(4182,486,'_variation_id','0'),(4183,486,'_qty','2'),(4184,486,'_tax_class',''),(4185,486,'_line_subtotal','144'),(4186,486,'_line_subtotal_tax','0'),(4187,486,'_line_total','144'),(4188,486,'_line_tax','0'),(4189,486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4190,487,'_product_id','93'),(4191,487,'_variation_id','0'),(4192,487,'_qty','5'),(4193,487,'_tax_class',''),(4194,487,'_line_subtotal','0'),(4195,487,'_line_subtotal_tax','0'),(4196,487,'_line_total','0'),(4197,487,'_line_tax','0'),(4198,487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4199,488,'_product_id','51'),(4200,488,'_variation_id','0'),(4201,488,'_qty','1'),(4202,488,'_tax_class',''),(4203,488,'_line_subtotal','134.4'),(4204,488,'_line_subtotal_tax','0'),(4205,488,'_line_total','134.4'),(4206,488,'_line_tax','0'),(4207,488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4208,489,'method_id','fedex'),(4209,489,'instance_id','1'),(4210,489,'cost','18.97'),(4211,489,'total_tax','0'),(4212,489,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4213,489,'Package 1','17 × 14 × 10 (in) 37.9lbs × 1'),(4214,490,'_product_id','144'),(4215,490,'_variation_id','0'),(4216,490,'_qty','7'),(4217,490,'_tax_class',''),(4218,490,'_line_subtotal','8.75'),(4219,490,'_line_subtotal_tax','0'),(4220,490,'_line_total','8.75'),(4221,490,'_line_tax','0'),(4222,490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4223,491,'_product_id','146'),(4224,491,'_variation_id','0'),(4225,491,'_qty','2'),(4226,491,'_tax_class',''),(4227,491,'_line_subtotal','2.5'),(4228,491,'_line_subtotal_tax','0'),(4229,491,'_line_total','2.5'),(4230,491,'_line_tax','0'),(4231,491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4232,492,'_product_id','41'),(4233,492,'_variation_id','0'),(4234,492,'_qty','1'),(4235,492,'_tax_class',''),(4236,492,'_line_subtotal','57.12'),(4237,492,'_line_subtotal_tax','0'),(4238,492,'_line_total','57.12'),(4239,492,'_line_tax','0'),(4240,492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4241,493,'_product_id','93'),(4242,493,'_variation_id','0'),(4243,493,'_qty','9'),(4244,493,'_tax_class',''),(4245,493,'_line_subtotal','0'),(4246,493,'_line_subtotal_tax','0'),(4247,493,'_line_total','0'),(4248,493,'_line_tax','0'),(4249,493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4250,494,'_product_id','137'),(4251,494,'_variation_id','0'),(4252,494,'_qty','6'),(4253,494,'_tax_class',''),(4254,494,'_line_subtotal','33'),(4255,494,'_line_subtotal_tax','0'),(4256,494,'_line_total','33'),(4257,494,'_line_tax','0'),(4258,494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4259,495,'_product_id','148'),(4260,495,'_variation_id','0'),(4261,495,'_qty','10'),(4262,495,'_tax_class',''),(4263,495,'_line_subtotal','75'),(4264,495,'_line_subtotal_tax','0'),(4265,495,'_line_total','75'),(4266,495,'_line_tax','0'),(4267,495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4268,496,'method_id','fedex'),(4269,496,'instance_id','1'),(4270,496,'cost','17.29'),(4271,496,'total_tax','0'),(4272,496,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4273,496,'Package 1','17 × 14 × 10 (in) 26.7lbs × 1'),(4274,497,'_product_id','38'),(4275,497,'_variation_id','0'),(4276,497,'_qty','1'),(4277,497,'_tax_class',''),(4278,497,'_line_subtotal','179.2'),(4279,497,'_line_subtotal_tax','0'),(4280,497,'_line_total','179.2'),(4281,497,'_line_tax','0'),(4282,497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4283,498,'_product_id','23'),(4284,498,'_variation_id','0'),(4285,498,'_qty','5'),(4286,498,'_tax_class',''),(4287,498,'_line_subtotal','360'),(4288,498,'_line_subtotal_tax','0'),(4289,498,'_line_total','360'),(4290,498,'_line_tax','0'),(4291,498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4292,499,'method_id','free_shipping'),(4293,499,'instance_id','2'),(4294,499,'cost','0.00'),(4295,499,'total_tax','0'),(4296,499,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4297,499,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 5'),(4298,500,'_product_id','41'),(4299,500,'_variation_id','0'),(4300,500,'_qty','8'),(4301,500,'_tax_class',''),(4302,500,'_line_subtotal','456.96'),(4303,500,'_line_subtotal_tax','0'),(4304,500,'_line_total','456.96'),(4305,500,'_line_tax','0'),(4306,500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4307,501,'_product_id','93'),(4308,501,'_variation_id','0'),(4309,501,'_qty','40'),(4310,501,'_tax_class',''),(4311,501,'_line_subtotal','0'),(4312,501,'_line_subtotal_tax','0'),(4313,501,'_line_total','0'),(4314,501,'_line_tax','0'),(4315,501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4316,502,'_product_id','133'),(4317,502,'_variation_id','0'),(4318,502,'_qty','1'),(4319,502,'_tax_class',''),(4320,502,'_line_subtotal','13'),(4321,502,'_line_subtotal_tax','0'),(4322,502,'_line_total','13'),(4323,502,'_line_tax','0'),(4324,502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4325,503,'method_id','fedex'),(4326,503,'instance_id','1'),(4327,503,'cost','110.25'),(4328,503,'total_tax','0'),(4329,503,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4330,503,'Package 1','17 × 14 × 10 (in) 40.75lbs × 1'),(4331,503,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(4332,503,'Package 3','17 × 14 × 10 (in) 26.8lbs × 1'),(4333,504,'_product_id','23'),(4334,504,'_variation_id','0'),(4335,504,'_qty','2'),(4336,504,'_tax_class',''),(4337,504,'_line_subtotal','144'),(4338,504,'_line_subtotal_tax','0'),(4339,504,'_line_total','144'),(4340,504,'_line_tax','0'),(4341,504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4342,505,'_product_id','41'),(4343,505,'_variation_id','0'),(4344,505,'_qty','2'),(4345,505,'_tax_class',''),(4346,505,'_line_subtotal','114.24'),(4347,505,'_line_subtotal_tax','0'),(4348,505,'_line_total','114.24'),(4349,505,'_line_tax','0'),(4350,505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4351,506,'_product_id','43'),(4352,506,'_variation_id','0'),(4353,506,'_qty','2'),(4354,506,'_tax_class',''),(4355,506,'_line_subtotal','144'),(4356,506,'_line_subtotal_tax','0'),(4357,506,'_line_total','144'),(4358,506,'_line_tax','0'),(4359,506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4360,507,'_product_id','93'),(4361,507,'_variation_id','0'),(4362,507,'_qty','10'),(4363,507,'_tax_class',''),(4364,507,'_line_subtotal','0'),(4365,507,'_line_subtotal_tax','0'),(4366,507,'_line_total','0'),(4367,507,'_line_tax','0'),(4368,507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4369,508,'_product_id','97'),(4370,508,'_variation_id','0'),(4371,508,'_qty','4'),(4372,508,'_tax_class',''),(4373,508,'_line_subtotal','0'),(4374,508,'_line_subtotal_tax','0'),(4375,508,'_line_total','0'),(4376,508,'_line_tax','0'),(4377,508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4378,509,'_product_id','131'),(4379,509,'_variation_id','0'),(4380,509,'_qty','5'),(4381,509,'_tax_class',''),(4382,509,'_line_subtotal','57.5'),(4383,509,'_line_subtotal_tax','0'),(4384,509,'_line_total','57.5'),(4385,509,'_line_tax','0'),(4386,509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4387,510,'method_id','fedex'),(4388,510,'instance_id','1'),(4389,510,'cost','54.89'),(4390,510,'total_tax','0'),(4391,510,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4392,510,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(4393,510,'Package 2','17 × 14 × 10 (in) 35lbs × 1'),(4394,510,'Package 3','17 × 14 × 10 (in) 27.2lbs × 1'),(4395,511,'_product_id','93'),(4396,511,'_variation_id','0'),(4397,511,'_qty','10'),(4398,511,'_tax_class',''),(4399,511,'_line_subtotal','0'),(4400,511,'_line_subtotal_tax','0'),(4401,511,'_line_total','0'),(4402,511,'_line_tax','0'),(4403,511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4404,512,'_product_id','23'),(4405,512,'_variation_id','0'),(4406,512,'_qty','2'),(4407,512,'_tax_class',''),(4408,512,'_line_subtotal','144'),(4409,512,'_line_subtotal_tax','0'),(4410,512,'_line_total','144'),(4411,512,'_line_tax','0'),(4412,512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4413,513,'_product_id','38'),(4414,513,'_variation_id','0'),(4415,513,'_qty','1'),(4416,513,'_tax_class',''),(4417,513,'_line_subtotal','179.2'),(4418,513,'_line_subtotal_tax','0'),(4419,513,'_line_total','179.2'),(4420,513,'_line_tax','0'),(4421,513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4422,514,'_product_id','40'),(4423,514,'_variation_id','0'),(4424,514,'_qty','1'),(4425,514,'_tax_class',''),(4426,514,'_line_subtotal','72'),(4427,514,'_line_subtotal_tax','0'),(4428,514,'_line_total','72'),(4429,514,'_line_tax','0'),(4430,514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4431,515,'_product_id','43'),(4432,515,'_variation_id','0'),(4433,515,'_qty','1'),(4434,515,'_tax_class',''),(4435,515,'_line_subtotal','72'),(4436,515,'_line_subtotal_tax','0'),(4437,515,'_line_total','72'),(4438,515,'_line_tax','0'),(4439,515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4440,516,'_product_id','97'),(4441,516,'_variation_id','0'),(4442,516,'_qty','1'),(4443,516,'_tax_class',''),(4444,516,'_line_subtotal','0'),(4445,516,'_line_subtotal_tax','0'),(4446,516,'_line_total','0'),(4447,516,'_line_tax','0'),(4448,516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4449,517,'method_id','fedex'),(4450,517,'instance_id','1'),(4451,517,'cost','51.14'),(4452,517,'total_tax','0'),(4453,517,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4454,517,'Package 1','17 × 14 × 10 (in) 40.85lbs × 1'),(4455,517,'Package 2','14 × 14 × 14 (in) 28.1lbs × 1'),(4456,517,'Package 3','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(4457,518,'_product_id','38'),(4458,518,'_variation_id','0'),(4459,518,'_qty','1'),(4460,518,'_tax_class',''),(4461,518,'_line_subtotal','179.2'),(4462,518,'_line_subtotal_tax','0'),(4463,518,'_line_total','179.2'),(4464,518,'_line_tax','0'),(4465,518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4466,519,'_product_id','23'),(4467,519,'_variation_id','0'),(4468,519,'_qty','3'),(4469,519,'_tax_class',''),(4470,519,'_line_subtotal','216'),(4471,519,'_line_subtotal_tax','0'),(4472,519,'_line_total','216'),(4473,519,'_line_tax','0'),(4474,519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4475,520,'_product_id','41'),(4476,520,'_variation_id','0'),(4477,520,'_qty','1'),(4478,520,'_tax_class',''),(4479,520,'_line_subtotal','57.12'),(4480,520,'_line_subtotal_tax','0'),(4481,520,'_line_total','57.12'),(4482,520,'_line_tax','0'),(4483,520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4484,521,'_product_id','118'),(4485,521,'_variation_id','0'),(4486,521,'_qty','1'),(4487,521,'_tax_class',''),(4488,521,'_line_subtotal','168'),(4489,521,'_line_subtotal_tax','0'),(4490,521,'_line_total','168'),(4491,521,'_line_tax','0'),(4492,521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4493,522,'_product_id','51'),(4494,522,'_variation_id','0'),(4495,522,'_qty','1'),(4496,522,'_tax_class',''),(4497,522,'_line_subtotal','134.4'),(4498,522,'_line_subtotal_tax','0'),(4499,522,'_line_total','134.4'),(4500,522,'_line_tax','0'),(4501,522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4502,523,'_product_id','44'),(4503,523,'_variation_id','0'),(4504,523,'_qty','1'),(4505,523,'_tax_class',''),(4506,523,'_line_subtotal','105.6'),(4507,523,'_line_subtotal_tax','0'),(4508,523,'_line_total','105.6'),(4509,523,'_line_tax','0'),(4510,523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4511,524,'_product_id','93'),(4512,524,'_variation_id','0'),(4513,524,'_qty','10'),(4514,524,'_tax_class',''),(4515,524,'_line_subtotal','0'),(4516,524,'_line_subtotal_tax','0'),(4517,524,'_line_total','0'),(4518,524,'_line_tax','0'),(4519,524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4520,525,'method_id','fedex'),(4521,525,'instance_id','1'),(4522,525,'cost','73.12'),(4523,525,'total_tax','0'),(4524,525,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4525,525,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(4526,525,'Package 2','17 × 14 × 10 (in) 40.35lbs × 1'),(4527,525,'Package 3','14 × 14 × 14 (in) 25.95lbs × 1'),(4528,526,'_product_id','41'),(4529,526,'_variation_id','0'),(4530,526,'_qty','2'),(4531,526,'_tax_class',''),(4532,526,'_line_subtotal','114.24'),(4533,526,'_line_subtotal_tax','0'),(4534,526,'_line_total','114.24'),(4535,526,'_line_tax','0'),(4536,526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4537,527,'_product_id','45'),(4538,527,'_variation_id','0'),(4539,527,'_qty','2'),(4540,527,'_tax_class',''),(4541,527,'_line_subtotal','76.8'),(4542,527,'_line_subtotal_tax','0'),(4543,527,'_line_total','76.8'),(4544,527,'_line_tax','0'),(4545,527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4546,528,'_product_id','93'),(4547,528,'_variation_id','0'),(4548,528,'_qty','6'),(4549,528,'_tax_class',''),(4550,528,'_line_subtotal','0'),(4551,528,'_line_subtotal_tax','0'),(4552,528,'_line_total','0'),(4553,528,'_line_tax','0'),(4554,528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4555,529,'_product_id','23'),(4556,529,'_variation_id','0'),(4557,529,'_qty','2'),(4558,529,'_tax_class',''),(4559,529,'_line_subtotal','144'),(4560,529,'_line_subtotal_tax','0'),(4561,529,'_line_total','144'),(4562,529,'_line_tax','0'),(4563,529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4564,530,'method_id','fedex'),(4565,530,'instance_id','1'),(4566,530,'cost','41.11'),(4567,530,'total_tax','0'),(4568,530,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4569,530,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(4570,530,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(4571,531,'_product_id','93'),(4572,531,'_variation_id','0'),(4573,531,'_qty','15'),(4574,531,'_tax_class',''),(4575,531,'_line_subtotal','0'),(4576,531,'_line_subtotal_tax','0'),(4577,531,'_line_total','0'),(4578,531,'_line_tax','0'),(4579,531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4580,532,'_product_id','97'),(4581,532,'_variation_id','0'),(4582,532,'_qty','2'),(4583,532,'_tax_class',''),(4584,532,'_line_subtotal','0'),(4585,532,'_line_subtotal_tax','0'),(4586,532,'_line_total','0'),(4587,532,'_line_tax','0'),(4588,532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4589,533,'method_id','fedex'),(4590,533,'instance_id','1'),(4591,533,'cost','29.33'),(4592,533,'total_tax','0'),(4593,533,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4594,533,'Package 1','17 × 14 × 10 (in) 40.35lbs × 1'),(4595,533,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(4596,534,'method_id','fedex'),(4597,534,'instance_id','1'),(4598,534,'cost','-73.12'),(4599,534,'total_tax','0'),(4600,534,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4601,534,'_refunded_item_id','525'),(4602,535,'_product_id','42'),(4603,535,'_variation_id','0'),(4604,535,'_qty','1'),(4605,535,'_tax_class',''),(4606,535,'_line_subtotal','72'),(4607,535,'_line_subtotal_tax','0'),(4608,535,'_line_total','72'),(4609,535,'_line_tax','0'),(4610,535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4611,536,'_product_id','40'),(4612,536,'_variation_id','0'),(4613,536,'_qty','1'),(4614,536,'_tax_class',''),(4615,536,'_line_subtotal','72'),(4616,536,'_line_subtotal_tax','0'),(4617,536,'_line_total','72'),(4618,536,'_line_tax','0'),(4619,536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4620,537,'_product_id','93'),(4621,537,'_variation_id','0'),(4622,537,'_qty','10'),(4623,537,'_tax_class',''),(4624,537,'_line_subtotal','0'),(4625,537,'_line_subtotal_tax','0'),(4626,537,'_line_total','0'),(4627,537,'_line_tax','0'),(4628,537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4629,538,'method_id','fedex'),(4630,538,'instance_id','1'),(4631,538,'cost','20.20'),(4632,538,'total_tax','0'),(4633,538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4634,538,'Package 1','17 × 14 × 10 (in) 34.85lbs × 1'),(4697,546,'_product_id','93'),(4698,546,'_variation_id','0'),(4699,546,'_qty','10'),(4700,546,'_tax_class',''),(4701,546,'_line_subtotal','0'),(4702,546,'_line_subtotal_tax','0'),(4703,546,'_line_total','0'),(4704,546,'_line_tax','0'),(4705,546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4706,547,'_product_id','99'),(4707,547,'_variation_id','0'),(4708,547,'_qty','1'),(4709,547,'_tax_class',''),(4710,547,'_line_subtotal','0'),(4711,547,'_line_subtotal_tax','0'),(4712,547,'_line_total','0'),(4713,547,'_line_tax','0'),(4714,547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4715,548,'_product_id','49'),(4716,548,'_variation_id','0'),(4717,548,'_qty','1'),(4718,548,'_tax_class',''),(4719,548,'_line_subtotal','72'),(4720,548,'_line_subtotal_tax','0'),(4721,548,'_line_total','72'),(4722,548,'_line_tax','0'),(4723,548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4724,549,'_product_id','39'),(4725,549,'_variation_id','0'),(4726,549,'_qty','2'),(4727,549,'_tax_class',''),(4728,549,'_line_subtotal','144'),(4729,549,'_line_subtotal_tax','0'),(4730,549,'_line_total','144'),(4731,549,'_line_tax','0'),(4732,549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4733,550,'_product_id','40'),(4734,550,'_variation_id','0'),(4735,550,'_qty','2'),(4736,550,'_tax_class',''),(4737,550,'_line_subtotal','144'),(4738,550,'_line_subtotal_tax','0'),(4739,550,'_line_total','144'),(4740,550,'_line_tax','0'),(4741,550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4742,551,'_product_id','43'),(4743,551,'_variation_id','0'),(4744,551,'_qty','2'),(4745,551,'_tax_class',''),(4746,551,'_line_subtotal','144'),(4747,551,'_line_subtotal_tax','0'),(4748,551,'_line_total','144'),(4749,551,'_line_tax','0'),(4750,551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4751,552,'method_id','free_shipping'),(4752,552,'instance_id','2'),(4753,552,'cost','0.00'),(4754,552,'total_tax','0'),(4755,552,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4756,552,'Items','Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2'),(4757,553,'_product_id','39'),(4758,553,'_variation_id','0'),(4759,553,'_qty','2'),(4760,553,'_tax_class',''),(4761,553,'_line_subtotal','144'),(4762,553,'_line_subtotal_tax','0'),(4763,553,'_line_total','144'),(4764,553,'_line_tax','0'),(4765,553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4766,554,'_product_id','120'),(4767,554,'_variation_id','0'),(4768,554,'_qty','1'),(4769,554,'_tax_class',''),(4770,554,'_line_subtotal','48'),(4771,554,'_line_subtotal_tax','0'),(4772,554,'_line_total','48'),(4773,554,'_line_tax','0'),(4774,554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4775,555,'_product_id','43'),(4776,555,'_variation_id','0'),(4777,555,'_qty','4'),(4778,555,'_tax_class',''),(4779,555,'_line_subtotal','288'),(4780,555,'_line_subtotal_tax','0'),(4781,555,'_line_total','288'),(4782,555,'_line_tax','0'),(4783,555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4784,556,'_product_id','42'),(4785,556,'_variation_id','0'),(4786,556,'_qty','1'),(4787,556,'_tax_class',''),(4788,556,'_line_subtotal','72'),(4789,556,'_line_subtotal_tax','0'),(4790,556,'_line_total','72'),(4791,556,'_line_tax','0'),(4792,556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4793,557,'_product_id','93'),(4794,557,'_variation_id','0'),(4795,557,'_qty','20'),(4796,557,'_tax_class',''),(4797,557,'_line_subtotal','0'),(4798,557,'_line_subtotal_tax','0'),(4799,557,'_line_total','0'),(4800,557,'_line_tax','0'),(4801,557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4802,558,'method_id','free_shipping'),(4803,558,'instance_id','2'),(4804,558,'cost','0.00'),(4805,558,'total_tax','0'),(4806,558,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4807,558,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rise 100% &times; 20'),(4886,568,'_product_id','23'),(4887,568,'_variation_id','0'),(4888,568,'_qty','2'),(4889,568,'_tax_class',''),(4890,568,'_line_subtotal','144'),(4891,568,'_line_subtotal_tax','0'),(4892,568,'_line_total','144'),(4893,568,'_line_tax','0'),(4894,568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4895,569,'_product_id','38'),(4896,569,'_variation_id','0'),(4897,569,'_qty','1'),(4898,569,'_tax_class',''),(4899,569,'_line_subtotal','179.2'),(4900,569,'_line_subtotal_tax','0'),(4901,569,'_line_total','179.2'),(4902,569,'_line_tax','0'),(4903,569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4904,570,'_product_id','45'),(4905,570,'_variation_id','0'),(4906,570,'_qty','2'),(4907,570,'_tax_class',''),(4908,570,'_line_subtotal','76.8'),(4909,570,'_line_subtotal_tax','0'),(4910,570,'_line_total','76.8'),(4911,570,'_line_tax','0'),(4912,570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4913,571,'_product_id','41'),(4914,571,'_variation_id','0'),(4915,571,'_qty','2'),(4916,571,'_tax_class',''),(4917,571,'_line_subtotal','114.24'),(4918,571,'_line_subtotal_tax','0'),(4919,571,'_line_total','114.24'),(4920,571,'_line_tax','0'),(4921,571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4922,572,'_product_id','49'),(4923,572,'_variation_id','0'),(4924,572,'_qty','2'),(4925,572,'_tax_class',''),(4926,572,'_line_subtotal','144'),(4927,572,'_line_subtotal_tax','0'),(4928,572,'_line_total','144'),(4929,572,'_line_tax','0'),(4930,572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4931,573,'_product_id','93'),(4932,573,'_variation_id','0'),(4933,573,'_qty','5'),(4934,573,'_tax_class',''),(4935,573,'_line_subtotal','0'),(4936,573,'_line_subtotal_tax','0'),(4937,573,'_line_total','0'),(4938,573,'_line_tax','0'),(4939,573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4940,574,'_product_id','97'),(4941,574,'_variation_id','0'),(4942,574,'_qty','2'),(4943,574,'_tax_class',''),(4944,574,'_line_subtotal','0'),(4945,574,'_line_subtotal_tax','0'),(4946,574,'_line_total','0'),(4947,574,'_line_tax','0'),(4948,574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4949,575,'_product_id','318'),(4950,575,'_variation_id','0'),(4951,575,'_qty','10'),(4952,575,'_tax_class',''),(4953,575,'_line_subtotal','30'),(4954,575,'_line_subtotal_tax','0'),(4955,575,'_line_total','30'),(4956,575,'_line_tax','0'),(4957,575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4958,576,'method_id','free_shipping'),(4959,576,'instance_id','2'),(4960,576,'cost','0.00'),(4961,576,'total_tax','0'),(4962,576,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4963,576,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 5, Bulk Detangling Spray 1 Gallon &times; 2, Goomee 4 Pack &times; 10'),(4964,577,'_product_id','93'),(4965,577,'_variation_id','0'),(4966,577,'_qty','20'),(4967,577,'_tax_class',''),(4968,577,'_line_subtotal','0'),(4969,577,'_line_subtotal_tax','0'),(4970,577,'_line_total','0'),(4971,577,'_line_tax','0'),(4972,577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4973,578,'method_id','fedex'),(4974,578,'instance_id','1'),(4975,578,'cost','49.39'),(4976,578,'total_tax','0'),(4977,578,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(4978,578,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(4979,578,'Package 2','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(4980,579,'_product_id','23'),(4981,579,'_variation_id','0'),(4982,579,'_qty','2'),(4983,579,'_tax_class',''),(4984,579,'_line_subtotal','144'),(4985,579,'_line_subtotal_tax','0'),(4986,579,'_line_total','144'),(4987,579,'_line_tax','0'),(4988,579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4989,580,'_product_id','93'),(4990,580,'_variation_id','0'),(4991,580,'_qty','1'),(4992,580,'_tax_class',''),(4993,580,'_line_subtotal','0'),(4994,580,'_line_subtotal_tax','0'),(4995,580,'_line_total','0'),(4996,580,'_line_tax','0'),(4997,580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(4998,581,'method_id','fedex'),(4999,581,'instance_id','1'),(5000,581,'cost','14.70'),(5001,581,'total_tax','0'),(5002,581,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5003,581,'Package 1','17 × 14 × 10 (in) 17.75lbs × 1'),(5004,582,'_product_id','93'),(5005,582,'_variation_id','0'),(5006,582,'_qty','5'),(5007,582,'_tax_class',''),(5008,582,'_line_subtotal','0'),(5009,582,'_line_subtotal_tax','0'),(5010,582,'_line_total','0'),(5011,582,'_line_tax','0'),(5012,582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5013,583,'_product_id','97'),(5014,583,'_variation_id','0'),(5015,583,'_qty','1'),(5016,583,'_tax_class',''),(5017,583,'_line_subtotal','0'),(5018,583,'_line_subtotal_tax','0'),(5019,583,'_line_total','0'),(5020,583,'_line_tax','0'),(5021,583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5022,584,'_product_id','99'),(5023,584,'_variation_id','0'),(5024,584,'_qty','2'),(5025,584,'_tax_class',''),(5026,584,'_line_subtotal','0'),(5027,584,'_line_subtotal_tax','0'),(5028,584,'_line_total','0'),(5029,584,'_line_tax','0'),(5030,584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5031,585,'_product_id','23'),(5032,585,'_variation_id','0'),(5033,585,'_qty','1'),(5034,585,'_tax_class',''),(5035,585,'_line_subtotal','72'),(5036,585,'_line_subtotal_tax','0'),(5037,585,'_line_total','72'),(5038,585,'_line_tax','0'),(5039,585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5040,586,'_product_id','120'),(5041,586,'_variation_id','0'),(5042,586,'_qty','1'),(5043,586,'_tax_class',''),(5044,586,'_line_subtotal','48'),(5045,586,'_line_subtotal_tax','0'),(5046,586,'_line_total','48'),(5047,586,'_line_tax','0'),(5048,586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5049,587,'method_id','fedex'),(5050,587,'instance_id','1'),(5051,587,'cost','25.77'),(5052,587,'total_tax','0'),(5053,587,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5054,587,'Package 1','17 × 14 × 10 (in) 38lbs × 1'),(5055,587,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(5056,588,'_product_id','23'),(5057,588,'_variation_id','0'),(5058,588,'_qty','2'),(5059,588,'_tax_class',''),(5060,588,'_line_subtotal','144'),(5061,588,'_line_subtotal_tax','0'),(5062,588,'_line_total','144'),(5063,588,'_line_tax','0'),(5064,588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5065,589,'_product_id','42'),(5066,589,'_variation_id','0'),(5067,589,'_qty','1'),(5068,589,'_tax_class',''),(5069,589,'_line_subtotal','72'),(5070,589,'_line_subtotal_tax','0'),(5071,589,'_line_total','72'),(5072,589,'_line_tax','0'),(5073,589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5074,590,'_product_id','43'),(5075,590,'_variation_id','0'),(5076,590,'_qty','1'),(5077,590,'_tax_class',''),(5078,590,'_line_subtotal','72'),(5079,590,'_line_subtotal_tax','0'),(5080,590,'_line_total','72'),(5081,590,'_line_tax','0'),(5082,590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5083,591,'_product_id','49'),(5084,591,'_variation_id','0'),(5085,591,'_qty','1'),(5086,591,'_tax_class',''),(5087,591,'_line_subtotal','72'),(5088,591,'_line_subtotal_tax','0'),(5089,591,'_line_total','72'),(5090,591,'_line_tax','0'),(5091,591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5092,592,'_product_id','118'),(5093,592,'_variation_id','0'),(5094,592,'_qty','1'),(5095,592,'_tax_class',''),(5096,592,'_line_subtotal','168'),(5097,592,'_line_subtotal_tax','0'),(5098,592,'_line_total','168'),(5099,592,'_line_tax','0'),(5100,592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5101,593,'method_id','free_shipping'),(5102,593,'instance_id','2'),(5103,593,'cost','0.00'),(5104,593,'total_tax','0'),(5105,593,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5106,593,'Items','Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(5107,594,'_product_id','51'),(5108,594,'_variation_id','0'),(5109,594,'_qty','4'),(5110,594,'_tax_class',''),(5111,594,'_line_subtotal','537.6'),(5112,594,'_line_subtotal_tax','0'),(5113,594,'_line_total','537.6'),(5114,594,'_line_tax','0'),(5115,594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5116,595,'_product_id','23'),(5117,595,'_variation_id','0'),(5118,595,'_qty','1'),(5119,595,'_tax_class',''),(5120,595,'_line_subtotal','72'),(5121,595,'_line_subtotal_tax','0'),(5122,595,'_line_total','72'),(5123,595,'_line_tax','0'),(5124,595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5125,596,'_product_id','38'),(5126,596,'_variation_id','0'),(5127,596,'_qty','2'),(5128,596,'_tax_class',''),(5129,596,'_line_subtotal','358.4'),(5130,596,'_line_subtotal_tax','0'),(5131,596,'_line_total','358.4'),(5132,596,'_line_tax','0'),(5133,596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5134,597,'_product_id','93'),(5135,597,'_variation_id','0'),(5136,597,'_qty','10'),(5137,597,'_tax_class',''),(5138,597,'_line_subtotal','0'),(5139,597,'_line_subtotal_tax','0'),(5140,597,'_line_total','0'),(5141,597,'_line_tax','0'),(5142,597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5143,598,'_product_id','99'),(5144,598,'_variation_id','0'),(5145,598,'_qty','2'),(5146,598,'_tax_class',''),(5147,598,'_line_subtotal','0'),(5148,598,'_line_subtotal_tax','0'),(5149,598,'_line_total','0'),(5150,598,'_line_tax','0'),(5151,598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5152,599,'method_id','free_shipping'),(5153,599,'instance_id','2'),(5154,599,'cost','0.00'),(5155,599,'total_tax','0'),(5156,599,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5157,599,'Items','Urgent Care Kit(Case of 6) &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 2'),(5158,600,'_product_id','93'),(5159,600,'_variation_id','0'),(5160,600,'_qty','6'),(5161,600,'_tax_class',''),(5162,600,'_line_subtotal','0'),(5163,600,'_line_subtotal_tax','0'),(5164,600,'_line_total','0'),(5165,600,'_line_tax','0'),(5166,600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5167,601,'method_id','fedex'),(5168,601,'instance_id','1'),(5169,601,'cost','13.32'),(5170,601,'total_tax','0'),(5171,601,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5172,601,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(5173,602,'_product_id','97'),(5174,602,'_variation_id','0'),(5175,602,'_qty','1'),(5176,602,'_tax_class',''),(5177,602,'_line_subtotal','0'),(5178,602,'_line_subtotal_tax','0'),(5179,602,'_line_total','0'),(5180,602,'_line_tax','0'),(5181,602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5182,603,'_product_id','99'),(5183,603,'_variation_id','0'),(5184,603,'_qty','1'),(5185,603,'_tax_class',''),(5186,603,'_line_subtotal','0'),(5187,603,'_line_subtotal_tax','0'),(5188,603,'_line_total','0'),(5189,603,'_line_tax','0'),(5190,603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5191,604,'_product_id','93'),(5192,604,'_variation_id','0'),(5193,604,'_qty','10'),(5194,604,'_tax_class',''),(5195,604,'_line_subtotal','0'),(5196,604,'_line_subtotal_tax','0'),(5197,604,'_line_total','0'),(5198,604,'_line_tax','0'),(5199,604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5200,605,'method_id','fedex'),(5201,605,'instance_id','1'),(5202,605,'cost','35.34'),(5203,605,'total_tax','0'),(5204,605,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5205,605,'Package 1','17 × 14 × 10 (in) 38.2lbs × 1'),(5206,606,'_product_id','93'),(5207,606,'_variation_id','0'),(5208,606,'_qty','6'),(5209,606,'_tax_class',''),(5210,606,'_line_subtotal','0'),(5211,606,'_line_subtotal_tax','0'),(5212,606,'_line_total','0'),(5213,606,'_line_tax','0'),(5214,606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5215,607,'method_id','fedex'),(5216,607,'instance_id','1'),(5217,607,'cost','11.76'),(5218,607,'total_tax','0'),(5219,607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5220,607,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(5221,608,'_product_id','23'),(5222,608,'_variation_id','0'),(5223,608,'_qty','3'),(5224,608,'_tax_class',''),(5225,608,'_line_subtotal','216'),(5226,608,'_line_subtotal_tax','0'),(5227,608,'_line_total','216'),(5228,608,'_line_tax','0'),(5229,608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5230,609,'_product_id','38'),(5231,609,'_variation_id','0'),(5232,609,'_qty','3'),(5233,609,'_tax_class',''),(5234,609,'_line_subtotal','537.6'),(5235,609,'_line_subtotal_tax','0'),(5236,609,'_line_total','537.6'),(5237,609,'_line_tax','0'),(5238,609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5239,610,'_product_id','42'),(5240,610,'_variation_id','0'),(5241,610,'_qty','2'),(5242,610,'_tax_class',''),(5243,610,'_line_subtotal','144'),(5244,610,'_line_subtotal_tax','0'),(5245,610,'_line_total','144'),(5246,610,'_line_tax','0'),(5247,610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5248,611,'_product_id','45'),(5249,611,'_variation_id','0'),(5250,611,'_qty','2'),(5251,611,'_tax_class',''),(5252,611,'_line_subtotal','76.8'),(5253,611,'_line_subtotal_tax','0'),(5254,611,'_line_total','76.8'),(5255,611,'_line_tax','0'),(5256,611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5257,612,'_product_id','41'),(5258,612,'_variation_id','0'),(5259,612,'_qty','5'),(5260,612,'_tax_class',''),(5261,612,'_line_subtotal','285.6'),(5262,612,'_line_subtotal_tax','0'),(5263,612,'_line_total','285.6'),(5264,612,'_line_tax','0'),(5265,612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5266,613,'_product_id','118'),(5267,613,'_variation_id','0'),(5268,613,'_qty','2'),(5269,613,'_tax_class',''),(5270,613,'_line_subtotal','336'),(5271,613,'_line_subtotal_tax','0'),(5272,613,'_line_total','336'),(5273,613,'_line_tax','0'),(5274,613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5275,614,'_product_id','51'),(5276,614,'_variation_id','0'),(5277,614,'_qty','2'),(5278,614,'_tax_class',''),(5279,614,'_line_subtotal','268.8'),(5280,614,'_line_subtotal_tax','0'),(5281,614,'_line_total','268.8'),(5282,614,'_line_tax','0'),(5283,614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5284,615,'_product_id','116'),(5285,615,'_variation_id','0'),(5286,615,'_qty','2'),(5287,615,'_tax_class',''),(5288,615,'_line_subtotal','264'),(5289,615,'_line_subtotal_tax','0'),(5290,615,'_line_total','264'),(5291,615,'_line_tax','0'),(5292,615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5293,616,'_product_id','39'),(5294,616,'_variation_id','0'),(5295,616,'_qty','2'),(5296,616,'_tax_class',''),(5297,616,'_line_subtotal','144'),(5298,616,'_line_subtotal_tax','0'),(5299,616,'_line_total','144'),(5300,616,'_line_tax','0'),(5301,616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5302,617,'_product_id','40'),(5303,617,'_variation_id','0'),(5304,617,'_qty','2'),(5305,617,'_tax_class',''),(5306,617,'_line_subtotal','144'),(5307,617,'_line_subtotal_tax','0'),(5308,617,'_line_total','144'),(5309,617,'_line_tax','0'),(5310,617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5311,618,'_product_id','120'),(5312,618,'_variation_id','0'),(5313,618,'_qty','3'),(5314,618,'_tax_class',''),(5315,618,'_line_subtotal','144'),(5316,618,'_line_subtotal_tax','0'),(5317,618,'_line_total','144'),(5318,618,'_line_tax','0'),(5319,618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5320,619,'_product_id','43'),(5321,619,'_variation_id','0'),(5322,619,'_qty','3'),(5323,619,'_tax_class',''),(5324,619,'_line_subtotal','216'),(5325,619,'_line_subtotal_tax','0'),(5326,619,'_line_total','216'),(5327,619,'_line_tax','0'),(5328,619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5329,620,'_product_id','49'),(5330,620,'_variation_id','0'),(5331,620,'_qty','3'),(5332,620,'_tax_class',''),(5333,620,'_line_subtotal','216'),(5334,620,'_line_subtotal_tax','0'),(5335,620,'_line_total','216'),(5336,620,'_line_tax','0'),(5337,620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5338,621,'_product_id','44'),(5339,621,'_variation_id','0'),(5340,621,'_qty','2'),(5341,621,'_tax_class',''),(5342,621,'_line_subtotal','211.2'),(5343,621,'_line_subtotal_tax','0'),(5344,621,'_line_total','211.2'),(5345,621,'_line_tax','0'),(5346,621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5347,622,'_product_id','93'),(5348,622,'_variation_id','0'),(5349,622,'_qty','48'),(5350,622,'_tax_class',''),(5351,622,'_line_subtotal','0'),(5352,622,'_line_subtotal_tax','0'),(5353,622,'_line_total','0'),(5354,622,'_line_tax','0'),(5355,622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5356,623,'_product_id','95'),(5357,623,'_variation_id','0'),(5358,623,'_qty','2'),(5359,623,'_tax_class',''),(5360,623,'_line_subtotal','0'),(5361,623,'_line_subtotal_tax','0'),(5362,623,'_line_total','0'),(5363,623,'_line_tax','0'),(5364,623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5365,624,'_product_id','97'),(5366,624,'_variation_id','0'),(5367,624,'_qty','8'),(5368,624,'_tax_class',''),(5369,624,'_line_subtotal','0'),(5370,624,'_line_subtotal_tax','0'),(5371,624,'_line_total','0'),(5372,624,'_line_tax','0'),(5373,624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5374,625,'_product_id','99'),(5375,625,'_variation_id','0'),(5376,625,'_qty','8'),(5377,625,'_tax_class',''),(5378,625,'_line_subtotal','0'),(5379,625,'_line_subtotal_tax','0'),(5380,625,'_line_total','0'),(5381,625,'_line_tax','0'),(5382,625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5383,626,'method_id','free_shipping'),(5384,626,'instance_id','2'),(5385,626,'cost','0.00'),(5386,626,'total_tax','0'),(5387,626,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5388,626,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rise 100% &times; 48, Bulk Active Rise 50/50 &times; 2, Bulk Detangling Spray 1 Gallon &times; 8, Bulk Mousse 1 Gallon &times; 8'),(5389,627,'_product_id','93'),(5390,627,'_variation_id','0'),(5391,627,'_qty','1'),(5392,627,'_tax_class',''),(5393,627,'_line_subtotal','0'),(5394,627,'_line_subtotal_tax','0'),(5395,627,'_line_total','0'),(5396,627,'_line_tax','0'),(5397,627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5398,628,'_product_id','97'),(5399,628,'_variation_id','0'),(5400,628,'_qty','1'),(5401,628,'_tax_class',''),(5402,628,'_line_subtotal','0'),(5403,628,'_line_subtotal_tax','0'),(5404,628,'_line_total','0'),(5405,628,'_line_tax','0'),(5406,628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5407,629,'_product_id','99'),(5408,629,'_variation_id','0'),(5409,629,'_qty','1'),(5410,629,'_tax_class',''),(5411,629,'_line_subtotal','0'),(5412,629,'_line_subtotal_tax','0'),(5413,629,'_line_total','0'),(5414,629,'_line_tax','0'),(5415,629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5416,630,'method_id','fedex'),(5417,630,'instance_id','1'),(5418,630,'cost','16.34'),(5419,630,'total_tax','0'),(5420,630,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5421,630,'Package 1','17 × 14 × 10 (in) 18.85lbs × 1'),(5422,631,'_product_id','93'),(5423,631,'_variation_id','0'),(5424,631,'_qty','12'),(5425,631,'_tax_class',''),(5426,631,'_line_subtotal','0'),(5427,631,'_line_subtotal_tax','0'),(5428,631,'_line_total','0'),(5429,631,'_line_tax','0'),(5430,631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5431,632,'method_id','fedex'),(5432,632,'instance_id','1'),(5433,632,'cost','16.53'),(5434,632,'total_tax','0'),(5435,632,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5436,632,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(5437,633,'_product_id','93'),(5438,633,'_variation_id','0'),(5439,633,'_qty','12'),(5440,633,'_tax_class',''),(5441,633,'_line_subtotal','0'),(5442,633,'_line_subtotal_tax','0'),(5443,633,'_line_total','0'),(5444,633,'_line_tax','0'),(5445,633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5446,634,'method_id','fedex'),(5447,634,'instance_id','1'),(5448,634,'cost','16.53'),(5449,634,'total_tax','0'),(5450,634,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5451,634,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(5452,635,'_product_id','93'),(5453,635,'_variation_id','0'),(5454,635,'_qty','30'),(5455,635,'_tax_class',''),(5456,635,'_line_subtotal','0'),(5457,635,'_line_subtotal_tax','0'),(5458,635,'_line_total','0'),(5459,635,'_line_tax','0'),(5460,635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5461,636,'_product_id','99'),(5462,636,'_variation_id','0'),(5463,636,'_qty','12'),(5464,636,'_tax_class',''),(5465,636,'_line_subtotal','0'),(5466,636,'_line_subtotal_tax','0'),(5467,636,'_line_total','0'),(5468,636,'_line_tax','0'),(5469,636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5470,637,'method_id','fedex'),(5471,637,'instance_id','1'),(5472,637,'cost','132.47'),(5473,637,'total_tax','0'),(5474,637,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5475,637,'Package 1','17 × 14 × 10 (in) 40.25lbs × 1'),(5476,637,'Package 2','17 × 14 × 10 (in) 40.25lbs × 1'),(5477,637,'Package 3','17 × 14 × 10 (in) 40.35lbs × 1'),(5478,637,'Package 4','17 × 14 × 10 (in) 41.85lbs × 1'),(5479,638,'_product_id','41'),(5480,638,'_variation_id','0'),(5481,638,'_qty','1'),(5482,638,'_tax_class',''),(5483,638,'_line_subtotal','57.12'),(5484,638,'_line_subtotal_tax','0'),(5485,638,'_line_total','57.12'),(5486,638,'_line_tax','0'),(5487,638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5488,639,'_product_id','93'),(5489,639,'_variation_id','0'),(5490,639,'_qty','11'),(5491,639,'_tax_class',''),(5492,639,'_line_subtotal','0'),(5493,639,'_line_subtotal_tax','0'),(5494,639,'_line_total','0'),(5495,639,'_line_tax','0'),(5496,639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5497,640,'method_id','fedex'),(5498,640,'instance_id','1'),(5499,640,'cost','14.64'),(5500,640,'total_tax','0'),(5501,640,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5502,640,'Package 1','17 × 14 × 10 (in) 27.05lbs × 1'),(5518,643,'_product_id','41'),(5519,643,'_variation_id','0'),(5520,643,'_qty','3'),(5521,643,'_tax_class',''),(5522,643,'_line_subtotal','171.36'),(5523,643,'_line_subtotal_tax','0'),(5524,643,'_line_total','171.36'),(5525,643,'_line_tax','0'),(5526,643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5527,644,'_product_id','93'),(5528,644,'_variation_id','0'),(5529,644,'_qty','10'),(5530,644,'_tax_class',''),(5531,644,'_line_subtotal','0'),(5532,644,'_line_subtotal_tax','0'),(5533,644,'_line_total','0'),(5534,644,'_line_tax','0'),(5535,644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5536,645,'_product_id','42'),(5537,645,'_variation_id','0'),(5538,645,'_qty','1'),(5539,645,'_tax_class',''),(5540,645,'_line_subtotal','72'),(5541,645,'_line_subtotal_tax','0'),(5542,645,'_line_total','72'),(5543,645,'_line_tax','0'),(5544,645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5545,646,'_product_id','23'),(5546,646,'_variation_id','0'),(5547,646,'_qty','1'),(5548,646,'_tax_class',''),(5549,646,'_line_subtotal','72'),(5550,646,'_line_subtotal_tax','0'),(5551,646,'_line_total','72'),(5552,646,'_line_tax','0'),(5553,646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5554,647,'_product_id','38'),(5555,647,'_variation_id','0'),(5556,647,'_qty','1'),(5557,647,'_tax_class',''),(5558,647,'_line_subtotal','179.2'),(5559,647,'_line_subtotal_tax','0'),(5560,647,'_line_total','179.2'),(5561,647,'_line_tax','0'),(5562,647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5563,648,'_product_id','99'),(5564,648,'_variation_id','0'),(5565,648,'_qty','1'),(5566,648,'_tax_class',''),(5567,648,'_line_subtotal','0'),(5568,648,'_line_subtotal_tax','0'),(5569,648,'_line_total','0'),(5570,648,'_line_tax','0'),(5571,648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5572,649,'_product_id','120'),(5573,649,'_variation_id','0'),(5574,649,'_qty','1'),(5575,649,'_tax_class',''),(5576,649,'_line_subtotal','48'),(5577,649,'_line_subtotal_tax','0'),(5578,649,'_line_total','48'),(5579,649,'_line_tax','0'),(5580,649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5581,650,'method_id','free_shipping'),(5582,650,'instance_id','2'),(5583,650,'cost','0.00'),(5584,650,'total_tax','0'),(5585,650,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5586,650,'Items','Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rise 100% &times; 10, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Mousse 1 Gallon &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(5587,651,'_product_id','93'),(5588,651,'_variation_id','0'),(5589,651,'_qty','20'),(5590,651,'_tax_class',''),(5591,651,'_line_subtotal','0'),(5592,651,'_line_subtotal_tax','0'),(5593,651,'_line_total','0'),(5594,651,'_line_tax','0'),(5595,651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5596,652,'method_id','fedex'),(5597,652,'instance_id','1'),(5598,652,'cost','35.79'),(5599,652,'total_tax','0'),(5600,652,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5601,652,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(5602,652,'Package 2','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(5603,653,'_product_id','41'),(5604,653,'_variation_id','0'),(5605,653,'_qty','2'),(5606,653,'_tax_class',''),(5607,653,'_line_subtotal','114.24'),(5608,653,'_line_subtotal_tax','0'),(5609,653,'_line_total','114.24'),(5610,653,'_line_tax','0'),(5611,653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5612,654,'_product_id','45'),(5613,654,'_variation_id','0'),(5614,654,'_qty','1'),(5615,654,'_tax_class',''),(5616,654,'_line_subtotal','38.4'),(5617,654,'_line_subtotal_tax','0'),(5618,654,'_line_total','38.4'),(5619,654,'_line_tax','0'),(5620,654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5621,655,'_product_id','38'),(5622,655,'_variation_id','0'),(5623,655,'_qty','2'),(5624,655,'_tax_class',''),(5625,655,'_line_subtotal','358.4'),(5626,655,'_line_subtotal_tax','0'),(5627,655,'_line_total','358.4'),(5628,655,'_line_tax','0'),(5629,655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5630,656,'_product_id','23'),(5631,656,'_variation_id','0'),(5632,656,'_qty','2'),(5633,656,'_tax_class',''),(5634,656,'_line_subtotal','144'),(5635,656,'_line_subtotal_tax','0'),(5636,656,'_line_total','144'),(5637,656,'_line_tax','0'),(5638,656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5639,657,'_product_id','99'),(5640,657,'_variation_id','0'),(5641,657,'_qty','1'),(5642,657,'_tax_class',''),(5643,657,'_line_subtotal','0'),(5644,657,'_line_subtotal_tax','0'),(5645,657,'_line_total','0'),(5646,657,'_line_tax','0'),(5647,657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5648,658,'_product_id','142'),(5649,658,'_variation_id','0'),(5650,658,'_qty','1'),(5651,658,'_tax_class',''),(5652,658,'_line_subtotal','1.25'),(5653,658,'_line_subtotal_tax','0'),(5654,658,'_line_total','1.25'),(5655,658,'_line_tax','0'),(5656,658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5657,659,'_product_id','93'),(5658,659,'_variation_id','0'),(5659,659,'_qty','1'),(5660,659,'_tax_class',''),(5661,659,'_line_subtotal','0'),(5662,659,'_line_subtotal_tax','0'),(5663,659,'_line_total','0'),(5664,659,'_line_tax','0'),(5665,659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5666,660,'method_id','free_shipping'),(5667,660,'instance_id','2'),(5668,660,'cost','0.00'),(5669,660,'total_tax','0'),(5670,660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5671,660,'Items','Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon &times; 1, 6\" Wide Tooth Detangling Comb &times; 1, Bulk Active Rise 100% &times; 1'),(5672,661,'_product_id','144'),(5673,661,'_variation_id','0'),(5674,661,'_qty','7'),(5675,661,'_tax_class',''),(5676,661,'_line_subtotal','8.75'),(5677,661,'_line_subtotal_tax','0'),(5678,661,'_line_total','8.75'),(5679,661,'_line_tax','0'),(5680,661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5681,662,'_product_id','146'),(5682,662,'_variation_id','0'),(5683,662,'_qty','2'),(5684,662,'_tax_class',''),(5685,662,'_line_subtotal','2.5'),(5686,662,'_line_subtotal_tax','0'),(5687,662,'_line_total','2.5'),(5688,662,'_line_tax','0'),(5689,662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5690,663,'_product_id','41'),(5691,663,'_variation_id','0'),(5692,663,'_qty','2'),(5693,663,'_tax_class',''),(5694,663,'_line_subtotal','114.24'),(5695,663,'_line_subtotal_tax','0'),(5696,663,'_line_total','114.24'),(5697,663,'_line_tax','0'),(5698,663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5699,664,'_product_id','93'),(5700,664,'_variation_id','0'),(5701,664,'_qty','9'),(5702,664,'_tax_class',''),(5703,664,'_line_subtotal','0'),(5704,664,'_line_subtotal_tax','0'),(5705,664,'_line_total','0'),(5706,664,'_line_tax','0'),(5707,664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5708,665,'_product_id','137'),(5709,665,'_variation_id','0'),(5710,665,'_qty','6'),(5711,665,'_tax_class',''),(5712,665,'_line_subtotal','33'),(5713,665,'_line_subtotal_tax','0'),(5714,665,'_line_total','33'),(5715,665,'_line_tax','0'),(5716,665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5717,666,'_product_id','148'),(5718,666,'_variation_id','0'),(5719,666,'_qty','10'),(5720,666,'_tax_class',''),(5721,666,'_line_subtotal','75'),(5722,666,'_line_subtotal_tax','0'),(5723,666,'_line_total','75'),(5724,666,'_line_tax','0'),(5725,666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5726,667,'method_id','fedex'),(5727,667,'instance_id','1'),(5728,667,'cost','18.94'),(5729,667,'total_tax','0'),(5730,667,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5731,667,'Package 1','17 × 14 × 10 (in) 29.1lbs × 1'),(5732,668,'_product_id','93'),(5733,668,'_variation_id','0'),(5734,668,'_qty','10'),(5735,668,'_tax_class',''),(5736,668,'_line_subtotal','0'),(5737,668,'_line_subtotal_tax','0'),(5738,668,'_line_total','0'),(5739,668,'_line_tax','0'),(5740,668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5741,669,'method_id','fedex'),(5742,669,'instance_id','1'),(5743,669,'cost','12.50'),(5744,669,'total_tax','0'),(5745,669,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5746,669,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(5747,670,'_product_id','38'),(5748,670,'_variation_id','0'),(5749,670,'_qty','1'),(5750,670,'_tax_class',''),(5751,670,'_line_subtotal','179.2'),(5752,670,'_line_subtotal_tax','0'),(5753,670,'_line_total','179.2'),(5754,670,'_line_tax','0'),(5755,670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5756,671,'_product_id','41'),(5757,671,'_variation_id','0'),(5758,671,'_qty','2'),(5759,671,'_tax_class',''),(5760,671,'_line_subtotal','114.24'),(5761,671,'_line_subtotal_tax','0'),(5762,671,'_line_total','114.24'),(5763,671,'_line_tax','0'),(5764,671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5765,672,'_product_id','93'),(5766,672,'_variation_id','0'),(5767,672,'_qty','25'),(5768,672,'_tax_class',''),(5769,672,'_line_subtotal','0'),(5770,672,'_line_subtotal_tax','0'),(5771,672,'_line_total','0'),(5772,672,'_line_tax','0'),(5773,672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5774,673,'_product_id','49'),(5775,673,'_variation_id','0'),(5776,673,'_qty','1'),(5777,673,'_tax_class',''),(5778,673,'_line_subtotal','72'),(5779,673,'_line_subtotal_tax','0'),(5780,673,'_line_total','72'),(5781,673,'_line_tax','0'),(5782,673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5783,674,'_product_id','43'),(5784,674,'_variation_id','0'),(5785,674,'_qty','1'),(5786,674,'_tax_class',''),(5787,674,'_line_subtotal','72'),(5788,674,'_line_subtotal_tax','0'),(5789,674,'_line_total','72'),(5790,674,'_line_tax','0'),(5791,674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5792,675,'_product_id','23'),(5793,675,'_variation_id','0'),(5794,675,'_qty','1'),(5795,675,'_tax_class',''),(5796,675,'_line_subtotal','72'),(5797,675,'_line_subtotal_tax','0'),(5798,675,'_line_total','72'),(5799,675,'_line_tax','0'),(5800,675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5801,676,'method_id','free_shipping'),(5802,676,'instance_id','2'),(5803,676,'cost','0.00'),(5804,676,'total_tax','0'),(5805,676,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5806,676,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rise 100% &times; 25, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(5807,677,'_product_id','93'),(5808,677,'_variation_id','0'),(5809,677,'_qty','6'),(5810,677,'_tax_class',''),(5811,677,'_line_subtotal','0'),(5812,677,'_line_subtotal_tax','0'),(5813,677,'_line_total','0'),(5814,677,'_line_tax','0'),(5815,677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5816,678,'method_id','fedex'),(5817,678,'instance_id','1'),(5818,678,'cost','11.76'),(5819,678,'total_tax','0'),(5820,678,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5821,678,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(5822,679,'_product_id','320'),(5823,679,'_variation_id','0'),(5824,679,'_qty','6'),(5825,679,'_tax_class',''),(5826,679,'_line_subtotal','22.5'),(5827,679,'_line_subtotal_tax','0'),(5828,679,'_line_total','22.5'),(5829,679,'_line_tax','0'),(5830,679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5831,680,'_product_id','148'),(5832,680,'_variation_id','0'),(5833,680,'_qty','12'),(5834,680,'_tax_class',''),(5835,680,'_line_subtotal','90'),(5836,680,'_line_subtotal_tax','0'),(5837,680,'_line_total','90'),(5838,680,'_line_tax','0'),(5839,680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5840,681,'method_id','fedex'),(5841,681,'instance_id','1'),(5842,681,'cost','16.80'),(5843,681,'total_tax','0'),(5844,681,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5845,681,'Package 1','17 × 14 × 10 (in) 4.9lbs × 1'),(5846,682,'_product_id','93'),(5847,682,'_variation_id','0'),(5848,682,'_qty','6'),(5849,682,'_tax_class',''),(5850,682,'_line_subtotal','0'),(5851,682,'_line_subtotal_tax','0'),(5852,682,'_line_total','0'),(5853,682,'_line_tax','0'),(5854,682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5855,683,'_product_id','45'),(5856,683,'_variation_id','0'),(5857,683,'_qty','1'),(5858,683,'_tax_class',''),(5859,683,'_line_subtotal','38.4'),(5860,683,'_line_subtotal_tax','0'),(5861,683,'_line_total','38.4'),(5862,683,'_line_tax','0'),(5863,683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5864,684,'_product_id','40'),(5865,684,'_variation_id','0'),(5866,684,'_qty','1'),(5867,684,'_tax_class',''),(5868,684,'_line_subtotal','72'),(5869,684,'_line_subtotal_tax','0'),(5870,684,'_line_total','72'),(5871,684,'_line_tax','0'),(5872,684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5873,685,'_product_id','23'),(5874,685,'_variation_id','0'),(5875,685,'_qty','1'),(5876,685,'_tax_class',''),(5877,685,'_line_subtotal','72'),(5878,685,'_line_subtotal_tax','0'),(5879,685,'_line_total','72'),(5880,685,'_line_tax','0'),(5881,685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5882,686,'method_id','fedex'),(5883,686,'instance_id','1'),(5884,686,'cost','24.43'),(5885,686,'total_tax','0'),(5886,686,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5887,686,'Package 1','17 × 14 × 10 (in) 36.15lbs × 1'),(5888,687,'_product_id','41'),(5889,687,'_variation_id','0'),(5890,687,'_qty','1'),(5891,687,'_tax_class',''),(5892,687,'_line_subtotal','57.12'),(5893,687,'_line_subtotal_tax','0'),(5894,687,'_line_total','57.12'),(5895,687,'_line_tax','0'),(5896,687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5897,688,'_product_id','95'),(5898,688,'_variation_id','0'),(5899,688,'_qty','1'),(5900,688,'_tax_class',''),(5901,688,'_line_subtotal','0'),(5902,688,'_line_subtotal_tax','0'),(5903,688,'_line_total','0'),(5904,688,'_line_tax','0'),(5905,688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5906,689,'method_id','fedex'),(5907,689,'instance_id','1'),(5908,689,'cost','13.25'),(5909,689,'total_tax','0'),(5910,689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(5911,689,'Package 1','15.5 × 12 × 1.5 (in) 4.61lbs × 1'),(5984,699,'_product_id','93'),(5985,699,'_variation_id','0'),(5986,699,'_qty','40'),(5987,699,'_tax_class',''),(5988,699,'_line_subtotal','0'),(5989,699,'_line_subtotal_tax','0'),(5990,699,'_line_total','0'),(5991,699,'_line_tax','0'),(5992,699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(5993,700,'_product_id','41'),(5994,700,'_variation_id','0'),(5995,700,'_qty','3'),(5996,700,'_tax_class',''),(5997,700,'_line_subtotal','171.36'),(5998,700,'_line_subtotal_tax','0'),(5999,700,'_line_total','171.36'),(6000,700,'_line_tax','0'),(6001,700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6002,701,'_product_id','43'),(6003,701,'_variation_id','0'),(6004,701,'_qty','3'),(6005,701,'_tax_class',''),(6006,701,'_line_subtotal','216'),(6007,701,'_line_subtotal_tax','0'),(6008,701,'_line_total','216'),(6009,701,'_line_tax','0'),(6010,701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6011,702,'_product_id','120'),(6012,702,'_variation_id','0'),(6013,702,'_qty','2'),(6014,702,'_tax_class',''),(6015,702,'_line_subtotal','96'),(6016,702,'_line_subtotal_tax','0'),(6017,702,'_line_total','96'),(6018,702,'_line_tax','0'),(6019,702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6020,703,'_product_id','23'),(6021,703,'_variation_id','0'),(6022,703,'_qty','1'),(6023,703,'_tax_class',''),(6024,703,'_line_subtotal','72'),(6025,703,'_line_subtotal_tax','0'),(6026,703,'_line_total','72'),(6027,703,'_line_tax','0'),(6028,703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6029,704,'method_id','free_shipping'),(6030,704,'instance_id','2'),(6031,704,'cost','0.00'),(6032,704,'total_tax','0'),(6033,704,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6034,704,'Items','Bulk Active Rise 100% &times; 40, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 2, Active Rinse 8oz(Case of 12) &times; 1'),(6035,705,'_product_id','51'),(6036,705,'_variation_id','0'),(6037,705,'_qty','4'),(6038,705,'_tax_class',''),(6039,705,'_line_subtotal','537.6'),(6040,705,'_line_subtotal_tax','0'),(6041,705,'_line_total','537.6'),(6042,705,'_line_tax','0'),(6043,705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6044,706,'_product_id','23'),(6045,706,'_variation_id','0'),(6046,706,'_qty','4'),(6047,706,'_tax_class',''),(6048,706,'_line_subtotal','288'),(6049,706,'_line_subtotal_tax','0'),(6050,706,'_line_total','288'),(6051,706,'_line_tax','0'),(6052,706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6053,707,'_product_id','38'),(6054,707,'_variation_id','0'),(6055,707,'_qty','2'),(6056,707,'_tax_class',''),(6057,707,'_line_subtotal','358.4'),(6058,707,'_line_subtotal_tax','0'),(6059,707,'_line_total','358.4'),(6060,707,'_line_tax','0'),(6061,707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6062,708,'_product_id','93'),(6063,708,'_variation_id','0'),(6064,708,'_qty','10'),(6065,708,'_tax_class',''),(6066,708,'_line_subtotal','0'),(6067,708,'_line_subtotal_tax','0'),(6068,708,'_line_total','0'),(6069,708,'_line_tax','0'),(6070,708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6071,709,'_product_id','99'),(6072,709,'_variation_id','0'),(6073,709,'_qty','6'),(6074,709,'_tax_class',''),(6075,709,'_line_subtotal','0'),(6076,709,'_line_subtotal_tax','0'),(6077,709,'_line_total','0'),(6078,709,'_line_tax','0'),(6079,709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6080,710,'_product_id','41'),(6081,710,'_variation_id','0'),(6082,710,'_qty','4'),(6083,710,'_tax_class',''),(6084,710,'_line_subtotal','228.48'),(6085,710,'_line_subtotal_tax','0'),(6086,710,'_line_total','228.48'),(6087,710,'_line_tax','0'),(6088,710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6089,711,'_product_id','45'),(6090,711,'_variation_id','0'),(6091,711,'_qty','2'),(6092,711,'_tax_class',''),(6093,711,'_line_subtotal','76.8'),(6094,711,'_line_subtotal_tax','0'),(6095,711,'_line_total','76.8'),(6096,711,'_line_tax','0'),(6097,711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6098,712,'_product_id','42'),(6099,712,'_variation_id','0'),(6100,712,'_qty','2'),(6101,712,'_tax_class',''),(6102,712,'_line_subtotal','144'),(6103,712,'_line_subtotal_tax','0'),(6104,712,'_line_total','144'),(6105,712,'_line_tax','0'),(6106,712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6107,713,'_product_id','118'),(6108,713,'_variation_id','0'),(6109,713,'_qty','1'),(6110,713,'_tax_class',''),(6111,713,'_line_subtotal','168'),(6112,713,'_line_subtotal_tax','0'),(6113,713,'_line_total','168'),(6114,713,'_line_tax','0'),(6115,713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6116,714,'_product_id','97'),(6117,714,'_variation_id','0'),(6118,714,'_qty','2'),(6119,714,'_tax_class',''),(6120,714,'_line_subtotal','0'),(6121,714,'_line_subtotal_tax','0'),(6122,714,'_line_total','0'),(6123,714,'_line_tax','0'),(6124,714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6125,715,'method_id','free_shipping'),(6126,715,'instance_id','2'),(6127,715,'cost','0.00'),(6128,715,'total_tax','0'),(6129,715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6130,715,'Items','Urgent Care Kit(Case of 6) &times; 4, Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 6, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon &times; 2'),(6131,716,'_product_id','93'),(6132,716,'_variation_id','0'),(6133,716,'_qty','10'),(6134,716,'_tax_class',''),(6135,716,'_line_subtotal','0'),(6136,716,'_line_subtotal_tax','0'),(6137,716,'_line_total','0'),(6138,716,'_line_tax','0'),(6139,716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6140,717,'_product_id','42'),(6141,717,'_variation_id','0'),(6142,717,'_qty','1'),(6143,717,'_tax_class',''),(6144,717,'_line_subtotal','72'),(6145,717,'_line_subtotal_tax','0'),(6146,717,'_line_total','72'),(6147,717,'_line_tax','0'),(6148,717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6149,718,'_product_id','23'),(6150,718,'_variation_id','0'),(6151,718,'_qty','1'),(6152,718,'_tax_class',''),(6153,718,'_line_subtotal','72'),(6154,718,'_line_subtotal_tax','0'),(6155,718,'_line_total','72'),(6156,718,'_line_tax','0'),(6157,718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6158,719,'_product_id','99'),(6159,719,'_variation_id','0'),(6160,719,'_qty','1'),(6161,719,'_tax_class',''),(6162,719,'_line_subtotal','0'),(6163,719,'_line_subtotal_tax','0'),(6164,719,'_line_total','0'),(6165,719,'_line_tax','0'),(6166,719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6167,720,'_product_id','118'),(6168,720,'_variation_id','0'),(6169,720,'_qty','1'),(6170,720,'_tax_class',''),(6171,720,'_line_subtotal','168'),(6172,720,'_line_subtotal_tax','0'),(6173,720,'_line_total','168'),(6174,720,'_line_tax','0'),(6175,720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6176,721,'_product_id','51'),(6177,721,'_variation_id','0'),(6178,721,'_qty','1'),(6179,721,'_tax_class',''),(6180,721,'_line_subtotal','134.4'),(6181,721,'_line_subtotal_tax','0'),(6182,721,'_line_total','134.4'),(6183,721,'_line_tax','0'),(6184,721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6185,722,'_product_id','43'),(6186,722,'_variation_id','0'),(6187,722,'_qty','1'),(6188,722,'_tax_class',''),(6189,722,'_line_subtotal','72'),(6190,722,'_line_subtotal_tax','0'),(6191,722,'_line_total','72'),(6192,722,'_line_tax','0'),(6193,722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6194,723,'_product_id','49'),(6195,723,'_variation_id','0'),(6196,723,'_qty','1'),(6197,723,'_tax_class',''),(6198,723,'_line_subtotal','72'),(6199,723,'_line_subtotal_tax','0'),(6200,723,'_line_total','72'),(6201,723,'_line_tax','0'),(6202,723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6203,724,'_product_id','44'),(6204,724,'_variation_id','0'),(6205,724,'_qty','1'),(6206,724,'_tax_class',''),(6207,724,'_line_subtotal','105.6'),(6208,724,'_line_subtotal_tax','0'),(6209,724,'_line_total','105.6'),(6210,724,'_line_tax','0'),(6211,724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6212,725,'method_id','free_shipping'),(6213,725,'instance_id','2'),(6214,725,'cost','0.00'),(6215,725,'total_tax','0'),(6216,725,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6217,725,'Items','Bulk Active Rise 100% &times; 10, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1'),(6218,726,'_product_id','41'),(6219,726,'_variation_id','0'),(6220,726,'_qty','1'),(6221,726,'_tax_class',''),(6222,726,'_line_subtotal','57.12'),(6223,726,'_line_subtotal_tax','0'),(6224,726,'_line_total','57.12'),(6225,726,'_line_tax','0'),(6226,726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6227,727,'_product_id','43'),(6228,727,'_variation_id','0'),(6229,727,'_qty','1'),(6230,727,'_tax_class',''),(6231,727,'_line_subtotal','72'),(6232,727,'_line_subtotal_tax','0'),(6233,727,'_line_total','72'),(6234,727,'_line_tax','0'),(6235,727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6236,728,'_product_id','93'),(6237,728,'_variation_id','0'),(6238,728,'_qty','2'),(6239,728,'_tax_class',''),(6240,728,'_line_subtotal','0'),(6241,728,'_line_subtotal_tax','0'),(6242,728,'_line_total','0'),(6243,728,'_line_tax','0'),(6244,728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6245,729,'method_id','fedex'),(6246,729,'instance_id','1'),(6247,729,'cost','13.30'),(6248,729,'total_tax','0'),(6249,729,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6250,729,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(6302,736,'_product_id','38'),(6303,736,'_variation_id','0'),(6304,736,'_qty','3'),(6305,736,'_tax_class',''),(6306,736,'_line_subtotal','537.6'),(6307,736,'_line_subtotal_tax','0'),(6308,736,'_line_total','537.6'),(6309,736,'_line_tax','0'),(6310,736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6311,737,'_product_id','23'),(6312,737,'_variation_id','0'),(6313,737,'_qty','4'),(6314,737,'_tax_class',''),(6315,737,'_line_subtotal','288'),(6316,737,'_line_subtotal_tax','0'),(6317,737,'_line_total','288'),(6318,737,'_line_tax','0'),(6319,737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6320,738,'_product_id','41'),(6321,738,'_variation_id','0'),(6322,738,'_qty','3'),(6323,738,'_tax_class',''),(6324,738,'_line_subtotal','171.36'),(6325,738,'_line_subtotal_tax','0'),(6326,738,'_line_total','171.36'),(6327,738,'_line_tax','0'),(6328,738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6329,739,'_product_id','43'),(6330,739,'_variation_id','0'),(6331,739,'_qty','1'),(6332,739,'_tax_class',''),(6333,739,'_line_subtotal','72'),(6334,739,'_line_subtotal_tax','0'),(6335,739,'_line_total','72'),(6336,739,'_line_tax','0'),(6337,739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6338,740,'_product_id','93'),(6339,740,'_variation_id','0'),(6340,740,'_qty','4'),(6341,740,'_tax_class',''),(6342,740,'_line_subtotal','0'),(6343,740,'_line_subtotal_tax','0'),(6344,740,'_line_total','0'),(6345,740,'_line_tax','0'),(6346,740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6347,741,'method_id','free_shipping'),(6348,741,'instance_id','2'),(6349,741,'cost','0.00'),(6350,741,'total_tax','0'),(6351,741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6352,741,'Items','Active Rinse 16oz(Case of 16) &times; 3, Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 4'),(6353,742,'_product_id','43'),(6354,742,'_variation_id','0'),(6355,742,'_qty','2'),(6356,742,'_tax_class',''),(6357,742,'_line_subtotal','144'),(6358,742,'_line_subtotal_tax','0'),(6359,742,'_line_total','144'),(6360,742,'_line_tax','0'),(6361,742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6362,743,'_product_id','49'),(6363,743,'_variation_id','0'),(6364,743,'_qty','1'),(6365,743,'_tax_class',''),(6366,743,'_line_subtotal','72'),(6367,743,'_line_subtotal_tax','0'),(6368,743,'_line_total','72'),(6369,743,'_line_tax','0'),(6370,743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6371,744,'_product_id','44'),(6372,744,'_variation_id','0'),(6373,744,'_qty','1'),(6374,744,'_tax_class',''),(6375,744,'_line_subtotal','105.6'),(6376,744,'_line_subtotal_tax','0'),(6377,744,'_line_total','105.6'),(6378,744,'_line_tax','0'),(6379,744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6380,745,'_product_id','51'),(6381,745,'_variation_id','0'),(6382,745,'_qty','1'),(6383,745,'_tax_class',''),(6384,745,'_line_subtotal','134.4'),(6385,745,'_line_subtotal_tax','0'),(6386,745,'_line_total','134.4'),(6387,745,'_line_tax','0'),(6388,745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6389,746,'_product_id','99'),(6390,746,'_variation_id','0'),(6391,746,'_qty','2'),(6392,746,'_tax_class',''),(6393,746,'_line_subtotal','0'),(6394,746,'_line_subtotal_tax','0'),(6395,746,'_line_total','0'),(6396,746,'_line_tax','0'),(6397,746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6398,747,'_product_id','93'),(6399,747,'_variation_id','0'),(6400,747,'_qty','10'),(6401,747,'_tax_class',''),(6402,747,'_line_subtotal','0'),(6403,747,'_line_subtotal_tax','0'),(6404,747,'_line_total','0'),(6405,747,'_line_tax','0'),(6406,747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6407,748,'_product_id','41'),(6408,748,'_variation_id','0'),(6409,748,'_qty','1'),(6410,748,'_tax_class',''),(6411,748,'_line_subtotal','57.12'),(6412,748,'_line_subtotal_tax','0'),(6413,748,'_line_total','57.12'),(6414,748,'_line_tax','0'),(6415,748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6416,749,'method_id','free_shipping'),(6417,749,'instance_id','2'),(6418,749,'cost','0.00'),(6419,749,'total_tax','0'),(6420,749,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6421,749,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon &times; 2, Bulk Active Rise 100% &times; 10, Professional Lice Comb(Case of 12) &times; 1'),(6422,750,'_product_id','93'),(6423,750,'_variation_id','0'),(6424,750,'_qty','9'),(6425,750,'_tax_class',''),(6426,750,'_line_subtotal','0'),(6427,750,'_line_subtotal_tax','0'),(6428,750,'_line_total','0'),(6429,750,'_line_tax','0'),(6430,750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6431,751,'method_id','fedex'),(6432,751,'instance_id','1'),(6433,751,'cost','16.55'),(6434,751,'total_tax','0'),(6435,751,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6436,751,'Package 1','17 × 14 × 10 (in) 20.35lbs × 1'),(6437,752,'_product_id','320'),(6438,752,'_variation_id','0'),(6439,752,'_qty','6'),(6440,752,'_tax_class',''),(6441,752,'_line_subtotal','22.5'),(6442,752,'_line_subtotal_tax','0'),(6443,752,'_line_total','22.5'),(6444,752,'_line_tax','0'),(6445,752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6446,753,'_product_id','148'),(6447,753,'_variation_id','0'),(6448,753,'_qty','9'),(6449,753,'_tax_class',''),(6450,753,'_line_subtotal','67.5'),(6451,753,'_line_subtotal_tax','0'),(6452,753,'_line_total','67.5'),(6453,753,'_line_tax','0'),(6454,753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6455,754,'_product_id','318'),(6456,754,'_variation_id','0'),(6457,754,'_qty','4'),(6458,754,'_tax_class',''),(6459,754,'_line_subtotal','12'),(6460,754,'_line_subtotal_tax','0'),(6461,754,'_line_total','12'),(6462,754,'_line_tax','0'),(6463,754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6464,755,'method_id','fedex'),(6465,755,'instance_id','1'),(6466,755,'cost','16.80'),(6467,755,'total_tax','0'),(6468,755,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6469,755,'Package 1','17 × 14 × 10 (in) 14.3lbs × 1'),(6470,756,'_product_id','99'),(6471,756,'_variation_id','0'),(6472,756,'_qty','1'),(6473,756,'_tax_class',''),(6474,756,'_line_subtotal','0'),(6475,756,'_line_subtotal_tax','0'),(6476,756,'_line_total','0'),(6477,756,'_line_tax','0'),(6478,756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6479,757,'_product_id','93'),(6480,757,'_variation_id','0'),(6481,757,'_qty','15'),(6482,757,'_tax_class',''),(6483,757,'_line_subtotal','0'),(6484,757,'_line_subtotal_tax','0'),(6485,757,'_line_total','0'),(6486,757,'_line_tax','0'),(6487,757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6488,758,'method_id','fedex'),(6489,758,'instance_id','1'),(6490,758,'cost','19.63'),(6491,758,'total_tax','0'),(6492,758,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6493,758,'Package 1','17 × 14 × 10 (in) 41.1lbs × 1'),(6494,759,'_product_id','93'),(6495,759,'_variation_id','0'),(6496,759,'_qty','14'),(6497,759,'_tax_class',''),(6498,759,'_line_subtotal','0'),(6499,759,'_line_subtotal_tax','0'),(6500,759,'_line_total','0'),(6501,759,'_line_tax','0'),(6502,759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6503,760,'_product_id','97'),(6504,760,'_variation_id','0'),(6505,760,'_qty','1'),(6506,760,'_tax_class',''),(6507,760,'_line_subtotal','0'),(6508,760,'_line_subtotal_tax','0'),(6509,760,'_line_total','0'),(6510,760,'_line_tax','0'),(6511,760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6512,761,'_product_id','99'),(6513,761,'_variation_id','0'),(6514,761,'_qty','1'),(6515,761,'_tax_class',''),(6516,761,'_line_subtotal','0'),(6517,761,'_line_subtotal_tax','0'),(6518,761,'_line_total','0'),(6519,761,'_line_tax','0'),(6520,761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6521,762,'_product_id','320'),(6522,762,'_variation_id','0'),(6523,762,'_qty','1'),(6524,762,'_tax_class',''),(6525,762,'_line_subtotal','3.75'),(6526,762,'_line_subtotal_tax','0'),(6527,762,'_line_total','3.75'),(6528,762,'_line_tax','0'),(6529,762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6530,763,'method_id','fedex'),(6531,763,'instance_id','1'),(6532,763,'cost','29.08'),(6533,763,'total_tax','0'),(6534,763,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6535,763,'Package 1','17 × 14 × 10 (in) 40.6lbs × 1'),(6536,763,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(6537,764,'_product_id','142'),(6538,764,'_variation_id','0'),(6539,764,'_qty','3'),(6540,764,'_tax_class',''),(6541,764,'_line_subtotal','3.75'),(6542,764,'_line_subtotal_tax','0'),(6543,764,'_line_total','3.75'),(6544,764,'_line_tax','0'),(6545,764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6546,765,'_product_id','99'),(6547,765,'_variation_id','0'),(6548,765,'_qty','10'),(6549,765,'_tax_class',''),(6550,765,'_line_subtotal','0'),(6551,765,'_line_subtotal_tax','0'),(6552,765,'_line_total','0'),(6553,765,'_line_tax','0'),(6554,765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6555,766,'method_id','fedex'),(6556,766,'instance_id','1'),(6557,766,'cost','45.46'),(6558,766,'total_tax','0'),(6559,766,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6560,766,'Package 1','17 × 14 × 10 (in) 40.4lbs × 1'),(6561,766,'Package 2','17 × 14 × 10 (in) 40.25lbs × 1'),(6562,767,'_product_id','93'),(6563,767,'_variation_id','0'),(6564,767,'_qty','5'),(6565,767,'_tax_class',''),(6566,767,'_line_subtotal','0'),(6567,767,'_line_subtotal_tax','0'),(6568,767,'_line_total','0'),(6569,767,'_line_tax','0'),(6570,767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6571,768,'_product_id','41'),(6572,768,'_variation_id','0'),(6573,768,'_qty','3'),(6574,768,'_tax_class',''),(6575,768,'_line_subtotal','171.36'),(6576,768,'_line_subtotal_tax','0'),(6577,768,'_line_total','171.36'),(6578,768,'_line_tax','0'),(6579,768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6580,769,'_product_id','49'),(6581,769,'_variation_id','0'),(6582,769,'_qty','1'),(6583,769,'_tax_class',''),(6584,769,'_line_subtotal','72'),(6585,769,'_line_subtotal_tax','0'),(6586,769,'_line_total','72'),(6587,769,'_line_tax','0'),(6588,769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6589,770,'method_id','fedex'),(6590,770,'instance_id','1'),(6591,770,'cost','31.15'),(6592,770,'total_tax','0'),(6593,770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6594,770,'Package 1','17 × 14 × 10 (in) 26.75lbs × 1'),(6595,771,'_product_id','93'),(6596,771,'_variation_id','0'),(6597,771,'_qty','10'),(6598,771,'_tax_class',''),(6599,771,'_line_subtotal','0'),(6600,771,'_line_subtotal_tax','0'),(6601,771,'_line_total','0'),(6602,771,'_line_tax','0'),(6603,771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6604,772,'method_id','fedex'),(6605,772,'instance_id','1'),(6606,772,'cost','24.31'),(6607,772,'total_tax','0'),(6608,772,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6609,772,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(6610,773,'_product_id','23'),(6611,773,'_variation_id','0'),(6612,773,'_qty','2'),(6613,773,'_tax_class',''),(6614,773,'_line_subtotal','144'),(6615,773,'_line_subtotal_tax','0'),(6616,773,'_line_total','144'),(6617,773,'_line_tax','0'),(6618,773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6619,774,'_product_id','43'),(6620,774,'_variation_id','0'),(6621,774,'_qty','2'),(6622,774,'_tax_class',''),(6623,774,'_line_subtotal','144'),(6624,774,'_line_subtotal_tax','0'),(6625,774,'_line_total','144'),(6626,774,'_line_tax','0'),(6627,774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6628,775,'_product_id','44'),(6629,775,'_variation_id','0'),(6630,775,'_qty','3'),(6631,775,'_tax_class',''),(6632,775,'_line_subtotal','316.8'),(6633,775,'_line_subtotal_tax','0'),(6634,775,'_line_total','316.8'),(6635,775,'_line_tax','0'),(6636,775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6637,776,'_product_id','99'),(6638,776,'_variation_id','0'),(6639,776,'_qty','2'),(6640,776,'_tax_class',''),(6641,776,'_line_subtotal','0'),(6642,776,'_line_subtotal_tax','0'),(6643,776,'_line_total','0'),(6644,776,'_line_tax','0'),(6645,776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6646,777,'_product_id','93'),(6647,777,'_variation_id','0'),(6648,777,'_qty','3'),(6649,777,'_tax_class',''),(6650,777,'_line_subtotal','0'),(6651,777,'_line_subtotal_tax','0'),(6652,777,'_line_total','0'),(6653,777,'_line_tax','0'),(6654,777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6655,778,'_product_id','41'),(6656,778,'_variation_id','0'),(6657,778,'_qty','4'),(6658,778,'_tax_class',''),(6659,778,'_line_subtotal','228.48'),(6660,778,'_line_subtotal_tax','0'),(6661,778,'_line_total','228.48'),(6662,778,'_line_tax','0'),(6663,778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6664,779,'_product_id','146'),(6665,779,'_variation_id','0'),(6666,779,'_qty','12'),(6667,779,'_tax_class',''),(6668,779,'_line_subtotal','15'),(6669,779,'_line_subtotal_tax','0'),(6670,779,'_line_total','15'),(6671,779,'_line_tax','0'),(6672,779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6673,780,'method_id','free_shipping'),(6674,780,'instance_id','2'),(6675,780,'cost','0.00'),(6676,780,'total_tax','0'),(6677,780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6678,780,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Bulk Mousse 1 Gallon &times; 2, Bulk Active Rise 100% &times; 3, Professional Lice Comb(Case of 12) &times; 4, 9\" Detangler Comb &times; 12'),(6679,781,'_product_id','23'),(6680,781,'_variation_id','0'),(6681,781,'_qty','2'),(6682,781,'_tax_class',''),(6683,781,'_line_subtotal','144'),(6684,781,'_line_subtotal_tax','0'),(6685,781,'_line_total','144'),(6686,781,'_line_tax','0'),(6687,781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6688,782,'_product_id','38'),(6689,782,'_variation_id','0'),(6690,782,'_qty','2'),(6691,782,'_tax_class',''),(6692,782,'_line_subtotal','358.4'),(6693,782,'_line_subtotal_tax','0'),(6694,782,'_line_total','358.4'),(6695,782,'_line_tax','0'),(6696,782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6697,783,'_product_id','41'),(6698,783,'_variation_id','0'),(6699,783,'_qty','2'),(6700,783,'_tax_class',''),(6701,783,'_line_subtotal','114.24'),(6702,783,'_line_subtotal_tax','0'),(6703,783,'_line_total','114.24'),(6704,783,'_line_tax','0'),(6705,783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6706,784,'_product_id','93'),(6707,784,'_variation_id','0'),(6708,784,'_qty','10'),(6709,784,'_tax_class',''),(6710,784,'_line_subtotal','0'),(6711,784,'_line_subtotal_tax','0'),(6712,784,'_line_total','0'),(6713,784,'_line_tax','0'),(6714,784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6715,785,'method_id','free_shipping'),(6716,785,'instance_id','2'),(6717,785,'cost','0.00'),(6718,785,'total_tax','0'),(6719,785,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6720,785,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rise 100% &times; 10'),(6721,786,'_product_id','45'),(6722,786,'_variation_id','0'),(6723,786,'_qty','3'),(6724,786,'_tax_class',''),(6725,786,'_line_subtotal','115.2'),(6726,786,'_line_subtotal_tax','0'),(6727,786,'_line_total','115.2'),(6728,786,'_line_tax','0'),(6729,786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6730,787,'_product_id','41'),(6731,787,'_variation_id','0'),(6732,787,'_qty','3'),(6733,787,'_tax_class',''),(6734,787,'_line_subtotal','171.36'),(6735,787,'_line_subtotal_tax','0'),(6736,787,'_line_total','171.36'),(6737,787,'_line_tax','0'),(6738,787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6739,788,'_product_id','49'),(6740,788,'_variation_id','0'),(6741,788,'_qty','3'),(6742,788,'_tax_class',''),(6743,788,'_line_subtotal','216'),(6744,788,'_line_subtotal_tax','0'),(6745,788,'_line_total','216'),(6746,788,'_line_tax','0'),(6747,788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6748,789,'_product_id','133'),(6749,789,'_variation_id','0'),(6750,789,'_qty','3'),(6751,789,'_tax_class',''),(6752,789,'_line_subtotal','39'),(6753,789,'_line_subtotal_tax','0'),(6754,789,'_line_total','39'),(6755,789,'_line_tax','0'),(6756,789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6757,790,'_product_id','320'),(6758,790,'_variation_id','0'),(6759,790,'_qty','1'),(6760,790,'_tax_class',''),(6761,790,'_line_subtotal','3.75'),(6762,790,'_line_subtotal_tax','0'),(6763,790,'_line_total','3.75'),(6764,790,'_line_tax','0'),(6765,790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6766,791,'_product_id','23'),(6767,791,'_variation_id','0'),(6768,791,'_qty','3'),(6769,791,'_tax_class',''),(6770,791,'_line_subtotal','216'),(6771,791,'_line_subtotal_tax','0'),(6772,791,'_line_total','216'),(6773,791,'_line_tax','0'),(6774,791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6775,792,'method_id','free_shipping'),(6776,792,'instance_id','2'),(6777,792,'cost','0.00'),(6778,792,'total_tax','0'),(6779,792,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6780,792,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Disposable Head Bands &times; 3, Wet Comb &times; 1, Active Rinse 8oz(Case of 12) &times; 3'),(6815,797,'_product_id','42'),(6816,797,'_variation_id','0'),(6817,797,'_qty','3'),(6818,797,'_tax_class',''),(6819,797,'_line_subtotal','216'),(6820,797,'_line_subtotal_tax','0'),(6821,797,'_line_total','216'),(6822,797,'_line_tax','0'),(6823,797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6824,798,'_product_id','23'),(6825,798,'_variation_id','0'),(6826,798,'_qty','1'),(6827,798,'_tax_class',''),(6828,798,'_line_subtotal','72'),(6829,798,'_line_subtotal_tax','0'),(6830,798,'_line_total','72'),(6831,798,'_line_tax','0'),(6832,798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6833,799,'_product_id','99'),(6834,799,'_variation_id','0'),(6835,799,'_qty','1'),(6836,799,'_tax_class',''),(6837,799,'_line_subtotal','0'),(6838,799,'_line_subtotal_tax','0'),(6839,799,'_line_total','0'),(6840,799,'_line_tax','0'),(6841,799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6842,800,'_product_id','131'),(6843,800,'_variation_id','0'),(6844,800,'_qty','1'),(6845,800,'_tax_class',''),(6846,800,'_line_subtotal','11.5'),(6847,800,'_line_subtotal_tax','0'),(6848,800,'_line_total','11.5'),(6849,800,'_line_tax','0'),(6850,800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6851,801,'method_id','fedex'),(6852,801,'instance_id','1'),(6853,801,'cost','22.83'),(6854,801,'total_tax','0'),(6855,801,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6856,801,'Package 1','17 × 14 × 10 (in) 33.15lbs × 1'),(6857,802,'_product_id','41'),(6858,802,'_variation_id','0'),(6859,802,'_qty','6'),(6860,802,'_tax_class',''),(6861,802,'_line_subtotal','342.72'),(6862,802,'_line_subtotal_tax','0'),(6863,802,'_line_total','342.72'),(6864,802,'_line_tax','0'),(6865,802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6866,803,'_product_id','93'),(6867,803,'_variation_id','0'),(6868,803,'_qty','6'),(6869,803,'_tax_class',''),(6870,803,'_line_subtotal','0'),(6871,803,'_line_subtotal_tax','0'),(6872,803,'_line_total','0'),(6873,803,'_line_tax','0'),(6874,803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6875,804,'_product_id','38'),(6876,804,'_variation_id','0'),(6877,804,'_qty','1'),(6878,804,'_tax_class',''),(6879,804,'_line_subtotal','179.2'),(6880,804,'_line_subtotal_tax','0'),(6881,804,'_line_total','179.2'),(6882,804,'_line_tax','0'),(6883,804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6884,805,'method_id','fedex'),(6885,805,'instance_id','1'),(6886,805,'cost','30.27'),(6887,805,'total_tax','0'),(6888,805,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6889,805,'Package 1','14 × 14 × 14 (in) 28.85lbs × 1'),(6890,805,'Package 2','17 × 14 × 10 (in) 18.95lbs × 1'),(6891,806,'_product_id','39'),(6892,806,'_variation_id','0'),(6893,806,'_qty','2'),(6894,806,'_tax_class',''),(6895,806,'_line_subtotal','144'),(6896,806,'_line_subtotal_tax','0'),(6897,806,'_line_total','144'),(6898,806,'_line_tax','0'),(6899,806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6900,807,'_product_id','120'),(6901,807,'_variation_id','0'),(6902,807,'_qty','1'),(6903,807,'_tax_class',''),(6904,807,'_line_subtotal','48'),(6905,807,'_line_subtotal_tax','0'),(6906,807,'_line_total','48'),(6907,807,'_line_tax','0'),(6908,807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6909,808,'_product_id','43'),(6910,808,'_variation_id','0'),(6911,808,'_qty','3'),(6912,808,'_tax_class',''),(6913,808,'_line_subtotal','216'),(6914,808,'_line_subtotal_tax','0'),(6915,808,'_line_total','216'),(6916,808,'_line_tax','0'),(6917,808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6918,809,'_product_id','42'),(6919,809,'_variation_id','0'),(6920,809,'_qty','1'),(6921,809,'_tax_class',''),(6922,809,'_line_subtotal','72'),(6923,809,'_line_subtotal_tax','0'),(6924,809,'_line_total','72'),(6925,809,'_line_tax','0'),(6926,809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6927,810,'_product_id','93'),(6928,810,'_variation_id','0'),(6929,810,'_qty','20'),(6930,810,'_tax_class',''),(6931,810,'_line_subtotal','0'),(6932,810,'_line_subtotal_tax','0'),(6933,810,'_line_total','0'),(6934,810,'_line_tax','0'),(6935,810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6936,811,'_product_id','40'),(6937,811,'_variation_id','0'),(6938,811,'_qty','2'),(6939,811,'_tax_class',''),(6940,811,'_line_subtotal','144'),(6941,811,'_line_subtotal_tax','0'),(6942,811,'_line_total','144'),(6943,811,'_line_tax','0'),(6944,811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6945,812,'_product_id','49'),(6946,812,'_variation_id','0'),(6947,812,'_qty','1'),(6948,812,'_tax_class',''),(6949,812,'_line_subtotal','72'),(6950,812,'_line_subtotal_tax','0'),(6951,812,'_line_total','72'),(6952,812,'_line_tax','0'),(6953,812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6954,813,'method_id','free_shipping'),(6955,813,'instance_id','2'),(6956,813,'cost','0.00'),(6957,813,'total_tax','0'),(6958,813,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(6959,813,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rise 100% &times; 20, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(6960,814,'_product_id','39'),(6961,814,'_variation_id','0'),(6962,814,'_qty','1'),(6963,814,'_tax_class',''),(6964,814,'_line_subtotal','72'),(6965,814,'_line_subtotal_tax','0'),(6966,814,'_line_total','72'),(6967,814,'_line_tax','0'),(6968,814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6969,815,'_product_id','40'),(6970,815,'_variation_id','0'),(6971,815,'_qty','1'),(6972,815,'_tax_class',''),(6973,815,'_line_subtotal','72'),(6974,815,'_line_subtotal_tax','0'),(6975,815,'_line_total','72'),(6976,815,'_line_tax','0'),(6977,815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6978,816,'_product_id','49'),(6979,816,'_variation_id','0'),(6980,816,'_qty','2'),(6981,816,'_tax_class',''),(6982,816,'_line_subtotal','144'),(6983,816,'_line_subtotal_tax','0'),(6984,816,'_line_total','144'),(6985,816,'_line_tax','0'),(6986,816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6987,817,'_product_id','43'),(6988,817,'_variation_id','0'),(6989,817,'_qty','2'),(6990,817,'_tax_class',''),(6991,817,'_line_subtotal','144'),(6992,817,'_line_subtotal_tax','0'),(6993,817,'_line_total','144'),(6994,817,'_line_tax','0'),(6995,817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(6996,818,'_product_id','120'),(6997,818,'_variation_id','0'),(6998,818,'_qty','1'),(6999,818,'_tax_class',''),(7000,818,'_line_subtotal','48'),(7001,818,'_line_subtotal_tax','0'),(7002,818,'_line_total','48'),(7003,818,'_line_tax','0'),(7004,818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7005,819,'_product_id','99'),(7006,819,'_variation_id','0'),(7007,819,'_qty','2'),(7008,819,'_tax_class',''),(7009,819,'_line_subtotal','0'),(7010,819,'_line_subtotal_tax','0'),(7011,819,'_line_total','0'),(7012,819,'_line_tax','0'),(7013,819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7014,820,'_product_id','97'),(7015,820,'_variation_id','0'),(7016,820,'_qty','1'),(7017,820,'_tax_class',''),(7018,820,'_line_subtotal','0'),(7019,820,'_line_subtotal_tax','0'),(7020,820,'_line_total','0'),(7021,820,'_line_tax','0'),(7022,820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7023,821,'_product_id','93'),(7024,821,'_variation_id','0'),(7025,821,'_qty','10'),(7026,821,'_tax_class',''),(7027,821,'_line_subtotal','0'),(7028,821,'_line_subtotal_tax','0'),(7029,821,'_line_total','0'),(7030,821,'_line_tax','0'),(7031,821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7032,822,'_product_id','42'),(7033,822,'_variation_id','0'),(7034,822,'_qty','1'),(7035,822,'_tax_class',''),(7036,822,'_line_subtotal','72'),(7037,822,'_line_subtotal_tax','0'),(7038,822,'_line_total','72'),(7039,822,'_line_tax','0'),(7040,822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7041,823,'method_id','free_shipping'),(7042,823,'instance_id','2'),(7043,823,'cost','0.00'),(7044,823,'total_tax','0'),(7045,823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7046,823,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Active Rise 100% &times; 10, Comb-Out Mousse(Case of 12) &times; 1'),(7047,824,'_product_id','93'),(7048,824,'_variation_id','0'),(7049,824,'_qty','1'),(7050,824,'_tax_class',''),(7051,824,'_line_subtotal','0'),(7052,824,'_line_subtotal_tax','0'),(7053,824,'_line_total','0'),(7054,824,'_line_tax','0'),(7055,824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7056,825,'method_id','fedex'),(7057,825,'instance_id','1'),(7058,825,'cost','10.18'),(7059,825,'total_tax','0'),(7060,825,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7061,825,'Package 1','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(7123,833,'_product_id','38'),(7124,833,'_variation_id','0'),(7125,833,'_qty','1'),(7126,833,'_tax_class',''),(7127,833,'_line_subtotal','179.2'),(7128,833,'_line_subtotal_tax','0'),(7129,833,'_line_total','179.2'),(7130,833,'_line_tax','0'),(7131,833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7132,834,'_product_id','23'),(7133,834,'_variation_id','0'),(7134,834,'_qty','2'),(7135,834,'_tax_class',''),(7136,834,'_line_subtotal','144'),(7137,834,'_line_subtotal_tax','0'),(7138,834,'_line_total','144'),(7139,834,'_line_tax','0'),(7140,834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7141,835,'method_id','fedex'),(7142,835,'instance_id','1'),(7143,835,'cost','31.29'),(7144,835,'total_tax','0'),(7145,835,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7146,835,'Package 1','14 × 14 × 14 (in) 26.8lbs × 1'),(7147,835,'Package 2','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(7148,836,'_product_id','93'),(7149,836,'_variation_id','0'),(7150,836,'_qty','3'),(7151,836,'_tax_class',''),(7152,836,'_line_subtotal','0'),(7153,836,'_line_subtotal_tax','0'),(7154,836,'_line_total','0'),(7155,836,'_line_tax','0'),(7156,836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7157,837,'_product_id','41'),(7158,837,'_variation_id','0'),(7159,837,'_qty','2'),(7160,837,'_tax_class',''),(7161,837,'_line_subtotal','114.24'),(7162,837,'_line_subtotal_tax','0'),(7163,837,'_line_total','114.24'),(7164,837,'_line_tax','0'),(7165,837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7166,838,'_product_id','49'),(7167,838,'_variation_id','0'),(7168,838,'_qty','1'),(7169,838,'_tax_class',''),(7170,838,'_line_subtotal','72'),(7171,838,'_line_subtotal_tax','0'),(7172,838,'_line_total','72'),(7173,838,'_line_tax','0'),(7174,838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7175,839,'_product_id','137'),(7176,839,'_variation_id','0'),(7177,839,'_qty','10'),(7178,839,'_tax_class',''),(7179,839,'_line_subtotal','55'),(7180,839,'_line_subtotal_tax','0'),(7181,839,'_line_total','55'),(7182,839,'_line_tax','0'),(7183,839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7184,840,'_product_id','318'),(7185,840,'_variation_id','0'),(7186,840,'_qty','10'),(7187,840,'_tax_class',''),(7188,840,'_line_subtotal','30'),(7189,840,'_line_subtotal_tax','0'),(7190,840,'_line_total','30'),(7191,840,'_line_tax','0'),(7192,840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7193,841,'_product_id','320'),(7194,841,'_variation_id','0'),(7195,841,'_qty','1'),(7196,841,'_tax_class',''),(7197,841,'_line_subtotal','3.75'),(7198,841,'_line_subtotal_tax','0'),(7199,841,'_line_total','3.75'),(7200,841,'_line_tax','0'),(7201,841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7202,842,'method_id','fedex'),(7203,842,'instance_id','1'),(7204,842,'cost','29.99'),(7205,842,'total_tax','0'),(7206,842,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7207,842,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(7208,842,'Package 2','17.5 × 12.37 × 3 (in) 8.41lbs × 1'),(7209,843,'_product_id','38'),(7210,843,'_variation_id','0'),(7211,843,'_qty','2'),(7212,843,'_tax_class',''),(7213,843,'_line_subtotal','358.4'),(7214,843,'_line_subtotal_tax','0'),(7215,843,'_line_total','358.4'),(7216,843,'_line_tax','0'),(7217,843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7218,844,'_product_id','23'),(7219,844,'_variation_id','0'),(7220,844,'_qty','2'),(7221,844,'_tax_class',''),(7222,844,'_line_subtotal','144'),(7223,844,'_line_subtotal_tax','0'),(7224,844,'_line_total','144'),(7225,844,'_line_tax','0'),(7226,844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7227,845,'_product_id','41'),(7228,845,'_variation_id','0'),(7229,845,'_qty','2'),(7230,845,'_tax_class',''),(7231,845,'_line_subtotal','114.24'),(7232,845,'_line_subtotal_tax','0'),(7233,845,'_line_total','114.24'),(7234,845,'_line_tax','0'),(7235,845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7236,846,'method_id','fedex'),(7237,846,'instance_id','1'),(7238,846,'cost','68.00'),(7239,846,'total_tax','0'),(7240,846,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7241,846,'Package 1','14 × 14 × 14 (in) 26.8lbs × 1'),(7242,846,'Package 2','14 × 14 × 14 (in) 26.8lbs × 1'),(7243,846,'Package 3','15.5 × 12 × 1.5 (in) 4.86lbs × 1'),(7244,847,'_product_id','49'),(7245,847,'_variation_id','0'),(7246,847,'_qty','2'),(7247,847,'_tax_class',''),(7248,847,'_line_subtotal','144'),(7249,847,'_line_subtotal_tax','0'),(7250,847,'_line_total','144'),(7251,847,'_line_tax','0'),(7252,847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7253,848,'_product_id','39'),(7254,848,'_variation_id','0'),(7255,848,'_qty','1'),(7256,848,'_tax_class',''),(7257,848,'_line_subtotal','72'),(7258,848,'_line_subtotal_tax','0'),(7259,848,'_line_total','72'),(7260,848,'_line_tax','0'),(7261,848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7262,849,'_product_id','41'),(7263,849,'_variation_id','0'),(7264,849,'_qty','1'),(7265,849,'_tax_class',''),(7266,849,'_line_subtotal','57.12'),(7267,849,'_line_subtotal_tax','0'),(7268,849,'_line_total','57.12'),(7269,849,'_line_tax','0'),(7270,849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7271,850,'method_id','fedex'),(7272,850,'instance_id','1'),(7273,850,'cost','31.48'),(7274,850,'total_tax','0'),(7275,850,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7276,850,'Package 1','17 × 14 × 10 (in) 26.4lbs × 1'),(7277,851,'_product_id','41'),(7278,851,'_variation_id','0'),(7279,851,'_qty','1'),(7280,851,'_tax_class',''),(7281,851,'_line_subtotal','57.12'),(7282,851,'_line_subtotal_tax','0'),(7283,851,'_line_total','57.12'),(7284,851,'_line_tax','0'),(7285,851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7286,852,'_product_id','93'),(7287,852,'_variation_id','0'),(7288,852,'_qty','20'),(7289,852,'_tax_class',''),(7290,852,'_line_subtotal','0'),(7291,852,'_line_subtotal_tax','0'),(7292,852,'_line_total','0'),(7293,852,'_line_tax','0'),(7294,852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7295,853,'_product_id','97'),(7296,853,'_variation_id','0'),(7297,853,'_qty','2'),(7298,853,'_tax_class',''),(7299,853,'_line_subtotal','0'),(7300,853,'_line_subtotal_tax','0'),(7301,853,'_line_total','0'),(7302,853,'_line_tax','0'),(7303,853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7304,854,'_product_id','43'),(7305,854,'_variation_id','0'),(7306,854,'_qty','1'),(7307,854,'_tax_class',''),(7308,854,'_line_subtotal','72'),(7309,854,'_line_subtotal_tax','0'),(7310,854,'_line_total','72'),(7311,854,'_line_tax','0'),(7312,854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7313,855,'method_id','fedex'),(7314,855,'instance_id','1'),(7315,855,'cost','72.27'),(7316,855,'total_tax','0'),(7317,855,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7318,855,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(7319,855,'Package 2','17 × 14 × 10 (in) 28.95lbs × 1'),(7320,856,'_product_id','93'),(7321,856,'_variation_id','0'),(7322,856,'_qty','16'),(7323,856,'_tax_class',''),(7324,856,'_line_subtotal','0'),(7325,856,'_line_subtotal_tax','0'),(7326,856,'_line_total','0'),(7327,856,'_line_tax','0'),(7328,856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7329,857,'_product_id','23'),(7330,857,'_variation_id','0'),(7331,857,'_qty','3'),(7332,857,'_tax_class',''),(7333,857,'_line_subtotal','216'),(7334,857,'_line_subtotal_tax','0'),(7335,857,'_line_total','216'),(7336,857,'_line_tax','0'),(7337,857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7338,858,'_product_id','38'),(7339,858,'_variation_id','0'),(7340,858,'_qty','1'),(7341,858,'_tax_class',''),(7342,858,'_line_subtotal','179.2'),(7343,858,'_line_subtotal_tax','0'),(7344,858,'_line_total','179.2'),(7345,858,'_line_tax','0'),(7346,858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7347,859,'_product_id','41'),(7348,859,'_variation_id','0'),(7349,859,'_qty','2'),(7350,859,'_tax_class',''),(7351,859,'_line_subtotal','114.24'),(7352,859,'_line_subtotal_tax','0'),(7353,859,'_line_total','114.24'),(7354,859,'_line_tax','0'),(7355,859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7356,860,'_product_id','43'),(7357,860,'_variation_id','0'),(7358,860,'_qty','3'),(7359,860,'_tax_class',''),(7360,860,'_line_subtotal','216'),(7361,860,'_line_subtotal_tax','0'),(7362,860,'_line_total','216'),(7363,860,'_line_tax','0'),(7364,860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7365,861,'_product_id','39'),(7366,861,'_variation_id','0'),(7367,861,'_qty','3'),(7368,861,'_tax_class',''),(7369,861,'_line_subtotal','216'),(7370,861,'_line_subtotal_tax','0'),(7371,861,'_line_total','216'),(7372,861,'_line_tax','0'),(7373,861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7374,862,'_product_id','99'),(7375,862,'_variation_id','0'),(7376,862,'_qty','2'),(7377,862,'_tax_class',''),(7378,862,'_line_subtotal','0'),(7379,862,'_line_subtotal_tax','0'),(7380,862,'_line_total','0'),(7381,862,'_line_tax','0'),(7382,862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7383,863,'method_id','free_shipping'),(7384,863,'instance_id','2'),(7385,863,'cost','0.00'),(7386,863,'total_tax','0'),(7387,863,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7388,863,'Items','Bulk Active Rise 100% &times; 16, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 3, Bulk Mousse 1 Gallon &times; 2'),(7389,864,'_product_id','41'),(7390,864,'_variation_id','0'),(7391,864,'_qty','1'),(7392,864,'_tax_class',''),(7393,864,'_line_subtotal','57.12'),(7394,864,'_line_subtotal_tax','0'),(7395,864,'_line_total','57.12'),(7396,864,'_line_tax','0'),(7397,864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7398,865,'_product_id','44'),(7399,865,'_variation_id','0'),(7400,865,'_qty','1'),(7401,865,'_tax_class',''),(7402,865,'_line_subtotal','105.6'),(7403,865,'_line_subtotal_tax','0'),(7404,865,'_line_total','105.6'),(7405,865,'_line_tax','0'),(7406,865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7407,866,'_product_id','93'),(7408,866,'_variation_id','0'),(7409,866,'_qty','8'),(7410,866,'_tax_class',''),(7411,866,'_line_subtotal','0'),(7412,866,'_line_subtotal_tax','0'),(7413,866,'_line_total','0'),(7414,866,'_line_tax','0'),(7415,866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7416,867,'_product_id','43'),(7417,867,'_variation_id','0'),(7418,867,'_qty','2'),(7419,867,'_tax_class',''),(7420,867,'_line_subtotal','144'),(7421,867,'_line_subtotal_tax','0'),(7422,867,'_line_total','144'),(7423,867,'_line_tax','0'),(7424,867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7425,868,'_product_id','137'),(7426,868,'_variation_id','0'),(7427,868,'_qty','1'),(7428,868,'_tax_class',''),(7429,868,'_line_subtotal','5.5'),(7430,868,'_line_subtotal_tax','0'),(7431,868,'_line_total','5.5'),(7432,868,'_line_tax','0'),(7433,868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7434,869,'_product_id','45'),(7435,869,'_variation_id','0'),(7436,869,'_qty','1'),(7437,869,'_tax_class',''),(7438,869,'_line_subtotal','38.4'),(7439,869,'_line_subtotal_tax','0'),(7440,869,'_line_total','38.4'),(7441,869,'_line_tax','0'),(7442,869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7443,870,'method_id','fedex'),(7444,870,'instance_id','1'),(7445,870,'cost','41.10'),(7446,870,'total_tax','0'),(7447,870,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7448,870,'Package 1','17 × 14 × 10 (in) 40.45lbs × 1'),(7449,870,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(7450,871,'_product_id','23'),(7451,871,'_variation_id','0'),(7452,871,'_qty','2'),(7453,871,'_tax_class',''),(7454,871,'_line_subtotal','144'),(7455,871,'_line_subtotal_tax','0'),(7456,871,'_line_total','144'),(7457,871,'_line_tax','0'),(7458,871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7459,872,'_product_id','38'),(7460,872,'_variation_id','0'),(7461,872,'_qty','1'),(7462,872,'_tax_class',''),(7463,872,'_line_subtotal','179.2'),(7464,872,'_line_subtotal_tax','0'),(7465,872,'_line_total','179.2'),(7466,872,'_line_tax','0'),(7467,872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7468,873,'_product_id','49'),(7469,873,'_variation_id','0'),(7470,873,'_qty','1'),(7471,873,'_tax_class',''),(7472,873,'_line_subtotal','72'),(7473,873,'_line_subtotal_tax','0'),(7474,873,'_line_total','72'),(7475,873,'_line_tax','0'),(7476,873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7477,874,'_product_id','43'),(7478,874,'_variation_id','0'),(7479,874,'_qty','1'),(7480,874,'_tax_class',''),(7481,874,'_line_subtotal','72'),(7482,874,'_line_subtotal_tax','0'),(7483,874,'_line_total','72'),(7484,874,'_line_tax','0'),(7485,874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7486,875,'_product_id','41'),(7487,875,'_variation_id','0'),(7488,875,'_qty','1'),(7489,875,'_tax_class',''),(7490,875,'_line_subtotal','57.12'),(7491,875,'_line_subtotal_tax','0'),(7492,875,'_line_total','57.12'),(7493,875,'_line_tax','0'),(7494,875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7495,876,'method_id','free_shipping'),(7496,876,'instance_id','2'),(7497,876,'cost','0.00'),(7498,876,'total_tax','0'),(7499,876,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7500,876,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(7501,877,'_product_id','23'),(7502,877,'_variation_id','0'),(7503,877,'_qty','3'),(7504,877,'_tax_class',''),(7505,877,'_line_subtotal','216'),(7506,877,'_line_subtotal_tax','0'),(7507,877,'_line_total','216'),(7508,877,'_line_tax','0'),(7509,877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7510,878,'_product_id','43'),(7511,878,'_variation_id','0'),(7512,878,'_qty','1'),(7513,878,'_tax_class',''),(7514,878,'_line_subtotal','72'),(7515,878,'_line_subtotal_tax','0'),(7516,878,'_line_total','72'),(7517,878,'_line_tax','0'),(7518,878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7519,879,'method_id','fedex'),(7520,879,'instance_id','1'),(7521,879,'cost','22.19'),(7522,879,'total_tax','0'),(7523,879,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7524,879,'Package 1','17 × 14 × 10 (in) 30.7lbs × 1'),(7525,880,'_product_id','38'),(7526,880,'_variation_id','0'),(7527,880,'_qty','2'),(7528,880,'_tax_class',''),(7529,880,'_line_subtotal','358.4'),(7530,880,'_line_subtotal_tax','0'),(7531,880,'_line_total','358.4'),(7532,880,'_line_tax','0'),(7533,880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7534,881,'_product_id','120'),(7535,881,'_variation_id','0'),(7536,881,'_qty','2'),(7537,881,'_tax_class',''),(7538,881,'_line_subtotal','96'),(7539,881,'_line_subtotal_tax','0'),(7540,881,'_line_total','96'),(7541,881,'_line_tax','0'),(7542,881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7543,882,'_product_id','43'),(7544,882,'_variation_id','0'),(7545,882,'_qty','1'),(7546,882,'_tax_class',''),(7547,882,'_line_subtotal','72'),(7548,882,'_line_subtotal_tax','0'),(7549,882,'_line_total','72'),(7550,882,'_line_tax','0'),(7551,882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7552,883,'_product_id','49'),(7553,883,'_variation_id','0'),(7554,883,'_qty','2'),(7555,883,'_tax_class',''),(7556,883,'_line_subtotal','144'),(7557,883,'_line_subtotal_tax','0'),(7558,883,'_line_total','144'),(7559,883,'_line_tax','0'),(7560,883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7561,884,'method_id','free_shipping'),(7562,884,'instance_id','2'),(7563,884,'cost','0.00'),(7564,884,'total_tax','0'),(7565,884,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7566,884,'Items','Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(7609,890,'_product_id','23'),(7610,890,'_variation_id','0'),(7611,890,'_qty','2'),(7612,890,'_tax_class',''),(7613,890,'_line_subtotal','144'),(7614,890,'_line_subtotal_tax','0'),(7615,890,'_line_total','144'),(7616,890,'_line_tax','0'),(7617,890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7618,891,'_product_id','38'),(7619,891,'_variation_id','0'),(7620,891,'_qty','3'),(7621,891,'_tax_class',''),(7622,891,'_line_subtotal','537.6'),(7623,891,'_line_subtotal_tax','0'),(7624,891,'_line_total','537.6'),(7625,891,'_line_tax','0'),(7626,891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7627,892,'_product_id','41'),(7628,892,'_variation_id','0'),(7629,892,'_qty','3'),(7630,892,'_tax_class',''),(7631,892,'_line_subtotal','171.36'),(7632,892,'_line_subtotal_tax','0'),(7633,892,'_line_total','171.36'),(7634,892,'_line_tax','0'),(7635,892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7636,893,'_product_id','43'),(7637,893,'_variation_id','0'),(7638,893,'_qty','2'),(7639,893,'_tax_class',''),(7640,893,'_line_subtotal','144'),(7641,893,'_line_subtotal_tax','0'),(7642,893,'_line_total','144'),(7643,893,'_line_tax','0'),(7644,893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7645,894,'method_id','free_shipping'),(7646,894,'instance_id','2'),(7647,894,'cost','0.00'),(7648,894,'total_tax','0'),(7649,894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7650,894,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2'),(7651,895,'_product_id','23'),(7652,895,'_variation_id','0'),(7653,895,'_qty','1'),(7654,895,'_tax_class',''),(7655,895,'_line_subtotal','72'),(7656,895,'_line_subtotal_tax','0'),(7657,895,'_line_total','72'),(7658,895,'_line_tax','0'),(7659,895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7660,896,'_product_id','43'),(7661,896,'_variation_id','0'),(7662,896,'_qty','1'),(7663,896,'_tax_class',''),(7664,896,'_line_subtotal','72'),(7665,896,'_line_subtotal_tax','0'),(7666,896,'_line_total','72'),(7667,896,'_line_tax','0'),(7668,896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7669,897,'_product_id','93'),(7670,897,'_variation_id','0'),(7671,897,'_qty','6'),(7672,897,'_tax_class',''),(7673,897,'_line_subtotal','0'),(7674,897,'_line_subtotal_tax','0'),(7675,897,'_line_total','0'),(7676,897,'_line_tax','0'),(7677,897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7678,898,'_product_id','99'),(7679,898,'_variation_id','0'),(7680,898,'_qty','2'),(7681,898,'_tax_class',''),(7682,898,'_line_subtotal','0'),(7683,898,'_line_subtotal_tax','0'),(7684,898,'_line_total','0'),(7685,898,'_line_tax','0'),(7686,898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7687,899,'_product_id','97'),(7688,899,'_variation_id','0'),(7689,899,'_qty','1'),(7690,899,'_tax_class',''),(7691,899,'_line_subtotal','0'),(7692,899,'_line_subtotal_tax','0'),(7693,899,'_line_total','0'),(7694,899,'_line_tax','0'),(7695,899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7696,900,'method_id','fedex'),(7697,900,'instance_id','1'),(7698,900,'cost','26.73'),(7699,900,'total_tax','0'),(7700,900,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7701,900,'Package 1','17 × 14 × 10 (in) 41.8lbs × 1'),(7702,900,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(7703,901,'_product_id','45'),(7704,901,'_variation_id','0'),(7705,901,'_qty','2'),(7706,901,'_tax_class',''),(7707,901,'_line_subtotal','76.8'),(7708,901,'_line_subtotal_tax','0'),(7709,901,'_line_total','76.8'),(7710,901,'_line_tax','0'),(7711,901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7712,902,'_product_id','41'),(7713,902,'_variation_id','0'),(7714,902,'_qty','1'),(7715,902,'_tax_class',''),(7716,902,'_line_subtotal','57.12'),(7717,902,'_line_subtotal_tax','0'),(7718,902,'_line_total','57.12'),(7719,902,'_line_tax','0'),(7720,902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7721,903,'_product_id','49'),(7722,903,'_variation_id','0'),(7723,903,'_qty','1'),(7724,903,'_tax_class',''),(7725,903,'_line_subtotal','72'),(7726,903,'_line_subtotal_tax','0'),(7727,903,'_line_total','72'),(7728,903,'_line_tax','0'),(7729,903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7730,904,'method_id','fedex'),(7731,904,'instance_id','1'),(7732,904,'cost','31.48'),(7733,904,'total_tax','0'),(7734,904,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7735,904,'Package 1','17 × 14 × 10 (in) 26.2lbs × 1'),(7751,907,'_product_id','99'),(7752,907,'_variation_id','0'),(7753,907,'_qty','4'),(7754,907,'_tax_class',''),(7755,907,'_line_subtotal','0'),(7756,907,'_line_subtotal_tax','0'),(7757,907,'_line_total','0'),(7758,907,'_line_tax','0'),(7759,907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7760,908,'method_id','fedex'),(7761,908,'instance_id','1'),(7762,908,'cost','32.39'),(7763,908,'total_tax','0'),(7764,908,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7765,908,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(7766,909,'_product_id','93'),(7767,909,'_variation_id','0'),(7768,909,'_qty','18'),(7769,909,'_tax_class',''),(7770,909,'_line_subtotal','0'),(7771,909,'_line_subtotal_tax','0'),(7772,909,'_line_total','0'),(7773,909,'_line_tax','0'),(7774,909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7775,910,'method_id','fedex'),(7776,910,'instance_id','1'),(7777,910,'cost','22.24'),(7778,910,'total_tax','0'),(7779,910,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7780,910,'Package 1','17 × 14 × 10 (in) 39.7lbs × 1'),(7781,911,'_product_id','23'),(7782,911,'_variation_id','0'),(7783,911,'_qty','3'),(7784,911,'_tax_class',''),(7785,911,'_line_subtotal','216'),(7786,911,'_line_subtotal_tax','0'),(7787,911,'_line_total','216'),(7788,911,'_line_tax','0'),(7789,911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7790,912,'_product_id','41'),(7791,912,'_variation_id','0'),(7792,912,'_qty','1'),(7793,912,'_tax_class',''),(7794,912,'_line_subtotal','57.12'),(7795,912,'_line_subtotal_tax','0'),(7796,912,'_line_total','57.12'),(7797,912,'_line_tax','0'),(7798,912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7799,913,'_product_id','49'),(7800,913,'_variation_id','0'),(7801,913,'_qty','1'),(7802,913,'_tax_class',''),(7803,913,'_line_subtotal','72'),(7804,913,'_line_subtotal_tax','0'),(7805,913,'_line_total','72'),(7806,913,'_line_tax','0'),(7807,913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7808,914,'method_id','fedex'),(7809,914,'instance_id','1'),(7810,914,'cost','19.13'),(7811,914,'total_tax','0'),(7812,914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7813,914,'Package 1','17 × 14 × 10 (in) 33.1lbs × 1'),(7814,915,'_product_id','137'),(7815,915,'_variation_id','0'),(7816,915,'_qty','3'),(7817,915,'_tax_class',''),(7818,915,'_line_subtotal','16.5'),(7819,915,'_line_subtotal_tax','0'),(7820,915,'_line_total','16.5'),(7821,915,'_line_tax','0'),(7822,915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7823,916,'_product_id','23'),(7824,916,'_variation_id','0'),(7825,916,'_qty','2'),(7826,916,'_tax_class',''),(7827,916,'_line_subtotal','144'),(7828,916,'_line_subtotal_tax','0'),(7829,916,'_line_total','144'),(7830,916,'_line_tax','0'),(7831,916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7832,917,'_product_id','93'),(7833,917,'_variation_id','0'),(7834,917,'_qty','10'),(7835,917,'_tax_class',''),(7836,917,'_line_subtotal','0'),(7837,917,'_line_subtotal_tax','0'),(7838,917,'_line_total','0'),(7839,917,'_line_tax','0'),(7840,917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7841,918,'_product_id','51'),(7842,918,'_variation_id','0'),(7843,918,'_qty','1'),(7844,918,'_tax_class',''),(7845,918,'_line_subtotal','134.4'),(7846,918,'_line_subtotal_tax','0'),(7847,918,'_line_total','134.4'),(7848,918,'_line_tax','0'),(7849,918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7850,919,'method_id','fedex'),(7851,919,'instance_id','1'),(7852,919,'cost','30.21'),(7853,919,'total_tax','0'),(7854,919,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7855,919,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(7856,919,'Package 2','11.25 × 8.75 × 7.75 (in) 7.29lbs × 1'),(7857,920,'_product_id','38'),(7858,920,'_variation_id','0'),(7859,920,'_qty','1'),(7860,920,'_tax_class',''),(7861,920,'_line_subtotal','179.2'),(7862,920,'_line_subtotal_tax','0'),(7863,920,'_line_total','179.2'),(7864,920,'_line_tax','0'),(7865,920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7866,921,'_product_id','23'),(7867,921,'_variation_id','0'),(7868,921,'_qty','1'),(7869,921,'_tax_class',''),(7870,921,'_line_subtotal','72'),(7871,921,'_line_subtotal_tax','0'),(7872,921,'_line_total','72'),(7873,921,'_line_tax','0'),(7874,921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7875,922,'_product_id','41'),(7876,922,'_variation_id','0'),(7877,922,'_qty','1'),(7878,922,'_tax_class',''),(7879,922,'_line_subtotal','57.12'),(7880,922,'_line_subtotal_tax','0'),(7881,922,'_line_total','57.12'),(7882,922,'_line_tax','0'),(7883,922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7884,923,'_product_id','93'),(7885,923,'_variation_id','0'),(7886,923,'_qty','20'),(7887,923,'_tax_class',''),(7888,923,'_line_subtotal','0'),(7889,923,'_line_subtotal_tax','0'),(7890,923,'_line_total','0'),(7891,923,'_line_tax','0'),(7892,923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7893,924,'_product_id','135'),(7894,924,'_variation_id','0'),(7895,924,'_qty','9'),(7896,924,'_tax_class',''),(7897,924,'_line_subtotal','20.25'),(7898,924,'_line_subtotal_tax','0'),(7899,924,'_line_total','20.25'),(7900,924,'_line_tax','0'),(7901,924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7902,925,'method_id','fedex'),(7903,925,'instance_id','1'),(7904,925,'cost','79.21'),(7905,925,'total_tax','0'),(7906,925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7907,925,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(7908,925,'Package 2','14 × 14 × 14 (in) 28.25lbs × 1'),(7909,925,'Package 3','15.5 × 12 × 1.5 (in) 4.36lbs × 1'),(7910,926,'_product_id','41'),(7911,926,'_variation_id','0'),(7912,926,'_qty','1'),(7913,926,'_tax_class',''),(7914,926,'_line_subtotal','57.12'),(7915,926,'_line_subtotal_tax','0'),(7916,926,'_line_total','57.12'),(7917,926,'_line_tax','0'),(7918,926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7919,927,'method_id','fedex'),(7920,927,'instance_id','1'),(7921,927,'cost','9.78'),(7922,927,'total_tax','0'),(7923,927,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7924,927,'Package 1','15.5 × 12 × 1.5 (in) 2.46lbs × 1'),(7925,928,'_product_id','144'),(7926,928,'_variation_id','0'),(7927,928,'_qty','7'),(7928,928,'_tax_class',''),(7929,928,'_line_subtotal','8.75'),(7930,928,'_line_subtotal_tax','0'),(7931,928,'_line_total','8.75'),(7932,928,'_line_tax','0'),(7933,928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7934,929,'_product_id','146'),(7935,929,'_variation_id','0'),(7936,929,'_qty','2'),(7937,929,'_tax_class',''),(7938,929,'_line_subtotal','2.5'),(7939,929,'_line_subtotal_tax','0'),(7940,929,'_line_total','2.5'),(7941,929,'_line_tax','0'),(7942,929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7943,930,'_product_id','41'),(7944,930,'_variation_id','0'),(7945,930,'_qty','2'),(7946,930,'_tax_class',''),(7947,930,'_line_subtotal','114.24'),(7948,930,'_line_subtotal_tax','0'),(7949,930,'_line_total','114.24'),(7950,930,'_line_tax','0'),(7951,930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7952,931,'_product_id','93'),(7953,931,'_variation_id','0'),(7954,931,'_qty','9'),(7955,931,'_tax_class',''),(7956,931,'_line_subtotal','0'),(7957,931,'_line_subtotal_tax','0'),(7958,931,'_line_total','0'),(7959,931,'_line_tax','0'),(7960,931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7961,932,'_product_id','148'),(7962,932,'_variation_id','0'),(7963,932,'_qty','10'),(7964,932,'_tax_class',''),(7965,932,'_line_subtotal','75'),(7966,932,'_line_subtotal_tax','0'),(7967,932,'_line_total','75'),(7968,932,'_line_tax','0'),(7969,932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(7970,933,'method_id','fedex'),(7971,933,'instance_id','1'),(7972,933,'cost','21.27'),(7973,933,'total_tax','0'),(7974,933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(7975,933,'Package 1','17 × 14 × 10 (in) 27.6lbs × 1'),(8029,940,'_product_id','23'),(8030,940,'_variation_id','0'),(8031,940,'_qty','4'),(8032,940,'_tax_class',''),(8033,940,'_line_subtotal','288'),(8034,940,'_line_subtotal_tax','0'),(8035,940,'_line_total','288'),(8036,940,'_line_tax','0'),(8037,940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8038,941,'_product_id','43'),(8039,941,'_variation_id','0'),(8040,941,'_qty','2'),(8041,941,'_tax_class',''),(8042,941,'_line_subtotal','144'),(8043,941,'_line_subtotal_tax','0'),(8044,941,'_line_total','144'),(8045,941,'_line_tax','0'),(8046,941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8047,942,'_product_id','49'),(8048,942,'_variation_id','0'),(8049,942,'_qty','2'),(8050,942,'_tax_class',''),(8051,942,'_line_subtotal','144'),(8052,942,'_line_subtotal_tax','0'),(8053,942,'_line_total','144'),(8054,942,'_line_tax','0'),(8055,942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8056,943,'_product_id','93'),(8057,943,'_variation_id','0'),(8058,943,'_qty','15'),(8059,943,'_tax_class',''),(8060,943,'_line_subtotal','0'),(8061,943,'_line_subtotal_tax','0'),(8062,943,'_line_total','0'),(8063,943,'_line_tax','0'),(8064,943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8065,944,'_product_id','51'),(8066,944,'_variation_id','0'),(8067,944,'_qty','1'),(8068,944,'_tax_class',''),(8069,944,'_line_subtotal','134.4'),(8070,944,'_line_subtotal_tax','0'),(8071,944,'_line_total','134.4'),(8072,944,'_line_tax','0'),(8073,944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8074,945,'method_id','fedex'),(8075,945,'instance_id','1'),(8076,945,'cost','71.07'),(8077,945,'total_tax','0'),(8078,945,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8079,945,'Package 1','17 × 14 × 10 (in) 41.65lbs × 1'),(8080,945,'Package 2','17 × 14 × 10 (in) 40.15lbs × 1'),(8081,945,'Package 3','17 × 14 × 10 (in) 24.65lbs × 1'),(8082,946,'_product_id','41'),(8083,946,'_variation_id','0'),(8084,946,'_qty','1'),(8085,946,'_tax_class',''),(8086,946,'_line_subtotal','57.12'),(8087,946,'_line_subtotal_tax','0'),(8088,946,'_line_total','57.12'),(8089,946,'_line_tax','0'),(8090,946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8091,947,'_product_id','95'),(8092,947,'_variation_id','0'),(8093,947,'_qty','10'),(8094,947,'_tax_class',''),(8095,947,'_line_subtotal','0'),(8096,947,'_line_subtotal_tax','0'),(8097,947,'_line_total','0'),(8098,947,'_line_tax','0'),(8099,947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8100,948,'_product_id','97'),(8101,948,'_variation_id','0'),(8102,948,'_qty','1'),(8103,948,'_tax_class',''),(8104,948,'_line_subtotal','0'),(8105,948,'_line_subtotal_tax','0'),(8106,948,'_line_total','0'),(8107,948,'_line_tax','0'),(8108,948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8109,949,'_product_id','99'),(8110,949,'_variation_id','0'),(8111,949,'_qty','2'),(8112,949,'_tax_class',''),(8113,949,'_line_subtotal','0'),(8114,949,'_line_subtotal_tax','0'),(8115,949,'_line_total','0'),(8116,949,'_line_tax','0'),(8117,949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8118,950,'method_id','fedex'),(8119,950,'instance_id','1'),(8120,950,'cost','36.94'),(8121,950,'total_tax','0'),(8122,950,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8123,950,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(8124,950,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(8125,951,'_product_id','41'),(8126,951,'_variation_id','0'),(8127,951,'_qty','2'),(8128,951,'_tax_class',''),(8129,951,'_line_subtotal','114.24'),(8130,951,'_line_subtotal_tax','0'),(8131,951,'_line_total','114.24'),(8132,951,'_line_tax','0'),(8133,951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8134,952,'_product_id','38'),(8135,952,'_variation_id','0'),(8136,952,'_qty','2'),(8137,952,'_tax_class',''),(8138,952,'_line_subtotal','358.4'),(8139,952,'_line_subtotal_tax','0'),(8140,952,'_line_total','358.4'),(8141,952,'_line_tax','0'),(8142,952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8143,953,'_product_id','23'),(8144,953,'_variation_id','0'),(8145,953,'_qty','2'),(8146,953,'_tax_class',''),(8147,953,'_line_subtotal','144'),(8148,953,'_line_subtotal_tax','0'),(8149,953,'_line_total','144'),(8150,953,'_line_tax','0'),(8151,953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8152,954,'_product_id','93'),(8153,954,'_variation_id','0'),(8154,954,'_qty','8'),(8155,954,'_tax_class',''),(8156,954,'_line_subtotal','0'),(8157,954,'_line_subtotal_tax','0'),(8158,954,'_line_total','0'),(8159,954,'_line_tax','0'),(8160,954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8161,955,'method_id','free_shipping'),(8162,955,'instance_id','2'),(8163,955,'cost','0.00'),(8164,955,'total_tax','0'),(8165,955,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8166,955,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 8'),(8167,956,'_product_id','41'),(8168,956,'_variation_id','0'),(8169,956,'_qty','1'),(8170,956,'_tax_class',''),(8171,956,'_line_subtotal','57.12'),(8172,956,'_line_subtotal_tax','0'),(8173,956,'_line_total','57.12'),(8174,956,'_line_tax','0'),(8175,956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8176,957,'_product_id','93'),(8177,957,'_variation_id','0'),(8178,957,'_qty','10'),(8179,957,'_tax_class',''),(8180,957,'_line_subtotal','0'),(8181,957,'_line_subtotal_tax','0'),(8182,957,'_line_total','0'),(8183,957,'_line_tax','0'),(8184,957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8185,958,'method_id','fedex'),(8186,958,'instance_id','1'),(8187,958,'cost','13.33'),(8188,958,'total_tax','0'),(8189,958,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8190,958,'Package 1','17 × 14 × 10 (in) 24.9lbs × 1'),(8191,959,'_product_id','93'),(8192,959,'_variation_id','0'),(8193,959,'_qty','20'),(8194,959,'_tax_class',''),(8195,959,'_line_subtotal','0'),(8196,959,'_line_subtotal_tax','0'),(8197,959,'_line_total','0'),(8198,959,'_line_tax','0'),(8199,959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8200,960,'method_id','fedex'),(8201,960,'instance_id','1'),(8202,960,'cost','36.21'),(8203,960,'total_tax','0'),(8204,960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8205,960,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(8206,960,'Package 2','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(8207,961,'_product_id','41'),(8208,961,'_variation_id','0'),(8209,961,'_qty','2'),(8210,961,'_tax_class',''),(8211,961,'_line_subtotal','114.24'),(8212,961,'_line_subtotal_tax','0'),(8213,961,'_line_total','114.24'),(8214,961,'_line_tax','0'),(8215,961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8216,962,'method_id','fedex'),(8217,962,'instance_id','1'),(8218,962,'cost','10.77'),(8219,962,'total_tax','0'),(8220,962,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8221,962,'Package 1','15.5 × 12 × 1.5 (in) 4.86lbs × 1'),(8237,965,'_product_id','93'),(8238,965,'_variation_id','0'),(8239,965,'_qty','1'),(8240,965,'_tax_class',''),(8241,965,'_line_subtotal','0'),(8242,965,'_line_subtotal_tax','0'),(8243,965,'_line_total','0'),(8244,965,'_line_tax','0'),(8245,965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8246,966,'method_id','fedex'),(8247,966,'instance_id','1'),(8248,966,'cost','13.17'),(8249,966,'total_tax','0'),(8250,966,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8251,966,'Package 1','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(8252,967,'_product_id','93'),(8253,967,'_variation_id','0'),(8254,967,'_qty','10'),(8255,967,'_tax_class',''),(8256,967,'_line_subtotal','0'),(8257,967,'_line_subtotal_tax','0'),(8258,967,'_line_total','0'),(8259,967,'_line_tax','0'),(8260,967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8261,968,'_product_id','97'),(8262,968,'_variation_id','0'),(8263,968,'_qty','1'),(8264,968,'_tax_class',''),(8265,968,'_line_subtotal','0'),(8266,968,'_line_subtotal_tax','0'),(8267,968,'_line_total','0'),(8268,968,'_line_tax','0'),(8269,968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8270,969,'method_id','fedex'),(8271,969,'instance_id','1'),(8272,969,'cost','15.35'),(8273,969,'total_tax','0'),(8274,969,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8275,969,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(8345,978,'_product_id','23'),(8346,978,'_variation_id','0'),(8347,978,'_qty','1'),(8348,978,'_tax_class',''),(8349,978,'_line_subtotal','72'),(8350,978,'_line_subtotal_tax','0'),(8351,978,'_line_total','72'),(8352,978,'_line_tax','0'),(8353,978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8354,979,'_product_id','118'),(8355,979,'_variation_id','0'),(8356,979,'_qty','1'),(8357,979,'_tax_class',''),(8358,979,'_line_subtotal','168'),(8359,979,'_line_subtotal_tax','0'),(8360,979,'_line_total','168'),(8361,979,'_line_tax','0'),(8362,979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8363,980,'_product_id','51'),(8364,980,'_variation_id','0'),(8365,980,'_qty','1'),(8366,980,'_tax_class',''),(8367,980,'_line_subtotal','134.4'),(8368,980,'_line_subtotal_tax','0'),(8369,980,'_line_total','134.4'),(8370,980,'_line_tax','0'),(8371,980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8372,981,'_product_id','44'),(8373,981,'_variation_id','0'),(8374,981,'_qty','1'),(8375,981,'_tax_class',''),(8376,981,'_line_subtotal','105.6'),(8377,981,'_line_subtotal_tax','0'),(8378,981,'_line_total','105.6'),(8379,981,'_line_tax','0'),(8380,981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8381,982,'_product_id','45'),(8382,982,'_variation_id','0'),(8383,982,'_qty','1'),(8384,982,'_tax_class',''),(8385,982,'_line_subtotal','38.4'),(8386,982,'_line_subtotal_tax','0'),(8387,982,'_line_total','38.4'),(8388,982,'_line_tax','0'),(8389,982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8390,983,'_product_id','41'),(8391,983,'_variation_id','0'),(8392,983,'_qty','1'),(8393,983,'_tax_class',''),(8394,983,'_line_subtotal','57.12'),(8395,983,'_line_subtotal_tax','0'),(8396,983,'_line_total','57.12'),(8397,983,'_line_tax','0'),(8398,983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8399,984,'_product_id','39'),(8400,984,'_variation_id','0'),(8401,984,'_qty','1'),(8402,984,'_tax_class',''),(8403,984,'_line_subtotal','72'),(8404,984,'_line_subtotal_tax','0'),(8405,984,'_line_total','72'),(8406,984,'_line_tax','0'),(8407,984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8408,985,'method_id','free_shipping'),(8409,985,'instance_id','2'),(8410,985,'cost','0.00'),(8411,985,'total_tax','0'),(8412,985,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8413,985,'Items','Active Rinse 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1'),(8414,986,'_product_id','93'),(8415,986,'_variation_id','0'),(8416,986,'_qty','8'),(8417,986,'_tax_class',''),(8418,986,'_line_subtotal','0'),(8419,986,'_line_subtotal_tax','0'),(8420,986,'_line_total','0'),(8421,986,'_line_tax','0'),(8422,986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8423,987,'_product_id','318'),(8424,987,'_variation_id','0'),(8425,987,'_qty','6'),(8426,987,'_tax_class',''),(8427,987,'_line_subtotal','18'),(8428,987,'_line_subtotal_tax','0'),(8429,987,'_line_total','18'),(8430,987,'_line_tax','0'),(8431,987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8432,988,'_product_id','144'),(8433,988,'_variation_id','0'),(8434,988,'_qty','5'),(8435,988,'_tax_class',''),(8436,988,'_line_subtotal','6.25'),(8437,988,'_line_subtotal_tax','0'),(8438,988,'_line_total','6.25'),(8439,988,'_line_tax','0'),(8440,988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8441,989,'method_id','fedex'),(8442,989,'instance_id','1'),(8443,989,'cost','19.60'),(8444,989,'total_tax','0'),(8445,989,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8446,989,'Package 1','17 × 14 × 10 (in) 33.45lbs × 1'),(8447,990,'_product_id','49'),(8448,990,'_variation_id','0'),(8449,990,'_qty','2'),(8450,990,'_tax_class',''),(8451,990,'_line_subtotal','144'),(8452,990,'_line_subtotal_tax','0'),(8453,990,'_line_total','144'),(8454,990,'_line_tax','0'),(8455,990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8456,991,'_product_id','41'),(8457,991,'_variation_id','0'),(8458,991,'_qty','4'),(8459,991,'_tax_class',''),(8460,991,'_line_subtotal','228.48'),(8461,991,'_line_subtotal_tax','0'),(8462,991,'_line_total','228.48'),(8463,991,'_line_tax','0'),(8464,991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8465,992,'_product_id','44'),(8466,992,'_variation_id','0'),(8467,992,'_qty','2'),(8468,992,'_tax_class',''),(8469,992,'_line_subtotal','211.2'),(8470,992,'_line_subtotal_tax','0'),(8471,992,'_line_total','211.2'),(8472,992,'_line_tax','0'),(8473,992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8474,993,'method_id','fedex'),(8475,993,'instance_id','1'),(8476,993,'cost','60.84'),(8477,993,'total_tax','0'),(8478,993,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8479,993,'Package 1','17 × 14 × 10 (in) 39.7lbs × 1'),(8480,993,'Package 2','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(8481,994,'_product_id','23'),(8482,994,'_variation_id','0'),(8483,994,'_qty','2'),(8484,994,'_tax_class',''),(8485,994,'_line_subtotal','144'),(8486,994,'_line_subtotal_tax','0'),(8487,994,'_line_total','144'),(8488,994,'_line_tax','0'),(8489,994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8490,995,'_product_id','38'),(8491,995,'_variation_id','0'),(8492,995,'_qty','1'),(8493,995,'_tax_class',''),(8494,995,'_line_subtotal','179.2'),(8495,995,'_line_subtotal_tax','0'),(8496,995,'_line_total','179.2'),(8497,995,'_line_tax','0'),(8498,995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8499,996,'_product_id','97'),(8500,996,'_variation_id','0'),(8501,996,'_qty','4'),(8502,996,'_tax_class',''),(8503,996,'_line_subtotal','0'),(8504,996,'_line_subtotal_tax','0'),(8505,996,'_line_total','0'),(8506,996,'_line_tax','0'),(8507,996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8508,997,'_product_id','93'),(8509,997,'_variation_id','0'),(8510,997,'_qty','30'),(8511,997,'_tax_class',''),(8512,997,'_line_subtotal','0'),(8513,997,'_line_subtotal_tax','0'),(8514,997,'_line_total','0'),(8515,997,'_line_tax','0'),(8516,997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8517,998,'method_id','fedex'),(8518,998,'instance_id','1'),(8519,998,'cost','136.31'),(8520,998,'total_tax','0'),(8521,998,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8522,998,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(8523,998,'Package 2','17 × 14 × 10 (in) 40.55lbs × 1'),(8524,998,'Package 3','17 × 14 × 10 (in) 31.1lbs × 1'),(8525,998,'Package 4','14 × 14 × 14 (in) 19.5lbs × 1'),(8526,999,'_product_id','49'),(8527,999,'_variation_id','0'),(8528,999,'_qty','2'),(8529,999,'_tax_class',''),(8530,999,'_line_subtotal','144'),(8531,999,'_line_subtotal_tax','0'),(8532,999,'_line_total','144'),(8533,999,'_line_tax','0'),(8534,999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8535,1000,'method_id','fedex'),(8536,1000,'instance_id','1'),(8537,1000,'cost','25.02'),(8538,1000,'total_tax','0'),(8539,1000,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8540,1000,'Package 1','17 × 14 × 10 (in) 16.6lbs × 1'),(8628,1011,'_product_id','93'),(8629,1011,'_variation_id','0'),(8630,1011,'_qty','8'),(8631,1011,'_tax_class',''),(8632,1011,'_line_subtotal','0'),(8633,1011,'_line_subtotal_tax','0'),(8634,1011,'_line_total','0'),(8635,1011,'_line_tax','0'),(8636,1011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8637,1012,'_product_id','39'),(8638,1012,'_variation_id','0'),(8639,1012,'_qty','1'),(8640,1012,'_tax_class',''),(8641,1012,'_line_subtotal','72'),(8642,1012,'_line_subtotal_tax','0'),(8643,1012,'_line_total','72'),(8644,1012,'_line_tax','0'),(8645,1012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8646,1013,'_product_id','40'),(8647,1013,'_variation_id','0'),(8648,1013,'_qty','1'),(8649,1013,'_tax_class',''),(8650,1013,'_line_subtotal','72'),(8651,1013,'_line_subtotal_tax','0'),(8652,1013,'_line_total','72'),(8653,1013,'_line_tax','0'),(8654,1013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8655,1014,'method_id','fedex'),(8656,1014,'instance_id','1'),(8657,1014,'cost','23.05'),(8658,1014,'total_tax','0'),(8659,1014,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8660,1014,'Package 1','17 × 14 × 10 (in) 33.05lbs × 1'),(8676,1017,'_product_id','23'),(8677,1017,'_variation_id','0'),(8678,1017,'_qty','5'),(8679,1017,'_tax_class',''),(8680,1017,'_line_subtotal','360'),(8681,1017,'_line_subtotal_tax','0'),(8682,1017,'_line_total','360'),(8683,1017,'_line_tax','0'),(8684,1017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8685,1018,'_product_id','38'),(8686,1018,'_variation_id','0'),(8687,1018,'_qty','2'),(8688,1018,'_tax_class',''),(8689,1018,'_line_subtotal','358.4'),(8690,1018,'_line_subtotal_tax','0'),(8691,1018,'_line_total','358.4'),(8692,1018,'_line_tax','0'),(8693,1018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8694,1019,'_product_id','41'),(8695,1019,'_variation_id','0'),(8696,1019,'_qty','7'),(8697,1019,'_tax_class',''),(8698,1019,'_line_subtotal','399.84'),(8699,1019,'_line_subtotal_tax','0'),(8700,1019,'_line_total','399.84'),(8701,1019,'_line_tax','0'),(8702,1019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8703,1020,'_product_id','51'),(8704,1020,'_variation_id','0'),(8705,1020,'_qty','2'),(8706,1020,'_tax_class',''),(8707,1020,'_line_subtotal','268.8'),(8708,1020,'_line_subtotal_tax','0'),(8709,1020,'_line_total','268.8'),(8710,1020,'_line_tax','0'),(8711,1020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8712,1021,'_product_id','39'),(8713,1021,'_variation_id','0'),(8714,1021,'_qty','2'),(8715,1021,'_tax_class',''),(8716,1021,'_line_subtotal','144'),(8717,1021,'_line_subtotal_tax','0'),(8718,1021,'_line_total','144'),(8719,1021,'_line_tax','0'),(8720,1021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8721,1022,'_product_id','40'),(8722,1022,'_variation_id','0'),(8723,1022,'_qty','2'),(8724,1022,'_tax_class',''),(8725,1022,'_line_subtotal','144'),(8726,1022,'_line_subtotal_tax','0'),(8727,1022,'_line_total','144'),(8728,1022,'_line_tax','0'),(8729,1022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8730,1023,'_product_id','43'),(8731,1023,'_variation_id','0'),(8732,1023,'_qty','3'),(8733,1023,'_tax_class',''),(8734,1023,'_line_subtotal','216'),(8735,1023,'_line_subtotal_tax','0'),(8736,1023,'_line_total','216'),(8737,1023,'_line_tax','0'),(8738,1023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8739,1024,'_product_id','44'),(8740,1024,'_variation_id','0'),(8741,1024,'_qty','2'),(8742,1024,'_tax_class',''),(8743,1024,'_line_subtotal','211.2'),(8744,1024,'_line_subtotal_tax','0'),(8745,1024,'_line_total','211.2'),(8746,1024,'_line_tax','0'),(8747,1024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8748,1025,'_product_id','93'),(8749,1025,'_variation_id','0'),(8750,1025,'_qty','60'),(8751,1025,'_tax_class',''),(8752,1025,'_line_subtotal','0'),(8753,1025,'_line_subtotal_tax','0'),(8754,1025,'_line_total','0'),(8755,1025,'_line_tax','0'),(8756,1025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8757,1026,'_product_id','42'),(8758,1026,'_variation_id','0'),(8759,1026,'_qty','1'),(8760,1026,'_tax_class',''),(8761,1026,'_line_subtotal','72'),(8762,1026,'_line_subtotal_tax','0'),(8763,1026,'_line_total','72'),(8764,1026,'_line_tax','0'),(8765,1026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8766,1027,'method_id','free_shipping'),(8767,1027,'instance_id','2'),(8768,1027,'cost','0.00'),(8769,1027,'total_tax','0'),(8770,1027,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8771,1027,'Items','Active Rinse 8oz(Case of 12) &times; 5, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 7, Urgent Care Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rise 100% &times; 60, Comb-Out Mousse(Case of 12) &times; 1'),(8772,1028,'_product_id','95'),(8773,1028,'_variation_id','0'),(8774,1028,'_qty','5'),(8775,1028,'_tax_class',''),(8776,1028,'_line_subtotal','0'),(8777,1028,'_line_subtotal_tax','0'),(8778,1028,'_line_total','0'),(8779,1028,'_line_tax','0'),(8780,1028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8781,1029,'method_id','fedex'),(8782,1029,'instance_id','1'),(8783,1029,'cost','13.94'),(8784,1029,'total_tax','0'),(8785,1029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8786,1029,'Package 1','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(8802,1032,'_product_id','93'),(8803,1032,'_variation_id','0'),(8804,1032,'_qty','12'),(8805,1032,'_tax_class',''),(8806,1032,'_line_subtotal','0'),(8807,1032,'_line_subtotal_tax','0'),(8808,1032,'_line_total','0'),(8809,1032,'_line_tax','0'),(8810,1032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8811,1033,'method_id','fedex'),(8812,1033,'instance_id','1'),(8813,1033,'cost','16.73'),(8814,1033,'total_tax','0'),(8815,1033,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8816,1033,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(8817,1034,'_product_id','44'),(8818,1034,'_variation_id','0'),(8819,1034,'_qty','3'),(8820,1034,'_tax_class',''),(8821,1034,'_line_subtotal','316.8'),(8822,1034,'_line_subtotal_tax','0'),(8823,1034,'_line_total','316.8'),(8824,1034,'_line_tax','0'),(8825,1034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8826,1035,'_product_id','49'),(8827,1035,'_variation_id','0'),(8828,1035,'_qty','1'),(8829,1035,'_tax_class',''),(8830,1035,'_line_subtotal','72'),(8831,1035,'_line_subtotal_tax','0'),(8832,1035,'_line_total','72'),(8833,1035,'_line_tax','0'),(8834,1035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8835,1036,'_product_id','144'),(8836,1036,'_variation_id','0'),(8837,1036,'_qty','12'),(8838,1036,'_tax_class',''),(8839,1036,'_line_subtotal','15'),(8840,1036,'_line_subtotal_tax','0'),(8841,1036,'_line_total','15'),(8842,1036,'_line_tax','0'),(8843,1036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8844,1037,'_product_id','41'),(8845,1037,'_variation_id','0'),(8846,1037,'_qty','2'),(8847,1037,'_tax_class',''),(8848,1037,'_line_subtotal','114.24'),(8849,1037,'_line_subtotal_tax','0'),(8850,1037,'_line_total','114.24'),(8851,1037,'_line_tax','0'),(8852,1037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8853,1038,'method_id','fedex'),(8854,1038,'instance_id','1'),(8855,1038,'cost','40.03'),(8856,1038,'total_tax','0'),(8857,1038,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8858,1038,'Package 1','17 × 14 × 10 (in) 41.05lbs × 1'),(8859,1038,'Package 2','11.25 × 8.75 × 7.75 (in) 8.39lbs × 1'),(8860,1039,'_product_id','23'),(8861,1039,'_variation_id','0'),(8862,1039,'_qty','1'),(8863,1039,'_tax_class',''),(8864,1039,'_line_subtotal','72'),(8865,1039,'_line_subtotal_tax','0'),(8866,1039,'_line_total','72'),(8867,1039,'_line_tax','0'),(8868,1039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8869,1040,'_product_id','38'),(8870,1040,'_variation_id','0'),(8871,1040,'_qty','2'),(8872,1040,'_tax_class',''),(8873,1040,'_line_subtotal','358.4'),(8874,1040,'_line_subtotal_tax','0'),(8875,1040,'_line_total','358.4'),(8876,1040,'_line_tax','0'),(8877,1040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8878,1041,'_product_id','41'),(8879,1041,'_variation_id','0'),(8880,1041,'_qty','2'),(8881,1041,'_tax_class',''),(8882,1041,'_line_subtotal','114.24'),(8883,1041,'_line_subtotal_tax','0'),(8884,1041,'_line_total','114.24'),(8885,1041,'_line_tax','0'),(8886,1041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8887,1042,'_product_id','43'),(8888,1042,'_variation_id','0'),(8889,1042,'_qty','1'),(8890,1042,'_tax_class',''),(8891,1042,'_line_subtotal','72'),(8892,1042,'_line_subtotal_tax','0'),(8893,1042,'_line_total','72'),(8894,1042,'_line_tax','0'),(8895,1042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8896,1043,'method_id','free_shipping'),(8897,1043,'instance_id','2'),(8898,1043,'cost','0.00'),(8899,1043,'total_tax','0'),(8900,1043,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8901,1043,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1'),(8902,1044,'_product_id','23'),(8903,1044,'_variation_id','0'),(8904,1044,'_qty','4'),(8905,1044,'_tax_class',''),(8906,1044,'_line_subtotal','288'),(8907,1044,'_line_subtotal_tax','0'),(8908,1044,'_line_total','288'),(8909,1044,'_line_tax','0'),(8910,1044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8911,1045,'_product_id','38'),(8912,1045,'_variation_id','0'),(8913,1045,'_qty','2'),(8914,1045,'_tax_class',''),(8915,1045,'_line_subtotal','358.4'),(8916,1045,'_line_subtotal_tax','0'),(8917,1045,'_line_total','358.4'),(8918,1045,'_line_tax','0'),(8919,1045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8920,1046,'_product_id','44'),(8921,1046,'_variation_id','0'),(8922,1046,'_qty','1'),(8923,1046,'_tax_class',''),(8924,1046,'_line_subtotal','105.6'),(8925,1046,'_line_subtotal_tax','0'),(8926,1046,'_line_total','105.6'),(8927,1046,'_line_tax','0'),(8928,1046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8929,1047,'_product_id','41'),(8930,1047,'_variation_id','0'),(8931,1047,'_qty','2'),(8932,1047,'_tax_class',''),(8933,1047,'_line_subtotal','114.24'),(8934,1047,'_line_subtotal_tax','0'),(8935,1047,'_line_total','114.24'),(8936,1047,'_line_tax','0'),(8937,1047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8938,1048,'_product_id','93'),(8939,1048,'_variation_id','0'),(8940,1048,'_qty','12'),(8941,1048,'_tax_class',''),(8942,1048,'_line_subtotal','0'),(8943,1048,'_line_subtotal_tax','0'),(8944,1048,'_line_total','0'),(8945,1048,'_line_tax','0'),(8946,1048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8947,1049,'_product_id','95'),(8948,1049,'_variation_id','0'),(8949,1049,'_qty','12'),(8950,1049,'_tax_class',''),(8951,1049,'_line_subtotal','0'),(8952,1049,'_line_subtotal_tax','0'),(8953,1049,'_line_total','0'),(8954,1049,'_line_tax','0'),(8955,1049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8956,1050,'method_id','free_shipping'),(8957,1050,'instance_id','2'),(8958,1050,'cost','0.00'),(8959,1050,'total_tax','0'),(8960,1050,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8961,1050,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rise 100% &times; 12, Bulk Active Rise 50/50 &times; 12'),(8962,1051,'_product_id','41'),(8963,1051,'_variation_id','0'),(8964,1051,'_qty','2'),(8965,1051,'_tax_class',''),(8966,1051,'_line_subtotal','114.24'),(8967,1051,'_line_subtotal_tax','0'),(8968,1051,'_line_total','114.24'),(8969,1051,'_line_tax','0'),(8970,1051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8971,1052,'_product_id','49'),(8972,1052,'_variation_id','0'),(8973,1052,'_qty','2'),(8974,1052,'_tax_class',''),(8975,1052,'_line_subtotal','144'),(8976,1052,'_line_subtotal_tax','0'),(8977,1052,'_line_total','144'),(8978,1052,'_line_tax','0'),(8979,1052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8980,1053,'_product_id','133'),(8981,1053,'_variation_id','0'),(8982,1053,'_qty','3'),(8983,1053,'_tax_class',''),(8984,1053,'_line_subtotal','39'),(8985,1053,'_line_subtotal_tax','0'),(8986,1053,'_line_total','39'),(8987,1053,'_line_tax','0'),(8988,1053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(8989,1054,'method_id','fedex'),(8990,1054,'instance_id','1'),(8991,1054,'cost','30.08'),(8992,1054,'total_tax','0'),(8993,1054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(8994,1054,'Package 1','17 × 14 × 10 (in) 25lbs × 1'),(8995,1055,'_product_id','93'),(8996,1055,'_variation_id','0'),(8997,1055,'_qty','6'),(8998,1055,'_tax_class',''),(8999,1055,'_line_subtotal','0'),(9000,1055,'_line_subtotal_tax','0'),(9001,1055,'_line_total','0'),(9002,1055,'_line_tax','0'),(9003,1055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9004,1056,'_product_id','116'),(9005,1056,'_variation_id','0'),(9006,1056,'_qty','1'),(9007,1056,'_tax_class',''),(9008,1056,'_line_subtotal','132'),(9009,1056,'_line_subtotal_tax','0'),(9010,1056,'_line_total','132'),(9011,1056,'_line_tax','0'),(9012,1056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9013,1057,'_product_id','120'),(9014,1057,'_variation_id','0'),(9015,1057,'_qty','1'),(9016,1057,'_tax_class',''),(9017,1057,'_line_subtotal','48'),(9018,1057,'_line_subtotal_tax','0'),(9019,1057,'_line_total','48'),(9020,1057,'_line_tax','0'),(9021,1057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9022,1058,'_product_id','97'),(9023,1058,'_variation_id','0'),(9024,1058,'_qty','1'),(9025,1058,'_tax_class',''),(9026,1058,'_line_subtotal','0'),(9027,1058,'_line_subtotal_tax','0'),(9028,1058,'_line_total','0'),(9029,1058,'_line_tax','0'),(9030,1058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9031,1059,'_product_id','99'),(9032,1059,'_variation_id','0'),(9033,1059,'_qty','1'),(9034,1059,'_tax_class',''),(9035,1059,'_line_subtotal','0'),(9036,1059,'_line_subtotal_tax','0'),(9037,1059,'_line_total','0'),(9038,1059,'_line_tax','0'),(9039,1059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9040,1060,'method_id','fedex'),(9041,1060,'instance_id','1'),(9042,1060,'cost','53.54'),(9043,1060,'total_tax','0'),(9044,1060,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9045,1060,'Package 1','17 × 14 × 10 (in) 29.4lbs × 1'),(9046,1060,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(9047,1061,'_product_id','38'),(9048,1061,'_variation_id','0'),(9049,1061,'_qty','2'),(9050,1061,'_tax_class',''),(9051,1061,'_line_subtotal','358.4'),(9052,1061,'_line_subtotal_tax','0'),(9053,1061,'_line_total','358.4'),(9054,1061,'_line_tax','0'),(9055,1061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9056,1062,'_product_id','23'),(9057,1062,'_variation_id','0'),(9058,1062,'_qty','3'),(9059,1062,'_tax_class',''),(9060,1062,'_line_subtotal','216'),(9061,1062,'_line_subtotal_tax','0'),(9062,1062,'_line_total','216'),(9063,1062,'_line_tax','0'),(9064,1062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9065,1063,'_product_id','49'),(9066,1063,'_variation_id','0'),(9067,1063,'_qty','1'),(9068,1063,'_tax_class',''),(9069,1063,'_line_subtotal','72'),(9070,1063,'_line_subtotal_tax','0'),(9071,1063,'_line_total','72'),(9072,1063,'_line_tax','0'),(9073,1063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9074,1064,'_product_id','43'),(9075,1064,'_variation_id','0'),(9076,1064,'_qty','1'),(9077,1064,'_tax_class',''),(9078,1064,'_line_subtotal','72'),(9079,1064,'_line_subtotal_tax','0'),(9080,1064,'_line_total','72'),(9081,1064,'_line_tax','0'),(9082,1064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9083,1065,'_product_id','93'),(9084,1065,'_variation_id','0'),(9085,1065,'_qty','10'),(9086,1065,'_tax_class',''),(9087,1065,'_line_subtotal','0'),(9088,1065,'_line_subtotal_tax','0'),(9089,1065,'_line_total','0'),(9090,1065,'_line_tax','0'),(9091,1065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9092,1066,'_product_id','99'),(9093,1066,'_variation_id','0'),(9094,1066,'_qty','1'),(9095,1066,'_tax_class',''),(9096,1066,'_line_subtotal','0'),(9097,1066,'_line_subtotal_tax','0'),(9098,1066,'_line_total','0'),(9099,1066,'_line_tax','0'),(9100,1066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9101,1067,'_product_id','131'),(9102,1067,'_variation_id','0'),(9103,1067,'_qty','5'),(9104,1067,'_tax_class',''),(9105,1067,'_line_subtotal','57.5'),(9106,1067,'_line_subtotal_tax','0'),(9107,1067,'_line_total','57.5'),(9108,1067,'_line_tax','0'),(9109,1067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9110,1068,'method_id','free_shipping'),(9111,1068,'instance_id','2'),(9112,1068,'cost','0.00'),(9113,1068,'total_tax','0'),(9114,1068,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9115,1068,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 1, Disposable Capes &times; 5'),(9116,1069,'_product_id','23'),(9117,1069,'_variation_id','0'),(9118,1069,'_qty','4'),(9119,1069,'_tax_class',''),(9120,1069,'_line_subtotal','288'),(9121,1069,'_line_subtotal_tax','0'),(9122,1069,'_line_total','288'),(9123,1069,'_line_tax','0'),(9124,1069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9125,1070,'_product_id','51'),(9126,1070,'_variation_id','0'),(9127,1070,'_qty','1'),(9128,1070,'_tax_class',''),(9129,1070,'_line_subtotal','134.4'),(9130,1070,'_line_subtotal_tax','0'),(9131,1070,'_line_total','134.4'),(9132,1070,'_line_tax','0'),(9133,1070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9134,1071,'_product_id','93'),(9135,1071,'_variation_id','0'),(9136,1071,'_qty','3'),(9137,1071,'_tax_class',''),(9138,1071,'_line_subtotal','0'),(9139,1071,'_line_subtotal_tax','0'),(9140,1071,'_line_total','0'),(9141,1071,'_line_tax','0'),(9142,1071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9143,1072,'_product_id','97'),(9144,1072,'_variation_id','0'),(9145,1072,'_qty','1'),(9146,1072,'_tax_class',''),(9147,1072,'_line_subtotal','0'),(9148,1072,'_line_subtotal_tax','0'),(9149,1072,'_line_total','0'),(9150,1072,'_line_tax','0'),(9151,1072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9152,1073,'_product_id','99'),(9153,1073,'_variation_id','0'),(9154,1073,'_qty','1'),(9155,1073,'_tax_class',''),(9156,1073,'_line_subtotal','0'),(9157,1073,'_line_subtotal_tax','0'),(9158,1073,'_line_total','0'),(9159,1073,'_line_tax','0'),(9160,1073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9161,1074,'_product_id','318'),(9162,1074,'_variation_id','0'),(9163,1074,'_qty','6'),(9164,1074,'_tax_class',''),(9165,1074,'_line_subtotal','18'),(9166,1074,'_line_subtotal_tax','0'),(9167,1074,'_line_total','18'),(9168,1074,'_line_tax','0'),(9169,1074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9170,1075,'_product_id','142'),(9171,1075,'_variation_id','0'),(9172,1075,'_qty','7'),(9173,1075,'_tax_class',''),(9174,1075,'_line_subtotal','8.75'),(9175,1075,'_line_subtotal_tax','0'),(9176,1075,'_line_total','8.75'),(9177,1075,'_line_tax','0'),(9178,1075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9179,1076,'_product_id','137'),(9180,1076,'_variation_id','0'),(9181,1076,'_qty','7'),(9182,1076,'_tax_class',''),(9183,1076,'_line_subtotal','38.5'),(9184,1076,'_line_subtotal_tax','0'),(9185,1076,'_line_total','38.5'),(9186,1076,'_line_tax','0'),(9187,1076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9188,1077,'method_id','fedex'),(9189,1077,'instance_id','1'),(9190,1077,'cost','40.51'),(9191,1077,'total_tax','0'),(9192,1077,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9193,1077,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(9194,1077,'Package 2','17 × 14 × 10 (in) 39.25lbs × 1'),(9195,1078,'_product_id','23'),(9196,1078,'_variation_id','0'),(9197,1078,'_qty','3'),(9198,1078,'_tax_class',''),(9199,1078,'_line_subtotal','216'),(9200,1078,'_line_subtotal_tax','0'),(9201,1078,'_line_total','216'),(9202,1078,'_line_tax','0'),(9203,1078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9204,1079,'_product_id','39'),(9205,1079,'_variation_id','0'),(9206,1079,'_qty','1'),(9207,1079,'_tax_class',''),(9208,1079,'_line_subtotal','72'),(9209,1079,'_line_subtotal_tax','0'),(9210,1079,'_line_total','72'),(9211,1079,'_line_tax','0'),(9212,1079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9213,1080,'_product_id','45'),(9214,1080,'_variation_id','0'),(9215,1080,'_qty','1'),(9216,1080,'_tax_class',''),(9217,1080,'_line_subtotal','38.4'),(9218,1080,'_line_subtotal_tax','0'),(9219,1080,'_line_total','38.4'),(9220,1080,'_line_tax','0'),(9221,1080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9222,1081,'_product_id','44'),(9223,1081,'_variation_id','0'),(9224,1081,'_qty','1'),(9225,1081,'_tax_class',''),(9226,1081,'_line_subtotal','105.6'),(9227,1081,'_line_subtotal_tax','0'),(9228,1081,'_line_total','105.6'),(9229,1081,'_line_tax','0'),(9230,1081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9231,1082,'_product_id','118'),(9232,1082,'_variation_id','0'),(9233,1082,'_qty','1'),(9234,1082,'_tax_class',''),(9235,1082,'_line_subtotal','168'),(9236,1082,'_line_subtotal_tax','0'),(9237,1082,'_line_total','168'),(9238,1082,'_line_tax','0'),(9239,1082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9240,1083,'method_id','free_shipping'),(9241,1083,'instance_id','2'),(9242,1083,'cost','0.00'),(9243,1083,'total_tax','0'),(9244,1083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9245,1083,'Items','Active Rinse 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(9246,1084,'_product_id','38'),(9247,1084,'_variation_id','0'),(9248,1084,'_qty','3'),(9249,1084,'_tax_class',''),(9250,1084,'_line_subtotal','537.6'),(9251,1084,'_line_subtotal_tax','0'),(9252,1084,'_line_total','537.6'),(9253,1084,'_line_tax','0'),(9254,1084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9255,1085,'_product_id','49'),(9256,1085,'_variation_id','0'),(9257,1085,'_qty','2'),(9258,1085,'_tax_class',''),(9259,1085,'_line_subtotal','144'),(9260,1085,'_line_subtotal_tax','0'),(9261,1085,'_line_total','144'),(9262,1085,'_line_tax','0'),(9263,1085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9264,1086,'_product_id','45'),(9265,1086,'_variation_id','0'),(9266,1086,'_qty','2'),(9267,1086,'_tax_class',''),(9268,1086,'_line_subtotal','76.8'),(9269,1086,'_line_subtotal_tax','0'),(9270,1086,'_line_total','76.8'),(9271,1086,'_line_tax','0'),(9272,1086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9273,1087,'_product_id','41'),(9274,1087,'_variation_id','0'),(9275,1087,'_qty','6'),(9276,1087,'_tax_class',''),(9277,1087,'_line_subtotal','342.72'),(9278,1087,'_line_subtotal_tax','0'),(9279,1087,'_line_total','342.72'),(9280,1087,'_line_tax','0'),(9281,1087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9282,1088,'_product_id','118'),(9283,1088,'_variation_id','0'),(9284,1088,'_qty','1'),(9285,1088,'_tax_class',''),(9286,1088,'_line_subtotal','168'),(9287,1088,'_line_subtotal_tax','0'),(9288,1088,'_line_total','168'),(9289,1088,'_line_tax','0'),(9290,1088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9291,1089,'_product_id','93'),(9292,1089,'_variation_id','0'),(9293,1089,'_qty','10'),(9294,1089,'_tax_class',''),(9295,1089,'_line_subtotal','0'),(9296,1089,'_line_subtotal_tax','0'),(9297,1089,'_line_total','0'),(9298,1089,'_line_tax','0'),(9299,1089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9300,1090,'method_id','free_shipping'),(9301,1090,'instance_id','2'),(9302,1090,'cost','0.00'),(9303,1090,'total_tax','0'),(9304,1090,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9305,1090,'Items','Active Rinse 16oz(Case of 16) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Active Rise 100% &times; 10'),(9306,1091,'_product_id','38'),(9307,1091,'_variation_id','0'),(9308,1091,'_qty','1'),(9309,1091,'_tax_class',''),(9310,1091,'_line_subtotal','179.2'),(9311,1091,'_line_subtotal_tax','0'),(9312,1091,'_line_total','179.2'),(9313,1091,'_line_tax','0'),(9314,1091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9315,1092,'_product_id','44'),(9316,1092,'_variation_id','0'),(9317,1092,'_qty','2'),(9318,1092,'_tax_class',''),(9319,1092,'_line_subtotal','211.2'),(9320,1092,'_line_subtotal_tax','0'),(9321,1092,'_line_total','211.2'),(9322,1092,'_line_tax','0'),(9323,1092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9324,1093,'_product_id','41'),(9325,1093,'_variation_id','0'),(9326,1093,'_qty','2'),(9327,1093,'_tax_class',''),(9328,1093,'_line_subtotal','114.24'),(9329,1093,'_line_subtotal_tax','0'),(9330,1093,'_line_total','114.24'),(9331,1093,'_line_tax','0'),(9332,1093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9333,1094,'_product_id','45'),(9334,1094,'_variation_id','0'),(9335,1094,'_qty','1'),(9336,1094,'_tax_class',''),(9337,1094,'_line_subtotal','38.4'),(9338,1094,'_line_subtotal_tax','0'),(9339,1094,'_line_total','38.4'),(9340,1094,'_line_tax','0'),(9341,1094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9342,1095,'_product_id','99'),(9343,1095,'_variation_id','0'),(9344,1095,'_qty','2'),(9345,1095,'_tax_class',''),(9346,1095,'_line_subtotal','0'),(9347,1095,'_line_subtotal_tax','0'),(9348,1095,'_line_total','0'),(9349,1095,'_line_tax','0'),(9350,1095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9351,1096,'_product_id','97'),(9352,1096,'_variation_id','0'),(9353,1096,'_qty','2'),(9354,1096,'_tax_class',''),(9355,1096,'_line_subtotal','0'),(9356,1096,'_line_subtotal_tax','0'),(9357,1096,'_line_total','0'),(9358,1096,'_line_tax','0'),(9359,1096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9360,1097,'_product_id','93'),(9361,1097,'_variation_id','0'),(9362,1097,'_qty','1'),(9363,1097,'_tax_class',''),(9364,1097,'_line_subtotal','0'),(9365,1097,'_line_subtotal_tax','0'),(9366,1097,'_line_total','0'),(9367,1097,'_line_tax','0'),(9368,1097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9369,1098,'method_id','free_shipping'),(9370,1098,'instance_id','2'),(9371,1098,'cost','0.00'),(9372,1098,'total_tax','0'),(9373,1098,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9374,1098,'Items','Active Rinse 16oz(Case of 16) &times; 1, Preventive Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Active Rise 100% &times; 1'),(9375,1099,'_product_id','93'),(9376,1099,'_variation_id','0'),(9377,1099,'_qty','9'),(9378,1099,'_tax_class',''),(9379,1099,'_line_subtotal','0'),(9380,1099,'_line_subtotal_tax','0'),(9381,1099,'_line_total','0'),(9382,1099,'_line_tax','0'),(9383,1099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9384,1100,'_product_id','45'),(9385,1100,'_variation_id','0'),(9386,1100,'_qty','2'),(9387,1100,'_tax_class',''),(9388,1100,'_line_subtotal','76.8'),(9389,1100,'_line_subtotal_tax','0'),(9390,1100,'_line_total','76.8'),(9391,1100,'_line_tax','0'),(9392,1100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9393,1101,'_product_id','99'),(9394,1101,'_variation_id','0'),(9395,1101,'_qty','2'),(9396,1101,'_tax_class',''),(9397,1101,'_line_subtotal','0'),(9398,1101,'_line_subtotal_tax','0'),(9399,1101,'_line_total','0'),(9400,1101,'_line_tax','0'),(9401,1101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9402,1102,'_product_id','97'),(9403,1102,'_variation_id','0'),(9404,1102,'_qty','2'),(9405,1102,'_tax_class',''),(9406,1102,'_line_subtotal','0'),(9407,1102,'_line_subtotal_tax','0'),(9408,1102,'_line_total','0'),(9409,1102,'_line_tax','0'),(9410,1102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9411,1103,'_product_id','148'),(9412,1103,'_variation_id','0'),(9413,1103,'_qty','4'),(9414,1103,'_tax_class',''),(9415,1103,'_line_subtotal','30'),(9416,1103,'_line_subtotal_tax','0'),(9417,1103,'_line_total','30'),(9418,1103,'_line_tax','0'),(9419,1103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9420,1104,'method_id','fedex'),(9421,1104,'instance_id','1'),(9422,1104,'cost','50.21'),(9423,1104,'total_tax','0'),(9424,1104,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9425,1104,'Package 1','17 × 14 × 10 (in) 40.7lbs × 1'),(9426,1104,'Package 2','17 × 14 × 10 (in) 27.85lbs × 1'),(9427,1105,'_product_id','38'),(9428,1105,'_variation_id','0'),(9429,1105,'_qty','2'),(9430,1105,'_tax_class',''),(9431,1105,'_line_subtotal','358.4'),(9432,1105,'_line_subtotal_tax','0'),(9433,1105,'_line_total','358.4'),(9434,1105,'_line_tax','0'),(9435,1105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9436,1106,'_product_id','41'),(9437,1106,'_variation_id','0'),(9438,1106,'_qty','3'),(9439,1106,'_tax_class',''),(9440,1106,'_line_subtotal','171.36'),(9441,1106,'_line_subtotal_tax','0'),(9442,1106,'_line_total','171.36'),(9443,1106,'_line_tax','0'),(9444,1106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9445,1107,'_product_id','43'),(9446,1107,'_variation_id','0'),(9447,1107,'_qty','2'),(9448,1107,'_tax_class',''),(9449,1107,'_line_subtotal','144'),(9450,1107,'_line_subtotal_tax','0'),(9451,1107,'_line_total','144'),(9452,1107,'_line_tax','0'),(9453,1107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9454,1108,'_product_id','93'),(9455,1108,'_variation_id','0'),(9456,1108,'_qty','6'),(9457,1108,'_tax_class',''),(9458,1108,'_line_subtotal','0'),(9459,1108,'_line_subtotal_tax','0'),(9460,1108,'_line_total','0'),(9461,1108,'_line_tax','0'),(9462,1108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9463,1109,'_product_id','45'),(9464,1109,'_variation_id','0'),(9465,1109,'_qty','2'),(9466,1109,'_tax_class',''),(9467,1109,'_line_subtotal','76.8'),(9468,1109,'_line_subtotal_tax','0'),(9469,1109,'_line_total','76.8'),(9470,1109,'_line_tax','0'),(9471,1109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9472,1110,'_product_id','39'),(9473,1110,'_variation_id','0'),(9474,1110,'_qty','1'),(9475,1110,'_tax_class',''),(9476,1110,'_line_subtotal','72'),(9477,1110,'_line_subtotal_tax','0'),(9478,1110,'_line_total','72'),(9479,1110,'_line_tax','0'),(9480,1110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9481,1111,'_product_id','40'),(9482,1111,'_variation_id','0'),(9483,1111,'_qty','1'),(9484,1111,'_tax_class',''),(9485,1111,'_line_subtotal','72'),(9486,1111,'_line_subtotal_tax','0'),(9487,1111,'_line_total','72'),(9488,1111,'_line_tax','0'),(9489,1111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9490,1112,'_product_id','49'),(9491,1112,'_variation_id','0'),(9492,1112,'_qty','1'),(9493,1112,'_tax_class',''),(9494,1112,'_line_subtotal','72'),(9495,1112,'_line_subtotal_tax','0'),(9496,1112,'_line_total','72'),(9497,1112,'_line_tax','0'),(9498,1112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9499,1113,'method_id','free_shipping'),(9500,1113,'instance_id','2'),(9501,1113,'cost','0.00'),(9502,1113,'total_tax','0'),(9503,1113,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9504,1113,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(9505,1114,'_product_id','23'),(9506,1114,'_variation_id','0'),(9507,1114,'_qty','2'),(9508,1114,'_tax_class',''),(9509,1114,'_line_subtotal','144'),(9510,1114,'_line_subtotal_tax','0'),(9511,1114,'_line_total','144'),(9512,1114,'_line_tax','0'),(9513,1114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9514,1115,'_product_id','38'),(9515,1115,'_variation_id','0'),(9516,1115,'_qty','2'),(9517,1115,'_tax_class',''),(9518,1115,'_line_subtotal','358.4'),(9519,1115,'_line_subtotal_tax','0'),(9520,1115,'_line_total','358.4'),(9521,1115,'_line_tax','0'),(9522,1115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9523,1116,'_product_id','41'),(9524,1116,'_variation_id','0'),(9525,1116,'_qty','3'),(9526,1116,'_tax_class',''),(9527,1116,'_line_subtotal','171.36'),(9528,1116,'_line_subtotal_tax','0'),(9529,1116,'_line_total','171.36'),(9530,1116,'_line_tax','0'),(9531,1116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9532,1117,'_product_id','43'),(9533,1117,'_variation_id','0'),(9534,1117,'_qty','2'),(9535,1117,'_tax_class',''),(9536,1117,'_line_subtotal','144'),(9537,1117,'_line_subtotal_tax','0'),(9538,1117,'_line_total','144'),(9539,1117,'_line_tax','0'),(9540,1117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9541,1118,'_product_id','120'),(9542,1118,'_variation_id','0'),(9543,1118,'_qty','1'),(9544,1118,'_tax_class',''),(9545,1118,'_line_subtotal','48'),(9546,1118,'_line_subtotal_tax','0'),(9547,1118,'_line_total','48'),(9548,1118,'_line_tax','0'),(9549,1118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9550,1119,'_product_id','49'),(9551,1119,'_variation_id','0'),(9552,1119,'_qty','2'),(9553,1119,'_tax_class',''),(9554,1119,'_line_subtotal','144'),(9555,1119,'_line_subtotal_tax','0'),(9556,1119,'_line_total','144'),(9557,1119,'_line_tax','0'),(9558,1119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9559,1120,'method_id','free_shipping'),(9560,1120,'instance_id','2'),(9561,1120,'cost','0.00'),(9562,1120,'total_tax','0'),(9563,1120,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9564,1120,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(9565,1121,'_product_id','45'),(9566,1121,'_variation_id','0'),(9567,1121,'_qty','4'),(9568,1121,'_tax_class',''),(9569,1121,'_line_subtotal','153.6'),(9570,1121,'_line_subtotal_tax','0'),(9571,1121,'_line_total','153.6'),(9572,1121,'_line_tax','0'),(9573,1121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9574,1122,'_product_id','41'),(9575,1122,'_variation_id','0'),(9576,1122,'_qty','6'),(9577,1122,'_tax_class',''),(9578,1122,'_line_subtotal','342.72'),(9579,1122,'_line_subtotal_tax','0'),(9580,1122,'_line_total','342.72'),(9581,1122,'_line_tax','0'),(9582,1122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9583,1123,'_product_id','49'),(9584,1123,'_variation_id','0'),(9585,1123,'_qty','3'),(9586,1123,'_tax_class',''),(9587,1123,'_line_subtotal','216'),(9588,1123,'_line_subtotal_tax','0'),(9589,1123,'_line_total','216'),(9590,1123,'_line_tax','0'),(9591,1123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9592,1124,'_product_id','133'),(9593,1124,'_variation_id','0'),(9594,1124,'_qty','2'),(9595,1124,'_tax_class',''),(9596,1124,'_line_subtotal','26'),(9597,1124,'_line_subtotal_tax','0'),(9598,1124,'_line_total','26'),(9599,1124,'_line_tax','0'),(9600,1124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9601,1125,'_product_id','23'),(9602,1125,'_variation_id','0'),(9603,1125,'_qty','4'),(9604,1125,'_tax_class',''),(9605,1125,'_line_subtotal','288'),(9606,1125,'_line_subtotal_tax','0'),(9607,1125,'_line_total','288'),(9608,1125,'_line_tax','0'),(9609,1125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9610,1126,'_product_id','44'),(9611,1126,'_variation_id','0'),(9612,1126,'_qty','1'),(9613,1126,'_tax_class',''),(9614,1126,'_line_subtotal','105.6'),(9615,1126,'_line_subtotal_tax','0'),(9616,1126,'_line_total','105.6'),(9617,1126,'_line_tax','0'),(9618,1126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9619,1127,'_product_id','93'),(9620,1127,'_variation_id','0'),(9621,1127,'_qty','20'),(9622,1127,'_tax_class',''),(9623,1127,'_line_subtotal','0'),(9624,1127,'_line_subtotal_tax','0'),(9625,1127,'_line_total','0'),(9626,1127,'_line_tax','0'),(9627,1127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9628,1128,'method_id','free_shipping'),(9629,1128,'instance_id','2'),(9630,1128,'cost','0.00'),(9631,1128,'total_tax','0'),(9632,1128,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9633,1128,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 6, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Disposable Head Bands &times; 2, Active Rinse 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Bulk Active Rise 100% &times; 20'),(9634,1129,'_product_id','38'),(9635,1129,'_variation_id','0'),(9636,1129,'_qty','3'),(9637,1129,'_tax_class',''),(9638,1129,'_line_subtotal','537.6'),(9639,1129,'_line_subtotal_tax','0'),(9640,1129,'_line_total','537.6'),(9641,1129,'_line_tax','0'),(9642,1129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9643,1130,'_product_id','23'),(9644,1130,'_variation_id','0'),(9645,1130,'_qty','2'),(9646,1130,'_tax_class',''),(9647,1130,'_line_subtotal','144'),(9648,1130,'_line_subtotal_tax','0'),(9649,1130,'_line_total','144'),(9650,1130,'_line_tax','0'),(9651,1130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9652,1131,'_product_id','41'),(9653,1131,'_variation_id','0'),(9654,1131,'_qty','2'),(9655,1131,'_tax_class',''),(9656,1131,'_line_subtotal','114.24'),(9657,1131,'_line_subtotal_tax','0'),(9658,1131,'_line_total','114.24'),(9659,1131,'_line_tax','0'),(9660,1131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9661,1132,'_product_id','93'),(9662,1132,'_variation_id','0'),(9663,1132,'_qty','10'),(9664,1132,'_tax_class',''),(9665,1132,'_line_subtotal','0'),(9666,1132,'_line_subtotal_tax','0'),(9667,1132,'_line_total','0'),(9668,1132,'_line_tax','0'),(9669,1132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9670,1133,'_product_id','135'),(9671,1133,'_variation_id','0'),(9672,1133,'_qty','9'),(9673,1133,'_tax_class',''),(9674,1133,'_line_subtotal','20.25'),(9675,1133,'_line_subtotal_tax','0'),(9676,1133,'_line_total','20.25'),(9677,1133,'_line_tax','0'),(9678,1133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9679,1134,'_product_id','43'),(9680,1134,'_variation_id','0'),(9681,1134,'_qty','2'),(9682,1134,'_tax_class',''),(9683,1134,'_line_subtotal','144'),(9684,1134,'_line_subtotal_tax','0'),(9685,1134,'_line_total','144'),(9686,1134,'_line_tax','0'),(9687,1134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9688,1135,'method_id','fedex'),(9689,1135,'instance_id','1'),(9690,1135,'cost','123.95'),(9691,1135,'total_tax','0'),(9692,1135,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9693,1135,'Package 1','17 × 14 × 10 (in) 41.65lbs × 1'),(9694,1135,'Package 2','14 × 14 × 14 (in) 28.1lbs × 1'),(9695,1135,'Package 3','14 × 14 × 14 (in) 28.1lbs × 1'),(9696,1135,'Package 4','14 × 14 × 14 (in) 19.5lbs × 1'),(9740,1141,'_product_id','93'),(9741,1141,'_variation_id','0'),(9742,1141,'_qty','6'),(9743,1141,'_tax_class',''),(9744,1141,'_line_subtotal','0'),(9745,1141,'_line_subtotal_tax','0'),(9746,1141,'_line_total','0'),(9747,1141,'_line_tax','0'),(9748,1141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9749,1142,'_product_id','40'),(9750,1142,'_variation_id','0'),(9751,1142,'_qty','2'),(9752,1142,'_tax_class',''),(9753,1142,'_line_subtotal','144'),(9754,1142,'_line_subtotal_tax','0'),(9755,1142,'_line_total','144'),(9756,1142,'_line_tax','0'),(9757,1142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9758,1143,'_product_id','23'),(9759,1143,'_variation_id','0'),(9760,1143,'_qty','2'),(9761,1143,'_tax_class',''),(9762,1143,'_line_subtotal','144'),(9763,1143,'_line_subtotal_tax','0'),(9764,1143,'_line_total','144'),(9765,1143,'_line_tax','0'),(9766,1143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9767,1144,'_product_id','39'),(9768,1144,'_variation_id','0'),(9769,1144,'_qty','2'),(9770,1144,'_tax_class',''),(9771,1144,'_line_subtotal','144'),(9772,1144,'_line_subtotal_tax','0'),(9773,1144,'_line_total','144'),(9774,1144,'_line_tax','0'),(9775,1144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9776,1145,'method_id','fedex'),(9777,1145,'instance_id','1'),(9778,1145,'cost','42.27'),(9779,1145,'total_tax','0'),(9780,1145,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9781,1145,'Package 1','17 × 14 × 10 (in) 40.15lbs × 1'),(9782,1145,'Package 2','17 × 14 × 10 (in) 19.05lbs × 1'),(9783,1146,'_product_id','23'),(9784,1146,'_variation_id','0'),(9785,1146,'_qty','2'),(9786,1146,'_tax_class',''),(9787,1146,'_line_subtotal','144'),(9788,1146,'_line_subtotal_tax','0'),(9789,1146,'_line_total','144'),(9790,1146,'_line_tax','0'),(9791,1146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9792,1147,'_product_id','38'),(9793,1147,'_variation_id','0'),(9794,1147,'_qty','2'),(9795,1147,'_tax_class',''),(9796,1147,'_line_subtotal','358.4'),(9797,1147,'_line_subtotal_tax','0'),(9798,1147,'_line_total','358.4'),(9799,1147,'_line_tax','0'),(9800,1147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9801,1148,'_product_id','42'),(9802,1148,'_variation_id','0'),(9803,1148,'_qty','1'),(9804,1148,'_tax_class',''),(9805,1148,'_line_subtotal','72'),(9806,1148,'_line_subtotal_tax','0'),(9807,1148,'_line_total','72'),(9808,1148,'_line_tax','0'),(9809,1148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9810,1149,'_product_id','41'),(9811,1149,'_variation_id','0'),(9812,1149,'_qty','3'),(9813,1149,'_tax_class',''),(9814,1149,'_line_subtotal','171.36'),(9815,1149,'_line_subtotal_tax','0'),(9816,1149,'_line_total','171.36'),(9817,1149,'_line_tax','0'),(9818,1149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9819,1150,'_product_id','51'),(9820,1150,'_variation_id','0'),(9821,1150,'_qty','1'),(9822,1150,'_tax_class',''),(9823,1150,'_line_subtotal','134.4'),(9824,1150,'_line_subtotal_tax','0'),(9825,1150,'_line_total','134.4'),(9826,1150,'_line_tax','0'),(9827,1150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9828,1151,'_product_id','43'),(9829,1151,'_variation_id','0'),(9830,1151,'_qty','1'),(9831,1151,'_tax_class',''),(9832,1151,'_line_subtotal','72'),(9833,1151,'_line_subtotal_tax','0'),(9834,1151,'_line_total','72'),(9835,1151,'_line_tax','0'),(9836,1151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9837,1152,'_product_id','49'),(9838,1152,'_variation_id','0'),(9839,1152,'_qty','1'),(9840,1152,'_tax_class',''),(9841,1152,'_line_subtotal','72'),(9842,1152,'_line_subtotal_tax','0'),(9843,1152,'_line_total','72'),(9844,1152,'_line_tax','0'),(9845,1152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9846,1153,'method_id','free_shipping'),(9847,1153,'instance_id','2'),(9848,1153,'cost','0.00'),(9849,1153,'total_tax','0'),(9850,1153,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9851,1153,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(9852,1154,'_product_id','41'),(9853,1154,'_variation_id','0'),(9854,1154,'_qty','3'),(9855,1154,'_tax_class',''),(9856,1154,'_line_subtotal','171.36'),(9857,1154,'_line_subtotal_tax','0'),(9858,1154,'_line_total','171.36'),(9859,1154,'_line_tax','0'),(9860,1154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9861,1155,'_product_id','44'),(9862,1155,'_variation_id','0'),(9863,1155,'_qty','1'),(9864,1155,'_tax_class',''),(9865,1155,'_line_subtotal','105.6'),(9866,1155,'_line_subtotal_tax','0'),(9867,1155,'_line_total','105.6'),(9868,1155,'_line_tax','0'),(9869,1155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9870,1156,'_product_id','51'),(9871,1156,'_variation_id','0'),(9872,1156,'_qty','2'),(9873,1156,'_tax_class',''),(9874,1156,'_line_subtotal','268.8'),(9875,1156,'_line_subtotal_tax','0'),(9876,1156,'_line_total','268.8'),(9877,1156,'_line_tax','0'),(9878,1156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9879,1157,'method_id','free_shipping'),(9880,1157,'instance_id','2'),(9881,1157,'cost','0.00'),(9882,1157,'total_tax','0'),(9883,1157,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9884,1157,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2'),(9885,1158,'_product_id','41'),(9886,1158,'_variation_id','0'),(9887,1158,'_qty','1'),(9888,1158,'_tax_class',''),(9889,1158,'_line_subtotal','57.12'),(9890,1158,'_line_subtotal_tax','0'),(9891,1158,'_line_total','57.12'),(9892,1158,'_line_tax','0'),(9893,1158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9894,1159,'_product_id','95'),(9895,1159,'_variation_id','0'),(9896,1159,'_qty','10'),(9897,1159,'_tax_class',''),(9898,1159,'_line_subtotal','0'),(9899,1159,'_line_subtotal_tax','0'),(9900,1159,'_line_total','0'),(9901,1159,'_line_tax','0'),(9902,1159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9903,1160,'_product_id','99'),(9904,1160,'_variation_id','0'),(9905,1160,'_qty','2'),(9906,1160,'_tax_class',''),(9907,1160,'_line_subtotal','0'),(9908,1160,'_line_subtotal_tax','0'),(9909,1160,'_line_total','0'),(9910,1160,'_line_tax','0'),(9911,1160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9912,1161,'method_id','fedex'),(9913,1161,'instance_id','1'),(9914,1161,'cost','22.51'),(9915,1161,'total_tax','0'),(9916,1161,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9917,1161,'Package 1','17 × 14 × 10 (in) 40.6lbs × 1'),(9918,1162,'_product_id','41'),(9919,1162,'_variation_id','0'),(9920,1162,'_qty','1'),(9921,1162,'_tax_class',''),(9922,1162,'_line_subtotal','57.12'),(9923,1162,'_line_subtotal_tax','0'),(9924,1162,'_line_total','57.12'),(9925,1162,'_line_tax','0'),(9926,1162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9927,1163,'_product_id','43'),(9928,1163,'_variation_id','0'),(9929,1163,'_qty','1'),(9930,1163,'_tax_class',''),(9931,1163,'_line_subtotal','72'),(9932,1163,'_line_subtotal_tax','0'),(9933,1163,'_line_total','72'),(9934,1163,'_line_tax','0'),(9935,1163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9936,1164,'_product_id','49'),(9937,1164,'_variation_id','0'),(9938,1164,'_qty','1'),(9939,1164,'_tax_class',''),(9940,1164,'_line_subtotal','72'),(9941,1164,'_line_subtotal_tax','0'),(9942,1164,'_line_total','72'),(9943,1164,'_line_tax','0'),(9944,1164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9945,1165,'_product_id','44'),(9946,1165,'_variation_id','0'),(9947,1165,'_qty','1'),(9948,1165,'_tax_class',''),(9949,1165,'_line_subtotal','105.6'),(9950,1165,'_line_subtotal_tax','0'),(9951,1165,'_line_total','105.6'),(9952,1165,'_line_tax','0'),(9953,1165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9954,1166,'_product_id','39'),(9955,1166,'_variation_id','0'),(9956,1166,'_qty','1'),(9957,1166,'_tax_class',''),(9958,1166,'_line_subtotal','72'),(9959,1166,'_line_subtotal_tax','0'),(9960,1166,'_line_total','72'),(9961,1166,'_line_tax','0'),(9962,1166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9963,1167,'_product_id','138'),(9964,1167,'_variation_id','0'),(9965,1167,'_qty','13'),(9966,1167,'_tax_class',''),(9967,1167,'_line_subtotal','58.5'),(9968,1167,'_line_subtotal_tax','0'),(9969,1167,'_line_total','58.5'),(9970,1167,'_line_tax','0'),(9971,1167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9972,1168,'_product_id','148'),(9973,1168,'_variation_id','0'),(9974,1168,'_qty','12'),(9975,1168,'_tax_class',''),(9976,1168,'_line_subtotal','90'),(9977,1168,'_line_subtotal_tax','0'),(9978,1168,'_line_total','90'),(9979,1168,'_line_tax','0'),(9980,1168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9981,1169,'method_id','free_shipping'),(9982,1169,'instance_id','2'),(9983,1169,'cost','0.00'),(9984,1169,'total_tax','0'),(9985,1169,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(9986,1169,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, The Wet Brush Squirt &times; 13, Disney Wet Brush &times; 12'),(9987,1170,'_product_id','93'),(9988,1170,'_variation_id','0'),(9989,1170,'_qty','10'),(9990,1170,'_tax_class',''),(9991,1170,'_line_subtotal','0'),(9992,1170,'_line_subtotal_tax','0'),(9993,1170,'_line_total','0'),(9994,1170,'_line_tax','0'),(9995,1170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(9996,1171,'_product_id','39'),(9997,1171,'_variation_id','0'),(9998,1171,'_qty','2'),(9999,1171,'_tax_class',''),(10000,1171,'_line_subtotal','144'),(10001,1171,'_line_subtotal_tax','0'),(10002,1171,'_line_total','144'),(10003,1171,'_line_tax','0'),(10004,1171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10005,1172,'_product_id','40'),(10006,1172,'_variation_id','0'),(10007,1172,'_qty','1'),(10008,1172,'_tax_class',''),(10009,1172,'_line_subtotal','72'),(10010,1172,'_line_subtotal_tax','0'),(10011,1172,'_line_total','72'),(10012,1172,'_line_tax','0'),(10013,1172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10014,1173,'_product_id','42'),(10015,1173,'_variation_id','0'),(10016,1173,'_qty','2'),(10017,1173,'_tax_class',''),(10018,1173,'_line_subtotal','144'),(10019,1173,'_line_subtotal_tax','0'),(10020,1173,'_line_total','144'),(10021,1173,'_line_tax','0'),(10022,1173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10023,1174,'_product_id','43'),(10024,1174,'_variation_id','0'),(10025,1174,'_qty','3'),(10026,1174,'_tax_class',''),(10027,1174,'_line_subtotal','216'),(10028,1174,'_line_subtotal_tax','0'),(10029,1174,'_line_total','216'),(10030,1174,'_line_tax','0'),(10031,1174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10032,1175,'method_id','free_shipping'),(10033,1175,'instance_id','2'),(10034,1175,'cost','0.00'),(10035,1175,'total_tax','0'),(10036,1175,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10037,1175,'Items','Bulk Active Rise 100% &times; 10, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3'),(10038,1176,'_product_id','39'),(10039,1176,'_variation_id','0'),(10040,1176,'_qty','2'),(10041,1176,'_tax_class',''),(10042,1176,'_line_subtotal','144'),(10043,1176,'_line_subtotal_tax','0'),(10044,1176,'_line_total','144'),(10045,1176,'_line_tax','0'),(10046,1176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10047,1177,'_product_id','40'),(10048,1177,'_variation_id','0'),(10049,1177,'_qty','2'),(10050,1177,'_tax_class',''),(10051,1177,'_line_subtotal','144'),(10052,1177,'_line_subtotal_tax','0'),(10053,1177,'_line_total','144'),(10054,1177,'_line_tax','0'),(10055,1177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10056,1178,'_product_id','43'),(10057,1178,'_variation_id','0'),(10058,1178,'_qty','3'),(10059,1178,'_tax_class',''),(10060,1178,'_line_subtotal','216'),(10061,1178,'_line_subtotal_tax','0'),(10062,1178,'_line_total','216'),(10063,1178,'_line_tax','0'),(10064,1178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10065,1179,'_product_id','93'),(10066,1179,'_variation_id','0'),(10067,1179,'_qty','10'),(10068,1179,'_tax_class',''),(10069,1179,'_line_subtotal','0'),(10070,1179,'_line_subtotal_tax','0'),(10071,1179,'_line_total','0'),(10072,1179,'_line_tax','0'),(10073,1179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10074,1180,'method_id','free_shipping'),(10075,1180,'instance_id','2'),(10076,1180,'cost','0.00'),(10077,1180,'total_tax','0'),(10078,1180,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10079,1180,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rise 100% &times; 10'),(10080,1181,'_product_id','43'),(10081,1181,'_variation_id','0'),(10082,1181,'_qty','3'),(10083,1181,'_tax_class',''),(10084,1181,'_line_subtotal','216'),(10085,1181,'_line_subtotal_tax','0'),(10086,1181,'_line_total','216'),(10087,1181,'_line_tax','0'),(10088,1181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10089,1182,'_product_id','42'),(10090,1182,'_variation_id','0'),(10091,1182,'_qty','2'),(10092,1182,'_tax_class',''),(10093,1182,'_line_subtotal','144'),(10094,1182,'_line_subtotal_tax','0'),(10095,1182,'_line_total','144'),(10096,1182,'_line_tax','0'),(10097,1182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10098,1183,'_product_id','40'),(10099,1183,'_variation_id','0'),(10100,1183,'_qty','1'),(10101,1183,'_tax_class',''),(10102,1183,'_line_subtotal','72'),(10103,1183,'_line_subtotal_tax','0'),(10104,1183,'_line_total','72'),(10105,1183,'_line_tax','0'),(10106,1183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10107,1184,'_product_id','39'),(10108,1184,'_variation_id','0'),(10109,1184,'_qty','1'),(10110,1184,'_tax_class',''),(10111,1184,'_line_subtotal','72'),(10112,1184,'_line_subtotal_tax','0'),(10113,1184,'_line_total','72'),(10114,1184,'_line_tax','0'),(10115,1184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10116,1185,'_product_id','93'),(10117,1185,'_variation_id','0'),(10118,1185,'_qty','10'),(10119,1185,'_tax_class',''),(10120,1185,'_line_subtotal','0'),(10121,1185,'_line_subtotal_tax','0'),(10122,1185,'_line_total','0'),(10123,1185,'_line_tax','0'),(10124,1185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10125,1186,'method_id','free_shipping'),(10126,1186,'instance_id','2'),(10127,1186,'cost','0.00'),(10128,1186,'total_tax','0'),(10129,1186,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10130,1186,'Items','Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Bulk Active Rise 100% &times; 10'),(10131,1187,'_product_id','93'),(10132,1187,'_variation_id','0'),(10133,1187,'_qty','1'),(10134,1187,'_tax_class',''),(10135,1187,'_line_subtotal','0'),(10136,1187,'_line_subtotal_tax','0'),(10137,1187,'_line_total','0'),(10138,1187,'_line_tax','0'),(10139,1187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10140,1188,'method_id','fedex'),(10141,1188,'instance_id','1'),(10142,1188,'cost','10.18'),(10143,1188,'total_tax','0'),(10144,1188,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10145,1188,'Package 1','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(10206,1196,'_product_id','93'),(10207,1196,'_variation_id','0'),(10208,1196,'_qty','21'),(10209,1196,'_tax_class',''),(10210,1196,'_line_subtotal','0'),(10211,1196,'_line_subtotal_tax','0'),(10212,1196,'_line_total','0'),(10213,1196,'_line_tax','0'),(10214,1196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10215,1197,'_product_id','45'),(10216,1197,'_variation_id','0'),(10217,1197,'_qty','8'),(10218,1197,'_tax_class',''),(10219,1197,'_line_subtotal','307.2'),(10220,1197,'_line_subtotal_tax','0'),(10221,1197,'_line_total','307.2'),(10222,1197,'_line_tax','0'),(10223,1197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10224,1198,'_product_id','49'),(10225,1198,'_variation_id','0'),(10226,1198,'_qty','3'),(10227,1198,'_tax_class',''),(10228,1198,'_line_subtotal','216'),(10229,1198,'_line_subtotal_tax','0'),(10230,1198,'_line_total','216'),(10231,1198,'_line_tax','0'),(10232,1198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10233,1199,'method_id','free_shipping'),(10234,1199,'instance_id','2'),(10235,1199,'cost','0.00'),(10236,1199,'total_tax','0'),(10237,1199,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10238,1199,'Items','Bulk Active Rise 100% &times; 21, Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(10239,1200,'_product_id','42'),(10240,1200,'_variation_id','0'),(10241,1200,'_qty','1'),(10242,1200,'_tax_class',''),(10243,1200,'_line_subtotal','72'),(10244,1200,'_line_subtotal_tax','0'),(10245,1200,'_line_total','72'),(10246,1200,'_line_tax','0'),(10247,1200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10248,1201,'_product_id','45'),(10249,1201,'_variation_id','0'),(10250,1201,'_qty','1'),(10251,1201,'_tax_class',''),(10252,1201,'_line_subtotal','38.4'),(10253,1201,'_line_subtotal_tax','0'),(10254,1201,'_line_total','38.4'),(10255,1201,'_line_tax','0'),(10256,1201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10257,1202,'_product_id','49'),(10258,1202,'_variation_id','0'),(10259,1202,'_qty','1'),(10260,1202,'_tax_class',''),(10261,1202,'_line_subtotal','72'),(10262,1202,'_line_subtotal_tax','0'),(10263,1202,'_line_total','72'),(10264,1202,'_line_tax','0'),(10265,1202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10266,1203,'_product_id','93'),(10267,1203,'_variation_id','0'),(10268,1203,'_qty','20'),(10269,1203,'_tax_class',''),(10270,1203,'_line_subtotal','0'),(10271,1203,'_line_subtotal_tax','0'),(10272,1203,'_line_total','0'),(10273,1203,'_line_tax','0'),(10274,1203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10275,1204,'_product_id','131'),(10276,1204,'_variation_id','0'),(10277,1204,'_qty','1'),(10278,1204,'_tax_class',''),(10279,1204,'_line_subtotal','11.5'),(10280,1204,'_line_subtotal_tax','0'),(10281,1204,'_line_total','11.5'),(10282,1204,'_line_tax','0'),(10283,1204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10284,1205,'method_id','fedex'),(10285,1205,'instance_id','1'),(10286,1205,'cost','33.58'),(10287,1205,'total_tax','0'),(10288,1205,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10289,1205,'Package 1','17 × 14 × 10 (in) 38.55lbs × 1'),(10290,1205,'Package 2','17 × 14 × 10 (in) 28.95lbs × 1'),(10291,1206,'_product_id','23'),(10292,1206,'_variation_id','0'),(10293,1206,'_qty','3'),(10294,1206,'_tax_class',''),(10295,1206,'_line_subtotal','216'),(10296,1206,'_line_subtotal_tax','0'),(10297,1206,'_line_total','216'),(10298,1206,'_line_tax','0'),(10299,1206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10300,1207,'_product_id','38'),(10301,1207,'_variation_id','0'),(10302,1207,'_qty','2'),(10303,1207,'_tax_class',''),(10304,1207,'_line_subtotal','358.4'),(10305,1207,'_line_subtotal_tax','0'),(10306,1207,'_line_total','358.4'),(10307,1207,'_line_tax','0'),(10308,1207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10309,1208,'_product_id','39'),(10310,1208,'_variation_id','0'),(10311,1208,'_qty','1'),(10312,1208,'_tax_class',''),(10313,1208,'_line_subtotal','72'),(10314,1208,'_line_subtotal_tax','0'),(10315,1208,'_line_total','72'),(10316,1208,'_line_tax','0'),(10317,1208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10318,1209,'_product_id','43'),(10319,1209,'_variation_id','0'),(10320,1209,'_qty','3'),(10321,1209,'_tax_class',''),(10322,1209,'_line_subtotal','216'),(10323,1209,'_line_subtotal_tax','0'),(10324,1209,'_line_total','216'),(10325,1209,'_line_tax','0'),(10326,1209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10327,1210,'_product_id','49'),(10328,1210,'_variation_id','0'),(10329,1210,'_qty','3'),(10330,1210,'_tax_class',''),(10331,1210,'_line_subtotal','216'),(10332,1210,'_line_subtotal_tax','0'),(10333,1210,'_line_total','216'),(10334,1210,'_line_tax','0'),(10335,1210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10336,1211,'_product_id','93'),(10337,1211,'_variation_id','0'),(10338,1211,'_qty','4'),(10339,1211,'_tax_class',''),(10340,1211,'_line_subtotal','0'),(10341,1211,'_line_subtotal_tax','0'),(10342,1211,'_line_total','0'),(10343,1211,'_line_tax','0'),(10344,1211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10345,1212,'method_id','free_shipping'),(10346,1212,'instance_id','2'),(10347,1212,'cost','0.00'),(10348,1212,'total_tax','0'),(10349,1212,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10350,1212,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rise 100% &times; 4'),(10351,1213,'_product_id','93'),(10352,1213,'_variation_id','0'),(10353,1213,'_qty','80'),(10354,1213,'_tax_class',''),(10355,1213,'_line_subtotal','0'),(10356,1213,'_line_subtotal_tax','0'),(10357,1213,'_line_total','0'),(10358,1213,'_line_tax','0'),(10359,1213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10360,1214,'_product_id','42'),(10361,1214,'_variation_id','0'),(10362,1214,'_qty','4'),(10363,1214,'_tax_class',''),(10364,1214,'_line_subtotal','288'),(10365,1214,'_line_subtotal_tax','0'),(10366,1214,'_line_total','288'),(10367,1214,'_line_tax','0'),(10368,1214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10369,1215,'_product_id','45'),(10370,1215,'_variation_id','0'),(10371,1215,'_qty','3'),(10372,1215,'_tax_class',''),(10373,1215,'_line_subtotal','115.2'),(10374,1215,'_line_subtotal_tax','0'),(10375,1215,'_line_total','115.2'),(10376,1215,'_line_tax','0'),(10377,1215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10378,1216,'_product_id','41'),(10379,1216,'_variation_id','0'),(10380,1216,'_qty','5'),(10381,1216,'_tax_class',''),(10382,1216,'_line_subtotal','285.6'),(10383,1216,'_line_subtotal_tax','0'),(10384,1216,'_line_total','285.6'),(10385,1216,'_line_tax','0'),(10386,1216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10387,1217,'method_id','free_shipping'),(10388,1217,'instance_id','2'),(10389,1217,'cost','0.00'),(10390,1217,'total_tax','0'),(10391,1217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10392,1217,'Items','Bulk Active Rise 100% &times; 80, Comb-Out Mousse(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 5'),(10393,1218,'_product_id','23'),(10394,1218,'_variation_id','0'),(10395,1218,'_qty','3'),(10396,1218,'_tax_class',''),(10397,1218,'_line_subtotal','216'),(10398,1218,'_line_subtotal_tax','0'),(10399,1218,'_line_total','216'),(10400,1218,'_line_tax','0'),(10401,1218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10402,1219,'_product_id','41'),(10403,1219,'_variation_id','0'),(10404,1219,'_qty','3'),(10405,1219,'_tax_class',''),(10406,1219,'_line_subtotal','171.36'),(10407,1219,'_line_subtotal_tax','0'),(10408,1219,'_line_total','171.36'),(10409,1219,'_line_tax','0'),(10410,1219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10411,1220,'_product_id','93'),(10412,1220,'_variation_id','0'),(10413,1220,'_qty','4'),(10414,1220,'_tax_class',''),(10415,1220,'_line_subtotal','0'),(10416,1220,'_line_subtotal_tax','0'),(10417,1220,'_line_total','0'),(10418,1220,'_line_tax','0'),(10419,1220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10420,1221,'method_id','fedex'),(10421,1221,'instance_id','1'),(10422,1221,'cost','26.55'),(10423,1221,'total_tax','0'),(10424,1221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10425,1221,'Package 1','17 × 14 × 10 (in) 38.7lbs × 1'),(10426,1222,'_product_id','23'),(10427,1222,'_variation_id','0'),(10428,1222,'_qty','2'),(10429,1222,'_tax_class',''),(10430,1222,'_line_subtotal','144'),(10431,1222,'_line_subtotal_tax','0'),(10432,1222,'_line_total','144'),(10433,1222,'_line_tax','0'),(10434,1222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10435,1223,'_product_id','38'),(10436,1223,'_variation_id','0'),(10437,1223,'_qty','1'),(10438,1223,'_tax_class',''),(10439,1223,'_line_subtotal','179.2'),(10440,1223,'_line_subtotal_tax','0'),(10441,1223,'_line_total','179.2'),(10442,1223,'_line_tax','0'),(10443,1223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10444,1224,'_product_id','41'),(10445,1224,'_variation_id','0'),(10446,1224,'_qty','5'),(10447,1224,'_tax_class',''),(10448,1224,'_line_subtotal','285.6'),(10449,1224,'_line_subtotal_tax','0'),(10450,1224,'_line_total','285.6'),(10451,1224,'_line_tax','0'),(10452,1224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10453,1225,'_product_id','93'),(10454,1225,'_variation_id','0'),(10455,1225,'_qty','10'),(10456,1225,'_tax_class',''),(10457,1225,'_line_subtotal','0'),(10458,1225,'_line_subtotal_tax','0'),(10459,1225,'_line_total','0'),(10460,1225,'_line_tax','0'),(10461,1225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10462,1226,'_product_id','45'),(10463,1226,'_variation_id','0'),(10464,1226,'_qty','3'),(10465,1226,'_tax_class',''),(10466,1226,'_line_subtotal','115.2'),(10467,1226,'_line_subtotal_tax','0'),(10468,1226,'_line_total','115.2'),(10469,1226,'_line_tax','0'),(10470,1226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10471,1227,'_product_id','49'),(10472,1227,'_variation_id','0'),(10473,1227,'_qty','2'),(10474,1227,'_tax_class',''),(10475,1227,'_line_subtotal','144'),(10476,1227,'_line_subtotal_tax','0'),(10477,1227,'_line_total','144'),(10478,1227,'_line_tax','0'),(10479,1227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10480,1228,'_product_id','95'),(10481,1228,'_variation_id','0'),(10482,1228,'_qty','1'),(10483,1228,'_tax_class',''),(10484,1228,'_line_subtotal','0'),(10485,1228,'_line_subtotal_tax','0'),(10486,1228,'_line_total','0'),(10487,1228,'_line_tax','0'),(10488,1228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10489,1229,'_product_id','97'),(10490,1229,'_variation_id','0'),(10491,1229,'_qty','2'),(10492,1229,'_tax_class',''),(10493,1229,'_line_subtotal','0'),(10494,1229,'_line_subtotal_tax','0'),(10495,1229,'_line_total','0'),(10496,1229,'_line_tax','0'),(10497,1229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10498,1230,'method_id','free_shipping'),(10499,1230,'instance_id','2'),(10500,1230,'cost','0.00'),(10501,1230,'total_tax','0'),(10502,1230,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10503,1230,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Bulk Active Rise 100% &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 50/50 &times; 1, Bulk Detangling Spray 1 Gallon &times; 2'),(10575,1239,'_product_id','23'),(10576,1239,'_variation_id','0'),(10577,1239,'_qty','1'),(10578,1239,'_tax_class',''),(10579,1239,'_line_subtotal','72'),(10580,1239,'_line_subtotal_tax','0'),(10581,1239,'_line_total','72'),(10582,1239,'_line_tax','0'),(10583,1239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10584,1240,'_product_id','38'),(10585,1240,'_variation_id','0'),(10586,1240,'_qty','1'),(10587,1240,'_tax_class',''),(10588,1240,'_line_subtotal','179.2'),(10589,1240,'_line_subtotal_tax','0'),(10590,1240,'_line_total','179.2'),(10591,1240,'_line_tax','0'),(10592,1240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10593,1241,'_product_id','45'),(10594,1241,'_variation_id','0'),(10595,1241,'_qty','2'),(10596,1241,'_tax_class',''),(10597,1241,'_line_subtotal','76.8'),(10598,1241,'_line_subtotal_tax','0'),(10599,1241,'_line_total','76.8'),(10600,1241,'_line_tax','0'),(10601,1241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10602,1242,'_product_id','41'),(10603,1242,'_variation_id','0'),(10604,1242,'_qty','3'),(10605,1242,'_tax_class',''),(10606,1242,'_line_subtotal','171.36'),(10607,1242,'_line_subtotal_tax','0'),(10608,1242,'_line_total','171.36'),(10609,1242,'_line_tax','0'),(10610,1242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10611,1243,'_product_id','93'),(10612,1243,'_variation_id','0'),(10613,1243,'_qty','10'),(10614,1243,'_tax_class',''),(10615,1243,'_line_subtotal','0'),(10616,1243,'_line_subtotal_tax','0'),(10617,1243,'_line_total','0'),(10618,1243,'_line_tax','0'),(10619,1243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10620,1244,'_product_id','97'),(10621,1244,'_variation_id','0'),(10622,1244,'_qty','2'),(10623,1244,'_tax_class',''),(10624,1244,'_line_subtotal','0'),(10625,1244,'_line_subtotal_tax','0'),(10626,1244,'_line_total','0'),(10627,1244,'_line_tax','0'),(10628,1244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10629,1245,'_product_id','49'),(10630,1245,'_variation_id','0'),(10631,1245,'_qty','2'),(10632,1245,'_tax_class',''),(10633,1245,'_line_subtotal','144'),(10634,1245,'_line_subtotal_tax','0'),(10635,1245,'_line_total','144'),(10636,1245,'_line_tax','0'),(10637,1245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10638,1246,'method_id','fedex'),(10639,1246,'instance_id','1'),(10640,1246,'cost','56.13'),(10641,1246,'total_tax','0'),(10642,1246,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10643,1246,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(10644,1246,'Package 2','17 × 14 × 10 (in) 40.2lbs × 1'),(10645,1246,'Package 3','14 × 14 × 14 (in) 21.65lbs × 1'),(10646,1247,'_product_id','99'),(10647,1247,'_variation_id','0'),(10648,1247,'_qty','3'),(10649,1247,'_tax_class',''),(10650,1247,'_line_subtotal','0'),(10651,1247,'_line_subtotal_tax','0'),(10652,1247,'_line_total','0'),(10653,1247,'_line_tax','0'),(10654,1247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10655,1248,'_product_id','97'),(10656,1248,'_variation_id','0'),(10657,1248,'_qty','1'),(10658,1248,'_tax_class',''),(10659,1248,'_line_subtotal','0'),(10660,1248,'_line_subtotal_tax','0'),(10661,1248,'_line_total','0'),(10662,1248,'_line_tax','0'),(10663,1248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10664,1249,'_product_id','93'),(10665,1249,'_variation_id','0'),(10666,1249,'_qty','50'),(10667,1249,'_tax_class',''),(10668,1249,'_line_subtotal','0'),(10669,1249,'_line_subtotal_tax','0'),(10670,1249,'_line_total','0'),(10671,1249,'_line_tax','0'),(10672,1249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10673,1250,'method_id','fedex'),(10674,1250,'instance_id','1'),(10675,1250,'cost','152.45'),(10676,1250,'total_tax','0'),(10677,1250,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10678,1250,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(10679,1250,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(10680,1250,'Package 3','17 × 14 × 10 (in) 41.85lbs × 1'),(10681,1250,'Package 4','17 × 14 × 10 (in) 18.2lbs × 1'),(10682,1251,'_product_id','23'),(10683,1251,'_variation_id','0'),(10684,1251,'_qty','1'),(10685,1251,'_tax_class',''),(10686,1251,'_line_subtotal','72'),(10687,1251,'_line_subtotal_tax','0'),(10688,1251,'_line_total','72'),(10689,1251,'_line_tax','0'),(10690,1251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10691,1252,'_product_id','38'),(10692,1252,'_variation_id','0'),(10693,1252,'_qty','2'),(10694,1252,'_tax_class',''),(10695,1252,'_line_subtotal','358.4'),(10696,1252,'_line_subtotal_tax','0'),(10697,1252,'_line_total','358.4'),(10698,1252,'_line_tax','0'),(10699,1252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10700,1253,'_product_id','45'),(10701,1253,'_variation_id','0'),(10702,1253,'_qty','1'),(10703,1253,'_tax_class',''),(10704,1253,'_line_subtotal','38.4'),(10705,1253,'_line_subtotal_tax','0'),(10706,1253,'_line_total','38.4'),(10707,1253,'_line_tax','0'),(10708,1253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10709,1254,'_product_id','41'),(10710,1254,'_variation_id','0'),(10711,1254,'_qty','4'),(10712,1254,'_tax_class',''),(10713,1254,'_line_subtotal','228.48'),(10714,1254,'_line_subtotal_tax','0'),(10715,1254,'_line_total','228.48'),(10716,1254,'_line_tax','0'),(10717,1254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10718,1255,'_product_id','43'),(10719,1255,'_variation_id','0'),(10720,1255,'_qty','2'),(10721,1255,'_tax_class',''),(10722,1255,'_line_subtotal','144'),(10723,1255,'_line_subtotal_tax','0'),(10724,1255,'_line_total','144'),(10725,1255,'_line_tax','0'),(10726,1255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10727,1256,'_product_id','93'),(10728,1256,'_variation_id','0'),(10729,1256,'_qty','10'),(10730,1256,'_tax_class',''),(10731,1256,'_line_subtotal','0'),(10732,1256,'_line_subtotal_tax','0'),(10733,1256,'_line_total','0'),(10734,1256,'_line_tax','0'),(10735,1256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10736,1257,'_product_id','42'),(10737,1257,'_variation_id','0'),(10738,1257,'_qty','1'),(10739,1257,'_tax_class',''),(10740,1257,'_line_subtotal','72'),(10741,1257,'_line_subtotal_tax','0'),(10742,1257,'_line_total','72'),(10743,1257,'_line_tax','0'),(10744,1257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10745,1258,'method_id','free_shipping'),(10746,1258,'instance_id','2'),(10747,1258,'cost','0.00'),(10748,1258,'total_tax','0'),(10749,1258,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10750,1258,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 10, Comb-Out Mousse(Case of 12) &times; 1'),(10751,1259,'_product_id','42'),(10752,1259,'_variation_id','0'),(10753,1259,'_qty','1'),(10754,1259,'_tax_class',''),(10755,1259,'_line_subtotal','72'),(10756,1259,'_line_subtotal_tax','0'),(10757,1259,'_line_total','72'),(10758,1259,'_line_tax','0'),(10759,1259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10760,1260,'_product_id','38'),(10761,1260,'_variation_id','0'),(10762,1260,'_qty','1'),(10763,1260,'_tax_class',''),(10764,1260,'_line_subtotal','179.2'),(10765,1260,'_line_subtotal_tax','0'),(10766,1260,'_line_total','179.2'),(10767,1260,'_line_tax','0'),(10768,1260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10769,1261,'_product_id','41'),(10770,1261,'_variation_id','0'),(10771,1261,'_qty','2'),(10772,1261,'_tax_class',''),(10773,1261,'_line_subtotal','114.24'),(10774,1261,'_line_subtotal_tax','0'),(10775,1261,'_line_total','114.24'),(10776,1261,'_line_tax','0'),(10777,1261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10778,1262,'_product_id','51'),(10779,1262,'_variation_id','0'),(10780,1262,'_qty','1'),(10781,1262,'_tax_class',''),(10782,1262,'_line_subtotal','134.4'),(10783,1262,'_line_subtotal_tax','0'),(10784,1262,'_line_total','134.4'),(10785,1262,'_line_tax','0'),(10786,1262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10787,1263,'_product_id','120'),(10788,1263,'_variation_id','0'),(10789,1263,'_qty','2'),(10790,1263,'_tax_class',''),(10791,1263,'_line_subtotal','96'),(10792,1263,'_line_subtotal_tax','0'),(10793,1263,'_line_total','96'),(10794,1263,'_line_tax','0'),(10795,1263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10796,1264,'_product_id','43'),(10797,1264,'_variation_id','0'),(10798,1264,'_qty','1'),(10799,1264,'_tax_class',''),(10800,1264,'_line_subtotal','72'),(10801,1264,'_line_subtotal_tax','0'),(10802,1264,'_line_total','72'),(10803,1264,'_line_tax','0'),(10804,1264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10805,1265,'_product_id','49'),(10806,1265,'_variation_id','0'),(10807,1265,'_qty','1'),(10808,1265,'_tax_class',''),(10809,1265,'_line_subtotal','72'),(10810,1265,'_line_subtotal_tax','0'),(10811,1265,'_line_total','72'),(10812,1265,'_line_tax','0'),(10813,1265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10814,1266,'_product_id','490'),(10815,1266,'_variation_id','0'),(10816,1266,'_qty','10'),(10817,1266,'_tax_class',''),(10818,1266,'_line_subtotal','125'),(10819,1266,'_line_subtotal_tax','0'),(10820,1266,'_line_total','125'),(10821,1266,'_line_tax','0'),(10822,1266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10823,1267,'_product_id','487'),(10824,1267,'_variation_id','0'),(10825,1267,'_qty','1'),(10826,1267,'_tax_class',''),(10827,1267,'_line_subtotal','25'),(10828,1267,'_line_subtotal_tax','0'),(10829,1267,'_line_total','25'),(10830,1267,'_line_tax','0'),(10831,1267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10832,1268,'_product_id','44'),(10833,1268,'_variation_id','0'),(10834,1268,'_qty','1'),(10835,1268,'_tax_class',''),(10836,1268,'_line_subtotal','105.6'),(10837,1268,'_line_subtotal_tax','0'),(10838,1268,'_line_total','105.6'),(10839,1268,'_line_tax','0'),(10840,1268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10841,1269,'_product_id','40'),(10842,1269,'_variation_id','0'),(10843,1269,'_qty','1'),(10844,1269,'_tax_class',''),(10845,1269,'_line_subtotal','72'),(10846,1269,'_line_subtotal_tax','0'),(10847,1269,'_line_total','72'),(10848,1269,'_line_tax','0'),(10849,1269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10850,1270,'method_id','free_shipping'),(10851,1270,'instance_id','2'),(10852,1270,'cost','0.00'),(10853,1270,'total_tax','0'),(10854,1270,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10855,1270,'Items','Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(10856,1271,'_product_id','95'),(10857,1271,'_variation_id','0'),(10858,1271,'_qty','12'),(10859,1271,'_tax_class',''),(10860,1271,'_line_subtotal','0'),(10861,1271,'_line_subtotal_tax','0'),(10862,1271,'_line_total','0'),(10863,1271,'_line_tax','0'),(10864,1271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10865,1272,'_product_id','120'),(10866,1272,'_variation_id','0'),(10867,1272,'_qty','1'),(10868,1272,'_tax_class',''),(10869,1272,'_line_subtotal','48'),(10870,1272,'_line_subtotal_tax','0'),(10871,1272,'_line_total','48'),(10872,1272,'_line_tax','0'),(10873,1272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10874,1273,'_product_id','49'),(10875,1273,'_variation_id','0'),(10876,1273,'_qty','1'),(10877,1273,'_tax_class',''),(10878,1273,'_line_subtotal','72'),(10879,1273,'_line_subtotal_tax','0'),(10880,1273,'_line_total','72'),(10881,1273,'_line_tax','0'),(10882,1273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10883,1274,'method_id','fedex'),(10884,1274,'instance_id','1'),(10885,1274,'cost','25.40'),(10886,1274,'total_tax','0'),(10887,1274,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10888,1274,'Package 1','17 × 14 × 10 (in) 38.6lbs × 1'),(10889,1275,'_product_id','93'),(10890,1275,'_variation_id','0'),(10891,1275,'_qty','37'),(10892,1275,'_tax_class',''),(10893,1275,'_line_subtotal','0'),(10894,1275,'_line_subtotal_tax','0'),(10895,1275,'_line_total','0'),(10896,1275,'_line_tax','0'),(10897,1275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10898,1276,'_product_id','133'),(10899,1276,'_variation_id','0'),(10900,1276,'_qty','4'),(10901,1276,'_tax_class',''),(10902,1276,'_line_subtotal','52'),(10903,1276,'_line_subtotal_tax','0'),(10904,1276,'_line_total','52'),(10905,1276,'_line_tax','0'),(10906,1276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10907,1277,'_product_id','318'),(10908,1277,'_variation_id','0'),(10909,1277,'_qty','4'),(10910,1277,'_tax_class',''),(10911,1277,'_line_subtotal','12'),(10912,1277,'_line_subtotal_tax','0'),(10913,1277,'_line_total','12'),(10914,1277,'_line_tax','0'),(10915,1277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10916,1278,'method_id','fedex'),(10917,1278,'instance_id','1'),(10918,1278,'cost','58.80'),(10919,1278,'total_tax','0'),(10920,1278,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10921,1278,'Package 1','17 × 14 × 10 (in) 39.45lbs × 1'),(10922,1278,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(10923,1278,'Package 3','17 × 14 × 10 (in) 16.05lbs × 1'),(10924,1279,'_product_id','41'),(10925,1279,'_variation_id','0'),(10926,1279,'_qty','1'),(10927,1279,'_tax_class',''),(10928,1279,'_line_subtotal','57.12'),(10929,1279,'_line_subtotal_tax','0'),(10930,1279,'_line_total','57.12'),(10931,1279,'_line_tax','0'),(10932,1279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10933,1280,'_product_id','43'),(10934,1280,'_variation_id','0'),(10935,1280,'_qty','1'),(10936,1280,'_tax_class',''),(10937,1280,'_line_subtotal','72'),(10938,1280,'_line_subtotal_tax','0'),(10939,1280,'_line_total','72'),(10940,1280,'_line_tax','0'),(10941,1280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10942,1281,'_product_id','93'),(10943,1281,'_variation_id','0'),(10944,1281,'_qty','6'),(10945,1281,'_tax_class',''),(10946,1281,'_line_subtotal','0'),(10947,1281,'_line_subtotal_tax','0'),(10948,1281,'_line_total','0'),(10949,1281,'_line_tax','0'),(10950,1281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10951,1282,'_product_id','45'),(10952,1282,'_variation_id','0'),(10953,1282,'_qty','1'),(10954,1282,'_tax_class',''),(10955,1282,'_line_subtotal','38.4'),(10956,1282,'_line_subtotal_tax','0'),(10957,1282,'_line_total','38.4'),(10958,1282,'_line_tax','0'),(10959,1282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10960,1283,'_product_id','49'),(10961,1283,'_variation_id','0'),(10962,1283,'_qty','1'),(10963,1283,'_tax_class',''),(10964,1283,'_line_subtotal','72'),(10965,1283,'_line_subtotal_tax','0'),(10966,1283,'_line_total','72'),(10967,1283,'_line_tax','0'),(10968,1283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10969,1284,'_product_id','23'),(10970,1284,'_variation_id','0'),(10971,1284,'_qty','4'),(10972,1284,'_tax_class',''),(10973,1284,'_line_subtotal','288'),(10974,1284,'_line_subtotal_tax','0'),(10975,1284,'_line_total','288'),(10976,1284,'_line_tax','0'),(10977,1284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10978,1285,'method_id','free_shipping'),(10979,1285,'instance_id','2'),(10980,1285,'cost','0.00'),(10981,1285,'total_tax','0'),(10982,1285,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(10983,1285,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4'),(10984,1286,'_product_id','41'),(10985,1286,'_variation_id','0'),(10986,1286,'_qty','3'),(10987,1286,'_tax_class',''),(10988,1286,'_line_subtotal','171.36'),(10989,1286,'_line_subtotal_tax','0'),(10990,1286,'_line_total','171.36'),(10991,1286,'_line_tax','0'),(10992,1286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10993,1287,'_product_id','49'),(10994,1287,'_variation_id','0'),(10995,1287,'_qty','1'),(10996,1287,'_tax_class',''),(10997,1287,'_line_subtotal','72'),(10998,1287,'_line_subtotal_tax','0'),(10999,1287,'_line_total','72'),(11000,1287,'_line_tax','0'),(11001,1287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11002,1288,'method_id','fedex'),(11003,1288,'instance_id','1'),(11004,1288,'cost','26.34'),(11005,1288,'total_tax','0'),(11006,1288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11007,1288,'Package 1','17 × 14 × 10 (in) 16lbs × 1'),(11008,1289,'_product_id','137'),(11009,1289,'_variation_id','0'),(11010,1289,'_qty','10'),(11011,1289,'_tax_class',''),(11012,1289,'_line_subtotal','55'),(11013,1289,'_line_subtotal_tax','0'),(11014,1289,'_line_total','55'),(11015,1289,'_line_tax','0'),(11016,1289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11017,1290,'_product_id','318'),(11018,1290,'_variation_id','0'),(11019,1290,'_qty','11'),(11020,1290,'_tax_class',''),(11021,1290,'_line_subtotal','33'),(11022,1290,'_line_subtotal_tax','0'),(11023,1290,'_line_total','33'),(11024,1290,'_line_tax','0'),(11025,1290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11026,1291,'method_id','fedex'),(11027,1291,'instance_id','1'),(11028,1291,'cost','18.08'),(11029,1291,'total_tax','0'),(11030,1291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11031,1291,'Package 1','17 × 14 × 10 (in) 31lbs × 1'),(11032,1292,'_product_id','49'),(11033,1292,'_variation_id','0'),(11034,1292,'_qty','2'),(11035,1292,'_tax_class',''),(11036,1292,'_line_subtotal','144'),(11037,1292,'_line_subtotal_tax','0'),(11038,1292,'_line_total','144'),(11039,1292,'_line_tax','0'),(11040,1292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11041,1293,'_product_id','488'),(11042,1293,'_variation_id','0'),(11043,1293,'_qty','1'),(11044,1293,'_tax_class',''),(11045,1293,'_line_subtotal','25'),(11046,1293,'_line_subtotal_tax','0'),(11047,1293,'_line_total','25'),(11048,1293,'_line_tax','0'),(11049,1293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11050,1294,'method_id','fedex'),(11051,1294,'instance_id','1'),(11052,1294,'cost','29.96'),(11053,1294,'total_tax','0'),(11054,1294,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11055,1294,'Package 1','17 × 14 × 10 (in) 24.45lbs × 1'),(11056,1295,'_product_id','488'),(11057,1295,'_variation_id','0'),(11058,1295,'_qty','5'),(11059,1295,'_tax_class',''),(11060,1295,'_line_subtotal','125'),(11061,1295,'_line_subtotal_tax','0'),(11062,1295,'_line_total','125'),(11063,1295,'_line_tax','0'),(11064,1295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11065,1296,'method_id','fedex'),(11066,1296,'instance_id','1'),(11067,1296,'cost','42.17'),(11068,1296,'total_tax','0'),(11069,1296,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11070,1296,'Package 1','17 × 14 × 10 (in) 40.25lbs × 1'),(11071,1297,'_product_id','41'),(11072,1297,'_variation_id','0'),(11073,1297,'_qty','1'),(11074,1297,'_tax_class',''),(11075,1297,'_line_subtotal','57.12'),(11076,1297,'_line_subtotal_tax','0'),(11077,1297,'_line_total','57.12'),(11078,1297,'_line_tax','0'),(11079,1297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11080,1298,'_product_id','43'),(11081,1298,'_variation_id','0'),(11082,1298,'_qty','2'),(11083,1298,'_tax_class',''),(11084,1298,'_line_subtotal','144'),(11085,1298,'_line_subtotal_tax','0'),(11086,1298,'_line_total','144'),(11087,1298,'_line_tax','0'),(11088,1298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11089,1299,'_product_id','148'),(11090,1299,'_variation_id','0'),(11091,1299,'_qty','1'),(11092,1299,'_tax_class',''),(11093,1299,'_line_subtotal','7.5'),(11094,1299,'_line_subtotal_tax','0'),(11095,1299,'_line_total','7.5'),(11096,1299,'_line_tax','0'),(11097,1299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11098,1300,'_product_id','93'),(11099,1300,'_variation_id','0'),(11100,1300,'_qty','5'),(11101,1300,'_tax_class',''),(11102,1300,'_line_subtotal','0'),(11103,1300,'_line_subtotal_tax','0'),(11104,1300,'_line_total','0'),(11105,1300,'_line_tax','0'),(11106,1300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11107,1301,'_product_id','23'),(11108,1301,'_variation_id','0'),(11109,1301,'_qty','4'),(11110,1301,'_tax_class',''),(11111,1301,'_line_subtotal','288'),(11112,1301,'_line_subtotal_tax','0'),(11113,1301,'_line_total','288'),(11114,1301,'_line_tax','0'),(11115,1301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11116,1302,'_product_id','51'),(11117,1302,'_variation_id','0'),(11118,1302,'_qty','1'),(11119,1302,'_tax_class',''),(11120,1302,'_line_subtotal','134.4'),(11121,1302,'_line_subtotal_tax','0'),(11122,1302,'_line_total','134.4'),(11123,1302,'_line_tax','0'),(11124,1302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11125,1303,'method_id','fedex'),(11126,1303,'instance_id','1'),(11127,1303,'cost','40.18'),(11128,1303,'total_tax','0'),(11129,1303,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11130,1303,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(11131,1303,'Package 2','17 × 14 × 10 (in) 28.95lbs × 1'),(11132,1304,'_product_id','93'),(11133,1304,'_variation_id','0'),(11134,1304,'_qty','30'),(11135,1304,'_tax_class',''),(11136,1304,'_line_subtotal','0'),(11137,1304,'_line_subtotal_tax','0'),(11138,1304,'_line_total','0'),(11139,1304,'_line_tax','0'),(11140,1304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11141,1305,'_product_id','99'),(11142,1305,'_variation_id','0'),(11143,1305,'_qty','4'),(11144,1305,'_tax_class',''),(11145,1305,'_line_subtotal','0'),(11146,1305,'_line_subtotal_tax','0'),(11147,1305,'_line_total','0'),(11148,1305,'_line_tax','0'),(11149,1305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11150,1306,'method_id','fedex'),(11151,1306,'instance_id','1'),(11152,1306,'cost','86.78'),(11153,1306,'total_tax','0'),(11154,1306,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11155,1306,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(11156,1306,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(11157,1306,'Package 3','17 × 14 × 10 (in) 16.05lbs × 1'),(11158,1307,'_product_id','23'),(11159,1307,'_variation_id','0'),(11160,1307,'_qty','2'),(11161,1307,'_tax_class',''),(11162,1307,'_line_subtotal','144'),(11163,1307,'_line_subtotal_tax','0'),(11164,1307,'_line_total','144'),(11165,1307,'_line_tax','0'),(11166,1307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11167,1308,'_product_id','43'),(11168,1308,'_variation_id','0'),(11169,1308,'_qty','1'),(11170,1308,'_tax_class',''),(11171,1308,'_line_subtotal','72'),(11172,1308,'_line_subtotal_tax','0'),(11173,1308,'_line_total','72'),(11174,1308,'_line_tax','0'),(11175,1308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11176,1309,'_product_id','38'),(11177,1309,'_variation_id','0'),(11178,1309,'_qty','1'),(11179,1309,'_tax_class',''),(11180,1309,'_line_subtotal','179.2'),(11181,1309,'_line_subtotal_tax','0'),(11182,1309,'_line_total','179.2'),(11183,1309,'_line_tax','0'),(11184,1309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11185,1310,'_product_id','41'),(11186,1310,'_variation_id','0'),(11187,1310,'_qty','1'),(11188,1310,'_tax_class',''),(11189,1310,'_line_subtotal','57.12'),(11190,1310,'_line_subtotal_tax','0'),(11191,1310,'_line_total','57.12'),(11192,1310,'_line_tax','0'),(11193,1310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11194,1311,'_product_id','39'),(11195,1311,'_variation_id','0'),(11196,1311,'_qty','1'),(11197,1311,'_tax_class',''),(11198,1311,'_line_subtotal','72'),(11199,1311,'_line_subtotal_tax','0'),(11200,1311,'_line_total','72'),(11201,1311,'_line_tax','0'),(11202,1311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11203,1312,'_product_id','40'),(11204,1312,'_variation_id','0'),(11205,1312,'_qty','1'),(11206,1312,'_tax_class',''),(11207,1312,'_line_subtotal','72'),(11208,1312,'_line_subtotal_tax','0'),(11209,1312,'_line_total','72'),(11210,1312,'_line_tax','0'),(11211,1312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11212,1313,'_product_id','490'),(11213,1313,'_variation_id','0'),(11214,1313,'_qty','1'),(11215,1313,'_tax_class',''),(11216,1313,'_line_subtotal','12.5'),(11217,1313,'_line_subtotal_tax','0'),(11218,1313,'_line_total','12.5'),(11219,1313,'_line_tax','0'),(11220,1313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11221,1314,'method_id','fedex'),(11222,1314,'instance_id','1'),(11223,1314,'cost','33.08'),(11224,1314,'total_tax','0'),(11225,1314,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11226,1314,'Package 1','17 × 14 × 10 (in) 40.65lbs × 1'),(11227,1314,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(11228,1315,'_product_id','93'),(11229,1315,'_variation_id','0'),(11230,1315,'_qty','5'),(11231,1315,'_tax_class',''),(11232,1315,'_line_subtotal','0'),(11233,1315,'_line_subtotal_tax','0'),(11234,1315,'_line_total','0'),(11235,1315,'_line_tax','0'),(11236,1315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11237,1316,'_product_id','95'),(11238,1316,'_variation_id','0'),(11239,1316,'_qty','1'),(11240,1316,'_tax_class',''),(11241,1316,'_line_subtotal','0'),(11242,1316,'_line_subtotal_tax','0'),(11243,1316,'_line_total','0'),(11244,1316,'_line_tax','0'),(11245,1316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11246,1317,'method_id','fedex'),(11247,1317,'instance_id','1'),(11248,1317,'cost','10.27'),(11249,1317,'total_tax','0'),(11250,1317,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11251,1317,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(11252,1318,'_product_id','93'),(11253,1318,'_variation_id','0'),(11254,1318,'_qty','11'),(11255,1318,'_tax_class',''),(11256,1318,'_line_subtotal','0'),(11257,1318,'_line_subtotal_tax','0'),(11258,1318,'_line_total','0'),(11259,1318,'_line_tax','0'),(11260,1318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11261,1319,'method_id','fedex'),(11262,1319,'instance_id','1'),(11263,1319,'cost','13.33'),(11264,1319,'total_tax','0'),(11265,1319,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11266,1319,'Package 1','17 × 14 × 10 (in) 24.65lbs × 1'),(11267,1320,'_product_id','93'),(11268,1320,'_variation_id','0'),(11269,1320,'_qty','20'),(11270,1320,'_tax_class',''),(11271,1320,'_line_subtotal','0'),(11272,1320,'_line_subtotal_tax','0'),(11273,1320,'_line_total','0'),(11274,1320,'_line_tax','0'),(11275,1320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11276,1321,'method_id','fedex'),(11277,1321,'instance_id','1'),(11278,1321,'cost','29.43'),(11279,1321,'total_tax','0'),(11280,1321,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11281,1321,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(11282,1321,'Package 2','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(11283,1322,'_product_id','93'),(11284,1322,'_variation_id','0'),(11285,1322,'_qty','15'),(11286,1322,'_tax_class',''),(11287,1322,'_line_subtotal','0'),(11288,1322,'_line_subtotal_tax','0'),(11289,1322,'_line_total','0'),(11290,1322,'_line_tax','0'),(11291,1322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11292,1323,'method_id','fedex'),(11293,1323,'instance_id','1'),(11294,1323,'cost','16.56'),(11295,1323,'total_tax','0'),(11296,1323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11297,1323,'Package 1','17 × 14 × 10 (in) 33.25lbs × 1'),(11298,1324,'_product_id','93'),(11299,1324,'_variation_id','0'),(11300,1324,'_qty','6'),(11301,1324,'_tax_class',''),(11302,1324,'_line_subtotal','0'),(11303,1324,'_line_subtotal_tax','0'),(11304,1324,'_line_total','0'),(11305,1324,'_line_tax','0'),(11306,1324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11307,1325,'method_id','fedex'),(11308,1325,'instance_id','1'),(11309,1325,'cost','18.14'),(11310,1325,'total_tax','0'),(11311,1325,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11312,1325,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(11418,1338,'_product_id','41'),(11419,1338,'_variation_id','0'),(11420,1338,'_qty','1'),(11421,1338,'_tax_class',''),(11422,1338,'_line_subtotal','57.12'),(11423,1338,'_line_subtotal_tax','0'),(11424,1338,'_line_total','57.12'),(11425,1338,'_line_tax','0'),(11426,1338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11427,1339,'method_id','fedex'),(11428,1339,'instance_id','1'),(11429,1339,'cost','9.57'),(11430,1339,'total_tax','0'),(11431,1339,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11432,1339,'Package 1','15.5 × 12 × 1.5 (in) 2.46lbs × 1'),(11448,1342,'_product_id','41'),(11449,1342,'_variation_id','0'),(11450,1342,'_qty','2'),(11451,1342,'_tax_class',''),(11452,1342,'_line_subtotal','114.24'),(11453,1342,'_line_subtotal_tax','0'),(11454,1342,'_line_total','114.24'),(11455,1342,'_line_tax','0'),(11456,1342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11457,1343,'method_id','fedex'),(11458,1343,'instance_id','1'),(11459,1343,'cost','10.02'),(11460,1343,'total_tax','0'),(11461,1343,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11462,1343,'Package 1','15.5 × 12 × 1.5 (in) 4.86lbs × 1'),(11463,1344,'_product_id','97'),(11464,1344,'_variation_id','0'),(11465,1344,'_qty','2'),(11466,1344,'_tax_class',''),(11467,1344,'_line_subtotal','0'),(11468,1344,'_line_subtotal_tax','0'),(11469,1344,'_line_total','0'),(11470,1344,'_line_tax','0'),(11471,1344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11472,1345,'_product_id','93'),(11473,1345,'_variation_id','0'),(11474,1345,'_qty','20'),(11475,1345,'_tax_class',''),(11476,1345,'_line_subtotal','0'),(11477,1345,'_line_subtotal_tax','0'),(11478,1345,'_line_total','0'),(11479,1345,'_line_tax','0'),(11480,1345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11481,1346,'_product_id','99'),(11482,1346,'_variation_id','0'),(11483,1346,'_qty','3'),(11484,1346,'_tax_class',''),(11485,1346,'_line_subtotal','0'),(11486,1346,'_line_subtotal_tax','0'),(11487,1346,'_line_total','0'),(11488,1346,'_line_tax','0'),(11489,1346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11490,1347,'method_id','fedex'),(11491,1347,'instance_id','1'),(11492,1347,'cost','48.55'),(11493,1347,'total_tax','0'),(11494,1347,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11495,1347,'Package 1','17 × 14 × 10 (in) 40.25lbs × 1'),(11496,1347,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(11497,1347,'Package 3','15.5 × 12 × 1.5 (in) 2.21lbs × 1'),(11498,1348,'_product_id','41'),(11499,1348,'_variation_id','0'),(11500,1348,'_qty','4'),(11501,1348,'_tax_class',''),(11502,1348,'_line_subtotal','228.48'),(11503,1348,'_line_subtotal_tax','0'),(11504,1348,'_line_total','228.48'),(11505,1348,'_line_tax','0'),(11506,1348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11507,1349,'_product_id','23'),(11508,1349,'_variation_id','0'),(11509,1349,'_qty','3'),(11510,1349,'_tax_class',''),(11511,1349,'_line_subtotal','216'),(11512,1349,'_line_subtotal_tax','0'),(11513,1349,'_line_total','216'),(11514,1349,'_line_tax','0'),(11515,1349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11516,1350,'method_id','fedex'),(11517,1350,'instance_id','1'),(11518,1350,'cost','33.25'),(11519,1350,'total_tax','0'),(11520,1350,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11521,1350,'Package 1','17 × 14 × 10 (in) 32.5lbs × 1'),(11522,1351,'_product_id','99'),(11523,1351,'_variation_id','0'),(11524,1351,'_qty','2'),(11525,1351,'_tax_class',''),(11526,1351,'_line_subtotal','0'),(11527,1351,'_line_subtotal_tax','0'),(11528,1351,'_line_total','0'),(11529,1351,'_line_tax','0'),(11530,1351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11531,1352,'_product_id','97'),(11532,1352,'_variation_id','0'),(11533,1352,'_qty','2'),(11534,1352,'_tax_class',''),(11535,1352,'_line_subtotal','0'),(11536,1352,'_line_subtotal_tax','0'),(11537,1352,'_line_total','0'),(11538,1352,'_line_tax','0'),(11539,1352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11540,1353,'method_id','fedex'),(11541,1353,'instance_id','1'),(11542,1353,'cost','23.94'),(11543,1353,'total_tax','0'),(11544,1353,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11545,1353,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(11546,1354,'_product_id','93'),(11547,1354,'_variation_id','0'),(11548,1354,'_qty','6'),(11549,1354,'_tax_class',''),(11550,1354,'_line_subtotal','0'),(11551,1354,'_line_subtotal_tax','0'),(11552,1354,'_line_total','0'),(11553,1354,'_line_tax','0'),(11554,1354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11555,1355,'_product_id','120'),(11556,1355,'_variation_id','0'),(11557,1355,'_qty','1'),(11558,1355,'_tax_class',''),(11559,1355,'_line_subtotal','48'),(11560,1355,'_line_subtotal_tax','0'),(11561,1355,'_line_total','48'),(11562,1355,'_line_tax','0'),(11563,1355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11564,1356,'_product_id','97'),(11565,1356,'_variation_id','0'),(11566,1356,'_qty','4'),(11567,1356,'_tax_class',''),(11568,1356,'_line_subtotal','0'),(11569,1356,'_line_subtotal_tax','0'),(11570,1356,'_line_total','0'),(11571,1356,'_line_tax','0'),(11572,1356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11573,1357,'_product_id','99'),(11574,1357,'_variation_id','0'),(11575,1357,'_qty','4'),(11576,1357,'_tax_class',''),(11577,1357,'_line_subtotal','0'),(11578,1357,'_line_subtotal_tax','0'),(11579,1357,'_line_total','0'),(11580,1357,'_line_tax','0'),(11581,1357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11582,1358,'_product_id','23'),(11583,1358,'_variation_id','0'),(11584,1358,'_qty','1'),(11585,1358,'_tax_class',''),(11586,1358,'_line_subtotal','72'),(11587,1358,'_line_subtotal_tax','0'),(11588,1358,'_line_total','72'),(11589,1358,'_line_tax','0'),(11590,1358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11591,1359,'_product_id','42'),(11592,1359,'_variation_id','0'),(11593,1359,'_qty','1'),(11594,1359,'_tax_class',''),(11595,1359,'_line_subtotal','72'),(11596,1359,'_line_subtotal_tax','0'),(11597,1359,'_line_total','72'),(11598,1359,'_line_tax','0'),(11599,1359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11600,1360,'_product_id','45'),(11601,1360,'_variation_id','0'),(11602,1360,'_qty','1'),(11603,1360,'_tax_class',''),(11604,1360,'_line_subtotal','38.4'),(11605,1360,'_line_subtotal_tax','0'),(11606,1360,'_line_total','38.4'),(11607,1360,'_line_tax','0'),(11608,1360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11609,1361,'_product_id','41'),(11610,1361,'_variation_id','0'),(11611,1361,'_qty','1'),(11612,1361,'_tax_class',''),(11613,1361,'_line_subtotal','57.12'),(11614,1361,'_line_subtotal_tax','0'),(11615,1361,'_line_total','57.12'),(11616,1361,'_line_tax','0'),(11617,1361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11618,1362,'_product_id','51'),(11619,1362,'_variation_id','0'),(11620,1362,'_qty','1'),(11621,1362,'_tax_class',''),(11622,1362,'_line_subtotal','134.4'),(11623,1362,'_line_subtotal_tax','0'),(11624,1362,'_line_total','134.4'),(11625,1362,'_line_tax','0'),(11626,1362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11627,1363,'_product_id','39'),(11628,1363,'_variation_id','0'),(11629,1363,'_qty','1'),(11630,1363,'_tax_class',''),(11631,1363,'_line_subtotal','72'),(11632,1363,'_line_subtotal_tax','0'),(11633,1363,'_line_total','72'),(11634,1363,'_line_tax','0'),(11635,1363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11636,1364,'_product_id','40'),(11637,1364,'_variation_id','0'),(11638,1364,'_qty','1'),(11639,1364,'_tax_class',''),(11640,1364,'_line_subtotal','72'),(11641,1364,'_line_subtotal_tax','0'),(11642,1364,'_line_total','72'),(11643,1364,'_line_tax','0'),(11644,1364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11645,1365,'_product_id','49'),(11646,1365,'_variation_id','0'),(11647,1365,'_qty','1'),(11648,1365,'_tax_class',''),(11649,1365,'_line_subtotal','72'),(11650,1365,'_line_subtotal_tax','0'),(11651,1365,'_line_total','72'),(11652,1365,'_line_tax','0'),(11653,1365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11654,1366,'_product_id','44'),(11655,1366,'_variation_id','0'),(11656,1366,'_qty','1'),(11657,1366,'_tax_class',''),(11658,1366,'_line_subtotal','105.6'),(11659,1366,'_line_subtotal_tax','0'),(11660,1366,'_line_total','105.6'),(11661,1366,'_line_tax','0'),(11662,1366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11663,1367,'method_id','fedex'),(11664,1367,'instance_id','1'),(11665,1367,'cost','151.54'),(11666,1367,'total_tax','0'),(11667,1367,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11668,1367,'Package 1','17 × 14 × 10 (in) 37.55lbs × 1'),(11669,1367,'Package 2','17 × 14 × 10 (in) 40.25lbs × 1'),(11670,1367,'Package 3','17 × 14 × 10 (in) 41.65lbs × 1'),(11671,1367,'Package 4','17 × 14 × 10 (in) 31.35lbs × 1'),(11672,1368,'_product_id','93'),(11673,1368,'_variation_id','0'),(11674,1368,'_qty','20'),(11675,1368,'_tax_class',''),(11676,1368,'_line_subtotal','0'),(11677,1368,'_line_subtotal_tax','0'),(11678,1368,'_line_total','0'),(11679,1368,'_line_tax','0'),(11680,1368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11681,1369,'_product_id','120'),(11682,1369,'_variation_id','0'),(11683,1369,'_qty','2'),(11684,1369,'_tax_class',''),(11685,1369,'_line_subtotal','96'),(11686,1369,'_line_subtotal_tax','0'),(11687,1369,'_line_total','96'),(11688,1369,'_line_tax','0'),(11689,1369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11690,1370,'method_id','fedex'),(11691,1370,'instance_id','1'),(11692,1370,'cost','35.69'),(11693,1370,'total_tax','0'),(11694,1370,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11695,1370,'Package 1','17 × 14 × 10 (in) 34.8lbs × 1'),(11696,1370,'Package 2','17 × 14 × 10 (in) 18.2lbs × 1'),(11697,1371,'_product_id','39'),(11698,1371,'_variation_id','0'),(11699,1371,'_qty','1'),(11700,1371,'_tax_class',''),(11701,1371,'_line_subtotal','72'),(11702,1371,'_line_subtotal_tax','0'),(11703,1371,'_line_total','72'),(11704,1371,'_line_tax','0'),(11705,1371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11706,1372,'_product_id','23'),(11707,1372,'_variation_id','0'),(11708,1372,'_qty','2'),(11709,1372,'_tax_class',''),(11710,1372,'_line_subtotal','144'),(11711,1372,'_line_subtotal_tax','0'),(11712,1372,'_line_total','144'),(11713,1372,'_line_tax','0'),(11714,1372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11715,1373,'_product_id','41'),(11716,1373,'_variation_id','0'),(11717,1373,'_qty','2'),(11718,1373,'_tax_class',''),(11719,1373,'_line_subtotal','114.24'),(11720,1373,'_line_subtotal_tax','0'),(11721,1373,'_line_total','114.24'),(11722,1373,'_line_tax','0'),(11723,1373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11724,1374,'_product_id','43'),(11725,1374,'_variation_id','0'),(11726,1374,'_qty','1'),(11727,1374,'_tax_class',''),(11728,1374,'_line_subtotal','72'),(11729,1374,'_line_subtotal_tax','0'),(11730,1374,'_line_total','72'),(11731,1374,'_line_tax','0'),(11732,1374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11733,1375,'method_id','fedex'),(11734,1375,'instance_id','1'),(11735,1375,'cost','23.00'),(11736,1375,'total_tax','0'),(11737,1375,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11738,1375,'Package 1','17 × 14 × 10 (in) 35.6lbs × 1'),(11739,1376,'_product_id','38'),(11740,1376,'_variation_id','0'),(11741,1376,'_qty','2'),(11742,1376,'_tax_class',''),(11743,1376,'_line_subtotal','358.4'),(11744,1376,'_line_subtotal_tax','0'),(11745,1376,'_line_total','358.4'),(11746,1376,'_line_tax','0'),(11747,1376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11748,1377,'_product_id','23'),(11749,1377,'_variation_id','0'),(11750,1377,'_qty','3'),(11751,1377,'_tax_class',''),(11752,1377,'_line_subtotal','216'),(11753,1377,'_line_subtotal_tax','0'),(11754,1377,'_line_total','216'),(11755,1377,'_line_tax','0'),(11756,1377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11757,1378,'_product_id','93'),(11758,1378,'_variation_id','0'),(11759,1378,'_qty','20'),(11760,1378,'_tax_class',''),(11761,1378,'_line_subtotal','0'),(11762,1378,'_line_subtotal_tax','0'),(11763,1378,'_line_total','0'),(11764,1378,'_line_tax','0'),(11765,1378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11766,1379,'_product_id','99'),(11767,1379,'_variation_id','0'),(11768,1379,'_qty','1'),(11769,1379,'_tax_class',''),(11770,1379,'_line_subtotal','0'),(11771,1379,'_line_subtotal_tax','0'),(11772,1379,'_line_total','0'),(11773,1379,'_line_tax','0'),(11774,1379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11775,1380,'_product_id','131'),(11776,1380,'_variation_id','0'),(11777,1380,'_qty','3'),(11778,1380,'_tax_class',''),(11779,1380,'_line_subtotal','34.5'),(11780,1380,'_line_subtotal_tax','0'),(11781,1380,'_line_total','34.5'),(11782,1380,'_line_tax','0'),(11783,1380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11784,1381,'_product_id','41'),(11785,1381,'_variation_id','0'),(11786,1381,'_qty','2'),(11787,1381,'_tax_class',''),(11788,1381,'_line_subtotal','114.24'),(11789,1381,'_line_subtotal_tax','0'),(11790,1381,'_line_total','114.24'),(11791,1381,'_line_tax','0'),(11792,1381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11793,1382,'method_id','free_shipping'),(11794,1382,'instance_id','2'),(11795,1382,'cost','0.00'),(11796,1382,'total_tax','0'),(11797,1382,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11798,1382,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Bulk Active Rise 100% &times; 20, Bulk Mousse 1 Gallon &times; 1, Disposable Capes &times; 3, Professional Lice Comb(Case of 12) &times; 2'),(11799,1383,'_product_id','146'),(11800,1383,'_variation_id','0'),(11801,1383,'_qty','4'),(11802,1383,'_tax_class',''),(11803,1383,'_line_subtotal','5'),(11804,1383,'_line_subtotal_tax','0'),(11805,1383,'_line_total','5'),(11806,1383,'_line_tax','0'),(11807,1383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11808,1384,'_product_id','45'),(11809,1384,'_variation_id','0'),(11810,1384,'_qty','2'),(11811,1384,'_tax_class',''),(11812,1384,'_line_subtotal','76.8'),(11813,1384,'_line_subtotal_tax','0'),(11814,1384,'_line_total','76.8'),(11815,1384,'_line_tax','0'),(11816,1384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11817,1385,'method_id','fedex'),(11818,1385,'instance_id','1'),(11819,1385,'cost','13.50'),(11820,1385,'total_tax','0'),(11821,1385,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11822,1385,'Package 1','17 × 14 × 10 (in) 16.2lbs × 1'),(11823,1386,'_product_id','23'),(11824,1386,'_variation_id','0'),(11825,1386,'_qty','4'),(11826,1386,'_tax_class',''),(11827,1386,'_line_subtotal','288'),(11828,1386,'_line_subtotal_tax','0'),(11829,1386,'_line_total','288'),(11830,1386,'_line_tax','0'),(11831,1386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11832,1387,'_product_id','38'),(11833,1387,'_variation_id','0'),(11834,1387,'_qty','3'),(11835,1387,'_tax_class',''),(11836,1387,'_line_subtotal','537.6'),(11837,1387,'_line_subtotal_tax','0'),(11838,1387,'_line_total','537.6'),(11839,1387,'_line_tax','0'),(11840,1387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11841,1388,'_product_id','42'),(11842,1388,'_variation_id','0'),(11843,1388,'_qty','1'),(11844,1388,'_tax_class',''),(11845,1388,'_line_subtotal','72'),(11846,1388,'_line_subtotal_tax','0'),(11847,1388,'_line_total','72'),(11848,1388,'_line_tax','0'),(11849,1388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11850,1389,'_product_id','41'),(11851,1389,'_variation_id','0'),(11852,1389,'_qty','2'),(11853,1389,'_tax_class',''),(11854,1389,'_line_subtotal','114.24'),(11855,1389,'_line_subtotal_tax','0'),(11856,1389,'_line_total','114.24'),(11857,1389,'_line_tax','0'),(11858,1389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11859,1390,'_product_id','43'),(11860,1390,'_variation_id','0'),(11861,1390,'_qty','3'),(11862,1390,'_tax_class',''),(11863,1390,'_line_subtotal','216'),(11864,1390,'_line_subtotal_tax','0'),(11865,1390,'_line_total','216'),(11866,1390,'_line_tax','0'),(11867,1390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11868,1391,'_product_id','49'),(11869,1391,'_variation_id','0'),(11870,1391,'_qty','1'),(11871,1391,'_tax_class',''),(11872,1391,'_line_subtotal','72'),(11873,1391,'_line_subtotal_tax','0'),(11874,1391,'_line_total','72'),(11875,1391,'_line_tax','0'),(11876,1391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11877,1392,'_product_id','44'),(11878,1392,'_variation_id','0'),(11879,1392,'_qty','2'),(11880,1392,'_tax_class',''),(11881,1392,'_line_subtotal','211.2'),(11882,1392,'_line_subtotal_tax','0'),(11883,1392,'_line_total','211.2'),(11884,1392,'_line_tax','0'),(11885,1392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11886,1393,'_product_id','490'),(11887,1393,'_variation_id','0'),(11888,1393,'_qty','10'),(11889,1393,'_tax_class',''),(11890,1393,'_line_subtotal','125'),(11891,1393,'_line_subtotal_tax','0'),(11892,1393,'_line_total','125'),(11893,1393,'_line_tax','0'),(11894,1393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11895,1394,'method_id','free_shipping'),(11896,1394,'instance_id','2'),(11897,1394,'cost','0.00'),(11898,1394,'total_tax','0'),(11899,1394,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11900,1394,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Bulk Active Rise 100% RM &times; 10'),(11901,1395,'_product_id','41'),(11902,1395,'_variation_id','0'),(11903,1395,'_qty','3'),(11904,1395,'_tax_class',''),(11905,1395,'_line_subtotal','171.36'),(11906,1395,'_line_subtotal_tax','0'),(11907,1395,'_line_total','171.36'),(11908,1395,'_line_tax','0'),(11909,1395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11910,1396,'_product_id','49'),(11911,1396,'_variation_id','0'),(11912,1396,'_qty','2'),(11913,1396,'_tax_class',''),(11914,1396,'_line_subtotal','144'),(11915,1396,'_line_subtotal_tax','0'),(11916,1396,'_line_total','144'),(11917,1396,'_line_tax','0'),(11918,1396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11919,1397,'_product_id','137'),(11920,1397,'_variation_id','0'),(11921,1397,'_qty','11'),(11922,1397,'_tax_class',''),(11923,1397,'_line_subtotal','60.5'),(11924,1397,'_line_subtotal_tax','0'),(11925,1397,'_line_total','60.5'),(11926,1397,'_line_tax','0'),(11927,1397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11928,1398,'_product_id','38'),(11929,1398,'_variation_id','0'),(11930,1398,'_qty','1'),(11931,1398,'_tax_class',''),(11932,1398,'_line_subtotal','179.2'),(11933,1398,'_line_subtotal_tax','0'),(11934,1398,'_line_total','179.2'),(11935,1398,'_line_tax','0'),(11936,1398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11937,1399,'method_id','free_shipping'),(11938,1399,'instance_id','2'),(11939,1399,'cost','0.00'),(11940,1399,'total_tax','0'),(11941,1399,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11942,1399,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, The Wet Brush &times; 11, Active Rinse 16oz(Case of 16) &times; 1'),(11943,1400,'_product_id','49'),(11944,1400,'_variation_id','0'),(11945,1400,'_qty','5'),(11946,1400,'_tax_class',''),(11947,1400,'_line_subtotal','360'),(11948,1400,'_line_subtotal_tax','0'),(11949,1400,'_line_total','360'),(11950,1400,'_line_tax','0'),(11951,1400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11952,1401,'_product_id','23'),(11953,1401,'_variation_id','0'),(11954,1401,'_qty','4'),(11955,1401,'_tax_class',''),(11956,1401,'_line_subtotal','288'),(11957,1401,'_line_subtotal_tax','0'),(11958,1401,'_line_total','288'),(11959,1401,'_line_tax','0'),(11960,1401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11961,1402,'_product_id','41'),(11962,1402,'_variation_id','0'),(11963,1402,'_qty','5'),(11964,1402,'_tax_class',''),(11965,1402,'_line_subtotal','285.6'),(11966,1402,'_line_subtotal_tax','0'),(11967,1402,'_line_total','285.6'),(11968,1402,'_line_tax','0'),(11969,1402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11970,1403,'method_id','free_shipping'),(11971,1403,'instance_id','2'),(11972,1403,'cost','0.00'),(11973,1403,'total_tax','0'),(11974,1403,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11975,1403,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 5, Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 5'),(11976,1404,'_product_id','93'),(11977,1404,'_variation_id','0'),(11978,1404,'_qty','10'),(11979,1404,'_tax_class',''),(11980,1404,'_line_subtotal','0'),(11981,1404,'_line_subtotal_tax','0'),(11982,1404,'_line_total','0'),(11983,1404,'_line_tax','0'),(11984,1404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11985,1405,'_product_id','97'),(11986,1405,'_variation_id','0'),(11987,1405,'_qty','1'),(11988,1405,'_tax_class',''),(11989,1405,'_line_subtotal','0'),(11990,1405,'_line_subtotal_tax','0'),(11991,1405,'_line_total','0'),(11992,1405,'_line_tax','0'),(11993,1405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(11994,1406,'method_id','fedex'),(11995,1406,'instance_id','1'),(11996,1406,'cost','15.35'),(11997,1406,'total_tax','0'),(11998,1406,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(11999,1406,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(12000,1407,'_product_id','93'),(12001,1407,'_variation_id','0'),(12002,1407,'_qty','10'),(12003,1407,'_tax_class',''),(12004,1407,'_line_subtotal','0'),(12005,1407,'_line_subtotal_tax','0'),(12006,1407,'_line_total','0'),(12007,1407,'_line_tax','0'),(12008,1407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12009,1408,'method_id','fedex'),(12010,1408,'instance_id','1'),(12011,1408,'cost','12.64'),(12012,1408,'total_tax','0'),(12013,1408,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12014,1408,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(12015,1409,'_product_id','137'),(12016,1409,'_variation_id','0'),(12017,1409,'_qty','12'),(12018,1409,'_tax_class',''),(12019,1409,'_line_subtotal','66'),(12020,1409,'_line_subtotal_tax','0'),(12021,1409,'_line_total','66'),(12022,1409,'_line_tax','0'),(12023,1409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12024,1410,'method_id','fedex'),(12025,1410,'instance_id','1'),(12026,1410,'cost','10.77'),(12027,1410,'total_tax','0'),(12028,1410,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12029,1410,'Package 1','17.5 × 12.37 × 3 (in) 3.91lbs × 1'),(12030,1411,'_product_id','137'),(12031,1411,'_variation_id','0'),(12032,1411,'_qty','12'),(12033,1411,'_tax_class',''),(12034,1411,'_line_subtotal','66'),(12035,1411,'_line_subtotal_tax','0'),(12036,1411,'_line_total','66'),(12037,1411,'_line_tax','0'),(12038,1411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12039,1412,'method_id','fedex'),(12040,1412,'instance_id','1'),(12041,1412,'cost','10.77'),(12042,1412,'total_tax','0'),(12043,1412,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12044,1412,'Package 1','17.5 × 12.37 × 3 (in) 3.91lbs × 1'),(12045,1413,'_product_id','93'),(12046,1413,'_variation_id','0'),(12047,1413,'_qty','12'),(12048,1413,'_tax_class',''),(12049,1413,'_line_subtotal','0'),(12050,1413,'_line_subtotal_tax','0'),(12051,1413,'_line_total','0'),(12052,1413,'_line_tax','0'),(12053,1413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12054,1414,'method_id','fedex'),(12055,1414,'instance_id','1'),(12056,1414,'cost','16.73'),(12057,1414,'total_tax','0'),(12058,1414,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12059,1414,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(12060,1415,'_product_id','93'),(12061,1415,'_variation_id','0'),(12062,1415,'_qty','10'),(12063,1415,'_tax_class',''),(12064,1415,'_line_subtotal','0'),(12065,1415,'_line_subtotal_tax','0'),(12066,1415,'_line_total','0'),(12067,1415,'_line_tax','0'),(12068,1415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12069,1416,'method_id','fedex'),(12070,1416,'instance_id','1'),(12071,1416,'cost','14.89'),(12072,1416,'total_tax','0'),(12073,1416,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12074,1416,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(12108,1421,'_product_id','43'),(12109,1421,'_variation_id','0'),(12110,1421,'_qty','1'),(12111,1421,'_tax_class',''),(12112,1421,'_line_subtotal','72'),(12113,1421,'_line_subtotal_tax','0'),(12114,1421,'_line_total','72'),(12115,1421,'_line_tax','0'),(12116,1421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12117,1422,'_product_id','49'),(12118,1422,'_variation_id','0'),(12119,1422,'_qty','1'),(12120,1422,'_tax_class',''),(12121,1422,'_line_subtotal','72'),(12122,1422,'_line_subtotal_tax','0'),(12123,1422,'_line_total','72'),(12124,1422,'_line_tax','0'),(12125,1422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12126,1423,'_product_id','41'),(12127,1423,'_variation_id','0'),(12128,1423,'_qty','3'),(12129,1423,'_tax_class',''),(12130,1423,'_line_subtotal','171.36'),(12131,1423,'_line_subtotal_tax','0'),(12132,1423,'_line_total','171.36'),(12133,1423,'_line_tax','0'),(12134,1423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12135,1424,'method_id','fedex'),(12136,1424,'instance_id','1'),(12137,1424,'cost','23.50'),(12138,1424,'total_tax','0'),(12139,1424,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12140,1424,'Package 1','17 × 14 × 10 (in) 23.8lbs × 1'),(12141,1425,'_product_id','51'),(12142,1425,'_variation_id','0'),(12143,1425,'_qty','4'),(12144,1425,'_tax_class',''),(12145,1425,'_line_subtotal','537.6'),(12146,1425,'_line_subtotal_tax','0'),(12147,1425,'_line_total','537.6'),(12148,1425,'_line_tax','0'),(12149,1425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12150,1426,'_product_id','38'),(12151,1426,'_variation_id','0'),(12152,1426,'_qty','1'),(12153,1426,'_tax_class',''),(12154,1426,'_line_subtotal','179.2'),(12155,1426,'_line_subtotal_tax','0'),(12156,1426,'_line_total','179.2'),(12157,1426,'_line_tax','0'),(12158,1426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12159,1427,'_product_id','120'),(12160,1427,'_variation_id','0'),(12161,1427,'_qty','1'),(12162,1427,'_tax_class',''),(12163,1427,'_line_subtotal','48'),(12164,1427,'_line_subtotal_tax','0'),(12165,1427,'_line_total','48'),(12166,1427,'_line_tax','0'),(12167,1427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12168,1428,'_product_id','93'),(12169,1428,'_variation_id','0'),(12170,1428,'_qty','15'),(12171,1428,'_tax_class',''),(12172,1428,'_line_subtotal','0'),(12173,1428,'_line_subtotal_tax','0'),(12174,1428,'_line_total','0'),(12175,1428,'_line_tax','0'),(12176,1428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12177,1429,'_product_id','97'),(12178,1429,'_variation_id','0'),(12179,1429,'_qty','2'),(12180,1429,'_tax_class',''),(12181,1429,'_line_subtotal','0'),(12182,1429,'_line_subtotal_tax','0'),(12183,1429,'_line_total','0'),(12184,1429,'_line_tax','0'),(12185,1429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12186,1430,'_product_id','99'),(12187,1430,'_variation_id','0'),(12188,1430,'_qty','2'),(12189,1430,'_tax_class',''),(12190,1430,'_line_subtotal','0'),(12191,1430,'_line_subtotal_tax','0'),(12192,1430,'_line_total','0'),(12193,1430,'_line_tax','0'),(12194,1430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12195,1431,'method_id','free_shipping'),(12196,1431,'instance_id','2'),(12197,1431,'cost','0.00'),(12198,1431,'total_tax','0'),(12199,1431,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12200,1431,'Items','Urgent Care Kit(Case of 6) &times; 4, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rise 100% &times; 15, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2'),(12201,1432,'_product_id','93'),(12202,1432,'_variation_id','0'),(12203,1432,'_qty','8'),(12204,1432,'_tax_class',''),(12205,1432,'_line_subtotal','0'),(12206,1432,'_line_subtotal_tax','0'),(12207,1432,'_line_total','0'),(12208,1432,'_line_tax','0'),(12209,1432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12210,1433,'_product_id','51'),(12211,1433,'_variation_id','0'),(12212,1433,'_qty','1'),(12213,1433,'_tax_class',''),(12214,1433,'_line_subtotal','134.4'),(12215,1433,'_line_subtotal_tax','0'),(12216,1433,'_line_total','134.4'),(12217,1433,'_line_tax','0'),(12218,1433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12219,1434,'_product_id','38'),(12220,1434,'_variation_id','0'),(12221,1434,'_qty','1'),(12222,1434,'_tax_class',''),(12223,1434,'_line_subtotal','179.2'),(12224,1434,'_line_subtotal_tax','0'),(12225,1434,'_line_total','179.2'),(12226,1434,'_line_tax','0'),(12227,1434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12228,1435,'method_id','fedex'),(12229,1435,'instance_id','1'),(12230,1435,'cost','33.92'),(12231,1435,'total_tax','0'),(12232,1435,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12233,1435,'Package 1','14 × 14 × 14 (in) 28.1lbs × 1'),(12234,1435,'Package 2','17 × 14 × 10 (in) 20.4lbs × 1'),(12260,1439,'_product_id','49'),(12261,1439,'_variation_id','0'),(12262,1439,'_qty','5'),(12263,1439,'_tax_class',''),(12264,1439,'_line_subtotal','360'),(12265,1439,'_line_subtotal_tax','0'),(12266,1439,'_line_total','360'),(12267,1439,'_line_tax','0'),(12268,1439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12269,1440,'_product_id','93'),(12270,1440,'_variation_id','0'),(12271,1440,'_qty','18'),(12272,1440,'_tax_class',''),(12273,1440,'_line_subtotal','0'),(12274,1440,'_line_subtotal_tax','0'),(12275,1440,'_line_total','0'),(12276,1440,'_line_tax','0'),(12277,1440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12278,1441,'method_id','fedex'),(12279,1441,'instance_id','1'),(12280,1441,'cost','79.70'),(12281,1441,'total_tax','0'),(12282,1441,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12283,1441,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(12284,1441,'Package 2','17 × 14 × 10 (in) 39.7lbs × 1'),(12285,1442,'_product_id','49'),(12286,1442,'_variation_id','0'),(12287,1442,'_qty','4'),(12288,1442,'_tax_class',''),(12289,1442,'_line_subtotal','288'),(12290,1442,'_line_subtotal_tax','0'),(12291,1442,'_line_total','288'),(12292,1442,'_line_tax','0'),(12293,1442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12294,1443,'_product_id','97'),(12295,1443,'_variation_id','0'),(12296,1443,'_qty','1'),(12297,1443,'_tax_class',''),(12298,1443,'_line_subtotal','0'),(12299,1443,'_line_subtotal_tax','0'),(12300,1443,'_line_total','0'),(12301,1443,'_line_tax','0'),(12302,1443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12303,1444,'_product_id','99'),(12304,1444,'_variation_id','0'),(12305,1444,'_qty','1'),(12306,1444,'_tax_class',''),(12307,1444,'_line_subtotal','0'),(12308,1444,'_line_subtotal_tax','0'),(12309,1444,'_line_total','0'),(12310,1444,'_line_tax','0'),(12311,1444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12312,1445,'method_id','fedex'),(12313,1445,'instance_id','1'),(12314,1445,'cost','63.09'),(12315,1445,'total_tax','0'),(12316,1445,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12317,1445,'Package 1','17 × 14 × 10 (in) 40.05lbs × 1'),(12318,1445,'Package 2','17 × 14 × 10 (in) 8.85lbs × 1'),(12319,1446,'_product_id','23'),(12320,1446,'_variation_id','0'),(12321,1446,'_qty','2'),(12322,1446,'_tax_class',''),(12323,1446,'_line_subtotal','144'),(12324,1446,'_line_subtotal_tax','0'),(12325,1446,'_line_total','144'),(12326,1446,'_line_tax','0'),(12327,1446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12328,1447,'_product_id','38'),(12329,1447,'_variation_id','0'),(12330,1447,'_qty','2'),(12331,1447,'_tax_class',''),(12332,1447,'_line_subtotal','358.4'),(12333,1447,'_line_subtotal_tax','0'),(12334,1447,'_line_total','358.4'),(12335,1447,'_line_tax','0'),(12336,1447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12337,1448,'_product_id','42'),(12338,1448,'_variation_id','0'),(12339,1448,'_qty','2'),(12340,1448,'_tax_class',''),(12341,1448,'_line_subtotal','144'),(12342,1448,'_line_subtotal_tax','0'),(12343,1448,'_line_total','144'),(12344,1448,'_line_tax','0'),(12345,1448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12346,1449,'_product_id','41'),(12347,1449,'_variation_id','0'),(12348,1449,'_qty','4'),(12349,1449,'_tax_class',''),(12350,1449,'_line_subtotal','228.48'),(12351,1449,'_line_subtotal_tax','0'),(12352,1449,'_line_total','228.48'),(12353,1449,'_line_tax','0'),(12354,1449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12355,1450,'_product_id','51'),(12356,1450,'_variation_id','0'),(12357,1450,'_qty','3'),(12358,1450,'_tax_class',''),(12359,1450,'_line_subtotal','403.2'),(12360,1450,'_line_subtotal_tax','0'),(12361,1450,'_line_total','403.2'),(12362,1450,'_line_tax','0'),(12363,1450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12364,1451,'method_id','free_shipping'),(12365,1451,'instance_id','2'),(12366,1451,'cost','0.00'),(12367,1451,'total_tax','0'),(12368,1451,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12369,1451,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kit(Case of 6) &times; 3'),(12394,1455,'_product_id','42'),(12395,1455,'_variation_id','0'),(12396,1455,'_qty','2'),(12397,1455,'_tax_class',''),(12398,1455,'_line_subtotal','144'),(12399,1455,'_line_subtotal_tax','0'),(12400,1455,'_line_total','144'),(12401,1455,'_line_tax','0'),(12402,1455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12403,1456,'_product_id','49'),(12404,1456,'_variation_id','0'),(12405,1456,'_qty','2'),(12406,1456,'_tax_class',''),(12407,1456,'_line_subtotal','144'),(12408,1456,'_line_subtotal_tax','0'),(12409,1456,'_line_total','144'),(12410,1456,'_line_tax','0'),(12411,1456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12412,1457,'_product_id','43'),(12413,1457,'_variation_id','0'),(12414,1457,'_qty','1'),(12415,1457,'_tax_class',''),(12416,1457,'_line_subtotal','72'),(12417,1457,'_line_subtotal_tax','0'),(12418,1457,'_line_total','72'),(12419,1457,'_line_tax','0'),(12420,1457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12421,1458,'_product_id','39'),(12422,1458,'_variation_id','0'),(12423,1458,'_qty','1'),(12424,1458,'_tax_class',''),(12425,1458,'_line_subtotal','72'),(12426,1458,'_line_subtotal_tax','0'),(12427,1458,'_line_total','72'),(12428,1458,'_line_tax','0'),(12429,1458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12430,1459,'_product_id','40'),(12431,1459,'_variation_id','0'),(12432,1459,'_qty','1'),(12433,1459,'_tax_class',''),(12434,1459,'_line_subtotal','72'),(12435,1459,'_line_subtotal_tax','0'),(12436,1459,'_line_total','72'),(12437,1459,'_line_tax','0'),(12438,1459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12439,1460,'_product_id','490'),(12440,1460,'_variation_id','0'),(12441,1460,'_qty','10'),(12442,1460,'_tax_class',''),(12443,1460,'_line_subtotal','125'),(12444,1460,'_line_subtotal_tax','0'),(12445,1460,'_line_total','125'),(12446,1460,'_line_tax','0'),(12447,1460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12448,1461,'_product_id','488'),(12449,1461,'_variation_id','0'),(12450,1461,'_qty','1'),(12451,1461,'_tax_class',''),(12452,1461,'_line_subtotal','25'),(12453,1461,'_line_subtotal_tax','0'),(12454,1461,'_line_total','25'),(12455,1461,'_line_tax','0'),(12456,1461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12457,1462,'_product_id','487'),(12458,1462,'_variation_id','0'),(12459,1462,'_qty','1'),(12460,1462,'_tax_class',''),(12461,1462,'_line_subtotal','25'),(12462,1462,'_line_subtotal_tax','0'),(12463,1462,'_line_total','25'),(12464,1462,'_line_tax','0'),(12465,1462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12466,1463,'method_id','free_shipping'),(12467,1463,'instance_id','2'),(12468,1463,'cost','0.00'),(12469,1463,'total_tax','0'),(12470,1463,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12471,1463,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(12472,1464,'_product_id','39'),(12473,1464,'_variation_id','0'),(12474,1464,'_qty','1'),(12475,1464,'_tax_class',''),(12476,1464,'_line_subtotal','72'),(12477,1464,'_line_subtotal_tax','0'),(12478,1464,'_line_total','72'),(12479,1464,'_line_tax','0'),(12480,1464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12481,1465,'_product_id','40'),(12482,1465,'_variation_id','0'),(12483,1465,'_qty','1'),(12484,1465,'_tax_class',''),(12485,1465,'_line_subtotal','72'),(12486,1465,'_line_subtotal_tax','0'),(12487,1465,'_line_total','72'),(12488,1465,'_line_tax','0'),(12489,1465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12490,1466,'_product_id','490'),(12491,1466,'_variation_id','0'),(12492,1466,'_qty','10'),(12493,1466,'_tax_class',''),(12494,1466,'_line_subtotal','125'),(12495,1466,'_line_subtotal_tax','0'),(12496,1466,'_line_total','125'),(12497,1466,'_line_tax','0'),(12498,1466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12499,1467,'method_id','fedex'),(12500,1467,'instance_id','1'),(12501,1467,'cost','29.77'),(12502,1467,'total_tax','0'),(12503,1467,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12504,1467,'Package 1','17 × 14 × 10 (in) 37.35lbs × 1'),(12505,1468,'_product_id','39'),(12506,1468,'_variation_id','0'),(12507,1468,'_qty','2'),(12508,1468,'_tax_class',''),(12509,1468,'_line_subtotal','144'),(12510,1468,'_line_subtotal_tax','0'),(12511,1468,'_line_total','144'),(12512,1468,'_line_tax','0'),(12513,1468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12514,1469,'_product_id','40'),(12515,1469,'_variation_id','0'),(12516,1469,'_qty','2'),(12517,1469,'_tax_class',''),(12518,1469,'_line_subtotal','144'),(12519,1469,'_line_subtotal_tax','0'),(12520,1469,'_line_total','144'),(12521,1469,'_line_tax','0'),(12522,1469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12523,1470,'_product_id','490'),(12524,1470,'_variation_id','0'),(12525,1470,'_qty','10'),(12526,1470,'_tax_class',''),(12527,1470,'_line_subtotal','125'),(12528,1470,'_line_subtotal_tax','0'),(12529,1470,'_line_total','125'),(12530,1470,'_line_tax','0'),(12531,1470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12532,1471,'_product_id','49'),(12533,1471,'_variation_id','0'),(12534,1471,'_qty','2'),(12535,1471,'_tax_class',''),(12536,1471,'_line_subtotal','144'),(12537,1471,'_line_subtotal_tax','0'),(12538,1471,'_line_total','144'),(12539,1471,'_line_tax','0'),(12540,1471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12541,1472,'_product_id','43'),(12542,1472,'_variation_id','0'),(12543,1472,'_qty','2'),(12544,1472,'_tax_class',''),(12545,1472,'_line_subtotal','144'),(12546,1472,'_line_subtotal_tax','0'),(12547,1472,'_line_total','144'),(12548,1472,'_line_tax','0'),(12549,1472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12550,1473,'_product_id','120'),(12551,1473,'_variation_id','0'),(12552,1473,'_qty','1'),(12553,1473,'_tax_class',''),(12554,1473,'_line_subtotal','48'),(12555,1473,'_line_subtotal_tax','0'),(12556,1473,'_line_total','48'),(12557,1473,'_line_tax','0'),(12558,1473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12559,1474,'_product_id','42'),(12560,1474,'_variation_id','0'),(12561,1474,'_qty','1'),(12562,1474,'_tax_class',''),(12563,1474,'_line_subtotal','72'),(12564,1474,'_line_subtotal_tax','0'),(12565,1474,'_line_total','72'),(12566,1474,'_line_tax','0'),(12567,1474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12568,1475,'method_id','free_shipping'),(12569,1475,'instance_id','2'),(12570,1475,'cost','0.00'),(12571,1475,'total_tax','0'),(12572,1475,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12573,1475,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Bulk Active Rise 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(12574,1476,'_product_id','42'),(12575,1476,'_variation_id','0'),(12576,1476,'_qty','1'),(12577,1476,'_tax_class',''),(12578,1476,'_line_subtotal','72'),(12579,1476,'_line_subtotal_tax','0'),(12580,1476,'_line_total','72'),(12581,1476,'_line_tax','0'),(12582,1476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12583,1477,'_product_id','43'),(12584,1477,'_variation_id','0'),(12585,1477,'_qty','2'),(12586,1477,'_tax_class',''),(12587,1477,'_line_subtotal','144'),(12588,1477,'_line_subtotal_tax','0'),(12589,1477,'_line_total','144'),(12590,1477,'_line_tax','0'),(12591,1477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12592,1478,'_product_id','39'),(12593,1478,'_variation_id','0'),(12594,1478,'_qty','1'),(12595,1478,'_tax_class',''),(12596,1478,'_line_subtotal','72'),(12597,1478,'_line_subtotal_tax','0'),(12598,1478,'_line_total','72'),(12599,1478,'_line_tax','0'),(12600,1478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12601,1479,'_product_id','40'),(12602,1479,'_variation_id','0'),(12603,1479,'_qty','1'),(12604,1479,'_tax_class',''),(12605,1479,'_line_subtotal','72'),(12606,1479,'_line_subtotal_tax','0'),(12607,1479,'_line_total','72'),(12608,1479,'_line_tax','0'),(12609,1479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12610,1480,'_product_id','120'),(12611,1480,'_variation_id','0'),(12612,1480,'_qty','1'),(12613,1480,'_tax_class',''),(12614,1480,'_line_subtotal','48'),(12615,1480,'_line_subtotal_tax','0'),(12616,1480,'_line_total','48'),(12617,1480,'_line_tax','0'),(12618,1480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12619,1481,'_product_id','487'),(12620,1481,'_variation_id','0'),(12621,1481,'_qty','1'),(12622,1481,'_tax_class',''),(12623,1481,'_line_subtotal','25'),(12624,1481,'_line_subtotal_tax','0'),(12625,1481,'_line_total','25'),(12626,1481,'_line_tax','0'),(12627,1481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12628,1482,'_product_id','490'),(12629,1482,'_variation_id','0'),(12630,1482,'_qty','20'),(12631,1482,'_tax_class',''),(12632,1482,'_line_subtotal','250'),(12633,1482,'_line_subtotal_tax','0'),(12634,1482,'_line_total','250'),(12635,1482,'_line_tax','0'),(12636,1482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12637,1483,'method_id','free_shipping'),(12638,1483,'instance_id','2'),(12639,1483,'cost','0.00'),(12640,1483,'total_tax','0'),(12641,1483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12642,1483,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 20'),(12643,1484,'_product_id','43'),(12644,1484,'_variation_id','0'),(12645,1484,'_qty','2'),(12646,1484,'_tax_class',''),(12647,1484,'_line_subtotal','144'),(12648,1484,'_line_subtotal_tax','0'),(12649,1484,'_line_total','144'),(12650,1484,'_line_tax','0'),(12651,1484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12652,1485,'_product_id','45'),(12653,1485,'_variation_id','0'),(12654,1485,'_qty','1'),(12655,1485,'_tax_class',''),(12656,1485,'_line_subtotal','38.4'),(12657,1485,'_line_subtotal_tax','0'),(12658,1485,'_line_total','38.4'),(12659,1485,'_line_tax','0'),(12660,1485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12661,1486,'_product_id','39'),(12662,1486,'_variation_id','0'),(12663,1486,'_qty','1'),(12664,1486,'_tax_class',''),(12665,1486,'_line_subtotal','72'),(12666,1486,'_line_subtotal_tax','0'),(12667,1486,'_line_total','72'),(12668,1486,'_line_tax','0'),(12669,1486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12670,1487,'method_id','fedex'),(12671,1487,'instance_id','1'),(12672,1487,'cost','24.93'),(12673,1487,'total_tax','0'),(12674,1487,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12675,1487,'Package 1','17 × 14 × 10 (in) 31.5lbs × 1'),(12676,1488,'_product_id','23'),(12677,1488,'_variation_id','0'),(12678,1488,'_qty','4'),(12679,1488,'_tax_class',''),(12680,1488,'_line_subtotal','288'),(12681,1488,'_line_subtotal_tax','0'),(12682,1488,'_line_total','288'),(12683,1488,'_line_tax','0'),(12684,1488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12685,1489,'_product_id','38'),(12686,1489,'_variation_id','0'),(12687,1489,'_qty','2'),(12688,1489,'_tax_class',''),(12689,1489,'_line_subtotal','358.4'),(12690,1489,'_line_subtotal_tax','0'),(12691,1489,'_line_total','358.4'),(12692,1489,'_line_tax','0'),(12693,1489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12694,1490,'_product_id','41'),(12695,1490,'_variation_id','0'),(12696,1490,'_qty','3'),(12697,1490,'_tax_class',''),(12698,1490,'_line_subtotal','171.36'),(12699,1490,'_line_subtotal_tax','0'),(12700,1490,'_line_total','171.36'),(12701,1490,'_line_tax','0'),(12702,1490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12703,1491,'_product_id','43'),(12704,1491,'_variation_id','0'),(12705,1491,'_qty','1'),(12706,1491,'_tax_class',''),(12707,1491,'_line_subtotal','72'),(12708,1491,'_line_subtotal_tax','0'),(12709,1491,'_line_total','72'),(12710,1491,'_line_tax','0'),(12711,1491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12712,1492,'_product_id','49'),(12713,1492,'_variation_id','0'),(12714,1492,'_qty','2'),(12715,1492,'_tax_class',''),(12716,1492,'_line_subtotal','144'),(12717,1492,'_line_subtotal_tax','0'),(12718,1492,'_line_total','144'),(12719,1492,'_line_tax','0'),(12720,1492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12721,1493,'_product_id','44'),(12722,1493,'_variation_id','0'),(12723,1493,'_qty','1'),(12724,1493,'_tax_class',''),(12725,1493,'_line_subtotal','105.6'),(12726,1493,'_line_subtotal_tax','0'),(12727,1493,'_line_total','105.6'),(12728,1493,'_line_tax','0'),(12729,1493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12730,1494,'_product_id','133'),(12731,1494,'_variation_id','0'),(12732,1494,'_qty','3'),(12733,1494,'_tax_class',''),(12734,1494,'_line_subtotal','39'),(12735,1494,'_line_subtotal_tax','0'),(12736,1494,'_line_total','39'),(12737,1494,'_line_tax','0'),(12738,1494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12739,1495,'method_id','free_shipping'),(12740,1495,'instance_id','2'),(12741,1495,'cost','0.00'),(12742,1495,'total_tax','0'),(12743,1495,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12744,1495,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Disposable Head Bands &times; 3'),(12745,1496,'_product_id','23'),(12746,1496,'_variation_id','0'),(12747,1496,'_qty','2'),(12748,1496,'_tax_class',''),(12749,1496,'_line_subtotal','144'),(12750,1496,'_line_subtotal_tax','0'),(12751,1496,'_line_total','144'),(12752,1496,'_line_tax','0'),(12753,1496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12754,1497,'_product_id','38'),(12755,1497,'_variation_id','0'),(12756,1497,'_qty','2'),(12757,1497,'_tax_class',''),(12758,1497,'_line_subtotal','358.4'),(12759,1497,'_line_subtotal_tax','0'),(12760,1497,'_line_total','358.4'),(12761,1497,'_line_tax','0'),(12762,1497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12763,1498,'_product_id','41'),(12764,1498,'_variation_id','0'),(12765,1498,'_qty','2'),(12766,1498,'_tax_class',''),(12767,1498,'_line_subtotal','114.24'),(12768,1498,'_line_subtotal_tax','0'),(12769,1498,'_line_total','114.24'),(12770,1498,'_line_tax','0'),(12771,1498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12772,1499,'_product_id','43'),(12773,1499,'_variation_id','0'),(12774,1499,'_qty','2'),(12775,1499,'_tax_class',''),(12776,1499,'_line_subtotal','144'),(12777,1499,'_line_subtotal_tax','0'),(12778,1499,'_line_total','144'),(12779,1499,'_line_tax','0'),(12780,1499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12781,1500,'_product_id','49'),(12782,1500,'_variation_id','0'),(12783,1500,'_qty','1'),(12784,1500,'_tax_class',''),(12785,1500,'_line_subtotal','72'),(12786,1500,'_line_subtotal_tax','0'),(12787,1500,'_line_total','72'),(12788,1500,'_line_tax','0'),(12789,1500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12790,1501,'_product_id','490'),(12791,1501,'_variation_id','0'),(12792,1501,'_qty','10'),(12793,1501,'_tax_class',''),(12794,1501,'_line_subtotal','125'),(12795,1501,'_line_subtotal_tax','0'),(12796,1501,'_line_total','125'),(12797,1501,'_line_tax','0'),(12798,1501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12799,1502,'_product_id','45'),(12800,1502,'_variation_id','0'),(12801,1502,'_qty','1'),(12802,1502,'_tax_class',''),(12803,1502,'_line_subtotal','38.4'),(12804,1502,'_line_subtotal_tax','0'),(12805,1502,'_line_total','38.4'),(12806,1502,'_line_tax','0'),(12807,1502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12808,1503,'_product_id','118'),(12809,1503,'_variation_id','0'),(12810,1503,'_qty','2'),(12811,1503,'_tax_class',''),(12812,1503,'_line_subtotal','336'),(12813,1503,'_line_subtotal_tax','0'),(12814,1503,'_line_total','336'),(12815,1503,'_line_tax','0'),(12816,1503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12817,1504,'_product_id','51'),(12818,1504,'_variation_id','0'),(12819,1504,'_qty','4'),(12820,1504,'_tax_class',''),(12821,1504,'_line_subtotal','537.6'),(12822,1504,'_line_subtotal_tax','0'),(12823,1504,'_line_total','537.6'),(12824,1504,'_line_tax','0'),(12825,1504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12826,1505,'_product_id','120'),(12827,1505,'_variation_id','0'),(12828,1505,'_qty','1'),(12829,1505,'_tax_class',''),(12830,1505,'_line_subtotal','48'),(12831,1505,'_line_subtotal_tax','0'),(12832,1505,'_line_total','48'),(12833,1505,'_line_tax','0'),(12834,1505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12835,1506,'method_id','free_shipping'),(12836,1506,'instance_id','2'),(12837,1506,'cost','0.00'),(12838,1506,'total_tax','0'),(12839,1506,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12840,1506,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 2oz(Case of 24) &times; 1'),(12841,1507,'_product_id','93'),(12842,1507,'_variation_id','0'),(12843,1507,'_qty','20'),(12844,1507,'_tax_class',''),(12845,1507,'_line_subtotal','0'),(12846,1507,'_line_subtotal_tax','0'),(12847,1507,'_line_total','0'),(12848,1507,'_line_tax','0'),(12849,1507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12850,1508,'_product_id','41'),(12851,1508,'_variation_id','0'),(12852,1508,'_qty','2'),(12853,1508,'_tax_class',''),(12854,1508,'_line_subtotal','114.24'),(12855,1508,'_line_subtotal_tax','0'),(12856,1508,'_line_total','114.24'),(12857,1508,'_line_tax','0'),(12858,1508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12859,1509,'_product_id','99'),(12860,1509,'_variation_id','0'),(12861,1509,'_qty','3'),(12862,1509,'_tax_class',''),(12863,1509,'_line_subtotal','0'),(12864,1509,'_line_subtotal_tax','0'),(12865,1509,'_line_total','0'),(12866,1509,'_line_tax','0'),(12867,1509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12868,1510,'method_id','fedex'),(12869,1510,'instance_id','1'),(12870,1510,'cost','65.14'),(12871,1510,'total_tax','0'),(12872,1510,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12873,1510,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(12874,1510,'Package 2','17 × 14 × 10 (in) 33.25lbs × 1'),(12908,1515,'_product_id','41'),(12909,1515,'_variation_id','0'),(12910,1515,'_qty','1'),(12911,1515,'_tax_class',''),(12912,1515,'_line_subtotal','57.12'),(12913,1515,'_line_subtotal_tax','0'),(12914,1515,'_line_total','57.12'),(12915,1515,'_line_tax','0'),(12916,1515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12917,1516,'_product_id','93'),(12918,1516,'_variation_id','0'),(12919,1516,'_qty','10'),(12920,1516,'_tax_class',''),(12921,1516,'_line_subtotal','0'),(12922,1516,'_line_subtotal_tax','0'),(12923,1516,'_line_total','0'),(12924,1516,'_line_tax','0'),(12925,1516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12926,1517,'_product_id','43'),(12927,1517,'_variation_id','0'),(12928,1517,'_qty','2'),(12929,1517,'_tax_class',''),(12930,1517,'_line_subtotal','144'),(12931,1517,'_line_subtotal_tax','0'),(12932,1517,'_line_total','144'),(12933,1517,'_line_tax','0'),(12934,1517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12935,1518,'method_id','fedex'),(12936,1518,'instance_id','1'),(12937,1518,'cost','26.45'),(12938,1518,'total_tax','0'),(12939,1518,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12940,1518,'Package 1','17 × 14 × 10 (in) 40.5lbs × 1'),(12941,1519,'_product_id','488'),(12942,1519,'_variation_id','0'),(12943,1519,'_qty','6'),(12944,1519,'_tax_class',''),(12945,1519,'_line_subtotal','150'),(12946,1519,'_line_subtotal_tax','0'),(12947,1519,'_line_total','150'),(12948,1519,'_line_tax','0'),(12949,1519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12950,1520,'_product_id','23'),(12951,1520,'_variation_id','0'),(12952,1520,'_qty','2'),(12953,1520,'_tax_class',''),(12954,1520,'_line_subtotal','144'),(12955,1520,'_line_subtotal_tax','0'),(12956,1520,'_line_total','144'),(12957,1520,'_line_tax','0'),(12958,1520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12959,1521,'_product_id','38'),(12960,1521,'_variation_id','0'),(12961,1521,'_qty','2'),(12962,1521,'_tax_class',''),(12963,1521,'_line_subtotal','358.4'),(12964,1521,'_line_subtotal_tax','0'),(12965,1521,'_line_total','358.4'),(12966,1521,'_line_tax','0'),(12967,1521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12968,1522,'_product_id','490'),(12969,1522,'_variation_id','0'),(12970,1522,'_qty','10'),(12971,1522,'_tax_class',''),(12972,1522,'_line_subtotal','125'),(12973,1522,'_line_subtotal_tax','0'),(12974,1522,'_line_total','125'),(12975,1522,'_line_tax','0'),(12976,1522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12977,1523,'method_id','free_shipping'),(12978,1523,'instance_id','2'),(12979,1523,'cost','0.00'),(12980,1523,'total_tax','0'),(12981,1523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(12982,1523,'Items','Bulk Detangling Spray 1 Gallon RM &times; 6, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rise 100% RM &times; 10'),(12983,1524,'_product_id','45'),(12984,1524,'_variation_id','0'),(12985,1524,'_qty','1'),(12986,1524,'_tax_class',''),(12987,1524,'_line_subtotal','38.4'),(12988,1524,'_line_subtotal_tax','0'),(12989,1524,'_line_total','38.4'),(12990,1524,'_line_tax','0'),(12991,1524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(12992,1525,'_product_id','41'),(12993,1525,'_variation_id','0'),(12994,1525,'_qty','4'),(12995,1525,'_tax_class',''),(12996,1525,'_line_subtotal','228.48'),(12997,1525,'_line_subtotal_tax','0'),(12998,1525,'_line_total','228.48'),(12999,1525,'_line_tax','0'),(13000,1525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13001,1526,'method_id','fedex'),(13002,1526,'instance_id','1'),(13003,1526,'cost','26.89'),(13004,1526,'total_tax','0'),(13005,1526,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13006,1526,'Package 1','17 × 14 × 10 (in) 18.1lbs × 1'),(13007,1527,'_product_id','42'),(13008,1527,'_variation_id','0'),(13009,1527,'_qty','1'),(13010,1527,'_tax_class',''),(13011,1527,'_line_subtotal','72'),(13012,1527,'_line_subtotal_tax','0'),(13013,1527,'_line_total','72'),(13014,1527,'_line_tax','0'),(13015,1527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13016,1528,'_product_id','38'),(13017,1528,'_variation_id','0'),(13018,1528,'_qty','1'),(13019,1528,'_tax_class',''),(13020,1528,'_line_subtotal','179.2'),(13021,1528,'_line_subtotal_tax','0'),(13022,1528,'_line_total','179.2'),(13023,1528,'_line_tax','0'),(13024,1528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13025,1529,'_product_id','41'),(13026,1529,'_variation_id','0'),(13027,1529,'_qty','1'),(13028,1529,'_tax_class',''),(13029,1529,'_line_subtotal','57.12'),(13030,1529,'_line_subtotal_tax','0'),(13031,1529,'_line_total','57.12'),(13032,1529,'_line_tax','0'),(13033,1529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13034,1530,'_product_id','51'),(13035,1530,'_variation_id','0'),(13036,1530,'_qty','1'),(13037,1530,'_tax_class',''),(13038,1530,'_line_subtotal','134.4'),(13039,1530,'_line_subtotal_tax','0'),(13040,1530,'_line_total','134.4'),(13041,1530,'_line_tax','0'),(13042,1530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13043,1531,'_product_id','43'),(13044,1531,'_variation_id','0'),(13045,1531,'_qty','1'),(13046,1531,'_tax_class',''),(13047,1531,'_line_subtotal','72'),(13048,1531,'_line_subtotal_tax','0'),(13049,1531,'_line_total','72'),(13050,1531,'_line_tax','0'),(13051,1531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13052,1532,'_product_id','49'),(13053,1532,'_variation_id','0'),(13054,1532,'_qty','1'),(13055,1532,'_tax_class',''),(13056,1532,'_line_subtotal','72'),(13057,1532,'_line_subtotal_tax','0'),(13058,1532,'_line_total','72'),(13059,1532,'_line_tax','0'),(13060,1532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13061,1533,'_product_id','487'),(13062,1533,'_variation_id','0'),(13063,1533,'_qty','1'),(13064,1533,'_tax_class',''),(13065,1533,'_line_subtotal','25'),(13066,1533,'_line_subtotal_tax','0'),(13067,1533,'_line_total','25'),(13068,1533,'_line_tax','0'),(13069,1533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13070,1534,'_product_id','44'),(13071,1534,'_variation_id','0'),(13072,1534,'_qty','1'),(13073,1534,'_tax_class',''),(13074,1534,'_line_subtotal','105.6'),(13075,1534,'_line_subtotal_tax','0'),(13076,1534,'_line_total','105.6'),(13077,1534,'_line_tax','0'),(13078,1534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13079,1535,'_product_id','488'),(13080,1535,'_variation_id','0'),(13081,1535,'_qty','1'),(13082,1535,'_tax_class',''),(13083,1535,'_line_subtotal','25'),(13084,1535,'_line_subtotal_tax','0'),(13085,1535,'_line_total','25'),(13086,1535,'_line_tax','0'),(13087,1535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13088,1536,'_product_id','45'),(13089,1536,'_variation_id','0'),(13090,1536,'_qty','1'),(13091,1536,'_tax_class',''),(13092,1536,'_line_subtotal','38.4'),(13093,1536,'_line_subtotal_tax','0'),(13094,1536,'_line_total','38.4'),(13095,1536,'_line_tax','0'),(13096,1536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13097,1537,'method_id','free_shipping'),(13098,1537,'instance_id','2'),(13099,1537,'cost','0.00'),(13100,1537,'total_tax','0'),(13101,1537,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13102,1537,'Items','Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(13103,1538,'_product_id','93'),(13104,1538,'_variation_id','0'),(13105,1538,'_qty','6'),(13106,1538,'_tax_class',''),(13107,1538,'_line_subtotal','0'),(13108,1538,'_line_subtotal_tax','0'),(13109,1538,'_line_total','0'),(13110,1538,'_line_tax','0'),(13111,1538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13112,1539,'_product_id','99'),(13113,1539,'_variation_id','0'),(13114,1539,'_qty','1'),(13115,1539,'_tax_class',''),(13116,1539,'_line_subtotal','0'),(13117,1539,'_line_subtotal_tax','0'),(13118,1539,'_line_total','0'),(13119,1539,'_line_tax','0'),(13120,1539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13121,1540,'method_id','fedex'),(13122,1540,'instance_id','1'),(13123,1540,'cost','17.41'),(13124,1540,'total_tax','0'),(13125,1540,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13126,1540,'Package 1','17 × 14 × 10 (in) 21.75lbs × 1'),(13127,1541,'_product_id','41'),(13128,1541,'_variation_id','0'),(13129,1541,'_qty','1'),(13130,1541,'_tax_class',''),(13131,1541,'_line_subtotal','57.12'),(13132,1541,'_line_subtotal_tax','0'),(13133,1541,'_line_total','57.12'),(13134,1541,'_line_tax','0'),(13135,1541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13136,1542,'_product_id','39'),(13137,1542,'_variation_id','0'),(13138,1542,'_qty','1'),(13139,1542,'_tax_class',''),(13140,1542,'_line_subtotal','72'),(13141,1542,'_line_subtotal_tax','0'),(13142,1542,'_line_total','72'),(13143,1542,'_line_tax','0'),(13144,1542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13145,1543,'_product_id','40'),(13146,1543,'_variation_id','0'),(13147,1543,'_qty','1'),(13148,1543,'_tax_class',''),(13149,1543,'_line_subtotal','72'),(13150,1543,'_line_subtotal_tax','0'),(13151,1543,'_line_total','72'),(13152,1543,'_line_tax','0'),(13153,1543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13154,1544,'method_id','fedex'),(13155,1544,'instance_id','1'),(13156,1544,'cost','17.57'),(13157,1544,'total_tax','0'),(13158,1544,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13159,1544,'Package 1','17 × 14 × 10 (in) 18.25lbs × 1'),(13160,1545,'_product_id','93'),(13161,1545,'_variation_id','0'),(13162,1545,'_qty','10'),(13163,1545,'_tax_class',''),(13164,1545,'_line_subtotal','0'),(13165,1545,'_line_subtotal_tax','0'),(13166,1545,'_line_total','0'),(13167,1545,'_line_tax','0'),(13168,1545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13169,1546,'method_id','fedex'),(13170,1546,'instance_id','1'),(13171,1546,'cost','14.89'),(13172,1546,'total_tax','0'),(13173,1546,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13174,1546,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(13175,1547,'_product_id','43'),(13176,1547,'_variation_id','0'),(13177,1547,'_qty','2'),(13178,1547,'_tax_class',''),(13179,1547,'_line_subtotal','144'),(13180,1547,'_line_subtotal_tax','0'),(13181,1547,'_line_total','144'),(13182,1547,'_line_tax','0'),(13183,1547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13184,1548,'_product_id','38'),(13185,1548,'_variation_id','0'),(13186,1548,'_qty','3'),(13187,1548,'_tax_class',''),(13188,1548,'_line_subtotal','537.6'),(13189,1548,'_line_subtotal_tax','0'),(13190,1548,'_line_total','537.6'),(13191,1548,'_line_tax','0'),(13192,1548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13193,1549,'_product_id','23'),(13194,1549,'_variation_id','0'),(13195,1549,'_qty','3'),(13196,1549,'_tax_class',''),(13197,1549,'_line_subtotal','216'),(13198,1549,'_line_subtotal_tax','0'),(13199,1549,'_line_total','216'),(13200,1549,'_line_tax','0'),(13201,1549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13202,1550,'_product_id','41'),(13203,1550,'_variation_id','0'),(13204,1550,'_qty','3'),(13205,1550,'_tax_class',''),(13206,1550,'_line_subtotal','171.36'),(13207,1550,'_line_subtotal_tax','0'),(13208,1550,'_line_total','171.36'),(13209,1550,'_line_tax','0'),(13210,1550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13211,1551,'_product_id','45'),(13212,1551,'_variation_id','0'),(13213,1551,'_qty','1'),(13214,1551,'_tax_class',''),(13215,1551,'_line_subtotal','38.4'),(13216,1551,'_line_subtotal_tax','0'),(13217,1551,'_line_total','38.4'),(13218,1551,'_line_tax','0'),(13219,1551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13220,1552,'method_id','fedex'),(13221,1552,'instance_id','1'),(13222,1552,'cost','117.54'),(13223,1552,'total_tax','0'),(13224,1552,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13225,1552,'Package 1','17 × 14 × 10 (in) 41.1lbs × 1'),(13226,1552,'Package 2','14 × 14 × 14 (in) 26.8lbs × 1'),(13227,1552,'Package 3','14 × 14 × 14 (in) 24.3lbs × 1'),(13228,1552,'Package 4','14 × 14 × 14 (in) 19.5lbs × 1'),(13229,1553,'_product_id','41'),(13230,1553,'_variation_id','0'),(13231,1553,'_qty','2'),(13232,1553,'_tax_class',''),(13233,1553,'_line_subtotal','114.24'),(13234,1553,'_line_subtotal_tax','0'),(13235,1553,'_line_total','114.24'),(13236,1553,'_line_tax','0'),(13237,1553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13238,1554,'_product_id','45'),(13239,1554,'_variation_id','0'),(13240,1554,'_qty','1'),(13241,1554,'_tax_class',''),(13242,1554,'_line_subtotal','38.4'),(13243,1554,'_line_subtotal_tax','0'),(13244,1554,'_line_total','38.4'),(13245,1554,'_line_tax','0'),(13246,1554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13247,1555,'_product_id','23'),(13248,1555,'_variation_id','0'),(13249,1555,'_qty','4'),(13250,1555,'_tax_class',''),(13251,1555,'_line_subtotal','288'),(13252,1555,'_line_subtotal_tax','0'),(13253,1555,'_line_total','288'),(13254,1555,'_line_tax','0'),(13255,1555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13256,1556,'_product_id','38'),(13257,1556,'_variation_id','0'),(13258,1556,'_qty','2'),(13259,1556,'_tax_class',''),(13260,1556,'_line_subtotal','358.4'),(13261,1556,'_line_subtotal_tax','0'),(13262,1556,'_line_total','358.4'),(13263,1556,'_line_tax','0'),(13264,1556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13265,1557,'_product_id','116'),(13266,1557,'_variation_id','0'),(13267,1557,'_qty','1'),(13268,1557,'_tax_class',''),(13269,1557,'_line_subtotal','132'),(13270,1557,'_line_subtotal_tax','0'),(13271,1557,'_line_total','132'),(13272,1557,'_line_tax','0'),(13273,1557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13274,1558,'_product_id','93'),(13275,1558,'_variation_id','0'),(13276,1558,'_qty','2'),(13277,1558,'_tax_class',''),(13278,1558,'_line_subtotal','0'),(13279,1558,'_line_subtotal_tax','0'),(13280,1558,'_line_total','0'),(13281,1558,'_line_tax','0'),(13282,1558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13283,1559,'method_id','free_shipping'),(13284,1559,'instance_id','2'),(13285,1559,'cost','0.00'),(13286,1559,'total_tax','0'),(13287,1559,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13288,1559,'Items','Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Bulk Active Rise 100% &times; 2'),(13289,1560,'_product_id','93'),(13290,1560,'_variation_id','0'),(13291,1560,'_qty','12'),(13292,1560,'_tax_class',''),(13293,1560,'_line_subtotal','0'),(13294,1560,'_line_subtotal_tax','0'),(13295,1560,'_line_total','0'),(13296,1560,'_line_tax','0'),(13297,1560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13298,1561,'_product_id','97'),(13299,1561,'_variation_id','0'),(13300,1561,'_qty','4'),(13301,1561,'_tax_class',''),(13302,1561,'_line_subtotal','0'),(13303,1561,'_line_subtotal_tax','0'),(13304,1561,'_line_total','0'),(13305,1561,'_line_tax','0'),(13306,1561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13307,1562,'_product_id','23'),(13308,1562,'_variation_id','0'),(13309,1562,'_qty','2'),(13310,1562,'_tax_class',''),(13311,1562,'_line_subtotal','144'),(13312,1562,'_line_subtotal_tax','0'),(13313,1562,'_line_total','144'),(13314,1562,'_line_tax','0'),(13315,1562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13316,1563,'_product_id','38'),(13317,1563,'_variation_id','0'),(13318,1563,'_qty','2'),(13319,1563,'_tax_class',''),(13320,1563,'_line_subtotal','358.4'),(13321,1563,'_line_subtotal_tax','0'),(13322,1563,'_line_total','358.4'),(13323,1563,'_line_tax','0'),(13324,1563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13325,1564,'_product_id','41'),(13326,1564,'_variation_id','0'),(13327,1564,'_qty','2'),(13328,1564,'_tax_class',''),(13329,1564,'_line_subtotal','114.24'),(13330,1564,'_line_subtotal_tax','0'),(13331,1564,'_line_total','114.24'),(13332,1564,'_line_tax','0'),(13333,1564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13334,1565,'_product_id','45'),(13335,1565,'_variation_id','0'),(13336,1565,'_qty','2'),(13337,1565,'_tax_class',''),(13338,1565,'_line_subtotal','76.8'),(13339,1565,'_line_subtotal_tax','0'),(13340,1565,'_line_total','76.8'),(13341,1565,'_line_tax','0'),(13342,1565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13343,1566,'method_id','free_shipping'),(13344,1566,'instance_id','2'),(13345,1566,'cost','0.00'),(13346,1566,'total_tax','0'),(13347,1566,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13348,1566,'Items','Bulk Active Rise 100% &times; 12, Bulk Detangling Spray 1 Gallon &times; 4, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(13349,1567,'_product_id','23'),(13350,1567,'_variation_id','0'),(13351,1567,'_qty','4'),(13352,1567,'_tax_class',''),(13353,1567,'_line_subtotal','288'),(13354,1567,'_line_subtotal_tax','0'),(13355,1567,'_line_total','288'),(13356,1567,'_line_tax','0'),(13357,1567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13358,1568,'_product_id','41'),(13359,1568,'_variation_id','0'),(13360,1568,'_qty','4'),(13361,1568,'_tax_class',''),(13362,1568,'_line_subtotal','228.48'),(13363,1568,'_line_subtotal_tax','0'),(13364,1568,'_line_total','228.48'),(13365,1568,'_line_tax','0'),(13366,1568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13367,1569,'_product_id','43'),(13368,1569,'_variation_id','0'),(13369,1569,'_qty','1'),(13370,1569,'_tax_class',''),(13371,1569,'_line_subtotal','72'),(13372,1569,'_line_subtotal_tax','0'),(13373,1569,'_line_total','72'),(13374,1569,'_line_tax','0'),(13375,1569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13376,1570,'method_id','free_shipping'),(13377,1570,'instance_id','2'),(13378,1570,'cost','0.00'),(13379,1570,'total_tax','0'),(13380,1570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13381,1570,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1'),(13382,1571,'_product_id','45'),(13383,1571,'_variation_id','0'),(13384,1571,'_qty','1'),(13385,1571,'_tax_class',''),(13386,1571,'_line_subtotal','38.4'),(13387,1571,'_line_subtotal_tax','0'),(13388,1571,'_line_total','38.4'),(13389,1571,'_line_tax','0'),(13390,1571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13391,1572,'_product_id','118'),(13392,1572,'_variation_id','0'),(13393,1572,'_qty','1'),(13394,1572,'_tax_class',''),(13395,1572,'_line_subtotal','168'),(13396,1572,'_line_subtotal_tax','0'),(13397,1572,'_line_total','168'),(13398,1572,'_line_tax','0'),(13399,1572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13400,1573,'_product_id','41'),(13401,1573,'_variation_id','0'),(13402,1573,'_qty','2'),(13403,1573,'_tax_class',''),(13404,1573,'_line_subtotal','114.24'),(13405,1573,'_line_subtotal_tax','0'),(13406,1573,'_line_total','114.24'),(13407,1573,'_line_tax','0'),(13408,1573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13409,1574,'_product_id','488'),(13410,1574,'_variation_id','0'),(13411,1574,'_qty','1'),(13412,1574,'_tax_class',''),(13413,1574,'_line_subtotal','25'),(13414,1574,'_line_subtotal_tax','0'),(13415,1574,'_line_total','25'),(13416,1574,'_line_tax','0'),(13417,1574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13418,1575,'_product_id','487'),(13419,1575,'_variation_id','0'),(13420,1575,'_qty','1'),(13421,1575,'_tax_class',''),(13422,1575,'_line_subtotal','25'),(13423,1575,'_line_subtotal_tax','0'),(13424,1575,'_line_total','25'),(13425,1575,'_line_tax','0'),(13426,1575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13427,1576,'_product_id','490'),(13428,1576,'_variation_id','0'),(13429,1576,'_qty','10'),(13430,1576,'_tax_class',''),(13431,1576,'_line_subtotal','125'),(13432,1576,'_line_subtotal_tax','0'),(13433,1576,'_line_total','125'),(13434,1576,'_line_tax','0'),(13435,1576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13436,1577,'_product_id','131'),(13437,1577,'_variation_id','0'),(13438,1577,'_qty','1'),(13439,1577,'_tax_class',''),(13440,1577,'_line_subtotal','11.5'),(13441,1577,'_line_subtotal_tax','0'),(13442,1577,'_line_total','11.5'),(13443,1577,'_line_tax','0'),(13444,1577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13445,1578,'method_id','free_shipping'),(13446,1578,'instance_id','2'),(13447,1578,'cost','0.00'),(13448,1578,'total_tax','0'),(13449,1578,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13450,1578,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 10, Disposable Capes &times; 1'),(13451,1579,'_product_id','93'),(13452,1579,'_variation_id','0'),(13453,1579,'_qty','40'),(13454,1579,'_tax_class',''),(13455,1579,'_line_subtotal','0'),(13456,1579,'_line_subtotal_tax','0'),(13457,1579,'_line_total','0'),(13458,1579,'_line_tax','0'),(13459,1579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13460,1580,'_product_id','41'),(13461,1580,'_variation_id','0'),(13462,1580,'_qty','4'),(13463,1580,'_tax_class',''),(13464,1580,'_line_subtotal','228.48'),(13465,1580,'_line_subtotal_tax','0'),(13466,1580,'_line_total','228.48'),(13467,1580,'_line_tax','0'),(13468,1580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13469,1581,'_product_id','43'),(13470,1581,'_variation_id','0'),(13471,1581,'_qty','2'),(13472,1581,'_tax_class',''),(13473,1581,'_line_subtotal','144'),(13474,1581,'_line_subtotal_tax','0'),(13475,1581,'_line_total','144'),(13476,1581,'_line_tax','0'),(13477,1581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13478,1582,'_product_id','120'),(13479,1582,'_variation_id','0'),(13480,1582,'_qty','1'),(13481,1582,'_tax_class',''),(13482,1582,'_line_subtotal','48'),(13483,1582,'_line_subtotal_tax','0'),(13484,1582,'_line_total','48'),(13485,1582,'_line_tax','0'),(13486,1582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13487,1583,'_product_id','23'),(13488,1583,'_variation_id','0'),(13489,1583,'_qty','2'),(13490,1583,'_tax_class',''),(13491,1583,'_line_subtotal','144'),(13492,1583,'_line_subtotal_tax','0'),(13493,1583,'_line_total','144'),(13494,1583,'_line_tax','0'),(13495,1583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13496,1584,'_product_id','38'),(13497,1584,'_variation_id','0'),(13498,1584,'_qty','2'),(13499,1584,'_tax_class',''),(13500,1584,'_line_subtotal','358.4'),(13501,1584,'_line_subtotal_tax','0'),(13502,1584,'_line_total','358.4'),(13503,1584,'_line_tax','0'),(13504,1584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13505,1585,'_product_id','133'),(13506,1585,'_variation_id','0'),(13507,1585,'_qty','1'),(13508,1585,'_tax_class',''),(13509,1585,'_line_subtotal','13'),(13510,1585,'_line_subtotal_tax','0'),(13511,1585,'_line_total','13'),(13512,1585,'_line_tax','0'),(13513,1585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13514,1586,'method_id','free_shipping'),(13515,1586,'instance_id','2'),(13516,1586,'cost','0.00'),(13517,1586,'total_tax','0'),(13518,1586,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13519,1586,'Items','Bulk Active Rise 100% &times; 40, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Disposable Head Bands &times; 1'),(13520,1587,'_product_id','42'),(13521,1587,'_variation_id','0'),(13522,1587,'_qty','2'),(13523,1587,'_tax_class',''),(13524,1587,'_line_subtotal','144'),(13525,1587,'_line_subtotal_tax','0'),(13526,1587,'_line_total','144'),(13527,1587,'_line_tax','0'),(13528,1587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13529,1588,'_product_id','49'),(13530,1588,'_variation_id','0'),(13531,1588,'_qty','2'),(13532,1588,'_tax_class',''),(13533,1588,'_line_subtotal','144'),(13534,1588,'_line_subtotal_tax','0'),(13535,1588,'_line_total','144'),(13536,1588,'_line_tax','0'),(13537,1588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13538,1589,'method_id','fedex'),(13539,1589,'instance_id','1'),(13540,1589,'cost','20.18'),(13541,1589,'total_tax','0'),(13542,1589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13543,1589,'Package 1','17 × 14 × 10 (in) 26.4lbs × 1'),(13632,1600,'_product_id','23'),(13633,1600,'_variation_id','0'),(13634,1600,'_qty','5'),(13635,1600,'_tax_class',''),(13636,1600,'_line_subtotal','360'),(13637,1600,'_line_subtotal_tax','0'),(13638,1600,'_line_total','360'),(13639,1600,'_line_tax','0'),(13640,1600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13641,1601,'_product_id','41'),(13642,1601,'_variation_id','0'),(13643,1601,'_qty','2'),(13644,1601,'_tax_class',''),(13645,1601,'_line_subtotal','114.24'),(13646,1601,'_line_subtotal_tax','0'),(13647,1601,'_line_total','114.24'),(13648,1601,'_line_tax','0'),(13649,1601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13650,1602,'_product_id','43'),(13651,1602,'_variation_id','0'),(13652,1602,'_qty','4'),(13653,1602,'_tax_class',''),(13654,1602,'_line_subtotal','288'),(13655,1602,'_line_subtotal_tax','0'),(13656,1602,'_line_total','288'),(13657,1602,'_line_tax','0'),(13658,1602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13659,1603,'_product_id','49'),(13660,1603,'_variation_id','0'),(13661,1603,'_qty','4'),(13662,1603,'_tax_class',''),(13663,1603,'_line_subtotal','288'),(13664,1603,'_line_subtotal_tax','0'),(13665,1603,'_line_total','288'),(13666,1603,'_line_tax','0'),(13667,1603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13668,1604,'method_id','fedex'),(13669,1604,'instance_id','1'),(13670,1604,'cost','75.55'),(13671,1604,'total_tax','0'),(13672,1604,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13673,1604,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(13674,1604,'Package 2','17 × 14 × 10 (in) 41.4lbs × 1'),(13675,1604,'Package 3','17 × 14 × 10 (in) 25.3lbs × 1'),(13676,1605,'_product_id','23'),(13677,1605,'_variation_id','0'),(13678,1605,'_qty','2'),(13679,1605,'_tax_class',''),(13680,1605,'_line_subtotal','144'),(13681,1605,'_line_subtotal_tax','0'),(13682,1605,'_line_total','144'),(13683,1605,'_line_tax','0'),(13684,1605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13685,1606,'_product_id','41'),(13686,1606,'_variation_id','0'),(13687,1606,'_qty','2'),(13688,1606,'_tax_class',''),(13689,1606,'_line_subtotal','114.24'),(13690,1606,'_line_subtotal_tax','0'),(13691,1606,'_line_total','114.24'),(13692,1606,'_line_tax','0'),(13693,1606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13694,1607,'_product_id','39'),(13695,1607,'_variation_id','0'),(13696,1607,'_qty','1'),(13697,1607,'_tax_class',''),(13698,1607,'_line_subtotal','72'),(13699,1607,'_line_subtotal_tax','0'),(13700,1607,'_line_total','72'),(13701,1607,'_line_tax','0'),(13702,1607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13703,1608,'_product_id','40'),(13704,1608,'_variation_id','0'),(13705,1608,'_qty','1'),(13706,1608,'_tax_class',''),(13707,1608,'_line_subtotal','72'),(13708,1608,'_line_subtotal_tax','0'),(13709,1608,'_line_total','72'),(13710,1608,'_line_tax','0'),(13711,1608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13712,1609,'_product_id','43'),(13713,1609,'_variation_id','0'),(13714,1609,'_qty','1'),(13715,1609,'_tax_class',''),(13716,1609,'_line_subtotal','72'),(13717,1609,'_line_subtotal_tax','0'),(13718,1609,'_line_total','72'),(13719,1609,'_line_tax','0'),(13720,1609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13721,1610,'_product_id','93'),(13722,1610,'_variation_id','0'),(13723,1610,'_qty','10'),(13724,1610,'_tax_class',''),(13725,1610,'_line_subtotal','0'),(13726,1610,'_line_subtotal_tax','0'),(13727,1610,'_line_total','0'),(13728,1610,'_line_tax','0'),(13729,1610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13730,1611,'method_id','fedex'),(13731,1611,'instance_id','1'),(13732,1611,'cost','38.20'),(13733,1611,'total_tax','0'),(13734,1611,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13735,1611,'Package 1','17 × 14 × 10 (in) 40.65lbs × 1'),(13736,1611,'Package 2','17 × 14 × 10 (in) 24.9lbs × 1'),(13737,1612,'_product_id','93'),(13738,1612,'_variation_id','0'),(13739,1612,'_qty','22'),(13740,1612,'_tax_class',''),(13741,1612,'_line_subtotal','0'),(13742,1612,'_line_subtotal_tax','0'),(13743,1612,'_line_total','0'),(13744,1612,'_line_tax','0'),(13745,1612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13746,1613,'_product_id','45'),(13747,1613,'_variation_id','0'),(13748,1613,'_qty','8'),(13749,1613,'_tax_class',''),(13750,1613,'_line_subtotal','307.2'),(13751,1613,'_line_subtotal_tax','0'),(13752,1613,'_line_total','307.2'),(13753,1613,'_line_tax','0'),(13754,1613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13755,1614,'_product_id','49'),(13756,1614,'_variation_id','0'),(13757,1614,'_qty','3'),(13758,1614,'_tax_class',''),(13759,1614,'_line_subtotal','216'),(13760,1614,'_line_subtotal_tax','0'),(13761,1614,'_line_total','216'),(13762,1614,'_line_tax','0'),(13763,1614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13764,1615,'method_id','free_shipping'),(13765,1615,'instance_id','2'),(13766,1615,'cost','0.00'),(13767,1615,'total_tax','0'),(13768,1615,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13769,1615,'Items','Bulk Active Rise 100% &times; 22, Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(13863,1627,'_product_id','99'),(13864,1627,'_variation_id','0'),(13865,1627,'_qty','2'),(13866,1627,'_tax_class',''),(13867,1627,'_line_subtotal','0'),(13868,1627,'_line_subtotal_tax','0'),(13869,1627,'_line_total','0'),(13870,1627,'_line_tax','0'),(13871,1627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13872,1628,'_product_id','97'),(13873,1628,'_variation_id','0'),(13874,1628,'_qty','2'),(13875,1628,'_tax_class',''),(13876,1628,'_line_subtotal','0'),(13877,1628,'_line_subtotal_tax','0'),(13878,1628,'_line_total','0'),(13879,1628,'_line_tax','0'),(13880,1628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13881,1629,'_product_id','118'),(13882,1629,'_variation_id','0'),(13883,1629,'_qty','2'),(13884,1629,'_tax_class',''),(13885,1629,'_line_subtotal','336'),(13886,1629,'_line_subtotal_tax','0'),(13887,1629,'_line_total','336'),(13888,1629,'_line_tax','0'),(13889,1629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13890,1630,'_product_id','51'),(13891,1630,'_variation_id','0'),(13892,1630,'_qty','2'),(13893,1630,'_tax_class',''),(13894,1630,'_line_subtotal','268.8'),(13895,1630,'_line_subtotal_tax','0'),(13896,1630,'_line_total','268.8'),(13897,1630,'_line_tax','0'),(13898,1630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13899,1631,'_product_id','93'),(13900,1631,'_variation_id','0'),(13901,1631,'_qty','20'),(13902,1631,'_tax_class',''),(13903,1631,'_line_subtotal','0'),(13904,1631,'_line_subtotal_tax','0'),(13905,1631,'_line_total','0'),(13906,1631,'_line_tax','0'),(13907,1631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13908,1632,'_product_id','41'),(13909,1632,'_variation_id','0'),(13910,1632,'_qty','1'),(13911,1632,'_tax_class',''),(13912,1632,'_line_subtotal','57.12'),(13913,1632,'_line_subtotal_tax','0'),(13914,1632,'_line_total','57.12'),(13915,1632,'_line_tax','0'),(13916,1632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13917,1633,'method_id','free_shipping'),(13918,1633,'instance_id','2'),(13919,1633,'cost','0.00'),(13920,1633,'total_tax','0'),(13921,1633,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13922,1633,'Items','Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Bulk Active Rise 100% &times; 20, Professional Lice Comb(Case of 12) &times; 1'),(13923,1634,'_product_id','93'),(13924,1634,'_variation_id','0'),(13925,1634,'_qty','-50'),(13926,1634,'_tax_class',''),(13927,1634,'_line_subtotal','0'),(13928,1634,'_line_subtotal_tax','0'),(13929,1634,'_line_total','0'),(13930,1634,'_line_tax','0'),(13931,1634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13932,1634,'_refunded_item_id','1618'),(13933,1635,'method_id','fedex'),(13934,1635,'instance_id','1'),(13935,1635,'cost','-53.75'),(13936,1635,'total_tax','0'),(13937,1635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13938,1635,'_refunded_item_id','1619'),(13939,1636,'_product_id','93'),(13940,1636,'_variation_id','0'),(13941,1636,'_qty','-27'),(13942,1636,'_tax_class',''),(13943,1636,'_line_subtotal','0'),(13944,1636,'_line_subtotal_tax','0'),(13945,1636,'_line_total','0'),(13946,1636,'_line_tax','0'),(13947,1636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13948,1636,'_refunded_item_id','1616'),(13949,1637,'method_id','fedex'),(13950,1637,'instance_id','1'),(13951,1637,'cost','-31.83'),(13952,1637,'total_tax','0'),(13953,1637,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13954,1637,'_refunded_item_id','1617'),(13955,1638,'_product_id','93'),(13956,1638,'_variation_id','0'),(13957,1638,'_qty','10'),(13958,1638,'_tax_class',''),(13959,1638,'_line_subtotal','0'),(13960,1638,'_line_subtotal_tax','0'),(13961,1638,'_line_total','0'),(13962,1638,'_line_tax','0'),(13963,1638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(13964,1639,'method_id','fedex'),(13965,1639,'instance_id','1'),(13966,1639,'cost','24.59'),(13967,1639,'total_tax','0'),(13968,1639,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(13969,1639,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(14141,1661,'_product_id','23'),(14142,1661,'_variation_id','0'),(14143,1661,'_qty','-5'),(14144,1661,'_tax_class',''),(14145,1661,'_line_subtotal','-532.8'),(14146,1661,'_line_subtotal_tax','0'),(14147,1661,'_line_total','-532.8'),(14148,1661,'_line_tax','0'),(14149,1661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14150,1661,'_refunded_item_id','1641'),(14151,1662,'_product_id','38'),(14152,1662,'_variation_id','0'),(14153,1662,'_qty','-4'),(14154,1662,'_tax_class',''),(14155,1662,'_line_subtotal','-1060.88'),(14156,1662,'_line_subtotal_tax','0'),(14157,1662,'_line_total','-1060.88'),(14158,1662,'_line_tax','0'),(14159,1662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14160,1662,'_refunded_item_id','1643'),(14161,1663,'_product_id','93'),(14162,1663,'_variation_id','0'),(14163,1663,'_qty','-10'),(14164,1663,'_tax_class',''),(14165,1663,'_line_subtotal','0'),(14166,1663,'_line_subtotal_tax','0'),(14167,1663,'_line_total','0'),(14168,1663,'_line_tax','0'),(14169,1663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14170,1663,'_refunded_item_id','1644'),(14171,1664,'_product_id','23'),(14172,1664,'_variation_id','0'),(14173,1664,'_qty','-4'),(14174,1664,'_tax_class',''),(14175,1664,'_line_subtotal','-426.24'),(14176,1664,'_line_subtotal_tax','0'),(14177,1664,'_line_total','-426.24'),(14178,1664,'_line_tax','0'),(14179,1664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14180,1664,'_refunded_item_id','1646'),(14181,1665,'_product_id','93'),(14182,1665,'_variation_id','0'),(14183,1665,'_qty','-10'),(14184,1665,'_tax_class',''),(14185,1665,'_line_subtotal','0'),(14186,1665,'_line_subtotal_tax','0'),(14187,1665,'_line_total','0'),(14188,1665,'_line_tax','0'),(14189,1665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14190,1665,'_refunded_item_id','1647'),(14191,1666,'_product_id','41'),(14192,1666,'_variation_id','0'),(14193,1666,'_qty','-2'),(14194,1666,'_tax_class',''),(14195,1666,'_line_subtotal','-114.24'),(14196,1666,'_line_subtotal_tax','0'),(14197,1666,'_line_total','-114.24'),(14198,1666,'_line_tax','0'),(14199,1666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14200,1666,'_refunded_item_id','1648'),(14201,1667,'_product_id','38'),(14202,1667,'_variation_id','0'),(14203,1667,'_qty','-2'),(14204,1667,'_tax_class',''),(14205,1667,'_line_subtotal','-530.44'),(14206,1667,'_line_subtotal_tax','0'),(14207,1667,'_line_total','-530.44'),(14208,1667,'_line_tax','0'),(14209,1667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14210,1667,'_refunded_item_id','1650'),(14211,1668,'_product_id','93'),(14212,1668,'_variation_id','0'),(14213,1668,'_qty','-10'),(14214,1668,'_tax_class',''),(14215,1668,'_line_subtotal','0'),(14216,1668,'_line_subtotal_tax','0'),(14217,1668,'_line_total','0'),(14218,1668,'_line_tax','0'),(14219,1668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14220,1668,'_refunded_item_id','1651'),(14221,1669,'_product_id','97'),(14222,1669,'_variation_id','0'),(14223,1669,'_qty','-1'),(14224,1669,'_tax_class',''),(14225,1669,'_line_subtotal','0'),(14226,1669,'_line_subtotal_tax','0'),(14227,1669,'_line_total','0'),(14228,1669,'_line_tax','0'),(14229,1669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14230,1669,'_refunded_item_id','1652'),(14231,1670,'_product_id','99'),(14232,1670,'_variation_id','0'),(14233,1670,'_qty','-1'),(14234,1670,'_tax_class',''),(14235,1670,'_line_subtotal','0'),(14236,1670,'_line_subtotal_tax','0'),(14237,1670,'_line_total','0'),(14238,1670,'_line_tax','0'),(14239,1670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14240,1670,'_refunded_item_id','1653'),(14241,1671,'_product_id','23'),(14242,1671,'_variation_id','0'),(14243,1671,'_qty','-6'),(14244,1671,'_tax_class',''),(14245,1671,'_line_subtotal','-639.36'),(14246,1671,'_line_subtotal_tax','0'),(14247,1671,'_line_total','-639.36'),(14248,1671,'_line_tax','0'),(14249,1671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14250,1671,'_refunded_item_id','1655'),(14251,1672,'_product_id','93'),(14252,1672,'_variation_id','0'),(14253,1672,'_qty','-10'),(14254,1672,'_tax_class',''),(14255,1672,'_line_subtotal','0'),(14256,1672,'_line_subtotal_tax','0'),(14257,1672,'_line_total','0'),(14258,1672,'_line_tax','0'),(14259,1672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14260,1672,'_refunded_item_id','1656'),(14261,1673,'_product_id','38'),(14262,1673,'_variation_id','0'),(14263,1673,'_qty','-2'),(14264,1673,'_tax_class',''),(14265,1673,'_line_subtotal','-530.44'),(14266,1673,'_line_subtotal_tax','0'),(14267,1673,'_line_total','-530.44'),(14268,1673,'_line_tax','0'),(14269,1673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14270,1673,'_refunded_item_id','1658'),(14271,1674,'_product_id','93'),(14272,1674,'_variation_id','0'),(14273,1674,'_qty','-10'),(14274,1674,'_tax_class',''),(14275,1674,'_line_subtotal','0'),(14276,1674,'_line_subtotal_tax','0'),(14277,1674,'_line_total','0'),(14278,1674,'_line_tax','0'),(14279,1674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14280,1674,'_refunded_item_id','1659'),(14369,1686,'_product_id','23'),(14370,1686,'_variation_id','0'),(14371,1686,'_qty','2'),(14372,1686,'_tax_class',''),(14373,1686,'_line_subtotal','213.12'),(14374,1686,'_line_subtotal_tax','0'),(14375,1686,'_line_total','213.12'),(14376,1686,'_line_tax','0'),(14377,1686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14378,1687,'_product_id','38'),(14379,1687,'_variation_id','0'),(14380,1687,'_qty','1'),(14381,1687,'_tax_class',''),(14382,1687,'_line_subtotal','265.22'),(14383,1687,'_line_subtotal_tax','0'),(14384,1687,'_line_total','265.22'),(14385,1687,'_line_tax','0'),(14386,1687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14387,1688,'_product_id','41'),(14388,1688,'_variation_id','0'),(14389,1688,'_qty','1'),(14390,1688,'_tax_class',''),(14391,1688,'_line_subtotal','57.12'),(14392,1688,'_line_subtotal_tax','0'),(14393,1688,'_line_total','57.12'),(14394,1688,'_line_tax','0'),(14395,1688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14396,1689,'method_id','free_shipping'),(14397,1689,'instance_id','2'),(14398,1689,'cost','0.00'),(14399,1689,'total_tax','0'),(14400,1689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14401,1689,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(14402,1690,'_product_id','23'),(14403,1690,'_variation_id','0'),(14404,1690,'_qty','2'),(14405,1690,'_tax_class',''),(14406,1690,'_line_subtotal','213.12'),(14407,1690,'_line_subtotal_tax','0'),(14408,1690,'_line_total','213.12'),(14409,1690,'_line_tax','0'),(14410,1690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14411,1691,'_product_id','38'),(14412,1691,'_variation_id','0'),(14413,1691,'_qty','2'),(14414,1691,'_tax_class',''),(14415,1691,'_line_subtotal','530.44'),(14416,1691,'_line_subtotal_tax','0'),(14417,1691,'_line_total','530.44'),(14418,1691,'_line_tax','0'),(14419,1691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14420,1692,'_product_id','43'),(14421,1692,'_variation_id','0'),(14422,1692,'_qty','2'),(14423,1692,'_tax_class',''),(14424,1692,'_line_subtotal','144'),(14425,1692,'_line_subtotal_tax','0'),(14426,1692,'_line_total','144'),(14427,1692,'_line_tax','0'),(14428,1692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14429,1693,'_product_id','49'),(14430,1693,'_variation_id','0'),(14431,1693,'_qty','1'),(14432,1693,'_tax_class',''),(14433,1693,'_line_subtotal','72'),(14434,1693,'_line_subtotal_tax','0'),(14435,1693,'_line_total','72'),(14436,1693,'_line_tax','0'),(14437,1693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14438,1694,'_product_id','93'),(14439,1694,'_variation_id','0'),(14440,1694,'_qty','10'),(14441,1694,'_tax_class',''),(14442,1694,'_line_subtotal','0'),(14443,1694,'_line_subtotal_tax','0'),(14444,1694,'_line_total','0'),(14445,1694,'_line_tax','0'),(14446,1694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14447,1695,'_product_id','148'),(14448,1695,'_variation_id','0'),(14449,1695,'_qty','6'),(14450,1695,'_tax_class',''),(14451,1695,'_line_subtotal','45'),(14452,1695,'_line_subtotal_tax','0'),(14453,1695,'_line_total','45'),(14454,1695,'_line_tax','0'),(14455,1695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14456,1696,'method_id','free_shipping'),(14457,1696,'instance_id','2'),(14458,1696,'cost','0.00'),(14459,1696,'total_tax','0'),(14460,1696,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14461,1696,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% &times; 10, Disney Wet Brush &times; 6'),(14462,1697,'_product_id','95'),(14463,1697,'_variation_id','0'),(14464,1697,'_qty','10'),(14465,1697,'_tax_class',''),(14466,1697,'_line_subtotal','0'),(14467,1697,'_line_subtotal_tax','0'),(14468,1697,'_line_total','0'),(14469,1697,'_line_tax','0'),(14470,1697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14471,1698,'_product_id','93'),(14472,1698,'_variation_id','0'),(14473,1698,'_qty','10'),(14474,1698,'_tax_class',''),(14475,1698,'_line_subtotal','0'),(14476,1698,'_line_subtotal_tax','0'),(14477,1698,'_line_total','0'),(14478,1698,'_line_tax','0'),(14479,1698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14480,1699,'_product_id','23'),(14481,1699,'_variation_id','0'),(14482,1699,'_qty','1'),(14483,1699,'_tax_class',''),(14484,1699,'_line_subtotal','106.56'),(14485,1699,'_line_subtotal_tax','0'),(14486,1699,'_line_total','106.56'),(14487,1699,'_line_tax','0'),(14488,1699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14489,1700,'_product_id','41'),(14490,1700,'_variation_id','0'),(14491,1700,'_qty','1'),(14492,1700,'_tax_class',''),(14493,1700,'_line_subtotal','57.12'),(14494,1700,'_line_subtotal_tax','0'),(14495,1700,'_line_total','57.12'),(14496,1700,'_line_tax','0'),(14497,1700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14498,1701,'method_id','fedex'),(14499,1701,'instance_id','1'),(14500,1701,'cost','60.31'),(14501,1701,'total_tax','0'),(14502,1701,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14503,1701,'Package 1','17 × 14 × 10 (in) 40.8lbs × 1'),(14504,1701,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(14535,1706,'_product_id','93'),(14536,1706,'_variation_id','0'),(14537,1706,'_qty','-22'),(14538,1706,'_tax_class',''),(14539,1706,'_line_subtotal','0'),(14540,1706,'_line_subtotal_tax','0'),(14541,1706,'_line_total','0'),(14542,1706,'_line_tax','0'),(14543,1706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14544,1706,'_refunded_item_id','1612'),(14545,1707,'_product_id','45'),(14546,1707,'_variation_id','0'),(14547,1707,'_qty','-8'),(14548,1707,'_tax_class',''),(14549,1707,'_line_subtotal','-307.2'),(14550,1707,'_line_subtotal_tax','0'),(14551,1707,'_line_total','-307.2'),(14552,1707,'_line_tax','0'),(14553,1707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14554,1707,'_refunded_item_id','1613'),(14555,1708,'_product_id','49'),(14556,1708,'_variation_id','0'),(14557,1708,'_qty','-3'),(14558,1708,'_tax_class',''),(14559,1708,'_line_subtotal','-216'),(14560,1708,'_line_subtotal_tax','0'),(14561,1708,'_line_total','-216'),(14562,1708,'_line_tax','0'),(14563,1708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14564,1708,'_refunded_item_id','1614'),(14565,1709,'_product_id','38'),(14566,1709,'_variation_id','0'),(14567,1709,'_qty','5'),(14568,1709,'_tax_class',''),(14569,1709,'_line_subtotal','1326.1'),(14570,1709,'_line_subtotal_tax','0'),(14571,1709,'_line_total','1326.1'),(14572,1709,'_line_tax','0'),(14573,1709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14574,1710,'_product_id','41'),(14575,1710,'_variation_id','0'),(14576,1710,'_qty','1'),(14577,1710,'_tax_class',''),(14578,1710,'_line_subtotal','57.12'),(14579,1710,'_line_subtotal_tax','0'),(14580,1710,'_line_total','57.12'),(14581,1710,'_line_tax','0'),(14582,1710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14583,1711,'_product_id','23'),(14584,1711,'_variation_id','0'),(14585,1711,'_qty','3'),(14586,1711,'_tax_class',''),(14587,1711,'_line_subtotal','319.68'),(14588,1711,'_line_subtotal_tax','0'),(14589,1711,'_line_total','319.68'),(14590,1711,'_line_tax','0'),(14591,1711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14592,1712,'_product_id','45'),(14593,1712,'_variation_id','0'),(14594,1712,'_qty','1'),(14595,1712,'_tax_class',''),(14596,1712,'_line_subtotal','38.4'),(14597,1712,'_line_subtotal_tax','0'),(14598,1712,'_line_total','38.4'),(14599,1712,'_line_tax','0'),(14600,1712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14601,1713,'_product_id','43'),(14602,1713,'_variation_id','0'),(14603,1713,'_qty','2'),(14604,1713,'_tax_class',''),(14605,1713,'_line_subtotal','144'),(14606,1713,'_line_subtotal_tax','0'),(14607,1713,'_line_total','144'),(14608,1713,'_line_tax','0'),(14609,1713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14610,1714,'_product_id','93'),(14611,1714,'_variation_id','0'),(14612,1714,'_qty','10'),(14613,1714,'_tax_class',''),(14614,1714,'_line_subtotal','0'),(14615,1714,'_line_subtotal_tax','0'),(14616,1714,'_line_total','0'),(14617,1714,'_line_tax','0'),(14618,1714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14619,1715,'method_id','free_shipping'),(14620,1715,'instance_id','2'),(14621,1715,'cost','0.00'),(14622,1715,'total_tax','0'),(14623,1715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14624,1715,'Items','Active Rinse 16oz(Case of 16) &times; 5, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 10'),(14625,1716,'_product_id','93'),(14626,1716,'_variation_id','0'),(14627,1716,'_qty','10'),(14628,1716,'_tax_class',''),(14629,1716,'_line_subtotal','0'),(14630,1716,'_line_subtotal_tax','0'),(14631,1716,'_line_total','0'),(14632,1716,'_line_tax','0'),(14633,1716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14634,1717,'_product_id','131'),(14635,1717,'_variation_id','0'),(14636,1717,'_qty','2'),(14637,1717,'_tax_class',''),(14638,1717,'_line_subtotal','23'),(14639,1717,'_line_subtotal_tax','0'),(14640,1717,'_line_total','23'),(14641,1717,'_line_tax','0'),(14642,1717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14643,1718,'_product_id','49'),(14644,1718,'_variation_id','0'),(14645,1718,'_qty','1'),(14646,1718,'_tax_class',''),(14647,1718,'_line_subtotal','72'),(14648,1718,'_line_subtotal_tax','0'),(14649,1718,'_line_total','72'),(14650,1718,'_line_tax','0'),(14651,1718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14652,1719,'method_id','fedex'),(14653,1719,'instance_id','1'),(14654,1719,'cost','20.08'),(14655,1719,'total_tax','0'),(14656,1719,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14657,1719,'Package 1','17 × 14 × 10 (in) 34.9lbs × 1'),(14727,1728,'_product_id','51'),(14728,1728,'_variation_id','0'),(14729,1728,'_qty','2'),(14730,1728,'_tax_class',''),(14731,1728,'_line_subtotal','268.8'),(14732,1728,'_line_subtotal_tax','0'),(14733,1728,'_line_total','268.8'),(14734,1728,'_line_tax','0'),(14735,1728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14736,1729,'_product_id','118'),(14737,1729,'_variation_id','0'),(14738,1729,'_qty','1'),(14739,1729,'_tax_class',''),(14740,1729,'_line_subtotal','168'),(14741,1729,'_line_subtotal_tax','0'),(14742,1729,'_line_total','168'),(14743,1729,'_line_tax','0'),(14744,1729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14745,1730,'_product_id','41'),(14746,1730,'_variation_id','0'),(14747,1730,'_qty','2'),(14748,1730,'_tax_class',''),(14749,1730,'_line_subtotal','114.24'),(14750,1730,'_line_subtotal_tax','0'),(14751,1730,'_line_total','114.24'),(14752,1730,'_line_tax','0'),(14753,1730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14754,1731,'_product_id','120'),(14755,1731,'_variation_id','0'),(14756,1731,'_qty','1'),(14757,1731,'_tax_class',''),(14758,1731,'_line_subtotal','48'),(14759,1731,'_line_subtotal_tax','0'),(14760,1731,'_line_total','48'),(14761,1731,'_line_tax','0'),(14762,1731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14763,1732,'_product_id','43'),(14764,1732,'_variation_id','0'),(14765,1732,'_qty','2'),(14766,1732,'_tax_class',''),(14767,1732,'_line_subtotal','144'),(14768,1732,'_line_subtotal_tax','0'),(14769,1732,'_line_total','144'),(14770,1732,'_line_tax','0'),(14771,1732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14772,1733,'_product_id','318'),(14773,1733,'_variation_id','0'),(14774,1733,'_qty','6'),(14775,1733,'_tax_class',''),(14776,1733,'_line_subtotal','18'),(14777,1733,'_line_subtotal_tax','0'),(14778,1733,'_line_total','18'),(14779,1733,'_line_tax','0'),(14780,1733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14781,1734,'_product_id','45'),(14782,1734,'_variation_id','0'),(14783,1734,'_qty','2'),(14784,1734,'_tax_class',''),(14785,1734,'_line_subtotal','76.8'),(14786,1734,'_line_subtotal_tax','0'),(14787,1734,'_line_total','76.8'),(14788,1734,'_line_tax','0'),(14789,1734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14790,1735,'method_id','free_shipping'),(14791,1735,'instance_id','2'),(14792,1735,'cost','0.00'),(14793,1735,'total_tax','0'),(14794,1735,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14795,1735,'Items','Urgent Care Kit(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Goomee 4 Pack &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(14871,1745,'_product_id','93'),(14872,1745,'_variation_id','0'),(14873,1745,'_qty','9'),(14874,1745,'_tax_class',''),(14875,1745,'_line_subtotal','0'),(14876,1745,'_line_subtotal_tax','0'),(14877,1745,'_line_total','0'),(14878,1745,'_line_tax','0'),(14879,1745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14880,1746,'_product_id','97'),(14881,1746,'_variation_id','0'),(14882,1746,'_qty','4'),(14883,1746,'_tax_class',''),(14884,1746,'_line_subtotal','0'),(14885,1746,'_line_subtotal_tax','0'),(14886,1746,'_line_total','0'),(14887,1746,'_line_tax','0'),(14888,1746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14889,1747,'method_id','fedex'),(14890,1747,'instance_id','1'),(14891,1747,'cost','41.17'),(14892,1747,'total_tax','0'),(14893,1747,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(14894,1747,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(14895,1747,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(14986,1759,'_product_id','45'),(14987,1759,'_variation_id','0'),(14988,1759,'_qty','2'),(14989,1759,'_tax_class',''),(14990,1759,'_line_subtotal','76.8'),(14991,1759,'_line_subtotal_tax','0'),(14992,1759,'_line_total','76.8'),(14993,1759,'_line_tax','0'),(14994,1759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(14995,1760,'_product_id','41'),(14996,1760,'_variation_id','0'),(14997,1760,'_qty','5'),(14998,1760,'_tax_class',''),(14999,1760,'_line_subtotal','285.6'),(15000,1760,'_line_subtotal_tax','0'),(15001,1760,'_line_total','285.6'),(15002,1760,'_line_tax','0'),(15003,1760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15004,1761,'_product_id','133'),(15005,1761,'_variation_id','0'),(15006,1761,'_qty','4'),(15007,1761,'_tax_class',''),(15008,1761,'_line_subtotal','52'),(15009,1761,'_line_subtotal_tax','0'),(15010,1761,'_line_total','52'),(15011,1761,'_line_tax','0'),(15012,1761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15013,1762,'method_id','fedex'),(15014,1762,'instance_id','1'),(15015,1762,'cost','48.51'),(15016,1762,'total_tax','0'),(15017,1762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15018,1762,'Package 1','17 × 14 × 10 (in) 30.4lbs × 1'),(15019,1762,'Package 2','15.5 × 12 × 1.5 (in) 2.46lbs × 1'),(15071,1769,'_product_id','146'),(15072,1769,'_variation_id','0'),(15073,1769,'_qty','6'),(15074,1769,'_tax_class',''),(15075,1769,'_line_subtotal','7.5'),(15076,1769,'_line_subtotal_tax','0'),(15077,1769,'_line_total','7.5'),(15078,1769,'_line_tax','0'),(15079,1769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15080,1770,'_product_id','39'),(15081,1770,'_variation_id','0'),(15082,1770,'_qty','2'),(15083,1770,'_tax_class',''),(15084,1770,'_line_subtotal','144'),(15085,1770,'_line_subtotal_tax','0'),(15086,1770,'_line_total','144'),(15087,1770,'_line_tax','0'),(15088,1770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15089,1771,'_product_id','93'),(15090,1771,'_variation_id','0'),(15091,1771,'_qty','4'),(15092,1771,'_tax_class',''),(15093,1771,'_line_subtotal','0'),(15094,1771,'_line_subtotal_tax','0'),(15095,1771,'_line_total','0'),(15096,1771,'_line_tax','0'),(15097,1771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15098,1772,'_product_id','45'),(15099,1772,'_variation_id','0'),(15100,1772,'_qty','4'),(15101,1772,'_tax_class',''),(15102,1772,'_line_subtotal','153.6'),(15103,1772,'_line_subtotal_tax','0'),(15104,1772,'_line_total','153.6'),(15105,1772,'_line_tax','0'),(15106,1772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15107,1773,'_product_id','23'),(15108,1773,'_variation_id','0'),(15109,1773,'_qty','2'),(15110,1773,'_tax_class',''),(15111,1773,'_line_subtotal','213.12'),(15112,1773,'_line_subtotal_tax','0'),(15113,1773,'_line_total','213.12'),(15114,1773,'_line_tax','0'),(15115,1773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15116,1774,'method_id','fedex'),(15117,1774,'instance_id','1'),(15118,1774,'cost','48.48'),(15119,1774,'total_tax','0'),(15120,1774,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15121,1774,'Package 1','17 × 14 × 10 (in) 40.85lbs × 1'),(15122,1774,'Package 2','17 × 14 × 10 (in) 29.45lbs × 1'),(15189,1783,'_product_id','93'),(15190,1783,'_variation_id','0'),(15191,1783,'_qty','10'),(15192,1783,'_tax_class',''),(15193,1783,'_line_subtotal','0'),(15194,1783,'_line_subtotal_tax','0'),(15195,1783,'_line_total','0'),(15196,1783,'_line_tax','0'),(15197,1783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15198,1784,'_product_id','51'),(15199,1784,'_variation_id','0'),(15200,1784,'_qty','2'),(15201,1784,'_tax_class',''),(15202,1784,'_line_subtotal','268.8'),(15203,1784,'_line_subtotal_tax','0'),(15204,1784,'_line_total','268.8'),(15205,1784,'_line_tax','0'),(15206,1784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15207,1785,'_product_id','118'),(15208,1785,'_variation_id','0'),(15209,1785,'_qty','2'),(15210,1785,'_tax_class',''),(15211,1785,'_line_subtotal','336'),(15212,1785,'_line_subtotal_tax','0'),(15213,1785,'_line_total','336'),(15214,1785,'_line_tax','0'),(15215,1785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15216,1786,'_product_id','49'),(15217,1786,'_variation_id','0'),(15218,1786,'_qty','1'),(15219,1786,'_tax_class',''),(15220,1786,'_line_subtotal','72'),(15221,1786,'_line_subtotal_tax','0'),(15222,1786,'_line_total','72'),(15223,1786,'_line_tax','0'),(15224,1786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15225,1787,'_product_id','95'),(15226,1787,'_variation_id','0'),(15227,1787,'_qty','10'),(15228,1787,'_tax_class',''),(15229,1787,'_line_subtotal','0'),(15230,1787,'_line_subtotal_tax','0'),(15231,1787,'_line_total','0'),(15232,1787,'_line_tax','0'),(15233,1787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15234,1788,'_product_id','97'),(15235,1788,'_variation_id','0'),(15236,1788,'_qty','2'),(15237,1788,'_tax_class',''),(15238,1788,'_line_subtotal','0'),(15239,1788,'_line_subtotal_tax','0'),(15240,1788,'_line_total','0'),(15241,1788,'_line_tax','0'),(15242,1788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15243,1789,'_product_id','99'),(15244,1789,'_variation_id','0'),(15245,1789,'_qty','2'),(15246,1789,'_tax_class',''),(15247,1789,'_line_subtotal','0'),(15248,1789,'_line_subtotal_tax','0'),(15249,1789,'_line_total','0'),(15250,1789,'_line_tax','0'),(15251,1789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15252,1790,'method_id','free_shipping'),(15253,1790,'instance_id','2'),(15254,1790,'cost','0.00'),(15255,1790,'total_tax','0'),(15256,1790,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15257,1790,'Items','Bulk Active Rise 100% &times; 10, Urgent Care Kit(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 50/50 &times; 10, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2'),(15258,1791,'_product_id','41'),(15259,1791,'_variation_id','0'),(15260,1791,'_qty','1'),(15261,1791,'_tax_class',''),(15262,1791,'_line_subtotal','57.12'),(15263,1791,'_line_subtotal_tax','0'),(15264,1791,'_line_total','57.12'),(15265,1791,'_line_tax','0'),(15266,1791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15267,1792,'_product_id','43'),(15268,1792,'_variation_id','0'),(15269,1792,'_qty','1'),(15270,1792,'_tax_class',''),(15271,1792,'_line_subtotal','72'),(15272,1792,'_line_subtotal_tax','0'),(15273,1792,'_line_total','72'),(15274,1792,'_line_tax','0'),(15275,1792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15276,1793,'_product_id','93'),(15277,1793,'_variation_id','0'),(15278,1793,'_qty','8'),(15279,1793,'_tax_class',''),(15280,1793,'_line_subtotal','0'),(15281,1793,'_line_subtotal_tax','0'),(15282,1793,'_line_total','0'),(15283,1793,'_line_tax','0'),(15284,1793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15285,1794,'method_id','fedex'),(15286,1794,'instance_id','1'),(15287,1794,'cost','24.71'),(15288,1794,'total_tax','0'),(15289,1794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15290,1794,'Package 1','17 × 14 × 10 (in) 28.4lbs × 1'),(15291,1795,'_product_id','93'),(15292,1795,'_variation_id','0'),(15293,1795,'_qty','10'),(15294,1795,'_tax_class',''),(15295,1795,'_line_subtotal','0'),(15296,1795,'_line_subtotal_tax','0'),(15297,1795,'_line_total','0'),(15298,1795,'_line_tax','0'),(15299,1795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15300,1796,'_product_id','148'),(15301,1796,'_variation_id','0'),(15302,1796,'_qty','6'),(15303,1796,'_tax_class',''),(15304,1796,'_line_subtotal','45'),(15305,1796,'_line_subtotal_tax','0'),(15306,1796,'_line_total','45'),(15307,1796,'_line_tax','0'),(15308,1796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15309,1797,'method_id','fedex'),(15310,1797,'instance_id','1'),(15311,1797,'cost','15.51'),(15312,1797,'total_tax','0'),(15313,1797,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15314,1797,'Package 1','17 × 14 × 10 (in) 23.7lbs × 1'),(15315,1798,'_product_id','93'),(15316,1798,'_variation_id','0'),(15317,1798,'_qty','1'),(15318,1798,'_tax_class',''),(15319,1798,'_line_subtotal','0'),(15320,1798,'_line_subtotal_tax','0'),(15321,1798,'_line_total','0'),(15322,1798,'_line_tax','0'),(15323,1798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15324,1799,'_product_id','95'),(15325,1799,'_variation_id','0'),(15326,1799,'_qty','1'),(15327,1799,'_tax_class',''),(15328,1799,'_line_subtotal','0'),(15329,1799,'_line_subtotal_tax','0'),(15330,1799,'_line_total','0'),(15331,1799,'_line_tax','0'),(15332,1799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15333,1800,'method_id','fedex'),(15334,1800,'instance_id','1'),(15335,1800,'cost','9.57'),(15336,1800,'total_tax','0'),(15337,1800,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15338,1800,'Package 1','15.5 × 12 × 1.5 (in) 4.36lbs × 1'),(15339,1801,'_product_id','23'),(15340,1801,'_variation_id','0'),(15341,1801,'_qty','2'),(15342,1801,'_tax_class',''),(15343,1801,'_line_subtotal','213.12'),(15344,1801,'_line_subtotal_tax','0'),(15345,1801,'_line_total','213.12'),(15346,1801,'_line_tax','0'),(15347,1801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15348,1802,'_product_id','93'),(15349,1802,'_variation_id','0'),(15350,1802,'_qty','1'),(15351,1802,'_tax_class',''),(15352,1802,'_line_subtotal','0'),(15353,1802,'_line_subtotal_tax','0'),(15354,1802,'_line_total','0'),(15355,1802,'_line_tax','0'),(15356,1802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15357,1803,'_product_id','41'),(15358,1803,'_variation_id','0'),(15359,1803,'_qty','1'),(15360,1803,'_tax_class',''),(15361,1803,'_line_subtotal','57.12'),(15362,1803,'_line_subtotal_tax','0'),(15363,1803,'_line_total','57.12'),(15364,1803,'_line_tax','0'),(15365,1803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15366,1804,'_product_id','116'),(15367,1804,'_variation_id','0'),(15368,1804,'_qty','1'),(15369,1804,'_tax_class',''),(15370,1804,'_line_subtotal','132'),(15371,1804,'_line_subtotal_tax','0'),(15372,1804,'_line_total','132'),(15373,1804,'_line_tax','0'),(15374,1804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15375,1805,'_product_id','45'),(15376,1805,'_variation_id','0'),(15377,1805,'_qty','1'),(15378,1805,'_tax_class',''),(15379,1805,'_line_subtotal','38.4'),(15380,1805,'_line_subtotal_tax','0'),(15381,1805,'_line_total','38.4'),(15382,1805,'_line_tax','0'),(15383,1805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15384,1806,'_product_id','137'),(15385,1806,'_variation_id','0'),(15386,1806,'_qty','4'),(15387,1806,'_tax_class',''),(15388,1806,'_line_subtotal','22'),(15389,1806,'_line_subtotal_tax','0'),(15390,1806,'_line_total','22'),(15391,1806,'_line_tax','0'),(15392,1806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15393,1807,'_product_id','39'),(15394,1807,'_variation_id','0'),(15395,1807,'_qty','1'),(15396,1807,'_tax_class',''),(15397,1807,'_line_subtotal','72'),(15398,1807,'_line_subtotal_tax','0'),(15399,1807,'_line_total','72'),(15400,1807,'_line_tax','0'),(15401,1807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15402,1808,'_product_id','49'),(15403,1808,'_variation_id','0'),(15404,1808,'_qty','1'),(15405,1808,'_tax_class',''),(15406,1808,'_line_subtotal','72'),(15407,1808,'_line_subtotal_tax','0'),(15408,1808,'_line_total','72'),(15409,1808,'_line_tax','0'),(15410,1808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15411,1809,'method_id','fedex'),(15412,1809,'instance_id','1'),(15413,1809,'cost','33.77'),(15414,1809,'total_tax','0'),(15415,1809,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15416,1809,'Package 1','17 × 14 × 10 (in) 32.9lbs × 1'),(15417,1809,'Package 2','17 × 14 × 10 (in) 20.65lbs × 1'),(15418,1810,'_product_id','23'),(15419,1810,'_variation_id','0'),(15420,1810,'_qty','1'),(15421,1810,'_tax_class',''),(15422,1810,'_line_subtotal','106.56'),(15423,1810,'_line_subtotal_tax','0'),(15424,1810,'_line_total','106.56'),(15425,1810,'_line_tax','0'),(15426,1810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15427,1811,'_product_id','116'),(15428,1811,'_variation_id','0'),(15429,1811,'_qty','1'),(15430,1811,'_tax_class',''),(15431,1811,'_line_subtotal','132'),(15432,1811,'_line_subtotal_tax','0'),(15433,1811,'_line_total','132'),(15434,1811,'_line_tax','0'),(15435,1811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15436,1812,'_product_id','44'),(15437,1812,'_variation_id','0'),(15438,1812,'_qty','1'),(15439,1812,'_tax_class',''),(15440,1812,'_line_subtotal','105.6'),(15441,1812,'_line_subtotal_tax','0'),(15442,1812,'_line_total','105.6'),(15443,1812,'_line_tax','0'),(15444,1812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15445,1813,'_product_id','93'),(15446,1813,'_variation_id','0'),(15447,1813,'_qty','2'),(15448,1813,'_tax_class',''),(15449,1813,'_line_subtotal','0'),(15450,1813,'_line_subtotal_tax','0'),(15451,1813,'_line_total','0'),(15452,1813,'_line_tax','0'),(15453,1813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15454,1814,'_product_id','318'),(15455,1814,'_variation_id','0'),(15456,1814,'_qty','10'),(15457,1814,'_tax_class',''),(15458,1814,'_line_subtotal','30'),(15459,1814,'_line_subtotal_tax','0'),(15460,1814,'_line_total','30'),(15461,1814,'_line_tax','0'),(15462,1814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15463,1815,'method_id','fedex'),(15464,1815,'instance_id','1'),(15465,1815,'cost','33.26'),(15466,1815,'total_tax','0'),(15467,1815,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15468,1815,'Package 1','17 × 14 × 10 (in) 40.35lbs × 1'),(15469,1815,'Package 2','17.5 × 12.37 × 3 (in) 18.41lbs × 1'),(15470,1816,'_product_id','38'),(15471,1816,'_variation_id','0'),(15472,1816,'_qty','1'),(15473,1816,'_tax_class',''),(15474,1816,'_line_subtotal','265.22'),(15475,1816,'_line_subtotal_tax','0'),(15476,1816,'_line_total','265.22'),(15477,1816,'_line_tax','0'),(15478,1816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15479,1817,'_product_id','23'),(15480,1817,'_variation_id','0'),(15481,1817,'_qty','2'),(15482,1817,'_tax_class',''),(15483,1817,'_line_subtotal','213.12'),(15484,1817,'_line_subtotal_tax','0'),(15485,1817,'_line_total','213.12'),(15486,1817,'_line_tax','0'),(15487,1817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15488,1818,'_product_id','131'),(15489,1818,'_variation_id','0'),(15490,1818,'_qty','2'),(15491,1818,'_tax_class',''),(15492,1818,'_line_subtotal','23'),(15493,1818,'_line_subtotal_tax','0'),(15494,1818,'_line_total','23'),(15495,1818,'_line_tax','0'),(15496,1818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15497,1819,'_product_id','97'),(15498,1819,'_variation_id','0'),(15499,1819,'_qty','3'),(15500,1819,'_tax_class',''),(15501,1819,'_line_subtotal','0'),(15502,1819,'_line_subtotal_tax','0'),(15503,1819,'_line_total','0'),(15504,1819,'_line_tax','0'),(15505,1819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15506,1820,'_product_id','118'),(15507,1820,'_variation_id','0'),(15508,1820,'_qty','1'),(15509,1820,'_tax_class',''),(15510,1820,'_line_subtotal','168'),(15511,1820,'_line_subtotal_tax','0'),(15512,1820,'_line_total','168'),(15513,1820,'_line_tax','0'),(15514,1820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15515,1821,'_product_id','45'),(15516,1821,'_variation_id','0'),(15517,1821,'_qty','2'),(15518,1821,'_tax_class',''),(15519,1821,'_line_subtotal','76.8'),(15520,1821,'_line_subtotal_tax','0'),(15521,1821,'_line_total','76.8'),(15522,1821,'_line_tax','0'),(15523,1821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15524,1822,'_product_id','40'),(15525,1822,'_variation_id','0'),(15526,1822,'_qty','1'),(15527,1822,'_tax_class',''),(15528,1822,'_line_subtotal','72'),(15529,1822,'_line_subtotal_tax','0'),(15530,1822,'_line_total','72'),(15531,1822,'_line_tax','0'),(15532,1822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15533,1823,'method_id','free_shipping'),(15534,1823,'instance_id','2'),(15535,1823,'cost','0.00'),(15536,1823,'total_tax','0'),(15537,1823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15538,1823,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Disposable Capes &times; 2, Bulk Detangling Spray 1 Gallon &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1'),(15539,1824,'_product_id','93'),(15540,1824,'_variation_id','0'),(15541,1824,'_qty','10'),(15542,1824,'_tax_class',''),(15543,1824,'_line_subtotal','0'),(15544,1824,'_line_subtotal_tax','0'),(15545,1824,'_line_total','0'),(15546,1824,'_line_tax','0'),(15547,1824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15548,1825,'_product_id','99'),(15549,1825,'_variation_id','0'),(15550,1825,'_qty','2'),(15551,1825,'_tax_class',''),(15552,1825,'_line_subtotal','0'),(15553,1825,'_line_subtotal_tax','0'),(15554,1825,'_line_total','0'),(15555,1825,'_line_tax','0'),(15556,1825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15557,1826,'_product_id','45'),(15558,1826,'_variation_id','0'),(15559,1826,'_qty','1'),(15560,1826,'_tax_class',''),(15561,1826,'_line_subtotal','38.4'),(15562,1826,'_line_subtotal_tax','0'),(15563,1826,'_line_total','38.4'),(15564,1826,'_line_tax','0'),(15565,1826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15566,1827,'_product_id','44'),(15567,1827,'_variation_id','0'),(15568,1827,'_qty','1'),(15569,1827,'_tax_class',''),(15570,1827,'_line_subtotal','105.6'),(15571,1827,'_line_subtotal_tax','0'),(15572,1827,'_line_total','105.6'),(15573,1827,'_line_tax','0'),(15574,1827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15575,1828,'_product_id','38'),(15576,1828,'_variation_id','0'),(15577,1828,'_qty','2'),(15578,1828,'_tax_class',''),(15579,1828,'_line_subtotal','530.44'),(15580,1828,'_line_subtotal_tax','0'),(15581,1828,'_line_total','530.44'),(15582,1828,'_line_tax','0'),(15583,1828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15584,1829,'method_id','free_shipping'),(15585,1829,'instance_id','2'),(15586,1829,'cost','0.00'),(15587,1829,'total_tax','0'),(15588,1829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15589,1829,'Items','Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Active Rinse 16oz(Case of 16) &times; 2'),(15590,1830,'_product_id','97'),(15591,1830,'_variation_id','0'),(15592,1830,'_qty','2'),(15593,1830,'_tax_class',''),(15594,1830,'_line_subtotal','0'),(15595,1830,'_line_subtotal_tax','0'),(15596,1830,'_line_total','0'),(15597,1830,'_line_tax','0'),(15598,1830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15599,1831,'method_id','fedex'),(15600,1831,'instance_id','1'),(15601,1831,'cost','11.17'),(15602,1831,'total_tax','0'),(15603,1831,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15604,1831,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(15605,1832,'_product_id','42'),(15606,1832,'_variation_id','0'),(15607,1832,'_qty','1'),(15608,1832,'_tax_class',''),(15609,1832,'_line_subtotal','72'),(15610,1832,'_line_subtotal_tax','0'),(15611,1832,'_line_total','72'),(15612,1832,'_line_tax','0'),(15613,1832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15614,1833,'_product_id','41'),(15615,1833,'_variation_id','0'),(15616,1833,'_qty','1'),(15617,1833,'_tax_class',''),(15618,1833,'_line_subtotal','57.12'),(15619,1833,'_line_subtotal_tax','0'),(15620,1833,'_line_total','57.12'),(15621,1833,'_line_tax','0'),(15622,1833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15623,1834,'_product_id','51'),(15624,1834,'_variation_id','0'),(15625,1834,'_qty','1'),(15626,1834,'_tax_class',''),(15627,1834,'_line_subtotal','134.4'),(15628,1834,'_line_subtotal_tax','0'),(15629,1834,'_line_total','134.4'),(15630,1834,'_line_tax','0'),(15631,1834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15632,1835,'_product_id','487'),(15633,1835,'_variation_id','0'),(15634,1835,'_qty','1'),(15635,1835,'_tax_class',''),(15636,1835,'_line_subtotal','28.5'),(15637,1835,'_line_subtotal_tax','0'),(15638,1835,'_line_total','28.5'),(15639,1835,'_line_tax','0'),(15640,1835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15641,1836,'_product_id','120'),(15642,1836,'_variation_id','0'),(15643,1836,'_qty','1'),(15644,1836,'_tax_class',''),(15645,1836,'_line_subtotal','48'),(15646,1836,'_line_subtotal_tax','0'),(15647,1836,'_line_total','48'),(15648,1836,'_line_tax','0'),(15649,1836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15650,1837,'_product_id','144'),(15651,1837,'_variation_id','0'),(15652,1837,'_qty','1'),(15653,1837,'_tax_class',''),(15654,1837,'_line_subtotal','1.25'),(15655,1837,'_line_subtotal_tax','0'),(15656,1837,'_line_total','1.25'),(15657,1837,'_line_tax','0'),(15658,1837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15659,1838,'_product_id','23'),(15660,1838,'_variation_id','0'),(15661,1838,'_qty','1'),(15662,1838,'_tax_class',''),(15663,1838,'_line_subtotal','106.56'),(15664,1838,'_line_subtotal_tax','0'),(15665,1838,'_line_total','106.56'),(15666,1838,'_line_tax','0'),(15667,1838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15668,1839,'_product_id','490'),(15669,1839,'_variation_id','0'),(15670,1839,'_qty','5'),(15671,1839,'_tax_class',''),(15672,1839,'_line_subtotal','92.5'),(15673,1839,'_line_subtotal_tax','0'),(15674,1839,'_line_total','92.5'),(15675,1839,'_line_tax','0'),(15676,1839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15677,1840,'method_id','free_shipping'),(15678,1840,'instance_id','2'),(15679,1840,'cost','0.00'),(15680,1840,'total_tax','0'),(15681,1840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15682,1840,'Items','Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Course Tail Comb &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 5'),(15737,1848,'_product_id','41'),(15738,1848,'_variation_id','0'),(15739,1848,'_qty','2'),(15740,1848,'_tax_class',''),(15741,1848,'_line_subtotal','114.24'),(15742,1848,'_line_subtotal_tax','0'),(15743,1848,'_line_total','114.24'),(15744,1848,'_line_tax','0'),(15745,1848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15746,1849,'method_id','fedex'),(15747,1849,'instance_id','1'),(15748,1849,'cost','10.77'),(15749,1849,'total_tax','0'),(15750,1849,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15751,1849,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(15752,1850,'_product_id','40'),(15753,1850,'_variation_id','0'),(15754,1850,'_qty','1'),(15755,1850,'_tax_class',''),(15756,1850,'_line_subtotal','72'),(15757,1850,'_line_subtotal_tax','0'),(15758,1850,'_line_total','72'),(15759,1850,'_line_tax','0'),(15760,1850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15761,1851,'_product_id','43'),(15762,1851,'_variation_id','0'),(15763,1851,'_qty','1'),(15764,1851,'_tax_class',''),(15765,1851,'_line_subtotal','72'),(15766,1851,'_line_subtotal_tax','0'),(15767,1851,'_line_total','72'),(15768,1851,'_line_tax','0'),(15769,1851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15770,1852,'_product_id','93'),(15771,1852,'_variation_id','0'),(15772,1852,'_qty','10'),(15773,1852,'_tax_class',''),(15774,1852,'_line_subtotal','0'),(15775,1852,'_line_subtotal_tax','0'),(15776,1852,'_line_total','0'),(15777,1852,'_line_tax','0'),(15778,1852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15779,1853,'method_id','fedex'),(15780,1853,'instance_id','1'),(15781,1853,'cost','38.34'),(15782,1853,'total_tax','0'),(15783,1853,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15784,1853,'Package 1','17 × 14 × 10 (in) 37.75lbs × 1'),(15869,1864,'_product_id','23'),(15870,1864,'_variation_id','0'),(15871,1864,'_qty','3'),(15872,1864,'_tax_class',''),(15873,1864,'_line_subtotal','319.68'),(15874,1864,'_line_subtotal_tax','0'),(15875,1864,'_line_total','319.68'),(15876,1864,'_line_tax','0'),(15877,1864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15878,1865,'_product_id','38'),(15879,1865,'_variation_id','0'),(15880,1865,'_qty','3'),(15881,1865,'_tax_class',''),(15882,1865,'_line_subtotal','795.66'),(15883,1865,'_line_subtotal_tax','0'),(15884,1865,'_line_total','795.66'),(15885,1865,'_line_tax','0'),(15886,1865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15887,1866,'_product_id','42'),(15888,1866,'_variation_id','0'),(15889,1866,'_qty','3'),(15890,1866,'_tax_class',''),(15891,1866,'_line_subtotal','216'),(15892,1866,'_line_subtotal_tax','0'),(15893,1866,'_line_total','216'),(15894,1866,'_line_tax','0'),(15895,1866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15896,1867,'_product_id','43'),(15897,1867,'_variation_id','0'),(15898,1867,'_qty','3'),(15899,1867,'_tax_class',''),(15900,1867,'_line_subtotal','216'),(15901,1867,'_line_subtotal_tax','0'),(15902,1867,'_line_total','216'),(15903,1867,'_line_tax','0'),(15904,1867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15905,1868,'_product_id','39'),(15906,1868,'_variation_id','0'),(15907,1868,'_qty','3'),(15908,1868,'_tax_class',''),(15909,1868,'_line_subtotal','216'),(15910,1868,'_line_subtotal_tax','0'),(15911,1868,'_line_total','216'),(15912,1868,'_line_tax','0'),(15913,1868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15914,1869,'method_id','free_shipping'),(15915,1869,'instance_id','2'),(15916,1869,'cost','0.00'),(15917,1869,'total_tax','0'),(15918,1869,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15919,1869,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 3, Comb-Out Mousse(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 3'),(15920,1870,'_product_id','45'),(15921,1870,'_variation_id','0'),(15922,1870,'_qty','2'),(15923,1870,'_tax_class',''),(15924,1870,'_line_subtotal','76.8'),(15925,1870,'_line_subtotal_tax','0'),(15926,1870,'_line_total','76.8'),(15927,1870,'_line_tax','0'),(15928,1870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15929,1871,'_product_id','23'),(15930,1871,'_variation_id','0'),(15931,1871,'_qty','2'),(15932,1871,'_tax_class',''),(15933,1871,'_line_subtotal','213.12'),(15934,1871,'_line_subtotal_tax','0'),(15935,1871,'_line_total','213.12'),(15936,1871,'_line_tax','0'),(15937,1871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15938,1872,'_product_id','41'),(15939,1872,'_variation_id','0'),(15940,1872,'_qty','3'),(15941,1872,'_tax_class',''),(15942,1872,'_line_subtotal','171.36'),(15943,1872,'_line_subtotal_tax','0'),(15944,1872,'_line_total','171.36'),(15945,1872,'_line_tax','0'),(15946,1872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15947,1873,'_product_id','49'),(15948,1873,'_variation_id','0'),(15949,1873,'_qty','3'),(15950,1873,'_tax_class',''),(15951,1873,'_line_subtotal','216'),(15952,1873,'_line_subtotal_tax','0'),(15953,1873,'_line_total','216'),(15954,1873,'_line_tax','0'),(15955,1873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15956,1874,'method_id','free_shipping'),(15957,1874,'instance_id','2'),(15958,1874,'cost','0.00'),(15959,1874,'total_tax','0'),(15960,1874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(15961,1874,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(15962,1875,'_product_id','39'),(15963,1875,'_variation_id','0'),(15964,1875,'_qty','2'),(15965,1875,'_tax_class',''),(15966,1875,'_line_subtotal','144'),(15967,1875,'_line_subtotal_tax','0'),(15968,1875,'_line_total','144'),(15969,1875,'_line_tax','0'),(15970,1875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15971,1876,'_product_id','40'),(15972,1876,'_variation_id','0'),(15973,1876,'_qty','2'),(15974,1876,'_tax_class',''),(15975,1876,'_line_subtotal','144'),(15976,1876,'_line_subtotal_tax','0'),(15977,1876,'_line_total','144'),(15978,1876,'_line_tax','0'),(15979,1876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15980,1877,'_product_id','42'),(15981,1877,'_variation_id','0'),(15982,1877,'_qty','2'),(15983,1877,'_tax_class',''),(15984,1877,'_line_subtotal','144'),(15985,1877,'_line_subtotal_tax','0'),(15986,1877,'_line_total','144'),(15987,1877,'_line_tax','0'),(15988,1877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15989,1878,'_product_id','43'),(15990,1878,'_variation_id','0'),(15991,1878,'_qty','2'),(15992,1878,'_tax_class',''),(15993,1878,'_line_subtotal','144'),(15994,1878,'_line_subtotal_tax','0'),(15995,1878,'_line_total','144'),(15996,1878,'_line_tax','0'),(15997,1878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(15998,1879,'_product_id','488'),(15999,1879,'_variation_id','0'),(16000,1879,'_qty','1'),(16001,1879,'_tax_class',''),(16002,1879,'_line_subtotal','28.5'),(16003,1879,'_line_subtotal_tax','0'),(16004,1879,'_line_total','28.5'),(16005,1879,'_line_tax','0'),(16006,1879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16007,1880,'_product_id','49'),(16008,1880,'_variation_id','0'),(16009,1880,'_qty','1'),(16010,1880,'_tax_class',''),(16011,1880,'_line_subtotal','72'),(16012,1880,'_line_subtotal_tax','0'),(16013,1880,'_line_total','72'),(16014,1880,'_line_tax','0'),(16015,1880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16016,1881,'method_id','free_shipping'),(16017,1881,'instance_id','2'),(16018,1881,'cost','0.00'),(16019,1881,'total_tax','0'),(16020,1881,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16021,1881,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(16022,1882,'_product_id','42'),(16023,1882,'_variation_id','0'),(16024,1882,'_qty','2'),(16025,1882,'_tax_class',''),(16026,1882,'_line_subtotal','144'),(16027,1882,'_line_subtotal_tax','0'),(16028,1882,'_line_total','144'),(16029,1882,'_line_tax','0'),(16030,1882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16031,1883,'_product_id','43'),(16032,1883,'_variation_id','0'),(16033,1883,'_qty','3'),(16034,1883,'_tax_class',''),(16035,1883,'_line_subtotal','216'),(16036,1883,'_line_subtotal_tax','0'),(16037,1883,'_line_total','216'),(16038,1883,'_line_tax','0'),(16039,1883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16040,1884,'_product_id','490'),(16041,1884,'_variation_id','0'),(16042,1884,'_qty','10'),(16043,1884,'_tax_class',''),(16044,1884,'_line_subtotal','185'),(16045,1884,'_line_subtotal_tax','0'),(16046,1884,'_line_total','185'),(16047,1884,'_line_tax','0'),(16048,1884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16049,1885,'_product_id','40'),(16050,1885,'_variation_id','0'),(16051,1885,'_qty','1'),(16052,1885,'_tax_class',''),(16053,1885,'_line_subtotal','72'),(16054,1885,'_line_subtotal_tax','0'),(16055,1885,'_line_total','72'),(16056,1885,'_line_tax','0'),(16057,1885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16058,1886,'method_id','free_shipping'),(16059,1886,'instance_id','2'),(16060,1886,'cost','0.00'),(16061,1886,'total_tax','0'),(16062,1886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16063,1886,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rise 100% RM &times; 10, Preventive Conditioner(Case of 12) &times; 1'),(16064,1887,'_product_id','39'),(16065,1887,'_variation_id','0'),(16066,1887,'_qty','1'),(16067,1887,'_tax_class',''),(16068,1887,'_line_subtotal','72'),(16069,1887,'_line_subtotal_tax','0'),(16070,1887,'_line_total','72'),(16071,1887,'_line_tax','0'),(16072,1887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16073,1888,'_product_id','40'),(16074,1888,'_variation_id','0'),(16075,1888,'_qty','1'),(16076,1888,'_tax_class',''),(16077,1888,'_line_subtotal','72'),(16078,1888,'_line_subtotal_tax','0'),(16079,1888,'_line_total','72'),(16080,1888,'_line_tax','0'),(16081,1888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16082,1889,'_product_id','120'),(16083,1889,'_variation_id','0'),(16084,1889,'_qty','1'),(16085,1889,'_tax_class',''),(16086,1889,'_line_subtotal','48'),(16087,1889,'_line_subtotal_tax','0'),(16088,1889,'_line_total','48'),(16089,1889,'_line_tax','0'),(16090,1889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16091,1890,'_product_id','43'),(16092,1890,'_variation_id','0'),(16093,1890,'_qty','1'),(16094,1890,'_tax_class',''),(16095,1890,'_line_subtotal','72'),(16096,1890,'_line_subtotal_tax','0'),(16097,1890,'_line_total','72'),(16098,1890,'_line_tax','0'),(16099,1890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16100,1891,'_product_id','49'),(16101,1891,'_variation_id','0'),(16102,1891,'_qty','1'),(16103,1891,'_tax_class',''),(16104,1891,'_line_subtotal','72'),(16105,1891,'_line_subtotal_tax','0'),(16106,1891,'_line_total','72'),(16107,1891,'_line_tax','0'),(16108,1891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16109,1892,'_product_id','487'),(16110,1892,'_variation_id','0'),(16111,1892,'_qty','1'),(16112,1892,'_tax_class',''),(16113,1892,'_line_subtotal','28.5'),(16114,1892,'_line_subtotal_tax','0'),(16115,1892,'_line_total','28.5'),(16116,1892,'_line_tax','0'),(16117,1892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16118,1893,'_product_id','490'),(16119,1893,'_variation_id','0'),(16120,1893,'_qty','10'),(16121,1893,'_tax_class',''),(16122,1893,'_line_subtotal','185'),(16123,1893,'_line_subtotal_tax','0'),(16124,1893,'_line_total','185'),(16125,1893,'_line_tax','0'),(16126,1893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16127,1894,'method_id','free_shipping'),(16128,1894,'instance_id','2'),(16129,1894,'cost','0.00'),(16130,1894,'total_tax','0'),(16131,1894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16132,1894,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 10'),(16133,1895,'_product_id','23'),(16134,1895,'_variation_id','0'),(16135,1895,'_qty','2'),(16136,1895,'_tax_class',''),(16137,1895,'_line_subtotal','213.12'),(16138,1895,'_line_subtotal_tax','0'),(16139,1895,'_line_total','213.12'),(16140,1895,'_line_tax','0'),(16141,1895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16142,1896,'_product_id','51'),(16143,1896,'_variation_id','0'),(16144,1896,'_qty','2'),(16145,1896,'_tax_class',''),(16146,1896,'_line_subtotal','268.8'),(16147,1896,'_line_subtotal_tax','0'),(16148,1896,'_line_total','268.8'),(16149,1896,'_line_tax','0'),(16150,1896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16151,1897,'_product_id','93'),(16152,1897,'_variation_id','0'),(16153,1897,'_qty','10'),(16154,1897,'_tax_class',''),(16155,1897,'_line_subtotal','0'),(16156,1897,'_line_subtotal_tax','0'),(16157,1897,'_line_total','0'),(16158,1897,'_line_tax','0'),(16159,1897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16160,1898,'_product_id','41'),(16161,1898,'_variation_id','0'),(16162,1898,'_qty','1'),(16163,1898,'_tax_class',''),(16164,1898,'_line_subtotal','57.12'),(16165,1898,'_line_subtotal_tax','0'),(16166,1898,'_line_total','57.12'),(16167,1898,'_line_tax','0'),(16168,1898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16169,1899,'_fee_amount','-237.74'),(16170,1899,'_tax_class','0'),(16171,1899,'_tax_status','taxable'),(16172,1899,'_line_total','-237.74'),(16173,1899,'_line_tax','0'),(16174,1899,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(16175,1899,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(16176,1899,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(16177,1900,'method_id','fedex'),(16178,1900,'instance_id','3'),(16179,1900,'cost','475.48'),(16180,1900,'total_tax','0'),(16181,1900,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16182,1900,'Package 1','11.25 × 8.75 × 7.75 (in) 14.59lbs × 1'),(16183,1900,'Package 2','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(16184,1900,'Package 3','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(16185,1900,'Package 4','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(16186,1900,'Package 5','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(16187,1901,'discount_amount','0'),(16188,1901,'discount_amount_tax','0'),(16189,1901,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:0;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(16190,1902,'_product_id','133'),(16191,1902,'_variation_id','0'),(16192,1902,'_qty','1'),(16193,1902,'_tax_class',''),(16194,1902,'_line_subtotal','13'),(16195,1902,'_line_subtotal_tax','0'),(16196,1902,'_line_total','13'),(16197,1902,'_line_tax','0'),(16198,1902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16199,1903,'_product_id','41'),(16200,1903,'_variation_id','0'),(16201,1903,'_qty','1'),(16202,1903,'_tax_class',''),(16203,1903,'_line_subtotal','57.12'),(16204,1903,'_line_subtotal_tax','0'),(16205,1903,'_line_total','57.12'),(16206,1903,'_line_tax','0'),(16207,1903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16208,1904,'_product_id','40'),(16209,1904,'_variation_id','0'),(16210,1904,'_qty','1'),(16211,1904,'_tax_class',''),(16212,1904,'_line_subtotal','72'),(16213,1904,'_line_subtotal_tax','0'),(16214,1904,'_line_total','72'),(16215,1904,'_line_tax','0'),(16216,1904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16217,1905,'_product_id','488'),(16218,1905,'_variation_id','0'),(16219,1905,'_qty','1'),(16220,1905,'_tax_class',''),(16221,1905,'_line_subtotal','28.5'),(16222,1905,'_line_subtotal_tax','0'),(16223,1905,'_line_total','28.5'),(16224,1905,'_line_tax','0'),(16225,1905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16226,1906,'_product_id','490'),(16227,1906,'_variation_id','0'),(16228,1906,'_qty','4'),(16229,1906,'_tax_class',''),(16230,1906,'_line_subtotal','74'),(16231,1906,'_line_subtotal_tax','0'),(16232,1906,'_line_total','74'),(16233,1906,'_line_tax','0'),(16234,1906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16235,1907,'method_id','fedex'),(16236,1907,'instance_id','1'),(16237,1907,'cost','21.36'),(16238,1907,'total_tax','0'),(16239,1907,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16240,1907,'Package 1','17 × 14 × 10 (in) 28.5lbs × 1'),(16275,1912,'_product_id','42'),(16276,1912,'_variation_id','0'),(16277,1912,'_qty','2'),(16278,1912,'_tax_class',''),(16279,1912,'_line_subtotal','144'),(16280,1912,'_line_subtotal_tax','0'),(16281,1912,'_line_total','144'),(16282,1912,'_line_tax','0'),(16283,1912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16284,1913,'_product_id','49'),(16285,1913,'_variation_id','0'),(16286,1913,'_qty','2'),(16287,1913,'_tax_class',''),(16288,1913,'_line_subtotal','144'),(16289,1913,'_line_subtotal_tax','0'),(16290,1913,'_line_total','144'),(16291,1913,'_line_tax','0'),(16292,1913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16293,1914,'_product_id','41'),(16294,1914,'_variation_id','0'),(16295,1914,'_qty','6'),(16296,1914,'_tax_class',''),(16297,1914,'_line_subtotal','342.72'),(16298,1914,'_line_subtotal_tax','0'),(16299,1914,'_line_total','342.72'),(16300,1914,'_line_tax','0'),(16301,1914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16302,1915,'_product_id','93'),(16303,1915,'_variation_id','0'),(16304,1915,'_qty','2'),(16305,1915,'_tax_class',''),(16306,1915,'_line_subtotal','0'),(16307,1915,'_line_subtotal_tax','0'),(16308,1915,'_line_total','0'),(16309,1915,'_line_tax','0'),(16310,1915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16311,1916,'method_id','free_shipping'),(16312,1916,'instance_id','2'),(16313,1916,'cost','0.00'),(16314,1916,'total_tax','0'),(16315,1916,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16316,1916,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Bulk Active Rise 100% &times; 2'),(16317,1917,'_product_id','23'),(16318,1917,'_variation_id','0'),(16319,1917,'_qty','4'),(16320,1917,'_tax_class',''),(16321,1917,'_line_subtotal','426.24'),(16322,1917,'_line_subtotal_tax','0'),(16323,1917,'_line_total','426.24'),(16324,1917,'_line_tax','0'),(16325,1917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16326,1918,'_product_id','38'),(16327,1918,'_variation_id','0'),(16328,1918,'_qty','1'),(16329,1918,'_tax_class',''),(16330,1918,'_line_subtotal','265.22'),(16331,1918,'_line_subtotal_tax','0'),(16332,1918,'_line_total','265.22'),(16333,1918,'_line_tax','0'),(16334,1918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16335,1919,'_product_id','116'),(16336,1919,'_variation_id','0'),(16337,1919,'_qty','1'),(16338,1919,'_tax_class',''),(16339,1919,'_line_subtotal','132'),(16340,1919,'_line_subtotal_tax','0'),(16341,1919,'_line_total','132'),(16342,1919,'_line_tax','0'),(16343,1919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16344,1920,'_product_id','41'),(16345,1920,'_variation_id','0'),(16346,1920,'_qty','5'),(16347,1920,'_tax_class',''),(16348,1920,'_line_subtotal','285.6'),(16349,1920,'_line_subtotal_tax','0'),(16350,1920,'_line_total','285.6'),(16351,1920,'_line_tax','0'),(16352,1920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16353,1921,'_product_id','43'),(16354,1921,'_variation_id','0'),(16355,1921,'_qty','2'),(16356,1921,'_tax_class',''),(16357,1921,'_line_subtotal','144'),(16358,1921,'_line_subtotal_tax','0'),(16359,1921,'_line_total','144'),(16360,1921,'_line_tax','0'),(16361,1921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16362,1922,'_product_id','49'),(16363,1922,'_variation_id','0'),(16364,1922,'_qty','2'),(16365,1922,'_tax_class',''),(16366,1922,'_line_subtotal','144'),(16367,1922,'_line_subtotal_tax','0'),(16368,1922,'_line_total','144'),(16369,1922,'_line_tax','0'),(16370,1922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16371,1923,'_product_id','93'),(16372,1923,'_variation_id','0'),(16373,1923,'_qty','5'),(16374,1923,'_tax_class',''),(16375,1923,'_line_subtotal','0'),(16376,1923,'_line_subtotal_tax','0'),(16377,1923,'_line_total','0'),(16378,1923,'_line_tax','0'),(16379,1923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16380,1924,'_product_id','137'),(16381,1924,'_variation_id','0'),(16382,1924,'_qty','25'),(16383,1924,'_tax_class',''),(16384,1924,'_line_subtotal','137.5'),(16385,1924,'_line_subtotal_tax','0'),(16386,1924,'_line_total','137.5'),(16387,1924,'_line_tax','0'),(16388,1924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16389,1925,'_product_id','99'),(16390,1925,'_variation_id','0'),(16391,1925,'_qty','3'),(16392,1925,'_tax_class',''),(16393,1925,'_line_subtotal','0'),(16394,1925,'_line_subtotal_tax','0'),(16395,1925,'_line_total','0'),(16396,1925,'_line_tax','0'),(16397,1925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16398,1926,'_product_id','318'),(16399,1926,'_variation_id','0'),(16400,1926,'_qty','20'),(16401,1926,'_tax_class',''),(16402,1926,'_line_subtotal','60'),(16403,1926,'_line_subtotal_tax','0'),(16404,1926,'_line_total','60'),(16405,1926,'_line_tax','0'),(16406,1926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16407,1927,'method_id','free_shipping'),(16408,1927,'instance_id','2'),(16409,1927,'cost','0.00'),(16410,1927,'total_tax','0'),(16411,1927,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16412,1927,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% &times; 5, The Wet Brush &times; 25, Bulk Mousse 1 Gallon &times; 3, Goomee 4 Pack &times; 20'),(16462,1934,'_product_id','23'),(16463,1934,'_variation_id','0'),(16464,1934,'_qty','2'),(16465,1934,'_tax_class',''),(16466,1934,'_line_subtotal','213.12'),(16467,1934,'_line_subtotal_tax','0'),(16468,1934,'_line_total','213.12'),(16469,1934,'_line_tax','0'),(16470,1934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16471,1935,'_product_id','45'),(16472,1935,'_variation_id','0'),(16473,1935,'_qty','2'),(16474,1935,'_tax_class',''),(16475,1935,'_line_subtotal','76.8'),(16476,1935,'_line_subtotal_tax','0'),(16477,1935,'_line_total','76.8'),(16478,1935,'_line_tax','0'),(16479,1935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16480,1936,'_product_id','41'),(16481,1936,'_variation_id','0'),(16482,1936,'_qty','1'),(16483,1936,'_tax_class',''),(16484,1936,'_line_subtotal','57.12'),(16485,1936,'_line_subtotal_tax','0'),(16486,1936,'_line_total','57.12'),(16487,1936,'_line_tax','0'),(16488,1936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16489,1937,'_product_id','49'),(16490,1937,'_variation_id','0'),(16491,1937,'_qty','1'),(16492,1937,'_tax_class',''),(16493,1937,'_line_subtotal','72'),(16494,1937,'_line_subtotal_tax','0'),(16495,1937,'_line_total','72'),(16496,1937,'_line_tax','0'),(16497,1937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16498,1938,'_product_id','43'),(16499,1938,'_variation_id','0'),(16500,1938,'_qty','2'),(16501,1938,'_tax_class',''),(16502,1938,'_line_subtotal','144'),(16503,1938,'_line_subtotal_tax','0'),(16504,1938,'_line_total','144'),(16505,1938,'_line_tax','0'),(16506,1938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16507,1939,'_product_id','138'),(16508,1939,'_variation_id','0'),(16509,1939,'_qty','5'),(16510,1939,'_tax_class',''),(16511,1939,'_line_subtotal','22.5'),(16512,1939,'_line_subtotal_tax','0'),(16513,1939,'_line_total','22.5'),(16514,1939,'_line_tax','0'),(16515,1939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16516,1940,'method_id','free_shipping'),(16517,1940,'instance_id','2'),(16518,1940,'cost','0.00'),(16519,1940,'total_tax','0'),(16520,1940,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16521,1940,'Items','Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, The Wet Brush Squirt &times; 5'),(16522,1941,'_product_id','120'),(16523,1941,'_variation_id','0'),(16524,1941,'_qty','1'),(16525,1941,'_tax_class',''),(16526,1941,'_line_subtotal','48'),(16527,1941,'_line_subtotal_tax','0'),(16528,1941,'_line_total','48'),(16529,1941,'_line_tax','0'),(16530,1941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16531,1942,'_product_id','97'),(16532,1942,'_variation_id','0'),(16533,1942,'_qty','1'),(16534,1942,'_tax_class',''),(16535,1942,'_line_subtotal','0'),(16536,1942,'_line_subtotal_tax','0'),(16537,1942,'_line_total','0'),(16538,1942,'_line_tax','0'),(16539,1942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16540,1943,'_product_id','99'),(16541,1943,'_variation_id','0'),(16542,1943,'_qty','1'),(16543,1943,'_tax_class',''),(16544,1943,'_line_subtotal','0'),(16545,1943,'_line_subtotal_tax','0'),(16546,1943,'_line_total','0'),(16547,1943,'_line_tax','0'),(16548,1943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16549,1944,'_product_id','133'),(16550,1944,'_variation_id','0'),(16551,1944,'_qty','1'),(16552,1944,'_tax_class',''),(16553,1944,'_line_subtotal','13'),(16554,1944,'_line_subtotal_tax','0'),(16555,1944,'_line_total','13'),(16556,1944,'_line_tax','0'),(16557,1944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16558,1945,'_product_id','44'),(16559,1945,'_variation_id','0'),(16560,1945,'_qty','1'),(16561,1945,'_tax_class',''),(16562,1945,'_line_subtotal','105.6'),(16563,1945,'_line_subtotal_tax','0'),(16564,1945,'_line_total','105.6'),(16565,1945,'_line_tax','0'),(16566,1945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16567,1946,'method_id','fedex'),(16568,1946,'instance_id','1'),(16569,1946,'cost','23.09'),(16570,1946,'total_tax','0'),(16571,1946,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16572,1946,'Package 1','17 × 14 × 10 (in) 33.45lbs × 1'),(16573,1947,'_product_id','38'),(16574,1947,'_variation_id','0'),(16575,1947,'_qty','2'),(16576,1947,'_tax_class',''),(16577,1947,'_line_subtotal','530.44'),(16578,1947,'_line_subtotal_tax','0'),(16579,1947,'_line_total','530.44'),(16580,1947,'_line_tax','0'),(16581,1947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16582,1948,'_product_id','23'),(16583,1948,'_variation_id','0'),(16584,1948,'_qty','3'),(16585,1948,'_tax_class',''),(16586,1948,'_line_subtotal','319.68'),(16587,1948,'_line_subtotal_tax','0'),(16588,1948,'_line_total','319.68'),(16589,1948,'_line_tax','0'),(16590,1948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16591,1949,'_product_id','41'),(16592,1949,'_variation_id','0'),(16593,1949,'_qty','5'),(16594,1949,'_tax_class',''),(16595,1949,'_line_subtotal','285.6'),(16596,1949,'_line_subtotal_tax','0'),(16597,1949,'_line_total','285.6'),(16598,1949,'_line_tax','0'),(16599,1949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16600,1950,'_product_id','118'),(16601,1950,'_variation_id','0'),(16602,1950,'_qty','2'),(16603,1950,'_tax_class',''),(16604,1950,'_line_subtotal','336'),(16605,1950,'_line_subtotal_tax','0'),(16606,1950,'_line_total','336'),(16607,1950,'_line_tax','0'),(16608,1950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16609,1951,'_product_id','51'),(16610,1951,'_variation_id','0'),(16611,1951,'_qty','4'),(16612,1951,'_tax_class',''),(16613,1951,'_line_subtotal','537.6'),(16614,1951,'_line_subtotal_tax','0'),(16615,1951,'_line_total','537.6'),(16616,1951,'_line_tax','0'),(16617,1951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16618,1952,'method_id','free_shipping'),(16619,1952,'instance_id','2'),(16620,1952,'cost','0.00'),(16621,1952,'total_tax','0'),(16622,1952,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16623,1952,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 4'),(16693,1961,'_product_id','93'),(16694,1961,'_variation_id','0'),(16695,1961,'_qty','10'),(16696,1961,'_tax_class',''),(16697,1961,'_line_subtotal','0'),(16698,1961,'_line_subtotal_tax','0'),(16699,1961,'_line_total','0'),(16700,1961,'_line_tax','0'),(16701,1961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16702,1962,'method_id','fedex'),(16703,1962,'instance_id','1'),(16704,1962,'cost','14.92'),(16705,1962,'total_tax','0'),(16706,1962,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16707,1962,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(16759,1969,'_product_id','23'),(16760,1969,'_variation_id','0'),(16761,1969,'_qty','3'),(16762,1969,'_tax_class',''),(16763,1969,'_line_subtotal','319.68'),(16764,1969,'_line_subtotal_tax','0'),(16765,1969,'_line_total','319.68'),(16766,1969,'_line_tax','0'),(16767,1969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16768,1970,'_product_id','42'),(16769,1970,'_variation_id','0'),(16770,1970,'_qty','1'),(16771,1970,'_tax_class',''),(16772,1970,'_line_subtotal','72'),(16773,1970,'_line_subtotal_tax','0'),(16774,1970,'_line_total','72'),(16775,1970,'_line_tax','0'),(16776,1970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16777,1971,'_product_id','45'),(16778,1971,'_variation_id','0'),(16779,1971,'_qty','3'),(16780,1971,'_tax_class',''),(16781,1971,'_line_subtotal','115.2'),(16782,1971,'_line_subtotal_tax','0'),(16783,1971,'_line_total','115.2'),(16784,1971,'_line_tax','0'),(16785,1971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16786,1972,'_product_id','41'),(16787,1972,'_variation_id','0'),(16788,1972,'_qty','1'),(16789,1972,'_tax_class',''),(16790,1972,'_line_subtotal','57.12'),(16791,1972,'_line_subtotal_tax','0'),(16792,1972,'_line_total','57.12'),(16793,1972,'_line_tax','0'),(16794,1972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16795,1973,'_product_id','39'),(16796,1973,'_variation_id','0'),(16797,1973,'_qty','1'),(16798,1973,'_tax_class',''),(16799,1973,'_line_subtotal','72'),(16800,1973,'_line_subtotal_tax','0'),(16801,1973,'_line_total','72'),(16802,1973,'_line_tax','0'),(16803,1973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16804,1974,'_product_id','40'),(16805,1974,'_variation_id','0'),(16806,1974,'_qty','1'),(16807,1974,'_tax_class',''),(16808,1974,'_line_subtotal','72'),(16809,1974,'_line_subtotal_tax','0'),(16810,1974,'_line_total','72'),(16811,1974,'_line_tax','0'),(16812,1974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16813,1975,'_product_id','49'),(16814,1975,'_variation_id','0'),(16815,1975,'_qty','1'),(16816,1975,'_tax_class',''),(16817,1975,'_line_subtotal','72'),(16818,1975,'_line_subtotal_tax','0'),(16819,1975,'_line_total','72'),(16820,1975,'_line_tax','0'),(16821,1975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16822,1976,'_product_id','490'),(16823,1976,'_variation_id','0'),(16824,1976,'_qty','8'),(16825,1976,'_tax_class',''),(16826,1976,'_line_subtotal','148'),(16827,1976,'_line_subtotal_tax','0'),(16828,1976,'_line_total','148'),(16829,1976,'_line_tax','0'),(16830,1976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16831,1977,'method_id','free_shipping'),(16832,1977,'instance_id','2'),(16833,1977,'cost','0.00'),(16834,1977,'total_tax','0'),(16835,1977,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16836,1977,'Items','Active Rinse 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 8'),(16837,1978,'_product_id','51'),(16838,1978,'_variation_id','0'),(16839,1978,'_qty','4'),(16840,1978,'_tax_class',''),(16841,1978,'_line_subtotal','537.6'),(16842,1978,'_line_subtotal_tax','0'),(16843,1978,'_line_total','537.6'),(16844,1978,'_line_tax','0'),(16845,1978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16846,1979,'_product_id','118'),(16847,1979,'_variation_id','0'),(16848,1979,'_qty','2'),(16849,1979,'_tax_class',''),(16850,1979,'_line_subtotal','336'),(16851,1979,'_line_subtotal_tax','0'),(16852,1979,'_line_total','336'),(16853,1979,'_line_tax','0'),(16854,1979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16855,1980,'_product_id','41'),(16856,1980,'_variation_id','0'),(16857,1980,'_qty','4'),(16858,1980,'_tax_class',''),(16859,1980,'_line_subtotal','228.48'),(16860,1980,'_line_subtotal_tax','0'),(16861,1980,'_line_total','228.48'),(16862,1980,'_line_tax','0'),(16863,1980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16864,1981,'_product_id','490'),(16865,1981,'_variation_id','0'),(16866,1981,'_qty','10'),(16867,1981,'_tax_class',''),(16868,1981,'_line_subtotal','185'),(16869,1981,'_line_subtotal_tax','0'),(16870,1981,'_line_total','185'),(16871,1981,'_line_tax','0'),(16872,1981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16873,1982,'_product_id','487'),(16874,1982,'_variation_id','0'),(16875,1982,'_qty','4'),(16876,1982,'_tax_class',''),(16877,1982,'_line_subtotal','114'),(16878,1982,'_line_subtotal_tax','0'),(16879,1982,'_line_total','114'),(16880,1982,'_line_tax','0'),(16881,1982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16882,1983,'method_id','free_shipping'),(16883,1983,'instance_id','2'),(16884,1983,'cost','0.00'),(16885,1983,'total_tax','0'),(16886,1983,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16887,1983,'Items','Urgent Care Kit(Case of 6) &times; 4, Urgent Care & Preventive Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rise 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 4'),(16888,1984,'_product_id','23'),(16889,1984,'_variation_id','0'),(16890,1984,'_qty','2'),(16891,1984,'_tax_class',''),(16892,1984,'_line_subtotal','213.12'),(16893,1984,'_line_subtotal_tax','0'),(16894,1984,'_line_total','213.12'),(16895,1984,'_line_tax','0'),(16896,1984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16897,1985,'_product_id','38'),(16898,1985,'_variation_id','0'),(16899,1985,'_qty','2'),(16900,1985,'_tax_class',''),(16901,1985,'_line_subtotal','530.44'),(16902,1985,'_line_subtotal_tax','0'),(16903,1985,'_line_total','530.44'),(16904,1985,'_line_tax','0'),(16905,1985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16906,1986,'_product_id','41'),(16907,1986,'_variation_id','0'),(16908,1986,'_qty','2'),(16909,1986,'_tax_class',''),(16910,1986,'_line_subtotal','114.24'),(16911,1986,'_line_subtotal_tax','0'),(16912,1986,'_line_total','114.24'),(16913,1986,'_line_tax','0'),(16914,1986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16915,1987,'_product_id','118'),(16916,1987,'_variation_id','0'),(16917,1987,'_qty','1'),(16918,1987,'_tax_class',''),(16919,1987,'_line_subtotal','168'),(16920,1987,'_line_subtotal_tax','0'),(16921,1987,'_line_total','168'),(16922,1987,'_line_tax','0'),(16923,1987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16924,1988,'_product_id','120'),(16925,1988,'_variation_id','0'),(16926,1988,'_qty','1'),(16927,1988,'_tax_class',''),(16928,1988,'_line_subtotal','48'),(16929,1988,'_line_subtotal_tax','0'),(16930,1988,'_line_total','48'),(16931,1988,'_line_tax','0'),(16932,1988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16933,1989,'_product_id','93'),(16934,1989,'_variation_id','0'),(16935,1989,'_qty','10'),(16936,1989,'_tax_class',''),(16937,1989,'_line_subtotal','0'),(16938,1989,'_line_subtotal_tax','0'),(16939,1989,'_line_total','0'),(16940,1989,'_line_tax','0'),(16941,1989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16942,1990,'_product_id','131'),(16943,1990,'_variation_id','0'),(16944,1990,'_qty','4'),(16945,1990,'_tax_class',''),(16946,1990,'_line_subtotal','46'),(16947,1990,'_line_subtotal_tax','0'),(16948,1990,'_line_total','46'),(16949,1990,'_line_tax','0'),(16950,1990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16951,1991,'method_id','free_shipping'),(16952,1991,'instance_id','2'),(16953,1991,'cost','0.00'),(16954,1991,'total_tax','0'),(16955,1991,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(16956,1991,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rise 100% &times; 10, Disposable Capes &times; 4'),(16957,1992,'_product_id','45'),(16958,1992,'_variation_id','0'),(16959,1992,'_qty','1'),(16960,1992,'_tax_class',''),(16961,1992,'_line_subtotal','38.4'),(16962,1992,'_line_subtotal_tax','0'),(16963,1992,'_line_total','38.4'),(16964,1992,'_line_tax','0'),(16965,1992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16966,1993,'_product_id','38'),(16967,1993,'_variation_id','0'),(16968,1993,'_qty','1'),(16969,1993,'_tax_class',''),(16970,1993,'_line_subtotal','265.22'),(16971,1993,'_line_subtotal_tax','0'),(16972,1993,'_line_total','265.22'),(16973,1993,'_line_tax','0'),(16974,1993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16975,1994,'_product_id','43'),(16976,1994,'_variation_id','0'),(16977,1994,'_qty','1'),(16978,1994,'_tax_class',''),(16979,1994,'_line_subtotal','72'),(16980,1994,'_line_subtotal_tax','0'),(16981,1994,'_line_total','72'),(16982,1994,'_line_tax','0'),(16983,1994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16984,1995,'_product_id','51'),(16985,1995,'_variation_id','0'),(16986,1995,'_qty','1'),(16987,1995,'_tax_class',''),(16988,1995,'_line_subtotal','134.4'),(16989,1995,'_line_subtotal_tax','0'),(16990,1995,'_line_total','134.4'),(16991,1995,'_line_tax','0'),(16992,1995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(16993,1996,'_product_id','487'),(16994,1996,'_variation_id','0'),(16995,1996,'_qty','1'),(16996,1996,'_tax_class',''),(16997,1996,'_line_subtotal','28.5'),(16998,1996,'_line_subtotal_tax','0'),(16999,1996,'_line_total','28.5'),(17000,1996,'_line_tax','0'),(17001,1996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17002,1997,'method_id','free_shipping'),(17003,1997,'instance_id','2'),(17004,1997,'cost','0.00'),(17005,1997,'total_tax','0'),(17006,1997,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17007,1997,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(17008,1998,'_product_id','49'),(17009,1998,'_variation_id','0'),(17010,1998,'_qty','3'),(17011,1998,'_tax_class',''),(17012,1998,'_line_subtotal','216'),(17013,1998,'_line_subtotal_tax','0'),(17014,1998,'_line_total','216'),(17015,1998,'_line_tax','0'),(17016,1998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17017,1999,'method_id','fedex'),(17018,1999,'instance_id','1'),(17019,1999,'cost','30.13'),(17020,1999,'total_tax','0'),(17021,1999,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17022,1999,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(17065,2005,'_product_id','41'),(17066,2005,'_variation_id','0'),(17067,2005,'_qty','4'),(17068,2005,'_tax_class',''),(17069,2005,'_line_subtotal','228.48'),(17070,2005,'_line_subtotal_tax','0'),(17071,2005,'_line_total','228.48'),(17072,2005,'_line_tax','0'),(17073,2005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17074,2006,'_product_id','45'),(17075,2006,'_variation_id','0'),(17076,2006,'_qty','2'),(17077,2006,'_tax_class',''),(17078,2006,'_line_subtotal','76.8'),(17079,2006,'_line_subtotal_tax','0'),(17080,2006,'_line_total','76.8'),(17081,2006,'_line_tax','0'),(17082,2006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17083,2007,'_product_id','23'),(17084,2007,'_variation_id','0'),(17085,2007,'_qty','2'),(17086,2007,'_tax_class',''),(17087,2007,'_line_subtotal','213.12'),(17088,2007,'_line_subtotal_tax','0'),(17089,2007,'_line_total','213.12'),(17090,2007,'_line_tax','0'),(17091,2007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17092,2008,'_product_id','38'),(17093,2008,'_variation_id','0'),(17094,2008,'_qty','1'),(17095,2008,'_tax_class',''),(17096,2008,'_line_subtotal','265.22'),(17097,2008,'_line_subtotal_tax','0'),(17098,2008,'_line_total','265.22'),(17099,2008,'_line_tax','0'),(17100,2008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17101,2009,'_product_id','116'),(17102,2009,'_variation_id','0'),(17103,2009,'_qty','2'),(17104,2009,'_tax_class',''),(17105,2009,'_line_subtotal','264'),(17106,2009,'_line_subtotal_tax','0'),(17107,2009,'_line_total','264'),(17108,2009,'_line_tax','0'),(17109,2009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17110,2010,'_product_id','93'),(17111,2010,'_variation_id','0'),(17112,2010,'_qty','3'),(17113,2010,'_tax_class',''),(17114,2010,'_line_subtotal','0'),(17115,2010,'_line_subtotal_tax','0'),(17116,2010,'_line_total','0'),(17117,2010,'_line_tax','0'),(17118,2010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17119,2011,'_product_id','40'),(17120,2011,'_variation_id','0'),(17121,2011,'_qty','1'),(17122,2011,'_tax_class',''),(17123,2011,'_line_subtotal','72'),(17124,2011,'_line_subtotal_tax','0'),(17125,2011,'_line_total','72'),(17126,2011,'_line_tax','0'),(17127,2011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17128,2012,'_product_id','43'),(17129,2012,'_variation_id','0'),(17130,2012,'_qty','2'),(17131,2012,'_tax_class',''),(17132,2012,'_line_subtotal','144'),(17133,2012,'_line_subtotal_tax','0'),(17134,2012,'_line_total','144'),(17135,2012,'_line_tax','0'),(17136,2012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17137,2013,'_product_id','49'),(17138,2013,'_variation_id','0'),(17139,2013,'_qty','2'),(17140,2013,'_tax_class',''),(17141,2013,'_line_subtotal','144'),(17142,2013,'_line_subtotal_tax','0'),(17143,2013,'_line_total','144'),(17144,2013,'_line_tax','0'),(17145,2013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17146,2014,'method_id','free_shipping'),(17147,2014,'instance_id','2'),(17148,2014,'cost','0.00'),(17149,2014,'total_tax','0'),(17150,2014,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17151,2014,'Items','Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 2, Bulk Active Rise 100% &times; 3, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(17152,2015,'_product_id','45'),(17153,2015,'_variation_id','0'),(17154,2015,'_qty','1'),(17155,2015,'_tax_class',''),(17156,2015,'_line_subtotal','38.4'),(17157,2015,'_line_subtotal_tax','0'),(17158,2015,'_line_total','38.4'),(17159,2015,'_line_tax','0'),(17160,2015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17161,2016,'_product_id','41'),(17162,2016,'_variation_id','0'),(17163,2016,'_qty','4'),(17164,2016,'_tax_class',''),(17165,2016,'_line_subtotal','228.48'),(17166,2016,'_line_subtotal_tax','0'),(17167,2016,'_line_total','228.48'),(17168,2016,'_line_tax','0'),(17169,2016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17170,2017,'_product_id','43'),(17171,2017,'_variation_id','0'),(17172,2017,'_qty','3'),(17173,2017,'_tax_class',''),(17174,2017,'_line_subtotal','216'),(17175,2017,'_line_subtotal_tax','0'),(17176,2017,'_line_total','216'),(17177,2017,'_line_tax','0'),(17178,2017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17179,2018,'_product_id','39'),(17180,2018,'_variation_id','0'),(17181,2018,'_qty','1'),(17182,2018,'_tax_class',''),(17183,2018,'_line_subtotal','72'),(17184,2018,'_line_subtotal_tax','0'),(17185,2018,'_line_total','72'),(17186,2018,'_line_tax','0'),(17187,2018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17188,2019,'method_id','free_shipping'),(17189,2019,'instance_id','2'),(17190,2019,'cost','0.00'),(17191,2019,'total_tax','0'),(17192,2019,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17193,2019,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1'),(17194,2020,'_product_id','93'),(17195,2020,'_variation_id','0'),(17196,2020,'_qty','6'),(17197,2020,'_tax_class',''),(17198,2020,'_line_subtotal','0'),(17199,2020,'_line_subtotal_tax','0'),(17200,2020,'_line_total','0'),(17201,2020,'_line_tax','0'),(17202,2020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17203,2021,'method_id','fedex'),(17204,2021,'instance_id','1'),(17205,2021,'cost','11.92'),(17206,2021,'total_tax','0'),(17207,2021,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17208,2021,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(17209,2022,'_product_id','93'),(17210,2022,'_variation_id','0'),(17211,2022,'_qty','7'),(17212,2022,'_tax_class',''),(17213,2022,'_line_subtotal','0'),(17214,2022,'_line_subtotal_tax','0'),(17215,2022,'_line_total','0'),(17216,2022,'_line_tax','0'),(17217,2022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17218,2023,'method_id','fedex'),(17219,2023,'instance_id','1'),(17220,2023,'cost','13.53'),(17221,2023,'total_tax','0'),(17222,2023,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17223,2023,'Package 1','17 × 14 × 10 (in) 16.05lbs × 1'),(17239,2026,'_product_id','23'),(17240,2026,'_variation_id','0'),(17241,2026,'_qty','2'),(17242,2026,'_tax_class',''),(17243,2026,'_line_subtotal','213.12'),(17244,2026,'_line_subtotal_tax','0'),(17245,2026,'_line_total','213.12'),(17246,2026,'_line_tax','0'),(17247,2026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17248,2027,'_product_id','38'),(17249,2027,'_variation_id','0'),(17250,2027,'_qty','2'),(17251,2027,'_tax_class',''),(17252,2027,'_line_subtotal','530.44'),(17253,2027,'_line_subtotal_tax','0'),(17254,2027,'_line_total','530.44'),(17255,2027,'_line_tax','0'),(17256,2027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17257,2028,'_product_id','41'),(17258,2028,'_variation_id','0'),(17259,2028,'_qty','1'),(17260,2028,'_tax_class',''),(17261,2028,'_line_subtotal','60.48'),(17262,2028,'_line_subtotal_tax','0'),(17263,2028,'_line_total','60.48'),(17264,2028,'_line_tax','0'),(17265,2028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17266,2029,'_product_id','49'),(17267,2029,'_variation_id','0'),(17268,2029,'_qty','1'),(17269,2029,'_tax_class',''),(17270,2029,'_line_subtotal','72'),(17271,2029,'_line_subtotal_tax','0'),(17272,2029,'_line_total','72'),(17273,2029,'_line_tax','0'),(17274,2029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17275,2030,'_product_id','490'),(17276,2030,'_variation_id','0'),(17277,2030,'_qty','8'),(17278,2030,'_tax_class',''),(17279,2030,'_line_subtotal','148'),(17280,2030,'_line_subtotal_tax','0'),(17281,2030,'_line_total','148'),(17282,2030,'_line_tax','0'),(17283,2030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17284,2031,'_product_id','488'),(17285,2031,'_variation_id','0'),(17286,2031,'_qty','1'),(17287,2031,'_tax_class',''),(17288,2031,'_line_subtotal','28.5'),(17289,2031,'_line_subtotal_tax','0'),(17290,2031,'_line_total','28.5'),(17291,2031,'_line_tax','0'),(17292,2031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17293,2032,'method_id','free_shipping'),(17294,2032,'instance_id','2'),(17295,2032,'cost','0.00'),(17296,2032,'total_tax','0'),(17297,2032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17298,2032,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1'),(17299,2033,'_product_id','23'),(17300,2033,'_variation_id','0'),(17301,2033,'_qty','3'),(17302,2033,'_tax_class',''),(17303,2033,'_line_subtotal','319.68'),(17304,2033,'_line_subtotal_tax','0'),(17305,2033,'_line_total','319.68'),(17306,2033,'_line_tax','0'),(17307,2033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17308,2034,'_product_id','38'),(17309,2034,'_variation_id','0'),(17310,2034,'_qty','1'),(17311,2034,'_tax_class',''),(17312,2034,'_line_subtotal','265.22'),(17313,2034,'_line_subtotal_tax','0'),(17314,2034,'_line_total','265.22'),(17315,2034,'_line_tax','0'),(17316,2034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17317,2035,'_product_id','131'),(17318,2035,'_variation_id','0'),(17319,2035,'_qty','5'),(17320,2035,'_tax_class',''),(17321,2035,'_line_subtotal','57.5'),(17322,2035,'_line_subtotal_tax','0'),(17323,2035,'_line_total','57.5'),(17324,2035,'_line_tax','0'),(17325,2035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17326,2036,'_product_id','318'),(17327,2036,'_variation_id','0'),(17328,2036,'_qty','40'),(17329,2036,'_tax_class',''),(17330,2036,'_line_subtotal','120'),(17331,2036,'_line_subtotal_tax','0'),(17332,2036,'_line_total','120'),(17333,2036,'_line_tax','0'),(17334,2036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17335,2037,'_product_id','133'),(17336,2037,'_variation_id','0'),(17337,2037,'_qty','2'),(17338,2037,'_tax_class',''),(17339,2037,'_line_subtotal','26'),(17340,2037,'_line_subtotal_tax','0'),(17341,2037,'_line_total','26'),(17342,2037,'_line_tax','0'),(17343,2037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17344,2038,'_product_id','39'),(17345,2038,'_variation_id','0'),(17346,2038,'_qty','1'),(17347,2038,'_tax_class',''),(17348,2038,'_line_subtotal','72'),(17349,2038,'_line_subtotal_tax','0'),(17350,2038,'_line_total','72'),(17351,2038,'_line_tax','0'),(17352,2038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17353,2039,'_product_id','40'),(17354,2039,'_variation_id','0'),(17355,2039,'_qty','1'),(17356,2039,'_tax_class',''),(17357,2039,'_line_subtotal','72'),(17358,2039,'_line_subtotal_tax','0'),(17359,2039,'_line_total','72'),(17360,2039,'_line_tax','0'),(17361,2039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17362,2040,'_product_id','120'),(17363,2040,'_variation_id','0'),(17364,2040,'_qty','1'),(17365,2040,'_tax_class',''),(17366,2040,'_line_subtotal','48'),(17367,2040,'_line_subtotal_tax','0'),(17368,2040,'_line_total','48'),(17369,2040,'_line_tax','0'),(17370,2040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17371,2041,'_product_id','43'),(17372,2041,'_variation_id','0'),(17373,2041,'_qty','1'),(17374,2041,'_tax_class',''),(17375,2041,'_line_subtotal','72'),(17376,2041,'_line_subtotal_tax','0'),(17377,2041,'_line_total','72'),(17378,2041,'_line_tax','0'),(17379,2041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17380,2042,'_product_id','49'),(17381,2042,'_variation_id','0'),(17382,2042,'_qty','1'),(17383,2042,'_tax_class',''),(17384,2042,'_line_subtotal','72'),(17385,2042,'_line_subtotal_tax','0'),(17386,2042,'_line_total','72'),(17387,2042,'_line_tax','0'),(17388,2042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17389,2043,'_product_id','45'),(17390,2043,'_variation_id','0'),(17391,2043,'_qty','1'),(17392,2043,'_tax_class',''),(17393,2043,'_line_subtotal','38.4'),(17394,2043,'_line_subtotal_tax','0'),(17395,2043,'_line_total','38.4'),(17396,2043,'_line_tax','0'),(17397,2043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17398,2044,'_product_id','99'),(17399,2044,'_variation_id','0'),(17400,2044,'_qty','2'),(17401,2044,'_tax_class',''),(17402,2044,'_line_subtotal','0'),(17403,2044,'_line_subtotal_tax','0'),(17404,2044,'_line_total','0'),(17405,2044,'_line_tax','0'),(17406,2044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17407,2045,'_product_id','97'),(17408,2045,'_variation_id','0'),(17409,2045,'_qty','1'),(17410,2045,'_tax_class',''),(17411,2045,'_line_subtotal','0'),(17412,2045,'_line_subtotal_tax','0'),(17413,2045,'_line_total','0'),(17414,2045,'_line_tax','0'),(17415,2045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17416,2046,'_product_id','93'),(17417,2046,'_variation_id','0'),(17418,2046,'_qty','1'),(17419,2046,'_tax_class',''),(17420,2046,'_line_subtotal','0'),(17421,2046,'_line_subtotal_tax','0'),(17422,2046,'_line_total','0'),(17423,2046,'_line_tax','0'),(17424,2046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17425,2047,'method_id','free_shipping'),(17426,2047,'instance_id','2'),(17427,2047,'cost','0.00'),(17428,2047,'total_tax','0'),(17429,2047,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17430,2047,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Disposable Capes &times; 5, Goomee 4 Pack &times; 40, Disposable Head Bands &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Active Rise 100% &times; 1'),(17431,2048,'_product_id','93'),(17432,2048,'_variation_id','0'),(17433,2048,'_qty','10'),(17434,2048,'_tax_class',''),(17435,2048,'_line_subtotal','0'),(17436,2048,'_line_subtotal_tax','0'),(17437,2048,'_line_total','0'),(17438,2048,'_line_tax','0'),(17439,2048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17440,2049,'method_id','fedex'),(17441,2049,'instance_id','1'),(17442,2049,'cost','21.80'),(17443,2049,'total_tax','0'),(17444,2049,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17445,2049,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(17446,2050,'_product_id','41'),(17447,2050,'_variation_id','0'),(17448,2050,'_qty','1'),(17449,2050,'_tax_class',''),(17450,2050,'_line_subtotal','60.48'),(17451,2050,'_line_subtotal_tax','0'),(17452,2050,'_line_total','60.48'),(17453,2050,'_line_tax','0'),(17454,2050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17455,2051,'_product_id','51'),(17456,2051,'_variation_id','0'),(17457,2051,'_qty','1'),(17458,2051,'_tax_class',''),(17459,2051,'_line_subtotal','134.4'),(17460,2051,'_line_subtotal_tax','0'),(17461,2051,'_line_total','134.4'),(17462,2051,'_line_tax','0'),(17463,2051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17464,2052,'_product_id','23'),(17465,2052,'_variation_id','0'),(17466,2052,'_qty','3'),(17467,2052,'_tax_class',''),(17468,2052,'_line_subtotal','319.68'),(17469,2052,'_line_subtotal_tax','0'),(17470,2052,'_line_total','319.68'),(17471,2052,'_line_tax','0'),(17472,2052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17473,2053,'_product_id','93'),(17474,2053,'_variation_id','0'),(17475,2053,'_qty','8'),(17476,2053,'_tax_class',''),(17477,2053,'_line_subtotal','0'),(17478,2053,'_line_subtotal_tax','0'),(17479,2053,'_line_total','0'),(17480,2053,'_line_tax','0'),(17481,2053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17482,2054,'_product_id','137'),(17483,2054,'_variation_id','0'),(17484,2054,'_qty','3'),(17485,2054,'_tax_class',''),(17486,2054,'_line_subtotal','16.5'),(17487,2054,'_line_subtotal_tax','0'),(17488,2054,'_line_total','16.5'),(17489,2054,'_line_tax','0'),(17490,2054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17491,2055,'method_id','fedex'),(17492,2055,'instance_id','1'),(17493,2055,'cost','34.41'),(17494,2055,'total_tax','0'),(17495,2055,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17496,2055,'Package 1','17 × 14 × 10 (in) 41.15lbs × 1'),(17497,2055,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(17498,2056,'_product_id','23'),(17499,2056,'_variation_id','0'),(17500,2056,'_qty','3'),(17501,2056,'_tax_class',''),(17502,2056,'_line_subtotal','319.68'),(17503,2056,'_line_subtotal_tax','0'),(17504,2056,'_line_total','319.68'),(17505,2056,'_line_tax','0'),(17506,2056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17507,2057,'_product_id','41'),(17508,2057,'_variation_id','0'),(17509,2057,'_qty','4'),(17510,2057,'_tax_class',''),(17511,2057,'_line_subtotal','241.92'),(17512,2057,'_line_subtotal_tax','0'),(17513,2057,'_line_total','241.92'),(17514,2057,'_line_tax','0'),(17515,2057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17516,2058,'_product_id','39'),(17517,2058,'_variation_id','0'),(17518,2058,'_qty','1'),(17519,2058,'_tax_class',''),(17520,2058,'_line_subtotal','72'),(17521,2058,'_line_subtotal_tax','0'),(17522,2058,'_line_total','72'),(17523,2058,'_line_tax','0'),(17524,2058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17525,2059,'method_id','free_shipping'),(17526,2059,'instance_id','2'),(17527,2059,'cost','0.00'),(17528,2059,'total_tax','0'),(17529,2059,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17530,2059,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1'),(17531,2060,'_product_id','99'),(17532,2060,'_variation_id','0'),(17533,2060,'_qty','2'),(17534,2060,'_tax_class',''),(17535,2060,'_line_subtotal','0'),(17536,2060,'_line_subtotal_tax','0'),(17537,2060,'_line_total','0'),(17538,2060,'_line_tax','0'),(17539,2060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17540,2061,'_product_id','95'),(17541,2061,'_variation_id','0'),(17542,2061,'_qty','5'),(17543,2061,'_tax_class',''),(17544,2061,'_line_subtotal','0'),(17545,2061,'_line_subtotal_tax','0'),(17546,2061,'_line_total','0'),(17547,2061,'_line_tax','0'),(17548,2061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17549,2062,'_product_id','41'),(17550,2062,'_variation_id','0'),(17551,2062,'_qty','2'),(17552,2062,'_tax_class',''),(17553,2062,'_line_subtotal','120.96'),(17554,2062,'_line_subtotal_tax','0'),(17555,2062,'_line_total','120.96'),(17556,2062,'_line_tax','0'),(17557,2062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17558,2063,'method_id','fedex'),(17559,2063,'instance_id','1'),(17560,2063,'cost','22.93'),(17561,2063,'total_tax','0'),(17562,2063,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17563,2063,'Package 1','17 × 14 × 10 (in) 32.25lbs × 1'),(17579,2066,'_product_id','23'),(17580,2066,'_variation_id','0'),(17581,2066,'_qty','2'),(17582,2066,'_tax_class',''),(17583,2066,'_line_subtotal','213.12'),(17584,2066,'_line_subtotal_tax','0'),(17585,2066,'_line_total','213.12'),(17586,2066,'_line_tax','0'),(17587,2066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17588,2067,'_product_id','51'),(17589,2067,'_variation_id','0'),(17590,2067,'_qty','1'),(17591,2067,'_tax_class',''),(17592,2067,'_line_subtotal','134.4'),(17593,2067,'_line_subtotal_tax','0'),(17594,2067,'_line_total','134.4'),(17595,2067,'_line_tax','0'),(17596,2067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17597,2068,'_product_id','93'),(17598,2068,'_variation_id','0'),(17599,2068,'_qty','5'),(17600,2068,'_tax_class',''),(17601,2068,'_line_subtotal','0'),(17602,2068,'_line_subtotal_tax','0'),(17603,2068,'_line_total','0'),(17604,2068,'_line_tax','0'),(17605,2068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17606,2069,'method_id','fedex'),(17607,2069,'instance_id','1'),(17608,2069,'cost','26.38'),(17609,2069,'total_tax','0'),(17610,2069,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17611,2069,'Package 1','17 × 14 × 10 (in) 37.15lbs × 1'),(17612,2070,'_product_id','490'),(17613,2070,'_variation_id','0'),(17614,2070,'_qty','6'),(17615,2070,'_tax_class',''),(17616,2070,'_line_subtotal','111'),(17617,2070,'_line_subtotal_tax','0'),(17618,2070,'_line_total','111'),(17619,2070,'_line_tax','0'),(17620,2070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17621,2071,'method_id','fedex'),(17622,2071,'instance_id','1'),(17623,2071,'cost','15.22'),(17624,2071,'total_tax','0'),(17625,2071,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17626,2071,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(17627,2072,'_product_id','41'),(17628,2072,'_variation_id','0'),(17629,2072,'_qty','4'),(17630,2072,'_tax_class',''),(17631,2072,'_line_subtotal','241.92'),(17632,2072,'_line_subtotal_tax','0'),(17633,2072,'_line_total','241.92'),(17634,2072,'_line_tax','0'),(17635,2072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17636,2073,'method_id','fedex'),(17637,2073,'instance_id','1'),(17638,2073,'cost','14.71'),(17639,2073,'total_tax','0'),(17640,2073,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17641,2073,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(17675,2078,'_product_id','41'),(17676,2078,'_variation_id','0'),(17677,2078,'_qty','2'),(17678,2078,'_tax_class',''),(17679,2078,'_line_subtotal','120.96'),(17680,2078,'_line_subtotal_tax','0'),(17681,2078,'_line_total','120.96'),(17682,2078,'_line_tax','0'),(17683,2078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17684,2079,'_product_id','120'),(17685,2079,'_variation_id','0'),(17686,2079,'_qty','1'),(17687,2079,'_tax_class',''),(17688,2079,'_line_subtotal','48'),(17689,2079,'_line_subtotal_tax','0'),(17690,2079,'_line_total','48'),(17691,2079,'_line_tax','0'),(17692,2079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17693,2080,'_product_id','43'),(17694,2080,'_variation_id','0'),(17695,2080,'_qty','1'),(17696,2080,'_tax_class',''),(17697,2080,'_line_subtotal','72'),(17698,2080,'_line_subtotal_tax','0'),(17699,2080,'_line_total','72'),(17700,2080,'_line_tax','0'),(17701,2080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17702,2081,'_product_id','49'),(17703,2081,'_variation_id','0'),(17704,2081,'_qty','1'),(17705,2081,'_tax_class',''),(17706,2081,'_line_subtotal','72'),(17707,2081,'_line_subtotal_tax','0'),(17708,2081,'_line_total','72'),(17709,2081,'_line_tax','0'),(17710,2081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17711,2082,'_product_id','23'),(17712,2082,'_variation_id','0'),(17713,2082,'_qty','3'),(17714,2082,'_tax_class',''),(17715,2082,'_line_subtotal','319.68'),(17716,2082,'_line_subtotal_tax','0'),(17717,2082,'_line_total','319.68'),(17718,2082,'_line_tax','0'),(17719,2082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17720,2083,'_product_id','38'),(17721,2083,'_variation_id','0'),(17722,2083,'_qty','2'),(17723,2083,'_tax_class',''),(17724,2083,'_line_subtotal','530.44'),(17725,2083,'_line_subtotal_tax','0'),(17726,2083,'_line_total','530.44'),(17727,2083,'_line_tax','0'),(17728,2083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17729,2084,'_product_id','45'),(17730,2084,'_variation_id','0'),(17731,2084,'_qty','1'),(17732,2084,'_tax_class',''),(17733,2084,'_line_subtotal','38.4'),(17734,2084,'_line_subtotal_tax','0'),(17735,2084,'_line_total','38.4'),(17736,2084,'_line_tax','0'),(17737,2084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17738,2085,'_product_id','97'),(17739,2085,'_variation_id','0'),(17740,2085,'_qty','3'),(17741,2085,'_tax_class',''),(17742,2085,'_line_subtotal','0'),(17743,2085,'_line_subtotal_tax','0'),(17744,2085,'_line_total','0'),(17745,2085,'_line_tax','0'),(17746,2085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17747,2086,'_product_id','131'),(17748,2086,'_variation_id','0'),(17749,2086,'_qty','4'),(17750,2086,'_tax_class',''),(17751,2086,'_line_subtotal','46'),(17752,2086,'_line_subtotal_tax','0'),(17753,2086,'_line_total','46'),(17754,2086,'_line_tax','0'),(17755,2086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17756,2087,'_product_id','133'),(17757,2087,'_variation_id','0'),(17758,2087,'_qty','1'),(17759,2087,'_tax_class',''),(17760,2087,'_line_subtotal','13'),(17761,2087,'_line_subtotal_tax','0'),(17762,2087,'_line_total','13'),(17763,2087,'_line_tax','0'),(17764,2087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17765,2088,'method_id','free_shipping'),(17766,2088,'instance_id','2'),(17767,2088,'cost','0.00'),(17768,2088,'total_tax','0'),(17769,2088,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17770,2088,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 3, Disposable Capes &times; 4, Disposable Head Bands &times; 1'),(17771,2089,'_product_id','23'),(17772,2089,'_variation_id','0'),(17773,2089,'_qty','1'),(17774,2089,'_tax_class',''),(17775,2089,'_line_subtotal','106.56'),(17776,2089,'_line_subtotal_tax','0'),(17777,2089,'_line_total','106.56'),(17778,2089,'_line_tax','0'),(17779,2089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17780,2090,'_product_id','41'),(17781,2090,'_variation_id','0'),(17782,2090,'_qty','1'),(17783,2090,'_tax_class',''),(17784,2090,'_line_subtotal','60.48'),(17785,2090,'_line_subtotal_tax','0'),(17786,2090,'_line_total','60.48'),(17787,2090,'_line_tax','0'),(17788,2090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17789,2091,'_product_id','51'),(17790,2091,'_variation_id','0'),(17791,2091,'_qty','1'),(17792,2091,'_tax_class',''),(17793,2091,'_line_subtotal','134.4'),(17794,2091,'_line_subtotal_tax','0'),(17795,2091,'_line_total','134.4'),(17796,2091,'_line_tax','0'),(17797,2091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17798,2092,'method_id','fedex'),(17799,2092,'instance_id','1'),(17800,2092,'cost','16.25'),(17801,2092,'total_tax','0'),(17802,2092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17803,2092,'Package 1','17 × 14 × 10 (in) 21.5lbs × 1'),(17804,2093,'_product_id','95'),(17805,2093,'_variation_id','0'),(17806,2093,'_qty','1'),(17807,2093,'_tax_class',''),(17808,2093,'_line_subtotal','0'),(17809,2093,'_line_subtotal_tax','0'),(17810,2093,'_line_total','0'),(17811,2093,'_line_tax','0'),(17812,2093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17813,2094,'method_id','fedex'),(17814,2094,'instance_id','1'),(17815,2094,'cost','9.59'),(17816,2094,'total_tax','0'),(17817,2094,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17818,2094,'Package 1','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(17819,2095,'_product_id','45'),(17820,2095,'_variation_id','0'),(17821,2095,'_qty','2'),(17822,2095,'_tax_class',''),(17823,2095,'_line_subtotal','76.8'),(17824,2095,'_line_subtotal_tax','0'),(17825,2095,'_line_total','76.8'),(17826,2095,'_line_tax','0'),(17827,2095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17828,2096,'_product_id','23'),(17829,2096,'_variation_id','0'),(17830,2096,'_qty','3'),(17831,2096,'_tax_class',''),(17832,2096,'_line_subtotal','319.68'),(17833,2096,'_line_subtotal_tax','0'),(17834,2096,'_line_total','319.68'),(17835,2096,'_line_tax','0'),(17836,2096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17837,2097,'_product_id','38'),(17838,2097,'_variation_id','0'),(17839,2097,'_qty','2'),(17840,2097,'_tax_class',''),(17841,2097,'_line_subtotal','530.44'),(17842,2097,'_line_subtotal_tax','0'),(17843,2097,'_line_total','530.44'),(17844,2097,'_line_tax','0'),(17845,2097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17846,2098,'_product_id','42'),(17847,2098,'_variation_id','0'),(17848,2098,'_qty','2'),(17849,2098,'_tax_class',''),(17850,2098,'_line_subtotal','144'),(17851,2098,'_line_subtotal_tax','0'),(17852,2098,'_line_total','144'),(17853,2098,'_line_tax','0'),(17854,2098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17855,2099,'_product_id','41'),(17856,2099,'_variation_id','0'),(17857,2099,'_qty','4'),(17858,2099,'_tax_class',''),(17859,2099,'_line_subtotal','241.92'),(17860,2099,'_line_subtotal_tax','0'),(17861,2099,'_line_total','241.92'),(17862,2099,'_line_tax','0'),(17863,2099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17864,2100,'_product_id','51'),(17865,2100,'_variation_id','0'),(17866,2100,'_qty','1'),(17867,2100,'_tax_class',''),(17868,2100,'_line_subtotal','134.4'),(17869,2100,'_line_subtotal_tax','0'),(17870,2100,'_line_total','134.4'),(17871,2100,'_line_tax','0'),(17872,2100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17873,2101,'_product_id','490'),(17874,2101,'_variation_id','0'),(17875,2101,'_qty','10'),(17876,2101,'_tax_class',''),(17877,2101,'_line_subtotal','185'),(17878,2101,'_line_subtotal_tax','0'),(17879,2101,'_line_total','185'),(17880,2101,'_line_tax','0'),(17881,2101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17882,2102,'method_id','free_shipping'),(17883,2102,'instance_id','2'),(17884,2102,'cost','0.00'),(17885,2102,'total_tax','0'),(17886,2102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17887,2102,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rise 100% RM &times; 10'),(17888,2103,'_product_id','23'),(17889,2103,'_variation_id','0'),(17890,2103,'_qty','2'),(17891,2103,'_tax_class',''),(17892,2103,'_line_subtotal','213.12'),(17893,2103,'_line_subtotal_tax','0'),(17894,2103,'_line_total','213.12'),(17895,2103,'_line_tax','0'),(17896,2103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17897,2104,'_product_id','38'),(17898,2104,'_variation_id','0'),(17899,2104,'_qty','2'),(17900,2104,'_tax_class',''),(17901,2104,'_line_subtotal','530.44'),(17902,2104,'_line_subtotal_tax','0'),(17903,2104,'_line_total','530.44'),(17904,2104,'_line_tax','0'),(17905,2104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17906,2105,'_product_id','43'),(17907,2105,'_variation_id','0'),(17908,2105,'_qty','1'),(17909,2105,'_tax_class',''),(17910,2105,'_line_subtotal','72'),(17911,2105,'_line_subtotal_tax','0'),(17912,2105,'_line_total','72'),(17913,2105,'_line_tax','0'),(17914,2105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17915,2106,'_product_id','41'),(17916,2106,'_variation_id','0'),(17917,2106,'_qty','4'),(17918,2106,'_tax_class',''),(17919,2106,'_line_subtotal','241.92'),(17920,2106,'_line_subtotal_tax','0'),(17921,2106,'_line_total','241.92'),(17922,2106,'_line_tax','0'),(17923,2106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17924,2107,'method_id','fedex'),(17925,2107,'instance_id','1'),(17926,2107,'cost','95.20'),(17927,2107,'total_tax','0'),(17928,2107,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17929,2107,'Package 1','17 × 14 × 10 (in) 33lbs × 1'),(17930,2107,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(17931,2107,'Package 3','14 × 14 × 14 (in) 19.5lbs × 1'),(17932,2108,'_product_id','488'),(17933,2108,'_variation_id','0'),(17934,2108,'_qty','6'),(17935,2108,'_tax_class',''),(17936,2108,'_line_subtotal','171'),(17937,2108,'_line_subtotal_tax','0'),(17938,2108,'_line_total','171'),(17939,2108,'_line_tax','0'),(17940,2108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17941,2109,'_product_id','490'),(17942,2109,'_variation_id','0'),(17943,2109,'_qty','10'),(17944,2109,'_tax_class',''),(17945,2109,'_line_subtotal','185'),(17946,2109,'_line_subtotal_tax','0'),(17947,2109,'_line_total','185'),(17948,2109,'_line_tax','0'),(17949,2109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17950,2110,'method_id','fedex'),(17951,2110,'instance_id','1'),(17952,2110,'cost','76.98'),(17953,2110,'total_tax','0'),(17954,2110,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17955,2110,'Package 1','17 × 14 × 10 (in) 40.25lbs × 1'),(17956,2110,'Package 2','17 × 14 × 10 (in) 30.35lbs × 1'),(17957,2111,'_product_id','93'),(17958,2111,'_variation_id','0'),(17959,2111,'_qty','10'),(17960,2111,'_tax_class',''),(17961,2111,'_line_subtotal','0'),(17962,2111,'_line_subtotal_tax','0'),(17963,2111,'_line_total','0'),(17964,2111,'_line_tax','0'),(17965,2111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17966,2112,'method_id','fedex'),(17967,2112,'instance_id','1'),(17968,2112,'cost','14.92'),(17969,2112,'total_tax','0'),(17970,2112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17971,2112,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(17972,2113,'_product_id','93'),(17973,2113,'_variation_id','0'),(17974,2113,'_qty','10'),(17975,2113,'_tax_class',''),(17976,2113,'_line_subtotal','0'),(17977,2113,'_line_subtotal_tax','0'),(17978,2113,'_line_total','0'),(17979,2113,'_line_tax','0'),(17980,2113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17981,2114,'method_id','fedex'),(17982,2114,'instance_id','1'),(17983,2114,'cost','12.70'),(17984,2114,'total_tax','0'),(17985,2114,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(17986,2114,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(17987,2115,'_product_id','93'),(17988,2115,'_variation_id','0'),(17989,2115,'_qty','10'),(17990,2115,'_tax_class',''),(17991,2115,'_line_subtotal','0'),(17992,2115,'_line_subtotal_tax','0'),(17993,2115,'_line_total','0'),(17994,2115,'_line_tax','0'),(17995,2115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(17996,2116,'method_id','fedex'),(17997,2116,'instance_id','1'),(17998,2116,'cost','42.81'),(17999,2116,'total_tax','0'),(18000,2116,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18001,2116,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18002,2117,'_product_id','93'),(18003,2117,'_variation_id','0'),(18004,2117,'_qty','10'),(18005,2117,'_tax_class',''),(18006,2117,'_line_subtotal','0'),(18007,2117,'_line_subtotal_tax','0'),(18008,2117,'_line_total','0'),(18009,2117,'_line_tax','0'),(18010,2117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18011,2118,'method_id','fedex'),(18012,2118,'instance_id','1'),(18013,2118,'cost','12.70'),(18014,2118,'total_tax','0'),(18015,2118,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18016,2118,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18017,2119,'_product_id','93'),(18018,2119,'_variation_id','0'),(18019,2119,'_qty','10'),(18020,2119,'_tax_class',''),(18021,2119,'_line_subtotal','0'),(18022,2119,'_line_subtotal_tax','0'),(18023,2119,'_line_total','0'),(18024,2119,'_line_tax','0'),(18025,2119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18026,2120,'method_id','fedex'),(18027,2120,'instance_id','1'),(18028,2120,'cost','12.70'),(18029,2120,'total_tax','0'),(18030,2120,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18031,2120,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18032,2121,'_product_id','99'),(18033,2121,'_variation_id','0'),(18034,2121,'_qty','1'),(18035,2121,'_tax_class',''),(18036,2121,'_line_subtotal','0'),(18037,2121,'_line_subtotal_tax','0'),(18038,2121,'_line_total','0'),(18039,2121,'_line_tax','0'),(18040,2121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18041,2122,'method_id','fedex'),(18042,2122,'instance_id','1'),(18043,2122,'cost','11.44'),(18044,2122,'total_tax','0'),(18045,2122,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18046,2122,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(18047,2123,'_product_id','99'),(18048,2123,'_variation_id','0'),(18049,2123,'_qty','1'),(18050,2123,'_tax_class',''),(18051,2123,'_line_subtotal','0'),(18052,2123,'_line_subtotal_tax','0'),(18053,2123,'_line_total','0'),(18054,2123,'_line_tax','0'),(18055,2123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18056,2124,'method_id','fedex'),(18057,2124,'instance_id','1'),(18058,2124,'cost','11.44'),(18059,2124,'total_tax','0'),(18060,2124,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18061,2124,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(18062,2125,'_product_id','23'),(18063,2125,'_variation_id','0'),(18064,2125,'_qty','1'),(18065,2125,'_tax_class',''),(18066,2125,'_line_subtotal','106.56'),(18067,2125,'_line_subtotal_tax','0'),(18068,2125,'_line_total','106.56'),(18069,2125,'_line_tax','0'),(18070,2125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18071,2126,'_product_id','23'),(18072,2126,'_variation_id','0'),(18073,2126,'_qty','1'),(18074,2126,'_tax_class',''),(18075,2126,'_line_subtotal','106.56'),(18076,2126,'_line_subtotal_tax','0'),(18077,2126,'_line_total','106.56'),(18078,2126,'_line_tax','0'),(18079,2126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18080,2127,'_product_id','23'),(18081,2127,'_variation_id','0'),(18082,2127,'_qty','1'),(18083,2127,'_tax_class',''),(18084,2127,'_line_subtotal','106.56'),(18085,2127,'_line_subtotal_tax','0'),(18086,2127,'_line_total','106.56'),(18087,2127,'_line_tax','0'),(18088,2127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18089,2128,'method_id','fedex'),(18090,2128,'instance_id','1'),(18091,2128,'cost','29.30'),(18092,2128,'total_tax','0'),(18093,2128,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18094,2128,'Package 1','17 × 14 × 10 (in) 22.9lbs × 1'),(18095,2129,'_product_id','93'),(18096,2129,'_variation_id','0'),(18097,2129,'_qty','1'),(18098,2129,'_tax_class',''),(18099,2129,'_line_subtotal','0'),(18100,2129,'_line_subtotal_tax','0'),(18101,2129,'_line_total','0'),(18102,2129,'_line_tax','0'),(18103,2129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18104,2130,'_product_id','93'),(18105,2130,'_variation_id','0'),(18106,2130,'_qty','6'),(18107,2130,'_tax_class',''),(18108,2130,'_line_subtotal','0'),(18109,2130,'_line_subtotal_tax','0'),(18110,2130,'_line_total','0'),(18111,2130,'_line_tax','0'),(18112,2130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18113,2131,'method_id','fedex'),(18114,2131,'instance_id','1'),(18115,2131,'cost','11.22'),(18116,2131,'total_tax','0'),(18117,2131,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18118,2131,'Package 1','17 × 14 × 10 (in) 16.05lbs × 1'),(18134,2134,'_product_id','41'),(18135,2134,'_variation_id','0'),(18136,2134,'_qty','2'),(18137,2134,'_tax_class',''),(18138,2134,'_line_subtotal','120.96'),(18139,2134,'_line_subtotal_tax','0'),(18140,2134,'_line_total','120.96'),(18141,2134,'_line_tax','0'),(18142,2134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18143,2135,'_product_id','118'),(18144,2135,'_variation_id','0'),(18145,2135,'_qty','1'),(18146,2135,'_tax_class',''),(18147,2135,'_line_subtotal','168'),(18148,2135,'_line_subtotal_tax','0'),(18149,2135,'_line_total','168'),(18150,2135,'_line_tax','0'),(18151,2135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18152,2136,'_product_id','120'),(18153,2136,'_variation_id','0'),(18154,2136,'_qty','1'),(18155,2136,'_tax_class',''),(18156,2136,'_line_subtotal','48'),(18157,2136,'_line_subtotal_tax','0'),(18158,2136,'_line_total','48'),(18159,2136,'_line_tax','0'),(18160,2136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18161,2137,'_product_id','44'),(18162,2137,'_variation_id','0'),(18163,2137,'_qty','1'),(18164,2137,'_tax_class',''),(18165,2137,'_line_subtotal','105.6'),(18166,2137,'_line_subtotal_tax','0'),(18167,2137,'_line_total','105.6'),(18168,2137,'_line_tax','0'),(18169,2137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18170,2138,'_product_id','49'),(18171,2138,'_variation_id','0'),(18172,2138,'_qty','1'),(18173,2138,'_tax_class',''),(18174,2138,'_line_subtotal','72'),(18175,2138,'_line_subtotal_tax','0'),(18176,2138,'_line_total','72'),(18177,2138,'_line_tax','0'),(18178,2138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18179,2139,'method_id','free_shipping'),(18180,2139,'instance_id','2'),(18181,2139,'cost','0.00'),(18182,2139,'total_tax','0'),(18183,2139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18184,2139,'Items','Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(18185,2140,'_product_id','41'),(18186,2140,'_variation_id','0'),(18187,2140,'_qty','3'),(18188,2140,'_tax_class',''),(18189,2140,'_line_subtotal','181.44'),(18190,2140,'_line_subtotal_tax','0'),(18191,2140,'_line_total','181.44'),(18192,2140,'_line_tax','0'),(18193,2140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18194,2141,'_product_id','49'),(18195,2141,'_variation_id','0'),(18196,2141,'_qty','2'),(18197,2141,'_tax_class',''),(18198,2141,'_line_subtotal','144'),(18199,2141,'_line_subtotal_tax','0'),(18200,2141,'_line_total','144'),(18201,2141,'_line_tax','0'),(18202,2141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18203,2142,'method_id','fedex'),(18204,2142,'instance_id','1'),(18205,2142,'cost','30.72'),(18206,2142,'total_tax','0'),(18207,2142,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18208,2142,'Package 1','17 × 14 × 10 (in) 23.8lbs × 1'),(18209,2143,'_product_id','41'),(18210,2143,'_variation_id','0'),(18211,2143,'_qty','16'),(18212,2143,'_tax_class',''),(18213,2143,'_line_subtotal','967.68'),(18214,2143,'_line_subtotal_tax','0'),(18215,2143,'_line_total','967.68'),(18216,2143,'_line_tax','0'),(18217,2143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18218,2144,'_product_id','38'),(18219,2144,'_variation_id','0'),(18220,2144,'_qty','1'),(18221,2144,'_tax_class',''),(18222,2144,'_line_subtotal','265.22'),(18223,2144,'_line_subtotal_tax','0'),(18224,2144,'_line_total','265.22'),(18225,2144,'_line_tax','0'),(18226,2144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18227,2145,'_product_id','43'),(18228,2145,'_variation_id','0'),(18229,2145,'_qty','2'),(18230,2145,'_tax_class',''),(18231,2145,'_line_subtotal','144'),(18232,2145,'_line_subtotal_tax','0'),(18233,2145,'_line_total','144'),(18234,2145,'_line_tax','0'),(18235,2145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18236,2146,'method_id','free_shipping'),(18237,2146,'instance_id','2'),(18238,2146,'cost','0.00'),(18239,2146,'total_tax','0'),(18240,2146,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18241,2146,'Items','Professional Lice Comb(Case of 12) &times; 16, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(18242,2147,'_product_id','93'),(18243,2147,'_variation_id','0'),(18244,2147,'_qty','10'),(18245,2147,'_tax_class',''),(18246,2147,'_line_subtotal','0'),(18247,2147,'_line_subtotal_tax','0'),(18248,2147,'_line_total','0'),(18249,2147,'_line_tax','0'),(18250,2147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18251,2148,'_product_id','41'),(18252,2148,'_variation_id','0'),(18253,2148,'_qty','2'),(18254,2148,'_tax_class',''),(18255,2148,'_line_subtotal','120.96'),(18256,2148,'_line_subtotal_tax','0'),(18257,2148,'_line_total','120.96'),(18258,2148,'_line_tax','0'),(18259,2148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18260,2149,'method_id','fedex'),(18261,2149,'instance_id','1'),(18262,2149,'cost','18.33'),(18263,2149,'total_tax','0'),(18264,2149,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18265,2149,'Package 1','17 × 14 × 10 (in) 27.3lbs × 1'),(18266,2150,'_product_id','23'),(18267,2150,'_variation_id','0'),(18268,2150,'_qty','4'),(18269,2150,'_tax_class',''),(18270,2150,'_line_subtotal','426.24'),(18271,2150,'_line_subtotal_tax','0'),(18272,2150,'_line_total','426.24'),(18273,2150,'_line_tax','0'),(18274,2150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18275,2151,'_product_id','38'),(18276,2151,'_variation_id','0'),(18277,2151,'_qty','2'),(18278,2151,'_tax_class',''),(18279,2151,'_line_subtotal','530.44'),(18280,2151,'_line_subtotal_tax','0'),(18281,2151,'_line_total','530.44'),(18282,2151,'_line_tax','0'),(18283,2151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18284,2152,'_product_id','41'),(18285,2152,'_variation_id','0'),(18286,2152,'_qty','2'),(18287,2152,'_tax_class',''),(18288,2152,'_line_subtotal','120.96'),(18289,2152,'_line_subtotal_tax','0'),(18290,2152,'_line_total','120.96'),(18291,2152,'_line_tax','0'),(18292,2152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18293,2153,'_product_id','93'),(18294,2153,'_variation_id','0'),(18295,2153,'_qty','9'),(18296,2153,'_tax_class',''),(18297,2153,'_line_subtotal','0'),(18298,2153,'_line_subtotal_tax','0'),(18299,2153,'_line_total','0'),(18300,2153,'_line_tax','0'),(18301,2153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18302,2154,'_product_id','43'),(18303,2154,'_variation_id','0'),(18304,2154,'_qty','2'),(18305,2154,'_tax_class',''),(18306,2154,'_line_subtotal','144'),(18307,2154,'_line_subtotal_tax','0'),(18308,2154,'_line_total','144'),(18309,2154,'_line_tax','0'),(18310,2154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18311,2155,'method_id','free_shipping'),(18312,2155,'instance_id','2'),(18313,2155,'cost','0.00'),(18314,2155,'total_tax','0'),(18315,2155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18316,2155,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rise 100% &times; 9, Preventive Spray 8oz(Case of 12) &times; 2'),(18332,2158,'_product_id','93'),(18333,2158,'_variation_id','0'),(18334,2158,'_qty','10'),(18335,2158,'_tax_class',''),(18336,2158,'_line_subtotal','0'),(18337,2158,'_line_subtotal_tax','0'),(18338,2158,'_line_total','0'),(18339,2158,'_line_tax','0'),(18340,2158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18341,2159,'method_id','fedex'),(18342,2159,'instance_id','1'),(18343,2159,'cost','14.96'),(18344,2159,'total_tax','0'),(18345,2159,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18346,2159,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18416,2168,'_product_id','93'),(18417,2168,'_variation_id','0'),(18418,2168,'_qty','10'),(18419,2168,'_tax_class',''),(18420,2168,'_line_subtotal','0'),(18421,2168,'_line_subtotal_tax','0'),(18422,2168,'_line_total','0'),(18423,2168,'_line_tax','0'),(18424,2168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18425,2169,'method_id','fedex'),(18426,2169,'instance_id','1'),(18427,2169,'cost','12.70'),(18428,2169,'total_tax','0'),(18429,2169,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18430,2169,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18431,2170,'_product_id','93'),(18432,2170,'_variation_id','0'),(18433,2170,'_qty','10'),(18434,2170,'_tax_class',''),(18435,2170,'_line_subtotal','0'),(18436,2170,'_line_subtotal_tax','0'),(18437,2170,'_line_total','0'),(18438,2170,'_line_tax','0'),(18439,2170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18440,2171,'method_id','fedex'),(18441,2171,'instance_id','1'),(18442,2171,'cost','12.70'),(18443,2171,'total_tax','0'),(18444,2171,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18445,2171,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(18515,2180,'_product_id','23'),(18516,2180,'_variation_id','0'),(18517,2180,'_qty','6'),(18518,2180,'_tax_class',''),(18519,2180,'_line_subtotal','639.36'),(18520,2180,'_line_subtotal_tax','0'),(18521,2180,'_line_total','639.36'),(18522,2180,'_line_tax','0'),(18523,2180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18524,2181,'_product_id','41'),(18525,2181,'_variation_id','0'),(18526,2181,'_qty','6'),(18527,2181,'_tax_class',''),(18528,2181,'_line_subtotal','362.88'),(18529,2181,'_line_subtotal_tax','0'),(18530,2181,'_line_total','362.88'),(18531,2181,'_line_tax','0'),(18532,2181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18533,2182,'_product_id','116'),(18534,2182,'_variation_id','0'),(18535,2182,'_qty','1'),(18536,2182,'_tax_class',''),(18537,2182,'_line_subtotal','132'),(18538,2182,'_line_subtotal_tax','0'),(18539,2182,'_line_total','132'),(18540,2182,'_line_tax','0'),(18541,2182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18542,2183,'_product_id','45'),(18543,2183,'_variation_id','0'),(18544,2183,'_qty','4'),(18545,2183,'_tax_class',''),(18546,2183,'_line_subtotal','153.6'),(18547,2183,'_line_subtotal_tax','0'),(18548,2183,'_line_total','153.6'),(18549,2183,'_line_tax','0'),(18550,2183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18551,2184,'_product_id','44'),(18552,2184,'_variation_id','0'),(18553,2184,'_qty','1'),(18554,2184,'_tax_class',''),(18555,2184,'_line_subtotal','105.6'),(18556,2184,'_line_subtotal_tax','0'),(18557,2184,'_line_total','105.6'),(18558,2184,'_line_tax','0'),(18559,2184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18560,2185,'_product_id','93'),(18561,2185,'_variation_id','0'),(18562,2185,'_qty','10'),(18563,2185,'_tax_class',''),(18564,2185,'_line_subtotal','0'),(18565,2185,'_line_subtotal_tax','0'),(18566,2185,'_line_total','0'),(18567,2185,'_line_tax','0'),(18568,2185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18569,2186,'_product_id','133'),(18570,2186,'_variation_id','0'),(18571,2186,'_qty','2'),(18572,2186,'_tax_class',''),(18573,2186,'_line_subtotal','26'),(18574,2186,'_line_subtotal_tax','0'),(18575,2186,'_line_total','26'),(18576,2186,'_line_tax','0'),(18577,2186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18578,2187,'_product_id','320'),(18579,2187,'_variation_id','0'),(18580,2187,'_qty','1'),(18581,2187,'_tax_class',''),(18582,2187,'_line_subtotal','3.75'),(18583,2187,'_line_subtotal_tax','0'),(18584,2187,'_line_total','3.75'),(18585,2187,'_line_tax','0'),(18586,2187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18587,2188,'_product_id','320'),(18588,2188,'_variation_id','0'),(18589,2188,'_qty','1'),(18590,2188,'_tax_class',''),(18591,2188,'_line_subtotal','3.75'),(18592,2188,'_line_subtotal_tax','0'),(18593,2188,'_line_total','3.75'),(18594,2188,'_line_tax','0'),(18595,2188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18596,2189,'_product_id','320'),(18597,2189,'_variation_id','0'),(18598,2189,'_qty','1'),(18599,2189,'_tax_class',''),(18600,2189,'_line_subtotal','3.75'),(18601,2189,'_line_subtotal_tax','0'),(18602,2189,'_line_total','3.75'),(18603,2189,'_line_tax','0'),(18604,2189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18605,2190,'_product_id','320'),(18606,2190,'_variation_id','0'),(18607,2190,'_qty','1'),(18608,2190,'_tax_class',''),(18609,2190,'_line_subtotal','3.75'),(18610,2190,'_line_subtotal_tax','0'),(18611,2190,'_line_total','3.75'),(18612,2190,'_line_tax','0'),(18613,2190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18614,2191,'_product_id','320'),(18615,2191,'_variation_id','0'),(18616,2191,'_qty','1'),(18617,2191,'_tax_class',''),(18618,2191,'_line_subtotal','3.75'),(18619,2191,'_line_subtotal_tax','0'),(18620,2191,'_line_total','3.75'),(18621,2191,'_line_tax','0'),(18622,2191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18623,2192,'method_id','free_shipping'),(18624,2192,'instance_id','2'),(18625,2192,'cost','0.00'),(18626,2192,'total_tax','0'),(18627,2192,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18628,2192,'Items','Active Rinse 8oz(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 6, Pediatrician Samples 2oz(Case of 48) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Bulk Active Rise 100% &times; 10, Disposable Head Bands &times; 2, Wet Comb &times; 1, Wet Comb &times; 1, Wet Comb &times; 1, Wet Comb &times; 1, Wet Comb &times; 1'),(18629,2193,'_product_id','45'),(18630,2193,'_variation_id','0'),(18631,2193,'_qty','1'),(18632,2193,'_tax_class',''),(18633,2193,'_line_subtotal','38.4'),(18634,2193,'_line_subtotal_tax','0'),(18635,2193,'_line_total','38.4'),(18636,2193,'_line_tax','0'),(18637,2193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18638,2193,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(18639,2194,'_product_id','45'),(18640,2194,'_variation_id','0'),(18641,2194,'_qty','1'),(18642,2194,'_tax_class',''),(18643,2194,'_line_subtotal','38.4'),(18644,2194,'_line_subtotal_tax','0'),(18645,2194,'_line_total','38.4'),(18646,2194,'_line_tax','0'),(18647,2194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18648,2194,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:45;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"e125d4fb67f348ab3c2c980366f5f3ec\";}}'),(18649,2194,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(18650,2195,'_product_id','40'),(18651,2195,'_variation_id','0'),(18652,2195,'_qty','1'),(18653,2195,'_tax_class',''),(18654,2195,'_line_subtotal','72'),(18655,2195,'_line_subtotal_tax','0'),(18656,2195,'_line_total','72'),(18657,2195,'_line_tax','0'),(18658,2195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18659,2195,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(18660,2196,'_product_id','40'),(18661,2196,'_variation_id','0'),(18662,2196,'_qty','1'),(18663,2196,'_tax_class',''),(18664,2196,'_line_subtotal','72'),(18665,2196,'_line_subtotal_tax','0'),(18666,2196,'_line_total','72'),(18667,2196,'_line_tax','0'),(18668,2196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18669,2196,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(18670,2197,'_product_id','39'),(18671,2197,'_variation_id','0'),(18672,2197,'_qty','1'),(18673,2197,'_tax_class',''),(18674,2197,'_line_subtotal','72'),(18675,2197,'_line_subtotal_tax','0'),(18676,2197,'_line_total','72'),(18677,2197,'_line_tax','0'),(18678,2197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18679,2197,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:39;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:10:\"LCA Newton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1234 Chestnut Street\";s:18:\"shipping_address_2\";s:10:\"Suite 101A\";s:13:\"shipping_city\";s:18:\"Newton Upper Falls\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02464\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:32:\"a759363aeef4f9ffaab58abcebd8578f\";}}'),(18680,2197,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(18681,2198,'_product_id','39'),(18682,2198,'_variation_id','0'),(18683,2198,'_qty','1'),(18684,2198,'_tax_class',''),(18685,2198,'_line_subtotal','72'),(18686,2198,'_line_subtotal_tax','0'),(18687,2198,'_line_total','72'),(18688,2198,'_line_tax','0'),(18689,2198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18690,2198,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:39;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"cc319d6a6e7fa0a1b166a56ededf1529\";}}'),(18691,2198,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(18692,2199,'_product_id','40'),(18693,2199,'_variation_id','0'),(18694,2199,'_qty','1'),(18695,2199,'_tax_class',''),(18696,2199,'_line_subtotal','72'),(18697,2199,'_line_subtotal_tax','0'),(18698,2199,'_line_total','72'),(18699,2199,'_line_tax','0'),(18700,2199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18701,2199,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:40;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"6621c24d451bf0c51b4ca8e8a109616d\";}}'),(18702,2199,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(18703,2200,'_product_id','40'),(18704,2200,'_variation_id','0'),(18705,2200,'_qty','1'),(18706,2200,'_tax_class',''),(18707,2200,'_line_subtotal','72'),(18708,2200,'_line_subtotal_tax','0'),(18709,2200,'_line_total','72'),(18710,2200,'_line_tax','0'),(18711,2200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18712,2200,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:40;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"aefa94378c97d38a89c9a28f1be8f873\";}}'),(18713,2200,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(18714,2201,'method_id','free_shipping'),(18715,2201,'instance_id','2'),(18716,2201,'cost','0.00'),(18717,2201,'total_tax','0'),(18718,2201,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18719,2201,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 1'),(18720,2202,'method_id','free_shipping'),(18721,2202,'instance_id','2'),(18722,2202,'cost','0.00'),(18723,2202,'total_tax','0'),(18724,2202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18725,2202,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 1'),(18726,2203,'method_id','free_shipping'),(18727,2203,'instance_id','2'),(18728,2203,'cost','0.00'),(18729,2203,'total_tax','0'),(18730,2203,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18731,2203,'Items','Preventive Conditioner<br>(Case of 12) × 1'),(18732,2204,'method_id','free_shipping'),(18733,2204,'instance_id','2'),(18734,2204,'cost','0.00'),(18735,2204,'total_tax','0'),(18736,2204,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18737,2204,'Items','Preventive Conditioner<br>(Case of 12) × 1'),(18738,2205,'method_id','free_shipping'),(18739,2205,'instance_id','2'),(18740,2205,'cost','0.00'),(18741,2205,'total_tax','0'),(18742,2205,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18743,2205,'Items','Preventive Shampoo<br>(Case of 12) × 1'),(18744,2206,'method_id','free_shipping'),(18745,2206,'instance_id','2'),(18746,2206,'cost','0.00'),(18747,2206,'total_tax','0'),(18748,2206,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18749,2206,'Items','Preventive Shampoo<br>(Case of 12) × 1'),(18750,2207,'method_id','free_shipping'),(18751,2207,'instance_id','2'),(18752,2207,'cost','0.00'),(18753,2207,'total_tax','0'),(18754,2207,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18755,2207,'Items','Preventive Conditioner<br>(Case of 12) × 1'),(18756,2208,'method_id','free_shipping'),(18757,2208,'instance_id','2'),(18758,2208,'cost','0.00'),(18759,2208,'total_tax','0'),(18760,2208,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18761,2208,'Items','Preventive Conditioner<br>(Case of 12) × 1'),(18787,2212,'_product_id','93'),(18788,2212,'_variation_id','0'),(18789,2212,'_qty','10'),(18790,2212,'_tax_class',''),(18791,2212,'_line_subtotal','0'),(18792,2212,'_line_subtotal_tax','0'),(18793,2212,'_line_total','0'),(18794,2212,'_line_tax','0'),(18795,2212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18796,2213,'_product_id','99'),(18797,2213,'_variation_id','0'),(18798,2213,'_qty','4'),(18799,2213,'_tax_class',''),(18800,2213,'_line_subtotal','0'),(18801,2213,'_line_subtotal_tax','0'),(18802,2213,'_line_total','0'),(18803,2213,'_line_tax','0'),(18804,2213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18805,2214,'method_id','fedex'),(18806,2214,'instance_id','1'),(18807,2214,'cost','50.30'),(18808,2214,'total_tax','0'),(18809,2214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18810,2214,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(18811,2214,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(18812,2215,'_product_id','41'),(18813,2215,'_variation_id','0'),(18814,2215,'_qty','1'),(18815,2215,'_tax_class',''),(18816,2215,'_line_subtotal','60.48'),(18817,2215,'_line_subtotal_tax','0'),(18818,2215,'_line_total','60.48'),(18819,2215,'_line_tax','0'),(18820,2215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18821,2216,'_product_id','44'),(18822,2216,'_variation_id','0'),(18823,2216,'_qty','1'),(18824,2216,'_tax_class',''),(18825,2216,'_line_subtotal','105.6'),(18826,2216,'_line_subtotal_tax','0'),(18827,2216,'_line_total','105.6'),(18828,2216,'_line_tax','0'),(18829,2216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18830,2217,'_product_id','45'),(18831,2217,'_variation_id','0'),(18832,2217,'_qty','1'),(18833,2217,'_tax_class',''),(18834,2217,'_line_subtotal','38.4'),(18835,2217,'_line_subtotal_tax','0'),(18836,2217,'_line_total','38.4'),(18837,2217,'_line_tax','0'),(18838,2217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18839,2218,'_product_id','43'),(18840,2218,'_variation_id','0'),(18841,2218,'_qty','1'),(18842,2218,'_tax_class',''),(18843,2218,'_line_subtotal','72'),(18844,2218,'_line_subtotal_tax','0'),(18845,2218,'_line_total','72'),(18846,2218,'_line_tax','0'),(18847,2218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18848,2219,'_product_id','487'),(18849,2219,'_variation_id','0'),(18850,2219,'_qty','1'),(18851,2219,'_tax_class',''),(18852,2219,'_line_subtotal','28.5'),(18853,2219,'_line_subtotal_tax','0'),(18854,2219,'_line_total','28.5'),(18855,2219,'_line_tax','0'),(18856,2219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18857,2220,'_product_id','490'),(18858,2220,'_variation_id','0'),(18859,2220,'_qty','10'),(18860,2220,'_tax_class',''),(18861,2220,'_line_subtotal','185'),(18862,2220,'_line_subtotal_tax','0'),(18863,2220,'_line_total','185'),(18864,2220,'_line_tax','0'),(18865,2220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18866,2221,'_product_id','41'),(18867,2221,'_variation_id','0'),(18868,2221,'_qty','2'),(18869,2221,'_tax_class',''),(18870,2221,'_line_subtotal','120.96'),(18871,2221,'_line_subtotal_tax','0'),(18872,2221,'_line_total','120.96'),(18873,2221,'_line_tax','0'),(18874,2221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18875,2222,'method_id','free_shipping'),(18876,2222,'instance_id','2'),(18877,2222,'cost','0.00'),(18878,2222,'total_tax','0'),(18879,2222,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18880,2222,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 2'),(18881,2223,'_product_id','97'),(18882,2223,'_variation_id','0'),(18883,2223,'_qty','1'),(18884,2223,'_tax_class',''),(18885,2223,'_line_subtotal','0'),(18886,2223,'_line_subtotal_tax','0'),(18887,2223,'_line_total','0'),(18888,2223,'_line_tax','0'),(18889,2223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18890,2224,'_product_id','93'),(18891,2224,'_variation_id','0'),(18892,2224,'_qty','6'),(18893,2224,'_tax_class',''),(18894,2224,'_line_subtotal','0'),(18895,2224,'_line_subtotal_tax','0'),(18896,2224,'_line_total','0'),(18897,2224,'_line_tax','0'),(18898,2224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18899,2225,'_product_id','38'),(18900,2225,'_variation_id','0'),(18901,2225,'_qty','2'),(18902,2225,'_tax_class',''),(18903,2225,'_line_subtotal','530.44'),(18904,2225,'_line_subtotal_tax','0'),(18905,2225,'_line_total','530.44'),(18906,2225,'_line_tax','0'),(18907,2225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18908,2226,'_product_id','23'),(18909,2226,'_variation_id','0'),(18910,2226,'_qty','2'),(18911,2226,'_tax_class',''),(18912,2226,'_line_subtotal','213.12'),(18913,2226,'_line_subtotal_tax','0'),(18914,2226,'_line_total','213.12'),(18915,2226,'_line_tax','0'),(18916,2226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18917,2227,'_product_id','43'),(18918,2227,'_variation_id','0'),(18919,2227,'_qty','1'),(18920,2227,'_tax_class',''),(18921,2227,'_line_subtotal','72'),(18922,2227,'_line_subtotal_tax','0'),(18923,2227,'_line_total','72'),(18924,2227,'_line_tax','0'),(18925,2227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18926,2228,'_product_id','120'),(18927,2228,'_variation_id','0'),(18928,2228,'_qty','1'),(18929,2228,'_tax_class',''),(18930,2228,'_line_subtotal','48'),(18931,2228,'_line_subtotal_tax','0'),(18932,2228,'_line_total','48'),(18933,2228,'_line_tax','0'),(18934,2228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18935,2229,'_product_id','41'),(18936,2229,'_variation_id','0'),(18937,2229,'_qty','1'),(18938,2229,'_tax_class',''),(18939,2229,'_line_subtotal','60.48'),(18940,2229,'_line_subtotal_tax','0'),(18941,2229,'_line_total','60.48'),(18942,2229,'_line_tax','0'),(18943,2229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18944,2230,'method_id','free_shipping'),(18945,2230,'instance_id','2'),(18946,2230,'cost','0.00'),(18947,2230,'total_tax','0'),(18948,2230,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(18949,2230,'Items','Bulk Detangling Spray 1 Gallon &times; 1, Bulk Active Rise 100% &times; 6, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(18950,2231,'_product_id','41'),(18951,2231,'_variation_id','0'),(18952,2231,'_qty','4'),(18953,2231,'_tax_class',''),(18954,2231,'_line_subtotal','241.92'),(18955,2231,'_line_subtotal_tax','0'),(18956,2231,'_line_total','241.92'),(18957,2231,'_line_tax','0'),(18958,2231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18959,2232,'_product_id','23'),(18960,2232,'_variation_id','0'),(18961,2232,'_qty','1'),(18962,2232,'_tax_class',''),(18963,2232,'_line_subtotal','106.56'),(18964,2232,'_line_subtotal_tax','0'),(18965,2232,'_line_total','106.56'),(18966,2232,'_line_tax','0'),(18967,2232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18968,2233,'_product_id','38'),(18969,2233,'_variation_id','0'),(18970,2233,'_qty','1'),(18971,2233,'_tax_class',''),(18972,2233,'_line_subtotal','265.22'),(18973,2233,'_line_subtotal_tax','0'),(18974,2233,'_line_total','265.22'),(18975,2233,'_line_tax','0'),(18976,2233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18977,2234,'_product_id','133'),(18978,2234,'_variation_id','0'),(18979,2234,'_qty','4'),(18980,2234,'_tax_class',''),(18981,2234,'_line_subtotal','52'),(18982,2234,'_line_subtotal_tax','0'),(18983,2234,'_line_total','52'),(18984,2234,'_line_tax','0'),(18985,2234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18986,2235,'_product_id','490'),(18987,2235,'_variation_id','0'),(18988,2235,'_qty','10'),(18989,2235,'_tax_class',''),(18990,2235,'_line_subtotal','185'),(18991,2235,'_line_subtotal_tax','0'),(18992,2235,'_line_total','185'),(18993,2235,'_line_tax','0'),(18994,2235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(18995,2236,'method_id','free_shipping'),(18996,2236,'instance_id','2'),(18997,2236,'cost','0.00'),(18998,2236,'total_tax','0'),(18999,2236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19000,2236,'Items','Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Disposable Head Bands &times; 4, Bulk Active Rise 100% RM &times; 10'),(19001,2237,'method_id','fedex'),(19002,2237,'instance_id','1'),(19003,2237,'cost','-48.48'),(19004,2237,'total_tax','0'),(19005,2237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19006,2237,'_refunded_item_id','1774'),(19007,2238,'_product_id','93'),(19008,2238,'_variation_id','0'),(19009,2238,'_qty','8'),(19010,2238,'_tax_class',''),(19011,2238,'_line_subtotal','0'),(19012,2238,'_line_subtotal_tax','0'),(19013,2238,'_line_total','0'),(19014,2238,'_line_tax','0'),(19015,2238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19016,2239,'method_id','fedex'),(19017,2239,'instance_id','1'),(19018,2239,'cost','14.21'),(19019,2239,'total_tax','0'),(19020,2239,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19021,2239,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(19022,2240,'_product_id','93'),(19023,2240,'_variation_id','0'),(19024,2240,'_qty','9'),(19025,2240,'_tax_class',''),(19026,2240,'_line_subtotal','0'),(19027,2240,'_line_subtotal_tax','0'),(19028,2240,'_line_total','0'),(19029,2240,'_line_tax','0'),(19030,2240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19031,2241,'method_id','fedex'),(19032,2241,'instance_id','1'),(19033,2241,'cost','16.85'),(19034,2241,'total_tax','0'),(19035,2241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19036,2241,'Package 1','17 × 14 × 10 (in) 20.35lbs × 1'),(19037,2242,'_product_id','131'),(19038,2242,'_variation_id','0'),(19039,2242,'_qty','10'),(19040,2242,'_tax_class',''),(19041,2242,'_line_subtotal','115'),(19042,2242,'_line_subtotal_tax','0'),(19043,2242,'_line_total','115'),(19044,2242,'_line_tax','0'),(19045,2242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19046,2243,'method_id','fedex'),(19047,2243,'instance_id','1'),(19048,2243,'cost','22.48'),(19049,2243,'total_tax','0'),(19050,2243,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19051,2243,'Package 1','14 × 14 × 14 (in) 24lbs × 1'),(19052,2244,'_product_id','43'),(19053,2244,'_variation_id','0'),(19054,2244,'_qty','1'),(19055,2244,'_tax_class',''),(19056,2244,'_line_subtotal','72'),(19057,2244,'_line_subtotal_tax','0'),(19058,2244,'_line_total','72'),(19059,2244,'_line_tax','0'),(19060,2244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19061,2245,'_product_id','49'),(19062,2245,'_variation_id','0'),(19063,2245,'_qty','1'),(19064,2245,'_tax_class',''),(19065,2245,'_line_subtotal','72'),(19066,2245,'_line_subtotal_tax','0'),(19067,2245,'_line_total','72'),(19068,2245,'_line_tax','0'),(19069,2245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19070,2246,'_product_id','41'),(19071,2246,'_variation_id','0'),(19072,2246,'_qty','3'),(19073,2246,'_tax_class',''),(19074,2246,'_line_subtotal','181.44'),(19075,2246,'_line_subtotal_tax','0'),(19076,2246,'_line_total','181.44'),(19077,2246,'_line_tax','0'),(19078,2246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19079,2247,'method_id','fedex'),(19080,2247,'instance_id','1'),(19081,2247,'cost','23.68'),(19082,2247,'total_tax','0'),(19083,2247,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19084,2247,'Package 1','17 × 14 × 10 (in) 23.8lbs × 1'),(19085,2248,'_product_id','41'),(19086,2248,'_variation_id','0'),(19087,2248,'_qty','2'),(19088,2248,'_tax_class',''),(19089,2248,'_line_subtotal','120.96'),(19090,2248,'_line_subtotal_tax','0'),(19091,2248,'_line_total','120.96'),(19092,2248,'_line_tax','0'),(19093,2248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19094,2249,'_product_id','43'),(19095,2249,'_variation_id','0'),(19096,2249,'_qty','3'),(19097,2249,'_tax_class',''),(19098,2249,'_line_subtotal','216'),(19099,2249,'_line_subtotal_tax','0'),(19100,2249,'_line_total','216'),(19101,2249,'_line_tax','0'),(19102,2249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19103,2250,'_product_id','42'),(19104,2250,'_variation_id','0'),(19105,2250,'_qty','3'),(19106,2250,'_tax_class',''),(19107,2250,'_line_subtotal','216'),(19108,2250,'_line_subtotal_tax','0'),(19109,2250,'_line_total','216'),(19110,2250,'_line_tax','0'),(19111,2250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19112,2251,'_product_id','39'),(19113,2251,'_variation_id','0'),(19114,2251,'_qty','1'),(19115,2251,'_tax_class',''),(19116,2251,'_line_subtotal','72'),(19117,2251,'_line_subtotal_tax','0'),(19118,2251,'_line_total','72'),(19119,2251,'_line_tax','0'),(19120,2251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19121,2252,'_product_id','40'),(19122,2252,'_variation_id','0'),(19123,2252,'_qty','1'),(19124,2252,'_tax_class',''),(19125,2252,'_line_subtotal','72'),(19126,2252,'_line_subtotal_tax','0'),(19127,2252,'_line_total','72'),(19128,2252,'_line_tax','0'),(19129,2252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19130,2253,'_product_id','487'),(19131,2253,'_variation_id','0'),(19132,2253,'_qty','1'),(19133,2253,'_tax_class',''),(19134,2253,'_line_subtotal','28.5'),(19135,2253,'_line_subtotal_tax','0'),(19136,2253,'_line_total','28.5'),(19137,2253,'_line_tax','0'),(19138,2253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19139,2254,'_product_id','490'),(19140,2254,'_variation_id','0'),(19141,2254,'_qty','10'),(19142,2254,'_tax_class',''),(19143,2254,'_line_subtotal','185'),(19144,2254,'_line_subtotal_tax','0'),(19145,2254,'_line_total','185'),(19146,2254,'_line_tax','0'),(19147,2254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19148,2255,'method_id','free_shipping'),(19149,2255,'instance_id','2'),(19150,2255,'cost','0.00'),(19151,2255,'total_tax','0'),(19152,2255,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19153,2255,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 10'),(19154,2256,'_product_id','43'),(19155,2256,'_variation_id','0'),(19156,2256,'_qty','2'),(19157,2256,'_tax_class',''),(19158,2256,'_line_subtotal','144'),(19159,2256,'_line_subtotal_tax','0'),(19160,2256,'_line_total','144'),(19161,2256,'_line_tax','0'),(19162,2256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19163,2257,'_product_id','41'),(19164,2257,'_variation_id','0'),(19165,2257,'_qty','3'),(19166,2257,'_tax_class',''),(19167,2257,'_line_subtotal','181.44'),(19168,2257,'_line_subtotal_tax','0'),(19169,2257,'_line_total','181.44'),(19170,2257,'_line_tax','0'),(19171,2257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19172,2258,'_product_id','490'),(19173,2258,'_variation_id','0'),(19174,2258,'_qty','10'),(19175,2258,'_tax_class',''),(19176,2258,'_line_subtotal','185'),(19177,2258,'_line_subtotal_tax','0'),(19178,2258,'_line_total','185'),(19179,2258,'_line_tax','0'),(19180,2258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19181,2259,'method_id','free_shipping'),(19182,2259,'instance_id','2'),(19183,2259,'cost','0.00'),(19184,2259,'total_tax','0'),(19185,2259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19186,2259,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rise 100% RM &times; 10'),(19187,2260,'_product_id','39'),(19188,2260,'_variation_id','0'),(19189,2260,'_qty','1'),(19190,2260,'_tax_class',''),(19191,2260,'_line_subtotal','72'),(19192,2260,'_line_subtotal_tax','0'),(19193,2260,'_line_total','72'),(19194,2260,'_line_tax','0'),(19195,2260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19196,2261,'_product_id','40'),(19197,2261,'_variation_id','0'),(19198,2261,'_qty','1'),(19199,2261,'_tax_class',''),(19200,2261,'_line_subtotal','72'),(19201,2261,'_line_subtotal_tax','0'),(19202,2261,'_line_total','72'),(19203,2261,'_line_tax','0'),(19204,2261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19205,2262,'_product_id','43'),(19206,2262,'_variation_id','0'),(19207,2262,'_qty','2'),(19208,2262,'_tax_class',''),(19209,2262,'_line_subtotal','144'),(19210,2262,'_line_subtotal_tax','0'),(19211,2262,'_line_total','144'),(19212,2262,'_line_tax','0'),(19213,2262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19214,2263,'_product_id','487'),(19215,2263,'_variation_id','0'),(19216,2263,'_qty','1'),(19217,2263,'_tax_class',''),(19218,2263,'_line_subtotal','28.5'),(19219,2263,'_line_subtotal_tax','0'),(19220,2263,'_line_total','28.5'),(19221,2263,'_line_tax','0'),(19222,2263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19223,2264,'_product_id','490'),(19224,2264,'_variation_id','0'),(19225,2264,'_qty','10'),(19226,2264,'_tax_class',''),(19227,2264,'_line_subtotal','185'),(19228,2264,'_line_subtotal_tax','0'),(19229,2264,'_line_total','185'),(19230,2264,'_line_tax','0'),(19231,2264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19232,2265,'method_id','free_shipping'),(19233,2265,'instance_id','2'),(19234,2265,'cost','0.00'),(19235,2265,'total_tax','0'),(19236,2265,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19237,2265,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rise 100% RM &times; 10'),(19238,2266,'_product_id','41'),(19239,2266,'_variation_id','0'),(19240,2266,'_qty','1'),(19241,2266,'_tax_class',''),(19242,2266,'_line_subtotal','60.48'),(19243,2266,'_line_subtotal_tax','0'),(19244,2266,'_line_total','60.48'),(19245,2266,'_line_tax','0'),(19246,2266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19247,2267,'_product_id','39'),(19248,2267,'_variation_id','0'),(19249,2267,'_qty','1'),(19250,2267,'_tax_class',''),(19251,2267,'_line_subtotal','72'),(19252,2267,'_line_subtotal_tax','0'),(19253,2267,'_line_total','72'),(19254,2267,'_line_tax','0'),(19255,2267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19256,2268,'_product_id','40'),(19257,2268,'_variation_id','0'),(19258,2268,'_qty','1'),(19259,2268,'_tax_class',''),(19260,2268,'_line_subtotal','72'),(19261,2268,'_line_subtotal_tax','0'),(19262,2268,'_line_total','72'),(19263,2268,'_line_tax','0'),(19264,2268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19265,2269,'_product_id','43'),(19266,2269,'_variation_id','0'),(19267,2269,'_qty','1'),(19268,2269,'_tax_class',''),(19269,2269,'_line_subtotal','72'),(19270,2269,'_line_subtotal_tax','0'),(19271,2269,'_line_total','72'),(19272,2269,'_line_tax','0'),(19273,2269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19274,2270,'_product_id','49'),(19275,2270,'_variation_id','0'),(19276,2270,'_qty','1'),(19277,2270,'_tax_class',''),(19278,2270,'_line_subtotal','72'),(19279,2270,'_line_subtotal_tax','0'),(19280,2270,'_line_total','72'),(19281,2270,'_line_tax','0'),(19282,2270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19283,2271,'_product_id','490'),(19284,2271,'_variation_id','0'),(19285,2271,'_qty','10'),(19286,2271,'_tax_class',''),(19287,2271,'_line_subtotal','185'),(19288,2271,'_line_subtotal_tax','0'),(19289,2271,'_line_total','185'),(19290,2271,'_line_tax','0'),(19291,2271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19292,2272,'_product_id','487'),(19293,2272,'_variation_id','0'),(19294,2272,'_qty','1'),(19295,2272,'_tax_class',''),(19296,2272,'_line_subtotal','28.5'),(19297,2272,'_line_subtotal_tax','0'),(19298,2272,'_line_total','28.5'),(19299,2272,'_line_tax','0'),(19300,2272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19301,2273,'method_id','free_shipping'),(19302,2273,'instance_id','2'),(19303,2273,'cost','0.00'),(19304,2273,'total_tax','0'),(19305,2273,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19306,2273,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rise 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(19307,2274,'_product_id','38'),(19308,2274,'_variation_id','0'),(19309,2274,'_qty','1'),(19310,2274,'_tax_class',''),(19311,2274,'_line_subtotal','265.22'),(19312,2274,'_line_subtotal_tax','0'),(19313,2274,'_line_total','265.22'),(19314,2274,'_line_tax','0'),(19315,2274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19316,2275,'_product_id','38'),(19317,2275,'_variation_id','0'),(19318,2275,'_qty','1'),(19319,2275,'_tax_class',''),(19320,2275,'_line_subtotal','265.22'),(19321,2275,'_line_subtotal_tax','0'),(19322,2275,'_line_total','265.22'),(19323,2275,'_line_tax','0'),(19324,2275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19325,2276,'_product_id','23'),(19326,2276,'_variation_id','0'),(19327,2276,'_qty','1'),(19328,2276,'_tax_class',''),(19329,2276,'_line_subtotal','106.56'),(19330,2276,'_line_subtotal_tax','0'),(19331,2276,'_line_total','106.56'),(19332,2276,'_line_tax','0'),(19333,2276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19334,2277,'_fee_amount','-158.205'),(19335,2277,'_tax_class','0'),(19336,2277,'_tax_status','taxable'),(19337,2277,'_line_total','-158.205'),(19338,2277,'_line_tax','0'),(19339,2277,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(19340,2277,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(19341,2277,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(19342,2278,'method_id','fedex'),(19343,2278,'instance_id','3'),(19344,2278,'cost','316.41'),(19345,2278,'total_tax','0'),(19346,2278,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19347,2278,'Package 1','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(19348,2278,'Package 2','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(19349,2278,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(19350,2279,'discount_amount','0'),(19351,2279,'discount_amount_tax','0'),(19352,2279,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:1;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(19353,2280,'_product_id','93'),(19354,2280,'_variation_id','0'),(19355,2280,'_qty','5'),(19356,2280,'_tax_class',''),(19357,2280,'_line_subtotal','0'),(19358,2280,'_line_subtotal_tax','0'),(19359,2280,'_line_total','0'),(19360,2280,'_line_tax','0'),(19361,2280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19362,2281,'_product_id','23'),(19363,2281,'_variation_id','0'),(19364,2281,'_qty','1'),(19365,2281,'_tax_class',''),(19366,2281,'_line_subtotal','106.56'),(19367,2281,'_line_subtotal_tax','0'),(19368,2281,'_line_total','106.56'),(19369,2281,'_line_tax','0'),(19370,2281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19371,2282,'_product_id','45'),(19372,2282,'_variation_id','0'),(19373,2282,'_qty','2'),(19374,2282,'_tax_class',''),(19375,2282,'_line_subtotal','76.8'),(19376,2282,'_line_subtotal_tax','0'),(19377,2282,'_line_total','76.8'),(19378,2282,'_line_tax','0'),(19379,2282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19380,2283,'_product_id','41'),(19381,2283,'_variation_id','0'),(19382,2283,'_qty','2'),(19383,2283,'_tax_class',''),(19384,2283,'_line_subtotal','120.96'),(19385,2283,'_line_subtotal_tax','0'),(19386,2283,'_line_total','120.96'),(19387,2283,'_line_tax','0'),(19388,2283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19389,2284,'_product_id','99'),(19390,2284,'_variation_id','0'),(19391,2284,'_qty','1'),(19392,2284,'_tax_class',''),(19393,2284,'_line_subtotal','0'),(19394,2284,'_line_subtotal_tax','0'),(19395,2284,'_line_total','0'),(19396,2284,'_line_tax','0'),(19397,2284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19398,2285,'_product_id','38'),(19399,2285,'_variation_id','0'),(19400,2285,'_qty','1'),(19401,2285,'_tax_class',''),(19402,2285,'_line_subtotal','265.22'),(19403,2285,'_line_subtotal_tax','0'),(19404,2285,'_line_total','265.22'),(19405,2285,'_line_tax','0'),(19406,2285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19407,2286,'method_id','free_shipping'),(19408,2286,'instance_id','2'),(19409,2286,'cost','0.00'),(19410,2286,'total_tax','0'),(19411,2286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19412,2286,'Items','Bulk Active Rise 100% &times; 5, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Mousse 1 Gallon &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(19413,2287,'_product_id','137'),(19414,2287,'_variation_id','0'),(19415,2287,'_qty','20'),(19416,2287,'_tax_class',''),(19417,2287,'_line_subtotal','110'),(19418,2287,'_line_subtotal_tax','0'),(19419,2287,'_line_total','110'),(19420,2287,'_line_tax','0'),(19421,2287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19422,2288,'_product_id','318'),(19423,2288,'_variation_id','0'),(19424,2288,'_qty','25'),(19425,2288,'_tax_class',''),(19426,2288,'_line_subtotal','75'),(19427,2288,'_line_subtotal_tax','0'),(19428,2288,'_line_total','75'),(19429,2288,'_line_tax','0'),(19430,2288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19431,2289,'method_id','fedex'),(19432,2289,'instance_id','1'),(19433,2289,'cost','34.48'),(19434,2289,'total_tax','0'),(19435,2289,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19436,2289,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(19437,2289,'Package 2','17 × 14 × 10 (in) 28.5lbs × 1'),(19438,2290,'_product_id','489'),(19439,2290,'_variation_id','0'),(19440,2290,'_qty','6'),(19441,2290,'_tax_class',''),(19442,2290,'_line_subtotal','111'),(19443,2290,'_line_subtotal_tax','0'),(19444,2290,'_line_total','111'),(19445,2290,'_line_tax','0'),(19446,2290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19447,2291,'_product_id','487'),(19448,2291,'_variation_id','0'),(19449,2291,'_qty','2'),(19450,2291,'_tax_class',''),(19451,2291,'_line_subtotal','57'),(19452,2291,'_line_subtotal_tax','0'),(19453,2291,'_line_total','57'),(19454,2291,'_line_tax','0'),(19455,2291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19456,2292,'_product_id','318'),(19457,2292,'_variation_id','0'),(19458,2292,'_qty','5'),(19459,2292,'_tax_class',''),(19460,2292,'_line_subtotal','15'),(19461,2292,'_line_subtotal_tax','0'),(19462,2292,'_line_total','15'),(19463,2292,'_line_tax','0'),(19464,2292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19465,2293,'_product_id','23'),(19466,2293,'_variation_id','0'),(19467,2293,'_qty','3'),(19468,2293,'_tax_class',''),(19469,2293,'_line_subtotal','319.68'),(19470,2293,'_line_subtotal_tax','0'),(19471,2293,'_line_total','319.68'),(19472,2293,'_line_tax','0'),(19473,2293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19474,2294,'method_id','free_shipping'),(19475,2294,'instance_id','2'),(19476,2294,'cost','0.00'),(19477,2294,'total_tax','0'),(19478,2294,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19479,2294,'Items','Bulk Active Rise 50/50 RM &times; 6, Bulk Mousse 1 Gallon RM &times; 2, Goomee 4 Pack &times; 5, Active Rinse 8oz(Case of 12) &times; 3'),(19480,2295,'_product_id','23'),(19481,2295,'_variation_id','0'),(19482,2295,'_qty','2'),(19483,2295,'_tax_class',''),(19484,2295,'_line_subtotal','213.12'),(19485,2295,'_line_subtotal_tax','0'),(19486,2295,'_line_total','213.12'),(19487,2295,'_line_tax','0'),(19488,2295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19489,2296,'_product_id','38'),(19490,2296,'_variation_id','0'),(19491,2296,'_qty','1'),(19492,2296,'_tax_class',''),(19493,2296,'_line_subtotal','265.22'),(19494,2296,'_line_subtotal_tax','0'),(19495,2296,'_line_total','265.22'),(19496,2296,'_line_tax','0'),(19497,2296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19498,2297,'_product_id','41'),(19499,2297,'_variation_id','0'),(19500,2297,'_qty','3'),(19501,2297,'_tax_class',''),(19502,2297,'_line_subtotal','181.44'),(19503,2297,'_line_subtotal_tax','0'),(19504,2297,'_line_total','181.44'),(19505,2297,'_line_tax','0'),(19506,2297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19507,2298,'_product_id','49'),(19508,2298,'_variation_id','0'),(19509,2298,'_qty','2'),(19510,2298,'_tax_class',''),(19511,2298,'_line_subtotal','144'),(19512,2298,'_line_subtotal_tax','0'),(19513,2298,'_line_total','144'),(19514,2298,'_line_tax','0'),(19515,2298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19516,2299,'_product_id','490'),(19517,2299,'_variation_id','0'),(19518,2299,'_qty','10'),(19519,2299,'_tax_class',''),(19520,2299,'_line_subtotal','185'),(19521,2299,'_line_subtotal_tax','0'),(19522,2299,'_line_total','185'),(19523,2299,'_line_tax','0'),(19524,2299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19525,2300,'_product_id','45'),(19526,2300,'_variation_id','0'),(19527,2300,'_qty','1'),(19528,2300,'_tax_class',''),(19529,2300,'_line_subtotal','38.4'),(19530,2300,'_line_subtotal_tax','0'),(19531,2300,'_line_total','38.4'),(19532,2300,'_line_tax','0'),(19533,2300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19534,2301,'method_id','free_shipping'),(19535,2301,'instance_id','2'),(19536,2301,'cost','0.00'),(19537,2301,'total_tax','0'),(19538,2301,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19539,2301,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rise 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(19540,2302,'_product_id','23'),(19541,2302,'_variation_id','0'),(19542,2302,'_qty','1'),(19543,2302,'_tax_class',''),(19544,2302,'_line_subtotal','106.56'),(19545,2302,'_line_subtotal_tax','0'),(19546,2302,'_line_total','106.56'),(19547,2302,'_line_tax','0'),(19548,2302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19549,2303,'_product_id','116'),(19550,2303,'_variation_id','0'),(19551,2303,'_qty','1'),(19552,2303,'_tax_class',''),(19553,2303,'_line_subtotal','132'),(19554,2303,'_line_subtotal_tax','0'),(19555,2303,'_line_total','132'),(19556,2303,'_line_tax','0'),(19557,2303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19558,2304,'_product_id','93'),(19559,2304,'_variation_id','0'),(19560,2304,'_qty','1'),(19561,2304,'_tax_class',''),(19562,2304,'_line_subtotal','0'),(19563,2304,'_line_subtotal_tax','0'),(19564,2304,'_line_total','0'),(19565,2304,'_line_tax','0'),(19566,2304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19567,2305,'method_id','fedex'),(19568,2305,'instance_id','1'),(19569,2305,'cost','15.35'),(19570,2305,'total_tax','0'),(19571,2305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19572,2305,'Package 1','17 × 14 × 10 (in) 19.15lbs × 1'),(19573,2306,'_product_id','23'),(19574,2306,'_variation_id','0'),(19575,2306,'_qty','2'),(19576,2306,'_tax_class',''),(19577,2306,'_line_subtotal','213.12'),(19578,2306,'_line_subtotal_tax','0'),(19579,2306,'_line_total','213.12'),(19580,2306,'_line_tax','0'),(19581,2306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19582,2307,'_product_id','41'),(19583,2307,'_variation_id','0'),(19584,2307,'_qty','1'),(19585,2307,'_tax_class',''),(19586,2307,'_line_subtotal','60.48'),(19587,2307,'_line_subtotal_tax','0'),(19588,2307,'_line_total','60.48'),(19589,2307,'_line_tax','0'),(19590,2307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19591,2308,'_product_id','43'),(19592,2308,'_variation_id','0'),(19593,2308,'_qty','2'),(19594,2308,'_tax_class',''),(19595,2308,'_line_subtotal','144'),(19596,2308,'_line_subtotal_tax','0'),(19597,2308,'_line_total','144'),(19598,2308,'_line_tax','0'),(19599,2308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19600,2309,'_product_id','118'),(19601,2309,'_variation_id','0'),(19602,2309,'_qty','1'),(19603,2309,'_tax_class',''),(19604,2309,'_line_subtotal','168'),(19605,2309,'_line_subtotal_tax','0'),(19606,2309,'_line_total','168'),(19607,2309,'_line_tax','0'),(19608,2309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19609,2310,'_product_id','51'),(19610,2310,'_variation_id','0'),(19611,2310,'_qty','1'),(19612,2310,'_tax_class',''),(19613,2310,'_line_subtotal','134.4'),(19614,2310,'_line_subtotal_tax','0'),(19615,2310,'_line_total','134.4'),(19616,2310,'_line_tax','0'),(19617,2310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19618,2311,'_product_id','44'),(19619,2311,'_variation_id','0'),(19620,2311,'_qty','1'),(19621,2311,'_tax_class',''),(19622,2311,'_line_subtotal','105.6'),(19623,2311,'_line_subtotal_tax','0'),(19624,2311,'_line_total','105.6'),(19625,2311,'_line_tax','0'),(19626,2311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19627,2312,'_product_id','133'),(19628,2312,'_variation_id','0'),(19629,2312,'_qty','1'),(19630,2312,'_tax_class',''),(19631,2312,'_line_subtotal','13'),(19632,2312,'_line_subtotal_tax','0'),(19633,2312,'_line_total','13'),(19634,2312,'_line_tax','0'),(19635,2312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19636,2313,'method_id','free_shipping'),(19637,2313,'instance_id','2'),(19638,2313,'cost','0.00'),(19639,2313,'total_tax','0'),(19640,2313,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19641,2313,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Disposable Head Bands &times; 1'),(19642,2314,'_product_id','41'),(19643,2314,'_variation_id','0'),(19644,2314,'_qty','8'),(19645,2314,'_tax_class',''),(19646,2314,'_line_subtotal','483.84'),(19647,2314,'_line_subtotal_tax','0'),(19648,2314,'_line_total','483.84'),(19649,2314,'_line_tax','0'),(19650,2314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19651,2315,'_product_id','42'),(19652,2315,'_variation_id','0'),(19653,2315,'_qty','2'),(19654,2315,'_tax_class',''),(19655,2315,'_line_subtotal','144'),(19656,2315,'_line_subtotal_tax','0'),(19657,2315,'_line_total','144'),(19658,2315,'_line_tax','0'),(19659,2315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19660,2316,'_product_id','93'),(19661,2316,'_variation_id','0'),(19662,2316,'_qty','10'),(19663,2316,'_tax_class',''),(19664,2316,'_line_subtotal','0'),(19665,2316,'_line_subtotal_tax','0'),(19666,2316,'_line_total','0'),(19667,2316,'_line_tax','0'),(19668,2316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19669,2317,'_product_id','99'),(19670,2317,'_variation_id','0'),(19671,2317,'_qty','4'),(19672,2317,'_tax_class',''),(19673,2317,'_line_subtotal','0'),(19674,2317,'_line_subtotal_tax','0'),(19675,2317,'_line_total','0'),(19676,2317,'_line_tax','0'),(19677,2317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19678,2318,'method_id','free_shipping'),(19679,2318,'instance_id','2'),(19680,2318,'cost','0.00'),(19681,2318,'total_tax','0'),(19682,2318,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19683,2318,'Items','Professional Lice Comb(Case of 12) &times; 8, Comb-Out Mousse(Case of 12) &times; 2, Bulk Active Rise 100% &times; 10, Bulk Mousse 1 Gallon &times; 4'),(19684,2319,'_product_id','38'),(19685,2319,'_variation_id','0'),(19686,2319,'_qty','3'),(19687,2319,'_tax_class',''),(19688,2319,'_line_subtotal','795.66'),(19689,2319,'_line_subtotal_tax','0'),(19690,2319,'_line_total','795.66'),(19691,2319,'_line_tax','0'),(19692,2319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19693,2320,'_product_id','41'),(19694,2320,'_variation_id','0'),(19695,2320,'_qty','3'),(19696,2320,'_tax_class',''),(19697,2320,'_line_subtotal','181.44'),(19698,2320,'_line_subtotal_tax','0'),(19699,2320,'_line_total','181.44'),(19700,2320,'_line_tax','0'),(19701,2320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19702,2321,'_product_id','99'),(19703,2321,'_variation_id','0'),(19704,2321,'_qty','1'),(19705,2321,'_tax_class',''),(19706,2321,'_line_subtotal','0'),(19707,2321,'_line_subtotal_tax','0'),(19708,2321,'_line_total','0'),(19709,2321,'_line_tax','0'),(19710,2321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19711,2322,'_product_id','93'),(19712,2322,'_variation_id','0'),(19713,2322,'_qty','6'),(19714,2322,'_tax_class',''),(19715,2322,'_line_subtotal','0'),(19716,2322,'_line_subtotal_tax','0'),(19717,2322,'_line_total','0'),(19718,2322,'_line_tax','0'),(19719,2322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19720,2323,'_fee_amount','-265.505'),(19721,2323,'_tax_class','0'),(19722,2323,'_tax_status','taxable'),(19723,2323,'_line_total','-265.505'),(19724,2323,'_line_tax','0'),(19725,2323,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(19726,2323,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(19727,2323,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(19728,2324,'method_id','fedex'),(19729,2324,'instance_id','3'),(19730,2324,'cost','531.01'),(19731,2324,'total_tax','0'),(19732,2324,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19733,2324,'Package 1','11.25 × 8.75 × 7.75 (in) 14.24lbs × 1'),(19734,2324,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(19735,2324,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(19736,2324,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(19737,2324,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(19738,2324,'Package 6','12 × 6 × 6 (in) 7.85lbs × 1'),(19739,2325,'discount_amount','0'),(19740,2325,'discount_amount_tax','0'),(19741,2325,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:2;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(19742,2326,'_product_id','120'),(19743,2326,'_variation_id','0'),(19744,2326,'_qty','1'),(19745,2326,'_tax_class',''),(19746,2326,'_line_subtotal','48'),(19747,2326,'_line_subtotal_tax','0'),(19748,2326,'_line_total','48'),(19749,2326,'_line_tax','0'),(19750,2326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19751,2327,'_product_id','487'),(19752,2327,'_variation_id','0'),(19753,2327,'_qty','1'),(19754,2327,'_tax_class',''),(19755,2327,'_line_subtotal','28.5'),(19756,2327,'_line_subtotal_tax','0'),(19757,2327,'_line_total','28.5'),(19758,2327,'_line_tax','0'),(19759,2327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19760,2328,'_product_id','490'),(19761,2328,'_variation_id','0'),(19762,2328,'_qty','10'),(19763,2328,'_tax_class',''),(19764,2328,'_line_subtotal','185'),(19765,2328,'_line_subtotal_tax','0'),(19766,2328,'_line_total','185'),(19767,2328,'_line_tax','0'),(19768,2328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19769,2329,'method_id','fedex'),(19770,2329,'instance_id','1'),(19771,2329,'cost','23.97'),(19772,2329,'total_tax','0'),(19773,2329,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19774,2329,'Package 1','17 × 14 × 10 (in) 34.35lbs × 1'),(19775,2330,'_product_id','45'),(19776,2330,'_variation_id','0'),(19777,2330,'_qty','1'),(19778,2330,'_tax_class',''),(19779,2330,'_line_subtotal','38.4'),(19780,2330,'_line_subtotal_tax','0'),(19781,2330,'_line_total','38.4'),(19782,2330,'_line_tax','0'),(19783,2330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19784,2331,'_product_id','93'),(19785,2331,'_variation_id','0'),(19786,2331,'_qty','1'),(19787,2331,'_tax_class',''),(19788,2331,'_line_subtotal','0'),(19789,2331,'_line_subtotal_tax','0'),(19790,2331,'_line_total','0'),(19791,2331,'_line_tax','0'),(19792,2331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19793,2332,'_product_id','99'),(19794,2332,'_variation_id','0'),(19795,2332,'_qty','1'),(19796,2332,'_tax_class',''),(19797,2332,'_line_subtotal','0'),(19798,2332,'_line_subtotal_tax','0'),(19799,2332,'_line_total','0'),(19800,2332,'_line_tax','0'),(19801,2332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19802,2333,'_product_id','93'),(19803,2333,'_variation_id','0'),(19804,2333,'_qty','1'),(19805,2333,'_tax_class',''),(19806,2333,'_line_subtotal','0'),(19807,2333,'_line_subtotal_tax','0'),(19808,2333,'_line_total','0'),(19809,2333,'_line_tax','0'),(19810,2333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19811,2334,'_product_id','93'),(19812,2334,'_variation_id','0'),(19813,2334,'_qty','1'),(19814,2334,'_tax_class',''),(19815,2334,'_line_subtotal','0'),(19816,2334,'_line_subtotal_tax','0'),(19817,2334,'_line_total','0'),(19818,2334,'_line_tax','0'),(19819,2334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19820,2335,'_product_id','93'),(19821,2335,'_variation_id','0'),(19822,2335,'_qty','1'),(19823,2335,'_tax_class',''),(19824,2335,'_line_subtotal','0'),(19825,2335,'_line_subtotal_tax','0'),(19826,2335,'_line_total','0'),(19827,2335,'_line_tax','0'),(19828,2335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19829,2336,'_product_id','97'),(19830,2336,'_variation_id','0'),(19831,2336,'_qty','1'),(19832,2336,'_tax_class',''),(19833,2336,'_line_subtotal','0'),(19834,2336,'_line_subtotal_tax','0'),(19835,2336,'_line_total','0'),(19836,2336,'_line_tax','0'),(19837,2336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19838,2337,'_product_id','93'),(19839,2337,'_variation_id','0'),(19840,2337,'_qty','1'),(19841,2337,'_tax_class',''),(19842,2337,'_line_subtotal','0'),(19843,2337,'_line_subtotal_tax','0'),(19844,2337,'_line_total','0'),(19845,2337,'_line_tax','0'),(19846,2337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(19847,2338,'method_id','fedex'),(19848,2338,'instance_id','1'),(19849,2338,'cost','24.82'),(19850,2338,'total_tax','0'),(19851,2338,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(19852,2338,'Package 1','17 × 14 × 10 (in) 34.95lbs × 1'),(19997,2357,'_product_id','93'),(19998,2357,'_variation_id','0'),(19999,2357,'_qty','10'),(20000,2357,'_tax_class',''),(20001,2357,'_line_subtotal','0'),(20002,2357,'_line_subtotal_tax','0'),(20003,2357,'_line_total','0'),(20004,2357,'_line_tax','0'),(20005,2357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20006,2358,'_product_id','320'),(20007,2358,'_variation_id','0'),(20008,2358,'_qty','10'),(20009,2358,'_tax_class',''),(20010,2358,'_line_subtotal','37.5'),(20011,2358,'_line_subtotal_tax','0'),(20012,2358,'_line_total','37.5'),(20013,2358,'_line_tax','0'),(20014,2358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20015,2359,'method_id','fedex'),(20016,2359,'instance_id','1'),(20017,2359,'cost','33.85'),(20018,2359,'total_tax','0'),(20019,2359,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20020,2359,'Package 1','14 × 14 × 14 (in) 18.55lbs × 1'),(20021,2359,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(20022,2360,'_product_id','39'),(20023,2360,'_variation_id','0'),(20024,2360,'_qty','1'),(20025,2360,'_tax_class',''),(20026,2360,'_line_subtotal','72'),(20027,2360,'_line_subtotal_tax','0'),(20028,2360,'_line_total','72'),(20029,2360,'_line_tax','0'),(20030,2360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20031,2361,'_product_id','49'),(20032,2361,'_variation_id','0'),(20033,2361,'_qty','1'),(20034,2361,'_tax_class',''),(20035,2361,'_line_subtotal','72'),(20036,2361,'_line_subtotal_tax','0'),(20037,2361,'_line_total','72'),(20038,2361,'_line_tax','0'),(20039,2361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20040,2362,'_product_id','49'),(20041,2362,'_variation_id','0'),(20042,2362,'_qty','1'),(20043,2362,'_tax_class',''),(20044,2362,'_line_subtotal','72'),(20045,2362,'_line_subtotal_tax','0'),(20046,2362,'_line_total','72'),(20047,2362,'_line_tax','0'),(20048,2362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20049,2363,'_product_id','49'),(20050,2363,'_variation_id','0'),(20051,2363,'_qty','1'),(20052,2363,'_tax_class',''),(20053,2363,'_line_subtotal','72'),(20054,2363,'_line_subtotal_tax','0'),(20055,2363,'_line_total','72'),(20056,2363,'_line_tax','0'),(20057,2363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20058,2364,'_product_id','39'),(20059,2364,'_variation_id','0'),(20060,2364,'_qty','1'),(20061,2364,'_tax_class',''),(20062,2364,'_line_subtotal','72'),(20063,2364,'_line_subtotal_tax','0'),(20064,2364,'_line_total','72'),(20065,2364,'_line_tax','0'),(20066,2364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20067,2365,'_product_id','44'),(20068,2365,'_variation_id','0'),(20069,2365,'_qty','1'),(20070,2365,'_tax_class',''),(20071,2365,'_line_subtotal','105.6'),(20072,2365,'_line_subtotal_tax','0'),(20073,2365,'_line_total','105.6'),(20074,2365,'_line_tax','0'),(20075,2365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20076,2366,'_product_id','44'),(20077,2366,'_variation_id','0'),(20078,2366,'_qty','1'),(20079,2366,'_tax_class',''),(20080,2366,'_line_subtotal','105.6'),(20081,2366,'_line_subtotal_tax','0'),(20082,2366,'_line_total','105.6'),(20083,2366,'_line_tax','0'),(20084,2366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20085,2367,'_product_id','93'),(20086,2367,'_variation_id','0'),(20087,2367,'_qty','1'),(20088,2367,'_tax_class',''),(20089,2367,'_line_subtotal','0'),(20090,2367,'_line_subtotal_tax','0'),(20091,2367,'_line_total','0'),(20092,2367,'_line_tax','0'),(20093,2367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20094,2368,'_product_id','93'),(20095,2368,'_variation_id','0'),(20096,2368,'_qty','1'),(20097,2368,'_tax_class',''),(20098,2368,'_line_subtotal','0'),(20099,2368,'_line_subtotal_tax','0'),(20100,2368,'_line_total','0'),(20101,2368,'_line_tax','0'),(20102,2368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20103,2369,'_product_id','93'),(20104,2369,'_variation_id','0'),(20105,2369,'_qty','1'),(20106,2369,'_tax_class',''),(20107,2369,'_line_subtotal','0'),(20108,2369,'_line_subtotal_tax','0'),(20109,2369,'_line_total','0'),(20110,2369,'_line_tax','0'),(20111,2369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20112,2370,'_product_id','99'),(20113,2370,'_variation_id','0'),(20114,2370,'_qty','1'),(20115,2370,'_tax_class',''),(20116,2370,'_line_subtotal','0'),(20117,2370,'_line_subtotal_tax','0'),(20118,2370,'_line_total','0'),(20119,2370,'_line_tax','0'),(20120,2370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20121,2371,'_product_id','99'),(20122,2371,'_variation_id','0'),(20123,2371,'_qty','1'),(20124,2371,'_tax_class',''),(20125,2371,'_line_subtotal','0'),(20126,2371,'_line_subtotal_tax','0'),(20127,2371,'_line_total','0'),(20128,2371,'_line_tax','0'),(20129,2371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20130,2372,'method_id','free_shipping'),(20131,2372,'instance_id','2'),(20132,2372,'cost','0.00'),(20133,2372,'total_tax','0'),(20134,2372,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20135,2372,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rise 100% &times; 1, Bulk Active Rise 100% &times; 1, Bulk Active Rise 100% &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(20136,2373,'_product_id','23'),(20137,2373,'_variation_id','0'),(20138,2373,'_qty','4'),(20139,2373,'_tax_class',''),(20140,2373,'_line_subtotal','426.24'),(20141,2373,'_line_subtotal_tax','0'),(20142,2373,'_line_total','426.24'),(20143,2373,'_line_tax','0'),(20144,2373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20145,2374,'_product_id','44'),(20146,2374,'_variation_id','0'),(20147,2374,'_qty','1'),(20148,2374,'_tax_class',''),(20149,2374,'_line_subtotal','105.6'),(20150,2374,'_line_subtotal_tax','0'),(20151,2374,'_line_total','105.6'),(20152,2374,'_line_tax','0'),(20153,2374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20154,2375,'method_id','free_shipping'),(20155,2375,'instance_id','2'),(20156,2375,'cost','0.00'),(20157,2375,'total_tax','0'),(20158,2375,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20159,2375,'Items','Active Rinse 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1'),(20160,2376,'_product_id','51'),(20161,2376,'_variation_id','0'),(20162,2376,'_qty','4'),(20163,2376,'_tax_class',''),(20164,2376,'_line_subtotal','537.6'),(20165,2376,'_line_subtotal_tax','0'),(20166,2376,'_line_total','537.6'),(20167,2376,'_line_tax','0'),(20168,2376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20169,2377,'_fee_amount','-184.1'),(20170,2377,'_tax_class','0'),(20171,2377,'_tax_status','taxable'),(20172,2377,'_line_total','-184.1'),(20173,2377,'_line_tax','0'),(20174,2377,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(20175,2377,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(20176,2377,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(20177,2378,'method_id','fedex'),(20178,2378,'instance_id','3'),(20179,2378,'cost','368.20'),(20180,2378,'total_tax','0'),(20181,2378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20182,2378,'Package 1','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(20183,2378,'Package 2','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(20184,2378,'Package 3','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(20185,2378,'Package 4','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(20186,2379,'discount_amount','0'),(20187,2379,'discount_amount_tax','0'),(20188,2379,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:3;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(20189,2380,'_product_id','45'),(20190,2380,'_variation_id','0'),(20191,2380,'_qty','2'),(20192,2380,'_tax_class',''),(20193,2380,'_line_subtotal','76.8'),(20194,2380,'_line_subtotal_tax','0'),(20195,2380,'_line_total','76.8'),(20196,2380,'_line_tax','0'),(20197,2380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20198,2380,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:45;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:10:\"LCA Newton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1234 Chestnut Street\";s:18:\"shipping_address_2\";s:10:\"Suite 101A\";s:13:\"shipping_city\";s:18:\"Newton Upper Falls\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02464\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:32:\"e125d4fb67f348ab3c2c980366f5f3ec\";}}'),(20199,2380,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(20200,2380,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"45\";s:8:\"cart_key\";s:32:\"35a5517d5d882fad57c1f411b7fc0d21\";s:15:\"cart_unique_key\";s:32:\"e125d4fb67f348ab3c2c980366f5f3ec\";s:9:\"item_name\";s:44:\"Super Clarifying Shampoo 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"2\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(20201,2381,'_product_id','39'),(20202,2381,'_variation_id','0'),(20203,2381,'_qty','1'),(20204,2381,'_tax_class',''),(20205,2381,'_line_subtotal','72'),(20206,2381,'_line_subtotal_tax','0'),(20207,2381,'_line_total','72'),(20208,2381,'_line_tax','0'),(20209,2381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20210,2381,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:39;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:10:\"LCA Newton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1234 Chestnut Street\";s:18:\"shipping_address_2\";s:10:\"Suite 101A\";s:13:\"shipping_city\";s:18:\"Newton Upper Falls\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02464\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:32:\"cc319d6a6e7fa0a1b166a56ededf1529\";}}'),(20211,2381,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(20212,2381,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"39\";s:8:\"cart_key\";s:32:\"599ff106be25aa9d8bd20306b19a84a8\";s:15:\"cart_unique_key\";s:32:\"cc319d6a6e7fa0a1b166a56ededf1529\";s:9:\"item_name\";s:34:\"Preventive Shampoo<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"1\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(20213,2382,'_product_id','40'),(20214,2382,'_variation_id','0'),(20215,2382,'_qty','1'),(20216,2382,'_tax_class',''),(20217,2382,'_line_subtotal','72'),(20218,2382,'_line_subtotal_tax','0'),(20219,2382,'_line_total','72'),(20220,2382,'_line_tax','0'),(20221,2382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20222,2382,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:40;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:10:\"LCA Newton\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"1234 Chestnut Street\";s:18:\"shipping_address_2\";s:10:\"Suite 101A\";s:13:\"shipping_city\";s:18:\"Newton Upper Falls\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02464\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:32:\"aefa94378c97d38a89c9a28f1be8f873\";}}'),(20223,2382,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(20224,2382,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"40\";s:8:\"cart_key\";s:32:\"45cd5c64f5b99fd84044fff8cdebe1e7\";s:15:\"cart_unique_key\";s:32:\"aefa94378c97d38a89c9a28f1be8f873\";s:9:\"item_name\";s:38:\"Preventive Conditioner<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"1\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(20225,2383,'_product_id','23'),(20226,2383,'_variation_id','0'),(20227,2383,'_qty','2'),(20228,2383,'_tax_class',''),(20229,2383,'_line_subtotal','213.12'),(20230,2383,'_line_subtotal_tax','0'),(20231,2383,'_line_total','213.12'),(20232,2383,'_line_tax','0'),(20233,2383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20234,2383,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(20235,2383,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"23\";s:8:\"cart_key\";s:32:\"bcfe7a444a1ee1ca791aab0dab0b1caf\";s:15:\"cart_unique_key\";s:32:\"366038190b833ae85ef34950af73a53b\";s:9:\"item_name\";s:32:\"Active Rinse 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"2\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(20236,2384,'_product_id','93'),(20237,2384,'_variation_id','0'),(20238,2384,'_qty','4'),(20239,2384,'_tax_class',''),(20240,2384,'_line_subtotal','0'),(20241,2384,'_line_subtotal_tax','0'),(20242,2384,'_line_total','0'),(20243,2384,'_line_tax','0'),(20244,2384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20245,2384,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(20246,2384,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"93\";s:8:\"cart_key\";s:32:\"159734102b326b90909a5d303142360d\";s:15:\"cart_unique_key\";s:32:\"c31ca515f83a0ce4d4c88a77e436a043\";s:9:\"item_name\";s:22:\"Bulk Active Rinse 100%\";s:13:\"item_quantity\";s:1:\"6\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(20247,2385,'_product_id','23'),(20248,2385,'_variation_id','0'),(20249,2385,'_qty','2'),(20250,2385,'_tax_class',''),(20251,2385,'_line_subtotal','213.12'),(20252,2385,'_line_subtotal_tax','0'),(20253,2385,'_line_total','213.12'),(20254,2385,'_line_tax','0'),(20255,2385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20256,2385,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:23;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"d65bbc850f5266fbd7618165f332b3ba\";}}'),(20257,2385,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(20258,2386,'_product_id','93'),(20259,2386,'_variation_id','0'),(20260,2386,'_qty','2'),(20261,2386,'_tax_class',''),(20262,2386,'_line_subtotal','0'),(20263,2386,'_line_subtotal_tax','0'),(20264,2386,'_line_total','0'),(20265,2386,'_line_tax','0'),(20266,2386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20267,2386,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:93;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:12:\"Lice Aunties\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:22:\"3 Baldwin Green Common\";s:18:\"shipping_address_2\";s:9:\"Suite 310\";s:13:\"shipping_city\";s:6:\"Woburn\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"01801\";}s:10:\"unique_key\";s:32:\"7a3432b16cdc50e9753fcbf9025ded5c\";}}'),(20268,2386,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(20269,2387,'method_id','free_shipping'),(20270,2387,'instance_id','2'),(20271,2387,'cost','0.00'),(20272,2387,'total_tax','0'),(20273,2387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20274,2387,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 2'),(20275,2388,'method_id','free_shipping'),(20276,2388,'instance_id','2'),(20277,2388,'cost','0.00'),(20278,2388,'total_tax','0'),(20279,2388,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20280,2388,'Items','Preventive Shampoo<br>(Case of 12) × 1'),(20281,2389,'method_id','free_shipping'),(20282,2389,'instance_id','2'),(20283,2389,'cost','0.00'),(20284,2389,'total_tax','0'),(20285,2389,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20286,2389,'Items','Preventive Conditioner<br>(Case of 12) × 1'),(20287,2390,'method_id','free_shipping'),(20288,2390,'instance_id','2'),(20289,2390,'cost','0.00'),(20290,2390,'total_tax','0'),(20291,2390,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20292,2390,'Items','Active Rinse 8oz<br>(Case of 12) × 2'),(20293,2391,'method_id','free_shipping'),(20294,2391,'instance_id','2'),(20295,2391,'cost','0.00'),(20296,2391,'total_tax','0'),(20297,2391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20298,2391,'Items','Bulk Active Rinse 100% × 4'),(20299,2392,'method_id','free_shipping'),(20300,2392,'instance_id','2'),(20301,2392,'cost','0.00'),(20302,2392,'total_tax','0'),(20303,2392,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20304,2392,'Items','Active Rinse 8oz<br>(Case of 12) × 2'),(20305,2393,'method_id','free_shipping'),(20306,2393,'instance_id','2'),(20307,2393,'cost','0.00'),(20308,2393,'total_tax','0'),(20309,2393,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20310,2393,'Items','Bulk Active Rinse 100% × 2'),(20311,2394,'_product_id','23'),(20312,2394,'_variation_id','0'),(20313,2394,'_qty','1'),(20314,2394,'_tax_class',''),(20315,2394,'_line_subtotal','106.56'),(20316,2394,'_line_subtotal_tax','0'),(20317,2394,'_line_total','106.56'),(20318,2394,'_line_tax','0'),(20319,2394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20320,2395,'_product_id','38'),(20321,2395,'_variation_id','0'),(20322,2395,'_qty','1'),(20323,2395,'_tax_class',''),(20324,2395,'_line_subtotal','265.22'),(20325,2395,'_line_subtotal_tax','0'),(20326,2395,'_line_total','265.22'),(20327,2395,'_line_tax','0'),(20328,2395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20329,2396,'_product_id','120'),(20330,2396,'_variation_id','0'),(20331,2396,'_qty','1'),(20332,2396,'_tax_class',''),(20333,2396,'_line_subtotal','48'),(20334,2396,'_line_subtotal_tax','0'),(20335,2396,'_line_total','48'),(20336,2396,'_line_tax','0'),(20337,2396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20338,2397,'_product_id','51'),(20339,2397,'_variation_id','0'),(20340,2397,'_qty','1'),(20341,2397,'_tax_class',''),(20342,2397,'_line_subtotal','134.4'),(20343,2397,'_line_subtotal_tax','0'),(20344,2397,'_line_total','134.4'),(20345,2397,'_line_tax','0'),(20346,2397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20347,2398,'_product_id','43'),(20348,2398,'_variation_id','0'),(20349,2398,'_qty','1'),(20350,2398,'_tax_class',''),(20351,2398,'_line_subtotal','72'),(20352,2398,'_line_subtotal_tax','0'),(20353,2398,'_line_total','72'),(20354,2398,'_line_tax','0'),(20355,2398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20356,2399,'_product_id','49'),(20357,2399,'_variation_id','0'),(20358,2399,'_qty','1'),(20359,2399,'_tax_class',''),(20360,2399,'_line_subtotal','72'),(20361,2399,'_line_subtotal_tax','0'),(20362,2399,'_line_total','72'),(20363,2399,'_line_tax','0'),(20364,2399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20365,2400,'_product_id','44'),(20366,2400,'_variation_id','0'),(20367,2400,'_qty','1'),(20368,2400,'_tax_class',''),(20369,2400,'_line_subtotal','105.6'),(20370,2400,'_line_subtotal_tax','0'),(20371,2400,'_line_total','105.6'),(20372,2400,'_line_tax','0'),(20373,2400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20374,2401,'_product_id','490'),(20375,2401,'_variation_id','0'),(20376,2401,'_qty','5'),(20377,2401,'_tax_class',''),(20378,2401,'_line_subtotal','92.5'),(20379,2401,'_line_subtotal_tax','0'),(20380,2401,'_line_total','92.5'),(20381,2401,'_line_tax','0'),(20382,2401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20383,2402,'_product_id','487'),(20384,2402,'_variation_id','0'),(20385,2402,'_qty','1'),(20386,2402,'_tax_class',''),(20387,2402,'_line_subtotal','28.5'),(20388,2402,'_line_subtotal_tax','0'),(20389,2402,'_line_total','28.5'),(20390,2402,'_line_tax','0'),(20391,2402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20392,2403,'_product_id','41'),(20393,2403,'_variation_id','0'),(20394,2403,'_qty','1'),(20395,2403,'_tax_class',''),(20396,2403,'_line_subtotal','60.48'),(20397,2403,'_line_subtotal_tax','0'),(20398,2403,'_line_total','60.48'),(20399,2403,'_line_tax','0'),(20400,2403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20401,2404,'method_id','free_shipping'),(20402,2404,'instance_id','2'),(20403,2404,'cost','0.00'),(20404,2404,'total_tax','0'),(20405,2404,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20406,2404,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(20476,2413,'_product_id','23'),(20477,2413,'_variation_id','0'),(20478,2413,'_qty','2'),(20479,2413,'_tax_class',''),(20480,2413,'_line_subtotal','213.12'),(20481,2413,'_line_subtotal_tax','0'),(20482,2413,'_line_total','213.12'),(20483,2413,'_line_tax','0'),(20484,2413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20485,2414,'_product_id','38'),(20486,2414,'_variation_id','0'),(20487,2414,'_qty','2'),(20488,2414,'_tax_class',''),(20489,2414,'_line_subtotal','530.44'),(20490,2414,'_line_subtotal_tax','0'),(20491,2414,'_line_total','530.44'),(20492,2414,'_line_tax','0'),(20493,2414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20494,2415,'_product_id','41'),(20495,2415,'_variation_id','0'),(20496,2415,'_qty','3'),(20497,2415,'_tax_class',''),(20498,2415,'_line_subtotal','181.44'),(20499,2415,'_line_subtotal_tax','0'),(20500,2415,'_line_total','181.44'),(20501,2415,'_line_tax','0'),(20502,2415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20503,2416,'_product_id','49'),(20504,2416,'_variation_id','0'),(20505,2416,'_qty','1'),(20506,2416,'_tax_class',''),(20507,2416,'_line_subtotal','72'),(20508,2416,'_line_subtotal_tax','0'),(20509,2416,'_line_total','72'),(20510,2416,'_line_tax','0'),(20511,2416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20512,2417,'_product_id','490'),(20513,2417,'_variation_id','0'),(20514,2417,'_qty','6'),(20515,2417,'_tax_class',''),(20516,2417,'_line_subtotal','111'),(20517,2417,'_line_subtotal_tax','0'),(20518,2417,'_line_total','111'),(20519,2417,'_line_tax','0'),(20520,2417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20521,2418,'_product_id','45'),(20522,2418,'_variation_id','0'),(20523,2418,'_qty','1'),(20524,2418,'_tax_class',''),(20525,2418,'_line_subtotal','38.4'),(20526,2418,'_line_subtotal_tax','0'),(20527,2418,'_line_total','38.4'),(20528,2418,'_line_tax','0'),(20529,2418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20530,2419,'_product_id','489'),(20531,2419,'_variation_id','0'),(20532,2419,'_qty','1'),(20533,2419,'_tax_class',''),(20534,2419,'_line_subtotal','18.5'),(20535,2419,'_line_subtotal_tax','0'),(20536,2419,'_line_total','18.5'),(20537,2419,'_line_tax','0'),(20538,2419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20539,2420,'method_id','free_shipping'),(20540,2420,'instance_id','2'),(20541,2420,'cost','0.00'),(20542,2420,'total_tax','0'),(20543,2420,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20544,2420,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 1'),(20569,2424,'_product_id','49'),(20570,2424,'_variation_id','0'),(20571,2424,'_qty','3'),(20572,2424,'_tax_class',''),(20573,2424,'_line_subtotal','216'),(20574,2424,'_line_subtotal_tax','0'),(20575,2424,'_line_total','216'),(20576,2424,'_line_tax','0'),(20577,2424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20578,2425,'_product_id','97'),(20579,2425,'_variation_id','0'),(20580,2425,'_qty','1'),(20581,2425,'_tax_class',''),(20582,2425,'_line_subtotal','0'),(20583,2425,'_line_subtotal_tax','0'),(20584,2425,'_line_total','0'),(20585,2425,'_line_tax','0'),(20586,2425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20587,2426,'_product_id','99'),(20588,2426,'_variation_id','0'),(20589,2426,'_qty','1'),(20590,2426,'_tax_class',''),(20591,2426,'_line_subtotal','0'),(20592,2426,'_line_subtotal_tax','0'),(20593,2426,'_line_total','0'),(20594,2426,'_line_tax','0'),(20595,2426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20596,2427,'method_id','fedex'),(20597,2427,'instance_id','1'),(20598,2427,'cost','41.12'),(20599,2427,'total_tax','0'),(20600,2427,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20601,2427,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(20602,2428,'_product_id','41'),(20603,2428,'_variation_id','0'),(20604,2428,'_qty','1'),(20605,2428,'_tax_class',''),(20606,2428,'_line_subtotal','60.48'),(20607,2428,'_line_subtotal_tax','0'),(20608,2428,'_line_total','60.48'),(20609,2428,'_line_tax','0'),(20610,2428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20611,2429,'_product_id','43'),(20612,2429,'_variation_id','0'),(20613,2429,'_qty','1'),(20614,2429,'_tax_class',''),(20615,2429,'_line_subtotal','72'),(20616,2429,'_line_subtotal_tax','0'),(20617,2429,'_line_total','72'),(20618,2429,'_line_tax','0'),(20619,2429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20620,2430,'_product_id','490'),(20621,2430,'_variation_id','0'),(20622,2430,'_qty','3'),(20623,2430,'_tax_class',''),(20624,2430,'_line_subtotal','55.5'),(20625,2430,'_line_subtotal_tax','0'),(20626,2430,'_line_total','55.5'),(20627,2430,'_line_tax','0'),(20628,2430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20629,2431,'method_id','fedex'),(20630,2431,'instance_id','1'),(20631,2431,'cost','13.85'),(20632,2431,'total_tax','0'),(20633,2431,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20634,2431,'Package 1','17 × 14 × 10 (in) 17.65lbs × 1'),(20635,2432,'_product_id','38'),(20636,2432,'_variation_id','0'),(20637,2432,'_qty','3'),(20638,2432,'_tax_class',''),(20639,2432,'_line_subtotal','795.66'),(20640,2432,'_line_subtotal_tax','0'),(20641,2432,'_line_total','795.66'),(20642,2432,'_line_tax','0'),(20643,2432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20644,2433,'_product_id','23'),(20645,2433,'_variation_id','0'),(20646,2433,'_qty','3'),(20647,2433,'_tax_class',''),(20648,2433,'_line_subtotal','319.68'),(20649,2433,'_line_subtotal_tax','0'),(20650,2433,'_line_total','319.68'),(20651,2433,'_line_tax','0'),(20652,2433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20653,2434,'_product_id','41'),(20654,2434,'_variation_id','0'),(20655,2434,'_qty','3'),(20656,2434,'_tax_class',''),(20657,2434,'_line_subtotal','181.44'),(20658,2434,'_line_subtotal_tax','0'),(20659,2434,'_line_total','181.44'),(20660,2434,'_line_tax','0'),(20661,2434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20662,2435,'_product_id','43'),(20663,2435,'_variation_id','0'),(20664,2435,'_qty','2'),(20665,2435,'_tax_class',''),(20666,2435,'_line_subtotal','144'),(20667,2435,'_line_subtotal_tax','0'),(20668,2435,'_line_total','144'),(20669,2435,'_line_tax','0'),(20670,2435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20671,2436,'_product_id','135'),(20672,2436,'_variation_id','0'),(20673,2436,'_qty','7'),(20674,2436,'_tax_class',''),(20675,2436,'_line_subtotal','15.75'),(20676,2436,'_line_subtotal_tax','0'),(20677,2436,'_line_total','15.75'),(20678,2436,'_line_tax','0'),(20679,2436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20680,2437,'method_id','free_shipping'),(20681,2437,'instance_id','2'),(20682,2437,'cost','0.00'),(20683,2437,'total_tax','0'),(20684,2437,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20685,2437,'Items','Active Rinse 16oz(Case of 16) &times; 3, Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Large Butterfly Clips &times; 7'),(20686,2438,'_product_id','23'),(20687,2438,'_variation_id','0'),(20688,2438,'_qty','1'),(20689,2438,'_tax_class',''),(20690,2438,'_line_subtotal','106.56'),(20691,2438,'_line_subtotal_tax','0'),(20692,2438,'_line_total','106.56'),(20693,2438,'_line_tax','0'),(20694,2438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20695,2439,'_product_id','23'),(20696,2439,'_variation_id','0'),(20697,2439,'_qty','1'),(20698,2439,'_tax_class',''),(20699,2439,'_line_subtotal','106.56'),(20700,2439,'_line_subtotal_tax','0'),(20701,2439,'_line_total','106.56'),(20702,2439,'_line_tax','0'),(20703,2439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20704,2440,'_product_id','38'),(20705,2440,'_variation_id','0'),(20706,2440,'_qty','1'),(20707,2440,'_tax_class',''),(20708,2440,'_line_subtotal','265.22'),(20709,2440,'_line_subtotal_tax','0'),(20710,2440,'_line_total','265.22'),(20711,2440,'_line_tax','0'),(20712,2440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20713,2441,'_product_id','45'),(20714,2441,'_variation_id','0'),(20715,2441,'_qty','1'),(20716,2441,'_tax_class',''),(20717,2441,'_line_subtotal','38.4'),(20718,2441,'_line_subtotal_tax','0'),(20719,2441,'_line_total','38.4'),(20720,2441,'_line_tax','0'),(20721,2441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20722,2442,'_product_id','41'),(20723,2442,'_variation_id','0'),(20724,2442,'_qty','1'),(20725,2442,'_tax_class',''),(20726,2442,'_line_subtotal','60.48'),(20727,2442,'_line_subtotal_tax','0'),(20728,2442,'_line_total','60.48'),(20729,2442,'_line_tax','0'),(20730,2442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20731,2443,'_product_id','41'),(20732,2443,'_variation_id','0'),(20733,2443,'_qty','1'),(20734,2443,'_tax_class',''),(20735,2443,'_line_subtotal','60.48'),(20736,2443,'_line_subtotal_tax','0'),(20737,2443,'_line_total','60.48'),(20738,2443,'_line_tax','0'),(20739,2443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20740,2444,'_product_id','41'),(20741,2444,'_variation_id','0'),(20742,2444,'_qty','1'),(20743,2444,'_tax_class',''),(20744,2444,'_line_subtotal','60.48'),(20745,2444,'_line_subtotal_tax','0'),(20746,2444,'_line_total','60.48'),(20747,2444,'_line_tax','0'),(20748,2444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20749,2445,'_product_id','39'),(20750,2445,'_variation_id','0'),(20751,2445,'_qty','1'),(20752,2445,'_tax_class',''),(20753,2445,'_line_subtotal','72'),(20754,2445,'_line_subtotal_tax','0'),(20755,2445,'_line_total','72'),(20756,2445,'_line_tax','0'),(20757,2445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20758,2446,'_product_id','40'),(20759,2446,'_variation_id','0'),(20760,2446,'_qty','1'),(20761,2446,'_tax_class',''),(20762,2446,'_line_subtotal','72'),(20763,2446,'_line_subtotal_tax','0'),(20764,2446,'_line_total','72'),(20765,2446,'_line_tax','0'),(20766,2446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20767,2447,'_product_id','133'),(20768,2447,'_variation_id','0'),(20769,2447,'_qty','1'),(20770,2447,'_tax_class',''),(20771,2447,'_line_subtotal','13'),(20772,2447,'_line_subtotal_tax','0'),(20773,2447,'_line_total','13'),(20774,2447,'_line_tax','0'),(20775,2447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20776,2448,'_product_id','93'),(20777,2448,'_variation_id','0'),(20778,2448,'_qty','1'),(20779,2448,'_tax_class',''),(20780,2448,'_line_subtotal','0'),(20781,2448,'_line_subtotal_tax','0'),(20782,2448,'_line_total','0'),(20783,2448,'_line_tax','0'),(20784,2448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20785,2449,'_product_id','93'),(20786,2449,'_variation_id','0'),(20787,2449,'_qty','1'),(20788,2449,'_tax_class',''),(20789,2449,'_line_subtotal','0'),(20790,2449,'_line_subtotal_tax','0'),(20791,2449,'_line_total','0'),(20792,2449,'_line_tax','0'),(20793,2449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20794,2450,'_product_id','93'),(20795,2450,'_variation_id','0'),(20796,2450,'_qty','1'),(20797,2450,'_tax_class',''),(20798,2450,'_line_subtotal','0'),(20799,2450,'_line_subtotal_tax','0'),(20800,2450,'_line_total','0'),(20801,2450,'_line_tax','0'),(20802,2450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20803,2451,'method_id','free_shipping'),(20804,2451,'instance_id','2'),(20805,2451,'cost','0.00'),(20806,2451,'total_tax','0'),(20807,2451,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20808,2451,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Disposable Head Bands &times; 1, Bulk Active Rinse 100% &times; 1, Bulk Active Rinse 100% &times; 1, Bulk Active Rinse 100% &times; 1'),(20809,2452,'_product_id','95'),(20810,2452,'_variation_id','0'),(20811,2452,'_qty','10'),(20812,2452,'_tax_class',''),(20813,2452,'_line_subtotal','0'),(20814,2452,'_line_subtotal_tax','0'),(20815,2452,'_line_total','0'),(20816,2452,'_line_tax','0'),(20817,2452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20818,2453,'_product_id','41'),(20819,2453,'_variation_id','0'),(20820,2453,'_qty','1'),(20821,2453,'_tax_class',''),(20822,2453,'_line_subtotal','60.48'),(20823,2453,'_line_subtotal_tax','0'),(20824,2453,'_line_total','60.48'),(20825,2453,'_line_tax','0'),(20826,2453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20827,2454,'method_id','fedex'),(20828,2454,'instance_id','1'),(20829,2454,'cost','17.13'),(20830,2454,'total_tax','0'),(20831,2454,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20832,2454,'Package 1','17 × 14 × 10 (in) 24.9lbs × 1'),(20833,2455,'_product_id','38'),(20834,2455,'_variation_id','0'),(20835,2455,'_qty','2'),(20836,2455,'_tax_class',''),(20837,2455,'_line_subtotal','530.44'),(20838,2455,'_line_subtotal_tax','0'),(20839,2455,'_line_total','530.44'),(20840,2455,'_line_tax','0'),(20841,2455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20842,2456,'_product_id','41'),(20843,2456,'_variation_id','0'),(20844,2456,'_qty','4'),(20845,2456,'_tax_class',''),(20846,2456,'_line_subtotal','241.92'),(20847,2456,'_line_subtotal_tax','0'),(20848,2456,'_line_total','241.92'),(20849,2456,'_line_tax','0'),(20850,2456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20851,2457,'_product_id','43'),(20852,2457,'_variation_id','0'),(20853,2457,'_qty','2'),(20854,2457,'_tax_class',''),(20855,2457,'_line_subtotal','144'),(20856,2457,'_line_subtotal_tax','0'),(20857,2457,'_line_total','144'),(20858,2457,'_line_tax','0'),(20859,2457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20860,2458,'_product_id','49'),(20861,2458,'_variation_id','0'),(20862,2458,'_qty','3'),(20863,2458,'_tax_class',''),(20864,2458,'_line_subtotal','216'),(20865,2458,'_line_subtotal_tax','0'),(20866,2458,'_line_total','216'),(20867,2458,'_line_tax','0'),(20868,2458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20869,2459,'_product_id','23'),(20870,2459,'_variation_id','0'),(20871,2459,'_qty','2'),(20872,2459,'_tax_class',''),(20873,2459,'_line_subtotal','213.12'),(20874,2459,'_line_subtotal_tax','0'),(20875,2459,'_line_total','213.12'),(20876,2459,'_line_tax','0'),(20877,2459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20878,2460,'_product_id','490'),(20879,2460,'_variation_id','0'),(20880,2460,'_qty','10'),(20881,2460,'_tax_class',''),(20882,2460,'_line_subtotal','185'),(20883,2460,'_line_subtotal_tax','0'),(20884,2460,'_line_total','185'),(20885,2460,'_line_tax','0'),(20886,2460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20887,2461,'_product_id','487'),(20888,2461,'_variation_id','0'),(20889,2461,'_qty','4'),(20890,2461,'_tax_class',''),(20891,2461,'_line_subtotal','114'),(20892,2461,'_line_subtotal_tax','0'),(20893,2461,'_line_total','114'),(20894,2461,'_line_tax','0'),(20895,2461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20896,2462,'method_id','free_shipping'),(20897,2462,'instance_id','2'),(20898,2462,'cost','0.00'),(20899,2462,'total_tax','0'),(20900,2462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20901,2462,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 4'),(20902,2463,'_product_id','41'),(20903,2463,'_variation_id','0'),(20904,2463,'_qty','3'),(20905,2463,'_tax_class',''),(20906,2463,'_line_subtotal','181.44'),(20907,2463,'_line_subtotal_tax','0'),(20908,2463,'_line_total','181.44'),(20909,2463,'_line_tax','0'),(20910,2463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20911,2464,'method_id','fedex'),(20912,2464,'instance_id','3'),(20913,2464,'cost','136.66'),(20914,2464,'total_tax','0'),(20915,2464,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(20916,2464,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(20917,2465,'_product_id','23'),(20918,2465,'_variation_id','0'),(20919,2465,'_qty','1'),(20920,2465,'_tax_class',''),(20921,2465,'_line_subtotal','106.56'),(20922,2465,'_line_subtotal_tax','0'),(20923,2465,'_line_total','106.56'),(20924,2465,'_line_tax','0'),(20925,2465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20926,2466,'_product_id','23'),(20927,2466,'_variation_id','0'),(20928,2466,'_qty','1'),(20929,2466,'_tax_class',''),(20930,2466,'_line_subtotal','106.56'),(20931,2466,'_line_subtotal_tax','0'),(20932,2466,'_line_total','106.56'),(20933,2466,'_line_tax','0'),(20934,2466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20935,2467,'_product_id','23'),(20936,2467,'_variation_id','0'),(20937,2467,'_qty','1'),(20938,2467,'_tax_class',''),(20939,2467,'_line_subtotal','106.56'),(20940,2467,'_line_subtotal_tax','0'),(20941,2467,'_line_total','106.56'),(20942,2467,'_line_tax','0'),(20943,2467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20944,2468,'_product_id','23'),(20945,2468,'_variation_id','0'),(20946,2468,'_qty','1'),(20947,2468,'_tax_class',''),(20948,2468,'_line_subtotal','106.56'),(20949,2468,'_line_subtotal_tax','0'),(20950,2468,'_line_total','106.56'),(20951,2468,'_line_tax','0'),(20952,2468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20953,2469,'_product_id','38'),(20954,2469,'_variation_id','0'),(20955,2469,'_qty','1'),(20956,2469,'_tax_class',''),(20957,2469,'_line_subtotal','265.22'),(20958,2469,'_line_subtotal_tax','0'),(20959,2469,'_line_total','265.22'),(20960,2469,'_line_tax','0'),(20961,2469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20962,2470,'_product_id','38'),(20963,2470,'_variation_id','0'),(20964,2470,'_qty','1'),(20965,2470,'_tax_class',''),(20966,2470,'_line_subtotal','265.22'),(20967,2470,'_line_subtotal_tax','0'),(20968,2470,'_line_total','265.22'),(20969,2470,'_line_tax','0'),(20970,2470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20971,2471,'_product_id','42'),(20972,2471,'_variation_id','0'),(20973,2471,'_qty','1'),(20974,2471,'_tax_class',''),(20975,2471,'_line_subtotal','72'),(20976,2471,'_line_subtotal_tax','0'),(20977,2471,'_line_total','72'),(20978,2471,'_line_tax','0'),(20979,2471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20980,2472,'_product_id','41'),(20981,2472,'_variation_id','0'),(20982,2472,'_qty','1'),(20983,2472,'_tax_class',''),(20984,2472,'_line_subtotal','60.48'),(20985,2472,'_line_subtotal_tax','0'),(20986,2472,'_line_total','60.48'),(20987,2472,'_line_tax','0'),(20988,2472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20989,2473,'_product_id','41'),(20990,2473,'_variation_id','0'),(20991,2473,'_qty','1'),(20992,2473,'_tax_class',''),(20993,2473,'_line_subtotal','60.48'),(20994,2473,'_line_subtotal_tax','0'),(20995,2473,'_line_total','60.48'),(20996,2473,'_line_tax','0'),(20997,2473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(20998,2474,'_product_id','41'),(20999,2474,'_variation_id','0'),(21000,2474,'_qty','1'),(21001,2474,'_tax_class',''),(21002,2474,'_line_subtotal','60.48'),(21003,2474,'_line_subtotal_tax','0'),(21004,2474,'_line_total','60.48'),(21005,2474,'_line_tax','0'),(21006,2474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21007,2475,'_product_id','41'),(21008,2475,'_variation_id','0'),(21009,2475,'_qty','1'),(21010,2475,'_tax_class',''),(21011,2475,'_line_subtotal','60.48'),(21012,2475,'_line_subtotal_tax','0'),(21013,2475,'_line_total','60.48'),(21014,2475,'_line_tax','0'),(21015,2475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21016,2476,'_product_id','118'),(21017,2476,'_variation_id','0'),(21018,2476,'_qty','1'),(21019,2476,'_tax_class',''),(21020,2476,'_line_subtotal','168'),(21021,2476,'_line_subtotal_tax','0'),(21022,2476,'_line_total','168'),(21023,2476,'_line_tax','0'),(21024,2476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21025,2477,'_product_id','51'),(21026,2477,'_variation_id','0'),(21027,2477,'_qty','1'),(21028,2477,'_tax_class',''),(21029,2477,'_line_subtotal','134.4'),(21030,2477,'_line_subtotal_tax','0'),(21031,2477,'_line_total','134.4'),(21032,2477,'_line_tax','0'),(21033,2477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21034,2478,'_product_id','51'),(21035,2478,'_variation_id','0'),(21036,2478,'_qty','1'),(21037,2478,'_tax_class',''),(21038,2478,'_line_subtotal','134.4'),(21039,2478,'_line_subtotal_tax','0'),(21040,2478,'_line_total','134.4'),(21041,2478,'_line_tax','0'),(21042,2478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21043,2479,'_product_id','44'),(21044,2479,'_variation_id','0'),(21045,2479,'_qty','1'),(21046,2479,'_tax_class',''),(21047,2479,'_line_subtotal','105.6'),(21048,2479,'_line_subtotal_tax','0'),(21049,2479,'_line_total','105.6'),(21050,2479,'_line_tax','0'),(21051,2479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21052,2480,'_product_id','490'),(21053,2480,'_variation_id','0'),(21054,2480,'_qty','10'),(21055,2480,'_tax_class',''),(21056,2480,'_line_subtotal','185'),(21057,2480,'_line_subtotal_tax','0'),(21058,2480,'_line_total','185'),(21059,2480,'_line_tax','0'),(21060,2480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21061,2481,'method_id','free_shipping'),(21062,2481,'instance_id','2'),(21063,2481,'cost','0.00'),(21064,2481,'total_tax','0'),(21065,2481,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21066,2481,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(21067,2482,'_product_id','93'),(21068,2482,'_variation_id','0'),(21069,2482,'_qty','6'),(21070,2482,'_tax_class',''),(21071,2482,'_line_subtotal','0'),(21072,2482,'_line_subtotal_tax','0'),(21073,2482,'_line_total','0'),(21074,2482,'_line_tax','0'),(21075,2482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21076,2483,'method_id','fedex'),(21077,2483,'instance_id','1'),(21078,2483,'cost','18.59'),(21079,2483,'total_tax','0'),(21080,2483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21081,2483,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(21082,2484,'_product_id','93'),(21083,2484,'_variation_id','0'),(21084,2484,'_qty','10'),(21085,2484,'_tax_class',''),(21086,2484,'_line_subtotal','0'),(21087,2484,'_line_subtotal_tax','0'),(21088,2484,'_line_total','0'),(21089,2484,'_line_tax','0'),(21090,2484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21091,2485,'_product_id','320'),(21092,2485,'_variation_id','0'),(21093,2485,'_qty','4'),(21094,2485,'_tax_class',''),(21095,2485,'_line_subtotal','15'),(21096,2485,'_line_subtotal_tax','0'),(21097,2485,'_line_total','15'),(21098,2485,'_line_tax','0'),(21099,2485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21100,2486,'_product_id','318'),(21101,2486,'_variation_id','0'),(21102,2486,'_qty','3'),(21103,2486,'_tax_class',''),(21104,2486,'_line_subtotal','9'),(21105,2486,'_line_subtotal_tax','0'),(21106,2486,'_line_total','9'),(21107,2486,'_line_tax','0'),(21108,2486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21109,2487,'_product_id','45'),(21110,2487,'_variation_id','0'),(21111,2487,'_qty','1'),(21112,2487,'_tax_class',''),(21113,2487,'_line_subtotal','38.4'),(21114,2487,'_line_subtotal_tax','0'),(21115,2487,'_line_total','38.4'),(21116,2487,'_line_tax','0'),(21117,2487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21118,2488,'method_id','fedex'),(21119,2488,'instance_id','1'),(21120,2488,'cost','33.17'),(21121,2488,'total_tax','0'),(21122,2488,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21123,2488,'Package 1','17 × 14 × 10 (in) 38.5lbs × 1'),(21148,2492,'_product_id','23'),(21149,2492,'_variation_id','0'),(21150,2492,'_qty','3'),(21151,2492,'_tax_class',''),(21152,2492,'_line_subtotal','319.68'),(21153,2492,'_line_subtotal_tax','0'),(21154,2492,'_line_total','319.68'),(21155,2492,'_line_tax','0'),(21156,2492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21157,2493,'_product_id','41'),(21158,2493,'_variation_id','0'),(21159,2493,'_qty','5'),(21160,2493,'_tax_class',''),(21161,2493,'_line_subtotal','302.4'),(21162,2493,'_line_subtotal_tax','0'),(21163,2493,'_line_total','302.4'),(21164,2493,'_line_tax','0'),(21165,2493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21166,2494,'_product_id','93'),(21167,2494,'_variation_id','0'),(21168,2494,'_qty','10'),(21169,2494,'_tax_class',''),(21170,2494,'_line_subtotal','0'),(21171,2494,'_line_subtotal_tax','0'),(21172,2494,'_line_total','0'),(21173,2494,'_line_tax','0'),(21174,2494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21175,2495,'method_id','free_shipping'),(21176,2495,'instance_id','2'),(21177,2495,'cost','0.00'),(21178,2495,'total_tax','0'),(21179,2495,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21180,2495,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 5, Bulk Active Rinse 100% &times; 10'),(21181,2496,'_product_id','23'),(21182,2496,'_variation_id','0'),(21183,2496,'_qty','2'),(21184,2496,'_tax_class',''),(21185,2496,'_line_subtotal','213.12'),(21186,2496,'_line_subtotal_tax','0'),(21187,2496,'_line_total','213.12'),(21188,2496,'_line_tax','0'),(21189,2496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21190,2497,'_product_id','38'),(21191,2497,'_variation_id','0'),(21192,2497,'_qty','1'),(21193,2497,'_tax_class',''),(21194,2497,'_line_subtotal','265.22'),(21195,2497,'_line_subtotal_tax','0'),(21196,2497,'_line_total','265.22'),(21197,2497,'_line_tax','0'),(21198,2497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21199,2498,'_product_id','131'),(21200,2498,'_variation_id','0'),(21201,2498,'_qty','2'),(21202,2498,'_tax_class',''),(21203,2498,'_line_subtotal','23'),(21204,2498,'_line_subtotal_tax','0'),(21205,2498,'_line_total','23'),(21206,2498,'_line_tax','0'),(21207,2498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21208,2499,'_product_id','133'),(21209,2499,'_variation_id','0'),(21210,2499,'_qty','1'),(21211,2499,'_tax_class',''),(21212,2499,'_line_subtotal','13'),(21213,2499,'_line_subtotal_tax','0'),(21214,2499,'_line_total','13'),(21215,2499,'_line_tax','0'),(21216,2499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21217,2500,'_product_id','118'),(21218,2500,'_variation_id','0'),(21219,2500,'_qty','1'),(21220,2500,'_tax_class',''),(21221,2500,'_line_subtotal','168'),(21222,2500,'_line_subtotal_tax','0'),(21223,2500,'_line_total','168'),(21224,2500,'_line_tax','0'),(21225,2500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21226,2501,'_product_id','51'),(21227,2501,'_variation_id','0'),(21228,2501,'_qty','1'),(21229,2501,'_tax_class',''),(21230,2501,'_line_subtotal','134.4'),(21231,2501,'_line_subtotal_tax','0'),(21232,2501,'_line_total','134.4'),(21233,2501,'_line_tax','0'),(21234,2501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21235,2502,'_product_id','39'),(21236,2502,'_variation_id','0'),(21237,2502,'_qty','1'),(21238,2502,'_tax_class',''),(21239,2502,'_line_subtotal','72'),(21240,2502,'_line_subtotal_tax','0'),(21241,2502,'_line_total','72'),(21242,2502,'_line_tax','0'),(21243,2502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21244,2503,'_product_id','44'),(21245,2503,'_variation_id','0'),(21246,2503,'_qty','1'),(21247,2503,'_tax_class',''),(21248,2503,'_line_subtotal','105.6'),(21249,2503,'_line_subtotal_tax','0'),(21250,2503,'_line_total','105.6'),(21251,2503,'_line_tax','0'),(21252,2503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21253,2504,'_product_id','490'),(21254,2504,'_variation_id','0'),(21255,2504,'_qty','10'),(21256,2504,'_tax_class',''),(21257,2504,'_line_subtotal','185'),(21258,2504,'_line_subtotal_tax','0'),(21259,2504,'_line_total','185'),(21260,2504,'_line_tax','0'),(21261,2504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21262,2505,'method_id','free_shipping'),(21263,2505,'instance_id','2'),(21264,2505,'cost','0.00'),(21265,2505,'total_tax','0'),(21266,2505,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21267,2505,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Disposable Capes &times; 2, Disposable Head Bands &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(21268,2506,'_product_id','23'),(21269,2506,'_variation_id','0'),(21270,2506,'_qty','3'),(21271,2506,'_tax_class',''),(21272,2506,'_line_subtotal','319.68'),(21273,2506,'_line_subtotal_tax','0'),(21274,2506,'_line_total','319.68'),(21275,2506,'_line_tax','0'),(21276,2506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21277,2507,'_product_id','38'),(21278,2507,'_variation_id','0'),(21279,2507,'_qty','5'),(21280,2507,'_tax_class',''),(21281,2507,'_line_subtotal','1326.1'),(21282,2507,'_line_subtotal_tax','0'),(21283,2507,'_line_total','1326.1'),(21284,2507,'_line_tax','0'),(21285,2507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21286,2508,'_product_id','42'),(21287,2508,'_variation_id','0'),(21288,2508,'_qty','1'),(21289,2508,'_tax_class',''),(21290,2508,'_line_subtotal','72'),(21291,2508,'_line_subtotal_tax','0'),(21292,2508,'_line_total','72'),(21293,2508,'_line_tax','0'),(21294,2508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21295,2509,'_product_id','45'),(21296,2509,'_variation_id','0'),(21297,2509,'_qty','1'),(21298,2509,'_tax_class',''),(21299,2509,'_line_subtotal','38.4'),(21300,2509,'_line_subtotal_tax','0'),(21301,2509,'_line_total','38.4'),(21302,2509,'_line_tax','0'),(21303,2509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21304,2510,'_product_id','41'),(21305,2510,'_variation_id','0'),(21306,2510,'_qty','3'),(21307,2510,'_tax_class',''),(21308,2510,'_line_subtotal','181.44'),(21309,2510,'_line_subtotal_tax','0'),(21310,2510,'_line_total','181.44'),(21311,2510,'_line_tax','0'),(21312,2510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21313,2511,'_product_id','43'),(21314,2511,'_variation_id','0'),(21315,2511,'_qty','2'),(21316,2511,'_tax_class',''),(21317,2511,'_line_subtotal','144'),(21318,2511,'_line_subtotal_tax','0'),(21319,2511,'_line_total','144'),(21320,2511,'_line_tax','0'),(21321,2511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21322,2512,'_product_id','93'),(21323,2512,'_variation_id','0'),(21324,2512,'_qty','10'),(21325,2512,'_tax_class',''),(21326,2512,'_line_subtotal','0'),(21327,2512,'_line_subtotal_tax','0'),(21328,2512,'_line_total','0'),(21329,2512,'_line_tax','0'),(21330,2512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21331,2513,'method_id','free_shipping'),(21332,2513,'instance_id','2'),(21333,2513,'cost','0.00'),(21334,2513,'total_tax','0'),(21335,2513,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21336,2513,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 5, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10'),(21337,2514,'_product_id','41'),(21338,2514,'_variation_id','0'),(21339,2514,'_qty','1'),(21340,2514,'_tax_class',''),(21341,2514,'_line_subtotal','60.48'),(21342,2514,'_line_subtotal_tax','0'),(21343,2514,'_line_total','60.48'),(21344,2514,'_line_tax','0'),(21345,2514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21346,2515,'_product_id','93'),(21347,2515,'_variation_id','0'),(21348,2515,'_qty','10'),(21349,2515,'_tax_class',''),(21350,2515,'_line_subtotal','0'),(21351,2515,'_line_subtotal_tax','0'),(21352,2515,'_line_total','0'),(21353,2515,'_line_tax','0'),(21354,2515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21355,2516,'method_id','fedex'),(21356,2516,'instance_id','1'),(21357,2516,'cost','13.66'),(21358,2516,'total_tax','0'),(21359,2516,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21360,2516,'Package 1','17 × 14 × 10 (in) 24.9lbs × 1'),(21361,2517,'_product_id','23'),(21362,2517,'_variation_id','0'),(21363,2517,'_qty','2'),(21364,2517,'_tax_class',''),(21365,2517,'_line_subtotal','213.12'),(21366,2517,'_line_subtotal_tax','0'),(21367,2517,'_line_total','213.12'),(21368,2517,'_line_tax','0'),(21369,2517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21370,2518,'_product_id','38'),(21371,2518,'_variation_id','0'),(21372,2518,'_qty','2'),(21373,2518,'_tax_class',''),(21374,2518,'_line_subtotal','530.44'),(21375,2518,'_line_subtotal_tax','0'),(21376,2518,'_line_total','530.44'),(21377,2518,'_line_tax','0'),(21378,2518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21379,2519,'_product_id','131'),(21380,2519,'_variation_id','0'),(21381,2519,'_qty','4'),(21382,2519,'_tax_class',''),(21383,2519,'_line_subtotal','46'),(21384,2519,'_line_subtotal_tax','0'),(21385,2519,'_line_total','46'),(21386,2519,'_line_tax','0'),(21387,2519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21388,2520,'_product_id','133'),(21389,2520,'_variation_id','0'),(21390,2520,'_qty','1'),(21391,2520,'_tax_class',''),(21392,2520,'_line_subtotal','13'),(21393,2520,'_line_subtotal_tax','0'),(21394,2520,'_line_total','13'),(21395,2520,'_line_tax','0'),(21396,2520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21397,2521,'_product_id','490'),(21398,2521,'_variation_id','0'),(21399,2521,'_qty','10'),(21400,2521,'_tax_class',''),(21401,2521,'_line_subtotal','185'),(21402,2521,'_line_subtotal_tax','0'),(21403,2521,'_line_total','185'),(21404,2521,'_line_tax','0'),(21405,2521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21406,2522,'method_id','free_shipping'),(21407,2522,'instance_id','2'),(21408,2522,'cost','0.00'),(21409,2522,'total_tax','0'),(21410,2522,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21411,2522,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Disposable Capes &times; 4, Disposable Head Bands &times; 1, Bulk Active Rinse 100% RM &times; 10'),(21412,2523,'_product_id','38'),(21413,2523,'_variation_id','0'),(21414,2523,'_qty','2'),(21415,2523,'_tax_class',''),(21416,2523,'_line_subtotal','530.44'),(21417,2523,'_line_subtotal_tax','0'),(21418,2523,'_line_total','530.44'),(21419,2523,'_line_tax','0'),(21420,2523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21421,2524,'_product_id','23'),(21422,2524,'_variation_id','0'),(21423,2524,'_qty','4'),(21424,2524,'_tax_class',''),(21425,2524,'_line_subtotal','426.24'),(21426,2524,'_line_subtotal_tax','0'),(21427,2524,'_line_total','426.24'),(21428,2524,'_line_tax','0'),(21429,2524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21430,2525,'_product_id','43'),(21431,2525,'_variation_id','0'),(21432,2525,'_qty','2'),(21433,2525,'_tax_class',''),(21434,2525,'_line_subtotal','144'),(21435,2525,'_line_subtotal_tax','0'),(21436,2525,'_line_total','144'),(21437,2525,'_line_tax','0'),(21438,2525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21439,2526,'_product_id','93'),(21440,2526,'_variation_id','0'),(21441,2526,'_qty','3'),(21442,2526,'_tax_class',''),(21443,2526,'_line_subtotal','0'),(21444,2526,'_line_subtotal_tax','0'),(21445,2526,'_line_total','0'),(21446,2526,'_line_tax','0'),(21447,2526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21448,2527,'_product_id','95'),(21449,2527,'_variation_id','0'),(21450,2527,'_qty','3'),(21451,2527,'_tax_class',''),(21452,2527,'_line_subtotal','0'),(21453,2527,'_line_subtotal_tax','0'),(21454,2527,'_line_total','0'),(21455,2527,'_line_tax','0'),(21456,2527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21457,2528,'method_id','free_shipping'),(21458,2528,'instance_id','2'),(21459,2528,'cost','0.00'),(21460,2528,'total_tax','0'),(21461,2528,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21462,2528,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 3, Bulk Active Rinse 50/50 &times; 3'),(21463,2529,'_product_id','93'),(21464,2529,'_variation_id','0'),(21465,2529,'_qty','5'),(21466,2529,'_tax_class',''),(21467,2529,'_line_subtotal','0'),(21468,2529,'_line_subtotal_tax','0'),(21469,2529,'_line_total','0'),(21470,2529,'_line_tax','0'),(21471,2529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21472,2530,'_product_id','95'),(21473,2530,'_variation_id','0'),(21474,2530,'_qty','1'),(21475,2530,'_tax_class',''),(21476,2530,'_line_subtotal','0'),(21477,2530,'_line_subtotal_tax','0'),(21478,2530,'_line_total','0'),(21479,2530,'_line_tax','0'),(21480,2530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21481,2531,'_product_id','93'),(21482,2531,'_variation_id','0'),(21483,2531,'_qty','1'),(21484,2531,'_tax_class',''),(21485,2531,'_line_subtotal','0'),(21486,2531,'_line_subtotal_tax','0'),(21487,2531,'_line_total','0'),(21488,2531,'_line_tax','0'),(21489,2531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21490,2532,'_product_id','148'),(21491,2532,'_variation_id','0'),(21492,2532,'_qty','6'),(21493,2532,'_tax_class',''),(21494,2532,'_line_subtotal','45'),(21495,2532,'_line_subtotal_tax','0'),(21496,2532,'_line_total','45'),(21497,2532,'_line_tax','0'),(21498,2532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21499,2533,'method_id','fedex'),(21500,2533,'instance_id','1'),(21501,2533,'cost','11.47'),(21502,2533,'total_tax','0'),(21503,2533,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21504,2533,'Package 1','17 × 14 × 10 (in) 17.25lbs × 1'),(21553,2540,'_product_id','41'),(21554,2540,'_variation_id','0'),(21555,2540,'_qty','1'),(21556,2540,'_tax_class',''),(21557,2540,'_line_subtotal','60.48'),(21558,2540,'_line_subtotal_tax','0'),(21559,2540,'_line_total','60.48'),(21560,2540,'_line_tax','0'),(21561,2540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21562,2541,'_product_id','23'),(21563,2541,'_variation_id','0'),(21564,2541,'_qty','1'),(21565,2541,'_tax_class',''),(21566,2541,'_line_subtotal','106.56'),(21567,2541,'_line_subtotal_tax','0'),(21568,2541,'_line_total','106.56'),(21569,2541,'_line_tax','0'),(21570,2541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21571,2542,'method_id','fedex'),(21572,2542,'instance_id','1'),(21573,2542,'cost','17.67'),(21574,2542,'total_tax','0'),(21575,2542,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21576,2542,'Package 1','11.25 × 8.75 × 7.75 (in) 10.29lbs × 1'),(21577,2543,'_product_id','38'),(21578,2543,'_variation_id','0'),(21579,2543,'_qty','1'),(21580,2543,'_tax_class',''),(21581,2543,'_line_subtotal','265.22'),(21582,2543,'_line_subtotal_tax','0'),(21583,2543,'_line_total','265.22'),(21584,2543,'_line_tax','0'),(21585,2543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21586,2544,'_product_id','490'),(21587,2544,'_variation_id','0'),(21588,2544,'_qty','10'),(21589,2544,'_tax_class',''),(21590,2544,'_line_subtotal','185'),(21591,2544,'_line_subtotal_tax','0'),(21592,2544,'_line_total','185'),(21593,2544,'_line_tax','0'),(21594,2544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21595,2545,'_product_id','487'),(21596,2545,'_variation_id','0'),(21597,2545,'_qty','4'),(21598,2545,'_tax_class',''),(21599,2545,'_line_subtotal','114'),(21600,2545,'_line_subtotal_tax','0'),(21601,2545,'_line_total','114'),(21602,2545,'_line_tax','0'),(21603,2545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21604,2546,'method_id','free_shipping'),(21605,2546,'instance_id','2'),(21606,2546,'cost','0.00'),(21607,2546,'total_tax','0'),(21608,2546,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21609,2546,'Items','Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 4'),(21610,2547,'_product_id','23'),(21611,2547,'_variation_id','0'),(21612,2547,'_qty','2'),(21613,2547,'_tax_class',''),(21614,2547,'_line_subtotal','213.12'),(21615,2547,'_line_subtotal_tax','0'),(21616,2547,'_line_total','213.12'),(21617,2547,'_line_tax','0'),(21618,2547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21619,2548,'_product_id','41'),(21620,2548,'_variation_id','0'),(21621,2548,'_qty','2'),(21622,2548,'_tax_class',''),(21623,2548,'_line_subtotal','120.96'),(21624,2548,'_line_subtotal_tax','0'),(21625,2548,'_line_total','120.96'),(21626,2548,'_line_tax','0'),(21627,2548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21628,2549,'_product_id','490'),(21629,2549,'_variation_id','0'),(21630,2549,'_qty','10'),(21631,2549,'_tax_class',''),(21632,2549,'_line_subtotal','185'),(21633,2549,'_line_subtotal_tax','0'),(21634,2549,'_line_total','185'),(21635,2549,'_line_tax','0'),(21636,2549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21637,2550,'method_id','free_shipping'),(21638,2550,'instance_id','2'),(21639,2550,'cost','0.00'),(21640,2550,'total_tax','0'),(21641,2550,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21642,2550,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(21643,2551,'_product_id','93'),(21644,2551,'_variation_id','0'),(21645,2551,'_qty','6'),(21646,2551,'_tax_class',''),(21647,2551,'_line_subtotal','0'),(21648,2551,'_line_subtotal_tax','0'),(21649,2551,'_line_total','0'),(21650,2551,'_line_tax','0'),(21651,2551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21652,2552,'_product_id','97'),(21653,2552,'_variation_id','0'),(21654,2552,'_qty','3'),(21655,2552,'_tax_class',''),(21656,2552,'_line_subtotal','0'),(21657,2552,'_line_subtotal_tax','0'),(21658,2552,'_line_total','0'),(21659,2552,'_line_tax','0'),(21660,2552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21661,2553,'method_id','fedex'),(21662,2553,'instance_id','1'),(21663,2553,'cost','22.33'),(21664,2553,'total_tax','0'),(21665,2553,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21666,2553,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(21667,2554,'_product_id','99'),(21668,2554,'_variation_id','0'),(21669,2554,'_qty','1'),(21670,2554,'_tax_class',''),(21671,2554,'_line_subtotal','0'),(21672,2554,'_line_subtotal_tax','0'),(21673,2554,'_line_total','0'),(21674,2554,'_line_tax','0'),(21675,2554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21676,2555,'_product_id','49'),(21677,2555,'_variation_id','0'),(21678,2555,'_qty','1'),(21679,2555,'_tax_class',''),(21680,2555,'_line_subtotal','72'),(21681,2555,'_line_subtotal_tax','0'),(21682,2555,'_line_total','72'),(21683,2555,'_line_tax','0'),(21684,2555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21685,2556,'_product_id','43'),(21686,2556,'_variation_id','0'),(21687,2556,'_qty','1'),(21688,2556,'_tax_class',''),(21689,2556,'_line_subtotal','72'),(21690,2556,'_line_subtotal_tax','0'),(21691,2556,'_line_total','72'),(21692,2556,'_line_tax','0'),(21693,2556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21694,2557,'_product_id','42'),(21695,2557,'_variation_id','0'),(21696,2557,'_qty','1'),(21697,2557,'_tax_class',''),(21698,2557,'_line_subtotal','72'),(21699,2557,'_line_subtotal_tax','0'),(21700,2557,'_line_total','72'),(21701,2557,'_line_tax','0'),(21702,2557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21703,2558,'_product_id','23'),(21704,2558,'_variation_id','0'),(21705,2558,'_qty','1'),(21706,2558,'_tax_class',''),(21707,2558,'_line_subtotal','106.56'),(21708,2558,'_line_subtotal_tax','0'),(21709,2558,'_line_total','106.56'),(21710,2558,'_line_tax','0'),(21711,2558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21712,2559,'method_id','fedex'),(21713,2559,'instance_id','1'),(21714,2559,'cost','26.15'),(21715,2559,'total_tax','0'),(21716,2559,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21717,2559,'Package 1','17 × 14 × 10 (in) 36.65lbs × 1'),(21718,2560,'_product_id','490'),(21719,2560,'_variation_id','0'),(21720,2560,'_qty','1'),(21721,2560,'_tax_class',''),(21722,2560,'_line_subtotal','18.5'),(21723,2560,'_line_subtotal_tax','0'),(21724,2560,'_line_total','18.5'),(21725,2560,'_line_tax','0'),(21726,2560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21727,2561,'_product_id','490'),(21728,2561,'_variation_id','0'),(21729,2561,'_qty','1'),(21730,2561,'_tax_class',''),(21731,2561,'_line_subtotal','18.5'),(21732,2561,'_line_subtotal_tax','0'),(21733,2561,'_line_total','18.5'),(21734,2561,'_line_tax','0'),(21735,2561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21736,2562,'_product_id','490'),(21737,2562,'_variation_id','0'),(21738,2562,'_qty','1'),(21739,2562,'_tax_class',''),(21740,2562,'_line_subtotal','18.5'),(21741,2562,'_line_subtotal_tax','0'),(21742,2562,'_line_total','18.5'),(21743,2562,'_line_tax','0'),(21744,2562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21745,2563,'_product_id','490'),(21746,2563,'_variation_id','0'),(21747,2563,'_qty','1'),(21748,2563,'_tax_class',''),(21749,2563,'_line_subtotal','18.5'),(21750,2563,'_line_subtotal_tax','0'),(21751,2563,'_line_total','18.5'),(21752,2563,'_line_tax','0'),(21753,2563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21754,2564,'_product_id','490'),(21755,2564,'_variation_id','0'),(21756,2564,'_qty','1'),(21757,2564,'_tax_class',''),(21758,2564,'_line_subtotal','18.5'),(21759,2564,'_line_subtotal_tax','0'),(21760,2564,'_line_total','18.5'),(21761,2564,'_line_tax','0'),(21762,2564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21763,2565,'_product_id','490'),(21764,2565,'_variation_id','0'),(21765,2565,'_qty','1'),(21766,2565,'_tax_class',''),(21767,2565,'_line_subtotal','18.5'),(21768,2565,'_line_subtotal_tax','0'),(21769,2565,'_line_total','18.5'),(21770,2565,'_line_tax','0'),(21771,2565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21772,2566,'_product_id','487'),(21773,2566,'_variation_id','0'),(21774,2566,'_qty','1'),(21775,2566,'_tax_class',''),(21776,2566,'_line_subtotal','28.5'),(21777,2566,'_line_subtotal_tax','0'),(21778,2566,'_line_total','28.5'),(21779,2566,'_line_tax','0'),(21780,2566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21781,2567,'_product_id','487'),(21782,2567,'_variation_id','0'),(21783,2567,'_qty','1'),(21784,2567,'_tax_class',''),(21785,2567,'_line_subtotal','28.5'),(21786,2567,'_line_subtotal_tax','0'),(21787,2567,'_line_total','28.5'),(21788,2567,'_line_tax','0'),(21789,2567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21790,2568,'_product_id','487'),(21791,2568,'_variation_id','0'),(21792,2568,'_qty','1'),(21793,2568,'_tax_class',''),(21794,2568,'_line_subtotal','28.5'),(21795,2568,'_line_subtotal_tax','0'),(21796,2568,'_line_total','28.5'),(21797,2568,'_line_tax','0'),(21798,2568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21799,2569,'method_id','fedex'),(21800,2569,'instance_id','1'),(21801,2569,'cost','40.99'),(21802,2569,'total_tax','0'),(21803,2569,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21804,2569,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(21805,2570,'_product_id','490'),(21806,2570,'_variation_id','0'),(21807,2570,'_qty','8'),(21808,2570,'_tax_class',''),(21809,2570,'_line_subtotal','148'),(21810,2570,'_line_subtotal_tax','0'),(21811,2570,'_line_total','148'),(21812,2570,'_line_tax','0'),(21813,2570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21814,2571,'_product_id','488'),(21815,2571,'_variation_id','0'),(21816,2571,'_qty','1'),(21817,2571,'_tax_class',''),(21818,2571,'_line_subtotal','28.5'),(21819,2571,'_line_subtotal_tax','0'),(21820,2571,'_line_total','28.5'),(21821,2571,'_line_tax','0'),(21822,2571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21823,2572,'_product_id','487'),(21824,2572,'_variation_id','0'),(21825,2572,'_qty','1'),(21826,2572,'_tax_class',''),(21827,2572,'_line_subtotal','28.5'),(21828,2572,'_line_subtotal_tax','0'),(21829,2572,'_line_total','28.5'),(21830,2572,'_line_tax','0'),(21831,2572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21832,2573,'method_id','fedex'),(21833,2573,'instance_id','1'),(21834,2573,'cost','36.04'),(21835,2573,'total_tax','0'),(21836,2573,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21837,2573,'Package 1','17 × 14 × 10 (in) 33.9lbs × 1'),(21838,2574,'_product_id','45'),(21839,2574,'_variation_id','0'),(21840,2574,'_qty','1'),(21841,2574,'_tax_class',''),(21842,2574,'_line_subtotal','38.4'),(21843,2574,'_line_subtotal_tax','0'),(21844,2574,'_line_total','38.4'),(21845,2574,'_line_tax','0'),(21846,2574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21847,2575,'_product_id','23'),(21848,2575,'_variation_id','0'),(21849,2575,'_qty','2'),(21850,2575,'_tax_class',''),(21851,2575,'_line_subtotal','213.12'),(21852,2575,'_line_subtotal_tax','0'),(21853,2575,'_line_total','213.12'),(21854,2575,'_line_tax','0'),(21855,2575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21856,2576,'_product_id','51'),(21857,2576,'_variation_id','0'),(21858,2576,'_qty','1'),(21859,2576,'_tax_class',''),(21860,2576,'_line_subtotal','134.4'),(21861,2576,'_line_subtotal_tax','0'),(21862,2576,'_line_total','134.4'),(21863,2576,'_line_tax','0'),(21864,2576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21865,2577,'_product_id','487'),(21866,2577,'_variation_id','0'),(21867,2577,'_qty','1'),(21868,2577,'_tax_class',''),(21869,2577,'_line_subtotal','28.5'),(21870,2577,'_line_subtotal_tax','0'),(21871,2577,'_line_total','28.5'),(21872,2577,'_line_tax','0'),(21873,2577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21874,2578,'_product_id','41'),(21875,2578,'_variation_id','0'),(21876,2578,'_qty','2'),(21877,2578,'_tax_class',''),(21878,2578,'_line_subtotal','120.96'),(21879,2578,'_line_subtotal_tax','0'),(21880,2578,'_line_total','120.96'),(21881,2578,'_line_tax','0'),(21882,2578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21883,2579,'_product_id','42'),(21884,2579,'_variation_id','0'),(21885,2579,'_qty','1'),(21886,2579,'_tax_class',''),(21887,2579,'_line_subtotal','72'),(21888,2579,'_line_subtotal_tax','0'),(21889,2579,'_line_total','72'),(21890,2579,'_line_tax','0'),(21891,2579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21892,2580,'method_id','free_shipping'),(21893,2580,'instance_id','2'),(21894,2580,'cost','0.00'),(21895,2580,'total_tax','0'),(21896,2580,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21897,2580,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1'),(21898,2581,'_product_id','118'),(21899,2581,'_variation_id','0'),(21900,2581,'_qty','2'),(21901,2581,'_tax_class',''),(21902,2581,'_line_subtotal','336'),(21903,2581,'_line_subtotal_tax','0'),(21904,2581,'_line_total','336'),(21905,2581,'_line_tax','0'),(21906,2581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21907,2582,'_product_id','45'),(21908,2582,'_variation_id','0'),(21909,2582,'_qty','1'),(21910,2582,'_tax_class',''),(21911,2582,'_line_subtotal','38.4'),(21912,2582,'_line_subtotal_tax','0'),(21913,2582,'_line_total','38.4'),(21914,2582,'_line_tax','0'),(21915,2582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21916,2583,'_product_id','49'),(21917,2583,'_variation_id','0'),(21918,2583,'_qty','1'),(21919,2583,'_tax_class',''),(21920,2583,'_line_subtotal','72'),(21921,2583,'_line_subtotal_tax','0'),(21922,2583,'_line_total','72'),(21923,2583,'_line_tax','0'),(21924,2583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21925,2584,'_product_id','43'),(21926,2584,'_variation_id','0'),(21927,2584,'_qty','1'),(21928,2584,'_tax_class',''),(21929,2584,'_line_subtotal','72'),(21930,2584,'_line_subtotal_tax','0'),(21931,2584,'_line_total','72'),(21932,2584,'_line_tax','0'),(21933,2584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21934,2585,'_product_id','97'),(21935,2585,'_variation_id','0'),(21936,2585,'_qty','3'),(21937,2585,'_tax_class',''),(21938,2585,'_line_subtotal','0'),(21939,2585,'_line_subtotal_tax','0'),(21940,2585,'_line_total','0'),(21941,2585,'_line_tax','0'),(21942,2585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21943,2586,'_product_id','99'),(21944,2586,'_variation_id','0'),(21945,2586,'_qty','1'),(21946,2586,'_tax_class',''),(21947,2586,'_line_subtotal','0'),(21948,2586,'_line_subtotal_tax','0'),(21949,2586,'_line_total','0'),(21950,2586,'_line_tax','0'),(21951,2586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21952,2587,'_product_id','93'),(21953,2587,'_variation_id','0'),(21954,2587,'_qty','10'),(21955,2587,'_tax_class',''),(21956,2587,'_line_subtotal','0'),(21957,2587,'_line_subtotal_tax','0'),(21958,2587,'_line_total','0'),(21959,2587,'_line_tax','0'),(21960,2587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21961,2588,'_product_id','95'),(21962,2588,'_variation_id','0'),(21963,2588,'_qty','10'),(21964,2588,'_tax_class',''),(21965,2588,'_line_subtotal','0'),(21966,2588,'_line_subtotal_tax','0'),(21967,2588,'_line_total','0'),(21968,2588,'_line_tax','0'),(21969,2588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21970,2589,'method_id','free_shipping'),(21971,2589,'instance_id','2'),(21972,2589,'cost','0.00'),(21973,2589,'total_tax','0'),(21974,2589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21975,2589,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 3, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 10, Bulk Active Rinse 50/50 &times; 10'),(21976,2590,'_product_id','93'),(21977,2590,'_variation_id','0'),(21978,2590,'_qty','10'),(21979,2590,'_tax_class',''),(21980,2590,'_line_subtotal','0'),(21981,2590,'_line_subtotal_tax','0'),(21982,2590,'_line_total','0'),(21983,2590,'_line_tax','0'),(21984,2590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(21985,2591,'method_id','fedex'),(21986,2591,'instance_id','1'),(21987,2591,'cost','12.99'),(21988,2591,'total_tax','0'),(21989,2591,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(21990,2591,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(22033,2597,'_product_id','490'),(22034,2597,'_variation_id','0'),(22035,2597,'_qty','5'),(22036,2597,'_tax_class',''),(22037,2597,'_line_subtotal','92.5'),(22038,2597,'_line_subtotal_tax','0'),(22039,2597,'_line_total','92.5'),(22040,2597,'_line_tax','0'),(22041,2597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22042,2598,'_product_id','42'),(22043,2598,'_variation_id','0'),(22044,2598,'_qty','2'),(22045,2598,'_tax_class',''),(22046,2598,'_line_subtotal','144'),(22047,2598,'_line_subtotal_tax','0'),(22048,2598,'_line_total','144'),(22049,2598,'_line_tax','0'),(22050,2598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22051,2599,'_product_id','43'),(22052,2599,'_variation_id','0'),(22053,2599,'_qty','2'),(22054,2599,'_tax_class',''),(22055,2599,'_line_subtotal','144'),(22056,2599,'_line_subtotal_tax','0'),(22057,2599,'_line_total','144'),(22058,2599,'_line_tax','0'),(22059,2599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22060,2600,'_product_id','487'),(22061,2600,'_variation_id','0'),(22062,2600,'_qty','5'),(22063,2600,'_tax_class',''),(22064,2600,'_line_subtotal','142.5'),(22065,2600,'_line_subtotal_tax','0'),(22066,2600,'_line_total','142.5'),(22067,2600,'_line_tax','0'),(22068,2600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22069,2601,'method_id','free_shipping'),(22070,2601,'instance_id','2'),(22071,2601,'cost','0.00'),(22072,2601,'total_tax','0'),(22073,2601,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22074,2601,'Items','Bulk Active Rinse 100% RM &times; 5, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 5'),(22075,2602,'_product_id','42'),(22076,2602,'_variation_id','0'),(22077,2602,'_qty','2'),(22078,2602,'_tax_class',''),(22079,2602,'_line_subtotal','144'),(22080,2602,'_line_subtotal_tax','0'),(22081,2602,'_line_total','144'),(22082,2602,'_line_tax','0'),(22083,2602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22084,2603,'_product_id','43'),(22085,2603,'_variation_id','0'),(22086,2603,'_qty','4'),(22087,2603,'_tax_class',''),(22088,2603,'_line_subtotal','288'),(22089,2603,'_line_subtotal_tax','0'),(22090,2603,'_line_total','288'),(22091,2603,'_line_tax','0'),(22092,2603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22093,2604,'_product_id','120'),(22094,2604,'_variation_id','0'),(22095,2604,'_qty','1'),(22096,2604,'_tax_class',''),(22097,2604,'_line_subtotal','48'),(22098,2604,'_line_subtotal_tax','0'),(22099,2604,'_line_total','48'),(22100,2604,'_line_tax','0'),(22101,2604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22102,2605,'_product_id','488'),(22103,2605,'_variation_id','0'),(22104,2605,'_qty','1'),(22105,2605,'_tax_class',''),(22106,2605,'_line_subtotal','28.5'),(22107,2605,'_line_subtotal_tax','0'),(22108,2605,'_line_total','28.5'),(22109,2605,'_line_tax','0'),(22110,2605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22111,2606,'_product_id','490'),(22112,2606,'_variation_id','0'),(22113,2606,'_qty','5'),(22114,2606,'_tax_class',''),(22115,2606,'_line_subtotal','92.5'),(22116,2606,'_line_subtotal_tax','0'),(22117,2606,'_line_total','92.5'),(22118,2606,'_line_tax','0'),(22119,2606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22120,2607,'method_id','free_shipping'),(22121,2607,'instance_id','2'),(22122,2607,'cost','0.00'),(22123,2607,'total_tax','0'),(22124,2607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22125,2607,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 5'),(22126,2608,'_product_id','43'),(22127,2608,'_variation_id','0'),(22128,2608,'_qty','2'),(22129,2608,'_tax_class',''),(22130,2608,'_line_subtotal','144'),(22131,2608,'_line_subtotal_tax','0'),(22132,2608,'_line_total','144'),(22133,2608,'_line_tax','0'),(22134,2608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22135,2609,'_product_id','42'),(22136,2609,'_variation_id','0'),(22137,2609,'_qty','2'),(22138,2609,'_tax_class',''),(22139,2609,'_line_subtotal','144'),(22140,2609,'_line_subtotal_tax','0'),(22141,2609,'_line_total','144'),(22142,2609,'_line_tax','0'),(22143,2609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22144,2610,'_product_id','488'),(22145,2610,'_variation_id','0'),(22146,2610,'_qty','1'),(22147,2610,'_tax_class',''),(22148,2610,'_line_subtotal','28.5'),(22149,2610,'_line_subtotal_tax','0'),(22150,2610,'_line_total','28.5'),(22151,2610,'_line_tax','0'),(22152,2610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22153,2611,'_product_id','487'),(22154,2611,'_variation_id','0'),(22155,2611,'_qty','2'),(22156,2611,'_tax_class',''),(22157,2611,'_line_subtotal','57'),(22158,2611,'_line_subtotal_tax','0'),(22159,2611,'_line_total','57'),(22160,2611,'_line_tax','0'),(22161,2611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22162,2612,'_product_id','490'),(22163,2612,'_variation_id','0'),(22164,2612,'_qty','5'),(22165,2612,'_tax_class',''),(22166,2612,'_line_subtotal','92.5'),(22167,2612,'_line_subtotal_tax','0'),(22168,2612,'_line_total','92.5'),(22169,2612,'_line_tax','0'),(22170,2612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22171,2613,'_product_id','488'),(22172,2613,'_variation_id','0'),(22173,2613,'_qty','2'),(22174,2613,'_tax_class',''),(22175,2613,'_line_subtotal','57'),(22176,2613,'_line_subtotal_tax','0'),(22177,2613,'_line_total','57'),(22178,2613,'_line_tax','0'),(22179,2613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22180,2614,'method_id','free_shipping'),(22181,2614,'instance_id','2'),(22182,2614,'cost','0.00'),(22183,2614,'total_tax','0'),(22184,2614,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22185,2614,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 2'),(22186,2615,'_product_id','42'),(22187,2615,'_variation_id','0'),(22188,2615,'_qty','1'),(22189,2615,'_tax_class',''),(22190,2615,'_line_subtotal','72'),(22191,2615,'_line_subtotal_tax','0'),(22192,2615,'_line_total','72'),(22193,2615,'_line_tax','0'),(22194,2615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22195,2616,'_product_id','43'),(22196,2616,'_variation_id','0'),(22197,2616,'_qty','1'),(22198,2616,'_tax_class',''),(22199,2616,'_line_subtotal','72'),(22200,2616,'_line_subtotal_tax','0'),(22201,2616,'_line_total','72'),(22202,2616,'_line_tax','0'),(22203,2616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22204,2617,'_product_id','49'),(22205,2617,'_variation_id','0'),(22206,2617,'_qty','1'),(22207,2617,'_tax_class',''),(22208,2617,'_line_subtotal','72'),(22209,2617,'_line_subtotal_tax','0'),(22210,2617,'_line_total','72'),(22211,2617,'_line_tax','0'),(22212,2617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22213,2618,'_product_id','490'),(22214,2618,'_variation_id','0'),(22215,2618,'_qty','5'),(22216,2618,'_tax_class',''),(22217,2618,'_line_subtotal','92.5'),(22218,2618,'_line_subtotal_tax','0'),(22219,2618,'_line_total','92.5'),(22220,2618,'_line_tax','0'),(22221,2618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22222,2619,'_product_id','38'),(22223,2619,'_variation_id','0'),(22224,2619,'_qty','1'),(22225,2619,'_tax_class',''),(22226,2619,'_line_subtotal','265.22'),(22227,2619,'_line_subtotal_tax','0'),(22228,2619,'_line_total','265.22'),(22229,2619,'_line_tax','0'),(22230,2619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22231,2620,'method_id','free_shipping'),(22232,2620,'instance_id','2'),(22233,2620,'cost','0.00'),(22234,2620,'total_tax','0'),(22235,2620,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22236,2620,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz(Case of 16) &times; 1'),(22237,2621,'_product_id','23'),(22238,2621,'_variation_id','0'),(22239,2621,'_qty','1'),(22240,2621,'_tax_class',''),(22241,2621,'_line_subtotal','106.56'),(22242,2621,'_line_subtotal_tax','0'),(22243,2621,'_line_total','106.56'),(22244,2621,'_line_tax','0'),(22245,2621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22246,2622,'_product_id','38'),(22247,2622,'_variation_id','0'),(22248,2622,'_qty','1'),(22249,2622,'_tax_class',''),(22250,2622,'_line_subtotal','265.22'),(22251,2622,'_line_subtotal_tax','0'),(22252,2622,'_line_total','265.22'),(22253,2622,'_line_tax','0'),(22254,2622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22255,2623,'_product_id','41'),(22256,2623,'_variation_id','0'),(22257,2623,'_qty','1'),(22258,2623,'_tax_class',''),(22259,2623,'_line_subtotal','60.48'),(22260,2623,'_line_subtotal_tax','0'),(22261,2623,'_line_total','60.48'),(22262,2623,'_line_tax','0'),(22263,2623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22264,2624,'_product_id','23'),(22265,2624,'_variation_id','0'),(22266,2624,'_qty','1'),(22267,2624,'_tax_class',''),(22268,2624,'_line_subtotal','106.56'),(22269,2624,'_line_subtotal_tax','0'),(22270,2624,'_line_total','106.56'),(22271,2624,'_line_tax','0'),(22272,2624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22273,2625,'method_id','free_shipping'),(22274,2625,'instance_id','2'),(22275,2625,'cost','0.00'),(22276,2625,'total_tax','0'),(22277,2625,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22278,2625,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(22279,2626,'_product_id','23'),(22280,2626,'_variation_id','0'),(22281,2626,'_qty','1'),(22282,2626,'_tax_class',''),(22283,2626,'_line_subtotal','106.56'),(22284,2626,'_line_subtotal_tax','0'),(22285,2626,'_line_total','106.56'),(22286,2626,'_line_tax','0'),(22287,2626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22288,2627,'_product_id','41'),(22289,2627,'_variation_id','0'),(22290,2627,'_qty','1'),(22291,2627,'_tax_class',''),(22292,2627,'_line_subtotal','60.48'),(22293,2627,'_line_subtotal_tax','0'),(22294,2627,'_line_total','60.48'),(22295,2627,'_line_tax','0'),(22296,2627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22297,2628,'_product_id','490'),(22298,2628,'_variation_id','0'),(22299,2628,'_qty','5'),(22300,2628,'_tax_class',''),(22301,2628,'_line_subtotal','92.5'),(22302,2628,'_line_subtotal_tax','0'),(22303,2628,'_line_total','92.5'),(22304,2628,'_line_tax','0'),(22305,2628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22306,2629,'_product_id','133'),(22307,2629,'_variation_id','0'),(22308,2629,'_qty','1'),(22309,2629,'_tax_class',''),(22310,2629,'_line_subtotal','13'),(22311,2629,'_line_subtotal_tax','0'),(22312,2629,'_line_total','13'),(22313,2629,'_line_tax','0'),(22314,2629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22315,2630,'_product_id','120'),(22316,2630,'_variation_id','0'),(22317,2630,'_qty','1'),(22318,2630,'_tax_class',''),(22319,2630,'_line_subtotal','48'),(22320,2630,'_line_subtotal_tax','0'),(22321,2630,'_line_total','48'),(22322,2630,'_line_tax','0'),(22323,2630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22324,2631,'method_id','fedex'),(22325,2631,'instance_id','1'),(22326,2631,'cost','21.79'),(22327,2631,'total_tax','0'),(22328,2631,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22329,2631,'Package 1','17 × 14 × 10 (in) 26.65lbs × 1'),(22330,2632,'_product_id','23'),(22331,2632,'_variation_id','0'),(22332,2632,'_qty','-1'),(22333,2632,'_tax_class',''),(22334,2632,'_line_subtotal','-106.56'),(22335,2632,'_line_subtotal_tax','0'),(22336,2632,'_line_total','-106.56'),(22337,2632,'_line_tax','0'),(22338,2632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22339,2632,'_refunded_item_id','2626'),(22340,2633,'_product_id','41'),(22341,2633,'_variation_id','0'),(22342,2633,'_qty','-1'),(22343,2633,'_tax_class',''),(22344,2633,'_line_subtotal','-60.48'),(22345,2633,'_line_subtotal_tax','0'),(22346,2633,'_line_total','-60.48'),(22347,2633,'_line_tax','0'),(22348,2633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22349,2633,'_refunded_item_id','2627'),(22350,2634,'_product_id','490'),(22351,2634,'_variation_id','0'),(22352,2634,'_qty','-5'),(22353,2634,'_tax_class',''),(22354,2634,'_line_subtotal','-92.5'),(22355,2634,'_line_subtotal_tax','0'),(22356,2634,'_line_total','-92.5'),(22357,2634,'_line_tax','0'),(22358,2634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22359,2634,'_refunded_item_id','2628'),(22360,2635,'_product_id','133'),(22361,2635,'_variation_id','0'),(22362,2635,'_qty','-1'),(22363,2635,'_tax_class',''),(22364,2635,'_line_subtotal','-13'),(22365,2635,'_line_subtotal_tax','0'),(22366,2635,'_line_total','-13'),(22367,2635,'_line_tax','0'),(22368,2635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22369,2635,'_refunded_item_id','2629'),(22370,2636,'_product_id','120'),(22371,2636,'_variation_id','0'),(22372,2636,'_qty','-1'),(22373,2636,'_tax_class',''),(22374,2636,'_line_subtotal','-48'),(22375,2636,'_line_subtotal_tax','0'),(22376,2636,'_line_total','-48'),(22377,2636,'_line_tax','0'),(22378,2636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22379,2636,'_refunded_item_id','2630'),(22380,2637,'method_id','fedex'),(22381,2637,'instance_id','1'),(22382,2637,'cost','-21.79'),(22383,2637,'total_tax','0'),(22384,2637,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22385,2637,'_refunded_item_id','2631'),(22386,2638,'_product_id','23'),(22387,2638,'_variation_id','0'),(22388,2638,'_qty','2'),(22389,2638,'_tax_class',''),(22390,2638,'_line_subtotal','213.12'),(22391,2638,'_line_subtotal_tax','0'),(22392,2638,'_line_total','213.12'),(22393,2638,'_line_tax','0'),(22394,2638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22395,2639,'_product_id','41'),(22396,2639,'_variation_id','0'),(22397,2639,'_qty','1'),(22398,2639,'_tax_class',''),(22399,2639,'_line_subtotal','60.48'),(22400,2639,'_line_subtotal_tax','0'),(22401,2639,'_line_total','60.48'),(22402,2639,'_line_tax','0'),(22403,2639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22404,2640,'_product_id','120'),(22405,2640,'_variation_id','0'),(22406,2640,'_qty','1'),(22407,2640,'_tax_class',''),(22408,2640,'_line_subtotal','48'),(22409,2640,'_line_subtotal_tax','0'),(22410,2640,'_line_total','48'),(22411,2640,'_line_tax','0'),(22412,2640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22413,2641,'_product_id','490'),(22414,2641,'_variation_id','0'),(22415,2641,'_qty','10'),(22416,2641,'_tax_class',''),(22417,2641,'_line_subtotal','185'),(22418,2641,'_line_subtotal_tax','0'),(22419,2641,'_line_total','185'),(22420,2641,'_line_tax','0'),(22421,2641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22422,2642,'method_id','free_shipping'),(22423,2642,'instance_id','2'),(22424,2642,'cost','0.00'),(22425,2642,'total_tax','0'),(22426,2642,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22427,2642,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(22428,2643,'_product_id','42'),(22429,2643,'_variation_id','0'),(22430,2643,'_qty','1'),(22431,2643,'_tax_class',''),(22432,2643,'_line_subtotal','72'),(22433,2643,'_line_subtotal_tax','0'),(22434,2643,'_line_total','72'),(22435,2643,'_line_tax','0'),(22436,2643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22437,2644,'_product_id','42'),(22438,2644,'_variation_id','0'),(22439,2644,'_qty','1'),(22440,2644,'_tax_class',''),(22441,2644,'_line_subtotal','72'),(22442,2644,'_line_subtotal_tax','0'),(22443,2644,'_line_total','72'),(22444,2644,'_line_tax','0'),(22445,2644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22446,2645,'_product_id','99'),(22447,2645,'_variation_id','0'),(22448,2645,'_qty','1'),(22449,2645,'_tax_class',''),(22450,2645,'_line_subtotal','0'),(22451,2645,'_line_subtotal_tax','0'),(22452,2645,'_line_total','0'),(22453,2645,'_line_tax','0'),(22454,2645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22455,2646,'_product_id','99'),(22456,2646,'_variation_id','0'),(22457,2646,'_qty','1'),(22458,2646,'_tax_class',''),(22459,2646,'_line_subtotal','0'),(22460,2646,'_line_subtotal_tax','0'),(22461,2646,'_line_total','0'),(22462,2646,'_line_tax','0'),(22463,2646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22464,2647,'_product_id','41'),(22465,2647,'_variation_id','0'),(22466,2647,'_qty','1'),(22467,2647,'_tax_class',''),(22468,2647,'_line_subtotal','60.48'),(22469,2647,'_line_subtotal_tax','0'),(22470,2647,'_line_total','60.48'),(22471,2647,'_line_tax','0'),(22472,2647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22473,2648,'_product_id','41'),(22474,2648,'_variation_id','0'),(22475,2648,'_qty','1'),(22476,2648,'_tax_class',''),(22477,2648,'_line_subtotal','60.48'),(22478,2648,'_line_subtotal_tax','0'),(22479,2648,'_line_total','60.48'),(22480,2648,'_line_tax','0'),(22481,2648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22482,2649,'_product_id','49'),(22483,2649,'_variation_id','0'),(22484,2649,'_qty','1'),(22485,2649,'_tax_class',''),(22486,2649,'_line_subtotal','72'),(22487,2649,'_line_subtotal_tax','0'),(22488,2649,'_line_total','72'),(22489,2649,'_line_tax','0'),(22490,2649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22491,2650,'_product_id','44'),(22492,2650,'_variation_id','0'),(22493,2650,'_qty','1'),(22494,2650,'_tax_class',''),(22495,2650,'_line_subtotal','105.6'),(22496,2650,'_line_subtotal_tax','0'),(22497,2650,'_line_total','105.6'),(22498,2650,'_line_tax','0'),(22499,2650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22500,2651,'_product_id','99'),(22501,2651,'_variation_id','0'),(22502,2651,'_qty','1'),(22503,2651,'_tax_class',''),(22504,2651,'_line_subtotal','0'),(22505,2651,'_line_subtotal_tax','0'),(22506,2651,'_line_total','0'),(22507,2651,'_line_tax','0'),(22508,2651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22509,2652,'_product_id','93'),(22510,2652,'_variation_id','0'),(22511,2652,'_qty','1'),(22512,2652,'_tax_class',''),(22513,2652,'_line_subtotal','0'),(22514,2652,'_line_subtotal_tax','0'),(22515,2652,'_line_total','0'),(22516,2652,'_line_tax','0'),(22517,2652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22518,2653,'_product_id','93'),(22519,2653,'_variation_id','0'),(22520,2653,'_qty','1'),(22521,2653,'_tax_class',''),(22522,2653,'_line_subtotal','0'),(22523,2653,'_line_subtotal_tax','0'),(22524,2653,'_line_total','0'),(22525,2653,'_line_tax','0'),(22526,2653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22527,2654,'_product_id','93'),(22528,2654,'_variation_id','0'),(22529,2654,'_qty','1'),(22530,2654,'_tax_class',''),(22531,2654,'_line_subtotal','0'),(22532,2654,'_line_subtotal_tax','0'),(22533,2654,'_line_total','0'),(22534,2654,'_line_tax','0'),(22535,2654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22536,2655,'method_id','fedex'),(22537,2655,'instance_id','1'),(22538,2655,'cost','46.77'),(22539,2655,'total_tax','0'),(22540,2655,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22541,2655,'Package 1','17 × 14 × 10 (in) 40.95lbs × 1'),(22542,2655,'Package 2','17 × 14 × 10 (in) 25lbs × 1'),(22543,2656,'_product_id','93'),(22544,2656,'_variation_id','0'),(22545,2656,'_qty','1'),(22546,2656,'_tax_class',''),(22547,2656,'_line_subtotal','0'),(22548,2656,'_line_subtotal_tax','0'),(22549,2656,'_line_total','0'),(22550,2656,'_line_tax','0'),(22551,2656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22552,2657,'_product_id','23'),(22553,2657,'_variation_id','0'),(22554,2657,'_qty','4'),(22555,2657,'_tax_class',''),(22556,2657,'_line_subtotal','426.24'),(22557,2657,'_line_subtotal_tax','0'),(22558,2657,'_line_total','426.24'),(22559,2657,'_line_tax','0'),(22560,2657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22561,2658,'method_id','fedex'),(22562,2658,'instance_id','1'),(22563,2658,'cost','20.35'),(22564,2658,'total_tax','0'),(22565,2658,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22566,2658,'Package 1','17 × 14 × 10 (in) 32.35lbs × 1'),(22567,2659,'_product_id','490'),(22568,2659,'_variation_id','0'),(22569,2659,'_qty','5'),(22570,2659,'_tax_class',''),(22571,2659,'_line_subtotal','92.5'),(22572,2659,'_line_subtotal_tax','0'),(22573,2659,'_line_total','92.5'),(22574,2659,'_line_tax','0'),(22575,2659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22576,2660,'method_id','fedex'),(22577,2660,'instance_id','1'),(22578,2660,'cost','11.71'),(22579,2660,'total_tax','0'),(22580,2660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22581,2660,'Package 1','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(22582,2661,'_product_id','490'),(22583,2661,'_variation_id','0'),(22584,2661,'_qty','10'),(22585,2661,'_tax_class',''),(22586,2661,'_line_subtotal','185'),(22587,2661,'_line_subtotal_tax','0'),(22588,2661,'_line_total','185'),(22589,2661,'_line_tax','0'),(22590,2661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22591,2662,'method_id','fedex'),(22592,2662,'instance_id','1'),(22593,2662,'cost','16.44'),(22594,2662,'total_tax','0'),(22595,2662,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22596,2662,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(22597,2663,'_product_id','51'),(22598,2663,'_variation_id','0'),(22599,2663,'_qty','2'),(22600,2663,'_tax_class',''),(22601,2663,'_line_subtotal','268.8'),(22602,2663,'_line_subtotal_tax','0'),(22603,2663,'_line_total','268.8'),(22604,2663,'_line_tax','0'),(22605,2663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22606,2664,'_product_id','118'),(22607,2664,'_variation_id','0'),(22608,2664,'_qty','1'),(22609,2664,'_tax_class',''),(22610,2664,'_line_subtotal','168'),(22611,2664,'_line_subtotal_tax','0'),(22612,2664,'_line_total','168'),(22613,2664,'_line_tax','0'),(22614,2664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22615,2665,'_product_id','120'),(22616,2665,'_variation_id','0'),(22617,2665,'_qty','2'),(22618,2665,'_tax_class',''),(22619,2665,'_line_subtotal','96'),(22620,2665,'_line_subtotal_tax','0'),(22621,2665,'_line_total','96'),(22622,2665,'_line_tax','0'),(22623,2665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22624,2666,'_product_id','43'),(22625,2666,'_variation_id','0'),(22626,2666,'_qty','1'),(22627,2666,'_tax_class',''),(22628,2666,'_line_subtotal','72'),(22629,2666,'_line_subtotal_tax','0'),(22630,2666,'_line_total','72'),(22631,2666,'_line_tax','0'),(22632,2666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22633,2667,'_product_id','49'),(22634,2667,'_variation_id','0'),(22635,2667,'_qty','2'),(22636,2667,'_tax_class',''),(22637,2667,'_line_subtotal','144'),(22638,2667,'_line_subtotal_tax','0'),(22639,2667,'_line_total','144'),(22640,2667,'_line_tax','0'),(22641,2667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22642,2668,'_product_id','490'),(22643,2668,'_variation_id','0'),(22644,2668,'_qty','10'),(22645,2668,'_tax_class',''),(22646,2668,'_line_subtotal','185'),(22647,2668,'_line_subtotal_tax','0'),(22648,2668,'_line_total','185'),(22649,2668,'_line_tax','0'),(22650,2668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22651,2669,'_product_id','487'),(22652,2669,'_variation_id','0'),(22653,2669,'_qty','2'),(22654,2669,'_tax_class',''),(22655,2669,'_line_subtotal','57'),(22656,2669,'_line_subtotal_tax','0'),(22657,2669,'_line_total','57'),(22658,2669,'_line_tax','0'),(22659,2669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22660,2670,'method_id','free_shipping'),(22661,2670,'instance_id','2'),(22662,2670,'cost','0.00'),(22663,2670,'total_tax','0'),(22664,2670,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22665,2670,'Items','Urgent Care Kit(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(22666,2671,'_product_id','490'),(22667,2671,'_variation_id','0'),(22668,2671,'_qty','3'),(22669,2671,'_tax_class',''),(22670,2671,'_line_subtotal','55.5'),(22671,2671,'_line_subtotal_tax','0'),(22672,2671,'_line_total','55.5'),(22673,2671,'_line_tax','0'),(22674,2671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22675,2672,'_product_id','23'),(22676,2672,'_variation_id','0'),(22677,2672,'_qty','1'),(22678,2672,'_tax_class',''),(22679,2672,'_line_subtotal','106.56'),(22680,2672,'_line_subtotal_tax','0'),(22681,2672,'_line_total','106.56'),(22682,2672,'_line_tax','0'),(22683,2672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22684,2673,'_product_id','51'),(22685,2673,'_variation_id','0'),(22686,2673,'_qty','1'),(22687,2673,'_tax_class',''),(22688,2673,'_line_subtotal','134.4'),(22689,2673,'_line_subtotal_tax','0'),(22690,2673,'_line_total','134.4'),(22691,2673,'_line_tax','0'),(22692,2673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22693,2674,'_product_id','39'),(22694,2674,'_variation_id','0'),(22695,2674,'_qty','1'),(22696,2674,'_tax_class',''),(22697,2674,'_line_subtotal','72'),(22698,2674,'_line_subtotal_tax','0'),(22699,2674,'_line_total','72'),(22700,2674,'_line_tax','0'),(22701,2674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22702,2675,'_product_id','40'),(22703,2675,'_variation_id','0'),(22704,2675,'_qty','1'),(22705,2675,'_tax_class',''),(22706,2675,'_line_subtotal','72'),(22707,2675,'_line_subtotal_tax','0'),(22708,2675,'_line_total','72'),(22709,2675,'_line_tax','0'),(22710,2675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22711,2676,'method_id','fedex'),(22712,2676,'instance_id','1'),(22713,2676,'cost','19.76'),(22714,2676,'total_tax','0'),(22715,2676,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22716,2676,'Package 1','17 × 14 × 10 (in) 40.4lbs × 1'),(22759,2682,'_product_id','41'),(22760,2682,'_variation_id','0'),(22761,2682,'_qty','1'),(22762,2682,'_tax_class',''),(22763,2682,'_line_subtotal','60.48'),(22764,2682,'_line_subtotal_tax','0'),(22765,2682,'_line_total','60.48'),(22766,2682,'_line_tax','0'),(22767,2682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22768,2683,'_product_id','41'),(22769,2683,'_variation_id','0'),(22770,2683,'_qty','1'),(22771,2683,'_tax_class',''),(22772,2683,'_line_subtotal','60.48'),(22773,2683,'_line_subtotal_tax','0'),(22774,2683,'_line_total','60.48'),(22775,2683,'_line_tax','0'),(22776,2683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22777,2684,'_product_id','93'),(22778,2684,'_variation_id','0'),(22779,2684,'_qty','1'),(22780,2684,'_tax_class',''),(22781,2684,'_line_subtotal','0'),(22782,2684,'_line_subtotal_tax','0'),(22783,2684,'_line_total','0'),(22784,2684,'_line_tax','0'),(22785,2684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22786,2685,'_product_id','99'),(22787,2685,'_variation_id','0'),(22788,2685,'_qty','1'),(22789,2685,'_tax_class',''),(22790,2685,'_line_subtotal','0'),(22791,2685,'_line_subtotal_tax','0'),(22792,2685,'_line_total','0'),(22793,2685,'_line_tax','0'),(22794,2685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22795,2686,'_product_id','97'),(22796,2686,'_variation_id','0'),(22797,2686,'_qty','1'),(22798,2686,'_tax_class',''),(22799,2686,'_line_subtotal','0'),(22800,2686,'_line_subtotal_tax','0'),(22801,2686,'_line_total','0'),(22802,2686,'_line_tax','0'),(22803,2686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22804,2687,'_product_id','93'),(22805,2687,'_variation_id','0'),(22806,2687,'_qty','4'),(22807,2687,'_tax_class',''),(22808,2687,'_line_subtotal','0'),(22809,2687,'_line_subtotal_tax','0'),(22810,2687,'_line_total','0'),(22811,2687,'_line_tax','0'),(22812,2687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22813,2688,'_product_id','137'),(22814,2688,'_variation_id','0'),(22815,2688,'_qty','6'),(22816,2688,'_tax_class',''),(22817,2688,'_line_subtotal','33'),(22818,2688,'_line_subtotal_tax','0'),(22819,2688,'_line_total','33'),(22820,2688,'_line_tax','0'),(22821,2688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22822,2689,'method_id','fedex'),(22823,2689,'instance_id','1'),(22824,2689,'cost','23.59'),(22825,2689,'total_tax','0'),(22826,2689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22827,2689,'Package 1','17 × 14 × 10 (in) 33.75lbs × 1'),(22852,2693,'_product_id','488'),(22853,2693,'_variation_id','0'),(22854,2693,'_qty','1'),(22855,2693,'_tax_class',''),(22856,2693,'_line_subtotal','28.5'),(22857,2693,'_line_subtotal_tax','0'),(22858,2693,'_line_total','28.5'),(22859,2693,'_line_tax','0'),(22860,2693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22861,2694,'_product_id','487'),(22862,2694,'_variation_id','0'),(22863,2694,'_qty','1'),(22864,2694,'_tax_class',''),(22865,2694,'_line_subtotal','28.5'),(22866,2694,'_line_subtotal_tax','0'),(22867,2694,'_line_total','28.5'),(22868,2694,'_line_tax','0'),(22869,2694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22870,2695,'method_id','fedex'),(22871,2695,'instance_id','1'),(22872,2695,'cost','13.87'),(22873,2695,'total_tax','0'),(22874,2695,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22875,2695,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(22876,2696,'_product_id','51'),(22877,2696,'_variation_id','0'),(22878,2696,'_qty','2'),(22879,2696,'_tax_class',''),(22880,2696,'_line_subtotal','268.8'),(22881,2696,'_line_subtotal_tax','0'),(22882,2696,'_line_total','268.8'),(22883,2696,'_line_tax','0'),(22884,2696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22885,2697,'_product_id','38'),(22886,2697,'_variation_id','0'),(22887,2697,'_qty','2'),(22888,2697,'_tax_class',''),(22889,2697,'_line_subtotal','530.44'),(22890,2697,'_line_subtotal_tax','0'),(22891,2697,'_line_total','530.44'),(22892,2697,'_line_tax','0'),(22893,2697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22894,2698,'_product_id','93'),(22895,2698,'_variation_id','0'),(22896,2698,'_qty','10'),(22897,2698,'_tax_class',''),(22898,2698,'_line_subtotal','0'),(22899,2698,'_line_subtotal_tax','0'),(22900,2698,'_line_total','0'),(22901,2698,'_line_tax','0'),(22902,2698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22903,2699,'_product_id','41'),(22904,2699,'_variation_id','0'),(22905,2699,'_qty','2'),(22906,2699,'_tax_class',''),(22907,2699,'_line_subtotal','120.96'),(22908,2699,'_line_subtotal_tax','0'),(22909,2699,'_line_total','120.96'),(22910,2699,'_line_tax','0'),(22911,2699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22912,2700,'method_id','free_shipping'),(22913,2700,'instance_id','2'),(22914,2700,'cost','0.00'),(22915,2700,'total_tax','0'),(22916,2700,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22917,2700,'Items','Urgent Care Kit(Case of 6) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 2'),(22918,2701,'_product_id','97'),(22919,2701,'_variation_id','0'),(22920,2701,'_qty','2'),(22921,2701,'_tax_class',''),(22922,2701,'_line_subtotal','0'),(22923,2701,'_line_subtotal_tax','0'),(22924,2701,'_line_total','0'),(22925,2701,'_line_tax','0'),(22926,2701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22927,2702,'_product_id','99'),(22928,2702,'_variation_id','0'),(22929,2702,'_qty','1'),(22930,2702,'_tax_class',''),(22931,2702,'_line_subtotal','0'),(22932,2702,'_line_subtotal_tax','0'),(22933,2702,'_line_total','0'),(22934,2702,'_line_tax','0'),(22935,2702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22936,2703,'method_id','fedex'),(22937,2703,'instance_id','1'),(22938,2703,'cost','12.78'),(22939,2703,'total_tax','0'),(22940,2703,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(22941,2703,'Package 1','17 × 14 × 10 (in) 24.55lbs × 1'),(22942,2704,'_product_id','38'),(22943,2704,'_variation_id','0'),(22944,2704,'_qty','1'),(22945,2704,'_tax_class',''),(22946,2704,'_line_subtotal','265.22'),(22947,2704,'_line_subtotal_tax','0'),(22948,2704,'_line_total','265.22'),(22949,2704,'_line_tax','0'),(22950,2704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22951,2705,'_product_id','120'),(22952,2705,'_variation_id','0'),(22953,2705,'_qty','1'),(22954,2705,'_tax_class',''),(22955,2705,'_line_subtotal','48'),(22956,2705,'_line_subtotal_tax','0'),(22957,2705,'_line_total','48'),(22958,2705,'_line_tax','0'),(22959,2705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22960,2706,'_product_id','97'),(22961,2706,'_variation_id','0'),(22962,2706,'_qty','2'),(22963,2706,'_tax_class',''),(22964,2706,'_line_subtotal','0'),(22965,2706,'_line_subtotal_tax','0'),(22966,2706,'_line_total','0'),(22967,2706,'_line_tax','0'),(22968,2706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22969,2707,'_product_id','318'),(22970,2707,'_variation_id','0'),(22971,2707,'_qty','3'),(22972,2707,'_tax_class',''),(22973,2707,'_line_subtotal','9'),(22974,2707,'_line_subtotal_tax','0'),(22975,2707,'_line_total','9'),(22976,2707,'_line_tax','0'),(22977,2707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22978,2708,'_product_id','93'),(22979,2708,'_variation_id','0'),(22980,2708,'_qty','10'),(22981,2708,'_tax_class',''),(22982,2708,'_line_subtotal','0'),(22983,2708,'_line_subtotal_tax','0'),(22984,2708,'_line_total','0'),(22985,2708,'_line_tax','0'),(22986,2708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22987,2709,'_product_id','95'),(22988,2709,'_variation_id','0'),(22989,2709,'_qty','2'),(22990,2709,'_tax_class',''),(22991,2709,'_line_subtotal','0'),(22992,2709,'_line_subtotal_tax','0'),(22993,2709,'_line_total','0'),(22994,2709,'_line_tax','0'),(22995,2709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(22996,2710,'_product_id','51'),(22997,2710,'_variation_id','0'),(22998,2710,'_qty','1'),(22999,2710,'_tax_class',''),(23000,2710,'_line_subtotal','134.4'),(23001,2710,'_line_subtotal_tax','0'),(23002,2710,'_line_total','134.4'),(23003,2710,'_line_tax','0'),(23004,2710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23005,2711,'_product_id','45'),(23006,2711,'_variation_id','0'),(23007,2711,'_qty','1'),(23008,2711,'_tax_class',''),(23009,2711,'_line_subtotal','38.4'),(23010,2711,'_line_subtotal_tax','0'),(23011,2711,'_line_total','38.4'),(23012,2711,'_line_tax','0'),(23013,2711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23014,2712,'method_id','fedex'),(23015,2712,'instance_id','1'),(23016,2712,'cost','43.89'),(23017,2712,'total_tax','0'),(23018,2712,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23019,2712,'Package 1','17 × 14 × 10 (in) 41.5lbs × 1'),(23020,2712,'Package 2','14 × 14 × 14 (in) 28.1lbs × 1'),(23021,2712,'Package 3','17 × 14 × 10 (in) 23.2lbs × 1'),(23022,2713,'_product_id','93'),(23023,2713,'_variation_id','0'),(23024,2713,'_qty','10'),(23025,2713,'_tax_class',''),(23026,2713,'_line_subtotal','0'),(23027,2713,'_line_subtotal_tax','0'),(23028,2713,'_line_total','0'),(23029,2713,'_line_tax','0'),(23030,2713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23031,2714,'_product_id','133'),(23032,2714,'_variation_id','0'),(23033,2714,'_qty','3'),(23034,2714,'_tax_class',''),(23035,2714,'_line_subtotal','39'),(23036,2714,'_line_subtotal_tax','0'),(23037,2714,'_line_total','39'),(23038,2714,'_line_tax','0'),(23039,2714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23040,2715,'method_id','fedex'),(23041,2715,'instance_id','1'),(23042,2715,'cost','17.15'),(23043,2715,'total_tax','0'),(23044,2715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23045,2715,'Package 1','17 × 14 × 10 (in) 26.1lbs × 1'),(23046,2716,'_product_id','23'),(23047,2716,'_variation_id','0'),(23048,2716,'_qty','2'),(23049,2716,'_tax_class',''),(23050,2716,'_line_subtotal','213.12'),(23051,2716,'_line_subtotal_tax','0'),(23052,2716,'_line_total','213.12'),(23053,2716,'_line_tax','0'),(23054,2716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23055,2717,'_product_id','41'),(23056,2717,'_variation_id','0'),(23057,2717,'_qty','1'),(23058,2717,'_tax_class',''),(23059,2717,'_line_subtotal','60.48'),(23060,2717,'_line_subtotal_tax','0'),(23061,2717,'_line_total','60.48'),(23062,2717,'_line_tax','0'),(23063,2717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23064,2718,'method_id','fedex'),(23065,2718,'instance_id','1'),(23066,2718,'cost','18.59'),(23067,2718,'total_tax','0'),(23068,2718,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23069,2718,'Package 1','17 × 14 × 10 (in) 18lbs × 1'),(23070,2719,'_product_id','23'),(23071,2719,'_variation_id','0'),(23072,2719,'_qty','3'),(23073,2719,'_tax_class',''),(23074,2719,'_line_subtotal','319.68'),(23075,2719,'_line_subtotal_tax','0'),(23076,2719,'_line_total','319.68'),(23077,2719,'_line_tax','0'),(23078,2719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23079,2720,'_product_id','38'),(23080,2720,'_variation_id','0'),(23081,2720,'_qty','2'),(23082,2720,'_tax_class',''),(23083,2720,'_line_subtotal','530.44'),(23084,2720,'_line_subtotal_tax','0'),(23085,2720,'_line_total','530.44'),(23086,2720,'_line_tax','0'),(23087,2720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23088,2721,'_product_id','41'),(23089,2721,'_variation_id','0'),(23090,2721,'_qty','4'),(23091,2721,'_tax_class',''),(23092,2721,'_line_subtotal','241.92'),(23093,2721,'_line_subtotal_tax','0'),(23094,2721,'_line_total','241.92'),(23095,2721,'_line_tax','0'),(23096,2721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23097,2722,'_product_id','39'),(23098,2722,'_variation_id','0'),(23099,2722,'_qty','2'),(23100,2722,'_tax_class',''),(23101,2722,'_line_subtotal','144'),(23102,2722,'_line_subtotal_tax','0'),(23103,2722,'_line_total','144'),(23104,2722,'_line_tax','0'),(23105,2722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23106,2723,'_product_id','43'),(23107,2723,'_variation_id','0'),(23108,2723,'_qty','4'),(23109,2723,'_tax_class',''),(23110,2723,'_line_subtotal','288'),(23111,2723,'_line_subtotal_tax','0'),(23112,2723,'_line_total','288'),(23113,2723,'_line_tax','0'),(23114,2723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23115,2724,'_product_id','93'),(23116,2724,'_variation_id','0'),(23117,2724,'_qty','10'),(23118,2724,'_tax_class',''),(23119,2724,'_line_subtotal','0'),(23120,2724,'_line_subtotal_tax','0'),(23121,2724,'_line_total','0'),(23122,2724,'_line_tax','0'),(23123,2724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23124,2725,'_product_id','99'),(23125,2725,'_variation_id','0'),(23126,2725,'_qty','3'),(23127,2725,'_tax_class',''),(23128,2725,'_line_subtotal','0'),(23129,2725,'_line_subtotal_tax','0'),(23130,2725,'_line_total','0'),(23131,2725,'_line_tax','0'),(23132,2725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23133,2726,'method_id','free_shipping'),(23134,2726,'instance_id','2'),(23135,2726,'cost','0.00'),(23136,2726,'total_tax','0'),(23137,2726,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23138,2726,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% &times; 10, Bulk Mousse 1 Gallon &times; 3'),(23139,2727,'_product_id','44'),(23140,2727,'_variation_id','0'),(23141,2727,'_qty','1'),(23142,2727,'_tax_class',''),(23143,2727,'_line_subtotal','105.6'),(23144,2727,'_line_subtotal_tax','0'),(23145,2727,'_line_total','105.6'),(23146,2727,'_line_tax','0'),(23147,2727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23148,2728,'_product_id','44'),(23149,2728,'_variation_id','0'),(23150,2728,'_qty','1'),(23151,2728,'_tax_class',''),(23152,2728,'_line_subtotal','105.6'),(23153,2728,'_line_subtotal_tax','0'),(23154,2728,'_line_total','105.6'),(23155,2728,'_line_tax','0'),(23156,2728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23157,2729,'_product_id','44'),(23158,2729,'_variation_id','0'),(23159,2729,'_qty','1'),(23160,2729,'_tax_class',''),(23161,2729,'_line_subtotal','105.6'),(23162,2729,'_line_subtotal_tax','0'),(23163,2729,'_line_total','105.6'),(23164,2729,'_line_tax','0'),(23165,2729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23166,2730,'_product_id','44'),(23167,2730,'_variation_id','0'),(23168,2730,'_qty','1'),(23169,2730,'_tax_class',''),(23170,2730,'_line_subtotal','105.6'),(23171,2730,'_line_subtotal_tax','0'),(23172,2730,'_line_total','105.6'),(23173,2730,'_line_tax','0'),(23174,2730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23175,2731,'_product_id','49'),(23176,2731,'_variation_id','0'),(23177,2731,'_qty','1'),(23178,2731,'_tax_class',''),(23179,2731,'_line_subtotal','72'),(23180,2731,'_line_subtotal_tax','0'),(23181,2731,'_line_total','72'),(23182,2731,'_line_tax','0'),(23183,2731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23184,2732,'_product_id','49'),(23185,2732,'_variation_id','0'),(23186,2732,'_qty','1'),(23187,2732,'_tax_class',''),(23188,2732,'_line_subtotal','72'),(23189,2732,'_line_subtotal_tax','0'),(23190,2732,'_line_total','72'),(23191,2732,'_line_tax','0'),(23192,2732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23193,2733,'method_id','free_shipping'),(23194,2733,'instance_id','2'),(23195,2733,'cost','0.00'),(23196,2733,'total_tax','0'),(23197,2733,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23198,2733,'Items','Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(23199,2734,'_product_id','23'),(23200,2734,'_variation_id','0'),(23201,2734,'_qty','2'),(23202,2734,'_tax_class',''),(23203,2734,'_line_subtotal','213.12'),(23204,2734,'_line_subtotal_tax','0'),(23205,2734,'_line_total','213.12'),(23206,2734,'_line_tax','0'),(23207,2734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23208,2735,'_product_id','38'),(23209,2735,'_variation_id','0'),(23210,2735,'_qty','2'),(23211,2735,'_tax_class',''),(23212,2735,'_line_subtotal','530.44'),(23213,2735,'_line_subtotal_tax','0'),(23214,2735,'_line_total','530.44'),(23215,2735,'_line_tax','0'),(23216,2735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23217,2736,'_product_id','131'),(23218,2736,'_variation_id','0'),(23219,2736,'_qty','4'),(23220,2736,'_tax_class',''),(23221,2736,'_line_subtotal','46'),(23222,2736,'_line_subtotal_tax','0'),(23223,2736,'_line_total','46'),(23224,2736,'_line_tax','0'),(23225,2736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23226,2737,'_product_id','490'),(23227,2737,'_variation_id','0'),(23228,2737,'_qty','10'),(23229,2737,'_tax_class',''),(23230,2737,'_line_subtotal','185'),(23231,2737,'_line_subtotal_tax','0'),(23232,2737,'_line_total','185'),(23233,2737,'_line_tax','0'),(23234,2737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23235,2738,'_product_id','41'),(23236,2738,'_variation_id','0'),(23237,2738,'_qty','1'),(23238,2738,'_tax_class',''),(23239,2738,'_line_subtotal','60.48'),(23240,2738,'_line_subtotal_tax','0'),(23241,2738,'_line_total','60.48'),(23242,2738,'_line_tax','0'),(23243,2738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23244,2739,'method_id','free_shipping'),(23245,2739,'instance_id','2'),(23246,2739,'cost','0.00'),(23247,2739,'total_tax','0'),(23248,2739,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23249,2739,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Disposable Capes &times; 4, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 1'),(23250,2740,'_product_id','41'),(23251,2740,'_variation_id','0'),(23252,2740,'_qty','2'),(23253,2740,'_tax_class',''),(23254,2740,'_line_subtotal','120.96'),(23255,2740,'_line_subtotal_tax','0'),(23256,2740,'_line_total','120.96'),(23257,2740,'_line_tax','0'),(23258,2740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23259,2741,'method_id','fedex'),(23260,2741,'instance_id','1'),(23261,2741,'cost','14.51'),(23262,2741,'total_tax','0'),(23263,2741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23264,2741,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(23265,2742,'_product_id','93'),(23266,2742,'_variation_id','0'),(23267,2742,'_qty','10'),(23268,2742,'_tax_class',''),(23269,2742,'_line_subtotal','0'),(23270,2742,'_line_subtotal_tax','0'),(23271,2742,'_line_total','0'),(23272,2742,'_line_tax','0'),(23273,2742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23274,2743,'method_id','fedex'),(23275,2743,'instance_id','1'),(23276,2743,'cost','25.21'),(23277,2743,'total_tax','0'),(23278,2743,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23279,2743,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(23280,2744,'_product_id','93'),(23281,2744,'_variation_id','0'),(23282,2744,'_qty','10'),(23283,2744,'_tax_class',''),(23284,2744,'_line_subtotal','0'),(23285,2744,'_line_subtotal_tax','0'),(23286,2744,'_line_total','0'),(23287,2744,'_line_tax','0'),(23288,2744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23289,2745,'method_id','fedex'),(23290,2745,'instance_id','1'),(23291,2745,'cost','25.21'),(23292,2745,'total_tax','0'),(23293,2745,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23294,2745,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(23325,2750,'_product_id','97'),(23326,2750,'_variation_id','0'),(23327,2750,'_qty','1'),(23328,2750,'_tax_class',''),(23329,2750,'_line_subtotal','0'),(23330,2750,'_line_subtotal_tax','0'),(23331,2750,'_line_total','0'),(23332,2750,'_line_tax','0'),(23333,2750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23334,2751,'_product_id','93'),(23335,2751,'_variation_id','0'),(23336,2751,'_qty','1'),(23337,2751,'_tax_class',''),(23338,2751,'_line_subtotal','0'),(23339,2751,'_line_subtotal_tax','0'),(23340,2751,'_line_total','0'),(23341,2751,'_line_tax','0'),(23342,2751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23343,2752,'_product_id','93'),(23344,2752,'_variation_id','0'),(23345,2752,'_qty','1'),(23346,2752,'_tax_class',''),(23347,2752,'_line_subtotal','0'),(23348,2752,'_line_subtotal_tax','0'),(23349,2752,'_line_total','0'),(23350,2752,'_line_tax','0'),(23351,2752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23352,2753,'_product_id','97'),(23353,2753,'_variation_id','0'),(23354,2753,'_qty','1'),(23355,2753,'_tax_class',''),(23356,2753,'_line_subtotal','0'),(23357,2753,'_line_subtotal_tax','0'),(23358,2753,'_line_total','0'),(23359,2753,'_line_tax','0'),(23360,2753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23361,2754,'_product_id','41'),(23362,2754,'_variation_id','0'),(23363,2754,'_qty','1'),(23364,2754,'_tax_class',''),(23365,2754,'_line_subtotal','60.48'),(23366,2754,'_line_subtotal_tax','0'),(23367,2754,'_line_total','60.48'),(23368,2754,'_line_tax','0'),(23369,2754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23370,2755,'method_id','fedex'),(23371,2755,'instance_id','1'),(23372,2755,'cost','12.64'),(23373,2755,'total_tax','0'),(23374,2755,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23375,2755,'Package 1','17 × 14 × 10 (in) 23.4lbs × 1'),(23376,2756,'_product_id','93'),(23377,2756,'_variation_id','0'),(23378,2756,'_qty','10'),(23379,2756,'_tax_class',''),(23380,2756,'_line_subtotal','0'),(23381,2756,'_line_subtotal_tax','0'),(23382,2756,'_line_total','0'),(23383,2756,'_line_tax','0'),(23384,2756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23385,2757,'method_id','fedex'),(23386,2757,'instance_id','1'),(23387,2757,'cost','12.96'),(23388,2757,'total_tax','0'),(23389,2757,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23390,2757,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(23391,2758,'_product_id','95'),(23392,2758,'_variation_id','0'),(23393,2758,'_qty','10'),(23394,2758,'_tax_class',''),(23395,2758,'_line_subtotal','0'),(23396,2758,'_line_subtotal_tax','0'),(23397,2758,'_line_total','0'),(23398,2758,'_line_tax','0'),(23399,2758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23400,2759,'method_id','fedex'),(23401,2759,'instance_id','1'),(23402,2759,'cost','12.96'),(23403,2759,'total_tax','0'),(23404,2759,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23405,2759,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(23406,2760,'_product_id','49'),(23407,2760,'_variation_id','0'),(23408,2760,'_qty','3'),(23409,2760,'_tax_class',''),(23410,2760,'_line_subtotal','216'),(23411,2760,'_line_subtotal_tax','0'),(23412,2760,'_line_total','216'),(23413,2760,'_line_tax','0'),(23414,2760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23415,2761,'_product_id','41'),(23416,2761,'_variation_id','0'),(23417,2761,'_qty','1'),(23418,2761,'_tax_class',''),(23419,2761,'_line_subtotal','60.48'),(23420,2761,'_line_subtotal_tax','0'),(23421,2761,'_line_total','60.48'),(23422,2761,'_line_tax','0'),(23423,2761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23424,2762,'_product_id','133'),(23425,2762,'_variation_id','0'),(23426,2762,'_qty','1'),(23427,2762,'_tax_class',''),(23428,2762,'_line_subtotal','13'),(23429,2762,'_line_subtotal_tax','0'),(23430,2762,'_line_total','13'),(23431,2762,'_line_tax','0'),(23432,2762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23433,2763,'_product_id','133'),(23434,2763,'_variation_id','0'),(23435,2763,'_qty','1'),(23436,2763,'_tax_class',''),(23437,2763,'_line_subtotal','13'),(23438,2763,'_line_subtotal_tax','0'),(23439,2763,'_line_total','13'),(23440,2763,'_line_tax','0'),(23441,2763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23442,2764,'_product_id','133'),(23443,2764,'_variation_id','0'),(23444,2764,'_qty','1'),(23445,2764,'_tax_class',''),(23446,2764,'_line_subtotal','13'),(23447,2764,'_line_subtotal_tax','0'),(23448,2764,'_line_total','13'),(23449,2764,'_line_tax','0'),(23450,2764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23451,2765,'method_id','fedex'),(23452,2765,'instance_id','1'),(23453,2765,'cost','35.34'),(23454,2765,'total_tax','0'),(23455,2765,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23456,2765,'Package 1','17 × 14 × 10 (in) 30.4lbs × 1'),(23457,2766,'_product_id','23'),(23458,2766,'_variation_id','0'),(23459,2766,'_qty','2'),(23460,2766,'_tax_class',''),(23461,2766,'_line_subtotal','213.12'),(23462,2766,'_line_subtotal_tax','0'),(23463,2766,'_line_total','213.12'),(23464,2766,'_line_tax','0'),(23465,2766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23466,2767,'_product_id','41'),(23467,2767,'_variation_id','0'),(23468,2767,'_qty','2'),(23469,2767,'_tax_class',''),(23470,2767,'_line_subtotal','120.96'),(23471,2767,'_line_subtotal_tax','0'),(23472,2767,'_line_total','120.96'),(23473,2767,'_line_tax','0'),(23474,2767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23475,2768,'_product_id','137'),(23476,2768,'_variation_id','0'),(23477,2768,'_qty','15'),(23478,2768,'_tax_class',''),(23479,2768,'_line_subtotal','82.5'),(23480,2768,'_line_subtotal_tax','0'),(23481,2768,'_line_total','82.5'),(23482,2768,'_line_tax','0'),(23483,2768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23484,2769,'_product_id','93'),(23485,2769,'_variation_id','0'),(23486,2769,'_qty','2'),(23487,2769,'_tax_class',''),(23488,2769,'_line_subtotal','0'),(23489,2769,'_line_subtotal_tax','0'),(23490,2769,'_line_total','0'),(23491,2769,'_line_tax','0'),(23492,2769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23493,2770,'method_id','fedex'),(23494,2770,'instance_id','1'),(23495,2770,'cost','19.88'),(23496,2770,'total_tax','0'),(23497,2770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23498,2770,'Package 1','17 × 14 × 10 (in) 28.45lbs × 1'),(23541,2776,'_product_id','42'),(23542,2776,'_variation_id','0'),(23543,2776,'_qty','3'),(23544,2776,'_tax_class',''),(23545,2776,'_line_subtotal','216'),(23546,2776,'_line_subtotal_tax','0'),(23547,2776,'_line_total','216'),(23548,2776,'_line_tax','0'),(23549,2776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23550,2777,'method_id','fedex'),(23551,2777,'instance_id','1'),(23552,2777,'cost','25.56'),(23553,2777,'total_tax','0'),(23554,2777,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23555,2777,'Package 1','17 × 14 × 10 (in) 15.7lbs × 1'),(23556,2778,'_product_id','38'),(23557,2778,'_variation_id','0'),(23558,2778,'_qty','1'),(23559,2778,'_tax_class',''),(23560,2778,'_line_subtotal','265.22'),(23561,2778,'_line_subtotal_tax','0'),(23562,2778,'_line_total','265.22'),(23563,2778,'_line_tax','0'),(23564,2778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23565,2779,'_product_id','44'),(23566,2779,'_variation_id','0'),(23567,2779,'_qty','1'),(23568,2779,'_tax_class',''),(23569,2779,'_line_subtotal','105.6'),(23570,2779,'_line_subtotal_tax','0'),(23571,2779,'_line_total','105.6'),(23572,2779,'_line_tax','0'),(23573,2779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23574,2780,'_product_id','133'),(23575,2780,'_variation_id','0'),(23576,2780,'_qty','1'),(23577,2780,'_tax_class',''),(23578,2780,'_line_subtotal','13'),(23579,2780,'_line_subtotal_tax','0'),(23580,2780,'_line_total','13'),(23581,2780,'_line_tax','0'),(23582,2780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23583,2781,'_product_id','45'),(23584,2781,'_variation_id','0'),(23585,2781,'_qty','3'),(23586,2781,'_tax_class',''),(23587,2781,'_line_subtotal','115.2'),(23588,2781,'_line_subtotal_tax','0'),(23589,2781,'_line_total','115.2'),(23590,2781,'_line_tax','0'),(23591,2781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23592,2782,'_product_id','41'),(23593,2782,'_variation_id','0'),(23594,2782,'_qty','4'),(23595,2782,'_tax_class',''),(23596,2782,'_line_subtotal','241.92'),(23597,2782,'_line_subtotal_tax','0'),(23598,2782,'_line_total','241.92'),(23599,2782,'_line_tax','0'),(23600,2782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23601,2783,'_product_id','43'),(23602,2783,'_variation_id','0'),(23603,2783,'_qty','2'),(23604,2783,'_tax_class',''),(23605,2783,'_line_subtotal','144'),(23606,2783,'_line_subtotal_tax','0'),(23607,2783,'_line_total','144'),(23608,2783,'_line_tax','0'),(23609,2783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23610,2784,'_product_id','44'),(23611,2784,'_variation_id','0'),(23612,2784,'_qty','3'),(23613,2784,'_tax_class',''),(23614,2784,'_line_subtotal','316.8'),(23615,2784,'_line_subtotal_tax','0'),(23616,2784,'_line_total','316.8'),(23617,2784,'_line_tax','0'),(23618,2784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23619,2785,'_product_id','133'),(23620,2785,'_variation_id','0'),(23621,2785,'_qty','4'),(23622,2785,'_tax_class',''),(23623,2785,'_line_subtotal','52'),(23624,2785,'_line_subtotal_tax','0'),(23625,2785,'_line_total','52'),(23626,2785,'_line_tax','0'),(23627,2785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23628,2786,'method_id','free_shipping'),(23629,2786,'instance_id','2'),(23630,2786,'cost','0.00'),(23631,2786,'total_tax','0'),(23632,2786,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23633,2786,'Items','Active Rinse 16oz(Case of 16) &times; 1, Preventive Kit(Case of 6) &times; 1, Disposable Head Bands &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Disposable Head Bands &times; 4'),(23634,2787,'_product_id','490'),(23635,2787,'_variation_id','0'),(23636,2787,'_qty','10'),(23637,2787,'_tax_class',''),(23638,2787,'_line_subtotal','185'),(23639,2787,'_line_subtotal_tax','0'),(23640,2787,'_line_total','185'),(23641,2787,'_line_tax','0'),(23642,2787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23643,2788,'_product_id','45'),(23644,2788,'_variation_id','0'),(23645,2788,'_qty','1'),(23646,2788,'_tax_class',''),(23647,2788,'_line_subtotal','38.4'),(23648,2788,'_line_subtotal_tax','0'),(23649,2788,'_line_total','38.4'),(23650,2788,'_line_tax','0'),(23651,2788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23652,2789,'_product_id','118'),(23653,2789,'_variation_id','0'),(23654,2789,'_qty','1'),(23655,2789,'_tax_class',''),(23656,2789,'_line_subtotal','168'),(23657,2789,'_line_subtotal_tax','0'),(23658,2789,'_line_total','168'),(23659,2789,'_line_tax','0'),(23660,2789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23661,2790,'_product_id','120'),(23662,2790,'_variation_id','0'),(23663,2790,'_qty','2'),(23664,2790,'_tax_class',''),(23665,2790,'_line_subtotal','96'),(23666,2790,'_line_subtotal_tax','0'),(23667,2790,'_line_total','96'),(23668,2790,'_line_tax','0'),(23669,2790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23670,2791,'_product_id','43'),(23671,2791,'_variation_id','0'),(23672,2791,'_qty','2'),(23673,2791,'_tax_class',''),(23674,2791,'_line_subtotal','144'),(23675,2791,'_line_subtotal_tax','0'),(23676,2791,'_line_total','144'),(23677,2791,'_line_tax','0'),(23678,2791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23679,2792,'_product_id','51'),(23680,2792,'_variation_id','0'),(23681,2792,'_qty','1'),(23682,2792,'_tax_class',''),(23683,2792,'_line_subtotal','134.4'),(23684,2792,'_line_subtotal_tax','0'),(23685,2792,'_line_total','134.4'),(23686,2792,'_line_tax','0'),(23687,2792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23688,2793,'method_id','free_shipping'),(23689,2793,'instance_id','2'),(23690,2793,'cost','0.00'),(23691,2793,'total_tax','0'),(23692,2793,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23693,2793,'Items','Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1'),(23694,2794,'_product_id','93'),(23695,2794,'_variation_id','0'),(23696,2794,'_qty','1'),(23697,2794,'_tax_class',''),(23698,2794,'_line_subtotal','0'),(23699,2794,'_line_subtotal_tax','0'),(23700,2794,'_line_total','0'),(23701,2794,'_line_tax','0'),(23702,2794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23703,2795,'_product_id','97'),(23704,2795,'_variation_id','0'),(23705,2795,'_qty','1'),(23706,2795,'_tax_class',''),(23707,2795,'_line_subtotal','0'),(23708,2795,'_line_subtotal_tax','0'),(23709,2795,'_line_total','0'),(23710,2795,'_line_tax','0'),(23711,2795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23712,2796,'_product_id','99'),(23713,2796,'_variation_id','0'),(23714,2796,'_qty','1'),(23715,2796,'_tax_class',''),(23716,2796,'_line_subtotal','0'),(23717,2796,'_line_subtotal_tax','0'),(23718,2796,'_line_total','0'),(23719,2796,'_line_tax','0'),(23720,2796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23721,2797,'method_id','fedex'),(23722,2797,'instance_id','1'),(23723,2797,'cost','16.95'),(23724,2797,'total_tax','0'),(23725,2797,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23726,2797,'Package 1','17 × 14 × 10 (in) 18.85lbs × 1'),(23727,2798,'_product_id','23'),(23728,2798,'_variation_id','0'),(23729,2798,'_qty','1'),(23730,2798,'_tax_class',''),(23731,2798,'_line_subtotal','106.56'),(23732,2798,'_line_subtotal_tax','0'),(23733,2798,'_line_total','106.56'),(23734,2798,'_line_tax','0'),(23735,2798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23736,2799,'_product_id','38'),(23737,2799,'_variation_id','0'),(23738,2799,'_qty','1'),(23739,2799,'_tax_class',''),(23740,2799,'_line_subtotal','265.22'),(23741,2799,'_line_subtotal_tax','0'),(23742,2799,'_line_total','265.22'),(23743,2799,'_line_tax','0'),(23744,2799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23745,2800,'method_id','fedex'),(23746,2800,'instance_id','1'),(23747,2800,'cost','16.36'),(23748,2800,'total_tax','0'),(23749,2800,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23750,2800,'Package 1','14 × 14 × 14 (in) 26.8lbs × 1'),(23751,2801,'_product_id','23'),(23752,2801,'_variation_id','0'),(23753,2801,'_qty','3'),(23754,2801,'_tax_class',''),(23755,2801,'_line_subtotal','319.68'),(23756,2801,'_line_subtotal_tax','0'),(23757,2801,'_line_total','319.68'),(23758,2801,'_line_tax','0'),(23759,2801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23760,2802,'_product_id','38'),(23761,2802,'_variation_id','0'),(23762,2802,'_qty','1'),(23763,2802,'_tax_class',''),(23764,2802,'_line_subtotal','265.22'),(23765,2802,'_line_subtotal_tax','0'),(23766,2802,'_line_total','265.22'),(23767,2802,'_line_tax','0'),(23768,2802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23769,2803,'_product_id','45'),(23770,2803,'_variation_id','0'),(23771,2803,'_qty','2'),(23772,2803,'_tax_class',''),(23773,2803,'_line_subtotal','76.8'),(23774,2803,'_line_subtotal_tax','0'),(23775,2803,'_line_total','76.8'),(23776,2803,'_line_tax','0'),(23777,2803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23778,2804,'_product_id','41'),(23779,2804,'_variation_id','0'),(23780,2804,'_qty','3'),(23781,2804,'_tax_class',''),(23782,2804,'_line_subtotal','181.44'),(23783,2804,'_line_subtotal_tax','0'),(23784,2804,'_line_total','181.44'),(23785,2804,'_line_tax','0'),(23786,2804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23787,2805,'_product_id','116'),(23788,2805,'_variation_id','0'),(23789,2805,'_qty','2'),(23790,2805,'_tax_class',''),(23791,2805,'_line_subtotal','264'),(23792,2805,'_line_subtotal_tax','0'),(23793,2805,'_line_total','264'),(23794,2805,'_line_tax','0'),(23795,2805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23796,2806,'_product_id','43'),(23797,2806,'_variation_id','0'),(23798,2806,'_qty','1'),(23799,2806,'_tax_class',''),(23800,2806,'_line_subtotal','72'),(23801,2806,'_line_subtotal_tax','0'),(23802,2806,'_line_total','72'),(23803,2806,'_line_tax','0'),(23804,2806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23805,2807,'_product_id','49'),(23806,2807,'_variation_id','0'),(23807,2807,'_qty','2'),(23808,2807,'_tax_class',''),(23809,2807,'_line_subtotal','144'),(23810,2807,'_line_subtotal_tax','0'),(23811,2807,'_line_total','144'),(23812,2807,'_line_tax','0'),(23813,2807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23814,2808,'_product_id','39'),(23815,2808,'_variation_id','0'),(23816,2808,'_qty','2'),(23817,2808,'_tax_class',''),(23818,2808,'_line_subtotal','144'),(23819,2808,'_line_subtotal_tax','0'),(23820,2808,'_line_total','144'),(23821,2808,'_line_tax','0'),(23822,2808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23823,2809,'_product_id','93'),(23824,2809,'_variation_id','0'),(23825,2809,'_qty','4'),(23826,2809,'_tax_class',''),(23827,2809,'_line_subtotal','0'),(23828,2809,'_line_subtotal_tax','0'),(23829,2809,'_line_total','0'),(23830,2809,'_line_tax','0'),(23831,2809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23832,2810,'method_id','free_shipping'),(23833,2810,'instance_id','2'),(23834,2810,'cost','0.00'),(23835,2810,'total_tax','0'),(23836,2810,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23837,2810,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 4'),(23853,2813,'_product_id','488'),(23854,2813,'_variation_id','0'),(23855,2813,'_qty','1'),(23856,2813,'_tax_class',''),(23857,2813,'_line_subtotal','28.5'),(23858,2813,'_line_subtotal_tax','0'),(23859,2813,'_line_total','28.5'),(23860,2813,'_line_tax','0'),(23861,2813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23862,2814,'_product_id','137'),(23863,2814,'_variation_id','0'),(23864,2814,'_qty','1'),(23865,2814,'_tax_class',''),(23866,2814,'_line_subtotal','5.5'),(23867,2814,'_line_subtotal_tax','0'),(23868,2814,'_line_total','5.5'),(23869,2814,'_line_tax','0'),(23870,2814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23871,2815,'_product_id','490'),(23872,2815,'_variation_id','0'),(23873,2815,'_qty','3'),(23874,2815,'_tax_class',''),(23875,2815,'_line_subtotal','55.5'),(23876,2815,'_line_subtotal_tax','0'),(23877,2815,'_line_total','55.5'),(23878,2815,'_line_tax','0'),(23879,2815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23880,2816,'method_id','fedex'),(23881,2816,'instance_id','1'),(23882,2816,'cost','13.84'),(23883,2816,'total_tax','0'),(23884,2816,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23885,2816,'Package 1','17 × 14 × 10 (in) 15.55lbs × 1'),(23886,2817,'_product_id','93'),(23887,2817,'_variation_id','0'),(23888,2817,'_qty','10'),(23889,2817,'_tax_class',''),(23890,2817,'_line_subtotal','0'),(23891,2817,'_line_subtotal_tax','0'),(23892,2817,'_line_total','0'),(23893,2817,'_line_tax','0'),(23894,2817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23895,2817,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:10;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(23896,2817,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"93\";s:8:\"cart_key\";s:32:\"f5ead1998b6cdbdeee016e9c5575938b\";s:15:\"cart_unique_key\";s:32:\"11c9a621f9fb2a6b230c32eaa8889add\";s:9:\"item_name\";s:22:\"Bulk Active Rinse 100%\";s:13:\"item_quantity\";s:2:\"10\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(23897,2818,'_product_id','39'),(23898,2818,'_variation_id','0'),(23899,2818,'_qty','2'),(23900,2818,'_tax_class',''),(23901,2818,'_line_subtotal','144'),(23902,2818,'_line_subtotal_tax','0'),(23903,2818,'_line_total','144'),(23904,2818,'_line_tax','0'),(23905,2818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23906,2818,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(23907,2818,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"39\";s:8:\"cart_key\";s:32:\"a9a554558ff35f185e85bc9b19ac6e17\";s:15:\"cart_unique_key\";s:32:\"8c075e88f05a2c6d87e71e35d9c9a947\";s:9:\"item_name\";s:34:\"Preventive Shampoo<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"1\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(23908,2819,'_product_id','40'),(23909,2819,'_variation_id','0'),(23910,2819,'_qty','2'),(23911,2819,'_tax_class',''),(23912,2819,'_line_subtotal','144'),(23913,2819,'_line_subtotal_tax','0'),(23914,2819,'_line_total','144'),(23915,2819,'_line_tax','0'),(23916,2819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23917,2819,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(23918,2819,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"40\";s:8:\"cart_key\";s:32:\"7c4ebcd1e3bdd33d51aa4522b9970fcc\";s:15:\"cart_unique_key\";s:32:\"44afc1ebf31f7a0e609e950e3fa082dc\";s:9:\"item_name\";s:38:\"Preventive Conditioner<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"2\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(23919,2820,'_product_id','45'),(23920,2820,'_variation_id','0'),(23921,2820,'_qty','3'),(23922,2820,'_tax_class',''),(23923,2820,'_line_subtotal','115.2'),(23924,2820,'_line_subtotal_tax','0'),(23925,2820,'_line_total','115.2'),(23926,2820,'_line_tax','0'),(23927,2820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23928,2820,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(23929,2820,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"45\";s:8:\"cart_key\";s:32:\"41e01a02d8681170a0ce3523f35d6d9d\";s:15:\"cart_unique_key\";s:32:\"6f4bd26b78c5ce82a735a8fb815186de\";s:9:\"item_name\";s:44:\"Super Clarifying Shampoo 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"4\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(23930,2821,'_product_id','23'),(23931,2821,'_variation_id','0'),(23932,2821,'_qty','1'),(23933,2821,'_tax_class',''),(23934,2821,'_line_subtotal','106.56'),(23935,2821,'_line_subtotal_tax','0'),(23936,2821,'_line_total','106.56'),(23937,2821,'_line_tax','0'),(23938,2821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23939,2821,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(23940,2821,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"23\";s:8:\"cart_key\";s:32:\"53a904f220b2c795980f020da82c0c75\";s:15:\"cart_unique_key\";s:32:\"6fbd5f97e82ced850d14d88a201eb457\";s:9:\"item_name\";s:32:\"Active Rinse 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"1\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:10:\"LCA Newton\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"1234 Chestnut Street\";s:9:\"address_2\";s:10:\"Suite 101A\";s:4:\"city\";s:18:\"Newton Upper Falls\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02464\";}s:13:\"custom_fields\";a:0:{}}}'),(23941,2822,'method_id','free_shipping'),(23942,2822,'instance_id','2'),(23943,2822,'cost','0.00'),(23944,2822,'total_tax','0'),(23945,2822,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23946,2822,'Items','Bulk Active Rinse 100% × 10'),(23947,2823,'method_id','free_shipping'),(23948,2823,'instance_id','2'),(23949,2823,'cost','0.00'),(23950,2823,'total_tax','0'),(23951,2823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23952,2823,'Items','Preventive Shampoo<br>(Case of 12) × 2'),(23953,2824,'method_id','free_shipping'),(23954,2824,'instance_id','2'),(23955,2824,'cost','0.00'),(23956,2824,'total_tax','0'),(23957,2824,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23958,2824,'Items','Preventive Conditioner<br>(Case of 12) × 2'),(23959,2825,'method_id','free_shipping'),(23960,2825,'instance_id','2'),(23961,2825,'cost','0.00'),(23962,2825,'total_tax','0'),(23963,2825,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23964,2825,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 3'),(23965,2826,'method_id','free_shipping'),(23966,2826,'instance_id','2'),(23967,2826,'cost','0.00'),(23968,2826,'total_tax','0'),(23969,2826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(23970,2826,'Items','Active Rinse 8oz<br>(Case of 12) × 1'),(23971,2827,'_product_id','38'),(23972,2827,'_variation_id','0'),(23973,2827,'_qty','1'),(23974,2827,'_tax_class',''),(23975,2827,'_line_subtotal','265.22'),(23976,2827,'_line_subtotal_tax','0'),(23977,2827,'_line_total','265.22'),(23978,2827,'_line_tax','0'),(23979,2827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23980,2828,'_product_id','51'),(23981,2828,'_variation_id','0'),(23982,2828,'_qty','1'),(23983,2828,'_tax_class',''),(23984,2828,'_line_subtotal','134.4'),(23985,2828,'_line_subtotal_tax','0'),(23986,2828,'_line_total','134.4'),(23987,2828,'_line_tax','0'),(23988,2828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23989,2829,'_product_id','49'),(23990,2829,'_variation_id','0'),(23991,2829,'_qty','1'),(23992,2829,'_tax_class',''),(23993,2829,'_line_subtotal','72'),(23994,2829,'_line_subtotal_tax','0'),(23995,2829,'_line_total','72'),(23996,2829,'_line_tax','0'),(23997,2829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(23998,2830,'_product_id','118'),(23999,2830,'_variation_id','0'),(24000,2830,'_qty','1'),(24001,2830,'_tax_class',''),(24002,2830,'_line_subtotal','168'),(24003,2830,'_line_subtotal_tax','0'),(24004,2830,'_line_total','168'),(24005,2830,'_line_tax','0'),(24006,2830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24007,2831,'_product_id','45'),(24008,2831,'_variation_id','0'),(24009,2831,'_qty','1'),(24010,2831,'_tax_class',''),(24011,2831,'_line_subtotal','38.4'),(24012,2831,'_line_subtotal_tax','0'),(24013,2831,'_line_total','38.4'),(24014,2831,'_line_tax','0'),(24015,2831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24016,2832,'_product_id','93'),(24017,2832,'_variation_id','0'),(24018,2832,'_qty','10'),(24019,2832,'_tax_class',''),(24020,2832,'_line_subtotal','0'),(24021,2832,'_line_subtotal_tax','0'),(24022,2832,'_line_total','0'),(24023,2832,'_line_tax','0'),(24024,2832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24025,2833,'_product_id','95'),(24026,2833,'_variation_id','0'),(24027,2833,'_qty','10'),(24028,2833,'_tax_class',''),(24029,2833,'_line_subtotal','0'),(24030,2833,'_line_subtotal_tax','0'),(24031,2833,'_line_total','0'),(24032,2833,'_line_tax','0'),(24033,2833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24034,2834,'_product_id','97'),(24035,2834,'_variation_id','0'),(24036,2834,'_qty','2'),(24037,2834,'_tax_class',''),(24038,2834,'_line_subtotal','0'),(24039,2834,'_line_subtotal_tax','0'),(24040,2834,'_line_total','0'),(24041,2834,'_line_tax','0'),(24042,2834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24043,2835,'_product_id','99'),(24044,2835,'_variation_id','0'),(24045,2835,'_qty','2'),(24046,2835,'_tax_class',''),(24047,2835,'_line_subtotal','0'),(24048,2835,'_line_subtotal_tax','0'),(24049,2835,'_line_total','0'),(24050,2835,'_line_tax','0'),(24051,2835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24052,2836,'method_id','free_shipping'),(24053,2836,'instance_id','2'),(24054,2836,'cost','0.00'),(24055,2836,'total_tax','0'),(24056,2836,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24057,2836,'Items','Active Rinse 16oz(Case of 16) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Bulk Active Rinse 50/50 &times; 10, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2'),(24097,2842,'_product_id','41'),(24098,2842,'_variation_id','0'),(24099,2842,'_qty','2'),(24100,2842,'_tax_class',''),(24101,2842,'_line_subtotal','120.96'),(24102,2842,'_line_subtotal_tax','0'),(24103,2842,'_line_total','120.96'),(24104,2842,'_line_tax','0'),(24105,2842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24106,2843,'_product_id','23'),(24107,2843,'_variation_id','0'),(24108,2843,'_qty','3'),(24109,2843,'_tax_class',''),(24110,2843,'_line_subtotal','319.68'),(24111,2843,'_line_subtotal_tax','0'),(24112,2843,'_line_total','319.68'),(24113,2843,'_line_tax','0'),(24114,2843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24115,2844,'_product_id','38'),(24116,2844,'_variation_id','0'),(24117,2844,'_qty','2'),(24118,2844,'_tax_class',''),(24119,2844,'_line_subtotal','530.44'),(24120,2844,'_line_subtotal_tax','0'),(24121,2844,'_line_total','530.44'),(24122,2844,'_line_tax','0'),(24123,2844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24124,2845,'_product_id','51'),(24125,2845,'_variation_id','0'),(24126,2845,'_qty','1'),(24127,2845,'_tax_class',''),(24128,2845,'_line_subtotal','134.4'),(24129,2845,'_line_subtotal_tax','0'),(24130,2845,'_line_total','134.4'),(24131,2845,'_line_tax','0'),(24132,2845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24133,2846,'_product_id','43'),(24134,2846,'_variation_id','0'),(24135,2846,'_qty','1'),(24136,2846,'_tax_class',''),(24137,2846,'_line_subtotal','72'),(24138,2846,'_line_subtotal_tax','0'),(24139,2846,'_line_total','72'),(24140,2846,'_line_tax','0'),(24141,2846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24142,2847,'_product_id','118'),(24143,2847,'_variation_id','0'),(24144,2847,'_qty','1'),(24145,2847,'_tax_class',''),(24146,2847,'_line_subtotal','168'),(24147,2847,'_line_subtotal_tax','0'),(24148,2847,'_line_total','168'),(24149,2847,'_line_tax','0'),(24150,2847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24151,2848,'_product_id','488'),(24152,2848,'_variation_id','0'),(24153,2848,'_qty','2'),(24154,2848,'_tax_class',''),(24155,2848,'_line_subtotal','57'),(24156,2848,'_line_subtotal_tax','0'),(24157,2848,'_line_total','57'),(24158,2848,'_line_tax','0'),(24159,2848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24160,2849,'_product_id','487'),(24161,2849,'_variation_id','0'),(24162,2849,'_qty','1'),(24163,2849,'_tax_class',''),(24164,2849,'_line_subtotal','28.5'),(24165,2849,'_line_subtotal_tax','0'),(24166,2849,'_line_total','28.5'),(24167,2849,'_line_tax','0'),(24168,2849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24169,2850,'_product_id','131'),(24170,2850,'_variation_id','0'),(24171,2850,'_qty','4'),(24172,2850,'_tax_class',''),(24173,2850,'_line_subtotal','46'),(24174,2850,'_line_subtotal_tax','0'),(24175,2850,'_line_total','46'),(24176,2850,'_line_tax','0'),(24177,2850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24178,2851,'method_id','free_shipping'),(24179,2851,'instance_id','2'),(24180,2851,'cost','0.00'),(24181,2851,'total_tax','0'),(24182,2851,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24183,2851,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Disposable Capes &times; 4'),(24184,2852,'_product_id','23'),(24185,2852,'_variation_id','0'),(24186,2852,'_qty','1'),(24187,2852,'_tax_class',''),(24188,2852,'_line_subtotal','106.56'),(24189,2852,'_line_subtotal_tax','0'),(24190,2852,'_line_total','106.56'),(24191,2852,'_line_tax','0'),(24192,2852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24193,2853,'_product_id','51'),(24194,2853,'_variation_id','0'),(24195,2853,'_qty','1'),(24196,2853,'_tax_class',''),(24197,2853,'_line_subtotal','134.4'),(24198,2853,'_line_subtotal_tax','0'),(24199,2853,'_line_total','134.4'),(24200,2853,'_line_tax','0'),(24201,2853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24202,2854,'_product_id','93'),(24203,2854,'_variation_id','0'),(24204,2854,'_qty','1'),(24205,2854,'_tax_class',''),(24206,2854,'_line_subtotal','0'),(24207,2854,'_line_subtotal_tax','0'),(24208,2854,'_line_total','0'),(24209,2854,'_line_tax','0'),(24210,2854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24211,2855,'_product_id','93'),(24212,2855,'_variation_id','0'),(24213,2855,'_qty','1'),(24214,2855,'_tax_class',''),(24215,2855,'_line_subtotal','0'),(24216,2855,'_line_subtotal_tax','0'),(24217,2855,'_line_total','0'),(24218,2855,'_line_tax','0'),(24219,2855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24220,2856,'_product_id','93'),(24221,2856,'_variation_id','0'),(24222,2856,'_qty','1'),(24223,2856,'_tax_class',''),(24224,2856,'_line_subtotal','0'),(24225,2856,'_line_subtotal_tax','0'),(24226,2856,'_line_total','0'),(24227,2856,'_line_tax','0'),(24228,2856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24229,2857,'_product_id','93'),(24230,2857,'_variation_id','0'),(24231,2857,'_qty','1'),(24232,2857,'_tax_class',''),(24233,2857,'_line_subtotal','0'),(24234,2857,'_line_subtotal_tax','0'),(24235,2857,'_line_total','0'),(24236,2857,'_line_tax','0'),(24237,2857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24238,2858,'_product_id','93'),(24239,2858,'_variation_id','0'),(24240,2858,'_qty','1'),(24241,2858,'_tax_class',''),(24242,2858,'_line_subtotal','0'),(24243,2858,'_line_subtotal_tax','0'),(24244,2858,'_line_total','0'),(24245,2858,'_line_tax','0'),(24246,2858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24247,2859,'_product_id','93'),(24248,2859,'_variation_id','0'),(24249,2859,'_qty','1'),(24250,2859,'_tax_class',''),(24251,2859,'_line_subtotal','0'),(24252,2859,'_line_subtotal_tax','0'),(24253,2859,'_line_total','0'),(24254,2859,'_line_tax','0'),(24255,2859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24256,2860,'_product_id','93'),(24257,2860,'_variation_id','0'),(24258,2860,'_qty','1'),(24259,2860,'_tax_class',''),(24260,2860,'_line_subtotal','0'),(24261,2860,'_line_subtotal_tax','0'),(24262,2860,'_line_total','0'),(24263,2860,'_line_tax','0'),(24264,2860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24265,2861,'_product_id','93'),(24266,2861,'_variation_id','0'),(24267,2861,'_qty','1'),(24268,2861,'_tax_class',''),(24269,2861,'_line_subtotal','0'),(24270,2861,'_line_subtotal_tax','0'),(24271,2861,'_line_total','0'),(24272,2861,'_line_tax','0'),(24273,2861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24274,2862,'method_id','fedex'),(24275,2862,'instance_id','1'),(24276,2862,'cost','25.21'),(24277,2862,'total_tax','0'),(24278,2862,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24279,2862,'Package 1','17 × 14 × 10 (in) 36.3lbs × 1'),(24331,2869,'_product_id','41'),(24332,2869,'_variation_id','0'),(24333,2869,'_qty','3'),(24334,2869,'_tax_class',''),(24335,2869,'_line_subtotal','181.44'),(24336,2869,'_line_subtotal_tax','0'),(24337,2869,'_line_total','181.44'),(24338,2869,'_line_tax','0'),(24339,2869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24340,2870,'_product_id','99'),(24341,2870,'_variation_id','0'),(24342,2870,'_qty','2'),(24343,2870,'_tax_class',''),(24344,2870,'_line_subtotal','0'),(24345,2870,'_line_subtotal_tax','0'),(24346,2870,'_line_total','0'),(24347,2870,'_line_tax','0'),(24348,2870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24349,2871,'method_id','fedex'),(24350,2871,'instance_id','1'),(24351,2871,'cost','19.35'),(24352,2871,'total_tax','0'),(24353,2871,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24354,2871,'Package 1','17 × 14 × 10 (in) 23.9lbs × 1'),(24355,2872,'_product_id','23'),(24356,2872,'_variation_id','0'),(24357,2872,'_qty','4'),(24358,2872,'_tax_class',''),(24359,2872,'_line_subtotal','426.24'),(24360,2872,'_line_subtotal_tax','0'),(24361,2872,'_line_total','426.24'),(24362,2872,'_line_tax','0'),(24363,2872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24364,2873,'_product_id','44'),(24365,2873,'_variation_id','0'),(24366,2873,'_qty','2'),(24367,2873,'_tax_class',''),(24368,2873,'_line_subtotal','211.2'),(24369,2873,'_line_subtotal_tax','0'),(24370,2873,'_line_total','211.2'),(24371,2873,'_line_tax','0'),(24372,2873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24373,2874,'_product_id','490'),(24374,2874,'_variation_id','0'),(24375,2874,'_qty','10'),(24376,2874,'_tax_class',''),(24377,2874,'_line_subtotal','185'),(24378,2874,'_line_subtotal_tax','0'),(24379,2874,'_line_total','185'),(24380,2874,'_line_tax','0'),(24381,2874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24382,2875,'_product_id','38'),(24383,2875,'_variation_id','0'),(24384,2875,'_qty','1'),(24385,2875,'_tax_class',''),(24386,2875,'_line_subtotal','265.22'),(24387,2875,'_line_subtotal_tax','0'),(24388,2875,'_line_total','265.22'),(24389,2875,'_line_tax','0'),(24390,2875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24391,2876,'_product_id','42'),(24392,2876,'_variation_id','0'),(24393,2876,'_qty','1'),(24394,2876,'_tax_class',''),(24395,2876,'_line_subtotal','72'),(24396,2876,'_line_subtotal_tax','0'),(24397,2876,'_line_total','72'),(24398,2876,'_line_tax','0'),(24399,2876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24400,2877,'method_id','free_shipping'),(24401,2877,'instance_id','2'),(24402,2877,'cost','0.00'),(24403,2877,'total_tax','0'),(24404,2877,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24405,2877,'Items','Active Rinse 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(24421,2880,'_product_id','23'),(24422,2880,'_variation_id','0'),(24423,2880,'_qty','3'),(24424,2880,'_tax_class',''),(24425,2880,'_line_subtotal','319.68'),(24426,2880,'_line_subtotal_tax','0'),(24427,2880,'_line_total','319.68'),(24428,2880,'_line_tax','0'),(24429,2880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24430,2881,'_product_id','38'),(24431,2881,'_variation_id','0'),(24432,2881,'_qty','1'),(24433,2881,'_tax_class',''),(24434,2881,'_line_subtotal','265.22'),(24435,2881,'_line_subtotal_tax','0'),(24436,2881,'_line_total','265.22'),(24437,2881,'_line_tax','0'),(24438,2881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24439,2882,'_product_id','42'),(24440,2882,'_variation_id','0'),(24441,2882,'_qty','1'),(24442,2882,'_tax_class',''),(24443,2882,'_line_subtotal','72'),(24444,2882,'_line_subtotal_tax','0'),(24445,2882,'_line_total','72'),(24446,2882,'_line_tax','0'),(24447,2882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24448,2883,'_product_id','41'),(24449,2883,'_variation_id','0'),(24450,2883,'_qty','2'),(24451,2883,'_tax_class',''),(24452,2883,'_line_subtotal','120.96'),(24453,2883,'_line_subtotal_tax','0'),(24454,2883,'_line_total','120.96'),(24455,2883,'_line_tax','0'),(24456,2883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24457,2884,'_product_id','51'),(24458,2884,'_variation_id','0'),(24459,2884,'_qty','1'),(24460,2884,'_tax_class',''),(24461,2884,'_line_subtotal','134.4'),(24462,2884,'_line_subtotal_tax','0'),(24463,2884,'_line_total','134.4'),(24464,2884,'_line_tax','0'),(24465,2884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24466,2885,'_product_id','43'),(24467,2885,'_variation_id','0'),(24468,2885,'_qty','3'),(24469,2885,'_tax_class',''),(24470,2885,'_line_subtotal','216'),(24471,2885,'_line_subtotal_tax','0'),(24472,2885,'_line_total','216'),(24473,2885,'_line_tax','0'),(24474,2885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24475,2886,'_product_id','490'),(24476,2886,'_variation_id','0'),(24477,2886,'_qty','10'),(24478,2886,'_tax_class',''),(24479,2886,'_line_subtotal','185'),(24480,2886,'_line_subtotal_tax','0'),(24481,2886,'_line_total','185'),(24482,2886,'_line_tax','0'),(24483,2886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24484,2887,'method_id','free_shipping'),(24485,2887,'instance_id','2'),(24486,2887,'cost','0.00'),(24487,2887,'total_tax','0'),(24488,2887,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24489,2887,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(24505,2890,'_product_id','41'),(24506,2890,'_variation_id','0'),(24507,2890,'_qty','1'),(24508,2890,'_tax_class',''),(24509,2890,'_line_subtotal','60.48'),(24510,2890,'_line_subtotal_tax','0'),(24511,2890,'_line_total','60.48'),(24512,2890,'_line_tax','0'),(24513,2890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24514,2891,'_product_id','43'),(24515,2891,'_variation_id','0'),(24516,2891,'_qty','2'),(24517,2891,'_tax_class',''),(24518,2891,'_line_subtotal','144'),(24519,2891,'_line_subtotal_tax','0'),(24520,2891,'_line_total','144'),(24521,2891,'_line_tax','0'),(24522,2891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24523,2892,'_product_id','93'),(24524,2892,'_variation_id','0'),(24525,2892,'_qty','5'),(24526,2892,'_tax_class',''),(24527,2892,'_line_subtotal','0'),(24528,2892,'_line_subtotal_tax','0'),(24529,2892,'_line_total','0'),(24530,2892,'_line_tax','0'),(24531,2892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24532,2893,'method_id','fedex'),(24533,2893,'instance_id','1'),(24534,2893,'cost','22.50'),(24535,2893,'total_tax','0'),(24536,2893,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24537,2893,'Package 1','17 × 14 × 10 (in) 29.75lbs × 1'),(24538,2894,'_product_id','99'),(24539,2894,'_variation_id','0'),(24540,2894,'_qty','2'),(24541,2894,'_tax_class',''),(24542,2894,'_line_subtotal','0'),(24543,2894,'_line_subtotal_tax','0'),(24544,2894,'_line_total','0'),(24545,2894,'_line_tax','0'),(24546,2894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24547,2895,'method_id','fedex'),(24548,2895,'instance_id','1'),(24549,2895,'cost','16.49'),(24550,2895,'total_tax','0'),(24551,2895,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24552,2895,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(24553,2896,'_product_id','93'),(24554,2896,'_variation_id','0'),(24555,2896,'_qty','10'),(24556,2896,'_tax_class',''),(24557,2896,'_line_subtotal','0'),(24558,2896,'_line_subtotal_tax','0'),(24559,2896,'_line_total','0'),(24560,2896,'_line_tax','0'),(24561,2896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24562,2897,'method_id','fedex'),(24563,2897,'instance_id','1'),(24564,2897,'cost','15.27'),(24565,2897,'total_tax','0'),(24566,2897,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24567,2897,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(24568,2898,'_product_id','93'),(24569,2898,'_variation_id','0'),(24570,2898,'_qty','10'),(24571,2898,'_tax_class',''),(24572,2898,'_line_subtotal','0'),(24573,2898,'_line_subtotal_tax','0'),(24574,2898,'_line_total','0'),(24575,2898,'_line_tax','0'),(24576,2898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24577,2899,'method_id','fedex'),(24578,2899,'instance_id','1'),(24579,2899,'cost','15.27'),(24580,2899,'total_tax','0'),(24581,2899,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24582,2899,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(24583,2900,'_product_id','99'),(24584,2900,'_variation_id','0'),(24585,2900,'_qty','1'),(24586,2900,'_tax_class',''),(24587,2900,'_line_subtotal','0'),(24588,2900,'_line_subtotal_tax','0'),(24589,2900,'_line_total','0'),(24590,2900,'_line_tax','0'),(24591,2900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24592,2901,'method_id','fedex'),(24593,2901,'instance_id','1'),(24594,2901,'cost','13.84'),(24595,2901,'total_tax','0'),(24596,2901,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24597,2901,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(24598,2902,'_product_id','23'),(24599,2902,'_variation_id','0'),(24600,2902,'_qty','2'),(24601,2902,'_tax_class',''),(24602,2902,'_line_subtotal','213.12'),(24603,2902,'_line_subtotal_tax','0'),(24604,2902,'_line_total','213.12'),(24605,2902,'_line_tax','0'),(24606,2902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24607,2903,'_product_id','45'),(24608,2903,'_variation_id','0'),(24609,2903,'_qty','1'),(24610,2903,'_tax_class',''),(24611,2903,'_line_subtotal','38.4'),(24612,2903,'_line_subtotal_tax','0'),(24613,2903,'_line_total','38.4'),(24614,2903,'_line_tax','0'),(24615,2903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24616,2904,'_product_id','41'),(24617,2904,'_variation_id','0'),(24618,2904,'_qty','2'),(24619,2904,'_tax_class',''),(24620,2904,'_line_subtotal','120.96'),(24621,2904,'_line_subtotal_tax','0'),(24622,2904,'_line_total','120.96'),(24623,2904,'_line_tax','0'),(24624,2904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24625,2905,'_product_id','490'),(24626,2905,'_variation_id','0'),(24627,2905,'_qty','4'),(24628,2905,'_tax_class',''),(24629,2905,'_line_subtotal','74'),(24630,2905,'_line_subtotal_tax','0'),(24631,2905,'_line_total','74'),(24632,2905,'_line_tax','0'),(24633,2905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24634,2906,'method_id','fedex'),(24635,2906,'instance_id','1'),(24636,2906,'cost','27.25'),(24637,2906,'total_tax','0'),(24638,2906,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24639,2906,'Package 1','17 × 14 × 10 (in) 36.5lbs × 1'),(24640,2907,'_product_id','45'),(24641,2907,'_variation_id','0'),(24642,2907,'_qty','2'),(24643,2907,'_tax_class',''),(24644,2907,'_line_subtotal','76.8'),(24645,2907,'_line_subtotal_tax','0'),(24646,2907,'_line_total','76.8'),(24647,2907,'_line_tax','0'),(24648,2907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24649,2908,'_product_id','41'),(24650,2908,'_variation_id','0'),(24651,2908,'_qty','1'),(24652,2908,'_tax_class',''),(24653,2908,'_line_subtotal','60.48'),(24654,2908,'_line_subtotal_tax','0'),(24655,2908,'_line_total','60.48'),(24656,2908,'_line_tax','0'),(24657,2908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24658,2909,'_product_id','487'),(24659,2909,'_variation_id','0'),(24660,2909,'_qty','1'),(24661,2909,'_tax_class',''),(24662,2909,'_line_subtotal','28.5'),(24663,2909,'_line_subtotal_tax','0'),(24664,2909,'_line_total','28.5'),(24665,2909,'_line_tax','0'),(24666,2909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24667,2910,'_product_id','23'),(24668,2910,'_variation_id','0'),(24669,2910,'_qty','1'),(24670,2910,'_tax_class',''),(24671,2910,'_line_subtotal','106.56'),(24672,2910,'_line_subtotal_tax','0'),(24673,2910,'_line_total','106.56'),(24674,2910,'_line_tax','0'),(24675,2910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24676,2911,'_product_id','41'),(24677,2911,'_variation_id','0'),(24678,2911,'_qty','2'),(24679,2911,'_tax_class',''),(24680,2911,'_line_subtotal','120.96'),(24681,2911,'_line_subtotal_tax','0'),(24682,2911,'_line_total','120.96'),(24683,2911,'_line_tax','0'),(24684,2911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24685,2912,'_product_id','43'),(24686,2912,'_variation_id','0'),(24687,2912,'_qty','1'),(24688,2912,'_tax_class',''),(24689,2912,'_line_subtotal','72'),(24690,2912,'_line_subtotal_tax','0'),(24691,2912,'_line_total','72'),(24692,2912,'_line_tax','0'),(24693,2912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24694,2913,'_product_id','131'),(24695,2913,'_variation_id','0'),(24696,2913,'_qty','3'),(24697,2913,'_tax_class',''),(24698,2913,'_line_subtotal','34.5'),(24699,2913,'_line_subtotal_tax','0'),(24700,2913,'_line_total','34.5'),(24701,2913,'_line_tax','0'),(24702,2913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24703,2914,'_product_id','144'),(24704,2914,'_variation_id','0'),(24705,2914,'_qty','2'),(24706,2914,'_tax_class',''),(24707,2914,'_line_subtotal','2.5'),(24708,2914,'_line_subtotal_tax','0'),(24709,2914,'_line_total','2.5'),(24710,2914,'_line_tax','0'),(24711,2914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24712,2915,'_product_id','144'),(24713,2915,'_variation_id','0'),(24714,2915,'_qty','2'),(24715,2915,'_tax_class',''),(24716,2915,'_line_subtotal','2.5'),(24717,2915,'_line_subtotal_tax','0'),(24718,2915,'_line_total','2.5'),(24719,2915,'_line_tax','0'),(24720,2915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24721,2916,'method_id','free_shipping'),(24722,2916,'instance_id','2'),(24723,2916,'cost','0.00'),(24724,2916,'total_tax','0'),(24725,2916,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24726,2916,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Disposable Capes &times; 3, Course Tail Comb &times; 2, Course Tail Comb &times; 2'),(24727,2917,'_product_id','23'),(24728,2917,'_variation_id','0'),(24729,2917,'_qty','1'),(24730,2917,'_tax_class',''),(24731,2917,'_line_subtotal','106.56'),(24732,2917,'_line_subtotal_tax','0'),(24733,2917,'_line_total','106.56'),(24734,2917,'_line_tax','0'),(24735,2917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24736,2918,'_product_id','51'),(24737,2918,'_variation_id','0'),(24738,2918,'_qty','1'),(24739,2918,'_tax_class',''),(24740,2918,'_line_subtotal','134.4'),(24741,2918,'_line_subtotal_tax','0'),(24742,2918,'_line_total','134.4'),(24743,2918,'_line_tax','0'),(24744,2918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24745,2919,'_product_id','43'),(24746,2919,'_variation_id','0'),(24747,2919,'_qty','1'),(24748,2919,'_tax_class',''),(24749,2919,'_line_subtotal','72'),(24750,2919,'_line_subtotal_tax','0'),(24751,2919,'_line_total','72'),(24752,2919,'_line_tax','0'),(24753,2919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24754,2920,'_product_id','44'),(24755,2920,'_variation_id','0'),(24756,2920,'_qty','1'),(24757,2920,'_tax_class',''),(24758,2920,'_line_subtotal','105.6'),(24759,2920,'_line_subtotal_tax','0'),(24760,2920,'_line_total','105.6'),(24761,2920,'_line_tax','0'),(24762,2920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24763,2921,'_product_id','93'),(24764,2921,'_variation_id','0'),(24765,2921,'_qty','5'),(24766,2921,'_tax_class',''),(24767,2921,'_line_subtotal','0'),(24768,2921,'_line_subtotal_tax','0'),(24769,2921,'_line_total','0'),(24770,2921,'_line_tax','0'),(24771,2921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24772,2922,'_product_id','99'),(24773,2922,'_variation_id','0'),(24774,2922,'_qty','1'),(24775,2922,'_tax_class',''),(24776,2922,'_line_subtotal','0'),(24777,2922,'_line_subtotal_tax','0'),(24778,2922,'_line_total','0'),(24779,2922,'_line_tax','0'),(24780,2922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24781,2923,'_product_id','137'),(24782,2923,'_variation_id','0'),(24783,2923,'_qty','6'),(24784,2923,'_tax_class',''),(24785,2923,'_line_subtotal','33'),(24786,2923,'_line_subtotal_tax','0'),(24787,2923,'_line_total','33'),(24788,2923,'_line_tax','0'),(24789,2923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24790,2924,'_product_id','144'),(24791,2924,'_variation_id','0'),(24792,2924,'_qty','3'),(24793,2924,'_tax_class',''),(24794,2924,'_line_subtotal','3.75'),(24795,2924,'_line_subtotal_tax','0'),(24796,2924,'_line_total','3.75'),(24797,2924,'_line_tax','0'),(24798,2924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24799,2925,'method_id','fedex'),(24800,2925,'instance_id','1'),(24801,2925,'cost','37.12'),(24802,2925,'total_tax','0'),(24803,2925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24804,2925,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(24805,2925,'Package 2','17 × 14 × 10 (in) 17.7lbs × 1'),(24806,2926,'_product_id','99'),(24807,2926,'_variation_id','0'),(24808,2926,'_qty','1'),(24809,2926,'_tax_class',''),(24810,2926,'_line_subtotal','0'),(24811,2926,'_line_subtotal_tax','0'),(24812,2926,'_line_total','0'),(24813,2926,'_line_tax','0'),(24814,2926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24815,2927,'_product_id','41'),(24816,2927,'_variation_id','0'),(24817,2927,'_qty','2'),(24818,2927,'_tax_class',''),(24819,2927,'_line_subtotal','120.96'),(24820,2927,'_line_subtotal_tax','0'),(24821,2927,'_line_total','120.96'),(24822,2927,'_line_tax','0'),(24823,2927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24824,2928,'_product_id','95'),(24825,2928,'_variation_id','0'),(24826,2928,'_qty','10'),(24827,2928,'_tax_class',''),(24828,2928,'_line_subtotal','0'),(24829,2928,'_line_subtotal_tax','0'),(24830,2928,'_line_total','0'),(24831,2928,'_line_tax','0'),(24832,2928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24833,2929,'method_id','fedex'),(24834,2929,'instance_id','1'),(24835,2929,'cost','24.60'),(24836,2929,'total_tax','0'),(24837,2929,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24838,2929,'Package 1','17 × 14 × 10 (in) 35.15lbs × 1'),(24839,2930,'_product_id','93'),(24840,2930,'_variation_id','0'),(24841,2930,'_qty','5'),(24842,2930,'_tax_class',''),(24843,2930,'_line_subtotal','0'),(24844,2930,'_line_subtotal_tax','0'),(24845,2930,'_line_total','0'),(24846,2930,'_line_tax','0'),(24847,2930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24848,2931,'_product_id','97'),(24849,2931,'_variation_id','0'),(24850,2931,'_qty','2'),(24851,2931,'_tax_class',''),(24852,2931,'_line_subtotal','0'),(24853,2931,'_line_subtotal_tax','0'),(24854,2931,'_line_total','0'),(24855,2931,'_line_tax','0'),(24856,2931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24857,2932,'_product_id','99'),(24858,2932,'_variation_id','0'),(24859,2932,'_qty','2'),(24860,2932,'_tax_class',''),(24861,2932,'_line_subtotal','0'),(24862,2932,'_line_subtotal_tax','0'),(24863,2932,'_line_total','0'),(24864,2932,'_line_tax','0'),(24865,2932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24866,2933,'method_id','fedex'),(24867,2933,'instance_id','1'),(24868,2933,'cost','39.58'),(24869,2933,'total_tax','0'),(24870,2933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24871,2933,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(24872,2933,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(24873,2934,'_product_id','42'),(24874,2934,'_variation_id','0'),(24875,2934,'_qty','1'),(24876,2934,'_tax_class',''),(24877,2934,'_line_subtotal','72'),(24878,2934,'_line_subtotal_tax','0'),(24879,2934,'_line_total','72'),(24880,2934,'_line_tax','0'),(24881,2934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24882,2935,'_product_id','41'),(24883,2935,'_variation_id','0'),(24884,2935,'_qty','4'),(24885,2935,'_tax_class',''),(24886,2935,'_line_subtotal','241.92'),(24887,2935,'_line_subtotal_tax','0'),(24888,2935,'_line_total','241.92'),(24889,2935,'_line_tax','0'),(24890,2935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24891,2936,'_product_id','49'),(24892,2936,'_variation_id','0'),(24893,2936,'_qty','2'),(24894,2936,'_tax_class',''),(24895,2936,'_line_subtotal','144'),(24896,2936,'_line_subtotal_tax','0'),(24897,2936,'_line_total','144'),(24898,2936,'_line_tax','0'),(24899,2936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24900,2937,'method_id','fedex'),(24901,2937,'instance_id','1'),(24902,2937,'cost','27.77'),(24903,2937,'total_tax','0'),(24904,2937,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24905,2937,'Package 1','17 × 14 × 10 (in) 31.1lbs × 1'),(24921,2940,'_product_id','490'),(24922,2940,'_variation_id','0'),(24923,2940,'_qty','10'),(24924,2940,'_tax_class',''),(24925,2940,'_line_subtotal','185'),(24926,2940,'_line_subtotal_tax','0'),(24927,2940,'_line_total','185'),(24928,2940,'_line_tax','0'),(24929,2940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24930,2941,'method_id','fedex'),(24931,2941,'instance_id','1'),(24932,2941,'cost','18.72'),(24933,2941,'total_tax','0'),(24934,2941,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24935,2941,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(24936,2942,'_product_id','23'),(24937,2942,'_variation_id','0'),(24938,2942,'_qty','2'),(24939,2942,'_tax_class',''),(24940,2942,'_line_subtotal','213.12'),(24941,2942,'_line_subtotal_tax','0'),(24942,2942,'_line_total','213.12'),(24943,2942,'_line_tax','0'),(24944,2942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24945,2943,'_product_id','41'),(24946,2943,'_variation_id','0'),(24947,2943,'_qty','1'),(24948,2943,'_tax_class',''),(24949,2943,'_line_subtotal','60.48'),(24950,2943,'_line_subtotal_tax','0'),(24951,2943,'_line_total','60.48'),(24952,2943,'_line_tax','0'),(24953,2943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24954,2944,'_product_id','43'),(24955,2944,'_variation_id','0'),(24956,2944,'_qty','2'),(24957,2944,'_tax_class',''),(24958,2944,'_line_subtotal','144'),(24959,2944,'_line_subtotal_tax','0'),(24960,2944,'_line_total','144'),(24961,2944,'_line_tax','0'),(24962,2944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24963,2945,'_product_id','49'),(24964,2945,'_variation_id','0'),(24965,2945,'_qty','2'),(24966,2945,'_tax_class',''),(24967,2945,'_line_subtotal','144'),(24968,2945,'_line_subtotal_tax','0'),(24969,2945,'_line_total','144'),(24970,2945,'_line_tax','0'),(24971,2945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24972,2946,'_product_id','120'),(24973,2946,'_variation_id','0'),(24974,2946,'_qty','1'),(24975,2946,'_tax_class',''),(24976,2946,'_line_subtotal','48'),(24977,2946,'_line_subtotal_tax','0'),(24978,2946,'_line_total','48'),(24979,2946,'_line_tax','0'),(24980,2946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24981,2947,'method_id','fedex'),(24982,2947,'instance_id','1'),(24983,2947,'cost','44.65'),(24984,2947,'total_tax','0'),(24985,2947,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(24986,2947,'Package 1','17 × 14 × 10 (in) 38.6lbs × 1'),(24987,2947,'Package 2','17 × 14 × 10 (in) 15.6lbs × 1'),(24988,2948,'_product_id','23'),(24989,2948,'_variation_id','0'),(24990,2948,'_qty','1'),(24991,2948,'_tax_class',''),(24992,2948,'_line_subtotal','106.56'),(24993,2948,'_line_subtotal_tax','0'),(24994,2948,'_line_total','106.56'),(24995,2948,'_line_tax','0'),(24996,2948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(24997,2949,'_product_id','38'),(24998,2949,'_variation_id','0'),(24999,2949,'_qty','2'),(25000,2949,'_tax_class',''),(25001,2949,'_line_subtotal','530.44'),(25002,2949,'_line_subtotal_tax','0'),(25003,2949,'_line_total','530.44'),(25004,2949,'_line_tax','0'),(25005,2949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25006,2950,'_product_id','45'),(25007,2950,'_variation_id','0'),(25008,2950,'_qty','1'),(25009,2950,'_tax_class',''),(25010,2950,'_line_subtotal','38.4'),(25011,2950,'_line_subtotal_tax','0'),(25012,2950,'_line_total','38.4'),(25013,2950,'_line_tax','0'),(25014,2950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25015,2951,'_product_id','93'),(25016,2951,'_variation_id','0'),(25017,2951,'_qty','5'),(25018,2951,'_tax_class',''),(25019,2951,'_line_subtotal','0'),(25020,2951,'_line_subtotal_tax','0'),(25021,2951,'_line_total','0'),(25022,2951,'_line_tax','0'),(25023,2951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25024,2952,'method_id','free_shipping'),(25025,2952,'instance_id','2'),(25026,2952,'cost','0.00'),(25027,2952,'total_tax','0'),(25028,2952,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25029,2952,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 5'),(25030,2953,'_product_id','490'),(25031,2953,'_variation_id','0'),(25032,2953,'_qty','4'),(25033,2953,'_tax_class',''),(25034,2953,'_line_subtotal','74'),(25035,2953,'_line_subtotal_tax','0'),(25036,2953,'_line_total','74'),(25037,2953,'_line_tax','0'),(25038,2953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25039,2954,'_product_id','23'),(25040,2954,'_variation_id','0'),(25041,2954,'_qty','2'),(25042,2954,'_tax_class',''),(25043,2954,'_line_subtotal','213.12'),(25044,2954,'_line_subtotal_tax','0'),(25045,2954,'_line_total','213.12'),(25046,2954,'_line_tax','0'),(25047,2954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25048,2955,'_product_id','41'),(25049,2955,'_variation_id','0'),(25050,2955,'_qty','3'),(25051,2955,'_tax_class',''),(25052,2955,'_line_subtotal','181.44'),(25053,2955,'_line_subtotal_tax','0'),(25054,2955,'_line_total','181.44'),(25055,2955,'_line_tax','0'),(25056,2955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25057,2956,'_product_id','51'),(25058,2956,'_variation_id','0'),(25059,2956,'_qty','1'),(25060,2956,'_tax_class',''),(25061,2956,'_line_subtotal','134.4'),(25062,2956,'_line_subtotal_tax','0'),(25063,2956,'_line_total','134.4'),(25064,2956,'_line_tax','0'),(25065,2956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25066,2957,'_product_id','49'),(25067,2957,'_variation_id','0'),(25068,2957,'_qty','2'),(25069,2957,'_tax_class',''),(25070,2957,'_line_subtotal','144'),(25071,2957,'_line_subtotal_tax','0'),(25072,2957,'_line_total','144'),(25073,2957,'_line_tax','0'),(25074,2957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25075,2958,'_product_id','45'),(25076,2958,'_variation_id','0'),(25077,2958,'_qty','1'),(25078,2958,'_tax_class',''),(25079,2958,'_line_subtotal','38.4'),(25080,2958,'_line_subtotal_tax','0'),(25081,2958,'_line_total','38.4'),(25082,2958,'_line_tax','0'),(25083,2958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25084,2959,'_product_id','44'),(25085,2959,'_variation_id','0'),(25086,2959,'_qty','1'),(25087,2959,'_tax_class',''),(25088,2959,'_line_subtotal','105.6'),(25089,2959,'_line_subtotal_tax','0'),(25090,2959,'_line_total','105.6'),(25091,2959,'_line_tax','0'),(25092,2959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25093,2960,'method_id','fedex'),(25094,2960,'instance_id','1'),(25095,2960,'cost','85.02'),(25096,2960,'total_tax','0'),(25097,2960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25098,2960,'Package 1','17 × 14 × 10 (in) 41.35lbs × 1'),(25099,2960,'Package 2','17 × 14 × 10 (in) 36.5lbs × 1'),(25100,2961,'_product_id','490'),(25101,2961,'_variation_id','0'),(25102,2961,'_qty','10'),(25103,2961,'_tax_class',''),(25104,2961,'_line_subtotal','185'),(25105,2961,'_line_subtotal_tax','0'),(25106,2961,'_line_total','185'),(25107,2961,'_line_tax','0'),(25108,2961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25109,2962,'_product_id','43'),(25110,2962,'_variation_id','0'),(25111,2962,'_qty','2'),(25112,2962,'_tax_class',''),(25113,2962,'_line_subtotal','144'),(25114,2962,'_line_subtotal_tax','0'),(25115,2962,'_line_total','144'),(25116,2962,'_line_tax','0'),(25117,2962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25118,2963,'_product_id','42'),(25119,2963,'_variation_id','0'),(25120,2963,'_qty','2'),(25121,2963,'_tax_class',''),(25122,2963,'_line_subtotal','144'),(25123,2963,'_line_subtotal_tax','0'),(25124,2963,'_line_total','144'),(25125,2963,'_line_tax','0'),(25126,2963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25127,2964,'_product_id','487'),(25128,2964,'_variation_id','0'),(25129,2964,'_qty','1'),(25130,2964,'_tax_class',''),(25131,2964,'_line_subtotal','28.5'),(25132,2964,'_line_subtotal_tax','0'),(25133,2964,'_line_total','28.5'),(25134,2964,'_line_tax','0'),(25135,2964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25136,2965,'_product_id','41'),(25137,2965,'_variation_id','0'),(25138,2965,'_qty','4'),(25139,2965,'_tax_class',''),(25140,2965,'_line_subtotal','241.92'),(25141,2965,'_line_subtotal_tax','0'),(25142,2965,'_line_total','241.92'),(25143,2965,'_line_tax','0'),(25144,2965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25145,2966,'method_id','free_shipping'),(25146,2966,'instance_id','2'),(25147,2966,'cost','0.00'),(25148,2966,'total_tax','0'),(25149,2966,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25150,2966,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(25202,2973,'_product_id','43'),(25203,2973,'_variation_id','0'),(25204,2973,'_qty','3'),(25205,2973,'_tax_class',''),(25206,2973,'_line_subtotal','216'),(25207,2973,'_line_subtotal_tax','0'),(25208,2973,'_line_total','216'),(25209,2973,'_line_tax','0'),(25210,2973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25211,2974,'_product_id','49'),(25212,2974,'_variation_id','0'),(25213,2974,'_qty','1'),(25214,2974,'_tax_class',''),(25215,2974,'_line_subtotal','72'),(25216,2974,'_line_subtotal_tax','0'),(25217,2974,'_line_total','72'),(25218,2974,'_line_tax','0'),(25219,2974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25220,2975,'_product_id','45'),(25221,2975,'_variation_id','0'),(25222,2975,'_qty','1'),(25223,2975,'_tax_class',''),(25224,2975,'_line_subtotal','38.4'),(25225,2975,'_line_subtotal_tax','0'),(25226,2975,'_line_total','38.4'),(25227,2975,'_line_tax','0'),(25228,2975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25229,2976,'_product_id','487'),(25230,2976,'_variation_id','0'),(25231,2976,'_qty','1'),(25232,2976,'_tax_class',''),(25233,2976,'_line_subtotal','28.5'),(25234,2976,'_line_subtotal_tax','0'),(25235,2976,'_line_total','28.5'),(25236,2976,'_line_tax','0'),(25237,2976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25238,2977,'_product_id','490'),(25239,2977,'_variation_id','0'),(25240,2977,'_qty','10'),(25241,2977,'_tax_class',''),(25242,2977,'_line_subtotal','185'),(25243,2977,'_line_subtotal_tax','0'),(25244,2977,'_line_total','185'),(25245,2977,'_line_tax','0'),(25246,2977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25247,2978,'method_id','free_shipping'),(25248,2978,'instance_id','2'),(25249,2978,'cost','0.00'),(25250,2978,'total_tax','0'),(25251,2978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25252,2978,'Items','Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10'),(25253,2979,'_product_id','490'),(25254,2979,'_variation_id','0'),(25255,2979,'_qty','10'),(25256,2979,'_tax_class',''),(25257,2979,'_line_subtotal','185'),(25258,2979,'_line_subtotal_tax','0'),(25259,2979,'_line_total','185'),(25260,2979,'_line_tax','0'),(25261,2979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25262,2980,'_product_id','49'),(25263,2980,'_variation_id','0'),(25264,2980,'_qty','2'),(25265,2980,'_tax_class',''),(25266,2980,'_line_subtotal','144'),(25267,2980,'_line_subtotal_tax','0'),(25268,2980,'_line_total','144'),(25269,2980,'_line_tax','0'),(25270,2980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25271,2981,'_product_id','41'),(25272,2981,'_variation_id','0'),(25273,2981,'_qty','3'),(25274,2981,'_tax_class',''),(25275,2981,'_line_subtotal','181.44'),(25276,2981,'_line_subtotal_tax','0'),(25277,2981,'_line_total','181.44'),(25278,2981,'_line_tax','0'),(25279,2981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25280,2982,'method_id','free_shipping'),(25281,2982,'instance_id','2'),(25282,2982,'cost','0.00'),(25283,2982,'total_tax','0'),(25284,2982,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25285,2982,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3'),(25286,2983,'_product_id','39'),(25287,2983,'_variation_id','0'),(25288,2983,'_qty','3'),(25289,2983,'_tax_class',''),(25290,2983,'_line_subtotal','216'),(25291,2983,'_line_subtotal_tax','0'),(25292,2983,'_line_total','216'),(25293,2983,'_line_tax','0'),(25294,2983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25295,2984,'_product_id','41'),(25296,2984,'_variation_id','0'),(25297,2984,'_qty','2'),(25298,2984,'_tax_class',''),(25299,2984,'_line_subtotal','120.96'),(25300,2984,'_line_subtotal_tax','0'),(25301,2984,'_line_total','120.96'),(25302,2984,'_line_tax','0'),(25303,2984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25304,2985,'_product_id','490'),(25305,2985,'_variation_id','0'),(25306,2985,'_qty','10'),(25307,2985,'_tax_class',''),(25308,2985,'_line_subtotal','185'),(25309,2985,'_line_subtotal_tax','0'),(25310,2985,'_line_total','185'),(25311,2985,'_line_tax','0'),(25312,2985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25313,2986,'method_id','free_shipping'),(25314,2986,'instance_id','2'),(25315,2986,'cost','0.00'),(25316,2986,'total_tax','0'),(25317,2986,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25318,2986,'Items','Preventive Shampoo(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(25319,2987,'_product_id','43'),(25320,2987,'_variation_id','0'),(25321,2987,'_qty','-3'),(25322,2987,'_tax_class',''),(25323,2987,'_line_subtotal','-216'),(25324,2987,'_line_subtotal_tax','0'),(25325,2987,'_line_total','-216'),(25326,2987,'_line_tax','0'),(25327,2987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25328,2987,'_refunded_item_id','2973'),(25329,2988,'_product_id','49'),(25330,2988,'_variation_id','0'),(25331,2988,'_qty','-1'),(25332,2988,'_tax_class',''),(25333,2988,'_line_subtotal','-72'),(25334,2988,'_line_subtotal_tax','0'),(25335,2988,'_line_total','-72'),(25336,2988,'_line_tax','0'),(25337,2988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25338,2988,'_refunded_item_id','2974'),(25339,2989,'_product_id','45'),(25340,2989,'_variation_id','0'),(25341,2989,'_qty','-1'),(25342,2989,'_tax_class',''),(25343,2989,'_line_subtotal','-38.4'),(25344,2989,'_line_subtotal_tax','0'),(25345,2989,'_line_total','-38.4'),(25346,2989,'_line_tax','0'),(25347,2989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25348,2989,'_refunded_item_id','2975'),(25349,2990,'_product_id','487'),(25350,2990,'_variation_id','0'),(25351,2990,'_qty','-1'),(25352,2990,'_tax_class',''),(25353,2990,'_line_subtotal','-28.5'),(25354,2990,'_line_subtotal_tax','0'),(25355,2990,'_line_total','-28.5'),(25356,2990,'_line_tax','0'),(25357,2990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25358,2990,'_refunded_item_id','2976'),(25359,2991,'_product_id','490'),(25360,2991,'_variation_id','0'),(25361,2991,'_qty','-10'),(25362,2991,'_tax_class',''),(25363,2991,'_line_subtotal','-185'),(25364,2991,'_line_subtotal_tax','0'),(25365,2991,'_line_total','-185'),(25366,2991,'_line_tax','0'),(25367,2991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25368,2991,'_refunded_item_id','2977'),(25369,2992,'_product_id','39'),(25370,2992,'_variation_id','0'),(25371,2992,'_qty','2'),(25372,2992,'_tax_class',''),(25373,2992,'_line_subtotal','144'),(25374,2992,'_line_subtotal_tax','0'),(25375,2992,'_line_total','144'),(25376,2992,'_line_tax','0'),(25377,2992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25378,2993,'_product_id','43'),(25379,2993,'_variation_id','0'),(25380,2993,'_qty','2'),(25381,2993,'_tax_class',''),(25382,2993,'_line_subtotal','144'),(25383,2993,'_line_subtotal_tax','0'),(25384,2993,'_line_total','144'),(25385,2993,'_line_tax','0'),(25386,2993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25387,2994,'_product_id','49'),(25388,2994,'_variation_id','0'),(25389,2994,'_qty','1'),(25390,2994,'_tax_class',''),(25391,2994,'_line_subtotal','72'),(25392,2994,'_line_subtotal_tax','0'),(25393,2994,'_line_total','72'),(25394,2994,'_line_tax','0'),(25395,2994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25396,2995,'_product_id','490'),(25397,2995,'_variation_id','0'),(25398,2995,'_qty','10'),(25399,2995,'_tax_class',''),(25400,2995,'_line_subtotal','185'),(25401,2995,'_line_subtotal_tax','0'),(25402,2995,'_line_total','185'),(25403,2995,'_line_tax','0'),(25404,2995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25405,2996,'_product_id','487'),(25406,2996,'_variation_id','0'),(25407,2996,'_qty','1'),(25408,2996,'_tax_class',''),(25409,2996,'_line_subtotal','28.5'),(25410,2996,'_line_subtotal_tax','0'),(25411,2996,'_line_total','28.5'),(25412,2996,'_line_tax','0'),(25413,2996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25414,2997,'method_id','free_shipping'),(25415,2997,'instance_id','2'),(25416,2997,'cost','0.00'),(25417,2997,'total_tax','0'),(25418,2997,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25419,2997,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(25420,2998,'_product_id','93'),(25421,2998,'_variation_id','0'),(25422,2998,'_qty','10'),(25423,2998,'_tax_class',''),(25424,2998,'_line_subtotal','0'),(25425,2998,'_line_subtotal_tax','0'),(25426,2998,'_line_total','0'),(25427,2998,'_line_tax','0'),(25428,2998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25429,2999,'method_id','fedex'),(25430,2999,'instance_id','1'),(25431,2999,'cost','22.30'),(25432,2999,'total_tax','0'),(25433,2999,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25434,2999,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(25435,3000,'_product_id','23'),(25436,3000,'_variation_id','0'),(25437,3000,'_qty','6'),(25438,3000,'_tax_class',''),(25439,3000,'_line_subtotal','639.36'),(25440,3000,'_line_subtotal_tax','0'),(25441,3000,'_line_total','639.36'),(25442,3000,'_line_tax','0'),(25443,3000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25444,3001,'_product_id','38'),(25445,3001,'_variation_id','0'),(25446,3001,'_qty','1'),(25447,3001,'_tax_class',''),(25448,3001,'_line_subtotal','265.22'),(25449,3001,'_line_subtotal_tax','0'),(25450,3001,'_line_total','265.22'),(25451,3001,'_line_tax','0'),(25452,3001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25453,3002,'method_id','fedex'),(25454,3002,'instance_id','1'),(25455,3002,'cost','50.52'),(25456,3002,'total_tax','0'),(25457,3002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25458,3002,'Package 1','17 × 14 × 10 (in) 37.5lbs × 1'),(25459,3002,'Package 2','14 × 14 × 14 (in) 26.8lbs × 1'),(25460,3003,'_product_id','42'),(25461,3003,'_variation_id','0'),(25462,3003,'_qty','1'),(25463,3003,'_tax_class',''),(25464,3003,'_line_subtotal','72'),(25465,3003,'_line_subtotal_tax','0'),(25466,3003,'_line_total','72'),(25467,3003,'_line_tax','0'),(25468,3003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25469,3004,'_product_id','320'),(25470,3004,'_variation_id','0'),(25471,3004,'_qty','4'),(25472,3004,'_tax_class',''),(25473,3004,'_line_subtotal','15'),(25474,3004,'_line_subtotal_tax','0'),(25475,3004,'_line_total','15'),(25476,3004,'_line_tax','0'),(25477,3004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25478,3005,'_product_id','137'),(25479,3005,'_variation_id','0'),(25480,3005,'_qty','3'),(25481,3005,'_tax_class',''),(25482,3005,'_line_subtotal','16.5'),(25483,3005,'_line_subtotal_tax','0'),(25484,3005,'_line_total','16.5'),(25485,3005,'_line_tax','0'),(25486,3005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25487,3006,'_product_id','93'),(25488,3006,'_variation_id','0'),(25489,3006,'_qty','10'),(25490,3006,'_tax_class',''),(25491,3006,'_line_subtotal','0'),(25492,3006,'_line_subtotal_tax','0'),(25493,3006,'_line_total','0'),(25494,3006,'_line_tax','0'),(25495,3006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25496,3007,'_product_id','41'),(25497,3007,'_variation_id','0'),(25498,3007,'_qty','3'),(25499,3007,'_tax_class',''),(25500,3007,'_line_subtotal','181.44'),(25501,3007,'_line_subtotal_tax','0'),(25502,3007,'_line_total','181.44'),(25503,3007,'_line_tax','0'),(25504,3007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25505,3008,'_product_id','45'),(25506,3008,'_variation_id','0'),(25507,3008,'_qty','1'),(25508,3008,'_tax_class',''),(25509,3008,'_line_subtotal','38.4'),(25510,3008,'_line_subtotal_tax','0'),(25511,3008,'_line_total','38.4'),(25512,3008,'_line_tax','0'),(25513,3008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25514,3009,'method_id','fedex'),(25515,3009,'instance_id','1'),(25516,3009,'cost','51.83'),(25517,3009,'total_tax','0'),(25518,3009,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25519,3009,'Package 1','14 × 14 × 14 (in) 28.8lbs × 1'),(25520,3009,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(25620,3022,'_product_id','23'),(25621,3022,'_variation_id','0'),(25622,3022,'_qty','2'),(25623,3022,'_tax_class',''),(25624,3022,'_line_subtotal','213.12'),(25625,3022,'_line_subtotal_tax','0'),(25626,3022,'_line_total','213.12'),(25627,3022,'_line_tax','0'),(25628,3022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25629,3023,'_product_id','38'),(25630,3023,'_variation_id','0'),(25631,3023,'_qty','2'),(25632,3023,'_tax_class',''),(25633,3023,'_line_subtotal','530.44'),(25634,3023,'_line_subtotal_tax','0'),(25635,3023,'_line_total','530.44'),(25636,3023,'_line_tax','0'),(25637,3023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25638,3024,'_product_id','49'),(25639,3024,'_variation_id','0'),(25640,3024,'_qty','1'),(25641,3024,'_tax_class',''),(25642,3024,'_line_subtotal','72'),(25643,3024,'_line_subtotal_tax','0'),(25644,3024,'_line_total','72'),(25645,3024,'_line_tax','0'),(25646,3024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25647,3025,'_product_id','490'),(25648,3025,'_variation_id','0'),(25649,3025,'_qty','6'),(25650,3025,'_tax_class',''),(25651,3025,'_line_subtotal','111'),(25652,3025,'_line_subtotal_tax','0'),(25653,3025,'_line_total','111'),(25654,3025,'_line_tax','0'),(25655,3025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25656,3026,'_product_id','45'),(25657,3026,'_variation_id','0'),(25658,3026,'_qty','1'),(25659,3026,'_tax_class',''),(25660,3026,'_line_subtotal','38.4'),(25661,3026,'_line_subtotal_tax','0'),(25662,3026,'_line_total','38.4'),(25663,3026,'_line_tax','0'),(25664,3026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25665,3027,'_product_id','41'),(25666,3027,'_variation_id','0'),(25667,3027,'_qty','2'),(25668,3027,'_tax_class',''),(25669,3027,'_line_subtotal','120.96'),(25670,3027,'_line_subtotal_tax','0'),(25671,3027,'_line_total','120.96'),(25672,3027,'_line_tax','0'),(25673,3027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25674,3028,'_product_id','488'),(25675,3028,'_variation_id','0'),(25676,3028,'_qty','1'),(25677,3028,'_tax_class',''),(25678,3028,'_line_subtotal','28.5'),(25679,3028,'_line_subtotal_tax','0'),(25680,3028,'_line_total','28.5'),(25681,3028,'_line_tax','0'),(25682,3028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25683,3029,'method_id','free_shipping'),(25684,3029,'instance_id','2'),(25685,3029,'cost','0.00'),(25686,3029,'total_tax','0'),(25687,3029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25688,3029,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1'),(25689,3030,'_product_id','49'),(25690,3030,'_variation_id','0'),(25691,3030,'_qty','3'),(25692,3030,'_tax_class',''),(25693,3030,'_line_subtotal','216'),(25694,3030,'_line_subtotal_tax','0'),(25695,3030,'_line_total','216'),(25696,3030,'_line_tax','0'),(25697,3030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25698,3031,'_product_id','45'),(25699,3031,'_variation_id','0'),(25700,3031,'_qty','2'),(25701,3031,'_tax_class',''),(25702,3031,'_line_subtotal','76.8'),(25703,3031,'_line_subtotal_tax','0'),(25704,3031,'_line_total','76.8'),(25705,3031,'_line_tax','0'),(25706,3031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25707,3032,'_product_id','41'),(25708,3032,'_variation_id','0'),(25709,3032,'_qty','3'),(25710,3032,'_tax_class',''),(25711,3032,'_line_subtotal','181.44'),(25712,3032,'_line_subtotal_tax','0'),(25713,3032,'_line_total','181.44'),(25714,3032,'_line_tax','0'),(25715,3032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25716,3033,'_product_id','93'),(25717,3033,'_variation_id','0'),(25718,3033,'_qty','5'),(25719,3033,'_tax_class',''),(25720,3033,'_line_subtotal','0'),(25721,3033,'_line_subtotal_tax','0'),(25722,3033,'_line_total','0'),(25723,3033,'_line_tax','0'),(25724,3033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25725,3034,'method_id','fedex'),(25726,3034,'instance_id','1'),(25727,3034,'cost','69.76'),(25728,3034,'total_tax','0'),(25729,3034,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25730,3034,'Package 1','17 × 14 × 10 (in) 41.8lbs × 1'),(25731,3034,'Package 2','17 × 14 × 10 (in) 16.55lbs × 1'),(25732,3035,'_product_id','45'),(25733,3035,'_variation_id','0'),(25734,3035,'_qty','2'),(25735,3035,'_tax_class',''),(25736,3035,'_line_subtotal','76.8'),(25737,3035,'_line_subtotal_tax','0'),(25738,3035,'_line_total','76.8'),(25739,3035,'_line_tax','0'),(25740,3035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25741,3036,'method_id','fedex'),(25742,3036,'instance_id','1'),(25743,3036,'cost','16.45'),(25744,3036,'total_tax','0'),(25745,3036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25746,3036,'Package 1','17 × 14 × 10 (in) 16lbs × 1'),(25747,3037,'_product_id','23'),(25748,3037,'_variation_id','0'),(25749,3037,'_qty','1'),(25750,3037,'_tax_class',''),(25751,3037,'_line_subtotal','106.56'),(25752,3037,'_line_subtotal_tax','0'),(25753,3037,'_line_total','106.56'),(25754,3037,'_line_tax','0'),(25755,3037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25756,3038,'_product_id','38'),(25757,3038,'_variation_id','0'),(25758,3038,'_qty','1'),(25759,3038,'_tax_class',''),(25760,3038,'_line_subtotal','265.22'),(25761,3038,'_line_subtotal_tax','0'),(25762,3038,'_line_total','265.22'),(25763,3038,'_line_tax','0'),(25764,3038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25765,3039,'_product_id','51'),(25766,3039,'_variation_id','0'),(25767,3039,'_qty','1'),(25768,3039,'_tax_class',''),(25769,3039,'_line_subtotal','134.4'),(25770,3039,'_line_subtotal_tax','0'),(25771,3039,'_line_total','134.4'),(25772,3039,'_line_tax','0'),(25773,3039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25774,3040,'_fee_amount','-233.915'),(25775,3040,'_tax_class','0'),(25776,3040,'_tax_status','taxable'),(25777,3040,'_line_total','-233.915'),(25778,3040,'_line_tax','0'),(25779,3040,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(25780,3040,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(25781,3040,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(25782,3041,'method_id','fedex'),(25783,3041,'instance_id','3'),(25784,3041,'cost','467.83'),(25785,3041,'total_tax','0'),(25786,3041,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25787,3041,'Package 1','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(25788,3041,'Package 2','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(25789,3041,'Package 3','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(25790,3042,'discount_amount','0'),(25791,3042,'discount_amount_tax','0'),(25792,3042,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:4;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(25793,3043,'_product_id','51'),(25794,3043,'_variation_id','0'),(25795,3043,'_qty','3'),(25796,3043,'_tax_class',''),(25797,3043,'_line_subtotal','403.2'),(25798,3043,'_line_subtotal_tax','0'),(25799,3043,'_line_total','403.2'),(25800,3043,'_line_tax','0'),(25801,3043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25802,3044,'_product_id','41'),(25803,3044,'_variation_id','0'),(25804,3044,'_qty','3'),(25805,3044,'_tax_class',''),(25806,3044,'_line_subtotal','181.44'),(25807,3044,'_line_subtotal_tax','0'),(25808,3044,'_line_total','181.44'),(25809,3044,'_line_tax','0'),(25810,3044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25811,3045,'_product_id','23'),(25812,3045,'_variation_id','0'),(25813,3045,'_qty','3'),(25814,3045,'_tax_class',''),(25815,3045,'_line_subtotal','319.68'),(25816,3045,'_line_subtotal_tax','0'),(25817,3045,'_line_total','319.68'),(25818,3045,'_line_tax','0'),(25819,3045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25820,3046,'_product_id','38'),(25821,3046,'_variation_id','0'),(25822,3046,'_qty','2'),(25823,3046,'_tax_class',''),(25824,3046,'_line_subtotal','530.44'),(25825,3046,'_line_subtotal_tax','0'),(25826,3046,'_line_total','530.44'),(25827,3046,'_line_tax','0'),(25828,3046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25829,3047,'_fee_amount','-338.54'),(25830,3047,'_tax_class','0'),(25831,3047,'_tax_status','taxable'),(25832,3047,'_line_total','-338.54'),(25833,3047,'_line_tax','0'),(25834,3047,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(25835,3047,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(25836,3047,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(25837,3048,'method_id','fedex'),(25838,3048,'instance_id','3'),(25839,3048,'cost','677.08'),(25840,3048,'total_tax','0'),(25841,3048,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25842,3048,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(25843,3048,'Package 2','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(25844,3048,'Package 3','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(25845,3048,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(25846,3048,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(25847,3048,'Package 6','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(25848,3048,'Package 7','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(25849,3048,'Package 8','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(25850,3049,'discount_amount','0'),(25851,3049,'discount_amount_tax','0'),(25852,3049,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:5;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(25853,3050,'_product_id','38'),(25854,3050,'_variation_id','0'),(25855,3050,'_qty','1'),(25856,3050,'_tax_class',''),(25857,3050,'_line_subtotal','265.22'),(25858,3050,'_line_subtotal_tax','0'),(25859,3050,'_line_total','265.22'),(25860,3050,'_line_tax','0'),(25861,3050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25862,3051,'_product_id','42'),(25863,3051,'_variation_id','0'),(25864,3051,'_qty','1'),(25865,3051,'_tax_class',''),(25866,3051,'_line_subtotal','72'),(25867,3051,'_line_subtotal_tax','0'),(25868,3051,'_line_total','72'),(25869,3051,'_line_tax','0'),(25870,3051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25871,3052,'_product_id','51'),(25872,3052,'_variation_id','0'),(25873,3052,'_qty','1'),(25874,3052,'_tax_class',''),(25875,3052,'_line_subtotal','134.4'),(25876,3052,'_line_subtotal_tax','0'),(25877,3052,'_line_total','134.4'),(25878,3052,'_line_tax','0'),(25879,3052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25880,3053,'_product_id','490'),(25881,3053,'_variation_id','0'),(25882,3053,'_qty','10'),(25883,3053,'_tax_class',''),(25884,3053,'_line_subtotal','185'),(25885,3053,'_line_subtotal_tax','0'),(25886,3053,'_line_total','185'),(25887,3053,'_line_tax','0'),(25888,3053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25889,3054,'_product_id','488'),(25890,3054,'_variation_id','0'),(25891,3054,'_qty','1'),(25892,3054,'_tax_class',''),(25893,3054,'_line_subtotal','28.5'),(25894,3054,'_line_subtotal_tax','0'),(25895,3054,'_line_total','28.5'),(25896,3054,'_line_tax','0'),(25897,3054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25898,3055,'_product_id','487'),(25899,3055,'_variation_id','0'),(25900,3055,'_qty','1'),(25901,3055,'_tax_class',''),(25902,3055,'_line_subtotal','28.5'),(25903,3055,'_line_subtotal_tax','0'),(25904,3055,'_line_total','28.5'),(25905,3055,'_line_tax','0'),(25906,3055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25907,3056,'method_id','free_shipping'),(25908,3056,'instance_id','2'),(25909,3056,'cost','0.00'),(25910,3056,'total_tax','0'),(25911,3056,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25912,3056,'Items','Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(25913,3057,'_product_id','41'),(25914,3057,'_variation_id','0'),(25915,3057,'_qty','4'),(25916,3057,'_tax_class',''),(25917,3057,'_line_subtotal','241.92'),(25918,3057,'_line_subtotal_tax','0'),(25919,3057,'_line_total','241.92'),(25920,3057,'_line_tax','0'),(25921,3057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25922,3058,'_product_id','118'),(25923,3058,'_variation_id','0'),(25924,3058,'_qty','2'),(25925,3058,'_tax_class',''),(25926,3058,'_line_subtotal','336'),(25927,3058,'_line_subtotal_tax','0'),(25928,3058,'_line_total','336'),(25929,3058,'_line_tax','0'),(25930,3058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25931,3059,'_product_id','51'),(25932,3059,'_variation_id','0'),(25933,3059,'_qty','2'),(25934,3059,'_tax_class',''),(25935,3059,'_line_subtotal','268.8'),(25936,3059,'_line_subtotal_tax','0'),(25937,3059,'_line_total','268.8'),(25938,3059,'_line_tax','0'),(25939,3059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25940,3060,'_product_id','44'),(25941,3060,'_variation_id','0'),(25942,3060,'_qty','2'),(25943,3060,'_tax_class',''),(25944,3060,'_line_subtotal','211.2'),(25945,3060,'_line_subtotal_tax','0'),(25946,3060,'_line_total','211.2'),(25947,3060,'_line_tax','0'),(25948,3060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25949,3061,'_product_id','490'),(25950,3061,'_variation_id','0'),(25951,3061,'_qty','10'),(25952,3061,'_tax_class',''),(25953,3061,'_line_subtotal','185'),(25954,3061,'_line_subtotal_tax','0'),(25955,3061,'_line_total','185'),(25956,3061,'_line_tax','0'),(25957,3061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25958,3062,'_product_id','23'),(25959,3062,'_variation_id','0'),(25960,3062,'_qty','2'),(25961,3062,'_tax_class',''),(25962,3062,'_line_subtotal','213.12'),(25963,3062,'_line_subtotal_tax','0'),(25964,3062,'_line_total','213.12'),(25965,3062,'_line_tax','0'),(25966,3062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25967,3063,'_product_id','38'),(25968,3063,'_variation_id','0'),(25969,3063,'_qty','1'),(25970,3063,'_tax_class',''),(25971,3063,'_line_subtotal','265.22'),(25972,3063,'_line_subtotal_tax','0'),(25973,3063,'_line_total','265.22'),(25974,3063,'_line_tax','0'),(25975,3063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25976,3064,'method_id','fedex'),(25977,3064,'instance_id','1'),(25978,3064,'cost','162.79'),(25979,3064,'total_tax','0'),(25980,3064,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25981,3064,'Package 1','17 × 14 × 10 (in) 34lbs × 1'),(25982,3064,'Package 2','17 × 14 × 10 (in) 41.85lbs × 1'),(25983,3064,'Package 3','17 × 14 × 10 (in) 41.45lbs × 1'),(25984,3064,'Package 4','14 × 14 × 14 (in) 23.8lbs × 1'),(25985,3065,'_product_id','23'),(25986,3065,'_variation_id','0'),(25987,3065,'_qty','4'),(25988,3065,'_tax_class',''),(25989,3065,'_line_subtotal','426.24'),(25990,3065,'_line_subtotal_tax','0'),(25991,3065,'_line_total','426.24'),(25992,3065,'_line_tax','0'),(25993,3065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(25994,3066,'_product_id','38'),(25995,3066,'_variation_id','0'),(25996,3066,'_qty','2'),(25997,3066,'_tax_class',''),(25998,3066,'_line_subtotal','530.44'),(25999,3066,'_line_subtotal_tax','0'),(26000,3066,'_line_total','530.44'),(26001,3066,'_line_tax','0'),(26002,3066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26003,3067,'_product_id','42'),(26004,3067,'_variation_id','0'),(26005,3067,'_qty','2'),(26006,3067,'_tax_class',''),(26007,3067,'_line_subtotal','144'),(26008,3067,'_line_subtotal_tax','0'),(26009,3067,'_line_total','144'),(26010,3067,'_line_tax','0'),(26011,3067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26012,3068,'_product_id','45'),(26013,3068,'_variation_id','0'),(26014,3068,'_qty','2'),(26015,3068,'_tax_class',''),(26016,3068,'_line_subtotal','76.8'),(26017,3068,'_line_subtotal_tax','0'),(26018,3068,'_line_total','76.8'),(26019,3068,'_line_tax','0'),(26020,3068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26021,3069,'_product_id','41'),(26022,3069,'_variation_id','0'),(26023,3069,'_qty','4'),(26024,3069,'_tax_class',''),(26025,3069,'_line_subtotal','241.92'),(26026,3069,'_line_subtotal_tax','0'),(26027,3069,'_line_total','241.92'),(26028,3069,'_line_tax','0'),(26029,3069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26030,3070,'_product_id','118'),(26031,3070,'_variation_id','0'),(26032,3070,'_qty','1'),(26033,3070,'_tax_class',''),(26034,3070,'_line_subtotal','168'),(26035,3070,'_line_subtotal_tax','0'),(26036,3070,'_line_total','168'),(26037,3070,'_line_tax','0'),(26038,3070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26039,3071,'_product_id','490'),(26040,3071,'_variation_id','0'),(26041,3071,'_qty','10'),(26042,3071,'_tax_class',''),(26043,3071,'_line_subtotal','185'),(26044,3071,'_line_subtotal_tax','0'),(26045,3071,'_line_total','185'),(26046,3071,'_line_tax','0'),(26047,3071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26048,3072,'method_id','fedex'),(26049,3072,'instance_id','1'),(26050,3072,'cost','191.59'),(26051,3072,'total_tax','0'),(26052,3072,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26053,3072,'Package 1','17 × 14 × 10 (in) 35lbs × 1'),(26054,3072,'Package 2','17 × 14 × 10 (in) 39.9lbs × 1'),(26055,3072,'Package 3','14 × 14 × 14 (in) 28.6lbs × 1'),(26056,3072,'Package 4','14 × 14 × 14 (in) 28.1lbs × 1'),(26057,3072,'Package 5','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(26058,3073,'_product_id','490'),(26059,3073,'_variation_id','0'),(26060,3073,'_qty','10'),(26061,3073,'_tax_class',''),(26062,3073,'_line_subtotal','185'),(26063,3073,'_line_subtotal_tax','0'),(26064,3073,'_line_total','185'),(26065,3073,'_line_tax','0'),(26066,3073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26067,3074,'_product_id','43'),(26068,3074,'_variation_id','0'),(26069,3074,'_qty','2'),(26070,3074,'_tax_class',''),(26071,3074,'_line_subtotal','144'),(26072,3074,'_line_subtotal_tax','0'),(26073,3074,'_line_total','144'),(26074,3074,'_line_tax','0'),(26075,3074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26076,3075,'_product_id','41'),(26077,3075,'_variation_id','0'),(26078,3075,'_qty','3'),(26079,3075,'_tax_class',''),(26080,3075,'_line_subtotal','181.44'),(26081,3075,'_line_subtotal_tax','0'),(26082,3075,'_line_total','181.44'),(26083,3075,'_line_tax','0'),(26084,3075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26085,3076,'_product_id','120'),(26086,3076,'_variation_id','0'),(26087,3076,'_qty','1'),(26088,3076,'_tax_class',''),(26089,3076,'_line_subtotal','48'),(26090,3076,'_line_subtotal_tax','0'),(26091,3076,'_line_total','48'),(26092,3076,'_line_tax','0'),(26093,3076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26094,3077,'method_id','free_shipping'),(26095,3077,'instance_id','2'),(26096,3077,'cost','0.00'),(26097,3077,'total_tax','0'),(26098,3077,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26099,3077,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1'),(26100,3078,'_product_id','23'),(26101,3078,'_variation_id','0'),(26102,3078,'_qty','5'),(26103,3078,'_tax_class',''),(26104,3078,'_line_subtotal','532.8'),(26105,3078,'_line_subtotal_tax','0'),(26106,3078,'_line_total','532.8'),(26107,3078,'_line_tax','0'),(26108,3078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26109,3079,'_product_id','41'),(26110,3079,'_variation_id','0'),(26111,3079,'_qty','5'),(26112,3079,'_tax_class',''),(26113,3079,'_line_subtotal','302.4'),(26114,3079,'_line_subtotal_tax','0'),(26115,3079,'_line_total','302.4'),(26116,3079,'_line_tax','0'),(26117,3079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26118,3080,'_product_id','39'),(26119,3080,'_variation_id','0'),(26120,3080,'_qty','1'),(26121,3080,'_tax_class',''),(26122,3080,'_line_subtotal','72'),(26123,3080,'_line_subtotal_tax','0'),(26124,3080,'_line_total','72'),(26125,3080,'_line_tax','0'),(26126,3080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26127,3081,'_product_id','40'),(26128,3081,'_variation_id','0'),(26129,3081,'_qty','2'),(26130,3081,'_tax_class',''),(26131,3081,'_line_subtotal','144'),(26132,3081,'_line_subtotal_tax','0'),(26133,3081,'_line_total','144'),(26134,3081,'_line_tax','0'),(26135,3081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26136,3082,'_product_id','43'),(26137,3082,'_variation_id','0'),(26138,3082,'_qty','1'),(26139,3082,'_tax_class',''),(26140,3082,'_line_subtotal','72'),(26141,3082,'_line_subtotal_tax','0'),(26142,3082,'_line_total','72'),(26143,3082,'_line_tax','0'),(26144,3082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26145,3083,'_product_id','490'),(26146,3083,'_variation_id','0'),(26147,3083,'_qty','4'),(26148,3083,'_tax_class',''),(26149,3083,'_line_subtotal','74'),(26150,3083,'_line_subtotal_tax','0'),(26151,3083,'_line_total','74'),(26152,3083,'_line_tax','0'),(26153,3083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26154,3084,'method_id','free_shipping'),(26155,3084,'instance_id','2'),(26156,3084,'cost','0.00'),(26157,3084,'total_tax','0'),(26158,3084,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26159,3084,'Items','Active Rinse 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 5, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(26160,3085,'_product_id','41'),(26161,3085,'_variation_id','0'),(26162,3085,'_qty','1'),(26163,3085,'_tax_class',''),(26164,3085,'_line_subtotal','60.48'),(26165,3085,'_line_subtotal_tax','0'),(26166,3085,'_line_total','60.48'),(26167,3085,'_line_tax','0'),(26168,3085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26169,3086,'_product_id','23'),(26170,3086,'_variation_id','0'),(26171,3086,'_qty','4'),(26172,3086,'_tax_class',''),(26173,3086,'_line_subtotal','426.24'),(26174,3086,'_line_subtotal_tax','0'),(26175,3086,'_line_total','426.24'),(26176,3086,'_line_tax','0'),(26177,3086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26178,3087,'_product_id','38'),(26179,3087,'_variation_id','0'),(26180,3087,'_qty','1'),(26181,3087,'_tax_class',''),(26182,3087,'_line_subtotal','265.22'),(26183,3087,'_line_subtotal_tax','0'),(26184,3087,'_line_total','265.22'),(26185,3087,'_line_tax','0'),(26186,3087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26187,3088,'_product_id','488'),(26188,3088,'_variation_id','0'),(26189,3088,'_qty','2'),(26190,3088,'_tax_class',''),(26191,3088,'_line_subtotal','57'),(26192,3088,'_line_subtotal_tax','0'),(26193,3088,'_line_total','57'),(26194,3088,'_line_tax','0'),(26195,3088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26196,3089,'_product_id','487'),(26197,3089,'_variation_id','0'),(26198,3089,'_qty','1'),(26199,3089,'_tax_class',''),(26200,3089,'_line_subtotal','28.5'),(26201,3089,'_line_subtotal_tax','0'),(26202,3089,'_line_total','28.5'),(26203,3089,'_line_tax','0'),(26204,3089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26205,3090,'_product_id','131'),(26206,3090,'_variation_id','0'),(26207,3090,'_qty','5'),(26208,3090,'_tax_class',''),(26209,3090,'_line_subtotal','57.5'),(26210,3090,'_line_subtotal_tax','0'),(26211,3090,'_line_total','57.5'),(26212,3090,'_line_tax','0'),(26213,3090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26214,3091,'_product_id','490'),(26215,3091,'_variation_id','0'),(26216,3091,'_qty','10'),(26217,3091,'_tax_class',''),(26218,3091,'_line_subtotal','185'),(26219,3091,'_line_subtotal_tax','0'),(26220,3091,'_line_total','185'),(26221,3091,'_line_tax','0'),(26222,3091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26223,3092,'_product_id','131'),(26224,3092,'_variation_id','0'),(26225,3092,'_qty','5'),(26226,3092,'_tax_class',''),(26227,3092,'_line_subtotal','57.5'),(26228,3092,'_line_subtotal_tax','0'),(26229,3092,'_line_total','57.5'),(26230,3092,'_line_tax','0'),(26231,3092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26232,3093,'_product_id','133'),(26233,3093,'_variation_id','0'),(26234,3093,'_qty','2'),(26235,3093,'_tax_class',''),(26236,3093,'_line_subtotal','26'),(26237,3093,'_line_subtotal_tax','0'),(26238,3093,'_line_total','26'),(26239,3093,'_line_tax','0'),(26240,3093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26241,3094,'method_id','free_shipping'),(26242,3094,'instance_id','2'),(26243,3094,'cost','0.00'),(26244,3094,'total_tax','0'),(26245,3094,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26246,3094,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Disposable Capes &times; 5, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 5, Disposable Head Bands &times; 2'),(26247,3095,'_product_id','23'),(26248,3095,'_variation_id','0'),(26249,3095,'_qty','3'),(26250,3095,'_tax_class',''),(26251,3095,'_line_subtotal','319.68'),(26252,3095,'_line_subtotal_tax','0'),(26253,3095,'_line_total','319.68'),(26254,3095,'_line_tax','0'),(26255,3095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26256,3096,'_product_id','38'),(26257,3096,'_variation_id','0'),(26258,3096,'_qty','2'),(26259,3096,'_tax_class',''),(26260,3096,'_line_subtotal','530.44'),(26261,3096,'_line_subtotal_tax','0'),(26262,3096,'_line_total','530.44'),(26263,3096,'_line_tax','0'),(26264,3096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26265,3097,'_product_id','45'),(26266,3097,'_variation_id','0'),(26267,3097,'_qty','1'),(26268,3097,'_tax_class',''),(26269,3097,'_line_subtotal','38.4'),(26270,3097,'_line_subtotal_tax','0'),(26271,3097,'_line_total','38.4'),(26272,3097,'_line_tax','0'),(26273,3097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26274,3098,'_product_id','41'),(26275,3098,'_variation_id','0'),(26276,3098,'_qty','3'),(26277,3098,'_tax_class',''),(26278,3098,'_line_subtotal','181.44'),(26279,3098,'_line_subtotal_tax','0'),(26280,3098,'_line_total','181.44'),(26281,3098,'_line_tax','0'),(26282,3098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26283,3099,'_product_id','116'),(26284,3099,'_variation_id','0'),(26285,3099,'_qty','1'),(26286,3099,'_tax_class',''),(26287,3099,'_line_subtotal','132'),(26288,3099,'_line_subtotal_tax','0'),(26289,3099,'_line_total','132'),(26290,3099,'_line_tax','0'),(26291,3099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26292,3100,'_product_id','39'),(26293,3100,'_variation_id','0'),(26294,3100,'_qty','1'),(26295,3100,'_tax_class',''),(26296,3100,'_line_subtotal','72'),(26297,3100,'_line_subtotal_tax','0'),(26298,3100,'_line_total','72'),(26299,3100,'_line_tax','0'),(26300,3100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26301,3101,'_product_id','43'),(26302,3101,'_variation_id','0'),(26303,3101,'_qty','1'),(26304,3101,'_tax_class',''),(26305,3101,'_line_subtotal','72'),(26306,3101,'_line_subtotal_tax','0'),(26307,3101,'_line_total','72'),(26308,3101,'_line_tax','0'),(26309,3101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26310,3102,'_product_id','40'),(26311,3102,'_variation_id','0'),(26312,3102,'_qty','1'),(26313,3102,'_tax_class',''),(26314,3102,'_line_subtotal','72'),(26315,3102,'_line_subtotal_tax','0'),(26316,3102,'_line_total','72'),(26317,3102,'_line_tax','0'),(26318,3102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26319,3103,'_product_id','49'),(26320,3103,'_variation_id','0'),(26321,3103,'_qty','1'),(26322,3103,'_tax_class',''),(26323,3103,'_line_subtotal','72'),(26324,3103,'_line_subtotal_tax','0'),(26325,3103,'_line_total','72'),(26326,3103,'_line_tax','0'),(26327,3103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26328,3104,'_product_id','93'),(26329,3104,'_variation_id','0'),(26330,3104,'_qty','4'),(26331,3104,'_tax_class',''),(26332,3104,'_line_subtotal','0'),(26333,3104,'_line_subtotal_tax','0'),(26334,3104,'_line_total','0'),(26335,3104,'_line_tax','0'),(26336,3104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26337,3105,'method_id','free_shipping'),(26338,3105,'instance_id','2'),(26339,3105,'cost','0.00'),(26340,3105,'total_tax','0'),(26341,3105,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26342,3105,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 4'),(26343,3106,'_product_id','93'),(26344,3106,'_variation_id','0'),(26345,3106,'_qty','10'),(26346,3106,'_tax_class',''),(26347,3106,'_line_subtotal','0'),(26348,3106,'_line_subtotal_tax','0'),(26349,3106,'_line_total','0'),(26350,3106,'_line_tax','0'),(26351,3106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26352,3107,'method_id','fedex'),(26353,3107,'instance_id','1'),(26354,3107,'cost','28.61'),(26355,3107,'total_tax','0'),(26356,3107,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26357,3107,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(26358,3108,'_product_id','93'),(26359,3108,'_variation_id','0'),(26360,3108,'_qty','10'),(26361,3108,'_tax_class',''),(26362,3108,'_line_subtotal','0'),(26363,3108,'_line_subtotal_tax','0'),(26364,3108,'_line_total','0'),(26365,3108,'_line_tax','0'),(26366,3108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26367,3109,'method_id','fedex'),(26368,3109,'instance_id','1'),(26369,3109,'cost','28.61'),(26370,3109,'total_tax','0'),(26371,3109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26372,3109,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(26373,3110,'_product_id','93'),(26374,3110,'_variation_id','0'),(26375,3110,'_qty','10'),(26376,3110,'_tax_class',''),(26377,3110,'_line_subtotal','0'),(26378,3110,'_line_subtotal_tax','0'),(26379,3110,'_line_total','0'),(26380,3110,'_line_tax','0'),(26381,3110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26382,3111,'method_id','fedex'),(26383,3111,'instance_id','1'),(26384,3111,'cost','28.61'),(26385,3111,'total_tax','0'),(26386,3111,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26387,3111,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(26388,3112,'_product_id','93'),(26389,3112,'_variation_id','0'),(26390,3112,'_qty','3'),(26391,3112,'_tax_class',''),(26392,3112,'_line_subtotal','0'),(26393,3112,'_line_subtotal_tax','0'),(26394,3112,'_line_total','0'),(26395,3112,'_line_tax','0'),(26396,3112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26397,3113,'_product_id','95'),(26398,3113,'_variation_id','0'),(26399,3113,'_qty','1'),(26400,3113,'_tax_class',''),(26401,3113,'_line_subtotal','0'),(26402,3113,'_line_subtotal_tax','0'),(26403,3113,'_line_total','0'),(26404,3113,'_line_tax','0'),(26405,3113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26406,3114,'_product_id','99'),(26407,3114,'_variation_id','0'),(26408,3114,'_qty','1'),(26409,3114,'_tax_class',''),(26410,3114,'_line_subtotal','0'),(26411,3114,'_line_subtotal_tax','0'),(26412,3114,'_line_total','0'),(26413,3114,'_line_tax','0'),(26414,3114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26415,3115,'method_id','fedex'),(26416,3115,'instance_id','1'),(26417,3115,'cost','11.42'),(26418,3115,'total_tax','0'),(26419,3115,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26420,3115,'Package 1','17 × 14 × 10 (in) 17.45lbs × 1'),(26421,3116,'_product_id','118'),(26422,3116,'_variation_id','0'),(26423,3116,'_qty','1'),(26424,3116,'_tax_class',''),(26425,3116,'_line_subtotal','168'),(26426,3116,'_line_subtotal_tax','0'),(26427,3116,'_line_total','168'),(26428,3116,'_line_tax','0'),(26429,3116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26430,3117,'_product_id','99'),(26431,3117,'_variation_id','0'),(26432,3117,'_qty','1'),(26433,3117,'_tax_class',''),(26434,3117,'_line_subtotal','0'),(26435,3117,'_line_subtotal_tax','0'),(26436,3117,'_line_total','0'),(26437,3117,'_line_tax','0'),(26438,3117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26439,3118,'method_id','fedex'),(26440,3118,'instance_id','1'),(26441,3118,'cost','28.60'),(26442,3118,'total_tax','0'),(26443,3118,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26444,3118,'Package 1','17 × 14 × 10 (in) 22.95lbs × 1'),(26601,3137,'_product_id','23'),(26602,3137,'_variation_id','0'),(26603,3137,'_qty','2'),(26604,3137,'_tax_class',''),(26605,3137,'_line_subtotal','213.12'),(26606,3137,'_line_subtotal_tax','0'),(26607,3137,'_line_total','213.12'),(26608,3137,'_line_tax','0'),(26609,3137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26610,3138,'_product_id','38'),(26611,3138,'_variation_id','0'),(26612,3138,'_qty','1'),(26613,3138,'_tax_class',''),(26614,3138,'_line_subtotal','265.22'),(26615,3138,'_line_subtotal_tax','0'),(26616,3138,'_line_total','265.22'),(26617,3138,'_line_tax','0'),(26618,3138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26619,3139,'_product_id','49'),(26620,3139,'_variation_id','0'),(26621,3139,'_qty','2'),(26622,3139,'_tax_class',''),(26623,3139,'_line_subtotal','144'),(26624,3139,'_line_subtotal_tax','0'),(26625,3139,'_line_total','144'),(26626,3139,'_line_tax','0'),(26627,3139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26628,3140,'_product_id','490'),(26629,3140,'_variation_id','0'),(26630,3140,'_qty','8'),(26631,3140,'_tax_class',''),(26632,3140,'_line_subtotal','148'),(26633,3140,'_line_subtotal_tax','0'),(26634,3140,'_line_total','148'),(26635,3140,'_line_tax','0'),(26636,3140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26637,3141,'_product_id','45'),(26638,3141,'_variation_id','0'),(26639,3141,'_qty','1'),(26640,3141,'_tax_class',''),(26641,3141,'_line_subtotal','38.4'),(26642,3141,'_line_subtotal_tax','0'),(26643,3141,'_line_total','38.4'),(26644,3141,'_line_tax','0'),(26645,3141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26646,3142,'_product_id','41'),(26647,3142,'_variation_id','0'),(26648,3142,'_qty','4'),(26649,3142,'_tax_class',''),(26650,3142,'_line_subtotal','241.92'),(26651,3142,'_line_subtotal_tax','0'),(26652,3142,'_line_total','241.92'),(26653,3142,'_line_tax','0'),(26654,3142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26655,3143,'_product_id','488'),(26656,3143,'_variation_id','0'),(26657,3143,'_qty','3'),(26658,3143,'_tax_class',''),(26659,3143,'_line_subtotal','85.5'),(26660,3143,'_line_subtotal_tax','0'),(26661,3143,'_line_total','85.5'),(26662,3143,'_line_tax','0'),(26663,3143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26664,3144,'_product_id','120'),(26665,3144,'_variation_id','0'),(26666,3144,'_qty','1'),(26667,3144,'_tax_class',''),(26668,3144,'_line_subtotal','48'),(26669,3144,'_line_subtotal_tax','0'),(26670,3144,'_line_total','48'),(26671,3144,'_line_tax','0'),(26672,3144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26673,3145,'method_id','free_shipping'),(26674,3145,'instance_id','2'),(26675,3145,'cost','0.00'),(26676,3145,'total_tax','0'),(26677,3145,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26678,3145,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 3, Preventive Spray 2oz(Case of 24) &times; 1'),(26679,3146,'_product_id','39'),(26680,3146,'_variation_id','0'),(26681,3146,'_qty','1'),(26682,3146,'_tax_class',''),(26683,3146,'_line_subtotal','79.2'),(26684,3146,'_line_subtotal_tax','0'),(26685,3146,'_line_total','79.2'),(26686,3146,'_line_tax','0'),(26687,3146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26688,3147,'_product_id','40'),(26689,3147,'_variation_id','0'),(26690,3147,'_qty','1'),(26691,3147,'_tax_class',''),(26692,3147,'_line_subtotal','79.2'),(26693,3147,'_line_subtotal_tax','0'),(26694,3147,'_line_total','79.2'),(26695,3147,'_line_tax','0'),(26696,3147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26697,3148,'_product_id','93'),(26698,3148,'_variation_id','0'),(26699,3148,'_qty','6'),(26700,3148,'_tax_class',''),(26701,3148,'_line_subtotal','0'),(26702,3148,'_line_subtotal_tax','0'),(26703,3148,'_line_total','0'),(26704,3148,'_line_tax','0'),(26705,3148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26706,3149,'method_id','fedex'),(26707,3149,'instance_id','1'),(26708,3149,'cost','23.05'),(26709,3149,'total_tax','0'),(26710,3149,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26711,3149,'Package 1','17 × 14 × 10 (in) 28.75lbs × 1'),(26712,3150,'_product_id','97'),(26713,3150,'_variation_id','0'),(26714,3150,'_qty','4'),(26715,3150,'_tax_class',''),(26716,3150,'_line_subtotal','0'),(26717,3150,'_line_subtotal_tax','0'),(26718,3150,'_line_total','0'),(26719,3150,'_line_tax','0'),(26720,3150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26721,3151,'method_id','fedex'),(26722,3151,'instance_id','1'),(26723,3151,'cost','17.46'),(26724,3151,'total_tax','0'),(26725,3151,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26726,3151,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(26727,3152,'_product_id','23'),(26728,3152,'_variation_id','0'),(26729,3152,'_qty','2'),(26730,3152,'_tax_class',''),(26731,3152,'_line_subtotal','223.68'),(26732,3152,'_line_subtotal_tax','0'),(26733,3152,'_line_total','223.68'),(26734,3152,'_line_tax','0'),(26735,3152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26736,3153,'_product_id','43'),(26737,3153,'_variation_id','0'),(26738,3153,'_qty','1'),(26739,3153,'_tax_class',''),(26740,3153,'_line_subtotal','79.2'),(26741,3153,'_line_subtotal_tax','0'),(26742,3153,'_line_total','79.2'),(26743,3153,'_line_tax','0'),(26744,3153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26745,3154,'_product_id','490'),(26746,3154,'_variation_id','0'),(26747,3154,'_qty','3'),(26748,3154,'_tax_class',''),(26749,3154,'_line_subtotal','58.29'),(26750,3154,'_line_subtotal_tax','0'),(26751,3154,'_line_total','58.29'),(26752,3154,'_line_tax','0'),(26753,3154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26754,3155,'_product_id','120'),(26755,3155,'_variation_id','0'),(26756,3155,'_qty','1'),(26757,3155,'_tax_class',''),(26758,3155,'_line_subtotal','52.8'),(26759,3155,'_line_subtotal_tax','0'),(26760,3155,'_line_total','52.8'),(26761,3155,'_line_tax','0'),(26762,3155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26763,3156,'_product_id','41'),(26764,3156,'_variation_id','0'),(26765,3156,'_qty','1'),(26766,3156,'_tax_class',''),(26767,3156,'_line_subtotal','66.48'),(26768,3156,'_line_subtotal_tax','0'),(26769,3156,'_line_total','66.48'),(26770,3156,'_line_tax','0'),(26771,3156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26772,3157,'method_id','fedex'),(26773,3157,'instance_id','1'),(26774,3157,'cost','20.17'),(26775,3157,'total_tax','0'),(26776,3157,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26777,3157,'Package 1','17 × 14 × 10 (in) 36.25lbs × 1'),(26778,3158,'_product_id','41'),(26779,3158,'_variation_id','0'),(26780,3158,'_qty','5'),(26781,3158,'_tax_class',''),(26782,3158,'_line_subtotal','332.4'),(26783,3158,'_line_subtotal_tax','0'),(26784,3158,'_line_total','332.4'),(26785,3158,'_line_tax','0'),(26786,3158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26787,3159,'_product_id','43'),(26788,3159,'_variation_id','0'),(26789,3159,'_qty','5'),(26790,3159,'_tax_class',''),(26791,3159,'_line_subtotal','396'),(26792,3159,'_line_subtotal_tax','0'),(26793,3159,'_line_total','396'),(26794,3159,'_line_tax','0'),(26795,3159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26796,3160,'_product_id','93'),(26797,3160,'_variation_id','0'),(26798,3160,'_qty','10'),(26799,3160,'_tax_class',''),(26800,3160,'_line_subtotal','0'),(26801,3160,'_line_subtotal_tax','0'),(26802,3160,'_line_total','0'),(26803,3160,'_line_tax','0'),(26804,3160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26805,3161,'_product_id','42'),(26806,3161,'_variation_id','0'),(26807,3161,'_qty','1'),(26808,3161,'_tax_class',''),(26809,3161,'_line_subtotal','79.2'),(26810,3161,'_line_subtotal_tax','0'),(26811,3161,'_line_total','79.2'),(26812,3161,'_line_tax','0'),(26813,3161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26814,3162,'_product_id','45'),(26815,3162,'_variation_id','0'),(26816,3162,'_qty','1'),(26817,3162,'_tax_class',''),(26818,3162,'_line_subtotal','42.24'),(26819,3162,'_line_subtotal_tax','0'),(26820,3162,'_line_total','42.24'),(26821,3162,'_line_tax','0'),(26822,3162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26823,3163,'_product_id','38'),(26824,3163,'_variation_id','0'),(26825,3163,'_qty','1'),(26826,3163,'_tax_class',''),(26827,3163,'_line_subtotal','278.56'),(26828,3163,'_line_subtotal_tax','0'),(26829,3163,'_line_total','278.56'),(26830,3163,'_line_tax','0'),(26831,3163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26832,3164,'_product_id','23'),(26833,3164,'_variation_id','0'),(26834,3164,'_qty','2'),(26835,3164,'_tax_class',''),(26836,3164,'_line_subtotal','223.68'),(26837,3164,'_line_subtotal_tax','0'),(26838,3164,'_line_total','223.68'),(26839,3164,'_line_tax','0'),(26840,3164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26841,3165,'method_id','free_shipping'),(26842,3165,'instance_id','2'),(26843,3165,'cost','0.00'),(26844,3165,'total_tax','0'),(26845,3165,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26846,3165,'Items','Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 5, Bulk Active Rinse 100% &times; 10, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2'),(26847,3166,'_product_id','23'),(26848,3166,'_variation_id','0'),(26849,3166,'_qty','3'),(26850,3166,'_tax_class',''),(26851,3166,'_line_subtotal','335.52'),(26852,3166,'_line_subtotal_tax','0'),(26853,3166,'_line_total','335.52'),(26854,3166,'_line_tax','0'),(26855,3166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26856,3167,'_product_id','38'),(26857,3167,'_variation_id','0'),(26858,3167,'_qty','2'),(26859,3167,'_tax_class',''),(26860,3167,'_line_subtotal','557.12'),(26861,3167,'_line_subtotal_tax','0'),(26862,3167,'_line_total','557.12'),(26863,3167,'_line_tax','0'),(26864,3167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26865,3168,'_product_id','41'),(26866,3168,'_variation_id','0'),(26867,3168,'_qty','5'),(26868,3168,'_tax_class',''),(26869,3168,'_line_subtotal','332.4'),(26870,3168,'_line_subtotal_tax','0'),(26871,3168,'_line_total','332.4'),(26872,3168,'_line_tax','0'),(26873,3168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26874,3169,'_product_id','118'),(26875,3169,'_variation_id','0'),(26876,3169,'_qty','2'),(26877,3169,'_tax_class',''),(26878,3169,'_line_subtotal','369.6'),(26879,3169,'_line_subtotal_tax','0'),(26880,3169,'_line_total','369.6'),(26881,3169,'_line_tax','0'),(26882,3169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26883,3170,'_product_id','51'),(26884,3170,'_variation_id','0'),(26885,3170,'_qty','3'),(26886,3170,'_tax_class',''),(26887,3170,'_line_subtotal','443.52'),(26888,3170,'_line_subtotal_tax','0'),(26889,3170,'_line_total','443.52'),(26890,3170,'_line_tax','0'),(26891,3170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26892,3171,'_product_id','120'),(26893,3171,'_variation_id','0'),(26894,3171,'_qty','2'),(26895,3171,'_tax_class',''),(26896,3171,'_line_subtotal','105.6'),(26897,3171,'_line_subtotal_tax','0'),(26898,3171,'_line_total','105.6'),(26899,3171,'_line_tax','0'),(26900,3171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26901,3172,'_product_id','43'),(26902,3172,'_variation_id','0'),(26903,3172,'_qty','2'),(26904,3172,'_tax_class',''),(26905,3172,'_line_subtotal','158.4'),(26906,3172,'_line_subtotal_tax','0'),(26907,3172,'_line_total','158.4'),(26908,3172,'_line_tax','0'),(26909,3172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26910,3173,'_product_id','44'),(26911,3173,'_variation_id','0'),(26912,3173,'_qty','1'),(26913,3173,'_tax_class',''),(26914,3173,'_line_subtotal','116.16'),(26915,3173,'_line_subtotal_tax','0'),(26916,3173,'_line_total','116.16'),(26917,3173,'_line_tax','0'),(26918,3173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26919,3174,'method_id','free_shipping'),(26920,3174,'instance_id','2'),(26921,3174,'cost','0.00'),(26922,3174,'total_tax','0'),(26923,3174,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26924,3174,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 3, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1'),(26925,3175,'_product_id','93'),(26926,3175,'_variation_id','0'),(26927,3175,'_qty','10'),(26928,3175,'_tax_class',''),(26929,3175,'_line_subtotal','0'),(26930,3175,'_line_subtotal_tax','0'),(26931,3175,'_line_total','0'),(26932,3175,'_line_tax','0'),(26933,3175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26934,3176,'method_id','fedex'),(26935,3176,'instance_id','1'),(26936,3176,'cost','13.63'),(26937,3176,'total_tax','0'),(26938,3176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26939,3176,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(26940,3177,'_product_id','23'),(26941,3177,'_variation_id','0'),(26942,3177,'_qty','2'),(26943,3177,'_tax_class',''),(26944,3177,'_line_subtotal','223.68'),(26945,3177,'_line_subtotal_tax','0'),(26946,3177,'_line_total','223.68'),(26947,3177,'_line_tax','0'),(26948,3177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26949,3178,'_product_id','45'),(26950,3178,'_variation_id','0'),(26951,3178,'_qty','2'),(26952,3178,'_tax_class',''),(26953,3178,'_line_subtotal','84.48'),(26954,3178,'_line_subtotal_tax','0'),(26955,3178,'_line_total','84.48'),(26956,3178,'_line_tax','0'),(26957,3178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26958,3179,'_product_id','137'),(26959,3179,'_variation_id','0'),(26960,3179,'_qty','6'),(26961,3179,'_tax_class',''),(26962,3179,'_line_subtotal','36.3'),(26963,3179,'_line_subtotal_tax','0'),(26964,3179,'_line_total','36.3'),(26965,3179,'_line_tax','0'),(26966,3179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26967,3180,'_product_id','41'),(26968,3180,'_variation_id','0'),(26969,3180,'_qty','3'),(26970,3180,'_tax_class',''),(26971,3180,'_line_subtotal','199.44'),(26972,3180,'_line_subtotal_tax','0'),(26973,3180,'_line_total','199.44'),(26974,3180,'_line_tax','0'),(26975,3180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26976,3181,'_product_id','99'),(26977,3181,'_variation_id','0'),(26978,3181,'_qty','1'),(26979,3181,'_tax_class',''),(26980,3181,'_line_subtotal','0'),(26981,3181,'_line_subtotal_tax','0'),(26982,3181,'_line_total','0'),(26983,3181,'_line_tax','0'),(26984,3181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26985,3182,'_product_id','93'),(26986,3182,'_variation_id','0'),(26987,3182,'_qty','2'),(26988,3182,'_tax_class',''),(26989,3182,'_line_subtotal','0'),(26990,3182,'_line_subtotal_tax','0'),(26991,3182,'_line_total','0'),(26992,3182,'_line_tax','0'),(26993,3182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(26994,3183,'method_id','free_shipping'),(26995,3183,'instance_id','2'),(26996,3183,'cost','0.00'),(26997,3183,'total_tax','0'),(26998,3183,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(26999,3183,'Items','Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, The Wet Brush &times; 6, Professional Lice Comb(Case of 12) &times; 3, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 2'),(27000,3184,'_product_id','490'),(27001,3184,'_variation_id','0'),(27002,3184,'_qty','10'),(27003,3184,'_tax_class',''),(27004,3184,'_line_subtotal','194.3'),(27005,3184,'_line_subtotal_tax','0'),(27006,3184,'_line_total','194.3'),(27007,3184,'_line_tax','0'),(27008,3184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27009,3185,'_product_id','487'),(27010,3185,'_variation_id','0'),(27011,3185,'_qty','1'),(27012,3185,'_tax_class',''),(27013,3185,'_line_subtotal','31.35'),(27014,3185,'_line_subtotal_tax','0'),(27015,3185,'_line_total','31.35'),(27016,3185,'_line_tax','0'),(27017,3185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27018,3186,'_product_id','23'),(27019,3186,'_variation_id','0'),(27020,3186,'_qty','1'),(27021,3186,'_tax_class',''),(27022,3186,'_line_subtotal','111.84'),(27023,3186,'_line_subtotal_tax','0'),(27024,3186,'_line_total','111.84'),(27025,3186,'_line_tax','0'),(27026,3186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27027,3187,'_product_id','43'),(27028,3187,'_variation_id','0'),(27029,3187,'_qty','1'),(27030,3187,'_tax_class',''),(27031,3187,'_line_subtotal','79.2'),(27032,3187,'_line_subtotal_tax','0'),(27033,3187,'_line_total','79.2'),(27034,3187,'_line_tax','0'),(27035,3187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27036,3188,'_product_id','120'),(27037,3188,'_variation_id','0'),(27038,3188,'_qty','1'),(27039,3188,'_tax_class',''),(27040,3188,'_line_subtotal','52.8'),(27041,3188,'_line_subtotal_tax','0'),(27042,3188,'_line_total','52.8'),(27043,3188,'_line_tax','0'),(27044,3188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27045,3189,'_product_id','44'),(27046,3189,'_variation_id','0'),(27047,3189,'_qty','1'),(27048,3189,'_tax_class',''),(27049,3189,'_line_subtotal','116.16'),(27050,3189,'_line_subtotal_tax','0'),(27051,3189,'_line_total','116.16'),(27052,3189,'_line_tax','0'),(27053,3189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27054,3190,'_product_id','41'),(27055,3190,'_variation_id','0'),(27056,3190,'_qty','1'),(27057,3190,'_tax_class',''),(27058,3190,'_line_subtotal','66.48'),(27059,3190,'_line_subtotal_tax','0'),(27060,3190,'_line_total','66.48'),(27061,3190,'_line_tax','0'),(27062,3190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27063,3191,'method_id','free_shipping'),(27064,3191,'instance_id','2'),(27065,3191,'cost','0.00'),(27066,3191,'total_tax','0'),(27067,3191,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27068,3191,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(27069,3192,'_product_id','489'),(27070,3192,'_variation_id','0'),(27071,3192,'_qty','3'),(27072,3192,'_tax_class',''),(27073,3192,'_line_subtotal','58.29'),(27074,3192,'_line_subtotal_tax','0'),(27075,3192,'_line_total','58.29'),(27076,3192,'_line_tax','0'),(27077,3192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27078,3193,'_product_id','318'),(27079,3193,'_variation_id','0'),(27080,3193,'_qty','5'),(27081,3193,'_tax_class',''),(27082,3193,'_line_subtotal','15'),(27083,3193,'_line_subtotal_tax','0'),(27084,3193,'_line_total','15'),(27085,3193,'_line_tax','0'),(27086,3193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27087,3194,'method_id','fedex'),(27088,3194,'instance_id','1'),(27089,3194,'cost','12.84'),(27090,3194,'total_tax','0'),(27091,3194,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27092,3194,'Package 1','11.25 × 8.75 × 7.75 (in) 19.54lbs × 1'),(27093,3195,'_product_id','93'),(27094,3195,'_variation_id','0'),(27095,3195,'_qty','10'),(27096,3195,'_tax_class',''),(27097,3195,'_line_subtotal','0'),(27098,3195,'_line_subtotal_tax','0'),(27099,3195,'_line_total','0'),(27100,3195,'_line_tax','0'),(27101,3195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27102,3196,'_product_id','97'),(27103,3196,'_variation_id','0'),(27104,3196,'_qty','3'),(27105,3196,'_tax_class',''),(27106,3196,'_line_subtotal','0'),(27107,3196,'_line_subtotal_tax','0'),(27108,3196,'_line_total','0'),(27109,3196,'_line_tax','0'),(27110,3196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27111,3197,'method_id','fedex'),(27112,3197,'instance_id','1'),(27113,3197,'cost','36.95'),(27114,3197,'total_tax','0'),(27115,3197,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27116,3197,'Package 1','17 × 14 × 10 (in) 41.75lbs × 1'),(27117,3197,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(27118,3198,'_product_id','41'),(27119,3198,'_variation_id','0'),(27120,3198,'_qty','1'),(27121,3198,'_tax_class',''),(27122,3198,'_line_subtotal','66.48'),(27123,3198,'_line_subtotal_tax','0'),(27124,3198,'_line_total','66.48'),(27125,3198,'_line_tax','0'),(27126,3198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27127,3199,'_product_id','44'),(27128,3199,'_variation_id','0'),(27129,3199,'_qty','1'),(27130,3199,'_tax_class',''),(27131,3199,'_line_subtotal','116.16'),(27132,3199,'_line_subtotal_tax','0'),(27133,3199,'_line_total','116.16'),(27134,3199,'_line_tax','0'),(27135,3199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27136,3200,'_product_id','43'),(27137,3200,'_variation_id','0'),(27138,3200,'_qty','2'),(27139,3200,'_tax_class',''),(27140,3200,'_line_subtotal','158.4'),(27141,3200,'_line_subtotal_tax','0'),(27142,3200,'_line_total','158.4'),(27143,3200,'_line_tax','0'),(27144,3200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27145,3201,'_product_id','93'),(27146,3201,'_variation_id','0'),(27147,3201,'_qty','6'),(27148,3201,'_tax_class',''),(27149,3201,'_line_subtotal','0'),(27150,3201,'_line_subtotal_tax','0'),(27151,3201,'_line_total','0'),(27152,3201,'_line_tax','0'),(27153,3201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27154,3202,'method_id','fedex'),(27155,3202,'instance_id','1'),(27156,3202,'cost','40.84'),(27157,3202,'total_tax','0'),(27158,3202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27159,3202,'Package 1','17 × 14 × 10 (in) 41.3lbs × 1'),(27160,3202,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(27161,3203,'_product_id','490'),(27162,3203,'_variation_id','0'),(27163,3203,'_qty','10'),(27164,3203,'_tax_class',''),(27165,3203,'_line_subtotal','194.3'),(27166,3203,'_line_subtotal_tax','0'),(27167,3203,'_line_total','194.3'),(27168,3203,'_line_tax','0'),(27169,3203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27170,3204,'_product_id','23'),(27171,3204,'_variation_id','0'),(27172,3204,'_qty','1'),(27173,3204,'_tax_class',''),(27174,3204,'_line_subtotal','111.84'),(27175,3204,'_line_subtotal_tax','0'),(27176,3204,'_line_total','111.84'),(27177,3204,'_line_tax','0'),(27178,3204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27179,3205,'_product_id','43'),(27180,3205,'_variation_id','0'),(27181,3205,'_qty','2'),(27182,3205,'_tax_class',''),(27183,3205,'_line_subtotal','158.4'),(27184,3205,'_line_subtotal_tax','0'),(27185,3205,'_line_total','158.4'),(27186,3205,'_line_tax','0'),(27187,3205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27188,3206,'_product_id','41'),(27189,3206,'_variation_id','0'),(27190,3206,'_qty','1'),(27191,3206,'_tax_class',''),(27192,3206,'_line_subtotal','66.48'),(27193,3206,'_line_subtotal_tax','0'),(27194,3206,'_line_total','66.48'),(27195,3206,'_line_tax','0'),(27196,3206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27197,3207,'method_id','free_shipping'),(27198,3207,'instance_id','2'),(27199,3207,'cost','0.00'),(27200,3207,'total_tax','0'),(27201,3207,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27202,3207,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(27203,3208,'_product_id','93'),(27204,3208,'_variation_id','0'),(27205,3208,'_qty','10'),(27206,3208,'_tax_class',''),(27207,3208,'_line_subtotal','0'),(27208,3208,'_line_subtotal_tax','0'),(27209,3208,'_line_total','0'),(27210,3208,'_line_tax','0'),(27211,3208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27212,3209,'method_id','fedex'),(27213,3209,'instance_id','1'),(27214,3209,'cost','26.54'),(27215,3209,'total_tax','0'),(27216,3209,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27217,3209,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(27218,3210,'_product_id','93'),(27219,3210,'_variation_id','0'),(27220,3210,'_qty','10'),(27221,3210,'_tax_class',''),(27222,3210,'_line_subtotal','0'),(27223,3210,'_line_subtotal_tax','0'),(27224,3210,'_line_total','0'),(27225,3210,'_line_tax','0'),(27226,3210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27227,3211,'method_id','fedex'),(27228,3211,'instance_id','1'),(27229,3211,'cost','26.54'),(27230,3211,'total_tax','0'),(27231,3211,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27232,3211,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(27233,3212,'_product_id','41'),(27234,3212,'_variation_id','0'),(27235,3212,'_qty','5'),(27236,3212,'_tax_class',''),(27237,3212,'_line_subtotal','332.4'),(27238,3212,'_line_subtotal_tax','0'),(27239,3212,'_line_total','332.4'),(27240,3212,'_line_tax','0'),(27241,3212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27242,3213,'_product_id','490'),(27243,3213,'_variation_id','0'),(27244,3213,'_qty','10'),(27245,3213,'_tax_class',''),(27246,3213,'_line_subtotal','194.3'),(27247,3213,'_line_subtotal_tax','0'),(27248,3213,'_line_total','194.3'),(27249,3213,'_line_tax','0'),(27250,3213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27251,3214,'method_id','fedex'),(27252,3214,'instance_id','1'),(27253,3214,'cost','44.67'),(27254,3214,'total_tax','0'),(27255,3214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27256,3214,'Package 1','17 × 14 × 10 (in) 34.5lbs × 1'),(27257,3215,'_product_id','41'),(27258,3215,'_variation_id','0'),(27259,3215,'_qty','1'),(27260,3215,'_tax_class',''),(27261,3215,'_line_subtotal','66.48'),(27262,3215,'_line_subtotal_tax','0'),(27263,3215,'_line_total','66.48'),(27264,3215,'_line_tax','0'),(27265,3215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27266,3216,'method_id','fedex'),(27267,3216,'instance_id','1'),(27268,3216,'cost','10.46'),(27269,3216,'total_tax','0'),(27270,3216,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27271,3216,'Package 1','12.75 × 10.25 × 1.5 (in) 2.46lbs × 1'),(27272,3217,'_product_id','120'),(27273,3217,'_variation_id','0'),(27274,3217,'_qty','1'),(27275,3217,'_tax_class',''),(27276,3217,'_line_subtotal','52.8'),(27277,3217,'_line_subtotal_tax','0'),(27278,3217,'_line_total','52.8'),(27279,3217,'_line_tax','0'),(27280,3217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27281,3218,'_product_id','42'),(27282,3218,'_variation_id','0'),(27283,3218,'_qty','2'),(27284,3218,'_tax_class',''),(27285,3218,'_line_subtotal','158.4'),(27286,3218,'_line_subtotal_tax','0'),(27287,3218,'_line_total','158.4'),(27288,3218,'_line_tax','0'),(27289,3218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27290,3219,'_product_id','116'),(27291,3219,'_variation_id','0'),(27292,3219,'_qty','1'),(27293,3219,'_tax_class',''),(27294,3219,'_line_subtotal','145.44'),(27295,3219,'_line_subtotal_tax','0'),(27296,3219,'_line_total','145.44'),(27297,3219,'_line_tax','0'),(27298,3219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27299,3220,'_product_id','23'),(27300,3220,'_variation_id','0'),(27301,3220,'_qty','2'),(27302,3220,'_tax_class',''),(27303,3220,'_line_subtotal','223.68'),(27304,3220,'_line_subtotal_tax','0'),(27305,3220,'_line_total','223.68'),(27306,3220,'_line_tax','0'),(27307,3220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27308,3221,'method_id','fedex'),(27309,3221,'instance_id','1'),(27310,3221,'cost','40.26'),(27311,3221,'total_tax','0'),(27312,3221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27313,3221,'Package 1','17 × 14 × 10 (in) 23.5lbs × 1'),(27314,3221,'Package 2','17 × 14 × 10 (in) 15.6lbs × 1'),(27315,3222,'_product_id','93'),(27316,3222,'_variation_id','0'),(27317,3222,'_qty','9'),(27318,3222,'_tax_class',''),(27319,3222,'_line_subtotal','0'),(27320,3222,'_line_subtotal_tax','0'),(27321,3222,'_line_total','0'),(27322,3222,'_line_tax','0'),(27323,3222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27324,3223,'method_id','fedex'),(27325,3223,'instance_id','1'),(27326,3223,'cost','19.05'),(27327,3223,'total_tax','0'),(27328,3223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27329,3223,'Package 1','17 × 14 × 10 (in) 20.35lbs × 1'),(27382,3230,'_product_id','490'),(27383,3230,'_variation_id','0'),(27384,3230,'_qty','10'),(27385,3230,'_tax_class',''),(27386,3230,'_line_subtotal','194.3'),(27387,3230,'_line_subtotal_tax','0'),(27388,3230,'_line_total','194.3'),(27389,3230,'_line_tax','0'),(27390,3230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27391,3231,'_product_id','42'),(27392,3231,'_variation_id','0'),(27393,3231,'_qty','1'),(27394,3231,'_tax_class',''),(27395,3231,'_line_subtotal','79.2'),(27396,3231,'_line_subtotal_tax','0'),(27397,3231,'_line_total','79.2'),(27398,3231,'_line_tax','0'),(27399,3231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27400,3232,'_product_id','43'),(27401,3232,'_variation_id','0'),(27402,3232,'_qty','2'),(27403,3232,'_tax_class',''),(27404,3232,'_line_subtotal','158.4'),(27405,3232,'_line_subtotal_tax','0'),(27406,3232,'_line_total','158.4'),(27407,3232,'_line_tax','0'),(27408,3232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27409,3233,'_product_id','49'),(27410,3233,'_variation_id','0'),(27411,3233,'_qty','1'),(27412,3233,'_tax_class',''),(27413,3233,'_line_subtotal','79.2'),(27414,3233,'_line_subtotal_tax','0'),(27415,3233,'_line_total','79.2'),(27416,3233,'_line_tax','0'),(27417,3233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27418,3234,'_product_id','38'),(27419,3234,'_variation_id','0'),(27420,3234,'_qty','2'),(27421,3234,'_tax_class',''),(27422,3234,'_line_subtotal','557.12'),(27423,3234,'_line_subtotal_tax','0'),(27424,3234,'_line_total','557.12'),(27425,3234,'_line_tax','0'),(27426,3234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27427,3235,'_product_id','23'),(27428,3235,'_variation_id','0'),(27429,3235,'_qty','2'),(27430,3235,'_tax_class',''),(27431,3235,'_line_subtotal','223.68'),(27432,3235,'_line_subtotal_tax','0'),(27433,3235,'_line_total','223.68'),(27434,3235,'_line_tax','0'),(27435,3235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27436,3236,'method_id','free_shipping'),(27437,3236,'instance_id','2'),(27438,3236,'cost','0.00'),(27439,3236,'total_tax','0'),(27440,3236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27441,3236,'Items','Bulk Active Rinse 100% RM &times; 10, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2'),(27442,3237,'_product_id','42'),(27443,3237,'_variation_id','0'),(27444,3237,'_qty','2'),(27445,3237,'_tax_class',''),(27446,3237,'_line_subtotal','158.4'),(27447,3237,'_line_subtotal_tax','0'),(27448,3237,'_line_total','158.4'),(27449,3237,'_line_tax','0'),(27450,3237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27451,3238,'_product_id','43'),(27452,3238,'_variation_id','0'),(27453,3238,'_qty','3'),(27454,3238,'_tax_class',''),(27455,3238,'_line_subtotal','237.6'),(27456,3238,'_line_subtotal_tax','0'),(27457,3238,'_line_total','237.6'),(27458,3238,'_line_tax','0'),(27459,3238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27460,3239,'_product_id','487'),(27461,3239,'_variation_id','0'),(27462,3239,'_qty','2'),(27463,3239,'_tax_class',''),(27464,3239,'_line_subtotal','62.7'),(27465,3239,'_line_subtotal_tax','0'),(27466,3239,'_line_total','62.7'),(27467,3239,'_line_tax','0'),(27468,3239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27469,3240,'_product_id','490'),(27470,3240,'_variation_id','0'),(27471,3240,'_qty','10'),(27472,3240,'_tax_class',''),(27473,3240,'_line_subtotal','194.3'),(27474,3240,'_line_subtotal_tax','0'),(27475,3240,'_line_total','194.3'),(27476,3240,'_line_tax','0'),(27477,3240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27478,3241,'method_id','free_shipping'),(27479,3241,'instance_id','2'),(27480,3241,'cost','0.00'),(27481,3241,'total_tax','0'),(27482,3241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27483,3241,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10'),(27484,3242,'_product_id','49'),(27485,3242,'_variation_id','0'),(27486,3242,'_qty','2'),(27487,3242,'_tax_class',''),(27488,3242,'_line_subtotal','158.4'),(27489,3242,'_line_subtotal_tax','0'),(27490,3242,'_line_total','158.4'),(27491,3242,'_line_tax','0'),(27492,3242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27493,3243,'_product_id','488'),(27494,3243,'_variation_id','0'),(27495,3243,'_qty','1'),(27496,3243,'_tax_class',''),(27497,3243,'_line_subtotal','31.35'),(27498,3243,'_line_subtotal_tax','0'),(27499,3243,'_line_total','31.35'),(27500,3243,'_line_tax','0'),(27501,3243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27502,3244,'_product_id','40'),(27503,3244,'_variation_id','0'),(27504,3244,'_qty','1'),(27505,3244,'_tax_class',''),(27506,3244,'_line_subtotal','79.2'),(27507,3244,'_line_subtotal_tax','0'),(27508,3244,'_line_total','79.2'),(27509,3244,'_line_tax','0'),(27510,3244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27511,3245,'_product_id','490'),(27512,3245,'_variation_id','0'),(27513,3245,'_qty','10'),(27514,3245,'_tax_class',''),(27515,3245,'_line_subtotal','194.3'),(27516,3245,'_line_subtotal_tax','0'),(27517,3245,'_line_total','194.3'),(27518,3245,'_line_tax','0'),(27519,3245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27520,3246,'_product_id','41'),(27521,3246,'_variation_id','0'),(27522,3246,'_qty','1'),(27523,3246,'_tax_class',''),(27524,3246,'_line_subtotal','66.48'),(27525,3246,'_line_subtotal_tax','0'),(27526,3246,'_line_total','66.48'),(27527,3246,'_line_tax','0'),(27528,3246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27529,3247,'method_id','free_shipping'),(27530,3247,'instance_id','2'),(27531,3247,'cost','0.00'),(27532,3247,'total_tax','0'),(27533,3247,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27534,3247,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 1'),(27535,3248,'_product_id','40'),(27536,3248,'_variation_id','0'),(27537,3248,'_qty','1'),(27538,3248,'_tax_class',''),(27539,3248,'_line_subtotal','79.2'),(27540,3248,'_line_subtotal_tax','0'),(27541,3248,'_line_total','79.2'),(27542,3248,'_line_tax','0'),(27543,3248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27544,3249,'_product_id','120'),(27545,3249,'_variation_id','0'),(27546,3249,'_qty','1'),(27547,3249,'_tax_class',''),(27548,3249,'_line_subtotal','52.8'),(27549,3249,'_line_subtotal_tax','0'),(27550,3249,'_line_total','52.8'),(27551,3249,'_line_tax','0'),(27552,3249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27553,3250,'_product_id','43'),(27554,3250,'_variation_id','0'),(27555,3250,'_qty','1'),(27556,3250,'_tax_class',''),(27557,3250,'_line_subtotal','79.2'),(27558,3250,'_line_subtotal_tax','0'),(27559,3250,'_line_total','79.2'),(27560,3250,'_line_tax','0'),(27561,3250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27562,3251,'_product_id','49'),(27563,3251,'_variation_id','0'),(27564,3251,'_qty','2'),(27565,3251,'_tax_class',''),(27566,3251,'_line_subtotal','158.4'),(27567,3251,'_line_subtotal_tax','0'),(27568,3251,'_line_total','158.4'),(27569,3251,'_line_tax','0'),(27570,3251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27571,3252,'_product_id','490'),(27572,3252,'_variation_id','0'),(27573,3252,'_qty','10'),(27574,3252,'_tax_class',''),(27575,3252,'_line_subtotal','194.3'),(27576,3252,'_line_subtotal_tax','0'),(27577,3252,'_line_total','194.3'),(27578,3252,'_line_tax','0'),(27579,3252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27580,3253,'_product_id','38'),(27581,3253,'_variation_id','0'),(27582,3253,'_qty','2'),(27583,3253,'_tax_class',''),(27584,3253,'_line_subtotal','557.12'),(27585,3253,'_line_subtotal_tax','0'),(27586,3253,'_line_total','557.12'),(27587,3253,'_line_tax','0'),(27588,3253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27589,3254,'method_id','free_shipping'),(27590,3254,'instance_id','2'),(27591,3254,'cost','0.00'),(27592,3254,'total_tax','0'),(27593,3254,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27594,3254,'Items','Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 2'),(27595,3255,'_product_id','23'),(27596,3255,'_variation_id','0'),(27597,3255,'_qty','1'),(27598,3255,'_tax_class',''),(27599,3255,'_line_subtotal','111.84'),(27600,3255,'_line_subtotal_tax','0'),(27601,3255,'_line_total','111.84'),(27602,3255,'_line_tax','0'),(27603,3255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27604,3256,'_product_id','41'),(27605,3256,'_variation_id','0'),(27606,3256,'_qty','2'),(27607,3256,'_tax_class',''),(27608,3256,'_line_subtotal','132.96'),(27609,3256,'_line_subtotal_tax','0'),(27610,3256,'_line_total','132.96'),(27611,3256,'_line_tax','0'),(27612,3256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27613,3257,'_product_id','116'),(27614,3257,'_variation_id','0'),(27615,3257,'_qty','1'),(27616,3257,'_tax_class',''),(27617,3257,'_line_subtotal','145.44'),(27618,3257,'_line_subtotal_tax','0'),(27619,3257,'_line_total','145.44'),(27620,3257,'_line_tax','0'),(27621,3257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27622,3258,'_product_id','93'),(27623,3258,'_variation_id','0'),(27624,3258,'_qty','3'),(27625,3258,'_tax_class',''),(27626,3258,'_line_subtotal','0'),(27627,3258,'_line_subtotal_tax','0'),(27628,3258,'_line_total','0'),(27629,3258,'_line_tax','0'),(27630,3258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27631,3259,'_product_id','97'),(27632,3259,'_variation_id','0'),(27633,3259,'_qty','1'),(27634,3259,'_tax_class',''),(27635,3259,'_line_subtotal','0'),(27636,3259,'_line_subtotal_tax','0'),(27637,3259,'_line_total','0'),(27638,3259,'_line_tax','0'),(27639,3259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27640,3260,'method_id','fedex'),(27641,3260,'instance_id','1'),(27642,3260,'cost','31.32'),(27643,3260,'total_tax','0'),(27644,3260,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27645,3260,'Package 1','17 × 14 × 10 (in) 33.95lbs × 1'),(27646,3260,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(27647,3261,'_product_id','118'),(27648,3261,'_variation_id','0'),(27649,3261,'_qty','1'),(27650,3261,'_tax_class',''),(27651,3261,'_line_subtotal','184.8'),(27652,3261,'_line_subtotal_tax','0'),(27653,3261,'_line_total','184.8'),(27654,3261,'_line_tax','0'),(27655,3261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27656,3262,'_product_id','51'),(27657,3262,'_variation_id','0'),(27658,3262,'_qty','2'),(27659,3262,'_tax_class',''),(27660,3262,'_line_subtotal','295.68'),(27661,3262,'_line_subtotal_tax','0'),(27662,3262,'_line_total','295.68'),(27663,3262,'_line_tax','0'),(27664,3262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27665,3263,'_product_id','44'),(27666,3263,'_variation_id','0'),(27667,3263,'_qty','1'),(27668,3263,'_tax_class',''),(27669,3263,'_line_subtotal','116.16'),(27670,3263,'_line_subtotal_tax','0'),(27671,3263,'_line_total','116.16'),(27672,3263,'_line_tax','0'),(27673,3263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27674,3264,'method_id','free_shipping'),(27675,3264,'instance_id','2'),(27676,3264,'cost','0.00'),(27677,3264,'total_tax','0'),(27678,3264,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27679,3264,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Preventive Kit(Case of 6) &times; 1'),(27680,3265,'_product_id','23'),(27681,3265,'_variation_id','0'),(27682,3265,'_qty','1'),(27683,3265,'_tax_class',''),(27684,3265,'_line_subtotal','111.84'),(27685,3265,'_line_subtotal_tax','0'),(27686,3265,'_line_total','111.84'),(27687,3265,'_line_tax','0'),(27688,3265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27689,3266,'_product_id','38'),(27690,3266,'_variation_id','0'),(27691,3266,'_qty','1'),(27692,3266,'_tax_class',''),(27693,3266,'_line_subtotal','278.56'),(27694,3266,'_line_subtotal_tax','0'),(27695,3266,'_line_total','278.56'),(27696,3266,'_line_tax','0'),(27697,3266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27698,3267,'_product_id','116'),(27699,3267,'_variation_id','0'),(27700,3267,'_qty','1'),(27701,3267,'_tax_class',''),(27702,3267,'_line_subtotal','145.44'),(27703,3267,'_line_subtotal_tax','0'),(27704,3267,'_line_total','145.44'),(27705,3267,'_line_tax','0'),(27706,3267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27707,3268,'_product_id','39'),(27708,3268,'_variation_id','0'),(27709,3268,'_qty','1'),(27710,3268,'_tax_class',''),(27711,3268,'_line_subtotal','79.2'),(27712,3268,'_line_subtotal_tax','0'),(27713,3268,'_line_total','79.2'),(27714,3268,'_line_tax','0'),(27715,3268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27716,3269,'_product_id','49'),(27717,3269,'_variation_id','0'),(27718,3269,'_qty','1'),(27719,3269,'_tax_class',''),(27720,3269,'_line_subtotal','79.2'),(27721,3269,'_line_subtotal_tax','0'),(27722,3269,'_line_total','79.2'),(27723,3269,'_line_tax','0'),(27724,3269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27725,3270,'method_id','fedex'),(27726,3270,'instance_id','1'),(27727,3270,'cost','38.35'),(27728,3270,'total_tax','0'),(27729,3270,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27730,3270,'Package 1','17 × 14 × 10 (in) 32.2lbs × 1'),(27731,3270,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(27732,3271,'_product_id','118'),(27733,3271,'_variation_id','0'),(27734,3271,'_qty','2'),(27735,3271,'_tax_class',''),(27736,3271,'_line_subtotal','369.6'),(27737,3271,'_line_subtotal_tax','0'),(27738,3271,'_line_total','369.6'),(27739,3271,'_line_tax','0'),(27740,3271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27741,3272,'_product_id','43'),(27742,3272,'_variation_id','0'),(27743,3272,'_qty','1'),(27744,3272,'_tax_class',''),(27745,3272,'_line_subtotal','79.2'),(27746,3272,'_line_subtotal_tax','0'),(27747,3272,'_line_total','79.2'),(27748,3272,'_line_tax','0'),(27749,3272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27750,3273,'_product_id','45'),(27751,3273,'_variation_id','0'),(27752,3273,'_qty','1'),(27753,3273,'_tax_class',''),(27754,3273,'_line_subtotal','42.24'),(27755,3273,'_line_subtotal_tax','0'),(27756,3273,'_line_total','42.24'),(27757,3273,'_line_tax','0'),(27758,3273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27759,3274,'_product_id','41'),(27760,3274,'_variation_id','0'),(27761,3274,'_qty','1'),(27762,3274,'_tax_class',''),(27763,3274,'_line_subtotal','66.48'),(27764,3274,'_line_subtotal_tax','0'),(27765,3274,'_line_total','66.48'),(27766,3274,'_line_tax','0'),(27767,3274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27768,3275,'_product_id','93'),(27769,3275,'_variation_id','0'),(27770,3275,'_qty','5'),(27771,3275,'_tax_class',''),(27772,3275,'_line_subtotal','0'),(27773,3275,'_line_subtotal_tax','0'),(27774,3275,'_line_total','0'),(27775,3275,'_line_tax','0'),(27776,3275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27777,3276,'method_id','free_shipping'),(27778,3276,'instance_id','2'),(27779,3276,'cost','0.00'),(27780,3276,'total_tax','0'),(27781,3276,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27782,3276,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 5'),(27783,3277,'_product_id','45'),(27784,3277,'_variation_id','0'),(27785,3277,'_qty','3'),(27786,3277,'_tax_class',''),(27787,3277,'_line_subtotal','126.72'),(27788,3277,'_line_subtotal_tax','0'),(27789,3277,'_line_total','126.72'),(27790,3277,'_line_tax','0'),(27791,3277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27792,3278,'_product_id','44'),(27793,3278,'_variation_id','0'),(27794,3278,'_qty','1'),(27795,3278,'_tax_class',''),(27796,3278,'_line_subtotal','116.16'),(27797,3278,'_line_subtotal_tax','0'),(27798,3278,'_line_total','116.16'),(27799,3278,'_line_tax','0'),(27800,3278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27801,3279,'_product_id','38'),(27802,3279,'_variation_id','0'),(27803,3279,'_qty','2'),(27804,3279,'_tax_class',''),(27805,3279,'_line_subtotal','557.12'),(27806,3279,'_line_subtotal_tax','0'),(27807,3279,'_line_total','557.12'),(27808,3279,'_line_tax','0'),(27809,3279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27810,3280,'_product_id','41'),(27811,3280,'_variation_id','0'),(27812,3280,'_qty','4'),(27813,3280,'_tax_class',''),(27814,3280,'_line_subtotal','265.92'),(27815,3280,'_line_subtotal_tax','0'),(27816,3280,'_line_total','265.92'),(27817,3280,'_line_tax','0'),(27818,3280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27819,3281,'_product_id','116'),(27820,3281,'_variation_id','0'),(27821,3281,'_qty','1'),(27822,3281,'_tax_class',''),(27823,3281,'_line_subtotal','145.44'),(27824,3281,'_line_subtotal_tax','0'),(27825,3281,'_line_total','145.44'),(27826,3281,'_line_tax','0'),(27827,3281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27828,3282,'_product_id','133'),(27829,3282,'_variation_id','0'),(27830,3282,'_qty','3'),(27831,3282,'_tax_class',''),(27832,3282,'_line_subtotal','42.9'),(27833,3282,'_line_subtotal_tax','0'),(27834,3282,'_line_total','42.9'),(27835,3282,'_line_tax','0'),(27836,3282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27837,3283,'_product_id','97'),(27838,3283,'_variation_id','0'),(27839,3283,'_qty','3'),(27840,3283,'_tax_class',''),(27841,3283,'_line_subtotal','0'),(27842,3283,'_line_subtotal_tax','0'),(27843,3283,'_line_total','0'),(27844,3283,'_line_tax','0'),(27845,3283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27846,3284,'_product_id','93'),(27847,3284,'_variation_id','0'),(27848,3284,'_qty','10'),(27849,3284,'_tax_class',''),(27850,3284,'_line_subtotal','0'),(27851,3284,'_line_subtotal_tax','0'),(27852,3284,'_line_total','0'),(27853,3284,'_line_tax','0'),(27854,3284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27855,3285,'_product_id','23'),(27856,3285,'_variation_id','0'),(27857,3285,'_qty','4'),(27858,3285,'_tax_class',''),(27859,3285,'_line_subtotal','447.36'),(27860,3285,'_line_subtotal_tax','0'),(27861,3285,'_line_total','447.36'),(27862,3285,'_line_tax','0'),(27863,3285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27864,3286,'method_id','free_shipping'),(27865,3286,'instance_id','2'),(27866,3286,'cost','0.00'),(27867,3286,'total_tax','0'),(27868,3286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27869,3286,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Disposable Head Bands &times; 3, Bulk Detangling Spray 1 Gallon &times; 3, Bulk Active Rinse 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 4'),(27870,3287,'_product_id','41'),(27871,3287,'_variation_id','0'),(27872,3287,'_qty','1'),(27873,3287,'_tax_class',''),(27874,3287,'_line_subtotal','66.48'),(27875,3287,'_line_subtotal_tax','0'),(27876,3287,'_line_total','66.48'),(27877,3287,'_line_tax','0'),(27878,3287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27879,3288,'_product_id','23'),(27880,3288,'_variation_id','0'),(27881,3288,'_qty','4'),(27882,3288,'_tax_class',''),(27883,3288,'_line_subtotal','447.36'),(27884,3288,'_line_subtotal_tax','0'),(27885,3288,'_line_total','447.36'),(27886,3288,'_line_tax','0'),(27887,3288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27888,3289,'_product_id','38'),(27889,3289,'_variation_id','0'),(27890,3289,'_qty','2'),(27891,3289,'_tax_class',''),(27892,3289,'_line_subtotal','557.12'),(27893,3289,'_line_subtotal_tax','0'),(27894,3289,'_line_total','557.12'),(27895,3289,'_line_tax','0'),(27896,3289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27897,3290,'_product_id','488'),(27898,3290,'_variation_id','0'),(27899,3290,'_qty','2'),(27900,3290,'_tax_class',''),(27901,3290,'_line_subtotal','62.7'),(27902,3290,'_line_subtotal_tax','0'),(27903,3290,'_line_total','62.7'),(27904,3290,'_line_tax','0'),(27905,3290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27906,3291,'_product_id','131'),(27907,3291,'_variation_id','0'),(27908,3291,'_qty','2'),(27909,3291,'_tax_class',''),(27910,3291,'_line_subtotal','25.3'),(27911,3291,'_line_subtotal_tax','0'),(27912,3291,'_line_total','25.3'),(27913,3291,'_line_tax','0'),(27914,3291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27915,3292,'_product_id','490'),(27916,3292,'_variation_id','0'),(27917,3292,'_qty','10'),(27918,3292,'_tax_class',''),(27919,3292,'_line_subtotal','194.3'),(27920,3292,'_line_subtotal_tax','0'),(27921,3292,'_line_total','194.3'),(27922,3292,'_line_tax','0'),(27923,3292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27924,3293,'method_id','free_shipping'),(27925,3293,'instance_id','2'),(27926,3293,'cost','0.00'),(27927,3293,'total_tax','0'),(27928,3293,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27929,3293,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Capes &times; 2, Bulk Active Rinse 100% RM &times; 10'),(27930,3294,'_product_id','41'),(27931,3294,'_variation_id','0'),(27932,3294,'_qty','3'),(27933,3294,'_tax_class',''),(27934,3294,'_line_subtotal','199.44'),(27935,3294,'_line_subtotal_tax','0'),(27936,3294,'_line_total','199.44'),(27937,3294,'_line_tax','0'),(27938,3294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27939,3295,'_product_id','49'),(27940,3295,'_variation_id','0'),(27941,3295,'_qty','1'),(27942,3295,'_tax_class',''),(27943,3295,'_line_subtotal','79.2'),(27944,3295,'_line_subtotal_tax','0'),(27945,3295,'_line_total','79.2'),(27946,3295,'_line_tax','0'),(27947,3295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27948,3296,'_product_id','133'),(27949,3296,'_variation_id','0'),(27950,3296,'_qty','2'),(27951,3296,'_tax_class',''),(27952,3296,'_line_subtotal','28.6'),(27953,3296,'_line_subtotal_tax','0'),(27954,3296,'_line_total','28.6'),(27955,3296,'_line_tax','0'),(27956,3296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27957,3297,'method_id','fedex'),(27958,3297,'instance_id','1'),(27959,3297,'cost','30.71'),(27960,3297,'total_tax','0'),(27961,3297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27962,3297,'Package 1','17 × 14 × 10 (in) 18.4lbs × 1'),(27963,3298,'_product_id','23'),(27964,3298,'_variation_id','0'),(27965,3298,'_qty','3'),(27966,3298,'_tax_class',''),(27967,3298,'_line_subtotal','335.52'),(27968,3298,'_line_subtotal_tax','0'),(27969,3298,'_line_total','335.52'),(27970,3298,'_line_tax','0'),(27971,3298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27972,3299,'_product_id','41'),(27973,3299,'_variation_id','0'),(27974,3299,'_qty','3'),(27975,3299,'_tax_class',''),(27976,3299,'_line_subtotal','199.44'),(27977,3299,'_line_subtotal_tax','0'),(27978,3299,'_line_total','199.44'),(27979,3299,'_line_tax','0'),(27980,3299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27981,3300,'method_id','free_shipping'),(27982,3300,'instance_id','2'),(27983,3300,'cost','0.00'),(27984,3300,'total_tax','0'),(27985,3300,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(27986,3300,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3'),(27987,3301,'_product_id','41'),(27988,3301,'_variation_id','0'),(27989,3301,'_qty','4'),(27990,3301,'_tax_class',''),(27991,3301,'_line_subtotal','265.92'),(27992,3301,'_line_subtotal_tax','0'),(27993,3301,'_line_total','265.92'),(27994,3301,'_line_tax','0'),(27995,3301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(27996,3302,'_product_id','49'),(27997,3302,'_variation_id','0'),(27998,3302,'_qty','3'),(27999,3302,'_tax_class',''),(28000,3302,'_line_subtotal','237.6'),(28001,3302,'_line_subtotal_tax','0'),(28002,3302,'_line_total','237.6'),(28003,3302,'_line_tax','0'),(28004,3302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28005,3303,'_product_id','44'),(28006,3303,'_variation_id','0'),(28007,3303,'_qty','2'),(28008,3303,'_tax_class',''),(28009,3303,'_line_subtotal','232.32'),(28010,3303,'_line_subtotal_tax','0'),(28011,3303,'_line_total','232.32'),(28012,3303,'_line_tax','0'),(28013,3303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28014,3304,'_product_id','39'),(28015,3304,'_variation_id','0'),(28016,3304,'_qty','1'),(28017,3304,'_tax_class',''),(28018,3304,'_line_subtotal','79.2'),(28019,3304,'_line_subtotal_tax','0'),(28020,3304,'_line_total','79.2'),(28021,3304,'_line_tax','0'),(28022,3304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28023,3305,'method_id','free_shipping'),(28024,3305,'instance_id','2'),(28025,3305,'cost','0.00'),(28026,3305,'total_tax','0'),(28027,3305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28028,3305,'Items','Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 1'),(28029,3306,'_product_id','39'),(28030,3306,'_variation_id','0'),(28031,3306,'_qty','1'),(28032,3306,'_tax_class',''),(28033,3306,'_line_subtotal','79.2'),(28034,3306,'_line_subtotal_tax','0'),(28035,3306,'_line_total','79.2'),(28036,3306,'_line_tax','0'),(28037,3306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28038,3307,'_product_id','40'),(28039,3307,'_variation_id','0'),(28040,3307,'_qty','1'),(28041,3307,'_tax_class',''),(28042,3307,'_line_subtotal','79.2'),(28043,3307,'_line_subtotal_tax','0'),(28044,3307,'_line_total','79.2'),(28045,3307,'_line_tax','0'),(28046,3307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28047,3308,'_product_id','41'),(28048,3308,'_variation_id','0'),(28049,3308,'_qty','2'),(28050,3308,'_tax_class',''),(28051,3308,'_line_subtotal','132.96'),(28052,3308,'_line_subtotal_tax','0'),(28053,3308,'_line_total','132.96'),(28054,3308,'_line_tax','0'),(28055,3308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28056,3309,'method_id','fedex'),(28057,3309,'instance_id','1'),(28058,3309,'cost','18.99'),(28059,3309,'total_tax','0'),(28060,3309,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28061,3309,'Package 1','17 × 14 × 10 (in) 20.65lbs × 1'),(28122,3317,'_product_id','120'),(28123,3317,'_variation_id','0'),(28124,3317,'_qty','2'),(28125,3317,'_tax_class',''),(28126,3317,'_line_subtotal','105.6'),(28127,3317,'_line_subtotal_tax','0'),(28128,3317,'_line_total','105.6'),(28129,3317,'_line_tax','0'),(28130,3317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28131,3318,'_product_id','43'),(28132,3318,'_variation_id','0'),(28133,3318,'_qty','2'),(28134,3318,'_tax_class',''),(28135,3318,'_line_subtotal','158.4'),(28136,3318,'_line_subtotal_tax','0'),(28137,3318,'_line_total','158.4'),(28138,3318,'_line_tax','0'),(28139,3318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28140,3319,'_product_id','49'),(28141,3319,'_variation_id','0'),(28142,3319,'_qty','3'),(28143,3319,'_tax_class',''),(28144,3319,'_line_subtotal','237.6'),(28145,3319,'_line_subtotal_tax','0'),(28146,3319,'_line_total','237.6'),(28147,3319,'_line_tax','0'),(28148,3319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28149,3320,'_product_id','487'),(28150,3320,'_variation_id','0'),(28151,3320,'_qty','2'),(28152,3320,'_tax_class',''),(28153,3320,'_line_subtotal','62.7'),(28154,3320,'_line_subtotal_tax','0'),(28155,3320,'_line_total','62.7'),(28156,3320,'_line_tax','0'),(28157,3320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28158,3321,'_product_id','42'),(28159,3321,'_variation_id','0'),(28160,3321,'_qty','2'),(28161,3321,'_tax_class',''),(28162,3321,'_line_subtotal','158.4'),(28163,3321,'_line_subtotal_tax','0'),(28164,3321,'_line_total','158.4'),(28165,3321,'_line_tax','0'),(28166,3321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28167,3322,'_product_id','45'),(28168,3322,'_variation_id','0'),(28169,3322,'_qty','2'),(28170,3322,'_tax_class',''),(28171,3322,'_line_subtotal','84.48'),(28172,3322,'_line_subtotal_tax','0'),(28173,3322,'_line_total','84.48'),(28174,3322,'_line_tax','0'),(28175,3322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28176,3323,'method_id','free_shipping'),(28177,3323,'instance_id','2'),(28178,3323,'cost','0.00'),(28179,3323,'total_tax','0'),(28180,3323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28181,3323,'Items','Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(28182,3324,'_product_id','23'),(28183,3324,'_variation_id','0'),(28184,3324,'_qty','1'),(28185,3324,'_tax_class',''),(28186,3324,'_line_subtotal','111.84'),(28187,3324,'_line_subtotal_tax','0'),(28188,3324,'_line_total','111.84'),(28189,3324,'_line_tax','0'),(28190,3324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28191,3325,'_product_id','38'),(28192,3325,'_variation_id','0'),(28193,3325,'_qty','1'),(28194,3325,'_tax_class',''),(28195,3325,'_line_subtotal','278.56'),(28196,3325,'_line_subtotal_tax','0'),(28197,3325,'_line_total','278.56'),(28198,3325,'_line_tax','0'),(28199,3325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28200,3326,'_product_id','42'),(28201,3326,'_variation_id','0'),(28202,3326,'_qty','1'),(28203,3326,'_tax_class',''),(28204,3326,'_line_subtotal','79.2'),(28205,3326,'_line_subtotal_tax','0'),(28206,3326,'_line_total','79.2'),(28207,3326,'_line_tax','0'),(28208,3326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28209,3327,'_product_id','45'),(28210,3327,'_variation_id','0'),(28211,3327,'_qty','1'),(28212,3327,'_tax_class',''),(28213,3327,'_line_subtotal','42.24'),(28214,3327,'_line_subtotal_tax','0'),(28215,3327,'_line_total','42.24'),(28216,3327,'_line_tax','0'),(28217,3327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28218,3328,'_product_id','41'),(28219,3328,'_variation_id','0'),(28220,3328,'_qty','2'),(28221,3328,'_tax_class',''),(28222,3328,'_line_subtotal','132.96'),(28223,3328,'_line_subtotal_tax','0'),(28224,3328,'_line_total','132.96'),(28225,3328,'_line_tax','0'),(28226,3328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28227,3329,'_product_id','118'),(28228,3329,'_variation_id','0'),(28229,3329,'_qty','1'),(28230,3329,'_tax_class',''),(28231,3329,'_line_subtotal','184.8'),(28232,3329,'_line_subtotal_tax','0'),(28233,3329,'_line_total','184.8'),(28234,3329,'_line_tax','0'),(28235,3329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28236,3330,'_product_id','51'),(28237,3330,'_variation_id','0'),(28238,3330,'_qty','1'),(28239,3330,'_tax_class',''),(28240,3330,'_line_subtotal','147.84'),(28241,3330,'_line_subtotal_tax','0'),(28242,3330,'_line_total','147.84'),(28243,3330,'_line_tax','0'),(28244,3330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28245,3331,'_product_id','39'),(28246,3331,'_variation_id','0'),(28247,3331,'_qty','1'),(28248,3331,'_tax_class',''),(28249,3331,'_line_subtotal','79.2'),(28250,3331,'_line_subtotal_tax','0'),(28251,3331,'_line_total','79.2'),(28252,3331,'_line_tax','0'),(28253,3331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28254,3332,'_product_id','40'),(28255,3332,'_variation_id','0'),(28256,3332,'_qty','1'),(28257,3332,'_tax_class',''),(28258,3332,'_line_subtotal','79.2'),(28259,3332,'_line_subtotal_tax','0'),(28260,3332,'_line_total','79.2'),(28261,3332,'_line_tax','0'),(28262,3332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28263,3333,'_product_id','120'),(28264,3333,'_variation_id','0'),(28265,3333,'_qty','1'),(28266,3333,'_tax_class',''),(28267,3333,'_line_subtotal','52.8'),(28268,3333,'_line_subtotal_tax','0'),(28269,3333,'_line_total','52.8'),(28270,3333,'_line_tax','0'),(28271,3333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28272,3334,'_product_id','43'),(28273,3334,'_variation_id','0'),(28274,3334,'_qty','1'),(28275,3334,'_tax_class',''),(28276,3334,'_line_subtotal','79.2'),(28277,3334,'_line_subtotal_tax','0'),(28278,3334,'_line_total','79.2'),(28279,3334,'_line_tax','0'),(28280,3334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28281,3335,'_product_id','49'),(28282,3335,'_variation_id','0'),(28283,3335,'_qty','1'),(28284,3335,'_tax_class',''),(28285,3335,'_line_subtotal','79.2'),(28286,3335,'_line_subtotal_tax','0'),(28287,3335,'_line_total','79.2'),(28288,3335,'_line_tax','0'),(28289,3335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28290,3336,'_product_id','44'),(28291,3336,'_variation_id','0'),(28292,3336,'_qty','1'),(28293,3336,'_tax_class',''),(28294,3336,'_line_subtotal','116.16'),(28295,3336,'_line_subtotal_tax','0'),(28296,3336,'_line_total','116.16'),(28297,3336,'_line_tax','0'),(28298,3336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28299,3337,'_product_id','490'),(28300,3337,'_variation_id','0'),(28301,3337,'_qty','10'),(28302,3337,'_tax_class',''),(28303,3337,'_line_subtotal','194.3'),(28304,3337,'_line_subtotal_tax','0'),(28305,3337,'_line_total','194.3'),(28306,3337,'_line_tax','0'),(28307,3337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28308,3338,'_product_id','488'),(28309,3338,'_variation_id','0'),(28310,3338,'_qty','1'),(28311,3338,'_tax_class',''),(28312,3338,'_line_subtotal','31.35'),(28313,3338,'_line_subtotal_tax','0'),(28314,3338,'_line_total','31.35'),(28315,3338,'_line_tax','0'),(28316,3338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28317,3339,'_product_id','487'),(28318,3339,'_variation_id','0'),(28319,3339,'_qty','1'),(28320,3339,'_tax_class',''),(28321,3339,'_line_subtotal','31.35'),(28322,3339,'_line_subtotal_tax','0'),(28323,3339,'_line_total','31.35'),(28324,3339,'_line_tax','0'),(28325,3339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28326,3340,'method_id','free_shipping'),(28327,3340,'instance_id','2'),(28328,3340,'cost','0.00'),(28329,3340,'total_tax','0'),(28330,3340,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28331,3340,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(28332,3341,'_product_id','45'),(28333,3341,'_variation_id','0'),(28334,3341,'_qty','1'),(28335,3341,'_tax_class',''),(28336,3341,'_line_subtotal','42.24'),(28337,3341,'_line_subtotal_tax','0'),(28338,3341,'_line_total','42.24'),(28339,3341,'_line_tax','0'),(28340,3341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28341,3342,'method_id','fedex'),(28342,3342,'instance_id','1'),(28343,3342,'cost','15.21'),(28344,3342,'total_tax','0'),(28345,3342,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28346,3342,'Package 1','11.25 × 8.75 × 7.75 (in) 8.09lbs × 1'),(28347,3343,'_product_id','97'),(28348,3343,'_variation_id','0'),(28349,3343,'_qty','2'),(28350,3343,'_tax_class',''),(28351,3343,'_line_subtotal','0'),(28352,3343,'_line_subtotal_tax','0'),(28353,3343,'_line_total','0'),(28354,3343,'_line_tax','0'),(28355,3343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28356,3344,'_product_id','49'),(28357,3344,'_variation_id','0'),(28358,3344,'_qty','2'),(28359,3344,'_tax_class',''),(28360,3344,'_line_subtotal','158.4'),(28361,3344,'_line_subtotal_tax','0'),(28362,3344,'_line_total','158.4'),(28363,3344,'_line_tax','0'),(28364,3344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28365,3345,'_product_id','43'),(28366,3345,'_variation_id','0'),(28367,3345,'_qty','2'),(28368,3345,'_tax_class',''),(28369,3345,'_line_subtotal','158.4'),(28370,3345,'_line_subtotal_tax','0'),(28371,3345,'_line_total','158.4'),(28372,3345,'_line_tax','0'),(28373,3345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28374,3346,'_product_id','38'),(28375,3346,'_variation_id','0'),(28376,3346,'_qty','2'),(28377,3346,'_tax_class',''),(28378,3346,'_line_subtotal','557.12'),(28379,3346,'_line_subtotal_tax','0'),(28380,3346,'_line_total','557.12'),(28381,3346,'_line_tax','0'),(28382,3346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28383,3347,'_product_id','23'),(28384,3347,'_variation_id','0'),(28385,3347,'_qty','2'),(28386,3347,'_tax_class',''),(28387,3347,'_line_subtotal','223.68'),(28388,3347,'_line_subtotal_tax','0'),(28389,3347,'_line_total','223.68'),(28390,3347,'_line_tax','0'),(28391,3347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28392,3348,'_product_id','93'),(28393,3348,'_variation_id','0'),(28394,3348,'_qty','4'),(28395,3348,'_tax_class',''),(28396,3348,'_line_subtotal','0'),(28397,3348,'_line_subtotal_tax','0'),(28398,3348,'_line_total','0'),(28399,3348,'_line_tax','0'),(28400,3348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28401,3349,'method_id','free_shipping'),(28402,3349,'instance_id','2'),(28403,3349,'cost','0.00'),(28404,3349,'total_tax','0'),(28405,3349,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28406,3349,'Items','Bulk Detangling Spray 1 Gallon &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 4'),(28407,3350,'_product_id','23'),(28408,3350,'_variation_id','0'),(28409,3350,'_qty','3'),(28410,3350,'_tax_class',''),(28411,3350,'_line_subtotal','335.52'),(28412,3350,'_line_subtotal_tax','0'),(28413,3350,'_line_total','335.52'),(28414,3350,'_line_tax','0'),(28415,3350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28416,3351,'_product_id','38'),(28417,3351,'_variation_id','0'),(28418,3351,'_qty','2'),(28419,3351,'_tax_class',''),(28420,3351,'_line_subtotal','557.12'),(28421,3351,'_line_subtotal_tax','0'),(28422,3351,'_line_total','557.12'),(28423,3351,'_line_tax','0'),(28424,3351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28425,3352,'_product_id','49'),(28426,3352,'_variation_id','0'),(28427,3352,'_qty','2'),(28428,3352,'_tax_class',''),(28429,3352,'_line_subtotal','158.4'),(28430,3352,'_line_subtotal_tax','0'),(28431,3352,'_line_total','158.4'),(28432,3352,'_line_tax','0'),(28433,3352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28434,3353,'_product_id','490'),(28435,3353,'_variation_id','0'),(28436,3353,'_qty','8'),(28437,3353,'_tax_class',''),(28438,3353,'_line_subtotal','155.44'),(28439,3353,'_line_subtotal_tax','0'),(28440,3353,'_line_total','155.44'),(28441,3353,'_line_tax','0'),(28442,3353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28443,3354,'_product_id','45'),(28444,3354,'_variation_id','0'),(28445,3354,'_qty','1'),(28446,3354,'_tax_class',''),(28447,3354,'_line_subtotal','42.24'),(28448,3354,'_line_subtotal_tax','0'),(28449,3354,'_line_total','42.24'),(28450,3354,'_line_tax','0'),(28451,3354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28452,3355,'_product_id','41'),(28453,3355,'_variation_id','0'),(28454,3355,'_qty','2'),(28455,3355,'_tax_class',''),(28456,3355,'_line_subtotal','132.96'),(28457,3355,'_line_subtotal_tax','0'),(28458,3355,'_line_total','132.96'),(28459,3355,'_line_tax','0'),(28460,3355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28461,3356,'_product_id','488'),(28462,3356,'_variation_id','0'),(28463,3356,'_qty','1'),(28464,3356,'_tax_class',''),(28465,3356,'_line_subtotal','31.35'),(28466,3356,'_line_subtotal_tax','0'),(28467,3356,'_line_total','31.35'),(28468,3356,'_line_tax','0'),(28469,3356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28470,3357,'method_id','free_shipping'),(28471,3357,'instance_id','2'),(28472,3357,'cost','0.00'),(28473,3357,'total_tax','0'),(28474,3357,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28475,3357,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1'),(28476,3358,'_product_id','41'),(28477,3358,'_variation_id','0'),(28478,3358,'_qty','3'),(28479,3358,'_tax_class',''),(28480,3358,'_line_subtotal','199.44'),(28481,3358,'_line_subtotal_tax','0'),(28482,3358,'_line_total','199.44'),(28483,3358,'_line_tax','0'),(28484,3358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28485,3359,'_product_id','487'),(28486,3359,'_variation_id','0'),(28487,3359,'_qty','1'),(28488,3359,'_tax_class',''),(28489,3359,'_line_subtotal','31.35'),(28490,3359,'_line_subtotal_tax','0'),(28491,3359,'_line_total','31.35'),(28492,3359,'_line_tax','0'),(28493,3359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28494,3360,'_product_id','490'),(28495,3360,'_variation_id','0'),(28496,3360,'_qty','10'),(28497,3360,'_tax_class',''),(28498,3360,'_line_subtotal','194.3'),(28499,3360,'_line_subtotal_tax','0'),(28500,3360,'_line_total','194.3'),(28501,3360,'_line_tax','0'),(28502,3360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28503,3361,'_product_id','23'),(28504,3361,'_variation_id','0'),(28505,3361,'_qty','1'),(28506,3361,'_tax_class',''),(28507,3361,'_line_subtotal','111.84'),(28508,3361,'_line_subtotal_tax','0'),(28509,3361,'_line_total','111.84'),(28510,3361,'_line_tax','0'),(28511,3361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28512,3362,'_product_id','43'),(28513,3362,'_variation_id','0'),(28514,3362,'_qty','1'),(28515,3362,'_tax_class',''),(28516,3362,'_line_subtotal','79.2'),(28517,3362,'_line_subtotal_tax','0'),(28518,3362,'_line_total','79.2'),(28519,3362,'_line_tax','0'),(28520,3362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28521,3363,'method_id','free_shipping'),(28522,3363,'instance_id','2'),(28523,3363,'cost','0.00'),(28524,3363,'total_tax','0'),(28525,3363,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28526,3363,'Items','Professional Lice Comb(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(28578,3370,'_product_id','23'),(28579,3370,'_variation_id','0'),(28580,3370,'_qty','3'),(28581,3370,'_tax_class',''),(28582,3370,'_line_subtotal','335.52'),(28583,3370,'_line_subtotal_tax','0'),(28584,3370,'_line_total','335.52'),(28585,3370,'_line_tax','0'),(28586,3370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28587,3371,'_product_id','490'),(28588,3371,'_variation_id','0'),(28589,3371,'_qty','3'),(28590,3371,'_tax_class',''),(28591,3371,'_line_subtotal','58.29'),(28592,3371,'_line_subtotal_tax','0'),(28593,3371,'_line_total','58.29'),(28594,3371,'_line_tax','0'),(28595,3371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28596,3372,'_product_id','487'),(28597,3372,'_variation_id','0'),(28598,3372,'_qty','3'),(28599,3372,'_tax_class',''),(28600,3372,'_line_subtotal','94.05'),(28601,3372,'_line_subtotal_tax','0'),(28602,3372,'_line_total','94.05'),(28603,3372,'_line_tax','0'),(28604,3372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28605,3373,'_product_id','49'),(28606,3373,'_variation_id','0'),(28607,3373,'_qty','2'),(28608,3373,'_tax_class',''),(28609,3373,'_line_subtotal','158.4'),(28610,3373,'_line_subtotal_tax','0'),(28611,3373,'_line_total','158.4'),(28612,3373,'_line_tax','0'),(28613,3373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28614,3374,'_product_id','42'),(28615,3374,'_variation_id','0'),(28616,3374,'_qty','2'),(28617,3374,'_tax_class',''),(28618,3374,'_line_subtotal','158.4'),(28619,3374,'_line_subtotal_tax','0'),(28620,3374,'_line_total','158.4'),(28621,3374,'_line_tax','0'),(28622,3374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28623,3375,'method_id','free_shipping'),(28624,3375,'instance_id','2'),(28625,3375,'cost','0.00'),(28626,3375,'total_tax','0'),(28627,3375,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28628,3375,'Items','Active Rinse 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 3, Bulk Mousse 1 Gallon RM &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2'),(28629,3376,'_product_id','93'),(28630,3376,'_variation_id','0'),(28631,3376,'_qty','10'),(28632,3376,'_tax_class',''),(28633,3376,'_line_subtotal','0'),(28634,3376,'_line_subtotal_tax','0'),(28635,3376,'_line_total','0'),(28636,3376,'_line_tax','0'),(28637,3376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28638,3377,'_product_id','23'),(28639,3377,'_variation_id','0'),(28640,3377,'_qty','2'),(28641,3377,'_tax_class',''),(28642,3377,'_line_subtotal','223.68'),(28643,3377,'_line_subtotal_tax','0'),(28644,3377,'_line_total','223.68'),(28645,3377,'_line_tax','0'),(28646,3377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28647,3378,'_product_id','38'),(28648,3378,'_variation_id','0'),(28649,3378,'_qty','1'),(28650,3378,'_tax_class',''),(28651,3378,'_line_subtotal','278.56'),(28652,3378,'_line_subtotal_tax','0'),(28653,3378,'_line_total','278.56'),(28654,3378,'_line_tax','0'),(28655,3378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28656,3379,'method_id','free_shipping'),(28657,3379,'instance_id','2'),(28658,3379,'cost','0.00'),(28659,3379,'total_tax','0'),(28660,3379,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28661,3379,'Items','Bulk Active Rinse 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(28662,3380,'_product_id','41'),(28663,3380,'_variation_id','0'),(28664,3380,'_qty','1'),(28665,3380,'_tax_class',''),(28666,3380,'_line_subtotal','66.48'),(28667,3380,'_line_subtotal_tax','0'),(28668,3380,'_line_total','66.48'),(28669,3380,'_line_tax','0'),(28670,3380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28671,3381,'_product_id','23'),(28672,3381,'_variation_id','0'),(28673,3381,'_qty','2'),(28674,3381,'_tax_class',''),(28675,3381,'_line_subtotal','223.68'),(28676,3381,'_line_subtotal_tax','0'),(28677,3381,'_line_total','223.68'),(28678,3381,'_line_tax','0'),(28679,3381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28680,3382,'_product_id','38'),(28681,3382,'_variation_id','0'),(28682,3382,'_qty','1'),(28683,3382,'_tax_class',''),(28684,3382,'_line_subtotal','278.56'),(28685,3382,'_line_subtotal_tax','0'),(28686,3382,'_line_total','278.56'),(28687,3382,'_line_tax','0'),(28688,3382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28689,3383,'_product_id','488'),(28690,3383,'_variation_id','0'),(28691,3383,'_qty','1'),(28692,3383,'_tax_class',''),(28693,3383,'_line_subtotal','31.35'),(28694,3383,'_line_subtotal_tax','0'),(28695,3383,'_line_total','31.35'),(28696,3383,'_line_tax','0'),(28697,3383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28698,3384,'_product_id','490'),(28699,3384,'_variation_id','0'),(28700,3384,'_qty','5'),(28701,3384,'_tax_class',''),(28702,3384,'_line_subtotal','113.9'),(28703,3384,'_line_subtotal_tax','0'),(28704,3384,'_line_total','113.9'),(28705,3384,'_line_tax','0'),(28706,3384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28707,3385,'_product_id','43'),(28708,3385,'_variation_id','0'),(28709,3385,'_qty','2'),(28710,3385,'_tax_class',''),(28711,3385,'_line_subtotal','158.4'),(28712,3385,'_line_subtotal_tax','0'),(28713,3385,'_line_total','158.4'),(28714,3385,'_line_tax','0'),(28715,3385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28716,3386,'_product_id','49'),(28717,3386,'_variation_id','0'),(28718,3386,'_qty','2'),(28719,3386,'_tax_class',''),(28720,3386,'_line_subtotal','158.4'),(28721,3386,'_line_subtotal_tax','0'),(28722,3386,'_line_total','158.4'),(28723,3386,'_line_tax','0'),(28724,3386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28725,3387,'method_id','free_shipping'),(28726,3387,'instance_id','2'),(28727,3387,'cost','0.00'),(28728,3387,'total_tax','0'),(28729,3387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28730,3387,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 5, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(28731,3388,'_product_id','490'),(28732,3388,'_variation_id','0'),(28733,3388,'_qty','6'),(28734,3388,'_tax_class',''),(28735,3388,'_line_subtotal','136.68'),(28736,3388,'_line_subtotal_tax','0'),(28737,3388,'_line_total','136.68'),(28738,3388,'_line_tax','0'),(28739,3388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28740,3389,'method_id','fedex'),(28741,3389,'instance_id','1'),(28742,3389,'cost','14.36'),(28743,3389,'total_tax','0'),(28744,3389,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28745,3389,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(28746,3390,'_product_id','51'),(28747,3390,'_variation_id','0'),(28748,3390,'_qty','4'),(28749,3390,'_tax_class',''),(28750,3390,'_line_subtotal','591.36'),(28751,3390,'_line_subtotal_tax','0'),(28752,3390,'_line_total','591.36'),(28753,3390,'_line_tax','0'),(28754,3390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28755,3391,'_product_id','490'),(28756,3391,'_variation_id','0'),(28757,3391,'_qty','10'),(28758,3391,'_tax_class',''),(28759,3391,'_line_subtotal','227.8'),(28760,3391,'_line_subtotal_tax','0'),(28761,3391,'_line_total','227.8'),(28762,3391,'_line_tax','0'),(28763,3391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28764,3392,'method_id','free_shipping'),(28765,3392,'instance_id','2'),(28766,3392,'cost','0.00'),(28767,3392,'total_tax','0'),(28768,3392,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28769,3392,'Items','Urgent Care Kit(Case of 6) &times; 4, Bulk Active Rinse 100% RM &times; 10'),(28770,3393,'_product_id','51'),(28771,3393,'_variation_id','0'),(28772,3393,'_qty','4'),(28773,3393,'_tax_class',''),(28774,3393,'_line_subtotal','591.36'),(28775,3393,'_line_subtotal_tax','0'),(28776,3393,'_line_total','591.36'),(28777,3393,'_line_tax','0'),(28778,3393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28779,3394,'_product_id','38'),(28780,3394,'_variation_id','0'),(28781,3394,'_qty','1'),(28782,3394,'_tax_class',''),(28783,3394,'_line_subtotal','278.56'),(28784,3394,'_line_subtotal_tax','0'),(28785,3394,'_line_total','278.56'),(28786,3394,'_line_tax','0'),(28787,3394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28788,3395,'method_id','free_shipping'),(28789,3395,'instance_id','2'),(28790,3395,'cost','0.00'),(28791,3395,'total_tax','0'),(28792,3395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28793,3395,'Items','Urgent Care Kit(Case of 6) &times; 4, Active Rinse 16oz(Case of 16) &times; 1'),(28809,3398,'_product_id','41'),(28810,3398,'_variation_id','0'),(28811,3398,'_qty','2'),(28812,3398,'_tax_class',''),(28813,3398,'_line_subtotal','132.96'),(28814,3398,'_line_subtotal_tax','0'),(28815,3398,'_line_total','132.96'),(28816,3398,'_line_tax','0'),(28817,3398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28818,3399,'method_id','fedex'),(28819,3399,'instance_id','1'),(28820,3399,'cost','11.94'),(28821,3399,'total_tax','0'),(28822,3399,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28823,3399,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(28824,3400,'_product_id','41'),(28825,3400,'_variation_id','0'),(28826,3400,'_qty','3'),(28827,3400,'_tax_class',''),(28828,3400,'_line_subtotal','199.44'),(28829,3400,'_line_subtotal_tax','0'),(28830,3400,'_line_total','199.44'),(28831,3400,'_line_tax','0'),(28832,3400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28833,3401,'_product_id','43'),(28834,3401,'_variation_id','0'),(28835,3401,'_qty','1'),(28836,3401,'_tax_class',''),(28837,3401,'_line_subtotal','79.2'),(28838,3401,'_line_subtotal_tax','0'),(28839,3401,'_line_total','79.2'),(28840,3401,'_line_tax','0'),(28841,3401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28842,3402,'_product_id','49'),(28843,3402,'_variation_id','0'),(28844,3402,'_qty','1'),(28845,3402,'_tax_class',''),(28846,3402,'_line_subtotal','79.2'),(28847,3402,'_line_subtotal_tax','0'),(28848,3402,'_line_total','79.2'),(28849,3402,'_line_tax','0'),(28850,3402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28851,3403,'method_id','fedex'),(28852,3403,'instance_id','1'),(28853,3403,'cost','30.19'),(28854,3403,'total_tax','0'),(28855,3403,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28856,3403,'Package 1','17 × 14 × 10 (in) 23.8lbs × 1'),(28857,3404,'_product_id','490'),(28858,3404,'_variation_id','0'),(28859,3404,'_qty','10'),(28860,3404,'_tax_class',''),(28861,3404,'_line_subtotal','227.8'),(28862,3404,'_line_subtotal_tax','0'),(28863,3404,'_line_total','227.8'),(28864,3404,'_line_tax','0'),(28865,3404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28866,3405,'_product_id','488'),(28867,3405,'_variation_id','0'),(28868,3405,'_qty','2'),(28869,3405,'_tax_class',''),(28870,3405,'_line_subtotal','62.7'),(28871,3405,'_line_subtotal_tax','0'),(28872,3405,'_line_total','62.7'),(28873,3405,'_line_tax','0'),(28874,3405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28875,3406,'_product_id','487'),(28876,3406,'_variation_id','0'),(28877,3406,'_qty','2'),(28878,3406,'_tax_class',''),(28879,3406,'_line_subtotal','62.7'),(28880,3406,'_line_subtotal_tax','0'),(28881,3406,'_line_total','62.7'),(28882,3406,'_line_tax','0'),(28883,3406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28884,3407,'method_id','fedex'),(28885,3407,'instance_id','1'),(28886,3407,'cost','69.51'),(28887,3407,'total_tax','0'),(28888,3407,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28889,3407,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(28890,3407,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(28906,3410,'_product_id','23'),(28907,3410,'_variation_id','0'),(28908,3410,'_qty','3'),(28909,3410,'_tax_class',''),(28910,3410,'_line_subtotal','335.52'),(28911,3410,'_line_subtotal_tax','0'),(28912,3410,'_line_total','335.52'),(28913,3410,'_line_tax','0'),(28914,3410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28915,3411,'_product_id','41'),(28916,3411,'_variation_id','0'),(28917,3411,'_qty','5'),(28918,3411,'_tax_class',''),(28919,3411,'_line_subtotal','332.4'),(28920,3411,'_line_subtotal_tax','0'),(28921,3411,'_line_total','332.4'),(28922,3411,'_line_tax','0'),(28923,3411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28924,3412,'_product_id','43'),(28925,3412,'_variation_id','0'),(28926,3412,'_qty','3'),(28927,3412,'_tax_class',''),(28928,3412,'_line_subtotal','237.6'),(28929,3412,'_line_subtotal_tax','0'),(28930,3412,'_line_total','237.6'),(28931,3412,'_line_tax','0'),(28932,3412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28933,3413,'_product_id','49'),(28934,3413,'_variation_id','0'),(28935,3413,'_qty','3'),(28936,3413,'_tax_class',''),(28937,3413,'_line_subtotal','237.6'),(28938,3413,'_line_subtotal_tax','0'),(28939,3413,'_line_total','237.6'),(28940,3413,'_line_tax','0'),(28941,3413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28942,3414,'_product_id','93'),(28943,3414,'_variation_id','0'),(28944,3414,'_qty','10'),(28945,3414,'_tax_class',''),(28946,3414,'_line_subtotal','0'),(28947,3414,'_line_subtotal_tax','0'),(28948,3414,'_line_total','0'),(28949,3414,'_line_tax','0'),(28950,3414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28951,3415,'_product_id','95'),(28952,3415,'_variation_id','0'),(28953,3415,'_qty','10'),(28954,3415,'_tax_class',''),(28955,3415,'_line_subtotal','0'),(28956,3415,'_line_subtotal_tax','0'),(28957,3415,'_line_total','0'),(28958,3415,'_line_tax','0'),(28959,3415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28960,3416,'_product_id','97'),(28961,3416,'_variation_id','0'),(28962,3416,'_qty','2'),(28963,3416,'_tax_class',''),(28964,3416,'_line_subtotal','0'),(28965,3416,'_line_subtotal_tax','0'),(28966,3416,'_line_total','0'),(28967,3416,'_line_tax','0'),(28968,3416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28969,3417,'method_id','free_shipping'),(28970,3417,'instance_id','2'),(28971,3417,'cost','0.00'),(28972,3417,'total_tax','0'),(28973,3417,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(28974,3417,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10, Bulk Active Rinse 50/50 &times; 10, Bulk Detangling Spray 1 Gallon &times; 2'),(28990,3420,'_product_id','41'),(28991,3420,'_variation_id','0'),(28992,3420,'_qty','4'),(28993,3420,'_tax_class',''),(28994,3420,'_line_subtotal','265.92'),(28995,3420,'_line_subtotal_tax','0'),(28996,3420,'_line_total','265.92'),(28997,3420,'_line_tax','0'),(28998,3420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(28999,3421,'_product_id','38'),(29000,3421,'_variation_id','0'),(29001,3421,'_qty','1'),(29002,3421,'_tax_class',''),(29003,3421,'_line_subtotal','278.56'),(29004,3421,'_line_subtotal_tax','0'),(29005,3421,'_line_total','278.56'),(29006,3421,'_line_tax','0'),(29007,3421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29008,3422,'_product_id','93'),(29009,3422,'_variation_id','0'),(29010,3422,'_qty','10'),(29011,3422,'_tax_class',''),(29012,3422,'_line_subtotal','0'),(29013,3422,'_line_subtotal_tax','0'),(29014,3422,'_line_total','0'),(29015,3422,'_line_tax','0'),(29016,3422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29017,3423,'_product_id','99'),(29018,3423,'_variation_id','0'),(29019,3423,'_qty','5'),(29020,3423,'_tax_class',''),(29021,3423,'_line_subtotal','0'),(29022,3423,'_line_subtotal_tax','0'),(29023,3423,'_line_total','0'),(29024,3423,'_line_tax','0'),(29025,3423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29026,3424,'_fee_amount','-344.035'),(29027,3424,'_tax_class','0'),(29028,3424,'_tax_status','taxable'),(29029,3424,'_line_total','-344.035'),(29030,3424,'_line_tax','0'),(29031,3424,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(29032,3424,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(29033,3424,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(29034,3425,'method_id','fedex'),(29035,3425,'instance_id','3'),(29036,3425,'cost','688.07'),(29037,3425,'total_tax','0'),(29038,3425,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29039,3425,'Package 1','11.25 × 8.75 × 7.75 (in) 14.49lbs × 1'),(29040,3425,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(29041,3425,'Package 3','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(29042,3425,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(29043,3425,'Package 5','12 × 6 × 6 (in) 7.85lbs × 1'),(29044,3425,'Package 6','12 × 6 × 6 (in) 7.85lbs × 1'),(29045,3425,'Package 7','12 × 6 × 6 (in) 7.85lbs × 1'),(29046,3425,'Package 8','12 × 6 × 6 (in) 7.85lbs × 1'),(29047,3425,'Package 9','12 × 6 × 6 (in) 7.85lbs × 1'),(29048,3426,'discount_amount','0'),(29049,3426,'discount_amount_tax','0'),(29050,3426,'coupon_data','a:24:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:6;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(29051,3427,'_product_id','41'),(29052,3427,'_variation_id','0'),(29053,3427,'_qty','5'),(29054,3427,'_tax_class',''),(29055,3427,'_line_subtotal','332.4'),(29056,3427,'_line_subtotal_tax','0'),(29057,3427,'_line_total','332.4'),(29058,3427,'_line_tax','0'),(29059,3427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29060,3428,'_product_id','43'),(29061,3428,'_variation_id','0'),(29062,3428,'_qty','3'),(29063,3428,'_tax_class',''),(29064,3428,'_line_subtotal','237.6'),(29065,3428,'_line_subtotal_tax','0'),(29066,3428,'_line_total','237.6'),(29067,3428,'_line_tax','0'),(29068,3428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29069,3429,'_product_id','44'),(29070,3429,'_variation_id','0'),(29071,3429,'_qty','2'),(29072,3429,'_tax_class',''),(29073,3429,'_line_subtotal','232.32'),(29074,3429,'_line_subtotal_tax','0'),(29075,3429,'_line_total','232.32'),(29076,3429,'_line_tax','0'),(29077,3429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29078,3430,'_product_id','23'),(29079,3430,'_variation_id','0'),(29080,3430,'_qty','4'),(29081,3430,'_tax_class',''),(29082,3430,'_line_subtotal','447.36'),(29083,3430,'_line_subtotal_tax','0'),(29084,3430,'_line_total','447.36'),(29085,3430,'_line_tax','0'),(29086,3430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29087,3431,'method_id','fedex'),(29088,3431,'instance_id','1'),(29089,3431,'cost','75.65'),(29090,3431,'total_tax','0'),(29091,3431,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29092,3431,'Package 1','17 × 14 × 10 (in) 39.7lbs × 1'),(29093,3431,'Package 2','17 × 14 × 10 (in) 40.4lbs × 1'),(29094,3431,'Package 3','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(29095,3432,'_product_id','45'),(29096,3432,'_variation_id','0'),(29097,3432,'_qty','1'),(29098,3432,'_tax_class',''),(29099,3432,'_line_subtotal','42.24'),(29100,3432,'_line_subtotal_tax','0'),(29101,3432,'_line_total','42.24'),(29102,3432,'_line_tax','0'),(29103,3432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29104,3433,'_product_id','40'),(29105,3433,'_variation_id','0'),(29106,3433,'_qty','1'),(29107,3433,'_tax_class',''),(29108,3433,'_line_subtotal','79.2'),(29109,3433,'_line_subtotal_tax','0'),(29110,3433,'_line_total','79.2'),(29111,3433,'_line_tax','0'),(29112,3433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29113,3434,'_product_id','488'),(29114,3434,'_variation_id','0'),(29115,3434,'_qty','2'),(29116,3434,'_tax_class',''),(29117,3434,'_line_subtotal','62.7'),(29118,3434,'_line_subtotal_tax','0'),(29119,3434,'_line_total','62.7'),(29120,3434,'_line_tax','0'),(29121,3434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29122,3435,'_product_id','489'),(29123,3435,'_variation_id','0'),(29124,3435,'_qty','3'),(29125,3435,'_tax_class',''),(29126,3435,'_line_subtotal','58.29'),(29127,3435,'_line_subtotal_tax','0'),(29128,3435,'_line_total','58.29'),(29129,3435,'_line_tax','0'),(29130,3435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29131,3436,'method_id','fedex'),(29132,3436,'instance_id','1'),(29133,3436,'cost','28.05'),(29134,3436,'total_tax','0'),(29135,3436,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29136,3436,'Package 1','17 × 14 × 10 (in) 38.1lbs × 1'),(29137,3437,'_product_id','490'),(29138,3437,'_variation_id','0'),(29139,3437,'_qty','10'),(29140,3437,'_tax_class',''),(29141,3437,'_line_subtotal','227.8'),(29142,3437,'_line_subtotal_tax','0'),(29143,3437,'_line_total','227.8'),(29144,3437,'_line_tax','0'),(29145,3437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29146,3438,'method_id','fedex'),(29147,3438,'instance_id','1'),(29148,3438,'cost','70.78'),(29149,3438,'total_tax','0'),(29150,3438,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29151,3438,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(29152,3439,'_product_id','41'),(29153,3439,'_variation_id','0'),(29154,3439,'_qty','2'),(29155,3439,'_tax_class',''),(29156,3439,'_line_subtotal','132.96'),(29157,3439,'_line_subtotal_tax','0'),(29158,3439,'_line_total','132.96'),(29159,3439,'_line_tax','0'),(29160,3439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29161,3440,'_product_id','487'),(29162,3440,'_variation_id','0'),(29163,3440,'_qty','1'),(29164,3440,'_tax_class',''),(29165,3440,'_line_subtotal','31.35'),(29166,3440,'_line_subtotal_tax','0'),(29167,3440,'_line_total','31.35'),(29168,3440,'_line_tax','0'),(29169,3440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29170,3441,'_product_id','490'),(29171,3441,'_variation_id','0'),(29172,3441,'_qty','10'),(29173,3441,'_tax_class',''),(29174,3441,'_line_subtotal','227.8'),(29175,3441,'_line_subtotal_tax','0'),(29176,3441,'_line_total','227.8'),(29177,3441,'_line_tax','0'),(29178,3441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29179,3442,'_product_id','23'),(29180,3442,'_variation_id','0'),(29181,3442,'_qty','1'),(29182,3442,'_tax_class',''),(29183,3442,'_line_subtotal','111.84'),(29184,3442,'_line_subtotal_tax','0'),(29185,3442,'_line_total','111.84'),(29186,3442,'_line_tax','0'),(29187,3442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29188,3443,'_product_id','43'),(29189,3443,'_variation_id','0'),(29190,3443,'_qty','1'),(29191,3443,'_tax_class',''),(29192,3443,'_line_subtotal','79.2'),(29193,3443,'_line_subtotal_tax','0'),(29194,3443,'_line_total','79.2'),(29195,3443,'_line_tax','0'),(29196,3443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29197,3444,'_product_id','38'),(29198,3444,'_variation_id','0'),(29199,3444,'_qty','1'),(29200,3444,'_tax_class',''),(29201,3444,'_line_subtotal','278.56'),(29202,3444,'_line_subtotal_tax','0'),(29203,3444,'_line_total','278.56'),(29204,3444,'_line_tax','0'),(29205,3444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29206,3445,'_product_id','41'),(29207,3445,'_variation_id','0'),(29208,3445,'_qty','1'),(29209,3445,'_tax_class',''),(29210,3445,'_line_subtotal','66.48'),(29211,3445,'_line_subtotal_tax','0'),(29212,3445,'_line_total','66.48'),(29213,3445,'_line_tax','0'),(29214,3445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29215,3446,'_product_id','120'),(29216,3446,'_variation_id','0'),(29217,3446,'_qty','1'),(29218,3446,'_tax_class',''),(29219,3446,'_line_subtotal','52.8'),(29220,3446,'_line_subtotal_tax','0'),(29221,3446,'_line_total','52.8'),(29222,3446,'_line_tax','0'),(29223,3446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29224,3447,'method_id','free_shipping'),(29225,3447,'instance_id','2'),(29226,3447,'cost','0.00'),(29227,3447,'total_tax','0'),(29228,3447,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29229,3447,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(29230,3448,'_product_id','49'),(29231,3448,'_variation_id','0'),(29232,3448,'_qty','1'),(29233,3448,'_tax_class',''),(29234,3448,'_line_subtotal','79.2'),(29235,3448,'_line_subtotal_tax','0'),(29236,3448,'_line_total','79.2'),(29237,3448,'_line_tax','0'),(29238,3448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29239,3449,'_product_id','23'),(29240,3449,'_variation_id','0'),(29241,3449,'_qty','1'),(29242,3449,'_tax_class',''),(29243,3449,'_line_subtotal','111.84'),(29244,3449,'_line_subtotal_tax','0'),(29245,3449,'_line_total','111.84'),(29246,3449,'_line_tax','0'),(29247,3449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29248,3450,'_product_id','42'),(29249,3450,'_variation_id','0'),(29250,3450,'_qty','1'),(29251,3450,'_tax_class',''),(29252,3450,'_line_subtotal','79.2'),(29253,3450,'_line_subtotal_tax','0'),(29254,3450,'_line_total','79.2'),(29255,3450,'_line_tax','0'),(29256,3450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29257,3451,'_product_id','95'),(29258,3451,'_variation_id','0'),(29259,3451,'_qty','10'),(29260,3451,'_tax_class',''),(29261,3451,'_line_subtotal','0'),(29262,3451,'_line_subtotal_tax','0'),(29263,3451,'_line_total','0'),(29264,3451,'_line_tax','0'),(29265,3451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29266,3452,'_product_id','99'),(29267,3452,'_variation_id','0'),(29268,3452,'_qty','2'),(29269,3452,'_tax_class',''),(29270,3452,'_line_subtotal','0'),(29271,3452,'_line_subtotal_tax','0'),(29272,3452,'_line_total','0'),(29273,3452,'_line_tax','0'),(29274,3452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29275,3453,'method_id','fedex'),(29276,3453,'instance_id','1'),(29277,3453,'cost','45.47'),(29278,3453,'total_tax','0'),(29279,3453,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29280,3453,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(29281,3453,'Package 2','17 × 14 × 10 (in) 18.2lbs × 1'),(29282,3454,'_product_id','41'),(29283,3454,'_variation_id','0'),(29284,3454,'_qty','1'),(29285,3454,'_tax_class',''),(29286,3454,'_line_subtotal','66.48'),(29287,3454,'_line_subtotal_tax','0'),(29288,3454,'_line_total','66.48'),(29289,3454,'_line_tax','0'),(29290,3454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29291,3455,'_product_id','43'),(29292,3455,'_variation_id','0'),(29293,3455,'_qty','2'),(29294,3455,'_tax_class',''),(29295,3455,'_line_subtotal','158.4'),(29296,3455,'_line_subtotal_tax','0'),(29297,3455,'_line_total','158.4'),(29298,3455,'_line_tax','0'),(29299,3455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29300,3456,'_product_id','93'),(29301,3456,'_variation_id','0'),(29302,3456,'_qty','5'),(29303,3456,'_tax_class',''),(29304,3456,'_line_subtotal','0'),(29305,3456,'_line_subtotal_tax','0'),(29306,3456,'_line_total','0'),(29307,3456,'_line_tax','0'),(29308,3456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29309,3457,'method_id','fedex'),(29310,3457,'instance_id','1'),(29311,3457,'cost','23.94'),(29312,3457,'total_tax','0'),(29313,3457,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29314,3457,'Package 1','17 × 14 × 10 (in) 29.75lbs × 1'),(29315,3458,'_product_id','490'),(29316,3458,'_variation_id','0'),(29317,3458,'_qty','10'),(29318,3458,'_tax_class',''),(29319,3458,'_line_subtotal','227.8'),(29320,3458,'_line_subtotal_tax','0'),(29321,3458,'_line_total','227.8'),(29322,3458,'_line_tax','0'),(29323,3458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29324,3459,'_product_id','488'),(29325,3459,'_variation_id','0'),(29326,3459,'_qty','4'),(29327,3459,'_tax_class',''),(29328,3459,'_line_subtotal','125.4'),(29329,3459,'_line_subtotal_tax','0'),(29330,3459,'_line_total','125.4'),(29331,3459,'_line_tax','0'),(29332,3459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29333,3460,'_product_id','43'),(29334,3460,'_variation_id','0'),(29335,3460,'_qty','1'),(29336,3460,'_tax_class',''),(29337,3460,'_line_subtotal','79.2'),(29338,3460,'_line_subtotal_tax','0'),(29339,3460,'_line_total','79.2'),(29340,3460,'_line_tax','0'),(29341,3460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29342,3461,'_product_id','49'),(29343,3461,'_variation_id','0'),(29344,3461,'_qty','1'),(29345,3461,'_tax_class',''),(29346,3461,'_line_subtotal','79.2'),(29347,3461,'_line_subtotal_tax','0'),(29348,3461,'_line_total','79.2'),(29349,3461,'_line_tax','0'),(29350,3461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29351,3462,'method_id','free_shipping'),(29352,3462,'instance_id','2'),(29353,3462,'cost','0.00'),(29354,3462,'total_tax','0'),(29355,3462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29356,3462,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(29357,3463,'_product_id','41'),(29358,3463,'_variation_id','0'),(29359,3463,'_qty','2'),(29360,3463,'_tax_class',''),(29361,3463,'_line_subtotal','132.96'),(29362,3463,'_line_subtotal_tax','0'),(29363,3463,'_line_total','132.96'),(29364,3463,'_line_tax','0'),(29365,3463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29366,3464,'_product_id','93'),(29367,3464,'_variation_id','0'),(29368,3464,'_qty','10'),(29369,3464,'_tax_class',''),(29370,3464,'_line_subtotal','0'),(29371,3464,'_line_subtotal_tax','0'),(29372,3464,'_line_total','0'),(29373,3464,'_line_tax','0'),(29374,3464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29375,3465,'_product_id','99'),(29376,3465,'_variation_id','0'),(29377,3465,'_qty','1'),(29378,3465,'_tax_class',''),(29379,3465,'_line_subtotal','0'),(29380,3465,'_line_subtotal_tax','0'),(29381,3465,'_line_total','0'),(29382,3465,'_line_tax','0'),(29383,3465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29384,3466,'method_id','fedex'),(29385,3466,'instance_id','1'),(29386,3466,'cost','42.36'),(29387,3466,'total_tax','0'),(29388,3466,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29389,3466,'Package 1','17 × 14 × 10 (in) 35.15lbs × 1'),(29390,3467,'_product_id','488'),(29391,3467,'_variation_id','0'),(29392,3467,'_qty','2'),(29393,3467,'_tax_class',''),(29394,3467,'_line_subtotal','62.7'),(29395,3467,'_line_subtotal_tax','0'),(29396,3467,'_line_total','62.7'),(29397,3467,'_line_tax','0'),(29398,3467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29399,3468,'_product_id','490'),(29400,3468,'_variation_id','0'),(29401,3468,'_qty','10'),(29402,3468,'_tax_class',''),(29403,3468,'_line_subtotal','227.8'),(29404,3468,'_line_subtotal_tax','0'),(29405,3468,'_line_total','227.8'),(29406,3468,'_line_tax','0'),(29407,3468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29408,3469,'_product_id','41'),(29409,3469,'_variation_id','0'),(29410,3469,'_qty','4'),(29411,3469,'_tax_class',''),(29412,3469,'_line_subtotal','265.92'),(29413,3469,'_line_subtotal_tax','0'),(29414,3469,'_line_total','265.92'),(29415,3469,'_line_tax','0'),(29416,3469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29417,3470,'method_id','free_shipping'),(29418,3470,'instance_id','2'),(29419,3470,'cost','0.00'),(29420,3470,'total_tax','0'),(29421,3470,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29422,3470,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 4'),(29423,3471,'_product_id','43'),(29424,3471,'_variation_id','0'),(29425,3471,'_qty','2'),(29426,3471,'_tax_class',''),(29427,3471,'_line_subtotal','158.4'),(29428,3471,'_line_subtotal_tax','0'),(29429,3471,'_line_total','158.4'),(29430,3471,'_line_tax','0'),(29431,3471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29432,3472,'_product_id','488'),(29433,3472,'_variation_id','0'),(29434,3472,'_qty','1'),(29435,3472,'_tax_class',''),(29436,3472,'_line_subtotal','31.35'),(29437,3472,'_line_subtotal_tax','0'),(29438,3472,'_line_total','31.35'),(29439,3472,'_line_tax','0'),(29440,3472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29441,3473,'method_id','fedex'),(29442,3473,'instance_id','1'),(29443,3473,'cost','24.73'),(29444,3473,'total_tax','0'),(29445,3473,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29446,3473,'Package 1','17 × 14 × 10 (in) 24.45lbs × 1'),(29447,3474,'_product_id','490'),(29448,3474,'_variation_id','0'),(29449,3474,'_qty','10'),(29450,3474,'_tax_class',''),(29451,3474,'_line_subtotal','227.8'),(29452,3474,'_line_subtotal_tax','0'),(29453,3474,'_line_total','227.8'),(29454,3474,'_line_tax','0'),(29455,3474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29456,3475,'_product_id','120'),(29457,3475,'_variation_id','0'),(29458,3475,'_qty','1'),(29459,3475,'_tax_class',''),(29460,3475,'_line_subtotal','52.8'),(29461,3475,'_line_subtotal_tax','0'),(29462,3475,'_line_total','52.8'),(29463,3475,'_line_tax','0'),(29464,3475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29465,3476,'_product_id','43'),(29466,3476,'_variation_id','0'),(29467,3476,'_qty','2'),(29468,3476,'_tax_class',''),(29469,3476,'_line_subtotal','158.4'),(29470,3476,'_line_subtotal_tax','0'),(29471,3476,'_line_total','158.4'),(29472,3476,'_line_tax','0'),(29473,3476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29474,3477,'_product_id','38'),(29475,3477,'_variation_id','0'),(29476,3477,'_qty','1'),(29477,3477,'_tax_class',''),(29478,3477,'_line_subtotal','278.56'),(29479,3477,'_line_subtotal_tax','0'),(29480,3477,'_line_total','278.56'),(29481,3477,'_line_tax','0'),(29482,3477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29483,3478,'method_id','free_shipping'),(29484,3478,'instance_id','2'),(29485,3478,'cost','0.00'),(29486,3478,'total_tax','0'),(29487,3478,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29488,3478,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(29489,3479,'_product_id','487'),(29490,3479,'_variation_id','0'),(29491,3479,'_qty','1'),(29492,3479,'_tax_class',''),(29493,3479,'_line_subtotal','31.35'),(29494,3479,'_line_subtotal_tax','0'),(29495,3479,'_line_total','31.35'),(29496,3479,'_line_tax','0'),(29497,3479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29498,3480,'_product_id','488'),(29499,3480,'_variation_id','0'),(29500,3480,'_qty','1'),(29501,3480,'_tax_class',''),(29502,3480,'_line_subtotal','31.35'),(29503,3480,'_line_subtotal_tax','0'),(29504,3480,'_line_total','31.35'),(29505,3480,'_line_tax','0'),(29506,3480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29507,3481,'_product_id','490'),(29508,3481,'_variation_id','0'),(29509,3481,'_qty','10'),(29510,3481,'_tax_class',''),(29511,3481,'_line_subtotal','227.8'),(29512,3481,'_line_subtotal_tax','0'),(29513,3481,'_line_total','227.8'),(29514,3481,'_line_tax','0'),(29515,3481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29516,3482,'_product_id','41'),(29517,3482,'_variation_id','0'),(29518,3482,'_qty','4'),(29519,3482,'_tax_class',''),(29520,3482,'_line_subtotal','265.92'),(29521,3482,'_line_subtotal_tax','0'),(29522,3482,'_line_total','265.92'),(29523,3482,'_line_tax','0'),(29524,3482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29525,3483,'_product_id','38'),(29526,3483,'_variation_id','0'),(29527,3483,'_qty','1'),(29528,3483,'_tax_class',''),(29529,3483,'_line_subtotal','278.56'),(29530,3483,'_line_subtotal_tax','0'),(29531,3483,'_line_total','278.56'),(29532,3483,'_line_tax','0'),(29533,3483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29534,3484,'_product_id','43'),(29535,3484,'_variation_id','0'),(29536,3484,'_qty','1'),(29537,3484,'_tax_class',''),(29538,3484,'_line_subtotal','79.2'),(29539,3484,'_line_subtotal_tax','0'),(29540,3484,'_line_total','79.2'),(29541,3484,'_line_tax','0'),(29542,3484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29543,3485,'_product_id','49'),(29544,3485,'_variation_id','0'),(29545,3485,'_qty','1'),(29546,3485,'_tax_class',''),(29547,3485,'_line_subtotal','79.2'),(29548,3485,'_line_subtotal_tax','0'),(29549,3485,'_line_total','79.2'),(29550,3485,'_line_tax','0'),(29551,3485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29552,3486,'method_id','free_shipping'),(29553,3486,'instance_id','2'),(29554,3486,'cost','0.00'),(29555,3486,'total_tax','0'),(29556,3486,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29557,3486,'Items','Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(29558,3487,'_product_id','93'),(29559,3487,'_variation_id','0'),(29560,3487,'_qty','10'),(29561,3487,'_tax_class',''),(29562,3487,'_line_subtotal','0'),(29563,3487,'_line_subtotal_tax','0'),(29564,3487,'_line_total','0'),(29565,3487,'_line_tax','0'),(29566,3487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29567,3488,'method_id','fedex'),(29568,3488,'instance_id','1'),(29569,3488,'cost','16.21'),(29570,3488,'total_tax','0'),(29571,3488,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29572,3488,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(29588,3491,'_product_id','490'),(29589,3491,'_variation_id','0'),(29590,3491,'_qty','10'),(29591,3491,'_tax_class',''),(29592,3491,'_line_subtotal','227.8'),(29593,3491,'_line_subtotal_tax','0'),(29594,3491,'_line_total','227.8'),(29595,3491,'_line_tax','0'),(29596,3491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29597,3492,'_product_id','38'),(29598,3492,'_variation_id','0'),(29599,3492,'_qty','1'),(29600,3492,'_tax_class',''),(29601,3492,'_line_subtotal','278.56'),(29602,3492,'_line_subtotal_tax','0'),(29603,3492,'_line_total','278.56'),(29604,3492,'_line_tax','0'),(29605,3492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29606,3493,'method_id','free_shipping'),(29607,3493,'instance_id','2'),(29608,3493,'cost','0.00'),(29609,3493,'total_tax','0'),(29610,3493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29611,3493,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(29612,3494,'_product_id','120'),(29613,3494,'_variation_id','0'),(29614,3494,'_qty','1'),(29615,3494,'_tax_class',''),(29616,3494,'_line_subtotal','52.8'),(29617,3494,'_line_subtotal_tax','0'),(29618,3494,'_line_total','52.8'),(29619,3494,'_line_tax','0'),(29620,3494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29621,3495,'_product_id','38'),(29622,3495,'_variation_id','0'),(29623,3495,'_qty','1'),(29624,3495,'_tax_class',''),(29625,3495,'_line_subtotal','278.56'),(29626,3495,'_line_subtotal_tax','0'),(29627,3495,'_line_total','278.56'),(29628,3495,'_line_tax','0'),(29629,3495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29630,3496,'_product_id','23'),(29631,3496,'_variation_id','0'),(29632,3496,'_qty','1'),(29633,3496,'_tax_class',''),(29634,3496,'_line_subtotal','111.84'),(29635,3496,'_line_subtotal_tax','0'),(29636,3496,'_line_total','111.84'),(29637,3496,'_line_tax','0'),(29638,3496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29639,3497,'_product_id','41'),(29640,3497,'_variation_id','0'),(29641,3497,'_qty','1'),(29642,3497,'_tax_class',''),(29643,3497,'_line_subtotal','66.48'),(29644,3497,'_line_subtotal_tax','0'),(29645,3497,'_line_total','66.48'),(29646,3497,'_line_tax','0'),(29647,3497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29648,3498,'_product_id','488'),(29649,3498,'_variation_id','0'),(29650,3498,'_qty','1'),(29651,3498,'_tax_class',''),(29652,3498,'_line_subtotal','31.35'),(29653,3498,'_line_subtotal_tax','0'),(29654,3498,'_line_total','31.35'),(29655,3498,'_line_tax','0'),(29656,3498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29657,3499,'_product_id','487'),(29658,3499,'_variation_id','0'),(29659,3499,'_qty','1'),(29660,3499,'_tax_class',''),(29661,3499,'_line_subtotal','31.35'),(29662,3499,'_line_subtotal_tax','0'),(29663,3499,'_line_total','31.35'),(29664,3499,'_line_tax','0'),(29665,3499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29666,3500,'method_id','free_shipping'),(29667,3500,'instance_id','2'),(29668,3500,'cost','0.00'),(29669,3500,'total_tax','0'),(29670,3500,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29671,3500,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(29672,3501,'_product_id','93'),(29673,3501,'_variation_id','0'),(29674,3501,'_qty','7'),(29675,3501,'_tax_class',''),(29676,3501,'_line_subtotal','0'),(29677,3501,'_line_subtotal_tax','0'),(29678,3501,'_line_total','0'),(29679,3501,'_line_tax','0'),(29680,3501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29681,3502,'method_id','fedex'),(29682,3502,'instance_id','1'),(29683,3502,'cost','14.80'),(29684,3502,'total_tax','0'),(29685,3502,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29686,3502,'Package 1','17 × 14 × 10 (in) 16.05lbs × 1'),(29687,3503,'_product_id','23'),(29688,3503,'_variation_id','0'),(29689,3503,'_qty','2'),(29690,3503,'_tax_class',''),(29691,3503,'_line_subtotal','223.68'),(29692,3503,'_line_subtotal_tax','0'),(29693,3503,'_line_total','223.68'),(29694,3503,'_line_tax','0'),(29695,3503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29696,3504,'_product_id','41'),(29697,3504,'_variation_id','0'),(29698,3504,'_qty','2'),(29699,3504,'_tax_class',''),(29700,3504,'_line_subtotal','132.96'),(29701,3504,'_line_subtotal_tax','0'),(29702,3504,'_line_total','132.96'),(29703,3504,'_line_tax','0'),(29704,3504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29705,3505,'_product_id','116'),(29706,3505,'_variation_id','0'),(29707,3505,'_qty','2'),(29708,3505,'_tax_class',''),(29709,3505,'_line_subtotal','290.88'),(29710,3505,'_line_subtotal_tax','0'),(29711,3505,'_line_total','290.88'),(29712,3505,'_line_tax','0'),(29713,3505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29714,3506,'method_id','free_shipping'),(29715,3506,'instance_id','2'),(29716,3506,'cost','0.00'),(29717,3506,'total_tax','0'),(29718,3506,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29719,3506,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2'),(29720,3507,'_product_id','49'),(29721,3507,'_variation_id','0'),(29722,3507,'_qty','2'),(29723,3507,'_tax_class',''),(29724,3507,'_line_subtotal','158.4'),(29725,3507,'_line_subtotal_tax','0'),(29726,3507,'_line_total','158.4'),(29727,3507,'_line_tax','0'),(29728,3507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29729,3508,'method_id','fedex'),(29730,3508,'instance_id','1'),(29731,3508,'cost','16.03'),(29732,3508,'total_tax','0'),(29733,3508,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29734,3508,'Package 1','17 × 14 × 10 (in) 16.6lbs × 1'),(29735,3509,'_product_id','23'),(29736,3509,'_variation_id','0'),(29737,3509,'_qty','2'),(29738,3509,'_tax_class',''),(29739,3509,'_line_subtotal','223.68'),(29740,3509,'_line_subtotal_tax','0'),(29741,3509,'_line_total','223.68'),(29742,3509,'_line_tax','0'),(29743,3509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29744,3510,'_product_id','41'),(29745,3510,'_variation_id','0'),(29746,3510,'_qty','1'),(29747,3510,'_tax_class',''),(29748,3510,'_line_subtotal','66.48'),(29749,3510,'_line_subtotal_tax','0'),(29750,3510,'_line_total','66.48'),(29751,3510,'_line_tax','0'),(29752,3510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29753,3511,'_product_id','490'),(29754,3511,'_variation_id','0'),(29755,3511,'_qty','3'),(29756,3511,'_tax_class',''),(29757,3511,'_line_subtotal','68.34'),(29758,3511,'_line_subtotal_tax','0'),(29759,3511,'_line_total','68.34'),(29760,3511,'_line_tax','0'),(29761,3511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29762,3512,'_product_id','133'),(29763,3512,'_variation_id','0'),(29764,3512,'_qty','1'),(29765,3512,'_tax_class',''),(29766,3512,'_line_subtotal','14.3'),(29767,3512,'_line_subtotal_tax','0'),(29768,3512,'_line_total','14.3'),(29769,3512,'_line_tax','0'),(29770,3512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29771,3513,'method_id','fedex'),(29772,3513,'instance_id','1'),(29773,3513,'cost','20.29'),(29774,3513,'total_tax','0'),(29775,3513,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29776,3513,'Package 1','17 × 14 × 10 (in) 25.65lbs × 1'),(29777,3514,'_product_id','23'),(29778,3514,'_variation_id','0'),(29779,3514,'_qty','2'),(29780,3514,'_tax_class',''),(29781,3514,'_line_subtotal','223.68'),(29782,3514,'_line_subtotal_tax','0'),(29783,3514,'_line_total','223.68'),(29784,3514,'_line_tax','0'),(29785,3514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29786,3515,'_product_id','41'),(29787,3515,'_variation_id','0'),(29788,3515,'_qty','2'),(29789,3515,'_tax_class',''),(29790,3515,'_line_subtotal','132.96'),(29791,3515,'_line_subtotal_tax','0'),(29792,3515,'_line_total','132.96'),(29793,3515,'_line_tax','0'),(29794,3515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29795,3516,'_product_id','490'),(29796,3516,'_variation_id','0'),(29797,3516,'_qty','5'),(29798,3516,'_tax_class',''),(29799,3516,'_line_subtotal','113.9'),(29800,3516,'_line_subtotal_tax','0'),(29801,3516,'_line_total','113.9'),(29802,3516,'_line_tax','0'),(29803,3516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29804,3517,'method_id','fedex'),(29805,3517,'instance_id','1'),(29806,3517,'cost','26.97'),(29807,3517,'total_tax','0'),(29808,3517,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29809,3517,'Package 1','17 × 14 × 10 (in) 31.15lbs × 1'),(29810,3518,'_product_id','93'),(29811,3518,'_variation_id','0'),(29812,3518,'_qty','10'),(29813,3518,'_tax_class',''),(29814,3518,'_line_subtotal','0'),(29815,3518,'_line_subtotal_tax','0'),(29816,3518,'_line_total','0'),(29817,3518,'_line_tax','0'),(29818,3518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29819,3519,'method_id','fedex'),(29820,3519,'instance_id','1'),(29821,3519,'cost','13.79'),(29822,3519,'total_tax','0'),(29823,3519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29824,3519,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(29825,3520,'_product_id','93'),(29826,3520,'_variation_id','0'),(29827,3520,'_qty','10'),(29828,3520,'_tax_class',''),(29829,3520,'_line_subtotal','0'),(29830,3520,'_line_subtotal_tax','0'),(29831,3520,'_line_total','0'),(29832,3520,'_line_tax','0'),(29833,3520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29834,3521,'method_id','fedex'),(29835,3521,'instance_id','1'),(29836,3521,'cost','13.79'),(29837,3521,'total_tax','0'),(29838,3521,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29839,3521,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(29840,3522,'_product_id','41'),(29841,3522,'_variation_id','0'),(29842,3522,'_qty','2'),(29843,3522,'_tax_class',''),(29844,3522,'_line_subtotal','132.96'),(29845,3522,'_line_subtotal_tax','0'),(29846,3522,'_line_total','132.96'),(29847,3522,'_line_tax','0'),(29848,3522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29849,3523,'_product_id','49'),(29850,3523,'_variation_id','0'),(29851,3523,'_qty','2'),(29852,3523,'_tax_class',''),(29853,3523,'_line_subtotal','158.4'),(29854,3523,'_line_subtotal_tax','0'),(29855,3523,'_line_total','158.4'),(29856,3523,'_line_tax','0'),(29857,3523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29858,3524,'_product_id','97'),(29859,3524,'_variation_id','0'),(29860,3524,'_qty','1'),(29861,3524,'_tax_class',''),(29862,3524,'_line_subtotal','0'),(29863,3524,'_line_subtotal_tax','0'),(29864,3524,'_line_total','0'),(29865,3524,'_line_tax','0'),(29866,3524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29867,3525,'_product_id','93'),(29868,3525,'_variation_id','0'),(29869,3525,'_qty','10'),(29870,3525,'_tax_class',''),(29871,3525,'_line_subtotal','0'),(29872,3525,'_line_subtotal_tax','0'),(29873,3525,'_line_total','0'),(29874,3525,'_line_tax','0'),(29875,3525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29876,3526,'method_id','fedex'),(29877,3526,'instance_id','1'),(29878,3526,'cost','62.70'),(29879,3526,'total_tax','0'),(29880,3526,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29881,3526,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(29882,3526,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(29883,3527,'_product_id','23'),(29884,3527,'_variation_id','0'),(29885,3527,'_qty','1'),(29886,3527,'_tax_class',''),(29887,3527,'_line_subtotal','111.84'),(29888,3527,'_line_subtotal_tax','0'),(29889,3527,'_line_total','111.84'),(29890,3527,'_line_tax','0'),(29891,3527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29892,3528,'_product_id','38'),(29893,3528,'_variation_id','0'),(29894,3528,'_qty','1'),(29895,3528,'_tax_class',''),(29896,3528,'_line_subtotal','278.56'),(29897,3528,'_line_subtotal_tax','0'),(29898,3528,'_line_total','278.56'),(29899,3528,'_line_tax','0'),(29900,3528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29901,3529,'_product_id','490'),(29902,3529,'_variation_id','0'),(29903,3529,'_qty','10'),(29904,3529,'_tax_class',''),(29905,3529,'_line_subtotal','227.8'),(29906,3529,'_line_subtotal_tax','0'),(29907,3529,'_line_total','227.8'),(29908,3529,'_line_tax','0'),(29909,3529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29910,3530,'_product_id','488'),(29911,3530,'_variation_id','0'),(29912,3530,'_qty','1'),(29913,3530,'_tax_class',''),(29914,3530,'_line_subtotal','31.35'),(29915,3530,'_line_subtotal_tax','0'),(29916,3530,'_line_total','31.35'),(29917,3530,'_line_tax','0'),(29918,3530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29919,3531,'method_id','free_shipping'),(29920,3531,'instance_id','2'),(29921,3531,'cost','0.00'),(29922,3531,'total_tax','0'),(29923,3531,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29924,3531,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1'),(29925,3532,'_product_id','39'),(29926,3532,'_variation_id','0'),(29927,3532,'_qty','1'),(29928,3532,'_tax_class',''),(29929,3532,'_line_subtotal','79.2'),(29930,3532,'_line_subtotal_tax','0'),(29931,3532,'_line_total','79.2'),(29932,3532,'_line_tax','0'),(29933,3532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29934,3533,'_product_id','23'),(29935,3533,'_variation_id','0'),(29936,3533,'_qty','6'),(29937,3533,'_tax_class',''),(29938,3533,'_line_subtotal','671.04'),(29939,3533,'_line_subtotal_tax','0'),(29940,3533,'_line_total','671.04'),(29941,3533,'_line_tax','0'),(29942,3533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29943,3534,'method_id','fedex'),(29944,3534,'instance_id','1'),(29945,3534,'cost','56.43'),(29946,3534,'total_tax','0'),(29947,3534,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29948,3534,'Package 1','17 × 14 × 10 (in) 37.6lbs × 1'),(29949,3534,'Package 2','17 × 14 × 10 (in) 15.6lbs × 1'),(29950,3535,'_product_id','490'),(29951,3535,'_variation_id','0'),(29952,3535,'_qty','6'),(29953,3535,'_tax_class',''),(29954,3535,'_line_subtotal','136.68'),(29955,3535,'_line_subtotal_tax','0'),(29956,3535,'_line_total','136.68'),(29957,3535,'_line_tax','0'),(29958,3535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29959,3536,'method_id','fedex'),(29960,3536,'instance_id','1'),(29961,3536,'cost','23.69'),(29962,3536,'total_tax','0'),(29963,3536,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(29964,3536,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(29965,3537,'_product_id','23'),(29966,3537,'_variation_id','0'),(29967,3537,'_qty','1'),(29968,3537,'_tax_class',''),(29969,3537,'_line_subtotal','111.84'),(29970,3537,'_line_subtotal_tax','0'),(29971,3537,'_line_total','111.84'),(29972,3537,'_line_tax','0'),(29973,3537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29974,3538,'_product_id','38'),(29975,3538,'_variation_id','0'),(29976,3538,'_qty','1'),(29977,3538,'_tax_class',''),(29978,3538,'_line_subtotal','278.56'),(29979,3538,'_line_subtotal_tax','0'),(29980,3538,'_line_total','278.56'),(29981,3538,'_line_tax','0'),(29982,3538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29983,3539,'_product_id','41'),(29984,3539,'_variation_id','0'),(29985,3539,'_qty','2'),(29986,3539,'_tax_class',''),(29987,3539,'_line_subtotal','132.96'),(29988,3539,'_line_subtotal_tax','0'),(29989,3539,'_line_total','132.96'),(29990,3539,'_line_tax','0'),(29991,3539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(29992,3540,'_product_id','93'),(29993,3540,'_variation_id','0'),(29994,3540,'_qty','5'),(29995,3540,'_tax_class',''),(29996,3540,'_line_subtotal','0'),(29997,3540,'_line_subtotal_tax','0'),(29998,3540,'_line_total','0'),(29999,3540,'_line_tax','0'),(30000,3540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30001,3541,'_product_id','99'),(30002,3541,'_variation_id','0'),(30003,3541,'_qty','1'),(30004,3541,'_tax_class',''),(30005,3541,'_line_subtotal','0'),(30006,3541,'_line_subtotal_tax','0'),(30007,3541,'_line_total','0'),(30008,3541,'_line_tax','0'),(30009,3541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30010,3542,'_fee_amount','-204.14'),(30011,3542,'_tax_class','0'),(30012,3542,'_tax_status','taxable'),(30013,3542,'_line_total','-204.14'),(30014,3542,'_line_tax','0'),(30015,3542,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(30016,3542,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(30017,3542,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(30018,3543,'method_id','fedex'),(30019,3543,'instance_id','3'),(30020,3543,'cost','408.28'),(30021,3543,'total_tax','0'),(30022,3543,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30023,3543,'Package 1','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(30024,3543,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(30025,3543,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(30026,3543,'Package 4','12 × 6 × 6 (in) 7.85lbs × 1'),(30027,3544,'discount_amount','0'),(30028,3544,'discount_amount_tax','0'),(30029,3544,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:7;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(30030,3545,'_product_id','41'),(30031,3545,'_variation_id','0'),(30032,3545,'_qty','4'),(30033,3545,'_tax_class',''),(30034,3545,'_line_subtotal','265.92'),(30035,3545,'_line_subtotal_tax','0'),(30036,3545,'_line_total','265.92'),(30037,3545,'_line_tax','0'),(30038,3545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30039,3546,'method_id','fedex'),(30040,3546,'instance_id','1'),(30041,3546,'cost','20.51'),(30042,3546,'total_tax','0'),(30043,3546,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30044,3546,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(30045,3547,'_product_id','93'),(30046,3547,'_variation_id','0'),(30047,3547,'_qty','10'),(30048,3547,'_tax_class',''),(30049,3547,'_line_subtotal','0'),(30050,3547,'_line_subtotal_tax','0'),(30051,3547,'_line_total','0'),(30052,3547,'_line_tax','0'),(30053,3547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30054,3548,'method_id','fedex'),(30055,3548,'instance_id','1'),(30056,3548,'cost','26.84'),(30057,3548,'total_tax','0'),(30058,3548,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30059,3548,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(30060,3549,'_product_id','93'),(30061,3549,'_variation_id','0'),(30062,3549,'_qty','10'),(30063,3549,'_tax_class',''),(30064,3549,'_line_subtotal','0'),(30065,3549,'_line_subtotal_tax','0'),(30066,3549,'_line_total','0'),(30067,3549,'_line_tax','0'),(30068,3549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30069,3550,'_product_id','49'),(30070,3550,'_variation_id','0'),(30071,3550,'_qty','1'),(30072,3550,'_tax_class',''),(30073,3550,'_line_subtotal','79.2'),(30074,3550,'_line_subtotal_tax','0'),(30075,3550,'_line_total','79.2'),(30076,3550,'_line_tax','0'),(30077,3550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30078,3551,'method_id','fedex'),(30079,3551,'instance_id','1'),(30080,3551,'cost','15.39'),(30081,3551,'total_tax','0'),(30082,3551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30083,3551,'Package 1','17 × 14 × 10 (in) 30.3lbs × 1'),(30084,3552,'_product_id','93'),(30085,3552,'_variation_id','0'),(30086,3552,'_qty','10'),(30087,3552,'_tax_class',''),(30088,3552,'_line_subtotal','0'),(30089,3552,'_line_subtotal_tax','0'),(30090,3552,'_line_total','0'),(30091,3552,'_line_tax','0'),(30092,3552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30093,3553,'_product_id','99'),(30094,3553,'_variation_id','0'),(30095,3553,'_qty','1'),(30096,3553,'_tax_class',''),(30097,3553,'_line_subtotal','0'),(30098,3553,'_line_subtotal_tax','0'),(30099,3553,'_line_total','0'),(30100,3553,'_line_tax','0'),(30101,3553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30102,3554,'method_id','fedex'),(30103,3554,'instance_id','1'),(30104,3554,'cost','19.89'),(30105,3554,'total_tax','0'),(30106,3554,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30107,3554,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(30108,3555,'_product_id','45'),(30109,3555,'_variation_id','0'),(30110,3555,'_qty','1'),(30111,3555,'_tax_class',''),(30112,3555,'_line_subtotal','42.24'),(30113,3555,'_line_subtotal_tax','0'),(30114,3555,'_line_total','42.24'),(30115,3555,'_line_tax','0'),(30116,3555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30117,3556,'_product_id','99'),(30118,3556,'_variation_id','0'),(30119,3556,'_qty','1'),(30120,3556,'_tax_class',''),(30121,3556,'_line_subtotal','0'),(30122,3556,'_line_subtotal_tax','0'),(30123,3556,'_line_total','0'),(30124,3556,'_line_tax','0'),(30125,3556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30126,3557,'_product_id','93'),(30127,3557,'_variation_id','0'),(30128,3557,'_qty','5'),(30129,3557,'_tax_class',''),(30130,3557,'_line_subtotal','0'),(30131,3557,'_line_subtotal_tax','0'),(30132,3557,'_line_total','0'),(30133,3557,'_line_tax','0'),(30134,3557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30135,3558,'method_id','fedex'),(30136,3558,'instance_id','1'),(30137,3558,'cost','23.78'),(30138,3558,'total_tax','0'),(30139,3558,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30140,3558,'Package 1','17 × 14 × 10 (in) 27.1lbs × 1'),(30141,3559,'_product_id','41'),(30142,3559,'_variation_id','0'),(30143,3559,'_qty','4'),(30144,3559,'_tax_class',''),(30145,3559,'_line_subtotal','265.92'),(30146,3559,'_line_subtotal_tax','0'),(30147,3559,'_line_total','265.92'),(30148,3559,'_line_tax','0'),(30149,3559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30150,3560,'method_id','fedex'),(30151,3560,'instance_id','1'),(30152,3560,'cost','15.24'),(30153,3560,'total_tax','0'),(30154,3560,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30155,3560,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(30156,3561,'_product_id','51'),(30157,3561,'_variation_id','0'),(30158,3561,'_qty','1'),(30159,3561,'_tax_class',''),(30160,3561,'_line_subtotal','147.84'),(30161,3561,'_line_subtotal_tax','0'),(30162,3561,'_line_total','147.84'),(30163,3561,'_line_tax','0'),(30164,3561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30165,3562,'_product_id','490'),(30166,3562,'_variation_id','0'),(30167,3562,'_qty','10'),(30168,3562,'_tax_class',''),(30169,3562,'_line_subtotal','227.8'),(30170,3562,'_line_subtotal_tax','0'),(30171,3562,'_line_total','227.8'),(30172,3562,'_line_tax','0'),(30173,3562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30174,3563,'_product_id','487'),(30175,3563,'_variation_id','0'),(30176,3563,'_qty','4'),(30177,3563,'_tax_class',''),(30178,3563,'_line_subtotal','125.4'),(30179,3563,'_line_subtotal_tax','0'),(30180,3563,'_line_total','125.4'),(30181,3563,'_line_tax','0'),(30182,3563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30183,3564,'method_id','free_shipping'),(30184,3564,'instance_id','2'),(30185,3564,'cost','0.00'),(30186,3564,'total_tax','0'),(30187,3564,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30188,3564,'Items','Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 4'),(30189,3565,'_product_id','93'),(30190,3565,'_variation_id','0'),(30191,3565,'_qty','10'),(30192,3565,'_tax_class',''),(30193,3565,'_line_subtotal','0'),(30194,3565,'_line_subtotal_tax','0'),(30195,3565,'_line_total','0'),(30196,3565,'_line_tax','0'),(30197,3565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30198,3566,'method_id','fedex'),(30199,3566,'instance_id','1'),(30200,3566,'cost','16.25'),(30201,3566,'total_tax','0'),(30202,3566,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30203,3566,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(30204,3567,'_product_id','38'),(30205,3567,'_variation_id','0'),(30206,3567,'_qty','1'),(30207,3567,'_tax_class',''),(30208,3567,'_line_subtotal','278.56'),(30209,3567,'_line_subtotal_tax','0'),(30210,3567,'_line_total','278.56'),(30211,3567,'_line_tax','0'),(30212,3567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30213,3568,'_product_id','23'),(30214,3568,'_variation_id','0'),(30215,3568,'_qty','1'),(30216,3568,'_tax_class',''),(30217,3568,'_line_subtotal','111.84'),(30218,3568,'_line_subtotal_tax','0'),(30219,3568,'_line_total','111.84'),(30220,3568,'_line_tax','0'),(30221,3568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30222,3569,'_product_id','45'),(30223,3569,'_variation_id','0'),(30224,3569,'_qty','2'),(30225,3569,'_tax_class',''),(30226,3569,'_line_subtotal','84.48'),(30227,3569,'_line_subtotal_tax','0'),(30228,3569,'_line_total','84.48'),(30229,3569,'_line_tax','0'),(30230,3569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30231,3570,'_product_id','116'),(30232,3570,'_variation_id','0'),(30233,3570,'_qty','1'),(30234,3570,'_tax_class',''),(30235,3570,'_line_subtotal','145.44'),(30236,3570,'_line_subtotal_tax','0'),(30237,3570,'_line_total','145.44'),(30238,3570,'_line_tax','0'),(30239,3570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30240,3571,'_product_id','41'),(30241,3571,'_variation_id','0'),(30242,3571,'_qty','3'),(30243,3571,'_tax_class',''),(30244,3571,'_line_subtotal','199.44'),(30245,3571,'_line_subtotal_tax','0'),(30246,3571,'_line_total','199.44'),(30247,3571,'_line_tax','0'),(30248,3571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30249,3572,'_product_id','39'),(30250,3572,'_variation_id','0'),(30251,3572,'_qty','1'),(30252,3572,'_tax_class',''),(30253,3572,'_line_subtotal','79.2'),(30254,3572,'_line_subtotal_tax','0'),(30255,3572,'_line_total','79.2'),(30256,3572,'_line_tax','0'),(30257,3572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30258,3573,'_product_id','43'),(30259,3573,'_variation_id','0'),(30260,3573,'_qty','2'),(30261,3573,'_tax_class',''),(30262,3573,'_line_subtotal','158.4'),(30263,3573,'_line_subtotal_tax','0'),(30264,3573,'_line_total','158.4'),(30265,3573,'_line_tax','0'),(30266,3573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30267,3574,'_product_id','49'),(30268,3574,'_variation_id','0'),(30269,3574,'_qty','2'),(30270,3574,'_tax_class',''),(30271,3574,'_line_subtotal','158.4'),(30272,3574,'_line_subtotal_tax','0'),(30273,3574,'_line_total','158.4'),(30274,3574,'_line_tax','0'),(30275,3574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30276,3575,'_product_id','93'),(30277,3575,'_variation_id','0'),(30278,3575,'_qty','7'),(30279,3575,'_tax_class',''),(30280,3575,'_line_subtotal','0'),(30281,3575,'_line_subtotal_tax','0'),(30282,3575,'_line_total','0'),(30283,3575,'_line_tax','0'),(30284,3575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30285,3576,'method_id','free_shipping'),(30286,3576,'instance_id','2'),(30287,3576,'cost','0.00'),(30288,3576,'total_tax','0'),(30289,3576,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30290,3576,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 7'),(30291,3577,'_product_id','93'),(30292,3577,'_variation_id','0'),(30293,3577,'_qty','5'),(30294,3577,'_tax_class',''),(30295,3577,'_line_subtotal','0'),(30296,3577,'_line_subtotal_tax','0'),(30297,3577,'_line_total','0'),(30298,3577,'_line_tax','0'),(30299,3577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30300,3578,'_product_id','95'),(30301,3578,'_variation_id','0'),(30302,3578,'_qty','5'),(30303,3578,'_tax_class',''),(30304,3578,'_line_subtotal','0'),(30305,3578,'_line_subtotal_tax','0'),(30306,3578,'_line_total','0'),(30307,3578,'_line_tax','0'),(30308,3578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30309,3579,'_product_id','97'),(30310,3579,'_variation_id','0'),(30311,3579,'_qty','1'),(30312,3579,'_tax_class',''),(30313,3579,'_line_subtotal','0'),(30314,3579,'_line_subtotal_tax','0'),(30315,3579,'_line_total','0'),(30316,3579,'_line_tax','0'),(30317,3579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30318,3580,'_product_id','99'),(30319,3580,'_variation_id','0'),(30320,3580,'_qty','1'),(30321,3580,'_tax_class',''),(30322,3580,'_line_subtotal','0'),(30323,3580,'_line_subtotal_tax','0'),(30324,3580,'_line_total','0'),(30325,3580,'_line_tax','0'),(30326,3580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30327,3581,'_product_id','23'),(30328,3581,'_variation_id','0'),(30329,3581,'_qty','2'),(30330,3581,'_tax_class',''),(30331,3581,'_line_subtotal','223.68'),(30332,3581,'_line_subtotal_tax','0'),(30333,3581,'_line_total','223.68'),(30334,3581,'_line_tax','0'),(30335,3581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30336,3582,'_product_id','38'),(30337,3582,'_variation_id','0'),(30338,3582,'_qty','1'),(30339,3582,'_tax_class',''),(30340,3582,'_line_subtotal','278.56'),(30341,3582,'_line_subtotal_tax','0'),(30342,3582,'_line_total','278.56'),(30343,3582,'_line_tax','0'),(30344,3582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30345,3583,'_product_id','41'),(30346,3583,'_variation_id','0'),(30347,3583,'_qty','2'),(30348,3583,'_tax_class',''),(30349,3583,'_line_subtotal','132.96'),(30350,3583,'_line_subtotal_tax','0'),(30351,3583,'_line_total','132.96'),(30352,3583,'_line_tax','0'),(30353,3583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30354,3584,'method_id','free_shipping'),(30355,3584,'instance_id','2'),(30356,3584,'cost','0.00'),(30357,3584,'total_tax','0'),(30358,3584,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30359,3584,'Items','Bulk Active Rinse 100% &times; 5, Bulk Active Rinse 50/50 &times; 5, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(30360,3585,'_product_id','41'),(30361,3585,'_variation_id','0'),(30362,3585,'_qty','2'),(30363,3585,'_tax_class',''),(30364,3585,'_line_subtotal','132.96'),(30365,3585,'_line_subtotal_tax','0'),(30366,3585,'_line_total','132.96'),(30367,3585,'_line_tax','0'),(30368,3585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30369,3586,'_product_id','23'),(30370,3586,'_variation_id','0'),(30371,3586,'_qty','2'),(30372,3586,'_tax_class',''),(30373,3586,'_line_subtotal','223.68'),(30374,3586,'_line_subtotal_tax','0'),(30375,3586,'_line_total','223.68'),(30376,3586,'_line_tax','0'),(30377,3586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30378,3587,'_product_id','38'),(30379,3587,'_variation_id','0'),(30380,3587,'_qty','1'),(30381,3587,'_tax_class',''),(30382,3587,'_line_subtotal','278.56'),(30383,3587,'_line_subtotal_tax','0'),(30384,3587,'_line_total','278.56'),(30385,3587,'_line_tax','0'),(30386,3587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30387,3588,'_product_id','488'),(30388,3588,'_variation_id','0'),(30389,3588,'_qty','4'),(30390,3588,'_tax_class',''),(30391,3588,'_line_subtotal','125.4'),(30392,3588,'_line_subtotal_tax','0'),(30393,3588,'_line_total','125.4'),(30394,3588,'_line_tax','0'),(30395,3588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30396,3589,'_product_id','490'),(30397,3589,'_variation_id','0'),(30398,3589,'_qty','10'),(30399,3589,'_tax_class',''),(30400,3589,'_line_subtotal','227.8'),(30401,3589,'_line_subtotal_tax','0'),(30402,3589,'_line_total','227.8'),(30403,3589,'_line_tax','0'),(30404,3589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30405,3590,'_product_id','43'),(30406,3590,'_variation_id','0'),(30407,3590,'_qty','1'),(30408,3590,'_tax_class',''),(30409,3590,'_line_subtotal','79.2'),(30410,3590,'_line_subtotal_tax','0'),(30411,3590,'_line_total','79.2'),(30412,3590,'_line_tax','0'),(30413,3590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30414,3591,'_product_id','49'),(30415,3591,'_variation_id','0'),(30416,3591,'_qty','1'),(30417,3591,'_tax_class',''),(30418,3591,'_line_subtotal','79.2'),(30419,3591,'_line_subtotal_tax','0'),(30420,3591,'_line_total','79.2'),(30421,3591,'_line_tax','0'),(30422,3591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30423,3592,'_product_id','120'),(30424,3592,'_variation_id','0'),(30425,3592,'_qty','1'),(30426,3592,'_tax_class',''),(30427,3592,'_line_subtotal','52.8'),(30428,3592,'_line_subtotal_tax','0'),(30429,3592,'_line_total','52.8'),(30430,3592,'_line_tax','0'),(30431,3592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30432,3593,'_product_id','44'),(30433,3593,'_variation_id','0'),(30434,3593,'_qty','1'),(30435,3593,'_tax_class',''),(30436,3593,'_line_subtotal','116.16'),(30437,3593,'_line_subtotal_tax','0'),(30438,3593,'_line_total','116.16'),(30439,3593,'_line_tax','0'),(30440,3593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30441,3594,'_product_id','131'),(30442,3594,'_variation_id','0'),(30443,3594,'_qty','4'),(30444,3594,'_tax_class',''),(30445,3594,'_line_subtotal','50.6'),(30446,3594,'_line_subtotal_tax','0'),(30447,3594,'_line_total','50.6'),(30448,3594,'_line_tax','0'),(30449,3594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30450,3595,'_product_id','133'),(30451,3595,'_variation_id','0'),(30452,3595,'_qty','2'),(30453,3595,'_tax_class',''),(30454,3595,'_line_subtotal','28.6'),(30455,3595,'_line_subtotal_tax','0'),(30456,3595,'_line_total','28.6'),(30457,3595,'_line_tax','0'),(30458,3595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30459,3596,'method_id','free_shipping'),(30460,3596,'instance_id','2'),(30461,3596,'cost','0.00'),(30462,3596,'total_tax','0'),(30463,3596,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30464,3596,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 4, Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 1, Disposable Capes &times; 4, Disposable Head Bands &times; 2'),(30465,3597,'_product_id','490'),(30466,3597,'_variation_id','0'),(30467,3597,'_qty','3'),(30468,3597,'_tax_class',''),(30469,3597,'_line_subtotal','68.34'),(30470,3597,'_line_subtotal_tax','0'),(30471,3597,'_line_total','68.34'),(30472,3597,'_line_tax','0'),(30473,3597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30474,3598,'_product_id','23'),(30475,3598,'_variation_id','0'),(30476,3598,'_qty','1'),(30477,3598,'_tax_class',''),(30478,3598,'_line_subtotal','111.84'),(30479,3598,'_line_subtotal_tax','0'),(30480,3598,'_line_total','111.84'),(30481,3598,'_line_tax','0'),(30482,3598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30483,3599,'_product_id','38'),(30484,3599,'_variation_id','0'),(30485,3599,'_qty','1'),(30486,3599,'_tax_class',''),(30487,3599,'_line_subtotal','278.56'),(30488,3599,'_line_subtotal_tax','0'),(30489,3599,'_line_total','278.56'),(30490,3599,'_line_tax','0'),(30491,3599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30492,3600,'_product_id','118'),(30493,3600,'_variation_id','0'),(30494,3600,'_qty','1'),(30495,3600,'_tax_class',''),(30496,3600,'_line_subtotal','184.8'),(30497,3600,'_line_subtotal_tax','0'),(30498,3600,'_line_total','184.8'),(30499,3600,'_line_tax','0'),(30500,3600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30501,3601,'_product_id','44'),(30502,3601,'_variation_id','0'),(30503,3601,'_qty','1'),(30504,3601,'_tax_class',''),(30505,3601,'_line_subtotal','116.16'),(30506,3601,'_line_subtotal_tax','0'),(30507,3601,'_line_total','116.16'),(30508,3601,'_line_tax','0'),(30509,3601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30510,3602,'method_id','fedex'),(30511,3602,'instance_id','1'),(30512,3602,'cost','37.31'),(30513,3602,'total_tax','0'),(30514,3602,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30515,3602,'Package 1','17 × 14 × 10 (in) 38.25lbs × 1'),(30516,3602,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(30517,3603,'_product_id','38'),(30518,3603,'_variation_id','0'),(30519,3603,'_qty','2'),(30520,3603,'_tax_class',''),(30521,3603,'_line_subtotal','557.12'),(30522,3603,'_line_subtotal_tax','0'),(30523,3603,'_line_total','557.12'),(30524,3603,'_line_tax','0'),(30525,3603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30526,3604,'_product_id','120'),(30527,3604,'_variation_id','0'),(30528,3604,'_qty','1'),(30529,3604,'_tax_class',''),(30530,3604,'_line_subtotal','52.8'),(30531,3604,'_line_subtotal_tax','0'),(30532,3604,'_line_total','52.8'),(30533,3604,'_line_tax','0'),(30534,3604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30535,3605,'_product_id','49'),(30536,3605,'_variation_id','0'),(30537,3605,'_qty','2'),(30538,3605,'_tax_class',''),(30539,3605,'_line_subtotal','158.4'),(30540,3605,'_line_subtotal_tax','0'),(30541,3605,'_line_total','158.4'),(30542,3605,'_line_tax','0'),(30543,3605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30544,3606,'_product_id','490'),(30545,3606,'_variation_id','0'),(30546,3606,'_qty','10'),(30547,3606,'_tax_class',''),(30548,3606,'_line_subtotal','227.8'),(30549,3606,'_line_subtotal_tax','0'),(30550,3606,'_line_total','227.8'),(30551,3606,'_line_tax','0'),(30552,3606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30553,3607,'method_id','free_shipping'),(30554,3607,'instance_id','2'),(30555,3607,'cost','0.00'),(30556,3607,'total_tax','0'),(30557,3607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30558,3607,'Items','Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(30629,3616,'_product_id','490'),(30630,3616,'_variation_id','0'),(30631,3616,'_qty','8'),(30632,3616,'_tax_class',''),(30633,3616,'_line_subtotal','182.24'),(30634,3616,'_line_subtotal_tax','0'),(30635,3616,'_line_total','182.24'),(30636,3616,'_line_tax','0'),(30637,3616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30638,3617,'_product_id','488'),(30639,3617,'_variation_id','0'),(30640,3617,'_qty','2'),(30641,3617,'_tax_class',''),(30642,3617,'_line_subtotal','62.7'),(30643,3617,'_line_subtotal_tax','0'),(30644,3617,'_line_total','62.7'),(30645,3617,'_line_tax','0'),(30646,3617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30647,3618,'_product_id','49'),(30648,3618,'_variation_id','0'),(30649,3618,'_qty','1'),(30650,3618,'_tax_class',''),(30651,3618,'_line_subtotal','79.2'),(30652,3618,'_line_subtotal_tax','0'),(30653,3618,'_line_total','79.2'),(30654,3618,'_line_tax','0'),(30655,3618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30656,3619,'_product_id','43'),(30657,3619,'_variation_id','0'),(30658,3619,'_qty','1'),(30659,3619,'_tax_class',''),(30660,3619,'_line_subtotal','79.2'),(30661,3619,'_line_subtotal_tax','0'),(30662,3619,'_line_total','79.2'),(30663,3619,'_line_tax','0'),(30664,3619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30665,3620,'_product_id','41'),(30666,3620,'_variation_id','0'),(30667,3620,'_qty','3'),(30668,3620,'_tax_class',''),(30669,3620,'_line_subtotal','199.44'),(30670,3620,'_line_subtotal_tax','0'),(30671,3620,'_line_total','199.44'),(30672,3620,'_line_tax','0'),(30673,3620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30674,3621,'_product_id','38'),(30675,3621,'_variation_id','0'),(30676,3621,'_qty','2'),(30677,3621,'_tax_class',''),(30678,3621,'_line_subtotal','557.12'),(30679,3621,'_line_subtotal_tax','0'),(30680,3621,'_line_total','557.12'),(30681,3621,'_line_tax','0'),(30682,3621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30683,3622,'_product_id','23'),(30684,3622,'_variation_id','0'),(30685,3622,'_qty','3'),(30686,3622,'_tax_class',''),(30687,3622,'_line_subtotal','335.52'),(30688,3622,'_line_subtotal_tax','0'),(30689,3622,'_line_total','335.52'),(30690,3622,'_line_tax','0'),(30691,3622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30692,3623,'method_id','free_shipping'),(30693,3623,'instance_id','2'),(30694,3623,'cost','0.00'),(30695,3623,'total_tax','0'),(30696,3623,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30697,3623,'Items','Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3'),(30698,3624,'_product_id','490'),(30699,3624,'_variation_id','0'),(30700,3624,'_qty','10'),(30701,3624,'_tax_class',''),(30702,3624,'_line_subtotal','227.8'),(30703,3624,'_line_subtotal_tax','0'),(30704,3624,'_line_total','227.8'),(30705,3624,'_line_tax','0'),(30706,3624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30707,3625,'_product_id','41'),(30708,3625,'_variation_id','0'),(30709,3625,'_qty','3'),(30710,3625,'_tax_class',''),(30711,3625,'_line_subtotal','199.44'),(30712,3625,'_line_subtotal_tax','0'),(30713,3625,'_line_total','199.44'),(30714,3625,'_line_tax','0'),(30715,3625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30716,3626,'_product_id','23'),(30717,3626,'_variation_id','0'),(30718,3626,'_qty','1'),(30719,3626,'_tax_class',''),(30720,3626,'_line_subtotal','111.84'),(30721,3626,'_line_subtotal_tax','0'),(30722,3626,'_line_total','111.84'),(30723,3626,'_line_tax','0'),(30724,3626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30725,3627,'method_id','free_shipping'),(30726,3627,'instance_id','2'),(30727,3627,'cost','0.00'),(30728,3627,'total_tax','0'),(30729,3627,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30730,3627,'Items','Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 1'),(30731,3628,'_product_id','38'),(30732,3628,'_variation_id','0'),(30733,3628,'_qty','1'),(30734,3628,'_tax_class',''),(30735,3628,'_line_subtotal','278.56'),(30736,3628,'_line_subtotal_tax','0'),(30737,3628,'_line_total','278.56'),(30738,3628,'_line_tax','0'),(30739,3628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30740,3629,'_product_id','490'),(30741,3629,'_variation_id','0'),(30742,3629,'_qty','10'),(30743,3629,'_tax_class',''),(30744,3629,'_line_subtotal','227.8'),(30745,3629,'_line_subtotal_tax','0'),(30746,3629,'_line_total','227.8'),(30747,3629,'_line_tax','0'),(30748,3629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30749,3630,'method_id','free_shipping'),(30750,3630,'instance_id','2'),(30751,3630,'cost','0.00'),(30752,3630,'total_tax','0'),(30753,3630,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30754,3630,'Items','Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(30755,3631,'_product_id','116'),(30756,3631,'_variation_id','0'),(30757,3631,'_qty','1'),(30758,3631,'_tax_class',''),(30759,3631,'_line_subtotal','145.44'),(30760,3631,'_line_subtotal_tax','0'),(30761,3631,'_line_total','145.44'),(30762,3631,'_line_tax','0'),(30763,3631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30764,3632,'_product_id','41'),(30765,3632,'_variation_id','0'),(30766,3632,'_qty','5'),(30767,3632,'_tax_class',''),(30768,3632,'_line_subtotal','332.4'),(30769,3632,'_line_subtotal_tax','0'),(30770,3632,'_line_total','332.4'),(30771,3632,'_line_tax','0'),(30772,3632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30773,3633,'_product_id','41'),(30774,3633,'_variation_id','0'),(30775,3633,'_qty','1'),(30776,3633,'_tax_class',''),(30777,3633,'_line_subtotal','66.48'),(30778,3633,'_line_subtotal_tax','0'),(30779,3633,'_line_total','66.48'),(30780,3633,'_line_tax','0'),(30781,3633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30782,3634,'method_id','free_shipping'),(30783,3634,'instance_id','2'),(30784,3634,'cost','0.00'),(30785,3634,'total_tax','0'),(30786,3634,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30787,3634,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 1'),(30812,3638,'_product_id','41'),(30813,3638,'_variation_id','0'),(30814,3638,'_qty','1'),(30815,3638,'_tax_class',''),(30816,3638,'_line_subtotal','66.48'),(30817,3638,'_line_subtotal_tax','0'),(30818,3638,'_line_total','66.48'),(30819,3638,'_line_tax','0'),(30820,3638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30821,3639,'_product_id','43'),(30822,3639,'_variation_id','0'),(30823,3639,'_qty','1'),(30824,3639,'_tax_class',''),(30825,3639,'_line_subtotal','79.2'),(30826,3639,'_line_subtotal_tax','0'),(30827,3639,'_line_total','79.2'),(30828,3639,'_line_tax','0'),(30829,3639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30830,3640,'_product_id','44'),(30831,3640,'_variation_id','0'),(30832,3640,'_qty','1'),(30833,3640,'_tax_class',''),(30834,3640,'_line_subtotal','116.16'),(30835,3640,'_line_subtotal_tax','0'),(30836,3640,'_line_total','116.16'),(30837,3640,'_line_tax','0'),(30838,3640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30839,3641,'_product_id','93'),(30840,3641,'_variation_id','0'),(30841,3641,'_qty','10'),(30842,3641,'_tax_class',''),(30843,3641,'_line_subtotal','0'),(30844,3641,'_line_subtotal_tax','0'),(30845,3641,'_line_total','0'),(30846,3641,'_line_tax','0'),(30847,3641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30848,3642,'_product_id','133'),(30849,3642,'_variation_id','0'),(30850,3642,'_qty','3'),(30851,3642,'_tax_class',''),(30852,3642,'_line_subtotal','42.9'),(30853,3642,'_line_subtotal_tax','0'),(30854,3642,'_line_total','42.9'),(30855,3642,'_line_tax','0'),(30856,3642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30857,3643,'_product_id','45'),(30858,3643,'_variation_id','0'),(30859,3643,'_qty','3'),(30860,3643,'_tax_class',''),(30861,3643,'_line_subtotal','126.72'),(30862,3643,'_line_subtotal_tax','0'),(30863,3643,'_line_total','126.72'),(30864,3643,'_line_tax','0'),(30865,3643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30866,3644,'_product_id','116'),(30867,3644,'_variation_id','0'),(30868,3644,'_qty','1'),(30869,3644,'_tax_class',''),(30870,3644,'_line_subtotal','145.44'),(30871,3644,'_line_subtotal_tax','0'),(30872,3644,'_line_total','145.44'),(30873,3644,'_line_tax','0'),(30874,3644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30875,3645,'_product_id','43'),(30876,3645,'_variation_id','0'),(30877,3645,'_qty','1'),(30878,3645,'_tax_class',''),(30879,3645,'_line_subtotal','79.2'),(30880,3645,'_line_subtotal_tax','0'),(30881,3645,'_line_total','79.2'),(30882,3645,'_line_tax','0'),(30883,3645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30884,3646,'method_id','free_shipping'),(30885,3646,'instance_id','2'),(30886,3646,'cost','0.00'),(30887,3646,'total_tax','0'),(30888,3646,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30889,3646,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(30890,3647,'_product_id','490'),(30891,3647,'_variation_id','0'),(30892,3647,'_qty','10'),(30893,3647,'_tax_class',''),(30894,3647,'_line_subtotal','227.8'),(30895,3647,'_line_subtotal_tax','0'),(30896,3647,'_line_total','227.8'),(30897,3647,'_line_tax','0'),(30898,3647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30899,3648,'_product_id','38'),(30900,3648,'_variation_id','0'),(30901,3648,'_qty','1'),(30902,3648,'_tax_class',''),(30903,3648,'_line_subtotal','278.56'),(30904,3648,'_line_subtotal_tax','0'),(30905,3648,'_line_total','278.56'),(30906,3648,'_line_tax','0'),(30907,3648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30908,3649,'_product_id','43'),(30909,3649,'_variation_id','0'),(30910,3649,'_qty','1'),(30911,3649,'_tax_class',''),(30912,3649,'_line_subtotal','79.2'),(30913,3649,'_line_subtotal_tax','0'),(30914,3649,'_line_total','79.2'),(30915,3649,'_line_tax','0'),(30916,3649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30917,3650,'_product_id','120'),(30918,3650,'_variation_id','0');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (30919,3650,'_qty','1'),(30920,3650,'_tax_class',''),(30921,3650,'_line_subtotal','52.8'),(30922,3650,'_line_subtotal_tax','0'),(30923,3650,'_line_total','52.8'),(30924,3650,'_line_tax','0'),(30925,3650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30926,3651,'_product_id','41'),(30927,3651,'_variation_id','0'),(30928,3651,'_qty','2'),(30929,3651,'_tax_class',''),(30930,3651,'_line_subtotal','132.96'),(30931,3651,'_line_subtotal_tax','0'),(30932,3651,'_line_total','132.96'),(30933,3651,'_line_tax','0'),(30934,3651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30935,3652,'method_id','fedex'),(30936,3652,'instance_id','1'),(30937,3652,'cost','50.65'),(30938,3652,'total_tax','0'),(30939,3652,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(30940,3652,'Package 1','17 × 14 × 10 (in) 39.1lbs × 1'),(30941,3652,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(30942,3653,'_product_id','23'),(30943,3653,'_variation_id','0'),(30944,3653,'_qty','3'),(30945,3653,'_tax_class',''),(30946,3653,'_line_subtotal','335.52'),(30947,3653,'_line_subtotal_tax','0'),(30948,3653,'_line_total','335.52'),(30949,3653,'_line_tax','0'),(30950,3653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30951,3654,'_product_id','41'),(30952,3654,'_variation_id','0'),(30953,3654,'_qty','2'),(30954,3654,'_tax_class',''),(30955,3654,'_line_subtotal','132.96'),(30956,3654,'_line_subtotal_tax','0'),(30957,3654,'_line_total','132.96'),(30958,3654,'_line_tax','0'),(30959,3654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30960,3655,'_product_id','45'),(30961,3655,'_variation_id','0'),(30962,3655,'_qty','2'),(30963,3655,'_tax_class',''),(30964,3655,'_line_subtotal','84.48'),(30965,3655,'_line_subtotal_tax','0'),(30966,3655,'_line_total','84.48'),(30967,3655,'_line_tax','0'),(30968,3655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30969,3656,'_product_id','116'),(30970,3656,'_variation_id','0'),(30971,3656,'_qty','2'),(30972,3656,'_tax_class',''),(30973,3656,'_line_subtotal','290.88'),(30974,3656,'_line_subtotal_tax','0'),(30975,3656,'_line_total','290.88'),(30976,3656,'_line_tax','0'),(30977,3656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30978,3657,'_product_id','93'),(30979,3657,'_variation_id','0'),(30980,3657,'_qty','5'),(30981,3657,'_tax_class',''),(30982,3657,'_line_subtotal','0'),(30983,3657,'_line_subtotal_tax','0'),(30984,3657,'_line_total','0'),(30985,3657,'_line_tax','0'),(30986,3657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30987,3658,'_product_id','131'),(30988,3658,'_variation_id','0'),(30989,3658,'_qty','2'),(30990,3658,'_tax_class',''),(30991,3658,'_line_subtotal','25.3'),(30992,3658,'_line_subtotal_tax','0'),(30993,3658,'_line_total','25.3'),(30994,3658,'_line_tax','0'),(30995,3658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(30996,3659,'method_id','free_shipping'),(30997,3659,'instance_id','2'),(30998,3659,'cost','0.00'),(30999,3659,'total_tax','0'),(31000,3659,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31001,3659,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2, Bulk Active Rinse 100% &times; 5, Disposable Capes &times; 2'),(31002,3660,'_product_id','490'),(31003,3660,'_variation_id','0'),(31004,3660,'_qty','10'),(31005,3660,'_tax_class',''),(31006,3660,'_line_subtotal','227.8'),(31007,3660,'_line_subtotal_tax','0'),(31008,3660,'_line_total','227.8'),(31009,3660,'_line_tax','0'),(31010,3660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31011,3661,'_product_id','23'),(31012,3661,'_variation_id','0'),(31013,3661,'_qty','1'),(31014,3661,'_tax_class',''),(31015,3661,'_line_subtotal','111.84'),(31016,3661,'_line_subtotal_tax','0'),(31017,3661,'_line_total','111.84'),(31018,3661,'_line_tax','0'),(31019,3661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31020,3662,'_product_id','45'),(31021,3662,'_variation_id','0'),(31022,3662,'_qty','1'),(31023,3662,'_tax_class',''),(31024,3662,'_line_subtotal','42.24'),(31025,3662,'_line_subtotal_tax','0'),(31026,3662,'_line_total','42.24'),(31027,3662,'_line_tax','0'),(31028,3662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31029,3663,'_product_id','41'),(31030,3663,'_variation_id','0'),(31031,3663,'_qty','1'),(31032,3663,'_tax_class',''),(31033,3663,'_line_subtotal','66.48'),(31034,3663,'_line_subtotal_tax','0'),(31035,3663,'_line_total','66.48'),(31036,3663,'_line_tax','0'),(31037,3663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31038,3664,'_product_id','49'),(31039,3664,'_variation_id','0'),(31040,3664,'_qty','1'),(31041,3664,'_tax_class',''),(31042,3664,'_line_subtotal','79.2'),(31043,3664,'_line_subtotal_tax','0'),(31044,3664,'_line_total','79.2'),(31045,3664,'_line_tax','0'),(31046,3664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31047,3665,'method_id','fedex'),(31048,3665,'instance_id','1'),(31049,3665,'cost','64.48'),(31050,3665,'total_tax','0'),(31051,3665,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31052,3665,'Package 1','17 × 14 × 10 (in) 41.05lbs × 1'),(31053,3665,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(31054,3666,'_product_id','45'),(31055,3666,'_variation_id','0'),(31056,3666,'_qty','1'),(31057,3666,'_tax_class',''),(31058,3666,'_line_subtotal','42.24'),(31059,3666,'_line_subtotal_tax','0'),(31060,3666,'_line_total','42.24'),(31061,3666,'_line_tax','0'),(31062,3666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31063,3667,'_product_id','41'),(31064,3667,'_variation_id','0'),(31065,3667,'_qty','2'),(31066,3667,'_tax_class',''),(31067,3667,'_line_subtotal','132.96'),(31068,3667,'_line_subtotal_tax','0'),(31069,3667,'_line_total','132.96'),(31070,3667,'_line_tax','0'),(31071,3667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31072,3668,'_product_id','93'),(31073,3668,'_variation_id','0'),(31074,3668,'_qty','10'),(31075,3668,'_tax_class',''),(31076,3668,'_line_subtotal','0'),(31077,3668,'_line_subtotal_tax','0'),(31078,3668,'_line_total','0'),(31079,3668,'_line_tax','0'),(31080,3668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31081,3669,'_product_id','320'),(31082,3669,'_variation_id','0'),(31083,3669,'_qty','2'),(31084,3669,'_tax_class',''),(31085,3669,'_line_subtotal','7.5'),(31086,3669,'_line_subtotal_tax','0'),(31087,3669,'_line_total','7.5'),(31088,3669,'_line_tax','0'),(31089,3669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31090,3670,'method_id','fedex'),(31091,3670,'instance_id','1'),(31092,3670,'cost','36.54'),(31093,3670,'total_tax','0'),(31094,3670,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31095,3670,'Package 1','17 × 14 × 10 (in) 35.3lbs × 1'),(31096,3671,'_product_id','97'),(31097,3671,'_variation_id','0'),(31098,3671,'_qty','2'),(31099,3671,'_tax_class',''),(31100,3671,'_line_subtotal','0'),(31101,3671,'_line_subtotal_tax','0'),(31102,3671,'_line_total','0'),(31103,3671,'_line_tax','0'),(31104,3671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31105,3672,'method_id','fedex'),(31106,3672,'instance_id','1'),(31107,3672,'cost','14.87'),(31108,3672,'total_tax','0'),(31109,3672,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31110,3672,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(31111,3673,'_product_id','490'),(31112,3673,'_variation_id','0'),(31113,3673,'_qty','4'),(31114,3673,'_tax_class',''),(31115,3673,'_line_subtotal','91.12'),(31116,3673,'_line_subtotal_tax','0'),(31117,3673,'_line_total','91.12'),(31118,3673,'_line_tax','0'),(31119,3673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31120,3674,'_product_id','41'),(31121,3674,'_variation_id','0'),(31122,3674,'_qty','1'),(31123,3674,'_tax_class',''),(31124,3674,'_line_subtotal','66.48'),(31125,3674,'_line_subtotal_tax','0'),(31126,3674,'_line_total','66.48'),(31127,3674,'_line_tax','0'),(31128,3674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31129,3675,'_product_id','137'),(31130,3675,'_variation_id','0'),(31131,3675,'_qty','8'),(31132,3675,'_tax_class',''),(31133,3675,'_line_subtotal','48.4'),(31134,3675,'_line_subtotal_tax','0'),(31135,3675,'_line_total','48.4'),(31136,3675,'_line_tax','0'),(31137,3675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31138,3676,'_product_id','148'),(31139,3676,'_variation_id','0'),(31140,3676,'_qty','3'),(31141,3676,'_tax_class',''),(31142,3676,'_line_subtotal','24.75'),(31143,3676,'_line_subtotal_tax','0'),(31144,3676,'_line_total','24.75'),(31145,3676,'_line_tax','0'),(31146,3676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31147,3677,'_product_id','318'),(31148,3677,'_variation_id','0'),(31149,3677,'_qty','10'),(31150,3677,'_tax_class',''),(31151,3677,'_line_subtotal','30'),(31152,3677,'_line_subtotal_tax','0'),(31153,3677,'_line_total','30'),(31154,3677,'_line_tax','0'),(31155,3677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31156,3678,'method_id','fedex'),(31157,3678,'instance_id','1'),(31158,3678,'cost','21.84'),(31159,3678,'total_tax','0'),(31160,3678,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31161,3678,'Package 1','17 × 14 × 10 (in) 39.6lbs × 1'),(31162,3679,'_product_id','38'),(31163,3679,'_variation_id','0'),(31164,3679,'_qty','1'),(31165,3679,'_tax_class',''),(31166,3679,'_line_subtotal','278.56'),(31167,3679,'_line_subtotal_tax','0'),(31168,3679,'_line_total','278.56'),(31169,3679,'_line_tax','0'),(31170,3679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31171,3680,'_product_id','41'),(31172,3680,'_variation_id','0'),(31173,3680,'_qty','5'),(31174,3680,'_tax_class',''),(31175,3680,'_line_subtotal','332.4'),(31176,3680,'_line_subtotal_tax','0'),(31177,3680,'_line_total','332.4'),(31178,3680,'_line_tax','0'),(31179,3680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31180,3681,'_product_id','120'),(31181,3681,'_variation_id','0'),(31182,3681,'_qty','2'),(31183,3681,'_tax_class',''),(31184,3681,'_line_subtotal','105.6'),(31185,3681,'_line_subtotal_tax','0'),(31186,3681,'_line_total','105.6'),(31187,3681,'_line_tax','0'),(31188,3681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31189,3682,'_product_id','44'),(31190,3682,'_variation_id','0'),(31191,3682,'_qty','1'),(31192,3682,'_tax_class',''),(31193,3682,'_line_subtotal','116.16'),(31194,3682,'_line_subtotal_tax','0'),(31195,3682,'_line_total','116.16'),(31196,3682,'_line_tax','0'),(31197,3682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31198,3683,'_product_id','43'),(31199,3683,'_variation_id','0'),(31200,3683,'_qty','1'),(31201,3683,'_tax_class',''),(31202,3683,'_line_subtotal','79.2'),(31203,3683,'_line_subtotal_tax','0'),(31204,3683,'_line_total','79.2'),(31205,3683,'_line_tax','0'),(31206,3683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31207,3684,'_product_id','49'),(31208,3684,'_variation_id','0'),(31209,3684,'_qty','1'),(31210,3684,'_tax_class',''),(31211,3684,'_line_subtotal','79.2'),(31212,3684,'_line_subtotal_tax','0'),(31213,3684,'_line_total','79.2'),(31214,3684,'_line_tax','0'),(31215,3684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31216,3685,'_product_id','116'),(31217,3685,'_variation_id','0'),(31218,3685,'_qty','1'),(31219,3685,'_tax_class',''),(31220,3685,'_line_subtotal','145.44'),(31221,3685,'_line_subtotal_tax','0'),(31222,3685,'_line_total','145.44'),(31223,3685,'_line_tax','0'),(31224,3685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31225,3686,'_product_id','93'),(31226,3686,'_variation_id','0'),(31227,3686,'_qty','4'),(31228,3686,'_tax_class',''),(31229,3686,'_line_subtotal','0'),(31230,3686,'_line_subtotal_tax','0'),(31231,3686,'_line_total','0'),(31232,3686,'_line_tax','0'),(31233,3686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31234,3687,'_product_id','318'),(31235,3687,'_variation_id','0'),(31236,3687,'_qty','5'),(31237,3687,'_tax_class',''),(31238,3687,'_line_subtotal','15'),(31239,3687,'_line_subtotal_tax','0'),(31240,3687,'_line_total','15'),(31241,3687,'_line_tax','0'),(31242,3687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31243,3688,'method_id','fedex'),(31244,3688,'instance_id','1'),(31245,3688,'cost','56.00'),(31246,3688,'total_tax','0'),(31247,3688,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31248,3688,'Package 1','17 × 14 × 10 (in) 41.35lbs × 1'),(31249,3688,'Package 2','17 × 14 × 10 (in) 37.6lbs × 1'),(31250,3688,'Package 3','14 × 14 × 14 (in) 19.5lbs × 1'),(31251,3689,'_product_id','38'),(31252,3689,'_variation_id','0'),(31253,3689,'_qty','1'),(31254,3689,'_tax_class',''),(31255,3689,'_line_subtotal','278.56'),(31256,3689,'_line_subtotal_tax','0'),(31257,3689,'_line_total','278.56'),(31258,3689,'_line_tax','0'),(31259,3689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31260,3690,'_product_id','118'),(31261,3690,'_variation_id','0'),(31262,3690,'_qty','2'),(31263,3690,'_tax_class',''),(31264,3690,'_line_subtotal','369.6'),(31265,3690,'_line_subtotal_tax','0'),(31266,3690,'_line_total','369.6'),(31267,3690,'_line_tax','0'),(31268,3690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31269,3691,'_product_id','43'),(31270,3691,'_variation_id','0'),(31271,3691,'_qty','1'),(31272,3691,'_tax_class',''),(31273,3691,'_line_subtotal','79.2'),(31274,3691,'_line_subtotal_tax','0'),(31275,3691,'_line_total','79.2'),(31276,3691,'_line_tax','0'),(31277,3691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31278,3692,'_product_id','45'),(31279,3692,'_variation_id','0'),(31280,3692,'_qty','1'),(31281,3692,'_tax_class',''),(31282,3692,'_line_subtotal','42.24'),(31283,3692,'_line_subtotal_tax','0'),(31284,3692,'_line_total','42.24'),(31285,3692,'_line_tax','0'),(31286,3692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31287,3693,'_product_id','93'),(31288,3693,'_variation_id','0'),(31289,3693,'_qty','5'),(31290,3693,'_tax_class',''),(31291,3693,'_line_subtotal','0'),(31292,3693,'_line_subtotal_tax','0'),(31293,3693,'_line_total','0'),(31294,3693,'_line_tax','0'),(31295,3693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31296,3694,'method_id','free_shipping'),(31297,3694,'instance_id','2'),(31298,3694,'cost','0.00'),(31299,3694,'total_tax','0'),(31300,3694,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31301,3694,'Items','Active Rinse 16oz(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 5'),(31302,3695,'_product_id','23'),(31303,3695,'_variation_id','0'),(31304,3695,'_qty','4'),(31305,3695,'_tax_class',''),(31306,3695,'_line_subtotal','447.36'),(31307,3695,'_line_subtotal_tax','0'),(31308,3695,'_line_total','447.36'),(31309,3695,'_line_tax','0'),(31310,3695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31311,3696,'method_id','fedex'),(31312,3696,'instance_id','1'),(31313,3696,'cost','23.17'),(31314,3696,'total_tax','0'),(31315,3696,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31316,3696,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(31317,3697,'_product_id','93'),(31318,3697,'_variation_id','0'),(31319,3697,'_qty','10'),(31320,3697,'_tax_class',''),(31321,3697,'_line_subtotal','0'),(31322,3697,'_line_subtotal_tax','0'),(31323,3697,'_line_total','0'),(31324,3697,'_line_tax','0'),(31325,3697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31326,3698,'_product_id','99'),(31327,3698,'_variation_id','0'),(31328,3698,'_qty','1'),(31329,3698,'_tax_class',''),(31330,3698,'_line_subtotal','0'),(31331,3698,'_line_subtotal_tax','0'),(31332,3698,'_line_total','0'),(31333,3698,'_line_tax','0'),(31334,3698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31335,3699,'method_id','fedex'),(31336,3699,'instance_id','1'),(31337,3699,'cost','16.92'),(31338,3699,'total_tax','0'),(31339,3699,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31340,3699,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(31341,3700,'_product_id','43'),(31342,3700,'_variation_id','0'),(31343,3700,'_qty','1'),(31344,3700,'_tax_class',''),(31345,3700,'_line_subtotal','79.2'),(31346,3700,'_line_subtotal_tax','0'),(31347,3700,'_line_total','79.2'),(31348,3700,'_line_tax','0'),(31349,3700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31350,3701,'_product_id','44'),(31351,3701,'_variation_id','0'),(31352,3701,'_qty','1'),(31353,3701,'_tax_class',''),(31354,3701,'_line_subtotal','116.16'),(31355,3701,'_line_subtotal_tax','0'),(31356,3701,'_line_total','116.16'),(31357,3701,'_line_tax','0'),(31358,3701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31359,3702,'_product_id','41'),(31360,3702,'_variation_id','0'),(31361,3702,'_qty','1'),(31362,3702,'_tax_class',''),(31363,3702,'_line_subtotal','66.48'),(31364,3702,'_line_subtotal_tax','0'),(31365,3702,'_line_total','66.48'),(31366,3702,'_line_tax','0'),(31367,3702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31368,3703,'_product_id','93'),(31369,3703,'_variation_id','0'),(31370,3703,'_qty','5'),(31371,3703,'_tax_class',''),(31372,3703,'_line_subtotal','0'),(31373,3703,'_line_subtotal_tax','0'),(31374,3703,'_line_total','0'),(31375,3703,'_line_tax','0'),(31376,3703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31377,3704,'method_id','fedex'),(31378,3704,'instance_id','1'),(31379,3704,'cost','25.35'),(31380,3704,'total_tax','0'),(31381,3704,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31382,3704,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(31383,3705,'_product_id','42'),(31384,3705,'_variation_id','0'),(31385,3705,'_qty','1'),(31386,3705,'_tax_class',''),(31387,3705,'_line_subtotal','79.2'),(31388,3705,'_line_subtotal_tax','0'),(31389,3705,'_line_total','79.2'),(31390,3705,'_line_tax','0'),(31391,3705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31392,3706,'_product_id','120'),(31393,3706,'_variation_id','0'),(31394,3706,'_qty','1'),(31395,3706,'_tax_class',''),(31396,3706,'_line_subtotal','52.8'),(31397,3706,'_line_subtotal_tax','0'),(31398,3706,'_line_total','52.8'),(31399,3706,'_line_tax','0'),(31400,3706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31401,3707,'_product_id','41'),(31402,3707,'_variation_id','0'),(31403,3707,'_qty','1'),(31404,3707,'_tax_class',''),(31405,3707,'_line_subtotal','66.48'),(31406,3707,'_line_subtotal_tax','0'),(31407,3707,'_line_total','66.48'),(31408,3707,'_line_tax','0'),(31409,3707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31410,3708,'_product_id','45'),(31411,3708,'_variation_id','0'),(31412,3708,'_qty','1'),(31413,3708,'_tax_class',''),(31414,3708,'_line_subtotal','42.24'),(31415,3708,'_line_subtotal_tax','0'),(31416,3708,'_line_total','42.24'),(31417,3708,'_line_tax','0'),(31418,3708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31419,3709,'_product_id','39'),(31420,3709,'_variation_id','0'),(31421,3709,'_qty','1'),(31422,3709,'_tax_class',''),(31423,3709,'_line_subtotal','79.2'),(31424,3709,'_line_subtotal_tax','0'),(31425,3709,'_line_total','79.2'),(31426,3709,'_line_tax','0'),(31427,3709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31428,3710,'_product_id','40'),(31429,3710,'_variation_id','0'),(31430,3710,'_qty','1'),(31431,3710,'_tax_class',''),(31432,3710,'_line_subtotal','79.2'),(31433,3710,'_line_subtotal_tax','0'),(31434,3710,'_line_total','79.2'),(31435,3710,'_line_tax','0'),(31436,3710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31437,3711,'_product_id','488'),(31438,3711,'_variation_id','0'),(31439,3711,'_qty','1'),(31440,3711,'_tax_class',''),(31441,3711,'_line_subtotal','31.35'),(31442,3711,'_line_subtotal_tax','0'),(31443,3711,'_line_total','31.35'),(31444,3711,'_line_tax','0'),(31445,3711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31446,3712,'_product_id','487'),(31447,3712,'_variation_id','0'),(31448,3712,'_qty','1'),(31449,3712,'_tax_class',''),(31450,3712,'_line_subtotal','31.35'),(31451,3712,'_line_subtotal_tax','0'),(31452,3712,'_line_total','31.35'),(31453,3712,'_line_tax','0'),(31454,3712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31455,3713,'_product_id','51'),(31456,3713,'_variation_id','0'),(31457,3713,'_qty','1'),(31458,3713,'_tax_class',''),(31459,3713,'_line_subtotal','147.84'),(31460,3713,'_line_subtotal_tax','0'),(31461,3713,'_line_total','147.84'),(31462,3713,'_line_tax','0'),(31463,3713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31464,3714,'method_id','free_shipping'),(31465,3714,'instance_id','2'),(31466,3714,'cost','0.00'),(31467,3714,'total_tax','0'),(31468,3714,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31469,3714,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(31503,3719,'_product_id','40'),(31504,3719,'_variation_id','0'),(31505,3719,'_qty','4'),(31506,3719,'_tax_class',''),(31507,3719,'_line_subtotal','316.8'),(31508,3719,'_line_subtotal_tax','0'),(31509,3719,'_line_total','316.8'),(31510,3719,'_line_tax','0'),(31511,3719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31512,3720,'_product_id','39'),(31513,3720,'_variation_id','0'),(31514,3720,'_qty','3'),(31515,3720,'_tax_class',''),(31516,3720,'_line_subtotal','237.6'),(31517,3720,'_line_subtotal_tax','0'),(31518,3720,'_line_total','237.6'),(31519,3720,'_line_tax','0'),(31520,3720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31521,3721,'_product_id','93'),(31522,3721,'_variation_id','0'),(31523,3721,'_qty','10'),(31524,3721,'_tax_class',''),(31525,3721,'_line_subtotal','0'),(31526,3721,'_line_subtotal_tax','0'),(31527,3721,'_line_total','0'),(31528,3721,'_line_tax','0'),(31529,3721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31530,3722,'method_id','free_shipping'),(31531,3722,'instance_id','2'),(31532,3722,'cost','0.00'),(31533,3722,'total_tax','0'),(31534,3722,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31535,3722,'Items','Preventive Conditioner(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10'),(31536,3723,'_product_id','490'),(31537,3723,'_variation_id','0'),(31538,3723,'_qty','5'),(31539,3723,'_tax_class',''),(31540,3723,'_line_subtotal','113.9'),(31541,3723,'_line_subtotal_tax','0'),(31542,3723,'_line_total','113.9'),(31543,3723,'_line_tax','0'),(31544,3723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31545,3724,'_product_id','146'),(31546,3724,'_variation_id','0'),(31547,3724,'_qty','4'),(31548,3724,'_tax_class',''),(31549,3724,'_line_subtotal','5.52'),(31550,3724,'_line_subtotal_tax','0'),(31551,3724,'_line_total','5.52'),(31552,3724,'_line_tax','0'),(31553,3724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31554,3725,'_product_id','144'),(31555,3725,'_variation_id','0'),(31556,3725,'_qty','6'),(31557,3725,'_tax_class',''),(31558,3725,'_line_subtotal','8.28'),(31559,3725,'_line_subtotal_tax','0'),(31560,3725,'_line_total','8.28'),(31561,3725,'_line_tax','0'),(31562,3725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31563,3726,'_product_id','148'),(31564,3726,'_variation_id','0'),(31565,3726,'_qty','2'),(31566,3726,'_tax_class',''),(31567,3726,'_line_subtotal','16.5'),(31568,3726,'_line_subtotal_tax','0'),(31569,3726,'_line_total','16.5'),(31570,3726,'_line_tax','0'),(31571,3726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31572,3727,'_product_id','148'),(31573,3727,'_variation_id','0'),(31574,3727,'_qty','8'),(31575,3727,'_tax_class',''),(31576,3727,'_line_subtotal','66'),(31577,3727,'_line_subtotal_tax','0'),(31578,3727,'_line_total','66'),(31579,3727,'_line_tax','0'),(31580,3727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31581,3728,'method_id','fedex'),(31582,3728,'instance_id','1'),(31583,3728,'cost','18.88'),(31584,3728,'total_tax','0'),(31585,3728,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31586,3728,'Package 1','17 × 14 × 10 (in) 14.25lbs × 1'),(31587,3729,'_product_id','490'),(31588,3729,'_variation_id','0'),(31589,3729,'_qty','6'),(31590,3729,'_tax_class',''),(31591,3729,'_line_subtotal','136.68'),(31592,3729,'_line_subtotal_tax','0'),(31593,3729,'_line_total','136.68'),(31594,3729,'_line_tax','0'),(31595,3729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31596,3730,'_product_id','23'),(31597,3730,'_variation_id','0'),(31598,3730,'_qty','3'),(31599,3730,'_tax_class',''),(31600,3730,'_line_subtotal','335.52'),(31601,3730,'_line_subtotal_tax','0'),(31602,3730,'_line_total','335.52'),(31603,3730,'_line_tax','0'),(31604,3730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31605,3731,'_product_id','38'),(31606,3731,'_variation_id','0'),(31607,3731,'_qty','2'),(31608,3731,'_tax_class',''),(31609,3731,'_line_subtotal','557.12'),(31610,3731,'_line_subtotal_tax','0'),(31611,3731,'_line_total','557.12'),(31612,3731,'_line_tax','0'),(31613,3731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31614,3732,'_product_id','42'),(31615,3732,'_variation_id','0'),(31616,3732,'_qty','1'),(31617,3732,'_tax_class',''),(31618,3732,'_line_subtotal','79.2'),(31619,3732,'_line_subtotal_tax','0'),(31620,3732,'_line_total','79.2'),(31621,3732,'_line_tax','0'),(31622,3732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31623,3733,'_product_id','41'),(31624,3733,'_variation_id','0'),(31625,3733,'_qty','5'),(31626,3733,'_tax_class',''),(31627,3733,'_line_subtotal','332.4'),(31628,3733,'_line_subtotal_tax','0'),(31629,3733,'_line_total','332.4'),(31630,3733,'_line_tax','0'),(31631,3733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31632,3734,'_product_id','118'),(31633,3734,'_variation_id','0'),(31634,3734,'_qty','1'),(31635,3734,'_tax_class',''),(31636,3734,'_line_subtotal','184.8'),(31637,3734,'_line_subtotal_tax','0'),(31638,3734,'_line_total','184.8'),(31639,3734,'_line_tax','0'),(31640,3734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31641,3735,'_product_id','51'),(31642,3735,'_variation_id','0'),(31643,3735,'_qty','3'),(31644,3735,'_tax_class',''),(31645,3735,'_line_subtotal','443.52'),(31646,3735,'_line_subtotal_tax','0'),(31647,3735,'_line_total','443.52'),(31648,3735,'_line_tax','0'),(31649,3735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31650,3736,'_product_id','39'),(31651,3736,'_variation_id','0'),(31652,3736,'_qty','1'),(31653,3736,'_tax_class',''),(31654,3736,'_line_subtotal','79.2'),(31655,3736,'_line_subtotal_tax','0'),(31656,3736,'_line_total','79.2'),(31657,3736,'_line_tax','0'),(31658,3736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31659,3737,'_product_id','40'),(31660,3737,'_variation_id','0'),(31661,3737,'_qty','1'),(31662,3737,'_tax_class',''),(31663,3737,'_line_subtotal','79.2'),(31664,3737,'_line_subtotal_tax','0'),(31665,3737,'_line_total','79.2'),(31666,3737,'_line_tax','0'),(31667,3737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31668,3738,'_product_id','43'),(31669,3738,'_variation_id','0'),(31670,3738,'_qty','2'),(31671,3738,'_tax_class',''),(31672,3738,'_line_subtotal','158.4'),(31673,3738,'_line_subtotal_tax','0'),(31674,3738,'_line_total','158.4'),(31675,3738,'_line_tax','0'),(31676,3738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31677,3739,'_product_id','487'),(31678,3739,'_variation_id','0'),(31679,3739,'_qty','2'),(31680,3739,'_tax_class',''),(31681,3739,'_line_subtotal','62.7'),(31682,3739,'_line_subtotal_tax','0'),(31683,3739,'_line_total','62.7'),(31684,3739,'_line_tax','0'),(31685,3739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31686,3740,'_product_id','490'),(31687,3740,'_variation_id','0'),(31688,3740,'_qty','4'),(31689,3740,'_tax_class',''),(31690,3740,'_line_subtotal','91.12'),(31691,3740,'_line_subtotal_tax','0'),(31692,3740,'_line_total','91.12'),(31693,3740,'_line_tax','0'),(31694,3740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31695,3741,'method_id','free_shipping'),(31696,3741,'instance_id','2'),(31697,3741,'cost','0.00'),(31698,3741,'total_tax','0'),(31699,3741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31700,3741,'Items','Bulk Active Rinse 100% RM &times; 6, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 4'),(31701,3742,'_product_id','41'),(31702,3742,'_variation_id','0'),(31703,3742,'_qty','1'),(31704,3742,'_tax_class',''),(31705,3742,'_line_subtotal','66.48'),(31706,3742,'_line_subtotal_tax','0'),(31707,3742,'_line_total','66.48'),(31708,3742,'_line_tax','0'),(31709,3742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31710,3743,'_product_id','95'),(31711,3743,'_variation_id','0'),(31712,3743,'_qty','10'),(31713,3743,'_tax_class',''),(31714,3743,'_line_subtotal','0'),(31715,3743,'_line_subtotal_tax','0'),(31716,3743,'_line_total','0'),(31717,3743,'_line_tax','0'),(31718,3743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31719,3744,'_product_id','99'),(31720,3744,'_variation_id','0'),(31721,3744,'_qty','2'),(31722,3744,'_tax_class',''),(31723,3744,'_line_subtotal','0'),(31724,3744,'_line_subtotal_tax','0'),(31725,3744,'_line_total','0'),(31726,3744,'_line_tax','0'),(31727,3744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31728,3745,'_product_id','49'),(31729,3745,'_variation_id','0'),(31730,3745,'_qty','1'),(31731,3745,'_tax_class',''),(31732,3745,'_line_subtotal','79.2'),(31733,3745,'_line_subtotal_tax','0'),(31734,3745,'_line_total','79.2'),(31735,3745,'_line_tax','0'),(31736,3745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31737,3746,'method_id','fedex'),(31738,3746,'instance_id','1'),(31739,3746,'cost','45.44'),(31740,3746,'total_tax','0'),(31741,3746,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31742,3746,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(31743,3746,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(31744,3747,'_product_id','49'),(31745,3747,'_variation_id','0'),(31746,3747,'_qty','2'),(31747,3747,'_tax_class',''),(31748,3747,'_line_subtotal','158.4'),(31749,3747,'_line_subtotal_tax','0'),(31750,3747,'_line_total','158.4'),(31751,3747,'_line_tax','0'),(31752,3747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31753,3748,'_product_id','41'),(31754,3748,'_variation_id','0'),(31755,3748,'_qty','2'),(31756,3748,'_tax_class',''),(31757,3748,'_line_subtotal','132.96'),(31758,3748,'_line_subtotal_tax','0'),(31759,3748,'_line_total','132.96'),(31760,3748,'_line_tax','0'),(31761,3748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31762,3749,'method_id','fedex'),(31763,3749,'instance_id','1'),(31764,3749,'cost','31.09'),(31765,3749,'total_tax','0'),(31766,3749,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31767,3749,'Package 1','17 × 14 × 10 (in) 21.4lbs × 1'),(31783,3752,'_product_id','41'),(31784,3752,'_variation_id','0'),(31785,3752,'_qty','3'),(31786,3752,'_tax_class',''),(31787,3752,'_line_subtotal','199.44'),(31788,3752,'_line_subtotal_tax','0'),(31789,3752,'_line_total','199.44'),(31790,3752,'_line_tax','0'),(31791,3752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31792,3753,'method_id','fedex'),(31793,3753,'instance_id','1'),(31794,3753,'cost','20.28'),(31795,3753,'total_tax','0'),(31796,3753,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31797,3753,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(31798,3754,'_product_id','41'),(31799,3754,'_variation_id','0'),(31800,3754,'_qty','3'),(31801,3754,'_tax_class',''),(31802,3754,'_line_subtotal','199.44'),(31803,3754,'_line_subtotal_tax','0'),(31804,3754,'_line_total','199.44'),(31805,3754,'_line_tax','0'),(31806,3754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31807,3755,'_product_id','51'),(31808,3755,'_variation_id','0'),(31809,3755,'_qty','1'),(31810,3755,'_tax_class',''),(31811,3755,'_line_subtotal','147.84'),(31812,3755,'_line_subtotal_tax','0'),(31813,3755,'_line_total','147.84'),(31814,3755,'_line_tax','0'),(31815,3755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31816,3756,'_product_id','38'),(31817,3756,'_variation_id','0'),(31818,3756,'_qty','2'),(31819,3756,'_tax_class',''),(31820,3756,'_line_subtotal','557.12'),(31821,3756,'_line_subtotal_tax','0'),(31822,3756,'_line_total','557.12'),(31823,3756,'_line_tax','0'),(31824,3756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31825,3757,'_product_id','93'),(31826,3757,'_variation_id','0'),(31827,3757,'_qty','10'),(31828,3757,'_tax_class',''),(31829,3757,'_line_subtotal','0'),(31830,3757,'_line_subtotal_tax','0'),(31831,3757,'_line_total','0'),(31832,3757,'_line_tax','0'),(31833,3757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31834,3758,'_product_id','23'),(31835,3758,'_variation_id','0'),(31836,3758,'_qty','2'),(31837,3758,'_tax_class',''),(31838,3758,'_line_subtotal','223.68'),(31839,3758,'_line_subtotal_tax','0'),(31840,3758,'_line_total','223.68'),(31841,3758,'_line_tax','0'),(31842,3758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31843,3759,'_fee_amount','-379.37'),(31844,3759,'_tax_class','0'),(31845,3759,'_tax_status','taxable'),(31846,3759,'_line_total','-379.37'),(31847,3759,'_line_tax','0'),(31848,3759,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(31849,3759,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(31850,3759,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(31851,3760,'method_id','fedex'),(31852,3760,'instance_id','3'),(31853,3760,'cost','758.74'),(31854,3760,'total_tax','0'),(31855,3760,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31856,3760,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(31857,3760,'Package 2','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(31858,3760,'Package 3','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(31859,3760,'Package 4','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(31860,3760,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(31861,3760,'Package 6','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(31862,3760,'Package 7','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(31863,3761,'discount_amount','0'),(31864,3761,'discount_amount_tax','0'),(31865,3761,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:8;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(31866,3762,'_product_id','23'),(31867,3762,'_variation_id','0'),(31868,3762,'_qty','1'),(31869,3762,'_tax_class',''),(31870,3762,'_line_subtotal','111.84'),(31871,3762,'_line_subtotal_tax','0'),(31872,3762,'_line_total','111.84'),(31873,3762,'_line_tax','0'),(31874,3762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31875,3763,'_product_id','41'),(31876,3763,'_variation_id','0'),(31877,3763,'_qty','1'),(31878,3763,'_tax_class',''),(31879,3763,'_line_subtotal','66.48'),(31880,3763,'_line_subtotal_tax','0'),(31881,3763,'_line_total','66.48'),(31882,3763,'_line_tax','0'),(31883,3763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31884,3764,'_product_id','49'),(31885,3764,'_variation_id','0'),(31886,3764,'_qty','1'),(31887,3764,'_tax_class',''),(31888,3764,'_line_subtotal','79.2'),(31889,3764,'_line_subtotal_tax','0'),(31890,3764,'_line_total','79.2'),(31891,3764,'_line_tax','0'),(31892,3764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31893,3765,'_product_id','93'),(31894,3765,'_variation_id','0'),(31895,3765,'_qty','5'),(31896,3765,'_tax_class',''),(31897,3765,'_line_subtotal','0'),(31898,3765,'_line_subtotal_tax','0'),(31899,3765,'_line_total','0'),(31900,3765,'_line_tax','0'),(31901,3765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31902,3766,'_product_id','120'),(31903,3766,'_variation_id','0'),(31904,3766,'_qty','1'),(31905,3766,'_tax_class',''),(31906,3766,'_line_subtotal','52.8'),(31907,3766,'_line_subtotal_tax','0'),(31908,3766,'_line_total','52.8'),(31909,3766,'_line_tax','0'),(31910,3766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31911,3767,'_product_id','93'),(31912,3767,'_variation_id','0'),(31913,3767,'_qty','5'),(31914,3767,'_tax_class',''),(31915,3767,'_line_subtotal','0'),(31916,3767,'_line_subtotal_tax','0'),(31917,3767,'_line_total','0'),(31918,3767,'_line_tax','0'),(31919,3767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31920,3768,'method_id','fedex'),(31921,3768,'instance_id','1'),(31922,3768,'cost','42.12'),(31923,3768,'total_tax','0'),(31924,3768,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31925,3768,'Package 1','17 × 14 × 10 (in) 39.7lbs × 1'),(31926,3768,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(31942,3771,'_product_id','41'),(31943,3771,'_variation_id','0'),(31944,3771,'_qty','1'),(31945,3771,'_tax_class',''),(31946,3771,'_line_subtotal','66.48'),(31947,3771,'_line_subtotal_tax','0'),(31948,3771,'_line_total','66.48'),(31949,3771,'_line_tax','0'),(31950,3771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31951,3772,'_product_id','23'),(31952,3772,'_variation_id','0'),(31953,3772,'_qty','3'),(31954,3772,'_tax_class',''),(31955,3772,'_line_subtotal','335.52'),(31956,3772,'_line_subtotal_tax','0'),(31957,3772,'_line_total','335.52'),(31958,3772,'_line_tax','0'),(31959,3772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31960,3773,'_product_id','38'),(31961,3773,'_variation_id','0'),(31962,3773,'_qty','2'),(31963,3773,'_tax_class',''),(31964,3773,'_line_subtotal','557.12'),(31965,3773,'_line_subtotal_tax','0'),(31966,3773,'_line_total','557.12'),(31967,3773,'_line_tax','0'),(31968,3773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31969,3774,'_product_id','131'),(31970,3774,'_variation_id','0'),(31971,3774,'_qty','4'),(31972,3774,'_tax_class',''),(31973,3774,'_line_subtotal','50.6'),(31974,3774,'_line_subtotal_tax','0'),(31975,3774,'_line_total','50.6'),(31976,3774,'_line_tax','0'),(31977,3774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31978,3775,'method_id','free_shipping'),(31979,3775,'instance_id','2'),(31980,3775,'cost','0.00'),(31981,3775,'total_tax','0'),(31982,3775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(31983,3775,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Disposable Capes &times; 4'),(31984,3776,'_product_id','43'),(31985,3776,'_variation_id','0'),(31986,3776,'_qty','1'),(31987,3776,'_tax_class',''),(31988,3776,'_line_subtotal','79.2'),(31989,3776,'_line_subtotal_tax','0'),(31990,3776,'_line_total','79.2'),(31991,3776,'_line_tax','0'),(31992,3776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(31993,3777,'_product_id','120'),(31994,3777,'_variation_id','0'),(31995,3777,'_qty','1'),(31996,3777,'_tax_class',''),(31997,3777,'_line_subtotal','52.8'),(31998,3777,'_line_subtotal_tax','0'),(31999,3777,'_line_total','52.8'),(32000,3777,'_line_tax','0'),(32001,3777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32002,3778,'_product_id','41'),(32003,3778,'_variation_id','0'),(32004,3778,'_qty','3'),(32005,3778,'_tax_class',''),(32006,3778,'_line_subtotal','199.44'),(32007,3778,'_line_subtotal_tax','0'),(32008,3778,'_line_total','199.44'),(32009,3778,'_line_tax','0'),(32010,3778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32011,3779,'_product_id','490'),(32012,3779,'_variation_id','0'),(32013,3779,'_qty','10'),(32014,3779,'_tax_class',''),(32015,3779,'_line_subtotal','227.8'),(32016,3779,'_line_subtotal_tax','0'),(32017,3779,'_line_total','227.8'),(32018,3779,'_line_tax','0'),(32019,3779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32020,3780,'method_id','free_shipping'),(32021,3780,'instance_id','2'),(32022,3780,'cost','0.00'),(32023,3780,'total_tax','0'),(32024,3780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32025,3780,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(32026,3781,'_product_id','23'),(32027,3781,'_variation_id','0'),(32028,3781,'_qty','2'),(32029,3781,'_tax_class',''),(32030,3781,'_line_subtotal','223.68'),(32031,3781,'_line_subtotal_tax','0'),(32032,3781,'_line_total','223.68'),(32033,3781,'_line_tax','0'),(32034,3781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32035,3782,'_product_id','41'),(32036,3782,'_variation_id','0'),(32037,3782,'_qty','2'),(32038,3782,'_tax_class',''),(32039,3782,'_line_subtotal','132.96'),(32040,3782,'_line_subtotal_tax','0'),(32041,3782,'_line_total','132.96'),(32042,3782,'_line_tax','0'),(32043,3782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32044,3783,'_product_id','490'),(32045,3783,'_variation_id','0'),(32046,3783,'_qty','10'),(32047,3783,'_tax_class',''),(32048,3783,'_line_subtotal','227.8'),(32049,3783,'_line_subtotal_tax','0'),(32050,3783,'_line_total','227.8'),(32051,3783,'_line_tax','0'),(32052,3783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32053,3784,'method_id','free_shipping'),(32054,3784,'instance_id','2'),(32055,3784,'cost','0.00'),(32056,3784,'total_tax','0'),(32057,3784,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32058,3784,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(32059,3785,'_product_id','23'),(32060,3785,'_variation_id','0'),(32061,3785,'_qty','2'),(32062,3785,'_tax_class',''),(32063,3785,'_line_subtotal','223.68'),(32064,3785,'_line_subtotal_tax','0'),(32065,3785,'_line_total','223.68'),(32066,3785,'_line_tax','0'),(32067,3785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32068,3786,'_product_id','41'),(32069,3786,'_variation_id','0'),(32070,3786,'_qty','2'),(32071,3786,'_tax_class',''),(32072,3786,'_line_subtotal','132.96'),(32073,3786,'_line_subtotal_tax','0'),(32074,3786,'_line_total','132.96'),(32075,3786,'_line_tax','0'),(32076,3786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32077,3787,'_product_id','490'),(32078,3787,'_variation_id','0'),(32079,3787,'_qty','10'),(32080,3787,'_tax_class',''),(32081,3787,'_line_subtotal','227.8'),(32082,3787,'_line_subtotal_tax','0'),(32083,3787,'_line_total','227.8'),(32084,3787,'_line_tax','0'),(32085,3787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32086,3788,'_product_id','137'),(32087,3788,'_variation_id','0'),(32088,3788,'_qty','9'),(32089,3788,'_tax_class',''),(32090,3788,'_line_subtotal','54.45'),(32091,3788,'_line_subtotal_tax','0'),(32092,3788,'_line_total','54.45'),(32093,3788,'_line_tax','0'),(32094,3788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32095,3789,'method_id','fedex'),(32096,3789,'instance_id','1'),(32097,3789,'cost','45.60'),(32098,3789,'total_tax','0'),(32099,3789,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32100,3789,'Package 1','17 × 14 × 10 (in) 41.9lbs × 1'),(32101,3789,'Package 2','17.5 × 12.37 × 3 (in) 3.16lbs × 1'),(32102,3790,'_product_id','23'),(32103,3790,'_variation_id','0'),(32104,3790,'_qty','1'),(32105,3790,'_tax_class',''),(32106,3790,'_line_subtotal','111.84'),(32107,3790,'_line_subtotal_tax','0'),(32108,3790,'_line_total','111.84'),(32109,3790,'_line_tax','0'),(32110,3790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32111,3791,'_product_id','38'),(32112,3791,'_variation_id','0'),(32113,3791,'_qty','2'),(32114,3791,'_tax_class',''),(32115,3791,'_line_subtotal','557.12'),(32116,3791,'_line_subtotal_tax','0'),(32117,3791,'_line_total','557.12'),(32118,3791,'_line_tax','0'),(32119,3791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32120,3792,'_product_id','41'),(32121,3792,'_variation_id','0'),(32122,3792,'_qty','1'),(32123,3792,'_tax_class',''),(32124,3792,'_line_subtotal','66.48'),(32125,3792,'_line_subtotal_tax','0'),(32126,3792,'_line_total','66.48'),(32127,3792,'_line_tax','0'),(32128,3792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32129,3793,'_product_id','93'),(32130,3793,'_variation_id','0'),(32131,3793,'_qty','8'),(32132,3793,'_tax_class',''),(32133,3793,'_line_subtotal','0'),(32134,3793,'_line_subtotal_tax','0'),(32135,3793,'_line_total','0'),(32136,3793,'_line_tax','0'),(32137,3793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32138,3794,'method_id','free_shipping'),(32139,3794,'instance_id','2'),(32140,3794,'cost','0.00'),(32141,3794,'total_tax','0'),(32142,3794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32143,3794,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8'),(32144,3795,'_product_id','41'),(32145,3795,'_variation_id','0'),(32146,3795,'_qty','1'),(32147,3795,'_tax_class',''),(32148,3795,'_line_subtotal','66.48'),(32149,3795,'_line_subtotal_tax','0'),(32150,3795,'_line_total','66.48'),(32151,3795,'_line_tax','0'),(32152,3795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32153,3796,'_product_id','43'),(32154,3796,'_variation_id','0'),(32155,3796,'_qty','1'),(32156,3796,'_tax_class',''),(32157,3796,'_line_subtotal','79.2'),(32158,3796,'_line_subtotal_tax','0'),(32159,3796,'_line_total','79.2'),(32160,3796,'_line_tax','0'),(32161,3796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32162,3797,'_product_id','44'),(32163,3797,'_variation_id','0'),(32164,3797,'_qty','1'),(32165,3797,'_tax_class',''),(32166,3797,'_line_subtotal','116.16'),(32167,3797,'_line_subtotal_tax','0'),(32168,3797,'_line_total','116.16'),(32169,3797,'_line_tax','0'),(32170,3797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32171,3798,'method_id','fedex'),(32172,3798,'instance_id','1'),(32173,3798,'cost','15.30'),(32174,3798,'total_tax','0'),(32175,3798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32176,3798,'Package 1','17 × 14 × 10 (in) 22.75lbs × 1'),(32177,3799,'_product_id','38'),(32178,3799,'_variation_id','0'),(32179,3799,'_qty','1'),(32180,3799,'_tax_class',''),(32181,3799,'_line_subtotal','278.56'),(32182,3799,'_line_subtotal_tax','0'),(32183,3799,'_line_total','278.56'),(32184,3799,'_line_tax','0'),(32185,3799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32186,3800,'_product_id','23'),(32187,3800,'_variation_id','0'),(32188,3800,'_qty','3'),(32189,3800,'_tax_class',''),(32190,3800,'_line_subtotal','335.52'),(32191,3800,'_line_subtotal_tax','0'),(32192,3800,'_line_total','335.52'),(32193,3800,'_line_tax','0'),(32194,3800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32195,3801,'_product_id','41'),(32196,3801,'_variation_id','0'),(32197,3801,'_qty','4'),(32198,3801,'_tax_class',''),(32199,3801,'_line_subtotal','265.92'),(32200,3801,'_line_subtotal_tax','0'),(32201,3801,'_line_total','265.92'),(32202,3801,'_line_tax','0'),(32203,3801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32204,3802,'_product_id','49'),(32205,3802,'_variation_id','0'),(32206,3802,'_qty','2'),(32207,3802,'_tax_class',''),(32208,3802,'_line_subtotal','158.4'),(32209,3802,'_line_subtotal_tax','0'),(32210,3802,'_line_total','158.4'),(32211,3802,'_line_tax','0'),(32212,3802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32213,3803,'_product_id','43'),(32214,3803,'_variation_id','0'),(32215,3803,'_qty','1'),(32216,3803,'_tax_class',''),(32217,3803,'_line_subtotal','79.2'),(32218,3803,'_line_subtotal_tax','0'),(32219,3803,'_line_total','79.2'),(32220,3803,'_line_tax','0'),(32221,3803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32222,3804,'_product_id','487'),(32223,3804,'_variation_id','0'),(32224,3804,'_qty','2'),(32225,3804,'_tax_class',''),(32226,3804,'_line_subtotal','62.7'),(32227,3804,'_line_subtotal_tax','0'),(32228,3804,'_line_total','62.7'),(32229,3804,'_line_tax','0'),(32230,3804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32231,3805,'_product_id','490'),(32232,3805,'_variation_id','0'),(32233,3805,'_qty','10'),(32234,3805,'_tax_class',''),(32235,3805,'_line_subtotal','227.8'),(32236,3805,'_line_subtotal_tax','0'),(32237,3805,'_line_total','227.8'),(32238,3805,'_line_tax','0'),(32239,3805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32240,3806,'_product_id','320'),(32241,3806,'_variation_id','0'),(32242,3806,'_qty','20'),(32243,3806,'_tax_class',''),(32244,3806,'_line_subtotal','75'),(32245,3806,'_line_subtotal_tax','0'),(32246,3806,'_line_total','75'),(32247,3806,'_line_tax','0'),(32248,3806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32249,3807,'method_id','free_shipping'),(32250,3807,'instance_id','2'),(32251,3807,'cost','0.00'),(32252,3807,'total_tax','0'),(32253,3807,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32254,3807,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10, Wet Comb &times; 20'),(32255,3808,'_product_id','41'),(32256,3808,'_variation_id','0'),(32257,3808,'_qty','2'),(32258,3808,'_tax_class',''),(32259,3808,'_line_subtotal','132.96'),(32260,3808,'_line_subtotal_tax','0'),(32261,3808,'_line_total','132.96'),(32262,3808,'_line_tax','0'),(32263,3808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32264,3809,'_product_id','23'),(32265,3809,'_variation_id','0'),(32266,3809,'_qty','2'),(32267,3809,'_tax_class',''),(32268,3809,'_line_subtotal','223.68'),(32269,3809,'_line_subtotal_tax','0'),(32270,3809,'_line_total','223.68'),(32271,3809,'_line_tax','0'),(32272,3809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32273,3810,'_product_id','490'),(32274,3810,'_variation_id','0'),(32275,3810,'_qty','4'),(32276,3810,'_tax_class',''),(32277,3810,'_line_subtotal','91.12'),(32278,3810,'_line_subtotal_tax','0'),(32279,3810,'_line_total','91.12'),(32280,3810,'_line_tax','0'),(32281,3810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32282,3811,'method_id','fedex'),(32283,3811,'instance_id','1'),(32284,3811,'cost','27.14'),(32285,3811,'total_tax','0'),(32286,3811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32287,3811,'Package 1','17 × 14 × 10 (in) 29lbs × 1'),(32288,3812,'_product_id','93'),(32289,3812,'_variation_id','0'),(32290,3812,'_qty','8'),(32291,3812,'_tax_class',''),(32292,3812,'_line_subtotal','0'),(32293,3812,'_line_subtotal_tax','0'),(32294,3812,'_line_total','0'),(32295,3812,'_line_tax','0'),(32296,3812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32297,3813,'method_id','fedex'),(32298,3813,'instance_id','1'),(32299,3813,'cost','16.00'),(32300,3813,'total_tax','0'),(32301,3813,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32302,3813,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(32303,3814,'_product_id','42'),(32304,3814,'_variation_id','0'),(32305,3814,'_qty','1'),(32306,3814,'_tax_class',''),(32307,3814,'_line_subtotal','79.2'),(32308,3814,'_line_subtotal_tax','0'),(32309,3814,'_line_total','79.2'),(32310,3814,'_line_tax','0'),(32311,3814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32312,3815,'_product_id','45'),(32313,3815,'_variation_id','0'),(32314,3815,'_qty','1'),(32315,3815,'_tax_class',''),(32316,3815,'_line_subtotal','42.24'),(32317,3815,'_line_subtotal_tax','0'),(32318,3815,'_line_total','42.24'),(32319,3815,'_line_tax','0'),(32320,3815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32321,3816,'_product_id','39'),(32322,3816,'_variation_id','0'),(32323,3816,'_qty','1'),(32324,3816,'_tax_class',''),(32325,3816,'_line_subtotal','79.2'),(32326,3816,'_line_subtotal_tax','0'),(32327,3816,'_line_total','79.2'),(32328,3816,'_line_tax','0'),(32329,3816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32330,3817,'_product_id','40'),(32331,3817,'_variation_id','0'),(32332,3817,'_qty','1'),(32333,3817,'_tax_class',''),(32334,3817,'_line_subtotal','79.2'),(32335,3817,'_line_subtotal_tax','0'),(32336,3817,'_line_total','79.2'),(32337,3817,'_line_tax','0'),(32338,3817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32339,3818,'_product_id','120'),(32340,3818,'_variation_id','0'),(32341,3818,'_qty','1'),(32342,3818,'_tax_class',''),(32343,3818,'_line_subtotal','52.8'),(32344,3818,'_line_subtotal_tax','0'),(32345,3818,'_line_total','52.8'),(32346,3818,'_line_tax','0'),(32347,3818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32348,3819,'_product_id','43'),(32349,3819,'_variation_id','0'),(32350,3819,'_qty','1'),(32351,3819,'_tax_class',''),(32352,3819,'_line_subtotal','79.2'),(32353,3819,'_line_subtotal_tax','0'),(32354,3819,'_line_total','79.2'),(32355,3819,'_line_tax','0'),(32356,3819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32357,3820,'_product_id','49'),(32358,3820,'_variation_id','0'),(32359,3820,'_qty','1'),(32360,3820,'_tax_class',''),(32361,3820,'_line_subtotal','79.2'),(32362,3820,'_line_subtotal_tax','0'),(32363,3820,'_line_total','79.2'),(32364,3820,'_line_tax','0'),(32365,3820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32366,3821,'_product_id','41'),(32367,3821,'_variation_id','0'),(32368,3821,'_qty','2'),(32369,3821,'_tax_class',''),(32370,3821,'_line_subtotal','132.96'),(32371,3821,'_line_subtotal_tax','0'),(32372,3821,'_line_total','132.96'),(32373,3821,'_line_tax','0'),(32374,3821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32375,3822,'method_id','free_shipping'),(32376,3822,'instance_id','2'),(32377,3822,'cost','0.00'),(32378,3822,'total_tax','0'),(32379,3822,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32380,3822,'Items','Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(32381,3823,'_product_id','93'),(32382,3823,'_variation_id','0'),(32383,3823,'_qty','10'),(32384,3823,'_tax_class',''),(32385,3823,'_line_subtotal','0'),(32386,3823,'_line_subtotal_tax','0'),(32387,3823,'_line_total','0'),(32388,3823,'_line_tax','0'),(32389,3823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32390,3824,'_product_id','41'),(32391,3824,'_variation_id','0'),(32392,3824,'_qty','1'),(32393,3824,'_tax_class',''),(32394,3824,'_line_subtotal','66.48'),(32395,3824,'_line_subtotal_tax','0'),(32396,3824,'_line_total','66.48'),(32397,3824,'_line_tax','0'),(32398,3824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32399,3825,'method_id','fedex'),(32400,3825,'instance_id','1'),(32401,3825,'cost','29.76'),(32402,3825,'total_tax','0'),(32403,3825,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32404,3825,'Package 1','17 × 14 × 10 (in) 24.9lbs × 1'),(32405,3826,'_product_id','93'),(32406,3826,'_variation_id','0'),(32407,3826,'_qty','10'),(32408,3826,'_tax_class',''),(32409,3826,'_line_subtotal','0'),(32410,3826,'_line_subtotal_tax','0'),(32411,3826,'_line_total','0'),(32412,3826,'_line_tax','0'),(32413,3826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32414,3827,'method_id','fedex'),(32415,3827,'instance_id','1'),(32416,3827,'cost','27.61'),(32417,3827,'total_tax','0'),(32418,3827,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32419,3827,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(32459,3833,'_product_id','489'),(32460,3833,'_variation_id','0'),(32461,3833,'_qty','3'),(32462,3833,'_tax_class',''),(32463,3833,'_line_subtotal','58.29'),(32464,3833,'_line_subtotal_tax','0'),(32465,3833,'_line_total','58.29'),(32466,3833,'_line_tax','0'),(32467,3833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32468,3834,'method_id','fedex'),(32469,3834,'instance_id','1'),(32470,3834,'cost','10.88'),(32471,3834,'total_tax','0'),(32472,3834,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32473,3834,'Package 1','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(32474,3835,'_product_id','49'),(32475,3835,'_variation_id','0'),(32476,3835,'_qty','1'),(32477,3835,'_tax_class',''),(32478,3835,'_line_subtotal','79.2'),(32479,3835,'_line_subtotal_tax','0'),(32480,3835,'_line_total','79.2'),(32481,3835,'_line_tax','0'),(32482,3835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32483,3836,'_product_id','43'),(32484,3836,'_variation_id','0'),(32485,3836,'_qty','1'),(32486,3836,'_tax_class',''),(32487,3836,'_line_subtotal','79.2'),(32488,3836,'_line_subtotal_tax','0'),(32489,3836,'_line_total','79.2'),(32490,3836,'_line_tax','0'),(32491,3836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32492,3837,'_product_id','23'),(32493,3837,'_variation_id','0'),(32494,3837,'_qty','1'),(32495,3837,'_tax_class',''),(32496,3837,'_line_subtotal','111.84'),(32497,3837,'_line_subtotal_tax','0'),(32498,3837,'_line_total','111.84'),(32499,3837,'_line_tax','0'),(32500,3837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32501,3838,'_product_id','38'),(32502,3838,'_variation_id','0'),(32503,3838,'_qty','1'),(32504,3838,'_tax_class',''),(32505,3838,'_line_subtotal','278.56'),(32506,3838,'_line_subtotal_tax','0'),(32507,3838,'_line_total','278.56'),(32508,3838,'_line_tax','0'),(32509,3838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32510,3839,'_product_id','41'),(32511,3839,'_variation_id','0'),(32512,3839,'_qty','1'),(32513,3839,'_tax_class',''),(32514,3839,'_line_subtotal','66.48'),(32515,3839,'_line_subtotal_tax','0'),(32516,3839,'_line_total','66.48'),(32517,3839,'_line_tax','0'),(32518,3839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32519,3840,'method_id','free_shipping'),(32520,3840,'instance_id','2'),(32521,3840,'cost','0.00'),(32522,3840,'total_tax','0'),(32523,3840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32524,3840,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(32525,3841,'_product_id','40'),(32526,3841,'_variation_id','0'),(32527,3841,'_qty','1'),(32528,3841,'_tax_class',''),(32529,3841,'_line_subtotal','79.2'),(32530,3841,'_line_subtotal_tax','0'),(32531,3841,'_line_total','79.2'),(32532,3841,'_line_tax','0'),(32533,3841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32534,3842,'_product_id','38'),(32535,3842,'_variation_id','0'),(32536,3842,'_qty','1'),(32537,3842,'_tax_class',''),(32538,3842,'_line_subtotal','278.56'),(32539,3842,'_line_subtotal_tax','0'),(32540,3842,'_line_total','278.56'),(32541,3842,'_line_tax','0'),(32542,3842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32543,3843,'_product_id','43'),(32544,3843,'_variation_id','0'),(32545,3843,'_qty','2'),(32546,3843,'_tax_class',''),(32547,3843,'_line_subtotal','158.4'),(32548,3843,'_line_subtotal_tax','0'),(32549,3843,'_line_total','158.4'),(32550,3843,'_line_tax','0'),(32551,3843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32552,3844,'method_id','free_shipping'),(32553,3844,'instance_id','2'),(32554,3844,'cost','0.00'),(32555,3844,'total_tax','0'),(32556,3844,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32557,3844,'Items','Preventive Conditioner(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(32558,3845,'_product_id','490'),(32559,3845,'_variation_id','0'),(32560,3845,'_qty','10'),(32561,3845,'_tax_class',''),(32562,3845,'_line_subtotal','227.8'),(32563,3845,'_line_subtotal_tax','0'),(32564,3845,'_line_total','227.8'),(32565,3845,'_line_tax','0'),(32566,3845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32567,3846,'method_id','fedex'),(32568,3846,'instance_id','1'),(32569,3846,'cost','31.36'),(32570,3846,'total_tax','0'),(32571,3846,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32572,3846,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(32573,3847,'_product_id','490'),(32574,3847,'_variation_id','0'),(32575,3847,'_qty','10'),(32576,3847,'_tax_class',''),(32577,3847,'_line_subtotal','227.8'),(32578,3847,'_line_subtotal_tax','0'),(32579,3847,'_line_total','227.8'),(32580,3847,'_line_tax','0'),(32581,3847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32582,3848,'method_id','fedex'),(32583,3848,'instance_id','1'),(32584,3848,'cost','31.36'),(32585,3848,'total_tax','0'),(32586,3848,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32587,3848,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(32588,3849,'_product_id','43'),(32589,3849,'_variation_id','0'),(32590,3849,'_qty','3'),(32591,3849,'_tax_class',''),(32592,3849,'_line_subtotal','237.6'),(32593,3849,'_line_subtotal_tax','0'),(32594,3849,'_line_total','237.6'),(32595,3849,'_line_tax','0'),(32596,3849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32597,3850,'_product_id','41'),(32598,3850,'_variation_id','0'),(32599,3850,'_qty','1'),(32600,3850,'_tax_class',''),(32601,3850,'_line_subtotal','66.48'),(32602,3850,'_line_subtotal_tax','0'),(32603,3850,'_line_total','66.48'),(32604,3850,'_line_tax','0'),(32605,3850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32606,3851,'_product_id','488'),(32607,3851,'_variation_id','0'),(32608,3851,'_qty','1'),(32609,3851,'_tax_class',''),(32610,3851,'_line_subtotal','31.35'),(32611,3851,'_line_subtotal_tax','0'),(32612,3851,'_line_total','31.35'),(32613,3851,'_line_tax','0'),(32614,3851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32615,3852,'_product_id','490'),(32616,3852,'_variation_id','0'),(32617,3852,'_qty','8'),(32618,3852,'_tax_class',''),(32619,3852,'_line_subtotal','182.24'),(32620,3852,'_line_subtotal_tax','0'),(32621,3852,'_line_total','182.24'),(32622,3852,'_line_tax','0'),(32623,3852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32624,3853,'method_id','free_shipping'),(32625,3853,'instance_id','2'),(32626,3853,'cost','0.00'),(32627,3853,'total_tax','0'),(32628,3853,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32629,3853,'Items','Preventive Spray 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 8'),(32630,3854,'_product_id','41'),(32631,3854,'_variation_id','0'),(32632,3854,'_qty','2'),(32633,3854,'_tax_class',''),(32634,3854,'_line_subtotal','132.96'),(32635,3854,'_line_subtotal_tax','0'),(32636,3854,'_line_total','132.96'),(32637,3854,'_line_tax','0'),(32638,3854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32639,3855,'_product_id','42'),(32640,3855,'_variation_id','0'),(32641,3855,'_qty','1'),(32642,3855,'_tax_class',''),(32643,3855,'_line_subtotal','79.2'),(32644,3855,'_line_subtotal_tax','0'),(32645,3855,'_line_total','79.2'),(32646,3855,'_line_tax','0'),(32647,3855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32648,3856,'_product_id','487'),(32649,3856,'_variation_id','0'),(32650,3856,'_qty','1'),(32651,3856,'_tax_class',''),(32652,3856,'_line_subtotal','31.35'),(32653,3856,'_line_subtotal_tax','0'),(32654,3856,'_line_total','31.35'),(32655,3856,'_line_tax','0'),(32656,3856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32657,3857,'_product_id','38'),(32658,3857,'_variation_id','0'),(32659,3857,'_qty','2'),(32660,3857,'_tax_class',''),(32661,3857,'_line_subtotal','557.12'),(32662,3857,'_line_subtotal_tax','0'),(32663,3857,'_line_total','557.12'),(32664,3857,'_line_tax','0'),(32665,3857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32666,3858,'_product_id','490'),(32667,3858,'_variation_id','0'),(32668,3858,'_qty','10'),(32669,3858,'_tax_class',''),(32670,3858,'_line_subtotal','227.8'),(32671,3858,'_line_subtotal_tax','0'),(32672,3858,'_line_total','227.8'),(32673,3858,'_line_tax','0'),(32674,3858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32675,3859,'method_id','free_shipping'),(32676,3859,'instance_id','2'),(32677,3859,'cost','0.00'),(32678,3859,'total_tax','0'),(32679,3859,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32680,3859,'Items','Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(32681,3860,'_product_id','51'),(32682,3860,'_variation_id','0'),(32683,3860,'_qty','1'),(32684,3860,'_tax_class',''),(32685,3860,'_line_subtotal','147.84'),(32686,3860,'_line_subtotal_tax','0'),(32687,3860,'_line_total','147.84'),(32688,3860,'_line_tax','0'),(32689,3860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32690,3861,'_product_id','93'),(32691,3861,'_variation_id','0'),(32692,3861,'_qty','3'),(32693,3861,'_tax_class',''),(32694,3861,'_line_subtotal','0'),(32695,3861,'_line_subtotal_tax','0'),(32696,3861,'_line_total','0'),(32697,3861,'_line_tax','0'),(32698,3861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32699,3862,'_product_id','41'),(32700,3862,'_variation_id','0'),(32701,3862,'_qty','1'),(32702,3862,'_tax_class',''),(32703,3862,'_line_subtotal','66.48'),(32704,3862,'_line_subtotal_tax','0'),(32705,3862,'_line_total','66.48'),(32706,3862,'_line_tax','0'),(32707,3862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32708,3863,'method_id','fedex'),(32709,3863,'instance_id','1'),(32710,3863,'cost','29.20'),(32711,3863,'total_tax','0'),(32712,3863,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32713,3863,'Package 1','17 × 14 × 10 (in) 20.65lbs × 1'),(32714,3864,'_product_id','93'),(32715,3864,'_variation_id','0'),(32716,3864,'_qty','5'),(32717,3864,'_tax_class',''),(32718,3864,'_line_subtotal','0'),(32719,3864,'_line_subtotal_tax','0'),(32720,3864,'_line_total','0'),(32721,3864,'_line_tax','0'),(32722,3864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32723,3865,'_product_id','97'),(32724,3865,'_variation_id','0'),(32725,3865,'_qty','1'),(32726,3865,'_tax_class',''),(32727,3865,'_line_subtotal','0'),(32728,3865,'_line_subtotal_tax','0'),(32729,3865,'_line_total','0'),(32730,3865,'_line_tax','0'),(32731,3865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32732,3866,'_product_id','99'),(32733,3866,'_variation_id','0'),(32734,3866,'_qty','1'),(32735,3866,'_tax_class',''),(32736,3866,'_line_subtotal','0'),(32737,3866,'_line_subtotal_tax','0'),(32738,3866,'_line_total','0'),(32739,3866,'_line_tax','0'),(32740,3866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32741,3867,'method_id','fedex'),(32742,3867,'instance_id','1'),(32743,3867,'cost','24.46'),(32744,3867,'total_tax','0'),(32745,3867,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32746,3867,'Package 1','17 × 14 × 10 (in) 27.45lbs × 1'),(32747,3868,'_product_id','490'),(32748,3868,'_variation_id','0'),(32749,3868,'_qty','10'),(32750,3868,'_tax_class',''),(32751,3868,'_line_subtotal','227.8'),(32752,3868,'_line_subtotal_tax','0'),(32753,3868,'_line_total','227.8'),(32754,3868,'_line_tax','0'),(32755,3868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32756,3869,'_product_id','49'),(32757,3869,'_variation_id','0'),(32758,3869,'_qty','2'),(32759,3869,'_tax_class',''),(32760,3869,'_line_subtotal','158.4'),(32761,3869,'_line_subtotal_tax','0'),(32762,3869,'_line_total','158.4'),(32763,3869,'_line_tax','0'),(32764,3869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32765,3870,'_product_id','43'),(32766,3870,'_variation_id','0'),(32767,3870,'_qty','2'),(32768,3870,'_tax_class',''),(32769,3870,'_line_subtotal','158.4'),(32770,3870,'_line_subtotal_tax','0'),(32771,3870,'_line_total','158.4'),(32772,3870,'_line_tax','0'),(32773,3870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32774,3871,'_product_id','488'),(32775,3871,'_variation_id','0'),(32776,3871,'_qty','4'),(32777,3871,'_tax_class',''),(32778,3871,'_line_subtotal','125.4'),(32779,3871,'_line_subtotal_tax','0'),(32780,3871,'_line_total','125.4'),(32781,3871,'_line_tax','0'),(32782,3871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32783,3872,'method_id','free_shipping'),(32784,3872,'instance_id','2'),(32785,3872,'cost','0.00'),(32786,3872,'total_tax','0'),(32787,3872,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32788,3872,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 4'),(32789,3873,'_product_id','45'),(32790,3873,'_variation_id','0'),(32791,3873,'_qty','3'),(32792,3873,'_tax_class',''),(32793,3873,'_line_subtotal','126.72'),(32794,3873,'_line_subtotal_tax','0'),(32795,3873,'_line_total','126.72'),(32796,3873,'_line_tax','0'),(32797,3873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32798,3874,'method_id','fedex'),(32799,3874,'instance_id','1'),(32800,3874,'cost','25.01'),(32801,3874,'total_tax','0'),(32802,3874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32803,3874,'Package 1','17 × 14 × 10 (in) 23.5lbs × 1'),(32804,3875,'_product_id','490'),(32805,3875,'_variation_id','0'),(32806,3875,'_qty','10'),(32807,3875,'_tax_class',''),(32808,3875,'_line_subtotal','227.8'),(32809,3875,'_line_subtotal_tax','0'),(32810,3875,'_line_total','227.8'),(32811,3875,'_line_tax','0'),(32812,3875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32813,3876,'_product_id','488'),(32814,3876,'_variation_id','0'),(32815,3876,'_qty','4'),(32816,3876,'_tax_class',''),(32817,3876,'_line_subtotal','125.4'),(32818,3876,'_line_subtotal_tax','0'),(32819,3876,'_line_total','125.4'),(32820,3876,'_line_tax','0'),(32821,3876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32822,3877,'_product_id','41'),(32823,3877,'_variation_id','0'),(32824,3877,'_qty','2'),(32825,3877,'_tax_class',''),(32826,3877,'_line_subtotal','132.96'),(32827,3877,'_line_subtotal_tax','0'),(32828,3877,'_line_total','132.96'),(32829,3877,'_line_tax','0'),(32830,3877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32831,3878,'_product_id','49'),(32832,3878,'_variation_id','0'),(32833,3878,'_qty','1'),(32834,3878,'_tax_class',''),(32835,3878,'_line_subtotal','79.2'),(32836,3878,'_line_subtotal_tax','0'),(32837,3878,'_line_total','79.2'),(32838,3878,'_line_tax','0'),(32839,3878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32840,3879,'method_id','free_shipping'),(32841,3879,'instance_id','2'),(32842,3879,'cost','0.00'),(32843,3879,'total_tax','0'),(32844,3879,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32845,3879,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 4, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(32846,3880,'_product_id','490'),(32847,3880,'_variation_id','0'),(32848,3880,'_qty','8'),(32849,3880,'_tax_class',''),(32850,3880,'_line_subtotal','182.24'),(32851,3880,'_line_subtotal_tax','0'),(32852,3880,'_line_total','182.24'),(32853,3880,'_line_tax','0'),(32854,3880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32855,3881,'_product_id','49'),(32856,3881,'_variation_id','0'),(32857,3881,'_qty','2'),(32858,3881,'_tax_class',''),(32859,3881,'_line_subtotal','158.4'),(32860,3881,'_line_subtotal_tax','0'),(32861,3881,'_line_total','158.4'),(32862,3881,'_line_tax','0'),(32863,3881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32864,3882,'_product_id','43'),(32865,3882,'_variation_id','0'),(32866,3882,'_qty','1'),(32867,3882,'_tax_class',''),(32868,3882,'_line_subtotal','79.2'),(32869,3882,'_line_subtotal_tax','0'),(32870,3882,'_line_total','79.2'),(32871,3882,'_line_tax','0'),(32872,3882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32873,3883,'_product_id','41'),(32874,3883,'_variation_id','0'),(32875,3883,'_qty','3'),(32876,3883,'_tax_class',''),(32877,3883,'_line_subtotal','199.44'),(32878,3883,'_line_subtotal_tax','0'),(32879,3883,'_line_total','199.44'),(32880,3883,'_line_tax','0'),(32881,3883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32882,3884,'_product_id','38'),(32883,3884,'_variation_id','0'),(32884,3884,'_qty','2'),(32885,3884,'_tax_class',''),(32886,3884,'_line_subtotal','557.12'),(32887,3884,'_line_subtotal_tax','0'),(32888,3884,'_line_total','557.12'),(32889,3884,'_line_tax','0'),(32890,3884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32891,3885,'_product_id','23'),(32892,3885,'_variation_id','0'),(32893,3885,'_qty','2'),(32894,3885,'_tax_class',''),(32895,3885,'_line_subtotal','223.68'),(32896,3885,'_line_subtotal_tax','0'),(32897,3885,'_line_total','223.68'),(32898,3885,'_line_tax','0'),(32899,3885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32900,3886,'_product_id','120'),(32901,3886,'_variation_id','0'),(32902,3886,'_qty','1'),(32903,3886,'_tax_class',''),(32904,3886,'_line_subtotal','52.8'),(32905,3886,'_line_subtotal_tax','0'),(32906,3886,'_line_total','52.8'),(32907,3886,'_line_tax','0'),(32908,3886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32909,3887,'_product_id','45'),(32910,3887,'_variation_id','0'),(32911,3887,'_qty','2'),(32912,3887,'_tax_class',''),(32913,3887,'_line_subtotal','84.48'),(32914,3887,'_line_subtotal_tax','0'),(32915,3887,'_line_total','84.48'),(32916,3887,'_line_tax','0'),(32917,3887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32918,3888,'_product_id','489'),(32919,3888,'_variation_id','0'),(32920,3888,'_qty','1'),(32921,3888,'_tax_class',''),(32922,3888,'_line_subtotal','19.43'),(32923,3888,'_line_subtotal_tax','0'),(32924,3888,'_line_total','19.43'),(32925,3888,'_line_tax','0'),(32926,3888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32927,3889,'method_id','free_shipping'),(32928,3889,'instance_id','2'),(32929,3889,'cost','0.00'),(32930,3889,'total_tax','0'),(32931,3889,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(32932,3889,'Items','Bulk Active Rinse 100% RM &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 50/50 RM &times; 1'),(32933,3890,'_product_id','23'),(32934,3890,'_variation_id','0'),(32935,3890,'_qty','6'),(32936,3890,'_tax_class',''),(32937,3890,'_line_subtotal','671.04'),(32938,3890,'_line_subtotal_tax','0'),(32939,3890,'_line_total','671.04'),(32940,3890,'_line_tax','0'),(32941,3890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32942,3891,'_product_id','41'),(32943,3891,'_variation_id','0'),(32944,3891,'_qty','2'),(32945,3891,'_tax_class',''),(32946,3891,'_line_subtotal','132.96'),(32947,3891,'_line_subtotal_tax','0'),(32948,3891,'_line_total','132.96'),(32949,3891,'_line_tax','0'),(32950,3891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32951,3892,'_product_id','40'),(32952,3892,'_variation_id','0'),(32953,3892,'_qty','1'),(32954,3892,'_tax_class',''),(32955,3892,'_line_subtotal','79.2'),(32956,3892,'_line_subtotal_tax','0'),(32957,3892,'_line_total','79.2'),(32958,3892,'_line_tax','0'),(32959,3892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32960,3893,'_product_id','43'),(32961,3893,'_variation_id','0'),(32962,3893,'_qty','5'),(32963,3893,'_tax_class',''),(32964,3893,'_line_subtotal','396'),(32965,3893,'_line_subtotal_tax','0'),(32966,3893,'_line_total','396'),(32967,3893,'_line_tax','0'),(32968,3893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32969,3894,'_product_id','93'),(32970,3894,'_variation_id','0'),(32971,3894,'_qty','4'),(32972,3894,'_tax_class',''),(32973,3894,'_line_subtotal','0'),(32974,3894,'_line_subtotal_tax','0'),(32975,3894,'_line_total','0'),(32976,3894,'_line_tax','0'),(32977,3894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32978,3895,'_product_id','97'),(32979,3895,'_variation_id','0'),(32980,3895,'_qty','1'),(32981,3895,'_tax_class',''),(32982,3895,'_line_subtotal','0'),(32983,3895,'_line_subtotal_tax','0'),(32984,3895,'_line_total','0'),(32985,3895,'_line_tax','0'),(32986,3895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32987,3896,'_product_id','99'),(32988,3896,'_variation_id','0'),(32989,3896,'_qty','1'),(32990,3896,'_tax_class',''),(32991,3896,'_line_subtotal','0'),(32992,3896,'_line_subtotal_tax','0'),(32993,3896,'_line_total','0'),(32994,3896,'_line_tax','0'),(32995,3896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(32996,3897,'_product_id','146'),(32997,3897,'_variation_id','0'),(32998,3897,'_qty','2'),(32999,3897,'_tax_class',''),(33000,3897,'_line_subtotal','2.76'),(33001,3897,'_line_subtotal_tax','0'),(33002,3897,'_line_total','2.76'),(33003,3897,'_line_tax','0'),(33004,3897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33005,3898,'method_id','fedex'),(33006,3898,'instance_id','1'),(33007,3898,'cost','103.62'),(33008,3898,'total_tax','0'),(33009,3898,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33010,3898,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(33011,3898,'Package 2','17 × 14 × 10 (in) 41.05lbs × 1'),(33012,3898,'Package 3','17 × 14 × 10 (in) 41.2lbs × 1'),(33013,3899,'_product_id','23'),(33014,3899,'_variation_id','0'),(33015,3899,'_qty','2'),(33016,3899,'_tax_class',''),(33017,3899,'_line_subtotal','223.68'),(33018,3899,'_line_subtotal_tax','0'),(33019,3899,'_line_total','223.68'),(33020,3899,'_line_tax','0'),(33021,3899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33022,3900,'_product_id','42'),(33023,3900,'_variation_id','0'),(33024,3900,'_qty','1'),(33025,3900,'_tax_class',''),(33026,3900,'_line_subtotal','79.2'),(33027,3900,'_line_subtotal_tax','0'),(33028,3900,'_line_total','79.2'),(33029,3900,'_line_tax','0'),(33030,3900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33031,3901,'_product_id','51'),(33032,3901,'_variation_id','0'),(33033,3901,'_qty','1'),(33034,3901,'_tax_class',''),(33035,3901,'_line_subtotal','147.84'),(33036,3901,'_line_subtotal_tax','0'),(33037,3901,'_line_total','147.84'),(33038,3901,'_line_tax','0'),(33039,3901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33040,3902,'_product_id','93'),(33041,3902,'_variation_id','0'),(33042,3902,'_qty','2'),(33043,3902,'_tax_class',''),(33044,3902,'_line_subtotal','0'),(33045,3902,'_line_subtotal_tax','0'),(33046,3902,'_line_total','0'),(33047,3902,'_line_tax','0'),(33048,3902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33049,3903,'method_id','fedex'),(33050,3903,'instance_id','1'),(33051,3903,'cost','23.52'),(33052,3903,'total_tax','0'),(33053,3903,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33054,3903,'Package 1','17 × 14 × 10 (in) 35.6lbs × 1'),(33055,3904,'_product_id','51'),(33056,3904,'_variation_id','0'),(33057,3904,'_qty','4'),(33058,3904,'_tax_class',''),(33059,3904,'_line_subtotal','591.36'),(33060,3904,'_line_subtotal_tax','0'),(33061,3904,'_line_total','591.36'),(33062,3904,'_line_tax','0'),(33063,3904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33064,3905,'_product_id','490'),(33065,3905,'_variation_id','0'),(33066,3905,'_qty','10'),(33067,3905,'_tax_class',''),(33068,3905,'_line_subtotal','227.8'),(33069,3905,'_line_subtotal_tax','0'),(33070,3905,'_line_total','227.8'),(33071,3905,'_line_tax','0'),(33072,3905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33073,3906,'_product_id','38'),(33074,3906,'_variation_id','0'),(33075,3906,'_qty','1'),(33076,3906,'_tax_class',''),(33077,3906,'_line_subtotal','278.56'),(33078,3906,'_line_subtotal_tax','0'),(33079,3906,'_line_total','278.56'),(33080,3906,'_line_tax','0'),(33081,3906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33082,3907,'method_id','free_shipping'),(33083,3907,'instance_id','2'),(33084,3907,'cost','0.00'),(33085,3907,'total_tax','0'),(33086,3907,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33087,3907,'Items','Urgent Care Kit(Case of 6) &times; 4, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(33088,3908,'_product_id','118'),(33089,3908,'_variation_id','0'),(33090,3908,'_qty','2'),(33091,3908,'_tax_class',''),(33092,3908,'_line_subtotal','369.6'),(33093,3908,'_line_subtotal_tax','0'),(33094,3908,'_line_total','369.6'),(33095,3908,'_line_tax','0'),(33096,3908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33097,3909,'_product_id','120'),(33098,3909,'_variation_id','0'),(33099,3909,'_qty','2'),(33100,3909,'_tax_class',''),(33101,3909,'_line_subtotal','105.6'),(33102,3909,'_line_subtotal_tax','0'),(33103,3909,'_line_total','105.6'),(33104,3909,'_line_tax','0'),(33105,3909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33106,3910,'_product_id','487'),(33107,3910,'_variation_id','0'),(33108,3910,'_qty','2'),(33109,3910,'_tax_class',''),(33110,3910,'_line_subtotal','62.7'),(33111,3910,'_line_subtotal_tax','0'),(33112,3910,'_line_total','62.7'),(33113,3910,'_line_tax','0'),(33114,3910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33115,3911,'method_id','free_shipping'),(33116,3911,'instance_id','2'),(33117,3911,'cost','0.00'),(33118,3911,'total_tax','0'),(33119,3911,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33120,3911,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(33121,3912,'_product_id','38'),(33122,3912,'_variation_id','0'),(33123,3912,'_qty','2'),(33124,3912,'_tax_class',''),(33125,3912,'_line_subtotal','557.12'),(33126,3912,'_line_subtotal_tax','0'),(33127,3912,'_line_total','557.12'),(33128,3912,'_line_tax','0'),(33129,3912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33130,3913,'_product_id','41'),(33131,3913,'_variation_id','0'),(33132,3913,'_qty','2'),(33133,3913,'_tax_class',''),(33134,3913,'_line_subtotal','132.96'),(33135,3913,'_line_subtotal_tax','0'),(33136,3913,'_line_total','132.96'),(33137,3913,'_line_tax','0'),(33138,3913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33139,3914,'method_id','free_shipping'),(33140,3914,'instance_id','2'),(33141,3914,'cost','0.00'),(33142,3914,'total_tax','0'),(33143,3914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33144,3914,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(33145,3915,'_product_id','490'),(33146,3915,'_variation_id','0'),(33147,3915,'_qty','8'),(33148,3915,'_tax_class',''),(33149,3915,'_line_subtotal','182.24'),(33150,3915,'_line_subtotal_tax','0'),(33151,3915,'_line_total','182.24'),(33152,3915,'_line_tax','0'),(33153,3915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33154,3916,'_product_id','45'),(33155,3916,'_variation_id','0'),(33156,3916,'_qty','1'),(33157,3916,'_tax_class',''),(33158,3916,'_line_subtotal','42.24'),(33159,3916,'_line_subtotal_tax','0'),(33160,3916,'_line_total','42.24'),(33161,3916,'_line_tax','0'),(33162,3916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33163,3917,'_product_id','41'),(33164,3917,'_variation_id','0'),(33165,3917,'_qty','2'),(33166,3917,'_tax_class',''),(33167,3917,'_line_subtotal','132.96'),(33168,3917,'_line_subtotal_tax','0'),(33169,3917,'_line_total','132.96'),(33170,3917,'_line_tax','0'),(33171,3917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33172,3918,'_product_id','38'),(33173,3918,'_variation_id','0'),(33174,3918,'_qty','1'),(33175,3918,'_tax_class',''),(33176,3918,'_line_subtotal','278.56'),(33177,3918,'_line_subtotal_tax','0'),(33178,3918,'_line_total','278.56'),(33179,3918,'_line_tax','0'),(33180,3918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33181,3919,'_product_id','23'),(33182,3919,'_variation_id','0'),(33183,3919,'_qty','1'),(33184,3919,'_tax_class',''),(33185,3919,'_line_subtotal','111.84'),(33186,3919,'_line_subtotal_tax','0'),(33187,3919,'_line_total','111.84'),(33188,3919,'_line_tax','0'),(33189,3919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33190,3920,'_product_id','488'),(33191,3920,'_variation_id','0'),(33192,3920,'_qty','2'),(33193,3920,'_tax_class',''),(33194,3920,'_line_subtotal','62.7'),(33195,3920,'_line_subtotal_tax','0'),(33196,3920,'_line_total','62.7'),(33197,3920,'_line_tax','0'),(33198,3920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33199,3921,'_product_id','49'),(33200,3921,'_variation_id','0'),(33201,3921,'_qty','1'),(33202,3921,'_tax_class',''),(33203,3921,'_line_subtotal','79.2'),(33204,3921,'_line_subtotal_tax','0'),(33205,3921,'_line_total','79.2'),(33206,3921,'_line_tax','0'),(33207,3921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33208,3922,'method_id','free_shipping'),(33209,3922,'instance_id','2'),(33210,3922,'cost','0.00'),(33211,3922,'total_tax','0'),(33212,3922,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33213,3922,'Items','Bulk Active Rinse 100% RM &times; 8, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(33214,3923,'_product_id','45'),(33215,3923,'_variation_id','0'),(33216,3923,'_qty','2'),(33217,3923,'_tax_class',''),(33218,3923,'_line_subtotal','84.48'),(33219,3923,'_line_subtotal_tax','0'),(33220,3923,'_line_total','84.48'),(33221,3923,'_line_tax','0'),(33222,3923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33223,3924,'_product_id','133'),(33224,3924,'_variation_id','0'),(33225,3924,'_qty','3'),(33226,3924,'_tax_class',''),(33227,3924,'_line_subtotal','42.9'),(33228,3924,'_line_subtotal_tax','0'),(33229,3924,'_line_total','42.9'),(33230,3924,'_line_tax','0'),(33231,3924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33232,3925,'_product_id','135'),(33233,3925,'_variation_id','0'),(33234,3925,'_qty','5'),(33235,3925,'_tax_class',''),(33236,3925,'_line_subtotal','12.4'),(33237,3925,'_line_subtotal_tax','0'),(33238,3925,'_line_total','12.4'),(33239,3925,'_line_tax','0'),(33240,3925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33241,3926,'_product_id','49'),(33242,3926,'_variation_id','0'),(33243,3926,'_qty','2'),(33244,3926,'_tax_class',''),(33245,3926,'_line_subtotal','158.4'),(33246,3926,'_line_subtotal_tax','0'),(33247,3926,'_line_total','158.4'),(33248,3926,'_line_tax','0'),(33249,3926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33250,3927,'method_id','fedex'),(33251,3927,'instance_id','1'),(33252,3927,'cost','58.53'),(33253,3927,'total_tax','0'),(33254,3927,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33255,3927,'Package 1','17 × 14 × 10 (in) 34.45lbs × 1'),(33256,3927,'Package 2','11.25 × 8.75 × 7.75 (in) 2.09lbs × 1'),(33290,3932,'_product_id','93'),(33291,3932,'_variation_id','0'),(33292,3932,'_qty','10'),(33293,3932,'_tax_class',''),(33294,3932,'_line_subtotal','0'),(33295,3932,'_line_subtotal_tax','0'),(33296,3932,'_line_total','0'),(33297,3932,'_line_tax','0'),(33298,3932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33299,3933,'method_id','fedex'),(33300,3933,'instance_id','1'),(33301,3933,'cost','16.97'),(33302,3933,'total_tax','0'),(33303,3933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33304,3933,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(33305,3934,'_product_id','93'),(33306,3934,'_variation_id','0'),(33307,3934,'_qty','10'),(33308,3934,'_tax_class',''),(33309,3934,'_line_subtotal','0'),(33310,3934,'_line_subtotal_tax','0'),(33311,3934,'_line_total','0'),(33312,3934,'_line_tax','0'),(33313,3934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33314,3935,'method_id','fedex'),(33315,3935,'instance_id','1'),(33316,3935,'cost','16.97'),(33317,3935,'total_tax','0'),(33318,3935,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33319,3935,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(33320,3936,'_product_id','93'),(33321,3936,'_variation_id','0'),(33322,3936,'_qty','5'),(33323,3936,'_tax_class',''),(33324,3936,'_line_subtotal','0'),(33325,3936,'_line_subtotal_tax','0'),(33326,3936,'_line_total','0'),(33327,3936,'_line_tax','0'),(33328,3936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33329,3937,'_product_id','93'),(33330,3937,'_variation_id','0'),(33331,3937,'_qty','5'),(33332,3937,'_tax_class',''),(33333,3937,'_line_subtotal','0'),(33334,3937,'_line_subtotal_tax','0'),(33335,3937,'_line_total','0'),(33336,3937,'_line_tax','0'),(33337,3937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33338,3938,'method_id','fedex'),(33339,3938,'instance_id','1'),(33340,3938,'cost','16.97'),(33341,3938,'total_tax','0'),(33342,3938,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33343,3938,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(33344,3939,'_product_id','41'),(33345,3939,'_variation_id','0'),(33346,3939,'_qty','1'),(33347,3939,'_tax_class',''),(33348,3939,'_line_subtotal','66.48'),(33349,3939,'_line_subtotal_tax','0'),(33350,3939,'_line_total','66.48'),(33351,3939,'_line_tax','0'),(33352,3939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33353,3940,'_product_id','43'),(33354,3940,'_variation_id','0'),(33355,3940,'_qty','2'),(33356,3940,'_tax_class',''),(33357,3940,'_line_subtotal','158.4'),(33358,3940,'_line_subtotal_tax','0'),(33359,3940,'_line_total','158.4'),(33360,3940,'_line_tax','0'),(33361,3940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33362,3941,'_product_id','42'),(33363,3941,'_variation_id','0'),(33364,3941,'_qty','1'),(33365,3941,'_tax_class',''),(33366,3941,'_line_subtotal','79.2'),(33367,3941,'_line_subtotal_tax','0'),(33368,3941,'_line_total','79.2'),(33369,3941,'_line_tax','0'),(33370,3941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33371,3942,'_product_id','23'),(33372,3942,'_variation_id','0'),(33373,3942,'_qty','1'),(33374,3942,'_tax_class',''),(33375,3942,'_line_subtotal','111.84'),(33376,3942,'_line_subtotal_tax','0'),(33377,3942,'_line_total','111.84'),(33378,3942,'_line_tax','0'),(33379,3942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33380,3943,'method_id','fedex'),(33381,3943,'instance_id','1'),(33382,3943,'cost','27.89'),(33383,3943,'total_tax','0'),(33384,3943,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33385,3943,'Package 1','17 × 14 × 10 (in) 31.2lbs × 1'),(33386,3944,'_product_id','41'),(33387,3944,'_variation_id','0'),(33388,3944,'_qty','2'),(33389,3944,'_tax_class',''),(33390,3944,'_line_subtotal','132.96'),(33391,3944,'_line_subtotal_tax','0'),(33392,3944,'_line_total','132.96'),(33393,3944,'_line_tax','0'),(33394,3944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33395,3945,'_product_id','120'),(33396,3945,'_variation_id','0'),(33397,3945,'_qty','1'),(33398,3945,'_tax_class',''),(33399,3945,'_line_subtotal','52.8'),(33400,3945,'_line_subtotal_tax','0'),(33401,3945,'_line_total','52.8'),(33402,3945,'_line_tax','0'),(33403,3945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33404,3946,'_product_id','490'),(33405,3946,'_variation_id','0'),(33406,3946,'_qty','10'),(33407,3946,'_tax_class',''),(33408,3946,'_line_subtotal','227.8'),(33409,3946,'_line_subtotal_tax','0'),(33410,3946,'_line_total','227.8'),(33411,3946,'_line_tax','0'),(33412,3946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33413,3947,'_product_id','487'),(33414,3947,'_variation_id','0'),(33415,3947,'_qty','1'),(33416,3947,'_tax_class',''),(33417,3947,'_line_subtotal','31.35'),(33418,3947,'_line_subtotal_tax','0'),(33419,3947,'_line_total','31.35'),(33420,3947,'_line_tax','0'),(33421,3947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33422,3948,'_product_id','51'),(33423,3948,'_variation_id','0'),(33424,3948,'_qty','1'),(33425,3948,'_tax_class',''),(33426,3948,'_line_subtotal','147.84'),(33427,3948,'_line_subtotal_tax','0'),(33428,3948,'_line_total','147.84'),(33429,3948,'_line_tax','0'),(33430,3948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33431,3949,'method_id','free_shipping'),(33432,3949,'instance_id','2'),(33433,3949,'cost','0.00'),(33434,3949,'total_tax','0'),(33435,3949,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33436,3949,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(33437,3950,'_product_id','23'),(33438,3950,'_variation_id','0'),(33439,3950,'_qty','3'),(33440,3950,'_tax_class',''),(33441,3950,'_line_subtotal','335.52'),(33442,3950,'_line_subtotal_tax','0'),(33443,3950,'_line_total','335.52'),(33444,3950,'_line_tax','0'),(33445,3950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33446,3951,'_product_id','45'),(33447,3951,'_variation_id','0'),(33448,3951,'_qty','3'),(33449,3951,'_tax_class',''),(33450,3951,'_line_subtotal','126.72'),(33451,3951,'_line_subtotal_tax','0'),(33452,3951,'_line_total','126.72'),(33453,3951,'_line_tax','0'),(33454,3951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33455,3952,'_product_id','41'),(33456,3952,'_variation_id','0'),(33457,3952,'_qty','4'),(33458,3952,'_tax_class',''),(33459,3952,'_line_subtotal','265.92'),(33460,3952,'_line_subtotal_tax','0'),(33461,3952,'_line_total','265.92'),(33462,3952,'_line_tax','0'),(33463,3952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33464,3953,'_product_id','93'),(33465,3953,'_variation_id','0'),(33466,3953,'_qty','10'),(33467,3953,'_tax_class',''),(33468,3953,'_line_subtotal','0'),(33469,3953,'_line_subtotal_tax','0'),(33470,3953,'_line_total','0'),(33471,3953,'_line_tax','0'),(33472,3953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33473,3954,'_product_id','133'),(33474,3954,'_variation_id','0'),(33475,3954,'_qty','3'),(33476,3954,'_tax_class',''),(33477,3954,'_line_subtotal','42.9'),(33478,3954,'_line_subtotal_tax','0'),(33479,3954,'_line_total','42.9'),(33480,3954,'_line_tax','0'),(33481,3954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33482,3955,'_product_id','97'),(33483,3955,'_variation_id','0'),(33484,3955,'_qty','2'),(33485,3955,'_tax_class',''),(33486,3955,'_line_subtotal','0'),(33487,3955,'_line_subtotal_tax','0'),(33488,3955,'_line_total','0'),(33489,3955,'_line_tax','0'),(33490,3955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33491,3956,'_product_id','99'),(33492,3956,'_variation_id','0'),(33493,3956,'_qty','2'),(33494,3956,'_tax_class',''),(33495,3956,'_line_subtotal','0'),(33496,3956,'_line_subtotal_tax','0'),(33497,3956,'_line_total','0'),(33498,3956,'_line_tax','0'),(33499,3956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33500,3957,'method_id','free_shipping'),(33501,3957,'instance_id','2'),(33502,3957,'cost','0.00'),(33503,3957,'total_tax','0'),(33504,3957,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33505,3957,'Items','Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 3, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2'),(33506,3958,'_product_id','43'),(33507,3958,'_variation_id','0'),(33508,3958,'_qty','1'),(33509,3958,'_tax_class',''),(33510,3958,'_line_subtotal','79.2'),(33511,3958,'_line_subtotal_tax','0'),(33512,3958,'_line_total','79.2'),(33513,3958,'_line_tax','0'),(33514,3958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33515,3959,'_product_id','49'),(33516,3959,'_variation_id','0'),(33517,3959,'_qty','2'),(33518,3959,'_tax_class',''),(33519,3959,'_line_subtotal','158.4'),(33520,3959,'_line_subtotal_tax','0'),(33521,3959,'_line_total','158.4'),(33522,3959,'_line_tax','0'),(33523,3959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33524,3960,'_product_id','93'),(33525,3960,'_variation_id','0'),(33526,3960,'_qty','10'),(33527,3960,'_tax_class',''),(33528,3960,'_line_subtotal','0'),(33529,3960,'_line_subtotal_tax','0'),(33530,3960,'_line_total','0'),(33531,3960,'_line_tax','0'),(33532,3960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33533,3961,'_product_id','44'),(33534,3961,'_variation_id','0'),(33535,3961,'_qty','4'),(33536,3961,'_tax_class',''),(33537,3961,'_line_subtotal','464.64'),(33538,3961,'_line_subtotal_tax','0'),(33539,3961,'_line_total','464.64'),(33540,3961,'_line_tax','0'),(33541,3961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33542,3962,'method_id','free_shipping'),(33543,3962,'instance_id','2'),(33544,3962,'cost','0.00'),(33545,3962,'total_tax','0'),(33546,3962,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33547,3962,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Preventive Kit(Case of 6) &times; 4'),(33548,3963,'_product_id','44'),(33549,3963,'_variation_id','0'),(33550,3963,'_qty','1'),(33551,3963,'_tax_class',''),(33552,3963,'_line_subtotal','116.16'),(33553,3963,'_line_subtotal_tax','0'),(33554,3963,'_line_total','116.16'),(33555,3963,'_line_tax','0'),(33556,3963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33557,3964,'_product_id','23'),(33558,3964,'_variation_id','0'),(33559,3964,'_qty','1'),(33560,3964,'_tax_class',''),(33561,3964,'_line_subtotal','111.84'),(33562,3964,'_line_subtotal_tax','0'),(33563,3964,'_line_total','111.84'),(33564,3964,'_line_tax','0'),(33565,3964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33566,3965,'_product_id','38'),(33567,3965,'_variation_id','0'),(33568,3965,'_qty','1'),(33569,3965,'_tax_class',''),(33570,3965,'_line_subtotal','278.56'),(33571,3965,'_line_subtotal_tax','0'),(33572,3965,'_line_total','278.56'),(33573,3965,'_line_tax','0'),(33574,3965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33575,3966,'_product_id','118'),(33576,3966,'_variation_id','0'),(33577,3966,'_qty','1'),(33578,3966,'_tax_class',''),(33579,3966,'_line_subtotal','184.8'),(33580,3966,'_line_subtotal_tax','0'),(33581,3966,'_line_total','184.8'),(33582,3966,'_line_tax','0'),(33583,3966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33584,3967,'_product_id','490'),(33585,3967,'_variation_id','0'),(33586,3967,'_qty','5'),(33587,3967,'_tax_class',''),(33588,3967,'_line_subtotal','113.9'),(33589,3967,'_line_subtotal_tax','0'),(33590,3967,'_line_total','113.9'),(33591,3967,'_line_tax','0'),(33592,3967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33593,3968,'method_id','fedex'),(33594,3968,'instance_id','1'),(33595,3968,'cost','39.57'),(33596,3968,'total_tax','0'),(33597,3968,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33598,3968,'Package 1','17 × 14 × 10 (in) 38.25lbs × 1'),(33599,3968,'Package 2','14 × 14 × 14 (in) 25.95lbs × 1'),(33666,3977,'_product_id','38'),(33667,3977,'_variation_id','0'),(33668,3977,'_qty','1'),(33669,3977,'_tax_class',''),(33670,3977,'_line_subtotal','278.56'),(33671,3977,'_line_subtotal_tax','0'),(33672,3977,'_line_total','278.56'),(33673,3977,'_line_tax','0'),(33674,3977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33675,3978,'_product_id','23'),(33676,3978,'_variation_id','0'),(33677,3978,'_qty','1'),(33678,3978,'_tax_class',''),(33679,3978,'_line_subtotal','111.84'),(33680,3978,'_line_subtotal_tax','0'),(33681,3978,'_line_total','111.84'),(33682,3978,'_line_tax','0'),(33683,3978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33684,3979,'_product_id','93'),(33685,3979,'_variation_id','0'),(33686,3979,'_qty','10'),(33687,3979,'_tax_class',''),(33688,3979,'_line_subtotal','0'),(33689,3979,'_line_subtotal_tax','0'),(33690,3979,'_line_total','0'),(33691,3979,'_line_tax','0'),(33692,3979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33693,3980,'_product_id','39'),(33694,3980,'_variation_id','0'),(33695,3980,'_qty','2'),(33696,3980,'_tax_class',''),(33697,3980,'_line_subtotal','158.4'),(33698,3980,'_line_subtotal_tax','0'),(33699,3980,'_line_total','158.4'),(33700,3980,'_line_tax','0'),(33701,3980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33702,3981,'_product_id','40'),(33703,3981,'_variation_id','0'),(33704,3981,'_qty','2'),(33705,3981,'_tax_class',''),(33706,3981,'_line_subtotal','158.4'),(33707,3981,'_line_subtotal_tax','0'),(33708,3981,'_line_total','158.4'),(33709,3981,'_line_tax','0'),(33710,3981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33711,3982,'method_id','free_shipping'),(33712,3982,'instance_id','2'),(33713,3982,'cost','0.00'),(33714,3982,'total_tax','0'),(33715,3982,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33716,3982,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2'),(33741,3986,'_product_id','490'),(33742,3986,'_variation_id','0'),(33743,3986,'_qty','10'),(33744,3986,'_tax_class',''),(33745,3986,'_line_subtotal','227.8'),(33746,3986,'_line_subtotal_tax','0'),(33747,3986,'_line_total','227.8'),(33748,3986,'_line_tax','0'),(33749,3986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33750,3987,'_product_id','38'),(33751,3987,'_variation_id','0'),(33752,3987,'_qty','1'),(33753,3987,'_tax_class',''),(33754,3987,'_line_subtotal','278.56'),(33755,3987,'_line_subtotal_tax','0'),(33756,3987,'_line_total','278.56'),(33757,3987,'_line_tax','0'),(33758,3987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33759,3988,'method_id','fedex'),(33760,3988,'instance_id','1'),(33761,3988,'cost','42.79'),(33762,3988,'total_tax','0'),(33763,3988,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33764,3988,'Package 1','14 × 14 × 14 (in) 28.1lbs × 1'),(33765,3988,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(33766,3989,'_product_id','93'),(33767,3989,'_variation_id','0'),(33768,3989,'_qty','10'),(33769,3989,'_tax_class',''),(33770,3989,'_line_subtotal','0'),(33771,3989,'_line_subtotal_tax','0'),(33772,3989,'_line_total','0'),(33773,3989,'_line_tax','0'),(33774,3989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33775,3990,'method_id','fedex'),(33776,3990,'instance_id','1'),(33777,3990,'cost','13.63'),(33778,3990,'total_tax','0'),(33779,3990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33780,3990,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(33781,3991,'_product_id','38'),(33782,3991,'_variation_id','0'),(33783,3991,'_qty','1'),(33784,3991,'_tax_class',''),(33785,3991,'_line_subtotal','278.56'),(33786,3991,'_line_subtotal_tax','0'),(33787,3991,'_line_total','278.56'),(33788,3991,'_line_tax','0'),(33789,3991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33790,3992,'_product_id','120'),(33791,3992,'_variation_id','0'),(33792,3992,'_qty','1'),(33793,3992,'_tax_class',''),(33794,3992,'_line_subtotal','52.8'),(33795,3992,'_line_subtotal_tax','0'),(33796,3992,'_line_total','52.8'),(33797,3992,'_line_tax','0'),(33798,3992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33799,3993,'_product_id','41'),(33800,3993,'_variation_id','0'),(33801,3993,'_qty','2'),(33802,3993,'_tax_class',''),(33803,3993,'_line_subtotal','132.96'),(33804,3993,'_line_subtotal_tax','0'),(33805,3993,'_line_total','132.96'),(33806,3993,'_line_tax','0'),(33807,3993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33808,3994,'_product_id','23'),(33809,3994,'_variation_id','0'),(33810,3994,'_qty','2'),(33811,3994,'_tax_class',''),(33812,3994,'_line_subtotal','223.68'),(33813,3994,'_line_subtotal_tax','0'),(33814,3994,'_line_total','223.68'),(33815,3994,'_line_tax','0'),(33816,3994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33817,3995,'_product_id','51'),(33818,3995,'_variation_id','0'),(33819,3995,'_qty','1'),(33820,3995,'_tax_class',''),(33821,3995,'_line_subtotal','147.84'),(33822,3995,'_line_subtotal_tax','0'),(33823,3995,'_line_total','147.84'),(33824,3995,'_line_tax','0'),(33825,3995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33826,3996,'method_id','free_shipping'),(33827,3996,'instance_id','2'),(33828,3996,'cost','0.00'),(33829,3996,'total_tax','0'),(33830,3996,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(33831,3996,'Items','Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1'),(33832,3997,'_product_id','23'),(33833,3997,'_variation_id','0'),(33834,3997,'_qty','-3'),(33835,3997,'_tax_class',''),(33836,3997,'_line_subtotal','-335.52'),(33837,3997,'_line_subtotal_tax','0'),(33838,3997,'_line_total','-335.52'),(33839,3997,'_line_tax','0'),(33840,3997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33841,3997,'_refunded_item_id','3950'),(33842,3998,'_product_id','45'),(33843,3998,'_variation_id','0'),(33844,3998,'_qty','-3'),(33845,3998,'_tax_class',''),(33846,3998,'_line_subtotal','-126.72'),(33847,3998,'_line_subtotal_tax','0'),(33848,3998,'_line_total','-126.72'),(33849,3998,'_line_tax','0'),(33850,3998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33851,3998,'_refunded_item_id','3951'),(33852,3999,'_product_id','41'),(33853,3999,'_variation_id','0'),(33854,3999,'_qty','-4'),(33855,3999,'_tax_class',''),(33856,3999,'_line_subtotal','-265.92'),(33857,3999,'_line_subtotal_tax','0'),(33858,3999,'_line_total','-265.92'),(33859,3999,'_line_tax','0'),(33860,3999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33861,3999,'_refunded_item_id','3952'),(33862,4000,'_product_id','93'),(33863,4000,'_variation_id','0'),(33864,4000,'_qty','-10'),(33865,4000,'_tax_class',''),(33866,4000,'_line_subtotal','0'),(33867,4000,'_line_subtotal_tax','0'),(33868,4000,'_line_total','0'),(33869,4000,'_line_tax','0'),(33870,4000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33871,4000,'_refunded_item_id','3953'),(33872,4001,'_product_id','133'),(33873,4001,'_variation_id','0'),(33874,4001,'_qty','-3'),(33875,4001,'_tax_class',''),(33876,4001,'_line_subtotal','-42.9'),(33877,4001,'_line_subtotal_tax','0'),(33878,4001,'_line_total','-42.9'),(33879,4001,'_line_tax','0'),(33880,4001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33881,4001,'_refunded_item_id','3954'),(33882,4002,'_product_id','97'),(33883,4002,'_variation_id','0'),(33884,4002,'_qty','-2'),(33885,4002,'_tax_class',''),(33886,4002,'_line_subtotal','0'),(33887,4002,'_line_subtotal_tax','0'),(33888,4002,'_line_total','0'),(33889,4002,'_line_tax','0'),(33890,4002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33891,4002,'_refunded_item_id','3955'),(33892,4003,'_product_id','99'),(33893,4003,'_variation_id','0'),(33894,4003,'_qty','-2'),(33895,4003,'_tax_class',''),(33896,4003,'_line_subtotal','0'),(33897,4003,'_line_subtotal_tax','0'),(33898,4003,'_line_total','0'),(33899,4003,'_line_tax','0'),(33900,4003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33901,4003,'_refunded_item_id','3956'),(33902,4004,'_product_id','43'),(33903,4004,'_variation_id','0'),(33904,4004,'_qty','-1'),(33905,4004,'_tax_class',''),(33906,4004,'_line_subtotal','-79.2'),(33907,4004,'_line_subtotal_tax','0'),(33908,4004,'_line_total','-79.2'),(33909,4004,'_line_tax','0'),(33910,4004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33911,4004,'_refunded_item_id','3958'),(33912,4005,'_product_id','49'),(33913,4005,'_variation_id','0'),(33914,4005,'_qty','-2'),(33915,4005,'_tax_class',''),(33916,4005,'_line_subtotal','-158.4'),(33917,4005,'_line_subtotal_tax','0'),(33918,4005,'_line_total','-158.4'),(33919,4005,'_line_tax','0'),(33920,4005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33921,4005,'_refunded_item_id','3959'),(33922,4006,'_product_id','93'),(33923,4006,'_variation_id','0'),(33924,4006,'_qty','-10'),(33925,4006,'_tax_class',''),(33926,4006,'_line_subtotal','0'),(33927,4006,'_line_subtotal_tax','0'),(33928,4006,'_line_total','0'),(33929,4006,'_line_tax','0'),(33930,4006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33931,4006,'_refunded_item_id','3960'),(33932,4007,'_product_id','44'),(33933,4007,'_variation_id','0'),(33934,4007,'_qty','-4'),(33935,4007,'_tax_class',''),(33936,4007,'_line_subtotal','-464.64'),(33937,4007,'_line_subtotal_tax','0'),(33938,4007,'_line_total','-464.64'),(33939,4007,'_line_tax','0'),(33940,4007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33941,4007,'_refunded_item_id','3961'),(33942,4008,'_product_id','43'),(33943,4008,'_variation_id','0'),(33944,4008,'_qty','1'),(33945,4008,'_tax_class',''),(33946,4008,'_line_subtotal','79.2'),(33947,4008,'_line_subtotal_tax','0'),(33948,4008,'_line_total','79.2'),(33949,4008,'_line_tax','0'),(33950,4008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33951,4009,'_product_id','49'),(33952,4009,'_variation_id','0'),(33953,4009,'_qty','2'),(33954,4009,'_tax_class',''),(33955,4009,'_line_subtotal','158.4'),(33956,4009,'_line_subtotal_tax','0'),(33957,4009,'_line_total','158.4'),(33958,4009,'_line_tax','0'),(33959,4009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33960,4010,'_product_id','44'),(33961,4010,'_variation_id','0'),(33962,4010,'_qty','4'),(33963,4010,'_tax_class',''),(33964,4010,'_line_subtotal','464.64'),(33965,4010,'_line_subtotal_tax','0'),(33966,4010,'_line_total','464.64'),(33967,4010,'_line_tax','0'),(33968,4010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33969,4011,'_product_id','93'),(33970,4011,'_variation_id','0'),(33971,4011,'_qty','10'),(33972,4011,'_tax_class',''),(33973,4011,'_line_subtotal','0'),(33974,4011,'_line_subtotal_tax','0'),(33975,4011,'_line_total','0'),(33976,4011,'_line_tax','0'),(33977,4011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33978,4012,'_product_id','97'),(33979,4012,'_variation_id','0'),(33980,4012,'_qty','1'),(33981,4012,'_tax_class',''),(33982,4012,'_line_subtotal','0'),(33983,4012,'_line_subtotal_tax','0'),(33984,4012,'_line_total','0'),(33985,4012,'_line_tax','0'),(33986,4012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33987,4013,'_product_id','99'),(33988,4013,'_variation_id','0'),(33989,4013,'_qty','1'),(33990,4013,'_tax_class',''),(33991,4013,'_line_subtotal','0'),(33992,4013,'_line_subtotal_tax','0'),(33993,4013,'_line_total','0'),(33994,4013,'_line_tax','0'),(33995,4013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(33996,4014,'method_id','fedex'),(33997,4014,'instance_id','1'),(33998,4014,'cost','69.81'),(33999,4014,'total_tax','0'),(34000,4014,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34001,4014,'Package 1','17 × 14 × 10 (in) 39.95lbs × 1'),(34002,4014,'Package 2','17 × 14 × 10 (in) 40.3lbs × 1'),(34003,4014,'Package 3','17 × 14 × 10 (in) 29.55lbs × 1'),(34004,4015,'_product_id','23'),(34005,4015,'_variation_id','0'),(34006,4015,'_qty','3'),(34007,4015,'_tax_class',''),(34008,4015,'_line_subtotal','335.52'),(34009,4015,'_line_subtotal_tax','0'),(34010,4015,'_line_total','335.52'),(34011,4015,'_line_tax','0'),(34012,4015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34013,4016,'_product_id','41'),(34014,4016,'_variation_id','0'),(34015,4016,'_qty','5'),(34016,4016,'_tax_class',''),(34017,4016,'_line_subtotal','332.4'),(34018,4016,'_line_subtotal_tax','0'),(34019,4016,'_line_total','332.4'),(34020,4016,'_line_tax','0'),(34021,4016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34022,4017,'_product_id','93'),(34023,4017,'_variation_id','0'),(34024,4017,'_qty','10'),(34025,4017,'_tax_class',''),(34026,4017,'_line_subtotal','0'),(34027,4017,'_line_subtotal_tax','0'),(34028,4017,'_line_total','0'),(34029,4017,'_line_tax','0'),(34030,4017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34031,4018,'_product_id','97'),(34032,4018,'_variation_id','0'),(34033,4018,'_qty','1'),(34034,4018,'_tax_class',''),(34035,4018,'_line_subtotal','0'),(34036,4018,'_line_subtotal_tax','0'),(34037,4018,'_line_total','0'),(34038,4018,'_line_tax','0'),(34039,4018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34040,4019,'_product_id','99'),(34041,4019,'_variation_id','0'),(34042,4019,'_qty','1'),(34043,4019,'_tax_class',''),(34044,4019,'_line_subtotal','0'),(34045,4019,'_line_subtotal_tax','0'),(34046,4019,'_line_total','0'),(34047,4019,'_line_tax','0'),(34048,4019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34049,4020,'_product_id','133'),(34050,4020,'_variation_id','0'),(34051,4020,'_qty','3'),(34052,4020,'_tax_class',''),(34053,4020,'_line_subtotal','42.9'),(34054,4020,'_line_subtotal_tax','0'),(34055,4020,'_line_total','42.9'),(34056,4020,'_line_tax','0'),(34057,4020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34058,4021,'method_id','fedex'),(34059,4021,'instance_id','1'),(34060,4021,'cost','51.30'),(34061,4021,'total_tax','0'),(34062,4021,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34063,4021,'Package 1','17 × 14 × 10 (in) 39.8lbs × 1'),(34064,4021,'Package 2','17 × 14 × 10 (in) 36.9lbs × 1'),(34065,4022,'_product_id','41'),(34066,4022,'_variation_id','0'),(34067,4022,'_qty','1'),(34068,4022,'_tax_class',''),(34069,4022,'_line_subtotal','66.48'),(34070,4022,'_line_subtotal_tax','0'),(34071,4022,'_line_total','66.48'),(34072,4022,'_line_tax','0'),(34073,4022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34074,4023,'_product_id','23'),(34075,4023,'_variation_id','0'),(34076,4023,'_qty','3'),(34077,4023,'_tax_class',''),(34078,4023,'_line_subtotal','335.52'),(34079,4023,'_line_subtotal_tax','0'),(34080,4023,'_line_total','335.52'),(34081,4023,'_line_tax','0'),(34082,4023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34083,4024,'_product_id','38'),(34084,4024,'_variation_id','0'),(34085,4024,'_qty','2'),(34086,4024,'_tax_class',''),(34087,4024,'_line_subtotal','557.12'),(34088,4024,'_line_subtotal_tax','0'),(34089,4024,'_line_total','557.12'),(34090,4024,'_line_tax','0'),(34091,4024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34092,4025,'_product_id','131'),(34093,4025,'_variation_id','0'),(34094,4025,'_qty','6'),(34095,4025,'_tax_class',''),(34096,4025,'_line_subtotal','75.9'),(34097,4025,'_line_subtotal_tax','0'),(34098,4025,'_line_total','75.9'),(34099,4025,'_line_tax','0'),(34100,4025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34101,4026,'_product_id','45'),(34102,4026,'_variation_id','0'),(34103,4026,'_qty','2'),(34104,4026,'_tax_class',''),(34105,4026,'_line_subtotal','84.48'),(34106,4026,'_line_subtotal_tax','0'),(34107,4026,'_line_total','84.48'),(34108,4026,'_line_tax','0'),(34109,4026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34110,4027,'_product_id','39'),(34111,4027,'_variation_id','0'),(34112,4027,'_qty','1'),(34113,4027,'_tax_class',''),(34114,4027,'_line_subtotal','79.2'),(34115,4027,'_line_subtotal_tax','0'),(34116,4027,'_line_total','79.2'),(34117,4027,'_line_tax','0'),(34118,4027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34119,4028,'_product_id','40'),(34120,4028,'_variation_id','0'),(34121,4028,'_qty','1'),(34122,4028,'_tax_class',''),(34123,4028,'_line_subtotal','79.2'),(34124,4028,'_line_subtotal_tax','0'),(34125,4028,'_line_total','79.2'),(34126,4028,'_line_tax','0'),(34127,4028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34128,4029,'_product_id','43'),(34129,4029,'_variation_id','0'),(34130,4029,'_qty','1'),(34131,4029,'_tax_class',''),(34132,4029,'_line_subtotal','79.2'),(34133,4029,'_line_subtotal_tax','0'),(34134,4029,'_line_total','79.2'),(34135,4029,'_line_tax','0'),(34136,4029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34137,4030,'_product_id','490'),(34138,4030,'_variation_id','0'),(34139,4030,'_qty','10'),(34140,4030,'_tax_class',''),(34141,4030,'_line_subtotal','227.8'),(34142,4030,'_line_subtotal_tax','0'),(34143,4030,'_line_total','227.8'),(34144,4030,'_line_tax','0'),(34145,4030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34146,4031,'_product_id','488'),(34147,4031,'_variation_id','0'),(34148,4031,'_qty','2'),(34149,4031,'_tax_class',''),(34150,4031,'_line_subtotal','62.7'),(34151,4031,'_line_subtotal_tax','0'),(34152,4031,'_line_total','62.7'),(34153,4031,'_line_tax','0'),(34154,4031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34155,4032,'_product_id','487'),(34156,4032,'_variation_id','0'),(34157,4032,'_qty','1'),(34158,4032,'_tax_class',''),(34159,4032,'_line_subtotal','31.35'),(34160,4032,'_line_subtotal_tax','0'),(34161,4032,'_line_total','31.35'),(34162,4032,'_line_tax','0'),(34163,4032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34164,4033,'_product_id','133'),(34165,4033,'_variation_id','0'),(34166,4033,'_qty','2'),(34167,4033,'_tax_class',''),(34168,4033,'_line_subtotal','28.6'),(34169,4033,'_line_subtotal_tax','0'),(34170,4033,'_line_total','28.6'),(34171,4033,'_line_tax','0'),(34172,4033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34173,4034,'method_id','free_shipping'),(34174,4034,'instance_id','2'),(34175,4034,'cost','0.00'),(34176,4034,'total_tax','0'),(34177,4034,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34178,4034,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Disposable Capes &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Disposable Head Bands &times; 2'),(34179,4035,'_product_id','131'),(34180,4035,'_variation_id','0'),(34181,4035,'_qty','3'),(34182,4035,'_tax_class',''),(34183,4035,'_line_subtotal','37.95'),(34184,4035,'_line_subtotal_tax','0'),(34185,4035,'_line_total','37.95'),(34186,4035,'_line_tax','0'),(34187,4035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34188,4036,'_product_id','39'),(34189,4036,'_variation_id','0'),(34190,4036,'_qty','1'),(34191,4036,'_tax_class',''),(34192,4036,'_line_subtotal','79.2'),(34193,4036,'_line_subtotal_tax','0'),(34194,4036,'_line_total','79.2'),(34195,4036,'_line_tax','0'),(34196,4036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34197,4037,'_product_id','23'),(34198,4037,'_variation_id','0'),(34199,4037,'_qty','1'),(34200,4037,'_tax_class',''),(34201,4037,'_line_subtotal','111.84'),(34202,4037,'_line_subtotal_tax','0'),(34203,4037,'_line_total','111.84'),(34204,4037,'_line_tax','0'),(34205,4037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34206,4038,'_product_id','38'),(34207,4038,'_variation_id','0'),(34208,4038,'_qty','1'),(34209,4038,'_tax_class',''),(34210,4038,'_line_subtotal','278.56'),(34211,4038,'_line_subtotal_tax','0'),(34212,4038,'_line_total','278.56'),(34213,4038,'_line_tax','0'),(34214,4038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34215,4039,'_product_id','49'),(34216,4039,'_variation_id','0'),(34217,4039,'_qty','1'),(34218,4039,'_tax_class',''),(34219,4039,'_line_subtotal','79.2'),(34220,4039,'_line_subtotal_tax','0'),(34221,4039,'_line_total','79.2'),(34222,4039,'_line_tax','0'),(34223,4039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34224,4040,'method_id','free_shipping'),(34225,4040,'instance_id','2'),(34226,4040,'cost','0.00'),(34227,4040,'total_tax','0'),(34228,4040,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34229,4040,'Items','Disposable Capes &times; 3, Preventive Shampoo(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(34230,4041,'_product_id','41'),(34231,4041,'_variation_id','0'),(34232,4041,'_qty','1'),(34233,4041,'_tax_class',''),(34234,4041,'_line_subtotal','66.48'),(34235,4041,'_line_subtotal_tax','0'),(34236,4041,'_line_total','66.48'),(34237,4041,'_line_tax','0'),(34238,4041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34239,4042,'_product_id','43'),(34240,4042,'_variation_id','0'),(34241,4042,'_qty','1'),(34242,4042,'_tax_class',''),(34243,4042,'_line_subtotal','79.2'),(34244,4042,'_line_subtotal_tax','0'),(34245,4042,'_line_total','79.2'),(34246,4042,'_line_tax','0'),(34247,4042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34248,4043,'_product_id','93'),(34249,4043,'_variation_id','0'),(34250,4043,'_qty','5'),(34251,4043,'_tax_class',''),(34252,4043,'_line_subtotal','0'),(34253,4043,'_line_subtotal_tax','0'),(34254,4043,'_line_total','0'),(34255,4043,'_line_tax','0'),(34256,4043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34257,4044,'method_id','fedex'),(34258,4044,'instance_id','1'),(34259,4044,'cost','20.21'),(34260,4044,'total_tax','0'),(34261,4044,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34262,4044,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(34263,4045,'_product_id','23'),(34264,4045,'_variation_id','0'),(34265,4045,'_qty','1'),(34266,4045,'_tax_class',''),(34267,4045,'_line_subtotal','111.84'),(34268,4045,'_line_subtotal_tax','0'),(34269,4045,'_line_total','111.84'),(34270,4045,'_line_tax','0'),(34271,4045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34272,4046,'_product_id','38'),(34273,4046,'_variation_id','0'),(34274,4046,'_qty','1'),(34275,4046,'_tax_class',''),(34276,4046,'_line_subtotal','278.56'),(34277,4046,'_line_subtotal_tax','0'),(34278,4046,'_line_total','278.56'),(34279,4046,'_line_tax','0'),(34280,4046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34281,4047,'_product_id','118'),(34282,4047,'_variation_id','0'),(34283,4047,'_qty','1'),(34284,4047,'_tax_class',''),(34285,4047,'_line_subtotal','184.8'),(34286,4047,'_line_subtotal_tax','0'),(34287,4047,'_line_total','184.8'),(34288,4047,'_line_tax','0'),(34289,4047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34290,4048,'_product_id','93'),(34291,4048,'_variation_id','0'),(34292,4048,'_qty','10'),(34293,4048,'_tax_class',''),(34294,4048,'_line_subtotal','0'),(34295,4048,'_line_subtotal_tax','0'),(34296,4048,'_line_total','0'),(34297,4048,'_line_tax','0'),(34298,4048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34299,4049,'_fee_amount','-232.235'),(34300,4049,'_tax_class','0'),(34301,4049,'_tax_status','taxable'),(34302,4049,'_line_total','-232.235'),(34303,4049,'_line_tax','0'),(34304,4049,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(34305,4049,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(34306,4049,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(34307,4050,'method_id','fedex'),(34308,4050,'instance_id','3'),(34309,4050,'cost','464.47'),(34310,4050,'total_tax','0'),(34311,4050,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34312,4050,'Package 1','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(34313,4050,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(34314,4050,'Package 3','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(34315,4050,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(34316,4050,'Package 5','14.25 × 9 × 8.25 (in) 14.1lbs × 1'),(34317,4051,'discount_amount','0'),(34318,4051,'discount_amount_tax','0'),(34319,4051,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:9;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(34320,4052,'_product_id','38'),(34321,4052,'_variation_id','0'),(34322,4052,'_qty','3'),(34323,4052,'_tax_class',''),(34324,4052,'_line_subtotal','835.68'),(34325,4052,'_line_subtotal_tax','0'),(34326,4052,'_line_total','835.68'),(34327,4052,'_line_tax','0'),(34328,4052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34329,4053,'_product_id','23'),(34330,4053,'_variation_id','0'),(34331,4053,'_qty','2'),(34332,4053,'_tax_class',''),(34333,4053,'_line_subtotal','223.68'),(34334,4053,'_line_subtotal_tax','0'),(34335,4053,'_line_total','223.68'),(34336,4053,'_line_tax','0'),(34337,4053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34338,4054,'_product_id','45'),(34339,4054,'_variation_id','0'),(34340,4054,'_qty','1'),(34341,4054,'_tax_class',''),(34342,4054,'_line_subtotal','42.24'),(34343,4054,'_line_subtotal_tax','0'),(34344,4054,'_line_total','42.24'),(34345,4054,'_line_tax','0'),(34346,4054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34347,4055,'_product_id','41'),(34348,4055,'_variation_id','0'),(34349,4055,'_qty','4'),(34350,4055,'_tax_class',''),(34351,4055,'_line_subtotal','265.92'),(34352,4055,'_line_subtotal_tax','0'),(34353,4055,'_line_total','265.92'),(34354,4055,'_line_tax','0'),(34355,4055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34356,4056,'_product_id','116'),(34357,4056,'_variation_id','0'),(34358,4056,'_qty','2'),(34359,4056,'_tax_class',''),(34360,4056,'_line_subtotal','290.88'),(34361,4056,'_line_subtotal_tax','0'),(34362,4056,'_line_total','290.88'),(34363,4056,'_line_tax','0'),(34364,4056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34365,4057,'_product_id','49'),(34366,4057,'_variation_id','0'),(34367,4057,'_qty','2'),(34368,4057,'_tax_class',''),(34369,4057,'_line_subtotal','158.4'),(34370,4057,'_line_subtotal_tax','0'),(34371,4057,'_line_total','158.4'),(34372,4057,'_line_tax','0'),(34373,4057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34374,4058,'_product_id','45'),(34375,4058,'_variation_id','0'),(34376,4058,'_qty','1'),(34377,4058,'_tax_class',''),(34378,4058,'_line_subtotal','42.24'),(34379,4058,'_line_subtotal_tax','0'),(34380,4058,'_line_total','42.24'),(34381,4058,'_line_tax','0'),(34382,4058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34383,4059,'method_id','free_shipping'),(34384,4059,'instance_id','2'),(34385,4059,'cost','0.00'),(34386,4059,'total_tax','0'),(34387,4059,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34388,4059,'Items','Active Rinse 16oz(Case of 16) &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(34389,4060,'_product_id','490'),(34390,4060,'_variation_id','0'),(34391,4060,'_qty','10'),(34392,4060,'_tax_class',''),(34393,4060,'_line_subtotal','227.8'),(34394,4060,'_line_subtotal_tax','0'),(34395,4060,'_line_total','227.8'),(34396,4060,'_line_tax','0'),(34397,4060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34398,4061,'_product_id','43'),(34399,4061,'_variation_id','0'),(34400,4061,'_qty','2'),(34401,4061,'_tax_class',''),(34402,4061,'_line_subtotal','158.4'),(34403,4061,'_line_subtotal_tax','0'),(34404,4061,'_line_total','158.4'),(34405,4061,'_line_tax','0'),(34406,4061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34407,4062,'_product_id','120'),(34408,4062,'_variation_id','0'),(34409,4062,'_qty','2'),(34410,4062,'_tax_class',''),(34411,4062,'_line_subtotal','105.6'),(34412,4062,'_line_subtotal_tax','0'),(34413,4062,'_line_total','105.6'),(34414,4062,'_line_tax','0'),(34415,4062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34416,4063,'_product_id','41'),(34417,4063,'_variation_id','0'),(34418,4063,'_qty','1'),(34419,4063,'_tax_class',''),(34420,4063,'_line_subtotal','66.48'),(34421,4063,'_line_subtotal_tax','0'),(34422,4063,'_line_total','66.48'),(34423,4063,'_line_tax','0'),(34424,4063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34425,4064,'method_id','free_shipping'),(34426,4064,'instance_id','2'),(34427,4064,'cost','0.00'),(34428,4064,'total_tax','0'),(34429,4064,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34430,4064,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(34431,4065,'_product_id','38'),(34432,4065,'_variation_id','0'),(34433,4065,'_qty','1'),(34434,4065,'_tax_class',''),(34435,4065,'_line_subtotal','278.56'),(34436,4065,'_line_subtotal_tax','0'),(34437,4065,'_line_total','278.56'),(34438,4065,'_line_tax','0'),(34439,4065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34440,4066,'_product_id','45'),(34441,4066,'_variation_id','0'),(34442,4066,'_qty','1'),(34443,4066,'_tax_class',''),(34444,4066,'_line_subtotal','42.24'),(34445,4066,'_line_subtotal_tax','0'),(34446,4066,'_line_total','42.24'),(34447,4066,'_line_tax','0'),(34448,4066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34449,4067,'_product_id','43'),(34450,4067,'_variation_id','0'),(34451,4067,'_qty','1'),(34452,4067,'_tax_class',''),(34453,4067,'_line_subtotal','79.2'),(34454,4067,'_line_subtotal_tax','0'),(34455,4067,'_line_total','79.2'),(34456,4067,'_line_tax','0'),(34457,4067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34458,4068,'_product_id','490'),(34459,4068,'_variation_id','0'),(34460,4068,'_qty','10'),(34461,4068,'_tax_class',''),(34462,4068,'_line_subtotal','227.8'),(34463,4068,'_line_subtotal_tax','0'),(34464,4068,'_line_total','227.8'),(34465,4068,'_line_tax','0'),(34466,4068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34467,4069,'_product_id','488'),(34468,4069,'_variation_id','0'),(34469,4069,'_qty','1'),(34470,4069,'_tax_class',''),(34471,4069,'_line_subtotal','31.35'),(34472,4069,'_line_subtotal_tax','0'),(34473,4069,'_line_total','31.35'),(34474,4069,'_line_tax','0'),(34475,4069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34476,4070,'_product_id','487'),(34477,4070,'_variation_id','0'),(34478,4070,'_qty','1'),(34479,4070,'_tax_class',''),(34480,4070,'_line_subtotal','31.35'),(34481,4070,'_line_subtotal_tax','0'),(34482,4070,'_line_total','31.35'),(34483,4070,'_line_tax','0'),(34484,4070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34485,4071,'method_id','free_shipping'),(34486,4071,'instance_id','2'),(34487,4071,'cost','0.00'),(34488,4071,'total_tax','0'),(34489,4071,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34490,4071,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(34491,4072,'_product_id','490'),(34492,4072,'_variation_id','0'),(34493,4072,'_qty','10'),(34494,4072,'_tax_class',''),(34495,4072,'_line_subtotal','227.8'),(34496,4072,'_line_subtotal_tax','0'),(34497,4072,'_line_total','227.8'),(34498,4072,'_line_tax','0'),(34499,4072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34500,4073,'method_id','fedex'),(34501,4073,'instance_id','1'),(34502,4073,'cost','31.66'),(34503,4073,'total_tax','0'),(34504,4073,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34505,4073,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(34506,4074,'_product_id','131'),(34507,4074,'_variation_id','0'),(34508,4074,'_qty','5'),(34509,4074,'_tax_class',''),(34510,4074,'_line_subtotal','63.25'),(34511,4074,'_line_subtotal_tax','0'),(34512,4074,'_line_total','63.25'),(34513,4074,'_line_tax','0'),(34514,4074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34515,4075,'_product_id','133'),(34516,4075,'_variation_id','0'),(34517,4075,'_qty','1'),(34518,4075,'_tax_class',''),(34519,4075,'_line_subtotal','14.3'),(34520,4075,'_line_subtotal_tax','0'),(34521,4075,'_line_total','14.3'),(34522,4075,'_line_tax','0'),(34523,4075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34524,4076,'_product_id','95'),(34525,4076,'_variation_id','0'),(34526,4076,'_qty','6'),(34527,4076,'_tax_class',''),(34528,4076,'_line_subtotal','0'),(34529,4076,'_line_subtotal_tax','0'),(34530,4076,'_line_total','0'),(34531,4076,'_line_tax','0'),(34532,4076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34533,4077,'_product_id','93'),(34534,4077,'_variation_id','0'),(34535,4077,'_qty','6'),(34536,4077,'_tax_class',''),(34537,4077,'_line_subtotal','0'),(34538,4077,'_line_subtotal_tax','0'),(34539,4077,'_line_total','0'),(34540,4077,'_line_tax','0'),(34541,4077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34542,4078,'method_id','fedex'),(34543,4078,'instance_id','1'),(34544,4078,'cost','29.19'),(34545,4078,'total_tax','0'),(34546,4078,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34547,4078,'Package 1','17 × 14 × 10 (in) 28.75lbs × 1'),(34548,4078,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(34611,4086,'_product_id','42'),(34612,4086,'_variation_id','0'),(34613,4086,'_qty','2'),(34614,4086,'_tax_class',''),(34615,4086,'_line_subtotal','158.4'),(34616,4086,'_line_subtotal_tax','0'),(34617,4086,'_line_total','158.4'),(34618,4086,'_line_tax','0'),(34619,4086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34620,4087,'_product_id','39'),(34621,4087,'_variation_id','0'),(34622,4087,'_qty','1'),(34623,4087,'_tax_class',''),(34624,4087,'_line_subtotal','79.2'),(34625,4087,'_line_subtotal_tax','0'),(34626,4087,'_line_total','79.2'),(34627,4087,'_line_tax','0'),(34628,4087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34629,4088,'_product_id','40'),(34630,4088,'_variation_id','0'),(34631,4088,'_qty','1'),(34632,4088,'_tax_class',''),(34633,4088,'_line_subtotal','79.2'),(34634,4088,'_line_subtotal_tax','0'),(34635,4088,'_line_total','79.2'),(34636,4088,'_line_tax','0'),(34637,4088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34638,4089,'_product_id','43'),(34639,4089,'_variation_id','0'),(34640,4089,'_qty','2'),(34641,4089,'_tax_class',''),(34642,4089,'_line_subtotal','158.4'),(34643,4089,'_line_subtotal_tax','0'),(34644,4089,'_line_total','158.4'),(34645,4089,'_line_tax','0'),(34646,4089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34647,4090,'_product_id','49'),(34648,4090,'_variation_id','0'),(34649,4090,'_qty','2'),(34650,4090,'_tax_class',''),(34651,4090,'_line_subtotal','158.4'),(34652,4090,'_line_subtotal_tax','0'),(34653,4090,'_line_total','158.4'),(34654,4090,'_line_tax','0'),(34655,4090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34656,4091,'_product_id','120'),(34657,4091,'_variation_id','0'),(34658,4091,'_qty','2'),(34659,4091,'_tax_class',''),(34660,4091,'_line_subtotal','105.6'),(34661,4091,'_line_subtotal_tax','0'),(34662,4091,'_line_total','105.6'),(34663,4091,'_line_tax','0'),(34664,4091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34665,4092,'method_id','fedex'),(34666,4092,'instance_id','1'),(34667,4092,'cost','62.07'),(34668,4092,'total_tax','0'),(34669,4092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34670,4092,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(34671,4092,'Package 2','17 × 14 × 10 (in) 33.45lbs × 1'),(34672,4093,'_product_id','490'),(34673,4093,'_variation_id','0'),(34674,4093,'_qty','10'),(34675,4093,'_tax_class',''),(34676,4093,'_line_subtotal','227.8'),(34677,4093,'_line_subtotal_tax','0'),(34678,4093,'_line_total','227.8'),(34679,4093,'_line_tax','0'),(34680,4093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34681,4094,'method_id','fedex'),(34682,4094,'instance_id','1'),(34683,4094,'cost','31.66'),(34684,4094,'total_tax','0'),(34685,4094,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34686,4094,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(34687,4095,'_product_id','490'),(34688,4095,'_variation_id','0'),(34689,4095,'_qty','10'),(34690,4095,'_tax_class',''),(34691,4095,'_line_subtotal','227.8'),(34692,4095,'_line_subtotal_tax','0'),(34693,4095,'_line_total','227.8'),(34694,4095,'_line_tax','0'),(34695,4095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34696,4096,'_product_id','49'),(34697,4096,'_variation_id','0'),(34698,4096,'_qty','2'),(34699,4096,'_tax_class',''),(34700,4096,'_line_subtotal','158.4'),(34701,4096,'_line_subtotal_tax','0'),(34702,4096,'_line_total','158.4'),(34703,4096,'_line_tax','0'),(34704,4096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34705,4097,'_product_id','23'),(34706,4097,'_variation_id','0'),(34707,4097,'_qty','2'),(34708,4097,'_tax_class',''),(34709,4097,'_line_subtotal','223.68'),(34710,4097,'_line_subtotal_tax','0'),(34711,4097,'_line_total','223.68'),(34712,4097,'_line_tax','0'),(34713,4097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34714,4098,'_product_id','41'),(34715,4098,'_variation_id','0'),(34716,4098,'_qty','6'),(34717,4098,'_tax_class',''),(34718,4098,'_line_subtotal','398.88'),(34719,4098,'_line_subtotal_tax','0'),(34720,4098,'_line_total','398.88'),(34721,4098,'_line_tax','0'),(34722,4098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34723,4099,'method_id','free_shipping'),(34724,4099,'instance_id','2'),(34725,4099,'cost','0.00'),(34726,4099,'total_tax','0'),(34727,4099,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34728,4099,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6'),(34729,4100,'_product_id','23'),(34730,4100,'_variation_id','0'),(34731,4100,'_qty','2'),(34732,4100,'_tax_class',''),(34733,4100,'_line_subtotal','223.68'),(34734,4100,'_line_subtotal_tax','0'),(34735,4100,'_line_total','223.68'),(34736,4100,'_line_tax','0'),(34737,4100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34738,4101,'_product_id','41'),(34739,4101,'_variation_id','0'),(34740,4101,'_qty','1'),(34741,4101,'_tax_class',''),(34742,4101,'_line_subtotal','66.48'),(34743,4101,'_line_subtotal_tax','0'),(34744,4101,'_line_total','66.48'),(34745,4101,'_line_tax','0'),(34746,4101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34747,4102,'_product_id','490'),(34748,4102,'_variation_id','0'),(34749,4102,'_qty','6'),(34750,4102,'_tax_class',''),(34751,4102,'_line_subtotal','136.68'),(34752,4102,'_line_subtotal_tax','0'),(34753,4102,'_line_total','136.68'),(34754,4102,'_line_tax','0'),(34755,4102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34756,4103,'_product_id','488'),(34757,4103,'_variation_id','0'),(34758,4103,'_qty','2'),(34759,4103,'_tax_class',''),(34760,4103,'_line_subtotal','62.7'),(34761,4103,'_line_subtotal_tax','0'),(34762,4103,'_line_total','62.7'),(34763,4103,'_line_tax','0'),(34764,4103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34765,4104,'method_id','fedex'),(34766,4104,'instance_id','1'),(34767,4104,'cost','47.92'),(34768,4104,'total_tax','0'),(34769,4104,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34770,4104,'Package 1','17 × 14 × 10 (in) 40.15lbs × 1'),(34771,4104,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(34772,4105,'_product_id','38'),(34773,4105,'_variation_id','0'),(34774,4105,'_qty','1'),(34775,4105,'_tax_class',''),(34776,4105,'_line_subtotal','278.56'),(34777,4105,'_line_subtotal_tax','0'),(34778,4105,'_line_total','278.56'),(34779,4105,'_line_tax','0'),(34780,4105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34781,4106,'_product_id','23'),(34782,4106,'_variation_id','0'),(34783,4106,'_qty','1'),(34784,4106,'_tax_class',''),(34785,4106,'_line_subtotal','111.84'),(34786,4106,'_line_subtotal_tax','0'),(34787,4106,'_line_total','111.84'),(34788,4106,'_line_tax','0'),(34789,4106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34790,4107,'_product_id','42'),(34791,4107,'_variation_id','0'),(34792,4107,'_qty','2'),(34793,4107,'_tax_class',''),(34794,4107,'_line_subtotal','158.4'),(34795,4107,'_line_subtotal_tax','0'),(34796,4107,'_line_total','158.4'),(34797,4107,'_line_tax','0'),(34798,4107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34799,4108,'_product_id','490'),(34800,4108,'_variation_id','0'),(34801,4108,'_qty','1'),(34802,4108,'_tax_class',''),(34803,4108,'_line_subtotal','22.78'),(34804,4108,'_line_subtotal_tax','0'),(34805,4108,'_line_total','22.78'),(34806,4108,'_line_tax','0'),(34807,4108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34808,4109,'method_id','free_shipping'),(34809,4109,'instance_id','2'),(34810,4109,'cost','0.00'),(34811,4109,'total_tax','0'),(34812,4109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34813,4109,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 1'),(34814,4110,'_product_id','43'),(34815,4110,'_variation_id','0'),(34816,4110,'_qty','2'),(34817,4110,'_tax_class',''),(34818,4110,'_line_subtotal','158.4'),(34819,4110,'_line_subtotal_tax','0'),(34820,4110,'_line_total','158.4'),(34821,4110,'_line_tax','0'),(34822,4110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34823,4111,'_product_id','490'),(34824,4111,'_variation_id','0'),(34825,4111,'_qty','10'),(34826,4111,'_tax_class',''),(34827,4111,'_line_subtotal','227.8'),(34828,4111,'_line_subtotal_tax','0'),(34829,4111,'_line_total','227.8'),(34830,4111,'_line_tax','0'),(34831,4111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34832,4112,'_product_id','41'),(34833,4112,'_variation_id','0'),(34834,4112,'_qty','1'),(34835,4112,'_tax_class',''),(34836,4112,'_line_subtotal','66.48'),(34837,4112,'_line_subtotal_tax','0'),(34838,4112,'_line_total','66.48'),(34839,4112,'_line_tax','0'),(34840,4112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34841,4113,'_product_id','39'),(34842,4113,'_variation_id','0'),(34843,4113,'_qty','1'),(34844,4113,'_tax_class',''),(34845,4113,'_line_subtotal','79.2'),(34846,4113,'_line_subtotal_tax','0'),(34847,4113,'_line_total','79.2'),(34848,4113,'_line_tax','0'),(34849,4113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34850,4114,'_product_id','40'),(34851,4114,'_variation_id','0'),(34852,4114,'_qty','1'),(34853,4114,'_tax_class',''),(34854,4114,'_line_subtotal','79.2'),(34855,4114,'_line_subtotal_tax','0'),(34856,4114,'_line_total','79.2'),(34857,4114,'_line_tax','0'),(34858,4114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34859,4115,'_product_id','38'),(34860,4115,'_variation_id','0'),(34861,4115,'_qty','2'),(34862,4115,'_tax_class',''),(34863,4115,'_line_subtotal','557.12'),(34864,4115,'_line_subtotal_tax','0'),(34865,4115,'_line_total','557.12'),(34866,4115,'_line_tax','0'),(34867,4115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34868,4116,'method_id','free_shipping'),(34869,4116,'instance_id','2'),(34870,4116,'cost','0.00'),(34871,4116,'total_tax','0'),(34872,4116,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34873,4116,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2'),(34874,4117,'_product_id','42'),(34875,4117,'_variation_id','0'),(34876,4117,'_qty','1'),(34877,4117,'_tax_class',''),(34878,4117,'_line_subtotal','79.2'),(34879,4117,'_line_subtotal_tax','0'),(34880,4117,'_line_total','79.2'),(34881,4117,'_line_tax','0'),(34882,4117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34883,4118,'_product_id','43'),(34884,4118,'_variation_id','0'),(34885,4118,'_qty','3'),(34886,4118,'_tax_class',''),(34887,4118,'_line_subtotal','237.6'),(34888,4118,'_line_subtotal_tax','0'),(34889,4118,'_line_total','237.6'),(34890,4118,'_line_tax','0'),(34891,4118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34892,4119,'_product_id','49'),(34893,4119,'_variation_id','0'),(34894,4119,'_qty','1'),(34895,4119,'_tax_class',''),(34896,4119,'_line_subtotal','79.2'),(34897,4119,'_line_subtotal_tax','0'),(34898,4119,'_line_total','79.2'),(34899,4119,'_line_tax','0'),(34900,4119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34901,4120,'_product_id','120'),(34902,4120,'_variation_id','0'),(34903,4120,'_qty','1'),(34904,4120,'_tax_class',''),(34905,4120,'_line_subtotal','52.8'),(34906,4120,'_line_subtotal_tax','0'),(34907,4120,'_line_total','52.8'),(34908,4120,'_line_tax','0'),(34909,4120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34910,4121,'_product_id','41'),(34911,4121,'_variation_id','0'),(34912,4121,'_qty','2'),(34913,4121,'_tax_class',''),(34914,4121,'_line_subtotal','132.96'),(34915,4121,'_line_subtotal_tax','0'),(34916,4121,'_line_total','132.96'),(34917,4121,'_line_tax','0'),(34918,4121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34919,4122,'_product_id','23'),(34920,4122,'_variation_id','0'),(34921,4122,'_qty','2'),(34922,4122,'_tax_class',''),(34923,4122,'_line_subtotal','223.68'),(34924,4122,'_line_subtotal_tax','0'),(34925,4122,'_line_total','223.68'),(34926,4122,'_line_tax','0'),(34927,4122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34928,4123,'_product_id','490'),(34929,4123,'_variation_id','0'),(34930,4123,'_qty','10'),(34931,4123,'_tax_class',''),(34932,4123,'_line_subtotal','227.8'),(34933,4123,'_line_subtotal_tax','0'),(34934,4123,'_line_total','227.8'),(34935,4123,'_line_tax','0'),(34936,4123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34937,4124,'method_id','free_shipping'),(34938,4124,'instance_id','2'),(34939,4124,'cost','0.00'),(34940,4124,'total_tax','0'),(34941,4124,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34942,4124,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(34943,4125,'_product_id','490'),(34944,4125,'_variation_id','0'),(34945,4125,'_qty','10'),(34946,4125,'_tax_class',''),(34947,4125,'_line_subtotal','227.8'),(34948,4125,'_line_subtotal_tax','0'),(34949,4125,'_line_total','227.8'),(34950,4125,'_line_tax','0'),(34951,4125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34952,4126,'_product_id','487'),(34953,4126,'_variation_id','0'),(34954,4126,'_qty','1'),(34955,4126,'_tax_class',''),(34956,4126,'_line_subtotal','31.35'),(34957,4126,'_line_subtotal_tax','0'),(34958,4126,'_line_total','31.35'),(34959,4126,'_line_tax','0'),(34960,4126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34961,4127,'_product_id','43'),(34962,4127,'_variation_id','0'),(34963,4127,'_qty','1'),(34964,4127,'_tax_class',''),(34965,4127,'_line_subtotal','79.2'),(34966,4127,'_line_subtotal_tax','0'),(34967,4127,'_line_total','79.2'),(34968,4127,'_line_tax','0'),(34969,4127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34970,4128,'_product_id','49'),(34971,4128,'_variation_id','0'),(34972,4128,'_qty','1'),(34973,4128,'_tax_class',''),(34974,4128,'_line_subtotal','79.2'),(34975,4128,'_line_subtotal_tax','0'),(34976,4128,'_line_total','79.2'),(34977,4128,'_line_tax','0'),(34978,4128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34979,4129,'_product_id','23'),(34980,4129,'_variation_id','0'),(34981,4129,'_qty','1'),(34982,4129,'_tax_class',''),(34983,4129,'_line_subtotal','111.84'),(34984,4129,'_line_subtotal_tax','0'),(34985,4129,'_line_total','111.84'),(34986,4129,'_line_tax','0'),(34987,4129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(34988,4130,'method_id','free_shipping'),(34989,4130,'instance_id','2'),(34990,4130,'cost','0.00'),(34991,4130,'total_tax','0'),(34992,4130,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(34993,4130,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(34994,4131,'_product_id','43'),(34995,4131,'_variation_id','0'),(34996,4131,'_qty','3'),(34997,4131,'_tax_class',''),(34998,4131,'_line_subtotal','237.6'),(34999,4131,'_line_subtotal_tax','0'),(35000,4131,'_line_total','237.6'),(35001,4131,'_line_tax','0'),(35002,4131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35003,4132,'_product_id','488'),(35004,4132,'_variation_id','0'),(35005,4132,'_qty','1'),(35006,4132,'_tax_class',''),(35007,4132,'_line_subtotal','31.35'),(35008,4132,'_line_subtotal_tax','0'),(35009,4132,'_line_total','31.35'),(35010,4132,'_line_tax','0'),(35011,4132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35012,4133,'_product_id','41'),(35013,4133,'_variation_id','0'),(35014,4133,'_qty','1'),(35015,4133,'_tax_class',''),(35016,4133,'_line_subtotal','66.48'),(35017,4133,'_line_subtotal_tax','0'),(35018,4133,'_line_total','66.48'),(35019,4133,'_line_tax','0'),(35020,4133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35021,4134,'method_id','fedex'),(35022,4134,'instance_id','1'),(35023,4134,'cost','32.85'),(35024,4134,'total_tax','0'),(35025,4134,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35026,4134,'Package 1','17 × 14 × 10 (in) 34.65lbs × 1'),(35027,4135,'_product_id','487'),(35028,4135,'_variation_id','0'),(35029,4135,'_qty','2'),(35030,4135,'_tax_class',''),(35031,4135,'_line_subtotal','62.7'),(35032,4135,'_line_subtotal_tax','0'),(35033,4135,'_line_total','62.7'),(35034,4135,'_line_tax','0'),(35035,4135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35036,4136,'method_id','fedex'),(35037,4136,'instance_id','1'),(35038,4136,'cost','12.77'),(35039,4136,'total_tax','0'),(35040,4136,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35041,4136,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(35042,4137,'_product_id','120'),(35043,4137,'_variation_id','0'),(35044,4137,'_qty','2'),(35045,4137,'_tax_class',''),(35046,4137,'_line_subtotal','105.6'),(35047,4137,'_line_subtotal_tax','0'),(35048,4137,'_line_total','105.6'),(35049,4137,'_line_tax','0'),(35050,4137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35051,4138,'_product_id','487'),(35052,4138,'_variation_id','0'),(35053,4138,'_qty','1'),(35054,4138,'_tax_class',''),(35055,4138,'_line_subtotal','31.35'),(35056,4138,'_line_subtotal_tax','0'),(35057,4138,'_line_total','31.35'),(35058,4138,'_line_tax','0'),(35059,4138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35060,4139,'method_id','fedex'),(35061,4139,'instance_id','1'),(35062,4139,'cost','20.77'),(35063,4139,'total_tax','0'),(35064,4139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35065,4139,'Package 1','17 × 14 × 10 (in) 16.85lbs × 1'),(35066,4140,'_product_id','93'),(35067,4140,'_variation_id','0'),(35068,4140,'_qty','6'),(35069,4140,'_tax_class',''),(35070,4140,'_line_subtotal','0'),(35071,4140,'_line_subtotal_tax','0'),(35072,4140,'_line_total','0'),(35073,4140,'_line_tax','0'),(35074,4140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35075,4141,'method_id','fedex'),(35076,4141,'instance_id','1'),(35077,4141,'cost','13.64'),(35078,4141,'total_tax','0'),(35079,4141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35080,4141,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(35081,4142,'_product_id','49'),(35082,4142,'_variation_id','0'),(35083,4142,'_qty','2'),(35084,4142,'_tax_class',''),(35085,4142,'_line_subtotal','158.4'),(35086,4142,'_line_subtotal_tax','0'),(35087,4142,'_line_total','158.4'),(35088,4142,'_line_tax','0'),(35089,4142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35090,4143,'_product_id','120'),(35091,4143,'_variation_id','0'),(35092,4143,'_qty','1'),(35093,4143,'_tax_class',''),(35094,4143,'_line_subtotal','52.8'),(35095,4143,'_line_subtotal_tax','0'),(35096,4143,'_line_total','52.8'),(35097,4143,'_line_tax','0'),(35098,4143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35099,4144,'method_id','fedex'),(35100,4144,'instance_id','1'),(35101,4144,'cost','30.82'),(35102,4144,'total_tax','0'),(35103,4144,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35104,4144,'Package 1','17 × 14 × 10 (in) 20.6lbs × 1'),(35105,4145,'_product_id','93'),(35106,4145,'_variation_id','0'),(35107,4145,'_qty','10'),(35108,4145,'_tax_class',''),(35109,4145,'_line_subtotal','0'),(35110,4145,'_line_subtotal_tax','0'),(35111,4145,'_line_total','0'),(35112,4145,'_line_tax','0'),(35113,4145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35114,4146,'_product_id','23'),(35115,4146,'_variation_id','0'),(35116,4146,'_qty','2'),(35117,4146,'_tax_class',''),(35118,4146,'_line_subtotal','223.68'),(35119,4146,'_line_subtotal_tax','0'),(35120,4146,'_line_total','223.68'),(35121,4146,'_line_tax','0'),(35122,4146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35123,4147,'_product_id','38'),(35124,4147,'_variation_id','0'),(35125,4147,'_qty','2'),(35126,4147,'_tax_class',''),(35127,4147,'_line_subtotal','557.12'),(35128,4147,'_line_subtotal_tax','0'),(35129,4147,'_line_total','557.12'),(35130,4147,'_line_tax','0'),(35131,4147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35132,4148,'_product_id','45'),(35133,4148,'_variation_id','0'),(35134,4148,'_qty','2'),(35135,4148,'_tax_class',''),(35136,4148,'_line_subtotal','84.48'),(35137,4148,'_line_subtotal_tax','0'),(35138,4148,'_line_total','84.48'),(35139,4148,'_line_tax','0'),(35140,4148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35141,4149,'_product_id','41'),(35142,4149,'_variation_id','0'),(35143,4149,'_qty','2'),(35144,4149,'_tax_class',''),(35145,4149,'_line_subtotal','132.96'),(35146,4149,'_line_subtotal_tax','0'),(35147,4149,'_line_total','132.96'),(35148,4149,'_line_tax','0'),(35149,4149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35150,4150,'method_id','free_shipping'),(35151,4150,'instance_id','2'),(35152,4150,'cost','0.00'),(35153,4150,'total_tax','0'),(35154,4150,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35155,4150,'Items','Bulk Active Rinse 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(35156,4151,'_product_id','23'),(35157,4151,'_variation_id','0'),(35158,4151,'_qty','1'),(35159,4151,'_tax_class',''),(35160,4151,'_line_subtotal','111.84'),(35161,4151,'_line_subtotal_tax','0'),(35162,4151,'_line_total','111.84'),(35163,4151,'_line_tax','0'),(35164,4151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35165,4152,'_product_id','490'),(35166,4152,'_variation_id','0'),(35167,4152,'_qty','10'),(35168,4152,'_tax_class',''),(35169,4152,'_line_subtotal','227.8'),(35170,4152,'_line_subtotal_tax','0'),(35171,4152,'_line_total','227.8'),(35172,4152,'_line_tax','0'),(35173,4152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35174,4153,'_product_id','487'),(35175,4153,'_variation_id','0'),(35176,4153,'_qty','1'),(35177,4153,'_tax_class',''),(35178,4153,'_line_subtotal','31.35'),(35179,4153,'_line_subtotal_tax','0'),(35180,4153,'_line_total','31.35'),(35181,4153,'_line_tax','0'),(35182,4153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35183,4154,'_product_id','44'),(35184,4154,'_variation_id','0'),(35185,4154,'_qty','1'),(35186,4154,'_tax_class',''),(35187,4154,'_line_subtotal','116.16'),(35188,4154,'_line_subtotal_tax','0'),(35189,4154,'_line_total','116.16'),(35190,4154,'_line_tax','0'),(35191,4154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35192,4155,'_product_id','41'),(35193,4155,'_variation_id','0'),(35194,4155,'_qty','1'),(35195,4155,'_tax_class',''),(35196,4155,'_line_subtotal','66.48'),(35197,4155,'_line_subtotal_tax','0'),(35198,4155,'_line_total','66.48'),(35199,4155,'_line_tax','0'),(35200,4155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35201,4156,'method_id','free_shipping'),(35202,4156,'instance_id','2'),(35203,4156,'cost','0.00'),(35204,4156,'total_tax','0'),(35205,4156,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35206,4156,'Items','Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(35207,4157,'_product_id','93'),(35208,4157,'_variation_id','0'),(35209,4157,'_qty','10'),(35210,4157,'_tax_class',''),(35211,4157,'_line_subtotal','0'),(35212,4157,'_line_subtotal_tax','0'),(35213,4157,'_line_total','0'),(35214,4157,'_line_tax','0'),(35215,4157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35216,4158,'_product_id','97'),(35217,4158,'_variation_id','0'),(35218,4158,'_qty','1'),(35219,4158,'_tax_class',''),(35220,4158,'_line_subtotal','0'),(35221,4158,'_line_subtotal_tax','0'),(35222,4158,'_line_total','0'),(35223,4158,'_line_tax','0'),(35224,4158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35225,4159,'method_id','fedex'),(35226,4159,'instance_id','1'),(35227,4159,'cost','16.04'),(35228,4159,'total_tax','0'),(35229,4159,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35230,4159,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(35231,4160,'_product_id','23'),(35232,4160,'_variation_id','0'),(35233,4160,'_qty','2'),(35234,4160,'_tax_class',''),(35235,4160,'_line_subtotal','223.68'),(35236,4160,'_line_subtotal_tax','0'),(35237,4160,'_line_total','223.68'),(35238,4160,'_line_tax','0'),(35239,4160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35240,4161,'_product_id','41'),(35241,4161,'_variation_id','0'),(35242,4161,'_qty','4'),(35243,4161,'_tax_class',''),(35244,4161,'_line_subtotal','265.92'),(35245,4161,'_line_subtotal_tax','0'),(35246,4161,'_line_total','265.92'),(35247,4161,'_line_tax','0'),(35248,4161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35249,4162,'_product_id','49'),(35250,4162,'_variation_id','0'),(35251,4162,'_qty','3'),(35252,4162,'_tax_class',''),(35253,4162,'_line_subtotal','237.6'),(35254,4162,'_line_subtotal_tax','0'),(35255,4162,'_line_total','237.6'),(35256,4162,'_line_tax','0'),(35257,4162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35258,4163,'_product_id','93'),(35259,4163,'_variation_id','0'),(35260,4163,'_qty','10'),(35261,4163,'_tax_class',''),(35262,4163,'_line_subtotal','0'),(35263,4163,'_line_subtotal_tax','0'),(35264,4163,'_line_total','0'),(35265,4163,'_line_tax','0'),(35266,4163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35267,4164,'method_id','fedex'),(35268,4164,'instance_id','1'),(35269,4164,'cost','58.77'),(35270,4164,'total_tax','0'),(35271,4164,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35272,4164,'Package 1','17 × 14 × 10 (in) 41.4lbs × 1'),(35273,4164,'Package 2','17 × 14 × 10 (in) 29.7lbs × 1'),(35274,4165,'_product_id','93'),(35275,4165,'_variation_id','0'),(35276,4165,'_qty','10'),(35277,4165,'_tax_class',''),(35278,4165,'_line_subtotal','0'),(35279,4165,'_line_subtotal_tax','0'),(35280,4165,'_line_total','0'),(35281,4165,'_line_tax','0'),(35282,4165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35283,4166,'method_id','fedex'),(35284,4166,'instance_id','1'),(35285,4166,'cost','14.37'),(35286,4166,'total_tax','0'),(35287,4166,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35288,4166,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(35289,4167,'_product_id','93'),(35290,4167,'_variation_id','0'),(35291,4167,'_qty','8'),(35292,4167,'_tax_class',''),(35293,4167,'_line_subtotal','0'),(35294,4167,'_line_subtotal_tax','0'),(35295,4167,'_line_total','0'),(35296,4167,'_line_tax','0'),(35297,4167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35298,4168,'method_id','fedex'),(35299,4168,'instance_id','1'),(35300,4168,'cost','20.20'),(35301,4168,'total_tax','0'),(35302,4168,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35303,4168,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(35304,4169,'_product_id','45'),(35305,4169,'_variation_id','0'),(35306,4169,'_qty','1'),(35307,4169,'_tax_class',''),(35308,4169,'_line_subtotal','42.24'),(35309,4169,'_line_subtotal_tax','0'),(35310,4169,'_line_total','42.24'),(35311,4169,'_line_tax','0'),(35312,4169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35313,4170,'_product_id','43'),(35314,4170,'_variation_id','0'),(35315,4170,'_qty','1'),(35316,4170,'_tax_class',''),(35317,4170,'_line_subtotal','79.2'),(35318,4170,'_line_subtotal_tax','0'),(35319,4170,'_line_total','79.2'),(35320,4170,'_line_tax','0'),(35321,4170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35322,4171,'_product_id','487'),(35323,4171,'_variation_id','0'),(35324,4171,'_qty','1'),(35325,4171,'_tax_class',''),(35326,4171,'_line_subtotal','31.35'),(35327,4171,'_line_subtotal_tax','0'),(35328,4171,'_line_total','31.35'),(35329,4171,'_line_tax','0'),(35330,4171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35331,4172,'_product_id','23'),(35332,4172,'_variation_id','0'),(35333,4172,'_qty','1'),(35334,4172,'_tax_class',''),(35335,4172,'_line_subtotal','111.84'),(35336,4172,'_line_subtotal_tax','0'),(35337,4172,'_line_total','111.84'),(35338,4172,'_line_tax','0'),(35339,4172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35340,4173,'_product_id','45'),(35341,4173,'_variation_id','0'),(35342,4173,'_qty','1'),(35343,4173,'_tax_class',''),(35344,4173,'_line_subtotal','42.24'),(35345,4173,'_line_subtotal_tax','0'),(35346,4173,'_line_total','42.24'),(35347,4173,'_line_tax','0'),(35348,4173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35349,4174,'_product_id','118'),(35350,4174,'_variation_id','0'),(35351,4174,'_qty','1'),(35352,4174,'_tax_class',''),(35353,4174,'_line_subtotal','184.8'),(35354,4174,'_line_subtotal_tax','0'),(35355,4174,'_line_total','184.8'),(35356,4174,'_line_tax','0'),(35357,4174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35358,4175,'_product_id','44'),(35359,4175,'_variation_id','0'),(35360,4175,'_qty','1'),(35361,4175,'_tax_class',''),(35362,4175,'_line_subtotal','116.16'),(35363,4175,'_line_subtotal_tax','0'),(35364,4175,'_line_total','116.16'),(35365,4175,'_line_tax','0'),(35366,4175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35367,4176,'_product_id','43'),(35368,4176,'_variation_id','0'),(35369,4176,'_qty','1'),(35370,4176,'_tax_class',''),(35371,4176,'_line_subtotal','79.2'),(35372,4176,'_line_subtotal_tax','0'),(35373,4176,'_line_total','79.2'),(35374,4176,'_line_tax','0'),(35375,4176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35376,4177,'_product_id','120'),(35377,4177,'_variation_id','0'),(35378,4177,'_qty','1'),(35379,4177,'_tax_class',''),(35380,4177,'_line_subtotal','52.8'),(35381,4177,'_line_subtotal_tax','0'),(35382,4177,'_line_total','52.8'),(35383,4177,'_line_tax','0'),(35384,4177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35385,4178,'_product_id','487'),(35386,4178,'_variation_id','0'),(35387,4178,'_qty','1'),(35388,4178,'_tax_class',''),(35389,4178,'_line_subtotal','31.35'),(35390,4178,'_line_subtotal_tax','0'),(35391,4178,'_line_total','31.35'),(35392,4178,'_line_tax','0'),(35393,4178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35394,4179,'_product_id','41'),(35395,4179,'_variation_id','0'),(35396,4179,'_qty','1'),(35397,4179,'_tax_class',''),(35398,4179,'_line_subtotal','66.48'),(35399,4179,'_line_subtotal_tax','0'),(35400,4179,'_line_total','66.48'),(35401,4179,'_line_tax','0'),(35402,4179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35403,4180,'method_id','free_shipping'),(35404,4180,'instance_id','2'),(35405,4180,'cost','0.00'),(35406,4180,'total_tax','0'),(35407,4180,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35408,4180,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(35409,4181,'_product_id','99'),(35410,4181,'_variation_id','0'),(35411,4181,'_qty','3'),(35412,4181,'_tax_class',''),(35413,4181,'_line_subtotal','0'),(35414,4181,'_line_subtotal_tax','0'),(35415,4181,'_line_total','0'),(35416,4181,'_line_tax','0'),(35417,4181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35418,4182,'_product_id','93'),(35419,4182,'_variation_id','0'),(35420,4182,'_qty','10'),(35421,4182,'_tax_class',''),(35422,4182,'_line_subtotal','0'),(35423,4182,'_line_subtotal_tax','0'),(35424,4182,'_line_total','0'),(35425,4182,'_line_tax','0'),(35426,4182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35427,4183,'_product_id','95'),(35428,4183,'_variation_id','0'),(35429,4183,'_qty','4'),(35430,4183,'_tax_class',''),(35431,4183,'_line_subtotal','0'),(35432,4183,'_line_subtotal_tax','0'),(35433,4183,'_line_total','0'),(35434,4183,'_line_tax','0'),(35435,4183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35436,4184,'_product_id','41'),(35437,4184,'_variation_id','0'),(35438,4184,'_qty','8'),(35439,4184,'_tax_class',''),(35440,4184,'_line_subtotal','531.84'),(35441,4184,'_line_subtotal_tax','0'),(35442,4184,'_line_total','531.84'),(35443,4184,'_line_tax','0'),(35444,4184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35445,4185,'_product_id','38'),(35446,4185,'_variation_id','0'),(35447,4185,'_qty','1'),(35448,4185,'_tax_class',''),(35449,4185,'_line_subtotal','278.56'),(35450,4185,'_line_subtotal_tax','0'),(35451,4185,'_line_total','278.56'),(35452,4185,'_line_tax','0'),(35453,4185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35454,4186,'_product_id','51'),(35455,4186,'_variation_id','0'),(35456,4186,'_qty','1'),(35457,4186,'_tax_class',''),(35458,4186,'_line_subtotal','147.84'),(35459,4186,'_line_subtotal_tax','0'),(35460,4186,'_line_total','147.84'),(35461,4186,'_line_tax','0'),(35462,4186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35463,4187,'_product_id','318'),(35464,4187,'_variation_id','0'),(35465,4187,'_qty','5'),(35466,4187,'_tax_class',''),(35467,4187,'_line_subtotal','15'),(35468,4187,'_line_subtotal_tax','0'),(35469,4187,'_line_total','15'),(35470,4187,'_line_tax','0'),(35471,4187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35472,4188,'_product_id','320'),(35473,4188,'_variation_id','0'),(35474,4188,'_qty','1'),(35475,4188,'_tax_class',''),(35476,4188,'_line_subtotal','3.75'),(35477,4188,'_line_subtotal_tax','0'),(35478,4188,'_line_total','3.75'),(35479,4188,'_line_tax','0'),(35480,4188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35481,4189,'_product_id','148'),(35482,4189,'_variation_id','0'),(35483,4189,'_qty','1'),(35484,4189,'_tax_class',''),(35485,4189,'_line_subtotal','8.25'),(35486,4189,'_line_subtotal_tax','0'),(35487,4189,'_line_total','8.25'),(35488,4189,'_line_tax','0'),(35489,4189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35490,4190,'method_id','free_shipping'),(35491,4190,'instance_id','2'),(35492,4190,'cost','0.00'),(35493,4190,'total_tax','0'),(35494,4190,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35495,4190,'Items','Bulk Mousse 1 Gallon &times; 3, Bulk Active Rinse 100% &times; 10, Bulk Active Rinse 50/50 &times; 4, Professional Lice Comb(Case of 12) &times; 8, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Goomee 4 Pack &times; 5, Wet Comb &times; 1, Disney Wet Brush &times; 1'),(35496,4191,'_product_id','93'),(35497,4191,'_variation_id','0'),(35498,4191,'_qty','10'),(35499,4191,'_tax_class',''),(35500,4191,'_line_subtotal','0'),(35501,4191,'_line_subtotal_tax','0'),(35502,4191,'_line_total','0'),(35503,4191,'_line_tax','0'),(35504,4191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35505,4192,'_product_id','42'),(35506,4192,'_variation_id','0'),(35507,4192,'_qty','1'),(35508,4192,'_tax_class',''),(35509,4192,'_line_subtotal','79.2'),(35510,4192,'_line_subtotal_tax','0'),(35511,4192,'_line_total','79.2'),(35512,4192,'_line_tax','0'),(35513,4192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35514,4193,'method_id','fedex'),(35515,4193,'instance_id','1'),(35516,4193,'cost','33.45'),(35517,4193,'total_tax','0'),(35518,4193,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35519,4193,'Package 1','17 × 14 × 10 (in) 27.4lbs × 1'),(35520,4194,'_product_id','38'),(35521,4194,'_variation_id','0'),(35522,4194,'_qty','2'),(35523,4194,'_tax_class',''),(35524,4194,'_line_subtotal','557.12'),(35525,4194,'_line_subtotal_tax','0'),(35526,4194,'_line_total','557.12'),(35527,4194,'_line_tax','0'),(35528,4194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35529,4195,'method_id','free_shipping'),(35530,4195,'instance_id','2'),(35531,4195,'cost','0.00'),(35532,4195,'total_tax','0'),(35533,4195,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35534,4195,'Items','Active Rinse 16oz(Case of 16) &times; 2'),(35535,4196,'_product_id','490'),(35536,4196,'_variation_id','0'),(35537,4196,'_qty','10'),(35538,4196,'_tax_class',''),(35539,4196,'_line_subtotal','227.8'),(35540,4196,'_line_subtotal_tax','0'),(35541,4196,'_line_total','227.8'),(35542,4196,'_line_tax','0'),(35543,4196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35544,4197,'_product_id','38'),(35545,4197,'_variation_id','0'),(35546,4197,'_qty','1'),(35547,4197,'_tax_class',''),(35548,4197,'_line_subtotal','278.56'),(35549,4197,'_line_subtotal_tax','0'),(35550,4197,'_line_total','278.56'),(35551,4197,'_line_tax','0'),(35552,4197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35553,4198,'method_id','free_shipping'),(35554,4198,'instance_id','2'),(35555,4198,'cost','0.00'),(35556,4198,'total_tax','0'),(35557,4198,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35558,4198,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(35559,4199,'_product_id','41'),(35560,4199,'_variation_id','0'),(35561,4199,'_qty','1'),(35562,4199,'_tax_class',''),(35563,4199,'_line_subtotal','66.48'),(35564,4199,'_line_subtotal_tax','0'),(35565,4199,'_line_total','66.48'),(35566,4199,'_line_tax','0'),(35567,4199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35568,4200,'_product_id','490'),(35569,4200,'_variation_id','0'),(35570,4200,'_qty','8'),(35571,4200,'_tax_class',''),(35572,4200,'_line_subtotal','182.24'),(35573,4200,'_line_subtotal_tax','0'),(35574,4200,'_line_total','182.24'),(35575,4200,'_line_tax','0'),(35576,4200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35577,4201,'method_id','fedex'),(35578,4201,'instance_id','1'),(35579,4201,'cost','17.44'),(35580,4201,'total_tax','0'),(35581,4201,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35582,4201,'Package 1','17 × 14 × 10 (in) 20.6lbs × 1'),(35583,4202,'_product_id','97'),(35584,4202,'_variation_id','0'),(35585,4202,'_qty','2'),(35586,4202,'_tax_class',''),(35587,4202,'_line_subtotal','0'),(35588,4202,'_line_subtotal_tax','0'),(35589,4202,'_line_total','0'),(35590,4202,'_line_tax','0'),(35591,4202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35592,4203,'method_id','fedex'),(35593,4203,'instance_id','1'),(35594,4203,'cost','15.46'),(35595,4203,'total_tax','0'),(35596,4203,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35597,4203,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(35622,4207,'_product_id','93'),(35623,4207,'_variation_id','0'),(35624,4207,'_qty','10'),(35625,4207,'_tax_class',''),(35626,4207,'_line_subtotal','0'),(35627,4207,'_line_subtotal_tax','0'),(35628,4207,'_line_total','0'),(35629,4207,'_line_tax','0'),(35630,4207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35631,4208,'method_id','fedex'),(35632,4208,'instance_id','1'),(35633,4208,'cost','14.37'),(35634,4208,'total_tax','0'),(35635,4208,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35636,4208,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(35637,4209,'_product_id','93'),(35638,4209,'_variation_id','0'),(35639,4209,'_qty','-2'),(35640,4209,'_tax_class',''),(35641,4209,'_line_subtotal','0'),(35642,4209,'_line_subtotal_tax','0'),(35643,4209,'_line_total','0'),(35644,4209,'_line_tax','0'),(35645,4209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35646,4209,'_refunded_item_id','4145'),(35647,4210,'_product_id','23'),(35648,4210,'_variation_id','0'),(35649,4210,'_qty','-2'),(35650,4210,'_tax_class',''),(35651,4210,'_line_subtotal','-223.68'),(35652,4210,'_line_subtotal_tax','0'),(35653,4210,'_line_total','-223.68'),(35654,4210,'_line_tax','0'),(35655,4210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35656,4210,'_refunded_item_id','4146'),(35657,4211,'_product_id','38'),(35658,4211,'_variation_id','0'),(35659,4211,'_qty','-2'),(35660,4211,'_tax_class',''),(35661,4211,'_line_subtotal','-557.12'),(35662,4211,'_line_subtotal_tax','0'),(35663,4211,'_line_total','-557.12'),(35664,4211,'_line_tax','0'),(35665,4211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35666,4211,'_refunded_item_id','4147'),(35667,4212,'_product_id','45'),(35668,4212,'_variation_id','0'),(35669,4212,'_qty','-2'),(35670,4212,'_tax_class',''),(35671,4212,'_line_subtotal','-84.48'),(35672,4212,'_line_subtotal_tax','0'),(35673,4212,'_line_total','-84.48'),(35674,4212,'_line_tax','0'),(35675,4212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35676,4212,'_refunded_item_id','4148'),(35677,4213,'_product_id','41'),(35678,4213,'_variation_id','0'),(35679,4213,'_qty','-2'),(35680,4213,'_tax_class',''),(35681,4213,'_line_subtotal','-132.96'),(35682,4213,'_line_subtotal_tax','0'),(35683,4213,'_line_total','-132.96'),(35684,4213,'_line_tax','0'),(35685,4213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35686,4213,'_refunded_item_id','4149'),(35687,4214,'_product_id','93'),(35688,4214,'_variation_id','0'),(35689,4214,'_qty','10'),(35690,4214,'_tax_class',''),(35691,4214,'_line_subtotal','0'),(35692,4214,'_line_subtotal_tax','0'),(35693,4214,'_line_total','0'),(35694,4214,'_line_tax','0'),(35695,4214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35696,4215,'_product_id','23'),(35697,4215,'_variation_id','0'),(35698,4215,'_qty','2'),(35699,4215,'_tax_class',''),(35700,4215,'_line_subtotal','223.68'),(35701,4215,'_line_subtotal_tax','0'),(35702,4215,'_line_total','223.68'),(35703,4215,'_line_tax','0'),(35704,4215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35705,4216,'_product_id','38'),(35706,4216,'_variation_id','0'),(35707,4216,'_qty','2'),(35708,4216,'_tax_class',''),(35709,4216,'_line_subtotal','557.12'),(35710,4216,'_line_subtotal_tax','0'),(35711,4216,'_line_total','557.12'),(35712,4216,'_line_tax','0'),(35713,4216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35714,4217,'_product_id','45'),(35715,4217,'_variation_id','0'),(35716,4217,'_qty','2'),(35717,4217,'_tax_class',''),(35718,4217,'_line_subtotal','84.48'),(35719,4217,'_line_subtotal_tax','0'),(35720,4217,'_line_total','84.48'),(35721,4217,'_line_tax','0'),(35722,4217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35723,4218,'_product_id','41'),(35724,4218,'_variation_id','0'),(35725,4218,'_qty','2'),(35726,4218,'_tax_class',''),(35727,4218,'_line_subtotal','132.96'),(35728,4218,'_line_subtotal_tax','0'),(35729,4218,'_line_total','132.96'),(35730,4218,'_line_tax','0'),(35731,4218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35732,4219,'method_id','free_shipping'),(35733,4219,'instance_id','2'),(35734,4219,'cost','0.00'),(35735,4219,'total_tax','0'),(35736,4219,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35737,4219,'Items','Bulk Active Rinse 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(35738,4220,'_product_id','41'),(35739,4220,'_variation_id','0'),(35740,4220,'_qty','2'),(35741,4220,'_tax_class',''),(35742,4220,'_line_subtotal','132.96'),(35743,4220,'_line_subtotal_tax','0'),(35744,4220,'_line_total','132.96'),(35745,4220,'_line_tax','0'),(35746,4220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35747,4221,'method_id','fedex'),(35748,4221,'instance_id','1'),(35749,4221,'cost','14.52'),(35750,4221,'total_tax','0'),(35751,4221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35752,4221,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(35753,4222,'_product_id','44'),(35754,4222,'_variation_id','0'),(35755,4222,'_qty','1'),(35756,4222,'_tax_class',''),(35757,4222,'_line_subtotal','116.16'),(35758,4222,'_line_subtotal_tax','0'),(35759,4222,'_line_total','116.16'),(35760,4222,'_line_tax','0'),(35761,4222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35762,4223,'_product_id','23'),(35763,4223,'_variation_id','0'),(35764,4223,'_qty','1'),(35765,4223,'_tax_class',''),(35766,4223,'_line_subtotal','111.84'),(35767,4223,'_line_subtotal_tax','0'),(35768,4223,'_line_total','111.84'),(35769,4223,'_line_tax','0'),(35770,4223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35771,4224,'_product_id','490'),(35772,4224,'_variation_id','0'),(35773,4224,'_qty','4'),(35774,4224,'_tax_class',''),(35775,4224,'_line_subtotal','91.12'),(35776,4224,'_line_subtotal_tax','0'),(35777,4224,'_line_total','91.12'),(35778,4224,'_line_tax','0'),(35779,4224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35780,4225,'_product_id','41'),(35781,4225,'_variation_id','0'),(35782,4225,'_qty','1'),(35783,4225,'_tax_class',''),(35784,4225,'_line_subtotal','66.48'),(35785,4225,'_line_subtotal_tax','0'),(35786,4225,'_line_total','66.48'),(35787,4225,'_line_tax','0'),(35788,4225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35789,4226,'_product_id','44'),(35790,4226,'_variation_id','0'),(35791,4226,'_qty','1'),(35792,4226,'_tax_class',''),(35793,4226,'_line_subtotal','116.16'),(35794,4226,'_line_subtotal_tax','0'),(35795,4226,'_line_total','116.16'),(35796,4226,'_line_tax','0'),(35797,4226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35798,4227,'_product_id','49'),(35799,4227,'_variation_id','0'),(35800,4227,'_qty','1'),(35801,4227,'_tax_class',''),(35802,4227,'_line_subtotal','79.2'),(35803,4227,'_line_subtotal_tax','0'),(35804,4227,'_line_total','79.2'),(35805,4227,'_line_tax','0'),(35806,4227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35807,4228,'method_id','fedex'),(35808,4228,'instance_id','1'),(35809,4228,'cost','32.98'),(35810,4228,'total_tax','0'),(35811,4228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35812,4228,'Package 1','17 × 14 × 10 (in) 41.6lbs × 1'),(35813,4228,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(35814,4229,'_product_id','23'),(35815,4229,'_variation_id','0'),(35816,4229,'_qty','2'),(35817,4229,'_tax_class',''),(35818,4229,'_line_subtotal','223.68'),(35819,4229,'_line_subtotal_tax','0'),(35820,4229,'_line_total','223.68'),(35821,4229,'_line_tax','0'),(35822,4229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35823,4230,'_product_id','38'),(35824,4230,'_variation_id','0'),(35825,4230,'_qty','2'),(35826,4230,'_tax_class',''),(35827,4230,'_line_subtotal','557.12'),(35828,4230,'_line_subtotal_tax','0'),(35829,4230,'_line_total','557.12'),(35830,4230,'_line_tax','0'),(35831,4230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35832,4231,'_product_id','45'),(35833,4231,'_variation_id','0'),(35834,4231,'_qty','1'),(35835,4231,'_tax_class',''),(35836,4231,'_line_subtotal','42.24'),(35837,4231,'_line_subtotal_tax','0'),(35838,4231,'_line_total','42.24'),(35839,4231,'_line_tax','0'),(35840,4231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35841,4232,'_product_id','41'),(35842,4232,'_variation_id','0'),(35843,4232,'_qty','2'),(35844,4232,'_tax_class',''),(35845,4232,'_line_subtotal','132.96'),(35846,4232,'_line_subtotal_tax','0'),(35847,4232,'_line_total','132.96'),(35848,4232,'_line_tax','0'),(35849,4232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35850,4233,'_product_id','51'),(35851,4233,'_variation_id','0'),(35852,4233,'_qty','2'),(35853,4233,'_tax_class',''),(35854,4233,'_line_subtotal','295.68'),(35855,4233,'_line_subtotal_tax','0'),(35856,4233,'_line_total','295.68'),(35857,4233,'_line_tax','0'),(35858,4233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35859,4234,'_product_id','43'),(35860,4234,'_variation_id','0'),(35861,4234,'_qty','1'),(35862,4234,'_tax_class',''),(35863,4234,'_line_subtotal','79.2'),(35864,4234,'_line_subtotal_tax','0'),(35865,4234,'_line_total','79.2'),(35866,4234,'_line_tax','0'),(35867,4234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35868,4235,'_product_id','49'),(35869,4235,'_variation_id','0'),(35870,4235,'_qty','1'),(35871,4235,'_tax_class',''),(35872,4235,'_line_subtotal','79.2'),(35873,4235,'_line_subtotal_tax','0'),(35874,4235,'_line_total','79.2'),(35875,4235,'_line_tax','0'),(35876,4235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35877,4236,'_product_id','490'),(35878,4236,'_variation_id','0'),(35879,4236,'_qty','10'),(35880,4236,'_tax_class',''),(35881,4236,'_line_subtotal','227.8'),(35882,4236,'_line_subtotal_tax','0'),(35883,4236,'_line_total','227.8'),(35884,4236,'_line_tax','0'),(35885,4236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35886,4237,'method_id','free_shipping'),(35887,4237,'instance_id','2'),(35888,4237,'cost','0.00'),(35889,4237,'total_tax','0'),(35890,4237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35891,4237,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(35892,4238,'_product_id','23'),(35893,4238,'_variation_id','0'),(35894,4238,'_qty','2'),(35895,4238,'_tax_class',''),(35896,4238,'_line_subtotal','223.68'),(35897,4238,'_line_subtotal_tax','0'),(35898,4238,'_line_total','223.68'),(35899,4238,'_line_tax','0'),(35900,4238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35901,4239,'_product_id','38'),(35902,4239,'_variation_id','0'),(35903,4239,'_qty','2'),(35904,4239,'_tax_class',''),(35905,4239,'_line_subtotal','557.12'),(35906,4239,'_line_subtotal_tax','0'),(35907,4239,'_line_total','557.12'),(35908,4239,'_line_tax','0'),(35909,4239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35910,4240,'_product_id','45'),(35911,4240,'_variation_id','0'),(35912,4240,'_qty','1'),(35913,4240,'_tax_class',''),(35914,4240,'_line_subtotal','42.24'),(35915,4240,'_line_subtotal_tax','0'),(35916,4240,'_line_total','42.24'),(35917,4240,'_line_tax','0'),(35918,4240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35919,4241,'_product_id','51'),(35920,4241,'_variation_id','0'),(35921,4241,'_qty','2'),(35922,4241,'_tax_class',''),(35923,4241,'_line_subtotal','295.68'),(35924,4241,'_line_subtotal_tax','0'),(35925,4241,'_line_total','295.68'),(35926,4241,'_line_tax','0'),(35927,4241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35928,4242,'_product_id','43'),(35929,4242,'_variation_id','0'),(35930,4242,'_qty','1'),(35931,4242,'_tax_class',''),(35932,4242,'_line_subtotal','79.2'),(35933,4242,'_line_subtotal_tax','0'),(35934,4242,'_line_total','79.2'),(35935,4242,'_line_tax','0'),(35936,4242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35937,4243,'_product_id','49'),(35938,4243,'_variation_id','0'),(35939,4243,'_qty','1'),(35940,4243,'_tax_class',''),(35941,4243,'_line_subtotal','79.2'),(35942,4243,'_line_subtotal_tax','0'),(35943,4243,'_line_total','79.2'),(35944,4243,'_line_tax','0'),(35945,4243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35946,4244,'_product_id','487'),(35947,4244,'_variation_id','0'),(35948,4244,'_qty','2'),(35949,4244,'_tax_class',''),(35950,4244,'_line_subtotal','62.7'),(35951,4244,'_line_subtotal_tax','0'),(35952,4244,'_line_total','62.7'),(35953,4244,'_line_tax','0'),(35954,4244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35955,4245,'method_id','free_shipping'),(35956,4245,'instance_id','2'),(35957,4245,'cost','0.00'),(35958,4245,'total_tax','0'),(35959,4245,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(35960,4245,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2'),(35961,4246,'_product_id','44'),(35962,4246,'_variation_id','0'),(35963,4246,'_qty','2'),(35964,4246,'_tax_class',''),(35965,4246,'_line_subtotal','232.32'),(35966,4246,'_line_subtotal_tax','0'),(35967,4246,'_line_total','232.32'),(35968,4246,'_line_tax','0'),(35969,4246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35970,4247,'_product_id','318'),(35971,4247,'_variation_id','0'),(35972,4247,'_qty','7'),(35973,4247,'_tax_class',''),(35974,4247,'_line_subtotal','21'),(35975,4247,'_line_subtotal_tax','0'),(35976,4247,'_line_total','21'),(35977,4247,'_line_tax','0'),(35978,4247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35979,4248,'_product_id','41'),(35980,4248,'_variation_id','0'),(35981,4248,'_qty','3'),(35982,4248,'_tax_class',''),(35983,4248,'_line_subtotal','199.44'),(35984,4248,'_line_subtotal_tax','0'),(35985,4248,'_line_total','199.44'),(35986,4248,'_line_tax','0'),(35987,4248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35988,4249,'_product_id','43'),(35989,4249,'_variation_id','0'),(35990,4249,'_qty','3'),(35991,4249,'_tax_class',''),(35992,4249,'_line_subtotal','237.6'),(35993,4249,'_line_subtotal_tax','0'),(35994,4249,'_line_total','237.6'),(35995,4249,'_line_tax','0'),(35996,4249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(35997,4250,'_product_id','23'),(35998,4250,'_variation_id','0'),(35999,4250,'_qty','2'),(36000,4250,'_tax_class',''),(36001,4250,'_line_subtotal','223.68'),(36002,4250,'_line_subtotal_tax','0'),(36003,4250,'_line_total','223.68'),(36004,4250,'_line_tax','0'),(36005,4250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36006,4251,'_product_id','38'),(36007,4251,'_variation_id','0'),(36008,4251,'_qty','2'),(36009,4251,'_tax_class',''),(36010,4251,'_line_subtotal','557.12'),(36011,4251,'_line_subtotal_tax','0'),(36012,4251,'_line_total','557.12'),(36013,4251,'_line_tax','0'),(36014,4251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36015,4252,'method_id','fedex'),(36016,4252,'instance_id','1'),(36017,4252,'cost','114.01'),(36018,4252,'total_tax','0'),(36019,4252,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36020,4252,'Package 1','17 × 14 × 10 (in) 39.7lbs × 1'),(36021,4252,'Package 2','17 × 14 × 10 (in) 40.6lbs × 1'),(36022,4252,'Package 3','14 × 14 × 14 (in) 27lbs × 1'),(36023,4252,'Package 4','14 × 14 × 14 (in) 19.5lbs × 1'),(36024,4253,'_product_id','41'),(36025,4253,'_variation_id','0'),(36026,4253,'_qty','1'),(36027,4253,'_tax_class',''),(36028,4253,'_line_subtotal','66.48'),(36029,4253,'_line_subtotal_tax','0'),(36030,4253,'_line_total','66.48'),(36031,4253,'_line_tax','0'),(36032,4253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36033,4254,'_product_id','42'),(36034,4254,'_variation_id','0'),(36035,4254,'_qty','1'),(36036,4254,'_tax_class',''),(36037,4254,'_line_subtotal','79.2'),(36038,4254,'_line_subtotal_tax','0'),(36039,4254,'_line_total','79.2'),(36040,4254,'_line_tax','0'),(36041,4254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36042,4255,'_product_id','23'),(36043,4255,'_variation_id','0'),(36044,4255,'_qty','1'),(36045,4255,'_tax_class',''),(36046,4255,'_line_subtotal','111.84'),(36047,4255,'_line_subtotal_tax','0'),(36048,4255,'_line_total','111.84'),(36049,4255,'_line_tax','0'),(36050,4255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36051,4256,'_product_id','43'),(36052,4256,'_variation_id','0'),(36053,4256,'_qty','1'),(36054,4256,'_tax_class',''),(36055,4256,'_line_subtotal','79.2'),(36056,4256,'_line_subtotal_tax','0'),(36057,4256,'_line_total','79.2'),(36058,4256,'_line_tax','0'),(36059,4256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36060,4257,'_product_id','49'),(36061,4257,'_variation_id','0'),(36062,4257,'_qty','1'),(36063,4257,'_tax_class',''),(36064,4257,'_line_subtotal','79.2'),(36065,4257,'_line_subtotal_tax','0'),(36066,4257,'_line_total','79.2'),(36067,4257,'_line_tax','0'),(36068,4257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36069,4258,'_product_id','95'),(36070,4258,'_variation_id','0'),(36071,4258,'_qty','10'),(36072,4258,'_tax_class',''),(36073,4258,'_line_subtotal','0'),(36074,4258,'_line_subtotal_tax','0'),(36075,4258,'_line_total','0'),(36076,4258,'_line_tax','0'),(36077,4258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36078,4259,'_product_id','97'),(36079,4259,'_variation_id','0'),(36080,4259,'_qty','1'),(36081,4259,'_tax_class',''),(36082,4259,'_line_subtotal','0'),(36083,4259,'_line_subtotal_tax','0'),(36084,4259,'_line_total','0'),(36085,4259,'_line_tax','0'),(36086,4259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36087,4260,'_product_id','99'),(36088,4260,'_variation_id','0'),(36089,4260,'_qty','2'),(36090,4260,'_tax_class',''),(36091,4260,'_line_subtotal','0'),(36092,4260,'_line_subtotal_tax','0'),(36093,4260,'_line_total','0'),(36094,4260,'_line_tax','0'),(36095,4260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36096,4261,'method_id','fedex'),(36097,4261,'instance_id','1'),(36098,4261,'cost','57.99'),(36099,4261,'total_tax','0'),(36100,4261,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36101,4261,'Package 1','17 × 14 × 10 (in) 40.15lbs × 1'),(36102,4261,'Package 2','17 × 14 × 10 (in) 37.1lbs × 1'),(36103,4262,'_product_id','23'),(36104,4262,'_variation_id','0'),(36105,4262,'_qty','4'),(36106,4262,'_tax_class',''),(36107,4262,'_line_subtotal','447.36'),(36108,4262,'_line_subtotal_tax','0'),(36109,4262,'_line_total','447.36'),(36110,4262,'_line_tax','0'),(36111,4262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36112,4263,'_product_id','41'),(36113,4263,'_variation_id','0'),(36114,4263,'_qty','1'),(36115,4263,'_tax_class',''),(36116,4263,'_line_subtotal','66.48'),(36117,4263,'_line_subtotal_tax','0'),(36118,4263,'_line_total','66.48'),(36119,4263,'_line_tax','0'),(36120,4263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36121,4264,'_product_id','93'),(36122,4264,'_variation_id','0'),(36123,4264,'_qty','1'),(36124,4264,'_tax_class',''),(36125,4264,'_line_subtotal','0'),(36126,4264,'_line_subtotal_tax','0'),(36127,4264,'_line_total','0'),(36128,4264,'_line_tax','0'),(36129,4264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36130,4265,'method_id','fedex'),(36131,4265,'instance_id','1'),(36132,4265,'cost','25.02'),(36133,4265,'total_tax','0'),(36134,4265,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36135,4265,'Package 1','17 × 14 × 10 (in) 34.75lbs × 1'),(36136,4266,'_product_id','93'),(36137,4266,'_variation_id','0'),(36138,4266,'_qty','6'),(36139,4266,'_tax_class',''),(36140,4266,'_line_subtotal','0'),(36141,4266,'_line_subtotal_tax','0'),(36142,4266,'_line_total','0'),(36143,4266,'_line_tax','0'),(36144,4266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36145,4267,'_product_id','97'),(36146,4267,'_variation_id','0'),(36147,4267,'_qty','2'),(36148,4267,'_tax_class',''),(36149,4267,'_line_subtotal','0'),(36150,4267,'_line_subtotal_tax','0'),(36151,4267,'_line_total','0'),(36152,4267,'_line_tax','0'),(36153,4267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36154,4268,'_product_id','23'),(36155,4268,'_variation_id','0'),(36156,4268,'_qty','2'),(36157,4268,'_tax_class',''),(36158,4268,'_line_subtotal','223.68'),(36159,4268,'_line_subtotal_tax','0'),(36160,4268,'_line_total','223.68'),(36161,4268,'_line_tax','0'),(36162,4268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36163,4269,'_product_id','43'),(36164,4269,'_variation_id','0'),(36165,4269,'_qty','2'),(36166,4269,'_tax_class',''),(36167,4269,'_line_subtotal','158.4'),(36168,4269,'_line_subtotal_tax','0'),(36169,4269,'_line_total','158.4'),(36170,4269,'_line_tax','0'),(36171,4269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36172,4270,'_product_id','49'),(36173,4270,'_variation_id','0'),(36174,4270,'_qty','1'),(36175,4270,'_tax_class',''),(36176,4270,'_line_subtotal','79.2'),(36177,4270,'_line_subtotal_tax','0'),(36178,4270,'_line_total','79.2'),(36179,4270,'_line_tax','0'),(36180,4270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36181,4271,'_product_id','131'),(36182,4271,'_variation_id','0'),(36183,4271,'_qty','4'),(36184,4271,'_tax_class',''),(36185,4271,'_line_subtotal','50.6'),(36186,4271,'_line_subtotal_tax','0'),(36187,4271,'_line_total','50.6'),(36188,4271,'_line_tax','0'),(36189,4271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36190,4272,'method_id','free_shipping'),(36191,4272,'instance_id','2'),(36192,4272,'cost','0.00'),(36193,4272,'total_tax','0'),(36194,4272,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36195,4272,'Items','Bulk Active Rinse 100% &times; 6, Bulk Detangling Spray 1 Gallon &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Capes &times; 4'),(36196,4273,'_product_id','487'),(36197,4273,'_variation_id','0'),(36198,4273,'_qty','1'),(36199,4273,'_tax_class',''),(36200,4273,'_line_subtotal','31.35'),(36201,4273,'_line_subtotal_tax','0'),(36202,4273,'_line_total','31.35'),(36203,4273,'_line_tax','0'),(36204,4273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36205,4274,'_product_id','23'),(36206,4274,'_variation_id','0'),(36207,4274,'_qty','1'),(36208,4274,'_tax_class',''),(36209,4274,'_line_subtotal','111.84'),(36210,4274,'_line_subtotal_tax','0'),(36211,4274,'_line_total','111.84'),(36212,4274,'_line_tax','0'),(36213,4274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36214,4275,'_product_id','45'),(36215,4275,'_variation_id','0'),(36216,4275,'_qty','1'),(36217,4275,'_tax_class',''),(36218,4275,'_line_subtotal','42.24'),(36219,4275,'_line_subtotal_tax','0'),(36220,4275,'_line_total','42.24'),(36221,4275,'_line_tax','0'),(36222,4275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36223,4276,'_product_id','118'),(36224,4276,'_variation_id','0'),(36225,4276,'_qty','1'),(36226,4276,'_tax_class',''),(36227,4276,'_line_subtotal','184.8'),(36228,4276,'_line_subtotal_tax','0'),(36229,4276,'_line_total','184.8'),(36230,4276,'_line_tax','0'),(36231,4276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36232,4277,'_product_id','120'),(36233,4277,'_variation_id','0'),(36234,4277,'_qty','1'),(36235,4277,'_tax_class',''),(36236,4277,'_line_subtotal','52.8'),(36237,4277,'_line_subtotal_tax','0'),(36238,4277,'_line_total','52.8'),(36239,4277,'_line_tax','0'),(36240,4277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36241,4278,'_product_id','41'),(36242,4278,'_variation_id','0'),(36243,4278,'_qty','1'),(36244,4278,'_tax_class',''),(36245,4278,'_line_subtotal','66.48'),(36246,4278,'_line_subtotal_tax','0'),(36247,4278,'_line_total','66.48'),(36248,4278,'_line_tax','0'),(36249,4278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36250,4279,'_product_id','42'),(36251,4279,'_variation_id','0'),(36252,4279,'_qty','1'),(36253,4279,'_tax_class',''),(36254,4279,'_line_subtotal','79.2'),(36255,4279,'_line_subtotal_tax','0'),(36256,4279,'_line_total','79.2'),(36257,4279,'_line_tax','0'),(36258,4279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36259,4280,'_product_id','43'),(36260,4280,'_variation_id','0'),(36261,4280,'_qty','1'),(36262,4280,'_tax_class',''),(36263,4280,'_line_subtotal','79.2'),(36264,4280,'_line_subtotal_tax','0'),(36265,4280,'_line_total','79.2'),(36266,4280,'_line_tax','0'),(36267,4280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36268,4281,'_product_id','51'),(36269,4281,'_variation_id','0'),(36270,4281,'_qty','1'),(36271,4281,'_tax_class',''),(36272,4281,'_line_subtotal','147.84'),(36273,4281,'_line_subtotal_tax','0'),(36274,4281,'_line_total','147.84'),(36275,4281,'_line_tax','0'),(36276,4281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36277,4282,'_product_id','490'),(36278,4282,'_variation_id','0'),(36279,4282,'_qty','10'),(36280,4282,'_tax_class',''),(36281,4282,'_line_subtotal','227.8'),(36282,4282,'_line_subtotal_tax','0'),(36283,4282,'_line_total','227.8'),(36284,4282,'_line_tax','0'),(36285,4282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36286,4283,'method_id','free_shipping'),(36287,4283,'instance_id','2'),(36288,4283,'cost','0.00'),(36289,4283,'total_tax','0'),(36290,4283,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36291,4283,'Items','Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(36292,4284,'_product_id','40'),(36293,4284,'_variation_id','0'),(36294,4284,'_qty','2'),(36295,4284,'_tax_class',''),(36296,4284,'_line_subtotal','158.4'),(36297,4284,'_line_subtotal_tax','0'),(36298,4284,'_line_total','158.4'),(36299,4284,'_line_tax','0'),(36300,4284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36301,4285,'_product_id','39'),(36302,4285,'_variation_id','0'),(36303,4285,'_qty','2'),(36304,4285,'_tax_class',''),(36305,4285,'_line_subtotal','158.4'),(36306,4285,'_line_subtotal_tax','0'),(36307,4285,'_line_total','158.4'),(36308,4285,'_line_tax','0'),(36309,4285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36310,4286,'_product_id','23'),(36311,4286,'_variation_id','0'),(36312,4286,'_qty','2'),(36313,4286,'_tax_class',''),(36314,4286,'_line_subtotal','223.68'),(36315,4286,'_line_subtotal_tax','0'),(36316,4286,'_line_total','223.68'),(36317,4286,'_line_tax','0'),(36318,4286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36319,4287,'_product_id','93'),(36320,4287,'_variation_id','0'),(36321,4287,'_qty','10'),(36322,4287,'_tax_class',''),(36323,4287,'_line_subtotal','0'),(36324,4287,'_line_subtotal_tax','0'),(36325,4287,'_line_total','0'),(36326,4287,'_line_tax','0'),(36327,4287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36328,4288,'method_id','free_shipping'),(36329,4288,'instance_id','2'),(36330,4288,'cost','0.00'),(36331,4288,'total_tax','0'),(36332,4288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36333,4288,'Items','Preventive Conditioner(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10'),(36334,4289,'_product_id','23'),(36335,4289,'_variation_id','0'),(36336,4289,'_qty','2'),(36337,4289,'_tax_class',''),(36338,4289,'_line_subtotal','223.68'),(36339,4289,'_line_subtotal_tax','0'),(36340,4289,'_line_total','223.68'),(36341,4289,'_line_tax','0'),(36342,4289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36343,4290,'_product_id','39'),(36344,4290,'_variation_id','0'),(36345,4290,'_qty','2'),(36346,4290,'_tax_class',''),(36347,4290,'_line_subtotal','158.4'),(36348,4290,'_line_subtotal_tax','0'),(36349,4290,'_line_total','158.4'),(36350,4290,'_line_tax','0'),(36351,4290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36352,4291,'_product_id','40'),(36353,4291,'_variation_id','0'),(36354,4291,'_qty','2'),(36355,4291,'_tax_class',''),(36356,4291,'_line_subtotal','158.4'),(36357,4291,'_line_subtotal_tax','0'),(36358,4291,'_line_total','158.4'),(36359,4291,'_line_tax','0'),(36360,4291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36361,4292,'method_id','free_shipping'),(36362,4292,'instance_id','2'),(36363,4292,'cost','0.00'),(36364,4292,'total_tax','0'),(36365,4292,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36366,4292,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2'),(36409,4298,'_product_id','23'),(36410,4298,'_variation_id','0'),(36411,4298,'_qty','1'),(36412,4298,'_tax_class',''),(36413,4298,'_line_subtotal','111.84'),(36414,4298,'_line_subtotal_tax','0'),(36415,4298,'_line_total','111.84'),(36416,4298,'_line_tax','0'),(36417,4298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36418,4299,'_product_id','45'),(36419,4299,'_variation_id','0'),(36420,4299,'_qty','1'),(36421,4299,'_tax_class',''),(36422,4299,'_line_subtotal','42.24'),(36423,4299,'_line_subtotal_tax','0'),(36424,4299,'_line_total','42.24'),(36425,4299,'_line_tax','0'),(36426,4299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36427,4300,'_product_id','43'),(36428,4300,'_variation_id','0'),(36429,4300,'_qty','1'),(36430,4300,'_tax_class',''),(36431,4300,'_line_subtotal','79.2'),(36432,4300,'_line_subtotal_tax','0'),(36433,4300,'_line_total','79.2'),(36434,4300,'_line_tax','0'),(36435,4300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36436,4301,'_product_id','120'),(36437,4301,'_variation_id','0'),(36438,4301,'_qty','1'),(36439,4301,'_tax_class',''),(36440,4301,'_line_subtotal','52.8'),(36441,4301,'_line_subtotal_tax','0'),(36442,4301,'_line_total','52.8'),(36443,4301,'_line_tax','0'),(36444,4301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36445,4302,'_product_id','44'),(36446,4302,'_variation_id','0'),(36447,4302,'_qty','1'),(36448,4302,'_tax_class',''),(36449,4302,'_line_subtotal','116.16'),(36450,4302,'_line_subtotal_tax','0'),(36451,4302,'_line_total','116.16'),(36452,4302,'_line_tax','0'),(36453,4302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36454,4303,'_product_id','93'),(36455,4303,'_variation_id','0'),(36456,4303,'_qty','6'),(36457,4303,'_tax_class',''),(36458,4303,'_line_subtotal','0'),(36459,4303,'_line_subtotal_tax','0'),(36460,4303,'_line_total','0'),(36461,4303,'_line_tax','0'),(36462,4303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36463,4304,'_product_id','41'),(36464,4304,'_variation_id','0'),(36465,4304,'_qty','1'),(36466,4304,'_tax_class',''),(36467,4304,'_line_subtotal','66.48'),(36468,4304,'_line_subtotal_tax','0'),(36469,4304,'_line_total','66.48'),(36470,4304,'_line_tax','0'),(36471,4304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36472,4305,'method_id','fedex'),(36473,4305,'instance_id','1'),(36474,4305,'cost','47.49'),(36475,4305,'total_tax','0'),(36476,4305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36477,4305,'Package 1','17 × 14 × 10 (in) 39.15lbs × 1'),(36478,4305,'Package 2','17 × 14 × 10 (in) 16.3lbs × 1'),(36479,4306,'_product_id','41'),(36480,4306,'_variation_id','0'),(36481,4306,'_qty','5'),(36482,4306,'_tax_class',''),(36483,4306,'_line_subtotal','332.4'),(36484,4306,'_line_subtotal_tax','0'),(36485,4306,'_line_total','332.4'),(36486,4306,'_line_tax','0'),(36487,4306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36488,4307,'_product_id','39'),(36489,4307,'_variation_id','0'),(36490,4307,'_qty','3'),(36491,4307,'_tax_class',''),(36492,4307,'_line_subtotal','237.6'),(36493,4307,'_line_subtotal_tax','0'),(36494,4307,'_line_total','237.6'),(36495,4307,'_line_tax','0'),(36496,4307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36497,4308,'_product_id','40'),(36498,4308,'_variation_id','0'),(36499,4308,'_qty','3'),(36500,4308,'_tax_class',''),(36501,4308,'_line_subtotal','237.6'),(36502,4308,'_line_subtotal_tax','0'),(36503,4308,'_line_total','237.6'),(36504,4308,'_line_tax','0'),(36505,4308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36506,4309,'_product_id','49'),(36507,4309,'_variation_id','0'),(36508,4309,'_qty','5'),(36509,4309,'_tax_class',''),(36510,4309,'_line_subtotal','396'),(36511,4309,'_line_subtotal_tax','0'),(36512,4309,'_line_total','396'),(36513,4309,'_line_tax','0'),(36514,4309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36515,4310,'_product_id','44'),(36516,4310,'_variation_id','0'),(36517,4310,'_qty','4'),(36518,4310,'_tax_class',''),(36519,4310,'_line_subtotal','464.64'),(36520,4310,'_line_subtotal_tax','0'),(36521,4310,'_line_total','464.64'),(36522,4310,'_line_tax','0'),(36523,4310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36524,4311,'method_id','free_shipping'),(36525,4311,'instance_id','2'),(36526,4311,'cost','0.00'),(36527,4311,'total_tax','0'),(36528,4311,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36529,4311,'Items','Professional Lice Comb(Case of 12) &times; 5, Preventive Shampoo(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Preventive Kit(Case of 6) &times; 4'),(36530,4312,'_product_id','97'),(36531,4312,'_variation_id','0'),(36532,4312,'_qty','2'),(36533,4312,'_tax_class',''),(36534,4312,'_line_subtotal','0'),(36535,4312,'_line_subtotal_tax','0'),(36536,4312,'_line_total','0'),(36537,4312,'_line_tax','0'),(36538,4312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36539,4313,'_product_id','99'),(36540,4313,'_variation_id','0'),(36541,4313,'_qty','1'),(36542,4313,'_tax_class',''),(36543,4313,'_line_subtotal','0'),(36544,4313,'_line_subtotal_tax','0'),(36545,4313,'_line_total','0'),(36546,4313,'_line_tax','0'),(36547,4313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36548,4314,'_product_id','135'),(36549,4314,'_variation_id','0'),(36550,4314,'_qty','2'),(36551,4314,'_tax_class',''),(36552,4314,'_line_subtotal','4.96'),(36553,4314,'_line_subtotal_tax','0'),(36554,4314,'_line_total','4.96'),(36555,4314,'_line_tax','0'),(36556,4314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36557,4315,'_product_id','131'),(36558,4315,'_variation_id','0'),(36559,4315,'_qty','10'),(36560,4315,'_tax_class',''),(36561,4315,'_line_subtotal','126.5'),(36562,4315,'_line_subtotal_tax','0'),(36563,4315,'_line_total','126.5'),(36564,4315,'_line_tax','0'),(36565,4315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36566,4316,'method_id','fedex'),(36567,4316,'instance_id','1'),(36568,4316,'cost','38.79'),(36569,4316,'total_tax','0'),(36570,4316,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36571,4316,'Package 1','17 × 14 × 10 (in) 34.05lbs × 1'),(36572,4316,'Package 2','17 × 14 × 10 (in) 14.8lbs × 1'),(36573,4317,'_product_id','23'),(36574,4317,'_variation_id','0'),(36575,4317,'_qty','1'),(36576,4317,'_tax_class',''),(36577,4317,'_line_subtotal','111.84'),(36578,4317,'_line_subtotal_tax','0'),(36579,4317,'_line_total','111.84'),(36580,4317,'_line_tax','0'),(36581,4317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36582,4318,'_product_id','38'),(36583,4318,'_variation_id','0'),(36584,4318,'_qty','1'),(36585,4318,'_tax_class',''),(36586,4318,'_line_subtotal','278.56'),(36587,4318,'_line_subtotal_tax','0'),(36588,4318,'_line_total','278.56'),(36589,4318,'_line_tax','0'),(36590,4318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36591,4319,'_product_id','41'),(36592,4319,'_variation_id','0'),(36593,4319,'_qty','1'),(36594,4319,'_tax_class',''),(36595,4319,'_line_subtotal','66.48'),(36596,4319,'_line_subtotal_tax','0'),(36597,4319,'_line_total','66.48'),(36598,4319,'_line_tax','0'),(36599,4319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36600,4320,'_product_id','490'),(36601,4320,'_variation_id','0'),(36602,4320,'_qty','8'),(36603,4320,'_tax_class',''),(36604,4320,'_line_subtotal','182.24'),(36605,4320,'_line_subtotal_tax','0'),(36606,4320,'_line_total','182.24'),(36607,4320,'_line_tax','0'),(36608,4320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36609,4321,'_product_id','488'),(36610,4321,'_variation_id','0'),(36611,4321,'_qty','1'),(36612,4321,'_tax_class',''),(36613,4321,'_line_subtotal','31.35'),(36614,4321,'_line_subtotal_tax','0'),(36615,4321,'_line_total','31.35'),(36616,4321,'_line_tax','0'),(36617,4321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36618,4322,'method_id','free_shipping'),(36619,4322,'instance_id','2'),(36620,4322,'cost','0.00'),(36621,4322,'total_tax','0'),(36622,4322,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36623,4322,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1'),(36624,4323,'_product_id','23'),(36625,4323,'_variation_id','0'),(36626,4323,'_qty','2'),(36627,4323,'_tax_class',''),(36628,4323,'_line_subtotal','223.68'),(36629,4323,'_line_subtotal_tax','0'),(36630,4323,'_line_total','223.68'),(36631,4323,'_line_tax','0'),(36632,4323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36633,4324,'_product_id','38'),(36634,4324,'_variation_id','0'),(36635,4324,'_qty','2'),(36636,4324,'_tax_class',''),(36637,4324,'_line_subtotal','557.12'),(36638,4324,'_line_subtotal_tax','0'),(36639,4324,'_line_total','557.12'),(36640,4324,'_line_tax','0'),(36641,4324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36642,4325,'_product_id','42'),(36643,4325,'_variation_id','0'),(36644,4325,'_qty','2'),(36645,4325,'_tax_class',''),(36646,4325,'_line_subtotal','158.4'),(36647,4325,'_line_subtotal_tax','0'),(36648,4325,'_line_total','158.4'),(36649,4325,'_line_tax','0'),(36650,4325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36651,4326,'_product_id','45'),(36652,4326,'_variation_id','0'),(36653,4326,'_qty','2'),(36654,4326,'_tax_class',''),(36655,4326,'_line_subtotal','84.48'),(36656,4326,'_line_subtotal_tax','0'),(36657,4326,'_line_total','84.48'),(36658,4326,'_line_tax','0'),(36659,4326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36660,4327,'_product_id','41'),(36661,4327,'_variation_id','0'),(36662,4327,'_qty','6'),(36663,4327,'_tax_class',''),(36664,4327,'_line_subtotal','398.88'),(36665,4327,'_line_subtotal_tax','0'),(36666,4327,'_line_total','398.88'),(36667,4327,'_line_tax','0'),(36668,4327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36669,4328,'_product_id','118'),(36670,4328,'_variation_id','0'),(36671,4328,'_qty','2'),(36672,4328,'_tax_class',''),(36673,4328,'_line_subtotal','369.6'),(36674,4328,'_line_subtotal_tax','0'),(36675,4328,'_line_total','369.6'),(36676,4328,'_line_tax','0'),(36677,4328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36678,4329,'_product_id','116'),(36679,4329,'_variation_id','0'),(36680,4329,'_qty','1'),(36681,4329,'_tax_class',''),(36682,4329,'_line_subtotal','145.44'),(36683,4329,'_line_subtotal_tax','0'),(36684,4329,'_line_total','145.44'),(36685,4329,'_line_tax','0'),(36686,4329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36687,4330,'_product_id','51'),(36688,4330,'_variation_id','0'),(36689,4330,'_qty','2'),(36690,4330,'_tax_class',''),(36691,4330,'_line_subtotal','295.68'),(36692,4330,'_line_subtotal_tax','0'),(36693,4330,'_line_total','295.68'),(36694,4330,'_line_tax','0'),(36695,4330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36696,4331,'_product_id','39'),(36697,4331,'_variation_id','0'),(36698,4331,'_qty','2'),(36699,4331,'_tax_class',''),(36700,4331,'_line_subtotal','158.4'),(36701,4331,'_line_subtotal_tax','0'),(36702,4331,'_line_total','158.4'),(36703,4331,'_line_tax','0'),(36704,4331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36705,4332,'_product_id','40'),(36706,4332,'_variation_id','0'),(36707,4332,'_qty','2'),(36708,4332,'_tax_class',''),(36709,4332,'_line_subtotal','158.4'),(36710,4332,'_line_subtotal_tax','0'),(36711,4332,'_line_total','158.4'),(36712,4332,'_line_tax','0'),(36713,4332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36714,4333,'_product_id','120'),(36715,4333,'_variation_id','0'),(36716,4333,'_qty','1'),(36717,4333,'_tax_class',''),(36718,4333,'_line_subtotal','52.8'),(36719,4333,'_line_subtotal_tax','0'),(36720,4333,'_line_total','52.8'),(36721,4333,'_line_tax','0'),(36722,4333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36723,4334,'_product_id','43'),(36724,4334,'_variation_id','0'),(36725,4334,'_qty','2'),(36726,4334,'_tax_class',''),(36727,4334,'_line_subtotal','158.4'),(36728,4334,'_line_subtotal_tax','0'),(36729,4334,'_line_total','158.4'),(36730,4334,'_line_tax','0'),(36731,4334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36732,4335,'_product_id','49'),(36733,4335,'_variation_id','0'),(36734,4335,'_qty','3'),(36735,4335,'_tax_class',''),(36736,4335,'_line_subtotal','237.6'),(36737,4335,'_line_subtotal_tax','0'),(36738,4335,'_line_total','237.6'),(36739,4335,'_line_tax','0'),(36740,4335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36741,4336,'_product_id','44'),(36742,4336,'_variation_id','0'),(36743,4336,'_qty','2'),(36744,4336,'_tax_class',''),(36745,4336,'_line_subtotal','232.32'),(36746,4336,'_line_subtotal_tax','0'),(36747,4336,'_line_total','232.32'),(36748,4336,'_line_tax','0'),(36749,4336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36750,4337,'method_id','free_shipping'),(36751,4337,'instance_id','2'),(36752,4337,'cost','0.00'),(36753,4337,'total_tax','0'),(36754,4337,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36755,4337,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Urgent Care & Preventive Kit(Case of 6) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2'),(36756,4338,'_product_id','41'),(36757,4338,'_variation_id','0'),(36758,4338,'_qty','2'),(36759,4338,'_tax_class',''),(36760,4338,'_line_subtotal','132.96'),(36761,4338,'_line_subtotal_tax','0'),(36762,4338,'_line_total','132.96'),(36763,4338,'_line_tax','0'),(36764,4338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36765,4339,'_product_id','23'),(36766,4339,'_variation_id','0'),(36767,4339,'_qty','2'),(36768,4339,'_tax_class',''),(36769,4339,'_line_subtotal','223.68'),(36770,4339,'_line_subtotal_tax','0'),(36771,4339,'_line_total','223.68'),(36772,4339,'_line_tax','0'),(36773,4339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36774,4340,'_product_id','38'),(36775,4340,'_variation_id','0'),(36776,4340,'_qty','2'),(36777,4340,'_tax_class',''),(36778,4340,'_line_subtotal','557.12'),(36779,4340,'_line_subtotal_tax','0'),(36780,4340,'_line_total','557.12'),(36781,4340,'_line_tax','0'),(36782,4340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36783,4341,'_product_id','131'),(36784,4341,'_variation_id','0'),(36785,4341,'_qty','6'),(36786,4341,'_tax_class',''),(36787,4341,'_line_subtotal','75.9'),(36788,4341,'_line_subtotal_tax','0'),(36789,4341,'_line_total','75.9'),(36790,4341,'_line_tax','0'),(36791,4341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36792,4342,'_product_id','43'),(36793,4342,'_variation_id','0'),(36794,4342,'_qty','1'),(36795,4342,'_tax_class',''),(36796,4342,'_line_subtotal','79.2'),(36797,4342,'_line_subtotal_tax','0'),(36798,4342,'_line_total','79.2'),(36799,4342,'_line_tax','0'),(36800,4342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36801,4343,'_product_id','490'),(36802,4343,'_variation_id','0'),(36803,4343,'_qty','10'),(36804,4343,'_tax_class',''),(36805,4343,'_line_subtotal','227.8'),(36806,4343,'_line_subtotal_tax','0'),(36807,4343,'_line_total','227.8'),(36808,4343,'_line_tax','0'),(36809,4343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36810,4344,'_product_id','488'),(36811,4344,'_variation_id','0'),(36812,4344,'_qty','2'),(36813,4344,'_tax_class',''),(36814,4344,'_line_subtotal','62.7'),(36815,4344,'_line_subtotal_tax','0'),(36816,4344,'_line_total','62.7'),(36817,4344,'_line_tax','0'),(36818,4344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36819,4345,'_product_id','133'),(36820,4345,'_variation_id','0'),(36821,4345,'_qty','1'),(36822,4345,'_tax_class',''),(36823,4345,'_line_subtotal','14.3'),(36824,4345,'_line_subtotal_tax','0'),(36825,4345,'_line_total','14.3'),(36826,4345,'_line_tax','0'),(36827,4345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36828,4346,'method_id','free_shipping'),(36829,4346,'instance_id','2'),(36830,4346,'cost','0.00'),(36831,4346,'total_tax','0'),(36832,4346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36833,4346,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Disposable Capes &times; 6, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Head Bands &times; 1'),(36834,4347,'_product_id','45'),(36835,4347,'_variation_id','0'),(36836,4347,'_qty','4'),(36837,4347,'_tax_class',''),(36838,4347,'_line_subtotal','168.96'),(36839,4347,'_line_subtotal_tax','0'),(36840,4347,'_line_total','168.96'),(36841,4347,'_line_tax','0'),(36842,4347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36843,4348,'_product_id','23'),(36844,4348,'_variation_id','0'),(36845,4348,'_qty','2'),(36846,4348,'_tax_class',''),(36847,4348,'_line_subtotal','223.68'),(36848,4348,'_line_subtotal_tax','0'),(36849,4348,'_line_total','223.68'),(36850,4348,'_line_tax','0'),(36851,4348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36852,4349,'_product_id','116'),(36853,4349,'_variation_id','0'),(36854,4349,'_qty','1'),(36855,4349,'_tax_class',''),(36856,4349,'_line_subtotal','145.44'),(36857,4349,'_line_subtotal_tax','0'),(36858,4349,'_line_total','145.44'),(36859,4349,'_line_tax','0'),(36860,4349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36861,4350,'_product_id','41'),(36862,4350,'_variation_id','0'),(36863,4350,'_qty','4'),(36864,4350,'_tax_class',''),(36865,4350,'_line_subtotal','265.92'),(36866,4350,'_line_subtotal_tax','0'),(36867,4350,'_line_total','265.92'),(36868,4350,'_line_tax','0'),(36869,4350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36870,4351,'_product_id','39'),(36871,4351,'_variation_id','0'),(36872,4351,'_qty','1'),(36873,4351,'_tax_class',''),(36874,4351,'_line_subtotal','79.2'),(36875,4351,'_line_subtotal_tax','0'),(36876,4351,'_line_total','79.2'),(36877,4351,'_line_tax','0'),(36878,4351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36879,4352,'_product_id','40'),(36880,4352,'_variation_id','0'),(36881,4352,'_qty','1'),(36882,4352,'_tax_class',''),(36883,4352,'_line_subtotal','79.2'),(36884,4352,'_line_subtotal_tax','0'),(36885,4352,'_line_total','79.2'),(36886,4352,'_line_tax','0'),(36887,4352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36888,4353,'_product_id','120'),(36889,4353,'_variation_id','0'),(36890,4353,'_qty','1'),(36891,4353,'_tax_class',''),(36892,4353,'_line_subtotal','52.8'),(36893,4353,'_line_subtotal_tax','0'),(36894,4353,'_line_total','52.8'),(36895,4353,'_line_tax','0'),(36896,4353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36897,4354,'_product_id','44'),(36898,4354,'_variation_id','0'),(36899,4354,'_qty','3'),(36900,4354,'_tax_class',''),(36901,4354,'_line_subtotal','348.48'),(36902,4354,'_line_subtotal_tax','0'),(36903,4354,'_line_total','348.48'),(36904,4354,'_line_tax','0'),(36905,4354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36906,4355,'_product_id','43'),(36907,4355,'_variation_id','0'),(36908,4355,'_qty','1'),(36909,4355,'_tax_class',''),(36910,4355,'_line_subtotal','79.2'),(36911,4355,'_line_subtotal_tax','0'),(36912,4355,'_line_total','79.2'),(36913,4355,'_line_tax','0'),(36914,4355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36915,4356,'_product_id','49'),(36916,4356,'_variation_id','0'),(36917,4356,'_qty','3'),(36918,4356,'_tax_class',''),(36919,4356,'_line_subtotal','237.6'),(36920,4356,'_line_subtotal_tax','0'),(36921,4356,'_line_total','237.6'),(36922,4356,'_line_tax','0'),(36923,4356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36924,4357,'_product_id','133'),(36925,4357,'_variation_id','0'),(36926,4357,'_qty','3'),(36927,4357,'_tax_class',''),(36928,4357,'_line_subtotal','42.9'),(36929,4357,'_line_subtotal_tax','0'),(36930,4357,'_line_total','42.9'),(36931,4357,'_line_tax','0'),(36932,4357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36933,4358,'_product_id','93'),(36934,4358,'_variation_id','0'),(36935,4358,'_qty','10'),(36936,4358,'_tax_class',''),(36937,4358,'_line_subtotal','0'),(36938,4358,'_line_subtotal_tax','0'),(36939,4358,'_line_total','0'),(36940,4358,'_line_tax','0'),(36941,4358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36942,4359,'_product_id','97'),(36943,4359,'_variation_id','0'),(36944,4359,'_qty','1'),(36945,4359,'_tax_class',''),(36946,4359,'_line_subtotal','0'),(36947,4359,'_line_subtotal_tax','0'),(36948,4359,'_line_total','0'),(36949,4359,'_line_tax','0'),(36950,4359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(36951,4360,'method_id','free_shipping'),(36952,4360,'instance_id','2'),(36953,4360,'cost','0.00'),(36954,4360,'total_tax','0'),(36955,4360,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(36956,4360,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Disposable Head Bands &times; 3, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1'),(37061,4373,'_product_id','23'),(37062,4373,'_variation_id','0'),(37063,4373,'_qty','2'),(37064,4373,'_tax_class',''),(37065,4373,'_line_subtotal','223.68'),(37066,4373,'_line_subtotal_tax','0'),(37067,4373,'_line_total','223.68'),(37068,4373,'_line_tax','0'),(37069,4373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37070,4374,'_product_id','41'),(37071,4374,'_variation_id','0'),(37072,4374,'_qty','2'),(37073,4374,'_tax_class',''),(37074,4374,'_line_subtotal','132.96'),(37075,4374,'_line_subtotal_tax','0'),(37076,4374,'_line_total','132.96'),(37077,4374,'_line_tax','0'),(37078,4374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37079,4375,'_product_id','51'),(37080,4375,'_variation_id','0'),(37081,4375,'_qty','2'),(37082,4375,'_tax_class',''),(37083,4375,'_line_subtotal','295.68'),(37084,4375,'_line_subtotal_tax','0'),(37085,4375,'_line_total','295.68'),(37086,4375,'_line_tax','0'),(37087,4375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37088,4376,'_product_id','44'),(37089,4376,'_variation_id','0'),(37090,4376,'_qty','2'),(37091,4376,'_tax_class',''),(37092,4376,'_line_subtotal','232.32'),(37093,4376,'_line_subtotal_tax','0'),(37094,4376,'_line_total','232.32'),(37095,4376,'_line_tax','0'),(37096,4376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37097,4377,'_product_id','490'),(37098,4377,'_variation_id','0'),(37099,4377,'_qty','8'),(37100,4377,'_tax_class',''),(37101,4377,'_line_subtotal','182.24'),(37102,4377,'_line_subtotal_tax','0'),(37103,4377,'_line_total','182.24'),(37104,4377,'_line_tax','0'),(37105,4377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37106,4378,'method_id','fedex'),(37107,4378,'instance_id','1'),(37108,4378,'cost','100.74'),(37109,4378,'total_tax','0'),(37110,4378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37111,4378,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(37112,4378,'Package 2','17 × 14 × 10 (in) 41.45lbs × 1'),(37113,4379,'_product_id','41'),(37114,4379,'_variation_id','0'),(37115,4379,'_qty','2'),(37116,4379,'_tax_class',''),(37117,4379,'_line_subtotal','132.96'),(37118,4379,'_line_subtotal_tax','0'),(37119,4379,'_line_total','132.96'),(37120,4379,'_line_tax','0'),(37121,4379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37122,4380,'_product_id','43'),(37123,4380,'_variation_id','0'),(37124,4380,'_qty','2'),(37125,4380,'_tax_class',''),(37126,4380,'_line_subtotal','158.4'),(37127,4380,'_line_subtotal_tax','0'),(37128,4380,'_line_total','158.4'),(37129,4380,'_line_tax','0'),(37130,4380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37131,4381,'_product_id','38'),(37132,4381,'_variation_id','0'),(37133,4381,'_qty','1'),(37134,4381,'_tax_class',''),(37135,4381,'_line_subtotal','278.56'),(37136,4381,'_line_subtotal_tax','0'),(37137,4381,'_line_total','278.56'),(37138,4381,'_line_tax','0'),(37139,4381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37140,4382,'_product_id','23'),(37141,4382,'_variation_id','0'),(37142,4382,'_qty','1'),(37143,4382,'_tax_class',''),(37144,4382,'_line_subtotal','111.84'),(37145,4382,'_line_subtotal_tax','0'),(37146,4382,'_line_total','111.84'),(37147,4382,'_line_tax','0'),(37148,4382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37149,4383,'method_id','free_shipping'),(37150,4383,'instance_id','2'),(37151,4383,'cost','0.00'),(37152,4383,'total_tax','0'),(37153,4383,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37154,4383,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(37155,4384,'_product_id','23'),(37156,4384,'_variation_id','0'),(37157,4384,'_qty','4'),(37158,4384,'_tax_class',''),(37159,4384,'_line_subtotal','447.36'),(37160,4384,'_line_subtotal_tax','0'),(37161,4384,'_line_total','447.36'),(37162,4384,'_line_tax','0'),(37163,4384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37164,4385,'_product_id','490'),(37165,4385,'_variation_id','0'),(37166,4385,'_qty','5'),(37167,4385,'_tax_class',''),(37168,4385,'_line_subtotal','113.9'),(37169,4385,'_line_subtotal_tax','0'),(37170,4385,'_line_total','113.9'),(37171,4385,'_line_tax','0'),(37172,4385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37173,4386,'method_id','free_shipping'),(37174,4386,'instance_id','2'),(37175,4386,'cost','0.00'),(37176,4386,'total_tax','0'),(37177,4386,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37178,4386,'Items','Active Rinse 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 5'),(37179,4387,'_product_id','49'),(37180,4387,'_variation_id','0'),(37181,4387,'_qty','2'),(37182,4387,'_tax_class',''),(37183,4387,'_line_subtotal','158.4'),(37184,4387,'_line_subtotal_tax','0'),(37185,4387,'_line_total','158.4'),(37186,4387,'_line_tax','0'),(37187,4387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37188,4388,'method_id','fedex'),(37189,4388,'instance_id','1'),(37190,4388,'cost','30.43'),(37191,4388,'total_tax','0'),(37192,4388,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37193,4388,'Package 1','17 × 14 × 10 (in) 16.6lbs × 1'),(37194,4389,'_product_id','490'),(37195,4389,'_variation_id','0'),(37196,4389,'_qty','10'),(37197,4389,'_tax_class',''),(37198,4389,'_line_subtotal','227.8'),(37199,4389,'_line_subtotal_tax','0'),(37200,4389,'_line_total','227.8'),(37201,4389,'_line_tax','0'),(37202,4389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37203,4390,'_product_id','488'),(37204,4390,'_variation_id','0'),(37205,4390,'_qty','1'),(37206,4390,'_tax_class',''),(37207,4390,'_line_subtotal','31.35'),(37208,4390,'_line_subtotal_tax','0'),(37209,4390,'_line_total','31.35'),(37210,4390,'_line_tax','0'),(37211,4390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37212,4391,'_product_id','487'),(37213,4391,'_variation_id','0'),(37214,4391,'_qty','1'),(37215,4391,'_tax_class',''),(37216,4391,'_line_subtotal','31.35'),(37217,4391,'_line_subtotal_tax','0'),(37218,4391,'_line_total','31.35'),(37219,4391,'_line_tax','0'),(37220,4391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37221,4392,'_product_id','45'),(37222,4392,'_variation_id','0'),(37223,4392,'_qty','2'),(37224,4392,'_tax_class',''),(37225,4392,'_line_subtotal','84.48'),(37226,4392,'_line_subtotal_tax','0'),(37227,4392,'_line_total','84.48'),(37228,4392,'_line_tax','0'),(37229,4392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37230,4393,'_product_id','41'),(37231,4393,'_variation_id','0'),(37232,4393,'_qty','1'),(37233,4393,'_tax_class',''),(37234,4393,'_line_subtotal','66.48'),(37235,4393,'_line_subtotal_tax','0'),(37236,4393,'_line_total','66.48'),(37237,4393,'_line_tax','0'),(37238,4393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37239,4394,'_product_id','120'),(37240,4394,'_variation_id','0'),(37241,4394,'_qty','1'),(37242,4394,'_tax_class',''),(37243,4394,'_line_subtotal','52.8'),(37244,4394,'_line_subtotal_tax','0'),(37245,4394,'_line_total','52.8'),(37246,4394,'_line_tax','0'),(37247,4394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37248,4395,'_product_id','131'),(37249,4395,'_variation_id','0'),(37250,4395,'_qty','1'),(37251,4395,'_tax_class',''),(37252,4395,'_line_subtotal','12.65'),(37253,4395,'_line_subtotal_tax','0'),(37254,4395,'_line_total','12.65'),(37255,4395,'_line_tax','0'),(37256,4395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37257,4396,'method_id','free_shipping'),(37258,4396,'instance_id','2'),(37259,4396,'cost','0.00'),(37260,4396,'total_tax','0'),(37261,4396,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37262,4396,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Disposable Capes &times; 1'),(37263,4397,'_product_id','490'),(37264,4397,'_variation_id','0'),(37265,4397,'_qty','10'),(37266,4397,'_tax_class',''),(37267,4397,'_line_subtotal','227.8'),(37268,4397,'_line_subtotal_tax','0'),(37269,4397,'_line_total','227.8'),(37270,4397,'_line_tax','0'),(37271,4397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37272,4398,'_product_id','23'),(37273,4398,'_variation_id','0'),(37274,4398,'_qty','4'),(37275,4398,'_tax_class',''),(37276,4398,'_line_subtotal','447.36'),(37277,4398,'_line_subtotal_tax','0'),(37278,4398,'_line_total','447.36'),(37279,4398,'_line_tax','0'),(37280,4398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37281,4399,'_product_id','38'),(37282,4399,'_variation_id','0'),(37283,4399,'_qty','3'),(37284,4399,'_tax_class',''),(37285,4399,'_line_subtotal','835.68'),(37286,4399,'_line_subtotal_tax','0'),(37287,4399,'_line_total','835.68'),(37288,4399,'_line_tax','0'),(37289,4399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37290,4400,'_product_id','41'),(37291,4400,'_variation_id','0'),(37292,4400,'_qty','4'),(37293,4400,'_tax_class',''),(37294,4400,'_line_subtotal','265.92'),(37295,4400,'_line_subtotal_tax','0'),(37296,4400,'_line_total','265.92'),(37297,4400,'_line_tax','0'),(37298,4400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37299,4401,'_product_id','51'),(37300,4401,'_variation_id','0'),(37301,4401,'_qty','4'),(37302,4401,'_tax_class',''),(37303,4401,'_line_subtotal','591.36'),(37304,4401,'_line_subtotal_tax','0'),(37305,4401,'_line_total','591.36'),(37306,4401,'_line_tax','0'),(37307,4401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37308,4402,'_product_id','43'),(37309,4402,'_variation_id','0'),(37310,4402,'_qty','2'),(37311,4402,'_tax_class',''),(37312,4402,'_line_subtotal','158.4'),(37313,4402,'_line_subtotal_tax','0'),(37314,4402,'_line_total','158.4'),(37315,4402,'_line_tax','0'),(37316,4402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37317,4403,'method_id','free_shipping'),(37318,4403,'instance_id','2'),(37319,4403,'cost','0.00'),(37320,4403,'total_tax','0'),(37321,4403,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37322,4403,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2'),(37323,4404,'_product_id','93'),(37324,4404,'_variation_id','0'),(37325,4404,'_qty','8'),(37326,4404,'_tax_class',''),(37327,4404,'_line_subtotal','0'),(37328,4404,'_line_subtotal_tax','0'),(37329,4404,'_line_total','0'),(37330,4404,'_line_tax','0'),(37331,4404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37332,4405,'method_id','fedex'),(37333,4405,'instance_id','1'),(37334,4405,'cost','16.41'),(37335,4405,'total_tax','0'),(37336,4405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37337,4405,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(37338,4406,'_product_id','43'),(37339,4406,'_variation_id','0'),(37340,4406,'_qty','1'),(37341,4406,'_tax_class',''),(37342,4406,'_line_subtotal','79.2'),(37343,4406,'_line_subtotal_tax','0'),(37344,4406,'_line_total','79.2'),(37345,4406,'_line_tax','0'),(37346,4406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37347,4407,'_product_id','42'),(37348,4407,'_variation_id','0'),(37349,4407,'_qty','1'),(37350,4407,'_tax_class',''),(37351,4407,'_line_subtotal','79.2'),(37352,4407,'_line_subtotal_tax','0'),(37353,4407,'_line_total','79.2'),(37354,4407,'_line_tax','0'),(37355,4407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37356,4408,'_product_id','41'),(37357,4408,'_variation_id','0'),(37358,4408,'_qty','2'),(37359,4408,'_tax_class',''),(37360,4408,'_line_subtotal','132.96'),(37361,4408,'_line_subtotal_tax','0'),(37362,4408,'_line_total','132.96'),(37363,4408,'_line_tax','0'),(37364,4408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37365,4409,'_product_id','38'),(37366,4409,'_variation_id','0'),(37367,4409,'_qty','1'),(37368,4409,'_tax_class',''),(37369,4409,'_line_subtotal','278.56'),(37370,4409,'_line_subtotal_tax','0'),(37371,4409,'_line_total','278.56'),(37372,4409,'_line_tax','0'),(37373,4409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37374,4410,'_product_id','23'),(37375,4410,'_variation_id','0'),(37376,4410,'_qty','2'),(37377,4410,'_tax_class',''),(37378,4410,'_line_subtotal','223.68'),(37379,4410,'_line_subtotal_tax','0'),(37380,4410,'_line_total','223.68'),(37381,4410,'_line_tax','0'),(37382,4410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37383,4411,'_product_id','490'),(37384,4411,'_variation_id','0'),(37385,4411,'_qty','10'),(37386,4411,'_tax_class',''),(37387,4411,'_line_subtotal','227.8'),(37388,4411,'_line_subtotal_tax','0'),(37389,4411,'_line_total','227.8'),(37390,4411,'_line_tax','0'),(37391,4411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37392,4412,'_product_id','487'),(37393,4412,'_variation_id','0'),(37394,4412,'_qty','1'),(37395,4412,'_tax_class',''),(37396,4412,'_line_subtotal','31.35'),(37397,4412,'_line_subtotal_tax','0'),(37398,4412,'_line_total','31.35'),(37399,4412,'_line_tax','0'),(37400,4412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37401,4413,'_product_id','488'),(37402,4413,'_variation_id','0'),(37403,4413,'_qty','1'),(37404,4413,'_tax_class',''),(37405,4413,'_line_subtotal','31.35'),(37406,4413,'_line_subtotal_tax','0'),(37407,4413,'_line_total','31.35'),(37408,4413,'_line_tax','0'),(37409,4413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37410,4414,'_product_id','45'),(37411,4414,'_variation_id','0'),(37412,4414,'_qty','1'),(37413,4414,'_tax_class',''),(37414,4414,'_line_subtotal','42.24'),(37415,4414,'_line_subtotal_tax','0'),(37416,4414,'_line_total','42.24'),(37417,4414,'_line_tax','0'),(37418,4414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37419,4415,'method_id','free_shipping'),(37420,4415,'instance_id','2'),(37421,4415,'cost','0.00'),(37422,4415,'total_tax','0'),(37423,4415,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37424,4415,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(37425,4416,'_product_id','41'),(37426,4416,'_variation_id','0'),(37427,4416,'_qty','2'),(37428,4416,'_tax_class',''),(37429,4416,'_line_subtotal','132.96'),(37430,4416,'_line_subtotal_tax','0'),(37431,4416,'_line_total','132.96'),(37432,4416,'_line_tax','0'),(37433,4416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37434,4417,'_product_id','490'),(37435,4417,'_variation_id','0'),(37436,4417,'_qty','10'),(37437,4417,'_tax_class',''),(37438,4417,'_line_subtotal','227.8'),(37439,4417,'_line_subtotal_tax','0'),(37440,4417,'_line_total','227.8'),(37441,4417,'_line_tax','0'),(37442,4417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37443,4418,'_product_id','45'),(37444,4418,'_variation_id','0'),(37445,4418,'_qty','1'),(37446,4418,'_tax_class',''),(37447,4418,'_line_subtotal','42.24'),(37448,4418,'_line_subtotal_tax','0'),(37449,4418,'_line_total','42.24'),(37450,4418,'_line_tax','0'),(37451,4418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37452,4419,'_product_id','23'),(37453,4419,'_variation_id','0'),(37454,4419,'_qty','1'),(37455,4419,'_tax_class',''),(37456,4419,'_line_subtotal','111.84'),(37457,4419,'_line_subtotal_tax','0'),(37458,4419,'_line_total','111.84'),(37459,4419,'_line_tax','0'),(37460,4419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37461,4420,'method_id','free_shipping'),(37462,4420,'instance_id','2'),(37463,4420,'cost','0.00'),(37464,4420,'total_tax','0'),(37465,4420,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37466,4420,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(37467,4421,'_product_id','43'),(37468,4421,'_variation_id','0'),(37469,4421,'_qty','1'),(37470,4421,'_tax_class',''),(37471,4421,'_line_subtotal','79.2'),(37472,4421,'_line_subtotal_tax','0'),(37473,4421,'_line_total','79.2'),(37474,4421,'_line_tax','0'),(37475,4421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37476,4422,'_product_id','38'),(37477,4422,'_variation_id','0'),(37478,4422,'_qty','1'),(37479,4422,'_tax_class',''),(37480,4422,'_line_subtotal','278.56'),(37481,4422,'_line_subtotal_tax','0'),(37482,4422,'_line_total','278.56'),(37483,4422,'_line_tax','0'),(37484,4422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37485,4423,'_product_id','45'),(37486,4423,'_variation_id','0'),(37487,4423,'_qty','1'),(37488,4423,'_tax_class',''),(37489,4423,'_line_subtotal','42.24'),(37490,4423,'_line_subtotal_tax','0'),(37491,4423,'_line_total','42.24'),(37492,4423,'_line_tax','0'),(37493,4423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37494,4424,'_product_id','42'),(37495,4424,'_variation_id','0'),(37496,4424,'_qty','1'),(37497,4424,'_tax_class',''),(37498,4424,'_line_subtotal','79.2'),(37499,4424,'_line_subtotal_tax','0'),(37500,4424,'_line_total','79.2'),(37501,4424,'_line_tax','0'),(37502,4424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37503,4425,'_product_id','43'),(37504,4425,'_variation_id','0'),(37505,4425,'_qty','1'),(37506,4425,'_tax_class',''),(37507,4425,'_line_subtotal','79.2'),(37508,4425,'_line_subtotal_tax','0'),(37509,4425,'_line_total','79.2'),(37510,4425,'_line_tax','0'),(37511,4425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37512,4426,'_product_id','490'),(37513,4426,'_variation_id','0'),(37514,4426,'_qty','10'),(37515,4426,'_tax_class',''),(37516,4426,'_line_subtotal','227.8'),(37517,4426,'_line_subtotal_tax','0'),(37518,4426,'_line_total','227.8'),(37519,4426,'_line_tax','0'),(37520,4426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37521,4427,'_product_id','38'),(37522,4427,'_variation_id','0'),(37523,4427,'_qty','1'),(37524,4427,'_tax_class',''),(37525,4427,'_line_subtotal','278.56'),(37526,4427,'_line_subtotal_tax','0'),(37527,4427,'_line_total','278.56'),(37528,4427,'_line_tax','0'),(37529,4427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37530,4428,'_product_id','41'),(37531,4428,'_variation_id','0'),(37532,4428,'_qty','1'),(37533,4428,'_tax_class',''),(37534,4428,'_line_subtotal','66.48'),(37535,4428,'_line_subtotal_tax','0'),(37536,4428,'_line_total','66.48'),(37537,4428,'_line_tax','0'),(37538,4428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37539,4429,'method_id','free_shipping'),(37540,4429,'instance_id','2'),(37541,4429,'cost','0.00'),(37542,4429,'total_tax','0'),(37543,4429,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37544,4429,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(37545,4430,'_product_id','41'),(37546,4430,'_variation_id','0'),(37547,4430,'_qty','5'),(37548,4430,'_tax_class',''),(37549,4430,'_line_subtotal','332.4'),(37550,4430,'_line_subtotal_tax','0'),(37551,4430,'_line_total','332.4'),(37552,4430,'_line_tax','0'),(37553,4430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37554,4431,'_product_id','490'),(37555,4431,'_variation_id','0'),(37556,4431,'_qty','10'),(37557,4431,'_tax_class',''),(37558,4431,'_line_subtotal','227.8'),(37559,4431,'_line_subtotal_tax','0'),(37560,4431,'_line_total','227.8'),(37561,4431,'_line_tax','0'),(37562,4431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37563,4432,'method_id','free_shipping'),(37564,4432,'instance_id','2'),(37565,4432,'cost','0.00'),(37566,4432,'total_tax','0'),(37567,4432,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37568,4432,'Items','Professional Lice Comb(Case of 12) &times; 5, Bulk Active Rinse 100% RM &times; 10'),(37569,4433,'_product_id','38'),(37570,4433,'_variation_id','0'),(37571,4433,'_qty','1'),(37572,4433,'_tax_class',''),(37573,4433,'_line_subtotal','278.56'),(37574,4433,'_line_subtotal_tax','0'),(37575,4433,'_line_total','278.56'),(37576,4433,'_line_tax','0'),(37577,4433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37578,4434,'_product_id','42'),(37579,4434,'_variation_id','0'),(37580,4434,'_qty','1'),(37581,4434,'_tax_class',''),(37582,4434,'_line_subtotal','79.2'),(37583,4434,'_line_subtotal_tax','0'),(37584,4434,'_line_total','79.2'),(37585,4434,'_line_tax','0'),(37586,4434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37587,4435,'_product_id','23'),(37588,4435,'_variation_id','0'),(37589,4435,'_qty','1'),(37590,4435,'_tax_class',''),(37591,4435,'_line_subtotal','111.84'),(37592,4435,'_line_subtotal_tax','0'),(37593,4435,'_line_total','111.84'),(37594,4435,'_line_tax','0'),(37595,4435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37596,4436,'_product_id','45'),(37597,4436,'_variation_id','0'),(37598,4436,'_qty','1'),(37599,4436,'_tax_class',''),(37600,4436,'_line_subtotal','42.24'),(37601,4436,'_line_subtotal_tax','0'),(37602,4436,'_line_total','42.24'),(37603,4436,'_line_tax','0'),(37604,4436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37605,4437,'method_id','free_shipping'),(37606,4437,'instance_id','2'),(37607,4437,'cost','0.00'),(37608,4437,'total_tax','0'),(37609,4437,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37610,4437,'Items','Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(37611,4438,'_product_id','490'),(37612,4438,'_variation_id','0'),(37613,4438,'_qty','10'),(37614,4438,'_tax_class',''),(37615,4438,'_line_subtotal','227.8'),(37616,4438,'_line_subtotal_tax','0'),(37617,4438,'_line_total','227.8'),(37618,4438,'_line_tax','0'),(37619,4438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37620,4439,'_product_id','43'),(37621,4439,'_variation_id','0'),(37622,4439,'_qty','2'),(37623,4439,'_tax_class',''),(37624,4439,'_line_subtotal','158.4'),(37625,4439,'_line_subtotal_tax','0'),(37626,4439,'_line_total','158.4'),(37627,4439,'_line_tax','0'),(37628,4439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37629,4440,'_product_id','120'),(37630,4440,'_variation_id','0'),(37631,4440,'_qty','1'),(37632,4440,'_tax_class',''),(37633,4440,'_line_subtotal','52.8'),(37634,4440,'_line_subtotal_tax','0'),(37635,4440,'_line_total','52.8'),(37636,4440,'_line_tax','0'),(37637,4440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37638,4441,'_product_id','41'),(37639,4441,'_variation_id','0'),(37640,4441,'_qty','1'),(37641,4441,'_tax_class',''),(37642,4441,'_line_subtotal','66.48'),(37643,4441,'_line_subtotal_tax','0'),(37644,4441,'_line_total','66.48'),(37645,4441,'_line_tax','0'),(37646,4441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37647,4442,'method_id','free_shipping'),(37648,4442,'instance_id','2'),(37649,4442,'cost','0.00'),(37650,4442,'total_tax','0'),(37651,4442,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37652,4442,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(37653,4443,'_product_id','38'),(37654,4443,'_variation_id','0'),(37655,4443,'_qty','1'),(37656,4443,'_tax_class',''),(37657,4443,'_line_subtotal','278.56'),(37658,4443,'_line_subtotal_tax','0'),(37659,4443,'_line_total','278.56'),(37660,4443,'_line_tax','0'),(37661,4443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37662,4444,'_product_id','23'),(37663,4444,'_variation_id','0'),(37664,4444,'_qty','3'),(37665,4444,'_tax_class',''),(37666,4444,'_line_subtotal','335.52'),(37667,4444,'_line_subtotal_tax','0'),(37668,4444,'_line_total','335.52'),(37669,4444,'_line_tax','0'),(37670,4444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37671,4445,'_product_id','41'),(37672,4445,'_variation_id','0'),(37673,4445,'_qty','4'),(37674,4445,'_tax_class',''),(37675,4445,'_line_subtotal','265.92'),(37676,4445,'_line_subtotal_tax','0'),(37677,4445,'_line_total','265.92'),(37678,4445,'_line_tax','0'),(37679,4445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37680,4446,'_product_id','116'),(37681,4446,'_variation_id','0'),(37682,4446,'_qty','1'),(37683,4446,'_tax_class',''),(37684,4446,'_line_subtotal','145.44'),(37685,4446,'_line_subtotal_tax','0'),(37686,4446,'_line_total','145.44'),(37687,4446,'_line_tax','0'),(37688,4446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37689,4447,'_product_id','39'),(37690,4447,'_variation_id','0'),(37691,4447,'_qty','1'),(37692,4447,'_tax_class',''),(37693,4447,'_line_subtotal','79.2'),(37694,4447,'_line_subtotal_tax','0'),(37695,4447,'_line_total','79.2'),(37696,4447,'_line_tax','0'),(37697,4447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37698,4448,'_product_id','40'),(37699,4448,'_variation_id','0'),(37700,4448,'_qty','1'),(37701,4448,'_tax_class',''),(37702,4448,'_line_subtotal','79.2'),(37703,4448,'_line_subtotal_tax','0'),(37704,4448,'_line_total','79.2'),(37705,4448,'_line_tax','0'),(37706,4448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37707,4449,'_product_id','49'),(37708,4449,'_variation_id','0'),(37709,4449,'_qty','1'),(37710,4449,'_tax_class',''),(37711,4449,'_line_subtotal','79.2'),(37712,4449,'_line_subtotal_tax','0'),(37713,4449,'_line_total','79.2'),(37714,4449,'_line_tax','0'),(37715,4449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37716,4450,'_product_id','93'),(37717,4450,'_variation_id','0'),(37718,4450,'_qty','8'),(37719,4450,'_tax_class',''),(37720,4450,'_line_subtotal','0'),(37721,4450,'_line_subtotal_tax','0'),(37722,4450,'_line_total','0'),(37723,4450,'_line_tax','0'),(37724,4450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37725,4451,'_product_id','43'),(37726,4451,'_variation_id','0'),(37727,4451,'_qty','1'),(37728,4451,'_tax_class',''),(37729,4451,'_line_subtotal','79.2'),(37730,4451,'_line_subtotal_tax','0'),(37731,4451,'_line_total','79.2'),(37732,4451,'_line_tax','0'),(37733,4451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37734,4452,'method_id','free_shipping'),(37735,4452,'instance_id','2'),(37736,4452,'cost','0.00'),(37737,4452,'total_tax','0'),(37738,4452,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37739,4452,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8, Preventive Spray 8oz(Case of 12) &times; 1'),(37800,4460,'_product_id','41'),(37801,4460,'_variation_id','0'),(37802,4460,'_qty','2'),(37803,4460,'_tax_class',''),(37804,4460,'_line_subtotal','132.96'),(37805,4460,'_line_subtotal_tax','0'),(37806,4460,'_line_total','132.96'),(37807,4460,'_line_tax','0'),(37808,4460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37809,4461,'_product_id','51'),(37810,4461,'_variation_id','0'),(37811,4461,'_qty','1'),(37812,4461,'_tax_class',''),(37813,4461,'_line_subtotal','147.84'),(37814,4461,'_line_subtotal_tax','0'),(37815,4461,'_line_total','147.84'),(37816,4461,'_line_tax','0'),(37817,4461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37818,4462,'_product_id','120'),(37819,4462,'_variation_id','0'),(37820,4462,'_qty','1'),(37821,4462,'_tax_class',''),(37822,4462,'_line_subtotal','52.8'),(37823,4462,'_line_subtotal_tax','0'),(37824,4462,'_line_total','52.8'),(37825,4462,'_line_tax','0'),(37826,4462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37827,4463,'_product_id','490'),(37828,4463,'_variation_id','0'),(37829,4463,'_qty','10'),(37830,4463,'_tax_class',''),(37831,4463,'_line_subtotal','227.8'),(37832,4463,'_line_subtotal_tax','0'),(37833,4463,'_line_total','227.8'),(37834,4463,'_line_tax','0'),(37835,4463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37836,4464,'_product_id','487'),(37837,4464,'_variation_id','0'),(37838,4464,'_qty','1'),(37839,4464,'_tax_class',''),(37840,4464,'_line_subtotal','31.35'),(37841,4464,'_line_subtotal_tax','0'),(37842,4464,'_line_total','31.35'),(37843,4464,'_line_tax','0'),(37844,4464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37845,4465,'method_id','free_shipping'),(37846,4465,'instance_id','2'),(37847,4465,'cost','0.00'),(37848,4465,'total_tax','0'),(37849,4465,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37850,4465,'Items','Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(37851,4466,'_product_id','49'),(37852,4466,'_variation_id','0'),(37853,4466,'_qty','1'),(37854,4466,'_tax_class',''),(37855,4466,'_line_subtotal','79.2'),(37856,4466,'_line_subtotal_tax','0'),(37857,4466,'_line_total','79.2'),(37858,4466,'_line_tax','0'),(37859,4466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37860,4467,'_product_id','23'),(37861,4467,'_variation_id','0'),(37862,4467,'_qty','2'),(37863,4467,'_tax_class',''),(37864,4467,'_line_subtotal','223.68'),(37865,4467,'_line_subtotal_tax','0'),(37866,4467,'_line_total','223.68'),(37867,4467,'_line_tax','0'),(37868,4467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37869,4468,'_product_id','38'),(37870,4468,'_variation_id','0'),(37871,4468,'_qty','1'),(37872,4468,'_tax_class',''),(37873,4468,'_line_subtotal','278.56'),(37874,4468,'_line_subtotal_tax','0'),(37875,4468,'_line_total','278.56'),(37876,4468,'_line_tax','0'),(37877,4468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37878,4469,'_product_id','41'),(37879,4469,'_variation_id','0'),(37880,4469,'_qty','2'),(37881,4469,'_tax_class',''),(37882,4469,'_line_subtotal','132.96'),(37883,4469,'_line_subtotal_tax','0'),(37884,4469,'_line_total','132.96'),(37885,4469,'_line_tax','0'),(37886,4469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37887,4470,'_product_id','93'),(37888,4470,'_variation_id','0'),(37889,4470,'_qty','5'),(37890,4470,'_tax_class',''),(37891,4470,'_line_subtotal','0'),(37892,4470,'_line_subtotal_tax','0'),(37893,4470,'_line_total','0'),(37894,4470,'_line_tax','0'),(37895,4470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37896,4471,'_product_id','95'),(37897,4471,'_variation_id','0'),(37898,4471,'_qty','5'),(37899,4471,'_tax_class',''),(37900,4471,'_line_subtotal','0'),(37901,4471,'_line_subtotal_tax','0'),(37902,4471,'_line_total','0'),(37903,4471,'_line_tax','0'),(37904,4471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37905,4472,'method_id','free_shipping'),(37906,4472,'instance_id','2'),(37907,4472,'cost','0.00'),(37908,4472,'total_tax','0'),(37909,4472,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37910,4472,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 5, Bulk Active Rinse 50/50 &times; 5'),(37911,4473,'_product_id','43'),(37912,4473,'_variation_id','0'),(37913,4473,'_qty','4'),(37914,4473,'_tax_class',''),(37915,4473,'_line_subtotal','316.8'),(37916,4473,'_line_subtotal_tax','0'),(37917,4473,'_line_total','316.8'),(37918,4473,'_line_tax','0'),(37919,4473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37920,4474,'_product_id','490'),(37921,4474,'_variation_id','0'),(37922,4474,'_qty','10'),(37923,4474,'_tax_class',''),(37924,4474,'_line_subtotal','227.8'),(37925,4474,'_line_subtotal_tax','0'),(37926,4474,'_line_total','227.8'),(37927,4474,'_line_tax','0'),(37928,4474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37929,4475,'method_id','free_shipping'),(37930,4475,'instance_id','2'),(37931,4475,'cost','0.00'),(37932,4475,'total_tax','0'),(37933,4475,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37934,4475,'Items','Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10'),(37935,4476,'_product_id','39'),(37936,4476,'_variation_id','0'),(37937,4476,'_qty','1'),(37938,4476,'_tax_class',''),(37939,4476,'_line_subtotal','79.2'),(37940,4476,'_line_subtotal_tax','0'),(37941,4476,'_line_total','79.2'),(37942,4476,'_line_tax','0'),(37943,4476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37944,4477,'_product_id','120'),(37945,4477,'_variation_id','0'),(37946,4477,'_qty','1'),(37947,4477,'_tax_class',''),(37948,4477,'_line_subtotal','52.8'),(37949,4477,'_line_subtotal_tax','0'),(37950,4477,'_line_total','52.8'),(37951,4477,'_line_tax','0'),(37952,4477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37953,4478,'_product_id','49'),(37954,4478,'_variation_id','0'),(37955,4478,'_qty','1'),(37956,4478,'_tax_class',''),(37957,4478,'_line_subtotal','79.2'),(37958,4478,'_line_subtotal_tax','0'),(37959,4478,'_line_total','79.2'),(37960,4478,'_line_tax','0'),(37961,4478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37962,4479,'_product_id','42'),(37963,4479,'_variation_id','0'),(37964,4479,'_qty','1'),(37965,4479,'_tax_class',''),(37966,4479,'_line_subtotal','79.2'),(37967,4479,'_line_subtotal_tax','0'),(37968,4479,'_line_total','79.2'),(37969,4479,'_line_tax','0'),(37970,4479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37971,4480,'_product_id','41'),(37972,4480,'_variation_id','0'),(37973,4480,'_qty','1'),(37974,4480,'_tax_class',''),(37975,4480,'_line_subtotal','66.48'),(37976,4480,'_line_subtotal_tax','0'),(37977,4480,'_line_total','66.48'),(37978,4480,'_line_tax','0'),(37979,4480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37980,4481,'method_id','fedex'),(37981,4481,'instance_id','1'),(37982,4481,'cost','34.92'),(37983,4481,'total_tax','0'),(37984,4481,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(37985,4481,'Package 1','17 × 14 × 10 (in) 27.5lbs × 1'),(37986,4482,'_product_id','41'),(37987,4482,'_variation_id','0'),(37988,4482,'_qty','2'),(37989,4482,'_tax_class',''),(37990,4482,'_line_subtotal','132.96'),(37991,4482,'_line_subtotal_tax','0'),(37992,4482,'_line_total','132.96'),(37993,4482,'_line_tax','0'),(37994,4482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(37995,4483,'_product_id','49'),(37996,4483,'_variation_id','0'),(37997,4483,'_qty','1'),(37998,4483,'_tax_class',''),(37999,4483,'_line_subtotal','79.2'),(38000,4483,'_line_subtotal_tax','0'),(38001,4483,'_line_total','79.2'),(38002,4483,'_line_tax','0'),(38003,4483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38004,4484,'method_id','fedex'),(38005,4484,'instance_id','1'),(38006,4484,'cost','21.58'),(38007,4484,'total_tax','0'),(38008,4484,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38009,4484,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(38010,4485,'_product_id','42'),(38011,4485,'_variation_id','0'),(38012,4485,'_qty','1'),(38013,4485,'_tax_class',''),(38014,4485,'_line_subtotal','79.2'),(38015,4485,'_line_subtotal_tax','0'),(38016,4485,'_line_total','79.2'),(38017,4485,'_line_tax','0'),(38018,4485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38019,4486,'_product_id','41'),(38020,4486,'_variation_id','0'),(38021,4486,'_qty','1'),(38022,4486,'_tax_class',''),(38023,4486,'_line_subtotal','66.48'),(38024,4486,'_line_subtotal_tax','0'),(38025,4486,'_line_total','66.48'),(38026,4486,'_line_tax','0'),(38027,4486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38028,4487,'_product_id','118'),(38029,4487,'_variation_id','0'),(38030,4487,'_qty','1'),(38031,4487,'_tax_class',''),(38032,4487,'_line_subtotal','184.8'),(38033,4487,'_line_subtotal_tax','0'),(38034,4487,'_line_total','184.8'),(38035,4487,'_line_tax','0'),(38036,4487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38037,4488,'_product_id','51'),(38038,4488,'_variation_id','0'),(38039,4488,'_qty','1'),(38040,4488,'_tax_class',''),(38041,4488,'_line_subtotal','147.84'),(38042,4488,'_line_subtotal_tax','0'),(38043,4488,'_line_total','147.84'),(38044,4488,'_line_tax','0'),(38045,4488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38046,4489,'_product_id','44'),(38047,4489,'_variation_id','0'),(38048,4489,'_qty','1'),(38049,4489,'_tax_class',''),(38050,4489,'_line_subtotal','116.16'),(38051,4489,'_line_subtotal_tax','0'),(38052,4489,'_line_total','116.16'),(38053,4489,'_line_tax','0'),(38054,4489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38055,4490,'_product_id','43'),(38056,4490,'_variation_id','0'),(38057,4490,'_qty','1'),(38058,4490,'_tax_class',''),(38059,4490,'_line_subtotal','79.2'),(38060,4490,'_line_subtotal_tax','0'),(38061,4490,'_line_total','79.2'),(38062,4490,'_line_tax','0'),(38063,4490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38064,4491,'method_id','free_shipping'),(38065,4491,'instance_id','2'),(38066,4491,'cost','0.00'),(38067,4491,'total_tax','0'),(38068,4491,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38069,4491,'Items','Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(38070,4492,'_product_id','490'),(38071,4492,'_variation_id','0'),(38072,4492,'_qty','10'),(38073,4492,'_tax_class',''),(38074,4492,'_line_subtotal','227.8'),(38075,4492,'_line_subtotal_tax','0'),(38076,4492,'_line_total','227.8'),(38077,4492,'_line_tax','0'),(38078,4492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38079,4493,'_product_id','488'),(38080,4493,'_variation_id','0'),(38081,4493,'_qty','6'),(38082,4493,'_tax_class',''),(38083,4493,'_line_subtotal','188.1'),(38084,4493,'_line_subtotal_tax','0'),(38085,4493,'_line_total','188.1'),(38086,4493,'_line_tax','0'),(38087,4493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38088,4494,'_product_id','487'),(38089,4494,'_variation_id','0'),(38090,4494,'_qty','6'),(38091,4494,'_tax_class',''),(38092,4494,'_line_subtotal','188.1'),(38093,4494,'_line_subtotal_tax','0'),(38094,4494,'_line_total','188.1'),(38095,4494,'_line_tax','0'),(38096,4494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38097,4495,'method_id','free_shipping'),(38098,4495,'instance_id','2'),(38099,4495,'cost','0.00'),(38100,4495,'total_tax','0'),(38101,4495,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38102,4495,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 6, Bulk Mousse 1 Gallon RM &times; 6'),(38103,4496,'_product_id','38'),(38104,4496,'_variation_id','0'),(38105,4496,'_qty','2'),(38106,4496,'_tax_class',''),(38107,4496,'_line_subtotal','557.12'),(38108,4496,'_line_subtotal_tax','0'),(38109,4496,'_line_total','557.12'),(38110,4496,'_line_tax','0'),(38111,4496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38112,4497,'_product_id','23'),(38113,4497,'_variation_id','0'),(38114,4497,'_qty','2'),(38115,4497,'_tax_class',''),(38116,4497,'_line_subtotal','223.68'),(38117,4497,'_line_subtotal_tax','0'),(38118,4497,'_line_total','223.68'),(38119,4497,'_line_tax','0'),(38120,4497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38121,4498,'_product_id','42'),(38122,4498,'_variation_id','0'),(38123,4498,'_qty','1'),(38124,4498,'_tax_class',''),(38125,4498,'_line_subtotal','79.2'),(38126,4498,'_line_subtotal_tax','0'),(38127,4498,'_line_total','79.2'),(38128,4498,'_line_tax','0'),(38129,4498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38130,4499,'_product_id','41'),(38131,4499,'_variation_id','0'),(38132,4499,'_qty','2'),(38133,4499,'_tax_class',''),(38134,4499,'_line_subtotal','132.96'),(38135,4499,'_line_subtotal_tax','0'),(38136,4499,'_line_total','132.96'),(38137,4499,'_line_tax','0'),(38138,4499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38139,4500,'_product_id','43'),(38140,4500,'_variation_id','0'),(38141,4500,'_qty','1'),(38142,4500,'_tax_class',''),(38143,4500,'_line_subtotal','79.2'),(38144,4500,'_line_subtotal_tax','0'),(38145,4500,'_line_total','79.2'),(38146,4500,'_line_tax','0'),(38147,4500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38148,4501,'_product_id','49'),(38149,4501,'_variation_id','0'),(38150,4501,'_qty','1'),(38151,4501,'_tax_class',''),(38152,4501,'_line_subtotal','79.2'),(38153,4501,'_line_subtotal_tax','0'),(38154,4501,'_line_total','79.2'),(38155,4501,'_line_tax','0'),(38156,4501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38157,4502,'_product_id','487'),(38158,4502,'_variation_id','0'),(38159,4502,'_qty','2'),(38160,4502,'_tax_class',''),(38161,4502,'_line_subtotal','62.7'),(38162,4502,'_line_subtotal_tax','0'),(38163,4502,'_line_total','62.7'),(38164,4502,'_line_tax','0'),(38165,4502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38166,4503,'_product_id','490'),(38167,4503,'_variation_id','0'),(38168,4503,'_qty','10'),(38169,4503,'_tax_class',''),(38170,4503,'_line_subtotal','227.8'),(38171,4503,'_line_subtotal_tax','0'),(38172,4503,'_line_total','227.8'),(38173,4503,'_line_tax','0'),(38174,4503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38175,4504,'method_id','free_shipping'),(38176,4504,'instance_id','2'),(38177,4504,'cost','0.00'),(38178,4504,'total_tax','0'),(38179,4504,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38180,4504,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10'),(38181,4505,'_product_id','40'),(38182,4505,'_variation_id','0'),(38183,4505,'_qty','1'),(38184,4505,'_tax_class',''),(38185,4505,'_line_subtotal','79.2'),(38186,4505,'_line_subtotal_tax','0'),(38187,4505,'_line_total','79.2'),(38188,4505,'_line_tax','0'),(38189,4505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38190,4506,'_product_id','41'),(38191,4506,'_variation_id','0'),(38192,4506,'_qty','1'),(38193,4506,'_tax_class',''),(38194,4506,'_line_subtotal','66.48'),(38195,4506,'_line_subtotal_tax','0'),(38196,4506,'_line_total','66.48'),(38197,4506,'_line_tax','0'),(38198,4506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38199,4507,'_product_id','487'),(38200,4507,'_variation_id','0'),(38201,4507,'_qty','2'),(38202,4507,'_tax_class',''),(38203,4507,'_line_subtotal','62.7'),(38204,4507,'_line_subtotal_tax','0'),(38205,4507,'_line_total','62.7'),(38206,4507,'_line_tax','0'),(38207,4507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38208,4508,'_product_id','490'),(38209,4508,'_variation_id','0'),(38210,4508,'_qty','4'),(38211,4508,'_tax_class',''),(38212,4508,'_line_subtotal','91.12'),(38213,4508,'_line_subtotal_tax','0'),(38214,4508,'_line_total','91.12'),(38215,4508,'_line_tax','0'),(38216,4508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38217,4509,'method_id','fedex'),(38218,4509,'instance_id','1'),(38219,4509,'cost','27.57'),(38220,4509,'total_tax','0'),(38221,4509,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38222,4509,'Package 1','17 × 14 × 10 (in) 35.15lbs × 1'),(38223,4510,'_product_id','93'),(38224,4510,'_variation_id','0'),(38225,4510,'_qty','10'),(38226,4510,'_tax_class',''),(38227,4510,'_line_subtotal','0'),(38228,4510,'_line_subtotal_tax','0'),(38229,4510,'_line_total','0'),(38230,4510,'_line_tax','0'),(38231,4510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38232,4511,'method_id','fedex'),(38233,4511,'instance_id','1'),(38234,4511,'cost','32.31'),(38235,4511,'total_tax','0'),(38236,4511,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38237,4511,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(38238,4512,'_product_id','93'),(38239,4512,'_variation_id','0'),(38240,4512,'_qty','10'),(38241,4512,'_tax_class',''),(38242,4512,'_line_subtotal','0'),(38243,4512,'_line_subtotal_tax','0'),(38244,4512,'_line_total','0'),(38245,4512,'_line_tax','0'),(38246,4512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38247,4513,'method_id','fedex'),(38248,4513,'instance_id','1'),(38249,4513,'cost','32.31'),(38250,4513,'total_tax','0'),(38251,4513,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38252,4513,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(38253,4514,'_product_id','93'),(38254,4514,'_variation_id','0'),(38255,4514,'_qty','10'),(38256,4514,'_tax_class',''),(38257,4514,'_line_subtotal','0'),(38258,4514,'_line_subtotal_tax','0'),(38259,4514,'_line_total','0'),(38260,4514,'_line_tax','0'),(38261,4514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38262,4515,'method_id','fedex'),(38263,4515,'instance_id','1'),(38264,4515,'cost','32.31'),(38265,4515,'total_tax','0'),(38266,4515,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38267,4515,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(38268,4516,'_product_id','23'),(38269,4516,'_variation_id','0'),(38270,4516,'_qty','4'),(38271,4516,'_tax_class',''),(38272,4516,'_line_subtotal','447.36'),(38273,4516,'_line_subtotal_tax','0'),(38274,4516,'_line_total','447.36'),(38275,4516,'_line_tax','0'),(38276,4516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38277,4517,'_product_id','41'),(38278,4517,'_variation_id','0'),(38279,4517,'_qty','3'),(38280,4517,'_tax_class',''),(38281,4517,'_line_subtotal','199.44'),(38282,4517,'_line_subtotal_tax','0'),(38283,4517,'_line_total','199.44'),(38284,4517,'_line_tax','0'),(38285,4517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38286,4518,'_product_id','490'),(38287,4518,'_variation_id','0'),(38288,4518,'_qty','6'),(38289,4518,'_tax_class',''),(38290,4518,'_line_subtotal','136.68'),(38291,4518,'_line_subtotal_tax','0'),(38292,4518,'_line_total','136.68'),(38293,4518,'_line_tax','0'),(38294,4518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38295,4519,'method_id','free_shipping'),(38296,4519,'instance_id','2'),(38297,4519,'cost','0.00'),(38298,4519,'total_tax','0'),(38299,4519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38300,4519,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 6'),(38301,4520,'_product_id','41'),(38302,4520,'_variation_id','0'),(38303,4520,'_qty','1'),(38304,4520,'_tax_class',''),(38305,4520,'_line_subtotal','66.48'),(38306,4520,'_line_subtotal_tax','0'),(38307,4520,'_line_total','66.48'),(38308,4520,'_line_tax','0'),(38309,4520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38310,4521,'_product_id','23'),(38311,4521,'_variation_id','0'),(38312,4521,'_qty','4'),(38313,4521,'_tax_class',''),(38314,4521,'_line_subtotal','447.36'),(38315,4521,'_line_subtotal_tax','0'),(38316,4521,'_line_total','447.36'),(38317,4521,'_line_tax','0'),(38318,4521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38319,4522,'_product_id','131'),(38320,4522,'_variation_id','0'),(38321,4522,'_qty','4'),(38322,4522,'_tax_class',''),(38323,4522,'_line_subtotal','50.6'),(38324,4522,'_line_subtotal_tax','0'),(38325,4522,'_line_total','50.6'),(38326,4522,'_line_tax','0'),(38327,4522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38328,4523,'_product_id','43'),(38329,4523,'_variation_id','0'),(38330,4523,'_qty','1'),(38331,4523,'_tax_class',''),(38332,4523,'_line_subtotal','79.2'),(38333,4523,'_line_subtotal_tax','0'),(38334,4523,'_line_total','79.2'),(38335,4523,'_line_tax','0'),(38336,4523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38337,4524,'_product_id','490'),(38338,4524,'_variation_id','0'),(38339,4524,'_qty','5'),(38340,4524,'_tax_class',''),(38341,4524,'_line_subtotal','113.9'),(38342,4524,'_line_subtotal_tax','0'),(38343,4524,'_line_total','113.9'),(38344,4524,'_line_tax','0'),(38345,4524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38346,4525,'_product_id','488'),(38347,4525,'_variation_id','0'),(38348,4525,'_qty','1'),(38349,4525,'_tax_class',''),(38350,4525,'_line_subtotal','31.35'),(38351,4525,'_line_subtotal_tax','0'),(38352,4525,'_line_total','31.35'),(38353,4525,'_line_tax','0'),(38354,4525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38355,4526,'_product_id','133'),(38356,4526,'_variation_id','0'),(38357,4526,'_qty','1'),(38358,4526,'_tax_class',''),(38359,4526,'_line_subtotal','14.3'),(38360,4526,'_line_subtotal_tax','0'),(38361,4526,'_line_total','14.3'),(38362,4526,'_line_tax','0'),(38363,4526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38364,4527,'_product_id','51'),(38365,4527,'_variation_id','0'),(38366,4527,'_qty','1'),(38367,4527,'_tax_class',''),(38368,4527,'_line_subtotal','147.84'),(38369,4527,'_line_subtotal_tax','0'),(38370,4527,'_line_total','147.84'),(38371,4527,'_line_tax','0'),(38372,4527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38373,4528,'method_id','free_shipping'),(38374,4528,'instance_id','2'),(38375,4528,'cost','0.00'),(38376,4528,'total_tax','0'),(38377,4528,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38378,4528,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Disposable Capes &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(38379,4529,'_product_id','39'),(38380,4529,'_variation_id','0'),(38381,4529,'_qty','3'),(38382,4529,'_tax_class',''),(38383,4529,'_line_subtotal','237.6'),(38384,4529,'_line_subtotal_tax','0'),(38385,4529,'_line_total','237.6'),(38386,4529,'_line_tax','0'),(38387,4529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38388,4530,'_product_id','40'),(38389,4530,'_variation_id','0'),(38390,4530,'_qty','3'),(38391,4530,'_tax_class',''),(38392,4530,'_line_subtotal','237.6'),(38393,4530,'_line_subtotal_tax','0'),(38394,4530,'_line_total','237.6'),(38395,4530,'_line_tax','0'),(38396,4530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38397,4531,'_product_id','45'),(38398,4531,'_variation_id','0'),(38399,4531,'_qty','2'),(38400,4531,'_tax_class',''),(38401,4531,'_line_subtotal','84.48'),(38402,4531,'_line_subtotal_tax','0'),(38403,4531,'_line_total','84.48'),(38404,4531,'_line_tax','0'),(38405,4531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38406,4532,'_product_id','93'),(38407,4532,'_variation_id','0'),(38408,4532,'_qty','10'),(38409,4532,'_tax_class',''),(38410,4532,'_line_subtotal','0'),(38411,4532,'_line_subtotal_tax','0'),(38412,4532,'_line_total','0'),(38413,4532,'_line_tax','0'),(38414,4532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38415,4533,'method_id','free_shipping'),(38416,4533,'instance_id','2'),(38417,4533,'cost','0.00'),(38418,4533,'total_tax','0'),(38419,4533,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38420,4533,'Items','Preventive Shampoo(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10'),(38421,4534,'_product_id','23'),(38422,4534,'_variation_id','0'),(38423,4534,'_qty','1'),(38424,4534,'_tax_class',''),(38425,4534,'_line_subtotal','111.84'),(38426,4534,'_line_subtotal_tax','0'),(38427,4534,'_line_total','111.84'),(38428,4534,'_line_tax','0'),(38429,4534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38430,4535,'_product_id','38'),(38431,4535,'_variation_id','0'),(38432,4535,'_qty','1'),(38433,4535,'_tax_class',''),(38434,4535,'_line_subtotal','278.56'),(38435,4535,'_line_subtotal_tax','0'),(38436,4535,'_line_total','278.56'),(38437,4535,'_line_tax','0'),(38438,4535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38439,4536,'_product_id','51'),(38440,4536,'_variation_id','0'),(38441,4536,'_qty','1'),(38442,4536,'_tax_class',''),(38443,4536,'_line_subtotal','147.84'),(38444,4536,'_line_subtotal_tax','0'),(38445,4536,'_line_total','147.84'),(38446,4536,'_line_tax','0'),(38447,4536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38448,4537,'_product_id','93'),(38449,4537,'_variation_id','0'),(38450,4537,'_qty','10'),(38451,4537,'_tax_class',''),(38452,4537,'_line_subtotal','0'),(38453,4537,'_line_subtotal_tax','0'),(38454,4537,'_line_total','0'),(38455,4537,'_line_tax','0'),(38456,4537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38457,4538,'_product_id','99'),(38458,4538,'_variation_id','0'),(38459,4538,'_qty','4'),(38460,4538,'_tax_class',''),(38461,4538,'_line_subtotal','0'),(38462,4538,'_line_subtotal_tax','0'),(38463,4538,'_line_total','0'),(38464,4538,'_line_tax','0'),(38465,4538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38466,4539,'_fee_amount','-367.805'),(38467,4539,'_tax_class','0'),(38468,4539,'_tax_status','taxable'),(38469,4539,'_line_total','-367.805'),(38470,4539,'_line_tax','0'),(38471,4539,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(38472,4539,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(38473,4539,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(38474,4540,'method_id','fedex'),(38475,4540,'instance_id','3'),(38476,4540,'cost','735.61'),(38477,4540,'total_tax','0'),(38478,4540,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38479,4540,'Package 1','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(38480,4540,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(38481,4540,'Package 3','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(38482,4540,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(38483,4540,'Package 5','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(38484,4540,'Package 6','12 × 6 × 6 (in) 7.85lbs × 1'),(38485,4540,'Package 7','12 × 6 × 6 (in) 7.85lbs × 1'),(38486,4540,'Package 8','12 × 6 × 6 (in) 7.85lbs × 1'),(38487,4540,'Package 9','12 × 6 × 6 (in) 7.85lbs × 1'),(38488,4541,'discount_amount','0'),(38489,4541,'discount_amount_tax','0'),(38490,4541,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:10;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(38491,4542,'_product_id','38'),(38492,4542,'_variation_id','0'),(38493,4542,'_qty','1'),(38494,4542,'_tax_class',''),(38495,4542,'_line_subtotal','278.56'),(38496,4542,'_line_subtotal_tax','0'),(38497,4542,'_line_total','278.56'),(38498,4542,'_line_tax','0'),(38499,4542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38500,4543,'_product_id','23'),(38501,4543,'_variation_id','0'),(38502,4543,'_qty','2'),(38503,4543,'_tax_class',''),(38504,4543,'_line_subtotal','223.68'),(38505,4543,'_line_subtotal_tax','0'),(38506,4543,'_line_total','223.68'),(38507,4543,'_line_tax','0'),(38508,4543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38509,4544,'_product_id','45'),(38510,4544,'_variation_id','0'),(38511,4544,'_qty','1'),(38512,4544,'_tax_class',''),(38513,4544,'_line_subtotal','42.24'),(38514,4544,'_line_subtotal_tax','0'),(38515,4544,'_line_total','42.24'),(38516,4544,'_line_tax','0'),(38517,4544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38518,4545,'method_id','free_shipping'),(38519,4545,'instance_id','2'),(38520,4545,'cost','0.00'),(38521,4545,'total_tax','0'),(38522,4545,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38523,4545,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(38524,4546,'_product_id','23'),(38525,4546,'_variation_id','0'),(38526,4546,'_qty','2'),(38527,4546,'_tax_class',''),(38528,4546,'_line_subtotal','223.68'),(38529,4546,'_line_subtotal_tax','0'),(38530,4546,'_line_total','223.68'),(38531,4546,'_line_tax','0'),(38532,4546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38533,4547,'_product_id','38'),(38534,4547,'_variation_id','0'),(38535,4547,'_qty','1'),(38536,4547,'_tax_class',''),(38537,4547,'_line_subtotal','278.56'),(38538,4547,'_line_subtotal_tax','0'),(38539,4547,'_line_total','278.56'),(38540,4547,'_line_tax','0'),(38541,4547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38542,4548,'_product_id','41'),(38543,4548,'_variation_id','0'),(38544,4548,'_qty','1'),(38545,4548,'_tax_class',''),(38546,4548,'_line_subtotal','66.48'),(38547,4548,'_line_subtotal_tax','0'),(38548,4548,'_line_total','66.48'),(38549,4548,'_line_tax','0'),(38550,4548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38551,4549,'_product_id','118'),(38552,4549,'_variation_id','0'),(38553,4549,'_qty','1'),(38554,4549,'_tax_class',''),(38555,4549,'_line_subtotal','184.8'),(38556,4549,'_line_subtotal_tax','0'),(38557,4549,'_line_total','184.8'),(38558,4549,'_line_tax','0'),(38559,4549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38560,4550,'_product_id','51'),(38561,4550,'_variation_id','0'),(38562,4550,'_qty','4'),(38563,4550,'_tax_class',''),(38564,4550,'_line_subtotal','591.36'),(38565,4550,'_line_subtotal_tax','0'),(38566,4550,'_line_total','591.36'),(38567,4550,'_line_tax','0'),(38568,4550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38569,4551,'_product_id','43'),(38570,4551,'_variation_id','0'),(38571,4551,'_qty','2'),(38572,4551,'_tax_class',''),(38573,4551,'_line_subtotal','158.4'),(38574,4551,'_line_subtotal_tax','0'),(38575,4551,'_line_total','158.4'),(38576,4551,'_line_tax','0'),(38577,4551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38578,4552,'_product_id','490'),(38579,4552,'_variation_id','0'),(38580,4552,'_qty','10'),(38581,4552,'_tax_class',''),(38582,4552,'_line_subtotal','227.8'),(38583,4552,'_line_subtotal_tax','0'),(38584,4552,'_line_total','227.8'),(38585,4552,'_line_tax','0'),(38586,4552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38587,4553,'method_id','free_shipping'),(38588,4553,'instance_id','2'),(38589,4553,'cost','0.00'),(38590,4553,'total_tax','0'),(38591,4553,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38592,4553,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(38593,4554,'_product_id','488'),(38594,4554,'_variation_id','0'),(38595,4554,'_qty','1'),(38596,4554,'_tax_class',''),(38597,4554,'_line_subtotal','31.35'),(38598,4554,'_line_subtotal_tax','0'),(38599,4554,'_line_total','31.35'),(38600,4554,'_line_tax','0'),(38601,4554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38602,4555,'method_id','fedex'),(38603,4555,'instance_id','1'),(38604,4555,'cost','15.62'),(38605,4555,'total_tax','0'),(38606,4555,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38607,4555,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(38608,4556,'_product_id','42'),(38609,4556,'_variation_id','0'),(38610,4556,'_qty','1'),(38611,4556,'_tax_class',''),(38612,4556,'_line_subtotal','79.2'),(38613,4556,'_line_subtotal_tax','0'),(38614,4556,'_line_total','79.2'),(38615,4556,'_line_tax','0'),(38616,4556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38617,4557,'_product_id','43'),(38618,4557,'_variation_id','0'),(38619,4557,'_qty','2'),(38620,4557,'_tax_class',''),(38621,4557,'_line_subtotal','158.4'),(38622,4557,'_line_subtotal_tax','0'),(38623,4557,'_line_total','158.4'),(38624,4557,'_line_tax','0'),(38625,4557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38626,4558,'_product_id','23'),(38627,4558,'_variation_id','0'),(38628,4558,'_qty','1'),(38629,4558,'_tax_class',''),(38630,4558,'_line_subtotal','111.84'),(38631,4558,'_line_subtotal_tax','0'),(38632,4558,'_line_total','111.84'),(38633,4558,'_line_tax','0'),(38634,4558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38635,4559,'_product_id','23'),(38636,4559,'_variation_id','0'),(38637,4559,'_qty','1'),(38638,4559,'_tax_class',''),(38639,4559,'_line_subtotal','111.84'),(38640,4559,'_line_subtotal_tax','0'),(38641,4559,'_line_total','111.84'),(38642,4559,'_line_tax','0'),(38643,4559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38644,4560,'_product_id','42'),(38645,4560,'_variation_id','0'),(38646,4560,'_qty','1'),(38647,4560,'_tax_class',''),(38648,4560,'_line_subtotal','79.2'),(38649,4560,'_line_subtotal_tax','0'),(38650,4560,'_line_total','79.2'),(38651,4560,'_line_tax','0'),(38652,4560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38653,4561,'_product_id','45'),(38654,4561,'_variation_id','0'),(38655,4561,'_qty','1'),(38656,4561,'_tax_class',''),(38657,4561,'_line_subtotal','42.24'),(38658,4561,'_line_subtotal_tax','0'),(38659,4561,'_line_total','42.24'),(38660,4561,'_line_tax','0'),(38661,4561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38662,4562,'_product_id','43'),(38663,4562,'_variation_id','0'),(38664,4562,'_qty','1'),(38665,4562,'_tax_class',''),(38666,4562,'_line_subtotal','79.2'),(38667,4562,'_line_subtotal_tax','0'),(38668,4562,'_line_total','79.2'),(38669,4562,'_line_tax','0'),(38670,4562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38671,4563,'_product_id','487'),(38672,4563,'_variation_id','0'),(38673,4563,'_qty','1'),(38674,4563,'_tax_class',''),(38675,4563,'_line_subtotal','31.35'),(38676,4563,'_line_subtotal_tax','0'),(38677,4563,'_line_total','31.35'),(38678,4563,'_line_tax','0'),(38679,4563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38680,4564,'_product_id','490'),(38681,4564,'_variation_id','0'),(38682,4564,'_qty','4'),(38683,4564,'_tax_class',''),(38684,4564,'_line_subtotal','91.12'),(38685,4564,'_line_subtotal_tax','0'),(38686,4564,'_line_total','91.12'),(38687,4564,'_line_tax','0'),(38688,4564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38689,4565,'method_id','free_shipping'),(38690,4565,'instance_id','2'),(38691,4565,'cost','0.00'),(38692,4565,'total_tax','0'),(38693,4565,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38694,4565,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 4'),(38695,4566,'_product_id','38'),(38696,4566,'_variation_id','0'),(38697,4566,'_qty','1'),(38698,4566,'_tax_class',''),(38699,4566,'_line_subtotal','278.56'),(38700,4566,'_line_subtotal_tax','0'),(38701,4566,'_line_total','278.56'),(38702,4566,'_line_tax','0'),(38703,4566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38704,4567,'_product_id','41'),(38705,4567,'_variation_id','0'),(38706,4567,'_qty','1'),(38707,4567,'_tax_class',''),(38708,4567,'_line_subtotal','66.48'),(38709,4567,'_line_subtotal_tax','0'),(38710,4567,'_line_total','66.48'),(38711,4567,'_line_tax','0'),(38712,4567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38713,4568,'_product_id','490'),(38714,4568,'_variation_id','0'),(38715,4568,'_qty','3'),(38716,4568,'_tax_class',''),(38717,4568,'_line_subtotal','68.34'),(38718,4568,'_line_subtotal_tax','0'),(38719,4568,'_line_total','68.34'),(38720,4568,'_line_tax','0'),(38721,4568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38722,4569,'method_id','fedex'),(38723,4569,'instance_id','1'),(38724,4569,'cost','22.23'),(38725,4569,'total_tax','0'),(38726,4569,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38727,4569,'Package 1','14 × 14 × 14 (in) 28.35lbs × 1'),(38728,4570,'_product_id','133'),(38729,4570,'_variation_id','0'),(38730,4570,'_qty','1'),(38731,4570,'_tax_class',''),(38732,4570,'_line_subtotal','14.3'),(38733,4570,'_line_subtotal_tax','0'),(38734,4570,'_line_total','14.3'),(38735,4570,'_line_tax','0'),(38736,4570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38737,4571,'_product_id','93'),(38738,4571,'_variation_id','0'),(38739,4571,'_qty','10'),(38740,4571,'_tax_class',''),(38741,4571,'_line_subtotal','0'),(38742,4571,'_line_subtotal_tax','0'),(38743,4571,'_line_total','0'),(38744,4571,'_line_tax','0'),(38745,4571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38746,4572,'_product_id','49'),(38747,4572,'_variation_id','0'),(38748,4572,'_qty','1'),(38749,4572,'_tax_class',''),(38750,4572,'_line_subtotal','79.2'),(38751,4572,'_line_subtotal_tax','0'),(38752,4572,'_line_total','79.2'),(38753,4572,'_line_tax','0'),(38754,4572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38755,4573,'method_id','fedex'),(38756,4573,'instance_id','1'),(38757,4573,'cost','16.21'),(38758,4573,'total_tax','0'),(38759,4573,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38760,4573,'Package 1','17 × 14 × 10 (in) 31.5lbs × 1'),(38761,4574,'_product_id','490'),(38762,4574,'_variation_id','0'),(38763,4574,'_qty','6'),(38764,4574,'_tax_class',''),(38765,4574,'_line_subtotal','136.68'),(38766,4574,'_line_subtotal_tax','0'),(38767,4574,'_line_total','136.68'),(38768,4574,'_line_tax','0'),(38769,4574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38770,4575,'_product_id','41'),(38771,4575,'_variation_id','0'),(38772,4575,'_qty','1'),(38773,4575,'_tax_class',''),(38774,4575,'_line_subtotal','66.48'),(38775,4575,'_line_subtotal_tax','0'),(38776,4575,'_line_total','66.48'),(38777,4575,'_line_tax','0'),(38778,4575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38779,4576,'_product_id','44'),(38780,4576,'_variation_id','0'),(38781,4576,'_qty','1'),(38782,4576,'_tax_class',''),(38783,4576,'_line_subtotal','116.16'),(38784,4576,'_line_subtotal_tax','0'),(38785,4576,'_line_total','116.16'),(38786,4576,'_line_tax','0'),(38787,4576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38788,4577,'method_id','fedex'),(38789,4577,'instance_id','1'),(38790,4577,'cost','18.66'),(38791,4577,'total_tax','0'),(38792,4577,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38793,4577,'Package 1','17 × 14 × 10 (in) 27.85lbs × 1'),(38794,4578,'_product_id','137'),(38795,4578,'_variation_id','0'),(38796,4578,'_qty','10'),(38797,4578,'_tax_class',''),(38798,4578,'_line_subtotal','60.5'),(38799,4578,'_line_subtotal_tax','0'),(38800,4578,'_line_total','60.5'),(38801,4578,'_line_tax','0'),(38802,4578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38803,4579,'_product_id','99'),(38804,4579,'_variation_id','0'),(38805,4579,'_qty','2'),(38806,4579,'_tax_class',''),(38807,4579,'_line_subtotal','0'),(38808,4579,'_line_subtotal_tax','0'),(38809,4579,'_line_total','0'),(38810,4579,'_line_tax','0'),(38811,4579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38812,4580,'_product_id','93'),(38813,4580,'_variation_id','0'),(38814,4580,'_qty','8'),(38815,4580,'_tax_class',''),(38816,4580,'_line_subtotal','0'),(38817,4580,'_line_subtotal_tax','0'),(38818,4580,'_line_total','0'),(38819,4580,'_line_tax','0'),(38820,4580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38821,4581,'_product_id','44'),(38822,4581,'_variation_id','0'),(38823,4581,'_qty','1'),(38824,4581,'_tax_class',''),(38825,4581,'_line_subtotal','116.16'),(38826,4581,'_line_subtotal_tax','0'),(38827,4581,'_line_total','116.16'),(38828,4581,'_line_tax','0'),(38829,4581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38830,4582,'_product_id','49'),(38831,4582,'_variation_id','0'),(38832,4582,'_qty','2'),(38833,4582,'_tax_class',''),(38834,4582,'_line_subtotal','158.4'),(38835,4582,'_line_subtotal_tax','0'),(38836,4582,'_line_total','158.4'),(38837,4582,'_line_tax','0'),(38838,4582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38839,4583,'_product_id','118'),(38840,4583,'_variation_id','0'),(38841,4583,'_qty','1'),(38842,4583,'_tax_class',''),(38843,4583,'_line_subtotal','184.8'),(38844,4583,'_line_subtotal_tax','0'),(38845,4583,'_line_total','184.8'),(38846,4583,'_line_tax','0'),(38847,4583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38848,4584,'_product_id','95'),(38849,4584,'_variation_id','0'),(38850,4584,'_qty','3'),(38851,4584,'_tax_class',''),(38852,4584,'_line_subtotal','0'),(38853,4584,'_line_subtotal_tax','0'),(38854,4584,'_line_total','0'),(38855,4584,'_line_tax','0'),(38856,4584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38857,4585,'_product_id','49'),(38858,4585,'_variation_id','0'),(38859,4585,'_qty','1'),(38860,4585,'_tax_class',''),(38861,4585,'_line_subtotal','79.2'),(38862,4585,'_line_subtotal_tax','0'),(38863,4585,'_line_total','79.2'),(38864,4585,'_line_tax','0'),(38865,4585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38866,4586,'_product_id','148'),(38867,4586,'_variation_id','0'),(38868,4586,'_qty','6'),(38869,4586,'_tax_class',''),(38870,4586,'_line_subtotal','49.5'),(38871,4586,'_line_subtotal_tax','0'),(38872,4586,'_line_total','49.5'),(38873,4586,'_line_tax','0'),(38874,4586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38875,4587,'_product_id','320'),(38876,4587,'_variation_id','0'),(38877,4587,'_qty','5'),(38878,4587,'_tax_class',''),(38879,4587,'_line_subtotal','18.75'),(38880,4587,'_line_subtotal_tax','0'),(38881,4587,'_line_total','18.75'),(38882,4587,'_line_tax','0'),(38883,4587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38884,4588,'method_id','free_shipping'),(38885,4588,'instance_id','2'),(38886,4588,'cost','0.00'),(38887,4588,'total_tax','0'),(38888,4588,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(38889,4588,'Items','The Wet Brush &times; 10, Bulk Mousse 1 Gallon &times; 2, Bulk Active Rinse 100% &times; 8, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 50/50 &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disney Wet Brush &times; 6, Wet Comb &times; 5'),(38890,4566,'thwma_order_shipping_status','wc-pending'),(38891,4567,'thwma_order_shipping_status','wc-pending'),(38892,4568,'thwma_order_shipping_status','wc-pending'),(38893,4546,'thwma_order_shipping_status','wc-pending'),(38894,4547,'thwma_order_shipping_status','wc-pending'),(38895,4548,'thwma_order_shipping_status','wc-pending'),(38896,4549,'thwma_order_shipping_status','wc-pending'),(38897,4550,'thwma_order_shipping_status','wc-pending'),(38898,4551,'thwma_order_shipping_status','wc-pending'),(38899,4552,'thwma_order_shipping_status','wc-pending'),(38908,4529,'thwma_order_shipping_status','wc-pending'),(38909,4530,'thwma_order_shipping_status','wc-pending'),(38910,4531,'thwma_order_shipping_status','wc-pending'),(38911,4532,'thwma_order_shipping_status','wc-pending'),(38928,4520,'thwma_order_shipping_status','wc-pending'),(38929,4521,'thwma_order_shipping_status','wc-pending'),(38930,4522,'thwma_order_shipping_status','wc-pending'),(38931,4523,'thwma_order_shipping_status','wc-pending'),(38932,4524,'thwma_order_shipping_status','wc-pending'),(38933,4525,'thwma_order_shipping_status','wc-pending'),(38934,4526,'thwma_order_shipping_status','wc-pending'),(38935,4527,'thwma_order_shipping_status','wc-pending'),(38949,4574,'thwma_order_shipping_status','wc-pending'),(38950,4575,'thwma_order_shipping_status','wc-pending'),(38951,4576,'thwma_order_shipping_status','wc-pending'),(38952,4556,'thwma_order_shipping_status','wc-pending'),(38953,4557,'thwma_order_shipping_status','wc-pending'),(38954,4558,'thwma_order_shipping_status','wc-pending'),(38955,4559,'thwma_order_shipping_status','wc-pending'),(38956,4560,'thwma_order_shipping_status','wc-pending'),(38957,4561,'thwma_order_shipping_status','wc-pending'),(38958,4562,'thwma_order_shipping_status','wc-pending'),(38959,4563,'thwma_order_shipping_status','wc-pending'),(38960,4564,'thwma_order_shipping_status','wc-pending'),(38961,4542,'thwma_order_shipping_status','wc-pending'),(38962,4543,'thwma_order_shipping_status','wc-pending'),(38963,4544,'thwma_order_shipping_status','wc-pending'),(38967,4516,'thwma_order_shipping_status','wc-pending'),(38968,4517,'thwma_order_shipping_status','wc-pending'),(38969,4518,'thwma_order_shipping_status','wc-pending'),(38970,4534,'thwma_order_shipping_status','wc-pending'),(38971,4535,'thwma_order_shipping_status','wc-pending'),(38972,4536,'thwma_order_shipping_status','wc-pending'),(38973,4537,'thwma_order_shipping_status','wc-pending'),(38974,4538,'thwma_order_shipping_status','wc-pending'),(38975,4578,'thwma_order_shipping_status','wc-pending'),(38976,4579,'thwma_order_shipping_status','wc-pending'),(38977,4580,'thwma_order_shipping_status','wc-pending'),(38978,4581,'thwma_order_shipping_status','wc-pending'),(38979,4582,'thwma_order_shipping_status','wc-pending'),(38980,4583,'thwma_order_shipping_status','wc-pending'),(38981,4584,'thwma_order_shipping_status','wc-pending'),(38982,4585,'thwma_order_shipping_status','wc-pending'),(38983,4586,'thwma_order_shipping_status','wc-pending'),(38984,4587,'thwma_order_shipping_status','wc-pending'),(38985,4589,'_product_id','23'),(38986,4589,'_variation_id','0'),(38987,4589,'_qty','2'),(38988,4589,'_tax_class',''),(38989,4589,'_line_subtotal','223.68'),(38990,4589,'_line_subtotal_tax','0'),(38991,4589,'_line_total','223.68'),(38992,4589,'_line_tax','0'),(38993,4589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(38994,4590,'_product_id','41'),(38995,4590,'_variation_id','0'),(38996,4590,'_qty','1'),(38997,4590,'_tax_class',''),(38998,4590,'_line_subtotal','66.48'),(38999,4590,'_line_subtotal_tax','0'),(39000,4590,'_line_total','66.48'),(39001,4590,'_line_tax','0'),(39002,4590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39003,4591,'_product_id','40'),(39004,4591,'_variation_id','0'),(39005,4591,'_qty','1'),(39006,4591,'_tax_class',''),(39007,4591,'_line_subtotal','79.2'),(39008,4591,'_line_subtotal_tax','0'),(39009,4591,'_line_total','79.2'),(39010,4591,'_line_tax','0'),(39011,4591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39012,4592,'_product_id','49'),(39013,4592,'_variation_id','0'),(39014,4592,'_qty','2'),(39015,4592,'_tax_class',''),(39016,4592,'_line_subtotal','158.4'),(39017,4592,'_line_subtotal_tax','0'),(39018,4592,'_line_total','158.4'),(39019,4592,'_line_tax','0'),(39020,4592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39021,4593,'_product_id','490'),(39022,4593,'_variation_id','0'),(39023,4593,'_qty','4'),(39024,4593,'_tax_class',''),(39025,4593,'_line_subtotal','91.12'),(39026,4593,'_line_subtotal_tax','0'),(39027,4593,'_line_total','91.12'),(39028,4593,'_line_tax','0'),(39029,4593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39030,4594,'_product_id','131'),(39031,4594,'_variation_id','0'),(39032,4594,'_qty','2'),(39033,4594,'_tax_class',''),(39034,4594,'_line_subtotal','25.3'),(39035,4594,'_line_subtotal_tax','0'),(39036,4594,'_line_total','25.3'),(39037,4594,'_line_tax','0'),(39038,4594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39039,4595,'method_id','free_shipping'),(39040,4595,'instance_id','2'),(39041,4595,'cost','0.00'),(39042,4595,'total_tax','0'),(39043,4595,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39044,4595,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4, Disposable Capes &times; 2'),(39045,4596,'_product_id','45'),(39046,4596,'_variation_id','0'),(39047,4596,'_qty','1'),(39048,4596,'_tax_class',''),(39049,4596,'_line_subtotal','42.24'),(39050,4596,'_line_subtotal_tax','0'),(39051,4596,'_line_total','42.24'),(39052,4596,'_line_tax','0'),(39053,4596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39054,4597,'_product_id','43'),(39055,4597,'_variation_id','0'),(39056,4597,'_qty','1'),(39057,4597,'_tax_class',''),(39058,4597,'_line_subtotal','79.2'),(39059,4597,'_line_subtotal_tax','0'),(39060,4597,'_line_total','79.2'),(39061,4597,'_line_tax','0'),(39062,4597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39063,4598,'_product_id','487'),(39064,4598,'_variation_id','0'),(39065,4598,'_qty','1'),(39066,4598,'_tax_class',''),(39067,4598,'_line_subtotal','31.35'),(39068,4598,'_line_subtotal_tax','0'),(39069,4598,'_line_total','31.35'),(39070,4598,'_line_tax','0'),(39071,4598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39072,4599,'_product_id','38'),(39073,4599,'_variation_id','0'),(39074,4599,'_qty','1'),(39075,4599,'_tax_class',''),(39076,4599,'_line_subtotal','278.56'),(39077,4599,'_line_subtotal_tax','0'),(39078,4599,'_line_total','278.56'),(39079,4599,'_line_tax','0'),(39080,4599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39081,4600,'_product_id','23'),(39082,4600,'_variation_id','0'),(39083,4600,'_qty','1'),(39084,4600,'_tax_class',''),(39085,4600,'_line_subtotal','111.84'),(39086,4600,'_line_subtotal_tax','0'),(39087,4600,'_line_total','111.84'),(39088,4600,'_line_tax','0'),(39089,4600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39090,4601,'_product_id','120'),(39091,4601,'_variation_id','0'),(39092,4601,'_qty','1'),(39093,4601,'_tax_class',''),(39094,4601,'_line_subtotal','52.8'),(39095,4601,'_line_subtotal_tax','0'),(39096,4601,'_line_total','52.8'),(39097,4601,'_line_tax','0'),(39098,4601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39099,4602,'method_id','free_shipping'),(39100,4602,'instance_id','2'),(39101,4602,'cost','0.00'),(39102,4602,'total_tax','0'),(39103,4602,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39104,4602,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(39105,4570,'thwma_order_shipping_status','wc-pending'),(39106,4571,'thwma_order_shipping_status','wc-pending'),(39107,4572,'thwma_order_shipping_status','wc-pending'),(39108,4589,'thwma_order_shipping_status','wc-pending'),(39109,4590,'thwma_order_shipping_status','wc-pending'),(39110,4591,'thwma_order_shipping_status','wc-pending'),(39111,4592,'thwma_order_shipping_status','wc-pending'),(39112,4593,'thwma_order_shipping_status','wc-pending'),(39113,4594,'thwma_order_shipping_status','wc-pending'),(39114,4603,'_product_id','23'),(39115,4603,'_variation_id','0'),(39116,4603,'_qty','3'),(39117,4603,'_tax_class',''),(39118,4603,'_line_subtotal','335.52'),(39119,4603,'_line_subtotal_tax','0'),(39120,4603,'_line_total','335.52'),(39121,4603,'_line_tax','0'),(39122,4603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39123,4604,'_product_id','45'),(39124,4604,'_variation_id','0'),(39125,4604,'_qty','2'),(39126,4604,'_tax_class',''),(39127,4604,'_line_subtotal','84.48'),(39128,4604,'_line_subtotal_tax','0'),(39129,4604,'_line_total','84.48'),(39130,4604,'_line_tax','0'),(39131,4604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39132,4605,'_product_id','41'),(39133,4605,'_variation_id','0'),(39134,4605,'_qty','3'),(39135,4605,'_tax_class',''),(39136,4605,'_line_subtotal','199.44'),(39137,4605,'_line_subtotal_tax','0'),(39138,4605,'_line_total','199.44'),(39139,4605,'_line_tax','0'),(39140,4605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39141,4606,'_product_id','51'),(39142,4606,'_variation_id','0'),(39143,4606,'_qty','1'),(39144,4606,'_tax_class',''),(39145,4606,'_line_subtotal','147.84'),(39146,4606,'_line_subtotal_tax','0'),(39147,4606,'_line_total','147.84'),(39148,4606,'_line_tax','0'),(39149,4606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39150,4607,'_product_id','43'),(39151,4607,'_variation_id','0'),(39152,4607,'_qty','4'),(39153,4607,'_tax_class',''),(39154,4607,'_line_subtotal','316.8'),(39155,4607,'_line_subtotal_tax','0'),(39156,4607,'_line_total','316.8'),(39157,4607,'_line_tax','0'),(39158,4607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39159,4608,'_product_id','49'),(39160,4608,'_variation_id','0'),(39161,4608,'_qty','4'),(39162,4608,'_tax_class',''),(39163,4608,'_line_subtotal','316.8'),(39164,4608,'_line_subtotal_tax','0'),(39165,4608,'_line_total','316.8'),(39166,4608,'_line_tax','0'),(39167,4608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39168,4609,'_product_id','95'),(39169,4609,'_variation_id','0'),(39170,4609,'_qty','5'),(39171,4609,'_tax_class',''),(39172,4609,'_line_subtotal','0'),(39173,4609,'_line_subtotal_tax','0'),(39174,4609,'_line_total','0'),(39175,4609,'_line_tax','0'),(39176,4609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39177,4610,'_product_id','99'),(39178,4610,'_variation_id','0'),(39179,4610,'_qty','2'),(39180,4610,'_tax_class',''),(39181,4610,'_line_subtotal','0'),(39182,4610,'_line_subtotal_tax','0'),(39183,4610,'_line_total','0'),(39184,4610,'_line_tax','0'),(39185,4610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39186,4611,'_product_id','97'),(39187,4611,'_variation_id','0'),(39188,4611,'_qty','2'),(39189,4611,'_tax_class',''),(39190,4611,'_line_subtotal','0'),(39191,4611,'_line_subtotal_tax','0'),(39192,4611,'_line_total','0'),(39193,4611,'_line_tax','0'),(39194,4611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39195,4612,'method_id','free_shipping'),(39196,4612,'instance_id','2'),(39197,4612,'cost','0.00'),(39198,4612,'total_tax','0'),(39199,4612,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39200,4612,'Items','Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 50/50 &times; 5, Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 2'),(39201,4613,'_product_id','23'),(39202,4613,'_variation_id','0'),(39203,4613,'_qty','1'),(39204,4613,'_tax_class',''),(39205,4613,'_line_subtotal','111.84'),(39206,4613,'_line_subtotal_tax','0'),(39207,4613,'_line_total','111.84'),(39208,4613,'_line_tax','0'),(39209,4613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39210,4614,'_product_id','490'),(39211,4614,'_variation_id','0'),(39212,4614,'_qty','3'),(39213,4614,'_tax_class',''),(39214,4614,'_line_subtotal','68.34'),(39215,4614,'_line_subtotal_tax','0'),(39216,4614,'_line_total','68.34'),(39217,4614,'_line_tax','0'),(39218,4614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39219,4615,'_product_id','488'),(39220,4615,'_variation_id','0'),(39221,4615,'_qty','4'),(39222,4615,'_tax_class',''),(39223,4615,'_line_subtotal','125.4'),(39224,4615,'_line_subtotal_tax','0'),(39225,4615,'_line_total','125.4'),(39226,4615,'_line_tax','0'),(39227,4615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39228,4616,'_product_id','487'),(39229,4616,'_variation_id','0'),(39230,4616,'_qty','4'),(39231,4616,'_tax_class',''),(39232,4616,'_line_subtotal','125.4'),(39233,4616,'_line_subtotal_tax','0'),(39234,4616,'_line_total','125.4'),(39235,4616,'_line_tax','0'),(39236,4616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39237,4617,'_product_id','45'),(39238,4617,'_variation_id','0'),(39239,4617,'_qty','2'),(39240,4617,'_tax_class',''),(39241,4617,'_line_subtotal','84.48'),(39242,4617,'_line_subtotal_tax','0'),(39243,4617,'_line_total','84.48'),(39244,4617,'_line_tax','0'),(39245,4617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39246,4618,'method_id','fedex'),(39247,4618,'instance_id','1'),(39248,4618,'cost','118.71'),(39249,4618,'total_tax','0'),(39250,4618,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39251,4618,'Package 1','17 × 14 × 10 (in) 40.25lbs × 1'),(39252,4618,'Package 2','17 × 14 × 10 (in) 41.7lbs × 1'),(39253,4618,'Package 3','11.25 × 8.75 × 7.75 (in) 12.19lbs × 1'),(39254,4619,'_product_id','41'),(39255,4619,'_variation_id','0'),(39256,4619,'_qty','1'),(39257,4619,'_tax_class',''),(39258,4619,'_line_subtotal','66.48'),(39259,4619,'_line_subtotal_tax','0'),(39260,4619,'_line_total','66.48'),(39261,4619,'_line_tax','0'),(39262,4619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39263,4620,'_product_id','23'),(39264,4620,'_variation_id','0'),(39265,4620,'_qty','4'),(39266,4620,'_tax_class',''),(39267,4620,'_line_subtotal','447.36'),(39268,4620,'_line_subtotal_tax','0'),(39269,4620,'_line_total','447.36'),(39270,4620,'_line_tax','0'),(39271,4620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39272,4621,'_product_id','131'),(39273,4621,'_variation_id','0'),(39274,4621,'_qty','4'),(39275,4621,'_tax_class',''),(39276,4621,'_line_subtotal','50.6'),(39277,4621,'_line_subtotal_tax','0'),(39278,4621,'_line_total','50.6'),(39279,4621,'_line_tax','0'),(39280,4621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39281,4622,'_product_id','490'),(39282,4622,'_variation_id','0'),(39283,4622,'_qty','5'),(39284,4622,'_tax_class',''),(39285,4622,'_line_subtotal','113.9'),(39286,4622,'_line_subtotal_tax','0'),(39287,4622,'_line_total','113.9'),(39288,4622,'_line_tax','0'),(39289,4622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39290,4623,'_product_id','488'),(39291,4623,'_variation_id','0'),(39292,4623,'_qty','1'),(39293,4623,'_tax_class',''),(39294,4623,'_line_subtotal','31.35'),(39295,4623,'_line_subtotal_tax','0'),(39296,4623,'_line_total','31.35'),(39297,4623,'_line_tax','0'),(39298,4623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39299,4624,'_product_id','38'),(39300,4624,'_variation_id','0'),(39301,4624,'_qty','2'),(39302,4624,'_tax_class',''),(39303,4624,'_line_subtotal','557.12'),(39304,4624,'_line_subtotal_tax','0'),(39305,4624,'_line_total','557.12'),(39306,4624,'_line_tax','0'),(39307,4624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39308,4625,'_product_id','144'),(39309,4625,'_variation_id','0'),(39310,4625,'_qty','24'),(39311,4625,'_tax_class',''),(39312,4625,'_line_subtotal','33.12'),(39313,4625,'_line_subtotal_tax','0'),(39314,4625,'_line_total','33.12'),(39315,4625,'_line_tax','0'),(39316,4625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39317,4626,'method_id','free_shipping'),(39318,4626,'instance_id','2'),(39319,4626,'cost','0.00'),(39320,4626,'total_tax','0'),(39321,4626,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39322,4626,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Disposable Capes &times; 4, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Course Tail Comb &times; 24'),(39323,4627,'_product_id','49'),(39324,4627,'_variation_id','0'),(39325,4627,'_qty','3'),(39326,4627,'_tax_class',''),(39327,4627,'_line_subtotal','237.6'),(39328,4627,'_line_subtotal_tax','0'),(39329,4627,'_line_total','237.6'),(39330,4627,'_line_tax','0'),(39331,4627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39332,4628,'method_id','fedex'),(39333,4628,'instance_id','1'),(39334,4628,'cost','34.56'),(39335,4628,'total_tax','0'),(39336,4628,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39337,4628,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(39338,4629,'_product_id','490'),(39339,4629,'_variation_id','0'),(39340,4629,'_qty','10'),(39341,4629,'_tax_class',''),(39342,4629,'_line_subtotal','227.8'),(39343,4629,'_line_subtotal_tax','0'),(39344,4629,'_line_total','227.8'),(39345,4629,'_line_tax','0'),(39346,4629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39347,4630,'_product_id','488'),(39348,4630,'_variation_id','0'),(39349,4630,'_qty','6'),(39350,4630,'_tax_class',''),(39351,4630,'_line_subtotal','188.1'),(39352,4630,'_line_subtotal_tax','0'),(39353,4630,'_line_total','188.1'),(39354,4630,'_line_tax','0'),(39355,4630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39356,4631,'_product_id','131'),(39357,4631,'_variation_id','0'),(39358,4631,'_qty','2'),(39359,4631,'_tax_class',''),(39360,4631,'_line_subtotal','25.3'),(39361,4631,'_line_subtotal_tax','0'),(39362,4631,'_line_total','25.3'),(39363,4631,'_line_tax','0'),(39364,4631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39365,4632,'_product_id','41'),(39366,4632,'_variation_id','0'),(39367,4632,'_qty','1'),(39368,4632,'_tax_class',''),(39369,4632,'_line_subtotal','66.48'),(39370,4632,'_line_subtotal_tax','0'),(39371,4632,'_line_total','66.48'),(39372,4632,'_line_tax','0'),(39373,4632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39374,4633,'method_id','free_shipping'),(39375,4633,'instance_id','2'),(39376,4633,'cost','0.00'),(39377,4633,'total_tax','0'),(39378,4633,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39379,4633,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 6, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(39380,4634,'_product_id','93'),(39381,4634,'_variation_id','0'),(39382,4634,'_qty','10'),(39383,4634,'_tax_class',''),(39384,4634,'_line_subtotal','0'),(39385,4634,'_line_subtotal_tax','0'),(39386,4634,'_line_total','0'),(39387,4634,'_line_tax','0'),(39388,4634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39389,4635,'_product_id','41'),(39390,4635,'_variation_id','0'),(39391,4635,'_qty','1'),(39392,4635,'_tax_class',''),(39393,4635,'_line_subtotal','66.48'),(39394,4635,'_line_subtotal_tax','0'),(39395,4635,'_line_total','66.48'),(39396,4635,'_line_tax','0'),(39397,4635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39398,4636,'method_id','fedex'),(39399,4636,'instance_id','1'),(39400,4636,'cost','15.49'),(39401,4636,'total_tax','0'),(39402,4636,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39403,4636,'Package 1','17 × 14 × 10 (in) 24.9lbs × 1'),(39413,4619,'thwma_order_shipping_status','wc-pending'),(39414,4620,'thwma_order_shipping_status','wc-pending'),(39415,4621,'thwma_order_shipping_status','wc-pending'),(39416,4622,'thwma_order_shipping_status','wc-pending'),(39417,4623,'thwma_order_shipping_status','wc-pending'),(39418,4624,'thwma_order_shipping_status','wc-pending'),(39419,4625,'thwma_order_shipping_status','wc-pending'),(39420,4613,'thwma_order_shipping_status','wc-pending'),(39421,4614,'thwma_order_shipping_status','wc-pending'),(39422,4615,'thwma_order_shipping_status','wc-pending'),(39423,4616,'thwma_order_shipping_status','wc-pending'),(39424,4617,'thwma_order_shipping_status','wc-pending'),(39425,4637,'_product_id','23'),(39426,4637,'_variation_id','0'),(39427,4637,'_qty','1'),(39428,4637,'_tax_class',''),(39429,4637,'_line_subtotal','111.84'),(39430,4637,'_line_subtotal_tax','0'),(39431,4637,'_line_total','111.84'),(39432,4637,'_line_tax','0'),(39433,4637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39434,4638,'_product_id','38'),(39435,4638,'_variation_id','0'),(39436,4638,'_qty','1'),(39437,4638,'_tax_class',''),(39438,4638,'_line_subtotal','278.56'),(39439,4638,'_line_subtotal_tax','0'),(39440,4638,'_line_total','278.56'),(39441,4638,'_line_tax','0'),(39442,4638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39443,4639,'method_id','fedex'),(39444,4639,'instance_id','1'),(39445,4639,'cost','18.33'),(39446,4639,'total_tax','0'),(39447,4639,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39448,4639,'Package 1','14 × 14 × 14 (in) 26.8lbs × 1'),(39449,4640,'_product_id','490'),(39450,4640,'_variation_id','0'),(39451,4640,'_qty','4'),(39452,4640,'_tax_class',''),(39453,4640,'_line_subtotal','91.12'),(39454,4640,'_line_subtotal_tax','0'),(39455,4640,'_line_total','91.12'),(39456,4640,'_line_tax','0'),(39457,4640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39458,4641,'method_id','fedex'),(39459,4641,'instance_id','1'),(39460,4641,'cost','13.39'),(39461,4641,'total_tax','0'),(39462,4641,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39463,4641,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(39464,4637,'thwma_order_shipping_status','wc-pending'),(39465,4638,'thwma_order_shipping_status','wc-pending'),(39466,4629,'thwma_order_shipping_status','wc-pending'),(39467,4630,'thwma_order_shipping_status','wc-pending'),(39468,4631,'thwma_order_shipping_status','wc-pending'),(39469,4632,'thwma_order_shipping_status','wc-pending'),(39548,4651,'_product_id','490'),(39549,4651,'_variation_id','0'),(39550,4651,'_qty','10'),(39551,4651,'_tax_class',''),(39552,4651,'_line_subtotal','227.8'),(39553,4651,'_line_subtotal_tax','0'),(39554,4651,'_line_total','227.8'),(39555,4651,'_line_tax','0'),(39556,4651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39557,4652,'_product_id','488'),(39558,4652,'_variation_id','0'),(39559,4652,'_qty','6'),(39560,4652,'_tax_class',''),(39561,4652,'_line_subtotal','188.1'),(39562,4652,'_line_subtotal_tax','0'),(39563,4652,'_line_total','188.1'),(39564,4652,'_line_tax','0'),(39565,4652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39566,4653,'_product_id','41'),(39567,4653,'_variation_id','0'),(39568,4653,'_qty','2'),(39569,4653,'_tax_class',''),(39570,4653,'_line_subtotal','132.96'),(39571,4653,'_line_subtotal_tax','0'),(39572,4653,'_line_total','132.96'),(39573,4653,'_line_tax','0'),(39574,4653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39575,4654,'method_id','free_shipping'),(39576,4654,'instance_id','2'),(39577,4654,'cost','0.00'),(39578,4654,'total_tax','0'),(39579,4654,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39580,4654,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 6, Professional Lice Comb(Case of 12) &times; 2'),(39581,4596,'thwma_order_shipping_status','wc-pending'),(39582,4597,'thwma_order_shipping_status','wc-pending'),(39583,4598,'thwma_order_shipping_status','wc-pending'),(39584,4599,'thwma_order_shipping_status','wc-pending'),(39585,4600,'thwma_order_shipping_status','wc-pending'),(39586,4601,'thwma_order_shipping_status','wc-pending'),(39590,4651,'thwma_order_shipping_status','wc-pending'),(39591,4652,'thwma_order_shipping_status','wc-pending'),(39592,4653,'thwma_order_shipping_status','wc-pending'),(39595,4655,'_product_id','41'),(39596,4655,'_variation_id','0'),(39597,4655,'_qty','1'),(39598,4655,'_tax_class',''),(39599,4655,'_line_subtotal','66.48'),(39600,4655,'_line_subtotal_tax','0'),(39601,4655,'_line_total','66.48'),(39602,4655,'_line_tax','0'),(39603,4655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39604,4656,'_product_id','39'),(39605,4656,'_variation_id','0'),(39606,4656,'_qty','1'),(39607,4656,'_tax_class',''),(39608,4656,'_line_subtotal','79.2'),(39609,4656,'_line_subtotal_tax','0'),(39610,4656,'_line_total','79.2'),(39611,4656,'_line_tax','0'),(39612,4656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39613,4657,'_product_id','40'),(39614,4657,'_variation_id','0'),(39615,4657,'_qty','1'),(39616,4657,'_tax_class',''),(39617,4657,'_line_subtotal','79.2'),(39618,4657,'_line_subtotal_tax','0'),(39619,4657,'_line_total','79.2'),(39620,4657,'_line_tax','0'),(39621,4657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39622,4658,'method_id','fedex'),(39623,4658,'instance_id','1'),(39624,4658,'cost','20.16'),(39625,4658,'total_tax','0'),(39626,4658,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39627,4658,'Package 1','17 × 14 × 10 (in) 18.25lbs × 1'),(39628,4659,'_product_id','93'),(39629,4659,'_variation_id','0'),(39630,4659,'_qty','10'),(39631,4659,'_tax_class',''),(39632,4659,'_line_subtotal','0'),(39633,4659,'_line_subtotal_tax','0'),(39634,4659,'_line_total','0'),(39635,4659,'_line_tax','0'),(39636,4659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39637,4660,'method_id','fedex'),(39638,4660,'instance_id','1'),(39639,4660,'cost','17.15'),(39640,4660,'total_tax','0'),(39641,4660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39642,4660,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(39643,4655,'thwma_order_shipping_status','wc-pending'),(39644,4656,'thwma_order_shipping_status','wc-pending'),(39645,4657,'thwma_order_shipping_status','wc-pending'),(39646,4661,'_product_id','490'),(39647,4661,'_variation_id','0'),(39648,4661,'_qty','2'),(39649,4661,'_tax_class',''),(39650,4661,'_line_subtotal','45.56'),(39651,4661,'_line_subtotal_tax','0'),(39652,4661,'_line_total','45.56'),(39653,4661,'_line_tax','0'),(39654,4661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39655,4662,'method_id','fedex'),(39656,4662,'instance_id','1'),(39657,4662,'cost','11.16'),(39658,4662,'total_tax','0'),(39659,4662,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39660,4662,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(39661,4663,'_product_id','23'),(39662,4663,'_variation_id','0'),(39663,4663,'_qty','1'),(39664,4663,'_tax_class',''),(39665,4663,'_line_subtotal','111.84'),(39666,4663,'_line_subtotal_tax','0'),(39667,4663,'_line_total','111.84'),(39668,4663,'_line_tax','0'),(39669,4663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39670,4664,'_product_id','38'),(39671,4664,'_variation_id','0'),(39672,4664,'_qty','2'),(39673,4664,'_tax_class',''),(39674,4664,'_line_subtotal','557.12'),(39675,4664,'_line_subtotal_tax','0'),(39676,4664,'_line_total','557.12'),(39677,4664,'_line_tax','0'),(39678,4664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39679,4665,'_product_id','45'),(39680,4665,'_variation_id','0'),(39681,4665,'_qty','1'),(39682,4665,'_tax_class',''),(39683,4665,'_line_subtotal','42.24'),(39684,4665,'_line_subtotal_tax','0'),(39685,4665,'_line_total','42.24'),(39686,4665,'_line_tax','0'),(39687,4665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39688,4666,'_product_id','41'),(39689,4666,'_variation_id','0'),(39690,4666,'_qty','1'),(39691,4666,'_tax_class',''),(39692,4666,'_line_subtotal','66.48'),(39693,4666,'_line_subtotal_tax','0'),(39694,4666,'_line_total','66.48'),(39695,4666,'_line_tax','0'),(39696,4666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39697,4667,'_product_id','488'),(39698,4667,'_variation_id','0'),(39699,4667,'_qty','2'),(39700,4667,'_tax_class',''),(39701,4667,'_line_subtotal','62.7'),(39702,4667,'_line_subtotal_tax','0'),(39703,4667,'_line_total','62.7'),(39704,4667,'_line_tax','0'),(39705,4667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39706,4668,'_product_id','490'),(39707,4668,'_variation_id','0'),(39708,4668,'_qty','8'),(39709,4668,'_tax_class',''),(39710,4668,'_line_subtotal','182.24'),(39711,4668,'_line_subtotal_tax','0'),(39712,4668,'_line_total','182.24'),(39713,4668,'_line_tax','0'),(39714,4668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39715,4669,'method_id','free_shipping'),(39716,4669,'instance_id','2'),(39717,4669,'cost','0.00'),(39718,4669,'total_tax','0'),(39719,4669,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39720,4669,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 8'),(39727,4663,'thwma_order_shipping_status','wc-pending'),(39728,4664,'thwma_order_shipping_status','wc-pending'),(39729,4665,'thwma_order_shipping_status','wc-pending'),(39730,4666,'thwma_order_shipping_status','wc-pending'),(39731,4667,'thwma_order_shipping_status','wc-pending'),(39732,4668,'thwma_order_shipping_status','wc-pending'),(39733,4603,'thwma_order_shipping_status','wc-pending'),(39734,4604,'thwma_order_shipping_status','wc-pending'),(39735,4605,'thwma_order_shipping_status','wc-pending'),(39736,4606,'thwma_order_shipping_status','wc-pending'),(39737,4607,'thwma_order_shipping_status','wc-pending'),(39738,4608,'thwma_order_shipping_status','wc-pending'),(39739,4609,'thwma_order_shipping_status','wc-pending'),(39740,4610,'thwma_order_shipping_status','wc-pending'),(39741,4611,'thwma_order_shipping_status','wc-pending'),(39742,4634,'thwma_order_shipping_status','wc-pending'),(39743,4635,'thwma_order_shipping_status','wc-pending'),(39744,4670,'_product_id','41'),(39745,4670,'_variation_id','0'),(39746,4670,'_qty','2'),(39747,4670,'_tax_class',''),(39748,4670,'_line_subtotal','132.96'),(39749,4670,'_line_subtotal_tax','0'),(39750,4670,'_line_total','132.96'),(39751,4670,'_line_tax','0'),(39752,4670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39753,4671,'_product_id','120'),(39754,4671,'_variation_id','0'),(39755,4671,'_qty','2'),(39756,4671,'_tax_class',''),(39757,4671,'_line_subtotal','105.6'),(39758,4671,'_line_subtotal_tax','0'),(39759,4671,'_line_total','105.6'),(39760,4671,'_line_tax','0'),(39761,4671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39762,4672,'_product_id','43'),(39763,4672,'_variation_id','0'),(39764,4672,'_qty','1'),(39765,4672,'_tax_class',''),(39766,4672,'_line_subtotal','79.2'),(39767,4672,'_line_subtotal_tax','0'),(39768,4672,'_line_total','79.2'),(39769,4672,'_line_tax','0'),(39770,4672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39771,4673,'_product_id','49'),(39772,4673,'_variation_id','0'),(39773,4673,'_qty','2'),(39774,4673,'_tax_class',''),(39775,4673,'_line_subtotal','158.4'),(39776,4673,'_line_subtotal_tax','0'),(39777,4673,'_line_total','158.4'),(39778,4673,'_line_tax','0'),(39779,4673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39780,4674,'_product_id','490'),(39781,4674,'_variation_id','0'),(39782,4674,'_qty','10'),(39783,4674,'_tax_class',''),(39784,4674,'_line_subtotal','227.8'),(39785,4674,'_line_subtotal_tax','0'),(39786,4674,'_line_total','227.8'),(39787,4674,'_line_tax','0'),(39788,4674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39789,4675,'_product_id','487'),(39790,4675,'_variation_id','0'),(39791,4675,'_qty','2'),(39792,4675,'_tax_class',''),(39793,4675,'_line_subtotal','62.7'),(39794,4675,'_line_subtotal_tax','0'),(39795,4675,'_line_total','62.7'),(39796,4675,'_line_tax','0'),(39797,4675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39798,4676,'method_id','free_shipping'),(39799,4676,'instance_id','2'),(39800,4676,'cost','0.00'),(39801,4676,'total_tax','0'),(39802,4676,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39803,4676,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(39804,4677,'_product_id','23'),(39805,4677,'_variation_id','0'),(39806,4677,'_qty','2'),(39807,4677,'_tax_class',''),(39808,4677,'_line_subtotal','223.68'),(39809,4677,'_line_subtotal_tax','0'),(39810,4677,'_line_total','223.68'),(39811,4677,'_line_tax','0'),(39812,4677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39813,4678,'_product_id','38'),(39814,4678,'_variation_id','0'),(39815,4678,'_qty','1'),(39816,4678,'_tax_class',''),(39817,4678,'_line_subtotal','278.56'),(39818,4678,'_line_subtotal_tax','0'),(39819,4678,'_line_total','278.56'),(39820,4678,'_line_tax','0'),(39821,4678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39822,4679,'_product_id','42'),(39823,4679,'_variation_id','0'),(39824,4679,'_qty','1'),(39825,4679,'_tax_class',''),(39826,4679,'_line_subtotal','79.2'),(39827,4679,'_line_subtotal_tax','0'),(39828,4679,'_line_total','79.2'),(39829,4679,'_line_tax','0'),(39830,4679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39831,4680,'_product_id','45'),(39832,4680,'_variation_id','0'),(39833,4680,'_qty','4'),(39834,4680,'_tax_class',''),(39835,4680,'_line_subtotal','168.96'),(39836,4680,'_line_subtotal_tax','0'),(39837,4680,'_line_total','168.96'),(39838,4680,'_line_tax','0'),(39839,4680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39840,4681,'_product_id','41'),(39841,4681,'_variation_id','0'),(39842,4681,'_qty','4'),(39843,4681,'_tax_class',''),(39844,4681,'_line_subtotal','265.92'),(39845,4681,'_line_subtotal_tax','0'),(39846,4681,'_line_total','265.92'),(39847,4681,'_line_tax','0'),(39848,4681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39849,4682,'_product_id','43'),(39850,4682,'_variation_id','0'),(39851,4682,'_qty','1'),(39852,4682,'_tax_class',''),(39853,4682,'_line_subtotal','79.2'),(39854,4682,'_line_subtotal_tax','0'),(39855,4682,'_line_total','79.2'),(39856,4682,'_line_tax','0'),(39857,4682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39858,4683,'_product_id','44'),(39859,4683,'_variation_id','0'),(39860,4683,'_qty','4'),(39861,4683,'_tax_class',''),(39862,4683,'_line_subtotal','464.64'),(39863,4683,'_line_subtotal_tax','0'),(39864,4683,'_line_total','464.64'),(39865,4683,'_line_tax','0'),(39866,4683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39867,4684,'_product_id','93'),(39868,4684,'_variation_id','0'),(39869,4684,'_qty','10'),(39870,4684,'_tax_class',''),(39871,4684,'_line_subtotal','0'),(39872,4684,'_line_subtotal_tax','0'),(39873,4684,'_line_total','0'),(39874,4684,'_line_tax','0'),(39875,4684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39876,4685,'_product_id','133'),(39877,4685,'_variation_id','0'),(39878,4685,'_qty','3'),(39879,4685,'_tax_class',''),(39880,4685,'_line_subtotal','42.9'),(39881,4685,'_line_subtotal_tax','0'),(39882,4685,'_line_total','42.9'),(39883,4685,'_line_tax','0'),(39884,4685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39885,4686,'_product_id','320'),(39886,4686,'_variation_id','0'),(39887,4686,'_qty','3'),(39888,4686,'_tax_class',''),(39889,4686,'_line_subtotal','11.25'),(39890,4686,'_line_subtotal_tax','0'),(39891,4686,'_line_total','11.25'),(39892,4686,'_line_tax','0'),(39893,4686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39894,4687,'method_id','free_shipping'),(39895,4687,'instance_id','2'),(39896,4687,'cost','0.00'),(39897,4687,'total_tax','0'),(39898,4687,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39899,4687,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 4, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 3, Wet Comb &times; 3'),(39900,4688,'_product_id','45'),(39901,4688,'_variation_id','0'),(39902,4688,'_qty','1'),(39903,4688,'_tax_class',''),(39904,4688,'_line_subtotal','42.24'),(39905,4688,'_line_subtotal_tax','0'),(39906,4688,'_line_total','42.24'),(39907,4688,'_line_tax','0'),(39908,4688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39909,4689,'_product_id','41'),(39910,4689,'_variation_id','0'),(39911,4689,'_qty','3'),(39912,4689,'_tax_class',''),(39913,4689,'_line_subtotal','199.44'),(39914,4689,'_line_subtotal_tax','0'),(39915,4689,'_line_total','199.44'),(39916,4689,'_line_tax','0'),(39917,4689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39918,4690,'_product_id','43'),(39919,4690,'_variation_id','0'),(39920,4690,'_qty','2'),(39921,4690,'_tax_class',''),(39922,4690,'_line_subtotal','158.4'),(39923,4690,'_line_subtotal_tax','0'),(39924,4690,'_line_total','158.4'),(39925,4690,'_line_tax','0'),(39926,4690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39927,4691,'_product_id','487'),(39928,4691,'_variation_id','0'),(39929,4691,'_qty','1'),(39930,4691,'_tax_class',''),(39931,4691,'_line_subtotal','31.35'),(39932,4691,'_line_subtotal_tax','0'),(39933,4691,'_line_total','31.35'),(39934,4691,'_line_tax','0'),(39935,4691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39936,4692,'_product_id','488'),(39937,4692,'_variation_id','0'),(39938,4692,'_qty','1'),(39939,4692,'_tax_class',''),(39940,4692,'_line_subtotal','31.35'),(39941,4692,'_line_subtotal_tax','0'),(39942,4692,'_line_total','31.35'),(39943,4692,'_line_tax','0'),(39944,4692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39945,4693,'_product_id','490'),(39946,4693,'_variation_id','0'),(39947,4693,'_qty','10'),(39948,4693,'_tax_class',''),(39949,4693,'_line_subtotal','227.8'),(39950,4693,'_line_subtotal_tax','0'),(39951,4693,'_line_total','227.8'),(39952,4693,'_line_tax','0'),(39953,4693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39954,4694,'method_id','free_shipping'),(39955,4694,'instance_id','2'),(39956,4694,'cost','0.00'),(39957,4694,'total_tax','0'),(39958,4694,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(39959,4694,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10'),(39960,4695,'_product_id','45'),(39961,4695,'_variation_id','0'),(39962,4695,'_qty','2'),(39963,4695,'_tax_class',''),(39964,4695,'_line_subtotal','84.48'),(39965,4695,'_line_subtotal_tax','0'),(39966,4695,'_line_total','84.48'),(39967,4695,'_line_tax','0'),(39968,4695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39969,4696,'_product_id','43'),(39970,4696,'_variation_id','0'),(39971,4696,'_qty','1'),(39972,4696,'_tax_class',''),(39973,4696,'_line_subtotal','79.2'),(39974,4696,'_line_subtotal_tax','0'),(39975,4696,'_line_total','79.2'),(39976,4696,'_line_tax','0'),(39977,4696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39978,4697,'_product_id','39'),(39979,4697,'_variation_id','0'),(39980,4697,'_qty','1'),(39981,4697,'_tax_class',''),(39982,4697,'_line_subtotal','79.2'),(39983,4697,'_line_subtotal_tax','0'),(39984,4697,'_line_total','79.2'),(39985,4697,'_line_tax','0'),(39986,4697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39987,4698,'_product_id','40'),(39988,4698,'_variation_id','0'),(39989,4698,'_qty','1'),(39990,4698,'_tax_class',''),(39991,4698,'_line_subtotal','79.2'),(39992,4698,'_line_subtotal_tax','0'),(39993,4698,'_line_total','79.2'),(39994,4698,'_line_tax','0'),(39995,4698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(39996,4699,'_product_id','38'),(39997,4699,'_variation_id','0'),(39998,4699,'_qty','1'),(39999,4699,'_tax_class',''),(40000,4699,'_line_subtotal','278.56'),(40001,4699,'_line_subtotal_tax','0'),(40002,4699,'_line_total','278.56'),(40003,4699,'_line_tax','0'),(40004,4699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40005,4700,'_product_id','490'),(40006,4700,'_variation_id','0'),(40007,4700,'_qty','10'),(40008,4700,'_tax_class',''),(40009,4700,'_line_subtotal','227.8'),(40010,4700,'_line_subtotal_tax','0'),(40011,4700,'_line_total','227.8'),(40012,4700,'_line_tax','0'),(40013,4700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40014,4701,'method_id','free_shipping'),(40015,4701,'instance_id','2'),(40016,4701,'cost','0.00'),(40017,4701,'total_tax','0'),(40018,4701,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40019,4701,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(40020,4702,'_product_id','23'),(40021,4702,'_variation_id','0'),(40022,4702,'_qty','1'),(40023,4702,'_tax_class',''),(40024,4702,'_line_subtotal','111.84'),(40025,4702,'_line_subtotal_tax','0'),(40026,4702,'_line_total','111.84'),(40027,4702,'_line_tax','0'),(40028,4702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40029,4703,'_product_id','38'),(40030,4703,'_variation_id','0'),(40031,4703,'_qty','1'),(40032,4703,'_tax_class',''),(40033,4703,'_line_subtotal','278.56'),(40034,4703,'_line_subtotal_tax','0'),(40035,4703,'_line_total','278.56'),(40036,4703,'_line_tax','0'),(40037,4703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40038,4704,'_product_id','45'),(40039,4704,'_variation_id','0'),(40040,4704,'_qty','3'),(40041,4704,'_tax_class',''),(40042,4704,'_line_subtotal','126.72'),(40043,4704,'_line_subtotal_tax','0'),(40044,4704,'_line_total','126.72'),(40045,4704,'_line_tax','0'),(40046,4704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40047,4705,'method_id','free_shipping'),(40048,4705,'instance_id','2'),(40049,4705,'cost','0.00'),(40050,4705,'total_tax','0'),(40051,4705,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40052,4705,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(40053,4706,'_product_id','23'),(40054,4706,'_variation_id','0'),(40055,4706,'_qty','1'),(40056,4706,'_tax_class',''),(40057,4706,'_line_subtotal','111.84'),(40058,4706,'_line_subtotal_tax','0'),(40059,4706,'_line_total','111.84'),(40060,4706,'_line_tax','0'),(40061,4706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40062,4707,'_product_id','38'),(40063,4707,'_variation_id','0'),(40064,4707,'_qty','1'),(40065,4707,'_tax_class',''),(40066,4707,'_line_subtotal','278.56'),(40067,4707,'_line_subtotal_tax','0'),(40068,4707,'_line_total','278.56'),(40069,4707,'_line_tax','0'),(40070,4707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40071,4708,'_product_id','45'),(40072,4708,'_variation_id','0'),(40073,4708,'_qty','3'),(40074,4708,'_tax_class',''),(40075,4708,'_line_subtotal','126.72'),(40076,4708,'_line_subtotal_tax','0'),(40077,4708,'_line_total','126.72'),(40078,4708,'_line_tax','0'),(40079,4708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40080,4709,'method_id','free_shipping'),(40081,4709,'instance_id','2'),(40082,4709,'cost','0.00'),(40083,4709,'total_tax','0'),(40084,4709,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40085,4709,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(40096,4695,'thwma_order_shipping_status','wc-pending'),(40097,4696,'thwma_order_shipping_status','wc-pending'),(40098,4697,'thwma_order_shipping_status','wc-pending'),(40099,4698,'thwma_order_shipping_status','wc-pending'),(40100,4699,'thwma_order_shipping_status','wc-pending'),(40101,4700,'thwma_order_shipping_status','wc-pending'),(40102,4688,'thwma_order_shipping_status','wc-pending'),(40103,4689,'thwma_order_shipping_status','wc-pending'),(40104,4690,'thwma_order_shipping_status','wc-pending'),(40105,4691,'thwma_order_shipping_status','wc-pending'),(40106,4692,'thwma_order_shipping_status','wc-pending'),(40107,4693,'thwma_order_shipping_status','wc-pending'),(40108,4702,'thwma_order_shipping_status','wc-pending'),(40109,4703,'thwma_order_shipping_status','wc-pending'),(40110,4704,'thwma_order_shipping_status','wc-pending'),(40111,4706,'thwma_order_shipping_status','wc-pending'),(40112,4707,'thwma_order_shipping_status','wc-pending'),(40113,4708,'thwma_order_shipping_status','wc-pending'),(40114,4710,'_product_id','93'),(40115,4710,'_variation_id','0'),(40116,4710,'_qty','8'),(40117,4710,'_tax_class',''),(40118,4710,'_line_subtotal','0'),(40119,4710,'_line_subtotal_tax','0'),(40120,4710,'_line_total','0'),(40121,4710,'_line_tax','0'),(40122,4710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40123,4711,'method_id','fedex'),(40124,4711,'instance_id','1'),(40125,4711,'cost','16.44'),(40126,4711,'total_tax','0'),(40127,4711,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40128,4711,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(40129,4712,'_product_id','93'),(40130,4712,'_variation_id','0'),(40131,4712,'_qty','3'),(40132,4712,'_tax_class',''),(40133,4712,'_line_subtotal','0'),(40134,4712,'_line_subtotal_tax','0'),(40135,4712,'_line_total','0'),(40136,4712,'_line_tax','0'),(40137,4712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40138,4713,'_product_id','97'),(40139,4713,'_variation_id','0'),(40140,4713,'_qty','1'),(40141,4713,'_tax_class',''),(40142,4713,'_line_subtotal','0'),(40143,4713,'_line_subtotal_tax','0'),(40144,4713,'_line_total','0'),(40145,4713,'_line_tax','0'),(40146,4713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40147,4714,'_product_id','99'),(40148,4714,'_variation_id','0'),(40149,4714,'_qty','1'),(40150,4714,'_tax_class',''),(40151,4714,'_line_subtotal','0'),(40152,4714,'_line_subtotal_tax','0'),(40153,4714,'_line_total','0'),(40154,4714,'_line_tax','0'),(40155,4714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40156,4715,'method_id','fedex'),(40157,4715,'instance_id','1'),(40158,4715,'cost','21.86'),(40159,4715,'total_tax','0'),(40160,4715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40161,4715,'Package 1','17 × 14 × 10 (in) 23.15lbs × 1'),(40162,4716,'_product_id','93'),(40163,4716,'_variation_id','0'),(40164,4716,'_qty','4'),(40165,4716,'_tax_class',''),(40166,4716,'_line_subtotal','0'),(40167,4716,'_line_subtotal_tax','0'),(40168,4716,'_line_total','0'),(40169,4716,'_line_tax','0'),(40170,4716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40171,4717,'_product_id','97'),(40172,4717,'_variation_id','0'),(40173,4717,'_qty','1'),(40174,4717,'_tax_class',''),(40175,4717,'_line_subtotal','0'),(40176,4717,'_line_subtotal_tax','0'),(40177,4717,'_line_total','0'),(40178,4717,'_line_tax','0'),(40179,4717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40180,4718,'_product_id','99'),(40181,4718,'_variation_id','0'),(40182,4718,'_qty','1'),(40183,4718,'_tax_class',''),(40184,4718,'_line_subtotal','0'),(40185,4718,'_line_subtotal_tax','0'),(40186,4718,'_line_total','0'),(40187,4718,'_line_tax','0'),(40188,4718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40189,4719,'method_id','fedex'),(40190,4719,'instance_id','1'),(40191,4719,'cost','23.04'),(40192,4719,'total_tax','0'),(40193,4719,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40194,4719,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(40195,4720,'_product_id','43'),(40196,4720,'_variation_id','0'),(40197,4720,'_qty','2'),(40198,4720,'_tax_class',''),(40199,4720,'_line_subtotal','158.4'),(40200,4720,'_line_subtotal_tax','0'),(40201,4720,'_line_total','158.4'),(40202,4720,'_line_tax','0'),(40203,4720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40204,4721,'_product_id','44'),(40205,4721,'_variation_id','0'),(40206,4721,'_qty','1'),(40207,4721,'_tax_class',''),(40208,4721,'_line_subtotal','116.16'),(40209,4721,'_line_subtotal_tax','0'),(40210,4721,'_line_total','116.16'),(40211,4721,'_line_tax','0'),(40212,4721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40213,4722,'_product_id','93'),(40214,4722,'_variation_id','0'),(40215,4722,'_qty','5'),(40216,4722,'_tax_class',''),(40217,4722,'_line_subtotal','0'),(40218,4722,'_line_subtotal_tax','0'),(40219,4722,'_line_total','0'),(40220,4722,'_line_tax','0'),(40221,4722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40222,4723,'method_id','fedex'),(40223,4723,'instance_id','1'),(40224,4723,'cost','29.56'),(40225,4723,'total_tax','0'),(40226,4723,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40227,4723,'Package 1','17 × 14 × 10 (in) 38.9lbs × 1'),(40240,4670,'thwma_order_shipping_status','wc-pending'),(40241,4671,'thwma_order_shipping_status','wc-pending'),(40242,4672,'thwma_order_shipping_status','wc-pending'),(40243,4673,'thwma_order_shipping_status','wc-pending'),(40244,4674,'thwma_order_shipping_status','wc-pending'),(40245,4675,'thwma_order_shipping_status','wc-pending'),(40256,4677,'thwma_order_shipping_status','wc-pending'),(40257,4678,'thwma_order_shipping_status','wc-pending'),(40258,4679,'thwma_order_shipping_status','wc-pending'),(40259,4680,'thwma_order_shipping_status','wc-pending'),(40260,4681,'thwma_order_shipping_status','wc-pending'),(40261,4682,'thwma_order_shipping_status','wc-pending'),(40262,4683,'thwma_order_shipping_status','wc-pending'),(40263,4684,'thwma_order_shipping_status','wc-pending'),(40264,4685,'thwma_order_shipping_status','wc-pending'),(40265,4686,'thwma_order_shipping_status','wc-pending'),(40266,4724,'_product_id','41'),(40267,4724,'_variation_id','0'),(40268,4724,'_qty','1'),(40269,4724,'_tax_class',''),(40270,4724,'_line_subtotal','66.48'),(40271,4724,'_line_subtotal_tax','0'),(40272,4724,'_line_total','66.48'),(40273,4724,'_line_tax','0'),(40274,4724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40275,4725,'_product_id','23'),(40276,4725,'_variation_id','0'),(40277,4725,'_qty','2'),(40278,4725,'_tax_class',''),(40279,4725,'_line_subtotal','223.68'),(40280,4725,'_line_subtotal_tax','0'),(40281,4725,'_line_total','223.68'),(40282,4725,'_line_tax','0'),(40283,4725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40284,4726,'_product_id','131'),(40285,4726,'_variation_id','0'),(40286,4726,'_qty','2'),(40287,4726,'_tax_class',''),(40288,4726,'_line_subtotal','25.3'),(40289,4726,'_line_subtotal_tax','0'),(40290,4726,'_line_total','25.3'),(40291,4726,'_line_tax','0'),(40292,4726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40293,4727,'_product_id','490'),(40294,4727,'_variation_id','0'),(40295,4727,'_qty','5'),(40296,4727,'_tax_class',''),(40297,4727,'_line_subtotal','113.9'),(40298,4727,'_line_subtotal_tax','0'),(40299,4727,'_line_total','113.9'),(40300,4727,'_line_tax','0'),(40301,4727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40302,4728,'_product_id','488'),(40303,4728,'_variation_id','0'),(40304,4728,'_qty','3'),(40305,4728,'_tax_class',''),(40306,4728,'_line_subtotal','94.05'),(40307,4728,'_line_subtotal_tax','0'),(40308,4728,'_line_total','94.05'),(40309,4728,'_line_tax','0'),(40310,4728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40311,4729,'_product_id','38'),(40312,4729,'_variation_id','0'),(40313,4729,'_qty','1'),(40314,4729,'_tax_class',''),(40315,4729,'_line_subtotal','278.56'),(40316,4729,'_line_subtotal_tax','0'),(40317,4729,'_line_total','278.56'),(40318,4729,'_line_tax','0'),(40319,4729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40320,4730,'_product_id','118'),(40321,4730,'_variation_id','0'),(40322,4730,'_qty','1'),(40323,4730,'_tax_class',''),(40324,4730,'_line_subtotal','184.8'),(40325,4730,'_line_subtotal_tax','0'),(40326,4730,'_line_total','184.8'),(40327,4730,'_line_tax','0'),(40328,4730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40329,4731,'_product_id','40'),(40330,4731,'_variation_id','0'),(40331,4731,'_qty','1'),(40332,4731,'_tax_class',''),(40333,4731,'_line_subtotal','79.2'),(40334,4731,'_line_subtotal_tax','0'),(40335,4731,'_line_total','79.2'),(40336,4731,'_line_tax','0'),(40337,4731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40338,4732,'_product_id','49'),(40339,4732,'_variation_id','0'),(40340,4732,'_qty','1'),(40341,4732,'_tax_class',''),(40342,4732,'_line_subtotal','79.2'),(40343,4732,'_line_subtotal_tax','0'),(40344,4732,'_line_total','79.2'),(40345,4732,'_line_tax','0'),(40346,4732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40347,4733,'_product_id','133'),(40348,4733,'_variation_id','0'),(40349,4733,'_qty','4'),(40350,4733,'_tax_class',''),(40351,4733,'_line_subtotal','57.2'),(40352,4733,'_line_subtotal_tax','0'),(40353,4733,'_line_total','57.2'),(40354,4733,'_line_tax','0'),(40355,4733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40356,4734,'method_id','free_shipping'),(40357,4734,'instance_id','2'),(40358,4734,'cost','0.00'),(40359,4734,'total_tax','0'),(40360,4734,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40361,4734,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Disposable Capes &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 4'),(40362,4735,'_product_id','118'),(40363,4735,'_variation_id','0'),(40364,4735,'_qty','2'),(40365,4735,'_tax_class',''),(40366,4735,'_line_subtotal','369.6'),(40367,4735,'_line_subtotal_tax','0'),(40368,4735,'_line_total','369.6'),(40369,4735,'_line_tax','0'),(40370,4735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40371,4736,'_product_id','43'),(40372,4736,'_variation_id','0'),(40373,4736,'_qty','1'),(40374,4736,'_tax_class',''),(40375,4736,'_line_subtotal','79.2'),(40376,4736,'_line_subtotal_tax','0'),(40377,4736,'_line_total','79.2'),(40378,4736,'_line_tax','0'),(40379,4736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40380,4737,'_product_id','49'),(40381,4737,'_variation_id','0'),(40382,4737,'_qty','1'),(40383,4737,'_tax_class',''),(40384,4737,'_line_subtotal','79.2'),(40385,4737,'_line_subtotal_tax','0'),(40386,4737,'_line_total','79.2'),(40387,4737,'_line_tax','0'),(40388,4737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40389,4738,'_product_id','45'),(40390,4738,'_variation_id','0'),(40391,4738,'_qty','1'),(40392,4738,'_tax_class',''),(40393,4738,'_line_subtotal','42.24'),(40394,4738,'_line_subtotal_tax','0'),(40395,4738,'_line_total','42.24'),(40396,4738,'_line_tax','0'),(40397,4738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40398,4739,'_product_id','95'),(40399,4739,'_variation_id','0'),(40400,4739,'_qty','5'),(40401,4739,'_tax_class',''),(40402,4739,'_line_subtotal','0'),(40403,4739,'_line_subtotal_tax','0'),(40404,4739,'_line_total','0'),(40405,4739,'_line_tax','0'),(40406,4739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40407,4740,'_product_id','93'),(40408,4740,'_variation_id','0'),(40409,4740,'_qty','5'),(40410,4740,'_tax_class',''),(40411,4740,'_line_subtotal','0'),(40412,4740,'_line_subtotal_tax','0'),(40413,4740,'_line_total','0'),(40414,4740,'_line_tax','0'),(40415,4740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40416,4741,'_product_id','97'),(40417,4741,'_variation_id','0'),(40418,4741,'_qty','1'),(40419,4741,'_tax_class',''),(40420,4741,'_line_subtotal','0'),(40421,4741,'_line_subtotal_tax','0'),(40422,4741,'_line_total','0'),(40423,4741,'_line_tax','0'),(40424,4741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40425,4742,'_product_id','99'),(40426,4742,'_variation_id','0'),(40427,4742,'_qty','1'),(40428,4742,'_tax_class',''),(40429,4742,'_line_subtotal','0'),(40430,4742,'_line_subtotal_tax','0'),(40431,4742,'_line_total','0'),(40432,4742,'_line_tax','0'),(40433,4742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40434,4743,'method_id','free_shipping'),(40435,4743,'instance_id','2'),(40436,4743,'cost','0.00'),(40437,4743,'total_tax','0'),(40438,4743,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40439,4743,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 &times; 5, Bulk Active Rinse 100% &times; 5, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(40456,4735,'thwma_order_shipping_status','wc-pending'),(40457,4736,'thwma_order_shipping_status','wc-pending'),(40458,4737,'thwma_order_shipping_status','wc-pending'),(40459,4738,'thwma_order_shipping_status','wc-pending'),(40460,4739,'thwma_order_shipping_status','wc-pending'),(40461,4740,'thwma_order_shipping_status','wc-pending'),(40462,4741,'thwma_order_shipping_status','wc-pending'),(40463,4742,'thwma_order_shipping_status','wc-pending'),(40467,4720,'thwma_order_shipping_status','wc-pending'),(40468,4721,'thwma_order_shipping_status','wc-pending'),(40469,4722,'thwma_order_shipping_status','wc-pending'),(40470,4716,'thwma_order_shipping_status','wc-pending'),(40471,4717,'thwma_order_shipping_status','wc-pending'),(40472,4718,'thwma_order_shipping_status','wc-pending'),(40473,4712,'thwma_order_shipping_status','wc-pending'),(40474,4713,'thwma_order_shipping_status','wc-pending'),(40475,4714,'thwma_order_shipping_status','wc-pending'),(40476,4744,'_product_id','38'),(40477,4744,'_variation_id','0'),(40478,4744,'_qty','1'),(40479,4744,'_tax_class',''),(40480,4744,'_line_subtotal','278.56'),(40481,4744,'_line_subtotal_tax','0'),(40482,4744,'_line_total','278.56'),(40483,4744,'_line_tax','0'),(40484,4744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40485,4745,'_product_id','23'),(40486,4745,'_variation_id','0'),(40487,4745,'_qty','1'),(40488,4745,'_tax_class',''),(40489,4745,'_line_subtotal','111.84'),(40490,4745,'_line_subtotal_tax','0'),(40491,4745,'_line_total','111.84'),(40492,4745,'_line_tax','0'),(40493,4745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40494,4746,'_product_id','42'),(40495,4746,'_variation_id','0'),(40496,4746,'_qty','1'),(40497,4746,'_tax_class',''),(40498,4746,'_line_subtotal','79.2'),(40499,4746,'_line_subtotal_tax','0'),(40500,4746,'_line_total','79.2'),(40501,4746,'_line_tax','0'),(40502,4746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40503,4747,'_product_id','45'),(40504,4747,'_variation_id','0'),(40505,4747,'_qty','1'),(40506,4747,'_tax_class',''),(40507,4747,'_line_subtotal','42.24'),(40508,4747,'_line_subtotal_tax','0'),(40509,4747,'_line_total','42.24'),(40510,4747,'_line_tax','0'),(40511,4747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40512,4748,'_product_id','41'),(40513,4748,'_variation_id','0'),(40514,4748,'_qty','1'),(40515,4748,'_tax_class',''),(40516,4748,'_line_subtotal','66.48'),(40517,4748,'_line_subtotal_tax','0'),(40518,4748,'_line_total','66.48'),(40519,4748,'_line_tax','0'),(40520,4748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40521,4749,'_product_id','120'),(40522,4749,'_variation_id','0'),(40523,4749,'_qty','1'),(40524,4749,'_tax_class',''),(40525,4749,'_line_subtotal','52.8'),(40526,4749,'_line_subtotal_tax','0'),(40527,4749,'_line_total','52.8'),(40528,4749,'_line_tax','0'),(40529,4749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40530,4750,'_product_id','43'),(40531,4750,'_variation_id','0'),(40532,4750,'_qty','1'),(40533,4750,'_tax_class',''),(40534,4750,'_line_subtotal','79.2'),(40535,4750,'_line_subtotal_tax','0'),(40536,4750,'_line_total','79.2'),(40537,4750,'_line_tax','0'),(40538,4750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40539,4751,'_product_id','44'),(40540,4751,'_variation_id','0'),(40541,4751,'_qty','1'),(40542,4751,'_tax_class',''),(40543,4751,'_line_subtotal','116.16'),(40544,4751,'_line_subtotal_tax','0'),(40545,4751,'_line_total','116.16'),(40546,4751,'_line_tax','0'),(40547,4751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40548,4752,'_product_id','49'),(40549,4752,'_variation_id','0'),(40550,4752,'_qty','1'),(40551,4752,'_tax_class',''),(40552,4752,'_line_subtotal','79.2'),(40553,4752,'_line_subtotal_tax','0'),(40554,4752,'_line_total','79.2'),(40555,4752,'_line_tax','0'),(40556,4752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40557,4753,'_product_id','490'),(40558,4753,'_variation_id','0'),(40559,4753,'_qty','10'),(40560,4753,'_tax_class',''),(40561,4753,'_line_subtotal','227.8'),(40562,4753,'_line_subtotal_tax','0'),(40563,4753,'_line_total','227.8'),(40564,4753,'_line_tax','0'),(40565,4753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40566,4754,'_product_id','488'),(40567,4754,'_variation_id','0'),(40568,4754,'_qty','1'),(40569,4754,'_tax_class',''),(40570,4754,'_line_subtotal','31.35'),(40571,4754,'_line_subtotal_tax','0'),(40572,4754,'_line_total','31.35'),(40573,4754,'_line_tax','0'),(40574,4754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40575,4755,'_product_id','487'),(40576,4755,'_variation_id','0'),(40577,4755,'_qty','1'),(40578,4755,'_tax_class',''),(40579,4755,'_line_subtotal','31.35'),(40580,4755,'_line_subtotal_tax','0'),(40581,4755,'_line_total','31.35'),(40582,4755,'_line_tax','0'),(40583,4755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40584,4756,'method_id','free_shipping'),(40585,4756,'instance_id','2'),(40586,4756,'cost','0.00'),(40587,4756,'total_tax','0'),(40588,4756,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40589,4756,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(40590,4757,'_product_id','93'),(40591,4757,'_variation_id','0'),(40592,4757,'_qty','10'),(40593,4757,'_tax_class',''),(40594,4757,'_line_subtotal','0'),(40595,4757,'_line_subtotal_tax','0'),(40596,4757,'_line_total','0'),(40597,4757,'_line_tax','0'),(40598,4757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40599,4758,'method_id','fedex'),(40600,4758,'instance_id','1'),(40601,4758,'cost','14.58'),(40602,4758,'total_tax','0'),(40603,4758,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40604,4758,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(40605,4759,'_product_id','93'),(40606,4759,'_variation_id','0'),(40607,4759,'_qty','3'),(40608,4759,'_tax_class',''),(40609,4759,'_line_subtotal','0'),(40610,4759,'_line_subtotal_tax','0'),(40611,4759,'_line_total','0'),(40612,4759,'_line_tax','0'),(40613,4759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40614,4760,'_product_id','95'),(40615,4760,'_variation_id','0'),(40616,4760,'_qty','1'),(40617,4760,'_tax_class',''),(40618,4760,'_line_subtotal','0'),(40619,4760,'_line_subtotal_tax','0'),(40620,4760,'_line_total','0'),(40621,4760,'_line_tax','0'),(40622,4760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40623,4761,'_product_id','93'),(40624,4761,'_variation_id','0'),(40625,4761,'_qty','1'),(40626,4761,'_tax_class',''),(40627,4761,'_line_subtotal','0'),(40628,4761,'_line_subtotal_tax','0'),(40629,4761,'_line_total','0'),(40630,4761,'_line_tax','0'),(40631,4761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40632,4762,'method_id','fedex'),(40633,4762,'instance_id','1'),(40634,4762,'cost','11.57'),(40635,4762,'total_tax','0'),(40636,4762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40637,4762,'Package 1','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(40638,4763,'_product_id','49'),(40639,4763,'_variation_id','0'),(40640,4763,'_qty','2'),(40641,4763,'_tax_class',''),(40642,4763,'_line_subtotal','158.4'),(40643,4763,'_line_subtotal_tax','0'),(40644,4763,'_line_total','158.4'),(40645,4763,'_line_tax','0'),(40646,4763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40647,4764,'method_id','fedex'),(40648,4764,'instance_id','1'),(40649,4764,'cost','30.49'),(40650,4764,'total_tax','0'),(40651,4764,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40652,4764,'Package 1','17 × 14 × 10 (in) 16.6lbs × 1'),(40653,4765,'_product_id','41'),(40654,4765,'_variation_id','0'),(40655,4765,'_qty','2'),(40656,4765,'_tax_class',''),(40657,4765,'_line_subtotal','132.96'),(40658,4765,'_line_subtotal_tax','0'),(40659,4765,'_line_total','132.96'),(40660,4765,'_line_tax','0'),(40661,4765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40662,4766,'_product_id','95'),(40663,4766,'_variation_id','0'),(40664,4766,'_qty','10'),(40665,4766,'_tax_class',''),(40666,4766,'_line_subtotal','0'),(40667,4766,'_line_subtotal_tax','0'),(40668,4766,'_line_total','0'),(40669,4766,'_line_tax','0'),(40670,4766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40671,4767,'_product_id','99'),(40672,4767,'_variation_id','0'),(40673,4767,'_qty','1'),(40674,4767,'_tax_class',''),(40675,4767,'_line_subtotal','0'),(40676,4767,'_line_subtotal_tax','0'),(40677,4767,'_line_total','0'),(40678,4767,'_line_tax','0'),(40679,4767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40680,4768,'method_id','fedex'),(40681,4768,'instance_id','1'),(40682,4768,'cost','87.73'),(40683,4768,'total_tax','0'),(40684,4768,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40685,4768,'Package 1','17 × 14 × 10 (in) 35.15lbs × 1'),(40695,4769,'_product_id','44'),(40696,4769,'_variation_id','0'),(40697,4769,'_qty','2'),(40698,4769,'_tax_class',''),(40699,4769,'_line_subtotal','232.32'),(40700,4769,'_line_subtotal_tax','0'),(40701,4769,'_line_total','232.32'),(40702,4769,'_line_tax','0'),(40703,4769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40704,4770,'_product_id','318'),(40705,4770,'_variation_id','0'),(40706,4770,'_qty','7'),(40707,4770,'_tax_class',''),(40708,4770,'_line_subtotal','21'),(40709,4770,'_line_subtotal_tax','0'),(40710,4770,'_line_total','21'),(40711,4770,'_line_tax','0'),(40712,4770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40713,4771,'_product_id','41'),(40714,4771,'_variation_id','0'),(40715,4771,'_qty','3'),(40716,4771,'_tax_class',''),(40717,4771,'_line_subtotal','199.44'),(40718,4771,'_line_subtotal_tax','0'),(40719,4771,'_line_total','199.44'),(40720,4771,'_line_tax','0'),(40721,4771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40722,4772,'_product_id','43'),(40723,4772,'_variation_id','0'),(40724,4772,'_qty','3'),(40725,4772,'_tax_class',''),(40726,4772,'_line_subtotal','237.6'),(40727,4772,'_line_subtotal_tax','0'),(40728,4772,'_line_total','237.6'),(40729,4772,'_line_tax','0'),(40730,4772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40731,4773,'_product_id','23'),(40732,4773,'_variation_id','0'),(40733,4773,'_qty','2'),(40734,4773,'_tax_class',''),(40735,4773,'_line_subtotal','223.68'),(40736,4773,'_line_subtotal_tax','0'),(40737,4773,'_line_total','223.68'),(40738,4773,'_line_tax','0'),(40739,4773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40740,4774,'_product_id','38'),(40741,4774,'_variation_id','0'),(40742,4774,'_qty','2'),(40743,4774,'_tax_class',''),(40744,4774,'_line_subtotal','557.12'),(40745,4774,'_line_subtotal_tax','0'),(40746,4774,'_line_total','557.12'),(40747,4774,'_line_tax','0'),(40748,4774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40749,4775,'_product_id','95'),(40750,4775,'_variation_id','0'),(40751,4775,'_qty','10'),(40752,4775,'_tax_class',''),(40753,4775,'_line_subtotal','0'),(40754,4775,'_line_subtotal_tax','0'),(40755,4775,'_line_total','0'),(40756,4775,'_line_tax','0'),(40757,4775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40758,4776,'_product_id','93'),(40759,4776,'_variation_id','0'),(40760,4776,'_qty','10'),(40761,4776,'_tax_class',''),(40762,4776,'_line_subtotal','0'),(40763,4776,'_line_subtotal_tax','0'),(40764,4776,'_line_total','0'),(40765,4776,'_line_tax','0'),(40766,4776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40767,4777,'_product_id','23'),(40768,4777,'_variation_id','0'),(40769,4777,'_qty','4'),(40770,4777,'_tax_class',''),(40771,4777,'_line_subtotal','447.36'),(40772,4777,'_line_subtotal_tax','0'),(40773,4777,'_line_total','447.36'),(40774,4777,'_line_tax','0'),(40775,4777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40776,4778,'_product_id','41'),(40777,4778,'_variation_id','0'),(40778,4778,'_qty','2'),(40779,4778,'_tax_class',''),(40780,4778,'_line_subtotal','132.96'),(40781,4778,'_line_subtotal_tax','0'),(40782,4778,'_line_total','132.96'),(40783,4778,'_line_tax','0'),(40784,4778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40785,4779,'_product_id','44'),(40786,4779,'_variation_id','0'),(40787,4779,'_qty','3'),(40788,4779,'_tax_class',''),(40789,4779,'_line_subtotal','348.48'),(40790,4779,'_line_subtotal_tax','0'),(40791,4779,'_line_total','348.48'),(40792,4779,'_line_tax','0'),(40793,4779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40794,4780,'_product_id','43'),(40795,4780,'_variation_id','0'),(40796,4780,'_qty','4'),(40797,4780,'_tax_class',''),(40798,4780,'_line_subtotal','316.8'),(40799,4780,'_line_subtotal_tax','0'),(40800,4780,'_line_total','316.8'),(40801,4780,'_line_tax','0'),(40802,4780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40803,4781,'_product_id','318'),(40804,4781,'_variation_id','0'),(40805,4781,'_qty','20'),(40806,4781,'_tax_class',''),(40807,4781,'_line_subtotal','60'),(40808,4781,'_line_subtotal_tax','0'),(40809,4781,'_line_total','60'),(40810,4781,'_line_tax','0'),(40811,4781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40812,4782,'_product_id','137'),(40813,4782,'_variation_id','0'),(40814,4782,'_qty','5'),(40815,4782,'_tax_class',''),(40816,4782,'_line_subtotal','30.25'),(40817,4782,'_line_subtotal_tax','0'),(40818,4782,'_line_total','30.25'),(40819,4782,'_line_tax','0'),(40820,4782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40821,4783,'method_id','free_shipping'),(40822,4783,'instance_id','2'),(40823,4783,'cost','0.00'),(40824,4783,'total_tax','0'),(40825,4783,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40826,4783,'Items','Preventive Kit(Case of 6) &times; 2, Goomee 4 Pack &times; 7, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 50/50 &times; 10, Bulk Active Rinse 100% &times; 10, Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 4, Goomee 4 Pack &times; 20, The Wet Brush &times; 5'),(40827,4784,'_product_id','38'),(40828,4784,'_variation_id','0'),(40829,4784,'_qty','1'),(40830,4784,'_tax_class',''),(40831,4784,'_line_subtotal','278.56'),(40832,4784,'_line_subtotal_tax','0'),(40833,4784,'_line_total','278.56'),(40834,4784,'_line_tax','0'),(40835,4784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40836,4785,'_product_id','23'),(40837,4785,'_variation_id','0'),(40838,4785,'_qty','1'),(40839,4785,'_tax_class',''),(40840,4785,'_line_subtotal','111.84'),(40841,4785,'_line_subtotal_tax','0'),(40842,4785,'_line_total','111.84'),(40843,4785,'_line_tax','0'),(40844,4785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40845,4786,'_product_id','41'),(40846,4786,'_variation_id','0'),(40847,4786,'_qty','2'),(40848,4786,'_tax_class',''),(40849,4786,'_line_subtotal','132.96'),(40850,4786,'_line_subtotal_tax','0'),(40851,4786,'_line_total','132.96'),(40852,4786,'_line_tax','0'),(40853,4786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40854,4787,'method_id','free_shipping'),(40855,4787,'instance_id','2'),(40856,4787,'cost','0.00'),(40857,4787,'total_tax','0'),(40858,4787,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40859,4787,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(40860,4788,'_product_id','23'),(40861,4788,'_variation_id','0'),(40862,4788,'_qty','2'),(40863,4788,'_tax_class',''),(40864,4788,'_line_subtotal','223.68'),(40865,4788,'_line_subtotal_tax','0'),(40866,4788,'_line_total','223.68'),(40867,4788,'_line_tax','0'),(40868,4788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40869,4789,'_product_id','116'),(40870,4789,'_variation_id','0'),(40871,4789,'_qty','1'),(40872,4789,'_tax_class',''),(40873,4789,'_line_subtotal','145.44'),(40874,4789,'_line_subtotal_tax','0'),(40875,4789,'_line_total','145.44'),(40876,4789,'_line_tax','0'),(40877,4789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40878,4790,'method_id','fedex'),(40879,4790,'instance_id','1'),(40880,4790,'cost','23.41'),(40881,4790,'total_tax','0'),(40882,4790,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40883,4790,'Package 1','17 × 14 × 10 (in) 24.3lbs × 1'),(40884,4791,'_product_id','23'),(40885,4791,'_variation_id','0'),(40886,4791,'_qty','4'),(40887,4791,'_tax_class',''),(40888,4791,'_line_subtotal','447.36'),(40889,4791,'_line_subtotal_tax','0'),(40890,4791,'_line_total','447.36'),(40891,4791,'_line_tax','0'),(40892,4791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40893,4792,'_product_id','38'),(40894,4792,'_variation_id','0'),(40895,4792,'_qty','2'),(40896,4792,'_tax_class',''),(40897,4792,'_line_subtotal','557.12'),(40898,4792,'_line_subtotal_tax','0'),(40899,4792,'_line_total','557.12'),(40900,4792,'_line_tax','0'),(40901,4792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40902,4793,'_product_id','42'),(40903,4793,'_variation_id','0'),(40904,4793,'_qty','2'),(40905,4793,'_tax_class',''),(40906,4793,'_line_subtotal','158.4'),(40907,4793,'_line_subtotal_tax','0'),(40908,4793,'_line_total','158.4'),(40909,4793,'_line_tax','0'),(40910,4793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40911,4794,'_product_id','118'),(40912,4794,'_variation_id','0'),(40913,4794,'_qty','2'),(40914,4794,'_tax_class',''),(40915,4794,'_line_subtotal','369.6'),(40916,4794,'_line_subtotal_tax','0'),(40917,4794,'_line_total','369.6'),(40918,4794,'_line_tax','0'),(40919,4794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40920,4795,'_product_id','51'),(40921,4795,'_variation_id','0'),(40922,4795,'_qty','4'),(40923,4795,'_tax_class',''),(40924,4795,'_line_subtotal','591.36'),(40925,4795,'_line_subtotal_tax','0'),(40926,4795,'_line_total','591.36'),(40927,4795,'_line_tax','0'),(40928,4795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40929,4796,'_product_id','43'),(40930,4796,'_variation_id','0'),(40931,4796,'_qty','3'),(40932,4796,'_tax_class',''),(40933,4796,'_line_subtotal','237.6'),(40934,4796,'_line_subtotal_tax','0'),(40935,4796,'_line_total','237.6'),(40936,4796,'_line_tax','0'),(40937,4796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40938,4797,'_product_id','44'),(40939,4797,'_variation_id','0'),(40940,4797,'_qty','2'),(40941,4797,'_tax_class',''),(40942,4797,'_line_subtotal','232.32'),(40943,4797,'_line_subtotal_tax','0'),(40944,4797,'_line_total','232.32'),(40945,4797,'_line_tax','0'),(40946,4797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40947,4798,'_product_id','490'),(40948,4798,'_variation_id','0'),(40949,4798,'_qty','10'),(40950,4798,'_tax_class',''),(40951,4798,'_line_subtotal','227.8'),(40952,4798,'_line_subtotal_tax','0'),(40953,4798,'_line_total','227.8'),(40954,4798,'_line_tax','0'),(40955,4798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40956,4799,'_product_id','487'),(40957,4799,'_variation_id','0'),(40958,4799,'_qty','3'),(40959,4799,'_tax_class',''),(40960,4799,'_line_subtotal','94.05'),(40961,4799,'_line_subtotal_tax','0'),(40962,4799,'_line_total','94.05'),(40963,4799,'_line_tax','0'),(40964,4799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40965,4800,'method_id','free_shipping'),(40966,4800,'instance_id','2'),(40967,4800,'cost','0.00'),(40968,4800,'total_tax','0'),(40969,4800,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(40970,4800,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 3'),(40971,4801,'_product_id','23'),(40972,4801,'_variation_id','0'),(40973,4801,'_qty','3'),(40974,4801,'_tax_class',''),(40975,4801,'_line_subtotal','335.52'),(40976,4801,'_line_subtotal_tax','0'),(40977,4801,'_line_total','335.52'),(40978,4801,'_line_tax','0'),(40979,4801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40980,4802,'_product_id','41'),(40981,4802,'_variation_id','0'),(40982,4802,'_qty','1'),(40983,4802,'_tax_class',''),(40984,4802,'_line_subtotal','66.48'),(40985,4802,'_line_subtotal_tax','0'),(40986,4802,'_line_total','66.48'),(40987,4802,'_line_tax','0'),(40988,4802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40989,4803,'_product_id','93'),(40990,4803,'_variation_id','0'),(40991,4803,'_qty','1'),(40992,4803,'_tax_class',''),(40993,4803,'_line_subtotal','0'),(40994,4803,'_line_subtotal_tax','0'),(40995,4803,'_line_total','0'),(40996,4803,'_line_tax','0'),(40997,4803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(40998,4804,'_product_id','99'),(40999,4804,'_variation_id','0'),(41000,4804,'_qty','1'),(41001,4804,'_tax_class',''),(41002,4804,'_line_subtotal','0'),(41003,4804,'_line_subtotal_tax','0'),(41004,4804,'_line_total','0'),(41005,4804,'_line_tax','0'),(41006,4804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41007,4805,'_product_id','97'),(41008,4805,'_variation_id','0'),(41009,4805,'_qty','1'),(41010,4805,'_tax_class',''),(41011,4805,'_line_subtotal','0'),(41012,4805,'_line_subtotal_tax','0'),(41013,4805,'_line_total','0'),(41014,4805,'_line_tax','0'),(41015,4805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41016,4806,'method_id','fedex'),(41017,4806,'instance_id','1'),(41018,4806,'cost','37.16'),(41019,4806,'total_tax','0'),(41020,4806,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41021,4806,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(41022,4806,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(41025,4788,'thwma_order_shipping_status','wc-pending'),(41026,4789,'thwma_order_shipping_status','wc-pending'),(41027,4791,'thwma_order_shipping_status','wc-pending'),(41028,4792,'thwma_order_shipping_status','wc-pending'),(41029,4793,'thwma_order_shipping_status','wc-pending'),(41030,4794,'thwma_order_shipping_status','wc-pending'),(41031,4795,'thwma_order_shipping_status','wc-pending'),(41032,4796,'thwma_order_shipping_status','wc-pending'),(41033,4797,'thwma_order_shipping_status','wc-pending'),(41034,4798,'thwma_order_shipping_status','wc-pending'),(41035,4799,'thwma_order_shipping_status','wc-pending'),(41036,4759,'thwma_order_shipping_status','wc-pending'),(41037,4760,'thwma_order_shipping_status','wc-pending'),(41038,4761,'thwma_order_shipping_status','wc-pending'),(41075,4784,'thwma_order_shipping_status','wc-pending'),(41076,4785,'thwma_order_shipping_status','wc-pending'),(41077,4786,'thwma_order_shipping_status','wc-pending'),(41090,4744,'thwma_order_shipping_status','wc-pending'),(41091,4745,'thwma_order_shipping_status','wc-pending'),(41092,4746,'thwma_order_shipping_status','wc-pending'),(41093,4747,'thwma_order_shipping_status','wc-pending'),(41094,4748,'thwma_order_shipping_status','wc-pending'),(41095,4749,'thwma_order_shipping_status','wc-pending'),(41096,4750,'thwma_order_shipping_status','wc-pending'),(41097,4751,'thwma_order_shipping_status','wc-pending'),(41098,4752,'thwma_order_shipping_status','wc-pending'),(41099,4753,'thwma_order_shipping_status','wc-pending'),(41100,4754,'thwma_order_shipping_status','wc-pending'),(41101,4755,'thwma_order_shipping_status','wc-pending'),(41102,4724,'thwma_order_shipping_status','wc-pending'),(41103,4725,'thwma_order_shipping_status','wc-pending'),(41104,4726,'thwma_order_shipping_status','wc-pending'),(41105,4727,'thwma_order_shipping_status','wc-pending'),(41106,4728,'thwma_order_shipping_status','wc-pending'),(41107,4729,'thwma_order_shipping_status','wc-pending'),(41108,4730,'thwma_order_shipping_status','wc-pending'),(41109,4731,'thwma_order_shipping_status','wc-pending'),(41110,4732,'thwma_order_shipping_status','wc-pending'),(41111,4733,'thwma_order_shipping_status','wc-pending'),(41112,4769,'thwma_order_shipping_status','wc-pending'),(41113,4770,'thwma_order_shipping_status','wc-pending'),(41114,4771,'thwma_order_shipping_status','wc-pending'),(41115,4772,'thwma_order_shipping_status','wc-pending'),(41116,4773,'thwma_order_shipping_status','wc-pending'),(41117,4774,'thwma_order_shipping_status','wc-pending'),(41118,4775,'thwma_order_shipping_status','wc-pending'),(41119,4776,'thwma_order_shipping_status','wc-pending'),(41120,4777,'thwma_order_shipping_status','wc-pending'),(41121,4778,'thwma_order_shipping_status','wc-pending'),(41122,4779,'thwma_order_shipping_status','wc-pending'),(41123,4780,'thwma_order_shipping_status','wc-pending'),(41124,4781,'thwma_order_shipping_status','wc-pending'),(41125,4782,'thwma_order_shipping_status','wc-pending'),(41126,4801,'thwma_order_shipping_status','wc-pending'),(41127,4802,'thwma_order_shipping_status','wc-pending'),(41128,4803,'thwma_order_shipping_status','wc-pending'),(41129,4804,'thwma_order_shipping_status','wc-pending'),(41130,4805,'thwma_order_shipping_status','wc-pending'),(41188,4814,'_product_id','41'),(41189,4814,'_variation_id','0'),(41190,4814,'_qty','4'),(41191,4814,'_tax_class',''),(41192,4814,'_line_subtotal','265.92'),(41193,4814,'_line_subtotal_tax','0'),(41194,4814,'_line_total','265.92'),(41195,4814,'_line_tax','0'),(41196,4814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41197,4815,'_product_id','23'),(41198,4815,'_variation_id','0'),(41199,4815,'_qty','2'),(41200,4815,'_tax_class',''),(41201,4815,'_line_subtotal','223.68'),(41202,4815,'_line_subtotal_tax','0'),(41203,4815,'_line_total','223.68'),(41204,4815,'_line_tax','0'),(41205,4815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41206,4816,'_product_id','38'),(41207,4816,'_variation_id','0'),(41208,4816,'_qty','2'),(41209,4816,'_tax_class',''),(41210,4816,'_line_subtotal','557.12'),(41211,4816,'_line_subtotal_tax','0'),(41212,4816,'_line_total','557.12'),(41213,4816,'_line_tax','0'),(41214,4816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41215,4817,'_product_id','116'),(41216,4817,'_variation_id','0'),(41217,4817,'_qty','1'),(41218,4817,'_tax_class',''),(41219,4817,'_line_subtotal','145.44'),(41220,4817,'_line_subtotal_tax','0'),(41221,4817,'_line_total','145.44'),(41222,4817,'_line_tax','0'),(41223,4817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41224,4818,'_fee_amount','-258.455'),(41225,4818,'_tax_class','0'),(41226,4818,'_tax_status','taxable'),(41227,4818,'_line_total','-258.455'),(41228,4818,'_line_tax','0'),(41229,4818,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(41230,4818,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(41231,4818,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(41232,4819,'method_id','fedex'),(41233,4819,'instance_id','3'),(41234,4819,'cost','516.91'),(41235,4819,'total_tax','0'),(41236,4819,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41237,4819,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(41238,4819,'Package 2','11.25 × 8.75 × 7.75 (in) 10.29lbs × 1'),(41239,4819,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(41240,4819,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(41241,4819,'Package 5','13 × 9 × 8.5 (in) 8.7lbs × 1'),(41242,4820,'discount_amount','0'),(41243,4820,'discount_amount_tax','0'),(41244,4820,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:11;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(41245,4821,'_product_id','93'),(41246,4821,'_variation_id','0'),(41247,4821,'_qty','10'),(41248,4821,'_tax_class',''),(41249,4821,'_line_subtotal','0'),(41250,4821,'_line_subtotal_tax','0'),(41251,4821,'_line_total','0'),(41252,4821,'_line_tax','0'),(41253,4821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41254,4822,'_product_id','97'),(41255,4822,'_variation_id','0'),(41256,4822,'_qty','2'),(41257,4822,'_tax_class',''),(41258,4822,'_line_subtotal','0'),(41259,4822,'_line_subtotal_tax','0'),(41260,4822,'_line_total','0'),(41261,4822,'_line_tax','0'),(41262,4822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41263,4823,'method_id','fedex'),(41264,4823,'instance_id','1'),(41265,4823,'cost','25.81'),(41266,4823,'total_tax','0'),(41267,4823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41268,4823,'Package 1','17 × 14 × 10 (in) 38.2lbs × 1'),(41269,4824,'_product_id','38'),(41270,4824,'_variation_id','0'),(41271,4824,'_qty','1'),(41272,4824,'_tax_class',''),(41273,4824,'_line_subtotal','278.56'),(41274,4824,'_line_subtotal_tax','0'),(41275,4824,'_line_total','278.56'),(41276,4824,'_line_tax','0'),(41277,4824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41278,4825,'_product_id','45'),(41279,4825,'_variation_id','0'),(41280,4825,'_qty','1'),(41281,4825,'_tax_class',''),(41282,4825,'_line_subtotal','42.24'),(41283,4825,'_line_subtotal_tax','0'),(41284,4825,'_line_total','42.24'),(41285,4825,'_line_tax','0'),(41286,4825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41287,4826,'_product_id','23'),(41288,4826,'_variation_id','0'),(41289,4826,'_qty','4'),(41290,4826,'_tax_class',''),(41291,4826,'_line_subtotal','447.36'),(41292,4826,'_line_subtotal_tax','0'),(41293,4826,'_line_total','447.36'),(41294,4826,'_line_tax','0'),(41295,4826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41296,4827,'_product_id','39'),(41297,4827,'_variation_id','0'),(41298,4827,'_qty','1'),(41299,4827,'_tax_class',''),(41300,4827,'_line_subtotal','79.2'),(41301,4827,'_line_subtotal_tax','0'),(41302,4827,'_line_total','79.2'),(41303,4827,'_line_tax','0'),(41304,4827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41305,4828,'_product_id','40'),(41306,4828,'_variation_id','0'),(41307,4828,'_qty','1'),(41308,4828,'_tax_class',''),(41309,4828,'_line_subtotal','79.2'),(41310,4828,'_line_subtotal_tax','0'),(41311,4828,'_line_total','79.2'),(41312,4828,'_line_tax','0'),(41313,4828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41314,4829,'_product_id','43'),(41315,4829,'_variation_id','0'),(41316,4829,'_qty','1'),(41317,4829,'_tax_class',''),(41318,4829,'_line_subtotal','79.2'),(41319,4829,'_line_subtotal_tax','0'),(41320,4829,'_line_total','79.2'),(41321,4829,'_line_tax','0'),(41322,4829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41323,4830,'_product_id','49'),(41324,4830,'_variation_id','0'),(41325,4830,'_qty','2'),(41326,4830,'_tax_class',''),(41327,4830,'_line_subtotal','158.4'),(41328,4830,'_line_subtotal_tax','0'),(41329,4830,'_line_total','158.4'),(41330,4830,'_line_tax','0'),(41331,4830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41332,4831,'_product_id','93'),(41333,4831,'_variation_id','0'),(41334,4831,'_qty','10'),(41335,4831,'_tax_class',''),(41336,4831,'_line_subtotal','0'),(41337,4831,'_line_subtotal_tax','0'),(41338,4831,'_line_total','0'),(41339,4831,'_line_tax','0'),(41340,4831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41341,4832,'_product_id','41'),(41342,4832,'_variation_id','0'),(41343,4832,'_qty','4'),(41344,4832,'_tax_class',''),(41345,4832,'_line_subtotal','265.92'),(41346,4832,'_line_subtotal_tax','0'),(41347,4832,'_line_total','265.92'),(41348,4832,'_line_tax','0'),(41349,4832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41350,4833,'method_id','free_shipping'),(41351,4833,'instance_id','2'),(41352,4833,'cost','0.00'),(41353,4833,'total_tax','0'),(41354,4833,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41355,4833,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 4'),(41367,4834,'_product_id','490'),(41368,4834,'_variation_id','0'),(41369,4834,'_qty','10'),(41370,4834,'_tax_class',''),(41371,4834,'_line_subtotal','227.8'),(41372,4834,'_line_subtotal_tax','0'),(41373,4834,'_line_total','227.8'),(41374,4834,'_line_tax','0'),(41375,4834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41376,4835,'_product_id','41'),(41377,4835,'_variation_id','0'),(41378,4835,'_qty','5'),(41379,4835,'_tax_class',''),(41380,4835,'_line_subtotal','332.4'),(41381,4835,'_line_subtotal_tax','0'),(41382,4835,'_line_total','332.4'),(41383,4835,'_line_tax','0'),(41384,4835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41385,4836,'method_id','free_shipping'),(41386,4836,'instance_id','2'),(41387,4836,'cost','0.00'),(41388,4836,'total_tax','0'),(41389,4836,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41390,4836,'Items','Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 5'),(41406,4839,'_product_id','490'),(41407,4839,'_variation_id','0'),(41408,4839,'_qty','2'),(41409,4839,'_tax_class',''),(41410,4839,'_line_subtotal','45.56'),(41411,4839,'_line_subtotal_tax','0'),(41412,4839,'_line_total','45.56'),(41413,4839,'_line_tax','0'),(41414,4839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41415,4840,'method_id','fedex'),(41416,4840,'instance_id','1'),(41417,4840,'cost','12.68'),(41418,4840,'total_tax','0'),(41419,4840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41420,4840,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(41421,4814,'thwma_order_shipping_status','wc-pending'),(41422,4815,'thwma_order_shipping_status','wc-pending'),(41423,4816,'thwma_order_shipping_status','wc-pending'),(41424,4817,'thwma_order_shipping_status','wc-pending'),(41425,4834,'thwma_order_shipping_status','wc-pending'),(41426,4835,'thwma_order_shipping_status','wc-pending'),(41427,4765,'thwma_order_shipping_status','wc-pending'),(41428,4766,'thwma_order_shipping_status','wc-pending'),(41429,4767,'thwma_order_shipping_status','wc-pending'),(41447,4821,'thwma_order_shipping_status','wc-pending'),(41448,4822,'thwma_order_shipping_status','wc-pending'),(41449,4843,'_product_id','41'),(41450,4843,'_variation_id','0'),(41451,4843,'_qty','3'),(41452,4843,'_tax_class',''),(41453,4843,'_line_subtotal','199.44'),(41454,4843,'_line_subtotal_tax','0'),(41455,4843,'_line_total','199.44'),(41456,4843,'_line_tax','0'),(41457,4843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41458,4844,'method_id','fedex'),(41459,4844,'instance_id','1'),(41460,4844,'cost','19.87'),(41461,4844,'total_tax','0'),(41462,4844,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41463,4844,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(41464,4845,'_product_id','41'),(41465,4845,'_variation_id','0'),(41466,4845,'_qty','2'),(41467,4845,'_tax_class',''),(41468,4845,'_line_subtotal','132.96'),(41469,4845,'_line_subtotal_tax','0'),(41470,4845,'_line_total','132.96'),(41471,4845,'_line_tax','0'),(41472,4845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41473,4846,'_product_id','38'),(41474,4846,'_variation_id','0'),(41475,4846,'_qty','1'),(41476,4846,'_tax_class',''),(41477,4846,'_line_subtotal','278.56'),(41478,4846,'_line_subtotal_tax','0'),(41479,4846,'_line_total','278.56'),(41480,4846,'_line_tax','0'),(41481,4846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41482,4847,'_product_id','49'),(41483,4847,'_variation_id','0'),(41484,4847,'_qty','1'),(41485,4847,'_tax_class',''),(41486,4847,'_line_subtotal','79.2'),(41487,4847,'_line_subtotal_tax','0'),(41488,4847,'_line_total','79.2'),(41489,4847,'_line_tax','0'),(41490,4847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41491,4848,'_product_id','51'),(41492,4848,'_variation_id','0'),(41493,4848,'_qty','1'),(41494,4848,'_tax_class',''),(41495,4848,'_line_subtotal','147.84'),(41496,4848,'_line_subtotal_tax','0'),(41497,4848,'_line_total','147.84'),(41498,4848,'_line_tax','0'),(41499,4848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41500,4849,'_product_id','51'),(41501,4849,'_variation_id','0'),(41502,4849,'_qty','1'),(41503,4849,'_tax_class',''),(41504,4849,'_line_subtotal','147.84'),(41505,4849,'_line_subtotal_tax','0'),(41506,4849,'_line_total','147.84'),(41507,4849,'_line_tax','0'),(41508,4849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41509,4850,'method_id','free_shipping'),(41510,4850,'instance_id','2'),(41511,4850,'cost','0.00'),(41512,4850,'total_tax','0'),(41513,4850,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41514,4850,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(41515,4851,'_product_id','41'),(41516,4851,'_variation_id','0'),(41517,4851,'_qty','1'),(41518,4851,'_tax_class',''),(41519,4851,'_line_subtotal','66.48'),(41520,4851,'_line_subtotal_tax','0'),(41521,4851,'_line_total','66.48'),(41522,4851,'_line_tax','0'),(41523,4851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41524,4852,'_product_id','131'),(41525,4852,'_variation_id','0'),(41526,4852,'_qty','4'),(41527,4852,'_tax_class',''),(41528,4852,'_line_subtotal','50.6'),(41529,4852,'_line_subtotal_tax','0'),(41530,4852,'_line_total','50.6'),(41531,4852,'_line_tax','0'),(41532,4852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41533,4853,'_product_id','490'),(41534,4853,'_variation_id','0'),(41535,4853,'_qty','10'),(41536,4853,'_tax_class',''),(41537,4853,'_line_subtotal','227.8'),(41538,4853,'_line_subtotal_tax','0'),(41539,4853,'_line_total','227.8'),(41540,4853,'_line_tax','0'),(41541,4853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41542,4854,'_product_id','488'),(41543,4854,'_variation_id','0'),(41544,4854,'_qty','3'),(41545,4854,'_tax_class',''),(41546,4854,'_line_subtotal','94.05'),(41547,4854,'_line_subtotal_tax','0'),(41548,4854,'_line_total','94.05'),(41549,4854,'_line_tax','0'),(41550,4854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41551,4855,'_product_id','38'),(41552,4855,'_variation_id','0'),(41553,4855,'_qty','1'),(41554,4855,'_tax_class',''),(41555,4855,'_line_subtotal','278.56'),(41556,4855,'_line_subtotal_tax','0'),(41557,4855,'_line_total','278.56'),(41558,4855,'_line_tax','0'),(41559,4855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41560,4856,'_product_id','49'),(41561,4856,'_variation_id','0'),(41562,4856,'_qty','1'),(41563,4856,'_tax_class',''),(41564,4856,'_line_subtotal','79.2'),(41565,4856,'_line_subtotal_tax','0'),(41566,4856,'_line_total','79.2'),(41567,4856,'_line_tax','0'),(41568,4856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41569,4857,'_product_id','133'),(41570,4857,'_variation_id','0'),(41571,4857,'_qty','2'),(41572,4857,'_tax_class',''),(41573,4857,'_line_subtotal','28.6'),(41574,4857,'_line_subtotal_tax','0'),(41575,4857,'_line_total','28.6'),(41576,4857,'_line_tax','0'),(41577,4857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41578,4858,'_product_id','43'),(41579,4858,'_variation_id','0'),(41580,4858,'_qty','1'),(41581,4858,'_tax_class',''),(41582,4858,'_line_subtotal','79.2'),(41583,4858,'_line_subtotal_tax','0'),(41584,4858,'_line_total','79.2'),(41585,4858,'_line_tax','0'),(41586,4858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41587,4859,'_product_id','120'),(41588,4859,'_variation_id','0'),(41589,4859,'_qty','1'),(41590,4859,'_tax_class',''),(41591,4859,'_line_subtotal','52.8'),(41592,4859,'_line_subtotal_tax','0'),(41593,4859,'_line_total','52.8'),(41594,4859,'_line_tax','0'),(41595,4859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41596,4860,'method_id','free_shipping'),(41597,4860,'instance_id','2'),(41598,4860,'cost','0.00'),(41599,4860,'total_tax','0'),(41600,4860,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41601,4860,'Items','Professional Lice Comb(Case of 12) &times; 1, Disposable Capes &times; 4, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(41602,4845,'thwma_order_shipping_status','wc-pending'),(41603,4846,'thwma_order_shipping_status','wc-pending'),(41604,4847,'thwma_order_shipping_status','wc-pending'),(41605,4848,'thwma_order_shipping_status','wc-pending'),(41606,4849,'thwma_order_shipping_status','wc-pending'),(41607,4861,'_product_id','93'),(41608,4861,'_variation_id','0'),(41609,4861,'_qty','6'),(41610,4861,'_tax_class',''),(41611,4861,'_line_subtotal','0'),(41612,4861,'_line_subtotal_tax','0'),(41613,4861,'_line_total','0'),(41614,4861,'_line_tax','0'),(41615,4861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41616,4862,'method_id','fedex'),(41617,4862,'instance_id','1'),(41618,4862,'cost','12.55'),(41619,4862,'total_tax','0'),(41620,4862,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41621,4862,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(41622,4863,'_product_id','23'),(41623,4863,'_variation_id','0'),(41624,4863,'_qty','1'),(41625,4863,'_tax_class',''),(41626,4863,'_line_subtotal','111.84'),(41627,4863,'_line_subtotal_tax','0'),(41628,4863,'_line_total','111.84'),(41629,4863,'_line_tax','0'),(41630,4863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41631,4864,'_product_id','41'),(41632,4864,'_variation_id','0'),(41633,4864,'_qty','1'),(41634,4864,'_tax_class',''),(41635,4864,'_line_subtotal','66.48'),(41636,4864,'_line_subtotal_tax','0'),(41637,4864,'_line_total','66.48'),(41638,4864,'_line_tax','0'),(41639,4864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41640,4865,'_product_id','51'),(41641,4865,'_variation_id','0'),(41642,4865,'_qty','1'),(41643,4865,'_tax_class',''),(41644,4865,'_line_subtotal','147.84'),(41645,4865,'_line_subtotal_tax','0'),(41646,4865,'_line_total','147.84'),(41647,4865,'_line_tax','0'),(41648,4865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41649,4866,'_product_id','93'),(41650,4866,'_variation_id','0'),(41651,4866,'_qty','2'),(41652,4866,'_tax_class',''),(41653,4866,'_line_subtotal','0'),(41654,4866,'_line_subtotal_tax','0'),(41655,4866,'_line_total','0'),(41656,4866,'_line_tax','0'),(41657,4866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41658,4867,'_product_id','118'),(41659,4867,'_variation_id','0'),(41660,4867,'_qty','1'),(41661,4867,'_tax_class',''),(41662,4867,'_line_subtotal','184.8'),(41663,4867,'_line_subtotal_tax','0'),(41664,4867,'_line_total','184.8'),(41665,4867,'_line_tax','0'),(41666,4867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41667,4868,'method_id','free_shipping'),(41668,4868,'instance_id','2'),(41669,4868,'cost','0.00'),(41670,4868,'total_tax','0'),(41671,4868,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41672,4868,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(41678,4851,'thwma_order_shipping_status','wc-pending'),(41679,4852,'thwma_order_shipping_status','wc-pending'),(41680,4853,'thwma_order_shipping_status','wc-pending'),(41681,4854,'thwma_order_shipping_status','wc-pending'),(41682,4855,'thwma_order_shipping_status','wc-pending'),(41683,4856,'thwma_order_shipping_status','wc-pending'),(41684,4857,'thwma_order_shipping_status','wc-pending'),(41685,4858,'thwma_order_shipping_status','wc-pending'),(41686,4859,'thwma_order_shipping_status','wc-pending'),(41687,4869,'_product_id','41'),(41688,4869,'_variation_id','0'),(41689,4869,'_qty','2'),(41690,4869,'_tax_class',''),(41691,4869,'_line_subtotal','132.96'),(41692,4869,'_line_subtotal_tax','0'),(41693,4869,'_line_total','132.96'),(41694,4869,'_line_tax','0'),(41695,4869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41696,4870,'_product_id','51'),(41697,4870,'_variation_id','0'),(41698,4870,'_qty','1'),(41699,4870,'_tax_class',''),(41700,4870,'_line_subtotal','147.84'),(41701,4870,'_line_subtotal_tax','0'),(41702,4870,'_line_total','147.84'),(41703,4870,'_line_tax','0'),(41704,4870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41705,4871,'_product_id','51'),(41706,4871,'_variation_id','0'),(41707,4871,'_qty','1'),(41708,4871,'_tax_class',''),(41709,4871,'_line_subtotal','147.84'),(41710,4871,'_line_subtotal_tax','0'),(41711,4871,'_line_total','147.84'),(41712,4871,'_line_tax','0'),(41713,4871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41714,4872,'_product_id','45'),(41715,4872,'_variation_id','0'),(41716,4872,'_qty','1'),(41717,4872,'_tax_class',''),(41718,4872,'_line_subtotal','42.24'),(41719,4872,'_line_subtotal_tax','0'),(41720,4872,'_line_total','42.24'),(41721,4872,'_line_tax','0'),(41722,4872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41723,4873,'_product_id','120'),(41724,4873,'_variation_id','0'),(41725,4873,'_qty','1'),(41726,4873,'_tax_class',''),(41727,4873,'_line_subtotal','52.8'),(41728,4873,'_line_subtotal_tax','0'),(41729,4873,'_line_total','52.8'),(41730,4873,'_line_tax','0'),(41731,4873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41732,4874,'_product_id','490'),(41733,4874,'_variation_id','0'),(41734,4874,'_qty','10'),(41735,4874,'_tax_class',''),(41736,4874,'_line_subtotal','227.8'),(41737,4874,'_line_subtotal_tax','0'),(41738,4874,'_line_total','227.8'),(41739,4874,'_line_tax','0'),(41740,4874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41741,4875,'_product_id','487'),(41742,4875,'_variation_id','0'),(41743,4875,'_qty','1'),(41744,4875,'_tax_class',''),(41745,4875,'_line_subtotal','31.35'),(41746,4875,'_line_subtotal_tax','0'),(41747,4875,'_line_total','31.35'),(41748,4875,'_line_tax','0'),(41749,4875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41750,4876,'method_id','free_shipping'),(41751,4876,'instance_id','2'),(41752,4876,'cost','0.00'),(41753,4876,'total_tax','0'),(41754,4876,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41755,4876,'Items','Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(41756,4863,'thwma_order_shipping_status','wc-pending'),(41757,4864,'thwma_order_shipping_status','wc-pending'),(41758,4865,'thwma_order_shipping_status','wc-pending'),(41759,4866,'thwma_order_shipping_status','wc-pending'),(41760,4867,'thwma_order_shipping_status','wc-pending'),(41761,4877,'_product_id','38'),(41762,4877,'_variation_id','0'),(41763,4877,'_qty','1'),(41764,4877,'_tax_class',''),(41765,4877,'_line_subtotal','278.56'),(41766,4877,'_line_subtotal_tax','0'),(41767,4877,'_line_total','278.56'),(41768,4877,'_line_tax','0'),(41769,4877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41770,4878,'_product_id','23'),(41771,4878,'_variation_id','0'),(41772,4878,'_qty','1'),(41773,4878,'_tax_class',''),(41774,4878,'_line_subtotal','111.84'),(41775,4878,'_line_subtotal_tax','0'),(41776,4878,'_line_total','111.84'),(41777,4878,'_line_tax','0'),(41778,4878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41779,4879,'_product_id','43'),(41780,4879,'_variation_id','0'),(41781,4879,'_qty','2'),(41782,4879,'_tax_class',''),(41783,4879,'_line_subtotal','158.4'),(41784,4879,'_line_subtotal_tax','0'),(41785,4879,'_line_total','158.4'),(41786,4879,'_line_tax','0'),(41787,4879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41788,4880,'_product_id','45'),(41789,4880,'_variation_id','0'),(41790,4880,'_qty','1'),(41791,4880,'_tax_class',''),(41792,4880,'_line_subtotal','42.24'),(41793,4880,'_line_subtotal_tax','0'),(41794,4880,'_line_total','42.24'),(41795,4880,'_line_tax','0'),(41796,4880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41797,4881,'method_id','free_shipping'),(41798,4881,'instance_id','2'),(41799,4881,'cost','0.00'),(41800,4881,'total_tax','0'),(41801,4881,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41802,4881,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(41803,4882,'_product_id','23'),(41804,4882,'_variation_id','0'),(41805,4882,'_qty','2'),(41806,4882,'_tax_class',''),(41807,4882,'_line_subtotal','223.68'),(41808,4882,'_line_subtotal_tax','0'),(41809,4882,'_line_total','223.68'),(41810,4882,'_line_tax','0'),(41811,4882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41812,4883,'_product_id','38'),(41813,4883,'_variation_id','0'),(41814,4883,'_qty','1'),(41815,4883,'_tax_class',''),(41816,4883,'_line_subtotal','278.56'),(41817,4883,'_line_subtotal_tax','0'),(41818,4883,'_line_total','278.56'),(41819,4883,'_line_tax','0'),(41820,4883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41821,4884,'_product_id','45'),(41822,4884,'_variation_id','0'),(41823,4884,'_qty','3'),(41824,4884,'_tax_class',''),(41825,4884,'_line_subtotal','126.72'),(41826,4884,'_line_subtotal_tax','0'),(41827,4884,'_line_total','126.72'),(41828,4884,'_line_tax','0'),(41829,4884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41830,4885,'_product_id','93'),(41831,4885,'_variation_id','0'),(41832,4885,'_qty','10'),(41833,4885,'_tax_class',''),(41834,4885,'_line_subtotal','0'),(41835,4885,'_line_subtotal_tax','0'),(41836,4885,'_line_total','0'),(41837,4885,'_line_tax','0'),(41838,4885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41839,4886,'method_id','free_shipping'),(41840,4886,'instance_id','2'),(41841,4886,'cost','0.00'),(41842,4886,'total_tax','0'),(41843,4886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41844,4886,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10'),(41849,4882,'thwma_order_shipping_status','wc-pending'),(41850,4883,'thwma_order_shipping_status','wc-pending'),(41851,4884,'thwma_order_shipping_status','wc-pending'),(41852,4885,'thwma_order_shipping_status','wc-pending'),(41853,4887,'_product_id','38'),(41854,4887,'_variation_id','0'),(41855,4887,'_qty','1'),(41856,4887,'_tax_class',''),(41857,4887,'_line_subtotal','278.56'),(41858,4887,'_line_subtotal_tax','0'),(41859,4887,'_line_total','278.56'),(41860,4887,'_line_tax','0'),(41861,4887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41862,4888,'_product_id','23'),(41863,4888,'_variation_id','0'),(41864,4888,'_qty','2'),(41865,4888,'_tax_class',''),(41866,4888,'_line_subtotal','223.68'),(41867,4888,'_line_subtotal_tax','0'),(41868,4888,'_line_total','223.68'),(41869,4888,'_line_tax','0'),(41870,4888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41871,4889,'_product_id','93'),(41872,4889,'_variation_id','0'),(41873,4889,'_qty','6'),(41874,4889,'_tax_class',''),(41875,4889,'_line_subtotal','0'),(41876,4889,'_line_subtotal_tax','0'),(41877,4889,'_line_total','0'),(41878,4889,'_line_tax','0'),(41879,4889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41880,4890,'method_id','free_shipping'),(41881,4890,'instance_id','2'),(41882,4890,'cost','0.00'),(41883,4890,'total_tax','0'),(41884,4890,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41885,4890,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 6'),(41896,4869,'thwma_order_shipping_status','wc-pending'),(41897,4870,'thwma_order_shipping_status','wc-pending'),(41898,4871,'thwma_order_shipping_status','wc-pending'),(41899,4872,'thwma_order_shipping_status','wc-pending'),(41900,4873,'thwma_order_shipping_status','wc-pending'),(41901,4874,'thwma_order_shipping_status','wc-pending'),(41902,4875,'thwma_order_shipping_status','wc-pending'),(41903,4891,'_product_id','490'),(41904,4891,'_variation_id','0'),(41905,4891,'_qty','4'),(41906,4891,'_tax_class',''),(41907,4891,'_line_subtotal','91.12'),(41908,4891,'_line_subtotal_tax','0'),(41909,4891,'_line_total','91.12'),(41910,4891,'_line_tax','0'),(41911,4891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41912,4892,'_product_id','41'),(41913,4892,'_variation_id','0'),(41914,4892,'_qty','1'),(41915,4892,'_tax_class',''),(41916,4892,'_line_subtotal','66.48'),(41917,4892,'_line_subtotal_tax','0'),(41918,4892,'_line_total','66.48'),(41919,4892,'_line_tax','0'),(41920,4892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41921,4893,'_product_id','144'),(41922,4893,'_variation_id','0'),(41923,4893,'_qty','5'),(41924,4893,'_tax_class',''),(41925,4893,'_line_subtotal','6.9'),(41926,4893,'_line_subtotal_tax','0'),(41927,4893,'_line_total','6.9'),(41928,4893,'_line_tax','0'),(41929,4893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(41930,4894,'method_id','fedex'),(41931,4894,'instance_id','1'),(41932,4894,'cost','15.32'),(41933,4894,'total_tax','0'),(41934,4894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(41935,4894,'Package 1','11.25 × 8.75 × 7.75 (in) 11.84lbs × 1'),(41996,4902,'_product_id','23'),(41997,4902,'_variation_id','0'),(41998,4902,'_qty','3'),(41999,4902,'_tax_class',''),(42000,4902,'_line_subtotal','335.52'),(42001,4902,'_line_subtotal_tax','0'),(42002,4902,'_line_total','335.52'),(42003,4902,'_line_tax','0'),(42004,4902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42005,4903,'_product_id','38'),(42006,4903,'_variation_id','0'),(42007,4903,'_qty','1'),(42008,4903,'_tax_class',''),(42009,4903,'_line_subtotal','278.56'),(42010,4903,'_line_subtotal_tax','0'),(42011,4903,'_line_total','278.56'),(42012,4903,'_line_tax','0'),(42013,4903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42014,4904,'_product_id','45'),(42015,4904,'_variation_id','0'),(42016,4904,'_qty','2'),(42017,4904,'_tax_class',''),(42018,4904,'_line_subtotal','84.48'),(42019,4904,'_line_subtotal_tax','0'),(42020,4904,'_line_total','84.48'),(42021,4904,'_line_tax','0'),(42022,4904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42023,4905,'_product_id','41'),(42024,4905,'_variation_id','0'),(42025,4905,'_qty','2'),(42026,4905,'_tax_class',''),(42027,4905,'_line_subtotal','132.96'),(42028,4905,'_line_subtotal_tax','0'),(42029,4905,'_line_total','132.96'),(42030,4905,'_line_tax','0'),(42031,4905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42032,4906,'_product_id','118'),(42033,4906,'_variation_id','0'),(42034,4906,'_qty','1'),(42035,4906,'_tax_class',''),(42036,4906,'_line_subtotal','184.8'),(42037,4906,'_line_subtotal_tax','0'),(42038,4906,'_line_total','184.8'),(42039,4906,'_line_tax','0'),(42040,4906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42041,4907,'_product_id','51'),(42042,4907,'_variation_id','0'),(42043,4907,'_qty','2'),(42044,4907,'_tax_class',''),(42045,4907,'_line_subtotal','295.68'),(42046,4907,'_line_subtotal_tax','0'),(42047,4907,'_line_total','295.68'),(42048,4907,'_line_tax','0'),(42049,4907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42050,4908,'method_id','free_shipping'),(42051,4908,'instance_id','2'),(42052,4908,'cost','0.00'),(42053,4908,'total_tax','0'),(42054,4908,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42055,4908,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2'),(42056,4909,'_product_id','23'),(42057,4909,'_variation_id','0'),(42058,4909,'_qty','2'),(42059,4909,'_tax_class',''),(42060,4909,'_line_subtotal','223.68'),(42061,4909,'_line_subtotal_tax','0'),(42062,4909,'_line_total','223.68'),(42063,4909,'_line_tax','0'),(42064,4909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42065,4910,'_product_id','38'),(42066,4910,'_variation_id','0'),(42067,4910,'_qty','1'),(42068,4910,'_tax_class',''),(42069,4910,'_line_subtotal','278.56'),(42070,4910,'_line_subtotal_tax','0'),(42071,4910,'_line_total','278.56'),(42072,4910,'_line_tax','0'),(42073,4910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42074,4911,'_product_id','45'),(42075,4911,'_variation_id','0'),(42076,4911,'_qty','1'),(42077,4911,'_tax_class',''),(42078,4911,'_line_subtotal','42.24'),(42079,4911,'_line_subtotal_tax','0'),(42080,4911,'_line_total','42.24'),(42081,4911,'_line_tax','0'),(42082,4911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42083,4912,'_product_id','41'),(42084,4912,'_variation_id','0'),(42085,4912,'_qty','2'),(42086,4912,'_tax_class',''),(42087,4912,'_line_subtotal','132.96'),(42088,4912,'_line_subtotal_tax','0'),(42089,4912,'_line_total','132.96'),(42090,4912,'_line_tax','0'),(42091,4912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42092,4913,'_product_id','93'),(42093,4913,'_variation_id','0'),(42094,4913,'_qty','6'),(42095,4913,'_tax_class',''),(42096,4913,'_line_subtotal','0'),(42097,4913,'_line_subtotal_tax','0'),(42098,4913,'_line_total','0'),(42099,4913,'_line_tax','0'),(42100,4913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42101,4914,'_product_id','95'),(42102,4914,'_variation_id','0'),(42103,4914,'_qty','6'),(42104,4914,'_tax_class',''),(42105,4914,'_line_subtotal','0'),(42106,4914,'_line_subtotal_tax','0'),(42107,4914,'_line_total','0'),(42108,4914,'_line_tax','0'),(42109,4914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42110,4915,'_product_id','97'),(42111,4915,'_variation_id','0'),(42112,4915,'_qty','1'),(42113,4915,'_tax_class',''),(42114,4915,'_line_subtotal','0'),(42115,4915,'_line_subtotal_tax','0'),(42116,4915,'_line_total','0'),(42117,4915,'_line_tax','0'),(42118,4915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42119,4916,'_product_id','99'),(42120,4916,'_variation_id','0'),(42121,4916,'_qty','1'),(42122,4916,'_tax_class',''),(42123,4916,'_line_subtotal','0'),(42124,4916,'_line_subtotal_tax','0'),(42125,4916,'_line_total','0'),(42126,4916,'_line_tax','0'),(42127,4916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42128,4917,'method_id','free_shipping'),(42129,4917,'instance_id','2'),(42130,4917,'cost','0.00'),(42131,4917,'total_tax','0'),(42132,4917,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42133,4917,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 6, Bulk Active Rinse 50/50 &times; 6, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(42134,4918,'_product_id','490'),(42135,4918,'_variation_id','0'),(42136,4918,'_qty','8'),(42137,4918,'_tax_class',''),(42138,4918,'_line_subtotal','182.24'),(42139,4918,'_line_subtotal_tax','0'),(42140,4918,'_line_total','182.24'),(42141,4918,'_line_tax','0'),(42142,4918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42143,4919,'_product_id','488'),(42144,4919,'_variation_id','0'),(42145,4919,'_qty','4'),(42146,4919,'_tax_class',''),(42147,4919,'_line_subtotal','125.4'),(42148,4919,'_line_subtotal_tax','0'),(42149,4919,'_line_total','125.4'),(42150,4919,'_line_tax','0'),(42151,4919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42152,4920,'_product_id','49'),(42153,4920,'_variation_id','0'),(42154,4920,'_qty','2'),(42155,4920,'_tax_class',''),(42156,4920,'_line_subtotal','158.4'),(42157,4920,'_line_subtotal_tax','0'),(42158,4920,'_line_total','158.4'),(42159,4920,'_line_tax','0'),(42160,4920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42161,4921,'_product_id','41'),(42162,4921,'_variation_id','0'),(42163,4921,'_qty','3'),(42164,4921,'_tax_class',''),(42165,4921,'_line_subtotal','199.44'),(42166,4921,'_line_subtotal_tax','0'),(42167,4921,'_line_total','199.44'),(42168,4921,'_line_tax','0'),(42169,4921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42170,4922,'_product_id','45'),(42171,4922,'_variation_id','0'),(42172,4922,'_qty','1'),(42173,4922,'_tax_class',''),(42174,4922,'_line_subtotal','42.24'),(42175,4922,'_line_subtotal_tax','0'),(42176,4922,'_line_total','42.24'),(42177,4922,'_line_tax','0'),(42178,4922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42179,4923,'_product_id','38'),(42180,4923,'_variation_id','0'),(42181,4923,'_qty','2'),(42182,4923,'_tax_class',''),(42183,4923,'_line_subtotal','557.12'),(42184,4923,'_line_subtotal_tax','0'),(42185,4923,'_line_total','557.12'),(42186,4923,'_line_tax','0'),(42187,4923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42188,4924,'_product_id','23'),(42189,4924,'_variation_id','0'),(42190,4924,'_qty','2'),(42191,4924,'_tax_class',''),(42192,4924,'_line_subtotal','223.68'),(42193,4924,'_line_subtotal_tax','0'),(42194,4924,'_line_total','223.68'),(42195,4924,'_line_tax','0'),(42196,4924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42197,4925,'method_id','free_shipping'),(42198,4925,'instance_id','2'),(42199,4925,'cost','0.00'),(42200,4925,'total_tax','0'),(42201,4925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42202,4925,'Items','Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2'),(42272,4934,'_product_id','490'),(42273,4934,'_variation_id','0'),(42274,4934,'_qty','8'),(42275,4934,'_tax_class',''),(42276,4934,'_line_subtotal','182.24'),(42277,4934,'_line_subtotal_tax','0'),(42278,4934,'_line_total','182.24'),(42279,4934,'_line_tax','0'),(42280,4934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42281,4935,'_product_id','488'),(42282,4935,'_variation_id','0'),(42283,4935,'_qty','4'),(42284,4935,'_tax_class',''),(42285,4935,'_line_subtotal','125.4'),(42286,4935,'_line_subtotal_tax','0'),(42287,4935,'_line_total','125.4'),(42288,4935,'_line_tax','0'),(42289,4935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42290,4936,'_product_id','49'),(42291,4936,'_variation_id','0'),(42292,4936,'_qty','2'),(42293,4936,'_tax_class',''),(42294,4936,'_line_subtotal','158.4'),(42295,4936,'_line_subtotal_tax','0'),(42296,4936,'_line_total','158.4'),(42297,4936,'_line_tax','0'),(42298,4936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42299,4937,'_product_id','41'),(42300,4937,'_variation_id','0'),(42301,4937,'_qty','3'),(42302,4937,'_tax_class',''),(42303,4937,'_line_subtotal','199.44'),(42304,4937,'_line_subtotal_tax','0'),(42305,4937,'_line_total','199.44'),(42306,4937,'_line_tax','0'),(42307,4937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42308,4938,'_product_id','45'),(42309,4938,'_variation_id','0'),(42310,4938,'_qty','1'),(42311,4938,'_tax_class',''),(42312,4938,'_line_subtotal','42.24'),(42313,4938,'_line_subtotal_tax','0'),(42314,4938,'_line_total','42.24'),(42315,4938,'_line_tax','0'),(42316,4938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42317,4939,'_product_id','38'),(42318,4939,'_variation_id','0'),(42319,4939,'_qty','2'),(42320,4939,'_tax_class',''),(42321,4939,'_line_subtotal','557.12'),(42322,4939,'_line_subtotal_tax','0'),(42323,4939,'_line_total','557.12'),(42324,4939,'_line_tax','0'),(42325,4939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42326,4940,'_product_id','23'),(42327,4940,'_variation_id','0'),(42328,4940,'_qty','2'),(42329,4940,'_tax_class',''),(42330,4940,'_line_subtotal','223.68'),(42331,4940,'_line_subtotal_tax','0'),(42332,4940,'_line_total','223.68'),(42333,4940,'_line_tax','0'),(42334,4940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42335,4941,'method_id','free_shipping'),(42336,4941,'instance_id','2'),(42337,4941,'cost','0.00'),(42338,4941,'total_tax','0'),(42339,4941,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42340,4941,'Items','Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2'),(42341,4942,'_product_id','99'),(42342,4942,'_variation_id','0'),(42343,4942,'_qty','1'),(42344,4942,'_tax_class',''),(42345,4942,'_line_subtotal','0'),(42346,4942,'_line_subtotal_tax','0'),(42347,4942,'_line_total','0'),(42348,4942,'_line_tax','0'),(42349,4942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42350,4943,'_product_id','93'),(42351,4943,'_variation_id','0'),(42352,4943,'_qty','10'),(42353,4943,'_tax_class',''),(42354,4943,'_line_subtotal','0'),(42355,4943,'_line_subtotal_tax','0'),(42356,4943,'_line_total','0'),(42357,4943,'_line_tax','0'),(42358,4943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42359,4944,'method_id','fedex'),(42360,4944,'instance_id','1'),(42361,4944,'cost','39.91'),(42362,4944,'total_tax','0'),(42363,4944,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42364,4944,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(42365,4945,'_product_id','93'),(42366,4945,'_variation_id','0'),(42367,4945,'_qty','10'),(42368,4945,'_tax_class',''),(42369,4945,'_line_subtotal','0'),(42370,4945,'_line_subtotal_tax','0'),(42371,4945,'_line_total','0'),(42372,4945,'_line_tax','0'),(42373,4945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42374,4946,'method_id','fedex'),(42375,4946,'instance_id','1'),(42376,4946,'cost','32.37'),(42377,4946,'total_tax','0'),(42378,4946,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42379,4946,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(42380,4947,'_product_id','93'),(42381,4947,'_variation_id','0'),(42382,4947,'_qty','10'),(42383,4947,'_tax_class',''),(42384,4947,'_line_subtotal','0'),(42385,4947,'_line_subtotal_tax','0'),(42386,4947,'_line_total','0'),(42387,4947,'_line_tax','0'),(42388,4947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42389,4948,'method_id','fedex'),(42390,4948,'instance_id','1'),(42391,4948,'cost','32.37'),(42392,4948,'total_tax','0'),(42393,4948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42394,4948,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(42395,4949,'_product_id','93'),(42396,4949,'_variation_id','0'),(42397,4949,'_qty','8'),(42398,4949,'_tax_class',''),(42399,4949,'_line_subtotal','0'),(42400,4949,'_line_subtotal_tax','0'),(42401,4949,'_line_total','0'),(42402,4949,'_line_tax','0'),(42403,4949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42404,4950,'_product_id','97'),(42405,4950,'_variation_id','0'),(42406,4950,'_qty','2'),(42407,4950,'_tax_class',''),(42408,4950,'_line_subtotal','0'),(42409,4950,'_line_subtotal_tax','0'),(42410,4950,'_line_total','0'),(42411,4950,'_line_tax','0'),(42412,4950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42413,4951,'method_id','fedex'),(42414,4951,'instance_id','1'),(42415,4951,'cost','22.74'),(42416,4951,'total_tax','0'),(42417,4951,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42418,4951,'Package 1','17 × 14 × 10 (in) 33.9lbs × 1'),(42423,4887,'thwma_order_shipping_status','wc-pending'),(42424,4888,'thwma_order_shipping_status','wc-pending'),(42425,4889,'thwma_order_shipping_status','wc-pending'),(42426,4902,'thwma_order_shipping_status','wc-pending'),(42427,4903,'thwma_order_shipping_status','wc-pending'),(42428,4904,'thwma_order_shipping_status','wc-pending'),(42429,4905,'thwma_order_shipping_status','wc-pending'),(42430,4906,'thwma_order_shipping_status','wc-pending'),(42431,4907,'thwma_order_shipping_status','wc-pending'),(42435,4891,'thwma_order_shipping_status','wc-pending'),(42436,4892,'thwma_order_shipping_status','wc-pending'),(42437,4893,'thwma_order_shipping_status','wc-pending'),(42438,4952,'_product_id','23'),(42439,4952,'_variation_id','0'),(42440,4952,'_qty','-2'),(42441,4952,'_tax_class',''),(42442,4952,'_line_subtotal','-223.68'),(42443,4952,'_line_subtotal_tax','0'),(42444,4952,'_line_total','-223.68'),(42445,4952,'_line_tax','0'),(42446,4952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42447,4952,'_refunded_item_id','4882'),(42448,4953,'_product_id','38'),(42449,4953,'_variation_id','0'),(42450,4953,'_qty','-1'),(42451,4953,'_tax_class',''),(42452,4953,'_line_subtotal','-278.56'),(42453,4953,'_line_subtotal_tax','0'),(42454,4953,'_line_total','-278.56'),(42455,4953,'_line_tax','0'),(42456,4953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42457,4953,'_refunded_item_id','4883'),(42458,4954,'_product_id','45'),(42459,4954,'_variation_id','0'),(42460,4954,'_qty','-3'),(42461,4954,'_tax_class',''),(42462,4954,'_line_subtotal','-126.72'),(42463,4954,'_line_subtotal_tax','0'),(42464,4954,'_line_total','-126.72'),(42465,4954,'_line_tax','0'),(42466,4954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42467,4954,'_refunded_item_id','4884'),(42468,4955,'_product_id','93'),(42469,4955,'_variation_id','0'),(42470,4955,'_qty','-10'),(42471,4955,'_tax_class',''),(42472,4955,'_line_subtotal','0'),(42473,4955,'_line_subtotal_tax','0'),(42474,4955,'_line_total','0'),(42475,4955,'_line_tax','0'),(42476,4955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42477,4955,'_refunded_item_id','4885'),(42485,4934,'thwma_order_shipping_status','wc-pending'),(42486,4935,'thwma_order_shipping_status','wc-pending'),(42487,4936,'thwma_order_shipping_status','wc-pending'),(42488,4937,'thwma_order_shipping_status','wc-pending'),(42489,4938,'thwma_order_shipping_status','wc-pending'),(42490,4939,'thwma_order_shipping_status','wc-pending'),(42491,4940,'thwma_order_shipping_status','wc-pending'),(42492,4824,'thwma_order_shipping_status','wc-pending'),(42493,4825,'thwma_order_shipping_status','wc-pending'),(42494,4826,'thwma_order_shipping_status','wc-pending'),(42495,4827,'thwma_order_shipping_status','wc-pending'),(42496,4828,'thwma_order_shipping_status','wc-pending'),(42497,4829,'thwma_order_shipping_status','wc-pending'),(42498,4830,'thwma_order_shipping_status','wc-pending'),(42499,4831,'thwma_order_shipping_status','wc-pending'),(42500,4832,'thwma_order_shipping_status','wc-pending'),(42501,4956,'_product_id','43'),(42502,4956,'_variation_id','0'),(42503,4956,'_qty','2'),(42504,4956,'_tax_class',''),(42505,4956,'_line_subtotal','158.4'),(42506,4956,'_line_subtotal_tax','0'),(42507,4956,'_line_total','158.4'),(42508,4956,'_line_tax','0'),(42509,4956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42510,4957,'_product_id','49'),(42511,4957,'_variation_id','0'),(42512,4957,'_qty','4'),(42513,4957,'_tax_class',''),(42514,4957,'_line_subtotal','316.8'),(42515,4957,'_line_subtotal_tax','0'),(42516,4957,'_line_total','316.8'),(42517,4957,'_line_tax','0'),(42518,4957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42519,4958,'_product_id','41'),(42520,4958,'_variation_id','0'),(42521,4958,'_qty','5'),(42522,4958,'_tax_class',''),(42523,4958,'_line_subtotal','332.4'),(42524,4958,'_line_subtotal_tax','0'),(42525,4958,'_line_total','332.4'),(42526,4958,'_line_tax','0'),(42527,4958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42528,4959,'_product_id','120'),(42529,4959,'_variation_id','0'),(42530,4959,'_qty','1'),(42531,4959,'_tax_class',''),(42532,4959,'_line_subtotal','52.8'),(42533,4959,'_line_subtotal_tax','0'),(42534,4959,'_line_total','52.8'),(42535,4959,'_line_tax','0'),(42536,4959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42537,4960,'method_id','fedex'),(42538,4960,'instance_id','1'),(42539,4960,'cost','64.33'),(42540,4960,'total_tax','0'),(42541,4960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42542,4960,'Package 1','17 × 14 × 10 (in) 36.2lbs × 1'),(42543,4960,'Package 2','17 × 14 × 10 (in) 28.6lbs × 1'),(42544,4961,'_product_id','490'),(42545,4961,'_variation_id','0'),(42546,4961,'_qty','10'),(42547,4961,'_tax_class',''),(42548,4961,'_line_subtotal','227.8'),(42549,4961,'_line_subtotal_tax','0'),(42550,4961,'_line_total','227.8'),(42551,4961,'_line_tax','0'),(42552,4961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42553,4962,'_product_id','488'),(42554,4962,'_variation_id','0'),(42555,4962,'_qty','6'),(42556,4962,'_tax_class',''),(42557,4962,'_line_subtotal','188.1'),(42558,4962,'_line_subtotal_tax','0'),(42559,4962,'_line_total','188.1'),(42560,4962,'_line_tax','0'),(42561,4962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42562,4963,'_product_id','43'),(42563,4963,'_variation_id','0'),(42564,4963,'_qty','2'),(42565,4963,'_tax_class',''),(42566,4963,'_line_subtotal','158.4'),(42567,4963,'_line_subtotal_tax','0'),(42568,4963,'_line_total','158.4'),(42569,4963,'_line_tax','0'),(42570,4963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42571,4964,'_product_id','49'),(42572,4964,'_variation_id','0'),(42573,4964,'_qty','2'),(42574,4964,'_tax_class',''),(42575,4964,'_line_subtotal','158.4'),(42576,4964,'_line_subtotal_tax','0'),(42577,4964,'_line_total','158.4'),(42578,4964,'_line_tax','0'),(42579,4964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42580,4965,'method_id','free_shipping'),(42581,4965,'instance_id','2'),(42582,4965,'cost','0.00'),(42583,4965,'total_tax','0'),(42584,4965,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42585,4965,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 6, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(42586,4966,'_product_id','23'),(42587,4966,'_variation_id','0'),(42588,4966,'_qty','2'),(42589,4966,'_tax_class',''),(42590,4966,'_line_subtotal','223.68'),(42591,4966,'_line_subtotal_tax','0'),(42592,4966,'_line_total','223.68'),(42593,4966,'_line_tax','0'),(42594,4966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42595,4967,'_product_id','38'),(42596,4967,'_variation_id','0'),(42597,4967,'_qty','1'),(42598,4967,'_tax_class',''),(42599,4967,'_line_subtotal','278.56'),(42600,4967,'_line_subtotal_tax','0'),(42601,4967,'_line_total','278.56'),(42602,4967,'_line_tax','0'),(42603,4967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42604,4968,'_product_id','45'),(42605,4968,'_variation_id','0'),(42606,4968,'_qty','3'),(42607,4968,'_tax_class',''),(42608,4968,'_line_subtotal','126.72'),(42609,4968,'_line_subtotal_tax','0'),(42610,4968,'_line_total','126.72'),(42611,4968,'_line_tax','0'),(42612,4968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42613,4969,'_product_id','93'),(42614,4969,'_variation_id','0'),(42615,4969,'_qty','10'),(42616,4969,'_tax_class',''),(42617,4969,'_line_subtotal','0'),(42618,4969,'_line_subtotal_tax','0'),(42619,4969,'_line_total','0'),(42620,4969,'_line_tax','0'),(42621,4969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42622,4970,'method_id','free_shipping'),(42623,4970,'instance_id','2'),(42624,4970,'cost','0.00'),(42625,4970,'total_tax','0'),(42626,4970,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42627,4970,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10'),(42628,4971,'_product_id','23'),(42629,4971,'_variation_id','0'),(42630,4971,'_qty','1'),(42631,4971,'_tax_class',''),(42632,4971,'_line_subtotal','111.84'),(42633,4971,'_line_subtotal_tax','0'),(42634,4971,'_line_total','111.84'),(42635,4971,'_line_tax','0'),(42636,4971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42637,4972,'_product_id','487'),(42638,4972,'_variation_id','0'),(42639,4972,'_qty','1'),(42640,4972,'_tax_class',''),(42641,4972,'_line_subtotal','31.35'),(42642,4972,'_line_subtotal_tax','0'),(42643,4972,'_line_total','31.35'),(42644,4972,'_line_tax','0'),(42645,4972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42646,4973,'_product_id','490'),(42647,4973,'_variation_id','0'),(42648,4973,'_qty','4'),(42649,4973,'_tax_class',''),(42650,4973,'_line_subtotal','91.12'),(42651,4973,'_line_subtotal_tax','0'),(42652,4973,'_line_total','91.12'),(42653,4973,'_line_tax','0'),(42654,4973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42655,4974,'_product_id','44'),(42656,4974,'_variation_id','0'),(42657,4974,'_qty','1'),(42658,4974,'_tax_class',''),(42659,4974,'_line_subtotal','116.16'),(42660,4974,'_line_subtotal_tax','0'),(42661,4974,'_line_total','116.16'),(42662,4974,'_line_tax','0'),(42663,4974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42664,4975,'_product_id','41'),(42665,4975,'_variation_id','0'),(42666,4975,'_qty','1'),(42667,4975,'_tax_class',''),(42668,4975,'_line_subtotal','66.48'),(42669,4975,'_line_subtotal_tax','0'),(42670,4975,'_line_total','66.48'),(42671,4975,'_line_tax','0'),(42672,4975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42673,4976,'method_id','fedex'),(42674,4976,'instance_id','1'),(42675,4976,'cost','21.85'),(42676,4976,'total_tax','0'),(42677,4976,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42678,4976,'Package 1','17 × 14 × 10 (in) 38.7lbs × 1'),(42693,4961,'thwma_order_shipping_status','wc-pending'),(42694,4962,'thwma_order_shipping_status','wc-pending'),(42695,4963,'thwma_order_shipping_status','wc-pending'),(42696,4964,'thwma_order_shipping_status','wc-pending'),(42697,4956,'thwma_order_shipping_status','wc-pending'),(42698,4957,'thwma_order_shipping_status','wc-pending'),(42699,4958,'thwma_order_shipping_status','wc-pending'),(42700,4959,'thwma_order_shipping_status','wc-pending'),(42701,4971,'thwma_order_shipping_status','wc-pending'),(42702,4972,'thwma_order_shipping_status','wc-pending'),(42703,4973,'thwma_order_shipping_status','wc-pending'),(42704,4974,'thwma_order_shipping_status','wc-pending'),(42705,4975,'thwma_order_shipping_status','wc-pending'),(42706,4977,'_product_id','93'),(42707,4977,'_variation_id','0'),(42708,4977,'_qty','10'),(42709,4977,'_tax_class',''),(42710,4977,'_line_subtotal','0'),(42711,4977,'_line_subtotal_tax','0'),(42712,4977,'_line_total','0'),(42713,4977,'_line_tax','0'),(42714,4977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42715,4978,'method_id','fedex'),(42716,4978,'instance_id','1'),(42717,4978,'cost','13.77'),(42718,4978,'total_tax','0'),(42719,4978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42720,4978,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(42721,4979,'_product_id','93'),(42722,4979,'_variation_id','0'),(42723,4979,'_qty','10'),(42724,4979,'_tax_class',''),(42725,4979,'_line_subtotal','0'),(42726,4979,'_line_subtotal_tax','0'),(42727,4979,'_line_total','0'),(42728,4979,'_line_tax','0'),(42729,4979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42730,4980,'method_id','fedex'),(42731,4980,'instance_id','1'),(42732,4980,'cost','13.77'),(42733,4980,'total_tax','0'),(42734,4980,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42735,4980,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(42736,4981,'_product_id','43'),(42737,4981,'_variation_id','0'),(42738,4981,'_qty','1'),(42739,4981,'_tax_class',''),(42740,4981,'_line_subtotal','79.2'),(42741,4981,'_line_subtotal_tax','0'),(42742,4981,'_line_total','79.2'),(42743,4981,'_line_tax','0'),(42744,4981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42745,4982,'_product_id','41'),(42746,4982,'_variation_id','0'),(42747,4982,'_qty','1'),(42748,4982,'_tax_class',''),(42749,4982,'_line_subtotal','66.48'),(42750,4982,'_line_subtotal_tax','0'),(42751,4982,'_line_total','66.48'),(42752,4982,'_line_tax','0'),(42753,4982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42754,4983,'_product_id','93'),(42755,4983,'_variation_id','0'),(42756,4983,'_qty','5'),(42757,4983,'_tax_class',''),(42758,4983,'_line_subtotal','0'),(42759,4983,'_line_subtotal_tax','0'),(42760,4983,'_line_total','0'),(42761,4983,'_line_tax','0'),(42762,4983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42763,4984,'method_id','fedex'),(42764,4984,'instance_id','1'),(42765,4984,'cost','20.42'),(42766,4984,'total_tax','0'),(42767,4984,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42768,4984,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(42769,4985,'_product_id','490'),(42770,4985,'_variation_id','0'),(42771,4985,'_qty','8'),(42772,4985,'_tax_class',''),(42773,4985,'_line_subtotal','182.24'),(42774,4985,'_line_subtotal_tax','0'),(42775,4985,'_line_total','182.24'),(42776,4985,'_line_tax','0'),(42777,4985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42778,4986,'_product_id','488'),(42779,4986,'_variation_id','0'),(42780,4986,'_qty','1'),(42781,4986,'_tax_class',''),(42782,4986,'_line_subtotal','31.35'),(42783,4986,'_line_subtotal_tax','0'),(42784,4986,'_line_total','31.35'),(42785,4986,'_line_tax','0'),(42786,4986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42787,4987,'_product_id','41'),(42788,4987,'_variation_id','0'),(42789,4987,'_qty','2'),(42790,4987,'_tax_class',''),(42791,4987,'_line_subtotal','132.96'),(42792,4987,'_line_subtotal_tax','0'),(42793,4987,'_line_total','132.96'),(42794,4987,'_line_tax','0'),(42795,4987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42796,4988,'_product_id','45'),(42797,4988,'_variation_id','0'),(42798,4988,'_qty','1'),(42799,4988,'_tax_class',''),(42800,4988,'_line_subtotal','42.24'),(42801,4988,'_line_subtotal_tax','0'),(42802,4988,'_line_total','42.24'),(42803,4988,'_line_tax','0'),(42804,4988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42805,4989,'_product_id','38'),(42806,4989,'_variation_id','0'),(42807,4989,'_qty','2'),(42808,4989,'_tax_class',''),(42809,4989,'_line_subtotal','557.12'),(42810,4989,'_line_subtotal_tax','0'),(42811,4989,'_line_total','557.12'),(42812,4989,'_line_tax','0'),(42813,4989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42814,4990,'_product_id','23'),(42815,4990,'_variation_id','0'),(42816,4990,'_qty','1'),(42817,4990,'_tax_class',''),(42818,4990,'_line_subtotal','111.84'),(42819,4990,'_line_subtotal_tax','0'),(42820,4990,'_line_total','111.84'),(42821,4990,'_line_tax','0'),(42822,4990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42823,4991,'_product_id','120'),(42824,4991,'_variation_id','0'),(42825,4991,'_qty','1'),(42826,4991,'_tax_class',''),(42827,4991,'_line_subtotal','52.8'),(42828,4991,'_line_subtotal_tax','0'),(42829,4991,'_line_total','52.8'),(42830,4991,'_line_tax','0'),(42831,4991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42832,4992,'_product_id','43'),(42833,4992,'_variation_id','0'),(42834,4992,'_qty','1'),(42835,4992,'_tax_class',''),(42836,4992,'_line_subtotal','79.2'),(42837,4992,'_line_subtotal_tax','0'),(42838,4992,'_line_total','79.2'),(42839,4992,'_line_tax','0'),(42840,4992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42841,4993,'_product_id','49'),(42842,4993,'_variation_id','0'),(42843,4993,'_qty','1'),(42844,4993,'_tax_class',''),(42845,4993,'_line_subtotal','79.2'),(42846,4993,'_line_subtotal_tax','0'),(42847,4993,'_line_total','79.2'),(42848,4993,'_line_tax','0'),(42849,4993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42850,4994,'method_id','free_shipping'),(42851,4994,'instance_id','2'),(42852,4994,'cost','0.00'),(42853,4994,'total_tax','0'),(42854,4994,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42855,4994,'Items','Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(42856,4995,'_product_id','23'),(42857,4995,'_variation_id','0'),(42858,4995,'_qty','2'),(42859,4995,'_tax_class',''),(42860,4995,'_line_subtotal','223.68'),(42861,4995,'_line_subtotal_tax','0'),(42862,4995,'_line_total','223.68'),(42863,4995,'_line_tax','0'),(42864,4995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42865,4996,'_product_id','93'),(42866,4996,'_variation_id','0'),(42867,4996,'_qty','10'),(42868,4996,'_tax_class',''),(42869,4996,'_line_subtotal','0'),(42870,4996,'_line_subtotal_tax','0'),(42871,4996,'_line_total','0'),(42872,4996,'_line_tax','0'),(42873,4996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42874,4997,'method_id','fedex'),(42875,4997,'instance_id','1'),(42876,4997,'cost','24.61'),(42877,4997,'total_tax','0'),(42878,4997,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42879,4997,'Package 1','17 × 14 × 10 (in) 37.1lbs × 1'),(42890,4909,'thwma_order_shipping_status','wc-pending'),(42891,4910,'thwma_order_shipping_status','wc-pending'),(42892,4911,'thwma_order_shipping_status','wc-pending'),(42893,4912,'thwma_order_shipping_status','wc-pending'),(42894,4913,'thwma_order_shipping_status','wc-pending'),(42895,4914,'thwma_order_shipping_status','wc-pending'),(42896,4915,'thwma_order_shipping_status','wc-pending'),(42897,4916,'thwma_order_shipping_status','wc-pending'),(42902,4966,'thwma_order_shipping_status','wc-pending'),(42903,4967,'thwma_order_shipping_status','wc-pending'),(42904,4968,'thwma_order_shipping_status','wc-pending'),(42905,4969,'thwma_order_shipping_status','wc-pending'),(42906,4998,'_product_id','23'),(42907,4998,'_variation_id','0'),(42908,4998,'_qty','5'),(42909,4998,'_tax_class',''),(42910,4998,'_line_subtotal','559.2'),(42911,4998,'_line_subtotal_tax','0'),(42912,4998,'_line_total','559.2'),(42913,4998,'_line_tax','0'),(42914,4998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42915,4999,'_product_id','41'),(42916,4999,'_variation_id','0'),(42917,4999,'_qty','2'),(42918,4999,'_tax_class',''),(42919,4999,'_line_subtotal','132.96'),(42920,4999,'_line_subtotal_tax','0'),(42921,4999,'_line_total','132.96'),(42922,4999,'_line_tax','0'),(42923,4999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42924,5000,'_product_id','490'),(42925,5000,'_variation_id','0'),(42926,5000,'_qty','8'),(42927,5000,'_tax_class',''),(42928,5000,'_line_subtotal','182.24'),(42929,5000,'_line_subtotal_tax','0'),(42930,5000,'_line_total','182.24'),(42931,5000,'_line_tax','0'),(42932,5000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42933,5001,'method_id','free_shipping'),(42934,5001,'instance_id','2'),(42935,5001,'cost','0.00'),(42936,5001,'total_tax','0'),(42937,5001,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42938,5001,'Items','Active Rinse 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8'),(42939,5002,'_product_id','49'),(42940,5002,'_variation_id','0'),(42941,5002,'_qty','2'),(42942,5002,'_tax_class',''),(42943,5002,'_line_subtotal','158.4'),(42944,5002,'_line_subtotal_tax','0'),(42945,5002,'_line_total','158.4'),(42946,5002,'_line_tax','0'),(42947,5002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42948,5003,'_product_id','97'),(42949,5003,'_variation_id','0'),(42950,5003,'_qty','1'),(42951,5003,'_tax_class',''),(42952,5003,'_line_subtotal','0'),(42953,5003,'_line_subtotal_tax','0'),(42954,5003,'_line_total','0'),(42955,5003,'_line_tax','0'),(42956,5003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42957,5004,'_product_id','99'),(42958,5004,'_variation_id','0'),(42959,5004,'_qty','1'),(42960,5004,'_tax_class',''),(42961,5004,'_line_subtotal','0'),(42962,5004,'_line_subtotal_tax','0'),(42963,5004,'_line_total','0'),(42964,5004,'_line_tax','0'),(42965,5004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42966,5005,'_product_id','133'),(42967,5005,'_variation_id','0'),(42968,5005,'_qty','5'),(42969,5005,'_tax_class',''),(42970,5005,'_line_subtotal','71.5'),(42971,5005,'_line_subtotal_tax','0'),(42972,5005,'_line_total','71.5'),(42973,5005,'_line_tax','0'),(42974,5005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(42975,5006,'method_id','fedex'),(42976,5006,'instance_id','1'),(42977,5006,'cost','67.76'),(42978,5006,'total_tax','0'),(42979,5006,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(42980,5006,'Package 1','17 × 14 × 10 (in) 34.7lbs × 1'),(42981,5006,'Package 2','17 × 14 × 10 (in) 4.6lbs × 1'),(43015,5011,'_product_id','42'),(43016,5011,'_variation_id','0'),(43017,5011,'_qty','1'),(43018,5011,'_tax_class',''),(43019,5011,'_line_subtotal','79.2'),(43020,5011,'_line_subtotal_tax','0'),(43021,5011,'_line_total','79.2'),(43022,5011,'_line_tax','0'),(43023,5011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43024,5012,'_product_id','43'),(43025,5012,'_variation_id','0'),(43026,5012,'_qty','1'),(43027,5012,'_tax_class',''),(43028,5012,'_line_subtotal','79.2'),(43029,5012,'_line_subtotal_tax','0'),(43030,5012,'_line_total','79.2'),(43031,5012,'_line_tax','0'),(43032,5012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43033,5013,'_product_id','38'),(43034,5013,'_variation_id','0'),(43035,5013,'_qty','1'),(43036,5013,'_tax_class',''),(43037,5013,'_line_subtotal','278.56'),(43038,5013,'_line_subtotal_tax','0'),(43039,5013,'_line_total','278.56'),(43040,5013,'_line_tax','0'),(43041,5013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43042,5014,'_product_id','45'),(43043,5014,'_variation_id','0'),(43044,5014,'_qty','1'),(43045,5014,'_tax_class',''),(43046,5014,'_line_subtotal','42.24'),(43047,5014,'_line_subtotal_tax','0'),(43048,5014,'_line_total','42.24'),(43049,5014,'_line_tax','0'),(43050,5014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43051,5015,'_product_id','490'),(43052,5015,'_variation_id','0'),(43053,5015,'_qty','10'),(43054,5015,'_tax_class',''),(43055,5015,'_line_subtotal','227.8'),(43056,5015,'_line_subtotal_tax','0'),(43057,5015,'_line_total','227.8'),(43058,5015,'_line_tax','0'),(43059,5015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43060,5016,'_product_id','120'),(43061,5016,'_variation_id','0'),(43062,5016,'_qty','1'),(43063,5016,'_tax_class',''),(43064,5016,'_line_subtotal','52.8'),(43065,5016,'_line_subtotal_tax','0'),(43066,5016,'_line_total','52.8'),(43067,5016,'_line_tax','0'),(43068,5016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43069,5017,'method_id','free_shipping'),(43070,5017,'instance_id','2'),(43071,5017,'cost','0.00'),(43072,5017,'total_tax','0'),(43073,5017,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43074,5017,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Preventive Spray 2oz(Case of 24) &times; 1'),(43075,5018,'_product_id','42'),(43076,5018,'_variation_id','0'),(43077,5018,'_qty','3'),(43078,5018,'_tax_class',''),(43079,5018,'_line_subtotal','237.6'),(43080,5018,'_line_subtotal_tax','0'),(43081,5018,'_line_total','237.6'),(43082,5018,'_line_tax','0'),(43083,5018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43084,5019,'_product_id','488'),(43085,5019,'_variation_id','0'),(43086,5019,'_qty','2'),(43087,5019,'_tax_class',''),(43088,5019,'_line_subtotal','62.7'),(43089,5019,'_line_subtotal_tax','0'),(43090,5019,'_line_total','62.7'),(43091,5019,'_line_tax','0'),(43092,5019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43093,5020,'_product_id','120'),(43094,5020,'_variation_id','0'),(43095,5020,'_qty','2'),(43096,5020,'_tax_class',''),(43097,5020,'_line_subtotal','105.6'),(43098,5020,'_line_subtotal_tax','0'),(43099,5020,'_line_total','105.6'),(43100,5020,'_line_tax','0'),(43101,5020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43102,5021,'_product_id','41'),(43103,5021,'_variation_id','0'),(43104,5021,'_qty','4'),(43105,5021,'_tax_class',''),(43106,5021,'_line_subtotal','265.92'),(43107,5021,'_line_subtotal_tax','0'),(43108,5021,'_line_total','265.92'),(43109,5021,'_line_tax','0'),(43110,5021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43111,5022,'_product_id','45'),(43112,5022,'_variation_id','0'),(43113,5022,'_qty','3'),(43114,5022,'_tax_class',''),(43115,5022,'_line_subtotal','126.72'),(43116,5022,'_line_subtotal_tax','0'),(43117,5022,'_line_total','126.72'),(43118,5022,'_line_tax','0'),(43119,5022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43120,5023,'_product_id','490'),(43121,5023,'_variation_id','0'),(43122,5023,'_qty','15'),(43123,5023,'_tax_class',''),(43124,5023,'_line_subtotal','341.7'),(43125,5023,'_line_subtotal_tax','0'),(43126,5023,'_line_total','341.7'),(43127,5023,'_line_tax','0'),(43128,5023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43129,5024,'_product_id','23'),(43130,5024,'_variation_id','0'),(43131,5024,'_qty','2'),(43132,5024,'_tax_class',''),(43133,5024,'_line_subtotal','223.68'),(43134,5024,'_line_subtotal_tax','0'),(43135,5024,'_line_total','223.68'),(43136,5024,'_line_tax','0'),(43137,5024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43138,5025,'_product_id','38'),(43139,5025,'_variation_id','0'),(43140,5025,'_qty','2'),(43141,5025,'_tax_class',''),(43142,5025,'_line_subtotal','557.12'),(43143,5025,'_line_subtotal_tax','0'),(43144,5025,'_line_total','557.12'),(43145,5025,'_line_tax','0'),(43146,5025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43147,5026,'_product_id','43'),(43148,5026,'_variation_id','0'),(43149,5026,'_qty','1'),(43150,5026,'_tax_class',''),(43151,5026,'_line_subtotal','79.2'),(43152,5026,'_line_subtotal_tax','0'),(43153,5026,'_line_total','79.2'),(43154,5026,'_line_tax','0'),(43155,5026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43156,5027,'method_id','free_shipping'),(43157,5027,'instance_id','2'),(43158,5027,'cost','0.00'),(43159,5027,'total_tax','0'),(43160,5027,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43161,5027,'Items','Comb-Out Mousse(Case of 12) &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 15, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1'),(43162,5028,'_product_id','43'),(43163,5028,'_variation_id','0'),(43164,5028,'_qty','1'),(43165,5028,'_tax_class',''),(43166,5028,'_line_subtotal','79.2'),(43167,5028,'_line_subtotal_tax','0'),(43168,5028,'_line_total','79.2'),(43169,5028,'_line_tax','0'),(43170,5028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43171,5029,'_product_id','49'),(43172,5029,'_variation_id','0'),(43173,5029,'_qty','1'),(43174,5029,'_tax_class',''),(43175,5029,'_line_subtotal','79.2'),(43176,5029,'_line_subtotal_tax','0'),(43177,5029,'_line_total','79.2'),(43178,5029,'_line_tax','0'),(43179,5029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43180,5030,'_product_id','120'),(43181,5030,'_variation_id','0'),(43182,5030,'_qty','1'),(43183,5030,'_tax_class',''),(43184,5030,'_line_subtotal','52.8'),(43185,5030,'_line_subtotal_tax','0'),(43186,5030,'_line_total','52.8'),(43187,5030,'_line_tax','0'),(43188,5030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43189,5031,'_product_id','38'),(43190,5031,'_variation_id','0'),(43191,5031,'_qty','1'),(43192,5031,'_tax_class',''),(43193,5031,'_line_subtotal','278.56'),(43194,5031,'_line_subtotal_tax','0'),(43195,5031,'_line_total','278.56'),(43196,5031,'_line_tax','0'),(43197,5031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43198,5032,'_product_id','490'),(43199,5032,'_variation_id','0'),(43200,5032,'_qty','10'),(43201,5032,'_tax_class',''),(43202,5032,'_line_subtotal','227.8'),(43203,5032,'_line_subtotal_tax','0'),(43204,5032,'_line_total','227.8'),(43205,5032,'_line_tax','0'),(43206,5032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43207,5033,'method_id','free_shipping'),(43208,5033,'instance_id','2'),(43209,5033,'cost','0.00'),(43210,5033,'total_tax','0'),(43211,5033,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43212,5033,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(43213,5034,'_product_id','95'),(43214,5034,'_variation_id','0'),(43215,5034,'_qty','6'),(43216,5034,'_tax_class',''),(43217,5034,'_line_subtotal','0'),(43218,5034,'_line_subtotal_tax','0'),(43219,5034,'_line_total','0'),(43220,5034,'_line_tax','0'),(43221,5034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43222,5035,'_product_id','120'),(43223,5035,'_variation_id','0'),(43224,5035,'_qty','1'),(43225,5035,'_tax_class',''),(43226,5035,'_line_subtotal','52.8'),(43227,5035,'_line_subtotal_tax','0'),(43228,5035,'_line_total','52.8'),(43229,5035,'_line_tax','0'),(43230,5035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43231,5036,'_product_id','116'),(43232,5036,'_variation_id','0'),(43233,5036,'_qty','1'),(43234,5036,'_tax_class',''),(43235,5036,'_line_subtotal','145.44'),(43236,5036,'_line_subtotal_tax','0'),(43237,5036,'_line_total','145.44'),(43238,5036,'_line_tax','0'),(43239,5036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43240,5037,'_product_id','23'),(43241,5037,'_variation_id','0'),(43242,5037,'_qty','4'),(43243,5037,'_tax_class',''),(43244,5037,'_line_subtotal','447.36'),(43245,5037,'_line_subtotal_tax','0'),(43246,5037,'_line_total','447.36'),(43247,5037,'_line_tax','0'),(43248,5037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43249,5038,'_product_id','51'),(43250,5038,'_variation_id','0'),(43251,5038,'_qty','1'),(43252,5038,'_tax_class',''),(43253,5038,'_line_subtotal','147.84'),(43254,5038,'_line_subtotal_tax','0'),(43255,5038,'_line_total','147.84'),(43256,5038,'_line_tax','0'),(43257,5038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43258,5039,'_product_id','41'),(43259,5039,'_variation_id','0'),(43260,5039,'_qty','1'),(43261,5039,'_tax_class',''),(43262,5039,'_line_subtotal','66.48'),(43263,5039,'_line_subtotal_tax','0'),(43264,5039,'_line_total','66.48'),(43265,5039,'_line_tax','0'),(43266,5039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43267,5040,'_product_id','49'),(43268,5040,'_variation_id','0'),(43269,5040,'_qty','1'),(43270,5040,'_tax_class',''),(43271,5040,'_line_subtotal','79.2'),(43272,5040,'_line_subtotal_tax','0'),(43273,5040,'_line_total','79.2'),(43274,5040,'_line_tax','0'),(43275,5040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43276,5041,'_product_id','44'),(43277,5041,'_variation_id','0'),(43278,5041,'_qty','1'),(43279,5041,'_tax_class',''),(43280,5041,'_line_subtotal','116.16'),(43281,5041,'_line_subtotal_tax','0'),(43282,5041,'_line_total','116.16'),(43283,5041,'_line_tax','0'),(43284,5041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43285,5042,'_product_id','43'),(43286,5042,'_variation_id','0'),(43287,5042,'_qty','1'),(43288,5042,'_tax_class',''),(43289,5042,'_line_subtotal','79.2'),(43290,5042,'_line_subtotal_tax','0'),(43291,5042,'_line_total','79.2'),(43292,5042,'_line_tax','0'),(43293,5042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43294,5043,'method_id','free_shipping'),(43295,5043,'instance_id','2'),(43296,5043,'cost','0.00'),(43297,5043,'total_tax','0'),(43298,5043,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43299,5043,'Items','Bulk Active Rinse 50/50 &times; 6, Preventive Spray 2oz(Case of 24) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Active Rinse 8oz(Case of 12) &times; 4, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(43304,4998,'thwma_order_shipping_status','wc-pending'),(43305,4999,'thwma_order_shipping_status','wc-pending'),(43306,5000,'thwma_order_shipping_status','wc-pending'),(43307,4981,'thwma_order_shipping_status','wc-pending'),(43308,4982,'thwma_order_shipping_status','wc-pending'),(43309,4983,'thwma_order_shipping_status','wc-pending'),(43310,4985,'thwma_order_shipping_status','wc-pending'),(43311,4986,'thwma_order_shipping_status','wc-pending'),(43312,4987,'thwma_order_shipping_status','wc-pending'),(43313,4988,'thwma_order_shipping_status','wc-pending'),(43314,4989,'thwma_order_shipping_status','wc-pending'),(43315,4990,'thwma_order_shipping_status','wc-pending'),(43316,4991,'thwma_order_shipping_status','wc-pending'),(43317,4992,'thwma_order_shipping_status','wc-pending'),(43318,4993,'thwma_order_shipping_status','wc-pending'),(43319,5044,'_product_id','93'),(43320,5044,'_variation_id','0'),(43321,5044,'_qty','6'),(43322,5044,'_tax_class',''),(43323,5044,'_line_subtotal','0'),(43324,5044,'_line_subtotal_tax','0'),(43325,5044,'_line_total','0'),(43326,5044,'_line_tax','0'),(43327,5044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43328,5045,'method_id','fedex'),(43329,5045,'instance_id','1'),(43330,5045,'cost','13.78'),(43331,5045,'total_tax','0'),(43332,5045,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43333,5045,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(43334,5046,'_product_id','41'),(43335,5046,'_variation_id','0'),(43336,5046,'_qty','3'),(43337,5046,'_tax_class',''),(43338,5046,'_line_subtotal','199.44'),(43339,5046,'_line_subtotal_tax','0'),(43340,5046,'_line_total','199.44'),(43341,5046,'_line_tax','0'),(43342,5046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43343,5047,'_product_id','118'),(43344,5047,'_variation_id','0'),(43345,5047,'_qty','1'),(43346,5047,'_tax_class',''),(43347,5047,'_line_subtotal','184.8'),(43348,5047,'_line_subtotal_tax','0'),(43349,5047,'_line_total','184.8'),(43350,5047,'_line_tax','0'),(43351,5047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43352,5048,'_product_id','116'),(43353,5048,'_variation_id','0'),(43354,5048,'_qty','1'),(43355,5048,'_tax_class',''),(43356,5048,'_line_subtotal','145.44'),(43357,5048,'_line_subtotal_tax','0'),(43358,5048,'_line_total','145.44'),(43359,5048,'_line_tax','0'),(43360,5048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43361,5049,'_product_id','43'),(43362,5049,'_variation_id','0'),(43363,5049,'_qty','1'),(43364,5049,'_tax_class',''),(43365,5049,'_line_subtotal','79.2'),(43366,5049,'_line_subtotal_tax','0'),(43367,5049,'_line_total','79.2'),(43368,5049,'_line_tax','0'),(43369,5049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43370,5050,'_product_id','49'),(43371,5050,'_variation_id','0'),(43372,5050,'_qty','2'),(43373,5050,'_tax_class',''),(43374,5050,'_line_subtotal','158.4'),(43375,5050,'_line_subtotal_tax','0'),(43376,5050,'_line_total','158.4'),(43377,5050,'_line_tax','0'),(43378,5050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43379,5051,'_product_id','44'),(43380,5051,'_variation_id','0'),(43381,5051,'_qty','1'),(43382,5051,'_tax_class',''),(43383,5051,'_line_subtotal','116.16'),(43384,5051,'_line_subtotal_tax','0'),(43385,5051,'_line_total','116.16'),(43386,5051,'_line_tax','0'),(43387,5051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43388,5052,'_product_id','490'),(43389,5052,'_variation_id','0'),(43390,5052,'_qty','1'),(43391,5052,'_tax_class',''),(43392,5052,'_line_subtotal','22.78'),(43393,5052,'_line_subtotal_tax','0'),(43394,5052,'_line_total','22.78'),(43395,5052,'_line_tax','0'),(43396,5052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43397,5053,'_product_id','118'),(43398,5053,'_variation_id','0'),(43399,5053,'_qty','1'),(43400,5053,'_tax_class',''),(43401,5053,'_line_subtotal','184.8'),(43402,5053,'_line_subtotal_tax','0'),(43403,5053,'_line_total','184.8'),(43404,5053,'_line_tax','0'),(43405,5053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43406,5054,'_product_id','116'),(43407,5054,'_variation_id','0'),(43408,5054,'_qty','1'),(43409,5054,'_tax_class',''),(43410,5054,'_line_subtotal','145.44'),(43411,5054,'_line_subtotal_tax','0'),(43412,5054,'_line_total','145.44'),(43413,5054,'_line_tax','0'),(43414,5054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43415,5055,'_product_id','318'),(43416,5055,'_variation_id','0'),(43417,5055,'_qty','10'),(43418,5055,'_tax_class',''),(43419,5055,'_line_subtotal','30'),(43420,5055,'_line_subtotal_tax','0'),(43421,5055,'_line_total','30'),(43422,5055,'_line_tax','0'),(43423,5055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43424,5056,'method_id','free_shipping'),(43425,5056,'instance_id','2'),(43426,5056,'cost','0.00'),(43427,5056,'total_tax','0'),(43428,5056,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43429,5056,'Items','Professional Lice Comb(Case of 12) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Goomee 4 Pack &times; 10'),(43430,5057,'_product_id','93'),(43431,5057,'_variation_id','0'),(43432,5057,'_qty','10'),(43433,5057,'_tax_class',''),(43434,5057,'_line_subtotal','0'),(43435,5057,'_line_subtotal_tax','0'),(43436,5057,'_line_total','0'),(43437,5057,'_line_tax','0'),(43438,5057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43439,5058,'_product_id','95'),(43440,5058,'_variation_id','0'),(43441,5058,'_qty','4'),(43442,5058,'_tax_class',''),(43443,5058,'_line_subtotal','0'),(43444,5058,'_line_subtotal_tax','0'),(43445,5058,'_line_total','0'),(43446,5058,'_line_tax','0'),(43447,5058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43448,5059,'_product_id','43'),(43449,5059,'_variation_id','0'),(43450,5059,'_qty','2'),(43451,5059,'_tax_class',''),(43452,5059,'_line_subtotal','158.4'),(43453,5059,'_line_subtotal_tax','0'),(43454,5059,'_line_total','158.4'),(43455,5059,'_line_tax','0'),(43456,5059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43457,5060,'_product_id','41'),(43458,5060,'_variation_id','0'),(43459,5060,'_qty','9'),(43460,5060,'_tax_class',''),(43461,5060,'_line_subtotal','598.32'),(43462,5060,'_line_subtotal_tax','0'),(43463,5060,'_line_total','598.32'),(43464,5060,'_line_tax','0'),(43465,5060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43466,5061,'_product_id','38'),(43467,5061,'_variation_id','0'),(43468,5061,'_qty','3'),(43469,5061,'_tax_class',''),(43470,5061,'_line_subtotal','835.68'),(43471,5061,'_line_subtotal_tax','0'),(43472,5061,'_line_total','835.68'),(43473,5061,'_line_tax','0'),(43474,5061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43475,5062,'_product_id','45'),(43476,5062,'_variation_id','0'),(43477,5062,'_qty','1'),(43478,5062,'_tax_class',''),(43479,5062,'_line_subtotal','42.24'),(43480,5062,'_line_subtotal_tax','0'),(43481,5062,'_line_total','42.24'),(43482,5062,'_line_tax','0'),(43483,5062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43484,5063,'method_id','free_shipping'),(43485,5063,'instance_id','2'),(43486,5063,'cost','0.00'),(43487,5063,'total_tax','0'),(43488,5063,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43489,5063,'Items','Bulk Active Rinse 100% &times; 10, Bulk Active Rinse 50/50 &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 9, Active Rinse 16oz(Case of 16) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(43490,5064,'_product_id','43'),(43491,5064,'_variation_id','0'),(43492,5064,'_qty','3'),(43493,5064,'_tax_class',''),(43494,5064,'_line_subtotal','237.6'),(43495,5064,'_line_subtotal_tax','0'),(43496,5064,'_line_total','237.6'),(43497,5064,'_line_tax','0'),(43498,5064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43499,5065,'_product_id','23'),(43500,5065,'_variation_id','0'),(43501,5065,'_qty','2'),(43502,5065,'_tax_class',''),(43503,5065,'_line_subtotal','223.68'),(43504,5065,'_line_subtotal_tax','0'),(43505,5065,'_line_total','223.68'),(43506,5065,'_line_tax','0'),(43507,5065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43508,5066,'_product_id','41'),(43509,5066,'_variation_id','0'),(43510,5066,'_qty','1'),(43511,5066,'_tax_class',''),(43512,5066,'_line_subtotal','66.48'),(43513,5066,'_line_subtotal_tax','0'),(43514,5066,'_line_total','66.48'),(43515,5066,'_line_tax','0'),(43516,5066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43517,5067,'method_id','free_shipping'),(43518,5067,'instance_id','2'),(43519,5067,'cost','0.00'),(43520,5067,'total_tax','0'),(43521,5067,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43522,5067,'Items','Preventive Spray 8oz(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(43532,5034,'thwma_order_shipping_status','wc-pending'),(43533,5035,'thwma_order_shipping_status','wc-pending'),(43534,5036,'thwma_order_shipping_status','wc-pending'),(43535,5037,'thwma_order_shipping_status','wc-pending'),(43536,5038,'thwma_order_shipping_status','wc-pending'),(43537,5039,'thwma_order_shipping_status','wc-pending'),(43538,5040,'thwma_order_shipping_status','wc-pending'),(43539,5041,'thwma_order_shipping_status','wc-pending'),(43540,5042,'thwma_order_shipping_status','wc-pending'),(43541,5011,'thwma_order_shipping_status','wc-pending'),(43542,5012,'thwma_order_shipping_status','wc-pending'),(43543,5013,'thwma_order_shipping_status','wc-pending'),(43544,5014,'thwma_order_shipping_status','wc-pending'),(43545,5015,'thwma_order_shipping_status','wc-pending'),(43546,5016,'thwma_order_shipping_status','wc-pending'),(43551,4949,'thwma_order_shipping_status','wc-pending'),(43552,4950,'thwma_order_shipping_status','wc-pending'),(43555,4995,'thwma_order_shipping_status','wc-pending'),(43556,4996,'thwma_order_shipping_status','wc-pending'),(43563,5057,'thwma_order_shipping_status','wc-pending'),(43564,5058,'thwma_order_shipping_status','wc-pending'),(43565,5059,'thwma_order_shipping_status','wc-pending'),(43566,5060,'thwma_order_shipping_status','wc-pending'),(43567,5061,'thwma_order_shipping_status','wc-pending'),(43568,5062,'thwma_order_shipping_status','wc-pending'),(43573,5002,'thwma_order_shipping_status','wc-pending'),(43574,5003,'thwma_order_shipping_status','wc-pending'),(43575,5004,'thwma_order_shipping_status','wc-pending'),(43576,5005,'thwma_order_shipping_status','wc-pending'),(43577,5018,'thwma_order_shipping_status','wc-pending'),(43578,5019,'thwma_order_shipping_status','wc-pending'),(43579,5020,'thwma_order_shipping_status','wc-pending'),(43580,5021,'thwma_order_shipping_status','wc-pending'),(43581,5022,'thwma_order_shipping_status','wc-pending'),(43582,5023,'thwma_order_shipping_status','wc-pending'),(43583,5024,'thwma_order_shipping_status','wc-pending'),(43584,5025,'thwma_order_shipping_status','wc-pending'),(43585,5026,'thwma_order_shipping_status','wc-pending'),(43586,5028,'thwma_order_shipping_status','wc-pending'),(43587,5029,'thwma_order_shipping_status','wc-pending'),(43588,5030,'thwma_order_shipping_status','wc-pending'),(43589,5031,'thwma_order_shipping_status','wc-pending'),(43590,5032,'thwma_order_shipping_status','wc-pending'),(43591,5068,'_product_id','51'),(43592,5068,'_variation_id','0'),(43593,5068,'_qty','1'),(43594,5068,'_tax_class',''),(43595,5068,'_line_subtotal','147.84'),(43596,5068,'_line_subtotal_tax','0'),(43597,5068,'_line_total','147.84'),(43598,5068,'_line_tax','0'),(43599,5068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43600,5069,'_product_id','45'),(43601,5069,'_variation_id','0'),(43602,5069,'_qty','1'),(43603,5069,'_tax_class',''),(43604,5069,'_line_subtotal','42.24'),(43605,5069,'_line_subtotal_tax','0'),(43606,5069,'_line_total','42.24'),(43607,5069,'_line_tax','0'),(43608,5069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43609,5070,'_product_id','120'),(43610,5070,'_variation_id','0'),(43611,5070,'_qty','1'),(43612,5070,'_tax_class',''),(43613,5070,'_line_subtotal','52.8'),(43614,5070,'_line_subtotal_tax','0'),(43615,5070,'_line_total','52.8'),(43616,5070,'_line_tax','0'),(43617,5070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43618,5071,'_product_id','23'),(43619,5071,'_variation_id','0'),(43620,5071,'_qty','1'),(43621,5071,'_tax_class',''),(43622,5071,'_line_subtotal','111.84'),(43623,5071,'_line_subtotal_tax','0'),(43624,5071,'_line_total','111.84'),(43625,5071,'_line_tax','0'),(43626,5071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43627,5072,'_product_id','118'),(43628,5072,'_variation_id','0'),(43629,5072,'_qty','1'),(43630,5072,'_tax_class',''),(43631,5072,'_line_subtotal','184.8'),(43632,5072,'_line_subtotal_tax','0'),(43633,5072,'_line_total','184.8'),(43634,5072,'_line_tax','0'),(43635,5072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43636,5073,'method_id','free_shipping'),(43637,5073,'instance_id','2'),(43638,5073,'cost','0.00'),(43639,5073,'total_tax','0'),(43640,5073,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43641,5073,'Items','Urgent Care Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(43642,5074,'_product_id','490'),(43643,5074,'_variation_id','0'),(43644,5074,'_qty','10'),(43645,5074,'_tax_class',''),(43646,5074,'_line_subtotal','227.8'),(43647,5074,'_line_subtotal_tax','0'),(43648,5074,'_line_total','227.8'),(43649,5074,'_line_tax','0'),(43650,5074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43651,5075,'_product_id','43'),(43652,5075,'_variation_id','0'),(43653,5075,'_qty','1'),(43654,5075,'_tax_class',''),(43655,5075,'_line_subtotal','79.2'),(43656,5075,'_line_subtotal_tax','0'),(43657,5075,'_line_total','79.2'),(43658,5075,'_line_tax','0'),(43659,5075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43660,5076,'_product_id','41'),(43661,5076,'_variation_id','0'),(43662,5076,'_qty','10'),(43663,5076,'_tax_class',''),(43664,5076,'_line_subtotal','664.8'),(43665,5076,'_line_subtotal_tax','0'),(43666,5076,'_line_total','664.8'),(43667,5076,'_line_tax','0'),(43668,5076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43669,5077,'_product_id','45'),(43670,5077,'_variation_id','0'),(43671,5077,'_qty','1'),(43672,5077,'_tax_class',''),(43673,5077,'_line_subtotal','42.24'),(43674,5077,'_line_subtotal_tax','0'),(43675,5077,'_line_total','42.24'),(43676,5077,'_line_tax','0'),(43677,5077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43678,5078,'_product_id','38'),(43679,5078,'_variation_id','0'),(43680,5078,'_qty','2'),(43681,5078,'_tax_class',''),(43682,5078,'_line_subtotal','557.12'),(43683,5078,'_line_subtotal_tax','0'),(43684,5078,'_line_total','557.12'),(43685,5078,'_line_tax','0'),(43686,5078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43687,5079,'_product_id','38'),(43688,5079,'_variation_id','0'),(43689,5079,'_qty','1'),(43690,5079,'_tax_class',''),(43691,5079,'_line_subtotal','278.56'),(43692,5079,'_line_subtotal_tax','0'),(43693,5079,'_line_total','278.56'),(43694,5079,'_line_tax','0'),(43695,5079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43696,5080,'method_id','free_shipping'),(43697,5080,'instance_id','2'),(43698,5080,'cost','0.00'),(43699,5080,'total_tax','0'),(43700,5080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43701,5080,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(43702,5068,'thwma_order_shipping_status','wc-pending'),(43703,5069,'thwma_order_shipping_status','wc-pending'),(43704,5070,'thwma_order_shipping_status','wc-pending'),(43705,5071,'thwma_order_shipping_status','wc-pending'),(43706,5072,'thwma_order_shipping_status','wc-pending'),(43707,5064,'thwma_order_shipping_status','wc-pending'),(43708,5065,'thwma_order_shipping_status','wc-pending'),(43709,5066,'thwma_order_shipping_status','wc-pending'),(43710,5074,'thwma_order_shipping_status','wc-pending'),(43711,5075,'thwma_order_shipping_status','wc-pending'),(43712,5076,'thwma_order_shipping_status','wc-pending'),(43713,5077,'thwma_order_shipping_status','wc-pending'),(43714,5078,'thwma_order_shipping_status','wc-pending'),(43715,5079,'thwma_order_shipping_status','wc-pending'),(43716,5081,'_product_id','41'),(43717,5081,'_variation_id','0'),(43718,5081,'_qty','1'),(43719,5081,'_tax_class',''),(43720,5081,'_line_subtotal','66.48'),(43721,5081,'_line_subtotal_tax','0'),(43722,5081,'_line_total','66.48'),(43723,5081,'_line_tax','0'),(43724,5081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43725,5082,'_product_id','490'),(43726,5082,'_variation_id','0'),(43727,5082,'_qty','5'),(43728,5082,'_tax_class',''),(43729,5082,'_line_subtotal','113.9'),(43730,5082,'_line_subtotal_tax','0'),(43731,5082,'_line_total','113.9'),(43732,5082,'_line_tax','0'),(43733,5082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43734,5083,'_product_id','488'),(43735,5083,'_variation_id','0'),(43736,5083,'_qty','1'),(43737,5083,'_tax_class',''),(43738,5083,'_line_subtotal','31.35'),(43739,5083,'_line_subtotal_tax','0'),(43740,5083,'_line_total','31.35'),(43741,5083,'_line_tax','0'),(43742,5083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43743,5084,'_product_id','38'),(43744,5084,'_variation_id','0'),(43745,5084,'_qty','2'),(43746,5084,'_tax_class',''),(43747,5084,'_line_subtotal','557.12'),(43748,5084,'_line_subtotal_tax','0'),(43749,5084,'_line_total','557.12'),(43750,5084,'_line_tax','0'),(43751,5084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43752,5085,'_product_id','23'),(43753,5085,'_variation_id','0'),(43754,5085,'_qty','4'),(43755,5085,'_tax_class',''),(43756,5085,'_line_subtotal','447.36'),(43757,5085,'_line_subtotal_tax','0'),(43758,5085,'_line_total','447.36'),(43759,5085,'_line_tax','0'),(43760,5085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43761,5086,'method_id','free_shipping'),(43762,5086,'instance_id','2'),(43763,5086,'cost','0.00'),(43764,5086,'total_tax','0'),(43765,5086,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43766,5086,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 4'),(43767,5081,'thwma_order_shipping_status','wc-pending'),(43768,5082,'thwma_order_shipping_status','wc-pending'),(43769,5083,'thwma_order_shipping_status','wc-pending'),(43770,5084,'thwma_order_shipping_status','wc-pending'),(43771,5085,'thwma_order_shipping_status','wc-pending'),(43772,5087,'_product_id','23'),(43773,5087,'_variation_id','0'),(43774,5087,'_qty','1'),(43775,5087,'_tax_class',''),(43776,5087,'_line_subtotal','111.84'),(43777,5087,'_line_subtotal_tax','0'),(43778,5087,'_line_total','111.84'),(43779,5087,'_line_tax','0'),(43780,5087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43781,5088,'_product_id','38'),(43782,5088,'_variation_id','0'),(43783,5088,'_qty','1'),(43784,5088,'_tax_class',''),(43785,5088,'_line_subtotal','278.56'),(43786,5088,'_line_subtotal_tax','0'),(43787,5088,'_line_total','278.56'),(43788,5088,'_line_tax','0'),(43789,5088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43790,5089,'_product_id','49'),(43791,5089,'_variation_id','0'),(43792,5089,'_qty','1'),(43793,5089,'_tax_class',''),(43794,5089,'_line_subtotal','79.2'),(43795,5089,'_line_subtotal_tax','0'),(43796,5089,'_line_total','79.2'),(43797,5089,'_line_tax','0'),(43798,5089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43799,5090,'_product_id','43'),(43800,5090,'_variation_id','0'),(43801,5090,'_qty','1'),(43802,5090,'_tax_class',''),(43803,5090,'_line_subtotal','79.2'),(43804,5090,'_line_subtotal_tax','0'),(43805,5090,'_line_total','79.2'),(43806,5090,'_line_tax','0'),(43807,5090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43808,5091,'_product_id','131'),(43809,5091,'_variation_id','0'),(43810,5091,'_qty','2'),(43811,5091,'_tax_class',''),(43812,5091,'_line_subtotal','25.3'),(43813,5091,'_line_subtotal_tax','0'),(43814,5091,'_line_total','25.3'),(43815,5091,'_line_tax','0'),(43816,5091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43817,5092,'method_id','free_shipping'),(43818,5092,'instance_id','2'),(43819,5092,'cost','0.00'),(43820,5092,'total_tax','0'),(43821,5092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43822,5092,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Disposable Capes &times; 2'),(43823,5087,'thwma_order_shipping_status','wc-pending'),(43824,5088,'thwma_order_shipping_status','wc-pending'),(43825,5089,'thwma_order_shipping_status','wc-pending'),(43826,5090,'thwma_order_shipping_status','wc-pending'),(43827,5091,'thwma_order_shipping_status','wc-pending'),(43945,5107,'_product_id','23'),(43946,5107,'_variation_id','0'),(43947,5107,'_qty','2'),(43948,5107,'_tax_class',''),(43949,5107,'_line_subtotal','223.68'),(43950,5107,'_line_subtotal_tax','0'),(43951,5107,'_line_total','223.68'),(43952,5107,'_line_tax','0'),(43953,5107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43954,5108,'_product_id','38'),(43955,5108,'_variation_id','0'),(43956,5108,'_qty','2'),(43957,5108,'_tax_class',''),(43958,5108,'_line_subtotal','557.12'),(43959,5108,'_line_subtotal_tax','0'),(43960,5108,'_line_total','557.12'),(43961,5108,'_line_tax','0'),(43962,5108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43963,5109,'_product_id','120'),(43964,5109,'_variation_id','0'),(43965,5109,'_qty','1'),(43966,5109,'_tax_class',''),(43967,5109,'_line_subtotal','52.8'),(43968,5109,'_line_subtotal_tax','0'),(43969,5109,'_line_total','52.8'),(43970,5109,'_line_tax','0'),(43971,5109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43972,5110,'_product_id','41'),(43973,5110,'_variation_id','0'),(43974,5110,'_qty','4'),(43975,5110,'_tax_class',''),(43976,5110,'_line_subtotal','265.92'),(43977,5110,'_line_subtotal_tax','0'),(43978,5110,'_line_total','265.92'),(43979,5110,'_line_tax','0'),(43980,5110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43981,5111,'_product_id','490'),(43982,5111,'_variation_id','0'),(43983,5111,'_qty','20'),(43984,5111,'_tax_class',''),(43985,5111,'_line_subtotal','455.6'),(43986,5111,'_line_subtotal_tax','0'),(43987,5111,'_line_total','455.6'),(43988,5111,'_line_tax','0'),(43989,5111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(43990,5112,'method_id','free_shipping'),(43991,5112,'instance_id','2'),(43992,5112,'cost','0.00'),(43993,5112,'total_tax','0'),(43994,5112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(43995,5112,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 20'),(43996,5107,'thwma_order_shipping_status','wc-pending'),(43997,5108,'thwma_order_shipping_status','wc-pending'),(43998,5109,'thwma_order_shipping_status','wc-pending'),(43999,5110,'thwma_order_shipping_status','wc-pending'),(44000,5111,'thwma_order_shipping_status','wc-pending'),(44001,5046,'thwma_order_shipping_status','wc-pending'),(44002,5047,'thwma_order_shipping_status','wc-pending'),(44003,5048,'thwma_order_shipping_status','wc-pending'),(44004,5049,'thwma_order_shipping_status','wc-pending'),(44005,5050,'thwma_order_shipping_status','wc-pending'),(44006,5051,'thwma_order_shipping_status','wc-pending'),(44007,5052,'thwma_order_shipping_status','wc-pending'),(44008,5053,'thwma_order_shipping_status','wc-pending'),(44009,5054,'thwma_order_shipping_status','wc-pending'),(44010,5055,'thwma_order_shipping_status','wc-pending'),(44044,5117,'_product_id','487'),(44045,5117,'_variation_id','0'),(44046,5117,'_qty','2'),(44047,5117,'_tax_class',''),(44048,5117,'_line_subtotal','62.7'),(44049,5117,'_line_subtotal_tax','0'),(44050,5117,'_line_total','62.7'),(44051,5117,'_line_tax','0'),(44052,5117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44053,5118,'_product_id','490'),(44054,5118,'_variation_id','0'),(44055,5118,'_qty','10'),(44056,5118,'_tax_class',''),(44057,5118,'_line_subtotal','227.8'),(44058,5118,'_line_subtotal_tax','0'),(44059,5118,'_line_total','227.8'),(44060,5118,'_line_tax','0'),(44061,5118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44062,5119,'_product_id','38'),(44063,5119,'_variation_id','0'),(44064,5119,'_qty','1'),(44065,5119,'_tax_class',''),(44066,5119,'_line_subtotal','278.56'),(44067,5119,'_line_subtotal_tax','0'),(44068,5119,'_line_total','278.56'),(44069,5119,'_line_tax','0'),(44070,5119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44071,5120,'method_id','free_shipping'),(44072,5120,'instance_id','2'),(44073,5120,'cost','0.00'),(44074,5120,'total_tax','0'),(44075,5120,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44076,5120,'Items','Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(44110,5125,'_product_id','120'),(44111,5125,'_variation_id','0'),(44112,5125,'_qty','1'),(44113,5125,'_tax_class',''),(44114,5125,'_line_subtotal','52.8'),(44115,5125,'_line_subtotal_tax','0'),(44116,5125,'_line_total','52.8'),(44117,5125,'_line_tax','0'),(44118,5125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44119,5126,'_product_id','490'),(44120,5126,'_variation_id','0'),(44121,5126,'_qty','8'),(44122,5126,'_tax_class',''),(44123,5126,'_line_subtotal','182.24'),(44124,5126,'_line_subtotal_tax','0'),(44125,5126,'_line_total','182.24'),(44126,5126,'_line_tax','0'),(44127,5126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44128,5127,'_product_id','41'),(44129,5127,'_variation_id','0'),(44130,5127,'_qty','2'),(44131,5127,'_tax_class',''),(44132,5127,'_line_subtotal','132.96'),(44133,5127,'_line_subtotal_tax','0'),(44134,5127,'_line_total','132.96'),(44135,5127,'_line_tax','0'),(44136,5127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44137,5128,'_product_id','23'),(44138,5128,'_variation_id','0'),(44139,5128,'_qty','1'),(44140,5128,'_tax_class',''),(44141,5128,'_line_subtotal','111.84'),(44142,5128,'_line_subtotal_tax','0'),(44143,5128,'_line_total','111.84'),(44144,5128,'_line_tax','0'),(44145,5128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44146,5129,'_product_id','45'),(44147,5129,'_variation_id','0'),(44148,5129,'_qty','1'),(44149,5129,'_tax_class',''),(44150,5129,'_line_subtotal','42.24'),(44151,5129,'_line_subtotal_tax','0'),(44152,5129,'_line_total','42.24'),(44153,5129,'_line_tax','0'),(44154,5129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44155,5130,'method_id','free_shipping'),(44156,5130,'instance_id','2'),(44157,5130,'cost','0.00'),(44158,5130,'total_tax','0'),(44159,5130,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44160,5130,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(44161,5131,'_product_id','23'),(44162,5131,'_variation_id','0'),(44163,5131,'_qty','2'),(44164,5131,'_tax_class',''),(44165,5131,'_line_subtotal','223.68'),(44166,5131,'_line_subtotal_tax','0'),(44167,5131,'_line_total','223.68'),(44168,5131,'_line_tax','0'),(44169,5131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44170,5132,'_product_id','38'),(44171,5132,'_variation_id','0'),(44172,5132,'_qty','1'),(44173,5132,'_tax_class',''),(44174,5132,'_line_subtotal','278.56'),(44175,5132,'_line_subtotal_tax','0'),(44176,5132,'_line_total','278.56'),(44177,5132,'_line_tax','0'),(44178,5132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44179,5133,'method_id','free_shipping'),(44180,5133,'instance_id','2'),(44181,5133,'cost','0.00'),(44182,5133,'total_tax','0'),(44183,5133,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44184,5133,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(44185,5131,'thwma_order_shipping_status','wc-pending'),(44186,5132,'thwma_order_shipping_status','wc-pending'),(44187,5117,'thwma_order_shipping_status','wc-pending'),(44188,5118,'thwma_order_shipping_status','wc-pending'),(44189,5119,'thwma_order_shipping_status','wc-pending'),(44190,5125,'thwma_order_shipping_status','wc-pending'),(44191,5126,'thwma_order_shipping_status','wc-pending'),(44192,5127,'thwma_order_shipping_status','wc-pending'),(44193,5128,'thwma_order_shipping_status','wc-pending'),(44194,5129,'thwma_order_shipping_status','wc-pending'),(44195,4942,'thwma_order_shipping_status','wc-pending'),(44196,4943,'thwma_order_shipping_status','wc-pending'),(44197,5134,'_product_id','23'),(44198,5134,'_variation_id','0'),(44199,5134,'_qty','3'),(44200,5134,'_tax_class',''),(44201,5134,'_line_subtotal','335.52'),(44202,5134,'_line_subtotal_tax','0'),(44203,5134,'_line_total','335.52'),(44204,5134,'_line_tax','0'),(44205,5134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44206,5135,'_product_id','38'),(44207,5135,'_variation_id','0'),(44208,5135,'_qty','1'),(44209,5135,'_tax_class',''),(44210,5135,'_line_subtotal','278.56'),(44211,5135,'_line_subtotal_tax','0'),(44212,5135,'_line_total','278.56'),(44213,5135,'_line_tax','0'),(44214,5135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44215,5136,'_product_id','45'),(44216,5136,'_variation_id','0'),(44217,5136,'_qty','3'),(44218,5136,'_tax_class',''),(44219,5136,'_line_subtotal','126.72'),(44220,5136,'_line_subtotal_tax','0'),(44221,5136,'_line_total','126.72'),(44222,5136,'_line_tax','0'),(44223,5136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44224,5137,'_product_id','41'),(44225,5137,'_variation_id','0'),(44226,5137,'_qty','3'),(44227,5137,'_tax_class',''),(44228,5137,'_line_subtotal','199.44'),(44229,5137,'_line_subtotal_tax','0'),(44230,5137,'_line_total','199.44'),(44231,5137,'_line_tax','0'),(44232,5137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44233,5138,'_product_id','44'),(44234,5138,'_variation_id','0'),(44235,5138,'_qty','3'),(44236,5138,'_tax_class',''),(44237,5138,'_line_subtotal','348.48'),(44238,5138,'_line_subtotal_tax','0'),(44239,5138,'_line_total','348.48'),(44240,5138,'_line_tax','0'),(44241,5138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44242,5139,'_product_id','49'),(44243,5139,'_variation_id','0'),(44244,5139,'_qty','1'),(44245,5139,'_tax_class',''),(44246,5139,'_line_subtotal','79.2'),(44247,5139,'_line_subtotal_tax','0'),(44248,5139,'_line_total','79.2'),(44249,5139,'_line_tax','0'),(44250,5139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44251,5140,'_product_id','133'),(44252,5140,'_variation_id','0'),(44253,5140,'_qty','3'),(44254,5140,'_tax_class',''),(44255,5140,'_line_subtotal','42.9'),(44256,5140,'_line_subtotal_tax','0'),(44257,5140,'_line_total','42.9'),(44258,5140,'_line_tax','0'),(44259,5140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44260,5141,'_product_id','318'),(44261,5141,'_variation_id','0'),(44262,5141,'_qty','10'),(44263,5141,'_tax_class',''),(44264,5141,'_line_subtotal','30'),(44265,5141,'_line_subtotal_tax','0'),(44266,5141,'_line_total','30'),(44267,5141,'_line_tax','0'),(44268,5141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44269,5142,'method_id','free_shipping'),(44270,5142,'instance_id','2'),(44271,5142,'cost','0.00'),(44272,5142,'total_tax','0'),(44273,5142,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44274,5142,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 3, Goomee 4 Pack &times; 10'),(44275,5143,'_product_id','38'),(44276,5143,'_variation_id','0'),(44277,5143,'_qty','1'),(44278,5143,'_tax_class',''),(44279,5143,'_line_subtotal','278.56'),(44280,5143,'_line_subtotal_tax','0'),(44281,5143,'_line_total','278.56'),(44282,5143,'_line_tax','0'),(44283,5143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44284,5144,'_product_id','23'),(44285,5144,'_variation_id','0'),(44286,5144,'_qty','1'),(44287,5144,'_tax_class',''),(44288,5144,'_line_subtotal','111.84'),(44289,5144,'_line_subtotal_tax','0'),(44290,5144,'_line_total','111.84'),(44291,5144,'_line_tax','0'),(44292,5144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44293,5145,'_product_id','41'),(44294,5145,'_variation_id','0'),(44295,5145,'_qty','2'),(44296,5145,'_tax_class',''),(44297,5145,'_line_subtotal','132.96'),(44298,5145,'_line_subtotal_tax','0'),(44299,5145,'_line_total','132.96'),(44300,5145,'_line_tax','0'),(44301,5145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44302,5146,'method_id','free_shipping'),(44303,5146,'instance_id','2'),(44304,5146,'cost','0.00'),(44305,5146,'total_tax','0'),(44306,5146,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44307,5146,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(44308,5147,'_product_id','490'),(44309,5147,'_variation_id','0'),(44310,5147,'_qty','3'),(44311,5147,'_tax_class',''),(44312,5147,'_line_subtotal','68.34'),(44313,5147,'_line_subtotal_tax','0'),(44314,5147,'_line_total','68.34'),(44315,5147,'_line_tax','0'),(44316,5147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44317,5148,'_product_id','488'),(44318,5148,'_variation_id','0'),(44319,5148,'_qty','1'),(44320,5148,'_tax_class',''),(44321,5148,'_line_subtotal','31.35'),(44322,5148,'_line_subtotal_tax','0'),(44323,5148,'_line_total','31.35'),(44324,5148,'_line_tax','0'),(44325,5148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44326,5149,'_product_id','39'),(44327,5149,'_variation_id','0'),(44328,5149,'_qty','1'),(44329,5149,'_tax_class',''),(44330,5149,'_line_subtotal','79.2'),(44331,5149,'_line_subtotal_tax','0'),(44332,5149,'_line_total','79.2'),(44333,5149,'_line_tax','0'),(44334,5149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44335,5150,'_product_id','45'),(44336,5150,'_variation_id','0'),(44337,5150,'_qty','1'),(44338,5150,'_tax_class',''),(44339,5150,'_line_subtotal','42.24'),(44340,5150,'_line_subtotal_tax','0'),(44341,5150,'_line_total','42.24'),(44342,5150,'_line_tax','0'),(44343,5150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44344,5151,'method_id','fedex'),(44345,5151,'instance_id','1'),(44346,5151,'cost','24.61'),(44347,5151,'total_tax','0'),(44348,5151,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44349,5151,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(44350,5152,'_product_id','41'),(44351,5152,'_variation_id','0'),(44352,5152,'_qty','4'),(44353,5152,'_tax_class',''),(44354,5152,'_line_subtotal','265.92'),(44355,5152,'_line_subtotal_tax','0'),(44356,5152,'_line_total','265.92'),(44357,5152,'_line_tax','0'),(44358,5152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44359,5153,'method_id','fedex'),(44360,5153,'instance_id','1'),(44361,5153,'cost','15.80'),(44362,5153,'total_tax','0'),(44363,5153,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44364,5153,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(44365,5154,'_product_id','41'),(44366,5154,'_variation_id','0'),(44367,5154,'_qty','1'),(44368,5154,'_tax_class',''),(44369,5154,'_line_subtotal','66.48'),(44370,5154,'_line_subtotal_tax','0'),(44371,5154,'_line_total','66.48'),(44372,5154,'_line_tax','0'),(44373,5154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44374,5155,'_product_id','49'),(44375,5155,'_variation_id','0'),(44376,5155,'_qty','2'),(44377,5155,'_tax_class',''),(44378,5155,'_line_subtotal','158.4'),(44379,5155,'_line_subtotal_tax','0'),(44380,5155,'_line_total','158.4'),(44381,5155,'_line_tax','0'),(44382,5155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44383,5156,'_product_id','43'),(44384,5156,'_variation_id','0'),(44385,5156,'_qty','2'),(44386,5156,'_tax_class',''),(44387,5156,'_line_subtotal','158.4'),(44388,5156,'_line_subtotal_tax','0'),(44389,5156,'_line_total','158.4'),(44390,5156,'_line_tax','0'),(44391,5156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44392,5157,'_product_id','95'),(44393,5157,'_variation_id','0'),(44394,5157,'_qty','10'),(44395,5157,'_tax_class',''),(44396,5157,'_line_subtotal','0'),(44397,5157,'_line_subtotal_tax','0'),(44398,5157,'_line_total','0'),(44399,5157,'_line_tax','0'),(44400,5157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44401,5158,'_product_id','99'),(44402,5158,'_variation_id','0'),(44403,5158,'_qty','2'),(44404,5158,'_tax_class',''),(44405,5158,'_line_subtotal','0'),(44406,5158,'_line_subtotal_tax','0'),(44407,5158,'_line_total','0'),(44408,5158,'_line_tax','0'),(44409,5158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44410,5159,'_product_id','23'),(44411,5159,'_variation_id','0'),(44412,5159,'_qty','1'),(44413,5159,'_tax_class',''),(44414,5159,'_line_subtotal','111.84'),(44415,5159,'_line_subtotal_tax','0'),(44416,5159,'_line_total','111.84'),(44417,5159,'_line_tax','0'),(44418,5159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44419,5160,'method_id','fedex'),(44420,5160,'instance_id','1'),(44421,5160,'cost','59.07'),(44422,5160,'total_tax','0'),(44423,5160,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44424,5160,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(44425,5160,'Package 2','17 × 14 × 10 (in) 40lbs × 1'),(44432,5154,'thwma_order_shipping_status','wc-pending'),(44433,5155,'thwma_order_shipping_status','wc-pending'),(44434,5156,'thwma_order_shipping_status','wc-pending'),(44435,5157,'thwma_order_shipping_status','wc-pending'),(44436,5158,'thwma_order_shipping_status','wc-pending'),(44437,5159,'thwma_order_shipping_status','wc-pending'),(44442,5147,'thwma_order_shipping_status','wc-pending'),(44443,5148,'thwma_order_shipping_status','wc-pending'),(44444,5149,'thwma_order_shipping_status','wc-pending'),(44445,5150,'thwma_order_shipping_status','wc-pending'),(44446,5134,'thwma_order_shipping_status','wc-pending'),(44447,5135,'thwma_order_shipping_status','wc-pending'),(44448,5136,'thwma_order_shipping_status','wc-pending'),(44449,5137,'thwma_order_shipping_status','wc-pending'),(44450,5138,'thwma_order_shipping_status','wc-pending'),(44451,5139,'thwma_order_shipping_status','wc-pending'),(44452,5140,'thwma_order_shipping_status','wc-pending'),(44453,5141,'thwma_order_shipping_status','wc-pending'),(44487,5165,'_product_id','23'),(44488,5165,'_variation_id','0'),(44489,5165,'_qty','2'),(44490,5165,'_tax_class',''),(44491,5165,'_line_subtotal','223.68'),(44492,5165,'_line_subtotal_tax','0'),(44493,5165,'_line_total','223.68'),(44494,5165,'_line_tax','0'),(44495,5165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44496,5166,'_product_id','51'),(44497,5166,'_variation_id','0'),(44498,5166,'_qty','1'),(44499,5166,'_tax_class',''),(44500,5166,'_line_subtotal','147.84'),(44501,5166,'_line_subtotal_tax','0'),(44502,5166,'_line_total','147.84'),(44503,5166,'_line_tax','0'),(44504,5166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44505,5167,'_product_id','120'),(44506,5167,'_variation_id','0'),(44507,5167,'_qty','1'),(44508,5167,'_tax_class',''),(44509,5167,'_line_subtotal','52.8'),(44510,5167,'_line_subtotal_tax','0'),(44511,5167,'_line_total','52.8'),(44512,5167,'_line_tax','0'),(44513,5167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44514,5168,'_product_id','490'),(44515,5168,'_variation_id','0'),(44516,5168,'_qty','20'),(44517,5168,'_tax_class',''),(44518,5168,'_line_subtotal','455.6'),(44519,5168,'_line_subtotal_tax','0'),(44520,5168,'_line_total','455.6'),(44521,5168,'_line_tax','0'),(44522,5168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44523,5169,'_product_id','487'),(44524,5169,'_variation_id','0'),(44525,5169,'_qty','2'),(44526,5169,'_tax_class',''),(44527,5169,'_line_subtotal','62.7'),(44528,5169,'_line_subtotal_tax','0'),(44529,5169,'_line_total','62.7'),(44530,5169,'_line_tax','0'),(44531,5169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44532,5170,'method_id','free_shipping'),(44533,5170,'instance_id','2'),(44534,5170,'cost','0.00'),(44535,5170,'total_tax','0'),(44536,5170,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44537,5170,'Items','Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 2'),(44538,5171,'_product_id','490'),(44539,5171,'_variation_id','0'),(44540,5171,'_qty','30'),(44541,5171,'_tax_class',''),(44542,5171,'_line_subtotal','683.4'),(44543,5171,'_line_subtotal_tax','0'),(44544,5171,'_line_total','683.4'),(44545,5171,'_line_tax','0'),(44546,5171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44547,5172,'method_id','free_shipping'),(44548,5172,'instance_id','2'),(44549,5172,'cost','0.00'),(44550,5172,'total_tax','0'),(44551,5172,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44552,5172,'Items','Bulk Active Rinse 100% RM &times; 30'),(44553,5173,'_product_id','23'),(44554,5173,'_variation_id','0'),(44555,5173,'_qty','2'),(44556,5173,'_tax_class',''),(44557,5173,'_line_subtotal','223.68'),(44558,5173,'_line_subtotal_tax','0'),(44559,5173,'_line_total','223.68'),(44560,5173,'_line_tax','0'),(44561,5173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44562,5174,'_product_id','51'),(44563,5174,'_variation_id','0'),(44564,5174,'_qty','1'),(44565,5174,'_tax_class',''),(44566,5174,'_line_subtotal','147.84'),(44567,5174,'_line_subtotal_tax','0'),(44568,5174,'_line_total','147.84'),(44569,5174,'_line_tax','0'),(44570,5174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44571,5175,'_product_id','120'),(44572,5175,'_variation_id','0'),(44573,5175,'_qty','1'),(44574,5175,'_tax_class',''),(44575,5175,'_line_subtotal','52.8'),(44576,5175,'_line_subtotal_tax','0'),(44577,5175,'_line_total','52.8'),(44578,5175,'_line_tax','0'),(44579,5175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44580,5176,'_product_id','490'),(44581,5176,'_variation_id','0'),(44582,5176,'_qty','20'),(44583,5176,'_tax_class',''),(44584,5176,'_line_subtotal','455.6'),(44585,5176,'_line_subtotal_tax','0'),(44586,5176,'_line_total','455.6'),(44587,5176,'_line_tax','0'),(44588,5176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44589,5177,'_product_id','487'),(44590,5177,'_variation_id','0'),(44591,5177,'_qty','2'),(44592,5177,'_tax_class',''),(44593,5177,'_line_subtotal','62.7'),(44594,5177,'_line_subtotal_tax','0'),(44595,5177,'_line_total','62.7'),(44596,5177,'_line_tax','0'),(44597,5177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44598,5178,'method_id','free_shipping'),(44599,5178,'instance_id','2'),(44600,5178,'cost','0.00'),(44601,5178,'total_tax','0'),(44602,5178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44603,5178,'Items','Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 2'),(44604,5179,'_product_id','42'),(44605,5179,'_variation_id','0'),(44606,5179,'_qty','1'),(44607,5179,'_tax_class',''),(44608,5179,'_line_subtotal','79.2'),(44609,5179,'_line_subtotal_tax','0'),(44610,5179,'_line_total','79.2'),(44611,5179,'_line_tax','0'),(44612,5179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44613,5180,'_product_id','23'),(44614,5180,'_variation_id','0'),(44615,5180,'_qty','2'),(44616,5180,'_tax_class',''),(44617,5180,'_line_subtotal','223.68'),(44618,5180,'_line_subtotal_tax','0'),(44619,5180,'_line_total','223.68'),(44620,5180,'_line_tax','0'),(44621,5180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44622,5181,'_product_id','51'),(44623,5181,'_variation_id','0'),(44624,5181,'_qty','1'),(44625,5181,'_tax_class',''),(44626,5181,'_line_subtotal','147.84'),(44627,5181,'_line_subtotal_tax','0'),(44628,5181,'_line_total','147.84'),(44629,5181,'_line_tax','0'),(44630,5181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44631,5182,'_product_id','43'),(44632,5182,'_variation_id','0'),(44633,5182,'_qty','2'),(44634,5182,'_tax_class',''),(44635,5182,'_line_subtotal','158.4'),(44636,5182,'_line_subtotal_tax','0'),(44637,5182,'_line_total','158.4'),(44638,5182,'_line_tax','0'),(44639,5182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44640,5183,'method_id','free_shipping'),(44641,5183,'instance_id','2'),(44642,5183,'cost','0.00'),(44643,5183,'total_tax','0'),(44644,5183,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44645,5183,'Items','Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(44688,5189,'_product_id','23'),(44689,5189,'_variation_id','0'),(44690,5189,'_qty','1'),(44691,5189,'_tax_class',''),(44692,5189,'_line_subtotal','111.84'),(44693,5189,'_line_subtotal_tax','0'),(44694,5189,'_line_total','111.84'),(44695,5189,'_line_tax','0'),(44696,5189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44697,5190,'_product_id','41'),(44698,5190,'_variation_id','0'),(44699,5190,'_qty','1'),(44700,5190,'_tax_class',''),(44701,5190,'_line_subtotal','66.48'),(44702,5190,'_line_subtotal_tax','0'),(44703,5190,'_line_total','66.48'),(44704,5190,'_line_tax','0'),(44705,5190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44706,5191,'_product_id','49'),(44707,5191,'_variation_id','0'),(44708,5191,'_qty','1'),(44709,5191,'_tax_class',''),(44710,5191,'_line_subtotal','79.2'),(44711,5191,'_line_subtotal_tax','0'),(44712,5191,'_line_total','79.2'),(44713,5191,'_line_tax','0'),(44714,5191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44715,5192,'_product_id','43'),(44716,5192,'_variation_id','0'),(44717,5192,'_qty','1'),(44718,5192,'_tax_class',''),(44719,5192,'_line_subtotal','79.2'),(44720,5192,'_line_subtotal_tax','0'),(44721,5192,'_line_total','79.2'),(44722,5192,'_line_tax','0'),(44723,5192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44724,5193,'_product_id','489'),(44725,5193,'_variation_id','0'),(44726,5193,'_qty','10'),(44727,5193,'_tax_class',''),(44728,5193,'_line_subtotal','194.3'),(44729,5193,'_line_subtotal_tax','0'),(44730,5193,'_line_total','194.3'),(44731,5193,'_line_tax','0'),(44732,5193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44733,5194,'_product_id','487'),(44734,5194,'_variation_id','0'),(44735,5194,'_qty','2'),(44736,5194,'_tax_class',''),(44737,5194,'_line_subtotal','62.7'),(44738,5194,'_line_subtotal_tax','0'),(44739,5194,'_line_total','62.7'),(44740,5194,'_line_tax','0'),(44741,5194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44742,5195,'method_id','free_shipping'),(44743,5195,'instance_id','2'),(44744,5195,'cost','0.00'),(44745,5195,'total_tax','0'),(44746,5195,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44747,5195,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(44748,5196,'_product_id','95'),(44749,5196,'_variation_id','0'),(44750,5196,'_qty','10'),(44751,5196,'_tax_class',''),(44752,5196,'_line_subtotal','0'),(44753,5196,'_line_subtotal_tax','0'),(44754,5196,'_line_total','0'),(44755,5196,'_line_tax','0'),(44756,5196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44757,5197,'_product_id','133'),(44758,5197,'_variation_id','0'),(44759,5197,'_qty','4'),(44760,5197,'_tax_class',''),(44761,5197,'_line_subtotal','57.2'),(44762,5197,'_line_subtotal_tax','0'),(44763,5197,'_line_total','57.2'),(44764,5197,'_line_tax','0'),(44765,5197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44766,5198,'_product_id','120'),(44767,5198,'_variation_id','0'),(44768,5198,'_qty','1'),(44769,5198,'_tax_class',''),(44770,5198,'_line_subtotal','52.8'),(44771,5198,'_line_subtotal_tax','0'),(44772,5198,'_line_total','52.8'),(44773,5198,'_line_tax','0'),(44774,5198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44775,5199,'_product_id','39'),(44776,5199,'_variation_id','0'),(44777,5199,'_qty','1'),(44778,5199,'_tax_class',''),(44779,5199,'_line_subtotal','79.2'),(44780,5199,'_line_subtotal_tax','0'),(44781,5199,'_line_total','79.2'),(44782,5199,'_line_tax','0'),(44783,5199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44784,5200,'_product_id','40'),(44785,5200,'_variation_id','0'),(44786,5200,'_qty','1'),(44787,5200,'_tax_class',''),(44788,5200,'_line_subtotal','79.2'),(44789,5200,'_line_subtotal_tax','0'),(44790,5200,'_line_total','79.2'),(44791,5200,'_line_tax','0'),(44792,5200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44793,5201,'_product_id','23'),(44794,5201,'_variation_id','0'),(44795,5201,'_qty','2'),(44796,5201,'_tax_class',''),(44797,5201,'_line_subtotal','223.68'),(44798,5201,'_line_subtotal_tax','0'),(44799,5201,'_line_total','223.68'),(44800,5201,'_line_tax','0'),(44801,5201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44802,5202,'_product_id','116'),(44803,5202,'_variation_id','0'),(44804,5202,'_qty','1'),(44805,5202,'_tax_class',''),(44806,5202,'_line_subtotal','145.44'),(44807,5202,'_line_subtotal_tax','0'),(44808,5202,'_line_total','145.44'),(44809,5202,'_line_tax','0'),(44810,5202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44811,5203,'_product_id','44'),(44812,5203,'_variation_id','0'),(44813,5203,'_qty','1'),(44814,5203,'_tax_class',''),(44815,5203,'_line_subtotal','116.16'),(44816,5203,'_line_subtotal_tax','0'),(44817,5203,'_line_total','116.16'),(44818,5203,'_line_tax','0'),(44819,5203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44820,5204,'method_id','free_shipping'),(44821,5204,'instance_id','2'),(44822,5204,'cost','0.00'),(44823,5204,'total_tax','0'),(44824,5204,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44825,5204,'Items','Bulk Active Rinse 50/50 &times; 10, Disposable Head Bands &times; 4, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 1'),(44877,5211,'_product_id','23'),(44878,5211,'_variation_id','0'),(44879,5211,'_qty','2'),(44880,5211,'_tax_class',''),(44881,5211,'_line_subtotal','223.68'),(44882,5211,'_line_subtotal_tax','0'),(44883,5211,'_line_total','223.68'),(44884,5211,'_line_tax','0'),(44885,5211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44886,5212,'_product_id','116'),(44887,5212,'_variation_id','0'),(44888,5212,'_qty','1'),(44889,5212,'_tax_class',''),(44890,5212,'_line_subtotal','145.44'),(44891,5212,'_line_subtotal_tax','0'),(44892,5212,'_line_total','145.44'),(44893,5212,'_line_tax','0'),(44894,5212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44895,5213,'_product_id','51'),(44896,5213,'_variation_id','0'),(44897,5213,'_qty','1'),(44898,5213,'_tax_class',''),(44899,5213,'_line_subtotal','147.84'),(44900,5213,'_line_subtotal_tax','0'),(44901,5213,'_line_total','147.84'),(44902,5213,'_line_tax','0'),(44903,5213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44904,5214,'_product_id','41'),(44905,5214,'_variation_id','0'),(44906,5214,'_qty','1'),(44907,5214,'_tax_class',''),(44908,5214,'_line_subtotal','66.48'),(44909,5214,'_line_subtotal_tax','0'),(44910,5214,'_line_total','66.48'),(44911,5214,'_line_tax','0'),(44912,5214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44913,5215,'_product_id','39'),(44914,5215,'_variation_id','0'),(44915,5215,'_qty','1'),(44916,5215,'_tax_class',''),(44917,5215,'_line_subtotal','79.2'),(44918,5215,'_line_subtotal_tax','0'),(44919,5215,'_line_total','79.2'),(44920,5215,'_line_tax','0'),(44921,5215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44922,5216,'_product_id','40'),(44923,5216,'_variation_id','0'),(44924,5216,'_qty','1'),(44925,5216,'_tax_class',''),(44926,5216,'_line_subtotal','79.2'),(44927,5216,'_line_subtotal_tax','0'),(44928,5216,'_line_total','79.2'),(44929,5216,'_line_tax','0'),(44930,5216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44931,5217,'_product_id','120'),(44932,5217,'_variation_id','0'),(44933,5217,'_qty','1'),(44934,5217,'_tax_class',''),(44935,5217,'_line_subtotal','52.8'),(44936,5217,'_line_subtotal_tax','0'),(44937,5217,'_line_total','52.8'),(44938,5217,'_line_tax','0'),(44939,5217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44940,5218,'_product_id','43'),(44941,5218,'_variation_id','0'),(44942,5218,'_qty','1'),(44943,5218,'_tax_class',''),(44944,5218,'_line_subtotal','79.2'),(44945,5218,'_line_subtotal_tax','0'),(44946,5218,'_line_total','79.2'),(44947,5218,'_line_tax','0'),(44948,5218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44949,5219,'_product_id','44'),(44950,5219,'_variation_id','0'),(44951,5219,'_qty','1'),(44952,5219,'_tax_class',''),(44953,5219,'_line_subtotal','116.16'),(44954,5219,'_line_subtotal_tax','0'),(44955,5219,'_line_total','116.16'),(44956,5219,'_line_tax','0'),(44957,5219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44958,5220,'_product_id','95'),(44959,5220,'_variation_id','0'),(44960,5220,'_qty','10'),(44961,5220,'_tax_class',''),(44962,5220,'_line_subtotal','0'),(44963,5220,'_line_subtotal_tax','0'),(44964,5220,'_line_total','0'),(44965,5220,'_line_tax','0'),(44966,5220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44967,5221,'_product_id','133'),(44968,5221,'_variation_id','0'),(44969,5221,'_qty','4'),(44970,5221,'_tax_class',''),(44971,5221,'_line_subtotal','57.2'),(44972,5221,'_line_subtotal_tax','0'),(44973,5221,'_line_total','57.2'),(44974,5221,'_line_tax','0'),(44975,5221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44976,5222,'_product_id','45'),(44977,5222,'_variation_id','0'),(44978,5222,'_qty','1'),(44979,5222,'_tax_class',''),(44980,5222,'_line_subtotal','42.24'),(44981,5222,'_line_subtotal_tax','0'),(44982,5222,'_line_total','42.24'),(44983,5222,'_line_tax','0'),(44984,5222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(44985,5223,'method_id','free_shipping'),(44986,5223,'instance_id','2'),(44987,5223,'cost','0.00'),(44988,5223,'total_tax','0'),(44989,5223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(44990,5223,'Items','Active Rinse 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 50/50 &times; 10, Disposable Head Bands &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(44991,5224,'_product_id','42'),(44992,5224,'_variation_id','0'),(44993,5224,'_qty','1'),(44994,5224,'_tax_class',''),(44995,5224,'_line_subtotal','79.2'),(44996,5224,'_line_subtotal_tax','0'),(44997,5224,'_line_total','79.2'),(44998,5224,'_line_tax','0'),(44999,5224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45000,5225,'_product_id','137'),(45001,5225,'_variation_id','0'),(45002,5225,'_qty','12'),(45003,5225,'_tax_class',''),(45004,5225,'_line_subtotal','72.6'),(45005,5225,'_line_subtotal_tax','0'),(45006,5225,'_line_total','72.6'),(45007,5225,'_line_tax','0'),(45008,5225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45009,5226,'method_id','fedex'),(45010,5226,'instance_id','1'),(45011,5226,'cost','19.31'),(45012,5226,'total_tax','0'),(45013,5226,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45014,5226,'Package 1','17 × 14 × 10 (in) 8.9lbs × 1'),(45027,5189,'thwma_order_shipping_status','wc-pending'),(45028,5190,'thwma_order_shipping_status','wc-pending'),(45029,5191,'thwma_order_shipping_status','wc-pending'),(45030,5192,'thwma_order_shipping_status','wc-pending'),(45031,5193,'thwma_order_shipping_status','wc-pending'),(45032,5194,'thwma_order_shipping_status','wc-pending'),(45033,5173,'thwma_order_shipping_status','wc-pending'),(45034,5174,'thwma_order_shipping_status','wc-pending'),(45035,5175,'thwma_order_shipping_status','wc-pending'),(45036,5176,'thwma_order_shipping_status','wc-pending'),(45037,5177,'thwma_order_shipping_status','wc-pending'),(45038,5227,'_product_id','93'),(45039,5227,'_variation_id','0'),(45040,5227,'_qty','8'),(45041,5227,'_tax_class',''),(45042,5227,'_line_subtotal','0'),(45043,5227,'_line_subtotal_tax','0'),(45044,5227,'_line_total','0'),(45045,5227,'_line_tax','0'),(45046,5227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45047,5228,'method_id','fedex'),(45048,5228,'instance_id','1'),(45049,5228,'cost','16.31'),(45050,5228,'total_tax','0'),(45051,5228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45052,5228,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(45053,5224,'thwma_order_shipping_status','wc-pending'),(45054,5225,'thwma_order_shipping_status','wc-pending'),(45067,5211,'thwma_order_shipping_status','wc-pending'),(45068,5212,'thwma_order_shipping_status','wc-pending'),(45069,5213,'thwma_order_shipping_status','wc-pending'),(45070,5214,'thwma_order_shipping_status','wc-pending'),(45071,5215,'thwma_order_shipping_status','wc-pending'),(45072,5216,'thwma_order_shipping_status','wc-pending'),(45073,5217,'thwma_order_shipping_status','wc-pending'),(45074,5218,'thwma_order_shipping_status','wc-pending'),(45075,5219,'thwma_order_shipping_status','wc-pending'),(45076,5220,'thwma_order_shipping_status','wc-pending'),(45077,5221,'thwma_order_shipping_status','wc-pending'),(45078,5222,'thwma_order_shipping_status','wc-pending'),(45079,5229,'_product_id','23'),(45080,5229,'_variation_id','0'),(45081,5229,'_qty','2'),(45082,5229,'_tax_class',''),(45083,5229,'_line_subtotal','223.68'),(45084,5229,'_line_subtotal_tax','0'),(45085,5229,'_line_total','223.68'),(45086,5229,'_line_tax','0'),(45087,5229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45088,5230,'_product_id','41'),(45089,5230,'_variation_id','0'),(45090,5230,'_qty','3'),(45091,5230,'_tax_class',''),(45092,5230,'_line_subtotal','199.44'),(45093,5230,'_line_subtotal_tax','0'),(45094,5230,'_line_total','199.44'),(45095,5230,'_line_tax','0'),(45096,5230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45097,5231,'method_id','fedex'),(45098,5231,'instance_id','1'),(45099,5231,'cost','20.71'),(45100,5231,'total_tax','0'),(45101,5231,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45102,5231,'Package 1','17 × 14 × 10 (in) 22.8lbs × 1'),(45103,5232,'_product_id','44'),(45104,5232,'_variation_id','0'),(45105,5232,'_qty','2'),(45106,5232,'_tax_class',''),(45107,5232,'_line_subtotal','232.32'),(45108,5232,'_line_subtotal_tax','0'),(45109,5232,'_line_total','232.32'),(45110,5232,'_line_tax','0'),(45111,5232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45112,5233,'_product_id','49'),(45113,5233,'_variation_id','0'),(45114,5233,'_qty','1'),(45115,5233,'_tax_class',''),(45116,5233,'_line_subtotal','79.2'),(45117,5233,'_line_subtotal_tax','0'),(45118,5233,'_line_total','79.2'),(45119,5233,'_line_tax','0'),(45120,5233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45121,5234,'_product_id','45'),(45122,5234,'_variation_id','0'),(45123,5234,'_qty','2'),(45124,5234,'_tax_class',''),(45125,5234,'_line_subtotal','84.48'),(45126,5234,'_line_subtotal_tax','0'),(45127,5234,'_line_total','84.48'),(45128,5234,'_line_tax','0'),(45129,5234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45130,5235,'_product_id','23'),(45131,5235,'_variation_id','0'),(45132,5235,'_qty','2'),(45133,5235,'_tax_class',''),(45134,5235,'_line_subtotal','223.68'),(45135,5235,'_line_subtotal_tax','0'),(45136,5235,'_line_total','223.68'),(45137,5235,'_line_tax','0'),(45138,5235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45139,5236,'_product_id','38'),(45140,5236,'_variation_id','0'),(45141,5236,'_qty','1'),(45142,5236,'_tax_class',''),(45143,5236,'_line_subtotal','278.56'),(45144,5236,'_line_subtotal_tax','0'),(45145,5236,'_line_total','278.56'),(45146,5236,'_line_tax','0'),(45147,5236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45148,5237,'_product_id','43'),(45149,5237,'_variation_id','0'),(45150,5237,'_qty','1'),(45151,5237,'_tax_class',''),(45152,5237,'_line_subtotal','79.2'),(45153,5237,'_line_subtotal_tax','0'),(45154,5237,'_line_total','79.2'),(45155,5237,'_line_tax','0'),(45156,5237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45157,5238,'_product_id','95'),(45158,5238,'_variation_id','0'),(45159,5238,'_qty','10'),(45160,5238,'_tax_class',''),(45161,5238,'_line_subtotal','0'),(45162,5238,'_line_subtotal_tax','0'),(45163,5238,'_line_total','0'),(45164,5238,'_line_tax','0'),(45165,5238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45166,5239,'_product_id','97'),(45167,5239,'_variation_id','0'),(45168,5239,'_qty','1'),(45169,5239,'_tax_class',''),(45170,5239,'_line_subtotal','0'),(45171,5239,'_line_subtotal_tax','0'),(45172,5239,'_line_total','0'),(45173,5239,'_line_tax','0'),(45174,5239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45175,5240,'_product_id','99'),(45176,5240,'_variation_id','0'),(45177,5240,'_qty','1'),(45178,5240,'_tax_class',''),(45179,5240,'_line_subtotal','0'),(45180,5240,'_line_subtotal_tax','0'),(45181,5240,'_line_total','0'),(45182,5240,'_line_tax','0'),(45183,5240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45184,5241,'_product_id','42'),(45185,5241,'_variation_id','0'),(45186,5241,'_qty','1'),(45187,5241,'_tax_class',''),(45188,5241,'_line_subtotal','79.2'),(45189,5241,'_line_subtotal_tax','0'),(45190,5241,'_line_total','79.2'),(45191,5241,'_line_tax','0'),(45192,5241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45193,5242,'method_id','free_shipping'),(45194,5242,'instance_id','2'),(45195,5242,'cost','0.00'),(45196,5242,'total_tax','0'),(45197,5242,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45198,5242,'Items','Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(45219,5229,'thwma_order_shipping_status','wc-pending'),(45220,5230,'thwma_order_shipping_status','wc-pending'),(45221,5143,'thwma_order_shipping_status','wc-pending'),(45222,5144,'thwma_order_shipping_status','wc-pending'),(45223,5145,'thwma_order_shipping_status','wc-pending'),(45224,5243,'_product_id','120'),(45225,5243,'_variation_id','0'),(45226,5243,'_qty','1'),(45227,5243,'_tax_class',''),(45228,5243,'_line_subtotal','52.8'),(45229,5243,'_line_subtotal_tax','0'),(45230,5243,'_line_total','52.8'),(45231,5243,'_line_tax','0'),(45232,5243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45233,5244,'_product_id','23'),(45234,5244,'_variation_id','0'),(45235,5244,'_qty','1'),(45236,5244,'_tax_class',''),(45237,5244,'_line_subtotal','111.84'),(45238,5244,'_line_subtotal_tax','0'),(45239,5244,'_line_total','111.84'),(45240,5244,'_line_tax','0'),(45241,5244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45242,5245,'_product_id','23'),(45243,5245,'_variation_id','0'),(45244,5245,'_qty','1'),(45245,5245,'_tax_class',''),(45246,5245,'_line_subtotal','111.84'),(45247,5245,'_line_subtotal_tax','0'),(45248,5245,'_line_total','111.84'),(45249,5245,'_line_tax','0'),(45250,5245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45251,5246,'_product_id','43'),(45252,5246,'_variation_id','0'),(45253,5246,'_qty','1'),(45254,5246,'_tax_class',''),(45255,5246,'_line_subtotal','79.2'),(45256,5246,'_line_subtotal_tax','0'),(45257,5246,'_line_total','79.2'),(45258,5246,'_line_tax','0'),(45259,5246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45260,5247,'_product_id','42'),(45261,5247,'_variation_id','0'),(45262,5247,'_qty','1'),(45263,5247,'_tax_class',''),(45264,5247,'_line_subtotal','79.2'),(45265,5247,'_line_subtotal_tax','0'),(45266,5247,'_line_total','79.2'),(45267,5247,'_line_tax','0'),(45268,5247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45269,5248,'_product_id','41'),(45270,5248,'_variation_id','0'),(45271,5248,'_qty','1'),(45272,5248,'_tax_class',''),(45273,5248,'_line_subtotal','66.48'),(45274,5248,'_line_subtotal_tax','0'),(45275,5248,'_line_total','66.48'),(45276,5248,'_line_tax','0'),(45277,5248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45278,5249,'_product_id','490'),(45279,5249,'_variation_id','0'),(45280,5249,'_qty','10'),(45281,5249,'_tax_class',''),(45282,5249,'_line_subtotal','227.8'),(45283,5249,'_line_subtotal_tax','0'),(45284,5249,'_line_total','227.8'),(45285,5249,'_line_tax','0'),(45286,5249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45287,5250,'_product_id','487'),(45288,5250,'_variation_id','0'),(45289,5250,'_qty','1'),(45290,5250,'_tax_class',''),(45291,5250,'_line_subtotal','31.35'),(45292,5250,'_line_subtotal_tax','0'),(45293,5250,'_line_total','31.35'),(45294,5250,'_line_tax','0'),(45295,5250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45296,5251,'method_id','free_shipping'),(45297,5251,'instance_id','2'),(45298,5251,'cost','0.00'),(45299,5251,'total_tax','0'),(45300,5251,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45301,5251,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(45302,5252,'_product_id','45'),(45303,5252,'_variation_id','0'),(45304,5252,'_qty','1'),(45305,5252,'_tax_class',''),(45306,5252,'_line_subtotal','42.24'),(45307,5252,'_line_subtotal_tax','0'),(45308,5252,'_line_total','42.24'),(45309,5252,'_line_tax','0'),(45310,5252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45311,5253,'_product_id','49'),(45312,5253,'_variation_id','0'),(45313,5253,'_qty','1'),(45314,5253,'_tax_class',''),(45315,5253,'_line_subtotal','79.2'),(45316,5253,'_line_subtotal_tax','0'),(45317,5253,'_line_total','79.2'),(45318,5253,'_line_tax','0'),(45319,5253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45320,5254,'_product_id','120'),(45321,5254,'_variation_id','0'),(45322,5254,'_qty','1'),(45323,5254,'_tax_class',''),(45324,5254,'_line_subtotal','52.8'),(45325,5254,'_line_subtotal_tax','0'),(45326,5254,'_line_total','52.8'),(45327,5254,'_line_tax','0'),(45328,5254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45329,5255,'_product_id','488'),(45330,5255,'_variation_id','0'),(45331,5255,'_qty','1'),(45332,5255,'_tax_class',''),(45333,5255,'_line_subtotal','31.35'),(45334,5255,'_line_subtotal_tax','0'),(45335,5255,'_line_total','31.35'),(45336,5255,'_line_tax','0'),(45337,5255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45338,5256,'_product_id','39'),(45339,5256,'_variation_id','0'),(45340,5256,'_qty','1'),(45341,5256,'_tax_class',''),(45342,5256,'_line_subtotal','79.2'),(45343,5256,'_line_subtotal_tax','0'),(45344,5256,'_line_total','79.2'),(45345,5256,'_line_tax','0'),(45346,5256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45347,5257,'_product_id','40'),(45348,5257,'_variation_id','0'),(45349,5257,'_qty','1'),(45350,5257,'_tax_class',''),(45351,5257,'_line_subtotal','79.2'),(45352,5257,'_line_subtotal_tax','0'),(45353,5257,'_line_total','79.2'),(45354,5257,'_line_tax','0'),(45355,5257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45356,5258,'_product_id','144'),(45357,5258,'_variation_id','0'),(45358,5258,'_qty','4'),(45359,5258,'_tax_class',''),(45360,5258,'_line_subtotal','5.52'),(45361,5258,'_line_subtotal_tax','0'),(45362,5258,'_line_total','5.52'),(45363,5258,'_line_tax','0'),(45364,5258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45365,5259,'_product_id','23'),(45366,5259,'_variation_id','0'),(45367,5259,'_qty','1'),(45368,5259,'_tax_class',''),(45369,5259,'_line_subtotal','111.84'),(45370,5259,'_line_subtotal_tax','0'),(45371,5259,'_line_total','111.84'),(45372,5259,'_line_tax','0'),(45373,5259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45374,5260,'_product_id','41'),(45375,5260,'_variation_id','0'),(45376,5260,'_qty','1'),(45377,5260,'_tax_class',''),(45378,5260,'_line_subtotal','66.48'),(45379,5260,'_line_subtotal_tax','0'),(45380,5260,'_line_total','66.48'),(45381,5260,'_line_tax','0'),(45382,5260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45383,5261,'method_id','free_shipping'),(45384,5261,'instance_id','2'),(45385,5261,'cost','0.00'),(45386,5261,'total_tax','0'),(45387,5261,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45388,5261,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Course Tail Comb &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(45389,5262,'_product_id','41'),(45390,5262,'_variation_id','0'),(45391,5262,'_qty','1'),(45392,5262,'_tax_class',''),(45393,5262,'_line_subtotal','66.48'),(45394,5262,'_line_subtotal_tax','0'),(45395,5262,'_line_total','66.48'),(45396,5262,'_line_tax','0'),(45397,5262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45398,5263,'_product_id','490'),(45399,5263,'_variation_id','0'),(45400,5263,'_qty','10'),(45401,5263,'_tax_class',''),(45402,5263,'_line_subtotal','227.8'),(45403,5263,'_line_subtotal_tax','0'),(45404,5263,'_line_total','227.8'),(45405,5263,'_line_tax','0'),(45406,5263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45407,5264,'_product_id','488'),(45408,5264,'_variation_id','0'),(45409,5264,'_qty','2'),(45410,5264,'_tax_class',''),(45411,5264,'_line_subtotal','62.7'),(45412,5264,'_line_subtotal_tax','0'),(45413,5264,'_line_total','62.7'),(45414,5264,'_line_tax','0'),(45415,5264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45416,5265,'_product_id','38'),(45417,5265,'_variation_id','0'),(45418,5265,'_qty','2'),(45419,5265,'_tax_class',''),(45420,5265,'_line_subtotal','557.12'),(45421,5265,'_line_subtotal_tax','0'),(45422,5265,'_line_total','557.12'),(45423,5265,'_line_tax','0'),(45424,5265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45425,5266,'_product_id','23'),(45426,5266,'_variation_id','0'),(45427,5266,'_qty','2'),(45428,5266,'_tax_class',''),(45429,5266,'_line_subtotal','223.68'),(45430,5266,'_line_subtotal_tax','0'),(45431,5266,'_line_total','223.68'),(45432,5266,'_line_tax','0'),(45433,5266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45434,5267,'_product_id','45'),(45435,5267,'_variation_id','0'),(45436,5267,'_qty','1'),(45437,5267,'_tax_class',''),(45438,5267,'_line_subtotal','42.24'),(45439,5267,'_line_subtotal_tax','0'),(45440,5267,'_line_total','42.24'),(45441,5267,'_line_tax','0'),(45442,5267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45443,5268,'_product_id','43'),(45444,5268,'_variation_id','0'),(45445,5268,'_qty','1'),(45446,5268,'_tax_class',''),(45447,5268,'_line_subtotal','79.2'),(45448,5268,'_line_subtotal_tax','0'),(45449,5268,'_line_total','79.2'),(45450,5268,'_line_tax','0'),(45451,5268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45452,5269,'_product_id','49'),(45453,5269,'_variation_id','0'),(45454,5269,'_qty','1'),(45455,5269,'_tax_class',''),(45456,5269,'_line_subtotal','79.2'),(45457,5269,'_line_subtotal_tax','0'),(45458,5269,'_line_total','79.2'),(45459,5269,'_line_tax','0'),(45460,5269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45461,5270,'_product_id','133'),(45462,5270,'_variation_id','0'),(45463,5270,'_qty','1'),(45464,5270,'_tax_class',''),(45465,5270,'_line_subtotal','14.3'),(45466,5270,'_line_subtotal_tax','0'),(45467,5270,'_line_total','14.3'),(45468,5270,'_line_tax','0'),(45469,5270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45470,5271,'_product_id','131'),(45471,5271,'_variation_id','0'),(45472,5271,'_qty','6'),(45473,5271,'_tax_class',''),(45474,5271,'_line_subtotal','75.9'),(45475,5271,'_line_subtotal_tax','0'),(45476,5271,'_line_total','75.9'),(45477,5271,'_line_tax','0'),(45478,5271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45479,5272,'method_id','free_shipping'),(45480,5272,'instance_id','2'),(45481,5272,'cost','0.00'),(45482,5272,'total_tax','0'),(45483,5272,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45484,5272,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 1, Disposable Capes &times; 6'),(45485,5273,'_product_id','23'),(45486,5273,'_variation_id','0'),(45487,5273,'_qty','1'),(45488,5273,'_tax_class',''),(45489,5273,'_line_subtotal','111.84'),(45490,5273,'_line_subtotal_tax','0'),(45491,5273,'_line_total','111.84'),(45492,5273,'_line_tax','0'),(45493,5273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45494,5274,'_product_id','38'),(45495,5274,'_variation_id','0'),(45496,5274,'_qty','2'),(45497,5274,'_tax_class',''),(45498,5274,'_line_subtotal','557.12'),(45499,5274,'_line_subtotal_tax','0'),(45500,5274,'_line_total','557.12'),(45501,5274,'_line_tax','0'),(45502,5274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45503,5275,'_product_id','51'),(45504,5275,'_variation_id','0'),(45505,5275,'_qty','2'),(45506,5275,'_tax_class',''),(45507,5275,'_line_subtotal','295.68'),(45508,5275,'_line_subtotal_tax','0'),(45509,5275,'_line_total','295.68'),(45510,5275,'_line_tax','0'),(45511,5275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45512,5276,'_product_id','41'),(45513,5276,'_variation_id','0'),(45514,5276,'_qty','3'),(45515,5276,'_tax_class',''),(45516,5276,'_line_subtotal','199.44'),(45517,5276,'_line_subtotal_tax','0'),(45518,5276,'_line_total','199.44'),(45519,5276,'_line_tax','0'),(45520,5276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45521,5277,'_product_id','93'),(45522,5277,'_variation_id','0'),(45523,5277,'_qty','10'),(45524,5277,'_tax_class',''),(45525,5277,'_line_subtotal','0'),(45526,5277,'_line_subtotal_tax','0'),(45527,5277,'_line_total','0'),(45528,5277,'_line_tax','0'),(45529,5277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45530,5278,'_fee_amount','-347.235'),(45531,5278,'_tax_class','0'),(45532,5278,'_tax_status','taxable'),(45533,5278,'_line_total','-347.235'),(45534,5278,'_line_tax','0'),(45535,5278,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(45536,5278,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(45537,5278,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(45538,5279,'method_id','fedex'),(45539,5279,'instance_id','3'),(45540,5279,'cost','694.47'),(45541,5279,'total_tax','0'),(45542,5279,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45543,5279,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(45544,5279,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(45545,5279,'Package 3','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(45546,5279,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(45547,5279,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(45548,5279,'Package 6','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(45549,5279,'Package 7','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(45550,5280,'discount_amount','0'),(45551,5280,'discount_amount_tax','0'),(45552,5280,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:12;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(45553,5281,'_product_id','116'),(45554,5281,'_variation_id','0'),(45555,5281,'_qty','1'),(45556,5281,'_tax_class',''),(45557,5281,'_line_subtotal','145.44'),(45558,5281,'_line_subtotal_tax','0'),(45559,5281,'_line_total','145.44'),(45560,5281,'_line_tax','0'),(45561,5281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45562,5282,'_product_id','23'),(45563,5282,'_variation_id','0'),(45564,5282,'_qty','3'),(45565,5282,'_tax_class',''),(45566,5282,'_line_subtotal','335.52'),(45567,5282,'_line_subtotal_tax','0'),(45568,5282,'_line_total','335.52'),(45569,5282,'_line_tax','0'),(45570,5282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45571,5283,'_product_id','41'),(45572,5283,'_variation_id','0'),(45573,5283,'_qty','1'),(45574,5283,'_tax_class',''),(45575,5283,'_line_subtotal','66.48'),(45576,5283,'_line_subtotal_tax','0'),(45577,5283,'_line_total','66.48'),(45578,5283,'_line_tax','0'),(45579,5283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45580,5284,'_product_id','49'),(45581,5284,'_variation_id','0'),(45582,5284,'_qty','1'),(45583,5284,'_tax_class',''),(45584,5284,'_line_subtotal','79.2'),(45585,5284,'_line_subtotal_tax','0'),(45586,5284,'_line_total','79.2'),(45587,5284,'_line_tax','0'),(45588,5284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45589,5285,'_product_id','93'),(45590,5285,'_variation_id','0'),(45591,5285,'_qty','1'),(45592,5285,'_tax_class',''),(45593,5285,'_line_subtotal','0'),(45594,5285,'_line_subtotal_tax','0'),(45595,5285,'_line_total','0'),(45596,5285,'_line_tax','0'),(45597,5285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45598,5286,'_product_id','137'),(45599,5286,'_variation_id','0'),(45600,5286,'_qty','3'),(45601,5286,'_tax_class',''),(45602,5286,'_line_subtotal','18.15'),(45603,5286,'_line_subtotal_tax','0'),(45604,5286,'_line_total','18.15'),(45605,5286,'_line_tax','0'),(45606,5286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45607,5287,'method_id','free_shipping'),(45608,5287,'instance_id','2'),(45609,5287,'cost','0.00'),(45610,5287,'total_tax','0'),(45611,5287,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45612,5287,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 1, The Wet Brush &times; 3'),(45613,5288,'_product_id','23'),(45614,5288,'_variation_id','0'),(45615,5288,'_qty','3'),(45616,5288,'_tax_class',''),(45617,5288,'_line_subtotal','335.52'),(45618,5288,'_line_subtotal_tax','0'),(45619,5288,'_line_total','335.52'),(45620,5288,'_line_tax','0'),(45621,5288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45622,5289,'_product_id','41'),(45623,5289,'_variation_id','0'),(45624,5289,'_qty','2'),(45625,5289,'_tax_class',''),(45626,5289,'_line_subtotal','132.96'),(45627,5289,'_line_subtotal_tax','0'),(45628,5289,'_line_total','132.96'),(45629,5289,'_line_tax','0'),(45630,5289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45631,5290,'_product_id','490'),(45632,5290,'_variation_id','0'),(45633,5290,'_qty','10'),(45634,5290,'_tax_class',''),(45635,5290,'_line_subtotal','227.8'),(45636,5290,'_line_subtotal_tax','0'),(45637,5290,'_line_total','227.8'),(45638,5290,'_line_tax','0'),(45639,5290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45640,5291,'method_id','free_shipping'),(45641,5291,'instance_id','2'),(45642,5291,'cost','0.00'),(45643,5291,'total_tax','0'),(45644,5291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45645,5291,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(45698,5232,'thwma_order_shipping_status','wc-pending'),(45699,5233,'thwma_order_shipping_status','wc-pending'),(45700,5234,'thwma_order_shipping_status','wc-pending'),(45701,5235,'thwma_order_shipping_status','wc-pending'),(45702,5236,'thwma_order_shipping_status','wc-pending'),(45703,5237,'thwma_order_shipping_status','wc-pending'),(45704,5238,'thwma_order_shipping_status','wc-pending'),(45705,5239,'thwma_order_shipping_status','wc-pending'),(45706,5240,'thwma_order_shipping_status','wc-pending'),(45707,5241,'thwma_order_shipping_status','wc-pending'),(45717,5252,'thwma_order_shipping_status','wc-pending'),(45718,5253,'thwma_order_shipping_status','wc-pending'),(45719,5254,'thwma_order_shipping_status','wc-pending'),(45720,5255,'thwma_order_shipping_status','wc-pending'),(45721,5256,'thwma_order_shipping_status','wc-pending'),(45722,5257,'thwma_order_shipping_status','wc-pending'),(45723,5258,'thwma_order_shipping_status','wc-pending'),(45724,5259,'thwma_order_shipping_status','wc-pending'),(45725,5260,'thwma_order_shipping_status','wc-pending'),(45726,5243,'thwma_order_shipping_status','wc-pending'),(45727,5244,'thwma_order_shipping_status','wc-pending'),(45728,5245,'thwma_order_shipping_status','wc-pending'),(45729,5246,'thwma_order_shipping_status','wc-pending'),(45730,5247,'thwma_order_shipping_status','wc-pending'),(45731,5248,'thwma_order_shipping_status','wc-pending'),(45732,5249,'thwma_order_shipping_status','wc-pending'),(45733,5250,'thwma_order_shipping_status','wc-pending'),(45734,5292,'_product_id','38'),(45735,5292,'_variation_id','0'),(45736,5292,'_qty','1'),(45737,5292,'_tax_class',''),(45738,5292,'_line_subtotal','278.56'),(45739,5292,'_line_subtotal_tax','0'),(45740,5292,'_line_total','278.56'),(45741,5292,'_line_tax','0'),(45742,5292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45743,5293,'_product_id','23'),(45744,5293,'_variation_id','0'),(45745,5293,'_qty','1'),(45746,5293,'_tax_class',''),(45747,5293,'_line_subtotal','111.84'),(45748,5293,'_line_subtotal_tax','0'),(45749,5293,'_line_total','111.84'),(45750,5293,'_line_tax','0'),(45751,5293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45752,5294,'_product_id','490'),(45753,5294,'_variation_id','0'),(45754,5294,'_qty','10'),(45755,5294,'_tax_class',''),(45756,5294,'_line_subtotal','227.8'),(45757,5294,'_line_subtotal_tax','0'),(45758,5294,'_line_total','227.8'),(45759,5294,'_line_tax','0'),(45760,5294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45761,5295,'method_id','free_shipping'),(45762,5295,'instance_id','2'),(45763,5295,'cost','0.00'),(45764,5295,'total_tax','0'),(45765,5295,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45766,5295,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(45767,5296,'_product_id','41'),(45768,5296,'_variation_id','0'),(45769,5296,'_qty','5'),(45770,5296,'_tax_class',''),(45771,5296,'_line_subtotal','332.4'),(45772,5296,'_line_subtotal_tax','0'),(45773,5296,'_line_total','332.4'),(45774,5296,'_line_tax','0'),(45775,5296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45776,5297,'_product_id','120'),(45777,5297,'_variation_id','0'),(45778,5297,'_qty','1'),(45779,5297,'_tax_class',''),(45780,5297,'_line_subtotal','52.8'),(45781,5297,'_line_subtotal_tax','0'),(45782,5297,'_line_total','52.8'),(45783,5297,'_line_tax','0'),(45784,5297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45785,5298,'_product_id','43'),(45786,5298,'_variation_id','0'),(45787,5298,'_qty','1'),(45788,5298,'_tax_class',''),(45789,5298,'_line_subtotal','79.2'),(45790,5298,'_line_subtotal_tax','0'),(45791,5298,'_line_total','79.2'),(45792,5298,'_line_tax','0'),(45793,5298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45794,5299,'_product_id','490'),(45795,5299,'_variation_id','0'),(45796,5299,'_qty','10'),(45797,5299,'_tax_class',''),(45798,5299,'_line_subtotal','227.8'),(45799,5299,'_line_subtotal_tax','0'),(45800,5299,'_line_total','227.8'),(45801,5299,'_line_tax','0'),(45802,5299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45803,5300,'method_id','free_shipping'),(45804,5300,'instance_id','2'),(45805,5300,'cost','0.00'),(45806,5300,'total_tax','0'),(45807,5300,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45808,5300,'Items','Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(45809,5301,'_product_id','41'),(45810,5301,'_variation_id','0'),(45811,5301,'_qty','5'),(45812,5301,'_tax_class',''),(45813,5301,'_line_subtotal','332.4'),(45814,5301,'_line_subtotal_tax','0'),(45815,5301,'_line_total','332.4'),(45816,5301,'_line_tax','0'),(45817,5301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45818,5302,'_product_id','490'),(45819,5302,'_variation_id','0'),(45820,5302,'_qty','10'),(45821,5302,'_tax_class',''),(45822,5302,'_line_subtotal','227.8'),(45823,5302,'_line_subtotal_tax','0'),(45824,5302,'_line_total','227.8'),(45825,5302,'_line_tax','0'),(45826,5302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45827,5303,'method_id','free_shipping'),(45828,5303,'instance_id','2'),(45829,5303,'cost','0.00'),(45830,5303,'total_tax','0'),(45831,5303,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45832,5303,'Items','Professional Lice Comb(Case of 12) &times; 5, Bulk Active Rinse 100% RM &times; 10'),(45833,5304,'_product_id','23'),(45834,5304,'_variation_id','0'),(45835,5304,'_qty','1'),(45836,5304,'_tax_class',''),(45837,5304,'_line_subtotal','111.84'),(45838,5304,'_line_subtotal_tax','0'),(45839,5304,'_line_total','111.84'),(45840,5304,'_line_tax','0'),(45841,5304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45842,5305,'_product_id','41'),(45843,5305,'_variation_id','0'),(45844,5305,'_qty','1'),(45845,5305,'_tax_class',''),(45846,5305,'_line_subtotal','66.48'),(45847,5305,'_line_subtotal_tax','0'),(45848,5305,'_line_total','66.48'),(45849,5305,'_line_tax','0'),(45850,5305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45851,5306,'_product_id','51'),(45852,5306,'_variation_id','0'),(45853,5306,'_qty','1'),(45854,5306,'_tax_class',''),(45855,5306,'_line_subtotal','147.84'),(45856,5306,'_line_subtotal_tax','0'),(45857,5306,'_line_total','147.84'),(45858,5306,'_line_tax','0'),(45859,5306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45860,5307,'_product_id','120'),(45861,5307,'_variation_id','0'),(45862,5307,'_qty','1'),(45863,5307,'_tax_class',''),(45864,5307,'_line_subtotal','52.8'),(45865,5307,'_line_subtotal_tax','0'),(45866,5307,'_line_total','52.8'),(45867,5307,'_line_tax','0'),(45868,5307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45869,5308,'_product_id','43'),(45870,5308,'_variation_id','0'),(45871,5308,'_qty','1'),(45872,5308,'_tax_class',''),(45873,5308,'_line_subtotal','79.2'),(45874,5308,'_line_subtotal_tax','0'),(45875,5308,'_line_total','79.2'),(45876,5308,'_line_tax','0'),(45877,5308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45878,5309,'_product_id','44'),(45879,5309,'_variation_id','0'),(45880,5309,'_qty','1'),(45881,5309,'_tax_class',''),(45882,5309,'_line_subtotal','116.16'),(45883,5309,'_line_subtotal_tax','0'),(45884,5309,'_line_total','116.16'),(45885,5309,'_line_tax','0'),(45886,5309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45887,5310,'_product_id','490'),(45888,5310,'_variation_id','0'),(45889,5310,'_qty','6'),(45890,5310,'_tax_class',''),(45891,5310,'_line_subtotal','136.68'),(45892,5310,'_line_subtotal_tax','0'),(45893,5310,'_line_total','136.68'),(45894,5310,'_line_tax','0'),(45895,5310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45896,5311,'method_id','free_shipping'),(45897,5311,'instance_id','2'),(45898,5311,'cost','0.00'),(45899,5311,'total_tax','0'),(45900,5311,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45901,5311,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 6'),(45907,5273,'thwma_order_shipping_status','wc-pending'),(45908,5274,'thwma_order_shipping_status','wc-pending'),(45909,5275,'thwma_order_shipping_status','wc-pending'),(45910,5276,'thwma_order_shipping_status','wc-pending'),(45911,5277,'thwma_order_shipping_status','wc-pending'),(45912,5292,'thwma_order_shipping_status','wc-pending'),(45913,5293,'thwma_order_shipping_status','wc-pending'),(45914,5294,'thwma_order_shipping_status','wc-pending'),(45921,5281,'thwma_order_shipping_status','wc-pending'),(45922,5282,'thwma_order_shipping_status','wc-pending'),(45923,5283,'thwma_order_shipping_status','wc-pending'),(45924,5284,'thwma_order_shipping_status','wc-pending'),(45925,5285,'thwma_order_shipping_status','wc-pending'),(45926,5286,'thwma_order_shipping_status','wc-pending'),(45927,5288,'thwma_order_shipping_status','wc-pending'),(45928,5289,'thwma_order_shipping_status','wc-pending'),(45929,5290,'thwma_order_shipping_status','wc-pending'),(45930,5312,'_product_id','41'),(45931,5312,'_variation_id','0'),(45932,5312,'_qty','2'),(45933,5312,'_tax_class',''),(45934,5312,'_line_subtotal','132.96'),(45935,5312,'_line_subtotal_tax','0'),(45936,5312,'_line_total','132.96'),(45937,5312,'_line_tax','0'),(45938,5312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45939,5313,'_product_id','51'),(45940,5313,'_variation_id','0'),(45941,5313,'_qty','2'),(45942,5313,'_tax_class',''),(45943,5313,'_line_subtotal','295.68'),(45944,5313,'_line_subtotal_tax','0'),(45945,5313,'_line_total','295.68'),(45946,5313,'_line_tax','0'),(45947,5313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45948,5314,'_product_id','38'),(45949,5314,'_variation_id','0'),(45950,5314,'_qty','1'),(45951,5314,'_tax_class',''),(45952,5314,'_line_subtotal','278.56'),(45953,5314,'_line_subtotal_tax','0'),(45954,5314,'_line_total','278.56'),(45955,5314,'_line_tax','0'),(45956,5314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45957,5315,'_product_id','93'),(45958,5315,'_variation_id','0'),(45959,5315,'_qty','10'),(45960,5315,'_tax_class',''),(45961,5315,'_line_subtotal','0'),(45962,5315,'_line_subtotal_tax','0'),(45963,5315,'_line_total','0'),(45964,5315,'_line_tax','0'),(45965,5315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45966,5316,'_product_id','99'),(45967,5316,'_variation_id','0'),(45968,5316,'_qty','1'),(45969,5316,'_tax_class',''),(45970,5316,'_line_subtotal','0'),(45971,5316,'_line_subtotal_tax','0'),(45972,5316,'_line_total','0'),(45973,5316,'_line_tax','0'),(45974,5316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(45975,5317,'_fee_amount','-320.815'),(45976,5317,'_tax_class','0'),(45977,5317,'_tax_status','taxable'),(45978,5317,'_line_total','-320.815'),(45979,5317,'_line_tax','0'),(45980,5317,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(45981,5317,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(45982,5317,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(45983,5318,'method_id','fedex'),(45984,5318,'instance_id','3'),(45985,5318,'cost','641.63'),(45986,5318,'total_tax','0'),(45987,5318,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(45988,5318,'Package 1','11.25 × 8.75 × 7.75 (in) 13.99lbs × 1'),(45989,5318,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(45990,5318,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(45991,5318,'Package 4','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(45992,5318,'Package 5','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(45993,5318,'Package 6','12 × 6 × 6 (in) 7.85lbs × 1'),(45994,5319,'discount_amount','0'),(45995,5319,'discount_amount_tax','0'),(45996,5319,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:13;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(45997,5320,'_product_id','45'),(45998,5320,'_variation_id','0'),(45999,5320,'_qty','5'),(46000,5320,'_tax_class',''),(46001,5320,'_line_subtotal','211.2'),(46002,5320,'_line_subtotal_tax','0'),(46003,5320,'_line_total','211.2'),(46004,5320,'_line_tax','0'),(46005,5320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46006,5321,'_product_id','39'),(46007,5321,'_variation_id','0'),(46008,5321,'_qty','2'),(46009,5321,'_tax_class',''),(46010,5321,'_line_subtotal','158.4'),(46011,5321,'_line_subtotal_tax','0'),(46012,5321,'_line_total','158.4'),(46013,5321,'_line_tax','0'),(46014,5321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46015,5322,'_product_id','40'),(46016,5322,'_variation_id','0'),(46017,5322,'_qty','2'),(46018,5322,'_tax_class',''),(46019,5322,'_line_subtotal','158.4'),(46020,5322,'_line_subtotal_tax','0'),(46021,5322,'_line_total','158.4'),(46022,5322,'_line_tax','0'),(46023,5322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46024,5323,'method_id','free_shipping'),(46025,5323,'instance_id','2'),(46026,5323,'cost','0.00'),(46027,5323,'total_tax','0'),(46028,5323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46029,5323,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2'),(46095,5304,'thwma_order_shipping_status','wc-pending'),(46096,5305,'thwma_order_shipping_status','wc-pending'),(46097,5306,'thwma_order_shipping_status','wc-pending'),(46098,5307,'thwma_order_shipping_status','wc-pending'),(46099,5308,'thwma_order_shipping_status','wc-pending'),(46100,5309,'thwma_order_shipping_status','wc-pending'),(46101,5310,'thwma_order_shipping_status','wc-pending'),(46102,5301,'thwma_order_shipping_status','wc-pending'),(46103,5302,'thwma_order_shipping_status','wc-pending'),(46104,5331,'_product_id','490'),(46105,5331,'_variation_id','0'),(46106,5331,'_qty','30'),(46107,5331,'_tax_class',''),(46108,5331,'_line_subtotal','683.4'),(46109,5331,'_line_subtotal_tax','0'),(46110,5331,'_line_total','683.4'),(46111,5331,'_line_tax','0'),(46112,5331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46113,5332,'_product_id','23'),(46114,5332,'_variation_id','0'),(46115,5332,'_qty','2'),(46116,5332,'_tax_class',''),(46117,5332,'_line_subtotal','223.68'),(46118,5332,'_line_subtotal_tax','0'),(46119,5332,'_line_total','223.68'),(46120,5332,'_line_tax','0'),(46121,5332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46122,5333,'method_id','free_shipping'),(46123,5333,'instance_id','2'),(46124,5333,'cost','0.00'),(46125,5333,'total_tax','0'),(46126,5333,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46127,5333,'Items','Bulk Active Rinse 100% RM &times; 30, Active Rinse 8oz(Case of 12) &times; 2'),(46128,5334,'_product_id','42'),(46129,5334,'_variation_id','0'),(46130,5334,'_qty','1'),(46131,5334,'_tax_class',''),(46132,5334,'_line_subtotal','79.2'),(46133,5334,'_line_subtotal_tax','0'),(46134,5334,'_line_total','79.2'),(46135,5334,'_line_tax','0'),(46136,5334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46137,5335,'_product_id','49'),(46138,5335,'_variation_id','0'),(46139,5335,'_qty','2'),(46140,5335,'_tax_class',''),(46141,5335,'_line_subtotal','158.4'),(46142,5335,'_line_subtotal_tax','0'),(46143,5335,'_line_total','158.4'),(46144,5335,'_line_tax','0'),(46145,5335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46146,5336,'method_id','fedex'),(46147,5336,'instance_id','1'),(46148,5336,'cost','20.21'),(46149,5336,'total_tax','0'),(46150,5336,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46151,5336,'Package 1','17 × 14 × 10 (in) 21.5lbs × 1'),(46152,5320,'thwma_order_shipping_status','wc-pending'),(46153,5321,'thwma_order_shipping_status','wc-pending'),(46154,5322,'thwma_order_shipping_status','wc-pending'),(46155,5337,'_product_id','41'),(46156,5337,'_variation_id','0'),(46157,5337,'_qty','6'),(46158,5337,'_tax_class',''),(46159,5337,'_line_subtotal','398.88'),(46160,5337,'_line_subtotal_tax','0'),(46161,5337,'_line_total','398.88'),(46162,5337,'_line_tax','0'),(46163,5337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46164,5338,'_product_id','51'),(46165,5338,'_variation_id','0'),(46166,5338,'_qty','2'),(46167,5338,'_tax_class',''),(46168,5338,'_line_subtotal','295.68'),(46169,5338,'_line_subtotal_tax','0'),(46170,5338,'_line_total','295.68'),(46171,5338,'_line_tax','0'),(46172,5338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46173,5339,'_product_id','23'),(46174,5339,'_variation_id','0'),(46175,5339,'_qty','2'),(46176,5339,'_tax_class',''),(46177,5339,'_line_subtotal','223.68'),(46178,5339,'_line_subtotal_tax','0'),(46179,5339,'_line_total','223.68'),(46180,5339,'_line_tax','0'),(46181,5339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46182,5340,'_product_id','38'),(46183,5340,'_variation_id','0'),(46184,5340,'_qty','1'),(46185,5340,'_tax_class',''),(46186,5340,'_line_subtotal','278.56'),(46187,5340,'_line_subtotal_tax','0'),(46188,5340,'_line_total','278.56'),(46189,5340,'_line_tax','0'),(46190,5340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46191,5341,'method_id','free_shipping'),(46192,5341,'instance_id','2'),(46193,5341,'cost','0.00'),(46194,5341,'total_tax','0'),(46195,5341,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46196,5341,'Items','Professional Lice Comb(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(46197,5342,'_product_id','41'),(46198,5342,'_variation_id','0'),(46199,5342,'_qty','1'),(46200,5342,'_tax_class',''),(46201,5342,'_line_subtotal','66.48'),(46202,5342,'_line_subtotal_tax','0'),(46203,5342,'_line_total','66.48'),(46204,5342,'_line_tax','0'),(46205,5342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46206,5343,'_product_id','44'),(46207,5343,'_variation_id','0'),(46208,5343,'_qty','2'),(46209,5343,'_tax_class',''),(46210,5343,'_line_subtotal','232.32'),(46211,5343,'_line_subtotal_tax','0'),(46212,5343,'_line_total','232.32'),(46213,5343,'_line_tax','0'),(46214,5343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46215,5344,'_product_id','490'),(46216,5344,'_variation_id','0'),(46217,5344,'_qty','8'),(46218,5344,'_tax_class',''),(46219,5344,'_line_subtotal','182.24'),(46220,5344,'_line_subtotal_tax','0'),(46221,5344,'_line_total','182.24'),(46222,5344,'_line_tax','0'),(46223,5344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46224,5345,'_product_id','49'),(46225,5345,'_variation_id','0'),(46226,5345,'_qty','1'),(46227,5345,'_tax_class',''),(46228,5345,'_line_subtotal','79.2'),(46229,5345,'_line_subtotal_tax','0'),(46230,5345,'_line_total','79.2'),(46231,5345,'_line_tax','0'),(46232,5345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46233,5346,'method_id','free_shipping'),(46234,5346,'instance_id','2'),(46235,5346,'cost','0.00'),(46236,5346,'total_tax','0'),(46237,5346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46238,5346,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(46239,5342,'thwma_order_shipping_status','wc-pending'),(46240,5343,'thwma_order_shipping_status','wc-pending'),(46241,5344,'thwma_order_shipping_status','wc-pending'),(46242,5345,'thwma_order_shipping_status','wc-pending'),(46243,5337,'thwma_order_shipping_status','wc-pending'),(46244,5338,'thwma_order_shipping_status','wc-pending'),(46245,5339,'thwma_order_shipping_status','wc-pending'),(46246,5340,'thwma_order_shipping_status','wc-pending'),(46247,5334,'thwma_order_shipping_status','wc-pending'),(46248,5335,'thwma_order_shipping_status','wc-pending'),(46249,5347,'_product_id','45'),(46250,5347,'_variation_id','0'),(46251,5347,'_qty','2'),(46252,5347,'_tax_class',''),(46253,5347,'_line_subtotal','84.48'),(46254,5347,'_line_subtotal_tax','0'),(46255,5347,'_line_total','84.48'),(46256,5347,'_line_tax','0'),(46257,5347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46258,5348,'_product_id','93'),(46259,5348,'_variation_id','0'),(46260,5348,'_qty','4'),(46261,5348,'_tax_class',''),(46262,5348,'_line_subtotal','0'),(46263,5348,'_line_subtotal_tax','0'),(46264,5348,'_line_total','0'),(46265,5348,'_line_tax','0'),(46266,5348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46267,5349,'method_id','fedex'),(46268,5349,'instance_id','1'),(46269,5349,'cost','21.91'),(46270,5349,'total_tax','0'),(46271,5349,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46272,5349,'Package 1','17 × 14 × 10 (in) 24.6lbs × 1'),(46273,5350,'_product_id','45'),(46274,5350,'_variation_id','0'),(46275,5350,'_qty','1'),(46276,5350,'_tax_class',''),(46277,5350,'_line_subtotal','42.24'),(46278,5350,'_line_subtotal_tax','0'),(46279,5350,'_line_total','42.24'),(46280,5350,'_line_tax','0'),(46281,5350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46282,5351,'_product_id','23'),(46283,5351,'_variation_id','0'),(46284,5351,'_qty','3'),(46285,5351,'_tax_class',''),(46286,5351,'_line_subtotal','335.52'),(46287,5351,'_line_subtotal_tax','0'),(46288,5351,'_line_total','335.52'),(46289,5351,'_line_tax','0'),(46290,5351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46291,5352,'_product_id','38'),(46292,5352,'_variation_id','0'),(46293,5352,'_qty','2'),(46294,5352,'_tax_class',''),(46295,5352,'_line_subtotal','557.12'),(46296,5352,'_line_subtotal_tax','0'),(46297,5352,'_line_total','557.12'),(46298,5352,'_line_tax','0'),(46299,5352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46300,5353,'_product_id','41'),(46301,5353,'_variation_id','0'),(46302,5353,'_qty','3'),(46303,5353,'_tax_class',''),(46304,5353,'_line_subtotal','199.44'),(46305,5353,'_line_subtotal_tax','0'),(46306,5353,'_line_total','199.44'),(46307,5353,'_line_tax','0'),(46308,5353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46309,5354,'_product_id','116'),(46310,5354,'_variation_id','0'),(46311,5354,'_qty','1'),(46312,5354,'_tax_class',''),(46313,5354,'_line_subtotal','145.44'),(46314,5354,'_line_subtotal_tax','0'),(46315,5354,'_line_total','145.44'),(46316,5354,'_line_tax','0'),(46317,5354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46318,5355,'_product_id','43'),(46319,5355,'_variation_id','0'),(46320,5355,'_qty','1'),(46321,5355,'_tax_class',''),(46322,5355,'_line_subtotal','79.2'),(46323,5355,'_line_subtotal_tax','0'),(46324,5355,'_line_total','79.2'),(46325,5355,'_line_tax','0'),(46326,5355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46327,5356,'_product_id','49'),(46328,5356,'_variation_id','0'),(46329,5356,'_qty','2'),(46330,5356,'_tax_class',''),(46331,5356,'_line_subtotal','158.4'),(46332,5356,'_line_subtotal_tax','0'),(46333,5356,'_line_total','158.4'),(46334,5356,'_line_tax','0'),(46335,5356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46336,5357,'_product_id','93'),(46337,5357,'_variation_id','0'),(46338,5357,'_qty','8'),(46339,5357,'_tax_class',''),(46340,5357,'_line_subtotal','0'),(46341,5357,'_line_subtotal_tax','0'),(46342,5357,'_line_total','0'),(46343,5357,'_line_tax','0'),(46344,5357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46345,5358,'method_id','free_shipping'),(46346,5358,'instance_id','2'),(46347,5358,'cost','0.00'),(46348,5358,'total_tax','0'),(46349,5358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46350,5358,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 8'),(46359,5359,'_product_id','23'),(46360,5359,'_variation_id','0'),(46361,5359,'_qty','1'),(46362,5359,'_tax_class',''),(46363,5359,'_line_subtotal','111.84'),(46364,5359,'_line_subtotal_tax','0'),(46365,5359,'_line_total','111.84'),(46366,5359,'_line_tax','0'),(46367,5359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46368,5360,'_product_id','49'),(46369,5360,'_variation_id','0'),(46370,5360,'_qty','3'),(46371,5360,'_tax_class',''),(46372,5360,'_line_subtotal','237.6'),(46373,5360,'_line_subtotal_tax','0'),(46374,5360,'_line_total','237.6'),(46375,5360,'_line_tax','0'),(46376,5360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46377,5361,'_product_id','44'),(46378,5361,'_variation_id','0'),(46379,5361,'_qty','6'),(46380,5361,'_tax_class',''),(46381,5361,'_line_subtotal','696.96'),(46382,5361,'_line_subtotal_tax','0'),(46383,5361,'_line_total','696.96'),(46384,5361,'_line_tax','0'),(46385,5361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46386,5362,'_product_id','39'),(46387,5362,'_variation_id','0'),(46388,5362,'_qty','1'),(46389,5362,'_tax_class',''),(46390,5362,'_line_subtotal','79.2'),(46391,5362,'_line_subtotal_tax','0'),(46392,5362,'_line_total','79.2'),(46393,5362,'_line_tax','0'),(46394,5362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46395,5363,'_product_id','40'),(46396,5363,'_variation_id','0'),(46397,5363,'_qty','1'),(46398,5363,'_tax_class',''),(46399,5363,'_line_subtotal','79.2'),(46400,5363,'_line_subtotal_tax','0'),(46401,5363,'_line_total','79.2'),(46402,5363,'_line_tax','0'),(46403,5363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46404,5364,'_product_id','490'),(46405,5364,'_variation_id','0'),(46406,5364,'_qty','4'),(46407,5364,'_tax_class',''),(46408,5364,'_line_subtotal','91.12'),(46409,5364,'_line_subtotal_tax','0'),(46410,5364,'_line_total','91.12'),(46411,5364,'_line_tax','0'),(46412,5364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46413,5365,'method_id','free_shipping'),(46414,5365,'instance_id','2'),(46415,5365,'cost','0.00'),(46416,5365,'total_tax','0'),(46417,5365,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46418,5365,'Items','Active Rinse 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 6, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(46419,5366,'_product_id','490'),(46420,5366,'_variation_id','0'),(46421,5366,'_qty','8'),(46422,5366,'_tax_class',''),(46423,5366,'_line_subtotal','182.24'),(46424,5366,'_line_subtotal_tax','0'),(46425,5366,'_line_total','182.24'),(46426,5366,'_line_tax','0'),(46427,5366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46428,5367,'_product_id','488'),(46429,5367,'_variation_id','0'),(46430,5367,'_qty','1'),(46431,5367,'_tax_class',''),(46432,5367,'_line_subtotal','31.35'),(46433,5367,'_line_subtotal_tax','0'),(46434,5367,'_line_total','31.35'),(46435,5367,'_line_tax','0'),(46436,5367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46437,5368,'_product_id','41'),(46438,5368,'_variation_id','0'),(46439,5368,'_qty','2'),(46440,5368,'_tax_class',''),(46441,5368,'_line_subtotal','132.96'),(46442,5368,'_line_subtotal_tax','0'),(46443,5368,'_line_total','132.96'),(46444,5368,'_line_tax','0'),(46445,5368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46446,5369,'_product_id','23'),(46447,5369,'_variation_id','0'),(46448,5369,'_qty','2'),(46449,5369,'_tax_class',''),(46450,5369,'_line_subtotal','223.68'),(46451,5369,'_line_subtotal_tax','0'),(46452,5369,'_line_total','223.68'),(46453,5369,'_line_tax','0'),(46454,5369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46455,5370,'_product_id','38'),(46456,5370,'_variation_id','0'),(46457,5370,'_qty','1'),(46458,5370,'_tax_class',''),(46459,5370,'_line_subtotal','278.56'),(46460,5370,'_line_subtotal_tax','0'),(46461,5370,'_line_total','278.56'),(46462,5370,'_line_tax','0'),(46463,5370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46464,5371,'method_id','free_shipping'),(46465,5371,'instance_id','2'),(46466,5371,'cost','0.00'),(46467,5371,'total_tax','0'),(46468,5371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46469,5371,'Items','Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(46470,5359,'thwma_order_shipping_status','wc-pending'),(46471,5360,'thwma_order_shipping_status','wc-pending'),(46472,5361,'thwma_order_shipping_status','wc-pending'),(46473,5362,'thwma_order_shipping_status','wc-pending'),(46474,5363,'thwma_order_shipping_status','wc-pending'),(46475,5364,'thwma_order_shipping_status','wc-pending'),(46476,5312,'thwma_order_shipping_status','wc-pending'),(46477,5313,'thwma_order_shipping_status','wc-pending'),(46478,5314,'thwma_order_shipping_status','wc-pending'),(46479,5315,'thwma_order_shipping_status','wc-pending'),(46480,5316,'thwma_order_shipping_status','wc-pending'),(46491,5350,'thwma_order_shipping_status','wc-pending'),(46492,5351,'thwma_order_shipping_status','wc-pending'),(46493,5352,'thwma_order_shipping_status','wc-pending'),(46494,5353,'thwma_order_shipping_status','wc-pending'),(46495,5354,'thwma_order_shipping_status','wc-pending'),(46496,5355,'thwma_order_shipping_status','wc-pending'),(46497,5356,'thwma_order_shipping_status','wc-pending'),(46498,5357,'thwma_order_shipping_status','wc-pending'),(46499,5372,'_product_id','41'),(46500,5372,'_variation_id','0'),(46501,5372,'_qty','2'),(46502,5372,'_tax_class',''),(46503,5372,'_line_subtotal','132.96'),(46504,5372,'_line_subtotal_tax','0'),(46505,5372,'_line_total','132.96'),(46506,5372,'_line_tax','0'),(46507,5372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46508,5373,'_product_id','490'),(46509,5373,'_variation_id','0'),(46510,5373,'_qty','10'),(46511,5373,'_tax_class',''),(46512,5373,'_line_subtotal','227.8'),(46513,5373,'_line_subtotal_tax','0'),(46514,5373,'_line_total','227.8'),(46515,5373,'_line_tax','0'),(46516,5373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46517,5374,'_product_id','488'),(46518,5374,'_variation_id','0'),(46519,5374,'_qty','2'),(46520,5374,'_tax_class',''),(46521,5374,'_line_subtotal','62.7'),(46522,5374,'_line_subtotal_tax','0'),(46523,5374,'_line_total','62.7'),(46524,5374,'_line_tax','0'),(46525,5374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46526,5375,'_product_id','38'),(46527,5375,'_variation_id','0'),(46528,5375,'_qty','2'),(46529,5375,'_tax_class',''),(46530,5375,'_line_subtotal','557.12'),(46531,5375,'_line_subtotal_tax','0'),(46532,5375,'_line_total','557.12'),(46533,5375,'_line_tax','0'),(46534,5375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46535,5376,'_product_id','23'),(46536,5376,'_variation_id','0'),(46537,5376,'_qty','2'),(46538,5376,'_tax_class',''),(46539,5376,'_line_subtotal','223.68'),(46540,5376,'_line_subtotal_tax','0'),(46541,5376,'_line_total','223.68'),(46542,5376,'_line_tax','0'),(46543,5376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46544,5377,'_product_id','133'),(46545,5377,'_variation_id','0'),(46546,5377,'_qty','4'),(46547,5377,'_tax_class',''),(46548,5377,'_line_subtotal','57.2'),(46549,5377,'_line_subtotal_tax','0'),(46550,5377,'_line_total','57.2'),(46551,5377,'_line_tax','0'),(46552,5377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46553,5378,'_product_id','131'),(46554,5378,'_variation_id','0'),(46555,5378,'_qty','6'),(46556,5378,'_tax_class',''),(46557,5378,'_line_subtotal','75.9'),(46558,5378,'_line_subtotal_tax','0'),(46559,5378,'_line_total','75.9'),(46560,5378,'_line_tax','0'),(46561,5378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46562,5379,'_product_id','44'),(46563,5379,'_variation_id','0'),(46564,5379,'_qty','1'),(46565,5379,'_tax_class',''),(46566,5379,'_line_subtotal','116.16'),(46567,5379,'_line_subtotal_tax','0'),(46568,5379,'_line_total','116.16'),(46569,5379,'_line_tax','0'),(46570,5379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46571,5380,'method_id','free_shipping'),(46572,5380,'instance_id','2'),(46573,5380,'cost','0.00'),(46574,5380,'total_tax','0'),(46575,5380,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46576,5380,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 4, Disposable Capes &times; 6, Preventive Kit(Case of 6) &times; 1'),(46577,5381,'_product_id','490'),(46578,5381,'_variation_id','0'),(46579,5381,'_qty','10'),(46580,5381,'_tax_class',''),(46581,5381,'_line_subtotal','227.8'),(46582,5381,'_line_subtotal_tax','0'),(46583,5381,'_line_total','227.8'),(46584,5381,'_line_tax','0'),(46585,5381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46586,5382,'_product_id','38'),(46587,5382,'_variation_id','0'),(46588,5382,'_qty','1'),(46589,5382,'_tax_class',''),(46590,5382,'_line_subtotal','278.56'),(46591,5382,'_line_subtotal_tax','0'),(46592,5382,'_line_total','278.56'),(46593,5382,'_line_tax','0'),(46594,5382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46595,5383,'method_id','free_shipping'),(46596,5383,'instance_id','2'),(46597,5383,'cost','0.00'),(46598,5383,'total_tax','0'),(46599,5383,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46600,5383,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(46601,5384,'_product_id','23'),(46602,5384,'_variation_id','0'),(46603,5384,'_qty','2'),(46604,5384,'_tax_class',''),(46605,5384,'_line_subtotal','223.68'),(46606,5384,'_line_subtotal_tax','0'),(46607,5384,'_line_total','223.68'),(46608,5384,'_line_tax','0'),(46609,5384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46610,5385,'_product_id','44'),(46611,5385,'_variation_id','0'),(46612,5385,'_qty','1'),(46613,5385,'_tax_class',''),(46614,5385,'_line_subtotal','116.16'),(46615,5385,'_line_subtotal_tax','0'),(46616,5385,'_line_total','116.16'),(46617,5385,'_line_tax','0'),(46618,5385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46619,5386,'_product_id','490'),(46620,5386,'_variation_id','0'),(46621,5386,'_qty','10'),(46622,5386,'_tax_class',''),(46623,5386,'_line_subtotal','227.8'),(46624,5386,'_line_subtotal_tax','0'),(46625,5386,'_line_total','227.8'),(46626,5386,'_line_tax','0'),(46627,5386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46628,5387,'method_id','free_shipping'),(46629,5387,'instance_id','2'),(46630,5387,'cost','0.00'),(46631,5387,'total_tax','0'),(46632,5387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46633,5387,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(46634,5366,'thwma_order_shipping_status','wc-pending'),(46635,5367,'thwma_order_shipping_status','wc-pending'),(46636,5368,'thwma_order_shipping_status','wc-pending'),(46637,5369,'thwma_order_shipping_status','wc-pending'),(46638,5370,'thwma_order_shipping_status','wc-pending'),(46639,5388,'_product_id','41'),(46640,5388,'_variation_id','0'),(46641,5388,'_qty','6'),(46642,5388,'_tax_class',''),(46643,5388,'_line_subtotal','398.88'),(46644,5388,'_line_subtotal_tax','0'),(46645,5388,'_line_total','398.88'),(46646,5388,'_line_tax','0'),(46647,5388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46648,5389,'_product_id','42'),(46649,5389,'_variation_id','0'),(46650,5389,'_qty','1'),(46651,5389,'_tax_class',''),(46652,5389,'_line_subtotal','79.2'),(46653,5389,'_line_subtotal_tax','0'),(46654,5389,'_line_total','79.2'),(46655,5389,'_line_tax','0'),(46656,5389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46657,5390,'_product_id','487'),(46658,5390,'_variation_id','0'),(46659,5390,'_qty','1'),(46660,5390,'_tax_class',''),(46661,5390,'_line_subtotal','31.35'),(46662,5390,'_line_subtotal_tax','0'),(46663,5390,'_line_total','31.35'),(46664,5390,'_line_tax','0'),(46665,5390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46666,5391,'method_id','free_shipping'),(46667,5391,'instance_id','2'),(46668,5391,'cost','0.00'),(46669,5391,'total_tax','0'),(46670,5391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46671,5391,'Items','Professional Lice Comb(Case of 12) &times; 6, Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(46672,5388,'thwma_order_shipping_status','wc-pending'),(46673,5389,'thwma_order_shipping_status','wc-pending'),(46674,5390,'thwma_order_shipping_status','wc-pending'),(46675,5384,'thwma_order_shipping_status','wc-pending'),(46676,5385,'thwma_order_shipping_status','wc-pending'),(46677,5386,'thwma_order_shipping_status','wc-pending'),(46680,5381,'thwma_order_shipping_status','wc-pending'),(46681,5382,'thwma_order_shipping_status','wc-pending'),(46682,5372,'thwma_order_shipping_status','wc-pending'),(46683,5373,'thwma_order_shipping_status','wc-pending'),(46684,5374,'thwma_order_shipping_status','wc-pending'),(46685,5375,'thwma_order_shipping_status','wc-pending'),(46686,5376,'thwma_order_shipping_status','wc-pending'),(46687,5377,'thwma_order_shipping_status','wc-pending'),(46688,5378,'thwma_order_shipping_status','wc-pending'),(46689,5379,'thwma_order_shipping_status','wc-pending'),(46690,5347,'thwma_order_shipping_status','wc-pending'),(46691,5348,'thwma_order_shipping_status','wc-pending'),(46692,5392,'_product_id','41'),(46693,5392,'_variation_id','0'),(46694,5392,'_qty','1'),(46695,5392,'_tax_class',''),(46696,5392,'_line_subtotal','66.48'),(46697,5392,'_line_subtotal_tax','0'),(46698,5392,'_line_total','66.48'),(46699,5392,'_line_tax','0'),(46700,5392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46701,5393,'_product_id','43'),(46702,5393,'_variation_id','0'),(46703,5393,'_qty','1'),(46704,5393,'_tax_class',''),(46705,5393,'_line_subtotal','79.2'),(46706,5393,'_line_subtotal_tax','0'),(46707,5393,'_line_total','79.2'),(46708,5393,'_line_tax','0'),(46709,5393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46710,5394,'_product_id','44'),(46711,5394,'_variation_id','0'),(46712,5394,'_qty','1'),(46713,5394,'_tax_class',''),(46714,5394,'_line_subtotal','116.16'),(46715,5394,'_line_subtotal_tax','0'),(46716,5394,'_line_total','116.16'),(46717,5394,'_line_tax','0'),(46718,5394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46719,5395,'_product_id','93'),(46720,5395,'_variation_id','0'),(46721,5395,'_qty','6'),(46722,5395,'_tax_class',''),(46723,5395,'_line_subtotal','0'),(46724,5395,'_line_subtotal_tax','0'),(46725,5395,'_line_total','0'),(46726,5395,'_line_tax','0'),(46727,5395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46728,5396,'method_id','fedex'),(46729,5396,'instance_id','1'),(46730,5396,'cost','27.32'),(46731,5396,'total_tax','0'),(46732,5396,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46733,5396,'Package 1','17 × 14 × 10 (in) 35.65lbs × 1'),(46738,5331,'thwma_order_shipping_status','wc-pending'),(46739,5332,'thwma_order_shipping_status','wc-pending'),(46744,5296,'thwma_order_shipping_status','wc-pending'),(46745,5297,'thwma_order_shipping_status','wc-pending'),(46746,5298,'thwma_order_shipping_status','wc-pending'),(46747,5299,'thwma_order_shipping_status','wc-pending'),(46748,5262,'thwma_order_shipping_status','wc-pending'),(46749,5263,'thwma_order_shipping_status','wc-pending'),(46750,5264,'thwma_order_shipping_status','wc-pending'),(46751,5265,'thwma_order_shipping_status','wc-pending'),(46752,5266,'thwma_order_shipping_status','wc-pending'),(46753,5267,'thwma_order_shipping_status','wc-pending'),(46754,5268,'thwma_order_shipping_status','wc-pending'),(46755,5269,'thwma_order_shipping_status','wc-pending'),(46756,5270,'thwma_order_shipping_status','wc-pending'),(46757,5271,'thwma_order_shipping_status','wc-pending'),(46782,5400,'_product_id','487'),(46783,5400,'_variation_id','0'),(46784,5400,'_qty','3'),(46785,5400,'_tax_class',''),(46786,5400,'_line_subtotal','94.05'),(46787,5400,'_line_subtotal_tax','0'),(46788,5400,'_line_total','94.05'),(46789,5400,'_line_tax','0'),(46790,5400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46791,5401,'_product_id','490'),(46792,5401,'_variation_id','0'),(46793,5401,'_qty','3'),(46794,5401,'_tax_class',''),(46795,5401,'_line_subtotal','68.34'),(46796,5401,'_line_subtotal_tax','0'),(46797,5401,'_line_total','68.34'),(46798,5401,'_line_tax','0'),(46799,5401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46800,5402,'method_id','fedex'),(46801,5402,'instance_id','1'),(46802,5402,'cost','24.47'),(46803,5402,'total_tax','0'),(46804,5402,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46805,5402,'Package 1','17 × 14 × 10 (in) 31lbs × 1'),(46806,5403,'_product_id','45'),(46807,5403,'_variation_id','0'),(46808,5403,'_qty','1'),(46809,5403,'_tax_class',''),(46810,5403,'_line_subtotal','42.24'),(46811,5403,'_line_subtotal_tax','0'),(46812,5403,'_line_total','42.24'),(46813,5403,'_line_tax','0'),(46814,5403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46815,5404,'_product_id','120'),(46816,5404,'_variation_id','0'),(46817,5404,'_qty','1'),(46818,5404,'_tax_class',''),(46819,5404,'_line_subtotal','52.8'),(46820,5404,'_line_subtotal_tax','0'),(46821,5404,'_line_total','52.8'),(46822,5404,'_line_tax','0'),(46823,5404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46824,5405,'_product_id','41'),(46825,5405,'_variation_id','0'),(46826,5405,'_qty','1'),(46827,5405,'_tax_class',''),(46828,5405,'_line_subtotal','66.48'),(46829,5405,'_line_subtotal_tax','0'),(46830,5405,'_line_total','66.48'),(46831,5405,'_line_tax','0'),(46832,5405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46833,5406,'_product_id','38'),(46834,5406,'_variation_id','0'),(46835,5406,'_qty','1'),(46836,5406,'_tax_class',''),(46837,5406,'_line_subtotal','278.56'),(46838,5406,'_line_subtotal_tax','0'),(46839,5406,'_line_total','278.56'),(46840,5406,'_line_tax','0'),(46841,5406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46842,5407,'_product_id','23'),(46843,5407,'_variation_id','0'),(46844,5407,'_qty','1'),(46845,5407,'_tax_class',''),(46846,5407,'_line_subtotal','111.84'),(46847,5407,'_line_subtotal_tax','0'),(46848,5407,'_line_total','111.84'),(46849,5407,'_line_tax','0'),(46850,5407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46851,5408,'_product_id','41'),(46852,5408,'_variation_id','0'),(46853,5408,'_qty','2'),(46854,5408,'_tax_class',''),(46855,5408,'_line_subtotal','132.96'),(46856,5408,'_line_subtotal_tax','0'),(46857,5408,'_line_total','132.96'),(46858,5408,'_line_tax','0'),(46859,5408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46860,5409,'_product_id','49'),(46861,5409,'_variation_id','0'),(46862,5409,'_qty','1'),(46863,5409,'_tax_class',''),(46864,5409,'_line_subtotal','79.2'),(46865,5409,'_line_subtotal_tax','0'),(46866,5409,'_line_total','79.2'),(46867,5409,'_line_tax','0'),(46868,5409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46869,5410,'method_id','free_shipping'),(46870,5410,'instance_id','2'),(46871,5410,'cost','0.00'),(46872,5410,'total_tax','0'),(46873,5410,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46874,5410,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(46875,5411,'_product_id','38'),(46876,5411,'_variation_id','0'),(46877,5411,'_qty','1'),(46878,5411,'_tax_class',''),(46879,5411,'_line_subtotal','278.56'),(46880,5411,'_line_subtotal_tax','0'),(46881,5411,'_line_total','278.56'),(46882,5411,'_line_tax','0'),(46883,5411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46884,5412,'_product_id','23'),(46885,5412,'_variation_id','0'),(46886,5412,'_qty','1'),(46887,5412,'_tax_class',''),(46888,5412,'_line_subtotal','111.84'),(46889,5412,'_line_subtotal_tax','0'),(46890,5412,'_line_total','111.84'),(46891,5412,'_line_tax','0'),(46892,5412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46893,5413,'_product_id','41'),(46894,5413,'_variation_id','0'),(46895,5413,'_qty','2'),(46896,5413,'_tax_class',''),(46897,5413,'_line_subtotal','132.96'),(46898,5413,'_line_subtotal_tax','0'),(46899,5413,'_line_total','132.96'),(46900,5413,'_line_tax','0'),(46901,5413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46902,5414,'_product_id','23'),(46903,5414,'_variation_id','0'),(46904,5414,'_qty','1'),(46905,5414,'_tax_class',''),(46906,5414,'_line_subtotal','111.84'),(46907,5414,'_line_subtotal_tax','0'),(46908,5414,'_line_total','111.84'),(46909,5414,'_line_tax','0'),(46910,5414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46911,5415,'method_id','free_shipping'),(46912,5415,'instance_id','2'),(46913,5415,'cost','0.00'),(46914,5415,'total_tax','0'),(46915,5415,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46916,5415,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1'),(46917,5416,'_product_id','38'),(46918,5416,'_variation_id','0'),(46919,5416,'_qty','1'),(46920,5416,'_tax_class',''),(46921,5416,'_line_subtotal','278.56'),(46922,5416,'_line_subtotal_tax','0'),(46923,5416,'_line_total','278.56'),(46924,5416,'_line_tax','0'),(46925,5416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46926,5417,'_product_id','23'),(46927,5417,'_variation_id','0'),(46928,5417,'_qty','1'),(46929,5417,'_tax_class',''),(46930,5417,'_line_subtotal','111.84'),(46931,5417,'_line_subtotal_tax','0'),(46932,5417,'_line_total','111.84'),(46933,5417,'_line_tax','0'),(46934,5417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46935,5418,'_product_id','41'),(46936,5418,'_variation_id','0'),(46937,5418,'_qty','2'),(46938,5418,'_tax_class',''),(46939,5418,'_line_subtotal','132.96'),(46940,5418,'_line_subtotal_tax','0'),(46941,5418,'_line_total','132.96'),(46942,5418,'_line_tax','0'),(46943,5418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46944,5419,'_product_id','23'),(46945,5419,'_variation_id','0'),(46946,5419,'_qty','1'),(46947,5419,'_tax_class',''),(46948,5419,'_line_subtotal','111.84'),(46949,5419,'_line_subtotal_tax','0'),(46950,5419,'_line_total','111.84'),(46951,5419,'_line_tax','0'),(46952,5419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46953,5420,'_product_id','93'),(46954,5420,'_variation_id','0'),(46955,5420,'_qty','10'),(46956,5420,'_tax_class',''),(46957,5420,'_line_subtotal','0'),(46958,5420,'_line_subtotal_tax','0'),(46959,5420,'_line_total','0'),(46960,5420,'_line_tax','0'),(46961,5420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46962,5421,'method_id','free_shipping'),(46963,5421,'instance_id','2'),(46964,5421,'cost','0.00'),(46965,5421,'total_tax','0'),(46966,5421,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46967,5421,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(46968,5422,'_product_id','23'),(46969,5422,'_variation_id','0'),(46970,5422,'_qty','5'),(46971,5422,'_tax_class',''),(46972,5422,'_line_subtotal','559.2'),(46973,5422,'_line_subtotal_tax','0'),(46974,5422,'_line_total','559.2'),(46975,5422,'_line_tax','0'),(46976,5422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46977,5423,'_product_id','95'),(46978,5423,'_variation_id','0'),(46979,5423,'_qty','6'),(46980,5423,'_tax_class',''),(46981,5423,'_line_subtotal','0'),(46982,5423,'_line_subtotal_tax','0'),(46983,5423,'_line_total','0'),(46984,5423,'_line_tax','0'),(46985,5423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46986,5424,'_product_id','137'),(46987,5424,'_variation_id','0'),(46988,5424,'_qty','5'),(46989,5424,'_tax_class',''),(46990,5424,'_line_subtotal','30.25'),(46991,5424,'_line_subtotal_tax','0'),(46992,5424,'_line_total','30.25'),(46993,5424,'_line_tax','0'),(46994,5424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(46995,5425,'_product_id','320'),(46996,5425,'_variation_id','0'),(46997,5425,'_qty','4'),(46998,5425,'_tax_class',''),(46999,5425,'_line_subtotal','15'),(47000,5425,'_line_subtotal_tax','0'),(47001,5425,'_line_total','15'),(47002,5425,'_line_tax','0'),(47003,5425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47004,5426,'_product_id','138'),(47005,5426,'_variation_id','0'),(47006,5426,'_qty','4'),(47007,5426,'_tax_class',''),(47008,5426,'_line_subtotal','19.8'),(47009,5426,'_line_subtotal_tax','0'),(47010,5426,'_line_total','19.8'),(47011,5426,'_line_tax','0'),(47012,5426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47013,5427,'_product_id','318'),(47014,5427,'_variation_id','0'),(47015,5427,'_qty','4'),(47016,5427,'_tax_class',''),(47017,5427,'_line_subtotal','12'),(47018,5427,'_line_subtotal_tax','0'),(47019,5427,'_line_total','12'),(47020,5427,'_line_tax','0'),(47021,5427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47022,5428,'method_id','free_shipping'),(47023,5428,'instance_id','2'),(47024,5428,'cost','0.00'),(47025,5428,'total_tax','0'),(47026,5428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47027,5428,'Items','Active Rinse 8oz(Case of 12) &times; 5, Bulk Active Rinse 50/50 &times; 6, The Wet Brush &times; 5, Wet Comb &times; 4, The Wet Brush Squirt &times; 4, Goomee 4 Pack &times; 4'),(47039,5403,'thwma_order_shipping_status','wc-pending'),(47040,5404,'thwma_order_shipping_status','wc-pending'),(47041,5405,'thwma_order_shipping_status','wc-pending'),(47042,5406,'thwma_order_shipping_status','wc-pending'),(47043,5407,'thwma_order_shipping_status','wc-pending'),(47044,5408,'thwma_order_shipping_status','wc-pending'),(47045,5409,'thwma_order_shipping_status','wc-pending'),(47046,5392,'thwma_order_shipping_status','wc-pending'),(47047,5393,'thwma_order_shipping_status','wc-pending'),(47048,5394,'thwma_order_shipping_status','wc-pending'),(47049,5395,'thwma_order_shipping_status','wc-pending'),(47050,5400,'thwma_order_shipping_status','wc-pending'),(47051,5401,'thwma_order_shipping_status','wc-pending'),(47052,5429,'_product_id','38'),(47053,5429,'_variation_id','0'),(47054,5429,'_qty','1'),(47055,5429,'_tax_class',''),(47056,5429,'_line_subtotal','278.56'),(47057,5429,'_line_subtotal_tax','0'),(47058,5429,'_line_total','278.56'),(47059,5429,'_line_tax','0'),(47060,5429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47061,5430,'_product_id','23'),(47062,5430,'_variation_id','0'),(47063,5430,'_qty','2'),(47064,5430,'_tax_class',''),(47065,5430,'_line_subtotal','223.68'),(47066,5430,'_line_subtotal_tax','0'),(47067,5430,'_line_total','223.68'),(47068,5430,'_line_tax','0'),(47069,5430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47070,5431,'_product_id','93'),(47071,5431,'_variation_id','0'),(47072,5431,'_qty','10'),(47073,5431,'_tax_class',''),(47074,5431,'_line_subtotal','0'),(47075,5431,'_line_subtotal_tax','0'),(47076,5431,'_line_total','0'),(47077,5431,'_line_tax','0'),(47078,5431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47079,5432,'method_id','free_shipping'),(47080,5432,'instance_id','2'),(47081,5432,'cost','0.00'),(47082,5432,'total_tax','0'),(47083,5432,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47084,5432,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10'),(47090,5416,'thwma_order_shipping_status','wc-pending'),(47091,5417,'thwma_order_shipping_status','wc-pending'),(47092,5418,'thwma_order_shipping_status','wc-pending'),(47093,5419,'thwma_order_shipping_status','wc-pending'),(47094,5420,'thwma_order_shipping_status','wc-pending'),(47098,5433,'_product_id','45'),(47099,5433,'_variation_id','0'),(47100,5433,'_qty','4'),(47101,5433,'_tax_class',''),(47102,5433,'_line_subtotal','168.96'),(47103,5433,'_line_subtotal_tax','0'),(47104,5433,'_line_total','168.96'),(47105,5433,'_line_tax','0'),(47106,5433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47107,5434,'_product_id','41'),(47108,5434,'_variation_id','0'),(47109,5434,'_qty','1'),(47110,5434,'_tax_class',''),(47111,5434,'_line_subtotal','66.48'),(47112,5434,'_line_subtotal_tax','0'),(47113,5434,'_line_total','66.48'),(47114,5434,'_line_tax','0'),(47115,5434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47116,5435,'_product_id','488'),(47117,5435,'_variation_id','0'),(47118,5435,'_qty','1'),(47119,5435,'_tax_class',''),(47120,5435,'_line_subtotal','31.35'),(47121,5435,'_line_subtotal_tax','0'),(47122,5435,'_line_total','31.35'),(47123,5435,'_line_tax','0'),(47124,5435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47125,5436,'_product_id','487'),(47126,5436,'_variation_id','0'),(47127,5436,'_qty','1'),(47128,5436,'_tax_class',''),(47129,5436,'_line_subtotal','31.35'),(47130,5436,'_line_subtotal_tax','0'),(47131,5436,'_line_total','31.35'),(47132,5436,'_line_tax','0'),(47133,5436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47134,5437,'_product_id','490'),(47135,5437,'_variation_id','0'),(47136,5437,'_qty','10'),(47137,5437,'_tax_class',''),(47138,5437,'_line_subtotal','227.8'),(47139,5437,'_line_subtotal_tax','0'),(47140,5437,'_line_total','227.8'),(47141,5437,'_line_tax','0'),(47142,5437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47143,5438,'_product_id','51'),(47144,5438,'_variation_id','0'),(47145,5438,'_qty','1'),(47146,5438,'_tax_class',''),(47147,5438,'_line_subtotal','147.84'),(47148,5438,'_line_subtotal_tax','0'),(47149,5438,'_line_total','147.84'),(47150,5438,'_line_tax','0'),(47151,5438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47152,5439,'_product_id','43'),(47153,5439,'_variation_id','0'),(47154,5439,'_qty','1'),(47155,5439,'_tax_class',''),(47156,5439,'_line_subtotal','79.2'),(47157,5439,'_line_subtotal_tax','0'),(47158,5439,'_line_total','79.2'),(47159,5439,'_line_tax','0'),(47160,5439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47161,5440,'_product_id','49'),(47162,5440,'_variation_id','0'),(47163,5440,'_qty','1'),(47164,5440,'_tax_class',''),(47165,5440,'_line_subtotal','79.2'),(47166,5440,'_line_subtotal_tax','0'),(47167,5440,'_line_total','79.2'),(47168,5440,'_line_tax','0'),(47169,5440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47170,5441,'_product_id','44'),(47171,5441,'_variation_id','0'),(47172,5441,'_qty','1'),(47173,5441,'_tax_class',''),(47174,5441,'_line_subtotal','116.16'),(47175,5441,'_line_subtotal_tax','0'),(47176,5441,'_line_total','116.16'),(47177,5441,'_line_tax','0'),(47178,5441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47179,5442,'method_id','free_shipping'),(47180,5442,'instance_id','2'),(47181,5442,'cost','0.00'),(47182,5442,'total_tax','0'),(47183,5442,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47184,5442,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1'),(47188,5429,'thwma_order_shipping_status','wc-pending'),(47189,5430,'thwma_order_shipping_status','wc-pending'),(47190,5431,'thwma_order_shipping_status','wc-pending'),(47191,5443,'_product_id','23'),(47192,5443,'_variation_id','0'),(47193,5443,'_qty','1'),(47194,5443,'_tax_class',''),(47195,5443,'_line_subtotal','111.84'),(47196,5443,'_line_subtotal_tax','0'),(47197,5443,'_line_total','111.84'),(47198,5443,'_line_tax','0'),(47199,5443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47200,5444,'_product_id','41'),(47201,5444,'_variation_id','0'),(47202,5444,'_qty','2'),(47203,5444,'_tax_class',''),(47204,5444,'_line_subtotal','132.96'),(47205,5444,'_line_subtotal_tax','0'),(47206,5444,'_line_total','132.96'),(47207,5444,'_line_tax','0'),(47208,5444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47209,5445,'_product_id','488'),(47210,5445,'_variation_id','0'),(47211,5445,'_qty','3'),(47212,5445,'_tax_class',''),(47213,5445,'_line_subtotal','94.05'),(47214,5445,'_line_subtotal_tax','0'),(47215,5445,'_line_total','94.05'),(47216,5445,'_line_tax','0'),(47217,5445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47218,5446,'_product_id','490'),(47219,5446,'_variation_id','0'),(47220,5446,'_qty','10'),(47221,5446,'_tax_class',''),(47222,5446,'_line_subtotal','227.8'),(47223,5446,'_line_subtotal_tax','0'),(47224,5446,'_line_total','227.8'),(47225,5446,'_line_tax','0'),(47226,5446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47227,5447,'method_id','free_shipping'),(47228,5447,'instance_id','2'),(47229,5447,'cost','0.00'),(47230,5447,'total_tax','0'),(47231,5447,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47232,5447,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 3, Bulk Active Rinse 100% RM &times; 10'),(47242,5433,'thwma_order_shipping_status','wc-pending'),(47243,5434,'thwma_order_shipping_status','wc-pending'),(47244,5435,'thwma_order_shipping_status','wc-pending'),(47245,5436,'thwma_order_shipping_status','wc-pending'),(47246,5437,'thwma_order_shipping_status','wc-pending'),(47247,5438,'thwma_order_shipping_status','wc-pending'),(47248,5439,'thwma_order_shipping_status','wc-pending'),(47249,5440,'thwma_order_shipping_status','wc-pending'),(47250,5441,'thwma_order_shipping_status','wc-pending'),(47251,5448,'_product_id','42'),(47252,5448,'_variation_id','0'),(47253,5448,'_qty','1'),(47254,5448,'_tax_class',''),(47255,5448,'_line_subtotal','79.2'),(47256,5448,'_line_subtotal_tax','0'),(47257,5448,'_line_total','79.2'),(47258,5448,'_line_tax','0'),(47259,5448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47260,5449,'_product_id','45'),(47261,5449,'_variation_id','0'),(47262,5449,'_qty','3'),(47263,5449,'_tax_class',''),(47264,5449,'_line_subtotal','126.72'),(47265,5449,'_line_subtotal_tax','0'),(47266,5449,'_line_total','126.72'),(47267,5449,'_line_tax','0'),(47268,5449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47269,5450,'_product_id','44'),(47270,5450,'_variation_id','0'),(47271,5450,'_qty','1'),(47272,5450,'_tax_class',''),(47273,5450,'_line_subtotal','116.16'),(47274,5450,'_line_subtotal_tax','0'),(47275,5450,'_line_total','116.16'),(47276,5450,'_line_tax','0'),(47277,5450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47278,5451,'_product_id','490'),(47279,5451,'_variation_id','0'),(47280,5451,'_qty','1'),(47281,5451,'_tax_class',''),(47282,5451,'_line_subtotal','22.78'),(47283,5451,'_line_subtotal_tax','0'),(47284,5451,'_line_total','22.78'),(47285,5451,'_line_tax','0'),(47286,5451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47287,5452,'_product_id','118'),(47288,5452,'_variation_id','0'),(47289,5452,'_qty','1'),(47290,5452,'_tax_class',''),(47291,5452,'_line_subtotal','184.8'),(47292,5452,'_line_subtotal_tax','0'),(47293,5452,'_line_total','184.8'),(47294,5452,'_line_tax','0'),(47295,5452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47296,5453,'_product_id','51'),(47297,5453,'_variation_id','0'),(47298,5453,'_qty','1'),(47299,5453,'_tax_class',''),(47300,5453,'_line_subtotal','147.84'),(47301,5453,'_line_subtotal_tax','0'),(47302,5453,'_line_total','147.84'),(47303,5453,'_line_tax','0'),(47304,5453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47305,5454,'_product_id','43'),(47306,5454,'_variation_id','0'),(47307,5454,'_qty','1'),(47308,5454,'_tax_class',''),(47309,5454,'_line_subtotal','79.2'),(47310,5454,'_line_subtotal_tax','0'),(47311,5454,'_line_total','79.2'),(47312,5454,'_line_tax','0'),(47313,5454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47314,5455,'method_id','free_shipping'),(47315,5455,'instance_id','2'),(47316,5455,'cost','0.00'),(47317,5455,'total_tax','0'),(47318,5455,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47319,5455,'Items','Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(47320,5456,'_product_id','131'),(47321,5456,'_variation_id','0'),(47322,5456,'_qty','4'),(47323,5456,'_tax_class',''),(47324,5456,'_line_subtotal','50.6'),(47325,5456,'_line_subtotal_tax','0'),(47326,5456,'_line_total','50.6'),(47327,5456,'_line_tax','0'),(47328,5456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47329,5457,'_product_id','41'),(47330,5457,'_variation_id','0'),(47331,5457,'_qty','1'),(47332,5457,'_tax_class',''),(47333,5457,'_line_subtotal','66.48'),(47334,5457,'_line_subtotal_tax','0'),(47335,5457,'_line_total','66.48'),(47336,5457,'_line_tax','0'),(47337,5457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47338,5458,'_product_id','490'),(47339,5458,'_variation_id','0'),(47340,5458,'_qty','6'),(47341,5458,'_tax_class',''),(47342,5458,'_line_subtotal','136.68'),(47343,5458,'_line_subtotal_tax','0'),(47344,5458,'_line_total','136.68'),(47345,5458,'_line_tax','0'),(47346,5458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47347,5459,'_product_id','38'),(47348,5459,'_variation_id','0'),(47349,5459,'_qty','1'),(47350,5459,'_tax_class',''),(47351,5459,'_line_subtotal','278.56'),(47352,5459,'_line_subtotal_tax','0'),(47353,5459,'_line_total','278.56'),(47354,5459,'_line_tax','0'),(47355,5459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47356,5460,'method_id','free_shipping'),(47357,5460,'instance_id','2'),(47358,5460,'cost','0.00'),(47359,5460,'total_tax','0'),(47360,5460,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47361,5460,'Items','Disposable Capes &times; 4, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Active Rinse 16oz(Case of 16) &times; 1'),(47362,5443,'thwma_order_shipping_status','wc-pending'),(47363,5444,'thwma_order_shipping_status','wc-pending'),(47364,5445,'thwma_order_shipping_status','wc-pending'),(47365,5446,'thwma_order_shipping_status','wc-pending'),(47372,5422,'thwma_order_shipping_status','wc-pending'),(47373,5423,'thwma_order_shipping_status','wc-pending'),(47374,5424,'thwma_order_shipping_status','wc-pending'),(47375,5425,'thwma_order_shipping_status','wc-pending'),(47376,5426,'thwma_order_shipping_status','wc-pending'),(47377,5427,'thwma_order_shipping_status','wc-pending'),(47378,5461,'_product_id','490'),(47379,5461,'_variation_id','0'),(47380,5461,'_qty','30'),(47381,5461,'_tax_class',''),(47382,5461,'_line_subtotal','683.4'),(47383,5461,'_line_subtotal_tax','0'),(47384,5461,'_line_total','683.4'),(47385,5461,'_line_tax','0'),(47386,5461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47387,5462,'_product_id','23'),(47388,5462,'_variation_id','0'),(47389,5462,'_qty','2'),(47390,5462,'_tax_class',''),(47391,5462,'_line_subtotal','223.68'),(47392,5462,'_line_subtotal_tax','0'),(47393,5462,'_line_total','223.68'),(47394,5462,'_line_tax','0'),(47395,5462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47396,5463,'method_id','free_shipping'),(47397,5463,'instance_id','2'),(47398,5463,'cost','0.00'),(47399,5463,'total_tax','0'),(47400,5463,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47401,5463,'Items','Bulk Active Rinse 100% RM &times; 30, Active Rinse 8oz(Case of 12) &times; 2'),(47402,5456,'thwma_order_shipping_status','wc-pending'),(47403,5457,'thwma_order_shipping_status','wc-pending'),(47404,5458,'thwma_order_shipping_status','wc-pending'),(47405,5459,'thwma_order_shipping_status','wc-pending'),(47406,5448,'thwma_order_shipping_status','wc-pending'),(47407,5449,'thwma_order_shipping_status','wc-pending'),(47408,5450,'thwma_order_shipping_status','wc-pending'),(47409,5451,'thwma_order_shipping_status','wc-pending'),(47410,5452,'thwma_order_shipping_status','wc-pending'),(47411,5453,'thwma_order_shipping_status','wc-pending'),(47412,5454,'thwma_order_shipping_status','wc-pending'),(47413,5461,'thwma_order_shipping_status','wc-pending'),(47414,5462,'thwma_order_shipping_status','wc-pending'),(47415,5464,'_product_id','93'),(47416,5464,'_variation_id','0'),(47417,5464,'_qty','10'),(47418,5464,'_tax_class',''),(47419,5464,'_line_subtotal','0'),(47420,5464,'_line_subtotal_tax','0'),(47421,5464,'_line_total','0'),(47422,5464,'_line_tax','0'),(47423,5464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47424,5465,'_product_id','97'),(47425,5465,'_variation_id','0'),(47426,5465,'_qty','1'),(47427,5465,'_tax_class',''),(47428,5465,'_line_subtotal','0'),(47429,5465,'_line_subtotal_tax','0'),(47430,5465,'_line_total','0'),(47431,5465,'_line_tax','0'),(47432,5465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47433,5466,'method_id','fedex'),(47434,5466,'instance_id','1'),(47435,5466,'cost','16.00'),(47436,5466,'total_tax','0'),(47437,5466,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47438,5466,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(47439,5467,'_product_id','23'),(47440,5467,'_variation_id','0'),(47441,5467,'_qty','3'),(47442,5467,'_tax_class',''),(47443,5467,'_line_subtotal','335.52'),(47444,5467,'_line_subtotal_tax','0'),(47445,5467,'_line_total','335.52'),(47446,5467,'_line_tax','0'),(47447,5467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47448,5468,'_product_id','38'),(47449,5468,'_variation_id','0'),(47450,5468,'_qty','2'),(47451,5468,'_tax_class',''),(47452,5468,'_line_subtotal','557.12'),(47453,5468,'_line_subtotal_tax','0'),(47454,5468,'_line_total','557.12'),(47455,5468,'_line_tax','0'),(47456,5468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47457,5469,'_product_id','42'),(47458,5469,'_variation_id','0'),(47459,5469,'_qty','1'),(47460,5469,'_tax_class',''),(47461,5469,'_line_subtotal','79.2'),(47462,5469,'_line_subtotal_tax','0'),(47463,5469,'_line_total','79.2'),(47464,5469,'_line_tax','0'),(47465,5469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47466,5470,'_product_id','45'),(47467,5470,'_variation_id','0'),(47468,5470,'_qty','2'),(47469,5470,'_tax_class',''),(47470,5470,'_line_subtotal','84.48'),(47471,5470,'_line_subtotal_tax','0'),(47472,5470,'_line_total','84.48'),(47473,5470,'_line_tax','0'),(47474,5470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47475,5471,'_product_id','43'),(47476,5471,'_variation_id','0'),(47477,5471,'_qty','2'),(47478,5471,'_tax_class',''),(47479,5471,'_line_subtotal','158.4'),(47480,5471,'_line_subtotal_tax','0'),(47481,5471,'_line_total','158.4'),(47482,5471,'_line_tax','0'),(47483,5471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47484,5472,'_product_id','49'),(47485,5472,'_variation_id','0'),(47486,5472,'_qty','2'),(47487,5472,'_tax_class',''),(47488,5472,'_line_subtotal','158.4'),(47489,5472,'_line_subtotal_tax','0'),(47490,5472,'_line_total','158.4'),(47491,5472,'_line_tax','0'),(47492,5472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47493,5473,'_product_id','487'),(47494,5473,'_variation_id','0'),(47495,5473,'_qty','4'),(47496,5473,'_tax_class',''),(47497,5473,'_line_subtotal','125.4'),(47498,5473,'_line_subtotal_tax','0'),(47499,5473,'_line_total','125.4'),(47500,5473,'_line_tax','0'),(47501,5473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47502,5474,'_product_id','490'),(47503,5474,'_variation_id','0'),(47504,5474,'_qty','20'),(47505,5474,'_tax_class',''),(47506,5474,'_line_subtotal','455.6'),(47507,5474,'_line_subtotal_tax','0'),(47508,5474,'_line_total','455.6'),(47509,5474,'_line_tax','0'),(47510,5474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47511,5475,'method_id','free_shipping'),(47512,5475,'instance_id','2'),(47513,5475,'cost','0.00'),(47514,5475,'total_tax','0'),(47515,5475,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47516,5475,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 4, Bulk Active Rinse 100% RM &times; 20'),(47521,5476,'_product_id','93'),(47522,5476,'_variation_id','0'),(47523,5476,'_qty','10'),(47524,5476,'_tax_class',''),(47525,5476,'_line_subtotal','0'),(47526,5476,'_line_subtotal_tax','0'),(47527,5476,'_line_total','0'),(47528,5476,'_line_tax','0'),(47529,5476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47530,5477,'_product_id','41'),(47531,5477,'_variation_id','0'),(47532,5477,'_qty','1'),(47533,5477,'_tax_class',''),(47534,5477,'_line_subtotal','66.48'),(47535,5477,'_line_subtotal_tax','0'),(47536,5477,'_line_total','66.48'),(47537,5477,'_line_tax','0'),(47538,5477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47539,5478,'_product_id','38'),(47540,5478,'_variation_id','0'),(47541,5478,'_qty','2'),(47542,5478,'_tax_class',''),(47543,5478,'_line_subtotal','557.12'),(47544,5478,'_line_subtotal_tax','0'),(47545,5478,'_line_total','557.12'),(47546,5478,'_line_tax','0'),(47547,5478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47548,5479,'_product_id','23'),(47549,5479,'_variation_id','0'),(47550,5479,'_qty','1'),(47551,5479,'_tax_class',''),(47552,5479,'_line_subtotal','111.84'),(47553,5479,'_line_subtotal_tax','0'),(47554,5479,'_line_total','111.84'),(47555,5479,'_line_tax','0'),(47556,5479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47557,5480,'_product_id','43'),(47558,5480,'_variation_id','0'),(47559,5480,'_qty','1'),(47560,5480,'_tax_class',''),(47561,5480,'_line_subtotal','79.2'),(47562,5480,'_line_subtotal_tax','0'),(47563,5480,'_line_total','79.2'),(47564,5480,'_line_tax','0'),(47565,5480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47566,5481,'method_id','free_shipping'),(47567,5481,'instance_id','2'),(47568,5481,'cost','0.00'),(47569,5481,'total_tax','0'),(47570,5481,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47571,5481,'Items','Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(47572,5482,'_product_id','93'),(47573,5482,'_variation_id','0'),(47574,5482,'_qty','10'),(47575,5482,'_tax_class',''),(47576,5482,'_line_subtotal','0'),(47577,5482,'_line_subtotal_tax','0'),(47578,5482,'_line_total','0'),(47579,5482,'_line_tax','0'),(47580,5482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47581,5483,'method_id','fedex'),(47582,5483,'instance_id','1'),(47583,5483,'cost','14.30'),(47584,5483,'total_tax','0'),(47585,5483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47586,5483,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(47587,5484,'_product_id','41'),(47588,5484,'_variation_id','0'),(47589,5484,'_qty','4'),(47590,5484,'_tax_class',''),(47591,5484,'_line_subtotal','265.92'),(47592,5484,'_line_subtotal_tax','0'),(47593,5484,'_line_total','265.92'),(47594,5484,'_line_tax','0'),(47595,5484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47596,5485,'_product_id','23'),(47597,5485,'_variation_id','0'),(47598,5485,'_qty','2'),(47599,5485,'_tax_class',''),(47600,5485,'_line_subtotal','223.68'),(47601,5485,'_line_subtotal_tax','0'),(47602,5485,'_line_total','223.68'),(47603,5485,'_line_tax','0'),(47604,5485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47605,5486,'_product_id','38'),(47606,5486,'_variation_id','0'),(47607,5486,'_qty','1'),(47608,5486,'_tax_class',''),(47609,5486,'_line_subtotal','278.56'),(47610,5486,'_line_subtotal_tax','0'),(47611,5486,'_line_total','278.56'),(47612,5486,'_line_tax','0'),(47613,5486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47614,5487,'_product_id','49'),(47615,5487,'_variation_id','0'),(47616,5487,'_qty','2'),(47617,5487,'_tax_class',''),(47618,5487,'_line_subtotal','158.4'),(47619,5487,'_line_subtotal_tax','0'),(47620,5487,'_line_total','158.4'),(47621,5487,'_line_tax','0'),(47622,5487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47623,5488,'_product_id','45'),(47624,5488,'_variation_id','0'),(47625,5488,'_qty','1'),(47626,5488,'_tax_class',''),(47627,5488,'_line_subtotal','42.24'),(47628,5488,'_line_subtotal_tax','0'),(47629,5488,'_line_total','42.24'),(47630,5488,'_line_tax','0'),(47631,5488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47632,5489,'_product_id','489'),(47633,5489,'_variation_id','0'),(47634,5489,'_qty','1'),(47635,5489,'_tax_class',''),(47636,5489,'_line_subtotal','19.43'),(47637,5489,'_line_subtotal_tax','0'),(47638,5489,'_line_total','19.43'),(47639,5489,'_line_tax','0'),(47640,5489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47641,5490,'_product_id','490'),(47642,5490,'_variation_id','0'),(47643,5490,'_qty','3'),(47644,5490,'_tax_class',''),(47645,5490,'_line_subtotal','68.34'),(47646,5490,'_line_subtotal_tax','0'),(47647,5490,'_line_total','68.34'),(47648,5490,'_line_tax','0'),(47649,5490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47650,5491,'method_id','free_shipping'),(47651,5491,'instance_id','2'),(47652,5491,'cost','0.00'),(47653,5491,'total_tax','0'),(47654,5491,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47655,5491,'Items','Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 1, Bulk Active Rinse 100% RM &times; 3'),(47661,5492,'_product_id','23'),(47662,5492,'_variation_id','0'),(47663,5492,'_qty','1'),(47664,5492,'_tax_class',''),(47665,5492,'_line_subtotal','111.84'),(47666,5492,'_line_subtotal_tax','0'),(47667,5492,'_line_total','111.84'),(47668,5492,'_line_tax','0'),(47669,5492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47670,5493,'method_id','fedex'),(47671,5493,'instance_id','1'),(47672,5493,'cost','16.46'),(47673,5493,'total_tax','0'),(47674,5493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47675,5493,'Package 1','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(47676,5494,'_product_id','490'),(47677,5494,'_variation_id','0'),(47678,5494,'_qty','10'),(47679,5494,'_tax_class',''),(47680,5494,'_line_subtotal','227.8'),(47681,5494,'_line_subtotal_tax','0'),(47682,5494,'_line_total','227.8'),(47683,5494,'_line_tax','0'),(47684,5494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47685,5495,'_product_id','43'),(47686,5495,'_variation_id','0'),(47687,5495,'_qty','1'),(47688,5495,'_tax_class',''),(47689,5495,'_line_subtotal','79.2'),(47690,5495,'_line_subtotal_tax','0'),(47691,5495,'_line_total','79.2'),(47692,5495,'_line_tax','0'),(47693,5495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47694,5496,'_product_id','49'),(47695,5496,'_variation_id','0'),(47696,5496,'_qty','1'),(47697,5496,'_tax_class',''),(47698,5496,'_line_subtotal','79.2'),(47699,5496,'_line_subtotal_tax','0'),(47700,5496,'_line_total','79.2'),(47701,5496,'_line_tax','0'),(47702,5496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47703,5497,'_product_id','23'),(47704,5497,'_variation_id','0'),(47705,5497,'_qty','1'),(47706,5497,'_tax_class',''),(47707,5497,'_line_subtotal','111.84'),(47708,5497,'_line_subtotal_tax','0'),(47709,5497,'_line_total','111.84'),(47710,5497,'_line_tax','0'),(47711,5497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47712,5498,'_product_id','38'),(47713,5498,'_variation_id','0'),(47714,5498,'_qty','1'),(47715,5498,'_tax_class',''),(47716,5498,'_line_subtotal','278.56'),(47717,5498,'_line_subtotal_tax','0'),(47718,5498,'_line_total','278.56'),(47719,5498,'_line_tax','0'),(47720,5498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47721,5499,'_product_id','41'),(47722,5499,'_variation_id','0'),(47723,5499,'_qty','2'),(47724,5499,'_tax_class',''),(47725,5499,'_line_subtotal','132.96'),(47726,5499,'_line_subtotal_tax','0'),(47727,5499,'_line_total','132.96'),(47728,5499,'_line_tax','0'),(47729,5499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47730,5500,'method_id','free_shipping'),(47731,5500,'instance_id','2'),(47732,5500,'cost','0.00'),(47733,5500,'total_tax','0'),(47734,5500,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47735,5500,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(47736,5501,'_product_id','42'),(47737,5501,'_variation_id','0'),(47738,5501,'_qty','1'),(47739,5501,'_tax_class',''),(47740,5501,'_line_subtotal','79.2'),(47741,5501,'_line_subtotal_tax','0'),(47742,5501,'_line_total','79.2'),(47743,5501,'_line_tax','0'),(47744,5501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47745,5502,'_product_id','116'),(47746,5502,'_variation_id','0'),(47747,5502,'_qty','2'),(47748,5502,'_tax_class',''),(47749,5502,'_line_subtotal','290.88'),(47750,5502,'_line_subtotal_tax','0'),(47751,5502,'_line_total','290.88'),(47752,5502,'_line_tax','0'),(47753,5502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47754,5503,'_product_id','43'),(47755,5503,'_variation_id','0'),(47756,5503,'_qty','2'),(47757,5503,'_tax_class',''),(47758,5503,'_line_subtotal','158.4'),(47759,5503,'_line_subtotal_tax','0'),(47760,5503,'_line_total','158.4'),(47761,5503,'_line_tax','0'),(47762,5503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47763,5504,'_product_id','490'),(47764,5504,'_variation_id','0'),(47765,5504,'_qty','10'),(47766,5504,'_tax_class',''),(47767,5504,'_line_subtotal','227.8'),(47768,5504,'_line_subtotal_tax','0'),(47769,5504,'_line_total','227.8'),(47770,5504,'_line_tax','0'),(47771,5504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47772,5505,'_product_id','45'),(47773,5505,'_variation_id','0'),(47774,5505,'_qty','1'),(47775,5505,'_tax_class',''),(47776,5505,'_line_subtotal','42.24'),(47777,5505,'_line_subtotal_tax','0'),(47778,5505,'_line_total','42.24'),(47779,5505,'_line_tax','0'),(47780,5505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47781,5506,'_product_id','488'),(47782,5506,'_variation_id','0'),(47783,5506,'_qty','1'),(47784,5506,'_tax_class',''),(47785,5506,'_line_subtotal','31.35'),(47786,5506,'_line_subtotal_tax','0'),(47787,5506,'_line_total','31.35'),(47788,5506,'_line_tax','0'),(47789,5506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47790,5507,'_product_id','487'),(47791,5507,'_variation_id','0'),(47792,5507,'_qty','1'),(47793,5507,'_tax_class',''),(47794,5507,'_line_subtotal','31.35'),(47795,5507,'_line_subtotal_tax','0'),(47796,5507,'_line_total','31.35'),(47797,5507,'_line_tax','0'),(47798,5507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47799,5508,'_product_id','41'),(47800,5508,'_variation_id','0'),(47801,5508,'_qty','2'),(47802,5508,'_tax_class',''),(47803,5508,'_line_subtotal','132.96'),(47804,5508,'_line_subtotal_tax','0'),(47805,5508,'_line_total','132.96'),(47806,5508,'_line_tax','0'),(47807,5508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47808,5509,'method_id','free_shipping'),(47809,5509,'instance_id','2'),(47810,5509,'cost','0.00'),(47811,5509,'total_tax','0'),(47812,5509,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47813,5509,'Items','Comb-Out Mousse(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(47814,5510,'_product_id','42'),(47815,5510,'_variation_id','0'),(47816,5510,'_qty','3'),(47817,5510,'_tax_class',''),(47818,5510,'_line_subtotal','237.6'),(47819,5510,'_line_subtotal_tax','0'),(47820,5510,'_line_total','237.6'),(47821,5510,'_line_tax','0'),(47822,5510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47823,5511,'_product_id','43'),(47824,5511,'_variation_id','0'),(47825,5511,'_qty','3'),(47826,5511,'_tax_class',''),(47827,5511,'_line_subtotal','237.6'),(47828,5511,'_line_subtotal_tax','0'),(47829,5511,'_line_total','237.6'),(47830,5511,'_line_tax','0'),(47831,5511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47832,5512,'_product_id','490'),(47833,5512,'_variation_id','0'),(47834,5512,'_qty','16'),(47835,5512,'_tax_class',''),(47836,5512,'_line_subtotal','364.48'),(47837,5512,'_line_subtotal_tax','0'),(47838,5512,'_line_total','364.48'),(47839,5512,'_line_tax','0'),(47840,5512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47841,5513,'_product_id','23'),(47842,5513,'_variation_id','0'),(47843,5513,'_qty','1'),(47844,5513,'_tax_class',''),(47845,5513,'_line_subtotal','111.84'),(47846,5513,'_line_subtotal_tax','0'),(47847,5513,'_line_total','111.84'),(47848,5513,'_line_tax','0'),(47849,5513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47850,5514,'_product_id','38'),(47851,5514,'_variation_id','0'),(47852,5514,'_qty','1'),(47853,5514,'_tax_class',''),(47854,5514,'_line_subtotal','278.56'),(47855,5514,'_line_subtotal_tax','0'),(47856,5514,'_line_total','278.56'),(47857,5514,'_line_tax','0'),(47858,5514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47859,5515,'_product_id','41'),(47860,5515,'_variation_id','0'),(47861,5515,'_qty','1'),(47862,5515,'_tax_class',''),(47863,5515,'_line_subtotal','66.48'),(47864,5515,'_line_subtotal_tax','0'),(47865,5515,'_line_total','66.48'),(47866,5515,'_line_tax','0'),(47867,5515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47868,5516,'_product_id','45'),(47869,5516,'_variation_id','0'),(47870,5516,'_qty','1'),(47871,5516,'_tax_class',''),(47872,5516,'_line_subtotal','42.24'),(47873,5516,'_line_subtotal_tax','0'),(47874,5516,'_line_total','42.24'),(47875,5516,'_line_tax','0'),(47876,5516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47877,5517,'method_id','free_shipping'),(47878,5517,'instance_id','2'),(47879,5517,'cost','0.00'),(47880,5517,'total_tax','0'),(47881,5517,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47882,5517,'Items','Comb-Out Mousse(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 16, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(47883,5518,'_product_id','43'),(47884,5518,'_variation_id','0'),(47885,5518,'_qty','2'),(47886,5518,'_tax_class',''),(47887,5518,'_line_subtotal','158.4'),(47888,5518,'_line_subtotal_tax','0'),(47889,5518,'_line_total','158.4'),(47890,5518,'_line_tax','0'),(47891,5518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47892,5519,'_product_id','490'),(47893,5519,'_variation_id','0'),(47894,5519,'_qty','10'),(47895,5519,'_tax_class',''),(47896,5519,'_line_subtotal','227.8'),(47897,5519,'_line_subtotal_tax','0'),(47898,5519,'_line_total','227.8'),(47899,5519,'_line_tax','0'),(47900,5519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47901,5520,'_product_id','38'),(47902,5520,'_variation_id','0'),(47903,5520,'_qty','1'),(47904,5520,'_tax_class',''),(47905,5520,'_line_subtotal','278.56'),(47906,5520,'_line_subtotal_tax','0'),(47907,5520,'_line_total','278.56'),(47908,5520,'_line_tax','0'),(47909,5520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47910,5521,'_product_id','41'),(47911,5521,'_variation_id','0'),(47912,5521,'_qty','1'),(47913,5521,'_tax_class',''),(47914,5521,'_line_subtotal','66.48'),(47915,5521,'_line_subtotal_tax','0'),(47916,5521,'_line_total','66.48'),(47917,5521,'_line_tax','0'),(47918,5521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47919,5522,'_product_id','42'),(47920,5522,'_variation_id','0'),(47921,5522,'_qty','1'),(47922,5522,'_tax_class',''),(47923,5522,'_line_subtotal','79.2'),(47924,5522,'_line_subtotal_tax','0'),(47925,5522,'_line_total','79.2'),(47926,5522,'_line_tax','0'),(47927,5522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47928,5523,'method_id','free_shipping'),(47929,5523,'instance_id','2'),(47930,5523,'cost','0.00'),(47931,5523,'total_tax','0'),(47932,5523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47933,5523,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(47934,5524,'_product_id','490'),(47935,5524,'_variation_id','0'),(47936,5524,'_qty','6'),(47937,5524,'_tax_class',''),(47938,5524,'_line_subtotal','136.68'),(47939,5524,'_line_subtotal_tax','0'),(47940,5524,'_line_total','136.68'),(47941,5524,'_line_tax','0'),(47942,5524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47943,5525,'method_id','fedex'),(47944,5525,'instance_id','1'),(47945,5525,'cost','15.46'),(47946,5525,'total_tax','0'),(47947,5525,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47948,5525,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(47949,5526,'_product_id','490'),(47950,5526,'_variation_id','0'),(47951,5526,'_qty','6'),(47952,5526,'_tax_class',''),(47953,5526,'_line_subtotal','136.68'),(47954,5526,'_line_subtotal_tax','0'),(47955,5526,'_line_total','136.68'),(47956,5526,'_line_tax','0'),(47957,5526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47958,5527,'method_id','fedex'),(47959,5527,'instance_id','1'),(47960,5527,'cost','15.46'),(47961,5527,'total_tax','0'),(47962,5527,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(47963,5527,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(47964,5528,'_product_id','42'),(47965,5528,'_variation_id','0'),(47966,5528,'_qty','1'),(47967,5528,'_tax_class',''),(47968,5528,'_line_subtotal','79.2'),(47969,5528,'_line_subtotal_tax','0'),(47970,5528,'_line_total','79.2'),(47971,5528,'_line_tax','0'),(47972,5528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47973,5529,'_product_id','120'),(47974,5529,'_variation_id','0'),(47975,5529,'_qty','2'),(47976,5529,'_tax_class',''),(47977,5529,'_line_subtotal','105.6'),(47978,5529,'_line_subtotal_tax','0'),(47979,5529,'_line_total','105.6'),(47980,5529,'_line_tax','0'),(47981,5529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47982,5530,'_product_id','43'),(47983,5530,'_variation_id','0'),(47984,5530,'_qty','2'),(47985,5530,'_tax_class',''),(47986,5530,'_line_subtotal','158.4'),(47987,5530,'_line_subtotal_tax','0'),(47988,5530,'_line_total','158.4'),(47989,5530,'_line_tax','0'),(47990,5530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(47991,5531,'_product_id','490'),(47992,5531,'_variation_id','0'),(47993,5531,'_qty','10'),(47994,5531,'_tax_class',''),(47995,5531,'_line_subtotal','227.8'),(47996,5531,'_line_subtotal_tax','0'),(47997,5531,'_line_total','227.8'),(47998,5531,'_line_tax','0'),(47999,5531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48000,5532,'_product_id','45'),(48001,5532,'_variation_id','0'),(48002,5532,'_qty','1'),(48003,5532,'_tax_class',''),(48004,5532,'_line_subtotal','42.24'),(48005,5532,'_line_subtotal_tax','0'),(48006,5532,'_line_total','42.24'),(48007,5532,'_line_tax','0'),(48008,5532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48009,5533,'_product_id','41'),(48010,5533,'_variation_id','0'),(48011,5533,'_qty','2'),(48012,5533,'_tax_class',''),(48013,5533,'_line_subtotal','132.96'),(48014,5533,'_line_subtotal_tax','0'),(48015,5533,'_line_total','132.96'),(48016,5533,'_line_tax','0'),(48017,5533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48018,5534,'_product_id','488'),(48019,5534,'_variation_id','0'),(48020,5534,'_qty','1'),(48021,5534,'_tax_class',''),(48022,5534,'_line_subtotal','31.35'),(48023,5534,'_line_subtotal_tax','0'),(48024,5534,'_line_total','31.35'),(48025,5534,'_line_tax','0'),(48026,5534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48027,5535,'_product_id','487'),(48028,5535,'_variation_id','0'),(48029,5535,'_qty','1'),(48030,5535,'_tax_class',''),(48031,5535,'_line_subtotal','31.35'),(48032,5535,'_line_subtotal_tax','0'),(48033,5535,'_line_total','31.35'),(48034,5535,'_line_tax','0'),(48035,5535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48036,5536,'method_id','free_shipping'),(48037,5536,'instance_id','2'),(48038,5536,'cost','0.00'),(48039,5536,'total_tax','0'),(48040,5536,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48041,5536,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(48042,5537,'_product_id','42'),(48043,5537,'_variation_id','0'),(48044,5537,'_qty','-1'),(48045,5537,'_tax_class',''),(48046,5537,'_line_subtotal','-79.2'),(48047,5537,'_line_subtotal_tax','0'),(48048,5537,'_line_total','-79.2'),(48049,5537,'_line_tax','0'),(48050,5537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48051,5537,'_refunded_item_id','5501'),(48052,5538,'_product_id','116'),(48053,5538,'_variation_id','0'),(48054,5538,'_qty','-2'),(48055,5538,'_tax_class',''),(48056,5538,'_line_subtotal','-290.88'),(48057,5538,'_line_subtotal_tax','0'),(48058,5538,'_line_total','-290.88'),(48059,5538,'_line_tax','0'),(48060,5538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48061,5538,'_refunded_item_id','5502'),(48062,5539,'_product_id','43'),(48063,5539,'_variation_id','0'),(48064,5539,'_qty','-2'),(48065,5539,'_tax_class',''),(48066,5539,'_line_subtotal','-158.4'),(48067,5539,'_line_subtotal_tax','0'),(48068,5539,'_line_total','-158.4'),(48069,5539,'_line_tax','0'),(48070,5539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48071,5539,'_refunded_item_id','5503'),(48072,5540,'_product_id','490'),(48073,5540,'_variation_id','0'),(48074,5540,'_qty','-10'),(48075,5540,'_tax_class',''),(48076,5540,'_line_subtotal','-227.8'),(48077,5540,'_line_subtotal_tax','0'),(48078,5540,'_line_total','-227.8'),(48079,5540,'_line_tax','0'),(48080,5540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48081,5540,'_refunded_item_id','5504'),(48082,5541,'_product_id','45'),(48083,5541,'_variation_id','0'),(48084,5541,'_qty','-1'),(48085,5541,'_tax_class',''),(48086,5541,'_line_subtotal','-42.24'),(48087,5541,'_line_subtotal_tax','0'),(48088,5541,'_line_total','-42.24'),(48089,5541,'_line_tax','0'),(48090,5541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48091,5541,'_refunded_item_id','5505'),(48092,5542,'_product_id','488'),(48093,5542,'_variation_id','0'),(48094,5542,'_qty','-1'),(48095,5542,'_tax_class',''),(48096,5542,'_line_subtotal','-31.35'),(48097,5542,'_line_subtotal_tax','0'),(48098,5542,'_line_total','-31.35'),(48099,5542,'_line_tax','0'),(48100,5542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48101,5542,'_refunded_item_id','5506'),(48102,5543,'_product_id','487'),(48103,5543,'_variation_id','0'),(48104,5543,'_qty','-1'),(48105,5543,'_tax_class',''),(48106,5543,'_line_subtotal','-31.35'),(48107,5543,'_line_subtotal_tax','0'),(48108,5543,'_line_total','-31.35'),(48109,5543,'_line_tax','0'),(48110,5543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48111,5543,'_refunded_item_id','5507'),(48112,5544,'_product_id','41'),(48113,5544,'_variation_id','0'),(48114,5544,'_qty','-2'),(48115,5544,'_tax_class',''),(48116,5544,'_line_subtotal','-132.96'),(48117,5544,'_line_subtotal_tax','0'),(48118,5544,'_line_total','-132.96'),(48119,5544,'_line_tax','0'),(48120,5544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48121,5544,'_refunded_item_id','5508'),(48122,5494,'thwma_order_shipping_status','wc-pending'),(48123,5495,'thwma_order_shipping_status','wc-pending'),(48124,5496,'thwma_order_shipping_status','wc-pending'),(48125,5497,'thwma_order_shipping_status','wc-pending'),(48126,5498,'thwma_order_shipping_status','wc-pending'),(48127,5499,'thwma_order_shipping_status','wc-pending'),(48128,5484,'thwma_order_shipping_status','wc-pending'),(48129,5485,'thwma_order_shipping_status','wc-pending'),(48130,5486,'thwma_order_shipping_status','wc-pending'),(48131,5487,'thwma_order_shipping_status','wc-pending'),(48132,5488,'thwma_order_shipping_status','wc-pending'),(48133,5489,'thwma_order_shipping_status','wc-pending'),(48134,5490,'thwma_order_shipping_status','wc-pending'),(48135,5476,'thwma_order_shipping_status','wc-pending'),(48136,5477,'thwma_order_shipping_status','wc-pending'),(48137,5478,'thwma_order_shipping_status','wc-pending'),(48138,5479,'thwma_order_shipping_status','wc-pending'),(48139,5480,'thwma_order_shipping_status','wc-pending'),(48145,5467,'thwma_order_shipping_status','wc-pending'),(48146,5468,'thwma_order_shipping_status','wc-pending'),(48147,5469,'thwma_order_shipping_status','wc-pending'),(48148,5470,'thwma_order_shipping_status','wc-pending'),(48149,5471,'thwma_order_shipping_status','wc-pending'),(48150,5472,'thwma_order_shipping_status','wc-pending'),(48151,5473,'thwma_order_shipping_status','wc-pending'),(48152,5474,'thwma_order_shipping_status','wc-pending'),(48160,5518,'thwma_order_shipping_status','wc-pending'),(48161,5519,'thwma_order_shipping_status','wc-pending'),(48162,5520,'thwma_order_shipping_status','wc-pending'),(48163,5521,'thwma_order_shipping_status','wc-pending'),(48164,5522,'thwma_order_shipping_status','wc-pending'),(48181,5528,'thwma_order_shipping_status','wc-pending'),(48182,5529,'thwma_order_shipping_status','wc-pending'),(48183,5530,'thwma_order_shipping_status','wc-pending'),(48184,5531,'thwma_order_shipping_status','wc-pending'),(48185,5532,'thwma_order_shipping_status','wc-pending'),(48186,5533,'thwma_order_shipping_status','wc-pending'),(48187,5534,'thwma_order_shipping_status','wc-pending'),(48188,5535,'thwma_order_shipping_status','wc-pending'),(48189,5545,'_product_id','93'),(48190,5545,'_variation_id','0'),(48191,5545,'_qty','10'),(48192,5545,'_tax_class',''),(48193,5545,'_line_subtotal','0'),(48194,5545,'_line_subtotal_tax','0'),(48195,5545,'_line_total','0'),(48196,5545,'_line_tax','0'),(48197,5545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48198,5546,'method_id','fedex'),(48199,5546,'instance_id','1'),(48200,5546,'cost','14.30'),(48201,5546,'total_tax','0'),(48202,5546,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48203,5546,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(48204,5547,'_product_id','41'),(48205,5547,'_variation_id','0'),(48206,5547,'_qty','13'),(48207,5547,'_tax_class',''),(48208,5547,'_line_subtotal','864.24'),(48209,5547,'_line_subtotal_tax','0'),(48210,5547,'_line_total','864.24'),(48211,5547,'_line_tax','0'),(48212,5547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48213,5548,'_product_id','42'),(48214,5548,'_variation_id','0'),(48215,5548,'_qty','4'),(48216,5548,'_tax_class',''),(48217,5548,'_line_subtotal','316.8'),(48218,5548,'_line_subtotal_tax','0'),(48219,5548,'_line_total','316.8'),(48220,5548,'_line_tax','0'),(48221,5548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48222,5549,'_product_id','44'),(48223,5549,'_variation_id','0'),(48224,5549,'_qty','2'),(48225,5549,'_tax_class',''),(48226,5549,'_line_subtotal','232.32'),(48227,5549,'_line_subtotal_tax','0'),(48228,5549,'_line_total','232.32'),(48229,5549,'_line_tax','0'),(48230,5549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48231,5550,'_product_id','23'),(48232,5550,'_variation_id','0'),(48233,5550,'_qty','2'),(48234,5550,'_tax_class',''),(48235,5550,'_line_subtotal','223.68'),(48236,5550,'_line_subtotal_tax','0'),(48237,5550,'_line_total','223.68'),(48238,5550,'_line_tax','0'),(48239,5550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48240,5551,'method_id','free_shipping'),(48241,5551,'instance_id','2'),(48242,5551,'cost','0.00'),(48243,5551,'total_tax','0'),(48244,5551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48245,5551,'Items','Professional Lice Comb(Case of 12) &times; 13, Comb-Out Mousse(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 2, Active Rinse 8oz(Case of 12) &times; 2'),(48246,5552,'_product_id','49'),(48247,5552,'_variation_id','0'),(48248,5552,'_qty','3'),(48249,5552,'_tax_class',''),(48250,5552,'_line_subtotal','237.6'),(48251,5552,'_line_subtotal_tax','0'),(48252,5552,'_line_total','237.6'),(48253,5552,'_line_tax','0'),(48254,5552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48255,5553,'method_id','fedex'),(48256,5553,'instance_id','1'),(48257,5553,'cost','34.05'),(48258,5553,'total_tax','0'),(48259,5553,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48260,5553,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(48261,5554,'_product_id','41'),(48262,5554,'_variation_id','0'),(48263,5554,'_qty','2'),(48264,5554,'_tax_class',''),(48265,5554,'_line_subtotal','132.96'),(48266,5554,'_line_subtotal_tax','0'),(48267,5554,'_line_total','132.96'),(48268,5554,'_line_tax','0'),(48269,5554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48270,5555,'_product_id','490'),(48271,5555,'_variation_id','0'),(48272,5555,'_qty','10'),(48273,5555,'_tax_class',''),(48274,5555,'_line_subtotal','227.8'),(48275,5555,'_line_subtotal_tax','0'),(48276,5555,'_line_total','227.8'),(48277,5555,'_line_tax','0'),(48278,5555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48279,5556,'_product_id','488'),(48280,5556,'_variation_id','0'),(48281,5556,'_qty','1'),(48282,5556,'_tax_class',''),(48283,5556,'_line_subtotal','31.35'),(48284,5556,'_line_subtotal_tax','0'),(48285,5556,'_line_total','31.35'),(48286,5556,'_line_tax','0'),(48287,5556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48288,5557,'_product_id','38'),(48289,5557,'_variation_id','0'),(48290,5557,'_qty','2'),(48291,5557,'_tax_class',''),(48292,5557,'_line_subtotal','557.12'),(48293,5557,'_line_subtotal_tax','0'),(48294,5557,'_line_total','557.12'),(48295,5557,'_line_tax','0'),(48296,5557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48297,5558,'_product_id','23'),(48298,5558,'_variation_id','0'),(48299,5558,'_qty','1'),(48300,5558,'_tax_class',''),(48301,5558,'_line_subtotal','111.84'),(48302,5558,'_line_subtotal_tax','0'),(48303,5558,'_line_total','111.84'),(48304,5558,'_line_tax','0'),(48305,5558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48306,5559,'_product_id','131'),(48307,5559,'_variation_id','0'),(48308,5559,'_qty','4'),(48309,5559,'_tax_class',''),(48310,5559,'_line_subtotal','50.6'),(48311,5559,'_line_subtotal_tax','0'),(48312,5559,'_line_total','50.6'),(48313,5559,'_line_tax','0'),(48314,5559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48315,5560,'method_id','free_shipping'),(48316,5560,'instance_id','2'),(48317,5560,'cost','0.00'),(48318,5560,'total_tax','0'),(48319,5560,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48320,5560,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Disposable Capes &times; 4'),(48321,5561,'_product_id','45'),(48322,5561,'_variation_id','0'),(48323,5561,'_qty','2'),(48324,5561,'_tax_class',''),(48325,5561,'_line_subtotal','84.48'),(48326,5561,'_line_subtotal_tax','0'),(48327,5561,'_line_total','84.48'),(48328,5561,'_line_tax','0'),(48329,5561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48330,5562,'method_id','fedex'),(48331,5562,'instance_id','1'),(48332,5562,'cost','18.35'),(48333,5562,'total_tax','0'),(48334,5562,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48335,5562,'Package 1','17 × 14 × 10 (in) 16lbs × 1'),(48336,5554,'thwma_order_shipping_status','wc-pending'),(48337,5555,'thwma_order_shipping_status','wc-pending'),(48338,5556,'thwma_order_shipping_status','wc-pending'),(48339,5557,'thwma_order_shipping_status','wc-pending'),(48340,5558,'thwma_order_shipping_status','wc-pending'),(48341,5559,'thwma_order_shipping_status','wc-pending'),(48346,5547,'thwma_order_shipping_status','wc-pending'),(48347,5548,'thwma_order_shipping_status','wc-pending'),(48348,5549,'thwma_order_shipping_status','wc-pending'),(48349,5550,'thwma_order_shipping_status','wc-pending'),(48350,5510,'thwma_order_shipping_status','wc-pending'),(48351,5511,'thwma_order_shipping_status','wc-pending'),(48352,5512,'thwma_order_shipping_status','wc-pending'),(48353,5513,'thwma_order_shipping_status','wc-pending'),(48354,5514,'thwma_order_shipping_status','wc-pending'),(48355,5515,'thwma_order_shipping_status','wc-pending'),(48356,5516,'thwma_order_shipping_status','wc-pending'),(48357,5563,'_product_id','49'),(48358,5563,'_variation_id','0'),(48359,5563,'_qty','3'),(48360,5563,'_tax_class',''),(48361,5563,'_line_subtotal','237.6'),(48362,5563,'_line_subtotal_tax','0'),(48363,5563,'_line_total','237.6'),(48364,5563,'_line_tax','0'),(48365,5563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48366,5564,'method_id','fedex'),(48367,5564,'instance_id','1'),(48368,5564,'cost','18.98'),(48369,5564,'total_tax','0'),(48370,5564,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48371,5564,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(48372,5565,'_product_id','93'),(48373,5565,'_variation_id','0'),(48374,5565,'_qty','10'),(48375,5565,'_tax_class',''),(48376,5565,'_line_subtotal','0'),(48377,5565,'_line_subtotal_tax','0'),(48378,5565,'_line_total','0'),(48379,5565,'_line_tax','0'),(48380,5565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48381,5566,'_product_id','97'),(48382,5566,'_variation_id','0'),(48383,5566,'_qty','1'),(48384,5566,'_tax_class',''),(48385,5566,'_line_subtotal','0'),(48386,5566,'_line_subtotal_tax','0'),(48387,5566,'_line_total','0'),(48388,5566,'_line_tax','0'),(48389,5566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48390,5567,'_product_id','99'),(48391,5567,'_variation_id','0'),(48392,5567,'_qty','1'),(48393,5567,'_tax_class',''),(48394,5567,'_line_subtotal','0'),(48395,5567,'_line_subtotal_tax','0'),(48396,5567,'_line_total','0'),(48397,5567,'_line_tax','0'),(48398,5567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48399,5568,'method_id','fedex'),(48400,5568,'instance_id','1'),(48401,5568,'cost','18.67'),(48402,5568,'total_tax','0'),(48403,5568,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48404,5568,'Package 1','17 × 14 × 10 (in) 38.2lbs × 1'),(48486,5578,'_product_id','490'),(48487,5578,'_variation_id','0'),(48488,5578,'_qty','3'),(48489,5578,'_tax_class',''),(48490,5578,'_line_subtotal','68.34'),(48491,5578,'_line_subtotal_tax','0'),(48492,5578,'_line_total','68.34'),(48493,5578,'_line_tax','0'),(48494,5578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48495,5579,'_product_id','40'),(48496,5579,'_variation_id','0'),(48497,5579,'_qty','1'),(48498,5579,'_tax_class',''),(48499,5579,'_line_subtotal','79.2'),(48500,5579,'_line_subtotal_tax','0'),(48501,5579,'_line_total','79.2'),(48502,5579,'_line_tax','0'),(48503,5579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48504,5580,'method_id','fedex'),(48505,5580,'instance_id','1'),(48506,5580,'cost','17.81'),(48507,5580,'total_tax','0'),(48508,5580,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48509,5580,'Package 1','11.25 × 8.75 × 7.75 (in) 14.49lbs × 1'),(48510,5578,'thwma_order_shipping_status','wc-pending'),(48511,5579,'thwma_order_shipping_status','wc-pending'),(48512,5565,'thwma_order_shipping_status','wc-pending'),(48513,5566,'thwma_order_shipping_status','wc-pending'),(48514,5567,'thwma_order_shipping_status','wc-pending'),(48515,5581,'_product_id','23'),(48516,5581,'_variation_id','0'),(48517,5581,'_qty','5'),(48518,5581,'_tax_class',''),(48519,5581,'_line_subtotal','559.2'),(48520,5581,'_line_subtotal_tax','0'),(48521,5581,'_line_total','559.2'),(48522,5581,'_line_tax','0'),(48523,5581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48524,5582,'_product_id','38'),(48525,5582,'_variation_id','0'),(48526,5582,'_qty','2'),(48527,5582,'_tax_class',''),(48528,5582,'_line_subtotal','557.12'),(48529,5582,'_line_subtotal_tax','0'),(48530,5582,'_line_total','557.12'),(48531,5582,'_line_tax','0'),(48532,5582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48533,5583,'_product_id','41'),(48534,5583,'_variation_id','0'),(48535,5583,'_qty','5'),(48536,5583,'_tax_class',''),(48537,5583,'_line_subtotal','332.4'),(48538,5583,'_line_subtotal_tax','0'),(48539,5583,'_line_total','332.4'),(48540,5583,'_line_tax','0'),(48541,5583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48542,5584,'_product_id','118'),(48543,5584,'_variation_id','0'),(48544,5584,'_qty','2'),(48545,5584,'_tax_class',''),(48546,5584,'_line_subtotal','369.6'),(48547,5584,'_line_subtotal_tax','0'),(48548,5584,'_line_total','369.6'),(48549,5584,'_line_tax','0'),(48550,5584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48551,5585,'_product_id','51'),(48552,5585,'_variation_id','0'),(48553,5585,'_qty','4'),(48554,5585,'_tax_class',''),(48555,5585,'_line_subtotal','591.36'),(48556,5585,'_line_subtotal_tax','0'),(48557,5585,'_line_total','591.36'),(48558,5585,'_line_tax','0'),(48559,5585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48560,5586,'_product_id','44'),(48561,5586,'_variation_id','0'),(48562,5586,'_qty','2'),(48563,5586,'_tax_class',''),(48564,5586,'_line_subtotal','232.32'),(48565,5586,'_line_subtotal_tax','0'),(48566,5586,'_line_total','232.32'),(48567,5586,'_line_tax','0'),(48568,5586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48569,5587,'_product_id','487'),(48570,5587,'_variation_id','0'),(48571,5587,'_qty','3'),(48572,5587,'_tax_class',''),(48573,5587,'_line_subtotal','94.05'),(48574,5587,'_line_subtotal_tax','0'),(48575,5587,'_line_total','94.05'),(48576,5587,'_line_tax','0'),(48577,5587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48578,5588,'_product_id','490'),(48579,5588,'_variation_id','0'),(48580,5588,'_qty','30'),(48581,5588,'_tax_class',''),(48582,5588,'_line_subtotal','683.4'),(48583,5588,'_line_subtotal_tax','0'),(48584,5588,'_line_total','683.4'),(48585,5588,'_line_tax','0'),(48586,5588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48587,5589,'method_id','free_shipping'),(48588,5589,'instance_id','2'),(48589,5589,'cost','0.00'),(48590,5589,'total_tax','0'),(48591,5589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48592,5589,'Items','Active Rinse 8oz(Case of 12) &times; 5, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 4, Preventive Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 3, Bulk Active Rinse 100% RM &times; 30'),(48593,5590,'_product_id','41'),(48594,5590,'_variation_id','0'),(48595,5590,'_qty','2'),(48596,5590,'_tax_class',''),(48597,5590,'_line_subtotal','132.96'),(48598,5590,'_line_subtotal_tax','0'),(48599,5590,'_line_total','132.96'),(48600,5590,'_line_tax','0'),(48601,5590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48602,5591,'_product_id','490'),(48603,5591,'_variation_id','0'),(48604,5591,'_qty','4'),(48605,5591,'_tax_class',''),(48606,5591,'_line_subtotal','91.12'),(48607,5591,'_line_subtotal_tax','0'),(48608,5591,'_line_total','91.12'),(48609,5591,'_line_tax','0'),(48610,5591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48611,5592,'_product_id','23'),(48612,5592,'_variation_id','0'),(48613,5592,'_qty','2'),(48614,5592,'_tax_class',''),(48615,5592,'_line_subtotal','223.68'),(48616,5592,'_line_subtotal_tax','0'),(48617,5592,'_line_total','223.68'),(48618,5592,'_line_tax','0'),(48619,5592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48620,5593,'method_id','fedex'),(48621,5593,'instance_id','1'),(48622,5593,'cost','27.32'),(48623,5593,'total_tax','0'),(48624,5593,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48625,5593,'Package 1','17 × 14 × 10 (in) 29lbs × 1'),(48626,5594,'_product_id','38'),(48627,5594,'_variation_id','0'),(48628,5594,'_qty','1'),(48629,5594,'_tax_class',''),(48630,5594,'_line_subtotal','278.56'),(48631,5594,'_line_subtotal_tax','0'),(48632,5594,'_line_total','278.56'),(48633,5594,'_line_tax','0'),(48634,5594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48635,5595,'_product_id','23'),(48636,5595,'_variation_id','0'),(48637,5595,'_qty','1'),(48638,5595,'_tax_class',''),(48639,5595,'_line_subtotal','111.84'),(48640,5595,'_line_subtotal_tax','0'),(48641,5595,'_line_total','111.84'),(48642,5595,'_line_tax','0'),(48643,5595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48644,5596,'_product_id','49'),(48645,5596,'_variation_id','0'),(48646,5596,'_qty','1'),(48647,5596,'_tax_class',''),(48648,5596,'_line_subtotal','79.2'),(48649,5596,'_line_subtotal_tax','0'),(48650,5596,'_line_total','79.2'),(48651,5596,'_line_tax','0'),(48652,5596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48653,5597,'_product_id','93'),(48654,5597,'_variation_id','0'),(48655,5597,'_qty','5'),(48656,5597,'_tax_class',''),(48657,5597,'_line_subtotal','0'),(48658,5597,'_line_subtotal_tax','0'),(48659,5597,'_line_total','0'),(48660,5597,'_line_tax','0'),(48661,5597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48662,5598,'_product_id','95'),(48663,5598,'_variation_id','0'),(48664,5598,'_qty','5'),(48665,5598,'_tax_class',''),(48666,5598,'_line_subtotal','0'),(48667,5598,'_line_subtotal_tax','0'),(48668,5598,'_line_total','0'),(48669,5598,'_line_tax','0'),(48670,5598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48671,5599,'_product_id','97'),(48672,5599,'_variation_id','0'),(48673,5599,'_qty','1'),(48674,5599,'_tax_class',''),(48675,5599,'_line_subtotal','0'),(48676,5599,'_line_subtotal_tax','0'),(48677,5599,'_line_total','0'),(48678,5599,'_line_tax','0'),(48679,5599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48680,5600,'_product_id','99'),(48681,5600,'_variation_id','0'),(48682,5600,'_qty','1'),(48683,5600,'_tax_class',''),(48684,5600,'_line_subtotal','0'),(48685,5600,'_line_subtotal_tax','0'),(48686,5600,'_line_total','0'),(48687,5600,'_line_tax','0'),(48688,5600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48689,5601,'_product_id','135'),(48690,5601,'_variation_id','0'),(48691,5601,'_qty','2'),(48692,5601,'_tax_class',''),(48693,5601,'_line_subtotal','4.96'),(48694,5601,'_line_subtotal_tax','0'),(48695,5601,'_line_total','4.96'),(48696,5601,'_line_tax','0'),(48697,5601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48698,5602,'_product_id','39'),(48699,5602,'_variation_id','0'),(48700,5602,'_qty','1'),(48701,5602,'_tax_class',''),(48702,5602,'_line_subtotal','79.2'),(48703,5602,'_line_subtotal_tax','0'),(48704,5602,'_line_total','79.2'),(48705,5602,'_line_tax','0'),(48706,5602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48707,5603,'_product_id','41'),(48708,5603,'_variation_id','0'),(48709,5603,'_qty','2'),(48710,5603,'_tax_class',''),(48711,5603,'_line_subtotal','132.96'),(48712,5603,'_line_subtotal_tax','0'),(48713,5603,'_line_total','132.96'),(48714,5603,'_line_tax','0'),(48715,5603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48716,5604,'method_id','free_shipping'),(48717,5604,'instance_id','2'),(48718,5604,'cost','0.00'),(48719,5604,'total_tax','0'),(48720,5604,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48721,5604,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 5, Bulk Active Rinse 50/50 &times; 5, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Large Butterfly Clips &times; 2, Preventive Shampoo(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(48773,5611,'_product_id','42'),(48774,5611,'_variation_id','0'),(48775,5611,'_qty','1'),(48776,5611,'_tax_class',''),(48777,5611,'_line_subtotal','79.2'),(48778,5611,'_line_subtotal_tax','0'),(48779,5611,'_line_total','79.2'),(48780,5611,'_line_tax','0'),(48781,5611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48782,5612,'_product_id','45'),(48783,5612,'_variation_id','0'),(48784,5612,'_qty','1'),(48785,5612,'_tax_class',''),(48786,5612,'_line_subtotal','42.24'),(48787,5612,'_line_subtotal_tax','0'),(48788,5612,'_line_total','42.24'),(48789,5612,'_line_tax','0'),(48790,5612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48791,5613,'_product_id','43'),(48792,5613,'_variation_id','0'),(48793,5613,'_qty','4'),(48794,5613,'_tax_class',''),(48795,5613,'_line_subtotal','316.8'),(48796,5613,'_line_subtotal_tax','0'),(48797,5613,'_line_total','316.8'),(48798,5613,'_line_tax','0'),(48799,5613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48800,5614,'_product_id','49'),(48801,5614,'_variation_id','0'),(48802,5614,'_qty','3'),(48803,5614,'_tax_class',''),(48804,5614,'_line_subtotal','237.6'),(48805,5614,'_line_subtotal_tax','0'),(48806,5614,'_line_total','237.6'),(48807,5614,'_line_tax','0'),(48808,5614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48809,5615,'_product_id','41'),(48810,5615,'_variation_id','0'),(48811,5615,'_qty','1'),(48812,5615,'_tax_class',''),(48813,5615,'_line_subtotal','66.48'),(48814,5615,'_line_subtotal_tax','0'),(48815,5615,'_line_total','66.48'),(48816,5615,'_line_tax','0'),(48817,5615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48818,5616,'method_id','free_shipping'),(48819,5616,'instance_id','2'),(48820,5616,'cost','0.00'),(48821,5616,'total_tax','0'),(48822,5616,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48823,5616,'Items','Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1'),(48824,5617,'_product_id','45'),(48825,5617,'_variation_id','0'),(48826,5617,'_qty','1'),(48827,5617,'_tax_class',''),(48828,5617,'_line_subtotal','42.24'),(48829,5617,'_line_subtotal_tax','0'),(48830,5617,'_line_total','42.24'),(48831,5617,'_line_tax','0'),(48832,5617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48833,5618,'_product_id','41'),(48834,5618,'_variation_id','0'),(48835,5618,'_qty','6'),(48836,5618,'_tax_class',''),(48837,5618,'_line_subtotal','398.88'),(48838,5618,'_line_subtotal_tax','0'),(48839,5618,'_line_total','398.88'),(48840,5618,'_line_tax','0'),(48841,5618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48842,5619,'_product_id','39'),(48843,5619,'_variation_id','0'),(48844,5619,'_qty','1'),(48845,5619,'_tax_class',''),(48846,5619,'_line_subtotal','79.2'),(48847,5619,'_line_subtotal_tax','0'),(48848,5619,'_line_total','79.2'),(48849,5619,'_line_tax','0'),(48850,5619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48851,5620,'_product_id','40'),(48852,5620,'_variation_id','0'),(48853,5620,'_qty','1'),(48854,5620,'_tax_class',''),(48855,5620,'_line_subtotal','79.2'),(48856,5620,'_line_subtotal_tax','0'),(48857,5620,'_line_total','79.2'),(48858,5620,'_line_tax','0'),(48859,5620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48860,5621,'_product_id','120'),(48861,5621,'_variation_id','0'),(48862,5621,'_qty','2'),(48863,5621,'_tax_class',''),(48864,5621,'_line_subtotal','105.6'),(48865,5621,'_line_subtotal_tax','0'),(48866,5621,'_line_total','105.6'),(48867,5621,'_line_tax','0'),(48868,5621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48869,5622,'_product_id','93'),(48870,5622,'_variation_id','0'),(48871,5622,'_qty','10'),(48872,5622,'_tax_class',''),(48873,5622,'_line_subtotal','0'),(48874,5622,'_line_subtotal_tax','0'),(48875,5622,'_line_total','0'),(48876,5622,'_line_tax','0'),(48877,5622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48878,5623,'_product_id','49'),(48879,5623,'_variation_id','0'),(48880,5623,'_qty','2'),(48881,5623,'_tax_class',''),(48882,5623,'_line_subtotal','158.4'),(48883,5623,'_line_subtotal_tax','0'),(48884,5623,'_line_total','158.4'),(48885,5623,'_line_tax','0'),(48886,5623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48887,5624,'_product_id','42'),(48888,5624,'_variation_id','0'),(48889,5624,'_qty','1'),(48890,5624,'_tax_class',''),(48891,5624,'_line_subtotal','79.2'),(48892,5624,'_line_subtotal_tax','0'),(48893,5624,'_line_total','79.2'),(48894,5624,'_line_tax','0'),(48895,5624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48896,5625,'_product_id','97'),(48897,5625,'_variation_id','0'),(48898,5625,'_qty','1'),(48899,5625,'_tax_class',''),(48900,5625,'_line_subtotal','0'),(48901,5625,'_line_subtotal_tax','0'),(48902,5625,'_line_total','0'),(48903,5625,'_line_tax','0'),(48904,5625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48905,5626,'_product_id','99'),(48906,5626,'_variation_id','0'),(48907,5626,'_qty','1'),(48908,5626,'_tax_class',''),(48909,5626,'_line_subtotal','0'),(48910,5626,'_line_subtotal_tax','0'),(48911,5626,'_line_total','0'),(48912,5626,'_line_tax','0'),(48913,5626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48914,5627,'method_id','free_shipping'),(48915,5627,'instance_id','2'),(48916,5627,'cost','0.00'),(48917,5627,'total_tax','0'),(48918,5627,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48919,5627,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 6, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 100% &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(48920,5464,'thwma_order_shipping_status','wc-pending'),(48921,5465,'thwma_order_shipping_status','wc-pending'),(48932,5628,'_product_id','93'),(48933,5628,'_variation_id','0'),(48934,5628,'_qty','8'),(48935,5628,'_tax_class',''),(48936,5628,'_line_subtotal','0'),(48937,5628,'_line_subtotal_tax','0'),(48938,5628,'_line_total','0'),(48939,5628,'_line_tax','0'),(48940,5628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48941,5629,'_product_id','97'),(48942,5629,'_variation_id','0'),(48943,5629,'_qty','1'),(48944,5629,'_tax_class',''),(48945,5629,'_line_subtotal','0'),(48946,5629,'_line_subtotal_tax','0'),(48947,5629,'_line_total','0'),(48948,5629,'_line_tax','0'),(48949,5629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48950,5630,'method_id','fedex'),(48951,5630,'instance_id','1'),(48952,5630,'cost','19.12'),(48953,5630,'total_tax','0'),(48954,5630,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(48955,5630,'Package 1','17 × 14 × 10 (in) 26.05lbs × 1'),(48956,5631,'_product_id','23'),(48957,5631,'_variation_id','0'),(48958,5631,'_qty','4'),(48959,5631,'_tax_class',''),(48960,5631,'_line_subtotal','447.36'),(48961,5631,'_line_subtotal_tax','0'),(48962,5631,'_line_total','447.36'),(48963,5631,'_line_tax','0'),(48964,5631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48965,5632,'_product_id','49'),(48966,5632,'_variation_id','0'),(48967,5632,'_qty','3'),(48968,5632,'_tax_class',''),(48969,5632,'_line_subtotal','237.6'),(48970,5632,'_line_subtotal_tax','0'),(48971,5632,'_line_total','237.6'),(48972,5632,'_line_tax','0'),(48973,5632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48974,5633,'_product_id','97'),(48975,5633,'_variation_id','0'),(48976,5633,'_qty','2'),(48977,5633,'_tax_class',''),(48978,5633,'_line_subtotal','0'),(48979,5633,'_line_subtotal_tax','0'),(48980,5633,'_line_total','0'),(48981,5633,'_line_tax','0'),(48982,5633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48983,5634,'_product_id','93'),(48984,5634,'_variation_id','0'),(48985,5634,'_qty','10'),(48986,5634,'_tax_class',''),(48987,5634,'_line_subtotal','0'),(48988,5634,'_line_subtotal_tax','0'),(48989,5634,'_line_total','0'),(48990,5634,'_line_tax','0'),(48991,5634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(48992,5635,'_product_id','41'),(48993,5635,'_variation_id','0'),(48994,5635,'_qty','2'),(48995,5635,'_tax_class',''),(48996,5635,'_line_subtotal','132.96'),(48997,5635,'_line_subtotal_tax','0'),(48998,5635,'_line_total','132.96'),(48999,5635,'_line_tax','0'),(49000,5635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49001,5636,'method_id','free_shipping'),(49002,5636,'instance_id','2'),(49003,5636,'cost','0.00'),(49004,5636,'total_tax','0'),(49005,5636,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49006,5636,'Items','Active Rinse 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 2'),(49007,5611,'thwma_order_shipping_status','wc-pending'),(49008,5612,'thwma_order_shipping_status','wc-pending'),(49009,5613,'thwma_order_shipping_status','wc-pending'),(49010,5614,'thwma_order_shipping_status','wc-pending'),(49011,5615,'thwma_order_shipping_status','wc-pending'),(49012,5637,'_product_id','120'),(49013,5637,'_variation_id','0'),(49014,5637,'_qty','1'),(49015,5637,'_tax_class',''),(49016,5637,'_line_subtotal','52.8'),(49017,5637,'_line_subtotal_tax','0'),(49018,5637,'_line_total','52.8'),(49019,5637,'_line_tax','0'),(49020,5637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49021,5638,'_product_id','43'),(49022,5638,'_variation_id','0'),(49023,5638,'_qty','4'),(49024,5638,'_tax_class',''),(49025,5638,'_line_subtotal','316.8'),(49026,5638,'_line_subtotal_tax','0'),(49027,5638,'_line_total','316.8'),(49028,5638,'_line_tax','0'),(49029,5638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49030,5639,'_product_id','490'),(49031,5639,'_variation_id','0'),(49032,5639,'_qty','6'),(49033,5639,'_tax_class',''),(49034,5639,'_line_subtotal','136.68'),(49035,5639,'_line_subtotal_tax','0'),(49036,5639,'_line_total','136.68'),(49037,5639,'_line_tax','0'),(49038,5639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49039,5640,'method_id','free_shipping'),(49040,5640,'instance_id','2'),(49041,5640,'cost','0.00'),(49042,5640,'total_tax','0'),(49043,5640,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49044,5640,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 6'),(49048,5590,'thwma_order_shipping_status','wc-pending'),(49049,5591,'thwma_order_shipping_status','wc-pending'),(49050,5592,'thwma_order_shipping_status','wc-pending'),(49051,5641,'_product_id','38'),(49052,5641,'_variation_id','0'),(49053,5641,'_qty','1'),(49054,5641,'_tax_class',''),(49055,5641,'_line_subtotal','278.56'),(49056,5641,'_line_subtotal_tax','0'),(49057,5641,'_line_total','278.56'),(49058,5641,'_line_tax','0'),(49059,5641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49060,5642,'_product_id','41'),(49061,5642,'_variation_id','0'),(49062,5642,'_qty','4'),(49063,5642,'_tax_class',''),(49064,5642,'_line_subtotal','265.92'),(49065,5642,'_line_subtotal_tax','0'),(49066,5642,'_line_total','265.92'),(49067,5642,'_line_tax','0'),(49068,5642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49069,5643,'method_id','free_shipping'),(49070,5643,'instance_id','2'),(49071,5643,'cost','0.00'),(49072,5643,'total_tax','0'),(49073,5643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49074,5643,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(49075,5581,'thwma_order_shipping_status','wc-pending'),(49076,5582,'thwma_order_shipping_status','wc-pending'),(49077,5583,'thwma_order_shipping_status','wc-pending'),(49078,5584,'thwma_order_shipping_status','wc-pending'),(49079,5585,'thwma_order_shipping_status','wc-pending'),(49080,5586,'thwma_order_shipping_status','wc-pending'),(49081,5587,'thwma_order_shipping_status','wc-pending'),(49082,5588,'thwma_order_shipping_status','wc-pending'),(49085,5641,'thwma_order_shipping_status','wc-pending'),(49086,5642,'thwma_order_shipping_status','wc-pending'),(49087,5637,'thwma_order_shipping_status','wc-pending'),(49088,5638,'thwma_order_shipping_status','wc-pending'),(49089,5639,'thwma_order_shipping_status','wc-pending'),(49090,5644,'_product_id','45'),(49091,5644,'_variation_id','0'),(49092,5644,'_qty','4'),(49093,5644,'_tax_class',''),(49094,5644,'_line_subtotal','168.96'),(49095,5644,'_line_subtotal_tax','0'),(49096,5644,'_line_total','168.96'),(49097,5644,'_line_tax','0'),(49098,5644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49099,5645,'_product_id','490'),(49100,5645,'_variation_id','0'),(49101,5645,'_qty','5'),(49102,5645,'_tax_class',''),(49103,5645,'_line_subtotal','113.9'),(49104,5645,'_line_subtotal_tax','0'),(49105,5645,'_line_total','113.9'),(49106,5645,'_line_tax','0'),(49107,5645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49108,5646,'_product_id','38'),(49109,5646,'_variation_id','0'),(49110,5646,'_qty','1'),(49111,5646,'_tax_class',''),(49112,5646,'_line_subtotal','278.56'),(49113,5646,'_line_subtotal_tax','0'),(49114,5646,'_line_total','278.56'),(49115,5646,'_line_tax','0'),(49116,5646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49117,5647,'method_id','free_shipping'),(49118,5647,'instance_id','2'),(49119,5647,'cost','0.00'),(49120,5647,'total_tax','0'),(49121,5647,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49122,5647,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz(Case of 16) &times; 1'),(49123,5648,'_product_id','93'),(49124,5648,'_variation_id','0'),(49125,5648,'_qty','6'),(49126,5648,'_tax_class',''),(49127,5648,'_line_subtotal','0'),(49128,5648,'_line_subtotal_tax','0'),(49129,5648,'_line_total','0'),(49130,5648,'_line_tax','0'),(49131,5648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49132,5649,'method_id','fedex'),(49133,5649,'instance_id','1'),(49134,5649,'cost','11.71'),(49135,5649,'total_tax','0'),(49136,5649,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49137,5649,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(49150,5650,'_product_id','99'),(49151,5650,'_variation_id','0'),(49152,5650,'_qty','1'),(49153,5650,'_tax_class',''),(49154,5650,'_line_subtotal','0'),(49155,5650,'_line_subtotal_tax','0'),(49156,5650,'_line_total','0'),(49157,5650,'_line_tax','0'),(49158,5650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49159,5651,'_product_id','93'),(49160,5651,'_variation_id','0'),(49161,5651,'_qty','6'),(49162,5651,'_tax_class',''),(49163,5651,'_line_subtotal','0'),(49164,5651,'_line_subtotal_tax','0'),(49165,5651,'_line_total','0'),(49166,5651,'_line_tax','0'),(49167,5651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49168,5652,'_product_id','38'),(49169,5652,'_variation_id','0'),(49170,5652,'_qty','1'),(49171,5652,'_tax_class',''),(49172,5652,'_line_subtotal','278.56'),(49173,5652,'_line_subtotal_tax','0'),(49174,5652,'_line_total','278.56'),(49175,5652,'_line_tax','0'),(49176,5652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49177,5653,'_product_id','41'),(49178,5653,'_variation_id','0'),(49179,5653,'_qty','2'),(49180,5653,'_tax_class',''),(49181,5653,'_line_subtotal','132.96'),(49182,5653,'_line_subtotal_tax','0'),(49183,5653,'_line_total','132.96'),(49184,5653,'_line_tax','0'),(49185,5653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49186,5654,'_product_id','23'),(49187,5654,'_variation_id','0'),(49188,5654,'_qty','1'),(49189,5654,'_tax_class',''),(49190,5654,'_line_subtotal','111.84'),(49191,5654,'_line_subtotal_tax','0'),(49192,5654,'_line_total','111.84'),(49193,5654,'_line_tax','0'),(49194,5654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49195,5655,'method_id','free_shipping'),(49196,5655,'instance_id','2'),(49197,5655,'cost','0.00'),(49198,5655,'total_tax','0'),(49199,5655,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49200,5655,'Items','Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 6, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1'),(49206,5644,'thwma_order_shipping_status','wc-pending'),(49207,5645,'thwma_order_shipping_status','wc-pending'),(49208,5646,'thwma_order_shipping_status','wc-pending'),(49214,5656,'_product_id','23'),(49215,5656,'_variation_id','0'),(49216,5656,'_qty','3'),(49217,5656,'_tax_class',''),(49218,5656,'_line_subtotal','335.52'),(49219,5656,'_line_subtotal_tax','0'),(49220,5656,'_line_total','335.52'),(49221,5656,'_line_tax','0'),(49222,5656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49223,5657,'_product_id','38'),(49224,5657,'_variation_id','0'),(49225,5657,'_qty','2'),(49226,5657,'_tax_class',''),(49227,5657,'_line_subtotal','557.12'),(49228,5657,'_line_subtotal_tax','0'),(49229,5657,'_line_total','557.12'),(49230,5657,'_line_tax','0'),(49231,5657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49232,5658,'_product_id','93'),(49233,5658,'_variation_id','0'),(49234,5658,'_qty','4'),(49235,5658,'_tax_class',''),(49236,5658,'_line_subtotal','0'),(49237,5658,'_line_subtotal_tax','0'),(49238,5658,'_line_total','0'),(49239,5658,'_line_tax','0'),(49240,5658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49241,5659,'_product_id','95'),(49242,5659,'_variation_id','0'),(49243,5659,'_qty','8'),(49244,5659,'_tax_class',''),(49245,5659,'_line_subtotal','0'),(49246,5659,'_line_subtotal_tax','0'),(49247,5659,'_line_total','0'),(49248,5659,'_line_tax','0'),(49249,5659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49250,5660,'method_id','free_shipping'),(49251,5660,'instance_id','2'),(49252,5660,'cost','0.00'),(49253,5660,'total_tax','0'),(49254,5660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49255,5660,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% &times; 4, Bulk Active Rinse 50/50 &times; 8'),(49256,5661,'_product_id','490'),(49257,5661,'_variation_id','0'),(49258,5661,'_qty','10'),(49259,5661,'_tax_class',''),(49260,5661,'_line_subtotal','227.8'),(49261,5661,'_line_subtotal_tax','0'),(49262,5661,'_line_total','227.8'),(49263,5661,'_line_tax','0'),(49264,5661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49265,5662,'_product_id','43'),(49266,5662,'_variation_id','0'),(49267,5662,'_qty','1'),(49268,5662,'_tax_class',''),(49269,5662,'_line_subtotal','79.2'),(49270,5662,'_line_subtotal_tax','0'),(49271,5662,'_line_total','79.2'),(49272,5662,'_line_tax','0'),(49273,5662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49274,5663,'_product_id','120'),(49275,5663,'_variation_id','0'),(49276,5663,'_qty','1'),(49277,5663,'_tax_class',''),(49278,5663,'_line_subtotal','52.8'),(49279,5663,'_line_subtotal_tax','0'),(49280,5663,'_line_total','52.8'),(49281,5663,'_line_tax','0'),(49282,5663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49283,5664,'_product_id','23'),(49284,5664,'_variation_id','0'),(49285,5664,'_qty','1'),(49286,5664,'_tax_class',''),(49287,5664,'_line_subtotal','111.84'),(49288,5664,'_line_subtotal_tax','0'),(49289,5664,'_line_total','111.84'),(49290,5664,'_line_tax','0'),(49291,5664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49292,5665,'_product_id','41'),(49293,5665,'_variation_id','0'),(49294,5665,'_qty','1'),(49295,5665,'_tax_class',''),(49296,5665,'_line_subtotal','66.48'),(49297,5665,'_line_subtotal_tax','0'),(49298,5665,'_line_total','66.48'),(49299,5665,'_line_tax','0'),(49300,5665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49301,5666,'method_id','free_shipping'),(49302,5666,'instance_id','2'),(49303,5666,'cost','0.00'),(49304,5666,'total_tax','0'),(49305,5666,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49306,5666,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(49307,5667,'_product_id','23'),(49308,5667,'_variation_id','0'),(49309,5667,'_qty','1'),(49310,5667,'_tax_class',''),(49311,5667,'_line_subtotal','111.84'),(49312,5667,'_line_subtotal_tax','0'),(49313,5667,'_line_total','111.84'),(49314,5667,'_line_tax','0'),(49315,5667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49316,5668,'_product_id','42'),(49317,5668,'_variation_id','0'),(49318,5668,'_qty','1'),(49319,5668,'_tax_class',''),(49320,5668,'_line_subtotal','79.2'),(49321,5668,'_line_subtotal_tax','0'),(49322,5668,'_line_total','79.2'),(49323,5668,'_line_tax','0'),(49324,5668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49325,5669,'_product_id','93'),(49326,5669,'_variation_id','0'),(49327,5669,'_qty','10'),(49328,5669,'_tax_class',''),(49329,5669,'_line_subtotal','0'),(49330,5669,'_line_subtotal_tax','0'),(49331,5669,'_line_total','0'),(49332,5669,'_line_tax','0'),(49333,5669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49334,5670,'_product_id','118'),(49335,5670,'_variation_id','0'),(49336,5670,'_qty','1'),(49337,5670,'_tax_class',''),(49338,5670,'_line_subtotal','184.8'),(49339,5670,'_line_subtotal_tax','0'),(49340,5670,'_line_total','184.8'),(49341,5670,'_line_tax','0'),(49342,5670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49343,5671,'_product_id','51'),(49344,5671,'_variation_id','0'),(49345,5671,'_qty','1'),(49346,5671,'_tax_class',''),(49347,5671,'_line_subtotal','147.84'),(49348,5671,'_line_subtotal_tax','0'),(49349,5671,'_line_total','147.84'),(49350,5671,'_line_tax','0'),(49351,5671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49352,5672,'_product_id','43'),(49353,5672,'_variation_id','0'),(49354,5672,'_qty','1'),(49355,5672,'_tax_class',''),(49356,5672,'_line_subtotal','79.2'),(49357,5672,'_line_subtotal_tax','0'),(49358,5672,'_line_total','79.2'),(49359,5672,'_line_tax','0'),(49360,5672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49361,5673,'_product_id','23'),(49362,5673,'_variation_id','0'),(49363,5673,'_qty','1'),(49364,5673,'_tax_class',''),(49365,5673,'_line_subtotal','111.84'),(49366,5673,'_line_subtotal_tax','0'),(49367,5673,'_line_total','111.84'),(49368,5673,'_line_tax','0'),(49369,5673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49370,5674,'method_id','free_shipping'),(49371,5674,'instance_id','2'),(49372,5674,'cost','0.00'),(49373,5674,'total_tax','0'),(49374,5674,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49375,5674,'Items','Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(49376,5675,'_product_id','45'),(49377,5675,'_variation_id','0'),(49378,5675,'_qty','1'),(49379,5675,'_tax_class',''),(49380,5675,'_line_subtotal','42.24'),(49381,5675,'_line_subtotal_tax','0'),(49382,5675,'_line_total','42.24'),(49383,5675,'_line_tax','0'),(49384,5675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49385,5676,'_product_id','41'),(49386,5676,'_variation_id','0'),(49387,5676,'_qty','2'),(49388,5676,'_tax_class',''),(49389,5676,'_line_subtotal','132.96'),(49390,5676,'_line_subtotal_tax','0'),(49391,5676,'_line_total','132.96'),(49392,5676,'_line_tax','0'),(49393,5676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49394,5677,'_product_id','49'),(49395,5677,'_variation_id','0'),(49396,5677,'_qty','4'),(49397,5677,'_tax_class',''),(49398,5677,'_line_subtotal','316.8'),(49399,5677,'_line_subtotal_tax','0'),(49400,5677,'_line_total','316.8'),(49401,5677,'_line_tax','0'),(49402,5677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49403,5678,'_product_id','39'),(49404,5678,'_variation_id','0'),(49405,5678,'_qty','1'),(49406,5678,'_tax_class',''),(49407,5678,'_line_subtotal','79.2'),(49408,5678,'_line_subtotal_tax','0'),(49409,5678,'_line_total','79.2'),(49410,5678,'_line_tax','0'),(49411,5678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49412,5679,'method_id','free_shipping'),(49413,5679,'instance_id','2'),(49414,5679,'cost','0.00'),(49415,5679,'total_tax','0'),(49416,5679,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49417,5679,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1'),(49418,5656,'thwma_order_shipping_status','wc-pending'),(49419,5657,'thwma_order_shipping_status','wc-pending'),(49420,5658,'thwma_order_shipping_status','wc-pending'),(49421,5659,'thwma_order_shipping_status','wc-pending'),(49478,5650,'thwma_order_shipping_status','wc-pending'),(49479,5651,'thwma_order_shipping_status','wc-pending'),(49480,5652,'thwma_order_shipping_status','wc-pending'),(49481,5653,'thwma_order_shipping_status','wc-pending'),(49482,5654,'thwma_order_shipping_status','wc-pending'),(49483,5594,'thwma_order_shipping_status','wc-pending'),(49484,5595,'thwma_order_shipping_status','wc-pending'),(49485,5596,'thwma_order_shipping_status','wc-pending'),(49486,5597,'thwma_order_shipping_status','wc-pending'),(49487,5598,'thwma_order_shipping_status','wc-pending'),(49488,5599,'thwma_order_shipping_status','wc-pending'),(49489,5600,'thwma_order_shipping_status','wc-pending'),(49490,5601,'thwma_order_shipping_status','wc-pending'),(49491,5602,'thwma_order_shipping_status','wc-pending'),(49492,5603,'thwma_order_shipping_status','wc-pending'),(49493,5628,'thwma_order_shipping_status','wc-pending'),(49494,5629,'thwma_order_shipping_status','wc-pending'),(49495,5631,'thwma_order_shipping_status','wc-pending'),(49496,5632,'thwma_order_shipping_status','wc-pending'),(49497,5633,'thwma_order_shipping_status','wc-pending'),(49498,5634,'thwma_order_shipping_status','wc-pending'),(49499,5635,'thwma_order_shipping_status','wc-pending'),(49500,5661,'thwma_order_shipping_status','wc-pending'),(49501,5662,'thwma_order_shipping_status','wc-pending'),(49502,5663,'thwma_order_shipping_status','wc-pending'),(49503,5664,'thwma_order_shipping_status','wc-pending'),(49504,5665,'thwma_order_shipping_status','wc-pending'),(49505,5686,'_product_id','23'),(49506,5686,'_variation_id','0'),(49507,5686,'_qty','2'),(49508,5686,'_tax_class',''),(49509,5686,'_line_subtotal','223.68'),(49510,5686,'_line_subtotal_tax','0'),(49511,5686,'_line_total','223.68'),(49512,5686,'_line_tax','0'),(49513,5686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49514,5687,'_product_id','38'),(49515,5687,'_variation_id','0'),(49516,5687,'_qty','2'),(49517,5687,'_tax_class',''),(49518,5687,'_line_subtotal','557.12'),(49519,5687,'_line_subtotal_tax','0'),(49520,5687,'_line_total','557.12'),(49521,5687,'_line_tax','0'),(49522,5687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49523,5688,'_product_id','490'),(49524,5688,'_variation_id','0'),(49525,5688,'_qty','8'),(49526,5688,'_tax_class',''),(49527,5688,'_line_subtotal','182.24'),(49528,5688,'_line_subtotal_tax','0'),(49529,5688,'_line_total','182.24'),(49530,5688,'_line_tax','0'),(49531,5688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49532,5689,'method_id','free_shipping'),(49533,5689,'instance_id','2'),(49534,5689,'cost','0.00'),(49535,5689,'total_tax','0'),(49536,5689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49537,5689,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 8'),(49538,5690,'_product_id','23'),(49539,5690,'_variation_id','0'),(49540,5690,'_qty','2'),(49541,5690,'_tax_class',''),(49542,5690,'_line_subtotal','223.68'),(49543,5690,'_line_subtotal_tax','0'),(49544,5690,'_line_total','223.68'),(49545,5690,'_line_tax','0'),(49546,5690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49547,5691,'_product_id','44'),(49548,5691,'_variation_id','0'),(49549,5691,'_qty','1'),(49550,5691,'_tax_class',''),(49551,5691,'_line_subtotal','116.16'),(49552,5691,'_line_subtotal_tax','0'),(49553,5691,'_line_total','116.16'),(49554,5691,'_line_tax','0'),(49555,5691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49556,5692,'_product_id','490'),(49557,5692,'_variation_id','0'),(49558,5692,'_qty','7'),(49559,5692,'_tax_class',''),(49560,5692,'_line_subtotal','159.46'),(49561,5692,'_line_subtotal_tax','0'),(49562,5692,'_line_total','159.46'),(49563,5692,'_line_tax','0'),(49564,5692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49565,5693,'_product_id','38'),(49566,5693,'_variation_id','0'),(49567,5693,'_qty','1'),(49568,5693,'_tax_class',''),(49569,5693,'_line_subtotal','278.56'),(49570,5693,'_line_subtotal_tax','0'),(49571,5693,'_line_total','278.56'),(49572,5693,'_line_tax','0'),(49573,5693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49574,5694,'_product_id','118'),(49575,5694,'_variation_id','0'),(49576,5694,'_qty','1'),(49577,5694,'_tax_class',''),(49578,5694,'_line_subtotal','184.8'),(49579,5694,'_line_subtotal_tax','0'),(49580,5694,'_line_total','184.8'),(49581,5694,'_line_tax','0'),(49582,5694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49583,5695,'_product_id','41'),(49584,5695,'_variation_id','0'),(49585,5695,'_qty','1'),(49586,5695,'_tax_class',''),(49587,5695,'_line_subtotal','66.48'),(49588,5695,'_line_subtotal_tax','0'),(49589,5695,'_line_total','66.48'),(49590,5695,'_line_tax','0'),(49591,5695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49592,5696,'_product_id','44'),(49593,5696,'_variation_id','0'),(49594,5696,'_qty','1'),(49595,5696,'_tax_class',''),(49596,5696,'_line_subtotal','116.16'),(49597,5696,'_line_subtotal_tax','0'),(49598,5696,'_line_total','116.16'),(49599,5696,'_line_tax','0'),(49600,5696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49601,5697,'_product_id','487'),(49602,5697,'_variation_id','0'),(49603,5697,'_qty','1'),(49604,5697,'_tax_class',''),(49605,5697,'_line_subtotal','31.35'),(49606,5697,'_line_subtotal_tax','0'),(49607,5697,'_line_total','31.35'),(49608,5697,'_line_tax','0'),(49609,5697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49610,5698,'method_id','free_shipping'),(49611,5698,'instance_id','2'),(49612,5698,'cost','0.00'),(49613,5698,'total_tax','0'),(49614,5698,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49615,5698,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 7, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(49616,5699,'_product_id','23'),(49617,5699,'_variation_id','0'),(49618,5699,'_qty','3'),(49619,5699,'_tax_class',''),(49620,5699,'_line_subtotal','335.52'),(49621,5699,'_line_subtotal_tax','0'),(49622,5699,'_line_total','335.52'),(49623,5699,'_line_tax','0'),(49624,5699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49625,5700,'_product_id','45'),(49626,5700,'_variation_id','0'),(49627,5700,'_qty','2'),(49628,5700,'_tax_class',''),(49629,5700,'_line_subtotal','84.48'),(49630,5700,'_line_subtotal_tax','0'),(49631,5700,'_line_total','84.48'),(49632,5700,'_line_tax','0'),(49633,5700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49634,5701,'_product_id','39'),(49635,5701,'_variation_id','0'),(49636,5701,'_qty','1'),(49637,5701,'_tax_class',''),(49638,5701,'_line_subtotal','79.2'),(49639,5701,'_line_subtotal_tax','0'),(49640,5701,'_line_total','79.2'),(49641,5701,'_line_tax','0'),(49642,5701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49643,5702,'_product_id','40'),(49644,5702,'_variation_id','0'),(49645,5702,'_qty','1'),(49646,5702,'_tax_class',''),(49647,5702,'_line_subtotal','79.2'),(49648,5702,'_line_subtotal_tax','0'),(49649,5702,'_line_total','79.2'),(49650,5702,'_line_tax','0'),(49651,5702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49652,5703,'method_id','free_shipping'),(49653,5703,'instance_id','2'),(49654,5703,'cost','0.00'),(49655,5703,'total_tax','0'),(49656,5703,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49657,5703,'Items','Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(49658,5690,'thwma_order_shipping_status','wc-pending'),(49659,5691,'thwma_order_shipping_status','wc-pending'),(49660,5692,'thwma_order_shipping_status','wc-pending'),(49661,5693,'thwma_order_shipping_status','wc-pending'),(49662,5694,'thwma_order_shipping_status','wc-pending'),(49663,5695,'thwma_order_shipping_status','wc-pending'),(49664,5696,'thwma_order_shipping_status','wc-pending'),(49665,5697,'thwma_order_shipping_status','wc-pending'),(49666,5667,'thwma_order_shipping_status','wc-pending'),(49667,5668,'thwma_order_shipping_status','wc-pending'),(49668,5669,'thwma_order_shipping_status','wc-pending'),(49669,5670,'thwma_order_shipping_status','wc-pending'),(49670,5671,'thwma_order_shipping_status','wc-pending'),(49671,5672,'thwma_order_shipping_status','wc-pending'),(49672,5673,'thwma_order_shipping_status','wc-pending'),(49673,5686,'thwma_order_shipping_status','wc-pending'),(49674,5687,'thwma_order_shipping_status','wc-pending'),(49675,5688,'thwma_order_shipping_status','wc-pending'),(49680,5675,'thwma_order_shipping_status','wc-pending'),(49681,5676,'thwma_order_shipping_status','wc-pending'),(49682,5677,'thwma_order_shipping_status','wc-pending'),(49683,5678,'thwma_order_shipping_status','wc-pending'),(49684,5704,'_product_id','23'),(49685,5704,'_variation_id','0'),(49686,5704,'_qty','2'),(49687,5704,'_tax_class',''),(49688,5704,'_line_subtotal','223.68'),(49689,5704,'_line_subtotal_tax','0'),(49690,5704,'_line_total','223.68'),(49691,5704,'_line_tax','0'),(49692,5704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49693,5705,'_product_id','41'),(49694,5705,'_variation_id','0'),(49695,5705,'_qty','5'),(49696,5705,'_tax_class',''),(49697,5705,'_line_subtotal','332.4'),(49698,5705,'_line_subtotal_tax','0'),(49699,5705,'_line_total','332.4'),(49700,5705,'_line_tax','0'),(49701,5705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49702,5706,'_product_id','488'),(49703,5706,'_variation_id','0'),(49704,5706,'_qty','4'),(49705,5706,'_tax_class',''),(49706,5706,'_line_subtotal','125.4'),(49707,5706,'_line_subtotal_tax','0'),(49708,5706,'_line_total','125.4'),(49709,5706,'_line_tax','0'),(49710,5706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49711,5707,'_product_id','49'),(49712,5707,'_variation_id','0'),(49713,5707,'_qty','2'),(49714,5707,'_tax_class',''),(49715,5707,'_line_subtotal','158.4'),(49716,5707,'_line_subtotal_tax','0'),(49717,5707,'_line_total','158.4'),(49718,5707,'_line_tax','0'),(49719,5707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49720,5708,'_product_id','41'),(49721,5708,'_variation_id','0'),(49722,5708,'_qty','5'),(49723,5708,'_tax_class',''),(49724,5708,'_line_subtotal','332.4'),(49725,5708,'_line_subtotal_tax','0'),(49726,5708,'_line_total','332.4'),(49727,5708,'_line_tax','0'),(49728,5708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49729,5709,'_product_id','488'),(49730,5709,'_variation_id','0'),(49731,5709,'_qty','4'),(49732,5709,'_tax_class',''),(49733,5709,'_line_subtotal','125.4'),(49734,5709,'_line_subtotal_tax','0'),(49735,5709,'_line_total','125.4'),(49736,5709,'_line_tax','0'),(49737,5709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49738,5710,'_product_id','49'),(49739,5710,'_variation_id','0'),(49740,5710,'_qty','2'),(49741,5710,'_tax_class',''),(49742,5710,'_line_subtotal','158.4'),(49743,5710,'_line_subtotal_tax','0'),(49744,5710,'_line_total','158.4'),(49745,5710,'_line_tax','0'),(49746,5710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49747,5711,'_product_id','488'),(49748,5711,'_variation_id','0'),(49749,5711,'_qty','4'),(49750,5711,'_tax_class',''),(49751,5711,'_line_subtotal','125.4'),(49752,5711,'_line_subtotal_tax','0'),(49753,5711,'_line_total','125.4'),(49754,5711,'_line_tax','0'),(49755,5711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49756,5712,'_product_id','49'),(49757,5712,'_variation_id','0'),(49758,5712,'_qty','2'),(49759,5712,'_tax_class',''),(49760,5712,'_line_subtotal','158.4'),(49761,5712,'_line_subtotal_tax','0'),(49762,5712,'_line_total','158.4'),(49763,5712,'_line_tax','0'),(49764,5712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49765,5713,'_product_id','38'),(49766,5713,'_variation_id','0'),(49767,5713,'_qty','1'),(49768,5713,'_tax_class',''),(49769,5713,'_line_subtotal','278.56'),(49770,5713,'_line_subtotal_tax','0'),(49771,5713,'_line_total','278.56'),(49772,5713,'_line_tax','0'),(49773,5713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49774,5714,'_product_id','38'),(49775,5714,'_variation_id','0'),(49776,5714,'_qty','1'),(49777,5714,'_tax_class',''),(49778,5714,'_line_subtotal','278.56'),(49779,5714,'_line_subtotal_tax','0'),(49780,5714,'_line_total','278.56'),(49781,5714,'_line_tax','0'),(49782,5714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49783,5715,'_product_id','45'),(49784,5715,'_variation_id','0'),(49785,5715,'_qty','2'),(49786,5715,'_tax_class',''),(49787,5715,'_line_subtotal','84.48'),(49788,5715,'_line_subtotal_tax','0'),(49789,5715,'_line_total','84.48'),(49790,5715,'_line_tax','0'),(49791,5715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49792,5716,'_product_id','41'),(49793,5716,'_variation_id','0'),(49794,5716,'_qty','5'),(49795,5716,'_tax_class',''),(49796,5716,'_line_subtotal','332.4'),(49797,5716,'_line_subtotal_tax','0'),(49798,5716,'_line_total','332.4'),(49799,5716,'_line_tax','0'),(49800,5716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49801,5717,'method_id','free_shipping'),(49802,5717,'instance_id','2'),(49803,5717,'cost','0.00'),(49804,5717,'total_tax','0'),(49805,5717,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49806,5717,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5'),(49840,5722,'_product_id','41'),(49841,5722,'_variation_id','0'),(49842,5722,'_qty','4'),(49843,5722,'_tax_class',''),(49844,5722,'_line_subtotal','265.92'),(49845,5722,'_line_subtotal_tax','0'),(49846,5722,'_line_total','265.92'),(49847,5722,'_line_tax','0'),(49848,5722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49849,5723,'_product_id','43'),(49850,5723,'_variation_id','0'),(49851,5723,'_qty','1'),(49852,5723,'_tax_class',''),(49853,5723,'_line_subtotal','79.2'),(49854,5723,'_line_subtotal_tax','0'),(49855,5723,'_line_total','79.2'),(49856,5723,'_line_tax','0'),(49857,5723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49858,5724,'_product_id','49'),(49859,5724,'_variation_id','0'),(49860,5724,'_qty','1'),(49861,5724,'_tax_class',''),(49862,5724,'_line_subtotal','79.2'),(49863,5724,'_line_subtotal_tax','0'),(49864,5724,'_line_total','79.2'),(49865,5724,'_line_tax','0'),(49866,5724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49867,5725,'_product_id','93'),(49868,5725,'_variation_id','0'),(49869,5725,'_qty','10'),(49870,5725,'_tax_class',''),(49871,5725,'_line_subtotal','0'),(49872,5725,'_line_subtotal_tax','0'),(49873,5725,'_line_total','0'),(49874,5725,'_line_tax','0'),(49875,5725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49876,5726,'_product_id','99'),(49877,5726,'_variation_id','0'),(49878,5726,'_qty','1'),(49879,5726,'_tax_class',''),(49880,5726,'_line_subtotal','0'),(49881,5726,'_line_subtotal_tax','0'),(49882,5726,'_line_total','0'),(49883,5726,'_line_tax','0'),(49884,5726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49885,5727,'method_id','fedex'),(49886,5727,'instance_id','1'),(49887,5727,'cost','66.90'),(49888,5727,'total_tax','0'),(49889,5727,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49890,5727,'Package 1','17 × 14 × 10 (in) 40.5lbs × 1'),(49891,5727,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(49892,5722,'thwma_order_shipping_status','wc-pending'),(49893,5723,'thwma_order_shipping_status','wc-pending'),(49894,5724,'thwma_order_shipping_status','wc-pending'),(49895,5725,'thwma_order_shipping_status','wc-pending'),(49896,5726,'thwma_order_shipping_status','wc-pending'),(49897,5699,'thwma_order_shipping_status','wc-pending'),(49898,5700,'thwma_order_shipping_status','wc-pending'),(49899,5701,'thwma_order_shipping_status','wc-pending'),(49900,5702,'thwma_order_shipping_status','wc-pending'),(49901,5728,'_product_id','93'),(49902,5728,'_variation_id','0'),(49903,5728,'_qty','10'),(49904,5728,'_tax_class',''),(49905,5728,'_line_subtotal','0'),(49906,5728,'_line_subtotal_tax','0'),(49907,5728,'_line_total','0'),(49908,5728,'_line_tax','0'),(49909,5728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49910,5729,'method_id','fedex'),(49911,5729,'instance_id','1'),(49912,5729,'cost','14.37'),(49913,5729,'total_tax','0'),(49914,5729,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49915,5729,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(49916,5730,'_product_id','488'),(49917,5730,'_variation_id','0'),(49918,5730,'_qty','1'),(49919,5730,'_tax_class',''),(49920,5730,'_line_subtotal','31.35'),(49921,5730,'_line_subtotal_tax','0'),(49922,5730,'_line_total','31.35'),(49923,5730,'_line_tax','0'),(49924,5730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49925,5731,'_product_id','487'),(49926,5731,'_variation_id','0'),(49927,5731,'_qty','1'),(49928,5731,'_tax_class',''),(49929,5731,'_line_subtotal','31.35'),(49930,5731,'_line_subtotal_tax','0'),(49931,5731,'_line_total','31.35'),(49932,5731,'_line_tax','0'),(49933,5731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49934,5732,'_product_id','38'),(49935,5732,'_variation_id','0'),(49936,5732,'_qty','1'),(49937,5732,'_tax_class',''),(49938,5732,'_line_subtotal','278.56'),(49939,5732,'_line_subtotal_tax','0'),(49940,5732,'_line_total','278.56'),(49941,5732,'_line_tax','0'),(49942,5732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49943,5733,'_product_id','23'),(49944,5733,'_variation_id','0'),(49945,5733,'_qty','1'),(49946,5733,'_tax_class',''),(49947,5733,'_line_subtotal','111.84'),(49948,5733,'_line_subtotal_tax','0'),(49949,5733,'_line_total','111.84'),(49950,5733,'_line_tax','0'),(49951,5733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49952,5734,'_product_id','42'),(49953,5734,'_variation_id','0'),(49954,5734,'_qty','1'),(49955,5734,'_tax_class',''),(49956,5734,'_line_subtotal','79.2'),(49957,5734,'_line_subtotal_tax','0'),(49958,5734,'_line_total','79.2'),(49959,5734,'_line_tax','0'),(49960,5734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49961,5735,'method_id','free_shipping'),(49962,5735,'instance_id','2'),(49963,5735,'cost','0.00'),(49964,5735,'total_tax','0'),(49965,5735,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(49966,5735,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(49967,5704,'thwma_order_shipping_status','wc-pending'),(49968,5705,'thwma_order_shipping_status','wc-pending'),(49969,5706,'thwma_order_shipping_status','wc-pending'),(49970,5707,'thwma_order_shipping_status','wc-pending'),(49971,5708,'thwma_order_shipping_status','wc-pending'),(49972,5709,'thwma_order_shipping_status','wc-pending'),(49973,5710,'thwma_order_shipping_status','wc-pending'),(49974,5711,'thwma_order_shipping_status','wc-pending'),(49975,5712,'thwma_order_shipping_status','wc-pending'),(49976,5713,'thwma_order_shipping_status','wc-pending'),(49977,5714,'thwma_order_shipping_status','wc-pending'),(49978,5715,'thwma_order_shipping_status','wc-pending'),(49979,5716,'thwma_order_shipping_status','wc-pending'),(49980,5736,'_product_id','118'),(49981,5736,'_variation_id','0'),(49982,5736,'_qty','2'),(49983,5736,'_tax_class',''),(49984,5736,'_line_subtotal','369.6'),(49985,5736,'_line_subtotal_tax','0'),(49986,5736,'_line_total','369.6'),(49987,5736,'_line_tax','0'),(49988,5736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49989,5737,'_product_id','41'),(49990,5737,'_variation_id','0'),(49991,5737,'_qty','1'),(49992,5737,'_tax_class',''),(49993,5737,'_line_subtotal','66.48'),(49994,5737,'_line_subtotal_tax','0'),(49995,5737,'_line_total','66.48'),(49996,5737,'_line_tax','0'),(49997,5737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(49998,5738,'_product_id','49'),(49999,5738,'_variation_id','0'),(50000,5738,'_qty','1'),(50001,5738,'_tax_class',''),(50002,5738,'_line_subtotal','79.2'),(50003,5738,'_line_subtotal_tax','0'),(50004,5738,'_line_total','79.2'),(50005,5738,'_line_tax','0'),(50006,5738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50007,5739,'_product_id','43'),(50008,5739,'_variation_id','0'),(50009,5739,'_qty','1'),(50010,5739,'_tax_class',''),(50011,5739,'_line_subtotal','79.2'),(50012,5739,'_line_subtotal_tax','0'),(50013,5739,'_line_total','79.2'),(50014,5739,'_line_tax','0'),(50015,5739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50016,5740,'method_id','free_shipping'),(50017,5740,'instance_id','2'),(50018,5740,'cost','0.00'),(50019,5740,'total_tax','0'),(50020,5740,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50021,5740,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(50027,5730,'thwma_order_shipping_status','wc-pending'),(50028,5731,'thwma_order_shipping_status','wc-pending'),(50029,5732,'thwma_order_shipping_status','wc-pending'),(50030,5733,'thwma_order_shipping_status','wc-pending'),(50031,5734,'thwma_order_shipping_status','wc-pending'),(50036,5736,'thwma_order_shipping_status','wc-pending'),(50037,5737,'thwma_order_shipping_status','wc-pending'),(50038,5738,'thwma_order_shipping_status','wc-pending'),(50039,5739,'thwma_order_shipping_status','wc-pending'),(50040,5741,'_product_id','41'),(50041,5741,'_variation_id','0'),(50042,5741,'_qty','1'),(50043,5741,'_tax_class',''),(50044,5741,'_line_subtotal','66.48'),(50045,5741,'_line_subtotal_tax','0'),(50046,5741,'_line_total','66.48'),(50047,5741,'_line_tax','0'),(50048,5741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50049,5742,'_product_id','38'),(50050,5742,'_variation_id','0'),(50051,5742,'_qty','2'),(50052,5742,'_tax_class',''),(50053,5742,'_line_subtotal','557.12'),(50054,5742,'_line_subtotal_tax','0'),(50055,5742,'_line_total','557.12'),(50056,5742,'_line_tax','0'),(50057,5742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50058,5743,'_product_id','23'),(50059,5743,'_variation_id','0'),(50060,5743,'_qty','2'),(50061,5743,'_tax_class',''),(50062,5743,'_line_subtotal','223.68'),(50063,5743,'_line_subtotal_tax','0'),(50064,5743,'_line_total','223.68'),(50065,5743,'_line_tax','0'),(50066,5743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50067,5744,'_product_id','131'),(50068,5744,'_variation_id','0'),(50069,5744,'_qty','2'),(50070,5744,'_tax_class',''),(50071,5744,'_line_subtotal','25.3'),(50072,5744,'_line_subtotal_tax','0'),(50073,5744,'_line_total','25.3'),(50074,5744,'_line_tax','0'),(50075,5744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50076,5745,'method_id','free_shipping'),(50077,5745,'instance_id','2'),(50078,5745,'cost','0.00'),(50079,5745,'total_tax','0'),(50080,5745,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50081,5745,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Disposable Capes &times; 2'),(50082,5746,'_product_id','41'),(50083,5746,'_variation_id','0'),(50084,5746,'_qty','2'),(50085,5746,'_tax_class',''),(50086,5746,'_line_subtotal','132.96'),(50087,5746,'_line_subtotal_tax','0'),(50088,5746,'_line_total','132.96'),(50089,5746,'_line_tax','0'),(50090,5746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50091,5747,'_product_id','49'),(50092,5747,'_variation_id','0'),(50093,5747,'_qty','1'),(50094,5747,'_tax_class',''),(50095,5747,'_line_subtotal','79.2'),(50096,5747,'_line_subtotal_tax','0'),(50097,5747,'_line_total','79.2'),(50098,5747,'_line_tax','0'),(50099,5747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50100,5748,'_product_id','43'),(50101,5748,'_variation_id','0'),(50102,5748,'_qty','1'),(50103,5748,'_tax_class',''),(50104,5748,'_line_subtotal','79.2'),(50105,5748,'_line_subtotal_tax','0'),(50106,5748,'_line_total','79.2'),(50107,5748,'_line_tax','0'),(50108,5748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50109,5749,'_product_id','489'),(50110,5749,'_variation_id','0'),(50111,5749,'_qty','10'),(50112,5749,'_tax_class',''),(50113,5749,'_line_subtotal','194.3'),(50114,5749,'_line_subtotal_tax','0'),(50115,5749,'_line_total','194.3'),(50116,5749,'_line_tax','0'),(50117,5749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50118,5750,'_product_id','487'),(50119,5750,'_variation_id','0'),(50120,5750,'_qty','2'),(50121,5750,'_tax_class',''),(50122,5750,'_line_subtotal','62.7'),(50123,5750,'_line_subtotal_tax','0'),(50124,5750,'_line_total','62.7'),(50125,5750,'_line_tax','0'),(50126,5750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50127,5751,'method_id','free_shipping'),(50128,5751,'instance_id','2'),(50129,5751,'cost','0.00'),(50130,5751,'total_tax','0'),(50131,5751,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50132,5751,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(50133,5752,'_product_id','23'),(50134,5752,'_variation_id','0'),(50135,5752,'_qty','2'),(50136,5752,'_tax_class',''),(50137,5752,'_line_subtotal','223.68'),(50138,5752,'_line_subtotal_tax','0'),(50139,5752,'_line_total','223.68'),(50140,5752,'_line_tax','0'),(50141,5752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50142,5753,'_product_id','38'),(50143,5753,'_variation_id','0'),(50144,5753,'_qty','1'),(50145,5753,'_tax_class',''),(50146,5753,'_line_subtotal','278.56'),(50147,5753,'_line_subtotal_tax','0'),(50148,5753,'_line_total','278.56'),(50149,5753,'_line_tax','0'),(50150,5753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50151,5754,'_product_id','45'),(50152,5754,'_variation_id','0'),(50153,5754,'_qty','1'),(50154,5754,'_tax_class',''),(50155,5754,'_line_subtotal','42.24'),(50156,5754,'_line_subtotal_tax','0'),(50157,5754,'_line_total','42.24'),(50158,5754,'_line_tax','0'),(50159,5754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50160,5755,'_product_id','116'),(50161,5755,'_variation_id','0'),(50162,5755,'_qty','1'),(50163,5755,'_tax_class',''),(50164,5755,'_line_subtotal','145.44'),(50165,5755,'_line_subtotal_tax','0'),(50166,5755,'_line_total','145.44'),(50167,5755,'_line_tax','0'),(50168,5755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50169,5756,'_product_id','120'),(50170,5756,'_variation_id','0'),(50171,5756,'_qty','1'),(50172,5756,'_tax_class',''),(50173,5756,'_line_subtotal','52.8'),(50174,5756,'_line_subtotal_tax','0'),(50175,5756,'_line_total','52.8'),(50176,5756,'_line_tax','0'),(50177,5756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50178,5757,'_product_id','43'),(50179,5757,'_variation_id','0'),(50180,5757,'_qty','1'),(50181,5757,'_tax_class',''),(50182,5757,'_line_subtotal','79.2'),(50183,5757,'_line_subtotal_tax','0'),(50184,5757,'_line_total','79.2'),(50185,5757,'_line_tax','0'),(50186,5757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50187,5758,'_product_id','49'),(50188,5758,'_variation_id','0'),(50189,5758,'_qty','1'),(50190,5758,'_tax_class',''),(50191,5758,'_line_subtotal','79.2'),(50192,5758,'_line_subtotal_tax','0'),(50193,5758,'_line_total','79.2'),(50194,5758,'_line_tax','0'),(50195,5758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50196,5759,'_product_id','93'),(50197,5759,'_variation_id','0'),(50198,5759,'_qty','8'),(50199,5759,'_tax_class',''),(50200,5759,'_line_subtotal','0'),(50201,5759,'_line_subtotal_tax','0'),(50202,5759,'_line_total','0'),(50203,5759,'_line_tax','0'),(50204,5759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50205,5760,'_product_id','41'),(50206,5760,'_variation_id','0'),(50207,5760,'_qty','3'),(50208,5760,'_tax_class',''),(50209,5760,'_line_subtotal','199.44'),(50210,5760,'_line_subtotal_tax','0'),(50211,5760,'_line_total','199.44'),(50212,5760,'_line_tax','0'),(50213,5760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50214,5761,'_product_id','39'),(50215,5761,'_variation_id','0'),(50216,5761,'_qty','1'),(50217,5761,'_tax_class',''),(50218,5761,'_line_subtotal','79.2'),(50219,5761,'_line_subtotal_tax','0'),(50220,5761,'_line_total','79.2'),(50221,5761,'_line_tax','0'),(50222,5761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50223,5762,'method_id','free_shipping'),(50224,5762,'instance_id','2'),(50225,5762,'cost','0.00'),(50226,5762,'total_tax','0'),(50227,5762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50228,5762,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8, Professional Lice Comb(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1'),(50243,5741,'thwma_order_shipping_status','wc-pending'),(50244,5742,'thwma_order_shipping_status','wc-pending'),(50245,5743,'thwma_order_shipping_status','wc-pending'),(50246,5744,'thwma_order_shipping_status','wc-pending'),(50247,5746,'thwma_order_shipping_status','wc-pending'),(50248,5747,'thwma_order_shipping_status','wc-pending'),(50249,5748,'thwma_order_shipping_status','wc-pending'),(50250,5749,'thwma_order_shipping_status','wc-pending'),(50251,5750,'thwma_order_shipping_status','wc-pending'),(50252,5752,'thwma_order_shipping_status','wc-pending'),(50253,5753,'thwma_order_shipping_status','wc-pending'),(50254,5754,'thwma_order_shipping_status','wc-pending'),(50255,5755,'thwma_order_shipping_status','wc-pending'),(50256,5756,'thwma_order_shipping_status','wc-pending'),(50257,5757,'thwma_order_shipping_status','wc-pending'),(50258,5758,'thwma_order_shipping_status','wc-pending'),(50259,5759,'thwma_order_shipping_status','wc-pending'),(50260,5760,'thwma_order_shipping_status','wc-pending'),(50261,5761,'thwma_order_shipping_status','wc-pending'),(50262,5763,'_product_id','23'),(50263,5763,'_variation_id','0'),(50264,5763,'_qty','1'),(50265,5763,'_tax_class',''),(50266,5763,'_line_subtotal','111.84'),(50267,5763,'_line_subtotal_tax','0'),(50268,5763,'_line_total','111.84'),(50269,5763,'_line_tax','0'),(50270,5763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50271,5764,'_product_id','41'),(50272,5764,'_variation_id','0'),(50273,5764,'_qty','2'),(50274,5764,'_tax_class',''),(50275,5764,'_line_subtotal','132.96'),(50276,5764,'_line_subtotal_tax','0'),(50277,5764,'_line_total','132.96'),(50278,5764,'_line_tax','0'),(50279,5764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50280,5765,'_product_id','43'),(50281,5765,'_variation_id','0'),(50282,5765,'_qty','2'),(50283,5765,'_tax_class',''),(50284,5765,'_line_subtotal','158.4'),(50285,5765,'_line_subtotal_tax','0'),(50286,5765,'_line_total','158.4'),(50287,5765,'_line_tax','0'),(50288,5765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50289,5766,'_product_id','44'),(50290,5766,'_variation_id','0'),(50291,5766,'_qty','1'),(50292,5766,'_tax_class',''),(50293,5766,'_line_subtotal','116.16'),(50294,5766,'_line_subtotal_tax','0'),(50295,5766,'_line_total','116.16'),(50296,5766,'_line_tax','0'),(50297,5766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50298,5767,'_product_id','93'),(50299,5767,'_variation_id','0'),(50300,5767,'_qty','6'),(50301,5767,'_tax_class',''),(50302,5767,'_line_subtotal','0'),(50303,5767,'_line_subtotal_tax','0'),(50304,5767,'_line_total','0'),(50305,5767,'_line_tax','0'),(50306,5767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50307,5768,'_product_id','44'),(50308,5768,'_variation_id','0'),(50309,5768,'_qty','1'),(50310,5768,'_tax_class',''),(50311,5768,'_line_subtotal','116.16'),(50312,5768,'_line_subtotal_tax','0'),(50313,5768,'_line_total','116.16'),(50314,5768,'_line_tax','0'),(50315,5768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50316,5769,'method_id','free_shipping'),(50317,5769,'instance_id','2'),(50318,5769,'cost','0.00'),(50319,5769,'total_tax','0'),(50320,5769,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50321,5769,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% &times; 6, Preventive Kit(Case of 6) &times; 1'),(50328,5770,'_product_id','23'),(50329,5770,'_variation_id','0'),(50330,5770,'_qty','2'),(50331,5770,'_tax_class',''),(50332,5770,'_line_subtotal','223.68'),(50333,5770,'_line_subtotal_tax','0'),(50334,5770,'_line_total','223.68'),(50335,5770,'_line_tax','0'),(50336,5770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50337,5771,'_product_id','41'),(50338,5771,'_variation_id','0'),(50339,5771,'_qty','2'),(50340,5771,'_tax_class',''),(50341,5771,'_line_subtotal','132.96'),(50342,5771,'_line_subtotal_tax','0'),(50343,5771,'_line_total','132.96'),(50344,5771,'_line_tax','0'),(50345,5771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50346,5772,'_product_id','118'),(50347,5772,'_variation_id','0'),(50348,5772,'_qty','1'),(50349,5772,'_tax_class',''),(50350,5772,'_line_subtotal','184.8'),(50351,5772,'_line_subtotal_tax','0'),(50352,5772,'_line_total','184.8'),(50353,5772,'_line_tax','0'),(50354,5772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50355,5773,'_product_id','51'),(50356,5773,'_variation_id','0'),(50357,5773,'_qty','2'),(50358,5773,'_tax_class',''),(50359,5773,'_line_subtotal','295.68'),(50360,5773,'_line_subtotal_tax','0'),(50361,5773,'_line_total','295.68'),(50362,5773,'_line_tax','0'),(50363,5773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50364,5774,'_product_id','487'),(50365,5774,'_variation_id','0'),(50366,5774,'_qty','4'),(50367,5774,'_tax_class',''),(50368,5774,'_line_subtotal','125.4'),(50369,5774,'_line_subtotal_tax','0'),(50370,5774,'_line_total','125.4'),(50371,5774,'_line_tax','0'),(50372,5774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50373,5775,'method_id','free_shipping'),(50374,5775,'instance_id','2'),(50375,5775,'cost','0.00'),(50376,5775,'total_tax','0'),(50377,5775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50378,5775,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 4'),(50379,5776,'_product_id','23'),(50380,5776,'_variation_id','0'),(50381,5776,'_qty','2'),(50382,5776,'_tax_class',''),(50383,5776,'_line_subtotal','223.68'),(50384,5776,'_line_subtotal_tax','0'),(50385,5776,'_line_total','223.68'),(50386,5776,'_line_tax','0'),(50387,5776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50388,5777,'_product_id','38'),(50389,5777,'_variation_id','0'),(50390,5777,'_qty','2'),(50391,5777,'_tax_class',''),(50392,5777,'_line_subtotal','557.12'),(50393,5777,'_line_subtotal_tax','0'),(50394,5777,'_line_total','557.12'),(50395,5777,'_line_tax','0'),(50396,5777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50397,5778,'_product_id','41'),(50398,5778,'_variation_id','0'),(50399,5778,'_qty','2'),(50400,5778,'_tax_class',''),(50401,5778,'_line_subtotal','132.96'),(50402,5778,'_line_subtotal_tax','0'),(50403,5778,'_line_total','132.96'),(50404,5778,'_line_tax','0'),(50405,5778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50406,5779,'_product_id','49'),(50407,5779,'_variation_id','0'),(50408,5779,'_qty','2'),(50409,5779,'_tax_class',''),(50410,5779,'_line_subtotal','158.4'),(50411,5779,'_line_subtotal_tax','0'),(50412,5779,'_line_total','158.4'),(50413,5779,'_line_tax','0'),(50414,5779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50415,5780,'_product_id','45'),(50416,5780,'_variation_id','0'),(50417,5780,'_qty','1'),(50418,5780,'_tax_class',''),(50419,5780,'_line_subtotal','42.24'),(50420,5780,'_line_subtotal_tax','0'),(50421,5780,'_line_total','42.24'),(50422,5780,'_line_tax','0'),(50423,5780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50424,5781,'_product_id','490'),(50425,5781,'_variation_id','0'),(50426,5781,'_qty','6'),(50427,5781,'_tax_class',''),(50428,5781,'_line_subtotal','136.68'),(50429,5781,'_line_subtotal_tax','0'),(50430,5781,'_line_total','136.68'),(50431,5781,'_line_tax','0'),(50432,5781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50433,5782,'_product_id','488'),(50434,5782,'_variation_id','0'),(50435,5782,'_qty','2'),(50436,5782,'_tax_class',''),(50437,5782,'_line_subtotal','62.7'),(50438,5782,'_line_subtotal_tax','0'),(50439,5782,'_line_total','62.7'),(50440,5782,'_line_tax','0'),(50441,5782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50442,5783,'method_id','free_shipping'),(50443,5783,'instance_id','2'),(50444,5783,'cost','0.00'),(50445,5783,'total_tax','0'),(50446,5783,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50447,5783,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 2'),(50448,5770,'thwma_order_shipping_status','wc-pending'),(50449,5771,'thwma_order_shipping_status','wc-pending'),(50450,5772,'thwma_order_shipping_status','wc-pending'),(50451,5773,'thwma_order_shipping_status','wc-pending'),(50452,5774,'thwma_order_shipping_status','wc-pending'),(50453,5763,'thwma_order_shipping_status','wc-pending'),(50454,5764,'thwma_order_shipping_status','wc-pending'),(50455,5765,'thwma_order_shipping_status','wc-pending'),(50456,5766,'thwma_order_shipping_status','wc-pending'),(50457,5767,'thwma_order_shipping_status','wc-pending'),(50458,5768,'thwma_order_shipping_status','wc-pending'),(50466,5776,'thwma_order_shipping_status','wc-pending'),(50467,5777,'thwma_order_shipping_status','wc-pending'),(50468,5778,'thwma_order_shipping_status','wc-pending'),(50469,5779,'thwma_order_shipping_status','wc-pending'),(50470,5780,'thwma_order_shipping_status','wc-pending'),(50471,5781,'thwma_order_shipping_status','wc-pending'),(50472,5782,'thwma_order_shipping_status','wc-pending'),(50473,5784,'_product_id','39'),(50474,5784,'_variation_id','0'),(50475,5784,'_qty','4'),(50476,5784,'_tax_class',''),(50477,5784,'_line_subtotal','316.8'),(50478,5784,'_line_subtotal_tax','0'),(50479,5784,'_line_total','316.8'),(50480,5784,'_line_tax','0'),(50481,5784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50482,5785,'_product_id','40'),(50483,5785,'_variation_id','0'),(50484,5785,'_qty','4'),(50485,5785,'_tax_class',''),(50486,5785,'_line_subtotal','316.8'),(50487,5785,'_line_subtotal_tax','0'),(50488,5785,'_line_total','316.8'),(50489,5785,'_line_tax','0'),(50490,5785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50491,5786,'_product_id','93'),(50492,5786,'_variation_id','0'),(50493,5786,'_qty','10'),(50494,5786,'_tax_class',''),(50495,5786,'_line_subtotal','0'),(50496,5786,'_line_subtotal_tax','0'),(50497,5786,'_line_total','0'),(50498,5786,'_line_tax','0'),(50499,5786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50500,5787,'method_id','free_shipping'),(50501,5787,'instance_id','2'),(50502,5787,'cost','0.00'),(50503,5787,'total_tax','0'),(50504,5787,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50505,5787,'Items','Preventive Shampoo(Case of 12) &times; 4, Preventive Conditioner(Case of 12) &times; 4, Bulk Active Rinse 100% &times; 10'),(50509,5788,'_product_id','41'),(50510,5788,'_variation_id','0'),(50511,5788,'_qty','2'),(50512,5788,'_tax_class',''),(50513,5788,'_line_subtotal','132.96'),(50514,5788,'_line_subtotal_tax','0'),(50515,5788,'_line_total','132.96'),(50516,5788,'_line_tax','0'),(50517,5788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50518,5789,'_product_id','23'),(50519,5789,'_variation_id','0'),(50520,5789,'_qty','2'),(50521,5789,'_tax_class',''),(50522,5789,'_line_subtotal','223.68'),(50523,5789,'_line_subtotal_tax','0'),(50524,5789,'_line_total','223.68'),(50525,5789,'_line_tax','0'),(50526,5789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50527,5790,'_product_id','43'),(50528,5790,'_variation_id','0'),(50529,5790,'_qty','1'),(50530,5790,'_tax_class',''),(50531,5790,'_line_subtotal','79.2'),(50532,5790,'_line_subtotal_tax','0'),(50533,5790,'_line_total','79.2'),(50534,5790,'_line_tax','0'),(50535,5790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50536,5791,'_product_id','99'),(50537,5791,'_variation_id','0'),(50538,5791,'_qty','1'),(50539,5791,'_tax_class',''),(50540,5791,'_line_subtotal','0'),(50541,5791,'_line_subtotal_tax','0'),(50542,5791,'_line_total','0'),(50543,5791,'_line_tax','0'),(50544,5791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50545,5792,'_product_id','38'),(50546,5792,'_variation_id','0'),(50547,5792,'_qty','1'),(50548,5792,'_tax_class',''),(50549,5792,'_line_subtotal','278.56'),(50550,5792,'_line_subtotal_tax','0'),(50551,5792,'_line_total','278.56'),(50552,5792,'_line_tax','0'),(50553,5792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50554,5793,'_fee_amount','-251.615'),(50555,5793,'_tax_class','0'),(50556,5793,'_tax_status','taxable'),(50557,5793,'_line_total','-251.615'),(50558,5793,'_line_tax','0'),(50559,5793,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(50560,5793,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(50561,5793,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(50562,5794,'method_id','fedex'),(50563,5794,'instance_id','3'),(50564,5794,'cost','503.23'),(50565,5794,'total_tax','0'),(50566,5794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50567,5794,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(50568,5794,'Package 2','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(50569,5794,'Package 3','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(50570,5794,'Package 4','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(50571,5794,'Package 5','12 × 6 × 6 (in) 7.85lbs × 1'),(50572,5795,'discount_amount','0'),(50573,5795,'discount_amount_tax','0'),(50574,5795,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:14;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(50580,5784,'thwma_order_shipping_status','wc-pending'),(50581,5785,'thwma_order_shipping_status','wc-pending'),(50582,5786,'thwma_order_shipping_status','wc-pending'),(50583,5788,'thwma_order_shipping_status','wc-pending'),(50584,5789,'thwma_order_shipping_status','wc-pending'),(50585,5790,'thwma_order_shipping_status','wc-pending'),(50586,5791,'thwma_order_shipping_status','wc-pending'),(50587,5792,'thwma_order_shipping_status','wc-pending'),(50588,5796,'_product_id','38'),(50589,5796,'_variation_id','0'),(50590,5796,'_qty','1'),(50591,5796,'_tax_class',''),(50592,5796,'_line_subtotal','278.56'),(50593,5796,'_line_subtotal_tax','0'),(50594,5796,'_line_total','278.56'),(50595,5796,'_line_tax','0'),(50596,5796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50597,5797,'_product_id','487'),(50598,5797,'_variation_id','0'),(50599,5797,'_qty','1'),(50600,5797,'_tax_class',''),(50601,5797,'_line_subtotal','31.35'),(50602,5797,'_line_subtotal_tax','0'),(50603,5797,'_line_total','31.35'),(50604,5797,'_line_tax','0'),(50605,5797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50606,5798,'_product_id','490'),(50607,5798,'_variation_id','0'),(50608,5798,'_qty','10'),(50609,5798,'_tax_class',''),(50610,5798,'_line_subtotal','227.8'),(50611,5798,'_line_subtotal_tax','0'),(50612,5798,'_line_total','227.8'),(50613,5798,'_line_tax','0'),(50614,5798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50615,5799,'_product_id','41'),(50616,5799,'_variation_id','0'),(50617,5799,'_qty','1'),(50618,5799,'_tax_class',''),(50619,5799,'_line_subtotal','66.48'),(50620,5799,'_line_subtotal_tax','0'),(50621,5799,'_line_total','66.48'),(50622,5799,'_line_tax','0'),(50623,5799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50624,5800,'_product_id','43'),(50625,5800,'_variation_id','0'),(50626,5800,'_qty','1'),(50627,5800,'_tax_class',''),(50628,5800,'_line_subtotal','79.2'),(50629,5800,'_line_subtotal_tax','0'),(50630,5800,'_line_total','79.2'),(50631,5800,'_line_tax','0'),(50632,5800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50633,5801,'_product_id','42'),(50634,5801,'_variation_id','0'),(50635,5801,'_qty','1'),(50636,5801,'_tax_class',''),(50637,5801,'_line_subtotal','79.2'),(50638,5801,'_line_subtotal_tax','0'),(50639,5801,'_line_total','79.2'),(50640,5801,'_line_tax','0'),(50641,5801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50642,5802,'method_id','free_shipping'),(50643,5802,'instance_id','2'),(50644,5802,'cost','0.00'),(50645,5802,'total_tax','0'),(50646,5802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50647,5802,'Items','Active Rinse 16oz(Case of 16) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(50648,5803,'_product_id','42'),(50649,5803,'_variation_id','0'),(50650,5803,'_qty','1'),(50651,5803,'_tax_class',''),(50652,5803,'_line_subtotal','79.2'),(50653,5803,'_line_subtotal_tax','0'),(50654,5803,'_line_total','79.2'),(50655,5803,'_line_tax','0'),(50656,5803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50657,5804,'_product_id','23'),(50658,5804,'_variation_id','0'),(50659,5804,'_qty','1'),(50660,5804,'_tax_class',''),(50661,5804,'_line_subtotal','111.84'),(50662,5804,'_line_subtotal_tax','0'),(50663,5804,'_line_total','111.84'),(50664,5804,'_line_tax','0'),(50665,5804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50666,5805,'_product_id','490'),(50667,5805,'_variation_id','0'),(50668,5805,'_qty','10'),(50669,5805,'_tax_class',''),(50670,5805,'_line_subtotal','227.8'),(50671,5805,'_line_subtotal_tax','0'),(50672,5805,'_line_total','227.8'),(50673,5805,'_line_tax','0'),(50674,5805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50675,5806,'_product_id','41'),(50676,5806,'_variation_id','0'),(50677,5806,'_qty','1'),(50678,5806,'_tax_class',''),(50679,5806,'_line_subtotal','66.48'),(50680,5806,'_line_subtotal_tax','0'),(50681,5806,'_line_total','66.48'),(50682,5806,'_line_tax','0'),(50683,5806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50684,5807,'_product_id','45'),(50685,5807,'_variation_id','0'),(50686,5807,'_qty','1'),(50687,5807,'_tax_class',''),(50688,5807,'_line_subtotal','42.24'),(50689,5807,'_line_subtotal_tax','0'),(50690,5807,'_line_total','42.24'),(50691,5807,'_line_tax','0'),(50692,5807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50693,5808,'method_id','free_shipping'),(50694,5808,'instance_id','2'),(50695,5808,'cost','0.00'),(50696,5808,'total_tax','0'),(50697,5808,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50698,5808,'Items','Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(50750,5815,'_product_id','42'),(50751,5815,'_variation_id','0'),(50752,5815,'_qty','1'),(50753,5815,'_tax_class',''),(50754,5815,'_line_subtotal','79.2'),(50755,5815,'_line_subtotal_tax','0'),(50756,5815,'_line_total','79.2'),(50757,5815,'_line_tax','0'),(50758,5815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50759,5816,'_product_id','49'),(50760,5816,'_variation_id','0'),(50761,5816,'_qty','1'),(50762,5816,'_tax_class',''),(50763,5816,'_line_subtotal','79.2'),(50764,5816,'_line_subtotal_tax','0'),(50765,5816,'_line_total','79.2'),(50766,5816,'_line_tax','0'),(50767,5816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50768,5817,'_product_id','43'),(50769,5817,'_variation_id','0'),(50770,5817,'_qty','1'),(50771,5817,'_tax_class',''),(50772,5817,'_line_subtotal','79.2'),(50773,5817,'_line_subtotal_tax','0'),(50774,5817,'_line_total','79.2'),(50775,5817,'_line_tax','0'),(50776,5817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50777,5818,'_product_id','490'),(50778,5818,'_variation_id','0'),(50779,5818,'_qty','10'),(50780,5818,'_tax_class',''),(50781,5818,'_line_subtotal','227.8'),(50782,5818,'_line_subtotal_tax','0'),(50783,5818,'_line_total','227.8'),(50784,5818,'_line_tax','0'),(50785,5818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50786,5819,'_product_id','43'),(50787,5819,'_variation_id','0'),(50788,5819,'_qty','1'),(50789,5819,'_tax_class',''),(50790,5819,'_line_subtotal','79.2'),(50791,5819,'_line_subtotal_tax','0'),(50792,5819,'_line_total','79.2'),(50793,5819,'_line_tax','0'),(50794,5819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50795,5820,'method_id','free_shipping'),(50796,5820,'instance_id','2'),(50797,5820,'cost','0.00'),(50798,5820,'total_tax','0'),(50799,5820,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50800,5820,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1'),(50801,5821,'_product_id','43'),(50802,5821,'_variation_id','0'),(50803,5821,'_qty','1'),(50804,5821,'_tax_class',''),(50805,5821,'_line_subtotal','79.2'),(50806,5821,'_line_subtotal_tax','0'),(50807,5821,'_line_total','79.2'),(50808,5821,'_line_tax','0'),(50809,5821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50810,5822,'_product_id','23'),(50811,5822,'_variation_id','0'),(50812,5822,'_qty','1'),(50813,5822,'_tax_class',''),(50814,5822,'_line_subtotal','111.84'),(50815,5822,'_line_subtotal_tax','0'),(50816,5822,'_line_total','111.84'),(50817,5822,'_line_tax','0'),(50818,5822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50819,5823,'_product_id','41'),(50820,5823,'_variation_id','0'),(50821,5823,'_qty','1'),(50822,5823,'_tax_class',''),(50823,5823,'_line_subtotal','66.48'),(50824,5823,'_line_subtotal_tax','0'),(50825,5823,'_line_total','66.48'),(50826,5823,'_line_tax','0'),(50827,5823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50828,5824,'_product_id','41'),(50829,5824,'_variation_id','0'),(50830,5824,'_qty','1'),(50831,5824,'_tax_class',''),(50832,5824,'_line_subtotal','66.48'),(50833,5824,'_line_subtotal_tax','0'),(50834,5824,'_line_total','66.48'),(50835,5824,'_line_tax','0'),(50836,5824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50837,5825,'_product_id','43'),(50838,5825,'_variation_id','0'),(50839,5825,'_qty','2'),(50840,5825,'_tax_class',''),(50841,5825,'_line_subtotal','158.4'),(50842,5825,'_line_subtotal_tax','0'),(50843,5825,'_line_total','158.4'),(50844,5825,'_line_tax','0'),(50845,5825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50846,5826,'_product_id','487'),(50847,5826,'_variation_id','0'),(50848,5826,'_qty','1'),(50849,5826,'_tax_class',''),(50850,5826,'_line_subtotal','31.35'),(50851,5826,'_line_subtotal_tax','0'),(50852,5826,'_line_total','31.35'),(50853,5826,'_line_tax','0'),(50854,5826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50855,5827,'method_id','free_shipping'),(50856,5827,'instance_id','2'),(50857,5827,'cost','0.00'),(50858,5827,'total_tax','0'),(50859,5827,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50860,5827,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1'),(50871,5803,'thwma_order_shipping_status','wc-pending'),(50872,5804,'thwma_order_shipping_status','wc-pending'),(50873,5805,'thwma_order_shipping_status','wc-pending'),(50874,5806,'thwma_order_shipping_status','wc-pending'),(50875,5807,'thwma_order_shipping_status','wc-pending'),(50882,5796,'thwma_order_shipping_status','wc-pending'),(50883,5797,'thwma_order_shipping_status','wc-pending'),(50884,5798,'thwma_order_shipping_status','wc-pending'),(50885,5799,'thwma_order_shipping_status','wc-pending'),(50886,5800,'thwma_order_shipping_status','wc-pending'),(50887,5801,'thwma_order_shipping_status','wc-pending'),(50893,5815,'thwma_order_shipping_status','wc-pending'),(50894,5816,'thwma_order_shipping_status','wc-pending'),(50895,5817,'thwma_order_shipping_status','wc-pending'),(50896,5818,'thwma_order_shipping_status','wc-pending'),(50897,5819,'thwma_order_shipping_status','wc-pending'),(50898,5821,'thwma_order_shipping_status','wc-pending'),(50899,5822,'thwma_order_shipping_status','wc-pending'),(50900,5823,'thwma_order_shipping_status','wc-pending'),(50901,5824,'thwma_order_shipping_status','wc-pending'),(50902,5825,'thwma_order_shipping_status','wc-pending'),(50903,5826,'thwma_order_shipping_status','wc-pending'),(50904,5828,'_product_id','23'),(50905,5828,'_variation_id','0'),(50906,5828,'_qty','2'),(50907,5828,'_tax_class',''),(50908,5828,'_line_subtotal','223.68'),(50909,5828,'_line_subtotal_tax','0'),(50910,5828,'_line_total','223.68'),(50911,5828,'_line_tax','0'),(50912,5828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50913,5829,'_product_id','38'),(50914,5829,'_variation_id','0'),(50915,5829,'_qty','1'),(50916,5829,'_tax_class',''),(50917,5829,'_line_subtotal','278.56'),(50918,5829,'_line_subtotal_tax','0'),(50919,5829,'_line_total','278.56'),(50920,5829,'_line_tax','0'),(50921,5829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50922,5830,'_product_id','41'),(50923,5830,'_variation_id','0'),(50924,5830,'_qty','1'),(50925,5830,'_tax_class',''),(50926,5830,'_line_subtotal','66.48'),(50927,5830,'_line_subtotal_tax','0'),(50928,5830,'_line_total','66.48'),(50929,5830,'_line_tax','0'),(50930,5830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50931,5831,'_product_id','43'),(50932,5831,'_variation_id','0'),(50933,5831,'_qty','2'),(50934,5831,'_tax_class',''),(50935,5831,'_line_subtotal','158.4'),(50936,5831,'_line_subtotal_tax','0'),(50937,5831,'_line_total','158.4'),(50938,5831,'_line_tax','0'),(50939,5831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50940,5832,'_product_id','133'),(50941,5832,'_variation_id','0'),(50942,5832,'_qty','2'),(50943,5832,'_tax_class',''),(50944,5832,'_line_subtotal','28.6'),(50945,5832,'_line_subtotal_tax','0'),(50946,5832,'_line_total','28.6'),(50947,5832,'_line_tax','0'),(50948,5832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50949,5833,'_product_id','131'),(50950,5833,'_variation_id','0'),(50951,5833,'_qty','4'),(50952,5833,'_tax_class',''),(50953,5833,'_line_subtotal','50.6'),(50954,5833,'_line_subtotal_tax','0'),(50955,5833,'_line_total','50.6'),(50956,5833,'_line_tax','0'),(50957,5833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50958,5834,'method_id','free_shipping'),(50959,5834,'instance_id','2'),(50960,5834,'cost','0.00'),(50961,5834,'total_tax','0'),(50962,5834,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(50963,5834,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 2, Disposable Capes &times; 4'),(50970,5835,'_product_id','49'),(50971,5835,'_variation_id','0'),(50972,5835,'_qty','1'),(50973,5835,'_tax_class',''),(50974,5835,'_line_subtotal','79.2'),(50975,5835,'_line_subtotal_tax','0'),(50976,5835,'_line_total','79.2'),(50977,5835,'_line_tax','0'),(50978,5835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50979,5836,'_product_id','23'),(50980,5836,'_variation_id','0'),(50981,5836,'_qty','3'),(50982,5836,'_tax_class',''),(50983,5836,'_line_subtotal','335.52'),(50984,5836,'_line_subtotal_tax','0'),(50985,5836,'_line_total','335.52'),(50986,5836,'_line_tax','0'),(50987,5836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50988,5837,'_product_id','45'),(50989,5837,'_variation_id','0'),(50990,5837,'_qty','4'),(50991,5837,'_tax_class',''),(50992,5837,'_line_subtotal','168.96'),(50993,5837,'_line_subtotal_tax','0'),(50994,5837,'_line_total','168.96'),(50995,5837,'_line_tax','0'),(50996,5837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(50997,5838,'_product_id','41'),(50998,5838,'_variation_id','0'),(50999,5838,'_qty','5'),(51000,5838,'_tax_class',''),(51001,5838,'_line_subtotal','332.4'),(51002,5838,'_line_subtotal_tax','0'),(51003,5838,'_line_total','332.4'),(51004,5838,'_line_tax','0'),(51005,5838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51006,5839,'_product_id','43'),(51007,5839,'_variation_id','0'),(51008,5839,'_qty','2'),(51009,5839,'_tax_class',''),(51010,5839,'_line_subtotal','158.4'),(51011,5839,'_line_subtotal_tax','0'),(51012,5839,'_line_total','158.4'),(51013,5839,'_line_tax','0'),(51014,5839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51015,5840,'_product_id','93'),(51016,5840,'_variation_id','0'),(51017,5840,'_qty','10'),(51018,5840,'_tax_class',''),(51019,5840,'_line_subtotal','0'),(51020,5840,'_line_subtotal_tax','0'),(51021,5840,'_line_total','0'),(51022,5840,'_line_tax','0'),(51023,5840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51024,5841,'_product_id','97'),(51025,5841,'_variation_id','0'),(51026,5841,'_qty','1'),(51027,5841,'_tax_class',''),(51028,5841,'_line_subtotal','0'),(51029,5841,'_line_subtotal_tax','0'),(51030,5841,'_line_total','0'),(51031,5841,'_line_tax','0'),(51032,5841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51033,5842,'_product_id','99'),(51034,5842,'_variation_id','0'),(51035,5842,'_qty','1'),(51036,5842,'_tax_class',''),(51037,5842,'_line_subtotal','0'),(51038,5842,'_line_subtotal_tax','0'),(51039,5842,'_line_total','0'),(51040,5842,'_line_tax','0'),(51041,5842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51042,5843,'_product_id','133'),(51043,5843,'_variation_id','0'),(51044,5843,'_qty','4'),(51045,5843,'_tax_class',''),(51046,5843,'_line_subtotal','57.2'),(51047,5843,'_line_subtotal_tax','0'),(51048,5843,'_line_total','57.2'),(51049,5843,'_line_tax','0'),(51050,5843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51051,5844,'method_id','free_shipping'),(51052,5844,'instance_id','2'),(51053,5844,'cost','0.00'),(51054,5844,'total_tax','0'),(51055,5844,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51056,5844,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Disposable Head Bands &times; 4'),(51066,5845,'_product_id','49'),(51067,5845,'_variation_id','0'),(51068,5845,'_qty','3'),(51069,5845,'_tax_class',''),(51070,5845,'_line_subtotal','237.6'),(51071,5845,'_line_subtotal_tax','0'),(51072,5845,'_line_total','237.6'),(51073,5845,'_line_tax','0'),(51074,5845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51075,5846,'method_id','fedex'),(51076,5846,'instance_id','1'),(51077,5846,'cost','34.12'),(51078,5846,'total_tax','0'),(51079,5846,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51080,5846,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(51081,5847,'_product_id','41'),(51082,5847,'_variation_id','0'),(51083,5847,'_qty','4'),(51084,5847,'_tax_class',''),(51085,5847,'_line_subtotal','265.92'),(51086,5847,'_line_subtotal_tax','0'),(51087,5847,'_line_total','265.92'),(51088,5847,'_line_tax','0'),(51089,5847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51090,5848,'_product_id','43'),(51091,5848,'_variation_id','0'),(51092,5848,'_qty','1'),(51093,5848,'_tax_class',''),(51094,5848,'_line_subtotal','79.2'),(51095,5848,'_line_subtotal_tax','0'),(51096,5848,'_line_total','79.2'),(51097,5848,'_line_tax','0'),(51098,5848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51099,5849,'_product_id','99'),(51100,5849,'_variation_id','0'),(51101,5849,'_qty','1'),(51102,5849,'_tax_class',''),(51103,5849,'_line_subtotal','0'),(51104,5849,'_line_subtotal_tax','0'),(51105,5849,'_line_total','0'),(51106,5849,'_line_tax','0'),(51107,5849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51108,5850,'_product_id','93'),(51109,5850,'_variation_id','0'),(51110,5850,'_qty','10'),(51111,5850,'_tax_class',''),(51112,5850,'_line_subtotal','0'),(51113,5850,'_line_subtotal_tax','0'),(51114,5850,'_line_total','0'),(51115,5850,'_line_tax','0'),(51116,5850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51117,5851,'_product_id','49'),(51118,5851,'_variation_id','0'),(51119,5851,'_qty','1'),(51120,5851,'_tax_class',''),(51121,5851,'_line_subtotal','79.2'),(51122,5851,'_line_subtotal_tax','0'),(51123,5851,'_line_total','79.2'),(51124,5851,'_line_tax','0'),(51125,5851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51126,5852,'method_id','fedex'),(51127,5852,'instance_id','1'),(51128,5852,'cost','66.77'),(51129,5852,'total_tax','0'),(51130,5852,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51131,5852,'Package 1','17 × 14 × 10 (in) 40.5lbs × 1'),(51132,5852,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(51133,5853,'_product_id','93'),(51134,5853,'_variation_id','0'),(51135,5853,'_qty','10'),(51136,5853,'_tax_class',''),(51137,5853,'_line_subtotal','0'),(51138,5853,'_line_subtotal_tax','0'),(51139,5853,'_line_total','0'),(51140,5853,'_line_tax','0'),(51141,5853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51142,5854,'method_id','fedex'),(51143,5854,'instance_id','1'),(51144,5854,'cost','14.34'),(51145,5854,'total_tax','0'),(51146,5854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51147,5854,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(51231,5617,'thwma_order_shipping_status','wc-pending'),(51232,5618,'thwma_order_shipping_status','wc-pending'),(51233,5619,'thwma_order_shipping_status','wc-pending'),(51234,5620,'thwma_order_shipping_status','wc-pending'),(51235,5621,'thwma_order_shipping_status','wc-pending'),(51236,5622,'thwma_order_shipping_status','wc-pending'),(51237,5623,'thwma_order_shipping_status','wc-pending'),(51238,5624,'thwma_order_shipping_status','wc-pending'),(51239,5625,'thwma_order_shipping_status','wc-pending'),(51240,5626,'thwma_order_shipping_status','wc-pending'),(51241,5864,'_product_id','42'),(51242,5864,'_variation_id','0'),(51243,5864,'_qty','2'),(51244,5864,'_tax_class',''),(51245,5864,'_line_subtotal','158.4'),(51246,5864,'_line_subtotal_tax','0'),(51247,5864,'_line_total','158.4'),(51248,5864,'_line_tax','0'),(51249,5864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51250,5865,'_product_id','23'),(51251,5865,'_variation_id','0'),(51252,5865,'_qty','10'),(51253,5865,'_tax_class',''),(51254,5865,'_line_subtotal','1118.4'),(51255,5865,'_line_subtotal_tax','0'),(51256,5865,'_line_total','1118.4'),(51257,5865,'_line_tax','0'),(51258,5865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51259,5866,'_product_id','42'),(51260,5866,'_variation_id','0'),(51261,5866,'_qty','1'),(51262,5866,'_tax_class',''),(51263,5866,'_line_subtotal','79.2'),(51264,5866,'_line_subtotal_tax','0'),(51265,5866,'_line_total','79.2'),(51266,5866,'_line_tax','0'),(51267,5866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51268,5867,'method_id','free_shipping'),(51269,5867,'instance_id','2'),(51270,5867,'cost','0.00'),(51271,5867,'total_tax','0'),(51272,5867,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51273,5867,'Items','Comb-Out Mousse(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 10, Comb-Out Mousse(Case of 12) &times; 1'),(51274,5868,'_product_id','23'),(51275,5868,'_variation_id','0'),(51276,5868,'_qty','1'),(51277,5868,'_tax_class',''),(51278,5868,'_line_subtotal','111.84'),(51279,5868,'_line_subtotal_tax','0'),(51280,5868,'_line_total','111.84'),(51281,5868,'_line_tax','0'),(51282,5868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51283,5869,'_product_id','42'),(51284,5869,'_variation_id','0'),(51285,5869,'_qty','1'),(51286,5869,'_tax_class',''),(51287,5869,'_line_subtotal','79.2'),(51288,5869,'_line_subtotal_tax','0'),(51289,5869,'_line_total','79.2'),(51290,5869,'_line_tax','0'),(51291,5869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51292,5870,'_product_id','23'),(51293,5870,'_variation_id','0'),(51294,5870,'_qty','2'),(51295,5870,'_tax_class',''),(51296,5870,'_line_subtotal','223.68'),(51297,5870,'_line_subtotal_tax','0'),(51298,5870,'_line_total','223.68'),(51299,5870,'_line_tax','0'),(51300,5870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51301,5871,'_product_id','38'),(51302,5871,'_variation_id','0'),(51303,5871,'_qty','1'),(51304,5871,'_tax_class',''),(51305,5871,'_line_subtotal','278.56'),(51306,5871,'_line_subtotal_tax','0'),(51307,5871,'_line_total','278.56'),(51308,5871,'_line_tax','0'),(51309,5871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51310,5872,'_product_id','42'),(51311,5872,'_variation_id','0'),(51312,5872,'_qty','1'),(51313,5872,'_tax_class',''),(51314,5872,'_line_subtotal','79.2'),(51315,5872,'_line_subtotal_tax','0'),(51316,5872,'_line_total','79.2'),(51317,5872,'_line_tax','0'),(51318,5872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51319,5873,'_product_id','45'),(51320,5873,'_variation_id','0'),(51321,5873,'_qty','3'),(51322,5873,'_tax_class',''),(51323,5873,'_line_subtotal','126.72'),(51324,5873,'_line_subtotal_tax','0'),(51325,5873,'_line_total','126.72'),(51326,5873,'_line_tax','0'),(51327,5873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51328,5874,'_product_id','41'),(51329,5874,'_variation_id','0'),(51330,5874,'_qty','2'),(51331,5874,'_tax_class',''),(51332,5874,'_line_subtotal','132.96'),(51333,5874,'_line_subtotal_tax','0'),(51334,5874,'_line_total','132.96'),(51335,5874,'_line_tax','0'),(51336,5874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51337,5875,'_product_id','116'),(51338,5875,'_variation_id','0'),(51339,5875,'_qty','1'),(51340,5875,'_tax_class',''),(51341,5875,'_line_subtotal','145.44'),(51342,5875,'_line_subtotal_tax','0'),(51343,5875,'_line_total','145.44'),(51344,5875,'_line_tax','0'),(51345,5875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51346,5876,'_product_id','120'),(51347,5876,'_variation_id','0'),(51348,5876,'_qty','1'),(51349,5876,'_tax_class',''),(51350,5876,'_line_subtotal','52.8'),(51351,5876,'_line_subtotal_tax','0'),(51352,5876,'_line_total','52.8'),(51353,5876,'_line_tax','0'),(51354,5876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51355,5877,'_product_id','490'),(51356,5877,'_variation_id','0'),(51357,5877,'_qty','20'),(51358,5877,'_tax_class',''),(51359,5877,'_line_subtotal','455.6'),(51360,5877,'_line_subtotal_tax','0'),(51361,5877,'_line_total','455.6'),(51362,5877,'_line_tax','0'),(51363,5877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51364,5878,'_product_id','488'),(51365,5878,'_variation_id','0'),(51366,5878,'_qty','1'),(51367,5878,'_tax_class',''),(51368,5878,'_line_subtotal','31.35'),(51369,5878,'_line_subtotal_tax','0'),(51370,5878,'_line_total','31.35'),(51371,5878,'_line_tax','0'),(51372,5878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51373,5879,'_product_id','487'),(51374,5879,'_variation_id','0'),(51375,5879,'_qty','1'),(51376,5879,'_tax_class',''),(51377,5879,'_line_subtotal','31.35'),(51378,5879,'_line_subtotal_tax','0'),(51379,5879,'_line_total','31.35'),(51380,5879,'_line_tax','0'),(51381,5879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51382,5880,'method_id','free_shipping'),(51383,5880,'instance_id','2'),(51384,5880,'cost','0.00'),(51385,5880,'total_tax','0'),(51386,5880,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51387,5880,'Items','Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(51388,5881,'_product_id','39'),(51389,5881,'_variation_id','0'),(51390,5881,'_qty','1'),(51391,5881,'_tax_class',''),(51392,5881,'_line_subtotal','79.2'),(51393,5881,'_line_subtotal_tax','0'),(51394,5881,'_line_total','79.2'),(51395,5881,'_line_tax','0'),(51396,5881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51397,5882,'_product_id','40'),(51398,5882,'_variation_id','0'),(51399,5882,'_qty','1'),(51400,5882,'_tax_class',''),(51401,5882,'_line_subtotal','79.2'),(51402,5882,'_line_subtotal_tax','0'),(51403,5882,'_line_total','79.2'),(51404,5882,'_line_tax','0'),(51405,5882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51406,5883,'method_id','fedex'),(51407,5883,'instance_id','1'),(51408,5883,'cost','12.50'),(51409,5883,'total_tax','0'),(51410,5883,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51411,5883,'Package 1','17 × 14 × 10 (in) 15.85lbs × 1'),(51412,5884,'_product_id','38'),(51413,5884,'_variation_id','0'),(51414,5884,'_qty','2'),(51415,5884,'_tax_class',''),(51416,5884,'_line_subtotal','557.12'),(51417,5884,'_line_subtotal_tax','0'),(51418,5884,'_line_total','557.12'),(51419,5884,'_line_tax','0'),(51420,5884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51421,5885,'_product_id','45'),(51422,5885,'_variation_id','0'),(51423,5885,'_qty','2'),(51424,5885,'_tax_class',''),(51425,5885,'_line_subtotal','84.48'),(51426,5885,'_line_subtotal_tax','0'),(51427,5885,'_line_total','84.48'),(51428,5885,'_line_tax','0'),(51429,5885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51430,5886,'_product_id','120'),(51431,5886,'_variation_id','0'),(51432,5886,'_qty','2'),(51433,5886,'_tax_class',''),(51434,5886,'_line_subtotal','105.6'),(51435,5886,'_line_subtotal_tax','0'),(51436,5886,'_line_total','105.6'),(51437,5886,'_line_tax','0'),(51438,5886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51439,5887,'_product_id','43'),(51440,5887,'_variation_id','0'),(51441,5887,'_qty','2'),(51442,5887,'_tax_class',''),(51443,5887,'_line_subtotal','158.4'),(51444,5887,'_line_subtotal_tax','0'),(51445,5887,'_line_total','158.4'),(51446,5887,'_line_tax','0'),(51447,5887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51448,5888,'_product_id','49'),(51449,5888,'_variation_id','0'),(51450,5888,'_qty','2'),(51451,5888,'_tax_class',''),(51452,5888,'_line_subtotal','158.4'),(51453,5888,'_line_subtotal_tax','0'),(51454,5888,'_line_total','158.4'),(51455,5888,'_line_tax','0'),(51456,5888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51457,5889,'_product_id','44'),(51458,5889,'_variation_id','0'),(51459,5889,'_qty','2'),(51460,5889,'_tax_class',''),(51461,5889,'_line_subtotal','232.32'),(51462,5889,'_line_subtotal_tax','0'),(51463,5889,'_line_total','232.32'),(51464,5889,'_line_tax','0'),(51465,5889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51466,5890,'_product_id','490'),(51467,5890,'_variation_id','0'),(51468,5890,'_qty','10'),(51469,5890,'_tax_class',''),(51470,5890,'_line_subtotal','227.8'),(51471,5890,'_line_subtotal_tax','0'),(51472,5890,'_line_total','227.8'),(51473,5890,'_line_tax','0'),(51474,5890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51475,5891,'method_id','free_shipping'),(51476,5891,'instance_id','2'),(51477,5891,'cost','0.00'),(51478,5891,'total_tax','0'),(51479,5891,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51480,5891,'Items','Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(51481,5892,'_product_id','23'),(51482,5892,'_variation_id','0'),(51483,5892,'_qty','1'),(51484,5892,'_tax_class',''),(51485,5892,'_line_subtotal','111.84'),(51486,5892,'_line_subtotal_tax','0'),(51487,5892,'_line_total','111.84'),(51488,5892,'_line_tax','0'),(51489,5892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51490,5893,'_product_id','41'),(51491,5893,'_variation_id','0'),(51492,5893,'_qty','1'),(51493,5893,'_tax_class',''),(51494,5893,'_line_subtotal','66.48'),(51495,5893,'_line_subtotal_tax','0'),(51496,5893,'_line_total','66.48'),(51497,5893,'_line_tax','0'),(51498,5893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51499,5894,'_product_id','44'),(51500,5894,'_variation_id','0'),(51501,5894,'_qty','1'),(51502,5894,'_tax_class',''),(51503,5894,'_line_subtotal','116.16'),(51504,5894,'_line_subtotal_tax','0'),(51505,5894,'_line_total','116.16'),(51506,5894,'_line_tax','0'),(51507,5894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51508,5895,'_product_id','490'),(51509,5895,'_variation_id','0'),(51510,5895,'_qty','10'),(51511,5895,'_tax_class',''),(51512,5895,'_line_subtotal','227.8'),(51513,5895,'_line_subtotal_tax','0'),(51514,5895,'_line_total','227.8'),(51515,5895,'_line_tax','0'),(51516,5895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51517,5896,'_product_id','488'),(51518,5896,'_variation_id','0'),(51519,5896,'_qty','2'),(51520,5896,'_tax_class',''),(51521,5896,'_line_subtotal','62.7'),(51522,5896,'_line_subtotal_tax','0'),(51523,5896,'_line_total','62.7'),(51524,5896,'_line_tax','0'),(51525,5896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51526,5897,'method_id','free_shipping'),(51527,5897,'instance_id','2'),(51528,5897,'cost','0.00'),(51529,5897,'total_tax','0'),(51530,5897,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51531,5897,'Items','Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2'),(51532,5868,'thwma_order_shipping_status','wc-pending'),(51533,5869,'thwma_order_shipping_status','wc-pending'),(51534,5870,'thwma_order_shipping_status','wc-pending'),(51535,5871,'thwma_order_shipping_status','wc-pending'),(51536,5872,'thwma_order_shipping_status','wc-pending'),(51537,5873,'thwma_order_shipping_status','wc-pending'),(51538,5874,'thwma_order_shipping_status','wc-pending'),(51539,5875,'thwma_order_shipping_status','wc-pending'),(51540,5876,'thwma_order_shipping_status','wc-pending'),(51541,5877,'thwma_order_shipping_status','wc-pending'),(51542,5878,'thwma_order_shipping_status','wc-pending'),(51543,5879,'thwma_order_shipping_status','wc-pending'),(51547,5864,'thwma_order_shipping_status','wc-pending'),(51548,5865,'thwma_order_shipping_status','wc-pending'),(51549,5866,'thwma_order_shipping_status','wc-pending'),(51550,5881,'thwma_order_shipping_status','wc-pending'),(51551,5882,'thwma_order_shipping_status','wc-pending'),(51552,5898,'_product_id','23'),(51553,5898,'_variation_id','0'),(51554,5898,'_qty','2'),(51555,5898,'_tax_class',''),(51556,5898,'_line_subtotal','223.68'),(51557,5898,'_line_subtotal_tax','0'),(51558,5898,'_line_total','223.68'),(51559,5898,'_line_tax','0'),(51560,5898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51561,5899,'_product_id','43'),(51562,5899,'_variation_id','0'),(51563,5899,'_qty','2'),(51564,5899,'_tax_class',''),(51565,5899,'_line_subtotal','158.4'),(51566,5899,'_line_subtotal_tax','0'),(51567,5899,'_line_total','158.4'),(51568,5899,'_line_tax','0'),(51569,5899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51570,5900,'_product_id','49'),(51571,5900,'_variation_id','0'),(51572,5900,'_qty','1'),(51573,5900,'_tax_class',''),(51574,5900,'_line_subtotal','79.2'),(51575,5900,'_line_subtotal_tax','0'),(51576,5900,'_line_total','79.2'),(51577,5900,'_line_tax','0'),(51578,5900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51579,5901,'_product_id','490'),(51580,5901,'_variation_id','0'),(51581,5901,'_qty','5'),(51582,5901,'_tax_class',''),(51583,5901,'_line_subtotal','113.9'),(51584,5901,'_line_subtotal_tax','0'),(51585,5901,'_line_total','113.9'),(51586,5901,'_line_tax','0'),(51587,5901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51588,5902,'method_id','free_shipping'),(51589,5902,'instance_id','2'),(51590,5902,'cost','0.00'),(51591,5902,'total_tax','0'),(51592,5902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51593,5902,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(51594,5884,'thwma_order_shipping_status','wc-pending'),(51595,5885,'thwma_order_shipping_status','wc-pending'),(51596,5886,'thwma_order_shipping_status','wc-pending'),(51597,5887,'thwma_order_shipping_status','wc-pending'),(51598,5888,'thwma_order_shipping_status','wc-pending'),(51599,5889,'thwma_order_shipping_status','wc-pending'),(51600,5890,'thwma_order_shipping_status','wc-pending'),(51601,5898,'thwma_order_shipping_status','wc-pending'),(51602,5899,'thwma_order_shipping_status','wc-pending'),(51603,5900,'thwma_order_shipping_status','wc-pending'),(51604,5901,'thwma_order_shipping_status','wc-pending'),(51605,5903,'_product_id','23'),(51606,5903,'_variation_id','0'),(51607,5903,'_qty','3'),(51608,5903,'_tax_class',''),(51609,5903,'_line_subtotal','335.52'),(51610,5903,'_line_subtotal_tax','0'),(51611,5903,'_line_total','335.52'),(51612,5903,'_line_tax','0'),(51613,5903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51614,5904,'_product_id','45'),(51615,5904,'_variation_id','0'),(51616,5904,'_qty','6'),(51617,5904,'_tax_class',''),(51618,5904,'_line_subtotal','253.44'),(51619,5904,'_line_subtotal_tax','0'),(51620,5904,'_line_total','253.44'),(51621,5904,'_line_tax','0'),(51622,5904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51623,5905,'_product_id','93'),(51624,5905,'_variation_id','0'),(51625,5905,'_qty','10'),(51626,5905,'_tax_class',''),(51627,5905,'_line_subtotal','0'),(51628,5905,'_line_subtotal_tax','0'),(51629,5905,'_line_total','0'),(51630,5905,'_line_tax','0'),(51631,5905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51632,5906,'method_id','free_shipping'),(51633,5906,'instance_id','2'),(51634,5906,'cost','0.00'),(51635,5906,'total_tax','0'),(51636,5906,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51637,5906,'Items','Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Bulk Active Rinse 100% &times; 10'),(51641,5835,'thwma_order_shipping_status','wc-pending'),(51642,5836,'thwma_order_shipping_status','wc-pending'),(51643,5837,'thwma_order_shipping_status','wc-pending'),(51644,5838,'thwma_order_shipping_status','wc-pending'),(51645,5839,'thwma_order_shipping_status','wc-pending'),(51646,5840,'thwma_order_shipping_status','wc-pending'),(51647,5841,'thwma_order_shipping_status','wc-pending'),(51648,5842,'thwma_order_shipping_status','wc-pending'),(51649,5843,'thwma_order_shipping_status','wc-pending'),(51650,5907,'_product_id','23'),(51651,5907,'_variation_id','0'),(51652,5907,'_qty','3'),(51653,5907,'_tax_class',''),(51654,5907,'_line_subtotal','335.52'),(51655,5907,'_line_subtotal_tax','0'),(51656,5907,'_line_total','335.52'),(51657,5907,'_line_tax','0'),(51658,5907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51659,5908,'_product_id','93'),(51660,5908,'_variation_id','0'),(51661,5908,'_qty','2'),(51662,5908,'_tax_class',''),(51663,5908,'_line_subtotal','0'),(51664,5908,'_line_subtotal_tax','0'),(51665,5908,'_line_total','0'),(51666,5908,'_line_tax','0'),(51667,5908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51668,5909,'method_id','fedex'),(51669,5909,'instance_id','1'),(51670,5909,'cost','13.80'),(51671,5909,'total_tax','0'),(51672,5909,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51673,5909,'Package 1','17 × 14 × 10 (in) 27.2lbs × 1'),(51679,5903,'thwma_order_shipping_status','wc-pending'),(51680,5904,'thwma_order_shipping_status','wc-pending'),(51681,5905,'thwma_order_shipping_status','wc-pending'),(51682,5910,'_product_id','23'),(51683,5910,'_variation_id','0'),(51684,5910,'_qty','2'),(51685,5910,'_tax_class',''),(51686,5910,'_line_subtotal','223.68'),(51687,5910,'_line_subtotal_tax','0'),(51688,5910,'_line_total','223.68'),(51689,5910,'_line_tax','0'),(51690,5910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51691,5911,'_product_id','120'),(51692,5911,'_variation_id','0'),(51693,5911,'_qty','1'),(51694,5911,'_tax_class',''),(51695,5911,'_line_subtotal','52.8'),(51696,5911,'_line_subtotal_tax','0'),(51697,5911,'_line_total','52.8'),(51698,5911,'_line_tax','0'),(51699,5911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51700,5912,'_product_id','43'),(51701,5912,'_variation_id','0'),(51702,5912,'_qty','1'),(51703,5912,'_tax_class',''),(51704,5912,'_line_subtotal','79.2'),(51705,5912,'_line_subtotal_tax','0'),(51706,5912,'_line_total','79.2'),(51707,5912,'_line_tax','0'),(51708,5912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51709,5913,'_product_id','490'),(51710,5913,'_variation_id','0'),(51711,5913,'_qty','7'),(51712,5913,'_tax_class',''),(51713,5913,'_line_subtotal','159.46'),(51714,5913,'_line_subtotal_tax','0'),(51715,5913,'_line_total','159.46'),(51716,5913,'_line_tax','0'),(51717,5913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51718,5914,'method_id','free_shipping'),(51719,5914,'instance_id','2'),(51720,5914,'cost','0.00'),(51721,5914,'total_tax','0'),(51722,5914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51723,5914,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 7'),(51724,5915,'_product_id','93'),(51725,5915,'_variation_id','0'),(51726,5915,'_qty','10'),(51727,5915,'_tax_class',''),(51728,5915,'_line_subtotal','0'),(51729,5915,'_line_subtotal_tax','0'),(51730,5915,'_line_total','0'),(51731,5915,'_line_tax','0'),(51732,5915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51733,5916,'method_id','fedex'),(51734,5916,'instance_id','1'),(51735,5916,'cost','57.25'),(51736,5916,'total_tax','0'),(51737,5916,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51738,5916,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(51739,5917,'_product_id','93'),(51740,5917,'_variation_id','0'),(51741,5917,'_qty','8'),(51742,5917,'_tax_class',''),(51743,5917,'_line_subtotal','0'),(51744,5917,'_line_subtotal_tax','0'),(51745,5917,'_line_total','0'),(51746,5917,'_line_tax','0'),(51747,5917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51748,5918,'method_id','fedex'),(51749,5918,'instance_id','1'),(51750,5918,'cost','11.54'),(51751,5918,'total_tax','0'),(51752,5918,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51753,5918,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(51754,5919,'_product_id','116'),(51755,5919,'_variation_id','0'),(51756,5919,'_qty','2'),(51757,5919,'_tax_class',''),(51758,5919,'_line_subtotal','290.88'),(51759,5919,'_line_subtotal_tax','0'),(51760,5919,'_line_total','290.88'),(51761,5919,'_line_tax','0'),(51762,5919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51763,5920,'method_id','fedex'),(51764,5920,'instance_id','1'),(51765,5920,'cost','11.81'),(51766,5920,'total_tax','0'),(51767,5920,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51768,5920,'Package 1','17 × 14 × 10 (in) 18.4lbs × 1'),(51769,5907,'thwma_order_shipping_status','wc-pending'),(51770,5908,'thwma_order_shipping_status','wc-pending'),(51771,5910,'thwma_order_shipping_status','wc-pending'),(51772,5911,'thwma_order_shipping_status','wc-pending'),(51773,5912,'thwma_order_shipping_status','wc-pending'),(51774,5913,'thwma_order_shipping_status','wc-pending'),(51775,5921,'_product_id','23'),(51776,5921,'_variation_id','0'),(51777,5921,'_qty','3'),(51778,5921,'_tax_class',''),(51779,5921,'_line_subtotal','335.52'),(51780,5921,'_line_subtotal_tax','0'),(51781,5921,'_line_total','335.52'),(51782,5921,'_line_tax','0'),(51783,5921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51784,5922,'_product_id','41'),(51785,5922,'_variation_id','0'),(51786,5922,'_qty','2'),(51787,5922,'_tax_class',''),(51788,5922,'_line_subtotal','132.96'),(51789,5922,'_line_subtotal_tax','0'),(51790,5922,'_line_total','132.96'),(51791,5922,'_line_tax','0'),(51792,5922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51793,5923,'_product_id','490'),(51794,5923,'_variation_id','0'),(51795,5923,'_qty','10'),(51796,5923,'_tax_class',''),(51797,5923,'_line_subtotal','227.8'),(51798,5923,'_line_subtotal_tax','0'),(51799,5923,'_line_total','227.8'),(51800,5923,'_line_tax','0'),(51801,5923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51802,5924,'_product_id','488'),(51803,5924,'_variation_id','0'),(51804,5924,'_qty','2'),(51805,5924,'_tax_class',''),(51806,5924,'_line_subtotal','62.7'),(51807,5924,'_line_subtotal_tax','0'),(51808,5924,'_line_total','62.7'),(51809,5924,'_line_tax','0'),(51810,5924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51811,5925,'_product_id','41'),(51812,5925,'_variation_id','0'),(51813,5925,'_qty','2'),(51814,5925,'_tax_class',''),(51815,5925,'_line_subtotal','132.96'),(51816,5925,'_line_subtotal_tax','0'),(51817,5925,'_line_total','132.96'),(51818,5925,'_line_tax','0'),(51819,5925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51820,5926,'_product_id','43'),(51821,5926,'_variation_id','0'),(51822,5926,'_qty','1'),(51823,5926,'_tax_class',''),(51824,5926,'_line_subtotal','79.2'),(51825,5926,'_line_subtotal_tax','0'),(51826,5926,'_line_total','79.2'),(51827,5926,'_line_tax','0'),(51828,5926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51829,5927,'_product_id','49'),(51830,5927,'_variation_id','0'),(51831,5927,'_qty','1'),(51832,5927,'_tax_class',''),(51833,5927,'_line_subtotal','79.2'),(51834,5927,'_line_subtotal_tax','0'),(51835,5927,'_line_total','79.2'),(51836,5927,'_line_tax','0'),(51837,5927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51838,5928,'_product_id','131'),(51839,5928,'_variation_id','0'),(51840,5928,'_qty','4'),(51841,5928,'_tax_class',''),(51842,5928,'_line_subtotal','50.6'),(51843,5928,'_line_subtotal_tax','0'),(51844,5928,'_line_total','50.6'),(51845,5928,'_line_tax','0'),(51846,5928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51847,5929,'_product_id','133'),(51848,5929,'_variation_id','0'),(51849,5929,'_qty','2'),(51850,5929,'_tax_class',''),(51851,5929,'_line_subtotal','28.6'),(51852,5929,'_line_subtotal_tax','0'),(51853,5929,'_line_total','28.6'),(51854,5929,'_line_tax','0'),(51855,5929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51856,5930,'method_id','free_shipping'),(51857,5930,'instance_id','2'),(51858,5930,'cost','0.00'),(51859,5930,'total_tax','0'),(51860,5930,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51861,5930,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Disposable Capes &times; 4, Disposable Head Bands &times; 2'),(51862,5931,'_product_id','38'),(51863,5931,'_variation_id','0'),(51864,5931,'_qty','2'),(51865,5931,'_tax_class',''),(51866,5931,'_line_subtotal','557.12'),(51867,5931,'_line_subtotal_tax','0'),(51868,5931,'_line_total','557.12'),(51869,5931,'_line_tax','0'),(51870,5931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51871,5932,'method_id','free_shipping'),(51872,5932,'instance_id','2'),(51873,5932,'cost','0.00'),(51874,5932,'total_tax','0'),(51875,5932,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(51876,5932,'Items','Active Rinse 16oz(Case of 16) &times; 2'),(51877,5921,'thwma_order_shipping_status','wc-pending'),(51878,5922,'thwma_order_shipping_status','wc-pending'),(51879,5923,'thwma_order_shipping_status','wc-pending'),(51880,5924,'thwma_order_shipping_status','wc-pending'),(51881,5925,'thwma_order_shipping_status','wc-pending'),(51882,5926,'thwma_order_shipping_status','wc-pending'),(51883,5927,'thwma_order_shipping_status','wc-pending'),(51884,5928,'thwma_order_shipping_status','wc-pending'),(51885,5929,'thwma_order_shipping_status','wc-pending'),(51886,5847,'thwma_order_shipping_status','wc-pending'),(51887,5848,'thwma_order_shipping_status','wc-pending'),(51888,5849,'thwma_order_shipping_status','wc-pending'),(51889,5850,'thwma_order_shipping_status','wc-pending'),(51890,5851,'thwma_order_shipping_status','wc-pending'),(51960,5941,'_product_id','41'),(51961,5941,'_variation_id','0'),(51962,5941,'_qty','1'),(51963,5941,'_tax_class',''),(51964,5941,'_line_subtotal','66.48'),(51965,5941,'_line_subtotal_tax','0'),(51966,5941,'_line_total','66.48'),(51967,5941,'_line_tax','0'),(51968,5941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51969,5942,'_product_id','490'),(51970,5942,'_variation_id','0'),(51971,5942,'_qty','8'),(51972,5942,'_tax_class',''),(51973,5942,'_line_subtotal','182.24'),(51974,5942,'_line_subtotal_tax','0'),(51975,5942,'_line_total','182.24'),(51976,5942,'_line_tax','0'),(51977,5942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51978,5943,'_product_id','49'),(51979,5943,'_variation_id','0'),(51980,5943,'_qty','2'),(51981,5943,'_tax_class',''),(51982,5943,'_line_subtotal','158.4'),(51983,5943,'_line_subtotal_tax','0'),(51984,5943,'_line_total','158.4'),(51985,5943,'_line_tax','0'),(51986,5943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51987,5944,'_product_id','488'),(51988,5944,'_variation_id','0'),(51989,5944,'_qty','2'),(51990,5944,'_tax_class',''),(51991,5944,'_line_subtotal','62.7'),(51992,5944,'_line_subtotal_tax','0'),(51993,5944,'_line_total','62.7'),(51994,5944,'_line_tax','0'),(51995,5944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(51996,5945,'_product_id','23'),(51997,5945,'_variation_id','0'),(51998,5945,'_qty','2'),(51999,5945,'_tax_class',''),(52000,5945,'_line_subtotal','223.68'),(52001,5945,'_line_subtotal_tax','0'),(52002,5945,'_line_total','223.68'),(52003,5945,'_line_tax','0'),(52004,5945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52005,5946,'_product_id','45'),(52006,5946,'_variation_id','0'),(52007,5946,'_qty','2'),(52008,5946,'_tax_class',''),(52009,5946,'_line_subtotal','84.48'),(52010,5946,'_line_subtotal_tax','0'),(52011,5946,'_line_total','84.48'),(52012,5946,'_line_tax','0'),(52013,5946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52014,5947,'_product_id','39'),(52015,5947,'_variation_id','0'),(52016,5947,'_qty','1'),(52017,5947,'_tax_class',''),(52018,5947,'_line_subtotal','79.2'),(52019,5947,'_line_subtotal_tax','0'),(52020,5947,'_line_total','79.2'),(52021,5947,'_line_tax','0'),(52022,5947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52023,5948,'method_id','free_shipping'),(52024,5948,'instance_id','2'),(52025,5948,'cost','0.00'),(52026,5948,'total_tax','0'),(52027,5948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52028,5948,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1'),(52029,5949,'_product_id','39'),(52030,5949,'_variation_id','0'),(52031,5949,'_qty','4'),(52032,5949,'_tax_class',''),(52033,5949,'_line_subtotal','316.8'),(52034,5949,'_line_subtotal_tax','0'),(52035,5949,'_line_total','316.8'),(52036,5949,'_line_tax','0'),(52037,5949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52038,5950,'_product_id','40'),(52039,5950,'_variation_id','0'),(52040,5950,'_qty','3'),(52041,5950,'_tax_class',''),(52042,5950,'_line_subtotal','237.6'),(52043,5950,'_line_subtotal_tax','0'),(52044,5950,'_line_total','237.6'),(52045,5950,'_line_tax','0'),(52046,5950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52047,5951,'method_id','free_shipping'),(52048,5951,'instance_id','2'),(52049,5951,'cost','0.00'),(52050,5951,'total_tax','0'),(52051,5951,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52052,5951,'Items','Preventive Shampoo(Case of 12) &times; 4, Preventive Conditioner(Case of 12) &times; 3'),(52053,5952,'_product_id','23'),(52054,5952,'_variation_id','0'),(52055,5952,'_qty','2'),(52056,5952,'_tax_class',''),(52057,5952,'_line_subtotal','223.68'),(52058,5952,'_line_subtotal_tax','0'),(52059,5952,'_line_total','223.68'),(52060,5952,'_line_tax','0'),(52061,5952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52062,5953,'_product_id','49'),(52063,5953,'_variation_id','0'),(52064,5953,'_qty','2'),(52065,5953,'_tax_class',''),(52066,5953,'_line_subtotal','158.4'),(52067,5953,'_line_subtotal_tax','0'),(52068,5953,'_line_total','158.4'),(52069,5953,'_line_tax','0'),(52070,5953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52071,5954,'_product_id','43'),(52072,5954,'_variation_id','0'),(52073,5954,'_qty','2'),(52074,5954,'_tax_class',''),(52075,5954,'_line_subtotal','158.4'),(52076,5954,'_line_subtotal_tax','0'),(52077,5954,'_line_total','158.4'),(52078,5954,'_line_tax','0'),(52079,5954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52080,5955,'_product_id','490'),(52081,5955,'_variation_id','0'),(52082,5955,'_qty','30'),(52083,5955,'_tax_class',''),(52084,5955,'_line_subtotal','683.4'),(52085,5955,'_line_subtotal_tax','0'),(52086,5955,'_line_total','683.4'),(52087,5955,'_line_tax','0'),(52088,5955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52089,5956,'_product_id','51'),(52090,5956,'_variation_id','0'),(52091,5956,'_qty','1'),(52092,5956,'_tax_class',''),(52093,5956,'_line_subtotal','147.84'),(52094,5956,'_line_subtotal_tax','0'),(52095,5956,'_line_total','147.84'),(52096,5956,'_line_tax','0'),(52097,5956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52098,5957,'method_id','free_shipping'),(52099,5957,'instance_id','2'),(52100,5957,'cost','0.00'),(52101,5957,'total_tax','0'),(52102,5957,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52103,5957,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 30, Urgent Care Kit(Case of 6) &times; 1'),(52104,5958,'_product_id','41'),(52105,5958,'_variation_id','0'),(52106,5958,'_qty','2'),(52107,5958,'_tax_class',''),(52108,5958,'_line_subtotal','132.96'),(52109,5958,'_line_subtotal_tax','0'),(52110,5958,'_line_total','132.96'),(52111,5958,'_line_tax','0'),(52112,5958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52113,5959,'_product_id','49'),(52114,5959,'_variation_id','0'),(52115,5959,'_qty','1'),(52116,5959,'_tax_class',''),(52117,5959,'_line_subtotal','79.2'),(52118,5959,'_line_subtotal_tax','0'),(52119,5959,'_line_total','79.2'),(52120,5959,'_line_tax','0'),(52121,5959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52122,5960,'method_id','fedex'),(52123,5960,'instance_id','1'),(52124,5960,'cost','11.74'),(52125,5960,'total_tax','0'),(52126,5960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52127,5960,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(52128,5961,'_product_id','41'),(52129,5961,'_variation_id','0'),(52130,5961,'_qty','2'),(52131,5961,'_tax_class',''),(52132,5961,'_line_subtotal','132.96'),(52133,5961,'_line_subtotal_tax','0'),(52134,5961,'_line_total','132.96'),(52135,5961,'_line_tax','0'),(52136,5961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52137,5962,'_product_id','49'),(52138,5962,'_variation_id','0'),(52139,5962,'_qty','1'),(52140,5962,'_tax_class',''),(52141,5962,'_line_subtotal','79.2'),(52142,5962,'_line_subtotal_tax','0'),(52143,5962,'_line_total','79.2'),(52144,5962,'_line_tax','0'),(52145,5962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52146,5963,'method_id','fedex'),(52147,5963,'instance_id','1'),(52148,5963,'cost','11.74'),(52149,5963,'total_tax','0'),(52150,5963,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52151,5963,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(52152,5961,'thwma_order_shipping_status','wc-pending'),(52153,5962,'thwma_order_shipping_status','wc-pending'),(52154,5941,'thwma_order_shipping_status','wc-pending'),(52155,5942,'thwma_order_shipping_status','wc-pending'),(52156,5943,'thwma_order_shipping_status','wc-pending'),(52157,5944,'thwma_order_shipping_status','wc-pending'),(52158,5945,'thwma_order_shipping_status','wc-pending'),(52159,5946,'thwma_order_shipping_status','wc-pending'),(52160,5947,'thwma_order_shipping_status','wc-pending'),(52163,5949,'thwma_order_shipping_status','wc-pending'),(52164,5950,'thwma_order_shipping_status','wc-pending'),(52165,5964,'_product_id','38'),(52166,5964,'_variation_id','0'),(52167,5964,'_qty','2'),(52168,5964,'_tax_class',''),(52169,5964,'_line_subtotal','557.12'),(52170,5964,'_line_subtotal_tax','0'),(52171,5964,'_line_total','557.12'),(52172,5964,'_line_tax','0'),(52173,5964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52174,5965,'_product_id','490'),(52175,5965,'_variation_id','0'),(52176,5965,'_qty','8'),(52177,5965,'_tax_class',''),(52178,5965,'_line_subtotal','182.24'),(52179,5965,'_line_subtotal_tax','0'),(52180,5965,'_line_total','182.24'),(52181,5965,'_line_tax','0'),(52182,5965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52183,5966,'_product_id','41'),(52184,5966,'_variation_id','0'),(52185,5966,'_qty','4'),(52186,5966,'_tax_class',''),(52187,5966,'_line_subtotal','265.92'),(52188,5966,'_line_subtotal_tax','0'),(52189,5966,'_line_total','265.92'),(52190,5966,'_line_tax','0'),(52191,5966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52192,5967,'_product_id','23'),(52193,5967,'_variation_id','0'),(52194,5967,'_qty','5'),(52195,5967,'_tax_class',''),(52196,5967,'_line_subtotal','559.2'),(52197,5967,'_line_subtotal_tax','0'),(52198,5967,'_line_total','559.2'),(52199,5967,'_line_tax','0'),(52200,5967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52201,5968,'_product_id','51'),(52202,5968,'_variation_id','0'),(52203,5968,'_qty','1'),(52204,5968,'_tax_class',''),(52205,5968,'_line_subtotal','147.84'),(52206,5968,'_line_subtotal_tax','0'),(52207,5968,'_line_total','147.84'),(52208,5968,'_line_tax','0'),(52209,5968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52210,5969,'_product_id','43'),(52211,5969,'_variation_id','0'),(52212,5969,'_qty','3'),(52213,5969,'_tax_class',''),(52214,5969,'_line_subtotal','237.6'),(52215,5969,'_line_subtotal_tax','0'),(52216,5969,'_line_total','237.6'),(52217,5969,'_line_tax','0'),(52218,5969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52219,5970,'_product_id','120'),(52220,5970,'_variation_id','0'),(52221,5970,'_qty','1'),(52222,5970,'_tax_class',''),(52223,5970,'_line_subtotal','52.8'),(52224,5970,'_line_subtotal_tax','0'),(52225,5970,'_line_total','52.8'),(52226,5970,'_line_tax','0'),(52227,5970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52228,5971,'_product_id','490'),(52229,5971,'_variation_id','0'),(52230,5971,'_qty','10'),(52231,5971,'_tax_class',''),(52232,5971,'_line_subtotal','227.8'),(52233,5971,'_line_subtotal_tax','0'),(52234,5971,'_line_total','227.8'),(52235,5971,'_line_tax','0'),(52236,5971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52237,5972,'_product_id','148'),(52238,5972,'_variation_id','0'),(52239,5972,'_qty','6'),(52240,5972,'_tax_class',''),(52241,5972,'_line_subtotal','49.5'),(52242,5972,'_line_subtotal_tax','0'),(52243,5972,'_line_total','49.5'),(52244,5972,'_line_tax','0'),(52245,5972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52246,5973,'_product_id','318'),(52247,5973,'_variation_id','0'),(52248,5973,'_qty','10'),(52249,5973,'_tax_class',''),(52250,5973,'_line_subtotal','30'),(52251,5973,'_line_subtotal_tax','0'),(52252,5973,'_line_total','30'),(52253,5973,'_line_tax','0'),(52254,5973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52255,5974,'_product_id','131'),(52256,5974,'_variation_id','0'),(52257,5974,'_qty','6'),(52258,5974,'_tax_class',''),(52259,5974,'_line_subtotal','75.9'),(52260,5974,'_line_subtotal_tax','0'),(52261,5974,'_line_total','75.9'),(52262,5974,'_line_tax','0'),(52263,5974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52264,5975,'method_id','free_shipping'),(52265,5975,'instance_id','2'),(52266,5975,'cost','0.00'),(52267,5975,'total_tax','0'),(52268,5975,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52269,5975,'Items','Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 5, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Disney Wet Brush &times; 6, Goomee 4 Pack &times; 10, Disposable Capes &times; 6'),(52270,5828,'thwma_order_shipping_status','wc-pending'),(52271,5829,'thwma_order_shipping_status','wc-pending'),(52272,5830,'thwma_order_shipping_status','wc-pending'),(52273,5831,'thwma_order_shipping_status','wc-pending'),(52274,5832,'thwma_order_shipping_status','wc-pending'),(52275,5833,'thwma_order_shipping_status','wc-pending'),(52276,5892,'thwma_order_shipping_status','wc-pending'),(52277,5893,'thwma_order_shipping_status','wc-pending'),(52278,5894,'thwma_order_shipping_status','wc-pending'),(52279,5895,'thwma_order_shipping_status','wc-pending'),(52280,5896,'thwma_order_shipping_status','wc-pending'),(52286,5952,'thwma_order_shipping_status','wc-pending'),(52287,5953,'thwma_order_shipping_status','wc-pending'),(52288,5954,'thwma_order_shipping_status','wc-pending'),(52289,5955,'thwma_order_shipping_status','wc-pending'),(52290,5956,'thwma_order_shipping_status','wc-pending'),(52291,5976,'_product_id','23'),(52292,5976,'_variation_id','0'),(52293,5976,'_qty','2'),(52294,5976,'_tax_class',''),(52295,5976,'_line_subtotal','223.68'),(52296,5976,'_line_subtotal_tax','0'),(52297,5976,'_line_total','223.68'),(52298,5976,'_line_tax','0'),(52299,5976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52300,5977,'_product_id','38'),(52301,5977,'_variation_id','0'),(52302,5977,'_qty','1'),(52303,5977,'_tax_class',''),(52304,5977,'_line_subtotal','278.56'),(52305,5977,'_line_subtotal_tax','0'),(52306,5977,'_line_total','278.56'),(52307,5977,'_line_tax','0'),(52308,5977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52309,5978,'_product_id','118'),(52310,5978,'_variation_id','0'),(52311,5978,'_qty','1'),(52312,5978,'_tax_class',''),(52313,5978,'_line_subtotal','184.8'),(52314,5978,'_line_subtotal_tax','0'),(52315,5978,'_line_total','184.8'),(52316,5978,'_line_tax','0'),(52317,5978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52318,5979,'_product_id','51'),(52319,5979,'_variation_id','0'),(52320,5979,'_qty','1'),(52321,5979,'_tax_class',''),(52322,5979,'_line_subtotal','147.84'),(52323,5979,'_line_subtotal_tax','0'),(52324,5979,'_line_total','147.84'),(52325,5979,'_line_tax','0'),(52326,5979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52327,5980,'method_id','free_shipping'),(52328,5980,'instance_id','2'),(52329,5980,'cost','0.00'),(52330,5980,'total_tax','0'),(52331,5980,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52332,5980,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(52333,5964,'thwma_order_shipping_status','wc-pending'),(52334,5965,'thwma_order_shipping_status','wc-pending'),(52335,5966,'thwma_order_shipping_status','wc-pending'),(52336,5967,'thwma_order_shipping_status','wc-pending'),(52337,5968,'thwma_order_shipping_status','wc-pending'),(52338,5969,'thwma_order_shipping_status','wc-pending'),(52339,5970,'thwma_order_shipping_status','wc-pending'),(52340,5971,'thwma_order_shipping_status','wc-pending'),(52341,5972,'thwma_order_shipping_status','wc-pending'),(52342,5973,'thwma_order_shipping_status','wc-pending'),(52343,5974,'thwma_order_shipping_status','wc-pending'),(52344,5976,'thwma_order_shipping_status','wc-pending'),(52345,5977,'thwma_order_shipping_status','wc-pending'),(52346,5978,'thwma_order_shipping_status','wc-pending'),(52347,5979,'thwma_order_shipping_status','wc-pending'),(52348,5981,'_product_id','23'),(52349,5981,'_variation_id','0'),(52350,5981,'_qty','1'),(52351,5981,'_tax_class',''),(52352,5981,'_line_subtotal','111.84'),(52353,5981,'_line_subtotal_tax','0'),(52354,5981,'_line_total','111.84'),(52355,5981,'_line_tax','0'),(52356,5981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52357,5982,'_product_id','39'),(52358,5982,'_variation_id','0'),(52359,5982,'_qty','1'),(52360,5982,'_tax_class',''),(52361,5982,'_line_subtotal','79.2'),(52362,5982,'_line_subtotal_tax','0'),(52363,5982,'_line_total','79.2'),(52364,5982,'_line_tax','0'),(52365,5982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52366,5983,'_product_id','40'),(52367,5983,'_variation_id','0'),(52368,5983,'_qty','1'),(52369,5983,'_tax_class',''),(52370,5983,'_line_subtotal','79.2'),(52371,5983,'_line_subtotal_tax','0'),(52372,5983,'_line_total','79.2'),(52373,5983,'_line_tax','0'),(52374,5983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52375,5984,'_product_id','43'),(52376,5984,'_variation_id','0'),(52377,5984,'_qty','1'),(52378,5984,'_tax_class',''),(52379,5984,'_line_subtotal','79.2'),(52380,5984,'_line_subtotal_tax','0'),(52381,5984,'_line_total','79.2'),(52382,5984,'_line_tax','0'),(52383,5984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52384,5985,'_product_id','490'),(52385,5985,'_variation_id','0'),(52386,5985,'_qty','2'),(52387,5985,'_tax_class',''),(52388,5985,'_line_subtotal','45.56'),(52389,5985,'_line_subtotal_tax','0'),(52390,5985,'_line_total','45.56'),(52391,5985,'_line_tax','0'),(52392,5985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52393,5986,'method_id','fedex'),(52394,5986,'instance_id','1'),(52395,5986,'cost','12.90'),(52396,5986,'total_tax','0'),(52397,5986,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52398,5986,'Package 1','17 × 14 × 10 (in) 35.25lbs × 1'),(52399,5987,'_product_id','38'),(52400,5987,'_variation_id','0'),(52401,5987,'_qty','1'),(52402,5987,'_tax_class',''),(52403,5987,'_line_subtotal','278.56'),(52404,5987,'_line_subtotal_tax','0'),(52405,5987,'_line_total','278.56'),(52406,5987,'_line_tax','0'),(52407,5987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52408,5988,'_product_id','23'),(52409,5988,'_variation_id','0'),(52410,5988,'_qty','1'),(52411,5988,'_tax_class',''),(52412,5988,'_line_subtotal','111.84'),(52413,5988,'_line_subtotal_tax','0'),(52414,5988,'_line_total','111.84'),(52415,5988,'_line_tax','0'),(52416,5988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52417,5989,'_product_id','23'),(52418,5989,'_variation_id','0'),(52419,5989,'_qty','1'),(52420,5989,'_tax_class',''),(52421,5989,'_line_subtotal','111.84'),(52422,5989,'_line_subtotal_tax','0'),(52423,5989,'_line_total','111.84'),(52424,5989,'_line_tax','0'),(52425,5989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52426,5990,'method_id','free_shipping'),(52427,5990,'instance_id','2'),(52428,5990,'cost','0.00'),(52429,5990,'total_tax','0'),(52430,5990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52431,5990,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(52432,5991,'_product_id','487'),(52433,5991,'_variation_id','0'),(52434,5991,'_qty','1'),(52435,5991,'_tax_class',''),(52436,5991,'_line_subtotal','31.35'),(52437,5991,'_line_subtotal_tax','0'),(52438,5991,'_line_total','31.35'),(52439,5991,'_line_tax','0'),(52440,5991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52441,5992,'_product_id','39'),(52442,5992,'_variation_id','0'),(52443,5992,'_qty','1'),(52444,5992,'_tax_class',''),(52445,5992,'_line_subtotal','79.2'),(52446,5992,'_line_subtotal_tax','0'),(52447,5992,'_line_total','79.2'),(52448,5992,'_line_tax','0'),(52449,5992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52450,5993,'_product_id','43'),(52451,5993,'_variation_id','0'),(52452,5993,'_qty','1'),(52453,5993,'_tax_class',''),(52454,5993,'_line_subtotal','79.2'),(52455,5993,'_line_subtotal_tax','0'),(52456,5993,'_line_total','79.2'),(52457,5993,'_line_tax','0'),(52458,5993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52459,5994,'_product_id','49'),(52460,5994,'_variation_id','0'),(52461,5994,'_qty','1'),(52462,5994,'_tax_class',''),(52463,5994,'_line_subtotal','79.2'),(52464,5994,'_line_subtotal_tax','0'),(52465,5994,'_line_total','79.2'),(52466,5994,'_line_tax','0'),(52467,5994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52468,5995,'_product_id','44'),(52469,5995,'_variation_id','0'),(52470,5995,'_qty','1'),(52471,5995,'_tax_class',''),(52472,5995,'_line_subtotal','116.16'),(52473,5995,'_line_subtotal_tax','0'),(52474,5995,'_line_total','116.16'),(52475,5995,'_line_tax','0'),(52476,5995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52477,5996,'_product_id','51'),(52478,5996,'_variation_id','0'),(52479,5996,'_qty','1'),(52480,5996,'_tax_class',''),(52481,5996,'_line_subtotal','147.84'),(52482,5996,'_line_subtotal_tax','0'),(52483,5996,'_line_total','147.84'),(52484,5996,'_line_tax','0'),(52485,5996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52486,5997,'_product_id','41'),(52487,5997,'_variation_id','0'),(52488,5997,'_qty','1'),(52489,5997,'_tax_class',''),(52490,5997,'_line_subtotal','66.48'),(52491,5997,'_line_subtotal_tax','0'),(52492,5997,'_line_total','66.48'),(52493,5997,'_line_tax','0'),(52494,5997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52495,5998,'method_id','free_shipping'),(52496,5998,'instance_id','2'),(52497,5998,'cost','0.00'),(52498,5998,'total_tax','0'),(52499,5998,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52500,5998,'Items','Bulk Mousse 1 Gallon RM &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(52504,5987,'thwma_order_shipping_status','wc-pending'),(52505,5988,'thwma_order_shipping_status','wc-pending'),(52506,5989,'thwma_order_shipping_status','wc-pending'),(52512,5981,'thwma_order_shipping_status','wc-pending'),(52513,5982,'thwma_order_shipping_status','wc-pending'),(52514,5983,'thwma_order_shipping_status','wc-pending'),(52515,5984,'thwma_order_shipping_status','wc-pending'),(52516,5985,'thwma_order_shipping_status','wc-pending'),(52517,5999,'_product_id','23'),(52518,5999,'_variation_id','0'),(52519,5999,'_qty','4'),(52520,5999,'_tax_class',''),(52521,5999,'_line_subtotal','447.36'),(52522,5999,'_line_subtotal_tax','0'),(52523,5999,'_line_total','447.36'),(52524,5999,'_line_tax','0'),(52525,5999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52526,6000,'method_id','fedex'),(52527,6000,'instance_id','1'),(52528,6000,'cost','15.78'),(52529,6000,'total_tax','0'),(52530,6000,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52531,6000,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(52532,5991,'thwma_order_shipping_status','wc-pending'),(52533,5992,'thwma_order_shipping_status','wc-pending'),(52534,5993,'thwma_order_shipping_status','wc-pending'),(52535,5994,'thwma_order_shipping_status','wc-pending'),(52536,5995,'thwma_order_shipping_status','wc-pending'),(52537,5996,'thwma_order_shipping_status','wc-pending'),(52538,5997,'thwma_order_shipping_status','wc-pending'),(52539,6001,'_product_id','99'),(52540,6001,'_variation_id','0'),(52541,6001,'_qty','1'),(52542,6001,'_tax_class',''),(52543,6001,'_line_subtotal','0'),(52544,6001,'_line_subtotal_tax','0'),(52545,6001,'_line_total','0'),(52546,6001,'_line_tax','0'),(52547,6001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52548,6002,'method_id','fedex'),(52549,6002,'instance_id','1'),(52550,6002,'cost','9.49'),(52551,6002,'total_tax','0'),(52552,6002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52553,6002,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(52554,6003,'_product_id','42'),(52555,6003,'_variation_id','0'),(52556,6003,'_qty','1'),(52557,6003,'_tax_class',''),(52558,6003,'_line_subtotal','79.2'),(52559,6003,'_line_subtotal_tax','0'),(52560,6003,'_line_total','79.2'),(52561,6003,'_line_tax','0'),(52562,6003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52563,6004,'_product_id','23'),(52564,6004,'_variation_id','0'),(52565,6004,'_qty','1'),(52566,6004,'_tax_class',''),(52567,6004,'_line_subtotal','111.84'),(52568,6004,'_line_subtotal_tax','0'),(52569,6004,'_line_total','111.84'),(52570,6004,'_line_tax','0'),(52571,6004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52572,6005,'_product_id','41'),(52573,6005,'_variation_id','0'),(52574,6005,'_qty','4'),(52575,6005,'_tax_class',''),(52576,6005,'_line_subtotal','265.92'),(52577,6005,'_line_subtotal_tax','0'),(52578,6005,'_line_total','265.92'),(52579,6005,'_line_tax','0'),(52580,6005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52581,6006,'_product_id','43'),(52582,6006,'_variation_id','0'),(52583,6006,'_qty','1'),(52584,6006,'_tax_class',''),(52585,6006,'_line_subtotal','79.2'),(52586,6006,'_line_subtotal_tax','0'),(52587,6006,'_line_total','79.2'),(52588,6006,'_line_tax','0'),(52589,6006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52590,6007,'method_id','free_shipping'),(52591,6007,'instance_id','2'),(52592,6007,'cost','0.00'),(52593,6007,'total_tax','0'),(52594,6007,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52595,6007,'Items','Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1'),(52596,6008,'_product_id','490'),(52597,6008,'_variation_id','0'),(52598,6008,'_qty','10'),(52599,6008,'_tax_class',''),(52600,6008,'_line_subtotal','227.8'),(52601,6008,'_line_subtotal_tax','0'),(52602,6008,'_line_total','227.8'),(52603,6008,'_line_tax','0'),(52604,6008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52605,6009,'_product_id','23'),(52606,6009,'_variation_id','0'),(52607,6009,'_qty','1'),(52608,6009,'_tax_class',''),(52609,6009,'_line_subtotal','111.84'),(52610,6009,'_line_subtotal_tax','0'),(52611,6009,'_line_total','111.84'),(52612,6009,'_line_tax','0'),(52613,6009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52614,6010,'_product_id','43'),(52615,6010,'_variation_id','0'),(52616,6010,'_qty','1'),(52617,6010,'_tax_class',''),(52618,6010,'_line_subtotal','79.2'),(52619,6010,'_line_subtotal_tax','0'),(52620,6010,'_line_total','79.2'),(52621,6010,'_line_tax','0'),(52622,6010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52623,6011,'_product_id','120'),(52624,6011,'_variation_id','0'),(52625,6011,'_qty','1'),(52626,6011,'_tax_class',''),(52627,6011,'_line_subtotal','52.8'),(52628,6011,'_line_subtotal_tax','0'),(52629,6011,'_line_total','52.8'),(52630,6011,'_line_tax','0'),(52631,6011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52632,6012,'_product_id','487'),(52633,6012,'_variation_id','0'),(52634,6012,'_qty','1'),(52635,6012,'_tax_class',''),(52636,6012,'_line_subtotal','31.35'),(52637,6012,'_line_subtotal_tax','0'),(52638,6012,'_line_total','31.35'),(52639,6012,'_line_tax','0'),(52640,6012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52641,6013,'_product_id','41'),(52642,6013,'_variation_id','0'),(52643,6013,'_qty','1'),(52644,6013,'_tax_class',''),(52645,6013,'_line_subtotal','66.48'),(52646,6013,'_line_subtotal_tax','0'),(52647,6013,'_line_total','66.48'),(52648,6013,'_line_tax','0'),(52649,6013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52650,6014,'_product_id','45'),(52651,6014,'_variation_id','0'),(52652,6014,'_qty','1'),(52653,6014,'_tax_class',''),(52654,6014,'_line_subtotal','42.24'),(52655,6014,'_line_subtotal_tax','0'),(52656,6014,'_line_total','42.24'),(52657,6014,'_line_tax','0'),(52658,6014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52659,6015,'method_id','free_shipping'),(52660,6015,'instance_id','2'),(52661,6015,'cost','0.00'),(52662,6015,'total_tax','0'),(52663,6015,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52664,6015,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(52665,6016,'_product_id','42'),(52666,6016,'_variation_id','0'),(52667,6016,'_qty','1'),(52668,6016,'_tax_class',''),(52669,6016,'_line_subtotal','79.2'),(52670,6016,'_line_subtotal_tax','0'),(52671,6016,'_line_total','79.2'),(52672,6016,'_line_tax','0'),(52673,6016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52674,6017,'_product_id','43'),(52675,6017,'_variation_id','0'),(52676,6017,'_qty','2'),(52677,6017,'_tax_class',''),(52678,6017,'_line_subtotal','158.4'),(52679,6017,'_line_subtotal_tax','0'),(52680,6017,'_line_total','158.4'),(52681,6017,'_line_tax','0'),(52682,6017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52683,6018,'_product_id','487'),(52684,6018,'_variation_id','0'),(52685,6018,'_qty','1'),(52686,6018,'_tax_class',''),(52687,6018,'_line_subtotal','31.35'),(52688,6018,'_line_subtotal_tax','0'),(52689,6018,'_line_total','31.35'),(52690,6018,'_line_tax','0'),(52691,6018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52692,6019,'_product_id','490'),(52693,6019,'_variation_id','0'),(52694,6019,'_qty','10'),(52695,6019,'_tax_class',''),(52696,6019,'_line_subtotal','227.8'),(52697,6019,'_line_subtotal_tax','0'),(52698,6019,'_line_total','227.8'),(52699,6019,'_line_tax','0'),(52700,6019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52701,6020,'_product_id','38'),(52702,6020,'_variation_id','0'),(52703,6020,'_qty','1'),(52704,6020,'_tax_class',''),(52705,6020,'_line_subtotal','278.56'),(52706,6020,'_line_subtotal_tax','0'),(52707,6020,'_line_total','278.56'),(52708,6020,'_line_tax','0'),(52709,6020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52710,6021,'_product_id','41'),(52711,6021,'_variation_id','0'),(52712,6021,'_qty','1'),(52713,6021,'_tax_class',''),(52714,6021,'_line_subtotal','66.48'),(52715,6021,'_line_subtotal_tax','0'),(52716,6021,'_line_total','66.48'),(52717,6021,'_line_tax','0'),(52718,6021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52719,6022,'method_id','free_shipping'),(52720,6022,'instance_id','2'),(52721,6022,'cost','0.00'),(52722,6022,'total_tax','0'),(52723,6022,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52724,6022,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(52725,6023,'_product_id','490'),(52726,6023,'_variation_id','0'),(52727,6023,'_qty','10'),(52728,6023,'_tax_class',''),(52729,6023,'_line_subtotal','227.8'),(52730,6023,'_line_subtotal_tax','0'),(52731,6023,'_line_total','227.8'),(52732,6023,'_line_tax','0'),(52733,6023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52734,6024,'_product_id','23'),(52735,6024,'_variation_id','0'),(52736,6024,'_qty','2'),(52737,6024,'_tax_class',''),(52738,6024,'_line_subtotal','223.68'),(52739,6024,'_line_subtotal_tax','0'),(52740,6024,'_line_total','223.68'),(52741,6024,'_line_tax','0'),(52742,6024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52743,6025,'_product_id','38'),(52744,6025,'_variation_id','0'),(52745,6025,'_qty','1'),(52746,6025,'_tax_class',''),(52747,6025,'_line_subtotal','278.56'),(52748,6025,'_line_subtotal_tax','0'),(52749,6025,'_line_total','278.56'),(52750,6025,'_line_tax','0'),(52751,6025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52752,6026,'_product_id','41'),(52753,6026,'_variation_id','0'),(52754,6026,'_qty','2'),(52755,6026,'_tax_class',''),(52756,6026,'_line_subtotal','132.96'),(52757,6026,'_line_subtotal_tax','0'),(52758,6026,'_line_total','132.96'),(52759,6026,'_line_tax','0'),(52760,6026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52761,6027,'_product_id','45'),(52762,6027,'_variation_id','0'),(52763,6027,'_qty','2'),(52764,6027,'_tax_class',''),(52765,6027,'_line_subtotal','84.48'),(52766,6027,'_line_subtotal_tax','0'),(52767,6027,'_line_total','84.48'),(52768,6027,'_line_tax','0'),(52769,6027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52770,6028,'method_id','free_shipping'),(52771,6028,'instance_id','2'),(52772,6028,'cost','0.00'),(52773,6028,'total_tax','0'),(52774,6028,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52775,6028,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(52776,6029,'_product_id','23'),(52777,6029,'_variation_id','0'),(52778,6029,'_qty','3'),(52779,6029,'_tax_class',''),(52780,6029,'_line_subtotal','335.52'),(52781,6029,'_line_subtotal_tax','0'),(52782,6029,'_line_total','335.52'),(52783,6029,'_line_tax','0'),(52784,6029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52785,6030,'_product_id','38'),(52786,6030,'_variation_id','0'),(52787,6030,'_qty','2'),(52788,6030,'_tax_class',''),(52789,6030,'_line_subtotal','557.12'),(52790,6030,'_line_subtotal_tax','0'),(52791,6030,'_line_total','557.12'),(52792,6030,'_line_tax','0'),(52793,6030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52794,6031,'_product_id','41'),(52795,6031,'_variation_id','0'),(52796,6031,'_qty','4'),(52797,6031,'_tax_class',''),(52798,6031,'_line_subtotal','265.92'),(52799,6031,'_line_subtotal_tax','0'),(52800,6031,'_line_total','265.92'),(52801,6031,'_line_tax','0'),(52802,6031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52803,6032,'_product_id','51'),(52804,6032,'_variation_id','0'),(52805,6032,'_qty','2'),(52806,6032,'_tax_class',''),(52807,6032,'_line_subtotal','295.68'),(52808,6032,'_line_subtotal_tax','0'),(52809,6032,'_line_total','295.68'),(52810,6032,'_line_tax','0'),(52811,6032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52812,6033,'_product_id','49'),(52813,6033,'_variation_id','0'),(52814,6033,'_qty','1'),(52815,6033,'_tax_class',''),(52816,6033,'_line_subtotal','79.2'),(52817,6033,'_line_subtotal_tax','0'),(52818,6033,'_line_total','79.2'),(52819,6033,'_line_tax','0'),(52820,6033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52821,6034,'_product_id','99'),(52822,6034,'_variation_id','0'),(52823,6034,'_qty','2'),(52824,6034,'_tax_class',''),(52825,6034,'_line_subtotal','0'),(52826,6034,'_line_subtotal_tax','0'),(52827,6034,'_line_total','0'),(52828,6034,'_line_tax','0'),(52829,6034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52830,6035,'_product_id','93'),(52831,6035,'_variation_id','0'),(52832,6035,'_qty','6'),(52833,6035,'_tax_class',''),(52834,6035,'_line_subtotal','0'),(52835,6035,'_line_subtotal_tax','0'),(52836,6035,'_line_total','0'),(52837,6035,'_line_tax','0'),(52838,6035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52839,6036,'_product_id','97'),(52840,6036,'_variation_id','0'),(52841,6036,'_qty','1'),(52842,6036,'_tax_class',''),(52843,6036,'_line_subtotal','0'),(52844,6036,'_line_subtotal_tax','0'),(52845,6036,'_line_total','0'),(52846,6036,'_line_tax','0'),(52847,6036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52848,6037,'_fee_amount','-508.355'),(52849,6037,'_tax_class','0'),(52850,6037,'_tax_status','taxable'),(52851,6037,'_line_total','-508.355'),(52852,6037,'_line_tax','0'),(52853,6037,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(52854,6037,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(52855,6037,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(52856,6038,'method_id','fedex'),(52857,6038,'instance_id','3'),(52858,6038,'cost','1016.71'),(52859,6038,'total_tax','0'),(52860,6038,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52861,6038,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(52862,6038,'Package 2','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(52863,6038,'Package 3','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(52864,6038,'Package 4','11.25 × 8.75 × 7.75 (in) 12.19lbs × 1'),(52865,6038,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(52866,6038,'Package 6','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(52867,6038,'Package 7','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(52868,6038,'Package 8','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(52869,6038,'Package 9','12 × 6 × 6 (in) 7.85lbs × 1'),(52870,6038,'Package 10','12 × 6 × 6 (in) 7.85lbs × 1'),(52871,6038,'Package 11','12 × 6 × 6 (in) 7.85lbs × 1'),(52872,6039,'discount_amount','0'),(52873,6039,'discount_amount_tax','0'),(52874,6039,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:15;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(52875,6003,'thwma_order_shipping_status','wc-pending'),(52876,6004,'thwma_order_shipping_status','wc-pending'),(52877,6005,'thwma_order_shipping_status','wc-pending'),(52878,6006,'thwma_order_shipping_status','wc-pending'),(52879,6008,'thwma_order_shipping_status','wc-pending'),(52880,6009,'thwma_order_shipping_status','wc-pending'),(52881,6010,'thwma_order_shipping_status','wc-pending'),(52882,6011,'thwma_order_shipping_status','wc-pending'),(52883,6012,'thwma_order_shipping_status','wc-pending'),(52884,6013,'thwma_order_shipping_status','wc-pending'),(52885,6014,'thwma_order_shipping_status','wc-pending'),(52886,6016,'thwma_order_shipping_status','wc-pending'),(52887,6017,'thwma_order_shipping_status','wc-pending'),(52888,6018,'thwma_order_shipping_status','wc-pending'),(52889,6019,'thwma_order_shipping_status','wc-pending'),(52890,6020,'thwma_order_shipping_status','wc-pending'),(52891,6021,'thwma_order_shipping_status','wc-pending'),(52892,6023,'thwma_order_shipping_status','wc-pending'),(52893,6024,'thwma_order_shipping_status','wc-pending'),(52894,6025,'thwma_order_shipping_status','wc-pending'),(52895,6026,'thwma_order_shipping_status','wc-pending'),(52896,6027,'thwma_order_shipping_status','wc-pending'),(52905,6040,'_product_id','487'),(52906,6040,'_variation_id','0'),(52907,6040,'_qty','1'),(52908,6040,'_tax_class',''),(52909,6040,'_line_subtotal','31.35'),(52910,6040,'_line_subtotal_tax','0'),(52911,6040,'_line_total','31.35'),(52912,6040,'_line_tax','0'),(52913,6040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52914,6041,'_product_id','43'),(52915,6041,'_variation_id','0'),(52916,6041,'_qty','1'),(52917,6041,'_tax_class',''),(52918,6041,'_line_subtotal','79.2'),(52919,6041,'_line_subtotal_tax','0'),(52920,6041,'_line_total','79.2'),(52921,6041,'_line_tax','0'),(52922,6041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52923,6042,'_product_id','49'),(52924,6042,'_variation_id','0'),(52925,6042,'_qty','1'),(52926,6042,'_tax_class',''),(52927,6042,'_line_subtotal','79.2'),(52928,6042,'_line_subtotal_tax','0'),(52929,6042,'_line_total','79.2'),(52930,6042,'_line_tax','0'),(52931,6042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52932,6043,'_product_id','44'),(52933,6043,'_variation_id','0'),(52934,6043,'_qty','1'),(52935,6043,'_tax_class',''),(52936,6043,'_line_subtotal','116.16'),(52937,6043,'_line_subtotal_tax','0'),(52938,6043,'_line_total','116.16'),(52939,6043,'_line_tax','0'),(52940,6043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52941,6044,'_product_id','51'),(52942,6044,'_variation_id','0'),(52943,6044,'_qty','1'),(52944,6044,'_tax_class',''),(52945,6044,'_line_subtotal','147.84'),(52946,6044,'_line_subtotal_tax','0'),(52947,6044,'_line_total','147.84'),(52948,6044,'_line_tax','0'),(52949,6044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52950,6045,'_product_id','41'),(52951,6045,'_variation_id','0'),(52952,6045,'_qty','1'),(52953,6045,'_tax_class',''),(52954,6045,'_line_subtotal','66.48'),(52955,6045,'_line_subtotal_tax','0'),(52956,6045,'_line_total','66.48'),(52957,6045,'_line_tax','0'),(52958,6045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52959,6046,'_product_id','120'),(52960,6046,'_variation_id','0'),(52961,6046,'_qty','1'),(52962,6046,'_tax_class',''),(52963,6046,'_line_subtotal','52.8'),(52964,6046,'_line_subtotal_tax','0'),(52965,6046,'_line_total','52.8'),(52966,6046,'_line_tax','0'),(52967,6046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52968,6047,'method_id','free_shipping'),(52969,6047,'instance_id','2'),(52970,6047,'cost','0.00'),(52971,6047,'total_tax','0'),(52972,6047,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52973,6047,'Items','Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(52974,6048,'_product_id','93'),(52975,6048,'_variation_id','0'),(52976,6048,'_qty','10'),(52977,6048,'_tax_class',''),(52978,6048,'_line_subtotal','0'),(52979,6048,'_line_subtotal_tax','0'),(52980,6048,'_line_total','0'),(52981,6048,'_line_tax','0'),(52982,6048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52983,6049,'method_id','fedex'),(52984,6049,'instance_id','1'),(52985,6049,'cost','21.59'),(52986,6049,'total_tax','0'),(52987,6049,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(52988,6049,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(52989,6050,'_product_id','93'),(52990,6050,'_variation_id','0'),(52991,6050,'_qty','10'),(52992,6050,'_tax_class',''),(52993,6050,'_line_subtotal','0'),(52994,6050,'_line_subtotal_tax','0'),(52995,6050,'_line_total','0'),(52996,6050,'_line_tax','0'),(52997,6050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(52998,6051,'method_id','fedex'),(52999,6051,'instance_id','1'),(53000,6051,'cost','21.59'),(53001,6051,'total_tax','0'),(53002,6051,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53003,6051,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(53004,6052,'_product_id','93'),(53005,6052,'_variation_id','0'),(53006,6052,'_qty','2'),(53007,6052,'_tax_class',''),(53008,6052,'_line_subtotal','0'),(53009,6052,'_line_subtotal_tax','0'),(53010,6052,'_line_total','0'),(53011,6052,'_line_tax','0'),(53012,6052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53013,6053,'_product_id','93'),(53014,6053,'_variation_id','0'),(53015,6053,'_qty','8'),(53016,6053,'_tax_class',''),(53017,6053,'_line_subtotal','0'),(53018,6053,'_line_subtotal_tax','0'),(53019,6053,'_line_total','0'),(53020,6053,'_line_tax','0'),(53021,6053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53022,6054,'method_id','fedex'),(53023,6054,'instance_id','1'),(53024,6054,'cost','21.59'),(53025,6054,'total_tax','0'),(53026,6054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53027,6054,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(53032,6055,'_product_id','93'),(53033,6055,'_variation_id','0'),(53034,6055,'_qty','10'),(53035,6055,'_tax_class',''),(53036,6055,'_line_subtotal','0'),(53037,6055,'_line_subtotal_tax','0'),(53038,6055,'_line_total','0'),(53039,6055,'_line_tax','0'),(53040,6055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53041,6056,'_product_id','41'),(53042,6056,'_variation_id','0'),(53043,6056,'_qty','6'),(53044,6056,'_tax_class',''),(53045,6056,'_line_subtotal','398.88'),(53046,6056,'_line_subtotal_tax','0'),(53047,6056,'_line_total','398.88'),(53048,6056,'_line_tax','0'),(53049,6056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53050,6057,'method_id','fedex'),(53051,6057,'instance_id','1'),(53052,6057,'cost','16.77'),(53053,6057,'total_tax','0'),(53054,6057,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53055,6057,'Package 1','17 × 14 × 10 (in) 36.9lbs × 1'),(53056,6058,'_product_id','488'),(53057,6058,'_variation_id','0'),(53058,6058,'_qty','2'),(53059,6058,'_tax_class',''),(53060,6058,'_line_subtotal','62.7'),(53061,6058,'_line_subtotal_tax','0'),(53062,6058,'_line_total','62.7'),(53063,6058,'_line_tax','0'),(53064,6058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53065,6059,'_product_id','487'),(53066,6059,'_variation_id','0'),(53067,6059,'_qty','2'),(53068,6059,'_tax_class',''),(53069,6059,'_line_subtotal','62.7'),(53070,6059,'_line_subtotal_tax','0'),(53071,6059,'_line_total','62.7'),(53072,6059,'_line_tax','0'),(53073,6059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53074,6060,'_product_id','45'),(53075,6060,'_variation_id','0'),(53076,6060,'_qty','1'),(53077,6060,'_tax_class',''),(53078,6060,'_line_subtotal','42.24'),(53079,6060,'_line_subtotal_tax','0'),(53080,6060,'_line_total','42.24'),(53081,6060,'_line_tax','0'),(53082,6060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53083,6061,'_product_id','490'),(53084,6061,'_variation_id','0'),(53085,6061,'_qty','2'),(53086,6061,'_tax_class',''),(53087,6061,'_line_subtotal','45.56'),(53088,6061,'_line_subtotal_tax','0'),(53089,6061,'_line_total','45.56'),(53090,6061,'_line_tax','0'),(53091,6061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53092,6062,'method_id','fedex'),(53093,6062,'instance_id','1'),(53094,6062,'cost','33.42'),(53095,6062,'total_tax','0'),(53096,6062,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53097,6062,'Package 1','17 × 14 × 10 (in) 39.9lbs × 1'),(53098,6062,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(53099,6063,'_product_id','23'),(53100,6063,'_variation_id','0'),(53101,6063,'_qty','2'),(53102,6063,'_tax_class',''),(53103,6063,'_line_subtotal','223.68'),(53104,6063,'_line_subtotal_tax','0'),(53105,6063,'_line_total','223.68'),(53106,6063,'_line_tax','0'),(53107,6063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53108,6064,'_product_id','38'),(53109,6064,'_variation_id','0'),(53110,6064,'_qty','2'),(53111,6064,'_tax_class',''),(53112,6064,'_line_subtotal','557.12'),(53113,6064,'_line_subtotal_tax','0'),(53114,6064,'_line_total','557.12'),(53115,6064,'_line_tax','0'),(53116,6064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53117,6065,'_product_id','41'),(53118,6065,'_variation_id','0'),(53119,6065,'_qty','3'),(53120,6065,'_tax_class',''),(53121,6065,'_line_subtotal','199.44'),(53122,6065,'_line_subtotal_tax','0'),(53123,6065,'_line_total','199.44'),(53124,6065,'_line_tax','0'),(53125,6065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53126,6066,'_product_id','49'),(53127,6066,'_variation_id','0'),(53128,6066,'_qty','1'),(53129,6066,'_tax_class',''),(53130,6066,'_line_subtotal','79.2'),(53131,6066,'_line_subtotal_tax','0'),(53132,6066,'_line_total','79.2'),(53133,6066,'_line_tax','0'),(53134,6066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53135,6067,'_product_id','45'),(53136,6067,'_variation_id','0'),(53137,6067,'_qty','1'),(53138,6067,'_tax_class',''),(53139,6067,'_line_subtotal','42.24'),(53140,6067,'_line_subtotal_tax','0'),(53141,6067,'_line_total','42.24'),(53142,6067,'_line_tax','0'),(53143,6067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53144,6068,'_product_id','490'),(53145,6068,'_variation_id','0'),(53146,6068,'_qty','6'),(53147,6068,'_tax_class',''),(53148,6068,'_line_subtotal','136.68'),(53149,6068,'_line_subtotal_tax','0'),(53150,6068,'_line_total','136.68'),(53151,6068,'_line_tax','0'),(53152,6068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53153,6069,'_product_id','488'),(53154,6069,'_variation_id','0'),(53155,6069,'_qty','2'),(53156,6069,'_tax_class',''),(53157,6069,'_line_subtotal','62.7'),(53158,6069,'_line_subtotal_tax','0'),(53159,6069,'_line_total','62.7'),(53160,6069,'_line_tax','0'),(53161,6069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53162,6070,'method_id','free_shipping'),(53163,6070,'instance_id','2'),(53164,6070,'cost','0.00'),(53165,6070,'total_tax','0'),(53166,6070,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53167,6070,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 2'),(53168,6071,'_product_id','43'),(53169,6071,'_variation_id','0'),(53170,6071,'_qty','4'),(53171,6071,'_tax_class',''),(53172,6071,'_line_subtotal','316.8'),(53173,6071,'_line_subtotal_tax','0'),(53174,6071,'_line_total','316.8'),(53175,6071,'_line_tax','0'),(53176,6071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53177,6072,'_product_id','49'),(53178,6072,'_variation_id','0'),(53179,6072,'_qty','3'),(53180,6072,'_tax_class',''),(53181,6072,'_line_subtotal','237.6'),(53182,6072,'_line_subtotal_tax','0'),(53183,6072,'_line_total','237.6'),(53184,6072,'_line_tax','0'),(53185,6072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53186,6073,'_product_id','120'),(53187,6073,'_variation_id','0'),(53188,6073,'_qty','2'),(53189,6073,'_tax_class',''),(53190,6073,'_line_subtotal','105.6'),(53191,6073,'_line_subtotal_tax','0'),(53192,6073,'_line_total','105.6'),(53193,6073,'_line_tax','0'),(53194,6073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53195,6074,'_product_id','489'),(53196,6074,'_variation_id','0'),(53197,6074,'_qty','4'),(53198,6074,'_tax_class',''),(53199,6074,'_line_subtotal','77.72'),(53200,6074,'_line_subtotal_tax','0'),(53201,6074,'_line_total','77.72'),(53202,6074,'_line_tax','0'),(53203,6074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53204,6075,'_product_id','487'),(53205,6075,'_variation_id','0'),(53206,6075,'_qty','3'),(53207,6075,'_tax_class',''),(53208,6075,'_line_subtotal','94.05'),(53209,6075,'_line_subtotal_tax','0'),(53210,6075,'_line_total','94.05'),(53211,6075,'_line_tax','0'),(53212,6075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53213,6076,'_product_id','133'),(53214,6076,'_variation_id','0'),(53215,6076,'_qty','2'),(53216,6076,'_tax_class',''),(53217,6076,'_line_subtotal','28.6'),(53218,6076,'_line_subtotal_tax','0'),(53219,6076,'_line_total','28.6'),(53220,6076,'_line_tax','0'),(53221,6076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53222,6077,'_product_id','138'),(53223,6077,'_variation_id','0'),(53224,6077,'_qty','4'),(53225,6077,'_tax_class',''),(53226,6077,'_line_subtotal','19.8'),(53227,6077,'_line_subtotal_tax','0'),(53228,6077,'_line_total','19.8'),(53229,6077,'_line_tax','0'),(53230,6077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53231,6078,'_product_id','320'),(53232,6078,'_variation_id','0'),(53233,6078,'_qty','3'),(53234,6078,'_tax_class',''),(53235,6078,'_line_subtotal','11.25'),(53236,6078,'_line_subtotal_tax','0'),(53237,6078,'_line_total','11.25'),(53238,6078,'_line_tax','0'),(53239,6078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53240,6079,'_product_id','41'),(53241,6079,'_variation_id','0'),(53242,6079,'_qty','2'),(53243,6079,'_tax_class',''),(53244,6079,'_line_subtotal','132.96'),(53245,6079,'_line_subtotal_tax','0'),(53246,6079,'_line_total','132.96'),(53247,6079,'_line_tax','0'),(53248,6079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53249,6080,'method_id','free_shipping'),(53250,6080,'instance_id','2'),(53251,6080,'cost','0.00'),(53252,6080,'total_tax','0'),(53253,6080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53254,6080,'Items','Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 50/50 RM &times; 4, Bulk Mousse 1 Gallon RM &times; 3, Disposable Head Bands &times; 2, The Wet Brush Squirt &times; 4, Wet Comb &times; 3, Professional Lice Comb(Case of 12) &times; 2'),(53255,6081,'_product_id','45'),(53256,6081,'_variation_id','0'),(53257,6081,'_qty','1'),(53258,6081,'_tax_class',''),(53259,6081,'_line_subtotal','42.24'),(53260,6081,'_line_subtotal_tax','0'),(53261,6081,'_line_total','42.24'),(53262,6081,'_line_tax','0'),(53263,6081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53264,6082,'_product_id','49'),(53265,6082,'_variation_id','0'),(53266,6082,'_qty','1'),(53267,6082,'_tax_class',''),(53268,6082,'_line_subtotal','79.2'),(53269,6082,'_line_subtotal_tax','0'),(53270,6082,'_line_total','79.2'),(53271,6082,'_line_tax','0'),(53272,6082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53273,6083,'_product_id','93'),(53274,6083,'_variation_id','0'),(53275,6083,'_qty','10'),(53276,6083,'_tax_class',''),(53277,6083,'_line_subtotal','0'),(53278,6083,'_line_subtotal_tax','0'),(53279,6083,'_line_total','0'),(53280,6083,'_line_tax','0'),(53281,6083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53282,6084,'_product_id','131'),(53283,6084,'_variation_id','0'),(53284,6084,'_qty','1'),(53285,6084,'_tax_class',''),(53286,6084,'_line_subtotal','12.65'),(53287,6084,'_line_subtotal_tax','0'),(53288,6084,'_line_total','12.65'),(53289,6084,'_line_tax','0'),(53290,6084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53291,6085,'method_id','fedex'),(53292,6085,'instance_id','1'),(53293,6085,'cost','15.65'),(53294,6085,'total_tax','0'),(53295,6085,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53296,6085,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(53299,6071,'thwma_order_shipping_status','wc-pending'),(53300,6072,'thwma_order_shipping_status','wc-pending'),(53301,6073,'thwma_order_shipping_status','wc-pending'),(53302,6074,'thwma_order_shipping_status','wc-pending'),(53303,6075,'thwma_order_shipping_status','wc-pending'),(53304,6076,'thwma_order_shipping_status','wc-pending'),(53305,6077,'thwma_order_shipping_status','wc-pending'),(53306,6078,'thwma_order_shipping_status','wc-pending'),(53307,6079,'thwma_order_shipping_status','wc-pending'),(53308,6058,'thwma_order_shipping_status','wc-pending'),(53309,6059,'thwma_order_shipping_status','wc-pending'),(53310,6060,'thwma_order_shipping_status','wc-pending'),(53311,6061,'thwma_order_shipping_status','wc-pending'),(53312,6063,'thwma_order_shipping_status','wc-pending'),(53313,6064,'thwma_order_shipping_status','wc-pending'),(53314,6065,'thwma_order_shipping_status','wc-pending'),(53315,6066,'thwma_order_shipping_status','wc-pending'),(53316,6067,'thwma_order_shipping_status','wc-pending'),(53317,6068,'thwma_order_shipping_status','wc-pending'),(53318,6069,'thwma_order_shipping_status','wc-pending'),(53319,6029,'thwma_order_shipping_status','wc-pending'),(53320,6030,'thwma_order_shipping_status','wc-pending'),(53321,6031,'thwma_order_shipping_status','wc-pending'),(53322,6032,'thwma_order_shipping_status','wc-pending'),(53323,6033,'thwma_order_shipping_status','wc-pending'),(53324,6034,'thwma_order_shipping_status','wc-pending'),(53325,6035,'thwma_order_shipping_status','wc-pending'),(53326,6036,'thwma_order_shipping_status','wc-pending'),(53327,6040,'thwma_order_shipping_status','wc-pending'),(53328,6041,'thwma_order_shipping_status','wc-pending'),(53329,6042,'thwma_order_shipping_status','wc-pending'),(53330,6043,'thwma_order_shipping_status','wc-pending'),(53331,6044,'thwma_order_shipping_status','wc-pending'),(53332,6045,'thwma_order_shipping_status','wc-pending'),(53333,6046,'thwma_order_shipping_status','wc-pending'),(53334,6086,'_product_id','49'),(53335,6086,'_variation_id','0'),(53336,6086,'_qty','2'),(53337,6086,'_tax_class',''),(53338,6086,'_line_subtotal','158.4'),(53339,6086,'_line_subtotal_tax','0'),(53340,6086,'_line_total','158.4'),(53341,6086,'_line_tax','0'),(53342,6086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53343,6087,'_product_id','49'),(53344,6087,'_variation_id','0'),(53345,6087,'_qty','1'),(53346,6087,'_tax_class',''),(53347,6087,'_line_subtotal','79.2'),(53348,6087,'_line_subtotal_tax','0'),(53349,6087,'_line_total','79.2'),(53350,6087,'_line_tax','0'),(53351,6087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53352,6088,'method_id','fedex'),(53353,6088,'instance_id','1'),(53354,6088,'cost','22.75'),(53355,6088,'total_tax','0'),(53356,6088,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53357,6088,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(53362,6089,'_product_id','43'),(53363,6089,'_variation_id','0'),(53364,6089,'_qty','1'),(53365,6089,'_tax_class',''),(53366,6089,'_line_subtotal','79.2'),(53367,6089,'_line_subtotal_tax','0'),(53368,6089,'_line_total','79.2'),(53369,6089,'_line_tax','0'),(53370,6089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53371,6090,'_product_id','93'),(53372,6090,'_variation_id','0'),(53373,6090,'_qty','4'),(53374,6090,'_tax_class',''),(53375,6090,'_line_subtotal','0'),(53376,6090,'_line_subtotal_tax','0'),(53377,6090,'_line_total','0'),(53378,6090,'_line_tax','0'),(53379,6090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53380,6091,'_product_id','44'),(53381,6091,'_variation_id','0'),(53382,6091,'_qty','1'),(53383,6091,'_tax_class',''),(53384,6091,'_line_subtotal','116.16'),(53385,6091,'_line_subtotal_tax','0'),(53386,6091,'_line_total','116.16'),(53387,6091,'_line_tax','0'),(53388,6091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53389,6092,'method_id','fedex'),(53390,6092,'instance_id','1'),(53391,6092,'cost','16.48'),(53392,6092,'total_tax','0'),(53393,6092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53394,6092,'Package 1','17 × 14 × 10 (in) 28.95lbs × 1'),(53395,6055,'thwma_order_shipping_status','wc-pending'),(53396,6056,'thwma_order_shipping_status','wc-pending'),(53397,6086,'thwma_order_shipping_status','wc-pending'),(53398,6087,'thwma_order_shipping_status','wc-pending'),(53399,6081,'thwma_order_shipping_status','wc-pending'),(53400,6082,'thwma_order_shipping_status','wc-pending'),(53401,6083,'thwma_order_shipping_status','wc-pending'),(53402,6084,'thwma_order_shipping_status','wc-pending'),(53406,6093,'_product_id','23'),(53407,6093,'_variation_id','0'),(53408,6093,'_qty','4'),(53409,6093,'_tax_class',''),(53410,6093,'_line_subtotal','447.36'),(53411,6093,'_line_subtotal_tax','0'),(53412,6093,'_line_total','447.36'),(53413,6093,'_line_tax','0'),(53414,6093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53415,6094,'_product_id','38'),(53416,6094,'_variation_id','0'),(53417,6094,'_qty','1'),(53418,6094,'_tax_class',''),(53419,6094,'_line_subtotal','278.56'),(53420,6094,'_line_subtotal_tax','0'),(53421,6094,'_line_total','278.56'),(53422,6094,'_line_tax','0'),(53423,6094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53424,6095,'_product_id','42'),(53425,6095,'_variation_id','0'),(53426,6095,'_qty','1'),(53427,6095,'_tax_class',''),(53428,6095,'_line_subtotal','79.2'),(53429,6095,'_line_subtotal_tax','0'),(53430,6095,'_line_total','79.2'),(53431,6095,'_line_tax','0'),(53432,6095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53433,6096,'_product_id','41'),(53434,6096,'_variation_id','0'),(53435,6096,'_qty','3'),(53436,6096,'_tax_class',''),(53437,6096,'_line_subtotal','199.44'),(53438,6096,'_line_subtotal_tax','0'),(53439,6096,'_line_total','199.44'),(53440,6096,'_line_tax','0'),(53441,6096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53442,6097,'_product_id','39'),(53443,6097,'_variation_id','0'),(53444,6097,'_qty','1'),(53445,6097,'_tax_class',''),(53446,6097,'_line_subtotal','79.2'),(53447,6097,'_line_subtotal_tax','0'),(53448,6097,'_line_total','79.2'),(53449,6097,'_line_tax','0'),(53450,6097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53451,6098,'_product_id','43'),(53452,6098,'_variation_id','0'),(53453,6098,'_qty','1'),(53454,6098,'_tax_class',''),(53455,6098,'_line_subtotal','79.2'),(53456,6098,'_line_subtotal_tax','0'),(53457,6098,'_line_total','79.2'),(53458,6098,'_line_tax','0'),(53459,6098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53460,6099,'_product_id','490'),(53461,6099,'_variation_id','0'),(53462,6099,'_qty','20'),(53463,6099,'_tax_class',''),(53464,6099,'_line_subtotal','455.6'),(53465,6099,'_line_subtotal_tax','0'),(53466,6099,'_line_total','455.6'),(53467,6099,'_line_tax','0'),(53468,6099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53469,6100,'_product_id','487'),(53470,6100,'_variation_id','0'),(53471,6100,'_qty','2'),(53472,6100,'_tax_class',''),(53473,6100,'_line_subtotal','62.7'),(53474,6100,'_line_subtotal_tax','0'),(53475,6100,'_line_total','62.7'),(53476,6100,'_line_tax','0'),(53477,6100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53478,6101,'method_id','free_shipping'),(53479,6101,'instance_id','2'),(53480,6101,'cost','0.00'),(53481,6101,'total_tax','0'),(53482,6101,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53483,6101,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 2'),(53484,6093,'thwma_order_shipping_status','wc-pending'),(53485,6094,'thwma_order_shipping_status','wc-pending'),(53486,6095,'thwma_order_shipping_status','wc-pending'),(53487,6096,'thwma_order_shipping_status','wc-pending'),(53488,6097,'thwma_order_shipping_status','wc-pending'),(53489,6098,'thwma_order_shipping_status','wc-pending'),(53490,6099,'thwma_order_shipping_status','wc-pending'),(53491,6100,'thwma_order_shipping_status','wc-pending'),(53492,6089,'thwma_order_shipping_status','wc-pending'),(53493,6090,'thwma_order_shipping_status','wc-pending'),(53494,6091,'thwma_order_shipping_status','wc-pending'),(53495,6102,'_product_id','23'),(53496,6102,'_variation_id','0'),(53497,6102,'_qty','1'),(53498,6102,'_tax_class',''),(53499,6102,'_line_subtotal','111.84'),(53500,6102,'_line_subtotal_tax','0'),(53501,6102,'_line_total','111.84'),(53502,6102,'_line_tax','0'),(53503,6102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53504,6103,'_product_id','38'),(53505,6103,'_variation_id','0'),(53506,6103,'_qty','1'),(53507,6103,'_tax_class',''),(53508,6103,'_line_subtotal','278.56'),(53509,6103,'_line_subtotal_tax','0'),(53510,6103,'_line_total','278.56'),(53511,6103,'_line_tax','0'),(53512,6103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53513,6104,'_product_id','41'),(53514,6104,'_variation_id','0'),(53515,6104,'_qty','1'),(53516,6104,'_tax_class',''),(53517,6104,'_line_subtotal','66.48'),(53518,6104,'_line_subtotal_tax','0'),(53519,6104,'_line_total','66.48'),(53520,6104,'_line_tax','0'),(53521,6104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53522,6105,'_product_id','490'),(53523,6105,'_variation_id','0'),(53524,6105,'_qty','5'),(53525,6105,'_tax_class',''),(53526,6105,'_line_subtotal','113.9'),(53527,6105,'_line_subtotal_tax','0'),(53528,6105,'_line_total','113.9'),(53529,6105,'_line_tax','0'),(53530,6105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53531,6106,'_product_id','488'),(53532,6106,'_variation_id','0'),(53533,6106,'_qty','1'),(53534,6106,'_tax_class',''),(53535,6106,'_line_subtotal','31.35'),(53536,6106,'_line_subtotal_tax','0'),(53537,6106,'_line_total','31.35'),(53538,6106,'_line_tax','0'),(53539,6106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53540,6107,'_product_id','131'),(53541,6107,'_variation_id','0'),(53542,6107,'_qty','2'),(53543,6107,'_tax_class',''),(53544,6107,'_line_subtotal','25.3'),(53545,6107,'_line_subtotal_tax','0'),(53546,6107,'_line_total','25.3'),(53547,6107,'_line_tax','0'),(53548,6107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53549,6108,'_product_id','133'),(53550,6108,'_variation_id','0'),(53551,6108,'_qty','1'),(53552,6108,'_tax_class',''),(53553,6108,'_line_subtotal','14.3'),(53554,6108,'_line_subtotal_tax','0'),(53555,6108,'_line_total','14.3'),(53556,6108,'_line_tax','0'),(53557,6108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53558,6109,'method_id','free_shipping'),(53559,6109,'instance_id','2'),(53560,6109,'cost','0.00'),(53561,6109,'total_tax','0'),(53562,6109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53563,6109,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 2, Disposable Head Bands &times; 1'),(53564,6110,'_product_id','23'),(53565,6110,'_variation_id','0'),(53566,6110,'_qty','3'),(53567,6110,'_tax_class',''),(53568,6110,'_line_subtotal','335.52'),(53569,6110,'_line_subtotal_tax','0'),(53570,6110,'_line_total','335.52'),(53571,6110,'_line_tax','0'),(53572,6110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53573,6111,'_product_id','39'),(53574,6111,'_variation_id','0'),(53575,6111,'_qty','1'),(53576,6111,'_tax_class',''),(53577,6111,'_line_subtotal','79.2'),(53578,6111,'_line_subtotal_tax','0'),(53579,6111,'_line_total','79.2'),(53580,6111,'_line_tax','0'),(53581,6111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53582,6112,'_product_id','45'),(53583,6112,'_variation_id','0'),(53584,6112,'_qty','3'),(53585,6112,'_tax_class',''),(53586,6112,'_line_subtotal','126.72'),(53587,6112,'_line_subtotal_tax','0'),(53588,6112,'_line_total','126.72'),(53589,6112,'_line_tax','0'),(53590,6112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53591,6113,'method_id','free_shipping'),(53592,6113,'instance_id','2'),(53593,6113,'cost','0.00'),(53594,6113,'total_tax','0'),(53595,6113,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53596,6113,'Items','Active Rinse 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(53597,6114,'_product_id','41'),(53598,6114,'_variation_id','0'),(53599,6114,'_qty','2'),(53600,6114,'_tax_class',''),(53601,6114,'_line_subtotal','132.96'),(53602,6114,'_line_subtotal_tax','0'),(53603,6114,'_line_total','132.96'),(53604,6114,'_line_tax','0'),(53605,6114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53606,6115,'_product_id','49'),(53607,6115,'_variation_id','0'),(53608,6115,'_qty','1'),(53609,6115,'_tax_class',''),(53610,6115,'_line_subtotal','79.2'),(53611,6115,'_line_subtotal_tax','0'),(53612,6115,'_line_total','79.2'),(53613,6115,'_line_tax','0'),(53614,6115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53615,6116,'_product_id','43'),(53616,6116,'_variation_id','0'),(53617,6116,'_qty','1'),(53618,6116,'_tax_class',''),(53619,6116,'_line_subtotal','79.2'),(53620,6116,'_line_subtotal_tax','0'),(53621,6116,'_line_total','79.2'),(53622,6116,'_line_tax','0'),(53623,6116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53624,6117,'_product_id','487'),(53625,6117,'_variation_id','0'),(53626,6117,'_qty','3'),(53627,6117,'_tax_class',''),(53628,6117,'_line_subtotal','94.05'),(53629,6117,'_line_subtotal_tax','0'),(53630,6117,'_line_total','94.05'),(53631,6117,'_line_tax','0'),(53632,6117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53633,6118,'_product_id','489'),(53634,6118,'_variation_id','0'),(53635,6118,'_qty','4'),(53636,6118,'_tax_class',''),(53637,6118,'_line_subtotal','77.72'),(53638,6118,'_line_subtotal_tax','0'),(53639,6118,'_line_total','77.72'),(53640,6118,'_line_tax','0'),(53641,6118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53642,6119,'method_id','fedex'),(53643,6119,'instance_id','1'),(53644,6119,'cost','33.26'),(53645,6119,'total_tax','0'),(53646,6119,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53647,6119,'Package 1','17 × 14 × 10 (in) 40.15lbs × 1'),(53648,6119,'Package 2','11.25 × 8.75 × 7.75 (in) 13.99lbs × 1'),(53649,6120,'_product_id','23'),(53650,6120,'_variation_id','0'),(53651,6120,'_qty','4'),(53652,6120,'_tax_class',''),(53653,6120,'_line_subtotal','447.36'),(53654,6120,'_line_subtotal_tax','0'),(53655,6120,'_line_total','447.36'),(53656,6120,'_line_tax','0'),(53657,6120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53658,6121,'_product_id','41'),(53659,6121,'_variation_id','0'),(53660,6121,'_qty','3'),(53661,6121,'_tax_class',''),(53662,6121,'_line_subtotal','199.44'),(53663,6121,'_line_subtotal_tax','0'),(53664,6121,'_line_total','199.44'),(53665,6121,'_line_tax','0'),(53666,6121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53667,6122,'_product_id','490'),(53668,6122,'_variation_id','0'),(53669,6122,'_qty','10'),(53670,6122,'_tax_class',''),(53671,6122,'_line_subtotal','227.8'),(53672,6122,'_line_subtotal_tax','0'),(53673,6122,'_line_total','227.8'),(53674,6122,'_line_tax','0'),(53675,6122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53676,6123,'method_id','free_shipping'),(53677,6123,'instance_id','2'),(53678,6123,'cost','0.00'),(53679,6123,'total_tax','0'),(53680,6123,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53681,6123,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(53682,6124,'_product_id','38'),(53683,6124,'_variation_id','0'),(53684,6124,'_qty','2'),(53685,6124,'_tax_class',''),(53686,6124,'_line_subtotal','557.12'),(53687,6124,'_line_subtotal_tax','0'),(53688,6124,'_line_total','557.12'),(53689,6124,'_line_tax','0'),(53690,6124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53691,6125,'_product_id','41'),(53692,6125,'_variation_id','0'),(53693,6125,'_qty','2'),(53694,6125,'_tax_class',''),(53695,6125,'_line_subtotal','132.96'),(53696,6125,'_line_subtotal_tax','0'),(53697,6125,'_line_total','132.96'),(53698,6125,'_line_tax','0'),(53699,6125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53700,6126,'_product_id','51'),(53701,6126,'_variation_id','0'),(53702,6126,'_qty','2'),(53703,6126,'_tax_class',''),(53704,6126,'_line_subtotal','295.68'),(53705,6126,'_line_subtotal_tax','0'),(53706,6126,'_line_total','295.68'),(53707,6126,'_line_tax','0'),(53708,6126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53709,6127,'_product_id','487'),(53710,6127,'_variation_id','0'),(53711,6127,'_qty','2'),(53712,6127,'_tax_class',''),(53713,6127,'_line_subtotal','62.7'),(53714,6127,'_line_subtotal_tax','0'),(53715,6127,'_line_total','62.7'),(53716,6127,'_line_tax','0'),(53717,6127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53718,6128,'method_id','free_shipping'),(53719,6128,'instance_id','2'),(53720,6128,'cost','0.00'),(53721,6128,'total_tax','0'),(53722,6128,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53723,6128,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(53724,6102,'thwma_order_shipping_status','wc-pending'),(53725,6103,'thwma_order_shipping_status','wc-pending'),(53726,6104,'thwma_order_shipping_status','wc-pending'),(53727,6105,'thwma_order_shipping_status','wc-pending'),(53728,6106,'thwma_order_shipping_status','wc-pending'),(53729,6107,'thwma_order_shipping_status','wc-pending'),(53730,6108,'thwma_order_shipping_status','wc-pending'),(53731,6110,'thwma_order_shipping_status','wc-pending'),(53732,6111,'thwma_order_shipping_status','wc-pending'),(53733,6112,'thwma_order_shipping_status','wc-pending'),(53734,6114,'thwma_order_shipping_status','wc-pending'),(53735,6115,'thwma_order_shipping_status','wc-pending'),(53736,6116,'thwma_order_shipping_status','wc-pending'),(53737,6117,'thwma_order_shipping_status','wc-pending'),(53738,6118,'thwma_order_shipping_status','wc-pending'),(53739,6120,'thwma_order_shipping_status','wc-pending'),(53740,6121,'thwma_order_shipping_status','wc-pending'),(53741,6122,'thwma_order_shipping_status','wc-pending'),(53742,6129,'_product_id','41'),(53743,6129,'_variation_id','0'),(53744,6129,'_qty','5'),(53745,6129,'_tax_class',''),(53746,6129,'_line_subtotal','332.4'),(53747,6129,'_line_subtotal_tax','0'),(53748,6129,'_line_total','332.4'),(53749,6129,'_line_tax','0'),(53750,6129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53751,6130,'method_id','fedex'),(53752,6130,'instance_id','1'),(53753,6130,'cost','16.75'),(53754,6130,'total_tax','0'),(53755,6130,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53756,6130,'Package 1','17.5 × 12.37 × 3 (in) 12.91lbs × 1'),(53757,6124,'thwma_order_shipping_status','wc-pending'),(53758,6125,'thwma_order_shipping_status','wc-pending'),(53759,6126,'thwma_order_shipping_status','wc-pending'),(53760,6127,'thwma_order_shipping_status','wc-pending'),(53761,6131,'_product_id','38'),(53762,6131,'_variation_id','0'),(53763,6131,'_qty','2'),(53764,6131,'_tax_class',''),(53765,6131,'_line_subtotal','557.12'),(53766,6131,'_line_subtotal_tax','0'),(53767,6131,'_line_total','557.12'),(53768,6131,'_line_tax','0'),(53769,6131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53770,6132,'_product_id','23'),(53771,6132,'_variation_id','0'),(53772,6132,'_qty','1'),(53773,6132,'_tax_class',''),(53774,6132,'_line_subtotal','111.84'),(53775,6132,'_line_subtotal_tax','0'),(53776,6132,'_line_total','111.84'),(53777,6132,'_line_tax','0'),(53778,6132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53779,6133,'_product_id','116'),(53780,6133,'_variation_id','0'),(53781,6133,'_qty','1'),(53782,6133,'_tax_class',''),(53783,6133,'_line_subtotal','145.44'),(53784,6133,'_line_subtotal_tax','0'),(53785,6133,'_line_total','145.44'),(53786,6133,'_line_tax','0'),(53787,6133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53788,6134,'_product_id','41'),(53789,6134,'_variation_id','0'),(53790,6134,'_qty','3'),(53791,6134,'_tax_class',''),(53792,6134,'_line_subtotal','199.44'),(53793,6134,'_line_subtotal_tax','0'),(53794,6134,'_line_total','199.44'),(53795,6134,'_line_tax','0'),(53796,6134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53797,6135,'_product_id','49'),(53798,6135,'_variation_id','0'),(53799,6135,'_qty','1'),(53800,6135,'_tax_class',''),(53801,6135,'_line_subtotal','79.2'),(53802,6135,'_line_subtotal_tax','0'),(53803,6135,'_line_total','79.2'),(53804,6135,'_line_tax','0'),(53805,6135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53806,6136,'_product_id','43'),(53807,6136,'_variation_id','0'),(53808,6136,'_qty','1'),(53809,6136,'_tax_class',''),(53810,6136,'_line_subtotal','79.2'),(53811,6136,'_line_subtotal_tax','0'),(53812,6136,'_line_total','79.2'),(53813,6136,'_line_tax','0'),(53814,6136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53815,6137,'_product_id','93'),(53816,6137,'_variation_id','0'),(53817,6137,'_qty','8'),(53818,6137,'_tax_class',''),(53819,6137,'_line_subtotal','0'),(53820,6137,'_line_subtotal_tax','0'),(53821,6137,'_line_total','0'),(53822,6137,'_line_tax','0'),(53823,6137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53824,6138,'method_id','free_shipping'),(53825,6138,'instance_id','2'),(53826,6138,'cost','0.00'),(53827,6138,'total_tax','0'),(53828,6138,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53829,6138,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8'),(53837,6139,'_product_id','487'),(53838,6139,'_variation_id','0'),(53839,6139,'_qty','1'),(53840,6139,'_tax_class',''),(53841,6139,'_line_subtotal','31.35'),(53842,6139,'_line_subtotal_tax','0'),(53843,6139,'_line_total','31.35'),(53844,6139,'_line_tax','0'),(53845,6139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53846,6140,'_product_id','43'),(53847,6140,'_variation_id','0'),(53848,6140,'_qty','1'),(53849,6140,'_tax_class',''),(53850,6140,'_line_subtotal','79.2'),(53851,6140,'_line_subtotal_tax','0'),(53852,6140,'_line_total','79.2'),(53853,6140,'_line_tax','0'),(53854,6140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53855,6141,'_product_id','49'),(53856,6141,'_variation_id','0'),(53857,6141,'_qty','1'),(53858,6141,'_tax_class',''),(53859,6141,'_line_subtotal','79.2'),(53860,6141,'_line_subtotal_tax','0'),(53861,6141,'_line_total','79.2'),(53862,6141,'_line_tax','0'),(53863,6141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53864,6142,'_product_id','44'),(53865,6142,'_variation_id','0'),(53866,6142,'_qty','1'),(53867,6142,'_tax_class',''),(53868,6142,'_line_subtotal','116.16'),(53869,6142,'_line_subtotal_tax','0'),(53870,6142,'_line_total','116.16'),(53871,6142,'_line_tax','0'),(53872,6142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53873,6143,'_product_id','51'),(53874,6143,'_variation_id','0'),(53875,6143,'_qty','1'),(53876,6143,'_tax_class',''),(53877,6143,'_line_subtotal','147.84'),(53878,6143,'_line_subtotal_tax','0'),(53879,6143,'_line_total','147.84'),(53880,6143,'_line_tax','0'),(53881,6143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53882,6144,'_product_id','41'),(53883,6144,'_variation_id','0'),(53884,6144,'_qty','1'),(53885,6144,'_tax_class',''),(53886,6144,'_line_subtotal','66.48'),(53887,6144,'_line_subtotal_tax','0'),(53888,6144,'_line_total','66.48'),(53889,6144,'_line_tax','0'),(53890,6144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53891,6145,'_product_id','120'),(53892,6145,'_variation_id','0'),(53893,6145,'_qty','1'),(53894,6145,'_tax_class',''),(53895,6145,'_line_subtotal','52.8'),(53896,6145,'_line_subtotal_tax','0'),(53897,6145,'_line_total','52.8'),(53898,6145,'_line_tax','0'),(53899,6145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53900,6146,'_product_id','490'),(53901,6146,'_variation_id','0'),(53902,6146,'_qty','5'),(53903,6146,'_tax_class',''),(53904,6146,'_line_subtotal','113.9'),(53905,6146,'_line_subtotal_tax','0'),(53906,6146,'_line_total','113.9'),(53907,6146,'_line_tax','0'),(53908,6146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53909,6147,'method_id','free_shipping'),(53910,6147,'instance_id','2'),(53911,6147,'cost','0.00'),(53912,6147,'total_tax','0'),(53913,6147,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53914,6147,'Items','Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(53915,6131,'thwma_order_shipping_status','wc-pending'),(53916,6132,'thwma_order_shipping_status','wc-pending'),(53917,6133,'thwma_order_shipping_status','wc-pending'),(53918,6134,'thwma_order_shipping_status','wc-pending'),(53919,6135,'thwma_order_shipping_status','wc-pending'),(53920,6136,'thwma_order_shipping_status','wc-pending'),(53921,6137,'thwma_order_shipping_status','wc-pending'),(53922,6139,'thwma_order_shipping_status','wc-pending'),(53923,6140,'thwma_order_shipping_status','wc-pending'),(53924,6141,'thwma_order_shipping_status','wc-pending'),(53925,6142,'thwma_order_shipping_status','wc-pending'),(53926,6143,'thwma_order_shipping_status','wc-pending'),(53927,6144,'thwma_order_shipping_status','wc-pending'),(53928,6145,'thwma_order_shipping_status','wc-pending'),(53929,6146,'thwma_order_shipping_status','wc-pending'),(53930,6148,'_product_id','23'),(53931,6148,'_variation_id','0'),(53932,6148,'_qty','3'),(53933,6148,'_tax_class',''),(53934,6148,'_line_subtotal','335.52'),(53935,6148,'_line_subtotal_tax','0'),(53936,6148,'_line_total','335.52'),(53937,6148,'_line_tax','0'),(53938,6148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53939,6149,'_product_id','38'),(53940,6149,'_variation_id','0'),(53941,6149,'_qty','2'),(53942,6149,'_tax_class',''),(53943,6149,'_line_subtotal','557.12'),(53944,6149,'_line_subtotal_tax','0'),(53945,6149,'_line_total','557.12'),(53946,6149,'_line_tax','0'),(53947,6149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53948,6150,'_product_id','45'),(53949,6150,'_variation_id','0'),(53950,6150,'_qty','2'),(53951,6150,'_tax_class',''),(53952,6150,'_line_subtotal','84.48'),(53953,6150,'_line_subtotal_tax','0'),(53954,6150,'_line_total','84.48'),(53955,6150,'_line_tax','0'),(53956,6150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53957,6151,'_product_id','41'),(53958,6151,'_variation_id','0'),(53959,6151,'_qty','2'),(53960,6151,'_tax_class',''),(53961,6151,'_line_subtotal','132.96'),(53962,6151,'_line_subtotal_tax','0'),(53963,6151,'_line_total','132.96'),(53964,6151,'_line_tax','0'),(53965,6151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53966,6152,'_product_id','49'),(53967,6152,'_variation_id','0'),(53968,6152,'_qty','1'),(53969,6152,'_tax_class',''),(53970,6152,'_line_subtotal','79.2'),(53971,6152,'_line_subtotal_tax','0'),(53972,6152,'_line_total','79.2'),(53973,6152,'_line_tax','0'),(53974,6152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53975,6153,'_product_id','490'),(53976,6153,'_variation_id','0'),(53977,6153,'_qty','8'),(53978,6153,'_tax_class',''),(53979,6153,'_line_subtotal','182.24'),(53980,6153,'_line_subtotal_tax','0'),(53981,6153,'_line_total','182.24'),(53982,6153,'_line_tax','0'),(53983,6153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53984,6154,'_product_id','488'),(53985,6154,'_variation_id','0'),(53986,6154,'_qty','2'),(53987,6154,'_tax_class',''),(53988,6154,'_line_subtotal','62.7'),(53989,6154,'_line_subtotal_tax','0'),(53990,6154,'_line_total','62.7'),(53991,6154,'_line_tax','0'),(53992,6154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(53993,6155,'method_id','free_shipping'),(53994,6155,'instance_id','2'),(53995,6155,'cost','0.00'),(53996,6155,'total_tax','0'),(53997,6155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(53998,6155,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2'),(53999,6156,'_product_id','38'),(54000,6156,'_variation_id','0'),(54001,6156,'_qty','1'),(54002,6156,'_tax_class',''),(54003,6156,'_line_subtotal','278.56'),(54004,6156,'_line_subtotal_tax','0'),(54005,6156,'_line_total','278.56'),(54006,6156,'_line_tax','0'),(54007,6156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54008,6157,'_product_id','23'),(54009,6157,'_variation_id','0'),(54010,6157,'_qty','1'),(54011,6157,'_tax_class',''),(54012,6157,'_line_subtotal','111.84'),(54013,6157,'_line_subtotal_tax','0'),(54014,6157,'_line_total','111.84'),(54015,6157,'_line_tax','0'),(54016,6157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54017,6158,'_product_id','41'),(54018,6158,'_variation_id','0'),(54019,6158,'_qty','2'),(54020,6158,'_tax_class',''),(54021,6158,'_line_subtotal','132.96'),(54022,6158,'_line_subtotal_tax','0'),(54023,6158,'_line_total','132.96'),(54024,6158,'_line_tax','0'),(54025,6158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54026,6159,'method_id','free_shipping'),(54027,6159,'instance_id','2'),(54028,6159,'cost','0.00'),(54029,6159,'total_tax','0'),(54030,6159,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54031,6159,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(54032,6160,'_product_id','488'),(54033,6160,'_variation_id','0'),(54034,6160,'_qty','1'),(54035,6160,'_tax_class',''),(54036,6160,'_line_subtotal','31.35'),(54037,6160,'_line_subtotal_tax','0'),(54038,6160,'_line_total','31.35'),(54039,6160,'_line_tax','0'),(54040,6160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54041,6161,'_product_id','490'),(54042,6161,'_variation_id','0'),(54043,6161,'_qty','3'),(54044,6161,'_tax_class',''),(54045,6161,'_line_subtotal','68.34'),(54046,6161,'_line_subtotal_tax','0'),(54047,6161,'_line_total','68.34'),(54048,6161,'_line_tax','0'),(54049,6161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54050,6162,'_product_id','131'),(54051,6162,'_variation_id','0'),(54052,6162,'_qty','1'),(54053,6162,'_tax_class',''),(54054,6162,'_line_subtotal','12.65'),(54055,6162,'_line_subtotal_tax','0'),(54056,6162,'_line_total','12.65'),(54057,6162,'_line_tax','0'),(54058,6162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54059,6163,'method_id','fedex'),(54060,6163,'instance_id','1'),(54061,6163,'cost','13.38'),(54062,6163,'total_tax','0'),(54063,6163,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54064,6163,'Package 1','17 × 14 × 10 (in) 17.6lbs × 1'),(54065,6148,'thwma_order_shipping_status','wc-pending'),(54066,6149,'thwma_order_shipping_status','wc-pending'),(54067,6150,'thwma_order_shipping_status','wc-pending'),(54068,6151,'thwma_order_shipping_status','wc-pending'),(54069,6152,'thwma_order_shipping_status','wc-pending'),(54070,6153,'thwma_order_shipping_status','wc-pending'),(54071,6154,'thwma_order_shipping_status','wc-pending'),(54072,6156,'thwma_order_shipping_status','wc-pending'),(54073,6157,'thwma_order_shipping_status','wc-pending'),(54074,6158,'thwma_order_shipping_status','wc-pending'),(54075,6164,'_product_id','487'),(54076,6164,'_variation_id','0'),(54077,6164,'_qty','3'),(54078,6164,'_tax_class',''),(54079,6164,'_line_subtotal','94.05'),(54080,6164,'_line_subtotal_tax','0'),(54081,6164,'_line_total','94.05'),(54082,6164,'_line_tax','0'),(54083,6164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54084,6165,'_product_id','490'),(54085,6165,'_variation_id','0'),(54086,6165,'_qty','6'),(54087,6165,'_tax_class',''),(54088,6165,'_line_subtotal','136.68'),(54089,6165,'_line_subtotal_tax','0'),(54090,6165,'_line_total','136.68'),(54091,6165,'_line_tax','0'),(54092,6165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54093,6166,'method_id','fedex'),(54094,6166,'instance_id','1'),(54095,6166,'cost','30.93'),(54096,6166,'total_tax','0'),(54097,6166,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54098,6166,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(54099,6164,'thwma_order_shipping_status','wc-pending'),(54100,6165,'thwma_order_shipping_status','wc-pending'),(54101,6160,'thwma_order_shipping_status','wc-pending'),(54102,6161,'thwma_order_shipping_status','wc-pending'),(54103,6162,'thwma_order_shipping_status','wc-pending'),(54104,6167,'_product_id','23'),(54105,6167,'_variation_id','0'),(54106,6167,'_qty','1'),(54107,6167,'_tax_class',''),(54108,6167,'_line_subtotal','111.84'),(54109,6167,'_line_subtotal_tax','0'),(54110,6167,'_line_total','111.84'),(54111,6167,'_line_tax','0'),(54112,6167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54113,6168,'_product_id','45'),(54114,6168,'_variation_id','0'),(54115,6168,'_qty','2'),(54116,6168,'_tax_class',''),(54117,6168,'_line_subtotal','84.48'),(54118,6168,'_line_subtotal_tax','0'),(54119,6168,'_line_total','84.48'),(54120,6168,'_line_tax','0'),(54121,6168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54122,6169,'_product_id','39'),(54123,6169,'_variation_id','0'),(54124,6169,'_qty','2'),(54125,6169,'_tax_class',''),(54126,6169,'_line_subtotal','158.4'),(54127,6169,'_line_subtotal_tax','0'),(54128,6169,'_line_total','158.4'),(54129,6169,'_line_tax','0'),(54130,6169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54131,6170,'_product_id','40'),(54132,6170,'_variation_id','0'),(54133,6170,'_qty','2'),(54134,6170,'_tax_class',''),(54135,6170,'_line_subtotal','158.4'),(54136,6170,'_line_subtotal_tax','0'),(54137,6170,'_line_total','158.4'),(54138,6170,'_line_tax','0'),(54139,6170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54140,6171,'method_id','free_shipping'),(54141,6171,'instance_id','2'),(54142,6171,'cost','0.00'),(54143,6171,'total_tax','0'),(54144,6171,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54145,6171,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2'),(54170,6175,'_product_id','93'),(54171,6175,'_variation_id','0'),(54172,6175,'_qty','10'),(54173,6175,'_tax_class',''),(54174,6175,'_line_subtotal','0'),(54175,6175,'_line_subtotal_tax','0'),(54176,6175,'_line_total','0'),(54177,6175,'_line_tax','0'),(54178,6175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54179,6176,'method_id','fedex'),(54180,6176,'instance_id','1'),(54181,6176,'cost','11.87'),(54182,6176,'total_tax','0'),(54183,6176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54184,6176,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(54185,6177,'_product_id','40'),(54186,6177,'_variation_id','0'),(54187,6177,'_qty','2'),(54188,6177,'_tax_class',''),(54189,6177,'_line_subtotal','158.4'),(54190,6177,'_line_subtotal_tax','0'),(54191,6177,'_line_total','158.4'),(54192,6177,'_line_tax','0'),(54193,6177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54194,6178,'_product_id','490'),(54195,6178,'_variation_id','0'),(54196,6178,'_qty','6'),(54197,6178,'_tax_class',''),(54198,6178,'_line_subtotal','136.68'),(54199,6178,'_line_subtotal_tax','0'),(54200,6178,'_line_total','136.68'),(54201,6178,'_line_tax','0'),(54202,6178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54203,6179,'_product_id','41'),(54204,6179,'_variation_id','0'),(54205,6179,'_qty','4'),(54206,6179,'_tax_class',''),(54207,6179,'_line_subtotal','265.92'),(54208,6179,'_line_subtotal_tax','0'),(54209,6179,'_line_total','265.92'),(54210,6179,'_line_tax','0'),(54211,6179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54212,6180,'_product_id','49'),(54213,6180,'_variation_id','0'),(54214,6180,'_qty','2'),(54215,6180,'_tax_class',''),(54216,6180,'_line_subtotal','158.4'),(54217,6180,'_line_subtotal_tax','0'),(54218,6180,'_line_total','158.4'),(54219,6180,'_line_tax','0'),(54220,6180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54221,6181,'_product_id','44'),(54222,6181,'_variation_id','0'),(54223,6181,'_qty','4'),(54224,6181,'_tax_class',''),(54225,6181,'_line_subtotal','464.64'),(54226,6181,'_line_subtotal_tax','0'),(54227,6181,'_line_total','464.64'),(54228,6181,'_line_tax','0'),(54229,6181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54230,6182,'method_id','free_shipping'),(54231,6182,'instance_id','2'),(54232,6182,'cost','0.00'),(54233,6182,'total_tax','0'),(54234,6182,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54235,6182,'Items','Preventive Conditioner(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6, Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 4'),(54236,6177,'thwma_order_shipping_status','wc-pending'),(54237,6178,'thwma_order_shipping_status','wc-pending'),(54238,6179,'thwma_order_shipping_status','wc-pending'),(54239,6180,'thwma_order_shipping_status','wc-pending'),(54240,6181,'thwma_order_shipping_status','wc-pending'),(54241,6183,'_product_id','23'),(54242,6183,'_variation_id','0'),(54243,6183,'_qty','1'),(54244,6183,'_tax_class',''),(54245,6183,'_line_subtotal','111.84'),(54246,6183,'_line_subtotal_tax','0'),(54247,6183,'_line_total','111.84'),(54248,6183,'_line_tax','0'),(54249,6183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54250,6184,'_product_id','490'),(54251,6184,'_variation_id','0'),(54252,6184,'_qty','6'),(54253,6184,'_tax_class',''),(54254,6184,'_line_subtotal','136.68'),(54255,6184,'_line_subtotal_tax','0'),(54256,6184,'_line_total','136.68'),(54257,6184,'_line_tax','0'),(54258,6184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54259,6185,'_product_id','38'),(54260,6185,'_variation_id','0'),(54261,6185,'_qty','1'),(54262,6185,'_tax_class',''),(54263,6185,'_line_subtotal','278.56'),(54264,6185,'_line_subtotal_tax','0'),(54265,6185,'_line_total','278.56'),(54266,6185,'_line_tax','0'),(54267,6185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54268,6186,'_product_id','41'),(54269,6186,'_variation_id','0'),(54270,6186,'_qty','1'),(54271,6186,'_tax_class',''),(54272,6186,'_line_subtotal','66.48'),(54273,6186,'_line_subtotal_tax','0'),(54274,6186,'_line_total','66.48'),(54275,6186,'_line_tax','0'),(54276,6186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54277,6187,'_product_id','44'),(54278,6187,'_variation_id','0'),(54279,6187,'_qty','1'),(54280,6187,'_tax_class',''),(54281,6187,'_line_subtotal','116.16'),(54282,6187,'_line_subtotal_tax','0'),(54283,6187,'_line_total','116.16'),(54284,6187,'_line_tax','0'),(54285,6187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54286,6188,'_product_id','487'),(54287,6188,'_variation_id','0'),(54288,6188,'_qty','1'),(54289,6188,'_tax_class',''),(54290,6188,'_line_subtotal','31.35'),(54291,6188,'_line_subtotal_tax','0'),(54292,6188,'_line_total','31.35'),(54293,6188,'_line_tax','0'),(54294,6188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54295,6189,'method_id','free_shipping'),(54296,6189,'instance_id','2'),(54297,6189,'cost','0.00'),(54298,6189,'total_tax','0'),(54299,6189,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54300,6189,'Items','Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(54301,6190,'_product_id','23'),(54302,6190,'_variation_id','0'),(54303,6190,'_qty','1'),(54304,6190,'_tax_class',''),(54305,6190,'_line_subtotal','111.84'),(54306,6190,'_line_subtotal_tax','0'),(54307,6190,'_line_total','111.84'),(54308,6190,'_line_tax','0'),(54309,6190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54310,6191,'method_id','fedex'),(54311,6191,'instance_id','1'),(54312,6191,'cost','13.44'),(54313,6191,'total_tax','0'),(54314,6191,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54315,6191,'Package 1','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(54316,6192,'_product_id','23'),(54317,6192,'_variation_id','0'),(54318,6192,'_qty','1'),(54319,6192,'_tax_class',''),(54320,6192,'_line_subtotal','111.84'),(54321,6192,'_line_subtotal_tax','0'),(54322,6192,'_line_total','111.84'),(54323,6192,'_line_tax','0'),(54324,6192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54325,6193,'_product_id','38'),(54326,6193,'_variation_id','0'),(54327,6193,'_qty','1'),(54328,6193,'_tax_class',''),(54329,6193,'_line_subtotal','278.56'),(54330,6193,'_line_subtotal_tax','0'),(54331,6193,'_line_total','278.56'),(54332,6193,'_line_tax','0'),(54333,6193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54334,6194,'_product_id','45'),(54335,6194,'_variation_id','0'),(54336,6194,'_qty','1'),(54337,6194,'_tax_class',''),(54338,6194,'_line_subtotal','42.24'),(54339,6194,'_line_subtotal_tax','0'),(54340,6194,'_line_total','42.24'),(54341,6194,'_line_tax','0'),(54342,6194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54343,6195,'_product_id','41'),(54344,6195,'_variation_id','0'),(54345,6195,'_qty','1'),(54346,6195,'_tax_class',''),(54347,6195,'_line_subtotal','66.48'),(54348,6195,'_line_subtotal_tax','0'),(54349,6195,'_line_total','66.48'),(54350,6195,'_line_tax','0'),(54351,6195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54352,6196,'_product_id','43'),(54353,6196,'_variation_id','0'),(54354,6196,'_qty','1'),(54355,6196,'_tax_class',''),(54356,6196,'_line_subtotal','79.2'),(54357,6196,'_line_subtotal_tax','0'),(54358,6196,'_line_total','79.2'),(54359,6196,'_line_tax','0'),(54360,6196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54361,6197,'_product_id','43'),(54362,6197,'_variation_id','0'),(54363,6197,'_qty','1'),(54364,6197,'_tax_class',''),(54365,6197,'_line_subtotal','79.2'),(54366,6197,'_line_subtotal_tax','0'),(54367,6197,'_line_total','79.2'),(54368,6197,'_line_tax','0'),(54369,6197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54370,6198,'_product_id','490'),(54371,6198,'_variation_id','0'),(54372,6198,'_qty','10'),(54373,6198,'_tax_class',''),(54374,6198,'_line_subtotal','227.8'),(54375,6198,'_line_subtotal_tax','0'),(54376,6198,'_line_total','227.8'),(54377,6198,'_line_tax','0'),(54378,6198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54379,6199,'method_id','free_shipping'),(54380,6199,'instance_id','2'),(54381,6199,'cost','0.00'),(54382,6199,'total_tax','0'),(54383,6199,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54384,6199,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(54385,6183,'thwma_order_shipping_status','wc-pending'),(54386,6184,'thwma_order_shipping_status','wc-pending'),(54387,6185,'thwma_order_shipping_status','wc-pending'),(54388,6186,'thwma_order_shipping_status','wc-pending'),(54389,6187,'thwma_order_shipping_status','wc-pending'),(54390,6188,'thwma_order_shipping_status','wc-pending'),(54391,6192,'thwma_order_shipping_status','wc-pending'),(54392,6193,'thwma_order_shipping_status','wc-pending'),(54393,6194,'thwma_order_shipping_status','wc-pending'),(54394,6195,'thwma_order_shipping_status','wc-pending'),(54395,6196,'thwma_order_shipping_status','wc-pending'),(54396,6197,'thwma_order_shipping_status','wc-pending'),(54397,6198,'thwma_order_shipping_status','wc-pending'),(54398,6200,'_product_id','490'),(54399,6200,'_variation_id','0'),(54400,6200,'_qty','20'),(54401,6200,'_tax_class',''),(54402,6200,'_line_subtotal','455.6'),(54403,6200,'_line_subtotal_tax','0'),(54404,6200,'_line_total','455.6'),(54405,6200,'_line_tax','0'),(54406,6200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54407,6201,'_product_id','43'),(54408,6201,'_variation_id','0'),(54409,6201,'_qty','1'),(54410,6201,'_tax_class',''),(54411,6201,'_line_subtotal','79.2'),(54412,6201,'_line_subtotal_tax','0'),(54413,6201,'_line_total','79.2'),(54414,6201,'_line_tax','0'),(54415,6201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54416,6202,'method_id','free_shipping'),(54417,6202,'instance_id','2'),(54418,6202,'cost','0.00'),(54419,6202,'total_tax','0'),(54420,6202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54421,6202,'Items','Bulk Active Rinse 100% RM &times; 20, Preventive Spray 8oz(Case of 12) &times; 1'),(54422,6203,'_product_id','23'),(54423,6203,'_variation_id','0'),(54424,6203,'_qty','1'),(54425,6203,'_tax_class',''),(54426,6203,'_line_subtotal','111.84'),(54427,6203,'_line_subtotal_tax','0'),(54428,6203,'_line_total','111.84'),(54429,6203,'_line_tax','0'),(54430,6203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54431,6204,'_product_id','42'),(54432,6204,'_variation_id','0'),(54433,6204,'_qty','1'),(54434,6204,'_tax_class',''),(54435,6204,'_line_subtotal','79.2'),(54436,6204,'_line_subtotal_tax','0'),(54437,6204,'_line_total','79.2'),(54438,6204,'_line_tax','0'),(54439,6204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54440,6205,'_product_id','41'),(54441,6205,'_variation_id','0'),(54442,6205,'_qty','2'),(54443,6205,'_tax_class',''),(54444,6205,'_line_subtotal','132.96'),(54445,6205,'_line_subtotal_tax','0'),(54446,6205,'_line_total','132.96'),(54447,6205,'_line_tax','0'),(54448,6205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54449,6206,'_product_id','118'),(54450,6206,'_variation_id','0'),(54451,6206,'_qty','2'),(54452,6206,'_tax_class',''),(54453,6206,'_line_subtotal','369.6'),(54454,6206,'_line_subtotal_tax','0'),(54455,6206,'_line_total','369.6'),(54456,6206,'_line_tax','0'),(54457,6206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54458,6207,'_product_id','49'),(54459,6207,'_variation_id','0'),(54460,6207,'_qty','2'),(54461,6207,'_tax_class',''),(54462,6207,'_line_subtotal','158.4'),(54463,6207,'_line_subtotal_tax','0'),(54464,6207,'_line_total','158.4'),(54465,6207,'_line_tax','0'),(54466,6207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54467,6208,'_product_id','490'),(54468,6208,'_variation_id','0'),(54469,6208,'_qty','10'),(54470,6208,'_tax_class',''),(54471,6208,'_line_subtotal','227.8'),(54472,6208,'_line_subtotal_tax','0'),(54473,6208,'_line_total','227.8'),(54474,6208,'_line_tax','0'),(54475,6208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54476,6209,'method_id','free_shipping'),(54477,6209,'instance_id','2'),(54478,6209,'cost','0.00'),(54479,6209,'total_tax','0'),(54480,6209,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54481,6209,'Items','Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(54482,6200,'thwma_order_shipping_status','wc-pending'),(54483,6201,'thwma_order_shipping_status','wc-pending'),(54484,6210,'_product_id','23'),(54485,6210,'_variation_id','0'),(54486,6210,'_qty','3'),(54487,6210,'_tax_class',''),(54488,6210,'_line_subtotal','335.52'),(54489,6210,'_line_subtotal_tax','0'),(54490,6210,'_line_total','335.52'),(54491,6210,'_line_tax','0'),(54492,6210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54493,6211,'_product_id','38'),(54494,6211,'_variation_id','0'),(54495,6211,'_qty','2'),(54496,6211,'_tax_class',''),(54497,6211,'_line_subtotal','557.12'),(54498,6211,'_line_subtotal_tax','0'),(54499,6211,'_line_total','557.12'),(54500,6211,'_line_tax','0'),(54501,6211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54502,6212,'_product_id','41'),(54503,6212,'_variation_id','0'),(54504,6212,'_qty','2'),(54505,6212,'_tax_class',''),(54506,6212,'_line_subtotal','132.96'),(54507,6212,'_line_subtotal_tax','0'),(54508,6212,'_line_total','132.96'),(54509,6212,'_line_tax','0'),(54510,6212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54511,6213,'_product_id','490'),(54512,6213,'_variation_id','0'),(54513,6213,'_qty','5'),(54514,6213,'_tax_class',''),(54515,6213,'_line_subtotal','113.9'),(54516,6213,'_line_subtotal_tax','0'),(54517,6213,'_line_total','113.9'),(54518,6213,'_line_tax','0'),(54519,6213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54520,6214,'_product_id','488'),(54521,6214,'_variation_id','0'),(54522,6214,'_qty','1'),(54523,6214,'_tax_class',''),(54524,6214,'_line_subtotal','31.35'),(54525,6214,'_line_subtotal_tax','0'),(54526,6214,'_line_total','31.35'),(54527,6214,'_line_tax','0'),(54528,6214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54529,6215,'_product_id','131'),(54530,6215,'_variation_id','0'),(54531,6215,'_qty','2'),(54532,6215,'_tax_class',''),(54533,6215,'_line_subtotal','25.3'),(54534,6215,'_line_subtotal_tax','0'),(54535,6215,'_line_total','25.3'),(54536,6215,'_line_tax','0'),(54537,6215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54538,6216,'_product_id','133'),(54539,6216,'_variation_id','0'),(54540,6216,'_qty','1'),(54541,6216,'_tax_class',''),(54542,6216,'_line_subtotal','14.3'),(54543,6216,'_line_subtotal_tax','0'),(54544,6216,'_line_total','14.3'),(54545,6216,'_line_tax','0'),(54546,6216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54547,6217,'method_id','free_shipping'),(54548,6217,'instance_id','2'),(54549,6217,'cost','0.00'),(54550,6217,'total_tax','0'),(54551,6217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54552,6217,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 2, Disposable Head Bands &times; 1'),(54553,6218,'_product_id','39'),(54554,6218,'_variation_id','0'),(54555,6218,'_qty','2'),(54556,6218,'_tax_class',''),(54557,6218,'_line_subtotal','158.4'),(54558,6218,'_line_subtotal_tax','0'),(54559,6218,'_line_total','158.4'),(54560,6218,'_line_tax','0'),(54561,6218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54562,6219,'_product_id','40'),(54563,6219,'_variation_id','0'),(54564,6219,'_qty','2'),(54565,6219,'_tax_class',''),(54566,6219,'_line_subtotal','158.4'),(54567,6219,'_line_subtotal_tax','0'),(54568,6219,'_line_total','158.4'),(54569,6219,'_line_tax','0'),(54570,6219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54571,6220,'_product_id','49'),(54572,6220,'_variation_id','0'),(54573,6220,'_qty','3'),(54574,6220,'_tax_class',''),(54575,6220,'_line_subtotal','237.6'),(54576,6220,'_line_subtotal_tax','0'),(54577,6220,'_line_total','237.6'),(54578,6220,'_line_tax','0'),(54579,6220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54580,6221,'method_id','free_shipping'),(54581,6221,'instance_id','2'),(54582,6221,'cost','0.00'),(54583,6221,'total_tax','0'),(54584,6221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54585,6221,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(54586,6222,'_product_id','45'),(54587,6222,'_variation_id','0'),(54588,6222,'_qty','1'),(54589,6222,'_tax_class',''),(54590,6222,'_line_subtotal','42.24'),(54591,6222,'_line_subtotal_tax','0'),(54592,6222,'_line_total','42.24'),(54593,6222,'_line_tax','0'),(54594,6222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54595,6223,'_product_id','23'),(54596,6223,'_variation_id','0'),(54597,6223,'_qty','2'),(54598,6223,'_tax_class',''),(54599,6223,'_line_subtotal','223.68'),(54600,6223,'_line_subtotal_tax','0'),(54601,6223,'_line_total','223.68'),(54602,6223,'_line_tax','0'),(54603,6223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54604,6224,'_product_id','41'),(54605,6224,'_variation_id','0'),(54606,6224,'_qty','2'),(54607,6224,'_tax_class',''),(54608,6224,'_line_subtotal','132.96'),(54609,6224,'_line_subtotal_tax','0'),(54610,6224,'_line_total','132.96'),(54611,6224,'_line_tax','0'),(54612,6224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54613,6225,'_product_id','43'),(54614,6225,'_variation_id','0'),(54615,6225,'_qty','1'),(54616,6225,'_tax_class',''),(54617,6225,'_line_subtotal','79.2'),(54618,6225,'_line_subtotal_tax','0'),(54619,6225,'_line_total','79.2'),(54620,6225,'_line_tax','0'),(54621,6225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54622,6226,'_product_id','93'),(54623,6226,'_variation_id','0'),(54624,6226,'_qty','10'),(54625,6226,'_tax_class',''),(54626,6226,'_line_subtotal','0'),(54627,6226,'_line_subtotal_tax','0'),(54628,6226,'_line_total','0'),(54629,6226,'_line_tax','0'),(54630,6226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54631,6227,'_product_id','38'),(54632,6227,'_variation_id','0'),(54633,6227,'_qty','1'),(54634,6227,'_tax_class',''),(54635,6227,'_line_subtotal','278.56'),(54636,6227,'_line_subtotal_tax','0'),(54637,6227,'_line_total','278.56'),(54638,6227,'_line_tax','0'),(54639,6227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54640,6228,'method_id','free_shipping'),(54641,6228,'instance_id','2'),(54642,6228,'cost','0.00'),(54643,6228,'total_tax','0'),(54644,6228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54645,6228,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Active Rinse 16oz(Case of 16) &times; 1'),(54652,6203,'thwma_order_shipping_status','wc-pending'),(54653,6204,'thwma_order_shipping_status','wc-pending'),(54654,6205,'thwma_order_shipping_status','wc-pending'),(54655,6206,'thwma_order_shipping_status','wc-pending'),(54656,6207,'thwma_order_shipping_status','wc-pending'),(54657,6208,'thwma_order_shipping_status','wc-pending'),(54658,6229,'_product_id','118'),(54659,6229,'_variation_id','0'),(54660,6229,'_qty','2'),(54661,6229,'_tax_class',''),(54662,6229,'_line_subtotal','369.6'),(54663,6229,'_line_subtotal_tax','0'),(54664,6229,'_line_total','369.6'),(54665,6229,'_line_tax','0'),(54666,6229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54667,6230,'_product_id','43'),(54668,6230,'_variation_id','0'),(54669,6230,'_qty','1'),(54670,6230,'_tax_class',''),(54671,6230,'_line_subtotal','79.2'),(54672,6230,'_line_subtotal_tax','0'),(54673,6230,'_line_total','79.2'),(54674,6230,'_line_tax','0'),(54675,6230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54676,6231,'_product_id','49'),(54677,6231,'_variation_id','0'),(54678,6231,'_qty','1'),(54679,6231,'_tax_class',''),(54680,6231,'_line_subtotal','79.2'),(54681,6231,'_line_subtotal_tax','0'),(54682,6231,'_line_total','79.2'),(54683,6231,'_line_tax','0'),(54684,6231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54685,6232,'_product_id','97'),(54686,6232,'_variation_id','0'),(54687,6232,'_qty','1'),(54688,6232,'_tax_class',''),(54689,6232,'_line_subtotal','0'),(54690,6232,'_line_subtotal_tax','0'),(54691,6232,'_line_total','0'),(54692,6232,'_line_tax','0'),(54693,6232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54694,6233,'_product_id','99'),(54695,6233,'_variation_id','0'),(54696,6233,'_qty','1'),(54697,6233,'_tax_class',''),(54698,6233,'_line_subtotal','0'),(54699,6233,'_line_subtotal_tax','0'),(54700,6233,'_line_total','0'),(54701,6233,'_line_tax','0'),(54702,6233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54703,6234,'_product_id','95'),(54704,6234,'_variation_id','0'),(54705,6234,'_qty','5'),(54706,6234,'_tax_class',''),(54707,6234,'_line_subtotal','0'),(54708,6234,'_line_subtotal_tax','0'),(54709,6234,'_line_total','0'),(54710,6234,'_line_tax','0'),(54711,6234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54712,6235,'_product_id','93'),(54713,6235,'_variation_id','0'),(54714,6235,'_qty','5'),(54715,6235,'_tax_class',''),(54716,6235,'_line_subtotal','0'),(54717,6235,'_line_subtotal_tax','0'),(54718,6235,'_line_total','0'),(54719,6235,'_line_tax','0'),(54720,6235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54721,6236,'method_id','free_shipping'),(54722,6236,'instance_id','2'),(54723,6236,'cost','0.00'),(54724,6236,'total_tax','0'),(54725,6236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54726,6236,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 50/50 &times; 5, Bulk Active Rinse 100% &times; 5'),(54737,6218,'thwma_order_shipping_status','wc-pending'),(54738,6219,'thwma_order_shipping_status','wc-pending'),(54739,6220,'thwma_order_shipping_status','wc-pending'),(54751,6210,'thwma_order_shipping_status','wc-pending'),(54752,6211,'thwma_order_shipping_status','wc-pending'),(54753,6212,'thwma_order_shipping_status','wc-pending'),(54754,6213,'thwma_order_shipping_status','wc-pending'),(54755,6214,'thwma_order_shipping_status','wc-pending'),(54756,6215,'thwma_order_shipping_status','wc-pending'),(54757,6216,'thwma_order_shipping_status','wc-pending'),(54762,6167,'thwma_order_shipping_status','wc-pending'),(54763,6168,'thwma_order_shipping_status','wc-pending'),(54764,6169,'thwma_order_shipping_status','wc-pending'),(54765,6170,'thwma_order_shipping_status','wc-pending'),(54766,6222,'thwma_order_shipping_status','wc-pending'),(54767,6223,'thwma_order_shipping_status','wc-pending'),(54768,6224,'thwma_order_shipping_status','wc-pending'),(54769,6225,'thwma_order_shipping_status','wc-pending'),(54770,6226,'thwma_order_shipping_status','wc-pending'),(54771,6227,'thwma_order_shipping_status','wc-pending'),(54772,6229,'thwma_order_shipping_status','wc-pending'),(54773,6230,'thwma_order_shipping_status','wc-pending'),(54774,6231,'thwma_order_shipping_status','wc-pending'),(54775,6232,'thwma_order_shipping_status','wc-pending'),(54776,6233,'thwma_order_shipping_status','wc-pending'),(54777,6234,'thwma_order_shipping_status','wc-pending'),(54778,6235,'thwma_order_shipping_status','wc-pending'),(54779,6237,'_product_id','41'),(54780,6237,'_variation_id','0'),(54781,6237,'_qty','9'),(54782,6237,'_tax_class',''),(54783,6237,'_line_subtotal','598.32'),(54784,6237,'_line_subtotal_tax','0'),(54785,6237,'_line_total','598.32'),(54786,6237,'_line_tax','0'),(54787,6237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54788,6238,'_product_id','38'),(54789,6238,'_variation_id','0'),(54790,6238,'_qty','1'),(54791,6238,'_tax_class',''),(54792,6238,'_line_subtotal','278.56'),(54793,6238,'_line_subtotal_tax','0'),(54794,6238,'_line_total','278.56'),(54795,6238,'_line_tax','0'),(54796,6238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54797,6239,'_product_id','43'),(54798,6239,'_variation_id','0'),(54799,6239,'_qty','2'),(54800,6239,'_tax_class',''),(54801,6239,'_line_subtotal','158.4'),(54802,6239,'_line_subtotal_tax','0'),(54803,6239,'_line_total','158.4'),(54804,6239,'_line_tax','0'),(54805,6239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54806,6240,'_product_id','49'),(54807,6240,'_variation_id','0'),(54808,6240,'_qty','2'),(54809,6240,'_tax_class',''),(54810,6240,'_line_subtotal','158.4'),(54811,6240,'_line_subtotal_tax','0'),(54812,6240,'_line_total','158.4'),(54813,6240,'_line_tax','0'),(54814,6240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54815,6241,'method_id','free_shipping'),(54816,6241,'instance_id','2'),(54817,6241,'cost','0.00'),(54818,6241,'total_tax','0'),(54819,6241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54820,6241,'Items','Professional Lice Comb(Case of 12) &times; 9, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(54821,6237,'thwma_order_shipping_status','wc-pending'),(54822,6238,'thwma_order_shipping_status','wc-pending'),(54823,6239,'thwma_order_shipping_status','wc-pending'),(54824,6240,'thwma_order_shipping_status','wc-pending'),(54825,6052,'thwma_order_shipping_status','wc-pending'),(54826,6053,'thwma_order_shipping_status','wc-pending'),(54827,6242,'_product_id','38'),(54828,6242,'_variation_id','0'),(54829,6242,'_qty','1'),(54830,6242,'_tax_class',''),(54831,6242,'_line_subtotal','278.56'),(54832,6242,'_line_subtotal_tax','0'),(54833,6242,'_line_total','278.56'),(54834,6242,'_line_tax','0'),(54835,6242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54836,6243,'_product_id','45'),(54837,6243,'_variation_id','0'),(54838,6243,'_qty','2'),(54839,6243,'_tax_class',''),(54840,6243,'_line_subtotal','84.48'),(54841,6243,'_line_subtotal_tax','0'),(54842,6243,'_line_total','84.48'),(54843,6243,'_line_tax','0'),(54844,6243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54845,6244,'_product_id','490'),(54846,6244,'_variation_id','0'),(54847,6244,'_qty','8'),(54848,6244,'_tax_class',''),(54849,6244,'_line_subtotal','182.24'),(54850,6244,'_line_subtotal_tax','0'),(54851,6244,'_line_total','182.24'),(54852,6244,'_line_tax','0'),(54853,6244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54854,6245,'_product_id','41'),(54855,6245,'_variation_id','0'),(54856,6245,'_qty','1'),(54857,6245,'_tax_class',''),(54858,6245,'_line_subtotal','66.48'),(54859,6245,'_line_subtotal_tax','0'),(54860,6245,'_line_total','66.48'),(54861,6245,'_line_tax','0'),(54862,6245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54863,6246,'method_id','free_shipping'),(54864,6246,'instance_id','2'),(54865,6246,'cost','0.00'),(54866,6246,'total_tax','0'),(54867,6246,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54868,6246,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 1'),(54869,6247,'_product_id','487'),(54870,6247,'_variation_id','0'),(54871,6247,'_qty','4'),(54872,6247,'_tax_class',''),(54873,6247,'_line_subtotal','125.4'),(54874,6247,'_line_subtotal_tax','0'),(54875,6247,'_line_total','125.4'),(54876,6247,'_line_tax','0'),(54877,6247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54878,6248,'method_id','fedex'),(54879,6248,'instance_id','1'),(54880,6248,'cost','57.87'),(54881,6248,'total_tax','0'),(54882,6248,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54883,6248,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(54884,6249,'_product_id','490'),(54885,6249,'_variation_id','0'),(54886,6249,'_qty','6'),(54887,6249,'_tax_class',''),(54888,6249,'_line_subtotal','136.68'),(54889,6249,'_line_subtotal_tax','0'),(54890,6249,'_line_total','136.68'),(54891,6249,'_line_tax','0'),(54892,6249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54893,6250,'_product_id','487'),(54894,6250,'_variation_id','0'),(54895,6250,'_qty','4'),(54896,6250,'_tax_class',''),(54897,6250,'_line_subtotal','125.4'),(54898,6250,'_line_subtotal_tax','0'),(54899,6250,'_line_total','125.4'),(54900,6250,'_line_tax','0'),(54901,6250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54902,6251,'method_id','fedex'),(54903,6251,'instance_id','1'),(54904,6251,'cost','30.05'),(54905,6251,'total_tax','0'),(54906,6251,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54907,6251,'Package 1','17 × 14 × 10 (in) 41lbs × 1'),(54908,6251,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(54924,6254,'_product_id','43'),(54925,6254,'_variation_id','0'),(54926,6254,'_qty','6'),(54927,6254,'_tax_class',''),(54928,6254,'_line_subtotal','475.2'),(54929,6254,'_line_subtotal_tax','0'),(54930,6254,'_line_total','475.2'),(54931,6254,'_line_tax','0'),(54932,6254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54933,6255,'_product_id','93'),(54934,6255,'_variation_id','0'),(54935,6255,'_qty','10'),(54936,6255,'_tax_class',''),(54937,6255,'_line_subtotal','0'),(54938,6255,'_line_subtotal_tax','0'),(54939,6255,'_line_total','0'),(54940,6255,'_line_tax','0'),(54941,6255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54942,6256,'method_id','fedex'),(54943,6256,'instance_id','1'),(54944,6256,'cost','29.92'),(54945,6256,'total_tax','0'),(54946,6256,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54947,6256,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(54948,6256,'Package 2','17 × 14 × 10 (in) 30.3lbs × 1'),(54949,6257,'_product_id','93'),(54950,6257,'_variation_id','0'),(54951,6257,'_qty','10'),(54952,6257,'_tax_class',''),(54953,6257,'_line_subtotal','0'),(54954,6257,'_line_subtotal_tax','0'),(54955,6257,'_line_total','0'),(54956,6257,'_line_tax','0'),(54957,6257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54958,6258,'method_id','fedex'),(54959,6258,'instance_id','1'),(54960,6258,'cost','10.07'),(54961,6258,'total_tax','0'),(54962,6258,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(54963,6258,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(54964,6259,'_product_id','38'),(54965,6259,'_variation_id','0'),(54966,6259,'_qty','1'),(54967,6259,'_tax_class',''),(54968,6259,'_line_subtotal','278.56'),(54969,6259,'_line_subtotal_tax','0'),(54970,6259,'_line_total','278.56'),(54971,6259,'_line_tax','0'),(54972,6259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54973,6260,'_product_id','45'),(54974,6260,'_variation_id','0'),(54975,6260,'_qty','1'),(54976,6260,'_tax_class',''),(54977,6260,'_line_subtotal','42.24'),(54978,6260,'_line_subtotal_tax','0'),(54979,6260,'_line_total','42.24'),(54980,6260,'_line_tax','0'),(54981,6260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54982,6261,'_product_id','51'),(54983,6261,'_variation_id','0'),(54984,6261,'_qty','1'),(54985,6261,'_tax_class',''),(54986,6261,'_line_subtotal','147.84'),(54987,6261,'_line_subtotal_tax','0'),(54988,6261,'_line_total','147.84'),(54989,6261,'_line_tax','0'),(54990,6261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(54991,6262,'_product_id','49'),(54992,6262,'_variation_id','0'),(54993,6262,'_qty','1'),(54994,6262,'_tax_class',''),(54995,6262,'_line_subtotal','79.2'),(54996,6262,'_line_subtotal_tax','0'),(54997,6262,'_line_total','79.2'),(54998,6262,'_line_tax','0'),(54999,6262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55000,6263,'_product_id','41'),(55001,6263,'_variation_id','0'),(55002,6263,'_qty','1'),(55003,6263,'_tax_class',''),(55004,6263,'_line_subtotal','66.48'),(55005,6263,'_line_subtotal_tax','0'),(55006,6263,'_line_total','66.48'),(55007,6263,'_line_tax','0'),(55008,6263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55009,6264,'_product_id','44'),(55010,6264,'_variation_id','0'),(55011,6264,'_qty','1'),(55012,6264,'_tax_class',''),(55013,6264,'_line_subtotal','116.16'),(55014,6264,'_line_subtotal_tax','0'),(55015,6264,'_line_total','116.16'),(55016,6264,'_line_tax','0'),(55017,6264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55018,6265,'_product_id','23'),(55019,6265,'_variation_id','0'),(55020,6265,'_qty','1'),(55021,6265,'_tax_class',''),(55022,6265,'_line_subtotal','111.84'),(55023,6265,'_line_subtotal_tax','0'),(55024,6265,'_line_total','111.84'),(55025,6265,'_line_tax','0'),(55026,6265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55027,6266,'_product_id','93'),(55028,6266,'_variation_id','0'),(55029,6266,'_qty','6'),(55030,6266,'_tax_class',''),(55031,6266,'_line_subtotal','0'),(55032,6266,'_line_subtotal_tax','0'),(55033,6266,'_line_total','0'),(55034,6266,'_line_tax','0'),(55035,6266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55036,6267,'_product_id','95'),(55037,6267,'_variation_id','0'),(55038,6267,'_qty','6'),(55039,6267,'_tax_class',''),(55040,6267,'_line_subtotal','0'),(55041,6267,'_line_subtotal_tax','0'),(55042,6267,'_line_total','0'),(55043,6267,'_line_tax','0'),(55044,6267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55045,6268,'_product_id','97'),(55046,6268,'_variation_id','0'),(55047,6268,'_qty','1'),(55048,6268,'_tax_class',''),(55049,6268,'_line_subtotal','0'),(55050,6268,'_line_subtotal_tax','0'),(55051,6268,'_line_total','0'),(55052,6268,'_line_tax','0'),(55053,6268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55054,6269,'_product_id','99'),(55055,6269,'_variation_id','0'),(55056,6269,'_qty','1'),(55057,6269,'_tax_class',''),(55058,6269,'_line_subtotal','0'),(55059,6269,'_line_subtotal_tax','0'),(55060,6269,'_line_total','0'),(55061,6269,'_line_tax','0'),(55062,6269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55063,6270,'method_id','free_shipping'),(55064,6270,'instance_id','2'),(55065,6270,'cost','0.00'),(55066,6270,'total_tax','0'),(55067,6270,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55068,6270,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 6, Bulk Active Rinse 50/50 &times; 6, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(55073,6249,'thwma_order_shipping_status','wc-pending'),(55074,6250,'thwma_order_shipping_status','wc-pending'),(55079,6242,'thwma_order_shipping_status','wc-pending'),(55080,6243,'thwma_order_shipping_status','wc-pending'),(55081,6244,'thwma_order_shipping_status','wc-pending'),(55082,6245,'thwma_order_shipping_status','wc-pending'),(55096,6271,'_product_id','23'),(55097,6271,'_variation_id','0'),(55098,6271,'_qty','1'),(55099,6271,'_tax_class',''),(55100,6271,'_line_subtotal','111.84'),(55101,6271,'_line_subtotal_tax','0'),(55102,6271,'_line_total','111.84'),(55103,6271,'_line_tax','0'),(55104,6271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55105,6272,'_product_id','38'),(55106,6272,'_variation_id','0'),(55107,6272,'_qty','1'),(55108,6272,'_tax_class',''),(55109,6272,'_line_subtotal','278.56'),(55110,6272,'_line_subtotal_tax','0'),(55111,6272,'_line_total','278.56'),(55112,6272,'_line_tax','0'),(55113,6272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55114,6273,'_product_id','41'),(55115,6273,'_variation_id','0'),(55116,6273,'_qty','2'),(55117,6273,'_tax_class',''),(55118,6273,'_line_subtotal','132.96'),(55119,6273,'_line_subtotal_tax','0'),(55120,6273,'_line_total','132.96'),(55121,6273,'_line_tax','0'),(55122,6273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55123,6274,'_product_id','43'),(55124,6274,'_variation_id','0'),(55125,6274,'_qty','1'),(55126,6274,'_tax_class',''),(55127,6274,'_line_subtotal','79.2'),(55128,6274,'_line_subtotal_tax','0'),(55129,6274,'_line_total','79.2'),(55130,6274,'_line_tax','0'),(55131,6274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55132,6275,'_product_id','490'),(55133,6275,'_variation_id','0'),(55134,6275,'_qty','10'),(55135,6275,'_tax_class',''),(55136,6275,'_line_subtotal','227.8'),(55137,6275,'_line_subtotal_tax','0'),(55138,6275,'_line_total','227.8'),(55139,6275,'_line_tax','0'),(55140,6275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55141,6276,'_product_id','487'),(55142,6276,'_variation_id','0'),(55143,6276,'_qty','1'),(55144,6276,'_tax_class',''),(55145,6276,'_line_subtotal','31.35'),(55146,6276,'_line_subtotal_tax','0'),(55147,6276,'_line_total','31.35'),(55148,6276,'_line_tax','0'),(55149,6276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55150,6277,'_product_id','45'),(55151,6277,'_variation_id','0'),(55152,6277,'_qty','2'),(55153,6277,'_tax_class',''),(55154,6277,'_line_subtotal','84.48'),(55155,6277,'_line_subtotal_tax','0'),(55156,6277,'_line_total','84.48'),(55157,6277,'_line_tax','0'),(55158,6277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55159,6278,'method_id','free_shipping'),(55160,6278,'instance_id','2'),(55161,6278,'cost','0.00'),(55162,6278,'total_tax','0'),(55163,6278,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55164,6278,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(55165,6279,'_product_id','120'),(55166,6279,'_variation_id','0'),(55167,6279,'_qty','1'),(55168,6279,'_tax_class',''),(55169,6279,'_line_subtotal','52.8'),(55170,6279,'_line_subtotal_tax','0'),(55171,6279,'_line_total','52.8'),(55172,6279,'_line_tax','0'),(55173,6279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55174,6280,'_product_id','49'),(55175,6280,'_variation_id','0'),(55176,6280,'_qty','2'),(55177,6280,'_tax_class',''),(55178,6280,'_line_subtotal','158.4'),(55179,6280,'_line_subtotal_tax','0'),(55180,6280,'_line_total','158.4'),(55181,6280,'_line_tax','0'),(55182,6280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55183,6281,'_product_id','487'),(55184,6281,'_variation_id','0'),(55185,6281,'_qty','1'),(55186,6281,'_tax_class',''),(55187,6281,'_line_subtotal','31.35'),(55188,6281,'_line_subtotal_tax','0'),(55189,6281,'_line_total','31.35'),(55190,6281,'_line_tax','0'),(55191,6281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55192,6282,'method_id','fedex'),(55193,6282,'instance_id','1'),(55194,6282,'cost','25.45'),(55195,6282,'total_tax','0'),(55196,6282,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55197,6282,'Package 1','17 × 14 × 10 (in) 28.45lbs × 1'),(55198,6279,'thwma_order_shipping_status','wc-pending'),(55199,6280,'thwma_order_shipping_status','wc-pending'),(55200,6281,'thwma_order_shipping_status','wc-pending'),(55201,6271,'thwma_order_shipping_status','wc-pending'),(55202,6272,'thwma_order_shipping_status','wc-pending'),(55203,6273,'thwma_order_shipping_status','wc-pending'),(55204,6274,'thwma_order_shipping_status','wc-pending'),(55205,6275,'thwma_order_shipping_status','wc-pending'),(55206,6276,'thwma_order_shipping_status','wc-pending'),(55207,6277,'thwma_order_shipping_status','wc-pending'),(55208,6259,'thwma_order_shipping_status','wc-pending'),(55209,6260,'thwma_order_shipping_status','wc-pending'),(55210,6261,'thwma_order_shipping_status','wc-pending'),(55211,6262,'thwma_order_shipping_status','wc-pending'),(55212,6263,'thwma_order_shipping_status','wc-pending'),(55213,6264,'thwma_order_shipping_status','wc-pending'),(55214,6265,'thwma_order_shipping_status','wc-pending'),(55215,6266,'thwma_order_shipping_status','wc-pending'),(55216,6267,'thwma_order_shipping_status','wc-pending'),(55217,6268,'thwma_order_shipping_status','wc-pending'),(55218,6269,'thwma_order_shipping_status','wc-pending'),(55219,6283,'_product_id','41'),(55220,6283,'_variation_id','0'),(55221,6283,'_qty','1'),(55222,6283,'_tax_class',''),(55223,6283,'_line_subtotal','66.48'),(55224,6283,'_line_subtotal_tax','0'),(55225,6283,'_line_total','66.48'),(55226,6283,'_line_tax','0'),(55227,6283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55228,6284,'_product_id','43'),(55229,6284,'_variation_id','0'),(55230,6284,'_qty','2'),(55231,6284,'_tax_class',''),(55232,6284,'_line_subtotal','158.4'),(55233,6284,'_line_subtotal_tax','0'),(55234,6284,'_line_total','158.4'),(55235,6284,'_line_tax','0'),(55236,6284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55237,6285,'_product_id','93'),(55238,6285,'_variation_id','0'),(55239,6285,'_qty','5'),(55240,6285,'_tax_class',''),(55241,6285,'_line_subtotal','0'),(55242,6285,'_line_subtotal_tax','0'),(55243,6285,'_line_total','0'),(55244,6285,'_line_tax','0'),(55245,6285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55246,6286,'method_id','fedex'),(55247,6286,'instance_id','1'),(55248,6286,'cost','17.07'),(55249,6286,'total_tax','0'),(55250,6286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55251,6286,'Package 1','17 × 14 × 10 (in) 29.75lbs × 1'),(55255,6287,'_product_id','23'),(55256,6287,'_variation_id','0'),(55257,6287,'_qty','2'),(55258,6287,'_tax_class',''),(55259,6287,'_line_subtotal','223.68'),(55260,6287,'_line_subtotal_tax','0'),(55261,6287,'_line_total','223.68'),(55262,6287,'_line_tax','0'),(55263,6287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55264,6288,'method_id','fedex'),(55265,6288,'instance_id','1'),(55266,6288,'cost','18.58'),(55267,6288,'total_tax','0'),(55268,6288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55269,6288,'Package 1','17 × 14 × 10 (in) 15.6lbs × 1'),(55270,6289,'_product_id','39'),(55271,6289,'_variation_id','0'),(55272,6289,'_qty','1'),(55273,6289,'_tax_class',''),(55274,6289,'_line_subtotal','79.2'),(55275,6289,'_line_subtotal_tax','0'),(55276,6289,'_line_total','79.2'),(55277,6289,'_line_tax','0'),(55278,6289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55279,6290,'_product_id','40'),(55280,6290,'_variation_id','0'),(55281,6290,'_qty','1'),(55282,6290,'_tax_class',''),(55283,6290,'_line_subtotal','79.2'),(55284,6290,'_line_subtotal_tax','0'),(55285,6290,'_line_total','79.2'),(55286,6290,'_line_tax','0'),(55287,6290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55288,6291,'_product_id','42'),(55289,6291,'_variation_id','0'),(55290,6291,'_qty','1'),(55291,6291,'_tax_class',''),(55292,6291,'_line_subtotal','79.2'),(55293,6291,'_line_subtotal_tax','0'),(55294,6291,'_line_total','79.2'),(55295,6291,'_line_tax','0'),(55296,6291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55297,6292,'_product_id','43'),(55298,6292,'_variation_id','0'),(55299,6292,'_qty','1'),(55300,6292,'_tax_class',''),(55301,6292,'_line_subtotal','79.2'),(55302,6292,'_line_subtotal_tax','0'),(55303,6292,'_line_total','79.2'),(55304,6292,'_line_tax','0'),(55305,6292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55306,6293,'_product_id','41'),(55307,6293,'_variation_id','0'),(55308,6293,'_qty','1'),(55309,6293,'_tax_class',''),(55310,6293,'_line_subtotal','66.48'),(55311,6293,'_line_subtotal_tax','0'),(55312,6293,'_line_total','66.48'),(55313,6293,'_line_tax','0'),(55314,6293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55315,6294,'_product_id','38'),(55316,6294,'_variation_id','0'),(55317,6294,'_qty','3'),(55318,6294,'_tax_class',''),(55319,6294,'_line_subtotal','835.68'),(55320,6294,'_line_subtotal_tax','0'),(55321,6294,'_line_total','835.68'),(55322,6294,'_line_tax','0'),(55323,6294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55324,6295,'method_id','free_shipping'),(55325,6295,'instance_id','2'),(55326,6295,'cost','0.00'),(55327,6295,'total_tax','0'),(55328,6295,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55329,6295,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 3'),(55330,6296,'_product_id','487'),(55331,6296,'_variation_id','0'),(55332,6296,'_qty','2'),(55333,6296,'_tax_class',''),(55334,6296,'_line_subtotal','62.7'),(55335,6296,'_line_subtotal_tax','0'),(55336,6296,'_line_total','62.7'),(55337,6296,'_line_tax','0'),(55338,6296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55339,6297,'_product_id','38'),(55340,6297,'_variation_id','0'),(55341,6297,'_qty','2'),(55342,6297,'_tax_class',''),(55343,6297,'_line_subtotal','557.12'),(55344,6297,'_line_subtotal_tax','0'),(55345,6297,'_line_total','557.12'),(55346,6297,'_line_tax','0'),(55347,6297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55348,6298,'_product_id','45'),(55349,6298,'_variation_id','0'),(55350,6298,'_qty','1'),(55351,6298,'_tax_class',''),(55352,6298,'_line_subtotal','42.24'),(55353,6298,'_line_subtotal_tax','0'),(55354,6298,'_line_total','42.24'),(55355,6298,'_line_tax','0'),(55356,6298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55357,6299,'_product_id','490'),(55358,6299,'_variation_id','0'),(55359,6299,'_qty','10'),(55360,6299,'_tax_class',''),(55361,6299,'_line_subtotal','227.8'),(55362,6299,'_line_subtotal_tax','0'),(55363,6299,'_line_total','227.8'),(55364,6299,'_line_tax','0'),(55365,6299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55366,6300,'_product_id','42'),(55367,6300,'_variation_id','0'),(55368,6300,'_qty','2'),(55369,6300,'_tax_class',''),(55370,6300,'_line_subtotal','158.4'),(55371,6300,'_line_subtotal_tax','0'),(55372,6300,'_line_total','158.4'),(55373,6300,'_line_tax','0'),(55374,6300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55375,6301,'_product_id','43'),(55376,6301,'_variation_id','0'),(55377,6301,'_qty','2'),(55378,6301,'_tax_class',''),(55379,6301,'_line_subtotal','158.4'),(55380,6301,'_line_subtotal_tax','0'),(55381,6301,'_line_total','158.4'),(55382,6301,'_line_tax','0'),(55383,6301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55384,6302,'_product_id','41'),(55385,6302,'_variation_id','0'),(55386,6302,'_qty','7'),(55387,6302,'_tax_class',''),(55388,6302,'_line_subtotal','465.36'),(55389,6302,'_line_subtotal_tax','0'),(55390,6302,'_line_total','465.36'),(55391,6302,'_line_tax','0'),(55392,6302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55393,6303,'method_id','free_shipping'),(55394,6303,'instance_id','2'),(55395,6303,'cost','0.00'),(55396,6303,'total_tax','0'),(55397,6303,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55398,6303,'Items','Bulk Mousse 1 Gallon RM &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 7'),(55399,6304,'_product_id','23'),(55400,6304,'_variation_id','0'),(55401,6304,'_qty','2'),(55402,6304,'_tax_class',''),(55403,6304,'_line_subtotal','223.68'),(55404,6304,'_line_subtotal_tax','0'),(55405,6304,'_line_total','223.68'),(55406,6304,'_line_tax','0'),(55407,6304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55408,6305,'_product_id','41'),(55409,6305,'_variation_id','0'),(55410,6305,'_qty','1'),(55411,6305,'_tax_class',''),(55412,6305,'_line_subtotal','66.48'),(55413,6305,'_line_subtotal_tax','0'),(55414,6305,'_line_total','66.48'),(55415,6305,'_line_tax','0'),(55416,6305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55417,6306,'_product_id','490'),(55418,6306,'_variation_id','0'),(55419,6306,'_qty','5'),(55420,6306,'_tax_class',''),(55421,6306,'_line_subtotal','113.9'),(55422,6306,'_line_subtotal_tax','0'),(55423,6306,'_line_total','113.9'),(55424,6306,'_line_tax','0'),(55425,6306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55426,6307,'_product_id','488'),(55427,6307,'_variation_id','0'),(55428,6307,'_qty','1'),(55429,6307,'_tax_class',''),(55430,6307,'_line_subtotal','31.35'),(55431,6307,'_line_subtotal_tax','0'),(55432,6307,'_line_total','31.35'),(55433,6307,'_line_tax','0'),(55434,6307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55435,6308,'_product_id','131'),(55436,6308,'_variation_id','0'),(55437,6308,'_qty','4'),(55438,6308,'_tax_class',''),(55439,6308,'_line_subtotal','50.6'),(55440,6308,'_line_subtotal_tax','0'),(55441,6308,'_line_total','50.6'),(55442,6308,'_line_tax','0'),(55443,6308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55444,6309,'_product_id','133'),(55445,6309,'_variation_id','0'),(55446,6309,'_qty','3'),(55447,6309,'_tax_class',''),(55448,6309,'_line_subtotal','42.9'),(55449,6309,'_line_subtotal_tax','0'),(55450,6309,'_line_total','42.9'),(55451,6309,'_line_tax','0'),(55452,6309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55453,6310,'method_id','free_shipping'),(55454,6310,'instance_id','2'),(55455,6310,'cost','0.00'),(55456,6310,'total_tax','0'),(55457,6310,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55458,6310,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 4, Disposable Head Bands &times; 3'),(55459,6283,'thwma_order_shipping_status','wc-pending'),(55460,6284,'thwma_order_shipping_status','wc-pending'),(55461,6285,'thwma_order_shipping_status','wc-pending'),(55513,6317,'_product_id','23'),(55514,6317,'_variation_id','0'),(55515,6317,'_qty','1'),(55516,6317,'_tax_class',''),(55517,6317,'_line_subtotal','111.84'),(55518,6317,'_line_subtotal_tax','0'),(55519,6317,'_line_total','111.84'),(55520,6317,'_line_tax','0'),(55521,6317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55522,6318,'_product_id','43'),(55523,6318,'_variation_id','0'),(55524,6318,'_qty','1'),(55525,6318,'_tax_class',''),(55526,6318,'_line_subtotal','79.2'),(55527,6318,'_line_subtotal_tax','0'),(55528,6318,'_line_total','79.2'),(55529,6318,'_line_tax','0'),(55530,6318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55531,6319,'_product_id','490'),(55532,6319,'_variation_id','0'),(55533,6319,'_qty','10'),(55534,6319,'_tax_class',''),(55535,6319,'_line_subtotal','227.8'),(55536,6319,'_line_subtotal_tax','0'),(55537,6319,'_line_total','227.8'),(55538,6319,'_line_tax','0'),(55539,6319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55540,6320,'_product_id','487'),(55541,6320,'_variation_id','0'),(55542,6320,'_qty','1'),(55543,6320,'_tax_class',''),(55544,6320,'_line_subtotal','31.35'),(55545,6320,'_line_subtotal_tax','0'),(55546,6320,'_line_total','31.35'),(55547,6320,'_line_tax','0'),(55548,6320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55549,6321,'_product_id','118'),(55550,6321,'_variation_id','0'),(55551,6321,'_qty','1'),(55552,6321,'_tax_class',''),(55553,6321,'_line_subtotal','184.8'),(55554,6321,'_line_subtotal_tax','0'),(55555,6321,'_line_total','184.8'),(55556,6321,'_line_tax','0'),(55557,6321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55558,6322,'method_id','free_shipping'),(55559,6322,'instance_id','2'),(55560,6322,'cost','0.00'),(55561,6322,'total_tax','0'),(55562,6322,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55563,6322,'Items','Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(55564,6323,'_product_id','42'),(55565,6323,'_variation_id','0'),(55566,6323,'_qty','1'),(55567,6323,'_tax_class',''),(55568,6323,'_line_subtotal','79.2'),(55569,6323,'_line_subtotal_tax','0'),(55570,6323,'_line_total','79.2'),(55571,6323,'_line_tax','0'),(55572,6323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55573,6324,'_product_id','487'),(55574,6324,'_variation_id','0'),(55575,6324,'_qty','2'),(55576,6324,'_tax_class',''),(55577,6324,'_line_subtotal','62.7'),(55578,6324,'_line_subtotal_tax','0'),(55579,6324,'_line_total','62.7'),(55580,6324,'_line_tax','0'),(55581,6324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55582,6325,'_product_id','137'),(55583,6325,'_variation_id','0'),(55584,6325,'_qty','10'),(55585,6325,'_tax_class',''),(55586,6325,'_line_subtotal','60.5'),(55587,6325,'_line_subtotal_tax','0'),(55588,6325,'_line_total','60.5'),(55589,6325,'_line_tax','0'),(55590,6325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55591,6326,'_product_id','40'),(55592,6326,'_variation_id','0'),(55593,6326,'_qty','1'),(55594,6326,'_tax_class',''),(55595,6326,'_line_subtotal','79.2'),(55596,6326,'_line_subtotal_tax','0'),(55597,6326,'_line_total','79.2'),(55598,6326,'_line_tax','0'),(55599,6326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55600,6327,'_product_id','490'),(55601,6327,'_variation_id','0'),(55602,6327,'_qty','4'),(55603,6327,'_tax_class',''),(55604,6327,'_line_subtotal','91.12'),(55605,6327,'_line_subtotal_tax','0'),(55606,6327,'_line_total','91.12'),(55607,6327,'_line_tax','0'),(55608,6327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55609,6328,'method_id','fedex'),(55610,6328,'instance_id','1'),(55611,6328,'cost','29.57'),(55612,6328,'total_tax','0'),(55613,6328,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55614,6328,'Package 1','17 × 14 × 10 (in) 38.9lbs × 1'),(55615,6328,'Package 2','14.75 × 11.75 × 1.5 (in) 1.31lbs × 1'),(55616,6329,'_product_id','23'),(55617,6329,'_variation_id','0'),(55618,6329,'_qty','2'),(55619,6329,'_tax_class',''),(55620,6329,'_line_subtotal','223.68'),(55621,6329,'_line_subtotal_tax','0'),(55622,6329,'_line_total','223.68'),(55623,6329,'_line_tax','0'),(55624,6329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55625,6330,'_product_id','38'),(55626,6330,'_variation_id','0'),(55627,6330,'_qty','1'),(55628,6330,'_tax_class',''),(55629,6330,'_line_subtotal','278.56'),(55630,6330,'_line_subtotal_tax','0'),(55631,6330,'_line_total','278.56'),(55632,6330,'_line_tax','0'),(55633,6330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55634,6331,'_product_id','41'),(55635,6331,'_variation_id','0'),(55636,6331,'_qty','3'),(55637,6331,'_tax_class',''),(55638,6331,'_line_subtotal','199.44'),(55639,6331,'_line_subtotal_tax','0'),(55640,6331,'_line_total','199.44'),(55641,6331,'_line_tax','0'),(55642,6331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55643,6332,'_product_id','116'),(55644,6332,'_variation_id','0'),(55645,6332,'_qty','1'),(55646,6332,'_tax_class',''),(55647,6332,'_line_subtotal','145.44'),(55648,6332,'_line_subtotal_tax','0'),(55649,6332,'_line_total','145.44'),(55650,6332,'_line_tax','0'),(55651,6332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55652,6333,'_product_id','490'),(55653,6333,'_variation_id','0'),(55654,6333,'_qty','3'),(55655,6333,'_tax_class',''),(55656,6333,'_line_subtotal','68.34'),(55657,6333,'_line_subtotal_tax','0'),(55658,6333,'_line_total','68.34'),(55659,6333,'_line_tax','0'),(55660,6333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55661,6334,'method_id','free_shipping'),(55662,6334,'instance_id','2'),(55663,6334,'cost','0.00'),(55664,6334,'total_tax','0'),(55665,6334,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55666,6334,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Bulk Active Rinse 100% RM &times; 3'),(55667,6335,'_product_id','49'),(55668,6335,'_variation_id','0'),(55669,6335,'_qty','7'),(55670,6335,'_tax_class',''),(55671,6335,'_line_subtotal','554.4'),(55672,6335,'_line_subtotal_tax','0'),(55673,6335,'_line_total','554.4'),(55674,6335,'_line_tax','0'),(55675,6335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55676,6336,'method_id','free_shipping'),(55677,6336,'instance_id','2'),(55678,6336,'cost','0.00'),(55679,6336,'total_tax','0'),(55680,6336,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55681,6336,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 7'),(55682,6337,'_product_id','23'),(55683,6337,'_variation_id','0'),(55684,6337,'_qty','5'),(55685,6337,'_tax_class',''),(55686,6337,'_line_subtotal','559.2'),(55687,6337,'_line_subtotal_tax','0'),(55688,6337,'_line_total','559.2'),(55689,6337,'_line_tax','0'),(55690,6337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55691,6338,'method_id','free_shipping'),(55692,6338,'instance_id','2'),(55693,6338,'cost','0.00'),(55694,6338,'total_tax','0'),(55695,6338,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55696,6338,'Items','Active Rinse 8oz(Case of 12) &times; 5'),(55697,6339,'_product_id','23'),(55698,6339,'_variation_id','0'),(55699,6339,'_qty','4'),(55700,6339,'_tax_class',''),(55701,6339,'_line_subtotal','447.36'),(55702,6339,'_line_subtotal_tax','0'),(55703,6339,'_line_total','447.36'),(55704,6339,'_line_tax','0'),(55705,6339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55706,6340,'_product_id','38'),(55707,6340,'_variation_id','0'),(55708,6340,'_qty','3'),(55709,6340,'_tax_class',''),(55710,6340,'_line_subtotal','835.68'),(55711,6340,'_line_subtotal_tax','0'),(55712,6340,'_line_total','835.68'),(55713,6340,'_line_tax','0'),(55714,6340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55715,6341,'_product_id','45'),(55716,6341,'_variation_id','0'),(55717,6341,'_qty','4'),(55718,6341,'_tax_class',''),(55719,6341,'_line_subtotal','168.96'),(55720,6341,'_line_subtotal_tax','0'),(55721,6341,'_line_total','168.96'),(55722,6341,'_line_tax','0'),(55723,6341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55724,6342,'_product_id','41'),(55725,6342,'_variation_id','0'),(55726,6342,'_qty','4'),(55727,6342,'_tax_class',''),(55728,6342,'_line_subtotal','265.92'),(55729,6342,'_line_subtotal_tax','0'),(55730,6342,'_line_total','265.92'),(55731,6342,'_line_tax','0'),(55732,6342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55733,6343,'_product_id','116'),(55734,6343,'_variation_id','0'),(55735,6343,'_qty','1'),(55736,6343,'_tax_class',''),(55737,6343,'_line_subtotal','145.44'),(55738,6343,'_line_subtotal_tax','0'),(55739,6343,'_line_total','145.44'),(55740,6343,'_line_tax','0'),(55741,6343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55742,6344,'_product_id','40'),(55743,6344,'_variation_id','0'),(55744,6344,'_qty','1'),(55745,6344,'_tax_class',''),(55746,6344,'_line_subtotal','79.2'),(55747,6344,'_line_subtotal_tax','0'),(55748,6344,'_line_total','79.2'),(55749,6344,'_line_tax','0'),(55750,6344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55751,6345,'_product_id','43'),(55752,6345,'_variation_id','0'),(55753,6345,'_qty','1'),(55754,6345,'_tax_class',''),(55755,6345,'_line_subtotal','79.2'),(55756,6345,'_line_subtotal_tax','0'),(55757,6345,'_line_total','79.2'),(55758,6345,'_line_tax','0'),(55759,6345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55760,6346,'_product_id','49'),(55761,6346,'_variation_id','0'),(55762,6346,'_qty','2'),(55763,6346,'_tax_class',''),(55764,6346,'_line_subtotal','158.4'),(55765,6346,'_line_subtotal_tax','0'),(55766,6346,'_line_total','158.4'),(55767,6346,'_line_tax','0'),(55768,6346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55769,6347,'_product_id','44'),(55770,6347,'_variation_id','0'),(55771,6347,'_qty','2'),(55772,6347,'_tax_class',''),(55773,6347,'_line_subtotal','232.32'),(55774,6347,'_line_subtotal_tax','0'),(55775,6347,'_line_total','232.32'),(55776,6347,'_line_tax','0'),(55777,6347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55778,6348,'_product_id','133'),(55779,6348,'_variation_id','0'),(55780,6348,'_qty','4'),(55781,6348,'_tax_class',''),(55782,6348,'_line_subtotal','57.2'),(55783,6348,'_line_subtotal_tax','0'),(55784,6348,'_line_total','57.2'),(55785,6348,'_line_tax','0'),(55786,6348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55787,6349,'method_id','free_shipping'),(55788,6349,'instance_id','2'),(55789,6349,'cost','0.00'),(55790,6349,'total_tax','0'),(55791,6349,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55792,6349,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Disposable Head Bands &times; 4'),(55793,6323,'thwma_order_shipping_status','wc-pending'),(55794,6324,'thwma_order_shipping_status','wc-pending'),(55795,6325,'thwma_order_shipping_status','wc-pending'),(55796,6326,'thwma_order_shipping_status','wc-pending'),(55797,6327,'thwma_order_shipping_status','wc-pending'),(55798,6317,'thwma_order_shipping_status','wc-pending'),(55799,6318,'thwma_order_shipping_status','wc-pending'),(55800,6319,'thwma_order_shipping_status','wc-pending'),(55801,6320,'thwma_order_shipping_status','wc-pending'),(55802,6321,'thwma_order_shipping_status','wc-pending'),(55803,6350,'_product_id','43'),(55804,6350,'_variation_id','0'),(55805,6350,'_qty','4'),(55806,6350,'_tax_class',''),(55807,6350,'_line_subtotal','316.8'),(55808,6350,'_line_subtotal_tax','0'),(55809,6350,'_line_total','316.8'),(55810,6350,'_line_tax','0'),(55811,6350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55812,6351,'_product_id','49'),(55813,6351,'_variation_id','0'),(55814,6351,'_qty','3'),(55815,6351,'_tax_class',''),(55816,6351,'_line_subtotal','237.6'),(55817,6351,'_line_subtotal_tax','0'),(55818,6351,'_line_total','237.6'),(55819,6351,'_line_tax','0'),(55820,6351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55821,6352,'_product_id','41'),(55822,6352,'_variation_id','0'),(55823,6352,'_qty','2'),(55824,6352,'_tax_class',''),(55825,6352,'_line_subtotal','132.96'),(55826,6352,'_line_subtotal_tax','0'),(55827,6352,'_line_total','132.96'),(55828,6352,'_line_tax','0'),(55829,6352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55830,6353,'_product_id','23'),(55831,6353,'_variation_id','0'),(55832,6353,'_qty','4'),(55833,6353,'_tax_class',''),(55834,6353,'_line_subtotal','447.36'),(55835,6353,'_line_subtotal_tax','0'),(55836,6353,'_line_total','447.36'),(55837,6353,'_line_tax','0'),(55838,6353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55839,6354,'_product_id','45'),(55840,6354,'_variation_id','0'),(55841,6354,'_qty','2'),(55842,6354,'_tax_class',''),(55843,6354,'_line_subtotal','84.48'),(55844,6354,'_line_subtotal_tax','0'),(55845,6354,'_line_total','84.48'),(55846,6354,'_line_tax','0'),(55847,6354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55848,6355,'_product_id','41'),(55849,6355,'_variation_id','0'),(55850,6355,'_qty','2'),(55851,6355,'_tax_class',''),(55852,6355,'_line_subtotal','132.96'),(55853,6355,'_line_subtotal_tax','0'),(55854,6355,'_line_total','132.96'),(55855,6355,'_line_tax','0'),(55856,6355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55857,6356,'_product_id','118'),(55858,6356,'_variation_id','0'),(55859,6356,'_qty','1'),(55860,6356,'_tax_class',''),(55861,6356,'_line_subtotal','184.8'),(55862,6356,'_line_subtotal_tax','0'),(55863,6356,'_line_total','184.8'),(55864,6356,'_line_tax','0'),(55865,6356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55866,6357,'_product_id','44'),(55867,6357,'_variation_id','0'),(55868,6357,'_qty','1'),(55869,6357,'_tax_class',''),(55870,6357,'_line_subtotal','116.16'),(55871,6357,'_line_subtotal_tax','0'),(55872,6357,'_line_total','116.16'),(55873,6357,'_line_tax','0'),(55874,6357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55875,6358,'method_id','free_shipping'),(55876,6358,'instance_id','2'),(55877,6358,'cost','0.00'),(55878,6358,'total_tax','0'),(55879,6358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55880,6358,'Items','Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(55881,6359,'_product_id','23'),(55882,6359,'_variation_id','0'),(55883,6359,'_qty','2'),(55884,6359,'_tax_class',''),(55885,6359,'_line_subtotal','223.68'),(55886,6359,'_line_subtotal_tax','0'),(55887,6359,'_line_total','223.68'),(55888,6359,'_line_tax','0'),(55889,6359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55890,6360,'_product_id','38'),(55891,6360,'_variation_id','0'),(55892,6360,'_qty','2'),(55893,6360,'_tax_class',''),(55894,6360,'_line_subtotal','557.12'),(55895,6360,'_line_subtotal_tax','0'),(55896,6360,'_line_total','557.12'),(55897,6360,'_line_tax','0'),(55898,6360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55899,6361,'_product_id','41'),(55900,6361,'_variation_id','0'),(55901,6361,'_qty','4'),(55902,6361,'_tax_class',''),(55903,6361,'_line_subtotal','265.92'),(55904,6361,'_line_subtotal_tax','0'),(55905,6361,'_line_total','265.92'),(55906,6361,'_line_tax','0'),(55907,6361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55908,6362,'_product_id','120'),(55909,6362,'_variation_id','0'),(55910,6362,'_qty','2'),(55911,6362,'_tax_class',''),(55912,6362,'_line_subtotal','105.6'),(55913,6362,'_line_subtotal_tax','0'),(55914,6362,'_line_total','105.6'),(55915,6362,'_line_tax','0'),(55916,6362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55917,6363,'_product_id','43'),(55918,6363,'_variation_id','0'),(55919,6363,'_qty','1'),(55920,6363,'_tax_class',''),(55921,6363,'_line_subtotal','79.2'),(55922,6363,'_line_subtotal_tax','0'),(55923,6363,'_line_total','79.2'),(55924,6363,'_line_tax','0'),(55925,6363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55926,6364,'_product_id','49'),(55927,6364,'_variation_id','0'),(55928,6364,'_qty','2'),(55929,6364,'_tax_class',''),(55930,6364,'_line_subtotal','158.4'),(55931,6364,'_line_subtotal_tax','0'),(55932,6364,'_line_total','158.4'),(55933,6364,'_line_tax','0'),(55934,6364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55935,6365,'_product_id','490'),(55936,6365,'_variation_id','0'),(55937,6365,'_qty','10'),(55938,6365,'_tax_class',''),(55939,6365,'_line_subtotal','227.8'),(55940,6365,'_line_subtotal_tax','0'),(55941,6365,'_line_total','227.8'),(55942,6365,'_line_tax','0'),(55943,6365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55944,6366,'_product_id','487'),(55945,6366,'_variation_id','0'),(55946,6366,'_qty','2'),(55947,6366,'_tax_class',''),(55948,6366,'_line_subtotal','62.7'),(55949,6366,'_line_subtotal_tax','0'),(55950,6366,'_line_total','62.7'),(55951,6366,'_line_tax','0'),(55952,6366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(55953,6367,'method_id','free_shipping'),(55954,6367,'instance_id','2'),(55955,6367,'cost','0.00'),(55956,6367,'total_tax','0'),(55957,6367,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(55958,6367,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(55959,6350,'thwma_order_shipping_status','wc-pending'),(55960,6351,'thwma_order_shipping_status','wc-pending'),(55961,6352,'thwma_order_shipping_status','wc-pending'),(55962,6353,'thwma_order_shipping_status','wc-pending'),(55963,6354,'thwma_order_shipping_status','wc-pending'),(55964,6355,'thwma_order_shipping_status','wc-pending'),(55965,6356,'thwma_order_shipping_status','wc-pending'),(55966,6357,'thwma_order_shipping_status','wc-pending'),(55967,6339,'thwma_order_shipping_status','wc-pending'),(55968,6340,'thwma_order_shipping_status','wc-pending'),(55969,6341,'thwma_order_shipping_status','wc-pending'),(55970,6342,'thwma_order_shipping_status','wc-pending'),(55971,6343,'thwma_order_shipping_status','wc-pending'),(55972,6344,'thwma_order_shipping_status','wc-pending'),(55973,6345,'thwma_order_shipping_status','wc-pending'),(55974,6346,'thwma_order_shipping_status','wc-pending'),(55975,6347,'thwma_order_shipping_status','wc-pending'),(55976,6348,'thwma_order_shipping_status','wc-pending'),(55977,6329,'thwma_order_shipping_status','wc-pending'),(55978,6330,'thwma_order_shipping_status','wc-pending'),(55979,6331,'thwma_order_shipping_status','wc-pending'),(55980,6332,'thwma_order_shipping_status','wc-pending'),(55981,6333,'thwma_order_shipping_status','wc-pending'),(55982,6254,'thwma_order_shipping_status','wc-pending'),(55983,6255,'thwma_order_shipping_status','wc-pending'),(55984,6289,'thwma_order_shipping_status','wc-pending'),(55985,6290,'thwma_order_shipping_status','wc-pending'),(55986,6291,'thwma_order_shipping_status','wc-pending'),(55987,6292,'thwma_order_shipping_status','wc-pending'),(55988,6293,'thwma_order_shipping_status','wc-pending'),(55989,6294,'thwma_order_shipping_status','wc-pending'),(55990,6296,'thwma_order_shipping_status','wc-pending'),(55991,6297,'thwma_order_shipping_status','wc-pending'),(55992,6298,'thwma_order_shipping_status','wc-pending'),(55993,6299,'thwma_order_shipping_status','wc-pending'),(55994,6300,'thwma_order_shipping_status','wc-pending'),(55995,6301,'thwma_order_shipping_status','wc-pending'),(55996,6302,'thwma_order_shipping_status','wc-pending'),(55997,6304,'thwma_order_shipping_status','wc-pending'),(55998,6305,'thwma_order_shipping_status','wc-pending'),(55999,6306,'thwma_order_shipping_status','wc-pending'),(56000,6307,'thwma_order_shipping_status','wc-pending'),(56001,6308,'thwma_order_shipping_status','wc-pending'),(56002,6309,'thwma_order_shipping_status','wc-pending'),(56003,6359,'thwma_order_shipping_status','wc-pending'),(56004,6360,'thwma_order_shipping_status','wc-pending'),(56005,6361,'thwma_order_shipping_status','wc-pending'),(56006,6362,'thwma_order_shipping_status','wc-pending'),(56007,6363,'thwma_order_shipping_status','wc-pending'),(56008,6364,'thwma_order_shipping_status','wc-pending'),(56009,6365,'thwma_order_shipping_status','wc-pending'),(56010,6366,'thwma_order_shipping_status','wc-pending'),(56011,6368,'_product_id','39'),(56012,6368,'_variation_id','0'),(56013,6368,'_qty','2'),(56014,6368,'_tax_class',''),(56015,6368,'_line_subtotal','158.4'),(56016,6368,'_line_subtotal_tax','0'),(56017,6368,'_line_total','158.4'),(56018,6368,'_line_tax','0'),(56019,6368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56020,6369,'_product_id','23'),(56021,6369,'_variation_id','0'),(56022,6369,'_qty','3'),(56023,6369,'_tax_class',''),(56024,6369,'_line_subtotal','335.52'),(56025,6369,'_line_subtotal_tax','0'),(56026,6369,'_line_total','335.52'),(56027,6369,'_line_tax','0'),(56028,6369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56029,6370,'_product_id','40'),(56030,6370,'_variation_id','0'),(56031,6370,'_qty','1'),(56032,6370,'_tax_class',''),(56033,6370,'_line_subtotal','79.2'),(56034,6370,'_line_subtotal_tax','0'),(56035,6370,'_line_total','79.2'),(56036,6370,'_line_tax','0'),(56037,6370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56038,6371,'method_id','free_shipping'),(56039,6371,'instance_id','2'),(56040,6371,'cost','0.00'),(56041,6371,'total_tax','0'),(56042,6371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56043,6371,'Items','Preventive Shampoo(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 1'),(56044,6368,'thwma_order_shipping_status','wc-pending'),(56045,6369,'thwma_order_shipping_status','wc-pending'),(56046,6370,'thwma_order_shipping_status','wc-pending'),(56047,6372,'_product_id','23'),(56048,6372,'_variation_id','0'),(56049,6372,'_qty','2'),(56050,6372,'_tax_class',''),(56051,6372,'_line_subtotal','223.68'),(56052,6372,'_line_subtotal_tax','0'),(56053,6372,'_line_total','223.68'),(56054,6372,'_line_tax','0'),(56055,6372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56056,6373,'_product_id','116'),(56057,6373,'_variation_id','0'),(56058,6373,'_qty','1'),(56059,6373,'_tax_class',''),(56060,6373,'_line_subtotal','145.44'),(56061,6373,'_line_subtotal_tax','0'),(56062,6373,'_line_total','145.44'),(56063,6373,'_line_tax','0'),(56064,6373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56065,6374,'_product_id','41'),(56066,6374,'_variation_id','0'),(56067,6374,'_qty','4'),(56068,6374,'_tax_class',''),(56069,6374,'_line_subtotal','265.92'),(56070,6374,'_line_subtotal_tax','0'),(56071,6374,'_line_total','265.92'),(56072,6374,'_line_tax','0'),(56073,6374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56074,6375,'method_id','free_shipping'),(56075,6375,'instance_id','2'),(56076,6375,'cost','0.00'),(56077,6375,'total_tax','0'),(56078,6375,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56079,6375,'Items','Active Rinse 8oz(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(56080,6376,'_product_id','93'),(56081,6376,'_variation_id','0'),(56082,6376,'_qty','5'),(56083,6376,'_tax_class',''),(56084,6376,'_line_subtotal','0'),(56085,6376,'_line_subtotal_tax','0'),(56086,6376,'_line_total','0'),(56087,6376,'_line_tax','0'),(56088,6376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56089,6377,'method_id','fedex'),(56090,6377,'instance_id','1'),(56091,6377,'cost','9.57'),(56092,6377,'total_tax','0'),(56093,6377,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56094,6377,'Package 1','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(56095,6378,'_product_id','23'),(56096,6378,'_variation_id','0'),(56097,6378,'_qty','4'),(56098,6378,'_tax_class',''),(56099,6378,'_line_subtotal','447.36'),(56100,6378,'_line_subtotal_tax','0'),(56101,6378,'_line_total','447.36'),(56102,6378,'_line_tax','0'),(56103,6378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56104,6379,'_product_id','45'),(56105,6379,'_variation_id','0'),(56106,6379,'_qty','3'),(56107,6379,'_tax_class',''),(56108,6379,'_line_subtotal','126.72'),(56109,6379,'_line_subtotal_tax','0'),(56110,6379,'_line_total','126.72'),(56111,6379,'_line_tax','0'),(56112,6379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56113,6380,'_product_id','41'),(56114,6380,'_variation_id','0'),(56115,6380,'_qty','4'),(56116,6380,'_tax_class',''),(56117,6380,'_line_subtotal','265.92'),(56118,6380,'_line_subtotal_tax','0'),(56119,6380,'_line_total','265.92'),(56120,6380,'_line_tax','0'),(56121,6380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56122,6381,'_product_id','93'),(56123,6381,'_variation_id','0'),(56124,6381,'_qty','10'),(56125,6381,'_tax_class',''),(56126,6381,'_line_subtotal','0'),(56127,6381,'_line_subtotal_tax','0'),(56128,6381,'_line_total','0'),(56129,6381,'_line_tax','0'),(56130,6381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56131,6382,'_product_id','120'),(56132,6382,'_variation_id','0'),(56133,6382,'_qty','2'),(56134,6382,'_tax_class',''),(56135,6382,'_line_subtotal','105.6'),(56136,6382,'_line_subtotal_tax','0'),(56137,6382,'_line_total','105.6'),(56138,6382,'_line_tax','0'),(56139,6382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56140,6383,'_product_id','43'),(56141,6383,'_variation_id','0'),(56142,6383,'_qty','2'),(56143,6383,'_tax_class',''),(56144,6383,'_line_subtotal','158.4'),(56145,6383,'_line_subtotal_tax','0'),(56146,6383,'_line_total','158.4'),(56147,6383,'_line_tax','0'),(56148,6383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56149,6384,'_product_id','49'),(56150,6384,'_variation_id','0'),(56151,6384,'_qty','2'),(56152,6384,'_tax_class',''),(56153,6384,'_line_subtotal','158.4'),(56154,6384,'_line_subtotal_tax','0'),(56155,6384,'_line_total','158.4'),(56156,6384,'_line_tax','0'),(56157,6384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56158,6385,'method_id','free_shipping'),(56159,6385,'instance_id','2'),(56160,6385,'cost','0.00'),(56161,6385,'total_tax','0'),(56162,6385,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56163,6385,'Items','Active Rinse 8oz(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% &times; 10, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(56164,6386,'_product_id','23'),(56165,6386,'_variation_id','0'),(56166,6386,'_qty','4'),(56167,6386,'_tax_class',''),(56168,6386,'_line_subtotal','447.36'),(56169,6386,'_line_subtotal_tax','0'),(56170,6386,'_line_total','447.36'),(56171,6386,'_line_tax','0'),(56172,6386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56173,6387,'_product_id','42'),(56174,6387,'_variation_id','0'),(56175,6387,'_qty','1'),(56176,6387,'_tax_class',''),(56177,6387,'_line_subtotal','79.2'),(56178,6387,'_line_subtotal_tax','0'),(56179,6387,'_line_total','79.2'),(56180,6387,'_line_tax','0'),(56181,6387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56182,6388,'_product_id','45'),(56183,6388,'_variation_id','0'),(56184,6388,'_qty','1'),(56185,6388,'_tax_class',''),(56186,6388,'_line_subtotal','42.24'),(56187,6388,'_line_subtotal_tax','0'),(56188,6388,'_line_total','42.24'),(56189,6388,'_line_tax','0'),(56190,6388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56191,6389,'_product_id','41'),(56192,6389,'_variation_id','0'),(56193,6389,'_qty','2'),(56194,6389,'_tax_class',''),(56195,6389,'_line_subtotal','132.96'),(56196,6389,'_line_subtotal_tax','0'),(56197,6389,'_line_total','132.96'),(56198,6389,'_line_tax','0'),(56199,6389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56200,6390,'_product_id','43'),(56201,6390,'_variation_id','0'),(56202,6390,'_qty','1'),(56203,6390,'_tax_class',''),(56204,6390,'_line_subtotal','79.2'),(56205,6390,'_line_subtotal_tax','0'),(56206,6390,'_line_total','79.2'),(56207,6390,'_line_tax','0'),(56208,6390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56209,6391,'_product_id','49'),(56210,6391,'_variation_id','0'),(56211,6391,'_qty','1'),(56212,6391,'_tax_class',''),(56213,6391,'_line_subtotal','79.2'),(56214,6391,'_line_subtotal_tax','0'),(56215,6391,'_line_total','79.2'),(56216,6391,'_line_tax','0'),(56217,6391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56218,6392,'_product_id','93'),(56219,6392,'_variation_id','0'),(56220,6392,'_qty','10'),(56221,6392,'_tax_class',''),(56222,6392,'_line_subtotal','0'),(56223,6392,'_line_subtotal_tax','0'),(56224,6392,'_line_total','0'),(56225,6392,'_line_tax','0'),(56226,6392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56227,6393,'method_id','free_shipping'),(56228,6393,'instance_id','2'),(56229,6393,'cost','0.00'),(56230,6393,'total_tax','0'),(56231,6393,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56232,6393,'Items','Active Rinse 8oz(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(56233,6394,'_product_id','23'),(56234,6394,'_variation_id','0'),(56235,6394,'_qty','4'),(56236,6394,'_tax_class',''),(56237,6394,'_line_subtotal','447.36'),(56238,6394,'_line_subtotal_tax','0'),(56239,6394,'_line_total','447.36'),(56240,6394,'_line_tax','0'),(56241,6394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56242,6395,'_product_id','41'),(56243,6395,'_variation_id','0'),(56244,6395,'_qty','2'),(56245,6395,'_tax_class',''),(56246,6395,'_line_subtotal','132.96'),(56247,6395,'_line_subtotal_tax','0'),(56248,6395,'_line_total','132.96'),(56249,6395,'_line_tax','0'),(56250,6395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56251,6396,'_product_id','490'),(56252,6396,'_variation_id','0'),(56253,6396,'_qty','10'),(56254,6396,'_tax_class',''),(56255,6396,'_line_subtotal','227.8'),(56256,6396,'_line_subtotal_tax','0'),(56257,6396,'_line_total','227.8'),(56258,6396,'_line_tax','0'),(56259,6396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56260,6397,'_product_id','488'),(56261,6397,'_variation_id','0'),(56262,6397,'_qty','2'),(56263,6397,'_tax_class',''),(56264,6397,'_line_subtotal','62.7'),(56265,6397,'_line_subtotal_tax','0'),(56266,6397,'_line_total','62.7'),(56267,6397,'_line_tax','0'),(56268,6397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56269,6398,'_product_id','131'),(56270,6398,'_variation_id','0'),(56271,6398,'_qty','4'),(56272,6398,'_tax_class',''),(56273,6398,'_line_subtotal','50.6'),(56274,6398,'_line_subtotal_tax','0'),(56275,6398,'_line_total','50.6'),(56276,6398,'_line_tax','0'),(56277,6398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56278,6399,'_product_id','133'),(56279,6399,'_variation_id','0'),(56280,6399,'_qty','3'),(56281,6399,'_tax_class',''),(56282,6399,'_line_subtotal','42.9'),(56283,6399,'_line_subtotal_tax','0'),(56284,6399,'_line_total','42.9'),(56285,6399,'_line_tax','0'),(56286,6399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56287,6400,'_product_id','38'),(56288,6400,'_variation_id','0'),(56289,6400,'_qty','2'),(56290,6400,'_tax_class',''),(56291,6400,'_line_subtotal','557.12'),(56292,6400,'_line_subtotal_tax','0'),(56293,6400,'_line_total','557.12'),(56294,6400,'_line_tax','0'),(56295,6400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56296,6401,'method_id','free_shipping'),(56297,6401,'instance_id','2'),(56298,6401,'cost','0.00'),(56299,6401,'total_tax','0'),(56300,6401,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56301,6401,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Capes &times; 4, Disposable Head Bands &times; 3, Active Rinse 16oz(Case of 16) &times; 2'),(56302,6402,'_product_id','23'),(56303,6402,'_variation_id','0'),(56304,6402,'_qty','1'),(56305,6402,'_tax_class',''),(56306,6402,'_line_subtotal','111.84'),(56307,6402,'_line_subtotal_tax','0'),(56308,6402,'_line_total','111.84'),(56309,6402,'_line_tax','0'),(56310,6402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56311,6403,'_product_id','38'),(56312,6403,'_variation_id','0'),(56313,6403,'_qty','1'),(56314,6403,'_tax_class',''),(56315,6403,'_line_subtotal','278.56'),(56316,6403,'_line_subtotal_tax','0'),(56317,6403,'_line_total','278.56'),(56318,6403,'_line_tax','0'),(56319,6403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56320,6404,'_product_id','45'),(56321,6404,'_variation_id','0'),(56322,6404,'_qty','1'),(56323,6404,'_tax_class',''),(56324,6404,'_line_subtotal','42.24'),(56325,6404,'_line_subtotal_tax','0'),(56326,6404,'_line_total','42.24'),(56327,6404,'_line_tax','0'),(56328,6404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56329,6405,'_product_id','41'),(56330,6405,'_variation_id','0'),(56331,6405,'_qty','2'),(56332,6405,'_tax_class',''),(56333,6405,'_line_subtotal','132.96'),(56334,6405,'_line_subtotal_tax','0'),(56335,6405,'_line_total','132.96'),(56336,6405,'_line_tax','0'),(56337,6405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56338,6406,'_product_id','49'),(56339,6406,'_variation_id','0'),(56340,6406,'_qty','1'),(56341,6406,'_tax_class',''),(56342,6406,'_line_subtotal','79.2'),(56343,6406,'_line_subtotal_tax','0'),(56344,6406,'_line_total','79.2'),(56345,6406,'_line_tax','0'),(56346,6406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56347,6407,'_product_id','120'),(56348,6407,'_variation_id','0'),(56349,6407,'_qty','1'),(56350,6407,'_tax_class',''),(56351,6407,'_line_subtotal','52.8'),(56352,6407,'_line_subtotal_tax','0'),(56353,6407,'_line_total','52.8'),(56354,6407,'_line_tax','0'),(56355,6407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56356,6408,'_product_id','490'),(56357,6408,'_variation_id','0'),(56358,6408,'_qty','10'),(56359,6408,'_tax_class',''),(56360,6408,'_line_subtotal','227.8'),(56361,6408,'_line_subtotal_tax','0'),(56362,6408,'_line_total','227.8'),(56363,6408,'_line_tax','0'),(56364,6408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56365,6409,'_product_id','488'),(56366,6409,'_variation_id','0'),(56367,6409,'_qty','2'),(56368,6409,'_tax_class',''),(56369,6409,'_line_subtotal','62.7'),(56370,6409,'_line_subtotal_tax','0'),(56371,6409,'_line_total','62.7'),(56372,6409,'_line_tax','0'),(56373,6409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56374,6410,'method_id','free_shipping'),(56375,6410,'instance_id','2'),(56376,6410,'cost','0.00'),(56377,6410,'total_tax','0'),(56378,6410,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56379,6410,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2'),(56380,6411,'_product_id','23'),(56381,6411,'_variation_id','0'),(56382,6411,'_qty','1'),(56383,6411,'_tax_class',''),(56384,6411,'_line_subtotal','111.84'),(56385,6411,'_line_subtotal_tax','0'),(56386,6411,'_line_total','111.84'),(56387,6411,'_line_tax','0'),(56388,6411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56389,6412,'_product_id','38'),(56390,6412,'_variation_id','0'),(56391,6412,'_qty','1'),(56392,6412,'_tax_class',''),(56393,6412,'_line_subtotal','278.56'),(56394,6412,'_line_subtotal_tax','0'),(56395,6412,'_line_total','278.56'),(56396,6412,'_line_tax','0'),(56397,6412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56398,6413,'_product_id','45'),(56399,6413,'_variation_id','0'),(56400,6413,'_qty','1'),(56401,6413,'_tax_class',''),(56402,6413,'_line_subtotal','42.24'),(56403,6413,'_line_subtotal_tax','0'),(56404,6413,'_line_total','42.24'),(56405,6413,'_line_tax','0'),(56406,6413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56407,6414,'_product_id','41'),(56408,6414,'_variation_id','0'),(56409,6414,'_qty','2'),(56410,6414,'_tax_class',''),(56411,6414,'_line_subtotal','132.96'),(56412,6414,'_line_subtotal_tax','0'),(56413,6414,'_line_total','132.96'),(56414,6414,'_line_tax','0'),(56415,6414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56416,6415,'_product_id','49'),(56417,6415,'_variation_id','0'),(56418,6415,'_qty','1'),(56419,6415,'_tax_class',''),(56420,6415,'_line_subtotal','79.2'),(56421,6415,'_line_subtotal_tax','0'),(56422,6415,'_line_total','79.2'),(56423,6415,'_line_tax','0'),(56424,6415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56425,6416,'_product_id','120'),(56426,6416,'_variation_id','0'),(56427,6416,'_qty','1'),(56428,6416,'_tax_class',''),(56429,6416,'_line_subtotal','52.8'),(56430,6416,'_line_subtotal_tax','0'),(56431,6416,'_line_total','52.8'),(56432,6416,'_line_tax','0'),(56433,6416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56434,6417,'_product_id','490'),(56435,6417,'_variation_id','0'),(56436,6417,'_qty','10'),(56437,6417,'_tax_class',''),(56438,6417,'_line_subtotal','227.8'),(56439,6417,'_line_subtotal_tax','0'),(56440,6417,'_line_total','227.8'),(56441,6417,'_line_tax','0'),(56442,6417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56443,6418,'_product_id','488'),(56444,6418,'_variation_id','0'),(56445,6418,'_qty','2'),(56446,6418,'_tax_class',''),(56447,6418,'_line_subtotal','62.7'),(56448,6418,'_line_subtotal_tax','0'),(56449,6418,'_line_total','62.7'),(56450,6418,'_line_tax','0'),(56451,6418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56452,6419,'method_id','free_shipping'),(56453,6419,'instance_id','2'),(56454,6419,'cost','0.00'),(56455,6419,'total_tax','0'),(56456,6419,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56457,6419,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2'),(56472,6420,'_product_id','23'),(56473,6420,'_variation_id','0'),(56474,6420,'_qty','3'),(56475,6420,'_tax_class',''),(56476,6420,'_line_subtotal','335.52'),(56477,6420,'_line_subtotal_tax','0'),(56478,6420,'_line_total','335.52'),(56479,6420,'_line_tax','0'),(56480,6420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56481,6421,'_product_id','38'),(56482,6421,'_variation_id','0'),(56483,6421,'_qty','2'),(56484,6421,'_tax_class',''),(56485,6421,'_line_subtotal','557.12'),(56486,6421,'_line_subtotal_tax','0'),(56487,6421,'_line_total','557.12'),(56488,6421,'_line_tax','0'),(56489,6421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56490,6422,'_product_id','45'),(56491,6422,'_variation_id','0'),(56492,6422,'_qty','1'),(56493,6422,'_tax_class',''),(56494,6422,'_line_subtotal','42.24'),(56495,6422,'_line_subtotal_tax','0'),(56496,6422,'_line_total','42.24'),(56497,6422,'_line_tax','0'),(56498,6422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56499,6423,'_product_id','39'),(56500,6423,'_variation_id','0'),(56501,6423,'_qty','1'),(56502,6423,'_tax_class',''),(56503,6423,'_line_subtotal','79.2'),(56504,6423,'_line_subtotal_tax','0'),(56505,6423,'_line_total','79.2'),(56506,6423,'_line_tax','0'),(56507,6423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56508,6424,'_product_id','49'),(56509,6424,'_variation_id','0'),(56510,6424,'_qty','2'),(56511,6424,'_tax_class',''),(56512,6424,'_line_subtotal','158.4'),(56513,6424,'_line_subtotal_tax','0'),(56514,6424,'_line_total','158.4'),(56515,6424,'_line_tax','0'),(56516,6424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56517,6425,'_product_id','93'),(56518,6425,'_variation_id','0'),(56519,6425,'_qty','8'),(56520,6425,'_tax_class',''),(56521,6425,'_line_subtotal','0'),(56522,6425,'_line_subtotal_tax','0'),(56523,6425,'_line_total','0'),(56524,6425,'_line_tax','0'),(56525,6425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56526,6426,'_product_id','41'),(56527,6426,'_variation_id','0'),(56528,6426,'_qty','4'),(56529,6426,'_tax_class',''),(56530,6426,'_line_subtotal','265.92'),(56531,6426,'_line_subtotal_tax','0'),(56532,6426,'_line_total','265.92'),(56533,6426,'_line_tax','0'),(56534,6426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56535,6427,'_product_id','43'),(56536,6427,'_variation_id','0'),(56537,6427,'_qty','1'),(56538,6427,'_tax_class',''),(56539,6427,'_line_subtotal','79.2'),(56540,6427,'_line_subtotal_tax','0'),(56541,6427,'_line_total','79.2'),(56542,6427,'_line_tax','0'),(56543,6427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56544,6428,'method_id','free_shipping'),(56545,6428,'instance_id','2'),(56546,6428,'cost','0.00'),(56547,6428,'total_tax','0'),(56548,6428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56549,6428,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 8, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1'),(56558,6429,'_product_id','38'),(56559,6429,'_variation_id','0'),(56560,6429,'_qty','1'),(56561,6429,'_tax_class',''),(56562,6429,'_line_subtotal','278.56'),(56563,6429,'_line_subtotal_tax','0'),(56564,6429,'_line_total','278.56'),(56565,6429,'_line_tax','0'),(56566,6429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56567,6430,'_product_id','23'),(56568,6430,'_variation_id','0'),(56569,6430,'_qty','3'),(56570,6430,'_tax_class',''),(56571,6430,'_line_subtotal','335.52'),(56572,6430,'_line_subtotal_tax','0'),(56573,6430,'_line_total','335.52'),(56574,6430,'_line_tax','0'),(56575,6430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56576,6431,'_product_id','42'),(56577,6431,'_variation_id','0'),(56578,6431,'_qty','2'),(56579,6431,'_tax_class',''),(56580,6431,'_line_subtotal','158.4'),(56581,6431,'_line_subtotal_tax','0'),(56582,6431,'_line_total','158.4'),(56583,6431,'_line_tax','0'),(56584,6431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56585,6432,'_product_id','41'),(56586,6432,'_variation_id','0'),(56587,6432,'_qty','3'),(56588,6432,'_tax_class',''),(56589,6432,'_line_subtotal','199.44'),(56590,6432,'_line_subtotal_tax','0'),(56591,6432,'_line_total','199.44'),(56592,6432,'_line_tax','0'),(56593,6432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56594,6433,'_product_id','118'),(56595,6433,'_variation_id','0'),(56596,6433,'_qty','1'),(56597,6433,'_tax_class',''),(56598,6433,'_line_subtotal','184.8'),(56599,6433,'_line_subtotal_tax','0'),(56600,6433,'_line_total','184.8'),(56601,6433,'_line_tax','0'),(56602,6433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56603,6434,'_product_id','51'),(56604,6434,'_variation_id','0'),(56605,6434,'_qty','2'),(56606,6434,'_tax_class',''),(56607,6434,'_line_subtotal','295.68'),(56608,6434,'_line_subtotal_tax','0'),(56609,6434,'_line_total','295.68'),(56610,6434,'_line_tax','0'),(56611,6434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56612,6435,'_product_id','39'),(56613,6435,'_variation_id','0'),(56614,6435,'_qty','2'),(56615,6435,'_tax_class',''),(56616,6435,'_line_subtotal','158.4'),(56617,6435,'_line_subtotal_tax','0'),(56618,6435,'_line_total','158.4'),(56619,6435,'_line_tax','0'),(56620,6435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56621,6436,'_product_id','40'),(56622,6436,'_variation_id','0'),(56623,6436,'_qty','2'),(56624,6436,'_tax_class',''),(56625,6436,'_line_subtotal','158.4'),(56626,6436,'_line_subtotal_tax','0'),(56627,6436,'_line_total','158.4'),(56628,6436,'_line_tax','0'),(56629,6436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56630,6437,'_product_id','120'),(56631,6437,'_variation_id','0'),(56632,6437,'_qty','2'),(56633,6437,'_tax_class',''),(56634,6437,'_line_subtotal','105.6'),(56635,6437,'_line_subtotal_tax','0'),(56636,6437,'_line_total','105.6'),(56637,6437,'_line_tax','0'),(56638,6437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56639,6438,'_product_id','43'),(56640,6438,'_variation_id','0'),(56641,6438,'_qty','3'),(56642,6438,'_tax_class',''),(56643,6438,'_line_subtotal','237.6'),(56644,6438,'_line_subtotal_tax','0'),(56645,6438,'_line_total','237.6'),(56646,6438,'_line_tax','0'),(56647,6438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56648,6439,'_product_id','44'),(56649,6439,'_variation_id','0'),(56650,6439,'_qty','1'),(56651,6439,'_tax_class',''),(56652,6439,'_line_subtotal','116.16'),(56653,6439,'_line_subtotal_tax','0'),(56654,6439,'_line_total','116.16'),(56655,6439,'_line_tax','0'),(56656,6439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56657,6440,'_product_id','490'),(56658,6440,'_variation_id','0'),(56659,6440,'_qty','20'),(56660,6440,'_tax_class',''),(56661,6440,'_line_subtotal','455.6'),(56662,6440,'_line_subtotal_tax','0'),(56663,6440,'_line_total','455.6'),(56664,6440,'_line_tax','0'),(56665,6440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56666,6441,'_product_id','487'),(56667,6441,'_variation_id','0'),(56668,6441,'_qty','3'),(56669,6441,'_tax_class',''),(56670,6441,'_line_subtotal','94.05'),(56671,6441,'_line_subtotal_tax','0'),(56672,6441,'_line_total','94.05'),(56673,6441,'_line_tax','0'),(56674,6441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56675,6442,'method_id','free_shipping'),(56676,6442,'instance_id','2'),(56677,6442,'cost','0.00'),(56678,6442,'total_tax','0'),(56679,6442,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56680,6442,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 3'),(56681,6443,'_product_id','23'),(56682,6443,'_variation_id','0'),(56683,6443,'_qty','3'),(56684,6443,'_tax_class',''),(56685,6443,'_line_subtotal','335.52'),(56686,6443,'_line_subtotal_tax','0'),(56687,6443,'_line_total','335.52'),(56688,6443,'_line_tax','0'),(56689,6443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56690,6444,'_product_id','38'),(56691,6444,'_variation_id','0'),(56692,6444,'_qty','2'),(56693,6444,'_tax_class',''),(56694,6444,'_line_subtotal','557.12'),(56695,6444,'_line_subtotal_tax','0'),(56696,6444,'_line_total','557.12'),(56697,6444,'_line_tax','0'),(56698,6444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56699,6445,'_product_id','41'),(56700,6445,'_variation_id','0'),(56701,6445,'_qty','3'),(56702,6445,'_tax_class',''),(56703,6445,'_line_subtotal','199.44'),(56704,6445,'_line_subtotal_tax','0'),(56705,6445,'_line_total','199.44'),(56706,6445,'_line_tax','0'),(56707,6445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56708,6446,'_product_id','51'),(56709,6446,'_variation_id','0'),(56710,6446,'_qty','2'),(56711,6446,'_tax_class',''),(56712,6446,'_line_subtotal','295.68'),(56713,6446,'_line_subtotal_tax','0'),(56714,6446,'_line_total','295.68'),(56715,6446,'_line_tax','0'),(56716,6446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56717,6447,'_product_id','93'),(56718,6447,'_variation_id','0'),(56719,6447,'_qty','10'),(56720,6447,'_tax_class',''),(56721,6447,'_line_subtotal','0'),(56722,6447,'_line_subtotal_tax','0'),(56723,6447,'_line_total','0'),(56724,6447,'_line_tax','0'),(56725,6447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56726,6448,'_product_id','99'),(56727,6448,'_variation_id','0'),(56728,6448,'_qty','2'),(56729,6448,'_tax_class',''),(56730,6448,'_line_subtotal','0'),(56731,6448,'_line_subtotal_tax','0'),(56732,6448,'_line_total','0'),(56733,6448,'_line_tax','0'),(56734,6448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56735,6449,'_fee_amount','-541.32'),(56736,6449,'_tax_class','0'),(56737,6449,'_tax_status','taxable'),(56738,6449,'_line_total','-541.32'),(56739,6449,'_line_tax','0'),(56740,6449,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(56741,6449,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(56742,6449,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(56743,6450,'method_id','fedex'),(56744,6450,'instance_id','3'),(56745,6450,'cost','1082.64'),(56746,6450,'total_tax','0'),(56747,6450,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56748,6450,'Package 1','11.25 × 8.75 × 7.75 (in) 15.09lbs × 1'),(56749,6450,'Package 2','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(56750,6450,'Package 3','11.25 × 8.75 × 7.75 (in) 14.34lbs × 1'),(56751,6450,'Package 4','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(56752,6450,'Package 5','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(56753,6450,'Package 6','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(56754,6450,'Package 7','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(56755,6450,'Package 8','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(56756,6450,'Package 9','12 × 6 × 6 (in) 7.85lbs × 1'),(56757,6450,'Package 10','12 × 6 × 6 (in) 7.85lbs × 1'),(56758,6451,'discount_amount','0'),(56759,6451,'discount_amount_tax','0'),(56760,6451,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:16;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(56764,6372,'thwma_order_shipping_status','wc-pending'),(56765,6373,'thwma_order_shipping_status','wc-pending'),(56766,6374,'thwma_order_shipping_status','wc-pending'),(56774,6394,'thwma_order_shipping_status','wc-pending'),(56775,6395,'thwma_order_shipping_status','wc-pending'),(56776,6396,'thwma_order_shipping_status','wc-pending'),(56777,6397,'thwma_order_shipping_status','wc-pending'),(56778,6398,'thwma_order_shipping_status','wc-pending'),(56779,6399,'thwma_order_shipping_status','wc-pending'),(56780,6400,'thwma_order_shipping_status','wc-pending'),(56781,6452,'_product_id','23'),(56782,6452,'_variation_id','0'),(56783,6452,'_qty','4'),(56784,6452,'_tax_class',''),(56785,6452,'_line_subtotal','447.36'),(56786,6452,'_line_subtotal_tax','0'),(56787,6452,'_line_total','447.36'),(56788,6452,'_line_tax','0'),(56789,6452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56790,6453,'_product_id','41'),(56791,6453,'_variation_id','0'),(56792,6453,'_qty','3'),(56793,6453,'_tax_class',''),(56794,6453,'_line_subtotal','199.44'),(56795,6453,'_line_subtotal_tax','0'),(56796,6453,'_line_total','199.44'),(56797,6453,'_line_tax','0'),(56798,6453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56799,6454,'_product_id','490'),(56800,6454,'_variation_id','0'),(56801,6454,'_qty','10'),(56802,6454,'_tax_class',''),(56803,6454,'_line_subtotal','227.8'),(56804,6454,'_line_subtotal_tax','0'),(56805,6454,'_line_total','227.8'),(56806,6454,'_line_tax','0'),(56807,6454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56808,6455,'method_id','free_shipping'),(56809,6455,'instance_id','2'),(56810,6455,'cost','0.00'),(56811,6455,'total_tax','0'),(56812,6455,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56813,6455,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(56814,6411,'thwma_order_shipping_status','wc-pending'),(56815,6412,'thwma_order_shipping_status','wc-pending'),(56816,6413,'thwma_order_shipping_status','wc-pending'),(56817,6414,'thwma_order_shipping_status','wc-pending'),(56818,6415,'thwma_order_shipping_status','wc-pending'),(56819,6416,'thwma_order_shipping_status','wc-pending'),(56820,6417,'thwma_order_shipping_status','wc-pending'),(56821,6418,'thwma_order_shipping_status','wc-pending'),(56836,6378,'thwma_order_shipping_status','wc-pending'),(56837,6379,'thwma_order_shipping_status','wc-pending'),(56838,6380,'thwma_order_shipping_status','wc-pending'),(56839,6381,'thwma_order_shipping_status','wc-pending'),(56840,6382,'thwma_order_shipping_status','wc-pending'),(56841,6383,'thwma_order_shipping_status','wc-pending'),(56842,6384,'thwma_order_shipping_status','wc-pending'),(56843,6386,'thwma_order_shipping_status','wc-pending'),(56844,6387,'thwma_order_shipping_status','wc-pending'),(56845,6388,'thwma_order_shipping_status','wc-pending'),(56846,6389,'thwma_order_shipping_status','wc-pending'),(56847,6390,'thwma_order_shipping_status','wc-pending'),(56848,6391,'thwma_order_shipping_status','wc-pending'),(56849,6392,'thwma_order_shipping_status','wc-pending'),(56850,6420,'thwma_order_shipping_status','wc-pending'),(56851,6421,'thwma_order_shipping_status','wc-pending'),(56852,6422,'thwma_order_shipping_status','wc-pending'),(56853,6423,'thwma_order_shipping_status','wc-pending'),(56854,6424,'thwma_order_shipping_status','wc-pending'),(56855,6425,'thwma_order_shipping_status','wc-pending'),(56856,6426,'thwma_order_shipping_status','wc-pending'),(56857,6427,'thwma_order_shipping_status','wc-pending'),(56858,6452,'thwma_order_shipping_status','wc-pending'),(56859,6453,'thwma_order_shipping_status','wc-pending'),(56860,6454,'thwma_order_shipping_status','wc-pending'),(56861,6429,'thwma_order_shipping_status','wc-pending'),(56862,6430,'thwma_order_shipping_status','wc-pending'),(56863,6431,'thwma_order_shipping_status','wc-pending'),(56864,6432,'thwma_order_shipping_status','wc-pending'),(56865,6433,'thwma_order_shipping_status','wc-pending'),(56866,6434,'thwma_order_shipping_status','wc-pending'),(56867,6435,'thwma_order_shipping_status','wc-pending'),(56868,6436,'thwma_order_shipping_status','wc-pending'),(56869,6437,'thwma_order_shipping_status','wc-pending'),(56870,6438,'thwma_order_shipping_status','wc-pending'),(56871,6439,'thwma_order_shipping_status','wc-pending'),(56872,6440,'thwma_order_shipping_status','wc-pending'),(56873,6441,'thwma_order_shipping_status','wc-pending'),(56874,6456,'_product_id','23'),(56875,6456,'_variation_id','0'),(56876,6456,'_qty','1'),(56877,6456,'_tax_class',''),(56878,6456,'_line_subtotal','111.84'),(56879,6456,'_line_subtotal_tax','0'),(56880,6456,'_line_total','111.84'),(56881,6456,'_line_tax','0'),(56882,6456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56883,6457,'_product_id','43'),(56884,6457,'_variation_id','0'),(56885,6457,'_qty','2'),(56886,6457,'_tax_class',''),(56887,6457,'_line_subtotal','158.4'),(56888,6457,'_line_subtotal_tax','0'),(56889,6457,'_line_total','158.4'),(56890,6457,'_line_tax','0'),(56891,6457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56892,6458,'_product_id','490'),(56893,6458,'_variation_id','0'),(56894,6458,'_qty','10'),(56895,6458,'_tax_class',''),(56896,6458,'_line_subtotal','227.8'),(56897,6458,'_line_subtotal_tax','0'),(56898,6458,'_line_total','227.8'),(56899,6458,'_line_tax','0'),(56900,6458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56901,6459,'_product_id','487'),(56902,6459,'_variation_id','0'),(56903,6459,'_qty','2'),(56904,6459,'_tax_class',''),(56905,6459,'_line_subtotal','62.7'),(56906,6459,'_line_subtotal_tax','0'),(56907,6459,'_line_total','62.7'),(56908,6459,'_line_tax','0'),(56909,6459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56910,6460,'_product_id','120'),(56911,6460,'_variation_id','0'),(56912,6460,'_qty','1'),(56913,6460,'_tax_class',''),(56914,6460,'_line_subtotal','52.8'),(56915,6460,'_line_subtotal_tax','0'),(56916,6460,'_line_total','52.8'),(56917,6460,'_line_tax','0'),(56918,6460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56919,6461,'method_id','free_shipping'),(56920,6461,'instance_id','2'),(56921,6461,'cost','0.00'),(56922,6461,'total_tax','0'),(56923,6461,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56924,6461,'Items','Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Preventive Spray 2oz(Case of 24) &times; 1'),(56925,6462,'_product_id','23'),(56926,6462,'_variation_id','0'),(56927,6462,'_qty','2'),(56928,6462,'_tax_class',''),(56929,6462,'_line_subtotal','223.68'),(56930,6462,'_line_subtotal_tax','0'),(56931,6462,'_line_total','223.68'),(56932,6462,'_line_tax','0'),(56933,6462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56934,6463,'_product_id','42'),(56935,6463,'_variation_id','0'),(56936,6463,'_qty','1'),(56937,6463,'_tax_class',''),(56938,6463,'_line_subtotal','79.2'),(56939,6463,'_line_subtotal_tax','0'),(56940,6463,'_line_total','79.2'),(56941,6463,'_line_tax','0'),(56942,6463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56943,6464,'_product_id','488'),(56944,6464,'_variation_id','0'),(56945,6464,'_qty','1'),(56946,6464,'_tax_class',''),(56947,6464,'_line_subtotal','31.35'),(56948,6464,'_line_subtotal_tax','0'),(56949,6464,'_line_total','31.35'),(56950,6464,'_line_tax','0'),(56951,6464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56952,6465,'_product_id','43'),(56953,6465,'_variation_id','0'),(56954,6465,'_qty','1'),(56955,6465,'_tax_class',''),(56956,6465,'_line_subtotal','79.2'),(56957,6465,'_line_subtotal_tax','0'),(56958,6465,'_line_total','79.2'),(56959,6465,'_line_tax','0'),(56960,6465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56961,6466,'_product_id','490'),(56962,6466,'_variation_id','0'),(56963,6466,'_qty','4'),(56964,6466,'_tax_class',''),(56965,6466,'_line_subtotal','91.12'),(56966,6466,'_line_subtotal_tax','0'),(56967,6466,'_line_total','91.12'),(56968,6466,'_line_tax','0'),(56969,6466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56970,6467,'_product_id','49'),(56971,6467,'_variation_id','0'),(56972,6467,'_qty','2'),(56973,6467,'_tax_class',''),(56974,6467,'_line_subtotal','158.4'),(56975,6467,'_line_subtotal_tax','0'),(56976,6467,'_line_total','158.4'),(56977,6467,'_line_tax','0'),(56978,6467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56979,6468,'method_id','free_shipping'),(56980,6468,'instance_id','2'),(56981,6468,'cost','0.00'),(56982,6468,'total_tax','0'),(56983,6468,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56984,6468,'Items','Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(56985,6469,'_product_id','120'),(56986,6469,'_variation_id','0'),(56987,6469,'_qty','3'),(56988,6469,'_tax_class',''),(56989,6469,'_line_subtotal','158.4'),(56990,6469,'_line_subtotal_tax','0'),(56991,6469,'_line_total','158.4'),(56992,6469,'_line_tax','0'),(56993,6469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(56994,6470,'method_id','fedex'),(56995,6470,'instance_id','1'),(56996,6470,'cost','13.83'),(56997,6470,'total_tax','0'),(56998,6470,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(56999,6470,'Package 1','17 × 14 × 10 (in) 13lbs × 1'),(57000,6462,'thwma_order_shipping_status','wc-pending'),(57001,6463,'thwma_order_shipping_status','wc-pending'),(57002,6464,'thwma_order_shipping_status','wc-pending'),(57003,6465,'thwma_order_shipping_status','wc-pending'),(57004,6466,'thwma_order_shipping_status','wc-pending'),(57005,6467,'thwma_order_shipping_status','wc-pending'),(57006,6471,'_product_id','23'),(57007,6471,'_variation_id','0'),(57008,6471,'_qty','1'),(57009,6471,'_tax_class',''),(57010,6471,'_line_subtotal','111.84'),(57011,6471,'_line_subtotal_tax','0'),(57012,6471,'_line_total','111.84'),(57013,6471,'_line_tax','0'),(57014,6471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57015,6472,'_product_id','44'),(57016,6472,'_variation_id','0'),(57017,6472,'_qty','1'),(57018,6472,'_tax_class',''),(57019,6472,'_line_subtotal','116.16'),(57020,6472,'_line_subtotal_tax','0'),(57021,6472,'_line_total','116.16'),(57022,6472,'_line_tax','0'),(57023,6472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57024,6473,'_product_id','490'),(57025,6473,'_variation_id','0'),(57026,6473,'_qty','4'),(57027,6473,'_tax_class',''),(57028,6473,'_line_subtotal','91.12'),(57029,6473,'_line_subtotal_tax','0'),(57030,6473,'_line_total','91.12'),(57031,6473,'_line_tax','0'),(57032,6473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57033,6474,'method_id','fedex'),(57034,6474,'instance_id','1'),(57035,6474,'cost','12.55'),(57036,6474,'total_tax','0'),(57037,6474,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57038,6474,'Package 1','17 × 14 × 10 (in) 28.45lbs × 1'),(57039,6475,'_product_id','43'),(57040,6475,'_variation_id','0'),(57041,6475,'_qty','2'),(57042,6475,'_tax_class',''),(57043,6475,'_line_subtotal','158.4'),(57044,6475,'_line_subtotal_tax','0'),(57045,6475,'_line_total','158.4'),(57046,6475,'_line_tax','0'),(57047,6475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57048,6476,'_product_id','49'),(57049,6476,'_variation_id','0'),(57050,6476,'_qty','2'),(57051,6476,'_tax_class',''),(57052,6476,'_line_subtotal','158.4'),(57053,6476,'_line_subtotal_tax','0'),(57054,6476,'_line_total','158.4'),(57055,6476,'_line_tax','0'),(57056,6476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57057,6477,'_product_id','23'),(57058,6477,'_variation_id','0'),(57059,6477,'_qty','4'),(57060,6477,'_tax_class',''),(57061,6477,'_line_subtotal','447.36'),(57062,6477,'_line_subtotal_tax','0'),(57063,6477,'_line_total','447.36'),(57064,6477,'_line_tax','0'),(57065,6477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57066,6478,'_product_id','45'),(57067,6478,'_variation_id','0'),(57068,6478,'_qty','2'),(57069,6478,'_tax_class',''),(57070,6478,'_line_subtotal','84.48'),(57071,6478,'_line_subtotal_tax','0'),(57072,6478,'_line_total','84.48'),(57073,6478,'_line_tax','0'),(57074,6478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57075,6479,'_product_id','490'),(57076,6479,'_variation_id','0'),(57077,6479,'_qty','60'),(57078,6479,'_tax_class',''),(57079,6479,'_line_subtotal','1366.8'),(57080,6479,'_line_subtotal_tax','0'),(57081,6479,'_line_total','1366.8'),(57082,6479,'_line_tax','0'),(57083,6479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57084,6480,'_product_id','488'),(57085,6480,'_variation_id','0'),(57086,6480,'_qty','8'),(57087,6480,'_tax_class',''),(57088,6480,'_line_subtotal','250.8'),(57089,6480,'_line_subtotal_tax','0'),(57090,6480,'_line_total','250.8'),(57091,6480,'_line_tax','0'),(57092,6480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57093,6481,'method_id','free_shipping'),(57094,6481,'instance_id','2'),(57095,6481,'cost','0.00'),(57096,6481,'total_tax','0'),(57097,6481,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57098,6481,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 60, Bulk Detangling Spray 1 Gallon RM &times; 8'),(57099,6482,'_product_id','93'),(57100,6482,'_variation_id','0'),(57101,6482,'_qty','10'),(57102,6482,'_tax_class',''),(57103,6482,'_line_subtotal','0'),(57104,6482,'_line_subtotal_tax','0'),(57105,6482,'_line_total','0'),(57106,6482,'_line_tax','0'),(57107,6482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57108,6483,'method_id','fedex'),(57109,6483,'instance_id','1'),(57110,6483,'cost','9.55'),(57111,6483,'total_tax','0'),(57112,6483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57113,6483,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(57114,6484,'_product_id','490'),(57115,6484,'_variation_id','0'),(57116,6484,'_qty','10'),(57117,6484,'_tax_class',''),(57118,6484,'_line_subtotal','227.8'),(57119,6484,'_line_subtotal_tax','0'),(57120,6484,'_line_total','227.8'),(57121,6484,'_line_tax','0'),(57122,6484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57123,6485,'_product_id','487'),(57124,6485,'_variation_id','0'),(57125,6485,'_qty','1'),(57126,6485,'_tax_class',''),(57127,6485,'_line_subtotal','31.35'),(57128,6485,'_line_subtotal_tax','0'),(57129,6485,'_line_total','31.35'),(57130,6485,'_line_tax','0'),(57131,6485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57132,6486,'_product_id','43'),(57133,6486,'_variation_id','0'),(57134,6486,'_qty','2'),(57135,6486,'_tax_class',''),(57136,6486,'_line_subtotal','158.4'),(57137,6486,'_line_subtotal_tax','0'),(57138,6486,'_line_total','158.4'),(57139,6486,'_line_tax','0'),(57140,6486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57141,6487,'_product_id','120'),(57142,6487,'_variation_id','0'),(57143,6487,'_qty','1'),(57144,6487,'_tax_class',''),(57145,6487,'_line_subtotal','52.8'),(57146,6487,'_line_subtotal_tax','0'),(57147,6487,'_line_total','52.8'),(57148,6487,'_line_tax','0'),(57149,6487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57150,6488,'_product_id','41'),(57151,6488,'_variation_id','0'),(57152,6488,'_qty','1'),(57153,6488,'_tax_class',''),(57154,6488,'_line_subtotal','66.48'),(57155,6488,'_line_subtotal_tax','0'),(57156,6488,'_line_total','66.48'),(57157,6488,'_line_tax','0'),(57158,6488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57159,6489,'method_id','free_shipping'),(57160,6489,'instance_id','2'),(57161,6489,'cost','0.00'),(57162,6489,'total_tax','0'),(57163,6489,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57164,6489,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(57165,6471,'thwma_order_shipping_status','wc-pending'),(57166,6472,'thwma_order_shipping_status','wc-pending'),(57167,6473,'thwma_order_shipping_status','wc-pending'),(57168,6490,'_product_id','487'),(57169,6490,'_variation_id','0'),(57170,6490,'_qty','2'),(57171,6490,'_tax_class',''),(57172,6490,'_line_subtotal','62.7'),(57173,6490,'_line_subtotal_tax','0'),(57174,6490,'_line_total','62.7'),(57175,6490,'_line_tax','0'),(57176,6490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57177,6491,'_product_id','41'),(57178,6491,'_variation_id','0'),(57179,6491,'_qty','2'),(57180,6491,'_tax_class',''),(57181,6491,'_line_subtotal','132.96'),(57182,6491,'_line_subtotal_tax','0'),(57183,6491,'_line_total','132.96'),(57184,6491,'_line_tax','0'),(57185,6491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57186,6492,'_product_id','489'),(57187,6492,'_variation_id','0'),(57188,6492,'_qty','6'),(57189,6492,'_tax_class',''),(57190,6492,'_line_subtotal','116.58'),(57191,6492,'_line_subtotal_tax','0'),(57192,6492,'_line_total','116.58'),(57193,6492,'_line_tax','0'),(57194,6492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57195,6493,'method_id','fedex'),(57196,6493,'instance_id','1'),(57197,6493,'cost','18.38'),(57198,6493,'total_tax','0'),(57199,6493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57200,6493,'Package 1','17 × 14 × 10 (in) 34.4lbs × 1'),(57201,6456,'thwma_order_shipping_status','wc-pending'),(57202,6457,'thwma_order_shipping_status','wc-pending'),(57203,6458,'thwma_order_shipping_status','wc-pending'),(57204,6459,'thwma_order_shipping_status','wc-pending'),(57205,6460,'thwma_order_shipping_status','wc-pending'),(57212,6475,'thwma_order_shipping_status','wc-pending'),(57213,6476,'thwma_order_shipping_status','wc-pending'),(57214,6477,'thwma_order_shipping_status','wc-pending'),(57215,6478,'thwma_order_shipping_status','wc-pending'),(57216,6479,'thwma_order_shipping_status','wc-pending'),(57217,6480,'thwma_order_shipping_status','wc-pending'),(57218,6484,'thwma_order_shipping_status','wc-pending'),(57219,6485,'thwma_order_shipping_status','wc-pending'),(57220,6486,'thwma_order_shipping_status','wc-pending'),(57221,6487,'thwma_order_shipping_status','wc-pending'),(57222,6488,'thwma_order_shipping_status','wc-pending'),(57223,6494,'_product_id','23'),(57224,6494,'_variation_id','0'),(57225,6494,'_qty','2'),(57226,6494,'_tax_class',''),(57227,6494,'_line_subtotal','223.68'),(57228,6494,'_line_subtotal_tax','0'),(57229,6494,'_line_total','223.68'),(57230,6494,'_line_tax','0'),(57231,6494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57232,6495,'_product_id','41'),(57233,6495,'_variation_id','0'),(57234,6495,'_qty','2'),(57235,6495,'_tax_class',''),(57236,6495,'_line_subtotal','132.96'),(57237,6495,'_line_subtotal_tax','0'),(57238,6495,'_line_total','132.96'),(57239,6495,'_line_tax','0'),(57240,6495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57241,6496,'_product_id','490'),(57242,6496,'_variation_id','0'),(57243,6496,'_qty','5'),(57244,6496,'_tax_class',''),(57245,6496,'_line_subtotal','113.9'),(57246,6496,'_line_subtotal_tax','0'),(57247,6496,'_line_total','113.9'),(57248,6496,'_line_tax','0'),(57249,6496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57250,6497,'_product_id','131'),(57251,6497,'_variation_id','0'),(57252,6497,'_qty','4'),(57253,6497,'_tax_class',''),(57254,6497,'_line_subtotal','50.6'),(57255,6497,'_line_subtotal_tax','0'),(57256,6497,'_line_total','50.6'),(57257,6497,'_line_tax','0'),(57258,6497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57259,6498,'_product_id','133'),(57260,6498,'_variation_id','0'),(57261,6498,'_qty','2'),(57262,6498,'_tax_class',''),(57263,6498,'_line_subtotal','28.6'),(57264,6498,'_line_subtotal_tax','0'),(57265,6498,'_line_total','28.6'),(57266,6498,'_line_tax','0'),(57267,6498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57268,6499,'_product_id','38'),(57269,6499,'_variation_id','0'),(57270,6499,'_qty','1'),(57271,6499,'_tax_class',''),(57272,6499,'_line_subtotal','278.56'),(57273,6499,'_line_subtotal_tax','0'),(57274,6499,'_line_total','278.56'),(57275,6499,'_line_tax','0'),(57276,6499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57277,6500,'_product_id','43'),(57278,6500,'_variation_id','0'),(57279,6500,'_qty','1'),(57280,6500,'_tax_class',''),(57281,6500,'_line_subtotal','79.2'),(57282,6500,'_line_subtotal_tax','0'),(57283,6500,'_line_total','79.2'),(57284,6500,'_line_tax','0'),(57285,6500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57286,6501,'method_id','free_shipping'),(57287,6501,'instance_id','2'),(57288,6501,'cost','0.00'),(57289,6501,'total_tax','0'),(57290,6501,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57291,6501,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5, Disposable Capes &times; 4, Disposable Head Bands &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(57292,6494,'thwma_order_shipping_status','wc-pending'),(57293,6495,'thwma_order_shipping_status','wc-pending'),(57294,6496,'thwma_order_shipping_status','wc-pending'),(57295,6497,'thwma_order_shipping_status','wc-pending'),(57296,6498,'thwma_order_shipping_status','wc-pending'),(57297,6499,'thwma_order_shipping_status','wc-pending'),(57298,6500,'thwma_order_shipping_status','wc-pending'),(57305,6502,'_product_id','41'),(57306,6502,'_variation_id','0'),(57307,6502,'_qty','1'),(57308,6502,'_tax_class',''),(57309,6502,'_line_subtotal','66.48'),(57310,6502,'_line_subtotal_tax','0'),(57311,6502,'_line_total','66.48'),(57312,6502,'_line_tax','0'),(57313,6502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57314,6503,'_product_id','490'),(57315,6503,'_variation_id','0'),(57316,6503,'_qty','6'),(57317,6503,'_tax_class',''),(57318,6503,'_line_subtotal','136.68'),(57319,6503,'_line_subtotal_tax','0'),(57320,6503,'_line_total','136.68'),(57321,6503,'_line_tax','0'),(57322,6503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57323,6504,'method_id','fedex'),(57324,6504,'instance_id','1'),(57325,6504,'cost','11.80'),(57326,6504,'total_tax','0'),(57327,6504,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57328,6504,'Package 1','17 × 14 × 10 (in) 16.3lbs × 1'),(57329,6443,'thwma_order_shipping_status','wc-pending'),(57330,6444,'thwma_order_shipping_status','wc-pending'),(57331,6445,'thwma_order_shipping_status','wc-pending'),(57332,6446,'thwma_order_shipping_status','wc-pending'),(57333,6447,'thwma_order_shipping_status','wc-pending'),(57334,6448,'thwma_order_shipping_status','wc-pending'),(57335,6502,'thwma_order_shipping_status','wc-pending'),(57336,6503,'thwma_order_shipping_status','wc-pending'),(57337,6505,'_product_id','93'),(57338,6505,'_variation_id','0'),(57339,6505,'_qty','10'),(57340,6505,'_tax_class',''),(57341,6505,'_line_subtotal','0'),(57342,6505,'_line_subtotal_tax','0'),(57343,6505,'_line_total','0'),(57344,6505,'_line_tax','0'),(57345,6505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57346,6506,'_product_id','99'),(57347,6506,'_variation_id','0'),(57348,6506,'_qty','1'),(57349,6506,'_tax_class',''),(57350,6506,'_line_subtotal','0'),(57351,6506,'_line_subtotal_tax','0'),(57352,6506,'_line_total','0'),(57353,6506,'_line_tax','0'),(57354,6506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57355,6507,'method_id','fedex'),(57356,6507,'instance_id','1'),(57357,6507,'cost','12.05'),(57358,6507,'total_tax','0'),(57359,6507,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57360,6507,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(57363,6508,'_product_id','38'),(57364,6508,'_variation_id','0'),(57365,6508,'_qty','1'),(57366,6508,'_tax_class',''),(57367,6508,'_line_subtotal','278.56'),(57368,6508,'_line_subtotal_tax','0'),(57369,6508,'_line_total','278.56'),(57370,6508,'_line_tax','0'),(57371,6508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57372,6509,'_product_id','23'),(57373,6509,'_variation_id','0'),(57374,6509,'_qty','1'),(57375,6509,'_tax_class',''),(57376,6509,'_line_subtotal','111.84'),(57377,6509,'_line_subtotal_tax','0'),(57378,6509,'_line_total','111.84'),(57379,6509,'_line_tax','0'),(57380,6509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57381,6510,'_product_id','490'),(57382,6510,'_variation_id','0'),(57383,6510,'_qty','5'),(57384,6510,'_tax_class',''),(57385,6510,'_line_subtotal','113.9'),(57386,6510,'_line_subtotal_tax','0'),(57387,6510,'_line_total','113.9'),(57388,6510,'_line_tax','0'),(57389,6510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57390,6511,'method_id','free_shipping'),(57391,6511,'instance_id','2'),(57392,6511,'cost','0.00'),(57393,6511,'total_tax','0'),(57394,6511,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57395,6511,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(57396,6505,'thwma_order_shipping_status','wc-pending'),(57397,6506,'thwma_order_shipping_status','wc-pending'),(57398,6508,'thwma_order_shipping_status','wc-pending'),(57399,6509,'thwma_order_shipping_status','wc-pending'),(57400,6510,'thwma_order_shipping_status','wc-pending'),(57401,6512,'_product_id','38'),(57402,6512,'_variation_id','0'),(57403,6512,'_qty','1'),(57404,6512,'_tax_class',''),(57405,6512,'_line_subtotal','278.56'),(57406,6512,'_line_subtotal_tax','0'),(57407,6512,'_line_total','278.56'),(57408,6512,'_line_tax','0'),(57409,6512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57410,6513,'_product_id','41'),(57411,6513,'_variation_id','0'),(57412,6513,'_qty','2'),(57413,6513,'_tax_class',''),(57414,6513,'_line_subtotal','132.96'),(57415,6513,'_line_subtotal_tax','0'),(57416,6513,'_line_total','132.96'),(57417,6513,'_line_tax','0'),(57418,6513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57419,6514,'_product_id','93'),(57420,6514,'_variation_id','0'),(57421,6514,'_qty','10'),(57422,6514,'_tax_class',''),(57423,6514,'_line_subtotal','0'),(57424,6514,'_line_subtotal_tax','0'),(57425,6514,'_line_total','0'),(57426,6514,'_line_tax','0'),(57427,6514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57428,6515,'_product_id','43'),(57429,6515,'_variation_id','0'),(57430,6515,'_qty','1'),(57431,6515,'_tax_class',''),(57432,6515,'_line_subtotal','79.2'),(57433,6515,'_line_subtotal_tax','0'),(57434,6515,'_line_total','79.2'),(57435,6515,'_line_tax','0'),(57436,6515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57437,6516,'_product_id','45'),(57438,6516,'_variation_id','0'),(57439,6516,'_qty','1'),(57440,6516,'_tax_class',''),(57441,6516,'_line_subtotal','42.24'),(57442,6516,'_line_subtotal_tax','0'),(57443,6516,'_line_total','42.24'),(57444,6516,'_line_tax','0'),(57445,6516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57446,6517,'method_id','free_shipping'),(57447,6517,'instance_id','2'),(57448,6517,'cost','0.00'),(57449,6517,'total_tax','0'),(57450,6517,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57451,6517,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(57452,6518,'_product_id','490'),(57453,6518,'_variation_id','0'),(57454,6518,'_qty','2'),(57455,6518,'_tax_class',''),(57456,6518,'_line_subtotal','45.56'),(57457,6518,'_line_subtotal_tax','0'),(57458,6518,'_line_total','45.56'),(57459,6518,'_line_tax','0'),(57460,6518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57461,6519,'method_id','fedex'),(57462,6519,'instance_id','1'),(57463,6519,'cost','9.51'),(57464,6519,'total_tax','0'),(57465,6519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57466,6519,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(57472,6520,'_product_id','38'),(57473,6520,'_variation_id','0'),(57474,6520,'_qty','1'),(57475,6520,'_tax_class',''),(57476,6520,'_line_subtotal','278.56'),(57477,6520,'_line_subtotal_tax','0'),(57478,6520,'_line_total','278.56'),(57479,6520,'_line_tax','0'),(57480,6520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57481,6521,'_product_id','45'),(57482,6521,'_variation_id','0'),(57483,6521,'_qty','2'),(57484,6521,'_tax_class',''),(57485,6521,'_line_subtotal','84.48'),(57486,6521,'_line_subtotal_tax','0'),(57487,6521,'_line_total','84.48'),(57488,6521,'_line_tax','0'),(57489,6521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57490,6522,'_product_id','490'),(57491,6522,'_variation_id','0'),(57492,6522,'_qty','7'),(57493,6522,'_tax_class',''),(57494,6522,'_line_subtotal','159.46'),(57495,6522,'_line_subtotal_tax','0'),(57496,6522,'_line_total','159.46'),(57497,6522,'_line_tax','0'),(57498,6522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57499,6523,'method_id','free_shipping'),(57500,6523,'instance_id','2'),(57501,6523,'cost','0.00'),(57502,6523,'total_tax','0'),(57503,6523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57504,6523,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 7'),(57505,6524,'_product_id','118'),(57506,6524,'_variation_id','0'),(57507,6524,'_qty','2'),(57508,6524,'_tax_class',''),(57509,6524,'_line_subtotal','369.6'),(57510,6524,'_line_subtotal_tax','0'),(57511,6524,'_line_total','369.6'),(57512,6524,'_line_tax','0'),(57513,6524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57514,6525,'_product_id','51'),(57515,6525,'_variation_id','0'),(57516,6525,'_qty','3'),(57517,6525,'_tax_class',''),(57518,6525,'_line_subtotal','443.52'),(57519,6525,'_line_subtotal_tax','0'),(57520,6525,'_line_total','443.52'),(57521,6525,'_line_tax','0'),(57522,6525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57523,6526,'_product_id','490'),(57524,6526,'_variation_id','0'),(57525,6526,'_qty','10'),(57526,6526,'_tax_class',''),(57527,6526,'_line_subtotal','227.8'),(57528,6526,'_line_subtotal_tax','0'),(57529,6526,'_line_total','227.8'),(57530,6526,'_line_tax','0'),(57531,6526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57532,6527,'_product_id','487'),(57533,6527,'_variation_id','0'),(57534,6527,'_qty','2'),(57535,6527,'_tax_class',''),(57536,6527,'_line_subtotal','62.7'),(57537,6527,'_line_subtotal_tax','0'),(57538,6527,'_line_total','62.7'),(57539,6527,'_line_tax','0'),(57540,6527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57541,6528,'_product_id','23'),(57542,6528,'_variation_id','0'),(57543,6528,'_qty','2'),(57544,6528,'_tax_class',''),(57545,6528,'_line_subtotal','223.68'),(57546,6528,'_line_subtotal_tax','0'),(57547,6528,'_line_total','223.68'),(57548,6528,'_line_tax','0'),(57549,6528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57550,6529,'_product_id','38'),(57551,6529,'_variation_id','0'),(57552,6529,'_qty','2'),(57553,6529,'_tax_class',''),(57554,6529,'_line_subtotal','557.12'),(57555,6529,'_line_subtotal_tax','0'),(57556,6529,'_line_total','557.12'),(57557,6529,'_line_tax','0'),(57558,6529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57559,6530,'method_id','free_shipping'),(57560,6530,'instance_id','2'),(57561,6530,'cost','0.00'),(57562,6530,'total_tax','0'),(57563,6530,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57564,6530,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 3, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2'),(57565,6531,'_product_id','490'),(57566,6531,'_variation_id','0'),(57567,6531,'_qty','10'),(57568,6531,'_tax_class',''),(57569,6531,'_line_subtotal','227.8'),(57570,6531,'_line_subtotal_tax','0'),(57571,6531,'_line_total','227.8'),(57572,6531,'_line_tax','0'),(57573,6531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57574,6532,'_product_id','487'),(57575,6532,'_variation_id','0'),(57576,6532,'_qty','2'),(57577,6532,'_tax_class',''),(57578,6532,'_line_subtotal','62.7'),(57579,6532,'_line_subtotal_tax','0'),(57580,6532,'_line_total','62.7'),(57581,6532,'_line_tax','0'),(57582,6532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57583,6533,'_product_id','120'),(57584,6533,'_variation_id','0'),(57585,6533,'_qty','1'),(57586,6533,'_tax_class',''),(57587,6533,'_line_subtotal','52.8'),(57588,6533,'_line_subtotal_tax','0'),(57589,6533,'_line_total','52.8'),(57590,6533,'_line_tax','0'),(57591,6533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57592,6534,'_product_id','45'),(57593,6534,'_variation_id','0'),(57594,6534,'_qty','2'),(57595,6534,'_tax_class',''),(57596,6534,'_line_subtotal','84.48'),(57597,6534,'_line_subtotal_tax','0'),(57598,6534,'_line_total','84.48'),(57599,6534,'_line_tax','0'),(57600,6534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57601,6535,'_product_id','41'),(57602,6535,'_variation_id','0'),(57603,6535,'_qty','2'),(57604,6535,'_tax_class',''),(57605,6535,'_line_subtotal','132.96'),(57606,6535,'_line_subtotal_tax','0'),(57607,6535,'_line_total','132.96'),(57608,6535,'_line_tax','0'),(57609,6535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57610,6536,'_product_id','51'),(57611,6536,'_variation_id','0'),(57612,6536,'_qty','1'),(57613,6536,'_tax_class',''),(57614,6536,'_line_subtotal','147.84'),(57615,6536,'_line_subtotal_tax','0'),(57616,6536,'_line_total','147.84'),(57617,6536,'_line_tax','0'),(57618,6536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57619,6537,'_product_id','118'),(57620,6537,'_variation_id','0'),(57621,6537,'_qty','1'),(57622,6537,'_tax_class',''),(57623,6537,'_line_subtotal','184.8'),(57624,6537,'_line_subtotal_tax','0'),(57625,6537,'_line_total','184.8'),(57626,6537,'_line_tax','0'),(57627,6537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57628,6538,'_product_id','44'),(57629,6538,'_variation_id','0'),(57630,6538,'_qty','1'),(57631,6538,'_tax_class',''),(57632,6538,'_line_subtotal','116.16'),(57633,6538,'_line_subtotal_tax','0'),(57634,6538,'_line_total','116.16'),(57635,6538,'_line_tax','0'),(57636,6538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57637,6539,'_product_id','49'),(57638,6539,'_variation_id','0');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (57639,6539,'_qty','1'),(57640,6539,'_tax_class',''),(57641,6539,'_line_subtotal','79.2'),(57642,6539,'_line_subtotal_tax','0'),(57643,6539,'_line_total','79.2'),(57644,6539,'_line_tax','0'),(57645,6539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57646,6540,'_product_id','488'),(57647,6540,'_variation_id','0'),(57648,6540,'_qty','1'),(57649,6540,'_tax_class',''),(57650,6540,'_line_subtotal','31.35'),(57651,6540,'_line_subtotal_tax','0'),(57652,6540,'_line_total','31.35'),(57653,6540,'_line_tax','0'),(57654,6540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57655,6541,'method_id','free_shipping'),(57656,6541,'instance_id','2'),(57657,6541,'cost','0.00'),(57658,6541,'total_tax','0'),(57659,6541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57660,6541,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(57666,6512,'thwma_order_shipping_status','wc-pending'),(57667,6513,'thwma_order_shipping_status','wc-pending'),(57668,6514,'thwma_order_shipping_status','wc-pending'),(57669,6515,'thwma_order_shipping_status','wc-pending'),(57670,6516,'thwma_order_shipping_status','wc-pending'),(57671,6542,'_product_id','42'),(57672,6542,'_variation_id','0'),(57673,6542,'_qty','1'),(57674,6542,'_tax_class',''),(57675,6542,'_line_subtotal','79.2'),(57676,6542,'_line_subtotal_tax','0'),(57677,6542,'_line_total','79.2'),(57678,6542,'_line_tax','0'),(57679,6542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57680,6543,'_product_id','120'),(57681,6543,'_variation_id','0'),(57682,6543,'_qty','1'),(57683,6543,'_tax_class',''),(57684,6543,'_line_subtotal','52.8'),(57685,6543,'_line_subtotal_tax','0'),(57686,6543,'_line_total','52.8'),(57687,6543,'_line_tax','0'),(57688,6543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57689,6544,'_product_id','43'),(57690,6544,'_variation_id','0'),(57691,6544,'_qty','1'),(57692,6544,'_tax_class',''),(57693,6544,'_line_subtotal','79.2'),(57694,6544,'_line_subtotal_tax','0'),(57695,6544,'_line_total','79.2'),(57696,6544,'_line_tax','0'),(57697,6544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57698,6545,'_product_id','49'),(57699,6545,'_variation_id','0'),(57700,6545,'_qty','1'),(57701,6545,'_tax_class',''),(57702,6545,'_line_subtotal','79.2'),(57703,6545,'_line_subtotal_tax','0'),(57704,6545,'_line_total','79.2'),(57705,6545,'_line_tax','0'),(57706,6545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57707,6546,'_product_id','487'),(57708,6546,'_variation_id','0'),(57709,6546,'_qty','1'),(57710,6546,'_tax_class',''),(57711,6546,'_line_subtotal','31.35'),(57712,6546,'_line_subtotal_tax','0'),(57713,6546,'_line_total','31.35'),(57714,6546,'_line_tax','0'),(57715,6546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57716,6547,'_product_id','38'),(57717,6547,'_variation_id','0'),(57718,6547,'_qty','1'),(57719,6547,'_tax_class',''),(57720,6547,'_line_subtotal','278.56'),(57721,6547,'_line_subtotal_tax','0'),(57722,6547,'_line_total','278.56'),(57723,6547,'_line_tax','0'),(57724,6547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57725,6548,'method_id','free_shipping'),(57726,6548,'instance_id','2'),(57727,6548,'cost','0.00'),(57728,6548,'total_tax','0'),(57729,6548,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57730,6548,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(57731,6549,'_product_id','41'),(57732,6549,'_variation_id','0'),(57733,6549,'_qty','1'),(57734,6549,'_tax_class',''),(57735,6549,'_line_subtotal','66.48'),(57736,6549,'_line_subtotal_tax','0'),(57737,6549,'_line_total','66.48'),(57738,6549,'_line_tax','0'),(57739,6549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57740,6550,'_product_id','43'),(57741,6550,'_variation_id','0'),(57742,6550,'_qty','1'),(57743,6550,'_tax_class',''),(57744,6550,'_line_subtotal','79.2'),(57745,6550,'_line_subtotal_tax','0'),(57746,6550,'_line_total','79.2'),(57747,6550,'_line_tax','0'),(57748,6550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57749,6551,'_product_id','44'),(57750,6551,'_variation_id','0'),(57751,6551,'_qty','1'),(57752,6551,'_tax_class',''),(57753,6551,'_line_subtotal','116.16'),(57754,6551,'_line_subtotal_tax','0'),(57755,6551,'_line_total','116.16'),(57756,6551,'_line_tax','0'),(57757,6551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57758,6552,'method_id','fedex'),(57759,6552,'instance_id','1'),(57760,6552,'cost','14.02'),(57761,6552,'total_tax','0'),(57762,6552,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57763,6552,'Package 1','17 × 14 × 10 (in) 22.75lbs × 1'),(57764,6553,'_product_id','38'),(57765,6553,'_variation_id','0'),(57766,6553,'_qty','1'),(57767,6553,'_tax_class',''),(57768,6553,'_line_subtotal','278.56'),(57769,6553,'_line_subtotal_tax','0'),(57770,6553,'_line_total','278.56'),(57771,6553,'_line_tax','0'),(57772,6553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57773,6554,'_product_id','23'),(57774,6554,'_variation_id','0'),(57775,6554,'_qty','2'),(57776,6554,'_tax_class',''),(57777,6554,'_line_subtotal','223.68'),(57778,6554,'_line_subtotal_tax','0'),(57779,6554,'_line_total','223.68'),(57780,6554,'_line_tax','0'),(57781,6554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57782,6555,'_product_id','41'),(57783,6555,'_variation_id','0'),(57784,6555,'_qty','1'),(57785,6555,'_tax_class',''),(57786,6555,'_line_subtotal','66.48'),(57787,6555,'_line_subtotal_tax','0'),(57788,6555,'_line_total','66.48'),(57789,6555,'_line_tax','0'),(57790,6555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57791,6556,'method_id','free_shipping'),(57792,6556,'instance_id','2'),(57793,6556,'cost','0.00'),(57794,6556,'total_tax','0'),(57795,6556,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57796,6556,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(57797,6557,'_product_id','490'),(57798,6557,'_variation_id','0'),(57799,6557,'_qty','4'),(57800,6557,'_tax_class',''),(57801,6557,'_line_subtotal','91.12'),(57802,6557,'_line_subtotal_tax','0'),(57803,6557,'_line_total','91.12'),(57804,6557,'_line_tax','0'),(57805,6557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57806,6558,'_product_id','488'),(57807,6558,'_variation_id','0'),(57808,6558,'_qty','1'),(57809,6558,'_tax_class',''),(57810,6558,'_line_subtotal','31.35'),(57811,6558,'_line_subtotal_tax','0'),(57812,6558,'_line_total','31.35'),(57813,6558,'_line_tax','0'),(57814,6558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57815,6559,'_product_id','487'),(57816,6559,'_variation_id','0'),(57817,6559,'_qty','1'),(57818,6559,'_tax_class',''),(57819,6559,'_line_subtotal','31.35'),(57820,6559,'_line_subtotal_tax','0'),(57821,6559,'_line_total','31.35'),(57822,6559,'_line_tax','0'),(57823,6559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57824,6560,'method_id','fedex'),(57825,6560,'instance_id','1'),(57826,6560,'cost','18.04'),(57827,6560,'total_tax','0'),(57828,6560,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57829,6560,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(57830,6561,'_product_id','23'),(57831,6561,'_variation_id','0'),(57832,6561,'_qty','2'),(57833,6561,'_tax_class',''),(57834,6561,'_line_subtotal','223.68'),(57835,6561,'_line_subtotal_tax','0'),(57836,6561,'_line_total','223.68'),(57837,6561,'_line_tax','0'),(57838,6561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57839,6562,'_product_id','38'),(57840,6562,'_variation_id','0'),(57841,6562,'_qty','1'),(57842,6562,'_tax_class',''),(57843,6562,'_line_subtotal','278.56'),(57844,6562,'_line_subtotal_tax','0'),(57845,6562,'_line_total','278.56'),(57846,6562,'_line_tax','0'),(57847,6562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57848,6563,'_product_id','45'),(57849,6563,'_variation_id','0'),(57850,6563,'_qty','1'),(57851,6563,'_tax_class',''),(57852,6563,'_line_subtotal','42.24'),(57853,6563,'_line_subtotal_tax','0'),(57854,6563,'_line_total','42.24'),(57855,6563,'_line_tax','0'),(57856,6563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57857,6564,'_product_id','41'),(57858,6564,'_variation_id','0'),(57859,6564,'_qty','3'),(57860,6564,'_tax_class',''),(57861,6564,'_line_subtotal','199.44'),(57862,6564,'_line_subtotal_tax','0'),(57863,6564,'_line_total','199.44'),(57864,6564,'_line_tax','0'),(57865,6564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57866,6565,'_product_id','49'),(57867,6565,'_variation_id','0'),(57868,6565,'_qty','1'),(57869,6565,'_tax_class',''),(57870,6565,'_line_subtotal','79.2'),(57871,6565,'_line_subtotal_tax','0'),(57872,6565,'_line_total','79.2'),(57873,6565,'_line_tax','0'),(57874,6565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57875,6566,'_product_id','490'),(57876,6566,'_variation_id','0'),(57877,6566,'_qty','8'),(57878,6566,'_tax_class',''),(57879,6566,'_line_subtotal','182.24'),(57880,6566,'_line_subtotal_tax','0'),(57881,6566,'_line_total','182.24'),(57882,6566,'_line_tax','0'),(57883,6566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57884,6567,'method_id','free_shipping'),(57885,6567,'instance_id','2'),(57886,6567,'cost','0.00'),(57887,6567,'total_tax','0'),(57888,6567,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57889,6567,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8'),(57890,6524,'thwma_order_shipping_status','wc-pending'),(57891,6525,'thwma_order_shipping_status','wc-pending'),(57892,6526,'thwma_order_shipping_status','wc-pending'),(57893,6527,'thwma_order_shipping_status','wc-pending'),(57894,6528,'thwma_order_shipping_status','wc-pending'),(57895,6529,'thwma_order_shipping_status','wc-pending'),(57896,6520,'thwma_order_shipping_status','wc-pending'),(57897,6521,'thwma_order_shipping_status','wc-pending'),(57898,6522,'thwma_order_shipping_status','wc-pending'),(57899,6557,'thwma_order_shipping_status','wc-pending'),(57900,6558,'thwma_order_shipping_status','wc-pending'),(57901,6559,'thwma_order_shipping_status','wc-pending'),(57902,6542,'thwma_order_shipping_status','wc-pending'),(57903,6543,'thwma_order_shipping_status','wc-pending'),(57904,6544,'thwma_order_shipping_status','wc-pending'),(57905,6545,'thwma_order_shipping_status','wc-pending'),(57906,6546,'thwma_order_shipping_status','wc-pending'),(57907,6547,'thwma_order_shipping_status','wc-pending'),(57918,6531,'thwma_order_shipping_status','wc-pending'),(57919,6532,'thwma_order_shipping_status','wc-pending'),(57920,6533,'thwma_order_shipping_status','wc-pending'),(57921,6534,'thwma_order_shipping_status','wc-pending'),(57922,6535,'thwma_order_shipping_status','wc-pending'),(57923,6536,'thwma_order_shipping_status','wc-pending'),(57924,6537,'thwma_order_shipping_status','wc-pending'),(57925,6538,'thwma_order_shipping_status','wc-pending'),(57926,6539,'thwma_order_shipping_status','wc-pending'),(57927,6540,'thwma_order_shipping_status','wc-pending'),(57934,6561,'thwma_order_shipping_status','wc-pending'),(57935,6562,'thwma_order_shipping_status','wc-pending'),(57936,6563,'thwma_order_shipping_status','wc-pending'),(57937,6564,'thwma_order_shipping_status','wc-pending'),(57938,6565,'thwma_order_shipping_status','wc-pending'),(57939,6566,'thwma_order_shipping_status','wc-pending'),(57940,6490,'thwma_order_shipping_status','wc-pending'),(57941,6491,'thwma_order_shipping_status','wc-pending'),(57942,6492,'thwma_order_shipping_status','wc-pending'),(57943,6549,'thwma_order_shipping_status','wc-pending'),(57944,6550,'thwma_order_shipping_status','wc-pending'),(57945,6551,'thwma_order_shipping_status','wc-pending'),(57946,6553,'thwma_order_shipping_status','wc-pending'),(57947,6554,'thwma_order_shipping_status','wc-pending'),(57948,6555,'thwma_order_shipping_status','wc-pending'),(57949,6568,'_product_id','49'),(57950,6568,'_variation_id','0'),(57951,6568,'_qty','3'),(57952,6568,'_tax_class',''),(57953,6568,'_line_subtotal','237.6'),(57954,6568,'_line_subtotal_tax','0'),(57955,6568,'_line_total','237.6'),(57956,6568,'_line_tax','0'),(57957,6568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57958,6569,'_product_id','488'),(57959,6569,'_variation_id','0'),(57960,6569,'_qty','1'),(57961,6569,'_tax_class',''),(57962,6569,'_line_subtotal','31.35'),(57963,6569,'_line_subtotal_tax','0'),(57964,6569,'_line_total','31.35'),(57965,6569,'_line_tax','0'),(57966,6569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(57967,6570,'method_id','fedex'),(57968,6570,'instance_id','1'),(57969,6570,'cost','25.64'),(57970,6570,'total_tax','0'),(57971,6570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(57972,6570,'Package 1','17 × 14 × 10 (in) 32.25lbs × 1'),(58016,6576,'_product_id','43'),(58017,6576,'_variation_id','0'),(58018,6576,'_qty','1'),(58019,6576,'_tax_class',''),(58020,6576,'_line_subtotal','79.2'),(58021,6576,'_line_subtotal_tax','0'),(58022,6576,'_line_total','79.2'),(58023,6576,'_line_tax','0'),(58024,6576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58025,6577,'_product_id','42'),(58026,6577,'_variation_id','0'),(58027,6577,'_qty','1'),(58028,6577,'_tax_class',''),(58029,6577,'_line_subtotal','79.2'),(58030,6577,'_line_subtotal_tax','0'),(58031,6577,'_line_total','79.2'),(58032,6577,'_line_tax','0'),(58033,6577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58034,6578,'_product_id','38'),(58035,6578,'_variation_id','0'),(58036,6578,'_qty','1'),(58037,6578,'_tax_class',''),(58038,6578,'_line_subtotal','278.56'),(58039,6578,'_line_subtotal_tax','0'),(58040,6578,'_line_total','278.56'),(58041,6578,'_line_tax','0'),(58042,6578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58043,6579,'_product_id','490'),(58044,6579,'_variation_id','0'),(58045,6579,'_qty','10'),(58046,6579,'_tax_class',''),(58047,6579,'_line_subtotal','227.8'),(58048,6579,'_line_subtotal_tax','0'),(58049,6579,'_line_total','227.8'),(58050,6579,'_line_tax','0'),(58051,6579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58052,6580,'method_id','free_shipping'),(58053,6580,'instance_id','2'),(58054,6580,'cost','0.00'),(58055,6580,'total_tax','0'),(58056,6580,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58057,6580,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(58058,6581,'_product_id','43'),(58059,6581,'_variation_id','0'),(58060,6581,'_qty','1'),(58061,6581,'_tax_class',''),(58062,6581,'_line_subtotal','79.2'),(58063,6581,'_line_subtotal_tax','0'),(58064,6581,'_line_total','79.2'),(58065,6581,'_line_tax','0'),(58066,6581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58067,6582,'_product_id','42'),(58068,6582,'_variation_id','0'),(58069,6582,'_qty','1'),(58070,6582,'_tax_class',''),(58071,6582,'_line_subtotal','79.2'),(58072,6582,'_line_subtotal_tax','0'),(58073,6582,'_line_total','79.2'),(58074,6582,'_line_tax','0'),(58075,6582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58076,6583,'_product_id','38'),(58077,6583,'_variation_id','0'),(58078,6583,'_qty','1'),(58079,6583,'_tax_class',''),(58080,6583,'_line_subtotal','278.56'),(58081,6583,'_line_subtotal_tax','0'),(58082,6583,'_line_total','278.56'),(58083,6583,'_line_tax','0'),(58084,6583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58085,6584,'_product_id','490'),(58086,6584,'_variation_id','0'),(58087,6584,'_qty','10'),(58088,6584,'_tax_class',''),(58089,6584,'_line_subtotal','227.8'),(58090,6584,'_line_subtotal_tax','0'),(58091,6584,'_line_total','227.8'),(58092,6584,'_line_tax','0'),(58093,6584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58094,6585,'method_id','free_shipping'),(58095,6585,'instance_id','2'),(58096,6585,'cost','0.00'),(58097,6585,'total_tax','0'),(58098,6585,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58099,6585,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(58100,6586,'_product_id','43'),(58101,6586,'_variation_id','0'),(58102,6586,'_qty','1'),(58103,6586,'_tax_class',''),(58104,6586,'_line_subtotal','79.2'),(58105,6586,'_line_subtotal_tax','0'),(58106,6586,'_line_total','79.2'),(58107,6586,'_line_tax','0'),(58108,6586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58109,6587,'_product_id','41'),(58110,6587,'_variation_id','0'),(58111,6587,'_qty','1'),(58112,6587,'_tax_class',''),(58113,6587,'_line_subtotal','66.48'),(58114,6587,'_line_subtotal_tax','0'),(58115,6587,'_line_total','66.48'),(58116,6587,'_line_tax','0'),(58117,6587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58118,6588,'_product_id','487'),(58119,6588,'_variation_id','0'),(58120,6588,'_qty','1'),(58121,6588,'_tax_class',''),(58122,6588,'_line_subtotal','31.35'),(58123,6588,'_line_subtotal_tax','0'),(58124,6588,'_line_total','31.35'),(58125,6588,'_line_tax','0'),(58126,6588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58127,6589,'_product_id','490'),(58128,6589,'_variation_id','0'),(58129,6589,'_qty','10'),(58130,6589,'_tax_class',''),(58131,6589,'_line_subtotal','227.8'),(58132,6589,'_line_subtotal_tax','0'),(58133,6589,'_line_total','227.8'),(58134,6589,'_line_tax','0'),(58135,6589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58136,6590,'_product_id','23'),(58137,6590,'_variation_id','0'),(58138,6590,'_qty','1'),(58139,6590,'_tax_class',''),(58140,6590,'_line_subtotal','111.84'),(58141,6590,'_line_subtotal_tax','0'),(58142,6590,'_line_total','111.84'),(58143,6590,'_line_tax','0'),(58144,6590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58145,6591,'_product_id','38'),(58146,6591,'_variation_id','0'),(58147,6591,'_qty','1'),(58148,6591,'_tax_class',''),(58149,6591,'_line_subtotal','278.56'),(58150,6591,'_line_subtotal_tax','0'),(58151,6591,'_line_total','278.56'),(58152,6591,'_line_tax','0'),(58153,6591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58154,6592,'method_id','free_shipping'),(58155,6592,'instance_id','2'),(58156,6592,'cost','0.00'),(58157,6592,'total_tax','0'),(58158,6592,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58159,6592,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(58160,6593,'_product_id','41'),(58161,6593,'_variation_id','0'),(58162,6593,'_qty','1'),(58163,6593,'_tax_class',''),(58164,6593,'_line_subtotal','66.48'),(58165,6593,'_line_subtotal_tax','0'),(58166,6593,'_line_total','66.48'),(58167,6593,'_line_tax','0'),(58168,6593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58169,6594,'_product_id','42'),(58170,6594,'_variation_id','0'),(58171,6594,'_qty','1'),(58172,6594,'_tax_class',''),(58173,6594,'_line_subtotal','79.2'),(58174,6594,'_line_subtotal_tax','0'),(58175,6594,'_line_total','79.2'),(58176,6594,'_line_tax','0'),(58177,6594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58178,6595,'_product_id','23'),(58179,6595,'_variation_id','0'),(58180,6595,'_qty','1'),(58181,6595,'_tax_class',''),(58182,6595,'_line_subtotal','111.84'),(58183,6595,'_line_subtotal_tax','0'),(58184,6595,'_line_total','111.84'),(58185,6595,'_line_tax','0'),(58186,6595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58187,6596,'_product_id','42'),(58188,6596,'_variation_id','0'),(58189,6596,'_qty','2'),(58190,6596,'_tax_class',''),(58191,6596,'_line_subtotal','158.4'),(58192,6596,'_line_subtotal_tax','0'),(58193,6596,'_line_total','158.4'),(58194,6596,'_line_tax','0'),(58195,6596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58196,6597,'_product_id','120'),(58197,6597,'_variation_id','0'),(58198,6597,'_qty','1'),(58199,6597,'_tax_class',''),(58200,6597,'_line_subtotal','52.8'),(58201,6597,'_line_subtotal_tax','0'),(58202,6597,'_line_total','52.8'),(58203,6597,'_line_tax','0'),(58204,6597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58205,6598,'_product_id','43'),(58206,6598,'_variation_id','0'),(58207,6598,'_qty','2'),(58208,6598,'_tax_class',''),(58209,6598,'_line_subtotal','158.4'),(58210,6598,'_line_subtotal_tax','0'),(58211,6598,'_line_total','158.4'),(58212,6598,'_line_tax','0'),(58213,6598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58214,6599,'_product_id','487'),(58215,6599,'_variation_id','0'),(58216,6599,'_qty','1'),(58217,6599,'_tax_class',''),(58218,6599,'_line_subtotal','31.35'),(58219,6599,'_line_subtotal_tax','0'),(58220,6599,'_line_total','31.35'),(58221,6599,'_line_tax','0'),(58222,6599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58223,6600,'_product_id','23'),(58224,6600,'_variation_id','0'),(58225,6600,'_qty','1'),(58226,6600,'_tax_class',''),(58227,6600,'_line_subtotal','111.84'),(58228,6600,'_line_subtotal_tax','0'),(58229,6600,'_line_total','111.84'),(58230,6600,'_line_tax','0'),(58231,6600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58232,6601,'_product_id','38'),(58233,6601,'_variation_id','0'),(58234,6601,'_qty','2'),(58235,6601,'_tax_class',''),(58236,6601,'_line_subtotal','557.12'),(58237,6601,'_line_subtotal_tax','0'),(58238,6601,'_line_total','557.12'),(58239,6601,'_line_tax','0'),(58240,6601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58241,6602,'_product_id','45'),(58242,6602,'_variation_id','0'),(58243,6602,'_qty','1'),(58244,6602,'_tax_class',''),(58245,6602,'_line_subtotal','42.24'),(58246,6602,'_line_subtotal_tax','0'),(58247,6602,'_line_total','42.24'),(58248,6602,'_line_tax','0'),(58249,6602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58250,6603,'_product_id','490'),(58251,6603,'_variation_id','0'),(58252,6603,'_qty','10'),(58253,6603,'_tax_class',''),(58254,6603,'_line_subtotal','227.8'),(58255,6603,'_line_subtotal_tax','0'),(58256,6603,'_line_total','227.8'),(58257,6603,'_line_tax','0'),(58258,6603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58259,6604,'method_id','free_shipping'),(58260,6604,'instance_id','2'),(58261,6604,'cost','0.00'),(58262,6604,'total_tax','0'),(58263,6604,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58264,6604,'Items','Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(58265,6568,'thwma_order_shipping_status','wc-pending'),(58266,6569,'thwma_order_shipping_status','wc-pending'),(58267,6605,'_product_id','118'),(58268,6605,'_variation_id','0'),(58269,6605,'_qty','2'),(58270,6605,'_tax_class',''),(58271,6605,'_line_subtotal','369.6'),(58272,6605,'_line_subtotal_tax','0'),(58273,6605,'_line_total','369.6'),(58274,6605,'_line_tax','0'),(58275,6605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58276,6606,'_product_id','43'),(58277,6606,'_variation_id','0'),(58278,6606,'_qty','1'),(58279,6606,'_tax_class',''),(58280,6606,'_line_subtotal','79.2'),(58281,6606,'_line_subtotal_tax','0'),(58282,6606,'_line_total','79.2'),(58283,6606,'_line_tax','0'),(58284,6606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58285,6607,'_product_id','49'),(58286,6607,'_variation_id','0'),(58287,6607,'_qty','1'),(58288,6607,'_tax_class',''),(58289,6607,'_line_subtotal','79.2'),(58290,6607,'_line_subtotal_tax','0'),(58291,6607,'_line_total','79.2'),(58292,6607,'_line_tax','0'),(58293,6607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58294,6608,'_product_id','93'),(58295,6608,'_variation_id','0'),(58296,6608,'_qty','8'),(58297,6608,'_tax_class',''),(58298,6608,'_line_subtotal','0'),(58299,6608,'_line_subtotal_tax','0'),(58300,6608,'_line_total','0'),(58301,6608,'_line_tax','0'),(58302,6608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58303,6609,'_product_id','95'),(58304,6609,'_variation_id','0'),(58305,6609,'_qty','2'),(58306,6609,'_tax_class',''),(58307,6609,'_line_subtotal','0'),(58308,6609,'_line_subtotal_tax','0'),(58309,6609,'_line_total','0'),(58310,6609,'_line_tax','0'),(58311,6609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58312,6610,'_product_id','97'),(58313,6610,'_variation_id','0'),(58314,6610,'_qty','1'),(58315,6610,'_tax_class',''),(58316,6610,'_line_subtotal','0'),(58317,6610,'_line_subtotal_tax','0'),(58318,6610,'_line_total','0'),(58319,6610,'_line_tax','0'),(58320,6610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58321,6611,'_product_id','99'),(58322,6611,'_variation_id','0'),(58323,6611,'_qty','1'),(58324,6611,'_tax_class',''),(58325,6611,'_line_subtotal','0'),(58326,6611,'_line_subtotal_tax','0'),(58327,6611,'_line_total','0'),(58328,6611,'_line_tax','0'),(58329,6611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58330,6612,'method_id','free_shipping'),(58331,6612,'instance_id','2'),(58332,6612,'cost','0.00'),(58333,6612,'total_tax','0'),(58334,6612,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58335,6612,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8, Bulk Active Rinse 50/50 &times; 2, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1'),(58336,6613,'_product_id','39'),(58337,6613,'_variation_id','0'),(58338,6613,'_qty','2'),(58339,6613,'_tax_class',''),(58340,6613,'_line_subtotal','158.4'),(58341,6613,'_line_subtotal_tax','0'),(58342,6613,'_line_total','158.4'),(58343,6613,'_line_tax','0'),(58344,6613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58345,6614,'_product_id','23'),(58346,6614,'_variation_id','0'),(58347,6614,'_qty','1'),(58348,6614,'_tax_class',''),(58349,6614,'_line_subtotal','111.84'),(58350,6614,'_line_subtotal_tax','0'),(58351,6614,'_line_total','111.84'),(58352,6614,'_line_tax','0'),(58353,6614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58354,6615,'_product_id','40'),(58355,6615,'_variation_id','0'),(58356,6615,'_qty','2'),(58357,6615,'_tax_class',''),(58358,6615,'_line_subtotal','158.4'),(58359,6615,'_line_subtotal_tax','0'),(58360,6615,'_line_total','158.4'),(58361,6615,'_line_tax','0'),(58362,6615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58363,6616,'_product_id','49'),(58364,6616,'_variation_id','0'),(58365,6616,'_qty','4'),(58366,6616,'_tax_class',''),(58367,6616,'_line_subtotal','316.8'),(58368,6616,'_line_subtotal_tax','0'),(58369,6616,'_line_total','316.8'),(58370,6616,'_line_tax','0'),(58371,6616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58372,6617,'_product_id','45'),(58373,6617,'_variation_id','0'),(58374,6617,'_qty','1'),(58375,6617,'_tax_class',''),(58376,6617,'_line_subtotal','42.24'),(58377,6617,'_line_subtotal_tax','0'),(58378,6617,'_line_total','42.24'),(58379,6617,'_line_tax','0'),(58380,6617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58381,6618,'_product_id','93'),(58382,6618,'_variation_id','0'),(58383,6618,'_qty','5'),(58384,6618,'_tax_class',''),(58385,6618,'_line_subtotal','0'),(58386,6618,'_line_subtotal_tax','0'),(58387,6618,'_line_total','0'),(58388,6618,'_line_tax','0'),(58389,6618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58390,6619,'method_id','free_shipping'),(58391,6619,'instance_id','2'),(58392,6619,'cost','0.00'),(58393,6619,'total_tax','0'),(58394,6619,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58395,6619,'Items','Preventive Shampoo(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 5'),(58396,6620,'_product_id','23'),(58397,6620,'_variation_id','0'),(58398,6620,'_qty','1'),(58399,6620,'_tax_class',''),(58400,6620,'_line_subtotal','111.84'),(58401,6620,'_line_subtotal_tax','0'),(58402,6620,'_line_total','111.84'),(58403,6620,'_line_tax','0'),(58404,6620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58405,6621,'_product_id','39'),(58406,6621,'_variation_id','0'),(58407,6621,'_qty','1'),(58408,6621,'_tax_class',''),(58409,6621,'_line_subtotal','79.2'),(58410,6621,'_line_subtotal_tax','0'),(58411,6621,'_line_total','79.2'),(58412,6621,'_line_tax','0'),(58413,6621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58414,6622,'_product_id','40'),(58415,6622,'_variation_id','0'),(58416,6622,'_qty','1'),(58417,6622,'_tax_class',''),(58418,6622,'_line_subtotal','79.2'),(58419,6622,'_line_subtotal_tax','0'),(58420,6622,'_line_total','79.2'),(58421,6622,'_line_tax','0'),(58422,6622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58423,6623,'_product_id','49'),(58424,6623,'_variation_id','0'),(58425,6623,'_qty','3'),(58426,6623,'_tax_class',''),(58427,6623,'_line_subtotal','237.6'),(58428,6623,'_line_subtotal_tax','0'),(58429,6623,'_line_total','237.6'),(58430,6623,'_line_tax','0'),(58431,6623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58432,6624,'_product_id','93'),(58433,6624,'_variation_id','0'),(58434,6624,'_qty','5'),(58435,6624,'_tax_class',''),(58436,6624,'_line_subtotal','0'),(58437,6624,'_line_subtotal_tax','0'),(58438,6624,'_line_total','0'),(58439,6624,'_line_tax','0'),(58440,6624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58441,6625,'method_id','free_shipping'),(58442,6625,'instance_id','2'),(58443,6625,'cost','0.00'),(58444,6625,'total_tax','0'),(58445,6625,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58446,6625,'Items','Active Rinse 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 5'),(58465,6581,'thwma_order_shipping_status','wc-pending'),(58466,6582,'thwma_order_shipping_status','wc-pending'),(58467,6583,'thwma_order_shipping_status','wc-pending'),(58468,6584,'thwma_order_shipping_status','wc-pending'),(58469,6626,'_product_id','41'),(58470,6626,'_variation_id','0'),(58471,6626,'_qty','1'),(58472,6626,'_tax_class',''),(58473,6626,'_line_subtotal','66.48'),(58474,6626,'_line_subtotal_tax','0'),(58475,6626,'_line_total','66.48'),(58476,6626,'_line_tax','0'),(58477,6626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58478,6627,'_product_id','490'),(58479,6627,'_variation_id','0'),(58480,6627,'_qty','5'),(58481,6627,'_tax_class',''),(58482,6627,'_line_subtotal','113.9'),(58483,6627,'_line_subtotal_tax','0'),(58484,6627,'_line_total','113.9'),(58485,6627,'_line_tax','0'),(58486,6627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58487,6628,'_product_id','49'),(58488,6628,'_variation_id','0'),(58489,6628,'_qty','1'),(58490,6628,'_tax_class',''),(58491,6628,'_line_subtotal','79.2'),(58492,6628,'_line_subtotal_tax','0'),(58493,6628,'_line_total','79.2'),(58494,6628,'_line_tax','0'),(58495,6628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58496,6629,'_product_id','488'),(58497,6629,'_variation_id','0'),(58498,6629,'_qty','2'),(58499,6629,'_tax_class',''),(58500,6629,'_line_subtotal','62.7'),(58501,6629,'_line_subtotal_tax','0'),(58502,6629,'_line_total','62.7'),(58503,6629,'_line_tax','0'),(58504,6629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58505,6630,'_product_id','23'),(58506,6630,'_variation_id','0'),(58507,6630,'_qty','1'),(58508,6630,'_tax_class',''),(58509,6630,'_line_subtotal','111.84'),(58510,6630,'_line_subtotal_tax','0'),(58511,6630,'_line_total','111.84'),(58512,6630,'_line_tax','0'),(58513,6630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58514,6631,'_product_id','45'),(58515,6631,'_variation_id','0'),(58516,6631,'_qty','1'),(58517,6631,'_tax_class',''),(58518,6631,'_line_subtotal','42.24'),(58519,6631,'_line_subtotal_tax','0'),(58520,6631,'_line_total','42.24'),(58521,6631,'_line_tax','0'),(58522,6631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58523,6632,'_product_id','44'),(58524,6632,'_variation_id','0'),(58525,6632,'_qty','1'),(58526,6632,'_tax_class',''),(58527,6632,'_line_subtotal','116.16'),(58528,6632,'_line_subtotal_tax','0'),(58529,6632,'_line_total','116.16'),(58530,6632,'_line_tax','0'),(58531,6632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58532,6633,'_product_id','51'),(58533,6633,'_variation_id','0'),(58534,6633,'_qty','1'),(58535,6633,'_tax_class',''),(58536,6633,'_line_subtotal','147.84'),(58537,6633,'_line_subtotal_tax','0'),(58538,6633,'_line_total','147.84'),(58539,6633,'_line_tax','0'),(58540,6633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58541,6634,'method_id','fedex'),(58542,6634,'instance_id','1'),(58543,6634,'cost','58.76'),(58544,6634,'total_tax','0'),(58545,6634,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58546,6634,'Package 1','17 × 14 × 10 (in) 41.4lbs × 1'),(58547,6634,'Package 2','17 × 14 × 10 (in) 34.4lbs × 1'),(58559,6635,'_product_id','23'),(58560,6635,'_variation_id','0'),(58561,6635,'_qty','1'),(58562,6635,'_tax_class',''),(58563,6635,'_line_subtotal','111.84'),(58564,6635,'_line_subtotal_tax','0'),(58565,6635,'_line_total','111.84'),(58566,6635,'_line_tax','0'),(58567,6635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58568,6636,'_product_id','42'),(58569,6636,'_variation_id','0'),(58570,6636,'_qty','1'),(58571,6636,'_tax_class',''),(58572,6636,'_line_subtotal','79.2'),(58573,6636,'_line_subtotal_tax','0'),(58574,6636,'_line_total','79.2'),(58575,6636,'_line_tax','0'),(58576,6636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58577,6637,'_product_id','39'),(58578,6637,'_variation_id','0'),(58579,6637,'_qty','3'),(58580,6637,'_tax_class',''),(58581,6637,'_line_subtotal','237.6'),(58582,6637,'_line_subtotal_tax','0'),(58583,6637,'_line_total','237.6'),(58584,6637,'_line_tax','0'),(58585,6637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58586,6638,'_product_id','40'),(58587,6638,'_variation_id','0'),(58588,6638,'_qty','5'),(58589,6638,'_tax_class',''),(58590,6638,'_line_subtotal','396'),(58591,6638,'_line_subtotal_tax','0'),(58592,6638,'_line_total','396'),(58593,6638,'_line_tax','0'),(58594,6638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58595,6639,'_product_id','49'),(58596,6639,'_variation_id','0'),(58597,6639,'_qty','8'),(58598,6639,'_tax_class',''),(58599,6639,'_line_subtotal','633.6'),(58600,6639,'_line_subtotal_tax','0'),(58601,6639,'_line_total','633.6'),(58602,6639,'_line_tax','0'),(58603,6639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58604,6640,'_product_id','44'),(58605,6640,'_variation_id','0'),(58606,6640,'_qty','4'),(58607,6640,'_tax_class',''),(58608,6640,'_line_subtotal','464.64'),(58609,6640,'_line_subtotal_tax','0'),(58610,6640,'_line_total','464.64'),(58611,6640,'_line_tax','0'),(58612,6640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58613,6641,'_product_id','487'),(58614,6641,'_variation_id','0'),(58615,6641,'_qty','4'),(58616,6641,'_tax_class',''),(58617,6641,'_line_subtotal','125.4'),(58618,6641,'_line_subtotal_tax','0'),(58619,6641,'_line_total','125.4'),(58620,6641,'_line_tax','0'),(58621,6641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58622,6642,'_product_id','490'),(58623,6642,'_variation_id','0'),(58624,6642,'_qty','3'),(58625,6642,'_tax_class',''),(58626,6642,'_line_subtotal','68.34'),(58627,6642,'_line_subtotal_tax','0'),(58628,6642,'_line_total','68.34'),(58629,6642,'_line_tax','0'),(58630,6642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58631,6643,'method_id','free_shipping'),(58632,6643,'instance_id','2'),(58633,6643,'cost','0.00'),(58634,6643,'total_tax','0'),(58635,6643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58636,6643,'Items','Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 8, Preventive Kit(Case of 6) &times; 4, Bulk Mousse 1 Gallon RM &times; 4, Bulk Active Rinse 100% RM &times; 3'),(58637,6644,'_product_id','23'),(58638,6644,'_variation_id','0'),(58639,6644,'_qty','2'),(58640,6644,'_tax_class',''),(58641,6644,'_line_subtotal','223.68'),(58642,6644,'_line_subtotal_tax','0'),(58643,6644,'_line_total','223.68'),(58644,6644,'_line_tax','0'),(58645,6644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58646,6645,'_product_id','41'),(58647,6645,'_variation_id','0'),(58648,6645,'_qty','1'),(58649,6645,'_tax_class',''),(58650,6645,'_line_subtotal','66.48'),(58651,6645,'_line_subtotal_tax','0'),(58652,6645,'_line_total','66.48'),(58653,6645,'_line_tax','0'),(58654,6645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58655,6646,'_product_id','490'),(58656,6646,'_variation_id','0'),(58657,6646,'_qty','10'),(58658,6646,'_tax_class',''),(58659,6646,'_line_subtotal','227.8'),(58660,6646,'_line_subtotal_tax','0'),(58661,6646,'_line_total','227.8'),(58662,6646,'_line_tax','0'),(58663,6646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58664,6647,'_product_id','131'),(58665,6647,'_variation_id','0'),(58666,6647,'_qty','4'),(58667,6647,'_tax_class',''),(58668,6647,'_line_subtotal','50.6'),(58669,6647,'_line_subtotal_tax','0'),(58670,6647,'_line_total','50.6'),(58671,6647,'_line_tax','0'),(58672,6647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58673,6648,'_product_id','133'),(58674,6648,'_variation_id','0'),(58675,6648,'_qty','1'),(58676,6648,'_tax_class',''),(58677,6648,'_line_subtotal','14.3'),(58678,6648,'_line_subtotal_tax','0'),(58679,6648,'_line_total','14.3'),(58680,6648,'_line_tax','0'),(58681,6648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58682,6649,'_product_id','38'),(58683,6649,'_variation_id','0'),(58684,6649,'_qty','2'),(58685,6649,'_tax_class',''),(58686,6649,'_line_subtotal','557.12'),(58687,6649,'_line_subtotal_tax','0'),(58688,6649,'_line_total','557.12'),(58689,6649,'_line_tax','0'),(58690,6649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58691,6650,'_product_id','43'),(58692,6650,'_variation_id','0'),(58693,6650,'_qty','1'),(58694,6650,'_tax_class',''),(58695,6650,'_line_subtotal','79.2'),(58696,6650,'_line_subtotal_tax','0'),(58697,6650,'_line_total','79.2'),(58698,6650,'_line_tax','0'),(58699,6650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58700,6651,'_product_id','488'),(58701,6651,'_variation_id','0'),(58702,6651,'_qty','1'),(58703,6651,'_tax_class',''),(58704,6651,'_line_subtotal','31.35'),(58705,6651,'_line_subtotal_tax','0'),(58706,6651,'_line_total','31.35'),(58707,6651,'_line_tax','0'),(58708,6651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58709,6652,'method_id','free_shipping'),(58710,6652,'instance_id','2'),(58711,6652,'cost','0.00'),(58712,6652,'total_tax','0'),(58713,6652,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58714,6652,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 4, Disposable Head Bands &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(58720,6620,'thwma_order_shipping_status','wc-pending'),(58721,6621,'thwma_order_shipping_status','wc-pending'),(58722,6622,'thwma_order_shipping_status','wc-pending'),(58723,6623,'thwma_order_shipping_status','wc-pending'),(58724,6624,'thwma_order_shipping_status','wc-pending'),(58733,6644,'thwma_order_shipping_status','wc-pending'),(58734,6645,'thwma_order_shipping_status','wc-pending'),(58735,6646,'thwma_order_shipping_status','wc-pending'),(58736,6647,'thwma_order_shipping_status','wc-pending'),(58737,6648,'thwma_order_shipping_status','wc-pending'),(58738,6649,'thwma_order_shipping_status','wc-pending'),(58739,6650,'thwma_order_shipping_status','wc-pending'),(58740,6651,'thwma_order_shipping_status','wc-pending'),(58741,6635,'thwma_order_shipping_status','wc-pending'),(58742,6636,'thwma_order_shipping_status','wc-pending'),(58743,6637,'thwma_order_shipping_status','wc-pending'),(58744,6638,'thwma_order_shipping_status','wc-pending'),(58745,6639,'thwma_order_shipping_status','wc-pending'),(58746,6640,'thwma_order_shipping_status','wc-pending'),(58747,6641,'thwma_order_shipping_status','wc-pending'),(58748,6642,'thwma_order_shipping_status','wc-pending'),(58749,6626,'thwma_order_shipping_status','wc-pending'),(58750,6627,'thwma_order_shipping_status','wc-pending'),(58751,6628,'thwma_order_shipping_status','wc-pending'),(58752,6629,'thwma_order_shipping_status','wc-pending'),(58753,6630,'thwma_order_shipping_status','wc-pending'),(58754,6631,'thwma_order_shipping_status','wc-pending'),(58755,6632,'thwma_order_shipping_status','wc-pending'),(58756,6633,'thwma_order_shipping_status','wc-pending'),(58757,6613,'thwma_order_shipping_status','wc-pending'),(58758,6614,'thwma_order_shipping_status','wc-pending'),(58759,6615,'thwma_order_shipping_status','wc-pending'),(58760,6616,'thwma_order_shipping_status','wc-pending'),(58761,6617,'thwma_order_shipping_status','wc-pending'),(58762,6618,'thwma_order_shipping_status','wc-pending'),(58774,6586,'thwma_order_shipping_status','wc-pending'),(58775,6587,'thwma_order_shipping_status','wc-pending'),(58776,6588,'thwma_order_shipping_status','wc-pending'),(58777,6589,'thwma_order_shipping_status','wc-pending'),(58778,6590,'thwma_order_shipping_status','wc-pending'),(58779,6591,'thwma_order_shipping_status','wc-pending'),(58780,6593,'thwma_order_shipping_status','wc-pending'),(58781,6594,'thwma_order_shipping_status','wc-pending'),(58782,6595,'thwma_order_shipping_status','wc-pending'),(58783,6596,'thwma_order_shipping_status','wc-pending'),(58784,6597,'thwma_order_shipping_status','wc-pending'),(58785,6598,'thwma_order_shipping_status','wc-pending'),(58786,6599,'thwma_order_shipping_status','wc-pending'),(58787,6600,'thwma_order_shipping_status','wc-pending'),(58788,6601,'thwma_order_shipping_status','wc-pending'),(58789,6602,'thwma_order_shipping_status','wc-pending'),(58790,6603,'thwma_order_shipping_status','wc-pending'),(58791,6605,'thwma_order_shipping_status','wc-pending'),(58792,6606,'thwma_order_shipping_status','wc-pending'),(58793,6607,'thwma_order_shipping_status','wc-pending'),(58794,6608,'thwma_order_shipping_status','wc-pending'),(58795,6609,'thwma_order_shipping_status','wc-pending'),(58796,6610,'thwma_order_shipping_status','wc-pending'),(58797,6611,'thwma_order_shipping_status','wc-pending'),(58798,6653,'_product_id','23'),(58799,6653,'_variation_id','0'),(58800,6653,'_qty','4'),(58801,6653,'_tax_class',''),(58802,6653,'_line_subtotal','447.36'),(58803,6653,'_line_subtotal_tax','0'),(58804,6653,'_line_total','447.36'),(58805,6653,'_line_tax','0'),(58806,6653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58807,6654,'_product_id','41'),(58808,6654,'_variation_id','0'),(58809,6654,'_qty','6'),(58810,6654,'_tax_class',''),(58811,6654,'_line_subtotal','398.88'),(58812,6654,'_line_subtotal_tax','0'),(58813,6654,'_line_total','398.88'),(58814,6654,'_line_tax','0'),(58815,6654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58816,6655,'_product_id','93'),(58817,6655,'_variation_id','0'),(58818,6655,'_qty','10'),(58819,6655,'_tax_class',''),(58820,6655,'_line_subtotal','0'),(58821,6655,'_line_subtotal_tax','0'),(58822,6655,'_line_total','0'),(58823,6655,'_line_tax','0'),(58824,6655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58825,6656,'method_id','fedex'),(58826,6656,'instance_id','1'),(58827,6656,'cost','46.63'),(58828,6656,'total_tax','0'),(58829,6656,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58830,6656,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(58831,6656,'Package 2','17 × 14 × 10 (in) 25.15lbs × 1'),(58832,6657,'_product_id','42'),(58833,6657,'_variation_id','0'),(58834,6657,'_qty','2'),(58835,6657,'_tax_class',''),(58836,6657,'_line_subtotal','158.4'),(58837,6657,'_line_subtotal_tax','0'),(58838,6657,'_line_total','158.4'),(58839,6657,'_line_tax','0'),(58840,6657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58841,6658,'_product_id','23'),(58842,6658,'_variation_id','0'),(58843,6658,'_qty','2'),(58844,6658,'_tax_class',''),(58845,6658,'_line_subtotal','223.68'),(58846,6658,'_line_subtotal_tax','0'),(58847,6658,'_line_total','223.68'),(58848,6658,'_line_tax','0'),(58849,6658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58850,6659,'_product_id','41'),(58851,6659,'_variation_id','0'),(58852,6659,'_qty','3'),(58853,6659,'_tax_class',''),(58854,6659,'_line_subtotal','199.44'),(58855,6659,'_line_subtotal_tax','0'),(58856,6659,'_line_total','199.44'),(58857,6659,'_line_tax','0'),(58858,6659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58859,6660,'_product_id','120'),(58860,6660,'_variation_id','0'),(58861,6660,'_qty','1'),(58862,6660,'_tax_class',''),(58863,6660,'_line_subtotal','52.8'),(58864,6660,'_line_subtotal_tax','0'),(58865,6660,'_line_total','52.8'),(58866,6660,'_line_tax','0'),(58867,6660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58868,6661,'method_id','fedex'),(58869,6661,'instance_id','1'),(58870,6661,'cost','37.65'),(58871,6661,'total_tax','0'),(58872,6661,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(58873,6661,'Package 1','17 × 14 × 10 (in) 34.2lbs × 1'),(58874,6661,'Package 2','12.75 × 10.25 × 1.5 (in) 2.46lbs × 1'),(58886,6657,'thwma_order_shipping_status','wc-pending'),(58887,6658,'thwma_order_shipping_status','wc-pending'),(58888,6659,'thwma_order_shipping_status','wc-pending'),(58889,6660,'thwma_order_shipping_status','wc-pending'),(58890,6662,'_product_id','43'),(58891,6662,'_variation_id','0'),(58892,6662,'_qty','4'),(58893,6662,'_tax_class',''),(58894,6662,'_line_subtotal','316.8'),(58895,6662,'_line_subtotal_tax','0'),(58896,6662,'_line_total','316.8'),(58897,6662,'_line_tax','0'),(58898,6662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58899,6663,'_product_id','49'),(58900,6663,'_variation_id','0'),(58901,6663,'_qty','4'),(58902,6663,'_tax_class',''),(58903,6663,'_line_subtotal','316.8'),(58904,6663,'_line_subtotal_tax','0'),(58905,6663,'_line_total','316.8'),(58906,6663,'_line_tax','0'),(58907,6663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58908,6664,'_product_id','23'),(58909,6664,'_variation_id','0'),(58910,6664,'_qty','3'),(58911,6664,'_tax_class',''),(58912,6664,'_line_subtotal','335.52'),(58913,6664,'_line_subtotal_tax','0'),(58914,6664,'_line_total','335.52'),(58915,6664,'_line_tax','0'),(58916,6664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58917,6665,'_product_id','45'),(58918,6665,'_variation_id','0'),(58919,6665,'_qty','1'),(58920,6665,'_tax_class',''),(58921,6665,'_line_subtotal','42.24'),(58922,6665,'_line_subtotal_tax','0'),(58923,6665,'_line_total','42.24'),(58924,6665,'_line_tax','0'),(58925,6665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58926,6666,'_product_id','42'),(58927,6666,'_variation_id','0'),(58928,6666,'_qty','2'),(58929,6666,'_tax_class',''),(58930,6666,'_line_subtotal','158.4'),(58931,6666,'_line_subtotal_tax','0'),(58932,6666,'_line_total','158.4'),(58933,6666,'_line_tax','0'),(58934,6666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58935,6667,'_product_id','40'),(58936,6667,'_variation_id','0'),(58937,6667,'_qty','3'),(58938,6667,'_tax_class',''),(58939,6667,'_line_subtotal','237.6'),(58940,6667,'_line_subtotal_tax','0'),(58941,6667,'_line_total','237.6'),(58942,6667,'_line_tax','0'),(58943,6667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58944,6668,'_product_id','39'),(58945,6668,'_variation_id','0'),(58946,6668,'_qty','3'),(58947,6668,'_tax_class',''),(58948,6668,'_line_subtotal','237.6'),(58949,6668,'_line_subtotal_tax','0'),(58950,6668,'_line_total','237.6'),(58951,6668,'_line_tax','0'),(58952,6668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58953,6669,'_product_id','489'),(58954,6669,'_variation_id','0'),(58955,6669,'_qty','5'),(58956,6669,'_tax_class',''),(58957,6669,'_line_subtotal','97.15'),(58958,6669,'_line_subtotal_tax','0'),(58959,6669,'_line_total','97.15'),(58960,6669,'_line_tax','0'),(58961,6669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58962,6670,'_product_id','487'),(58963,6670,'_variation_id','0'),(58964,6670,'_qty','2'),(58965,6670,'_tax_class',''),(58966,6670,'_line_subtotal','62.7'),(58967,6670,'_line_subtotal_tax','0'),(58968,6670,'_line_total','62.7'),(58969,6670,'_line_tax','0'),(58970,6670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58971,6671,'_product_id','488'),(58972,6671,'_variation_id','0'),(58973,6671,'_qty','2'),(58974,6671,'_tax_class',''),(58975,6671,'_line_subtotal','62.7'),(58976,6671,'_line_subtotal_tax','0'),(58977,6671,'_line_total','62.7'),(58978,6671,'_line_tax','0'),(58979,6671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58980,6672,'_product_id','138'),(58981,6672,'_variation_id','0'),(58982,6672,'_qty','5'),(58983,6672,'_tax_class',''),(58984,6672,'_line_subtotal','24.75'),(58985,6672,'_line_subtotal_tax','0'),(58986,6672,'_line_total','24.75'),(58987,6672,'_line_tax','0'),(58988,6672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58989,6673,'_product_id','320'),(58990,6673,'_variation_id','0'),(58991,6673,'_qty','5'),(58992,6673,'_tax_class',''),(58993,6673,'_line_subtotal','18.75'),(58994,6673,'_line_subtotal_tax','0'),(58995,6673,'_line_total','18.75'),(58996,6673,'_line_tax','0'),(58997,6673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(58998,6674,'_product_id','144'),(58999,6674,'_variation_id','0'),(59000,6674,'_qty','4'),(59001,6674,'_tax_class',''),(59002,6674,'_line_subtotal','5.52'),(59003,6674,'_line_subtotal_tax','0'),(59004,6674,'_line_total','5.52'),(59005,6674,'_line_tax','0'),(59006,6674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59007,6675,'_product_id','142'),(59008,6675,'_variation_id','0'),(59009,6675,'_qty','5'),(59010,6675,'_tax_class',''),(59011,6675,'_line_subtotal','6.25'),(59012,6675,'_line_subtotal_tax','0'),(59013,6675,'_line_total','6.25'),(59014,6675,'_line_tax','0'),(59015,6675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59016,6676,'_product_id','146'),(59017,6676,'_variation_id','0'),(59018,6676,'_qty','4'),(59019,6676,'_tax_class',''),(59020,6676,'_line_subtotal','5.52'),(59021,6676,'_line_subtotal_tax','0'),(59022,6676,'_line_total','5.52'),(59023,6676,'_line_tax','0'),(59024,6676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59025,6677,'_product_id','318'),(59026,6677,'_variation_id','0'),(59027,6677,'_qty','3'),(59028,6677,'_tax_class',''),(59029,6677,'_line_subtotal','9'),(59030,6677,'_line_subtotal_tax','0'),(59031,6677,'_line_total','9'),(59032,6677,'_line_tax','0'),(59033,6677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59034,6678,'method_id','free_shipping'),(59035,6678,'instance_id','2'),(59036,6678,'cost','0.00'),(59037,6678,'total_tax','0'),(59038,6678,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59039,6678,'Items','Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 3, Bulk Active Rinse 50/50 RM &times; 5, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, The Wet Brush Squirt &times; 5, Wet Comb &times; 5, Course Tail Comb &times; 4, 6\" Wide Tooth Detangling Comb &times; 5, 9\" Detangler Comb &times; 4, Goomee 4 Pack &times; 3'),(59040,6653,'thwma_order_shipping_status','wc-pending'),(59041,6654,'thwma_order_shipping_status','wc-pending'),(59042,6655,'thwma_order_shipping_status','wc-pending'),(59043,6662,'thwma_order_shipping_status','wc-pending'),(59044,6663,'thwma_order_shipping_status','wc-pending'),(59045,6664,'thwma_order_shipping_status','wc-pending'),(59046,6665,'thwma_order_shipping_status','wc-pending'),(59047,6666,'thwma_order_shipping_status','wc-pending'),(59048,6667,'thwma_order_shipping_status','wc-pending'),(59049,6668,'thwma_order_shipping_status','wc-pending'),(59050,6669,'thwma_order_shipping_status','wc-pending'),(59051,6670,'thwma_order_shipping_status','wc-pending'),(59052,6671,'thwma_order_shipping_status','wc-pending'),(59053,6672,'thwma_order_shipping_status','wc-pending'),(59054,6673,'thwma_order_shipping_status','wc-pending'),(59055,6674,'thwma_order_shipping_status','wc-pending'),(59056,6675,'thwma_order_shipping_status','wc-pending'),(59057,6676,'thwma_order_shipping_status','wc-pending'),(59058,6677,'thwma_order_shipping_status','wc-pending'),(59059,6679,'_product_id','23'),(59060,6679,'_variation_id','0'),(59061,6679,'_qty','2'),(59062,6679,'_tax_class',''),(59063,6679,'_line_subtotal','223.68'),(59064,6679,'_line_subtotal_tax','0'),(59065,6679,'_line_total','223.68'),(59066,6679,'_line_tax','0'),(59067,6679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59068,6680,'_product_id','45'),(59069,6680,'_variation_id','0'),(59070,6680,'_qty','3'),(59071,6680,'_tax_class',''),(59072,6680,'_line_subtotal','126.72'),(59073,6680,'_line_subtotal_tax','0'),(59074,6680,'_line_total','126.72'),(59075,6680,'_line_tax','0'),(59076,6680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59077,6681,'_product_id','41'),(59078,6681,'_variation_id','0'),(59079,6681,'_qty','4'),(59080,6681,'_tax_class',''),(59081,6681,'_line_subtotal','265.92'),(59082,6681,'_line_subtotal_tax','0'),(59083,6681,'_line_total','265.92'),(59084,6681,'_line_tax','0'),(59085,6681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59086,6682,'_product_id','43'),(59087,6682,'_variation_id','0'),(59088,6682,'_qty','1'),(59089,6682,'_tax_class',''),(59090,6682,'_line_subtotal','79.2'),(59091,6682,'_line_subtotal_tax','0'),(59092,6682,'_line_total','79.2'),(59093,6682,'_line_tax','0'),(59094,6682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59095,6683,'_product_id','49'),(59096,6683,'_variation_id','0'),(59097,6683,'_qty','2'),(59098,6683,'_tax_class',''),(59099,6683,'_line_subtotal','158.4'),(59100,6683,'_line_subtotal_tax','0'),(59101,6683,'_line_total','158.4'),(59102,6683,'_line_tax','0'),(59103,6683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59104,6684,'_product_id','44'),(59105,6684,'_variation_id','0'),(59106,6684,'_qty','2'),(59107,6684,'_tax_class',''),(59108,6684,'_line_subtotal','232.32'),(59109,6684,'_line_subtotal_tax','0'),(59110,6684,'_line_total','232.32'),(59111,6684,'_line_tax','0'),(59112,6684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59113,6685,'_product_id','133'),(59114,6685,'_variation_id','0'),(59115,6685,'_qty','2'),(59116,6685,'_tax_class',''),(59117,6685,'_line_subtotal','28.6'),(59118,6685,'_line_subtotal_tax','0'),(59119,6685,'_line_total','28.6'),(59120,6685,'_line_tax','0'),(59121,6685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59122,6686,'_product_id','93'),(59123,6686,'_variation_id','0'),(59124,6686,'_qty','10'),(59125,6686,'_tax_class',''),(59126,6686,'_line_subtotal','0'),(59127,6686,'_line_subtotal_tax','0'),(59128,6686,'_line_total','0'),(59129,6686,'_line_tax','0'),(59130,6686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59131,6687,'_product_id','97'),(59132,6687,'_variation_id','0'),(59133,6687,'_qty','2'),(59134,6687,'_tax_class',''),(59135,6687,'_line_subtotal','0'),(59136,6687,'_line_subtotal_tax','0'),(59137,6687,'_line_total','0'),(59138,6687,'_line_tax','0'),(59139,6687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59140,6688,'_product_id','99'),(59141,6688,'_variation_id','0'),(59142,6688,'_qty','2'),(59143,6688,'_tax_class',''),(59144,6688,'_line_subtotal','0'),(59145,6688,'_line_subtotal_tax','0'),(59146,6688,'_line_total','0'),(59147,6688,'_line_tax','0'),(59148,6688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59149,6689,'_product_id','133'),(59150,6689,'_variation_id','0'),(59151,6689,'_qty','2'),(59152,6689,'_tax_class',''),(59153,6689,'_line_subtotal','28.6'),(59154,6689,'_line_subtotal_tax','0'),(59155,6689,'_line_total','28.6'),(59156,6689,'_line_tax','0'),(59157,6689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59158,6690,'method_id','free_shipping'),(59159,6690,'instance_id','2'),(59160,6690,'cost','0.00'),(59161,6690,'total_tax','0'),(59162,6690,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59163,6690,'Items','Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Disposable Head Bands &times; 2, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 2, Bulk Mousse 1 Gallon &times; 2, Disposable Head Bands &times; 2'),(59175,6691,'_product_id','490'),(59176,6691,'_variation_id','0'),(59177,6691,'_qty','20'),(59178,6691,'_tax_class',''),(59179,6691,'_line_subtotal','455.6'),(59180,6691,'_line_subtotal_tax','0'),(59181,6691,'_line_total','455.6'),(59182,6691,'_line_tax','0'),(59183,6691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59184,6692,'_product_id','41'),(59185,6692,'_variation_id','0'),(59186,6692,'_qty','5'),(59187,6692,'_tax_class',''),(59188,6692,'_line_subtotal','332.4'),(59189,6692,'_line_subtotal_tax','0'),(59190,6692,'_line_total','332.4'),(59191,6692,'_line_tax','0'),(59192,6692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59193,6693,'_product_id','43'),(59194,6693,'_variation_id','0'),(59195,6693,'_qty','2'),(59196,6693,'_tax_class',''),(59197,6693,'_line_subtotal','158.4'),(59198,6693,'_line_subtotal_tax','0'),(59199,6693,'_line_total','158.4'),(59200,6693,'_line_tax','0'),(59201,6693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59202,6694,'method_id','free_shipping'),(59203,6694,'instance_id','2'),(59204,6694,'cost','0.00'),(59205,6694,'total_tax','0'),(59206,6694,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59207,6694,'Items','Bulk Active Rinse 100% RM &times; 20, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 2'),(59208,6679,'thwma_order_shipping_status','wc-pending'),(59209,6680,'thwma_order_shipping_status','wc-pending'),(59210,6681,'thwma_order_shipping_status','wc-pending'),(59211,6682,'thwma_order_shipping_status','wc-pending'),(59212,6683,'thwma_order_shipping_status','wc-pending'),(59213,6684,'thwma_order_shipping_status','wc-pending'),(59214,6685,'thwma_order_shipping_status','wc-pending'),(59215,6686,'thwma_order_shipping_status','wc-pending'),(59216,6687,'thwma_order_shipping_status','wc-pending'),(59217,6688,'thwma_order_shipping_status','wc-pending'),(59218,6689,'thwma_order_shipping_status','wc-pending'),(59219,6695,'_product_id','490'),(59220,6695,'_variation_id','0'),(59221,6695,'_qty','10'),(59222,6695,'_tax_class',''),(59223,6695,'_line_subtotal','227.8'),(59224,6695,'_line_subtotal_tax','0'),(59225,6695,'_line_total','227.8'),(59226,6695,'_line_tax','0'),(59227,6695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59228,6696,'_product_id','43'),(59229,6696,'_variation_id','0'),(59230,6696,'_qty','1'),(59231,6696,'_tax_class',''),(59232,6696,'_line_subtotal','79.2'),(59233,6696,'_line_subtotal_tax','0'),(59234,6696,'_line_total','79.2'),(59235,6696,'_line_tax','0'),(59236,6696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59237,6697,'_product_id','41'),(59238,6697,'_variation_id','0'),(59239,6697,'_qty','10'),(59240,6697,'_tax_class',''),(59241,6697,'_line_subtotal','664.8'),(59242,6697,'_line_subtotal_tax','0'),(59243,6697,'_line_total','664.8'),(59244,6697,'_line_tax','0'),(59245,6697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59246,6698,'_product_id','23'),(59247,6698,'_variation_id','0'),(59248,6698,'_qty','1'),(59249,6698,'_tax_class',''),(59250,6698,'_line_subtotal','111.84'),(59251,6698,'_line_subtotal_tax','0'),(59252,6698,'_line_total','111.84'),(59253,6698,'_line_tax','0'),(59254,6698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59255,6699,'method_id','fedex'),(59256,6699,'instance_id','1'),(59257,6699,'cost','34.59'),(59258,6699,'total_tax','0'),(59259,6699,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59260,6699,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(59261,6699,'Package 2','17 × 14 × 10 (in) 22.5lbs × 1'),(59262,6700,'_product_id','41'),(59263,6700,'_variation_id','0'),(59264,6700,'_qty','2'),(59265,6700,'_tax_class',''),(59266,6700,'_line_subtotal','132.96'),(59267,6700,'_line_subtotal_tax','0'),(59268,6700,'_line_total','132.96'),(59269,6700,'_line_tax','0'),(59270,6700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59271,6701,'_product_id','93'),(59272,6701,'_variation_id','0'),(59273,6701,'_qty','8'),(59274,6701,'_tax_class',''),(59275,6701,'_line_subtotal','0'),(59276,6701,'_line_subtotal_tax','0'),(59277,6701,'_line_total','0'),(59278,6701,'_line_tax','0'),(59279,6701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59280,6702,'_product_id','95'),(59281,6702,'_variation_id','0'),(59282,6702,'_qty','4'),(59283,6702,'_tax_class',''),(59284,6702,'_line_subtotal','0'),(59285,6702,'_line_subtotal_tax','0'),(59286,6702,'_line_total','0'),(59287,6702,'_line_tax','0'),(59288,6702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59289,6703,'_product_id','97'),(59290,6703,'_variation_id','0'),(59291,6703,'_qty','1'),(59292,6703,'_tax_class',''),(59293,6703,'_line_subtotal','0'),(59294,6703,'_line_subtotal_tax','0'),(59295,6703,'_line_total','0'),(59296,6703,'_line_tax','0'),(59297,6703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59298,6704,'_product_id','99'),(59299,6704,'_variation_id','0'),(59300,6704,'_qty','1'),(59301,6704,'_tax_class',''),(59302,6704,'_line_subtotal','0'),(59303,6704,'_line_subtotal_tax','0'),(59304,6704,'_line_total','0'),(59305,6704,'_line_tax','0'),(59306,6704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59307,6705,'_product_id','23'),(59308,6705,'_variation_id','0'),(59309,6705,'_qty','1'),(59310,6705,'_tax_class',''),(59311,6705,'_line_subtotal','111.84'),(59312,6705,'_line_subtotal_tax','0'),(59313,6705,'_line_total','111.84'),(59314,6705,'_line_tax','0'),(59315,6705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59316,6706,'_product_id','38'),(59317,6706,'_variation_id','0'),(59318,6706,'_qty','1'),(59319,6706,'_tax_class',''),(59320,6706,'_line_subtotal','278.56'),(59321,6706,'_line_subtotal_tax','0'),(59322,6706,'_line_total','278.56'),(59323,6706,'_line_tax','0'),(59324,6706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59325,6707,'method_id','free_shipping'),(59326,6707,'instance_id','2'),(59327,6707,'cost','0.00'),(59328,6707,'total_tax','0'),(59329,6707,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59330,6707,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 8, Bulk Active Rinse 50/50 &times; 4, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(59331,6708,'_product_id','23'),(59332,6708,'_variation_id','0'),(59333,6708,'_qty','2'),(59334,6708,'_tax_class',''),(59335,6708,'_line_subtotal','223.68'),(59336,6708,'_line_subtotal_tax','0'),(59337,6708,'_line_total','223.68'),(59338,6708,'_line_tax','0'),(59339,6708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59340,6709,'_product_id','44'),(59341,6709,'_variation_id','0'),(59342,6709,'_qty','1'),(59343,6709,'_tax_class',''),(59344,6709,'_line_subtotal','116.16'),(59345,6709,'_line_subtotal_tax','0'),(59346,6709,'_line_total','116.16'),(59347,6709,'_line_tax','0'),(59348,6709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59349,6710,'_product_id','490'),(59350,6710,'_variation_id','0'),(59351,6710,'_qty','7'),(59352,6710,'_tax_class',''),(59353,6710,'_line_subtotal','159.46'),(59354,6710,'_line_subtotal_tax','0'),(59355,6710,'_line_total','159.46'),(59356,6710,'_line_tax','0'),(59357,6710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59358,6711,'_product_id','38'),(59359,6711,'_variation_id','0'),(59360,6711,'_qty','1'),(59361,6711,'_tax_class',''),(59362,6711,'_line_subtotal','278.56'),(59363,6711,'_line_subtotal_tax','0'),(59364,6711,'_line_total','278.56'),(59365,6711,'_line_tax','0'),(59366,6711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59367,6712,'_product_id','41'),(59368,6712,'_variation_id','0'),(59369,6712,'_qty','1'),(59370,6712,'_tax_class',''),(59371,6712,'_line_subtotal','66.48'),(59372,6712,'_line_subtotal_tax','0'),(59373,6712,'_line_total','66.48'),(59374,6712,'_line_tax','0'),(59375,6712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59376,6713,'_product_id','43'),(59377,6713,'_variation_id','0'),(59378,6713,'_qty','1'),(59379,6713,'_tax_class',''),(59380,6713,'_line_subtotal','79.2'),(59381,6713,'_line_subtotal_tax','0'),(59382,6713,'_line_total','79.2'),(59383,6713,'_line_tax','0'),(59384,6713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59385,6714,'_product_id','120'),(59386,6714,'_variation_id','0'),(59387,6714,'_qty','1'),(59388,6714,'_tax_class',''),(59389,6714,'_line_subtotal','52.8'),(59390,6714,'_line_subtotal_tax','0'),(59391,6714,'_line_total','52.8'),(59392,6714,'_line_tax','0'),(59393,6714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59394,6715,'method_id','fedex'),(59395,6715,'instance_id','1'),(59396,6715,'cost','39.36'),(59397,6715,'total_tax','0'),(59398,6715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59399,6715,'Package 1','17 × 14 × 10 (in) 38.95lbs × 1'),(59400,6715,'Package 2','14 × 14 × 14 (in) 28.35lbs × 1'),(59401,6715,'Package 3','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(59402,6716,'_product_id','490'),(59403,6716,'_variation_id','0'),(59404,6716,'_qty','9'),(59405,6716,'_tax_class',''),(59406,6716,'_line_subtotal','205.02'),(59407,6716,'_line_subtotal_tax','0'),(59408,6716,'_line_total','205.02'),(59409,6716,'_line_tax','0'),(59410,6716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59411,6717,'_product_id','49'),(59412,6717,'_variation_id','0'),(59413,6717,'_qty','4'),(59414,6717,'_tax_class',''),(59415,6717,'_line_subtotal','316.8'),(59416,6717,'_line_subtotal_tax','0'),(59417,6717,'_line_total','316.8'),(59418,6717,'_line_tax','0'),(59419,6717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59420,6718,'_product_id','43'),(59421,6718,'_variation_id','0'),(59422,6718,'_qty','4'),(59423,6718,'_tax_class',''),(59424,6718,'_line_subtotal','316.8'),(59425,6718,'_line_subtotal_tax','0'),(59426,6718,'_line_total','316.8'),(59427,6718,'_line_tax','0'),(59428,6718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59429,6719,'_product_id','41'),(59430,6719,'_variation_id','0'),(59431,6719,'_qty','3'),(59432,6719,'_tax_class',''),(59433,6719,'_line_subtotal','199.44'),(59434,6719,'_line_subtotal_tax','0'),(59435,6719,'_line_total','199.44'),(59436,6719,'_line_tax','0'),(59437,6719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59438,6720,'_product_id','23'),(59439,6720,'_variation_id','0'),(59440,6720,'_qty','4'),(59441,6720,'_tax_class',''),(59442,6720,'_line_subtotal','447.36'),(59443,6720,'_line_subtotal_tax','0'),(59444,6720,'_line_total','447.36'),(59445,6720,'_line_tax','0'),(59446,6720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59447,6721,'method_id','fedex'),(59448,6721,'instance_id','1'),(59449,6721,'cost','63.34'),(59450,6721,'total_tax','0'),(59451,6721,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59452,6721,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(59453,6721,'Package 2','17 × 14 × 10 (in) 41.4lbs × 1'),(59454,6721,'Package 3','17 × 14 × 10 (in) 39.75lbs × 1'),(59455,6722,'_product_id','490'),(59456,6722,'_variation_id','0'),(59457,6722,'_qty','4'),(59458,6722,'_tax_class',''),(59459,6722,'_line_subtotal','91.12'),(59460,6722,'_line_subtotal_tax','0'),(59461,6722,'_line_total','91.12'),(59462,6722,'_line_tax','0'),(59463,6722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59464,6723,'_product_id','488'),(59465,6723,'_variation_id','0'),(59466,6723,'_qty','1'),(59467,6723,'_tax_class',''),(59468,6723,'_line_subtotal','31.35'),(59469,6723,'_line_subtotal_tax','0'),(59470,6723,'_line_total','31.35'),(59471,6723,'_line_tax','0'),(59472,6723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59473,6724,'_product_id','487'),(59474,6724,'_variation_id','0'),(59475,6724,'_qty','1'),(59476,6724,'_tax_class',''),(59477,6724,'_line_subtotal','31.35'),(59478,6724,'_line_subtotal_tax','0'),(59479,6724,'_line_total','31.35'),(59480,6724,'_line_tax','0'),(59481,6724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59482,6725,'_product_id','45'),(59483,6725,'_variation_id','0'),(59484,6725,'_qty','2'),(59485,6725,'_tax_class',''),(59486,6725,'_line_subtotal','84.48'),(59487,6725,'_line_subtotal_tax','0'),(59488,6725,'_line_total','84.48'),(59489,6725,'_line_tax','0'),(59490,6725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59491,6726,'method_id','fedex'),(59492,6726,'instance_id','1'),(59493,6726,'cost','26.31'),(59494,6726,'total_tax','0'),(59495,6726,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59496,6726,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(59497,6727,'_product_id','43'),(59498,6727,'_variation_id','0'),(59499,6727,'_qty','1'),(59500,6727,'_tax_class',''),(59501,6727,'_line_subtotal','79.2'),(59502,6727,'_line_subtotal_tax','0'),(59503,6727,'_line_total','79.2'),(59504,6727,'_line_tax','0'),(59505,6727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59506,6728,'_product_id','93'),(59507,6728,'_variation_id','0'),(59508,6728,'_qty','5'),(59509,6728,'_tax_class',''),(59510,6728,'_line_subtotal','0'),(59511,6728,'_line_subtotal_tax','0'),(59512,6728,'_line_total','0'),(59513,6728,'_line_tax','0'),(59514,6728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59515,6729,'method_id','fedex'),(59516,6729,'instance_id','1'),(59517,6729,'cost','12.76'),(59518,6729,'total_tax','0'),(59519,6729,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59520,6729,'Package 1','17 × 14 × 10 (in) 19.55lbs × 1'),(59530,6691,'thwma_order_shipping_status','wc-pending'),(59531,6692,'thwma_order_shipping_status','wc-pending'),(59532,6693,'thwma_order_shipping_status','wc-pending'),(59533,6730,'_product_id','23'),(59534,6730,'_variation_id','0'),(59535,6730,'_qty','1'),(59536,6730,'_tax_class',''),(59537,6730,'_line_subtotal','111.84'),(59538,6730,'_line_subtotal_tax','0'),(59539,6730,'_line_total','111.84'),(59540,6730,'_line_tax','0'),(59541,6730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59542,6731,'_product_id','42'),(59543,6731,'_variation_id','0'),(59544,6731,'_qty','1'),(59545,6731,'_tax_class',''),(59546,6731,'_line_subtotal','79.2'),(59547,6731,'_line_subtotal_tax','0'),(59548,6731,'_line_total','79.2'),(59549,6731,'_line_tax','0'),(59550,6731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59551,6732,'_product_id','45'),(59552,6732,'_variation_id','0'),(59553,6732,'_qty','2'),(59554,6732,'_tax_class',''),(59555,6732,'_line_subtotal','84.48'),(59556,6732,'_line_subtotal_tax','0'),(59557,6732,'_line_total','84.48'),(59558,6732,'_line_tax','0'),(59559,6732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59560,6733,'_product_id','490'),(59561,6733,'_variation_id','0'),(59562,6733,'_qty','10'),(59563,6733,'_tax_class',''),(59564,6733,'_line_subtotal','227.8'),(59565,6733,'_line_subtotal_tax','0'),(59566,6733,'_line_total','227.8'),(59567,6733,'_line_tax','0'),(59568,6733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59569,6734,'_product_id','488'),(59570,6734,'_variation_id','0'),(59571,6734,'_qty','1'),(59572,6734,'_tax_class',''),(59573,6734,'_line_subtotal','31.35'),(59574,6734,'_line_subtotal_tax','0'),(59575,6734,'_line_total','31.35'),(59576,6734,'_line_tax','0'),(59577,6734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59578,6735,'_product_id','487'),(59579,6735,'_variation_id','0'),(59580,6735,'_qty','1'),(59581,6735,'_tax_class',''),(59582,6735,'_line_subtotal','31.35'),(59583,6735,'_line_subtotal_tax','0'),(59584,6735,'_line_total','31.35'),(59585,6735,'_line_tax','0'),(59586,6735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59587,6736,'method_id','free_shipping'),(59588,6736,'instance_id','2'),(59589,6736,'cost','0.00'),(59590,6736,'total_tax','0'),(59591,6736,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59592,6736,'Items','Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(59593,6737,'_product_id','42'),(59594,6737,'_variation_id','0'),(59595,6737,'_qty','1'),(59596,6737,'_tax_class',''),(59597,6737,'_line_subtotal','79.2'),(59598,6737,'_line_subtotal_tax','0'),(59599,6737,'_line_total','79.2'),(59600,6737,'_line_tax','0'),(59601,6737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59602,6738,'_product_id','120'),(59603,6738,'_variation_id','0'),(59604,6738,'_qty','1'),(59605,6738,'_tax_class',''),(59606,6738,'_line_subtotal','52.8'),(59607,6738,'_line_subtotal_tax','0'),(59608,6738,'_line_total','52.8'),(59609,6738,'_line_tax','0'),(59610,6738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59611,6739,'_product_id','41'),(59612,6739,'_variation_id','0'),(59613,6739,'_qty','2'),(59614,6739,'_tax_class',''),(59615,6739,'_line_subtotal','132.96'),(59616,6739,'_line_subtotal_tax','0'),(59617,6739,'_line_total','132.96'),(59618,6739,'_line_tax','0'),(59619,6739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59620,6740,'_product_id','41'),(59621,6740,'_variation_id','0'),(59622,6740,'_qty','2'),(59623,6740,'_tax_class',''),(59624,6740,'_line_subtotal','132.96'),(59625,6740,'_line_subtotal_tax','0'),(59626,6740,'_line_total','132.96'),(59627,6740,'_line_tax','0'),(59628,6740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59629,6741,'_product_id','42'),(59630,6741,'_variation_id','0'),(59631,6741,'_qty','1'),(59632,6741,'_tax_class',''),(59633,6741,'_line_subtotal','79.2'),(59634,6741,'_line_subtotal_tax','0'),(59635,6741,'_line_total','79.2'),(59636,6741,'_line_tax','0'),(59637,6741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59638,6742,'_product_id','41'),(59639,6742,'_variation_id','0'),(59640,6742,'_qty','2'),(59641,6742,'_tax_class',''),(59642,6742,'_line_subtotal','132.96'),(59643,6742,'_line_subtotal_tax','0'),(59644,6742,'_line_total','132.96'),(59645,6742,'_line_tax','0'),(59646,6742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59647,6743,'method_id','free_shipping'),(59648,6743,'instance_id','2'),(59649,6743,'cost','0.00'),(59650,6743,'total_tax','0'),(59651,6743,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59652,6743,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(59653,6744,'_product_id','23'),(59654,6744,'_variation_id','0'),(59655,6744,'_qty','4'),(59656,6744,'_tax_class',''),(59657,6744,'_line_subtotal','447.36'),(59658,6744,'_line_subtotal_tax','0'),(59659,6744,'_line_total','447.36'),(59660,6744,'_line_tax','0'),(59661,6744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59662,6745,'_product_id','42'),(59663,6745,'_variation_id','0'),(59664,6745,'_qty','2'),(59665,6745,'_tax_class',''),(59666,6745,'_line_subtotal','158.4'),(59667,6745,'_line_subtotal_tax','0'),(59668,6745,'_line_total','158.4'),(59669,6745,'_line_tax','0'),(59670,6745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59671,6746,'_product_id','45'),(59672,6746,'_variation_id','0'),(59673,6746,'_qty','2'),(59674,6746,'_tax_class',''),(59675,6746,'_line_subtotal','84.48'),(59676,6746,'_line_subtotal_tax','0'),(59677,6746,'_line_total','84.48'),(59678,6746,'_line_tax','0'),(59679,6746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59680,6747,'_product_id','41'),(59681,6747,'_variation_id','0'),(59682,6747,'_qty','4'),(59683,6747,'_tax_class',''),(59684,6747,'_line_subtotal','265.92'),(59685,6747,'_line_subtotal_tax','0'),(59686,6747,'_line_total','265.92'),(59687,6747,'_line_tax','0'),(59688,6747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59689,6748,'_product_id','490'),(59690,6748,'_variation_id','0'),(59691,6748,'_qty','10'),(59692,6748,'_tax_class',''),(59693,6748,'_line_subtotal','227.8'),(59694,6748,'_line_subtotal_tax','0'),(59695,6748,'_line_total','227.8'),(59696,6748,'_line_tax','0'),(59697,6748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59698,6749,'_product_id','487'),(59699,6749,'_variation_id','0'),(59700,6749,'_qty','2'),(59701,6749,'_tax_class',''),(59702,6749,'_line_subtotal','62.7'),(59703,6749,'_line_subtotal_tax','0'),(59704,6749,'_line_total','62.7'),(59705,6749,'_line_tax','0'),(59706,6749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59707,6750,'_product_id','120'),(59708,6750,'_variation_id','0'),(59709,6750,'_qty','2'),(59710,6750,'_tax_class',''),(59711,6750,'_line_subtotal','105.6'),(59712,6750,'_line_subtotal_tax','0'),(59713,6750,'_line_total','105.6'),(59714,6750,'_line_tax','0'),(59715,6750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59716,6751,'method_id','free_shipping'),(59717,6751,'instance_id','2'),(59718,6751,'cost','0.00'),(59719,6751,'total_tax','0'),(59720,6751,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59721,6751,'Items','Active Rinse 8oz(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Preventive Spray 2oz(Case of 24) &times; 2'),(59722,6695,'thwma_order_shipping_status','wc-pending'),(59723,6696,'thwma_order_shipping_status','wc-pending'),(59724,6697,'thwma_order_shipping_status','wc-pending'),(59725,6698,'thwma_order_shipping_status','wc-pending'),(59726,6752,'_product_id','93'),(59727,6752,'_variation_id','0'),(59728,6752,'_qty','10'),(59729,6752,'_tax_class',''),(59730,6752,'_line_subtotal','0'),(59731,6752,'_line_subtotal_tax','0'),(59732,6752,'_line_total','0'),(59733,6752,'_line_tax','0'),(59734,6752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59735,6753,'method_id','fedex'),(59736,6753,'instance_id','1'),(59737,6753,'cost','10.51'),(59738,6753,'total_tax','0'),(59739,6753,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59740,6753,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(59741,6754,'_product_id','23'),(59742,6754,'_variation_id','0'),(59743,6754,'_qty','3'),(59744,6754,'_tax_class',''),(59745,6754,'_line_subtotal','335.52'),(59746,6754,'_line_subtotal_tax','0'),(59747,6754,'_line_total','335.52'),(59748,6754,'_line_tax','0'),(59749,6754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59750,6755,'_product_id','38'),(59751,6755,'_variation_id','0'),(59752,6755,'_qty','2'),(59753,6755,'_tax_class',''),(59754,6755,'_line_subtotal','557.12'),(59755,6755,'_line_subtotal_tax','0'),(59756,6755,'_line_total','557.12'),(59757,6755,'_line_tax','0'),(59758,6755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59759,6756,'_product_id','45'),(59760,6756,'_variation_id','0'),(59761,6756,'_qty','2'),(59762,6756,'_tax_class',''),(59763,6756,'_line_subtotal','84.48'),(59764,6756,'_line_subtotal_tax','0'),(59765,6756,'_line_total','84.48'),(59766,6756,'_line_tax','0'),(59767,6756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59768,6757,'_product_id','41'),(59769,6757,'_variation_id','0'),(59770,6757,'_qty','4'),(59771,6757,'_tax_class',''),(59772,6757,'_line_subtotal','265.92'),(59773,6757,'_line_subtotal_tax','0'),(59774,6757,'_line_total','265.92'),(59775,6757,'_line_tax','0'),(59776,6757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59777,6758,'_product_id','43'),(59778,6758,'_variation_id','0'),(59779,6758,'_qty','1'),(59780,6758,'_tax_class',''),(59781,6758,'_line_subtotal','79.2'),(59782,6758,'_line_subtotal_tax','0'),(59783,6758,'_line_total','79.2'),(59784,6758,'_line_tax','0'),(59785,6758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59786,6759,'_product_id','120'),(59787,6759,'_variation_id','0'),(59788,6759,'_qty','1'),(59789,6759,'_tax_class',''),(59790,6759,'_line_subtotal','52.8'),(59791,6759,'_line_subtotal_tax','0'),(59792,6759,'_line_total','52.8'),(59793,6759,'_line_tax','0'),(59794,6759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59795,6760,'_product_id','49'),(59796,6760,'_variation_id','0'),(59797,6760,'_qty','1'),(59798,6760,'_tax_class',''),(59799,6760,'_line_subtotal','79.2'),(59800,6760,'_line_subtotal_tax','0'),(59801,6760,'_line_total','79.2'),(59802,6760,'_line_tax','0'),(59803,6760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59804,6761,'_product_id','39'),(59805,6761,'_variation_id','0'),(59806,6761,'_qty','1'),(59807,6761,'_tax_class',''),(59808,6761,'_line_subtotal','79.2'),(59809,6761,'_line_subtotal_tax','0'),(59810,6761,'_line_total','79.2'),(59811,6761,'_line_tax','0'),(59812,6761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59813,6762,'_product_id','93'),(59814,6762,'_variation_id','0'),(59815,6762,'_qty','8'),(59816,6762,'_tax_class',''),(59817,6762,'_line_subtotal','0'),(59818,6762,'_line_subtotal_tax','0'),(59819,6762,'_line_total','0'),(59820,6762,'_line_tax','0'),(59821,6762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59822,6763,'method_id','free_shipping'),(59823,6763,'instance_id','2'),(59824,6763,'cost','0.00'),(59825,6763,'total_tax','0'),(59826,6763,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59827,6763,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8'),(59828,6722,'thwma_order_shipping_status','wc-pending'),(59829,6723,'thwma_order_shipping_status','wc-pending'),(59830,6724,'thwma_order_shipping_status','wc-pending'),(59831,6725,'thwma_order_shipping_status','wc-pending'),(59839,6716,'thwma_order_shipping_status','wc-pending'),(59840,6717,'thwma_order_shipping_status','wc-pending'),(59841,6718,'thwma_order_shipping_status','wc-pending'),(59842,6719,'thwma_order_shipping_status','wc-pending'),(59843,6720,'thwma_order_shipping_status','wc-pending'),(59853,6764,'_product_id','23'),(59854,6764,'_variation_id','0'),(59855,6764,'_qty','4'),(59856,6764,'_tax_class',''),(59857,6764,'_line_subtotal','447.36'),(59858,6764,'_line_subtotal_tax','0'),(59859,6764,'_line_total','447.36'),(59860,6764,'_line_tax','0'),(59861,6764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59862,6765,'_product_id','41'),(59863,6765,'_variation_id','0'),(59864,6765,'_qty','2'),(59865,6765,'_tax_class',''),(59866,6765,'_line_subtotal','132.96'),(59867,6765,'_line_subtotal_tax','0'),(59868,6765,'_line_total','132.96'),(59869,6765,'_line_tax','0'),(59870,6765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59871,6766,'_product_id','490'),(59872,6766,'_variation_id','0'),(59873,6766,'_qty','6'),(59874,6766,'_tax_class',''),(59875,6766,'_line_subtotal','136.68'),(59876,6766,'_line_subtotal_tax','0'),(59877,6766,'_line_total','136.68'),(59878,6766,'_line_tax','0'),(59879,6766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59880,6767,'method_id','free_shipping'),(59881,6767,'instance_id','2'),(59882,6767,'cost','0.00'),(59883,6767,'total_tax','0'),(59884,6767,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59885,6767,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(59888,6727,'thwma_order_shipping_status','wc-pending'),(59889,6728,'thwma_order_shipping_status','wc-pending'),(59890,6700,'thwma_order_shipping_status','wc-pending'),(59891,6701,'thwma_order_shipping_status','wc-pending'),(59892,6702,'thwma_order_shipping_status','wc-pending'),(59893,6703,'thwma_order_shipping_status','wc-pending'),(59894,6704,'thwma_order_shipping_status','wc-pending'),(59895,6705,'thwma_order_shipping_status','wc-pending'),(59896,6706,'thwma_order_shipping_status','wc-pending'),(59897,6768,'_product_id','23'),(59898,6768,'_variation_id','0'),(59899,6768,'_qty','2'),(59900,6768,'_tax_class',''),(59901,6768,'_line_subtotal','223.68'),(59902,6768,'_line_subtotal_tax','0'),(59903,6768,'_line_total','223.68'),(59904,6768,'_line_tax','0'),(59905,6768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59906,6769,'_product_id','41'),(59907,6769,'_variation_id','0'),(59908,6769,'_qty','2'),(59909,6769,'_tax_class',''),(59910,6769,'_line_subtotal','132.96'),(59911,6769,'_line_subtotal_tax','0'),(59912,6769,'_line_total','132.96'),(59913,6769,'_line_tax','0'),(59914,6769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59915,6770,'_product_id','131'),(59916,6770,'_variation_id','0'),(59917,6770,'_qty','2'),(59918,6770,'_tax_class',''),(59919,6770,'_line_subtotal','25.3'),(59920,6770,'_line_subtotal_tax','0'),(59921,6770,'_line_total','25.3'),(59922,6770,'_line_tax','0'),(59923,6770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59924,6771,'_product_id','133'),(59925,6771,'_variation_id','0'),(59926,6771,'_qty','1'),(59927,6771,'_tax_class',''),(59928,6771,'_line_subtotal','14.3'),(59929,6771,'_line_subtotal_tax','0'),(59930,6771,'_line_total','14.3'),(59931,6771,'_line_tax','0'),(59932,6771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59933,6772,'_product_id','38'),(59934,6772,'_variation_id','0'),(59935,6772,'_qty','1'),(59936,6772,'_tax_class',''),(59937,6772,'_line_subtotal','278.56'),(59938,6772,'_line_subtotal_tax','0'),(59939,6772,'_line_total','278.56'),(59940,6772,'_line_tax','0'),(59941,6772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59942,6773,'_product_id','488'),(59943,6773,'_variation_id','0'),(59944,6773,'_qty','1'),(59945,6773,'_tax_class',''),(59946,6773,'_line_subtotal','31.35'),(59947,6773,'_line_subtotal_tax','0'),(59948,6773,'_line_total','31.35'),(59949,6773,'_line_tax','0'),(59950,6773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59951,6774,'method_id','free_shipping'),(59952,6774,'instance_id','2'),(59953,6774,'cost','0.00'),(59954,6774,'total_tax','0'),(59955,6774,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(59956,6774,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Disposable Capes &times; 2, Disposable Head Bands &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(59957,6708,'thwma_order_shipping_status','wc-pending'),(59958,6709,'thwma_order_shipping_status','wc-pending'),(59959,6710,'thwma_order_shipping_status','wc-pending'),(59960,6711,'thwma_order_shipping_status','wc-pending'),(59961,6712,'thwma_order_shipping_status','wc-pending'),(59962,6713,'thwma_order_shipping_status','wc-pending'),(59963,6714,'thwma_order_shipping_status','wc-pending'),(59964,6730,'thwma_order_shipping_status','wc-pending'),(59965,6731,'thwma_order_shipping_status','wc-pending'),(59966,6732,'thwma_order_shipping_status','wc-pending'),(59967,6733,'thwma_order_shipping_status','wc-pending'),(59968,6734,'thwma_order_shipping_status','wc-pending'),(59969,6735,'thwma_order_shipping_status','wc-pending'),(59970,6744,'thwma_order_shipping_status','wc-pending'),(59971,6745,'thwma_order_shipping_status','wc-pending'),(59972,6746,'thwma_order_shipping_status','wc-pending'),(59973,6747,'thwma_order_shipping_status','wc-pending'),(59974,6748,'thwma_order_shipping_status','wc-pending'),(59975,6749,'thwma_order_shipping_status','wc-pending'),(59976,6750,'thwma_order_shipping_status','wc-pending'),(59977,6775,'_product_id','23'),(59978,6775,'_variation_id','0'),(59979,6775,'_qty','1'),(59980,6775,'_tax_class',''),(59981,6775,'_line_subtotal','111.84'),(59982,6775,'_line_subtotal_tax','0'),(59983,6775,'_line_total','111.84'),(59984,6775,'_line_tax','0'),(59985,6775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59986,6776,'_product_id','45'),(59987,6776,'_variation_id','0'),(59988,6776,'_qty','2'),(59989,6776,'_tax_class',''),(59990,6776,'_line_subtotal','84.48'),(59991,6776,'_line_subtotal_tax','0'),(59992,6776,'_line_total','84.48'),(59993,6776,'_line_tax','0'),(59994,6776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(59995,6777,'_product_id','43'),(59996,6777,'_variation_id','0'),(59997,6777,'_qty','1'),(59998,6777,'_tax_class',''),(59999,6777,'_line_subtotal','79.2'),(60000,6777,'_line_subtotal_tax','0'),(60001,6777,'_line_total','79.2'),(60002,6777,'_line_tax','0'),(60003,6777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60004,6778,'_product_id','40'),(60005,6778,'_variation_id','0'),(60006,6778,'_qty','2'),(60007,6778,'_tax_class',''),(60008,6778,'_line_subtotal','158.4'),(60009,6778,'_line_subtotal_tax','0'),(60010,6778,'_line_total','158.4'),(60011,6778,'_line_tax','0'),(60012,6778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60013,6779,'_product_id','39'),(60014,6779,'_variation_id','0'),(60015,6779,'_qty','1'),(60016,6779,'_tax_class',''),(60017,6779,'_line_subtotal','79.2'),(60018,6779,'_line_subtotal_tax','0'),(60019,6779,'_line_total','79.2'),(60020,6779,'_line_tax','0'),(60021,6779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60022,6780,'method_id','free_shipping'),(60023,6780,'instance_id','2'),(60024,6780,'cost','0.00'),(60025,6780,'total_tax','0'),(60026,6780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60027,6780,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1'),(60028,6754,'thwma_order_shipping_status','wc-pending'),(60029,6755,'thwma_order_shipping_status','wc-pending'),(60030,6756,'thwma_order_shipping_status','wc-pending'),(60031,6757,'thwma_order_shipping_status','wc-pending'),(60032,6758,'thwma_order_shipping_status','wc-pending'),(60033,6759,'thwma_order_shipping_status','wc-pending'),(60034,6760,'thwma_order_shipping_status','wc-pending'),(60035,6761,'thwma_order_shipping_status','wc-pending'),(60036,6762,'thwma_order_shipping_status','wc-pending'),(60037,6737,'thwma_order_shipping_status','wc-pending'),(60038,6738,'thwma_order_shipping_status','wc-pending'),(60039,6739,'thwma_order_shipping_status','wc-pending'),(60040,6740,'thwma_order_shipping_status','wc-pending'),(60041,6741,'thwma_order_shipping_status','wc-pending'),(60042,6742,'thwma_order_shipping_status','wc-pending'),(60043,6764,'thwma_order_shipping_status','wc-pending'),(60044,6765,'thwma_order_shipping_status','wc-pending'),(60045,6766,'thwma_order_shipping_status','wc-pending'),(60046,6768,'thwma_order_shipping_status','wc-pending'),(60047,6769,'thwma_order_shipping_status','wc-pending'),(60048,6770,'thwma_order_shipping_status','wc-pending'),(60049,6771,'thwma_order_shipping_status','wc-pending'),(60050,6772,'thwma_order_shipping_status','wc-pending'),(60051,6773,'thwma_order_shipping_status','wc-pending'),(60052,6781,'_product_id','41'),(60053,6781,'_variation_id','0'),(60054,6781,'_qty','2'),(60055,6781,'_tax_class',''),(60056,6781,'_line_subtotal','132.96'),(60057,6781,'_line_subtotal_tax','0'),(60058,6781,'_line_total','132.96'),(60059,6781,'_line_tax','0'),(60060,6781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60061,6782,'_product_id','490'),(60062,6782,'_variation_id','0'),(60063,6782,'_qty','6'),(60064,6782,'_tax_class',''),(60065,6782,'_line_subtotal','136.68'),(60066,6782,'_line_subtotal_tax','0'),(60067,6782,'_line_total','136.68'),(60068,6782,'_line_tax','0'),(60069,6782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60070,6783,'_product_id','488'),(60071,6783,'_variation_id','0'),(60072,6783,'_qty','2'),(60073,6783,'_tax_class',''),(60074,6783,'_line_subtotal','62.7'),(60075,6783,'_line_subtotal_tax','0'),(60076,6783,'_line_total','62.7'),(60077,6783,'_line_tax','0'),(60078,6783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60079,6784,'_product_id','23'),(60080,6784,'_variation_id','0'),(60081,6784,'_qty','1'),(60082,6784,'_tax_class',''),(60083,6784,'_line_subtotal','111.84'),(60084,6784,'_line_subtotal_tax','0'),(60085,6784,'_line_total','111.84'),(60086,6784,'_line_tax','0'),(60087,6784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60088,6785,'_product_id','45'),(60089,6785,'_variation_id','0'),(60090,6785,'_qty','1'),(60091,6785,'_tax_class',''),(60092,6785,'_line_subtotal','42.24'),(60093,6785,'_line_subtotal_tax','0'),(60094,6785,'_line_total','42.24'),(60095,6785,'_line_tax','0'),(60096,6785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60097,6786,'_product_id','51'),(60098,6786,'_variation_id','0'),(60099,6786,'_qty','1'),(60100,6786,'_tax_class',''),(60101,6786,'_line_subtotal','147.84'),(60102,6786,'_line_subtotal_tax','0'),(60103,6786,'_line_total','147.84'),(60104,6786,'_line_tax','0'),(60105,6786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60106,6787,'method_id','fedex'),(60107,6787,'instance_id','1'),(60108,6787,'cost','57.05'),(60109,6787,'total_tax','0'),(60110,6787,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60111,6787,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(60112,6787,'Package 2','17 × 14 × 10 (in) 19.05lbs × 1'),(60113,6788,'_product_id','41'),(60114,6788,'_variation_id','0'),(60115,6788,'_qty','2'),(60116,6788,'_tax_class',''),(60117,6788,'_line_subtotal','132.96'),(60118,6788,'_line_subtotal_tax','0'),(60119,6788,'_line_total','132.96'),(60120,6788,'_line_tax','0'),(60121,6788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60122,6789,'_product_id','49'),(60123,6789,'_variation_id','0'),(60124,6789,'_qty','2'),(60125,6789,'_tax_class',''),(60126,6789,'_line_subtotal','158.4'),(60127,6789,'_line_subtotal_tax','0'),(60128,6789,'_line_total','158.4'),(60129,6789,'_line_tax','0'),(60130,6789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60131,6790,'_product_id','43'),(60132,6790,'_variation_id','0'),(60133,6790,'_qty','2'),(60134,6790,'_tax_class',''),(60135,6790,'_line_subtotal','158.4'),(60136,6790,'_line_subtotal_tax','0'),(60137,6790,'_line_total','158.4'),(60138,6790,'_line_tax','0'),(60139,6790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60140,6791,'_product_id','490'),(60141,6791,'_variation_id','0'),(60142,6791,'_qty','10'),(60143,6791,'_tax_class',''),(60144,6791,'_line_subtotal','227.8'),(60145,6791,'_line_subtotal_tax','0'),(60146,6791,'_line_total','227.8'),(60147,6791,'_line_tax','0'),(60148,6791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60149,6792,'_product_id','487'),(60150,6792,'_variation_id','0'),(60151,6792,'_qty','2'),(60152,6792,'_tax_class',''),(60153,6792,'_line_subtotal','62.7'),(60154,6792,'_line_subtotal_tax','0'),(60155,6792,'_line_total','62.7'),(60156,6792,'_line_tax','0'),(60157,6792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60158,6793,'method_id','free_shipping'),(60159,6793,'instance_id','2'),(60160,6793,'cost','0.00'),(60161,6793,'total_tax','0'),(60162,6793,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60163,6793,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(60164,6794,'_product_id','23'),(60165,6794,'_variation_id','0'),(60166,6794,'_qty','2'),(60167,6794,'_tax_class',''),(60168,6794,'_line_subtotal','223.68'),(60169,6794,'_line_subtotal_tax','0'),(60170,6794,'_line_total','223.68'),(60171,6794,'_line_tax','0'),(60172,6794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60173,6795,'_product_id','43'),(60174,6795,'_variation_id','0'),(60175,6795,'_qty','2'),(60176,6795,'_tax_class',''),(60177,6795,'_line_subtotal','158.4'),(60178,6795,'_line_subtotal_tax','0'),(60179,6795,'_line_total','158.4'),(60180,6795,'_line_tax','0'),(60181,6795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60182,6796,'_product_id','49'),(60183,6796,'_variation_id','0'),(60184,6796,'_qty','2'),(60185,6796,'_tax_class',''),(60186,6796,'_line_subtotal','158.4'),(60187,6796,'_line_subtotal_tax','0'),(60188,6796,'_line_total','158.4'),(60189,6796,'_line_tax','0'),(60190,6796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60191,6797,'_product_id','38'),(60192,6797,'_variation_id','0'),(60193,6797,'_qty','1'),(60194,6797,'_tax_class',''),(60195,6797,'_line_subtotal','278.56'),(60196,6797,'_line_subtotal_tax','0'),(60197,6797,'_line_total','278.56'),(60198,6797,'_line_tax','0'),(60199,6797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60200,6798,'_product_id','41'),(60201,6798,'_variation_id','0'),(60202,6798,'_qty','1'),(60203,6798,'_tax_class',''),(60204,6798,'_line_subtotal','66.48'),(60205,6798,'_line_subtotal_tax','0'),(60206,6798,'_line_total','66.48'),(60207,6798,'_line_tax','0'),(60208,6798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60209,6799,'_product_id','490'),(60210,6799,'_variation_id','0'),(60211,6799,'_qty','6'),(60212,6799,'_tax_class',''),(60213,6799,'_line_subtotal','136.68'),(60214,6799,'_line_subtotal_tax','0'),(60215,6799,'_line_total','136.68'),(60216,6799,'_line_tax','0'),(60217,6799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60218,6800,'_product_id','488'),(60219,6800,'_variation_id','0'),(60220,6800,'_qty','2'),(60221,6800,'_tax_class',''),(60222,6800,'_line_subtotal','62.7'),(60223,6800,'_line_subtotal_tax','0'),(60224,6800,'_line_total','62.7'),(60225,6800,'_line_tax','0'),(60226,6800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60227,6801,'method_id','free_shipping'),(60228,6801,'instance_id','2'),(60229,6801,'cost','0.00'),(60230,6801,'total_tax','0'),(60231,6801,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60232,6801,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 2'),(60233,6775,'thwma_order_shipping_status','wc-pending'),(60234,6776,'thwma_order_shipping_status','wc-pending'),(60235,6777,'thwma_order_shipping_status','wc-pending'),(60236,6778,'thwma_order_shipping_status','wc-pending'),(60237,6779,'thwma_order_shipping_status','wc-pending'),(60238,6802,'_product_id','41'),(60239,6802,'_variation_id','0'),(60240,6802,'_qty','1'),(60241,6802,'_tax_class',''),(60242,6802,'_line_subtotal','66.48'),(60243,6802,'_line_subtotal_tax','0'),(60244,6802,'_line_total','66.48'),(60245,6802,'_line_tax','0'),(60246,6802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60247,6803,'_product_id','38'),(60248,6803,'_variation_id','0'),(60249,6803,'_qty','1'),(60250,6803,'_tax_class',''),(60251,6803,'_line_subtotal','278.56'),(60252,6803,'_line_subtotal_tax','0'),(60253,6803,'_line_total','278.56'),(60254,6803,'_line_tax','0'),(60255,6803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60256,6804,'_product_id','23'),(60257,6804,'_variation_id','0'),(60258,6804,'_qty','2'),(60259,6804,'_tax_class',''),(60260,6804,'_line_subtotal','223.68'),(60261,6804,'_line_subtotal_tax','0'),(60262,6804,'_line_total','223.68'),(60263,6804,'_line_tax','0'),(60264,6804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60265,6805,'_product_id','490'),(60266,6805,'_variation_id','0'),(60267,6805,'_qty','4'),(60268,6805,'_tax_class',''),(60269,6805,'_line_subtotal','91.12'),(60270,6805,'_line_subtotal_tax','0'),(60271,6805,'_line_total','91.12'),(60272,6805,'_line_tax','0'),(60273,6805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60274,6806,'method_id','free_shipping'),(60275,6806,'instance_id','2'),(60276,6806,'cost','0.00'),(60277,6806,'total_tax','0'),(60278,6806,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60279,6806,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(60280,6807,'_product_id','41'),(60281,6807,'_variation_id','0'),(60282,6807,'_qty','2'),(60283,6807,'_tax_class',''),(60284,6807,'_line_subtotal','132.96'),(60285,6807,'_line_subtotal_tax','0'),(60286,6807,'_line_total','132.96'),(60287,6807,'_line_tax','0'),(60288,6807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60289,6808,'_product_id','43'),(60290,6808,'_variation_id','0'),(60291,6808,'_qty','2'),(60292,6808,'_tax_class',''),(60293,6808,'_line_subtotal','158.4'),(60294,6808,'_line_subtotal_tax','0'),(60295,6808,'_line_total','158.4'),(60296,6808,'_line_tax','0'),(60297,6808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60298,6809,'method_id','fedex'),(60299,6809,'instance_id','1'),(60300,6809,'cost','14.80'),(60301,6809,'total_tax','0'),(60302,6809,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60303,6809,'Package 1','17 × 14 × 10 (in) 21.4lbs × 1'),(60304,6810,'_product_id','41'),(60305,6810,'_variation_id','0'),(60306,6810,'_qty','1'),(60307,6810,'_tax_class',''),(60308,6810,'_line_subtotal','66.48'),(60309,6810,'_line_subtotal_tax','0'),(60310,6810,'_line_total','66.48'),(60311,6810,'_line_tax','0'),(60312,6810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60313,6811,'_product_id','118'),(60314,6811,'_variation_id','0'),(60315,6811,'_qty','1'),(60316,6811,'_tax_class',''),(60317,6811,'_line_subtotal','184.8'),(60318,6811,'_line_subtotal_tax','0'),(60319,6811,'_line_total','184.8'),(60320,6811,'_line_tax','0'),(60321,6811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60322,6812,'_product_id','43'),(60323,6812,'_variation_id','0'),(60324,6812,'_qty','1'),(60325,6812,'_tax_class',''),(60326,6812,'_line_subtotal','79.2'),(60327,6812,'_line_subtotal_tax','0'),(60328,6812,'_line_total','79.2'),(60329,6812,'_line_tax','0'),(60330,6812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60331,6813,'_product_id','93'),(60332,6813,'_variation_id','0'),(60333,6813,'_qty','8'),(60334,6813,'_tax_class',''),(60335,6813,'_line_subtotal','0'),(60336,6813,'_line_subtotal_tax','0'),(60337,6813,'_line_total','0'),(60338,6813,'_line_tax','0'),(60339,6813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60340,6814,'_product_id','23'),(60341,6814,'_variation_id','0'),(60342,6814,'_qty','2'),(60343,6814,'_tax_class',''),(60344,6814,'_line_subtotal','223.68'),(60345,6814,'_line_subtotal_tax','0'),(60346,6814,'_line_total','223.68'),(60347,6814,'_line_tax','0'),(60348,6814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60349,6815,'method_id','free_shipping'),(60350,6815,'instance_id','2'),(60351,6815,'cost','0.00'),(60352,6815,'total_tax','0'),(60353,6815,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60354,6815,'Items','Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8, Active Rinse 8oz(Case of 12) &times; 2'),(60355,6781,'thwma_order_shipping_status','wc-pending'),(60356,6782,'thwma_order_shipping_status','wc-pending'),(60357,6783,'thwma_order_shipping_status','wc-pending'),(60358,6784,'thwma_order_shipping_status','wc-pending'),(60359,6785,'thwma_order_shipping_status','wc-pending'),(60360,6786,'thwma_order_shipping_status','wc-pending'),(60366,6788,'thwma_order_shipping_status','wc-pending'),(60367,6789,'thwma_order_shipping_status','wc-pending'),(60368,6790,'thwma_order_shipping_status','wc-pending'),(60369,6791,'thwma_order_shipping_status','wc-pending'),(60370,6792,'thwma_order_shipping_status','wc-pending'),(60371,6816,'_product_id','95'),(60372,6816,'_variation_id','0'),(60373,6816,'_qty','8'),(60374,6816,'_tax_class',''),(60375,6816,'_line_subtotal','0'),(60376,6816,'_line_subtotal_tax','0'),(60377,6816,'_line_total','0'),(60378,6816,'_line_tax','0'),(60379,6816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60380,6817,'method_id','fedex'),(60381,6817,'instance_id','1'),(60382,6817,'cost','12.30'),(60383,6817,'total_tax','0'),(60384,6817,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60385,6817,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(60386,6802,'thwma_order_shipping_status','wc-pending'),(60387,6803,'thwma_order_shipping_status','wc-pending'),(60388,6804,'thwma_order_shipping_status','wc-pending'),(60389,6805,'thwma_order_shipping_status','wc-pending'),(60390,6794,'thwma_order_shipping_status','wc-pending'),(60391,6795,'thwma_order_shipping_status','wc-pending'),(60392,6796,'thwma_order_shipping_status','wc-pending'),(60393,6797,'thwma_order_shipping_status','wc-pending'),(60394,6798,'thwma_order_shipping_status','wc-pending'),(60395,6799,'thwma_order_shipping_status','wc-pending'),(60396,6800,'thwma_order_shipping_status','wc-pending'),(60397,6818,'_product_id','38'),(60398,6818,'_variation_id','0'),(60399,6818,'_qty','2'),(60400,6818,'_tax_class',''),(60401,6818,'_line_subtotal','557.12'),(60402,6818,'_line_subtotal_tax','0'),(60403,6818,'_line_total','557.12'),(60404,6818,'_line_tax','0'),(60405,6818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60406,6819,'_product_id','41'),(60407,6819,'_variation_id','0'),(60408,6819,'_qty','2'),(60409,6819,'_tax_class',''),(60410,6819,'_line_subtotal','132.96'),(60411,6819,'_line_subtotal_tax','0'),(60412,6819,'_line_total','132.96'),(60413,6819,'_line_tax','0'),(60414,6819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60415,6820,'_product_id','23'),(60416,6820,'_variation_id','0'),(60417,6820,'_qty','5'),(60418,6820,'_tax_class',''),(60419,6820,'_line_subtotal','559.2'),(60420,6820,'_line_subtotal_tax','0'),(60421,6820,'_line_total','559.2'),(60422,6820,'_line_tax','0'),(60423,6820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60424,6821,'_product_id','43'),(60425,6821,'_variation_id','0'),(60426,6821,'_qty','3'),(60427,6821,'_tax_class',''),(60428,6821,'_line_subtotal','237.6'),(60429,6821,'_line_subtotal_tax','0'),(60430,6821,'_line_total','237.6'),(60431,6821,'_line_tax','0'),(60432,6821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60433,6822,'_product_id','490'),(60434,6822,'_variation_id','0'),(60435,6822,'_qty','10'),(60436,6822,'_tax_class',''),(60437,6822,'_line_subtotal','227.8'),(60438,6822,'_line_subtotal_tax','0'),(60439,6822,'_line_total','227.8'),(60440,6822,'_line_tax','0'),(60441,6822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60442,6823,'_product_id','131'),(60443,6823,'_variation_id','0'),(60444,6823,'_qty','4'),(60445,6823,'_tax_class',''),(60446,6823,'_line_subtotal','50.6'),(60447,6823,'_line_subtotal_tax','0'),(60448,6823,'_line_total','50.6'),(60449,6823,'_line_tax','0'),(60450,6823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60451,6824,'_product_id','44'),(60452,6824,'_variation_id','0'),(60453,6824,'_qty','2'),(60454,6824,'_tax_class',''),(60455,6824,'_line_subtotal','232.32'),(60456,6824,'_line_subtotal_tax','0'),(60457,6824,'_line_total','232.32'),(60458,6824,'_line_tax','0'),(60459,6824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60460,6825,'_product_id','45'),(60461,6825,'_variation_id','0'),(60462,6825,'_qty','2'),(60463,6825,'_tax_class',''),(60464,6825,'_line_subtotal','84.48'),(60465,6825,'_line_subtotal_tax','0'),(60466,6825,'_line_total','84.48'),(60467,6825,'_line_tax','0'),(60468,6825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60469,6826,'method_id','free_shipping'),(60470,6826,'instance_id','2'),(60471,6826,'cost','0.00'),(60472,6826,'total_tax','0'),(60473,6826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60474,6826,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 4, Preventive Kit(Case of 6) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(60475,6827,'_product_id','490'),(60476,6827,'_variation_id','0'),(60477,6827,'_qty','3'),(60478,6827,'_tax_class',''),(60479,6827,'_line_subtotal','68.34'),(60480,6827,'_line_subtotal_tax','0'),(60481,6827,'_line_total','68.34'),(60482,6827,'_line_tax','0'),(60483,6827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60484,6828,'_product_id','23'),(60485,6828,'_variation_id','0'),(60486,6828,'_qty','2'),(60487,6828,'_tax_class',''),(60488,6828,'_line_subtotal','223.68'),(60489,6828,'_line_subtotal_tax','0'),(60490,6828,'_line_total','223.68'),(60491,6828,'_line_tax','0'),(60492,6828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60493,6829,'_product_id','42'),(60494,6829,'_variation_id','0'),(60495,6829,'_qty','1'),(60496,6829,'_tax_class',''),(60497,6829,'_line_subtotal','79.2'),(60498,6829,'_line_subtotal_tax','0'),(60499,6829,'_line_total','79.2'),(60500,6829,'_line_tax','0'),(60501,6829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60502,6830,'_product_id','41'),(60503,6830,'_variation_id','0'),(60504,6830,'_qty','8'),(60505,6830,'_tax_class',''),(60506,6830,'_line_subtotal','531.84'),(60507,6830,'_line_subtotal_tax','0'),(60508,6830,'_line_total','531.84'),(60509,6830,'_line_tax','0'),(60510,6830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60511,6831,'method_id','free_shipping'),(60512,6831,'instance_id','2'),(60513,6831,'cost','0.00'),(60514,6831,'total_tax','0'),(60515,6831,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60516,6831,'Items','Bulk Active Rinse 100% RM &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 8'),(60517,6832,'_product_id','49'),(60518,6832,'_variation_id','0'),(60519,6832,'_qty','3'),(60520,6832,'_tax_class',''),(60521,6832,'_line_subtotal','237.6'),(60522,6832,'_line_subtotal_tax','0'),(60523,6832,'_line_total','237.6'),(60524,6832,'_line_tax','0'),(60525,6832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60526,6833,'method_id','fedex'),(60527,6833,'instance_id','1'),(60528,6833,'cost','24.25'),(60529,6833,'total_tax','0'),(60530,6833,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60531,6833,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(60532,6818,'thwma_order_shipping_status','wc-pending'),(60533,6819,'thwma_order_shipping_status','wc-pending'),(60534,6820,'thwma_order_shipping_status','wc-pending'),(60535,6821,'thwma_order_shipping_status','wc-pending'),(60536,6822,'thwma_order_shipping_status','wc-pending'),(60537,6823,'thwma_order_shipping_status','wc-pending'),(60538,6824,'thwma_order_shipping_status','wc-pending'),(60539,6825,'thwma_order_shipping_status','wc-pending'),(60540,6834,'_product_id','118'),(60541,6834,'_variation_id','0'),(60542,6834,'_qty','2'),(60543,6834,'_tax_class',''),(60544,6834,'_line_subtotal','369.6'),(60545,6834,'_line_subtotal_tax','0'),(60546,6834,'_line_total','369.6'),(60547,6834,'_line_tax','0'),(60548,6834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60549,6835,'_product_id','43'),(60550,6835,'_variation_id','0'),(60551,6835,'_qty','1'),(60552,6835,'_tax_class',''),(60553,6835,'_line_subtotal','79.2'),(60554,6835,'_line_subtotal_tax','0'),(60555,6835,'_line_total','79.2'),(60556,6835,'_line_tax','0'),(60557,6835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60558,6836,'_product_id','49'),(60559,6836,'_variation_id','0'),(60560,6836,'_qty','1'),(60561,6836,'_tax_class',''),(60562,6836,'_line_subtotal','79.2'),(60563,6836,'_line_subtotal_tax','0'),(60564,6836,'_line_total','79.2'),(60565,6836,'_line_tax','0'),(60566,6836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60567,6837,'_product_id','97'),(60568,6837,'_variation_id','0'),(60569,6837,'_qty','1'),(60570,6837,'_tax_class',''),(60571,6837,'_line_subtotal','0'),(60572,6837,'_line_subtotal_tax','0'),(60573,6837,'_line_total','0'),(60574,6837,'_line_tax','0'),(60575,6837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60576,6838,'_product_id','99'),(60577,6838,'_variation_id','0'),(60578,6838,'_qty','1'),(60579,6838,'_tax_class',''),(60580,6838,'_line_subtotal','0'),(60581,6838,'_line_subtotal_tax','0'),(60582,6838,'_line_total','0'),(60583,6838,'_line_tax','0'),(60584,6838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60585,6839,'_product_id','95'),(60586,6839,'_variation_id','0'),(60587,6839,'_qty','2'),(60588,6839,'_tax_class',''),(60589,6839,'_line_subtotal','0'),(60590,6839,'_line_subtotal_tax','0'),(60591,6839,'_line_total','0'),(60592,6839,'_line_tax','0'),(60593,6839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60594,6840,'_product_id','93'),(60595,6840,'_variation_id','0'),(60596,6840,'_qty','8'),(60597,6840,'_tax_class',''),(60598,6840,'_line_subtotal','0'),(60599,6840,'_line_subtotal_tax','0'),(60600,6840,'_line_total','0'),(60601,6840,'_line_tax','0'),(60602,6840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60603,6841,'method_id','free_shipping'),(60604,6841,'instance_id','2'),(60605,6841,'cost','0.00'),(60606,6841,'total_tax','0'),(60607,6841,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60608,6841,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 50/50 &times; 2, Bulk Active Rinse 100% &times; 8'),(60616,6842,'_product_id','42'),(60617,6842,'_variation_id','0'),(60618,6842,'_qty','1'),(60619,6842,'_tax_class',''),(60620,6842,'_line_subtotal','79.2'),(60621,6842,'_line_subtotal_tax','0'),(60622,6842,'_line_total','79.2'),(60623,6842,'_line_tax','0'),(60624,6842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60625,6843,'_product_id','120'),(60626,6843,'_variation_id','0'),(60627,6843,'_qty','1'),(60628,6843,'_tax_class',''),(60629,6843,'_line_subtotal','52.8'),(60630,6843,'_line_subtotal_tax','0'),(60631,6843,'_line_total','52.8'),(60632,6843,'_line_tax','0'),(60633,6843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60634,6844,'_product_id','41'),(60635,6844,'_variation_id','0'),(60636,6844,'_qty','2'),(60637,6844,'_tax_class',''),(60638,6844,'_line_subtotal','132.96'),(60639,6844,'_line_subtotal_tax','0'),(60640,6844,'_line_total','132.96'),(60641,6844,'_line_tax','0'),(60642,6844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60643,6845,'_product_id','23'),(60644,6845,'_variation_id','0'),(60645,6845,'_qty','1'),(60646,6845,'_tax_class',''),(60647,6845,'_line_subtotal','111.84'),(60648,6845,'_line_subtotal_tax','0'),(60649,6845,'_line_total','111.84'),(60650,6845,'_line_tax','0'),(60651,6845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60652,6846,'_product_id','45'),(60653,6846,'_variation_id','0'),(60654,6846,'_qty','1'),(60655,6846,'_tax_class',''),(60656,6846,'_line_subtotal','42.24'),(60657,6846,'_line_subtotal_tax','0'),(60658,6846,'_line_total','42.24'),(60659,6846,'_line_tax','0'),(60660,6846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60661,6847,'_product_id','43'),(60662,6847,'_variation_id','0'),(60663,6847,'_qty','1'),(60664,6847,'_tax_class',''),(60665,6847,'_line_subtotal','79.2'),(60666,6847,'_line_subtotal_tax','0'),(60667,6847,'_line_total','79.2'),(60668,6847,'_line_tax','0'),(60669,6847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60670,6848,'_product_id','49'),(60671,6848,'_variation_id','0'),(60672,6848,'_qty','1'),(60673,6848,'_tax_class',''),(60674,6848,'_line_subtotal','79.2'),(60675,6848,'_line_subtotal_tax','0'),(60676,6848,'_line_total','79.2'),(60677,6848,'_line_tax','0'),(60678,6848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60679,6849,'_product_id','51'),(60680,6849,'_variation_id','0'),(60681,6849,'_qty','1'),(60682,6849,'_tax_class',''),(60683,6849,'_line_subtotal','147.84'),(60684,6849,'_line_subtotal_tax','0'),(60685,6849,'_line_total','147.84'),(60686,6849,'_line_tax','0'),(60687,6849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60688,6850,'_product_id','44'),(60689,6850,'_variation_id','0'),(60690,6850,'_qty','1'),(60691,6850,'_tax_class',''),(60692,6850,'_line_subtotal','116.16'),(60693,6850,'_line_subtotal_tax','0'),(60694,6850,'_line_total','116.16'),(60695,6850,'_line_tax','0'),(60696,6850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60697,6851,'_product_id','490'),(60698,6851,'_variation_id','0'),(60699,6851,'_qty','10'),(60700,6851,'_tax_class',''),(60701,6851,'_line_subtotal','227.8'),(60702,6851,'_line_subtotal_tax','0'),(60703,6851,'_line_total','227.8'),(60704,6851,'_line_tax','0'),(60705,6851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60706,6852,'method_id','free_shipping'),(60707,6852,'instance_id','2'),(60708,6852,'cost','0.00'),(60709,6852,'total_tax','0'),(60710,6852,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60711,6852,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(60712,6827,'thwma_order_shipping_status','wc-pending'),(60713,6828,'thwma_order_shipping_status','wc-pending'),(60714,6829,'thwma_order_shipping_status','wc-pending'),(60715,6830,'thwma_order_shipping_status','wc-pending'),(60716,6842,'thwma_order_shipping_status','wc-pending'),(60717,6843,'thwma_order_shipping_status','wc-pending'),(60718,6844,'thwma_order_shipping_status','wc-pending'),(60719,6845,'thwma_order_shipping_status','wc-pending'),(60720,6846,'thwma_order_shipping_status','wc-pending'),(60721,6847,'thwma_order_shipping_status','wc-pending'),(60722,6848,'thwma_order_shipping_status','wc-pending'),(60723,6849,'thwma_order_shipping_status','wc-pending'),(60724,6850,'thwma_order_shipping_status','wc-pending'),(60725,6851,'thwma_order_shipping_status','wc-pending'),(60726,6853,'_product_id','93'),(60727,6853,'_variation_id','0'),(60728,6853,'_qty','8'),(60729,6853,'_tax_class',''),(60730,6853,'_line_subtotal','0'),(60731,6853,'_line_subtotal_tax','0'),(60732,6853,'_line_total','0'),(60733,6853,'_line_tax','0'),(60734,6853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60735,6854,'method_id','fedex'),(60736,6854,'instance_id','1'),(60737,6854,'cost','12.30'),(60738,6854,'total_tax','0'),(60739,6854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60740,6854,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(60741,6855,'_product_id','93'),(60742,6855,'_variation_id','0'),(60743,6855,'_qty','8'),(60744,6855,'_tax_class',''),(60745,6855,'_line_subtotal','0'),(60746,6855,'_line_subtotal_tax','0'),(60747,6855,'_line_total','0'),(60748,6855,'_line_tax','0'),(60749,6855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60750,6856,'method_id','fedex'),(60751,6856,'instance_id','1'),(60752,6856,'cost','12.30'),(60753,6856,'total_tax','0'),(60754,6856,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60755,6856,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(60756,6857,'_product_id','41'),(60757,6857,'_variation_id','0'),(60758,6857,'_qty','6'),(60759,6857,'_tax_class',''),(60760,6857,'_line_subtotal','398.88'),(60761,6857,'_line_subtotal_tax','0'),(60762,6857,'_line_total','398.88'),(60763,6857,'_line_tax','0'),(60764,6857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60765,6858,'_product_id','490'),(60766,6858,'_variation_id','0'),(60767,6858,'_qty','6'),(60768,6858,'_tax_class',''),(60769,6858,'_line_subtotal','136.68'),(60770,6858,'_line_subtotal_tax','0'),(60771,6858,'_line_total','136.68'),(60772,6858,'_line_tax','0'),(60773,6858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60774,6859,'method_id','free_shipping'),(60775,6859,'instance_id','2'),(60776,6859,'cost','0.00'),(60777,6859,'total_tax','0'),(60778,6859,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60779,6859,'Items','Professional Lice Comb(Case of 12) &times; 6, Bulk Active Rinse 100% RM &times; 6'),(60780,6834,'thwma_order_shipping_status','wc-pending'),(60781,6835,'thwma_order_shipping_status','wc-pending'),(60782,6836,'thwma_order_shipping_status','wc-pending'),(60783,6837,'thwma_order_shipping_status','wc-pending'),(60784,6838,'thwma_order_shipping_status','wc-pending'),(60785,6839,'thwma_order_shipping_status','wc-pending'),(60786,6840,'thwma_order_shipping_status','wc-pending'),(60787,6860,'_product_id','39'),(60788,6860,'_variation_id','0'),(60789,6860,'_qty','2'),(60790,6860,'_tax_class',''),(60791,6860,'_line_subtotal','158.4'),(60792,6860,'_line_subtotal_tax','0'),(60793,6860,'_line_total','158.4'),(60794,6860,'_line_tax','0'),(60795,6860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60796,6861,'_product_id','23'),(60797,6861,'_variation_id','0'),(60798,6861,'_qty','2'),(60799,6861,'_tax_class',''),(60800,6861,'_line_subtotal','223.68'),(60801,6861,'_line_subtotal_tax','0'),(60802,6861,'_line_total','223.68'),(60803,6861,'_line_tax','0'),(60804,6861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60805,6862,'_product_id','45'),(60806,6862,'_variation_id','0'),(60807,6862,'_qty','1'),(60808,6862,'_tax_class',''),(60809,6862,'_line_subtotal','42.24'),(60810,6862,'_line_subtotal_tax','0'),(60811,6862,'_line_total','42.24'),(60812,6862,'_line_tax','0'),(60813,6862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60814,6863,'_product_id','40'),(60815,6863,'_variation_id','0'),(60816,6863,'_qty','1'),(60817,6863,'_tax_class',''),(60818,6863,'_line_subtotal','79.2'),(60819,6863,'_line_subtotal_tax','0'),(60820,6863,'_line_total','79.2'),(60821,6863,'_line_tax','0'),(60822,6863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60823,6864,'method_id','free_shipping'),(60824,6864,'instance_id','2'),(60825,6864,'cost','0.00'),(60826,6864,'total_tax','0'),(60827,6864,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60828,6864,'Items','Preventive Shampoo(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(60871,6870,'_product_id','489'),(60872,6870,'_variation_id','0'),(60873,6870,'_qty','10'),(60874,6870,'_tax_class',''),(60875,6870,'_line_subtotal','194.3'),(60876,6870,'_line_subtotal_tax','0'),(60877,6870,'_line_total','194.3'),(60878,6870,'_line_tax','0'),(60879,6870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60880,6871,'_product_id','49'),(60881,6871,'_variation_id','0'),(60882,6871,'_qty','1'),(60883,6871,'_tax_class',''),(60884,6871,'_line_subtotal','79.2'),(60885,6871,'_line_subtotal_tax','0'),(60886,6871,'_line_total','79.2'),(60887,6871,'_line_tax','0'),(60888,6871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60889,6872,'_product_id','43'),(60890,6872,'_variation_id','0'),(60891,6872,'_qty','1'),(60892,6872,'_tax_class',''),(60893,6872,'_line_subtotal','79.2'),(60894,6872,'_line_subtotal_tax','0'),(60895,6872,'_line_total','79.2'),(60896,6872,'_line_tax','0'),(60897,6872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60898,6873,'_product_id','51'),(60899,6873,'_variation_id','0'),(60900,6873,'_qty','1'),(60901,6873,'_tax_class',''),(60902,6873,'_line_subtotal','147.84'),(60903,6873,'_line_subtotal_tax','0'),(60904,6873,'_line_total','147.84'),(60905,6873,'_line_tax','0'),(60906,6873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(60907,6874,'method_id','free_shipping'),(60908,6874,'instance_id','2'),(60909,6874,'cost','0.00'),(60910,6874,'total_tax','0'),(60911,6874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(60912,6874,'Items','Bulk Active Rinse 50/50 RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(61015,6887,'_product_id','23'),(61016,6887,'_variation_id','0'),(61017,6887,'_qty','1'),(61018,6887,'_tax_class',''),(61019,6887,'_line_subtotal','111.84'),(61020,6887,'_line_subtotal_tax','0'),(61021,6887,'_line_total','111.84'),(61022,6887,'_line_tax','0'),(61023,6887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61024,6888,'_product_id','38'),(61025,6888,'_variation_id','0'),(61026,6888,'_qty','1'),(61027,6888,'_tax_class',''),(61028,6888,'_line_subtotal','278.56'),(61029,6888,'_line_subtotal_tax','0'),(61030,6888,'_line_total','278.56'),(61031,6888,'_line_tax','0'),(61032,6888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61033,6889,'_product_id','490'),(61034,6889,'_variation_id','0'),(61035,6889,'_qty','10'),(61036,6889,'_tax_class',''),(61037,6889,'_line_subtotal','227.8'),(61038,6889,'_line_subtotal_tax','0'),(61039,6889,'_line_total','227.8'),(61040,6889,'_line_tax','0'),(61041,6889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61042,6890,'_product_id','43'),(61043,6890,'_variation_id','0'),(61044,6890,'_qty','1'),(61045,6890,'_tax_class',''),(61046,6890,'_line_subtotal','79.2'),(61047,6890,'_line_subtotal_tax','0'),(61048,6890,'_line_total','79.2'),(61049,6890,'_line_tax','0'),(61050,6890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61051,6891,'_product_id','42'),(61052,6891,'_variation_id','0'),(61053,6891,'_qty','1'),(61054,6891,'_tax_class',''),(61055,6891,'_line_subtotal','79.2'),(61056,6891,'_line_subtotal_tax','0'),(61057,6891,'_line_total','79.2'),(61058,6891,'_line_tax','0'),(61059,6891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61060,6892,'method_id','free_shipping'),(61061,6892,'instance_id','2'),(61062,6892,'cost','0.00'),(61063,6892,'total_tax','0'),(61064,6892,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61065,6892,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(61066,6893,'_product_id','43'),(61067,6893,'_variation_id','0'),(61068,6893,'_qty','2'),(61069,6893,'_tax_class',''),(61070,6893,'_line_subtotal','158.4'),(61071,6893,'_line_subtotal_tax','0'),(61072,6893,'_line_total','158.4'),(61073,6893,'_line_tax','0'),(61074,6893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61075,6894,'_product_id','487'),(61076,6894,'_variation_id','0'),(61077,6894,'_qty','1'),(61078,6894,'_tax_class',''),(61079,6894,'_line_subtotal','31.35'),(61080,6894,'_line_subtotal_tax','0'),(61081,6894,'_line_total','31.35'),(61082,6894,'_line_tax','0'),(61083,6894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61084,6895,'_product_id','490'),(61085,6895,'_variation_id','0'),(61086,6895,'_qty','10'),(61087,6895,'_tax_class',''),(61088,6895,'_line_subtotal','227.8'),(61089,6895,'_line_subtotal_tax','0'),(61090,6895,'_line_total','227.8'),(61091,6895,'_line_tax','0'),(61092,6895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61093,6896,'_product_id','23'),(61094,6896,'_variation_id','0'),(61095,6896,'_qty','1'),(61096,6896,'_tax_class',''),(61097,6896,'_line_subtotal','111.84'),(61098,6896,'_line_subtotal_tax','0'),(61099,6896,'_line_total','111.84'),(61100,6896,'_line_tax','0'),(61101,6896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61102,6897,'_product_id','38'),(61103,6897,'_variation_id','0'),(61104,6897,'_qty','1'),(61105,6897,'_tax_class',''),(61106,6897,'_line_subtotal','278.56'),(61107,6897,'_line_subtotal_tax','0'),(61108,6897,'_line_total','278.56'),(61109,6897,'_line_tax','0'),(61110,6897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61111,6898,'_product_id','45'),(61112,6898,'_variation_id','0'),(61113,6898,'_qty','1'),(61114,6898,'_tax_class',''),(61115,6898,'_line_subtotal','42.24'),(61116,6898,'_line_subtotal_tax','0'),(61117,6898,'_line_total','42.24'),(61118,6898,'_line_tax','0'),(61119,6898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61120,6899,'method_id','free_shipping'),(61121,6899,'instance_id','2'),(61122,6899,'cost','0.00'),(61123,6899,'total_tax','0'),(61124,6899,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61125,6899,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(61126,6900,'_product_id','490'),(61127,6900,'_variation_id','0'),(61128,6900,'_qty','10'),(61129,6900,'_tax_class',''),(61130,6900,'_line_subtotal','227.8'),(61131,6900,'_line_subtotal_tax','0'),(61132,6900,'_line_total','227.8'),(61133,6900,'_line_tax','0'),(61134,6900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61135,6901,'_product_id','38'),(61136,6901,'_variation_id','0'),(61137,6901,'_qty','1'),(61138,6901,'_tax_class',''),(61139,6901,'_line_subtotal','278.56'),(61140,6901,'_line_subtotal_tax','0'),(61141,6901,'_line_total','278.56'),(61142,6901,'_line_tax','0'),(61143,6901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61144,6902,'_product_id','41'),(61145,6902,'_variation_id','0'),(61146,6902,'_qty','1'),(61147,6902,'_tax_class',''),(61148,6902,'_line_subtotal','66.48'),(61149,6902,'_line_subtotal_tax','0'),(61150,6902,'_line_total','66.48'),(61151,6902,'_line_tax','0'),(61152,6902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61153,6903,'method_id','fedex'),(61154,6903,'instance_id','1'),(61155,6903,'cost','29.02'),(61156,6903,'total_tax','0'),(61157,6903,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61158,6903,'Package 1','14 × 14 × 14 (in) 28.35lbs × 1'),(61159,6903,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(61160,6904,'_product_id','43'),(61161,6904,'_variation_id','0'),(61162,6904,'_qty','1'),(61163,6904,'_tax_class',''),(61164,6904,'_line_subtotal','79.2'),(61165,6904,'_line_subtotal_tax','0'),(61166,6904,'_line_total','79.2'),(61167,6904,'_line_tax','0'),(61168,6904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61169,6905,'_product_id','487'),(61170,6905,'_variation_id','0'),(61171,6905,'_qty','1'),(61172,6905,'_tax_class',''),(61173,6905,'_line_subtotal','31.35'),(61174,6905,'_line_subtotal_tax','0'),(61175,6905,'_line_total','31.35'),(61176,6905,'_line_tax','0'),(61177,6905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61178,6906,'_product_id','488'),(61179,6906,'_variation_id','0'),(61180,6906,'_qty','1'),(61181,6906,'_tax_class',''),(61182,6906,'_line_subtotal','31.35'),(61183,6906,'_line_subtotal_tax','0'),(61184,6906,'_line_total','31.35'),(61185,6906,'_line_tax','0'),(61186,6906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61187,6907,'_product_id','490'),(61188,6907,'_variation_id','0'),(61189,6907,'_qty','10'),(61190,6907,'_tax_class',''),(61191,6907,'_line_subtotal','227.8'),(61192,6907,'_line_subtotal_tax','0'),(61193,6907,'_line_total','227.8'),(61194,6907,'_line_tax','0'),(61195,6907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61196,6908,'_product_id','23'),(61197,6908,'_variation_id','0'),(61198,6908,'_qty','2'),(61199,6908,'_tax_class',''),(61200,6908,'_line_subtotal','223.68'),(61201,6908,'_line_subtotal_tax','0'),(61202,6908,'_line_total','223.68'),(61203,6908,'_line_tax','0'),(61204,6908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61205,6909,'_product_id','38'),(61206,6909,'_variation_id','0'),(61207,6909,'_qty','1'),(61208,6909,'_tax_class',''),(61209,6909,'_line_subtotal','278.56'),(61210,6909,'_line_subtotal_tax','0'),(61211,6909,'_line_total','278.56'),(61212,6909,'_line_tax','0'),(61213,6909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61214,6910,'_product_id','41'),(61215,6910,'_variation_id','0'),(61216,6910,'_qty','1'),(61217,6910,'_tax_class',''),(61218,6910,'_line_subtotal','66.48'),(61219,6910,'_line_subtotal_tax','0'),(61220,6910,'_line_total','66.48'),(61221,6910,'_line_tax','0'),(61222,6910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61223,6911,'method_id','free_shipping'),(61224,6911,'instance_id','2'),(61225,6911,'cost','0.00'),(61226,6911,'total_tax','0'),(61227,6911,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61228,6911,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(61229,6807,'thwma_order_shipping_status','wc-pending'),(61230,6808,'thwma_order_shipping_status','wc-pending'),(61231,6857,'thwma_order_shipping_status','wc-pending'),(61232,6858,'thwma_order_shipping_status','wc-pending'),(61233,6860,'thwma_order_shipping_status','wc-pending'),(61234,6861,'thwma_order_shipping_status','wc-pending'),(61235,6862,'thwma_order_shipping_status','wc-pending'),(61236,6863,'thwma_order_shipping_status','wc-pending'),(61237,6870,'thwma_order_shipping_status','wc-pending'),(61238,6871,'thwma_order_shipping_status','wc-pending'),(61239,6872,'thwma_order_shipping_status','wc-pending'),(61240,6873,'thwma_order_shipping_status','wc-pending'),(61241,6912,'_product_id','116'),(61242,6912,'_variation_id','0'),(61243,6912,'_qty','1'),(61244,6912,'_tax_class',''),(61245,6912,'_line_subtotal','145.44'),(61246,6912,'_line_subtotal_tax','0'),(61247,6912,'_line_total','145.44'),(61248,6912,'_line_tax','0'),(61249,6912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61250,6913,'_product_id','23'),(61251,6913,'_variation_id','0'),(61252,6913,'_qty','2'),(61253,6913,'_tax_class',''),(61254,6913,'_line_subtotal','223.68'),(61255,6913,'_line_subtotal_tax','0'),(61256,6913,'_line_total','223.68'),(61257,6913,'_line_tax','0'),(61258,6913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61259,6914,'_product_id','93'),(61260,6914,'_variation_id','0'),(61261,6914,'_qty','4'),(61262,6914,'_tax_class',''),(61263,6914,'_line_subtotal','0'),(61264,6914,'_line_subtotal_tax','0'),(61265,6914,'_line_total','0'),(61266,6914,'_line_tax','0'),(61267,6914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61268,6915,'_product_id','97'),(61269,6915,'_variation_id','0'),(61270,6915,'_qty','1'),(61271,6915,'_tax_class',''),(61272,6915,'_line_subtotal','0'),(61273,6915,'_line_subtotal_tax','0'),(61274,6915,'_line_total','0'),(61275,6915,'_line_tax','0'),(61276,6915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61277,6916,'_product_id','99'),(61278,6916,'_variation_id','0'),(61279,6916,'_qty','1'),(61280,6916,'_tax_class',''),(61281,6916,'_line_subtotal','0'),(61282,6916,'_line_subtotal_tax','0'),(61283,6916,'_line_total','0'),(61284,6916,'_line_tax','0'),(61285,6916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61286,6917,'_product_id','137'),(61287,6917,'_variation_id','0'),(61288,6917,'_qty','2'),(61289,6917,'_tax_class',''),(61290,6917,'_line_subtotal','12.1'),(61291,6917,'_line_subtotal_tax','0'),(61292,6917,'_line_total','12.1'),(61293,6917,'_line_tax','0'),(61294,6917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61295,6918,'_product_id','51'),(61296,6918,'_variation_id','0'),(61297,6918,'_qty','1'),(61298,6918,'_tax_class',''),(61299,6918,'_line_subtotal','147.84'),(61300,6918,'_line_subtotal_tax','0'),(61301,6918,'_line_total','147.84'),(61302,6918,'_line_tax','0'),(61303,6918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61304,6919,'method_id','fedex'),(61305,6919,'instance_id','1'),(61306,6919,'cost','28.69'),(61307,6919,'total_tax','0'),(61308,6919,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61309,6919,'Package 1','17 × 14 × 10 (in) 33.15lbs × 1'),(61310,6919,'Package 2','17 × 14 × 10 (in) 27.75lbs × 1'),(61318,6920,'_product_id','43'),(61319,6920,'_variation_id','0'),(61320,6920,'_qty','2'),(61321,6920,'_tax_class',''),(61322,6920,'_line_subtotal','158.4'),(61323,6920,'_line_subtotal_tax','0'),(61324,6920,'_line_total','158.4'),(61325,6920,'_line_tax','0'),(61326,6920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61327,6921,'_product_id','120'),(61328,6921,'_variation_id','0'),(61329,6921,'_qty','2'),(61330,6921,'_tax_class',''),(61331,6921,'_line_subtotal','105.6'),(61332,6921,'_line_subtotal_tax','0'),(61333,6921,'_line_total','105.6'),(61334,6921,'_line_tax','0'),(61335,6921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61336,6922,'_product_id','490'),(61337,6922,'_variation_id','0'),(61338,6922,'_qty','10'),(61339,6922,'_tax_class',''),(61340,6922,'_line_subtotal','227.8'),(61341,6922,'_line_subtotal_tax','0'),(61342,6922,'_line_total','227.8'),(61343,6922,'_line_tax','0'),(61344,6922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61345,6923,'_product_id','23'),(61346,6923,'_variation_id','0'),(61347,6923,'_qty','1'),(61348,6923,'_tax_class',''),(61349,6923,'_line_subtotal','111.84'),(61350,6923,'_line_subtotal_tax','0'),(61351,6923,'_line_total','111.84'),(61352,6923,'_line_tax','0'),(61353,6923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61354,6924,'method_id','free_shipping'),(61355,6924,'instance_id','2'),(61356,6924,'cost','0.00'),(61357,6924,'total_tax','0'),(61358,6924,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61359,6924,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1'),(61360,6925,'_product_id','41'),(61361,6925,'_variation_id','0'),(61362,6925,'_qty','4'),(61363,6925,'_tax_class',''),(61364,6925,'_line_subtotal','265.92'),(61365,6925,'_line_subtotal_tax','0'),(61366,6925,'_line_total','265.92'),(61367,6925,'_line_tax','0'),(61368,6925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61369,6926,'_product_id','23'),(61370,6926,'_variation_id','0'),(61371,6926,'_qty','6'),(61372,6926,'_tax_class',''),(61373,6926,'_line_subtotal','671.04'),(61374,6926,'_line_subtotal_tax','0'),(61375,6926,'_line_total','671.04'),(61376,6926,'_line_tax','0'),(61377,6926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61378,6927,'_product_id','49'),(61379,6927,'_variation_id','0'),(61380,6927,'_qty','2'),(61381,6927,'_tax_class',''),(61382,6927,'_line_subtotal','158.4'),(61383,6927,'_line_subtotal_tax','0'),(61384,6927,'_line_total','158.4'),(61385,6927,'_line_tax','0'),(61386,6927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61387,6928,'method_id','free_shipping'),(61388,6928,'instance_id','2'),(61389,6928,'cost','0.00'),(61390,6928,'total_tax','0'),(61391,6928,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61392,6928,'Items','Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 6, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(61393,6929,'_product_id','23'),(61394,6929,'_variation_id','0'),(61395,6929,'_qty','4'),(61396,6929,'_tax_class',''),(61397,6929,'_line_subtotal','447.36'),(61398,6929,'_line_subtotal_tax','0'),(61399,6929,'_line_total','447.36'),(61400,6929,'_line_tax','0'),(61401,6929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61402,6930,'_product_id','41'),(61403,6930,'_variation_id','0'),(61404,6930,'_qty','3'),(61405,6930,'_tax_class',''),(61406,6930,'_line_subtotal','199.44'),(61407,6930,'_line_subtotal_tax','0'),(61408,6930,'_line_total','199.44'),(61409,6930,'_line_tax','0'),(61410,6930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61411,6931,'_product_id','131'),(61412,6931,'_variation_id','0'),(61413,6931,'_qty','4'),(61414,6931,'_tax_class',''),(61415,6931,'_line_subtotal','50.6'),(61416,6931,'_line_subtotal_tax','0'),(61417,6931,'_line_total','50.6'),(61418,6931,'_line_tax','0'),(61419,6931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61420,6932,'_product_id','133'),(61421,6932,'_variation_id','0'),(61422,6932,'_qty','1'),(61423,6932,'_tax_class',''),(61424,6932,'_line_subtotal','14.3'),(61425,6932,'_line_subtotal_tax','0'),(61426,6932,'_line_total','14.3'),(61427,6932,'_line_tax','0'),(61428,6932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61429,6933,'_product_id','38'),(61430,6933,'_variation_id','0'),(61431,6933,'_qty','2'),(61432,6933,'_tax_class',''),(61433,6933,'_line_subtotal','557.12'),(61434,6933,'_line_subtotal_tax','0'),(61435,6933,'_line_total','557.12'),(61436,6933,'_line_tax','0'),(61437,6933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61438,6934,'_product_id','488'),(61439,6934,'_variation_id','0'),(61440,6934,'_qty','2'),(61441,6934,'_tax_class',''),(61442,6934,'_line_subtotal','62.7'),(61443,6934,'_line_subtotal_tax','0'),(61444,6934,'_line_total','62.7'),(61445,6934,'_line_tax','0'),(61446,6934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61447,6935,'_product_id','490'),(61448,6935,'_variation_id','0'),(61449,6935,'_qty','10'),(61450,6935,'_tax_class',''),(61451,6935,'_line_subtotal','227.8'),(61452,6935,'_line_subtotal_tax','0'),(61453,6935,'_line_total','227.8'),(61454,6935,'_line_tax','0'),(61455,6935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61456,6936,'method_id','free_shipping'),(61457,6936,'instance_id','2'),(61458,6936,'cost','0.00'),(61459,6936,'total_tax','0'),(61460,6936,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61461,6936,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Disposable Capes &times; 4, Disposable Head Bands &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10'),(61504,6942,'_product_id','38'),(61505,6942,'_variation_id','0'),(61506,6942,'_qty','1'),(61507,6942,'_tax_class',''),(61508,6942,'_line_subtotal','278.56'),(61509,6942,'_line_subtotal_tax','0'),(61510,6942,'_line_total','278.56'),(61511,6942,'_line_tax','0'),(61512,6942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61513,6943,'_product_id','23'),(61514,6943,'_variation_id','0'),(61515,6943,'_qty','2'),(61516,6943,'_tax_class',''),(61517,6943,'_line_subtotal','223.68'),(61518,6943,'_line_subtotal_tax','0'),(61519,6943,'_line_total','223.68'),(61520,6943,'_line_tax','0'),(61521,6943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61522,6944,'_product_id','41'),(61523,6944,'_variation_id','0'),(61524,6944,'_qty','3'),(61525,6944,'_tax_class',''),(61526,6944,'_line_subtotal','199.44'),(61527,6944,'_line_subtotal_tax','0'),(61528,6944,'_line_total','199.44'),(61529,6944,'_line_tax','0'),(61530,6944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61531,6945,'_product_id','43'),(61532,6945,'_variation_id','0'),(61533,6945,'_qty','2'),(61534,6945,'_tax_class',''),(61535,6945,'_line_subtotal','158.4'),(61536,6945,'_line_subtotal_tax','0'),(61537,6945,'_line_total','158.4'),(61538,6945,'_line_tax','0'),(61539,6945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61540,6946,'method_id','free_shipping'),(61541,6946,'instance_id','2'),(61542,6946,'cost','0.00'),(61543,6946,'total_tax','0'),(61544,6946,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61545,6946,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2'),(61551,6887,'thwma_order_shipping_status','wc-pending'),(61552,6888,'thwma_order_shipping_status','wc-pending'),(61553,6889,'thwma_order_shipping_status','wc-pending'),(61554,6890,'thwma_order_shipping_status','wc-pending'),(61555,6891,'thwma_order_shipping_status','wc-pending'),(61556,6893,'thwma_order_shipping_status','wc-pending'),(61557,6894,'thwma_order_shipping_status','wc-pending'),(61558,6895,'thwma_order_shipping_status','wc-pending'),(61559,6896,'thwma_order_shipping_status','wc-pending'),(61560,6897,'thwma_order_shipping_status','wc-pending'),(61561,6898,'thwma_order_shipping_status','wc-pending'),(61562,6900,'thwma_order_shipping_status','wc-pending'),(61563,6901,'thwma_order_shipping_status','wc-pending'),(61564,6902,'thwma_order_shipping_status','wc-pending'),(61565,6904,'thwma_order_shipping_status','wc-pending'),(61566,6905,'thwma_order_shipping_status','wc-pending'),(61567,6906,'thwma_order_shipping_status','wc-pending'),(61568,6907,'thwma_order_shipping_status','wc-pending'),(61569,6908,'thwma_order_shipping_status','wc-pending'),(61570,6909,'thwma_order_shipping_status','wc-pending'),(61571,6910,'thwma_order_shipping_status','wc-pending'),(61572,6947,'_product_id','42'),(61573,6947,'_variation_id','0'),(61574,6947,'_qty','1'),(61575,6947,'_tax_class',''),(61576,6947,'_line_subtotal','79.2'),(61577,6947,'_line_subtotal_tax','0'),(61578,6947,'_line_total','79.2'),(61579,6947,'_line_tax','0'),(61580,6947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61581,6948,'_product_id','51'),(61582,6948,'_variation_id','0'),(61583,6948,'_qty','2'),(61584,6948,'_tax_class',''),(61585,6948,'_line_subtotal','295.68'),(61586,6948,'_line_subtotal_tax','0'),(61587,6948,'_line_total','295.68'),(61588,6948,'_line_tax','0'),(61589,6948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61590,6949,'_product_id','43'),(61591,6949,'_variation_id','0'),(61592,6949,'_qty','2'),(61593,6949,'_tax_class',''),(61594,6949,'_line_subtotal','158.4'),(61595,6949,'_line_subtotal_tax','0'),(61596,6949,'_line_total','158.4'),(61597,6949,'_line_tax','0'),(61598,6949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61599,6950,'_fee_amount','-237.015'),(61600,6950,'_tax_class','0'),(61601,6950,'_tax_status','taxable'),(61602,6950,'_line_total','-237.015'),(61603,6950,'_line_tax','0'),(61604,6950,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(61605,6950,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(61606,6950,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(61607,6951,'method_id','fedex'),(61608,6951,'instance_id','3'),(61609,6951,'cost','474.03'),(61610,6951,'total_tax','0'),(61611,6951,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61612,6951,'Package 1','11.25 × 8.75 × 7.75 (in) 8.39lbs × 1'),(61613,6951,'Package 2','11.25 × 8.75 × 7.75 (in) 8.39lbs × 1'),(61614,6951,'Package 3','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(61615,6951,'Package 4','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(61616,6951,'Package 5','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(61617,6952,'discount_amount','0'),(61618,6952,'discount_amount_tax','0'),(61619,6952,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:17;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(61620,6952,'_acfw_coupon_shipping_overrides_discount','237.015'),(61621,6953,'_product_id','40'),(61622,6953,'_variation_id','0'),(61623,6953,'_qty','1'),(61624,6953,'_tax_class',''),(61625,6953,'_line_subtotal','79.2'),(61626,6953,'_line_subtotal_tax','0'),(61627,6953,'_line_total','79.2'),(61628,6953,'_line_tax','0'),(61629,6953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61630,6954,'_product_id','488'),(61631,6954,'_variation_id','0'),(61632,6954,'_qty','1'),(61633,6954,'_tax_class',''),(61634,6954,'_line_subtotal','31.35'),(61635,6954,'_line_subtotal_tax','0'),(61636,6954,'_line_total','31.35'),(61637,6954,'_line_tax','0'),(61638,6954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61639,6955,'_product_id','490'),(61640,6955,'_variation_id','0'),(61641,6955,'_qty','2'),(61642,6955,'_tax_class',''),(61643,6955,'_line_subtotal','45.56'),(61644,6955,'_line_subtotal_tax','0'),(61645,6955,'_line_total','45.56'),(61646,6955,'_line_tax','0'),(61647,6955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61648,6956,'method_id','fedex'),(61649,6956,'instance_id','1'),(61650,6956,'cost','14.20'),(61651,6956,'total_tax','0'),(61652,6956,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61653,6956,'Package 1','17 × 14 × 10 (in) 20.6lbs × 1'),(61654,6957,'_product_id','23'),(61655,6957,'_variation_id','0'),(61656,6957,'_qty','3'),(61657,6957,'_tax_class',''),(61658,6957,'_line_subtotal','335.52'),(61659,6957,'_line_subtotal_tax','0'),(61660,6957,'_line_total','335.52'),(61661,6957,'_line_tax','0'),(61662,6957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61663,6958,'_product_id','38'),(61664,6958,'_variation_id','0'),(61665,6958,'_qty','2'),(61666,6958,'_tax_class',''),(61667,6958,'_line_subtotal','557.12'),(61668,6958,'_line_subtotal_tax','0'),(61669,6958,'_line_total','557.12'),(61670,6958,'_line_tax','0'),(61671,6958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61672,6959,'_product_id','51'),(61673,6959,'_variation_id','0'),(61674,6959,'_qty','2'),(61675,6959,'_tax_class',''),(61676,6959,'_line_subtotal','295.68'),(61677,6959,'_line_subtotal_tax','0'),(61678,6959,'_line_total','295.68'),(61679,6959,'_line_tax','0'),(61680,6959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61681,6960,'_product_id','41'),(61682,6960,'_variation_id','0'),(61683,6960,'_qty','4'),(61684,6960,'_tax_class',''),(61685,6960,'_line_subtotal','265.92'),(61686,6960,'_line_subtotal_tax','0'),(61687,6960,'_line_total','265.92'),(61688,6960,'_line_tax','0'),(61689,6960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61690,6961,'_product_id','49'),(61691,6961,'_variation_id','0'),(61692,6961,'_qty','2'),(61693,6961,'_tax_class',''),(61694,6961,'_line_subtotal','158.4'),(61695,6961,'_line_subtotal_tax','0'),(61696,6961,'_line_total','158.4'),(61697,6961,'_line_tax','0'),(61698,6961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61699,6962,'_product_id','490'),(61700,6962,'_variation_id','0'),(61701,6962,'_qty','10'),(61702,6962,'_tax_class',''),(61703,6962,'_line_subtotal','227.8'),(61704,6962,'_line_subtotal_tax','0'),(61705,6962,'_line_total','227.8'),(61706,6962,'_line_tax','0'),(61707,6962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61708,6963,'method_id','free_shipping'),(61709,6963,'instance_id','2'),(61710,6963,'cost','0.00'),(61711,6963,'total_tax','0'),(61712,6963,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61713,6963,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(61714,6964,'_product_id','23'),(61715,6964,'_variation_id','0'),(61716,6964,'_qty','1'),(61717,6964,'_tax_class',''),(61718,6964,'_line_subtotal','111.84'),(61719,6964,'_line_subtotal_tax','0'),(61720,6964,'_line_total','111.84'),(61721,6964,'_line_tax','0'),(61722,6964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61723,6965,'_product_id','38'),(61724,6965,'_variation_id','0'),(61725,6965,'_qty','2'),(61726,6965,'_tax_class',''),(61727,6965,'_line_subtotal','557.12'),(61728,6965,'_line_subtotal_tax','0'),(61729,6965,'_line_total','557.12'),(61730,6965,'_line_tax','0'),(61731,6965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61732,6966,'_product_id','41'),(61733,6966,'_variation_id','0'),(61734,6966,'_qty','14'),(61735,6966,'_tax_class',''),(61736,6966,'_line_subtotal','930.72'),(61737,6966,'_line_subtotal_tax','0'),(61738,6966,'_line_total','930.72'),(61739,6966,'_line_tax','0'),(61740,6966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61741,6967,'_product_id','51'),(61742,6967,'_variation_id','0'),(61743,6967,'_qty','1'),(61744,6967,'_tax_class',''),(61745,6967,'_line_subtotal','147.84'),(61746,6967,'_line_subtotal_tax','0'),(61747,6967,'_line_total','147.84'),(61748,6967,'_line_tax','0'),(61749,6967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61750,6968,'_product_id','118'),(61751,6968,'_variation_id','0'),(61752,6968,'_qty','1'),(61753,6968,'_tax_class',''),(61754,6968,'_line_subtotal','184.8'),(61755,6968,'_line_subtotal_tax','0'),(61756,6968,'_line_total','184.8'),(61757,6968,'_line_tax','0'),(61758,6968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61759,6969,'_product_id','44'),(61760,6969,'_variation_id','0'),(61761,6969,'_qty','1'),(61762,6969,'_tax_class',''),(61763,6969,'_line_subtotal','116.16'),(61764,6969,'_line_subtotal_tax','0'),(61765,6969,'_line_total','116.16'),(61766,6969,'_line_tax','0'),(61767,6969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61768,6970,'_product_id','490'),(61769,6970,'_variation_id','0'),(61770,6970,'_qty','45'),(61771,6970,'_tax_class',''),(61772,6970,'_line_subtotal','1025.1'),(61773,6970,'_line_subtotal_tax','0'),(61774,6970,'_line_total','1025.1'),(61775,6970,'_line_tax','0'),(61776,6970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61777,6971,'method_id','free_shipping'),(61778,6971,'instance_id','2'),(61779,6971,'cost','0.00'),(61780,6971,'total_tax','0'),(61781,6971,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61782,6971,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 14, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 45'),(61783,6972,'_product_id','23'),(61784,6972,'_variation_id','0'),(61785,6972,'_qty','6'),(61786,6972,'_tax_class',''),(61787,6972,'_line_subtotal','671.04'),(61788,6972,'_line_subtotal_tax','0'),(61789,6972,'_line_total','671.04'),(61790,6972,'_line_tax','0'),(61791,6972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61792,6973,'_product_id','42'),(61793,6973,'_variation_id','0'),(61794,6973,'_qty','3'),(61795,6973,'_tax_class',''),(61796,6973,'_line_subtotal','237.6'),(61797,6973,'_line_subtotal_tax','0'),(61798,6973,'_line_total','237.6'),(61799,6973,'_line_tax','0'),(61800,6973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61801,6974,'_product_id','41'),(61802,6974,'_variation_id','0'),(61803,6974,'_qty','5'),(61804,6974,'_tax_class',''),(61805,6974,'_line_subtotal','332.4'),(61806,6974,'_line_subtotal_tax','0'),(61807,6974,'_line_total','332.4'),(61808,6974,'_line_tax','0'),(61809,6974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61810,6975,'_product_id','39'),(61811,6975,'_variation_id','0'),(61812,6975,'_qty','2'),(61813,6975,'_tax_class',''),(61814,6975,'_line_subtotal','158.4'),(61815,6975,'_line_subtotal_tax','0'),(61816,6975,'_line_total','158.4'),(61817,6975,'_line_tax','0'),(61818,6975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61819,6976,'_product_id','40'),(61820,6976,'_variation_id','0'),(61821,6976,'_qty','2'),(61822,6976,'_tax_class',''),(61823,6976,'_line_subtotal','158.4'),(61824,6976,'_line_subtotal_tax','0'),(61825,6976,'_line_total','158.4'),(61826,6976,'_line_tax','0'),(61827,6976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61828,6977,'_product_id','43'),(61829,6977,'_variation_id','0'),(61830,6977,'_qty','2'),(61831,6977,'_tax_class',''),(61832,6977,'_line_subtotal','158.4'),(61833,6977,'_line_subtotal_tax','0'),(61834,6977,'_line_total','158.4'),(61835,6977,'_line_tax','0'),(61836,6977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61837,6978,'_product_id','49'),(61838,6978,'_variation_id','0'),(61839,6978,'_qty','3'),(61840,6978,'_tax_class',''),(61841,6978,'_line_subtotal','237.6'),(61842,6978,'_line_subtotal_tax','0'),(61843,6978,'_line_total','237.6'),(61844,6978,'_line_tax','0'),(61845,6978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61846,6979,'_product_id','93'),(61847,6979,'_variation_id','0'),(61848,6979,'_qty','10'),(61849,6979,'_tax_class',''),(61850,6979,'_line_subtotal','0'),(61851,6979,'_line_subtotal_tax','0'),(61852,6979,'_line_total','0'),(61853,6979,'_line_tax','0'),(61854,6979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61855,6980,'method_id','fedex'),(61856,6980,'instance_id','1'),(61857,6980,'cost','119.99'),(61858,6980,'total_tax','0'),(61859,6980,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61860,6980,'Package 1','17 × 14 × 10 (in) 40lbs × 1'),(61861,6980,'Package 2','17 × 14 × 10 (in) 40.4lbs × 1'),(61862,6980,'Package 3','17 × 14 × 10 (in) 37.5lbs × 1'),(61863,6980,'Package 4','17 × 14 × 10 (in) 40.35lbs × 1'),(61864,6980,'Package 5','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(61865,6981,'_product_id','23'),(61866,6981,'_variation_id','0'),(61867,6981,'_qty','6'),(61868,6981,'_tax_class',''),(61869,6981,'_line_subtotal','671.04'),(61870,6981,'_line_subtotal_tax','0'),(61871,6981,'_line_total','671.04'),(61872,6981,'_line_tax','0'),(61873,6981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61874,6982,'_product_id','49'),(61875,6982,'_variation_id','0'),(61876,6982,'_qty','2'),(61877,6982,'_tax_class',''),(61878,6982,'_line_subtotal','158.4'),(61879,6982,'_line_subtotal_tax','0'),(61880,6982,'_line_total','158.4'),(61881,6982,'_line_tax','0'),(61882,6982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61883,6983,'_product_id','99'),(61884,6983,'_variation_id','0'),(61885,6983,'_qty','2'),(61886,6983,'_tax_class',''),(61887,6983,'_line_subtotal','0'),(61888,6983,'_line_subtotal_tax','0'),(61889,6983,'_line_total','0'),(61890,6983,'_line_tax','0'),(61891,6983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61892,6984,'_product_id','93'),(61893,6984,'_variation_id','0'),(61894,6984,'_qty','10'),(61895,6984,'_tax_class',''),(61896,6984,'_line_subtotal','0'),(61897,6984,'_line_subtotal_tax','0'),(61898,6984,'_line_total','0'),(61899,6984,'_line_tax','0'),(61900,6984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61901,6985,'method_id','fedex'),(61902,6985,'instance_id','1'),(61903,6985,'cost','83.80'),(61904,6985,'total_tax','0'),(61905,6985,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61906,6985,'Package 1','17 × 14 × 10 (in) 41.75lbs × 1'),(61907,6985,'Package 2','17 × 14 × 10 (in) 41.8lbs × 1'),(61908,6985,'Package 3','17 × 14 × 10 (in) 16.05lbs × 1'),(61921,6986,'_product_id','38'),(61922,6986,'_variation_id','0'),(61923,6986,'_qty','1'),(61924,6986,'_tax_class',''),(61925,6986,'_line_subtotal','278.56'),(61926,6986,'_line_subtotal_tax','0'),(61927,6986,'_line_total','278.56'),(61928,6986,'_line_tax','0'),(61929,6986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61930,6987,'_product_id','490'),(61931,6987,'_variation_id','0'),(61932,6987,'_qty','10'),(61933,6987,'_tax_class',''),(61934,6987,'_line_subtotal','227.8'),(61935,6987,'_line_subtotal_tax','0'),(61936,6987,'_line_total','227.8'),(61937,6987,'_line_tax','0'),(61938,6987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61939,6988,'method_id','free_shipping'),(61940,6988,'instance_id','2'),(61941,6988,'cost','0.00'),(61942,6988,'total_tax','0'),(61943,6988,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61944,6988,'Items','Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(61945,6989,'_product_id','23'),(61946,6989,'_variation_id','0'),(61947,6989,'_qty','3'),(61948,6989,'_tax_class',''),(61949,6989,'_line_subtotal','335.52'),(61950,6989,'_line_subtotal_tax','0'),(61951,6989,'_line_total','335.52'),(61952,6989,'_line_tax','0'),(61953,6989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61954,6990,'_product_id','41'),(61955,6990,'_variation_id','0'),(61956,6990,'_qty','2'),(61957,6990,'_tax_class',''),(61958,6990,'_line_subtotal','132.96'),(61959,6990,'_line_subtotal_tax','0'),(61960,6990,'_line_total','132.96'),(61961,6990,'_line_tax','0'),(61962,6990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61963,6991,'_product_id','43'),(61964,6991,'_variation_id','0'),(61965,6991,'_qty','2'),(61966,6991,'_tax_class',''),(61967,6991,'_line_subtotal','158.4'),(61968,6991,'_line_subtotal_tax','0'),(61969,6991,'_line_total','158.4'),(61970,6991,'_line_tax','0'),(61971,6991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61972,6992,'_product_id','490'),(61973,6992,'_variation_id','0'),(61974,6992,'_qty','8'),(61975,6992,'_tax_class',''),(61976,6992,'_line_subtotal','182.24'),(61977,6992,'_line_subtotal_tax','0'),(61978,6992,'_line_total','182.24'),(61979,6992,'_line_tax','0'),(61980,6992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(61981,6993,'method_id','free_shipping'),(61982,6993,'instance_id','2'),(61983,6993,'cost','0.00'),(61984,6993,'total_tax','0'),(61985,6993,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(61986,6993,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8'),(61987,6964,'thwma_order_shipping_status','wc-pending'),(61988,6965,'thwma_order_shipping_status','wc-pending'),(61989,6966,'thwma_order_shipping_status','wc-pending'),(61990,6967,'thwma_order_shipping_status','wc-pending'),(61991,6968,'thwma_order_shipping_status','wc-pending'),(61992,6969,'thwma_order_shipping_status','wc-pending'),(61993,6970,'thwma_order_shipping_status','wc-pending'),(61994,6947,'thwma_order_shipping_status','wc-pending'),(61995,6948,'thwma_order_shipping_status','wc-pending'),(61996,6949,'thwma_order_shipping_status','wc-pending'),(62009,6942,'thwma_order_shipping_status','wc-pending'),(62010,6943,'thwma_order_shipping_status','wc-pending'),(62011,6944,'thwma_order_shipping_status','wc-pending'),(62012,6945,'thwma_order_shipping_status','wc-pending'),(62013,6953,'thwma_order_shipping_status','wc-pending'),(62014,6954,'thwma_order_shipping_status','wc-pending'),(62015,6955,'thwma_order_shipping_status','wc-pending'),(62016,6920,'thwma_order_shipping_status','wc-pending'),(62017,6921,'thwma_order_shipping_status','wc-pending'),(62018,6922,'thwma_order_shipping_status','wc-pending'),(62019,6923,'thwma_order_shipping_status','wc-pending'),(62023,6925,'thwma_order_shipping_status','wc-pending'),(62024,6926,'thwma_order_shipping_status','wc-pending'),(62025,6927,'thwma_order_shipping_status','wc-pending'),(62026,6929,'thwma_order_shipping_status','wc-pending'),(62027,6930,'thwma_order_shipping_status','wc-pending'),(62028,6931,'thwma_order_shipping_status','wc-pending'),(62029,6932,'thwma_order_shipping_status','wc-pending'),(62030,6933,'thwma_order_shipping_status','wc-pending'),(62031,6934,'thwma_order_shipping_status','wc-pending'),(62032,6935,'thwma_order_shipping_status','wc-pending'),(62033,6957,'thwma_order_shipping_status','wc-pending'),(62034,6958,'thwma_order_shipping_status','wc-pending'),(62035,6959,'thwma_order_shipping_status','wc-pending'),(62036,6960,'thwma_order_shipping_status','wc-pending'),(62037,6961,'thwma_order_shipping_status','wc-pending'),(62038,6962,'thwma_order_shipping_status','wc-pending'),(62039,6994,'_product_id','23'),(62040,6994,'_variation_id','0'),(62041,6994,'_qty','1'),(62042,6994,'_tax_class',''),(62043,6994,'_line_subtotal','111.84'),(62044,6994,'_line_subtotal_tax','0'),(62045,6994,'_line_total','111.84'),(62046,6994,'_line_tax','0'),(62047,6994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62048,6995,'_product_id','38'),(62049,6995,'_variation_id','0'),(62050,6995,'_qty','1'),(62051,6995,'_tax_class',''),(62052,6995,'_line_subtotal','278.56'),(62053,6995,'_line_subtotal_tax','0'),(62054,6995,'_line_total','278.56'),(62055,6995,'_line_tax','0'),(62056,6995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62057,6996,'_product_id','45'),(62058,6996,'_variation_id','0'),(62059,6996,'_qty','1'),(62060,6996,'_tax_class',''),(62061,6996,'_line_subtotal','42.24'),(62062,6996,'_line_subtotal_tax','0'),(62063,6996,'_line_total','42.24'),(62064,6996,'_line_tax','0'),(62065,6996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62066,6997,'_product_id','41'),(62067,6997,'_variation_id','0'),(62068,6997,'_qty','1'),(62069,6997,'_tax_class',''),(62070,6997,'_line_subtotal','66.48'),(62071,6997,'_line_subtotal_tax','0'),(62072,6997,'_line_total','66.48'),(62073,6997,'_line_tax','0'),(62074,6997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62075,6998,'_product_id','43'),(62076,6998,'_variation_id','0'),(62077,6998,'_qty','1'),(62078,6998,'_tax_class',''),(62079,6998,'_line_subtotal','79.2'),(62080,6998,'_line_subtotal_tax','0'),(62081,6998,'_line_total','79.2'),(62082,6998,'_line_tax','0'),(62083,6998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62084,6999,'_product_id','49'),(62085,6999,'_variation_id','0'),(62086,6999,'_qty','1'),(62087,6999,'_tax_class',''),(62088,6999,'_line_subtotal','79.2'),(62089,6999,'_line_subtotal_tax','0'),(62090,6999,'_line_total','79.2'),(62091,6999,'_line_tax','0'),(62092,6999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62093,7000,'_product_id','490'),(62094,7000,'_variation_id','0'),(62095,7000,'_qty','8'),(62096,7000,'_tax_class',''),(62097,7000,'_line_subtotal','182.24'),(62098,7000,'_line_subtotal_tax','0'),(62099,7000,'_line_total','182.24'),(62100,7000,'_line_tax','0'),(62101,7000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62102,7001,'_product_id','488'),(62103,7001,'_variation_id','0'),(62104,7001,'_qty','2'),(62105,7001,'_tax_class',''),(62106,7001,'_line_subtotal','62.7'),(62107,7001,'_line_subtotal_tax','0'),(62108,7001,'_line_total','62.7'),(62109,7001,'_line_tax','0'),(62110,7001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62111,7002,'method_id','free_shipping'),(62112,7002,'instance_id','2'),(62113,7002,'cost','0.00'),(62114,7002,'total_tax','0'),(62115,7002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62116,7002,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2'),(62117,6972,'thwma_order_shipping_status','wc-pending'),(62118,6973,'thwma_order_shipping_status','wc-pending'),(62119,6974,'thwma_order_shipping_status','wc-pending'),(62120,6975,'thwma_order_shipping_status','wc-pending'),(62121,6976,'thwma_order_shipping_status','wc-pending'),(62122,6977,'thwma_order_shipping_status','wc-pending'),(62123,6978,'thwma_order_shipping_status','wc-pending'),(62124,6979,'thwma_order_shipping_status','wc-pending'),(62125,6981,'thwma_order_shipping_status','wc-pending'),(62126,6982,'thwma_order_shipping_status','wc-pending'),(62127,6983,'thwma_order_shipping_status','wc-pending'),(62128,6984,'thwma_order_shipping_status','wc-pending'),(62129,6989,'thwma_order_shipping_status','wc-pending'),(62130,6990,'thwma_order_shipping_status','wc-pending'),(62131,6991,'thwma_order_shipping_status','wc-pending'),(62132,6992,'thwma_order_shipping_status','wc-pending'),(62133,6986,'thwma_order_shipping_status','wc-pending'),(62134,6987,'thwma_order_shipping_status','wc-pending'),(62135,7003,'_product_id','23'),(62136,7003,'_variation_id','0'),(62137,7003,'_qty','2'),(62138,7003,'_tax_class',''),(62139,7003,'_line_subtotal','223.68'),(62140,7003,'_line_subtotal_tax','0'),(62141,7003,'_line_total','223.68'),(62142,7003,'_line_tax','0'),(62143,7003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62144,7004,'_product_id','133'),(62145,7004,'_variation_id','0'),(62146,7004,'_qty','1'),(62147,7004,'_tax_class',''),(62148,7004,'_line_subtotal','14.3'),(62149,7004,'_line_subtotal_tax','0'),(62150,7004,'_line_total','14.3'),(62151,7004,'_line_tax','0'),(62152,7004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62153,7005,'_product_id','38'),(62154,7005,'_variation_id','0'),(62155,7005,'_qty','1'),(62156,7005,'_tax_class',''),(62157,7005,'_line_subtotal','278.56'),(62158,7005,'_line_subtotal_tax','0'),(62159,7005,'_line_total','278.56'),(62160,7005,'_line_tax','0'),(62161,7005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62162,7006,'method_id','free_shipping'),(62163,7006,'instance_id','2'),(62164,7006,'cost','0.00'),(62165,7006,'total_tax','0'),(62166,7006,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62167,7006,'Items','Active Rinse 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(62168,7007,'_product_id','93'),(62169,7007,'_variation_id','0'),(62170,7007,'_qty','10'),(62171,7007,'_tax_class',''),(62172,7007,'_line_subtotal','0'),(62173,7007,'_line_subtotal_tax','0'),(62174,7007,'_line_total','0'),(62175,7007,'_line_tax','0'),(62176,7007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62177,7008,'method_id','fedex'),(62178,7008,'instance_id','1'),(62179,7008,'cost','22.79'),(62180,7008,'total_tax','0'),(62181,7008,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62182,7008,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(62183,7009,'_product_id','93'),(62184,7009,'_variation_id','0'),(62185,7009,'_qty','10'),(62186,7009,'_tax_class',''),(62187,7009,'_line_subtotal','0'),(62188,7009,'_line_subtotal_tax','0'),(62189,7009,'_line_total','0'),(62190,7009,'_line_tax','0'),(62191,7009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62192,7010,'method_id','fedex'),(62193,7010,'instance_id','1'),(62194,7010,'cost','22.79'),(62195,7010,'total_tax','0'),(62196,7010,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62197,7010,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(62198,7011,'_product_id','93'),(62199,7011,'_variation_id','0'),(62200,7011,'_qty','10'),(62201,7011,'_tax_class',''),(62202,7011,'_line_subtotal','0'),(62203,7011,'_line_subtotal_tax','0'),(62204,7011,'_line_total','0'),(62205,7011,'_line_tax','0'),(62206,7011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62207,7012,'method_id','fedex'),(62208,7012,'instance_id','1'),(62209,7012,'cost','22.79'),(62210,7012,'total_tax','0'),(62211,7012,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62212,7012,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(62213,7013,'_product_id','23'),(62214,7013,'_variation_id','0'),(62215,7013,'_qty','3'),(62216,7013,'_tax_class',''),(62217,7013,'_line_subtotal','335.52'),(62218,7013,'_line_subtotal_tax','0'),(62219,7013,'_line_total','335.52'),(62220,7013,'_line_tax','0'),(62221,7013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62222,7014,'_product_id','41'),(62223,7014,'_variation_id','0'),(62224,7014,'_qty','3'),(62225,7014,'_tax_class',''),(62226,7014,'_line_subtotal','199.44'),(62227,7014,'_line_subtotal_tax','0'),(62228,7014,'_line_total','199.44'),(62229,7014,'_line_tax','0'),(62230,7014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62231,7015,'_product_id','51'),(62232,7015,'_variation_id','0'),(62233,7015,'_qty','4'),(62234,7015,'_tax_class',''),(62235,7015,'_line_subtotal','591.36'),(62236,7015,'_line_subtotal_tax','0'),(62237,7015,'_line_total','591.36'),(62238,7015,'_line_tax','0'),(62239,7015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62240,7016,'_product_id','39'),(62241,7016,'_variation_id','0'),(62242,7016,'_qty','1'),(62243,7016,'_tax_class',''),(62244,7016,'_line_subtotal','79.2'),(62245,7016,'_line_subtotal_tax','0'),(62246,7016,'_line_total','79.2'),(62247,7016,'_line_tax','0'),(62248,7016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62249,7017,'_product_id','43'),(62250,7017,'_variation_id','0'),(62251,7017,'_qty','2'),(62252,7017,'_tax_class',''),(62253,7017,'_line_subtotal','158.4'),(62254,7017,'_line_subtotal_tax','0'),(62255,7017,'_line_total','158.4'),(62256,7017,'_line_tax','0'),(62257,7017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62258,7018,'_product_id','44'),(62259,7018,'_variation_id','0'),(62260,7018,'_qty','3'),(62261,7018,'_tax_class',''),(62262,7018,'_line_subtotal','348.48'),(62263,7018,'_line_subtotal_tax','0'),(62264,7018,'_line_total','348.48'),(62265,7018,'_line_tax','0'),(62266,7018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62267,7019,'_product_id','118'),(62268,7019,'_variation_id','0'),(62269,7019,'_qty','3'),(62270,7019,'_tax_class',''),(62271,7019,'_line_subtotal','554.4'),(62272,7019,'_line_subtotal_tax','0'),(62273,7019,'_line_total','554.4'),(62274,7019,'_line_tax','0'),(62275,7019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62276,7020,'_product_id','490'),(62277,7020,'_variation_id','0'),(62278,7020,'_qty','30'),(62279,7020,'_tax_class',''),(62280,7020,'_line_subtotal','683.4'),(62281,7020,'_line_subtotal_tax','0'),(62282,7020,'_line_total','683.4'),(62283,7020,'_line_tax','0'),(62284,7020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62285,7021,'_product_id','487'),(62286,7021,'_variation_id','0'),(62287,7021,'_qty','3'),(62288,7021,'_tax_class',''),(62289,7021,'_line_subtotal','94.05'),(62290,7021,'_line_subtotal_tax','0'),(62291,7021,'_line_total','94.05'),(62292,7021,'_line_tax','0'),(62293,7021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62294,7022,'method_id','free_shipping'),(62295,7022,'instance_id','2'),(62296,7022,'cost','0.00'),(62297,7022,'total_tax','0'),(62298,7022,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62299,7022,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 3, Bulk Active Rinse 100% RM &times; 30, Bulk Mousse 1 Gallon RM &times; 3'),(62300,7023,'_product_id','23'),(62301,7023,'_variation_id','0'),(62302,7023,'_qty','4'),(62303,7023,'_tax_class',''),(62304,7023,'_line_subtotal','447.36'),(62305,7023,'_line_subtotal_tax','0'),(62306,7023,'_line_total','447.36'),(62307,7023,'_line_tax','0'),(62308,7023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62309,7024,'_product_id','41'),(62310,7024,'_variation_id','0'),(62311,7024,'_qty','1'),(62312,7024,'_tax_class',''),(62313,7024,'_line_subtotal','66.48'),(62314,7024,'_line_subtotal_tax','0'),(62315,7024,'_line_total','66.48'),(62316,7024,'_line_tax','0'),(62317,7024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62318,7025,'method_id','free_shipping'),(62319,7025,'instance_id','2'),(62320,7025,'cost','0.00'),(62321,7025,'total_tax','0'),(62322,7025,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62323,7025,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 1'),(62324,6994,'thwma_order_shipping_status','wc-pending'),(62325,6995,'thwma_order_shipping_status','wc-pending'),(62326,6996,'thwma_order_shipping_status','wc-pending'),(62327,6997,'thwma_order_shipping_status','wc-pending'),(62328,6998,'thwma_order_shipping_status','wc-pending'),(62329,6999,'thwma_order_shipping_status','wc-pending'),(62330,7000,'thwma_order_shipping_status','wc-pending'),(62331,7001,'thwma_order_shipping_status','wc-pending'),(62332,7003,'thwma_order_shipping_status','wc-pending'),(62333,7004,'thwma_order_shipping_status','wc-pending'),(62334,7005,'thwma_order_shipping_status','wc-pending'),(62335,7013,'thwma_order_shipping_status','wc-pending'),(62336,7014,'thwma_order_shipping_status','wc-pending'),(62337,7015,'thwma_order_shipping_status','wc-pending'),(62338,7016,'thwma_order_shipping_status','wc-pending'),(62339,7017,'thwma_order_shipping_status','wc-pending'),(62340,7018,'thwma_order_shipping_status','wc-pending'),(62341,7019,'thwma_order_shipping_status','wc-pending'),(62342,7020,'thwma_order_shipping_status','wc-pending'),(62343,7021,'thwma_order_shipping_status','wc-pending'),(62344,6912,'thwma_order_shipping_status','wc-pending'),(62345,6913,'thwma_order_shipping_status','wc-pending'),(62346,6914,'thwma_order_shipping_status','wc-pending'),(62347,6915,'thwma_order_shipping_status','wc-pending'),(62348,6916,'thwma_order_shipping_status','wc-pending'),(62349,6917,'thwma_order_shipping_status','wc-pending'),(62350,6918,'thwma_order_shipping_status','wc-pending'),(62351,7023,'thwma_order_shipping_status','wc-pending'),(62352,7024,'thwma_order_shipping_status','wc-pending'),(62353,7026,'_product_id','41'),(62354,7026,'_variation_id','0'),(62355,7026,'_qty','1'),(62356,7026,'_tax_class',''),(62357,7026,'_line_subtotal','66.48'),(62358,7026,'_line_subtotal_tax','0'),(62359,7026,'_line_total','66.48'),(62360,7026,'_line_tax','0'),(62361,7026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62362,7027,'_product_id','490'),(62363,7027,'_variation_id','0'),(62364,7027,'_qty','8'),(62365,7027,'_tax_class',''),(62366,7027,'_line_subtotal','182.24'),(62367,7027,'_line_subtotal_tax','0'),(62368,7027,'_line_total','182.24'),(62369,7027,'_line_tax','0'),(62370,7027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62371,7028,'_product_id','488'),(62372,7028,'_variation_id','0'),(62373,7028,'_qty','2'),(62374,7028,'_tax_class',''),(62375,7028,'_line_subtotal','62.7'),(62376,7028,'_line_subtotal_tax','0'),(62377,7028,'_line_total','62.7'),(62378,7028,'_line_tax','0'),(62379,7028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62380,7029,'_product_id','23'),(62381,7029,'_variation_id','0'),(62382,7029,'_qty','1'),(62383,7029,'_tax_class',''),(62384,7029,'_line_subtotal','111.84'),(62385,7029,'_line_subtotal_tax','0'),(62386,7029,'_line_total','111.84'),(62387,7029,'_line_tax','0'),(62388,7029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62389,7030,'_product_id','45'),(62390,7030,'_variation_id','0'),(62391,7030,'_qty','1'),(62392,7030,'_tax_class',''),(62393,7030,'_line_subtotal','42.24'),(62394,7030,'_line_subtotal_tax','0'),(62395,7030,'_line_total','42.24'),(62396,7030,'_line_tax','0'),(62397,7030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62398,7031,'_product_id','49'),(62399,7031,'_variation_id','0'),(62400,7031,'_qty','1'),(62401,7031,'_tax_class',''),(62402,7031,'_line_subtotal','79.2'),(62403,7031,'_line_subtotal_tax','0'),(62404,7031,'_line_total','79.2'),(62405,7031,'_line_tax','0'),(62406,7031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62407,7032,'method_id','fedex'),(62408,7032,'instance_id','1'),(62409,7032,'cost','55.53'),(62410,7032,'total_tax','0'),(62411,7032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62412,7032,'Package 1','17 × 14 × 10 (in) 41.7lbs × 1'),(62413,7032,'Package 2','17 × 14 × 10 (in) 18.2lbs × 1'),(62414,7033,'_product_id','40'),(62415,7033,'_variation_id','0'),(62416,7033,'_qty','1'),(62417,7033,'_tax_class',''),(62418,7033,'_line_subtotal','79.2'),(62419,7033,'_line_subtotal_tax','0'),(62420,7033,'_line_total','79.2'),(62421,7033,'_line_tax','0'),(62422,7033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62423,7034,'_product_id','49'),(62424,7034,'_variation_id','0'),(62425,7034,'_qty','4'),(62426,7034,'_tax_class',''),(62427,7034,'_line_subtotal','316.8'),(62428,7034,'_line_subtotal_tax','0'),(62429,7034,'_line_total','316.8'),(62430,7034,'_line_tax','0'),(62431,7034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62432,7035,'_product_id','23'),(62433,7035,'_variation_id','0'),(62434,7035,'_qty','1'),(62435,7035,'_tax_class',''),(62436,7035,'_line_subtotal','111.84'),(62437,7035,'_line_subtotal_tax','0'),(62438,7035,'_line_total','111.84'),(62439,7035,'_line_tax','0'),(62440,7035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62441,7036,'method_id','free_shipping'),(62442,7036,'instance_id','2'),(62443,7036,'cost','0.00'),(62444,7036,'total_tax','0'),(62445,7036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62446,7036,'Items','Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 1'),(62447,7037,'_product_id','93'),(62448,7037,'_variation_id','0'),(62449,7037,'_qty','10'),(62450,7037,'_tax_class',''),(62451,7037,'_line_subtotal','0'),(62452,7037,'_line_subtotal_tax','0'),(62453,7037,'_line_total','0'),(62454,7037,'_line_tax','0'),(62455,7037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62456,7038,'method_id','fedex'),(62457,7038,'instance_id','1'),(62458,7038,'cost','22.79'),(62459,7038,'total_tax','0'),(62460,7038,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62461,7038,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(62462,7039,'_product_id','23'),(62463,7039,'_variation_id','0'),(62464,7039,'_qty','2'),(62465,7039,'_tax_class',''),(62466,7039,'_line_subtotal','223.68'),(62467,7039,'_line_subtotal_tax','0'),(62468,7039,'_line_total','223.68'),(62469,7039,'_line_tax','0'),(62470,7039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62471,7040,'_product_id','44'),(62472,7040,'_variation_id','0'),(62473,7040,'_qty','2'),(62474,7040,'_tax_class',''),(62475,7040,'_line_subtotal','232.32'),(62476,7040,'_line_subtotal_tax','0'),(62477,7040,'_line_total','232.32'),(62478,7040,'_line_tax','0'),(62479,7040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62480,7041,'_product_id','93'),(62481,7041,'_variation_id','0'),(62482,7041,'_qty','10'),(62483,7041,'_tax_class',''),(62484,7041,'_line_subtotal','0'),(62485,7041,'_line_subtotal_tax','0'),(62486,7041,'_line_total','0'),(62487,7041,'_line_tax','0'),(62488,7041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62489,7042,'_product_id','41'),(62490,7042,'_variation_id','0'),(62491,7042,'_qty','4'),(62492,7042,'_tax_class',''),(62493,7042,'_line_subtotal','265.92'),(62494,7042,'_line_subtotal_tax','0'),(62495,7042,'_line_total','265.92'),(62496,7042,'_line_tax','0'),(62497,7042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62498,7043,'_product_id','49'),(62499,7043,'_variation_id','0'),(62500,7043,'_qty','2'),(62501,7043,'_tax_class',''),(62502,7043,'_line_subtotal','158.4'),(62503,7043,'_line_subtotal_tax','0'),(62504,7043,'_line_total','158.4'),(62505,7043,'_line_tax','0'),(62506,7043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62507,7044,'method_id','free_shipping'),(62508,7044,'instance_id','2'),(62509,7044,'cost','0.00'),(62510,7044,'total_tax','0'),(62511,7044,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62512,7044,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(62513,7045,'_product_id','38'),(62514,7045,'_variation_id','0'),(62515,7045,'_qty','1'),(62516,7045,'_tax_class',''),(62517,7045,'_line_subtotal','278.56'),(62518,7045,'_line_subtotal_tax','0'),(62519,7045,'_line_total','278.56'),(62520,7045,'_line_tax','0'),(62521,7045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62522,7046,'_product_id','23'),(62523,7046,'_variation_id','0'),(62524,7046,'_qty','1'),(62525,7046,'_tax_class',''),(62526,7046,'_line_subtotal','111.84'),(62527,7046,'_line_subtotal_tax','0'),(62528,7046,'_line_total','111.84'),(62529,7046,'_line_tax','0'),(62530,7046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62531,7047,'_product_id','45'),(62532,7047,'_variation_id','0'),(62533,7047,'_qty','1'),(62534,7047,'_tax_class',''),(62535,7047,'_line_subtotal','42.24'),(62536,7047,'_line_subtotal_tax','0'),(62537,7047,'_line_total','42.24'),(62538,7047,'_line_tax','0'),(62539,7047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62540,7048,'_product_id','41'),(62541,7048,'_variation_id','0'),(62542,7048,'_qty','2'),(62543,7048,'_tax_class',''),(62544,7048,'_line_subtotal','132.96'),(62545,7048,'_line_subtotal_tax','0'),(62546,7048,'_line_total','132.96'),(62547,7048,'_line_tax','0'),(62548,7048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62549,7049,'_product_id','116'),(62550,7049,'_variation_id','0'),(62551,7049,'_qty','2'),(62552,7049,'_tax_class',''),(62553,7049,'_line_subtotal','290.88'),(62554,7049,'_line_subtotal_tax','0'),(62555,7049,'_line_total','290.88'),(62556,7049,'_line_tax','0'),(62557,7049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62558,7050,'_product_id','43'),(62559,7050,'_variation_id','0'),(62560,7050,'_qty','1'),(62561,7050,'_tax_class',''),(62562,7050,'_line_subtotal','79.2'),(62563,7050,'_line_subtotal_tax','0'),(62564,7050,'_line_total','79.2'),(62565,7050,'_line_tax','0'),(62566,7050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62567,7051,'_product_id','49'),(62568,7051,'_variation_id','0'),(62569,7051,'_qty','1'),(62570,7051,'_tax_class',''),(62571,7051,'_line_subtotal','79.2'),(62572,7051,'_line_subtotal_tax','0'),(62573,7051,'_line_total','79.2'),(62574,7051,'_line_tax','0'),(62575,7051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62576,7052,'_product_id','93'),(62577,7052,'_variation_id','0'),(62578,7052,'_qty','4'),(62579,7052,'_tax_class',''),(62580,7052,'_line_subtotal','0'),(62581,7052,'_line_subtotal_tax','0'),(62582,7052,'_line_total','0'),(62583,7052,'_line_tax','0'),(62584,7052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62585,7053,'_product_id','131'),(62586,7053,'_variation_id','0'),(62587,7053,'_qty','2'),(62588,7053,'_tax_class',''),(62589,7053,'_line_subtotal','25.3'),(62590,7053,'_line_subtotal_tax','0'),(62591,7053,'_line_total','25.3'),(62592,7053,'_line_tax','0'),(62593,7053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62594,7054,'method_id','free_shipping'),(62595,7054,'instance_id','2'),(62596,7054,'cost','0.00'),(62597,7054,'total_tax','0'),(62598,7054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62599,7054,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 4, Disposable Capes &times; 2'),(62620,7026,'thwma_order_shipping_status','wc-pending'),(62621,7027,'thwma_order_shipping_status','wc-pending'),(62622,7028,'thwma_order_shipping_status','wc-pending'),(62623,7029,'thwma_order_shipping_status','wc-pending'),(62624,7030,'thwma_order_shipping_status','wc-pending'),(62625,7031,'thwma_order_shipping_status','wc-pending'),(62626,7045,'thwma_order_shipping_status','wc-pending'),(62627,7046,'thwma_order_shipping_status','wc-pending'),(62628,7047,'thwma_order_shipping_status','wc-pending'),(62629,7048,'thwma_order_shipping_status','wc-pending'),(62630,7049,'thwma_order_shipping_status','wc-pending'),(62631,7050,'thwma_order_shipping_status','wc-pending'),(62632,7051,'thwma_order_shipping_status','wc-pending'),(62633,7052,'thwma_order_shipping_status','wc-pending'),(62634,7053,'thwma_order_shipping_status','wc-pending'),(62635,7033,'thwma_order_shipping_status','wc-pending'),(62636,7034,'thwma_order_shipping_status','wc-pending'),(62637,7035,'thwma_order_shipping_status','wc-pending'),(62638,7039,'thwma_order_shipping_status','wc-pending'),(62639,7040,'thwma_order_shipping_status','wc-pending'),(62640,7041,'thwma_order_shipping_status','wc-pending'),(62641,7042,'thwma_order_shipping_status','wc-pending'),(62642,7043,'thwma_order_shipping_status','wc-pending'),(62643,7055,'_product_id','49'),(62644,7055,'_variation_id','0'),(62645,7055,'_qty','1'),(62646,7055,'_tax_class',''),(62647,7055,'_line_subtotal','79.2'),(62648,7055,'_line_subtotal_tax','0'),(62649,7055,'_line_total','79.2'),(62650,7055,'_line_tax','0'),(62651,7055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62652,7056,'_product_id','93'),(62653,7056,'_variation_id','0'),(62654,7056,'_qty','10'),(62655,7056,'_tax_class',''),(62656,7056,'_line_subtotal','0'),(62657,7056,'_line_subtotal_tax','0'),(62658,7056,'_line_total','0'),(62659,7056,'_line_tax','0'),(62660,7056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62661,7057,'_product_id','97'),(62662,7057,'_variation_id','0'),(62663,7057,'_qty','2'),(62664,7057,'_tax_class',''),(62665,7057,'_line_subtotal','0'),(62666,7057,'_line_subtotal_tax','0'),(62667,7057,'_line_total','0'),(62668,7057,'_line_tax','0'),(62669,7057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62670,7058,'method_id','fedex'),(62671,7058,'instance_id','1'),(62672,7058,'cost','24.41'),(62673,7058,'total_tax','0'),(62674,7058,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62675,7058,'Package 1','17 × 14 × 10 (in) 41.7lbs × 1'),(62676,7058,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(62677,7059,'_product_id','23'),(62678,7059,'_variation_id','0'),(62679,7059,'_qty','3'),(62680,7059,'_tax_class',''),(62681,7059,'_line_subtotal','335.52'),(62682,7059,'_line_subtotal_tax','0'),(62683,7059,'_line_total','335.52'),(62684,7059,'_line_tax','0'),(62685,7059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62686,7060,'_product_id','38'),(62687,7060,'_variation_id','0'),(62688,7060,'_qty','2'),(62689,7060,'_tax_class',''),(62690,7060,'_line_subtotal','557.12'),(62691,7060,'_line_subtotal_tax','0'),(62692,7060,'_line_total','557.12'),(62693,7060,'_line_tax','0'),(62694,7060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62695,7061,'_product_id','45'),(62696,7061,'_variation_id','0'),(62697,7061,'_qty','2'),(62698,7061,'_tax_class',''),(62699,7061,'_line_subtotal','84.48'),(62700,7061,'_line_subtotal_tax','0'),(62701,7061,'_line_total','84.48'),(62702,7061,'_line_tax','0'),(62703,7061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62704,7062,'_product_id','41'),(62705,7062,'_variation_id','0'),(62706,7062,'_qty','3'),(62707,7062,'_tax_class',''),(62708,7062,'_line_subtotal','199.44'),(62709,7062,'_line_subtotal_tax','0'),(62710,7062,'_line_total','199.44'),(62711,7062,'_line_tax','0'),(62712,7062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62713,7063,'_product_id','49'),(62714,7063,'_variation_id','0'),(62715,7063,'_qty','2'),(62716,7063,'_tax_class',''),(62717,7063,'_line_subtotal','158.4'),(62718,7063,'_line_subtotal_tax','0'),(62719,7063,'_line_total','158.4'),(62720,7063,'_line_tax','0'),(62721,7063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62722,7064,'_product_id','490'),(62723,7064,'_variation_id','0'),(62724,7064,'_qty','8'),(62725,7064,'_tax_class',''),(62726,7064,'_line_subtotal','182.24'),(62727,7064,'_line_subtotal_tax','0'),(62728,7064,'_line_total','182.24'),(62729,7064,'_line_tax','0'),(62730,7064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62731,7065,'_product_id','116'),(62732,7065,'_variation_id','0'),(62733,7065,'_qty','1'),(62734,7065,'_tax_class',''),(62735,7065,'_line_subtotal','145.44'),(62736,7065,'_line_subtotal_tax','0'),(62737,7065,'_line_total','145.44'),(62738,7065,'_line_tax','0'),(62739,7065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62740,7066,'method_id','free_shipping'),(62741,7066,'instance_id','2'),(62742,7066,'cost','0.00'),(62743,7066,'total_tax','0'),(62744,7066,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62745,7066,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Pediatrician Samples 2oz(Case of 48) &times; 1'),(62749,7059,'thwma_order_shipping_status','wc-pending'),(62750,7060,'thwma_order_shipping_status','wc-pending'),(62751,7061,'thwma_order_shipping_status','wc-pending'),(62752,7062,'thwma_order_shipping_status','wc-pending'),(62753,7063,'thwma_order_shipping_status','wc-pending'),(62754,7064,'thwma_order_shipping_status','wc-pending'),(62755,7065,'thwma_order_shipping_status','wc-pending'),(62756,7067,'_product_id','49'),(62757,7067,'_variation_id','0'),(62758,7067,'_qty','2'),(62759,7067,'_tax_class',''),(62760,7067,'_line_subtotal','158.4'),(62761,7067,'_line_subtotal_tax','0'),(62762,7067,'_line_total','158.4'),(62763,7067,'_line_tax','0'),(62764,7067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62765,7068,'_product_id','39'),(62766,7068,'_variation_id','0'),(62767,7068,'_qty','1'),(62768,7068,'_tax_class',''),(62769,7068,'_line_subtotal','79.2'),(62770,7068,'_line_subtotal_tax','0'),(62771,7068,'_line_total','79.2'),(62772,7068,'_line_tax','0'),(62773,7068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62774,7069,'_product_id','23'),(62775,7069,'_variation_id','0'),(62776,7069,'_qty','2'),(62777,7069,'_tax_class',''),(62778,7069,'_line_subtotal','223.68'),(62779,7069,'_line_subtotal_tax','0'),(62780,7069,'_line_total','223.68'),(62781,7069,'_line_tax','0'),(62782,7069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62783,7070,'_product_id','93'),(62784,7070,'_variation_id','0'),(62785,7070,'_qty','10'),(62786,7070,'_tax_class',''),(62787,7070,'_line_subtotal','0'),(62788,7070,'_line_subtotal_tax','0'),(62789,7070,'_line_total','0'),(62790,7070,'_line_tax','0'),(62791,7070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62792,7071,'_product_id','146'),(62793,7071,'_variation_id','0'),(62794,7071,'_qty','6'),(62795,7071,'_tax_class',''),(62796,7071,'_line_subtotal','8.28'),(62797,7071,'_line_subtotal_tax','0'),(62798,7071,'_line_total','8.28'),(62799,7071,'_line_tax','0'),(62800,7071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62801,7072,'_product_id','144'),(62802,7072,'_variation_id','0'),(62803,7072,'_qty','6'),(62804,7072,'_tax_class',''),(62805,7072,'_line_subtotal','8.28'),(62806,7072,'_line_subtotal_tax','0'),(62807,7072,'_line_total','8.28'),(62808,7072,'_line_tax','0'),(62809,7072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62810,7073,'_product_id','320'),(62811,7073,'_variation_id','0'),(62812,7073,'_qty','6'),(62813,7073,'_tax_class',''),(62814,7073,'_line_subtotal','22.5'),(62815,7073,'_line_subtotal_tax','0'),(62816,7073,'_line_total','22.5'),(62817,7073,'_line_tax','0'),(62818,7073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62819,7074,'method_id','free_shipping'),(62820,7074,'instance_id','2'),(62821,7074,'cost','0.00'),(62822,7074,'total_tax','0'),(62823,7074,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62824,7074,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, 9\" Detangler Comb &times; 6, Course Tail Comb &times; 6, Wet Comb &times; 6'),(62832,7075,'_product_id','38'),(62833,7075,'_variation_id','0'),(62834,7075,'_qty','2'),(62835,7075,'_tax_class',''),(62836,7075,'_line_subtotal','557.12'),(62837,7075,'_line_subtotal_tax','0'),(62838,7075,'_line_total','557.12'),(62839,7075,'_line_tax','0'),(62840,7075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62841,7076,'_product_id','42'),(62842,7076,'_variation_id','0'),(62843,7076,'_qty','1'),(62844,7076,'_tax_class',''),(62845,7076,'_line_subtotal','79.2'),(62846,7076,'_line_subtotal_tax','0'),(62847,7076,'_line_total','79.2'),(62848,7076,'_line_tax','0'),(62849,7076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62850,7077,'_product_id','41'),(62851,7077,'_variation_id','0'),(62852,7077,'_qty','2'),(62853,7077,'_tax_class',''),(62854,7077,'_line_subtotal','132.96'),(62855,7077,'_line_subtotal_tax','0'),(62856,7077,'_line_total','132.96'),(62857,7077,'_line_tax','0'),(62858,7077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62859,7078,'_product_id','120'),(62860,7078,'_variation_id','0'),(62861,7078,'_qty','1'),(62862,7078,'_tax_class',''),(62863,7078,'_line_subtotal','52.8'),(62864,7078,'_line_subtotal_tax','0'),(62865,7078,'_line_total','52.8'),(62866,7078,'_line_tax','0'),(62867,7078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62868,7079,'_product_id','490'),(62869,7079,'_variation_id','0'),(62870,7079,'_qty','10'),(62871,7079,'_tax_class',''),(62872,7079,'_line_subtotal','227.8'),(62873,7079,'_line_subtotal_tax','0'),(62874,7079,'_line_total','227.8'),(62875,7079,'_line_tax','0'),(62876,7079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62877,7080,'method_id','free_shipping'),(62878,7080,'instance_id','2'),(62879,7080,'cost','0.00'),(62880,7080,'total_tax','0'),(62881,7080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(62882,7080,'Items','Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(62961,7090,'_product_id','23'),(62962,7090,'_variation_id','0'),(62963,7090,'_qty','2'),(62964,7090,'_tax_class',''),(62965,7090,'_line_subtotal','223.68'),(62966,7090,'_line_subtotal_tax','0'),(62967,7090,'_line_total','223.68'),(62968,7090,'_line_tax','0'),(62969,7090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62970,7091,'_product_id','38'),(62971,7091,'_variation_id','0'),(62972,7091,'_qty','1'),(62973,7091,'_tax_class',''),(62974,7091,'_line_subtotal','278.56'),(62975,7091,'_line_subtotal_tax','0'),(62976,7091,'_line_total','278.56'),(62977,7091,'_line_tax','0'),(62978,7091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62979,7092,'_product_id','490'),(62980,7092,'_variation_id','0'),(62981,7092,'_qty','5'),(62982,7092,'_tax_class',''),(62983,7092,'_line_subtotal','113.9'),(62984,7092,'_line_subtotal_tax','0'),(62985,7092,'_line_total','113.9'),(62986,7092,'_line_tax','0'),(62987,7092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62988,7093,'_product_id','488'),(62989,7093,'_variation_id','0'),(62990,7093,'_qty','1'),(62991,7093,'_tax_class',''),(62992,7093,'_line_subtotal','31.35'),(62993,7093,'_line_subtotal_tax','0'),(62994,7093,'_line_total','31.35'),(62995,7093,'_line_tax','0'),(62996,7093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(62997,7094,'_product_id','131'),(62998,7094,'_variation_id','0'),(62999,7094,'_qty','4'),(63000,7094,'_tax_class',''),(63001,7094,'_line_subtotal','50.6'),(63002,7094,'_line_subtotal_tax','0'),(63003,7094,'_line_total','50.6'),(63004,7094,'_line_tax','0'),(63005,7094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63006,7095,'method_id','free_shipping'),(63007,7095,'instance_id','2'),(63008,7095,'cost','0.00'),(63009,7095,'total_tax','0'),(63010,7095,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63011,7095,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 4'),(63054,7101,'_product_id','41'),(63055,7101,'_variation_id','0'),(63056,7101,'_qty','1'),(63057,7101,'_tax_class',''),(63058,7101,'_line_subtotal','66.48'),(63059,7101,'_line_subtotal_tax','0'),(63060,7101,'_line_total','66.48'),(63061,7101,'_line_tax','0'),(63062,7101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63063,7102,'_product_id','45'),(63064,7102,'_variation_id','0'),(63065,7102,'_qty','1'),(63066,7102,'_tax_class',''),(63067,7102,'_line_subtotal','42.24'),(63068,7102,'_line_subtotal_tax','0'),(63069,7102,'_line_total','42.24'),(63070,7102,'_line_tax','0'),(63071,7102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63072,7103,'_product_id','99'),(63073,7103,'_variation_id','0'),(63074,7103,'_qty','1'),(63075,7103,'_tax_class',''),(63076,7103,'_line_subtotal','0'),(63077,7103,'_line_subtotal_tax','0'),(63078,7103,'_line_total','0'),(63079,7103,'_line_tax','0'),(63080,7103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63081,7104,'_product_id','97'),(63082,7104,'_variation_id','0'),(63083,7104,'_qty','1'),(63084,7104,'_tax_class',''),(63085,7104,'_line_subtotal','0'),(63086,7104,'_line_subtotal_tax','0'),(63087,7104,'_line_total','0'),(63088,7104,'_line_tax','0'),(63089,7104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63090,7105,'_product_id','95'),(63091,7105,'_variation_id','0'),(63092,7105,'_qty','2'),(63093,7105,'_tax_class',''),(63094,7105,'_line_subtotal','0'),(63095,7105,'_line_subtotal_tax','0'),(63096,7105,'_line_total','0'),(63097,7105,'_line_tax','0'),(63098,7105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63099,7106,'_product_id','93'),(63100,7106,'_variation_id','0'),(63101,7106,'_qty','2'),(63102,7106,'_tax_class',''),(63103,7106,'_line_subtotal','0'),(63104,7106,'_line_subtotal_tax','0'),(63105,7106,'_line_total','0'),(63106,7106,'_line_tax','0'),(63107,7106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63108,7107,'_product_id','51'),(63109,7107,'_variation_id','0'),(63110,7107,'_qty','3'),(63111,7107,'_tax_class',''),(63112,7107,'_line_subtotal','443.52'),(63113,7107,'_line_subtotal_tax','0'),(63114,7107,'_line_total','443.52'),(63115,7107,'_line_tax','0'),(63116,7107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63117,7108,'method_id','free_shipping'),(63118,7108,'instance_id','2'),(63119,7108,'cost','0.00'),(63120,7108,'total_tax','0'),(63121,7108,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63122,7108,'Items','Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Active Rinse 50/50 &times; 2, Bulk Active Rinse 100% &times; 2, Urgent Care Kit(Case of 6) &times; 3'),(63123,7109,'_product_id','23'),(63124,7109,'_variation_id','0'),(63125,7109,'_qty','1'),(63126,7109,'_tax_class',''),(63127,7109,'_line_subtotal','111.84'),(63128,7109,'_line_subtotal_tax','0'),(63129,7109,'_line_total','111.84'),(63130,7109,'_line_tax','0'),(63131,7109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63132,7110,'_product_id','38'),(63133,7110,'_variation_id','0'),(63134,7110,'_qty','1'),(63135,7110,'_tax_class',''),(63136,7110,'_line_subtotal','278.56'),(63137,7110,'_line_subtotal_tax','0'),(63138,7110,'_line_total','278.56'),(63139,7110,'_line_tax','0'),(63140,7110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63141,7111,'_product_id','45'),(63142,7111,'_variation_id','0'),(63143,7111,'_qty','6'),(63144,7111,'_tax_class',''),(63145,7111,'_line_subtotal','253.44'),(63146,7111,'_line_subtotal_tax','0'),(63147,7111,'_line_total','253.44'),(63148,7111,'_line_tax','0'),(63149,7111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63150,7112,'_product_id','42'),(63151,7112,'_variation_id','0'),(63152,7112,'_qty','1'),(63153,7112,'_tax_class',''),(63154,7112,'_line_subtotal','79.2'),(63155,7112,'_line_subtotal_tax','0'),(63156,7112,'_line_total','79.2'),(63157,7112,'_line_tax','0'),(63158,7112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63159,7113,'_product_id','490'),(63160,7113,'_variation_id','0'),(63161,7113,'_qty','10'),(63162,7113,'_tax_class',''),(63163,7113,'_line_subtotal','227.8'),(63164,7113,'_line_subtotal_tax','0'),(63165,7113,'_line_total','227.8'),(63166,7113,'_line_tax','0'),(63167,7113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63168,7114,'_product_id','488'),(63169,7114,'_variation_id','0'),(63170,7114,'_qty','1'),(63171,7114,'_tax_class',''),(63172,7114,'_line_subtotal','31.35'),(63173,7114,'_line_subtotal_tax','0'),(63174,7114,'_line_total','31.35'),(63175,7114,'_line_tax','0'),(63176,7114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63177,7115,'_product_id','487'),(63178,7115,'_variation_id','0'),(63179,7115,'_qty','1'),(63180,7115,'_tax_class',''),(63181,7115,'_line_subtotal','31.35'),(63182,7115,'_line_subtotal_tax','0'),(63183,7115,'_line_total','31.35'),(63184,7115,'_line_tax','0'),(63185,7115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63186,7116,'_product_id','41'),(63187,7116,'_variation_id','0'),(63188,7116,'_qty','3'),(63189,7116,'_tax_class',''),(63190,7116,'_line_subtotal','199.44'),(63191,7116,'_line_subtotal_tax','0'),(63192,7116,'_line_total','199.44'),(63193,7116,'_line_tax','0'),(63194,7116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63195,7117,'method_id','fedex'),(63196,7117,'instance_id','1'),(63197,7117,'cost','66.81'),(63198,7117,'total_tax','0'),(63199,7117,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63200,7117,'Package 1','17 × 14 × 10 (in) 41.6lbs × 1'),(63201,7117,'Package 2','17 × 14 × 10 (in) 40.5lbs × 1'),(63202,7117,'Package 3','14 × 14 × 14 (in) 28.1lbs × 1'),(63203,7117,'Package 4','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(63204,7118,'_product_id','23'),(63205,7118,'_variation_id','0'),(63206,7118,'_qty','1'),(63207,7118,'_tax_class',''),(63208,7118,'_line_subtotal','111.84'),(63209,7118,'_line_subtotal_tax','0'),(63210,7118,'_line_total','111.84'),(63211,7118,'_line_tax','0'),(63212,7118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63213,7119,'_product_id','38'),(63214,7119,'_variation_id','0'),(63215,7119,'_qty','1'),(63216,7119,'_tax_class',''),(63217,7119,'_line_subtotal','278.56'),(63218,7119,'_line_subtotal_tax','0'),(63219,7119,'_line_total','278.56'),(63220,7119,'_line_tax','0'),(63221,7119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63222,7120,'_product_id','45'),(63223,7120,'_variation_id','0'),(63224,7120,'_qty','6'),(63225,7120,'_tax_class',''),(63226,7120,'_line_subtotal','253.44'),(63227,7120,'_line_subtotal_tax','0'),(63228,7120,'_line_total','253.44'),(63229,7120,'_line_tax','0'),(63230,7120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63231,7121,'_product_id','42'),(63232,7121,'_variation_id','0'),(63233,7121,'_qty','1'),(63234,7121,'_tax_class',''),(63235,7121,'_line_subtotal','79.2'),(63236,7121,'_line_subtotal_tax','0'),(63237,7121,'_line_total','79.2'),(63238,7121,'_line_tax','0'),(63239,7121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63240,7122,'_product_id','490'),(63241,7122,'_variation_id','0'),(63242,7122,'_qty','10'),(63243,7122,'_tax_class',''),(63244,7122,'_line_subtotal','227.8'),(63245,7122,'_line_subtotal_tax','0'),(63246,7122,'_line_total','227.8'),(63247,7122,'_line_tax','0'),(63248,7122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63249,7123,'_product_id','488'),(63250,7123,'_variation_id','0'),(63251,7123,'_qty','1'),(63252,7123,'_tax_class',''),(63253,7123,'_line_subtotal','31.35'),(63254,7123,'_line_subtotal_tax','0'),(63255,7123,'_line_total','31.35'),(63256,7123,'_line_tax','0'),(63257,7123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63258,7124,'_product_id','487'),(63259,7124,'_variation_id','0'),(63260,7124,'_qty','1'),(63261,7124,'_tax_class',''),(63262,7124,'_line_subtotal','31.35'),(63263,7124,'_line_subtotal_tax','0'),(63264,7124,'_line_total','31.35'),(63265,7124,'_line_tax','0'),(63266,7124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63267,7125,'_product_id','41'),(63268,7125,'_variation_id','0'),(63269,7125,'_qty','3'),(63270,7125,'_tax_class',''),(63271,7125,'_line_subtotal','199.44'),(63272,7125,'_line_subtotal_tax','0'),(63273,7125,'_line_total','199.44'),(63274,7125,'_line_tax','0'),(63275,7125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63276,7126,'method_id','free_shipping'),(63277,7126,'instance_id','2'),(63278,7126,'cost','0.00'),(63279,7126,'total_tax','0'),(63280,7126,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63281,7126,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(63289,7091,'thwma_order_shipping_status','wc-pending'),(63290,7090,'thwma_order_shipping_status','wc-pending'),(63291,7092,'thwma_order_shipping_status','wc-pending'),(63292,7093,'thwma_order_shipping_status','wc-pending'),(63293,7094,'thwma_order_shipping_status','wc-pending'),(63294,7127,'_product_id','38'),(63295,7127,'_variation_id','0'),(63296,7127,'_qty','1'),(63297,7127,'_tax_class',''),(63298,7127,'_line_subtotal','278.56'),(63299,7127,'_line_subtotal_tax','0'),(63300,7127,'_line_total','278.56'),(63301,7127,'_line_tax','0'),(63302,7127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63303,7128,'_product_id','23'),(63304,7128,'_variation_id','0'),(63305,7128,'_qty','1'),(63306,7128,'_tax_class',''),(63307,7128,'_line_subtotal','111.84'),(63308,7128,'_line_subtotal_tax','0'),(63309,7128,'_line_total','111.84'),(63310,7128,'_line_tax','0'),(63311,7128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63312,7129,'_product_id','41'),(63313,7129,'_variation_id','0'),(63314,7129,'_qty','2'),(63315,7129,'_tax_class',''),(63316,7129,'_line_subtotal','132.96'),(63317,7129,'_line_subtotal_tax','0'),(63318,7129,'_line_total','132.96'),(63319,7129,'_line_tax','0'),(63320,7129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63321,7130,'_product_id','120'),(63322,7130,'_variation_id','0'),(63323,7130,'_qty','1'),(63324,7130,'_tax_class',''),(63325,7130,'_line_subtotal','52.8'),(63326,7130,'_line_subtotal_tax','0'),(63327,7130,'_line_total','52.8'),(63328,7130,'_line_tax','0'),(63329,7130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63330,7131,'_product_id','43'),(63331,7131,'_variation_id','0'),(63332,7131,'_qty','2'),(63333,7131,'_tax_class',''),(63334,7131,'_line_subtotal','158.4'),(63335,7131,'_line_subtotal_tax','0'),(63336,7131,'_line_total','158.4'),(63337,7131,'_line_tax','0'),(63338,7131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63339,7132,'_product_id','490'),(63340,7132,'_variation_id','0'),(63341,7132,'_qty','5'),(63342,7132,'_tax_class',''),(63343,7132,'_line_subtotal','113.9'),(63344,7132,'_line_subtotal_tax','0'),(63345,7132,'_line_total','113.9'),(63346,7132,'_line_tax','0'),(63347,7132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63348,7133,'method_id','free_shipping'),(63349,7133,'instance_id','2'),(63350,7133,'cost','0.00'),(63351,7133,'total_tax','0'),(63352,7133,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63353,7133,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5'),(63354,7118,'thwma_order_shipping_status','wc-pending'),(63355,7119,'thwma_order_shipping_status','wc-pending'),(63356,7120,'thwma_order_shipping_status','wc-pending'),(63357,7121,'thwma_order_shipping_status','wc-pending'),(63358,7122,'thwma_order_shipping_status','wc-pending'),(63359,7123,'thwma_order_shipping_status','wc-pending'),(63360,7124,'thwma_order_shipping_status','wc-pending'),(63361,7125,'thwma_order_shipping_status','wc-pending'),(63367,7075,'thwma_order_shipping_status','wc-pending'),(63368,7076,'thwma_order_shipping_status','wc-pending'),(63369,7077,'thwma_order_shipping_status','wc-pending'),(63370,7078,'thwma_order_shipping_status','wc-pending'),(63371,7079,'thwma_order_shipping_status','wc-pending'),(63377,7134,'_product_id','41'),(63378,7134,'_variation_id','0'),(63379,7134,'_qty','1'),(63380,7134,'_tax_class',''),(63381,7134,'_line_subtotal','66.48'),(63382,7134,'_line_subtotal_tax','0'),(63383,7134,'_line_total','66.48'),(63384,7134,'_line_tax','0'),(63385,7134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63386,7135,'_product_id','39'),(63387,7135,'_variation_id','0'),(63388,7135,'_qty','1'),(63389,7135,'_tax_class',''),(63390,7135,'_line_subtotal','79.2'),(63391,7135,'_line_subtotal_tax','0'),(63392,7135,'_line_total','79.2'),(63393,7135,'_line_tax','0'),(63394,7135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63395,7136,'_product_id','49'),(63396,7136,'_variation_id','0'),(63397,7136,'_qty','1'),(63398,7136,'_tax_class',''),(63399,7136,'_line_subtotal','79.2'),(63400,7136,'_line_subtotal_tax','0'),(63401,7136,'_line_total','79.2'),(63402,7136,'_line_tax','0'),(63403,7136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63404,7137,'method_id','fedex'),(63405,7137,'instance_id','1'),(63406,7137,'cost','12.67'),(63407,7137,'total_tax','0'),(63408,7137,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63409,7137,'Package 1','17 × 14 × 10 (in) 18.6lbs × 1'),(63410,7138,'_product_id','45'),(63411,7138,'_variation_id','0'),(63412,7138,'_qty','2'),(63413,7138,'_tax_class',''),(63414,7138,'_line_subtotal','84.48'),(63415,7138,'_line_subtotal_tax','0'),(63416,7138,'_line_total','84.48'),(63417,7138,'_line_tax','0'),(63418,7138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63419,7139,'_product_id','49'),(63420,7139,'_variation_id','0'),(63421,7139,'_qty','2'),(63422,7139,'_tax_class',''),(63423,7139,'_line_subtotal','158.4'),(63424,7139,'_line_subtotal_tax','0'),(63425,7139,'_line_total','158.4'),(63426,7139,'_line_tax','0'),(63427,7139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63428,7140,'method_id','fedex'),(63429,7140,'instance_id','1'),(63430,7140,'cost','26.78'),(63431,7140,'total_tax','0'),(63432,7140,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63433,7140,'Package 1','17 × 14 × 10 (in) 31.6lbs × 1'),(63434,7141,'_product_id','490'),(63435,7141,'_variation_id','0'),(63436,7141,'_qty','3'),(63437,7141,'_tax_class',''),(63438,7141,'_line_subtotal','68.34'),(63439,7141,'_line_subtotal_tax','0'),(63440,7141,'_line_total','68.34'),(63441,7141,'_line_tax','0'),(63442,7141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63443,7142,'_product_id','23'),(63444,7142,'_variation_id','0'),(63445,7142,'_qty','2'),(63446,7142,'_tax_class',''),(63447,7142,'_line_subtotal','223.68'),(63448,7142,'_line_subtotal_tax','0'),(63449,7142,'_line_total','223.68'),(63450,7142,'_line_tax','0'),(63451,7142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63452,7143,'_product_id','38'),(63453,7143,'_variation_id','0'),(63454,7143,'_qty','1'),(63455,7143,'_tax_class',''),(63456,7143,'_line_subtotal','278.56'),(63457,7143,'_line_subtotal_tax','0'),(63458,7143,'_line_total','278.56'),(63459,7143,'_line_tax','0'),(63460,7143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63461,7144,'_product_id','41'),(63462,7144,'_variation_id','0'),(63463,7144,'_qty','1'),(63464,7144,'_tax_class',''),(63465,7144,'_line_subtotal','66.48'),(63466,7144,'_line_subtotal_tax','0'),(63467,7144,'_line_total','66.48'),(63468,7144,'_line_tax','0'),(63469,7144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63470,7145,'method_id','free_shipping'),(63471,7145,'instance_id','2'),(63472,7145,'cost','0.00'),(63473,7145,'total_tax','0'),(63474,7145,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63475,7145,'Items','Bulk Active Rinse 100% RM &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(63476,7146,'_product_id','38'),(63477,7146,'_variation_id','0'),(63478,7146,'_qty','1'),(63479,7146,'_tax_class',''),(63480,7146,'_line_subtotal','278.56'),(63481,7146,'_line_subtotal_tax','0'),(63482,7146,'_line_total','278.56'),(63483,7146,'_line_tax','0'),(63484,7146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63485,7147,'_product_id','23'),(63486,7147,'_variation_id','0'),(63487,7147,'_qty','1'),(63488,7147,'_tax_class',''),(63489,7147,'_line_subtotal','111.84'),(63490,7147,'_line_subtotal_tax','0'),(63491,7147,'_line_total','111.84'),(63492,7147,'_line_tax','0'),(63493,7147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63494,7148,'_product_id','49'),(63495,7148,'_variation_id','0'),(63496,7148,'_qty','1'),(63497,7148,'_tax_class',''),(63498,7148,'_line_subtotal','79.2'),(63499,7148,'_line_subtotal_tax','0'),(63500,7148,'_line_total','79.2'),(63501,7148,'_line_tax','0'),(63502,7148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63503,7149,'_product_id','41'),(63504,7149,'_variation_id','0'),(63505,7149,'_qty','2'),(63506,7149,'_tax_class',''),(63507,7149,'_line_subtotal','132.96'),(63508,7149,'_line_subtotal_tax','0'),(63509,7149,'_line_total','132.96'),(63510,7149,'_line_tax','0'),(63511,7149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63512,7150,'_product_id','93'),(63513,7150,'_variation_id','0'),(63514,7150,'_qty','7'),(63515,7150,'_tax_class',''),(63516,7150,'_line_subtotal','0'),(63517,7150,'_line_subtotal_tax','0'),(63518,7150,'_line_total','0'),(63519,7150,'_line_tax','0'),(63520,7150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63521,7151,'_product_id','95'),(63522,7151,'_variation_id','0'),(63523,7151,'_qty','3'),(63524,7151,'_tax_class',''),(63525,7151,'_line_subtotal','0'),(63526,7151,'_line_subtotal_tax','0'),(63527,7151,'_line_total','0'),(63528,7151,'_line_tax','0'),(63529,7151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63530,7152,'method_id','free_shipping'),(63531,7152,'instance_id','2'),(63532,7152,'cost','0.00'),(63533,7152,'total_tax','0'),(63534,7152,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63535,7152,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 7, Bulk Active Rinse 50/50 &times; 3'),(63622,7163,'_product_id','38'),(63623,7163,'_variation_id','0'),(63624,7163,'_qty','1'),(63625,7163,'_tax_class',''),(63626,7163,'_line_subtotal','278.56'),(63627,7163,'_line_subtotal_tax','0'),(63628,7163,'_line_total','278.56'),(63629,7163,'_line_tax','0'),(63630,7163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63631,7164,'_product_id','131'),(63632,7164,'_variation_id','0'),(63633,7164,'_qty','2'),(63634,7164,'_tax_class',''),(63635,7164,'_line_subtotal','25.3'),(63636,7164,'_line_subtotal_tax','0'),(63637,7164,'_line_total','25.3'),(63638,7164,'_line_tax','0'),(63639,7164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63640,7165,'_product_id','43'),(63641,7165,'_variation_id','0'),(63642,7165,'_qty','1'),(63643,7165,'_tax_class',''),(63644,7165,'_line_subtotal','79.2'),(63645,7165,'_line_subtotal_tax','0'),(63646,7165,'_line_total','79.2'),(63647,7165,'_line_tax','0'),(63648,7165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63649,7166,'_product_id','49'),(63650,7166,'_variation_id','0'),(63651,7166,'_qty','1'),(63652,7166,'_tax_class',''),(63653,7166,'_line_subtotal','79.2'),(63654,7166,'_line_subtotal_tax','0'),(63655,7166,'_line_total','79.2'),(63656,7166,'_line_tax','0'),(63657,7166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63658,7167,'method_id','fedex'),(63659,7167,'instance_id','1'),(63660,7167,'cost','27.04'),(63661,7167,'total_tax','0'),(63662,7167,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63663,7167,'Package 1','14 × 14 × 14 (in) 27.3lbs × 1'),(63664,7167,'Package 2','17 × 14 × 10 (in) 13.4lbs × 1'),(63665,7168,'_product_id','99'),(63666,7168,'_variation_id','0'),(63667,7168,'_qty','1'),(63668,7168,'_tax_class',''),(63669,7168,'_line_subtotal','0'),(63670,7168,'_line_subtotal_tax','0'),(63671,7168,'_line_total','0'),(63672,7168,'_line_tax','0'),(63673,7168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63674,7169,'_product_id','93'),(63675,7169,'_variation_id','0'),(63676,7169,'_qty','4'),(63677,7169,'_tax_class',''),(63678,7169,'_line_subtotal','0'),(63679,7169,'_line_subtotal_tax','0'),(63680,7169,'_line_total','0'),(63681,7169,'_line_tax','0'),(63682,7169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63683,7170,'method_id','fedex'),(63684,7170,'instance_id','1'),(63685,7170,'cost','10.29'),(63686,7170,'total_tax','0'),(63687,7170,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63688,7170,'Package 1','17 × 14 × 10 (in) 17.45lbs × 1'),(63758,7179,'_product_id','23'),(63759,7179,'_variation_id','0'),(63760,7179,'_qty','1'),(63761,7179,'_tax_class',''),(63762,7179,'_line_subtotal','111.84'),(63763,7179,'_line_subtotal_tax','0'),(63764,7179,'_line_total','111.84'),(63765,7179,'_line_tax','0'),(63766,7179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63767,7180,'_product_id','45'),(63768,7180,'_variation_id','0'),(63769,7180,'_qty','6'),(63770,7180,'_tax_class',''),(63771,7180,'_line_subtotal','253.44'),(63772,7180,'_line_subtotal_tax','0'),(63773,7180,'_line_total','253.44'),(63774,7180,'_line_tax','0'),(63775,7180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63776,7181,'_product_id','490'),(63777,7181,'_variation_id','0'),(63778,7181,'_qty','10'),(63779,7181,'_tax_class',''),(63780,7181,'_line_subtotal','227.8'),(63781,7181,'_line_subtotal_tax','0'),(63782,7181,'_line_total','227.8'),(63783,7181,'_line_tax','0'),(63784,7181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63785,7182,'_product_id','487'),(63786,7182,'_variation_id','0'),(63787,7182,'_qty','1'),(63788,7182,'_tax_class',''),(63789,7182,'_line_subtotal','31.35'),(63790,7182,'_line_subtotal_tax','0'),(63791,7182,'_line_total','31.35'),(63792,7182,'_line_tax','0'),(63793,7182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63794,7183,'_product_id','41'),(63795,7183,'_variation_id','0'),(63796,7183,'_qty','1'),(63797,7183,'_tax_class',''),(63798,7183,'_line_subtotal','66.48'),(63799,7183,'_line_subtotal_tax','0'),(63800,7183,'_line_total','66.48'),(63801,7183,'_line_tax','0'),(63802,7183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63803,7184,'_product_id','43'),(63804,7184,'_variation_id','0'),(63805,7184,'_qty','1'),(63806,7184,'_tax_class',''),(63807,7184,'_line_subtotal','79.2'),(63808,7184,'_line_subtotal_tax','0'),(63809,7184,'_line_total','79.2'),(63810,7184,'_line_tax','0'),(63811,7184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63812,7185,'_product_id','49'),(63813,7185,'_variation_id','0'),(63814,7185,'_qty','1'),(63815,7185,'_tax_class',''),(63816,7185,'_line_subtotal','79.2'),(63817,7185,'_line_subtotal_tax','0'),(63818,7185,'_line_total','79.2'),(63819,7185,'_line_tax','0'),(63820,7185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63821,7186,'method_id','free_shipping'),(63822,7186,'instance_id','2'),(63823,7186,'cost','0.00'),(63824,7186,'total_tax','0'),(63825,7186,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63826,7186,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(63827,7187,'_product_id','23'),(63828,7187,'_variation_id','0'),(63829,7187,'_qty','1'),(63830,7187,'_tax_class',''),(63831,7187,'_line_subtotal','111.84'),(63832,7187,'_line_subtotal_tax','0'),(63833,7187,'_line_total','111.84'),(63834,7187,'_line_tax','0'),(63835,7187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63836,7188,'_product_id','38'),(63837,7188,'_variation_id','0'),(63838,7188,'_qty','1'),(63839,7188,'_tax_class',''),(63840,7188,'_line_subtotal','278.56'),(63841,7188,'_line_subtotal_tax','0'),(63842,7188,'_line_total','278.56'),(63843,7188,'_line_tax','0'),(63844,7188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63845,7189,'_product_id','44'),(63846,7189,'_variation_id','0'),(63847,7189,'_qty','1'),(63848,7189,'_tax_class',''),(63849,7189,'_line_subtotal','116.16'),(63850,7189,'_line_subtotal_tax','0'),(63851,7189,'_line_total','116.16'),(63852,7189,'_line_tax','0'),(63853,7189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63854,7190,'_product_id','490'),(63855,7190,'_variation_id','0'),(63856,7190,'_qty','4'),(63857,7190,'_tax_class',''),(63858,7190,'_line_subtotal','91.12'),(63859,7190,'_line_subtotal_tax','0'),(63860,7190,'_line_total','91.12'),(63861,7190,'_line_tax','0'),(63862,7190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63863,7191,'_product_id','487'),(63864,7191,'_variation_id','0'),(63865,7191,'_qty','1'),(63866,7191,'_tax_class',''),(63867,7191,'_line_subtotal','31.35'),(63868,7191,'_line_subtotal_tax','0'),(63869,7191,'_line_total','31.35'),(63870,7191,'_line_tax','0'),(63871,7191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63872,7192,'_product_id','41'),(63873,7192,'_variation_id','0'),(63874,7192,'_qty','1'),(63875,7192,'_tax_class',''),(63876,7192,'_line_subtotal','66.48'),(63877,7192,'_line_subtotal_tax','0'),(63878,7192,'_line_total','66.48'),(63879,7192,'_line_tax','0'),(63880,7192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63881,7193,'method_id','fedex'),(63882,7193,'instance_id','1'),(63883,7193,'cost','27.57'),(63884,7193,'total_tax','0'),(63885,7193,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63886,7193,'Package 1','17 × 14 × 10 (in) 38.7lbs × 1'),(63887,7193,'Package 2','14 × 14 × 14 (in) 19.5lbs × 1'),(63888,7194,'_product_id','38'),(63889,7194,'_variation_id','0'),(63890,7194,'_qty','1'),(63891,7194,'_tax_class',''),(63892,7194,'_line_subtotal','278.56'),(63893,7194,'_line_subtotal_tax','0'),(63894,7194,'_line_total','278.56'),(63895,7194,'_line_tax','0'),(63896,7194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63897,7195,'_product_id','23'),(63898,7195,'_variation_id','0'),(63899,7195,'_qty','1'),(63900,7195,'_tax_class',''),(63901,7195,'_line_subtotal','111.84'),(63902,7195,'_line_subtotal_tax','0'),(63903,7195,'_line_total','111.84'),(63904,7195,'_line_tax','0'),(63905,7195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63906,7196,'_product_id','45'),(63907,7196,'_variation_id','0'),(63908,7196,'_qty','2'),(63909,7196,'_tax_class',''),(63910,7196,'_line_subtotal','84.48'),(63911,7196,'_line_subtotal_tax','0'),(63912,7196,'_line_total','84.48'),(63913,7196,'_line_tax','0'),(63914,7196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63915,7197,'_product_id','41'),(63916,7197,'_variation_id','0'),(63917,7197,'_qty','2'),(63918,7197,'_tax_class',''),(63919,7197,'_line_subtotal','132.96'),(63920,7197,'_line_subtotal_tax','0'),(63921,7197,'_line_total','132.96'),(63922,7197,'_line_tax','0'),(63923,7197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63924,7198,'_product_id','97'),(63925,7198,'_variation_id','0'),(63926,7198,'_qty','1'),(63927,7198,'_tax_class',''),(63928,7198,'_line_subtotal','0'),(63929,7198,'_line_subtotal_tax','0'),(63930,7198,'_line_total','0'),(63931,7198,'_line_tax','0'),(63932,7198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63933,7199,'_product_id','99'),(63934,7199,'_variation_id','0'),(63935,7199,'_qty','1'),(63936,7199,'_tax_class',''),(63937,7199,'_line_subtotal','0'),(63938,7199,'_line_subtotal_tax','0'),(63939,7199,'_line_total','0'),(63940,7199,'_line_tax','0'),(63941,7199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63942,7200,'_product_id','93'),(63943,7200,'_variation_id','0'),(63944,7200,'_qty','8'),(63945,7200,'_tax_class',''),(63946,7200,'_line_subtotal','0'),(63947,7200,'_line_subtotal_tax','0'),(63948,7200,'_line_total','0'),(63949,7200,'_line_tax','0'),(63950,7200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(63951,7201,'method_id','free_shipping'),(63952,7201,'instance_id','2'),(63953,7201,'cost','0.00'),(63954,7201,'total_tax','0'),(63955,7201,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(63956,7201,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 8'),(63992,7141,'thwma_order_shipping_status','wc-pending'),(63993,7142,'thwma_order_shipping_status','wc-pending'),(63994,7143,'thwma_order_shipping_status','wc-pending'),(63995,7144,'thwma_order_shipping_status','wc-pending'),(63996,6810,'thwma_order_shipping_status','wc-pending'),(63997,6811,'thwma_order_shipping_status','wc-pending'),(63998,6812,'thwma_order_shipping_status','wc-pending'),(63999,6813,'thwma_order_shipping_status','wc-pending'),(64000,6814,'thwma_order_shipping_status','wc-pending'),(64001,7134,'thwma_order_shipping_status','wc-pending'),(64002,7135,'thwma_order_shipping_status','wc-pending'),(64003,7136,'thwma_order_shipping_status','wc-pending'),(64004,7205,'_product_id','23'),(64005,7205,'_variation_id','0'),(64006,7205,'_qty','3'),(64007,7205,'_tax_class',''),(64008,7205,'_line_subtotal','335.52'),(64009,7205,'_line_subtotal_tax','0'),(64010,7205,'_line_total','335.52'),(64011,7205,'_line_tax','0'),(64012,7205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64013,7206,'_product_id','41'),(64014,7206,'_variation_id','0'),(64015,7206,'_qty','2'),(64016,7206,'_tax_class',''),(64017,7206,'_line_subtotal','132.96'),(64018,7206,'_line_subtotal_tax','0'),(64019,7206,'_line_total','132.96'),(64020,7206,'_line_tax','0'),(64021,7206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64022,7207,'_product_id','490'),(64023,7207,'_variation_id','0'),(64024,7207,'_qty','6'),(64025,7207,'_tax_class',''),(64026,7207,'_line_subtotal','136.68'),(64027,7207,'_line_subtotal_tax','0'),(64028,7207,'_line_total','136.68'),(64029,7207,'_line_tax','0'),(64030,7207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64031,7208,'_product_id','488'),(64032,7208,'_variation_id','0'),(64033,7208,'_qty','4'),(64034,7208,'_tax_class',''),(64035,7208,'_line_subtotal','125.4'),(64036,7208,'_line_subtotal_tax','0'),(64037,7208,'_line_total','125.4'),(64038,7208,'_line_tax','0'),(64039,7208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64040,7209,'method_id','free_shipping'),(64041,7209,'instance_id','2'),(64042,7209,'cost','0.00'),(64043,7209,'total_tax','0'),(64044,7209,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64045,7209,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 4'),(64046,7138,'thwma_order_shipping_status','wc-pending'),(64047,7139,'thwma_order_shipping_status','wc-pending'),(64054,7179,'thwma_order_shipping_status','wc-pending'),(64055,7180,'thwma_order_shipping_status','wc-pending'),(64056,7181,'thwma_order_shipping_status','wc-pending'),(64057,7182,'thwma_order_shipping_status','wc-pending'),(64058,7183,'thwma_order_shipping_status','wc-pending'),(64059,7184,'thwma_order_shipping_status','wc-pending'),(64060,7185,'thwma_order_shipping_status','wc-pending'),(64061,7163,'thwma_order_shipping_status','wc-pending'),(64062,7164,'thwma_order_shipping_status','wc-pending'),(64063,7165,'thwma_order_shipping_status','wc-pending'),(64064,7166,'thwma_order_shipping_status','wc-pending'),(64071,7127,'thwma_order_shipping_status','wc-pending'),(64072,7128,'thwma_order_shipping_status','wc-pending'),(64073,7129,'thwma_order_shipping_status','wc-pending'),(64074,7130,'thwma_order_shipping_status','wc-pending'),(64075,7131,'thwma_order_shipping_status','wc-pending'),(64076,7132,'thwma_order_shipping_status','wc-pending'),(64077,7101,'thwma_order_shipping_status','wc-pending'),(64078,7102,'thwma_order_shipping_status','wc-pending'),(64079,7103,'thwma_order_shipping_status','wc-pending'),(64080,7104,'thwma_order_shipping_status','wc-pending'),(64081,7105,'thwma_order_shipping_status','wc-pending'),(64082,7106,'thwma_order_shipping_status','wc-pending'),(64083,7107,'thwma_order_shipping_status','wc-pending'),(64084,7067,'thwma_order_shipping_status','wc-pending'),(64085,7068,'thwma_order_shipping_status','wc-pending'),(64086,7069,'thwma_order_shipping_status','wc-pending'),(64087,7070,'thwma_order_shipping_status','wc-pending'),(64088,7071,'thwma_order_shipping_status','wc-pending'),(64089,7072,'thwma_order_shipping_status','wc-pending'),(64090,7073,'thwma_order_shipping_status','wc-pending'),(64091,7055,'thwma_order_shipping_status','wc-pending'),(64092,7056,'thwma_order_shipping_status','wc-pending'),(64093,7057,'thwma_order_shipping_status','wc-pending'),(64094,7205,'thwma_order_shipping_status','wc-pending'),(64095,7206,'thwma_order_shipping_status','wc-pending'),(64096,7207,'thwma_order_shipping_status','wc-pending'),(64097,7208,'thwma_order_shipping_status','wc-pending'),(64098,7194,'thwma_order_shipping_status','wc-pending'),(64099,7195,'thwma_order_shipping_status','wc-pending'),(64100,7196,'thwma_order_shipping_status','wc-pending'),(64101,7197,'thwma_order_shipping_status','wc-pending'),(64102,7198,'thwma_order_shipping_status','wc-pending'),(64103,7199,'thwma_order_shipping_status','wc-pending'),(64104,7200,'thwma_order_shipping_status','wc-pending'),(64105,7146,'thwma_order_shipping_status','wc-pending'),(64106,7147,'thwma_order_shipping_status','wc-pending'),(64107,7148,'thwma_order_shipping_status','wc-pending'),(64108,7149,'thwma_order_shipping_status','wc-pending'),(64109,7150,'thwma_order_shipping_status','wc-pending'),(64110,7151,'thwma_order_shipping_status','wc-pending'),(64111,7210,'_product_id','490'),(64112,7210,'_variation_id','0'),(64113,7210,'_qty','2'),(64114,7210,'_tax_class',''),(64115,7210,'_line_subtotal','45.56'),(64116,7210,'_line_subtotal_tax','0'),(64117,7210,'_line_total','45.56'),(64118,7210,'_line_tax','0'),(64119,7210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64120,7211,'_product_id','131'),(64121,7211,'_variation_id','0'),(64122,7211,'_qty','1'),(64123,7211,'_tax_class',''),(64124,7211,'_line_subtotal','12.65'),(64125,7211,'_line_subtotal_tax','0'),(64126,7211,'_line_total','12.65'),(64127,7211,'_line_tax','0'),(64128,7211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64129,7212,'method_id','fedex'),(64130,7212,'instance_id','1'),(64131,7212,'cost','10.29'),(64132,7212,'total_tax','0'),(64133,7212,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64134,7212,'Package 1','11.25 × 8.75 × 7.75 (in) 7.19lbs × 1'),(64135,7213,'_product_id','41'),(64136,7213,'_variation_id','0'),(64137,7213,'_qty','1'),(64138,7213,'_tax_class',''),(64139,7213,'_line_subtotal','66.48'),(64140,7213,'_line_subtotal_tax','0'),(64141,7213,'_line_total','66.48'),(64142,7213,'_line_tax','0'),(64143,7213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64144,7214,'_product_id','43'),(64145,7214,'_variation_id','0'),(64146,7214,'_qty','2'),(64147,7214,'_tax_class',''),(64148,7214,'_line_subtotal','158.4'),(64149,7214,'_line_subtotal_tax','0'),(64150,7214,'_line_total','158.4'),(64151,7214,'_line_tax','0'),(64152,7214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64153,7215,'_product_id','44'),(64154,7215,'_variation_id','0'),(64155,7215,'_qty','1'),(64156,7215,'_tax_class',''),(64157,7215,'_line_subtotal','116.16'),(64158,7215,'_line_subtotal_tax','0'),(64159,7215,'_line_total','116.16'),(64160,7215,'_line_tax','0'),(64161,7215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64162,7216,'_product_id','93'),(64163,7216,'_variation_id','0'),(64164,7216,'_qty','6'),(64165,7216,'_tax_class',''),(64166,7216,'_line_subtotal','0'),(64167,7216,'_line_subtotal_tax','0'),(64168,7216,'_line_total','0'),(64169,7216,'_line_tax','0'),(64170,7216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64171,7217,'method_id','fedex'),(64172,7217,'instance_id','1'),(64173,7217,'cost','32.54'),(64174,7217,'total_tax','0'),(64175,7217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64176,7217,'Package 1','17 × 14 × 10 (in) 41.3lbs × 1'),(64177,7217,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(64182,7210,'thwma_order_shipping_status','wc-pending'),(64183,7211,'thwma_order_shipping_status','wc-pending'),(64184,7218,'_product_id','23'),(64185,7218,'_variation_id','0'),(64186,7218,'_qty','2'),(64187,7218,'_tax_class',''),(64188,7218,'_line_subtotal','143.52'),(64189,7218,'_line_subtotal_tax','0'),(64190,7218,'_line_total','143.52'),(64191,7218,'_line_tax','0'),(64192,7218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64193,7219,'_product_id','38'),(64194,7219,'_variation_id','0'),(64195,7219,'_qty','1'),(64196,7219,'_tax_class',''),(64197,7219,'_line_subtotal','174.72'),(64198,7219,'_line_subtotal_tax','0'),(64199,7219,'_line_total','174.72'),(64200,7219,'_line_tax','0'),(64201,7219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64202,7220,'_product_id','42'),(64203,7220,'_variation_id','0'),(64204,7220,'_qty','1'),(64205,7220,'_tax_class',''),(64206,7220,'_line_subtotal','79.2'),(64207,7220,'_line_subtotal_tax','0'),(64208,7220,'_line_total','79.2'),(64209,7220,'_line_tax','0'),(64210,7220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64211,7221,'_product_id','41'),(64212,7221,'_variation_id','0'),(64213,7221,'_qty','4'),(64214,7221,'_tax_class',''),(64215,7221,'_line_subtotal','265.92'),(64216,7221,'_line_subtotal_tax','0'),(64217,7221,'_line_total','265.92'),(64218,7221,'_line_tax','0'),(64219,7221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64220,7222,'_product_id','43'),(64221,7222,'_variation_id','0'),(64222,7222,'_qty','2'),(64223,7222,'_tax_class',''),(64224,7222,'_line_subtotal','158.4'),(64225,7222,'_line_subtotal_tax','0'),(64226,7222,'_line_total','158.4'),(64227,7222,'_line_tax','0'),(64228,7222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64229,7223,'_product_id','49'),(64230,7223,'_variation_id','0'),(64231,7223,'_qty','2'),(64232,7223,'_tax_class',''),(64233,7223,'_line_subtotal','158.4'),(64234,7223,'_line_subtotal_tax','0'),(64235,7223,'_line_total','158.4'),(64236,7223,'_line_tax','0'),(64237,7223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64238,7224,'_product_id','488'),(64239,7224,'_variation_id','0'),(64240,7224,'_qty','4'),(64241,7224,'_tax_class',''),(64242,7224,'_line_subtotal','125.4'),(64243,7224,'_line_subtotal_tax','0'),(64244,7224,'_line_total','125.4'),(64245,7224,'_line_tax','0'),(64246,7224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64247,7225,'method_id','free_shipping'),(64248,7225,'instance_id','2'),(64249,7225,'cost','0.00'),(64250,7225,'total_tax','0'),(64251,7225,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64252,7225,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 4'),(64253,7226,'_product_id','45'),(64254,7226,'_variation_id','0'),(64255,7226,'_qty','4'),(64256,7226,'_tax_class',''),(64257,7226,'_line_subtotal','168.96'),(64258,7226,'_line_subtotal_tax','0'),(64259,7226,'_line_total','168.96'),(64260,7226,'_line_tax','0'),(64261,7226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64262,7227,'_product_id','49'),(64263,7227,'_variation_id','0'),(64264,7227,'_qty','4'),(64265,7227,'_tax_class',''),(64266,7227,'_line_subtotal','316.8'),(64267,7227,'_line_subtotal_tax','0'),(64268,7227,'_line_total','316.8'),(64269,7227,'_line_tax','0'),(64270,7227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64271,7228,'_product_id','93'),(64272,7228,'_variation_id','0'),(64273,7228,'_qty','10'),(64274,7228,'_tax_class',''),(64275,7228,'_line_subtotal','0'),(64276,7228,'_line_subtotal_tax','0'),(64277,7228,'_line_total','0'),(64278,7228,'_line_tax','0'),(64279,7228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64280,7229,'_product_id','144'),(64281,7229,'_variation_id','0'),(64282,7229,'_qty','10'),(64283,7229,'_tax_class',''),(64284,7229,'_line_subtotal','13.8'),(64285,7229,'_line_subtotal_tax','0'),(64286,7229,'_line_total','13.8'),(64287,7229,'_line_tax','0'),(64288,7229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64289,7230,'_product_id','146'),(64290,7230,'_variation_id','0'),(64291,7230,'_qty','4'),(64292,7230,'_tax_class',''),(64293,7230,'_line_subtotal','5.52'),(64294,7230,'_line_subtotal_tax','0'),(64295,7230,'_line_total','5.52'),(64296,7230,'_line_tax','0'),(64297,7230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64298,7231,'method_id','free_shipping'),(64299,7231,'instance_id','2'),(64300,7231,'cost','0.00'),(64301,7231,'total_tax','0'),(64302,7231,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64303,7231,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% &times; 10, Course Tail Comb &times; 10, 9\" Detangler Comb &times; 4'),(64309,7213,'thwma_order_shipping_status','wc-pending'),(64310,7214,'thwma_order_shipping_status','wc-pending'),(64311,7215,'thwma_order_shipping_status','wc-pending'),(64312,7216,'thwma_order_shipping_status','wc-pending'),(64313,7218,'thwma_order_shipping_status','wc-pending'),(64314,7219,'thwma_order_shipping_status','wc-pending'),(64315,7220,'thwma_order_shipping_status','wc-pending'),(64316,7221,'thwma_order_shipping_status','wc-pending'),(64317,7222,'thwma_order_shipping_status','wc-pending'),(64318,7223,'thwma_order_shipping_status','wc-pending'),(64319,7224,'thwma_order_shipping_status','wc-pending'),(64320,7232,'_product_id','23'),(64321,7232,'_variation_id','0'),(64322,7232,'_qty','2'),(64323,7232,'_tax_class',''),(64324,7232,'_line_subtotal','143.52'),(64325,7232,'_line_subtotal_tax','0'),(64326,7232,'_line_total','143.52'),(64327,7232,'_line_tax','0'),(64328,7232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64329,7233,'_product_id','38'),(64330,7233,'_variation_id','0'),(64331,7233,'_qty','3'),(64332,7233,'_tax_class',''),(64333,7233,'_line_subtotal','524.16'),(64334,7233,'_line_subtotal_tax','0'),(64335,7233,'_line_total','524.16'),(64336,7233,'_line_tax','0'),(64337,7233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64338,7234,'_product_id','45'),(64339,7234,'_variation_id','0'),(64340,7234,'_qty','2'),(64341,7234,'_tax_class',''),(64342,7234,'_line_subtotal','84.48'),(64343,7234,'_line_subtotal_tax','0'),(64344,7234,'_line_total','84.48'),(64345,7234,'_line_tax','0'),(64346,7234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64347,7235,'_product_id','51'),(64348,7235,'_variation_id','0'),(64349,7235,'_qty','2'),(64350,7235,'_tax_class',''),(64351,7235,'_line_subtotal','295.68'),(64352,7235,'_line_subtotal_tax','0'),(64353,7235,'_line_total','295.68'),(64354,7235,'_line_tax','0'),(64355,7235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64356,7236,'_product_id','487'),(64357,7236,'_variation_id','0'),(64358,7236,'_qty','4'),(64359,7236,'_tax_class',''),(64360,7236,'_line_subtotal','125.4'),(64361,7236,'_line_subtotal_tax','0'),(64362,7236,'_line_total','125.4'),(64363,7236,'_line_tax','0'),(64364,7236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64365,7237,'method_id','free_shipping'),(64366,7237,'instance_id','2'),(64367,7237,'cost','0.00'),(64368,7237,'total_tax','0'),(64369,7237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64370,7237,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 4'),(64376,7232,'thwma_order_shipping_status','wc-pending'),(64377,7233,'thwma_order_shipping_status','wc-pending'),(64378,7234,'thwma_order_shipping_status','wc-pending'),(64379,7235,'thwma_order_shipping_status','wc-pending'),(64380,7236,'thwma_order_shipping_status','wc-pending'),(64381,7226,'thwma_order_shipping_status','wc-pending'),(64382,7227,'thwma_order_shipping_status','wc-pending'),(64383,7228,'thwma_order_shipping_status','wc-pending'),(64384,7229,'thwma_order_shipping_status','wc-pending'),(64385,7230,'thwma_order_shipping_status','wc-pending'),(64386,7238,'_product_id','23'),(64387,7238,'_variation_id','0'),(64388,7238,'_qty','1'),(64389,7238,'_tax_class',''),(64390,7238,'_line_subtotal','71.76'),(64391,7238,'_line_subtotal_tax','0'),(64392,7238,'_line_total','71.76'),(64393,7238,'_line_tax','0'),(64394,7238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64395,7239,'_product_id','45'),(64396,7239,'_variation_id','0'),(64397,7239,'_qty','6'),(64398,7239,'_tax_class',''),(64399,7239,'_line_subtotal','253.44'),(64400,7239,'_line_subtotal_tax','0'),(64401,7239,'_line_total','253.44'),(64402,7239,'_line_tax','0'),(64403,7239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64404,7240,'_product_id','487'),(64405,7240,'_variation_id','0'),(64406,7240,'_qty','1'),(64407,7240,'_tax_class',''),(64408,7240,'_line_subtotal','31.35'),(64409,7240,'_line_subtotal_tax','0'),(64410,7240,'_line_total','31.35'),(64411,7240,'_line_tax','0'),(64412,7240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64413,7241,'_product_id','41'),(64414,7241,'_variation_id','0'),(64415,7241,'_qty','1'),(64416,7241,'_tax_class',''),(64417,7241,'_line_subtotal','66.48'),(64418,7241,'_line_subtotal_tax','0'),(64419,7241,'_line_total','66.48'),(64420,7241,'_line_tax','0'),(64421,7241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64422,7242,'_product_id','43'),(64423,7242,'_variation_id','0'),(64424,7242,'_qty','1'),(64425,7242,'_tax_class',''),(64426,7242,'_line_subtotal','79.2'),(64427,7242,'_line_subtotal_tax','0'),(64428,7242,'_line_total','79.2'),(64429,7242,'_line_tax','0'),(64430,7242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64431,7243,'_product_id','49'),(64432,7243,'_variation_id','0'),(64433,7243,'_qty','1'),(64434,7243,'_tax_class',''),(64435,7243,'_line_subtotal','79.2'),(64436,7243,'_line_subtotal_tax','0'),(64437,7243,'_line_total','79.2'),(64438,7243,'_line_tax','0'),(64439,7243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64440,7244,'_product_id','42'),(64441,7244,'_variation_id','0'),(64442,7244,'_qty','1'),(64443,7244,'_tax_class',''),(64444,7244,'_line_subtotal','79.2'),(64445,7244,'_line_subtotal_tax','0'),(64446,7244,'_line_total','79.2'),(64447,7244,'_line_tax','0'),(64448,7244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64449,7245,'_product_id','41'),(64450,7245,'_variation_id','0'),(64451,7245,'_qty','1'),(64452,7245,'_tax_class',''),(64453,7245,'_line_subtotal','66.48'),(64454,7245,'_line_subtotal_tax','0'),(64455,7245,'_line_total','66.48'),(64456,7245,'_line_tax','0'),(64457,7245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64458,7246,'_product_id','118'),(64459,7246,'_variation_id','0'),(64460,7246,'_qty','1'),(64461,7246,'_tax_class',''),(64462,7246,'_line_subtotal','184.8'),(64463,7246,'_line_subtotal_tax','0'),(64464,7246,'_line_total','184.8'),(64465,7246,'_line_tax','0'),(64466,7246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64467,7247,'_product_id','51'),(64468,7247,'_variation_id','0'),(64469,7247,'_qty','1'),(64470,7247,'_tax_class',''),(64471,7247,'_line_subtotal','147.84'),(64472,7247,'_line_subtotal_tax','0'),(64473,7247,'_line_total','147.84'),(64474,7247,'_line_tax','0'),(64475,7247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64476,7248,'_product_id','43'),(64477,7248,'_variation_id','0'),(64478,7248,'_qty','1'),(64479,7248,'_tax_class',''),(64480,7248,'_line_subtotal','79.2'),(64481,7248,'_line_subtotal_tax','0'),(64482,7248,'_line_total','79.2'),(64483,7248,'_line_tax','0'),(64484,7248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64485,7249,'_product_id','49'),(64486,7249,'_variation_id','0'),(64487,7249,'_qty','1'),(64488,7249,'_tax_class',''),(64489,7249,'_line_subtotal','79.2'),(64490,7249,'_line_subtotal_tax','0'),(64491,7249,'_line_total','79.2'),(64492,7249,'_line_tax','0'),(64493,7249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64494,7250,'_product_id','44'),(64495,7250,'_variation_id','0'),(64496,7250,'_qty','1'),(64497,7250,'_tax_class',''),(64498,7250,'_line_subtotal','116.16'),(64499,7250,'_line_subtotal_tax','0'),(64500,7250,'_line_total','116.16'),(64501,7250,'_line_tax','0'),(64502,7250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64503,7251,'_product_id','487'),(64504,7251,'_variation_id','0'),(64505,7251,'_qty','1'),(64506,7251,'_tax_class',''),(64507,7251,'_line_subtotal','31.35'),(64508,7251,'_line_subtotal_tax','0'),(64509,7251,'_line_total','31.35'),(64510,7251,'_line_tax','0'),(64511,7251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64512,7252,'method_id','free_shipping'),(64513,7252,'instance_id','2'),(64514,7252,'cost','0.00'),(64515,7252,'total_tax','0'),(64516,7252,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64517,7252,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(64524,7187,'thwma_order_shipping_status','wc-pending'),(64525,7188,'thwma_order_shipping_status','wc-pending'),(64526,7189,'thwma_order_shipping_status','wc-pending'),(64527,7190,'thwma_order_shipping_status','wc-pending'),(64528,7191,'thwma_order_shipping_status','wc-pending'),(64529,7192,'thwma_order_shipping_status','wc-pending'),(64737,7277,'_product_id','490'),(64738,7277,'_variation_id','0'),(64739,7277,'_qty','1'),(64740,7277,'_tax_class',''),(64741,7277,'_line_subtotal','20.72'),(64742,7277,'_line_subtotal_tax','0'),(64743,7277,'_line_total','20.72'),(64744,7277,'_line_tax','0'),(64745,7277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64746,7278,'_product_id','39'),(64747,7278,'_variation_id','0'),(64748,7278,'_qty','1'),(64749,7278,'_tax_class',''),(64750,7278,'_line_subtotal','79.2'),(64751,7278,'_line_subtotal_tax','0'),(64752,7278,'_line_total','79.2'),(64753,7278,'_line_tax','0'),(64754,7278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64755,7279,'_product_id','40'),(64756,7279,'_variation_id','0'),(64757,7279,'_qty','1'),(64758,7279,'_tax_class',''),(64759,7279,'_line_subtotal','79.2'),(64760,7279,'_line_subtotal_tax','0'),(64761,7279,'_line_total','79.2'),(64762,7279,'_line_tax','0'),(64763,7279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64764,7280,'method_id','fedex'),(64765,7280,'instance_id','1'),(64766,7280,'cost','12.61'),(64767,7280,'total_tax','0'),(64768,7280,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64769,7280,'Package 1','17 × 14 × 10 (in) 18lbs × 1'),(64977,7305,'_product_id','93'),(64978,7305,'_variation_id','0'),(64979,7305,'_qty','8'),(64980,7305,'_tax_class',''),(64981,7305,'_line_subtotal','0'),(64982,7305,'_line_subtotal_tax','0'),(64983,7305,'_line_total','0'),(64984,7305,'_line_tax','0'),(64985,7305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(64986,7306,'method_id','fedex'),(64987,7306,'instance_id','1'),(64988,7306,'cost','12.27'),(64989,7306,'total_tax','0'),(64990,7306,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(64991,7306,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(64992,7238,'thwma_order_shipping_status','wc-pending'),(64993,7239,'thwma_order_shipping_status','wc-pending'),(64994,7240,'thwma_order_shipping_status','wc-pending'),(64995,7241,'thwma_order_shipping_status','wc-pending'),(64996,7242,'thwma_order_shipping_status','wc-pending'),(64997,7243,'thwma_order_shipping_status','wc-pending'),(64998,7244,'thwma_order_shipping_status','wc-pending'),(64999,7245,'thwma_order_shipping_status','wc-pending'),(65000,7246,'thwma_order_shipping_status','wc-pending'),(65001,7247,'thwma_order_shipping_status','wc-pending'),(65002,7248,'thwma_order_shipping_status','wc-pending'),(65003,7249,'thwma_order_shipping_status','wc-pending'),(65004,7250,'thwma_order_shipping_status','wc-pending'),(65005,7251,'thwma_order_shipping_status','wc-pending'),(65006,7307,'_product_id','489'),(65007,7307,'_variation_id','0'),(65008,7307,'_qty','10'),(65009,7307,'_tax_class',''),(65010,7307,'_line_subtotal','190.4'),(65011,7307,'_line_subtotal_tax','0'),(65012,7307,'_line_total','190.4'),(65013,7307,'_line_tax','0'),(65014,7307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65015,7308,'method_id','fedex'),(65016,7308,'instance_id','1'),(65017,7308,'cost','15.00'),(65018,7308,'total_tax','0'),(65019,7308,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65020,7308,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(65435,7357,'_product_id','490'),(65436,7357,'_variation_id','0'),(65437,7357,'_qty','10'),(65438,7357,'_tax_class',''),(65439,7357,'_line_subtotal','207.2'),(65440,7357,'_line_subtotal_tax','0'),(65441,7357,'_line_total','207.2'),(65442,7357,'_line_tax','0'),(65443,7357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65444,7358,'_product_id','488'),(65445,7358,'_variation_id','0'),(65446,7358,'_qty','2'),(65447,7358,'_tax_class',''),(65448,7358,'_line_subtotal','62.7'),(65449,7358,'_line_subtotal_tax','0'),(65450,7358,'_line_total','62.7'),(65451,7358,'_line_tax','0'),(65452,7358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65453,7359,'_product_id','487'),(65454,7359,'_variation_id','0'),(65455,7359,'_qty','1'),(65456,7359,'_tax_class',''),(65457,7359,'_line_subtotal','31.35'),(65458,7359,'_line_subtotal_tax','0'),(65459,7359,'_line_total','31.35'),(65460,7359,'_line_tax','0'),(65461,7359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65462,7360,'_product_id','38'),(65463,7360,'_variation_id','0'),(65464,7360,'_qty','1'),(65465,7360,'_tax_class',''),(65466,7360,'_line_subtotal','174.72'),(65467,7360,'_line_subtotal_tax','0'),(65468,7360,'_line_total','174.72'),(65469,7360,'_line_tax','0'),(65470,7360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65471,7361,'_product_id','41'),(65472,7361,'_variation_id','0'),(65473,7361,'_qty','1'),(65474,7361,'_tax_class',''),(65475,7361,'_line_subtotal','66.48'),(65476,7361,'_line_subtotal_tax','0'),(65477,7361,'_line_total','66.48'),(65478,7361,'_line_tax','0'),(65479,7361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65480,7362,'_product_id','45'),(65481,7362,'_variation_id','0'),(65482,7362,'_qty','1'),(65483,7362,'_tax_class',''),(65484,7362,'_line_subtotal','42.24'),(65485,7362,'_line_subtotal_tax','0'),(65486,7362,'_line_total','42.24'),(65487,7362,'_line_tax','0'),(65488,7362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65489,7363,'_product_id','43'),(65490,7363,'_variation_id','0'),(65491,7363,'_qty','1'),(65492,7363,'_tax_class',''),(65493,7363,'_line_subtotal','79.2'),(65494,7363,'_line_subtotal_tax','0'),(65495,7363,'_line_total','79.2'),(65496,7363,'_line_tax','0'),(65497,7363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65498,7364,'method_id','free_shipping'),(65499,7364,'instance_id','2'),(65500,7364,'cost','0.00'),(65501,7364,'total_tax','0'),(65502,7364,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65503,7364,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(65504,7365,'_product_id','42'),(65505,7365,'_variation_id','0'),(65506,7365,'_qty','1'),(65507,7365,'_tax_class',''),(65508,7365,'_line_subtotal','79.2'),(65509,7365,'_line_subtotal_tax','0'),(65510,7365,'_line_total','79.2'),(65511,7365,'_line_tax','0'),(65512,7365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65513,7366,'_product_id','43'),(65514,7366,'_variation_id','0'),(65515,7366,'_qty','1'),(65516,7366,'_tax_class',''),(65517,7366,'_line_subtotal','79.2'),(65518,7366,'_line_subtotal_tax','0'),(65519,7366,'_line_total','79.2'),(65520,7366,'_line_tax','0'),(65521,7366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65522,7367,'_product_id','49'),(65523,7367,'_variation_id','0'),(65524,7367,'_qty','1'),(65525,7367,'_tax_class',''),(65526,7367,'_line_subtotal','79.2'),(65527,7367,'_line_subtotal_tax','0'),(65528,7367,'_line_total','79.2'),(65529,7367,'_line_tax','0'),(65530,7367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65531,7368,'_product_id','23'),(65532,7368,'_variation_id','0'),(65533,7368,'_qty','1'),(65534,7368,'_tax_class',''),(65535,7368,'_line_subtotal','71.76'),(65536,7368,'_line_subtotal_tax','0'),(65537,7368,'_line_total','71.76'),(65538,7368,'_line_tax','0'),(65539,7368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65540,7369,'_product_id','38'),(65541,7369,'_variation_id','0'),(65542,7369,'_qty','1'),(65543,7369,'_tax_class',''),(65544,7369,'_line_subtotal','174.72'),(65545,7369,'_line_subtotal_tax','0'),(65546,7369,'_line_total','174.72'),(65547,7369,'_line_tax','0'),(65548,7369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65549,7370,'_product_id','41'),(65550,7370,'_variation_id','0'),(65551,7370,'_qty','2'),(65552,7370,'_tax_class',''),(65553,7370,'_line_subtotal','132.96'),(65554,7370,'_line_subtotal_tax','0'),(65555,7370,'_line_total','132.96'),(65556,7370,'_line_tax','0'),(65557,7370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65558,7371,'_product_id','490'),(65559,7371,'_variation_id','0'),(65560,7371,'_qty','1'),(65561,7371,'_tax_class',''),(65562,7371,'_line_subtotal','20.72'),(65563,7371,'_line_subtotal_tax','0'),(65564,7371,'_line_total','20.72'),(65565,7371,'_line_tax','0'),(65566,7371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65567,7372,'method_id','free_shipping'),(65568,7372,'instance_id','2'),(65569,7372,'cost','0.00'),(65570,7372,'total_tax','0'),(65571,7372,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65572,7372,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 1'),(65573,7373,'_product_id','42'),(65574,7373,'_variation_id','0'),(65575,7373,'_qty','1'),(65576,7373,'_tax_class',''),(65577,7373,'_line_subtotal','79.2'),(65578,7373,'_line_subtotal_tax','0'),(65579,7373,'_line_total','79.2'),(65580,7373,'_line_tax','0'),(65581,7373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65582,7374,'_product_id','43'),(65583,7374,'_variation_id','0'),(65584,7374,'_qty','1'),(65585,7374,'_tax_class',''),(65586,7374,'_line_subtotal','79.2'),(65587,7374,'_line_subtotal_tax','0'),(65588,7374,'_line_total','79.2'),(65589,7374,'_line_tax','0'),(65590,7374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65591,7375,'_product_id','120'),(65592,7375,'_variation_id','0'),(65593,7375,'_qty','1'),(65594,7375,'_tax_class',''),(65595,7375,'_line_subtotal','52.8'),(65596,7375,'_line_subtotal_tax','0'),(65597,7375,'_line_total','52.8'),(65598,7375,'_line_tax','0'),(65599,7375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65600,7376,'_product_id','23'),(65601,7376,'_variation_id','0'),(65602,7376,'_qty','1'),(65603,7376,'_tax_class',''),(65604,7376,'_line_subtotal','71.76'),(65605,7376,'_line_subtotal_tax','0'),(65606,7376,'_line_total','71.76'),(65607,7376,'_line_tax','0'),(65608,7376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65609,7377,'_product_id','38'),(65610,7377,'_variation_id','0'),(65611,7377,'_qty','1'),(65612,7377,'_tax_class',''),(65613,7377,'_line_subtotal','174.72'),(65614,7377,'_line_subtotal_tax','0'),(65615,7377,'_line_total','174.72'),(65616,7377,'_line_tax','0'),(65617,7377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65618,7378,'_product_id','41'),(65619,7378,'_variation_id','0'),(65620,7378,'_qty','1'),(65621,7378,'_tax_class',''),(65622,7378,'_line_subtotal','66.48'),(65623,7378,'_line_subtotal_tax','0'),(65624,7378,'_line_total','66.48'),(65625,7378,'_line_tax','0'),(65626,7378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65627,7379,'_product_id','45'),(65628,7379,'_variation_id','0'),(65629,7379,'_qty','1'),(65630,7379,'_tax_class',''),(65631,7379,'_line_subtotal','42.24'),(65632,7379,'_line_subtotal_tax','0'),(65633,7379,'_line_total','42.24'),(65634,7379,'_line_tax','0'),(65635,7379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65636,7380,'_product_id','490'),(65637,7380,'_variation_id','0'),(65638,7380,'_qty','10'),(65639,7380,'_tax_class',''),(65640,7380,'_line_subtotal','207.2'),(65641,7380,'_line_subtotal_tax','0'),(65642,7380,'_line_total','207.2'),(65643,7380,'_line_tax','0'),(65644,7380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65645,7381,'method_id','free_shipping'),(65646,7381,'instance_id','2'),(65647,7381,'cost','0.00'),(65648,7381,'total_tax','0'),(65649,7381,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65650,7381,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(65651,7277,'thwma_order_shipping_status','wc-pending'),(65652,7278,'thwma_order_shipping_status','wc-pending'),(65653,7279,'thwma_order_shipping_status','wc-pending'),(65654,7382,'_product_id','41'),(65655,7382,'_variation_id','0'),(65656,7382,'_qty','2'),(65657,7382,'_tax_class',''),(65658,7382,'_line_subtotal','132.96'),(65659,7382,'_line_subtotal_tax','0'),(65660,7382,'_line_total','132.96'),(65661,7382,'_line_tax','0'),(65662,7382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65663,7383,'method_id','fedex'),(65664,7383,'instance_id','1'),(65665,7383,'cost','10.24'),(65666,7383,'total_tax','0'),(65667,7383,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65668,7383,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(65669,7373,'thwma_order_shipping_status','wc-pending'),(65670,7374,'thwma_order_shipping_status','wc-pending'),(65671,7375,'thwma_order_shipping_status','wc-pending'),(65672,7376,'thwma_order_shipping_status','wc-pending'),(65673,7377,'thwma_order_shipping_status','wc-pending'),(65674,7378,'thwma_order_shipping_status','wc-pending'),(65675,7379,'thwma_order_shipping_status','wc-pending'),(65676,7380,'thwma_order_shipping_status','wc-pending'),(65677,7365,'thwma_order_shipping_status','wc-pending'),(65678,7366,'thwma_order_shipping_status','wc-pending'),(65679,7367,'thwma_order_shipping_status','wc-pending'),(65680,7368,'thwma_order_shipping_status','wc-pending'),(65681,7369,'thwma_order_shipping_status','wc-pending'),(65682,7370,'thwma_order_shipping_status','wc-pending'),(65683,7371,'thwma_order_shipping_status','wc-pending'),(65684,7357,'thwma_order_shipping_status','wc-pending'),(65685,7358,'thwma_order_shipping_status','wc-pending'),(65686,7359,'thwma_order_shipping_status','wc-pending'),(65687,7360,'thwma_order_shipping_status','wc-pending'),(65688,7361,'thwma_order_shipping_status','wc-pending'),(65689,7362,'thwma_order_shipping_status','wc-pending'),(65690,7363,'thwma_order_shipping_status','wc-pending'),(65691,7384,'_product_id','23'),(65692,7384,'_variation_id','0'),(65693,7384,'_qty','4'),(65694,7384,'_tax_class',''),(65695,7384,'_line_subtotal','287.04'),(65696,7384,'_line_subtotal_tax','0'),(65697,7384,'_line_total','287.04'),(65698,7384,'_line_tax','0'),(65699,7384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65700,7385,'_product_id','38'),(65701,7385,'_variation_id','0'),(65702,7385,'_qty','2'),(65703,7385,'_tax_class',''),(65704,7385,'_line_subtotal','349.44'),(65705,7385,'_line_subtotal_tax','0'),(65706,7385,'_line_total','349.44'),(65707,7385,'_line_tax','0'),(65708,7385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65709,7386,'_product_id','42'),(65710,7386,'_variation_id','0'),(65711,7386,'_qty','2'),(65712,7386,'_tax_class',''),(65713,7386,'_line_subtotal','158.4'),(65714,7386,'_line_subtotal_tax','0'),(65715,7386,'_line_total','158.4'),(65716,7386,'_line_tax','0'),(65717,7386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65718,7387,'_product_id','41'),(65719,7387,'_variation_id','0'),(65720,7387,'_qty','5'),(65721,7387,'_tax_class',''),(65722,7387,'_line_subtotal','332.4'),(65723,7387,'_line_subtotal_tax','0'),(65724,7387,'_line_total','332.4'),(65725,7387,'_line_tax','0'),(65726,7387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65727,7388,'_product_id','51'),(65728,7388,'_variation_id','0'),(65729,7388,'_qty','2'),(65730,7388,'_tax_class',''),(65731,7388,'_line_subtotal','295.68'),(65732,7388,'_line_subtotal_tax','0'),(65733,7388,'_line_total','295.68'),(65734,7388,'_line_tax','0'),(65735,7388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65736,7389,'_product_id','118'),(65737,7389,'_variation_id','0'),(65738,7389,'_qty','1'),(65739,7389,'_tax_class',''),(65740,7389,'_line_subtotal','184.8'),(65741,7389,'_line_subtotal_tax','0'),(65742,7389,'_line_total','184.8'),(65743,7389,'_line_tax','0'),(65744,7389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65745,7390,'_product_id','120'),(65746,7390,'_variation_id','0'),(65747,7390,'_qty','3'),(65748,7390,'_tax_class',''),(65749,7390,'_line_subtotal','158.4'),(65750,7390,'_line_subtotal_tax','0'),(65751,7390,'_line_total','158.4'),(65752,7390,'_line_tax','0'),(65753,7390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65754,7391,'_product_id','43'),(65755,7391,'_variation_id','0'),(65756,7391,'_qty','3'),(65757,7391,'_tax_class',''),(65758,7391,'_line_subtotal','237.6'),(65759,7391,'_line_subtotal_tax','0'),(65760,7391,'_line_total','237.6'),(65761,7391,'_line_tax','0'),(65762,7391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65763,7392,'_product_id','44'),(65764,7392,'_variation_id','0'),(65765,7392,'_qty','1'),(65766,7392,'_tax_class',''),(65767,7392,'_line_subtotal','116.16'),(65768,7392,'_line_subtotal_tax','0'),(65769,7392,'_line_total','116.16'),(65770,7392,'_line_tax','0'),(65771,7392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65772,7393,'_product_id','490'),(65773,7393,'_variation_id','0'),(65774,7393,'_qty','30'),(65775,7393,'_tax_class',''),(65776,7393,'_line_subtotal','621.6'),(65777,7393,'_line_subtotal_tax','0'),(65778,7393,'_line_total','621.6'),(65779,7393,'_line_tax','0'),(65780,7393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65781,7394,'method_id','fedex'),(65782,7394,'instance_id','1'),(65783,7394,'cost','241.88'),(65784,7394,'total_tax','0'),(65785,7394,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65786,7394,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(65787,7394,'Package 2','17 × 14 × 10 (in) 31lbs × 1'),(65788,7394,'Package 3','17 × 14 × 10 (in) 39lbs × 1'),(65789,7394,'Package 4','17 × 14 × 10 (in) 40.95lbs × 1'),(65790,7394,'Package 5','17 × 14 × 10 (in) 41.85lbs × 1'),(65791,7394,'Package 6','14 × 14 × 14 (in) 28.1lbs × 1'),(65792,7394,'Package 7','14 × 14 × 14 (in) 23.8lbs × 1'),(65836,7400,'_product_id','490'),(65837,7400,'_variation_id','0'),(65838,7400,'_qty','10'),(65839,7400,'_tax_class',''),(65840,7400,'_line_subtotal','207.2'),(65841,7400,'_line_subtotal_tax','0'),(65842,7400,'_line_total','207.2'),(65843,7400,'_line_tax','0'),(65844,7400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65845,7401,'method_id','fedex'),(65846,7401,'instance_id','1'),(65847,7401,'cost','12.83'),(65848,7401,'total_tax','0'),(65849,7401,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65850,7401,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(65851,7402,'_product_id','23'),(65852,7402,'_variation_id','0'),(65853,7402,'_qty','1'),(65854,7402,'_tax_class',''),(65855,7402,'_line_subtotal','71.76'),(65856,7402,'_line_subtotal_tax','0'),(65857,7402,'_line_total','71.76'),(65858,7402,'_line_tax','0'),(65859,7402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65860,7403,'_product_id','45'),(65861,7403,'_variation_id','0'),(65862,7403,'_qty','1'),(65863,7403,'_tax_class',''),(65864,7403,'_line_subtotal','42.24'),(65865,7403,'_line_subtotal_tax','0'),(65866,7403,'_line_total','42.24'),(65867,7403,'_line_tax','0'),(65868,7403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65869,7404,'_product_id','487'),(65870,7404,'_variation_id','0'),(65871,7404,'_qty','1'),(65872,7404,'_tax_class',''),(65873,7404,'_line_subtotal','31.35'),(65874,7404,'_line_subtotal_tax','0'),(65875,7404,'_line_total','31.35'),(65876,7404,'_line_tax','0'),(65877,7404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65878,7405,'_product_id','41'),(65879,7405,'_variation_id','0'),(65880,7405,'_qty','1'),(65881,7405,'_tax_class',''),(65882,7405,'_line_subtotal','66.48'),(65883,7405,'_line_subtotal_tax','0'),(65884,7405,'_line_total','66.48'),(65885,7405,'_line_tax','0'),(65886,7405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65887,7406,'_product_id','43'),(65888,7406,'_variation_id','0'),(65889,7406,'_qty','1'),(65890,7406,'_tax_class',''),(65891,7406,'_line_subtotal','79.2'),(65892,7406,'_line_subtotal_tax','0'),(65893,7406,'_line_total','79.2'),(65894,7406,'_line_tax','0'),(65895,7406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65896,7407,'_product_id','49'),(65897,7407,'_variation_id','0'),(65898,7407,'_qty','1'),(65899,7407,'_tax_class',''),(65900,7407,'_line_subtotal','79.2'),(65901,7407,'_line_subtotal_tax','0'),(65902,7407,'_line_total','79.2'),(65903,7407,'_line_tax','0'),(65904,7407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65905,7408,'_product_id','118'),(65906,7408,'_variation_id','0'),(65907,7408,'_qty','1'),(65908,7408,'_tax_class',''),(65909,7408,'_line_subtotal','184.8'),(65910,7408,'_line_subtotal_tax','0'),(65911,7408,'_line_total','184.8'),(65912,7408,'_line_tax','0'),(65913,7408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65914,7409,'_product_id','51'),(65915,7409,'_variation_id','0'),(65916,7409,'_qty','1'),(65917,7409,'_tax_class',''),(65918,7409,'_line_subtotal','147.84'),(65919,7409,'_line_subtotal_tax','0'),(65920,7409,'_line_total','147.84'),(65921,7409,'_line_tax','0'),(65922,7409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65923,7410,'_product_id','44'),(65924,7410,'_variation_id','0'),(65925,7410,'_qty','1'),(65926,7410,'_tax_class',''),(65927,7410,'_line_subtotal','116.16'),(65928,7410,'_line_subtotal_tax','0'),(65929,7410,'_line_total','116.16'),(65930,7410,'_line_tax','0'),(65931,7410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65932,7411,'_product_id','120'),(65933,7411,'_variation_id','0'),(65934,7411,'_qty','2'),(65935,7411,'_tax_class',''),(65936,7411,'_line_subtotal','105.6'),(65937,7411,'_line_subtotal_tax','0'),(65938,7411,'_line_total','105.6'),(65939,7411,'_line_tax','0'),(65940,7411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65941,7412,'_product_id','118'),(65942,7412,'_variation_id','0'),(65943,7412,'_qty','1'),(65944,7412,'_tax_class',''),(65945,7412,'_line_subtotal','184.8'),(65946,7412,'_line_subtotal_tax','0'),(65947,7412,'_line_total','184.8'),(65948,7412,'_line_tax','0'),(65949,7412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65950,7413,'_product_id','51'),(65951,7413,'_variation_id','0'),(65952,7413,'_qty','1'),(65953,7413,'_tax_class',''),(65954,7413,'_line_subtotal','147.84'),(65955,7413,'_line_subtotal_tax','0'),(65956,7413,'_line_total','147.84'),(65957,7413,'_line_tax','0'),(65958,7413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65959,7414,'_product_id','490'),(65960,7414,'_variation_id','0'),(65961,7414,'_qty','10'),(65962,7414,'_tax_class',''),(65963,7414,'_line_subtotal','207.2'),(65964,7414,'_line_subtotal_tax','0'),(65965,7414,'_line_total','207.2'),(65966,7414,'_line_tax','0'),(65967,7414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65968,7415,'method_id','free_shipping'),(65969,7415,'instance_id','2'),(65970,7415,'cost','0.00'),(65971,7415,'total_tax','0'),(65972,7415,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65973,7415,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(65974,7416,'_product_id','93'),(65975,7416,'_variation_id','0'),(65976,7416,'_qty','10'),(65977,7416,'_tax_class',''),(65978,7416,'_line_subtotal','0'),(65979,7416,'_line_subtotal_tax','0'),(65980,7416,'_line_total','0'),(65981,7416,'_line_tax','0'),(65982,7416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65983,7417,'method_id','fedex'),(65984,7417,'instance_id','1'),(65985,7417,'cost','10.49'),(65986,7417,'total_tax','0'),(65987,7417,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(65988,7417,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(65989,7418,'_product_id','93'),(65990,7418,'_variation_id','0'),(65991,7418,'_qty','10'),(65992,7418,'_tax_class',''),(65993,7418,'_line_subtotal','0'),(65994,7418,'_line_subtotal_tax','0'),(65995,7418,'_line_total','0'),(65996,7418,'_line_tax','0'),(65997,7418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(65998,7419,'method_id','fedex'),(65999,7419,'instance_id','1'),(66000,7419,'cost','10.49'),(66001,7419,'total_tax','0'),(66002,7419,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66003,7419,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(66004,7420,'_product_id','51'),(66005,7420,'_variation_id','0'),(66006,7420,'_qty','1'),(66007,7420,'_tax_class',''),(66008,7420,'_line_subtotal','147.84'),(66009,7420,'_line_subtotal_tax','0'),(66010,7420,'_line_total','147.84'),(66011,7420,'_line_tax','0'),(66012,7420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66013,7421,'_product_id','38'),(66014,7421,'_variation_id','0'),(66015,7421,'_qty','1'),(66016,7421,'_tax_class',''),(66017,7421,'_line_subtotal','174.72'),(66018,7421,'_line_subtotal_tax','0'),(66019,7421,'_line_total','174.72'),(66020,7421,'_line_tax','0'),(66021,7421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66022,7422,'_product_id','41'),(66023,7422,'_variation_id','0'),(66024,7422,'_qty','3'),(66025,7422,'_tax_class',''),(66026,7422,'_line_subtotal','199.44'),(66027,7422,'_line_subtotal_tax','0'),(66028,7422,'_line_total','199.44'),(66029,7422,'_line_tax','0'),(66030,7422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66031,7423,'_fee_amount','-169.13'),(66032,7423,'_tax_class','0'),(66033,7423,'_tax_status','taxable'),(66034,7423,'_line_total','-169.13'),(66035,7423,'_line_tax','0'),(66036,7423,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(66037,7423,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(66038,7423,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(66039,7424,'method_id','fedex'),(66040,7424,'instance_id','3'),(66041,7424,'cost','338.26'),(66042,7424,'total_tax','0'),(66043,7424,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66044,7424,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(66045,7424,'Package 2','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(66046,7424,'Package 3','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(66047,7425,'discount_amount','0'),(66048,7425,'discount_amount_tax','0'),(66049,7425,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:18;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(66050,7425,'_acfw_coupon_shipping_overrides_discount','169.13'),(66051,7426,'method_id','fedex'),(66052,7426,'instance_id','1'),(66053,7426,'cost','-241.88'),(66054,7426,'total_tax','0'),(66055,7426,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66056,7426,'_refunded_item_id','7394'),(66057,7384,'thwma_order_shipping_status','wc-pending'),(66058,7385,'thwma_order_shipping_status','wc-pending'),(66059,7386,'thwma_order_shipping_status','wc-pending'),(66060,7387,'thwma_order_shipping_status','wc-pending'),(66061,7388,'thwma_order_shipping_status','wc-pending'),(66062,7389,'thwma_order_shipping_status','wc-pending'),(66063,7390,'thwma_order_shipping_status','wc-pending'),(66064,7391,'thwma_order_shipping_status','wc-pending'),(66065,7392,'thwma_order_shipping_status','wc-pending'),(66066,7393,'thwma_order_shipping_status','wc-pending'),(66067,7402,'thwma_order_shipping_status','wc-pending'),(66068,7403,'thwma_order_shipping_status','wc-pending'),(66069,7404,'thwma_order_shipping_status','wc-pending'),(66070,7405,'thwma_order_shipping_status','wc-pending'),(66071,7406,'thwma_order_shipping_status','wc-pending'),(66072,7407,'thwma_order_shipping_status','wc-pending'),(66073,7408,'thwma_order_shipping_status','wc-pending'),(66074,7409,'thwma_order_shipping_status','wc-pending'),(66075,7410,'thwma_order_shipping_status','wc-pending'),(66076,7411,'thwma_order_shipping_status','wc-pending'),(66077,7412,'thwma_order_shipping_status','wc-pending'),(66078,7413,'thwma_order_shipping_status','wc-pending'),(66079,7414,'thwma_order_shipping_status','wc-pending'),(66083,7420,'thwma_order_shipping_status','wc-pending'),(66084,7421,'thwma_order_shipping_status','wc-pending'),(66085,7422,'thwma_order_shipping_status','wc-pending'),(66266,7448,'_product_id','489'),(66267,7448,'_variation_id','0'),(66268,7448,'_qty','12'),(66269,7448,'_tax_class',''),(66270,7448,'_line_subtotal','228.48'),(66271,7448,'_line_subtotal_tax','0'),(66272,7448,'_line_total','228.48'),(66273,7448,'_line_tax','0'),(66274,7448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66275,7449,'_product_id','43'),(66276,7449,'_variation_id','0'),(66277,7449,'_qty','1'),(66278,7449,'_tax_class',''),(66279,7449,'_line_subtotal','79.2'),(66280,7449,'_line_subtotal_tax','0'),(66281,7449,'_line_total','79.2'),(66282,7449,'_line_tax','0'),(66283,7449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66284,7450,'_product_id','23'),(66285,7450,'_variation_id','0'),(66286,7450,'_qty','6'),(66287,7450,'_tax_class',''),(66288,7450,'_line_subtotal','430.56'),(66289,7450,'_line_subtotal_tax','0'),(66290,7450,'_line_total','430.56'),(66291,7450,'_line_tax','0'),(66292,7450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66293,7451,'_product_id','44'),(66294,7451,'_variation_id','0'),(66295,7451,'_qty','1'),(66296,7451,'_tax_class',''),(66297,7451,'_line_subtotal','116.16'),(66298,7451,'_line_subtotal_tax','0'),(66299,7451,'_line_total','116.16'),(66300,7451,'_line_tax','0'),(66301,7451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66302,7452,'_product_id','39'),(66303,7452,'_variation_id','0'),(66304,7452,'_qty','1'),(66305,7452,'_tax_class',''),(66306,7452,'_line_subtotal','79.2'),(66307,7452,'_line_subtotal_tax','0'),(66308,7452,'_line_total','79.2'),(66309,7452,'_line_tax','0'),(66310,7452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66311,7453,'_product_id','49'),(66312,7453,'_variation_id','0'),(66313,7453,'_qty','1'),(66314,7453,'_tax_class',''),(66315,7453,'_line_subtotal','79.2'),(66316,7453,'_line_subtotal_tax','0'),(66317,7453,'_line_total','79.2'),(66318,7453,'_line_tax','0'),(66319,7453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66320,7454,'method_id','free_shipping'),(66321,7454,'instance_id','2'),(66322,7454,'cost','0.00'),(66323,7454,'total_tax','0'),(66324,7454,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66325,7454,'Items','Bulk Active Rinse 50/50 RM &times; 12, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(66386,7462,'_product_id','489'),(66387,7462,'_variation_id','0'),(66388,7462,'_qty','12'),(66389,7462,'_tax_class',''),(66390,7462,'_line_subtotal','228.48'),(66391,7462,'_line_subtotal_tax','0'),(66392,7462,'_line_total','228.48'),(66393,7462,'_line_tax','0'),(66394,7462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66395,7463,'_product_id','43'),(66396,7463,'_variation_id','0'),(66397,7463,'_qty','1'),(66398,7463,'_tax_class',''),(66399,7463,'_line_subtotal','79.2'),(66400,7463,'_line_subtotal_tax','0'),(66401,7463,'_line_total','79.2'),(66402,7463,'_line_tax','0'),(66403,7463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66404,7464,'_product_id','23'),(66405,7464,'_variation_id','0'),(66406,7464,'_qty','6'),(66407,7464,'_tax_class',''),(66408,7464,'_line_subtotal','430.56'),(66409,7464,'_line_subtotal_tax','0'),(66410,7464,'_line_total','430.56'),(66411,7464,'_line_tax','0'),(66412,7464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66413,7465,'_product_id','44'),(66414,7465,'_variation_id','0'),(66415,7465,'_qty','1'),(66416,7465,'_tax_class',''),(66417,7465,'_line_subtotal','116.16'),(66418,7465,'_line_subtotal_tax','0'),(66419,7465,'_line_total','116.16'),(66420,7465,'_line_tax','0'),(66421,7465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66422,7466,'_product_id','39'),(66423,7466,'_variation_id','0'),(66424,7466,'_qty','1'),(66425,7466,'_tax_class',''),(66426,7466,'_line_subtotal','79.2'),(66427,7466,'_line_subtotal_tax','0'),(66428,7466,'_line_total','79.2'),(66429,7466,'_line_tax','0'),(66430,7466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66431,7467,'_product_id','49'),(66432,7467,'_variation_id','0'),(66433,7467,'_qty','1'),(66434,7467,'_tax_class',''),(66435,7467,'_line_subtotal','79.2'),(66436,7467,'_line_subtotal_tax','0'),(66437,7467,'_line_total','79.2'),(66438,7467,'_line_tax','0'),(66439,7467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66440,7468,'method_id','free_shipping'),(66441,7468,'instance_id','2'),(66442,7468,'cost','0.00'),(66443,7468,'total_tax','0'),(66444,7468,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66445,7468,'Items','Bulk Active Rinse 50/50 RM &times; 12, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(66446,7469,'_product_id','49'),(66447,7469,'_variation_id','0'),(66448,7469,'_qty','2'),(66449,7469,'_tax_class',''),(66450,7469,'_line_subtotal','158.4'),(66451,7469,'_line_subtotal_tax','0'),(66452,7469,'_line_total','158.4'),(66453,7469,'_line_tax','0'),(66454,7469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66455,7470,'_product_id','97'),(66456,7470,'_variation_id','0'),(66457,7470,'_qty','1'),(66458,7470,'_tax_class',''),(66459,7470,'_line_subtotal','0'),(66460,7470,'_line_subtotal_tax','0'),(66461,7470,'_line_total','0'),(66462,7470,'_line_tax','0'),(66463,7470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66464,7471,'_product_id','93'),(66465,7471,'_variation_id','0'),(66466,7471,'_qty','10'),(66467,7471,'_tax_class',''),(66468,7471,'_line_subtotal','0'),(66469,7471,'_line_subtotal_tax','0'),(66470,7471,'_line_total','0'),(66471,7471,'_line_tax','0'),(66472,7471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66473,7472,'method_id','fedex'),(66474,7472,'instance_id','1'),(66475,7472,'cost','26.64'),(66476,7472,'total_tax','0'),(66477,7472,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66478,7472,'Package 1','17 × 14 × 10 (in) 41.65lbs × 1'),(66479,7472,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(66480,7462,'thwma_order_shipping_status','wc-pending'),(66481,7463,'thwma_order_shipping_status','wc-pending'),(66482,7464,'thwma_order_shipping_status','wc-pending'),(66483,7465,'thwma_order_shipping_status','wc-pending'),(66484,7466,'thwma_order_shipping_status','wc-pending'),(66485,7467,'thwma_order_shipping_status','wc-pending'),(66489,7473,'_product_id','38'),(66490,7473,'_variation_id','0'),(66491,7473,'_qty','1'),(66492,7473,'_tax_class',''),(66493,7473,'_line_subtotal','174.72'),(66494,7473,'_line_subtotal_tax','0'),(66495,7473,'_line_total','174.72'),(66496,7473,'_line_tax','0'),(66497,7473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66498,7474,'_product_id','23'),(66499,7474,'_variation_id','0'),(66500,7474,'_qty','2'),(66501,7474,'_tax_class',''),(66502,7474,'_line_subtotal','143.52'),(66503,7474,'_line_subtotal_tax','0'),(66504,7474,'_line_total','143.52'),(66505,7474,'_line_tax','0'),(66506,7474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66507,7475,'_product_id','45'),(66508,7475,'_variation_id','0'),(66509,7475,'_qty','1'),(66510,7475,'_tax_class',''),(66511,7475,'_line_subtotal','42.24'),(66512,7475,'_line_subtotal_tax','0'),(66513,7475,'_line_total','42.24'),(66514,7475,'_line_tax','0'),(66515,7475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66516,7476,'_product_id','41'),(66517,7476,'_variation_id','0'),(66518,7476,'_qty','5'),(66519,7476,'_tax_class',''),(66520,7476,'_line_subtotal','332.4'),(66521,7476,'_line_subtotal_tax','0'),(66522,7476,'_line_total','332.4'),(66523,7476,'_line_tax','0'),(66524,7476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66525,7477,'_product_id','43'),(66526,7477,'_variation_id','0'),(66527,7477,'_qty','1'),(66528,7477,'_tax_class',''),(66529,7477,'_line_subtotal','79.2'),(66530,7477,'_line_subtotal_tax','0'),(66531,7477,'_line_total','79.2'),(66532,7477,'_line_tax','0'),(66533,7477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66534,7478,'_product_id','49'),(66535,7478,'_variation_id','0'),(66536,7478,'_qty','2'),(66537,7478,'_tax_class',''),(66538,7478,'_line_subtotal','158.4'),(66539,7478,'_line_subtotal_tax','0'),(66540,7478,'_line_total','158.4'),(66541,7478,'_line_tax','0'),(66542,7478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66543,7479,'_product_id','93'),(66544,7479,'_variation_id','0'),(66545,7479,'_qty','5'),(66546,7479,'_tax_class',''),(66547,7479,'_line_subtotal','0'),(66548,7479,'_line_subtotal_tax','0'),(66549,7479,'_line_total','0'),(66550,7479,'_line_tax','0'),(66551,7479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66552,7480,'method_id','free_shipping'),(66553,7480,'instance_id','2'),(66554,7480,'cost','0.00'),(66555,7480,'total_tax','0'),(66556,7480,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66557,7480,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 5'),(66558,7469,'thwma_order_shipping_status','wc-pending'),(66559,7470,'thwma_order_shipping_status','wc-pending'),(66560,7471,'thwma_order_shipping_status','wc-pending'),(66561,7481,'_product_id','23'),(66562,7481,'_variation_id','0'),(66563,7481,'_qty','2'),(66564,7481,'_tax_class',''),(66565,7481,'_line_subtotal','143.52'),(66566,7481,'_line_subtotal_tax','0'),(66567,7481,'_line_total','143.52'),(66568,7481,'_line_tax','0'),(66569,7481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66570,7482,'_product_id','38'),(66571,7482,'_variation_id','0'),(66572,7482,'_qty','2'),(66573,7482,'_tax_class',''),(66574,7482,'_line_subtotal','349.44'),(66575,7482,'_line_subtotal_tax','0'),(66576,7482,'_line_total','349.44'),(66577,7482,'_line_tax','0'),(66578,7482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66579,7483,'_product_id','490'),(66580,7483,'_variation_id','0'),(66581,7483,'_qty','5'),(66582,7483,'_tax_class',''),(66583,7483,'_line_subtotal','103.6'),(66584,7483,'_line_subtotal_tax','0'),(66585,7483,'_line_total','103.6'),(66586,7483,'_line_tax','0'),(66587,7483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66588,7484,'_product_id','488'),(66589,7484,'_variation_id','0'),(66590,7484,'_qty','1'),(66591,7484,'_tax_class',''),(66592,7484,'_line_subtotal','31.35'),(66593,7484,'_line_subtotal_tax','0'),(66594,7484,'_line_total','31.35'),(66595,7484,'_line_tax','0'),(66596,7484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66597,7485,'_product_id','131'),(66598,7485,'_variation_id','0'),(66599,7485,'_qty','4'),(66600,7485,'_tax_class',''),(66601,7485,'_line_subtotal','50.6'),(66602,7485,'_line_subtotal_tax','0'),(66603,7485,'_line_total','50.6'),(66604,7485,'_line_tax','0'),(66605,7485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66606,7486,'_product_id','41'),(66607,7486,'_variation_id','0'),(66608,7486,'_qty','3'),(66609,7486,'_tax_class',''),(66610,7486,'_line_subtotal','199.44'),(66611,7486,'_line_subtotal_tax','0'),(66612,7486,'_line_total','199.44'),(66613,7486,'_line_tax','0'),(66614,7486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66615,7487,'_product_id','133'),(66616,7487,'_variation_id','0'),(66617,7487,'_qty','1'),(66618,7487,'_tax_class',''),(66619,7487,'_line_subtotal','14.3'),(66620,7487,'_line_subtotal_tax','0'),(66621,7487,'_line_total','14.3'),(66622,7487,'_line_tax','0'),(66623,7487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66624,7488,'_product_id','43'),(66625,7488,'_variation_id','0'),(66626,7488,'_qty','1'),(66627,7488,'_tax_class',''),(66628,7488,'_line_subtotal','79.2'),(66629,7488,'_line_subtotal_tax','0'),(66630,7488,'_line_total','79.2'),(66631,7488,'_line_tax','0'),(66632,7488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66633,7489,'_product_id','49'),(66634,7489,'_variation_id','0'),(66635,7489,'_qty','1'),(66636,7489,'_tax_class',''),(66637,7489,'_line_subtotal','79.2'),(66638,7489,'_line_subtotal_tax','0'),(66639,7489,'_line_total','79.2'),(66640,7489,'_line_tax','0'),(66641,7489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66642,7490,'method_id','free_shipping'),(66643,7490,'instance_id','2'),(66644,7490,'cost','0.00'),(66645,7490,'total_tax','0'),(66646,7490,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66647,7490,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 4, Professional Lice Comb(Case of 12) &times; 3, Disposable Head Bands &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(66655,7473,'thwma_order_shipping_status','wc-pending'),(66656,7474,'thwma_order_shipping_status','wc-pending'),(66657,7475,'thwma_order_shipping_status','wc-pending'),(66658,7476,'thwma_order_shipping_status','wc-pending'),(66659,7477,'thwma_order_shipping_status','wc-pending'),(66660,7478,'thwma_order_shipping_status','wc-pending'),(66661,7479,'thwma_order_shipping_status','wc-pending'),(66671,7481,'thwma_order_shipping_status','wc-pending'),(66672,7482,'thwma_order_shipping_status','wc-pending'),(66673,7483,'thwma_order_shipping_status','wc-pending'),(66674,7484,'thwma_order_shipping_status','wc-pending'),(66675,7485,'thwma_order_shipping_status','wc-pending'),(66676,7486,'thwma_order_shipping_status','wc-pending'),(66677,7487,'thwma_order_shipping_status','wc-pending'),(66678,7488,'thwma_order_shipping_status','wc-pending'),(66679,7489,'thwma_order_shipping_status','wc-pending'),(66680,7491,'_product_id','23'),(66681,7491,'_variation_id','0'),(66682,7491,'_qty','3'),(66683,7491,'_tax_class',''),(66684,7491,'_line_subtotal','215.28'),(66685,7491,'_line_subtotal_tax','0'),(66686,7491,'_line_total','215.28'),(66687,7491,'_line_tax','0'),(66688,7491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66689,7492,'_product_id','38'),(66690,7492,'_variation_id','0'),(66691,7492,'_qty','1'),(66692,7492,'_tax_class',''),(66693,7492,'_line_subtotal','174.72'),(66694,7492,'_line_subtotal_tax','0'),(66695,7492,'_line_total','174.72'),(66696,7492,'_line_tax','0'),(66697,7492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66698,7493,'_product_id','45'),(66699,7493,'_variation_id','0'),(66700,7493,'_qty','3'),(66701,7493,'_tax_class',''),(66702,7493,'_line_subtotal','126.72'),(66703,7493,'_line_subtotal_tax','0'),(66704,7493,'_line_total','126.72'),(66705,7493,'_line_tax','0'),(66706,7493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66707,7494,'_product_id','41'),(66708,7494,'_variation_id','0'),(66709,7494,'_qty','2'),(66710,7494,'_tax_class',''),(66711,7494,'_line_subtotal','132.96'),(66712,7494,'_line_subtotal_tax','0'),(66713,7494,'_line_total','132.96'),(66714,7494,'_line_tax','0'),(66715,7494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66716,7495,'_product_id','116'),(66717,7495,'_variation_id','0'),(66718,7495,'_qty','1'),(66719,7495,'_tax_class',''),(66720,7495,'_line_subtotal','145.44'),(66721,7495,'_line_subtotal_tax','0'),(66722,7495,'_line_total','145.44'),(66723,7495,'_line_tax','0'),(66724,7495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66725,7496,'_product_id','44'),(66726,7496,'_variation_id','0'),(66727,7496,'_qty','2'),(66728,7496,'_tax_class',''),(66729,7496,'_line_subtotal','232.32'),(66730,7496,'_line_subtotal_tax','0'),(66731,7496,'_line_total','232.32'),(66732,7496,'_line_tax','0'),(66733,7496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66734,7497,'_product_id','49'),(66735,7497,'_variation_id','0'),(66736,7497,'_qty','2'),(66737,7497,'_tax_class',''),(66738,7497,'_line_subtotal','158.4'),(66739,7497,'_line_subtotal_tax','0'),(66740,7497,'_line_total','158.4'),(66741,7497,'_line_tax','0'),(66742,7497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66743,7498,'_product_id','43'),(66744,7498,'_variation_id','0'),(66745,7498,'_qty','1'),(66746,7498,'_tax_class',''),(66747,7498,'_line_subtotal','79.2'),(66748,7498,'_line_subtotal_tax','0'),(66749,7498,'_line_total','79.2'),(66750,7498,'_line_tax','0'),(66751,7498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66752,7499,'_product_id','95'),(66753,7499,'_variation_id','0'),(66754,7499,'_qty','1'),(66755,7499,'_tax_class',''),(66756,7499,'_line_subtotal','0'),(66757,7499,'_line_subtotal_tax','0'),(66758,7499,'_line_total','0'),(66759,7499,'_line_tax','0'),(66760,7499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66761,7500,'_product_id','93'),(66762,7500,'_variation_id','0'),(66763,7500,'_qty','9'),(66764,7500,'_tax_class',''),(66765,7500,'_line_subtotal','0'),(66766,7500,'_line_subtotal_tax','0'),(66767,7500,'_line_total','0'),(66768,7500,'_line_tax','0'),(66769,7500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66770,7501,'_product_id','97'),(66771,7501,'_variation_id','0'),(66772,7501,'_qty','1'),(66773,7501,'_tax_class',''),(66774,7501,'_line_subtotal','0'),(66775,7501,'_line_subtotal_tax','0'),(66776,7501,'_line_total','0'),(66777,7501,'_line_tax','0'),(66778,7501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66779,7502,'_product_id','99'),(66780,7502,'_variation_id','0'),(66781,7502,'_qty','1'),(66782,7502,'_tax_class',''),(66783,7502,'_line_subtotal','0'),(66784,7502,'_line_subtotal_tax','0'),(66785,7502,'_line_total','0'),(66786,7502,'_line_tax','0'),(66787,7502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66788,7503,'_product_id','133'),(66789,7503,'_variation_id','0'),(66790,7503,'_qty','2'),(66791,7503,'_tax_class',''),(66792,7503,'_line_subtotal','28.6'),(66793,7503,'_line_subtotal_tax','0'),(66794,7503,'_line_total','28.6'),(66795,7503,'_line_tax','0'),(66796,7503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66797,7504,'method_id','free_shipping'),(66798,7504,'instance_id','2'),(66799,7504,'cost','0.00'),(66800,7504,'total_tax','0'),(66801,7504,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66802,7504,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 &times; 1, Bulk Active Rinse 100% &times; 9, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Disposable Head Bands &times; 2'),(66816,7505,'_product_id','23'),(66817,7505,'_variation_id','0'),(66818,7505,'_qty','2'),(66819,7505,'_tax_class',''),(66820,7505,'_line_subtotal','143.52'),(66821,7505,'_line_subtotal_tax','0'),(66822,7505,'_line_total','143.52'),(66823,7505,'_line_tax','0'),(66824,7505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66825,7506,'_product_id','38'),(66826,7506,'_variation_id','0'),(66827,7506,'_qty','1'),(66828,7506,'_tax_class',''),(66829,7506,'_line_subtotal','174.72'),(66830,7506,'_line_subtotal_tax','0'),(66831,7506,'_line_total','174.72'),(66832,7506,'_line_tax','0'),(66833,7506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66834,7507,'_product_id','49'),(66835,7507,'_variation_id','0'),(66836,7507,'_qty','2'),(66837,7507,'_tax_class',''),(66838,7507,'_line_subtotal','158.4'),(66839,7507,'_line_subtotal_tax','0'),(66840,7507,'_line_total','158.4'),(66841,7507,'_line_tax','0'),(66842,7507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66843,7508,'_product_id','490'),(66844,7508,'_variation_id','0'),(66845,7508,'_qty','4'),(66846,7508,'_tax_class',''),(66847,7508,'_line_subtotal','82.88'),(66848,7508,'_line_subtotal_tax','0'),(66849,7508,'_line_total','82.88'),(66850,7508,'_line_tax','0'),(66851,7508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66852,7509,'method_id','free_shipping'),(66853,7509,'instance_id','2'),(66854,7509,'cost','0.00'),(66855,7509,'total_tax','0'),(66856,7509,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66857,7509,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(66858,7510,'_product_id','23'),(66859,7510,'_variation_id','0'),(66860,7510,'_qty','2'),(66861,7510,'_tax_class',''),(66862,7510,'_line_subtotal','143.52'),(66863,7510,'_line_subtotal_tax','0'),(66864,7510,'_line_total','143.52'),(66865,7510,'_line_tax','0'),(66866,7510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66867,7511,'_product_id','38'),(66868,7511,'_variation_id','0'),(66869,7511,'_qty','2'),(66870,7511,'_tax_class',''),(66871,7511,'_line_subtotal','349.44'),(66872,7511,'_line_subtotal_tax','0'),(66873,7511,'_line_total','349.44'),(66874,7511,'_line_tax','0'),(66875,7511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66876,7512,'_product_id','41'),(66877,7512,'_variation_id','0'),(66878,7512,'_qty','2'),(66879,7512,'_tax_class',''),(66880,7512,'_line_subtotal','132.96'),(66881,7512,'_line_subtotal_tax','0'),(66882,7512,'_line_total','132.96'),(66883,7512,'_line_tax','0'),(66884,7512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66885,7513,'_product_id','120'),(66886,7513,'_variation_id','0'),(66887,7513,'_qty','1'),(66888,7513,'_tax_class',''),(66889,7513,'_line_subtotal','52.8'),(66890,7513,'_line_subtotal_tax','0'),(66891,7513,'_line_total','52.8'),(66892,7513,'_line_tax','0'),(66893,7513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66894,7514,'_product_id','43'),(66895,7514,'_variation_id','0'),(66896,7514,'_qty','1'),(66897,7514,'_tax_class',''),(66898,7514,'_line_subtotal','79.2'),(66899,7514,'_line_subtotal_tax','0'),(66900,7514,'_line_total','79.2'),(66901,7514,'_line_tax','0'),(66902,7514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66903,7515,'_product_id','39'),(66904,7515,'_variation_id','0'),(66905,7515,'_qty','1'),(66906,7515,'_tax_class',''),(66907,7515,'_line_subtotal','79.2'),(66908,7515,'_line_subtotal_tax','0'),(66909,7515,'_line_total','79.2'),(66910,7515,'_line_tax','0'),(66911,7515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66912,7516,'_product_id','93'),(66913,7516,'_variation_id','0'),(66914,7516,'_qty','10'),(66915,7516,'_tax_class',''),(66916,7516,'_line_subtotal','0'),(66917,7516,'_line_subtotal_tax','0'),(66918,7516,'_line_total','0'),(66919,7516,'_line_tax','0'),(66920,7516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66921,7517,'method_id','free_shipping'),(66922,7517,'instance_id','2'),(66923,7517,'cost','0.00'),(66924,7517,'total_tax','0'),(66925,7517,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66926,7517,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(66927,7518,'_product_id','490'),(66928,7518,'_variation_id','0'),(66929,7518,'_qty','3'),(66930,7518,'_tax_class',''),(66931,7518,'_line_subtotal','62.16'),(66932,7518,'_line_subtotal_tax','0'),(66933,7518,'_line_total','62.16'),(66934,7518,'_line_tax','0'),(66935,7518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66936,7519,'_product_id','23'),(66937,7519,'_variation_id','0'),(66938,7519,'_qty','2'),(66939,7519,'_tax_class',''),(66940,7519,'_line_subtotal','143.52'),(66941,7519,'_line_subtotal_tax','0'),(66942,7519,'_line_total','143.52'),(66943,7519,'_line_tax','0'),(66944,7519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66945,7520,'_product_id','38'),(66946,7520,'_variation_id','0'),(66947,7520,'_qty','1'),(66948,7520,'_tax_class',''),(66949,7520,'_line_subtotal','174.72'),(66950,7520,'_line_subtotal_tax','0'),(66951,7520,'_line_total','174.72'),(66952,7520,'_line_tax','0'),(66953,7520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66954,7521,'_product_id','38'),(66955,7521,'_variation_id','0'),(66956,7521,'_qty','1'),(66957,7521,'_tax_class',''),(66958,7521,'_line_subtotal','174.72'),(66959,7521,'_line_subtotal_tax','0'),(66960,7521,'_line_total','174.72'),(66961,7521,'_line_tax','0'),(66962,7521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66963,7522,'method_id','free_shipping'),(66964,7522,'instance_id','2'),(66965,7522,'cost','0.00'),(66966,7522,'total_tax','0'),(66967,7522,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(66968,7522,'Items','Bulk Active Rinse 100% RM &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(66969,7505,'thwma_order_shipping_status','wc-pending'),(66970,7506,'thwma_order_shipping_status','wc-pending'),(66971,7507,'thwma_order_shipping_status','wc-pending'),(66972,7508,'thwma_order_shipping_status','wc-pending'),(66973,7491,'thwma_order_shipping_status','wc-pending'),(66974,7492,'thwma_order_shipping_status','wc-pending'),(66975,7493,'thwma_order_shipping_status','wc-pending'),(66976,7494,'thwma_order_shipping_status','wc-pending'),(66977,7495,'thwma_order_shipping_status','wc-pending'),(66978,7496,'thwma_order_shipping_status','wc-pending'),(66979,7497,'thwma_order_shipping_status','wc-pending'),(66980,7498,'thwma_order_shipping_status','wc-pending'),(66981,7499,'thwma_order_shipping_status','wc-pending'),(66982,7500,'thwma_order_shipping_status','wc-pending'),(66983,7501,'thwma_order_shipping_status','wc-pending'),(66984,7502,'thwma_order_shipping_status','wc-pending'),(66985,7503,'thwma_order_shipping_status','wc-pending'),(66986,7523,'_product_id','38'),(66987,7523,'_variation_id','0'),(66988,7523,'_qty','1'),(66989,7523,'_tax_class',''),(66990,7523,'_line_subtotal','174.72'),(66991,7523,'_line_subtotal_tax','0'),(66992,7523,'_line_total','174.72'),(66993,7523,'_line_tax','0'),(66994,7523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(66995,7524,'_product_id','23'),(66996,7524,'_variation_id','0'),(66997,7524,'_qty','1'),(66998,7524,'_tax_class',''),(66999,7524,'_line_subtotal','71.76'),(67000,7524,'_line_subtotal_tax','0'),(67001,7524,'_line_total','71.76'),(67002,7524,'_line_tax','0'),(67003,7524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67004,7525,'_product_id','41'),(67005,7525,'_variation_id','0'),(67006,7525,'_qty','3'),(67007,7525,'_tax_class',''),(67008,7525,'_line_subtotal','199.44'),(67009,7525,'_line_subtotal_tax','0'),(67010,7525,'_line_total','199.44'),(67011,7525,'_line_tax','0'),(67012,7525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67013,7526,'_product_id','120'),(67014,7526,'_variation_id','0'),(67015,7526,'_qty','1'),(67016,7526,'_tax_class',''),(67017,7526,'_line_subtotal','52.8'),(67018,7526,'_line_subtotal_tax','0'),(67019,7526,'_line_total','52.8'),(67020,7526,'_line_tax','0'),(67021,7526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67022,7527,'_product_id','43'),(67023,7527,'_variation_id','0'),(67024,7527,'_qty','3'),(67025,7527,'_tax_class',''),(67026,7527,'_line_subtotal','237.6'),(67027,7527,'_line_subtotal_tax','0'),(67028,7527,'_line_total','237.6'),(67029,7527,'_line_tax','0'),(67030,7527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67031,7528,'_product_id','490'),(67032,7528,'_variation_id','0'),(67033,7528,'_qty','10'),(67034,7528,'_tax_class',''),(67035,7528,'_line_subtotal','207.2'),(67036,7528,'_line_subtotal_tax','0'),(67037,7528,'_line_total','207.2'),(67038,7528,'_line_tax','0'),(67039,7528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67040,7529,'_product_id','133'),(67041,7529,'_variation_id','0'),(67042,7529,'_qty','6'),(67043,7529,'_tax_class',''),(67044,7529,'_line_subtotal','85.8'),(67045,7529,'_line_subtotal_tax','0'),(67046,7529,'_line_total','85.8'),(67047,7529,'_line_tax','0'),(67048,7529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67049,7530,'method_id','free_shipping'),(67050,7530,'instance_id','2'),(67051,7530,'cost','0.00'),(67052,7530,'total_tax','0'),(67053,7530,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67054,7530,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 6'),(67055,7531,'_product_id','490'),(67056,7531,'_variation_id','0'),(67057,7531,'_qty','10'),(67058,7531,'_tax_class',''),(67059,7531,'_line_subtotal','207.2'),(67060,7531,'_line_subtotal_tax','0'),(67061,7531,'_line_total','207.2'),(67062,7531,'_line_tax','0'),(67063,7531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67064,7532,'_product_id','488'),(67065,7532,'_variation_id','0'),(67066,7532,'_qty','1'),(67067,7532,'_tax_class',''),(67068,7532,'_line_subtotal','31.35'),(67069,7532,'_line_subtotal_tax','0'),(67070,7532,'_line_total','31.35'),(67071,7532,'_line_tax','0'),(67072,7532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67073,7533,'_product_id','487'),(67074,7533,'_variation_id','0'),(67075,7533,'_qty','1'),(67076,7533,'_tax_class',''),(67077,7533,'_line_subtotal','31.35'),(67078,7533,'_line_subtotal_tax','0'),(67079,7533,'_line_total','31.35'),(67080,7533,'_line_tax','0'),(67081,7533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67082,7534,'_product_id','38'),(67083,7534,'_variation_id','0'),(67084,7534,'_qty','1'),(67085,7534,'_tax_class',''),(67086,7534,'_line_subtotal','174.72'),(67087,7534,'_line_subtotal_tax','0'),(67088,7534,'_line_total','174.72'),(67089,7534,'_line_tax','0'),(67090,7534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67091,7535,'_product_id','39'),(67092,7535,'_variation_id','0'),(67093,7535,'_qty','1'),(67094,7535,'_tax_class',''),(67095,7535,'_line_subtotal','79.2'),(67096,7535,'_line_subtotal_tax','0'),(67097,7535,'_line_total','79.2'),(67098,7535,'_line_tax','0'),(67099,7535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67100,7536,'_product_id','43'),(67101,7536,'_variation_id','0'),(67102,7536,'_qty','1'),(67103,7536,'_tax_class',''),(67104,7536,'_line_subtotal','79.2'),(67105,7536,'_line_subtotal_tax','0'),(67106,7536,'_line_total','79.2'),(67107,7536,'_line_tax','0'),(67108,7536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67109,7537,'_product_id','43'),(67110,7537,'_variation_id','0'),(67111,7537,'_qty','1'),(67112,7537,'_tax_class',''),(67113,7537,'_line_subtotal','79.2'),(67114,7537,'_line_subtotal_tax','0'),(67115,7537,'_line_total','79.2'),(67116,7537,'_line_tax','0'),(67117,7537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67118,7538,'method_id','free_shipping'),(67119,7538,'instance_id','2'),(67120,7538,'cost','0.00'),(67121,7538,'total_tax','0'),(67122,7538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67123,7538,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(67124,7539,'_product_id','490'),(67125,7539,'_variation_id','0'),(67126,7539,'_qty','6'),(67127,7539,'_tax_class',''),(67128,7539,'_line_subtotal','124.32'),(67129,7539,'_line_subtotal_tax','0'),(67130,7539,'_line_total','124.32'),(67131,7539,'_line_tax','0'),(67132,7539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67133,7540,'_product_id','23'),(67134,7540,'_variation_id','0'),(67135,7540,'_qty','2'),(67136,7540,'_tax_class',''),(67137,7540,'_line_subtotal','143.52'),(67138,7540,'_line_subtotal_tax','0'),(67139,7540,'_line_total','143.52'),(67140,7540,'_line_tax','0'),(67141,7540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67142,7541,'_product_id','41'),(67143,7541,'_variation_id','0'),(67144,7541,'_qty','1'),(67145,7541,'_tax_class',''),(67146,7541,'_line_subtotal','66.48'),(67147,7541,'_line_subtotal_tax','0'),(67148,7541,'_line_total','66.48'),(67149,7541,'_line_tax','0'),(67150,7541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67151,7542,'_product_id','118'),(67152,7542,'_variation_id','0'),(67153,7542,'_qty','1'),(67154,7542,'_tax_class',''),(67155,7542,'_line_subtotal','184.8'),(67156,7542,'_line_subtotal_tax','0'),(67157,7542,'_line_total','184.8'),(67158,7542,'_line_tax','0'),(67159,7542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67160,7543,'_product_id','43'),(67161,7543,'_variation_id','0'),(67162,7543,'_qty','1'),(67163,7543,'_tax_class',''),(67164,7543,'_line_subtotal','79.2'),(67165,7543,'_line_subtotal_tax','0'),(67166,7543,'_line_total','79.2'),(67167,7543,'_line_tax','0'),(67168,7543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67169,7544,'_product_id','44'),(67170,7544,'_variation_id','0'),(67171,7544,'_qty','1'),(67172,7544,'_tax_class',''),(67173,7544,'_line_subtotal','116.16'),(67174,7544,'_line_subtotal_tax','0'),(67175,7544,'_line_total','116.16'),(67176,7544,'_line_tax','0'),(67177,7544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67178,7545,'_product_id','487'),(67179,7545,'_variation_id','0'),(67180,7545,'_qty','1'),(67181,7545,'_tax_class',''),(67182,7545,'_line_subtotal','31.35'),(67183,7545,'_line_subtotal_tax','0'),(67184,7545,'_line_total','31.35'),(67185,7545,'_line_tax','0'),(67186,7545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67187,7546,'_product_id','116'),(67188,7546,'_variation_id','0'),(67189,7546,'_qty','1'),(67190,7546,'_tax_class',''),(67191,7546,'_line_subtotal','145.44'),(67192,7546,'_line_subtotal_tax','0'),(67193,7546,'_line_total','145.44'),(67194,7546,'_line_tax','0'),(67195,7546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67196,7547,'method_id','fedex'),(67197,7547,'instance_id','1'),(67198,7547,'cost','41.09'),(67199,7547,'total_tax','0'),(67200,7547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67201,7547,'Package 1','17 × 14 × 10 (in) 28.35lbs × 1'),(67202,7547,'Package 2','17 × 14 × 10 (in) 41.95lbs × 1'),(67203,7547,'Package 3','11.25 × 8.75 × 7.75 (in) 12.19lbs × 1'),(67215,7518,'thwma_order_shipping_status','wc-pending'),(67216,7519,'thwma_order_shipping_status','wc-pending'),(67217,7520,'thwma_order_shipping_status','wc-pending'),(67218,7521,'thwma_order_shipping_status','wc-pending'),(67219,7531,'thwma_order_shipping_status','wc-pending'),(67220,7532,'thwma_order_shipping_status','wc-pending'),(67221,7533,'thwma_order_shipping_status','wc-pending'),(67222,7534,'thwma_order_shipping_status','wc-pending'),(67223,7535,'thwma_order_shipping_status','wc-pending'),(67224,7536,'thwma_order_shipping_status','wc-pending'),(67225,7537,'thwma_order_shipping_status','wc-pending'),(67226,7539,'thwma_order_shipping_status','wc-pending'),(67227,7540,'thwma_order_shipping_status','wc-pending'),(67228,7541,'thwma_order_shipping_status','wc-pending'),(67229,7542,'thwma_order_shipping_status','wc-pending'),(67230,7543,'thwma_order_shipping_status','wc-pending'),(67231,7544,'thwma_order_shipping_status','wc-pending'),(67232,7545,'thwma_order_shipping_status','wc-pending'),(67233,7546,'thwma_order_shipping_status','wc-pending'),(67321,7558,'_product_id','23'),(67322,7558,'_variation_id','0'),(67323,7558,'_qty','1'),(67324,7558,'_tax_class',''),(67325,7558,'_line_subtotal','71.76'),(67326,7558,'_line_subtotal_tax','0'),(67327,7558,'_line_total','71.76'),(67328,7558,'_line_tax','0'),(67329,7558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67330,7559,'_product_id','490'),(67331,7559,'_variation_id','0'),(67332,7559,'_qty','4'),(67333,7559,'_tax_class',''),(67334,7559,'_line_subtotal','82.88'),(67335,7559,'_line_subtotal_tax','0'),(67336,7559,'_line_total','82.88'),(67337,7559,'_line_tax','0'),(67338,7559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67339,7560,'_product_id','44'),(67340,7560,'_variation_id','0'),(67341,7560,'_qty','1'),(67342,7560,'_tax_class',''),(67343,7560,'_line_subtotal','116.16'),(67344,7560,'_line_subtotal_tax','0'),(67345,7560,'_line_total','116.16'),(67346,7560,'_line_tax','0'),(67347,7560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67348,7561,'method_id','fedex'),(67349,7561,'instance_id','1'),(67350,7561,'cost','13.80'),(67351,7561,'total_tax','0'),(67352,7561,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67353,7561,'Package 1','17 × 14 × 10 (in) 28.45lbs × 1'),(67361,7523,'thwma_order_shipping_status','wc-pending'),(67362,7524,'thwma_order_shipping_status','wc-pending'),(67363,7525,'thwma_order_shipping_status','wc-pending'),(67364,7526,'thwma_order_shipping_status','wc-pending'),(67365,7527,'thwma_order_shipping_status','wc-pending'),(67366,7528,'thwma_order_shipping_status','wc-pending'),(67367,7529,'thwma_order_shipping_status','wc-pending'),(67368,7562,'_product_id','23'),(67369,7562,'_variation_id','0'),(67370,7562,'_qty','2'),(67371,7562,'_tax_class',''),(67372,7562,'_line_subtotal','143.52'),(67373,7562,'_line_subtotal_tax','0'),(67374,7562,'_line_total','143.52'),(67375,7562,'_line_tax','0'),(67376,7562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67377,7563,'_product_id','38'),(67378,7563,'_variation_id','0'),(67379,7563,'_qty','1'),(67380,7563,'_tax_class',''),(67381,7563,'_line_subtotal','174.72'),(67382,7563,'_line_subtotal_tax','0'),(67383,7563,'_line_total','174.72'),(67384,7563,'_line_tax','0'),(67385,7563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67386,7564,'_product_id','490'),(67387,7564,'_variation_id','0'),(67388,7564,'_qty','10'),(67389,7564,'_tax_class',''),(67390,7564,'_line_subtotal','207.2'),(67391,7564,'_line_subtotal_tax','0'),(67392,7564,'_line_total','207.2'),(67393,7564,'_line_tax','0'),(67394,7564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67395,7565,'_product_id','488'),(67396,7565,'_variation_id','0'),(67397,7565,'_qty','1'),(67398,7565,'_tax_class',''),(67399,7565,'_line_subtotal','31.35'),(67400,7565,'_line_subtotal_tax','0'),(67401,7565,'_line_total','31.35'),(67402,7565,'_line_tax','0'),(67403,7565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67404,7566,'_product_id','131'),(67405,7566,'_variation_id','0'),(67406,7566,'_qty','4'),(67407,7566,'_tax_class',''),(67408,7566,'_line_subtotal','50.6'),(67409,7566,'_line_subtotal_tax','0'),(67410,7566,'_line_total','50.6'),(67411,7566,'_line_tax','0'),(67412,7566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67413,7567,'_product_id','41'),(67414,7567,'_variation_id','0'),(67415,7567,'_qty','2'),(67416,7567,'_tax_class',''),(67417,7567,'_line_subtotal','132.96'),(67418,7567,'_line_subtotal_tax','0'),(67419,7567,'_line_total','132.96'),(67420,7567,'_line_tax','0'),(67421,7567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67422,7568,'_product_id','133'),(67423,7568,'_variation_id','0'),(67424,7568,'_qty','4'),(67425,7568,'_tax_class',''),(67426,7568,'_line_subtotal','57.2'),(67427,7568,'_line_subtotal_tax','0'),(67428,7568,'_line_total','57.2'),(67429,7568,'_line_tax','0'),(67430,7568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67431,7569,'_product_id','43'),(67432,7569,'_variation_id','0'),(67433,7569,'_qty','1'),(67434,7569,'_tax_class',''),(67435,7569,'_line_subtotal','79.2'),(67436,7569,'_line_subtotal_tax','0'),(67437,7569,'_line_total','79.2'),(67438,7569,'_line_tax','0'),(67439,7569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67440,7570,'method_id','free_shipping'),(67441,7570,'instance_id','2'),(67442,7570,'cost','0.00'),(67443,7570,'total_tax','0'),(67444,7570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67445,7570,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 4, Professional Lice Comb(Case of 12) &times; 2, Disposable Head Bands &times; 4, Preventive Spray 8oz(Case of 12) &times; 1'),(67446,7571,'_product_id','45'),(67447,7571,'_variation_id','0'),(67448,7571,'_qty','1'),(67449,7571,'_tax_class',''),(67450,7571,'_line_subtotal','42.24'),(67451,7571,'_line_subtotal_tax','0'),(67452,7571,'_line_total','42.24'),(67453,7571,'_line_tax','0'),(67454,7571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67455,7572,'_product_id','41'),(67456,7572,'_variation_id','0'),(67457,7572,'_qty','1'),(67458,7572,'_tax_class',''),(67459,7572,'_line_subtotal','66.48'),(67460,7572,'_line_subtotal_tax','0'),(67461,7572,'_line_total','66.48'),(67462,7572,'_line_tax','0'),(67463,7572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67464,7573,'_product_id','43'),(67465,7573,'_variation_id','0'),(67466,7573,'_qty','3'),(67467,7573,'_tax_class',''),(67468,7573,'_line_subtotal','237.6'),(67469,7573,'_line_subtotal_tax','0'),(67470,7573,'_line_total','237.6'),(67471,7573,'_line_tax','0'),(67472,7573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67473,7574,'_product_id','44'),(67474,7574,'_variation_id','0'),(67475,7574,'_qty','1'),(67476,7574,'_tax_class',''),(67477,7574,'_line_subtotal','116.16'),(67478,7574,'_line_subtotal_tax','0'),(67479,7574,'_line_total','116.16'),(67480,7574,'_line_tax','0'),(67481,7574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67482,7575,'_product_id','23'),(67483,7575,'_variation_id','0'),(67484,7575,'_qty','1'),(67485,7575,'_tax_class',''),(67486,7575,'_line_subtotal','71.76'),(67487,7575,'_line_subtotal_tax','0'),(67488,7575,'_line_total','71.76'),(67489,7575,'_line_tax','0'),(67490,7575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67491,7576,'method_id','free_shipping'),(67492,7576,'instance_id','2'),(67493,7576,'cost','0.00'),(67494,7576,'total_tax','0'),(67495,7576,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67496,7576,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(67497,7577,'_product_id','45'),(67498,7577,'_variation_id','0'),(67499,7577,'_qty','1'),(67500,7577,'_tax_class',''),(67501,7577,'_line_subtotal','42.24'),(67502,7577,'_line_subtotal_tax','0'),(67503,7577,'_line_total','42.24'),(67504,7577,'_line_tax','0'),(67505,7577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67506,7578,'_product_id','41'),(67507,7578,'_variation_id','0'),(67508,7578,'_qty','1'),(67509,7578,'_tax_class',''),(67510,7578,'_line_subtotal','66.48'),(67511,7578,'_line_subtotal_tax','0'),(67512,7578,'_line_total','66.48'),(67513,7578,'_line_tax','0'),(67514,7578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67515,7579,'_product_id','49'),(67516,7579,'_variation_id','0'),(67517,7579,'_qty','2'),(67518,7579,'_tax_class',''),(67519,7579,'_line_subtotal','158.4'),(67520,7579,'_line_subtotal_tax','0'),(67521,7579,'_line_total','158.4'),(67522,7579,'_line_tax','0'),(67523,7579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67524,7580,'method_id','fedex'),(67525,7580,'instance_id','1'),(67526,7580,'cost','25.29'),(67527,7580,'total_tax','0'),(67528,7580,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67529,7580,'Package 1','17 × 14 × 10 (in) 26.5lbs × 1'),(67530,7558,'thwma_order_shipping_status','wc-pending'),(67531,7559,'thwma_order_shipping_status','wc-pending'),(67532,7560,'thwma_order_shipping_status','wc-pending'),(67533,7571,'thwma_order_shipping_status','wc-pending'),(67534,7572,'thwma_order_shipping_status','wc-pending'),(67535,7573,'thwma_order_shipping_status','wc-pending'),(67536,7574,'thwma_order_shipping_status','wc-pending'),(67537,7575,'thwma_order_shipping_status','wc-pending'),(67538,7581,'_product_id','93'),(67539,7581,'_variation_id','0'),(67540,7581,'_qty','10'),(67541,7581,'_tax_class',''),(67542,7581,'_line_subtotal','0'),(67543,7581,'_line_subtotal_tax','0'),(67544,7581,'_line_total','0'),(67545,7581,'_line_tax','0'),(67546,7581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67547,7582,'method_id','fedex'),(67548,7582,'instance_id','1'),(67549,7582,'cost','10.46'),(67550,7582,'total_tax','0'),(67551,7582,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67552,7582,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(67553,7583,'_product_id','23'),(67554,7583,'_variation_id','0'),(67555,7583,'_qty','4'),(67556,7583,'_tax_class',''),(67557,7583,'_line_subtotal','287.04'),(67558,7583,'_line_subtotal_tax','0'),(67559,7583,'_line_total','287.04'),(67560,7583,'_line_tax','0'),(67561,7583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67562,7584,'_product_id','41'),(67563,7584,'_variation_id','0'),(67564,7584,'_qty','3'),(67565,7584,'_tax_class',''),(67566,7584,'_line_subtotal','199.44'),(67567,7584,'_line_subtotal_tax','0'),(67568,7584,'_line_total','199.44'),(67569,7584,'_line_tax','0'),(67570,7584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67571,7585,'_product_id','43'),(67572,7585,'_variation_id','0'),(67573,7585,'_qty','3'),(67574,7585,'_tax_class',''),(67575,7585,'_line_subtotal','237.6'),(67576,7585,'_line_subtotal_tax','0'),(67577,7585,'_line_total','237.6'),(67578,7585,'_line_tax','0'),(67579,7585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67580,7586,'_product_id','490'),(67581,7586,'_variation_id','0'),(67582,7586,'_qty','8'),(67583,7586,'_tax_class',''),(67584,7586,'_line_subtotal','165.76'),(67585,7586,'_line_subtotal_tax','0'),(67586,7586,'_line_total','165.76'),(67587,7586,'_line_tax','0'),(67588,7586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67589,7587,'_product_id','488'),(67590,7587,'_variation_id','0'),(67591,7587,'_qty','3'),(67592,7587,'_tax_class',''),(67593,7587,'_line_subtotal','94.05'),(67594,7587,'_line_subtotal_tax','0'),(67595,7587,'_line_total','94.05'),(67596,7587,'_line_tax','0'),(67597,7587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67598,7588,'method_id','free_shipping'),(67599,7588,'instance_id','2'),(67600,7588,'cost','0.00'),(67601,7588,'total_tax','0'),(67602,7588,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67603,7588,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 3'),(67604,7510,'thwma_order_shipping_status','wc-pending'),(67605,7511,'thwma_order_shipping_status','wc-pending'),(67606,7512,'thwma_order_shipping_status','wc-pending'),(67607,7513,'thwma_order_shipping_status','wc-pending'),(67608,7514,'thwma_order_shipping_status','wc-pending'),(67609,7515,'thwma_order_shipping_status','wc-pending'),(67610,7516,'thwma_order_shipping_status','wc-pending'),(67611,7577,'thwma_order_shipping_status','wc-pending'),(67612,7578,'thwma_order_shipping_status','wc-pending'),(67613,7579,'thwma_order_shipping_status','wc-pending'),(67614,7589,'_product_id','490'),(67615,7589,'_variation_id','0'),(67616,7589,'_qty','4'),(67617,7589,'_tax_class',''),(67618,7589,'_line_subtotal','82.88'),(67619,7589,'_line_subtotal_tax','0'),(67620,7589,'_line_total','82.88'),(67621,7589,'_line_tax','0'),(67622,7589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67623,7590,'_product_id','148'),(67624,7590,'_variation_id','0'),(67625,7590,'_qty','6'),(67626,7590,'_tax_class',''),(67627,7590,'_line_subtotal','49.5'),(67628,7590,'_line_subtotal_tax','0'),(67629,7590,'_line_total','49.5'),(67630,7590,'_line_tax','0'),(67631,7590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67632,7591,'_product_id','137'),(67633,7591,'_variation_id','0'),(67634,7591,'_qty','4'),(67635,7591,'_tax_class',''),(67636,7591,'_line_subtotal','24.2'),(67637,7591,'_line_subtotal_tax','0'),(67638,7591,'_line_total','24.2'),(67639,7591,'_line_tax','0'),(67640,7591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67641,7592,'method_id','fedex'),(67642,7592,'instance_id','1'),(67643,7592,'cost','12.56'),(67644,7592,'total_tax','0'),(67645,7592,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67646,7592,'Package 1','17 × 14 × 10 (in) 11.8lbs × 1'),(67647,7593,'_product_id','23'),(67648,7593,'_variation_id','0'),(67649,7593,'_qty','3'),(67650,7593,'_tax_class',''),(67651,7593,'_line_subtotal','215.28'),(67652,7593,'_line_subtotal_tax','0'),(67653,7593,'_line_total','215.28'),(67654,7593,'_line_tax','0'),(67655,7593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67656,7594,'_product_id','38'),(67657,7594,'_variation_id','0'),(67658,7594,'_qty','2'),(67659,7594,'_tax_class',''),(67660,7594,'_line_subtotal','349.44'),(67661,7594,'_line_subtotal_tax','0'),(67662,7594,'_line_total','349.44'),(67663,7594,'_line_tax','0'),(67664,7594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67665,7595,'_product_id','45'),(67666,7595,'_variation_id','0'),(67667,7595,'_qty','1'),(67668,7595,'_tax_class',''),(67669,7595,'_line_subtotal','42.24'),(67670,7595,'_line_subtotal_tax','0'),(67671,7595,'_line_total','42.24'),(67672,7595,'_line_tax','0'),(67673,7595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67674,7596,'_product_id','41'),(67675,7596,'_variation_id','0'),(67676,7596,'_qty','3'),(67677,7596,'_tax_class',''),(67678,7596,'_line_subtotal','199.44'),(67679,7596,'_line_subtotal_tax','0'),(67680,7596,'_line_total','199.44'),(67681,7596,'_line_tax','0'),(67682,7596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67683,7597,'_product_id','490'),(67684,7597,'_variation_id','0'),(67685,7597,'_qty','10'),(67686,7597,'_tax_class',''),(67687,7597,'_line_subtotal','207.2'),(67688,7597,'_line_subtotal_tax','0'),(67689,7597,'_line_total','207.2'),(67690,7597,'_line_tax','0'),(67691,7597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67692,7598,'_product_id','49'),(67693,7598,'_variation_id','0'),(67694,7598,'_qty','1'),(67695,7598,'_tax_class',''),(67696,7598,'_line_subtotal','79.2'),(67697,7598,'_line_subtotal_tax','0'),(67698,7598,'_line_total','79.2'),(67699,7598,'_line_tax','0'),(67700,7598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67701,7599,'_product_id','488'),(67702,7599,'_variation_id','0'),(67703,7599,'_qty','2'),(67704,7599,'_tax_class',''),(67705,7599,'_line_subtotal','62.7'),(67706,7599,'_line_subtotal_tax','0'),(67707,7599,'_line_total','62.7'),(67708,7599,'_line_tax','0'),(67709,7599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67710,7600,'method_id','free_shipping'),(67711,7600,'instance_id','2'),(67712,7600,'cost','0.00'),(67713,7600,'total_tax','0'),(67714,7600,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67715,7600,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2'),(67716,7601,'_product_id','490'),(67717,7601,'_variation_id','0'),(67718,7601,'_qty','10'),(67719,7601,'_tax_class',''),(67720,7601,'_line_subtotal','207.2'),(67721,7601,'_line_subtotal_tax','0'),(67722,7601,'_line_total','207.2'),(67723,7601,'_line_tax','0'),(67724,7601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67725,7602,'_product_id','488'),(67726,7602,'_variation_id','0'),(67727,7602,'_qty','1'),(67728,7602,'_tax_class',''),(67729,7602,'_line_subtotal','31.35'),(67730,7602,'_line_subtotal_tax','0'),(67731,7602,'_line_total','31.35'),(67732,7602,'_line_tax','0'),(67733,7602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67734,7603,'_product_id','487'),(67735,7603,'_variation_id','0'),(67736,7603,'_qty','1'),(67737,7603,'_tax_class',''),(67738,7603,'_line_subtotal','31.35'),(67739,7603,'_line_subtotal_tax','0'),(67740,7603,'_line_total','31.35'),(67741,7603,'_line_tax','0'),(67742,7603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67743,7604,'_product_id','38'),(67744,7604,'_variation_id','0'),(67745,7604,'_qty','1'),(67746,7604,'_tax_class',''),(67747,7604,'_line_subtotal','174.72'),(67748,7604,'_line_subtotal_tax','0'),(67749,7604,'_line_total','174.72'),(67750,7604,'_line_tax','0'),(67751,7604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67752,7605,'_product_id','43'),(67753,7605,'_variation_id','0'),(67754,7605,'_qty','1'),(67755,7605,'_tax_class',''),(67756,7605,'_line_subtotal','79.2'),(67757,7605,'_line_subtotal_tax','0'),(67758,7605,'_line_total','79.2'),(67759,7605,'_line_tax','0'),(67760,7605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67761,7606,'_product_id','43'),(67762,7606,'_variation_id','0'),(67763,7606,'_qty','1'),(67764,7606,'_tax_class',''),(67765,7606,'_line_subtotal','79.2'),(67766,7606,'_line_subtotal_tax','0'),(67767,7606,'_line_total','79.2'),(67768,7606,'_line_tax','0'),(67769,7606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67770,7607,'_product_id','41'),(67771,7607,'_variation_id','0'),(67772,7607,'_qty','2'),(67773,7607,'_tax_class',''),(67774,7607,'_line_subtotal','132.96'),(67775,7607,'_line_subtotal_tax','0'),(67776,7607,'_line_total','132.96'),(67777,7607,'_line_tax','0'),(67778,7607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67779,7608,'_product_id','144'),(67780,7608,'_variation_id','0'),(67781,7608,'_qty','10'),(67782,7608,'_tax_class',''),(67783,7608,'_line_subtotal','13.8'),(67784,7608,'_line_subtotal_tax','0'),(67785,7608,'_line_total','13.8'),(67786,7608,'_line_tax','0'),(67787,7608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67788,7609,'method_id','free_shipping'),(67789,7609,'instance_id','2'),(67790,7609,'cost','0.00'),(67791,7609,'total_tax','0'),(67792,7609,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67793,7609,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Course Tail Comb &times; 10'),(67794,7610,'_product_id','118'),(67795,7610,'_variation_id','0'),(67796,7610,'_qty','2'),(67797,7610,'_tax_class',''),(67798,7610,'_line_subtotal','369.6'),(67799,7610,'_line_subtotal_tax','0'),(67800,7610,'_line_total','369.6'),(67801,7610,'_line_tax','0'),(67802,7610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67803,7611,'_product_id','43'),(67804,7611,'_variation_id','0'),(67805,7611,'_qty','1'),(67806,7611,'_tax_class',''),(67807,7611,'_line_subtotal','79.2'),(67808,7611,'_line_subtotal_tax','0'),(67809,7611,'_line_total','79.2'),(67810,7611,'_line_tax','0'),(67811,7611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67812,7612,'_product_id','49'),(67813,7612,'_variation_id','0'),(67814,7612,'_qty','1'),(67815,7612,'_tax_class',''),(67816,7612,'_line_subtotal','79.2'),(67817,7612,'_line_subtotal_tax','0'),(67818,7612,'_line_total','79.2'),(67819,7612,'_line_tax','0'),(67820,7612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67821,7613,'_product_id','97'),(67822,7613,'_variation_id','0'),(67823,7613,'_qty','1'),(67824,7613,'_tax_class',''),(67825,7613,'_line_subtotal','0'),(67826,7613,'_line_subtotal_tax','0'),(67827,7613,'_line_total','0'),(67828,7613,'_line_tax','0'),(67829,7613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67830,7614,'_product_id','99'),(67831,7614,'_variation_id','0'),(67832,7614,'_qty','1'),(67833,7614,'_tax_class',''),(67834,7614,'_line_subtotal','0'),(67835,7614,'_line_subtotal_tax','0'),(67836,7614,'_line_total','0'),(67837,7614,'_line_tax','0'),(67838,7614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67839,7615,'_product_id','95'),(67840,7615,'_variation_id','0'),(67841,7615,'_qty','3'),(67842,7615,'_tax_class',''),(67843,7615,'_line_subtotal','0'),(67844,7615,'_line_subtotal_tax','0'),(67845,7615,'_line_total','0'),(67846,7615,'_line_tax','0'),(67847,7615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67848,7616,'_product_id','93'),(67849,7616,'_variation_id','0'),(67850,7616,'_qty','3'),(67851,7616,'_tax_class',''),(67852,7616,'_line_subtotal','0'),(67853,7616,'_line_subtotal_tax','0'),(67854,7616,'_line_total','0'),(67855,7616,'_line_tax','0'),(67856,7616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67857,7617,'method_id','free_shipping'),(67858,7617,'instance_id','2'),(67859,7617,'cost','0.00'),(67860,7617,'total_tax','0'),(67861,7617,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(67862,7617,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 50/50 &times; 3, Bulk Active Rinse 100% &times; 3'),(67939,7593,'thwma_order_shipping_status','wc-pending'),(67940,7594,'thwma_order_shipping_status','wc-pending'),(67941,7595,'thwma_order_shipping_status','wc-pending'),(67942,7596,'thwma_order_shipping_status','wc-pending'),(67943,7597,'thwma_order_shipping_status','wc-pending'),(67944,7598,'thwma_order_shipping_status','wc-pending'),(67945,7599,'thwma_order_shipping_status','wc-pending'),(67946,7589,'thwma_order_shipping_status','wc-pending'),(67947,7590,'thwma_order_shipping_status','wc-pending'),(67948,7591,'thwma_order_shipping_status','wc-pending'),(67949,7626,'_product_id','42'),(67950,7626,'_variation_id','0'),(67951,7626,'_qty','1'),(67952,7626,'_tax_class',''),(67953,7626,'_line_subtotal','79.2'),(67954,7626,'_line_subtotal_tax','0'),(67955,7626,'_line_total','79.2'),(67956,7626,'_line_tax','0'),(67957,7626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67958,7627,'_product_id','120'),(67959,7627,'_variation_id','0'),(67960,7627,'_qty','1'),(67961,7627,'_tax_class',''),(67962,7627,'_line_subtotal','52.8'),(67963,7627,'_line_subtotal_tax','0'),(67964,7627,'_line_total','52.8'),(67965,7627,'_line_tax','0'),(67966,7627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67967,7628,'_product_id','43'),(67968,7628,'_variation_id','0'),(67969,7628,'_qty','1'),(67970,7628,'_tax_class',''),(67971,7628,'_line_subtotal','79.2'),(67972,7628,'_line_subtotal_tax','0'),(67973,7628,'_line_total','79.2'),(67974,7628,'_line_tax','0'),(67975,7628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67976,7629,'_product_id','487'),(67977,7629,'_variation_id','0'),(67978,7629,'_qty','1'),(67979,7629,'_tax_class',''),(67980,7629,'_line_subtotal','31.35'),(67981,7629,'_line_subtotal_tax','0'),(67982,7629,'_line_total','31.35'),(67983,7629,'_line_tax','0'),(67984,7629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67985,7630,'_product_id','490'),(67986,7630,'_variation_id','0'),(67987,7630,'_qty','5'),(67988,7630,'_tax_class',''),(67989,7630,'_line_subtotal','103.6'),(67990,7630,'_line_subtotal_tax','0'),(67991,7630,'_line_total','103.6'),(67992,7630,'_line_tax','0'),(67993,7630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(67994,7631,'_product_id','38'),(67995,7631,'_variation_id','0'),(67996,7631,'_qty','1'),(67997,7631,'_tax_class',''),(67998,7631,'_line_subtotal','174.72'),(67999,7631,'_line_subtotal_tax','0'),(68000,7631,'_line_total','174.72'),(68001,7631,'_line_tax','0'),(68002,7631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68003,7632,'_product_id','45'),(68004,7632,'_variation_id','0'),(68005,7632,'_qty','1'),(68006,7632,'_tax_class',''),(68007,7632,'_line_subtotal','42.24'),(68008,7632,'_line_subtotal_tax','0'),(68009,7632,'_line_total','42.24'),(68010,7632,'_line_tax','0'),(68011,7632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68012,7633,'method_id','free_shipping'),(68013,7633,'instance_id','2'),(68014,7633,'cost','0.00'),(68015,7633,'total_tax','0'),(68016,7633,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68017,7633,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(68018,7634,'_product_id','38'),(68019,7634,'_variation_id','0'),(68020,7634,'_qty','1'),(68021,7634,'_tax_class',''),(68022,7634,'_line_subtotal','174.72'),(68023,7634,'_line_subtotal_tax','0'),(68024,7634,'_line_total','174.72'),(68025,7634,'_line_tax','0'),(68026,7634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68027,7635,'_product_id','41'),(68028,7635,'_variation_id','0'),(68029,7635,'_qty','1'),(68030,7635,'_tax_class',''),(68031,7635,'_line_subtotal','66.48'),(68032,7635,'_line_subtotal_tax','0'),(68033,7635,'_line_total','66.48'),(68034,7635,'_line_tax','0'),(68035,7635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68036,7636,'_product_id','43'),(68037,7636,'_variation_id','0'),(68038,7636,'_qty','1'),(68039,7636,'_tax_class',''),(68040,7636,'_line_subtotal','79.2'),(68041,7636,'_line_subtotal_tax','0'),(68042,7636,'_line_total','79.2'),(68043,7636,'_line_tax','0'),(68044,7636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68045,7637,'_product_id','490'),(68046,7637,'_variation_id','0'),(68047,7637,'_qty','10'),(68048,7637,'_tax_class',''),(68049,7637,'_line_subtotal','207.2'),(68050,7637,'_line_subtotal_tax','0'),(68051,7637,'_line_total','207.2'),(68052,7637,'_line_tax','0'),(68053,7637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68054,7638,'method_id','free_shipping'),(68055,7638,'instance_id','2'),(68056,7638,'cost','0.00'),(68057,7638,'total_tax','0'),(68058,7638,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68059,7638,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(68060,7639,'_product_id','120'),(68061,7639,'_variation_id','0'),(68062,7639,'_qty','1'),(68063,7639,'_tax_class',''),(68064,7639,'_line_subtotal','52.8'),(68065,7639,'_line_subtotal_tax','0'),(68066,7639,'_line_total','52.8'),(68067,7639,'_line_tax','0'),(68068,7639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68069,7640,'_product_id','490'),(68070,7640,'_variation_id','0'),(68071,7640,'_qty','10'),(68072,7640,'_tax_class',''),(68073,7640,'_line_subtotal','207.2'),(68074,7640,'_line_subtotal_tax','0'),(68075,7640,'_line_total','207.2'),(68076,7640,'_line_tax','0'),(68077,7640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68078,7641,'_product_id','23'),(68079,7641,'_variation_id','0'),(68080,7641,'_qty','1'),(68081,7641,'_tax_class',''),(68082,7641,'_line_subtotal','71.76'),(68083,7641,'_line_subtotal_tax','0'),(68084,7641,'_line_total','71.76'),(68085,7641,'_line_tax','0'),(68086,7641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68087,7642,'_product_id','38'),(68088,7642,'_variation_id','0'),(68089,7642,'_qty','1'),(68090,7642,'_tax_class',''),(68091,7642,'_line_subtotal','174.72'),(68092,7642,'_line_subtotal_tax','0'),(68093,7642,'_line_total','174.72'),(68094,7642,'_line_tax','0'),(68095,7642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68096,7643,'_product_id','45'),(68097,7643,'_variation_id','0'),(68098,7643,'_qty','1'),(68099,7643,'_tax_class',''),(68100,7643,'_line_subtotal','42.24'),(68101,7643,'_line_subtotal_tax','0'),(68102,7643,'_line_total','42.24'),(68103,7643,'_line_tax','0'),(68104,7643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68105,7644,'method_id','free_shipping'),(68106,7644,'instance_id','2'),(68107,7644,'cost','0.00'),(68108,7644,'total_tax','0'),(68109,7644,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68110,7644,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(68111,7645,'_product_id','23'),(68112,7645,'_variation_id','0'),(68113,7645,'_qty','2'),(68114,7645,'_tax_class',''),(68115,7645,'_line_subtotal','143.52'),(68116,7645,'_line_subtotal_tax','0'),(68117,7645,'_line_total','143.52'),(68118,7645,'_line_tax','0'),(68119,7645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68120,7646,'_product_id','41'),(68121,7646,'_variation_id','0'),(68122,7646,'_qty','2'),(68123,7646,'_tax_class',''),(68124,7646,'_line_subtotal','132.96'),(68125,7646,'_line_subtotal_tax','0'),(68126,7646,'_line_total','132.96'),(68127,7646,'_line_tax','0'),(68128,7646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68129,7647,'_product_id','120'),(68130,7647,'_variation_id','0'),(68131,7647,'_qty','1'),(68132,7647,'_tax_class',''),(68133,7647,'_line_subtotal','52.8'),(68134,7647,'_line_subtotal_tax','0'),(68135,7647,'_line_total','52.8'),(68136,7647,'_line_tax','0'),(68137,7647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68138,7648,'_product_id','43'),(68139,7648,'_variation_id','0'),(68140,7648,'_qty','2'),(68141,7648,'_tax_class',''),(68142,7648,'_line_subtotal','158.4'),(68143,7648,'_line_subtotal_tax','0'),(68144,7648,'_line_total','158.4'),(68145,7648,'_line_tax','0'),(68146,7648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68147,7649,'_product_id','49'),(68148,7649,'_variation_id','0'),(68149,7649,'_qty','2'),(68150,7649,'_tax_class',''),(68151,7649,'_line_subtotal','158.4'),(68152,7649,'_line_subtotal_tax','0'),(68153,7649,'_line_total','158.4'),(68154,7649,'_line_tax','0'),(68155,7649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68156,7650,'_product_id','44'),(68157,7650,'_variation_id','0'),(68158,7650,'_qty','1'),(68159,7650,'_tax_class',''),(68160,7650,'_line_subtotal','116.16'),(68161,7650,'_line_subtotal_tax','0'),(68162,7650,'_line_total','116.16'),(68163,7650,'_line_tax','0'),(68164,7650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68165,7651,'_product_id','490'),(68166,7651,'_variation_id','0'),(68167,7651,'_qty','10'),(68168,7651,'_tax_class',''),(68169,7651,'_line_subtotal','207.2'),(68170,7651,'_line_subtotal_tax','0'),(68171,7651,'_line_total','207.2'),(68172,7651,'_line_tax','0'),(68173,7651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68174,7652,'_product_id','487'),(68175,7652,'_variation_id','0'),(68176,7652,'_qty','2'),(68177,7652,'_tax_class',''),(68178,7652,'_line_subtotal','62.7'),(68179,7652,'_line_subtotal_tax','0'),(68180,7652,'_line_total','62.7'),(68181,7652,'_line_tax','0'),(68182,7652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68183,7653,'method_id','free_shipping'),(68184,7653,'instance_id','2'),(68185,7653,'cost','0.00'),(68186,7653,'total_tax','0'),(68187,7653,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68188,7653,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(68189,7654,'_product_id','23'),(68190,7654,'_variation_id','0'),(68191,7654,'_qty','2'),(68192,7654,'_tax_class',''),(68193,7654,'_line_subtotal','143.52'),(68194,7654,'_line_subtotal_tax','0'),(68195,7654,'_line_total','143.52'),(68196,7654,'_line_tax','0'),(68197,7654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68198,7655,'_product_id','487'),(68199,7655,'_variation_id','0'),(68200,7655,'_qty','2'),(68201,7655,'_tax_class',''),(68202,7655,'_line_subtotal','62.7'),(68203,7655,'_line_subtotal_tax','0'),(68204,7655,'_line_total','62.7'),(68205,7655,'_line_tax','0'),(68206,7655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68207,7656,'_product_id','490'),(68208,7656,'_variation_id','0'),(68209,7656,'_qty','10'),(68210,7656,'_tax_class',''),(68211,7656,'_line_subtotal','207.2'),(68212,7656,'_line_subtotal_tax','0'),(68213,7656,'_line_total','207.2'),(68214,7656,'_line_tax','0'),(68215,7656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68216,7657,'_product_id','41'),(68217,7657,'_variation_id','0'),(68218,7657,'_qty','4'),(68219,7657,'_tax_class',''),(68220,7657,'_line_subtotal','265.92'),(68221,7657,'_line_subtotal_tax','0'),(68222,7657,'_line_total','265.92'),(68223,7657,'_line_tax','0'),(68224,7657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68225,7658,'_product_id','120'),(68226,7658,'_variation_id','0'),(68227,7658,'_qty','1'),(68228,7658,'_tax_class',''),(68229,7658,'_line_subtotal','52.8'),(68230,7658,'_line_subtotal_tax','0'),(68231,7658,'_line_total','52.8'),(68232,7658,'_line_tax','0'),(68233,7658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68234,7659,'_product_id','43'),(68235,7659,'_variation_id','0'),(68236,7659,'_qty','2'),(68237,7659,'_tax_class',''),(68238,7659,'_line_subtotal','158.4'),(68239,7659,'_line_subtotal_tax','0'),(68240,7659,'_line_total','158.4'),(68241,7659,'_line_tax','0'),(68242,7659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68243,7660,'_product_id','49'),(68244,7660,'_variation_id','0'),(68245,7660,'_qty','2'),(68246,7660,'_tax_class',''),(68247,7660,'_line_subtotal','158.4'),(68248,7660,'_line_subtotal_tax','0'),(68249,7660,'_line_total','158.4'),(68250,7660,'_line_tax','0'),(68251,7660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68252,7661,'method_id','free_shipping'),(68253,7661,'instance_id','2'),(68254,7661,'cost','0.00'),(68255,7661,'total_tax','0'),(68256,7661,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68257,7661,'Items','Active Rinse 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(68258,7662,'_product_id','41'),(68259,7662,'_variation_id','0'),(68260,7662,'_qty','1'),(68261,7662,'_tax_class',''),(68262,7662,'_line_subtotal','66.48'),(68263,7662,'_line_subtotal_tax','0'),(68264,7662,'_line_total','66.48'),(68265,7662,'_line_tax','0'),(68266,7662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68267,7663,'_product_id','42'),(68268,7663,'_variation_id','0'),(68269,7663,'_qty','1'),(68270,7663,'_tax_class',''),(68271,7663,'_line_subtotal','79.2'),(68272,7663,'_line_subtotal_tax','0'),(68273,7663,'_line_total','79.2'),(68274,7663,'_line_tax','0'),(68275,7663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68276,7664,'_product_id','39'),(68277,7664,'_variation_id','0'),(68278,7664,'_qty','1'),(68279,7664,'_tax_class',''),(68280,7664,'_line_subtotal','79.2'),(68281,7664,'_line_subtotal_tax','0'),(68282,7664,'_line_total','79.2'),(68283,7664,'_line_tax','0'),(68284,7664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68285,7665,'_product_id','45'),(68286,7665,'_variation_id','0'),(68287,7665,'_qty','1'),(68288,7665,'_tax_class',''),(68289,7665,'_line_subtotal','42.24'),(68290,7665,'_line_subtotal_tax','0'),(68291,7665,'_line_total','42.24'),(68292,7665,'_line_tax','0'),(68293,7665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68294,7666,'_product_id','23'),(68295,7666,'_variation_id','0'),(68296,7666,'_qty','1'),(68297,7666,'_tax_class',''),(68298,7666,'_line_subtotal','71.76'),(68299,7666,'_line_subtotal_tax','0'),(68300,7666,'_line_total','71.76'),(68301,7666,'_line_tax','0'),(68302,7666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68303,7667,'_product_id','38'),(68304,7667,'_variation_id','0'),(68305,7667,'_qty','1'),(68306,7667,'_tax_class',''),(68307,7667,'_line_subtotal','174.72'),(68308,7667,'_line_subtotal_tax','0'),(68309,7667,'_line_total','174.72'),(68310,7667,'_line_tax','0'),(68311,7667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68312,7668,'_product_id','490'),(68313,7668,'_variation_id','0'),(68314,7668,'_qty','5'),(68315,7668,'_tax_class',''),(68316,7668,'_line_subtotal','103.6'),(68317,7668,'_line_subtotal_tax','0'),(68318,7668,'_line_total','103.6'),(68319,7668,'_line_tax','0'),(68320,7668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68321,7669,'method_id','free_shipping'),(68322,7669,'instance_id','2'),(68323,7669,'cost','0.00'),(68324,7669,'total_tax','0'),(68325,7669,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68326,7669,'Items','Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(68327,7601,'thwma_order_shipping_status','wc-pending'),(68328,7602,'thwma_order_shipping_status','wc-pending'),(68329,7603,'thwma_order_shipping_status','wc-pending'),(68330,7604,'thwma_order_shipping_status','wc-pending'),(68331,7605,'thwma_order_shipping_status','wc-pending'),(68332,7606,'thwma_order_shipping_status','wc-pending'),(68333,7607,'thwma_order_shipping_status','wc-pending'),(68334,7608,'thwma_order_shipping_status','wc-pending'),(68335,7583,'thwma_order_shipping_status','wc-pending'),(68336,7584,'thwma_order_shipping_status','wc-pending'),(68337,7585,'thwma_order_shipping_status','wc-pending'),(68338,7586,'thwma_order_shipping_status','wc-pending'),(68339,7587,'thwma_order_shipping_status','wc-pending'),(68356,7562,'thwma_order_shipping_status','wc-pending'),(68357,7563,'thwma_order_shipping_status','wc-pending'),(68358,7564,'thwma_order_shipping_status','wc-pending'),(68359,7565,'thwma_order_shipping_status','wc-pending'),(68360,7566,'thwma_order_shipping_status','wc-pending'),(68361,7567,'thwma_order_shipping_status','wc-pending'),(68362,7568,'thwma_order_shipping_status','wc-pending'),(68363,7569,'thwma_order_shipping_status','wc-pending'),(68378,7610,'thwma_order_shipping_status','wc-pending'),(68379,7611,'thwma_order_shipping_status','wc-pending'),(68380,7612,'thwma_order_shipping_status','wc-pending'),(68381,7613,'thwma_order_shipping_status','wc-pending'),(68382,7614,'thwma_order_shipping_status','wc-pending'),(68383,7615,'thwma_order_shipping_status','wc-pending'),(68384,7616,'thwma_order_shipping_status','wc-pending'),(68385,7662,'thwma_order_shipping_status','wc-pending'),(68386,7663,'thwma_order_shipping_status','wc-pending'),(68387,7664,'thwma_order_shipping_status','wc-pending'),(68388,7665,'thwma_order_shipping_status','wc-pending'),(68389,7666,'thwma_order_shipping_status','wc-pending'),(68390,7667,'thwma_order_shipping_status','wc-pending'),(68391,7668,'thwma_order_shipping_status','wc-pending'),(68392,7654,'thwma_order_shipping_status','wc-pending'),(68393,7655,'thwma_order_shipping_status','wc-pending'),(68394,7656,'thwma_order_shipping_status','wc-pending'),(68395,7657,'thwma_order_shipping_status','wc-pending'),(68396,7658,'thwma_order_shipping_status','wc-pending'),(68397,7659,'thwma_order_shipping_status','wc-pending'),(68398,7660,'thwma_order_shipping_status','wc-pending'),(68399,7639,'thwma_order_shipping_status','wc-pending'),(68400,7640,'thwma_order_shipping_status','wc-pending'),(68401,7641,'thwma_order_shipping_status','wc-pending'),(68402,7642,'thwma_order_shipping_status','wc-pending'),(68403,7643,'thwma_order_shipping_status','wc-pending'),(68404,7645,'thwma_order_shipping_status','wc-pending'),(68405,7646,'thwma_order_shipping_status','wc-pending'),(68406,7647,'thwma_order_shipping_status','wc-pending'),(68407,7648,'thwma_order_shipping_status','wc-pending'),(68408,7649,'thwma_order_shipping_status','wc-pending'),(68409,7650,'thwma_order_shipping_status','wc-pending'),(68410,7651,'thwma_order_shipping_status','wc-pending'),(68411,7652,'thwma_order_shipping_status','wc-pending'),(68412,7626,'thwma_order_shipping_status','wc-pending'),(68413,7627,'thwma_order_shipping_status','wc-pending'),(68414,7628,'thwma_order_shipping_status','wc-pending'),(68415,7629,'thwma_order_shipping_status','wc-pending'),(68416,7630,'thwma_order_shipping_status','wc-pending'),(68417,7631,'thwma_order_shipping_status','wc-pending'),(68418,7632,'thwma_order_shipping_status','wc-pending'),(68419,7634,'thwma_order_shipping_status','wc-pending'),(68420,7635,'thwma_order_shipping_status','wc-pending'),(68421,7636,'thwma_order_shipping_status','wc-pending'),(68422,7637,'thwma_order_shipping_status','wc-pending'),(68423,7670,'_product_id','38'),(68424,7670,'_variation_id','0'),(68425,7670,'_qty','2'),(68426,7670,'_tax_class',''),(68427,7670,'_line_subtotal','349.44'),(68428,7670,'_line_subtotal_tax','0'),(68429,7670,'_line_total','349.44'),(68430,7670,'_line_tax','0'),(68431,7670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68432,7671,'_product_id','41'),(68433,7671,'_variation_id','0'),(68434,7671,'_qty','3'),(68435,7671,'_tax_class',''),(68436,7671,'_line_subtotal','199.44'),(68437,7671,'_line_subtotal_tax','0'),(68438,7671,'_line_total','199.44'),(68439,7671,'_line_tax','0'),(68440,7671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68441,7672,'_product_id','23'),(68442,7672,'_variation_id','0'),(68443,7672,'_qty','6'),(68444,7672,'_tax_class',''),(68445,7672,'_line_subtotal','430.56'),(68446,7672,'_line_subtotal_tax','0'),(68447,7672,'_line_total','430.56'),(68448,7672,'_line_tax','0'),(68449,7672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68450,7673,'_product_id','43'),(68451,7673,'_variation_id','0'),(68452,7673,'_qty','4'),(68453,7673,'_tax_class',''),(68454,7673,'_line_subtotal','316.8'),(68455,7673,'_line_subtotal_tax','0'),(68456,7673,'_line_total','316.8'),(68457,7673,'_line_tax','0'),(68458,7673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68459,7674,'_product_id','490'),(68460,7674,'_variation_id','0'),(68461,7674,'_qty','10'),(68462,7674,'_tax_class',''),(68463,7674,'_line_subtotal','207.2'),(68464,7674,'_line_subtotal_tax','0'),(68465,7674,'_line_total','207.2'),(68466,7674,'_line_tax','0'),(68467,7674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68468,7675,'_product_id','131'),(68469,7675,'_variation_id','0'),(68470,7675,'_qty','2'),(68471,7675,'_tax_class',''),(68472,7675,'_line_subtotal','25.3'),(68473,7675,'_line_subtotal_tax','0'),(68474,7675,'_line_total','25.3'),(68475,7675,'_line_tax','0'),(68476,7675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68477,7676,'_product_id','44'),(68478,7676,'_variation_id','0'),(68479,7676,'_qty','1'),(68480,7676,'_tax_class',''),(68481,7676,'_line_subtotal','116.16'),(68482,7676,'_line_subtotal_tax','0'),(68483,7676,'_line_total','116.16'),(68484,7676,'_line_tax','0'),(68485,7676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68486,7677,'_product_id','45'),(68487,7677,'_variation_id','0'),(68488,7677,'_qty','1'),(68489,7677,'_tax_class',''),(68490,7677,'_line_subtotal','42.24'),(68491,7677,'_line_subtotal_tax','0'),(68492,7677,'_line_total','42.24'),(68493,7677,'_line_tax','0'),(68494,7677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68495,7678,'method_id','free_shipping'),(68496,7678,'instance_id','2'),(68497,7678,'cost','0.00'),(68498,7678,'total_tax','0'),(68499,7678,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68500,7678,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 6, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 2, Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(68501,7679,'_product_id','41'),(68502,7679,'_variation_id','0'),(68503,7679,'_qty','1'),(68504,7679,'_tax_class',''),(68505,7679,'_line_subtotal','66.48'),(68506,7679,'_line_subtotal_tax','0'),(68507,7679,'_line_total','66.48'),(68508,7679,'_line_tax','0'),(68509,7679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68510,7680,'_product_id','49'),(68511,7680,'_variation_id','0'),(68512,7680,'_qty','1'),(68513,7680,'_tax_class',''),(68514,7680,'_line_subtotal','79.2'),(68515,7680,'_line_subtotal_tax','0'),(68516,7680,'_line_total','79.2'),(68517,7680,'_line_tax','0'),(68518,7680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68519,7681,'_product_id','487'),(68520,7681,'_variation_id','0'),(68521,7681,'_qty','2'),(68522,7681,'_tax_class',''),(68523,7681,'_line_subtotal','62.7'),(68524,7681,'_line_subtotal_tax','0'),(68525,7681,'_line_total','62.7'),(68526,7681,'_line_tax','0'),(68527,7681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68528,7682,'method_id','fedex'),(68529,7682,'instance_id','1'),(68530,7682,'cost','16.23'),(68531,7682,'total_tax','0'),(68532,7682,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68533,7682,'Package 1','17 × 14 × 10 (in) 26.9lbs × 1'),(68534,7670,'thwma_order_shipping_status','wc-pending'),(68535,7671,'thwma_order_shipping_status','wc-pending'),(68536,7672,'thwma_order_shipping_status','wc-pending'),(68537,7673,'thwma_order_shipping_status','wc-pending'),(68538,7674,'thwma_order_shipping_status','wc-pending'),(68539,7675,'thwma_order_shipping_status','wc-pending'),(68540,7676,'thwma_order_shipping_status','wc-pending'),(68541,7677,'thwma_order_shipping_status','wc-pending'),(68542,7683,'_product_id','93'),(68543,7683,'_variation_id','0'),(68544,7683,'_qty','5'),(68545,7683,'_tax_class',''),(68546,7683,'_line_subtotal','0'),(68547,7683,'_line_subtotal_tax','0'),(68548,7683,'_line_total','0'),(68549,7683,'_line_tax','0'),(68550,7683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68551,7684,'method_id','fedex'),(68552,7684,'instance_id','1'),(68553,7684,'cost','10.22'),(68554,7684,'total_tax','0'),(68555,7684,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68556,7684,'Package 1','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(68560,7679,'thwma_order_shipping_status','wc-pending'),(68561,7680,'thwma_order_shipping_status','wc-pending'),(68562,7681,'thwma_order_shipping_status','wc-pending'),(68563,7685,'_product_id','41'),(68564,7685,'_variation_id','0'),(68565,7685,'_qty','1'),(68566,7685,'_tax_class',''),(68567,7685,'_line_subtotal','66.48'),(68568,7685,'_line_subtotal_tax','0'),(68569,7685,'_line_total','66.48'),(68570,7685,'_line_tax','0'),(68571,7685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68572,7686,'_product_id','43'),(68573,7686,'_variation_id','0'),(68574,7686,'_qty','2'),(68575,7686,'_tax_class',''),(68576,7686,'_line_subtotal','158.4'),(68577,7686,'_line_subtotal_tax','0'),(68578,7686,'_line_total','158.4'),(68579,7686,'_line_tax','0'),(68580,7686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68581,7687,'_product_id','93'),(68582,7687,'_variation_id','0'),(68583,7687,'_qty','5'),(68584,7687,'_tax_class',''),(68585,7687,'_line_subtotal','0'),(68586,7687,'_line_subtotal_tax','0'),(68587,7687,'_line_total','0'),(68588,7687,'_line_tax','0'),(68589,7687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68590,7688,'_product_id','44'),(68591,7688,'_variation_id','0'),(68592,7688,'_qty','1'),(68593,7688,'_tax_class',''),(68594,7688,'_line_subtotal','116.16'),(68595,7688,'_line_subtotal_tax','0'),(68596,7688,'_line_total','116.16'),(68597,7688,'_line_tax','0'),(68598,7688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68599,7689,'method_id','fedex'),(68600,7689,'instance_id','1'),(68601,7689,'cost','22.13'),(68602,7689,'total_tax','0'),(68603,7689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68604,7689,'Package 1','17 × 14 × 10 (in) 41.3lbs × 1'),(68731,7704,'_product_id','23'),(68732,7704,'_variation_id','0'),(68733,7704,'_qty','3'),(68734,7704,'_tax_class',''),(68735,7704,'_line_subtotal','215.28'),(68736,7704,'_line_subtotal_tax','0'),(68737,7704,'_line_total','215.28'),(68738,7704,'_line_tax','0'),(68739,7704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68740,7705,'_product_id','38'),(68741,7705,'_variation_id','0'),(68742,7705,'_qty','2'),(68743,7705,'_tax_class',''),(68744,7705,'_line_subtotal','349.44'),(68745,7705,'_line_subtotal_tax','0'),(68746,7705,'_line_total','349.44'),(68747,7705,'_line_tax','0'),(68748,7705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68749,7706,'_product_id','42'),(68750,7706,'_variation_id','0'),(68751,7706,'_qty','2'),(68752,7706,'_tax_class',''),(68753,7706,'_line_subtotal','158.4'),(68754,7706,'_line_subtotal_tax','0'),(68755,7706,'_line_total','158.4'),(68756,7706,'_line_tax','0'),(68757,7706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68758,7707,'_product_id','45'),(68759,7707,'_variation_id','0'),(68760,7707,'_qty','6'),(68761,7707,'_tax_class',''),(68762,7707,'_line_subtotal','253.44'),(68763,7707,'_line_subtotal_tax','0'),(68764,7707,'_line_total','253.44'),(68765,7707,'_line_tax','0'),(68766,7707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68767,7708,'_product_id','41'),(68768,7708,'_variation_id','0'),(68769,7708,'_qty','12'),(68770,7708,'_tax_class',''),(68771,7708,'_line_subtotal','797.76'),(68772,7708,'_line_subtotal_tax','0'),(68773,7708,'_line_total','797.76'),(68774,7708,'_line_tax','0'),(68775,7708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68776,7709,'_product_id','118'),(68777,7709,'_variation_id','0'),(68778,7709,'_qty','1'),(68779,7709,'_tax_class',''),(68780,7709,'_line_subtotal','184.8'),(68781,7709,'_line_subtotal_tax','0'),(68782,7709,'_line_total','184.8'),(68783,7709,'_line_tax','0'),(68784,7709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68785,7710,'_product_id','51'),(68786,7710,'_variation_id','0'),(68787,7710,'_qty','2'),(68788,7710,'_tax_class',''),(68789,7710,'_line_subtotal','295.68'),(68790,7710,'_line_subtotal_tax','0'),(68791,7710,'_line_total','295.68'),(68792,7710,'_line_tax','0'),(68793,7710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68794,7711,'_product_id','39'),(68795,7711,'_variation_id','0'),(68796,7711,'_qty','1'),(68797,7711,'_tax_class',''),(68798,7711,'_line_subtotal','79.2'),(68799,7711,'_line_subtotal_tax','0'),(68800,7711,'_line_total','79.2'),(68801,7711,'_line_tax','0'),(68802,7711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68803,7712,'_product_id','40'),(68804,7712,'_variation_id','0'),(68805,7712,'_qty','1'),(68806,7712,'_tax_class',''),(68807,7712,'_line_subtotal','79.2'),(68808,7712,'_line_subtotal_tax','0'),(68809,7712,'_line_total','79.2'),(68810,7712,'_line_tax','0'),(68811,7712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68812,7713,'_product_id','43'),(68813,7713,'_variation_id','0'),(68814,7713,'_qty','2'),(68815,7713,'_tax_class',''),(68816,7713,'_line_subtotal','158.4'),(68817,7713,'_line_subtotal_tax','0'),(68818,7713,'_line_total','158.4'),(68819,7713,'_line_tax','0'),(68820,7713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68821,7714,'_product_id','49'),(68822,7714,'_variation_id','0'),(68823,7714,'_qty','6'),(68824,7714,'_tax_class',''),(68825,7714,'_line_subtotal','475.2'),(68826,7714,'_line_subtotal_tax','0'),(68827,7714,'_line_total','475.2'),(68828,7714,'_line_tax','0'),(68829,7714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68830,7715,'_product_id','44'),(68831,7715,'_variation_id','0'),(68832,7715,'_qty','1'),(68833,7715,'_tax_class',''),(68834,7715,'_line_subtotal','116.16'),(68835,7715,'_line_subtotal_tax','0'),(68836,7715,'_line_total','116.16'),(68837,7715,'_line_tax','0'),(68838,7715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68839,7716,'_product_id','490'),(68840,7716,'_variation_id','0'),(68841,7716,'_qty','90'),(68842,7716,'_tax_class',''),(68843,7716,'_line_subtotal','1864.8'),(68844,7716,'_line_subtotal_tax','0'),(68845,7716,'_line_total','1864.8'),(68846,7716,'_line_tax','0'),(68847,7716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68848,7717,'_product_id','488'),(68849,7717,'_variation_id','0'),(68850,7717,'_qty','18'),(68851,7717,'_tax_class',''),(68852,7717,'_line_subtotal','564.3'),(68853,7717,'_line_subtotal_tax','0'),(68854,7717,'_line_total','564.3'),(68855,7717,'_line_tax','0'),(68856,7717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68857,7718,'method_id','free_shipping'),(68858,7718,'instance_id','2'),(68859,7718,'cost','0.00'),(68860,7718,'total_tax','0'),(68861,7718,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68862,7718,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 12, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 90, Bulk Detangling Spray 1 Gallon RM &times; 18'),(68863,7719,'_product_id','38'),(68864,7719,'_variation_id','0'),(68865,7719,'_qty','2'),(68866,7719,'_tax_class',''),(68867,7719,'_line_subtotal','349.44'),(68868,7719,'_line_subtotal_tax','0'),(68869,7719,'_line_total','349.44'),(68870,7719,'_line_tax','0'),(68871,7719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68872,7720,'_product_id','43'),(68873,7720,'_variation_id','0'),(68874,7720,'_qty','1'),(68875,7720,'_tax_class',''),(68876,7720,'_line_subtotal','79.2'),(68877,7720,'_line_subtotal_tax','0'),(68878,7720,'_line_total','79.2'),(68879,7720,'_line_tax','0'),(68880,7720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68881,7721,'_product_id','41'),(68882,7721,'_variation_id','0'),(68883,7721,'_qty','2'),(68884,7721,'_tax_class',''),(68885,7721,'_line_subtotal','132.96'),(68886,7721,'_line_subtotal_tax','0'),(68887,7721,'_line_total','132.96'),(68888,7721,'_line_tax','0'),(68889,7721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68890,7722,'_product_id','99'),(68891,7722,'_variation_id','0'),(68892,7722,'_qty','1'),(68893,7722,'_tax_class',''),(68894,7722,'_line_subtotal','0'),(68895,7722,'_line_subtotal_tax','0'),(68896,7722,'_line_total','0'),(68897,7722,'_line_tax','0'),(68898,7722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68899,7723,'_fee_amount','-238.83'),(68900,7723,'_tax_class','0'),(68901,7723,'_tax_status','taxable'),(68902,7723,'_line_total','-238.83'),(68903,7723,'_line_tax','0'),(68904,7723,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(68905,7723,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(68906,7723,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(68907,7724,'method_id','fedex'),(68908,7724,'instance_id','3'),(68909,7724,'cost','477.66'),(68910,7724,'total_tax','0'),(68911,7724,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68912,7724,'Package 1','11.25 × 8.75 × 7.75 (in) 13.19lbs × 1'),(68913,7724,'Package 2','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(68914,7724,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(68915,7724,'Package 4','12 × 6 × 6 (in) 7.85lbs × 1'),(68916,7725,'discount_amount','0'),(68917,7725,'discount_amount_tax','0'),(68918,7725,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:19;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(68919,7725,'_acfw_coupon_shipping_overrides_discount','238.83'),(68924,7726,'_product_id','23'),(68925,7726,'_variation_id','0'),(68926,7726,'_qty','3'),(68927,7726,'_tax_class',''),(68928,7726,'_line_subtotal','215.28'),(68929,7726,'_line_subtotal_tax','0'),(68930,7726,'_line_total','215.28'),(68931,7726,'_line_tax','0'),(68932,7726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68933,7727,'_product_id','40'),(68934,7727,'_variation_id','0'),(68935,7727,'_qty','1'),(68936,7727,'_tax_class',''),(68937,7727,'_line_subtotal','79.2'),(68938,7727,'_line_subtotal_tax','0'),(68939,7727,'_line_total','79.2'),(68940,7727,'_line_tax','0'),(68941,7727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68942,7728,'_product_id','45'),(68943,7728,'_variation_id','0'),(68944,7728,'_qty','1'),(68945,7728,'_tax_class',''),(68946,7728,'_line_subtotal','42.24'),(68947,7728,'_line_subtotal_tax','0'),(68948,7728,'_line_total','42.24'),(68949,7728,'_line_tax','0'),(68950,7728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68951,7729,'_product_id','44'),(68952,7729,'_variation_id','0'),(68953,7729,'_qty','1'),(68954,7729,'_tax_class',''),(68955,7729,'_line_subtotal','116.16'),(68956,7729,'_line_subtotal_tax','0'),(68957,7729,'_line_total','116.16'),(68958,7729,'_line_tax','0'),(68959,7729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68960,7730,'_product_id','93'),(68961,7730,'_variation_id','0'),(68962,7730,'_qty','10'),(68963,7730,'_tax_class',''),(68964,7730,'_line_subtotal','0'),(68965,7730,'_line_subtotal_tax','0'),(68966,7730,'_line_total','0'),(68967,7730,'_line_tax','0'),(68968,7730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68969,7731,'_product_id','39'),(68970,7731,'_variation_id','0'),(68971,7731,'_qty','1'),(68972,7731,'_tax_class',''),(68973,7731,'_line_subtotal','79.2'),(68974,7731,'_line_subtotal_tax','0'),(68975,7731,'_line_total','79.2'),(68976,7731,'_line_tax','0'),(68977,7731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(68978,7732,'method_id','free_shipping'),(68979,7732,'instance_id','2'),(68980,7732,'cost','0.00'),(68981,7732,'total_tax','0'),(68982,7732,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68983,7732,'Items','Active Rinse 8oz(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% &times; 10, Preventive Shampoo(Case of 12) &times; 1'),(69112,7685,'thwma_order_shipping_status','wc-pending'),(69113,7686,'thwma_order_shipping_status','wc-pending'),(69114,7687,'thwma_order_shipping_status','wc-pending'),(69115,7688,'thwma_order_shipping_status','wc-pending'),(69116,7747,'_product_id','490'),(69117,7747,'_variation_id','0'),(69118,7747,'_qty','8'),(69119,7747,'_tax_class',''),(69120,7747,'_line_subtotal','165.76'),(69121,7747,'_line_subtotal_tax','0'),(69122,7747,'_line_total','165.76'),(69123,7747,'_line_tax','0'),(69124,7747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69125,7748,'_product_id','488'),(69126,7748,'_variation_id','0'),(69127,7748,'_qty','1'),(69128,7748,'_tax_class',''),(69129,7748,'_line_subtotal','31.35'),(69130,7748,'_line_subtotal_tax','0'),(69131,7748,'_line_total','31.35'),(69132,7748,'_line_tax','0'),(69133,7748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69134,7749,'_product_id','23'),(69135,7749,'_variation_id','0'),(69136,7749,'_qty','1'),(69137,7749,'_tax_class',''),(69138,7749,'_line_subtotal','71.76'),(69139,7749,'_line_subtotal_tax','0'),(69140,7749,'_line_total','71.76'),(69141,7749,'_line_tax','0'),(69142,7749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69143,7750,'_product_id','45'),(69144,7750,'_variation_id','0'),(69145,7750,'_qty','1'),(69146,7750,'_tax_class',''),(69147,7750,'_line_subtotal','42.24'),(69148,7750,'_line_subtotal_tax','0'),(69149,7750,'_line_total','42.24'),(69150,7750,'_line_tax','0'),(69151,7750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69152,7751,'_product_id','41'),(69153,7751,'_variation_id','0'),(69154,7751,'_qty','1'),(69155,7751,'_tax_class',''),(69156,7751,'_line_subtotal','66.48'),(69157,7751,'_line_subtotal_tax','0'),(69158,7751,'_line_total','66.48'),(69159,7751,'_line_tax','0'),(69160,7751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69161,7752,'_product_id','49'),(69162,7752,'_variation_id','0'),(69163,7752,'_qty','1'),(69164,7752,'_tax_class',''),(69165,7752,'_line_subtotal','79.2'),(69166,7752,'_line_subtotal_tax','0'),(69167,7752,'_line_total','79.2'),(69168,7752,'_line_tax','0'),(69169,7752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69170,7753,'method_id','fedex'),(69171,7753,'instance_id','1'),(69172,7753,'cost','50.09'),(69173,7753,'total_tax','0'),(69174,7753,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69175,7753,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(69176,7753,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(69177,7719,'thwma_order_shipping_status','wc-pending'),(69178,7720,'thwma_order_shipping_status','wc-pending'),(69179,7721,'thwma_order_shipping_status','wc-pending'),(69180,7722,'thwma_order_shipping_status','wc-pending'),(69187,7747,'thwma_order_shipping_status','wc-pending'),(69188,7748,'thwma_order_shipping_status','wc-pending'),(69189,7749,'thwma_order_shipping_status','wc-pending'),(69190,7750,'thwma_order_shipping_status','wc-pending'),(69191,7751,'thwma_order_shipping_status','wc-pending'),(69192,7752,'thwma_order_shipping_status','wc-pending'),(69199,7726,'thwma_order_shipping_status','wc-pending'),(69200,7727,'thwma_order_shipping_status','wc-pending'),(69201,7728,'thwma_order_shipping_status','wc-pending'),(69202,7729,'thwma_order_shipping_status','wc-pending'),(69203,7730,'thwma_order_shipping_status','wc-pending'),(69204,7731,'thwma_order_shipping_status','wc-pending'),(69205,7754,'_product_id','93'),(69206,7754,'_variation_id','0'),(69207,7754,'_qty','10'),(69208,7754,'_tax_class',''),(69209,7754,'_line_subtotal','0'),(69210,7754,'_line_subtotal_tax','0'),(69211,7754,'_line_total','0'),(69212,7754,'_line_tax','0'),(69213,7754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69214,7755,'_product_id','99'),(69215,7755,'_variation_id','0'),(69216,7755,'_qty','1'),(69217,7755,'_tax_class',''),(69218,7755,'_line_subtotal','0'),(69219,7755,'_line_subtotal_tax','0'),(69220,7755,'_line_total','0'),(69221,7755,'_line_tax','0'),(69222,7755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69223,7756,'method_id','fedex'),(69224,7756,'instance_id','1'),(69225,7756,'cost','28.08'),(69226,7756,'total_tax','0'),(69227,7756,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69228,7756,'Package 1','17 × 14 × 10 (in) 30.35lbs × 1'),(69229,7757,'_product_id','93'),(69230,7757,'_variation_id','0'),(69231,7757,'_qty','10'),(69232,7757,'_tax_class',''),(69233,7757,'_line_subtotal','0'),(69234,7757,'_line_subtotal_tax','0'),(69235,7757,'_line_total','0'),(69236,7757,'_line_tax','0'),(69237,7757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69238,7758,'method_id','fedex'),(69239,7758,'instance_id','1'),(69240,7758,'cost','22.69'),(69241,7758,'total_tax','0'),(69242,7758,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69243,7758,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(69259,7761,'_product_id','490'),(69260,7761,'_variation_id','0'),(69261,7761,'_qty','4'),(69262,7761,'_tax_class',''),(69263,7761,'_line_subtotal','82.88'),(69264,7761,'_line_subtotal_tax','0'),(69265,7761,'_line_total','82.88'),(69266,7761,'_line_tax','0'),(69267,7761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69268,7762,'_product_id','44'),(69269,7762,'_variation_id','0'),(69270,7762,'_qty','1'),(69271,7762,'_tax_class',''),(69272,7762,'_line_subtotal','116.16'),(69273,7762,'_line_subtotal_tax','0'),(69274,7762,'_line_total','116.16'),(69275,7762,'_line_tax','0'),(69276,7762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69277,7763,'_product_id','118'),(69278,7763,'_variation_id','0'),(69279,7763,'_qty','1'),(69280,7763,'_tax_class',''),(69281,7763,'_line_subtotal','184.8'),(69282,7763,'_line_subtotal_tax','0'),(69283,7763,'_line_total','184.8'),(69284,7763,'_line_tax','0'),(69285,7763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69286,7764,'_product_id','41'),(69287,7764,'_variation_id','0'),(69288,7764,'_qty','3'),(69289,7764,'_tax_class',''),(69290,7764,'_line_subtotal','199.44'),(69291,7764,'_line_subtotal_tax','0'),(69292,7764,'_line_total','199.44'),(69293,7764,'_line_tax','0'),(69294,7764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69295,7765,'method_id','fedex'),(69296,7765,'instance_id','1'),(69297,7765,'cost','28.89'),(69298,7765,'total_tax','0'),(69299,7765,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69300,7765,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(69301,7765,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(69304,7754,'thwma_order_shipping_status','wc-pending'),(69305,7755,'thwma_order_shipping_status','wc-pending'),(69306,7761,'thwma_order_shipping_status','wc-pending'),(69307,7762,'thwma_order_shipping_status','wc-pending'),(69308,7763,'thwma_order_shipping_status','wc-pending'),(69309,7764,'thwma_order_shipping_status','wc-pending'),(69310,7766,'_product_id','23'),(69311,7766,'_variation_id','0'),(69312,7766,'_qty','3'),(69313,7766,'_tax_class',''),(69314,7766,'_line_subtotal','215.28'),(69315,7766,'_line_subtotal_tax','0'),(69316,7766,'_line_total','215.28'),(69317,7766,'_line_tax','0'),(69318,7766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69319,7767,'_product_id','42'),(69320,7767,'_variation_id','0'),(69321,7767,'_qty','1'),(69322,7767,'_tax_class',''),(69323,7767,'_line_subtotal','79.2'),(69324,7767,'_line_subtotal_tax','0'),(69325,7767,'_line_total','79.2'),(69326,7767,'_line_tax','0'),(69327,7767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69328,7768,'_product_id','41'),(69329,7768,'_variation_id','0'),(69330,7768,'_qty','2'),(69331,7768,'_tax_class',''),(69332,7768,'_line_subtotal','132.96'),(69333,7768,'_line_subtotal_tax','0'),(69334,7768,'_line_total','132.96'),(69335,7768,'_line_tax','0'),(69336,7768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69337,7769,'_product_id','49'),(69338,7769,'_variation_id','0'),(69339,7769,'_qty','1'),(69340,7769,'_tax_class',''),(69341,7769,'_line_subtotal','79.2'),(69342,7769,'_line_subtotal_tax','0'),(69343,7769,'_line_total','79.2'),(69344,7769,'_line_tax','0'),(69345,7769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69346,7770,'method_id','fedex'),(69347,7770,'instance_id','1'),(69348,7770,'cost','18.64'),(69349,7770,'total_tax','0'),(69350,7770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69351,7770,'Package 1','17 × 14 × 10 (in) 40.4lbs × 1'),(69352,7771,'_product_id','23'),(69353,7771,'_variation_id','0'),(69354,7771,'_qty','1'),(69355,7771,'_tax_class',''),(69356,7771,'_line_subtotal','71.76'),(69357,7771,'_line_subtotal_tax','0'),(69358,7771,'_line_total','71.76'),(69359,7771,'_line_tax','0'),(69360,7771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69361,7772,'_product_id','38'),(69362,7772,'_variation_id','0'),(69363,7772,'_qty','1'),(69364,7772,'_tax_class',''),(69365,7772,'_line_subtotal','174.72'),(69366,7772,'_line_subtotal_tax','0'),(69367,7772,'_line_total','174.72'),(69368,7772,'_line_tax','0'),(69369,7772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69370,7773,'_product_id','41'),(69371,7773,'_variation_id','0'),(69372,7773,'_qty','1'),(69373,7773,'_tax_class',''),(69374,7773,'_line_subtotal','66.48'),(69375,7773,'_line_subtotal_tax','0'),(69376,7773,'_line_total','66.48'),(69377,7773,'_line_tax','0'),(69378,7773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69379,7774,'_product_id','45'),(69380,7774,'_variation_id','0'),(69381,7774,'_qty','1'),(69382,7774,'_tax_class',''),(69383,7774,'_line_subtotal','42.24'),(69384,7774,'_line_subtotal_tax','0'),(69385,7774,'_line_total','42.24'),(69386,7774,'_line_tax','0'),(69387,7774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69388,7775,'_product_id','118'),(69389,7775,'_variation_id','0'),(69390,7775,'_qty','1'),(69391,7775,'_tax_class',''),(69392,7775,'_line_subtotal','184.8'),(69393,7775,'_line_subtotal_tax','0'),(69394,7775,'_line_total','184.8'),(69395,7775,'_line_tax','0'),(69396,7775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69397,7776,'_product_id','51'),(69398,7776,'_variation_id','0'),(69399,7776,'_qty','1'),(69400,7776,'_tax_class',''),(69401,7776,'_line_subtotal','147.84'),(69402,7776,'_line_subtotal_tax','0'),(69403,7776,'_line_total','147.84'),(69404,7776,'_line_tax','0'),(69405,7776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69406,7777,'_product_id','97'),(69407,7777,'_variation_id','0'),(69408,7777,'_qty','1'),(69409,7777,'_tax_class',''),(69410,7777,'_line_subtotal','0'),(69411,7777,'_line_subtotal_tax','0'),(69412,7777,'_line_total','0'),(69413,7777,'_line_tax','0'),(69414,7777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69415,7778,'_product_id','99'),(69416,7778,'_variation_id','0'),(69417,7778,'_qty','1'),(69418,7778,'_tax_class',''),(69419,7778,'_line_subtotal','0'),(69420,7778,'_line_subtotal_tax','0'),(69421,7778,'_line_total','0'),(69422,7778,'_line_tax','0'),(69423,7778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69424,7779,'_product_id','93'),(69425,7779,'_variation_id','0'),(69426,7779,'_qty','7'),(69427,7779,'_tax_class',''),(69428,7779,'_line_subtotal','0'),(69429,7779,'_line_subtotal_tax','0'),(69430,7779,'_line_total','0'),(69431,7779,'_line_tax','0'),(69432,7779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69433,7780,'_product_id','95'),(69434,7780,'_variation_id','0'),(69435,7780,'_qty','3'),(69436,7780,'_tax_class',''),(69437,7780,'_line_subtotal','0'),(69438,7780,'_line_subtotal_tax','0'),(69439,7780,'_line_total','0'),(69440,7780,'_line_tax','0'),(69441,7780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69442,7781,'method_id','free_shipping'),(69443,7781,'instance_id','2'),(69444,7781,'cost','0.00'),(69445,7781,'total_tax','0'),(69446,7781,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69447,7781,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 7, Bulk Active Rinse 50/50 &times; 3'),(69458,7766,'thwma_order_shipping_status','wc-pending'),(69459,7767,'thwma_order_shipping_status','wc-pending'),(69460,7768,'thwma_order_shipping_status','wc-pending'),(69461,7769,'thwma_order_shipping_status','wc-pending'),(69462,7704,'thwma_order_shipping_status','wc-pending'),(69463,7705,'thwma_order_shipping_status','wc-pending'),(69464,7706,'thwma_order_shipping_status','wc-pending'),(69465,7707,'thwma_order_shipping_status','wc-pending'),(69466,7708,'thwma_order_shipping_status','wc-pending'),(69467,7709,'thwma_order_shipping_status','wc-pending'),(69468,7710,'thwma_order_shipping_status','wc-pending'),(69469,7711,'thwma_order_shipping_status','wc-pending'),(69470,7712,'thwma_order_shipping_status','wc-pending'),(69471,7713,'thwma_order_shipping_status','wc-pending'),(69472,7714,'thwma_order_shipping_status','wc-pending'),(69473,7715,'thwma_order_shipping_status','wc-pending'),(69474,7716,'thwma_order_shipping_status','wc-pending'),(69475,7717,'thwma_order_shipping_status','wc-pending'),(69476,7782,'_product_id','49'),(69477,7782,'_variation_id','0'),(69478,7782,'_qty','1'),(69479,7782,'_tax_class',''),(69480,7782,'_line_subtotal','79.2'),(69481,7782,'_line_subtotal_tax','0'),(69482,7782,'_line_total','79.2'),(69483,7782,'_line_tax','0'),(69484,7782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69485,7783,'_product_id','93'),(69486,7783,'_variation_id','0'),(69487,7783,'_qty','10'),(69488,7783,'_tax_class',''),(69489,7783,'_line_subtotal','0'),(69490,7783,'_line_subtotal_tax','0'),(69491,7783,'_line_total','0'),(69492,7783,'_line_tax','0'),(69493,7783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69494,7784,'_product_id','97'),(69495,7784,'_variation_id','0'),(69496,7784,'_qty','2'),(69497,7784,'_tax_class',''),(69498,7784,'_line_subtotal','0'),(69499,7784,'_line_subtotal_tax','0'),(69500,7784,'_line_total','0'),(69501,7784,'_line_tax','0'),(69502,7784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69503,7785,'_product_id','133'),(69504,7785,'_variation_id','0'),(69505,7785,'_qty','2'),(69506,7785,'_tax_class',''),(69507,7785,'_line_subtotal','28.6'),(69508,7785,'_line_subtotal_tax','0'),(69509,7785,'_line_total','28.6'),(69510,7785,'_line_tax','0'),(69511,7785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69512,7786,'method_id','fedex'),(69513,7786,'instance_id','1'),(69514,7786,'cost','25.00'),(69515,7786,'total_tax','0'),(69516,7786,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69517,7786,'Package 1','17 × 14 × 10 (in) 35.5lbs × 1'),(69518,7786,'Package 2','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(69519,7787,'_product_id','23'),(69520,7787,'_variation_id','0'),(69521,7787,'_qty','4'),(69522,7787,'_tax_class',''),(69523,7787,'_line_subtotal','287.04'),(69524,7787,'_line_subtotal_tax','0'),(69525,7787,'_line_total','287.04'),(69526,7787,'_line_tax','0'),(69527,7787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69528,7788,'_product_id','45'),(69529,7788,'_variation_id','0'),(69530,7788,'_qty','1'),(69531,7788,'_tax_class',''),(69532,7788,'_line_subtotal','42.24'),(69533,7788,'_line_subtotal_tax','0'),(69534,7788,'_line_total','42.24'),(69535,7788,'_line_tax','0'),(69536,7788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69537,7789,'_product_id','41'),(69538,7789,'_variation_id','0'),(69539,7789,'_qty','3'),(69540,7789,'_tax_class',''),(69541,7789,'_line_subtotal','199.44'),(69542,7789,'_line_subtotal_tax','0'),(69543,7789,'_line_total','199.44'),(69544,7789,'_line_tax','0'),(69545,7789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69546,7790,'method_id','fedex'),(69547,7790,'instance_id','1'),(69548,7790,'cost','31.77'),(69549,7790,'total_tax','0'),(69550,7790,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69551,7790,'Package 1','17 × 14 × 10 (in) 40.1lbs × 1'),(69552,7790,'Package 2','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(69553,7791,'_product_id','97'),(69554,7791,'_variation_id','0'),(69555,7791,'_qty','1'),(69556,7791,'_tax_class',''),(69557,7791,'_line_subtotal','0'),(69558,7791,'_line_subtotal_tax','0'),(69559,7791,'_line_total','0'),(69560,7791,'_line_tax','0'),(69561,7791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69562,7792,'_product_id','99'),(69563,7792,'_variation_id','0'),(69564,7792,'_qty','1'),(69565,7792,'_tax_class',''),(69566,7792,'_line_subtotal','0'),(69567,7792,'_line_subtotal_tax','0'),(69568,7792,'_line_total','0'),(69569,7792,'_line_tax','0'),(69570,7792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69571,7793,'_product_id','23'),(69572,7793,'_variation_id','0'),(69573,7793,'_qty','6'),(69574,7793,'_tax_class',''),(69575,7793,'_line_subtotal','430.56'),(69576,7793,'_line_subtotal_tax','0'),(69577,7793,'_line_total','430.56'),(69578,7793,'_line_tax','0'),(69579,7793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69580,7794,'method_id','fedex'),(69581,7794,'instance_id','1'),(69582,7794,'cost','38.78'),(69583,7794,'total_tax','0'),(69584,7794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69585,7794,'Package 1','17 × 14 × 10 (in) 38.6lbs × 1'),(69586,7794,'Package 2','17 × 14 × 10 (in) 22.9lbs × 1'),(69587,7795,'_product_id','49'),(69588,7795,'_variation_id','0'),(69589,7795,'_qty','1'),(69590,7795,'_tax_class',''),(69591,7795,'_line_subtotal','79.2'),(69592,7795,'_line_subtotal_tax','0'),(69593,7795,'_line_total','79.2'),(69594,7795,'_line_tax','0'),(69595,7795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69596,7796,'_product_id','43'),(69597,7796,'_variation_id','0'),(69598,7796,'_qty','2'),(69599,7796,'_tax_class',''),(69600,7796,'_line_subtotal','158.4'),(69601,7796,'_line_subtotal_tax','0'),(69602,7796,'_line_total','158.4'),(69603,7796,'_line_tax','0'),(69604,7796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69605,7797,'_product_id','41'),(69606,7797,'_variation_id','0'),(69607,7797,'_qty','1'),(69608,7797,'_tax_class',''),(69609,7797,'_line_subtotal','66.48'),(69610,7797,'_line_subtotal_tax','0'),(69611,7797,'_line_total','66.48'),(69612,7797,'_line_tax','0'),(69613,7797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69614,7798,'method_id','fedex'),(69615,7798,'instance_id','1'),(69616,7798,'cost','22.84'),(69617,7798,'total_tax','0'),(69618,7798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69619,7798,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(69689,7806,'_product_id','41'),(69690,7806,'_variation_id','0'),(69691,7806,'_qty','6'),(69692,7806,'_tax_class',''),(69693,7806,'_line_subtotal','398.88'),(69694,7806,'_line_subtotal_tax','0'),(69695,7806,'_line_total','398.88'),(69696,7806,'_line_tax','0'),(69697,7806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69698,7807,'_product_id','23'),(69699,7807,'_variation_id','0'),(69700,7807,'_qty','2'),(69701,7807,'_tax_class',''),(69702,7807,'_line_subtotal','143.52'),(69703,7807,'_line_subtotal_tax','0'),(69704,7807,'_line_total','143.52'),(69705,7807,'_line_tax','0'),(69706,7807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69707,7808,'_product_id','49'),(69708,7808,'_variation_id','0'),(69709,7808,'_qty','4'),(69710,7808,'_tax_class',''),(69711,7808,'_line_subtotal','316.8'),(69712,7808,'_line_subtotal_tax','0'),(69713,7808,'_line_total','316.8'),(69714,7808,'_line_tax','0'),(69715,7808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69716,7809,'_product_id','39'),(69717,7809,'_variation_id','0'),(69718,7809,'_qty','2'),(69719,7809,'_tax_class',''),(69720,7809,'_line_subtotal','158.4'),(69721,7809,'_line_subtotal_tax','0'),(69722,7809,'_line_total','158.4'),(69723,7809,'_line_tax','0'),(69724,7809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69725,7810,'_product_id','40'),(69726,7810,'_variation_id','0'),(69727,7810,'_qty','1'),(69728,7810,'_tax_class',''),(69729,7810,'_line_subtotal','79.2'),(69730,7810,'_line_subtotal_tax','0'),(69731,7810,'_line_total','79.2'),(69732,7810,'_line_tax','0'),(69733,7810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69734,7811,'_product_id','42'),(69735,7811,'_variation_id','0'),(69736,7811,'_qty','2'),(69737,7811,'_tax_class',''),(69738,7811,'_line_subtotal','158.4'),(69739,7811,'_line_subtotal_tax','0'),(69740,7811,'_line_total','158.4'),(69741,7811,'_line_tax','0'),(69742,7811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69743,7812,'method_id','free_shipping'),(69744,7812,'instance_id','2'),(69745,7812,'cost','0.00'),(69746,7812,'total_tax','0'),(69747,7812,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69748,7812,'Items','Professional Lice Comb(Case of 12) &times; 6, Active Rinse 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2'),(69749,7787,'thwma_order_shipping_status','wc-pending'),(69750,7788,'thwma_order_shipping_status','wc-pending'),(69751,7789,'thwma_order_shipping_status','wc-pending'),(69752,7795,'thwma_order_shipping_status','wc-pending'),(69753,7796,'thwma_order_shipping_status','wc-pending'),(69754,7797,'thwma_order_shipping_status','wc-pending'),(69755,7782,'thwma_order_shipping_status','wc-pending'),(69756,7783,'thwma_order_shipping_status','wc-pending'),(69757,7784,'thwma_order_shipping_status','wc-pending'),(69758,7785,'thwma_order_shipping_status','wc-pending'),(69759,7813,'_product_id','490'),(69760,7813,'_variation_id','0'),(69761,7813,'_qty','10'),(69762,7813,'_tax_class',''),(69763,7813,'_line_subtotal','207.2'),(69764,7813,'_line_subtotal_tax','0'),(69765,7813,'_line_total','207.2'),(69766,7813,'_line_tax','0'),(69767,7813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69768,7814,'_product_id','488'),(69769,7814,'_variation_id','0'),(69770,7814,'_qty','1'),(69771,7814,'_tax_class',''),(69772,7814,'_line_subtotal','31.35'),(69773,7814,'_line_subtotal_tax','0'),(69774,7814,'_line_total','31.35'),(69775,7814,'_line_tax','0'),(69776,7814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69777,7815,'_product_id','487'),(69778,7815,'_variation_id','0'),(69779,7815,'_qty','1'),(69780,7815,'_tax_class',''),(69781,7815,'_line_subtotal','31.35'),(69782,7815,'_line_subtotal_tax','0'),(69783,7815,'_line_total','31.35'),(69784,7815,'_line_tax','0'),(69785,7815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69786,7816,'_product_id','43'),(69787,7816,'_variation_id','0'),(69788,7816,'_qty','1'),(69789,7816,'_tax_class',''),(69790,7816,'_line_subtotal','79.2'),(69791,7816,'_line_subtotal_tax','0'),(69792,7816,'_line_total','79.2'),(69793,7816,'_line_tax','0'),(69794,7816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69795,7817,'_product_id','43'),(69796,7817,'_variation_id','0'),(69797,7817,'_qty','1'),(69798,7817,'_tax_class',''),(69799,7817,'_line_subtotal','79.2'),(69800,7817,'_line_subtotal_tax','0'),(69801,7817,'_line_total','79.2'),(69802,7817,'_line_tax','0'),(69803,7817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69804,7818,'_product_id','41'),(69805,7818,'_variation_id','0'),(69806,7818,'_qty','2'),(69807,7818,'_tax_class',''),(69808,7818,'_line_subtotal','132.96'),(69809,7818,'_line_subtotal_tax','0'),(69810,7818,'_line_total','132.96'),(69811,7818,'_line_tax','0'),(69812,7818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69813,7819,'_product_id','144'),(69814,7819,'_variation_id','0'),(69815,7819,'_qty','10'),(69816,7819,'_tax_class',''),(69817,7819,'_line_subtotal','13.8'),(69818,7819,'_line_subtotal_tax','0'),(69819,7819,'_line_total','13.8'),(69820,7819,'_line_tax','0'),(69821,7819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69822,7820,'_product_id','120'),(69823,7820,'_variation_id','0'),(69824,7820,'_qty','2'),(69825,7820,'_tax_class',''),(69826,7820,'_line_subtotal','105.6'),(69827,7820,'_line_subtotal_tax','0'),(69828,7820,'_line_total','105.6'),(69829,7820,'_line_tax','0'),(69830,7820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69831,7821,'_product_id','49'),(69832,7821,'_variation_id','0'),(69833,7821,'_qty','1'),(69834,7821,'_tax_class',''),(69835,7821,'_line_subtotal','79.2'),(69836,7821,'_line_subtotal_tax','0'),(69837,7821,'_line_total','79.2'),(69838,7821,'_line_tax','0'),(69839,7821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69840,7822,'_product_id','23'),(69841,7822,'_variation_id','0'),(69842,7822,'_qty','1'),(69843,7822,'_tax_class',''),(69844,7822,'_line_subtotal','71.76'),(69845,7822,'_line_subtotal_tax','0'),(69846,7822,'_line_total','71.76'),(69847,7822,'_line_tax','0'),(69848,7822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69849,7823,'method_id','free_shipping'),(69850,7823,'instance_id','2'),(69851,7823,'cost','0.00'),(69852,7823,'total_tax','0'),(69853,7823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69854,7823,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Course Tail Comb &times; 10, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(69855,7824,'_product_id','23'),(69856,7824,'_variation_id','0'),(69857,7824,'_qty','2'),(69858,7824,'_tax_class',''),(69859,7824,'_line_subtotal','143.52'),(69860,7824,'_line_subtotal_tax','0'),(69861,7824,'_line_total','143.52'),(69862,7824,'_line_tax','0'),(69863,7824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69864,7825,'_product_id','38'),(69865,7825,'_variation_id','0'),(69866,7825,'_qty','2'),(69867,7825,'_tax_class',''),(69868,7825,'_line_subtotal','349.44'),(69869,7825,'_line_subtotal_tax','0'),(69870,7825,'_line_total','349.44'),(69871,7825,'_line_tax','0'),(69872,7825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69873,7826,'_product_id','490'),(69874,7826,'_variation_id','0'),(69875,7826,'_qty','10'),(69876,7826,'_tax_class',''),(69877,7826,'_line_subtotal','207.2'),(69878,7826,'_line_subtotal_tax','0'),(69879,7826,'_line_total','207.2'),(69880,7826,'_line_tax','0'),(69881,7826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69882,7827,'_product_id','131'),(69883,7827,'_variation_id','0'),(69884,7827,'_qty','2'),(69885,7827,'_tax_class',''),(69886,7827,'_line_subtotal','25.3'),(69887,7827,'_line_subtotal_tax','0'),(69888,7827,'_line_total','25.3'),(69889,7827,'_line_tax','0'),(69890,7827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69891,7828,'_product_id','41'),(69892,7828,'_variation_id','0'),(69893,7828,'_qty','2'),(69894,7828,'_tax_class',''),(69895,7828,'_line_subtotal','132.96'),(69896,7828,'_line_subtotal_tax','0'),(69897,7828,'_line_total','132.96'),(69898,7828,'_line_tax','0'),(69899,7828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69900,7829,'method_id','free_shipping'),(69901,7829,'instance_id','2'),(69902,7829,'cost','0.00'),(69903,7829,'total_tax','0'),(69904,7829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69905,7829,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(69906,7830,'_product_id','489'),(69907,7830,'_variation_id','0'),(69908,7830,'_qty','10'),(69909,7830,'_tax_class',''),(69910,7830,'_line_subtotal','190.4'),(69911,7830,'_line_subtotal_tax','0'),(69912,7830,'_line_total','190.4'),(69913,7830,'_line_tax','0'),(69914,7830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69915,7831,'method_id','fedex'),(69916,7831,'instance_id','1'),(69917,7831,'cost','14.68'),(69918,7831,'total_tax','0'),(69919,7831,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(69920,7831,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(69921,7791,'thwma_order_shipping_status','wc-pending'),(69922,7792,'thwma_order_shipping_status','wc-pending'),(69923,7793,'thwma_order_shipping_status','wc-pending'),(69924,7813,'thwma_order_shipping_status','wc-pending'),(69925,7814,'thwma_order_shipping_status','wc-pending'),(69926,7815,'thwma_order_shipping_status','wc-pending'),(69927,7816,'thwma_order_shipping_status','wc-pending'),(69928,7817,'thwma_order_shipping_status','wc-pending'),(69929,7818,'thwma_order_shipping_status','wc-pending'),(69930,7819,'thwma_order_shipping_status','wc-pending'),(69931,7820,'thwma_order_shipping_status','wc-pending'),(69932,7821,'thwma_order_shipping_status','wc-pending'),(69933,7822,'thwma_order_shipping_status','wc-pending'),(69934,7832,'_product_id','23'),(69935,7832,'_variation_id','0'),(69936,7832,'_qty','2'),(69937,7832,'_tax_class',''),(69938,7832,'_line_subtotal','143.52'),(69939,7832,'_line_subtotal_tax','0'),(69940,7832,'_line_total','143.52'),(69941,7832,'_line_tax','0'),(69942,7832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69943,7833,'_product_id','38'),(69944,7833,'_variation_id','0'),(69945,7833,'_qty','1'),(69946,7833,'_tax_class',''),(69947,7833,'_line_subtotal','174.72'),(69948,7833,'_line_subtotal_tax','0'),(69949,7833,'_line_total','174.72'),(69950,7833,'_line_tax','0'),(69951,7833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69952,7834,'_product_id','41'),(69953,7834,'_variation_id','0'),(69954,7834,'_qty','4'),(69955,7834,'_tax_class',''),(69956,7834,'_line_subtotal','265.92'),(69957,7834,'_line_subtotal_tax','0'),(69958,7834,'_line_total','265.92'),(69959,7834,'_line_tax','0'),(69960,7834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69961,7835,'_product_id','43'),(69962,7835,'_variation_id','0'),(69963,7835,'_qty','1'),(69964,7835,'_tax_class',''),(69965,7835,'_line_subtotal','79.2'),(69966,7835,'_line_subtotal_tax','0'),(69967,7835,'_line_total','79.2'),(69968,7835,'_line_tax','0'),(69969,7835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69970,7836,'_product_id','40'),(69971,7836,'_variation_id','0'),(69972,7836,'_qty','1'),(69973,7836,'_tax_class',''),(69974,7836,'_line_subtotal','79.2'),(69975,7836,'_line_subtotal_tax','0'),(69976,7836,'_line_total','79.2'),(69977,7836,'_line_tax','0'),(69978,7836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69979,7837,'_product_id','39'),(69980,7837,'_variation_id','0'),(69981,7837,'_qty','1'),(69982,7837,'_tax_class',''),(69983,7837,'_line_subtotal','79.2'),(69984,7837,'_line_subtotal_tax','0'),(69985,7837,'_line_total','79.2'),(69986,7837,'_line_tax','0'),(69987,7837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69988,7838,'_product_id','49'),(69989,7838,'_variation_id','0'),(69990,7838,'_qty','1'),(69991,7838,'_tax_class',''),(69992,7838,'_line_subtotal','79.2'),(69993,7838,'_line_subtotal_tax','0'),(69994,7838,'_line_total','79.2'),(69995,7838,'_line_tax','0'),(69996,7838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(69997,7839,'_product_id','93'),(69998,7839,'_variation_id','0'),(69999,7839,'_qty','8'),(70000,7839,'_tax_class',''),(70001,7839,'_line_subtotal','0'),(70002,7839,'_line_subtotal_tax','0'),(70003,7839,'_line_total','0'),(70004,7839,'_line_tax','0'),(70005,7839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70006,7840,'method_id','free_shipping'),(70007,7840,'instance_id','2'),(70008,7840,'cost','0.00'),(70009,7840,'total_tax','0'),(70010,7840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70011,7840,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 8'),(70026,7771,'thwma_order_shipping_status','wc-pending'),(70027,7772,'thwma_order_shipping_status','wc-pending'),(70028,7773,'thwma_order_shipping_status','wc-pending'),(70029,7774,'thwma_order_shipping_status','wc-pending'),(70030,7775,'thwma_order_shipping_status','wc-pending'),(70031,7776,'thwma_order_shipping_status','wc-pending'),(70032,7777,'thwma_order_shipping_status','wc-pending'),(70033,7778,'thwma_order_shipping_status','wc-pending'),(70034,7779,'thwma_order_shipping_status','wc-pending'),(70035,7780,'thwma_order_shipping_status','wc-pending'),(70036,7806,'thwma_order_shipping_status','wc-pending'),(70037,7807,'thwma_order_shipping_status','wc-pending'),(70038,7808,'thwma_order_shipping_status','wc-pending'),(70039,7809,'thwma_order_shipping_status','wc-pending'),(70040,7810,'thwma_order_shipping_status','wc-pending'),(70041,7811,'thwma_order_shipping_status','wc-pending'),(70042,7824,'thwma_order_shipping_status','wc-pending'),(70043,7825,'thwma_order_shipping_status','wc-pending'),(70044,7826,'thwma_order_shipping_status','wc-pending'),(70045,7827,'thwma_order_shipping_status','wc-pending'),(70046,7828,'thwma_order_shipping_status','wc-pending'),(70047,7841,'_product_id','23'),(70048,7841,'_variation_id','0'),(70049,7841,'_qty','1'),(70050,7841,'_tax_class',''),(70051,7841,'_line_subtotal','71.76'),(70052,7841,'_line_subtotal_tax','0'),(70053,7841,'_line_total','71.76'),(70054,7841,'_line_tax','0'),(70055,7841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70056,7842,'_product_id','45'),(70057,7842,'_variation_id','0'),(70058,7842,'_qty','2'),(70059,7842,'_tax_class',''),(70060,7842,'_line_subtotal','84.48'),(70061,7842,'_line_subtotal_tax','0'),(70062,7842,'_line_total','84.48'),(70063,7842,'_line_tax','0'),(70064,7842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70065,7843,'_product_id','40'),(70066,7843,'_variation_id','0'),(70067,7843,'_qty','1'),(70068,7843,'_tax_class',''),(70069,7843,'_line_subtotal','79.2'),(70070,7843,'_line_subtotal_tax','0'),(70071,7843,'_line_total','79.2'),(70072,7843,'_line_tax','0'),(70073,7843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70074,7844,'_product_id','39'),(70075,7844,'_variation_id','0'),(70076,7844,'_qty','1'),(70077,7844,'_tax_class',''),(70078,7844,'_line_subtotal','79.2'),(70079,7844,'_line_subtotal_tax','0'),(70080,7844,'_line_total','79.2'),(70081,7844,'_line_tax','0'),(70082,7844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70083,7845,'_product_id','44'),(70084,7845,'_variation_id','0'),(70085,7845,'_qty','2'),(70086,7845,'_tax_class',''),(70087,7845,'_line_subtotal','232.32'),(70088,7845,'_line_subtotal_tax','0'),(70089,7845,'_line_total','232.32'),(70090,7845,'_line_tax','0'),(70091,7845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70092,7846,'_product_id','49'),(70093,7846,'_variation_id','0'),(70094,7846,'_qty','2'),(70095,7846,'_tax_class',''),(70096,7846,'_line_subtotal','158.4'),(70097,7846,'_line_subtotal_tax','0'),(70098,7846,'_line_total','158.4'),(70099,7846,'_line_tax','0'),(70100,7846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70101,7847,'_product_id','93'),(70102,7847,'_variation_id','0'),(70103,7847,'_qty','10'),(70104,7847,'_tax_class',''),(70105,7847,'_line_subtotal','0'),(70106,7847,'_line_subtotal_tax','0'),(70107,7847,'_line_total','0'),(70108,7847,'_line_tax','0'),(70109,7847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70110,7848,'_product_id','97'),(70111,7848,'_variation_id','0'),(70112,7848,'_qty','1'),(70113,7848,'_tax_class',''),(70114,7848,'_line_subtotal','0'),(70115,7848,'_line_subtotal_tax','0'),(70116,7848,'_line_total','0'),(70117,7848,'_line_tax','0'),(70118,7848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70119,7849,'_product_id','120'),(70120,7849,'_variation_id','0'),(70121,7849,'_qty','1'),(70122,7849,'_tax_class',''),(70123,7849,'_line_subtotal','52.8'),(70124,7849,'_line_subtotal_tax','0'),(70125,7849,'_line_total','52.8'),(70126,7849,'_line_tax','0'),(70127,7849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70128,7850,'method_id','free_shipping'),(70129,7850,'instance_id','2'),(70130,7850,'cost','0.00'),(70131,7850,'total_tax','0'),(70132,7850,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70133,7850,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(70143,7851,'_product_id','49'),(70144,7851,'_variation_id','0'),(70145,7851,'_qty','3'),(70146,7851,'_tax_class',''),(70147,7851,'_line_subtotal','237.6'),(70148,7851,'_line_subtotal_tax','0'),(70149,7851,'_line_total','237.6'),(70150,7851,'_line_tax','0'),(70151,7851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70152,7852,'method_id','fedex'),(70153,7852,'instance_id','1'),(70154,7852,'cost','23.62'),(70155,7852,'total_tax','0'),(70156,7852,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70157,7852,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(70158,7832,'thwma_order_shipping_status','wc-pending'),(70159,7833,'thwma_order_shipping_status','wc-pending'),(70160,7834,'thwma_order_shipping_status','wc-pending'),(70161,7835,'thwma_order_shipping_status','wc-pending'),(70162,7836,'thwma_order_shipping_status','wc-pending'),(70163,7837,'thwma_order_shipping_status','wc-pending'),(70164,7838,'thwma_order_shipping_status','wc-pending'),(70165,7839,'thwma_order_shipping_status','wc-pending'),(70166,7841,'thwma_order_shipping_status','wc-pending'),(70167,7842,'thwma_order_shipping_status','wc-pending'),(70168,7843,'thwma_order_shipping_status','wc-pending'),(70169,7844,'thwma_order_shipping_status','wc-pending'),(70170,7845,'thwma_order_shipping_status','wc-pending'),(70171,7846,'thwma_order_shipping_status','wc-pending'),(70172,7847,'thwma_order_shipping_status','wc-pending'),(70173,7848,'thwma_order_shipping_status','wc-pending'),(70174,7849,'thwma_order_shipping_status','wc-pending'),(70175,7853,'_product_id','489'),(70176,7853,'_variation_id','0'),(70177,7853,'_qty','8'),(70178,7853,'_tax_class',''),(70179,7853,'_line_subtotal','152.32'),(70180,7853,'_line_subtotal_tax','0'),(70181,7853,'_line_total','152.32'),(70182,7853,'_line_tax','0'),(70183,7853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70184,7854,'_product_id','43'),(70185,7854,'_variation_id','0'),(70186,7854,'_qty','2'),(70187,7854,'_tax_class',''),(70188,7854,'_line_subtotal','158.4'),(70189,7854,'_line_subtotal_tax','0'),(70190,7854,'_line_total','158.4'),(70191,7854,'_line_tax','0'),(70192,7854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70193,7855,'_product_id','23'),(70194,7855,'_variation_id','0'),(70195,7855,'_qty','5'),(70196,7855,'_tax_class',''),(70197,7855,'_line_subtotal','358.8'),(70198,7855,'_line_subtotal_tax','0'),(70199,7855,'_line_total','358.8'),(70200,7855,'_line_tax','0'),(70201,7855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70202,7856,'_product_id','44'),(70203,7856,'_variation_id','0'),(70204,7856,'_qty','1'),(70205,7856,'_tax_class',''),(70206,7856,'_line_subtotal','116.16'),(70207,7856,'_line_subtotal_tax','0'),(70208,7856,'_line_total','116.16'),(70209,7856,'_line_tax','0'),(70210,7856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70211,7857,'_product_id','39'),(70212,7857,'_variation_id','0'),(70213,7857,'_qty','1'),(70214,7857,'_tax_class',''),(70215,7857,'_line_subtotal','79.2'),(70216,7857,'_line_subtotal_tax','0'),(70217,7857,'_line_total','79.2'),(70218,7857,'_line_tax','0'),(70219,7857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70220,7858,'_product_id','49'),(70221,7858,'_variation_id','0'),(70222,7858,'_qty','3'),(70223,7858,'_tax_class',''),(70224,7858,'_line_subtotal','237.6'),(70225,7858,'_line_subtotal_tax','0'),(70226,7858,'_line_total','237.6'),(70227,7858,'_line_tax','0'),(70228,7858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70229,7859,'_product_id','45'),(70230,7859,'_variation_id','0'),(70231,7859,'_qty','3'),(70232,7859,'_tax_class',''),(70233,7859,'_line_subtotal','126.72'),(70234,7859,'_line_subtotal_tax','0'),(70235,7859,'_line_total','126.72'),(70236,7859,'_line_tax','0'),(70237,7859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70238,7860,'_product_id','42'),(70239,7860,'_variation_id','0'),(70240,7860,'_qty','2'),(70241,7860,'_tax_class',''),(70242,7860,'_line_subtotal','158.4'),(70243,7860,'_line_subtotal_tax','0'),(70244,7860,'_line_total','158.4'),(70245,7860,'_line_tax','0'),(70246,7860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70247,7861,'_product_id','41'),(70248,7861,'_variation_id','0'),(70249,7861,'_qty','6'),(70250,7861,'_tax_class',''),(70251,7861,'_line_subtotal','398.88'),(70252,7861,'_line_subtotal_tax','0'),(70253,7861,'_line_total','398.88'),(70254,7861,'_line_tax','0'),(70255,7861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70256,7862,'_product_id','120'),(70257,7862,'_variation_id','0'),(70258,7862,'_qty','1'),(70259,7862,'_tax_class',''),(70260,7862,'_line_subtotal','52.8'),(70261,7862,'_line_subtotal_tax','0'),(70262,7862,'_line_total','52.8'),(70263,7862,'_line_tax','0'),(70264,7862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70265,7863,'_product_id','40'),(70266,7863,'_variation_id','0'),(70267,7863,'_qty','2'),(70268,7863,'_tax_class',''),(70269,7863,'_line_subtotal','158.4'),(70270,7863,'_line_subtotal_tax','0'),(70271,7863,'_line_total','158.4'),(70272,7863,'_line_tax','0'),(70273,7863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70274,7864,'_product_id','133'),(70275,7864,'_variation_id','0'),(70276,7864,'_qty','6'),(70277,7864,'_tax_class',''),(70278,7864,'_line_subtotal','85.8'),(70279,7864,'_line_subtotal_tax','0'),(70280,7864,'_line_total','85.8'),(70281,7864,'_line_tax','0'),(70282,7864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70283,7865,'method_id','free_shipping'),(70284,7865,'instance_id','2'),(70285,7865,'cost','0.00'),(70286,7865,'total_tax','0'),(70287,7865,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70288,7865,'Items','Bulk Active Rinse 50/50 RM &times; 8, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 5, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Conditioner(Case of 12) &times; 2, Disposable Head Bands &times; 6'),(70289,7866,'_product_id','23'),(70290,7866,'_variation_id','0'),(70291,7866,'_qty','3'),(70292,7866,'_tax_class',''),(70293,7866,'_line_subtotal','215.28'),(70294,7866,'_line_subtotal_tax','0'),(70295,7866,'_line_total','215.28'),(70296,7866,'_line_tax','0'),(70297,7866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70298,7867,'_product_id','38'),(70299,7867,'_variation_id','0'),(70300,7867,'_qty','2'),(70301,7867,'_tax_class',''),(70302,7867,'_line_subtotal','349.44'),(70303,7867,'_line_subtotal_tax','0'),(70304,7867,'_line_total','349.44'),(70305,7867,'_line_tax','0'),(70306,7867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70307,7868,'_product_id','42'),(70308,7868,'_variation_id','0'),(70309,7868,'_qty','2'),(70310,7868,'_tax_class',''),(70311,7868,'_line_subtotal','158.4'),(70312,7868,'_line_subtotal_tax','0'),(70313,7868,'_line_total','158.4'),(70314,7868,'_line_tax','0'),(70315,7868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70316,7869,'_product_id','45'),(70317,7869,'_variation_id','0'),(70318,7869,'_qty','3'),(70319,7869,'_tax_class',''),(70320,7869,'_line_subtotal','126.72'),(70321,7869,'_line_subtotal_tax','0'),(70322,7869,'_line_total','126.72'),(70323,7869,'_line_tax','0'),(70324,7869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70325,7870,'_product_id','41'),(70326,7870,'_variation_id','0'),(70327,7870,'_qty','8'),(70328,7870,'_tax_class',''),(70329,7870,'_line_subtotal','531.84'),(70330,7870,'_line_subtotal_tax','0'),(70331,7870,'_line_total','531.84'),(70332,7870,'_line_tax','0'),(70333,7870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70334,7871,'_product_id','118'),(70335,7871,'_variation_id','0'),(70336,7871,'_qty','2'),(70337,7871,'_tax_class',''),(70338,7871,'_line_subtotal','369.6'),(70339,7871,'_line_subtotal_tax','0'),(70340,7871,'_line_total','369.6'),(70341,7871,'_line_tax','0'),(70342,7871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70343,7872,'_product_id','51'),(70344,7872,'_variation_id','0'),(70345,7872,'_qty','2'),(70346,7872,'_tax_class',''),(70347,7872,'_line_subtotal','295.68'),(70348,7872,'_line_subtotal_tax','0'),(70349,7872,'_line_total','295.68'),(70350,7872,'_line_tax','0'),(70351,7872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70352,7873,'_product_id','116'),(70353,7873,'_variation_id','0'),(70354,7873,'_qty','1'),(70355,7873,'_tax_class',''),(70356,7873,'_line_subtotal','145.44'),(70357,7873,'_line_subtotal_tax','0'),(70358,7873,'_line_total','145.44'),(70359,7873,'_line_tax','0'),(70360,7873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70361,7874,'_product_id','39'),(70362,7874,'_variation_id','0'),(70363,7874,'_qty','2'),(70364,7874,'_tax_class',''),(70365,7874,'_line_subtotal','158.4'),(70366,7874,'_line_subtotal_tax','0'),(70367,7874,'_line_total','158.4'),(70368,7874,'_line_tax','0'),(70369,7874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70370,7875,'_product_id','40'),(70371,7875,'_variation_id','0'),(70372,7875,'_qty','2'),(70373,7875,'_tax_class',''),(70374,7875,'_line_subtotal','158.4'),(70375,7875,'_line_subtotal_tax','0'),(70376,7875,'_line_total','158.4'),(70377,7875,'_line_tax','0'),(70378,7875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70379,7876,'_product_id','120'),(70380,7876,'_variation_id','0'),(70381,7876,'_qty','1'),(70382,7876,'_tax_class',''),(70383,7876,'_line_subtotal','52.8'),(70384,7876,'_line_subtotal_tax','0'),(70385,7876,'_line_total','52.8'),(70386,7876,'_line_tax','0'),(70387,7876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70388,7877,'_product_id','43'),(70389,7877,'_variation_id','0'),(70390,7877,'_qty','2'),(70391,7877,'_tax_class',''),(70392,7877,'_line_subtotal','158.4'),(70393,7877,'_line_subtotal_tax','0'),(70394,7877,'_line_total','158.4'),(70395,7877,'_line_tax','0'),(70396,7877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70397,7878,'_product_id','49'),(70398,7878,'_variation_id','0'),(70399,7878,'_qty','3'),(70400,7878,'_tax_class',''),(70401,7878,'_line_subtotal','237.6'),(70402,7878,'_line_subtotal_tax','0'),(70403,7878,'_line_total','237.6'),(70404,7878,'_line_tax','0'),(70405,7878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70406,7879,'_product_id','44'),(70407,7879,'_variation_id','0'),(70408,7879,'_qty','2'),(70409,7879,'_tax_class',''),(70410,7879,'_line_subtotal','232.32'),(70411,7879,'_line_subtotal_tax','0'),(70412,7879,'_line_total','232.32'),(70413,7879,'_line_tax','0'),(70414,7879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70415,7880,'_product_id','490'),(70416,7880,'_variation_id','0'),(70417,7880,'_qty','30'),(70418,7880,'_tax_class',''),(70419,7880,'_line_subtotal','621.6'),(70420,7880,'_line_subtotal_tax','0'),(70421,7880,'_line_total','621.6'),(70422,7880,'_line_tax','0'),(70423,7880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70424,7881,'_product_id','488'),(70425,7881,'_variation_id','0'),(70426,7881,'_qty','6'),(70427,7881,'_tax_class',''),(70428,7881,'_line_subtotal','188.1'),(70429,7881,'_line_subtotal_tax','0'),(70430,7881,'_line_total','188.1'),(70431,7881,'_line_tax','0'),(70432,7881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70433,7882,'_product_id','487'),(70434,7882,'_variation_id','0'),(70435,7882,'_qty','6'),(70436,7882,'_tax_class',''),(70437,7882,'_line_subtotal','188.1'),(70438,7882,'_line_subtotal_tax','0'),(70439,7882,'_line_total','188.1'),(70440,7882,'_line_tax','0'),(70441,7882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70442,7883,'method_id','free_shipping'),(70443,7883,'instance_id','2'),(70444,7883,'cost','0.00'),(70445,7883,'total_tax','0'),(70446,7883,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70447,7883,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 8, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 30, Bulk Detangling Spray 1 Gallon RM &times; 6, Bulk Mousse 1 Gallon RM &times; 6'),(70448,7884,'_product_id','488'),(70449,7884,'_variation_id','0'),(70450,7884,'_qty','2'),(70451,7884,'_tax_class',''),(70452,7884,'_line_subtotal','62.7'),(70453,7884,'_line_subtotal_tax','0'),(70454,7884,'_line_total','62.7'),(70455,7884,'_line_tax','0'),(70456,7884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70457,7885,'_product_id','487'),(70458,7885,'_variation_id','0'),(70459,7885,'_qty','2'),(70460,7885,'_tax_class',''),(70461,7885,'_line_subtotal','62.7'),(70462,7885,'_line_subtotal_tax','0'),(70463,7885,'_line_total','62.7'),(70464,7885,'_line_tax','0'),(70465,7885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70466,7886,'_product_id','43'),(70467,7886,'_variation_id','0'),(70468,7886,'_qty','1'),(70469,7886,'_tax_class',''),(70470,7886,'_line_subtotal','79.2'),(70471,7886,'_line_subtotal_tax','0'),(70472,7886,'_line_total','79.2'),(70473,7886,'_line_tax','0'),(70474,7886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70475,7887,'_product_id','43'),(70476,7887,'_variation_id','0'),(70477,7887,'_qty','1'),(70478,7887,'_tax_class',''),(70479,7887,'_line_subtotal','79.2'),(70480,7887,'_line_subtotal_tax','0'),(70481,7887,'_line_total','79.2'),(70482,7887,'_line_tax','0'),(70483,7887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70484,7888,'_product_id','41'),(70485,7888,'_variation_id','0'),(70486,7888,'_qty','2'),(70487,7888,'_tax_class',''),(70488,7888,'_line_subtotal','132.96'),(70489,7888,'_line_subtotal_tax','0'),(70490,7888,'_line_total','132.96'),(70491,7888,'_line_tax','0'),(70492,7888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70493,7889,'_product_id','144'),(70494,7889,'_variation_id','0'),(70495,7889,'_qty','5'),(70496,7889,'_tax_class',''),(70497,7889,'_line_subtotal','6.9'),(70498,7889,'_line_subtotal_tax','0'),(70499,7889,'_line_total','6.9'),(70500,7889,'_line_tax','0'),(70501,7889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70502,7890,'_product_id','120'),(70503,7890,'_variation_id','0'),(70504,7890,'_qty','2'),(70505,7890,'_tax_class',''),(70506,7890,'_line_subtotal','105.6'),(70507,7890,'_line_subtotal_tax','0'),(70508,7890,'_line_total','105.6'),(70509,7890,'_line_tax','0'),(70510,7890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70511,7891,'_product_id','49'),(70512,7891,'_variation_id','0'),(70513,7891,'_qty','1'),(70514,7891,'_tax_class',''),(70515,7891,'_line_subtotal','79.2'),(70516,7891,'_line_subtotal_tax','0'),(70517,7891,'_line_total','79.2'),(70518,7891,'_line_tax','0'),(70519,7891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70520,7892,'_product_id','23'),(70521,7892,'_variation_id','0'),(70522,7892,'_qty','1'),(70523,7892,'_tax_class',''),(70524,7892,'_line_subtotal','71.76'),(70525,7892,'_line_subtotal_tax','0'),(70526,7892,'_line_total','71.76'),(70527,7892,'_line_tax','0'),(70528,7892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70529,7893,'_product_id','45'),(70530,7893,'_variation_id','0'),(70531,7893,'_qty','2'),(70532,7893,'_tax_class',''),(70533,7893,'_line_subtotal','84.48'),(70534,7893,'_line_subtotal_tax','0'),(70535,7893,'_line_total','84.48'),(70536,7893,'_line_tax','0'),(70537,7893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70538,7894,'_product_id','118'),(70539,7894,'_variation_id','0'),(70540,7894,'_qty','1'),(70541,7894,'_tax_class',''),(70542,7894,'_line_subtotal','184.8'),(70543,7894,'_line_subtotal_tax','0'),(70544,7894,'_line_total','184.8'),(70545,7894,'_line_tax','0'),(70546,7894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70547,7895,'_product_id','51'),(70548,7895,'_variation_id','0'),(70549,7895,'_qty','1'),(70550,7895,'_tax_class',''),(70551,7895,'_line_subtotal','147.84'),(70552,7895,'_line_subtotal_tax','0'),(70553,7895,'_line_total','147.84'),(70554,7895,'_line_tax','0'),(70555,7895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70556,7896,'method_id','free_shipping'),(70557,7896,'instance_id','2'),(70558,7896,'cost','0.00'),(70559,7896,'total_tax','0'),(70560,7896,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70561,7896,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Course Tail Comb &times; 5, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(70562,7884,'thwma_order_shipping_status','wc-pending'),(70563,7885,'thwma_order_shipping_status','wc-pending'),(70564,7886,'thwma_order_shipping_status','wc-pending'),(70565,7887,'thwma_order_shipping_status','wc-pending'),(70566,7888,'thwma_order_shipping_status','wc-pending'),(70567,7889,'thwma_order_shipping_status','wc-pending'),(70568,7890,'thwma_order_shipping_status','wc-pending'),(70569,7891,'thwma_order_shipping_status','wc-pending'),(70570,7892,'thwma_order_shipping_status','wc-pending'),(70571,7893,'thwma_order_shipping_status','wc-pending'),(70572,7894,'thwma_order_shipping_status','wc-pending'),(70573,7895,'thwma_order_shipping_status','wc-pending'),(70574,7897,'_product_id','23'),(70575,7897,'_variation_id','0'),(70576,7897,'_qty','1'),(70577,7897,'_tax_class',''),(70578,7897,'_line_subtotal','71.76'),(70579,7897,'_line_subtotal_tax','0'),(70580,7897,'_line_total','71.76'),(70581,7897,'_line_tax','0'),(70582,7897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70583,7898,'_product_id','38'),(70584,7898,'_variation_id','0'),(70585,7898,'_qty','1'),(70586,7898,'_tax_class',''),(70587,7898,'_line_subtotal','174.72'),(70588,7898,'_line_subtotal_tax','0'),(70589,7898,'_line_total','174.72'),(70590,7898,'_line_tax','0'),(70591,7898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70592,7899,'_product_id','51'),(70593,7899,'_variation_id','0'),(70594,7899,'_qty','1'),(70595,7899,'_tax_class',''),(70596,7899,'_line_subtotal','147.84'),(70597,7899,'_line_subtotal_tax','0'),(70598,7899,'_line_total','147.84'),(70599,7899,'_line_tax','0'),(70600,7899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70601,7900,'_product_id','490'),(70602,7900,'_variation_id','0'),(70603,7900,'_qty','5'),(70604,7900,'_tax_class',''),(70605,7900,'_line_subtotal','103.6'),(70606,7900,'_line_subtotal_tax','0'),(70607,7900,'_line_total','103.6'),(70608,7900,'_line_tax','0'),(70609,7900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70610,7901,'_product_id','41'),(70611,7901,'_variation_id','0'),(70612,7901,'_qty','2'),(70613,7901,'_tax_class',''),(70614,7901,'_line_subtotal','132.96'),(70615,7901,'_line_subtotal_tax','0'),(70616,7901,'_line_total','132.96'),(70617,7901,'_line_tax','0'),(70618,7901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70619,7902,'method_id','free_shipping'),(70620,7902,'instance_id','2'),(70621,7902,'cost','0.00'),(70622,7902,'total_tax','0'),(70623,7902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70624,7902,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 5, Professional Lice Comb(Case of 12) &times; 2'),(70625,7897,'thwma_order_shipping_status','wc-pending'),(70626,7898,'thwma_order_shipping_status','wc-pending'),(70627,7899,'thwma_order_shipping_status','wc-pending'),(70628,7900,'thwma_order_shipping_status','wc-pending'),(70629,7901,'thwma_order_shipping_status','wc-pending'),(70630,7903,'_product_id','118'),(70631,7903,'_variation_id','0'),(70632,7903,'_qty','1'),(70633,7903,'_tax_class',''),(70634,7903,'_line_subtotal','184.8'),(70635,7903,'_line_subtotal_tax','0'),(70636,7903,'_line_total','184.8'),(70637,7903,'_line_tax','0'),(70638,7903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70639,7904,'_product_id','120'),(70640,7904,'_variation_id','0'),(70641,7904,'_qty','2'),(70642,7904,'_tax_class',''),(70643,7904,'_line_subtotal','105.6'),(70644,7904,'_line_subtotal_tax','0'),(70645,7904,'_line_total','105.6'),(70646,7904,'_line_tax','0'),(70647,7904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70648,7905,'_product_id','44'),(70649,7905,'_variation_id','0'),(70650,7905,'_qty','2'),(70651,7905,'_tax_class',''),(70652,7905,'_line_subtotal','232.32'),(70653,7905,'_line_subtotal_tax','0'),(70654,7905,'_line_total','232.32'),(70655,7905,'_line_tax','0'),(70656,7905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70657,7906,'_product_id','93'),(70658,7906,'_variation_id','0'),(70659,7906,'_qty','10'),(70660,7906,'_tax_class',''),(70661,7906,'_line_subtotal','0'),(70662,7906,'_line_subtotal_tax','0'),(70663,7906,'_line_total','0'),(70664,7906,'_line_tax','0'),(70665,7906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70666,7907,'_product_id','97'),(70667,7907,'_variation_id','0'),(70668,7907,'_qty','1'),(70669,7907,'_tax_class',''),(70670,7907,'_line_subtotal','0'),(70671,7907,'_line_subtotal_tax','0'),(70672,7907,'_line_total','0'),(70673,7907,'_line_tax','0'),(70674,7907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70675,7908,'method_id','free_shipping'),(70676,7908,'instance_id','2'),(70677,7908,'cost','0.00'),(70678,7908,'total_tax','0'),(70679,7908,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70680,7908,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1'),(70681,7909,'_product_id','490'),(70682,7909,'_variation_id','0'),(70683,7909,'_qty','6'),(70684,7909,'_tax_class',''),(70685,7909,'_line_subtotal','124.32'),(70686,7909,'_line_subtotal_tax','0'),(70687,7909,'_line_total','124.32'),(70688,7909,'_line_tax','0'),(70689,7909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70690,7910,'_product_id','131'),(70691,7910,'_variation_id','0'),(70692,7910,'_qty','1'),(70693,7910,'_tax_class',''),(70694,7910,'_line_subtotal','12.65'),(70695,7910,'_line_subtotal_tax','0'),(70696,7910,'_line_total','12.65'),(70697,7910,'_line_tax','0'),(70698,7910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70699,7911,'_product_id','40'),(70700,7911,'_variation_id','0'),(70701,7911,'_qty','1'),(70702,7911,'_tax_class',''),(70703,7911,'_line_subtotal','79.2'),(70704,7911,'_line_subtotal_tax','0'),(70705,7911,'_line_total','79.2'),(70706,7911,'_line_tax','0'),(70707,7911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70708,7912,'_product_id','488'),(70709,7912,'_variation_id','0'),(70710,7912,'_qty','1'),(70711,7912,'_tax_class',''),(70712,7912,'_line_subtotal','31.35'),(70713,7912,'_line_subtotal_tax','0'),(70714,7912,'_line_total','31.35'),(70715,7912,'_line_tax','0'),(70716,7912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70717,7913,'_product_id','41'),(70718,7913,'_variation_id','0'),(70719,7913,'_qty','1'),(70720,7913,'_tax_class',''),(70721,7913,'_line_subtotal','66.48'),(70722,7913,'_line_subtotal_tax','0'),(70723,7913,'_line_total','66.48'),(70724,7913,'_line_tax','0'),(70725,7913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70726,7914,'method_id','fedex'),(70727,7914,'instance_id','1'),(70728,7914,'cost','18.86'),(70729,7914,'total_tax','0'),(70730,7914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70731,7914,'Package 1','17 × 14 × 10 (in) 33.9lbs × 1'),(70742,7909,'thwma_order_shipping_status','wc-pending'),(70743,7910,'thwma_order_shipping_status','wc-pending'),(70744,7911,'thwma_order_shipping_status','wc-pending'),(70745,7912,'thwma_order_shipping_status','wc-pending'),(70746,7913,'thwma_order_shipping_status','wc-pending'),(70747,7915,'_product_id','490'),(70748,7915,'_variation_id','0'),(70749,7915,'_qty','25'),(70750,7915,'_tax_class',''),(70751,7915,'_line_subtotal','518'),(70752,7915,'_line_subtotal_tax','0'),(70753,7915,'_line_total','518'),(70754,7915,'_line_tax','0'),(70755,7915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70756,7916,'method_id','free_shipping'),(70757,7916,'instance_id','2'),(70758,7916,'cost','0.00'),(70759,7916,'total_tax','0'),(70760,7916,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70761,7916,'Items','Bulk Active Rinse 100% RM &times; 25'),(70767,7903,'thwma_order_shipping_status','wc-pending'),(70768,7904,'thwma_order_shipping_status','wc-pending'),(70769,7905,'thwma_order_shipping_status','wc-pending'),(70770,7906,'thwma_order_shipping_status','wc-pending'),(70771,7907,'thwma_order_shipping_status','wc-pending'),(70772,7917,'_product_id','23'),(70773,7917,'_variation_id','0'),(70774,7917,'_qty','2'),(70775,7917,'_tax_class',''),(70776,7917,'_line_subtotal','143.52'),(70777,7917,'_line_subtotal_tax','0'),(70778,7917,'_line_total','143.52'),(70779,7917,'_line_tax','0'),(70780,7917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70781,7918,'_product_id','38'),(70782,7918,'_variation_id','0'),(70783,7918,'_qty','1'),(70784,7918,'_tax_class',''),(70785,7918,'_line_subtotal','174.72'),(70786,7918,'_line_subtotal_tax','0'),(70787,7918,'_line_total','174.72'),(70788,7918,'_line_tax','0'),(70789,7918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70790,7919,'_product_id','45'),(70791,7919,'_variation_id','0'),(70792,7919,'_qty','1'),(70793,7919,'_tax_class',''),(70794,7919,'_line_subtotal','42.24'),(70795,7919,'_line_subtotal_tax','0'),(70796,7919,'_line_total','42.24'),(70797,7919,'_line_tax','0'),(70798,7919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70799,7920,'_product_id','41'),(70800,7920,'_variation_id','0'),(70801,7920,'_qty','2'),(70802,7920,'_tax_class',''),(70803,7920,'_line_subtotal','132.96'),(70804,7920,'_line_subtotal_tax','0'),(70805,7920,'_line_total','132.96'),(70806,7920,'_line_tax','0'),(70807,7920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70808,7921,'_product_id','43'),(70809,7921,'_variation_id','0'),(70810,7921,'_qty','1'),(70811,7921,'_tax_class',''),(70812,7921,'_line_subtotal','79.2'),(70813,7921,'_line_subtotal_tax','0'),(70814,7921,'_line_total','79.2'),(70815,7921,'_line_tax','0'),(70816,7921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70817,7922,'method_id','free_shipping'),(70818,7922,'instance_id','2'),(70819,7922,'cost','0.00'),(70820,7922,'total_tax','0'),(70821,7922,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70822,7922,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1'),(70823,7923,'_product_id','23'),(70824,7923,'_variation_id','0'),(70825,7923,'_qty','2'),(70826,7923,'_tax_class',''),(70827,7923,'_line_subtotal','143.52'),(70828,7923,'_line_subtotal_tax','0'),(70829,7923,'_line_total','143.52'),(70830,7923,'_line_tax','0'),(70831,7923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70832,7924,'_product_id','38'),(70833,7924,'_variation_id','0'),(70834,7924,'_qty','1'),(70835,7924,'_tax_class',''),(70836,7924,'_line_subtotal','174.72'),(70837,7924,'_line_subtotal_tax','0'),(70838,7924,'_line_total','174.72'),(70839,7924,'_line_tax','0'),(70840,7924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70841,7925,'_product_id','45'),(70842,7925,'_variation_id','0'),(70843,7925,'_qty','1'),(70844,7925,'_tax_class',''),(70845,7925,'_line_subtotal','42.24'),(70846,7925,'_line_subtotal_tax','0'),(70847,7925,'_line_total','42.24'),(70848,7925,'_line_tax','0'),(70849,7925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70850,7926,'_product_id','41'),(70851,7926,'_variation_id','0'),(70852,7926,'_qty','2'),(70853,7926,'_tax_class',''),(70854,7926,'_line_subtotal','132.96'),(70855,7926,'_line_subtotal_tax','0'),(70856,7926,'_line_total','132.96'),(70857,7926,'_line_tax','0'),(70858,7926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70859,7927,'_product_id','43'),(70860,7927,'_variation_id','0'),(70861,7927,'_qty','1'),(70862,7927,'_tax_class',''),(70863,7927,'_line_subtotal','79.2'),(70864,7927,'_line_subtotal_tax','0'),(70865,7927,'_line_total','79.2'),(70866,7927,'_line_tax','0'),(70867,7927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70868,7928,'method_id','free_shipping'),(70869,7928,'instance_id','2'),(70870,7928,'cost','0.00'),(70871,7928,'total_tax','0'),(70872,7928,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70873,7928,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1'),(70874,7929,'_product_id','133'),(70875,7929,'_variation_id','0'),(70876,7929,'_qty','20'),(70877,7929,'_tax_class',''),(70878,7929,'_line_subtotal','286'),(70879,7929,'_line_subtotal_tax','0'),(70880,7929,'_line_total','286'),(70881,7929,'_line_tax','0'),(70882,7929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70883,7930,'_product_id','490'),(70884,7930,'_variation_id','0'),(70885,7930,'_qty','12'),(70886,7930,'_tax_class',''),(70887,7930,'_line_subtotal','248.64'),(70888,7930,'_line_subtotal_tax','0'),(70889,7930,'_line_total','248.64'),(70890,7930,'_line_tax','0'),(70891,7930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70892,7931,'method_id','free_shipping'),(70893,7931,'instance_id','2'),(70894,7931,'cost','0.00'),(70895,7931,'total_tax','0'),(70896,7931,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70897,7931,'Items','Disposable Head Bands &times; 20, Bulk Active Rinse 100% RM &times; 12'),(70898,7866,'thwma_order_shipping_status','wc-pending'),(70899,7867,'thwma_order_shipping_status','wc-pending'),(70900,7868,'thwma_order_shipping_status','wc-pending'),(70901,7869,'thwma_order_shipping_status','wc-pending'),(70902,7870,'thwma_order_shipping_status','wc-pending'),(70903,7871,'thwma_order_shipping_status','wc-pending'),(70904,7872,'thwma_order_shipping_status','wc-pending'),(70905,7873,'thwma_order_shipping_status','wc-pending'),(70906,7874,'thwma_order_shipping_status','wc-pending'),(70907,7875,'thwma_order_shipping_status','wc-pending'),(70908,7876,'thwma_order_shipping_status','wc-pending'),(70909,7877,'thwma_order_shipping_status','wc-pending'),(70910,7878,'thwma_order_shipping_status','wc-pending'),(70911,7879,'thwma_order_shipping_status','wc-pending'),(70912,7880,'thwma_order_shipping_status','wc-pending'),(70913,7881,'thwma_order_shipping_status','wc-pending'),(70914,7882,'thwma_order_shipping_status','wc-pending'),(70915,7853,'thwma_order_shipping_status','wc-pending'),(70916,7854,'thwma_order_shipping_status','wc-pending'),(70917,7855,'thwma_order_shipping_status','wc-pending'),(70918,7856,'thwma_order_shipping_status','wc-pending'),(70919,7857,'thwma_order_shipping_status','wc-pending'),(70920,7858,'thwma_order_shipping_status','wc-pending'),(70921,7859,'thwma_order_shipping_status','wc-pending'),(70922,7860,'thwma_order_shipping_status','wc-pending'),(70923,7861,'thwma_order_shipping_status','wc-pending'),(70924,7862,'thwma_order_shipping_status','wc-pending'),(70925,7863,'thwma_order_shipping_status','wc-pending'),(70926,7864,'thwma_order_shipping_status','wc-pending'),(70927,7923,'thwma_order_shipping_status','wc-pending'),(70928,7924,'thwma_order_shipping_status','wc-pending'),(70929,7925,'thwma_order_shipping_status','wc-pending'),(70930,7926,'thwma_order_shipping_status','wc-pending'),(70931,7927,'thwma_order_shipping_status','wc-pending'),(70932,7929,'thwma_order_shipping_status','wc-pending'),(70933,7930,'thwma_order_shipping_status','wc-pending'),(70934,7932,'_product_id','49'),(70935,7932,'_variation_id','0'),(70936,7932,'_qty','2'),(70937,7932,'_tax_class',''),(70938,7932,'_line_subtotal','158.4'),(70939,7932,'_line_subtotal_tax','0'),(70940,7932,'_line_total','158.4'),(70941,7932,'_line_tax','0'),(70942,7932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70943,7933,'_product_id','43'),(70944,7933,'_variation_id','0'),(70945,7933,'_qty','2'),(70946,7933,'_tax_class',''),(70947,7933,'_line_subtotal','158.4'),(70948,7933,'_line_subtotal_tax','0'),(70949,7933,'_line_total','158.4'),(70950,7933,'_line_tax','0'),(70951,7933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70952,7934,'_product_id','41'),(70953,7934,'_variation_id','0'),(70954,7934,'_qty','3'),(70955,7934,'_tax_class',''),(70956,7934,'_line_subtotal','199.44'),(70957,7934,'_line_subtotal_tax','0'),(70958,7934,'_line_total','199.44'),(70959,7934,'_line_tax','0'),(70960,7934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70961,7935,'_product_id','23'),(70962,7935,'_variation_id','0'),(70963,7935,'_qty','3'),(70964,7935,'_tax_class',''),(70965,7935,'_line_subtotal','215.28'),(70966,7935,'_line_subtotal_tax','0'),(70967,7935,'_line_total','215.28'),(70968,7935,'_line_tax','0'),(70969,7935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70970,7936,'method_id','fedex'),(70971,7936,'instance_id','1'),(70972,7936,'cost','32.32'),(70973,7936,'total_tax','0'),(70974,7936,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(70975,7936,'Package 1','17 × 14 × 10 (in) 41.9lbs × 1'),(70976,7936,'Package 2','17 × 14 × 10 (in) 20.4lbs × 1'),(70977,7937,'_product_id','23'),(70978,7937,'_variation_id','0'),(70979,7937,'_qty','2'),(70980,7937,'_tax_class',''),(70981,7937,'_line_subtotal','143.52'),(70982,7937,'_line_subtotal_tax','0'),(70983,7937,'_line_total','143.52'),(70984,7937,'_line_tax','0'),(70985,7937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70986,7938,'_product_id','38'),(70987,7938,'_variation_id','0'),(70988,7938,'_qty','1'),(70989,7938,'_tax_class',''),(70990,7938,'_line_subtotal','174.72'),(70991,7938,'_line_subtotal_tax','0'),(70992,7938,'_line_total','174.72'),(70993,7938,'_line_tax','0'),(70994,7938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(70995,7939,'_product_id','490'),(70996,7939,'_variation_id','0'),(70997,7939,'_qty','5'),(70998,7939,'_tax_class',''),(70999,7939,'_line_subtotal','103.6'),(71000,7939,'_line_subtotal_tax','0'),(71001,7939,'_line_total','103.6'),(71002,7939,'_line_tax','0'),(71003,7939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71004,7940,'_product_id','131'),(71005,7940,'_variation_id','0'),(71006,7940,'_qty','2'),(71007,7940,'_tax_class',''),(71008,7940,'_line_subtotal','25.3'),(71009,7940,'_line_subtotal_tax','0'),(71010,7940,'_line_total','25.3'),(71011,7940,'_line_tax','0'),(71012,7940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71013,7941,'_product_id','41'),(71014,7941,'_variation_id','0'),(71015,7941,'_qty','1'),(71016,7941,'_tax_class',''),(71017,7941,'_line_subtotal','66.48'),(71018,7941,'_line_subtotal_tax','0'),(71019,7941,'_line_total','66.48'),(71020,7941,'_line_tax','0'),(71021,7941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71022,7942,'_product_id','488'),(71023,7942,'_variation_id','0'),(71024,7942,'_qty','1'),(71025,7942,'_tax_class',''),(71026,7942,'_line_subtotal','31.35'),(71027,7942,'_line_subtotal_tax','0'),(71028,7942,'_line_total','31.35'),(71029,7942,'_line_tax','0'),(71030,7942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71031,7943,'method_id','free_shipping'),(71032,7943,'instance_id','2'),(71033,7943,'cost','0.00'),(71034,7943,'total_tax','0'),(71035,7943,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71036,7943,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 5, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(71037,7944,'_product_id','93'),(71038,7944,'_variation_id','0'),(71039,7944,'_qty','8'),(71040,7944,'_tax_class',''),(71041,7944,'_line_subtotal','0'),(71042,7944,'_line_subtotal_tax','0'),(71043,7944,'_line_total','0'),(71044,7944,'_line_tax','0'),(71045,7944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71046,7945,'method_id','fedex'),(71047,7945,'instance_id','1'),(71048,7945,'cost','11.91'),(71049,7945,'total_tax','0'),(71050,7945,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71051,7945,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(71052,7946,'_product_id','93'),(71053,7946,'_variation_id','0'),(71054,7946,'_qty','8'),(71055,7946,'_tax_class',''),(71056,7946,'_line_subtotal','0'),(71057,7946,'_line_subtotal_tax','0'),(71058,7946,'_line_total','0'),(71059,7946,'_line_tax','0'),(71060,7946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71061,7947,'method_id','fedex'),(71062,7947,'instance_id','1'),(71063,7947,'cost','11.91'),(71064,7947,'total_tax','0'),(71065,7947,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71066,7947,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(71067,7948,'_product_id','23'),(71068,7948,'_variation_id','0'),(71069,7948,'_qty','2'),(71070,7948,'_tax_class',''),(71071,7948,'_line_subtotal','143.52'),(71072,7948,'_line_subtotal_tax','0'),(71073,7948,'_line_total','143.52'),(71074,7948,'_line_tax','0'),(71075,7948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71076,7949,'_product_id','38'),(71077,7949,'_variation_id','0'),(71078,7949,'_qty','2'),(71079,7949,'_tax_class',''),(71080,7949,'_line_subtotal','349.44'),(71081,7949,'_line_subtotal_tax','0'),(71082,7949,'_line_total','349.44'),(71083,7949,'_line_tax','0'),(71084,7949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71085,7950,'_product_id','42'),(71086,7950,'_variation_id','0'),(71087,7950,'_qty','1'),(71088,7950,'_tax_class',''),(71089,7950,'_line_subtotal','79.2'),(71090,7950,'_line_subtotal_tax','0'),(71091,7950,'_line_total','79.2'),(71092,7950,'_line_tax','0'),(71093,7950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71094,7951,'_product_id','118'),(71095,7951,'_variation_id','0'),(71096,7951,'_qty','1'),(71097,7951,'_tax_class',''),(71098,7951,'_line_subtotal','184.8'),(71099,7951,'_line_subtotal_tax','0'),(71100,7951,'_line_total','184.8'),(71101,7951,'_line_tax','0'),(71102,7951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71103,7952,'_product_id','51'),(71104,7952,'_variation_id','0'),(71105,7952,'_qty','1'),(71106,7952,'_tax_class',''),(71107,7952,'_line_subtotal','147.84'),(71108,7952,'_line_subtotal_tax','0'),(71109,7952,'_line_total','147.84'),(71110,7952,'_line_tax','0'),(71111,7952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71112,7953,'_product_id','120'),(71113,7953,'_variation_id','0'),(71114,7953,'_qty','1'),(71115,7953,'_tax_class',''),(71116,7953,'_line_subtotal','52.8'),(71117,7953,'_line_subtotal_tax','0'),(71118,7953,'_line_total','52.8'),(71119,7953,'_line_tax','0'),(71120,7953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71121,7954,'_product_id','490'),(71122,7954,'_variation_id','0'),(71123,7954,'_qty','10'),(71124,7954,'_tax_class',''),(71125,7954,'_line_subtotal','207.2'),(71126,7954,'_line_subtotal_tax','0'),(71127,7954,'_line_total','207.2'),(71128,7954,'_line_tax','0'),(71129,7954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71130,7955,'method_id','free_shipping'),(71131,7955,'instance_id','2'),(71132,7955,'cost','0.00'),(71133,7955,'total_tax','0'),(71134,7955,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71135,7955,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(71136,7956,'_product_id','23'),(71137,7956,'_variation_id','0'),(71138,7956,'_qty','1'),(71139,7956,'_tax_class',''),(71140,7956,'_line_subtotal','71.76'),(71141,7956,'_line_subtotal_tax','0'),(71142,7956,'_line_total','71.76'),(71143,7956,'_line_tax','0'),(71144,7956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71145,7957,'_product_id','38'),(71146,7957,'_variation_id','0'),(71147,7957,'_qty','1'),(71148,7957,'_tax_class',''),(71149,7957,'_line_subtotal','174.72'),(71150,7957,'_line_subtotal_tax','0'),(71151,7957,'_line_total','174.72'),(71152,7957,'_line_tax','0'),(71153,7957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71154,7958,'_product_id','118'),(71155,7958,'_variation_id','0'),(71156,7958,'_qty','1'),(71157,7958,'_tax_class',''),(71158,7958,'_line_subtotal','184.8'),(71159,7958,'_line_subtotal_tax','0'),(71160,7958,'_line_total','184.8'),(71161,7958,'_line_tax','0'),(71162,7958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71163,7959,'_product_id','51'),(71164,7959,'_variation_id','0'),(71165,7959,'_qty','1'),(71166,7959,'_tax_class',''),(71167,7959,'_line_subtotal','147.84'),(71168,7959,'_line_subtotal_tax','0'),(71169,7959,'_line_total','147.84'),(71170,7959,'_line_tax','0'),(71171,7959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71172,7960,'_product_id','41'),(71173,7960,'_variation_id','0'),(71174,7960,'_qty','2'),(71175,7960,'_tax_class',''),(71176,7960,'_line_subtotal','132.96'),(71177,7960,'_line_subtotal_tax','0'),(71178,7960,'_line_total','132.96'),(71179,7960,'_line_tax','0'),(71180,7960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71181,7961,'_product_id','120'),(71182,7961,'_variation_id','0'),(71183,7961,'_qty','1'),(71184,7961,'_tax_class',''),(71185,7961,'_line_subtotal','52.8'),(71186,7961,'_line_subtotal_tax','0'),(71187,7961,'_line_total','52.8'),(71188,7961,'_line_tax','0'),(71189,7961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71190,7962,'_product_id','490'),(71191,7962,'_variation_id','0'),(71192,7962,'_qty','10'),(71193,7962,'_tax_class',''),(71194,7962,'_line_subtotal','207.2'),(71195,7962,'_line_subtotal_tax','0'),(71196,7962,'_line_total','207.2'),(71197,7962,'_line_tax','0'),(71198,7962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71199,7963,'method_id','free_shipping'),(71200,7963,'instance_id','2'),(71201,7963,'cost','0.00'),(71202,7963,'total_tax','0'),(71203,7963,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71204,7963,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(71205,7932,'thwma_order_shipping_status','wc-pending'),(71206,7933,'thwma_order_shipping_status','wc-pending'),(71207,7934,'thwma_order_shipping_status','wc-pending'),(71208,7935,'thwma_order_shipping_status','wc-pending'),(71209,7937,'thwma_order_shipping_status','wc-pending'),(71210,7938,'thwma_order_shipping_status','wc-pending'),(71211,7939,'thwma_order_shipping_status','wc-pending'),(71212,7940,'thwma_order_shipping_status','wc-pending'),(71213,7941,'thwma_order_shipping_status','wc-pending'),(71214,7942,'thwma_order_shipping_status','wc-pending'),(71215,7964,'_product_id','38'),(71216,7964,'_variation_id','0'),(71217,7964,'_qty','1'),(71218,7964,'_tax_class',''),(71219,7964,'_line_subtotal','174.72'),(71220,7964,'_line_subtotal_tax','0'),(71221,7964,'_line_total','174.72'),(71222,7964,'_line_tax','0'),(71223,7964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71224,7965,'_product_id','45'),(71225,7965,'_variation_id','0'),(71226,7965,'_qty','2'),(71227,7965,'_tax_class',''),(71228,7965,'_line_subtotal','84.48'),(71229,7965,'_line_subtotal_tax','0'),(71230,7965,'_line_total','84.48'),(71231,7965,'_line_tax','0'),(71232,7965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71233,7966,'_product_id','41'),(71234,7966,'_variation_id','0'),(71235,7966,'_qty','4'),(71236,7966,'_tax_class',''),(71237,7966,'_line_subtotal','265.92'),(71238,7966,'_line_subtotal_tax','0'),(71239,7966,'_line_total','265.92'),(71240,7966,'_line_tax','0'),(71241,7966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71242,7967,'_product_id','44'),(71243,7967,'_variation_id','0'),(71244,7967,'_qty','2'),(71245,7967,'_tax_class',''),(71246,7967,'_line_subtotal','232.32'),(71247,7967,'_line_subtotal_tax','0'),(71248,7967,'_line_total','232.32'),(71249,7967,'_line_tax','0'),(71250,7967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71251,7968,'_product_id','49'),(71252,7968,'_variation_id','0'),(71253,7968,'_qty','2'),(71254,7968,'_tax_class',''),(71255,7968,'_line_subtotal','158.4'),(71256,7968,'_line_subtotal_tax','0'),(71257,7968,'_line_total','158.4'),(71258,7968,'_line_tax','0'),(71259,7968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71260,7969,'_product_id','120'),(71261,7969,'_variation_id','0'),(71262,7969,'_qty','1'),(71263,7969,'_tax_class',''),(71264,7969,'_line_subtotal','52.8'),(71265,7969,'_line_subtotal_tax','0'),(71266,7969,'_line_total','52.8'),(71267,7969,'_line_tax','0'),(71268,7969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71269,7970,'_product_id','93'),(71270,7970,'_variation_id','0'),(71271,7970,'_qty','10'),(71272,7970,'_tax_class',''),(71273,7970,'_line_subtotal','0'),(71274,7970,'_line_subtotal_tax','0'),(71275,7970,'_line_total','0'),(71276,7970,'_line_tax','0'),(71277,7970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71278,7971,'_product_id','97'),(71279,7971,'_variation_id','0'),(71280,7971,'_qty','1'),(71281,7971,'_tax_class',''),(71282,7971,'_line_subtotal','0'),(71283,7971,'_line_subtotal_tax','0'),(71284,7971,'_line_total','0'),(71285,7971,'_line_tax','0'),(71286,7971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71287,7972,'_product_id','99'),(71288,7972,'_variation_id','0'),(71289,7972,'_qty','1'),(71290,7972,'_tax_class',''),(71291,7972,'_line_subtotal','0'),(71292,7972,'_line_subtotal_tax','0'),(71293,7972,'_line_total','0'),(71294,7972,'_line_tax','0'),(71295,7972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71296,7973,'_product_id','133'),(71297,7973,'_variation_id','0'),(71298,7973,'_qty','4'),(71299,7973,'_tax_class',''),(71300,7973,'_line_subtotal','57.2'),(71301,7973,'_line_subtotal_tax','0'),(71302,7973,'_line_total','57.2'),(71303,7973,'_line_tax','0'),(71304,7973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71305,7974,'_product_id','23'),(71306,7974,'_variation_id','0'),(71307,7974,'_qty','3'),(71308,7974,'_tax_class',''),(71309,7974,'_line_subtotal','215.28'),(71310,7974,'_line_subtotal_tax','0'),(71311,7974,'_line_total','215.28'),(71312,7974,'_line_tax','0'),(71313,7974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71314,7975,'method_id','free_shipping'),(71315,7975,'instance_id','2'),(71316,7975,'cost','0.00'),(71317,7975,'total_tax','0'),(71318,7975,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71319,7975,'Items','Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Disposable Head Bands &times; 4, Active Rinse 8oz(Case of 12) &times; 3'),(71345,7948,'thwma_order_shipping_status','wc-pending'),(71346,7949,'thwma_order_shipping_status','wc-pending'),(71347,7950,'thwma_order_shipping_status','wc-pending'),(71348,7951,'thwma_order_shipping_status','wc-pending'),(71349,7952,'thwma_order_shipping_status','wc-pending'),(71350,7953,'thwma_order_shipping_status','wc-pending'),(71351,7954,'thwma_order_shipping_status','wc-pending'),(71352,7956,'thwma_order_shipping_status','wc-pending'),(71353,7957,'thwma_order_shipping_status','wc-pending'),(71354,7958,'thwma_order_shipping_status','wc-pending'),(71355,7959,'thwma_order_shipping_status','wc-pending'),(71356,7960,'thwma_order_shipping_status','wc-pending'),(71357,7961,'thwma_order_shipping_status','wc-pending'),(71358,7962,'thwma_order_shipping_status','wc-pending'),(71359,7964,'thwma_order_shipping_status','wc-pending'),(71360,7965,'thwma_order_shipping_status','wc-pending'),(71361,7966,'thwma_order_shipping_status','wc-pending'),(71362,7967,'thwma_order_shipping_status','wc-pending'),(71363,7968,'thwma_order_shipping_status','wc-pending'),(71364,7969,'thwma_order_shipping_status','wc-pending'),(71365,7970,'thwma_order_shipping_status','wc-pending'),(71366,7971,'thwma_order_shipping_status','wc-pending'),(71367,7972,'thwma_order_shipping_status','wc-pending'),(71368,7973,'thwma_order_shipping_status','wc-pending'),(71369,7974,'thwma_order_shipping_status','wc-pending'),(71370,7976,'_product_id','99'),(71371,7976,'_variation_id','0'),(71372,7976,'_qty','2'),(71373,7976,'_tax_class',''),(71374,7976,'_line_subtotal','0'),(71375,7976,'_line_subtotal_tax','0'),(71376,7976,'_line_total','0'),(71377,7976,'_line_tax','0'),(71378,7976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71379,7977,'_product_id','93'),(71380,7977,'_variation_id','0'),(71381,7977,'_qty','1'),(71382,7977,'_tax_class',''),(71383,7977,'_line_subtotal','0'),(71384,7977,'_line_subtotal_tax','0'),(71385,7977,'_line_total','0'),(71386,7977,'_line_tax','0'),(71387,7977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71388,7978,'method_id','fedex'),(71389,7978,'instance_id','1'),(71390,7978,'cost','10.18'),(71391,7978,'total_tax','0'),(71392,7978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71393,7978,'Package 1','17 × 14 × 10 (in) 18.85lbs × 1'),(71394,7979,'_product_id','487'),(71395,7979,'_variation_id','0'),(71396,7979,'_qty','2'),(71397,7979,'_tax_class',''),(71398,7979,'_line_subtotal','62.7'),(71399,7979,'_line_subtotal_tax','0'),(71400,7979,'_line_total','62.7'),(71401,7979,'_line_tax','0'),(71402,7979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71403,7980,'_product_id','23'),(71404,7980,'_variation_id','0'),(71405,7980,'_qty','3'),(71406,7980,'_tax_class',''),(71407,7980,'_line_subtotal','215.28'),(71408,7980,'_line_subtotal_tax','0'),(71409,7980,'_line_total','215.28'),(71410,7980,'_line_tax','0'),(71411,7980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71412,7981,'_product_id','42'),(71413,7981,'_variation_id','0'),(71414,7981,'_qty','2'),(71415,7981,'_tax_class',''),(71416,7981,'_line_subtotal','158.4'),(71417,7981,'_line_subtotal_tax','0'),(71418,7981,'_line_total','158.4'),(71419,7981,'_line_tax','0'),(71420,7981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71421,7982,'_product_id','51'),(71422,7982,'_variation_id','0'),(71423,7982,'_qty','2'),(71424,7982,'_tax_class',''),(71425,7982,'_line_subtotal','295.68'),(71426,7982,'_line_subtotal_tax','0'),(71427,7982,'_line_total','295.68'),(71428,7982,'_line_tax','0'),(71429,7982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71430,7983,'_product_id','116'),(71431,7983,'_variation_id','0'),(71432,7983,'_qty','2'),(71433,7983,'_tax_class',''),(71434,7983,'_line_subtotal','290.88'),(71435,7983,'_line_subtotal_tax','0'),(71436,7983,'_line_total','290.88'),(71437,7983,'_line_tax','0'),(71438,7983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71439,7984,'method_id','fedex'),(71440,7984,'instance_id','1'),(71441,7984,'cost','43.07'),(71442,7984,'total_tax','0'),(71443,7984,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71444,7984,'Package 1','14 × 14 × 14 (in) 26.25lbs × 1'),(71445,7984,'Package 2','17 × 14 × 10 (in) 35.35lbs × 1'),(71446,7984,'Package 3','17 × 14 × 10 (in) 27.8lbs × 1'),(71449,7985,'_product_id','43'),(71450,7985,'_variation_id','0'),(71451,7985,'_qty','1'),(71452,7985,'_tax_class',''),(71453,7985,'_line_subtotal','79.2'),(71454,7985,'_line_subtotal_tax','0'),(71455,7985,'_line_total','79.2'),(71456,7985,'_line_tax','0'),(71457,7985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71458,7986,'_product_id','41'),(71459,7986,'_variation_id','0'),(71460,7986,'_qty','1'),(71461,7986,'_tax_class',''),(71462,7986,'_line_subtotal','66.48'),(71463,7986,'_line_subtotal_tax','0'),(71464,7986,'_line_total','66.48'),(71465,7986,'_line_tax','0'),(71466,7986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71467,7987,'_product_id','93'),(71468,7987,'_variation_id','0'),(71469,7987,'_qty','5'),(71470,7987,'_tax_class',''),(71471,7987,'_line_subtotal','0'),(71472,7987,'_line_subtotal_tax','0'),(71473,7987,'_line_total','0'),(71474,7987,'_line_tax','0'),(71475,7987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71476,7988,'method_id','fedex'),(71477,7988,'instance_id','1'),(71478,7988,'cost','14.12'),(71479,7988,'total_tax','0'),(71480,7988,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71481,7988,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(71482,7979,'thwma_order_shipping_status','wc-pending'),(71483,7980,'thwma_order_shipping_status','wc-pending'),(71484,7981,'thwma_order_shipping_status','wc-pending'),(71485,7982,'thwma_order_shipping_status','wc-pending'),(71486,7983,'thwma_order_shipping_status','wc-pending'),(71490,7989,'_product_id','490'),(71491,7989,'_variation_id','0'),(71492,7989,'_qty','10'),(71493,7989,'_tax_class',''),(71494,7989,'_line_subtotal','207.2'),(71495,7989,'_line_subtotal_tax','0'),(71496,7989,'_line_total','207.2'),(71497,7989,'_line_tax','0'),(71498,7989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71499,7990,'_product_id','488'),(71500,7990,'_variation_id','0'),(71501,7990,'_qty','2'),(71502,7990,'_tax_class',''),(71503,7990,'_line_subtotal','62.7'),(71504,7990,'_line_subtotal_tax','0'),(71505,7990,'_line_total','62.7'),(71506,7990,'_line_tax','0'),(71507,7990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71508,7991,'_product_id','23'),(71509,7991,'_variation_id','0'),(71510,7991,'_qty','1'),(71511,7991,'_tax_class',''),(71512,7991,'_line_subtotal','71.76'),(71513,7991,'_line_subtotal_tax','0'),(71514,7991,'_line_total','71.76'),(71515,7991,'_line_tax','0'),(71516,7991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71517,7992,'_product_id','38'),(71518,7992,'_variation_id','0'),(71519,7992,'_qty','1'),(71520,7992,'_tax_class',''),(71521,7992,'_line_subtotal','174.72'),(71522,7992,'_line_subtotal_tax','0'),(71523,7992,'_line_total','174.72'),(71524,7992,'_line_tax','0'),(71525,7992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71526,7993,'_product_id','45'),(71527,7993,'_variation_id','0'),(71528,7993,'_qty','1'),(71529,7993,'_tax_class',''),(71530,7993,'_line_subtotal','42.24'),(71531,7993,'_line_subtotal_tax','0'),(71532,7993,'_line_total','42.24'),(71533,7993,'_line_tax','0'),(71534,7993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71535,7994,'_product_id','41'),(71536,7994,'_variation_id','0'),(71537,7994,'_qty','2'),(71538,7994,'_tax_class',''),(71539,7994,'_line_subtotal','132.96'),(71540,7994,'_line_subtotal_tax','0'),(71541,7994,'_line_total','132.96'),(71542,7994,'_line_tax','0'),(71543,7994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71544,7995,'_product_id','49'),(71545,7995,'_variation_id','0'),(71546,7995,'_qty','1'),(71547,7995,'_tax_class',''),(71548,7995,'_line_subtotal','79.2'),(71549,7995,'_line_subtotal_tax','0'),(71550,7995,'_line_total','79.2'),(71551,7995,'_line_tax','0'),(71552,7995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71553,7996,'method_id','free_shipping'),(71554,7996,'instance_id','2'),(71555,7996,'cost','0.00'),(71556,7996,'total_tax','0'),(71557,7996,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71558,7996,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(71563,7976,'thwma_order_shipping_status','wc-pending'),(71564,7977,'thwma_order_shipping_status','wc-pending'),(71565,7989,'thwma_order_shipping_status','wc-pending'),(71566,7990,'thwma_order_shipping_status','wc-pending'),(71567,7991,'thwma_order_shipping_status','wc-pending'),(71568,7992,'thwma_order_shipping_status','wc-pending'),(71569,7993,'thwma_order_shipping_status','wc-pending'),(71570,7994,'thwma_order_shipping_status','wc-pending'),(71571,7995,'thwma_order_shipping_status','wc-pending'),(71572,7997,'_product_id','23'),(71573,7997,'_variation_id','0'),(71574,7997,'_qty','2'),(71575,7997,'_tax_class',''),(71576,7997,'_line_subtotal','143.52'),(71577,7997,'_line_subtotal_tax','0'),(71578,7997,'_line_total','143.52'),(71579,7997,'_line_tax','0'),(71580,7997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71581,7998,'_product_id','38'),(71582,7998,'_variation_id','0'),(71583,7998,'_qty','1'),(71584,7998,'_tax_class',''),(71585,7998,'_line_subtotal','174.72'),(71586,7998,'_line_subtotal_tax','0'),(71587,7998,'_line_total','174.72'),(71588,7998,'_line_tax','0'),(71589,7998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71590,7999,'_product_id','45'),(71591,7999,'_variation_id','0'),(71592,7999,'_qty','1'),(71593,7999,'_tax_class',''),(71594,7999,'_line_subtotal','42.24'),(71595,7999,'_line_subtotal_tax','0'),(71596,7999,'_line_total','42.24'),(71597,7999,'_line_tax','0'),(71598,7999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71599,8000,'_product_id','41'),(71600,8000,'_variation_id','0'),(71601,8000,'_qty','3'),(71602,8000,'_tax_class',''),(71603,8000,'_line_subtotal','199.44'),(71604,8000,'_line_subtotal_tax','0'),(71605,8000,'_line_total','199.44'),(71606,8000,'_line_tax','0'),(71607,8000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71608,8001,'_product_id','49'),(71609,8001,'_variation_id','0'),(71610,8001,'_qty','1'),(71611,8001,'_tax_class',''),(71612,8001,'_line_subtotal','79.2'),(71613,8001,'_line_subtotal_tax','0'),(71614,8001,'_line_total','79.2'),(71615,8001,'_line_tax','0'),(71616,8001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71617,8002,'method_id','free_shipping'),(71618,8002,'instance_id','2'),(71619,8002,'cost','0.00'),(71620,8002,'total_tax','0'),(71621,8002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71622,8002,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(71623,8003,'_product_id','23'),(71624,8003,'_variation_id','0'),(71625,8003,'_qty','6'),(71626,8003,'_tax_class',''),(71627,8003,'_line_subtotal','430.56'),(71628,8003,'_line_subtotal_tax','0'),(71629,8003,'_line_total','430.56'),(71630,8003,'_line_tax','0'),(71631,8003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71632,8004,'_product_id','39'),(71633,8004,'_variation_id','0'),(71634,8004,'_qty','1'),(71635,8004,'_tax_class',''),(71636,8004,'_line_subtotal','79.2'),(71637,8004,'_line_subtotal_tax','0'),(71638,8004,'_line_total','79.2'),(71639,8004,'_line_tax','0'),(71640,8004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71641,8005,'_product_id','49'),(71642,8005,'_variation_id','0'),(71643,8005,'_qty','4'),(71644,8005,'_tax_class',''),(71645,8005,'_line_subtotal','316.8'),(71646,8005,'_line_subtotal_tax','0'),(71647,8005,'_line_total','316.8'),(71648,8005,'_line_tax','0'),(71649,8005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71650,8006,'method_id','free_shipping'),(71651,8006,'instance_id','2'),(71652,8006,'cost','0.00'),(71653,8006,'total_tax','0'),(71654,8006,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71655,8006,'Items','Active Rinse 8oz(Case of 12) &times; 6, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(71656,8007,'_product_id','488'),(71657,8007,'_variation_id','0'),(71658,8007,'_qty','1'),(71659,8007,'_tax_class',''),(71660,8007,'_line_subtotal','31.35'),(71661,8007,'_line_subtotal_tax','0'),(71662,8007,'_line_total','31.35'),(71663,8007,'_line_tax','0'),(71664,8007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71665,8008,'_product_id','487'),(71666,8008,'_variation_id','0'),(71667,8008,'_qty','1'),(71668,8008,'_tax_class',''),(71669,8008,'_line_subtotal','31.35'),(71670,8008,'_line_subtotal_tax','0'),(71671,8008,'_line_total','31.35'),(71672,8008,'_line_tax','0'),(71673,8008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71674,8009,'_product_id','43'),(71675,8009,'_variation_id','0'),(71676,8009,'_qty','1'),(71677,8009,'_tax_class',''),(71678,8009,'_line_subtotal','79.2'),(71679,8009,'_line_subtotal_tax','0'),(71680,8009,'_line_total','79.2'),(71681,8009,'_line_tax','0'),(71682,8009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71683,8010,'_product_id','43'),(71684,8010,'_variation_id','0'),(71685,8010,'_qty','1'),(71686,8010,'_tax_class',''),(71687,8010,'_line_subtotal','79.2'),(71688,8010,'_line_subtotal_tax','0'),(71689,8010,'_line_total','79.2'),(71690,8010,'_line_tax','0'),(71691,8010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71692,8011,'_product_id','41'),(71693,8011,'_variation_id','0'),(71694,8011,'_qty','2'),(71695,8011,'_tax_class',''),(71696,8011,'_line_subtotal','132.96'),(71697,8011,'_line_subtotal_tax','0'),(71698,8011,'_line_total','132.96'),(71699,8011,'_line_tax','0'),(71700,8011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71701,8012,'_product_id','144'),(71702,8012,'_variation_id','0'),(71703,8012,'_qty','5'),(71704,8012,'_tax_class',''),(71705,8012,'_line_subtotal','6.9'),(71706,8012,'_line_subtotal_tax','0'),(71707,8012,'_line_total','6.9'),(71708,8012,'_line_tax','0'),(71709,8012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71710,8013,'_product_id','120'),(71711,8013,'_variation_id','0'),(71712,8013,'_qty','2'),(71713,8013,'_tax_class',''),(71714,8013,'_line_subtotal','105.6'),(71715,8013,'_line_subtotal_tax','0'),(71716,8013,'_line_total','105.6'),(71717,8013,'_line_tax','0'),(71718,8013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71719,8014,'_product_id','49'),(71720,8014,'_variation_id','0'),(71721,8014,'_qty','1'),(71722,8014,'_tax_class',''),(71723,8014,'_line_subtotal','79.2'),(71724,8014,'_line_subtotal_tax','0'),(71725,8014,'_line_total','79.2'),(71726,8014,'_line_tax','0'),(71727,8014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71728,8015,'_product_id','23'),(71729,8015,'_variation_id','0'),(71730,8015,'_qty','1'),(71731,8015,'_tax_class',''),(71732,8015,'_line_subtotal','71.76'),(71733,8015,'_line_subtotal_tax','0'),(71734,8015,'_line_total','71.76'),(71735,8015,'_line_tax','0'),(71736,8015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71737,8016,'_product_id','45'),(71738,8016,'_variation_id','0'),(71739,8016,'_qty','2'),(71740,8016,'_tax_class',''),(71741,8016,'_line_subtotal','84.48'),(71742,8016,'_line_subtotal_tax','0'),(71743,8016,'_line_total','84.48'),(71744,8016,'_line_tax','0'),(71745,8016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71746,8017,'_product_id','118'),(71747,8017,'_variation_id','0'),(71748,8017,'_qty','1'),(71749,8017,'_tax_class',''),(71750,8017,'_line_subtotal','184.8'),(71751,8017,'_line_subtotal_tax','0'),(71752,8017,'_line_total','184.8'),(71753,8017,'_line_tax','0'),(71754,8017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71755,8018,'_product_id','51'),(71756,8018,'_variation_id','0'),(71757,8018,'_qty','1'),(71758,8018,'_tax_class',''),(71759,8018,'_line_subtotal','147.84'),(71760,8018,'_line_subtotal_tax','0'),(71761,8018,'_line_total','147.84'),(71762,8018,'_line_tax','0'),(71763,8018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71764,8019,'method_id','free_shipping'),(71765,8019,'instance_id','2'),(71766,8019,'cost','0.00'),(71767,8019,'total_tax','0'),(71768,8019,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71769,8019,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Course Tail Comb &times; 5, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(71775,7997,'thwma_order_shipping_status','wc-pending'),(71776,7998,'thwma_order_shipping_status','wc-pending'),(71777,7999,'thwma_order_shipping_status','wc-pending'),(71778,8000,'thwma_order_shipping_status','wc-pending'),(71779,8001,'thwma_order_shipping_status','wc-pending'),(71780,8020,'_product_id','490'),(71781,8020,'_variation_id','0'),(71782,8020,'_qty','9'),(71783,8020,'_tax_class',''),(71784,8020,'_line_subtotal','186.48'),(71785,8020,'_line_subtotal_tax','0'),(71786,8020,'_line_total','186.48'),(71787,8020,'_line_tax','0'),(71788,8020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71789,8021,'_product_id','488'),(71790,8021,'_variation_id','0'),(71791,8021,'_qty','2'),(71792,8021,'_tax_class',''),(71793,8021,'_line_subtotal','62.7'),(71794,8021,'_line_subtotal_tax','0'),(71795,8021,'_line_total','62.7'),(71796,8021,'_line_tax','0'),(71797,8021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71798,8022,'_product_id','23'),(71799,8022,'_variation_id','0'),(71800,8022,'_qty','2'),(71801,8022,'_tax_class',''),(71802,8022,'_line_subtotal','143.52'),(71803,8022,'_line_subtotal_tax','0'),(71804,8022,'_line_total','143.52'),(71805,8022,'_line_tax','0'),(71806,8022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71807,8023,'_product_id','45'),(71808,8023,'_variation_id','0'),(71809,8023,'_qty','2'),(71810,8023,'_tax_class',''),(71811,8023,'_line_subtotal','84.48'),(71812,8023,'_line_subtotal_tax','0'),(71813,8023,'_line_total','84.48'),(71814,8023,'_line_tax','0'),(71815,8023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71816,8024,'_product_id','41'),(71817,8024,'_variation_id','0'),(71818,8024,'_qty','1'),(71819,8024,'_tax_class',''),(71820,8024,'_line_subtotal','66.48'),(71821,8024,'_line_subtotal_tax','0'),(71822,8024,'_line_total','66.48'),(71823,8024,'_line_tax','0'),(71824,8024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71825,8025,'_product_id','49'),(71826,8025,'_variation_id','0'),(71827,8025,'_qty','1'),(71828,8025,'_tax_class',''),(71829,8025,'_line_subtotal','79.2'),(71830,8025,'_line_subtotal_tax','0'),(71831,8025,'_line_total','79.2'),(71832,8025,'_line_tax','0'),(71833,8025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71834,8026,'_product_id','51'),(71835,8026,'_variation_id','0'),(71836,8026,'_qty','1'),(71837,8026,'_tax_class',''),(71838,8026,'_line_subtotal','147.84'),(71839,8026,'_line_subtotal_tax','0'),(71840,8026,'_line_total','147.84'),(71841,8026,'_line_tax','0'),(71842,8026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71843,8027,'_product_id','44'),(71844,8027,'_variation_id','0'),(71845,8027,'_qty','1'),(71846,8027,'_tax_class',''),(71847,8027,'_line_subtotal','116.16'),(71848,8027,'_line_subtotal_tax','0'),(71849,8027,'_line_total','116.16'),(71850,8027,'_line_tax','0'),(71851,8027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71852,8028,'method_id','fedex'),(71853,8028,'instance_id','1'),(71854,8028,'cost','86.30'),(71855,8028,'total_tax','0'),(71856,8028,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71857,8028,'Package 1','17 × 14 × 10 (in) 41.4lbs × 1'),(71858,8028,'Package 2','17 × 14 × 10 (in) 40.6lbs × 1'),(71859,8028,'Package 3','17 × 14 × 10 (in) 18.2lbs × 1'),(71863,8003,'thwma_order_shipping_status','wc-pending'),(71864,8004,'thwma_order_shipping_status','wc-pending'),(71865,8005,'thwma_order_shipping_status','wc-pending'),(71866,7985,'thwma_order_shipping_status','wc-pending'),(71867,7986,'thwma_order_shipping_status','wc-pending'),(71868,7987,'thwma_order_shipping_status','wc-pending'),(71869,8007,'thwma_order_shipping_status','wc-pending'),(71870,8008,'thwma_order_shipping_status','wc-pending'),(71871,8009,'thwma_order_shipping_status','wc-pending'),(71872,8010,'thwma_order_shipping_status','wc-pending'),(71873,8011,'thwma_order_shipping_status','wc-pending'),(71874,8012,'thwma_order_shipping_status','wc-pending'),(71875,8013,'thwma_order_shipping_status','wc-pending'),(71876,8014,'thwma_order_shipping_status','wc-pending'),(71877,8015,'thwma_order_shipping_status','wc-pending'),(71878,8016,'thwma_order_shipping_status','wc-pending'),(71879,8017,'thwma_order_shipping_status','wc-pending'),(71880,8018,'thwma_order_shipping_status','wc-pending'),(71881,8029,'_product_id','97'),(71882,8029,'_variation_id','0'),(71883,8029,'_qty','1'),(71884,8029,'_tax_class',''),(71885,8029,'_line_subtotal','0'),(71886,8029,'_line_subtotal_tax','0'),(71887,8029,'_line_total','0'),(71888,8029,'_line_tax','0'),(71889,8029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71890,8030,'method_id','fedex'),(71891,8030,'instance_id','1'),(71892,8030,'cost','10.18'),(71893,8030,'total_tax','0'),(71894,8030,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71895,8030,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(71896,8031,'_product_id','490'),(71897,8031,'_variation_id','0'),(71898,8031,'_qty','3'),(71899,8031,'_tax_class',''),(71900,8031,'_line_subtotal','62.16'),(71901,8031,'_line_subtotal_tax','0'),(71902,8031,'_line_total','62.16'),(71903,8031,'_line_tax','0'),(71904,8031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71905,8032,'_product_id','23'),(71906,8032,'_variation_id','0'),(71907,8032,'_qty','1'),(71908,8032,'_tax_class',''),(71909,8032,'_line_subtotal','71.76'),(71910,8032,'_line_subtotal_tax','0'),(71911,8032,'_line_total','71.76'),(71912,8032,'_line_tax','0'),(71913,8032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71914,8033,'_product_id','41'),(71915,8033,'_variation_id','0'),(71916,8033,'_qty','1'),(71917,8033,'_tax_class',''),(71918,8033,'_line_subtotal','66.48'),(71919,8033,'_line_subtotal_tax','0'),(71920,8033,'_line_total','66.48'),(71921,8033,'_line_tax','0'),(71922,8033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71923,8034,'_product_id','43'),(71924,8034,'_variation_id','0'),(71925,8034,'_qty','1'),(71926,8034,'_tax_class',''),(71927,8034,'_line_subtotal','79.2'),(71928,8034,'_line_subtotal_tax','0'),(71929,8034,'_line_total','79.2'),(71930,8034,'_line_tax','0'),(71931,8034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71932,8035,'_product_id','44'),(71933,8035,'_variation_id','0'),(71934,8035,'_qty','1'),(71935,8035,'_tax_class',''),(71936,8035,'_line_subtotal','116.16'),(71937,8035,'_line_subtotal_tax','0'),(71938,8035,'_line_total','116.16'),(71939,8035,'_line_tax','0'),(71940,8035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71941,8036,'_product_id','38'),(71942,8036,'_variation_id','0'),(71943,8036,'_qty','1'),(71944,8036,'_tax_class',''),(71945,8036,'_line_subtotal','174.72'),(71946,8036,'_line_subtotal_tax','0'),(71947,8036,'_line_total','174.72'),(71948,8036,'_line_tax','0'),(71949,8036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71950,8037,'_product_id','39'),(71951,8037,'_variation_id','0'),(71952,8037,'_qty','1'),(71953,8037,'_tax_class',''),(71954,8037,'_line_subtotal','79.2'),(71955,8037,'_line_subtotal_tax','0'),(71956,8037,'_line_total','79.2'),(71957,8037,'_line_tax','0'),(71958,8037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71959,8038,'_product_id','40'),(71960,8038,'_variation_id','0'),(71961,8038,'_qty','1'),(71962,8038,'_tax_class',''),(71963,8038,'_line_subtotal','79.2'),(71964,8038,'_line_subtotal_tax','0'),(71965,8038,'_line_total','79.2'),(71966,8038,'_line_tax','0'),(71967,8038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(71968,8039,'method_id','fedex'),(71969,8039,'instance_id','1'),(71970,8039,'cost','27.33'),(71971,8039,'total_tax','0'),(71972,8039,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(71973,8039,'Package 1','17 × 14 × 10 (in) 41.9lbs × 1'),(71974,8039,'Package 2','14 × 14 × 14 (in) 28.95lbs × 1'),(71983,8020,'thwma_order_shipping_status','wc-pending'),(71984,8021,'thwma_order_shipping_status','wc-pending'),(71985,8022,'thwma_order_shipping_status','wc-pending'),(71986,8023,'thwma_order_shipping_status','wc-pending'),(71987,8024,'thwma_order_shipping_status','wc-pending'),(71988,8025,'thwma_order_shipping_status','wc-pending'),(71989,8026,'thwma_order_shipping_status','wc-pending'),(71990,8027,'thwma_order_shipping_status','wc-pending'),(71991,8031,'thwma_order_shipping_status','wc-pending'),(71992,8032,'thwma_order_shipping_status','wc-pending'),(71993,8033,'thwma_order_shipping_status','wc-pending'),(71994,8034,'thwma_order_shipping_status','wc-pending'),(71995,8035,'thwma_order_shipping_status','wc-pending'),(71996,8036,'thwma_order_shipping_status','wc-pending'),(71997,8037,'thwma_order_shipping_status','wc-pending'),(71998,8038,'thwma_order_shipping_status','wc-pending'),(71999,8040,'_product_id','490'),(72000,8040,'_variation_id','0'),(72001,8040,'_qty','10'),(72002,8040,'_tax_class',''),(72003,8040,'_line_subtotal','207.2'),(72004,8040,'_line_subtotal_tax','0'),(72005,8040,'_line_total','207.2'),(72006,8040,'_line_tax','0'),(72007,8040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72008,8041,'_product_id','23'),(72009,8041,'_variation_id','0'),(72010,8041,'_qty','4'),(72011,8041,'_tax_class',''),(72012,8041,'_line_subtotal','287.04'),(72013,8041,'_line_subtotal_tax','0'),(72014,8041,'_line_total','287.04'),(72015,8041,'_line_tax','0'),(72016,8041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72017,8042,'_product_id','41'),(72018,8042,'_variation_id','0'),(72019,8042,'_qty','3'),(72020,8042,'_tax_class',''),(72021,8042,'_line_subtotal','199.44'),(72022,8042,'_line_subtotal_tax','0'),(72023,8042,'_line_total','199.44'),(72024,8042,'_line_tax','0'),(72025,8042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72026,8043,'_product_id','43'),(72027,8043,'_variation_id','0'),(72028,8043,'_qty','3'),(72029,8043,'_tax_class',''),(72030,8043,'_line_subtotal','237.6'),(72031,8043,'_line_subtotal_tax','0'),(72032,8043,'_line_total','237.6'),(72033,8043,'_line_tax','0'),(72034,8043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72035,8044,'method_id','free_shipping'),(72036,8044,'instance_id','2'),(72037,8044,'cost','0.00'),(72038,8044,'total_tax','0'),(72039,8044,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72040,8044,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3'),(72108,8053,'_product_id','23'),(72109,8053,'_variation_id','0'),(72110,8053,'_qty','1'),(72111,8053,'_tax_class',''),(72112,8053,'_line_subtotal','71.76'),(72113,8053,'_line_subtotal_tax','0'),(72114,8053,'_line_total','71.76'),(72115,8053,'_line_tax','0'),(72116,8053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72117,8054,'_product_id','42'),(72118,8054,'_variation_id','0'),(72119,8054,'_qty','1'),(72120,8054,'_tax_class',''),(72121,8054,'_line_subtotal','79.2'),(72122,8054,'_line_subtotal_tax','0'),(72123,8054,'_line_total','79.2'),(72124,8054,'_line_tax','0'),(72125,8054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72126,8055,'_product_id','51'),(72127,8055,'_variation_id','0'),(72128,8055,'_qty','1'),(72129,8055,'_tax_class',''),(72130,8055,'_line_subtotal','147.84'),(72131,8055,'_line_subtotal_tax','0'),(72132,8055,'_line_total','147.84'),(72133,8055,'_line_tax','0'),(72134,8055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72135,8056,'_product_id','43'),(72136,8056,'_variation_id','0'),(72137,8056,'_qty','1'),(72138,8056,'_tax_class',''),(72139,8056,'_line_subtotal','79.2'),(72140,8056,'_line_subtotal_tax','0'),(72141,8056,'_line_total','79.2'),(72142,8056,'_line_tax','0'),(72143,8056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72144,8057,'_product_id','51'),(72145,8057,'_variation_id','0'),(72146,8057,'_qty','1'),(72147,8057,'_tax_class',''),(72148,8057,'_line_subtotal','147.84'),(72149,8057,'_line_subtotal_tax','0'),(72150,8057,'_line_total','147.84'),(72151,8057,'_line_tax','0'),(72152,8057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72153,8058,'_fee_amount','-231.965'),(72154,8058,'_tax_class','0'),(72155,8058,'_tax_status','taxable'),(72156,8058,'_line_total','-231.965'),(72157,8058,'_line_tax','0'),(72158,8058,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(72159,8058,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(72160,8058,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(72161,8059,'method_id','fedex'),(72162,8059,'instance_id','3'),(72163,8059,'cost','463.93'),(72164,8059,'total_tax','0'),(72165,8059,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72166,8059,'Package 1','11.25 × 8.75 × 7.75 (in) 8.39lbs × 1'),(72167,8059,'Package 2','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(72168,8059,'Package 3','11.25 × 8.75 × 7.75 (in) 7.89lbs × 1'),(72169,8059,'Package 4','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(72170,8059,'Package 5','12.5 × 8 × 6.25 (in) 10.8lbs × 1'),(72171,8060,'discount_amount','0'),(72172,8060,'discount_amount_tax','0'),(72173,8060,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:20;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(72174,8060,'_acfw_coupon_shipping_overrides_discount','231.965'),(72175,8040,'thwma_order_shipping_status','wc-pending'),(72176,8041,'thwma_order_shipping_status','wc-pending'),(72177,8042,'thwma_order_shipping_status','wc-pending'),(72178,8043,'thwma_order_shipping_status','wc-pending'),(72179,8061,'_product_id','43'),(72180,8061,'_variation_id','0'),(72181,8061,'_qty','2'),(72182,8061,'_tax_class',''),(72183,8061,'_line_subtotal','158.4'),(72184,8061,'_line_subtotal_tax','0'),(72185,8061,'_line_total','158.4'),(72186,8061,'_line_tax','0'),(72187,8061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72188,8062,'_product_id','49'),(72189,8062,'_variation_id','0'),(72190,8062,'_qty','1'),(72191,8062,'_tax_class',''),(72192,8062,'_line_subtotal','79.2'),(72193,8062,'_line_subtotal_tax','0'),(72194,8062,'_line_total','79.2'),(72195,8062,'_line_tax','0'),(72196,8062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72197,8063,'_product_id','120'),(72198,8063,'_variation_id','0'),(72199,8063,'_qty','1'),(72200,8063,'_tax_class',''),(72201,8063,'_line_subtotal','52.8'),(72202,8063,'_line_subtotal_tax','0'),(72203,8063,'_line_total','52.8'),(72204,8063,'_line_tax','0'),(72205,8063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72206,8064,'_product_id','23'),(72207,8064,'_variation_id','0'),(72208,8064,'_qty','1'),(72209,8064,'_tax_class',''),(72210,8064,'_line_subtotal','71.76'),(72211,8064,'_line_subtotal_tax','0'),(72212,8064,'_line_total','71.76'),(72213,8064,'_line_tax','0'),(72214,8064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72215,8065,'_product_id','38'),(72216,8065,'_variation_id','0'),(72217,8065,'_qty','1'),(72218,8065,'_tax_class',''),(72219,8065,'_line_subtotal','174.72'),(72220,8065,'_line_subtotal_tax','0'),(72221,8065,'_line_total','174.72'),(72222,8065,'_line_tax','0'),(72223,8065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72224,8066,'_product_id','41'),(72225,8066,'_variation_id','0'),(72226,8066,'_qty','2'),(72227,8066,'_tax_class',''),(72228,8066,'_line_subtotal','132.96'),(72229,8066,'_line_subtotal_tax','0'),(72230,8066,'_line_total','132.96'),(72231,8066,'_line_tax','0'),(72232,8066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72233,8067,'_product_id','490'),(72234,8067,'_variation_id','0'),(72235,8067,'_qty','5'),(72236,8067,'_tax_class',''),(72237,8067,'_line_subtotal','103.6'),(72238,8067,'_line_subtotal_tax','0'),(72239,8067,'_line_total','103.6'),(72240,8067,'_line_tax','0'),(72241,8067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72242,8068,'method_id','free_shipping'),(72243,8068,'instance_id','2'),(72244,8068,'cost','0.00'),(72245,8068,'total_tax','0'),(72246,8068,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72247,8068,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5'),(72248,8069,'_product_id','489'),(72249,8069,'_variation_id','0'),(72250,8069,'_qty','6'),(72251,8069,'_tax_class',''),(72252,8069,'_line_subtotal','114.24'),(72253,8069,'_line_subtotal_tax','0'),(72254,8069,'_line_total','114.24'),(72255,8069,'_line_tax','0'),(72256,8069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72257,8070,'_product_id','43'),(72258,8070,'_variation_id','0'),(72259,8070,'_qty','2'),(72260,8070,'_tax_class',''),(72261,8070,'_line_subtotal','158.4'),(72262,8070,'_line_subtotal_tax','0'),(72263,8070,'_line_total','158.4'),(72264,8070,'_line_tax','0'),(72265,8070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72266,8071,'_product_id','23'),(72267,8071,'_variation_id','0'),(72268,8071,'_qty','2'),(72269,8071,'_tax_class',''),(72270,8071,'_line_subtotal','143.52'),(72271,8071,'_line_subtotal_tax','0'),(72272,8071,'_line_total','143.52'),(72273,8071,'_line_tax','0'),(72274,8071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72275,8072,'_product_id','44'),(72276,8072,'_variation_id','0'),(72277,8072,'_qty','1'),(72278,8072,'_tax_class',''),(72279,8072,'_line_subtotal','116.16'),(72280,8072,'_line_subtotal_tax','0'),(72281,8072,'_line_total','116.16'),(72282,8072,'_line_tax','0'),(72283,8072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72284,8073,'_product_id','39'),(72285,8073,'_variation_id','0'),(72286,8073,'_qty','1'),(72287,8073,'_tax_class',''),(72288,8073,'_line_subtotal','79.2'),(72289,8073,'_line_subtotal_tax','0'),(72290,8073,'_line_total','79.2'),(72291,8073,'_line_tax','0'),(72292,8073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72293,8074,'_product_id','49'),(72294,8074,'_variation_id','0'),(72295,8074,'_qty','1'),(72296,8074,'_tax_class',''),(72297,8074,'_line_subtotal','79.2'),(72298,8074,'_line_subtotal_tax','0'),(72299,8074,'_line_total','79.2'),(72300,8074,'_line_tax','0'),(72301,8074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72302,8075,'_product_id','120'),(72303,8075,'_variation_id','0'),(72304,8075,'_qty','1'),(72305,8075,'_tax_class',''),(72306,8075,'_line_subtotal','52.8'),(72307,8075,'_line_subtotal_tax','0'),(72308,8075,'_line_total','52.8'),(72309,8075,'_line_tax','0'),(72310,8075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72311,8076,'_product_id','133'),(72312,8076,'_variation_id','0'),(72313,8076,'_qty','2'),(72314,8076,'_tax_class',''),(72315,8076,'_line_subtotal','28.6'),(72316,8076,'_line_subtotal_tax','0'),(72317,8076,'_line_total','28.6'),(72318,8076,'_line_tax','0'),(72319,8076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72320,8077,'_product_id','118'),(72321,8077,'_variation_id','0'),(72322,8077,'_qty','1'),(72323,8077,'_tax_class',''),(72324,8077,'_line_subtotal','184.8'),(72325,8077,'_line_subtotal_tax','0'),(72326,8077,'_line_total','184.8'),(72327,8077,'_line_tax','0'),(72328,8077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72329,8078,'_product_id','51'),(72330,8078,'_variation_id','0'),(72331,8078,'_qty','1'),(72332,8078,'_tax_class',''),(72333,8078,'_line_subtotal','147.84'),(72334,8078,'_line_subtotal_tax','0'),(72335,8078,'_line_total','147.84'),(72336,8078,'_line_tax','0'),(72337,8078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72338,8079,'_product_id','138'),(72339,8079,'_variation_id','0'),(72340,8079,'_qty','5'),(72341,8079,'_tax_class',''),(72342,8079,'_line_subtotal','24.75'),(72343,8079,'_line_subtotal_tax','0'),(72344,8079,'_line_total','24.75'),(72345,8079,'_line_tax','0'),(72346,8079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72347,8080,'_product_id','45'),(72348,8080,'_variation_id','0'),(72349,8080,'_qty','1'),(72350,8080,'_tax_class',''),(72351,8080,'_line_subtotal','42.24'),(72352,8080,'_line_subtotal_tax','0'),(72353,8080,'_line_total','42.24'),(72354,8080,'_line_tax','0'),(72355,8080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72356,8081,'_product_id','487'),(72357,8081,'_variation_id','0'),(72358,8081,'_qty','2'),(72359,8081,'_tax_class',''),(72360,8081,'_line_subtotal','62.7'),(72361,8081,'_line_subtotal_tax','0'),(72362,8081,'_line_total','62.7'),(72363,8081,'_line_tax','0'),(72364,8081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72365,8082,'_product_id','488'),(72366,8082,'_variation_id','0'),(72367,8082,'_qty','2'),(72368,8082,'_tax_class',''),(72369,8082,'_line_subtotal','62.7'),(72370,8082,'_line_subtotal_tax','0'),(72371,8082,'_line_total','62.7'),(72372,8082,'_line_tax','0'),(72373,8082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72374,8083,'method_id','free_shipping'),(72375,8083,'instance_id','2'),(72376,8083,'cost','0.00'),(72377,8083,'total_tax','0'),(72378,8083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72379,8083,'Items','Bulk Active Rinse 50/50 RM &times; 6, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Disposable Head Bands &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, The Wet Brush Squirt &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2'),(72380,8084,'_product_id','489'),(72381,8084,'_variation_id','0'),(72382,8084,'_qty','6'),(72383,8084,'_tax_class',''),(72384,8084,'_line_subtotal','114.24'),(72385,8084,'_line_subtotal_tax','0'),(72386,8084,'_line_total','114.24'),(72387,8084,'_line_tax','0'),(72388,8084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72389,8085,'_product_id','43'),(72390,8085,'_variation_id','0'),(72391,8085,'_qty','2'),(72392,8085,'_tax_class',''),(72393,8085,'_line_subtotal','158.4'),(72394,8085,'_line_subtotal_tax','0'),(72395,8085,'_line_total','158.4'),(72396,8085,'_line_tax','0'),(72397,8085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72398,8086,'_product_id','23'),(72399,8086,'_variation_id','0'),(72400,8086,'_qty','2'),(72401,8086,'_tax_class',''),(72402,8086,'_line_subtotal','143.52'),(72403,8086,'_line_subtotal_tax','0'),(72404,8086,'_line_total','143.52'),(72405,8086,'_line_tax','0'),(72406,8086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72407,8087,'_product_id','44'),(72408,8087,'_variation_id','0'),(72409,8087,'_qty','1'),(72410,8087,'_tax_class',''),(72411,8087,'_line_subtotal','116.16'),(72412,8087,'_line_subtotal_tax','0'),(72413,8087,'_line_total','116.16'),(72414,8087,'_line_tax','0'),(72415,8087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72416,8088,'_product_id','39'),(72417,8088,'_variation_id','0'),(72418,8088,'_qty','1'),(72419,8088,'_tax_class',''),(72420,8088,'_line_subtotal','79.2'),(72421,8088,'_line_subtotal_tax','0'),(72422,8088,'_line_total','79.2'),(72423,8088,'_line_tax','0'),(72424,8088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72425,8089,'_product_id','49'),(72426,8089,'_variation_id','0'),(72427,8089,'_qty','1'),(72428,8089,'_tax_class',''),(72429,8089,'_line_subtotal','79.2'),(72430,8089,'_line_subtotal_tax','0'),(72431,8089,'_line_total','79.2'),(72432,8089,'_line_tax','0'),(72433,8089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72434,8090,'_product_id','120'),(72435,8090,'_variation_id','0'),(72436,8090,'_qty','1'),(72437,8090,'_tax_class',''),(72438,8090,'_line_subtotal','52.8'),(72439,8090,'_line_subtotal_tax','0'),(72440,8090,'_line_total','52.8'),(72441,8090,'_line_tax','0'),(72442,8090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72443,8091,'_product_id','133'),(72444,8091,'_variation_id','0'),(72445,8091,'_qty','2'),(72446,8091,'_tax_class',''),(72447,8091,'_line_subtotal','28.6'),(72448,8091,'_line_subtotal_tax','0'),(72449,8091,'_line_total','28.6'),(72450,8091,'_line_tax','0'),(72451,8091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72452,8092,'_product_id','118'),(72453,8092,'_variation_id','0'),(72454,8092,'_qty','1'),(72455,8092,'_tax_class',''),(72456,8092,'_line_subtotal','184.8'),(72457,8092,'_line_subtotal_tax','0'),(72458,8092,'_line_total','184.8'),(72459,8092,'_line_tax','0'),(72460,8092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72461,8093,'_product_id','51'),(72462,8093,'_variation_id','0'),(72463,8093,'_qty','1'),(72464,8093,'_tax_class',''),(72465,8093,'_line_subtotal','147.84'),(72466,8093,'_line_subtotal_tax','0'),(72467,8093,'_line_total','147.84'),(72468,8093,'_line_tax','0'),(72469,8093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72470,8094,'_product_id','138'),(72471,8094,'_variation_id','0'),(72472,8094,'_qty','5'),(72473,8094,'_tax_class',''),(72474,8094,'_line_subtotal','24.75'),(72475,8094,'_line_subtotal_tax','0'),(72476,8094,'_line_total','24.75'),(72477,8094,'_line_tax','0'),(72478,8094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72479,8095,'_product_id','45'),(72480,8095,'_variation_id','0'),(72481,8095,'_qty','1'),(72482,8095,'_tax_class',''),(72483,8095,'_line_subtotal','42.24'),(72484,8095,'_line_subtotal_tax','0'),(72485,8095,'_line_total','42.24'),(72486,8095,'_line_tax','0'),(72487,8095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72488,8096,'_product_id','487'),(72489,8096,'_variation_id','0'),(72490,8096,'_qty','2'),(72491,8096,'_tax_class',''),(72492,8096,'_line_subtotal','62.7'),(72493,8096,'_line_subtotal_tax','0'),(72494,8096,'_line_total','62.7'),(72495,8096,'_line_tax','0'),(72496,8096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72497,8097,'_product_id','488'),(72498,8097,'_variation_id','0'),(72499,8097,'_qty','2'),(72500,8097,'_tax_class',''),(72501,8097,'_line_subtotal','62.7'),(72502,8097,'_line_subtotal_tax','0'),(72503,8097,'_line_total','62.7'),(72504,8097,'_line_tax','0'),(72505,8097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72506,8098,'method_id','free_shipping'),(72507,8098,'instance_id','2'),(72508,8098,'cost','0.00'),(72509,8098,'total_tax','0'),(72510,8098,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72511,8098,'Items','Bulk Active Rinse 50/50 RM &times; 6, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Disposable Head Bands &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, The Wet Brush Squirt &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2'),(72512,8084,'thwma_order_shipping_status','wc-pending'),(72513,8085,'thwma_order_shipping_status','wc-pending'),(72514,8086,'thwma_order_shipping_status','wc-pending'),(72515,8087,'thwma_order_shipping_status','wc-pending'),(72516,8088,'thwma_order_shipping_status','wc-pending'),(72517,8089,'thwma_order_shipping_status','wc-pending'),(72518,8090,'thwma_order_shipping_status','wc-pending'),(72519,8091,'thwma_order_shipping_status','wc-pending'),(72520,8092,'thwma_order_shipping_status','wc-pending'),(72521,8093,'thwma_order_shipping_status','wc-pending'),(72522,8094,'thwma_order_shipping_status','wc-pending'),(72523,8095,'thwma_order_shipping_status','wc-pending'),(72524,8096,'thwma_order_shipping_status','wc-pending'),(72525,8097,'thwma_order_shipping_status','wc-pending'),(72526,8061,'thwma_order_shipping_status','wc-pending'),(72527,8062,'thwma_order_shipping_status','wc-pending'),(72528,8063,'thwma_order_shipping_status','wc-pending'),(72529,8064,'thwma_order_shipping_status','wc-pending'),(72530,8065,'thwma_order_shipping_status','wc-pending'),(72531,8066,'thwma_order_shipping_status','wc-pending'),(72532,8067,'thwma_order_shipping_status','wc-pending'),(72543,8053,'thwma_order_shipping_status','wc-pending'),(72544,8054,'thwma_order_shipping_status','wc-pending'),(72545,8055,'thwma_order_shipping_status','wc-pending'),(72546,8056,'thwma_order_shipping_status','wc-pending'),(72547,8057,'thwma_order_shipping_status','wc-pending'),(72548,8099,'_product_id','39'),(72549,8099,'_variation_id','0'),(72550,8099,'_qty','1'),(72551,8099,'_tax_class',''),(72552,8099,'_line_subtotal','79.2'),(72553,8099,'_line_subtotal_tax','0'),(72554,8099,'_line_total','79.2'),(72555,8099,'_line_tax','0'),(72556,8099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72557,8100,'_product_id','45'),(72558,8100,'_variation_id','0'),(72559,8100,'_qty','1'),(72560,8100,'_tax_class',''),(72561,8100,'_line_subtotal','42.24'),(72562,8100,'_line_subtotal_tax','0'),(72563,8100,'_line_total','42.24'),(72564,8100,'_line_tax','0'),(72565,8100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72566,8101,'_product_id','42'),(72567,8101,'_variation_id','0'),(72568,8101,'_qty','1'),(72569,8101,'_tax_class',''),(72570,8101,'_line_subtotal','79.2'),(72571,8101,'_line_subtotal_tax','0'),(72572,8101,'_line_total','79.2'),(72573,8101,'_line_tax','0'),(72574,8101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72575,8102,'_product_id','43'),(72576,8102,'_variation_id','0'),(72577,8102,'_qty','1'),(72578,8102,'_tax_class',''),(72579,8102,'_line_subtotal','79.2'),(72580,8102,'_line_subtotal_tax','0'),(72581,8102,'_line_total','79.2'),(72582,8102,'_line_tax','0'),(72583,8102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72584,8103,'_product_id','49'),(72585,8103,'_variation_id','0'),(72586,8103,'_qty','2'),(72587,8103,'_tax_class',''),(72588,8103,'_line_subtotal','158.4'),(72589,8103,'_line_subtotal_tax','0'),(72590,8103,'_line_total','158.4'),(72591,8103,'_line_tax','0'),(72592,8103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72593,8104,'_product_id','488'),(72594,8104,'_variation_id','0'),(72595,8104,'_qty','1'),(72596,8104,'_tax_class',''),(72597,8104,'_line_subtotal','31.35'),(72598,8104,'_line_subtotal_tax','0'),(72599,8104,'_line_total','31.35'),(72600,8104,'_line_tax','0'),(72601,8104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72602,8105,'_product_id','487'),(72603,8105,'_variation_id','0'),(72604,8105,'_qty','1'),(72605,8105,'_tax_class',''),(72606,8105,'_line_subtotal','31.35'),(72607,8105,'_line_subtotal_tax','0'),(72608,8105,'_line_total','31.35'),(72609,8105,'_line_tax','0'),(72610,8105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72611,8106,'_product_id','490'),(72612,8106,'_variation_id','0'),(72613,8106,'_qty','10'),(72614,8106,'_tax_class',''),(72615,8106,'_line_subtotal','207.2'),(72616,8106,'_line_subtotal_tax','0'),(72617,8106,'_line_total','207.2'),(72618,8106,'_line_tax','0'),(72619,8106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72620,8107,'_product_id','23'),(72621,8107,'_variation_id','0'),(72622,8107,'_qty','1'),(72623,8107,'_tax_class',''),(72624,8107,'_line_subtotal','71.76'),(72625,8107,'_line_subtotal_tax','0'),(72626,8107,'_line_total','71.76'),(72627,8107,'_line_tax','0'),(72628,8107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72629,8108,'_product_id','41'),(72630,8108,'_variation_id','0'),(72631,8108,'_qty','1'),(72632,8108,'_tax_class',''),(72633,8108,'_line_subtotal','66.48'),(72634,8108,'_line_subtotal_tax','0'),(72635,8108,'_line_total','66.48'),(72636,8108,'_line_tax','0'),(72637,8108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72638,8109,'method_id','free_shipping'),(72639,8109,'instance_id','2'),(72640,8109,'cost','0.00'),(72641,8109,'total_tax','0'),(72642,8109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72643,8109,'Items','Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(72644,8110,'_product_id','42'),(72645,8110,'_variation_id','0'),(72646,8110,'_qty','1'),(72647,8110,'_tax_class',''),(72648,8110,'_line_subtotal','79.2'),(72649,8110,'_line_subtotal_tax','0'),(72650,8110,'_line_total','79.2'),(72651,8110,'_line_tax','0'),(72652,8110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72653,8111,'_product_id','120'),(72654,8111,'_variation_id','0'),(72655,8111,'_qty','1'),(72656,8111,'_tax_class',''),(72657,8111,'_line_subtotal','52.8'),(72658,8111,'_line_subtotal_tax','0'),(72659,8111,'_line_total','52.8'),(72660,8111,'_line_tax','0'),(72661,8111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72662,8112,'_product_id','43'),(72663,8112,'_variation_id','0'),(72664,8112,'_qty','1'),(72665,8112,'_tax_class',''),(72666,8112,'_line_subtotal','79.2'),(72667,8112,'_line_subtotal_tax','0'),(72668,8112,'_line_total','79.2'),(72669,8112,'_line_tax','0'),(72670,8112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72671,8113,'_product_id','49'),(72672,8113,'_variation_id','0'),(72673,8113,'_qty','1'),(72674,8113,'_tax_class',''),(72675,8113,'_line_subtotal','79.2'),(72676,8113,'_line_subtotal_tax','0'),(72677,8113,'_line_total','79.2'),(72678,8113,'_line_tax','0'),(72679,8113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72680,8114,'_product_id','23'),(72681,8114,'_variation_id','0'),(72682,8114,'_qty','1'),(72683,8114,'_tax_class',''),(72684,8114,'_line_subtotal','71.76'),(72685,8114,'_line_subtotal_tax','0'),(72686,8114,'_line_total','71.76'),(72687,8114,'_line_tax','0'),(72688,8114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72689,8115,'_product_id','38'),(72690,8115,'_variation_id','0'),(72691,8115,'_qty','1'),(72692,8115,'_tax_class',''),(72693,8115,'_line_subtotal','174.72'),(72694,8115,'_line_subtotal_tax','0'),(72695,8115,'_line_total','174.72'),(72696,8115,'_line_tax','0'),(72697,8115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72698,8116,'_product_id','41'),(72699,8116,'_variation_id','0'),(72700,8116,'_qty','1'),(72701,8116,'_tax_class',''),(72702,8116,'_line_subtotal','66.48'),(72703,8116,'_line_subtotal_tax','0'),(72704,8116,'_line_total','66.48'),(72705,8116,'_line_tax','0'),(72706,8116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72707,8117,'_product_id','490'),(72708,8117,'_variation_id','0'),(72709,8117,'_qty','6'),(72710,8117,'_tax_class',''),(72711,8117,'_line_subtotal','124.32'),(72712,8117,'_line_subtotal_tax','0'),(72713,8117,'_line_total','124.32'),(72714,8117,'_line_tax','0'),(72715,8117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72716,8118,'method_id','free_shipping'),(72717,8118,'instance_id','2'),(72718,8118,'cost','0.00'),(72719,8118,'total_tax','0'),(72720,8118,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72721,8118,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6'),(72722,8119,'_product_id','39'),(72723,8119,'_variation_id','0'),(72724,8119,'_qty','1'),(72725,8119,'_tax_class',''),(72726,8119,'_line_subtotal','79.2'),(72727,8119,'_line_subtotal_tax','0'),(72728,8119,'_line_total','79.2'),(72729,8119,'_line_tax','0'),(72730,8119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72731,8120,'_product_id','42'),(72732,8120,'_variation_id','0'),(72733,8120,'_qty','1'),(72734,8120,'_tax_class',''),(72735,8120,'_line_subtotal','79.2'),(72736,8120,'_line_subtotal_tax','0'),(72737,8120,'_line_total','79.2'),(72738,8120,'_line_tax','0'),(72739,8120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72740,8121,'_product_id','43'),(72741,8121,'_variation_id','0'),(72742,8121,'_qty','1'),(72743,8121,'_tax_class',''),(72744,8121,'_line_subtotal','79.2'),(72745,8121,'_line_subtotal_tax','0'),(72746,8121,'_line_total','79.2'),(72747,8121,'_line_tax','0'),(72748,8121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72749,8122,'_product_id','490'),(72750,8122,'_variation_id','0'),(72751,8122,'_qty','12'),(72752,8122,'_tax_class',''),(72753,8122,'_line_subtotal','248.64'),(72754,8122,'_line_subtotal_tax','0'),(72755,8122,'_line_total','248.64'),(72756,8122,'_line_tax','0'),(72757,8122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72758,8123,'_product_id','23'),(72759,8123,'_variation_id','0'),(72760,8123,'_qty','1'),(72761,8123,'_tax_class',''),(72762,8123,'_line_subtotal','71.76'),(72763,8123,'_line_subtotal_tax','0'),(72764,8123,'_line_total','71.76'),(72765,8123,'_line_tax','0'),(72766,8123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72767,8124,'_product_id','38'),(72768,8124,'_variation_id','0'),(72769,8124,'_qty','1'),(72770,8124,'_tax_class',''),(72771,8124,'_line_subtotal','174.72'),(72772,8124,'_line_subtotal_tax','0'),(72773,8124,'_line_total','174.72'),(72774,8124,'_line_tax','0'),(72775,8124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72776,8125,'_product_id','45'),(72777,8125,'_variation_id','0'),(72778,8125,'_qty','1'),(72779,8125,'_tax_class',''),(72780,8125,'_line_subtotal','42.24'),(72781,8125,'_line_subtotal_tax','0'),(72782,8125,'_line_total','42.24'),(72783,8125,'_line_tax','0'),(72784,8125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72785,8126,'_product_id','41'),(72786,8126,'_variation_id','0'),(72787,8126,'_qty','2'),(72788,8126,'_tax_class',''),(72789,8126,'_line_subtotal','132.96'),(72790,8126,'_line_subtotal_tax','0'),(72791,8126,'_line_total','132.96'),(72792,8126,'_line_tax','0'),(72793,8126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72794,8127,'method_id','free_shipping'),(72795,8127,'instance_id','2'),(72796,8127,'cost','0.00'),(72797,8127,'total_tax','0'),(72798,8127,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72799,8127,'Items','Preventive Shampoo(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(72808,8119,'thwma_order_shipping_status','wc-pending'),(72809,8120,'thwma_order_shipping_status','wc-pending'),(72810,8121,'thwma_order_shipping_status','wc-pending'),(72811,8122,'thwma_order_shipping_status','wc-pending'),(72812,8123,'thwma_order_shipping_status','wc-pending'),(72813,8124,'thwma_order_shipping_status','wc-pending'),(72814,8125,'thwma_order_shipping_status','wc-pending'),(72815,8126,'thwma_order_shipping_status','wc-pending'),(72816,8128,'_product_id','23'),(72817,8128,'_variation_id','0'),(72818,8128,'_qty','2'),(72819,8128,'_tax_class',''),(72820,8128,'_line_subtotal','143.52'),(72821,8128,'_line_subtotal_tax','0'),(72822,8128,'_line_total','143.52'),(72823,8128,'_line_tax','0'),(72824,8128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72825,8129,'_product_id','38'),(72826,8129,'_variation_id','0'),(72827,8129,'_qty','3'),(72828,8129,'_tax_class',''),(72829,8129,'_line_subtotal','524.16'),(72830,8129,'_line_subtotal_tax','0'),(72831,8129,'_line_total','524.16'),(72832,8129,'_line_tax','0'),(72833,8129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72834,8130,'_product_id','45'),(72835,8130,'_variation_id','0'),(72836,8130,'_qty','2'),(72837,8130,'_tax_class',''),(72838,8130,'_line_subtotal','84.48'),(72839,8130,'_line_subtotal_tax','0'),(72840,8130,'_line_total','84.48'),(72841,8130,'_line_tax','0'),(72842,8130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72843,8131,'_product_id','44'),(72844,8131,'_variation_id','0'),(72845,8131,'_qty','3'),(72846,8131,'_tax_class',''),(72847,8131,'_line_subtotal','348.48'),(72848,8131,'_line_subtotal_tax','0'),(72849,8131,'_line_total','348.48'),(72850,8131,'_line_tax','0'),(72851,8131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72852,8132,'_product_id','51'),(72853,8132,'_variation_id','0'),(72854,8132,'_qty','1'),(72855,8132,'_tax_class',''),(72856,8132,'_line_subtotal','147.84'),(72857,8132,'_line_subtotal_tax','0'),(72858,8132,'_line_total','147.84'),(72859,8132,'_line_tax','0'),(72860,8132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72861,8133,'_product_id','41'),(72862,8133,'_variation_id','0'),(72863,8133,'_qty','8'),(72864,8133,'_tax_class',''),(72865,8133,'_line_subtotal','531.84'),(72866,8133,'_line_subtotal_tax','0'),(72867,8133,'_line_total','531.84'),(72868,8133,'_line_tax','0'),(72869,8133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72870,8134,'_product_id','120'),(72871,8134,'_variation_id','0'),(72872,8134,'_qty','1'),(72873,8134,'_tax_class',''),(72874,8134,'_line_subtotal','52.8'),(72875,8134,'_line_subtotal_tax','0'),(72876,8134,'_line_total','52.8'),(72877,8134,'_line_tax','0'),(72878,8134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72879,8135,'_product_id','49'),(72880,8135,'_variation_id','0'),(72881,8135,'_qty','2'),(72882,8135,'_tax_class',''),(72883,8135,'_line_subtotal','158.4'),(72884,8135,'_line_subtotal_tax','0'),(72885,8135,'_line_total','158.4'),(72886,8135,'_line_tax','0'),(72887,8135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72888,8136,'method_id','free_shipping'),(72889,8136,'instance_id','2'),(72890,8136,'cost','0.00'),(72891,8136,'total_tax','0'),(72892,8136,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72893,8136,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 8, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(72894,8137,'_product_id','41'),(72895,8137,'_variation_id','0'),(72896,8137,'_qty','3'),(72897,8137,'_tax_class',''),(72898,8137,'_line_subtotal','199.44'),(72899,8137,'_line_subtotal_tax','0'),(72900,8137,'_line_total','199.44'),(72901,8137,'_line_tax','0'),(72902,8137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72903,8138,'method_id','fedex'),(72904,8138,'instance_id','1'),(72905,8138,'cost','12.52'),(72906,8138,'total_tax','0'),(72907,8138,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(72908,8138,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(72909,8099,'thwma_order_shipping_status','wc-pending'),(72910,8100,'thwma_order_shipping_status','wc-pending'),(72911,8101,'thwma_order_shipping_status','wc-pending'),(72912,8102,'thwma_order_shipping_status','wc-pending'),(72913,8103,'thwma_order_shipping_status','wc-pending'),(72914,8104,'thwma_order_shipping_status','wc-pending'),(72915,8105,'thwma_order_shipping_status','wc-pending'),(72916,8106,'thwma_order_shipping_status','wc-pending'),(72917,8107,'thwma_order_shipping_status','wc-pending'),(72918,8108,'thwma_order_shipping_status','wc-pending'),(72919,8139,'_product_id','43'),(72920,8139,'_variation_id','0'),(72921,8139,'_qty','1'),(72922,8139,'_tax_class',''),(72923,8139,'_line_subtotal','79.2'),(72924,8139,'_line_subtotal_tax','0'),(72925,8139,'_line_total','79.2'),(72926,8139,'_line_tax','0'),(72927,8139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72928,8140,'_product_id','43'),(72929,8140,'_variation_id','0'),(72930,8140,'_qty','1'),(72931,8140,'_tax_class',''),(72932,8140,'_line_subtotal','79.2'),(72933,8140,'_line_subtotal_tax','0'),(72934,8140,'_line_total','79.2'),(72935,8140,'_line_tax','0'),(72936,8140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72937,8141,'_product_id','41'),(72938,8141,'_variation_id','0'),(72939,8141,'_qty','2'),(72940,8141,'_tax_class',''),(72941,8141,'_line_subtotal','132.96'),(72942,8141,'_line_subtotal_tax','0'),(72943,8141,'_line_total','132.96'),(72944,8141,'_line_tax','0'),(72945,8141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72946,8142,'_product_id','120'),(72947,8142,'_variation_id','0'),(72948,8142,'_qty','2'),(72949,8142,'_tax_class',''),(72950,8142,'_line_subtotal','105.6'),(72951,8142,'_line_subtotal_tax','0'),(72952,8142,'_line_total','105.6'),(72953,8142,'_line_tax','0'),(72954,8142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72955,8143,'_product_id','49'),(72956,8143,'_variation_id','0'),(72957,8143,'_qty','1'),(72958,8143,'_tax_class',''),(72959,8143,'_line_subtotal','79.2'),(72960,8143,'_line_subtotal_tax','0'),(72961,8143,'_line_total','79.2'),(72962,8143,'_line_tax','0'),(72963,8143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72964,8144,'_product_id','23'),(72965,8144,'_variation_id','0'),(72966,8144,'_qty','1'),(72967,8144,'_tax_class',''),(72968,8144,'_line_subtotal','71.76'),(72969,8144,'_line_subtotal_tax','0'),(72970,8144,'_line_total','71.76'),(72971,8144,'_line_tax','0'),(72972,8144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72973,8145,'_product_id','45'),(72974,8145,'_variation_id','0'),(72975,8145,'_qty','2'),(72976,8145,'_tax_class',''),(72977,8145,'_line_subtotal','84.48'),(72978,8145,'_line_subtotal_tax','0'),(72979,8145,'_line_total','84.48'),(72980,8145,'_line_tax','0'),(72981,8145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72982,8146,'_product_id','118'),(72983,8146,'_variation_id','0'),(72984,8146,'_qty','1'),(72985,8146,'_tax_class',''),(72986,8146,'_line_subtotal','184.8'),(72987,8146,'_line_subtotal_tax','0'),(72988,8146,'_line_total','184.8'),(72989,8146,'_line_tax','0'),(72990,8146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(72991,8147,'_product_id','51'),(72992,8147,'_variation_id','0'),(72993,8147,'_qty','1'),(72994,8147,'_tax_class',''),(72995,8147,'_line_subtotal','147.84'),(72996,8147,'_line_subtotal_tax','0'),(72997,8147,'_line_total','147.84'),(72998,8147,'_line_tax','0'),(72999,8147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73000,8148,'method_id','free_shipping'),(73001,8148,'instance_id','2'),(73002,8148,'cost','0.00'),(73003,8148,'total_tax','0'),(73004,8148,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73005,8148,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(73015,8139,'thwma_order_shipping_status','wc-pending'),(73016,8140,'thwma_order_shipping_status','wc-pending'),(73017,8141,'thwma_order_shipping_status','wc-pending'),(73018,8142,'thwma_order_shipping_status','wc-pending'),(73019,8143,'thwma_order_shipping_status','wc-pending'),(73020,8144,'thwma_order_shipping_status','wc-pending'),(73021,8145,'thwma_order_shipping_status','wc-pending'),(73022,8146,'thwma_order_shipping_status','wc-pending'),(73023,8147,'thwma_order_shipping_status','wc-pending'),(73024,8128,'thwma_order_shipping_status','wc-pending'),(73025,8129,'thwma_order_shipping_status','wc-pending'),(73026,8130,'thwma_order_shipping_status','wc-pending'),(73027,8131,'thwma_order_shipping_status','wc-pending'),(73028,8132,'thwma_order_shipping_status','wc-pending'),(73029,8133,'thwma_order_shipping_status','wc-pending'),(73030,8134,'thwma_order_shipping_status','wc-pending'),(73031,8135,'thwma_order_shipping_status','wc-pending'),(73032,8149,'_product_id','23'),(73033,8149,'_variation_id','0'),(73034,8149,'_qty','3'),(73035,8149,'_tax_class',''),(73036,8149,'_line_subtotal','215.28'),(73037,8149,'_line_subtotal_tax','0'),(73038,8149,'_line_total','215.28'),(73039,8149,'_line_tax','0'),(73040,8149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73041,8150,'_product_id','38'),(73042,8150,'_variation_id','0'),(73043,8150,'_qty','2'),(73044,8150,'_tax_class',''),(73045,8150,'_line_subtotal','349.44'),(73046,8150,'_line_subtotal_tax','0'),(73047,8150,'_line_total','349.44'),(73048,8150,'_line_tax','0'),(73049,8150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73050,8151,'_product_id','490'),(73051,8151,'_variation_id','0'),(73052,8151,'_qty','10'),(73053,8151,'_tax_class',''),(73054,8151,'_line_subtotal','207.2'),(73055,8151,'_line_subtotal_tax','0'),(73056,8151,'_line_total','207.2'),(73057,8151,'_line_tax','0'),(73058,8151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73059,8152,'_product_id','131'),(73060,8152,'_variation_id','0'),(73061,8152,'_qty','6'),(73062,8152,'_tax_class',''),(73063,8152,'_line_subtotal','75.9'),(73064,8152,'_line_subtotal_tax','0'),(73065,8152,'_line_total','75.9'),(73066,8152,'_line_tax','0'),(73067,8152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73068,8153,'_product_id','41'),(73069,8153,'_variation_id','0'),(73070,8153,'_qty','2'),(73071,8153,'_tax_class',''),(73072,8153,'_line_subtotal','132.96'),(73073,8153,'_line_subtotal_tax','0'),(73074,8153,'_line_total','132.96'),(73075,8153,'_line_tax','0'),(73076,8153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73077,8154,'_product_id','488'),(73078,8154,'_variation_id','0'),(73079,8154,'_qty','1'),(73080,8154,'_tax_class',''),(73081,8154,'_line_subtotal','31.35'),(73082,8154,'_line_subtotal_tax','0'),(73083,8154,'_line_total','31.35'),(73084,8154,'_line_tax','0'),(73085,8154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73086,8155,'_product_id','133'),(73087,8155,'_variation_id','0'),(73088,8155,'_qty','4'),(73089,8155,'_tax_class',''),(73090,8155,'_line_subtotal','57.2'),(73091,8155,'_line_subtotal_tax','0'),(73092,8155,'_line_total','57.2'),(73093,8155,'_line_tax','0'),(73094,8155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73095,8156,'method_id','free_shipping'),(73096,8156,'instance_id','2'),(73097,8156,'cost','0.00'),(73098,8156,'total_tax','0'),(73099,8156,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73100,8156,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 6, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 4'),(73101,8157,'_product_id','93'),(73102,8157,'_variation_id','0'),(73103,8157,'_qty','10'),(73104,8157,'_tax_class',''),(73105,8157,'_line_subtotal','0'),(73106,8157,'_line_subtotal_tax','0'),(73107,8157,'_line_total','0'),(73108,8157,'_line_tax','0'),(73109,8157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73110,8158,'method_id','fedex'),(73111,8158,'instance_id','1'),(73112,8158,'cost','10.19'),(73113,8158,'total_tax','0'),(73114,8158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73115,8158,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(73116,8149,'thwma_order_shipping_status','wc-pending'),(73117,8150,'thwma_order_shipping_status','wc-pending'),(73118,8151,'thwma_order_shipping_status','wc-pending'),(73119,8152,'thwma_order_shipping_status','wc-pending'),(73120,8153,'thwma_order_shipping_status','wc-pending'),(73121,8154,'thwma_order_shipping_status','wc-pending'),(73122,8155,'thwma_order_shipping_status','wc-pending'),(73123,8110,'thwma_order_shipping_status','wc-pending'),(73124,8111,'thwma_order_shipping_status','wc-pending'),(73125,8112,'thwma_order_shipping_status','wc-pending'),(73126,8113,'thwma_order_shipping_status','wc-pending'),(73127,8114,'thwma_order_shipping_status','wc-pending'),(73128,8115,'thwma_order_shipping_status','wc-pending'),(73129,8116,'thwma_order_shipping_status','wc-pending'),(73130,8117,'thwma_order_shipping_status','wc-pending'),(73131,8159,'_product_id','23'),(73132,8159,'_variation_id','0'),(73133,8159,'_qty','2'),(73134,8159,'_tax_class',''),(73135,8159,'_line_subtotal','143.52'),(73136,8159,'_line_subtotal_tax','0'),(73137,8159,'_line_total','143.52'),(73138,8159,'_line_tax','0'),(73139,8159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73140,8160,'_product_id','38'),(73141,8160,'_variation_id','0'),(73142,8160,'_qty','1'),(73143,8160,'_tax_class',''),(73144,8160,'_line_subtotal','174.72'),(73145,8160,'_line_subtotal_tax','0'),(73146,8160,'_line_total','174.72'),(73147,8160,'_line_tax','0'),(73148,8160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73149,8161,'_product_id','41'),(73150,8161,'_variation_id','0'),(73151,8161,'_qty','5'),(73152,8161,'_tax_class',''),(73153,8161,'_line_subtotal','332.4'),(73154,8161,'_line_subtotal_tax','0'),(73155,8161,'_line_total','332.4'),(73156,8161,'_line_tax','0'),(73157,8161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73158,8162,'_product_id','49'),(73159,8162,'_variation_id','0'),(73160,8162,'_qty','3'),(73161,8162,'_tax_class',''),(73162,8162,'_line_subtotal','237.6'),(73163,8162,'_line_subtotal_tax','0'),(73164,8162,'_line_total','237.6'),(73165,8162,'_line_tax','0'),(73166,8162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73167,8163,'method_id','free_shipping'),(73168,8163,'instance_id','2'),(73169,8163,'cost','0.00'),(73170,8163,'total_tax','0'),(73171,8163,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73172,8163,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(73177,8159,'thwma_order_shipping_status','wc-pending'),(73178,8160,'thwma_order_shipping_status','wc-pending'),(73179,8161,'thwma_order_shipping_status','wc-pending'),(73180,8162,'thwma_order_shipping_status','wc-pending'),(73181,8164,'_product_id','41'),(73182,8164,'_variation_id','0'),(73183,8164,'_qty','1'),(73184,8164,'_tax_class',''),(73185,8164,'_line_subtotal','66.48'),(73186,8164,'_line_subtotal_tax','0'),(73187,8164,'_line_total','66.48'),(73188,8164,'_line_tax','0'),(73189,8164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73190,8165,'_product_id','490'),(73191,8165,'_variation_id','0'),(73192,8165,'_qty','10'),(73193,8165,'_tax_class',''),(73194,8165,'_line_subtotal','207.2'),(73195,8165,'_line_subtotal_tax','0'),(73196,8165,'_line_total','207.2'),(73197,8165,'_line_tax','0'),(73198,8165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73199,8166,'_product_id','487'),(73200,8166,'_variation_id','0'),(73201,8166,'_qty','2'),(73202,8166,'_tax_class',''),(73203,8166,'_line_subtotal','62.7'),(73204,8166,'_line_subtotal_tax','0'),(73205,8166,'_line_total','62.7'),(73206,8166,'_line_tax','0'),(73207,8166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73208,8167,'_product_id','116'),(73209,8167,'_variation_id','0'),(73210,8167,'_qty','1'),(73211,8167,'_tax_class',''),(73212,8167,'_line_subtotal','145.44'),(73213,8167,'_line_subtotal_tax','0'),(73214,8167,'_line_total','145.44'),(73215,8167,'_line_tax','0'),(73216,8167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73217,8168,'_product_id','42'),(73218,8168,'_variation_id','0'),(73219,8168,'_qty','1'),(73220,8168,'_tax_class',''),(73221,8168,'_line_subtotal','79.2'),(73222,8168,'_line_subtotal_tax','0'),(73223,8168,'_line_total','79.2'),(73224,8168,'_line_tax','0'),(73225,8168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73226,8169,'method_id','fedex'),(73227,8169,'instance_id','1'),(73228,8169,'cost','27.62'),(73229,8169,'total_tax','0'),(73230,8169,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73231,8169,'Package 1','17 × 14 × 10 (in) 30.3lbs × 1'),(73232,8169,'Package 2','17 × 14 × 10 (in) 24.9lbs × 1'),(73233,8170,'_product_id','23'),(73234,8170,'_variation_id','0'),(73235,8170,'_qty','2'),(73236,8170,'_tax_class',''),(73237,8170,'_line_subtotal','143.52'),(73238,8170,'_line_subtotal_tax','0'),(73239,8170,'_line_total','143.52'),(73240,8170,'_line_tax','0'),(73241,8170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73242,8171,'_product_id','45'),(73243,8171,'_variation_id','0'),(73244,8171,'_qty','2'),(73245,8171,'_tax_class',''),(73246,8171,'_line_subtotal','84.48'),(73247,8171,'_line_subtotal_tax','0'),(73248,8171,'_line_total','84.48'),(73249,8171,'_line_tax','0'),(73250,8171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73251,8172,'_product_id','41'),(73252,8172,'_variation_id','0'),(73253,8172,'_qty','1'),(73254,8172,'_tax_class',''),(73255,8172,'_line_subtotal','66.48'),(73256,8172,'_line_subtotal_tax','0'),(73257,8172,'_line_total','66.48'),(73258,8172,'_line_tax','0'),(73259,8172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73260,8173,'_product_id','116'),(73261,8173,'_variation_id','0'),(73262,8173,'_qty','2'),(73263,8173,'_tax_class',''),(73264,8173,'_line_subtotal','290.88'),(73265,8173,'_line_subtotal_tax','0'),(73266,8173,'_line_total','290.88'),(73267,8173,'_line_tax','0'),(73268,8173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73269,8174,'_product_id','49'),(73270,8174,'_variation_id','0'),(73271,8174,'_qty','1'),(73272,8174,'_tax_class',''),(73273,8174,'_line_subtotal','79.2'),(73274,8174,'_line_subtotal_tax','0'),(73275,8174,'_line_total','79.2'),(73276,8174,'_line_tax','0'),(73277,8174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73278,8175,'_product_id','93'),(73279,8175,'_variation_id','0'),(73280,8175,'_qty','6'),(73281,8175,'_tax_class',''),(73282,8175,'_line_subtotal','0'),(73283,8175,'_line_subtotal_tax','0'),(73284,8175,'_line_total','0'),(73285,8175,'_line_tax','0'),(73286,8175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73287,8176,'method_id','free_shipping'),(73288,8176,'instance_id','2'),(73289,8176,'cost','0.00'),(73290,8176,'total_tax','0'),(73291,8176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73292,8176,'Items','Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 6'),(73299,8164,'thwma_order_shipping_status','wc-pending'),(73300,8165,'thwma_order_shipping_status','wc-pending'),(73301,8166,'thwma_order_shipping_status','wc-pending'),(73302,8167,'thwma_order_shipping_status','wc-pending'),(73303,8168,'thwma_order_shipping_status','wc-pending'),(73304,8177,'_product_id','38'),(73305,8177,'_variation_id','0'),(73306,8177,'_qty','1'),(73307,8177,'_tax_class',''),(73308,8177,'_line_subtotal','174.72'),(73309,8177,'_line_subtotal_tax','0'),(73310,8177,'_line_total','174.72'),(73311,8177,'_line_tax','0'),(73312,8177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73313,8178,'_product_id','23'),(73314,8178,'_variation_id','0'),(73315,8178,'_qty','1'),(73316,8178,'_tax_class',''),(73317,8178,'_line_subtotal','71.76'),(73318,8178,'_line_subtotal_tax','0'),(73319,8178,'_line_total','71.76'),(73320,8178,'_line_tax','0'),(73321,8178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73322,8179,'_product_id','490'),(73323,8179,'_variation_id','0'),(73324,8179,'_qty','6'),(73325,8179,'_tax_class',''),(73326,8179,'_line_subtotal','124.32'),(73327,8179,'_line_subtotal_tax','0'),(73328,8179,'_line_total','124.32'),(73329,8179,'_line_tax','0'),(73330,8179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73331,8180,'method_id','fedex'),(73332,8180,'instance_id','1'),(73333,8180,'cost','26.94'),(73334,8180,'total_tax','0'),(73335,8180,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73336,8180,'Package 1','14 × 14 × 14 (in) 28.95lbs × 1'),(73337,8180,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(73338,8181,'_product_id','490'),(73339,8181,'_variation_id','0'),(73340,8181,'_qty','10'),(73341,8181,'_tax_class',''),(73342,8181,'_line_subtotal','207.2'),(73343,8181,'_line_subtotal_tax','0'),(73344,8181,'_line_total','207.2'),(73345,8181,'_line_tax','0'),(73346,8181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73347,8182,'_product_id','487'),(73348,8182,'_variation_id','0'),(73349,8182,'_qty','2'),(73350,8182,'_tax_class',''),(73351,8182,'_line_subtotal','62.7'),(73352,8182,'_line_subtotal_tax','0'),(73353,8182,'_line_total','62.7'),(73354,8182,'_line_tax','0'),(73355,8182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73356,8183,'_product_id','23'),(73357,8183,'_variation_id','0'),(73358,8183,'_qty','1'),(73359,8183,'_tax_class',''),(73360,8183,'_line_subtotal','71.76'),(73361,8183,'_line_subtotal_tax','0'),(73362,8183,'_line_total','71.76'),(73363,8183,'_line_tax','0'),(73364,8183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73365,8184,'_product_id','38'),(73366,8184,'_variation_id','0'),(73367,8184,'_qty','1'),(73368,8184,'_tax_class',''),(73369,8184,'_line_subtotal','174.72'),(73370,8184,'_line_subtotal_tax','0'),(73371,8184,'_line_total','174.72'),(73372,8184,'_line_tax','0'),(73373,8184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73374,8185,'_product_id','41'),(73375,8185,'_variation_id','0'),(73376,8185,'_qty','2'),(73377,8185,'_tax_class',''),(73378,8185,'_line_subtotal','132.96'),(73379,8185,'_line_subtotal_tax','0'),(73380,8185,'_line_total','132.96'),(73381,8185,'_line_tax','0'),(73382,8185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73383,8186,'_product_id','51'),(73384,8186,'_variation_id','0'),(73385,8186,'_qty','1'),(73386,8186,'_tax_class',''),(73387,8186,'_line_subtotal','147.84'),(73388,8186,'_line_subtotal_tax','0'),(73389,8186,'_line_total','147.84'),(73390,8186,'_line_tax','0'),(73391,8186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73392,8187,'method_id','free_shipping'),(73393,8187,'instance_id','2'),(73394,8187,'cost','0.00'),(73395,8187,'total_tax','0'),(73396,8187,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73397,8187,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1'),(73398,8188,'_product_id','41'),(73399,8188,'_variation_id','0'),(73400,8188,'_qty','1'),(73401,8188,'_tax_class',''),(73402,8188,'_line_subtotal','66.48'),(73403,8188,'_line_subtotal_tax','0'),(73404,8188,'_line_total','66.48'),(73405,8188,'_line_tax','0'),(73406,8188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73407,8189,'_product_id','490'),(73408,8189,'_variation_id','0'),(73409,8189,'_qty','10'),(73410,8189,'_tax_class',''),(73411,8189,'_line_subtotal','207.2'),(73412,8189,'_line_subtotal_tax','0'),(73413,8189,'_line_total','207.2'),(73414,8189,'_line_tax','0'),(73415,8189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73416,8190,'_product_id','487'),(73417,8190,'_variation_id','0'),(73418,8190,'_qty','2'),(73419,8190,'_tax_class',''),(73420,8190,'_line_subtotal','62.7'),(73421,8190,'_line_subtotal_tax','0'),(73422,8190,'_line_total','62.7'),(73423,8190,'_line_tax','0'),(73424,8190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73425,8191,'_product_id','116'),(73426,8191,'_variation_id','0'),(73427,8191,'_qty','1'),(73428,8191,'_tax_class',''),(73429,8191,'_line_subtotal','145.44'),(73430,8191,'_line_subtotal_tax','0'),(73431,8191,'_line_total','145.44'),(73432,8191,'_line_tax','0'),(73433,8191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73434,8192,'_product_id','42'),(73435,8192,'_variation_id','0'),(73436,8192,'_qty','1'),(73437,8192,'_tax_class',''),(73438,8192,'_line_subtotal','79.2'),(73439,8192,'_line_subtotal_tax','0'),(73440,8192,'_line_total','79.2'),(73441,8192,'_line_tax','0'),(73442,8192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73443,8193,'_product_id','23'),(73444,8193,'_variation_id','0'),(73445,8193,'_qty','1'),(73446,8193,'_tax_class',''),(73447,8193,'_line_subtotal','71.76'),(73448,8193,'_line_subtotal_tax','0'),(73449,8193,'_line_total','71.76'),(73450,8193,'_line_tax','0'),(73451,8193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73452,8194,'_product_id','23'),(73453,8194,'_variation_id','0'),(73454,8194,'_qty','1'),(73455,8194,'_tax_class',''),(73456,8194,'_line_subtotal','71.76'),(73457,8194,'_line_subtotal_tax','0'),(73458,8194,'_line_total','71.76'),(73459,8194,'_line_tax','0'),(73460,8194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73461,8195,'method_id','free_shipping'),(73462,8195,'instance_id','2'),(73463,8195,'cost','0.00'),(73464,8195,'total_tax','0'),(73465,8195,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73466,8195,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(73473,8170,'thwma_order_shipping_status','wc-pending'),(73474,8171,'thwma_order_shipping_status','wc-pending'),(73475,8172,'thwma_order_shipping_status','wc-pending'),(73476,8173,'thwma_order_shipping_status','wc-pending'),(73477,8174,'thwma_order_shipping_status','wc-pending'),(73478,8175,'thwma_order_shipping_status','wc-pending'),(73479,8177,'thwma_order_shipping_status','wc-pending'),(73480,8178,'thwma_order_shipping_status','wc-pending'),(73481,8179,'thwma_order_shipping_status','wc-pending'),(73482,8181,'thwma_order_shipping_status','wc-pending'),(73483,8182,'thwma_order_shipping_status','wc-pending'),(73484,8183,'thwma_order_shipping_status','wc-pending'),(73485,8184,'thwma_order_shipping_status','wc-pending'),(73486,8185,'thwma_order_shipping_status','wc-pending'),(73487,8186,'thwma_order_shipping_status','wc-pending'),(73488,8196,'_product_id','44'),(73489,8196,'_variation_id','0'),(73490,8196,'_qty','1'),(73491,8196,'_tax_class',''),(73492,8196,'_line_subtotal','116.16'),(73493,8196,'_line_subtotal_tax','0'),(73494,8196,'_line_total','116.16'),(73495,8196,'_line_tax','0'),(73496,8196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73497,8197,'_product_id','41'),(73498,8197,'_variation_id','0'),(73499,8197,'_qty','2'),(73500,8197,'_tax_class',''),(73501,8197,'_line_subtotal','132.96'),(73502,8197,'_line_subtotal_tax','0'),(73503,8197,'_line_total','132.96'),(73504,8197,'_line_tax','0'),(73505,8197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73506,8198,'_product_id','38'),(73507,8198,'_variation_id','0'),(73508,8198,'_qty','2'),(73509,8198,'_tax_class',''),(73510,8198,'_line_subtotal','349.44'),(73511,8198,'_line_subtotal_tax','0'),(73512,8198,'_line_total','349.44'),(73513,8198,'_line_tax','0'),(73514,8198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73515,8199,'_fee_amount','-228.07'),(73516,8199,'_tax_class','0'),(73517,8199,'_tax_status','taxable'),(73518,8199,'_line_total','-228.07'),(73519,8199,'_line_tax','0'),(73520,8199,'_line_tax_data','a:1:{s:5:\"total\";a:0:{}}'),(73521,8199,'acfw_fee_cart_id','acfw-shipping-discount::shiphawaii::fedex::3'),(73522,8199,'acfw_fee_data','a:3:{s:11:\"coupon_code\";s:10:\"shiphawaii\";s:18:\"shipping_method_id\";s:5:\"fedex\";s:20:\"shipping_instance_id\";s:1:\"3\";}'),(73523,8200,'method_id','fedex'),(73524,8200,'instance_id','3'),(73525,8200,'cost','456.14'),(73526,8200,'total_tax','0'),(73527,8200,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73528,8200,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(73529,8200,'Package 2','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(73530,8200,'Package 3','10.75 × 10.75 × 10.75 (in) 18.5lbs × 1'),(73531,8200,'Package 4','12.5 × 8 × 6.25 (in) 11.55lbs × 1'),(73532,8201,'discount_amount','0'),(73533,8201,'discount_amount_tax','0'),(73534,8201,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:21;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(73535,8201,'_acfw_coupon_shipping_overrides_discount','228.07'),(73605,8210,'_product_id','23'),(73606,8210,'_variation_id','0'),(73607,8210,'_qty','4'),(73608,8210,'_tax_class',''),(73609,8210,'_line_subtotal','287.04'),(73610,8210,'_line_subtotal_tax','0'),(73611,8210,'_line_total','287.04'),(73612,8210,'_line_tax','0'),(73613,8210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73614,8211,'_product_id','38'),(73615,8211,'_variation_id','0'),(73616,8211,'_qty','2'),(73617,8211,'_tax_class',''),(73618,8211,'_line_subtotal','349.44'),(73619,8211,'_line_subtotal_tax','0'),(73620,8211,'_line_total','349.44'),(73621,8211,'_line_tax','0'),(73622,8211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73623,8212,'_product_id','41'),(73624,8212,'_variation_id','0'),(73625,8212,'_qty','5'),(73626,8212,'_tax_class',''),(73627,8212,'_line_subtotal','332.4'),(73628,8212,'_line_subtotal_tax','0'),(73629,8212,'_line_total','332.4'),(73630,8212,'_line_tax','0'),(73631,8212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73632,8213,'_product_id','51'),(73633,8213,'_variation_id','0'),(73634,8213,'_qty','2'),(73635,8213,'_tax_class',''),(73636,8213,'_line_subtotal','295.68'),(73637,8213,'_line_subtotal_tax','0'),(73638,8213,'_line_total','295.68'),(73639,8213,'_line_tax','0'),(73640,8213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73641,8214,'_product_id','43'),(73642,8214,'_variation_id','0'),(73643,8214,'_qty','3'),(73644,8214,'_tax_class',''),(73645,8214,'_line_subtotal','237.6'),(73646,8214,'_line_subtotal_tax','0'),(73647,8214,'_line_total','237.6'),(73648,8214,'_line_tax','0'),(73649,8214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73650,8215,'_product_id','490'),(73651,8215,'_variation_id','0'),(73652,8215,'_qty','15'),(73653,8215,'_tax_class',''),(73654,8215,'_line_subtotal','310.8'),(73655,8215,'_line_subtotal_tax','0'),(73656,8215,'_line_total','310.8'),(73657,8215,'_line_tax','0'),(73658,8215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73659,8216,'_product_id','144'),(73660,8216,'_variation_id','0'),(73661,8216,'_qty','15'),(73662,8216,'_tax_class',''),(73663,8216,'_line_subtotal','20.7'),(73664,8216,'_line_subtotal_tax','0'),(73665,8216,'_line_total','20.7'),(73666,8216,'_line_tax','0'),(73667,8216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73668,8217,'method_id','free_shipping'),(73669,8217,'instance_id','2'),(73670,8217,'cost','0.00'),(73671,8217,'total_tax','0'),(73672,8217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73673,8217,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 15, Course Tail Comb &times; 15'),(73674,8188,'thwma_order_shipping_status','wc-pending'),(73675,8189,'thwma_order_shipping_status','wc-pending'),(73676,8190,'thwma_order_shipping_status','wc-pending'),(73677,8191,'thwma_order_shipping_status','wc-pending'),(73678,8192,'thwma_order_shipping_status','wc-pending'),(73679,8193,'thwma_order_shipping_status','wc-pending'),(73680,8194,'thwma_order_shipping_status','wc-pending'),(73684,8196,'thwma_order_shipping_status','wc-pending'),(73685,8197,'thwma_order_shipping_status','wc-pending'),(73686,8198,'thwma_order_shipping_status','wc-pending'),(73687,8210,'thwma_order_shipping_status','wc-pending'),(73688,8211,'thwma_order_shipping_status','wc-pending'),(73689,8212,'thwma_order_shipping_status','wc-pending'),(73690,8213,'thwma_order_shipping_status','wc-pending'),(73691,8214,'thwma_order_shipping_status','wc-pending'),(73692,8215,'thwma_order_shipping_status','wc-pending'),(73693,8216,'thwma_order_shipping_status','wc-pending'),(73694,8218,'_product_id','490'),(73695,8218,'_variation_id','0'),(73696,8218,'_qty','10'),(73697,8218,'_tax_class',''),(73698,8218,'_line_subtotal','207.2'),(73699,8218,'_line_subtotal_tax','0'),(73700,8218,'_line_total','207.2'),(73701,8218,'_line_tax','0'),(73702,8218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73703,8219,'_product_id','488'),(73704,8219,'_variation_id','0'),(73705,8219,'_qty','3'),(73706,8219,'_tax_class',''),(73707,8219,'_line_subtotal','94.05'),(73708,8219,'_line_subtotal_tax','0'),(73709,8219,'_line_total','94.05'),(73710,8219,'_line_tax','0'),(73711,8219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73712,8220,'_product_id','38'),(73713,8220,'_variation_id','0'),(73714,8220,'_qty','1'),(73715,8220,'_tax_class',''),(73716,8220,'_line_subtotal','174.72'),(73717,8220,'_line_subtotal_tax','0'),(73718,8220,'_line_total','174.72'),(73719,8220,'_line_tax','0'),(73720,8220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73721,8221,'_product_id','41'),(73722,8221,'_variation_id','0'),(73723,8221,'_qty','1'),(73724,8221,'_tax_class',''),(73725,8221,'_line_subtotal','66.48'),(73726,8221,'_line_subtotal_tax','0'),(73727,8221,'_line_total','66.48'),(73728,8221,'_line_tax','0'),(73729,8221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73730,8222,'method_id','free_shipping'),(73731,8222,'instance_id','2'),(73732,8222,'cost','0.00'),(73733,8222,'total_tax','0'),(73734,8222,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73735,8222,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(73736,8223,'_product_id','118'),(73737,8223,'_variation_id','0'),(73738,8223,'_qty','1'),(73739,8223,'_tax_class',''),(73740,8223,'_line_subtotal','184.8'),(73741,8223,'_line_subtotal_tax','0'),(73742,8223,'_line_total','184.8'),(73743,8223,'_line_tax','0'),(73744,8223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73745,8224,'_product_id','49'),(73746,8224,'_variation_id','0'),(73747,8224,'_qty','1'),(73748,8224,'_tax_class',''),(73749,8224,'_line_subtotal','79.2'),(73750,8224,'_line_subtotal_tax','0'),(73751,8224,'_line_total','79.2'),(73752,8224,'_line_tax','0'),(73753,8224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73754,8225,'_product_id','38'),(73755,8225,'_variation_id','0'),(73756,8225,'_qty','1'),(73757,8225,'_tax_class',''),(73758,8225,'_line_subtotal','174.72'),(73759,8225,'_line_subtotal_tax','0'),(73760,8225,'_line_total','174.72'),(73761,8225,'_line_tax','0'),(73762,8225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73763,8226,'_product_id','43'),(73764,8226,'_variation_id','0'),(73765,8226,'_qty','1'),(73766,8226,'_tax_class',''),(73767,8226,'_line_subtotal','79.2'),(73768,8226,'_line_subtotal_tax','0'),(73769,8226,'_line_total','79.2'),(73770,8226,'_line_tax','0'),(73771,8226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73772,8227,'method_id','free_shipping'),(73773,8227,'instance_id','2'),(73774,8227,'cost','0.00'),(73775,8227,'total_tax','0'),(73776,8227,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73777,8227,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(73790,8218,'thwma_order_shipping_status','wc-pending'),(73791,8219,'thwma_order_shipping_status','wc-pending'),(73792,8220,'thwma_order_shipping_status','wc-pending'),(73793,8221,'thwma_order_shipping_status','wc-pending'),(73794,8223,'thwma_order_shipping_status','wc-pending'),(73795,8224,'thwma_order_shipping_status','wc-pending'),(73796,8225,'thwma_order_shipping_status','wc-pending'),(73797,8226,'thwma_order_shipping_status','wc-pending'),(73798,8228,'_product_id','23'),(73799,8228,'_variation_id','0'),(73800,8228,'_qty','4'),(73801,8228,'_tax_class',''),(73802,8228,'_line_subtotal','287.04'),(73803,8228,'_line_subtotal_tax','0'),(73804,8228,'_line_total','287.04'),(73805,8228,'_line_tax','0'),(73806,8228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73807,8229,'method_id','fedex'),(73808,8229,'instance_id','1'),(73809,8229,'cost','27.56'),(73810,8229,'total_tax','0'),(73811,8229,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73812,8229,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(73813,8230,'_product_id','38'),(73814,8230,'_variation_id','0'),(73815,8230,'_qty','1'),(73816,8230,'_tax_class',''),(73817,8230,'_line_subtotal','174.72'),(73818,8230,'_line_subtotal_tax','0'),(73819,8230,'_line_total','174.72'),(73820,8230,'_line_tax','0'),(73821,8230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73822,8231,'_product_id','49'),(73823,8231,'_variation_id','0'),(73824,8231,'_qty','2'),(73825,8231,'_tax_class',''),(73826,8231,'_line_subtotal','158.4'),(73827,8231,'_line_subtotal_tax','0'),(73828,8231,'_line_total','158.4'),(73829,8231,'_line_tax','0'),(73830,8231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73831,8232,'_product_id','490'),(73832,8232,'_variation_id','0'),(73833,8232,'_qty','4'),(73834,8232,'_tax_class',''),(73835,8232,'_line_subtotal','82.88'),(73836,8232,'_line_subtotal_tax','0'),(73837,8232,'_line_total','82.88'),(73838,8232,'_line_tax','0'),(73839,8232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73840,8233,'_product_id','23'),(73841,8233,'_variation_id','0'),(73842,8233,'_qty','2'),(73843,8233,'_tax_class',''),(73844,8233,'_line_subtotal','143.52'),(73845,8233,'_line_subtotal_tax','0'),(73846,8233,'_line_total','143.52'),(73847,8233,'_line_tax','0'),(73848,8233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73849,8234,'_product_id','39'),(73850,8234,'_variation_id','0'),(73851,8234,'_qty','1'),(73852,8234,'_tax_class',''),(73853,8234,'_line_subtotal','79.2'),(73854,8234,'_line_subtotal_tax','0'),(73855,8234,'_line_total','79.2'),(73856,8234,'_line_tax','0'),(73857,8234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73858,8235,'_product_id','120'),(73859,8235,'_variation_id','0'),(73860,8235,'_qty','1'),(73861,8235,'_tax_class',''),(73862,8235,'_line_subtotal','52.8'),(73863,8235,'_line_subtotal_tax','0'),(73864,8235,'_line_total','52.8'),(73865,8235,'_line_tax','0'),(73866,8235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73867,8236,'_product_id','43'),(73868,8236,'_variation_id','0'),(73869,8236,'_qty','2'),(73870,8236,'_tax_class',''),(73871,8236,'_line_subtotal','158.4'),(73872,8236,'_line_subtotal_tax','0'),(73873,8236,'_line_total','158.4'),(73874,8236,'_line_tax','0'),(73875,8236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73876,8237,'_product_id','49'),(73877,8237,'_variation_id','0'),(73878,8237,'_qty','2'),(73879,8237,'_tax_class',''),(73880,8237,'_line_subtotal','158.4'),(73881,8237,'_line_subtotal_tax','0'),(73882,8237,'_line_total','158.4'),(73883,8237,'_line_tax','0'),(73884,8237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73885,8238,'method_id','free_shipping'),(73886,8238,'instance_id','2'),(73887,8238,'cost','0.00'),(73888,8238,'total_tax','0'),(73889,8238,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73890,8238,'Items','Active Rinse 16oz(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4, Active Rinse 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(73891,8239,'_product_id','23'),(73892,8239,'_variation_id','0'),(73893,8239,'_qty','2'),(73894,8239,'_tax_class',''),(73895,8239,'_line_subtotal','143.52'),(73896,8239,'_line_subtotal_tax','0'),(73897,8239,'_line_total','143.52'),(73898,8239,'_line_tax','0'),(73899,8239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73900,8240,'_product_id','44'),(73901,8240,'_variation_id','0'),(73902,8240,'_qty','2'),(73903,8240,'_tax_class',''),(73904,8240,'_line_subtotal','232.32'),(73905,8240,'_line_subtotal_tax','0'),(73906,8240,'_line_total','232.32'),(73907,8240,'_line_tax','0'),(73908,8240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73909,8241,'_product_id','49'),(73910,8241,'_variation_id','0'),(73911,8241,'_qty','2'),(73912,8241,'_tax_class',''),(73913,8241,'_line_subtotal','158.4'),(73914,8241,'_line_subtotal_tax','0'),(73915,8241,'_line_total','158.4'),(73916,8241,'_line_tax','0'),(73917,8241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73918,8242,'_product_id','40'),(73919,8242,'_variation_id','0'),(73920,8242,'_qty','1'),(73921,8242,'_tax_class',''),(73922,8242,'_line_subtotal','79.2'),(73923,8242,'_line_subtotal_tax','0'),(73924,8242,'_line_total','79.2'),(73925,8242,'_line_tax','0'),(73926,8242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73927,8243,'_product_id','93'),(73928,8243,'_variation_id','0'),(73929,8243,'_qty','10'),(73930,8243,'_tax_class',''),(73931,8243,'_line_subtotal','0'),(73932,8243,'_line_subtotal_tax','0'),(73933,8243,'_line_total','0'),(73934,8243,'_line_tax','0'),(73935,8243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73936,8244,'method_id','free_shipping'),(73937,8244,'instance_id','2'),(73938,8244,'cost','0.00'),(73939,8244,'total_tax','0'),(73940,8244,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73941,8244,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(73942,8245,'_product_id','49'),(73943,8245,'_variation_id','0'),(73944,8245,'_qty','1'),(73945,8245,'_tax_class',''),(73946,8245,'_line_subtotal','79.2'),(73947,8245,'_line_subtotal_tax','0'),(73948,8245,'_line_total','79.2'),(73949,8245,'_line_tax','0'),(73950,8245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73951,8246,'_product_id','489'),(73952,8246,'_variation_id','0'),(73953,8246,'_qty','4'),(73954,8246,'_tax_class',''),(73955,8246,'_line_subtotal','76.16'),(73956,8246,'_line_subtotal_tax','0'),(73957,8246,'_line_total','76.16'),(73958,8246,'_line_tax','0'),(73959,8246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73960,8247,'_product_id','487'),(73961,8247,'_variation_id','0'),(73962,8247,'_qty','2'),(73963,8247,'_tax_class',''),(73964,8247,'_line_subtotal','62.7'),(73965,8247,'_line_subtotal_tax','0'),(73966,8247,'_line_total','62.7'),(73967,8247,'_line_tax','0'),(73968,8247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73969,8248,'_product_id','43'),(73970,8248,'_variation_id','0'),(73971,8248,'_qty','1'),(73972,8248,'_tax_class',''),(73973,8248,'_line_subtotal','79.2'),(73974,8248,'_line_subtotal_tax','0'),(73975,8248,'_line_total','79.2'),(73976,8248,'_line_tax','0'),(73977,8248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(73978,8249,'method_id','fedex'),(73979,8249,'instance_id','1'),(73980,8249,'cost','19.74'),(73981,8249,'total_tax','0'),(73982,8249,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(73983,8249,'Package 1','17 × 14 × 10 (in) 40.9lbs × 1'),(73989,8245,'thwma_order_shipping_status','wc-pending'),(73990,8246,'thwma_order_shipping_status','wc-pending'),(73991,8247,'thwma_order_shipping_status','wc-pending'),(73992,8248,'thwma_order_shipping_status','wc-pending'),(73993,8250,'_product_id','41'),(73994,8250,'_variation_id','0'),(73995,8250,'_qty','2'),(73996,8250,'_tax_class',''),(73997,8250,'_line_subtotal','132.96'),(73998,8250,'_line_subtotal_tax','0'),(73999,8250,'_line_total','132.96'),(74000,8250,'_line_tax','0'),(74001,8250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74002,8251,'_product_id','99'),(74003,8251,'_variation_id','0'),(74004,8251,'_qty','1'),(74005,8251,'_tax_class',''),(74006,8251,'_line_subtotal','0'),(74007,8251,'_line_subtotal_tax','0'),(74008,8251,'_line_total','0'),(74009,8251,'_line_tax','0'),(74010,8251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74011,8252,'_product_id','49'),(74012,8252,'_variation_id','0'),(74013,8252,'_qty','2'),(74014,8252,'_tax_class',''),(74015,8252,'_line_subtotal','158.4'),(74016,8252,'_line_subtotal_tax','0'),(74017,8252,'_line_total','158.4'),(74018,8252,'_line_tax','0'),(74019,8252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74020,8253,'method_id','fedex'),(74021,8253,'instance_id','1'),(74022,8253,'cost','19.42'),(74023,8253,'total_tax','0'),(74024,8253,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74025,8253,'Package 1','17 × 14 × 10 (in) 29.25lbs × 1'),(74026,8239,'thwma_order_shipping_status','wc-pending'),(74027,8240,'thwma_order_shipping_status','wc-pending'),(74028,8241,'thwma_order_shipping_status','wc-pending'),(74029,8242,'thwma_order_shipping_status','wc-pending'),(74030,8243,'thwma_order_shipping_status','wc-pending'),(74034,8230,'thwma_order_shipping_status','wc-pending'),(74035,8231,'thwma_order_shipping_status','wc-pending'),(74036,8232,'thwma_order_shipping_status','wc-pending'),(74037,8233,'thwma_order_shipping_status','wc-pending'),(74038,8234,'thwma_order_shipping_status','wc-pending'),(74039,8235,'thwma_order_shipping_status','wc-pending'),(74040,8236,'thwma_order_shipping_status','wc-pending'),(74041,8237,'thwma_order_shipping_status','wc-pending'),(74042,8254,'_product_id','490'),(74043,8254,'_variation_id','0'),(74044,8254,'_qty','5'),(74045,8254,'_tax_class',''),(74046,8254,'_line_subtotal','103.6'),(74047,8254,'_line_subtotal_tax','0'),(74048,8254,'_line_total','103.6'),(74049,8254,'_line_tax','0'),(74050,8254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74051,8255,'_product_id','23'),(74052,8255,'_variation_id','0'),(74053,8255,'_qty','2'),(74054,8255,'_tax_class',''),(74055,8255,'_line_subtotal','143.52'),(74056,8255,'_line_subtotal_tax','0'),(74057,8255,'_line_total','143.52'),(74058,8255,'_line_tax','0'),(74059,8255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74060,8256,'_product_id','41'),(74061,8256,'_variation_id','0'),(74062,8256,'_qty','2'),(74063,8256,'_tax_class',''),(74064,8256,'_line_subtotal','132.96'),(74065,8256,'_line_subtotal_tax','0'),(74066,8256,'_line_total','132.96'),(74067,8256,'_line_tax','0'),(74068,8256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74069,8257,'_product_id','44'),(74070,8257,'_variation_id','0'),(74071,8257,'_qty','1'),(74072,8257,'_tax_class',''),(74073,8257,'_line_subtotal','116.16'),(74074,8257,'_line_subtotal_tax','0'),(74075,8257,'_line_total','116.16'),(74076,8257,'_line_tax','0'),(74077,8257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74078,8258,'_product_id','38'),(74079,8258,'_variation_id','0'),(74080,8258,'_qty','1'),(74081,8258,'_tax_class',''),(74082,8258,'_line_subtotal','174.72'),(74083,8258,'_line_subtotal_tax','0'),(74084,8258,'_line_total','174.72'),(74085,8258,'_line_tax','0'),(74086,8258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74087,8259,'method_id','fedex'),(74088,8259,'instance_id','1'),(74089,8259,'cost','27.29'),(74090,8259,'total_tax','0'),(74091,8259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74092,8259,'Package 1','17 × 14 × 10 (in) 40.55lbs × 1'),(74093,8259,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(74094,8254,'thwma_order_shipping_status','wc-pending'),(74095,8255,'thwma_order_shipping_status','wc-pending'),(74096,8256,'thwma_order_shipping_status','wc-pending'),(74097,8257,'thwma_order_shipping_status','wc-pending'),(74098,8258,'thwma_order_shipping_status','wc-pending'),(74133,8264,'_product_id','49'),(74134,8264,'_variation_id','0'),(74135,8264,'_qty','3'),(74136,8264,'_tax_class',''),(74137,8264,'_line_subtotal','237.6'),(74138,8264,'_line_subtotal_tax','0'),(74139,8264,'_line_total','237.6'),(74140,8264,'_line_tax','0'),(74141,8264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74142,8265,'_product_id','45'),(74143,8265,'_variation_id','0'),(74144,8265,'_qty','1'),(74145,8265,'_tax_class',''),(74146,8265,'_line_subtotal','42.24'),(74147,8265,'_line_subtotal_tax','0'),(74148,8265,'_line_total','42.24'),(74149,8265,'_line_tax','0'),(74150,8265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74151,8266,'_product_id','487'),(74152,8266,'_variation_id','0'),(74153,8266,'_qty','1'),(74154,8266,'_tax_class',''),(74155,8266,'_line_subtotal','31.35'),(74156,8266,'_line_subtotal_tax','0'),(74157,8266,'_line_total','31.35'),(74158,8266,'_line_tax','0'),(74159,8266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74160,8267,'method_id','fedex'),(74161,8267,'instance_id','1'),(74162,8267,'cost','31.35'),(74163,8267,'total_tax','0'),(74164,8267,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74165,8267,'Package 1','17 × 14 × 10 (in) 39.75lbs × 1'),(74169,8250,'thwma_order_shipping_status','wc-pending'),(74170,8251,'thwma_order_shipping_status','wc-pending'),(74171,8252,'thwma_order_shipping_status','wc-pending'),(74270,8264,'thwma_order_shipping_status','wc-pending'),(74271,8265,'thwma_order_shipping_status','wc-pending'),(74272,8266,'thwma_order_shipping_status','wc-pending'),(74273,8279,'_product_id','41'),(74274,8279,'_variation_id','0'),(74275,8279,'_qty','1'),(74276,8279,'_tax_class',''),(74277,8279,'_line_subtotal','66.48'),(74278,8279,'_line_subtotal_tax','0'),(74279,8279,'_line_total','66.48'),(74280,8279,'_line_tax','0'),(74281,8279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74282,8280,'_product_id','490'),(74283,8280,'_variation_id','0'),(74284,8280,'_qty','5'),(74285,8280,'_tax_class',''),(74286,8280,'_line_subtotal','98'),(74287,8280,'_line_subtotal_tax','0'),(74288,8280,'_line_total','98'),(74289,8280,'_line_tax','0'),(74290,8280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74291,8281,'method_id','fedex'),(74292,8281,'instance_id','1'),(74293,8281,'cost','12.50'),(74294,8281,'total_tax','0'),(74295,8281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74296,8281,'Package 1','11.25 × 8.75 × 7.75 (in) 13.74lbs × 1'),(74340,8287,'_product_id','23'),(74341,8287,'_variation_id','0'),(74342,8287,'_qty','1'),(74343,8287,'_tax_class',''),(74344,8287,'_line_subtotal','68.54'),(74345,8287,'_line_subtotal_tax','0'),(74346,8287,'_line_total','68.54'),(74347,8287,'_line_tax','0'),(74348,8287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74349,8288,'_product_id','51'),(74350,8288,'_variation_id','0'),(74351,8288,'_qty','1'),(74352,8288,'_tax_class',''),(74353,8288,'_line_subtotal','147.84'),(74354,8288,'_line_subtotal_tax','0'),(74355,8288,'_line_total','147.84'),(74356,8288,'_line_tax','0'),(74357,8288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74358,8289,'_product_id','49'),(74359,8289,'_variation_id','0'),(74360,8289,'_qty','1'),(74361,8289,'_tax_class',''),(74362,8289,'_line_subtotal','79.2'),(74363,8289,'_line_subtotal_tax','0'),(74364,8289,'_line_total','79.2'),(74365,8289,'_line_tax','0'),(74366,8289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74367,8290,'_product_id','490'),(74368,8290,'_variation_id','0'),(74369,8290,'_qty','10'),(74370,8290,'_tax_class',''),(74371,8290,'_line_subtotal','196'),(74372,8290,'_line_subtotal_tax','0'),(74373,8290,'_line_total','196'),(74374,8290,'_line_tax','0'),(74375,8290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74376,8291,'method_id','fedex'),(74377,8291,'instance_id','1'),(74378,8291,'cost','32.50'),(74379,8291,'total_tax','0'),(74380,8291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74381,8291,'Package 1','17 × 14 × 10 (in) 41.95lbs × 1'),(74382,8291,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(74383,8279,'thwma_order_shipping_status','wc-pending'),(74384,8280,'thwma_order_shipping_status','wc-pending'),(74385,8287,'thwma_order_shipping_status','wc-pending'),(74386,8288,'thwma_order_shipping_status','wc-pending'),(74387,8289,'thwma_order_shipping_status','wc-pending'),(74388,8290,'thwma_order_shipping_status','wc-pending'),(74389,8292,'_product_id','23'),(74390,8292,'_variation_id','0'),(74391,8292,'_qty','2'),(74392,8292,'_tax_class',''),(74393,8292,'_line_subtotal','137.08'),(74394,8292,'_line_subtotal_tax','0'),(74395,8292,'_line_total','137.08'),(74396,8292,'_line_tax','0'),(74397,8292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74398,8293,'_product_id','38'),(74399,8293,'_variation_id','0'),(74400,8293,'_qty','1'),(74401,8293,'_tax_class',''),(74402,8293,'_line_subtotal','165.76'),(74403,8293,'_line_subtotal_tax','0'),(74404,8293,'_line_total','165.76'),(74405,8293,'_line_tax','0'),(74406,8293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74407,8294,'_product_id','41'),(74408,8294,'_variation_id','0'),(74409,8294,'_qty','3'),(74410,8294,'_tax_class',''),(74411,8294,'_line_subtotal','199.44'),(74412,8294,'_line_subtotal_tax','0'),(74413,8294,'_line_total','199.44'),(74414,8294,'_line_tax','0'),(74415,8294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74416,8295,'_product_id','43'),(74417,8295,'_variation_id','0'),(74418,8295,'_qty','1'),(74419,8295,'_tax_class',''),(74420,8295,'_line_subtotal','79.2'),(74421,8295,'_line_subtotal_tax','0'),(74422,8295,'_line_total','79.2'),(74423,8295,'_line_tax','0'),(74424,8295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74425,8296,'_product_id','93'),(74426,8296,'_variation_id','0'),(74427,8296,'_qty','10'),(74428,8296,'_tax_class',''),(74429,8296,'_line_subtotal','0'),(74430,8296,'_line_subtotal_tax','0'),(74431,8296,'_line_total','0'),(74432,8296,'_line_tax','0'),(74433,8296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74434,8297,'method_id','free_shipping'),(74435,8297,'instance_id','2'),(74436,8297,'cost','0.00'),(74437,8297,'total_tax','0'),(74438,8297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74439,8297,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(74440,8292,'thwma_order_shipping_status','wc-pending'),(74441,8293,'thwma_order_shipping_status','wc-pending'),(74442,8294,'thwma_order_shipping_status','wc-pending'),(74443,8295,'thwma_order_shipping_status','wc-pending'),(74444,8296,'thwma_order_shipping_status','wc-pending'),(74445,8298,'_product_id','41'),(74446,8298,'_variation_id','0'),(74447,8298,'_qty','4'),(74448,8298,'_tax_class',''),(74449,8298,'_line_subtotal','265.92'),(74450,8298,'_line_subtotal_tax','0'),(74451,8298,'_line_total','265.92'),(74452,8298,'_line_tax','0'),(74453,8298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74454,8299,'_product_id','490'),(74455,8299,'_variation_id','0'),(74456,8299,'_qty','10'),(74457,8299,'_tax_class',''),(74458,8299,'_line_subtotal','196'),(74459,8299,'_line_subtotal_tax','0'),(74460,8299,'_line_total','196'),(74461,8299,'_line_tax','0'),(74462,8299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74463,8300,'_product_id','487'),(74464,8300,'_variation_id','0'),(74465,8300,'_qty','2'),(74466,8300,'_tax_class',''),(74467,8300,'_line_subtotal','62.7'),(74468,8300,'_line_subtotal_tax','0'),(74469,8300,'_line_total','62.7'),(74470,8300,'_line_tax','0'),(74471,8300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74472,8301,'_product_id','116'),(74473,8301,'_variation_id','0'),(74474,8301,'_qty','1'),(74475,8301,'_tax_class',''),(74476,8301,'_line_subtotal','145.44'),(74477,8301,'_line_subtotal_tax','0'),(74478,8301,'_line_total','145.44'),(74479,8301,'_line_tax','0'),(74480,8301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74481,8302,'_product_id','120'),(74482,8302,'_variation_id','0'),(74483,8302,'_qty','1'),(74484,8302,'_tax_class',''),(74485,8302,'_line_subtotal','52.8'),(74486,8302,'_line_subtotal_tax','0'),(74487,8302,'_line_total','52.8'),(74488,8302,'_line_tax','0'),(74489,8302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74490,8303,'method_id','free_shipping'),(74491,8303,'instance_id','2'),(74492,8303,'cost','0.00'),(74493,8303,'total_tax','0'),(74494,8303,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74495,8303,'Items','Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(74496,8304,'_product_id','490'),(74497,8304,'_variation_id','0'),(74498,8304,'_qty','3'),(74499,8304,'_tax_class',''),(74500,8304,'_line_subtotal','58.8'),(74501,8304,'_line_subtotal_tax','0'),(74502,8304,'_line_total','58.8'),(74503,8304,'_line_tax','0'),(74504,8304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74505,8305,'_product_id','488'),(74506,8305,'_variation_id','0'),(74507,8305,'_qty','1'),(74508,8305,'_tax_class',''),(74509,8305,'_line_subtotal','31.35'),(74510,8305,'_line_subtotal_tax','0'),(74511,8305,'_line_total','31.35'),(74512,8305,'_line_tax','0'),(74513,8305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74514,8306,'_product_id','487'),(74515,8306,'_variation_id','0'),(74516,8306,'_qty','1'),(74517,8306,'_tax_class',''),(74518,8306,'_line_subtotal','31.35'),(74519,8306,'_line_subtotal_tax','0'),(74520,8306,'_line_total','31.35'),(74521,8306,'_line_tax','0'),(74522,8306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74523,8307,'_product_id','45'),(74524,8307,'_variation_id','0'),(74525,8307,'_qty','1'),(74526,8307,'_tax_class',''),(74527,8307,'_line_subtotal','42.24'),(74528,8307,'_line_subtotal_tax','0'),(74529,8307,'_line_total','42.24'),(74530,8307,'_line_tax','0'),(74531,8307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74532,8308,'method_id','fedex'),(74533,8308,'instance_id','1'),(74534,8308,'cost','20.67'),(74535,8308,'total_tax','0'),(74536,8308,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74537,8308,'Package 1','17 × 14 × 10 (in) 30.65lbs × 1'),(74538,8298,'thwma_order_shipping_status','wc-pending'),(74539,8299,'thwma_order_shipping_status','wc-pending'),(74540,8300,'thwma_order_shipping_status','wc-pending'),(74541,8301,'thwma_order_shipping_status','wc-pending'),(74542,8302,'thwma_order_shipping_status','wc-pending'),(74543,8304,'thwma_order_shipping_status','wc-pending'),(74544,8305,'thwma_order_shipping_status','wc-pending'),(74545,8306,'thwma_order_shipping_status','wc-pending'),(74546,8307,'thwma_order_shipping_status','wc-pending'),(74547,8309,'_product_id','23'),(74548,8309,'_variation_id','0'),(74549,8309,'_qty','4'),(74550,8309,'_tax_class',''),(74551,8309,'_line_subtotal','274.16'),(74552,8309,'_line_subtotal_tax','0'),(74553,8309,'_line_total','274.16'),(74554,8309,'_line_tax','0'),(74555,8309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74556,8310,'_product_id','38'),(74557,8310,'_variation_id','0'),(74558,8310,'_qty','2'),(74559,8310,'_tax_class',''),(74560,8310,'_line_subtotal','331.52'),(74561,8310,'_line_subtotal_tax','0'),(74562,8310,'_line_total','331.52'),(74563,8310,'_line_tax','0'),(74564,8310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74565,8311,'_product_id','51'),(74566,8311,'_variation_id','0'),(74567,8311,'_qty','4'),(74568,8311,'_tax_class',''),(74569,8311,'_line_subtotal','591.36'),(74570,8311,'_line_subtotal_tax','0'),(74571,8311,'_line_total','591.36'),(74572,8311,'_line_tax','0'),(74573,8311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74574,8312,'_product_id','116'),(74575,8312,'_variation_id','0'),(74576,8312,'_qty','1'),(74577,8312,'_tax_class',''),(74578,8312,'_line_subtotal','145.44'),(74579,8312,'_line_subtotal_tax','0'),(74580,8312,'_line_total','145.44'),(74581,8312,'_line_tax','0'),(74582,8312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74583,8313,'_product_id','45'),(74584,8313,'_variation_id','0'),(74585,8313,'_qty','1'),(74586,8313,'_tax_class',''),(74587,8313,'_line_subtotal','42.24'),(74588,8313,'_line_subtotal_tax','0'),(74589,8313,'_line_total','42.24'),(74590,8313,'_line_tax','0'),(74591,8313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74592,8314,'_product_id','49'),(74593,8314,'_variation_id','0'),(74594,8314,'_qty','2'),(74595,8314,'_tax_class',''),(74596,8314,'_line_subtotal','158.4'),(74597,8314,'_line_subtotal_tax','0'),(74598,8314,'_line_total','158.4'),(74599,8314,'_line_tax','0'),(74600,8314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74601,8315,'_product_id','43'),(74602,8315,'_variation_id','0'),(74603,8315,'_qty','1'),(74604,8315,'_tax_class',''),(74605,8315,'_line_subtotal','79.2'),(74606,8315,'_line_subtotal_tax','0'),(74607,8315,'_line_total','79.2'),(74608,8315,'_line_tax','0'),(74609,8315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74610,8316,'_product_id','44'),(74611,8316,'_variation_id','0'),(74612,8316,'_qty','4'),(74613,8316,'_tax_class',''),(74614,8316,'_line_subtotal','464.64'),(74615,8316,'_line_subtotal_tax','0'),(74616,8316,'_line_total','464.64'),(74617,8316,'_line_tax','0'),(74618,8316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74619,8317,'_product_id','93'),(74620,8317,'_variation_id','0'),(74621,8317,'_qty','10'),(74622,8317,'_tax_class',''),(74623,8317,'_line_subtotal','0'),(74624,8317,'_line_subtotal_tax','0'),(74625,8317,'_line_total','0'),(74626,8317,'_line_tax','0'),(74627,8317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74628,8318,'_product_id','133'),(74629,8318,'_variation_id','0'),(74630,8318,'_qty','6'),(74631,8318,'_tax_class',''),(74632,8318,'_line_subtotal','85.8'),(74633,8318,'_line_subtotal_tax','0'),(74634,8318,'_line_total','85.8'),(74635,8318,'_line_tax','0'),(74636,8318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74637,8319,'_product_id','99'),(74638,8319,'_variation_id','0'),(74639,8319,'_qty','1'),(74640,8319,'_tax_class',''),(74641,8319,'_line_subtotal','0'),(74642,8319,'_line_subtotal_tax','0'),(74643,8319,'_line_total','0'),(74644,8319,'_line_tax','0'),(74645,8319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74646,8320,'_product_id','97'),(74647,8320,'_variation_id','0'),(74648,8320,'_qty','1'),(74649,8320,'_tax_class',''),(74650,8320,'_line_subtotal','0'),(74651,8320,'_line_subtotal_tax','0'),(74652,8320,'_line_total','0'),(74653,8320,'_line_tax','0'),(74654,8320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74655,8321,'_product_id','320'),(74656,8321,'_variation_id','0'),(74657,8321,'_qty','10'),(74658,8321,'_tax_class',''),(74659,8321,'_line_subtotal','37.5'),(74660,8321,'_line_subtotal_tax','0'),(74661,8321,'_line_total','37.5'),(74662,8321,'_line_tax','0'),(74663,8321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74664,8322,'method_id','free_shipping'),(74665,8322,'instance_id','2'),(74666,8322,'cost','0.00'),(74667,8322,'total_tax','0'),(74668,8322,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74669,8322,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Urgent Care Kit(Case of 6) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 4, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 6, Bulk Mousse 1 Gallon &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Wet Comb &times; 10'),(74670,8323,'_product_id','38'),(74671,8323,'_variation_id','0'),(74672,8323,'_qty','1'),(74673,8323,'_tax_class',''),(74674,8323,'_line_subtotal','165.76'),(74675,8323,'_line_subtotal_tax','0'),(74676,8323,'_line_total','165.76'),(74677,8323,'_line_tax','0'),(74678,8323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74679,8324,'_product_id','23'),(74680,8324,'_variation_id','0'),(74681,8324,'_qty','1'),(74682,8324,'_tax_class',''),(74683,8324,'_line_subtotal','68.54'),(74684,8324,'_line_subtotal_tax','0'),(74685,8324,'_line_total','68.54'),(74686,8324,'_line_tax','0'),(74687,8324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74688,8325,'_product_id','490'),(74689,8325,'_variation_id','0'),(74690,8325,'_qty','6'),(74691,8325,'_tax_class',''),(74692,8325,'_line_subtotal','117.6'),(74693,8325,'_line_subtotal_tax','0'),(74694,8325,'_line_total','117.6'),(74695,8325,'_line_tax','0'),(74696,8325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74697,8326,'_product_id','23'),(74698,8326,'_variation_id','0'),(74699,8326,'_qty','1'),(74700,8326,'_tax_class',''),(74701,8326,'_line_subtotal','68.54'),(74702,8326,'_line_subtotal_tax','0'),(74703,8326,'_line_total','68.54'),(74704,8326,'_line_tax','0'),(74705,8326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74706,8327,'_product_id','45'),(74707,8327,'_variation_id','0'),(74708,8327,'_qty','2'),(74709,8327,'_tax_class',''),(74710,8327,'_line_subtotal','84.48'),(74711,8327,'_line_subtotal_tax','0'),(74712,8327,'_line_total','84.48'),(74713,8327,'_line_tax','0'),(74714,8327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74715,8328,'_product_id','41'),(74716,8328,'_variation_id','0'),(74717,8328,'_qty','1'),(74718,8328,'_tax_class',''),(74719,8328,'_line_subtotal','66.48'),(74720,8328,'_line_subtotal_tax','0'),(74721,8328,'_line_total','66.48'),(74722,8328,'_line_tax','0'),(74723,8328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74724,8329,'_product_id','49'),(74725,8329,'_variation_id','0'),(74726,8329,'_qty','1'),(74727,8329,'_tax_class',''),(74728,8329,'_line_subtotal','79.2'),(74729,8329,'_line_subtotal_tax','0'),(74730,8329,'_line_total','79.2'),(74731,8329,'_line_tax','0'),(74732,8329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74733,8330,'method_id','free_shipping'),(74734,8330,'instance_id','2'),(74735,8330,'cost','0.00'),(74736,8330,'total_tax','0'),(74737,8330,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74738,8330,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(74739,8309,'thwma_order_shipping_status','wc-pending'),(74740,8310,'thwma_order_shipping_status','wc-pending'),(74741,8311,'thwma_order_shipping_status','wc-pending'),(74742,8312,'thwma_order_shipping_status','wc-pending'),(74743,8313,'thwma_order_shipping_status','wc-pending'),(74744,8314,'thwma_order_shipping_status','wc-pending'),(74745,8315,'thwma_order_shipping_status','wc-pending'),(74746,8316,'thwma_order_shipping_status','wc-pending'),(74747,8317,'thwma_order_shipping_status','wc-pending'),(74748,8318,'thwma_order_shipping_status','wc-pending'),(74749,8319,'thwma_order_shipping_status','wc-pending'),(74750,8320,'thwma_order_shipping_status','wc-pending'),(74751,8321,'thwma_order_shipping_status','wc-pending'),(74752,8331,'_product_id','23'),(74753,8331,'_variation_id','0'),(74754,8331,'_qty','4'),(74755,8331,'_tax_class',''),(74756,8331,'_line_subtotal','274.16'),(74757,8331,'_line_subtotal_tax','0'),(74758,8331,'_line_total','274.16'),(74759,8331,'_line_tax','0'),(74760,8331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74761,8332,'_product_id','38'),(74762,8332,'_variation_id','0'),(74763,8332,'_qty','2'),(74764,8332,'_tax_class',''),(74765,8332,'_line_subtotal','331.52'),(74766,8332,'_line_subtotal_tax','0'),(74767,8332,'_line_total','331.52'),(74768,8332,'_line_tax','0'),(74769,8332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74770,8333,'_product_id','490'),(74771,8333,'_variation_id','0'),(74772,8333,'_qty','10'),(74773,8333,'_tax_class',''),(74774,8333,'_line_subtotal','196'),(74775,8333,'_line_subtotal_tax','0'),(74776,8333,'_line_total','196'),(74777,8333,'_line_tax','0'),(74778,8333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74779,8334,'_product_id','131'),(74780,8334,'_variation_id','0'),(74781,8334,'_qty','6'),(74782,8334,'_tax_class',''),(74783,8334,'_line_subtotal','75.9'),(74784,8334,'_line_subtotal_tax','0'),(74785,8334,'_line_total','75.9'),(74786,8334,'_line_tax','0'),(74787,8334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74788,8335,'_product_id','41'),(74789,8335,'_variation_id','0'),(74790,8335,'_qty','2'),(74791,8335,'_tax_class',''),(74792,8335,'_line_subtotal','132.96'),(74793,8335,'_line_subtotal_tax','0'),(74794,8335,'_line_total','132.96'),(74795,8335,'_line_tax','0'),(74796,8335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74797,8336,'_product_id','488'),(74798,8336,'_variation_id','0'),(74799,8336,'_qty','1'),(74800,8336,'_tax_class',''),(74801,8336,'_line_subtotal','31.35'),(74802,8336,'_line_subtotal_tax','0'),(74803,8336,'_line_total','31.35'),(74804,8336,'_line_tax','0'),(74805,8336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74806,8337,'_product_id','133'),(74807,8337,'_variation_id','0'),(74808,8337,'_qty','4'),(74809,8337,'_tax_class',''),(74810,8337,'_line_subtotal','57.2'),(74811,8337,'_line_subtotal_tax','0'),(74812,8337,'_line_total','57.2'),(74813,8337,'_line_tax','0'),(74814,8337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74815,8338,'method_id','free_shipping'),(74816,8338,'instance_id','2'),(74817,8338,'cost','0.00'),(74818,8338,'total_tax','0'),(74819,8338,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74820,8338,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 6, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 4'),(74821,8323,'thwma_order_shipping_status','wc-pending'),(74822,8324,'thwma_order_shipping_status','wc-pending'),(74823,8325,'thwma_order_shipping_status','wc-pending'),(74824,8326,'thwma_order_shipping_status','wc-pending'),(74825,8327,'thwma_order_shipping_status','wc-pending'),(74826,8328,'thwma_order_shipping_status','wc-pending'),(74827,8329,'thwma_order_shipping_status','wc-pending'),(74828,8339,'_product_id','490'),(74829,8339,'_variation_id','0'),(74830,8339,'_qty','2'),(74831,8339,'_tax_class',''),(74832,8339,'_line_subtotal','39.2'),(74833,8339,'_line_subtotal_tax','0'),(74834,8339,'_line_total','39.2'),(74835,8339,'_line_tax','0'),(74836,8339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74837,8340,'method_id','fedex'),(74838,8340,'instance_id','1'),(74839,8340,'cost','10.16'),(74840,8340,'total_tax','0'),(74841,8340,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74842,8340,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(74843,8331,'thwma_order_shipping_status','wc-pending'),(74844,8332,'thwma_order_shipping_status','wc-pending'),(74845,8333,'thwma_order_shipping_status','wc-pending'),(74846,8334,'thwma_order_shipping_status','wc-pending'),(74847,8335,'thwma_order_shipping_status','wc-pending'),(74848,8336,'thwma_order_shipping_status','wc-pending'),(74849,8337,'thwma_order_shipping_status','wc-pending'),(74865,8343,'_product_id','490'),(74866,8343,'_variation_id','0'),(74867,8343,'_qty','4'),(74868,8343,'_tax_class',''),(74869,8343,'_line_subtotal','78.4'),(74870,8343,'_line_subtotal_tax','0'),(74871,8343,'_line_total','78.4'),(74872,8343,'_line_tax','0'),(74873,8343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74874,8344,'method_id','fedex'),(74875,8344,'instance_id','1'),(74876,8344,'cost','19.50'),(74877,8344,'total_tax','0'),(74878,8344,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74879,8344,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(74880,8345,'_product_id','93'),(74881,8345,'_variation_id','0'),(74882,8345,'_qty','10'),(74883,8345,'_tax_class',''),(74884,8345,'_line_subtotal','0'),(74885,8345,'_line_subtotal_tax','0'),(74886,8345,'_line_total','0'),(74887,8345,'_line_tax','0'),(74888,8345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74889,8346,'_product_id','43'),(74890,8346,'_variation_id','0'),(74891,8346,'_qty','2'),(74892,8346,'_tax_class',''),(74893,8346,'_line_subtotal','158.4'),(74894,8346,'_line_subtotal_tax','0'),(74895,8346,'_line_total','158.4'),(74896,8346,'_line_tax','0'),(74897,8346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74898,8347,'_product_id','41'),(74899,8347,'_variation_id','0'),(74900,8347,'_qty','2'),(74901,8347,'_tax_class',''),(74902,8347,'_line_subtotal','132.96'),(74903,8347,'_line_subtotal_tax','0'),(74904,8347,'_line_total','132.96'),(74905,8347,'_line_tax','0'),(74906,8347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74907,8348,'_product_id','120'),(74908,8348,'_variation_id','0'),(74909,8348,'_qty','1'),(74910,8348,'_tax_class',''),(74911,8348,'_line_subtotal','52.8'),(74912,8348,'_line_subtotal_tax','0'),(74913,8348,'_line_total','52.8'),(74914,8348,'_line_tax','0'),(74915,8348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74916,8349,'method_id','fedex'),(74917,8349,'instance_id','1'),(74918,8349,'cost','31.65'),(74919,8349,'total_tax','0'),(74920,8349,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74921,8349,'Package 1','17 × 14 × 10 (in) 40.45lbs × 1'),(74922,8349,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(74923,8350,'_product_id','93'),(74924,8350,'_variation_id','0'),(74925,8350,'_qty','10'),(74926,8350,'_tax_class',''),(74927,8350,'_line_subtotal','0'),(74928,8350,'_line_subtotal_tax','0'),(74929,8350,'_line_total','0'),(74930,8350,'_line_tax','0'),(74931,8350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74932,8351,'_product_id','137'),(74933,8351,'_variation_id','0'),(74934,8351,'_qty','1'),(74935,8351,'_tax_class',''),(74936,8351,'_line_subtotal','6.05'),(74937,8351,'_line_subtotal_tax','0'),(74938,8351,'_line_total','6.05'),(74939,8351,'_line_tax','0'),(74940,8351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74941,8352,'_product_id','148'),(74942,8352,'_variation_id','0'),(74943,8352,'_qty','1'),(74944,8352,'_tax_class',''),(74945,8352,'_line_subtotal','8.25'),(74946,8352,'_line_subtotal_tax','0'),(74947,8352,'_line_total','8.25'),(74948,8352,'_line_tax','0'),(74949,8352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74950,8353,'_product_id','320'),(74951,8353,'_variation_id','0'),(74952,8353,'_qty','1'),(74953,8353,'_tax_class',''),(74954,8353,'_line_subtotal','3.75'),(74955,8353,'_line_subtotal_tax','0'),(74956,8353,'_line_total','3.75'),(74957,8353,'_line_tax','0'),(74958,8353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74959,8354,'method_id','fedex'),(74960,8354,'instance_id','1'),(74961,8354,'cost','14.73'),(74962,8354,'total_tax','0'),(74963,8354,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(74964,8354,'Package 1','17 × 14 × 10 (in) 23.2lbs × 1'),(74965,8355,'_product_id','490'),(74966,8355,'_variation_id','0'),(74967,8355,'_qty','3'),(74968,8355,'_tax_class',''),(74969,8355,'_line_subtotal','58.8'),(74970,8355,'_line_subtotal_tax','0'),(74971,8355,'_line_total','58.8'),(74972,8355,'_line_tax','0'),(74973,8355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74974,8356,'_product_id','487'),(74975,8356,'_variation_id','0'),(74976,8356,'_qty','1'),(74977,8356,'_tax_class',''),(74978,8356,'_line_subtotal','31.35'),(74979,8356,'_line_subtotal_tax','0'),(74980,8356,'_line_total','31.35'),(74981,8356,'_line_tax','0'),(74982,8356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74983,8357,'_product_id','45'),(74984,8357,'_variation_id','0'),(74985,8357,'_qty','1'),(74986,8357,'_tax_class',''),(74987,8357,'_line_subtotal','42.24'),(74988,8357,'_line_subtotal_tax','0'),(74989,8357,'_line_total','42.24'),(74990,8357,'_line_tax','0'),(74991,8357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(74992,8358,'_product_id','488'),(74993,8358,'_variation_id','0'),(74994,8358,'_qty','1'),(74995,8358,'_tax_class',''),(74996,8358,'_line_subtotal','31.35'),(74997,8358,'_line_subtotal_tax','0'),(74998,8358,'_line_total','31.35'),(74999,8358,'_line_tax','0'),(75000,8358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75001,8359,'method_id','fedex'),(75002,8359,'instance_id','1'),(75003,8359,'cost','20.67'),(75004,8359,'total_tax','0'),(75005,8359,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75006,8359,'Package 1','17 × 14 × 10 (in) 30.65lbs × 1'),(75007,8345,'thwma_order_shipping_status','wc-pending'),(75008,8346,'thwma_order_shipping_status','wc-pending'),(75009,8347,'thwma_order_shipping_status','wc-pending'),(75010,8348,'thwma_order_shipping_status','wc-pending'),(75011,8350,'thwma_order_shipping_status','wc-pending'),(75012,8351,'thwma_order_shipping_status','wc-pending'),(75013,8352,'thwma_order_shipping_status','wc-pending'),(75014,8353,'thwma_order_shipping_status','wc-pending'),(75039,8363,'_product_id','41'),(75040,8363,'_variation_id','0'),(75041,8363,'_qty','6'),(75042,8363,'_tax_class',''),(75043,8363,'_line_subtotal','398.88'),(75044,8363,'_line_subtotal_tax','0'),(75045,8363,'_line_total','398.88'),(75046,8363,'_line_tax','0'),(75047,8363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75048,8364,'_product_id','51'),(75049,8364,'_variation_id','0'),(75050,8364,'_qty','1'),(75051,8364,'_tax_class',''),(75052,8364,'_line_subtotal','147.84'),(75053,8364,'_line_subtotal_tax','0'),(75054,8364,'_line_total','147.84'),(75055,8364,'_line_tax','0'),(75056,8364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75057,8365,'method_id','free_shipping'),(75058,8365,'instance_id','2'),(75059,8365,'cost','0.00'),(75060,8365,'total_tax','0'),(75061,8365,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75062,8365,'Items','Professional Lice Comb(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 1'),(75063,8366,'_product_id','137'),(75064,8366,'_variation_id','0'),(75065,8366,'_qty','12'),(75066,8366,'_tax_class',''),(75067,8366,'_line_subtotal','72.6'),(75068,8366,'_line_subtotal_tax','0'),(75069,8366,'_line_total','72.6'),(75070,8366,'_line_tax','0'),(75071,8366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75072,8367,'method_id','fedex'),(75073,8367,'instance_id','1'),(75074,8367,'cost','10.16'),(75075,8367,'total_tax','0'),(75076,8367,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75077,8367,'Package 1','17.5 × 12.37 × 3 (in) 3.91lbs × 1'),(75078,8363,'thwma_order_shipping_status','wc-pending'),(75079,8364,'thwma_order_shipping_status','wc-pending'),(75080,8355,'thwma_order_shipping_status','wc-pending'),(75081,8356,'thwma_order_shipping_status','wc-pending'),(75082,8357,'thwma_order_shipping_status','wc-pending'),(75083,8358,'thwma_order_shipping_status','wc-pending'),(75084,8368,'_product_id','490'),(75085,8368,'_variation_id','0'),(75086,8368,'_qty','7'),(75087,8368,'_tax_class',''),(75088,8368,'_line_subtotal','137.2'),(75089,8368,'_line_subtotal_tax','0'),(75090,8368,'_line_total','137.2'),(75091,8368,'_line_tax','0'),(75092,8368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75093,8369,'_product_id','23'),(75094,8369,'_variation_id','0'),(75095,8369,'_qty','1'),(75096,8369,'_tax_class',''),(75097,8369,'_line_subtotal','68.54'),(75098,8369,'_line_subtotal_tax','0'),(75099,8369,'_line_total','68.54'),(75100,8369,'_line_tax','0'),(75101,8369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75102,8370,'_product_id','45'),(75103,8370,'_variation_id','0'),(75104,8370,'_qty','1'),(75105,8370,'_tax_class',''),(75106,8370,'_line_subtotal','42.24'),(75107,8370,'_line_subtotal_tax','0'),(75108,8370,'_line_total','42.24'),(75109,8370,'_line_tax','0'),(75110,8370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75111,8371,'_product_id','41'),(75112,8371,'_variation_id','0'),(75113,8371,'_qty','1'),(75114,8371,'_tax_class',''),(75115,8371,'_line_subtotal','66.48'),(75116,8371,'_line_subtotal_tax','0'),(75117,8371,'_line_total','66.48'),(75118,8371,'_line_tax','0'),(75119,8371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75120,8372,'_product_id','51'),(75121,8372,'_variation_id','0'),(75122,8372,'_qty','1'),(75123,8372,'_tax_class',''),(75124,8372,'_line_subtotal','147.84'),(75125,8372,'_line_subtotal_tax','0'),(75126,8372,'_line_total','147.84'),(75127,8372,'_line_tax','0'),(75128,8372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75129,8373,'_product_id','120'),(75130,8373,'_variation_id','0'),(75131,8373,'_qty','1'),(75132,8373,'_tax_class',''),(75133,8373,'_line_subtotal','52.8'),(75134,8373,'_line_subtotal_tax','0'),(75135,8373,'_line_total','52.8'),(75136,8373,'_line_tax','0'),(75137,8373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75138,8374,'_product_id','487'),(75139,8374,'_variation_id','0'),(75140,8374,'_qty','2'),(75141,8374,'_tax_class',''),(75142,8374,'_line_subtotal','62.7'),(75143,8374,'_line_subtotal_tax','0'),(75144,8374,'_line_total','62.7'),(75145,8374,'_line_tax','0'),(75146,8374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75147,8375,'_product_id','38'),(75148,8375,'_variation_id','0'),(75149,8375,'_qty','1'),(75150,8375,'_tax_class',''),(75151,8375,'_line_subtotal','165.76'),(75152,8375,'_line_subtotal_tax','0'),(75153,8375,'_line_total','165.76'),(75154,8375,'_line_tax','0'),(75155,8375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75156,8376,'method_id','fedex'),(75157,8376,'instance_id','1'),(75158,8376,'cost','77.79'),(75159,8376,'total_tax','0'),(75160,8376,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75161,8376,'Package 1','17 × 14 × 10 (in) 39lbs × 1'),(75162,8376,'Package 2','14 × 14 × 14 (in) 28.95lbs × 1'),(75163,8376,'Package 3','17 × 14 × 10 (in) 16.3lbs × 1'),(75164,8377,'_product_id','23'),(75165,8377,'_variation_id','0'),(75166,8377,'_qty','2'),(75167,8377,'_tax_class',''),(75168,8377,'_line_subtotal','137.08'),(75169,8377,'_line_subtotal_tax','0'),(75170,8377,'_line_total','137.08'),(75171,8377,'_line_tax','0'),(75172,8377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75173,8378,'_product_id','43'),(75174,8378,'_variation_id','0'),(75175,8378,'_qty','1'),(75176,8378,'_tax_class',''),(75177,8378,'_line_subtotal','79.2'),(75178,8378,'_line_subtotal_tax','0'),(75179,8378,'_line_total','79.2'),(75180,8378,'_line_tax','0'),(75181,8378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75182,8379,'_product_id','49'),(75183,8379,'_variation_id','0'),(75184,8379,'_qty','2'),(75185,8379,'_tax_class',''),(75186,8379,'_line_subtotal','158.4'),(75187,8379,'_line_subtotal_tax','0'),(75188,8379,'_line_total','158.4'),(75189,8379,'_line_tax','0'),(75190,8379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75191,8380,'_product_id','44'),(75192,8380,'_variation_id','0'),(75193,8380,'_qty','2'),(75194,8380,'_tax_class',''),(75195,8380,'_line_subtotal','232.32'),(75196,8380,'_line_subtotal_tax','0'),(75197,8380,'_line_total','232.32'),(75198,8380,'_line_tax','0'),(75199,8380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75200,8381,'_product_id','93'),(75201,8381,'_variation_id','0'),(75202,8381,'_qty','10'),(75203,8381,'_tax_class',''),(75204,8381,'_line_subtotal','0'),(75205,8381,'_line_subtotal_tax','0'),(75206,8381,'_line_total','0'),(75207,8381,'_line_tax','0'),(75208,8381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75209,8382,'method_id','free_shipping'),(75210,8382,'instance_id','2'),(75211,8382,'cost','0.00'),(75212,8382,'total_tax','0'),(75213,8382,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75214,8382,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% &times; 10'),(75215,8383,'_product_id','41'),(75216,8383,'_variation_id','0'),(75217,8383,'_qty','3'),(75218,8383,'_tax_class',''),(75219,8383,'_line_subtotal','199.44'),(75220,8383,'_line_subtotal_tax','0'),(75221,8383,'_line_total','199.44'),(75222,8383,'_line_tax','0'),(75223,8383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75224,8384,'_product_id','120'),(75225,8384,'_variation_id','0'),(75226,8384,'_qty','1'),(75227,8384,'_tax_class',''),(75228,8384,'_line_subtotal','52.8'),(75229,8384,'_line_subtotal_tax','0'),(75230,8384,'_line_total','52.8'),(75231,8384,'_line_tax','0'),(75232,8384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75233,8385,'_product_id','49'),(75234,8385,'_variation_id','0'),(75235,8385,'_qty','2'),(75236,8385,'_tax_class',''),(75237,8385,'_line_subtotal','158.4'),(75238,8385,'_line_subtotal_tax','0'),(75239,8385,'_line_total','158.4'),(75240,8385,'_line_tax','0'),(75241,8385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75242,8386,'_product_id','99'),(75243,8386,'_variation_id','0'),(75244,8386,'_qty','1'),(75245,8386,'_tax_class',''),(75246,8386,'_line_subtotal','0'),(75247,8386,'_line_subtotal_tax','0'),(75248,8386,'_line_total','0'),(75249,8386,'_line_tax','0'),(75250,8386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75251,8387,'method_id','fedex'),(75252,8387,'instance_id','1'),(75253,8387,'cost','27.15'),(75254,8387,'total_tax','0'),(75255,8387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75256,8387,'Package 1','17 × 14 × 10 (in) 35.65lbs × 1'),(75257,8388,'_product_id','137'),(75258,8388,'_variation_id','0'),(75259,8388,'_qty','10'),(75260,8388,'_tax_class',''),(75261,8388,'_line_subtotal','60.5'),(75262,8388,'_line_subtotal_tax','0'),(75263,8388,'_line_total','60.5'),(75264,8388,'_line_tax','0'),(75265,8388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75266,8389,'_product_id','138'),(75267,8389,'_variation_id','0'),(75268,8389,'_qty','10'),(75269,8389,'_tax_class',''),(75270,8389,'_line_subtotal','49.5'),(75271,8389,'_line_subtotal_tax','0'),(75272,8389,'_line_total','49.5'),(75273,8389,'_line_tax','0'),(75274,8389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75275,8390,'_product_id','318'),(75276,8390,'_variation_id','0'),(75277,8390,'_qty','10'),(75278,8390,'_tax_class',''),(75279,8390,'_line_subtotal','30'),(75280,8390,'_line_subtotal_tax','0'),(75281,8390,'_line_total','30'),(75282,8390,'_line_tax','0'),(75283,8390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75284,8391,'method_id','fedex'),(75285,8391,'instance_id','1'),(75286,8391,'cost','14.84'),(75287,8391,'total_tax','0'),(75288,8391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75289,8391,'Package 1','17 × 14 × 10 (in) 30lbs × 1'),(75290,8392,'_product_id','137'),(75291,8392,'_variation_id','0'),(75292,8392,'_qty','10'),(75293,8392,'_tax_class',''),(75294,8392,'_line_subtotal','60.5'),(75295,8392,'_line_subtotal_tax','0'),(75296,8392,'_line_total','60.5'),(75297,8392,'_line_tax','0'),(75298,8392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75299,8393,'_product_id','138'),(75300,8393,'_variation_id','0'),(75301,8393,'_qty','10'),(75302,8393,'_tax_class',''),(75303,8393,'_line_subtotal','49.5'),(75304,8393,'_line_subtotal_tax','0'),(75305,8393,'_line_total','49.5'),(75306,8393,'_line_tax','0'),(75307,8393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75308,8394,'_product_id','318'),(75309,8394,'_variation_id','0'),(75310,8394,'_qty','10'),(75311,8394,'_tax_class',''),(75312,8394,'_line_subtotal','30'),(75313,8394,'_line_subtotal_tax','0'),(75314,8394,'_line_total','30'),(75315,8394,'_line_tax','0'),(75316,8394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75317,8395,'method_id','fedex'),(75318,8395,'instance_id','1'),(75319,8395,'cost','17.30'),(75320,8395,'total_tax','0'),(75321,8395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75322,8395,'Package 1','17 × 14 × 10 (in) 30lbs × 1'),(75323,8383,'thwma_order_shipping_status','wc-pending'),(75324,8384,'thwma_order_shipping_status','wc-pending'),(75325,8385,'thwma_order_shipping_status','wc-pending'),(75326,8386,'thwma_order_shipping_status','wc-pending'),(75327,8392,'thwma_order_shipping_status','wc-pending'),(75328,8393,'thwma_order_shipping_status','wc-pending'),(75329,8394,'thwma_order_shipping_status','wc-pending'),(75338,8368,'thwma_order_shipping_status','wc-pending'),(75339,8369,'thwma_order_shipping_status','wc-pending'),(75340,8370,'thwma_order_shipping_status','wc-pending'),(75341,8371,'thwma_order_shipping_status','wc-pending'),(75342,8372,'thwma_order_shipping_status','wc-pending'),(75343,8373,'thwma_order_shipping_status','wc-pending'),(75344,8374,'thwma_order_shipping_status','wc-pending'),(75345,8375,'thwma_order_shipping_status','wc-pending'),(75346,8377,'thwma_order_shipping_status','wc-pending'),(75347,8378,'thwma_order_shipping_status','wc-pending'),(75348,8379,'thwma_order_shipping_status','wc-pending'),(75349,8380,'thwma_order_shipping_status','wc-pending'),(75350,8381,'thwma_order_shipping_status','wc-pending'),(75402,8402,'_product_id','45'),(75403,8402,'_variation_id','0'),(75404,8402,'_qty','1'),(75405,8402,'_tax_class',''),(75406,8402,'_line_subtotal','42.24'),(75407,8402,'_line_subtotal_tax','0'),(75408,8402,'_line_total','42.24'),(75409,8402,'_line_tax','0'),(75410,8402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75411,8403,'_product_id','41'),(75412,8403,'_variation_id','0'),(75413,8403,'_qty','1'),(75414,8403,'_tax_class',''),(75415,8403,'_line_subtotal','66.48'),(75416,8403,'_line_subtotal_tax','0'),(75417,8403,'_line_total','66.48'),(75418,8403,'_line_tax','0'),(75419,8403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75420,8404,'_product_id','44'),(75421,8404,'_variation_id','0'),(75422,8404,'_qty','1'),(75423,8404,'_tax_class',''),(75424,8404,'_line_subtotal','116.16'),(75425,8404,'_line_subtotal_tax','0'),(75426,8404,'_line_total','116.16'),(75427,8404,'_line_tax','0'),(75428,8404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75429,8405,'_product_id','318'),(75430,8405,'_variation_id','0'),(75431,8405,'_qty','2'),(75432,8405,'_tax_class',''),(75433,8405,'_line_subtotal','6'),(75434,8405,'_line_subtotal_tax','0'),(75435,8405,'_line_total','6'),(75436,8405,'_line_tax','0'),(75437,8405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75438,8406,'_product_id','49'),(75439,8406,'_variation_id','0'),(75440,8406,'_qty','4'),(75441,8406,'_tax_class',''),(75442,8406,'_line_subtotal','316.8'),(75443,8406,'_line_subtotal_tax','0'),(75444,8406,'_line_total','316.8'),(75445,8406,'_line_tax','0'),(75446,8406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75447,8407,'method_id','free_shipping'),(75448,8407,'instance_id','2'),(75449,8407,'cost','0.00'),(75450,8407,'total_tax','0'),(75451,8407,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75452,8407,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Goomee 4 Pack &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(75453,8408,'_product_id','23'),(75454,8408,'_variation_id','0'),(75455,8408,'_qty','5'),(75456,8408,'_tax_class',''),(75457,8408,'_line_subtotal','342.7'),(75458,8408,'_line_subtotal_tax','0'),(75459,8408,'_line_total','342.7'),(75460,8408,'_line_tax','0'),(75461,8408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75462,8409,'_product_id','41'),(75463,8409,'_variation_id','0'),(75464,8409,'_qty','3'),(75465,8409,'_tax_class',''),(75466,8409,'_line_subtotal','199.44'),(75467,8409,'_line_subtotal_tax','0'),(75468,8409,'_line_total','199.44'),(75469,8409,'_line_tax','0'),(75470,8409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75471,8410,'_product_id','43'),(75472,8410,'_variation_id','0'),(75473,8410,'_qty','3'),(75474,8410,'_tax_class',''),(75475,8410,'_line_subtotal','237.6'),(75476,8410,'_line_subtotal_tax','0'),(75477,8410,'_line_total','237.6'),(75478,8410,'_line_tax','0'),(75479,8410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75480,8411,'_product_id','490'),(75481,8411,'_variation_id','0'),(75482,8411,'_qty','12'),(75483,8411,'_tax_class',''),(75484,8411,'_line_subtotal','235.2'),(75485,8411,'_line_subtotal_tax','0'),(75486,8411,'_line_total','235.2'),(75487,8411,'_line_tax','0'),(75488,8411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75489,8412,'_product_id','488'),(75490,8412,'_variation_id','0'),(75491,8412,'_qty','2'),(75492,8412,'_tax_class',''),(75493,8412,'_line_subtotal','62.7'),(75494,8412,'_line_subtotal_tax','0'),(75495,8412,'_line_total','62.7'),(75496,8412,'_line_tax','0'),(75497,8412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75498,8413,'method_id','free_shipping'),(75499,8413,'instance_id','2'),(75500,8413,'cost','0.00'),(75501,8413,'total_tax','0'),(75502,8413,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75503,8413,'Items','Active Rinse 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 12, Bulk Detangling Spray 1 Gallon RM &times; 2'),(75504,8414,'_product_id','490'),(75505,8414,'_variation_id','0'),(75506,8414,'_qty','10'),(75507,8414,'_tax_class',''),(75508,8414,'_line_subtotal','196'),(75509,8414,'_line_subtotal_tax','0'),(75510,8414,'_line_total','196'),(75511,8414,'_line_tax','0'),(75512,8414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75513,8415,'_product_id','39'),(75514,8415,'_variation_id','0'),(75515,8415,'_qty','1'),(75516,8415,'_tax_class',''),(75517,8415,'_line_subtotal','79.2'),(75518,8415,'_line_subtotal_tax','0'),(75519,8415,'_line_total','79.2'),(75520,8415,'_line_tax','0'),(75521,8415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75522,8416,'_product_id','40'),(75523,8416,'_variation_id','0'),(75524,8416,'_qty','1'),(75525,8416,'_tax_class',''),(75526,8416,'_line_subtotal','79.2'),(75527,8416,'_line_subtotal_tax','0'),(75528,8416,'_line_total','79.2'),(75529,8416,'_line_tax','0'),(75530,8416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75531,8417,'_product_id','43'),(75532,8417,'_variation_id','0'),(75533,8417,'_qty','1'),(75534,8417,'_tax_class',''),(75535,8417,'_line_subtotal','79.2'),(75536,8417,'_line_subtotal_tax','0'),(75537,8417,'_line_total','79.2'),(75538,8417,'_line_tax','0'),(75539,8417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75540,8418,'_product_id','487'),(75541,8418,'_variation_id','0'),(75542,8418,'_qty','1'),(75543,8418,'_tax_class',''),(75544,8418,'_line_subtotal','31.35'),(75545,8418,'_line_subtotal_tax','0'),(75546,8418,'_line_total','31.35'),(75547,8418,'_line_tax','0'),(75548,8418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75549,8419,'_product_id','488'),(75550,8419,'_variation_id','0'),(75551,8419,'_qty','1'),(75552,8419,'_tax_class',''),(75553,8419,'_line_subtotal','31.35'),(75554,8419,'_line_subtotal_tax','0'),(75555,8419,'_line_total','31.35'),(75556,8419,'_line_tax','0'),(75557,8419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75558,8420,'_product_id','38'),(75559,8420,'_variation_id','0'),(75560,8420,'_qty','1'),(75561,8420,'_tax_class',''),(75562,8420,'_line_subtotal','165.76'),(75563,8420,'_line_subtotal_tax','0'),(75564,8420,'_line_total','165.76'),(75565,8420,'_line_tax','0'),(75566,8420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75567,8421,'_product_id','23'),(75568,8421,'_variation_id','0'),(75569,8421,'_qty','1'),(75570,8421,'_tax_class',''),(75571,8421,'_line_subtotal','68.54'),(75572,8421,'_line_subtotal_tax','0'),(75573,8421,'_line_total','68.54'),(75574,8421,'_line_tax','0'),(75575,8421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75576,8422,'_product_id','41'),(75577,8422,'_variation_id','0'),(75578,8422,'_qty','1'),(75579,8422,'_tax_class',''),(75580,8422,'_line_subtotal','66.48'),(75581,8422,'_line_subtotal_tax','0'),(75582,8422,'_line_total','66.48'),(75583,8422,'_line_tax','0'),(75584,8422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75585,8423,'method_id','free_shipping'),(75586,8423,'instance_id','2'),(75587,8423,'cost','0.00'),(75588,8423,'total_tax','0'),(75589,8423,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75590,8423,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(75591,8424,'_product_id','42'),(75592,8424,'_variation_id','0'),(75593,8424,'_qty','2'),(75594,8424,'_tax_class',''),(75595,8424,'_line_subtotal','158.4'),(75596,8424,'_line_subtotal_tax','0'),(75597,8424,'_line_total','158.4'),(75598,8424,'_line_tax','0'),(75599,8424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75600,8425,'_product_id','120'),(75601,8425,'_variation_id','0'),(75602,8425,'_qty','1'),(75603,8425,'_tax_class',''),(75604,8425,'_line_subtotal','52.8'),(75605,8425,'_line_subtotal_tax','0'),(75606,8425,'_line_total','52.8'),(75607,8425,'_line_tax','0'),(75608,8425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75609,8426,'_product_id','43'),(75610,8426,'_variation_id','0'),(75611,8426,'_qty','1'),(75612,8426,'_tax_class',''),(75613,8426,'_line_subtotal','79.2'),(75614,8426,'_line_subtotal_tax','0'),(75615,8426,'_line_total','79.2'),(75616,8426,'_line_tax','0'),(75617,8426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75618,8427,'_product_id','487'),(75619,8427,'_variation_id','0'),(75620,8427,'_qty','1'),(75621,8427,'_tax_class',''),(75622,8427,'_line_subtotal','31.35'),(75623,8427,'_line_subtotal_tax','0'),(75624,8427,'_line_total','31.35'),(75625,8427,'_line_tax','0'),(75626,8427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75627,8428,'_product_id','23'),(75628,8428,'_variation_id','0'),(75629,8428,'_qty','1'),(75630,8428,'_tax_class',''),(75631,8428,'_line_subtotal','68.54'),(75632,8428,'_line_subtotal_tax','0'),(75633,8428,'_line_total','68.54'),(75634,8428,'_line_tax','0'),(75635,8428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75636,8429,'_product_id','38'),(75637,8429,'_variation_id','0'),(75638,8429,'_qty','2'),(75639,8429,'_tax_class',''),(75640,8429,'_line_subtotal','331.52'),(75641,8429,'_line_subtotal_tax','0'),(75642,8429,'_line_total','331.52'),(75643,8429,'_line_tax','0'),(75644,8429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75645,8430,'_product_id','490'),(75646,8430,'_variation_id','0'),(75647,8430,'_qty','5'),(75648,8430,'_tax_class',''),(75649,8430,'_line_subtotal','98'),(75650,8430,'_line_subtotal_tax','0'),(75651,8430,'_line_total','98'),(75652,8430,'_line_tax','0'),(75653,8430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75654,8431,'_product_id','41'),(75655,8431,'_variation_id','0'),(75656,8431,'_qty','3'),(75657,8431,'_tax_class',''),(75658,8431,'_line_subtotal','199.44'),(75659,8431,'_line_subtotal_tax','0'),(75660,8431,'_line_total','199.44'),(75661,8431,'_line_tax','0'),(75662,8431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75663,8432,'method_id','free_shipping'),(75664,8432,'instance_id','2'),(75665,8432,'cost','0.00'),(75666,8432,'total_tax','0'),(75667,8432,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75668,8432,'Items','Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 5, Professional Lice Comb(Case of 12) &times; 3'),(75669,8433,'_product_id','42'),(75670,8433,'_variation_id','0'),(75671,8433,'_qty','1'),(75672,8433,'_tax_class',''),(75673,8433,'_line_subtotal','79.2'),(75674,8433,'_line_subtotal_tax','0'),(75675,8433,'_line_total','79.2'),(75676,8433,'_line_tax','0'),(75677,8433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75678,8434,'_product_id','487'),(75679,8434,'_variation_id','0'),(75680,8434,'_qty','1'),(75681,8434,'_tax_class',''),(75682,8434,'_line_subtotal','31.35'),(75683,8434,'_line_subtotal_tax','0'),(75684,8434,'_line_total','31.35'),(75685,8434,'_line_tax','0'),(75686,8434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75687,8435,'_product_id','120'),(75688,8435,'_variation_id','0'),(75689,8435,'_qty','1'),(75690,8435,'_tax_class',''),(75691,8435,'_line_subtotal','52.8'),(75692,8435,'_line_subtotal_tax','0'),(75693,8435,'_line_total','52.8'),(75694,8435,'_line_tax','0'),(75695,8435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75696,8436,'_product_id','43'),(75697,8436,'_variation_id','0'),(75698,8436,'_qty','1'),(75699,8436,'_tax_class',''),(75700,8436,'_line_subtotal','79.2'),(75701,8436,'_line_subtotal_tax','0'),(75702,8436,'_line_total','79.2'),(75703,8436,'_line_tax','0'),(75704,8436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75705,8437,'_product_id','49'),(75706,8437,'_variation_id','0'),(75707,8437,'_qty','1'),(75708,8437,'_tax_class',''),(75709,8437,'_line_subtotal','79.2'),(75710,8437,'_line_subtotal_tax','0'),(75711,8437,'_line_total','79.2'),(75712,8437,'_line_tax','0'),(75713,8437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75714,8438,'_product_id','23'),(75715,8438,'_variation_id','0'),(75716,8438,'_qty','1'),(75717,8438,'_tax_class',''),(75718,8438,'_line_subtotal','68.54'),(75719,8438,'_line_subtotal_tax','0'),(75720,8438,'_line_total','68.54'),(75721,8438,'_line_tax','0'),(75722,8438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75723,8439,'_product_id','38'),(75724,8439,'_variation_id','0'),(75725,8439,'_qty','1'),(75726,8439,'_tax_class',''),(75727,8439,'_line_subtotal','165.76'),(75728,8439,'_line_subtotal_tax','0'),(75729,8439,'_line_total','165.76'),(75730,8439,'_line_tax','0'),(75731,8439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75732,8440,'_product_id','41'),(75733,8440,'_variation_id','0'),(75734,8440,'_qty','1'),(75735,8440,'_tax_class',''),(75736,8440,'_line_subtotal','66.48'),(75737,8440,'_line_subtotal_tax','0'),(75738,8440,'_line_total','66.48'),(75739,8440,'_line_tax','0'),(75740,8440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75741,8441,'_product_id','45'),(75742,8441,'_variation_id','0'),(75743,8441,'_qty','2'),(75744,8441,'_tax_class',''),(75745,8441,'_line_subtotal','84.48'),(75746,8441,'_line_subtotal_tax','0'),(75747,8441,'_line_total','84.48'),(75748,8441,'_line_tax','0'),(75749,8441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75750,8442,'_product_id','490'),(75751,8442,'_variation_id','0'),(75752,8442,'_qty','15'),(75753,8442,'_tax_class',''),(75754,8442,'_line_subtotal','294'),(75755,8442,'_line_subtotal_tax','0'),(75756,8442,'_line_total','294'),(75757,8442,'_line_tax','0'),(75758,8442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75759,8443,'method_id','free_shipping'),(75760,8443,'instance_id','2'),(75761,8443,'cost','0.00'),(75762,8443,'total_tax','0'),(75763,8443,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75764,8443,'Items','Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 15'),(75765,8444,'_product_id','23'),(75766,8444,'_variation_id','0'),(75767,8444,'_qty','3'),(75768,8444,'_tax_class',''),(75769,8444,'_line_subtotal','205.62'),(75770,8444,'_line_subtotal_tax','0'),(75771,8444,'_line_total','205.62'),(75772,8444,'_line_tax','0'),(75773,8444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75774,8445,'_product_id','38'),(75775,8445,'_variation_id','0'),(75776,8445,'_qty','2'),(75777,8445,'_tax_class',''),(75778,8445,'_line_subtotal','331.52'),(75779,8445,'_line_subtotal_tax','0'),(75780,8445,'_line_total','331.52'),(75781,8445,'_line_tax','0'),(75782,8445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75783,8446,'_product_id','490'),(75784,8446,'_variation_id','0'),(75785,8446,'_qty','10'),(75786,8446,'_tax_class',''),(75787,8446,'_line_subtotal','196'),(75788,8446,'_line_subtotal_tax','0'),(75789,8446,'_line_total','196'),(75790,8446,'_line_tax','0'),(75791,8446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75792,8447,'_product_id','131'),(75793,8447,'_variation_id','0'),(75794,8447,'_qty','2'),(75795,8447,'_tax_class',''),(75796,8447,'_line_subtotal','25.3'),(75797,8447,'_line_subtotal_tax','0'),(75798,8447,'_line_total','25.3'),(75799,8447,'_line_tax','0'),(75800,8447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75801,8448,'_product_id','41'),(75802,8448,'_variation_id','0'),(75803,8448,'_qty','3'),(75804,8448,'_tax_class',''),(75805,8448,'_line_subtotal','199.44'),(75806,8448,'_line_subtotal_tax','0'),(75807,8448,'_line_total','199.44'),(75808,8448,'_line_tax','0'),(75809,8448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75810,8449,'_product_id','488'),(75811,8449,'_variation_id','0'),(75812,8449,'_qty','1'),(75813,8449,'_tax_class',''),(75814,8449,'_line_subtotal','31.35'),(75815,8449,'_line_subtotal_tax','0'),(75816,8449,'_line_total','31.35'),(75817,8449,'_line_tax','0'),(75818,8449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75819,8450,'_product_id','133'),(75820,8450,'_variation_id','0'),(75821,8450,'_qty','2'),(75822,8450,'_tax_class',''),(75823,8450,'_line_subtotal','28.6'),(75824,8450,'_line_subtotal_tax','0'),(75825,8450,'_line_total','28.6'),(75826,8450,'_line_tax','0'),(75827,8450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75828,8451,'_product_id','43'),(75829,8451,'_variation_id','0'),(75830,8451,'_qty','2'),(75831,8451,'_tax_class',''),(75832,8451,'_line_subtotal','158.4'),(75833,8451,'_line_subtotal_tax','0'),(75834,8451,'_line_total','158.4'),(75835,8451,'_line_tax','0'),(75836,8451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75837,8452,'_product_id','49'),(75838,8452,'_variation_id','0'),(75839,8452,'_qty','1'),(75840,8452,'_tax_class',''),(75841,8452,'_line_subtotal','79.2'),(75842,8452,'_line_subtotal_tax','0'),(75843,8452,'_line_total','79.2'),(75844,8452,'_line_tax','0'),(75845,8452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75846,8453,'method_id','free_shipping'),(75847,8453,'instance_id','2'),(75848,8453,'cost','0.00'),(75849,8453,'total_tax','0'),(75850,8453,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75851,8453,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(75852,8454,'_product_id','23'),(75853,8454,'_variation_id','0'),(75854,8454,'_qty','2'),(75855,8454,'_tax_class',''),(75856,8454,'_line_subtotal','137.08'),(75857,8454,'_line_subtotal_tax','0'),(75858,8454,'_line_total','137.08'),(75859,8454,'_line_tax','0'),(75860,8454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75861,8455,'_product_id','43'),(75862,8455,'_variation_id','0'),(75863,8455,'_qty','1'),(75864,8455,'_tax_class',''),(75865,8455,'_line_subtotal','79.2'),(75866,8455,'_line_subtotal_tax','0'),(75867,8455,'_line_total','79.2'),(75868,8455,'_line_tax','0'),(75869,8455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75870,8456,'_product_id','49'),(75871,8456,'_variation_id','0'),(75872,8456,'_qty','2'),(75873,8456,'_tax_class',''),(75874,8456,'_line_subtotal','158.4'),(75875,8456,'_line_subtotal_tax','0'),(75876,8456,'_line_total','158.4'),(75877,8456,'_line_tax','0'),(75878,8456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75879,8457,'_product_id','93'),(75880,8457,'_variation_id','0'),(75881,8457,'_qty','10'),(75882,8457,'_tax_class',''),(75883,8457,'_line_subtotal','0'),(75884,8457,'_line_subtotal_tax','0'),(75885,8457,'_line_total','0'),(75886,8457,'_line_tax','0'),(75887,8457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75888,8458,'_product_id','118'),(75889,8458,'_variation_id','0'),(75890,8458,'_qty','1'),(75891,8458,'_tax_class',''),(75892,8458,'_line_subtotal','184.8'),(75893,8458,'_line_subtotal_tax','0'),(75894,8458,'_line_total','184.8'),(75895,8458,'_line_tax','0'),(75896,8458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75897,8459,'_product_id','45'),(75898,8459,'_variation_id','0'),(75899,8459,'_qty','1'),(75900,8459,'_tax_class',''),(75901,8459,'_line_subtotal','42.24'),(75902,8459,'_line_subtotal_tax','0'),(75903,8459,'_line_total','42.24'),(75904,8459,'_line_tax','0'),(75905,8459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75906,8460,'method_id','free_shipping'),(75907,8460,'instance_id','2'),(75908,8460,'cost','0.00'),(75909,8460,'total_tax','0'),(75910,8460,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(75911,8460,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 10, Urgent Care & Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(75912,8461,'_product_id','490'),(75913,8461,'_variation_id','0'),(75914,8461,'_qty','10'),(75915,8461,'_tax_class',''),(75916,8461,'_line_subtotal','196'),(75917,8461,'_line_subtotal_tax','0'),(75918,8461,'_line_total','196'),(75919,8461,'_line_tax','0'),(75920,8461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75921,8462,'_product_id','487'),(75922,8462,'_variation_id','0'),(75923,8462,'_qty','2'),(75924,8462,'_tax_class',''),(75925,8462,'_line_subtotal','62.7'),(75926,8462,'_line_subtotal_tax','0'),(75927,8462,'_line_total','62.7'),(75928,8462,'_line_tax','0'),(75929,8462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75930,8463,'_product_id','116'),(75931,8463,'_variation_id','0'),(75932,8463,'_qty','1'),(75933,8463,'_tax_class',''),(75934,8463,'_line_subtotal','145.44'),(75935,8463,'_line_subtotal_tax','0'),(75936,8463,'_line_total','145.44'),(75937,8463,'_line_tax','0'),(75938,8463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75939,8464,'_product_id','23'),(75940,8464,'_variation_id','0'),(75941,8464,'_qty','1'),(75942,8464,'_tax_class',''),(75943,8464,'_line_subtotal','68.54'),(75944,8464,'_line_subtotal_tax','0'),(75945,8464,'_line_total','68.54'),(75946,8464,'_line_tax','0'),(75947,8464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75948,8465,'_product_id','38'),(75949,8465,'_variation_id','0'),(75950,8465,'_qty','1'),(75951,8465,'_tax_class',''),(75952,8465,'_line_subtotal','165.76'),(75953,8465,'_line_subtotal_tax','0'),(75954,8465,'_line_total','165.76'),(75955,8465,'_line_tax','0'),(75956,8465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75957,8466,'_product_id','45'),(75958,8466,'_variation_id','0'),(75959,8466,'_qty','1'),(75960,8466,'_tax_class',''),(75961,8466,'_line_subtotal','42.24'),(75962,8466,'_line_subtotal_tax','0'),(75963,8466,'_line_total','42.24'),(75964,8466,'_line_tax','0'),(75965,8466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75966,8467,'_product_id','488'),(75967,8467,'_variation_id','0'),(75968,8467,'_qty','1'),(75969,8467,'_tax_class',''),(75970,8467,'_line_subtotal','31.35'),(75971,8467,'_line_subtotal_tax','0'),(75972,8467,'_line_total','31.35'),(75973,8467,'_line_tax','0'),(75974,8467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75975,8468,'_product_id','51'),(75976,8468,'_variation_id','0'),(75977,8468,'_qty','1'),(75978,8468,'_tax_class',''),(75979,8468,'_line_subtotal','147.84'),(75980,8468,'_line_subtotal_tax','0'),(75981,8468,'_line_total','147.84'),(75982,8468,'_line_tax','0'),(75983,8468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75984,8469,'_product_id','42'),(75985,8469,'_variation_id','0'),(75986,8469,'_qty','1'),(75987,8469,'_tax_class',''),(75988,8469,'_line_subtotal','79.2'),(75989,8469,'_line_subtotal_tax','0'),(75990,8469,'_line_total','79.2'),(75991,8469,'_line_tax','0'),(75992,8469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(75993,8470,'_product_id','43'),(75994,8470,'_variation_id','0'),(75995,8470,'_qty','1'),(75996,8470,'_tax_class',''),(75997,8470,'_line_subtotal','79.2'),(75998,8470,'_line_subtotal_tax','0'),(75999,8470,'_line_total','79.2'),(76000,8470,'_line_tax','0'),(76001,8470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76002,8471,'_product_id','49'),(76003,8471,'_variation_id','0'),(76004,8471,'_qty','1'),(76005,8471,'_tax_class',''),(76006,8471,'_line_subtotal','79.2'),(76007,8471,'_line_subtotal_tax','0'),(76008,8471,'_line_total','79.2'),(76009,8471,'_line_tax','0'),(76010,8471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76011,8472,'method_id','free_shipping'),(76012,8472,'instance_id','2'),(76013,8472,'cost','0.00'),(76014,8472,'total_tax','0'),(76015,8472,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76016,8472,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Urgent Care Kit(Case of 6) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(76017,8473,'_product_id','23'),(76018,8473,'_variation_id','0'),(76019,8473,'_qty','1'),(76020,8473,'_tax_class',''),(76021,8473,'_line_subtotal','68.54'),(76022,8473,'_line_subtotal_tax','0'),(76023,8473,'_line_total','68.54'),(76024,8473,'_line_tax','0'),(76025,8473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76026,8474,'_product_id','38'),(76027,8474,'_variation_id','0'),(76028,8474,'_qty','1'),(76029,8474,'_tax_class',''),(76030,8474,'_line_subtotal','165.76'),(76031,8474,'_line_subtotal_tax','0'),(76032,8474,'_line_total','165.76'),(76033,8474,'_line_tax','0'),(76034,8474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76035,8475,'_product_id','42'),(76036,8475,'_variation_id','0'),(76037,8475,'_qty','1'),(76038,8475,'_tax_class',''),(76039,8475,'_line_subtotal','79.2'),(76040,8475,'_line_subtotal_tax','0'),(76041,8475,'_line_total','79.2'),(76042,8475,'_line_tax','0'),(76043,8475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76044,8476,'_product_id','45'),(76045,8476,'_variation_id','0'),(76046,8476,'_qty','1'),(76047,8476,'_tax_class',''),(76048,8476,'_line_subtotal','42.24'),(76049,8476,'_line_subtotal_tax','0'),(76050,8476,'_line_total','42.24'),(76051,8476,'_line_tax','0'),(76052,8476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76053,8477,'_product_id','41'),(76054,8477,'_variation_id','0'),(76055,8477,'_qty','2'),(76056,8477,'_tax_class',''),(76057,8477,'_line_subtotal','132.96'),(76058,8477,'_line_subtotal_tax','0'),(76059,8477,'_line_total','132.96'),(76060,8477,'_line_tax','0'),(76061,8477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76062,8478,'_product_id','118'),(76063,8478,'_variation_id','0'),(76064,8478,'_qty','1'),(76065,8478,'_tax_class',''),(76066,8478,'_line_subtotal','184.8'),(76067,8478,'_line_subtotal_tax','0'),(76068,8478,'_line_total','184.8'),(76069,8478,'_line_tax','0'),(76070,8478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76071,8479,'_product_id','51'),(76072,8479,'_variation_id','0'),(76073,8479,'_qty','1'),(76074,8479,'_tax_class',''),(76075,8479,'_line_subtotal','147.84'),(76076,8479,'_line_subtotal_tax','0'),(76077,8479,'_line_total','147.84'),(76078,8479,'_line_tax','0'),(76079,8479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76080,8480,'_product_id','39'),(76081,8480,'_variation_id','0'),(76082,8480,'_qty','1'),(76083,8480,'_tax_class',''),(76084,8480,'_line_subtotal','79.2'),(76085,8480,'_line_subtotal_tax','0'),(76086,8480,'_line_total','79.2'),(76087,8480,'_line_tax','0'),(76088,8480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76089,8481,'_product_id','40'),(76090,8481,'_variation_id','0'),(76091,8481,'_qty','1'),(76092,8481,'_tax_class',''),(76093,8481,'_line_subtotal','79.2'),(76094,8481,'_line_subtotal_tax','0'),(76095,8481,'_line_total','79.2'),(76096,8481,'_line_tax','0'),(76097,8481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76098,8482,'_product_id','43'),(76099,8482,'_variation_id','0'),(76100,8482,'_qty','1'),(76101,8482,'_tax_class',''),(76102,8482,'_line_subtotal','79.2'),(76103,8482,'_line_subtotal_tax','0'),(76104,8482,'_line_total','79.2'),(76105,8482,'_line_tax','0'),(76106,8482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76107,8483,'_product_id','49'),(76108,8483,'_variation_id','0'),(76109,8483,'_qty','1'),(76110,8483,'_tax_class',''),(76111,8483,'_line_subtotal','79.2'),(76112,8483,'_line_subtotal_tax','0'),(76113,8483,'_line_total','79.2'),(76114,8483,'_line_tax','0'),(76115,8483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76116,8484,'_product_id','44'),(76117,8484,'_variation_id','0'),(76118,8484,'_qty','1'),(76119,8484,'_tax_class',''),(76120,8484,'_line_subtotal','116.16'),(76121,8484,'_line_subtotal_tax','0'),(76122,8484,'_line_total','116.16'),(76123,8484,'_line_tax','0'),(76124,8484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76125,8485,'_product_id','490'),(76126,8485,'_variation_id','0'),(76127,8485,'_qty','10'),(76128,8485,'_tax_class',''),(76129,8485,'_line_subtotal','196'),(76130,8485,'_line_subtotal_tax','0'),(76131,8485,'_line_total','196'),(76132,8485,'_line_tax','0'),(76133,8485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76134,8486,'_product_id','488'),(76135,8486,'_variation_id','0'),(76136,8486,'_qty','1'),(76137,8486,'_tax_class',''),(76138,8486,'_line_subtotal','31.35'),(76139,8486,'_line_subtotal_tax','0'),(76140,8486,'_line_total','31.35'),(76141,8486,'_line_tax','0'),(76142,8486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76143,8487,'_product_id','487'),(76144,8487,'_variation_id','0'),(76145,8487,'_qty','1'),(76146,8487,'_tax_class',''),(76147,8487,'_line_subtotal','31.35'),(76148,8487,'_line_subtotal_tax','0'),(76149,8487,'_line_total','31.35'),(76150,8487,'_line_tax','0'),(76151,8487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76152,8488,'method_id','free_shipping'),(76153,8488,'instance_id','2'),(76154,8488,'cost','0.00'),(76155,8488,'total_tax','0'),(76156,8488,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76157,8488,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(76158,8444,'thwma_order_shipping_status','wc-pending'),(76159,8445,'thwma_order_shipping_status','wc-pending'),(76160,8446,'thwma_order_shipping_status','wc-pending'),(76161,8447,'thwma_order_shipping_status','wc-pending'),(76162,8448,'thwma_order_shipping_status','wc-pending'),(76163,8449,'thwma_order_shipping_status','wc-pending'),(76164,8450,'thwma_order_shipping_status','wc-pending'),(76165,8451,'thwma_order_shipping_status','wc-pending'),(76166,8452,'thwma_order_shipping_status','wc-pending'),(76167,8489,'_product_id','487'),(76168,8489,'_variation_id','0'),(76169,8489,'_qty','1'),(76170,8489,'_tax_class',''),(76171,8489,'_line_subtotal','31.35'),(76172,8489,'_line_subtotal_tax','0'),(76173,8489,'_line_total','31.35'),(76174,8489,'_line_tax','0'),(76175,8489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76176,8490,'_product_id','488'),(76177,8490,'_variation_id','0'),(76178,8490,'_qty','1'),(76179,8490,'_tax_class',''),(76180,8490,'_line_subtotal','31.35'),(76181,8490,'_line_subtotal_tax','0'),(76182,8490,'_line_total','31.35'),(76183,8490,'_line_tax','0'),(76184,8490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76185,8491,'_product_id','490'),(76186,8491,'_variation_id','0'),(76187,8491,'_qty','10'),(76188,8491,'_tax_class',''),(76189,8491,'_line_subtotal','196'),(76190,8491,'_line_subtotal_tax','0'),(76191,8491,'_line_total','196'),(76192,8491,'_line_tax','0'),(76193,8491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76194,8492,'_product_id','43'),(76195,8492,'_variation_id','0'),(76196,8492,'_qty','1'),(76197,8492,'_tax_class',''),(76198,8492,'_line_subtotal','79.2'),(76199,8492,'_line_subtotal_tax','0'),(76200,8492,'_line_total','79.2'),(76201,8492,'_line_tax','0'),(76202,8492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76203,8493,'_product_id','38'),(76204,8493,'_variation_id','0'),(76205,8493,'_qty','1'),(76206,8493,'_tax_class',''),(76207,8493,'_line_subtotal','165.76'),(76208,8493,'_line_subtotal_tax','0'),(76209,8493,'_line_total','165.76'),(76210,8493,'_line_tax','0'),(76211,8493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76212,8494,'method_id','free_shipping'),(76213,8494,'instance_id','2'),(76214,8494,'cost','0.00'),(76215,8494,'total_tax','0'),(76216,8494,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76217,8494,'Items','Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(76218,8473,'thwma_order_shipping_status','wc-pending'),(76219,8474,'thwma_order_shipping_status','wc-pending'),(76220,8475,'thwma_order_shipping_status','wc-pending'),(76221,8476,'thwma_order_shipping_status','wc-pending'),(76222,8477,'thwma_order_shipping_status','wc-pending'),(76223,8478,'thwma_order_shipping_status','wc-pending'),(76224,8479,'thwma_order_shipping_status','wc-pending'),(76225,8480,'thwma_order_shipping_status','wc-pending'),(76226,8481,'thwma_order_shipping_status','wc-pending'),(76227,8482,'thwma_order_shipping_status','wc-pending'),(76228,8483,'thwma_order_shipping_status','wc-pending'),(76229,8484,'thwma_order_shipping_status','wc-pending'),(76230,8485,'thwma_order_shipping_status','wc-pending'),(76231,8486,'thwma_order_shipping_status','wc-pending'),(76232,8487,'thwma_order_shipping_status','wc-pending'),(76233,8489,'thwma_order_shipping_status','wc-pending'),(76234,8490,'thwma_order_shipping_status','wc-pending'),(76235,8491,'thwma_order_shipping_status','wc-pending'),(76236,8492,'thwma_order_shipping_status','wc-pending'),(76237,8493,'thwma_order_shipping_status','wc-pending'),(76238,8495,'_product_id','39'),(76239,8495,'_variation_id','0'),(76240,8495,'_qty','1'),(76241,8495,'_tax_class',''),(76242,8495,'_line_subtotal','79.2'),(76243,8495,'_line_subtotal_tax','0'),(76244,8495,'_line_total','79.2'),(76245,8495,'_line_tax','0'),(76246,8495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76247,8496,'_product_id','40'),(76248,8496,'_variation_id','0'),(76249,8496,'_qty','1'),(76250,8496,'_tax_class',''),(76251,8496,'_line_subtotal','79.2'),(76252,8496,'_line_subtotal_tax','0'),(76253,8496,'_line_total','79.2'),(76254,8496,'_line_tax','0'),(76255,8496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76256,8497,'_product_id','43'),(76257,8497,'_variation_id','0'),(76258,8497,'_qty','1'),(76259,8497,'_tax_class',''),(76260,8497,'_line_subtotal','79.2'),(76261,8497,'_line_subtotal_tax','0'),(76262,8497,'_line_total','79.2'),(76263,8497,'_line_tax','0'),(76264,8497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76265,8498,'_product_id','93'),(76266,8498,'_variation_id','0'),(76267,8498,'_qty','10'),(76268,8498,'_tax_class',''),(76269,8498,'_line_subtotal','0'),(76270,8498,'_line_subtotal_tax','0'),(76271,8498,'_line_total','0'),(76272,8498,'_line_tax','0'),(76273,8498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76274,8499,'_product_id','41'),(76275,8499,'_variation_id','0'),(76276,8499,'_qty','1'),(76277,8499,'_tax_class',''),(76278,8499,'_line_subtotal','66.48'),(76279,8499,'_line_subtotal_tax','0'),(76280,8499,'_line_total','66.48'),(76281,8499,'_line_tax','0'),(76282,8499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76283,8500,'_product_id','38'),(76284,8500,'_variation_id','0'),(76285,8500,'_qty','1'),(76286,8500,'_tax_class',''),(76287,8500,'_line_subtotal','165.76'),(76288,8500,'_line_subtotal_tax','0'),(76289,8500,'_line_total','165.76'),(76290,8500,'_line_tax','0'),(76291,8500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76292,8501,'_product_id','23'),(76293,8501,'_variation_id','0'),(76294,8501,'_qty','1'),(76295,8501,'_tax_class',''),(76296,8501,'_line_subtotal','68.54'),(76297,8501,'_line_subtotal_tax','0'),(76298,8501,'_line_total','68.54'),(76299,8501,'_line_tax','0'),(76300,8501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76301,8502,'method_id','free_shipping'),(76302,8502,'instance_id','2'),(76303,8502,'cost','0.00'),(76304,8502,'total_tax','0'),(76305,8502,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76306,8502,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(76307,8402,'thwma_order_shipping_status','wc-pending'),(76308,8403,'thwma_order_shipping_status','wc-pending'),(76309,8404,'thwma_order_shipping_status','wc-pending'),(76310,8405,'thwma_order_shipping_status','wc-pending'),(76311,8406,'thwma_order_shipping_status','wc-pending'),(76312,8408,'thwma_order_shipping_status','wc-pending'),(76313,8409,'thwma_order_shipping_status','wc-pending'),(76314,8410,'thwma_order_shipping_status','wc-pending'),(76315,8411,'thwma_order_shipping_status','wc-pending'),(76316,8412,'thwma_order_shipping_status','wc-pending'),(76317,8414,'thwma_order_shipping_status','wc-pending'),(76318,8415,'thwma_order_shipping_status','wc-pending'),(76319,8416,'thwma_order_shipping_status','wc-pending'),(76320,8417,'thwma_order_shipping_status','wc-pending'),(76321,8418,'thwma_order_shipping_status','wc-pending'),(76322,8419,'thwma_order_shipping_status','wc-pending'),(76323,8420,'thwma_order_shipping_status','wc-pending'),(76324,8421,'thwma_order_shipping_status','wc-pending'),(76325,8422,'thwma_order_shipping_status','wc-pending'),(76326,8424,'thwma_order_shipping_status','wc-pending'),(76327,8425,'thwma_order_shipping_status','wc-pending'),(76328,8426,'thwma_order_shipping_status','wc-pending'),(76329,8427,'thwma_order_shipping_status','wc-pending'),(76330,8428,'thwma_order_shipping_status','wc-pending'),(76331,8429,'thwma_order_shipping_status','wc-pending'),(76332,8430,'thwma_order_shipping_status','wc-pending'),(76333,8431,'thwma_order_shipping_status','wc-pending'),(76334,8433,'thwma_order_shipping_status','wc-pending'),(76335,8434,'thwma_order_shipping_status','wc-pending'),(76336,8435,'thwma_order_shipping_status','wc-pending'),(76337,8436,'thwma_order_shipping_status','wc-pending'),(76338,8437,'thwma_order_shipping_status','wc-pending'),(76339,8438,'thwma_order_shipping_status','wc-pending'),(76340,8439,'thwma_order_shipping_status','wc-pending'),(76341,8440,'thwma_order_shipping_status','wc-pending'),(76342,8441,'thwma_order_shipping_status','wc-pending'),(76343,8442,'thwma_order_shipping_status','wc-pending'),(76344,8454,'thwma_order_shipping_status','wc-pending'),(76345,8455,'thwma_order_shipping_status','wc-pending'),(76346,8456,'thwma_order_shipping_status','wc-pending'),(76347,8457,'thwma_order_shipping_status','wc-pending'),(76348,8458,'thwma_order_shipping_status','wc-pending'),(76349,8459,'thwma_order_shipping_status','wc-pending'),(76350,8461,'thwma_order_shipping_status','wc-pending'),(76351,8462,'thwma_order_shipping_status','wc-pending'),(76352,8463,'thwma_order_shipping_status','wc-pending'),(76353,8464,'thwma_order_shipping_status','wc-pending'),(76354,8465,'thwma_order_shipping_status','wc-pending'),(76355,8466,'thwma_order_shipping_status','wc-pending'),(76356,8467,'thwma_order_shipping_status','wc-pending'),(76357,8468,'thwma_order_shipping_status','wc-pending'),(76358,8469,'thwma_order_shipping_status','wc-pending'),(76359,8470,'thwma_order_shipping_status','wc-pending'),(76360,8471,'thwma_order_shipping_status','wc-pending'),(76361,8503,'_product_id','23'),(76362,8503,'_variation_id','0'),(76363,8503,'_qty','2'),(76364,8503,'_tax_class',''),(76365,8503,'_line_subtotal','137.08'),(76366,8503,'_line_subtotal_tax','0'),(76367,8503,'_line_total','137.08'),(76368,8503,'_line_tax','0'),(76369,8503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76370,8504,'_product_id','42'),(76371,8504,'_variation_id','0'),(76372,8504,'_qty','1'),(76373,8504,'_tax_class',''),(76374,8504,'_line_subtotal','79.2'),(76375,8504,'_line_subtotal_tax','0'),(76376,8504,'_line_total','79.2'),(76377,8504,'_line_tax','0'),(76378,8504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76379,8505,'_product_id','45'),(76380,8505,'_variation_id','0'),(76381,8505,'_qty','1'),(76382,8505,'_tax_class',''),(76383,8505,'_line_subtotal','42.24'),(76384,8505,'_line_subtotal_tax','0'),(76385,8505,'_line_total','42.24'),(76386,8505,'_line_tax','0'),(76387,8505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76388,8506,'_product_id','41'),(76389,8506,'_variation_id','0'),(76390,8506,'_qty','4'),(76391,8506,'_tax_class',''),(76392,8506,'_line_subtotal','265.92'),(76393,8506,'_line_subtotal_tax','0'),(76394,8506,'_line_total','265.92'),(76395,8506,'_line_tax','0'),(76396,8506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76397,8507,'_product_id','51'),(76398,8507,'_variation_id','0'),(76399,8507,'_qty','1'),(76400,8507,'_tax_class',''),(76401,8507,'_line_subtotal','147.84'),(76402,8507,'_line_subtotal_tax','0'),(76403,8507,'_line_total','147.84'),(76404,8507,'_line_tax','0'),(76405,8507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76406,8508,'_product_id','49'),(76407,8508,'_variation_id','0'),(76408,8508,'_qty','2'),(76409,8508,'_tax_class',''),(76410,8508,'_line_subtotal','158.4'),(76411,8508,'_line_subtotal_tax','0'),(76412,8508,'_line_total','158.4'),(76413,8508,'_line_tax','0'),(76414,8508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76415,8509,'_product_id','490'),(76416,8509,'_variation_id','0'),(76417,8509,'_qty','8'),(76418,8509,'_tax_class',''),(76419,8509,'_line_subtotal','156.8'),(76420,8509,'_line_subtotal_tax','0'),(76421,8509,'_line_total','156.8'),(76422,8509,'_line_tax','0'),(76423,8509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76424,8510,'_product_id','487'),(76425,8510,'_variation_id','0'),(76426,8510,'_qty','2'),(76427,8510,'_tax_class',''),(76428,8510,'_line_subtotal','62.7'),(76429,8510,'_line_subtotal_tax','0'),(76430,8510,'_line_total','62.7'),(76431,8510,'_line_tax','0'),(76432,8510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76433,8511,'method_id','free_shipping'),(76434,8511,'instance_id','2'),(76435,8511,'cost','0.00'),(76436,8511,'total_tax','0'),(76437,8511,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76438,8511,'Items','Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Mousse 1 Gallon RM &times; 2'),(76439,8512,'_product_id','38'),(76440,8512,'_variation_id','0'),(76441,8512,'_qty','1'),(76442,8512,'_tax_class',''),(76443,8512,'_line_subtotal','165.76'),(76444,8512,'_line_subtotal_tax','0'),(76445,8512,'_line_total','165.76'),(76446,8512,'_line_tax','0'),(76447,8512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76448,8513,'_product_id','23'),(76449,8513,'_variation_id','0'),(76450,8513,'_qty','2'),(76451,8513,'_tax_class',''),(76452,8513,'_line_subtotal','137.08'),(76453,8513,'_line_subtotal_tax','0'),(76454,8513,'_line_total','137.08'),(76455,8513,'_line_tax','0'),(76456,8513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76457,8514,'_product_id','51'),(76458,8514,'_variation_id','0'),(76459,8514,'_qty','2'),(76460,8514,'_tax_class',''),(76461,8514,'_line_subtotal','295.68'),(76462,8514,'_line_subtotal_tax','0'),(76463,8514,'_line_total','295.68'),(76464,8514,'_line_tax','0'),(76465,8514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76466,8515,'_product_id','120'),(76467,8515,'_variation_id','0'),(76468,8515,'_qty','1'),(76469,8515,'_tax_class',''),(76470,8515,'_line_subtotal','52.8'),(76471,8515,'_line_subtotal_tax','0'),(76472,8515,'_line_total','52.8'),(76473,8515,'_line_tax','0'),(76474,8515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76475,8516,'_product_id','43'),(76476,8516,'_variation_id','0'),(76477,8516,'_qty','1'),(76478,8516,'_tax_class',''),(76479,8516,'_line_subtotal','79.2'),(76480,8516,'_line_subtotal_tax','0'),(76481,8516,'_line_total','79.2'),(76482,8516,'_line_tax','0'),(76483,8516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76484,8517,'_product_id','49'),(76485,8517,'_variation_id','0'),(76486,8517,'_qty','2'),(76487,8517,'_tax_class',''),(76488,8517,'_line_subtotal','158.4'),(76489,8517,'_line_subtotal_tax','0'),(76490,8517,'_line_total','158.4'),(76491,8517,'_line_tax','0'),(76492,8517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76493,8518,'_product_id','490'),(76494,8518,'_variation_id','0'),(76495,8518,'_qty','8'),(76496,8518,'_tax_class',''),(76497,8518,'_line_subtotal','156.8'),(76498,8518,'_line_subtotal_tax','0'),(76499,8518,'_line_total','156.8'),(76500,8518,'_line_tax','0'),(76501,8518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76502,8519,'_product_id','487'),(76503,8519,'_variation_id','0'),(76504,8519,'_qty','1'),(76505,8519,'_tax_class',''),(76506,8519,'_line_subtotal','31.35'),(76507,8519,'_line_subtotal_tax','0'),(76508,8519,'_line_total','31.35'),(76509,8519,'_line_tax','0'),(76510,8519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76511,8520,'method_id','free_shipping'),(76512,8520,'instance_id','2'),(76513,8520,'cost','0.00'),(76514,8520,'total_tax','0'),(76515,8520,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76516,8520,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Mousse 1 Gallon RM &times; 1'),(76517,8521,'_product_id','137'),(76518,8521,'_variation_id','0'),(76519,8521,'_qty','20'),(76520,8521,'_tax_class',''),(76521,8521,'_line_subtotal','121'),(76522,8521,'_line_subtotal_tax','0'),(76523,8521,'_line_total','121'),(76524,8521,'_line_tax','0'),(76525,8521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76526,8522,'_product_id','138'),(76527,8522,'_variation_id','0'),(76528,8522,'_qty','20'),(76529,8522,'_tax_class',''),(76530,8522,'_line_subtotal','99'),(76531,8522,'_line_subtotal_tax','0'),(76532,8522,'_line_total','99'),(76533,8522,'_line_tax','0'),(76534,8522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76535,8523,'_product_id','318'),(76536,8523,'_variation_id','0'),(76537,8523,'_qty','20'),(76538,8523,'_tax_class',''),(76539,8523,'_line_subtotal','60'),(76540,8523,'_line_subtotal_tax','0'),(76541,8523,'_line_total','60'),(76542,8523,'_line_tax','0'),(76543,8523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76544,8524,'method_id','fedex'),(76545,8524,'instance_id','1'),(76546,8524,'cost','28.31'),(76547,8524,'total_tax','0'),(76548,8524,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76549,8524,'Package 1','17 × 14 × 10 (in) 41.5lbs × 1'),(76550,8524,'Package 2','17.5 × 12.37 × 3 (in) 18.41lbs × 1'),(76551,8495,'thwma_order_shipping_status','wc-pending'),(76552,8496,'thwma_order_shipping_status','wc-pending'),(76553,8497,'thwma_order_shipping_status','wc-pending'),(76554,8498,'thwma_order_shipping_status','wc-pending'),(76555,8499,'thwma_order_shipping_status','wc-pending'),(76556,8500,'thwma_order_shipping_status','wc-pending'),(76557,8501,'thwma_order_shipping_status','wc-pending'),(76558,8521,'thwma_order_shipping_status','wc-pending'),(76559,8522,'thwma_order_shipping_status','wc-pending'),(76560,8523,'thwma_order_shipping_status','wc-pending'),(76561,8512,'thwma_order_shipping_status','wc-pending'),(76562,8513,'thwma_order_shipping_status','wc-pending'),(76563,8514,'thwma_order_shipping_status','wc-pending'),(76564,8515,'thwma_order_shipping_status','wc-pending'),(76565,8516,'thwma_order_shipping_status','wc-pending'),(76566,8517,'thwma_order_shipping_status','wc-pending'),(76567,8518,'thwma_order_shipping_status','wc-pending'),(76568,8519,'thwma_order_shipping_status','wc-pending'),(76569,8525,'_product_id','490'),(76570,8525,'_variation_id','0'),(76571,8525,'_qty','7'),(76572,8525,'_tax_class',''),(76573,8525,'_line_subtotal','137.2'),(76574,8525,'_line_subtotal_tax','0'),(76575,8525,'_line_total','137.2'),(76576,8525,'_line_tax','0'),(76577,8525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76578,8526,'_product_id','43'),(76579,8526,'_variation_id','0'),(76580,8526,'_qty','1'),(76581,8526,'_tax_class',''),(76582,8526,'_line_subtotal','79.2'),(76583,8526,'_line_subtotal_tax','0'),(76584,8526,'_line_total','79.2'),(76585,8526,'_line_tax','0'),(76586,8526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76587,8527,'_product_id','41'),(76588,8527,'_variation_id','0'),(76589,8527,'_qty','7'),(76590,8527,'_tax_class',''),(76591,8527,'_line_subtotal','465.36'),(76592,8527,'_line_subtotal_tax','0'),(76593,8527,'_line_total','465.36'),(76594,8527,'_line_tax','0'),(76595,8527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76596,8528,'_product_id','23'),(76597,8528,'_variation_id','0'),(76598,8528,'_qty','2'),(76599,8528,'_tax_class',''),(76600,8528,'_line_subtotal','137.08'),(76601,8528,'_line_subtotal_tax','0'),(76602,8528,'_line_total','137.08'),(76603,8528,'_line_tax','0'),(76604,8528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76605,8529,'_product_id','38'),(76606,8529,'_variation_id','0'),(76607,8529,'_qty','1'),(76608,8529,'_tax_class',''),(76609,8529,'_line_subtotal','165.76'),(76610,8529,'_line_subtotal_tax','0'),(76611,8529,'_line_total','165.76'),(76612,8529,'_line_tax','0'),(76613,8529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76614,8530,'_product_id','120'),(76615,8530,'_variation_id','0'),(76616,8530,'_qty','1'),(76617,8530,'_tax_class',''),(76618,8530,'_line_subtotal','52.8'),(76619,8530,'_line_subtotal_tax','0'),(76620,8530,'_line_total','52.8'),(76621,8530,'_line_tax','0'),(76622,8530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76623,8531,'_product_id','489'),(76624,8531,'_variation_id','0'),(76625,8531,'_qty','7'),(76626,8531,'_tax_class',''),(76627,8531,'_line_subtotal','133.28'),(76628,8531,'_line_subtotal_tax','0'),(76629,8531,'_line_total','133.28'),(76630,8531,'_line_tax','0'),(76631,8531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76632,8532,'method_id','fedex'),(76633,8532,'instance_id','1'),(76634,8532,'cost','49.85'),(76635,8532,'total_tax','0'),(76636,8532,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76637,8532,'Package 1','17 × 14 × 10 (in) 39.4lbs × 1'),(76638,8532,'Package 2','17 × 14 × 10 (in) 35.9lbs × 1'),(76639,8532,'Package 3','14 × 14 × 14 (in) 19.5lbs × 1'),(76640,8533,'_product_id','23'),(76641,8533,'_variation_id','0'),(76642,8533,'_qty','2'),(76643,8533,'_tax_class',''),(76644,8533,'_line_subtotal','137.08'),(76645,8533,'_line_subtotal_tax','0'),(76646,8533,'_line_total','137.08'),(76647,8533,'_line_tax','0'),(76648,8533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76649,8534,'_product_id','38'),(76650,8534,'_variation_id','0'),(76651,8534,'_qty','1'),(76652,8534,'_tax_class',''),(76653,8534,'_line_subtotal','165.76'),(76654,8534,'_line_subtotal_tax','0'),(76655,8534,'_line_total','165.76'),(76656,8534,'_line_tax','0'),(76657,8534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76658,8535,'_product_id','41'),(76659,8535,'_variation_id','0'),(76660,8535,'_qty','2'),(76661,8535,'_tax_class',''),(76662,8535,'_line_subtotal','132.96'),(76663,8535,'_line_subtotal_tax','0'),(76664,8535,'_line_total','132.96'),(76665,8535,'_line_tax','0'),(76666,8535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76667,8536,'_product_id','43'),(76668,8536,'_variation_id','0'),(76669,8536,'_qty','2'),(76670,8536,'_tax_class',''),(76671,8536,'_line_subtotal','158.4'),(76672,8536,'_line_subtotal_tax','0'),(76673,8536,'_line_total','158.4'),(76674,8536,'_line_tax','0'),(76675,8536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76676,8537,'_product_id','44'),(76677,8537,'_variation_id','0'),(76678,8537,'_qty','1'),(76679,8537,'_tax_class',''),(76680,8537,'_line_subtotal','116.16'),(76681,8537,'_line_subtotal_tax','0'),(76682,8537,'_line_total','116.16'),(76683,8537,'_line_tax','0'),(76684,8537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76685,8538,'_product_id','490'),(76686,8538,'_variation_id','0'),(76687,8538,'_qty','10'),(76688,8538,'_tax_class',''),(76689,8538,'_line_subtotal','196'),(76690,8538,'_line_subtotal_tax','0'),(76691,8538,'_line_total','196'),(76692,8538,'_line_tax','0'),(76693,8538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76694,8539,'method_id','free_shipping'),(76695,8539,'instance_id','2'),(76696,8539,'cost','0.00'),(76697,8539,'total_tax','0'),(76698,8539,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76699,8539,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(76700,8540,'_product_id','23'),(76701,8540,'_variation_id','0'),(76702,8540,'_qty','1'),(76703,8540,'_tax_class',''),(76704,8540,'_line_subtotal','68.54'),(76705,8540,'_line_subtotal_tax','0'),(76706,8540,'_line_total','68.54'),(76707,8540,'_line_tax','0'),(76708,8540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76709,8541,'_product_id','38'),(76710,8541,'_variation_id','0'),(76711,8541,'_qty','1'),(76712,8541,'_tax_class',''),(76713,8541,'_line_subtotal','165.76'),(76714,8541,'_line_subtotal_tax','0'),(76715,8541,'_line_total','165.76'),(76716,8541,'_line_tax','0'),(76717,8541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76718,8542,'_product_id','41'),(76719,8542,'_variation_id','0'),(76720,8542,'_qty','2'),(76721,8542,'_tax_class',''),(76722,8542,'_line_subtotal','132.96'),(76723,8542,'_line_subtotal_tax','0'),(76724,8542,'_line_total','132.96'),(76725,8542,'_line_tax','0'),(76726,8542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76727,8543,'_product_id','43'),(76728,8543,'_variation_id','0'),(76729,8543,'_qty','3'),(76730,8543,'_tax_class',''),(76731,8543,'_line_subtotal','237.6'),(76732,8543,'_line_subtotal_tax','0'),(76733,8543,'_line_total','237.6'),(76734,8543,'_line_tax','0'),(76735,8543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76736,8544,'_product_id','120'),(76737,8544,'_variation_id','0'),(76738,8544,'_qty','3'),(76739,8544,'_tax_class',''),(76740,8544,'_line_subtotal','158.4'),(76741,8544,'_line_subtotal_tax','0'),(76742,8544,'_line_total','158.4'),(76743,8544,'_line_tax','0'),(76744,8544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76745,8545,'_product_id','44'),(76746,8545,'_variation_id','0'),(76747,8545,'_qty','1'),(76748,8545,'_tax_class',''),(76749,8545,'_line_subtotal','116.16'),(76750,8545,'_line_subtotal_tax','0'),(76751,8545,'_line_total','116.16'),(76752,8545,'_line_tax','0'),(76753,8545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76754,8546,'_product_id','490'),(76755,8546,'_variation_id','0'),(76756,8546,'_qty','20'),(76757,8546,'_tax_class',''),(76758,8546,'_line_subtotal','392'),(76759,8546,'_line_subtotal_tax','0'),(76760,8546,'_line_total','392'),(76761,8546,'_line_tax','0'),(76762,8546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76763,8547,'method_id','free_shipping'),(76764,8547,'instance_id','2'),(76765,8547,'cost','0.00'),(76766,8547,'total_tax','0'),(76767,8547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76768,8547,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 20'),(76784,8550,'_product_id','23'),(76785,8550,'_variation_id','0'),(76786,8550,'_qty','4'),(76787,8550,'_tax_class',''),(76788,8550,'_line_subtotal','274.16'),(76789,8550,'_line_subtotal_tax','0'),(76790,8550,'_line_total','274.16'),(76791,8550,'_line_tax','0'),(76792,8550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76793,8551,'method_id','fedex'),(76794,8551,'instance_id','1'),(76795,8551,'cost','55.73'),(76796,8551,'total_tax','0'),(76797,8551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76798,8551,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(76799,8525,'thwma_order_shipping_status','wc-pending'),(76800,8526,'thwma_order_shipping_status','wc-pending'),(76801,8527,'thwma_order_shipping_status','wc-pending'),(76802,8528,'thwma_order_shipping_status','wc-pending'),(76803,8529,'thwma_order_shipping_status','wc-pending'),(76804,8530,'thwma_order_shipping_status','wc-pending'),(76805,8531,'thwma_order_shipping_status','wc-pending'),(76806,8540,'thwma_order_shipping_status','wc-pending'),(76807,8541,'thwma_order_shipping_status','wc-pending'),(76808,8542,'thwma_order_shipping_status','wc-pending'),(76809,8543,'thwma_order_shipping_status','wc-pending'),(76810,8544,'thwma_order_shipping_status','wc-pending'),(76811,8545,'thwma_order_shipping_status','wc-pending'),(76812,8546,'thwma_order_shipping_status','wc-pending'),(76813,8533,'thwma_order_shipping_status','wc-pending'),(76814,8534,'thwma_order_shipping_status','wc-pending'),(76815,8535,'thwma_order_shipping_status','wc-pending'),(76816,8536,'thwma_order_shipping_status','wc-pending'),(76817,8537,'thwma_order_shipping_status','wc-pending'),(76818,8538,'thwma_order_shipping_status','wc-pending'),(76819,8552,'_product_id','23'),(76820,8552,'_variation_id','0'),(76821,8552,'_qty','4'),(76822,8552,'_tax_class',''),(76823,8552,'_line_subtotal','274.16'),(76824,8552,'_line_subtotal_tax','0'),(76825,8552,'_line_total','274.16'),(76826,8552,'_line_tax','0'),(76827,8552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76828,8553,'_product_id','38'),(76829,8553,'_variation_id','0'),(76830,8553,'_qty','2'),(76831,8553,'_tax_class',''),(76832,8553,'_line_subtotal','331.52'),(76833,8553,'_line_subtotal_tax','0'),(76834,8553,'_line_total','331.52'),(76835,8553,'_line_tax','0'),(76836,8553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76837,8554,'_product_id','42'),(76838,8554,'_variation_id','0'),(76839,8554,'_qty','2'),(76840,8554,'_tax_class',''),(76841,8554,'_line_subtotal','158.4'),(76842,8554,'_line_subtotal_tax','0'),(76843,8554,'_line_total','158.4'),(76844,8554,'_line_tax','0'),(76845,8554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76846,8555,'_product_id','41'),(76847,8555,'_variation_id','0'),(76848,8555,'_qty','3'),(76849,8555,'_tax_class',''),(76850,8555,'_line_subtotal','199.44'),(76851,8555,'_line_subtotal_tax','0'),(76852,8555,'_line_total','199.44'),(76853,8555,'_line_tax','0'),(76854,8555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76855,8556,'_product_id','51'),(76856,8556,'_variation_id','0'),(76857,8556,'_qty','5'),(76858,8556,'_tax_class',''),(76859,8556,'_line_subtotal','739.2'),(76860,8556,'_line_subtotal_tax','0'),(76861,8556,'_line_total','739.2'),(76862,8556,'_line_tax','0'),(76863,8556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76864,8557,'_product_id','490'),(76865,8557,'_variation_id','0'),(76866,8557,'_qty','20'),(76867,8557,'_tax_class',''),(76868,8557,'_line_subtotal','392'),(76869,8557,'_line_subtotal_tax','0'),(76870,8557,'_line_total','392'),(76871,8557,'_line_tax','0'),(76872,8557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76873,8558,'method_id','free_shipping'),(76874,8558,'instance_id','2'),(76875,8558,'cost','0.00'),(76876,8558,'total_tax','0'),(76877,8558,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76878,8558,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 5, Bulk Active Rinse 100% RM &times; 20'),(76879,8559,'_product_id','93'),(76880,8559,'_variation_id','0'),(76881,8559,'_qty','10'),(76882,8559,'_tax_class',''),(76883,8559,'_line_subtotal','0'),(76884,8559,'_line_subtotal_tax','0'),(76885,8559,'_line_total','0'),(76886,8559,'_line_tax','0'),(76887,8559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76888,8560,'method_id','fedex'),(76889,8560,'instance_id','1'),(76890,8560,'cost','43.33'),(76891,8560,'total_tax','0'),(76892,8560,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76893,8560,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(76894,8561,'_product_id','93'),(76895,8561,'_variation_id','0'),(76896,8561,'_qty','10'),(76897,8561,'_tax_class',''),(76898,8561,'_line_subtotal','0'),(76899,8561,'_line_subtotal_tax','0'),(76900,8561,'_line_total','0'),(76901,8561,'_line_tax','0'),(76902,8561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76903,8562,'_product_id','118'),(76904,8562,'_variation_id','0'),(76905,8562,'_qty','1'),(76906,8562,'_tax_class',''),(76907,8562,'_line_subtotal','184.8'),(76908,8562,'_line_subtotal_tax','0'),(76909,8562,'_line_total','184.8'),(76910,8562,'_line_tax','0'),(76911,8562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76912,8563,'_product_id','23'),(76913,8563,'_variation_id','0'),(76914,8563,'_qty','2'),(76915,8563,'_tax_class',''),(76916,8563,'_line_subtotal','137.08'),(76917,8563,'_line_subtotal_tax','0'),(76918,8563,'_line_total','137.08'),(76919,8563,'_line_tax','0'),(76920,8563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76921,8564,'_product_id','44'),(76922,8564,'_variation_id','0'),(76923,8564,'_qty','2'),(76924,8564,'_tax_class',''),(76925,8564,'_line_subtotal','232.32'),(76926,8564,'_line_subtotal_tax','0'),(76927,8564,'_line_total','232.32'),(76928,8564,'_line_tax','0'),(76929,8564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76930,8565,'method_id','free_shipping'),(76931,8565,'instance_id','2'),(76932,8565,'cost','0.00'),(76933,8565,'total_tax','0'),(76934,8565,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(76935,8565,'Items','Bulk Active Rinse 100% &times; 10, Urgent Care & Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2'),(76936,8566,'_product_id','120'),(76937,8566,'_variation_id','0'),(76938,8566,'_qty','1'),(76939,8566,'_tax_class',''),(76940,8566,'_line_subtotal','52.8'),(76941,8566,'_line_subtotal_tax','0'),(76942,8566,'_line_total','52.8'),(76943,8566,'_line_tax','0'),(76944,8566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76945,8567,'_product_id','43'),(76946,8567,'_variation_id','0'),(76947,8567,'_qty','2'),(76948,8567,'_tax_class',''),(76949,8567,'_line_subtotal','158.4'),(76950,8567,'_line_subtotal_tax','0'),(76951,8567,'_line_total','158.4'),(76952,8567,'_line_tax','0'),(76953,8567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76954,8568,'_product_id','23'),(76955,8568,'_variation_id','0'),(76956,8568,'_qty','2'),(76957,8568,'_tax_class',''),(76958,8568,'_line_subtotal','137.08'),(76959,8568,'_line_subtotal_tax','0'),(76960,8568,'_line_total','137.08'),(76961,8568,'_line_tax','0'),(76962,8568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76963,8569,'_product_id','45'),(76964,8569,'_variation_id','0'),(76965,8569,'_qty','1'),(76966,8569,'_tax_class',''),(76967,8569,'_line_subtotal','42.24'),(76968,8569,'_line_subtotal_tax','0'),(76969,8569,'_line_total','42.24'),(76970,8569,'_line_tax','0'),(76971,8569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76972,8570,'_product_id','488'),(76973,8570,'_variation_id','0'),(76974,8570,'_qty','1'),(76975,8570,'_tax_class',''),(76976,8570,'_line_subtotal','31.35'),(76977,8570,'_line_subtotal_tax','0'),(76978,8570,'_line_total','31.35'),(76979,8570,'_line_tax','0'),(76980,8570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76981,8571,'_product_id','487'),(76982,8571,'_variation_id','0'),(76983,8571,'_qty','1'),(76984,8571,'_tax_class',''),(76985,8571,'_line_subtotal','31.35'),(76986,8571,'_line_subtotal_tax','0'),(76987,8571,'_line_total','31.35'),(76988,8571,'_line_tax','0'),(76989,8571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76990,8572,'_product_id','490'),(76991,8572,'_variation_id','0'),(76992,8572,'_qty','2'),(76993,8572,'_tax_class',''),(76994,8572,'_line_subtotal','39.2'),(76995,8572,'_line_subtotal_tax','0'),(76996,8572,'_line_total','39.2'),(76997,8572,'_line_tax','0'),(76998,8572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(76999,8573,'_product_id','41'),(77000,8573,'_variation_id','0'),(77001,8573,'_qty','1'),(77002,8573,'_tax_class',''),(77003,8573,'_line_subtotal','66.48'),(77004,8573,'_line_subtotal_tax','0'),(77005,8573,'_line_total','66.48'),(77006,8573,'_line_tax','0'),(77007,8573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77008,8574,'method_id','free_shipping'),(77009,8574,'instance_id','2'),(77010,8574,'cost','0.00'),(77011,8574,'total_tax','0'),(77012,8574,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77013,8574,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(77014,8575,'_product_id','23'),(77015,8575,'_variation_id','0'),(77016,8575,'_qty','2'),(77017,8575,'_tax_class',''),(77018,8575,'_line_subtotal','137.08'),(77019,8575,'_line_subtotal_tax','0'),(77020,8575,'_line_total','137.08'),(77021,8575,'_line_tax','0'),(77022,8575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77023,8576,'_product_id','38'),(77024,8576,'_variation_id','0'),(77025,8576,'_qty','1'),(77026,8576,'_tax_class',''),(77027,8576,'_line_subtotal','165.76'),(77028,8576,'_line_subtotal_tax','0'),(77029,8576,'_line_total','165.76'),(77030,8576,'_line_tax','0'),(77031,8576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77032,8577,'_product_id','41'),(77033,8577,'_variation_id','0'),(77034,8577,'_qty','3'),(77035,8577,'_tax_class',''),(77036,8577,'_line_subtotal','199.44'),(77037,8577,'_line_subtotal_tax','0'),(77038,8577,'_line_total','199.44'),(77039,8577,'_line_tax','0'),(77040,8577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77041,8578,'_product_id','49'),(77042,8578,'_variation_id','0'),(77043,8578,'_qty','2'),(77044,8578,'_tax_class',''),(77045,8578,'_line_subtotal','158.4'),(77046,8578,'_line_subtotal_tax','0'),(77047,8578,'_line_total','158.4'),(77048,8578,'_line_tax','0'),(77049,8578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77050,8579,'_product_id','490'),(77051,8579,'_variation_id','0'),(77052,8579,'_qty','10'),(77053,8579,'_tax_class',''),(77054,8579,'_line_subtotal','196'),(77055,8579,'_line_subtotal_tax','0'),(77056,8579,'_line_total','196'),(77057,8579,'_line_tax','0'),(77058,8579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77059,8580,'_product_id','488'),(77060,8580,'_variation_id','0'),(77061,8580,'_qty','2'),(77062,8580,'_tax_class',''),(77063,8580,'_line_subtotal','62.7'),(77064,8580,'_line_subtotal_tax','0'),(77065,8580,'_line_total','62.7'),(77066,8580,'_line_tax','0'),(77067,8580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77068,8581,'_product_id','39'),(77069,8581,'_variation_id','0'),(77070,8581,'_qty','2'),(77071,8581,'_tax_class',''),(77072,8581,'_line_subtotal','158.4'),(77073,8581,'_line_subtotal_tax','0'),(77074,8581,'_line_total','158.4'),(77075,8581,'_line_tax','0'),(77076,8581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77077,8582,'method_id','free_shipping'),(77078,8582,'instance_id','2'),(77079,8582,'cost','0.00'),(77080,8582,'total_tax','0'),(77081,8582,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77082,8582,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Preventive Shampoo(Case of 12) &times; 2'),(77098,8503,'thwma_order_shipping_status','wc-pending'),(77099,8504,'thwma_order_shipping_status','wc-pending'),(77100,8505,'thwma_order_shipping_status','wc-pending'),(77101,8506,'thwma_order_shipping_status','wc-pending'),(77102,8507,'thwma_order_shipping_status','wc-pending'),(77103,8508,'thwma_order_shipping_status','wc-pending'),(77104,8509,'thwma_order_shipping_status','wc-pending'),(77105,8510,'thwma_order_shipping_status','wc-pending'),(77106,8552,'thwma_order_shipping_status','wc-pending'),(77107,8553,'thwma_order_shipping_status','wc-pending'),(77108,8554,'thwma_order_shipping_status','wc-pending'),(77109,8555,'thwma_order_shipping_status','wc-pending'),(77110,8556,'thwma_order_shipping_status','wc-pending'),(77111,8557,'thwma_order_shipping_status','wc-pending'),(77112,8561,'thwma_order_shipping_status','wc-pending'),(77113,8562,'thwma_order_shipping_status','wc-pending'),(77114,8563,'thwma_order_shipping_status','wc-pending'),(77115,8564,'thwma_order_shipping_status','wc-pending'),(77116,8566,'thwma_order_shipping_status','wc-pending'),(77117,8567,'thwma_order_shipping_status','wc-pending'),(77118,8568,'thwma_order_shipping_status','wc-pending'),(77119,8569,'thwma_order_shipping_status','wc-pending'),(77120,8570,'thwma_order_shipping_status','wc-pending'),(77121,8571,'thwma_order_shipping_status','wc-pending'),(77122,8572,'thwma_order_shipping_status','wc-pending'),(77123,8573,'thwma_order_shipping_status','wc-pending'),(77124,8585,'_product_id','489'),(77125,8585,'_variation_id','0'),(77126,8585,'_qty','6'),(77127,8585,'_tax_class',''),(77128,8585,'_line_subtotal','114.24'),(77129,8585,'_line_subtotal_tax','0'),(77130,8585,'_line_total','114.24'),(77131,8585,'_line_tax','0'),(77132,8585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77133,8586,'_product_id','43'),(77134,8586,'_variation_id','0'),(77135,8586,'_qty','5'),(77136,8586,'_tax_class',''),(77137,8586,'_line_subtotal','396'),(77138,8586,'_line_subtotal_tax','0'),(77139,8586,'_line_total','396'),(77140,8586,'_line_tax','0'),(77141,8586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77142,8587,'_product_id','23'),(77143,8587,'_variation_id','0'),(77144,8587,'_qty','7'),(77145,8587,'_tax_class',''),(77146,8587,'_line_subtotal','479.78'),(77147,8587,'_line_subtotal_tax','0'),(77148,8587,'_line_total','479.78'),(77149,8587,'_line_tax','0'),(77150,8587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77151,8588,'_product_id','49'),(77152,8588,'_variation_id','0'),(77153,8588,'_qty','5'),(77154,8588,'_tax_class',''),(77155,8588,'_line_subtotal','396'),(77156,8588,'_line_subtotal_tax','0'),(77157,8588,'_line_total','396'),(77158,8588,'_line_tax','0'),(77159,8588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77160,8589,'_product_id','133'),(77161,8589,'_variation_id','0'),(77162,8589,'_qty','2'),(77163,8589,'_tax_class',''),(77164,8589,'_line_subtotal','28.6'),(77165,8589,'_line_subtotal_tax','0'),(77166,8589,'_line_total','28.6'),(77167,8589,'_line_tax','0'),(77168,8589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77169,8590,'_product_id','487'),(77170,8590,'_variation_id','0'),(77171,8590,'_qty','2'),(77172,8590,'_tax_class',''),(77173,8590,'_line_subtotal','62.7'),(77174,8590,'_line_subtotal_tax','0'),(77175,8590,'_line_total','62.7'),(77176,8590,'_line_tax','0'),(77177,8590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77178,8591,'_product_id','488'),(77179,8591,'_variation_id','0'),(77180,8591,'_qty','2'),(77181,8591,'_tax_class',''),(77182,8591,'_line_subtotal','62.7'),(77183,8591,'_line_subtotal_tax','0'),(77184,8591,'_line_total','62.7'),(77185,8591,'_line_tax','0'),(77186,8591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77187,8592,'method_id','free_shipping'),(77188,8592,'instance_id','2'),(77189,8592,'cost','0.00'),(77190,8592,'total_tax','0'),(77191,8592,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77192,8592,'Items','Bulk Active Rinse 50/50 RM &times; 6, Preventive Spray 8oz(Case of 12) &times; 5, Active Rinse 8oz(Case of 12) &times; 7, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Disposable Head Bands &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2'),(77193,8575,'thwma_order_shipping_status','wc-pending'),(77194,8576,'thwma_order_shipping_status','wc-pending'),(77195,8577,'thwma_order_shipping_status','wc-pending'),(77196,8578,'thwma_order_shipping_status','wc-pending'),(77197,8579,'thwma_order_shipping_status','wc-pending'),(77198,8580,'thwma_order_shipping_status','wc-pending'),(77199,8581,'thwma_order_shipping_status','wc-pending'),(77200,8593,'_product_id','38'),(77201,8593,'_variation_id','0'),(77202,8593,'_qty','2'),(77203,8593,'_tax_class',''),(77204,8593,'_line_subtotal','331.52'),(77205,8593,'_line_subtotal_tax','0'),(77206,8593,'_line_total','331.52'),(77207,8593,'_line_tax','0'),(77208,8593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77209,8594,'_product_id','23'),(77210,8594,'_variation_id','0'),(77211,8594,'_qty','1'),(77212,8594,'_tax_class',''),(77213,8594,'_line_subtotal','68.54'),(77214,8594,'_line_subtotal_tax','0'),(77215,8594,'_line_total','68.54'),(77216,8594,'_line_tax','0'),(77217,8594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77218,8595,'_product_id','45'),(77219,8595,'_variation_id','0'),(77220,8595,'_qty','1'),(77221,8595,'_tax_class',''),(77222,8595,'_line_subtotal','42.24'),(77223,8595,'_line_subtotal_tax','0'),(77224,8595,'_line_total','42.24'),(77225,8595,'_line_tax','0'),(77226,8595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77227,8596,'_product_id','41'),(77228,8596,'_variation_id','0'),(77229,8596,'_qty','2'),(77230,8596,'_tax_class',''),(77231,8596,'_line_subtotal','132.96'),(77232,8596,'_line_subtotal_tax','0'),(77233,8596,'_line_total','132.96'),(77234,8596,'_line_tax','0'),(77235,8596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77236,8597,'_product_id','116'),(77237,8597,'_variation_id','0'),(77238,8597,'_qty','1'),(77239,8597,'_tax_class',''),(77240,8597,'_line_subtotal','145.44'),(77241,8597,'_line_subtotal_tax','0'),(77242,8597,'_line_total','145.44'),(77243,8597,'_line_tax','0'),(77244,8597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77245,8598,'_product_id','39'),(77246,8598,'_variation_id','0'),(77247,8598,'_qty','1'),(77248,8598,'_tax_class',''),(77249,8598,'_line_subtotal','79.2'),(77250,8598,'_line_subtotal_tax','0'),(77251,8598,'_line_total','79.2'),(77252,8598,'_line_tax','0'),(77253,8598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77254,8599,'_product_id','40'),(77255,8599,'_variation_id','0'),(77256,8599,'_qty','1'),(77257,8599,'_tax_class',''),(77258,8599,'_line_subtotal','79.2'),(77259,8599,'_line_subtotal_tax','0'),(77260,8599,'_line_total','79.2'),(77261,8599,'_line_tax','0'),(77262,8599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77263,8600,'_product_id','43'),(77264,8600,'_variation_id','0'),(77265,8600,'_qty','1'),(77266,8600,'_tax_class',''),(77267,8600,'_line_subtotal','79.2'),(77268,8600,'_line_subtotal_tax','0'),(77269,8600,'_line_total','79.2'),(77270,8600,'_line_tax','0'),(77271,8600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77272,8601,'_product_id','120'),(77273,8601,'_variation_id','0'),(77274,8601,'_qty','1'),(77275,8601,'_tax_class',''),(77276,8601,'_line_subtotal','52.8'),(77277,8601,'_line_subtotal_tax','0'),(77278,8601,'_line_total','52.8'),(77279,8601,'_line_tax','0'),(77280,8601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77281,8602,'_product_id','49'),(77282,8602,'_variation_id','0'),(77283,8602,'_qty','2'),(77284,8602,'_tax_class',''),(77285,8602,'_line_subtotal','158.4'),(77286,8602,'_line_subtotal_tax','0'),(77287,8602,'_line_total','158.4'),(77288,8602,'_line_tax','0'),(77289,8602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77290,8603,'_product_id','93'),(77291,8603,'_variation_id','0'),(77292,8603,'_qty','6'),(77293,8603,'_tax_class',''),(77294,8603,'_line_subtotal','0'),(77295,8603,'_line_subtotal_tax','0'),(77296,8603,'_line_total','0'),(77297,8603,'_line_tax','0'),(77298,8603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77299,8604,'method_id','free_shipping'),(77300,8604,'instance_id','2'),(77301,8604,'cost','0.00'),(77302,8604,'total_tax','0'),(77303,8604,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77304,8604,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 6'),(77305,8605,'_product_id','23'),(77306,8605,'_variation_id','0'),(77307,8605,'_qty','2'),(77308,8605,'_tax_class',''),(77309,8605,'_line_subtotal','137.08'),(77310,8605,'_line_subtotal_tax','0'),(77311,8605,'_line_total','137.08'),(77312,8605,'_line_tax','0'),(77313,8605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77314,8606,'_product_id','38'),(77315,8606,'_variation_id','0'),(77316,8606,'_qty','1'),(77317,8606,'_tax_class',''),(77318,8606,'_line_subtotal','165.76'),(77319,8606,'_line_subtotal_tax','0'),(77320,8606,'_line_total','165.76'),(77321,8606,'_line_tax','0'),(77322,8606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77323,8607,'_product_id','490'),(77324,8607,'_variation_id','0'),(77325,8607,'_qty','10'),(77326,8607,'_tax_class',''),(77327,8607,'_line_subtotal','196'),(77328,8607,'_line_subtotal_tax','0'),(77329,8607,'_line_total','196'),(77330,8607,'_line_tax','0'),(77331,8607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77332,8608,'_product_id','131'),(77333,8608,'_variation_id','0'),(77334,8608,'_qty','2'),(77335,8608,'_tax_class',''),(77336,8608,'_line_subtotal','25.3'),(77337,8608,'_line_subtotal_tax','0'),(77338,8608,'_line_total','25.3'),(77339,8608,'_line_tax','0'),(77340,8608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77341,8609,'_product_id','41'),(77342,8609,'_variation_id','0'),(77343,8609,'_qty','2'),(77344,8609,'_tax_class',''),(77345,8609,'_line_subtotal','132.96'),(77346,8609,'_line_subtotal_tax','0'),(77347,8609,'_line_total','132.96'),(77348,8609,'_line_tax','0'),(77349,8609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77350,8610,'_product_id','488'),(77351,8610,'_variation_id','0'),(77352,8610,'_qty','1'),(77353,8610,'_tax_class',''),(77354,8610,'_line_subtotal','31.35'),(77355,8610,'_line_subtotal_tax','0'),(77356,8610,'_line_total','31.35'),(77357,8610,'_line_tax','0'),(77358,8610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77359,8611,'_product_id','133'),(77360,8611,'_variation_id','0'),(77361,8611,'_qty','1'),(77362,8611,'_tax_class',''),(77363,8611,'_line_subtotal','14.3'),(77364,8611,'_line_subtotal_tax','0'),(77365,8611,'_line_total','14.3'),(77366,8611,'_line_tax','0'),(77367,8611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77368,8612,'_product_id','44'),(77369,8612,'_variation_id','0'),(77370,8612,'_qty','1'),(77371,8612,'_tax_class',''),(77372,8612,'_line_subtotal','116.16'),(77373,8612,'_line_subtotal_tax','0'),(77374,8612,'_line_total','116.16'),(77375,8612,'_line_tax','0'),(77376,8612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77377,8613,'_product_id','51'),(77378,8613,'_variation_id','0'),(77379,8613,'_qty','1'),(77380,8613,'_tax_class',''),(77381,8613,'_line_subtotal','147.84'),(77382,8613,'_line_subtotal_tax','0'),(77383,8613,'_line_total','147.84'),(77384,8613,'_line_tax','0'),(77385,8613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77386,8614,'method_id','free_shipping'),(77387,8614,'instance_id','2'),(77388,8614,'cost','0.00'),(77389,8614,'total_tax','0'),(77390,8614,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77391,8614,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(77403,8585,'thwma_order_shipping_status','wc-pending'),(77404,8586,'thwma_order_shipping_status','wc-pending'),(77405,8587,'thwma_order_shipping_status','wc-pending'),(77406,8588,'thwma_order_shipping_status','wc-pending'),(77407,8589,'thwma_order_shipping_status','wc-pending'),(77408,8590,'thwma_order_shipping_status','wc-pending'),(77409,8591,'thwma_order_shipping_status','wc-pending'),(77410,8593,'thwma_order_shipping_status','wc-pending'),(77411,8594,'thwma_order_shipping_status','wc-pending'),(77412,8595,'thwma_order_shipping_status','wc-pending'),(77413,8596,'thwma_order_shipping_status','wc-pending'),(77414,8597,'thwma_order_shipping_status','wc-pending'),(77415,8598,'thwma_order_shipping_status','wc-pending'),(77416,8599,'thwma_order_shipping_status','wc-pending'),(77417,8600,'thwma_order_shipping_status','wc-pending'),(77418,8601,'thwma_order_shipping_status','wc-pending'),(77419,8602,'thwma_order_shipping_status','wc-pending'),(77420,8603,'thwma_order_shipping_status','wc-pending'),(77421,8605,'thwma_order_shipping_status','wc-pending'),(77422,8606,'thwma_order_shipping_status','wc-pending'),(77423,8607,'thwma_order_shipping_status','wc-pending'),(77424,8608,'thwma_order_shipping_status','wc-pending'),(77425,8609,'thwma_order_shipping_status','wc-pending'),(77426,8610,'thwma_order_shipping_status','wc-pending'),(77427,8611,'thwma_order_shipping_status','wc-pending'),(77428,8612,'thwma_order_shipping_status','wc-pending'),(77429,8613,'thwma_order_shipping_status','wc-pending'),(77430,8615,'_product_id','490'),(77431,8615,'_variation_id','0'),(77432,8615,'_qty','9'),(77433,8615,'_tax_class',''),(77434,8615,'_line_subtotal','176.4'),(77435,8615,'_line_subtotal_tax','0'),(77436,8615,'_line_total','176.4'),(77437,8615,'_line_tax','0'),(77438,8615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77439,8616,'_product_id','23'),(77440,8616,'_variation_id','0'),(77441,8616,'_qty','1'),(77442,8616,'_tax_class',''),(77443,8616,'_line_subtotal','68.54'),(77444,8616,'_line_subtotal_tax','0'),(77445,8616,'_line_total','68.54'),(77446,8616,'_line_tax','0'),(77447,8616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77448,8617,'_product_id','45'),(77449,8617,'_variation_id','0'),(77450,8617,'_qty','1'),(77451,8617,'_tax_class',''),(77452,8617,'_line_subtotal','42.24'),(77453,8617,'_line_subtotal_tax','0'),(77454,8617,'_line_total','42.24'),(77455,8617,'_line_tax','0'),(77456,8617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77457,8618,'_product_id','41'),(77458,8618,'_variation_id','0'),(77459,8618,'_qty','1'),(77460,8618,'_tax_class',''),(77461,8618,'_line_subtotal','66.48'),(77462,8618,'_line_subtotal_tax','0'),(77463,8618,'_line_total','66.48'),(77464,8618,'_line_tax','0'),(77465,8618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77466,8619,'_product_id','38'),(77467,8619,'_variation_id','0'),(77468,8619,'_qty','1'),(77469,8619,'_tax_class',''),(77470,8619,'_line_subtotal','165.76'),(77471,8619,'_line_subtotal_tax','0'),(77472,8619,'_line_total','165.76'),(77473,8619,'_line_tax','0'),(77474,8619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77475,8620,'_product_id','42'),(77476,8620,'_variation_id','0'),(77477,8620,'_qty','1'),(77478,8620,'_tax_class',''),(77479,8620,'_line_subtotal','79.2'),(77480,8620,'_line_subtotal_tax','0'),(77481,8620,'_line_total','79.2'),(77482,8620,'_line_tax','0'),(77483,8620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77484,8621,'method_id','fedex'),(77485,8621,'instance_id','1'),(77486,8621,'cost','267.57'),(77487,8621,'total_tax','0'),(77488,8621,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77489,8621,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(77490,8621,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(77491,8622,'_product_id','490'),(77492,8622,'_variation_id','0'),(77493,8622,'_qty','9'),(77494,8622,'_tax_class',''),(77495,8622,'_line_subtotal','176.4'),(77496,8622,'_line_subtotal_tax','0'),(77497,8622,'_line_total','176.4'),(77498,8622,'_line_tax','0'),(77499,8622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77500,8623,'_product_id','23'),(77501,8623,'_variation_id','0'),(77502,8623,'_qty','1'),(77503,8623,'_tax_class',''),(77504,8623,'_line_subtotal','68.54'),(77505,8623,'_line_subtotal_tax','0'),(77506,8623,'_line_total','68.54'),(77507,8623,'_line_tax','0'),(77508,8623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77509,8624,'_product_id','45'),(77510,8624,'_variation_id','0'),(77511,8624,'_qty','1'),(77512,8624,'_tax_class',''),(77513,8624,'_line_subtotal','42.24'),(77514,8624,'_line_subtotal_tax','0'),(77515,8624,'_line_total','42.24'),(77516,8624,'_line_tax','0'),(77517,8624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77518,8625,'_product_id','41'),(77519,8625,'_variation_id','0'),(77520,8625,'_qty','1'),(77521,8625,'_tax_class',''),(77522,8625,'_line_subtotal','66.48'),(77523,8625,'_line_subtotal_tax','0'),(77524,8625,'_line_total','66.48'),(77525,8625,'_line_tax','0'),(77526,8625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77527,8626,'_product_id','38'),(77528,8626,'_variation_id','0'),(77529,8626,'_qty','1'),(77530,8626,'_tax_class',''),(77531,8626,'_line_subtotal','165.76'),(77532,8626,'_line_subtotal_tax','0'),(77533,8626,'_line_total','165.76'),(77534,8626,'_line_tax','0'),(77535,8626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77536,8627,'_product_id','42'),(77537,8627,'_variation_id','0'),(77538,8627,'_qty','1'),(77539,8627,'_tax_class',''),(77540,8627,'_line_subtotal','79.2'),(77541,8627,'_line_subtotal_tax','0'),(77542,8627,'_line_total','79.2'),(77543,8627,'_line_tax','0'),(77544,8627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77545,8628,'method_id','fedex'),(77546,8628,'instance_id','1'),(77547,8628,'cost','267.57'),(77548,8628,'total_tax','0'),(77549,8628,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77550,8628,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(77551,8628,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(77552,8629,'_product_id','490'),(77553,8629,'_variation_id','0'),(77554,8629,'_qty','9'),(77555,8629,'_tax_class',''),(77556,8629,'_line_subtotal','176.4'),(77557,8629,'_line_subtotal_tax','0'),(77558,8629,'_line_total','176.4'),(77559,8629,'_line_tax','0'),(77560,8629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77561,8630,'_product_id','23'),(77562,8630,'_variation_id','0'),(77563,8630,'_qty','1'),(77564,8630,'_tax_class',''),(77565,8630,'_line_subtotal','68.54'),(77566,8630,'_line_subtotal_tax','0'),(77567,8630,'_line_total','68.54'),(77568,8630,'_line_tax','0'),(77569,8630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77570,8631,'_product_id','45'),(77571,8631,'_variation_id','0'),(77572,8631,'_qty','1'),(77573,8631,'_tax_class',''),(77574,8631,'_line_subtotal','42.24'),(77575,8631,'_line_subtotal_tax','0'),(77576,8631,'_line_total','42.24'),(77577,8631,'_line_tax','0'),(77578,8631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77579,8632,'_product_id','41'),(77580,8632,'_variation_id','0'),(77581,8632,'_qty','1'),(77582,8632,'_tax_class',''),(77583,8632,'_line_subtotal','66.48'),(77584,8632,'_line_subtotal_tax','0'),(77585,8632,'_line_total','66.48'),(77586,8632,'_line_tax','0'),(77587,8632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77588,8633,'_product_id','38'),(77589,8633,'_variation_id','0'),(77590,8633,'_qty','1'),(77591,8633,'_tax_class',''),(77592,8633,'_line_subtotal','165.76'),(77593,8633,'_line_subtotal_tax','0'),(77594,8633,'_line_total','165.76'),(77595,8633,'_line_tax','0'),(77596,8633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77597,8634,'_product_id','42'),(77598,8634,'_variation_id','0'),(77599,8634,'_qty','1'),(77600,8634,'_tax_class',''),(77601,8634,'_line_subtotal','79.2'),(77602,8634,'_line_subtotal_tax','0'),(77603,8634,'_line_total','79.2'),(77604,8634,'_line_tax','0'),(77605,8634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77606,8635,'method_id','fedex'),(77607,8635,'instance_id','1'),(77608,8635,'cost','267.57'),(77609,8635,'total_tax','0'),(77610,8635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77611,8635,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(77612,8635,'Package 2','14 × 14 × 14 (in) 21.65lbs × 1'),(77619,8636,'_product_id','38'),(77620,8636,'_variation_id','0'),(77621,8636,'_qty','2'),(77622,8636,'_tax_class',''),(77623,8636,'_line_subtotal','331.52'),(77624,8636,'_line_subtotal_tax','0'),(77625,8636,'_line_total','331.52'),(77626,8636,'_line_tax','0'),(77627,8636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77628,8637,'_product_id','41'),(77629,8637,'_variation_id','0'),(77630,8637,'_qty','3'),(77631,8637,'_tax_class',''),(77632,8637,'_line_subtotal','199.44'),(77633,8637,'_line_subtotal_tax','0'),(77634,8637,'_line_total','199.44'),(77635,8637,'_line_tax','0'),(77636,8637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77637,8638,'_product_id','43'),(77638,8638,'_variation_id','0'),(77639,8638,'_qty','1'),(77640,8638,'_tax_class',''),(77641,8638,'_line_subtotal','79.2'),(77642,8638,'_line_subtotal_tax','0'),(77643,8638,'_line_total','79.2'),(77644,8638,'_line_tax','0'),(77645,8638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77646,8639,'_product_id','93'),(77647,8639,'_variation_id','0'),(77648,8639,'_qty','10'),(77649,8639,'_tax_class',''),(77650,8639,'_line_subtotal','0'),(77651,8639,'_line_subtotal_tax','0'),(77652,8639,'_line_total','0'),(77653,8639,'_line_tax','0'),(77654,8639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77655,8640,'method_id','free_shipping'),(77656,8640,'instance_id','2'),(77657,8640,'cost','0.00'),(77658,8640,'total_tax','0'),(77659,8640,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77660,8640,'Items','Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10'),(77665,8629,'thwma_order_shipping_status','wc-pending'),(77666,8630,'thwma_order_shipping_status','wc-pending'),(77667,8631,'thwma_order_shipping_status','wc-pending'),(77668,8632,'thwma_order_shipping_status','wc-pending'),(77669,8633,'thwma_order_shipping_status','wc-pending'),(77670,8634,'thwma_order_shipping_status','wc-pending'),(77671,8641,'_product_id','44'),(77672,8641,'_variation_id','0'),(77673,8641,'_qty','5'),(77674,8641,'_tax_class',''),(77675,8641,'_line_subtotal','580.8'),(77676,8641,'_line_subtotal_tax','0'),(77677,8641,'_line_total','580.8'),(77678,8641,'_line_tax','0'),(77679,8641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77680,8642,'method_id','free_shipping'),(77681,8642,'instance_id','2'),(77682,8642,'cost','0.00'),(77683,8642,'total_tax','0'),(77684,8642,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77685,8642,'Items','Preventive Kit(Case of 6) &times; 5'),(77686,8643,'_product_id','41'),(77687,8643,'_variation_id','0'),(77688,8643,'_qty','2'),(77689,8643,'_tax_class',''),(77690,8643,'_line_subtotal','132.96'),(77691,8643,'_line_subtotal_tax','0'),(77692,8643,'_line_total','132.96'),(77693,8643,'_line_tax','0'),(77694,8643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77695,8644,'_product_id','489'),(77696,8644,'_variation_id','0'),(77697,8644,'_qty','10'),(77698,8644,'_tax_class',''),(77699,8644,'_line_subtotal','190.4'),(77700,8644,'_line_subtotal_tax','0'),(77701,8644,'_line_total','190.4'),(77702,8644,'_line_tax','0'),(77703,8644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77704,8645,'method_id','fedex'),(77705,8645,'instance_id','1'),(77706,8645,'cost','55.38'),(77707,8645,'total_tax','0'),(77708,8645,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77709,8645,'Package 1','17 × 14 × 10 (in) 27.3lbs × 1'),(77710,8646,'_product_id','93'),(77711,8646,'_variation_id','0'),(77712,8646,'_qty','6'),(77713,8646,'_tax_class',''),(77714,8646,'_line_subtotal','0'),(77715,8646,'_line_subtotal_tax','0'),(77716,8646,'_line_total','0'),(77717,8646,'_line_tax','0'),(77718,8646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77719,8647,'method_id','fedex'),(77720,8647,'instance_id','1'),(77721,8647,'cost','31.94'),(77722,8647,'total_tax','0'),(77723,8647,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77724,8647,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(77725,8648,'_product_id','45'),(77726,8648,'_variation_id','0'),(77727,8648,'_qty','1'),(77728,8648,'_tax_class',''),(77729,8648,'_line_subtotal','42.24'),(77730,8648,'_line_subtotal_tax','0'),(77731,8648,'_line_total','42.24'),(77732,8648,'_line_tax','0'),(77733,8648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77734,8649,'_product_id','43'),(77735,8649,'_variation_id','0'),(77736,8649,'_qty','1'),(77737,8649,'_tax_class',''),(77738,8649,'_line_subtotal','79.2'),(77739,8649,'_line_subtotal_tax','0'),(77740,8649,'_line_total','79.2'),(77741,8649,'_line_tax','0'),(77742,8649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77743,8650,'_product_id','49'),(77744,8650,'_variation_id','0'),(77745,8650,'_qty','1'),(77746,8650,'_tax_class',''),(77747,8650,'_line_subtotal','79.2'),(77748,8650,'_line_subtotal_tax','0'),(77749,8650,'_line_total','79.2'),(77750,8650,'_line_tax','0'),(77751,8650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77752,8651,'_product_id','41'),(77753,8651,'_variation_id','0'),(77754,8651,'_qty','1'),(77755,8651,'_tax_class',''),(77756,8651,'_line_subtotal','66.48'),(77757,8651,'_line_subtotal_tax','0'),(77758,8651,'_line_total','66.48'),(77759,8651,'_line_tax','0'),(77760,8651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77761,8652,'_product_id','42'),(77762,8652,'_variation_id','0'),(77763,8652,'_qty','1'),(77764,8652,'_tax_class',''),(77765,8652,'_line_subtotal','79.2'),(77766,8652,'_line_subtotal_tax','0'),(77767,8652,'_line_total','79.2'),(77768,8652,'_line_tax','0'),(77769,8652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77770,8653,'_product_id','39'),(77771,8653,'_variation_id','0'),(77772,8653,'_qty','1'),(77773,8653,'_tax_class',''),(77774,8653,'_line_subtotal','79.2'),(77775,8653,'_line_subtotal_tax','0'),(77776,8653,'_line_total','79.2'),(77777,8653,'_line_tax','0'),(77778,8653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77779,8654,'_product_id','40'),(77780,8654,'_variation_id','0'),(77781,8654,'_qty','1'),(77782,8654,'_tax_class',''),(77783,8654,'_line_subtotal','79.2'),(77784,8654,'_line_subtotal_tax','0'),(77785,8654,'_line_total','79.2'),(77786,8654,'_line_tax','0'),(77787,8654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77788,8655,'method_id','free_shipping'),(77789,8655,'instance_id','2'),(77790,8655,'cost','0.00'),(77791,8655,'total_tax','0'),(77792,8655,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77793,8655,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(77810,8656,'_product_id','41'),(77811,8656,'_variation_id','0'),(77812,8656,'_qty','6'),(77813,8656,'_tax_class',''),(77814,8656,'_line_subtotal','398.88'),(77815,8656,'_line_subtotal_tax','0'),(77816,8656,'_line_total','398.88'),(77817,8656,'_line_tax','0'),(77818,8656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77819,8657,'_product_id','42'),(77820,8657,'_variation_id','0'),(77821,8657,'_qty','1'),(77822,8657,'_tax_class',''),(77823,8657,'_line_subtotal','79.2'),(77824,8657,'_line_subtotal_tax','0'),(77825,8657,'_line_total','79.2'),(77826,8657,'_line_tax','0'),(77827,8657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77828,8658,'_product_id','23'),(77829,8658,'_variation_id','0'),(77830,8658,'_qty','1'),(77831,8658,'_tax_class',''),(77832,8658,'_line_subtotal','68.54'),(77833,8658,'_line_subtotal_tax','0'),(77834,8658,'_line_total','68.54'),(77835,8658,'_line_tax','0'),(77836,8658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77837,8659,'_product_id','116'),(77838,8659,'_variation_id','0'),(77839,8659,'_qty','1'),(77840,8659,'_tax_class',''),(77841,8659,'_line_subtotal','145.44'),(77842,8659,'_line_subtotal_tax','0'),(77843,8659,'_line_total','145.44'),(77844,8659,'_line_tax','0'),(77845,8659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77846,8660,'method_id','free_shipping'),(77847,8660,'instance_id','2'),(77848,8660,'cost','0.00'),(77849,8660,'total_tax','0'),(77850,8660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77851,8660,'Items','Professional Lice Comb(Case of 12) &times; 6, Comb-Out Mousse(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1'),(77852,8661,'_product_id','490'),(77853,8661,'_variation_id','0'),(77854,8661,'_qty','4'),(77855,8661,'_tax_class',''),(77856,8661,'_line_subtotal','78.4'),(77857,8661,'_line_subtotal_tax','0'),(77858,8661,'_line_total','78.4'),(77859,8661,'_line_tax','0'),(77860,8661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77861,8662,'_product_id','487'),(77862,8662,'_variation_id','0'),(77863,8662,'_qty','1'),(77864,8662,'_tax_class',''),(77865,8662,'_line_subtotal','31.35'),(77866,8662,'_line_subtotal_tax','0'),(77867,8662,'_line_total','31.35'),(77868,8662,'_line_tax','0'),(77869,8662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77870,8663,'_product_id','44'),(77871,8663,'_variation_id','0'),(77872,8663,'_qty','1'),(77873,8663,'_tax_class',''),(77874,8663,'_line_subtotal','116.16'),(77875,8663,'_line_subtotal_tax','0'),(77876,8663,'_line_total','116.16'),(77877,8663,'_line_tax','0'),(77878,8663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77879,8664,'method_id','fedex'),(77880,8664,'instance_id','1'),(77881,8664,'cost','15.41'),(77882,8664,'total_tax','0'),(77883,8664,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77884,8664,'Package 1','17 × 14 × 10 (in) 29lbs × 1'),(77885,8665,'_product_id','490'),(77886,8665,'_variation_id','0'),(77887,8665,'_qty','70'),(77888,8665,'_tax_class',''),(77889,8665,'_line_subtotal','1372'),(77890,8665,'_line_subtotal_tax','0'),(77891,8665,'_line_total','1372'),(77892,8665,'_line_tax','0'),(77893,8665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77894,8666,'_product_id','488'),(77895,8666,'_variation_id','0'),(77896,8666,'_qty','9'),(77897,8666,'_tax_class',''),(77898,8666,'_line_subtotal','282.15'),(77899,8666,'_line_subtotal_tax','0'),(77900,8666,'_line_total','282.15'),(77901,8666,'_line_tax','0'),(77902,8666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77903,8667,'_product_id','49'),(77904,8667,'_variation_id','0'),(77905,8667,'_qty','5'),(77906,8667,'_tax_class',''),(77907,8667,'_line_subtotal','396'),(77908,8667,'_line_subtotal_tax','0'),(77909,8667,'_line_total','396'),(77910,8667,'_line_tax','0'),(77911,8667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77912,8668,'_product_id','43'),(77913,8668,'_variation_id','0'),(77914,8668,'_qty','5'),(77915,8668,'_tax_class',''),(77916,8668,'_line_subtotal','396'),(77917,8668,'_line_subtotal_tax','0'),(77918,8668,'_line_total','396'),(77919,8668,'_line_tax','0'),(77920,8668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77921,8669,'_product_id','51'),(77922,8669,'_variation_id','0'),(77923,8669,'_qty','1'),(77924,8669,'_tax_class',''),(77925,8669,'_line_subtotal','147.84'),(77926,8669,'_line_subtotal_tax','0'),(77927,8669,'_line_total','147.84'),(77928,8669,'_line_tax','0'),(77929,8669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77930,8670,'_product_id','118'),(77931,8670,'_variation_id','0'),(77932,8670,'_qty','1'),(77933,8670,'_tax_class',''),(77934,8670,'_line_subtotal','184.8'),(77935,8670,'_line_subtotal_tax','0'),(77936,8670,'_line_total','184.8'),(77937,8670,'_line_tax','0'),(77938,8670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77939,8671,'_product_id','41'),(77940,8671,'_variation_id','0'),(77941,8671,'_qty','17'),(77942,8671,'_tax_class',''),(77943,8671,'_line_subtotal','1130.16'),(77944,8671,'_line_subtotal_tax','0'),(77945,8671,'_line_total','1130.16'),(77946,8671,'_line_tax','0'),(77947,8671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77948,8672,'_product_id','45'),(77949,8672,'_variation_id','0'),(77950,8672,'_qty','2'),(77951,8672,'_tax_class',''),(77952,8672,'_line_subtotal','84.48'),(77953,8672,'_line_subtotal_tax','0'),(77954,8672,'_line_total','84.48'),(77955,8672,'_line_tax','0'),(77956,8672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77957,8673,'_product_id','42'),(77958,8673,'_variation_id','0'),(77959,8673,'_qty','2'),(77960,8673,'_tax_class',''),(77961,8673,'_line_subtotal','158.4'),(77962,8673,'_line_subtotal_tax','0'),(77963,8673,'_line_total','158.4'),(77964,8673,'_line_tax','0'),(77965,8673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77966,8674,'_product_id','38'),(77967,8674,'_variation_id','0'),(77968,8674,'_qty','3'),(77969,8674,'_tax_class',''),(77970,8674,'_line_subtotal','497.28'),(77971,8674,'_line_subtotal_tax','0'),(77972,8674,'_line_total','497.28'),(77973,8674,'_line_tax','0'),(77974,8674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77975,8675,'_product_id','23'),(77976,8675,'_variation_id','0'),(77977,8675,'_qty','2'),(77978,8675,'_tax_class',''),(77979,8675,'_line_subtotal','137.08'),(77980,8675,'_line_subtotal_tax','0'),(77981,8675,'_line_total','137.08'),(77982,8675,'_line_tax','0'),(77983,8675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77984,8676,'method_id','free_shipping'),(77985,8676,'instance_id','2'),(77986,8676,'cost','0.00'),(77987,8676,'total_tax','0'),(77988,8676,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(77989,8676,'Items','Bulk Active Rinse 100% RM &times; 70, Bulk Detangling Spray 1 Gallon RM &times; 9, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 5, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 17, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 3, Active Rinse 8oz(Case of 12) &times; 2'),(77990,8677,'_product_id','45'),(77991,8677,'_variation_id','0'),(77992,8677,'_qty','2'),(77993,8677,'_tax_class',''),(77994,8677,'_line_subtotal','84.48'),(77995,8677,'_line_subtotal_tax','0'),(77996,8677,'_line_total','84.48'),(77997,8677,'_line_tax','0'),(77998,8677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(77999,8678,'_product_id','120'),(78000,8678,'_variation_id','0'),(78001,8678,'_qty','1'),(78002,8678,'_tax_class',''),(78003,8678,'_line_subtotal','52.8'),(78004,8678,'_line_subtotal_tax','0'),(78005,8678,'_line_total','52.8'),(78006,8678,'_line_tax','0'),(78007,8678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78008,8679,'_product_id','49'),(78009,8679,'_variation_id','0'),(78010,8679,'_qty','2'),(78011,8679,'_tax_class',''),(78012,8679,'_line_subtotal','158.4'),(78013,8679,'_line_subtotal_tax','0'),(78014,8679,'_line_total','158.4'),(78015,8679,'_line_tax','0'),(78016,8679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78017,8680,'method_id','fedex'),(78018,8680,'instance_id','1'),(78019,8680,'cost','33.61'),(78020,8680,'total_tax','0'),(78021,8680,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78022,8680,'Package 1','17 × 14 × 10 (in) 35.6lbs × 1'),(78023,8661,'thwma_order_shipping_status','wc-pending'),(78024,8662,'thwma_order_shipping_status','wc-pending'),(78025,8663,'thwma_order_shipping_status','wc-pending'),(78030,8656,'thwma_order_shipping_status','wc-pending'),(78031,8657,'thwma_order_shipping_status','wc-pending'),(78032,8658,'thwma_order_shipping_status','wc-pending'),(78033,8659,'thwma_order_shipping_status','wc-pending'),(78034,8681,'_product_id','38'),(78035,8681,'_variation_id','0'),(78036,8681,'_qty','1'),(78037,8681,'_tax_class',''),(78038,8681,'_line_subtotal','165.76'),(78039,8681,'_line_subtotal_tax','0'),(78040,8681,'_line_total','165.76'),(78041,8681,'_line_tax','0'),(78042,8681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78043,8682,'_product_id','42'),(78044,8682,'_variation_id','0'),(78045,8682,'_qty','1'),(78046,8682,'_tax_class',''),(78047,8682,'_line_subtotal','79.2'),(78048,8682,'_line_subtotal_tax','0'),(78049,8682,'_line_total','79.2'),(78050,8682,'_line_tax','0'),(78051,8682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78052,8683,'_product_id','45'),(78053,8683,'_variation_id','0'),(78054,8683,'_qty','2'),(78055,8683,'_tax_class',''),(78056,8683,'_line_subtotal','84.48'),(78057,8683,'_line_subtotal_tax','0'),(78058,8683,'_line_total','84.48'),(78059,8683,'_line_tax','0'),(78060,8683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78061,8684,'_product_id','41'),(78062,8684,'_variation_id','0'),(78063,8684,'_qty','4'),(78064,8684,'_tax_class',''),(78065,8684,'_line_subtotal','265.92'),(78066,8684,'_line_subtotal_tax','0'),(78067,8684,'_line_total','265.92'),(78068,8684,'_line_tax','0'),(78069,8684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78070,8685,'_product_id','120'),(78071,8685,'_variation_id','0'),(78072,8685,'_qty','2'),(78073,8685,'_tax_class',''),(78074,8685,'_line_subtotal','105.6'),(78075,8685,'_line_subtotal_tax','0'),(78076,8685,'_line_total','105.6'),(78077,8685,'_line_tax','0'),(78078,8685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78079,8686,'_product_id','490'),(78080,8686,'_variation_id','0'),(78081,8686,'_qty','10'),(78082,8686,'_tax_class',''),(78083,8686,'_line_subtotal','196'),(78084,8686,'_line_subtotal_tax','0'),(78085,8686,'_line_total','196'),(78086,8686,'_line_tax','0'),(78087,8686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78088,8687,'_product_id','488'),(78089,8687,'_variation_id','0'),(78090,8687,'_qty','1'),(78091,8687,'_tax_class',''),(78092,8687,'_line_subtotal','31.35'),(78093,8687,'_line_subtotal_tax','0'),(78094,8687,'_line_total','31.35'),(78095,8687,'_line_tax','0'),(78096,8687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78097,8688,'_product_id','487'),(78098,8688,'_variation_id','0'),(78099,8688,'_qty','1'),(78100,8688,'_tax_class',''),(78101,8688,'_line_subtotal','31.35'),(78102,8688,'_line_subtotal_tax','0'),(78103,8688,'_line_total','31.35'),(78104,8688,'_line_tax','0'),(78105,8688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78106,8689,'method_id','free_shipping'),(78107,8689,'instance_id','2'),(78108,8689,'cost','0.00'),(78109,8689,'total_tax','0'),(78110,8689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78111,8689,'Items','Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(78112,8665,'thwma_order_shipping_status','wc-pending'),(78113,8666,'thwma_order_shipping_status','wc-pending'),(78114,8667,'thwma_order_shipping_status','wc-pending'),(78115,8668,'thwma_order_shipping_status','wc-pending'),(78116,8669,'thwma_order_shipping_status','wc-pending'),(78117,8670,'thwma_order_shipping_status','wc-pending'),(78118,8671,'thwma_order_shipping_status','wc-pending'),(78119,8672,'thwma_order_shipping_status','wc-pending'),(78120,8673,'thwma_order_shipping_status','wc-pending'),(78121,8674,'thwma_order_shipping_status','wc-pending'),(78122,8675,'thwma_order_shipping_status','wc-pending'),(78123,8677,'thwma_order_shipping_status','wc-pending'),(78124,8678,'thwma_order_shipping_status','wc-pending'),(78125,8679,'thwma_order_shipping_status','wc-pending'),(78126,8690,'_product_id','23'),(78127,8690,'_variation_id','0'),(78128,8690,'_qty','1'),(78129,8690,'_tax_class',''),(78130,8690,'_line_subtotal','68.54'),(78131,8690,'_line_subtotal_tax','0'),(78132,8690,'_line_total','68.54'),(78133,8690,'_line_tax','0'),(78134,8690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78135,8691,'_product_id','38'),(78136,8691,'_variation_id','0'),(78137,8691,'_qty','1'),(78138,8691,'_tax_class',''),(78139,8691,'_line_subtotal','165.76'),(78140,8691,'_line_subtotal_tax','0'),(78141,8691,'_line_total','165.76'),(78142,8691,'_line_tax','0'),(78143,8691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78144,8692,'_product_id','45'),(78145,8692,'_variation_id','0'),(78146,8692,'_qty','2'),(78147,8692,'_tax_class',''),(78148,8692,'_line_subtotal','84.48'),(78149,8692,'_line_subtotal_tax','0'),(78150,8692,'_line_total','84.48'),(78151,8692,'_line_tax','0'),(78152,8692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78153,8693,'_product_id','51'),(78154,8693,'_variation_id','0'),(78155,8693,'_qty','1'),(78156,8693,'_tax_class',''),(78157,8693,'_line_subtotal','147.84'),(78158,8693,'_line_subtotal_tax','0'),(78159,8693,'_line_total','147.84'),(78160,8693,'_line_tax','0'),(78161,8693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78162,8694,'_product_id','118'),(78163,8694,'_variation_id','0'),(78164,8694,'_qty','1'),(78165,8694,'_tax_class',''),(78166,8694,'_line_subtotal','184.8'),(78167,8694,'_line_subtotal_tax','0'),(78168,8694,'_line_total','184.8'),(78169,8694,'_line_tax','0'),(78170,8694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78171,8695,'_product_id','43'),(78172,8695,'_variation_id','0'),(78173,8695,'_qty','1'),(78174,8695,'_tax_class',''),(78175,8695,'_line_subtotal','79.2'),(78176,8695,'_line_subtotal_tax','0'),(78177,8695,'_line_total','79.2'),(78178,8695,'_line_tax','0'),(78179,8695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78180,8696,'_product_id','49'),(78181,8696,'_variation_id','0'),(78182,8696,'_qty','1'),(78183,8696,'_tax_class',''),(78184,8696,'_line_subtotal','79.2'),(78185,8696,'_line_subtotal_tax','0'),(78186,8696,'_line_total','79.2'),(78187,8696,'_line_tax','0'),(78188,8696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78189,8697,'_product_id','490'),(78190,8697,'_variation_id','0'),(78191,8697,'_qty','10'),(78192,8697,'_tax_class',''),(78193,8697,'_line_subtotal','196'),(78194,8697,'_line_subtotal_tax','0'),(78195,8697,'_line_total','196'),(78196,8697,'_line_tax','0'),(78197,8697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78198,8698,'_product_id','488'),(78199,8698,'_variation_id','0'),(78200,8698,'_qty','2'),(78201,8698,'_tax_class',''),(78202,8698,'_line_subtotal','62.7'),(78203,8698,'_line_subtotal_tax','0'),(78204,8698,'_line_total','62.7'),(78205,8698,'_line_tax','0'),(78206,8698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78207,8699,'_product_id','487'),(78208,8699,'_variation_id','0'),(78209,8699,'_qty','1'),(78210,8699,'_tax_class',''),(78211,8699,'_line_subtotal','31.35'),(78212,8699,'_line_subtotal_tax','0'),(78213,8699,'_line_total','31.35'),(78214,8699,'_line_tax','0'),(78215,8699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78216,8700,'method_id','free_shipping'),(78217,8700,'instance_id','2'),(78218,8700,'cost','0.00'),(78219,8700,'total_tax','0'),(78220,8700,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78221,8700,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1'),(78222,8690,'thwma_order_shipping_status','wc-pending'),(78223,8691,'thwma_order_shipping_status','wc-pending'),(78224,8692,'thwma_order_shipping_status','wc-pending'),(78225,8693,'thwma_order_shipping_status','wc-pending'),(78226,8694,'thwma_order_shipping_status','wc-pending'),(78227,8695,'thwma_order_shipping_status','wc-pending'),(78228,8696,'thwma_order_shipping_status','wc-pending'),(78229,8697,'thwma_order_shipping_status','wc-pending'),(78230,8698,'thwma_order_shipping_status','wc-pending'),(78231,8699,'thwma_order_shipping_status','wc-pending'),(78232,8648,'thwma_order_shipping_status','wc-pending'),(78233,8649,'thwma_order_shipping_status','wc-pending'),(78234,8650,'thwma_order_shipping_status','wc-pending'),(78235,8651,'thwma_order_shipping_status','wc-pending'),(78236,8652,'thwma_order_shipping_status','wc-pending'),(78237,8653,'thwma_order_shipping_status','wc-pending'),(78238,8654,'thwma_order_shipping_status','wc-pending'),(78247,8681,'thwma_order_shipping_status','wc-pending'),(78248,8682,'thwma_order_shipping_status','wc-pending'),(78249,8683,'thwma_order_shipping_status','wc-pending'),(78250,8684,'thwma_order_shipping_status','wc-pending'),(78251,8685,'thwma_order_shipping_status','wc-pending'),(78252,8686,'thwma_order_shipping_status','wc-pending'),(78253,8687,'thwma_order_shipping_status','wc-pending'),(78254,8688,'thwma_order_shipping_status','wc-pending'),(78255,8701,'_product_id','41'),(78256,8701,'_variation_id','0'),(78257,8701,'_qty','4'),(78258,8701,'_tax_class',''),(78259,8701,'_line_subtotal','265.92'),(78260,8701,'_line_subtotal_tax','0'),(78261,8701,'_line_total','265.92'),(78262,8701,'_line_tax','0'),(78263,8701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78264,8702,'_product_id','23'),(78265,8702,'_variation_id','0'),(78266,8702,'_qty','1'),(78267,8702,'_tax_class',''),(78268,8702,'_line_subtotal','68.54'),(78269,8702,'_line_subtotal_tax','0'),(78270,8702,'_line_total','68.54'),(78271,8702,'_line_tax','0'),(78272,8702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78273,8703,'_product_id','38'),(78274,8703,'_variation_id','0'),(78275,8703,'_qty','1'),(78276,8703,'_tax_class',''),(78277,8703,'_line_subtotal','165.76'),(78278,8703,'_line_subtotal_tax','0'),(78279,8703,'_line_total','165.76'),(78280,8703,'_line_tax','0'),(78281,8703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78282,8704,'method_id','free_shipping'),(78283,8704,'instance_id','2'),(78284,8704,'cost','0.00'),(78285,8704,'total_tax','0'),(78286,8704,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78287,8704,'Items','Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1'),(78288,8705,'discount_amount','0'),(78289,8705,'discount_amount_tax','0'),(78290,8705,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:22;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:2:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(78291,8706,'_product_id','23'),(78292,8706,'_variation_id','0'),(78293,8706,'_qty','2'),(78294,8706,'_tax_class',''),(78295,8706,'_line_subtotal','137.08'),(78296,8706,'_line_subtotal_tax','0'),(78297,8706,'_line_total','137.08'),(78298,8706,'_line_tax','0'),(78299,8706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78300,8707,'_product_id','41'),(78301,8707,'_variation_id','0'),(78302,8707,'_qty','2'),(78303,8707,'_tax_class',''),(78304,8707,'_line_subtotal','132.96'),(78305,8707,'_line_subtotal_tax','0'),(78306,8707,'_line_total','132.96'),(78307,8707,'_line_tax','0'),(78308,8707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78309,8708,'_product_id','49'),(78310,8708,'_variation_id','0'),(78311,8708,'_qty','2'),(78312,8708,'_tax_class',''),(78313,8708,'_line_subtotal','158.4'),(78314,8708,'_line_subtotal_tax','0'),(78315,8708,'_line_total','158.4'),(78316,8708,'_line_tax','0'),(78317,8708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78318,8709,'_product_id','490'),(78319,8709,'_variation_id','0'),(78320,8709,'_qty','10'),(78321,8709,'_tax_class',''),(78322,8709,'_line_subtotal','196'),(78323,8709,'_line_subtotal_tax','0'),(78324,8709,'_line_total','196'),(78325,8709,'_line_tax','0'),(78326,8709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78327,8710,'_product_id','488'),(78328,8710,'_variation_id','0'),(78329,8710,'_qty','1'),(78330,8710,'_tax_class',''),(78331,8710,'_line_subtotal','31.35'),(78332,8710,'_line_subtotal_tax','0'),(78333,8710,'_line_total','31.35'),(78334,8710,'_line_tax','0'),(78335,8710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78336,8711,'_product_id','45'),(78337,8711,'_variation_id','0'),(78338,8711,'_qty','4'),(78339,8711,'_tax_class',''),(78340,8711,'_line_subtotal','168.96'),(78341,8711,'_line_subtotal_tax','0'),(78342,8711,'_line_total','168.96'),(78343,8711,'_line_tax','0'),(78344,8711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78345,8712,'method_id','free_shipping'),(78346,8712,'instance_id','2'),(78347,8712,'cost','0.00'),(78348,8712,'total_tax','0'),(78349,8712,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78350,8712,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(78351,8713,'_product_id','42'),(78352,8713,'_variation_id','0'),(78353,8713,'_qty','1'),(78354,8713,'_tax_class',''),(78355,8713,'_line_subtotal','79.2'),(78356,8713,'_line_subtotal_tax','0'),(78357,8713,'_line_total','79.2'),(78358,8713,'_line_tax','0'),(78359,8713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78360,8714,'_product_id','487'),(78361,8714,'_variation_id','0'),(78362,8714,'_qty','1'),(78363,8714,'_tax_class',''),(78364,8714,'_line_subtotal','31.35'),(78365,8714,'_line_subtotal_tax','0'),(78366,8714,'_line_total','31.35'),(78367,8714,'_line_tax','0'),(78368,8714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78369,8715,'method_id','fedex'),(78370,8715,'instance_id','1'),(78371,8715,'cost','15.46'),(78372,8715,'total_tax','0'),(78373,8715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78374,8715,'Package 1','17 × 14 × 10 (in) 13.75lbs × 1'),(78375,8716,'_product_id','41'),(78376,8716,'_variation_id','0'),(78377,8716,'_qty','-4'),(78378,8716,'_tax_class',''),(78379,8716,'_line_subtotal','-265.92'),(78380,8716,'_line_subtotal_tax','0'),(78381,8716,'_line_total','-265.92'),(78382,8716,'_line_tax','0'),(78383,8716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78384,8716,'_refunded_item_id','8701'),(78385,8717,'_product_id','23'),(78386,8717,'_variation_id','0'),(78387,8717,'_qty','-1'),(78388,8717,'_tax_class',''),(78389,8717,'_line_subtotal','-68.54'),(78390,8717,'_line_subtotal_tax','0'),(78391,8717,'_line_total','-68.54'),(78392,8717,'_line_tax','0'),(78393,8717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78394,8717,'_refunded_item_id','8702'),(78395,8718,'_product_id','38'),(78396,8718,'_variation_id','0'),(78397,8718,'_qty','-1'),(78398,8718,'_tax_class',''),(78399,8718,'_line_subtotal','-165.76'),(78400,8718,'_line_subtotal_tax','0'),(78401,8718,'_line_total','-165.76'),(78402,8718,'_line_tax','0'),(78403,8718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78404,8718,'_refunded_item_id','8703'),(78405,8701,'thwma_order_shipping_status','wc-pending'),(78406,8702,'thwma_order_shipping_status','wc-pending'),(78407,8703,'thwma_order_shipping_status','wc-pending'),(78408,8643,'thwma_order_shipping_status','wc-pending'),(78409,8644,'thwma_order_shipping_status','wc-pending'),(78410,8713,'thwma_order_shipping_status','wc-pending'),(78411,8714,'thwma_order_shipping_status','wc-pending'),(78412,8706,'thwma_order_shipping_status','wc-pending'),(78413,8707,'thwma_order_shipping_status','wc-pending'),(78414,8708,'thwma_order_shipping_status','wc-pending'),(78415,8709,'thwma_order_shipping_status','wc-pending'),(78416,8710,'thwma_order_shipping_status','wc-pending'),(78417,8711,'thwma_order_shipping_status','wc-pending'),(78418,8636,'thwma_order_shipping_status','wc-pending'),(78419,8637,'thwma_order_shipping_status','wc-pending'),(78420,8638,'thwma_order_shipping_status','wc-pending'),(78421,8639,'thwma_order_shipping_status','wc-pending'),(78422,8719,'_product_id','41'),(78423,8719,'_variation_id','0'),(78424,8719,'_qty','2'),(78425,8719,'_tax_class',''),(78426,8719,'_line_subtotal','132.96'),(78427,8719,'_line_subtotal_tax','0'),(78428,8719,'_line_total','132.96'),(78429,8719,'_line_tax','0'),(78430,8719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78431,8720,'method_id','fedex'),(78432,8720,'instance_id','3'),(78433,8720,'cost','79.45'),(78434,8720,'total_tax','0'),(78435,8720,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78436,8720,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(78437,8721,'_product_id','490'),(78438,8721,'_variation_id','0'),(78439,8721,'_qty','4'),(78440,8721,'_tax_class',''),(78441,8721,'_line_subtotal','78.4'),(78442,8721,'_line_subtotal_tax','0'),(78443,8721,'_line_total','78.4'),(78444,8721,'_line_tax','0'),(78445,8721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78446,8722,'method_id','fedex'),(78447,8722,'instance_id','1'),(78448,8722,'cost','16.09'),(78449,8722,'total_tax','0'),(78450,8722,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78451,8722,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(78452,8723,'method_id','free_shipping'),(78453,8723,'instance_id','2'),(78454,8723,'cost','-5.54'),(78455,8723,'total_tax','0'),(78456,8723,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78457,8723,'_refunded_item_id','8582'),(78458,8724,'_product_id','137'),(78459,8724,'_variation_id','0'),(78460,8724,'_qty','1'),(78461,8724,'_tax_class',''),(78462,8724,'_line_subtotal','6.05'),(78463,8724,'_line_subtotal_tax','0'),(78464,8724,'_line_total','6.05'),(78465,8724,'_line_tax','0'),(78466,8724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78467,8725,'_product_id','148'),(78468,8725,'_variation_id','0'),(78469,8725,'_qty','1'),(78470,8725,'_tax_class',''),(78471,8725,'_line_subtotal','8.25'),(78472,8725,'_line_subtotal_tax','0'),(78473,8725,'_line_total','8.25'),(78474,8725,'_line_tax','0'),(78475,8725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78476,8726,'_product_id','49'),(78477,8726,'_variation_id','0'),(78478,8726,'_qty','1'),(78479,8726,'_tax_class',''),(78480,8726,'_line_subtotal','79.2'),(78481,8726,'_line_subtotal_tax','0'),(78482,8726,'_line_total','79.2'),(78483,8726,'_line_tax','0'),(78484,8726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78485,8727,'_product_id','120'),(78486,8727,'_variation_id','0'),(78487,8727,'_qty','1'),(78488,8727,'_tax_class',''),(78489,8727,'_line_subtotal','52.8'),(78490,8727,'_line_subtotal_tax','0'),(78491,8727,'_line_total','52.8'),(78492,8727,'_line_tax','0'),(78493,8727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78494,8728,'method_id','fedex'),(78495,8728,'instance_id','1'),(78496,8728,'cost','20.88'),(78497,8728,'total_tax','0'),(78498,8728,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78499,8728,'Package 1','17 × 14 × 10 (in) 13.25lbs × 1'),(78500,8729,'_product_id','42'),(78501,8729,'_variation_id','0'),(78502,8729,'_qty','1'),(78503,8729,'_tax_class',''),(78504,8729,'_line_subtotal','79.2'),(78505,8729,'_line_subtotal_tax','0'),(78506,8729,'_line_total','79.2'),(78507,8729,'_line_tax','0'),(78508,8729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78509,8730,'_product_id','120'),(78510,8730,'_variation_id','0'),(78511,8730,'_qty','1'),(78512,8730,'_tax_class',''),(78513,8730,'_line_subtotal','52.8'),(78514,8730,'_line_subtotal_tax','0'),(78515,8730,'_line_total','52.8'),(78516,8730,'_line_tax','0'),(78517,8730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78518,8731,'_product_id','137'),(78519,8731,'_variation_id','0'),(78520,8731,'_qty','1'),(78521,8731,'_tax_class',''),(78522,8731,'_line_subtotal','6.05'),(78523,8731,'_line_subtotal_tax','0'),(78524,8731,'_line_total','6.05'),(78525,8731,'_line_tax','0'),(78526,8731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78527,8732,'_product_id','148'),(78528,8732,'_variation_id','0'),(78529,8732,'_qty','1'),(78530,8732,'_tax_class',''),(78531,8732,'_line_subtotal','8.25'),(78532,8732,'_line_subtotal_tax','0'),(78533,8732,'_line_total','8.25'),(78534,8732,'_line_tax','0'),(78535,8732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78536,8733,'method_id','fedex'),(78537,8733,'instance_id','1'),(78538,8733,'cost','15.40'),(78539,8733,'total_tax','0'),(78540,8733,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78541,8733,'Package 1','17 × 14 × 10 (in) 10.35lbs × 1'),(78542,8734,'_product_id','41'),(78543,8734,'_variation_id','0'),(78544,8734,'_qty','3'),(78545,8734,'_tax_class',''),(78546,8734,'_line_subtotal','199.44'),(78547,8734,'_line_subtotal_tax','0'),(78548,8734,'_line_total','199.44'),(78549,8734,'_line_tax','0'),(78550,8734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78551,8735,'_product_id','43'),(78552,8735,'_variation_id','0'),(78553,8735,'_qty','1'),(78554,8735,'_tax_class',''),(78555,8735,'_line_subtotal','79.2'),(78556,8735,'_line_subtotal_tax','0'),(78557,8735,'_line_total','79.2'),(78558,8735,'_line_tax','0'),(78559,8735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78560,8736,'_product_id','49'),(78561,8736,'_variation_id','0'),(78562,8736,'_qty','2'),(78563,8736,'_tax_class',''),(78564,8736,'_line_subtotal','158.4'),(78565,8736,'_line_subtotal_tax','0'),(78566,8736,'_line_total','158.4'),(78567,8736,'_line_tax','0'),(78568,8736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78569,8737,'_product_id','148'),(78570,8737,'_variation_id','0'),(78571,8737,'_qty','2'),(78572,8737,'_tax_class',''),(78573,8737,'_line_subtotal','16.5'),(78574,8737,'_line_subtotal_tax','0'),(78575,8737,'_line_total','16.5'),(78576,8737,'_line_tax','0'),(78577,8737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78578,8738,'_product_id','137'),(78579,8738,'_variation_id','0'),(78580,8738,'_qty','6'),(78581,8738,'_tax_class',''),(78582,8738,'_line_subtotal','36.3'),(78583,8738,'_line_subtotal_tax','0'),(78584,8738,'_line_total','36.3'),(78585,8738,'_line_tax','0'),(78586,8738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78587,8739,'method_id','fedex'),(78588,8739,'instance_id','1'),(78589,8739,'cost','26.24'),(78590,8739,'total_tax','0'),(78591,8739,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78592,8739,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(78593,8740,'_product_id','38'),(78594,8740,'_variation_id','0'),(78595,8740,'_qty','3'),(78596,8740,'_tax_class',''),(78597,8740,'_line_subtotal','497.28'),(78598,8740,'_line_subtotal_tax','0'),(78599,8740,'_line_total','497.28'),(78600,8740,'_line_tax','0'),(78601,8740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78602,8741,'_product_id','41'),(78603,8741,'_variation_id','0'),(78604,8741,'_qty','3'),(78605,8741,'_tax_class',''),(78606,8741,'_line_subtotal','199.44'),(78607,8741,'_line_subtotal_tax','0'),(78608,8741,'_line_total','199.44'),(78609,8741,'_line_tax','0'),(78610,8741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78611,8742,'_product_id','23'),(78612,8742,'_variation_id','0'),(78613,8742,'_qty','5'),(78614,8742,'_tax_class',''),(78615,8742,'_line_subtotal','342.7'),(78616,8742,'_line_subtotal_tax','0'),(78617,8742,'_line_total','342.7'),(78618,8742,'_line_tax','0'),(78619,8742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78620,8743,'_product_id','43'),(78621,8743,'_variation_id','0'),(78622,8743,'_qty','4'),(78623,8743,'_tax_class',''),(78624,8743,'_line_subtotal','316.8'),(78625,8743,'_line_subtotal_tax','0'),(78626,8743,'_line_total','316.8'),(78627,8743,'_line_tax','0'),(78628,8743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78629,8744,'_product_id','490'),(78630,8744,'_variation_id','0'),(78631,8744,'_qty','3'),(78632,8744,'_tax_class',''),(78633,8744,'_line_subtotal','58.8'),(78634,8744,'_line_subtotal_tax','0'),(78635,8744,'_line_total','58.8'),(78636,8744,'_line_tax','0'),(78637,8744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78638,8745,'_product_id','131'),(78639,8745,'_variation_id','0'),(78640,8745,'_qty','3'),(78641,8745,'_tax_class',''),(78642,8745,'_line_subtotal','37.95'),(78643,8745,'_line_subtotal_tax','0'),(78644,8745,'_line_total','37.95'),(78645,8745,'_line_tax','0'),(78646,8745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78647,8746,'_product_id','44'),(78648,8746,'_variation_id','0'),(78649,8746,'_qty','1'),(78650,8746,'_tax_class',''),(78651,8746,'_line_subtotal','116.16'),(78652,8746,'_line_subtotal_tax','0'),(78653,8746,'_line_total','116.16'),(78654,8746,'_line_tax','0'),(78655,8746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78656,8747,'method_id','free_shipping'),(78657,8747,'instance_id','2'),(78658,8747,'cost','0.00'),(78659,8747,'total_tax','0'),(78660,8747,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78661,8747,'Items','Active Rinse 16oz(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 8oz(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 3, Disposable Capes &times; 3, Preventive Kit(Case of 6) &times; 1'),(78662,8734,'thwma_order_shipping_status','wc-pending'),(78663,8735,'thwma_order_shipping_status','wc-pending'),(78664,8736,'thwma_order_shipping_status','wc-pending'),(78665,8737,'thwma_order_shipping_status','wc-pending'),(78666,8738,'thwma_order_shipping_status','wc-pending'),(78667,8729,'thwma_order_shipping_status','wc-pending'),(78668,8730,'thwma_order_shipping_status','wc-pending'),(78669,8731,'thwma_order_shipping_status','wc-pending'),(78670,8732,'thwma_order_shipping_status','wc-pending'),(78671,8724,'thwma_order_shipping_status','wc-pending'),(78672,8725,'thwma_order_shipping_status','wc-pending'),(78673,8726,'thwma_order_shipping_status','wc-pending'),(78674,8727,'thwma_order_shipping_status','wc-pending'),(78675,8740,'thwma_order_shipping_status','wc-pending'),(78676,8741,'thwma_order_shipping_status','wc-pending'),(78677,8742,'thwma_order_shipping_status','wc-pending'),(78678,8743,'thwma_order_shipping_status','wc-pending'),(78679,8744,'thwma_order_shipping_status','wc-pending'),(78680,8745,'thwma_order_shipping_status','wc-pending'),(78681,8746,'thwma_order_shipping_status','wc-pending'),(78697,8750,'_product_id','490'),(78698,8750,'_variation_id','0'),(78699,8750,'_qty','4'),(78700,8750,'_tax_class',''),(78701,8750,'_line_subtotal','78.4'),(78702,8750,'_line_subtotal_tax','0'),(78703,8750,'_line_total','78.4'),(78704,8750,'_line_tax','0'),(78705,8750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78706,8751,'method_id','fedex'),(78707,8751,'instance_id','1'),(78708,8751,'cost','16.05'),(78709,8751,'total_tax','0'),(78710,8751,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78711,8751,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(78712,8752,'_product_id','23'),(78713,8752,'_variation_id','0'),(78714,8752,'_qty','2'),(78715,8752,'_tax_class',''),(78716,8752,'_line_subtotal','137.08'),(78717,8752,'_line_subtotal_tax','0'),(78718,8752,'_line_total','137.08'),(78719,8752,'_line_tax','0'),(78720,8752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78721,8753,'_product_id','38'),(78722,8753,'_variation_id','0'),(78723,8753,'_qty','2'),(78724,8753,'_tax_class',''),(78725,8753,'_line_subtotal','331.52'),(78726,8753,'_line_subtotal_tax','0'),(78727,8753,'_line_total','331.52'),(78728,8753,'_line_tax','0'),(78729,8753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78730,8754,'_product_id','490'),(78731,8754,'_variation_id','0'),(78732,8754,'_qty','10'),(78733,8754,'_tax_class',''),(78734,8754,'_line_subtotal','196'),(78735,8754,'_line_subtotal_tax','0'),(78736,8754,'_line_total','196'),(78737,8754,'_line_tax','0'),(78738,8754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78739,8755,'_product_id','131'),(78740,8755,'_variation_id','0'),(78741,8755,'_qty','2'),(78742,8755,'_tax_class',''),(78743,8755,'_line_subtotal','25.3'),(78744,8755,'_line_subtotal_tax','0'),(78745,8755,'_line_total','25.3'),(78746,8755,'_line_tax','0'),(78747,8755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78748,8756,'_product_id','41'),(78749,8756,'_variation_id','0'),(78750,8756,'_qty','2'),(78751,8756,'_tax_class',''),(78752,8756,'_line_subtotal','132.96'),(78753,8756,'_line_subtotal_tax','0'),(78754,8756,'_line_total','132.96'),(78755,8756,'_line_tax','0'),(78756,8756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78757,8757,'_product_id','133'),(78758,8757,'_variation_id','0'),(78759,8757,'_qty','1'),(78760,8757,'_tax_class',''),(78761,8757,'_line_subtotal','14.3'),(78762,8757,'_line_subtotal_tax','0'),(78763,8757,'_line_total','14.3'),(78764,8757,'_line_tax','0'),(78765,8757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78766,8758,'_product_id','488'),(78767,8758,'_variation_id','0'),(78768,8758,'_qty','1'),(78769,8758,'_tax_class',''),(78770,8758,'_line_subtotal','31.35'),(78771,8758,'_line_subtotal_tax','0'),(78772,8758,'_line_total','31.35'),(78773,8758,'_line_tax','0'),(78774,8758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78775,8759,'_product_id','487'),(78776,8759,'_variation_id','0'),(78777,8759,'_qty','1'),(78778,8759,'_tax_class',''),(78779,8759,'_line_subtotal','31.35'),(78780,8759,'_line_subtotal_tax','0'),(78781,8759,'_line_total','31.35'),(78782,8759,'_line_tax','0'),(78783,8759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78784,8760,'method_id','free_shipping'),(78785,8760,'instance_id','2'),(78786,8760,'cost','0.00'),(78787,8760,'total_tax','0'),(78788,8760,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78789,8760,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Capes &times; 2, Professional Lice Comb(Case of 12) &times; 2, Disposable Head Bands &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(78790,8761,'_product_id','23'),(78791,8761,'_variation_id','0'),(78792,8761,'_qty','9'),(78793,8761,'_tax_class',''),(78794,8761,'_line_subtotal','616.86'),(78795,8761,'_line_subtotal_tax','0'),(78796,8761,'_line_total','616.86'),(78797,8761,'_line_tax','0'),(78798,8761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78799,8762,'_product_id','38'),(78800,8762,'_variation_id','0'),(78801,8762,'_qty','6'),(78802,8762,'_tax_class',''),(78803,8762,'_line_subtotal','994.56'),(78804,8762,'_line_subtotal_tax','0'),(78805,8762,'_line_total','994.56'),(78806,8762,'_line_tax','0'),(78807,8762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78808,8763,'_product_id','42'),(78809,8763,'_variation_id','0'),(78810,8763,'_qty','9'),(78811,8763,'_tax_class',''),(78812,8763,'_line_subtotal','712.8'),(78813,8763,'_line_subtotal_tax','0'),(78814,8763,'_line_total','712.8'),(78815,8763,'_line_tax','0'),(78816,8763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78817,8764,'_product_id','41'),(78818,8764,'_variation_id','0'),(78819,8764,'_qty','9'),(78820,8764,'_tax_class',''),(78821,8764,'_line_subtotal','598.32'),(78822,8764,'_line_subtotal_tax','0'),(78823,8764,'_line_total','598.32'),(78824,8764,'_line_tax','0'),(78825,8764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78826,8765,'_product_id','118'),(78827,8765,'_variation_id','0'),(78828,8765,'_qty','6'),(78829,8765,'_tax_class',''),(78830,8765,'_line_subtotal','1108.8'),(78831,8765,'_line_subtotal_tax','0'),(78832,8765,'_line_total','1108.8'),(78833,8765,'_line_tax','0'),(78834,8765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78835,8766,'_product_id','51'),(78836,8766,'_variation_id','0'),(78837,8766,'_qty','6'),(78838,8766,'_tax_class',''),(78839,8766,'_line_subtotal','887.04'),(78840,8766,'_line_subtotal_tax','0'),(78841,8766,'_line_total','887.04'),(78842,8766,'_line_tax','0'),(78843,8766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78844,8767,'_product_id','39'),(78845,8767,'_variation_id','0'),(78846,8767,'_qty','9'),(78847,8767,'_tax_class',''),(78848,8767,'_line_subtotal','712.8'),(78849,8767,'_line_subtotal_tax','0'),(78850,8767,'_line_total','712.8'),(78851,8767,'_line_tax','0'),(78852,8767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78853,8768,'_product_id','40'),(78854,8768,'_variation_id','0'),(78855,8768,'_qty','9'),(78856,8768,'_tax_class',''),(78857,8768,'_line_subtotal','712.8'),(78858,8768,'_line_subtotal_tax','0'),(78859,8768,'_line_total','712.8'),(78860,8768,'_line_tax','0'),(78861,8768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78862,8769,'_product_id','120'),(78863,8769,'_variation_id','0'),(78864,8769,'_qty','6'),(78865,8769,'_tax_class',''),(78866,8769,'_line_subtotal','316.8'),(78867,8769,'_line_subtotal_tax','0'),(78868,8769,'_line_total','316.8'),(78869,8769,'_line_tax','0'),(78870,8769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78871,8770,'_product_id','43'),(78872,8770,'_variation_id','0'),(78873,8770,'_qty','9'),(78874,8770,'_tax_class',''),(78875,8770,'_line_subtotal','712.8'),(78876,8770,'_line_subtotal_tax','0'),(78877,8770,'_line_total','712.8'),(78878,8770,'_line_tax','0'),(78879,8770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78880,8771,'_product_id','44'),(78881,8771,'_variation_id','0'),(78882,8771,'_qty','6'),(78883,8771,'_tax_class',''),(78884,8771,'_line_subtotal','696.96'),(78885,8771,'_line_subtotal_tax','0'),(78886,8771,'_line_total','696.96'),(78887,8771,'_line_tax','0'),(78888,8771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78889,8772,'_product_id','490'),(78890,8772,'_variation_id','0'),(78891,8772,'_qty','45'),(78892,8772,'_tax_class',''),(78893,8772,'_line_subtotal','882'),(78894,8772,'_line_subtotal_tax','0'),(78895,8772,'_line_total','882'),(78896,8772,'_line_tax','0'),(78897,8772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78898,8773,'_product_id','487'),(78899,8773,'_variation_id','0'),(78900,8773,'_qty','6'),(78901,8773,'_tax_class',''),(78902,8773,'_line_subtotal','188.1'),(78903,8773,'_line_subtotal_tax','0'),(78904,8773,'_line_total','188.1'),(78905,8773,'_line_tax','0'),(78906,8773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78907,8774,'method_id','free_shipping'),(78908,8774,'instance_id','2'),(78909,8774,'cost','0.00'),(78910,8774,'total_tax','0'),(78911,8774,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78912,8774,'Items','Active Rinse 8oz(Case of 12) &times; 9, Active Rinse 16oz(Case of 16) &times; 6, Comb-Out Mousse(Case of 12) &times; 9, Professional Lice Comb(Case of 12) &times; 9, Urgent Care & Preventive Kit(Case of 6) &times; 6, Urgent Care Kit(Case of 6) &times; 6, Preventive Shampoo(Case of 12) &times; 9, Preventive Conditioner(Case of 12) &times; 9, Preventive Spray 2oz(Case of 24) &times; 6, Preventive Spray 8oz(Case of 12) &times; 9, Preventive Kit(Case of 6) &times; 6, Bulk Active Rinse 100% RM &times; 45, Bulk Mousse 1 Gallon RM &times; 6'),(78913,8775,'_product_id','23'),(78914,8775,'_variation_id','0'),(78915,8775,'_qty','2'),(78916,8775,'_tax_class',''),(78917,8775,'_line_subtotal','137.08'),(78918,8775,'_line_subtotal_tax','0'),(78919,8775,'_line_total','137.08'),(78920,8775,'_line_tax','0'),(78921,8775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78922,8776,'_product_id','38'),(78923,8776,'_variation_id','0'),(78924,8776,'_qty','1'),(78925,8776,'_tax_class',''),(78926,8776,'_line_subtotal','165.76'),(78927,8776,'_line_subtotal_tax','0'),(78928,8776,'_line_total','165.76'),(78929,8776,'_line_tax','0'),(78930,8776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78931,8777,'_product_id','41'),(78932,8777,'_variation_id','0'),(78933,8777,'_qty','4'),(78934,8777,'_tax_class',''),(78935,8777,'_line_subtotal','265.92'),(78936,8777,'_line_subtotal_tax','0'),(78937,8777,'_line_total','265.92'),(78938,8777,'_line_tax','0'),(78939,8777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78940,8778,'_product_id','49'),(78941,8778,'_variation_id','0'),(78942,8778,'_qty','1'),(78943,8778,'_tax_class',''),(78944,8778,'_line_subtotal','79.2'),(78945,8778,'_line_subtotal_tax','0'),(78946,8778,'_line_total','79.2'),(78947,8778,'_line_tax','0'),(78948,8778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78949,8779,'_product_id','93'),(78950,8779,'_variation_id','0'),(78951,8779,'_qty','3'),(78952,8779,'_tax_class',''),(78953,8779,'_line_subtotal','0'),(78954,8779,'_line_subtotal_tax','0'),(78955,8779,'_line_total','0'),(78956,8779,'_line_tax','0'),(78957,8779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78958,8780,'method_id','free_shipping'),(78959,8780,'instance_id','2'),(78960,8780,'cost','0.00'),(78961,8780,'total_tax','0'),(78962,8780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(78963,8780,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 3'),(78972,8752,'thwma_order_shipping_status','wc-pending'),(78973,8753,'thwma_order_shipping_status','wc-pending'),(78974,8754,'thwma_order_shipping_status','wc-pending'),(78975,8755,'thwma_order_shipping_status','wc-pending'),(78976,8756,'thwma_order_shipping_status','wc-pending'),(78977,8757,'thwma_order_shipping_status','wc-pending'),(78978,8758,'thwma_order_shipping_status','wc-pending'),(78979,8759,'thwma_order_shipping_status','wc-pending'),(78985,8781,'_product_id','23'),(78986,8781,'_variation_id','0'),(78987,8781,'_qty','4'),(78988,8781,'_tax_class',''),(78989,8781,'_line_subtotal','274.16'),(78990,8781,'_line_subtotal_tax','0'),(78991,8781,'_line_total','274.16'),(78992,8781,'_line_tax','0'),(78993,8781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(78994,8782,'_product_id','38'),(78995,8782,'_variation_id','0'),(78996,8782,'_qty','4'),(78997,8782,'_tax_class',''),(78998,8782,'_line_subtotal','663.04'),(78999,8782,'_line_subtotal_tax','0'),(79000,8782,'_line_total','663.04'),(79001,8782,'_line_tax','0'),(79002,8782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79003,8783,'_product_id','45'),(79004,8783,'_variation_id','0'),(79005,8783,'_qty','1'),(79006,8783,'_tax_class',''),(79007,8783,'_line_subtotal','42.24'),(79008,8783,'_line_subtotal_tax','0'),(79009,8783,'_line_total','42.24'),(79010,8783,'_line_tax','0'),(79011,8783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79012,8784,'_product_id','43'),(79013,8784,'_variation_id','0'),(79014,8784,'_qty','2'),(79015,8784,'_tax_class',''),(79016,8784,'_line_subtotal','158.4'),(79017,8784,'_line_subtotal_tax','0'),(79018,8784,'_line_total','158.4'),(79019,8784,'_line_tax','0'),(79020,8784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79021,8785,'_product_id','41'),(79022,8785,'_variation_id','0'),(79023,8785,'_qty','3'),(79024,8785,'_tax_class',''),(79025,8785,'_line_subtotal','199.44'),(79026,8785,'_line_subtotal_tax','0'),(79027,8785,'_line_total','199.44'),(79028,8785,'_line_tax','0'),(79029,8785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79030,8786,'_product_id','93'),(79031,8786,'_variation_id','0'),(79032,8786,'_qty','10'),(79033,8786,'_tax_class',''),(79034,8786,'_line_subtotal','0'),(79035,8786,'_line_subtotal_tax','0'),(79036,8786,'_line_total','0'),(79037,8786,'_line_tax','0'),(79038,8786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79039,8787,'_product_id','99'),(79040,8787,'_variation_id','0'),(79041,8787,'_qty','1'),(79042,8787,'_tax_class',''),(79043,8787,'_line_subtotal','0'),(79044,8787,'_line_subtotal_tax','0'),(79045,8787,'_line_total','0'),(79046,8787,'_line_tax','0'),(79047,8787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79048,8788,'method_id','free_shipping'),(79049,8788,'instance_id','2'),(79050,8788,'cost','0.00'),(79051,8788,'total_tax','0'),(79052,8788,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79053,8788,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10, Bulk Mousse 1 Gallon &times; 1'),(79054,8789,'_product_id','45'),(79055,8789,'_variation_id','0'),(79056,8789,'_qty','1'),(79057,8789,'_tax_class',''),(79058,8789,'_line_subtotal','42.24'),(79059,8789,'_line_subtotal_tax','0'),(79060,8789,'_line_total','42.24'),(79061,8789,'_line_tax','0'),(79062,8789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79063,8789,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(79064,8790,'_product_id','41'),(79065,8790,'_variation_id','0'),(79066,8790,'_qty','1'),(79067,8790,'_tax_class',''),(79068,8790,'_line_subtotal','66.48'),(79069,8790,'_line_subtotal_tax','0'),(79070,8790,'_line_total','66.48'),(79071,8790,'_line_tax','0'),(79072,8790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79073,8790,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(79074,8791,'_product_id','43'),(79075,8791,'_variation_id','0'),(79076,8791,'_qty','2'),(79077,8791,'_tax_class',''),(79078,8791,'_line_subtotal','158.4'),(79079,8791,'_line_subtotal_tax','0'),(79080,8791,'_line_total','158.4'),(79081,8791,'_line_tax','0'),(79082,8791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79083,8791,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(79084,8792,'_product_id','44'),(79085,8792,'_variation_id','0'),(79086,8792,'_qty','1'),(79087,8792,'_tax_class',''),(79088,8792,'_line_subtotal','116.16'),(79089,8792,'_line_subtotal_tax','0'),(79090,8792,'_line_total','116.16'),(79091,8792,'_line_tax','0'),(79092,8792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79093,8792,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(79094,8793,'_product_id','93'),(79095,8793,'_variation_id','0'),(79096,8793,'_qty','5'),(79097,8793,'_tax_class',''),(79098,8793,'_line_subtotal','0'),(79099,8793,'_line_subtotal_tax','0'),(79100,8793,'_line_total','0'),(79101,8793,'_line_tax','0'),(79102,8793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79103,8793,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:93;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(79104,8794,'method_id','fedex'),(79105,8794,'instance_id','1'),(79106,8794,'cost','135.73'),(79107,8794,'total_tax','0'),(79108,8794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79109,8794,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79110,8794,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79111,8794,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 1'),(79112,8795,'method_id','fedex'),(79113,8795,'instance_id','1'),(79114,8795,'cost','135.73'),(79115,8795,'total_tax','0'),(79116,8795,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79117,8795,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79118,8795,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79119,8795,'Items','Professional Lice Comb<br>(Case of 12) × 1'),(79120,8796,'method_id','fedex'),(79121,8796,'instance_id','1'),(79122,8796,'cost','135.73'),(79123,8796,'total_tax','0'),(79124,8796,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79125,8796,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79126,8796,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79127,8796,'Items','Preventive Spray 8oz<br>(Case of 12) × 2'),(79128,8797,'method_id','fedex'),(79129,8797,'instance_id','1'),(79130,8797,'cost','135.73'),(79131,8797,'total_tax','0'),(79132,8797,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79133,8797,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79134,8797,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79135,8797,'Items','Preventive Kit<br>(Case of 6) × 1'),(79136,8798,'method_id','fedex'),(79137,8798,'instance_id','1'),(79138,8798,'cost','135.73'),(79139,8798,'total_tax','0'),(79140,8798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79141,8798,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79142,8798,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79143,8798,'Items','Bulk Active Rinse 100% × 5'),(79151,8761,'thwma_order_shipping_status','wc-pending'),(79152,8762,'thwma_order_shipping_status','wc-pending'),(79153,8763,'thwma_order_shipping_status','wc-pending'),(79154,8764,'thwma_order_shipping_status','wc-pending'),(79155,8765,'thwma_order_shipping_status','wc-pending'),(79156,8766,'thwma_order_shipping_status','wc-pending'),(79157,8767,'thwma_order_shipping_status','wc-pending'),(79158,8768,'thwma_order_shipping_status','wc-pending'),(79159,8769,'thwma_order_shipping_status','wc-pending'),(79160,8770,'thwma_order_shipping_status','wc-pending'),(79161,8771,'thwma_order_shipping_status','wc-pending'),(79162,8772,'thwma_order_shipping_status','wc-pending'),(79163,8773,'thwma_order_shipping_status','wc-pending'),(79164,8789,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(79165,8789,'thwma_order_shipping_status','wc-pending'),(79166,8790,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(79167,8790,'thwma_order_shipping_status','wc-pending'),(79168,8791,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(79169,8791,'thwma_order_shipping_status','wc-pending'),(79170,8792,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(79171,8792,'thwma_order_shipping_status','wc-pending'),(79172,8793,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(79173,8793,'thwma_order_shipping_status','wc-pending'),(79174,8781,'thwma_order_shipping_status','wc-pending'),(79175,8782,'thwma_order_shipping_status','wc-pending'),(79176,8783,'thwma_order_shipping_status','wc-pending'),(79177,8784,'thwma_order_shipping_status','wc-pending'),(79178,8785,'thwma_order_shipping_status','wc-pending'),(79179,8786,'thwma_order_shipping_status','wc-pending'),(79180,8787,'thwma_order_shipping_status','wc-pending'),(79181,8799,'_product_id','43'),(79182,8799,'_variation_id','0'),(79183,8799,'_qty','2'),(79184,8799,'_tax_class',''),(79185,8799,'_line_subtotal','158.4'),(79186,8799,'_line_subtotal_tax','0'),(79187,8799,'_line_total','158.4'),(79188,8799,'_line_tax','0'),(79189,8799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79190,8800,'_product_id','23'),(79191,8800,'_variation_id','0'),(79192,8800,'_qty','6'),(79193,8800,'_tax_class',''),(79194,8800,'_line_subtotal','411.24'),(79195,8800,'_line_subtotal_tax','0'),(79196,8800,'_line_total','411.24'),(79197,8800,'_line_tax','0'),(79198,8800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79199,8801,'_product_id','93'),(79200,8801,'_variation_id','0'),(79201,8801,'_qty','1'),(79202,8801,'_tax_class',''),(79203,8801,'_line_subtotal','0'),(79204,8801,'_line_subtotal_tax','0'),(79205,8801,'_line_total','0'),(79206,8801,'_line_tax','0'),(79207,8801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79208,8802,'method_id','free_shipping'),(79209,8802,'instance_id','2'),(79210,8802,'cost','0.00'),(79211,8802,'total_tax','0'),(79212,8802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79213,8802,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 6, Bulk Active Rinse 100% &times; 1'),(79214,8803,'_product_id','23'),(79215,8803,'_variation_id','0'),(79216,8803,'_qty','3'),(79217,8803,'_tax_class',''),(79218,8803,'_line_subtotal','205.62'),(79219,8803,'_line_subtotal_tax','0'),(79220,8803,'_line_total','205.62'),(79221,8803,'_line_tax','0'),(79222,8803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79223,8804,'_product_id','38'),(79224,8804,'_variation_id','0'),(79225,8804,'_qty','2'),(79226,8804,'_tax_class',''),(79227,8804,'_line_subtotal','331.52'),(79228,8804,'_line_subtotal_tax','0'),(79229,8804,'_line_total','331.52'),(79230,8804,'_line_tax','0'),(79231,8804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79232,8805,'_product_id','41'),(79233,8805,'_variation_id','0'),(79234,8805,'_qty','5'),(79235,8805,'_tax_class',''),(79236,8805,'_line_subtotal','332.4'),(79237,8805,'_line_subtotal_tax','0'),(79238,8805,'_line_total','332.4'),(79239,8805,'_line_tax','0'),(79240,8805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79241,8806,'_product_id','51'),(79242,8806,'_variation_id','0'),(79243,8806,'_qty','2'),(79244,8806,'_tax_class',''),(79245,8806,'_line_subtotal','295.68'),(79246,8806,'_line_subtotal_tax','0'),(79247,8806,'_line_total','295.68'),(79248,8806,'_line_tax','0'),(79249,8806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79250,8807,'_product_id','39'),(79251,8807,'_variation_id','0'),(79252,8807,'_qty','2'),(79253,8807,'_tax_class',''),(79254,8807,'_line_subtotal','158.4'),(79255,8807,'_line_subtotal_tax','0'),(79256,8807,'_line_total','158.4'),(79257,8807,'_line_tax','0'),(79258,8807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79259,8808,'_product_id','44'),(79260,8808,'_variation_id','0'),(79261,8808,'_qty','1'),(79262,8808,'_tax_class',''),(79263,8808,'_line_subtotal','116.16'),(79264,8808,'_line_subtotal_tax','0'),(79265,8808,'_line_total','116.16'),(79266,8808,'_line_tax','0'),(79267,8808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79268,8809,'_product_id','490'),(79269,8809,'_variation_id','0'),(79270,8809,'_qty','20'),(79271,8809,'_tax_class',''),(79272,8809,'_line_subtotal','392'),(79273,8809,'_line_subtotal_tax','0'),(79274,8809,'_line_total','392'),(79275,8809,'_line_tax','0'),(79276,8809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79277,8810,'_product_id','487'),(79278,8810,'_variation_id','0'),(79279,8810,'_qty','3'),(79280,8810,'_tax_class',''),(79281,8810,'_line_subtotal','94.05'),(79282,8810,'_line_subtotal_tax','0'),(79283,8810,'_line_total','94.05'),(79284,8810,'_line_tax','0'),(79285,8810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79286,8811,'method_id','free_shipping'),(79287,8811,'instance_id','2'),(79288,8811,'cost','0.00'),(79289,8811,'total_tax','0'),(79290,8811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79291,8811,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Urgent Care Kit(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 3'),(79292,8803,'thwma_order_shipping_status','wc-pending'),(79293,8804,'thwma_order_shipping_status','wc-pending'),(79294,8805,'thwma_order_shipping_status','wc-pending'),(79295,8806,'thwma_order_shipping_status','wc-pending'),(79296,8807,'thwma_order_shipping_status','wc-pending'),(79297,8808,'thwma_order_shipping_status','wc-pending'),(79298,8809,'thwma_order_shipping_status','wc-pending'),(79299,8810,'thwma_order_shipping_status','wc-pending'),(79303,8812,'_product_id','23'),(79304,8812,'_variation_id','0'),(79305,8812,'_qty','1'),(79306,8812,'_tax_class',''),(79307,8812,'_line_subtotal','68.54'),(79308,8812,'_line_subtotal_tax','0'),(79309,8812,'_line_total','68.54'),(79310,8812,'_line_tax','0'),(79311,8812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79312,8813,'_product_id','38'),(79313,8813,'_variation_id','0'),(79314,8813,'_qty','1'),(79315,8813,'_tax_class',''),(79316,8813,'_line_subtotal','165.76'),(79317,8813,'_line_subtotal_tax','0'),(79318,8813,'_line_total','165.76'),(79319,8813,'_line_tax','0'),(79320,8813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79321,8814,'_product_id','45'),(79322,8814,'_variation_id','0'),(79323,8814,'_qty','2'),(79324,8814,'_tax_class',''),(79325,8814,'_line_subtotal','84.48'),(79326,8814,'_line_subtotal_tax','0'),(79327,8814,'_line_total','84.48'),(79328,8814,'_line_tax','0'),(79329,8814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79330,8815,'_product_id','51'),(79331,8815,'_variation_id','0'),(79332,8815,'_qty','1'),(79333,8815,'_tax_class',''),(79334,8815,'_line_subtotal','147.84'),(79335,8815,'_line_subtotal_tax','0'),(79336,8815,'_line_total','147.84'),(79337,8815,'_line_tax','0'),(79338,8815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79339,8816,'_product_id','118'),(79340,8816,'_variation_id','0'),(79341,8816,'_qty','1'),(79342,8816,'_tax_class',''),(79343,8816,'_line_subtotal','184.8'),(79344,8816,'_line_subtotal_tax','0'),(79345,8816,'_line_total','184.8'),(79346,8816,'_line_tax','0'),(79347,8816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79348,8817,'_product_id','43'),(79349,8817,'_variation_id','0'),(79350,8817,'_qty','1'),(79351,8817,'_tax_class',''),(79352,8817,'_line_subtotal','79.2'),(79353,8817,'_line_subtotal_tax','0'),(79354,8817,'_line_total','79.2'),(79355,8817,'_line_tax','0'),(79356,8817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79357,8818,'_product_id','49'),(79358,8818,'_variation_id','0'),(79359,8818,'_qty','1'),(79360,8818,'_tax_class',''),(79361,8818,'_line_subtotal','79.2'),(79362,8818,'_line_subtotal_tax','0'),(79363,8818,'_line_total','79.2'),(79364,8818,'_line_tax','0'),(79365,8818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79366,8819,'_product_id','490'),(79367,8819,'_variation_id','0'),(79368,8819,'_qty','10'),(79369,8819,'_tax_class',''),(79370,8819,'_line_subtotal','196'),(79371,8819,'_line_subtotal_tax','0'),(79372,8819,'_line_total','196'),(79373,8819,'_line_tax','0'),(79374,8819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79375,8820,'_product_id','488'),(79376,8820,'_variation_id','0'),(79377,8820,'_qty','2'),(79378,8820,'_tax_class',''),(79379,8820,'_line_subtotal','62.7'),(79380,8820,'_line_subtotal_tax','0'),(79381,8820,'_line_total','62.7'),(79382,8820,'_line_tax','0'),(79383,8820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79384,8821,'_product_id','487'),(79385,8821,'_variation_id','0'),(79386,8821,'_qty','1'),(79387,8821,'_tax_class',''),(79388,8821,'_line_subtotal','31.35'),(79389,8821,'_line_subtotal_tax','0'),(79390,8821,'_line_total','31.35'),(79391,8821,'_line_tax','0'),(79392,8821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79393,8822,'_product_id','41'),(79394,8822,'_variation_id','0'),(79395,8822,'_qty','1'),(79396,8822,'_tax_class',''),(79397,8822,'_line_subtotal','66.48'),(79398,8822,'_line_subtotal_tax','0'),(79399,8822,'_line_total','66.48'),(79400,8822,'_line_tax','0'),(79401,8822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79402,8823,'method_id','free_shipping'),(79403,8823,'instance_id','2'),(79404,8823,'cost','0.00'),(79405,8823,'total_tax','0'),(79406,8823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79407,8823,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(79408,8824,'_product_id','490'),(79409,8824,'_variation_id','0'),(79410,8824,'_qty','10'),(79411,8824,'_tax_class',''),(79412,8824,'_line_subtotal','196'),(79413,8824,'_line_subtotal_tax','0'),(79414,8824,'_line_total','196'),(79415,8824,'_line_tax','0'),(79416,8824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79417,8825,'_product_id','23'),(79418,8825,'_variation_id','0'),(79419,8825,'_qty','2'),(79420,8825,'_tax_class',''),(79421,8825,'_line_subtotal','137.08'),(79422,8825,'_line_subtotal_tax','0'),(79423,8825,'_line_total','137.08'),(79424,8825,'_line_tax','0'),(79425,8825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79426,8826,'_product_id','45'),(79427,8826,'_variation_id','0'),(79428,8826,'_qty','2'),(79429,8826,'_tax_class',''),(79430,8826,'_line_subtotal','84.48'),(79431,8826,'_line_subtotal_tax','0'),(79432,8826,'_line_total','84.48'),(79433,8826,'_line_tax','0'),(79434,8826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79435,8827,'_product_id','488'),(79436,8827,'_variation_id','0'),(79437,8827,'_qty','3'),(79438,8827,'_tax_class',''),(79439,8827,'_line_subtotal','94.05'),(79440,8827,'_line_subtotal_tax','0'),(79441,8827,'_line_total','94.05'),(79442,8827,'_line_tax','0'),(79443,8827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79444,8828,'_product_id','487'),(79445,8828,'_variation_id','0'),(79446,8828,'_qty','2'),(79447,8828,'_tax_class',''),(79448,8828,'_line_subtotal','62.7'),(79449,8828,'_line_subtotal_tax','0'),(79450,8828,'_line_total','62.7'),(79451,8828,'_line_tax','0'),(79452,8828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79453,8829,'method_id','free_shipping'),(79454,8829,'instance_id','2'),(79455,8829,'cost','0.00'),(79456,8829,'total_tax','0'),(79457,8829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79458,8829,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 3, Bulk Mousse 1 Gallon RM &times; 2'),(79459,8830,'_product_id','45'),(79460,8830,'_variation_id','0'),(79461,8830,'_qty','1'),(79462,8830,'_tax_class',''),(79463,8830,'_line_subtotal','42.24'),(79464,8830,'_line_subtotal_tax','0'),(79465,8830,'_line_total','42.24'),(79466,8830,'_line_tax','0'),(79467,8830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79468,8831,'_product_id','41'),(79469,8831,'_variation_id','0'),(79470,8831,'_qty','1'),(79471,8831,'_tax_class',''),(79472,8831,'_line_subtotal','66.48'),(79473,8831,'_line_subtotal_tax','0'),(79474,8831,'_line_total','66.48'),(79475,8831,'_line_tax','0'),(79476,8831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79477,8832,'_product_id','43'),(79478,8832,'_variation_id','0'),(79479,8832,'_qty','2'),(79480,8832,'_tax_class',''),(79481,8832,'_line_subtotal','158.4'),(79482,8832,'_line_subtotal_tax','0'),(79483,8832,'_line_total','158.4'),(79484,8832,'_line_tax','0'),(79485,8832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79486,8833,'_product_id','44'),(79487,8833,'_variation_id','0'),(79488,8833,'_qty','1'),(79489,8833,'_tax_class',''),(79490,8833,'_line_subtotal','116.16'),(79491,8833,'_line_subtotal_tax','0'),(79492,8833,'_line_total','116.16'),(79493,8833,'_line_tax','0'),(79494,8833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79495,8834,'_product_id','93'),(79496,8834,'_variation_id','0'),(79497,8834,'_qty','5'),(79498,8834,'_tax_class',''),(79499,8834,'_line_subtotal','0'),(79500,8834,'_line_subtotal_tax','0'),(79501,8834,'_line_total','0'),(79502,8834,'_line_tax','0'),(79503,8834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79504,8835,'method_id','fedex'),(79505,8835,'instance_id','1'),(79506,8835,'cost','136.61'),(79507,8835,'total_tax','0'),(79508,8835,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79509,8835,'Package 1','17 × 14 × 10 (in) 40.2lbs × 1'),(79510,8835,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(79511,8836,'_product_id','42'),(79512,8836,'_variation_id','0'),(79513,8836,'_qty','1'),(79514,8836,'_tax_class',''),(79515,8836,'_line_subtotal','79.2'),(79516,8836,'_line_subtotal_tax','0'),(79517,8836,'_line_total','79.2'),(79518,8836,'_line_tax','0'),(79519,8836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79520,8837,'_product_id','43'),(79521,8837,'_variation_id','0'),(79522,8837,'_qty','1'),(79523,8837,'_tax_class',''),(79524,8837,'_line_subtotal','79.2'),(79525,8837,'_line_subtotal_tax','0'),(79526,8837,'_line_total','79.2'),(79527,8837,'_line_tax','0'),(79528,8837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79529,8838,'_product_id','487'),(79530,8838,'_variation_id','0'),(79531,8838,'_qty','1'),(79532,8838,'_tax_class',''),(79533,8838,'_line_subtotal','31.35'),(79534,8838,'_line_subtotal_tax','0'),(79535,8838,'_line_total','31.35'),(79536,8838,'_line_tax','0'),(79537,8838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79538,8839,'_product_id','490'),(79539,8839,'_variation_id','0'),(79540,8839,'_qty','10'),(79541,8839,'_tax_class',''),(79542,8839,'_line_subtotal','196'),(79543,8839,'_line_subtotal_tax','0'),(79544,8839,'_line_total','196'),(79545,8839,'_line_tax','0'),(79546,8839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79547,8840,'_product_id','38'),(79548,8840,'_variation_id','0'),(79549,8840,'_qty','1'),(79550,8840,'_tax_class',''),(79551,8840,'_line_subtotal','165.76'),(79552,8840,'_line_subtotal_tax','0'),(79553,8840,'_line_total','165.76'),(79554,8840,'_line_tax','0'),(79555,8840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79556,8841,'_product_id','23'),(79557,8841,'_variation_id','0'),(79558,8841,'_qty','2'),(79559,8841,'_tax_class',''),(79560,8841,'_line_subtotal','137.08'),(79561,8841,'_line_subtotal_tax','0'),(79562,8841,'_line_total','137.08'),(79563,8841,'_line_tax','0'),(79564,8841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79565,8842,'_product_id','41'),(79566,8842,'_variation_id','0'),(79567,8842,'_qty','1'),(79568,8842,'_tax_class',''),(79569,8842,'_line_subtotal','66.48'),(79570,8842,'_line_subtotal_tax','0'),(79571,8842,'_line_total','66.48'),(79572,8842,'_line_tax','0'),(79573,8842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79574,8843,'_product_id','45'),(79575,8843,'_variation_id','0'),(79576,8843,'_qty','2'),(79577,8843,'_tax_class',''),(79578,8843,'_line_subtotal','84.48'),(79579,8843,'_line_subtotal_tax','0'),(79580,8843,'_line_total','84.48'),(79581,8843,'_line_tax','0'),(79582,8843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79583,8844,'method_id','free_shipping'),(79584,8844,'instance_id','2'),(79585,8844,'cost','0.00'),(79586,8844,'total_tax','0'),(79587,8844,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79588,8844,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(79589,8845,'_product_id','40'),(79590,8845,'_variation_id','0'),(79591,8845,'_qty','1'),(79592,8845,'_tax_class',''),(79593,8845,'_line_subtotal','79.2'),(79594,8845,'_line_subtotal_tax','0'),(79595,8845,'_line_total','79.2'),(79596,8845,'_line_tax','0'),(79597,8845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79598,8846,'_product_id','39'),(79599,8846,'_variation_id','0'),(79600,8846,'_qty','1'),(79601,8846,'_tax_class',''),(79602,8846,'_line_subtotal','79.2'),(79603,8846,'_line_subtotal_tax','0'),(79604,8846,'_line_total','79.2'),(79605,8846,'_line_tax','0'),(79606,8846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79607,8847,'_product_id','45'),(79608,8847,'_variation_id','0'),(79609,8847,'_qty','1'),(79610,8847,'_tax_class',''),(79611,8847,'_line_subtotal','42.24'),(79612,8847,'_line_subtotal_tax','0'),(79613,8847,'_line_total','42.24'),(79614,8847,'_line_tax','0'),(79615,8847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79616,8848,'_product_id','120'),(79617,8848,'_variation_id','0'),(79618,8848,'_qty','1'),(79619,8848,'_tax_class',''),(79620,8848,'_line_subtotal','52.8'),(79621,8848,'_line_subtotal_tax','0'),(79622,8848,'_line_total','52.8'),(79623,8848,'_line_tax','0'),(79624,8848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79625,8849,'_product_id','43'),(79626,8849,'_variation_id','0'),(79627,8849,'_qty','1'),(79628,8849,'_tax_class',''),(79629,8849,'_line_subtotal','79.2'),(79630,8849,'_line_subtotal_tax','0'),(79631,8849,'_line_total','79.2'),(79632,8849,'_line_tax','0'),(79633,8849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79634,8850,'_product_id','41'),(79635,8850,'_variation_id','0'),(79636,8850,'_qty','2'),(79637,8850,'_tax_class',''),(79638,8850,'_line_subtotal','132.96'),(79639,8850,'_line_subtotal_tax','0'),(79640,8850,'_line_total','132.96'),(79641,8850,'_line_tax','0'),(79642,8850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79643,8851,'_product_id','38'),(79644,8851,'_variation_id','0'),(79645,8851,'_qty','1'),(79646,8851,'_tax_class',''),(79647,8851,'_line_subtotal','165.76'),(79648,8851,'_line_subtotal_tax','0'),(79649,8851,'_line_total','165.76'),(79650,8851,'_line_tax','0'),(79651,8851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79652,8852,'method_id','free_shipping'),(79653,8852,'instance_id','2'),(79654,8852,'cost','0.00'),(79655,8852,'total_tax','0'),(79656,8852,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79657,8852,'Items','Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1'),(79658,8853,'_product_id','23'),(79659,8853,'_variation_id','0'),(79660,8853,'_qty','2'),(79661,8853,'_tax_class',''),(79662,8853,'_line_subtotal','137.08'),(79663,8853,'_line_subtotal_tax','0'),(79664,8853,'_line_total','137.08'),(79665,8853,'_line_tax','0'),(79666,8853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79667,8854,'_product_id','42'),(79668,8854,'_variation_id','0'),(79669,8854,'_qty','1'),(79670,8854,'_tax_class',''),(79671,8854,'_line_subtotal','79.2'),(79672,8854,'_line_subtotal_tax','0'),(79673,8854,'_line_total','79.2'),(79674,8854,'_line_tax','0'),(79675,8854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79676,8855,'_product_id','43'),(79677,8855,'_variation_id','0'),(79678,8855,'_qty','2'),(79679,8855,'_tax_class',''),(79680,8855,'_line_subtotal','158.4'),(79681,8855,'_line_subtotal_tax','0'),(79682,8855,'_line_total','158.4'),(79683,8855,'_line_tax','0'),(79684,8855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79685,8856,'_product_id','120'),(79686,8856,'_variation_id','0'),(79687,8856,'_qty','1'),(79688,8856,'_tax_class',''),(79689,8856,'_line_subtotal','52.8'),(79690,8856,'_line_subtotal_tax','0'),(79691,8856,'_line_total','52.8'),(79692,8856,'_line_tax','0'),(79693,8856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79694,8857,'_product_id','40'),(79695,8857,'_variation_id','0'),(79696,8857,'_qty','1'),(79697,8857,'_tax_class',''),(79698,8857,'_line_subtotal','79.2'),(79699,8857,'_line_subtotal_tax','0'),(79700,8857,'_line_total','79.2'),(79701,8857,'_line_tax','0'),(79702,8857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79703,8858,'_product_id','41'),(79704,8858,'_variation_id','0'),(79705,8858,'_qty','2'),(79706,8858,'_tax_class',''),(79707,8858,'_line_subtotal','132.96'),(79708,8858,'_line_subtotal_tax','0'),(79709,8858,'_line_total','132.96'),(79710,8858,'_line_tax','0'),(79711,8858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79712,8859,'_product_id','39'),(79713,8859,'_variation_id','0'),(79714,8859,'_qty','1'),(79715,8859,'_tax_class',''),(79716,8859,'_line_subtotal','79.2'),(79717,8859,'_line_subtotal_tax','0'),(79718,8859,'_line_total','79.2'),(79719,8859,'_line_tax','0'),(79720,8859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79721,8860,'_product_id','49'),(79722,8860,'_variation_id','0'),(79723,8860,'_qty','1'),(79724,8860,'_tax_class',''),(79725,8860,'_line_subtotal','79.2'),(79726,8860,'_line_subtotal_tax','0'),(79727,8860,'_line_total','79.2'),(79728,8860,'_line_tax','0'),(79729,8860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79730,8861,'_product_id','38'),(79731,8861,'_variation_id','0'),(79732,8861,'_qty','3'),(79733,8861,'_tax_class',''),(79734,8861,'_line_subtotal','497.28'),(79735,8861,'_line_subtotal_tax','0'),(79736,8861,'_line_total','497.28'),(79737,8861,'_line_tax','0'),(79738,8861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79739,8862,'method_id','free_shipping'),(79740,8862,'instance_id','2'),(79741,8862,'cost','0.00'),(79742,8862,'total_tax','0'),(79743,8862,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79744,8862,'Items','Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 3'),(79745,8863,'_product_id','39'),(79746,8863,'_variation_id','0'),(79747,8863,'_qty','1'),(79748,8863,'_tax_class',''),(79749,8863,'_line_subtotal','79.2'),(79750,8863,'_line_subtotal_tax','0'),(79751,8863,'_line_total','79.2'),(79752,8863,'_line_tax','0'),(79753,8863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79754,8864,'_product_id','40'),(79755,8864,'_variation_id','0'),(79756,8864,'_qty','1'),(79757,8864,'_tax_class',''),(79758,8864,'_line_subtotal','79.2'),(79759,8864,'_line_subtotal_tax','0'),(79760,8864,'_line_total','79.2'),(79761,8864,'_line_tax','0'),(79762,8864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79763,8865,'_product_id','49'),(79764,8865,'_variation_id','0'),(79765,8865,'_qty','1'),(79766,8865,'_tax_class',''),(79767,8865,'_line_subtotal','79.2'),(79768,8865,'_line_subtotal_tax','0'),(79769,8865,'_line_total','79.2'),(79770,8865,'_line_tax','0'),(79771,8865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79772,8866,'_product_id','43'),(79773,8866,'_variation_id','0'),(79774,8866,'_qty','1'),(79775,8866,'_tax_class',''),(79776,8866,'_line_subtotal','79.2'),(79777,8866,'_line_subtotal_tax','0'),(79778,8866,'_line_total','79.2'),(79779,8866,'_line_tax','0'),(79780,8866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79781,8867,'_product_id','490'),(79782,8867,'_variation_id','0'),(79783,8867,'_qty','5'),(79784,8867,'_tax_class',''),(79785,8867,'_line_subtotal','98'),(79786,8867,'_line_subtotal_tax','0'),(79787,8867,'_line_total','98'),(79788,8867,'_line_tax','0'),(79789,8867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79790,8868,'_product_id','41'),(79791,8868,'_variation_id','0'),(79792,8868,'_qty','1'),(79793,8868,'_tax_class',''),(79794,8868,'_line_subtotal','66.48'),(79795,8868,'_line_subtotal_tax','0'),(79796,8868,'_line_total','66.48'),(79797,8868,'_line_tax','0'),(79798,8868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79799,8869,'_product_id','23'),(79800,8869,'_variation_id','0'),(79801,8869,'_qty','1'),(79802,8869,'_tax_class',''),(79803,8869,'_line_subtotal','68.54'),(79804,8869,'_line_subtotal_tax','0'),(79805,8869,'_line_total','68.54'),(79806,8869,'_line_tax','0'),(79807,8869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79808,8870,'method_id','free_shipping'),(79809,8870,'instance_id','2'),(79810,8870,'cost','0.00'),(79811,8870,'total_tax','0'),(79812,8870,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79813,8870,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(79822,8836,'thwma_order_shipping_status','wc-pending'),(79823,8837,'thwma_order_shipping_status','wc-pending'),(79824,8838,'thwma_order_shipping_status','wc-pending'),(79825,8839,'thwma_order_shipping_status','wc-pending'),(79826,8840,'thwma_order_shipping_status','wc-pending'),(79827,8841,'thwma_order_shipping_status','wc-pending'),(79828,8842,'thwma_order_shipping_status','wc-pending'),(79829,8843,'thwma_order_shipping_status','wc-pending'),(79830,8845,'thwma_order_shipping_status','wc-pending'),(79831,8846,'thwma_order_shipping_status','wc-pending'),(79832,8847,'thwma_order_shipping_status','wc-pending'),(79833,8848,'thwma_order_shipping_status','wc-pending'),(79834,8849,'thwma_order_shipping_status','wc-pending'),(79835,8850,'thwma_order_shipping_status','wc-pending'),(79836,8851,'thwma_order_shipping_status','wc-pending'),(79837,8812,'thwma_order_shipping_status','wc-pending'),(79838,8813,'thwma_order_shipping_status','wc-pending'),(79839,8814,'thwma_order_shipping_status','wc-pending'),(79840,8815,'thwma_order_shipping_status','wc-pending'),(79841,8816,'thwma_order_shipping_status','wc-pending'),(79842,8817,'thwma_order_shipping_status','wc-pending'),(79843,8818,'thwma_order_shipping_status','wc-pending'),(79844,8819,'thwma_order_shipping_status','wc-pending'),(79845,8820,'thwma_order_shipping_status','wc-pending'),(79846,8821,'thwma_order_shipping_status','wc-pending'),(79847,8822,'thwma_order_shipping_status','wc-pending'),(79848,8824,'thwma_order_shipping_status','wc-pending'),(79849,8825,'thwma_order_shipping_status','wc-pending'),(79850,8826,'thwma_order_shipping_status','wc-pending'),(79851,8827,'thwma_order_shipping_status','wc-pending'),(79852,8828,'thwma_order_shipping_status','wc-pending'),(79853,8799,'thwma_order_shipping_status','wc-pending'),(79854,8800,'thwma_order_shipping_status','wc-pending'),(79855,8801,'thwma_order_shipping_status','wc-pending'),(79856,8853,'thwma_order_shipping_status','wc-pending'),(79857,8854,'thwma_order_shipping_status','wc-pending'),(79858,8855,'thwma_order_shipping_status','wc-pending'),(79859,8856,'thwma_order_shipping_status','wc-pending'),(79860,8857,'thwma_order_shipping_status','wc-pending'),(79861,8858,'thwma_order_shipping_status','wc-pending'),(79862,8859,'thwma_order_shipping_status','wc-pending'),(79863,8860,'thwma_order_shipping_status','wc-pending'),(79864,8861,'thwma_order_shipping_status','wc-pending'),(79872,8863,'thwma_order_shipping_status','wc-pending'),(79873,8864,'thwma_order_shipping_status','wc-pending'),(79874,8865,'thwma_order_shipping_status','wc-pending'),(79875,8866,'thwma_order_shipping_status','wc-pending'),(79876,8867,'thwma_order_shipping_status','wc-pending'),(79877,8868,'thwma_order_shipping_status','wc-pending'),(79878,8869,'thwma_order_shipping_status','wc-pending'),(79879,8871,'_product_id','23'),(79880,8871,'_variation_id','0'),(79881,8871,'_qty','1'),(79882,8871,'_tax_class',''),(79883,8871,'_line_subtotal','68.54'),(79884,8871,'_line_subtotal_tax','0'),(79885,8871,'_line_total','68.54'),(79886,8871,'_line_tax','0'),(79887,8871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79888,8872,'_product_id','38'),(79889,8872,'_variation_id','0'),(79890,8872,'_qty','1'),(79891,8872,'_tax_class',''),(79892,8872,'_line_subtotal','165.76'),(79893,8872,'_line_subtotal_tax','0'),(79894,8872,'_line_total','165.76'),(79895,8872,'_line_tax','0'),(79896,8872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79897,8873,'_product_id','42'),(79898,8873,'_variation_id','0'),(79899,8873,'_qty','1'),(79900,8873,'_tax_class',''),(79901,8873,'_line_subtotal','79.2'),(79902,8873,'_line_subtotal_tax','0'),(79903,8873,'_line_total','79.2'),(79904,8873,'_line_tax','0'),(79905,8873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79906,8874,'_product_id','45'),(79907,8874,'_variation_id','0'),(79908,8874,'_qty','1'),(79909,8874,'_tax_class',''),(79910,8874,'_line_subtotal','42.24'),(79911,8874,'_line_subtotal_tax','0'),(79912,8874,'_line_total','42.24'),(79913,8874,'_line_tax','0'),(79914,8874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79915,8875,'_product_id','41'),(79916,8875,'_variation_id','0'),(79917,8875,'_qty','1'),(79918,8875,'_tax_class',''),(79919,8875,'_line_subtotal','66.48'),(79920,8875,'_line_subtotal_tax','0'),(79921,8875,'_line_total','66.48'),(79922,8875,'_line_tax','0'),(79923,8875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79924,8876,'_product_id','39'),(79925,8876,'_variation_id','0'),(79926,8876,'_qty','1'),(79927,8876,'_tax_class',''),(79928,8876,'_line_subtotal','79.2'),(79929,8876,'_line_subtotal_tax','0'),(79930,8876,'_line_total','79.2'),(79931,8876,'_line_tax','0'),(79932,8876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79933,8877,'_product_id','40'),(79934,8877,'_variation_id','0'),(79935,8877,'_qty','1'),(79936,8877,'_tax_class',''),(79937,8877,'_line_subtotal','79.2'),(79938,8877,'_line_subtotal_tax','0'),(79939,8877,'_line_total','79.2'),(79940,8877,'_line_tax','0'),(79941,8877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79942,8878,'_product_id','120'),(79943,8878,'_variation_id','0'),(79944,8878,'_qty','1'),(79945,8878,'_tax_class',''),(79946,8878,'_line_subtotal','52.8'),(79947,8878,'_line_subtotal_tax','0'),(79948,8878,'_line_total','52.8'),(79949,8878,'_line_tax','0'),(79950,8878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79951,8879,'_product_id','43'),(79952,8879,'_variation_id','0'),(79953,8879,'_qty','1'),(79954,8879,'_tax_class',''),(79955,8879,'_line_subtotal','79.2'),(79956,8879,'_line_subtotal_tax','0'),(79957,8879,'_line_total','79.2'),(79958,8879,'_line_tax','0'),(79959,8879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79960,8880,'method_id','free_shipping'),(79961,8880,'instance_id','2'),(79962,8880,'cost','0.00'),(79963,8880,'total_tax','0'),(79964,8880,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(79965,8880,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(79976,8775,'thwma_order_shipping_status','wc-pending'),(79977,8776,'thwma_order_shipping_status','wc-pending'),(79978,8777,'thwma_order_shipping_status','wc-pending'),(79979,8778,'thwma_order_shipping_status','wc-pending'),(79980,8779,'thwma_order_shipping_status','wc-pending'),(79981,8881,'_product_id','23'),(79982,8881,'_variation_id','0'),(79983,8881,'_qty','3'),(79984,8881,'_tax_class',''),(79985,8881,'_line_subtotal','205.62'),(79986,8881,'_line_subtotal_tax','0'),(79987,8881,'_line_total','205.62'),(79988,8881,'_line_tax','0'),(79989,8881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79990,8882,'_product_id','42'),(79991,8882,'_variation_id','0'),(79992,8882,'_qty','1'),(79993,8882,'_tax_class',''),(79994,8882,'_line_subtotal','79.2'),(79995,8882,'_line_subtotal_tax','0'),(79996,8882,'_line_total','79.2'),(79997,8882,'_line_tax','0'),(79998,8882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(79999,8883,'_product_id','41'),(80000,8883,'_variation_id','0'),(80001,8883,'_qty','1'),(80002,8883,'_tax_class',''),(80003,8883,'_line_subtotal','66.48'),(80004,8883,'_line_subtotal_tax','0'),(80005,8883,'_line_total','66.48'),(80006,8883,'_line_tax','0'),(80007,8883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80008,8884,'_product_id','49'),(80009,8884,'_variation_id','0'),(80010,8884,'_qty','1'),(80011,8884,'_tax_class',''),(80012,8884,'_line_subtotal','79.2'),(80013,8884,'_line_subtotal_tax','0'),(80014,8884,'_line_total','79.2'),(80015,8884,'_line_tax','0'),(80016,8884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80017,8885,'_product_id','116'),(80018,8885,'_variation_id','0'),(80019,8885,'_qty','1'),(80020,8885,'_tax_class',''),(80021,8885,'_line_subtotal','145.44'),(80022,8885,'_line_subtotal_tax','0'),(80023,8885,'_line_total','145.44'),(80024,8885,'_line_tax','0'),(80025,8885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80026,8886,'_product_id','93'),(80027,8886,'_variation_id','0'),(80028,8886,'_qty','1'),(80029,8886,'_tax_class',''),(80030,8886,'_line_subtotal','0'),(80031,8886,'_line_subtotal_tax','0'),(80032,8886,'_line_total','0'),(80033,8886,'_line_tax','0'),(80034,8886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80035,8887,'method_id','fedex'),(80036,8887,'instance_id','1'),(80037,8887,'cost','33.51'),(80038,8887,'total_tax','0'),(80039,8887,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80040,8887,'Package 1','17 × 14 × 10 (in) 29.7lbs × 1'),(80041,8887,'Package 2','17 × 14 × 10 (in) 20.15lbs × 1'),(80042,8871,'thwma_order_shipping_status','wc-pending'),(80043,8872,'thwma_order_shipping_status','wc-pending'),(80044,8873,'thwma_order_shipping_status','wc-pending'),(80045,8874,'thwma_order_shipping_status','wc-pending'),(80046,8875,'thwma_order_shipping_status','wc-pending'),(80047,8876,'thwma_order_shipping_status','wc-pending'),(80048,8877,'thwma_order_shipping_status','wc-pending'),(80049,8878,'thwma_order_shipping_status','wc-pending'),(80050,8879,'thwma_order_shipping_status','wc-pending'),(80057,8888,'_product_id','23'),(80058,8888,'_variation_id','0'),(80059,8888,'_qty','1'),(80060,8888,'_tax_class',''),(80061,8888,'_line_subtotal','68.54'),(80062,8888,'_line_subtotal_tax','0'),(80063,8888,'_line_total','68.54'),(80064,8888,'_line_tax','0'),(80065,8888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80066,8889,'_product_id','45'),(80067,8889,'_variation_id','0'),(80068,8889,'_qty','1'),(80069,8889,'_tax_class',''),(80070,8889,'_line_subtotal','42.24'),(80071,8889,'_line_subtotal_tax','0'),(80072,8889,'_line_total','42.24'),(80073,8889,'_line_tax','0'),(80074,8889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80075,8890,'_product_id','41'),(80076,8890,'_variation_id','0'),(80077,8890,'_qty','1'),(80078,8890,'_tax_class',''),(80079,8890,'_line_subtotal','66.48'),(80080,8890,'_line_subtotal_tax','0'),(80081,8890,'_line_total','66.48'),(80082,8890,'_line_tax','0'),(80083,8890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80084,8891,'_product_id','51'),(80085,8891,'_variation_id','0'),(80086,8891,'_qty','1'),(80087,8891,'_tax_class',''),(80088,8891,'_line_subtotal','147.84'),(80089,8891,'_line_subtotal_tax','0'),(80090,8891,'_line_total','147.84'),(80091,8891,'_line_tax','0'),(80092,8891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80093,8892,'_product_id','116'),(80094,8892,'_variation_id','0'),(80095,8892,'_qty','1'),(80096,8892,'_tax_class',''),(80097,8892,'_line_subtotal','145.44'),(80098,8892,'_line_subtotal_tax','0'),(80099,8892,'_line_total','145.44'),(80100,8892,'_line_tax','0'),(80101,8892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80102,8893,'_product_id','44'),(80103,8893,'_variation_id','0'),(80104,8893,'_qty','1'),(80105,8893,'_tax_class',''),(80106,8893,'_line_subtotal','116.16'),(80107,8893,'_line_subtotal_tax','0'),(80108,8893,'_line_total','116.16'),(80109,8893,'_line_tax','0'),(80110,8893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80111,8894,'_product_id','490'),(80112,8894,'_variation_id','0'),(80113,8894,'_qty','1'),(80114,8894,'_tax_class',''),(80115,8894,'_line_subtotal','19.6'),(80116,8894,'_line_subtotal_tax','0'),(80117,8894,'_line_total','19.6'),(80118,8894,'_line_tax','0'),(80119,8894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80120,8895,'_product_id','487'),(80121,8895,'_variation_id','0'),(80122,8895,'_qty','1'),(80123,8895,'_tax_class',''),(80124,8895,'_line_subtotal','31.35'),(80125,8895,'_line_subtotal_tax','0'),(80126,8895,'_line_total','31.35'),(80127,8895,'_line_tax','0'),(80128,8895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80129,8896,'method_id','free_shipping'),(80130,8896,'instance_id','2'),(80131,8896,'cost','0.00'),(80132,8896,'total_tax','0'),(80133,8896,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80134,8896,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(80135,8897,'_product_id','23'),(80136,8897,'_variation_id','0'),(80137,8897,'_qty','6'),(80138,8897,'_tax_class',''),(80139,8897,'_line_subtotal','411.24'),(80140,8897,'_line_subtotal_tax','0'),(80141,8897,'_line_total','411.24'),(80142,8897,'_line_tax','0'),(80143,8897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80144,8898,'_product_id','41'),(80145,8898,'_variation_id','0'),(80146,8898,'_qty','6'),(80147,8898,'_tax_class',''),(80148,8898,'_line_subtotal','398.88'),(80149,8898,'_line_subtotal_tax','0'),(80150,8898,'_line_total','398.88'),(80151,8898,'_line_tax','0'),(80152,8898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80153,8899,'_product_id','39'),(80154,8899,'_variation_id','0'),(80155,8899,'_qty','2'),(80156,8899,'_tax_class',''),(80157,8899,'_line_subtotal','158.4'),(80158,8899,'_line_subtotal_tax','0'),(80159,8899,'_line_total','158.4'),(80160,8899,'_line_tax','0'),(80161,8899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80162,8900,'_product_id','40'),(80163,8900,'_variation_id','0'),(80164,8900,'_qty','2'),(80165,8900,'_tax_class',''),(80166,8900,'_line_subtotal','158.4'),(80167,8900,'_line_subtotal_tax','0'),(80168,8900,'_line_total','158.4'),(80169,8900,'_line_tax','0'),(80170,8900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80171,8901,'_product_id','49'),(80172,8901,'_variation_id','0'),(80173,8901,'_qty','6'),(80174,8901,'_tax_class',''),(80175,8901,'_line_subtotal','475.2'),(80176,8901,'_line_subtotal_tax','0'),(80177,8901,'_line_total','475.2'),(80178,8901,'_line_tax','0'),(80179,8901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80180,8902,'method_id','free_shipping'),(80181,8902,'instance_id','2'),(80182,8902,'cost','0.00'),(80183,8902,'total_tax','0'),(80184,8902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80185,8902,'Items','Active Rinse 8oz(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 6, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 6'),(80186,8888,'thwma_order_shipping_status','wc-pending'),(80187,8889,'thwma_order_shipping_status','wc-pending'),(80188,8890,'thwma_order_shipping_status','wc-pending'),(80189,8891,'thwma_order_shipping_status','wc-pending'),(80190,8892,'thwma_order_shipping_status','wc-pending'),(80191,8893,'thwma_order_shipping_status','wc-pending'),(80192,8894,'thwma_order_shipping_status','wc-pending'),(80193,8895,'thwma_order_shipping_status','wc-pending'),(80194,8903,'_product_id','489'),(80195,8903,'_variation_id','0'),(80196,8903,'_qty','7'),(80197,8903,'_tax_class',''),(80198,8903,'_line_subtotal','133.28'),(80199,8903,'_line_subtotal_tax','0'),(80200,8903,'_line_total','133.28'),(80201,8903,'_line_tax','0'),(80202,8903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80203,8904,'_product_id','43'),(80204,8904,'_variation_id','0'),(80205,8904,'_qty','5'),(80206,8904,'_tax_class',''),(80207,8904,'_line_subtotal','396'),(80208,8904,'_line_subtotal_tax','0'),(80209,8904,'_line_total','396'),(80210,8904,'_line_tax','0'),(80211,8904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80212,8905,'_product_id','23'),(80213,8905,'_variation_id','0'),(80214,8905,'_qty','7'),(80215,8905,'_tax_class',''),(80216,8905,'_line_subtotal','479.78'),(80217,8905,'_line_subtotal_tax','0'),(80218,8905,'_line_total','479.78'),(80219,8905,'_line_tax','0'),(80220,8905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80221,8906,'_product_id','49'),(80222,8906,'_variation_id','0'),(80223,8906,'_qty','4'),(80224,8906,'_tax_class',''),(80225,8906,'_line_subtotal','316.8'),(80226,8906,'_line_subtotal_tax','0'),(80227,8906,'_line_total','316.8'),(80228,8906,'_line_tax','0'),(80229,8906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80230,8907,'_product_id','133'),(80231,8907,'_variation_id','0'),(80232,8907,'_qty','3'),(80233,8907,'_tax_class',''),(80234,8907,'_line_subtotal','42.9'),(80235,8907,'_line_subtotal_tax','0'),(80236,8907,'_line_total','42.9'),(80237,8907,'_line_tax','0'),(80238,8907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80239,8908,'_product_id','487'),(80240,8908,'_variation_id','0'),(80241,8908,'_qty','2'),(80242,8908,'_tax_class',''),(80243,8908,'_line_subtotal','62.7'),(80244,8908,'_line_subtotal_tax','0'),(80245,8908,'_line_total','62.7'),(80246,8908,'_line_tax','0'),(80247,8908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80248,8909,'_product_id','488'),(80249,8909,'_variation_id','0'),(80250,8909,'_qty','2'),(80251,8909,'_tax_class',''),(80252,8909,'_line_subtotal','62.7'),(80253,8909,'_line_subtotal_tax','0'),(80254,8909,'_line_total','62.7'),(80255,8909,'_line_tax','0'),(80256,8909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80257,8910,'_product_id','42'),(80258,8910,'_variation_id','0'),(80259,8910,'_qty','2'),(80260,8910,'_tax_class',''),(80261,8910,'_line_subtotal','158.4'),(80262,8910,'_line_subtotal_tax','0'),(80263,8910,'_line_total','158.4'),(80264,8910,'_line_tax','0'),(80265,8910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80266,8911,'_product_id','45'),(80267,8911,'_variation_id','0'),(80268,8911,'_qty','1'),(80269,8911,'_tax_class',''),(80270,8911,'_line_subtotal','42.24'),(80271,8911,'_line_subtotal_tax','0'),(80272,8911,'_line_total','42.24'),(80273,8911,'_line_tax','0'),(80274,8911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80275,8912,'_product_id','41'),(80276,8912,'_variation_id','0'),(80277,8912,'_qty','1'),(80278,8912,'_tax_class',''),(80279,8912,'_line_subtotal','66.48'),(80280,8912,'_line_subtotal_tax','0'),(80281,8912,'_line_total','66.48'),(80282,8912,'_line_tax','0'),(80283,8912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80284,8913,'_product_id','118'),(80285,8913,'_variation_id','0'),(80286,8913,'_qty','1'),(80287,8913,'_tax_class',''),(80288,8913,'_line_subtotal','184.8'),(80289,8913,'_line_subtotal_tax','0'),(80290,8913,'_line_total','184.8'),(80291,8913,'_line_tax','0'),(80292,8913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80293,8914,'_product_id','51'),(80294,8914,'_variation_id','0'),(80295,8914,'_qty','1'),(80296,8914,'_tax_class',''),(80297,8914,'_line_subtotal','147.84'),(80298,8914,'_line_subtotal_tax','0'),(80299,8914,'_line_total','147.84'),(80300,8914,'_line_tax','0'),(80301,8914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80302,8915,'_product_id','120'),(80303,8915,'_variation_id','0'),(80304,8915,'_qty','2'),(80305,8915,'_tax_class',''),(80306,8915,'_line_subtotal','105.6'),(80307,8915,'_line_subtotal_tax','0'),(80308,8915,'_line_total','105.6'),(80309,8915,'_line_tax','0'),(80310,8915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80311,8916,'_product_id','39'),(80312,8916,'_variation_id','0'),(80313,8916,'_qty','1'),(80314,8916,'_tax_class',''),(80315,8916,'_line_subtotal','79.2'),(80316,8916,'_line_subtotal_tax','0'),(80317,8916,'_line_total','79.2'),(80318,8916,'_line_tax','0'),(80319,8916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80320,8917,'_product_id','44'),(80321,8917,'_variation_id','0'),(80322,8917,'_qty','1'),(80323,8917,'_tax_class',''),(80324,8917,'_line_subtotal','116.16'),(80325,8917,'_line_subtotal_tax','0'),(80326,8917,'_line_total','116.16'),(80327,8917,'_line_tax','0'),(80328,8917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80329,8918,'_product_id','116'),(80330,8918,'_variation_id','0'),(80331,8918,'_qty','1'),(80332,8918,'_tax_class',''),(80333,8918,'_line_subtotal','145.44'),(80334,8918,'_line_subtotal_tax','0'),(80335,8918,'_line_total','145.44'),(80336,8918,'_line_tax','0'),(80337,8918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80338,8919,'method_id','free_shipping'),(80339,8919,'instance_id','2'),(80340,8919,'cost','0.00'),(80341,8919,'total_tax','0'),(80342,8919,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80343,8919,'Items','Bulk Active Rinse 50/50 RM &times; 7, Preventive Spray 8oz(Case of 12) &times; 5, Active Rinse 8oz(Case of 12) &times; 7, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Disposable Head Bands &times; 3, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1'),(80349,8897,'thwma_order_shipping_status','wc-pending'),(80350,8898,'thwma_order_shipping_status','wc-pending'),(80351,8899,'thwma_order_shipping_status','wc-pending'),(80352,8900,'thwma_order_shipping_status','wc-pending'),(80353,8901,'thwma_order_shipping_status','wc-pending'),(80354,8881,'thwma_order_shipping_status','wc-pending'),(80355,8882,'thwma_order_shipping_status','wc-pending'),(80356,8883,'thwma_order_shipping_status','wc-pending'),(80357,8884,'thwma_order_shipping_status','wc-pending'),(80358,8885,'thwma_order_shipping_status','wc-pending'),(80359,8886,'thwma_order_shipping_status','wc-pending'),(80360,8920,'_product_id','23'),(80361,8920,'_variation_id','0'),(80362,8920,'_qty','1'),(80363,8920,'_tax_class',''),(80364,8920,'_line_subtotal','68.54'),(80365,8920,'_line_subtotal_tax','0'),(80366,8920,'_line_total','68.54'),(80367,8920,'_line_tax','0'),(80368,8920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80369,8921,'_product_id','38'),(80370,8921,'_variation_id','0'),(80371,8921,'_qty','1'),(80372,8921,'_tax_class',''),(80373,8921,'_line_subtotal','165.76'),(80374,8921,'_line_subtotal_tax','0'),(80375,8921,'_line_total','165.76'),(80376,8921,'_line_tax','0'),(80377,8921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80378,8922,'_product_id','42'),(80379,8922,'_variation_id','0'),(80380,8922,'_qty','1'),(80381,8922,'_tax_class',''),(80382,8922,'_line_subtotal','79.2'),(80383,8922,'_line_subtotal_tax','0'),(80384,8922,'_line_total','79.2'),(80385,8922,'_line_tax','0'),(80386,8922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80387,8923,'_product_id','45'),(80388,8923,'_variation_id','0'),(80389,8923,'_qty','1'),(80390,8923,'_tax_class',''),(80391,8923,'_line_subtotal','42.24'),(80392,8923,'_line_subtotal_tax','0'),(80393,8923,'_line_total','42.24'),(80394,8923,'_line_tax','0'),(80395,8923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80396,8924,'_product_id','41'),(80397,8924,'_variation_id','0'),(80398,8924,'_qty','2'),(80399,8924,'_tax_class',''),(80400,8924,'_line_subtotal','132.96'),(80401,8924,'_line_subtotal_tax','0'),(80402,8924,'_line_total','132.96'),(80403,8924,'_line_tax','0'),(80404,8924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80405,8925,'_product_id','44'),(80406,8925,'_variation_id','0'),(80407,8925,'_qty','1'),(80408,8925,'_tax_class',''),(80409,8925,'_line_subtotal','116.16'),(80410,8925,'_line_subtotal_tax','0'),(80411,8925,'_line_total','116.16'),(80412,8925,'_line_tax','0'),(80413,8925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80414,8926,'_product_id','43'),(80415,8926,'_variation_id','0'),(80416,8926,'_qty','1'),(80417,8926,'_tax_class',''),(80418,8926,'_line_subtotal','79.2'),(80419,8926,'_line_subtotal_tax','0'),(80420,8926,'_line_total','79.2'),(80421,8926,'_line_tax','0'),(80422,8926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80423,8927,'_product_id','49'),(80424,8927,'_variation_id','0'),(80425,8927,'_qty','1'),(80426,8927,'_tax_class',''),(80427,8927,'_line_subtotal','79.2'),(80428,8927,'_line_subtotal_tax','0'),(80429,8927,'_line_total','79.2'),(80430,8927,'_line_tax','0'),(80431,8927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80432,8928,'_product_id','490'),(80433,8928,'_variation_id','0'),(80434,8928,'_qty','10'),(80435,8928,'_tax_class',''),(80436,8928,'_line_subtotal','196'),(80437,8928,'_line_subtotal_tax','0'),(80438,8928,'_line_total','196'),(80439,8928,'_line_tax','0'),(80440,8928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80441,8929,'_product_id','487'),(80442,8929,'_variation_id','0'),(80443,8929,'_qty','1'),(80444,8929,'_tax_class',''),(80445,8929,'_line_subtotal','31.35'),(80446,8929,'_line_subtotal_tax','0'),(80447,8929,'_line_total','31.35'),(80448,8929,'_line_tax','0'),(80449,8929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80450,8930,'_product_id','138'),(80451,8930,'_variation_id','0'),(80452,8930,'_qty','10'),(80453,8930,'_tax_class',''),(80454,8930,'_line_subtotal','49.5'),(80455,8930,'_line_subtotal_tax','0'),(80456,8930,'_line_total','49.5'),(80457,8930,'_line_tax','0'),(80458,8930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80459,8931,'method_id','free_shipping'),(80460,8931,'instance_id','2'),(80461,8931,'cost','0.00'),(80462,8931,'total_tax','0'),(80463,8931,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80464,8931,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, The Wet Brush Squirt &times; 10'),(80470,8932,'_product_id','49'),(80471,8932,'_variation_id','0'),(80472,8932,'_qty','3'),(80473,8932,'_tax_class',''),(80474,8932,'_line_subtotal','237.6'),(80475,8932,'_line_subtotal_tax','0'),(80476,8932,'_line_total','237.6'),(80477,8932,'_line_tax','0'),(80478,8932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80479,8933,'method_id','fedex'),(80480,8933,'instance_id','1'),(80481,8933,'cost','28.57'),(80482,8933,'total_tax','0'),(80483,8933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80484,8933,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(80485,8934,'_product_id','23'),(80486,8934,'_variation_id','0'),(80487,8934,'_qty','3'),(80488,8934,'_tax_class',''),(80489,8934,'_line_subtotal','205.62'),(80490,8934,'_line_subtotal_tax','0'),(80491,8934,'_line_total','205.62'),(80492,8934,'_line_tax','0'),(80493,8934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80494,8935,'_product_id','38'),(80495,8935,'_variation_id','0'),(80496,8935,'_qty','1'),(80497,8935,'_tax_class',''),(80498,8935,'_line_subtotal','165.76'),(80499,8935,'_line_subtotal_tax','0'),(80500,8935,'_line_total','165.76'),(80501,8935,'_line_tax','0'),(80502,8935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80503,8936,'_product_id','42'),(80504,8936,'_variation_id','0'),(80505,8936,'_qty','1'),(80506,8936,'_tax_class',''),(80507,8936,'_line_subtotal','79.2'),(80508,8936,'_line_subtotal_tax','0'),(80509,8936,'_line_total','79.2'),(80510,8936,'_line_tax','0'),(80511,8936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80512,8937,'_product_id','45'),(80513,8937,'_variation_id','0'),(80514,8937,'_qty','1'),(80515,8937,'_tax_class',''),(80516,8937,'_line_subtotal','42.24'),(80517,8937,'_line_subtotal_tax','0'),(80518,8937,'_line_total','42.24'),(80519,8937,'_line_tax','0'),(80520,8937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80521,8938,'_product_id','41'),(80522,8938,'_variation_id','0'),(80523,8938,'_qty','2'),(80524,8938,'_tax_class',''),(80525,8938,'_line_subtotal','132.96'),(80526,8938,'_line_subtotal_tax','0'),(80527,8938,'_line_total','132.96'),(80528,8938,'_line_tax','0'),(80529,8938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80530,8939,'method_id','free_shipping'),(80531,8939,'instance_id','2'),(80532,8939,'cost','0.00'),(80533,8939,'total_tax','0'),(80534,8939,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80535,8939,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(80536,8940,'_product_id','38'),(80537,8940,'_variation_id','0'),(80538,8940,'_qty','1'),(80539,8940,'_tax_class',''),(80540,8940,'_line_subtotal','165.76'),(80541,8940,'_line_subtotal_tax','0'),(80542,8940,'_line_total','165.76'),(80543,8940,'_line_tax','0'),(80544,8940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80545,8941,'_product_id','23'),(80546,8941,'_variation_id','0'),(80547,8941,'_qty','2'),(80548,8941,'_tax_class',''),(80549,8941,'_line_subtotal','137.08'),(80550,8941,'_line_subtotal_tax','0'),(80551,8941,'_line_total','137.08'),(80552,8941,'_line_tax','0'),(80553,8941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80554,8942,'_product_id','490'),(80555,8942,'_variation_id','0'),(80556,8942,'_qty','8'),(80557,8942,'_tax_class',''),(80558,8942,'_line_subtotal','156.8'),(80559,8942,'_line_subtotal_tax','0'),(80560,8942,'_line_total','156.8'),(80561,8942,'_line_tax','0'),(80562,8942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80563,8943,'_product_id','41'),(80564,8943,'_variation_id','0'),(80565,8943,'_qty','2'),(80566,8943,'_tax_class',''),(80567,8943,'_line_subtotal','132.96'),(80568,8943,'_line_subtotal_tax','0'),(80569,8943,'_line_total','132.96'),(80570,8943,'_line_tax','0'),(80571,8943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80572,8944,'_product_id','49'),(80573,8944,'_variation_id','0'),(80574,8944,'_qty','1'),(80575,8944,'_tax_class',''),(80576,8944,'_line_subtotal','79.2'),(80577,8944,'_line_subtotal_tax','0'),(80578,8944,'_line_total','79.2'),(80579,8944,'_line_tax','0'),(80580,8944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80581,8945,'_product_id','45'),(80582,8945,'_variation_id','0'),(80583,8945,'_qty','1'),(80584,8945,'_tax_class',''),(80585,8945,'_line_subtotal','42.24'),(80586,8945,'_line_subtotal_tax','0'),(80587,8945,'_line_total','42.24'),(80588,8945,'_line_tax','0'),(80589,8945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80590,8946,'method_id','free_shipping'),(80591,8946,'instance_id','2'),(80592,8946,'cost','0.00'),(80593,8946,'total_tax','0'),(80594,8946,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80595,8946,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(80596,8903,'thwma_order_shipping_status','wc-pending'),(80597,8904,'thwma_order_shipping_status','wc-pending'),(80598,8905,'thwma_order_shipping_status','wc-pending'),(80599,8906,'thwma_order_shipping_status','wc-pending'),(80600,8907,'thwma_order_shipping_status','wc-pending'),(80601,8908,'thwma_order_shipping_status','wc-pending'),(80602,8909,'thwma_order_shipping_status','wc-pending'),(80603,8910,'thwma_order_shipping_status','wc-pending'),(80604,8911,'thwma_order_shipping_status','wc-pending'),(80605,8912,'thwma_order_shipping_status','wc-pending'),(80606,8913,'thwma_order_shipping_status','wc-pending'),(80607,8914,'thwma_order_shipping_status','wc-pending'),(80608,8915,'thwma_order_shipping_status','wc-pending'),(80609,8916,'thwma_order_shipping_status','wc-pending'),(80610,8917,'thwma_order_shipping_status','wc-pending'),(80611,8918,'thwma_order_shipping_status','wc-pending'),(80612,8920,'thwma_order_shipping_status','wc-pending'),(80613,8921,'thwma_order_shipping_status','wc-pending'),(80614,8922,'thwma_order_shipping_status','wc-pending'),(80615,8923,'thwma_order_shipping_status','wc-pending'),(80616,8924,'thwma_order_shipping_status','wc-pending'),(80617,8925,'thwma_order_shipping_status','wc-pending'),(80618,8926,'thwma_order_shipping_status','wc-pending'),(80619,8927,'thwma_order_shipping_status','wc-pending'),(80620,8928,'thwma_order_shipping_status','wc-pending'),(80621,8929,'thwma_order_shipping_status','wc-pending'),(80622,8930,'thwma_order_shipping_status','wc-pending'),(80623,8934,'thwma_order_shipping_status','wc-pending'),(80624,8935,'thwma_order_shipping_status','wc-pending'),(80625,8936,'thwma_order_shipping_status','wc-pending'),(80626,8937,'thwma_order_shipping_status','wc-pending'),(80627,8938,'thwma_order_shipping_status','wc-pending'),(80628,8830,'thwma_order_shipping_status','wc-pending'),(80629,8831,'thwma_order_shipping_status','wc-pending'),(80630,8832,'thwma_order_shipping_status','wc-pending'),(80631,8833,'thwma_order_shipping_status','wc-pending'),(80632,8834,'thwma_order_shipping_status','wc-pending'),(80663,8950,'_product_id','490'),(80664,8950,'_variation_id','0'),(80665,8950,'_qty','3'),(80666,8950,'_tax_class',''),(80667,8950,'_line_subtotal','58.8'),(80668,8950,'_line_subtotal_tax','0'),(80669,8950,'_line_total','58.8'),(80670,8950,'_line_tax','0'),(80671,8950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80672,8951,'method_id','fedex'),(80673,8951,'instance_id','1'),(80674,8951,'cost','13.03'),(80675,8951,'total_tax','0'),(80676,8951,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80677,8951,'Package 1','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(80678,8952,'_product_id','490'),(80679,8952,'_variation_id','0'),(80680,8952,'_qty','10'),(80681,8952,'_tax_class',''),(80682,8952,'_line_subtotal','196'),(80683,8952,'_line_subtotal_tax','0'),(80684,8952,'_line_total','196'),(80685,8952,'_line_tax','0'),(80686,8952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80687,8953,'method_id','fedex'),(80688,8953,'instance_id','1'),(80689,8953,'cost','16.09'),(80690,8953,'total_tax','0'),(80691,8953,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80692,8953,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(80693,8954,'_product_id','45'),(80694,8954,'_variation_id','0'),(80695,8954,'_qty','1'),(80696,8954,'_tax_class',''),(80697,8954,'_line_subtotal','42.24'),(80698,8954,'_line_subtotal_tax','0'),(80699,8954,'_line_total','42.24'),(80700,8954,'_line_tax','0'),(80701,8954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80702,8955,'_product_id','41'),(80703,8955,'_variation_id','0'),(80704,8955,'_qty','1'),(80705,8955,'_tax_class',''),(80706,8955,'_line_subtotal','66.48'),(80707,8955,'_line_subtotal_tax','0'),(80708,8955,'_line_total','66.48'),(80709,8955,'_line_tax','0'),(80710,8955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80711,8956,'_product_id','51'),(80712,8956,'_variation_id','0'),(80713,8956,'_qty','1'),(80714,8956,'_tax_class',''),(80715,8956,'_line_subtotal','147.84'),(80716,8956,'_line_subtotal_tax','0'),(80717,8956,'_line_total','147.84'),(80718,8956,'_line_tax','0'),(80719,8956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80720,8957,'_product_id','116'),(80721,8957,'_variation_id','0'),(80722,8957,'_qty','1'),(80723,8957,'_tax_class',''),(80724,8957,'_line_subtotal','145.44'),(80725,8957,'_line_subtotal_tax','0'),(80726,8957,'_line_total','145.44'),(80727,8957,'_line_tax','0'),(80728,8957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80729,8958,'_product_id','490'),(80730,8958,'_variation_id','0'),(80731,8958,'_qty','9'),(80732,8958,'_tax_class',''),(80733,8958,'_line_subtotal','176.4'),(80734,8958,'_line_subtotal_tax','0'),(80735,8958,'_line_total','176.4'),(80736,8958,'_line_tax','0'),(80737,8958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80738,8959,'_product_id','45'),(80739,8959,'_variation_id','0'),(80740,8959,'_qty','1'),(80741,8959,'_tax_class',''),(80742,8959,'_line_subtotal','42.24'),(80743,8959,'_line_subtotal_tax','0'),(80744,8959,'_line_total','42.24'),(80745,8959,'_line_tax','0'),(80746,8959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80747,8960,'_product_id','43'),(80748,8960,'_variation_id','0'),(80749,8960,'_qty','1'),(80750,8960,'_tax_class',''),(80751,8960,'_line_subtotal','79.2'),(80752,8960,'_line_subtotal_tax','0'),(80753,8960,'_line_total','79.2'),(80754,8960,'_line_tax','0'),(80755,8960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80756,8961,'_product_id','42'),(80757,8961,'_variation_id','0'),(80758,8961,'_qty','1'),(80759,8961,'_tax_class',''),(80760,8961,'_line_subtotal','79.2'),(80761,8961,'_line_subtotal_tax','0'),(80762,8961,'_line_total','79.2'),(80763,8961,'_line_tax','0'),(80764,8961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80765,8962,'_product_id','42'),(80766,8962,'_variation_id','0'),(80767,8962,'_qty','1'),(80768,8962,'_tax_class',''),(80769,8962,'_line_subtotal','79.2'),(80770,8962,'_line_subtotal_tax','0'),(80771,8962,'_line_total','79.2'),(80772,8962,'_line_tax','0'),(80773,8962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80774,8963,'method_id','free_shipping'),(80775,8963,'instance_id','2'),(80776,8963,'cost','0.00'),(80777,8963,'total_tax','0'),(80778,8963,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80779,8963,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Bulk Active Rinse 100% RM &times; 9, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(80780,8964,'_product_id','23'),(80781,8964,'_variation_id','0'),(80782,8964,'_qty','5'),(80783,8964,'_tax_class',''),(80784,8964,'_line_subtotal','342.7'),(80785,8964,'_line_subtotal_tax','0'),(80786,8964,'_line_total','342.7'),(80787,8964,'_line_tax','0'),(80788,8964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80789,8965,'_product_id','43'),(80790,8965,'_variation_id','0'),(80791,8965,'_qty','2'),(80792,8965,'_tax_class',''),(80793,8965,'_line_subtotal','158.4'),(80794,8965,'_line_subtotal_tax','0'),(80795,8965,'_line_total','158.4'),(80796,8965,'_line_tax','0'),(80797,8965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80798,8966,'_product_id','49'),(80799,8966,'_variation_id','0'),(80800,8966,'_qty','2'),(80801,8966,'_tax_class',''),(80802,8966,'_line_subtotal','158.4'),(80803,8966,'_line_subtotal_tax','0'),(80804,8966,'_line_total','158.4'),(80805,8966,'_line_tax','0'),(80806,8966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80807,8967,'method_id','fedex'),(80808,8967,'instance_id','1'),(80809,8967,'cost','39.48'),(80810,8967,'total_tax','0'),(80811,8967,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80812,8967,'Package 1','17 × 14 × 10 (in) 39.5lbs × 1'),(80813,8967,'Package 2','17 × 14 × 10 (in) 30.2lbs × 1'),(80838,8940,'thwma_order_shipping_status','wc-pending'),(80839,8941,'thwma_order_shipping_status','wc-pending'),(80840,8942,'thwma_order_shipping_status','wc-pending'),(80841,8943,'thwma_order_shipping_status','wc-pending'),(80842,8944,'thwma_order_shipping_status','wc-pending'),(80843,8945,'thwma_order_shipping_status','wc-pending'),(80844,8964,'thwma_order_shipping_status','wc-pending'),(80845,8965,'thwma_order_shipping_status','wc-pending'),(80846,8966,'thwma_order_shipping_status','wc-pending'),(80847,8954,'thwma_order_shipping_status','wc-pending'),(80848,8955,'thwma_order_shipping_status','wc-pending'),(80849,8956,'thwma_order_shipping_status','wc-pending'),(80850,8957,'thwma_order_shipping_status','wc-pending'),(80851,8958,'thwma_order_shipping_status','wc-pending'),(80852,8959,'thwma_order_shipping_status','wc-pending'),(80853,8960,'thwma_order_shipping_status','wc-pending'),(80854,8961,'thwma_order_shipping_status','wc-pending'),(80855,8962,'thwma_order_shipping_status','wc-pending'),(80856,8970,'_product_id','43'),(80857,8970,'_variation_id','0'),(80858,8970,'_qty','1'),(80859,8970,'_tax_class',''),(80860,8970,'_line_subtotal','79.2'),(80861,8970,'_line_subtotal_tax','0'),(80862,8970,'_line_total','79.2'),(80863,8970,'_line_tax','0'),(80864,8970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80865,8971,'_product_id','49'),(80866,8971,'_variation_id','0'),(80867,8971,'_qty','2'),(80868,8971,'_tax_class',''),(80869,8971,'_line_subtotal','158.4'),(80870,8971,'_line_subtotal_tax','0'),(80871,8971,'_line_total','158.4'),(80872,8971,'_line_tax','0'),(80873,8971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80874,8972,'_product_id','44'),(80875,8972,'_variation_id','0'),(80876,8972,'_qty','1'),(80877,8972,'_tax_class',''),(80878,8972,'_line_subtotal','116.16'),(80879,8972,'_line_subtotal_tax','0'),(80880,8972,'_line_total','116.16'),(80881,8972,'_line_tax','0'),(80882,8972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80883,8973,'_product_id','39'),(80884,8973,'_variation_id','0'),(80885,8973,'_qty','2'),(80886,8973,'_tax_class',''),(80887,8973,'_line_subtotal','158.4'),(80888,8973,'_line_subtotal_tax','0'),(80889,8973,'_line_total','158.4'),(80890,8973,'_line_tax','0'),(80891,8973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80892,8974,'_product_id','40'),(80893,8974,'_variation_id','0'),(80894,8974,'_qty','1'),(80895,8974,'_tax_class',''),(80896,8974,'_line_subtotal','79.2'),(80897,8974,'_line_subtotal_tax','0'),(80898,8974,'_line_total','79.2'),(80899,8974,'_line_tax','0'),(80900,8974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80901,8975,'_product_id','93'),(80902,8975,'_variation_id','0'),(80903,8975,'_qty','1'),(80904,8975,'_tax_class',''),(80905,8975,'_line_subtotal','0'),(80906,8975,'_line_subtotal_tax','0'),(80907,8975,'_line_total','0'),(80908,8975,'_line_tax','0'),(80909,8975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(80910,8976,'method_id','free_shipping'),(80911,8976,'instance_id','2'),(80912,8976,'cost','0.00'),(80913,8976,'total_tax','0'),(80914,8976,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(80915,8976,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 1'),(80997,8970,'thwma_order_shipping_status','wc-pending'),(80998,8971,'thwma_order_shipping_status','wc-pending'),(80999,8972,'thwma_order_shipping_status','wc-pending'),(81000,8973,'thwma_order_shipping_status','wc-pending'),(81001,8974,'thwma_order_shipping_status','wc-pending'),(81002,8975,'thwma_order_shipping_status','wc-pending'),(81081,8994,'_product_id','120'),(81082,8994,'_variation_id','0'),(81083,8994,'_qty','1'),(81084,8994,'_tax_class',''),(81085,8994,'_line_subtotal','52.8'),(81086,8994,'_line_subtotal_tax','0'),(81087,8994,'_line_total','52.8'),(81088,8994,'_line_tax','0'),(81089,8994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81090,8995,'_product_id','49'),(81091,8995,'_variation_id','0'),(81092,8995,'_qty','1'),(81093,8995,'_tax_class',''),(81094,8995,'_line_subtotal','79.2'),(81095,8995,'_line_subtotal_tax','0'),(81096,8995,'_line_total','79.2'),(81097,8995,'_line_tax','0'),(81098,8995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81099,8996,'_product_id','43'),(81100,8996,'_variation_id','0'),(81101,8996,'_qty','2'),(81102,8996,'_tax_class',''),(81103,8996,'_line_subtotal','158.4'),(81104,8996,'_line_subtotal_tax','0'),(81105,8996,'_line_total','158.4'),(81106,8996,'_line_tax','0'),(81107,8996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81108,8997,'_product_id','488'),(81109,8997,'_variation_id','0'),(81110,8997,'_qty','2'),(81111,8997,'_tax_class',''),(81112,8997,'_line_subtotal','62.7'),(81113,8997,'_line_subtotal_tax','0'),(81114,8997,'_line_total','62.7'),(81115,8997,'_line_tax','0'),(81116,8997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81117,8998,'_product_id','490'),(81118,8998,'_variation_id','0'),(81119,8998,'_qty','6'),(81120,8998,'_tax_class',''),(81121,8998,'_line_subtotal','117.6'),(81122,8998,'_line_subtotal_tax','0'),(81123,8998,'_line_total','117.6'),(81124,8998,'_line_tax','0'),(81125,8998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81126,8999,'_product_id','41'),(81127,8999,'_variation_id','0'),(81128,8999,'_qty','4'),(81129,8999,'_tax_class',''),(81130,8999,'_line_subtotal','265.92'),(81131,8999,'_line_subtotal_tax','0'),(81132,8999,'_line_total','265.92'),(81133,8999,'_line_tax','0'),(81134,8999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81135,9000,'_product_id','23'),(81136,9000,'_variation_id','0'),(81137,9000,'_qty','3'),(81138,9000,'_tax_class',''),(81139,9000,'_line_subtotal','205.62'),(81140,9000,'_line_subtotal_tax','0'),(81141,9000,'_line_total','205.62'),(81142,9000,'_line_tax','0'),(81143,9000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81144,9001,'_product_id','38'),(81145,9001,'_variation_id','0'),(81146,9001,'_qty','2'),(81147,9001,'_tax_class',''),(81148,9001,'_line_subtotal','331.52'),(81149,9001,'_line_subtotal_tax','0'),(81150,9001,'_line_total','331.52'),(81151,9001,'_line_tax','0'),(81152,9001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81153,9002,'method_id','free_shipping'),(81154,9002,'instance_id','2'),(81155,9002,'cost','0.00'),(81156,9002,'total_tax','0'),(81157,9002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81158,9002,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 6, Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2'),(81159,9003,'_product_id','23'),(81160,9003,'_variation_id','0'),(81161,9003,'_qty','3'),(81162,9003,'_tax_class',''),(81163,9003,'_line_subtotal','205.62'),(81164,9003,'_line_subtotal_tax','0'),(81165,9003,'_line_total','205.62'),(81166,9003,'_line_tax','0'),(81167,9003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81168,9004,'_product_id','38'),(81169,9004,'_variation_id','0'),(81170,9004,'_qty','2'),(81171,9004,'_tax_class',''),(81172,9004,'_line_subtotal','331.52'),(81173,9004,'_line_subtotal_tax','0'),(81174,9004,'_line_total','331.52'),(81175,9004,'_line_tax','0'),(81176,9004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81177,9005,'_product_id','490'),(81178,9005,'_variation_id','0'),(81179,9005,'_qty','5'),(81180,9005,'_tax_class',''),(81181,9005,'_line_subtotal','98'),(81182,9005,'_line_subtotal_tax','0'),(81183,9005,'_line_total','98'),(81184,9005,'_line_tax','0'),(81185,9005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81186,9006,'_product_id','131'),(81187,9006,'_variation_id','0'),(81188,9006,'_qty','4'),(81189,9006,'_tax_class',''),(81190,9006,'_line_subtotal','50.6'),(81191,9006,'_line_subtotal_tax','0'),(81192,9006,'_line_total','50.6'),(81193,9006,'_line_tax','0'),(81194,9006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81195,9007,'_product_id','41'),(81196,9007,'_variation_id','0'),(81197,9007,'_qty','2'),(81198,9007,'_tax_class',''),(81199,9007,'_line_subtotal','132.96'),(81200,9007,'_line_subtotal_tax','0'),(81201,9007,'_line_total','132.96'),(81202,9007,'_line_tax','0'),(81203,9007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81204,9008,'_product_id','133'),(81205,9008,'_variation_id','0'),(81206,9008,'_qty','1'),(81207,9008,'_tax_class',''),(81208,9008,'_line_subtotal','14.3'),(81209,9008,'_line_subtotal_tax','0'),(81210,9008,'_line_total','14.3'),(81211,9008,'_line_tax','0'),(81212,9008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81213,9009,'_product_id','488'),(81214,9009,'_variation_id','0'),(81215,9009,'_qty','2'),(81216,9009,'_tax_class',''),(81217,9009,'_line_subtotal','62.7'),(81218,9009,'_line_subtotal_tax','0'),(81219,9009,'_line_total','62.7'),(81220,9009,'_line_tax','0'),(81221,9009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81222,9010,'method_id','free_shipping'),(81223,9010,'instance_id','2'),(81224,9010,'cost','0.00'),(81225,9010,'total_tax','0'),(81226,9010,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81227,9010,'Items','Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 5, Disposable Capes &times; 4, Professional Lice Comb(Case of 12) &times; 2, Disposable Head Bands &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2'),(81228,9011,'_product_id','41'),(81229,9011,'_variation_id','0'),(81230,9011,'_qty','2'),(81231,9011,'_tax_class',''),(81232,9011,'_line_subtotal','132.96'),(81233,9011,'_line_subtotal_tax','0'),(81234,9011,'_line_total','132.96'),(81235,9011,'_line_tax','0'),(81236,9011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81237,9012,'_product_id','490'),(81238,9012,'_variation_id','0'),(81239,9012,'_qty','20'),(81240,9012,'_tax_class',''),(81241,9012,'_line_subtotal','392'),(81242,9012,'_line_subtotal_tax','0'),(81243,9012,'_line_total','392'),(81244,9012,'_line_tax','0'),(81245,9012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81246,9013,'_product_id','487'),(81247,9013,'_variation_id','0'),(81248,9013,'_qty','4'),(81249,9013,'_tax_class',''),(81250,9013,'_line_subtotal','125.4'),(81251,9013,'_line_subtotal_tax','0'),(81252,9013,'_line_total','125.4'),(81253,9013,'_line_tax','0'),(81254,9013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81255,9014,'_product_id','23'),(81256,9014,'_variation_id','0'),(81257,9014,'_qty','1'),(81258,9014,'_tax_class',''),(81259,9014,'_line_subtotal','68.54'),(81260,9014,'_line_subtotal_tax','0'),(81261,9014,'_line_total','68.54'),(81262,9014,'_line_tax','0'),(81263,9014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81264,9015,'_product_id','45'),(81265,9015,'_variation_id','0'),(81266,9015,'_qty','1'),(81267,9015,'_tax_class',''),(81268,9015,'_line_subtotal','42.24'),(81269,9015,'_line_subtotal_tax','0'),(81270,9015,'_line_total','42.24'),(81271,9015,'_line_tax','0'),(81272,9015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81273,9016,'_product_id','42'),(81274,9016,'_variation_id','0'),(81275,9016,'_qty','1'),(81276,9016,'_tax_class',''),(81277,9016,'_line_subtotal','79.2'),(81278,9016,'_line_subtotal_tax','0'),(81279,9016,'_line_total','79.2'),(81280,9016,'_line_tax','0'),(81281,9016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81282,9017,'_product_id','41'),(81283,9017,'_variation_id','0'),(81284,9017,'_qty','1'),(81285,9017,'_tax_class',''),(81286,9017,'_line_subtotal','66.48'),(81287,9017,'_line_subtotal_tax','0'),(81288,9017,'_line_total','66.48'),(81289,9017,'_line_tax','0'),(81290,9017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81291,9018,'_product_id','490'),(81292,9018,'_variation_id','0'),(81293,9018,'_qty','1'),(81294,9018,'_tax_class',''),(81295,9018,'_line_subtotal','19.6'),(81296,9018,'_line_subtotal_tax','0'),(81297,9018,'_line_total','19.6'),(81298,9018,'_line_tax','0'),(81299,9018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81300,9019,'method_id','free_shipping'),(81301,9019,'instance_id','2'),(81302,9019,'cost','0.00'),(81303,9019,'total_tax','0'),(81304,9019,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81305,9019,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 1'),(81306,9011,'thwma_order_shipping_status','wc-pending'),(81307,9012,'thwma_order_shipping_status','wc-pending'),(81308,9013,'thwma_order_shipping_status','wc-pending'),(81309,9014,'thwma_order_shipping_status','wc-pending'),(81310,9015,'thwma_order_shipping_status','wc-pending'),(81311,9016,'thwma_order_shipping_status','wc-pending'),(81312,9017,'thwma_order_shipping_status','wc-pending'),(81313,9018,'thwma_order_shipping_status','wc-pending'),(81314,9003,'thwma_order_shipping_status','wc-pending'),(81315,9004,'thwma_order_shipping_status','wc-pending'),(81316,9005,'thwma_order_shipping_status','wc-pending'),(81317,9006,'thwma_order_shipping_status','wc-pending'),(81318,9007,'thwma_order_shipping_status','wc-pending'),(81319,9008,'thwma_order_shipping_status','wc-pending'),(81320,9009,'thwma_order_shipping_status','wc-pending'),(81321,9020,'_product_id','131'),(81322,9020,'_variation_id','0'),(81323,9020,'_qty','3'),(81324,9020,'_tax_class',''),(81325,9020,'_line_subtotal','37.95'),(81326,9020,'_line_subtotal_tax','0'),(81327,9020,'_line_total','37.95'),(81328,9020,'_line_tax','0'),(81329,9020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81330,9021,'_product_id','133'),(81331,9021,'_variation_id','0'),(81332,9021,'_qty','4'),(81333,9021,'_tax_class',''),(81334,9021,'_line_subtotal','57.2'),(81335,9021,'_line_subtotal_tax','0'),(81336,9021,'_line_total','57.2'),(81337,9021,'_line_tax','0'),(81338,9021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81339,9022,'_product_id','97'),(81340,9022,'_variation_id','0'),(81341,9022,'_qty','1'),(81342,9022,'_tax_class',''),(81343,9022,'_line_subtotal','0'),(81344,9022,'_line_subtotal_tax','0'),(81345,9022,'_line_total','0'),(81346,9022,'_line_tax','0'),(81347,9022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81348,9023,'_product_id','99'),(81349,9023,'_variation_id','0'),(81350,9023,'_qty','1'),(81351,9023,'_tax_class',''),(81352,9023,'_line_subtotal','0'),(81353,9023,'_line_subtotal_tax','0'),(81354,9023,'_line_total','0'),(81355,9023,'_line_tax','0'),(81356,9023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81357,9024,'_product_id','93'),(81358,9024,'_variation_id','0'),(81359,9024,'_qty','10'),(81360,9024,'_tax_class',''),(81361,9024,'_line_subtotal','0'),(81362,9024,'_line_subtotal_tax','0'),(81363,9024,'_line_total','0'),(81364,9024,'_line_tax','0'),(81365,9024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81366,9025,'_product_id','49'),(81367,9025,'_variation_id','0'),(81368,9025,'_qty','4'),(81369,9025,'_tax_class',''),(81370,9025,'_line_subtotal','316.8'),(81371,9025,'_line_subtotal_tax','0'),(81372,9025,'_line_total','316.8'),(81373,9025,'_line_tax','0'),(81374,9025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81375,9026,'_product_id','43'),(81376,9026,'_variation_id','0'),(81377,9026,'_qty','3'),(81378,9026,'_tax_class',''),(81379,9026,'_line_subtotal','237.6'),(81380,9026,'_line_subtotal_tax','0'),(81381,9026,'_line_total','237.6'),(81382,9026,'_line_tax','0'),(81383,9026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81384,9027,'_product_id','41'),(81385,9027,'_variation_id','0'),(81386,9027,'_qty','6'),(81387,9027,'_tax_class',''),(81388,9027,'_line_subtotal','398.88'),(81389,9027,'_line_subtotal_tax','0'),(81390,9027,'_line_total','398.88'),(81391,9027,'_line_tax','0'),(81392,9027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81393,9028,'_product_id','23'),(81394,9028,'_variation_id','0'),(81395,9028,'_qty','3'),(81396,9028,'_tax_class',''),(81397,9028,'_line_subtotal','205.62'),(81398,9028,'_line_subtotal_tax','0'),(81399,9028,'_line_total','205.62'),(81400,9028,'_line_tax','0'),(81401,9028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81402,9029,'_product_id','38'),(81403,9029,'_variation_id','0'),(81404,9029,'_qty','1'),(81405,9029,'_tax_class',''),(81406,9029,'_line_subtotal','165.76'),(81407,9029,'_line_subtotal_tax','0'),(81408,9029,'_line_total','165.76'),(81409,9029,'_line_tax','0'),(81410,9029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81411,9030,'_product_id','45'),(81412,9030,'_variation_id','0'),(81413,9030,'_qty','3'),(81414,9030,'_tax_class',''),(81415,9030,'_line_subtotal','126.72'),(81416,9030,'_line_subtotal_tax','0'),(81417,9030,'_line_total','126.72'),(81418,9030,'_line_tax','0'),(81419,9030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81420,9031,'method_id','free_shipping'),(81421,9031,'instance_id','2'),(81422,9031,'cost','0.00'),(81423,9031,'total_tax','0'),(81424,9031,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81425,9031,'Items','Disposable Capes &times; 3, Disposable Head Bands &times; 4, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Mousse 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 6, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(81426,9032,'_product_id','23'),(81427,9032,'_variation_id','0'),(81428,9032,'_qty','1'),(81429,9032,'_tax_class',''),(81430,9032,'_line_subtotal','68.54'),(81431,9032,'_line_subtotal_tax','0'),(81432,9032,'_line_total','68.54'),(81433,9032,'_line_tax','0'),(81434,9032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81435,9033,'_product_id','43'),(81436,9033,'_variation_id','0'),(81437,9033,'_qty','3'),(81438,9033,'_tax_class',''),(81439,9033,'_line_subtotal','237.6'),(81440,9033,'_line_subtotal_tax','0'),(81441,9033,'_line_total','237.6'),(81442,9033,'_line_tax','0'),(81443,9033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81444,9034,'_product_id','490'),(81445,9034,'_variation_id','0'),(81446,9034,'_qty','10'),(81447,9034,'_tax_class',''),(81448,9034,'_line_subtotal','196'),(81449,9034,'_line_subtotal_tax','0'),(81450,9034,'_line_total','196'),(81451,9034,'_line_tax','0'),(81452,9034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81453,9035,'_product_id','133'),(81454,9035,'_variation_id','0'),(81455,9035,'_qty','10'),(81456,9035,'_tax_class',''),(81457,9035,'_line_subtotal','143'),(81458,9035,'_line_subtotal_tax','0'),(81459,9035,'_line_total','143'),(81460,9035,'_line_tax','0'),(81461,9035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81462,9036,'_product_id','45'),(81463,9036,'_variation_id','0'),(81464,9036,'_qty','1'),(81465,9036,'_tax_class',''),(81466,9036,'_line_subtotal','42.24'),(81467,9036,'_line_subtotal_tax','0'),(81468,9036,'_line_total','42.24'),(81469,9036,'_line_tax','0'),(81470,9036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81471,9037,'method_id','free_shipping'),(81472,9037,'instance_id','2'),(81473,9037,'cost','0.00'),(81474,9037,'total_tax','0'),(81475,9037,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81476,9037,'Items','Active Rinse 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(81477,9038,'_product_id','490'),(81478,9038,'_variation_id','0'),(81479,9038,'_qty','3'),(81480,9038,'_tax_class',''),(81481,9038,'_line_subtotal','58.8'),(81482,9038,'_line_subtotal_tax','0'),(81483,9038,'_line_total','58.8'),(81484,9038,'_line_tax','0'),(81485,9038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81486,9039,'_product_id','45'),(81487,9039,'_variation_id','0'),(81488,9039,'_qty','2'),(81489,9039,'_tax_class',''),(81490,9039,'_line_subtotal','84.48'),(81491,9039,'_line_subtotal_tax','0'),(81492,9039,'_line_total','84.48'),(81493,9039,'_line_tax','0'),(81494,9039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81495,9040,'method_id','fedex'),(81496,9040,'instance_id','1'),(81497,9040,'cost','20.88'),(81498,9040,'total_tax','0'),(81499,9040,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81500,9040,'Package 1','17 × 14 × 10 (in) 22.45lbs × 1'),(81501,9041,'_product_id','38'),(81502,9041,'_variation_id','0'),(81503,9041,'_qty','2'),(81504,9041,'_tax_class',''),(81505,9041,'_line_subtotal','331.52'),(81506,9041,'_line_subtotal_tax','0'),(81507,9041,'_line_total','331.52'),(81508,9041,'_line_tax','0'),(81509,9041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81510,9042,'_product_id','23'),(81511,9042,'_variation_id','0'),(81512,9042,'_qty','2'),(81513,9042,'_tax_class',''),(81514,9042,'_line_subtotal','137.08'),(81515,9042,'_line_subtotal_tax','0'),(81516,9042,'_line_total','137.08'),(81517,9042,'_line_tax','0'),(81518,9042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81519,9043,'_product_id','490'),(81520,9043,'_variation_id','0'),(81521,9043,'_qty','8'),(81522,9043,'_tax_class',''),(81523,9043,'_line_subtotal','156.8'),(81524,9043,'_line_subtotal_tax','0'),(81525,9043,'_line_total','156.8'),(81526,9043,'_line_tax','0'),(81527,9043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81528,9044,'_product_id','41'),(81529,9044,'_variation_id','0'),(81530,9044,'_qty','1'),(81531,9044,'_tax_class',''),(81532,9044,'_line_subtotal','66.48'),(81533,9044,'_line_subtotal_tax','0'),(81534,9044,'_line_total','66.48'),(81535,9044,'_line_tax','0'),(81536,9044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81537,9045,'method_id','free_shipping'),(81538,9045,'instance_id','2'),(81539,9045,'cost','0.00'),(81540,9045,'total_tax','0'),(81541,9045,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81542,9045,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 1'),(81543,9046,'_product_id','23'),(81544,9046,'_variation_id','0'),(81545,9046,'_qty','2'),(81546,9046,'_tax_class',''),(81547,9046,'_line_subtotal','137.08'),(81548,9046,'_line_subtotal_tax','0'),(81549,9046,'_line_total','137.08'),(81550,9046,'_line_tax','0'),(81551,9046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81552,9047,'_product_id','41'),(81553,9047,'_variation_id','0'),(81554,9047,'_qty','2'),(81555,9047,'_tax_class',''),(81556,9047,'_line_subtotal','132.96'),(81557,9047,'_line_subtotal_tax','0'),(81558,9047,'_line_total','132.96'),(81559,9047,'_line_tax','0'),(81560,9047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81561,9048,'_product_id','51'),(81562,9048,'_variation_id','0'),(81563,9048,'_qty','1'),(81564,9048,'_tax_class',''),(81565,9048,'_line_subtotal','147.84'),(81566,9048,'_line_subtotal_tax','0'),(81567,9048,'_line_total','147.84'),(81568,9048,'_line_tax','0'),(81569,9048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81570,9049,'_product_id','44'),(81571,9049,'_variation_id','0'),(81572,9049,'_qty','1'),(81573,9049,'_tax_class',''),(81574,9049,'_line_subtotal','116.16'),(81575,9049,'_line_subtotal_tax','0'),(81576,9049,'_line_total','116.16'),(81577,9049,'_line_tax','0'),(81578,9049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81579,9050,'_product_id','490'),(81580,9050,'_variation_id','0'),(81581,9050,'_qty','6'),(81582,9050,'_tax_class',''),(81583,9050,'_line_subtotal','117.6'),(81584,9050,'_line_subtotal_tax','0'),(81585,9050,'_line_total','117.6'),(81586,9050,'_line_tax','0'),(81587,9050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81588,9051,'_product_id','487'),(81589,9051,'_variation_id','0'),(81590,9051,'_qty','1'),(81591,9051,'_tax_class',''),(81592,9051,'_line_subtotal','31.35'),(81593,9051,'_line_subtotal_tax','0'),(81594,9051,'_line_total','31.35'),(81595,9051,'_line_tax','0'),(81596,9051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81597,9052,'_product_id','43'),(81598,9052,'_variation_id','0'),(81599,9052,'_qty','1'),(81600,9052,'_tax_class',''),(81601,9052,'_line_subtotal','79.2'),(81602,9052,'_line_subtotal_tax','0'),(81603,9052,'_line_total','79.2'),(81604,9052,'_line_tax','0'),(81605,9052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81606,9053,'method_id','free_shipping'),(81607,9053,'instance_id','2'),(81608,9053,'cost','0.00'),(81609,9053,'total_tax','0'),(81610,9053,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81611,9053,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(81612,9054,'_product_id','38'),(81613,9054,'_variation_id','0'),(81614,9054,'_qty','1'),(81615,9054,'_tax_class',''),(81616,9054,'_line_subtotal','165.76'),(81617,9054,'_line_subtotal_tax','0'),(81618,9054,'_line_total','165.76'),(81619,9054,'_line_tax','0'),(81620,9054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81621,9055,'_product_id','23'),(81622,9055,'_variation_id','0'),(81623,9055,'_qty','3'),(81624,9055,'_tax_class',''),(81625,9055,'_line_subtotal','205.62'),(81626,9055,'_line_subtotal_tax','0'),(81627,9055,'_line_total','205.62'),(81628,9055,'_line_tax','0'),(81629,9055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81630,9056,'_product_id','38'),(81631,9056,'_variation_id','0'),(81632,9056,'_qty','1'),(81633,9056,'_tax_class',''),(81634,9056,'_line_subtotal','165.76'),(81635,9056,'_line_subtotal_tax','0'),(81636,9056,'_line_total','165.76'),(81637,9056,'_line_tax','0'),(81638,9056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81639,9057,'_product_id','42'),(81640,9057,'_variation_id','0'),(81641,9057,'_qty','1'),(81642,9057,'_tax_class',''),(81643,9057,'_line_subtotal','79.2'),(81644,9057,'_line_subtotal_tax','0'),(81645,9057,'_line_total','79.2'),(81646,9057,'_line_tax','0'),(81647,9057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81648,9058,'_product_id','45'),(81649,9058,'_variation_id','0'),(81650,9058,'_qty','1'),(81651,9058,'_tax_class',''),(81652,9058,'_line_subtotal','42.24'),(81653,9058,'_line_subtotal_tax','0'),(81654,9058,'_line_total','42.24'),(81655,9058,'_line_tax','0'),(81656,9058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81657,9059,'_product_id','41'),(81658,9059,'_variation_id','0'),(81659,9059,'_qty','1'),(81660,9059,'_tax_class',''),(81661,9059,'_line_subtotal','66.48'),(81662,9059,'_line_subtotal_tax','0'),(81663,9059,'_line_total','66.48'),(81664,9059,'_line_tax','0'),(81665,9059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81666,9060,'_product_id','51'),(81667,9060,'_variation_id','0'),(81668,9060,'_qty','1'),(81669,9060,'_tax_class',''),(81670,9060,'_line_subtotal','147.84'),(81671,9060,'_line_subtotal_tax','0'),(81672,9060,'_line_total','147.84'),(81673,9060,'_line_tax','0'),(81674,9060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81675,9061,'_product_id','120'),(81676,9061,'_variation_id','0'),(81677,9061,'_qty','1'),(81678,9061,'_tax_class',''),(81679,9061,'_line_subtotal','52.8'),(81680,9061,'_line_subtotal_tax','0'),(81681,9061,'_line_total','52.8'),(81682,9061,'_line_tax','0'),(81683,9061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81684,9062,'_product_id','43'),(81685,9062,'_variation_id','0'),(81686,9062,'_qty','1'),(81687,9062,'_tax_class',''),(81688,9062,'_line_subtotal','79.2'),(81689,9062,'_line_subtotal_tax','0'),(81690,9062,'_line_total','79.2'),(81691,9062,'_line_tax','0'),(81692,9062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81693,9063,'_product_id','49'),(81694,9063,'_variation_id','0'),(81695,9063,'_qty','1'),(81696,9063,'_tax_class',''),(81697,9063,'_line_subtotal','79.2'),(81698,9063,'_line_subtotal_tax','0'),(81699,9063,'_line_total','79.2'),(81700,9063,'_line_tax','0'),(81701,9063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81702,9064,'_product_id','44'),(81703,9064,'_variation_id','0'),(81704,9064,'_qty','1'),(81705,9064,'_tax_class',''),(81706,9064,'_line_subtotal','116.16'),(81707,9064,'_line_subtotal_tax','0'),(81708,9064,'_line_total','116.16'),(81709,9064,'_line_tax','0'),(81710,9064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81711,9065,'_product_id','490'),(81712,9065,'_variation_id','0'),(81713,9065,'_qty','1'),(81714,9065,'_tax_class',''),(81715,9065,'_line_subtotal','19.6'),(81716,9065,'_line_subtotal_tax','0'),(81717,9065,'_line_total','19.6'),(81718,9065,'_line_tax','0'),(81719,9065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81720,9066,'_product_id','487'),(81721,9066,'_variation_id','0'),(81722,9066,'_qty','1'),(81723,9066,'_tax_class',''),(81724,9066,'_line_subtotal','31.35'),(81725,9066,'_line_subtotal_tax','0'),(81726,9066,'_line_total','31.35'),(81727,9066,'_line_tax','0'),(81728,9066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81729,9067,'method_id','free_shipping'),(81730,9067,'instance_id','2'),(81731,9067,'cost','0.00'),(81732,9067,'total_tax','0'),(81733,9067,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81734,9067,'Items','Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(81735,9068,'_product_id','23'),(81736,9068,'_variation_id','0'),(81737,9068,'_qty','2'),(81738,9068,'_tax_class',''),(81739,9068,'_line_subtotal','137.08'),(81740,9068,'_line_subtotal_tax','0'),(81741,9068,'_line_total','137.08'),(81742,9068,'_line_tax','0'),(81743,9068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81744,9069,'_product_id','38'),(81745,9069,'_variation_id','0'),(81746,9069,'_qty','1'),(81747,9069,'_tax_class',''),(81748,9069,'_line_subtotal','165.76'),(81749,9069,'_line_subtotal_tax','0'),(81750,9069,'_line_total','165.76'),(81751,9069,'_line_tax','0'),(81752,9069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81753,9070,'_product_id','42'),(81754,9070,'_variation_id','0'),(81755,9070,'_qty','1'),(81756,9070,'_tax_class',''),(81757,9070,'_line_subtotal','79.2'),(81758,9070,'_line_subtotal_tax','0'),(81759,9070,'_line_total','79.2'),(81760,9070,'_line_tax','0'),(81761,9070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81762,9071,'_product_id','45'),(81763,9071,'_variation_id','0'),(81764,9071,'_qty','1'),(81765,9071,'_tax_class',''),(81766,9071,'_line_subtotal','42.24'),(81767,9071,'_line_subtotal_tax','0'),(81768,9071,'_line_total','42.24'),(81769,9071,'_line_tax','0'),(81770,9071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81771,9072,'_product_id','41'),(81772,9072,'_variation_id','0'),(81773,9072,'_qty','2'),(81774,9072,'_tax_class',''),(81775,9072,'_line_subtotal','132.96'),(81776,9072,'_line_subtotal_tax','0'),(81777,9072,'_line_total','132.96'),(81778,9072,'_line_tax','0'),(81779,9072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81780,9073,'_product_id','51'),(81781,9073,'_variation_id','0'),(81782,9073,'_qty','2'),(81783,9073,'_tax_class',''),(81784,9073,'_line_subtotal','295.68'),(81785,9073,'_line_subtotal_tax','0'),(81786,9073,'_line_total','295.68'),(81787,9073,'_line_tax','0'),(81788,9073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81789,9074,'_product_id','120'),(81790,9074,'_variation_id','0'),(81791,9074,'_qty','1'),(81792,9074,'_tax_class',''),(81793,9074,'_line_subtotal','52.8'),(81794,9074,'_line_subtotal_tax','0'),(81795,9074,'_line_total','52.8'),(81796,9074,'_line_tax','0'),(81797,9074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81798,9075,'_product_id','43'),(81799,9075,'_variation_id','0'),(81800,9075,'_qty','1'),(81801,9075,'_tax_class',''),(81802,9075,'_line_subtotal','79.2'),(81803,9075,'_line_subtotal_tax','0'),(81804,9075,'_line_total','79.2'),(81805,9075,'_line_tax','0'),(81806,9075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81807,9076,'_product_id','49'),(81808,9076,'_variation_id','0'),(81809,9076,'_qty','1'),(81810,9076,'_tax_class',''),(81811,9076,'_line_subtotal','79.2'),(81812,9076,'_line_subtotal_tax','0'),(81813,9076,'_line_total','79.2'),(81814,9076,'_line_tax','0'),(81815,9076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81816,9077,'_product_id','490'),(81817,9077,'_variation_id','0'),(81818,9077,'_qty','15'),(81819,9077,'_tax_class',''),(81820,9077,'_line_subtotal','294'),(81821,9077,'_line_subtotal_tax','0'),(81822,9077,'_line_total','294'),(81823,9077,'_line_tax','0'),(81824,9077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81825,9078,'_product_id','487'),(81826,9078,'_variation_id','0'),(81827,9078,'_qty','2'),(81828,9078,'_tax_class',''),(81829,9078,'_line_subtotal','62.7'),(81830,9078,'_line_subtotal_tax','0'),(81831,9078,'_line_total','62.7'),(81832,9078,'_line_tax','0'),(81833,9078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81834,9079,'method_id','free_shipping'),(81835,9079,'instance_id','2'),(81836,9079,'cost','0.00'),(81837,9079,'total_tax','0'),(81838,9079,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81839,9079,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 15, Bulk Mousse 1 Gallon RM &times; 2'),(81840,9080,'_product_id','490'),(81841,9080,'_variation_id','0'),(81842,9080,'_qty','10'),(81843,9080,'_tax_class',''),(81844,9080,'_line_subtotal','196'),(81845,9080,'_line_subtotal_tax','0'),(81846,9080,'_line_total','196'),(81847,9080,'_line_tax','0'),(81848,9080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81849,9081,'_product_id','23'),(81850,9081,'_variation_id','0'),(81851,9081,'_qty','1'),(81852,9081,'_tax_class',''),(81853,9081,'_line_subtotal','68.54'),(81854,9081,'_line_subtotal_tax','0'),(81855,9081,'_line_total','68.54'),(81856,9081,'_line_tax','0'),(81857,9081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81858,9082,'_product_id','45'),(81859,9082,'_variation_id','0'),(81860,9082,'_qty','1'),(81861,9082,'_tax_class',''),(81862,9082,'_line_subtotal','42.24'),(81863,9082,'_line_subtotal_tax','0'),(81864,9082,'_line_total','42.24'),(81865,9082,'_line_tax','0'),(81866,9082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81867,9083,'_product_id','488'),(81868,9083,'_variation_id','0'),(81869,9083,'_qty','3'),(81870,9083,'_tax_class',''),(81871,9083,'_line_subtotal','94.05'),(81872,9083,'_line_subtotal_tax','0'),(81873,9083,'_line_total','94.05'),(81874,9083,'_line_tax','0'),(81875,9083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81876,9084,'_product_id','120'),(81877,9084,'_variation_id','0'),(81878,9084,'_qty','1'),(81879,9084,'_tax_class',''),(81880,9084,'_line_subtotal','52.8'),(81881,9084,'_line_subtotal_tax','0'),(81882,9084,'_line_total','52.8'),(81883,9084,'_line_tax','0'),(81884,9084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81885,9085,'method_id','fedex'),(81886,9085,'instance_id','1'),(81887,9085,'cost','66.25'),(81888,9085,'total_tax','0'),(81889,9085,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81890,9085,'Package 1','17 × 14 × 10 (in) 38.2lbs × 1'),(81891,9085,'Package 2','17 × 14 × 10 (in) 27.65lbs × 1'),(81903,9086,'_product_id','23'),(81904,9086,'_variation_id','0'),(81905,9086,'_qty','1'),(81906,9086,'_tax_class',''),(81907,9086,'_line_subtotal','68.54'),(81908,9086,'_line_subtotal_tax','0'),(81909,9086,'_line_total','68.54'),(81910,9086,'_line_tax','0'),(81911,9086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81912,9087,'_product_id','45'),(81913,9087,'_variation_id','0'),(81914,9087,'_qty','1'),(81915,9087,'_tax_class',''),(81916,9087,'_line_subtotal','42.24'),(81917,9087,'_line_subtotal_tax','0'),(81918,9087,'_line_total','42.24'),(81919,9087,'_line_tax','0'),(81920,9087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81921,9088,'_product_id','41'),(81922,9088,'_variation_id','0'),(81923,9088,'_qty','1'),(81924,9088,'_tax_class',''),(81925,9088,'_line_subtotal','66.48'),(81926,9088,'_line_subtotal_tax','0'),(81927,9088,'_line_total','66.48'),(81928,9088,'_line_tax','0'),(81929,9088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81930,9089,'_product_id','120'),(81931,9089,'_variation_id','0'),(81932,9089,'_qty','1'),(81933,9089,'_tax_class',''),(81934,9089,'_line_subtotal','52.8'),(81935,9089,'_line_subtotal_tax','0'),(81936,9089,'_line_total','52.8'),(81937,9089,'_line_tax','0'),(81938,9089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81939,9090,'_product_id','43'),(81940,9090,'_variation_id','0'),(81941,9090,'_qty','1'),(81942,9090,'_tax_class',''),(81943,9090,'_line_subtotal','79.2'),(81944,9090,'_line_subtotal_tax','0'),(81945,9090,'_line_total','79.2'),(81946,9090,'_line_tax','0'),(81947,9090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81948,9091,'_product_id','133'),(81949,9091,'_variation_id','0'),(81950,9091,'_qty','10'),(81951,9091,'_tax_class',''),(81952,9091,'_line_subtotal','143'),(81953,9091,'_line_subtotal_tax','0'),(81954,9091,'_line_total','143'),(81955,9091,'_line_tax','0'),(81956,9091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81957,9092,'_product_id','490'),(81958,9092,'_variation_id','0'),(81959,9092,'_qty','5'),(81960,9092,'_tax_class',''),(81961,9092,'_line_subtotal','98'),(81962,9092,'_line_subtotal_tax','0'),(81963,9092,'_line_total','98'),(81964,9092,'_line_tax','0'),(81965,9092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81966,9093,'method_id','free_shipping'),(81967,9093,'instance_id','2'),(81968,9093,'cost','0.00'),(81969,9093,'total_tax','0'),(81970,9093,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(81971,9093,'Items','Active Rinse 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 10, Bulk Active Rinse 100% RM &times; 5'),(81972,9094,'_product_id','41'),(81973,9094,'_variation_id','0'),(81974,9094,'_qty','4'),(81975,9094,'_tax_class',''),(81976,9094,'_line_subtotal','265.92'),(81977,9094,'_line_subtotal_tax','0'),(81978,9094,'_line_total','265.92'),(81979,9094,'_line_tax','0'),(81980,9094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81981,9095,'_product_id','43'),(81982,9095,'_variation_id','0'),(81983,9095,'_qty','1'),(81984,9095,'_tax_class',''),(81985,9095,'_line_subtotal','79.2'),(81986,9095,'_line_subtotal_tax','0'),(81987,9095,'_line_total','79.2'),(81988,9095,'_line_tax','0'),(81989,9095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81990,9096,'_product_id','45'),(81991,9096,'_variation_id','0'),(81992,9096,'_qty','1'),(81993,9096,'_tax_class',''),(81994,9096,'_line_subtotal','42.24'),(81995,9096,'_line_subtotal_tax','0'),(81996,9096,'_line_total','42.24'),(81997,9096,'_line_tax','0'),(81998,9096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(81999,9097,'method_id','fedex'),(82000,9097,'instance_id','1'),(82001,9097,'cost','23.30'),(82002,9097,'total_tax','0'),(82003,9097,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82004,9097,'Package 1','17 × 14 × 10 (in) 25.9lbs × 1'),(82005,9098,'_product_id','93'),(82006,9098,'_variation_id','0'),(82007,9098,'_qty','1'),(82008,9098,'_tax_class',''),(82009,9098,'_line_subtotal','0'),(82010,9098,'_line_subtotal_tax','0'),(82011,9098,'_line_total','0'),(82012,9098,'_line_tax','0'),(82013,9098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82014,9099,'_product_id','99'),(82015,9099,'_variation_id','0'),(82016,9099,'_qty','1'),(82017,9099,'_tax_class',''),(82018,9099,'_line_subtotal','0'),(82019,9099,'_line_subtotal_tax','0'),(82020,9099,'_line_total','0'),(82021,9099,'_line_tax','0'),(82022,9099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82023,9100,'method_id','fedex'),(82024,9100,'instance_id','1'),(82025,9100,'cost','13.03'),(82026,9100,'total_tax','0'),(82027,9100,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82028,9100,'Package 1','17 × 14 × 10 (in) 11lbs × 1'),(82036,9086,'thwma_order_shipping_status','wc-pending'),(82037,9087,'thwma_order_shipping_status','wc-pending'),(82038,9088,'thwma_order_shipping_status','wc-pending'),(82039,9089,'thwma_order_shipping_status','wc-pending'),(82040,9090,'thwma_order_shipping_status','wc-pending'),(82041,9091,'thwma_order_shipping_status','wc-pending'),(82042,9092,'thwma_order_shipping_status','wc-pending'),(82056,9054,'thwma_order_shipping_status','wc-pending'),(82057,9055,'thwma_order_shipping_status','wc-pending'),(82058,9056,'thwma_order_shipping_status','wc-pending'),(82059,9057,'thwma_order_shipping_status','wc-pending'),(82060,9058,'thwma_order_shipping_status','wc-pending'),(82061,9059,'thwma_order_shipping_status','wc-pending'),(82062,9060,'thwma_order_shipping_status','wc-pending'),(82063,9061,'thwma_order_shipping_status','wc-pending'),(82064,9062,'thwma_order_shipping_status','wc-pending'),(82065,9063,'thwma_order_shipping_status','wc-pending'),(82066,9064,'thwma_order_shipping_status','wc-pending'),(82067,9065,'thwma_order_shipping_status','wc-pending'),(82068,9066,'thwma_order_shipping_status','wc-pending'),(82069,9080,'thwma_order_shipping_status','wc-pending'),(82070,9081,'thwma_order_shipping_status','wc-pending'),(82071,9082,'thwma_order_shipping_status','wc-pending'),(82072,9083,'thwma_order_shipping_status','wc-pending'),(82073,9084,'thwma_order_shipping_status','wc-pending'),(82085,9068,'thwma_order_shipping_status','wc-pending'),(82086,9069,'thwma_order_shipping_status','wc-pending'),(82087,9070,'thwma_order_shipping_status','wc-pending'),(82088,9071,'thwma_order_shipping_status','wc-pending'),(82089,9072,'thwma_order_shipping_status','wc-pending'),(82090,9073,'thwma_order_shipping_status','wc-pending'),(82091,9074,'thwma_order_shipping_status','wc-pending'),(82092,9075,'thwma_order_shipping_status','wc-pending'),(82093,9076,'thwma_order_shipping_status','wc-pending'),(82094,9077,'thwma_order_shipping_status','wc-pending'),(82095,9078,'thwma_order_shipping_status','wc-pending'),(82096,9046,'thwma_order_shipping_status','wc-pending'),(82097,9047,'thwma_order_shipping_status','wc-pending'),(82098,9048,'thwma_order_shipping_status','wc-pending'),(82099,9049,'thwma_order_shipping_status','wc-pending'),(82100,9050,'thwma_order_shipping_status','wc-pending'),(82101,9051,'thwma_order_shipping_status','wc-pending'),(82102,9052,'thwma_order_shipping_status','wc-pending'),(82103,9032,'thwma_order_shipping_status','wc-pending'),(82104,9033,'thwma_order_shipping_status','wc-pending'),(82105,9034,'thwma_order_shipping_status','wc-pending'),(82106,9035,'thwma_order_shipping_status','wc-pending'),(82107,9036,'thwma_order_shipping_status','wc-pending'),(82108,9038,'thwma_order_shipping_status','wc-pending'),(82109,9039,'thwma_order_shipping_status','wc-pending'),(82112,8994,'thwma_order_shipping_status','wc-pending'),(82113,8995,'thwma_order_shipping_status','wc-pending'),(82114,8996,'thwma_order_shipping_status','wc-pending'),(82115,8997,'thwma_order_shipping_status','wc-pending'),(82116,8998,'thwma_order_shipping_status','wc-pending'),(82117,8999,'thwma_order_shipping_status','wc-pending'),(82118,9000,'thwma_order_shipping_status','wc-pending'),(82119,9001,'thwma_order_shipping_status','wc-pending'),(82124,9041,'thwma_order_shipping_status','wc-pending'),(82125,9042,'thwma_order_shipping_status','wc-pending'),(82126,9043,'thwma_order_shipping_status','wc-pending'),(82127,9044,'thwma_order_shipping_status','wc-pending'),(82128,9094,'thwma_order_shipping_status','wc-pending'),(82129,9095,'thwma_order_shipping_status','wc-pending'),(82130,9096,'thwma_order_shipping_status','wc-pending'),(82131,9101,'_product_id','51'),(82132,9101,'_variation_id','0'),(82133,9101,'_qty','3'),(82134,9101,'_tax_class',''),(82135,9101,'_line_subtotal','443.52'),(82136,9101,'_line_subtotal_tax','0'),(82137,9101,'_line_total','443.52'),(82138,9101,'_line_tax','0'),(82139,9101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82140,9102,'_product_id','23'),(82141,9102,'_variation_id','0'),(82142,9102,'_qty','2'),(82143,9102,'_tax_class',''),(82144,9102,'_line_subtotal','137.08'),(82145,9102,'_line_subtotal_tax','0'),(82146,9102,'_line_total','137.08'),(82147,9102,'_line_tax','0'),(82148,9102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82149,9103,'_product_id','45'),(82150,9103,'_variation_id','0'),(82151,9103,'_qty','6'),(82152,9103,'_tax_class',''),(82153,9103,'_line_subtotal','253.44'),(82154,9103,'_line_subtotal_tax','0'),(82155,9103,'_line_total','253.44'),(82156,9103,'_line_tax','0'),(82157,9103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82158,9104,'_product_id','43'),(82159,9104,'_variation_id','0'),(82160,9104,'_qty','4'),(82161,9104,'_tax_class',''),(82162,9104,'_line_subtotal','316.8'),(82163,9104,'_line_subtotal_tax','0'),(82164,9104,'_line_total','316.8'),(82165,9104,'_line_tax','0'),(82166,9104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82167,9105,'method_id','free_shipping'),(82168,9105,'instance_id','2'),(82169,9105,'cost','0.00'),(82170,9105,'total_tax','0'),(82171,9105,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82172,9105,'Items','Urgent Care Kit(Case of 6) &times; 3, Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Preventive Spray 8oz(Case of 12) &times; 4'),(82173,9106,'_product_id','93'),(82174,9106,'_variation_id','0'),(82175,9106,'_qty','10'),(82176,9106,'_tax_class',''),(82177,9106,'_line_subtotal','0'),(82178,9106,'_line_subtotal_tax','0'),(82179,9106,'_line_total','0'),(82180,9106,'_line_tax','0'),(82181,9106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82182,9107,'method_id','fedex'),(82183,9107,'instance_id','1'),(82184,9107,'cost','13.75'),(82185,9107,'total_tax','0'),(82186,9107,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82187,9107,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(82188,9108,'_product_id','93'),(82189,9108,'_variation_id','0'),(82190,9108,'_qty','10'),(82191,9108,'_tax_class',''),(82192,9108,'_line_subtotal','0'),(82193,9108,'_line_subtotal_tax','0'),(82194,9108,'_line_total','0'),(82195,9108,'_line_tax','0'),(82196,9108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82197,9109,'method_id','fedex'),(82198,9109,'instance_id','1'),(82199,9109,'cost','13.75'),(82200,9109,'total_tax','0'),(82201,9109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82202,9109,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(82203,9020,'thwma_order_shipping_status','wc-pending'),(82204,9021,'thwma_order_shipping_status','wc-pending'),(82205,9022,'thwma_order_shipping_status','wc-pending'),(82206,9023,'thwma_order_shipping_status','wc-pending'),(82207,9024,'thwma_order_shipping_status','wc-pending'),(82208,9025,'thwma_order_shipping_status','wc-pending'),(82209,9026,'thwma_order_shipping_status','wc-pending'),(82210,9027,'thwma_order_shipping_status','wc-pending'),(82211,9028,'thwma_order_shipping_status','wc-pending'),(82212,9029,'thwma_order_shipping_status','wc-pending'),(82213,9030,'thwma_order_shipping_status','wc-pending'),(82214,9101,'thwma_order_shipping_status','wc-pending'),(82215,9102,'thwma_order_shipping_status','wc-pending'),(82216,9103,'thwma_order_shipping_status','wc-pending'),(82217,9104,'thwma_order_shipping_status','wc-pending'),(82218,9110,'_product_id','118'),(82219,9110,'_variation_id','0'),(82220,9110,'_qty','1'),(82221,9110,'_tax_class',''),(82222,9110,'_line_subtotal','184.8'),(82223,9110,'_line_subtotal_tax','0'),(82224,9110,'_line_total','184.8'),(82225,9110,'_line_tax','0'),(82226,9110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82227,9111,'_product_id','51'),(82228,9111,'_variation_id','0'),(82229,9111,'_qty','1'),(82230,9111,'_tax_class',''),(82231,9111,'_line_subtotal','147.84'),(82232,9111,'_line_subtotal_tax','0'),(82233,9111,'_line_total','147.84'),(82234,9111,'_line_tax','0'),(82235,9111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82236,9112,'_product_id','44'),(82237,9112,'_variation_id','0'),(82238,9112,'_qty','1'),(82239,9112,'_tax_class',''),(82240,9112,'_line_subtotal','116.16'),(82241,9112,'_line_subtotal_tax','0'),(82242,9112,'_line_total','116.16'),(82243,9112,'_line_tax','0'),(82244,9112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82245,9113,'_product_id','93'),(82246,9113,'_variation_id','0'),(82247,9113,'_qty','1'),(82248,9113,'_tax_class',''),(82249,9113,'_line_subtotal','0'),(82250,9113,'_line_subtotal_tax','0'),(82251,9113,'_line_total','0'),(82252,9113,'_line_tax','0'),(82253,9113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82254,9114,'method_id','fedex'),(82255,9114,'instance_id','1'),(82256,9114,'cost','75.87'),(82257,9114,'total_tax','0'),(82258,9114,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82259,9114,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(82260,9114,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(82261,9115,'_product_id','116'),(82262,9115,'_variation_id','0'),(82263,9115,'_qty','1'),(82264,9115,'_tax_class',''),(82265,9115,'_line_subtotal','145.44'),(82266,9115,'_line_subtotal_tax','0'),(82267,9115,'_line_total','145.44'),(82268,9115,'_line_tax','0'),(82269,9115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82270,9116,'_product_id','41'),(82271,9116,'_variation_id','0'),(82272,9116,'_qty','5'),(82273,9116,'_tax_class',''),(82274,9116,'_line_subtotal','332.4'),(82275,9116,'_line_subtotal_tax','0'),(82276,9116,'_line_total','332.4'),(82277,9116,'_line_tax','0'),(82278,9116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82279,9117,'_product_id','93'),(82280,9117,'_variation_id','0'),(82281,9117,'_qty','10'),(82282,9117,'_tax_class',''),(82283,9117,'_line_subtotal','0'),(82284,9117,'_line_subtotal_tax','0'),(82285,9117,'_line_total','0'),(82286,9117,'_line_tax','0'),(82287,9117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82288,9118,'_product_id','45'),(82289,9118,'_variation_id','0'),(82290,9118,'_qty','1'),(82291,9118,'_tax_class',''),(82292,9118,'_line_subtotal','42.24'),(82293,9118,'_line_subtotal_tax','0'),(82294,9118,'_line_total','42.24'),(82295,9118,'_line_tax','0'),(82296,9118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82297,9119,'method_id','free_shipping'),(82298,9119,'instance_id','2'),(82299,9119,'cost','0.00'),(82300,9119,'total_tax','0'),(82301,9119,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82302,9119,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Bulk Active Rinse 100% &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(82303,9120,'_product_id','93'),(82304,9120,'_variation_id','0'),(82305,9120,'_qty','6'),(82306,9120,'_tax_class',''),(82307,9120,'_line_subtotal','0'),(82308,9120,'_line_subtotal_tax','0'),(82309,9120,'_line_total','0'),(82310,9120,'_line_tax','0'),(82311,9120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82312,9121,'_product_id','95'),(82313,9121,'_variation_id','0'),(82314,9121,'_qty','1'),(82315,9121,'_tax_class',''),(82316,9121,'_line_subtotal','0'),(82317,9121,'_line_subtotal_tax','0'),(82318,9121,'_line_total','0'),(82319,9121,'_line_tax','0'),(82320,9121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82321,9122,'method_id','fedex'),(82322,9122,'instance_id','1'),(82323,9122,'cost','13.03'),(82324,9122,'total_tax','0'),(82325,9122,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82326,9122,'Package 1','17 × 14 × 10 (in) 16.05lbs × 1'),(82337,9120,'thwma_order_shipping_status','wc-pending'),(82338,9121,'thwma_order_shipping_status','wc-pending'),(82339,9123,'_product_id','41'),(82340,9123,'_variation_id','0'),(82341,9123,'_qty','2'),(82342,9123,'_tax_class',''),(82343,9123,'_line_subtotal','132.96'),(82344,9123,'_line_subtotal_tax','0'),(82345,9123,'_line_total','132.96'),(82346,9123,'_line_tax','0'),(82347,9123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82348,9124,'_product_id','487'),(82349,9124,'_variation_id','0'),(82350,9124,'_qty','1'),(82351,9124,'_tax_class',''),(82352,9124,'_line_subtotal','31.35'),(82353,9124,'_line_subtotal_tax','0'),(82354,9124,'_line_total','31.35'),(82355,9124,'_line_tax','0'),(82356,9124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82357,9125,'method_id','fedex'),(82358,9125,'instance_id','1'),(82359,9125,'cost','15.37'),(82360,9125,'total_tax','0'),(82361,9125,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82362,9125,'Package 1','17 × 14 × 10 (in) 13.65lbs × 1'),(82363,9126,'_product_id','40'),(82364,9126,'_variation_id','0'),(82365,9126,'_qty','1'),(82366,9126,'_tax_class',''),(82367,9126,'_line_subtotal','79.2'),(82368,9126,'_line_subtotal_tax','0'),(82369,9126,'_line_total','79.2'),(82370,9126,'_line_tax','0'),(82371,9126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82372,9127,'_product_id','490'),(82373,9127,'_variation_id','0'),(82374,9127,'_qty','2'),(82375,9127,'_tax_class',''),(82376,9127,'_line_subtotal','39.2'),(82377,9127,'_line_subtotal_tax','0'),(82378,9127,'_line_total','39.2'),(82379,9127,'_line_tax','0'),(82380,9127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82381,9128,'_product_id','488'),(82382,9128,'_variation_id','0'),(82383,9128,'_qty','1'),(82384,9128,'_tax_class',''),(82385,9128,'_line_subtotal','31.35'),(82386,9128,'_line_subtotal_tax','0'),(82387,9128,'_line_total','31.35'),(82388,9128,'_line_tax','0'),(82389,9128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82390,9129,'method_id','fedex'),(82391,9129,'instance_id','1'),(82392,9129,'cost','17.43'),(82393,9129,'total_tax','0'),(82394,9129,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82395,9129,'Package 1','17 × 14 × 10 (in) 20.6lbs × 1'),(82396,9098,'thwma_order_shipping_status','wc-pending'),(82397,9099,'thwma_order_shipping_status','wc-pending'),(82398,9110,'thwma_order_shipping_status','wc-pending'),(82399,9111,'thwma_order_shipping_status','wc-pending'),(82400,9112,'thwma_order_shipping_status','wc-pending'),(82401,9113,'thwma_order_shipping_status','wc-pending'),(82402,9123,'thwma_order_shipping_status','wc-pending'),(82403,9124,'thwma_order_shipping_status','wc-pending'),(82407,9126,'thwma_order_shipping_status','wc-pending'),(82408,9127,'thwma_order_shipping_status','wc-pending'),(82409,9128,'thwma_order_shipping_status','wc-pending'),(82410,9130,'_product_id','41'),(82411,9130,'_variation_id','0'),(82412,9130,'_qty','3'),(82413,9130,'_tax_class',''),(82414,9130,'_line_subtotal','199.44'),(82415,9130,'_line_subtotal_tax','0'),(82416,9130,'_line_total','199.44'),(82417,9130,'_line_tax','0'),(82418,9130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82419,9131,'_product_id','45'),(82420,9131,'_variation_id','0'),(82421,9131,'_qty','3'),(82422,9131,'_tax_class',''),(82423,9131,'_line_subtotal','126.72'),(82424,9131,'_line_subtotal_tax','0'),(82425,9131,'_line_total','126.72'),(82426,9131,'_line_tax','0'),(82427,9131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82428,9132,'_product_id','51'),(82429,9132,'_variation_id','0'),(82430,9132,'_qty','1'),(82431,9132,'_tax_class',''),(82432,9132,'_line_subtotal','147.84'),(82433,9132,'_line_subtotal_tax','0'),(82434,9132,'_line_total','147.84'),(82435,9132,'_line_tax','0'),(82436,9132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82437,9133,'_product_id','120'),(82438,9133,'_variation_id','0'),(82439,9133,'_qty','1'),(82440,9133,'_tax_class',''),(82441,9133,'_line_subtotal','52.8'),(82442,9133,'_line_subtotal_tax','0'),(82443,9133,'_line_total','52.8'),(82444,9133,'_line_tax','0'),(82445,9133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82446,9134,'method_id','free_shipping'),(82447,9134,'instance_id','2'),(82448,9134,'cost','0.00'),(82449,9134,'total_tax','0'),(82450,9134,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82451,9134,'Items','Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(82452,9135,'_product_id','41'),(82453,9135,'_variation_id','0'),(82454,9135,'_qty','2'),(82455,9135,'_tax_class',''),(82456,9135,'_line_subtotal','132.96'),(82457,9135,'_line_subtotal_tax','0'),(82458,9135,'_line_total','132.96'),(82459,9135,'_line_tax','0'),(82460,9135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82461,9136,'_product_id','45'),(82462,9136,'_variation_id','0'),(82463,9136,'_qty','1'),(82464,9136,'_tax_class',''),(82465,9136,'_line_subtotal','42.24'),(82466,9136,'_line_subtotal_tax','0'),(82467,9136,'_line_total','42.24'),(82468,9136,'_line_tax','0'),(82469,9136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82470,9137,'_product_id','39'),(82471,9137,'_variation_id','0'),(82472,9137,'_qty','1'),(82473,9137,'_tax_class',''),(82474,9137,'_line_subtotal','79.2'),(82475,9137,'_line_subtotal_tax','0'),(82476,9137,'_line_total','79.2'),(82477,9137,'_line_tax','0'),(82478,9137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82479,9138,'_product_id','43'),(82480,9138,'_variation_id','0'),(82481,9138,'_qty','1'),(82482,9138,'_tax_class',''),(82483,9138,'_line_subtotal','79.2'),(82484,9138,'_line_subtotal_tax','0'),(82485,9138,'_line_total','79.2'),(82486,9138,'_line_tax','0'),(82487,9138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82488,9139,'_product_id','38'),(82489,9139,'_variation_id','0'),(82490,9139,'_qty','1'),(82491,9139,'_tax_class',''),(82492,9139,'_line_subtotal','165.76'),(82493,9139,'_line_subtotal_tax','0'),(82494,9139,'_line_total','165.76'),(82495,9139,'_line_tax','0'),(82496,9139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82497,9140,'_product_id','23'),(82498,9140,'_variation_id','0'),(82499,9140,'_qty','1'),(82500,9140,'_tax_class',''),(82501,9140,'_line_subtotal','68.54'),(82502,9140,'_line_subtotal_tax','0'),(82503,9140,'_line_total','68.54'),(82504,9140,'_line_tax','0'),(82505,9140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82506,9141,'method_id','free_shipping'),(82507,9141,'instance_id','2'),(82508,9141,'cost','0.00'),(82509,9141,'total_tax','0'),(82510,9141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82511,9141,'Items','Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(82512,9142,'_product_id','23'),(82513,9142,'_variation_id','0'),(82514,9142,'_qty','2'),(82515,9142,'_tax_class',''),(82516,9142,'_line_subtotal','137.08'),(82517,9142,'_line_subtotal_tax','0'),(82518,9142,'_line_total','137.08'),(82519,9142,'_line_tax','0'),(82520,9142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82521,9143,'_product_id','38'),(82522,9143,'_variation_id','0'),(82523,9143,'_qty','2'),(82524,9143,'_tax_class',''),(82525,9143,'_line_subtotal','331.52'),(82526,9143,'_line_subtotal_tax','0'),(82527,9143,'_line_total','331.52'),(82528,9143,'_line_tax','0'),(82529,9143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82530,9144,'_product_id','41'),(82531,9144,'_variation_id','0'),(82532,9144,'_qty','2'),(82533,9144,'_tax_class',''),(82534,9144,'_line_subtotal','132.96'),(82535,9144,'_line_subtotal_tax','0'),(82536,9144,'_line_total','132.96'),(82537,9144,'_line_tax','0'),(82538,9144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82539,9145,'_product_id','43'),(82540,9145,'_variation_id','0'),(82541,9145,'_qty','2'),(82542,9145,'_tax_class',''),(82543,9145,'_line_subtotal','158.4'),(82544,9145,'_line_subtotal_tax','0'),(82545,9145,'_line_total','158.4'),(82546,9145,'_line_tax','0'),(82547,9145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82548,9146,'method_id','free_shipping'),(82549,9146,'instance_id','2'),(82550,9146,'cost','0.00'),(82551,9146,'total_tax','0'),(82552,9146,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82553,9146,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2'),(82554,9147,'_product_id','23'),(82555,9147,'_variation_id','0'),(82556,9147,'_qty','2'),(82557,9147,'_tax_class',''),(82558,9147,'_line_subtotal','137.08'),(82559,9147,'_line_subtotal_tax','0'),(82560,9147,'_line_total','137.08'),(82561,9147,'_line_tax','0'),(82562,9147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82563,9148,'_product_id','38'),(82564,9148,'_variation_id','0'),(82565,9148,'_qty','2'),(82566,9148,'_tax_class',''),(82567,9148,'_line_subtotal','331.52'),(82568,9148,'_line_subtotal_tax','0'),(82569,9148,'_line_total','331.52'),(82570,9148,'_line_tax','0'),(82571,9148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82572,9149,'_product_id','41'),(82573,9149,'_variation_id','0'),(82574,9149,'_qty','5'),(82575,9149,'_tax_class',''),(82576,9149,'_line_subtotal','332.4'),(82577,9149,'_line_subtotal_tax','0'),(82578,9149,'_line_total','332.4'),(82579,9149,'_line_tax','0'),(82580,9149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82581,9150,'_product_id','116'),(82582,9150,'_variation_id','0'),(82583,9150,'_qty','1'),(82584,9150,'_tax_class',''),(82585,9150,'_line_subtotal','145.44'),(82586,9150,'_line_subtotal_tax','0'),(82587,9150,'_line_total','145.44'),(82588,9150,'_line_tax','0'),(82589,9150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82590,9151,'_product_id','43'),(82591,9151,'_variation_id','0'),(82592,9151,'_qty','3'),(82593,9151,'_tax_class',''),(82594,9151,'_line_subtotal','237.6'),(82595,9151,'_line_subtotal_tax','0'),(82596,9151,'_line_total','237.6'),(82597,9151,'_line_tax','0'),(82598,9151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82599,9152,'_product_id','49'),(82600,9152,'_variation_id','0'),(82601,9152,'_qty','1'),(82602,9152,'_tax_class',''),(82603,9152,'_line_subtotal','79.2'),(82604,9152,'_line_subtotal_tax','0'),(82605,9152,'_line_total','79.2'),(82606,9152,'_line_tax','0'),(82607,9152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82608,9153,'_product_id','93'),(82609,9153,'_variation_id','0'),(82610,9153,'_qty','4'),(82611,9153,'_tax_class',''),(82612,9153,'_line_subtotal','0'),(82613,9153,'_line_subtotal_tax','0'),(82614,9153,'_line_total','0'),(82615,9153,'_line_tax','0'),(82616,9153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82617,9154,'method_id','free_shipping'),(82618,9154,'instance_id','2'),(82619,9154,'cost','0.00'),(82620,9154,'total_tax','0'),(82621,9154,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82622,9154,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 4'),(82623,9115,'thwma_order_shipping_status','wc-pending'),(82624,9116,'thwma_order_shipping_status','wc-pending'),(82625,9117,'thwma_order_shipping_status','wc-pending'),(82626,9118,'thwma_order_shipping_status','wc-pending'),(82627,9155,'_product_id','41'),(82628,9155,'_variation_id','0'),(82629,9155,'_qty','4'),(82630,9155,'_tax_class',''),(82631,9155,'_line_subtotal','265.92'),(82632,9155,'_line_subtotal_tax','0'),(82633,9155,'_line_total','265.92'),(82634,9155,'_line_tax','0'),(82635,9155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82636,9156,'_product_id','120'),(82637,9156,'_variation_id','0'),(82638,9156,'_qty','1'),(82639,9156,'_tax_class',''),(82640,9156,'_line_subtotal','52.8'),(82641,9156,'_line_subtotal_tax','0'),(82642,9156,'_line_total','52.8'),(82643,9156,'_line_tax','0'),(82644,9156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82645,9157,'_product_id','43'),(82646,9157,'_variation_id','0'),(82647,9157,'_qty','1'),(82648,9157,'_tax_class',''),(82649,9157,'_line_subtotal','79.2'),(82650,9157,'_line_subtotal_tax','0'),(82651,9157,'_line_total','79.2'),(82652,9157,'_line_tax','0'),(82653,9157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82654,9158,'_product_id','49'),(82655,9158,'_variation_id','0'),(82656,9158,'_qty','1'),(82657,9158,'_tax_class',''),(82658,9158,'_line_subtotal','79.2'),(82659,9158,'_line_subtotal_tax','0'),(82660,9158,'_line_total','79.2'),(82661,9158,'_line_tax','0'),(82662,9158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82663,9159,'method_id','fedex'),(82664,9159,'instance_id','1'),(82665,9159,'cost','21.90'),(82666,9159,'total_tax','0'),(82667,9159,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82668,9159,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(82682,9135,'thwma_order_shipping_status','wc-pending'),(82683,9136,'thwma_order_shipping_status','wc-pending'),(82684,9137,'thwma_order_shipping_status','wc-pending'),(82685,9138,'thwma_order_shipping_status','wc-pending'),(82686,9139,'thwma_order_shipping_status','wc-pending'),(82687,9140,'thwma_order_shipping_status','wc-pending'),(82688,9142,'thwma_order_shipping_status','wc-pending'),(82689,9143,'thwma_order_shipping_status','wc-pending'),(82690,9144,'thwma_order_shipping_status','wc-pending'),(82691,9145,'thwma_order_shipping_status','wc-pending'),(82696,9130,'thwma_order_shipping_status','wc-pending'),(82697,9131,'thwma_order_shipping_status','wc-pending'),(82698,9132,'thwma_order_shipping_status','wc-pending'),(82699,9133,'thwma_order_shipping_status','wc-pending'),(82700,9160,'_product_id','490'),(82701,9160,'_variation_id','0'),(82702,9160,'_qty','8'),(82703,9160,'_tax_class',''),(82704,9160,'_line_subtotal','156.8'),(82705,9160,'_line_subtotal_tax','0'),(82706,9160,'_line_total','156.8'),(82707,9160,'_line_tax','0'),(82708,9160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82709,9161,'method_id','fedex'),(82710,9161,'instance_id','1'),(82711,9161,'cost','20.36'),(82712,9161,'total_tax','0'),(82713,9161,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82714,9161,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(82715,9162,'_product_id','23'),(82716,9162,'_variation_id','0'),(82717,9162,'_qty','2'),(82718,9162,'_tax_class',''),(82719,9162,'_line_subtotal','137.08'),(82720,9162,'_line_subtotal_tax','0'),(82721,9162,'_line_total','137.08'),(82722,9162,'_line_tax','0'),(82723,9162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82724,9163,'_product_id','38'),(82725,9163,'_variation_id','0'),(82726,9163,'_qty','1'),(82727,9163,'_tax_class',''),(82728,9163,'_line_subtotal','165.76'),(82729,9163,'_line_subtotal_tax','0'),(82730,9163,'_line_total','165.76'),(82731,9163,'_line_tax','0'),(82732,9163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82733,9164,'_product_id','41'),(82734,9164,'_variation_id','0'),(82735,9164,'_qty','2'),(82736,9164,'_tax_class',''),(82737,9164,'_line_subtotal','132.96'),(82738,9164,'_line_subtotal_tax','0'),(82739,9164,'_line_total','132.96'),(82740,9164,'_line_tax','0'),(82741,9164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82742,9165,'_product_id','43'),(82743,9165,'_variation_id','0'),(82744,9165,'_qty','2'),(82745,9165,'_tax_class',''),(82746,9165,'_line_subtotal','158.4'),(82747,9165,'_line_subtotal_tax','0'),(82748,9165,'_line_total','158.4'),(82749,9165,'_line_tax','0'),(82750,9165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82751,9166,'_product_id','49'),(82752,9166,'_variation_id','0'),(82753,9166,'_qty','2'),(82754,9166,'_tax_class',''),(82755,9166,'_line_subtotal','158.4'),(82756,9166,'_line_subtotal_tax','0'),(82757,9166,'_line_total','158.4'),(82758,9166,'_line_tax','0'),(82759,9166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82760,9167,'_product_id','42'),(82761,9167,'_variation_id','0'),(82762,9167,'_qty','1'),(82763,9167,'_tax_class',''),(82764,9167,'_line_subtotal','79.2'),(82765,9167,'_line_subtotal_tax','0'),(82766,9167,'_line_total','79.2'),(82767,9167,'_line_tax','0'),(82768,9167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82769,9168,'_product_id','487'),(82770,9168,'_variation_id','0'),(82771,9168,'_qty','1'),(82772,9168,'_tax_class',''),(82773,9168,'_line_subtotal','31.35'),(82774,9168,'_line_subtotal_tax','0'),(82775,9168,'_line_total','31.35'),(82776,9168,'_line_tax','0'),(82777,9168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82778,9169,'_product_id','488'),(82779,9169,'_variation_id','0'),(82780,9169,'_qty','1'),(82781,9169,'_tax_class',''),(82782,9169,'_line_subtotal','31.35'),(82783,9169,'_line_subtotal_tax','0'),(82784,9169,'_line_total','31.35'),(82785,9169,'_line_tax','0'),(82786,9169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82787,9170,'_product_id','39'),(82788,9170,'_variation_id','0'),(82789,9170,'_qty','1'),(82790,9170,'_tax_class',''),(82791,9170,'_line_subtotal','79.2'),(82792,9170,'_line_subtotal_tax','0'),(82793,9170,'_line_total','79.2'),(82794,9170,'_line_tax','0'),(82795,9170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82796,9171,'_product_id','40'),(82797,9171,'_variation_id','0'),(82798,9171,'_qty','1'),(82799,9171,'_tax_class',''),(82800,9171,'_line_subtotal','79.2'),(82801,9171,'_line_subtotal_tax','0'),(82802,9171,'_line_total','79.2'),(82803,9171,'_line_tax','0'),(82804,9171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82805,9172,'_product_id','490'),(82806,9172,'_variation_id','0'),(82807,9172,'_qty','12'),(82808,9172,'_tax_class',''),(82809,9172,'_line_subtotal','235.2'),(82810,9172,'_line_subtotal_tax','0'),(82811,9172,'_line_total','235.2'),(82812,9172,'_line_tax','0'),(82813,9172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82814,9173,'method_id','free_shipping'),(82815,9173,'instance_id','2'),(82816,9173,'cost','0.00'),(82817,9173,'total_tax','0'),(82818,9173,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82819,9173,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 12'),(82820,9174,'_product_id','39'),(82821,9174,'_variation_id','0'),(82822,9174,'_qty','1'),(82823,9174,'_tax_class',''),(82824,9174,'_line_subtotal','79.2'),(82825,9174,'_line_subtotal_tax','0'),(82826,9174,'_line_total','79.2'),(82827,9174,'_line_tax','0'),(82828,9174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82829,9175,'_product_id','40'),(82830,9175,'_variation_id','0'),(82831,9175,'_qty','1'),(82832,9175,'_tax_class',''),(82833,9175,'_line_subtotal','79.2'),(82834,9175,'_line_subtotal_tax','0'),(82835,9175,'_line_total','79.2'),(82836,9175,'_line_tax','0'),(82837,9175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82838,9176,'_product_id','45'),(82839,9176,'_variation_id','0'),(82840,9176,'_qty','1'),(82841,9176,'_tax_class',''),(82842,9176,'_line_subtotal','42.24'),(82843,9176,'_line_subtotal_tax','0'),(82844,9176,'_line_total','42.24'),(82845,9176,'_line_tax','0'),(82846,9176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82847,9177,'_product_id','42'),(82848,9177,'_variation_id','0'),(82849,9177,'_qty','1'),(82850,9177,'_tax_class',''),(82851,9177,'_line_subtotal','79.2'),(82852,9177,'_line_subtotal_tax','0'),(82853,9177,'_line_total','79.2'),(82854,9177,'_line_tax','0'),(82855,9177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82856,9178,'_product_id','43'),(82857,9178,'_variation_id','0'),(82858,9178,'_qty','1'),(82859,9178,'_tax_class',''),(82860,9178,'_line_subtotal','79.2'),(82861,9178,'_line_subtotal_tax','0'),(82862,9178,'_line_total','79.2'),(82863,9178,'_line_tax','0'),(82864,9178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82865,9179,'_product_id','49'),(82866,9179,'_variation_id','0'),(82867,9179,'_qty','1'),(82868,9179,'_tax_class',''),(82869,9179,'_line_subtotal','79.2'),(82870,9179,'_line_subtotal_tax','0'),(82871,9179,'_line_total','79.2'),(82872,9179,'_line_tax','0'),(82873,9179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82874,9180,'_product_id','23'),(82875,9180,'_variation_id','0'),(82876,9180,'_qty','2'),(82877,9180,'_tax_class',''),(82878,9180,'_line_subtotal','137.08'),(82879,9180,'_line_subtotal_tax','0'),(82880,9180,'_line_total','137.08'),(82881,9180,'_line_tax','0'),(82882,9180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82883,9181,'_product_id','38'),(82884,9181,'_variation_id','0'),(82885,9181,'_qty','2'),(82886,9181,'_tax_class',''),(82887,9181,'_line_subtotal','331.52'),(82888,9181,'_line_subtotal_tax','0'),(82889,9181,'_line_total','331.52'),(82890,9181,'_line_tax','0'),(82891,9181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82892,9182,'_product_id','41'),(82893,9182,'_variation_id','0'),(82894,9182,'_qty','1'),(82895,9182,'_tax_class',''),(82896,9182,'_line_subtotal','66.48'),(82897,9182,'_line_subtotal_tax','0'),(82898,9182,'_line_total','66.48'),(82899,9182,'_line_tax','0'),(82900,9182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82901,9183,'_product_id','490'),(82902,9183,'_variation_id','0'),(82903,9183,'_qty','10'),(82904,9183,'_tax_class',''),(82905,9183,'_line_subtotal','196'),(82906,9183,'_line_subtotal_tax','0'),(82907,9183,'_line_total','196'),(82908,9183,'_line_tax','0'),(82909,9183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82910,9184,'_product_id','487'),(82911,9184,'_variation_id','0'),(82912,9184,'_qty','1'),(82913,9184,'_tax_class',''),(82914,9184,'_line_subtotal','31.35'),(82915,9184,'_line_subtotal_tax','0'),(82916,9184,'_line_total','31.35'),(82917,9184,'_line_tax','0'),(82918,9184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82919,9185,'method_id','free_shipping'),(82920,9185,'instance_id','2'),(82921,9185,'cost','0.00'),(82922,9185,'total_tax','0'),(82923,9185,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(82924,9185,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(82925,9186,'_product_id','42'),(82926,9186,'_variation_id','0'),(82927,9186,'_qty','1'),(82928,9186,'_tax_class',''),(82929,9186,'_line_subtotal','79.2'),(82930,9186,'_line_subtotal_tax','0'),(82931,9186,'_line_total','79.2'),(82932,9186,'_line_tax','0'),(82933,9186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82934,9187,'_product_id','43'),(82935,9187,'_variation_id','0'),(82936,9187,'_qty','2'),(82937,9187,'_tax_class',''),(82938,9187,'_line_subtotal','158.4'),(82939,9187,'_line_subtotal_tax','0'),(82940,9187,'_line_total','158.4'),(82941,9187,'_line_tax','0'),(82942,9187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82943,9188,'_product_id','487'),(82944,9188,'_variation_id','0'),(82945,9188,'_qty','1'),(82946,9188,'_tax_class',''),(82947,9188,'_line_subtotal','31.35'),(82948,9188,'_line_subtotal_tax','0'),(82949,9188,'_line_total','31.35'),(82950,9188,'_line_tax','0'),(82951,9188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82952,9189,'_product_id','23'),(82953,9189,'_variation_id','0'),(82954,9189,'_qty','2'),(82955,9189,'_tax_class',''),(82956,9189,'_line_subtotal','137.08'),(82957,9189,'_line_subtotal_tax','0'),(82958,9189,'_line_total','137.08'),(82959,9189,'_line_tax','0'),(82960,9189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82961,9190,'_product_id','38'),(82962,9190,'_variation_id','0'),(82963,9190,'_qty','1'),(82964,9190,'_tax_class',''),(82965,9190,'_line_subtotal','165.76'),(82966,9190,'_line_subtotal_tax','0'),(82967,9190,'_line_total','165.76'),(82968,9190,'_line_tax','0'),(82969,9190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82970,9191,'_product_id','41'),(82971,9191,'_variation_id','0'),(82972,9191,'_qty','1'),(82973,9191,'_tax_class',''),(82974,9191,'_line_subtotal','66.48'),(82975,9191,'_line_subtotal_tax','0'),(82976,9191,'_line_total','66.48'),(82977,9191,'_line_tax','0'),(82978,9191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82979,9192,'_product_id','45'),(82980,9192,'_variation_id','0'),(82981,9192,'_qty','2'),(82982,9192,'_tax_class',''),(82983,9192,'_line_subtotal','84.48'),(82984,9192,'_line_subtotal_tax','0'),(82985,9192,'_line_total','84.48'),(82986,9192,'_line_tax','0'),(82987,9192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82988,9193,'_product_id','490'),(82989,9193,'_variation_id','0'),(82990,9193,'_qty','5'),(82991,9193,'_tax_class',''),(82992,9193,'_line_subtotal','98'),(82993,9193,'_line_subtotal_tax','0'),(82994,9193,'_line_total','98'),(82995,9193,'_line_tax','0'),(82996,9193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(82997,9194,'method_id','free_shipping'),(82998,9194,'instance_id','2'),(82999,9194,'cost','0.00'),(83000,9194,'total_tax','0'),(83001,9194,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83002,9194,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5'),(83003,9195,'_product_id','41'),(83004,9195,'_variation_id','0'),(83005,9195,'_qty','7'),(83006,9195,'_tax_class',''),(83007,9195,'_line_subtotal','465.36'),(83008,9195,'_line_subtotal_tax','0'),(83009,9195,'_line_total','465.36'),(83010,9195,'_line_tax','0'),(83011,9195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83012,9196,'_product_id','23'),(83013,9196,'_variation_id','0'),(83014,9196,'_qty','1'),(83015,9196,'_tax_class',''),(83016,9196,'_line_subtotal','68.54'),(83017,9196,'_line_subtotal_tax','0'),(83018,9196,'_line_total','68.54'),(83019,9196,'_line_tax','0'),(83020,9196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83021,9197,'_product_id','42'),(83022,9197,'_variation_id','0'),(83023,9197,'_qty','2'),(83024,9197,'_tax_class',''),(83025,9197,'_line_subtotal','158.4'),(83026,9197,'_line_subtotal_tax','0'),(83027,9197,'_line_total','158.4'),(83028,9197,'_line_tax','0'),(83029,9197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83030,9198,'_product_id','44'),(83031,9198,'_variation_id','0'),(83032,9198,'_qty','8'),(83033,9198,'_tax_class',''),(83034,9198,'_line_subtotal','929.28'),(83035,9198,'_line_subtotal_tax','0'),(83036,9198,'_line_total','929.28'),(83037,9198,'_line_tax','0'),(83038,9198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83039,9199,'_product_id','49'),(83040,9199,'_variation_id','0'),(83041,9199,'_qty','3'),(83042,9199,'_tax_class',''),(83043,9199,'_line_subtotal','237.6'),(83044,9199,'_line_subtotal_tax','0'),(83045,9199,'_line_total','237.6'),(83046,9199,'_line_tax','0'),(83047,9199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83048,9200,'_product_id','490'),(83049,9200,'_variation_id','0'),(83050,9200,'_qty','4'),(83051,9200,'_tax_class',''),(83052,9200,'_line_subtotal','78.4'),(83053,9200,'_line_subtotal_tax','0'),(83054,9200,'_line_total','78.4'),(83055,9200,'_line_tax','0'),(83056,9200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83057,9201,'_product_id','488'),(83058,9201,'_variation_id','0'),(83059,9201,'_qty','1'),(83060,9201,'_tax_class',''),(83061,9201,'_line_subtotal','31.35'),(83062,9201,'_line_subtotal_tax','0'),(83063,9201,'_line_total','31.35'),(83064,9201,'_line_tax','0'),(83065,9201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83066,9202,'method_id','free_shipping'),(83067,9202,'instance_id','2'),(83068,9202,'cost','0.00'),(83069,9202,'total_tax','0'),(83070,9202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83071,9202,'Items','Professional Lice Comb(Case of 12) &times; 7, Active Rinse 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 1'),(83124,9147,'thwma_order_shipping_status','wc-pending'),(83125,9148,'thwma_order_shipping_status','wc-pending'),(83126,9149,'thwma_order_shipping_status','wc-pending'),(83127,9150,'thwma_order_shipping_status','wc-pending'),(83128,9151,'thwma_order_shipping_status','wc-pending'),(83129,9152,'thwma_order_shipping_status','wc-pending'),(83130,9153,'thwma_order_shipping_status','wc-pending'),(83131,9209,'_product_id','133'),(83132,9209,'_variation_id','0'),(83133,9209,'_qty','3'),(83134,9209,'_tax_class',''),(83135,9209,'_line_subtotal','42.9'),(83136,9209,'_line_subtotal_tax','0'),(83137,9209,'_line_total','42.9'),(83138,9209,'_line_tax','0'),(83139,9209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83140,9210,'_product_id','131'),(83141,9210,'_variation_id','0'),(83142,9210,'_qty','5'),(83143,9210,'_tax_class',''),(83144,9210,'_line_subtotal','63.25'),(83145,9210,'_line_subtotal_tax','0'),(83146,9210,'_line_total','63.25'),(83147,9210,'_line_tax','0'),(83148,9210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83149,9211,'_product_id','97'),(83150,9211,'_variation_id','0'),(83151,9211,'_qty','2'),(83152,9211,'_tax_class',''),(83153,9211,'_line_subtotal','0'),(83154,9211,'_line_subtotal_tax','0'),(83155,9211,'_line_total','0'),(83156,9211,'_line_tax','0'),(83157,9211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83158,9212,'_product_id','99'),(83159,9212,'_variation_id','0'),(83160,9212,'_qty','1'),(83161,9212,'_tax_class',''),(83162,9212,'_line_subtotal','0'),(83163,9212,'_line_subtotal_tax','0'),(83164,9212,'_line_total','0'),(83165,9212,'_line_tax','0'),(83166,9212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83167,9213,'_product_id','93'),(83168,9213,'_variation_id','0'),(83169,9213,'_qty','4'),(83170,9213,'_tax_class',''),(83171,9213,'_line_subtotal','0'),(83172,9213,'_line_subtotal_tax','0'),(83173,9213,'_line_total','0'),(83174,9213,'_line_tax','0'),(83175,9213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83176,9214,'method_id','fedex'),(83177,9214,'instance_id','1'),(83178,9214,'cost','28.68'),(83179,9214,'total_tax','0'),(83180,9214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83181,9214,'Package 1','17 × 14 × 10 (in) 30.45lbs × 1'),(83182,9214,'Package 2','17 × 14 × 10 (in) 18.8lbs × 1'),(83183,9215,'_product_id','44'),(83184,9215,'_variation_id','0'),(83185,9215,'_qty','2'),(83186,9215,'_tax_class',''),(83187,9215,'_line_subtotal','232.32'),(83188,9215,'_line_subtotal_tax','0'),(83189,9215,'_line_total','232.32'),(83190,9215,'_line_tax','0'),(83191,9215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83192,9216,'_product_id','38'),(83193,9216,'_variation_id','0'),(83194,9216,'_qty','2'),(83195,9216,'_tax_class',''),(83196,9216,'_line_subtotal','331.52'),(83197,9216,'_line_subtotal_tax','0'),(83198,9216,'_line_total','331.52'),(83199,9216,'_line_tax','0'),(83200,9216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83201,9217,'_product_id','23'),(83202,9217,'_variation_id','0'),(83203,9217,'_qty','4'),(83204,9217,'_tax_class',''),(83205,9217,'_line_subtotal','274.16'),(83206,9217,'_line_subtotal_tax','0'),(83207,9217,'_line_total','274.16'),(83208,9217,'_line_tax','0'),(83209,9217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83210,9218,'method_id','free_shipping'),(83211,9218,'instance_id','2'),(83212,9218,'cost','0.00'),(83213,9218,'total_tax','0'),(83214,9218,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83215,9218,'Items','Preventive Kit(Case of 6) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 4'),(83216,9162,'thwma_order_shipping_status','wc-pending'),(83217,9163,'thwma_order_shipping_status','wc-pending'),(83218,9164,'thwma_order_shipping_status','wc-pending'),(83219,9165,'thwma_order_shipping_status','wc-pending'),(83220,9166,'thwma_order_shipping_status','wc-pending'),(83221,9167,'thwma_order_shipping_status','wc-pending'),(83222,9168,'thwma_order_shipping_status','wc-pending'),(83223,9169,'thwma_order_shipping_status','wc-pending'),(83224,9170,'thwma_order_shipping_status','wc-pending'),(83225,9171,'thwma_order_shipping_status','wc-pending'),(83226,9172,'thwma_order_shipping_status','wc-pending'),(83227,9195,'thwma_order_shipping_status','wc-pending'),(83228,9196,'thwma_order_shipping_status','wc-pending'),(83229,9197,'thwma_order_shipping_status','wc-pending'),(83230,9198,'thwma_order_shipping_status','wc-pending'),(83231,9199,'thwma_order_shipping_status','wc-pending'),(83232,9200,'thwma_order_shipping_status','wc-pending'),(83233,9201,'thwma_order_shipping_status','wc-pending'),(83234,9174,'thwma_order_shipping_status','wc-pending'),(83235,9175,'thwma_order_shipping_status','wc-pending'),(83236,9176,'thwma_order_shipping_status','wc-pending'),(83237,9177,'thwma_order_shipping_status','wc-pending'),(83238,9178,'thwma_order_shipping_status','wc-pending'),(83239,9179,'thwma_order_shipping_status','wc-pending'),(83240,9180,'thwma_order_shipping_status','wc-pending'),(83241,9181,'thwma_order_shipping_status','wc-pending'),(83242,9182,'thwma_order_shipping_status','wc-pending'),(83243,9183,'thwma_order_shipping_status','wc-pending'),(83244,9184,'thwma_order_shipping_status','wc-pending'),(83245,9186,'thwma_order_shipping_status','wc-pending'),(83246,9187,'thwma_order_shipping_status','wc-pending'),(83247,9188,'thwma_order_shipping_status','wc-pending'),(83248,9189,'thwma_order_shipping_status','wc-pending'),(83249,9190,'thwma_order_shipping_status','wc-pending'),(83250,9191,'thwma_order_shipping_status','wc-pending'),(83251,9192,'thwma_order_shipping_status','wc-pending'),(83252,9193,'thwma_order_shipping_status','wc-pending'),(83253,9219,'_product_id','45'),(83254,9219,'_variation_id','0'),(83255,9219,'_qty','1'),(83256,9219,'_tax_class',''),(83257,9219,'_line_subtotal','42.24'),(83258,9219,'_line_subtotal_tax','0'),(83259,9219,'_line_total','42.24'),(83260,9219,'_line_tax','0'),(83261,9219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83262,9220,'_product_id','49'),(83263,9220,'_variation_id','0'),(83264,9220,'_qty','3'),(83265,9220,'_tax_class',''),(83266,9220,'_line_subtotal','237.6'),(83267,9220,'_line_subtotal_tax','0'),(83268,9220,'_line_total','237.6'),(83269,9220,'_line_tax','0'),(83270,9220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83271,9221,'method_id','fedex'),(83272,9221,'instance_id','1'),(83273,9221,'cost','30.68'),(83274,9221,'total_tax','0'),(83275,9221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83276,9221,'Package 1','17 × 14 × 10 (in) 31.9lbs × 1'),(83277,9222,'_product_id','41'),(83278,9222,'_variation_id','0'),(83279,9222,'_qty','1'),(83280,9222,'_tax_class',''),(83281,9222,'_line_subtotal','66.48'),(83282,9222,'_line_subtotal_tax','0'),(83283,9222,'_line_total','66.48'),(83284,9222,'_line_tax','0'),(83285,9222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83286,9223,'_product_id','487'),(83287,9223,'_variation_id','0'),(83288,9223,'_qty','2'),(83289,9223,'_tax_class',''),(83290,9223,'_line_subtotal','62.7'),(83291,9223,'_line_subtotal_tax','0'),(83292,9223,'_line_total','62.7'),(83293,9223,'_line_tax','0'),(83294,9223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83295,9224,'_product_id','489'),(83296,9224,'_variation_id','0'),(83297,9224,'_qty','6'),(83298,9224,'_tax_class',''),(83299,9224,'_line_subtotal','114.24'),(83300,9224,'_line_subtotal_tax','0'),(83301,9224,'_line_total','114.24'),(83302,9224,'_line_tax','0'),(83303,9224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83304,9225,'_product_id','43'),(83305,9225,'_variation_id','0'),(83306,9225,'_qty','1'),(83307,9225,'_tax_class',''),(83308,9225,'_line_subtotal','79.2'),(83309,9225,'_line_subtotal_tax','0'),(83310,9225,'_line_total','79.2'),(83311,9225,'_line_tax','0'),(83312,9225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83313,9226,'_product_id','49'),(83314,9226,'_variation_id','0'),(83315,9226,'_qty','1'),(83316,9226,'_tax_class',''),(83317,9226,'_line_subtotal','79.2'),(83318,9226,'_line_subtotal_tax','0'),(83319,9226,'_line_total','79.2'),(83320,9226,'_line_tax','0'),(83321,9226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83322,9227,'method_id','fedex'),(83323,9227,'instance_id','1'),(83324,9227,'cost','100.06'),(83325,9227,'total_tax','0'),(83326,9227,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83327,9227,'Package 1','17 × 14 × 10 (in) 41.15lbs × 1'),(83328,9227,'Package 2','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(83329,9228,'_product_id','23'),(83330,9228,'_variation_id','0'),(83331,9228,'_qty','1'),(83332,9228,'_tax_class',''),(83333,9228,'_line_subtotal','68.54'),(83334,9228,'_line_subtotal_tax','0'),(83335,9228,'_line_total','68.54'),(83336,9228,'_line_tax','0'),(83337,9228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83338,9229,'_product_id','38'),(83339,9229,'_variation_id','0'),(83340,9229,'_qty','1'),(83341,9229,'_tax_class',''),(83342,9229,'_line_subtotal','165.76'),(83343,9229,'_line_subtotal_tax','0'),(83344,9229,'_line_total','165.76'),(83345,9229,'_line_tax','0'),(83346,9229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83347,9230,'_product_id','41'),(83348,9230,'_variation_id','0'),(83349,9230,'_qty','4'),(83350,9230,'_tax_class',''),(83351,9230,'_line_subtotal','265.92'),(83352,9230,'_line_subtotal_tax','0'),(83353,9230,'_line_total','265.92'),(83354,9230,'_line_tax','0'),(83355,9230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83356,9231,'method_id','free_shipping'),(83357,9231,'instance_id','2'),(83358,9231,'cost','0.00'),(83359,9231,'total_tax','0'),(83360,9231,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83361,9231,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(83362,9232,'_product_id','133'),(83363,9232,'_variation_id','0'),(83364,9232,'_qty','3'),(83365,9232,'_tax_class',''),(83366,9232,'_line_subtotal','42.9'),(83367,9232,'_line_subtotal_tax','0'),(83368,9232,'_line_total','42.9'),(83369,9232,'_line_tax','0'),(83370,9232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83371,9233,'_product_id','131'),(83372,9233,'_variation_id','0'),(83373,9233,'_qty','5'),(83374,9233,'_tax_class',''),(83375,9233,'_line_subtotal','63.25'),(83376,9233,'_line_subtotal_tax','0'),(83377,9233,'_line_total','63.25'),(83378,9233,'_line_tax','0'),(83379,9233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83380,9234,'_product_id','487'),(83381,9234,'_variation_id','0'),(83382,9234,'_qty','1'),(83383,9234,'_tax_class',''),(83384,9234,'_line_subtotal','31.35'),(83385,9234,'_line_subtotal_tax','0'),(83386,9234,'_line_total','31.35'),(83387,9234,'_line_tax','0'),(83388,9234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83389,9235,'_product_id','488'),(83390,9235,'_variation_id','0'),(83391,9235,'_qty','2'),(83392,9235,'_tax_class',''),(83393,9235,'_line_subtotal','62.7'),(83394,9235,'_line_subtotal_tax','0'),(83395,9235,'_line_total','62.7'),(83396,9235,'_line_tax','0'),(83397,9235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83398,9236,'_product_id','490'),(83399,9236,'_variation_id','0'),(83400,9236,'_qty','4'),(83401,9236,'_tax_class',''),(83402,9236,'_line_subtotal','78.4'),(83403,9236,'_line_subtotal_tax','0'),(83404,9236,'_line_total','78.4'),(83405,9236,'_line_tax','0'),(83406,9236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83407,9237,'method_id','fedex'),(83408,9237,'instance_id','1'),(83409,9237,'cost','33.36'),(83410,9237,'total_tax','0'),(83411,9237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83412,9237,'Package 1','17 × 14 × 10 (in) 30.45lbs × 1'),(83413,9237,'Package 2','17 × 14 × 10 (in) 18.8lbs × 1'),(83414,9238,'_product_id','133'),(83415,9238,'_variation_id','0'),(83416,9238,'_qty','-3'),(83417,9238,'_tax_class',''),(83418,9238,'_line_subtotal','-42.9'),(83419,9238,'_line_subtotal_tax','0'),(83420,9238,'_line_total','-42.9'),(83421,9238,'_line_tax','0'),(83422,9238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83423,9238,'_refunded_item_id','9232'),(83424,9239,'_product_id','131'),(83425,9239,'_variation_id','0'),(83426,9239,'_qty','-5'),(83427,9239,'_tax_class',''),(83428,9239,'_line_subtotal','-63.25'),(83429,9239,'_line_subtotal_tax','0'),(83430,9239,'_line_total','-63.25'),(83431,9239,'_line_tax','0'),(83432,9239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83433,9239,'_refunded_item_id','9233'),(83434,9240,'_product_id','487'),(83435,9240,'_variation_id','0'),(83436,9240,'_qty','-1'),(83437,9240,'_tax_class',''),(83438,9240,'_line_subtotal','-31.35'),(83439,9240,'_line_subtotal_tax','0'),(83440,9240,'_line_total','-31.35'),(83441,9240,'_line_tax','0'),(83442,9240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83443,9240,'_refunded_item_id','9234'),(83444,9241,'_product_id','488'),(83445,9241,'_variation_id','0'),(83446,9241,'_qty','-2'),(83447,9241,'_tax_class',''),(83448,9241,'_line_subtotal','-62.7'),(83449,9241,'_line_subtotal_tax','0'),(83450,9241,'_line_total','-62.7'),(83451,9241,'_line_tax','0'),(83452,9241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83453,9241,'_refunded_item_id','9235'),(83454,9242,'_product_id','490'),(83455,9242,'_variation_id','0'),(83456,9242,'_qty','-4'),(83457,9242,'_tax_class',''),(83458,9242,'_line_subtotal','-78.4'),(83459,9242,'_line_subtotal_tax','0'),(83460,9242,'_line_total','-78.4'),(83461,9242,'_line_tax','0'),(83462,9242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83463,9242,'_refunded_item_id','9236'),(83464,9243,'method_id','fedex'),(83465,9243,'instance_id','1'),(83466,9243,'cost','-33.36'),(83467,9243,'total_tax','0'),(83468,9243,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83469,9243,'_refunded_item_id','9237'),(83470,9215,'thwma_order_shipping_status','wc-pending'),(83471,9216,'thwma_order_shipping_status','wc-pending'),(83472,9217,'thwma_order_shipping_status','wc-pending'),(83473,9244,'_product_id','133'),(83474,9244,'_variation_id','0'),(83475,9244,'_qty','3'),(83476,9244,'_tax_class',''),(83477,9244,'_line_subtotal','42.9'),(83478,9244,'_line_subtotal_tax','0'),(83479,9244,'_line_total','42.9'),(83480,9244,'_line_tax','0'),(83481,9244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83482,9245,'_product_id','131'),(83483,9245,'_variation_id','0'),(83484,9245,'_qty','5'),(83485,9245,'_tax_class',''),(83486,9245,'_line_subtotal','63.25'),(83487,9245,'_line_subtotal_tax','0'),(83488,9245,'_line_total','63.25'),(83489,9245,'_line_tax','0'),(83490,9245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83491,9246,'_product_id','487'),(83492,9246,'_variation_id','0'),(83493,9246,'_qty','1'),(83494,9246,'_tax_class',''),(83495,9246,'_line_subtotal','31.35'),(83496,9246,'_line_subtotal_tax','0'),(83497,9246,'_line_total','31.35'),(83498,9246,'_line_tax','0'),(83499,9246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83500,9247,'_product_id','488'),(83501,9247,'_variation_id','0'),(83502,9247,'_qty','2'),(83503,9247,'_tax_class',''),(83504,9247,'_line_subtotal','62.7'),(83505,9247,'_line_subtotal_tax','0'),(83506,9247,'_line_total','62.7'),(83507,9247,'_line_tax','0'),(83508,9247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83509,9248,'_product_id','490'),(83510,9248,'_variation_id','0'),(83511,9248,'_qty','4'),(83512,9248,'_tax_class',''),(83513,9248,'_line_subtotal','78.4'),(83514,9248,'_line_subtotal_tax','0'),(83515,9248,'_line_total','78.4'),(83516,9248,'_line_tax','0'),(83517,9248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83518,9249,'method_id','fedex'),(83519,9249,'instance_id','1'),(83520,9249,'cost','33.36'),(83521,9249,'total_tax','0'),(83522,9249,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83523,9249,'Package 1','17 × 14 × 10 (in) 30.45lbs × 1'),(83524,9249,'Package 2','17 × 14 × 10 (in) 18.8lbs × 1'),(83525,9219,'thwma_order_shipping_status','wc-pending'),(83526,9220,'thwma_order_shipping_status','wc-pending'),(83527,9222,'thwma_order_shipping_status','wc-pending'),(83528,9223,'thwma_order_shipping_status','wc-pending'),(83529,9224,'thwma_order_shipping_status','wc-pending'),(83530,9225,'thwma_order_shipping_status','wc-pending'),(83531,9226,'thwma_order_shipping_status','wc-pending'),(83532,9228,'thwma_order_shipping_status','wc-pending'),(83533,9229,'thwma_order_shipping_status','wc-pending'),(83534,9230,'thwma_order_shipping_status','wc-pending'),(83604,9258,'_product_id','23'),(83605,9258,'_variation_id','0'),(83606,9258,'_qty','2'),(83607,9258,'_tax_class',''),(83608,9258,'_line_subtotal','137.08'),(83609,9258,'_line_subtotal_tax','0'),(83610,9258,'_line_total','137.08'),(83611,9258,'_line_tax','0'),(83612,9258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83613,9259,'_product_id','38'),(83614,9259,'_variation_id','0'),(83615,9259,'_qty','2'),(83616,9259,'_tax_class',''),(83617,9259,'_line_subtotal','331.52'),(83618,9259,'_line_subtotal_tax','0'),(83619,9259,'_line_total','331.52'),(83620,9259,'_line_tax','0'),(83621,9259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83622,9260,'_product_id','45'),(83623,9260,'_variation_id','0'),(83624,9260,'_qty','1'),(83625,9260,'_tax_class',''),(83626,9260,'_line_subtotal','42.24'),(83627,9260,'_line_subtotal_tax','0'),(83628,9260,'_line_total','42.24'),(83629,9260,'_line_tax','0'),(83630,9260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83631,9261,'_product_id','41'),(83632,9261,'_variation_id','0'),(83633,9261,'_qty','3'),(83634,9261,'_tax_class',''),(83635,9261,'_line_subtotal','199.44'),(83636,9261,'_line_subtotal_tax','0'),(83637,9261,'_line_total','199.44'),(83638,9261,'_line_tax','0'),(83639,9261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83640,9262,'_product_id','49'),(83641,9262,'_variation_id','0'),(83642,9262,'_qty','1'),(83643,9262,'_tax_class',''),(83644,9262,'_line_subtotal','79.2'),(83645,9262,'_line_subtotal_tax','0'),(83646,9262,'_line_total','79.2'),(83647,9262,'_line_tax','0'),(83648,9262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83649,9263,'_product_id','490'),(83650,9263,'_variation_id','0'),(83651,9263,'_qty','15'),(83652,9263,'_tax_class',''),(83653,9263,'_line_subtotal','294'),(83654,9263,'_line_subtotal_tax','0'),(83655,9263,'_line_total','294'),(83656,9263,'_line_tax','0'),(83657,9263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83658,9264,'_product_id','489'),(83659,9264,'_variation_id','0'),(83660,9264,'_qty','10'),(83661,9264,'_tax_class',''),(83662,9264,'_line_subtotal','190.4'),(83663,9264,'_line_subtotal_tax','0'),(83664,9264,'_line_total','190.4'),(83665,9264,'_line_tax','0'),(83666,9264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83667,9265,'method_id','free_shipping'),(83668,9265,'instance_id','2'),(83669,9265,'cost','0.00'),(83670,9265,'total_tax','0'),(83671,9265,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83672,9265,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 15, Bulk Active Rinse 50/50 RM &times; 10'),(83673,9266,'_product_id','38'),(83674,9266,'_variation_id','0'),(83675,9266,'_qty','1'),(83676,9266,'_tax_class',''),(83677,9266,'_line_subtotal','165.76'),(83678,9266,'_line_subtotal_tax','0'),(83679,9266,'_line_total','165.76'),(83680,9266,'_line_tax','0'),(83681,9266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83682,9267,'_product_id','41'),(83683,9267,'_variation_id','0'),(83684,9267,'_qty','2'),(83685,9267,'_tax_class',''),(83686,9267,'_line_subtotal','132.96'),(83687,9267,'_line_subtotal_tax','0'),(83688,9267,'_line_total','132.96'),(83689,9267,'_line_tax','0'),(83690,9267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83691,9268,'_product_id','51'),(83692,9268,'_variation_id','0'),(83693,9268,'_qty','1'),(83694,9268,'_tax_class',''),(83695,9268,'_line_subtotal','147.84'),(83696,9268,'_line_subtotal_tax','0'),(83697,9268,'_line_total','147.84'),(83698,9268,'_line_tax','0'),(83699,9268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83700,9269,'_product_id','44'),(83701,9269,'_variation_id','0'),(83702,9269,'_qty','1'),(83703,9269,'_tax_class',''),(83704,9269,'_line_subtotal','116.16'),(83705,9269,'_line_subtotal_tax','0'),(83706,9269,'_line_total','116.16'),(83707,9269,'_line_tax','0'),(83708,9269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83709,9270,'_product_id','488'),(83710,9270,'_variation_id','0'),(83711,9270,'_qty','2'),(83712,9270,'_tax_class',''),(83713,9270,'_line_subtotal','62.7'),(83714,9270,'_line_subtotal_tax','0'),(83715,9270,'_line_total','62.7'),(83716,9270,'_line_tax','0'),(83717,9270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83718,9271,'_product_id','487'),(83719,9271,'_variation_id','0'),(83720,9271,'_qty','2'),(83721,9271,'_tax_class',''),(83722,9271,'_line_subtotal','62.7'),(83723,9271,'_line_subtotal_tax','0'),(83724,9271,'_line_total','62.7'),(83725,9271,'_line_tax','0'),(83726,9271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83727,9272,'_product_id','490'),(83728,9272,'_variation_id','0'),(83729,9272,'_qty','6'),(83730,9272,'_tax_class',''),(83731,9272,'_line_subtotal','117.6'),(83732,9272,'_line_subtotal_tax','0'),(83733,9272,'_line_total','117.6'),(83734,9272,'_line_tax','0'),(83735,9272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83736,9273,'method_id','free_shipping'),(83737,9273,'instance_id','2'),(83738,9273,'cost','0.00'),(83739,9273,'total_tax','0'),(83740,9273,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83741,9273,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 6'),(83742,9274,'_product_id','41'),(83743,9274,'_variation_id','0'),(83744,9274,'_qty','3'),(83745,9274,'_tax_class',''),(83746,9274,'_line_subtotal','199.44'),(83747,9274,'_line_subtotal_tax','0'),(83748,9274,'_line_total','199.44'),(83749,9274,'_line_tax','0'),(83750,9274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83751,9275,'_product_id','43'),(83752,9275,'_variation_id','0'),(83753,9275,'_qty','2'),(83754,9275,'_tax_class',''),(83755,9275,'_line_subtotal','158.4'),(83756,9275,'_line_subtotal_tax','0'),(83757,9275,'_line_total','158.4'),(83758,9275,'_line_tax','0'),(83759,9275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83760,9276,'_product_id','490'),(83761,9276,'_variation_id','0'),(83762,9276,'_qty','12'),(83763,9276,'_tax_class',''),(83764,9276,'_line_subtotal','235.2'),(83765,9276,'_line_subtotal_tax','0'),(83766,9276,'_line_total','235.2'),(83767,9276,'_line_tax','0'),(83768,9276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83769,9277,'_product_id','488'),(83770,9277,'_variation_id','0'),(83771,9277,'_qty','2'),(83772,9277,'_tax_class',''),(83773,9277,'_line_subtotal','62.7'),(83774,9277,'_line_subtotal_tax','0'),(83775,9277,'_line_total','62.7'),(83776,9277,'_line_tax','0'),(83777,9277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83778,9278,'_product_id','23'),(83779,9278,'_variation_id','0'),(83780,9278,'_qty','4'),(83781,9278,'_tax_class',''),(83782,9278,'_line_subtotal','274.16'),(83783,9278,'_line_subtotal_tax','0'),(83784,9278,'_line_total','274.16'),(83785,9278,'_line_tax','0'),(83786,9278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83787,9279,'method_id','free_shipping'),(83788,9279,'instance_id','2'),(83789,9279,'cost','0.00'),(83790,9279,'total_tax','0'),(83791,9279,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83792,9279,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 12, Bulk Detangling Spray 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 4'),(83798,9244,'thwma_order_shipping_status','wc-pending'),(83799,9245,'thwma_order_shipping_status','wc-pending'),(83800,9246,'thwma_order_shipping_status','wc-pending'),(83801,9247,'thwma_order_shipping_status','wc-pending'),(83802,9248,'thwma_order_shipping_status','wc-pending'),(83803,9280,'_product_id','490'),(83804,9280,'_variation_id','0'),(83805,9280,'_qty','4'),(83806,9280,'_tax_class',''),(83807,9280,'_line_subtotal','78.4'),(83808,9280,'_line_subtotal_tax','0'),(83809,9280,'_line_total','78.4'),(83810,9280,'_line_tax','0'),(83811,9280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83812,9281,'method_id','fedex'),(83813,9281,'instance_id','1'),(83814,9281,'cost','16.05'),(83815,9281,'total_tax','0'),(83816,9281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83817,9281,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(83823,9274,'thwma_order_shipping_status','wc-pending'),(83824,9275,'thwma_order_shipping_status','wc-pending'),(83825,9276,'thwma_order_shipping_status','wc-pending'),(83826,9277,'thwma_order_shipping_status','wc-pending'),(83827,9278,'thwma_order_shipping_status','wc-pending'),(83828,9266,'thwma_order_shipping_status','wc-pending'),(83829,9267,'thwma_order_shipping_status','wc-pending'),(83830,9268,'thwma_order_shipping_status','wc-pending'),(83831,9269,'thwma_order_shipping_status','wc-pending'),(83832,9270,'thwma_order_shipping_status','wc-pending'),(83833,9271,'thwma_order_shipping_status','wc-pending'),(83834,9272,'thwma_order_shipping_status','wc-pending'),(83842,9258,'thwma_order_shipping_status','wc-pending'),(83843,9259,'thwma_order_shipping_status','wc-pending'),(83844,9260,'thwma_order_shipping_status','wc-pending'),(83845,9261,'thwma_order_shipping_status','wc-pending'),(83846,9262,'thwma_order_shipping_status','wc-pending'),(83847,9263,'thwma_order_shipping_status','wc-pending'),(83848,9264,'thwma_order_shipping_status','wc-pending'),(83849,9282,'_product_id','41'),(83850,9282,'_variation_id','0'),(83851,9282,'_qty','1'),(83852,9282,'_tax_class',''),(83853,9282,'_line_subtotal','66.48'),(83854,9282,'_line_subtotal_tax','0'),(83855,9282,'_line_total','66.48'),(83856,9282,'_line_tax','0'),(83857,9282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83858,9283,'_product_id','49'),(83859,9283,'_variation_id','0'),(83860,9283,'_qty','6'),(83861,9283,'_tax_class',''),(83862,9283,'_line_subtotal','475.2'),(83863,9283,'_line_subtotal_tax','0'),(83864,9283,'_line_total','475.2'),(83865,9283,'_line_tax','0'),(83866,9283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83867,9284,'_product_id','44'),(83868,9284,'_variation_id','0'),(83869,9284,'_qty','1'),(83870,9284,'_tax_class',''),(83871,9284,'_line_subtotal','116.16'),(83872,9284,'_line_subtotal_tax','0'),(83873,9284,'_line_total','116.16'),(83874,9284,'_line_tax','0'),(83875,9284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83876,9285,'method_id','free_shipping'),(83877,9285,'instance_id','2'),(83878,9285,'cost','0.00'),(83879,9285,'total_tax','0'),(83880,9285,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83881,9285,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1'),(83882,9286,'_product_id','487'),(83883,9286,'_variation_id','0'),(83884,9286,'_qty','2'),(83885,9286,'_tax_class',''),(83886,9286,'_line_subtotal','62.7'),(83887,9286,'_line_subtotal_tax','0'),(83888,9286,'_line_total','62.7'),(83889,9286,'_line_tax','0'),(83890,9286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83891,9287,'_product_id','488'),(83892,9287,'_variation_id','0'),(83893,9287,'_qty','2'),(83894,9287,'_tax_class',''),(83895,9287,'_line_subtotal','62.7'),(83896,9287,'_line_subtotal_tax','0'),(83897,9287,'_line_total','62.7'),(83898,9287,'_line_tax','0'),(83899,9287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83900,9288,'_product_id','490'),(83901,9288,'_variation_id','0'),(83902,9288,'_qty','6'),(83903,9288,'_tax_class',''),(83904,9288,'_line_subtotal','117.6'),(83905,9288,'_line_subtotal_tax','0'),(83906,9288,'_line_total','117.6'),(83907,9288,'_line_tax','0'),(83908,9288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83909,9289,'_product_id','41'),(83910,9289,'_variation_id','0'),(83911,9289,'_qty','5'),(83912,9289,'_tax_class',''),(83913,9289,'_line_subtotal','332.4'),(83914,9289,'_line_subtotal_tax','0'),(83915,9289,'_line_total','332.4'),(83916,9289,'_line_tax','0'),(83917,9289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83918,9290,'_product_id','38'),(83919,9290,'_variation_id','0'),(83920,9290,'_qty','2'),(83921,9290,'_tax_class',''),(83922,9290,'_line_subtotal','331.52'),(83923,9290,'_line_subtotal_tax','0'),(83924,9290,'_line_total','331.52'),(83925,9290,'_line_tax','0'),(83926,9290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83927,9291,'_product_id','23'),(83928,9291,'_variation_id','0'),(83929,9291,'_qty','2'),(83930,9291,'_tax_class',''),(83931,9291,'_line_subtotal','137.08'),(83932,9291,'_line_subtotal_tax','0'),(83933,9291,'_line_total','137.08'),(83934,9291,'_line_tax','0'),(83935,9291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83936,9292,'method_id','fedex'),(83937,9292,'instance_id','1'),(83938,9292,'cost','164.50'),(83939,9292,'total_tax','0'),(83940,9292,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(83941,9292,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(83942,9292,'Package 2','14 × 14 × 14 (in) 28.95lbs × 1'),(83943,9292,'Package 3','14 × 14 × 14 (in) 28.85lbs × 1'),(83944,9292,'Package 4','11.25 × 8.75 × 7.75 (in) 11.84lbs × 1'),(83945,9293,'_product_id','23'),(83946,9293,'_variation_id','0'),(83947,9293,'_qty','5'),(83948,9293,'_tax_class',''),(83949,9293,'_line_subtotal','342.7'),(83950,9293,'_line_subtotal_tax','0'),(83951,9293,'_line_total','342.7'),(83952,9293,'_line_tax','0'),(83953,9293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83954,9294,'_product_id','38'),(83955,9294,'_variation_id','0'),(83956,9294,'_qty','2'),(83957,9294,'_tax_class',''),(83958,9294,'_line_subtotal','331.52'),(83959,9294,'_line_subtotal_tax','0'),(83960,9294,'_line_total','331.52'),(83961,9294,'_line_tax','0'),(83962,9294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83963,9295,'_product_id','41'),(83964,9295,'_variation_id','0'),(83965,9295,'_qty','5'),(83966,9295,'_tax_class',''),(83967,9295,'_line_subtotal','332.4'),(83968,9295,'_line_subtotal_tax','0'),(83969,9295,'_line_total','332.4'),(83970,9295,'_line_tax','0'),(83971,9295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83972,9296,'_product_id','44'),(83973,9296,'_variation_id','0'),(83974,9296,'_qty','1'),(83975,9296,'_tax_class',''),(83976,9296,'_line_subtotal','116.16'),(83977,9296,'_line_subtotal_tax','0'),(83978,9296,'_line_total','116.16'),(83979,9296,'_line_tax','0'),(83980,9296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83981,9297,'_product_id','49'),(83982,9297,'_variation_id','0'),(83983,9297,'_qty','2'),(83984,9297,'_tax_class',''),(83985,9297,'_line_subtotal','158.4'),(83986,9297,'_line_subtotal_tax','0'),(83987,9297,'_line_total','158.4'),(83988,9297,'_line_tax','0'),(83989,9297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83990,9298,'_product_id','45'),(83991,9298,'_variation_id','0'),(83992,9298,'_qty','2'),(83993,9298,'_tax_class',''),(83994,9298,'_line_subtotal','84.48'),(83995,9298,'_line_subtotal_tax','0'),(83996,9298,'_line_total','84.48'),(83997,9298,'_line_tax','0'),(83998,9298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(83999,9299,'_product_id','488'),(84000,9299,'_variation_id','0'),(84001,9299,'_qty','1'),(84002,9299,'_tax_class',''),(84003,9299,'_line_subtotal','31.35'),(84004,9299,'_line_subtotal_tax','0'),(84005,9299,'_line_total','31.35'),(84006,9299,'_line_tax','0'),(84007,9299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84008,9300,'_product_id','490'),(84009,9300,'_variation_id','0'),(84010,9300,'_qty','3'),(84011,9300,'_tax_class',''),(84012,9300,'_line_subtotal','58.8'),(84013,9300,'_line_subtotal_tax','0'),(84014,9300,'_line_total','58.8'),(84015,9300,'_line_tax','0'),(84016,9300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84017,9301,'method_id','free_shipping'),(84018,9301,'instance_id','2'),(84019,9301,'cost','0.00'),(84020,9301,'total_tax','0'),(84021,9301,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84022,9301,'Items','Active Rinse 8oz(Case of 12) &times; 5, Active Rinse 16oz(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 3'),(84029,9282,'thwma_order_shipping_status','wc-pending'),(84030,9283,'thwma_order_shipping_status','wc-pending'),(84031,9284,'thwma_order_shipping_status','wc-pending'),(84032,9286,'thwma_order_shipping_status','wc-pending'),(84033,9287,'thwma_order_shipping_status','wc-pending'),(84034,9288,'thwma_order_shipping_status','wc-pending'),(84035,9289,'thwma_order_shipping_status','wc-pending'),(84036,9290,'thwma_order_shipping_status','wc-pending'),(84037,9291,'thwma_order_shipping_status','wc-pending'),(84038,9293,'thwma_order_shipping_status','wc-pending'),(84039,9294,'thwma_order_shipping_status','wc-pending'),(84040,9295,'thwma_order_shipping_status','wc-pending'),(84041,9296,'thwma_order_shipping_status','wc-pending'),(84042,9297,'thwma_order_shipping_status','wc-pending'),(84043,9298,'thwma_order_shipping_status','wc-pending'),(84044,9299,'thwma_order_shipping_status','wc-pending'),(84045,9300,'thwma_order_shipping_status','wc-pending'),(84046,9155,'thwma_order_shipping_status','wc-pending'),(84047,9156,'thwma_order_shipping_status','wc-pending'),(84048,9157,'thwma_order_shipping_status','wc-pending'),(84049,9158,'thwma_order_shipping_status','wc-pending'),(84050,9302,'_product_id','51'),(84051,9302,'_variation_id','0'),(84052,9302,'_qty','2'),(84053,9302,'_tax_class',''),(84054,9302,'_line_subtotal','295.68'),(84055,9302,'_line_subtotal_tax','0'),(84056,9302,'_line_total','295.68'),(84057,9302,'_line_tax','0'),(84058,9302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84059,9303,'_product_id','41'),(84060,9303,'_variation_id','0'),(84061,9303,'_qty','4'),(84062,9303,'_tax_class',''),(84063,9303,'_line_subtotal','265.92'),(84064,9303,'_line_subtotal_tax','0'),(84065,9303,'_line_total','265.92'),(84066,9303,'_line_tax','0'),(84067,9303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84068,9304,'_product_id','23'),(84069,9304,'_variation_id','0'),(84070,9304,'_qty','1'),(84071,9304,'_tax_class',''),(84072,9304,'_line_subtotal','68.54'),(84073,9304,'_line_subtotal_tax','0'),(84074,9304,'_line_total','68.54'),(84075,9304,'_line_tax','0'),(84076,9304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84077,9305,'_product_id','38'),(84078,9305,'_variation_id','0'),(84079,9305,'_qty','2'),(84080,9305,'_tax_class',''),(84081,9305,'_line_subtotal','331.52'),(84082,9305,'_line_subtotal_tax','0'),(84083,9305,'_line_total','331.52'),(84084,9305,'_line_tax','0'),(84085,9305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84086,9306,'method_id','free_shipping'),(84087,9306,'instance_id','2'),(84088,9306,'cost','0.00'),(84089,9306,'total_tax','0'),(84090,9306,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84091,9306,'Items','Urgent Care Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2'),(84092,9307,'_product_id','120'),(84093,9307,'_variation_id','0'),(84094,9307,'_qty','1'),(84095,9307,'_tax_class',''),(84096,9307,'_line_subtotal','52.8'),(84097,9307,'_line_subtotal_tax','0'),(84098,9307,'_line_total','52.8'),(84099,9307,'_line_tax','0'),(84100,9307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84101,9308,'_product_id','43'),(84102,9308,'_variation_id','0'),(84103,9308,'_qty','2'),(84104,9308,'_tax_class',''),(84105,9308,'_line_subtotal','158.4'),(84106,9308,'_line_subtotal_tax','0'),(84107,9308,'_line_total','158.4'),(84108,9308,'_line_tax','0'),(84109,9308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84110,9309,'_product_id','49'),(84111,9309,'_variation_id','0'),(84112,9309,'_qty','1'),(84113,9309,'_tax_class',''),(84114,9309,'_line_subtotal','79.2'),(84115,9309,'_line_subtotal_tax','0'),(84116,9309,'_line_total','79.2'),(84117,9309,'_line_tax','0'),(84118,9309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84119,9310,'_product_id','44'),(84120,9310,'_variation_id','0'),(84121,9310,'_qty','2'),(84122,9310,'_tax_class',''),(84123,9310,'_line_subtotal','232.32'),(84124,9310,'_line_subtotal_tax','0'),(84125,9310,'_line_total','232.32'),(84126,9310,'_line_tax','0'),(84127,9310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84128,9311,'_product_id','93'),(84129,9311,'_variation_id','0'),(84130,9311,'_qty','10'),(84131,9311,'_tax_class',''),(84132,9311,'_line_subtotal','0'),(84133,9311,'_line_subtotal_tax','0'),(84134,9311,'_line_total','0'),(84135,9311,'_line_tax','0'),(84136,9311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84137,9312,'method_id','free_shipping'),(84138,9312,'instance_id','2'),(84139,9312,'cost','0.00'),(84140,9312,'total_tax','0'),(84141,9312,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84142,9312,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% &times; 10'),(84143,9313,'_product_id','23'),(84144,9313,'_variation_id','0'),(84145,9313,'_qty','2'),(84146,9313,'_tax_class',''),(84147,9313,'_line_subtotal','137.08'),(84148,9313,'_line_subtotal_tax','0'),(84149,9313,'_line_total','137.08'),(84150,9313,'_line_tax','0'),(84151,9313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84152,9314,'_product_id','44'),(84153,9314,'_variation_id','0'),(84154,9314,'_qty','2'),(84155,9314,'_tax_class',''),(84156,9314,'_line_subtotal','232.32'),(84157,9314,'_line_subtotal_tax','0'),(84158,9314,'_line_total','232.32'),(84159,9314,'_line_tax','0'),(84160,9314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84161,9315,'_product_id','120'),(84162,9315,'_variation_id','0'),(84163,9315,'_qty','2'),(84164,9315,'_tax_class',''),(84165,9315,'_line_subtotal','105.6'),(84166,9315,'_line_subtotal_tax','0'),(84167,9315,'_line_total','105.6'),(84168,9315,'_line_tax','0'),(84169,9315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84170,9316,'_product_id','144'),(84171,9316,'_variation_id','0'),(84172,9316,'_qty','20'),(84173,9316,'_tax_class',''),(84174,9316,'_line_subtotal','27.6'),(84175,9316,'_line_subtotal_tax','0'),(84176,9316,'_line_total','27.6'),(84177,9316,'_line_tax','0'),(84178,9316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84179,9317,'_product_id','146'),(84180,9317,'_variation_id','0'),(84181,9317,'_qty','20'),(84182,9317,'_tax_class',''),(84183,9317,'_line_subtotal','27.6'),(84184,9317,'_line_subtotal_tax','0'),(84185,9317,'_line_total','27.6'),(84186,9317,'_line_tax','0'),(84187,9317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84188,9318,'_product_id','93'),(84189,9318,'_variation_id','0'),(84190,9318,'_qty','10'),(84191,9318,'_tax_class',''),(84192,9318,'_line_subtotal','0'),(84193,9318,'_line_subtotal_tax','0'),(84194,9318,'_line_total','0'),(84195,9318,'_line_tax','0'),(84196,9318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84197,9319,'method_id','free_shipping'),(84198,9319,'instance_id','2'),(84199,9319,'cost','0.00'),(84200,9319,'total_tax','0'),(84201,9319,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84202,9319,'Items','Active Rinse 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Course Tail Comb &times; 20, 9\" Detangler Comb &times; 20, Bulk Active Rinse 100% &times; 10'),(84203,9320,'_product_id','38'),(84204,9320,'_variation_id','0'),(84205,9320,'_qty','2'),(84206,9320,'_tax_class',''),(84207,9320,'_line_subtotal','331.52'),(84208,9320,'_line_subtotal_tax','0'),(84209,9320,'_line_total','331.52'),(84210,9320,'_line_tax','0'),(84211,9320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84212,9321,'_product_id','23'),(84213,9321,'_variation_id','0'),(84214,9321,'_qty','2'),(84215,9321,'_tax_class',''),(84216,9321,'_line_subtotal','137.08'),(84217,9321,'_line_subtotal_tax','0'),(84218,9321,'_line_total','137.08'),(84219,9321,'_line_tax','0'),(84220,9321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84221,9322,'_product_id','41'),(84222,9322,'_variation_id','0'),(84223,9322,'_qty','3'),(84224,9322,'_tax_class',''),(84225,9322,'_line_subtotal','199.44'),(84226,9322,'_line_subtotal_tax','0'),(84227,9322,'_line_total','199.44'),(84228,9322,'_line_tax','0'),(84229,9322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84230,9323,'method_id','free_shipping'),(84231,9323,'instance_id','2'),(84232,9323,'cost','0.00'),(84233,9323,'total_tax','0'),(84234,9323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84235,9323,'Items','Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3'),(84236,9324,'_product_id','44'),(84237,9324,'_variation_id','0'),(84238,9324,'_qty','1'),(84239,9324,'_tax_class',''),(84240,9324,'_line_subtotal','116.16'),(84241,9324,'_line_subtotal_tax','0'),(84242,9324,'_line_total','116.16'),(84243,9324,'_line_tax','0'),(84244,9324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84245,9325,'_product_id','93'),(84246,9325,'_variation_id','0'),(84247,9325,'_qty','5'),(84248,9325,'_tax_class',''),(84249,9325,'_line_subtotal','0'),(84250,9325,'_line_subtotal_tax','0'),(84251,9325,'_line_total','0'),(84252,9325,'_line_tax','0'),(84253,9325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84254,9326,'method_id','fedex'),(84255,9326,'instance_id','1'),(84256,9326,'cost','18.68'),(84257,9326,'total_tax','0'),(84258,9326,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84259,9326,'Package 1','17 × 14 × 10 (in) 23.3lbs × 1'),(84260,9327,'_product_id','93'),(84261,9327,'_variation_id','0'),(84262,9327,'_qty','10'),(84263,9327,'_tax_class',''),(84264,9327,'_line_subtotal','0'),(84265,9327,'_line_subtotal_tax','0'),(84266,9327,'_line_total','0'),(84267,9327,'_line_tax','0'),(84268,9327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84269,9328,'_product_id','99'),(84270,9328,'_variation_id','0'),(84271,9328,'_qty','1'),(84272,9328,'_tax_class',''),(84273,9328,'_line_subtotal','0'),(84274,9328,'_line_subtotal_tax','0'),(84275,9328,'_line_total','0'),(84276,9328,'_line_tax','0'),(84277,9328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84278,9329,'_product_id','49'),(84279,9329,'_variation_id','0'),(84280,9329,'_qty','1'),(84281,9329,'_tax_class',''),(84282,9329,'_line_subtotal','79.2'),(84283,9329,'_line_subtotal_tax','0'),(84284,9329,'_line_total','79.2'),(84285,9329,'_line_tax','0'),(84286,9329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84287,9330,'method_id','fedex'),(84288,9330,'instance_id','1'),(84289,9330,'cost','18.41'),(84290,9330,'total_tax','0'),(84291,9330,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84292,9330,'Package 1','17 × 14 × 10 (in) 38.15lbs × 1'),(84304,9302,'thwma_order_shipping_status','wc-pending'),(84305,9303,'thwma_order_shipping_status','wc-pending'),(84306,9304,'thwma_order_shipping_status','wc-pending'),(84307,9305,'thwma_order_shipping_status','wc-pending'),(84308,9320,'thwma_order_shipping_status','wc-pending'),(84309,9321,'thwma_order_shipping_status','wc-pending'),(84310,9322,'thwma_order_shipping_status','wc-pending'),(84311,9313,'thwma_order_shipping_status','wc-pending'),(84312,9314,'thwma_order_shipping_status','wc-pending'),(84313,9315,'thwma_order_shipping_status','wc-pending'),(84314,9316,'thwma_order_shipping_status','wc-pending'),(84315,9317,'thwma_order_shipping_status','wc-pending'),(84316,9318,'thwma_order_shipping_status','wc-pending'),(84317,9307,'thwma_order_shipping_status','wc-pending'),(84318,9308,'thwma_order_shipping_status','wc-pending'),(84319,9309,'thwma_order_shipping_status','wc-pending'),(84320,9310,'thwma_order_shipping_status','wc-pending'),(84321,9311,'thwma_order_shipping_status','wc-pending'),(84322,9324,'thwma_order_shipping_status','wc-pending'),(84323,9325,'thwma_order_shipping_status','wc-pending'),(84324,9327,'thwma_order_shipping_status','wc-pending'),(84325,9328,'thwma_order_shipping_status','wc-pending'),(84326,9329,'thwma_order_shipping_status','wc-pending'),(84327,9331,'_product_id','23'),(84328,9331,'_variation_id','0'),(84329,9331,'_qty','2'),(84330,9331,'_tax_class',''),(84331,9331,'_line_subtotal','137.08'),(84332,9331,'_line_subtotal_tax','0'),(84333,9331,'_line_total','137.08'),(84334,9331,'_line_tax','0'),(84335,9331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84336,9332,'_product_id','38'),(84337,9332,'_variation_id','0'),(84338,9332,'_qty','1'),(84339,9332,'_tax_class',''),(84340,9332,'_line_subtotal','165.76'),(84341,9332,'_line_subtotal_tax','0'),(84342,9332,'_line_total','165.76'),(84343,9332,'_line_tax','0'),(84344,9332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84345,9333,'_product_id','42'),(84346,9333,'_variation_id','0'),(84347,9333,'_qty','1'),(84348,9333,'_tax_class',''),(84349,9333,'_line_subtotal','79.2'),(84350,9333,'_line_subtotal_tax','0'),(84351,9333,'_line_total','79.2'),(84352,9333,'_line_tax','0'),(84353,9333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84354,9334,'_product_id','45'),(84355,9334,'_variation_id','0'),(84356,9334,'_qty','2'),(84357,9334,'_tax_class',''),(84358,9334,'_line_subtotal','84.48'),(84359,9334,'_line_subtotal_tax','0'),(84360,9334,'_line_total','84.48'),(84361,9334,'_line_tax','0'),(84362,9334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84363,9335,'_product_id','41'),(84364,9335,'_variation_id','0'),(84365,9335,'_qty','2'),(84366,9335,'_tax_class',''),(84367,9335,'_line_subtotal','132.96'),(84368,9335,'_line_subtotal_tax','0'),(84369,9335,'_line_total','132.96'),(84370,9335,'_line_tax','0'),(84371,9335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84372,9336,'_product_id','118'),(84373,9336,'_variation_id','0'),(84374,9336,'_qty','1'),(84375,9336,'_tax_class',''),(84376,9336,'_line_subtotal','184.8'),(84377,9336,'_line_subtotal_tax','0'),(84378,9336,'_line_total','184.8'),(84379,9336,'_line_tax','0'),(84380,9336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84381,9337,'_product_id','51'),(84382,9337,'_variation_id','0'),(84383,9337,'_qty','1'),(84384,9337,'_tax_class',''),(84385,9337,'_line_subtotal','147.84'),(84386,9337,'_line_subtotal_tax','0'),(84387,9337,'_line_total','147.84'),(84388,9337,'_line_tax','0'),(84389,9337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84390,9338,'_product_id','39'),(84391,9338,'_variation_id','0'),(84392,9338,'_qty','1'),(84393,9338,'_tax_class',''),(84394,9338,'_line_subtotal','79.2'),(84395,9338,'_line_subtotal_tax','0'),(84396,9338,'_line_total','79.2'),(84397,9338,'_line_tax','0'),(84398,9338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84399,9339,'_product_id','40'),(84400,9339,'_variation_id','0'),(84401,9339,'_qty','1'),(84402,9339,'_tax_class',''),(84403,9339,'_line_subtotal','79.2'),(84404,9339,'_line_subtotal_tax','0'),(84405,9339,'_line_total','79.2'),(84406,9339,'_line_tax','0'),(84407,9339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84408,9340,'_product_id','120'),(84409,9340,'_variation_id','0'),(84410,9340,'_qty','1'),(84411,9340,'_tax_class',''),(84412,9340,'_line_subtotal','52.8'),(84413,9340,'_line_subtotal_tax','0'),(84414,9340,'_line_total','52.8'),(84415,9340,'_line_tax','0'),(84416,9340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84417,9341,'_product_id','43'),(84418,9341,'_variation_id','0'),(84419,9341,'_qty','1'),(84420,9341,'_tax_class',''),(84421,9341,'_line_subtotal','79.2'),(84422,9341,'_line_subtotal_tax','0'),(84423,9341,'_line_total','79.2'),(84424,9341,'_line_tax','0'),(84425,9341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84426,9342,'_product_id','49'),(84427,9342,'_variation_id','0'),(84428,9342,'_qty','1'),(84429,9342,'_tax_class',''),(84430,9342,'_line_subtotal','79.2'),(84431,9342,'_line_subtotal_tax','0'),(84432,9342,'_line_total','79.2'),(84433,9342,'_line_tax','0'),(84434,9342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84435,9343,'_product_id','44'),(84436,9343,'_variation_id','0'),(84437,9343,'_qty','1'),(84438,9343,'_tax_class',''),(84439,9343,'_line_subtotal','116.16'),(84440,9343,'_line_subtotal_tax','0'),(84441,9343,'_line_total','116.16'),(84442,9343,'_line_tax','0'),(84443,9343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84444,9344,'_product_id','490'),(84445,9344,'_variation_id','0'),(84446,9344,'_qty','20'),(84447,9344,'_tax_class',''),(84448,9344,'_line_subtotal','392'),(84449,9344,'_line_subtotal_tax','0'),(84450,9344,'_line_total','392'),(84451,9344,'_line_tax','0'),(84452,9344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84453,9345,'_product_id','488'),(84454,9345,'_variation_id','0'),(84455,9345,'_qty','1'),(84456,9345,'_tax_class',''),(84457,9345,'_line_subtotal','31.35'),(84458,9345,'_line_subtotal_tax','0'),(84459,9345,'_line_total','31.35'),(84460,9345,'_line_tax','0'),(84461,9345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84462,9346,'_product_id','487'),(84463,9346,'_variation_id','0'),(84464,9346,'_qty','2'),(84465,9346,'_tax_class',''),(84466,9346,'_line_subtotal','62.7'),(84467,9346,'_line_subtotal_tax','0'),(84468,9346,'_line_total','62.7'),(84469,9346,'_line_tax','0'),(84470,9346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84471,9347,'method_id','free_shipping'),(84472,9347,'instance_id','2'),(84473,9347,'cost','0.00'),(84474,9347,'total_tax','0'),(84475,9347,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84476,9347,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 2'),(84477,9348,'_product_id','490'),(84478,9348,'_variation_id','0'),(84479,9348,'_qty','4'),(84480,9348,'_tax_class',''),(84481,9348,'_line_subtotal','78.4'),(84482,9348,'_line_subtotal_tax','0'),(84483,9348,'_line_total','78.4'),(84484,9348,'_line_tax','0'),(84485,9348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84486,9349,'_product_id','488'),(84487,9349,'_variation_id','0'),(84488,9349,'_qty','1'),(84489,9349,'_tax_class',''),(84490,9349,'_line_subtotal','31.35'),(84491,9349,'_line_subtotal_tax','0'),(84492,9349,'_line_total','31.35'),(84493,9349,'_line_tax','0'),(84494,9349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84495,9350,'_product_id','487'),(84496,9350,'_variation_id','0'),(84497,9350,'_qty','1'),(84498,9350,'_tax_class',''),(84499,9350,'_line_subtotal','31.35'),(84500,9350,'_line_subtotal_tax','0'),(84501,9350,'_line_total','31.35'),(84502,9350,'_line_tax','0'),(84503,9350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84504,9351,'method_id','fedex'),(84505,9351,'instance_id','1'),(84506,9351,'cost','22.70'),(84507,9351,'total_tax','0'),(84508,9351,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84509,9351,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(84510,9331,'thwma_order_shipping_status','wc-pending'),(84511,9332,'thwma_order_shipping_status','wc-pending'),(84512,9333,'thwma_order_shipping_status','wc-pending'),(84513,9334,'thwma_order_shipping_status','wc-pending'),(84514,9335,'thwma_order_shipping_status','wc-pending'),(84515,9336,'thwma_order_shipping_status','wc-pending'),(84516,9337,'thwma_order_shipping_status','wc-pending'),(84517,9338,'thwma_order_shipping_status','wc-pending'),(84518,9339,'thwma_order_shipping_status','wc-pending'),(84519,9340,'thwma_order_shipping_status','wc-pending'),(84520,9341,'thwma_order_shipping_status','wc-pending'),(84521,9342,'thwma_order_shipping_status','wc-pending'),(84522,9343,'thwma_order_shipping_status','wc-pending'),(84523,9344,'thwma_order_shipping_status','wc-pending'),(84524,9345,'thwma_order_shipping_status','wc-pending'),(84525,9346,'thwma_order_shipping_status','wc-pending'),(84526,9352,'_product_id','44'),(84527,9352,'_variation_id','0'),(84528,9352,'_qty','1'),(84529,9352,'_tax_class',''),(84530,9352,'_line_subtotal','116.16'),(84531,9352,'_line_subtotal_tax','0'),(84532,9352,'_line_total','116.16'),(84533,9352,'_line_tax','0'),(84534,9352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84535,9353,'_product_id','490'),(84536,9353,'_variation_id','0'),(84537,9353,'_qty','5'),(84538,9353,'_tax_class',''),(84539,9353,'_line_subtotal','98'),(84540,9353,'_line_subtotal_tax','0'),(84541,9353,'_line_total','98'),(84542,9353,'_line_tax','0'),(84543,9353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84544,9354,'method_id','fedex'),(84545,9354,'instance_id','1'),(84546,9354,'cost','18.68'),(84547,9354,'total_tax','0'),(84548,9354,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84549,9354,'Package 1','17 × 14 × 10 (in) 23.3lbs × 1'),(84550,9355,'_product_id','41'),(84551,9355,'_variation_id','0'),(84552,9355,'_qty','2'),(84553,9355,'_tax_class',''),(84554,9355,'_line_subtotal','132.96'),(84555,9355,'_line_subtotal_tax','0'),(84556,9355,'_line_total','132.96'),(84557,9355,'_line_tax','0'),(84558,9355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84559,9356,'_product_id','490'),(84560,9356,'_variation_id','0'),(84561,9356,'_qty','20'),(84562,9356,'_tax_class',''),(84563,9356,'_line_subtotal','392'),(84564,9356,'_line_subtotal_tax','0'),(84565,9356,'_line_total','392'),(84566,9356,'_line_tax','0'),(84567,9356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84568,9357,'_product_id','487'),(84569,9357,'_variation_id','0'),(84570,9357,'_qty','2'),(84571,9357,'_tax_class',''),(84572,9357,'_line_subtotal','62.7'),(84573,9357,'_line_subtotal_tax','0'),(84574,9357,'_line_total','62.7'),(84575,9357,'_line_tax','0'),(84576,9357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84577,9358,'method_id','free_shipping'),(84578,9358,'instance_id','2'),(84579,9358,'cost','0.00'),(84580,9358,'total_tax','0'),(84581,9358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84582,9358,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 2'),(84583,9359,'method_id','fedex'),(84584,9359,'instance_id','1'),(84585,9359,'cost','-164.5'),(84586,9359,'total_tax','0'),(84587,9359,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84588,9359,'_refunded_item_id','9292'),(84589,9360,'_product_id','490'),(84590,9360,'_variation_id','0'),(84591,9360,'_qty','6'),(84592,9360,'_tax_class',''),(84593,9360,'_line_subtotal','117.6'),(84594,9360,'_line_subtotal_tax','0'),(84595,9360,'_line_total','117.6'),(84596,9360,'_line_tax','0'),(84597,9360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84598,9361,'_product_id','41'),(84599,9361,'_variation_id','0'),(84600,9361,'_qty','2'),(84601,9361,'_tax_class',''),(84602,9361,'_line_subtotal','132.96'),(84603,9361,'_line_subtotal_tax','0'),(84604,9361,'_line_total','132.96'),(84605,9361,'_line_tax','0'),(84606,9361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84607,9362,'_product_id','45'),(84608,9362,'_variation_id','0'),(84609,9362,'_qty','2'),(84610,9362,'_tax_class',''),(84611,9362,'_line_subtotal','84.48'),(84612,9362,'_line_subtotal_tax','0'),(84613,9362,'_line_total','84.48'),(84614,9362,'_line_tax','0'),(84615,9362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84616,9363,'_product_id','38'),(84617,9363,'_variation_id','0'),(84618,9363,'_qty','2'),(84619,9363,'_tax_class',''),(84620,9363,'_line_subtotal','331.52'),(84621,9363,'_line_subtotal_tax','0'),(84622,9363,'_line_total','331.52'),(84623,9363,'_line_tax','0'),(84624,9363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84625,9364,'_product_id','23'),(84626,9364,'_variation_id','0'),(84627,9364,'_qty','2'),(84628,9364,'_tax_class',''),(84629,9364,'_line_subtotal','137.08'),(84630,9364,'_line_subtotal_tax','0'),(84631,9364,'_line_total','137.08'),(84632,9364,'_line_tax','0'),(84633,9364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84634,9365,'method_id','free_shipping'),(84635,9365,'instance_id','2'),(84636,9365,'cost','0.00'),(84637,9365,'total_tax','0'),(84638,9365,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84639,9365,'Items','Bulk Active Rinse 100% RM &times; 6, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 2'),(84640,9366,'_product_id','490'),(84641,9366,'_variation_id','0'),(84642,9366,'_qty','8'),(84643,9366,'_tax_class',''),(84644,9366,'_line_subtotal','156.8'),(84645,9366,'_line_subtotal_tax','0'),(84646,9366,'_line_total','156.8'),(84647,9366,'_line_tax','0'),(84648,9366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84649,9367,'method_id','fedex'),(84650,9367,'instance_id','1'),(84651,9367,'cost','17.34'),(84652,9367,'total_tax','0'),(84653,9367,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84654,9367,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(84658,9348,'thwma_order_shipping_status','wc-pending'),(84659,9349,'thwma_order_shipping_status','wc-pending'),(84660,9350,'thwma_order_shipping_status','wc-pending'),(84661,9352,'thwma_order_shipping_status','wc-pending'),(84662,9353,'thwma_order_shipping_status','wc-pending'),(84663,9355,'thwma_order_shipping_status','wc-pending'),(84664,9356,'thwma_order_shipping_status','wc-pending'),(84665,9357,'thwma_order_shipping_status','wc-pending'),(84666,9360,'thwma_order_shipping_status','wc-pending'),(84667,9361,'thwma_order_shipping_status','wc-pending'),(84668,9362,'thwma_order_shipping_status','wc-pending'),(84669,9363,'thwma_order_shipping_status','wc-pending'),(84670,9364,'thwma_order_shipping_status','wc-pending'),(84671,9368,'_product_id','41'),(84672,9368,'_variation_id','0'),(84673,9368,'_qty','1'),(84674,9368,'_tax_class',''),(84675,9368,'_line_subtotal','66.48'),(84676,9368,'_line_subtotal_tax','0'),(84677,9368,'_line_total','66.48'),(84678,9368,'_line_tax','0'),(84679,9368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84680,9369,'_product_id','490'),(84681,9369,'_variation_id','0'),(84682,9369,'_qty','4'),(84683,9369,'_tax_class',''),(84684,9369,'_line_subtotal','78.4'),(84685,9369,'_line_subtotal_tax','0'),(84686,9369,'_line_total','78.4'),(84687,9369,'_line_tax','0'),(84688,9369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84689,9370,'method_id','fedex'),(84690,9370,'instance_id','1'),(84691,9370,'cost','15.40'),(84692,9370,'total_tax','0'),(84693,9370,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84694,9370,'Package 1','11.25 × 8.75 × 7.75 (in) 11.59lbs × 1'),(84695,9371,'_product_id','49'),(84696,9371,'_variation_id','0'),(84697,9371,'_qty','1'),(84698,9371,'_tax_class',''),(84699,9371,'_line_subtotal','79.2'),(84700,9371,'_line_subtotal_tax','0'),(84701,9371,'_line_total','79.2'),(84702,9371,'_line_tax','0'),(84703,9371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84704,9372,'_product_id','41'),(84705,9372,'_variation_id','0'),(84706,9372,'_qty','2'),(84707,9372,'_tax_class',''),(84708,9372,'_line_subtotal','132.96'),(84709,9372,'_line_subtotal_tax','0'),(84710,9372,'_line_total','132.96'),(84711,9372,'_line_tax','0'),(84712,9372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84713,9373,'_product_id','45'),(84714,9373,'_variation_id','0'),(84715,9373,'_qty','1'),(84716,9373,'_tax_class',''),(84717,9373,'_line_subtotal','42.24'),(84718,9373,'_line_subtotal_tax','0'),(84719,9373,'_line_total','42.24'),(84720,9373,'_line_tax','0'),(84721,9373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84722,9374,'_product_id','38'),(84723,9374,'_variation_id','0'),(84724,9374,'_qty','2'),(84725,9374,'_tax_class',''),(84726,9374,'_line_subtotal','331.52'),(84727,9374,'_line_subtotal_tax','0'),(84728,9374,'_line_total','331.52'),(84729,9374,'_line_tax','0'),(84730,9374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84731,9375,'_product_id','23'),(84732,9375,'_variation_id','0'),(84733,9375,'_qty','3'),(84734,9375,'_tax_class',''),(84735,9375,'_line_subtotal','205.62'),(84736,9375,'_line_subtotal_tax','0'),(84737,9375,'_line_total','205.62'),(84738,9375,'_line_tax','0'),(84739,9375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84740,9376,'_product_id','490'),(84741,9376,'_variation_id','0'),(84742,9376,'_qty','10'),(84743,9376,'_tax_class',''),(84744,9376,'_line_subtotal','196'),(84745,9376,'_line_subtotal_tax','0'),(84746,9376,'_line_total','196'),(84747,9376,'_line_tax','0'),(84748,9376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84749,9377,'_product_id','488'),(84750,9377,'_variation_id','0'),(84751,9377,'_qty','1'),(84752,9377,'_tax_class',''),(84753,9377,'_line_subtotal','31.35'),(84754,9377,'_line_subtotal_tax','0'),(84755,9377,'_line_total','31.35'),(84756,9377,'_line_tax','0'),(84757,9377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84758,9378,'method_id','free_shipping'),(84759,9378,'instance_id','2'),(84760,9378,'cost','0.00'),(84761,9378,'total_tax','0'),(84762,9378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84763,9378,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1'),(84764,9379,'_product_id','23'),(84765,9379,'_variation_id','0'),(84766,9379,'_qty','1'),(84767,9379,'_tax_class',''),(84768,9379,'_line_subtotal','68.54'),(84769,9379,'_line_subtotal_tax','0'),(84770,9379,'_line_total','68.54'),(84771,9379,'_line_tax','0'),(84772,9379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84773,9380,'_product_id','43'),(84774,9380,'_variation_id','0'),(84775,9380,'_qty','1'),(84776,9380,'_tax_class',''),(84777,9380,'_line_subtotal','79.2'),(84778,9380,'_line_subtotal_tax','0'),(84779,9380,'_line_total','79.2'),(84780,9380,'_line_tax','0'),(84781,9380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84782,9381,'method_id','fedex'),(84783,9381,'instance_id','1'),(84784,9381,'cost','19.49'),(84785,9381,'total_tax','0'),(84786,9381,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84787,9381,'Package 1','17 × 14 × 10 (in) 16.1lbs × 1'),(84788,9382,'_product_id','23'),(84789,9382,'_variation_id','0'),(84790,9382,'_qty','1'),(84791,9382,'_tax_class',''),(84792,9382,'_line_subtotal','68.54'),(84793,9382,'_line_subtotal_tax','0'),(84794,9382,'_line_total','68.54'),(84795,9382,'_line_tax','0'),(84796,9382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84797,9383,'_product_id','43'),(84798,9383,'_variation_id','0'),(84799,9383,'_qty','1'),(84800,9383,'_tax_class',''),(84801,9383,'_line_subtotal','79.2'),(84802,9383,'_line_subtotal_tax','0'),(84803,9383,'_line_total','79.2'),(84804,9383,'_line_tax','0'),(84805,9383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84806,9384,'method_id','fedex'),(84807,9384,'instance_id','1'),(84808,9384,'cost','19.49'),(84809,9384,'total_tax','0'),(84810,9384,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84811,9384,'Package 1','17 × 14 × 10 (in) 16.1lbs × 1'),(84812,9385,'_product_id','23'),(84813,9385,'_variation_id','0'),(84814,9385,'_qty','-1'),(84815,9385,'_tax_class',''),(84816,9385,'_line_subtotal','-68.54'),(84817,9385,'_line_subtotal_tax','0'),(84818,9385,'_line_total','-68.54'),(84819,9385,'_line_tax','0'),(84820,9385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84821,9385,'_refunded_item_id','9379'),(84822,9386,'_product_id','43'),(84823,9386,'_variation_id','0'),(84824,9386,'_qty','-1'),(84825,9386,'_tax_class',''),(84826,9386,'_line_subtotal','-79.2'),(84827,9386,'_line_subtotal_tax','0'),(84828,9386,'_line_total','-79.2'),(84829,9386,'_line_tax','0'),(84830,9386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84831,9386,'_refunded_item_id','9380'),(84832,9387,'method_id','fedex'),(84833,9387,'instance_id','1'),(84834,9387,'cost','-19.49'),(84835,9387,'total_tax','0'),(84836,9387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84837,9387,'_refunded_item_id','9381'),(84838,9388,'_product_id','23'),(84839,9388,'_variation_id','0'),(84840,9388,'_qty','1'),(84841,9388,'_tax_class',''),(84842,9388,'_line_subtotal','68.54'),(84843,9388,'_line_subtotal_tax','0'),(84844,9388,'_line_total','68.54'),(84845,9388,'_line_tax','0'),(84846,9388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84847,9389,'_product_id','43'),(84848,9389,'_variation_id','0'),(84849,9389,'_qty','1'),(84850,9389,'_tax_class',''),(84851,9389,'_line_subtotal','79.2'),(84852,9389,'_line_subtotal_tax','0'),(84853,9389,'_line_total','79.2'),(84854,9389,'_line_tax','0'),(84855,9389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84856,9390,'method_id','fedex'),(84857,9390,'instance_id','1'),(84858,9390,'cost','19.49'),(84859,9390,'total_tax','0'),(84860,9390,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84861,9390,'Package 1','17 × 14 × 10 (in) 16.1lbs × 1'),(84862,9391,'_product_id','23'),(84863,9391,'_variation_id','0'),(84864,9391,'_qty','4'),(84865,9391,'_tax_class',''),(84866,9391,'_line_subtotal','274.16'),(84867,9391,'_line_subtotal_tax','0'),(84868,9391,'_line_total','274.16'),(84869,9391,'_line_tax','0'),(84870,9391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84871,9392,'_product_id','41'),(84872,9392,'_variation_id','0'),(84873,9392,'_qty','7'),(84874,9392,'_tax_class',''),(84875,9392,'_line_subtotal','465.36'),(84876,9392,'_line_subtotal_tax','0'),(84877,9392,'_line_total','465.36'),(84878,9392,'_line_tax','0'),(84879,9392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84880,9393,'_product_id','490'),(84881,9393,'_variation_id','0'),(84882,9393,'_qty','10'),(84883,9393,'_tax_class',''),(84884,9393,'_line_subtotal','196'),(84885,9393,'_line_subtotal_tax','0'),(84886,9393,'_line_total','196'),(84887,9393,'_line_tax','0'),(84888,9393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84889,9394,'_product_id','487'),(84890,9394,'_variation_id','0'),(84891,9394,'_qty','1'),(84892,9394,'_tax_class',''),(84893,9394,'_line_subtotal','31.35'),(84894,9394,'_line_subtotal_tax','0'),(84895,9394,'_line_total','31.35'),(84896,9394,'_line_tax','0'),(84897,9394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84898,9395,'method_id','free_shipping'),(84899,9395,'instance_id','2'),(84900,9395,'cost','0.00'),(84901,9395,'total_tax','0'),(84902,9395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(84903,9395,'Items','Active Rinse 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 7, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(84904,9368,'thwma_order_shipping_status','wc-pending'),(84905,9369,'thwma_order_shipping_status','wc-pending'),(84906,9388,'thwma_order_shipping_status','wc-pending'),(84907,9389,'thwma_order_shipping_status','wc-pending'),(84908,9371,'thwma_order_shipping_status','wc-pending'),(84909,9372,'thwma_order_shipping_status','wc-pending'),(84910,9373,'thwma_order_shipping_status','wc-pending'),(84911,9374,'thwma_order_shipping_status','wc-pending'),(84912,9375,'thwma_order_shipping_status','wc-pending'),(84913,9376,'thwma_order_shipping_status','wc-pending'),(84914,9377,'thwma_order_shipping_status','wc-pending'),(84915,9396,'_product_id','23'),(84916,9396,'_variation_id','0'),(84917,9396,'_qty','7'),(84918,9396,'_tax_class',''),(84919,9396,'_line_subtotal','479.78'),(84920,9396,'_line_subtotal_tax','0'),(84921,9396,'_line_total','479.78'),(84922,9396,'_line_tax','0'),(84923,9396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84924,9397,'_product_id','120'),(84925,9397,'_variation_id','0'),(84926,9397,'_qty','2'),(84927,9397,'_tax_class',''),(84928,9397,'_line_subtotal','105.6'),(84929,9397,'_line_subtotal_tax','0'),(84930,9397,'_line_total','105.6'),(84931,9397,'_line_tax','0'),(84932,9397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84933,9398,'_product_id','41'),(84934,9398,'_variation_id','0'),(84935,9398,'_qty','3'),(84936,9398,'_tax_class',''),(84937,9398,'_line_subtotal','199.44'),(84938,9398,'_line_subtotal_tax','0'),(84939,9398,'_line_total','199.44'),(84940,9398,'_line_tax','0'),(84941,9398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84942,9399,'_product_id','318'),(84943,9399,'_variation_id','0'),(84944,9399,'_qty','11'),(84945,9399,'_tax_class',''),(84946,9399,'_line_subtotal','33'),(84947,9399,'_line_subtotal_tax','0'),(84948,9399,'_line_total','33'),(84949,9399,'_line_tax','0'),(84950,9399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84951,9400,'_product_id','320'),(84952,9400,'_variation_id','0'),(84953,9400,'_qty','6'),(84954,9400,'_tax_class',''),(84955,9400,'_line_subtotal','22.5'),(84956,9400,'_line_subtotal_tax','0'),(84957,9400,'_line_total','22.5'),(84958,9400,'_line_tax','0'),(84959,9400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84960,9401,'_product_id','138'),(84961,9401,'_variation_id','0'),(84962,9401,'_qty','6'),(84963,9401,'_tax_class',''),(84964,9401,'_line_subtotal','29.7'),(84965,9401,'_line_subtotal_tax','0'),(84966,9401,'_line_total','29.7'),(84967,9401,'_line_tax','0'),(84968,9401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84969,9402,'_product_id','45'),(84970,9402,'_variation_id','0'),(84971,9402,'_qty','3'),(84972,9402,'_tax_class',''),(84973,9402,'_line_subtotal','126.72'),(84974,9402,'_line_subtotal_tax','0'),(84975,9402,'_line_total','126.72'),(84976,9402,'_line_tax','0'),(84977,9402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84978,9403,'_product_id','118'),(84979,9403,'_variation_id','0'),(84980,9403,'_qty','1'),(84981,9403,'_tax_class',''),(84982,9403,'_line_subtotal','184.8'),(84983,9403,'_line_subtotal_tax','0'),(84984,9403,'_line_total','184.8'),(84985,9403,'_line_tax','0'),(84986,9403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84987,9404,'_product_id','51'),(84988,9404,'_variation_id','0'),(84989,9404,'_qty','1'),(84990,9404,'_tax_class',''),(84991,9404,'_line_subtotal','147.84'),(84992,9404,'_line_subtotal_tax','0'),(84993,9404,'_line_total','147.84'),(84994,9404,'_line_tax','0'),(84995,9404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(84996,9405,'_product_id','43'),(84997,9405,'_variation_id','0'),(84998,9405,'_qty','3'),(84999,9405,'_tax_class',''),(85000,9405,'_line_subtotal','237.6'),(85001,9405,'_line_subtotal_tax','0'),(85002,9405,'_line_total','237.6'),(85003,9405,'_line_tax','0'),(85004,9405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85005,9406,'_product_id','49'),(85006,9406,'_variation_id','0'),(85007,9406,'_qty','3'),(85008,9406,'_tax_class',''),(85009,9406,'_line_subtotal','237.6'),(85010,9406,'_line_subtotal_tax','0'),(85011,9406,'_line_total','237.6'),(85012,9406,'_line_tax','0'),(85013,9406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85014,9407,'_product_id','489'),(85015,9407,'_variation_id','0'),(85016,9407,'_qty','22'),(85017,9407,'_tax_class',''),(85018,9407,'_line_subtotal','418.88'),(85019,9407,'_line_subtotal_tax','0'),(85020,9407,'_line_total','418.88'),(85021,9407,'_line_tax','0'),(85022,9407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85023,9408,'_product_id','489'),(85024,9408,'_variation_id','0'),(85025,9408,'_qty','5'),(85026,9408,'_tax_class',''),(85027,9408,'_line_subtotal','95.2'),(85028,9408,'_line_subtotal_tax','0'),(85029,9408,'_line_total','95.2'),(85030,9408,'_line_tax','0'),(85031,9408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85032,9409,'method_id','free_shipping'),(85033,9409,'instance_id','2'),(85034,9409,'cost','0.00'),(85035,9409,'total_tax','0'),(85036,9409,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85037,9409,'Items','Active Rinse 8oz(Case of 12) &times; 7, Preventive Spray 2oz(Case of 24) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Goomee 4 Pack &times; 11, Wet Comb &times; 6, The Wet Brush Squirt &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 50/50 RM &times; 22, Bulk Active Rinse 50/50 RM &times; 5'),(85042,9391,'thwma_order_shipping_status','wc-pending'),(85043,9392,'thwma_order_shipping_status','wc-pending'),(85044,9393,'thwma_order_shipping_status','wc-pending'),(85045,9394,'thwma_order_shipping_status','wc-pending'),(85046,9410,'_product_id','41'),(85047,9410,'_variation_id','0'),(85048,9410,'_qty','4'),(85049,9410,'_tax_class',''),(85050,9410,'_line_subtotal','265.92'),(85051,9410,'_line_subtotal_tax','0'),(85052,9410,'_line_total','265.92'),(85053,9410,'_line_tax','0'),(85054,9410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85055,9411,'method_id','fedex'),(85056,9411,'instance_id','1'),(85057,9411,'cost','15.40'),(85058,9411,'total_tax','0'),(85059,9411,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85060,9411,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(85061,9396,'thwma_order_shipping_status','wc-pending'),(85062,9397,'thwma_order_shipping_status','wc-pending'),(85063,9398,'thwma_order_shipping_status','wc-pending'),(85064,9399,'thwma_order_shipping_status','wc-pending'),(85065,9400,'thwma_order_shipping_status','wc-pending'),(85066,9401,'thwma_order_shipping_status','wc-pending'),(85067,9402,'thwma_order_shipping_status','wc-pending'),(85068,9403,'thwma_order_shipping_status','wc-pending'),(85069,9404,'thwma_order_shipping_status','wc-pending'),(85070,9405,'thwma_order_shipping_status','wc-pending'),(85071,9406,'thwma_order_shipping_status','wc-pending'),(85072,9407,'thwma_order_shipping_status','wc-pending'),(85073,9408,'thwma_order_shipping_status','wc-pending'),(85074,9412,'_product_id','23'),(85075,9412,'_variation_id','0'),(85076,9412,'_qty','2'),(85077,9412,'_tax_class',''),(85078,9412,'_line_subtotal','137.08'),(85079,9412,'_line_subtotal_tax','0'),(85080,9412,'_line_total','137.08'),(85081,9412,'_line_tax','0'),(85082,9412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85083,9413,'_product_id','38'),(85084,9413,'_variation_id','0'),(85085,9413,'_qty','1'),(85086,9413,'_tax_class',''),(85087,9413,'_line_subtotal','165.76'),(85088,9413,'_line_subtotal_tax','0'),(85089,9413,'_line_total','165.76'),(85090,9413,'_line_tax','0'),(85091,9413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85092,9414,'_product_id','41'),(85093,9414,'_variation_id','0'),(85094,9414,'_qty','2'),(85095,9414,'_tax_class',''),(85096,9414,'_line_subtotal','132.96'),(85097,9414,'_line_subtotal_tax','0'),(85098,9414,'_line_total','132.96'),(85099,9414,'_line_tax','0'),(85100,9414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85101,9415,'_product_id','44'),(85102,9415,'_variation_id','0'),(85103,9415,'_qty','1'),(85104,9415,'_tax_class',''),(85105,9415,'_line_subtotal','116.16'),(85106,9415,'_line_subtotal_tax','0'),(85107,9415,'_line_total','116.16'),(85108,9415,'_line_tax','0'),(85109,9415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85110,9416,'_product_id','490'),(85111,9416,'_variation_id','0'),(85112,9416,'_qty','6'),(85113,9416,'_tax_class',''),(85114,9416,'_line_subtotal','117.6'),(85115,9416,'_line_subtotal_tax','0'),(85116,9416,'_line_total','117.6'),(85117,9416,'_line_tax','0'),(85118,9416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85119,9417,'_product_id','487'),(85120,9417,'_variation_id','0'),(85121,9417,'_qty','1'),(85122,9417,'_tax_class',''),(85123,9417,'_line_subtotal','31.35'),(85124,9417,'_line_subtotal_tax','0'),(85125,9417,'_line_total','31.35'),(85126,9417,'_line_tax','0'),(85127,9417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85128,9418,'method_id','free_shipping'),(85129,9418,'instance_id','2'),(85130,9418,'cost','0.00'),(85131,9418,'total_tax','0'),(85132,9418,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85133,9418,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Mousse 1 Gallon RM &times; 1'),(85134,9419,'_product_id','490'),(85135,9419,'_variation_id','0'),(85136,9419,'_qty','100'),(85137,9419,'_tax_class',''),(85138,9419,'_line_subtotal','1960'),(85139,9419,'_line_subtotal_tax','0'),(85140,9419,'_line_total','1960'),(85141,9419,'_line_tax','0'),(85142,9419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85143,9420,'_product_id','488'),(85144,9420,'_variation_id','0'),(85145,9420,'_qty','16'),(85146,9420,'_tax_class',''),(85147,9420,'_line_subtotal','501.6'),(85148,9420,'_line_subtotal_tax','0'),(85149,9420,'_line_total','501.6'),(85150,9420,'_line_tax','0'),(85151,9420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85152,9421,'_product_id','41'),(85153,9421,'_variation_id','0'),(85154,9421,'_qty','12'),(85155,9421,'_tax_class',''),(85156,9421,'_line_subtotal','797.76'),(85157,9421,'_line_subtotal_tax','0'),(85158,9421,'_line_total','797.76'),(85159,9421,'_line_tax','0'),(85160,9421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85161,9422,'_product_id','118'),(85162,9422,'_variation_id','0'),(85163,9422,'_qty','1'),(85164,9422,'_tax_class',''),(85165,9422,'_line_subtotal','184.8'),(85166,9422,'_line_subtotal_tax','0'),(85167,9422,'_line_total','184.8'),(85168,9422,'_line_tax','0'),(85169,9422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85170,9423,'method_id','free_shipping'),(85171,9423,'instance_id','2'),(85172,9423,'cost','0.00'),(85173,9423,'total_tax','0'),(85174,9423,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85175,9423,'Items','Bulk Active Rinse 100% RM &times; 100, Bulk Detangling Spray 1 Gallon RM &times; 16, Professional Lice Comb(Case of 12) &times; 12, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(85176,9424,'_product_id','49'),(85177,9424,'_variation_id','0'),(85178,9424,'_qty','2'),(85179,9424,'_tax_class',''),(85180,9424,'_line_subtotal','158.4'),(85181,9424,'_line_subtotal_tax','0'),(85182,9424,'_line_total','158.4'),(85183,9424,'_line_tax','0'),(85184,9424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85185,9425,'_product_id','489'),(85186,9425,'_variation_id','0'),(85187,9425,'_qty','4'),(85188,9425,'_tax_class',''),(85189,9425,'_line_subtotal','76.16'),(85190,9425,'_line_subtotal_tax','0'),(85191,9425,'_line_total','76.16'),(85192,9425,'_line_tax','0'),(85193,9425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85194,9426,'_product_id','120'),(85195,9426,'_variation_id','0'),(85196,9426,'_qty','1'),(85197,9426,'_tax_class',''),(85198,9426,'_line_subtotal','52.8'),(85199,9426,'_line_subtotal_tax','0'),(85200,9426,'_line_total','52.8'),(85201,9426,'_line_tax','0'),(85202,9426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85203,9427,'method_id','fedex'),(85204,9427,'instance_id','1'),(85205,9427,'cost','21.63'),(85206,9427,'total_tax','0'),(85207,9427,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85208,9427,'Package 1','17 × 14 × 10 (in) 29.2lbs × 1'),(85209,9428,'_product_id','490'),(85210,9428,'_variation_id','0'),(85211,9428,'_qty','4'),(85212,9428,'_tax_class',''),(85213,9428,'_line_subtotal','78.4'),(85214,9428,'_line_subtotal_tax','0'),(85215,9428,'_line_total','78.4'),(85216,9428,'_line_tax','0'),(85217,9428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85218,9429,'method_id','fedex'),(85219,9429,'instance_id','1'),(85220,9429,'cost','16.09'),(85221,9429,'total_tax','0'),(85222,9429,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85223,9429,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(85224,9419,'thwma_order_shipping_status','wc-pending'),(85225,9420,'thwma_order_shipping_status','wc-pending'),(85226,9421,'thwma_order_shipping_status','wc-pending'),(85227,9422,'thwma_order_shipping_status','wc-pending'),(85228,9424,'thwma_order_shipping_status','wc-pending'),(85229,9425,'thwma_order_shipping_status','wc-pending'),(85230,9426,'thwma_order_shipping_status','wc-pending'),(85231,9412,'thwma_order_shipping_status','wc-pending'),(85232,9413,'thwma_order_shipping_status','wc-pending'),(85233,9414,'thwma_order_shipping_status','wc-pending'),(85234,9415,'thwma_order_shipping_status','wc-pending'),(85235,9416,'thwma_order_shipping_status','wc-pending'),(85236,9417,'thwma_order_shipping_status','wc-pending'),(85237,9430,'_product_id','133'),(85238,9430,'_variation_id','0'),(85239,9430,'_qty','10'),(85240,9430,'_tax_class',''),(85241,9430,'_line_subtotal','143'),(85242,9430,'_line_subtotal_tax','0'),(85243,9430,'_line_total','143'),(85244,9430,'_line_tax','0'),(85245,9430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85246,9431,'_product_id','131'),(85247,9431,'_variation_id','0'),(85248,9431,'_qty','10'),(85249,9431,'_tax_class',''),(85250,9431,'_line_subtotal','126.5'),(85251,9431,'_line_subtotal_tax','0'),(85252,9431,'_line_total','126.5'),(85253,9431,'_line_tax','0'),(85254,9431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85255,9432,'method_id','fedex'),(85256,9432,'instance_id','1'),(85257,9432,'cost','32.07'),(85258,9432,'total_tax','0'),(85259,9432,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85260,9432,'Package 1','14 × 14 × 14 (in) 13lbs × 1'),(85261,9432,'Package 2','14 × 14 × 14 (in) 24lbs × 1'),(85262,9433,'_product_id','23'),(85263,9433,'_variation_id','0'),(85264,9433,'_qty','4'),(85265,9433,'_tax_class',''),(85266,9433,'_line_subtotal','274.16'),(85267,9433,'_line_subtotal_tax','0'),(85268,9433,'_line_total','274.16'),(85269,9433,'_line_tax','0'),(85270,9433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85271,9434,'_product_id','38'),(85272,9434,'_variation_id','0'),(85273,9434,'_qty','2'),(85274,9434,'_tax_class',''),(85275,9434,'_line_subtotal','331.52'),(85276,9434,'_line_subtotal_tax','0'),(85277,9434,'_line_total','331.52'),(85278,9434,'_line_tax','0'),(85279,9434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85280,9435,'_product_id','42'),(85281,9435,'_variation_id','0'),(85282,9435,'_qty','2'),(85283,9435,'_tax_class',''),(85284,9435,'_line_subtotal','158.4'),(85285,9435,'_line_subtotal_tax','0'),(85286,9435,'_line_total','158.4'),(85287,9435,'_line_tax','0'),(85288,9435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85289,9436,'_product_id','41'),(85290,9436,'_variation_id','0'),(85291,9436,'_qty','6'),(85292,9436,'_tax_class',''),(85293,9436,'_line_subtotal','398.88'),(85294,9436,'_line_subtotal_tax','0'),(85295,9436,'_line_total','398.88'),(85296,9436,'_line_tax','0'),(85297,9436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85298,9437,'_product_id','118'),(85299,9437,'_variation_id','0'),(85300,9437,'_qty','2'),(85301,9437,'_tax_class',''),(85302,9437,'_line_subtotal','369.6');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (85303,9437,'_line_subtotal_tax','0'),(85304,9437,'_line_total','369.6'),(85305,9437,'_line_tax','0'),(85306,9437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85307,9438,'_product_id','51'),(85308,9438,'_variation_id','0'),(85309,9438,'_qty','6'),(85310,9438,'_tax_class',''),(85311,9438,'_line_subtotal','887.04'),(85312,9438,'_line_subtotal_tax','0'),(85313,9438,'_line_total','887.04'),(85314,9438,'_line_tax','0'),(85315,9438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85316,9439,'_product_id','120'),(85317,9439,'_variation_id','0'),(85318,9439,'_qty','2'),(85319,9439,'_tax_class',''),(85320,9439,'_line_subtotal','105.6'),(85321,9439,'_line_subtotal_tax','0'),(85322,9439,'_line_total','105.6'),(85323,9439,'_line_tax','0'),(85324,9439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85325,9440,'_product_id','43'),(85326,9440,'_variation_id','0'),(85327,9440,'_qty','3'),(85328,9440,'_tax_class',''),(85329,9440,'_line_subtotal','237.6'),(85330,9440,'_line_subtotal_tax','0'),(85331,9440,'_line_total','237.6'),(85332,9440,'_line_tax','0'),(85333,9440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85334,9441,'_product_id','44'),(85335,9441,'_variation_id','0'),(85336,9441,'_qty','2'),(85337,9441,'_tax_class',''),(85338,9441,'_line_subtotal','232.32'),(85339,9441,'_line_subtotal_tax','0'),(85340,9441,'_line_total','232.32'),(85341,9441,'_line_tax','0'),(85342,9441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85343,9442,'_product_id','490'),(85344,9442,'_variation_id','0'),(85345,9442,'_qty','30'),(85346,9442,'_tax_class',''),(85347,9442,'_line_subtotal','588'),(85348,9442,'_line_subtotal_tax','0'),(85349,9442,'_line_total','588'),(85350,9442,'_line_tax','0'),(85351,9442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85352,9443,'_product_id','487'),(85353,9443,'_variation_id','0'),(85354,9443,'_qty','3'),(85355,9443,'_tax_class',''),(85356,9443,'_line_subtotal','94.05'),(85357,9443,'_line_subtotal_tax','0'),(85358,9443,'_line_total','94.05'),(85359,9443,'_line_tax','0'),(85360,9443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85361,9444,'method_id','free_shipping'),(85362,9444,'instance_id','2'),(85363,9444,'cost','0.00'),(85364,9444,'total_tax','0'),(85365,9444,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85366,9444,'Items','Active Rinse 8oz(Case of 12) &times; 4, Active Rinse 16oz(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 6, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 30, Bulk Mousse 1 Gallon RM &times; 3'),(85367,9445,'_product_id','45'),(85368,9445,'_variation_id','0'),(85369,9445,'_qty','1'),(85370,9445,'_tax_class',''),(85371,9445,'_line_subtotal','42.24'),(85372,9445,'_line_subtotal_tax','0'),(85373,9445,'_line_total','42.24'),(85374,9445,'_line_tax','0'),(85375,9445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85376,9446,'_product_id','43'),(85377,9446,'_variation_id','0'),(85378,9446,'_qty','1'),(85379,9446,'_tax_class',''),(85380,9446,'_line_subtotal','79.2'),(85381,9446,'_line_subtotal_tax','0'),(85382,9446,'_line_total','79.2'),(85383,9446,'_line_tax','0'),(85384,9446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85385,9447,'_product_id','97'),(85386,9447,'_variation_id','0'),(85387,9447,'_qty','1'),(85388,9447,'_tax_class',''),(85389,9447,'_line_subtotal','0'),(85390,9447,'_line_subtotal_tax','0'),(85391,9447,'_line_total','0'),(85392,9447,'_line_tax','0'),(85393,9447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85394,9448,'_product_id','93'),(85395,9448,'_variation_id','0'),(85396,9448,'_qty','10'),(85397,9448,'_tax_class',''),(85398,9448,'_line_subtotal','0'),(85399,9448,'_line_subtotal_tax','0'),(85400,9448,'_line_total','0'),(85401,9448,'_line_tax','0'),(85402,9448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85403,9449,'method_id','fedex'),(85404,9449,'instance_id','1'),(85405,9449,'cost','79.81'),(85406,9449,'total_tax','0'),(85407,9449,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85408,9449,'Package 1','17 × 14 × 10 (in) 41.35lbs × 1'),(85409,9449,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(85434,9453,'_product_id','49'),(85435,9453,'_variation_id','0'),(85436,9453,'_qty','2'),(85437,9453,'_tax_class',''),(85438,9453,'_line_subtotal','158.4'),(85439,9453,'_line_subtotal_tax','0'),(85440,9453,'_line_total','158.4'),(85441,9453,'_line_tax','0'),(85442,9453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85443,9454,'_product_id','23'),(85444,9454,'_variation_id','0'),(85445,9454,'_qty','2'),(85446,9454,'_tax_class',''),(85447,9454,'_line_subtotal','137.08'),(85448,9454,'_line_subtotal_tax','0'),(85449,9454,'_line_total','137.08'),(85450,9454,'_line_tax','0'),(85451,9454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85452,9455,'_product_id','38'),(85453,9455,'_variation_id','0'),(85454,9455,'_qty','1'),(85455,9455,'_tax_class',''),(85456,9455,'_line_subtotal','165.76'),(85457,9455,'_line_subtotal_tax','0'),(85458,9455,'_line_total','165.76'),(85459,9455,'_line_tax','0'),(85460,9455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85461,9456,'_product_id','45'),(85462,9456,'_variation_id','0'),(85463,9456,'_qty','2'),(85464,9456,'_tax_class',''),(85465,9456,'_line_subtotal','84.48'),(85466,9456,'_line_subtotal_tax','0'),(85467,9456,'_line_total','84.48'),(85468,9456,'_line_tax','0'),(85469,9456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85470,9457,'_product_id','490'),(85471,9457,'_variation_id','0'),(85472,9457,'_qty','6'),(85473,9457,'_tax_class',''),(85474,9457,'_line_subtotal','117.6'),(85475,9457,'_line_subtotal_tax','0'),(85476,9457,'_line_total','117.6'),(85477,9457,'_line_tax','0'),(85478,9457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85479,9458,'method_id','free_shipping'),(85480,9458,'instance_id','2'),(85481,9458,'cost','0.00'),(85482,9458,'total_tax','0'),(85483,9458,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85484,9458,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(85485,9430,'thwma_order_shipping_status','wc-pending'),(85486,9431,'thwma_order_shipping_status','wc-pending'),(85487,9433,'thwma_order_shipping_status','wc-pending'),(85488,9434,'thwma_order_shipping_status','wc-pending'),(85489,9435,'thwma_order_shipping_status','wc-pending'),(85490,9436,'thwma_order_shipping_status','wc-pending'),(85491,9437,'thwma_order_shipping_status','wc-pending'),(85492,9438,'thwma_order_shipping_status','wc-pending'),(85493,9439,'thwma_order_shipping_status','wc-pending'),(85494,9440,'thwma_order_shipping_status','wc-pending'),(85495,9441,'thwma_order_shipping_status','wc-pending'),(85496,9442,'thwma_order_shipping_status','wc-pending'),(85497,9443,'thwma_order_shipping_status','wc-pending'),(85498,9459,'_product_id','489'),(85499,9459,'_variation_id','0'),(85500,9459,'_qty','10'),(85501,9459,'_tax_class',''),(85502,9459,'_line_subtotal','190.4'),(85503,9459,'_line_subtotal_tax','0'),(85504,9459,'_line_total','190.4'),(85505,9459,'_line_tax','0'),(85506,9459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85507,9460,'_product_id','49'),(85508,9460,'_variation_id','0'),(85509,9460,'_qty','1'),(85510,9460,'_tax_class',''),(85511,9460,'_line_subtotal','79.2'),(85512,9460,'_line_subtotal_tax','0'),(85513,9460,'_line_total','79.2'),(85514,9460,'_line_tax','0'),(85515,9460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85516,9461,'method_id','fedex'),(85517,9461,'instance_id','1'),(85518,9461,'cost','17.98'),(85519,9461,'total_tax','0'),(85520,9461,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85521,9461,'Package 1','17 × 14 × 10 (in) 30.3lbs × 1'),(85531,9453,'thwma_order_shipping_status','wc-pending'),(85532,9454,'thwma_order_shipping_status','wc-pending'),(85533,9455,'thwma_order_shipping_status','wc-pending'),(85534,9456,'thwma_order_shipping_status','wc-pending'),(85535,9457,'thwma_order_shipping_status','wc-pending'),(85536,9459,'thwma_order_shipping_status','wc-pending'),(85537,9460,'thwma_order_shipping_status','wc-pending'),(85538,9445,'thwma_order_shipping_status','wc-pending'),(85539,9446,'thwma_order_shipping_status','wc-pending'),(85540,9447,'thwma_order_shipping_status','wc-pending'),(85541,9448,'thwma_order_shipping_status','wc-pending'),(85542,9462,'_product_id','41'),(85543,9462,'_variation_id','0'),(85544,9462,'_qty','4'),(85545,9462,'_tax_class',''),(85546,9462,'_line_subtotal','265.92'),(85547,9462,'_line_subtotal_tax','0'),(85548,9462,'_line_total','265.92'),(85549,9462,'_line_tax','0'),(85550,9462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85551,9463,'_product_id','42'),(85552,9463,'_variation_id','0'),(85553,9463,'_qty','2'),(85554,9463,'_tax_class',''),(85555,9463,'_line_subtotal','158.4'),(85556,9463,'_line_subtotal_tax','0'),(85557,9463,'_line_total','158.4'),(85558,9463,'_line_tax','0'),(85559,9463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85560,9464,'_product_id','43'),(85561,9464,'_variation_id','0'),(85562,9464,'_qty','2'),(85563,9464,'_tax_class',''),(85564,9464,'_line_subtotal','158.4'),(85565,9464,'_line_subtotal_tax','0'),(85566,9464,'_line_total','158.4'),(85567,9464,'_line_tax','0'),(85568,9464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85569,9465,'_product_id','49'),(85570,9465,'_variation_id','0'),(85571,9465,'_qty','2'),(85572,9465,'_tax_class',''),(85573,9465,'_line_subtotal','158.4'),(85574,9465,'_line_subtotal_tax','0'),(85575,9465,'_line_total','158.4'),(85576,9465,'_line_tax','0'),(85577,9465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85578,9466,'_product_id','133'),(85579,9466,'_variation_id','0'),(85580,9466,'_qty','1'),(85581,9466,'_tax_class',''),(85582,9466,'_line_subtotal','14.3'),(85583,9466,'_line_subtotal_tax','0'),(85584,9466,'_line_total','14.3'),(85585,9466,'_line_tax','0'),(85586,9466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85587,9467,'_product_id','148'),(85588,9467,'_variation_id','0'),(85589,9467,'_qty','5'),(85590,9467,'_tax_class',''),(85591,9467,'_line_subtotal','41.25'),(85592,9467,'_line_subtotal_tax','0'),(85593,9467,'_line_total','41.25'),(85594,9467,'_line_tax','0'),(85595,9467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85596,9468,'_product_id','137'),(85597,9468,'_variation_id','0'),(85598,9468,'_qty','10'),(85599,9468,'_tax_class',''),(85600,9468,'_line_subtotal','60.5'),(85601,9468,'_line_subtotal_tax','0'),(85602,9468,'_line_total','60.5'),(85603,9468,'_line_tax','0'),(85604,9468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85605,9469,'method_id','free_shipping'),(85606,9469,'instance_id','2'),(85607,9469,'cost','0.00'),(85608,9469,'total_tax','0'),(85609,9469,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85610,9469,'Items','Professional Lice Comb(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 1, Disney Wet Brush &times; 5, The Wet Brush &times; 10'),(85733,9484,'_product_id','23'),(85734,9484,'_variation_id','0'),(85735,9484,'_qty','1'),(85736,9484,'_tax_class',''),(85737,9484,'_line_subtotal','68.54'),(85738,9484,'_line_subtotal_tax','0'),(85739,9484,'_line_total','68.54'),(85740,9484,'_line_tax','0'),(85741,9484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85742,9485,'_product_id','45'),(85743,9485,'_variation_id','0'),(85744,9485,'_qty','1'),(85745,9485,'_tax_class',''),(85746,9485,'_line_subtotal','42.24'),(85747,9485,'_line_subtotal_tax','0'),(85748,9485,'_line_total','42.24'),(85749,9485,'_line_tax','0'),(85750,9485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85751,9486,'_product_id','41'),(85752,9486,'_variation_id','0'),(85753,9486,'_qty','1'),(85754,9486,'_tax_class',''),(85755,9486,'_line_subtotal','66.48'),(85756,9486,'_line_subtotal_tax','0'),(85757,9486,'_line_total','66.48'),(85758,9486,'_line_tax','0'),(85759,9486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85760,9487,'_product_id','43'),(85761,9487,'_variation_id','0'),(85762,9487,'_qty','1'),(85763,9487,'_tax_class',''),(85764,9487,'_line_subtotal','79.2'),(85765,9487,'_line_subtotal_tax','0'),(85766,9487,'_line_total','79.2'),(85767,9487,'_line_tax','0'),(85768,9487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85769,9488,'_product_id','490'),(85770,9488,'_variation_id','0'),(85771,9488,'_qty','5'),(85772,9488,'_tax_class',''),(85773,9488,'_line_subtotal','98'),(85774,9488,'_line_subtotal_tax','0'),(85775,9488,'_line_total','98'),(85776,9488,'_line_tax','0'),(85777,9488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85778,9489,'_product_id','488'),(85779,9489,'_variation_id','0'),(85780,9489,'_qty','3'),(85781,9489,'_tax_class',''),(85782,9489,'_line_subtotal','94.05'),(85783,9489,'_line_subtotal_tax','0'),(85784,9489,'_line_total','94.05'),(85785,9489,'_line_tax','0'),(85786,9489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85787,9490,'method_id','fedex'),(85788,9490,'instance_id','1'),(85789,9490,'cost','63.41'),(85790,9490,'total_tax','0'),(85791,9490,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85792,9490,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(85793,9490,'Package 2','17 × 14 × 10 (in) 19.3lbs × 1'),(85794,9491,'_product_id','23'),(85795,9491,'_variation_id','0'),(85796,9491,'_qty','4'),(85797,9491,'_tax_class',''),(85798,9491,'_line_subtotal','274.16'),(85799,9491,'_line_subtotal_tax','0'),(85800,9491,'_line_total','274.16'),(85801,9491,'_line_tax','0'),(85802,9491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85803,9492,'_product_id','44'),(85804,9492,'_variation_id','0'),(85805,9492,'_qty','2'),(85806,9492,'_tax_class',''),(85807,9492,'_line_subtotal','232.32'),(85808,9492,'_line_subtotal_tax','0'),(85809,9492,'_line_total','232.32'),(85810,9492,'_line_tax','0'),(85811,9492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85812,9493,'_product_id','93'),(85813,9493,'_variation_id','0'),(85814,9493,'_qty','10'),(85815,9493,'_tax_class',''),(85816,9493,'_line_subtotal','0'),(85817,9493,'_line_subtotal_tax','0'),(85818,9493,'_line_total','0'),(85819,9493,'_line_tax','0'),(85820,9493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85821,9494,'method_id','free_shipping'),(85822,9494,'instance_id','2'),(85823,9494,'cost','0.00'),(85824,9494,'total_tax','0'),(85825,9494,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85826,9494,'Items','Active Rinse 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% &times; 10'),(85842,9484,'thwma_order_shipping_status','wc-pending'),(85843,9485,'thwma_order_shipping_status','wc-pending'),(85844,9486,'thwma_order_shipping_status','wc-pending'),(85845,9487,'thwma_order_shipping_status','wc-pending'),(85846,9488,'thwma_order_shipping_status','wc-pending'),(85847,9489,'thwma_order_shipping_status','wc-pending'),(85848,9495,'_product_id','490'),(85849,9495,'_variation_id','0'),(85850,9495,'_qty','10'),(85851,9495,'_tax_class',''),(85852,9495,'_line_subtotal','196'),(85853,9495,'_line_subtotal_tax','0'),(85854,9495,'_line_total','196'),(85855,9495,'_line_tax','0'),(85856,9495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85857,9496,'_product_id','488'),(85858,9496,'_variation_id','0'),(85859,9496,'_qty','3'),(85860,9496,'_tax_class',''),(85861,9496,'_line_subtotal','94.05'),(85862,9496,'_line_subtotal_tax','0'),(85863,9496,'_line_total','94.05'),(85864,9496,'_line_tax','0'),(85865,9496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85866,9497,'_product_id','133'),(85867,9497,'_variation_id','0'),(85868,9497,'_qty','5'),(85869,9497,'_tax_class',''),(85870,9497,'_line_subtotal','71.5'),(85871,9497,'_line_subtotal_tax','0'),(85872,9497,'_line_total','71.5'),(85873,9497,'_line_tax','0'),(85874,9497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85875,9498,'_product_id','131'),(85876,9498,'_variation_id','0'),(85877,9498,'_qty','5'),(85878,9498,'_tax_class',''),(85879,9498,'_line_subtotal','63.25'),(85880,9498,'_line_subtotal_tax','0'),(85881,9498,'_line_total','63.25'),(85882,9498,'_line_tax','0'),(85883,9498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85884,9499,'method_id','fedex'),(85885,9499,'instance_id','1'),(85886,9499,'cost','133.15'),(85887,9499,'total_tax','0'),(85888,9499,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85889,9499,'Package 1','17 × 14 × 10 (in) 29.35lbs × 1'),(85890,9499,'Package 2','17 × 14 × 10 (in) 28.75lbs × 1'),(85891,9499,'Package 3','11.25 × 8.75 × 7.75 (in) 7.04lbs × 1'),(85892,9500,'_product_id','23'),(85893,9500,'_variation_id','0'),(85894,9500,'_qty','5'),(85895,9500,'_tax_class',''),(85896,9500,'_line_subtotal','342.7'),(85897,9500,'_line_subtotal_tax','0'),(85898,9500,'_line_total','342.7'),(85899,9500,'_line_tax','0'),(85900,9500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85901,9501,'_product_id','41'),(85902,9501,'_variation_id','0'),(85903,9501,'_qty','3'),(85904,9501,'_tax_class',''),(85905,9501,'_line_subtotal','199.44'),(85906,9501,'_line_subtotal_tax','0'),(85907,9501,'_line_total','199.44'),(85908,9501,'_line_tax','0'),(85909,9501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85910,9502,'_product_id','490'),(85911,9502,'_variation_id','0'),(85912,9502,'_qty','10'),(85913,9502,'_tax_class',''),(85914,9502,'_line_subtotal','196'),(85915,9502,'_line_subtotal_tax','0'),(85916,9502,'_line_total','196'),(85917,9502,'_line_tax','0'),(85918,9502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85919,9503,'method_id','free_shipping'),(85920,9503,'instance_id','2'),(85921,9503,'cost','0.00'),(85922,9503,'total_tax','0'),(85923,9503,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85924,9503,'Items','Active Rinse 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(85925,9504,'_product_id','38'),(85926,9504,'_variation_id','0'),(85927,9504,'_qty','1'),(85928,9504,'_tax_class',''),(85929,9504,'_line_subtotal','165.76'),(85930,9504,'_line_subtotal_tax','0'),(85931,9504,'_line_total','165.76'),(85932,9504,'_line_tax','0'),(85933,9504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85934,9505,'_product_id','41'),(85935,9505,'_variation_id','0'),(85936,9505,'_qty','4'),(85937,9505,'_tax_class',''),(85938,9505,'_line_subtotal','265.92'),(85939,9505,'_line_subtotal_tax','0'),(85940,9505,'_line_total','265.92'),(85941,9505,'_line_tax','0'),(85942,9505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85943,9506,'_product_id','44'),(85944,9506,'_variation_id','0'),(85945,9506,'_qty','1'),(85946,9506,'_tax_class',''),(85947,9506,'_line_subtotal','116.16'),(85948,9506,'_line_subtotal_tax','0'),(85949,9506,'_line_total','116.16'),(85950,9506,'_line_tax','0'),(85951,9506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85952,9507,'_product_id','490'),(85953,9507,'_variation_id','0'),(85954,9507,'_qty','20'),(85955,9507,'_tax_class',''),(85956,9507,'_line_subtotal','392'),(85957,9507,'_line_subtotal_tax','0'),(85958,9507,'_line_total','392'),(85959,9507,'_line_tax','0'),(85960,9507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85961,9508,'method_id','free_shipping'),(85962,9508,'instance_id','2'),(85963,9508,'cost','0.00'),(85964,9508,'total_tax','0'),(85965,9508,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(85966,9508,'Items','Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 20'),(85967,9509,'_product_id','45'),(85968,9509,'_variation_id','0'),(85969,9509,'_qty','1'),(85970,9509,'_tax_class',''),(85971,9509,'_line_subtotal','42.24'),(85972,9509,'_line_subtotal_tax','0'),(85973,9509,'_line_total','42.24'),(85974,9509,'_line_tax','0'),(85975,9509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85976,9510,'_product_id','49'),(85977,9510,'_variation_id','0'),(85978,9510,'_qty','2'),(85979,9510,'_tax_class',''),(85980,9510,'_line_subtotal','158.4'),(85981,9510,'_line_subtotal_tax','0'),(85982,9510,'_line_total','158.4'),(85983,9510,'_line_tax','0'),(85984,9510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85985,9511,'_product_id','488'),(85986,9511,'_variation_id','0'),(85987,9511,'_qty','1'),(85988,9511,'_tax_class',''),(85989,9511,'_line_subtotal','31.35'),(85990,9511,'_line_subtotal_tax','0'),(85991,9511,'_line_total','31.35'),(85992,9511,'_line_tax','0'),(85993,9511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(85994,9512,'_product_id','487'),(85995,9512,'_variation_id','0'),(85996,9512,'_qty','1'),(85997,9512,'_tax_class',''),(85998,9512,'_line_subtotal','31.35'),(85999,9512,'_line_subtotal_tax','0'),(86000,9512,'_line_total','31.35'),(86001,9512,'_line_tax','0'),(86002,9512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86003,9513,'_product_id','135'),(86004,9513,'_variation_id','0'),(86005,9513,'_qty','3'),(86006,9513,'_tax_class',''),(86007,9513,'_line_subtotal','7.44'),(86008,9513,'_line_subtotal_tax','0'),(86009,9513,'_line_total','7.44'),(86010,9513,'_line_tax','0'),(86011,9513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86012,9514,'_product_id','146'),(86013,9514,'_variation_id','0'),(86014,9514,'_qty','10'),(86015,9514,'_tax_class',''),(86016,9514,'_line_subtotal','13.8'),(86017,9514,'_line_subtotal_tax','0'),(86018,9514,'_line_total','13.8'),(86019,9514,'_line_tax','0'),(86020,9514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86021,9515,'method_id','fedex'),(86022,9515,'instance_id','1'),(86023,9515,'cost','36.65'),(86024,9515,'total_tax','0'),(86025,9515,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86026,9515,'Package 1','17 × 14 × 10 (in) 40.75lbs × 1'),(86027,9491,'thwma_order_shipping_status','wc-pending'),(86028,9492,'thwma_order_shipping_status','wc-pending'),(86029,9493,'thwma_order_shipping_status','wc-pending'),(86030,9462,'thwma_order_shipping_status','wc-pending'),(86031,9463,'thwma_order_shipping_status','wc-pending'),(86032,9464,'thwma_order_shipping_status','wc-pending'),(86033,9465,'thwma_order_shipping_status','wc-pending'),(86034,9466,'thwma_order_shipping_status','wc-pending'),(86035,9467,'thwma_order_shipping_status','wc-pending'),(86036,9468,'thwma_order_shipping_status','wc-pending'),(86037,9500,'thwma_order_shipping_status','wc-pending'),(86038,9501,'thwma_order_shipping_status','wc-pending'),(86039,9502,'thwma_order_shipping_status','wc-pending'),(86040,9516,'_product_id','23'),(86041,9516,'_variation_id','0'),(86042,9516,'_qty','6'),(86043,9516,'_tax_class',''),(86044,9516,'_line_subtotal','411.24'),(86045,9516,'_line_subtotal_tax','0'),(86046,9516,'_line_total','411.24'),(86047,9516,'_line_tax','0'),(86048,9516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86049,9517,'_product_id','43'),(86050,9517,'_variation_id','0'),(86051,9517,'_qty','2'),(86052,9517,'_tax_class',''),(86053,9517,'_line_subtotal','158.4'),(86054,9517,'_line_subtotal_tax','0'),(86055,9517,'_line_total','158.4'),(86056,9517,'_line_tax','0'),(86057,9517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86058,9518,'_product_id','49'),(86059,9518,'_variation_id','0'),(86060,9518,'_qty','1'),(86061,9518,'_tax_class',''),(86062,9518,'_line_subtotal','79.2'),(86063,9518,'_line_subtotal_tax','0'),(86064,9518,'_line_total','79.2'),(86065,9518,'_line_tax','0'),(86066,9518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86067,9519,'method_id','free_shipping'),(86068,9519,'instance_id','2'),(86069,9519,'cost','0.00'),(86070,9519,'total_tax','0'),(86071,9519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86072,9519,'Items','Active Rinse 8oz(Case of 12) &times; 6, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(86073,9495,'thwma_order_shipping_status','wc-pending'),(86074,9496,'thwma_order_shipping_status','wc-pending'),(86075,9497,'thwma_order_shipping_status','wc-pending'),(86076,9498,'thwma_order_shipping_status','wc-pending'),(86077,9509,'thwma_order_shipping_status','wc-pending'),(86078,9510,'thwma_order_shipping_status','wc-pending'),(86079,9511,'thwma_order_shipping_status','wc-pending'),(86080,9512,'thwma_order_shipping_status','wc-pending'),(86081,9513,'thwma_order_shipping_status','wc-pending'),(86082,9514,'thwma_order_shipping_status','wc-pending'),(86083,9520,'_product_id','41'),(86084,9520,'_variation_id','0'),(86085,9520,'_qty','4'),(86086,9520,'_tax_class',''),(86087,9520,'_line_subtotal','265.92'),(86088,9520,'_line_subtotal_tax','0'),(86089,9520,'_line_total','265.92'),(86090,9520,'_line_tax','0'),(86091,9520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86092,9521,'_product_id','116'),(86093,9521,'_variation_id','0'),(86094,9521,'_qty','1'),(86095,9521,'_tax_class',''),(86096,9521,'_line_subtotal','145.44'),(86097,9521,'_line_subtotal_tax','0'),(86098,9521,'_line_total','145.44'),(86099,9521,'_line_tax','0'),(86100,9521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86101,9522,'_product_id','45'),(86102,9522,'_variation_id','0'),(86103,9522,'_qty','1'),(86104,9522,'_tax_class',''),(86105,9522,'_line_subtotal','42.24'),(86106,9522,'_line_subtotal_tax','0'),(86107,9522,'_line_total','42.24'),(86108,9522,'_line_tax','0'),(86109,9522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86110,9523,'_product_id','38'),(86111,9523,'_variation_id','0'),(86112,9523,'_qty','2'),(86113,9523,'_tax_class',''),(86114,9523,'_line_subtotal','331.52'),(86115,9523,'_line_subtotal_tax','0'),(86116,9523,'_line_total','331.52'),(86117,9523,'_line_tax','0'),(86118,9523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86119,9524,'_product_id','23'),(86120,9524,'_variation_id','0'),(86121,9524,'_qty','3'),(86122,9524,'_tax_class',''),(86123,9524,'_line_subtotal','205.62'),(86124,9524,'_line_subtotal_tax','0'),(86125,9524,'_line_total','205.62'),(86126,9524,'_line_tax','0'),(86127,9524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86128,9525,'_product_id','43'),(86129,9525,'_variation_id','0'),(86130,9525,'_qty','2'),(86131,9525,'_tax_class',''),(86132,9525,'_line_subtotal','158.4'),(86133,9525,'_line_subtotal_tax','0'),(86134,9525,'_line_total','158.4'),(86135,9525,'_line_tax','0'),(86136,9525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86137,9526,'_product_id','49'),(86138,9526,'_variation_id','0'),(86139,9526,'_qty','2'),(86140,9526,'_tax_class',''),(86141,9526,'_line_subtotal','158.4'),(86142,9526,'_line_subtotal_tax','0'),(86143,9526,'_line_total','158.4'),(86144,9526,'_line_tax','0'),(86145,9526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86146,9527,'_product_id','39'),(86147,9527,'_variation_id','0'),(86148,9527,'_qty','1'),(86149,9527,'_tax_class',''),(86150,9527,'_line_subtotal','79.2'),(86151,9527,'_line_subtotal_tax','0'),(86152,9527,'_line_total','79.2'),(86153,9527,'_line_tax','0'),(86154,9527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86155,9528,'_product_id','40'),(86156,9528,'_variation_id','0'),(86157,9528,'_qty','1'),(86158,9528,'_tax_class',''),(86159,9528,'_line_subtotal','79.2'),(86160,9528,'_line_subtotal_tax','0'),(86161,9528,'_line_total','79.2'),(86162,9528,'_line_tax','0'),(86163,9528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86164,9529,'_product_id','120'),(86165,9529,'_variation_id','0'),(86166,9529,'_qty','1'),(86167,9529,'_tax_class',''),(86168,9529,'_line_subtotal','52.8'),(86169,9529,'_line_subtotal_tax','0'),(86170,9529,'_line_total','52.8'),(86171,9529,'_line_tax','0'),(86172,9529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86173,9530,'_product_id','93'),(86174,9530,'_variation_id','0'),(86175,9530,'_qty','4'),(86176,9530,'_tax_class',''),(86177,9530,'_line_subtotal','0'),(86178,9530,'_line_subtotal_tax','0'),(86179,9530,'_line_total','0'),(86180,9530,'_line_tax','0'),(86181,9530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86182,9531,'method_id','free_shipping'),(86183,9531,'instance_id','2'),(86184,9531,'cost','0.00'),(86185,9531,'total_tax','0'),(86186,9531,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86187,9531,'Items','Professional Lice Comb(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Active Rinse 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% &times; 4'),(86188,9532,'_product_id','23'),(86189,9532,'_variation_id','0'),(86190,9532,'_qty','2'),(86191,9532,'_tax_class',''),(86192,9532,'_line_subtotal','137.08'),(86193,9532,'_line_subtotal_tax','0'),(86194,9532,'_line_total','137.08'),(86195,9532,'_line_tax','0'),(86196,9532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86197,9533,'_product_id','38'),(86198,9533,'_variation_id','0'),(86199,9533,'_qty','1'),(86200,9533,'_tax_class',''),(86201,9533,'_line_subtotal','165.76'),(86202,9533,'_line_subtotal_tax','0'),(86203,9533,'_line_total','165.76'),(86204,9533,'_line_tax','0'),(86205,9533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86206,9534,'_product_id','42'),(86207,9534,'_variation_id','0'),(86208,9534,'_qty','1'),(86209,9534,'_tax_class',''),(86210,9534,'_line_subtotal','79.2'),(86211,9534,'_line_subtotal_tax','0'),(86212,9534,'_line_total','79.2'),(86213,9534,'_line_tax','0'),(86214,9534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86215,9535,'_product_id','45'),(86216,9535,'_variation_id','0'),(86217,9535,'_qty','1'),(86218,9535,'_tax_class',''),(86219,9535,'_line_subtotal','42.24'),(86220,9535,'_line_subtotal_tax','0'),(86221,9535,'_line_total','42.24'),(86222,9535,'_line_tax','0'),(86223,9535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86224,9536,'_product_id','41'),(86225,9536,'_variation_id','0'),(86226,9536,'_qty','2'),(86227,9536,'_tax_class',''),(86228,9536,'_line_subtotal','132.96'),(86229,9536,'_line_subtotal_tax','0'),(86230,9536,'_line_total','132.96'),(86231,9536,'_line_tax','0'),(86232,9536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86233,9537,'_product_id','51'),(86234,9537,'_variation_id','0'),(86235,9537,'_qty','2'),(86236,9537,'_tax_class',''),(86237,9537,'_line_subtotal','295.68'),(86238,9537,'_line_subtotal_tax','0'),(86239,9537,'_line_total','295.68'),(86240,9537,'_line_tax','0'),(86241,9537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86242,9538,'_product_id','116'),(86243,9538,'_variation_id','0'),(86244,9538,'_qty','2'),(86245,9538,'_tax_class',''),(86246,9538,'_line_subtotal','290.88'),(86247,9538,'_line_subtotal_tax','0'),(86248,9538,'_line_total','290.88'),(86249,9538,'_line_tax','0'),(86250,9538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86251,9539,'_product_id','120'),(86252,9539,'_variation_id','0'),(86253,9539,'_qty','1'),(86254,9539,'_tax_class',''),(86255,9539,'_line_subtotal','52.8'),(86256,9539,'_line_subtotal_tax','0'),(86257,9539,'_line_total','52.8'),(86258,9539,'_line_tax','0'),(86259,9539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86260,9540,'_product_id','490'),(86261,9540,'_variation_id','0'),(86262,9540,'_qty','10'),(86263,9540,'_tax_class',''),(86264,9540,'_line_subtotal','196'),(86265,9540,'_line_subtotal_tax','0'),(86266,9540,'_line_total','196'),(86267,9540,'_line_tax','0'),(86268,9540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86269,9541,'method_id','free_shipping'),(86270,9541,'instance_id','2'),(86271,9541,'cost','0.00'),(86272,9541,'total_tax','0'),(86273,9541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86274,9541,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(86275,9542,'_product_id','23'),(86276,9542,'_variation_id','0'),(86277,9542,'_qty','1'),(86278,9542,'_tax_class',''),(86279,9542,'_line_subtotal','68.54'),(86280,9542,'_line_subtotal_tax','0'),(86281,9542,'_line_total','68.54'),(86282,9542,'_line_tax','0'),(86283,9542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86284,9543,'_product_id','38'),(86285,9543,'_variation_id','0'),(86286,9543,'_qty','1'),(86287,9543,'_tax_class',''),(86288,9543,'_line_subtotal','165.76'),(86289,9543,'_line_subtotal_tax','0'),(86290,9543,'_line_total','165.76'),(86291,9543,'_line_tax','0'),(86292,9543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86293,9544,'_product_id','45'),(86294,9544,'_variation_id','0'),(86295,9544,'_qty','1'),(86296,9544,'_tax_class',''),(86297,9544,'_line_subtotal','42.24'),(86298,9544,'_line_subtotal_tax','0'),(86299,9544,'_line_total','42.24'),(86300,9544,'_line_tax','0'),(86301,9544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86302,9545,'_product_id','41'),(86303,9545,'_variation_id','0'),(86304,9545,'_qty','2'),(86305,9545,'_tax_class',''),(86306,9545,'_line_subtotal','132.96'),(86307,9545,'_line_subtotal_tax','0'),(86308,9545,'_line_total','132.96'),(86309,9545,'_line_tax','0'),(86310,9545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86311,9546,'_product_id','51'),(86312,9546,'_variation_id','0'),(86313,9546,'_qty','2'),(86314,9546,'_tax_class',''),(86315,9546,'_line_subtotal','295.68'),(86316,9546,'_line_subtotal_tax','0'),(86317,9546,'_line_total','295.68'),(86318,9546,'_line_tax','0'),(86319,9546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86320,9547,'_product_id','120'),(86321,9547,'_variation_id','0'),(86322,9547,'_qty','1'),(86323,9547,'_tax_class',''),(86324,9547,'_line_subtotal','52.8'),(86325,9547,'_line_subtotal_tax','0'),(86326,9547,'_line_total','52.8'),(86327,9547,'_line_tax','0'),(86328,9547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86329,9548,'_product_id','43'),(86330,9548,'_variation_id','0'),(86331,9548,'_qty','1'),(86332,9548,'_tax_class',''),(86333,9548,'_line_subtotal','79.2'),(86334,9548,'_line_subtotal_tax','0'),(86335,9548,'_line_total','79.2'),(86336,9548,'_line_tax','0'),(86337,9548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86338,9549,'_product_id','49'),(86339,9549,'_variation_id','0'),(86340,9549,'_qty','1'),(86341,9549,'_tax_class',''),(86342,9549,'_line_subtotal','79.2'),(86343,9549,'_line_subtotal_tax','0'),(86344,9549,'_line_total','79.2'),(86345,9549,'_line_tax','0'),(86346,9549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86347,9550,'_product_id','490'),(86348,9550,'_variation_id','0'),(86349,9550,'_qty','10'),(86350,9550,'_tax_class',''),(86351,9550,'_line_subtotal','196'),(86352,9550,'_line_subtotal_tax','0'),(86353,9550,'_line_total','196'),(86354,9550,'_line_tax','0'),(86355,9550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86356,9551,'method_id','free_shipping'),(86357,9551,'instance_id','2'),(86358,9551,'cost','0.00'),(86359,9551,'total_tax','0'),(86360,9551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86361,9551,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(86362,9552,'_product_id','490'),(86363,9552,'_variation_id','0'),(86364,9552,'_qty','5'),(86365,9552,'_tax_class',''),(86366,9552,'_line_subtotal','98'),(86367,9552,'_line_subtotal_tax','0'),(86368,9552,'_line_total','98'),(86369,9552,'_line_tax','0'),(86370,9552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86371,9553,'_product_id','38'),(86372,9553,'_variation_id','0'),(86373,9553,'_qty','1'),(86374,9553,'_tax_class',''),(86375,9553,'_line_subtotal','165.76'),(86376,9553,'_line_subtotal_tax','0'),(86377,9553,'_line_total','165.76'),(86378,9553,'_line_tax','0'),(86379,9553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86380,9554,'_product_id','23'),(86381,9554,'_variation_id','0'),(86382,9554,'_qty','2'),(86383,9554,'_tax_class',''),(86384,9554,'_line_subtotal','137.08'),(86385,9554,'_line_subtotal_tax','0'),(86386,9554,'_line_total','137.08'),(86387,9554,'_line_tax','0'),(86388,9554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86389,9555,'_product_id','42'),(86390,9555,'_variation_id','0'),(86391,9555,'_qty','1'),(86392,9555,'_tax_class',''),(86393,9555,'_line_subtotal','79.2'),(86394,9555,'_line_subtotal_tax','0'),(86395,9555,'_line_total','79.2'),(86396,9555,'_line_tax','0'),(86397,9555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86398,9556,'_product_id','41'),(86399,9556,'_variation_id','0'),(86400,9556,'_qty','1'),(86401,9556,'_tax_class',''),(86402,9556,'_line_subtotal','66.48'),(86403,9556,'_line_subtotal_tax','0'),(86404,9556,'_line_total','66.48'),(86405,9556,'_line_tax','0'),(86406,9556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86407,9557,'_product_id','43'),(86408,9557,'_variation_id','0'),(86409,9557,'_qty','1'),(86410,9557,'_tax_class',''),(86411,9557,'_line_subtotal','79.2'),(86412,9557,'_line_subtotal_tax','0'),(86413,9557,'_line_total','79.2'),(86414,9557,'_line_tax','0'),(86415,9557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86416,9558,'method_id','free_shipping'),(86417,9558,'instance_id','2'),(86418,9558,'cost','0.00'),(86419,9558,'total_tax','0'),(86420,9558,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86421,9558,'Items','Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(86422,9559,'_product_id','39'),(86423,9559,'_variation_id','0'),(86424,9559,'_qty','1'),(86425,9559,'_tax_class',''),(86426,9559,'_line_subtotal','79.2'),(86427,9559,'_line_subtotal_tax','0'),(86428,9559,'_line_total','79.2'),(86429,9559,'_line_tax','0'),(86430,9559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86431,9560,'_product_id','40'),(86432,9560,'_variation_id','0'),(86433,9560,'_qty','1'),(86434,9560,'_tax_class',''),(86435,9560,'_line_subtotal','79.2'),(86436,9560,'_line_subtotal_tax','0'),(86437,9560,'_line_total','79.2'),(86438,9560,'_line_tax','0'),(86439,9560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86440,9561,'_product_id','42'),(86441,9561,'_variation_id','0'),(86442,9561,'_qty','1'),(86443,9561,'_tax_class',''),(86444,9561,'_line_subtotal','79.2'),(86445,9561,'_line_subtotal_tax','0'),(86446,9561,'_line_total','79.2'),(86447,9561,'_line_tax','0'),(86448,9561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86449,9562,'_product_id','43'),(86450,9562,'_variation_id','0'),(86451,9562,'_qty','2'),(86452,9562,'_tax_class',''),(86453,9562,'_line_subtotal','158.4'),(86454,9562,'_line_subtotal_tax','0'),(86455,9562,'_line_total','158.4'),(86456,9562,'_line_tax','0'),(86457,9562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86458,9563,'_product_id','490'),(86459,9563,'_variation_id','0'),(86460,9563,'_qty','8'),(86461,9563,'_tax_class',''),(86462,9563,'_line_subtotal','156.8'),(86463,9563,'_line_subtotal_tax','0'),(86464,9563,'_line_total','156.8'),(86465,9563,'_line_tax','0'),(86466,9563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86467,9564,'_product_id','23'),(86468,9564,'_variation_id','0'),(86469,9564,'_qty','1'),(86470,9564,'_tax_class',''),(86471,9564,'_line_subtotal','68.54'),(86472,9564,'_line_subtotal_tax','0'),(86473,9564,'_line_total','68.54'),(86474,9564,'_line_tax','0'),(86475,9564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86476,9565,'_product_id','38'),(86477,9565,'_variation_id','0'),(86478,9565,'_qty','1'),(86479,9565,'_tax_class',''),(86480,9565,'_line_subtotal','165.76'),(86481,9565,'_line_subtotal_tax','0'),(86482,9565,'_line_total','165.76'),(86483,9565,'_line_tax','0'),(86484,9565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86485,9566,'_product_id','41'),(86486,9566,'_variation_id','0'),(86487,9566,'_qty','3'),(86488,9566,'_tax_class',''),(86489,9566,'_line_subtotal','199.44'),(86490,9566,'_line_subtotal_tax','0'),(86491,9566,'_line_total','199.44'),(86492,9566,'_line_tax','0'),(86493,9566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86494,9567,'_product_id','45'),(86495,9567,'_variation_id','0'),(86496,9567,'_qty','2'),(86497,9567,'_tax_class',''),(86498,9567,'_line_subtotal','84.48'),(86499,9567,'_line_subtotal_tax','0'),(86500,9567,'_line_total','84.48'),(86501,9567,'_line_tax','0'),(86502,9567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86503,9568,'method_id','free_shipping'),(86504,9568,'instance_id','2'),(86505,9568,'cost','0.00'),(86506,9568,'total_tax','0'),(86507,9568,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86508,9568,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(86520,9504,'thwma_order_shipping_status','wc-pending'),(86521,9505,'thwma_order_shipping_status','wc-pending'),(86522,9506,'thwma_order_shipping_status','wc-pending'),(86523,9507,'thwma_order_shipping_status','wc-pending'),(86527,9516,'thwma_order_shipping_status','wc-pending'),(86528,9517,'thwma_order_shipping_status','wc-pending'),(86529,9518,'thwma_order_shipping_status','wc-pending'),(86530,9569,'_product_id','45'),(86531,9569,'_variation_id','0'),(86532,9569,'_qty','2'),(86533,9569,'_tax_class',''),(86534,9569,'_line_subtotal','84.48'),(86535,9569,'_line_subtotal_tax','0'),(86536,9569,'_line_total','84.48'),(86537,9569,'_line_tax','0'),(86538,9569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86539,9570,'_product_id','41'),(86540,9570,'_variation_id','0'),(86541,9570,'_qty','4'),(86542,9570,'_tax_class',''),(86543,9570,'_line_subtotal','265.92'),(86544,9570,'_line_subtotal_tax','0'),(86545,9570,'_line_total','265.92'),(86546,9570,'_line_tax','0'),(86547,9570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86548,9571,'_product_id','120'),(86549,9571,'_variation_id','0'),(86550,9571,'_qty','2'),(86551,9571,'_tax_class',''),(86552,9571,'_line_subtotal','105.6'),(86553,9571,'_line_subtotal_tax','0'),(86554,9571,'_line_total','105.6'),(86555,9571,'_line_tax','0'),(86556,9571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86557,9572,'_product_id','487'),(86558,9572,'_variation_id','0'),(86559,9572,'_qty','2'),(86560,9572,'_tax_class',''),(86561,9572,'_line_subtotal','62.7'),(86562,9572,'_line_subtotal_tax','0'),(86563,9572,'_line_total','62.7'),(86564,9572,'_line_tax','0'),(86565,9572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86566,9573,'_product_id','23'),(86567,9573,'_variation_id','0'),(86568,9573,'_qty','1'),(86569,9573,'_tax_class',''),(86570,9573,'_line_subtotal','68.54'),(86571,9573,'_line_subtotal_tax','0'),(86572,9573,'_line_total','68.54'),(86573,9573,'_line_tax','0'),(86574,9573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86575,9574,'method_id','free_shipping'),(86576,9574,'instance_id','2'),(86577,9574,'cost','0.00'),(86578,9574,'total_tax','0'),(86579,9574,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86580,9574,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Active Rinse 8oz(Case of 12) &times; 1'),(86581,9575,'_product_id','45'),(86582,9575,'_variation_id','0'),(86583,9575,'_qty','2'),(86584,9575,'_tax_class',''),(86585,9575,'_line_subtotal','84.48'),(86586,9575,'_line_subtotal_tax','0'),(86587,9575,'_line_total','84.48'),(86588,9575,'_line_tax','0'),(86589,9575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86590,9576,'_product_id','39'),(86591,9576,'_variation_id','0'),(86592,9576,'_qty','2'),(86593,9576,'_tax_class',''),(86594,9576,'_line_subtotal','158.4'),(86595,9576,'_line_subtotal_tax','0'),(86596,9576,'_line_total','158.4'),(86597,9576,'_line_tax','0'),(86598,9576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86599,9577,'_product_id','40'),(86600,9577,'_variation_id','0'),(86601,9577,'_qty','2'),(86602,9577,'_tax_class',''),(86603,9577,'_line_subtotal','158.4'),(86604,9577,'_line_subtotal_tax','0'),(86605,9577,'_line_total','158.4'),(86606,9577,'_line_tax','0'),(86607,9577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86608,9578,'_product_id','49'),(86609,9578,'_variation_id','0'),(86610,9578,'_qty','3'),(86611,9578,'_tax_class',''),(86612,9578,'_line_subtotal','237.6'),(86613,9578,'_line_subtotal_tax','0'),(86614,9578,'_line_total','237.6'),(86615,9578,'_line_tax','0'),(86616,9578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86617,9579,'_product_id','43'),(86618,9579,'_variation_id','0'),(86619,9579,'_qty','3'),(86620,9579,'_tax_class',''),(86621,9579,'_line_subtotal','237.6'),(86622,9579,'_line_subtotal_tax','0'),(86623,9579,'_line_total','237.6'),(86624,9579,'_line_tax','0'),(86625,9579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86626,9580,'_product_id','42'),(86627,9580,'_variation_id','0'),(86628,9580,'_qty','2'),(86629,9580,'_tax_class',''),(86630,9580,'_line_subtotal','158.4'),(86631,9580,'_line_subtotal_tax','0'),(86632,9580,'_line_total','158.4'),(86633,9580,'_line_tax','0'),(86634,9580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86635,9581,'_product_id','41'),(86636,9581,'_variation_id','0'),(86637,9581,'_qty','2'),(86638,9581,'_tax_class',''),(86639,9581,'_line_subtotal','132.96'),(86640,9581,'_line_subtotal_tax','0'),(86641,9581,'_line_total','132.96'),(86642,9581,'_line_tax','0'),(86643,9581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86644,9582,'_product_id','38'),(86645,9582,'_variation_id','0'),(86646,9582,'_qty','1'),(86647,9582,'_tax_class',''),(86648,9582,'_line_subtotal','165.76'),(86649,9582,'_line_subtotal_tax','0'),(86650,9582,'_line_total','165.76'),(86651,9582,'_line_tax','0'),(86652,9582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86653,9583,'_product_id','23'),(86654,9583,'_variation_id','0'),(86655,9583,'_qty','3'),(86656,9583,'_tax_class',''),(86657,9583,'_line_subtotal','205.62'),(86658,9583,'_line_subtotal_tax','0'),(86659,9583,'_line_total','205.62'),(86660,9583,'_line_tax','0'),(86661,9583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86662,9584,'_product_id','490'),(86663,9584,'_variation_id','0'),(86664,9584,'_qty','10'),(86665,9584,'_tax_class',''),(86666,9584,'_line_subtotal','196'),(86667,9584,'_line_subtotal_tax','0'),(86668,9584,'_line_total','196'),(86669,9584,'_line_tax','0'),(86670,9584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86671,9585,'method_id','free_shipping'),(86672,9585,'instance_id','2'),(86673,9585,'cost','0.00'),(86674,9585,'total_tax','0'),(86675,9585,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86676,9585,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Active Rinse 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(86677,9586,'_product_id','23'),(86678,9586,'_variation_id','0'),(86679,9586,'_qty','2'),(86680,9586,'_tax_class',''),(86681,9586,'_line_subtotal','137.08'),(86682,9586,'_line_subtotal_tax','0'),(86683,9586,'_line_total','137.08'),(86684,9586,'_line_tax','0'),(86685,9586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86686,9587,'_product_id','41'),(86687,9587,'_variation_id','0'),(86688,9587,'_qty','10'),(86689,9587,'_tax_class',''),(86690,9587,'_line_subtotal','664.8'),(86691,9587,'_line_subtotal_tax','0'),(86692,9587,'_line_total','664.8'),(86693,9587,'_line_tax','0'),(86694,9587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86695,9588,'method_id','free_shipping'),(86696,9588,'instance_id','2'),(86697,9588,'cost','0.00'),(86698,9588,'total_tax','0'),(86699,9588,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86700,9588,'Items','Active Rinse 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 10'),(86701,9542,'thwma_order_shipping_status','wc-pending'),(86702,9543,'thwma_order_shipping_status','wc-pending'),(86703,9544,'thwma_order_shipping_status','wc-pending'),(86704,9545,'thwma_order_shipping_status','wc-pending'),(86705,9546,'thwma_order_shipping_status','wc-pending'),(86706,9547,'thwma_order_shipping_status','wc-pending'),(86707,9548,'thwma_order_shipping_status','wc-pending'),(86708,9549,'thwma_order_shipping_status','wc-pending'),(86709,9550,'thwma_order_shipping_status','wc-pending'),(86710,9532,'thwma_order_shipping_status','wc-pending'),(86711,9533,'thwma_order_shipping_status','wc-pending'),(86712,9534,'thwma_order_shipping_status','wc-pending'),(86713,9535,'thwma_order_shipping_status','wc-pending'),(86714,9536,'thwma_order_shipping_status','wc-pending'),(86715,9537,'thwma_order_shipping_status','wc-pending'),(86716,9538,'thwma_order_shipping_status','wc-pending'),(86717,9539,'thwma_order_shipping_status','wc-pending'),(86718,9540,'thwma_order_shipping_status','wc-pending'),(86719,9589,'_product_id','43'),(86720,9589,'_variation_id','0'),(86721,9589,'_qty','1'),(86722,9589,'_tax_class',''),(86723,9589,'_line_subtotal','79.2'),(86724,9589,'_line_subtotal_tax','0'),(86725,9589,'_line_total','79.2'),(86726,9589,'_line_tax','0'),(86727,9589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86728,9590,'_product_id','49'),(86729,9590,'_variation_id','0'),(86730,9590,'_qty','1'),(86731,9590,'_tax_class',''),(86732,9590,'_line_subtotal','79.2'),(86733,9590,'_line_subtotal_tax','0'),(86734,9590,'_line_total','79.2'),(86735,9590,'_line_tax','0'),(86736,9590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86737,9591,'_product_id','23'),(86738,9591,'_variation_id','0'),(86739,9591,'_qty','1'),(86740,9591,'_tax_class',''),(86741,9591,'_line_subtotal','68.54'),(86742,9591,'_line_subtotal_tax','0'),(86743,9591,'_line_total','68.54'),(86744,9591,'_line_tax','0'),(86745,9591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86746,9592,'_product_id','38'),(86747,9592,'_variation_id','0'),(86748,9592,'_qty','1'),(86749,9592,'_tax_class',''),(86750,9592,'_line_subtotal','165.76'),(86751,9592,'_line_subtotal_tax','0'),(86752,9592,'_line_total','165.76'),(86753,9592,'_line_tax','0'),(86754,9592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86755,9593,'_product_id','41'),(86756,9593,'_variation_id','0'),(86757,9593,'_qty','2'),(86758,9593,'_tax_class',''),(86759,9593,'_line_subtotal','132.96'),(86760,9593,'_line_subtotal_tax','0'),(86761,9593,'_line_total','132.96'),(86762,9593,'_line_tax','0'),(86763,9593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86764,9594,'_product_id','42'),(86765,9594,'_variation_id','0'),(86766,9594,'_qty','1'),(86767,9594,'_tax_class',''),(86768,9594,'_line_subtotal','79.2'),(86769,9594,'_line_subtotal_tax','0'),(86770,9594,'_line_total','79.2'),(86771,9594,'_line_tax','0'),(86772,9594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86773,9595,'_product_id','45'),(86774,9595,'_variation_id','0'),(86775,9595,'_qty','1'),(86776,9595,'_tax_class',''),(86777,9595,'_line_subtotal','42.24'),(86778,9595,'_line_subtotal_tax','0'),(86779,9595,'_line_total','42.24'),(86780,9595,'_line_tax','0'),(86781,9595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86782,9596,'_product_id','490'),(86783,9596,'_variation_id','0'),(86784,9596,'_qty','6'),(86785,9596,'_tax_class',''),(86786,9596,'_line_subtotal','117.6'),(86787,9596,'_line_subtotal_tax','0'),(86788,9596,'_line_total','117.6'),(86789,9596,'_line_tax','0'),(86790,9596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86791,9597,'method_id','free_shipping'),(86792,9597,'instance_id','2'),(86793,9597,'cost','0.00'),(86794,9597,'total_tax','0'),(86795,9597,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86796,9597,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6'),(86797,9598,'_product_id','23'),(86798,9598,'_variation_id','0'),(86799,9598,'_qty','1'),(86800,9598,'_tax_class',''),(86801,9598,'_line_subtotal','68.54'),(86802,9598,'_line_subtotal_tax','0'),(86803,9598,'_line_total','68.54'),(86804,9598,'_line_tax','0'),(86805,9598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86806,9599,'_product_id','38'),(86807,9599,'_variation_id','0'),(86808,9599,'_qty','1'),(86809,9599,'_tax_class',''),(86810,9599,'_line_subtotal','165.76'),(86811,9599,'_line_subtotal_tax','0'),(86812,9599,'_line_total','165.76'),(86813,9599,'_line_tax','0'),(86814,9599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86815,9600,'_product_id','490'),(86816,9600,'_variation_id','0'),(86817,9600,'_qty','8'),(86818,9600,'_tax_class',''),(86819,9600,'_line_subtotal','156.8'),(86820,9600,'_line_subtotal_tax','0'),(86821,9600,'_line_total','156.8'),(86822,9600,'_line_tax','0'),(86823,9600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86824,9601,'_product_id','41'),(86825,9601,'_variation_id','0'),(86826,9601,'_qty','1'),(86827,9601,'_tax_class',''),(86828,9601,'_line_subtotal','66.48'),(86829,9601,'_line_subtotal_tax','0'),(86830,9601,'_line_total','66.48'),(86831,9601,'_line_tax','0'),(86832,9601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86833,9602,'_product_id','23'),(86834,9602,'_variation_id','0'),(86835,9602,'_qty','1'),(86836,9602,'_tax_class',''),(86837,9602,'_line_subtotal','68.54'),(86838,9602,'_line_subtotal_tax','0'),(86839,9602,'_line_total','68.54'),(86840,9602,'_line_tax','0'),(86841,9602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86842,9603,'method_id','free_shipping'),(86843,9603,'instance_id','2'),(86844,9603,'cost','0.00'),(86845,9603,'total_tax','0'),(86846,9603,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86847,9603,'Items','Active Rinse 8oz(Case of 12) &times; 1, Active Rinse 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 8, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz(Case of 12) &times; 1'),(86848,9604,'_product_id','23'),(86849,9604,'_variation_id','0'),(86850,9604,'_qty','2'),(86851,9604,'_tax_class',''),(86852,9604,'_line_subtotal','137.08'),(86853,9604,'_line_subtotal_tax','0'),(86854,9604,'_line_total','137.08'),(86855,9604,'_line_tax','0'),(86856,9604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86857,9605,'_product_id','38'),(86858,9605,'_variation_id','0'),(86859,9605,'_qty','1'),(86860,9605,'_tax_class',''),(86861,9605,'_line_subtotal','165.76'),(86862,9605,'_line_subtotal_tax','0'),(86863,9605,'_line_total','165.76'),(86864,9605,'_line_tax','0'),(86865,9605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86866,9606,'_product_id','41'),(86867,9606,'_variation_id','0'),(86868,9606,'_qty','3'),(86869,9606,'_tax_class',''),(86870,9606,'_line_subtotal','199.44'),(86871,9606,'_line_subtotal_tax','0'),(86872,9606,'_line_total','199.44'),(86873,9606,'_line_tax','0'),(86874,9606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86875,9607,'method_id','free_shipping'),(86876,9607,'instance_id','2'),(86877,9607,'cost','0.00'),(86878,9607,'total_tax','0'),(86879,9607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86880,9607,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(86892,9520,'thwma_order_shipping_status','wc-pending'),(86893,9521,'thwma_order_shipping_status','wc-pending'),(86894,9522,'thwma_order_shipping_status','wc-pending'),(86895,9523,'thwma_order_shipping_status','wc-pending'),(86896,9524,'thwma_order_shipping_status','wc-pending'),(86897,9525,'thwma_order_shipping_status','wc-pending'),(86898,9526,'thwma_order_shipping_status','wc-pending'),(86899,9527,'thwma_order_shipping_status','wc-pending'),(86900,9528,'thwma_order_shipping_status','wc-pending'),(86901,9529,'thwma_order_shipping_status','wc-pending'),(86902,9530,'thwma_order_shipping_status','wc-pending'),(86903,9575,'thwma_order_shipping_status','wc-pending'),(86904,9576,'thwma_order_shipping_status','wc-pending'),(86905,9577,'thwma_order_shipping_status','wc-pending'),(86906,9578,'thwma_order_shipping_status','wc-pending'),(86907,9579,'thwma_order_shipping_status','wc-pending'),(86908,9580,'thwma_order_shipping_status','wc-pending'),(86909,9581,'thwma_order_shipping_status','wc-pending'),(86910,9582,'thwma_order_shipping_status','wc-pending'),(86911,9583,'thwma_order_shipping_status','wc-pending'),(86912,9584,'thwma_order_shipping_status','wc-pending'),(86913,9589,'thwma_order_shipping_status','wc-pending'),(86914,9590,'thwma_order_shipping_status','wc-pending'),(86915,9591,'thwma_order_shipping_status','wc-pending'),(86916,9592,'thwma_order_shipping_status','wc-pending'),(86917,9593,'thwma_order_shipping_status','wc-pending'),(86918,9594,'thwma_order_shipping_status','wc-pending'),(86919,9595,'thwma_order_shipping_status','wc-pending'),(86920,9596,'thwma_order_shipping_status','wc-pending'),(86921,9598,'thwma_order_shipping_status','wc-pending'),(86922,9599,'thwma_order_shipping_status','wc-pending'),(86923,9600,'thwma_order_shipping_status','wc-pending'),(86924,9601,'thwma_order_shipping_status','wc-pending'),(86925,9602,'thwma_order_shipping_status','wc-pending'),(86926,9586,'thwma_order_shipping_status','wc-pending'),(86927,9587,'thwma_order_shipping_status','wc-pending'),(86928,9608,'_product_id','23'),(86929,9608,'_variation_id','0'),(86930,9608,'_qty','2'),(86931,9608,'_tax_class',''),(86932,9608,'_line_subtotal','137.08'),(86933,9608,'_line_subtotal_tax','0'),(86934,9608,'_line_total','137.08'),(86935,9608,'_line_tax','0'),(86936,9608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86937,9609,'_product_id','38'),(86938,9609,'_variation_id','0'),(86939,9609,'_qty','1'),(86940,9609,'_tax_class',''),(86941,9609,'_line_subtotal','165.76'),(86942,9609,'_line_subtotal_tax','0'),(86943,9609,'_line_total','165.76'),(86944,9609,'_line_tax','0'),(86945,9609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86946,9610,'_product_id','43'),(86947,9610,'_variation_id','0'),(86948,9610,'_qty','2'),(86949,9610,'_tax_class',''),(86950,9610,'_line_subtotal','158.4'),(86951,9610,'_line_subtotal_tax','0'),(86952,9610,'_line_total','158.4'),(86953,9610,'_line_tax','0'),(86954,9610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86955,9611,'_product_id','49'),(86956,9611,'_variation_id','0'),(86957,9611,'_qty','2'),(86958,9611,'_tax_class',''),(86959,9611,'_line_subtotal','158.4'),(86960,9611,'_line_subtotal_tax','0'),(86961,9611,'_line_total','158.4'),(86962,9611,'_line_tax','0'),(86963,9611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86964,9612,'_product_id','490'),(86965,9612,'_variation_id','0'),(86966,9612,'_qty','4'),(86967,9612,'_tax_class',''),(86968,9612,'_line_subtotal','78.4'),(86969,9612,'_line_subtotal_tax','0'),(86970,9612,'_line_total','78.4'),(86971,9612,'_line_tax','0'),(86972,9612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86973,9613,'method_id','free_shipping'),(86974,9613,'instance_id','2'),(86975,9613,'cost','0.00'),(86976,9613,'total_tax','0'),(86977,9613,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(86978,9613,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(86979,9614,'_product_id','116'),(86980,9614,'_variation_id','0'),(86981,9614,'_qty','1'),(86982,9614,'_tax_class',''),(86983,9614,'_line_subtotal','145.44'),(86984,9614,'_line_subtotal_tax','0'),(86985,9614,'_line_total','145.44'),(86986,9614,'_line_tax','0'),(86987,9614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86988,9615,'_product_id','23'),(86989,9615,'_variation_id','0'),(86990,9615,'_qty','3'),(86991,9615,'_tax_class',''),(86992,9615,'_line_subtotal','205.62'),(86993,9615,'_line_subtotal_tax','0'),(86994,9615,'_line_total','205.62'),(86995,9615,'_line_tax','0'),(86996,9615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(86997,9616,'_product_id','97'),(86998,9616,'_variation_id','0'),(86999,9616,'_qty','1'),(87000,9616,'_tax_class',''),(87001,9616,'_line_subtotal','0'),(87002,9616,'_line_subtotal_tax','0'),(87003,9616,'_line_total','0'),(87004,9616,'_line_tax','0'),(87005,9616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87006,9617,'_product_id','99'),(87007,9617,'_variation_id','0'),(87008,9617,'_qty','1'),(87009,9617,'_tax_class',''),(87010,9617,'_line_subtotal','0'),(87011,9617,'_line_subtotal_tax','0'),(87012,9617,'_line_total','0'),(87013,9617,'_line_tax','0'),(87014,9617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87015,9618,'_product_id','93'),(87016,9618,'_variation_id','0'),(87017,9618,'_qty','2'),(87018,9618,'_tax_class',''),(87019,9618,'_line_subtotal','0'),(87020,9618,'_line_subtotal_tax','0'),(87021,9618,'_line_total','0'),(87022,9618,'_line_tax','0'),(87023,9618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87024,9619,'method_id','fedex'),(87025,9619,'instance_id','1'),(87026,9619,'cost','32.67'),(87027,9619,'total_tax','0'),(87028,9619,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87029,9619,'Package 1','17 × 14 × 10 (in) 32.7lbs × 1'),(87030,9619,'Package 2','17 × 14 × 10 (in) 19.9lbs × 1'),(87031,9620,'_product_id','487'),(87032,9620,'_variation_id','0'),(87033,9620,'_qty','1'),(87034,9620,'_tax_class',''),(87035,9620,'_line_subtotal','31.35'),(87036,9620,'_line_subtotal_tax','0'),(87037,9620,'_line_total','31.35'),(87038,9620,'_line_tax','0'),(87039,9620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87040,9621,'_product_id','490'),(87041,9621,'_variation_id','0'),(87042,9621,'_qty','6'),(87043,9621,'_tax_class',''),(87044,9621,'_line_subtotal','117.6'),(87045,9621,'_line_subtotal_tax','0'),(87046,9621,'_line_total','117.6'),(87047,9621,'_line_tax','0'),(87048,9621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87049,9622,'_product_id','137'),(87050,9622,'_variation_id','0'),(87051,9622,'_qty','10'),(87052,9622,'_tax_class',''),(87053,9622,'_line_subtotal','60.5'),(87054,9622,'_line_subtotal_tax','0'),(87055,9622,'_line_total','60.5'),(87056,9622,'_line_tax','0'),(87057,9622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87058,9623,'_product_id','318'),(87059,9623,'_variation_id','0'),(87060,9623,'_qty','6'),(87061,9623,'_tax_class',''),(87062,9623,'_line_subtotal','18'),(87063,9623,'_line_subtotal_tax','0'),(87064,9623,'_line_total','18'),(87065,9623,'_line_tax','0'),(87066,9623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87067,9624,'_product_id','137'),(87068,9624,'_variation_id','0'),(87069,9624,'_qty','15'),(87070,9624,'_tax_class',''),(87071,9624,'_line_subtotal','90.75'),(87072,9624,'_line_subtotal_tax','0'),(87073,9624,'_line_total','90.75'),(87074,9624,'_line_tax','0'),(87075,9624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87076,9625,'method_id','fedex'),(87077,9625,'instance_id','1'),(87078,9625,'cost','125.88'),(87079,9625,'total_tax','0'),(87080,9625,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87081,9625,'Package 1','17 × 14 × 10 (in) 40.5lbs × 1'),(87082,9625,'Package 2','12.75 × 10.25 × 1.5 (in) 2.56lbs × 1'),(87083,9604,'thwma_order_shipping_status','wc-pending'),(87084,9605,'thwma_order_shipping_status','wc-pending'),(87085,9606,'thwma_order_shipping_status','wc-pending'),(87086,9552,'thwma_order_shipping_status','wc-pending'),(87087,9553,'thwma_order_shipping_status','wc-pending'),(87088,9554,'thwma_order_shipping_status','wc-pending'),(87089,9555,'thwma_order_shipping_status','wc-pending'),(87090,9556,'thwma_order_shipping_status','wc-pending'),(87091,9557,'thwma_order_shipping_status','wc-pending'),(87092,9559,'thwma_order_shipping_status','wc-pending'),(87093,9560,'thwma_order_shipping_status','wc-pending'),(87094,9561,'thwma_order_shipping_status','wc-pending'),(87095,9562,'thwma_order_shipping_status','wc-pending'),(87096,9563,'thwma_order_shipping_status','wc-pending'),(87097,9564,'thwma_order_shipping_status','wc-pending'),(87098,9565,'thwma_order_shipping_status','wc-pending'),(87099,9566,'thwma_order_shipping_status','wc-pending'),(87100,9567,'thwma_order_shipping_status','wc-pending'),(87101,9569,'thwma_order_shipping_status','wc-pending'),(87102,9570,'thwma_order_shipping_status','wc-pending'),(87103,9571,'thwma_order_shipping_status','wc-pending'),(87104,9572,'thwma_order_shipping_status','wc-pending'),(87105,9573,'thwma_order_shipping_status','wc-pending'),(87106,9608,'thwma_order_shipping_status','wc-pending'),(87107,9609,'thwma_order_shipping_status','wc-pending'),(87108,9610,'thwma_order_shipping_status','wc-pending'),(87109,9611,'thwma_order_shipping_status','wc-pending'),(87110,9612,'thwma_order_shipping_status','wc-pending'),(87111,9626,'_product_id','116'),(87112,9626,'_variation_id','0'),(87113,9626,'_qty','1'),(87114,9626,'_tax_class',''),(87115,9626,'_line_subtotal','145.44'),(87116,9626,'_line_subtotal_tax','0'),(87117,9626,'_line_total','145.44'),(87118,9626,'_line_tax','0'),(87119,9626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87120,9627,'_product_id','137'),(87121,9627,'_variation_id','0'),(87122,9627,'_qty','10'),(87123,9627,'_tax_class',''),(87124,9627,'_line_subtotal','60.5'),(87125,9627,'_line_subtotal_tax','0'),(87126,9627,'_line_total','60.5'),(87127,9627,'_line_tax','0'),(87128,9627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87129,9628,'method_id','fedex'),(87130,9628,'instance_id','1'),(87131,9628,'cost','15.51'),(87132,9628,'total_tax','0'),(87133,9628,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87134,9628,'Package 1','17 × 14 × 10 (in) 12.2lbs × 1'),(87135,9629,'_product_id','490'),(87136,9629,'_variation_id','0'),(87137,9629,'_qty','6'),(87138,9629,'_tax_class',''),(87139,9629,'_line_subtotal','117.6'),(87140,9629,'_line_subtotal_tax','0'),(87141,9629,'_line_total','117.6'),(87142,9629,'_line_tax','0'),(87143,9629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87144,9630,'method_id','fedex'),(87145,9630,'instance_id','1'),(87146,9630,'cost','15.63'),(87147,9630,'total_tax','0'),(87148,9630,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87149,9630,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(87150,9631,'_product_id','490'),(87151,9631,'_variation_id','0'),(87152,9631,'_qty','10'),(87153,9631,'_tax_class',''),(87154,9631,'_line_subtotal','196'),(87155,9631,'_line_subtotal_tax','0'),(87156,9631,'_line_total','196'),(87157,9631,'_line_tax','0'),(87158,9631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87159,9632,'method_id','fedex'),(87160,9632,'instance_id','1'),(87161,9632,'cost','18.25'),(87162,9632,'total_tax','0'),(87163,9632,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87164,9632,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(87165,9633,'method_id','fedex'),(87166,9633,'instance_id','1'),(87167,9633,'cost','-104.95'),(87168,9633,'total_tax','0'),(87169,9633,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87170,9633,'_refunded_item_id','9625'),(87173,9626,'thwma_order_shipping_status','wc-pending'),(87174,9627,'thwma_order_shipping_status','wc-pending'),(87180,9620,'thwma_order_shipping_status','wc-pending'),(87181,9621,'thwma_order_shipping_status','wc-pending'),(87182,9622,'thwma_order_shipping_status','wc-pending'),(87183,9623,'thwma_order_shipping_status','wc-pending'),(87184,9624,'thwma_order_shipping_status','wc-pending'),(87185,9634,'_product_id','318'),(87186,9634,'_variation_id','0'),(87187,9634,'_qty','10'),(87188,9634,'_tax_class',''),(87189,9634,'_line_subtotal','30'),(87190,9634,'_line_subtotal_tax','0'),(87191,9634,'_line_total','30'),(87192,9634,'_line_tax','0'),(87193,9634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87194,9635,'_product_id','148'),(87195,9635,'_variation_id','0'),(87196,9635,'_qty','5'),(87197,9635,'_tax_class',''),(87198,9635,'_line_subtotal','41.25'),(87199,9635,'_line_subtotal_tax','0'),(87200,9635,'_line_total','41.25'),(87201,9635,'_line_tax','0'),(87202,9635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87203,9636,'_product_id','133'),(87204,9636,'_variation_id','0'),(87205,9636,'_qty','5'),(87206,9636,'_tax_class',''),(87207,9636,'_line_subtotal','71.5'),(87208,9636,'_line_subtotal_tax','0'),(87209,9636,'_line_total','71.5'),(87210,9636,'_line_tax','0'),(87211,9636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87212,9637,'_product_id','131'),(87213,9637,'_variation_id','0'),(87214,9637,'_qty','5'),(87215,9637,'_tax_class',''),(87216,9637,'_line_subtotal','63.25'),(87217,9637,'_line_subtotal_tax','0'),(87218,9637,'_line_total','63.25'),(87219,9637,'_line_tax','0'),(87220,9637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87221,9638,'_product_id','490'),(87222,9638,'_variation_id','0'),(87223,9638,'_qty','10'),(87224,9638,'_tax_class',''),(87225,9638,'_line_subtotal','196'),(87226,9638,'_line_subtotal_tax','0'),(87227,9638,'_line_total','196'),(87228,9638,'_line_tax','0'),(87229,9638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87230,9639,'method_id','fedex'),(87231,9639,'instance_id','1'),(87232,9639,'cost','39.37'),(87233,9639,'total_tax','0'),(87234,9639,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87235,9639,'Package 1','14 × 14 × 14 (in) 28.35lbs × 1'),(87236,9639,'Package 2','17 × 14 × 10 (in) 38.65lbs × 1'),(87237,9640,'_product_id','131'),(87238,9640,'_variation_id','0'),(87239,9640,'_qty','4'),(87240,9640,'_tax_class',''),(87241,9640,'_line_subtotal','50.6'),(87242,9640,'_line_subtotal_tax','0'),(87243,9640,'_line_total','50.6'),(87244,9640,'_line_tax','0'),(87245,9640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87246,9641,'method_id','fedex'),(87247,9641,'instance_id','1'),(87248,9641,'cost','16.38'),(87249,9641,'total_tax','0'),(87250,9641,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87251,9641,'Package 1','17 × 14 × 10 (in) 10.2lbs × 1'),(87252,9642,'_product_id','39'),(87253,9642,'_variation_id','0'),(87254,9642,'_qty','1'),(87255,9642,'_tax_class',''),(87256,9642,'_line_subtotal','79.2'),(87257,9642,'_line_subtotal_tax','0'),(87258,9642,'_line_total','79.2'),(87259,9642,'_line_tax','0'),(87260,9642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87261,9642,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(87262,9643,'method_id','fedex'),(87263,9643,'instance_id','1'),(87264,9643,'cost','16.30'),(87265,9643,'total_tax','0'),(87266,9643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87267,9643,'Package 1','11.25 × 8.75 × 7.75 (in) 7.99lbs × 1'),(87268,9643,'Items','Preventive Shampoo<br>(Case of 12) × 1'),(87274,9644,'_product_id','23'),(87275,9644,'_variation_id','0'),(87276,9644,'_qty','2'),(87277,9644,'_tax_class',''),(87278,9644,'_line_subtotal','137.08'),(87279,9644,'_line_subtotal_tax','0'),(87280,9644,'_line_total','137.08'),(87281,9644,'_line_tax','0'),(87282,9644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87283,9645,'method_id','fedex'),(87284,9645,'instance_id','1'),(87285,9645,'cost','18.64'),(87286,9645,'total_tax','0'),(87287,9645,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87288,9645,'Package 1','17 × 14 × 10 (in) 15.6lbs × 1'),(87294,9634,'thwma_order_shipping_status','wc-pending'),(87295,9635,'thwma_order_shipping_status','wc-pending'),(87296,9636,'thwma_order_shipping_status','wc-pending'),(87297,9637,'thwma_order_shipping_status','wc-pending'),(87298,9638,'thwma_order_shipping_status','wc-pending'),(87299,9642,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(87300,9646,'_product_id','23'),(87301,9646,'_variation_id','0'),(87302,9646,'_qty','3'),(87303,9646,'_tax_class',''),(87304,9646,'_line_subtotal','205.62'),(87305,9646,'_line_subtotal_tax','0'),(87306,9646,'_line_total','205.62'),(87307,9646,'_line_tax','0'),(87308,9646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87309,9647,'_product_id','41'),(87310,9647,'_variation_id','0'),(87311,9647,'_qty','3'),(87312,9647,'_tax_class',''),(87313,9647,'_line_subtotal','199.44'),(87314,9647,'_line_subtotal_tax','0'),(87315,9647,'_line_total','199.44'),(87316,9647,'_line_tax','0'),(87317,9647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87318,9648,'_product_id','45'),(87319,9648,'_variation_id','0'),(87320,9648,'_qty','1'),(87321,9648,'_tax_class',''),(87322,9648,'_line_subtotal','42.24'),(87323,9648,'_line_subtotal_tax','0'),(87324,9648,'_line_total','42.24'),(87325,9648,'_line_tax','0'),(87326,9648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87327,9649,'_product_id','93'),(87328,9649,'_variation_id','0'),(87329,9649,'_qty','10'),(87330,9649,'_tax_class',''),(87331,9649,'_line_subtotal','0'),(87332,9649,'_line_subtotal_tax','0'),(87333,9649,'_line_total','0'),(87334,9649,'_line_tax','0'),(87335,9649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87336,9650,'_product_id','133'),(87337,9650,'_variation_id','0'),(87338,9650,'_qty','2'),(87339,9650,'_tax_class',''),(87340,9650,'_line_subtotal','28.6'),(87341,9650,'_line_subtotal_tax','0'),(87342,9650,'_line_total','28.6'),(87343,9650,'_line_tax','0'),(87344,9650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87345,9651,'_product_id','43'),(87346,9651,'_variation_id','0'),(87347,9651,'_qty','1'),(87348,9651,'_tax_class',''),(87349,9651,'_line_subtotal','79.2'),(87350,9651,'_line_subtotal_tax','0'),(87351,9651,'_line_total','79.2'),(87352,9651,'_line_tax','0'),(87353,9651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87354,9652,'_product_id','49'),(87355,9652,'_variation_id','0'),(87356,9652,'_qty','2'),(87357,9652,'_tax_class',''),(87358,9652,'_line_subtotal','158.4'),(87359,9652,'_line_subtotal_tax','0'),(87360,9652,'_line_total','158.4'),(87361,9652,'_line_tax','0'),(87362,9652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87363,9653,'method_id','free_shipping'),(87364,9653,'instance_id','2'),(87365,9653,'cost','0.00'),(87366,9653,'total_tax','0'),(87367,9653,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87368,9653,'Items','Active Rinse 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(87376,9654,'_product_id','23'),(87377,9654,'_variation_id','0'),(87378,9654,'_qty','2'),(87379,9654,'_tax_class',''),(87380,9654,'_line_subtotal','137.08'),(87381,9654,'_line_subtotal_tax','0'),(87382,9654,'_line_total','137.08'),(87383,9654,'_line_tax','0'),(87384,9654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87385,9655,'_product_id','45'),(87386,9655,'_variation_id','0'),(87387,9655,'_qty','4'),(87388,9655,'_tax_class',''),(87389,9655,'_line_subtotal','168.96'),(87390,9655,'_line_subtotal_tax','0'),(87391,9655,'_line_total','168.96'),(87392,9655,'_line_tax','0'),(87393,9655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87394,9656,'_product_id','41'),(87395,9656,'_variation_id','0'),(87396,9656,'_qty','3'),(87397,9656,'_tax_class',''),(87398,9656,'_line_subtotal','199.44'),(87399,9656,'_line_subtotal_tax','0'),(87400,9656,'_line_total','199.44'),(87401,9656,'_line_tax','0'),(87402,9656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87403,9657,'_product_id','120'),(87404,9657,'_variation_id','0'),(87405,9657,'_qty','2'),(87406,9657,'_tax_class',''),(87407,9657,'_line_subtotal','105.6'),(87408,9657,'_line_subtotal_tax','0'),(87409,9657,'_line_total','105.6'),(87410,9657,'_line_tax','0'),(87411,9657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87412,9658,'_product_id','490'),(87413,9658,'_variation_id','0'),(87414,9658,'_qty','20'),(87415,9658,'_tax_class',''),(87416,9658,'_line_subtotal','392'),(87417,9658,'_line_subtotal_tax','0'),(87418,9658,'_line_total','392'),(87419,9658,'_line_tax','0'),(87420,9658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87421,9659,'_product_id','488'),(87422,9659,'_variation_id','0'),(87423,9659,'_qty','1'),(87424,9659,'_tax_class',''),(87425,9659,'_line_subtotal','31.35'),(87426,9659,'_line_subtotal_tax','0'),(87427,9659,'_line_total','31.35'),(87428,9659,'_line_tax','0'),(87429,9659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87430,9660,'_product_id','487'),(87431,9660,'_variation_id','0'),(87432,9660,'_qty','1'),(87433,9660,'_tax_class',''),(87434,9660,'_line_subtotal','31.35'),(87435,9660,'_line_subtotal_tax','0'),(87436,9660,'_line_total','31.35'),(87437,9660,'_line_tax','0'),(87438,9660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87439,9661,'_product_id','43'),(87440,9661,'_variation_id','0'),(87441,9661,'_qty','1'),(87442,9661,'_tax_class',''),(87443,9661,'_line_subtotal','79.2'),(87444,9661,'_line_subtotal_tax','0'),(87445,9661,'_line_total','79.2'),(87446,9661,'_line_tax','0'),(87447,9661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87448,9662,'_product_id','49'),(87449,9662,'_variation_id','0'),(87450,9662,'_qty','1'),(87451,9662,'_tax_class',''),(87452,9662,'_line_subtotal','79.2'),(87453,9662,'_line_subtotal_tax','0'),(87454,9662,'_line_total','79.2'),(87455,9662,'_line_tax','0'),(87456,9662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87457,9663,'method_id','free_shipping'),(87458,9663,'instance_id','2'),(87459,9663,'cost','0.00'),(87460,9663,'total_tax','0'),(87461,9663,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87462,9663,'Items','Active Rinse 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(87463,9664,'_product_id','23'),(87464,9664,'_variation_id','0'),(87465,9664,'_qty','5'),(87466,9664,'_tax_class',''),(87467,9664,'_line_subtotal','342.7'),(87468,9664,'_line_subtotal_tax','0'),(87469,9664,'_line_total','342.7'),(87470,9664,'_line_tax','0'),(87471,9664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87472,9665,'_product_id','93'),(87473,9665,'_variation_id','0'),(87474,9665,'_qty','10'),(87475,9665,'_tax_class',''),(87476,9665,'_line_subtotal','0'),(87477,9665,'_line_subtotal_tax','0'),(87478,9665,'_line_total','0'),(87479,9665,'_line_tax','0'),(87480,9665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87481,9666,'method_id','fedex'),(87482,9666,'instance_id','1'),(87483,9666,'cost','36.19'),(87484,9666,'total_tax','0'),(87485,9666,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87486,9666,'Package 1','17 × 14 × 10 (in) 41.8lbs × 1'),(87487,9666,'Package 2','17 × 14 × 10 (in) 18.2lbs × 1'),(87488,9667,'_product_id','23'),(87489,9667,'_variation_id','0'),(87490,9667,'_qty','3'),(87491,9667,'_tax_class',''),(87492,9667,'_line_subtotal','205.62'),(87493,9667,'_line_subtotal_tax','0'),(87494,9667,'_line_total','205.62'),(87495,9667,'_line_tax','0'),(87496,9667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87497,9668,'_product_id','487'),(87498,9668,'_variation_id','0'),(87499,9668,'_qty','1'),(87500,9668,'_tax_class',''),(87501,9668,'_line_subtotal','31.35'),(87502,9668,'_line_subtotal_tax','0'),(87503,9668,'_line_total','31.35'),(87504,9668,'_line_tax','0'),(87505,9668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87506,9669,'_product_id','38'),(87507,9669,'_variation_id','0'),(87508,9669,'_qty','2'),(87509,9669,'_tax_class',''),(87510,9669,'_line_subtotal','331.52'),(87511,9669,'_line_subtotal_tax','0'),(87512,9669,'_line_total','331.52'),(87513,9669,'_line_tax','0'),(87514,9669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87515,9670,'_product_id','490'),(87516,9670,'_variation_id','0'),(87517,9670,'_qty','10'),(87518,9670,'_tax_class',''),(87519,9670,'_line_subtotal','196'),(87520,9670,'_line_subtotal_tax','0'),(87521,9670,'_line_total','196'),(87522,9670,'_line_tax','0'),(87523,9670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87524,9671,'method_id','free_shipping'),(87525,9671,'instance_id','2'),(87526,9671,'cost','0.00'),(87527,9671,'total_tax','0'),(87528,9671,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87529,9671,'Items','Active Rinse 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(87532,9672,'_product_id','118'),(87533,9672,'_variation_id','0'),(87534,9672,'_qty','5'),(87535,9672,'_tax_class',''),(87536,9672,'_line_subtotal','924'),(87537,9672,'_line_subtotal_tax','0'),(87538,9672,'_line_total','924'),(87539,9672,'_line_tax','0'),(87540,9672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87541,9673,'_product_id','51'),(87542,9673,'_variation_id','0'),(87543,9673,'_qty','5'),(87544,9673,'_tax_class',''),(87545,9673,'_line_subtotal','739.2'),(87546,9673,'_line_subtotal_tax','0'),(87547,9673,'_line_total','739.2'),(87548,9673,'_line_tax','0'),(87549,9673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87550,9674,'_product_id','44'),(87551,9674,'_variation_id','0'),(87552,9674,'_qty','5'),(87553,9674,'_tax_class',''),(87554,9674,'_line_subtotal','580.8'),(87555,9674,'_line_subtotal_tax','0'),(87556,9674,'_line_total','580.8'),(87557,9674,'_line_tax','0'),(87558,9674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87559,9675,'_product_id','41'),(87560,9675,'_variation_id','0'),(87561,9675,'_qty','3'),(87562,9675,'_tax_class',''),(87563,9675,'_line_subtotal','199.44'),(87564,9675,'_line_subtotal_tax','0'),(87565,9675,'_line_total','199.44'),(87566,9675,'_line_tax','0'),(87567,9675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87568,9676,'method_id','free_shipping'),(87569,9676,'instance_id','2'),(87570,9676,'cost','0.00'),(87571,9676,'total_tax','0'),(87572,9676,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87573,9676,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 5, Urgent Care Kit(Case of 6) &times; 5, Preventive Kit(Case of 6) &times; 5, Professional Lice Comb(Case of 12) &times; 3'),(87574,9677,'_product_id','118'),(87575,9677,'_variation_id','0'),(87576,9677,'_qty','5'),(87577,9677,'_tax_class',''),(87578,9677,'_line_subtotal','924'),(87579,9677,'_line_subtotal_tax','0'),(87580,9677,'_line_total','924'),(87581,9677,'_line_tax','0'),(87582,9677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87583,9678,'_product_id','51'),(87584,9678,'_variation_id','0'),(87585,9678,'_qty','5'),(87586,9678,'_tax_class',''),(87587,9678,'_line_subtotal','739.2'),(87588,9678,'_line_subtotal_tax','0'),(87589,9678,'_line_total','739.2'),(87590,9678,'_line_tax','0'),(87591,9678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87592,9679,'_product_id','44'),(87593,9679,'_variation_id','0'),(87594,9679,'_qty','5'),(87595,9679,'_tax_class',''),(87596,9679,'_line_subtotal','580.8'),(87597,9679,'_line_subtotal_tax','0'),(87598,9679,'_line_total','580.8'),(87599,9679,'_line_tax','0'),(87600,9679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87601,9680,'_product_id','41'),(87602,9680,'_variation_id','0'),(87603,9680,'_qty','3'),(87604,9680,'_tax_class',''),(87605,9680,'_line_subtotal','199.44'),(87606,9680,'_line_subtotal_tax','0'),(87607,9680,'_line_total','199.44'),(87608,9680,'_line_tax','0'),(87609,9680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87610,9681,'method_id','free_shipping'),(87611,9681,'instance_id','2'),(87612,9681,'cost','0.00'),(87613,9681,'total_tax','0'),(87614,9681,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87615,9681,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 5, Urgent Care Kit(Case of 6) &times; 5, Preventive Kit(Case of 6) &times; 5, Professional Lice Comb(Case of 12) &times; 3'),(87616,9667,'thwma_order_shipping_status','wc-pending'),(87617,9668,'thwma_order_shipping_status','wc-pending'),(87618,9669,'thwma_order_shipping_status','wc-pending'),(87619,9670,'thwma_order_shipping_status','wc-pending'),(87620,9654,'thwma_order_shipping_status','wc-pending'),(87621,9655,'thwma_order_shipping_status','wc-pending'),(87622,9656,'thwma_order_shipping_status','wc-pending'),(87623,9657,'thwma_order_shipping_status','wc-pending'),(87624,9658,'thwma_order_shipping_status','wc-pending'),(87625,9659,'thwma_order_shipping_status','wc-pending'),(87626,9660,'thwma_order_shipping_status','wc-pending'),(87627,9661,'thwma_order_shipping_status','wc-pending'),(87628,9662,'thwma_order_shipping_status','wc-pending'),(87629,9614,'thwma_order_shipping_status','wc-pending'),(87630,9615,'thwma_order_shipping_status','wc-pending'),(87631,9616,'thwma_order_shipping_status','wc-pending'),(87632,9617,'thwma_order_shipping_status','wc-pending'),(87633,9618,'thwma_order_shipping_status','wc-pending'),(87634,9682,'_product_id','118'),(87635,9682,'_variation_id','0'),(87636,9682,'_qty','5'),(87637,9682,'_tax_class',''),(87638,9682,'_line_subtotal','924'),(87639,9682,'_line_subtotal_tax','0'),(87640,9682,'_line_total','924'),(87641,9682,'_line_tax','0'),(87642,9682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87643,9683,'_product_id','51'),(87644,9683,'_variation_id','0'),(87645,9683,'_qty','5'),(87646,9683,'_tax_class',''),(87647,9683,'_line_subtotal','739.2'),(87648,9683,'_line_subtotal_tax','0'),(87649,9683,'_line_total','739.2'),(87650,9683,'_line_tax','0'),(87651,9683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87652,9684,'_product_id','44'),(87653,9684,'_variation_id','0'),(87654,9684,'_qty','5'),(87655,9684,'_tax_class',''),(87656,9684,'_line_subtotal','580.8'),(87657,9684,'_line_subtotal_tax','0'),(87658,9684,'_line_total','580.8'),(87659,9684,'_line_tax','0'),(87660,9684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87661,9685,'_product_id','41'),(87662,9685,'_variation_id','0'),(87663,9685,'_qty','3'),(87664,9685,'_tax_class',''),(87665,9685,'_line_subtotal','199.44'),(87666,9685,'_line_subtotal_tax','0'),(87667,9685,'_line_total','199.44'),(87668,9685,'_line_tax','0'),(87669,9685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87670,9686,'method_id','free_shipping'),(87671,9686,'instance_id','2'),(87672,9686,'cost','0.00'),(87673,9686,'total_tax','0'),(87674,9686,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87675,9686,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 5, Urgent Care Kit(Case of 6) &times; 5, Preventive Kit(Case of 6) &times; 5, Professional Lice Comb(Case of 12) &times; 3'),(87676,9687,'_product_id','42'),(87677,9687,'_variation_id','0'),(87678,9687,'_qty','1'),(87679,9687,'_tax_class',''),(87680,9687,'_line_subtotal','79.2'),(87681,9687,'_line_subtotal_tax','0'),(87682,9687,'_line_total','79.2'),(87683,9687,'_line_tax','0'),(87684,9687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87685,9688,'_product_id','45'),(87686,9688,'_variation_id','0'),(87687,9688,'_qty','2'),(87688,9688,'_tax_class',''),(87689,9688,'_line_subtotal','84.48'),(87690,9688,'_line_subtotal_tax','0'),(87691,9688,'_line_total','84.48'),(87692,9688,'_line_tax','0'),(87693,9688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87694,9689,'_product_id','41'),(87695,9689,'_variation_id','0'),(87696,9689,'_qty','5'),(87697,9689,'_tax_class',''),(87698,9689,'_line_subtotal','332.4'),(87699,9689,'_line_subtotal_tax','0'),(87700,9689,'_line_total','332.4'),(87701,9689,'_line_tax','0'),(87702,9689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87703,9690,'_product_id','116'),(87704,9690,'_variation_id','0'),(87705,9690,'_qty','1'),(87706,9690,'_tax_class',''),(87707,9690,'_line_subtotal','145.44'),(87708,9690,'_line_subtotal_tax','0'),(87709,9690,'_line_total','145.44'),(87710,9690,'_line_tax','0'),(87711,9690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87712,9691,'_product_id','120'),(87713,9691,'_variation_id','0'),(87714,9691,'_qty','1'),(87715,9691,'_tax_class',''),(87716,9691,'_line_subtotal','52.8'),(87717,9691,'_line_subtotal_tax','0'),(87718,9691,'_line_total','52.8'),(87719,9691,'_line_tax','0'),(87720,9691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87721,9692,'_product_id','39'),(87722,9692,'_variation_id','0'),(87723,9692,'_qty','1'),(87724,9692,'_tax_class',''),(87725,9692,'_line_subtotal','79.2'),(87726,9692,'_line_subtotal_tax','0'),(87727,9692,'_line_total','79.2'),(87728,9692,'_line_tax','0'),(87729,9692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87730,9693,'_product_id','40'),(87731,9693,'_variation_id','0'),(87732,9693,'_qty','1'),(87733,9693,'_tax_class',''),(87734,9693,'_line_subtotal','79.2'),(87735,9693,'_line_subtotal_tax','0'),(87736,9693,'_line_total','79.2'),(87737,9693,'_line_tax','0'),(87738,9693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87739,9694,'_product_id','43'),(87740,9694,'_variation_id','0'),(87741,9694,'_qty','2'),(87742,9694,'_tax_class',''),(87743,9694,'_line_subtotal','158.4'),(87744,9694,'_line_subtotal_tax','0'),(87745,9694,'_line_total','158.4'),(87746,9694,'_line_tax','0'),(87747,9694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87748,9695,'_product_id','49'),(87749,9695,'_variation_id','0'),(87750,9695,'_qty','2'),(87751,9695,'_tax_class',''),(87752,9695,'_line_subtotal','158.4'),(87753,9695,'_line_subtotal_tax','0'),(87754,9695,'_line_total','158.4'),(87755,9695,'_line_tax','0'),(87756,9695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87757,9696,'_product_id','133'),(87758,9696,'_variation_id','0'),(87759,9696,'_qty','1'),(87760,9696,'_tax_class',''),(87761,9696,'_line_subtotal','14.3'),(87762,9696,'_line_subtotal_tax','0'),(87763,9696,'_line_total','14.3'),(87764,9696,'_line_tax','0'),(87765,9696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87766,9697,'_product_id','318'),(87767,9697,'_variation_id','0'),(87768,9697,'_qty','3'),(87769,9697,'_tax_class',''),(87770,9697,'_line_subtotal','9'),(87771,9697,'_line_subtotal_tax','0'),(87772,9697,'_line_total','9'),(87773,9697,'_line_tax','0'),(87774,9697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87775,9698,'method_id','free_shipping'),(87776,9698,'instance_id','2'),(87777,9698,'cost','0.00'),(87778,9698,'total_tax','0'),(87779,9698,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87780,9698,'Items','Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 1, Goomee 4 Pack &times; 3'),(87781,9699,'_product_id','41'),(87782,9699,'_variation_id','0'),(87783,9699,'_qty','2'),(87784,9699,'_tax_class',''),(87785,9699,'_line_subtotal','132.96'),(87786,9699,'_line_subtotal_tax','0'),(87787,9699,'_line_total','132.96'),(87788,9699,'_line_tax','0'),(87789,9699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87790,9700,'_product_id','120'),(87791,9700,'_variation_id','0'),(87792,9700,'_qty','1'),(87793,9700,'_tax_class',''),(87794,9700,'_line_subtotal','52.8'),(87795,9700,'_line_subtotal_tax','0'),(87796,9700,'_line_total','52.8'),(87797,9700,'_line_tax','0'),(87798,9700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87799,9701,'_product_id','43'),(87800,9701,'_variation_id','0'),(87801,9701,'_qty','2'),(87802,9701,'_tax_class',''),(87803,9701,'_line_subtotal','158.4'),(87804,9701,'_line_subtotal_tax','0'),(87805,9701,'_line_total','158.4'),(87806,9701,'_line_tax','0'),(87807,9701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87808,9702,'_product_id','49'),(87809,9702,'_variation_id','0'),(87810,9702,'_qty','2'),(87811,9702,'_tax_class',''),(87812,9702,'_line_subtotal','158.4'),(87813,9702,'_line_subtotal_tax','0'),(87814,9702,'_line_total','158.4'),(87815,9702,'_line_tax','0'),(87816,9702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87817,9703,'_product_id','133'),(87818,9703,'_variation_id','0'),(87819,9703,'_qty','2'),(87820,9703,'_tax_class',''),(87821,9703,'_line_subtotal','28.6'),(87822,9703,'_line_subtotal_tax','0'),(87823,9703,'_line_total','28.6'),(87824,9703,'_line_tax','0'),(87825,9703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87826,9704,'_product_id','318'),(87827,9704,'_variation_id','0'),(87828,9704,'_qty','2'),(87829,9704,'_tax_class',''),(87830,9704,'_line_subtotal','6'),(87831,9704,'_line_subtotal_tax','0'),(87832,9704,'_line_total','6'),(87833,9704,'_line_tax','0'),(87834,9704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87835,9705,'_product_id','116'),(87836,9705,'_variation_id','0'),(87837,9705,'_qty','1'),(87838,9705,'_tax_class',''),(87839,9705,'_line_subtotal','145.44'),(87840,9705,'_line_subtotal_tax','0'),(87841,9705,'_line_total','145.44'),(87842,9705,'_line_tax','0'),(87843,9705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87844,9706,'method_id','free_shipping'),(87845,9706,'instance_id','2'),(87846,9706,'cost','0.00'),(87847,9706,'total_tax','0'),(87848,9706,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87849,9706,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 2, Goomee 4 Pack &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1'),(87850,9707,'_product_id','488'),(87851,9707,'_variation_id','0'),(87852,9707,'_qty','1'),(87853,9707,'_tax_class',''),(87854,9707,'_line_subtotal','31.35'),(87855,9707,'_line_subtotal_tax','0'),(87856,9707,'_line_total','31.35'),(87857,9707,'_line_tax','0'),(87858,9707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87859,9708,'_product_id','487'),(87860,9708,'_variation_id','0'),(87861,9708,'_qty','1'),(87862,9708,'_tax_class',''),(87863,9708,'_line_subtotal','31.35'),(87864,9708,'_line_subtotal_tax','0'),(87865,9708,'_line_total','31.35'),(87866,9708,'_line_tax','0'),(87867,9708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87868,9709,'_product_id','490'),(87869,9709,'_variation_id','0'),(87870,9709,'_qty','3'),(87871,9709,'_tax_class',''),(87872,9709,'_line_subtotal','58.8'),(87873,9709,'_line_subtotal_tax','0'),(87874,9709,'_line_total','58.8'),(87875,9709,'_line_tax','0'),(87876,9709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87877,9710,'_product_id','45'),(87878,9710,'_variation_id','0'),(87879,9710,'_qty','2'),(87880,9710,'_tax_class',''),(87881,9710,'_line_subtotal','84.48'),(87882,9710,'_line_subtotal_tax','0'),(87883,9710,'_line_total','84.48'),(87884,9710,'_line_tax','0'),(87885,9710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87886,9711,'method_id','fedex'),(87887,9711,'instance_id','1'),(87888,9711,'cost','28.80'),(87889,9711,'total_tax','0'),(87890,9711,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87891,9711,'Package 1','17 × 14 × 10 (in) 38.15lbs × 1'),(87892,9712,'_product_id','45'),(87893,9712,'_variation_id','0'),(87894,9712,'_qty','2'),(87895,9712,'_tax_class',''),(87896,9712,'_line_subtotal','84.48'),(87897,9712,'_line_subtotal_tax','0'),(87898,9712,'_line_total','84.48'),(87899,9712,'_line_tax','0'),(87900,9712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87901,9713,'_product_id','23'),(87902,9713,'_variation_id','0'),(87903,9713,'_qty','1'),(87904,9713,'_tax_class',''),(87905,9713,'_line_subtotal','68.54'),(87906,9713,'_line_subtotal_tax','0'),(87907,9713,'_line_total','68.54'),(87908,9713,'_line_tax','0'),(87909,9713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87910,9714,'_product_id','51'),(87911,9714,'_variation_id','0'),(87912,9714,'_qty','1'),(87913,9714,'_tax_class',''),(87914,9714,'_line_subtotal','147.84'),(87915,9714,'_line_subtotal_tax','0'),(87916,9714,'_line_total','147.84'),(87917,9714,'_line_tax','0'),(87918,9714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87919,9715,'_product_id','49'),(87920,9715,'_variation_id','0'),(87921,9715,'_qty','1'),(87922,9715,'_tax_class',''),(87923,9715,'_line_subtotal','79.2'),(87924,9715,'_line_subtotal_tax','0'),(87925,9715,'_line_total','79.2'),(87926,9715,'_line_tax','0'),(87927,9715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87928,9716,'_product_id','44'),(87929,9716,'_variation_id','0'),(87930,9716,'_qty','1'),(87931,9716,'_tax_class',''),(87932,9716,'_line_subtotal','116.16'),(87933,9716,'_line_subtotal_tax','0'),(87934,9716,'_line_total','116.16'),(87935,9716,'_line_tax','0'),(87936,9716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87937,9717,'_product_id','490'),(87938,9717,'_variation_id','0'),(87939,9717,'_qty','8'),(87940,9717,'_tax_class',''),(87941,9717,'_line_subtotal','156.8'),(87942,9717,'_line_subtotal_tax','0'),(87943,9717,'_line_total','156.8'),(87944,9717,'_line_tax','0'),(87945,9717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87946,9718,'method_id','free_shipping'),(87947,9718,'instance_id','2'),(87948,9718,'cost','0.00'),(87949,9718,'total_tax','0'),(87950,9718,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(87951,9718,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 8'),(87952,9664,'thwma_order_shipping_status','wc-pending'),(87953,9665,'thwma_order_shipping_status','wc-pending'),(87954,9646,'thwma_order_shipping_status','wc-pending'),(87955,9647,'thwma_order_shipping_status','wc-pending'),(87956,9648,'thwma_order_shipping_status','wc-pending'),(87957,9649,'thwma_order_shipping_status','wc-pending'),(87958,9650,'thwma_order_shipping_status','wc-pending'),(87959,9651,'thwma_order_shipping_status','wc-pending'),(87960,9652,'thwma_order_shipping_status','wc-pending'),(87961,9682,'thwma_order_shipping_status','wc-pending'),(87962,9683,'thwma_order_shipping_status','wc-pending'),(87963,9684,'thwma_order_shipping_status','wc-pending'),(87964,9685,'thwma_order_shipping_status','wc-pending'),(87965,9687,'thwma_order_shipping_status','wc-pending'),(87966,9688,'thwma_order_shipping_status','wc-pending'),(87967,9689,'thwma_order_shipping_status','wc-pending'),(87968,9690,'thwma_order_shipping_status','wc-pending'),(87969,9691,'thwma_order_shipping_status','wc-pending'),(87970,9692,'thwma_order_shipping_status','wc-pending'),(87971,9693,'thwma_order_shipping_status','wc-pending'),(87972,9694,'thwma_order_shipping_status','wc-pending'),(87973,9695,'thwma_order_shipping_status','wc-pending'),(87974,9696,'thwma_order_shipping_status','wc-pending'),(87975,9697,'thwma_order_shipping_status','wc-pending'),(87976,9699,'thwma_order_shipping_status','wc-pending'),(87977,9700,'thwma_order_shipping_status','wc-pending'),(87978,9701,'thwma_order_shipping_status','wc-pending'),(87979,9702,'thwma_order_shipping_status','wc-pending'),(87980,9703,'thwma_order_shipping_status','wc-pending'),(87981,9704,'thwma_order_shipping_status','wc-pending'),(87982,9705,'thwma_order_shipping_status','wc-pending'),(87983,9719,'_product_id','49'),(87984,9719,'_variation_id','0'),(87985,9719,'_qty','3'),(87986,9719,'_tax_class',''),(87987,9719,'_line_subtotal','237.6'),(87988,9719,'_line_subtotal_tax','0'),(87989,9719,'_line_total','237.6'),(87990,9719,'_line_tax','0'),(87991,9719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(87992,9720,'_product_id','45'),(87993,9720,'_variation_id','0'),(87994,9720,'_qty','2'),(87995,9720,'_tax_class',''),(87996,9720,'_line_subtotal','84.48'),(87997,9720,'_line_subtotal_tax','0'),(87998,9720,'_line_total','84.48'),(87999,9720,'_line_tax','0'),(88000,9720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88001,9721,'method_id','fedex'),(88002,9721,'instance_id','1'),(88003,9721,'cost','36.80'),(88004,9721,'total_tax','0'),(88005,9721,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88006,9721,'Package 1','17 × 14 × 10 (in) 39.4lbs × 1'),(88007,9722,'_product_id','23'),(88008,9722,'_variation_id','0'),(88009,9722,'_qty','3'),(88010,9722,'_tax_class',''),(88011,9722,'_line_subtotal','205.62'),(88012,9722,'_line_subtotal_tax','0'),(88013,9722,'_line_total','205.62'),(88014,9722,'_line_tax','0'),(88015,9722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88016,9723,'method_id','fedex'),(88017,9723,'instance_id','1'),(88018,9723,'cost','16.30'),(88019,9723,'total_tax','0'),(88020,9723,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88021,9723,'Package 1','17 × 14 × 10 (in) 22.9lbs × 1'),(88022,9724,'_product_id','41'),(88023,9724,'_variation_id','0'),(88024,9724,'_qty','1'),(88025,9724,'_tax_class',''),(88026,9724,'_line_subtotal','66.48'),(88027,9724,'_line_subtotal_tax','0'),(88028,9724,'_line_total','66.48'),(88029,9724,'_line_tax','0'),(88030,9724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88031,9725,'_product_id','43'),(88032,9725,'_variation_id','0'),(88033,9725,'_qty','1'),(88034,9725,'_tax_class',''),(88035,9725,'_line_subtotal','79.2'),(88036,9725,'_line_subtotal_tax','0'),(88037,9725,'_line_total','79.2'),(88038,9725,'_line_tax','0'),(88039,9725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88040,9726,'_product_id','490'),(88041,9726,'_variation_id','0'),(88042,9726,'_qty','5'),(88043,9726,'_tax_class',''),(88044,9726,'_line_subtotal','98'),(88045,9726,'_line_subtotal_tax','0'),(88046,9726,'_line_total','98'),(88047,9726,'_line_tax','0'),(88048,9726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88049,9727,'method_id','fedex'),(88050,9727,'instance_id','1'),(88051,9727,'cost','18.00'),(88052,9727,'total_tax','0'),(88053,9727,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88054,9727,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(88055,9728,'_product_id','23'),(88056,9728,'_variation_id','0'),(88057,9728,'_qty','3'),(88058,9728,'_tax_class',''),(88059,9728,'_line_subtotal','205.62'),(88060,9728,'_line_subtotal_tax','0'),(88061,9728,'_line_total','205.62'),(88062,9728,'_line_tax','0'),(88063,9728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88064,9729,'_product_id','44'),(88065,9729,'_variation_id','0'),(88066,9729,'_qty','3'),(88067,9729,'_tax_class',''),(88068,9729,'_line_subtotal','348.48'),(88069,9729,'_line_subtotal_tax','0'),(88070,9729,'_line_total','348.48'),(88071,9729,'_line_tax','0'),(88072,9729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88073,9730,'_product_id','49'),(88074,9730,'_variation_id','0'),(88075,9730,'_qty','1'),(88076,9730,'_tax_class',''),(88077,9730,'_line_subtotal','79.2'),(88078,9730,'_line_subtotal_tax','0'),(88079,9730,'_line_total','79.2'),(88080,9730,'_line_tax','0'),(88081,9730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88082,9731,'_product_id','40'),(88083,9731,'_variation_id','0'),(88084,9731,'_qty','1'),(88085,9731,'_tax_class',''),(88086,9731,'_line_subtotal','79.2'),(88087,9731,'_line_subtotal_tax','0'),(88088,9731,'_line_total','79.2'),(88089,9731,'_line_tax','0'),(88090,9731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88091,9732,'_product_id','39'),(88092,9732,'_variation_id','0'),(88093,9732,'_qty','1'),(88094,9732,'_tax_class',''),(88095,9732,'_line_subtotal','79.2'),(88096,9732,'_line_subtotal_tax','0'),(88097,9732,'_line_total','79.2'),(88098,9732,'_line_tax','0'),(88099,9732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88100,9733,'_product_id','43'),(88101,9733,'_variation_id','0'),(88102,9733,'_qty','1'),(88103,9733,'_tax_class',''),(88104,9733,'_line_subtotal','79.2'),(88105,9733,'_line_subtotal_tax','0'),(88106,9733,'_line_total','79.2'),(88107,9733,'_line_tax','0'),(88108,9733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88109,9734,'_product_id','120'),(88110,9734,'_variation_id','0'),(88111,9734,'_qty','1'),(88112,9734,'_tax_class',''),(88113,9734,'_line_subtotal','52.8'),(88114,9734,'_line_subtotal_tax','0'),(88115,9734,'_line_total','52.8'),(88116,9734,'_line_tax','0'),(88117,9734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88118,9735,'_product_id','93'),(88119,9735,'_variation_id','0'),(88120,9735,'_qty','10'),(88121,9735,'_tax_class',''),(88122,9735,'_line_subtotal','0'),(88123,9735,'_line_subtotal_tax','0'),(88124,9735,'_line_total','0'),(88125,9735,'_line_tax','0'),(88126,9735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88127,9736,'method_id','free_shipping'),(88128,9736,'instance_id','2'),(88129,9736,'cost','0.00'),(88130,9736,'total_tax','0'),(88131,9736,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88132,9736,'Items','Active Rinse 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% &times; 10'),(88133,9719,'thwma_order_shipping_status','wc-pending'),(88134,9720,'thwma_order_shipping_status','wc-pending'),(88135,9712,'thwma_order_shipping_status','wc-pending'),(88136,9713,'thwma_order_shipping_status','wc-pending'),(88137,9714,'thwma_order_shipping_status','wc-pending'),(88138,9715,'thwma_order_shipping_status','wc-pending'),(88139,9716,'thwma_order_shipping_status','wc-pending'),(88140,9717,'thwma_order_shipping_status','wc-pending'),(88141,9707,'thwma_order_shipping_status','wc-pending'),(88142,9708,'thwma_order_shipping_status','wc-pending'),(88143,9709,'thwma_order_shipping_status','wc-pending'),(88144,9710,'thwma_order_shipping_status','wc-pending'),(88148,9724,'thwma_order_shipping_status','wc-pending'),(88149,9725,'thwma_order_shipping_status','wc-pending'),(88150,9726,'thwma_order_shipping_status','wc-pending'),(88151,9737,'_product_id','23'),(88152,9737,'_variation_id','0'),(88153,9737,'_qty','2'),(88154,9737,'_tax_class',''),(88155,9737,'_line_subtotal','137.08'),(88156,9737,'_line_subtotal_tax','0'),(88157,9737,'_line_total','137.08'),(88158,9737,'_line_tax','0'),(88159,9737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88160,9738,'_product_id','38'),(88161,9738,'_variation_id','0'),(88162,9738,'_qty','1'),(88163,9738,'_tax_class',''),(88164,9738,'_line_subtotal','165.76'),(88165,9738,'_line_subtotal_tax','0'),(88166,9738,'_line_total','165.76'),(88167,9738,'_line_tax','0'),(88168,9738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88169,9739,'_product_id','45'),(88170,9739,'_variation_id','0'),(88171,9739,'_qty','2'),(88172,9739,'_tax_class',''),(88173,9739,'_line_subtotal','84.48'),(88174,9739,'_line_subtotal_tax','0'),(88175,9739,'_line_total','84.48'),(88176,9739,'_line_tax','0'),(88177,9739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88178,9740,'_product_id','41'),(88179,9740,'_variation_id','0'),(88180,9740,'_qty','3'),(88181,9740,'_tax_class',''),(88182,9740,'_line_subtotal','199.44'),(88183,9740,'_line_subtotal_tax','0'),(88184,9740,'_line_total','199.44'),(88185,9740,'_line_tax','0'),(88186,9740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88187,9741,'_product_id','49'),(88188,9741,'_variation_id','0'),(88189,9741,'_qty','1'),(88190,9741,'_tax_class',''),(88191,9741,'_line_subtotal','79.2'),(88192,9741,'_line_subtotal_tax','0'),(88193,9741,'_line_total','79.2'),(88194,9741,'_line_tax','0'),(88195,9741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88196,9742,'_product_id','490'),(88197,9742,'_variation_id','0'),(88198,9742,'_qty','6'),(88199,9742,'_tax_class',''),(88200,9742,'_line_subtotal','117.6'),(88201,9742,'_line_subtotal_tax','0'),(88202,9742,'_line_total','117.6'),(88203,9742,'_line_tax','0'),(88204,9742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88205,9743,'_product_id','488'),(88206,9743,'_variation_id','0'),(88207,9743,'_qty','3'),(88208,9743,'_tax_class',''),(88209,9743,'_line_subtotal','94.05'),(88210,9743,'_line_subtotal_tax','0'),(88211,9743,'_line_total','94.05'),(88212,9743,'_line_tax','0'),(88213,9743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88214,9744,'method_id','free_shipping'),(88215,9744,'instance_id','2'),(88216,9744,'cost','0.00'),(88217,9744,'total_tax','0'),(88218,9744,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88219,9744,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 3'),(88220,9737,'thwma_order_shipping_status','wc-pending'),(88221,9738,'thwma_order_shipping_status','wc-pending'),(88222,9739,'thwma_order_shipping_status','wc-pending'),(88223,9740,'thwma_order_shipping_status','wc-pending'),(88224,9741,'thwma_order_shipping_status','wc-pending'),(88225,9742,'thwma_order_shipping_status','wc-pending'),(88226,9743,'thwma_order_shipping_status','wc-pending'),(88227,9745,'_product_id','99'),(88228,9745,'_variation_id','0'),(88229,9745,'_qty','2'),(88230,9745,'_tax_class',''),(88231,9745,'_line_subtotal','0'),(88232,9745,'_line_subtotal_tax','0'),(88233,9745,'_line_total','0'),(88234,9745,'_line_tax','0'),(88235,9745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88236,9746,'_product_id','93'),(88237,9746,'_variation_id','0'),(88238,9746,'_qty','4'),(88239,9746,'_tax_class',''),(88240,9746,'_line_subtotal','0'),(88241,9746,'_line_subtotal_tax','0'),(88242,9746,'_line_total','0'),(88243,9746,'_line_tax','0'),(88244,9746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88245,9747,'method_id','fedex'),(88246,9747,'instance_id','1'),(88247,9747,'cost','14.22'),(88248,9747,'total_tax','0'),(88249,9747,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88250,9747,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(88251,9748,'_product_id','23'),(88252,9748,'_variation_id','0'),(88253,9748,'_qty','2'),(88254,9748,'_tax_class',''),(88255,9748,'_line_subtotal','137.08'),(88256,9748,'_line_subtotal_tax','0'),(88257,9748,'_line_total','137.08'),(88258,9748,'_line_tax','0'),(88259,9748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88260,9749,'_product_id','38'),(88261,9749,'_variation_id','0'),(88262,9749,'_qty','1'),(88263,9749,'_tax_class',''),(88264,9749,'_line_subtotal','165.76'),(88265,9749,'_line_subtotal_tax','0'),(88266,9749,'_line_total','165.76'),(88267,9749,'_line_tax','0'),(88268,9749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88269,9750,'_product_id','41'),(88270,9750,'_variation_id','0'),(88271,9750,'_qty','2'),(88272,9750,'_tax_class',''),(88273,9750,'_line_subtotal','132.96'),(88274,9750,'_line_subtotal_tax','0'),(88275,9750,'_line_total','132.96'),(88276,9750,'_line_tax','0'),(88277,9750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88278,9751,'_product_id','39'),(88279,9751,'_variation_id','0'),(88280,9751,'_qty','1'),(88281,9751,'_tax_class',''),(88282,9751,'_line_subtotal','79.2'),(88283,9751,'_line_subtotal_tax','0'),(88284,9751,'_line_total','79.2'),(88285,9751,'_line_tax','0'),(88286,9751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88287,9752,'_product_id','40'),(88288,9752,'_variation_id','0'),(88289,9752,'_qty','1'),(88290,9752,'_tax_class',''),(88291,9752,'_line_subtotal','79.2'),(88292,9752,'_line_subtotal_tax','0'),(88293,9752,'_line_total','79.2'),(88294,9752,'_line_tax','0'),(88295,9752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88296,9753,'_product_id','43'),(88297,9753,'_variation_id','0'),(88298,9753,'_qty','1'),(88299,9753,'_tax_class',''),(88300,9753,'_line_subtotal','79.2'),(88301,9753,'_line_subtotal_tax','0'),(88302,9753,'_line_total','79.2'),(88303,9753,'_line_tax','0'),(88304,9753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88305,9754,'_product_id','44'),(88306,9754,'_variation_id','0'),(88307,9754,'_qty','1'),(88308,9754,'_tax_class',''),(88309,9754,'_line_subtotal','116.16'),(88310,9754,'_line_subtotal_tax','0'),(88311,9754,'_line_total','116.16'),(88312,9754,'_line_tax','0'),(88313,9754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88314,9755,'_product_id','490'),(88315,9755,'_variation_id','0'),(88316,9755,'_qty','7'),(88317,9755,'_tax_class',''),(88318,9755,'_line_subtotal','137.2'),(88319,9755,'_line_subtotal_tax','0'),(88320,9755,'_line_total','137.2'),(88321,9755,'_line_tax','0'),(88322,9755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88323,9756,'_product_id','487'),(88324,9756,'_variation_id','0'),(88325,9756,'_qty','1'),(88326,9756,'_tax_class',''),(88327,9756,'_line_subtotal','31.35'),(88328,9756,'_line_subtotal_tax','0'),(88329,9756,'_line_total','31.35'),(88330,9756,'_line_tax','0'),(88331,9756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88332,9757,'method_id','free_shipping'),(88333,9757,'instance_id','2'),(88334,9757,'cost','0.00'),(88335,9757,'total_tax','0'),(88336,9757,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88337,9757,'Items','Active Rinse 8oz(Case of 12) &times; 2, Active Rinse 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 7, Bulk Mousse 1 Gallon RM &times; 1'),(88338,9758,'_product_id','490'),(88339,9758,'_variation_id','0'),(88340,9758,'_qty','4'),(88341,9758,'_tax_class',''),(88342,9758,'_line_subtotal','78.4'),(88343,9758,'_line_subtotal_tax','0'),(88344,9758,'_line_total','78.4'),(88345,9758,'_line_tax','0'),(88346,9758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88347,9759,'method_id','fedex'),(88348,9759,'instance_id','1'),(88349,9759,'cost','13.26'),(88350,9759,'total_tax','0'),(88351,9759,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88352,9759,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(88353,9760,'_product_id','41'),(88354,9760,'_variation_id','0'),(88355,9760,'_qty','2'),(88356,9760,'_tax_class',''),(88357,9760,'_line_subtotal','132.96'),(88358,9760,'_line_subtotal_tax','0'),(88359,9760,'_line_total','132.96'),(88360,9760,'_line_tax','0'),(88361,9760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88362,9761,'_product_id','43'),(88363,9761,'_variation_id','0'),(88364,9761,'_qty','2'),(88365,9761,'_tax_class',''),(88366,9761,'_line_subtotal','158.4'),(88367,9761,'_line_subtotal_tax','0'),(88368,9761,'_line_total','158.4'),(88369,9761,'_line_tax','0'),(88370,9761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88371,9762,'_product_id','490'),(88372,9762,'_variation_id','0'),(88373,9762,'_qty','12'),(88374,9762,'_tax_class',''),(88375,9762,'_line_subtotal','235.2'),(88376,9762,'_line_subtotal_tax','0'),(88377,9762,'_line_total','235.2'),(88378,9762,'_line_tax','0'),(88379,9762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88380,9763,'method_id','free_shipping'),(88381,9763,'instance_id','2'),(88382,9763,'cost','0.00'),(88383,9763,'total_tax','0'),(88384,9763,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88385,9763,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 12'),(88396,9760,'thwma_order_shipping_status','wc-pending'),(88397,9761,'thwma_order_shipping_status','wc-pending'),(88398,9762,'thwma_order_shipping_status','wc-pending'),(88399,9748,'thwma_order_shipping_status','wc-pending'),(88400,9749,'thwma_order_shipping_status','wc-pending'),(88401,9750,'thwma_order_shipping_status','wc-pending'),(88402,9751,'thwma_order_shipping_status','wc-pending'),(88403,9752,'thwma_order_shipping_status','wc-pending'),(88404,9753,'thwma_order_shipping_status','wc-pending'),(88405,9754,'thwma_order_shipping_status','wc-pending'),(88406,9755,'thwma_order_shipping_status','wc-pending'),(88407,9756,'thwma_order_shipping_status','wc-pending'),(88408,9764,'_product_id','490'),(88409,9764,'_variation_id','0'),(88410,9764,'_qty','12'),(88411,9764,'_tax_class',''),(88412,9764,'_line_subtotal','235.2'),(88413,9764,'_line_subtotal_tax','0'),(88414,9764,'_line_total','235.2'),(88415,9764,'_line_tax','0'),(88416,9764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88417,9765,'method_id','fedex'),(88418,9765,'instance_id','1'),(88419,9765,'cost','20.04'),(88420,9765,'total_tax','0'),(88421,9765,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88422,9765,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(88423,9728,'thwma_order_shipping_status','wc-pending'),(88424,9729,'thwma_order_shipping_status','wc-pending'),(88425,9730,'thwma_order_shipping_status','wc-pending'),(88426,9731,'thwma_order_shipping_status','wc-pending'),(88427,9732,'thwma_order_shipping_status','wc-pending'),(88428,9733,'thwma_order_shipping_status','wc-pending'),(88429,9734,'thwma_order_shipping_status','wc-pending'),(88430,9735,'thwma_order_shipping_status','wc-pending'),(88431,9766,'_product_id','488'),(88432,9766,'_variation_id','0'),(88433,9766,'_qty','3'),(88434,9766,'_tax_class',''),(88435,9766,'_line_subtotal','94.05'),(88436,9766,'_line_subtotal_tax','0'),(88437,9766,'_line_total','94.05'),(88438,9766,'_line_tax','0'),(88439,9766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88440,9767,'_product_id','133'),(88441,9767,'_variation_id','0'),(88442,9767,'_qty','5'),(88443,9767,'_tax_class',''),(88444,9767,'_line_subtotal','71.5'),(88445,9767,'_line_subtotal_tax','0'),(88446,9767,'_line_total','71.5'),(88447,9767,'_line_tax','0'),(88448,9767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88449,9768,'_product_id','131'),(88450,9768,'_variation_id','0'),(88451,9768,'_qty','5'),(88452,9768,'_tax_class',''),(88453,9768,'_line_subtotal','63.25'),(88454,9768,'_line_subtotal_tax','0'),(88455,9768,'_line_total','63.25'),(88456,9768,'_line_tax','0'),(88457,9768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88458,9769,'_product_id','490'),(88459,9769,'_variation_id','0'),(88460,9769,'_qty','10'),(88461,9769,'_tax_class',''),(88462,9769,'_line_subtotal','196'),(88463,9769,'_line_subtotal_tax','0'),(88464,9769,'_line_total','196'),(88465,9769,'_line_tax','0'),(88466,9769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88467,9770,'_product_id','23'),(88468,9770,'_variation_id','0'),(88469,9770,'_qty','5'),(88470,9770,'_tax_class',''),(88471,9770,'_line_subtotal','342.7'),(88472,9770,'_line_subtotal_tax','0'),(88473,9770,'_line_total','342.7'),(88474,9770,'_line_tax','0'),(88475,9770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88476,9771,'method_id','free_shipping'),(88477,9771,'instance_id','2'),(88478,9771,'cost','0.00'),(88479,9771,'total_tax','0'),(88480,9771,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88481,9771,'Items','Bulk Detangling Spray 1 Gallon RM &times; 3, Disposable Head Bands &times; 5, Disposable Capes &times; 5, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 50/50(Case of 12) &times; 5'),(88482,9772,'_product_id','488'),(88483,9772,'_variation_id','0'),(88484,9772,'_qty','-3'),(88485,9772,'_tax_class',''),(88486,9772,'_line_subtotal','-94.05'),(88487,9772,'_line_subtotal_tax','0'),(88488,9772,'_line_total','-94.05'),(88489,9772,'_line_tax','0'),(88490,9772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88491,9772,'_refunded_item_id','9766'),(88492,9773,'_product_id','133'),(88493,9773,'_variation_id','0'),(88494,9773,'_qty','-5'),(88495,9773,'_tax_class',''),(88496,9773,'_line_subtotal','-71.5'),(88497,9773,'_line_subtotal_tax','0'),(88498,9773,'_line_total','-71.5'),(88499,9773,'_line_tax','0'),(88500,9773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88501,9773,'_refunded_item_id','9767'),(88502,9774,'_product_id','131'),(88503,9774,'_variation_id','0'),(88504,9774,'_qty','-5'),(88505,9774,'_tax_class',''),(88506,9774,'_line_subtotal','-63.25'),(88507,9774,'_line_subtotal_tax','0'),(88508,9774,'_line_total','-63.25'),(88509,9774,'_line_tax','0'),(88510,9774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88511,9774,'_refunded_item_id','9768'),(88512,9775,'_product_id','490'),(88513,9775,'_variation_id','0'),(88514,9775,'_qty','-10'),(88515,9775,'_tax_class',''),(88516,9775,'_line_subtotal','-196'),(88517,9775,'_line_subtotal_tax','0'),(88518,9775,'_line_total','-196'),(88519,9775,'_line_tax','0'),(88520,9775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88521,9775,'_refunded_item_id','9769'),(88522,9776,'_product_id','23'),(88523,9776,'_variation_id','0'),(88524,9776,'_qty','-5'),(88525,9776,'_tax_class',''),(88526,9776,'_line_subtotal','-342.7'),(88527,9776,'_line_subtotal_tax','0'),(88528,9776,'_line_total','-342.7'),(88529,9776,'_line_tax','0'),(88530,9776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88531,9776,'_refunded_item_id','9770'),(88532,9777,'_product_id','2110'),(88533,9777,'_variation_id','0'),(88534,9777,'_qty','5'),(88535,9777,'_tax_class',''),(88536,9777,'_line_subtotal','357'),(88537,9777,'_line_subtotal_tax','0'),(88538,9777,'_line_total','357'),(88539,9777,'_line_tax','0'),(88540,9777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88541,9778,'_product_id','488'),(88542,9778,'_variation_id','0'),(88543,9778,'_qty','3'),(88544,9778,'_tax_class',''),(88545,9778,'_line_subtotal','94.05'),(88546,9778,'_line_subtotal_tax','0'),(88547,9778,'_line_total','94.05'),(88548,9778,'_line_tax','0'),(88549,9778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88550,9779,'_product_id','133'),(88551,9779,'_variation_id','0'),(88552,9779,'_qty','5'),(88553,9779,'_tax_class',''),(88554,9779,'_line_subtotal','71.5'),(88555,9779,'_line_subtotal_tax','0'),(88556,9779,'_line_total','71.5'),(88557,9779,'_line_tax','0'),(88558,9779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88559,9780,'_product_id','131'),(88560,9780,'_variation_id','0'),(88561,9780,'_qty','5'),(88562,9780,'_tax_class',''),(88563,9780,'_line_subtotal','63.25'),(88564,9780,'_line_subtotal_tax','0'),(88565,9780,'_line_total','63.25'),(88566,9780,'_line_tax','0'),(88567,9780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88568,9781,'_product_id','318'),(88569,9781,'_variation_id','0'),(88570,9781,'_qty','50'),(88571,9781,'_tax_class',''),(88572,9781,'_line_subtotal','150'),(88573,9781,'_line_subtotal_tax','0'),(88574,9781,'_line_total','150'),(88575,9781,'_line_tax','0'),(88576,9781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88577,9782,'method_id','free_shipping'),(88578,9782,'instance_id','2'),(88579,9782,'cost','0.00'),(88580,9782,'total_tax','0'),(88581,9782,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88582,9782,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 3, Disposable Head Bands &times; 5, Disposable Capes &times; 5, Goomee 4 Pack &times; 50'),(88585,9745,'thwma_order_shipping_status','wc-pending'),(88586,9746,'thwma_order_shipping_status','wc-pending'),(88587,9777,'thwma_order_shipping_status','wc-pending'),(88588,9778,'thwma_order_shipping_status','wc-pending'),(88589,9779,'thwma_order_shipping_status','wc-pending'),(88590,9780,'thwma_order_shipping_status','wc-pending'),(88591,9781,'thwma_order_shipping_status','wc-pending'),(88643,9789,'_product_id','120'),(88644,9789,'_variation_id','0'),(88645,9789,'_qty','5'),(88646,9789,'_tax_class',''),(88647,9789,'_line_subtotal','264'),(88648,9789,'_line_subtotal_tax','0'),(88649,9789,'_line_total','264'),(88650,9789,'_line_tax','0'),(88651,9789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88652,9790,'_product_id','133'),(88653,9790,'_variation_id','0'),(88654,9790,'_qty','4'),(88655,9790,'_tax_class',''),(88656,9790,'_line_subtotal','57.2'),(88657,9790,'_line_subtotal_tax','0'),(88658,9790,'_line_total','57.2'),(88659,9790,'_line_tax','0'),(88660,9790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88661,9791,'_product_id','318'),(88662,9791,'_variation_id','0'),(88663,9791,'_qty','15'),(88664,9791,'_tax_class',''),(88665,9791,'_line_subtotal','45'),(88666,9791,'_line_subtotal_tax','0'),(88667,9791,'_line_total','45'),(88668,9791,'_line_tax','0'),(88669,9791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88670,9792,'_product_id','41'),(88671,9792,'_variation_id','0'),(88672,9792,'_qty','2'),(88673,9792,'_tax_class',''),(88674,9792,'_line_subtotal','132.96'),(88675,9792,'_line_subtotal_tax','0'),(88676,9792,'_line_total','132.96'),(88677,9792,'_line_tax','0'),(88678,9792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88679,9793,'_product_id','49'),(88680,9793,'_variation_id','0'),(88681,9793,'_qty','2'),(88682,9793,'_tax_class',''),(88683,9793,'_line_subtotal','158.4'),(88684,9793,'_line_subtotal_tax','0'),(88685,9793,'_line_total','158.4'),(88686,9793,'_line_tax','0'),(88687,9793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88688,9794,'method_id','free_shipping'),(88689,9794,'instance_id','2'),(88690,9794,'cost','0.00'),(88691,9794,'total_tax','0'),(88692,9794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88693,9794,'Items','Preventive Spray 2oz(Case of 24) &times; 5, Disposable Head Bands &times; 4, Goomee 4 Pack &times; 15, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(88694,9795,'_product_id','43'),(88695,9795,'_variation_id','0'),(88696,9795,'_qty','5'),(88697,9795,'_tax_class',''),(88698,9795,'_line_subtotal','396'),(88699,9795,'_line_subtotal_tax','0'),(88700,9795,'_line_total','396'),(88701,9795,'_line_tax','0'),(88702,9795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88703,9796,'_product_id','49'),(88704,9796,'_variation_id','0'),(88705,9796,'_qty','5'),(88706,9796,'_tax_class',''),(88707,9796,'_line_subtotal','396'),(88708,9796,'_line_subtotal_tax','0'),(88709,9796,'_line_total','396'),(88710,9796,'_line_tax','0'),(88711,9796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88712,9797,'_product_id','116'),(88713,9797,'_variation_id','0'),(88714,9797,'_qty','1'),(88715,9797,'_tax_class',''),(88716,9797,'_line_subtotal','145.44'),(88717,9797,'_line_subtotal_tax','0'),(88718,9797,'_line_total','145.44'),(88719,9797,'_line_tax','0'),(88720,9797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88721,9798,'_product_id','120'),(88722,9798,'_variation_id','0'),(88723,9798,'_qty','1'),(88724,9798,'_tax_class',''),(88725,9798,'_line_subtotal','52.8'),(88726,9798,'_line_subtotal_tax','0'),(88727,9798,'_line_total','52.8'),(88728,9798,'_line_tax','0'),(88729,9798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88730,9799,'_product_id','42'),(88731,9799,'_variation_id','0'),(88732,9799,'_qty','1'),(88733,9799,'_tax_class',''),(88734,9799,'_line_subtotal','79.2'),(88735,9799,'_line_subtotal_tax','0'),(88736,9799,'_line_total','79.2'),(88737,9799,'_line_tax','0'),(88738,9799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88739,9800,'_product_id','39'),(88740,9800,'_variation_id','0'),(88741,9800,'_qty','1'),(88742,9800,'_tax_class',''),(88743,9800,'_line_subtotal','79.2'),(88744,9800,'_line_subtotal_tax','0'),(88745,9800,'_line_total','79.2'),(88746,9800,'_line_tax','0'),(88747,9800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88748,9801,'_product_id','45'),(88749,9801,'_variation_id','0'),(88750,9801,'_qty','1'),(88751,9801,'_tax_class',''),(88752,9801,'_line_subtotal','42.24'),(88753,9801,'_line_subtotal_tax','0'),(88754,9801,'_line_total','42.24'),(88755,9801,'_line_tax','0'),(88756,9801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88757,9802,'method_id','free_shipping'),(88758,9802,'instance_id','2'),(88759,9802,'cost','0.00'),(88760,9802,'total_tax','0'),(88761,9802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88762,9802,'Items','Preventive Spray 8oz(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(88763,9803,'_product_id','490'),(88764,9803,'_variation_id','0'),(88765,9803,'_qty','80'),(88766,9803,'_tax_class',''),(88767,9803,'_line_subtotal','1568'),(88768,9803,'_line_subtotal_tax','0'),(88769,9803,'_line_total','1568'),(88770,9803,'_line_tax','0'),(88771,9803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88772,9804,'_product_id','488'),(88773,9804,'_variation_id','0'),(88774,9804,'_qty','4'),(88775,9804,'_tax_class',''),(88776,9804,'_line_subtotal','125.4'),(88777,9804,'_line_subtotal_tax','0'),(88778,9804,'_line_total','125.4'),(88779,9804,'_line_tax','0'),(88780,9804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88781,9805,'_product_id','116'),(88782,9805,'_variation_id','0'),(88783,9805,'_qty','1'),(88784,9805,'_tax_class',''),(88785,9805,'_line_subtotal','145.44'),(88786,9805,'_line_subtotal_tax','0'),(88787,9805,'_line_total','145.44'),(88788,9805,'_line_tax','0'),(88789,9805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88790,9806,'method_id','free_shipping'),(88791,9806,'instance_id','2'),(88792,9806,'cost','0.00'),(88793,9806,'total_tax','0'),(88794,9806,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88795,9806,'Items','Bulk Active Rinse 100% RM &times; 80, Bulk Detangling Spray 1 Gallon RM &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 1'),(88796,9795,'thwma_order_shipping_status','wc-pending'),(88797,9796,'thwma_order_shipping_status','wc-pending'),(88798,9797,'thwma_order_shipping_status','wc-pending'),(88799,9798,'thwma_order_shipping_status','wc-pending'),(88800,9799,'thwma_order_shipping_status','wc-pending'),(88801,9800,'thwma_order_shipping_status','wc-pending'),(88802,9801,'thwma_order_shipping_status','wc-pending'),(88806,9803,'thwma_order_shipping_status','wc-pending'),(88807,9804,'thwma_order_shipping_status','wc-pending'),(88808,9805,'thwma_order_shipping_status','wc-pending'),(88809,9789,'thwma_order_shipping_status','wc-pending'),(88810,9790,'thwma_order_shipping_status','wc-pending'),(88811,9791,'thwma_order_shipping_status','wc-pending'),(88812,9792,'thwma_order_shipping_status','wc-pending'),(88813,9793,'thwma_order_shipping_status','wc-pending'),(88814,9807,'_product_id','93'),(88815,9807,'_variation_id','0'),(88816,9807,'_qty','10'),(88817,9807,'_tax_class',''),(88818,9807,'_line_subtotal','0'),(88819,9807,'_line_subtotal_tax','0'),(88820,9807,'_line_total','0'),(88821,9807,'_line_tax','0'),(88822,9807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88823,9808,'method_id','fedex'),(88824,9808,'instance_id','1'),(88825,9808,'cost','13.99'),(88826,9808,'total_tax','0'),(88827,9808,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88828,9808,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(88829,9809,'_product_id','51'),(88830,9809,'_variation_id','0'),(88831,9809,'_qty','2'),(88832,9809,'_tax_class',''),(88833,9809,'_line_subtotal','295.68'),(88834,9809,'_line_subtotal_tax','0'),(88835,9809,'_line_total','295.68'),(88836,9809,'_line_tax','0'),(88837,9809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88838,9810,'_product_id','41'),(88839,9810,'_variation_id','0'),(88840,9810,'_qty','3'),(88841,9810,'_tax_class',''),(88842,9810,'_line_subtotal','199.44'),(88843,9810,'_line_subtotal_tax','0'),(88844,9810,'_line_total','199.44'),(88845,9810,'_line_tax','0'),(88846,9810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88847,9811,'_product_id','2110'),(88848,9811,'_variation_id','0'),(88849,9811,'_qty','1'),(88850,9811,'_tax_class',''),(88851,9811,'_line_subtotal','71.4'),(88852,9811,'_line_subtotal_tax','0'),(88853,9811,'_line_total','71.4'),(88854,9811,'_line_tax','0'),(88855,9811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88856,9812,'_product_id','2113'),(88857,9812,'_variation_id','0'),(88858,9812,'_qty','1'),(88859,9812,'_tax_class',''),(88860,9812,'_line_subtotal','172'),(88861,9812,'_line_subtotal_tax','0'),(88862,9812,'_line_total','172'),(88863,9812,'_line_tax','0'),(88864,9812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88865,9813,'_product_id','99'),(88866,9813,'_variation_id','0'),(88867,9813,'_qty','2'),(88868,9813,'_tax_class',''),(88869,9813,'_line_subtotal','0'),(88870,9813,'_line_subtotal_tax','0'),(88871,9813,'_line_total','0'),(88872,9813,'_line_tax','0'),(88873,9813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88874,9814,'_product_id','93'),(88875,9814,'_variation_id','0'),(88876,9814,'_qty','10'),(88877,9814,'_tax_class',''),(88878,9814,'_line_subtotal','0'),(88879,9814,'_line_subtotal_tax','0'),(88880,9814,'_line_total','0'),(88881,9814,'_line_tax','0'),(88882,9814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88883,9815,'method_id','free_shipping'),(88884,9815,'instance_id','2'),(88885,9815,'cost','0.00'),(88886,9815,'total_tax','0'),(88887,9815,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88888,9815,'Items','Urgent Care Kit(Case of 6) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Bulk Mousse 1 Gallon &times; 2, Bulk Active Rinse 100% &times; 10'),(88889,9816,'_product_id','23'),(88890,9816,'_variation_id','0'),(88891,9816,'_qty','2'),(88892,9816,'_tax_class',''),(88893,9816,'_line_subtotal','137.08'),(88894,9816,'_line_subtotal_tax','0'),(88895,9816,'_line_total','137.08'),(88896,9816,'_line_tax','0'),(88897,9816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88898,9817,'_product_id','44'),(88899,9817,'_variation_id','0'),(88900,9817,'_qty','3'),(88901,9817,'_tax_class',''),(88902,9817,'_line_subtotal','348.48'),(88903,9817,'_line_subtotal_tax','0'),(88904,9817,'_line_total','348.48'),(88905,9817,'_line_tax','0'),(88906,9817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88907,9818,'_product_id','43'),(88908,9818,'_variation_id','0'),(88909,9818,'_qty','1'),(88910,9818,'_tax_class',''),(88911,9818,'_line_subtotal','79.2'),(88912,9818,'_line_subtotal_tax','0'),(88913,9818,'_line_total','79.2'),(88914,9818,'_line_tax','0'),(88915,9818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88916,9819,'method_id','free_shipping'),(88917,9819,'instance_id','2'),(88918,9819,'cost','0.00'),(88919,9819,'total_tax','0'),(88920,9819,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88921,9819,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1'),(88922,9820,'_product_id','490'),(88923,9820,'_variation_id','0'),(88924,9820,'_qty','12'),(88925,9820,'_tax_class',''),(88926,9820,'_line_subtotal','235.2'),(88927,9820,'_line_subtotal_tax','0'),(88928,9820,'_line_total','235.2'),(88929,9820,'_line_tax','0'),(88930,9820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88931,9821,'method_id','fedex'),(88932,9821,'instance_id','1'),(88933,9821,'cost','20.04'),(88934,9821,'total_tax','0'),(88935,9821,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(88936,9821,'Package 1','17 × 14 × 10 (in) 26.8lbs × 1'),(88937,9816,'thwma_order_shipping_status','wc-pending'),(88938,9817,'thwma_order_shipping_status','wc-pending'),(88939,9818,'thwma_order_shipping_status','wc-pending'),(88940,9822,'_product_id','39'),(88941,9822,'_variation_id','0'),(88942,9822,'_qty','1'),(88943,9822,'_tax_class',''),(88944,9822,'_line_subtotal','79.2'),(88945,9822,'_line_subtotal_tax','0'),(88946,9822,'_line_total','79.2'),(88947,9822,'_line_tax','0'),(88948,9822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88949,9823,'_product_id','42'),(88950,9823,'_variation_id','0'),(88951,9823,'_qty','1'),(88952,9823,'_tax_class',''),(88953,9823,'_line_subtotal','79.2'),(88954,9823,'_line_subtotal_tax','0'),(88955,9823,'_line_total','79.2'),(88956,9823,'_line_tax','0'),(88957,9823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88958,9824,'_product_id','43'),(88959,9824,'_variation_id','0'),(88960,9824,'_qty','1'),(88961,9824,'_tax_class',''),(88962,9824,'_line_subtotal','79.2'),(88963,9824,'_line_subtotal_tax','0'),(88964,9824,'_line_total','79.2'),(88965,9824,'_line_tax','0'),(88966,9824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88967,9825,'_product_id','120'),(88968,9825,'_variation_id','0'),(88969,9825,'_qty','1'),(88970,9825,'_tax_class',''),(88971,9825,'_line_subtotal','52.8'),(88972,9825,'_line_subtotal_tax','0'),(88973,9825,'_line_total','52.8'),(88974,9825,'_line_tax','0'),(88975,9825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88976,9826,'_product_id','49'),(88977,9826,'_variation_id','0'),(88978,9826,'_qty','1'),(88979,9826,'_tax_class',''),(88980,9826,'_line_subtotal','79.2'),(88981,9826,'_line_subtotal_tax','0'),(88982,9826,'_line_total','79.2'),(88983,9826,'_line_tax','0'),(88984,9826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88985,9827,'_product_id','490'),(88986,9827,'_variation_id','0'),(88987,9827,'_qty','10'),(88988,9827,'_tax_class',''),(88989,9827,'_line_subtotal','196'),(88990,9827,'_line_subtotal_tax','0'),(88991,9827,'_line_total','196'),(88992,9827,'_line_tax','0'),(88993,9827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(88994,9828,'_product_id','45'),(88995,9828,'_variation_id','0'),(88996,9828,'_qty','3'),(88997,9828,'_tax_class',''),(88998,9828,'_line_subtotal','126.72'),(88999,9828,'_line_subtotal_tax','0'),(89000,9828,'_line_total','126.72'),(89001,9828,'_line_tax','0'),(89002,9828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89003,9829,'_product_id','41'),(89004,9829,'_variation_id','0'),(89005,9829,'_qty','1'),(89006,9829,'_tax_class',''),(89007,9829,'_line_subtotal','66.48'),(89008,9829,'_line_subtotal_tax','0'),(89009,9829,'_line_total','66.48'),(89010,9829,'_line_tax','0'),(89011,9829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89012,9830,'_product_id','2113'),(89013,9830,'_variation_id','0'),(89014,9830,'_qty','2'),(89015,9830,'_tax_class',''),(89016,9830,'_line_subtotal','344'),(89017,9830,'_line_subtotal_tax','0'),(89018,9830,'_line_total','344'),(89019,9830,'_line_tax','0'),(89020,9830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89021,9831,'_product_id','2110'),(89022,9831,'_variation_id','0'),(89023,9831,'_qty','1'),(89024,9831,'_tax_class',''),(89025,9831,'_line_subtotal','71.4'),(89026,9831,'_line_subtotal_tax','0'),(89027,9831,'_line_total','71.4'),(89028,9831,'_line_tax','0'),(89029,9831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89030,9832,'method_id','free_shipping'),(89031,9832,'instance_id','2'),(89032,9832,'cost','0.00'),(89033,9832,'total_tax','0'),(89034,9832,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89035,9832,'Items','Preventive Shampoo(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1'),(89036,9833,'_product_id','2110'),(89037,9833,'_variation_id','0'),(89038,9833,'_qty','1'),(89039,9833,'_tax_class',''),(89040,9833,'_line_subtotal','71.4'),(89041,9833,'_line_subtotal_tax','0'),(89042,9833,'_line_total','71.4'),(89043,9833,'_line_tax','0'),(89044,9833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89045,9834,'_product_id','2113'),(89046,9834,'_variation_id','0'),(89047,9834,'_qty','1'),(89048,9834,'_tax_class',''),(89049,9834,'_line_subtotal','172'),(89050,9834,'_line_subtotal_tax','0'),(89051,9834,'_line_total','172'),(89052,9834,'_line_tax','0'),(89053,9834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89054,9835,'_product_id','42'),(89055,9835,'_variation_id','0'),(89056,9835,'_qty','1'),(89057,9835,'_tax_class',''),(89058,9835,'_line_subtotal','79.2'),(89059,9835,'_line_subtotal_tax','0'),(89060,9835,'_line_total','79.2'),(89061,9835,'_line_tax','0'),(89062,9835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89063,9836,'_product_id','45'),(89064,9836,'_variation_id','0'),(89065,9836,'_qty','2'),(89066,9836,'_tax_class',''),(89067,9836,'_line_subtotal','84.48'),(89068,9836,'_line_subtotal_tax','0'),(89069,9836,'_line_total','84.48'),(89070,9836,'_line_tax','0'),(89071,9836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89072,9837,'_product_id','39'),(89073,9837,'_variation_id','0'),(89074,9837,'_qty','1'),(89075,9837,'_tax_class',''),(89076,9837,'_line_subtotal','79.2'),(89077,9837,'_line_subtotal_tax','0'),(89078,9837,'_line_total','79.2'),(89079,9837,'_line_tax','0'),(89080,9837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89081,9838,'_product_id','40'),(89082,9838,'_variation_id','0'),(89083,9838,'_qty','1'),(89084,9838,'_tax_class',''),(89085,9838,'_line_subtotal','79.2'),(89086,9838,'_line_subtotal_tax','0'),(89087,9838,'_line_total','79.2'),(89088,9838,'_line_tax','0'),(89089,9838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89090,9839,'_product_id','490'),(89091,9839,'_variation_id','0'),(89092,9839,'_qty','12'),(89093,9839,'_tax_class',''),(89094,9839,'_line_subtotal','235.2'),(89095,9839,'_line_subtotal_tax','0'),(89096,9839,'_line_total','235.2'),(89097,9839,'_line_tax','0'),(89098,9839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89099,9840,'_product_id','41'),(89100,9840,'_variation_id','0'),(89101,9840,'_qty','1'),(89102,9840,'_tax_class',''),(89103,9840,'_line_subtotal','66.48'),(89104,9840,'_line_subtotal_tax','0'),(89105,9840,'_line_total','66.48'),(89106,9840,'_line_tax','0'),(89107,9840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89108,9841,'method_id','free_shipping'),(89109,9841,'instance_id','2'),(89110,9841,'cost','0.00'),(89111,9841,'total_tax','0'),(89112,9841,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89113,9841,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 12, Professional Lice Comb(Case of 12) &times; 1'),(89114,9842,'_product_id','41'),(89115,9842,'_variation_id','0'),(89116,9842,'_qty','6'),(89117,9842,'_tax_class',''),(89118,9842,'_line_subtotal','398.88'),(89119,9842,'_line_subtotal_tax','0'),(89120,9842,'_line_total','398.88'),(89121,9842,'_line_tax','0'),(89122,9842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89123,9843,'method_id','fedex'),(89124,9843,'instance_id','1'),(89125,9843,'cost','16.38'),(89126,9843,'total_tax','0'),(89127,9843,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89128,9843,'Package 1','11.25 × 8.75 × 7.75 (in) 14.99lbs × 1'),(89129,9844,'_product_id','43'),(89130,9844,'_variation_id','0'),(89131,9844,'_qty','2'),(89132,9844,'_tax_class',''),(89133,9844,'_line_subtotal','158.4'),(89134,9844,'_line_subtotal_tax','0'),(89135,9844,'_line_total','158.4'),(89136,9844,'_line_tax','0'),(89137,9844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89138,9845,'_product_id','2110'),(89139,9845,'_variation_id','0'),(89140,9845,'_qty','1'),(89141,9845,'_tax_class',''),(89142,9845,'_line_subtotal','71.4'),(89143,9845,'_line_subtotal_tax','0'),(89144,9845,'_line_total','71.4'),(89145,9845,'_line_tax','0'),(89146,9845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89147,9846,'_product_id','2113'),(89148,9846,'_variation_id','0'),(89149,9846,'_qty','1'),(89150,9846,'_tax_class',''),(89151,9846,'_line_subtotal','172'),(89152,9846,'_line_subtotal_tax','0'),(89153,9846,'_line_total','172'),(89154,9846,'_line_tax','0'),(89155,9846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89156,9847,'_product_id','41'),(89157,9847,'_variation_id','0'),(89158,9847,'_qty','1'),(89159,9847,'_tax_class',''),(89160,9847,'_line_subtotal','66.48'),(89161,9847,'_line_subtotal_tax','0'),(89162,9847,'_line_total','66.48'),(89163,9847,'_line_tax','0'),(89164,9847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89165,9848,'_product_id','490'),(89166,9848,'_variation_id','0'),(89167,9848,'_qty','8'),(89168,9848,'_tax_class',''),(89169,9848,'_line_subtotal','156.8'),(89170,9848,'_line_subtotal_tax','0'),(89171,9848,'_line_total','156.8'),(89172,9848,'_line_tax','0'),(89173,9848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89174,9849,'method_id','free_shipping'),(89175,9849,'instance_id','2'),(89176,9849,'cost','0.00'),(89177,9849,'total_tax','0'),(89178,9849,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89179,9849,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8'),(89180,9850,'_product_id','43'),(89181,9850,'_variation_id','0'),(89182,9850,'_qty','1'),(89183,9850,'_tax_class',''),(89184,9850,'_line_subtotal','79.2'),(89185,9850,'_line_subtotal_tax','0'),(89186,9850,'_line_total','79.2'),(89187,9850,'_line_tax','0'),(89188,9850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89189,9851,'_product_id','39'),(89190,9851,'_variation_id','0'),(89191,9851,'_qty','1'),(89192,9851,'_tax_class',''),(89193,9851,'_line_subtotal','79.2'),(89194,9851,'_line_subtotal_tax','0'),(89195,9851,'_line_total','79.2'),(89196,9851,'_line_tax','0'),(89197,9851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89198,9852,'_product_id','2110'),(89199,9852,'_variation_id','0'),(89200,9852,'_qty','1'),(89201,9852,'_tax_class',''),(89202,9852,'_line_subtotal','71.4'),(89203,9852,'_line_subtotal_tax','0'),(89204,9852,'_line_total','71.4'),(89205,9852,'_line_tax','0'),(89206,9852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89207,9853,'_product_id','2113'),(89208,9853,'_variation_id','0'),(89209,9853,'_qty','1'),(89210,9853,'_tax_class',''),(89211,9853,'_line_subtotal','172'),(89212,9853,'_line_subtotal_tax','0'),(89213,9853,'_line_total','172'),(89214,9853,'_line_tax','0'),(89215,9853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89216,9854,'_product_id','2110'),(89217,9854,'_variation_id','0'),(89218,9854,'_qty','2'),(89219,9854,'_tax_class',''),(89220,9854,'_line_subtotal','142.8'),(89221,9854,'_line_subtotal_tax','0'),(89222,9854,'_line_total','142.8'),(89223,9854,'_line_tax','0'),(89224,9854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89225,9855,'method_id','free_shipping'),(89226,9855,'instance_id','2'),(89227,9855,'cost','0.00'),(89228,9855,'total_tax','0'),(89229,9855,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89230,9855,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2'),(89231,9833,'thwma_order_shipping_status','wc-pending'),(89232,9834,'thwma_order_shipping_status','wc-pending'),(89233,9835,'thwma_order_shipping_status','wc-pending'),(89234,9836,'thwma_order_shipping_status','wc-pending'),(89235,9837,'thwma_order_shipping_status','wc-pending'),(89236,9838,'thwma_order_shipping_status','wc-pending'),(89237,9839,'thwma_order_shipping_status','wc-pending'),(89238,9840,'thwma_order_shipping_status','wc-pending'),(89239,9822,'thwma_order_shipping_status','wc-pending'),(89240,9823,'thwma_order_shipping_status','wc-pending'),(89241,9824,'thwma_order_shipping_status','wc-pending'),(89242,9825,'thwma_order_shipping_status','wc-pending'),(89243,9826,'thwma_order_shipping_status','wc-pending'),(89244,9827,'thwma_order_shipping_status','wc-pending'),(89245,9828,'thwma_order_shipping_status','wc-pending'),(89246,9829,'thwma_order_shipping_status','wc-pending'),(89247,9830,'thwma_order_shipping_status','wc-pending'),(89248,9831,'thwma_order_shipping_status','wc-pending'),(89249,9856,'_product_id','2110'),(89250,9856,'_variation_id','0'),(89251,9856,'_qty','3'),(89252,9856,'_tax_class',''),(89253,9856,'_line_subtotal','214.2'),(89254,9856,'_line_subtotal_tax','0'),(89255,9856,'_line_total','214.2'),(89256,9856,'_line_tax','0'),(89257,9856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89258,9857,'_product_id','2113'),(89259,9857,'_variation_id','0'),(89260,9857,'_qty','1'),(89261,9857,'_tax_class',''),(89262,9857,'_line_subtotal','172'),(89263,9857,'_line_subtotal_tax','0'),(89264,9857,'_line_total','172'),(89265,9857,'_line_tax','0'),(89266,9857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89267,9858,'_product_id','42'),(89268,9858,'_variation_id','0'),(89269,9858,'_qty','1'),(89270,9858,'_tax_class',''),(89271,9858,'_line_subtotal','79.2'),(89272,9858,'_line_subtotal_tax','0'),(89273,9858,'_line_total','79.2'),(89274,9858,'_line_tax','0'),(89275,9858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89276,9859,'_product_id','41'),(89277,9859,'_variation_id','0'),(89278,9859,'_qty','1'),(89279,9859,'_tax_class',''),(89280,9859,'_line_subtotal','66.48'),(89281,9859,'_line_subtotal_tax','0'),(89282,9859,'_line_total','66.48'),(89283,9859,'_line_tax','0'),(89284,9859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89285,9860,'_product_id','45'),(89286,9860,'_variation_id','0'),(89287,9860,'_qty','1'),(89288,9860,'_tax_class',''),(89289,9860,'_line_subtotal','42.24'),(89290,9860,'_line_subtotal_tax','0'),(89291,9860,'_line_total','42.24'),(89292,9860,'_line_tax','0'),(89293,9860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89294,9861,'_product_id','118'),(89295,9861,'_variation_id','0'),(89296,9861,'_qty','1'),(89297,9861,'_tax_class',''),(89298,9861,'_line_subtotal','184.8'),(89299,9861,'_line_subtotal_tax','0'),(89300,9861,'_line_total','184.8'),(89301,9861,'_line_tax','0'),(89302,9861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89303,9862,'_product_id','490'),(89304,9862,'_variation_id','0'),(89305,9862,'_qty','10'),(89306,9862,'_tax_class',''),(89307,9862,'_line_subtotal','196'),(89308,9862,'_line_subtotal_tax','0'),(89309,9862,'_line_total','196'),(89310,9862,'_line_tax','0'),(89311,9862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89312,9863,'_product_id','487'),(89313,9863,'_variation_id','0'),(89314,9863,'_qty','2'),(89315,9863,'_tax_class',''),(89316,9863,'_line_subtotal','62.7'),(89317,9863,'_line_subtotal_tax','0'),(89318,9863,'_line_total','62.7'),(89319,9863,'_line_tax','0'),(89320,9863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89321,9864,'method_id','free_shipping'),(89322,9864,'instance_id','2'),(89323,9864,'cost','0.00'),(89324,9864,'total_tax','0'),(89325,9864,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89326,9864,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(89327,9865,'_product_id','2110'),(89328,9865,'_variation_id','0'),(89329,9865,'_qty','2'),(89330,9865,'_tax_class',''),(89331,9865,'_line_subtotal','142.8'),(89332,9865,'_line_subtotal_tax','0'),(89333,9865,'_line_total','142.8'),(89334,9865,'_line_tax','0'),(89335,9865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89336,9866,'_product_id','2113'),(89337,9866,'_variation_id','0'),(89338,9866,'_qty','1'),(89339,9866,'_tax_class',''),(89340,9866,'_line_subtotal','172'),(89341,9866,'_line_subtotal_tax','0'),(89342,9866,'_line_total','172'),(89343,9866,'_line_tax','0'),(89344,9866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89345,9867,'_product_id','41'),(89346,9867,'_variation_id','0'),(89347,9867,'_qty','1'),(89348,9867,'_tax_class',''),(89349,9867,'_line_subtotal','66.48'),(89350,9867,'_line_subtotal_tax','0'),(89351,9867,'_line_total','66.48'),(89352,9867,'_line_tax','0'),(89353,9867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89354,9868,'_product_id','43'),(89355,9868,'_variation_id','0'),(89356,9868,'_qty','1'),(89357,9868,'_tax_class',''),(89358,9868,'_line_subtotal','79.2'),(89359,9868,'_line_subtotal_tax','0'),(89360,9868,'_line_total','79.2'),(89361,9868,'_line_tax','0'),(89362,9868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89363,9869,'_product_id','49'),(89364,9869,'_variation_id','0'),(89365,9869,'_qty','2'),(89366,9869,'_tax_class',''),(89367,9869,'_line_subtotal','158.4'),(89368,9869,'_line_subtotal_tax','0'),(89369,9869,'_line_total','158.4'),(89370,9869,'_line_tax','0'),(89371,9869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89372,9870,'_product_id','490'),(89373,9870,'_variation_id','0'),(89374,9870,'_qty','10'),(89375,9870,'_tax_class',''),(89376,9870,'_line_subtotal','196'),(89377,9870,'_line_subtotal_tax','0'),(89378,9870,'_line_total','196'),(89379,9870,'_line_tax','0'),(89380,9870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89381,9871,'_product_id','487'),(89382,9871,'_variation_id','0'),(89383,9871,'_qty','2'),(89384,9871,'_tax_class',''),(89385,9871,'_line_subtotal','62.7'),(89386,9871,'_line_subtotal_tax','0'),(89387,9871,'_line_total','62.7'),(89388,9871,'_line_tax','0'),(89389,9871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89390,9872,'method_id','free_shipping'),(89391,9872,'instance_id','2'),(89392,9872,'cost','0.00'),(89393,9872,'total_tax','0'),(89394,9872,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89395,9872,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(89396,9850,'thwma_order_shipping_status','wc-pending'),(89397,9851,'thwma_order_shipping_status','wc-pending'),(89398,9852,'thwma_order_shipping_status','wc-pending'),(89399,9853,'thwma_order_shipping_status','wc-pending'),(89400,9854,'thwma_order_shipping_status','wc-pending'),(89401,9844,'thwma_order_shipping_status','wc-pending'),(89402,9845,'thwma_order_shipping_status','wc-pending'),(89403,9846,'thwma_order_shipping_status','wc-pending'),(89404,9847,'thwma_order_shipping_status','wc-pending'),(89405,9848,'thwma_order_shipping_status','wc-pending'),(89413,9865,'thwma_order_shipping_status','wc-pending'),(89414,9866,'thwma_order_shipping_status','wc-pending'),(89415,9867,'thwma_order_shipping_status','wc-pending'),(89416,9868,'thwma_order_shipping_status','wc-pending'),(89417,9869,'thwma_order_shipping_status','wc-pending'),(89418,9870,'thwma_order_shipping_status','wc-pending'),(89419,9871,'thwma_order_shipping_status','wc-pending'),(89420,9856,'thwma_order_shipping_status','wc-pending'),(89421,9857,'thwma_order_shipping_status','wc-pending'),(89422,9858,'thwma_order_shipping_status','wc-pending'),(89423,9859,'thwma_order_shipping_status','wc-pending'),(89424,9860,'thwma_order_shipping_status','wc-pending'),(89425,9861,'thwma_order_shipping_status','wc-pending'),(89426,9862,'thwma_order_shipping_status','wc-pending'),(89427,9863,'thwma_order_shipping_status','wc-pending'),(89428,9873,'_product_id','41'),(89429,9873,'_variation_id','0'),(89430,9873,'_qty','1'),(89431,9873,'_tax_class',''),(89432,9873,'_line_subtotal','66.48'),(89433,9873,'_line_subtotal_tax','0'),(89434,9873,'_line_total','66.48'),(89435,9873,'_line_tax','0'),(89436,9873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89437,9874,'_product_id','487'),(89438,9874,'_variation_id','0'),(89439,9874,'_qty','2'),(89440,9874,'_tax_class',''),(89441,9874,'_line_subtotal','62.7'),(89442,9874,'_line_subtotal_tax','0'),(89443,9874,'_line_total','62.7'),(89444,9874,'_line_tax','0'),(89445,9874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89446,9875,'_product_id','489'),(89447,9875,'_variation_id','0'),(89448,9875,'_qty','6'),(89449,9875,'_tax_class',''),(89450,9875,'_line_subtotal','114.24'),(89451,9875,'_line_subtotal_tax','0'),(89452,9875,'_line_total','114.24'),(89453,9875,'_line_tax','0'),(89454,9875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89455,9876,'method_id','fedex'),(89456,9876,'instance_id','1'),(89457,9876,'cost','21.30'),(89458,9876,'total_tax','0'),(89459,9876,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89460,9876,'Package 1','17 × 14 × 10 (in) 32lbs × 1'),(89461,9877,'_product_id','41'),(89462,9877,'_variation_id','0'),(89463,9877,'_qty','9'),(89464,9877,'_tax_class',''),(89465,9877,'_line_subtotal','598.32'),(89466,9877,'_line_subtotal_tax','0'),(89467,9877,'_line_total','598.32'),(89468,9877,'_line_tax','0'),(89469,9877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89470,9878,'_product_id','23'),(89471,9878,'_variation_id','0'),(89472,9878,'_qty','3'),(89473,9878,'_tax_class',''),(89474,9878,'_line_subtotal','205.62'),(89475,9878,'_line_subtotal_tax','0'),(89476,9878,'_line_total','205.62'),(89477,9878,'_line_tax','0'),(89478,9878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89479,9879,'_product_id','42'),(89480,9879,'_variation_id','0'),(89481,9879,'_qty','4'),(89482,9879,'_tax_class',''),(89483,9879,'_line_subtotal','316.8'),(89484,9879,'_line_subtotal_tax','0'),(89485,9879,'_line_total','316.8'),(89486,9879,'_line_tax','0'),(89487,9879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89488,9880,'_product_id','43'),(89489,9880,'_variation_id','0'),(89490,9880,'_qty','1'),(89491,9880,'_tax_class',''),(89492,9880,'_line_subtotal','79.2'),(89493,9880,'_line_subtotal_tax','0'),(89494,9880,'_line_total','79.2'),(89495,9880,'_line_tax','0'),(89496,9880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89497,9881,'_product_id','2110'),(89498,9881,'_variation_id','0'),(89499,9881,'_qty','1'),(89500,9881,'_tax_class',''),(89501,9881,'_line_subtotal','71.4'),(89502,9881,'_line_subtotal_tax','0'),(89503,9881,'_line_total','71.4'),(89504,9881,'_line_tax','0'),(89505,9881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89506,9882,'method_id','fedex'),(89507,9882,'instance_id','1'),(89508,9882,'cost','119.67'),(89509,9882,'total_tax','0'),(89510,9882,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89511,9882,'Package 1','17 × 14 × 10 (in) 33.2lbs × 1'),(89512,9882,'Package 2','17 × 14 × 10 (in) 39.8lbs × 1'),(89513,9882,'Package 3','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(89520,9883,'_product_id','490'),(89521,9883,'_variation_id','0'),(89522,9883,'_qty','8'),(89523,9883,'_tax_class',''),(89524,9883,'_line_subtotal','156.8'),(89525,9883,'_line_subtotal_tax','0'),(89526,9883,'_line_total','156.8'),(89527,9883,'_line_tax','0'),(89528,9883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89529,9884,'_product_id','120'),(89530,9884,'_variation_id','0'),(89531,9884,'_qty','1'),(89532,9884,'_tax_class',''),(89533,9884,'_line_subtotal','52.8'),(89534,9884,'_line_subtotal_tax','0'),(89535,9884,'_line_total','52.8'),(89536,9884,'_line_tax','0'),(89537,9884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89538,9885,'method_id','fedex'),(89539,9885,'instance_id','1'),(89540,9885,'cost','15.60'),(89541,9885,'total_tax','0'),(89542,9885,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89543,9885,'Package 1','17 × 14 × 10 (in) 22.2lbs × 1'),(89577,9890,'_product_id','43'),(89578,9890,'_variation_id','0'),(89579,9890,'_qty','1'),(89580,9890,'_tax_class',''),(89581,9890,'_line_subtotal','79.2'),(89582,9890,'_line_subtotal_tax','0'),(89583,9890,'_line_total','79.2'),(89584,9890,'_line_tax','0'),(89585,9890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89586,9891,'_product_id','487'),(89587,9891,'_variation_id','0'),(89588,9891,'_qty','1'),(89589,9891,'_tax_class',''),(89590,9891,'_line_subtotal','31.35'),(89591,9891,'_line_subtotal_tax','0'),(89592,9891,'_line_total','31.35'),(89593,9891,'_line_tax','0'),(89594,9891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89595,9892,'_product_id','488'),(89596,9892,'_variation_id','0'),(89597,9892,'_qty','1'),(89598,9892,'_tax_class',''),(89599,9892,'_line_subtotal','31.35'),(89600,9892,'_line_subtotal_tax','0'),(89601,9892,'_line_total','31.35'),(89602,9892,'_line_tax','0'),(89603,9892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89604,9893,'method_id','fedex'),(89605,9893,'instance_id','1'),(89606,9893,'cost','16.20'),(89607,9893,'total_tax','0'),(89608,9893,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89609,9893,'Package 1','17 × 14 × 10 (in) 24.5lbs × 1'),(89610,9883,'thwma_order_shipping_status','wc-pending'),(89611,9884,'thwma_order_shipping_status','wc-pending'),(89612,9890,'thwma_order_shipping_status','wc-pending'),(89613,9891,'thwma_order_shipping_status','wc-pending'),(89614,9892,'thwma_order_shipping_status','wc-pending'),(89615,9877,'thwma_order_shipping_status','wc-pending'),(89616,9878,'thwma_order_shipping_status','wc-pending'),(89617,9879,'thwma_order_shipping_status','wc-pending'),(89618,9880,'thwma_order_shipping_status','wc-pending'),(89619,9881,'thwma_order_shipping_status','wc-pending'),(89620,9873,'thwma_order_shipping_status','wc-pending'),(89621,9874,'thwma_order_shipping_status','wc-pending'),(89622,9875,'thwma_order_shipping_status','wc-pending'),(89701,9903,'_product_id','23'),(89702,9903,'_variation_id','0'),(89703,9903,'_qty','3'),(89704,9903,'_tax_class',''),(89705,9903,'_line_subtotal','205.62'),(89706,9903,'_line_subtotal_tax','0'),(89707,9903,'_line_total','205.62'),(89708,9903,'_line_tax','0'),(89709,9903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89710,9904,'_product_id','42'),(89711,9904,'_variation_id','0'),(89712,9904,'_qty','2'),(89713,9904,'_tax_class',''),(89714,9904,'_line_subtotal','158.4'),(89715,9904,'_line_subtotal_tax','0'),(89716,9904,'_line_total','158.4'),(89717,9904,'_line_tax','0'),(89718,9904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89719,9905,'_product_id','45'),(89720,9905,'_variation_id','0'),(89721,9905,'_qty','2'),(89722,9905,'_tax_class',''),(89723,9905,'_line_subtotal','84.48'),(89724,9905,'_line_subtotal_tax','0'),(89725,9905,'_line_total','84.48'),(89726,9905,'_line_tax','0'),(89727,9905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89728,9906,'_product_id','43'),(89729,9906,'_variation_id','0'),(89730,9906,'_qty','2'),(89731,9906,'_tax_class',''),(89732,9906,'_line_subtotal','158.4'),(89733,9906,'_line_subtotal_tax','0'),(89734,9906,'_line_total','158.4'),(89735,9906,'_line_tax','0'),(89736,9906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89737,9907,'_product_id','49'),(89738,9907,'_variation_id','0'),(89739,9907,'_qty','2'),(89740,9907,'_tax_class',''),(89741,9907,'_line_subtotal','158.4'),(89742,9907,'_line_subtotal_tax','0'),(89743,9907,'_line_total','158.4'),(89744,9907,'_line_tax','0'),(89745,9907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89746,9908,'_product_id','489'),(89747,9908,'_variation_id','0'),(89748,9908,'_qty','20'),(89749,9908,'_tax_class',''),(89750,9908,'_line_subtotal','380.8'),(89751,9908,'_line_subtotal_tax','0'),(89752,9908,'_line_total','380.8'),(89753,9908,'_line_tax','0'),(89754,9908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89755,9909,'_product_id','133'),(89756,9909,'_variation_id','0'),(89757,9909,'_qty','1'),(89758,9909,'_tax_class',''),(89759,9909,'_line_subtotal','14.3'),(89760,9909,'_line_subtotal_tax','0'),(89761,9909,'_line_total','14.3'),(89762,9909,'_line_tax','0'),(89763,9909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89764,9910,'_product_id','320'),(89765,9910,'_variation_id','0'),(89766,9910,'_qty','6'),(89767,9910,'_tax_class',''),(89768,9910,'_line_subtotal','22.5'),(89769,9910,'_line_subtotal_tax','0'),(89770,9910,'_line_total','22.5'),(89771,9910,'_line_tax','0'),(89772,9910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89773,9911,'method_id','free_shipping'),(89774,9911,'instance_id','2'),(89775,9911,'cost','0.00'),(89776,9911,'total_tax','0'),(89777,9911,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89778,9911,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 50/50 RM &times; 20, Disposable Head Bands &times; 1, Wet Comb &times; 6'),(89779,9912,'_product_id','23'),(89780,9912,'_variation_id','0'),(89781,9912,'_qty','3'),(89782,9912,'_tax_class',''),(89783,9912,'_line_subtotal','205.62'),(89784,9912,'_line_subtotal_tax','0'),(89785,9912,'_line_total','205.62'),(89786,9912,'_line_tax','0'),(89787,9912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89788,9913,'_product_id','42'),(89789,9913,'_variation_id','0'),(89790,9913,'_qty','2'),(89791,9913,'_tax_class',''),(89792,9913,'_line_subtotal','158.4'),(89793,9913,'_line_subtotal_tax','0'),(89794,9913,'_line_total','158.4'),(89795,9913,'_line_tax','0'),(89796,9913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89797,9914,'_product_id','45'),(89798,9914,'_variation_id','0'),(89799,9914,'_qty','2'),(89800,9914,'_tax_class',''),(89801,9914,'_line_subtotal','84.48'),(89802,9914,'_line_subtotal_tax','0'),(89803,9914,'_line_total','84.48'),(89804,9914,'_line_tax','0'),(89805,9914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89806,9915,'_product_id','43'),(89807,9915,'_variation_id','0'),(89808,9915,'_qty','2'),(89809,9915,'_tax_class',''),(89810,9915,'_line_subtotal','158.4'),(89811,9915,'_line_subtotal_tax','0'),(89812,9915,'_line_total','158.4'),(89813,9915,'_line_tax','0'),(89814,9915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89815,9916,'_product_id','49'),(89816,9916,'_variation_id','0'),(89817,9916,'_qty','2'),(89818,9916,'_tax_class',''),(89819,9916,'_line_subtotal','158.4'),(89820,9916,'_line_subtotal_tax','0'),(89821,9916,'_line_total','158.4'),(89822,9916,'_line_tax','0'),(89823,9916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89824,9917,'_product_id','489'),(89825,9917,'_variation_id','0'),(89826,9917,'_qty','20'),(89827,9917,'_tax_class',''),(89828,9917,'_line_subtotal','380.8'),(89829,9917,'_line_subtotal_tax','0'),(89830,9917,'_line_total','380.8'),(89831,9917,'_line_tax','0'),(89832,9917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89833,9918,'_product_id','133'),(89834,9918,'_variation_id','0'),(89835,9918,'_qty','1'),(89836,9918,'_tax_class',''),(89837,9918,'_line_subtotal','14.3'),(89838,9918,'_line_subtotal_tax','0'),(89839,9918,'_line_total','14.3'),(89840,9918,'_line_tax','0'),(89841,9918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89842,9919,'_product_id','320'),(89843,9919,'_variation_id','0'),(89844,9919,'_qty','6'),(89845,9919,'_tax_class',''),(89846,9919,'_line_subtotal','22.5'),(89847,9919,'_line_subtotal_tax','0'),(89848,9919,'_line_total','22.5'),(89849,9919,'_line_tax','0'),(89850,9919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89851,9920,'method_id','free_shipping'),(89852,9920,'instance_id','2'),(89853,9920,'cost','0.00'),(89854,9920,'total_tax','0'),(89855,9920,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89856,9920,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 50/50 RM &times; 20, Disposable Head Bands &times; 1, Wet Comb &times; 6'),(89857,9921,'_product_id','42'),(89858,9921,'_variation_id','0'),(89859,9921,'_qty','1'),(89860,9921,'_tax_class',''),(89861,9921,'_line_subtotal','79.2'),(89862,9921,'_line_subtotal_tax','0'),(89863,9921,'_line_total','79.2'),(89864,9921,'_line_tax','0'),(89865,9921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89866,9922,'_product_id','41'),(89867,9922,'_variation_id','0'),(89868,9922,'_qty','3'),(89869,9922,'_tax_class',''),(89870,9922,'_line_subtotal','199.44'),(89871,9922,'_line_subtotal_tax','0'),(89872,9922,'_line_total','199.44'),(89873,9922,'_line_tax','0'),(89874,9922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89875,9923,'_product_id','45'),(89876,9923,'_variation_id','0'),(89877,9923,'_qty','6'),(89878,9923,'_tax_class',''),(89879,9923,'_line_subtotal','253.44'),(89880,9923,'_line_subtotal_tax','0'),(89881,9923,'_line_total','253.44'),(89882,9923,'_line_tax','0'),(89883,9923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89884,9924,'_product_id','2110'),(89885,9924,'_variation_id','0'),(89886,9924,'_qty','3'),(89887,9924,'_tax_class',''),(89888,9924,'_line_subtotal','214.2'),(89889,9924,'_line_subtotal_tax','0'),(89890,9924,'_line_total','214.2'),(89891,9924,'_line_tax','0'),(89892,9924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89893,9925,'_product_id','2113'),(89894,9925,'_variation_id','0'),(89895,9925,'_qty','2'),(89896,9925,'_tax_class',''),(89897,9925,'_line_subtotal','344'),(89898,9925,'_line_subtotal_tax','0'),(89899,9925,'_line_total','344'),(89900,9925,'_line_tax','0'),(89901,9925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89902,9926,'_product_id','43'),(89903,9926,'_variation_id','0'),(89904,9926,'_qty','2'),(89905,9926,'_tax_class',''),(89906,9926,'_line_subtotal','158.4'),(89907,9926,'_line_subtotal_tax','0'),(89908,9926,'_line_total','158.4'),(89909,9926,'_line_tax','0'),(89910,9926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89911,9927,'_product_id','490'),(89912,9927,'_variation_id','0'),(89913,9927,'_qty','20'),(89914,9927,'_tax_class',''),(89915,9927,'_line_subtotal','392'),(89916,9927,'_line_subtotal_tax','0'),(89917,9927,'_line_total','392'),(89918,9927,'_line_tax','0'),(89919,9927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89920,9928,'_product_id','487'),(89921,9928,'_variation_id','0'),(89922,9928,'_qty','4'),(89923,9928,'_tax_class',''),(89924,9928,'_line_subtotal','125.4'),(89925,9928,'_line_subtotal_tax','0'),(89926,9928,'_line_total','125.4'),(89927,9928,'_line_tax','0'),(89928,9928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89929,9929,'method_id','free_shipping'),(89930,9929,'instance_id','2'),(89931,9929,'cost','0.00'),(89932,9929,'total_tax','0'),(89933,9929,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89934,9929,'Items','Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 4'),(89935,9930,'_product_id','45'),(89936,9930,'_variation_id','0'),(89937,9930,'_qty','1'),(89938,9930,'_tax_class',''),(89939,9930,'_line_subtotal','42.24'),(89940,9930,'_line_subtotal_tax','0'),(89941,9930,'_line_total','42.24'),(89942,9930,'_line_tax','0'),(89943,9930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89944,9931,'_product_id','41'),(89945,9931,'_variation_id','0'),(89946,9931,'_qty','3'),(89947,9931,'_tax_class',''),(89948,9931,'_line_subtotal','199.44'),(89949,9931,'_line_subtotal_tax','0'),(89950,9931,'_line_total','199.44'),(89951,9931,'_line_tax','0'),(89952,9931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89953,9932,'_product_id','43'),(89954,9932,'_variation_id','0'),(89955,9932,'_qty','1'),(89956,9932,'_tax_class',''),(89957,9932,'_line_subtotal','79.2'),(89958,9932,'_line_subtotal_tax','0'),(89959,9932,'_line_total','79.2'),(89960,9932,'_line_tax','0'),(89961,9932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89962,9933,'_product_id','23'),(89963,9933,'_variation_id','0'),(89964,9933,'_qty','1'),(89965,9933,'_tax_class',''),(89966,9933,'_line_subtotal','68.54'),(89967,9933,'_line_subtotal_tax','0'),(89968,9933,'_line_total','68.54'),(89969,9933,'_line_tax','0'),(89970,9933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89971,9934,'_product_id','38'),(89972,9934,'_variation_id','0'),(89973,9934,'_qty','2'),(89974,9934,'_tax_class',''),(89975,9934,'_line_subtotal','331.52'),(89976,9934,'_line_subtotal_tax','0'),(89977,9934,'_line_total','331.52'),(89978,9934,'_line_tax','0'),(89979,9934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(89980,9935,'method_id','free_shipping'),(89981,9935,'instance_id','2'),(89982,9935,'cost','0.00'),(89983,9935,'total_tax','0'),(89984,9935,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(89985,9935,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 2'),(89986,9809,'thwma_order_shipping_status','wc-pending'),(89987,9810,'thwma_order_shipping_status','wc-pending'),(89988,9811,'thwma_order_shipping_status','wc-pending'),(89989,9812,'thwma_order_shipping_status','wc-pending'),(89990,9813,'thwma_order_shipping_status','wc-pending'),(89991,9814,'thwma_order_shipping_status','wc-pending'),(89992,9921,'thwma_order_shipping_status','wc-pending'),(89993,9922,'thwma_order_shipping_status','wc-pending'),(89994,9923,'thwma_order_shipping_status','wc-pending'),(89995,9924,'thwma_order_shipping_status','wc-pending'),(89996,9925,'thwma_order_shipping_status','wc-pending'),(89997,9926,'thwma_order_shipping_status','wc-pending'),(89998,9927,'thwma_order_shipping_status','wc-pending'),(89999,9928,'thwma_order_shipping_status','wc-pending'),(90000,9930,'thwma_order_shipping_status','wc-pending'),(90001,9931,'thwma_order_shipping_status','wc-pending'),(90002,9932,'thwma_order_shipping_status','wc-pending'),(90003,9933,'thwma_order_shipping_status','wc-pending'),(90004,9934,'thwma_order_shipping_status','wc-pending'),(90005,9912,'thwma_order_shipping_status','wc-pending'),(90006,9913,'thwma_order_shipping_status','wc-pending'),(90007,9914,'thwma_order_shipping_status','wc-pending'),(90008,9915,'thwma_order_shipping_status','wc-pending'),(90009,9916,'thwma_order_shipping_status','wc-pending'),(90010,9917,'thwma_order_shipping_status','wc-pending'),(90011,9918,'thwma_order_shipping_status','wc-pending'),(90012,9919,'thwma_order_shipping_status','wc-pending'),(90013,9936,'_product_id','2113'),(90014,9936,'_variation_id','0'),(90015,9936,'_qty','1'),(90016,9936,'_tax_class',''),(90017,9936,'_line_subtotal','172'),(90018,9936,'_line_subtotal_tax','0'),(90019,9936,'_line_total','172'),(90020,9936,'_line_tax','0'),(90021,9936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90022,9937,'_product_id','2110'),(90023,9937,'_variation_id','0'),(90024,9937,'_qty','3'),(90025,9937,'_tax_class',''),(90026,9937,'_line_subtotal','214.2'),(90027,9937,'_line_subtotal_tax','0'),(90028,9937,'_line_total','214.2'),(90029,9937,'_line_tax','0'),(90030,9937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90031,9938,'_product_id','41'),(90032,9938,'_variation_id','0'),(90033,9938,'_qty','4'),(90034,9938,'_tax_class',''),(90035,9938,'_line_subtotal','265.92'),(90036,9938,'_line_subtotal_tax','0'),(90037,9938,'_line_total','265.92'),(90038,9938,'_line_tax','0'),(90039,9938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90040,9939,'_product_id','43'),(90041,9939,'_variation_id','0'),(90042,9939,'_qty','2'),(90043,9939,'_tax_class',''),(90044,9939,'_line_subtotal','158.4'),(90045,9939,'_line_subtotal_tax','0'),(90046,9939,'_line_total','158.4'),(90047,9939,'_line_tax','0'),(90048,9939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90049,9940,'_product_id','490'),(90050,9940,'_variation_id','0'),(90051,9940,'_qty','30'),(90052,9940,'_tax_class',''),(90053,9940,'_line_subtotal','588'),(90054,9940,'_line_subtotal_tax','0'),(90055,9940,'_line_total','588'),(90056,9940,'_line_tax','0'),(90057,9940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90058,9941,'_product_id','487'),(90059,9941,'_variation_id','0'),(90060,9941,'_qty','3'),(90061,9941,'_tax_class',''),(90062,9941,'_line_subtotal','94.05'),(90063,9941,'_line_subtotal_tax','0'),(90064,9941,'_line_total','94.05'),(90065,9941,'_line_tax','0'),(90066,9941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90067,9942,'_product_id','320'),(90068,9942,'_variation_id','0'),(90069,9942,'_qty','6'),(90070,9942,'_tax_class',''),(90071,9942,'_line_subtotal','22.5'),(90072,9942,'_line_subtotal_tax','0'),(90073,9942,'_line_total','22.5'),(90074,9942,'_line_tax','0'),(90075,9942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90076,9943,'method_id','free_shipping'),(90077,9943,'instance_id','2'),(90078,9943,'cost','0.00'),(90079,9943,'total_tax','0'),(90080,9943,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90081,9943,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 30, Bulk Mousse 1 Gallon RM &times; 3, Wet Comb &times; 6'),(90082,9944,'_product_id','116'),(90083,9944,'_variation_id','0'),(90084,9944,'_qty','1'),(90085,9944,'_tax_class',''),(90086,9944,'_line_subtotal','145.44'),(90087,9944,'_line_subtotal_tax','0'),(90088,9944,'_line_total','145.44'),(90089,9944,'_line_tax','0'),(90090,9944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90091,9945,'_product_id','490'),(90092,9945,'_variation_id','0'),(90093,9945,'_qty','9'),(90094,9945,'_tax_class',''),(90095,9945,'_line_subtotal','176.4'),(90096,9945,'_line_subtotal_tax','0'),(90097,9945,'_line_total','176.4'),(90098,9945,'_line_tax','0'),(90099,9945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90100,9946,'_product_id','487'),(90101,9946,'_variation_id','0'),(90102,9946,'_qty','3'),(90103,9946,'_tax_class',''),(90104,9946,'_line_subtotal','94.05'),(90105,9946,'_line_subtotal_tax','0'),(90106,9946,'_line_total','94.05'),(90107,9946,'_line_tax','0'),(90108,9946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90109,9947,'_product_id','41'),(90110,9947,'_variation_id','0'),(90111,9947,'_qty','9'),(90112,9947,'_tax_class',''),(90113,9947,'_line_subtotal','598.32'),(90114,9947,'_line_subtotal_tax','0'),(90115,9947,'_line_total','598.32'),(90116,9947,'_line_tax','0'),(90117,9947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90118,9948,'method_id','free_shipping'),(90119,9948,'instance_id','2'),(90120,9948,'cost','0.00'),(90121,9948,'total_tax','0'),(90122,9948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90123,9948,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Bulk Active Rinse 100% RM &times; 9, Bulk Mousse 1 Gallon RM &times; 3, Professional Lice Comb(Case of 12) &times; 9'),(90124,9949,'_product_id','23'),(90125,9949,'_variation_id','0'),(90126,9949,'_qty','4'),(90127,9949,'_tax_class',''),(90128,9949,'_line_subtotal','274.16'),(90129,9949,'_line_subtotal_tax','0'),(90130,9949,'_line_total','274.16'),(90131,9949,'_line_tax','0'),(90132,9949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90133,9950,'_product_id','118'),(90134,9950,'_variation_id','0'),(90135,9950,'_qty','1'),(90136,9950,'_tax_class',''),(90137,9950,'_line_subtotal','184.8'),(90138,9950,'_line_subtotal_tax','0'),(90139,9950,'_line_total','184.8'),(90140,9950,'_line_tax','0'),(90141,9950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90142,9951,'_product_id','23'),(90143,9951,'_variation_id','0'),(90144,9951,'_qty','1'),(90145,9951,'_tax_class',''),(90146,9951,'_line_subtotal','68.54'),(90147,9951,'_line_subtotal_tax','0'),(90148,9951,'_line_total','68.54'),(90149,9951,'_line_tax','0'),(90150,9951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90151,9952,'method_id','free_shipping'),(90152,9952,'instance_id','2'),(90153,9952,'cost','0.00'),(90154,9952,'total_tax','0'),(90155,9952,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90156,9952,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Urgent Care & Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 1'),(90157,9953,'_product_id','2110'),(90158,9953,'_variation_id','0'),(90159,9953,'_qty','4'),(90160,9953,'_tax_class',''),(90161,9953,'_line_subtotal','285.6'),(90162,9953,'_line_subtotal_tax','0'),(90163,9953,'_line_total','285.6'),(90164,9953,'_line_tax','0'),(90165,9953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90166,9954,'_product_id','2113'),(90167,9954,'_variation_id','0'),(90168,9954,'_qty','3'),(90169,9954,'_tax_class',''),(90170,9954,'_line_subtotal','516'),(90171,9954,'_line_subtotal_tax','0'),(90172,9954,'_line_total','516'),(90173,9954,'_line_tax','0'),(90174,9954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90175,9955,'_product_id','2110'),(90176,9955,'_variation_id','0'),(90177,9955,'_qty','2'),(90178,9955,'_tax_class',''),(90179,9955,'_line_subtotal','142.8'),(90180,9955,'_line_subtotal_tax','0'),(90181,9955,'_line_total','142.8'),(90182,9955,'_line_tax','0'),(90183,9955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90184,9956,'method_id','free_shipping'),(90185,9956,'instance_id','2'),(90186,9956,'cost','0.00'),(90187,9956,'total_tax','0'),(90188,9956,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90189,9956,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 3, Active Rinse 8oz 100%(Case of 12) &times; 2'),(90190,9953,'thwma_order_shipping_status','wc-pending'),(90191,9954,'thwma_order_shipping_status','wc-pending'),(90192,9955,'thwma_order_shipping_status','wc-pending'),(90201,9944,'thwma_order_shipping_status','wc-pending'),(90202,9945,'thwma_order_shipping_status','wc-pending'),(90203,9946,'thwma_order_shipping_status','wc-pending'),(90204,9947,'thwma_order_shipping_status','wc-pending'),(90205,9936,'thwma_order_shipping_status','wc-pending'),(90206,9937,'thwma_order_shipping_status','wc-pending'),(90207,9938,'thwma_order_shipping_status','wc-pending'),(90208,9939,'thwma_order_shipping_status','wc-pending'),(90209,9940,'thwma_order_shipping_status','wc-pending'),(90210,9941,'thwma_order_shipping_status','wc-pending'),(90211,9942,'thwma_order_shipping_status','wc-pending'),(90212,9957,'_product_id','39'),(90213,9957,'_variation_id','0'),(90214,9957,'_qty','2'),(90215,9957,'_tax_class',''),(90216,9957,'_line_subtotal','158.4'),(90217,9957,'_line_subtotal_tax','0'),(90218,9957,'_line_total','158.4'),(90219,9957,'_line_tax','0'),(90220,9957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90221,9958,'_product_id','40'),(90222,9958,'_variation_id','0'),(90223,9958,'_qty','2'),(90224,9958,'_tax_class',''),(90225,9958,'_line_subtotal','158.4'),(90226,9958,'_line_subtotal_tax','0'),(90227,9958,'_line_total','158.4'),(90228,9958,'_line_tax','0'),(90229,9958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90230,9959,'_product_id','42'),(90231,9959,'_variation_id','0'),(90232,9959,'_qty','3'),(90233,9959,'_tax_class',''),(90234,9959,'_line_subtotal','237.6'),(90235,9959,'_line_subtotal_tax','0'),(90236,9959,'_line_total','237.6'),(90237,9959,'_line_tax','0'),(90238,9959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90239,9960,'_product_id','43'),(90240,9960,'_variation_id','0'),(90241,9960,'_qty','4'),(90242,9960,'_tax_class',''),(90243,9960,'_line_subtotal','316.8'),(90244,9960,'_line_subtotal_tax','0'),(90245,9960,'_line_total','316.8'),(90246,9960,'_line_tax','0'),(90247,9960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90248,9961,'_product_id','49'),(90249,9961,'_variation_id','0'),(90250,9961,'_qty','4'),(90251,9961,'_tax_class',''),(90252,9961,'_line_subtotal','316.8'),(90253,9961,'_line_subtotal_tax','0'),(90254,9961,'_line_total','316.8'),(90255,9961,'_line_tax','0'),(90256,9961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90257,9962,'_product_id','41'),(90258,9962,'_variation_id','0'),(90259,9962,'_qty','5'),(90260,9962,'_tax_class',''),(90261,9962,'_line_subtotal','332.4'),(90262,9962,'_line_subtotal_tax','0'),(90263,9962,'_line_total','332.4'),(90264,9962,'_line_tax','0'),(90265,9962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90266,9963,'_product_id','45'),(90267,9963,'_variation_id','0'),(90268,9963,'_qty','2'),(90269,9963,'_tax_class',''),(90270,9963,'_line_subtotal','84.48'),(90271,9963,'_line_subtotal_tax','0'),(90272,9963,'_line_total','84.48'),(90273,9963,'_line_tax','0'),(90274,9963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90275,9964,'_product_id','490'),(90276,9964,'_variation_id','0'),(90277,9964,'_qty','10'),(90278,9964,'_tax_class',''),(90279,9964,'_line_subtotal','196'),(90280,9964,'_line_subtotal_tax','0'),(90281,9964,'_line_total','196'),(90282,9964,'_line_tax','0'),(90283,9964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90284,9965,'method_id','free_shipping'),(90285,9965,'instance_id','2'),(90286,9965,'cost','0.00'),(90287,9965,'total_tax','0'),(90288,9965,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90289,9965,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(90290,9966,'_product_id','2110'),(90291,9966,'_variation_id','0'),(90292,9966,'_qty','5'),(90293,9966,'_tax_class',''),(90294,9966,'_line_subtotal','357'),(90295,9966,'_line_subtotal_tax','0'),(90296,9966,'_line_total','357'),(90297,9966,'_line_tax','0'),(90298,9966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90299,9967,'_product_id','93'),(90300,9967,'_variation_id','0'),(90301,9967,'_qty','10'),(90302,9967,'_tax_class',''),(90303,9967,'_line_subtotal','0'),(90304,9967,'_line_subtotal_tax','0'),(90305,9967,'_line_total','0'),(90306,9967,'_line_tax','0'),(90307,9967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90308,9968,'_product_id','133'),(90309,9968,'_variation_id','0'),(90310,9968,'_qty','5'),(90311,9968,'_tax_class',''),(90312,9968,'_line_subtotal','71.5'),(90313,9968,'_line_subtotal_tax','0'),(90314,9968,'_line_total','71.5'),(90315,9968,'_line_tax','0'),(90316,9968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90317,9969,'method_id','fedex'),(90318,9969,'instance_id','1'),(90319,9969,'cost','43.56'),(90320,9969,'total_tax','0'),(90321,9969,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90322,9969,'Package 1','17 × 14 × 10 (in) 38.7lbs × 1'),(90323,9969,'Package 2','17 × 14 × 10 (in) 27.3lbs × 1'),(90324,9970,'_product_id','2110'),(90325,9970,'_variation_id','0'),(90326,9970,'_qty','5'),(90327,9970,'_tax_class',''),(90328,9970,'_line_subtotal','357'),(90329,9970,'_line_subtotal_tax','0'),(90330,9970,'_line_total','357'),(90331,9970,'_line_tax','0'),(90332,9970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90333,9971,'_product_id','45'),(90334,9971,'_variation_id','0'),(90335,9971,'_qty','1'),(90336,9971,'_tax_class',''),(90337,9971,'_line_subtotal','42.24'),(90338,9971,'_line_subtotal_tax','0'),(90339,9971,'_line_total','42.24'),(90340,9971,'_line_tax','0'),(90341,9971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90342,9972,'_product_id','93'),(90343,9972,'_variation_id','0'),(90344,9972,'_qty','10'),(90345,9972,'_tax_class',''),(90346,9972,'_line_subtotal','0'),(90347,9972,'_line_subtotal_tax','0'),(90348,9972,'_line_total','0'),(90349,9972,'_line_tax','0'),(90350,9972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90351,9973,'_product_id','99'),(90352,9973,'_variation_id','0'),(90353,9973,'_qty','1'),(90354,9973,'_tax_class',''),(90355,9973,'_line_subtotal','0'),(90356,9973,'_line_subtotal_tax','0'),(90357,9973,'_line_total','0'),(90358,9973,'_line_tax','0'),(90359,9973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90360,9974,'_product_id','97'),(90361,9974,'_variation_id','0'),(90362,9974,'_qty','1'),(90363,9974,'_tax_class',''),(90364,9974,'_line_subtotal','0'),(90365,9974,'_line_subtotal_tax','0'),(90366,9974,'_line_total','0'),(90367,9974,'_line_tax','0'),(90368,9974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90369,9975,'method_id','fedex'),(90370,9975,'instance_id','1'),(90371,9975,'cost','344.16'),(90372,9975,'total_tax','0'),(90373,9975,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90374,9975,'Package 1','17 × 14 × 10 (in) 40.95lbs × 1'),(90375,9975,'Package 2','17 × 14 × 10 (in) 40.1lbs × 1'),(90376,9975,'Package 3','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(90377,9976,'_product_id','490'),(90378,9976,'_variation_id','0'),(90379,9976,'_qty','10'),(90380,9976,'_tax_class',''),(90381,9976,'_line_subtotal','196'),(90382,9976,'_line_subtotal_tax','0'),(90383,9976,'_line_total','196'),(90384,9976,'_line_tax','0'),(90385,9976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90386,9977,'_product_id','45'),(90387,9977,'_variation_id','0'),(90388,9977,'_qty','1'),(90389,9977,'_tax_class',''),(90390,9977,'_line_subtotal','42.24'),(90391,9977,'_line_subtotal_tax','0'),(90392,9977,'_line_total','42.24'),(90393,9977,'_line_tax','0'),(90394,9977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90395,9978,'_product_id','2110'),(90396,9978,'_variation_id','0'),(90397,9978,'_qty','5'),(90398,9978,'_tax_class',''),(90399,9978,'_line_subtotal','357'),(90400,9978,'_line_subtotal_tax','0'),(90401,9978,'_line_total','357'),(90402,9978,'_line_tax','0'),(90403,9978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90404,9979,'_product_id','488'),(90405,9979,'_variation_id','0'),(90406,9979,'_qty','1'),(90407,9979,'_tax_class',''),(90408,9979,'_line_subtotal','31.35'),(90409,9979,'_line_subtotal_tax','0'),(90410,9979,'_line_total','31.35'),(90411,9979,'_line_tax','0'),(90412,9979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90413,9980,'_product_id','487'),(90414,9980,'_variation_id','0'),(90415,9980,'_qty','1'),(90416,9980,'_tax_class',''),(90417,9980,'_line_subtotal','31.35'),(90418,9980,'_line_subtotal_tax','0'),(90419,9980,'_line_total','31.35'),(90420,9980,'_line_tax','0'),(90421,9980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90422,9981,'method_id','free_shipping'),(90423,9981,'instance_id','2'),(90424,9981,'cost','0.00'),(90425,9981,'total_tax','0'),(90426,9981,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90427,9981,'Items','Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(90428,9982,'_product_id','2110'),(90429,9982,'_variation_id','0'),(90430,9982,'_qty','5'),(90431,9982,'_tax_class',''),(90432,9982,'_line_subtotal','357'),(90433,9982,'_line_subtotal_tax','0'),(90434,9982,'_line_total','357'),(90435,9982,'_line_tax','0'),(90436,9982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90437,9983,'_product_id','490'),(90438,9983,'_variation_id','0'),(90439,9983,'_qty','10'),(90440,9983,'_tax_class',''),(90441,9983,'_line_subtotal','196'),(90442,9983,'_line_subtotal_tax','0'),(90443,9983,'_line_total','196'),(90444,9983,'_line_tax','0'),(90445,9983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90446,9984,'_product_id','133'),(90447,9984,'_variation_id','0'),(90448,9984,'_qty','5'),(90449,9984,'_tax_class',''),(90450,9984,'_line_subtotal','71.5'),(90451,9984,'_line_subtotal_tax','0'),(90452,9984,'_line_total','71.5'),(90453,9984,'_line_tax','0'),(90454,9984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90455,9985,'method_id','free_shipping'),(90456,9985,'instance_id','2'),(90457,9985,'cost','0.00'),(90458,9985,'total_tax','0'),(90459,9985,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90460,9985,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 5'),(90461,9957,'thwma_order_shipping_status','wc-pending'),(90462,9958,'thwma_order_shipping_status','wc-pending'),(90463,9959,'thwma_order_shipping_status','wc-pending'),(90464,9960,'thwma_order_shipping_status','wc-pending'),(90465,9961,'thwma_order_shipping_status','wc-pending'),(90466,9962,'thwma_order_shipping_status','wc-pending'),(90467,9963,'thwma_order_shipping_status','wc-pending'),(90468,9964,'thwma_order_shipping_status','wc-pending'),(90469,9982,'thwma_order_shipping_status','wc-pending'),(90470,9983,'thwma_order_shipping_status','wc-pending'),(90471,9984,'thwma_order_shipping_status','wc-pending'),(90472,9949,'thwma_order_shipping_status','wc-pending'),(90473,9950,'thwma_order_shipping_status','wc-pending'),(90474,9951,'thwma_order_shipping_status','wc-pending'),(90475,9976,'thwma_order_shipping_status','wc-pending'),(90476,9977,'thwma_order_shipping_status','wc-pending'),(90477,9978,'thwma_order_shipping_status','wc-pending'),(90478,9979,'thwma_order_shipping_status','wc-pending'),(90479,9980,'thwma_order_shipping_status','wc-pending'),(90480,9986,'_product_id','41'),(90481,9986,'_variation_id','0'),(90482,9986,'_qty','2'),(90483,9986,'_tax_class',''),(90484,9986,'_line_subtotal','132.96'),(90485,9986,'_line_subtotal_tax','0'),(90486,9986,'_line_total','132.96'),(90487,9986,'_line_tax','0'),(90488,9986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90489,9987,'_product_id','42'),(90490,9987,'_variation_id','0'),(90491,9987,'_qty','1'),(90492,9987,'_tax_class',''),(90493,9987,'_line_subtotal','79.2'),(90494,9987,'_line_subtotal_tax','0'),(90495,9987,'_line_total','79.2'),(90496,9987,'_line_tax','0'),(90497,9987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90498,9988,'_product_id','39'),(90499,9988,'_variation_id','0'),(90500,9988,'_qty','1'),(90501,9988,'_tax_class',''),(90502,9988,'_line_subtotal','79.2'),(90503,9988,'_line_subtotal_tax','0'),(90504,9988,'_line_total','79.2'),(90505,9988,'_line_tax','0'),(90506,9988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90507,9989,'_product_id','40'),(90508,9989,'_variation_id','0'),(90509,9989,'_qty','1'),(90510,9989,'_tax_class',''),(90511,9989,'_line_subtotal','79.2'),(90512,9989,'_line_subtotal_tax','0'),(90513,9989,'_line_total','79.2'),(90514,9989,'_line_tax','0'),(90515,9989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90516,9990,'_product_id','49'),(90517,9990,'_variation_id','0'),(90518,9990,'_qty','2'),(90519,9990,'_tax_class',''),(90520,9990,'_line_subtotal','158.4'),(90521,9990,'_line_subtotal_tax','0'),(90522,9990,'_line_total','158.4'),(90523,9990,'_line_tax','0'),(90524,9990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90525,9991,'_product_id','490'),(90526,9991,'_variation_id','0'),(90527,9991,'_qty','9'),(90528,9991,'_tax_class',''),(90529,9991,'_line_subtotal','176.4'),(90530,9991,'_line_subtotal_tax','0'),(90531,9991,'_line_total','176.4'),(90532,9991,'_line_tax','0'),(90533,9991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90534,9992,'method_id','free_shipping'),(90535,9992,'instance_id','2'),(90536,9992,'cost','0.00'),(90537,9992,'total_tax','0'),(90538,9992,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90539,9992,'Items','Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 9'),(90546,9986,'thwma_order_shipping_status','wc-pending'),(90547,9987,'thwma_order_shipping_status','wc-pending'),(90548,9988,'thwma_order_shipping_status','wc-pending'),(90549,9989,'thwma_order_shipping_status','wc-pending'),(90550,9990,'thwma_order_shipping_status','wc-pending'),(90551,9991,'thwma_order_shipping_status','wc-pending'),(90552,9993,'_product_id','23'),(90553,9993,'_variation_id','0'),(90554,9993,'_qty','1'),(90555,9993,'_tax_class',''),(90556,9993,'_line_subtotal','68.54'),(90557,9993,'_line_subtotal_tax','0'),(90558,9993,'_line_total','68.54'),(90559,9993,'_line_tax','0'),(90560,9993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90561,9994,'_product_id','38'),(90562,9994,'_variation_id','0'),(90563,9994,'_qty','1'),(90564,9994,'_tax_class',''),(90565,9994,'_line_subtotal','165.76'),(90566,9994,'_line_subtotal_tax','0'),(90567,9994,'_line_total','165.76'),(90568,9994,'_line_tax','0'),(90569,9994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90570,9995,'_product_id','41'),(90571,9995,'_variation_id','0'),(90572,9995,'_qty','4'),(90573,9995,'_tax_class',''),(90574,9995,'_line_subtotal','265.92'),(90575,9995,'_line_subtotal_tax','0'),(90576,9995,'_line_total','265.92'),(90577,9995,'_line_tax','0'),(90578,9995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90579,9996,'_product_id','45'),(90580,9996,'_variation_id','0'),(90581,9996,'_qty','1'),(90582,9996,'_tax_class',''),(90583,9996,'_line_subtotal','42.24'),(90584,9996,'_line_subtotal_tax','0'),(90585,9996,'_line_total','42.24'),(90586,9996,'_line_tax','0'),(90587,9996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90588,9997,'_product_id','39'),(90589,9997,'_variation_id','0'),(90590,9997,'_qty','2'),(90591,9997,'_tax_class',''),(90592,9997,'_line_subtotal','158.4'),(90593,9997,'_line_subtotal_tax','0'),(90594,9997,'_line_total','158.4'),(90595,9997,'_line_tax','0'),(90596,9997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90597,9998,'_product_id','40'),(90598,9998,'_variation_id','0'),(90599,9998,'_qty','1'),(90600,9998,'_tax_class',''),(90601,9998,'_line_subtotal','79.2'),(90602,9998,'_line_subtotal_tax','0'),(90603,9998,'_line_total','79.2'),(90604,9998,'_line_tax','0'),(90605,9998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90606,9999,'_product_id','120'),(90607,9999,'_variation_id','0'),(90608,9999,'_qty','2'),(90609,9999,'_tax_class',''),(90610,9999,'_line_subtotal','105.6'),(90611,9999,'_line_subtotal_tax','0'),(90612,9999,'_line_total','105.6'),(90613,9999,'_line_tax','0'),(90614,9999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90615,10000,'_product_id','43'),(90616,10000,'_variation_id','0'),(90617,10000,'_qty','3'),(90618,10000,'_tax_class',''),(90619,10000,'_line_subtotal','237.6'),(90620,10000,'_line_subtotal_tax','0'),(90621,10000,'_line_total','237.6'),(90622,10000,'_line_tax','0'),(90623,10000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90624,10001,'_product_id','49'),(90625,10001,'_variation_id','0'),(90626,10001,'_qty','2'),(90627,10001,'_tax_class',''),(90628,10001,'_line_subtotal','158.4'),(90629,10001,'_line_subtotal_tax','0'),(90630,10001,'_line_total','158.4'),(90631,10001,'_line_tax','0'),(90632,10001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90633,10002,'method_id','free_shipping'),(90634,10002,'instance_id','2'),(90635,10002,'cost','0.00'),(90636,10002,'total_tax','0'),(90637,10002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90638,10002,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(90639,9993,'thwma_order_shipping_status','wc-pending'),(90640,9994,'thwma_order_shipping_status','wc-pending'),(90641,9995,'thwma_order_shipping_status','wc-pending'),(90642,9996,'thwma_order_shipping_status','wc-pending'),(90643,9997,'thwma_order_shipping_status','wc-pending'),(90644,9998,'thwma_order_shipping_status','wc-pending'),(90645,9999,'thwma_order_shipping_status','wc-pending'),(90646,10000,'thwma_order_shipping_status','wc-pending'),(90647,10001,'thwma_order_shipping_status','wc-pending'),(90648,10003,'_product_id','2113'),(90649,10003,'_variation_id','0'),(90650,10003,'_qty','4'),(90651,10003,'_tax_class',''),(90652,10003,'_line_subtotal','688'),(90653,10003,'_line_subtotal_tax','0'),(90654,10003,'_line_total','688'),(90655,10003,'_line_tax','0'),(90656,10003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90657,10004,'_product_id','41'),(90658,10004,'_variation_id','0'),(90659,10004,'_qty','8'),(90660,10004,'_tax_class',''),(90661,10004,'_line_subtotal','531.84'),(90662,10004,'_line_subtotal_tax','0'),(90663,10004,'_line_total','531.84'),(90664,10004,'_line_tax','0'),(90665,10004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90666,10005,'_product_id','120'),(90667,10005,'_variation_id','0'),(90668,10005,'_qty','1'),(90669,10005,'_tax_class',''),(90670,10005,'_line_subtotal','52.8'),(90671,10005,'_line_subtotal_tax','0'),(90672,10005,'_line_total','52.8'),(90673,10005,'_line_tax','0'),(90674,10005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90675,10006,'_product_id','49'),(90676,10006,'_variation_id','0'),(90677,10006,'_qty','4'),(90678,10006,'_tax_class',''),(90679,10006,'_line_subtotal','316.8'),(90680,10006,'_line_subtotal_tax','0'),(90681,10006,'_line_total','316.8'),(90682,10006,'_line_tax','0'),(90683,10006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90684,10007,'method_id','free_shipping'),(90685,10007,'instance_id','2'),(90686,10007,'cost','0.00'),(90687,10007,'total_tax','0'),(90688,10007,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90689,10007,'Items','Active Rinse 16oz 100%(Case of 16) &times; 4, Professional Lice Comb(Case of 12) &times; 8, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(90690,10008,'_product_id','23'),(90691,10008,'_variation_id','0'),(90692,10008,'_qty','2'),(90693,10008,'_tax_class',''),(90694,10008,'_line_subtotal','137.08'),(90695,10008,'_line_subtotal_tax','0'),(90696,10008,'_line_total','137.08'),(90697,10008,'_line_tax','0'),(90698,10008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90699,10009,'_product_id','49'),(90700,10009,'_variation_id','0'),(90701,10009,'_qty','2'),(90702,10009,'_tax_class',''),(90703,10009,'_line_subtotal','158.4'),(90704,10009,'_line_subtotal_tax','0'),(90705,10009,'_line_total','158.4'),(90706,10009,'_line_tax','0'),(90707,10009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90708,10010,'_product_id','44'),(90709,10010,'_variation_id','0'),(90710,10010,'_qty','2'),(90711,10010,'_tax_class',''),(90712,10010,'_line_subtotal','232.32'),(90713,10010,'_line_subtotal_tax','0'),(90714,10010,'_line_total','232.32'),(90715,10010,'_line_tax','0'),(90716,10010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90717,10011,'method_id','free_shipping'),(90718,10011,'instance_id','2'),(90719,10011,'cost','0.00'),(90720,10011,'total_tax','0'),(90721,10011,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90722,10011,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2'),(90756,10016,'_product_id','23'),(90757,10016,'_variation_id','0'),(90758,10016,'_qty','1'),(90759,10016,'_tax_class',''),(90760,10016,'_line_subtotal','68.54'),(90761,10016,'_line_subtotal_tax','0'),(90762,10016,'_line_total','68.54'),(90763,10016,'_line_tax','0'),(90764,10016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90765,10017,'_product_id','41'),(90766,10017,'_variation_id','0'),(90767,10017,'_qty','1'),(90768,10017,'_tax_class',''),(90769,10017,'_line_subtotal','66.48'),(90770,10017,'_line_subtotal_tax','0'),(90771,10017,'_line_total','66.48'),(90772,10017,'_line_tax','0'),(90773,10017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90774,10018,'_product_id','116'),(90775,10018,'_variation_id','0'),(90776,10018,'_qty','1'),(90777,10018,'_tax_class',''),(90778,10018,'_line_subtotal','145.44'),(90779,10018,'_line_subtotal_tax','0'),(90780,10018,'_line_total','145.44'),(90781,10018,'_line_tax','0'),(90782,10018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90783,10019,'method_id','fedex'),(90784,10019,'instance_id','1'),(90785,10019,'cost','18.75'),(90786,10019,'total_tax','0'),(90787,10019,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90788,10019,'Package 1','17 × 14 × 10 (in) 19.4lbs × 1'),(90855,10028,'_product_id','2110'),(90856,10028,'_variation_id','0'),(90857,10028,'_qty','4'),(90858,10028,'_tax_class',''),(90859,10028,'_line_subtotal','285.6'),(90860,10028,'_line_subtotal_tax','0'),(90861,10028,'_line_total','285.6'),(90862,10028,'_line_tax','0'),(90863,10028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90864,10029,'_product_id','2113'),(90865,10029,'_variation_id','0'),(90866,10029,'_qty','1'),(90867,10029,'_tax_class',''),(90868,10029,'_line_subtotal','172'),(90869,10029,'_line_subtotal_tax','0'),(90870,10029,'_line_total','172'),(90871,10029,'_line_tax','0'),(90872,10029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90873,10030,'_product_id','41'),(90874,10030,'_variation_id','0'),(90875,10030,'_qty','2'),(90876,10030,'_tax_class',''),(90877,10030,'_line_subtotal','132.96'),(90878,10030,'_line_subtotal_tax','0'),(90879,10030,'_line_total','132.96'),(90880,10030,'_line_tax','0'),(90881,10030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90882,10031,'method_id','free_shipping'),(90883,10031,'instance_id','2'),(90884,10031,'cost','0.00'),(90885,10031,'total_tax','0'),(90886,10031,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90887,10031,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(90888,10003,'thwma_order_shipping_status','wc-pending'),(90889,10004,'thwma_order_shipping_status','wc-pending'),(90890,10005,'thwma_order_shipping_status','wc-pending'),(90891,10006,'thwma_order_shipping_status','wc-pending'),(90892,10008,'thwma_order_shipping_status','wc-pending'),(90893,10009,'thwma_order_shipping_status','wc-pending'),(90894,10010,'thwma_order_shipping_status','wc-pending'),(90895,10032,'_product_id','318'),(90896,10032,'_variation_id','0'),(90897,10032,'_qty','4'),(90898,10032,'_tax_class',''),(90899,10032,'_line_subtotal','12'),(90900,10032,'_line_subtotal_tax','0'),(90901,10032,'_line_total','12'),(90902,10032,'_line_tax','0'),(90903,10032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90904,10033,'_product_id','137'),(90905,10033,'_variation_id','0'),(90906,10033,'_qty','15'),(90907,10033,'_tax_class',''),(90908,10033,'_line_subtotal','90.75'),(90909,10033,'_line_subtotal_tax','0'),(90910,10033,'_line_total','90.75'),(90911,10033,'_line_tax','0'),(90912,10033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90913,10034,'_product_id','138'),(90914,10034,'_variation_id','0'),(90915,10034,'_qty','15'),(90916,10034,'_tax_class',''),(90917,10034,'_line_subtotal','74.25'),(90918,10034,'_line_subtotal_tax','0'),(90919,10034,'_line_total','74.25'),(90920,10034,'_line_tax','0'),(90921,10034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90922,10035,'method_id','fedex'),(90923,10035,'instance_id','1'),(90924,10035,'cost','16.58'),(90925,10035,'total_tax','0'),(90926,10035,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(90927,10035,'Package 1','17 × 14 × 10 (in) 17lbs × 1'),(90928,10036,'_product_id','45'),(90929,10036,'_variation_id','0'),(90930,10036,'_qty','4'),(90931,10036,'_tax_class',''),(90932,10036,'_line_subtotal','168.96'),(90933,10036,'_line_subtotal_tax','0'),(90934,10036,'_line_total','168.96'),(90935,10036,'_line_tax','0'),(90936,10036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90937,10037,'_product_id','44'),(90938,10037,'_variation_id','0'),(90939,10037,'_qty','1'),(90940,10037,'_tax_class',''),(90941,10037,'_line_subtotal','116.16'),(90942,10037,'_line_subtotal_tax','0'),(90943,10037,'_line_total','116.16'),(90944,10037,'_line_tax','0'),(90945,10037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90946,10038,'_product_id','49'),(90947,10038,'_variation_id','0'),(90948,10038,'_qty','3'),(90949,10038,'_tax_class',''),(90950,10038,'_line_subtotal','237.6'),(90951,10038,'_line_subtotal_tax','0'),(90952,10038,'_line_total','237.6'),(90953,10038,'_line_tax','0'),(90954,10038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90955,10039,'_product_id','490'),(90956,10039,'_variation_id','0'),(90957,10039,'_qty','10'),(90958,10039,'_tax_class',''),(90959,10039,'_line_subtotal','196'),(90960,10039,'_line_subtotal_tax','0'),(90961,10039,'_line_total','196'),(90962,10039,'_line_tax','0'),(90963,10039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90964,10040,'_product_id','2110'),(90965,10040,'_variation_id','0'),(90966,10040,'_qty','2'),(90967,10040,'_tax_class',''),(90968,10040,'_line_subtotal','142.8'),(90969,10040,'_line_subtotal_tax','0'),(90970,10040,'_line_total','142.8'),(90971,10040,'_line_tax','0'),(90972,10040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90973,10041,'_product_id','2113'),(90974,10041,'_variation_id','0'),(90975,10041,'_qty','1'),(90976,10041,'_tax_class',''),(90977,10041,'_line_subtotal','172'),(90978,10041,'_line_subtotal_tax','0'),(90979,10041,'_line_total','172'),(90980,10041,'_line_tax','0'),(90981,10041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90982,10042,'_product_id','488'),(90983,10042,'_variation_id','0'),(90984,10042,'_qty','1'),(90985,10042,'_tax_class',''),(90986,10042,'_line_subtotal','31.35'),(90987,10042,'_line_subtotal_tax','0'),(90988,10042,'_line_total','31.35'),(90989,10042,'_line_tax','0'),(90990,10042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(90991,10043,'_product_id','487'),(90992,10043,'_variation_id','0'),(90993,10043,'_qty','4'),(90994,10043,'_tax_class',''),(90995,10043,'_line_subtotal','125.4'),(90996,10043,'_line_subtotal_tax','0'),(90997,10043,'_line_total','125.4'),(90998,10043,'_line_tax','0'),(90999,10043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91000,10044,'_product_id','39'),(91001,10044,'_variation_id','0'),(91002,10044,'_qty','1'),(91003,10044,'_tax_class',''),(91004,10044,'_line_subtotal','79.2'),(91005,10044,'_line_subtotal_tax','0'),(91006,10044,'_line_total','79.2'),(91007,10044,'_line_tax','0'),(91008,10044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91009,10045,'_product_id','40'),(91010,10045,'_variation_id','0'),(91011,10045,'_qty','1'),(91012,10045,'_tax_class',''),(91013,10045,'_line_subtotal','79.2'),(91014,10045,'_line_subtotal_tax','0'),(91015,10045,'_line_total','79.2'),(91016,10045,'_line_tax','0'),(91017,10045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91018,10046,'method_id','free_shipping'),(91019,10046,'instance_id','2'),(91020,10046,'cost','0.00'),(91021,10046,'total_tax','0'),(91022,10046,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91023,10046,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(91027,10028,'thwma_order_shipping_status','wc-pending'),(91028,10029,'thwma_order_shipping_status','wc-pending'),(91029,10030,'thwma_order_shipping_status','wc-pending'),(91030,10047,'_product_id','41'),(91031,10047,'_variation_id','0'),(91032,10047,'_qty','3'),(91033,10047,'_tax_class',''),(91034,10047,'_line_subtotal','199.44'),(91035,10047,'_line_subtotal_tax','0'),(91036,10047,'_line_total','199.44'),(91037,10047,'_line_tax','0'),(91038,10047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91039,10048,'_product_id','490'),(91040,10048,'_variation_id','0'),(91041,10048,'_qty','10'),(91042,10048,'_tax_class',''),(91043,10048,'_line_subtotal','196'),(91044,10048,'_line_subtotal_tax','0'),(91045,10048,'_line_total','196'),(91046,10048,'_line_tax','0'),(91047,10048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91048,10049,'_product_id','23'),(91049,10049,'_variation_id','0'),(91050,10049,'_qty','4'),(91051,10049,'_tax_class',''),(91052,10049,'_line_subtotal','274.16'),(91053,10049,'_line_subtotal_tax','0'),(91054,10049,'_line_total','274.16'),(91055,10049,'_line_tax','0'),(91056,10049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91057,10050,'_product_id','39'),(91058,10050,'_variation_id','0'),(91059,10050,'_qty','1'),(91060,10050,'_tax_class',''),(91061,10050,'_line_subtotal','79.2'),(91062,10050,'_line_subtotal_tax','0'),(91063,10050,'_line_total','79.2'),(91064,10050,'_line_tax','0'),(91065,10050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91066,10051,'_product_id','40'),(91067,10051,'_variation_id','0'),(91068,10051,'_qty','1'),(91069,10051,'_tax_class',''),(91070,10051,'_line_subtotal','79.2'),(91071,10051,'_line_subtotal_tax','0'),(91072,10051,'_line_total','79.2'),(91073,10051,'_line_tax','0'),(91074,10051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91075,10052,'_product_id','43'),(91076,10052,'_variation_id','0'),(91077,10052,'_qty','1'),(91078,10052,'_tax_class',''),(91079,10052,'_line_subtotal','79.2'),(91080,10052,'_line_subtotal_tax','0'),(91081,10052,'_line_total','79.2'),(91082,10052,'_line_tax','0'),(91083,10052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91084,10053,'_product_id','45'),(91085,10053,'_variation_id','0'),(91086,10053,'_qty','1'),(91087,10053,'_tax_class',''),(91088,10053,'_line_subtotal','42.24'),(91089,10053,'_line_subtotal_tax','0'),(91090,10053,'_line_total','42.24'),(91091,10053,'_line_tax','0'),(91092,10053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91093,10054,'method_id','free_shipping'),(91094,10054,'instance_id','2'),(91095,10054,'cost','0.00'),(91096,10054,'total_tax','0'),(91097,10054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91098,10054,'Items','Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 50/50(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(91099,10055,'_product_id','489'),(91100,10055,'_variation_id','0'),(91101,10055,'_qty','10'),(91102,10055,'_tax_class',''),(91103,10055,'_line_subtotal','190.4'),(91104,10055,'_line_subtotal_tax','0'),(91105,10055,'_line_total','190.4'),(91106,10055,'_line_tax','0'),(91107,10055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91108,10056,'_product_id','487'),(91109,10056,'_variation_id','0'),(91110,10056,'_qty','1'),(91111,10056,'_tax_class',''),(91112,10056,'_line_subtotal','31.35'),(91113,10056,'_line_subtotal_tax','0'),(91114,10056,'_line_total','31.35'),(91115,10056,'_line_tax','0'),(91116,10056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91117,10057,'_product_id','23'),(91118,10057,'_variation_id','0'),(91119,10057,'_qty','1'),(91120,10057,'_tax_class',''),(91121,10057,'_line_subtotal','68.54'),(91122,10057,'_line_subtotal_tax','0'),(91123,10057,'_line_total','68.54'),(91124,10057,'_line_tax','0'),(91125,10057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91126,10058,'method_id','fedex'),(91127,10058,'instance_id','1'),(91128,10058,'cost','20.51'),(91129,10058,'total_tax','0'),(91130,10058,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91131,10058,'Package 1','17 × 14 × 10 (in) 37.65lbs × 1'),(91132,10059,'_product_id','120'),(91133,10059,'_variation_id','0'),(91134,10059,'_qty','3'),(91135,10059,'_tax_class',''),(91136,10059,'_line_subtotal','158.4'),(91137,10059,'_line_subtotal_tax','0'),(91138,10059,'_line_total','158.4'),(91139,10059,'_line_tax','0'),(91140,10059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91141,10060,'method_id','fedex'),(91142,10060,'instance_id','1'),(91143,10060,'cost','15.66'),(91144,10060,'total_tax','0'),(91145,10060,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91146,10060,'Package 1','17 × 14 × 10 (in) 13lbs × 1'),(91147,10061,'_product_id','120'),(91148,10061,'_variation_id','0'),(91149,10061,'_qty','3'),(91150,10061,'_tax_class',''),(91151,10061,'_line_subtotal','158.4'),(91152,10061,'_line_subtotal_tax','0'),(91153,10061,'_line_total','158.4'),(91154,10061,'_line_tax','0'),(91155,10061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91156,10062,'method_id','fedex'),(91157,10062,'instance_id','1'),(91158,10062,'cost','15.66'),(91159,10062,'total_tax','0'),(91160,10062,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91161,10062,'Package 1','17 × 14 × 10 (in) 13lbs × 1'),(91162,10063,'_product_id','120'),(91163,10063,'_variation_id','0'),(91164,10063,'_qty','3'),(91165,10063,'_tax_class',''),(91166,10063,'_line_subtotal','158.4'),(91167,10063,'_line_subtotal_tax','0'),(91168,10063,'_line_total','158.4'),(91169,10063,'_line_tax','0'),(91170,10063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91171,10064,'method_id','fedex'),(91172,10064,'instance_id','1'),(91173,10064,'cost','19.52'),(91174,10064,'total_tax','0'),(91175,10064,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91176,10064,'Package 1','17 × 14 × 10 (in) 13lbs × 1'),(91177,10065,'_product_id','120'),(91178,10065,'_variation_id','0'),(91179,10065,'_qty','3'),(91180,10065,'_tax_class',''),(91181,10065,'_line_subtotal','158.4'),(91182,10065,'_line_subtotal_tax','0'),(91183,10065,'_line_total','158.4'),(91184,10065,'_line_tax','0'),(91185,10065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91186,10066,'method_id','fedex'),(91187,10066,'instance_id','1'),(91188,10066,'cost','18.75'),(91189,10066,'total_tax','0'),(91190,10066,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91191,10066,'Package 1','17 × 14 × 10 (in) 13lbs × 1'),(91192,10067,'_product_id','490'),(91193,10067,'_variation_id','0'),(91194,10067,'_qty','10'),(91195,10067,'_tax_class',''),(91196,10067,'_line_subtotal','196'),(91197,10067,'_line_subtotal_tax','0'),(91198,10067,'_line_total','196'),(91199,10067,'_line_tax','0'),(91200,10067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91201,10068,'method_id','fedex'),(91202,10068,'instance_id','1'),(91203,10068,'cost','16.39'),(91204,10068,'total_tax','0'),(91205,10068,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91206,10068,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(91207,10069,'_product_id','23'),(91208,10069,'_variation_id','0'),(91209,10069,'_qty','1'),(91210,10069,'_tax_class',''),(91211,10069,'_line_subtotal','68.54'),(91212,10069,'_line_subtotal_tax','0'),(91213,10069,'_line_total','68.54'),(91214,10069,'_line_tax','0'),(91215,10069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91216,10070,'_product_id','41'),(91217,10070,'_variation_id','0'),(91218,10070,'_qty','1'),(91219,10070,'_tax_class',''),(91220,10070,'_line_subtotal','66.48'),(91221,10070,'_line_subtotal_tax','0'),(91222,10070,'_line_total','66.48'),(91223,10070,'_line_tax','0'),(91224,10070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91225,10071,'_product_id','116'),(91226,10071,'_variation_id','0'),(91227,10071,'_qty','1'),(91228,10071,'_tax_class',''),(91229,10071,'_line_subtotal','145.44'),(91230,10071,'_line_subtotal_tax','0'),(91231,10071,'_line_total','145.44'),(91232,10071,'_line_tax','0'),(91233,10071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91234,10072,'method_id','fedex'),(91235,10072,'instance_id','1'),(91236,10072,'cost','18.75'),(91237,10072,'total_tax','0'),(91238,10072,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91239,10072,'Package 1','17 × 14 × 10 (in) 19.4lbs × 1'),(91240,10073,'_product_id','49'),(91241,10073,'_variation_id','0'),(91242,10073,'_qty','2'),(91243,10073,'_tax_class',''),(91244,10073,'_line_subtotal','158.4'),(91245,10073,'_line_subtotal_tax','0'),(91246,10073,'_line_total','158.4'),(91247,10073,'_line_tax','0'),(91248,10073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91249,10074,'_product_id','45'),(91250,10074,'_variation_id','0'),(91251,10074,'_qty','2'),(91252,10074,'_tax_class',''),(91253,10074,'_line_subtotal','84.48'),(91254,10074,'_line_subtotal_tax','0'),(91255,10074,'_line_total','84.48'),(91256,10074,'_line_tax','0'),(91257,10074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91258,10075,'_product_id','2113'),(91259,10075,'_variation_id','0'),(91260,10075,'_qty','1'),(91261,10075,'_tax_class',''),(91262,10075,'_line_subtotal','172'),(91263,10075,'_line_subtotal_tax','0'),(91264,10075,'_line_total','172'),(91265,10075,'_line_tax','0'),(91266,10075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91267,10076,'_product_id','2110'),(91268,10076,'_variation_id','0'),(91269,10076,'_qty','2'),(91270,10076,'_tax_class',''),(91271,10076,'_line_subtotal','142.8'),(91272,10076,'_line_subtotal_tax','0'),(91273,10076,'_line_total','142.8'),(91274,10076,'_line_tax','0'),(91275,10076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91276,10077,'_product_id','41'),(91277,10077,'_variation_id','0'),(91278,10077,'_qty','4'),(91279,10077,'_tax_class',''),(91280,10077,'_line_subtotal','265.92'),(91281,10077,'_line_subtotal_tax','0'),(91282,10077,'_line_total','265.92'),(91283,10077,'_line_tax','0'),(91284,10077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91285,10078,'_product_id','488'),(91286,10078,'_variation_id','0'),(91287,10078,'_qty','1'),(91288,10078,'_tax_class',''),(91289,10078,'_line_subtotal','31.35'),(91290,10078,'_line_subtotal_tax','0'),(91291,10078,'_line_total','31.35'),(91292,10078,'_line_tax','0'),(91293,10078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91294,10079,'_product_id','490'),(91295,10079,'_variation_id','0'),(91296,10079,'_qty','10'),(91297,10079,'_tax_class',''),(91298,10079,'_line_subtotal','196'),(91299,10079,'_line_subtotal_tax','0'),(91300,10079,'_line_total','196'),(91301,10079,'_line_tax','0'),(91302,10079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91303,10080,'method_id','free_shipping'),(91304,10080,'instance_id','2'),(91305,10080,'cost','0.00'),(91306,10080,'total_tax','0'),(91307,10080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91308,10080,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10'),(91312,10032,'thwma_order_shipping_status','wc-pending'),(91313,10033,'thwma_order_shipping_status','wc-pending'),(91314,10034,'thwma_order_shipping_status','wc-pending'),(91315,10036,'thwma_order_shipping_status','wc-pending'),(91316,10037,'thwma_order_shipping_status','wc-pending'),(91317,10038,'thwma_order_shipping_status','wc-pending'),(91318,10039,'thwma_order_shipping_status','wc-pending'),(91319,10040,'thwma_order_shipping_status','wc-pending'),(91320,10041,'thwma_order_shipping_status','wc-pending'),(91321,10042,'thwma_order_shipping_status','wc-pending'),(91322,10043,'thwma_order_shipping_status','wc-pending'),(91323,10044,'thwma_order_shipping_status','wc-pending'),(91324,10045,'thwma_order_shipping_status','wc-pending'),(91328,10055,'thwma_order_shipping_status','wc-pending'),(91329,10056,'thwma_order_shipping_status','wc-pending'),(91330,10057,'thwma_order_shipping_status','wc-pending'),(91331,10047,'thwma_order_shipping_status','wc-pending'),(91332,10048,'thwma_order_shipping_status','wc-pending'),(91333,10049,'thwma_order_shipping_status','wc-pending'),(91334,10050,'thwma_order_shipping_status','wc-pending'),(91335,10051,'thwma_order_shipping_status','wc-pending'),(91336,10052,'thwma_order_shipping_status','wc-pending'),(91337,10053,'thwma_order_shipping_status','wc-pending'),(91341,10069,'thwma_order_shipping_status','wc-pending'),(91342,10070,'thwma_order_shipping_status','wc-pending'),(91343,10071,'thwma_order_shipping_status','wc-pending'),(91395,10087,'_product_id','42'),(91396,10087,'_variation_id','0'),(91397,10087,'_qty','1'),(91398,10087,'_tax_class',''),(91399,10087,'_line_subtotal','79.2'),(91400,10087,'_line_subtotal_tax','0'),(91401,10087,'_line_total','79.2'),(91402,10087,'_line_tax','0'),(91403,10087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91404,10088,'_product_id','41'),(91405,10088,'_variation_id','0'),(91406,10088,'_qty','6'),(91407,10088,'_tax_class',''),(91408,10088,'_line_subtotal','398.88'),(91409,10088,'_line_subtotal_tax','0'),(91410,10088,'_line_total','398.88'),(91411,10088,'_line_tax','0'),(91412,10088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91413,10089,'_product_id','45'),(91414,10089,'_variation_id','0'),(91415,10089,'_qty','2'),(91416,10089,'_tax_class',''),(91417,10089,'_line_subtotal','84.48'),(91418,10089,'_line_subtotal_tax','0'),(91419,10089,'_line_total','84.48'),(91420,10089,'_line_tax','0'),(91421,10089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91422,10090,'_product_id','51'),(91423,10090,'_variation_id','0'),(91424,10090,'_qty','2'),(91425,10090,'_tax_class',''),(91426,10090,'_line_subtotal','295.68'),(91427,10090,'_line_subtotal_tax','0'),(91428,10090,'_line_total','295.68'),(91429,10090,'_line_tax','0'),(91430,10090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91431,10091,'_product_id','487'),(91432,10091,'_variation_id','0'),(91433,10091,'_qty','2'),(91434,10091,'_tax_class',''),(91435,10091,'_line_subtotal','62.7'),(91436,10091,'_line_subtotal_tax','0'),(91437,10091,'_line_total','62.7'),(91438,10091,'_line_tax','0'),(91439,10091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91440,10092,'method_id','free_shipping'),(91441,10092,'instance_id','2'),(91442,10092,'cost','0.00'),(91443,10092,'total_tax','0'),(91444,10092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91445,10092,'Items','Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(91446,10087,'thwma_order_shipping_status','wc-pending'),(91447,10088,'thwma_order_shipping_status','wc-pending'),(91448,10089,'thwma_order_shipping_status','wc-pending'),(91449,10090,'thwma_order_shipping_status','wc-pending'),(91450,10091,'thwma_order_shipping_status','wc-pending'),(91475,10096,'_product_id','487'),(91476,10096,'_variation_id','0'),(91477,10096,'_qty','1'),(91478,10096,'_tax_class',''),(91479,10096,'_line_subtotal','31.35'),(91480,10096,'_line_subtotal_tax','0'),(91481,10096,'_line_total','31.35'),(91482,10096,'_line_tax','0'),(91483,10096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91484,10097,'_product_id','490'),(91485,10097,'_variation_id','0'),(91486,10097,'_qty','6'),(91487,10097,'_tax_class',''),(91488,10097,'_line_subtotal','117.6'),(91489,10097,'_line_subtotal_tax','0'),(91490,10097,'_line_total','117.6'),(91491,10097,'_line_tax','0'),(91492,10097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91493,10098,'method_id','fedex'),(91494,10098,'instance_id','1'),(91495,10098,'cost','18.11'),(91496,10098,'total_tax','0'),(91497,10098,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91498,10098,'Package 1','17 × 14 × 10 (in) 21.75lbs × 1'),(91499,10099,'_product_id','116'),(91500,10099,'_variation_id','0'),(91501,10099,'_qty','1'),(91502,10099,'_tax_class',''),(91503,10099,'_line_subtotal','145.44'),(91504,10099,'_line_subtotal_tax','0'),(91505,10099,'_line_total','145.44'),(91506,10099,'_line_tax','0'),(91507,10099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91508,10100,'_product_id','49'),(91509,10100,'_variation_id','0'),(91510,10100,'_qty','4'),(91511,10100,'_tax_class',''),(91512,10100,'_line_subtotal','316.8'),(91513,10100,'_line_subtotal_tax','0'),(91514,10100,'_line_total','316.8'),(91515,10100,'_line_tax','0'),(91516,10100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91517,10101,'_product_id','490'),(91518,10101,'_variation_id','0'),(91519,10101,'_qty','2'),(91520,10101,'_tax_class',''),(91521,10101,'_line_subtotal','39.2'),(91522,10101,'_line_subtotal_tax','0'),(91523,10101,'_line_total','39.2'),(91524,10101,'_line_tax','0'),(91525,10101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91526,10102,'method_id','free_shipping'),(91527,10102,'instance_id','2'),(91528,10102,'cost','0.00'),(91529,10102,'total_tax','0'),(91530,10102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91531,10102,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 2'),(91539,10073,'thwma_order_shipping_status','wc-pending'),(91540,10074,'thwma_order_shipping_status','wc-pending'),(91541,10075,'thwma_order_shipping_status','wc-pending'),(91542,10076,'thwma_order_shipping_status','wc-pending'),(91543,10077,'thwma_order_shipping_status','wc-pending'),(91544,10078,'thwma_order_shipping_status','wc-pending'),(91545,10079,'thwma_order_shipping_status','wc-pending'),(91548,10096,'thwma_order_shipping_status','wc-pending'),(91549,10097,'thwma_order_shipping_status','wc-pending'),(91550,10103,'_product_id','45'),(91551,10103,'_variation_id','0'),(91552,10103,'_qty','2'),(91553,10103,'_tax_class',''),(91554,10103,'_line_subtotal','84.48'),(91555,10103,'_line_subtotal_tax','0'),(91556,10103,'_line_total','84.48'),(91557,10103,'_line_tax','0'),(91558,10103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91559,10104,'_product_id','133'),(91560,10104,'_variation_id','0'),(91561,10104,'_qty','1'),(91562,10104,'_tax_class',''),(91563,10104,'_line_subtotal','14.3'),(91564,10104,'_line_subtotal_tax','0'),(91565,10104,'_line_total','14.3'),(91566,10104,'_line_tax','0'),(91567,10104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91568,10105,'_product_id','131'),(91569,10105,'_variation_id','0'),(91570,10105,'_qty','1'),(91571,10105,'_tax_class',''),(91572,10105,'_line_subtotal','12.65'),(91573,10105,'_line_subtotal_tax','0'),(91574,10105,'_line_total','12.65'),(91575,10105,'_line_tax','0'),(91576,10105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91577,10106,'method_id','fedex'),(91578,10106,'instance_id','1'),(91579,10106,'cost','25.52'),(91580,10106,'total_tax','0'),(91581,10106,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91582,10106,'Package 1','17 × 14 × 10 (in) 19.5lbs × 1'),(91583,10107,'_product_id','23'),(91584,10107,'_variation_id','0'),(91585,10107,'_qty','6'),(91586,10107,'_tax_class',''),(91587,10107,'_line_subtotal','411.24'),(91588,10107,'_line_subtotal_tax','0'),(91589,10107,'_line_total','411.24'),(91590,10107,'_line_tax','0'),(91591,10107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91592,10108,'_product_id','43'),(91593,10108,'_variation_id','0'),(91594,10108,'_qty','4'),(91595,10108,'_tax_class',''),(91596,10108,'_line_subtotal','316.8'),(91597,10108,'_line_subtotal_tax','0'),(91598,10108,'_line_total','316.8'),(91599,10108,'_line_tax','0'),(91600,10108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91601,10109,'_product_id','49'),(91602,10109,'_variation_id','0'),(91603,10109,'_qty','2'),(91604,10109,'_tax_class',''),(91605,10109,'_line_subtotal','158.4'),(91606,10109,'_line_subtotal_tax','0'),(91607,10109,'_line_total','158.4'),(91608,10109,'_line_tax','0'),(91609,10109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91610,10110,'method_id','free_shipping'),(91611,10110,'instance_id','2'),(91612,10110,'cost','0.00'),(91613,10110,'total_tax','0'),(91614,10110,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91615,10110,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 6, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(91616,10111,'_product_id','2110'),(91617,10111,'_variation_id','0'),(91618,10111,'_qty','4'),(91619,10111,'_tax_class',''),(91620,10111,'_line_subtotal','285.6'),(91621,10111,'_line_subtotal_tax','0'),(91622,10111,'_line_total','285.6'),(91623,10111,'_line_tax','0'),(91624,10111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91625,10112,'_product_id','2113'),(91626,10112,'_variation_id','0'),(91627,10112,'_qty','2'),(91628,10112,'_tax_class',''),(91629,10112,'_line_subtotal','344'),(91630,10112,'_line_subtotal_tax','0'),(91631,10112,'_line_total','344'),(91632,10112,'_line_tax','0'),(91633,10112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91634,10113,'_product_id','116'),(91635,10113,'_variation_id','0'),(91636,10113,'_qty','1'),(91637,10113,'_tax_class',''),(91638,10113,'_line_subtotal','145.44'),(91639,10113,'_line_subtotal_tax','0'),(91640,10113,'_line_total','145.44'),(91641,10113,'_line_tax','0'),(91642,10113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91643,10114,'_product_id','39'),(91644,10114,'_variation_id','0'),(91645,10114,'_qty','1'),(91646,10114,'_tax_class',''),(91647,10114,'_line_subtotal','79.2'),(91648,10114,'_line_subtotal_tax','0'),(91649,10114,'_line_total','79.2'),(91650,10114,'_line_tax','0'),(91651,10114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91652,10115,'_product_id','44'),(91653,10115,'_variation_id','0'),(91654,10115,'_qty','2'),(91655,10115,'_tax_class',''),(91656,10115,'_line_subtotal','232.32'),(91657,10115,'_line_subtotal_tax','0'),(91658,10115,'_line_total','232.32'),(91659,10115,'_line_tax','0'),(91660,10115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91661,10116,'_product_id','43'),(91662,10116,'_variation_id','0'),(91663,10116,'_qty','2'),(91664,10116,'_tax_class',''),(91665,10116,'_line_subtotal','158.4'),(91666,10116,'_line_subtotal_tax','0'),(91667,10116,'_line_total','158.4'),(91668,10116,'_line_tax','0'),(91669,10116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91670,10117,'method_id','free_shipping'),(91671,10117,'instance_id','2'),(91672,10117,'cost','0.00'),(91673,10117,'total_tax','0'),(91674,10117,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91675,10117,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2'),(91676,10118,'_product_id','41'),(91677,10118,'_variation_id','0'),(91678,10118,'_qty','1'),(91679,10118,'_tax_class',''),(91680,10118,'_line_subtotal','66.48'),(91681,10118,'_line_subtotal_tax','0'),(91682,10118,'_line_total','66.48'),(91683,10118,'_line_tax','0'),(91684,10118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91685,10119,'_product_id','23'),(91686,10119,'_variation_id','0'),(91687,10119,'_qty','2'),(91688,10119,'_tax_class',''),(91689,10119,'_line_subtotal','137.08'),(91690,10119,'_line_subtotal_tax','0'),(91691,10119,'_line_total','137.08'),(91692,10119,'_line_tax','0'),(91693,10119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91694,10120,'_product_id','38'),(91695,10120,'_variation_id','0'),(91696,10120,'_qty','1'),(91697,10120,'_tax_class',''),(91698,10120,'_line_subtotal','165.76'),(91699,10120,'_line_subtotal_tax','0'),(91700,10120,'_line_total','165.76'),(91701,10120,'_line_tax','0'),(91702,10120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91703,10121,'_product_id','490'),(91704,10121,'_variation_id','0'),(91705,10121,'_qty','8'),(91706,10121,'_tax_class',''),(91707,10121,'_line_subtotal','156.8'),(91708,10121,'_line_subtotal_tax','0'),(91709,10121,'_line_total','156.8'),(91710,10121,'_line_tax','0'),(91711,10121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91712,10122,'method_id','free_shipping'),(91713,10122,'instance_id','2'),(91714,10122,'cost','0.00'),(91715,10122,'total_tax','0'),(91716,10122,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91717,10122,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 8'),(91718,10099,'thwma_order_shipping_status','wc-pending'),(91719,10100,'thwma_order_shipping_status','wc-pending'),(91720,10101,'thwma_order_shipping_status','wc-pending'),(91721,10103,'thwma_order_shipping_status','wc-pending'),(91722,10104,'thwma_order_shipping_status','wc-pending'),(91723,10105,'thwma_order_shipping_status','wc-pending'),(91724,10123,'_product_id','41'),(91725,10123,'_variation_id','0'),(91726,10123,'_qty','3'),(91727,10123,'_tax_class',''),(91728,10123,'_line_subtotal','199.44'),(91729,10123,'_line_subtotal_tax','0'),(91730,10123,'_line_total','199.44'),(91731,10123,'_line_tax','0'),(91732,10123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91733,10124,'_product_id','93'),(91734,10124,'_variation_id','0'),(91735,10124,'_qty','10'),(91736,10124,'_tax_class',''),(91737,10124,'_line_subtotal','0'),(91738,10124,'_line_subtotal_tax','0'),(91739,10124,'_line_total','0'),(91740,10124,'_line_tax','0'),(91741,10124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91742,10125,'_product_id','133'),(91743,10125,'_variation_id','0'),(91744,10125,'_qty','3'),(91745,10125,'_tax_class',''),(91746,10125,'_line_subtotal','42.9'),(91747,10125,'_line_subtotal_tax','0'),(91748,10125,'_line_total','42.9'),(91749,10125,'_line_tax','0'),(91750,10125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91751,10126,'_product_id','318'),(91752,10126,'_variation_id','0'),(91753,10126,'_qty','6'),(91754,10126,'_tax_class',''),(91755,10126,'_line_subtotal','18'),(91756,10126,'_line_subtotal_tax','0'),(91757,10126,'_line_total','18'),(91758,10126,'_line_tax','0'),(91759,10126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91760,10127,'_product_id','44'),(91761,10127,'_variation_id','0'),(91762,10127,'_qty','2'),(91763,10127,'_tax_class',''),(91764,10127,'_line_subtotal','232.32'),(91765,10127,'_line_subtotal_tax','0'),(91766,10127,'_line_total','232.32'),(91767,10127,'_line_tax','0'),(91768,10127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91769,10128,'_product_id','120'),(91770,10128,'_variation_id','0'),(91771,10128,'_qty','1'),(91772,10128,'_tax_class',''),(91773,10128,'_line_subtotal','52.8'),(91774,10128,'_line_subtotal_tax','0'),(91775,10128,'_line_total','52.8'),(91776,10128,'_line_tax','0'),(91777,10128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91778,10129,'_product_id','2110'),(91779,10129,'_variation_id','0'),(91780,10129,'_qty','3'),(91781,10129,'_tax_class',''),(91782,10129,'_line_subtotal','214.2'),(91783,10129,'_line_subtotal_tax','0'),(91784,10129,'_line_total','214.2'),(91785,10129,'_line_tax','0'),(91786,10129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91787,10130,'_product_id','2113'),(91788,10130,'_variation_id','0'),(91789,10130,'_qty','1'),(91790,10130,'_tax_class',''),(91791,10130,'_line_subtotal','172'),(91792,10130,'_line_subtotal_tax','0'),(91793,10130,'_line_total','172'),(91794,10130,'_line_tax','0'),(91795,10130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91796,10131,'method_id','free_shipping'),(91797,10131,'instance_id','2'),(91798,10131,'cost','0.00'),(91799,10131,'total_tax','0'),(91800,10131,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91801,10131,'Items','Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10, Disposable Head Bands &times; 3, Goomee 4 Pack &times; 6, Preventive Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 1'),(91810,10107,'thwma_order_shipping_status','wc-pending'),(91811,10108,'thwma_order_shipping_status','wc-pending'),(91812,10109,'thwma_order_shipping_status','wc-pending'),(91813,10132,'_product_id','23'),(91814,10132,'_variation_id','0'),(91815,10132,'_qty','2'),(91816,10132,'_tax_class',''),(91817,10132,'_line_subtotal','137.08'),(91818,10132,'_line_subtotal_tax','0'),(91819,10132,'_line_total','137.08'),(91820,10132,'_line_tax','0'),(91821,10132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91822,10133,'_product_id','51'),(91823,10133,'_variation_id','0'),(91824,10133,'_qty','1'),(91825,10133,'_tax_class',''),(91826,10133,'_line_subtotal','147.84'),(91827,10133,'_line_subtotal_tax','0'),(91828,10133,'_line_total','147.84'),(91829,10133,'_line_tax','0'),(91830,10133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91831,10134,'_product_id','44'),(91832,10134,'_variation_id','0'),(91833,10134,'_qty','2'),(91834,10134,'_tax_class',''),(91835,10134,'_line_subtotal','232.32'),(91836,10134,'_line_subtotal_tax','0'),(91837,10134,'_line_total','232.32'),(91838,10134,'_line_tax','0'),(91839,10134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91840,10135,'_product_id','43'),(91841,10135,'_variation_id','0'),(91842,10135,'_qty','1'),(91843,10135,'_tax_class',''),(91844,10135,'_line_subtotal','79.2'),(91845,10135,'_line_subtotal_tax','0'),(91846,10135,'_line_total','79.2'),(91847,10135,'_line_tax','0'),(91848,10135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91849,10136,'_product_id','49'),(91850,10136,'_variation_id','0'),(91851,10136,'_qty','1'),(91852,10136,'_tax_class',''),(91853,10136,'_line_subtotal','79.2'),(91854,10136,'_line_subtotal_tax','0'),(91855,10136,'_line_total','79.2'),(91856,10136,'_line_tax','0'),(91857,10136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91858,10137,'method_id','free_shipping'),(91859,10137,'instance_id','2'),(91860,10137,'cost','0.00'),(91861,10137,'total_tax','0'),(91862,10137,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91863,10137,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(91864,10111,'thwma_order_shipping_status','wc-pending'),(91865,10112,'thwma_order_shipping_status','wc-pending'),(91866,10113,'thwma_order_shipping_status','wc-pending'),(91867,10114,'thwma_order_shipping_status','wc-pending'),(91868,10115,'thwma_order_shipping_status','wc-pending'),(91869,10116,'thwma_order_shipping_status','wc-pending'),(91870,10118,'thwma_order_shipping_status','wc-pending'),(91871,10119,'thwma_order_shipping_status','wc-pending'),(91872,10120,'thwma_order_shipping_status','wc-pending'),(91873,10121,'thwma_order_shipping_status','wc-pending'),(91874,10123,'thwma_order_shipping_status','wc-pending'),(91875,10124,'thwma_order_shipping_status','wc-pending'),(91876,10125,'thwma_order_shipping_status','wc-pending'),(91877,10126,'thwma_order_shipping_status','wc-pending'),(91878,10127,'thwma_order_shipping_status','wc-pending'),(91879,10128,'thwma_order_shipping_status','wc-pending'),(91880,10129,'thwma_order_shipping_status','wc-pending'),(91881,10130,'thwma_order_shipping_status','wc-pending'),(91882,10132,'thwma_order_shipping_status','wc-pending'),(91883,10133,'thwma_order_shipping_status','wc-pending'),(91884,10134,'thwma_order_shipping_status','wc-pending'),(91885,10135,'thwma_order_shipping_status','wc-pending'),(91886,10136,'thwma_order_shipping_status','wc-pending'),(91887,10138,'_product_id','41'),(91888,10138,'_variation_id','0'),(91889,10138,'_qty','1'),(91890,10138,'_tax_class',''),(91891,10138,'_line_subtotal','66.48'),(91892,10138,'_line_subtotal_tax','0'),(91893,10138,'_line_total','66.48'),(91894,10138,'_line_tax','0'),(91895,10138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91896,10139,'_product_id','44'),(91897,10139,'_variation_id','0'),(91898,10139,'_qty','1'),(91899,10139,'_tax_class',''),(91900,10139,'_line_subtotal','116.16'),(91901,10139,'_line_subtotal_tax','0'),(91902,10139,'_line_total','116.16'),(91903,10139,'_line_tax','0'),(91904,10139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91905,10140,'_product_id','490'),(91906,10140,'_variation_id','0'),(91907,10140,'_qty','5'),(91908,10140,'_tax_class',''),(91909,10140,'_line_subtotal','98'),(91910,10140,'_line_subtotal_tax','0'),(91911,10140,'_line_total','98'),(91912,10140,'_line_tax','0'),(91913,10140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91914,10141,'method_id','fedex'),(91915,10141,'instance_id','1'),(91916,10141,'cost','15.63'),(91917,10141,'total_tax','0'),(91918,10141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(91919,10141,'Package 1','17 × 14 × 10 (in) 25.7lbs × 1'),(91920,10138,'thwma_order_shipping_status','wc-pending'),(91921,10139,'thwma_order_shipping_status','wc-pending'),(91922,10140,'thwma_order_shipping_status','wc-pending'),(91923,10142,'_product_id','41'),(91924,10142,'_variation_id','0'),(91925,10142,'_qty','2'),(91926,10142,'_tax_class',''),(91927,10142,'_line_subtotal','132.96'),(91928,10142,'_line_subtotal_tax','0'),(91929,10142,'_line_total','132.96'),(91930,10142,'_line_tax','0'),(91931,10142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91932,10143,'_product_id','45'),(91933,10143,'_variation_id','0'),(91934,10143,'_qty','2'),(91935,10143,'_tax_class',''),(91936,10143,'_line_subtotal','84.48'),(91937,10143,'_line_subtotal_tax','0'),(91938,10143,'_line_total','84.48'),(91939,10143,'_line_tax','0'),(91940,10143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91941,10144,'_product_id','39'),(91942,10144,'_variation_id','0'),(91943,10144,'_qty','1'),(91944,10144,'_tax_class',''),(91945,10144,'_line_subtotal','79.2'),(91946,10144,'_line_subtotal_tax','0'),(91947,10144,'_line_total','79.2'),(91948,10144,'_line_tax','0'),(91949,10144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91950,10145,'_product_id','40'),(91951,10145,'_variation_id','0'),(91952,10145,'_qty','1'),(91953,10145,'_tax_class',''),(91954,10145,'_line_subtotal','79.2'),(91955,10145,'_line_subtotal_tax','0'),(91956,10145,'_line_total','79.2'),(91957,10145,'_line_tax','0'),(91958,10145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91959,10146,'_product_id','42'),(91960,10146,'_variation_id','0'),(91961,10146,'_qty','1'),(91962,10146,'_tax_class',''),(91963,10146,'_line_subtotal','79.2'),(91964,10146,'_line_subtotal_tax','0'),(91965,10146,'_line_total','79.2'),(91966,10146,'_line_tax','0'),(91967,10146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91968,10147,'_product_id','490'),(91969,10147,'_variation_id','0'),(91970,10147,'_qty','5'),(91971,10147,'_tax_class',''),(91972,10147,'_line_subtotal','98'),(91973,10147,'_line_subtotal_tax','0'),(91974,10147,'_line_total','98'),(91975,10147,'_line_tax','0'),(91976,10147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91977,10148,'_product_id','488'),(91978,10148,'_variation_id','0'),(91979,10148,'_qty','1'),(91980,10148,'_tax_class',''),(91981,10148,'_line_subtotal','31.35'),(91982,10148,'_line_subtotal_tax','0'),(91983,10148,'_line_total','31.35'),(91984,10148,'_line_tax','0'),(91985,10148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91986,10149,'_product_id','487'),(91987,10149,'_variation_id','0'),(91988,10149,'_qty','1'),(91989,10149,'_tax_class',''),(91990,10149,'_line_subtotal','31.35'),(91991,10149,'_line_subtotal_tax','0'),(91992,10149,'_line_total','31.35'),(91993,10149,'_line_tax','0'),(91994,10149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(91995,10150,'method_id','free_shipping'),(91996,10150,'instance_id','2'),(91997,10150,'cost','0.00'),(91998,10150,'total_tax','0'),(91999,10150,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92000,10150,'Items','Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(92001,10151,'_product_id','23'),(92002,10151,'_variation_id','0'),(92003,10151,'_qty','2'),(92004,10151,'_tax_class',''),(92005,10151,'_line_subtotal','137.08'),(92006,10151,'_line_subtotal_tax','0'),(92007,10151,'_line_total','137.08'),(92008,10151,'_line_tax','0'),(92009,10151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92010,10152,'_product_id','44'),(92011,10152,'_variation_id','0'),(92012,10152,'_qty','3'),(92013,10152,'_tax_class',''),(92014,10152,'_line_subtotal','348.48'),(92015,10152,'_line_subtotal_tax','0'),(92016,10152,'_line_total','348.48'),(92017,10152,'_line_tax','0'),(92018,10152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92019,10153,'_product_id','120'),(92020,10153,'_variation_id','0'),(92021,10153,'_qty','1'),(92022,10153,'_tax_class',''),(92023,10153,'_line_subtotal','52.8'),(92024,10153,'_line_subtotal_tax','0'),(92025,10153,'_line_total','52.8'),(92026,10153,'_line_tax','0'),(92027,10153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92028,10154,'method_id','free_shipping'),(92029,10154,'instance_id','2'),(92030,10154,'cost','0.00'),(92031,10154,'total_tax','0'),(92032,10154,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92033,10154,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1'),(92034,10155,'_product_id','93'),(92035,10155,'_variation_id','0'),(92036,10155,'_qty','10'),(92037,10155,'_tax_class',''),(92038,10155,'_line_subtotal','0'),(92039,10155,'_line_subtotal_tax','0'),(92040,10155,'_line_total','0'),(92041,10155,'_line_tax','0'),(92042,10155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92043,10156,'method_id','fedex'),(92044,10156,'instance_id','1'),(92045,10156,'cost','14.02'),(92046,10156,'total_tax','0'),(92047,10156,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92048,10156,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(92049,10157,'_product_id','41'),(92050,10157,'_variation_id','0'),(92051,10157,'_qty','2'),(92052,10157,'_tax_class',''),(92053,10157,'_line_subtotal','132.96'),(92054,10157,'_line_subtotal_tax','0'),(92055,10157,'_line_total','132.96'),(92056,10157,'_line_tax','0'),(92057,10157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92058,10158,'_product_id','49'),(92059,10158,'_variation_id','0'),(92060,10158,'_qty','1'),(92061,10158,'_tax_class',''),(92062,10158,'_line_subtotal','79.2'),(92063,10158,'_line_subtotal_tax','0'),(92064,10158,'_line_total','79.2'),(92065,10158,'_line_tax','0'),(92066,10158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92067,10159,'_product_id','490'),(92068,10159,'_variation_id','0'),(92069,10159,'_qty','2'),(92070,10159,'_tax_class',''),(92071,10159,'_line_subtotal','39.2'),(92072,10159,'_line_subtotal_tax','0'),(92073,10159,'_line_total','39.2'),(92074,10159,'_line_tax','0'),(92075,10159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92076,10160,'method_id','fedex'),(92077,10160,'instance_id','1'),(92078,10160,'cost','15.63'),(92079,10160,'total_tax','0'),(92080,10160,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92081,10160,'Package 1','17 × 14 × 10 (in) 17.9lbs × 1'),(92082,10161,'_product_id','2110'),(92083,10161,'_variation_id','0'),(92084,10161,'_qty','1'),(92085,10161,'_tax_class',''),(92086,10161,'_line_subtotal','71.4'),(92087,10161,'_line_subtotal_tax','0'),(92088,10161,'_line_total','71.4'),(92089,10161,'_line_tax','0'),(92090,10161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92091,10162,'_product_id','2113'),(92092,10162,'_variation_id','0'),(92093,10162,'_qty','1'),(92094,10162,'_tax_class',''),(92095,10162,'_line_subtotal','172'),(92096,10162,'_line_subtotal_tax','0'),(92097,10162,'_line_total','172'),(92098,10162,'_line_tax','0'),(92099,10162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92100,10163,'_product_id','118'),(92101,10163,'_variation_id','0'),(92102,10163,'_qty','1'),(92103,10163,'_tax_class',''),(92104,10163,'_line_subtotal','184.8'),(92105,10163,'_line_subtotal_tax','0'),(92106,10163,'_line_total','184.8'),(92107,10163,'_line_tax','0'),(92108,10163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92109,10164,'_product_id','44'),(92110,10164,'_variation_id','0'),(92111,10164,'_qty','1'),(92112,10164,'_tax_class',''),(92113,10164,'_line_subtotal','116.16'),(92114,10164,'_line_subtotal_tax','0'),(92115,10164,'_line_total','116.16'),(92116,10164,'_line_tax','0'),(92117,10164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92118,10165,'method_id','free_shipping'),(92119,10165,'instance_id','2'),(92120,10165,'cost','0.00'),(92121,10165,'total_tax','0'),(92122,10165,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92123,10165,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(92124,10166,'_product_id','49'),(92125,10166,'_variation_id','0'),(92126,10166,'_qty','2'),(92127,10166,'_tax_class',''),(92128,10166,'_line_subtotal','158.4'),(92129,10166,'_line_subtotal_tax','0'),(92130,10166,'_line_total','158.4'),(92131,10166,'_line_tax','0'),(92132,10166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92133,10167,'_product_id','118'),(92134,10167,'_variation_id','0'),(92135,10167,'_qty','1'),(92136,10167,'_tax_class',''),(92137,10167,'_line_subtotal','184.8'),(92138,10167,'_line_subtotal_tax','0'),(92139,10167,'_line_total','184.8'),(92140,10167,'_line_tax','0'),(92141,10167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92142,10168,'_product_id','51'),(92143,10168,'_variation_id','0'),(92144,10168,'_qty','1'),(92145,10168,'_tax_class',''),(92146,10168,'_line_subtotal','147.84'),(92147,10168,'_line_subtotal_tax','0'),(92148,10168,'_line_total','147.84'),(92149,10168,'_line_tax','0'),(92150,10168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92151,10169,'_product_id','120'),(92152,10169,'_variation_id','0'),(92153,10169,'_qty','1'),(92154,10169,'_tax_class',''),(92155,10169,'_line_subtotal','52.8'),(92156,10169,'_line_subtotal_tax','0'),(92157,10169,'_line_total','52.8'),(92158,10169,'_line_tax','0'),(92159,10169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92160,10170,'method_id','free_shipping'),(92161,10170,'instance_id','2'),(92162,10170,'cost','0.00'),(92163,10170,'total_tax','0'),(92164,10170,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92165,10170,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(92166,10151,'thwma_order_shipping_status','wc-pending'),(92167,10152,'thwma_order_shipping_status','wc-pending'),(92168,10153,'thwma_order_shipping_status','wc-pending'),(92177,10142,'thwma_order_shipping_status','wc-pending'),(92178,10143,'thwma_order_shipping_status','wc-pending'),(92179,10144,'thwma_order_shipping_status','wc-pending'),(92180,10145,'thwma_order_shipping_status','wc-pending'),(92181,10146,'thwma_order_shipping_status','wc-pending'),(92182,10147,'thwma_order_shipping_status','wc-pending'),(92183,10148,'thwma_order_shipping_status','wc-pending'),(92184,10149,'thwma_order_shipping_status','wc-pending'),(92185,10157,'thwma_order_shipping_status','wc-pending'),(92186,10158,'thwma_order_shipping_status','wc-pending'),(92187,10159,'thwma_order_shipping_status','wc-pending'),(92188,10166,'thwma_order_shipping_status','wc-pending'),(92189,10167,'thwma_order_shipping_status','wc-pending'),(92190,10168,'thwma_order_shipping_status','wc-pending'),(92191,10169,'thwma_order_shipping_status','wc-pending'),(92192,10161,'thwma_order_shipping_status','wc-pending'),(92193,10162,'thwma_order_shipping_status','wc-pending'),(92194,10163,'thwma_order_shipping_status','wc-pending'),(92195,10164,'thwma_order_shipping_status','wc-pending'),(92196,10171,'_product_id','23'),(92197,10171,'_variation_id','0'),(92198,10171,'_qty','3'),(92199,10171,'_tax_class',''),(92200,10171,'_line_subtotal','205.62'),(92201,10171,'_line_subtotal_tax','0'),(92202,10171,'_line_total','205.62'),(92203,10171,'_line_tax','0'),(92204,10171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92205,10172,'_product_id','38'),(92206,10172,'_variation_id','0'),(92207,10172,'_qty','3'),(92208,10172,'_tax_class',''),(92209,10172,'_line_subtotal','497.28'),(92210,10172,'_line_subtotal_tax','0'),(92211,10172,'_line_total','497.28'),(92212,10172,'_line_tax','0'),(92213,10172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92214,10173,'_product_id','41'),(92215,10173,'_variation_id','0'),(92216,10173,'_qty','3'),(92217,10173,'_tax_class',''),(92218,10173,'_line_subtotal','199.44'),(92219,10173,'_line_subtotal_tax','0'),(92220,10173,'_line_total','199.44'),(92221,10173,'_line_tax','0'),(92222,10173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92223,10174,'_product_id','45'),(92224,10174,'_variation_id','0'),(92225,10174,'_qty','1'),(92226,10174,'_tax_class',''),(92227,10174,'_line_subtotal','42.24'),(92228,10174,'_line_subtotal_tax','0'),(92229,10174,'_line_total','42.24'),(92230,10174,'_line_tax','0'),(92231,10174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92232,10175,'method_id','free_shipping'),(92233,10175,'instance_id','2'),(92234,10175,'cost','0.00'),(92235,10175,'total_tax','0'),(92236,10175,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92237,10175,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Active Rinse 16oz 50/50(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(92238,10176,'_product_id','45'),(92239,10176,'_variation_id','0'),(92240,10176,'_qty','1'),(92241,10176,'_tax_class',''),(92242,10176,'_line_subtotal','42.24'),(92243,10176,'_line_subtotal_tax','0'),(92244,10176,'_line_total','42.24'),(92245,10176,'_line_tax','0'),(92246,10176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92247,10177,'_product_id','118'),(92248,10177,'_variation_id','0'),(92249,10177,'_qty','2'),(92250,10177,'_tax_class',''),(92251,10177,'_line_subtotal','369.6'),(92252,10177,'_line_subtotal_tax','0'),(92253,10177,'_line_total','369.6'),(92254,10177,'_line_tax','0'),(92255,10177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92256,10178,'_product_id','120'),(92257,10178,'_variation_id','0'),(92258,10178,'_qty','2'),(92259,10178,'_tax_class',''),(92260,10178,'_line_subtotal','105.6'),(92261,10178,'_line_subtotal_tax','0'),(92262,10178,'_line_total','105.6'),(92263,10178,'_line_tax','0'),(92264,10178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92265,10179,'method_id','free_shipping'),(92266,10179,'instance_id','2'),(92267,10179,'cost','0.00'),(92268,10179,'total_tax','0'),(92269,10179,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92270,10179,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2'),(92271,10180,'_product_id','490'),(92272,10180,'_variation_id','0'),(92273,10180,'_qty','16'),(92274,10180,'_tax_class',''),(92275,10180,'_line_subtotal','313.6'),(92276,10180,'_line_subtotal_tax','0'),(92277,10180,'_line_total','313.6'),(92278,10180,'_line_tax','0'),(92279,10180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92280,10181,'method_id','fedex'),(92281,10181,'instance_id','1'),(92282,10181,'cost','23.59'),(92283,10181,'total_tax','0'),(92284,10181,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92285,10181,'Package 1','17 × 14 × 10 (in) 35.4lbs × 1'),(92373,10192,'_product_id','2110'),(92374,10192,'_variation_id','0'),(92375,10192,'_qty','4'),(92376,10192,'_tax_class',''),(92377,10192,'_line_subtotal','285.6'),(92378,10192,'_line_subtotal_tax','0'),(92379,10192,'_line_total','285.6'),(92380,10192,'_line_tax','0'),(92381,10192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92382,10193,'_product_id','2113'),(92383,10193,'_variation_id','0'),(92384,10193,'_qty','2'),(92385,10193,'_tax_class',''),(92386,10193,'_line_subtotal','344'),(92387,10193,'_line_subtotal_tax','0'),(92388,10193,'_line_total','344'),(92389,10193,'_line_tax','0'),(92390,10193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92391,10194,'_product_id','41'),(92392,10194,'_variation_id','0'),(92393,10194,'_qty','7'),(92394,10194,'_tax_class',''),(92395,10194,'_line_subtotal','465.36'),(92396,10194,'_line_subtotal_tax','0'),(92397,10194,'_line_total','465.36'),(92398,10194,'_line_tax','0'),(92399,10194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92400,10195,'_product_id','118'),(92401,10195,'_variation_id','0'),(92402,10195,'_qty','2'),(92403,10195,'_tax_class',''),(92404,10195,'_line_subtotal','369.6'),(92405,10195,'_line_subtotal_tax','0'),(92406,10195,'_line_total','369.6'),(92407,10195,'_line_tax','0'),(92408,10195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92409,10196,'_product_id','51'),(92410,10196,'_variation_id','0'),(92411,10196,'_qty','4'),(92412,10196,'_tax_class',''),(92413,10196,'_line_subtotal','591.36'),(92414,10196,'_line_subtotal_tax','0'),(92415,10196,'_line_total','591.36'),(92416,10196,'_line_tax','0'),(92417,10196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92418,10197,'_product_id','43'),(92419,10197,'_variation_id','0'),(92420,10197,'_qty','2'),(92421,10197,'_tax_class',''),(92422,10197,'_line_subtotal','158.4'),(92423,10197,'_line_subtotal_tax','0'),(92424,10197,'_line_total','158.4'),(92425,10197,'_line_tax','0'),(92426,10197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92427,10198,'_product_id','44'),(92428,10198,'_variation_id','0'),(92429,10198,'_qty','2'),(92430,10198,'_tax_class',''),(92431,10198,'_line_subtotal','232.32'),(92432,10198,'_line_subtotal_tax','0'),(92433,10198,'_line_total','232.32'),(92434,10198,'_line_tax','0'),(92435,10198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92436,10199,'_product_id','487'),(92437,10199,'_variation_id','0'),(92438,10199,'_qty','4'),(92439,10199,'_tax_class',''),(92440,10199,'_line_subtotal','125.4'),(92441,10199,'_line_subtotal_tax','0'),(92442,10199,'_line_total','125.4'),(92443,10199,'_line_tax','0'),(92444,10199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92445,10200,'_product_id','490'),(92446,10200,'_variation_id','0'),(92447,10200,'_qty','30'),(92448,10200,'_tax_class',''),(92449,10200,'_line_subtotal','588'),(92450,10200,'_line_subtotal_tax','0'),(92451,10200,'_line_total','588'),(92452,10200,'_line_tax','0'),(92453,10200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92454,10201,'method_id','free_shipping'),(92455,10201,'instance_id','2'),(92456,10201,'cost','0.00'),(92457,10201,'total_tax','0'),(92458,10201,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92459,10201,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 7, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Mousse 1 Gallon RM &times; 4, Bulk Active Rinse 100% RM &times; 30'),(92460,10202,'_product_id','41'),(92461,10202,'_variation_id','0'),(92462,10202,'_qty','1'),(92463,10202,'_tax_class',''),(92464,10202,'_line_subtotal','66.48'),(92465,10202,'_line_subtotal_tax','0'),(92466,10202,'_line_total','66.48'),(92467,10202,'_line_tax','0'),(92468,10202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92469,10203,'_product_id','45'),(92470,10203,'_variation_id','0'),(92471,10203,'_qty','1'),(92472,10203,'_tax_class',''),(92473,10203,'_line_subtotal','42.24'),(92474,10203,'_line_subtotal_tax','0'),(92475,10203,'_line_total','42.24'),(92476,10203,'_line_tax','0'),(92477,10203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92478,10204,'_product_id','49'),(92479,10204,'_variation_id','0'),(92480,10204,'_qty','4'),(92481,10204,'_tax_class',''),(92482,10204,'_line_subtotal','316.8'),(92483,10204,'_line_subtotal_tax','0'),(92484,10204,'_line_total','316.8'),(92485,10204,'_line_tax','0'),(92486,10204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92487,10205,'_product_id','44'),(92488,10205,'_variation_id','0'),(92489,10205,'_qty','1'),(92490,10205,'_tax_class',''),(92491,10205,'_line_subtotal','116.16'),(92492,10205,'_line_subtotal_tax','0'),(92493,10205,'_line_total','116.16'),(92494,10205,'_line_tax','0'),(92495,10205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92496,10206,'_product_id','2110'),(92497,10206,'_variation_id','0'),(92498,10206,'_qty','1'),(92499,10206,'_tax_class',''),(92500,10206,'_line_subtotal','71.4'),(92501,10206,'_line_subtotal_tax','0'),(92502,10206,'_line_total','71.4'),(92503,10206,'_line_tax','0'),(92504,10206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92505,10207,'method_id','free_shipping'),(92506,10207,'instance_id','2'),(92507,10207,'cost','0.00'),(92508,10207,'total_tax','0'),(92509,10207,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92510,10207,'Items','Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(92511,10171,'thwma_order_shipping_status','wc-pending'),(92512,10172,'thwma_order_shipping_status','wc-pending'),(92513,10173,'thwma_order_shipping_status','wc-pending'),(92514,10174,'thwma_order_shipping_status','wc-pending'),(92515,10176,'thwma_order_shipping_status','wc-pending'),(92516,10177,'thwma_order_shipping_status','wc-pending'),(92517,10178,'thwma_order_shipping_status','wc-pending'),(92518,10208,'_product_id','23'),(92519,10208,'_variation_id','0'),(92520,10208,'_qty','1'),(92521,10208,'_tax_class',''),(92522,10208,'_line_subtotal','68.54'),(92523,10208,'_line_subtotal_tax','0'),(92524,10208,'_line_total','68.54'),(92525,10208,'_line_tax','0'),(92526,10208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92527,10209,'_product_id','42'),(92528,10209,'_variation_id','0'),(92529,10209,'_qty','1'),(92530,10209,'_tax_class',''),(92531,10209,'_line_subtotal','79.2'),(92532,10209,'_line_subtotal_tax','0'),(92533,10209,'_line_total','79.2'),(92534,10209,'_line_tax','0'),(92535,10209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92536,10210,'_product_id','41'),(92537,10210,'_variation_id','0'),(92538,10210,'_qty','1'),(92539,10210,'_tax_class',''),(92540,10210,'_line_subtotal','66.48'),(92541,10210,'_line_subtotal_tax','0'),(92542,10210,'_line_total','66.48'),(92543,10210,'_line_tax','0'),(92544,10210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92545,10211,'_product_id','487'),(92546,10211,'_variation_id','0'),(92547,10211,'_qty','1'),(92548,10211,'_tax_class',''),(92549,10211,'_line_subtotal','31.35'),(92550,10211,'_line_subtotal_tax','0'),(92551,10211,'_line_total','31.35'),(92552,10211,'_line_tax','0'),(92553,10211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92554,10212,'method_id','fedex'),(92555,10212,'instance_id','1'),(92556,10212,'cost','20.00'),(92557,10212,'total_tax','0'),(92558,10212,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92559,10212,'Package 1','17 × 14 × 10 (in) 23.45lbs × 1'),(92560,10213,'_product_id','41'),(92561,10213,'_variation_id','0'),(92562,10213,'_qty','3'),(92563,10213,'_tax_class',''),(92564,10213,'_line_subtotal','199.44'),(92565,10213,'_line_subtotal_tax','0'),(92566,10213,'_line_total','199.44'),(92567,10213,'_line_tax','0'),(92568,10213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92569,10214,'_product_id','131'),(92570,10214,'_variation_id','0'),(92571,10214,'_qty','4'),(92572,10214,'_tax_class',''),(92573,10214,'_line_subtotal','50.6'),(92574,10214,'_line_subtotal_tax','0'),(92575,10214,'_line_total','50.6'),(92576,10214,'_line_tax','0'),(92577,10214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92578,10215,'method_id','fedex'),(92579,10215,'instance_id','1'),(92580,10215,'cost','17.08'),(92581,10215,'total_tax','0'),(92582,10215,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92583,10215,'Package 1','17 × 14 × 10 (in) 17.4lbs × 1'),(92584,10216,'_product_id','39'),(92585,10216,'_variation_id','0'),(92586,10216,'_qty','1'),(92587,10216,'_tax_class',''),(92588,10216,'_line_subtotal','79.2'),(92589,10216,'_line_subtotal_tax','0'),(92590,10216,'_line_total','79.2'),(92591,10216,'_line_tax','0'),(92592,10216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92593,10217,'_product_id','40'),(92594,10217,'_variation_id','0'),(92595,10217,'_qty','1'),(92596,10217,'_tax_class',''),(92597,10217,'_line_subtotal','79.2'),(92598,10217,'_line_subtotal_tax','0'),(92599,10217,'_line_total','79.2'),(92600,10217,'_line_tax','0'),(92601,10217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92602,10218,'_product_id','43'),(92603,10218,'_variation_id','0'),(92604,10218,'_qty','1'),(92605,10218,'_tax_class',''),(92606,10218,'_line_subtotal','79.2'),(92607,10218,'_line_subtotal_tax','0'),(92608,10218,'_line_total','79.2'),(92609,10218,'_line_tax','0'),(92610,10218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92611,10219,'_product_id','49'),(92612,10219,'_variation_id','0'),(92613,10219,'_qty','1'),(92614,10219,'_tax_class',''),(92615,10219,'_line_subtotal','79.2'),(92616,10219,'_line_subtotal_tax','0'),(92617,10219,'_line_total','79.2'),(92618,10219,'_line_tax','0'),(92619,10219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92620,10220,'_product_id','133'),(92621,10220,'_variation_id','0'),(92622,10220,'_qty','3'),(92623,10220,'_tax_class',''),(92624,10220,'_line_subtotal','42.9'),(92625,10220,'_line_subtotal_tax','0'),(92626,10220,'_line_total','42.9'),(92627,10220,'_line_tax','0'),(92628,10220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92629,10221,'_product_id','131'),(92630,10221,'_variation_id','0'),(92631,10221,'_qty','2'),(92632,10221,'_tax_class',''),(92633,10221,'_line_subtotal','25.3'),(92634,10221,'_line_subtotal_tax','0'),(92635,10221,'_line_total','25.3'),(92636,10221,'_line_tax','0'),(92637,10221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92638,10222,'_product_id','490'),(92639,10222,'_variation_id','0'),(92640,10222,'_qty','5'),(92641,10222,'_tax_class',''),(92642,10222,'_line_subtotal','98'),(92643,10222,'_line_subtotal_tax','0'),(92644,10222,'_line_total','98'),(92645,10222,'_line_tax','0'),(92646,10222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92647,10223,'method_id','fedex'),(92648,10223,'instance_id','1'),(92649,10223,'cost','52.33'),(92650,10223,'total_tax','0'),(92651,10223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92652,10223,'Package 1','17 × 14 × 10 (in) 36lbs × 1'),(92653,10223,'Package 2','17 × 14 × 10 (in) 15.4lbs × 1'),(92654,10224,'_product_id','2113'),(92655,10224,'_variation_id','0'),(92656,10224,'_qty','1'),(92657,10224,'_tax_class',''),(92658,10224,'_line_subtotal','172'),(92659,10224,'_line_subtotal_tax','0'),(92660,10224,'_line_total','172'),(92661,10224,'_line_tax','0'),(92662,10224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92663,10225,'_product_id','2110'),(92664,10225,'_variation_id','0'),(92665,10225,'_qty','3'),(92666,10225,'_tax_class',''),(92667,10225,'_line_subtotal','214.2'),(92668,10225,'_line_subtotal_tax','0'),(92669,10225,'_line_total','214.2'),(92670,10225,'_line_tax','0'),(92671,10225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92672,10226,'_product_id','45'),(92673,10226,'_variation_id','0'),(92674,10226,'_qty','2'),(92675,10226,'_tax_class',''),(92676,10226,'_line_subtotal','84.48'),(92677,10226,'_line_subtotal_tax','0'),(92678,10226,'_line_total','84.48'),(92679,10226,'_line_tax','0'),(92680,10226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92681,10227,'_product_id','49'),(92682,10227,'_variation_id','0'),(92683,10227,'_qty','2'),(92684,10227,'_tax_class',''),(92685,10227,'_line_subtotal','158.4'),(92686,10227,'_line_subtotal_tax','0'),(92687,10227,'_line_total','158.4'),(92688,10227,'_line_tax','0'),(92689,10227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92690,10228,'_product_id','41'),(92691,10228,'_variation_id','0'),(92692,10228,'_qty','3'),(92693,10228,'_tax_class',''),(92694,10228,'_line_subtotal','199.44'),(92695,10228,'_line_subtotal_tax','0'),(92696,10228,'_line_total','199.44'),(92697,10228,'_line_tax','0'),(92698,10228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92699,10229,'_product_id','490'),(92700,10229,'_variation_id','0'),(92701,10229,'_qty','8'),(92702,10229,'_tax_class',''),(92703,10229,'_line_subtotal','156.8'),(92704,10229,'_line_subtotal_tax','0'),(92705,10229,'_line_total','156.8'),(92706,10229,'_line_tax','0'),(92707,10229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92708,10230,'_product_id','488'),(92709,10230,'_variation_id','0'),(92710,10230,'_qty','2'),(92711,10230,'_tax_class',''),(92712,10230,'_line_subtotal','62.7'),(92713,10230,'_line_subtotal_tax','0'),(92714,10230,'_line_total','62.7'),(92715,10230,'_line_tax','0'),(92716,10230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92717,10231,'method_id','free_shipping'),(92718,10231,'instance_id','2'),(92719,10231,'cost','0.00'),(92720,10231,'total_tax','0'),(92721,10231,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92722,10231,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2'),(92723,10232,'_product_id','23'),(92724,10232,'_variation_id','0'),(92725,10232,'_qty','3'),(92726,10232,'_tax_class',''),(92727,10232,'_line_subtotal','205.62'),(92728,10232,'_line_subtotal_tax','0'),(92729,10232,'_line_total','205.62'),(92730,10232,'_line_tax','0'),(92731,10232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92732,10233,'_product_id','49'),(92733,10233,'_variation_id','0'),(92734,10233,'_qty','2'),(92735,10233,'_tax_class',''),(92736,10233,'_line_subtotal','158.4'),(92737,10233,'_line_subtotal_tax','0'),(92738,10233,'_line_total','158.4'),(92739,10233,'_line_tax','0'),(92740,10233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92741,10234,'_product_id','118'),(92742,10234,'_variation_id','0'),(92743,10234,'_qty','1'),(92744,10234,'_tax_class',''),(92745,10234,'_line_subtotal','184.8'),(92746,10234,'_line_subtotal_tax','0'),(92747,10234,'_line_total','184.8'),(92748,10234,'_line_tax','0'),(92749,10234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92750,10235,'method_id','free_shipping'),(92751,10235,'instance_id','2'),(92752,10235,'cost','0.00'),(92753,10235,'total_tax','0'),(92754,10235,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92755,10235,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(92758,10213,'thwma_order_shipping_status','wc-pending'),(92759,10214,'thwma_order_shipping_status','wc-pending'),(92760,10208,'thwma_order_shipping_status','wc-pending'),(92761,10209,'thwma_order_shipping_status','wc-pending'),(92762,10210,'thwma_order_shipping_status','wc-pending'),(92763,10211,'thwma_order_shipping_status','wc-pending'),(92764,10224,'thwma_order_shipping_status','wc-pending'),(92765,10225,'thwma_order_shipping_status','wc-pending'),(92766,10226,'thwma_order_shipping_status','wc-pending'),(92767,10227,'thwma_order_shipping_status','wc-pending'),(92768,10228,'thwma_order_shipping_status','wc-pending'),(92769,10229,'thwma_order_shipping_status','wc-pending'),(92770,10230,'thwma_order_shipping_status','wc-pending'),(92771,10202,'thwma_order_shipping_status','wc-pending'),(92772,10203,'thwma_order_shipping_status','wc-pending'),(92773,10204,'thwma_order_shipping_status','wc-pending'),(92774,10205,'thwma_order_shipping_status','wc-pending'),(92775,10206,'thwma_order_shipping_status','wc-pending'),(92776,10216,'thwma_order_shipping_status','wc-pending'),(92777,10217,'thwma_order_shipping_status','wc-pending'),(92778,10218,'thwma_order_shipping_status','wc-pending'),(92779,10219,'thwma_order_shipping_status','wc-pending'),(92780,10220,'thwma_order_shipping_status','wc-pending'),(92781,10221,'thwma_order_shipping_status','wc-pending'),(92782,10222,'thwma_order_shipping_status','wc-pending'),(92783,10192,'thwma_order_shipping_status','wc-pending'),(92784,10193,'thwma_order_shipping_status','wc-pending'),(92785,10194,'thwma_order_shipping_status','wc-pending'),(92786,10195,'thwma_order_shipping_status','wc-pending'),(92787,10196,'thwma_order_shipping_status','wc-pending'),(92788,10197,'thwma_order_shipping_status','wc-pending'),(92789,10198,'thwma_order_shipping_status','wc-pending'),(92790,10199,'thwma_order_shipping_status','wc-pending'),(92791,10200,'thwma_order_shipping_status','wc-pending'),(92792,10236,'_product_id','41'),(92793,10236,'_variation_id','0'),(92794,10236,'_qty','3'),(92795,10236,'_tax_class',''),(92796,10236,'_line_subtotal','199.44'),(92797,10236,'_line_subtotal_tax','0'),(92798,10236,'_line_total','199.44'),(92799,10236,'_line_tax','0'),(92800,10236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92801,10237,'_product_id','116'),(92802,10237,'_variation_id','0'),(92803,10237,'_qty','1'),(92804,10237,'_tax_class',''),(92805,10237,'_line_subtotal','145.44'),(92806,10237,'_line_subtotal_tax','0'),(92807,10237,'_line_total','145.44'),(92808,10237,'_line_tax','0'),(92809,10237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92810,10238,'_product_id','120'),(92811,10238,'_variation_id','0'),(92812,10238,'_qty','2'),(92813,10238,'_tax_class',''),(92814,10238,'_line_subtotal','105.6'),(92815,10238,'_line_subtotal_tax','0'),(92816,10238,'_line_total','105.6'),(92817,10238,'_line_tax','0'),(92818,10238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92819,10239,'_product_id','93'),(92820,10239,'_variation_id','0'),(92821,10239,'_qty','6'),(92822,10239,'_tax_class',''),(92823,10239,'_line_subtotal','0'),(92824,10239,'_line_subtotal_tax','0'),(92825,10239,'_line_total','0'),(92826,10239,'_line_tax','0'),(92827,10239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92828,10240,'_product_id','2110'),(92829,10240,'_variation_id','0'),(92830,10240,'_qty','1'),(92831,10240,'_tax_class',''),(92832,10240,'_line_subtotal','71.4'),(92833,10240,'_line_subtotal_tax','0'),(92834,10240,'_line_total','71.4'),(92835,10240,'_line_tax','0'),(92836,10240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92837,10241,'method_id','free_shipping'),(92838,10241,'instance_id','2'),(92839,10241,'cost','0.00'),(92840,10241,'total_tax','0'),(92841,10241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92842,10241,'Items','Professional Lice Comb(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Bulk Active Rinse 100% &times; 6, Active Rinse 8oz 100%(Case of 12) &times; 1'),(92843,10232,'thwma_order_shipping_status','wc-pending'),(92844,10233,'thwma_order_shipping_status','wc-pending'),(92845,10234,'thwma_order_shipping_status','wc-pending'),(92851,10242,'_product_id','38'),(92852,10242,'_variation_id','0'),(92853,10242,'_qty','1'),(92854,10242,'_tax_class',''),(92855,10242,'_line_subtotal','165.76'),(92856,10242,'_line_subtotal_tax','0'),(92857,10242,'_line_total','165.76'),(92858,10242,'_line_tax','0'),(92859,10242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92860,10243,'_product_id','45'),(92861,10243,'_variation_id','0'),(92862,10243,'_qty','3'),(92863,10243,'_tax_class',''),(92864,10243,'_line_subtotal','126.72'),(92865,10243,'_line_subtotal_tax','0'),(92866,10243,'_line_total','126.72'),(92867,10243,'_line_tax','0'),(92868,10243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92869,10244,'_product_id','44'),(92870,10244,'_variation_id','0'),(92871,10244,'_qty','1'),(92872,10244,'_tax_class',''),(92873,10244,'_line_subtotal','116.16'),(92874,10244,'_line_subtotal_tax','0'),(92875,10244,'_line_total','116.16'),(92876,10244,'_line_tax','0'),(92877,10244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92878,10245,'_product_id','51'),(92879,10245,'_variation_id','0'),(92880,10245,'_qty','1'),(92881,10245,'_tax_class',''),(92882,10245,'_line_subtotal','147.84'),(92883,10245,'_line_subtotal_tax','0'),(92884,10245,'_line_total','147.84'),(92885,10245,'_line_tax','0'),(92886,10245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92887,10246,'_product_id','490'),(92888,10246,'_variation_id','0'),(92889,10246,'_qty','4'),(92890,10246,'_tax_class',''),(92891,10246,'_line_subtotal','78.4'),(92892,10246,'_line_subtotal_tax','0'),(92893,10246,'_line_total','78.4'),(92894,10246,'_line_tax','0'),(92895,10246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92896,10247,'_product_id','487'),(92897,10247,'_variation_id','0'),(92898,10247,'_qty','3'),(92899,10247,'_tax_class',''),(92900,10247,'_line_subtotal','94.05'),(92901,10247,'_line_subtotal_tax','0'),(92902,10247,'_line_total','94.05'),(92903,10247,'_line_tax','0'),(92904,10247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92905,10248,'method_id','free_shipping'),(92906,10248,'instance_id','2'),(92907,10248,'cost','0.00'),(92908,10248,'total_tax','0'),(92909,10248,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92910,10248,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 4, Bulk Mousse 1 Gallon RM &times; 3'),(92911,10249,'_product_id','41'),(92912,10249,'_variation_id','0'),(92913,10249,'_qty','1'),(92914,10249,'_tax_class',''),(92915,10249,'_line_subtotal','66.48'),(92916,10249,'_line_subtotal_tax','0'),(92917,10249,'_line_total','66.48'),(92918,10249,'_line_tax','0'),(92919,10249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92920,10250,'_product_id','45'),(92921,10250,'_variation_id','0'),(92922,10250,'_qty','2'),(92923,10250,'_tax_class',''),(92924,10250,'_line_subtotal','84.48'),(92925,10250,'_line_subtotal_tax','0'),(92926,10250,'_line_total','84.48'),(92927,10250,'_line_tax','0'),(92928,10250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92929,10251,'_product_id','41'),(92930,10251,'_variation_id','0'),(92931,10251,'_qty','1'),(92932,10251,'_tax_class',''),(92933,10251,'_line_subtotal','66.48'),(92934,10251,'_line_subtotal_tax','0'),(92935,10251,'_line_total','66.48'),(92936,10251,'_line_tax','0'),(92937,10251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92938,10252,'_product_id','39'),(92939,10252,'_variation_id','0'),(92940,10252,'_qty','1'),(92941,10252,'_tax_class',''),(92942,10252,'_line_subtotal','79.2'),(92943,10252,'_line_subtotal_tax','0'),(92944,10252,'_line_total','79.2'),(92945,10252,'_line_tax','0'),(92946,10252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92947,10253,'_product_id','40'),(92948,10253,'_variation_id','0'),(92949,10253,'_qty','1'),(92950,10253,'_tax_class',''),(92951,10253,'_line_subtotal','79.2'),(92952,10253,'_line_subtotal_tax','0'),(92953,10253,'_line_total','79.2'),(92954,10253,'_line_tax','0'),(92955,10253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92956,10254,'_product_id','43'),(92957,10254,'_variation_id','0'),(92958,10254,'_qty','2'),(92959,10254,'_tax_class',''),(92960,10254,'_line_subtotal','158.4'),(92961,10254,'_line_subtotal_tax','0'),(92962,10254,'_line_total','158.4'),(92963,10254,'_line_tax','0'),(92964,10254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92965,10255,'_product_id','490'),(92966,10255,'_variation_id','0'),(92967,10255,'_qty','16'),(92968,10255,'_tax_class',''),(92969,10255,'_line_subtotal','313.6'),(92970,10255,'_line_subtotal_tax','0'),(92971,10255,'_line_total','313.6'),(92972,10255,'_line_tax','0'),(92973,10255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92974,10256,'_product_id','488'),(92975,10256,'_variation_id','0'),(92976,10256,'_qty','2'),(92977,10256,'_tax_class',''),(92978,10256,'_line_subtotal','62.7'),(92979,10256,'_line_subtotal_tax','0'),(92980,10256,'_line_total','62.7'),(92981,10256,'_line_tax','0'),(92982,10256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92983,10257,'_product_id','487'),(92984,10257,'_variation_id','0'),(92985,10257,'_qty','2'),(92986,10257,'_tax_class',''),(92987,10257,'_line_subtotal','62.7'),(92988,10257,'_line_subtotal_tax','0'),(92989,10257,'_line_total','62.7'),(92990,10257,'_line_tax','0'),(92991,10257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(92992,10258,'method_id','free_shipping'),(92993,10258,'instance_id','2'),(92994,10258,'cost','0.00'),(92995,10258,'total_tax','0'),(92996,10258,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(92997,10258,'Items','Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 16, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(92998,10242,'thwma_order_shipping_status','wc-pending'),(92999,10243,'thwma_order_shipping_status','wc-pending'),(93000,10244,'thwma_order_shipping_status','wc-pending'),(93001,10245,'thwma_order_shipping_status','wc-pending'),(93002,10246,'thwma_order_shipping_status','wc-pending'),(93003,10247,'thwma_order_shipping_status','wc-pending'),(93004,10249,'thwma_order_shipping_status','wc-pending'),(93005,10250,'thwma_order_shipping_status','wc-pending'),(93006,10251,'thwma_order_shipping_status','wc-pending'),(93007,10252,'thwma_order_shipping_status','wc-pending'),(93008,10253,'thwma_order_shipping_status','wc-pending'),(93009,10254,'thwma_order_shipping_status','wc-pending'),(93010,10255,'thwma_order_shipping_status','wc-pending'),(93011,10256,'thwma_order_shipping_status','wc-pending'),(93012,10257,'thwma_order_shipping_status','wc-pending'),(93013,10259,'_product_id','41'),(93014,10259,'_variation_id','0'),(93015,10259,'_qty','1'),(93016,10259,'_tax_class',''),(93017,10259,'_line_subtotal','66.48'),(93018,10259,'_line_subtotal_tax','0'),(93019,10259,'_line_total','66.48'),(93020,10259,'_line_tax','0'),(93021,10259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93022,10260,'_product_id','43'),(93023,10260,'_variation_id','0'),(93024,10260,'_qty','1'),(93025,10260,'_tax_class',''),(93026,10260,'_line_subtotal','79.2'),(93027,10260,'_line_subtotal_tax','0'),(93028,10260,'_line_total','79.2'),(93029,10260,'_line_tax','0'),(93030,10260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93031,10261,'_product_id','44'),(93032,10261,'_variation_id','0'),(93033,10261,'_qty','1'),(93034,10261,'_tax_class',''),(93035,10261,'_line_subtotal','116.16'),(93036,10261,'_line_subtotal_tax','0'),(93037,10261,'_line_total','116.16'),(93038,10261,'_line_tax','0'),(93039,10261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93040,10262,'_product_id','490'),(93041,10262,'_variation_id','0'),(93042,10262,'_qty','5'),(93043,10262,'_tax_class',''),(93044,10262,'_line_subtotal','98'),(93045,10262,'_line_subtotal_tax','0'),(93046,10262,'_line_total','98'),(93047,10262,'_line_tax','0'),(93048,10262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93049,10263,'method_id','fedex'),(93050,10263,'instance_id','1'),(93051,10263,'cost','22.72'),(93052,10263,'total_tax','0'),(93053,10263,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93054,10263,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(93055,10264,'_product_id','41'),(93056,10264,'_variation_id','0'),(93057,10264,'_qty','-1'),(93058,10264,'_tax_class',''),(93059,10264,'_line_subtotal','-66.48'),(93060,10264,'_line_subtotal_tax','0'),(93061,10264,'_line_total','-66.48'),(93062,10264,'_line_tax','0'),(93063,10264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93064,10264,'_refunded_item_id','10259'),(93065,10265,'_product_id','43'),(93066,10265,'_variation_id','0'),(93067,10265,'_qty','-1'),(93068,10265,'_tax_class',''),(93069,10265,'_line_subtotal','-79.2'),(93070,10265,'_line_subtotal_tax','0'),(93071,10265,'_line_total','-79.2'),(93072,10265,'_line_tax','0'),(93073,10265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93074,10265,'_refunded_item_id','10260'),(93075,10266,'_product_id','44'),(93076,10266,'_variation_id','0'),(93077,10266,'_qty','-1'),(93078,10266,'_tax_class',''),(93079,10266,'_line_subtotal','-116.16'),(93080,10266,'_line_subtotal_tax','0'),(93081,10266,'_line_total','-116.16'),(93082,10266,'_line_tax','0'),(93083,10266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93084,10266,'_refunded_item_id','10261'),(93085,10267,'_product_id','490'),(93086,10267,'_variation_id','0'),(93087,10267,'_qty','-5'),(93088,10267,'_tax_class',''),(93089,10267,'_line_subtotal','-98'),(93090,10267,'_line_subtotal_tax','0'),(93091,10267,'_line_total','-98'),(93092,10267,'_line_tax','0'),(93093,10267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93094,10267,'_refunded_item_id','10262'),(93095,10268,'method_id','fedex'),(93096,10268,'instance_id','1'),(93097,10268,'cost','-22.72'),(93098,10268,'total_tax','0'),(93099,10268,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93100,10268,'_refunded_item_id','10263'),(93101,10269,'_product_id','2113'),(93102,10269,'_variation_id','0'),(93103,10269,'_qty','1'),(93104,10269,'_tax_class',''),(93105,10269,'_line_subtotal','172'),(93106,10269,'_line_subtotal_tax','0'),(93107,10269,'_line_total','172'),(93108,10269,'_line_tax','0'),(93109,10269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93110,10270,'_product_id','2110'),(93111,10270,'_variation_id','0'),(93112,10270,'_qty','1'),(93113,10270,'_tax_class',''),(93114,10270,'_line_subtotal','71.4'),(93115,10270,'_line_subtotal_tax','0'),(93116,10270,'_line_total','71.4'),(93117,10270,'_line_tax','0'),(93118,10270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93119,10271,'_product_id','41'),(93120,10271,'_variation_id','0'),(93121,10271,'_qty','3'),(93122,10271,'_tax_class',''),(93123,10271,'_line_subtotal','199.44'),(93124,10271,'_line_subtotal_tax','0'),(93125,10271,'_line_total','199.44'),(93126,10271,'_line_tax','0'),(93127,10271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93128,10272,'_product_id','490'),(93129,10272,'_variation_id','0'),(93130,10272,'_qty','4'),(93131,10272,'_tax_class',''),(93132,10272,'_line_subtotal','78.4'),(93133,10272,'_line_subtotal_tax','0'),(93134,10272,'_line_total','78.4'),(93135,10272,'_line_tax','0'),(93136,10272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93137,10273,'_product_id','42'),(93138,10273,'_variation_id','0'),(93139,10273,'_qty','1'),(93140,10273,'_tax_class',''),(93141,10273,'_line_subtotal','79.2'),(93142,10273,'_line_subtotal_tax','0'),(93143,10273,'_line_total','79.2'),(93144,10273,'_line_tax','0'),(93145,10273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93146,10274,'method_id','fedex'),(93147,10274,'instance_id','1'),(93148,10274,'cost','31.99'),(93149,10274,'total_tax','0'),(93150,10274,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93151,10274,'Package 1','14 × 14 × 14 (in) 28.95lbs × 1'),(93152,10274,'Package 2','17 × 14 × 10 (in) 19.55lbs × 1'),(93153,10236,'thwma_order_shipping_status','wc-pending'),(93154,10237,'thwma_order_shipping_status','wc-pending'),(93155,10238,'thwma_order_shipping_status','wc-pending'),(93156,10239,'thwma_order_shipping_status','wc-pending'),(93157,10240,'thwma_order_shipping_status','wc-pending'),(93158,10269,'thwma_order_shipping_status','wc-pending'),(93159,10270,'thwma_order_shipping_status','wc-pending'),(93160,10271,'thwma_order_shipping_status','wc-pending'),(93161,10272,'thwma_order_shipping_status','wc-pending'),(93162,10273,'thwma_order_shipping_status','wc-pending'),(93205,10280,'_product_id','490'),(93206,10280,'_variation_id','0'),(93207,10280,'_qty','16'),(93208,10280,'_tax_class',''),(93209,10280,'_line_subtotal','313.6'),(93210,10280,'_line_subtotal_tax','0'),(93211,10280,'_line_total','313.6'),(93212,10280,'_line_tax','0'),(93213,10280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93214,10281,'method_id','fedex'),(93215,10281,'instance_id','1'),(93216,10281,'cost','23.54'),(93217,10281,'total_tax','0'),(93218,10281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93219,10281,'Package 1','17 × 14 × 10 (in) 35.4lbs × 1'),(93220,10282,'_product_id','41'),(93221,10282,'_variation_id','0'),(93222,10282,'_qty','1'),(93223,10282,'_tax_class',''),(93224,10282,'_line_subtotal','66.48'),(93225,10282,'_line_subtotal_tax','0'),(93226,10282,'_line_total','66.48'),(93227,10282,'_line_tax','0'),(93228,10282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93229,10283,'_product_id','490'),(93230,10283,'_variation_id','0'),(93231,10283,'_qty','3'),(93232,10283,'_tax_class',''),(93233,10283,'_line_subtotal','58.8'),(93234,10283,'_line_subtotal_tax','0'),(93235,10283,'_line_total','58.8'),(93236,10283,'_line_tax','0'),(93237,10283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93238,10284,'_product_id','488'),(93239,10284,'_variation_id','0'),(93240,10284,'_qty','1'),(93241,10284,'_tax_class',''),(93242,10284,'_line_subtotal','31.35'),(93243,10284,'_line_subtotal_tax','0'),(93244,10284,'_line_total','31.35'),(93245,10284,'_line_tax','0'),(93246,10284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93247,10285,'_product_id','43'),(93248,10285,'_variation_id','0'),(93249,10285,'_qty','1'),(93250,10285,'_tax_class',''),(93251,10285,'_line_subtotal','79.2'),(93252,10285,'_line_subtotal_tax','0'),(93253,10285,'_line_total','79.2'),(93254,10285,'_line_tax','0'),(93255,10285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93256,10286,'method_id','fedex'),(93257,10286,'instance_id','1'),(93258,10286,'cost','19.80'),(93259,10286,'total_tax','0'),(93260,10286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93261,10286,'Package 1','17 × 14 × 10 (in) 25.5lbs × 1'),(93262,10287,'_product_id','49'),(93263,10287,'_variation_id','0'),(93264,10287,'_qty','3'),(93265,10287,'_tax_class',''),(93266,10287,'_line_subtotal','237.6'),(93267,10287,'_line_subtotal_tax','0'),(93268,10287,'_line_total','237.6'),(93269,10287,'_line_tax','0'),(93270,10287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93271,10288,'method_id','fedex'),(93272,10288,'instance_id','1'),(93273,10288,'cost','29.02'),(93274,10288,'total_tax','0'),(93275,10288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93276,10288,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(93319,10294,'_product_id','23'),(93320,10294,'_variation_id','0'),(93321,10294,'_qty','2'),(93322,10294,'_tax_class',''),(93323,10294,'_line_subtotal','137.08'),(93324,10294,'_line_subtotal_tax','0'),(93325,10294,'_line_total','137.08'),(93326,10294,'_line_tax','0'),(93327,10294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93328,10295,'_product_id','41'),(93329,10295,'_variation_id','0'),(93330,10295,'_qty','1'),(93331,10295,'_tax_class',''),(93332,10295,'_line_subtotal','66.48'),(93333,10295,'_line_subtotal_tax','0'),(93334,10295,'_line_total','66.48'),(93335,10295,'_line_tax','0'),(93336,10295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93337,10296,'_product_id','490'),(93338,10296,'_variation_id','0'),(93339,10296,'_qty','12'),(93340,10296,'_tax_class',''),(93341,10296,'_line_subtotal','235.2'),(93342,10296,'_line_subtotal_tax','0'),(93343,10296,'_line_total','235.2'),(93344,10296,'_line_tax','0'),(93345,10296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93346,10297,'_product_id','487'),(93347,10297,'_variation_id','0'),(93348,10297,'_qty','1'),(93349,10297,'_tax_class',''),(93350,10297,'_line_subtotal','31.35'),(93351,10297,'_line_subtotal_tax','0'),(93352,10297,'_line_total','31.35'),(93353,10297,'_line_tax','0'),(93354,10297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93355,10298,'_product_id','43'),(93356,10298,'_variation_id','0'),(93357,10298,'_qty','1'),(93358,10298,'_tax_class',''),(93359,10298,'_line_subtotal','79.2'),(93360,10298,'_line_subtotal_tax','0'),(93361,10298,'_line_total','79.2'),(93362,10298,'_line_tax','0'),(93363,10298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93364,10299,'method_id','free_shipping'),(93365,10299,'instance_id','2'),(93366,10299,'cost','0.00'),(93367,10299,'total_tax','0'),(93368,10299,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93369,10299,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 12, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(93374,10282,'thwma_order_shipping_status','wc-pending'),(93375,10283,'thwma_order_shipping_status','wc-pending'),(93376,10284,'thwma_order_shipping_status','wc-pending'),(93377,10285,'thwma_order_shipping_status','wc-pending'),(93378,10300,'_product_id','42'),(93379,10300,'_variation_id','0'),(93380,10300,'_qty','2'),(93381,10300,'_tax_class',''),(93382,10300,'_line_subtotal','158.4'),(93383,10300,'_line_subtotal_tax','0'),(93384,10300,'_line_total','158.4'),(93385,10300,'_line_tax','0'),(93386,10300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93387,10301,'_product_id','51'),(93388,10301,'_variation_id','0'),(93389,10301,'_qty','1'),(93390,10301,'_tax_class',''),(93391,10301,'_line_subtotal','147.84'),(93392,10301,'_line_subtotal_tax','0'),(93393,10301,'_line_total','147.84'),(93394,10301,'_line_tax','0'),(93395,10301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93396,10302,'_product_id','41'),(93397,10302,'_variation_id','0'),(93398,10302,'_qty','1'),(93399,10302,'_tax_class',''),(93400,10302,'_line_subtotal','66.48'),(93401,10302,'_line_subtotal_tax','0'),(93402,10302,'_line_total','66.48'),(93403,10302,'_line_tax','0'),(93404,10302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93405,10303,'_product_id','2113'),(93406,10303,'_variation_id','0'),(93407,10303,'_qty','1'),(93408,10303,'_tax_class',''),(93409,10303,'_line_subtotal','172'),(93410,10303,'_line_subtotal_tax','0'),(93411,10303,'_line_total','172'),(93412,10303,'_line_tax','0'),(93413,10303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93414,10304,'method_id','free_shipping'),(93415,10304,'instance_id','2'),(93416,10304,'cost','0.00'),(93417,10304,'total_tax','0'),(93418,10304,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93419,10304,'Items','Comb-Out Mousse(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(93420,10305,'discount_amount','0'),(93421,10305,'discount_amount_tax','0'),(93422,10305,'coupon_data','a:25:{s:2:\"id\";i:515;s:4:\"code\";s:10:\"shiphawaii\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:11:17.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2021-07-22 15:12:16.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:22;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:0;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:3:\"500\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:15:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13804;s:3:\"key\";s:22:\"_acfw_excluded_coupons\";s:5:\"value\";a:0:{}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13804;s:3:\"key\";s:22:\"_acfw_excluded_coupons\";s:5:\"value\";a:0:{}}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13805;s:3:\"key\";s:20:\"_acfw_schedule_start\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13805;s:3:\"key\";s:20:\"_acfw_schedule_start\";s:5:\"value\";s:0:\"\";}}i:2;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13806;s:3:\"key\";s:18:\"_acfw_schedule_end\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13806;s:3:\"key\";s:18:\"_acfw_schedule_end\";s:5:\"value\";s:0:\"\";}}i:3;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13807;s:3:\"key\";s:30:\"_acfw_schedule_start_error_msg\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13807;s:3:\"key\";s:30:\"_acfw_schedule_start_error_msg\";s:5:\"value\";s:0:\"\";}}i:4;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13808;s:3:\"key\";s:31:\"_acfw_schedule_expire_error_msg\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13808;s:3:\"key\";s:31:\"_acfw_schedule_expire_error_msg\";s:5:\"value\";s:0:\"\";}}i:5;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13809;s:3:\"key\";s:37:\"_acfw_enable_payment_methods_restrict\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13809;s:3:\"key\";s:37:\"_acfw_enable_payment_methods_restrict\";s:5:\"value\";s:0:\"\";}}i:6;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13810;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:7;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13811;s:3:\"key\";s:24:\"_acfw_disable_url_coupon\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13811;s:3:\"key\";s:24:\"_acfw_disable_url_coupon\";s:5:\"value\";s:0:\"\";}}i:8;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13812;s:3:\"key\";s:28:\"_acfw_force_apply_url_coupon\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13812;s:3:\"key\";s:28:\"_acfw_force_apply_url_coupon\";s:5:\"value\";s:0:\"\";}}i:9;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13813;s:3:\"key\";s:23:\"_acfw_code_url_override\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13813;s:3:\"key\";s:23:\"_acfw_code_url_override\";s:5:\"value\";s:0:\"\";}}i:10;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13814;s:3:\"key\";s:21:\"_acfw_success_message\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13814;s:3:\"key\";s:21:\"_acfw_success_message\";s:5:\"value\";s:0:\"\";}}i:11;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13815;s:3:\"key\";s:24:\"_acfw_after_redirect_url\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13815;s:3:\"key\";s:24:\"_acfw_after_redirect_url\";s:5:\"value\";s:0:\"\";}}i:12;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13816;s:3:\"key\";s:29:\"_acfw_enable_role_restriction\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13816;s:3:\"key\";s:29:\"_acfw_enable_role_restriction\";s:5:\"value\";s:0:\"\";}}i:13;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13817;s:3:\"key\";s:28:\"_acfw_usage_limit_reset_time\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13817;s:3:\"key\";s:28:\"_acfw_usage_limit_reset_time\";s:5:\"value\";s:0:\"\";}}i:14;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:13818;s:3:\"key\";s:24:\"_acfw_shipping_overrides\";s:5:\"value\";a:1:{i:0;a:4:{s:13:\"shipping_zone\";i:2;s:15:\"shipping_method\";s:1:\"3\";s:13:\"discount_type\";s:7:\"percent\";s:14:\"discount_value\";d:50;}}}}}}'),(93423,10306,'_product_id','42'),(93424,10306,'_variation_id','0'),(93425,10306,'_qty','1'),(93426,10306,'_tax_class',''),(93427,10306,'_line_subtotal','79.2'),(93428,10306,'_line_subtotal_tax','0'),(93429,10306,'_line_total','79.2'),(93430,10306,'_line_tax','0'),(93431,10306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93432,10307,'_product_id','43'),(93433,10307,'_variation_id','0'),(93434,10307,'_qty','2'),(93435,10307,'_tax_class',''),(93436,10307,'_line_subtotal','158.4'),(93437,10307,'_line_subtotal_tax','0'),(93438,10307,'_line_total','158.4'),(93439,10307,'_line_tax','0'),(93440,10307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93441,10308,'_product_id','49'),(93442,10308,'_variation_id','0'),(93443,10308,'_qty','2'),(93444,10308,'_tax_class',''),(93445,10308,'_line_subtotal','158.4'),(93446,10308,'_line_subtotal_tax','0'),(93447,10308,'_line_total','158.4'),(93448,10308,'_line_tax','0'),(93449,10308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93450,10309,'_product_id','490'),(93451,10309,'_variation_id','0'),(93452,10309,'_qty','12'),(93453,10309,'_tax_class',''),(93454,10309,'_line_subtotal','235.2'),(93455,10309,'_line_subtotal_tax','0'),(93456,10309,'_line_total','235.2'),(93457,10309,'_line_tax','0'),(93458,10309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93459,10310,'_product_id','2110'),(93460,10310,'_variation_id','0'),(93461,10310,'_qty','1'),(93462,10310,'_tax_class',''),(93463,10310,'_line_subtotal','71.4'),(93464,10310,'_line_subtotal_tax','0'),(93465,10310,'_line_total','71.4'),(93466,10310,'_line_tax','0'),(93467,10310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93468,10311,'_product_id','2113'),(93469,10311,'_variation_id','0'),(93470,10311,'_qty','1'),(93471,10311,'_tax_class',''),(93472,10311,'_line_subtotal','172'),(93473,10311,'_line_subtotal_tax','0'),(93474,10311,'_line_total','172'),(93475,10311,'_line_tax','0'),(93476,10311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93477,10312,'_product_id','45'),(93478,10312,'_variation_id','0'),(93479,10312,'_qty','2'),(93480,10312,'_tax_class',''),(93481,10312,'_line_subtotal','84.48'),(93482,10312,'_line_subtotal_tax','0'),(93483,10312,'_line_total','84.48'),(93484,10312,'_line_tax','0'),(93485,10312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93486,10313,'_product_id','41'),(93487,10313,'_variation_id','0'),(93488,10313,'_qty','1'),(93489,10313,'_tax_class',''),(93490,10313,'_line_subtotal','66.48'),(93491,10313,'_line_subtotal_tax','0'),(93492,10313,'_line_total','66.48'),(93493,10313,'_line_tax','0'),(93494,10313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93495,10314,'_product_id','43'),(93496,10314,'_variation_id','0'),(93497,10314,'_qty','2'),(93498,10314,'_tax_class',''),(93499,10314,'_line_subtotal','158.4'),(93500,10314,'_line_subtotal_tax','0'),(93501,10314,'_line_total','158.4'),(93502,10314,'_line_tax','0'),(93503,10314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93504,10315,'_product_id','49'),(93505,10315,'_variation_id','0'),(93506,10315,'_qty','2'),(93507,10315,'_tax_class',''),(93508,10315,'_line_subtotal','158.4'),(93509,10315,'_line_subtotal_tax','0'),(93510,10315,'_line_total','158.4'),(93511,10315,'_line_tax','0'),(93512,10315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93513,10316,'_product_id','45'),(93514,10316,'_variation_id','0'),(93515,10316,'_qty','1'),(93516,10316,'_tax_class',''),(93517,10316,'_line_subtotal','42.24'),(93518,10316,'_line_subtotal_tax','0'),(93519,10316,'_line_total','42.24'),(93520,10316,'_line_tax','0'),(93521,10316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93522,10317,'method_id','free_shipping'),(93523,10317,'instance_id','2'),(93524,10317,'cost','0.00'),(93525,10317,'total_tax','0'),(93526,10317,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93527,10317,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(93528,10318,'_product_id','120'),(93529,10318,'_variation_id','0'),(93530,10318,'_qty','2'),(93531,10318,'_tax_class',''),(93532,10318,'_line_subtotal','105.6'),(93533,10318,'_line_subtotal_tax','0'),(93534,10318,'_line_total','105.6'),(93535,10318,'_line_tax','0'),(93536,10318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93537,10319,'_product_id','487'),(93538,10319,'_variation_id','0'),(93539,10319,'_qty','1'),(93540,10319,'_tax_class',''),(93541,10319,'_line_subtotal','31.35'),(93542,10319,'_line_subtotal_tax','0'),(93543,10319,'_line_total','31.35'),(93544,10319,'_line_tax','0'),(93545,10319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93546,10320,'_product_id','490'),(93547,10320,'_variation_id','0'),(93548,10320,'_qty','7'),(93549,10320,'_tax_class',''),(93550,10320,'_line_subtotal','137.2'),(93551,10320,'_line_subtotal_tax','0'),(93552,10320,'_line_total','137.2'),(93553,10320,'_line_tax','0'),(93554,10320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93555,10321,'_product_id','45'),(93556,10321,'_variation_id','0'),(93557,10321,'_qty','1'),(93558,10321,'_tax_class',''),(93559,10321,'_line_subtotal','42.24'),(93560,10321,'_line_subtotal_tax','0'),(93561,10321,'_line_total','42.24'),(93562,10321,'_line_tax','0'),(93563,10321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93564,10322,'_product_id','41'),(93565,10322,'_variation_id','0'),(93566,10322,'_qty','1'),(93567,10322,'_tax_class',''),(93568,10322,'_line_subtotal','66.48'),(93569,10322,'_line_subtotal_tax','0'),(93570,10322,'_line_total','66.48'),(93571,10322,'_line_tax','0'),(93572,10322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93573,10323,'_product_id','43'),(93574,10323,'_variation_id','0'),(93575,10323,'_qty','2'),(93576,10323,'_tax_class',''),(93577,10323,'_line_subtotal','158.4'),(93578,10323,'_line_subtotal_tax','0'),(93579,10323,'_line_total','158.4'),(93580,10323,'_line_tax','0'),(93581,10323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93582,10324,'method_id','free_shipping'),(93583,10324,'instance_id','2'),(93584,10324,'cost','0.00'),(93585,10324,'total_tax','0'),(93586,10324,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93587,10324,'Items','Preventive Spray 2oz(Case of 24) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 7, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(93675,10335,'_product_id','40'),(93676,10335,'_variation_id','0'),(93677,10335,'_qty','1'),(93678,10335,'_tax_class',''),(93679,10335,'_line_subtotal','79.2'),(93680,10335,'_line_subtotal_tax','0'),(93681,10335,'_line_total','79.2'),(93682,10335,'_line_tax','0'),(93683,10335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93684,10336,'_product_id','42'),(93685,10336,'_variation_id','0'),(93686,10336,'_qty','1'),(93687,10336,'_tax_class',''),(93688,10336,'_line_subtotal','79.2'),(93689,10336,'_line_subtotal_tax','0'),(93690,10336,'_line_total','79.2'),(93691,10336,'_line_tax','0'),(93692,10336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93693,10337,'_product_id','43'),(93694,10337,'_variation_id','0'),(93695,10337,'_qty','1'),(93696,10337,'_tax_class',''),(93697,10337,'_line_subtotal','79.2'),(93698,10337,'_line_subtotal_tax','0'),(93699,10337,'_line_total','79.2'),(93700,10337,'_line_tax','0'),(93701,10337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93702,10338,'_product_id','49'),(93703,10338,'_variation_id','0'),(93704,10338,'_qty','1'),(93705,10338,'_tax_class',''),(93706,10338,'_line_subtotal','79.2'),(93707,10338,'_line_subtotal_tax','0'),(93708,10338,'_line_total','79.2'),(93709,10338,'_line_tax','0'),(93710,10338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93711,10339,'_product_id','487'),(93712,10339,'_variation_id','0'),(93713,10339,'_qty','1'),(93714,10339,'_tax_class',''),(93715,10339,'_line_subtotal','31.35'),(93716,10339,'_line_subtotal_tax','0'),(93717,10339,'_line_total','31.35'),(93718,10339,'_line_tax','0'),(93719,10339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93720,10340,'_product_id','490'),(93721,10340,'_variation_id','0'),(93722,10340,'_qty','10'),(93723,10340,'_tax_class',''),(93724,10340,'_line_subtotal','196'),(93725,10340,'_line_subtotal_tax','0'),(93726,10340,'_line_total','196'),(93727,10340,'_line_tax','0'),(93728,10340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93729,10341,'_product_id','2110'),(93730,10341,'_variation_id','0'),(93731,10341,'_qty','1'),(93732,10341,'_tax_class',''),(93733,10341,'_line_subtotal','71.4'),(93734,10341,'_line_subtotal_tax','0'),(93735,10341,'_line_total','71.4'),(93736,10341,'_line_tax','0'),(93737,10341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93738,10342,'_product_id','2113'),(93739,10342,'_variation_id','0'),(93740,10342,'_qty','1'),(93741,10342,'_tax_class',''),(93742,10342,'_line_subtotal','172'),(93743,10342,'_line_subtotal_tax','0'),(93744,10342,'_line_total','172'),(93745,10342,'_line_tax','0'),(93746,10342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93747,10343,'_product_id','41'),(93748,10343,'_variation_id','0'),(93749,10343,'_qty','1'),(93750,10343,'_tax_class',''),(93751,10343,'_line_subtotal','66.48'),(93752,10343,'_line_subtotal_tax','0'),(93753,10343,'_line_total','66.48'),(93754,10343,'_line_tax','0'),(93755,10343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93756,10344,'_product_id','45'),(93757,10344,'_variation_id','0'),(93758,10344,'_qty','1'),(93759,10344,'_tax_class',''),(93760,10344,'_line_subtotal','42.24'),(93761,10344,'_line_subtotal_tax','0'),(93762,10344,'_line_total','42.24'),(93763,10344,'_line_tax','0'),(93764,10344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93765,10345,'method_id','free_shipping'),(93766,10345,'instance_id','2'),(93767,10345,'cost','0.00'),(93768,10345,'total_tax','0'),(93769,10345,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93770,10345,'Items','Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(93771,10346,'_product_id','42'),(93772,10346,'_variation_id','0'),(93773,10346,'_qty','1'),(93774,10346,'_tax_class',''),(93775,10346,'_line_subtotal','79.2'),(93776,10346,'_line_subtotal_tax','0'),(93777,10346,'_line_total','79.2'),(93778,10346,'_line_tax','0'),(93779,10346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93780,10347,'_product_id','43'),(93781,10347,'_variation_id','0'),(93782,10347,'_qty','1'),(93783,10347,'_tax_class',''),(93784,10347,'_line_subtotal','79.2'),(93785,10347,'_line_subtotal_tax','0'),(93786,10347,'_line_total','79.2'),(93787,10347,'_line_tax','0'),(93788,10347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93789,10348,'_product_id','487'),(93790,10348,'_variation_id','0'),(93791,10348,'_qty','1'),(93792,10348,'_tax_class',''),(93793,10348,'_line_subtotal','31.35'),(93794,10348,'_line_subtotal_tax','0'),(93795,10348,'_line_total','31.35'),(93796,10348,'_line_tax','0'),(93797,10348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93798,10349,'_product_id','490'),(93799,10349,'_variation_id','0'),(93800,10349,'_qty','8'),(93801,10349,'_tax_class',''),(93802,10349,'_line_subtotal','156.8'),(93803,10349,'_line_subtotal_tax','0'),(93804,10349,'_line_total','156.8'),(93805,10349,'_line_tax','0'),(93806,10349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93807,10350,'_product_id','2110'),(93808,10350,'_variation_id','0'),(93809,10350,'_qty','1'),(93810,10350,'_tax_class',''),(93811,10350,'_line_subtotal','71.4'),(93812,10350,'_line_subtotal_tax','0'),(93813,10350,'_line_total','71.4'),(93814,10350,'_line_tax','0'),(93815,10350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93816,10351,'_product_id','2113'),(93817,10351,'_variation_id','0'),(93818,10351,'_qty','1'),(93819,10351,'_tax_class',''),(93820,10351,'_line_subtotal','172'),(93821,10351,'_line_subtotal_tax','0'),(93822,10351,'_line_total','172'),(93823,10351,'_line_tax','0'),(93824,10351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93825,10352,'_product_id','45'),(93826,10352,'_variation_id','0'),(93827,10352,'_qty','2'),(93828,10352,'_tax_class',''),(93829,10352,'_line_subtotal','84.48'),(93830,10352,'_line_subtotal_tax','0'),(93831,10352,'_line_total','84.48'),(93832,10352,'_line_tax','0'),(93833,10352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93834,10353,'_product_id','41'),(93835,10353,'_variation_id','0'),(93836,10353,'_qty','1'),(93837,10353,'_tax_class',''),(93838,10353,'_line_subtotal','66.48'),(93839,10353,'_line_subtotal_tax','0'),(93840,10353,'_line_total','66.48'),(93841,10353,'_line_tax','0'),(93842,10353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93843,10354,'method_id','free_shipping'),(93844,10354,'instance_id','2'),(93845,10354,'cost','0.00'),(93846,10354,'total_tax','0'),(93847,10354,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93848,10354,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 8, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(93849,10355,'_product_id','2110'),(93850,10355,'_variation_id','0'),(93851,10355,'_qty','5'),(93852,10355,'_tax_class',''),(93853,10355,'_line_subtotal','357'),(93854,10355,'_line_subtotal_tax','0'),(93855,10355,'_line_total','357'),(93856,10355,'_line_tax','0'),(93857,10355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93858,10356,'_product_id','49'),(93859,10356,'_variation_id','0'),(93860,10356,'_qty','4'),(93861,10356,'_tax_class',''),(93862,10356,'_line_subtotal','316.8'),(93863,10356,'_line_subtotal_tax','0'),(93864,10356,'_line_total','316.8'),(93865,10356,'_line_tax','0'),(93866,10356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93867,10357,'method_id','free_shipping'),(93868,10357,'instance_id','2'),(93869,10357,'cost','0.00'),(93870,10357,'total_tax','0'),(93871,10357,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93872,10357,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(93873,10358,'_product_id','41'),(93874,10358,'_variation_id','0'),(93875,10358,'_qty','1'),(93876,10358,'_tax_class',''),(93877,10358,'_line_subtotal','66.48'),(93878,10358,'_line_subtotal_tax','0'),(93879,10358,'_line_total','66.48'),(93880,10358,'_line_tax','0'),(93881,10358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93882,10359,'_product_id','44'),(93883,10359,'_variation_id','0'),(93884,10359,'_qty','1'),(93885,10359,'_tax_class',''),(93886,10359,'_line_subtotal','116.16'),(93887,10359,'_line_subtotal_tax','0'),(93888,10359,'_line_total','116.16'),(93889,10359,'_line_tax','0'),(93890,10359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93891,10360,'_product_id','490'),(93892,10360,'_variation_id','0'),(93893,10360,'_qty','5'),(93894,10360,'_tax_class',''),(93895,10360,'_line_subtotal','98'),(93896,10360,'_line_subtotal_tax','0'),(93897,10360,'_line_total','98'),(93898,10360,'_line_tax','0'),(93899,10360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93900,10361,'_product_id','43'),(93901,10361,'_variation_id','0'),(93902,10361,'_qty','1'),(93903,10361,'_tax_class',''),(93904,10361,'_line_subtotal','79.2'),(93905,10361,'_line_subtotal_tax','0'),(93906,10361,'_line_total','79.2'),(93907,10361,'_line_tax','0'),(93908,10361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93909,10362,'method_id','fedex'),(93910,10362,'instance_id','1'),(93911,10362,'cost','22.72'),(93912,10362,'total_tax','0'),(93913,10362,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93914,10362,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(93915,10363,'_product_id','42'),(93916,10363,'_variation_id','0'),(93917,10363,'_qty','2'),(93918,10363,'_tax_class',''),(93919,10363,'_line_subtotal','158.4'),(93920,10363,'_line_subtotal_tax','0'),(93921,10363,'_line_total','158.4'),(93922,10363,'_line_tax','0'),(93923,10363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93924,10364,'_product_id','51'),(93925,10364,'_variation_id','0'),(93926,10364,'_qty','1'),(93927,10364,'_tax_class',''),(93928,10364,'_line_subtotal','147.84'),(93929,10364,'_line_subtotal_tax','0'),(93930,10364,'_line_total','147.84'),(93931,10364,'_line_tax','0'),(93932,10364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93933,10365,'_product_id','41'),(93934,10365,'_variation_id','0'),(93935,10365,'_qty','1'),(93936,10365,'_tax_class',''),(93937,10365,'_line_subtotal','66.48'),(93938,10365,'_line_subtotal_tax','0'),(93939,10365,'_line_total','66.48'),(93940,10365,'_line_tax','0'),(93941,10365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93942,10366,'_product_id','2113'),(93943,10366,'_variation_id','0'),(93944,10366,'_qty','1'),(93945,10366,'_tax_class',''),(93946,10366,'_line_subtotal','172'),(93947,10366,'_line_subtotal_tax','0'),(93948,10366,'_line_total','172'),(93949,10366,'_line_tax','0'),(93950,10366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(93951,10367,'method_id','free_shipping'),(93952,10367,'instance_id','2'),(93953,10367,'cost','0.00'),(93954,10367,'total_tax','0'),(93955,10367,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(93956,10367,'Items','Comb-Out Mousse(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(93965,10346,'thwma_order_shipping_status','wc-pending'),(93966,10347,'thwma_order_shipping_status','wc-pending'),(93967,10348,'thwma_order_shipping_status','wc-pending'),(93968,10349,'thwma_order_shipping_status','wc-pending'),(93969,10350,'thwma_order_shipping_status','wc-pending'),(93970,10351,'thwma_order_shipping_status','wc-pending'),(93971,10352,'thwma_order_shipping_status','wc-pending'),(93972,10353,'thwma_order_shipping_status','wc-pending'),(93973,10318,'thwma_order_shipping_status','wc-pending'),(93974,10319,'thwma_order_shipping_status','wc-pending'),(93975,10320,'thwma_order_shipping_status','wc-pending'),(93976,10321,'thwma_order_shipping_status','wc-pending'),(93977,10322,'thwma_order_shipping_status','wc-pending'),(93978,10323,'thwma_order_shipping_status','wc-pending'),(93990,10306,'thwma_order_shipping_status','wc-pending'),(93991,10307,'thwma_order_shipping_status','wc-pending'),(93992,10308,'thwma_order_shipping_status','wc-pending'),(93993,10309,'thwma_order_shipping_status','wc-pending'),(93994,10310,'thwma_order_shipping_status','wc-pending'),(93995,10311,'thwma_order_shipping_status','wc-pending'),(93996,10312,'thwma_order_shipping_status','wc-pending'),(93997,10313,'thwma_order_shipping_status','wc-pending'),(93998,10314,'thwma_order_shipping_status','wc-pending'),(93999,10315,'thwma_order_shipping_status','wc-pending'),(94000,10316,'thwma_order_shipping_status','wc-pending'),(94001,10294,'thwma_order_shipping_status','wc-pending'),(94002,10295,'thwma_order_shipping_status','wc-pending'),(94003,10296,'thwma_order_shipping_status','wc-pending'),(94004,10297,'thwma_order_shipping_status','wc-pending'),(94005,10298,'thwma_order_shipping_status','wc-pending'),(94006,10368,'_product_id','490'),(94007,10368,'_variation_id','0'),(94008,10368,'_qty','3'),(94009,10368,'_tax_class',''),(94010,10368,'_line_subtotal','58.8'),(94011,10368,'_line_subtotal_tax','0'),(94012,10368,'_line_total','58.8'),(94013,10368,'_line_tax','0'),(94014,10368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94015,10369,'_product_id','488'),(94016,10369,'_variation_id','0'),(94017,10369,'_qty','1'),(94018,10369,'_tax_class',''),(94019,10369,'_line_subtotal','31.35'),(94020,10369,'_line_subtotal_tax','0'),(94021,10369,'_line_total','31.35'),(94022,10369,'_line_tax','0'),(94023,10369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94024,10370,'_product_id','487'),(94025,10370,'_variation_id','0'),(94026,10370,'_qty','1'),(94027,10370,'_tax_class',''),(94028,10370,'_line_subtotal','31.35'),(94029,10370,'_line_subtotal_tax','0'),(94030,10370,'_line_total','31.35'),(94031,10370,'_line_tax','0'),(94032,10370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94033,10371,'_product_id','45'),(94034,10371,'_variation_id','0'),(94035,10371,'_qty','2'),(94036,10371,'_tax_class',''),(94037,10371,'_line_subtotal','84.48'),(94038,10371,'_line_subtotal_tax','0'),(94039,10371,'_line_total','84.48'),(94040,10371,'_line_tax','0'),(94041,10371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94042,10372,'method_id','fedex'),(94043,10372,'instance_id','1'),(94044,10372,'cost','28.85'),(94045,10372,'total_tax','0'),(94046,10372,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94047,10372,'Package 1','17 × 14 × 10 (in) 38.15lbs × 1'),(94048,10373,'_product_id','41'),(94049,10373,'_variation_id','0'),(94050,10373,'_qty','1'),(94051,10373,'_tax_class',''),(94052,10373,'_line_subtotal','66.48'),(94053,10373,'_line_subtotal_tax','0'),(94054,10373,'_line_total','66.48'),(94055,10373,'_line_tax','0'),(94056,10373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94057,10374,'_product_id','44'),(94058,10374,'_variation_id','0'),(94059,10374,'_qty','1'),(94060,10374,'_tax_class',''),(94061,10374,'_line_subtotal','116.16'),(94062,10374,'_line_subtotal_tax','0'),(94063,10374,'_line_total','116.16'),(94064,10374,'_line_tax','0'),(94065,10374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94066,10375,'_product_id','490'),(94067,10375,'_variation_id','0'),(94068,10375,'_qty','5'),(94069,10375,'_tax_class',''),(94070,10375,'_line_subtotal','98'),(94071,10375,'_line_subtotal_tax','0'),(94072,10375,'_line_total','98'),(94073,10375,'_line_tax','0'),(94074,10375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94075,10376,'_product_id','43'),(94076,10376,'_variation_id','0'),(94077,10376,'_qty','1'),(94078,10376,'_tax_class',''),(94079,10376,'_line_subtotal','79.2'),(94080,10376,'_line_subtotal_tax','0'),(94081,10376,'_line_total','79.2'),(94082,10376,'_line_tax','0'),(94083,10376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94084,10377,'method_id','fedex'),(94085,10377,'instance_id','1'),(94086,10377,'cost','22.72'),(94087,10377,'total_tax','0'),(94088,10377,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94089,10377,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(94090,10378,'_product_id','490'),(94091,10378,'_variation_id','0'),(94092,10378,'_qty','10'),(94093,10378,'_tax_class',''),(94094,10378,'_line_subtotal','196'),(94095,10378,'_line_subtotal_tax','0'),(94096,10378,'_line_total','196'),(94097,10378,'_line_tax','0'),(94098,10378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94099,10379,'_product_id','487'),(94100,10379,'_variation_id','0'),(94101,10379,'_qty','2'),(94102,10379,'_tax_class',''),(94103,10379,'_line_subtotal','62.7'),(94104,10379,'_line_subtotal_tax','0'),(94105,10379,'_line_total','62.7'),(94106,10379,'_line_tax','0'),(94107,10379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94108,10380,'_product_id','488'),(94109,10380,'_variation_id','0'),(94110,10380,'_qty','2'),(94111,10380,'_tax_class',''),(94112,10380,'_line_subtotal','62.7'),(94113,10380,'_line_subtotal_tax','0'),(94114,10380,'_line_total','62.7'),(94115,10380,'_line_tax','0'),(94116,10380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94117,10381,'_product_id','131'),(94118,10381,'_variation_id','0'),(94119,10381,'_qty','10'),(94120,10381,'_tax_class',''),(94121,10381,'_line_subtotal','126.5'),(94122,10381,'_line_subtotal_tax','0'),(94123,10381,'_line_total','126.5'),(94124,10381,'_line_tax','0'),(94125,10381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94126,10382,'_product_id','133'),(94127,10382,'_variation_id','0'),(94128,10382,'_qty','5'),(94129,10382,'_tax_class',''),(94130,10382,'_line_subtotal','71.5'),(94131,10382,'_line_subtotal_tax','0'),(94132,10382,'_line_total','71.5'),(94133,10382,'_line_tax','0'),(94134,10382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94135,10383,'_product_id','2110'),(94136,10383,'_variation_id','0'),(94137,10383,'_qty','4'),(94138,10383,'_tax_class',''),(94139,10383,'_line_subtotal','285.6'),(94140,10383,'_line_subtotal_tax','0'),(94141,10383,'_line_total','285.6'),(94142,10383,'_line_tax','0'),(94143,10383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94144,10384,'_product_id','41'),(94145,10384,'_variation_id','0'),(94146,10384,'_qty','4'),(94147,10384,'_tax_class',''),(94148,10384,'_line_subtotal','265.92'),(94149,10384,'_line_subtotal_tax','0'),(94150,10384,'_line_total','265.92'),(94151,10384,'_line_tax','0'),(94152,10384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94153,10385,'_product_id','42'),(94154,10385,'_variation_id','0'),(94155,10385,'_qty','3'),(94156,10385,'_tax_class',''),(94157,10385,'_line_subtotal','237.6'),(94158,10385,'_line_subtotal_tax','0'),(94159,10385,'_line_total','237.6'),(94160,10385,'_line_tax','0'),(94161,10385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94162,10386,'_product_id','39'),(94163,10386,'_variation_id','0'),(94164,10386,'_qty','5'),(94165,10386,'_tax_class',''),(94166,10386,'_line_subtotal','396'),(94167,10386,'_line_subtotal_tax','0'),(94168,10386,'_line_total','396'),(94169,10386,'_line_tax','0'),(94170,10386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94171,10387,'_product_id','40'),(94172,10387,'_variation_id','0'),(94173,10387,'_qty','5'),(94174,10387,'_tax_class',''),(94175,10387,'_line_subtotal','396'),(94176,10387,'_line_subtotal_tax','0'),(94177,10387,'_line_total','396'),(94178,10387,'_line_tax','0'),(94179,10387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94180,10388,'_product_id','43'),(94181,10388,'_variation_id','0'),(94182,10388,'_qty','5'),(94183,10388,'_tax_class',''),(94184,10388,'_line_subtotal','396'),(94185,10388,'_line_subtotal_tax','0'),(94186,10388,'_line_total','396'),(94187,10388,'_line_tax','0'),(94188,10388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94189,10389,'_product_id','49'),(94190,10389,'_variation_id','0'),(94191,10389,'_qty','5'),(94192,10389,'_tax_class',''),(94193,10389,'_line_subtotal','396'),(94194,10389,'_line_subtotal_tax','0'),(94195,10389,'_line_total','396'),(94196,10389,'_line_tax','0'),(94197,10389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94198,10390,'_product_id','118'),(94199,10390,'_variation_id','0'),(94200,10390,'_qty','5'),(94201,10390,'_tax_class',''),(94202,10390,'_line_subtotal','924'),(94203,10390,'_line_subtotal_tax','0'),(94204,10390,'_line_total','924'),(94205,10390,'_line_tax','0'),(94206,10390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94207,10391,'method_id','free_shipping'),(94208,10391,'instance_id','2'),(94209,10391,'cost','0.00'),(94210,10391,'total_tax','0'),(94211,10391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94212,10391,'Items','Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Capes &times; 10, Disposable Head Bands &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 5, Preventive Conditioner(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Urgent Care & Preventive Kit(Case of 6) &times; 5'),(94213,10373,'thwma_order_shipping_status','wc-pending'),(94214,10374,'thwma_order_shipping_status','wc-pending'),(94215,10375,'thwma_order_shipping_status','wc-pending'),(94216,10376,'thwma_order_shipping_status','wc-pending'),(94217,10355,'thwma_order_shipping_status','wc-pending'),(94218,10356,'thwma_order_shipping_status','wc-pending'),(94219,10363,'thwma_order_shipping_status','wc-pending'),(94220,10364,'thwma_order_shipping_status','wc-pending'),(94221,10365,'thwma_order_shipping_status','wc-pending'),(94222,10366,'thwma_order_shipping_status','wc-pending'),(94223,10335,'thwma_order_shipping_status','wc-pending'),(94224,10336,'thwma_order_shipping_status','wc-pending'),(94225,10337,'thwma_order_shipping_status','wc-pending'),(94226,10338,'thwma_order_shipping_status','wc-pending'),(94227,10339,'thwma_order_shipping_status','wc-pending'),(94228,10340,'thwma_order_shipping_status','wc-pending'),(94229,10341,'thwma_order_shipping_status','wc-pending'),(94230,10342,'thwma_order_shipping_status','wc-pending'),(94231,10343,'thwma_order_shipping_status','wc-pending'),(94232,10344,'thwma_order_shipping_status','wc-pending'),(94233,10378,'thwma_order_shipping_status','wc-pending'),(94234,10379,'thwma_order_shipping_status','wc-pending'),(94235,10380,'thwma_order_shipping_status','wc-pending'),(94236,10381,'thwma_order_shipping_status','wc-pending'),(94237,10382,'thwma_order_shipping_status','wc-pending'),(94238,10383,'thwma_order_shipping_status','wc-pending'),(94239,10384,'thwma_order_shipping_status','wc-pending'),(94240,10385,'thwma_order_shipping_status','wc-pending'),(94241,10386,'thwma_order_shipping_status','wc-pending'),(94242,10387,'thwma_order_shipping_status','wc-pending'),(94243,10388,'thwma_order_shipping_status','wc-pending'),(94244,10389,'thwma_order_shipping_status','wc-pending'),(94245,10390,'thwma_order_shipping_status','wc-pending'),(94246,10392,'_product_id','133'),(94247,10392,'_variation_id','0'),(94248,10392,'_qty','5'),(94249,10392,'_tax_class',''),(94250,10392,'_line_subtotal','71.5'),(94251,10392,'_line_subtotal_tax','0'),(94252,10392,'_line_total','71.5'),(94253,10392,'_line_tax','0'),(94254,10392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94255,10393,'_product_id','131'),(94256,10393,'_variation_id','0'),(94257,10393,'_qty','1'),(94258,10393,'_tax_class',''),(94259,10393,'_line_subtotal','12.65'),(94260,10393,'_line_subtotal_tax','0'),(94261,10393,'_line_total','12.65'),(94262,10393,'_line_tax','0'),(94263,10393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94264,10394,'method_id','fedex'),(94265,10394,'instance_id','1'),(94266,10394,'cost','16.33'),(94267,10394,'total_tax','0'),(94268,10394,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94269,10394,'Package 1','17 × 14 × 10 (in) 9.3lbs × 1'),(94270,10395,'_product_id','2113'),(94271,10395,'_variation_id','0'),(94272,10395,'_qty','1'),(94273,10395,'_tax_class',''),(94274,10395,'_line_subtotal','172'),(94275,10395,'_line_subtotal_tax','0'),(94276,10395,'_line_total','172'),(94277,10395,'_line_tax','0'),(94278,10395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94279,10396,'method_id','fedex'),(94280,10396,'instance_id','1'),(94281,10396,'cost','15.70'),(94282,10396,'total_tax','0'),(94283,10396,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94284,10396,'Package 1','14 × 14 × 14 (in) 19.5lbs × 1'),(94285,10397,'discount_amount','0'),(94286,10397,'discount_amount_tax','0'),(94287,10397,'coupon_data','a:25:{s:2:\"id\";i:2234;s:4:\"code\";s:14:\"freeshipamanda\";s:6:\"amount\";s:1:\"0\";s:6:\"status\";s:7:\"publish\";s:12:\"date_created\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2023-10-19 18:59:45.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:13:\"date_modified\";O:11:\"WC_DateTime\":4:{s:13:\"\0*\0utc_offset\";i:0;s:4:\"date\";s:26:\"2023-10-19 18:59:54.000000\";s:13:\"timezone_type\";i:1;s:8:\"timezone\";s:6:\"+00:00\";}s:12:\"date_expires\";N;s:13:\"discount_type\";s:10:\"fixed_cart\";s:11:\"description\";s:0:\"\";s:11:\"usage_count\";i:0;s:14:\"individual_use\";b:0;s:11:\"product_ids\";a:0:{}s:20:\"excluded_product_ids\";a:0:{}s:11:\"usage_limit\";i:0;s:20:\"usage_limit_per_user\";i:0;s:22:\"limit_usage_to_x_items\";N;s:13:\"free_shipping\";b:1;s:18:\"product_categories\";a:0:{}s:27:\"excluded_product_categories\";a:0:{}s:18:\"exclude_sale_items\";b:0;s:14:\"minimum_amount\";s:0:\"\";s:14:\"maximum_amount\";s:0:\"\";s:18:\"email_restrictions\";a:0:{}s:7:\"virtual\";b:0;s:9:\"meta_data\";a:18:{i:0;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99138;s:3:\"key\";s:28:\"_acfw_usage_limit_reset_time\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99138;s:3:\"key\";s:28:\"_acfw_usage_limit_reset_time\";s:5:\"value\";s:0:\"\";}}i:1;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99139;s:3:\"key\";s:29:\"_acfw_show_on_my_coupons_page\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99139;s:3:\"key\";s:29:\"_acfw_show_on_my_coupons_page\";s:5:\"value\";s:0:\"\";}}i:2;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99140;s:3:\"key\";s:28:\"_acfw_defer_apply_url_coupon\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99140;s:3:\"key\";s:28:\"_acfw_defer_apply_url_coupon\";s:5:\"value\";s:0:\"\";}}i:3;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99141;s:3:\"key\";s:31:\"_acfw_enable_day_time_schedules\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99141;s:3:\"key\";s:31:\"_acfw_enable_day_time_schedules\";s:5:\"value\";s:0:\"\";}}i:4;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99142;s:3:\"key\";s:29:\"_acfw_cashback_waiting_period\";s:5:\"value\";s:1:\"0\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99142;s:3:\"key\";s:29:\"_acfw_cashback_waiting_period\";s:5:\"value\";s:1:\"0\";}}i:5;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99143;s:3:\"key\";s:28:\"_acfw_enable_virtual_coupons\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99143;s:3:\"key\";s:28:\"_acfw_enable_virtual_coupons\";s:5:\"value\";s:0:\"\";}}i:6;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99144;s:3:\"key\";s:22:\"_acfw_excluded_coupons\";s:5:\"value\";a:0:{}}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99144;s:3:\"key\";s:22:\"_acfw_excluded_coupons\";s:5:\"value\";a:0:{}}}i:7;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99145;s:3:\"key\";s:37:\"_acfw_enable_payment_methods_restrict\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99145;s:3:\"key\";s:37:\"_acfw_enable_payment_methods_restrict\";s:5:\"value\";s:0:\"\";}}i:8;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99146;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99146;s:3:\"key\";s:30:\"_acfw_reset_usage_limit_period\";s:5:\"value\";s:4:\"none\";}}i:9;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99147;s:3:\"key\";s:24:\"_acfw_disable_url_coupon\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99147;s:3:\"key\";s:24:\"_acfw_disable_url_coupon\";s:5:\"value\";s:0:\"\";}}i:10;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99148;s:3:\"key\";s:28:\"_acfw_force_apply_url_coupon\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99148;s:3:\"key\";s:28:\"_acfw_force_apply_url_coupon\";s:5:\"value\";s:0:\"\";}}i:11;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99149;s:3:\"key\";s:23:\"_acfw_code_url_override\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99149;s:3:\"key\";s:23:\"_acfw_code_url_override\";s:5:\"value\";s:0:\"\";}}i:12;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99150;s:3:\"key\";s:21:\"_acfw_success_message\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99150;s:3:\"key\";s:21:\"_acfw_success_message\";s:5:\"value\";s:0:\"\";}}i:13;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99151;s:3:\"key\";s:24:\"_acfw_after_redirect_url\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99151;s:3:\"key\";s:24:\"_acfw_after_redirect_url\";s:5:\"value\";s:0:\"\";}}i:14;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99152;s:3:\"key\";s:28:\"_acfw_redirect_to_origin_url\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99152;s:3:\"key\";s:28:\"_acfw_redirect_to_origin_url\";s:5:\"value\";s:0:\"\";}}i:15;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99153;s:3:\"key\";s:29:\"_acfw_enable_role_restriction\";s:5:\"value\";s:0:\"\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99153;s:3:\"key\";s:29:\"_acfw_enable_role_restriction\";s:5:\"value\";s:0:\"\";}}i:16;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99154;s:3:\"key\";s:32:\"_acfw_enable_date_range_schedule\";s:5:\"value\";s:2:\"no\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99154;s:3:\"key\";s:32:\"_acfw_enable_date_range_schedule\";s:5:\"value\";s:2:\"no\";}}i:17;O:12:\"WC_Meta_Data\":2:{s:15:\"\0*\0current_data\";a:3:{s:2:\"id\";i:99155;s:3:\"key\";s:12:\"_wp_old_slug\";s:5:\"value\";s:14:\"freeshipamands\";}s:7:\"\0*\0data\";a:3:{s:2:\"id\";i:99155;s:3:\"key\";s:12:\"_wp_old_slug\";s:5:\"value\";s:14:\"freeshipamands\";}}}}'),(94288,10398,'method_id','fedex'),(94289,10398,'instance_id','1'),(94290,10398,'cost','-15.7'),(94291,10398,'total_tax','0'),(94292,10398,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94293,10398,'_refunded_item_id','10396'),(94294,10399,'_product_id','41'),(94295,10399,'_variation_id','0'),(94296,10399,'_qty','3'),(94297,10399,'_tax_class',''),(94298,10399,'_line_subtotal','199.44'),(94299,10399,'_line_subtotal_tax','0'),(94300,10399,'_line_total','199.44'),(94301,10399,'_line_tax','0'),(94302,10399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94303,10399,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(94304,10399,'thwma_order_shipping_method','a:1:{s:28:\"fedex:1:GROUND_HOME_DELIVERY\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"41\";s:8:\"cart_key\";s:32:\"683a9a91065c3ad3b4bee1d2e9575d26\";s:15:\"cart_unique_key\";s:32:\"3b91db323dcd5b496db9bfc6d439bac0\";s:9:\"item_name\";s:38:\"Professional Lice Comb<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"3\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:6:\"Blaine\";s:9:\"last_name\";s:6:\"Tyrone\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:13:\"529 N Main St\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"Picayune\";s:5:\"state\";s:2:\"MS\";s:8:\"postcode\";s:5:\"39466\";}s:13:\"custom_fields\";a:0:{}}}'),(94305,10400,'method_id','fedex'),(94306,10400,'instance_id','1'),(94307,10400,'cost','18.67'),(94308,10400,'total_tax','0'),(94309,10400,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94310,10400,'Package 1','17.5 × 12.37 × 3 (in) 8.11lbs × 1'),(94311,10400,'Items','Professional Lice Comb<br>(Case of 12) × 3'),(94312,10401,'_product_id','23'),(94313,10401,'_variation_id','0'),(94314,10401,'_qty','2'),(94315,10401,'_tax_class',''),(94316,10401,'_line_subtotal','137.08'),(94317,10401,'_line_subtotal_tax','0'),(94318,10401,'_line_total','137.08'),(94319,10401,'_line_tax','0'),(94320,10401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94321,10402,'_product_id','45'),(94322,10402,'_variation_id','0'),(94323,10402,'_qty','2'),(94324,10402,'_tax_class',''),(94325,10402,'_line_subtotal','84.48'),(94326,10402,'_line_subtotal_tax','0'),(94327,10402,'_line_total','84.48'),(94328,10402,'_line_tax','0'),(94329,10402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94330,10403,'_product_id','43'),(94331,10403,'_variation_id','0'),(94332,10403,'_qty','2'),(94333,10403,'_tax_class',''),(94334,10403,'_line_subtotal','158.4'),(94335,10403,'_line_subtotal_tax','0'),(94336,10403,'_line_total','158.4'),(94337,10403,'_line_tax','0'),(94338,10403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94339,10404,'_product_id','49'),(94340,10404,'_variation_id','0'),(94341,10404,'_qty','2'),(94342,10404,'_tax_class',''),(94343,10404,'_line_subtotal','158.4'),(94344,10404,'_line_subtotal_tax','0'),(94345,10404,'_line_total','158.4'),(94346,10404,'_line_tax','0'),(94347,10404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94348,10405,'method_id','free_shipping'),(94349,10405,'instance_id','2'),(94350,10405,'cost','0.00'),(94351,10405,'total_tax','0'),(94352,10405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94353,10405,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(94354,10392,'thwma_order_shipping_status','wc-pending'),(94355,10393,'thwma_order_shipping_status','wc-pending'),(94356,10399,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(94357,10406,'_product_id','23'),(94358,10406,'_variation_id','0'),(94359,10406,'_qty','2'),(94360,10406,'_tax_class',''),(94361,10406,'_line_subtotal','137.08'),(94362,10406,'_line_subtotal_tax','0'),(94363,10406,'_line_total','137.08'),(94364,10406,'_line_tax','0'),(94365,10406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94366,10407,'_product_id','38'),(94367,10407,'_variation_id','0'),(94368,10407,'_qty','1'),(94369,10407,'_tax_class',''),(94370,10407,'_line_subtotal','165.76'),(94371,10407,'_line_subtotal_tax','0'),(94372,10407,'_line_total','165.76'),(94373,10407,'_line_tax','0'),(94374,10407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94375,10408,'_product_id','2110'),(94376,10408,'_variation_id','0'),(94377,10408,'_qty','1'),(94378,10408,'_tax_class',''),(94379,10408,'_line_subtotal','71.4'),(94380,10408,'_line_subtotal_tax','0'),(94381,10408,'_line_total','71.4'),(94382,10408,'_line_tax','0'),(94383,10408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94384,10409,'_product_id','2113'),(94385,10409,'_variation_id','0'),(94386,10409,'_qty','1'),(94387,10409,'_tax_class',''),(94388,10409,'_line_subtotal','172'),(94389,10409,'_line_subtotal_tax','0'),(94390,10409,'_line_total','172'),(94391,10409,'_line_tax','0'),(94392,10409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94393,10410,'_product_id','41'),(94394,10410,'_variation_id','0'),(94395,10410,'_qty','2'),(94396,10410,'_tax_class',''),(94397,10410,'_line_subtotal','132.96'),(94398,10410,'_line_subtotal_tax','0'),(94399,10410,'_line_total','132.96'),(94400,10410,'_line_tax','0'),(94401,10410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94402,10411,'_product_id','490'),(94403,10411,'_variation_id','0'),(94404,10411,'_qty','6'),(94405,10411,'_tax_class',''),(94406,10411,'_line_subtotal','117.6'),(94407,10411,'_line_subtotal_tax','0'),(94408,10411,'_line_total','117.6'),(94409,10411,'_line_tax','0'),(94410,10411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94411,10412,'method_id','free_shipping'),(94412,10412,'instance_id','2'),(94413,10412,'cost','0.00'),(94414,10412,'total_tax','0'),(94415,10412,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94416,10412,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(94417,10406,'thwma_order_shipping_status','wc-pending'),(94418,10407,'thwma_order_shipping_status','wc-pending'),(94419,10408,'thwma_order_shipping_status','wc-pending'),(94420,10409,'thwma_order_shipping_status','wc-pending'),(94421,10410,'thwma_order_shipping_status','wc-pending'),(94422,10411,'thwma_order_shipping_status','wc-pending'),(94423,10413,'_product_id','41'),(94424,10413,'_variation_id','0'),(94425,10413,'_qty','2'),(94426,10413,'_tax_class',''),(94427,10413,'_line_subtotal','132.96'),(94428,10413,'_line_subtotal_tax','0'),(94429,10413,'_line_total','132.96'),(94430,10413,'_line_tax','0'),(94431,10413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94432,10414,'_product_id','45'),(94433,10414,'_variation_id','0'),(94434,10414,'_qty','2'),(94435,10414,'_tax_class',''),(94436,10414,'_line_subtotal','84.48'),(94437,10414,'_line_subtotal_tax','0'),(94438,10414,'_line_total','84.48'),(94439,10414,'_line_tax','0'),(94440,10414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94441,10415,'_product_id','133'),(94442,10415,'_variation_id','0'),(94443,10415,'_qty','2'),(94444,10415,'_tax_class',''),(94445,10415,'_line_subtotal','28.6'),(94446,10415,'_line_subtotal_tax','0'),(94447,10415,'_line_total','28.6'),(94448,10415,'_line_tax','0'),(94449,10415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94450,10416,'_product_id','131'),(94451,10416,'_variation_id','0'),(94452,10416,'_qty','2'),(94453,10416,'_tax_class',''),(94454,10416,'_line_subtotal','25.3'),(94455,10416,'_line_subtotal_tax','0'),(94456,10416,'_line_total','25.3'),(94457,10416,'_line_tax','0'),(94458,10416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94459,10417,'_product_id','44'),(94460,10417,'_variation_id','0'),(94461,10417,'_qty','1'),(94462,10417,'_tax_class',''),(94463,10417,'_line_subtotal','116.16'),(94464,10417,'_line_subtotal_tax','0'),(94465,10417,'_line_total','116.16'),(94466,10417,'_line_tax','0'),(94467,10417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94468,10418,'_product_id','51'),(94469,10418,'_variation_id','0'),(94470,10418,'_qty','1'),(94471,10418,'_tax_class',''),(94472,10418,'_line_subtotal','147.84'),(94473,10418,'_line_subtotal_tax','0'),(94474,10418,'_line_total','147.84'),(94475,10418,'_line_tax','0'),(94476,10418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94477,10419,'method_id','free_shipping'),(94478,10419,'instance_id','2'),(94479,10419,'cost','0.00'),(94480,10419,'total_tax','0'),(94481,10419,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94482,10419,'Items','Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 2, Disposable Capes &times; 2, Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(94483,10420,'_product_id','45'),(94484,10420,'_variation_id','0'),(94485,10420,'_qty','3'),(94486,10420,'_tax_class',''),(94487,10420,'_line_subtotal','126.72'),(94488,10420,'_line_subtotal_tax','0'),(94489,10420,'_line_total','126.72'),(94490,10420,'_line_tax','0'),(94491,10420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94492,10421,'_product_id','41'),(94493,10421,'_variation_id','0'),(94494,10421,'_qty','4'),(94495,10421,'_tax_class',''),(94496,10421,'_line_subtotal','265.92'),(94497,10421,'_line_subtotal_tax','0'),(94498,10421,'_line_total','265.92'),(94499,10421,'_line_tax','0'),(94500,10421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94501,10422,'_product_id','490'),(94502,10422,'_variation_id','0'),(94503,10422,'_qty','10'),(94504,10422,'_tax_class',''),(94505,10422,'_line_subtotal','196'),(94506,10422,'_line_subtotal_tax','0'),(94507,10422,'_line_total','196'),(94508,10422,'_line_tax','0'),(94509,10422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94510,10423,'method_id','free_shipping'),(94511,10423,'instance_id','2'),(94512,10423,'cost','0.00'),(94513,10423,'total_tax','0'),(94514,10423,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94515,10423,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10'),(94516,10420,'thwma_order_shipping_status','wc-pending'),(94517,10421,'thwma_order_shipping_status','wc-pending'),(94518,10422,'thwma_order_shipping_status','wc-pending'),(94519,10413,'thwma_order_shipping_status','wc-pending'),(94520,10414,'thwma_order_shipping_status','wc-pending'),(94521,10415,'thwma_order_shipping_status','wc-pending'),(94522,10416,'thwma_order_shipping_status','wc-pending'),(94523,10417,'thwma_order_shipping_status','wc-pending'),(94524,10418,'thwma_order_shipping_status','wc-pending'),(94609,10434,'_product_id','41'),(94610,10434,'_variation_id','0'),(94611,10434,'_qty','4'),(94612,10434,'_tax_class',''),(94613,10434,'_line_subtotal','265.92'),(94614,10434,'_line_subtotal_tax','0'),(94615,10434,'_line_total','265.92'),(94616,10434,'_line_tax','0'),(94617,10434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94618,10435,'_product_id','45'),(94619,10435,'_variation_id','0'),(94620,10435,'_qty','1'),(94621,10435,'_tax_class',''),(94622,10435,'_line_subtotal','42.24'),(94623,10435,'_line_subtotal_tax','0'),(94624,10435,'_line_total','42.24'),(94625,10435,'_line_tax','0'),(94626,10435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94627,10436,'_product_id','43'),(94628,10436,'_variation_id','0'),(94629,10436,'_qty','4'),(94630,10436,'_tax_class',''),(94631,10436,'_line_subtotal','316.8'),(94632,10436,'_line_subtotal_tax','0'),(94633,10436,'_line_total','316.8'),(94634,10436,'_line_tax','0'),(94635,10436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94636,10437,'_product_id','490'),(94637,10437,'_variation_id','0'),(94638,10437,'_qty','10'),(94639,10437,'_tax_class',''),(94640,10437,'_line_subtotal','196'),(94641,10437,'_line_subtotal_tax','0'),(94642,10437,'_line_total','196'),(94643,10437,'_line_tax','0'),(94644,10437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94645,10438,'method_id','free_shipping'),(94646,10438,'instance_id','2'),(94647,10438,'cost','0.00'),(94648,10438,'total_tax','0'),(94649,10438,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94650,10438,'Items','Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10'),(94651,10439,'_product_id','43'),(94652,10439,'_variation_id','0'),(94653,10439,'_qty','2'),(94654,10439,'_tax_class',''),(94655,10439,'_line_subtotal','158.4'),(94656,10439,'_line_subtotal_tax','0'),(94657,10439,'_line_total','158.4'),(94658,10439,'_line_tax','0'),(94659,10439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94660,10440,'_product_id','49'),(94661,10440,'_variation_id','0'),(94662,10440,'_qty','3'),(94663,10440,'_tax_class',''),(94664,10440,'_line_subtotal','237.6'),(94665,10440,'_line_subtotal_tax','0'),(94666,10440,'_line_total','237.6'),(94667,10440,'_line_tax','0'),(94668,10440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94669,10441,'_product_id','490'),(94670,10441,'_variation_id','0'),(94671,10441,'_qty','4'),(94672,10441,'_tax_class',''),(94673,10441,'_line_subtotal','78.4'),(94674,10441,'_line_subtotal_tax','0'),(94675,10441,'_line_total','78.4'),(94676,10441,'_line_tax','0'),(94677,10441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94678,10442,'_product_id','488'),(94679,10442,'_variation_id','0'),(94680,10442,'_qty','1'),(94681,10442,'_tax_class',''),(94682,10442,'_line_subtotal','31.35'),(94683,10442,'_line_subtotal_tax','0'),(94684,10442,'_line_total','31.35'),(94685,10442,'_line_tax','0'),(94686,10442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94687,10443,'method_id','free_shipping'),(94688,10443,'instance_id','2'),(94689,10443,'cost','0.00'),(94690,10443,'total_tax','0'),(94691,10443,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94692,10443,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 1'),(94693,10368,'thwma_order_shipping_status','wc-pending'),(94694,10369,'thwma_order_shipping_status','wc-pending'),(94695,10370,'thwma_order_shipping_status','wc-pending'),(94696,10371,'thwma_order_shipping_status','wc-pending'),(94697,10401,'thwma_order_shipping_status','wc-pending'),(94698,10402,'thwma_order_shipping_status','wc-pending'),(94699,10403,'thwma_order_shipping_status','wc-pending'),(94700,10404,'thwma_order_shipping_status','wc-pending'),(94701,10434,'thwma_order_shipping_status','wc-pending'),(94702,10435,'thwma_order_shipping_status','wc-pending'),(94703,10436,'thwma_order_shipping_status','wc-pending'),(94704,10437,'thwma_order_shipping_status','wc-pending'),(94705,10444,'_product_id','23'),(94706,10444,'_variation_id','0'),(94707,10444,'_qty','1'),(94708,10444,'_tax_class',''),(94709,10444,'_line_subtotal','68.54'),(94710,10444,'_line_subtotal_tax','0'),(94711,10444,'_line_total','68.54'),(94712,10444,'_line_tax','0'),(94713,10444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94714,10445,'_product_id','41'),(94715,10445,'_variation_id','0'),(94716,10445,'_qty','1'),(94717,10445,'_tax_class',''),(94718,10445,'_line_subtotal','66.48'),(94719,10445,'_line_subtotal_tax','0'),(94720,10445,'_line_total','66.48'),(94721,10445,'_line_tax','0'),(94722,10445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94723,10446,'_product_id','51'),(94724,10446,'_variation_id','0'),(94725,10446,'_qty','1'),(94726,10446,'_tax_class',''),(94727,10446,'_line_subtotal','147.84'),(94728,10446,'_line_subtotal_tax','0'),(94729,10446,'_line_total','147.84'),(94730,10446,'_line_tax','0'),(94731,10446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94732,10447,'_product_id','488'),(94733,10447,'_variation_id','0'),(94734,10447,'_qty','2'),(94735,10447,'_tax_class',''),(94736,10447,'_line_subtotal','62.7'),(94737,10447,'_line_subtotal_tax','0'),(94738,10447,'_line_total','62.7'),(94739,10447,'_line_tax','0'),(94740,10447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94741,10448,'_product_id','490'),(94742,10448,'_variation_id','0'),(94743,10448,'_qty','8'),(94744,10448,'_tax_class',''),(94745,10448,'_line_subtotal','156.8'),(94746,10448,'_line_subtotal_tax','0'),(94747,10448,'_line_total','156.8'),(94748,10448,'_line_tax','0'),(94749,10448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94750,10449,'_product_id','43'),(94751,10449,'_variation_id','0'),(94752,10449,'_qty','1'),(94753,10449,'_tax_class',''),(94754,10449,'_line_subtotal','79.2'),(94755,10449,'_line_subtotal_tax','0'),(94756,10449,'_line_total','79.2'),(94757,10449,'_line_tax','0'),(94758,10449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94759,10450,'method_id','free_shipping'),(94760,10450,'instance_id','2'),(94761,10450,'cost','0.00'),(94762,10450,'total_tax','0'),(94763,10450,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94764,10450,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 8, Preventive Spray 8oz(Case of 12) &times; 1'),(94765,10439,'thwma_order_shipping_status','wc-pending'),(94766,10440,'thwma_order_shipping_status','wc-pending'),(94767,10441,'thwma_order_shipping_status','wc-pending'),(94768,10442,'thwma_order_shipping_status','wc-pending'),(94769,10444,'thwma_order_shipping_status','wc-pending'),(94770,10445,'thwma_order_shipping_status','wc-pending'),(94771,10446,'thwma_order_shipping_status','wc-pending'),(94772,10447,'thwma_order_shipping_status','wc-pending'),(94773,10448,'thwma_order_shipping_status','wc-pending'),(94774,10449,'thwma_order_shipping_status','wc-pending'),(94775,10451,'_product_id','23'),(94776,10451,'_variation_id','0'),(94777,10451,'_qty','6'),(94778,10451,'_tax_class',''),(94779,10451,'_line_subtotal','411.24'),(94780,10451,'_line_subtotal_tax','0'),(94781,10451,'_line_total','411.24'),(94782,10451,'_line_tax','0'),(94783,10451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94784,10452,'_product_id','44'),(94785,10452,'_variation_id','0'),(94786,10452,'_qty','1'),(94787,10452,'_tax_class',''),(94788,10452,'_line_subtotal','116.16'),(94789,10452,'_line_subtotal_tax','0'),(94790,10452,'_line_total','116.16'),(94791,10452,'_line_tax','0'),(94792,10452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94793,10453,'method_id','free_shipping'),(94794,10453,'instance_id','2'),(94795,10453,'cost','0.00'),(94796,10453,'total_tax','0'),(94797,10453,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94798,10453,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1'),(94803,10451,'thwma_order_shipping_status','wc-pending'),(94804,10452,'thwma_order_shipping_status','wc-pending'),(94805,10454,'_product_id','43'),(94806,10454,'_variation_id','0'),(94807,10454,'_qty','1'),(94808,10454,'_tax_class',''),(94809,10454,'_line_subtotal','79.2'),(94810,10454,'_line_subtotal_tax','0'),(94811,10454,'_line_total','79.2'),(94812,10454,'_line_tax','0'),(94813,10454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94814,10455,'_product_id','2113'),(94815,10455,'_variation_id','0'),(94816,10455,'_qty','2'),(94817,10455,'_tax_class',''),(94818,10455,'_line_subtotal','344'),(94819,10455,'_line_subtotal_tax','0'),(94820,10455,'_line_total','344'),(94821,10455,'_line_tax','0'),(94822,10455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94823,10456,'_product_id','45'),(94824,10456,'_variation_id','0'),(94825,10456,'_qty','1'),(94826,10456,'_tax_class',''),(94827,10456,'_line_subtotal','42.24'),(94828,10456,'_line_subtotal_tax','0'),(94829,10456,'_line_total','42.24'),(94830,10456,'_line_tax','0'),(94831,10456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94832,10457,'_product_id','42'),(94833,10457,'_variation_id','0'),(94834,10457,'_qty','1'),(94835,10457,'_tax_class',''),(94836,10457,'_line_subtotal','79.2'),(94837,10457,'_line_subtotal_tax','0'),(94838,10457,'_line_total','79.2'),(94839,10457,'_line_tax','0'),(94840,10457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94841,10458,'method_id','free_shipping'),(94842,10458,'instance_id','2'),(94843,10458,'cost','0.00'),(94844,10458,'total_tax','0'),(94845,10458,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94846,10458,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(94847,10459,'_product_id','131'),(94848,10459,'_variation_id','0'),(94849,10459,'_qty','5'),(94850,10459,'_tax_class',''),(94851,10459,'_line_subtotal','63.25'),(94852,10459,'_line_subtotal_tax','0'),(94853,10459,'_line_total','63.25'),(94854,10459,'_line_tax','0'),(94855,10459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94856,10460,'_product_id','133'),(94857,10460,'_variation_id','0'),(94858,10460,'_qty','5'),(94859,10460,'_tax_class',''),(94860,10460,'_line_subtotal','71.5'),(94861,10460,'_line_subtotal_tax','0'),(94862,10460,'_line_total','71.5'),(94863,10460,'_line_tax','0'),(94864,10460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94865,10461,'_product_id','490'),(94866,10461,'_variation_id','0'),(94867,10461,'_qty','10'),(94868,10461,'_tax_class',''),(94869,10461,'_line_subtotal','196'),(94870,10461,'_line_subtotal_tax','0'),(94871,10461,'_line_total','196'),(94872,10461,'_line_tax','0'),(94873,10461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94874,10462,'method_id','fedex'),(94875,10462,'instance_id','1'),(94876,10462,'cost','46.28'),(94877,10462,'total_tax','0'),(94878,10462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94879,10462,'Package 1','14 × 14 × 14 (in) 20.65lbs × 1'),(94880,10462,'Package 2','17 × 14 × 10 (in) 20.35lbs × 1'),(94890,10463,'_product_id','2110'),(94891,10463,'_variation_id','0'),(94892,10463,'_qty','10'),(94893,10463,'_tax_class',''),(94894,10463,'_line_subtotal','714'),(94895,10463,'_line_subtotal_tax','0'),(94896,10463,'_line_total','714'),(94897,10463,'_line_tax','0'),(94898,10463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94899,10464,'method_id','free_shipping'),(94900,10464,'instance_id','2'),(94901,10464,'cost','0.00'),(94902,10464,'total_tax','0'),(94903,10464,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(94904,10464,'Items','Active Rinse 8oz 100%(Case of 12) &times; 10'),(94905,10454,'thwma_order_shipping_status','wc-pending'),(94906,10455,'thwma_order_shipping_status','wc-pending'),(94907,10456,'thwma_order_shipping_status','wc-pending'),(94908,10457,'thwma_order_shipping_status','wc-pending'),(94909,10459,'thwma_order_shipping_status','wc-pending'),(94910,10460,'thwma_order_shipping_status','wc-pending'),(94911,10461,'thwma_order_shipping_status','wc-pending'),(94972,10472,'_product_id','23'),(94973,10472,'_variation_id','0'),(94974,10472,'_qty','2'),(94975,10472,'_tax_class',''),(94976,10472,'_line_subtotal','137.08'),(94977,10472,'_line_subtotal_tax','0'),(94978,10472,'_line_total','137.08'),(94979,10472,'_line_tax','0'),(94980,10472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94981,10473,'_product_id','41'),(94982,10473,'_variation_id','0'),(94983,10473,'_qty','5'),(94984,10473,'_tax_class',''),(94985,10473,'_line_subtotal','332.4'),(94986,10473,'_line_subtotal_tax','0'),(94987,10473,'_line_total','332.4'),(94988,10473,'_line_tax','0'),(94989,10473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94990,10474,'_product_id','45'),(94991,10474,'_variation_id','0'),(94992,10474,'_qty','1'),(94993,10474,'_tax_class',''),(94994,10474,'_line_subtotal','42.24'),(94995,10474,'_line_subtotal_tax','0'),(94996,10474,'_line_total','42.24'),(94997,10474,'_line_tax','0'),(94998,10474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(94999,10475,'_product_id','51'),(95000,10475,'_variation_id','0'),(95001,10475,'_qty','1'),(95002,10475,'_tax_class',''),(95003,10475,'_line_subtotal','147.84'),(95004,10475,'_line_subtotal_tax','0'),(95005,10475,'_line_total','147.84'),(95006,10475,'_line_tax','0'),(95007,10475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95008,10476,'_product_id','44'),(95009,10476,'_variation_id','0'),(95010,10476,'_qty','1'),(95011,10476,'_tax_class',''),(95012,10476,'_line_subtotal','116.16'),(95013,10476,'_line_subtotal_tax','0'),(95014,10476,'_line_total','116.16'),(95015,10476,'_line_tax','0'),(95016,10476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95017,10477,'_product_id','118'),(95018,10477,'_variation_id','0'),(95019,10477,'_qty','1'),(95020,10477,'_tax_class',''),(95021,10477,'_line_subtotal','184.8'),(95022,10477,'_line_subtotal_tax','0'),(95023,10477,'_line_total','184.8'),(95024,10477,'_line_tax','0'),(95025,10477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95026,10478,'method_id','free_shipping'),(95027,10478,'instance_id','2'),(95028,10478,'cost','0.00'),(95029,10478,'total_tax','0'),(95030,10478,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95031,10478,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1'),(95032,10479,'_product_id','41'),(95033,10479,'_variation_id','0'),(95034,10479,'_qty','3'),(95035,10479,'_tax_class',''),(95036,10479,'_line_subtotal','199.44'),(95037,10479,'_line_subtotal_tax','0'),(95038,10479,'_line_total','199.44'),(95039,10479,'_line_tax','0'),(95040,10479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95041,10480,'_product_id','43'),(95042,10480,'_variation_id','0'),(95043,10480,'_qty','3'),(95044,10480,'_tax_class',''),(95045,10480,'_line_subtotal','237.6'),(95046,10480,'_line_subtotal_tax','0'),(95047,10480,'_line_total','237.6'),(95048,10480,'_line_tax','0'),(95049,10480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95050,10481,'_product_id','44'),(95051,10481,'_variation_id','0'),(95052,10481,'_qty','1'),(95053,10481,'_tax_class',''),(95054,10481,'_line_subtotal','116.16'),(95055,10481,'_line_subtotal_tax','0'),(95056,10481,'_line_total','116.16'),(95057,10481,'_line_tax','0'),(95058,10481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95059,10482,'_product_id','490'),(95060,10482,'_variation_id','0'),(95061,10482,'_qty','10'),(95062,10482,'_tax_class',''),(95063,10482,'_line_subtotal','196'),(95064,10482,'_line_subtotal_tax','0'),(95065,10482,'_line_total','196'),(95066,10482,'_line_tax','0'),(95067,10482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95068,10483,'method_id','free_shipping'),(95069,10483,'instance_id','2'),(95070,10483,'cost','0.00'),(95071,10483,'total_tax','0'),(95072,10483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95073,10483,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(95128,10484,'_product_id','93'),(95129,10484,'_variation_id','0'),(95130,10484,'_qty','4'),(95131,10484,'_tax_class',''),(95132,10484,'_line_subtotal','0'),(95133,10484,'_line_subtotal_tax','0'),(95134,10484,'_line_total','0'),(95135,10484,'_line_tax','0'),(95136,10484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95137,10485,'_product_id','99'),(95138,10485,'_variation_id','0'),(95139,10485,'_qty','1'),(95140,10485,'_tax_class',''),(95141,10485,'_line_subtotal','0'),(95142,10485,'_line_subtotal_tax','0'),(95143,10485,'_line_total','0'),(95144,10485,'_line_tax','0'),(95145,10485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95146,10486,'method_id','fedex'),(95147,10486,'instance_id','1'),(95148,10486,'cost','13.29'),(95149,10486,'total_tax','0'),(95150,10486,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95151,10486,'Package 1','17 × 14 × 10 (in) 17.45lbs × 1'),(95162,10472,'thwma_order_shipping_status','wc-pending'),(95163,10473,'thwma_order_shipping_status','wc-pending'),(95164,10474,'thwma_order_shipping_status','wc-pending'),(95165,10475,'thwma_order_shipping_status','wc-pending'),(95166,10476,'thwma_order_shipping_status','wc-pending'),(95167,10477,'thwma_order_shipping_status','wc-pending'),(95168,10487,'_product_id','44'),(95169,10487,'_variation_id','0'),(95170,10487,'_qty','2'),(95171,10487,'_tax_class',''),(95172,10487,'_line_subtotal','232.32'),(95173,10487,'_line_subtotal_tax','0'),(95174,10487,'_line_total','232.32'),(95175,10487,'_line_tax','0'),(95176,10487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95177,10488,'_product_id','49'),(95178,10488,'_variation_id','0'),(95179,10488,'_qty','2'),(95180,10488,'_tax_class',''),(95181,10488,'_line_subtotal','158.4'),(95182,10488,'_line_subtotal_tax','0'),(95183,10488,'_line_total','158.4'),(95184,10488,'_line_tax','0'),(95185,10488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95186,10489,'_product_id','39'),(95187,10489,'_variation_id','0'),(95188,10489,'_qty','1'),(95189,10489,'_tax_class',''),(95190,10489,'_line_subtotal','79.2'),(95191,10489,'_line_subtotal_tax','0'),(95192,10489,'_line_total','79.2'),(95193,10489,'_line_tax','0'),(95194,10489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95195,10490,'_product_id','490'),(95196,10490,'_variation_id','0'),(95197,10490,'_qty','2'),(95198,10490,'_tax_class',''),(95199,10490,'_line_subtotal','39.2'),(95200,10490,'_line_subtotal_tax','0'),(95201,10490,'_line_total','39.2'),(95202,10490,'_line_tax','0'),(95203,10490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95204,10491,'method_id','free_shipping'),(95205,10491,'instance_id','2'),(95206,10491,'cost','0.00'),(95207,10491,'total_tax','0'),(95208,10491,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95209,10491,'Items','Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(95210,10492,'_product_id','93'),(95211,10492,'_variation_id','0'),(95212,10492,'_qty','10'),(95213,10492,'_tax_class',''),(95214,10492,'_line_subtotal','0'),(95215,10492,'_line_subtotal_tax','0'),(95216,10492,'_line_total','0'),(95217,10492,'_line_tax','0'),(95218,10492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95219,10493,'method_id','fedex'),(95220,10493,'instance_id','1'),(95221,10493,'cost','14.02'),(95222,10493,'total_tax','0'),(95223,10493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95224,10493,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(95225,10494,'_product_id','93'),(95226,10494,'_variation_id','0'),(95227,10494,'_qty','10'),(95228,10494,'_tax_class',''),(95229,10494,'_line_subtotal','0'),(95230,10494,'_line_subtotal_tax','0'),(95231,10494,'_line_total','0'),(95232,10494,'_line_tax','0'),(95233,10494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95234,10495,'method_id','fedex'),(95235,10495,'instance_id','1'),(95236,10495,'cost','14.02'),(95237,10495,'total_tax','0'),(95238,10495,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95239,10495,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(95240,10496,'_product_id','41'),(95241,10496,'_variation_id','0'),(95242,10496,'_qty','8'),(95243,10496,'_tax_class',''),(95244,10496,'_line_subtotal','531.84'),(95245,10496,'_line_subtotal_tax','0'),(95246,10496,'_line_total','531.84'),(95247,10496,'_line_tax','0'),(95248,10496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95249,10497,'_product_id','51'),(95250,10497,'_variation_id','0'),(95251,10497,'_qty','1'),(95252,10497,'_tax_class',''),(95253,10497,'_line_subtotal','147.84'),(95254,10497,'_line_subtotal_tax','0'),(95255,10497,'_line_total','147.84'),(95256,10497,'_line_tax','0'),(95257,10497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95258,10498,'_product_id','43'),(95259,10498,'_variation_id','0'),(95260,10498,'_qty','1'),(95261,10498,'_tax_class',''),(95262,10498,'_line_subtotal','79.2'),(95263,10498,'_line_subtotal_tax','0'),(95264,10498,'_line_total','79.2'),(95265,10498,'_line_tax','0'),(95266,10498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95267,10499,'_product_id','49'),(95268,10499,'_variation_id','0'),(95269,10499,'_qty','1'),(95270,10499,'_tax_class',''),(95271,10499,'_line_subtotal','79.2'),(95272,10499,'_line_subtotal_tax','0'),(95273,10499,'_line_total','79.2'),(95274,10499,'_line_tax','0'),(95275,10499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95276,10500,'_product_id','2113'),(95277,10500,'_variation_id','0'),(95278,10500,'_qty','1'),(95279,10500,'_tax_class',''),(95280,10500,'_line_subtotal','172'),(95281,10500,'_line_subtotal_tax','0'),(95282,10500,'_line_total','172'),(95283,10500,'_line_tax','0'),(95284,10500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95285,10501,'method_id','free_shipping'),(95286,10501,'instance_id','2'),(95287,10501,'cost','0.00'),(95288,10501,'total_tax','0'),(95289,10501,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95290,10501,'Items','Professional Lice Comb(Case of 12) &times; 8, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(95291,10487,'thwma_order_shipping_status','wc-pending'),(95292,10488,'thwma_order_shipping_status','wc-pending'),(95293,10489,'thwma_order_shipping_status','wc-pending'),(95294,10490,'thwma_order_shipping_status','wc-pending'),(95295,10502,'_product_id','99'),(95296,10502,'_variation_id','0'),(95297,10502,'_qty','2'),(95298,10502,'_tax_class',''),(95299,10502,'_line_subtotal','0'),(95300,10502,'_line_subtotal_tax','0'),(95301,10502,'_line_total','0'),(95302,10502,'_line_tax','0'),(95303,10502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95304,10503,'_product_id','41'),(95305,10503,'_variation_id','0'),(95306,10503,'_qty','2'),(95307,10503,'_tax_class',''),(95308,10503,'_line_subtotal','132.96'),(95309,10503,'_line_subtotal_tax','0'),(95310,10503,'_line_total','132.96'),(95311,10503,'_line_tax','0'),(95312,10503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95313,10504,'_product_id','2113'),(95314,10504,'_variation_id','0'),(95315,10504,'_qty','2'),(95316,10504,'_tax_class',''),(95317,10504,'_line_subtotal','344'),(95318,10504,'_line_subtotal_tax','0'),(95319,10504,'_line_total','344'),(95320,10504,'_line_tax','0'),(95321,10504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95322,10505,'_product_id','42'),(95323,10505,'_variation_id','0'),(95324,10505,'_qty','1'),(95325,10505,'_tax_class',''),(95326,10505,'_line_subtotal','79.2'),(95327,10505,'_line_subtotal_tax','0'),(95328,10505,'_line_total','79.2'),(95329,10505,'_line_tax','0'),(95330,10505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95331,10506,'method_id','free_shipping'),(95332,10506,'instance_id','2'),(95333,10506,'cost','0.00'),(95334,10506,'total_tax','0'),(95335,10506,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95336,10506,'Items','Bulk Mousse 1 Gallon &times; 2, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 1'),(95337,10507,'_product_id','41'),(95338,10507,'_variation_id','0'),(95339,10507,'_qty','2'),(95340,10507,'_tax_class',''),(95341,10507,'_line_subtotal','132.96'),(95342,10507,'_line_subtotal_tax','0'),(95343,10507,'_line_total','132.96'),(95344,10507,'_line_tax','0'),(95345,10507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95346,10508,'method_id','fedex'),(95347,10508,'instance_id','1'),(95348,10508,'cost','13.26'),(95349,10508,'total_tax','0'),(95350,10508,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95351,10508,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(95357,10496,'thwma_order_shipping_status','wc-pending'),(95358,10497,'thwma_order_shipping_status','wc-pending'),(95359,10498,'thwma_order_shipping_status','wc-pending'),(95360,10499,'thwma_order_shipping_status','wc-pending'),(95361,10500,'thwma_order_shipping_status','wc-pending'),(95362,10509,'_product_id','2110'),(95363,10509,'_variation_id','0'),(95364,10509,'_qty','5'),(95365,10509,'_tax_class',''),(95366,10509,'_line_subtotal','357'),(95367,10509,'_line_subtotal_tax','0'),(95368,10509,'_line_total','357'),(95369,10509,'_line_tax','0'),(95370,10509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95371,10510,'_product_id','42'),(95372,10510,'_variation_id','0'),(95373,10510,'_qty','2'),(95374,10510,'_tax_class',''),(95375,10510,'_line_subtotal','158.4'),(95376,10510,'_line_subtotal_tax','0'),(95377,10510,'_line_total','158.4'),(95378,10510,'_line_tax','0'),(95379,10510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95380,10511,'method_id','free_shipping'),(95381,10511,'instance_id','2'),(95382,10511,'cost','0.00'),(95383,10511,'total_tax','0'),(95384,10511,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95385,10511,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Comb-Out Mousse(Case of 12) &times; 2'),(95386,10512,'_product_id','41'),(95387,10512,'_variation_id','0'),(95388,10512,'_qty','5'),(95389,10512,'_tax_class',''),(95390,10512,'_line_subtotal','332.4'),(95391,10512,'_line_subtotal_tax','0'),(95392,10512,'_line_total','332.4'),(95393,10512,'_line_tax','0'),(95394,10512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95395,10513,'method_id','fedex'),(95396,10513,'instance_id','1'),(95397,10513,'cost','19.45'),(95398,10513,'total_tax','0'),(95399,10513,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95400,10513,'Package 1','17.5 × 12.37 × 3 (in) 12.91lbs × 1'),(95401,10514,'_product_id','2110'),(95402,10514,'_variation_id','0'),(95403,10514,'_qty','2'),(95404,10514,'_tax_class',''),(95405,10514,'_line_subtotal','142.8'),(95406,10514,'_line_subtotal_tax','0'),(95407,10514,'_line_total','142.8'),(95408,10514,'_line_tax','0'),(95409,10514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95410,10515,'_product_id','2113'),(95411,10515,'_variation_id','0'),(95412,10515,'_qty','1'),(95413,10515,'_tax_class',''),(95414,10515,'_line_subtotal','172'),(95415,10515,'_line_subtotal_tax','0'),(95416,10515,'_line_total','172'),(95417,10515,'_line_tax','0'),(95418,10515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95419,10516,'_product_id','42'),(95420,10516,'_variation_id','0'),(95421,10516,'_qty','1'),(95422,10516,'_tax_class',''),(95423,10516,'_line_subtotal','79.2'),(95424,10516,'_line_subtotal_tax','0'),(95425,10516,'_line_total','79.2'),(95426,10516,'_line_tax','0'),(95427,10516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95428,10517,'_product_id','41'),(95429,10517,'_variation_id','0'),(95430,10517,'_qty','1'),(95431,10517,'_tax_class',''),(95432,10517,'_line_subtotal','66.48'),(95433,10517,'_line_subtotal_tax','0'),(95434,10517,'_line_total','66.48'),(95435,10517,'_line_tax','0'),(95436,10517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95437,10518,'_product_id','45'),(95438,10518,'_variation_id','0'),(95439,10518,'_qty','1'),(95440,10518,'_tax_class',''),(95441,10518,'_line_subtotal','42.24'),(95442,10518,'_line_subtotal_tax','0'),(95443,10518,'_line_total','42.24'),(95444,10518,'_line_tax','0'),(95445,10518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95446,10519,'_product_id','490'),(95447,10519,'_variation_id','0'),(95448,10519,'_qty','10'),(95449,10519,'_tax_class',''),(95450,10519,'_line_subtotal','196'),(95451,10519,'_line_subtotal_tax','0'),(95452,10519,'_line_total','196'),(95453,10519,'_line_tax','0'),(95454,10519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95455,10520,'_product_id','487'),(95456,10520,'_variation_id','0'),(95457,10520,'_qty','2'),(95458,10520,'_tax_class',''),(95459,10520,'_line_subtotal','62.7'),(95460,10520,'_line_subtotal_tax','0'),(95461,10520,'_line_total','62.7'),(95462,10520,'_line_tax','0'),(95463,10520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95464,10521,'method_id','free_shipping'),(95465,10521,'instance_id','2'),(95466,10521,'cost','0.00'),(95467,10521,'total_tax','0'),(95468,10521,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95469,10521,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(95470,10522,'_product_id','2110'),(95471,10522,'_variation_id','0'),(95472,10522,'_qty','2'),(95473,10522,'_tax_class',''),(95474,10522,'_line_subtotal','142.8'),(95475,10522,'_line_subtotal_tax','0'),(95476,10522,'_line_total','142.8'),(95477,10522,'_line_tax','0'),(95478,10522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95479,10523,'_product_id','2113'),(95480,10523,'_variation_id','0'),(95481,10523,'_qty','1'),(95482,10523,'_tax_class',''),(95483,10523,'_line_subtotal','172'),(95484,10523,'_line_subtotal_tax','0'),(95485,10523,'_line_total','172'),(95486,10523,'_line_tax','0'),(95487,10523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95488,10524,'_product_id','41'),(95489,10524,'_variation_id','0'),(95490,10524,'_qty','1'),(95491,10524,'_tax_class',''),(95492,10524,'_line_subtotal','66.48'),(95493,10524,'_line_subtotal_tax','0'),(95494,10524,'_line_total','66.48'),(95495,10524,'_line_tax','0'),(95496,10524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95497,10525,'_product_id','45'),(95498,10525,'_variation_id','0'),(95499,10525,'_qty','1'),(95500,10525,'_tax_class',''),(95501,10525,'_line_subtotal','42.24'),(95502,10525,'_line_subtotal_tax','0'),(95503,10525,'_line_total','42.24'),(95504,10525,'_line_tax','0'),(95505,10525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95506,10526,'_product_id','43'),(95507,10526,'_variation_id','0'),(95508,10526,'_qty','1'),(95509,10526,'_tax_class',''),(95510,10526,'_line_subtotal','79.2'),(95511,10526,'_line_subtotal_tax','0'),(95512,10526,'_line_total','79.2'),(95513,10526,'_line_tax','0'),(95514,10526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95515,10527,'_product_id','490'),(95516,10527,'_variation_id','0'),(95517,10527,'_qty','10'),(95518,10527,'_tax_class',''),(95519,10527,'_line_subtotal','196'),(95520,10527,'_line_subtotal_tax','0'),(95521,10527,'_line_total','196'),(95522,10527,'_line_tax','0'),(95523,10527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95524,10528,'_product_id','487'),(95525,10528,'_variation_id','0'),(95526,10528,'_qty','2'),(95527,10528,'_tax_class',''),(95528,10528,'_line_subtotal','62.7'),(95529,10528,'_line_subtotal_tax','0'),(95530,10528,'_line_total','62.7'),(95531,10528,'_line_tax','0'),(95532,10528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95533,10529,'method_id','free_shipping'),(95534,10529,'instance_id','2'),(95535,10529,'cost','0.00'),(95536,10529,'total_tax','0'),(95537,10529,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95538,10529,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(95539,10479,'thwma_order_shipping_status','wc-pending'),(95540,10480,'thwma_order_shipping_status','wc-pending'),(95541,10481,'thwma_order_shipping_status','wc-pending'),(95542,10482,'thwma_order_shipping_status','wc-pending'),(95543,10509,'thwma_order_shipping_status','wc-pending'),(95544,10510,'thwma_order_shipping_status','wc-pending'),(95545,10522,'thwma_order_shipping_status','wc-pending'),(95546,10523,'thwma_order_shipping_status','wc-pending'),(95547,10524,'thwma_order_shipping_status','wc-pending'),(95548,10525,'thwma_order_shipping_status','wc-pending'),(95549,10526,'thwma_order_shipping_status','wc-pending'),(95550,10527,'thwma_order_shipping_status','wc-pending'),(95551,10528,'thwma_order_shipping_status','wc-pending'),(95552,10530,'_product_id','2110'),(95553,10530,'_variation_id','0'),(95554,10530,'_qty','2'),(95555,10530,'_tax_class',''),(95556,10530,'_line_subtotal','142.8'),(95557,10530,'_line_subtotal_tax','0'),(95558,10530,'_line_total','142.8'),(95559,10530,'_line_tax','0'),(95560,10530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95561,10531,'method_id','fedex'),(95562,10531,'instance_id','1'),(95563,10531,'cost','22.52'),(95564,10531,'total_tax','0'),(95565,10531,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95566,10531,'Package 1','17 × 14 × 10 (in) 15.6lbs × 1'),(95567,10532,'_product_id','23'),(95568,10532,'_variation_id','0'),(95569,10532,'_qty','2'),(95570,10532,'_tax_class',''),(95571,10532,'_line_subtotal','137.08'),(95572,10532,'_line_subtotal_tax','0'),(95573,10532,'_line_total','137.08'),(95574,10532,'_line_tax','0'),(95575,10532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95576,10533,'_product_id','38'),(95577,10533,'_variation_id','0'),(95578,10533,'_qty','2'),(95579,10533,'_tax_class',''),(95580,10533,'_line_subtotal','331.52'),(95581,10533,'_line_subtotal_tax','0'),(95582,10533,'_line_total','331.52'),(95583,10533,'_line_tax','0'),(95584,10533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95585,10534,'_product_id','45'),(95586,10534,'_variation_id','0'),(95587,10534,'_qty','2'),(95588,10534,'_tax_class',''),(95589,10534,'_line_subtotal','84.48'),(95590,10534,'_line_subtotal_tax','0'),(95591,10534,'_line_total','84.48'),(95592,10534,'_line_tax','0'),(95593,10534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95594,10535,'_product_id','490'),(95595,10535,'_variation_id','0'),(95596,10535,'_qty','6'),(95597,10535,'_tax_class',''),(95598,10535,'_line_subtotal','117.6'),(95599,10535,'_line_subtotal_tax','0'),(95600,10535,'_line_total','117.6'),(95601,10535,'_line_tax','0'),(95602,10535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95603,10536,'method_id','free_shipping'),(95604,10536,'instance_id','2'),(95605,10536,'cost','0.00'),(95606,10536,'total_tax','0'),(95607,10536,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95608,10536,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(95609,10537,'_product_id','43'),(95610,10537,'_variation_id','0'),(95611,10537,'_qty','3'),(95612,10537,'_tax_class',''),(95613,10537,'_line_subtotal','237.6'),(95614,10537,'_line_subtotal_tax','0'),(95615,10537,'_line_total','237.6'),(95616,10537,'_line_tax','0'),(95617,10537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95618,10538,'_product_id','487'),(95619,10538,'_variation_id','0'),(95620,10538,'_qty','1'),(95621,10538,'_tax_class',''),(95622,10538,'_line_subtotal','31.35'),(95623,10538,'_line_subtotal_tax','0'),(95624,10538,'_line_total','31.35'),(95625,10538,'_line_tax','0'),(95626,10538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95627,10539,'method_id','fedex'),(95628,10539,'instance_id','1'),(95629,10539,'cost','18.81'),(95630,10539,'total_tax','0'),(95631,10539,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95632,10539,'Package 1','17 × 14 × 10 (in) 32.25lbs × 1'),(95633,10540,'_product_id','2110'),(95634,10540,'_variation_id','0'),(95635,10540,'_qty','2'),(95636,10540,'_tax_class',''),(95637,10540,'_line_subtotal','142.8'),(95638,10540,'_line_subtotal_tax','0'),(95639,10540,'_line_total','142.8'),(95640,10540,'_line_tax','0'),(95641,10540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95642,10541,'_product_id','41'),(95643,10541,'_variation_id','0'),(95644,10541,'_qty','4'),(95645,10541,'_tax_class',''),(95646,10541,'_line_subtotal','265.92'),(95647,10541,'_line_subtotal_tax','0'),(95648,10541,'_line_total','265.92'),(95649,10541,'_line_tax','0'),(95650,10541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95651,10542,'_product_id','43'),(95652,10542,'_variation_id','0'),(95653,10542,'_qty','2'),(95654,10542,'_tax_class',''),(95655,10542,'_line_subtotal','158.4'),(95656,10542,'_line_subtotal_tax','0'),(95657,10542,'_line_total','158.4'),(95658,10542,'_line_tax','0'),(95659,10542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95660,10543,'_product_id','490'),(95661,10543,'_variation_id','0'),(95662,10543,'_qty','20'),(95663,10543,'_tax_class',''),(95664,10543,'_line_subtotal','392'),(95665,10543,'_line_subtotal_tax','0'),(95666,10543,'_line_total','392'),(95667,10543,'_line_tax','0'),(95668,10543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95669,10544,'_product_id','488'),(95670,10544,'_variation_id','0'),(95671,10544,'_qty','2'),(95672,10544,'_tax_class',''),(95673,10544,'_line_subtotal','62.7'),(95674,10544,'_line_subtotal_tax','0'),(95675,10544,'_line_total','62.7'),(95676,10544,'_line_tax','0'),(95677,10544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95678,10545,'_product_id','487'),(95679,10545,'_variation_id','0'),(95680,10545,'_qty','4'),(95681,10545,'_tax_class',''),(95682,10545,'_line_subtotal','125.4'),(95683,10545,'_line_subtotal_tax','0'),(95684,10545,'_line_total','125.4'),(95685,10545,'_line_tax','0'),(95686,10545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95687,10546,'_product_id','42'),(95688,10546,'_variation_id','0'),(95689,10546,'_qty','2'),(95690,10546,'_tax_class',''),(95691,10546,'_line_subtotal','158.4'),(95692,10546,'_line_subtotal_tax','0'),(95693,10546,'_line_total','158.4'),(95694,10546,'_line_tax','0'),(95695,10546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95696,10547,'method_id','free_shipping'),(95697,10547,'instance_id','2'),(95698,10547,'cost','0.00'),(95699,10547,'total_tax','0'),(95700,10547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95701,10547,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 4, Comb-Out Mousse(Case of 12) &times; 2'),(95771,10556,'_product_id','2110'),(95772,10556,'_variation_id','0'),(95773,10556,'_qty','2'),(95774,10556,'_tax_class',''),(95775,10556,'_line_subtotal','142.8'),(95776,10556,'_line_subtotal_tax','0'),(95777,10556,'_line_total','142.8'),(95778,10556,'_line_tax','0'),(95779,10556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95780,10557,'_product_id','41'),(95781,10557,'_variation_id','0'),(95782,10557,'_qty','4'),(95783,10557,'_tax_class',''),(95784,10557,'_line_subtotal','265.92'),(95785,10557,'_line_subtotal_tax','0'),(95786,10557,'_line_total','265.92'),(95787,10557,'_line_tax','0'),(95788,10557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95789,10558,'_product_id','43'),(95790,10558,'_variation_id','0'),(95791,10558,'_qty','2'),(95792,10558,'_tax_class',''),(95793,10558,'_line_subtotal','158.4'),(95794,10558,'_line_subtotal_tax','0'),(95795,10558,'_line_total','158.4'),(95796,10558,'_line_tax','0'),(95797,10558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95798,10559,'_product_id','490'),(95799,10559,'_variation_id','0'),(95800,10559,'_qty','20'),(95801,10559,'_tax_class',''),(95802,10559,'_line_subtotal','392'),(95803,10559,'_line_subtotal_tax','0'),(95804,10559,'_line_total','392'),(95805,10559,'_line_tax','0'),(95806,10559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95807,10560,'_product_id','488'),(95808,10560,'_variation_id','0'),(95809,10560,'_qty','2'),(95810,10560,'_tax_class',''),(95811,10560,'_line_subtotal','62.7'),(95812,10560,'_line_subtotal_tax','0'),(95813,10560,'_line_total','62.7'),(95814,10560,'_line_tax','0'),(95815,10560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95816,10561,'_product_id','487'),(95817,10561,'_variation_id','0'),(95818,10561,'_qty','4'),(95819,10561,'_tax_class',''),(95820,10561,'_line_subtotal','125.4'),(95821,10561,'_line_subtotal_tax','0'),(95822,10561,'_line_total','125.4'),(95823,10561,'_line_tax','0'),(95824,10561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95825,10562,'_product_id','42'),(95826,10562,'_variation_id','0'),(95827,10562,'_qty','2'),(95828,10562,'_tax_class',''),(95829,10562,'_line_subtotal','158.4'),(95830,10562,'_line_subtotal_tax','0'),(95831,10562,'_line_total','158.4'),(95832,10562,'_line_tax','0'),(95833,10562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95834,10563,'method_id','free_shipping'),(95835,10563,'instance_id','2'),(95836,10563,'cost','0.00'),(95837,10563,'total_tax','0'),(95838,10563,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95839,10563,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 4, Comb-Out Mousse(Case of 12) &times; 2'),(95840,10532,'thwma_order_shipping_status','wc-pending'),(95841,10533,'thwma_order_shipping_status','wc-pending'),(95842,10534,'thwma_order_shipping_status','wc-pending'),(95843,10535,'thwma_order_shipping_status','wc-pending'),(95844,10514,'thwma_order_shipping_status','wc-pending'),(95845,10515,'thwma_order_shipping_status','wc-pending'),(95846,10516,'thwma_order_shipping_status','wc-pending'),(95847,10517,'thwma_order_shipping_status','wc-pending'),(95848,10518,'thwma_order_shipping_status','wc-pending'),(95849,10519,'thwma_order_shipping_status','wc-pending'),(95850,10520,'thwma_order_shipping_status','wc-pending'),(95893,10569,'_product_id','23'),(95894,10569,'_variation_id','0'),(95895,10569,'_qty','5'),(95896,10569,'_tax_class',''),(95897,10569,'_line_subtotal','342.7'),(95898,10569,'_line_subtotal_tax','0'),(95899,10569,'_line_total','342.7'),(95900,10569,'_line_tax','0'),(95901,10569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95902,10570,'_product_id','41'),(95903,10570,'_variation_id','0'),(95904,10570,'_qty','2'),(95905,10570,'_tax_class',''),(95906,10570,'_line_subtotal','132.96'),(95907,10570,'_line_subtotal_tax','0'),(95908,10570,'_line_total','132.96'),(95909,10570,'_line_tax','0'),(95910,10570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95911,10571,'_product_id','490'),(95912,10571,'_variation_id','0'),(95913,10571,'_qty','8'),(95914,10571,'_tax_class',''),(95915,10571,'_line_subtotal','156.8'),(95916,10571,'_line_subtotal_tax','0'),(95917,10571,'_line_total','156.8'),(95918,10571,'_line_tax','0'),(95919,10571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95920,10572,'_product_id','488'),(95921,10572,'_variation_id','0'),(95922,10572,'_qty','1'),(95923,10572,'_tax_class',''),(95924,10572,'_line_subtotal','31.35'),(95925,10572,'_line_subtotal_tax','0'),(95926,10572,'_line_total','31.35'),(95927,10572,'_line_tax','0'),(95928,10572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95929,10573,'method_id','free_shipping'),(95930,10573,'instance_id','2'),(95931,10573,'cost','0.00'),(95932,10573,'total_tax','0'),(95933,10573,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(95934,10573,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1'),(95935,10574,'_product_id','2110'),(95936,10574,'_variation_id','0'),(95937,10574,'_qty','5'),(95938,10574,'_tax_class',''),(95939,10574,'_line_subtotal','357'),(95940,10574,'_line_subtotal_tax','0'),(95941,10574,'_line_total','357'),(95942,10574,'_line_tax','0'),(95943,10574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95944,10575,'_product_id','2113'),(95945,10575,'_variation_id','0'),(95946,10575,'_qty','1'),(95947,10575,'_tax_class',''),(95948,10575,'_line_subtotal','172'),(95949,10575,'_line_subtotal_tax','0'),(95950,10575,'_line_total','172'),(95951,10575,'_line_tax','0'),(95952,10575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95953,10576,'_product_id','41'),(95954,10576,'_variation_id','0'),(95955,10576,'_qty','6'),(95956,10576,'_tax_class',''),(95957,10576,'_line_subtotal','398.88'),(95958,10576,'_line_subtotal_tax','0'),(95959,10576,'_line_total','398.88'),(95960,10576,'_line_tax','0'),(95961,10576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95962,10577,'_product_id','51'),(95963,10577,'_variation_id','0'),(95964,10577,'_qty','4'),(95965,10577,'_tax_class',''),(95966,10577,'_line_subtotal','591.36'),(95967,10577,'_line_subtotal_tax','0'),(95968,10577,'_line_total','591.36'),(95969,10577,'_line_tax','0'),(95970,10577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95971,10578,'_product_id','120'),(95972,10578,'_variation_id','0'),(95973,10578,'_qty','3'),(95974,10578,'_tax_class',''),(95975,10578,'_line_subtotal','158.4'),(95976,10578,'_line_subtotal_tax','0'),(95977,10578,'_line_total','158.4'),(95978,10578,'_line_tax','0'),(95979,10578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95980,10579,'_product_id','43'),(95981,10579,'_variation_id','0'),(95982,10579,'_qty','4'),(95983,10579,'_tax_class',''),(95984,10579,'_line_subtotal','316.8'),(95985,10579,'_line_subtotal_tax','0'),(95986,10579,'_line_total','316.8'),(95987,10579,'_line_tax','0'),(95988,10579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95989,10580,'_product_id','490'),(95990,10580,'_variation_id','0'),(95991,10580,'_qty','30'),(95992,10580,'_tax_class',''),(95993,10580,'_line_subtotal','588'),(95994,10580,'_line_subtotal_tax','0'),(95995,10580,'_line_total','588'),(95996,10580,'_line_tax','0'),(95997,10580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(95998,10581,'_product_id','487'),(95999,10581,'_variation_id','0'),(96000,10581,'_qty','3'),(96001,10581,'_tax_class',''),(96002,10581,'_line_subtotal','94.05'),(96003,10581,'_line_subtotal_tax','0'),(96004,10581,'_line_total','94.05'),(96005,10581,'_line_tax','0'),(96006,10581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96007,10582,'method_id','free_shipping'),(96008,10582,'instance_id','2'),(96009,10582,'cost','0.00'),(96010,10582,'total_tax','0'),(96011,10582,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96012,10582,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 4, Preventive Spray 2oz(Case of 24) &times; 3, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 30, Bulk Mousse 1 Gallon RM &times; 3'),(96013,10583,'_product_id','2110'),(96014,10583,'_variation_id','0'),(96015,10583,'_qty','5'),(96016,10583,'_tax_class',''),(96017,10583,'_line_subtotal','357'),(96018,10583,'_line_subtotal_tax','0'),(96019,10583,'_line_total','357'),(96020,10583,'_line_tax','0'),(96021,10583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96022,10584,'_product_id','41'),(96023,10584,'_variation_id','0'),(96024,10584,'_qty','6'),(96025,10584,'_tax_class',''),(96026,10584,'_line_subtotal','398.88'),(96027,10584,'_line_subtotal_tax','0'),(96028,10584,'_line_total','398.88'),(96029,10584,'_line_tax','0'),(96030,10584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96031,10585,'_product_id','51'),(96032,10585,'_variation_id','0'),(96033,10585,'_qty','2'),(96034,10585,'_tax_class',''),(96035,10585,'_line_subtotal','295.68'),(96036,10585,'_line_subtotal_tax','0'),(96037,10585,'_line_total','295.68'),(96038,10585,'_line_tax','0'),(96039,10585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96040,10586,'_product_id','490'),(96041,10586,'_variation_id','0'),(96042,10586,'_qty','10'),(96043,10586,'_tax_class',''),(96044,10586,'_line_subtotal','196'),(96045,10586,'_line_subtotal_tax','0'),(96046,10586,'_line_total','196'),(96047,10586,'_line_tax','0'),(96048,10586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96049,10587,'_product_id','487'),(96050,10587,'_variation_id','0'),(96051,10587,'_qty','1'),(96052,10587,'_tax_class',''),(96053,10587,'_line_subtotal','31.35'),(96054,10587,'_line_subtotal_tax','0'),(96055,10587,'_line_total','31.35'),(96056,10587,'_line_tax','0'),(96057,10587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96058,10588,'_product_id','488'),(96059,10588,'_variation_id','0'),(96060,10588,'_qty','3'),(96061,10588,'_tax_class',''),(96062,10588,'_line_subtotal','94.05'),(96063,10588,'_line_subtotal_tax','0'),(96064,10588,'_line_total','94.05'),(96065,10588,'_line_tax','0'),(96066,10588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96067,10589,'method_id','free_shipping'),(96068,10589,'instance_id','2'),(96069,10589,'cost','0.00'),(96070,10589,'total_tax','0'),(96071,10589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96072,10589,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 3'),(96073,10590,'_product_id','2110'),(96074,10590,'_variation_id','0'),(96075,10590,'_qty','3'),(96076,10590,'_tax_class',''),(96077,10590,'_line_subtotal','214.2'),(96078,10590,'_line_subtotal_tax','0'),(96079,10590,'_line_total','214.2'),(96080,10590,'_line_tax','0'),(96081,10590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96082,10591,'_product_id','41'),(96083,10591,'_variation_id','0'),(96084,10591,'_qty','3'),(96085,10591,'_tax_class',''),(96086,10591,'_line_subtotal','199.44'),(96087,10591,'_line_subtotal_tax','0'),(96088,10591,'_line_total','199.44'),(96089,10591,'_line_tax','0'),(96090,10591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96091,10592,'_product_id','118'),(96092,10592,'_variation_id','0'),(96093,10592,'_qty','3'),(96094,10592,'_tax_class',''),(96095,10592,'_line_subtotal','554.4'),(96096,10592,'_line_subtotal_tax','0'),(96097,10592,'_line_total','554.4'),(96098,10592,'_line_tax','0'),(96099,10592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96100,10593,'_product_id','43'),(96101,10593,'_variation_id','0'),(96102,10593,'_qty','3'),(96103,10593,'_tax_class',''),(96104,10593,'_line_subtotal','237.6'),(96105,10593,'_line_subtotal_tax','0'),(96106,10593,'_line_total','237.6'),(96107,10593,'_line_tax','0'),(96108,10593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96109,10594,'_product_id','44'),(96110,10594,'_variation_id','0'),(96111,10594,'_qty','3'),(96112,10594,'_tax_class',''),(96113,10594,'_line_subtotal','348.48'),(96114,10594,'_line_subtotal_tax','0'),(96115,10594,'_line_total','348.48'),(96116,10594,'_line_tax','0'),(96117,10594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96118,10595,'_product_id','490'),(96119,10595,'_variation_id','0'),(96120,10595,'_qty','30'),(96121,10595,'_tax_class',''),(96122,10595,'_line_subtotal','588'),(96123,10595,'_line_subtotal_tax','0'),(96124,10595,'_line_total','588'),(96125,10595,'_line_tax','0'),(96126,10595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96127,10596,'_product_id','487'),(96128,10596,'_variation_id','0'),(96129,10596,'_qty','3'),(96130,10596,'_tax_class',''),(96131,10596,'_line_subtotal','94.05'),(96132,10596,'_line_subtotal_tax','0'),(96133,10596,'_line_total','94.05'),(96134,10596,'_line_tax','0'),(96135,10596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96136,10597,'method_id','free_shipping'),(96137,10597,'instance_id','2'),(96138,10597,'cost','0.00'),(96139,10597,'total_tax','0'),(96140,10597,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96141,10597,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 3, Bulk Active Rinse 100% RM &times; 30, Bulk Mousse 1 Gallon RM &times; 3'),(96142,10556,'thwma_order_shipping_status','wc-pending'),(96143,10557,'thwma_order_shipping_status','wc-pending'),(96144,10558,'thwma_order_shipping_status','wc-pending'),(96145,10559,'thwma_order_shipping_status','wc-pending'),(96146,10560,'thwma_order_shipping_status','wc-pending'),(96147,10561,'thwma_order_shipping_status','wc-pending'),(96148,10562,'thwma_order_shipping_status','wc-pending'),(96149,10598,'_product_id','2110'),(96150,10598,'_variation_id','0'),(96151,10598,'_qty','2'),(96152,10598,'_tax_class',''),(96153,10598,'_line_subtotal','142.8'),(96154,10598,'_line_subtotal_tax','0'),(96155,10598,'_line_total','142.8'),(96156,10598,'_line_tax','0'),(96157,10598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96158,10599,'_product_id','2113'),(96159,10599,'_variation_id','0'),(96160,10599,'_qty','2'),(96161,10599,'_tax_class',''),(96162,10599,'_line_subtotal','344'),(96163,10599,'_line_subtotal_tax','0'),(96164,10599,'_line_total','344'),(96165,10599,'_line_tax','0'),(96166,10599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96167,10600,'_product_id','41'),(96168,10600,'_variation_id','0'),(96169,10600,'_qty','2'),(96170,10600,'_tax_class',''),(96171,10600,'_line_subtotal','132.96'),(96172,10600,'_line_subtotal_tax','0'),(96173,10600,'_line_total','132.96'),(96174,10600,'_line_tax','0'),(96175,10600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96176,10601,'_product_id','39'),(96177,10601,'_variation_id','0'),(96178,10601,'_qty','1'),(96179,10601,'_tax_class',''),(96180,10601,'_line_subtotal','79.2'),(96181,10601,'_line_subtotal_tax','0'),(96182,10601,'_line_total','79.2'),(96183,10601,'_line_tax','0'),(96184,10601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96185,10602,'_product_id','40'),(96186,10602,'_variation_id','0'),(96187,10602,'_qty','1'),(96188,10602,'_tax_class',''),(96189,10602,'_line_subtotal','79.2'),(96190,10602,'_line_subtotal_tax','0'),(96191,10602,'_line_total','79.2'),(96192,10602,'_line_tax','0'),(96193,10602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96194,10603,'_product_id','43'),(96195,10603,'_variation_id','0'),(96196,10603,'_qty','2'),(96197,10603,'_tax_class',''),(96198,10603,'_line_subtotal','158.4'),(96199,10603,'_line_subtotal_tax','0'),(96200,10603,'_line_total','158.4'),(96201,10603,'_line_tax','0'),(96202,10603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96203,10604,'_product_id','490'),(96204,10604,'_variation_id','0'),(96205,10604,'_qty','8'),(96206,10604,'_tax_class',''),(96207,10604,'_line_subtotal','156.8'),(96208,10604,'_line_subtotal_tax','0'),(96209,10604,'_line_total','156.8'),(96210,10604,'_line_tax','0'),(96211,10604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96212,10605,'method_id','free_shipping'),(96213,10605,'instance_id','2'),(96214,10605,'cost','0.00'),(96215,10605,'total_tax','0'),(96216,10605,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96217,10605,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8'),(96218,10537,'thwma_order_shipping_status','wc-pending'),(96219,10538,'thwma_order_shipping_status','wc-pending'),(96220,10606,'_product_id','41'),(96221,10606,'_variation_id','0'),(96222,10606,'_qty','1'),(96223,10606,'_tax_class',''),(96224,10606,'_line_subtotal','66.48'),(96225,10606,'_line_subtotal_tax','0'),(96226,10606,'_line_total','66.48'),(96227,10606,'_line_tax','0'),(96228,10606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96229,10607,'_product_id','49'),(96230,10607,'_variation_id','0'),(96231,10607,'_qty','1'),(96232,10607,'_tax_class',''),(96233,10607,'_line_subtotal','79.2'),(96234,10607,'_line_subtotal_tax','0'),(96235,10607,'_line_total','79.2'),(96236,10607,'_line_tax','0'),(96237,10607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96238,10608,'_product_id','489'),(96239,10608,'_variation_id','0'),(96240,10608,'_qty','6'),(96241,10608,'_tax_class',''),(96242,10608,'_line_subtotal','114.24'),(96243,10608,'_line_subtotal_tax','0'),(96244,10608,'_line_total','114.24'),(96245,10608,'_line_tax','0'),(96246,10608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96247,10609,'method_id','fedex'),(96248,10609,'instance_id','1'),(96249,10609,'cost','19.99'),(96250,10609,'total_tax','0'),(96251,10609,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96252,10609,'Package 1','17 × 14 × 10 (in) 24.1lbs × 1'),(96253,10610,'_product_id','116'),(96254,10610,'_variation_id','0'),(96255,10610,'_qty','1'),(96256,10610,'_tax_class',''),(96257,10610,'_line_subtotal','145.44'),(96258,10610,'_line_subtotal_tax','0'),(96259,10610,'_line_total','145.44'),(96260,10610,'_line_tax','0'),(96261,10610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96262,10611,'_product_id','23'),(96263,10611,'_variation_id','0'),(96264,10611,'_qty','3'),(96265,10611,'_tax_class',''),(96266,10611,'_line_subtotal','205.62'),(96267,10611,'_line_subtotal_tax','0'),(96268,10611,'_line_total','205.62'),(96269,10611,'_line_tax','0'),(96270,10611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96271,10612,'_product_id','41'),(96272,10612,'_variation_id','0'),(96273,10612,'_qty','4'),(96274,10612,'_tax_class',''),(96275,10612,'_line_subtotal','265.92'),(96276,10612,'_line_subtotal_tax','0'),(96277,10612,'_line_total','265.92'),(96278,10612,'_line_tax','0'),(96279,10612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96280,10613,'_product_id','44'),(96281,10613,'_variation_id','0'),(96282,10613,'_qty','6'),(96283,10613,'_tax_class',''),(96284,10613,'_line_subtotal','696.96'),(96285,10613,'_line_subtotal_tax','0'),(96286,10613,'_line_total','696.96'),(96287,10613,'_line_tax','0'),(96288,10613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96289,10614,'_product_id','490'),(96290,10614,'_variation_id','0'),(96291,10614,'_qty','6'),(96292,10614,'_tax_class',''),(96293,10614,'_line_subtotal','117.6'),(96294,10614,'_line_subtotal_tax','0'),(96295,10614,'_line_total','117.6'),(96296,10614,'_line_tax','0'),(96297,10614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96298,10615,'_product_id','487'),(96299,10615,'_variation_id','0'),(96300,10615,'_qty','3'),(96301,10615,'_tax_class',''),(96302,10615,'_line_subtotal','94.05'),(96303,10615,'_line_subtotal_tax','0'),(96304,10615,'_line_total','94.05'),(96305,10615,'_line_tax','0'),(96306,10615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96307,10616,'_product_id','42'),(96308,10616,'_variation_id','0'),(96309,10616,'_qty','3'),(96310,10616,'_tax_class',''),(96311,10616,'_line_subtotal','237.6'),(96312,10616,'_line_subtotal_tax','0'),(96313,10616,'_line_total','237.6'),(96314,10616,'_line_tax','0'),(96315,10616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96316,10617,'method_id','free_shipping'),(96317,10617,'instance_id','2'),(96318,10617,'cost','0.00'),(96319,10617,'total_tax','0'),(96320,10617,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96321,10617,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 6, Bulk Active Rinse 100% RM &times; 6, Bulk Mousse 1 Gallon RM &times; 3, Comb-Out Mousse(Case of 12) &times; 3'),(96322,10618,'_product_id','23'),(96323,10618,'_variation_id','0'),(96324,10618,'_qty','3'),(96325,10618,'_tax_class',''),(96326,10618,'_line_subtotal','205.62'),(96327,10618,'_line_subtotal_tax','0'),(96328,10618,'_line_total','205.62'),(96329,10618,'_line_tax','0'),(96330,10618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96331,10619,'_product_id','38'),(96332,10619,'_variation_id','0'),(96333,10619,'_qty','3'),(96334,10619,'_tax_class',''),(96335,10619,'_line_subtotal','497.28'),(96336,10619,'_line_subtotal_tax','0'),(96337,10619,'_line_total','497.28'),(96338,10619,'_line_tax','0'),(96339,10619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96340,10620,'_product_id','41'),(96341,10620,'_variation_id','0'),(96342,10620,'_qty','4'),(96343,10620,'_tax_class',''),(96344,10620,'_line_subtotal','265.92'),(96345,10620,'_line_subtotal_tax','0'),(96346,10620,'_line_total','265.92'),(96347,10620,'_line_tax','0'),(96348,10620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96349,10621,'_product_id','42'),(96350,10621,'_variation_id','0'),(96351,10621,'_qty','1'),(96352,10621,'_tax_class',''),(96353,10621,'_line_subtotal','79.2'),(96354,10621,'_line_subtotal_tax','0'),(96355,10621,'_line_total','79.2'),(96356,10621,'_line_tax','0'),(96357,10621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96358,10622,'_product_id','45'),(96359,10622,'_variation_id','0'),(96360,10622,'_qty','1'),(96361,10622,'_tax_class',''),(96362,10622,'_line_subtotal','42.24'),(96363,10622,'_line_subtotal_tax','0'),(96364,10622,'_line_total','42.24'),(96365,10622,'_line_tax','0'),(96366,10622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96367,10623,'_product_id','43'),(96368,10623,'_variation_id','0'),(96369,10623,'_qty','1'),(96370,10623,'_tax_class',''),(96371,10623,'_line_subtotal','79.2'),(96372,10623,'_line_subtotal_tax','0'),(96373,10623,'_line_total','79.2'),(96374,10623,'_line_tax','0'),(96375,10623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96376,10624,'method_id','free_shipping'),(96377,10624,'instance_id','2'),(96378,10624,'cost','0.00'),(96379,10624,'total_tax','0'),(96380,10624,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96381,10624,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Active Rinse 16oz 50/50(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(96388,10569,'thwma_order_shipping_status','wc-pending'),(96389,10570,'thwma_order_shipping_status','wc-pending'),(96390,10571,'thwma_order_shipping_status','wc-pending'),(96391,10572,'thwma_order_shipping_status','wc-pending'),(96392,10574,'thwma_order_shipping_status','wc-pending'),(96393,10575,'thwma_order_shipping_status','wc-pending'),(96394,10576,'thwma_order_shipping_status','wc-pending'),(96395,10577,'thwma_order_shipping_status','wc-pending'),(96396,10578,'thwma_order_shipping_status','wc-pending'),(96397,10579,'thwma_order_shipping_status','wc-pending'),(96398,10580,'thwma_order_shipping_status','wc-pending'),(96399,10581,'thwma_order_shipping_status','wc-pending'),(96400,10606,'thwma_order_shipping_status','wc-pending'),(96401,10607,'thwma_order_shipping_status','wc-pending'),(96402,10608,'thwma_order_shipping_status','wc-pending'),(96403,10583,'thwma_order_shipping_status','wc-pending'),(96404,10584,'thwma_order_shipping_status','wc-pending'),(96405,10585,'thwma_order_shipping_status','wc-pending'),(96406,10586,'thwma_order_shipping_status','wc-pending'),(96407,10587,'thwma_order_shipping_status','wc-pending'),(96408,10588,'thwma_order_shipping_status','wc-pending'),(96409,10590,'thwma_order_shipping_status','wc-pending'),(96410,10591,'thwma_order_shipping_status','wc-pending'),(96411,10592,'thwma_order_shipping_status','wc-pending'),(96412,10593,'thwma_order_shipping_status','wc-pending'),(96413,10594,'thwma_order_shipping_status','wc-pending'),(96414,10595,'thwma_order_shipping_status','wc-pending'),(96415,10596,'thwma_order_shipping_status','wc-pending'),(96416,10618,'thwma_order_shipping_status','wc-pending'),(96417,10619,'thwma_order_shipping_status','wc-pending'),(96418,10620,'thwma_order_shipping_status','wc-pending'),(96419,10621,'thwma_order_shipping_status','wc-pending'),(96420,10622,'thwma_order_shipping_status','wc-pending'),(96421,10623,'thwma_order_shipping_status','wc-pending'),(96422,10598,'thwma_order_shipping_status','wc-pending'),(96423,10599,'thwma_order_shipping_status','wc-pending'),(96424,10600,'thwma_order_shipping_status','wc-pending'),(96425,10601,'thwma_order_shipping_status','wc-pending'),(96426,10602,'thwma_order_shipping_status','wc-pending'),(96427,10603,'thwma_order_shipping_status','wc-pending'),(96428,10604,'thwma_order_shipping_status','wc-pending'),(96429,10625,'_product_id','41'),(96430,10625,'_variation_id','0'),(96431,10625,'_qty','1'),(96432,10625,'_tax_class',''),(96433,10625,'_line_subtotal','66.48'),(96434,10625,'_line_subtotal_tax','0'),(96435,10625,'_line_total','66.48'),(96436,10625,'_line_tax','0'),(96437,10625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96438,10626,'_product_id','43'),(96439,10626,'_variation_id','0'),(96440,10626,'_qty','1'),(96441,10626,'_tax_class',''),(96442,10626,'_line_subtotal','79.2'),(96443,10626,'_line_subtotal_tax','0'),(96444,10626,'_line_total','79.2'),(96445,10626,'_line_tax','0'),(96446,10626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96447,10627,'_product_id','490'),(96448,10627,'_variation_id','0'),(96449,10627,'_qty','3'),(96450,10627,'_tax_class',''),(96451,10627,'_line_subtotal','58.8'),(96452,10627,'_line_subtotal_tax','0'),(96453,10627,'_line_total','58.8'),(96454,10627,'_line_tax','0'),(96455,10627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96456,10628,'_product_id','488'),(96457,10628,'_variation_id','0'),(96458,10628,'_qty','1'),(96459,10628,'_tax_class',''),(96460,10628,'_line_subtotal','31.35'),(96461,10628,'_line_subtotal_tax','0'),(96462,10628,'_line_total','31.35'),(96463,10628,'_line_tax','0'),(96464,10628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96465,10629,'method_id','fedex'),(96466,10629,'instance_id','1'),(96467,10629,'cost','19.76'),(96468,10629,'total_tax','0'),(96469,10629,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96470,10629,'Package 1','17 × 14 × 10 (in) 25.5lbs × 1'),(96471,10630,'_product_id','2113'),(96472,10630,'_variation_id','0'),(96473,10630,'_qty','2'),(96474,10630,'_tax_class',''),(96475,10630,'_line_subtotal','344'),(96476,10630,'_line_subtotal_tax','0'),(96477,10630,'_line_total','344'),(96478,10630,'_line_tax','0'),(96479,10630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96480,10631,'_product_id','2110'),(96481,10631,'_variation_id','0'),(96482,10631,'_qty','1'),(96483,10631,'_tax_class',''),(96484,10631,'_line_subtotal','71.4'),(96485,10631,'_line_subtotal_tax','0'),(96486,10631,'_line_total','71.4'),(96487,10631,'_line_tax','0'),(96488,10631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96489,10632,'_product_id','41'),(96490,10632,'_variation_id','0'),(96491,10632,'_qty','1'),(96492,10632,'_tax_class',''),(96493,10632,'_line_subtotal','66.48'),(96494,10632,'_line_subtotal_tax','0'),(96495,10632,'_line_total','66.48'),(96496,10632,'_line_tax','0'),(96497,10632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96498,10633,'_product_id','489'),(96499,10633,'_variation_id','0'),(96500,10633,'_qty','1'),(96501,10633,'_tax_class',''),(96502,10633,'_line_subtotal','19.04'),(96503,10633,'_line_subtotal_tax','0'),(96504,10633,'_line_total','19.04'),(96505,10633,'_line_tax','0'),(96506,10633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96507,10634,'_product_id','490'),(96508,10634,'_variation_id','0'),(96509,10634,'_qty','5'),(96510,10634,'_tax_class',''),(96511,10634,'_line_subtotal','98'),(96512,10634,'_line_subtotal_tax','0'),(96513,10634,'_line_total','98'),(96514,10634,'_line_tax','0'),(96515,10634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96516,10635,'method_id','free_shipping'),(96517,10635,'instance_id','2'),(96518,10635,'cost','0.00'),(96519,10635,'total_tax','0'),(96520,10635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96521,10635,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 1, Bulk Active Rinse 100% RM &times; 5'),(96522,10636,'_product_id','41'),(96523,10636,'_variation_id','0'),(96524,10636,'_qty','1'),(96525,10636,'_tax_class',''),(96526,10636,'_line_subtotal','66.48'),(96527,10636,'_line_subtotal_tax','0'),(96528,10636,'_line_total','66.48'),(96529,10636,'_line_tax','0'),(96530,10636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96531,10637,'_product_id','490'),(96532,10637,'_variation_id','0'),(96533,10637,'_qty','6'),(96534,10637,'_tax_class',''),(96535,10637,'_line_subtotal','117.6'),(96536,10637,'_line_subtotal_tax','0'),(96537,10637,'_line_total','117.6'),(96538,10637,'_line_tax','0'),(96539,10637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96540,10638,'_product_id','44'),(96541,10638,'_variation_id','0'),(96542,10638,'_qty','1'),(96543,10638,'_tax_class',''),(96544,10638,'_line_subtotal','116.16'),(96545,10638,'_line_subtotal_tax','0'),(96546,10638,'_line_total','116.16'),(96547,10638,'_line_tax','0'),(96548,10638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96549,10639,'_product_id','2113'),(96550,10639,'_variation_id','0'),(96551,10639,'_qty','1'),(96552,10639,'_tax_class',''),(96553,10639,'_line_subtotal','172'),(96554,10639,'_line_subtotal_tax','0'),(96555,10639,'_line_total','172'),(96556,10639,'_line_tax','0'),(96557,10639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96558,10640,'_product_id','487'),(96559,10640,'_variation_id','0'),(96560,10640,'_qty','1'),(96561,10640,'_tax_class',''),(96562,10640,'_line_subtotal','31.35'),(96563,10640,'_line_subtotal_tax','0'),(96564,10640,'_line_total','31.35'),(96565,10640,'_line_tax','0'),(96566,10640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96567,10641,'method_id','free_shipping'),(96568,10641,'instance_id','2'),(96569,10641,'cost','0.00'),(96570,10641,'total_tax','0'),(96571,10641,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96572,10641,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Preventive Kit(Case of 6) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(96573,10642,'_product_id','488'),(96574,10642,'_variation_id','0'),(96575,10642,'_qty','12'),(96576,10642,'_tax_class',''),(96577,10642,'_line_subtotal','376.2'),(96578,10642,'_line_subtotal_tax','0'),(96579,10642,'_line_total','376.2'),(96580,10642,'_line_tax','0'),(96581,10642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96582,10643,'_product_id','41'),(96583,10643,'_variation_id','0'),(96584,10643,'_qty','6'),(96585,10643,'_tax_class',''),(96586,10643,'_line_subtotal','398.88'),(96587,10643,'_line_subtotal_tax','0'),(96588,10643,'_line_total','398.88'),(96589,10643,'_line_tax','0'),(96590,10643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96591,10644,'_product_id','120'),(96592,10644,'_variation_id','0'),(96593,10644,'_qty','1'),(96594,10644,'_tax_class',''),(96595,10644,'_line_subtotal','52.8'),(96596,10644,'_line_subtotal_tax','0'),(96597,10644,'_line_total','52.8'),(96598,10644,'_line_tax','0'),(96599,10644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96600,10645,'_product_id','487'),(96601,10645,'_variation_id','0'),(96602,10645,'_qty','2'),(96603,10645,'_tax_class',''),(96604,10645,'_line_subtotal','62.7'),(96605,10645,'_line_subtotal_tax','0'),(96606,10645,'_line_total','62.7'),(96607,10645,'_line_tax','0'),(96608,10645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96609,10646,'_product_id','51'),(96610,10646,'_variation_id','0'),(96611,10646,'_qty','1'),(96612,10646,'_tax_class',''),(96613,10646,'_line_subtotal','147.84'),(96614,10646,'_line_subtotal_tax','0'),(96615,10646,'_line_total','147.84'),(96616,10646,'_line_tax','0'),(96617,10646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96618,10647,'_product_id','45'),(96619,10647,'_variation_id','0'),(96620,10647,'_qty','2'),(96621,10647,'_tax_class',''),(96622,10647,'_line_subtotal','84.48'),(96623,10647,'_line_subtotal_tax','0'),(96624,10647,'_line_total','84.48'),(96625,10647,'_line_tax','0'),(96626,10647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96627,10648,'method_id','free_shipping'),(96628,10648,'instance_id','2'),(96629,10648,'cost','0.00'),(96630,10648,'total_tax','0'),(96631,10648,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96632,10648,'Items','Bulk Detangling Spray 1 Gallon RM &times; 12, Professional Lice Comb(Case of 12) &times; 6, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Urgent Care Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(96648,10625,'thwma_order_shipping_status','wc-pending'),(96649,10626,'thwma_order_shipping_status','wc-pending'),(96650,10627,'thwma_order_shipping_status','wc-pending'),(96651,10628,'thwma_order_shipping_status','wc-pending'),(96660,10642,'thwma_order_shipping_status','wc-pending'),(96661,10643,'thwma_order_shipping_status','wc-pending'),(96662,10644,'thwma_order_shipping_status','wc-pending'),(96663,10645,'thwma_order_shipping_status','wc-pending'),(96664,10646,'thwma_order_shipping_status','wc-pending'),(96665,10647,'thwma_order_shipping_status','wc-pending'),(96666,10636,'thwma_order_shipping_status','wc-pending'),(96667,10637,'thwma_order_shipping_status','wc-pending'),(96668,10638,'thwma_order_shipping_status','wc-pending'),(96669,10639,'thwma_order_shipping_status','wc-pending'),(96670,10640,'thwma_order_shipping_status','wc-pending'),(96671,10630,'thwma_order_shipping_status','wc-pending'),(96672,10631,'thwma_order_shipping_status','wc-pending'),(96673,10632,'thwma_order_shipping_status','wc-pending'),(96674,10633,'thwma_order_shipping_status','wc-pending'),(96675,10634,'thwma_order_shipping_status','wc-pending'),(96697,10653,'_product_id','2113'),(96698,10653,'_variation_id','0'),(96699,10653,'_qty','4'),(96700,10653,'_tax_class',''),(96701,10653,'_line_subtotal','688'),(96702,10653,'_line_subtotal_tax','0'),(96703,10653,'_line_total','688'),(96704,10653,'_line_tax','0'),(96705,10653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96706,10654,'_product_id','41'),(96707,10654,'_variation_id','0'),(96708,10654,'_qty','4'),(96709,10654,'_tax_class',''),(96710,10654,'_line_subtotal','265.92'),(96711,10654,'_line_subtotal_tax','0'),(96712,10654,'_line_total','265.92'),(96713,10654,'_line_tax','0'),(96714,10654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96715,10655,'_product_id','45'),(96716,10655,'_variation_id','0'),(96717,10655,'_qty','3'),(96718,10655,'_tax_class',''),(96719,10655,'_line_subtotal','126.72'),(96720,10655,'_line_subtotal_tax','0'),(96721,10655,'_line_total','126.72'),(96722,10655,'_line_tax','0'),(96723,10655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96724,10656,'_product_id','51'),(96725,10656,'_variation_id','0'),(96726,10656,'_qty','1'),(96727,10656,'_tax_class',''),(96728,10656,'_line_subtotal','147.84'),(96729,10656,'_line_subtotal_tax','0'),(96730,10656,'_line_total','147.84'),(96731,10656,'_line_tax','0'),(96732,10656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96733,10657,'_product_id','43'),(96734,10657,'_variation_id','0'),(96735,10657,'_qty','6'),(96736,10657,'_tax_class',''),(96737,10657,'_line_subtotal','475.2'),(96738,10657,'_line_subtotal_tax','0'),(96739,10657,'_line_total','475.2'),(96740,10657,'_line_tax','0'),(96741,10657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96742,10658,'_product_id','49'),(96743,10658,'_variation_id','0'),(96744,10658,'_qty','6'),(96745,10658,'_tax_class',''),(96746,10658,'_line_subtotal','475.2'),(96747,10658,'_line_subtotal_tax','0'),(96748,10658,'_line_total','475.2'),(96749,10658,'_line_tax','0'),(96750,10658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96751,10659,'_product_id','44'),(96752,10659,'_variation_id','0'),(96753,10659,'_qty','2'),(96754,10659,'_tax_class',''),(96755,10659,'_line_subtotal','232.32'),(96756,10659,'_line_subtotal_tax','0'),(96757,10659,'_line_total','232.32'),(96758,10659,'_line_tax','0'),(96759,10659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96760,10660,'_product_id','131'),(96761,10660,'_variation_id','0'),(96762,10660,'_qty','2'),(96763,10660,'_tax_class',''),(96764,10660,'_line_subtotal','25.3'),(96765,10660,'_line_subtotal_tax','0'),(96766,10660,'_line_total','25.3'),(96767,10660,'_line_tax','0'),(96768,10660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96769,10661,'_product_id','131'),(96770,10661,'_variation_id','0'),(96771,10661,'_qty','2'),(96772,10661,'_tax_class',''),(96773,10661,'_line_subtotal','25.3'),(96774,10661,'_line_subtotal_tax','0'),(96775,10661,'_line_total','25.3'),(96776,10661,'_line_tax','0'),(96777,10661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96778,10662,'_product_id','137'),(96779,10662,'_variation_id','0'),(96780,10662,'_qty','16'),(96781,10662,'_tax_class',''),(96782,10662,'_line_subtotal','96.8'),(96783,10662,'_line_subtotal_tax','0'),(96784,10662,'_line_total','96.8'),(96785,10662,'_line_tax','0'),(96786,10662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96787,10663,'_product_id','148'),(96788,10663,'_variation_id','0'),(96789,10663,'_qty','12'),(96790,10663,'_tax_class',''),(96791,10663,'_line_subtotal','99'),(96792,10663,'_line_subtotal_tax','0'),(96793,10663,'_line_total','99'),(96794,10663,'_line_tax','0'),(96795,10663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96796,10664,'method_id','free_shipping'),(96797,10664,'instance_id','2'),(96798,10664,'cost','0.00'),(96799,10664,'total_tax','0'),(96800,10664,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96801,10664,'Items','Active Rinse 16oz 100%(Case of 16) &times; 4, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 6, Preventive Detangling Spray 8oz(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 2, Disposable Capes &times; 2, Disposable Capes &times; 2, The Wet Brush &times; 16, Disney Wet Brush &times; 12'),(96802,10665,'_product_id','42'),(96803,10665,'_variation_id','0'),(96804,10665,'_qty','1'),(96805,10665,'_tax_class',''),(96806,10665,'_line_subtotal','79.2'),(96807,10665,'_line_subtotal_tax','0'),(96808,10665,'_line_total','79.2'),(96809,10665,'_line_tax','0'),(96810,10665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96811,10666,'_product_id','44'),(96812,10666,'_variation_id','0'),(96813,10666,'_qty','1'),(96814,10666,'_tax_class',''),(96815,10666,'_line_subtotal','116.16'),(96816,10666,'_line_subtotal_tax','0'),(96817,10666,'_line_total','116.16'),(96818,10666,'_line_tax','0'),(96819,10666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96820,10667,'_product_id','120'),(96821,10667,'_variation_id','0'),(96822,10667,'_qty','2'),(96823,10667,'_tax_class',''),(96824,10667,'_line_subtotal','105.6'),(96825,10667,'_line_subtotal_tax','0'),(96826,10667,'_line_total','105.6'),(96827,10667,'_line_tax','0'),(96828,10667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96829,10668,'_product_id','2110'),(96830,10668,'_variation_id','0'),(96831,10668,'_qty','2'),(96832,10668,'_tax_class',''),(96833,10668,'_line_subtotal','142.8'),(96834,10668,'_line_subtotal_tax','0'),(96835,10668,'_line_total','142.8'),(96836,10668,'_line_tax','0'),(96837,10668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96838,10669,'_product_id','2113'),(96839,10669,'_variation_id','0'),(96840,10669,'_qty','1'),(96841,10669,'_tax_class',''),(96842,10669,'_line_subtotal','172'),(96843,10669,'_line_subtotal_tax','0'),(96844,10669,'_line_total','172'),(96845,10669,'_line_tax','0'),(96846,10669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96847,10670,'_product_id','490'),(96848,10670,'_variation_id','0'),(96849,10670,'_qty','15'),(96850,10670,'_tax_class',''),(96851,10670,'_line_subtotal','294'),(96852,10670,'_line_subtotal_tax','0'),(96853,10670,'_line_total','294'),(96854,10670,'_line_tax','0'),(96855,10670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96856,10671,'method_id','free_shipping'),(96857,10671,'instance_id','2'),(96858,10671,'cost','0.00'),(96859,10671,'total_tax','0'),(96860,10671,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96861,10671,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 15'),(96862,10672,'_product_id','23'),(96863,10672,'_variation_id','0'),(96864,10672,'_qty','1'),(96865,10672,'_tax_class',''),(96866,10672,'_line_subtotal','68.54'),(96867,10672,'_line_subtotal_tax','0'),(96868,10672,'_line_total','68.54'),(96869,10672,'_line_tax','0'),(96870,10672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96871,10673,'_product_id','42'),(96872,10673,'_variation_id','0'),(96873,10673,'_qty','1'),(96874,10673,'_tax_class',''),(96875,10673,'_line_subtotal','79.2'),(96876,10673,'_line_subtotal_tax','0'),(96877,10673,'_line_total','79.2'),(96878,10673,'_line_tax','0'),(96879,10673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96880,10674,'_product_id','41'),(96881,10674,'_variation_id','0'),(96882,10674,'_qty','4'),(96883,10674,'_tax_class',''),(96884,10674,'_line_subtotal','265.92'),(96885,10674,'_line_subtotal_tax','0'),(96886,10674,'_line_total','265.92'),(96887,10674,'_line_tax','0'),(96888,10674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96889,10675,'_product_id','43'),(96890,10675,'_variation_id','0'),(96891,10675,'_qty','1'),(96892,10675,'_tax_class',''),(96893,10675,'_line_subtotal','79.2'),(96894,10675,'_line_subtotal_tax','0'),(96895,10675,'_line_total','79.2'),(96896,10675,'_line_tax','0'),(96897,10675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96898,10676,'_product_id','490'),(96899,10676,'_variation_id','0'),(96900,10676,'_qty','4'),(96901,10676,'_tax_class',''),(96902,10676,'_line_subtotal','78.4'),(96903,10676,'_line_subtotal_tax','0'),(96904,10676,'_line_total','78.4'),(96905,10676,'_line_tax','0'),(96906,10676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96907,10677,'method_id','fedex'),(96908,10677,'instance_id','1'),(96909,10677,'cost','18.94'),(96910,10677,'total_tax','0'),(96911,10677,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96912,10677,'Package 1','17 × 14 × 10 (in) 39.2lbs × 1'),(96913,10678,'_product_id','43'),(96914,10678,'_variation_id','0'),(96915,10678,'_qty','2'),(96916,10678,'_tax_class',''),(96917,10678,'_line_subtotal','158.4'),(96918,10678,'_line_subtotal_tax','0'),(96919,10678,'_line_total','158.4'),(96920,10678,'_line_tax','0'),(96921,10678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96922,10679,'_product_id','490'),(96923,10679,'_variation_id','0'),(96924,10679,'_qty','8'),(96925,10679,'_tax_class',''),(96926,10679,'_line_subtotal','156.8'),(96927,10679,'_line_subtotal_tax','0'),(96928,10679,'_line_total','156.8'),(96929,10679,'_line_tax','0'),(96930,10679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96931,10680,'_product_id','2110'),(96932,10680,'_variation_id','0'),(96933,10680,'_qty','2'),(96934,10680,'_tax_class',''),(96935,10680,'_line_subtotal','142.8'),(96936,10680,'_line_subtotal_tax','0'),(96937,10680,'_line_total','142.8'),(96938,10680,'_line_tax','0'),(96939,10680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96940,10681,'_product_id','41'),(96941,10681,'_variation_id','0'),(96942,10681,'_qty','1'),(96943,10681,'_tax_class',''),(96944,10681,'_line_subtotal','66.48'),(96945,10681,'_line_subtotal_tax','0'),(96946,10681,'_line_total','66.48'),(96947,10681,'_line_tax','0'),(96948,10681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96949,10682,'method_id','free_shipping'),(96950,10682,'instance_id','2'),(96951,10682,'cost','0.00'),(96952,10682,'total_tax','0'),(96953,10682,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(96954,10682,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(96955,10683,'_product_id','490'),(96956,10683,'_variation_id','0'),(96957,10683,'_qty','5'),(96958,10683,'_tax_class',''),(96959,10683,'_line_subtotal','98'),(96960,10683,'_line_subtotal_tax','0'),(96961,10683,'_line_total','98'),(96962,10683,'_line_tax','0'),(96963,10683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96964,10684,'_product_id','2113'),(96965,10684,'_variation_id','0'),(96966,10684,'_qty','1'),(96967,10684,'_tax_class',''),(96968,10684,'_line_subtotal','172'),(96969,10684,'_line_subtotal_tax','0'),(96970,10684,'_line_total','172'),(96971,10684,'_line_tax','0'),(96972,10684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96973,10685,'_product_id','45'),(96974,10685,'_variation_id','0'),(96975,10685,'_qty','1'),(96976,10685,'_tax_class',''),(96977,10685,'_line_subtotal','42.24'),(96978,10685,'_line_subtotal_tax','0'),(96979,10685,'_line_total','42.24'),(96980,10685,'_line_tax','0'),(96981,10685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96982,10686,'_product_id','42'),(96983,10686,'_variation_id','0'),(96984,10686,'_qty','1'),(96985,10686,'_tax_class',''),(96986,10686,'_line_subtotal','79.2'),(96987,10686,'_line_subtotal_tax','0'),(96988,10686,'_line_total','79.2'),(96989,10686,'_line_tax','0'),(96990,10686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(96991,10687,'_product_id','40'),(96992,10687,'_variation_id','0'),(96993,10687,'_qty','1'),(96994,10687,'_tax_class',''),(96995,10687,'_line_subtotal','79.2'),(96996,10687,'_line_subtotal_tax','0'),(96997,10687,'_line_total','79.2'),(96998,10687,'_line_tax','0'),(96999,10687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97000,10688,'_product_id','120'),(97001,10688,'_variation_id','0'),(97002,10688,'_qty','1'),(97003,10688,'_tax_class',''),(97004,10688,'_line_subtotal','52.8'),(97005,10688,'_line_subtotal_tax','0'),(97006,10688,'_line_total','52.8'),(97007,10688,'_line_tax','0'),(97008,10688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97009,10689,'_product_id','49'),(97010,10689,'_variation_id','0'),(97011,10689,'_qty','1'),(97012,10689,'_tax_class',''),(97013,10689,'_line_subtotal','79.2'),(97014,10689,'_line_subtotal_tax','0'),(97015,10689,'_line_total','79.2'),(97016,10689,'_line_tax','0'),(97017,10689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97018,10690,'_product_id','487'),(97019,10690,'_variation_id','0'),(97020,10690,'_qty','1'),(97021,10690,'_tax_class',''),(97022,10690,'_line_subtotal','31.35'),(97023,10690,'_line_subtotal_tax','0'),(97024,10690,'_line_total','31.35'),(97025,10690,'_line_tax','0'),(97026,10690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97027,10691,'_product_id','490'),(97028,10691,'_variation_id','0'),(97029,10691,'_qty','12'),(97030,10691,'_tax_class',''),(97031,10691,'_line_subtotal','235.2'),(97032,10691,'_line_subtotal_tax','0'),(97033,10691,'_line_total','235.2'),(97034,10691,'_line_tax','0'),(97035,10691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97036,10692,'_product_id','2110'),(97037,10692,'_variation_id','0'),(97038,10692,'_qty','1'),(97039,10692,'_tax_class',''),(97040,10692,'_line_subtotal','71.4'),(97041,10692,'_line_subtotal_tax','0'),(97042,10692,'_line_total','71.4'),(97043,10692,'_line_tax','0'),(97044,10692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97045,10693,'_product_id','2113'),(97046,10693,'_variation_id','0'),(97047,10693,'_qty','1'),(97048,10693,'_tax_class',''),(97049,10693,'_line_subtotal','172'),(97050,10693,'_line_subtotal_tax','0'),(97051,10693,'_line_total','172'),(97052,10693,'_line_tax','0'),(97053,10693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97054,10694,'_product_id','45'),(97055,10694,'_variation_id','0'),(97056,10694,'_qty','2'),(97057,10694,'_tax_class',''),(97058,10694,'_line_subtotal','84.48'),(97059,10694,'_line_subtotal_tax','0'),(97060,10694,'_line_total','84.48'),(97061,10694,'_line_tax','0'),(97062,10694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97063,10695,'_product_id','41'),(97064,10695,'_variation_id','0'),(97065,10695,'_qty','2'),(97066,10695,'_tax_class',''),(97067,10695,'_line_subtotal','132.96'),(97068,10695,'_line_subtotal_tax','0'),(97069,10695,'_line_total','132.96'),(97070,10695,'_line_tax','0'),(97071,10695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97072,10696,'method_id','free_shipping'),(97073,10696,'instance_id','2'),(97074,10696,'cost','0.00'),(97075,10696,'total_tax','0'),(97076,10696,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97077,10696,'Items','Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(97078,10697,'_product_id','42'),(97079,10697,'_variation_id','0'),(97080,10697,'_qty','1'),(97081,10697,'_tax_class',''),(97082,10697,'_line_subtotal','79.2'),(97083,10697,'_line_subtotal_tax','0'),(97084,10697,'_line_total','79.2'),(97085,10697,'_line_tax','0'),(97086,10697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97087,10698,'_product_id','43'),(97088,10698,'_variation_id','0'),(97089,10698,'_qty','1'),(97090,10698,'_tax_class',''),(97091,10698,'_line_subtotal','79.2'),(97092,10698,'_line_subtotal_tax','0'),(97093,10698,'_line_total','79.2'),(97094,10698,'_line_tax','0'),(97095,10698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97096,10699,'_product_id','490'),(97097,10699,'_variation_id','0'),(97098,10699,'_qty','5'),(97099,10699,'_tax_class',''),(97100,10699,'_line_subtotal','98'),(97101,10699,'_line_subtotal_tax','0'),(97102,10699,'_line_total','98'),(97103,10699,'_line_tax','0'),(97104,10699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97105,10700,'_product_id','2110'),(97106,10700,'_variation_id','0'),(97107,10700,'_qty','1'),(97108,10700,'_tax_class',''),(97109,10700,'_line_subtotal','71.4'),(97110,10700,'_line_subtotal_tax','0'),(97111,10700,'_line_total','71.4'),(97112,10700,'_line_tax','0'),(97113,10700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97114,10701,'_product_id','2113'),(97115,10701,'_variation_id','0'),(97116,10701,'_qty','1'),(97117,10701,'_tax_class',''),(97118,10701,'_line_subtotal','172'),(97119,10701,'_line_subtotal_tax','0'),(97120,10701,'_line_total','172'),(97121,10701,'_line_tax','0'),(97122,10701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97123,10702,'_product_id','45'),(97124,10702,'_variation_id','0'),(97125,10702,'_qty','1'),(97126,10702,'_tax_class',''),(97127,10702,'_line_subtotal','42.24'),(97128,10702,'_line_subtotal_tax','0'),(97129,10702,'_line_total','42.24'),(97130,10702,'_line_tax','0'),(97131,10702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97132,10703,'method_id','free_shipping'),(97133,10703,'instance_id','2'),(97134,10703,'cost','0.00'),(97135,10703,'total_tax','0'),(97136,10703,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97137,10703,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(97138,10672,'thwma_order_shipping_status','wc-pending'),(97139,10673,'thwma_order_shipping_status','wc-pending'),(97140,10674,'thwma_order_shipping_status','wc-pending'),(97141,10675,'thwma_order_shipping_status','wc-pending'),(97142,10676,'thwma_order_shipping_status','wc-pending'),(97149,10665,'thwma_order_shipping_status','wc-pending'),(97150,10666,'thwma_order_shipping_status','wc-pending'),(97151,10667,'thwma_order_shipping_status','wc-pending'),(97152,10668,'thwma_order_shipping_status','wc-pending'),(97153,10669,'thwma_order_shipping_status','wc-pending'),(97154,10670,'thwma_order_shipping_status','wc-pending'),(97155,10484,'thwma_order_shipping_status','wc-pending'),(97156,10485,'thwma_order_shipping_status','wc-pending'),(97157,7168,'thwma_order_shipping_status','wc-pending'),(97158,7169,'thwma_order_shipping_status','wc-pending'),(97159,10704,'_product_id','39'),(97160,10704,'_variation_id','0'),(97161,10704,'_qty','1'),(97162,10704,'_tax_class',''),(97163,10704,'_line_subtotal','79.2'),(97164,10704,'_line_subtotal_tax','0'),(97165,10704,'_line_total','79.2'),(97166,10704,'_line_tax','0'),(97167,10704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97168,10705,'_product_id','40'),(97169,10705,'_variation_id','0'),(97170,10705,'_qty','1'),(97171,10705,'_tax_class',''),(97172,10705,'_line_subtotal','79.2'),(97173,10705,'_line_subtotal_tax','0'),(97174,10705,'_line_total','79.2'),(97175,10705,'_line_tax','0'),(97176,10705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97177,10706,'_product_id','42'),(97178,10706,'_variation_id','0'),(97179,10706,'_qty','2'),(97180,10706,'_tax_class',''),(97181,10706,'_line_subtotal','158.4'),(97182,10706,'_line_subtotal_tax','0'),(97183,10706,'_line_total','158.4'),(97184,10706,'_line_tax','0'),(97185,10706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97186,10707,'_product_id','490'),(97187,10707,'_variation_id','0'),(97188,10707,'_qty','5'),(97189,10707,'_tax_class',''),(97190,10707,'_line_subtotal','98'),(97191,10707,'_line_subtotal_tax','0'),(97192,10707,'_line_total','98'),(97193,10707,'_line_tax','0'),(97194,10707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97195,10708,'_product_id','2110'),(97196,10708,'_variation_id','0'),(97197,10708,'_qty','1'),(97198,10708,'_tax_class',''),(97199,10708,'_line_subtotal','71.4'),(97200,10708,'_line_subtotal_tax','0'),(97201,10708,'_line_total','71.4'),(97202,10708,'_line_tax','0'),(97203,10708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97204,10709,'_product_id','2113'),(97205,10709,'_variation_id','0'),(97206,10709,'_qty','1'),(97207,10709,'_tax_class',''),(97208,10709,'_line_subtotal','172'),(97209,10709,'_line_subtotal_tax','0'),(97210,10709,'_line_total','172'),(97211,10709,'_line_tax','0'),(97212,10709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97213,10710,'_product_id','41'),(97214,10710,'_variation_id','0'),(97215,10710,'_qty','2'),(97216,10710,'_tax_class',''),(97217,10710,'_line_subtotal','132.96'),(97218,10710,'_line_subtotal_tax','0'),(97219,10710,'_line_total','132.96'),(97220,10710,'_line_tax','0'),(97221,10710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97222,10711,'method_id','free_shipping'),(97223,10711,'instance_id','2'),(97224,10711,'cost','0.00'),(97225,10711,'total_tax','0'),(97226,10711,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97227,10711,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(97228,10678,'thwma_order_shipping_status','wc-pending'),(97229,10679,'thwma_order_shipping_status','wc-pending'),(97230,10680,'thwma_order_shipping_status','wc-pending'),(97231,10681,'thwma_order_shipping_status','wc-pending'),(97232,10610,'thwma_order_shipping_status','wc-pending'),(97233,10611,'thwma_order_shipping_status','wc-pending'),(97234,10612,'thwma_order_shipping_status','wc-pending'),(97235,10613,'thwma_order_shipping_status','wc-pending'),(97236,10614,'thwma_order_shipping_status','wc-pending'),(97237,10615,'thwma_order_shipping_status','wc-pending'),(97238,10616,'thwma_order_shipping_status','wc-pending'),(97239,10653,'thwma_order_shipping_status','wc-pending'),(97240,10654,'thwma_order_shipping_status','wc-pending'),(97241,10655,'thwma_order_shipping_status','wc-pending'),(97242,10656,'thwma_order_shipping_status','wc-pending'),(97243,10657,'thwma_order_shipping_status','wc-pending'),(97244,10658,'thwma_order_shipping_status','wc-pending'),(97245,10659,'thwma_order_shipping_status','wc-pending'),(97246,10660,'thwma_order_shipping_status','wc-pending'),(97247,10661,'thwma_order_shipping_status','wc-pending'),(97248,10662,'thwma_order_shipping_status','wc-pending'),(97249,10663,'thwma_order_shipping_status','wc-pending'),(97250,10697,'thwma_order_shipping_status','wc-pending'),(97251,10698,'thwma_order_shipping_status','wc-pending'),(97252,10699,'thwma_order_shipping_status','wc-pending'),(97253,10700,'thwma_order_shipping_status','wc-pending'),(97254,10701,'thwma_order_shipping_status','wc-pending'),(97255,10702,'thwma_order_shipping_status','wc-pending'),(97256,10704,'thwma_order_shipping_status','wc-pending'),(97257,10705,'thwma_order_shipping_status','wc-pending'),(97258,10706,'thwma_order_shipping_status','wc-pending'),(97259,10707,'thwma_order_shipping_status','wc-pending'),(97260,10708,'thwma_order_shipping_status','wc-pending'),(97261,10709,'thwma_order_shipping_status','wc-pending'),(97262,10710,'thwma_order_shipping_status','wc-pending'),(97263,10683,'thwma_order_shipping_status','wc-pending'),(97264,10684,'thwma_order_shipping_status','wc-pending'),(97265,10685,'thwma_order_shipping_status','wc-pending'),(97266,10686,'thwma_order_shipping_status','wc-pending'),(97267,10687,'thwma_order_shipping_status','wc-pending'),(97268,10688,'thwma_order_shipping_status','wc-pending'),(97269,10689,'thwma_order_shipping_status','wc-pending'),(97270,10690,'thwma_order_shipping_status','wc-pending'),(97271,10691,'thwma_order_shipping_status','wc-pending'),(97272,10692,'thwma_order_shipping_status','wc-pending'),(97273,10693,'thwma_order_shipping_status','wc-pending'),(97274,10694,'thwma_order_shipping_status','wc-pending'),(97275,10695,'thwma_order_shipping_status','wc-pending'),(97276,10712,'_product_id','44'),(97277,10712,'_variation_id','0'),(97278,10712,'_qty','1'),(97279,10712,'_tax_class',''),(97280,10712,'_line_subtotal','116.16'),(97281,10712,'_line_subtotal_tax','0'),(97282,10712,'_line_total','116.16'),(97283,10712,'_line_tax','0'),(97284,10712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97285,10713,'_product_id','93'),(97286,10713,'_variation_id','0'),(97287,10713,'_qty','5'),(97288,10713,'_tax_class',''),(97289,10713,'_line_subtotal','0'),(97290,10713,'_line_subtotal_tax','0'),(97291,10713,'_line_total','0'),(97292,10713,'_line_tax','0'),(97293,10713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97300,10715,'_product_id','23'),(97301,10715,'_variation_id','0'),(97302,10715,'_qty','3'),(97303,10715,'_tax_class',''),(97304,10715,'_line_subtotal','205.62'),(97305,10715,'_line_subtotal_tax','0'),(97306,10715,'_line_total','205.62'),(97307,10715,'_line_tax','0'),(97308,10715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97309,10716,'_product_id','38'),(97310,10716,'_variation_id','0'),(97311,10716,'_qty','1'),(97312,10716,'_tax_class',''),(97313,10716,'_line_subtotal','165.76'),(97314,10716,'_line_subtotal_tax','0'),(97315,10716,'_line_total','165.76'),(97316,10716,'_line_tax','0'),(97317,10716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97318,10717,'_product_id','116'),(97319,10717,'_variation_id','0'),(97320,10717,'_qty','1'),(97321,10717,'_tax_class',''),(97322,10717,'_line_subtotal','145.44'),(97323,10717,'_line_subtotal_tax','0'),(97324,10717,'_line_total','145.44'),(97325,10717,'_line_tax','0'),(97326,10717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97327,10718,'_product_id','41'),(97328,10718,'_variation_id','0'),(97329,10718,'_qty','4'),(97330,10718,'_tax_class',''),(97331,10718,'_line_subtotal','265.92'),(97332,10718,'_line_subtotal_tax','0'),(97333,10718,'_line_total','265.92'),(97334,10718,'_line_tax','0'),(97335,10718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97336,10719,'_product_id','45'),(97337,10719,'_variation_id','0'),(97338,10719,'_qty','2'),(97339,10719,'_tax_class',''),(97340,10719,'_line_subtotal','84.48'),(97341,10719,'_line_subtotal_tax','0'),(97342,10719,'_line_total','84.48'),(97343,10719,'_line_tax','0'),(97344,10719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97345,10720,'_product_id','40'),(97346,10720,'_variation_id','0'),(97347,10720,'_qty','1'),(97348,10720,'_tax_class',''),(97349,10720,'_line_subtotal','79.2'),(97350,10720,'_line_subtotal_tax','0'),(97351,10720,'_line_total','79.2'),(97352,10720,'_line_tax','0'),(97353,10720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97354,10721,'_product_id','39'),(97355,10721,'_variation_id','0'),(97356,10721,'_qty','1'),(97357,10721,'_tax_class',''),(97358,10721,'_line_subtotal','79.2'),(97359,10721,'_line_subtotal_tax','0'),(97360,10721,'_line_total','79.2'),(97361,10721,'_line_tax','0'),(97362,10721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97363,10722,'_product_id','120'),(97364,10722,'_variation_id','0'),(97365,10722,'_qty','1'),(97366,10722,'_tax_class',''),(97367,10722,'_line_subtotal','52.8'),(97368,10722,'_line_subtotal_tax','0'),(97369,10722,'_line_total','52.8'),(97370,10722,'_line_tax','0'),(97371,10722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97372,10723,'_product_id','43'),(97373,10723,'_variation_id','0'),(97374,10723,'_qty','2'),(97375,10723,'_tax_class',''),(97376,10723,'_line_subtotal','158.4'),(97377,10723,'_line_subtotal_tax','0'),(97378,10723,'_line_total','158.4'),(97379,10723,'_line_tax','0'),(97380,10723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97381,10724,'_product_id','49'),(97382,10724,'_variation_id','0'),(97383,10724,'_qty','2'),(97384,10724,'_tax_class',''),(97385,10724,'_line_subtotal','158.4'),(97386,10724,'_line_subtotal_tax','0'),(97387,10724,'_line_total','158.4'),(97388,10724,'_line_tax','0'),(97389,10724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97390,10725,'_product_id','93'),(97391,10725,'_variation_id','0'),(97392,10725,'_qty','6'),(97393,10725,'_tax_class',''),(97394,10725,'_line_subtotal','0'),(97395,10725,'_line_subtotal_tax','0'),(97396,10725,'_line_total','0'),(97397,10725,'_line_tax','0'),(97398,10725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97399,10726,'method_id','free_shipping'),(97400,10726,'instance_id','2'),(97401,10726,'cost','0.00'),(97402,10726,'total_tax','0'),(97403,10726,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97404,10726,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Active Rinse 16oz 50/50(Case of 16) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 6'),(97418,10727,'_product_id','41'),(97419,10727,'_variation_id','0'),(97420,10727,'_qty','2'),(97421,10727,'_tax_class',''),(97422,10727,'_line_subtotal','132.96'),(97423,10727,'_line_subtotal_tax','0'),(97424,10727,'_line_total','132.96'),(97425,10727,'_line_tax','0'),(97426,10727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97427,10728,'_product_id','2110'),(97428,10728,'_variation_id','0'),(97429,10728,'_qty','2'),(97430,10728,'_tax_class',''),(97431,10728,'_line_subtotal','142.8'),(97432,10728,'_line_subtotal_tax','0'),(97433,10728,'_line_total','142.8'),(97434,10728,'_line_tax','0'),(97435,10728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97436,10729,'_product_id','45'),(97437,10729,'_variation_id','0'),(97438,10729,'_qty','2'),(97439,10729,'_tax_class',''),(97440,10729,'_line_subtotal','84.48'),(97441,10729,'_line_subtotal_tax','0'),(97442,10729,'_line_total','84.48'),(97443,10729,'_line_tax','0'),(97444,10729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97445,10730,'_product_id','40'),(97446,10730,'_variation_id','0'),(97447,10730,'_qty','1'),(97448,10730,'_tax_class',''),(97449,10730,'_line_subtotal','79.2'),(97450,10730,'_line_subtotal_tax','0'),(97451,10730,'_line_total','79.2'),(97452,10730,'_line_tax','0'),(97453,10730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97454,10731,'_product_id','43'),(97455,10731,'_variation_id','0'),(97456,10731,'_qty','1'),(97457,10731,'_tax_class',''),(97458,10731,'_line_subtotal','79.2'),(97459,10731,'_line_subtotal_tax','0'),(97460,10731,'_line_total','79.2'),(97461,10731,'_line_tax','0'),(97462,10731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97463,10732,'method_id','free_shipping'),(97464,10732,'instance_id','2'),(97465,10732,'cost','0.00'),(97466,10732,'total_tax','0'),(97467,10732,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97468,10732,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(97469,10733,'_product_id','23'),(97470,10733,'_variation_id','0'),(97471,10733,'_qty','5'),(97472,10733,'_tax_class',''),(97473,10733,'_line_subtotal','342.7'),(97474,10733,'_line_subtotal_tax','0'),(97475,10733,'_line_total','342.7'),(97476,10733,'_line_tax','0'),(97477,10733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97478,10734,'_product_id','39'),(97479,10734,'_variation_id','0'),(97480,10734,'_qty','2'),(97481,10734,'_tax_class',''),(97482,10734,'_line_subtotal','158.4'),(97483,10734,'_line_subtotal_tax','0'),(97484,10734,'_line_total','158.4'),(97485,10734,'_line_tax','0'),(97486,10734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97487,10735,'_product_id','43'),(97488,10735,'_variation_id','0'),(97489,10735,'_qty','2'),(97490,10735,'_tax_class',''),(97491,10735,'_line_subtotal','158.4'),(97492,10735,'_line_subtotal_tax','0'),(97493,10735,'_line_total','158.4'),(97494,10735,'_line_tax','0'),(97495,10735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97496,10736,'_product_id','44'),(97497,10736,'_variation_id','0'),(97498,10736,'_qty','2'),(97499,10736,'_tax_class',''),(97500,10736,'_line_subtotal','232.32'),(97501,10736,'_line_subtotal_tax','0'),(97502,10736,'_line_total','232.32'),(97503,10736,'_line_tax','0'),(97504,10736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97505,10737,'method_id','free_shipping'),(97506,10737,'instance_id','2'),(97507,10737,'cost','0.00'),(97508,10737,'total_tax','0'),(97509,10737,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97510,10737,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 5, Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2'),(97511,10738,'_product_id','23'),(97512,10738,'_variation_id','0'),(97513,10738,'_qty','3'),(97514,10738,'_tax_class',''),(97515,10738,'_line_subtotal','205.62'),(97516,10738,'_line_subtotal_tax','0'),(97517,10738,'_line_total','205.62'),(97518,10738,'_line_tax','0'),(97519,10738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97520,10739,'_product_id','41'),(97521,10739,'_variation_id','0'),(97522,10739,'_qty','2'),(97523,10739,'_tax_class',''),(97524,10739,'_line_subtotal','132.96'),(97525,10739,'_line_subtotal_tax','0'),(97526,10739,'_line_total','132.96'),(97527,10739,'_line_tax','0'),(97528,10739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97529,10740,'_product_id','43'),(97530,10740,'_variation_id','0'),(97531,10740,'_qty','2'),(97532,10740,'_tax_class',''),(97533,10740,'_line_subtotal','158.4'),(97534,10740,'_line_subtotal_tax','0'),(97535,10740,'_line_total','158.4'),(97536,10740,'_line_tax','0'),(97537,10740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97538,10741,'_product_id','490'),(97539,10741,'_variation_id','0'),(97540,10741,'_qty','6'),(97541,10741,'_tax_class',''),(97542,10741,'_line_subtotal','117.6'),(97543,10741,'_line_subtotal_tax','0'),(97544,10741,'_line_total','117.6'),(97545,10741,'_line_tax','0'),(97546,10741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97547,10742,'method_id','free_shipping'),(97548,10742,'instance_id','2'),(97549,10742,'cost','0.00'),(97550,10742,'total_tax','0'),(97551,10742,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97552,10742,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(97558,10727,'thwma_order_shipping_status','wc-pending'),(97559,10728,'thwma_order_shipping_status','wc-pending'),(97560,10729,'thwma_order_shipping_status','wc-pending'),(97561,10730,'thwma_order_shipping_status','wc-pending'),(97562,10731,'thwma_order_shipping_status','wc-pending'),(97563,10743,'_product_id','41'),(97564,10743,'_variation_id','0'),(97565,10743,'_qty','1'),(97566,10743,'_tax_class',''),(97567,10743,'_line_subtotal','66.48'),(97568,10743,'_line_subtotal_tax','0'),(97569,10743,'_line_total','66.48'),(97570,10743,'_line_tax','0'),(97571,10743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97572,10744,'_product_id','49'),(97573,10744,'_variation_id','0'),(97574,10744,'_qty','4'),(97575,10744,'_tax_class',''),(97576,10744,'_line_subtotal','316.8'),(97577,10744,'_line_subtotal_tax','0'),(97578,10744,'_line_total','316.8'),(97579,10744,'_line_tax','0'),(97580,10744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97581,10745,'_product_id','44'),(97582,10745,'_variation_id','0'),(97583,10745,'_qty','1'),(97584,10745,'_tax_class',''),(97585,10745,'_line_subtotal','116.16'),(97586,10745,'_line_subtotal_tax','0'),(97587,10745,'_line_total','116.16'),(97588,10745,'_line_tax','0'),(97589,10745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97590,10746,'_product_id','120'),(97591,10746,'_variation_id','0'),(97592,10746,'_qty','1'),(97593,10746,'_tax_class',''),(97594,10746,'_line_subtotal','52.8'),(97595,10746,'_line_subtotal_tax','0'),(97596,10746,'_line_total','52.8'),(97597,10746,'_line_tax','0'),(97598,10746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97599,10747,'method_id','free_shipping'),(97600,10747,'instance_id','2'),(97601,10747,'cost','0.00'),(97602,10747,'total_tax','0'),(97603,10747,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97604,10747,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(97620,10733,'thwma_order_shipping_status','wc-pending'),(97621,10734,'thwma_order_shipping_status','wc-pending'),(97622,10735,'thwma_order_shipping_status','wc-pending'),(97623,10736,'thwma_order_shipping_status','wc-pending'),(97624,10738,'thwma_order_shipping_status','wc-pending'),(97625,10739,'thwma_order_shipping_status','wc-pending'),(97626,10740,'thwma_order_shipping_status','wc-pending'),(97627,10741,'thwma_order_shipping_status','wc-pending'),(97628,10743,'thwma_order_shipping_status','wc-pending'),(97629,10744,'thwma_order_shipping_status','wc-pending'),(97630,10745,'thwma_order_shipping_status','wc-pending'),(97631,10746,'thwma_order_shipping_status','wc-pending'),(97632,10748,'_product_id','51'),(97633,10748,'_variation_id','0'),(97634,10748,'_qty','4'),(97635,10748,'_tax_class',''),(97636,10748,'_line_subtotal','591.36'),(97637,10748,'_line_subtotal_tax','0'),(97638,10748,'_line_total','591.36'),(97639,10748,'_line_tax','0'),(97640,10748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97641,10749,'_product_id','44'),(97642,10749,'_variation_id','0'),(97643,10749,'_qty','1'),(97644,10749,'_tax_class',''),(97645,10749,'_line_subtotal','116.16'),(97646,10749,'_line_subtotal_tax','0'),(97647,10749,'_line_total','116.16'),(97648,10749,'_line_tax','0'),(97649,10749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97650,10750,'_product_id','318'),(97651,10750,'_variation_id','0'),(97652,10750,'_qty','20'),(97653,10750,'_tax_class',''),(97654,10750,'_line_subtotal','60'),(97655,10750,'_line_subtotal_tax','0'),(97656,10750,'_line_total','60'),(97657,10750,'_line_tax','0'),(97658,10750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97659,10751,'_product_id','45'),(97660,10751,'_variation_id','0'),(97661,10751,'_qty','2'),(97662,10751,'_tax_class',''),(97663,10751,'_line_subtotal','84.48'),(97664,10751,'_line_subtotal_tax','0'),(97665,10751,'_line_total','84.48'),(97666,10751,'_line_tax','0'),(97667,10751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97668,10752,'_product_id','41'),(97669,10752,'_variation_id','0'),(97670,10752,'_qty','2'),(97671,10752,'_tax_class',''),(97672,10752,'_line_subtotal','132.96'),(97673,10752,'_line_subtotal_tax','0'),(97674,10752,'_line_total','132.96'),(97675,10752,'_line_tax','0'),(97676,10752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97677,10753,'_product_id','131'),(97678,10753,'_variation_id','0'),(97679,10753,'_qty','5'),(97680,10753,'_tax_class',''),(97681,10753,'_line_subtotal','63.25'),(97682,10753,'_line_subtotal_tax','0'),(97683,10753,'_line_total','63.25'),(97684,10753,'_line_tax','0'),(97685,10753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97686,10754,'_product_id','133'),(97687,10754,'_variation_id','0'),(97688,10754,'_qty','4'),(97689,10754,'_tax_class',''),(97690,10754,'_line_subtotal','57.2'),(97691,10754,'_line_subtotal_tax','0'),(97692,10754,'_line_total','57.2'),(97693,10754,'_line_tax','0'),(97694,10754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97695,10755,'_product_id','487'),(97696,10755,'_variation_id','0'),(97697,10755,'_qty','4'),(97698,10755,'_tax_class',''),(97699,10755,'_line_subtotal','125.4'),(97700,10755,'_line_subtotal_tax','0'),(97701,10755,'_line_total','125.4'),(97702,10755,'_line_tax','0'),(97703,10755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97704,10756,'_product_id','490'),(97705,10756,'_variation_id','0'),(97706,10756,'_qty','10'),(97707,10756,'_tax_class',''),(97708,10756,'_line_subtotal','196'),(97709,10756,'_line_subtotal_tax','0'),(97710,10756,'_line_total','196'),(97711,10756,'_line_tax','0'),(97712,10756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97713,10757,'method_id','free_shipping'),(97714,10757,'instance_id','2'),(97715,10757,'cost','0.00'),(97716,10757,'total_tax','0'),(97717,10757,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97718,10757,'Items','Urgent Care Kit(Case of 6) &times; 4, Preventive Kit(Case of 6) &times; 1, Goomee 4 Pack &times; 20, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Disposable Capes &times; 5, Disposable Head Bands &times; 4, Bulk Mousse 1 Gallon RM &times; 4, Bulk Active Rinse 100% RM &times; 10'),(97761,10763,'_product_id','43'),(97762,10763,'_variation_id','0'),(97763,10763,'_qty','2'),(97764,10763,'_tax_class',''),(97765,10763,'_line_subtotal','158.4'),(97766,10763,'_line_subtotal_tax','0'),(97767,10763,'_line_total','158.4'),(97768,10763,'_line_tax','0'),(97769,10763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97770,10764,'_product_id','39'),(97771,10764,'_variation_id','0'),(97772,10764,'_qty','2'),(97773,10764,'_tax_class',''),(97774,10764,'_line_subtotal','158.4'),(97775,10764,'_line_subtotal_tax','0'),(97776,10764,'_line_total','158.4'),(97777,10764,'_line_tax','0'),(97778,10764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97779,10765,'_product_id','40'),(97780,10765,'_variation_id','0'),(97781,10765,'_qty','2'),(97782,10765,'_tax_class',''),(97783,10765,'_line_subtotal','158.4'),(97784,10765,'_line_subtotal_tax','0'),(97785,10765,'_line_total','158.4'),(97786,10765,'_line_tax','0'),(97787,10765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97788,10766,'_product_id','49'),(97789,10766,'_variation_id','0'),(97790,10766,'_qty','1'),(97791,10766,'_tax_class',''),(97792,10766,'_line_subtotal','79.2'),(97793,10766,'_line_subtotal_tax','0'),(97794,10766,'_line_total','79.2'),(97795,10766,'_line_tax','0'),(97796,10766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97797,10767,'_product_id','23'),(97798,10767,'_variation_id','0'),(97799,10767,'_qty','4'),(97800,10767,'_tax_class',''),(97801,10767,'_line_subtotal','274.16'),(97802,10767,'_line_subtotal_tax','0'),(97803,10767,'_line_total','274.16'),(97804,10767,'_line_tax','0'),(97805,10767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97806,10768,'_product_id','45'),(97807,10768,'_variation_id','0'),(97808,10768,'_qty','3'),(97809,10768,'_tax_class',''),(97810,10768,'_line_subtotal','126.72'),(97811,10768,'_line_subtotal_tax','0'),(97812,10768,'_line_total','126.72'),(97813,10768,'_line_tax','0'),(97814,10768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97815,10769,'_product_id','51'),(97816,10769,'_variation_id','0'),(97817,10769,'_qty','1'),(97818,10769,'_tax_class',''),(97819,10769,'_line_subtotal','147.84'),(97820,10769,'_line_subtotal_tax','0'),(97821,10769,'_line_total','147.84'),(97822,10769,'_line_tax','0'),(97823,10769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97824,10770,'_product_id','490'),(97825,10770,'_variation_id','0'),(97826,10770,'_qty','2'),(97827,10770,'_tax_class',''),(97828,10770,'_line_subtotal','39.2'),(97829,10770,'_line_subtotal_tax','0'),(97830,10770,'_line_total','39.2'),(97831,10770,'_line_tax','0'),(97832,10770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97833,10771,'_product_id','489'),(97834,10771,'_variation_id','0'),(97835,10771,'_qty','6'),(97836,10771,'_tax_class',''),(97837,10771,'_line_subtotal','114.24'),(97838,10771,'_line_subtotal_tax','0'),(97839,10771,'_line_total','114.24'),(97840,10771,'_line_tax','0'),(97841,10771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97842,10772,'_product_id','487'),(97843,10772,'_variation_id','0'),(97844,10772,'_qty','4'),(97845,10772,'_tax_class',''),(97846,10772,'_line_subtotal','125.4'),(97847,10772,'_line_subtotal_tax','0'),(97848,10772,'_line_total','125.4'),(97849,10772,'_line_tax','0'),(97850,10772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97851,10773,'method_id','free_shipping'),(97852,10773,'instance_id','2'),(97853,10773,'cost','0.00'),(97854,10773,'total_tax','0'),(97855,10773,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97856,10773,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 2, Bulk Active Rinse 50/50 RM &times; 6, Bulk Mousse 1 Gallon RM &times; 4'),(97857,10774,'_product_id','2113'),(97858,10774,'_variation_id','0'),(97859,10774,'_qty','1'),(97860,10774,'_tax_class',''),(97861,10774,'_line_subtotal','172'),(97862,10774,'_line_subtotal_tax','0'),(97863,10774,'_line_total','172'),(97864,10774,'_line_tax','0'),(97865,10774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97866,10775,'method_id','fedex'),(97867,10775,'instance_id','1'),(97868,10775,'cost','18.03'),(97869,10775,'total_tax','0'),(97870,10775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97871,10775,'Package 1','14 × 14 × 14 (in) 19.5lbs × 1'),(97872,10715,'thwma_order_shipping_status','wc-pending'),(97873,10716,'thwma_order_shipping_status','wc-pending'),(97874,10717,'thwma_order_shipping_status','wc-pending'),(97875,10718,'thwma_order_shipping_status','wc-pending'),(97876,10719,'thwma_order_shipping_status','wc-pending'),(97877,10720,'thwma_order_shipping_status','wc-pending'),(97878,10721,'thwma_order_shipping_status','wc-pending'),(97879,10722,'thwma_order_shipping_status','wc-pending'),(97880,10723,'thwma_order_shipping_status','wc-pending'),(97881,10724,'thwma_order_shipping_status','wc-pending'),(97882,10725,'thwma_order_shipping_status','wc-pending'),(97883,10748,'thwma_order_shipping_status','wc-pending'),(97884,10749,'thwma_order_shipping_status','wc-pending'),(97885,10750,'thwma_order_shipping_status','wc-pending'),(97886,10751,'thwma_order_shipping_status','wc-pending'),(97887,10752,'thwma_order_shipping_status','wc-pending'),(97888,10753,'thwma_order_shipping_status','wc-pending'),(97889,10754,'thwma_order_shipping_status','wc-pending'),(97890,10755,'thwma_order_shipping_status','wc-pending'),(97891,10756,'thwma_order_shipping_status','wc-pending'),(97892,10763,'thwma_order_shipping_status','wc-pending'),(97893,10764,'thwma_order_shipping_status','wc-pending'),(97894,10765,'thwma_order_shipping_status','wc-pending'),(97895,10766,'thwma_order_shipping_status','wc-pending'),(97896,10767,'thwma_order_shipping_status','wc-pending'),(97897,10768,'thwma_order_shipping_status','wc-pending'),(97898,10769,'thwma_order_shipping_status','wc-pending'),(97899,10770,'thwma_order_shipping_status','wc-pending'),(97900,10771,'thwma_order_shipping_status','wc-pending'),(97901,10772,'thwma_order_shipping_status','wc-pending'),(97902,10712,'thwma_order_shipping_status','wc-pending'),(97903,10713,'thwma_order_shipping_status','wc-pending'),(97904,10502,'thwma_order_shipping_status','wc-pending'),(97905,10503,'thwma_order_shipping_status','wc-pending'),(97906,10504,'thwma_order_shipping_status','wc-pending'),(97907,10505,'thwma_order_shipping_status','wc-pending'),(97908,10776,'_product_id','41'),(97909,10776,'_variation_id','0'),(97910,10776,'_qty','3'),(97911,10776,'_tax_class',''),(97912,10776,'_line_subtotal','199.44'),(97913,10776,'_line_subtotal_tax','0'),(97914,10776,'_line_total','199.44'),(97915,10776,'_line_tax','0'),(97916,10776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97917,10777,'_product_id','43'),(97918,10777,'_variation_id','0'),(97919,10777,'_qty','1'),(97920,10777,'_tax_class',''),(97921,10777,'_line_subtotal','79.2'),(97922,10777,'_line_subtotal_tax','0'),(97923,10777,'_line_total','79.2'),(97924,10777,'_line_tax','0'),(97925,10777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97926,10778,'method_id','fedex'),(97927,10778,'instance_id','1'),(97928,10778,'cost','15.54'),(97929,10778,'total_tax','0'),(97930,10778,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97931,10778,'Package 1','11.25 × 8.75 × 7.75 (in) 15.59lbs × 1'),(97932,10779,'_product_id','41'),(97933,10779,'_variation_id','0'),(97934,10779,'_qty','8'),(97935,10779,'_tax_class',''),(97936,10779,'_line_subtotal','531.84'),(97937,10779,'_line_subtotal_tax','0'),(97938,10779,'_line_total','531.84'),(97939,10779,'_line_tax','0'),(97940,10779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97941,10780,'method_id','free_shipping'),(97942,10780,'instance_id','2'),(97943,10780,'cost','0.00'),(97944,10780,'total_tax','0'),(97945,10780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97946,10780,'Items','Professional Lice Comb(Case of 12) &times; 8'),(97947,10776,'thwma_order_shipping_status','wc-pending'),(97948,10777,'thwma_order_shipping_status','wc-pending'),(97949,10781,'_product_id','44'),(97950,10781,'_variation_id','0'),(97951,10781,'_qty','1'),(97952,10781,'_tax_class',''),(97953,10781,'_line_subtotal','116.16'),(97954,10781,'_line_subtotal_tax','0'),(97955,10781,'_line_total','116.16'),(97956,10781,'_line_tax','0'),(97957,10781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97958,10782,'_product_id','41'),(97959,10782,'_variation_id','0'),(97960,10782,'_qty','1'),(97961,10782,'_tax_class',''),(97962,10782,'_line_subtotal','66.48'),(97963,10782,'_line_subtotal_tax','0'),(97964,10782,'_line_total','66.48'),(97965,10782,'_line_tax','0'),(97966,10782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97967,10783,'_product_id','43'),(97968,10783,'_variation_id','0'),(97969,10783,'_qty','1'),(97970,10783,'_tax_class',''),(97971,10783,'_line_subtotal','79.2'),(97972,10783,'_line_subtotal_tax','0'),(97973,10783,'_line_total','79.2'),(97974,10783,'_line_tax','0'),(97975,10783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97976,10784,'_product_id','490'),(97977,10784,'_variation_id','0'),(97978,10784,'_qty','5'),(97979,10784,'_tax_class',''),(97980,10784,'_line_subtotal','98'),(97981,10784,'_line_subtotal_tax','0'),(97982,10784,'_line_total','98'),(97983,10784,'_line_tax','0'),(97984,10784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(97985,10785,'method_id','fedex'),(97986,10785,'instance_id','1'),(97987,10785,'cost','22.64'),(97988,10785,'total_tax','0'),(97989,10785,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(97990,10785,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(97991,10786,'_product_id','2110'),(97992,10786,'_variation_id','0'),(97993,10786,'_qty','4'),(97994,10786,'_tax_class',''),(97995,10786,'_line_subtotal','285.6'),(97996,10786,'_line_subtotal_tax','0'),(97997,10786,'_line_total','285.6'),(97998,10786,'_line_tax','0'),(97999,10786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98000,10787,'_product_id','45'),(98001,10787,'_variation_id','0'),(98002,10787,'_qty','1'),(98003,10787,'_tax_class',''),(98004,10787,'_line_subtotal','42.24'),(98005,10787,'_line_subtotal_tax','0'),(98006,10787,'_line_total','42.24'),(98007,10787,'_line_tax','0'),(98008,10787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98009,10788,'_product_id','116'),(98010,10788,'_variation_id','0'),(98011,10788,'_qty','1'),(98012,10788,'_tax_class',''),(98013,10788,'_line_subtotal','145.44'),(98014,10788,'_line_subtotal_tax','0'),(98015,10788,'_line_total','145.44'),(98016,10788,'_line_tax','0'),(98017,10788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98018,10789,'_product_id','41'),(98019,10789,'_variation_id','0'),(98020,10789,'_qty','2'),(98021,10789,'_tax_class',''),(98022,10789,'_line_subtotal','132.96'),(98023,10789,'_line_subtotal_tax','0'),(98024,10789,'_line_total','132.96'),(98025,10789,'_line_tax','0'),(98026,10789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98027,10790,'_product_id','43'),(98028,10790,'_variation_id','0'),(98029,10790,'_qty','1'),(98030,10790,'_tax_class',''),(98031,10790,'_line_subtotal','79.2'),(98032,10790,'_line_subtotal_tax','0'),(98033,10790,'_line_total','79.2'),(98034,10790,'_line_tax','0'),(98035,10790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98036,10791,'_product_id','49'),(98037,10791,'_variation_id','0'),(98038,10791,'_qty','3'),(98039,10791,'_tax_class',''),(98040,10791,'_line_subtotal','237.6'),(98041,10791,'_line_subtotal_tax','0'),(98042,10791,'_line_total','237.6'),(98043,10791,'_line_tax','0'),(98044,10791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98045,10792,'_product_id','93'),(98046,10792,'_variation_id','0'),(98047,10792,'_qty','10'),(98048,10792,'_tax_class',''),(98049,10792,'_line_subtotal','0'),(98050,10792,'_line_subtotal_tax','0'),(98051,10792,'_line_total','0'),(98052,10792,'_line_tax','0'),(98053,10792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98054,10793,'_product_id','97'),(98055,10793,'_variation_id','0'),(98056,10793,'_qty','1'),(98057,10793,'_tax_class',''),(98058,10793,'_line_subtotal','0'),(98059,10793,'_line_subtotal_tax','0'),(98060,10793,'_line_total','0'),(98061,10793,'_line_tax','0'),(98062,10793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98063,10794,'_product_id','133'),(98064,10794,'_variation_id','0'),(98065,10794,'_qty','4'),(98066,10794,'_tax_class',''),(98067,10794,'_line_subtotal','57.2'),(98068,10794,'_line_subtotal_tax','0'),(98069,10794,'_line_total','57.2'),(98070,10794,'_line_tax','0'),(98071,10794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98072,10795,'method_id','free_shipping'),(98073,10795,'instance_id','2'),(98074,10795,'cost','0.00'),(98075,10795,'total_tax','0'),(98076,10795,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98077,10795,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% &times; 10, Bulk Detangling Spray 1 Gallon &times; 1, Disposable Head Bands &times; 4'),(98078,10796,'_product_id','490'),(98079,10796,'_variation_id','0'),(98080,10796,'_qty','6'),(98081,10796,'_tax_class',''),(98082,10796,'_line_subtotal','117.6'),(98083,10796,'_line_subtotal_tax','0'),(98084,10796,'_line_total','117.6'),(98085,10796,'_line_tax','0'),(98086,10796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98087,10797,'method_id','fedex'),(98088,10797,'instance_id','1'),(98089,10797,'cost','16.95'),(98090,10797,'total_tax','0'),(98091,10797,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98092,10797,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(98106,10781,'thwma_order_shipping_status','wc-pending'),(98107,10782,'thwma_order_shipping_status','wc-pending'),(98108,10783,'thwma_order_shipping_status','wc-pending'),(98109,10784,'thwma_order_shipping_status','wc-pending'),(98110,10798,'_product_id','2110'),(98111,10798,'_variation_id','0'),(98112,10798,'_qty','15'),(98113,10798,'_tax_class',''),(98114,10798,'_line_subtotal','1071'),(98115,10798,'_line_subtotal_tax','0'),(98116,10798,'_line_total','1071'),(98117,10798,'_line_tax','0'),(98118,10798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98119,10799,'_product_id','43'),(98120,10799,'_variation_id','0'),(98121,10799,'_qty','5'),(98122,10799,'_tax_class',''),(98123,10799,'_line_subtotal','396'),(98124,10799,'_line_subtotal_tax','0'),(98125,10799,'_line_total','396'),(98126,10799,'_line_tax','0'),(98127,10799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98128,10800,'_product_id','49'),(98129,10800,'_variation_id','0'),(98130,10800,'_qty','5'),(98131,10800,'_tax_class',''),(98132,10800,'_line_subtotal','396'),(98133,10800,'_line_subtotal_tax','0'),(98134,10800,'_line_total','396'),(98135,10800,'_line_tax','0'),(98136,10800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98137,10801,'_product_id','45'),(98138,10801,'_variation_id','0'),(98139,10801,'_qty','5'),(98140,10801,'_tax_class',''),(98141,10801,'_line_subtotal','211.2'),(98142,10801,'_line_subtotal_tax','0'),(98143,10801,'_line_total','211.2'),(98144,10801,'_line_tax','0'),(98145,10801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98146,10802,'_product_id','41'),(98147,10802,'_variation_id','0'),(98148,10802,'_qty','3'),(98149,10802,'_tax_class',''),(98150,10802,'_line_subtotal','199.44'),(98151,10802,'_line_subtotal_tax','0'),(98152,10802,'_line_total','199.44'),(98153,10802,'_line_tax','0'),(98154,10802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98155,10803,'method_id','free_shipping'),(98156,10803,'instance_id','2'),(98157,10803,'cost','0.00'),(98158,10803,'total_tax','0'),(98159,10803,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98160,10803,'Items','Active Rinse 8oz 100%(Case of 12) &times; 15, Preventive Spray 8oz(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 3'),(98161,10804,'_product_id','133'),(98162,10804,'_variation_id','0'),(98163,10804,'_qty','3'),(98164,10804,'_tax_class',''),(98165,10804,'_line_subtotal','42.9'),(98166,10804,'_line_subtotal_tax','0'),(98167,10804,'_line_total','42.9'),(98168,10804,'_line_tax','0'),(98169,10804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98170,10805,'_product_id','490'),(98171,10805,'_variation_id','0'),(98172,10805,'_qty','10'),(98173,10805,'_tax_class',''),(98174,10805,'_line_subtotal','196'),(98175,10805,'_line_subtotal_tax','0'),(98176,10805,'_line_total','196'),(98177,10805,'_line_tax','0'),(98178,10805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98179,10806,'_product_id','41'),(98180,10806,'_variation_id','0'),(98181,10806,'_qty','2'),(98182,10806,'_tax_class',''),(98183,10806,'_line_subtotal','132.96'),(98184,10806,'_line_subtotal_tax','0'),(98185,10806,'_line_total','132.96'),(98186,10806,'_line_tax','0'),(98187,10806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98188,10807,'_product_id','49'),(98189,10807,'_variation_id','0'),(98190,10807,'_qty','3'),(98191,10807,'_tax_class',''),(98192,10807,'_line_subtotal','237.6'),(98193,10807,'_line_subtotal_tax','0'),(98194,10807,'_line_total','237.6'),(98195,10807,'_line_tax','0'),(98196,10807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98197,10808,'_product_id','43'),(98198,10808,'_variation_id','0'),(98199,10808,'_qty','1'),(98200,10808,'_tax_class',''),(98201,10808,'_line_subtotal','79.2'),(98202,10808,'_line_subtotal_tax','0'),(98203,10808,'_line_total','79.2'),(98204,10808,'_line_tax','0'),(98205,10808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98206,10809,'method_id','free_shipping'),(98207,10809,'instance_id','2'),(98208,10809,'cost','0.00'),(98209,10809,'total_tax','0'),(98210,10809,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98211,10809,'Items','Disposable Head Bands &times; 3, Bulk Active Rinse 100% RM &times; 10, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 1'),(98212,10810,'_product_id','318'),(98213,10810,'_variation_id','0'),(98214,10810,'_qty','20'),(98215,10810,'_tax_class',''),(98216,10810,'_line_subtotal','60'),(98217,10810,'_line_subtotal_tax','0'),(98218,10810,'_line_total','60'),(98219,10810,'_line_tax','0'),(98220,10810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98221,10811,'_product_id','133'),(98222,10811,'_variation_id','0'),(98223,10811,'_qty','5'),(98224,10811,'_tax_class',''),(98225,10811,'_line_subtotal','71.5'),(98226,10811,'_line_subtotal_tax','0'),(98227,10811,'_line_total','71.5'),(98228,10811,'_line_tax','0'),(98229,10811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98230,10812,'method_id','fedex'),(98231,10812,'instance_id','1'),(98232,10812,'cost','152.67'),(98233,10812,'total_tax','0'),(98234,10812,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98235,10812,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(98236,10812,'Package 2','17.5 × 12.37 × 3 (in) 15.91lbs × 1'),(98237,10804,'thwma_order_shipping_status','wc-pending'),(98238,10805,'thwma_order_shipping_status','wc-pending'),(98239,10806,'thwma_order_shipping_status','wc-pending'),(98240,10807,'thwma_order_shipping_status','wc-pending'),(98241,10808,'thwma_order_shipping_status','wc-pending'),(98242,10798,'thwma_order_shipping_status','wc-pending'),(98243,10799,'thwma_order_shipping_status','wc-pending'),(98244,10800,'thwma_order_shipping_status','wc-pending'),(98245,10801,'thwma_order_shipping_status','wc-pending'),(98246,10802,'thwma_order_shipping_status','wc-pending'),(98247,10786,'thwma_order_shipping_status','wc-pending'),(98248,10787,'thwma_order_shipping_status','wc-pending'),(98249,10788,'thwma_order_shipping_status','wc-pending'),(98250,10789,'thwma_order_shipping_status','wc-pending'),(98251,10790,'thwma_order_shipping_status','wc-pending'),(98252,10791,'thwma_order_shipping_status','wc-pending'),(98253,10792,'thwma_order_shipping_status','wc-pending'),(98254,10793,'thwma_order_shipping_status','wc-pending'),(98255,10794,'thwma_order_shipping_status','wc-pending'),(98256,10813,'_product_id','2110'),(98257,10813,'_variation_id','0'),(98258,10813,'_qty','3'),(98259,10813,'_tax_class',''),(98260,10813,'_line_subtotal','214.2'),(98261,10813,'_line_subtotal_tax','0'),(98262,10813,'_line_total','214.2'),(98263,10813,'_line_tax','0'),(98264,10813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98265,10814,'_product_id','2113'),(98266,10814,'_variation_id','0'),(98267,10814,'_qty','3'),(98268,10814,'_tax_class',''),(98269,10814,'_line_subtotal','516'),(98270,10814,'_line_subtotal_tax','0'),(98271,10814,'_line_total','516'),(98272,10814,'_line_tax','0'),(98273,10814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98274,10815,'_product_id','42'),(98275,10815,'_variation_id','0'),(98276,10815,'_qty','2'),(98277,10815,'_tax_class',''),(98278,10815,'_line_subtotal','158.4'),(98279,10815,'_line_subtotal_tax','0'),(98280,10815,'_line_total','158.4'),(98281,10815,'_line_tax','0'),(98282,10815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98283,10816,'_product_id','116'),(98284,10816,'_variation_id','0'),(98285,10816,'_qty','1'),(98286,10816,'_tax_class',''),(98287,10816,'_line_subtotal','145.44'),(98288,10816,'_line_subtotal_tax','0'),(98289,10816,'_line_total','145.44'),(98290,10816,'_line_tax','0'),(98291,10816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98292,10817,'_product_id','41'),(98293,10817,'_variation_id','0'),(98294,10817,'_qty','8'),(98295,10817,'_tax_class',''),(98296,10817,'_line_subtotal','531.84'),(98297,10817,'_line_subtotal_tax','0'),(98298,10817,'_line_total','531.84'),(98299,10817,'_line_tax','0'),(98300,10817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98301,10818,'_product_id','118'),(98302,10818,'_variation_id','0'),(98303,10818,'_qty','2'),(98304,10818,'_tax_class',''),(98305,10818,'_line_subtotal','369.6'),(98306,10818,'_line_subtotal_tax','0'),(98307,10818,'_line_total','369.6'),(98308,10818,'_line_tax','0'),(98309,10818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98310,10819,'_product_id','51'),(98311,10819,'_variation_id','0'),(98312,10819,'_qty','2'),(98313,10819,'_tax_class',''),(98314,10819,'_line_subtotal','295.68'),(98315,10819,'_line_subtotal_tax','0'),(98316,10819,'_line_total','295.68'),(98317,10819,'_line_tax','0'),(98318,10819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98319,10820,'_product_id','44'),(98320,10820,'_variation_id','0'),(98321,10820,'_qty','2'),(98322,10820,'_tax_class',''),(98323,10820,'_line_subtotal','232.32'),(98324,10820,'_line_subtotal_tax','0'),(98325,10820,'_line_total','232.32'),(98326,10820,'_line_tax','0'),(98327,10820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98328,10821,'_product_id','49'),(98329,10821,'_variation_id','0'),(98330,10821,'_qty','3'),(98331,10821,'_tax_class',''),(98332,10821,'_line_subtotal','237.6'),(98333,10821,'_line_subtotal_tax','0'),(98334,10821,'_line_total','237.6'),(98335,10821,'_line_tax','0'),(98336,10821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98337,10822,'_product_id','43'),(98338,10822,'_variation_id','0'),(98339,10822,'_qty','3'),(98340,10822,'_tax_class',''),(98341,10822,'_line_subtotal','237.6'),(98342,10822,'_line_subtotal_tax','0'),(98343,10822,'_line_total','237.6'),(98344,10822,'_line_tax','0'),(98345,10822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98346,10823,'_product_id','40'),(98347,10823,'_variation_id','0'),(98348,10823,'_qty','2'),(98349,10823,'_tax_class',''),(98350,10823,'_line_subtotal','158.4'),(98351,10823,'_line_subtotal_tax','0'),(98352,10823,'_line_total','158.4'),(98353,10823,'_line_tax','0'),(98354,10823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98355,10824,'_product_id','39'),(98356,10824,'_variation_id','0'),(98357,10824,'_qty','2'),(98358,10824,'_tax_class',''),(98359,10824,'_line_subtotal','158.4'),(98360,10824,'_line_subtotal_tax','0'),(98361,10824,'_line_total','158.4'),(98362,10824,'_line_tax','0'),(98363,10824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98364,10825,'_product_id','120'),(98365,10825,'_variation_id','0'),(98366,10825,'_qty','1'),(98367,10825,'_tax_class',''),(98368,10825,'_line_subtotal','52.8'),(98369,10825,'_line_subtotal_tax','0'),(98370,10825,'_line_total','52.8'),(98371,10825,'_line_tax','0'),(98372,10825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98373,10826,'_product_id','488'),(98374,10826,'_variation_id','0'),(98375,10826,'_qty','6'),(98376,10826,'_tax_class',''),(98377,10826,'_line_subtotal','188.1'),(98378,10826,'_line_subtotal_tax','0'),(98379,10826,'_line_total','188.1'),(98380,10826,'_line_tax','0'),(98381,10826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98382,10827,'_product_id','487'),(98383,10827,'_variation_id','0'),(98384,10827,'_qty','6'),(98385,10827,'_tax_class',''),(98386,10827,'_line_subtotal','188.1'),(98387,10827,'_line_subtotal_tax','0'),(98388,10827,'_line_total','188.1'),(98389,10827,'_line_tax','0'),(98390,10827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98391,10828,'_product_id','45'),(98392,10828,'_variation_id','0'),(98393,10828,'_qty','3'),(98394,10828,'_tax_class',''),(98395,10828,'_line_subtotal','126.72'),(98396,10828,'_line_subtotal_tax','0'),(98397,10828,'_line_total','126.72'),(98398,10828,'_line_tax','0'),(98399,10828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98400,10829,'method_id','free_shipping'),(98401,10829,'instance_id','2'),(98402,10829,'cost','0.00'),(98403,10829,'total_tax','0'),(98404,10829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98405,10829,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 8, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 2, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 6, Bulk Mousse 1 Gallon RM &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(98406,10810,'thwma_order_shipping_status','wc-pending'),(98407,10811,'thwma_order_shipping_status','wc-pending'),(98408,10830,'_product_id','2110'),(98409,10830,'_variation_id','0'),(98410,10830,'_qty','3'),(98411,10830,'_tax_class',''),(98412,10830,'_line_subtotal','214.2'),(98413,10830,'_line_subtotal_tax','0'),(98414,10830,'_line_total','214.2'),(98415,10830,'_line_tax','0'),(98416,10830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98417,10831,'_product_id','2113'),(98418,10831,'_variation_id','0'),(98419,10831,'_qty','1'),(98420,10831,'_tax_class',''),(98421,10831,'_line_subtotal','172'),(98422,10831,'_line_subtotal_tax','0'),(98423,10831,'_line_total','172'),(98424,10831,'_line_tax','0'),(98425,10831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98426,10832,'_product_id','42'),(98427,10832,'_variation_id','0'),(98428,10832,'_qty','1'),(98429,10832,'_tax_class',''),(98430,10832,'_line_subtotal','79.2'),(98431,10832,'_line_subtotal_tax','0'),(98432,10832,'_line_total','79.2'),(98433,10832,'_line_tax','0'),(98434,10832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98435,10833,'_product_id','41'),(98436,10833,'_variation_id','0'),(98437,10833,'_qty','3'),(98438,10833,'_tax_class',''),(98439,10833,'_line_subtotal','199.44'),(98440,10833,'_line_subtotal_tax','0'),(98441,10833,'_line_total','199.44'),(98442,10833,'_line_tax','0'),(98443,10833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98444,10834,'_product_id','45'),(98445,10834,'_variation_id','0'),(98446,10834,'_qty','1'),(98447,10834,'_tax_class',''),(98448,10834,'_line_subtotal','42.24'),(98449,10834,'_line_subtotal_tax','0'),(98450,10834,'_line_total','42.24'),(98451,10834,'_line_tax','0'),(98452,10834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98453,10835,'_product_id','51'),(98454,10835,'_variation_id','0'),(98455,10835,'_qty','2'),(98456,10835,'_tax_class',''),(98457,10835,'_line_subtotal','295.68'),(98458,10835,'_line_subtotal_tax','0'),(98459,10835,'_line_total','295.68'),(98460,10835,'_line_tax','0'),(98461,10835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98462,10836,'_product_id','118'),(98463,10836,'_variation_id','0'),(98464,10836,'_qty','1'),(98465,10836,'_tax_class',''),(98466,10836,'_line_subtotal','184.8'),(98467,10836,'_line_subtotal_tax','0'),(98468,10836,'_line_total','184.8'),(98469,10836,'_line_tax','0'),(98470,10836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98471,10837,'_product_id','120'),(98472,10837,'_variation_id','0'),(98473,10837,'_qty','1'),(98474,10837,'_tax_class',''),(98475,10837,'_line_subtotal','52.8'),(98476,10837,'_line_subtotal_tax','0'),(98477,10837,'_line_total','52.8'),(98478,10837,'_line_tax','0'),(98479,10837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98480,10838,'_product_id','43'),(98481,10838,'_variation_id','0'),(98482,10838,'_qty','2'),(98483,10838,'_tax_class',''),(98484,10838,'_line_subtotal','158.4'),(98485,10838,'_line_subtotal_tax','0'),(98486,10838,'_line_total','158.4'),(98487,10838,'_line_tax','0'),(98488,10838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98489,10839,'_product_id','49'),(98490,10839,'_variation_id','0'),(98491,10839,'_qty','2'),(98492,10839,'_tax_class',''),(98493,10839,'_line_subtotal','158.4'),(98494,10839,'_line_subtotal_tax','0'),(98495,10839,'_line_total','158.4'),(98496,10839,'_line_tax','0'),(98497,10839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98498,10840,'_product_id','490'),(98499,10840,'_variation_id','0'),(98500,10840,'_qty','15'),(98501,10840,'_tax_class',''),(98502,10840,'_line_subtotal','294'),(98503,10840,'_line_subtotal_tax','0'),(98504,10840,'_line_total','294'),(98505,10840,'_line_tax','0'),(98506,10840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98507,10841,'_product_id','487'),(98508,10841,'_variation_id','0'),(98509,10841,'_qty','2'),(98510,10841,'_tax_class',''),(98511,10841,'_line_subtotal','62.7'),(98512,10841,'_line_subtotal_tax','0'),(98513,10841,'_line_total','62.7'),(98514,10841,'_line_tax','0'),(98515,10841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98516,10842,'method_id','free_shipping'),(98517,10842,'instance_id','2'),(98518,10842,'cost','0.00'),(98519,10842,'total_tax','0'),(98520,10842,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98521,10842,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 15, Bulk Mousse 1 Gallon RM &times; 2'),(98522,10843,'_product_id','2110'),(98523,10843,'_variation_id','0'),(98524,10843,'_qty','2'),(98525,10843,'_tax_class',''),(98526,10843,'_line_subtotal','142.8'),(98527,10843,'_line_subtotal_tax','0'),(98528,10843,'_line_total','142.8'),(98529,10843,'_line_tax','0'),(98530,10843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98531,10844,'_product_id','2113'),(98532,10844,'_variation_id','0'),(98533,10844,'_qty','1'),(98534,10844,'_tax_class',''),(98535,10844,'_line_subtotal','172'),(98536,10844,'_line_subtotal_tax','0'),(98537,10844,'_line_total','172'),(98538,10844,'_line_tax','0'),(98539,10844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98540,10845,'_product_id','41'),(98541,10845,'_variation_id','0'),(98542,10845,'_qty','2'),(98543,10845,'_tax_class',''),(98544,10845,'_line_subtotal','132.96'),(98545,10845,'_line_subtotal_tax','0'),(98546,10845,'_line_total','132.96'),(98547,10845,'_line_tax','0'),(98548,10845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98549,10846,'_product_id','45'),(98550,10846,'_variation_id','0'),(98551,10846,'_qty','1'),(98552,10846,'_tax_class',''),(98553,10846,'_line_subtotal','42.24'),(98554,10846,'_line_subtotal_tax','0'),(98555,10846,'_line_total','42.24'),(98556,10846,'_line_tax','0'),(98557,10846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98558,10847,'_product_id','51'),(98559,10847,'_variation_id','0'),(98560,10847,'_qty','2'),(98561,10847,'_tax_class',''),(98562,10847,'_line_subtotal','295.68'),(98563,10847,'_line_subtotal_tax','0'),(98564,10847,'_line_total','295.68'),(98565,10847,'_line_tax','0'),(98566,10847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98567,10848,'_product_id','118'),(98568,10848,'_variation_id','0'),(98569,10848,'_qty','1'),(98570,10848,'_tax_class',''),(98571,10848,'_line_subtotal','184.8'),(98572,10848,'_line_subtotal_tax','0'),(98573,10848,'_line_total','184.8'),(98574,10848,'_line_tax','0'),(98575,10848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98576,10849,'_product_id','120'),(98577,10849,'_variation_id','0'),(98578,10849,'_qty','1'),(98579,10849,'_tax_class',''),(98580,10849,'_line_subtotal','52.8'),(98581,10849,'_line_subtotal_tax','0'),(98582,10849,'_line_total','52.8'),(98583,10849,'_line_tax','0'),(98584,10849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98585,10850,'_product_id','43'),(98586,10850,'_variation_id','0'),(98587,10850,'_qty','1'),(98588,10850,'_tax_class',''),(98589,10850,'_line_subtotal','79.2'),(98590,10850,'_line_subtotal_tax','0'),(98591,10850,'_line_total','79.2'),(98592,10850,'_line_tax','0'),(98593,10850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98594,10851,'_product_id','49'),(98595,10851,'_variation_id','0'),(98596,10851,'_qty','1'),(98597,10851,'_tax_class',''),(98598,10851,'_line_subtotal','79.2'),(98599,10851,'_line_subtotal_tax','0'),(98600,10851,'_line_total','79.2'),(98601,10851,'_line_tax','0'),(98602,10851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98603,10852,'_product_id','490'),(98604,10852,'_variation_id','0'),(98605,10852,'_qty','10'),(98606,10852,'_tax_class',''),(98607,10852,'_line_subtotal','196'),(98608,10852,'_line_subtotal_tax','0'),(98609,10852,'_line_total','196'),(98610,10852,'_line_tax','0'),(98611,10852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98612,10853,'_product_id','487'),(98613,10853,'_variation_id','0'),(98614,10853,'_qty','2'),(98615,10853,'_tax_class',''),(98616,10853,'_line_subtotal','62.7'),(98617,10853,'_line_subtotal_tax','0'),(98618,10853,'_line_total','62.7'),(98619,10853,'_line_tax','0'),(98620,10853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98621,10854,'method_id','free_shipping'),(98622,10854,'instance_id','2'),(98623,10854,'cost','0.00'),(98624,10854,'total_tax','0'),(98625,10854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98626,10854,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(98627,10855,'_product_id','23'),(98628,10855,'_variation_id','0'),(98629,10855,'_qty','3'),(98630,10855,'_tax_class',''),(98631,10855,'_line_subtotal','205.62'),(98632,10855,'_line_subtotal_tax','0'),(98633,10855,'_line_total','205.62'),(98634,10855,'_line_tax','0'),(98635,10855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98636,10856,'_product_id','44'),(98637,10856,'_variation_id','0'),(98638,10856,'_qty','3'),(98639,10856,'_tax_class',''),(98640,10856,'_line_subtotal','348.48'),(98641,10856,'_line_subtotal_tax','0'),(98642,10856,'_line_total','348.48'),(98643,10856,'_line_tax','0'),(98644,10856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98645,10857,'method_id','free_shipping'),(98646,10857,'instance_id','2'),(98647,10857,'cost','0.00'),(98648,10857,'total_tax','0'),(98649,10857,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98650,10857,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 3'),(98651,10858,'_product_id','490'),(98652,10858,'_variation_id','0'),(98653,10858,'_qty','8'),(98654,10858,'_tax_class',''),(98655,10858,'_line_subtotal','156.8'),(98656,10858,'_line_subtotal_tax','0'),(98657,10858,'_line_total','156.8'),(98658,10858,'_line_tax','0'),(98659,10858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98660,10859,'method_id','fedex'),(98661,10859,'instance_id','1'),(98662,10859,'cost','17.50'),(98663,10859,'total_tax','0'),(98664,10859,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98665,10859,'Package 1','17 × 14 × 10 (in) 18.2lbs × 1'),(98666,10855,'thwma_order_shipping_status','wc-pending'),(98667,10856,'thwma_order_shipping_status','wc-pending'),(98668,10843,'thwma_order_shipping_status','wc-pending'),(98669,10844,'thwma_order_shipping_status','wc-pending'),(98670,10845,'thwma_order_shipping_status','wc-pending'),(98671,10846,'thwma_order_shipping_status','wc-pending'),(98672,10847,'thwma_order_shipping_status','wc-pending'),(98673,10848,'thwma_order_shipping_status','wc-pending'),(98674,10849,'thwma_order_shipping_status','wc-pending'),(98675,10850,'thwma_order_shipping_status','wc-pending'),(98676,10851,'thwma_order_shipping_status','wc-pending'),(98677,10852,'thwma_order_shipping_status','wc-pending'),(98678,10853,'thwma_order_shipping_status','wc-pending'),(98679,10830,'thwma_order_shipping_status','wc-pending'),(98680,10831,'thwma_order_shipping_status','wc-pending'),(98681,10832,'thwma_order_shipping_status','wc-pending'),(98682,10833,'thwma_order_shipping_status','wc-pending'),(98683,10834,'thwma_order_shipping_status','wc-pending'),(98684,10835,'thwma_order_shipping_status','wc-pending'),(98685,10836,'thwma_order_shipping_status','wc-pending'),(98686,10837,'thwma_order_shipping_status','wc-pending'),(98687,10838,'thwma_order_shipping_status','wc-pending'),(98688,10839,'thwma_order_shipping_status','wc-pending'),(98689,10840,'thwma_order_shipping_status','wc-pending'),(98690,10841,'thwma_order_shipping_status','wc-pending'),(98691,10813,'thwma_order_shipping_status','wc-pending'),(98692,10814,'thwma_order_shipping_status','wc-pending'),(98693,10815,'thwma_order_shipping_status','wc-pending'),(98694,10816,'thwma_order_shipping_status','wc-pending'),(98695,10817,'thwma_order_shipping_status','wc-pending'),(98696,10818,'thwma_order_shipping_status','wc-pending'),(98697,10819,'thwma_order_shipping_status','wc-pending'),(98698,10820,'thwma_order_shipping_status','wc-pending'),(98699,10821,'thwma_order_shipping_status','wc-pending'),(98700,10822,'thwma_order_shipping_status','wc-pending'),(98701,10823,'thwma_order_shipping_status','wc-pending'),(98702,10824,'thwma_order_shipping_status','wc-pending'),(98703,10825,'thwma_order_shipping_status','wc-pending'),(98704,10826,'thwma_order_shipping_status','wc-pending'),(98705,10827,'thwma_order_shipping_status','wc-pending'),(98706,10828,'thwma_order_shipping_status','wc-pending'),(98707,10860,'_product_id','45'),(98708,10860,'_variation_id','0'),(98709,10860,'_qty','3'),(98710,10860,'_tax_class',''),(98711,10860,'_line_subtotal','126.72'),(98712,10860,'_line_subtotal_tax','0'),(98713,10860,'_line_total','126.72'),(98714,10860,'_line_tax','0'),(98715,10860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98716,10861,'method_id','fedex'),(98717,10861,'instance_id','1'),(98718,10861,'cost','21.78'),(98719,10861,'total_tax','0'),(98720,10861,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98721,10861,'Package 1','17 × 14 × 10 (in) 23.5lbs × 1'),(98722,10862,'_product_id','45'),(98723,10862,'_variation_id','0'),(98724,10862,'_qty','4'),(98725,10862,'_tax_class',''),(98726,10862,'_line_subtotal','168.96'),(98727,10862,'_line_subtotal_tax','0'),(98728,10862,'_line_total','168.96'),(98729,10862,'_line_tax','0'),(98730,10862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98731,10863,'_product_id','42'),(98732,10863,'_variation_id','0'),(98733,10863,'_qty','2'),(98734,10863,'_tax_class',''),(98735,10863,'_line_subtotal','158.4'),(98736,10863,'_line_subtotal_tax','0'),(98737,10863,'_line_total','158.4'),(98738,10863,'_line_tax','0'),(98739,10863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98740,10864,'_product_id','43'),(98741,10864,'_variation_id','0'),(98742,10864,'_qty','2'),(98743,10864,'_tax_class',''),(98744,10864,'_line_subtotal','158.4'),(98745,10864,'_line_subtotal_tax','0'),(98746,10864,'_line_total','158.4'),(98747,10864,'_line_tax','0'),(98748,10864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98749,10865,'_product_id','49'),(98750,10865,'_variation_id','0'),(98751,10865,'_qty','1'),(98752,10865,'_tax_class',''),(98753,10865,'_line_subtotal','79.2'),(98754,10865,'_line_subtotal_tax','0'),(98755,10865,'_line_total','79.2'),(98756,10865,'_line_tax','0'),(98757,10865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98758,10866,'_product_id','49'),(98759,10866,'_variation_id','0'),(98760,10866,'_qty','2'),(98761,10866,'_tax_class',''),(98762,10866,'_line_subtotal','158.4'),(98763,10866,'_line_subtotal_tax','0'),(98764,10866,'_line_total','158.4'),(98765,10866,'_line_tax','0'),(98766,10866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98767,10867,'_product_id','490'),(98768,10867,'_variation_id','0'),(98769,10867,'_qty','20'),(98770,10867,'_tax_class',''),(98771,10867,'_line_subtotal','392'),(98772,10867,'_line_subtotal_tax','0'),(98773,10867,'_line_total','392'),(98774,10867,'_line_tax','0'),(98775,10867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98776,10868,'_product_id','488'),(98777,10868,'_variation_id','0'),(98778,10868,'_qty','2'),(98779,10868,'_tax_class',''),(98780,10868,'_line_subtotal','62.7'),(98781,10868,'_line_subtotal_tax','0'),(98782,10868,'_line_total','62.7'),(98783,10868,'_line_tax','0'),(98784,10868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98785,10869,'_product_id','487'),(98786,10869,'_variation_id','0'),(98787,10869,'_qty','2'),(98788,10869,'_tax_class',''),(98789,10869,'_line_subtotal','62.7'),(98790,10869,'_line_subtotal_tax','0'),(98791,10869,'_line_total','62.7'),(98792,10869,'_line_tax','0'),(98793,10869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98794,10870,'method_id','free_shipping'),(98795,10870,'instance_id','2'),(98796,10870,'cost','0.00'),(98797,10870,'total_tax','0'),(98798,10870,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98799,10870,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 20, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(98800,10871,'_product_id','49'),(98801,10871,'_variation_id','0'),(98802,10871,'_qty','5'),(98803,10871,'_tax_class',''),(98804,10871,'_line_subtotal','396'),(98805,10871,'_line_subtotal_tax','0'),(98806,10871,'_line_total','396'),(98807,10871,'_line_tax','0'),(98808,10871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98809,10872,'_product_id','42'),(98810,10872,'_variation_id','0'),(98811,10872,'_qty','1'),(98812,10872,'_tax_class',''),(98813,10872,'_line_subtotal','79.2'),(98814,10872,'_line_subtotal_tax','0'),(98815,10872,'_line_total','79.2'),(98816,10872,'_line_tax','0'),(98817,10872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98818,10873,'_product_id','490'),(98819,10873,'_variation_id','0'),(98820,10873,'_qty','2'),(98821,10873,'_tax_class',''),(98822,10873,'_line_subtotal','39.2'),(98823,10873,'_line_subtotal_tax','0'),(98824,10873,'_line_total','39.2'),(98825,10873,'_line_tax','0'),(98826,10873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98827,10874,'method_id','free_shipping'),(98828,10874,'instance_id','2'),(98829,10874,'cost','0.00'),(98830,10874,'total_tax','0'),(98831,10874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98832,10874,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 5, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(98833,10875,'_product_id','45'),(98834,10875,'_variation_id','0'),(98835,10875,'_qty','2'),(98836,10875,'_tax_class',''),(98837,10875,'_line_subtotal','84.48'),(98838,10875,'_line_subtotal_tax','0'),(98839,10875,'_line_total','84.48'),(98840,10875,'_line_tax','0'),(98841,10875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98842,10876,'_product_id','41'),(98843,10876,'_variation_id','0'),(98844,10876,'_qty','1'),(98845,10876,'_tax_class',''),(98846,10876,'_line_subtotal','66.48'),(98847,10876,'_line_subtotal_tax','0'),(98848,10876,'_line_total','66.48'),(98849,10876,'_line_tax','0'),(98850,10876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98851,10877,'_product_id','51'),(98852,10877,'_variation_id','0'),(98853,10877,'_qty','1'),(98854,10877,'_tax_class',''),(98855,10877,'_line_subtotal','147.84'),(98856,10877,'_line_subtotal_tax','0'),(98857,10877,'_line_total','147.84'),(98858,10877,'_line_tax','0'),(98859,10877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98860,10878,'_product_id','44'),(98861,10878,'_variation_id','0'),(98862,10878,'_qty','1'),(98863,10878,'_tax_class',''),(98864,10878,'_line_subtotal','116.16'),(98865,10878,'_line_subtotal_tax','0'),(98866,10878,'_line_total','116.16'),(98867,10878,'_line_tax','0'),(98868,10878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98869,10879,'_product_id','49'),(98870,10879,'_variation_id','0'),(98871,10879,'_qty','1'),(98872,10879,'_tax_class',''),(98873,10879,'_line_subtotal','79.2'),(98874,10879,'_line_subtotal_tax','0'),(98875,10879,'_line_total','79.2'),(98876,10879,'_line_tax','0'),(98877,10879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98878,10880,'_product_id','490'),(98879,10880,'_variation_id','0'),(98880,10880,'_qty','3'),(98881,10880,'_tax_class',''),(98882,10880,'_line_subtotal','58.8'),(98883,10880,'_line_subtotal_tax','0'),(98884,10880,'_line_total','58.8'),(98885,10880,'_line_tax','0'),(98886,10880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98887,10881,'method_id','free_shipping'),(98888,10881,'instance_id','2'),(98889,10881,'cost','0.00'),(98890,10881,'total_tax','0'),(98891,10881,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98892,10881,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 3'),(98893,10862,'thwma_order_shipping_status','wc-pending'),(98894,10863,'thwma_order_shipping_status','wc-pending'),(98895,10864,'thwma_order_shipping_status','wc-pending'),(98896,10865,'thwma_order_shipping_status','wc-pending'),(98897,10866,'thwma_order_shipping_status','wc-pending'),(98898,10867,'thwma_order_shipping_status','wc-pending'),(98899,10868,'thwma_order_shipping_status','wc-pending'),(98900,10869,'thwma_order_shipping_status','wc-pending'),(98901,10871,'thwma_order_shipping_status','wc-pending'),(98902,10872,'thwma_order_shipping_status','wc-pending'),(98903,10873,'thwma_order_shipping_status','wc-pending'),(98904,10882,'_product_id','2110'),(98905,10882,'_variation_id','0'),(98906,10882,'_qty','1'),(98907,10882,'_tax_class',''),(98908,10882,'_line_subtotal','71.4'),(98909,10882,'_line_subtotal_tax','0'),(98910,10882,'_line_total','71.4'),(98911,10882,'_line_tax','0'),(98912,10882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98913,10883,'_product_id','116'),(98914,10883,'_variation_id','0'),(98915,10883,'_qty','1'),(98916,10883,'_tax_class',''),(98917,10883,'_line_subtotal','145.44'),(98918,10883,'_line_subtotal_tax','0'),(98919,10883,'_line_total','145.44'),(98920,10883,'_line_tax','0'),(98921,10883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98922,10884,'_product_id','41'),(98923,10884,'_variation_id','0'),(98924,10884,'_qty','1'),(98925,10884,'_tax_class',''),(98926,10884,'_line_subtotal','66.48'),(98927,10884,'_line_subtotal_tax','0'),(98928,10884,'_line_total','66.48'),(98929,10884,'_line_tax','0'),(98930,10884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98931,10885,'_product_id','118'),(98932,10885,'_variation_id','0'),(98933,10885,'_qty','1'),(98934,10885,'_tax_class',''),(98935,10885,'_line_subtotal','184.8'),(98936,10885,'_line_subtotal_tax','0'),(98937,10885,'_line_total','184.8'),(98938,10885,'_line_tax','0'),(98939,10885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98940,10886,'_product_id','43'),(98941,10886,'_variation_id','0'),(98942,10886,'_qty','1'),(98943,10886,'_tax_class',''),(98944,10886,'_line_subtotal','79.2'),(98945,10886,'_line_subtotal_tax','0'),(98946,10886,'_line_total','79.2'),(98947,10886,'_line_tax','0'),(98948,10886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98949,10887,'_product_id','44'),(98950,10887,'_variation_id','0'),(98951,10887,'_qty','1'),(98952,10887,'_tax_class',''),(98953,10887,'_line_subtotal','116.16'),(98954,10887,'_line_subtotal_tax','0'),(98955,10887,'_line_total','116.16'),(98956,10887,'_line_tax','0'),(98957,10887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98958,10888,'_product_id','490'),(98959,10888,'_variation_id','0'),(98960,10888,'_qty','5'),(98961,10888,'_tax_class',''),(98962,10888,'_line_subtotal','98'),(98963,10888,'_line_subtotal_tax','0'),(98964,10888,'_line_total','98'),(98965,10888,'_line_tax','0'),(98966,10888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98967,10889,'method_id','free_shipping'),(98968,10889,'instance_id','2'),(98969,10889,'cost','0.00'),(98970,10889,'total_tax','0'),(98971,10889,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(98972,10889,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(98973,10890,'_product_id','23'),(98974,10890,'_variation_id','0'),(98975,10890,'_qty','2'),(98976,10890,'_tax_class',''),(98977,10890,'_line_subtotal','137.08'),(98978,10890,'_line_subtotal_tax','0'),(98979,10890,'_line_total','137.08'),(98980,10890,'_line_tax','0'),(98981,10890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98982,10891,'_product_id','38'),(98983,10891,'_variation_id','0'),(98984,10891,'_qty','1'),(98985,10891,'_tax_class',''),(98986,10891,'_line_subtotal','165.76'),(98987,10891,'_line_subtotal_tax','0'),(98988,10891,'_line_total','165.76'),(98989,10891,'_line_tax','0'),(98990,10891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(98991,10892,'_product_id','2110'),(98992,10892,'_variation_id','0'),(98993,10892,'_qty','1'),(98994,10892,'_tax_class',''),(98995,10892,'_line_subtotal','71.4'),(98996,10892,'_line_subtotal_tax','0'),(98997,10892,'_line_total','71.4'),(98998,10892,'_line_tax','0'),(98999,10892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99000,10893,'_product_id','2113'),(99001,10893,'_variation_id','0'),(99002,10893,'_qty','1'),(99003,10893,'_tax_class',''),(99004,10893,'_line_subtotal','172'),(99005,10893,'_line_subtotal_tax','0'),(99006,10893,'_line_total','172'),(99007,10893,'_line_tax','0'),(99008,10893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99009,10894,'_product_id','41'),(99010,10894,'_variation_id','0'),(99011,10894,'_qty','1'),(99012,10894,'_tax_class',''),(99013,10894,'_line_subtotal','66.48'),(99014,10894,'_line_subtotal_tax','0'),(99015,10894,'_line_total','66.48'),(99016,10894,'_line_tax','0'),(99017,10894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99018,10895,'_product_id','490'),(99019,10895,'_variation_id','0'),(99020,10895,'_qty','4'),(99021,10895,'_tax_class',''),(99022,10895,'_line_subtotal','78.4'),(99023,10895,'_line_subtotal_tax','0'),(99024,10895,'_line_total','78.4'),(99025,10895,'_line_tax','0'),(99026,10895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99027,10896,'method_id','free_shipping'),(99028,10896,'instance_id','2'),(99029,10896,'cost','0.00'),(99030,10896,'total_tax','0'),(99031,10896,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99032,10896,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(99033,10897,'_product_id','2110'),(99034,10897,'_variation_id','0'),(99035,10897,'_qty','2'),(99036,10897,'_tax_class',''),(99037,10897,'_line_subtotal','142.8'),(99038,10897,'_line_subtotal_tax','0'),(99039,10897,'_line_total','142.8'),(99040,10897,'_line_tax','0'),(99041,10897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99042,10898,'_product_id','39'),(99043,10898,'_variation_id','0'),(99044,10898,'_qty','2'),(99045,10898,'_tax_class',''),(99046,10898,'_line_subtotal','158.4'),(99047,10898,'_line_subtotal_tax','0'),(99048,10898,'_line_total','158.4'),(99049,10898,'_line_tax','0'),(99050,10898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99051,10899,'_product_id','40'),(99052,10899,'_variation_id','0'),(99053,10899,'_qty','1'),(99054,10899,'_tax_class',''),(99055,10899,'_line_subtotal','79.2'),(99056,10899,'_line_subtotal_tax','0'),(99057,10899,'_line_total','79.2'),(99058,10899,'_line_tax','0'),(99059,10899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99060,10900,'_product_id','43'),(99061,10900,'_variation_id','0'),(99062,10900,'_qty','2'),(99063,10900,'_tax_class',''),(99064,10900,'_line_subtotal','158.4'),(99065,10900,'_line_subtotal_tax','0'),(99066,10900,'_line_total','158.4'),(99067,10900,'_line_tax','0'),(99068,10900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99069,10901,'_product_id','2113'),(99070,10901,'_variation_id','0'),(99071,10901,'_qty','1'),(99072,10901,'_tax_class',''),(99073,10901,'_line_subtotal','172'),(99074,10901,'_line_subtotal_tax','0'),(99075,10901,'_line_total','172'),(99076,10901,'_line_tax','0'),(99077,10901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99078,10902,'_product_id','45'),(99079,10902,'_variation_id','0'),(99080,10902,'_qty','1'),(99081,10902,'_tax_class',''),(99082,10902,'_line_subtotal','42.24'),(99083,10902,'_line_subtotal_tax','0'),(99084,10902,'_line_total','42.24'),(99085,10902,'_line_tax','0'),(99086,10902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99087,10903,'_product_id','45'),(99088,10903,'_variation_id','0'),(99089,10903,'_qty','1'),(99090,10903,'_tax_class',''),(99091,10903,'_line_subtotal','42.24'),(99092,10903,'_line_subtotal_tax','0'),(99093,10903,'_line_total','42.24'),(99094,10903,'_line_tax','0'),(99095,10903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99096,10904,'method_id','free_shipping'),(99097,10904,'instance_id','2'),(99098,10904,'cost','0.00'),(99099,10904,'total_tax','0'),(99100,10904,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99101,10904,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(99102,10890,'thwma_order_shipping_status','wc-pending'),(99103,10891,'thwma_order_shipping_status','wc-pending'),(99104,10892,'thwma_order_shipping_status','wc-pending'),(99105,10893,'thwma_order_shipping_status','wc-pending'),(99106,10894,'thwma_order_shipping_status','wc-pending'),(99107,10895,'thwma_order_shipping_status','wc-pending'),(99115,10882,'thwma_order_shipping_status','wc-pending'),(99116,10883,'thwma_order_shipping_status','wc-pending'),(99117,10884,'thwma_order_shipping_status','wc-pending'),(99118,10885,'thwma_order_shipping_status','wc-pending'),(99119,10886,'thwma_order_shipping_status','wc-pending'),(99120,10887,'thwma_order_shipping_status','wc-pending'),(99121,10888,'thwma_order_shipping_status','wc-pending'),(99122,10875,'thwma_order_shipping_status','wc-pending'),(99123,10876,'thwma_order_shipping_status','wc-pending'),(99124,10877,'thwma_order_shipping_status','wc-pending'),(99125,10878,'thwma_order_shipping_status','wc-pending'),(99126,10879,'thwma_order_shipping_status','wc-pending'),(99127,10880,'thwma_order_shipping_status','wc-pending'),(99215,10915,'_product_id','23'),(99216,10915,'_variation_id','0'),(99217,10915,'_qty','4'),(99218,10915,'_tax_class',''),(99219,10915,'_line_subtotal','274.16'),(99220,10915,'_line_subtotal_tax','0'),(99221,10915,'_line_total','274.16'),(99222,10915,'_line_tax','0'),(99223,10915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99224,10916,'_product_id','38'),(99225,10916,'_variation_id','0'),(99226,10916,'_qty','3'),(99227,10916,'_tax_class',''),(99228,10916,'_line_subtotal','497.28'),(99229,10916,'_line_subtotal_tax','0'),(99230,10916,'_line_total','497.28'),(99231,10916,'_line_tax','0'),(99232,10916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99233,10917,'_product_id','42'),(99234,10917,'_variation_id','0'),(99235,10917,'_qty','2'),(99236,10917,'_tax_class',''),(99237,10917,'_line_subtotal','158.4'),(99238,10917,'_line_subtotal_tax','0'),(99239,10917,'_line_total','158.4'),(99240,10917,'_line_tax','0'),(99241,10917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99242,10918,'_product_id','41'),(99243,10918,'_variation_id','0'),(99244,10918,'_qty','4'),(99245,10918,'_tax_class',''),(99246,10918,'_line_subtotal','265.92'),(99247,10918,'_line_subtotal_tax','0'),(99248,10918,'_line_total','265.92'),(99249,10918,'_line_tax','0'),(99250,10918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99251,10919,'_product_id','45'),(99252,10919,'_variation_id','0'),(99253,10919,'_qty','3'),(99254,10919,'_tax_class',''),(99255,10919,'_line_subtotal','126.72'),(99256,10919,'_line_subtotal_tax','0'),(99257,10919,'_line_total','126.72'),(99258,10919,'_line_tax','0'),(99259,10919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99260,10920,'_product_id','39'),(99261,10920,'_variation_id','0'),(99262,10920,'_qty','1'),(99263,10920,'_tax_class',''),(99264,10920,'_line_subtotal','79.2'),(99265,10920,'_line_subtotal_tax','0'),(99266,10920,'_line_total','79.2'),(99267,10920,'_line_tax','0'),(99268,10920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99269,10921,'_product_id','40'),(99270,10921,'_variation_id','0'),(99271,10921,'_qty','1'),(99272,10921,'_tax_class',''),(99273,10921,'_line_subtotal','79.2'),(99274,10921,'_line_subtotal_tax','0'),(99275,10921,'_line_total','79.2'),(99276,10921,'_line_tax','0'),(99277,10921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99278,10922,'_product_id','120'),(99279,10922,'_variation_id','0'),(99280,10922,'_qty','1'),(99281,10922,'_tax_class',''),(99282,10922,'_line_subtotal','52.8'),(99283,10922,'_line_subtotal_tax','0'),(99284,10922,'_line_total','52.8'),(99285,10922,'_line_tax','0'),(99286,10922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99287,10923,'_product_id','43'),(99288,10923,'_variation_id','0'),(99289,10923,'_qty','2'),(99290,10923,'_tax_class',''),(99291,10923,'_line_subtotal','158.4'),(99292,10923,'_line_subtotal_tax','0'),(99293,10923,'_line_total','158.4'),(99294,10923,'_line_tax','0'),(99295,10923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99296,10924,'method_id','free_shipping'),(99297,10924,'instance_id','2'),(99298,10924,'cost','0.00'),(99299,10924,'total_tax','0'),(99300,10924,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99301,10924,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Active Rinse 16oz 50/50(Case of 16) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(99302,10925,'_product_id','45'),(99303,10925,'_variation_id','0'),(99304,10925,'_qty','1'),(99305,10925,'_tax_class',''),(99306,10925,'_line_subtotal','42.24'),(99307,10925,'_line_subtotal_tax','0'),(99308,10925,'_line_total','42.24'),(99309,10925,'_line_tax','0'),(99310,10925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99311,10926,'_product_id','49'),(99312,10926,'_variation_id','0'),(99313,10926,'_qty','3'),(99314,10926,'_tax_class',''),(99315,10926,'_line_subtotal','237.6'),(99316,10926,'_line_subtotal_tax','0'),(99317,10926,'_line_total','237.6'),(99318,10926,'_line_tax','0'),(99319,10926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99320,10927,'method_id','fedex'),(99321,10927,'instance_id','1'),(99322,10927,'cost','30.93'),(99323,10927,'total_tax','0'),(99324,10927,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99325,10927,'Package 1','17 × 14 × 10 (in) 31.9lbs × 1'),(99333,10897,'thwma_order_shipping_status','wc-pending'),(99334,10898,'thwma_order_shipping_status','wc-pending'),(99335,10899,'thwma_order_shipping_status','wc-pending'),(99336,10900,'thwma_order_shipping_status','wc-pending'),(99337,10901,'thwma_order_shipping_status','wc-pending'),(99338,10902,'thwma_order_shipping_status','wc-pending'),(99339,10903,'thwma_order_shipping_status','wc-pending'),(99340,10915,'thwma_order_shipping_status','wc-pending'),(99341,10916,'thwma_order_shipping_status','wc-pending'),(99342,10917,'thwma_order_shipping_status','wc-pending'),(99343,10918,'thwma_order_shipping_status','wc-pending'),(99344,10919,'thwma_order_shipping_status','wc-pending'),(99345,10920,'thwma_order_shipping_status','wc-pending'),(99346,10921,'thwma_order_shipping_status','wc-pending'),(99347,10922,'thwma_order_shipping_status','wc-pending'),(99348,10923,'thwma_order_shipping_status','wc-pending'),(99349,10925,'thwma_order_shipping_status','wc-pending'),(99350,10926,'thwma_order_shipping_status','wc-pending'),(99420,10936,'_product_id','49'),(99421,10936,'_variation_id','0'),(99422,10936,'_qty','2'),(99423,10936,'_tax_class',''),(99424,10936,'_line_subtotal','158.4'),(99425,10936,'_line_subtotal_tax','0'),(99426,10936,'_line_total','158.4'),(99427,10936,'_line_tax','0'),(99428,10936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99429,10937,'_product_id','2110'),(99430,10937,'_variation_id','0'),(99431,10937,'_qty','2'),(99432,10937,'_tax_class',''),(99433,10937,'_line_subtotal','142.8'),(99434,10937,'_line_subtotal_tax','0'),(99435,10937,'_line_total','142.8'),(99436,10937,'_line_tax','0'),(99437,10937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99438,10938,'_product_id','2113'),(99439,10938,'_variation_id','0'),(99440,10938,'_qty','1'),(99441,10938,'_tax_class',''),(99442,10938,'_line_subtotal','172'),(99443,10938,'_line_subtotal_tax','0'),(99444,10938,'_line_total','172'),(99445,10938,'_line_tax','0'),(99446,10938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99447,10939,'_product_id','41'),(99448,10939,'_variation_id','0'),(99449,10939,'_qty','2'),(99450,10939,'_tax_class',''),(99451,10939,'_line_subtotal','132.96'),(99452,10939,'_line_subtotal_tax','0'),(99453,10939,'_line_total','132.96'),(99454,10939,'_line_tax','0'),(99455,10939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99456,10940,'_product_id','45'),(99457,10940,'_variation_id','0'),(99458,10940,'_qty','2'),(99459,10940,'_tax_class',''),(99460,10940,'_line_subtotal','84.48'),(99461,10940,'_line_subtotal_tax','0'),(99462,10940,'_line_total','84.48'),(99463,10940,'_line_tax','0'),(99464,10940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99465,10941,'_product_id','490'),(99466,10941,'_variation_id','0'),(99467,10941,'_qty','8'),(99468,10941,'_tax_class',''),(99469,10941,'_line_subtotal','156.8'),(99470,10941,'_line_subtotal_tax','0'),(99471,10941,'_line_total','156.8'),(99472,10941,'_line_tax','0'),(99473,10941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99474,10942,'_product_id','488'),(99475,10942,'_variation_id','0'),(99476,10942,'_qty','2'),(99477,10942,'_tax_class',''),(99478,10942,'_line_subtotal','62.7'),(99479,10942,'_line_subtotal_tax','0'),(99480,10942,'_line_total','62.7'),(99481,10942,'_line_tax','0'),(99482,10942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99483,10943,'method_id','free_shipping'),(99484,10943,'instance_id','2'),(99485,10943,'cost','0.00'),(99486,10943,'total_tax','0'),(99487,10943,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99488,10943,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2'),(99489,10944,'_product_id','490'),(99490,10944,'_variation_id','0'),(99491,10944,'_qty','10'),(99492,10944,'_tax_class',''),(99493,10944,'_line_subtotal','196'),(99494,10944,'_line_subtotal_tax','0'),(99495,10944,'_line_total','196'),(99496,10944,'_line_tax','0'),(99497,10944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99498,10945,'_product_id','49'),(99499,10945,'_variation_id','0'),(99500,10945,'_qty','1'),(99501,10945,'_tax_class',''),(99502,10945,'_line_subtotal','79.2'),(99503,10945,'_line_subtotal_tax','0'),(99504,10945,'_line_total','79.2'),(99505,10945,'_line_tax','0'),(99506,10945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99507,10946,'_product_id','43'),(99508,10946,'_variation_id','0'),(99509,10946,'_qty','3'),(99510,10946,'_tax_class',''),(99511,10946,'_line_subtotal','237.6'),(99512,10946,'_line_subtotal_tax','0'),(99513,10946,'_line_total','237.6'),(99514,10946,'_line_tax','0'),(99515,10946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99516,10947,'_product_id','39'),(99517,10947,'_variation_id','0'),(99518,10947,'_qty','1'),(99519,10947,'_tax_class',''),(99520,10947,'_line_subtotal','79.2'),(99521,10947,'_line_subtotal_tax','0'),(99522,10947,'_line_total','79.2'),(99523,10947,'_line_tax','0'),(99524,10947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99525,10948,'_product_id','40'),(99526,10948,'_variation_id','0'),(99527,10948,'_qty','1'),(99528,10948,'_tax_class',''),(99529,10948,'_line_subtotal','79.2'),(99530,10948,'_line_subtotal_tax','0'),(99531,10948,'_line_total','79.2'),(99532,10948,'_line_tax','0'),(99533,10948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99534,10949,'method_id','free_shipping'),(99535,10949,'instance_id','2'),(99536,10949,'cost','0.00'),(99537,10949,'total_tax','0'),(99538,10949,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99539,10949,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(99540,10950,'_product_id','42'),(99541,10950,'_variation_id','0'),(99542,10950,'_qty','1'),(99543,10950,'_tax_class',''),(99544,10950,'_line_subtotal','79.2'),(99545,10950,'_line_subtotal_tax','0'),(99546,10950,'_line_total','79.2'),(99547,10950,'_line_tax','0'),(99548,10950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99549,10951,'_product_id','41'),(99550,10951,'_variation_id','0'),(99551,10951,'_qty','1'),(99552,10951,'_tax_class',''),(99553,10951,'_line_subtotal','66.48'),(99554,10951,'_line_subtotal_tax','0'),(99555,10951,'_line_total','66.48'),(99556,10951,'_line_tax','0'),(99557,10951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99558,10952,'_product_id','23'),(99559,10952,'_variation_id','0'),(99560,10952,'_qty','1'),(99561,10952,'_tax_class',''),(99562,10952,'_line_subtotal','68.54'),(99563,10952,'_line_subtotal_tax','0'),(99564,10952,'_line_total','68.54'),(99565,10952,'_line_tax','0'),(99566,10952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99567,10953,'_product_id','489'),(99568,10953,'_variation_id','0'),(99569,10953,'_qty','4'),(99570,10953,'_tax_class',''),(99571,10953,'_line_subtotal','76.16'),(99572,10953,'_line_subtotal_tax','0'),(99573,10953,'_line_total','76.16'),(99574,10953,'_line_tax','0'),(99575,10953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99576,10954,'_product_id','487'),(99577,10954,'_variation_id','0'),(99578,10954,'_qty','2'),(99579,10954,'_tax_class',''),(99580,10954,'_line_subtotal','62.7'),(99581,10954,'_line_subtotal_tax','0'),(99582,10954,'_line_total','62.7'),(99583,10954,'_line_tax','0'),(99584,10954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99585,10955,'method_id','fedex'),(99586,10955,'instance_id','1'),(99587,10955,'cost','24.92'),(99588,10955,'total_tax','0'),(99589,10955,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99590,10955,'Package 1','17 × 14 × 10 (in) 39.9lbs × 1'),(99591,10956,'_product_id','49'),(99592,10956,'_variation_id','0'),(99593,10956,'_qty','1'),(99594,10956,'_tax_class',''),(99595,10956,'_line_subtotal','79.2'),(99596,10956,'_line_subtotal_tax','0'),(99597,10956,'_line_total','79.2'),(99598,10956,'_line_tax','0'),(99599,10956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99600,10957,'_product_id','320'),(99601,10957,'_variation_id','0'),(99602,10957,'_qty','2'),(99603,10957,'_tax_class',''),(99604,10957,'_line_subtotal','7.5'),(99605,10957,'_line_subtotal_tax','0'),(99606,10957,'_line_total','7.5'),(99607,10957,'_line_tax','0'),(99608,10957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99609,10958,'method_id','fedex'),(99610,10958,'instance_id','1'),(99611,10958,'cost','13.26'),(99612,10958,'total_tax','0'),(99613,10958,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99614,10958,'Package 1','17 × 14 × 10 (in) 9.3lbs × 1'),(99615,10959,'_product_id','49'),(99616,10959,'_variation_id','0'),(99617,10959,'_qty','1'),(99618,10959,'_tax_class',''),(99619,10959,'_line_subtotal','79.2'),(99620,10959,'_line_subtotal_tax','0'),(99621,10959,'_line_total','79.2'),(99622,10959,'_line_tax','0'),(99623,10959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99624,10960,'_product_id','320'),(99625,10960,'_variation_id','0'),(99626,10960,'_qty','2'),(99627,10960,'_tax_class',''),(99628,10960,'_line_subtotal','7.5'),(99629,10960,'_line_subtotal_tax','0'),(99630,10960,'_line_total','7.5'),(99631,10960,'_line_tax','0'),(99632,10960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99633,10961,'method_id','fedex'),(99634,10961,'instance_id','1'),(99635,10961,'cost','13.26'),(99636,10961,'total_tax','0'),(99637,10961,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99638,10961,'Package 1','17 × 14 × 10 (in) 9.3lbs × 1'),(99639,10962,'_product_id','2110'),(99640,10962,'_variation_id','0'),(99641,10962,'_qty','2'),(99642,10962,'_tax_class',''),(99643,10962,'_line_subtotal','142.8'),(99644,10962,'_line_subtotal_tax','0'),(99645,10962,'_line_total','142.8'),(99646,10962,'_line_tax','0'),(99647,10962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99648,10963,'_product_id','39'),(99649,10963,'_variation_id','0'),(99650,10963,'_qty','1'),(99651,10963,'_tax_class',''),(99652,10963,'_line_subtotal','79.2'),(99653,10963,'_line_subtotal_tax','0'),(99654,10963,'_line_total','79.2'),(99655,10963,'_line_tax','0'),(99656,10963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99657,10964,'_product_id','40'),(99658,10964,'_variation_id','0'),(99659,10964,'_qty','1'),(99660,10964,'_tax_class',''),(99661,10964,'_line_subtotal','79.2'),(99662,10964,'_line_subtotal_tax','0'),(99663,10964,'_line_total','79.2'),(99664,10964,'_line_tax','0'),(99665,10964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99666,10965,'_product_id','43'),(99667,10965,'_variation_id','0'),(99668,10965,'_qty','1'),(99669,10965,'_tax_class',''),(99670,10965,'_line_subtotal','79.2'),(99671,10965,'_line_subtotal_tax','0'),(99672,10965,'_line_total','79.2'),(99673,10965,'_line_tax','0'),(99674,10965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99675,10966,'_product_id','49'),(99676,10966,'_variation_id','0'),(99677,10966,'_qty','1'),(99678,10966,'_tax_class',''),(99679,10966,'_line_subtotal','79.2'),(99680,10966,'_line_subtotal_tax','0'),(99681,10966,'_line_total','79.2'),(99682,10966,'_line_tax','0'),(99683,10966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99684,10967,'_product_id','490'),(99685,10967,'_variation_id','0'),(99686,10967,'_qty','4'),(99687,10967,'_tax_class',''),(99688,10967,'_line_subtotal','78.4'),(99689,10967,'_line_subtotal_tax','0'),(99690,10967,'_line_total','78.4'),(99691,10967,'_line_tax','0'),(99692,10967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99693,10968,'method_id','free_shipping'),(99694,10968,'instance_id','2'),(99695,10968,'cost','0.00'),(99696,10968,'total_tax','0'),(99697,10968,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99698,10968,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(99699,10944,'thwma_order_shipping_status','wc-pending'),(99700,10945,'thwma_order_shipping_status','wc-pending'),(99701,10946,'thwma_order_shipping_status','wc-pending'),(99702,10947,'thwma_order_shipping_status','wc-pending'),(99703,10948,'thwma_order_shipping_status','wc-pending'),(99704,10936,'thwma_order_shipping_status','wc-pending'),(99705,10937,'thwma_order_shipping_status','wc-pending'),(99706,10938,'thwma_order_shipping_status','wc-pending'),(99707,10939,'thwma_order_shipping_status','wc-pending'),(99708,10940,'thwma_order_shipping_status','wc-pending'),(99709,10941,'thwma_order_shipping_status','wc-pending'),(99710,10942,'thwma_order_shipping_status','wc-pending'),(99711,10969,'_product_id','487'),(99712,10969,'_variation_id','0'),(99713,10969,'_qty','1'),(99714,10969,'_tax_class',''),(99715,10969,'_line_subtotal','31.35'),(99716,10969,'_line_subtotal_tax','0'),(99717,10969,'_line_total','31.35'),(99718,10969,'_line_tax','0'),(99719,10969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99720,10970,'_product_id','103'),(99721,10970,'_variation_id','0'),(99722,10970,'_qty','1'),(99723,10970,'_tax_class',''),(99724,10970,'_line_subtotal','8.4'),(99725,10970,'_line_subtotal_tax','0'),(99726,10970,'_line_total','8.4'),(99727,10970,'_line_tax','0'),(99728,10970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99729,10971,'_product_id','133'),(99730,10971,'_variation_id','0'),(99731,10971,'_qty','20'),(99732,10971,'_tax_class',''),(99733,10971,'_line_subtotal','286'),(99734,10971,'_line_subtotal_tax','0'),(99735,10971,'_line_total','286'),(99736,10971,'_line_tax','0'),(99737,10971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99738,10972,'_product_id','490'),(99739,10972,'_variation_id','0'),(99740,10972,'_qty','10'),(99741,10972,'_tax_class',''),(99742,10972,'_line_subtotal','196'),(99743,10972,'_line_subtotal_tax','0'),(99744,10972,'_line_total','196'),(99745,10972,'_line_tax','0'),(99746,10972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99747,10973,'method_id','free_shipping'),(99748,10973,'instance_id','2'),(99749,10973,'cost','0.00'),(99750,10973,'total_tax','0'),(99751,10973,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99752,10973,'Items','Bulk Mousse 1 Gallon RM &times; 1, 6 Pack Empty Foamer 8oz Bottle &times; 1, Disposable Head Bands &times; 20, Bulk Active Rinse 100% RM &times; 10'),(99753,10969,'thwma_order_shipping_status','wc-pending'),(99754,10970,'thwma_order_shipping_status','wc-pending'),(99755,10971,'thwma_order_shipping_status','wc-pending'),(99756,10972,'thwma_order_shipping_status','wc-pending'),(99757,10962,'thwma_order_shipping_status','wc-pending'),(99758,10963,'thwma_order_shipping_status','wc-pending'),(99759,10964,'thwma_order_shipping_status','wc-pending'),(99760,10965,'thwma_order_shipping_status','wc-pending'),(99761,10966,'thwma_order_shipping_status','wc-pending'),(99762,10967,'thwma_order_shipping_status','wc-pending'),(99765,10959,'thwma_order_shipping_status','wc-pending'),(99766,10960,'thwma_order_shipping_status','wc-pending'),(99767,10974,'_product_id','43'),(99768,10974,'_variation_id','0'),(99769,10974,'_qty','1'),(99770,10974,'_tax_class',''),(99771,10974,'_line_subtotal','79.2'),(99772,10974,'_line_subtotal_tax','0'),(99773,10974,'_line_total','79.2'),(99774,10974,'_line_tax','0'),(99775,10974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99776,10975,'_product_id','490'),(99777,10975,'_variation_id','0'),(99778,10975,'_qty','5'),(99779,10975,'_tax_class',''),(99780,10975,'_line_subtotal','98'),(99781,10975,'_line_subtotal_tax','0'),(99782,10975,'_line_total','98'),(99783,10975,'_line_tax','0'),(99784,10975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99785,10976,'method_id','fedex'),(99786,10976,'instance_id','1'),(99787,10976,'cost','18.09'),(99788,10976,'total_tax','0'),(99789,10976,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99790,10976,'Package 1','17 × 14 × 10 (in) 19.55lbs × 1'),(99791,10977,'_product_id','39'),(99792,10977,'_variation_id','0'),(99793,10977,'_qty','1'),(99794,10977,'_tax_class',''),(99795,10977,'_line_subtotal','79.2'),(99796,10977,'_line_subtotal_tax','0'),(99797,10977,'_line_total','79.2'),(99798,10977,'_line_tax','0'),(99799,10977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99800,10978,'_product_id','40'),(99801,10978,'_variation_id','0'),(99802,10978,'_qty','1'),(99803,10978,'_tax_class',''),(99804,10978,'_line_subtotal','79.2'),(99805,10978,'_line_subtotal_tax','0'),(99806,10978,'_line_total','79.2'),(99807,10978,'_line_tax','0'),(99808,10978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99809,10979,'_product_id','43'),(99810,10979,'_variation_id','0'),(99811,10979,'_qty','2'),(99812,10979,'_tax_class',''),(99813,10979,'_line_subtotal','158.4'),(99814,10979,'_line_subtotal_tax','0'),(99815,10979,'_line_total','158.4'),(99816,10979,'_line_tax','0'),(99817,10979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99818,10980,'_product_id','49'),(99819,10980,'_variation_id','0'),(99820,10980,'_qty','1'),(99821,10980,'_tax_class',''),(99822,10980,'_line_subtotal','79.2'),(99823,10980,'_line_subtotal_tax','0'),(99824,10980,'_line_total','79.2'),(99825,10980,'_line_tax','0'),(99826,10980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99827,10981,'_product_id','93'),(99828,10981,'_variation_id','0'),(99829,10981,'_qty','3'),(99830,10981,'_tax_class',''),(99831,10981,'_line_subtotal','0'),(99832,10981,'_line_subtotal_tax','0'),(99833,10981,'_line_total','0'),(99834,10981,'_line_tax','0'),(99835,10981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99836,10982,'_product_id','41'),(99837,10982,'_variation_id','0'),(99838,10982,'_qty','2'),(99839,10982,'_tax_class',''),(99840,10982,'_line_subtotal','132.96'),(99841,10982,'_line_subtotal_tax','0'),(99842,10982,'_line_total','132.96'),(99843,10982,'_line_tax','0'),(99844,10982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99845,10983,'_product_id','23'),(99846,10983,'_variation_id','0'),(99847,10983,'_qty','1'),(99848,10983,'_tax_class',''),(99849,10983,'_line_subtotal','68.54'),(99850,10983,'_line_subtotal_tax','0'),(99851,10983,'_line_total','68.54'),(99852,10983,'_line_tax','0'),(99853,10983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99854,10984,'_product_id','38'),(99855,10984,'_variation_id','0'),(99856,10984,'_qty','1'),(99857,10984,'_tax_class',''),(99858,10984,'_line_subtotal','165.76'),(99859,10984,'_line_subtotal_tax','0'),(99860,10984,'_line_total','165.76'),(99861,10984,'_line_tax','0'),(99862,10984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99863,10985,'method_id','free_shipping'),(99864,10985,'instance_id','2'),(99865,10985,'cost','0.00'),(99866,10985,'total_tax','0'),(99867,10985,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99868,10985,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 3, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1'),(99869,10986,'_product_id','2110'),(99870,10986,'_variation_id','0'),(99871,10986,'_qty','4'),(99872,10986,'_tax_class',''),(99873,10986,'_line_subtotal','285.6'),(99874,10986,'_line_subtotal_tax','0'),(99875,10986,'_line_total','285.6'),(99876,10986,'_line_tax','0'),(99877,10986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99878,10987,'_product_id','490'),(99879,10987,'_variation_id','0'),(99880,10987,'_qty','10'),(99881,10987,'_tax_class',''),(99882,10987,'_line_subtotal','196'),(99883,10987,'_line_subtotal_tax','0'),(99884,10987,'_line_total','196'),(99885,10987,'_line_tax','0'),(99886,10987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99887,10988,'_product_id','488'),(99888,10988,'_variation_id','0'),(99889,10988,'_qty','6'),(99890,10988,'_tax_class',''),(99891,10988,'_line_subtotal','188.1'),(99892,10988,'_line_subtotal_tax','0'),(99893,10988,'_line_total','188.1'),(99894,10988,'_line_tax','0'),(99895,10988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99896,10989,'_product_id','133'),(99897,10989,'_variation_id','0'),(99898,10989,'_qty','5'),(99899,10989,'_tax_class',''),(99900,10989,'_line_subtotal','71.5'),(99901,10989,'_line_subtotal_tax','0'),(99902,10989,'_line_total','71.5'),(99903,10989,'_line_tax','0'),(99904,10989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99905,10990,'method_id','free_shipping'),(99906,10990,'instance_id','2'),(99907,10990,'cost','0.00'),(99908,10990,'total_tax','0'),(99909,10990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99910,10990,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 6, Disposable Head Bands &times; 5'),(99911,10991,'_product_id','23'),(99912,10991,'_variation_id','0'),(99913,10991,'_qty','4'),(99914,10991,'_tax_class',''),(99915,10991,'_line_subtotal','274.16'),(99916,10991,'_line_subtotal_tax','0'),(99917,10991,'_line_total','274.16'),(99918,10991,'_line_tax','0'),(99919,10991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99920,10992,'_product_id','43'),(99921,10992,'_variation_id','0'),(99922,10992,'_qty','2'),(99923,10992,'_tax_class',''),(99924,10992,'_line_subtotal','158.4'),(99925,10992,'_line_subtotal_tax','0'),(99926,10992,'_line_total','158.4'),(99927,10992,'_line_tax','0'),(99928,10992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99929,10993,'_product_id','490'),(99930,10993,'_variation_id','0'),(99931,10993,'_qty','4'),(99932,10993,'_tax_class',''),(99933,10993,'_line_subtotal','78.4'),(99934,10993,'_line_subtotal_tax','0'),(99935,10993,'_line_total','78.4'),(99936,10993,'_line_tax','0'),(99937,10993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99938,10994,'method_id','free_shipping'),(99939,10994,'instance_id','2'),(99940,10994,'cost','0.00'),(99941,10994,'total_tax','0'),(99942,10994,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99943,10994,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(99952,10995,'_product_id','23'),(99953,10995,'_variation_id','0'),(99954,10995,'_qty','3'),(99955,10995,'_tax_class',''),(99956,10995,'_line_subtotal','205.62'),(99957,10995,'_line_subtotal_tax','0'),(99958,10995,'_line_total','205.62'),(99959,10995,'_line_tax','0'),(99960,10995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99961,10996,'_product_id','43'),(99962,10996,'_variation_id','0'),(99963,10996,'_qty','2'),(99964,10996,'_tax_class',''),(99965,10996,'_line_subtotal','158.4'),(99966,10996,'_line_subtotal_tax','0'),(99967,10996,'_line_total','158.4'),(99968,10996,'_line_tax','0'),(99969,10996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99970,10997,'_product_id','490'),(99971,10997,'_variation_id','0'),(99972,10997,'_qty','6'),(99973,10997,'_tax_class',''),(99974,10997,'_line_subtotal','117.6'),(99975,10997,'_line_subtotal_tax','0'),(99976,10997,'_line_total','117.6'),(99977,10997,'_line_tax','0'),(99978,10997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99979,10998,'_product_id','120'),(99980,10998,'_variation_id','0'),(99981,10998,'_qty','1'),(99982,10998,'_tax_class',''),(99983,10998,'_line_subtotal','52.8'),(99984,10998,'_line_subtotal_tax','0'),(99985,10998,'_line_total','52.8'),(99986,10998,'_line_tax','0'),(99987,10998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(99988,10999,'method_id','free_shipping'),(99989,10999,'instance_id','2'),(99990,10999,'cost','0.00'),(99991,10999,'total_tax','0'),(99992,10999,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(99993,10999,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6, Preventive Spray 2oz(Case of 24) &times; 1'),(99994,11000,'_product_id','23'),(99995,11000,'_variation_id','0'),(99996,11000,'_qty','-4'),(99997,11000,'_tax_class',''),(99998,11000,'_line_subtotal','-274.16'),(99999,11000,'_line_subtotal_tax','0'),(100000,11000,'_line_total','-274.16'),(100001,11000,'_line_tax','0'),(100002,11000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100003,11000,'_refunded_item_id','10991'),(100004,11001,'_product_id','43'),(100005,11001,'_variation_id','0'),(100006,11001,'_qty','-2'),(100007,11001,'_tax_class',''),(100008,11001,'_line_subtotal','-158.4'),(100009,11001,'_line_subtotal_tax','0'),(100010,11001,'_line_total','-158.4'),(100011,11001,'_line_tax','0'),(100012,11001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100013,11001,'_refunded_item_id','10992'),(100014,11002,'_product_id','490'),(100015,11002,'_variation_id','0'),(100016,11002,'_qty','-4'),(100017,11002,'_tax_class',''),(100018,11002,'_line_subtotal','-78.4'),(100019,11002,'_line_subtotal_tax','0'),(100020,11002,'_line_total','-78.4'),(100021,11002,'_line_tax','0'),(100022,11002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100023,11002,'_refunded_item_id','10993'),(100028,10986,'thwma_order_shipping_status','wc-pending'),(100029,10987,'thwma_order_shipping_status','wc-pending'),(100030,10988,'thwma_order_shipping_status','wc-pending'),(100031,10989,'thwma_order_shipping_status','wc-pending'),(100032,10974,'thwma_order_shipping_status','wc-pending'),(100033,10975,'thwma_order_shipping_status','wc-pending'),(100034,10950,'thwma_order_shipping_status','wc-pending'),(100035,10951,'thwma_order_shipping_status','wc-pending'),(100036,10952,'thwma_order_shipping_status','wc-pending'),(100037,10953,'thwma_order_shipping_status','wc-pending'),(100038,10954,'thwma_order_shipping_status','wc-pending'),(100039,11003,'_product_id','39'),(100040,11003,'_variation_id','0'),(100041,11003,'_qty','1'),(100042,11003,'_tax_class',''),(100043,11003,'_line_subtotal','79.2'),(100044,11003,'_line_subtotal_tax','0'),(100045,11003,'_line_total','79.2'),(100046,11003,'_line_tax','0'),(100047,11003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100048,11004,'_product_id','42'),(100049,11004,'_variation_id','0'),(100050,11004,'_qty','1'),(100051,11004,'_tax_class',''),(100052,11004,'_line_subtotal','79.2'),(100053,11004,'_line_subtotal_tax','0'),(100054,11004,'_line_total','79.2'),(100055,11004,'_line_tax','0'),(100056,11004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100057,11005,'_product_id','43'),(100058,11005,'_variation_id','0'),(100059,11005,'_qty','2'),(100060,11005,'_tax_class',''),(100061,11005,'_line_subtotal','158.4'),(100062,11005,'_line_subtotal_tax','0'),(100063,11005,'_line_total','158.4'),(100064,11005,'_line_tax','0'),(100065,11005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100066,11006,'_product_id','490'),(100067,11006,'_variation_id','0'),(100068,11006,'_qty','12'),(100069,11006,'_tax_class',''),(100070,11006,'_line_subtotal','235.2'),(100071,11006,'_line_subtotal_tax','0'),(100072,11006,'_line_total','235.2'),(100073,11006,'_line_tax','0'),(100074,11006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100075,11007,'_product_id','2110'),(100076,11007,'_variation_id','0'),(100077,11007,'_qty','1'),(100078,11007,'_tax_class',''),(100079,11007,'_line_subtotal','71.4'),(100080,11007,'_line_subtotal_tax','0'),(100081,11007,'_line_total','71.4'),(100082,11007,'_line_tax','0'),(100083,11007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100084,11008,'_product_id','2113'),(100085,11008,'_variation_id','0'),(100086,11008,'_qty','1'),(100087,11008,'_tax_class',''),(100088,11008,'_line_subtotal','172'),(100089,11008,'_line_subtotal_tax','0'),(100090,11008,'_line_total','172'),(100091,11008,'_line_tax','0'),(100092,11008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100093,11009,'_product_id','41'),(100094,11009,'_variation_id','0'),(100095,11009,'_qty','1'),(100096,11009,'_tax_class',''),(100097,11009,'_line_subtotal','66.48'),(100098,11009,'_line_subtotal_tax','0'),(100099,11009,'_line_total','66.48'),(100100,11009,'_line_tax','0'),(100101,11009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100102,11010,'method_id','free_shipping'),(100103,11010,'instance_id','2'),(100104,11010,'cost','0.00'),(100105,11010,'total_tax','0'),(100106,11010,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100107,11010,'Items','Preventive Shampoo(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(100108,11011,'_product_id','41'),(100109,11011,'_variation_id','0'),(100110,11011,'_qty','2'),(100111,11011,'_tax_class',''),(100112,11011,'_line_subtotal','132.96'),(100113,11011,'_line_subtotal_tax','0'),(100114,11011,'_line_total','132.96'),(100115,11011,'_line_tax','0'),(100116,11011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100117,11012,'_product_id','43'),(100118,11012,'_variation_id','0'),(100119,11012,'_qty','1'),(100120,11012,'_tax_class',''),(100121,11012,'_line_subtotal','79.2'),(100122,11012,'_line_subtotal_tax','0'),(100123,11012,'_line_total','79.2'),(100124,11012,'_line_tax','0'),(100125,11012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100126,11013,'_product_id','45'),(100127,11013,'_variation_id','0'),(100128,11013,'_qty','1'),(100129,11013,'_tax_class',''),(100130,11013,'_line_subtotal','42.24'),(100131,11013,'_line_subtotal_tax','0'),(100132,11013,'_line_total','42.24'),(100133,11013,'_line_tax','0'),(100134,11013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100135,11014,'_product_id','2113'),(100136,11014,'_variation_id','0'),(100137,11014,'_qty','1'),(100138,11014,'_tax_class',''),(100139,11014,'_line_subtotal','172'),(100140,11014,'_line_subtotal_tax','0'),(100141,11014,'_line_total','172'),(100142,11014,'_line_tax','0'),(100143,11014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100144,11015,'_product_id','490'),(100145,11015,'_variation_id','0'),(100146,11015,'_qty','4'),(100147,11015,'_tax_class',''),(100148,11015,'_line_subtotal','78.4'),(100149,11015,'_line_subtotal_tax','0'),(100150,11015,'_line_total','78.4'),(100151,11015,'_line_tax','0'),(100152,11015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100153,11016,'method_id','free_shipping'),(100154,11016,'instance_id','2'),(100155,11016,'cost','0.00'),(100156,11016,'total_tax','0'),(100157,11016,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100158,11016,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(100159,11017,'_product_id','39'),(100160,11017,'_variation_id','0'),(100161,11017,'_qty','1'),(100162,11017,'_tax_class',''),(100163,11017,'_line_subtotal','79.2'),(100164,11017,'_line_subtotal_tax','0'),(100165,11017,'_line_total','79.2'),(100166,11017,'_line_tax','0'),(100167,11017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100168,11018,'_product_id','40'),(100169,11018,'_variation_id','0'),(100170,11018,'_qty','1'),(100171,11018,'_tax_class',''),(100172,11018,'_line_subtotal','79.2'),(100173,11018,'_line_subtotal_tax','0'),(100174,11018,'_line_total','79.2'),(100175,11018,'_line_tax','0'),(100176,11018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100177,11019,'_product_id','43'),(100178,11019,'_variation_id','0'),(100179,11019,'_qty','1'),(100180,11019,'_tax_class',''),(100181,11019,'_line_subtotal','79.2'),(100182,11019,'_line_subtotal_tax','0'),(100183,11019,'_line_total','79.2'),(100184,11019,'_line_tax','0'),(100185,11019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100186,11020,'_product_id','487'),(100187,11020,'_variation_id','0'),(100188,11020,'_qty','1'),(100189,11020,'_tax_class',''),(100190,11020,'_line_subtotal','31.35'),(100191,11020,'_line_subtotal_tax','0'),(100192,11020,'_line_total','31.35'),(100193,11020,'_line_tax','0'),(100194,11020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100195,11021,'_product_id','490'),(100196,11021,'_variation_id','0'),(100197,11021,'_qty','5'),(100198,11021,'_tax_class',''),(100199,11021,'_line_subtotal','98'),(100200,11021,'_line_subtotal_tax','0'),(100201,11021,'_line_total','98'),(100202,11021,'_line_tax','0'),(100203,11021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100204,11022,'_product_id','23'),(100205,11022,'_variation_id','0'),(100206,11022,'_qty','1'),(100207,11022,'_tax_class',''),(100208,11022,'_line_subtotal','68.54'),(100209,11022,'_line_subtotal_tax','0'),(100210,11022,'_line_total','68.54'),(100211,11022,'_line_tax','0'),(100212,11022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100213,11023,'_product_id','38'),(100214,11023,'_variation_id','0'),(100215,11023,'_qty','1'),(100216,11023,'_tax_class',''),(100217,11023,'_line_subtotal','165.76'),(100218,11023,'_line_subtotal_tax','0'),(100219,11023,'_line_total','165.76'),(100220,11023,'_line_tax','0'),(100221,11023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100222,11024,'_product_id','41'),(100223,11024,'_variation_id','0'),(100224,11024,'_qty','2'),(100225,11024,'_tax_class',''),(100226,11024,'_line_subtotal','132.96'),(100227,11024,'_line_subtotal_tax','0'),(100228,11024,'_line_total','132.96'),(100229,11024,'_line_tax','0'),(100230,11024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100231,11025,'method_id','free_shipping'),(100232,11025,'instance_id','2'),(100233,11025,'cost','0.00'),(100234,11025,'total_tax','0'),(100235,11025,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100236,11025,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(100237,11026,'_product_id','93'),(100238,11026,'_variation_id','0'),(100239,11026,'_qty','10'),(100240,11026,'_tax_class',''),(100241,11026,'_line_subtotal','0'),(100242,11026,'_line_subtotal_tax','0'),(100243,11026,'_line_total','0'),(100244,11026,'_line_tax','0'),(100245,11026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100246,11027,'method_id','fedex'),(100247,11027,'instance_id','1'),(100248,11027,'cost','13.99'),(100249,11027,'total_tax','0'),(100250,11027,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100251,11027,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(100252,11028,'_product_id','93'),(100253,11028,'_variation_id','0'),(100254,11028,'_qty','10'),(100255,11028,'_tax_class',''),(100256,11028,'_line_subtotal','0'),(100257,11028,'_line_subtotal_tax','0'),(100258,11028,'_line_total','0'),(100259,11028,'_line_tax','0'),(100260,11028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100261,11029,'method_id','fedex'),(100262,11029,'instance_id','1'),(100263,11029,'cost','13.99'),(100264,11029,'total_tax','0'),(100265,11029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100266,11029,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(100267,11030,'_product_id','131'),(100268,11030,'_variation_id','0'),(100269,11030,'_qty','2'),(100270,11030,'_tax_class',''),(100271,11030,'_line_subtotal','25.3'),(100272,11030,'_line_subtotal_tax','0'),(100273,11030,'_line_total','25.3'),(100274,11030,'_line_tax','0'),(100275,11030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100276,11031,'_product_id','2110'),(100277,11031,'_variation_id','0'),(100278,11031,'_qty','2'),(100279,11031,'_tax_class',''),(100280,11031,'_line_subtotal','142.8'),(100281,11031,'_line_subtotal_tax','0'),(100282,11031,'_line_total','142.8'),(100283,11031,'_line_tax','0'),(100284,11031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100285,11032,'_product_id','116'),(100286,11032,'_variation_id','0'),(100287,11032,'_qty','1'),(100288,11032,'_tax_class',''),(100289,11032,'_line_subtotal','145.44'),(100290,11032,'_line_subtotal_tax','0'),(100291,11032,'_line_total','145.44'),(100292,11032,'_line_tax','0'),(100293,11032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100294,11033,'_product_id','93'),(100295,11033,'_variation_id','0'),(100296,11033,'_qty','3'),(100297,11033,'_tax_class',''),(100298,11033,'_line_subtotal','0'),(100299,11033,'_line_subtotal_tax','0'),(100300,11033,'_line_total','0'),(100301,11033,'_line_tax','0'),(100302,11033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100303,11034,'_product_id','131'),(100304,11034,'_variation_id','0'),(100305,11034,'_qty','1'),(100306,11034,'_tax_class',''),(100307,11034,'_line_subtotal','12.65'),(100308,11034,'_line_subtotal_tax','0'),(100309,11034,'_line_total','12.65'),(100310,11034,'_line_tax','0'),(100311,11034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100312,11035,'method_id','fedex'),(100313,11035,'instance_id','1'),(100314,11035,'cost','68.06'),(100315,11035,'total_tax','0'),(100316,11035,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100317,11035,'Package 1','17 × 14 × 10 (in) 28.9lbs × 1'),(100318,11035,'Package 2','11.25 × 8.75 × 7.75 (in) 9.34lbs × 1'),(100324,10977,'thwma_order_shipping_status','wc-pending'),(100325,10978,'thwma_order_shipping_status','wc-pending'),(100326,10979,'thwma_order_shipping_status','wc-pending'),(100327,10980,'thwma_order_shipping_status','wc-pending'),(100328,10981,'thwma_order_shipping_status','wc-pending'),(100329,10982,'thwma_order_shipping_status','wc-pending'),(100330,10983,'thwma_order_shipping_status','wc-pending'),(100331,10984,'thwma_order_shipping_status','wc-pending'),(100332,11011,'thwma_order_shipping_status','wc-pending'),(100333,11012,'thwma_order_shipping_status','wc-pending'),(100334,11013,'thwma_order_shipping_status','wc-pending'),(100335,11014,'thwma_order_shipping_status','wc-pending'),(100336,11015,'thwma_order_shipping_status','wc-pending'),(100337,10995,'thwma_order_shipping_status','wc-pending'),(100338,10996,'thwma_order_shipping_status','wc-pending'),(100339,10997,'thwma_order_shipping_status','wc-pending'),(100340,10998,'thwma_order_shipping_status','wc-pending'),(100341,11017,'thwma_order_shipping_status','wc-pending'),(100342,11018,'thwma_order_shipping_status','wc-pending'),(100343,11019,'thwma_order_shipping_status','wc-pending'),(100344,11020,'thwma_order_shipping_status','wc-pending'),(100345,11021,'thwma_order_shipping_status','wc-pending'),(100346,11022,'thwma_order_shipping_status','wc-pending'),(100347,11023,'thwma_order_shipping_status','wc-pending'),(100348,11024,'thwma_order_shipping_status','wc-pending'),(100349,11036,'_product_id','2113'),(100350,11036,'_variation_id','0'),(100351,11036,'_qty','1'),(100352,11036,'_tax_class',''),(100353,11036,'_line_subtotal','172'),(100354,11036,'_line_subtotal_tax','0'),(100355,11036,'_line_total','172'),(100356,11036,'_line_tax','0'),(100357,11036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100358,11037,'_product_id','41'),(100359,11037,'_variation_id','0'),(100360,11037,'_qty','2'),(100361,11037,'_tax_class',''),(100362,11037,'_line_subtotal','132.96'),(100363,11037,'_line_subtotal_tax','0'),(100364,11037,'_line_total','132.96'),(100365,11037,'_line_tax','0'),(100366,11037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100367,11038,'_product_id','490'),(100368,11038,'_variation_id','0'),(100369,11038,'_qty','6'),(100370,11038,'_tax_class',''),(100371,11038,'_line_subtotal','117.6'),(100372,11038,'_line_subtotal_tax','0'),(100373,11038,'_line_total','117.6'),(100374,11038,'_line_tax','0'),(100375,11038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100376,11039,'_product_id','103'),(100377,11039,'_variation_id','0'),(100378,11039,'_qty','1'),(100379,11039,'_tax_class',''),(100380,11039,'_line_subtotal','8.4'),(100381,11039,'_line_subtotal_tax','0'),(100382,11039,'_line_total','8.4'),(100383,11039,'_line_tax','0'),(100384,11039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100385,11040,'_product_id','487'),(100386,11040,'_variation_id','0'),(100387,11040,'_qty','1'),(100388,11040,'_tax_class',''),(100389,11040,'_line_subtotal','31.35'),(100390,11040,'_line_subtotal_tax','0'),(100391,11040,'_line_total','31.35'),(100392,11040,'_line_tax','0'),(100393,11040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100394,11041,'_product_id','45'),(100395,11041,'_variation_id','0'),(100396,11041,'_qty','1'),(100397,11041,'_tax_class',''),(100398,11041,'_line_subtotal','42.24'),(100399,11041,'_line_subtotal_tax','0'),(100400,11041,'_line_total','42.24'),(100401,11041,'_line_tax','0'),(100402,11041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100403,11042,'method_id','free_shipping'),(100404,11042,'instance_id','2'),(100405,11042,'cost','0.00'),(100406,11042,'total_tax','0'),(100407,11042,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100408,11042,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6, 6 Pack Empty Foamer 8oz Bottle &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(100409,11043,'_product_id','23'),(100410,11043,'_variation_id','0'),(100411,11043,'_qty','6'),(100412,11043,'_tax_class',''),(100413,11043,'_line_subtotal','411.24'),(100414,11043,'_line_subtotal_tax','0'),(100415,11043,'_line_total','411.24'),(100416,11043,'_line_tax','0'),(100417,11043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100418,11044,'_product_id','44'),(100419,11044,'_variation_id','0'),(100420,11044,'_qty','1'),(100421,11044,'_tax_class',''),(100422,11044,'_line_subtotal','116.16'),(100423,11044,'_line_subtotal_tax','0'),(100424,11044,'_line_total','116.16'),(100425,11044,'_line_tax','0'),(100426,11044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100427,11045,'method_id','free_shipping'),(100428,11045,'instance_id','2'),(100429,11045,'cost','0.00'),(100430,11045,'total_tax','0'),(100431,11045,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100432,11045,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 6, Preventive Kit(Case of 6) &times; 1'),(100439,11036,'thwma_order_shipping_status','wc-pending'),(100440,11037,'thwma_order_shipping_status','wc-pending'),(100441,11038,'thwma_order_shipping_status','wc-pending'),(100442,11039,'thwma_order_shipping_status','wc-pending'),(100443,11040,'thwma_order_shipping_status','wc-pending'),(100444,11041,'thwma_order_shipping_status','wc-pending'),(100445,11043,'thwma_order_shipping_status','wc-pending'),(100446,11044,'thwma_order_shipping_status','wc-pending'),(100447,11046,'_product_id','103'),(100448,11046,'_variation_id','0'),(100449,11046,'_qty','1'),(100450,11046,'_tax_class',''),(100451,11046,'_line_subtotal','8.4'),(100452,11046,'_line_subtotal_tax','0'),(100453,11046,'_line_total','8.4'),(100454,11046,'_line_tax','0'),(100455,11046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100456,11047,'_product_id','148'),(100457,11047,'_variation_id','0'),(100458,11047,'_qty','6'),(100459,11047,'_tax_class',''),(100460,11047,'_line_subtotal','49.5'),(100461,11047,'_line_subtotal_tax','0'),(100462,11047,'_line_total','49.5'),(100463,11047,'_line_tax','0'),(100464,11047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100465,11048,'_product_id','487'),(100466,11048,'_variation_id','0'),(100467,11048,'_qty','4'),(100468,11048,'_tax_class',''),(100469,11048,'_line_subtotal','125.4'),(100470,11048,'_line_subtotal_tax','0'),(100471,11048,'_line_total','125.4'),(100472,11048,'_line_tax','0'),(100473,11048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100474,11049,'method_id','fedex'),(100475,11049,'instance_id','1'),(100476,11049,'cost','22.35'),(100477,11049,'total_tax','0'),(100478,11049,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100479,11049,'Package 1','17 × 14 × 10 (in) 34.15lbs × 1'),(100480,11050,'_product_id','23'),(100481,11050,'_variation_id','0'),(100482,11050,'_qty','3'),(100483,11050,'_tax_class',''),(100484,11050,'_line_subtotal','205.62'),(100485,11050,'_line_subtotal_tax','0'),(100486,11050,'_line_total','205.62'),(100487,11050,'_line_tax','0'),(100488,11050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100489,11051,'_product_id','44'),(100490,11051,'_variation_id','0'),(100491,11051,'_qty','1'),(100492,11051,'_tax_class',''),(100493,11051,'_line_subtotal','116.16'),(100494,11051,'_line_subtotal_tax','0'),(100495,11051,'_line_total','116.16'),(100496,11051,'_line_tax','0'),(100497,11051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100498,11052,'_product_id','490'),(100499,11052,'_variation_id','0'),(100500,11052,'_qty','12'),(100501,11052,'_tax_class',''),(100502,11052,'_line_subtotal','235.2'),(100503,11052,'_line_subtotal_tax','0'),(100504,11052,'_line_total','235.2'),(100505,11052,'_line_tax','0'),(100506,11052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100507,11053,'_product_id','45'),(100508,11053,'_variation_id','0'),(100509,11053,'_qty','4'),(100510,11053,'_tax_class',''),(100511,11053,'_line_subtotal','168.96'),(100512,11053,'_line_subtotal_tax','0'),(100513,11053,'_line_total','168.96'),(100514,11053,'_line_tax','0'),(100515,11053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100516,11054,'method_id','free_shipping'),(100517,11054,'instance_id','2'),(100518,11054,'cost','0.00'),(100519,11054,'total_tax','0'),(100520,11054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100521,11054,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 12, Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(100522,11055,'_product_id','41'),(100523,11055,'_variation_id','0'),(100524,11055,'_qty','2'),(100525,11055,'_tax_class',''),(100526,11055,'_line_subtotal','132.96'),(100527,11055,'_line_subtotal_tax','0'),(100528,11055,'_line_total','132.96'),(100529,11055,'_line_tax','0'),(100530,11055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100531,11056,'_product_id','138'),(100532,11056,'_variation_id','0'),(100533,11056,'_qty','12'),(100534,11056,'_tax_class',''),(100535,11056,'_line_subtotal','59.4'),(100536,11056,'_line_subtotal_tax','0'),(100537,11056,'_line_total','59.4'),(100538,11056,'_line_tax','0'),(100539,11056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100540,11057,'_product_id','148'),(100541,11057,'_variation_id','0'),(100542,11057,'_qty','8'),(100543,11057,'_tax_class',''),(100544,11057,'_line_subtotal','66'),(100545,11057,'_line_subtotal_tax','0'),(100546,11057,'_line_total','66'),(100547,11057,'_line_tax','0'),(100548,11057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100549,11058,'method_id','fedex'),(100550,11058,'instance_id','1'),(100551,11058,'cost','15.54'),(100552,11058,'total_tax','0'),(100553,11058,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100554,11058,'Package 1','17 × 14 × 10 (in) 9.2lbs × 1'),(100555,11059,'_product_id','41'),(100556,11059,'_variation_id','0'),(100557,11059,'_qty','2'),(100558,11059,'_tax_class',''),(100559,11059,'_line_subtotal','132.96'),(100560,11059,'_line_subtotal_tax','0'),(100561,11059,'_line_total','132.96'),(100562,11059,'_line_tax','0'),(100563,11059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100564,11060,'method_id','fedex'),(100565,11060,'instance_id','1'),(100566,11060,'cost','13.20'),(100567,11060,'total_tax','0'),(100568,11060,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100569,11060,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(100570,11061,'_product_id','2110'),(100571,11061,'_variation_id','0'),(100572,11061,'_qty','4'),(100573,11061,'_tax_class',''),(100574,11061,'_line_subtotal','285.6'),(100575,11061,'_line_subtotal_tax','0'),(100576,11061,'_line_total','285.6'),(100577,11061,'_line_tax','0'),(100578,11061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100579,11062,'method_id','fedex'),(100580,11062,'instance_id','1'),(100581,11062,'cost','31.89'),(100582,11062,'total_tax','0'),(100583,11062,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100584,11062,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(100593,11046,'thwma_order_shipping_status','wc-pending'),(100594,11047,'thwma_order_shipping_status','wc-pending'),(100595,11048,'thwma_order_shipping_status','wc-pending'),(100596,11055,'thwma_order_shipping_status','wc-pending'),(100597,11056,'thwma_order_shipping_status','wc-pending'),(100598,11057,'thwma_order_shipping_status','wc-pending'),(100599,11063,'_product_id','2110'),(100600,11063,'_variation_id','0'),(100601,11063,'_qty','5'),(100602,11063,'_tax_class',''),(100603,11063,'_line_subtotal','357'),(100604,11063,'_line_subtotal_tax','0'),(100605,11063,'_line_total','357'),(100606,11063,'_line_tax','0'),(100607,11063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100608,11064,'_product_id','42'),(100609,11064,'_variation_id','0'),(100610,11064,'_qty','2'),(100611,11064,'_tax_class',''),(100612,11064,'_line_subtotal','158.4'),(100613,11064,'_line_subtotal_tax','0'),(100614,11064,'_line_total','158.4'),(100615,11064,'_line_tax','0'),(100616,11064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100617,11065,'_product_id','41'),(100618,11065,'_variation_id','0'),(100619,11065,'_qty','3'),(100620,11065,'_tax_class',''),(100621,11065,'_line_subtotal','199.44'),(100622,11065,'_line_subtotal_tax','0'),(100623,11065,'_line_total','199.44'),(100624,11065,'_line_tax','0'),(100625,11065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100626,11066,'_product_id','51'),(100627,11066,'_variation_id','0'),(100628,11066,'_qty','3'),(100629,11066,'_tax_class',''),(100630,11066,'_line_subtotal','443.52'),(100631,11066,'_line_subtotal_tax','0'),(100632,11066,'_line_total','443.52'),(100633,11066,'_line_tax','0'),(100634,11066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100635,11067,'_product_id','43'),(100636,11067,'_variation_id','0'),(100637,11067,'_qty','3'),(100638,11067,'_tax_class',''),(100639,11067,'_line_subtotal','237.6'),(100640,11067,'_line_subtotal_tax','0'),(100641,11067,'_line_total','237.6'),(100642,11067,'_line_tax','0'),(100643,11067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100644,11068,'_product_id','490'),(100645,11068,'_variation_id','0'),(100646,11068,'_qty','30'),(100647,11068,'_tax_class',''),(100648,11068,'_line_subtotal','588'),(100649,11068,'_line_subtotal_tax','0'),(100650,11068,'_line_total','588'),(100651,11068,'_line_tax','0'),(100652,11068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100653,11069,'_product_id','103'),(100654,11069,'_variation_id','0'),(100655,11069,'_qty','4'),(100656,11069,'_tax_class',''),(100657,11069,'_line_subtotal','33.6'),(100658,11069,'_line_subtotal_tax','0'),(100659,11069,'_line_total','33.6'),(100660,11069,'_line_tax','0'),(100661,11069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100662,11070,'method_id','free_shipping'),(100663,11070,'instance_id','2'),(100664,11070,'cost','0.00'),(100665,11070,'total_tax','0'),(100666,11070,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100667,11070,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 30, 6 Pack Empty Foamer 8oz Bottle &times; 4'),(100668,11071,'_product_id','41'),(100669,11071,'_variation_id','0'),(100670,11071,'_qty','1'),(100671,11071,'_tax_class',''),(100672,11071,'_line_subtotal','66.48'),(100673,11071,'_line_subtotal_tax','0'),(100674,11071,'_line_total','66.48'),(100675,11071,'_line_tax','0'),(100676,11071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100677,11072,'_product_id','488'),(100678,11072,'_variation_id','0'),(100679,11072,'_qty','1'),(100680,11072,'_tax_class',''),(100681,11072,'_line_subtotal','31.35'),(100682,11072,'_line_subtotal_tax','0'),(100683,11072,'_line_total','31.35'),(100684,11072,'_line_tax','0'),(100685,11072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100686,11073,'_product_id','490'),(100687,11073,'_variation_id','0'),(100688,11073,'_qty','2'),(100689,11073,'_tax_class',''),(100690,11073,'_line_subtotal','39.2'),(100691,11073,'_line_subtotal_tax','0'),(100692,11073,'_line_total','39.2'),(100693,11073,'_line_tax','0'),(100694,11073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100695,11074,'method_id','fedex'),(100696,11074,'instance_id','1'),(100697,11074,'cost','16.14'),(100698,11074,'total_tax','0'),(100699,11074,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100700,11074,'Package 1','17 × 14 × 10 (in) 15.55lbs × 1'),(100701,11075,'_product_id','2110'),(100702,11075,'_variation_id','0'),(100703,11075,'_qty','5'),(100704,11075,'_tax_class',''),(100705,11075,'_line_subtotal','357'),(100706,11075,'_line_subtotal_tax','0'),(100707,11075,'_line_total','357'),(100708,11075,'_line_tax','0'),(100709,11075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100710,11076,'_product_id','41'),(100711,11076,'_variation_id','0'),(100712,11076,'_qty','5'),(100713,11076,'_tax_class',''),(100714,11076,'_line_subtotal','332.4'),(100715,11076,'_line_subtotal_tax','0'),(100716,11076,'_line_total','332.4'),(100717,11076,'_line_tax','0'),(100718,11076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100719,11077,'_product_id','43'),(100720,11077,'_variation_id','0'),(100721,11077,'_qty','3'),(100722,11077,'_tax_class',''),(100723,11077,'_line_subtotal','237.6'),(100724,11077,'_line_subtotal_tax','0'),(100725,11077,'_line_total','237.6'),(100726,11077,'_line_tax','0'),(100727,11077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100728,11078,'_product_id','49'),(100729,11078,'_variation_id','0'),(100730,11078,'_qty','3'),(100731,11078,'_tax_class',''),(100732,11078,'_line_subtotal','237.6'),(100733,11078,'_line_subtotal_tax','0'),(100734,11078,'_line_total','237.6'),(100735,11078,'_line_tax','0'),(100736,11078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100737,11079,'_product_id','490'),(100738,11079,'_variation_id','0'),(100739,11079,'_qty','10'),(100740,11079,'_tax_class',''),(100741,11079,'_line_subtotal','196'),(100742,11079,'_line_subtotal_tax','0'),(100743,11079,'_line_total','196'),(100744,11079,'_line_tax','0'),(100745,11079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100746,11080,'_product_id','318'),(100747,11080,'_variation_id','0'),(100748,11080,'_qty','20'),(100749,11080,'_tax_class',''),(100750,11080,'_line_subtotal','60'),(100751,11080,'_line_subtotal_tax','0'),(100752,11080,'_line_total','60'),(100753,11080,'_line_tax','0'),(100754,11080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100755,11081,'method_id','free_shipping'),(100756,11081,'instance_id','2'),(100757,11081,'cost','0.00'),(100758,11081,'total_tax','0'),(100759,11081,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100760,11081,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10, Goomee 4 Pack &times; 20'),(100761,11082,'_product_id','45'),(100762,11082,'_variation_id','0'),(100763,11082,'_qty','3'),(100764,11082,'_tax_class',''),(100765,11082,'_line_subtotal','126.72'),(100766,11082,'_line_subtotal_tax','0'),(100767,11082,'_line_total','126.72'),(100768,11082,'_line_tax','0'),(100769,11082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100770,11083,'method_id','fedex'),(100771,11083,'instance_id','1'),(100772,11083,'cost','27.84'),(100773,11083,'total_tax','0'),(100774,11083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100775,11083,'Package 1','17 × 14 × 10 (in) 23.5lbs × 1'),(100776,11084,'_product_id','2113'),(100777,11084,'_variation_id','0'),(100778,11084,'_qty','6'),(100779,11084,'_tax_class',''),(100780,11084,'_line_subtotal','1032'),(100781,11084,'_line_subtotal_tax','0'),(100782,11084,'_line_total','1032'),(100783,11084,'_line_tax','0'),(100784,11084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100785,11085,'_product_id','2110'),(100786,11085,'_variation_id','0'),(100787,11085,'_qty','10'),(100788,11085,'_tax_class',''),(100789,11085,'_line_subtotal','714'),(100790,11085,'_line_subtotal_tax','0'),(100791,11085,'_line_total','714'),(100792,11085,'_line_tax','0'),(100793,11085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100794,11086,'_product_id','49'),(100795,11086,'_variation_id','0'),(100796,11086,'_qty','2'),(100797,11086,'_tax_class',''),(100798,11086,'_line_subtotal','158.4'),(100799,11086,'_line_subtotal_tax','0'),(100800,11086,'_line_total','158.4'),(100801,11086,'_line_tax','0'),(100802,11086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100803,11087,'_product_id','43'),(100804,11087,'_variation_id','0'),(100805,11087,'_qty','6'),(100806,11087,'_tax_class',''),(100807,11087,'_line_subtotal','475.2'),(100808,11087,'_line_subtotal_tax','0'),(100809,11087,'_line_total','475.2'),(100810,11087,'_line_tax','0'),(100811,11087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100812,11088,'method_id','free_shipping'),(100813,11088,'instance_id','2'),(100814,11088,'cost','0.00'),(100815,11088,'total_tax','0'),(100816,11088,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100817,11088,'Items','Active Rinse 16oz 100%(Case of 16) &times; 6, Active Rinse 8oz 100%(Case of 12) &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 6'),(100818,11089,'_product_id','45'),(100819,11089,'_variation_id','0'),(100820,11089,'_qty','3'),(100821,11089,'_tax_class',''),(100822,11089,'_line_subtotal','126.72'),(100823,11089,'_line_subtotal_tax','0'),(100824,11089,'_line_total','126.72'),(100825,11089,'_line_tax','0'),(100826,11089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100827,11090,'_product_id','42'),(100828,11090,'_variation_id','0'),(100829,11090,'_qty','2'),(100830,11090,'_tax_class',''),(100831,11090,'_line_subtotal','158.4'),(100832,11090,'_line_subtotal_tax','0'),(100833,11090,'_line_total','158.4'),(100834,11090,'_line_tax','0'),(100835,11090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100836,11091,'_product_id','43'),(100837,11091,'_variation_id','0'),(100838,11091,'_qty','2'),(100839,11091,'_tax_class',''),(100840,11091,'_line_subtotal','158.4'),(100841,11091,'_line_subtotal_tax','0'),(100842,11091,'_line_total','158.4'),(100843,11091,'_line_tax','0'),(100844,11091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100845,11092,'_product_id','49'),(100846,11092,'_variation_id','0'),(100847,11092,'_qty','2'),(100848,11092,'_tax_class',''),(100849,11092,'_line_subtotal','158.4'),(100850,11092,'_line_subtotal_tax','0'),(100851,11092,'_line_total','158.4'),(100852,11092,'_line_tax','0'),(100853,11092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100854,11093,'_product_id','490'),(100855,11093,'_variation_id','0'),(100856,11093,'_qty','10'),(100857,11093,'_tax_class',''),(100858,11093,'_line_subtotal','196'),(100859,11093,'_line_subtotal_tax','0'),(100860,11093,'_line_total','196'),(100861,11093,'_line_tax','0'),(100862,11093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100863,11094,'method_id','free_shipping'),(100864,11094,'instance_id','2'),(100865,11094,'cost','0.00'),(100866,11094,'total_tax','0'),(100867,11094,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100868,11094,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(100869,11095,'_product_id','41'),(100870,11095,'_variation_id','0'),(100871,11095,'_qty','1'),(100872,11095,'_tax_class',''),(100873,11095,'_line_subtotal','66.48'),(100874,11095,'_line_subtotal_tax','0'),(100875,11095,'_line_total','66.48'),(100876,11095,'_line_tax','0'),(100877,11095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100878,11096,'_product_id','120'),(100879,11096,'_variation_id','0'),(100880,11096,'_qty','1'),(100881,11096,'_tax_class',''),(100882,11096,'_line_subtotal','52.8'),(100883,11096,'_line_subtotal_tax','0'),(100884,11096,'_line_total','52.8'),(100885,11096,'_line_tax','0'),(100886,11096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100887,11097,'_product_id','49'),(100888,11097,'_variation_id','0'),(100889,11097,'_qty','5'),(100890,11097,'_tax_class',''),(100891,11097,'_line_subtotal','396'),(100892,11097,'_line_subtotal_tax','0'),(100893,11097,'_line_total','396'),(100894,11097,'_line_tax','0'),(100895,11097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100896,11098,'method_id','free_shipping'),(100897,11098,'instance_id','2'),(100898,11098,'cost','0.00'),(100899,11098,'total_tax','0'),(100900,11098,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100901,11098,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 5'),(100902,11099,'_product_id','49'),(100903,11099,'_variation_id','0'),(100904,11099,'_qty','8'),(100905,11099,'_tax_class',''),(100906,11099,'_line_subtotal','633.6'),(100907,11099,'_line_subtotal_tax','0'),(100908,11099,'_line_total','633.6'),(100909,11099,'_line_tax','0'),(100910,11099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100911,11100,'_product_id','39'),(100912,11100,'_variation_id','0'),(100913,11100,'_qty','3'),(100914,11100,'_tax_class',''),(100915,11100,'_line_subtotal','237.6'),(100916,11100,'_line_subtotal_tax','0'),(100917,11100,'_line_total','237.6'),(100918,11100,'_line_tax','0'),(100919,11100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100920,11101,'_product_id','40'),(100921,11101,'_variation_id','0'),(100922,11101,'_qty','3'),(100923,11101,'_tax_class',''),(100924,11101,'_line_subtotal','237.6'),(100925,11101,'_line_subtotal_tax','0'),(100926,11101,'_line_total','237.6'),(100927,11101,'_line_tax','0'),(100928,11101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100929,11102,'method_id','free_shipping'),(100930,11102,'instance_id','2'),(100931,11102,'cost','0.00'),(100932,11102,'total_tax','0'),(100933,11102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100934,11102,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 8, Preventive Shampoo(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 3'),(100935,11030,'thwma_order_shipping_status','wc-pending'),(100936,11031,'thwma_order_shipping_status','wc-pending'),(100937,11032,'thwma_order_shipping_status','wc-pending'),(100938,11033,'thwma_order_shipping_status','wc-pending'),(100939,11034,'thwma_order_shipping_status','wc-pending'),(100940,11084,'thwma_order_shipping_status','wc-pending'),(100941,11085,'thwma_order_shipping_status','wc-pending'),(100942,11086,'thwma_order_shipping_status','wc-pending'),(100943,11087,'thwma_order_shipping_status','wc-pending'),(100949,11089,'thwma_order_shipping_status','wc-pending'),(100950,11090,'thwma_order_shipping_status','wc-pending'),(100951,11091,'thwma_order_shipping_status','wc-pending'),(100952,11092,'thwma_order_shipping_status','wc-pending'),(100953,11093,'thwma_order_shipping_status','wc-pending'),(100960,11075,'thwma_order_shipping_status','wc-pending'),(100961,11076,'thwma_order_shipping_status','wc-pending'),(100962,11077,'thwma_order_shipping_status','wc-pending'),(100963,11078,'thwma_order_shipping_status','wc-pending'),(100964,11079,'thwma_order_shipping_status','wc-pending'),(100965,11080,'thwma_order_shipping_status','wc-pending'),(100966,11063,'thwma_order_shipping_status','wc-pending'),(100967,11064,'thwma_order_shipping_status','wc-pending'),(100968,11065,'thwma_order_shipping_status','wc-pending'),(100969,11066,'thwma_order_shipping_status','wc-pending'),(100970,11067,'thwma_order_shipping_status','wc-pending'),(100971,11068,'thwma_order_shipping_status','wc-pending'),(100972,11069,'thwma_order_shipping_status','wc-pending'),(100973,11071,'thwma_order_shipping_status','wc-pending'),(100974,11072,'thwma_order_shipping_status','wc-pending'),(100975,11073,'thwma_order_shipping_status','wc-pending'),(100976,11103,'_product_id','49'),(100977,11103,'_variation_id','0'),(100978,11103,'_qty','3'),(100979,11103,'_tax_class',''),(100980,11103,'_line_subtotal','237.6'),(100981,11103,'_line_subtotal_tax','0'),(100982,11103,'_line_total','237.6'),(100983,11103,'_line_tax','0'),(100984,11103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100985,11104,'_product_id','103'),(100986,11104,'_variation_id','0'),(100987,11104,'_qty','1'),(100988,11104,'_tax_class',''),(100989,11104,'_line_subtotal','8.4'),(100990,11104,'_line_subtotal_tax','0'),(100991,11104,'_line_total','8.4'),(100992,11104,'_line_tax','0'),(100993,11104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(100994,11105,'method_id','fedex'),(100995,11105,'instance_id','1'),(100996,11105,'cost','16.88'),(100997,11105,'total_tax','0'),(100998,11105,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(100999,11105,'Package 1','17 × 14 × 10 (in) 24.95lbs × 1'),(101000,11106,'_product_id','44'),(101001,11106,'_variation_id','0'),(101002,11106,'_qty','3'),(101003,11106,'_tax_class',''),(101004,11106,'_line_subtotal','348.48'),(101005,11106,'_line_subtotal_tax','0'),(101006,11106,'_line_total','348.48'),(101007,11106,'_line_tax','0'),(101008,11106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101009,11107,'_product_id','43'),(101010,11107,'_variation_id','0'),(101011,11107,'_qty','2'),(101012,11107,'_tax_class',''),(101013,11107,'_line_subtotal','158.4'),(101014,11107,'_line_subtotal_tax','0'),(101015,11107,'_line_total','158.4'),(101016,11107,'_line_tax','0'),(101017,11107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101018,11108,'_product_id','120'),(101019,11108,'_variation_id','0'),(101020,11108,'_qty','1'),(101021,11108,'_tax_class',''),(101022,11108,'_line_subtotal','52.8'),(101023,11108,'_line_subtotal_tax','0'),(101024,11108,'_line_total','52.8'),(101025,11108,'_line_tax','0'),(101026,11108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101027,11109,'method_id','free_shipping'),(101028,11109,'instance_id','2'),(101029,11109,'cost','0.00'),(101030,11109,'total_tax','0'),(101031,11109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101032,11109,'Items','Preventive Kit(Case of 6) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1'),(101033,11110,'_product_id','23'),(101034,11110,'_variation_id','0'),(101035,11110,'_qty','6'),(101036,11110,'_tax_class',''),(101037,11110,'_line_subtotal','411.24'),(101038,11110,'_line_subtotal_tax','0'),(101039,11110,'_line_total','411.24'),(101040,11110,'_line_tax','0'),(101041,11110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101042,11111,'_product_id','41'),(101043,11111,'_variation_id','0'),(101044,11111,'_qty','5'),(101045,11111,'_tax_class',''),(101046,11111,'_line_subtotal','332.4'),(101047,11111,'_line_subtotal_tax','0'),(101048,11111,'_line_total','332.4'),(101049,11111,'_line_tax','0'),(101050,11111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101051,11112,'_product_id','45'),(101052,11112,'_variation_id','0'),(101053,11112,'_qty','5'),(101054,11112,'_tax_class',''),(101055,11112,'_line_subtotal','211.2'),(101056,11112,'_line_subtotal_tax','0'),(101057,11112,'_line_total','211.2'),(101058,11112,'_line_tax','0'),(101059,11112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101060,11113,'_product_id','39'),(101061,11113,'_variation_id','0'),(101062,11113,'_qty','3'),(101063,11113,'_tax_class',''),(101064,11113,'_line_subtotal','237.6'),(101065,11113,'_line_subtotal_tax','0'),(101066,11113,'_line_total','237.6'),(101067,11113,'_line_tax','0'),(101068,11113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101069,11114,'_product_id','40'),(101070,11114,'_variation_id','0'),(101071,11114,'_qty','3'),(101072,11114,'_tax_class',''),(101073,11114,'_line_subtotal','237.6'),(101074,11114,'_line_subtotal_tax','0'),(101075,11114,'_line_total','237.6'),(101076,11114,'_line_tax','0'),(101077,11114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101078,11115,'_product_id','43'),(101079,11115,'_variation_id','0'),(101080,11115,'_qty','5'),(101081,11115,'_tax_class',''),(101082,11115,'_line_subtotal','396'),(101083,11115,'_line_subtotal_tax','0'),(101084,11115,'_line_total','396'),(101085,11115,'_line_tax','0'),(101086,11115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101087,11116,'_product_id','49'),(101088,11116,'_variation_id','0'),(101089,11116,'_qty','5'),(101090,11116,'_tax_class',''),(101091,11116,'_line_subtotal','396'),(101092,11116,'_line_subtotal_tax','0'),(101093,11116,'_line_total','396'),(101094,11116,'_line_tax','0'),(101095,11116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101096,11117,'_product_id','490'),(101097,11117,'_variation_id','0'),(101098,11117,'_qty','15'),(101099,11117,'_tax_class',''),(101100,11117,'_line_subtotal','294'),(101101,11117,'_line_subtotal_tax','0'),(101102,11117,'_line_total','294'),(101103,11117,'_line_tax','0'),(101104,11117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101105,11118,'_product_id','487'),(101106,11118,'_variation_id','0'),(101107,11118,'_qty','2'),(101108,11118,'_tax_class',''),(101109,11118,'_line_subtotal','62.7'),(101110,11118,'_line_subtotal_tax','0'),(101111,11118,'_line_total','62.7'),(101112,11118,'_line_tax','0'),(101113,11118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101114,11119,'_product_id','488'),(101115,11119,'_variation_id','0'),(101116,11119,'_qty','2'),(101117,11119,'_tax_class',''),(101118,11119,'_line_subtotal','62.7'),(101119,11119,'_line_subtotal_tax','0'),(101120,11119,'_line_total','62.7'),(101121,11119,'_line_tax','0'),(101122,11119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101123,11120,'_product_id','133'),(101124,11120,'_variation_id','0'),(101125,11120,'_qty','4'),(101126,11120,'_tax_class',''),(101127,11120,'_line_subtotal','57.2'),(101128,11120,'_line_subtotal_tax','0'),(101129,11120,'_line_total','57.2'),(101130,11120,'_line_tax','0'),(101131,11120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101132,11121,'_product_id','51'),(101133,11121,'_variation_id','0'),(101134,11121,'_qty','1'),(101135,11121,'_tax_class',''),(101136,11121,'_line_subtotal','147.84'),(101137,11121,'_line_subtotal_tax','0'),(101138,11121,'_line_total','147.84'),(101139,11121,'_line_tax','0'),(101140,11121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101141,11122,'_product_id','44'),(101142,11122,'_variation_id','0'),(101143,11122,'_qty','1'),(101144,11122,'_tax_class',''),(101145,11122,'_line_subtotal','116.16'),(101146,11122,'_line_subtotal_tax','0'),(101147,11122,'_line_total','116.16'),(101148,11122,'_line_tax','0'),(101149,11122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101150,11123,'method_id','free_shipping'),(101151,11123,'instance_id','2'),(101152,11123,'cost','0.00'),(101153,11123,'total_tax','0'),(101154,11123,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101155,11123,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Preventive Shampoo(Case of 12) &times; 3, Preventive Conditioner(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 5, Bulk Active Rinse 100% RM &times; 15, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Head Bands &times; 4, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(101156,11124,'_product_id','488'),(101157,11124,'_variation_id','0'),(101158,11124,'_qty','1'),(101159,11124,'_tax_class',''),(101160,11124,'_line_subtotal','31.35'),(101161,11124,'_line_subtotal_tax','0'),(101162,11124,'_line_total','31.35'),(101163,11124,'_line_tax','0'),(101164,11124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101165,11125,'_product_id','490'),(101166,11125,'_variation_id','0'),(101167,11125,'_qty','10'),(101168,11125,'_tax_class',''),(101169,11125,'_line_subtotal','196'),(101170,11125,'_line_subtotal_tax','0'),(101171,11125,'_line_total','196'),(101172,11125,'_line_tax','0'),(101173,11125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101174,11126,'_product_id','49'),(101175,11126,'_variation_id','0'),(101176,11126,'_qty','3'),(101177,11126,'_tax_class',''),(101178,11126,'_line_subtotal','237.6'),(101179,11126,'_line_subtotal_tax','0'),(101180,11126,'_line_total','237.6'),(101181,11126,'_line_tax','0'),(101182,11126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101183,11127,'_product_id','120'),(101184,11127,'_variation_id','0'),(101185,11127,'_qty','2'),(101186,11127,'_tax_class',''),(101187,11127,'_line_subtotal','105.6'),(101188,11127,'_line_subtotal_tax','0'),(101189,11127,'_line_total','105.6'),(101190,11127,'_line_tax','0'),(101191,11127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101192,11128,'_product_id','45'),(101193,11128,'_variation_id','0'),(101194,11128,'_qty','3'),(101195,11128,'_tax_class',''),(101196,11128,'_line_subtotal','126.72'),(101197,11128,'_line_subtotal_tax','0'),(101198,11128,'_line_total','126.72'),(101199,11128,'_line_tax','0'),(101200,11128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101201,11129,'_product_id','41'),(101202,11129,'_variation_id','0'),(101203,11129,'_qty','3'),(101204,11129,'_tax_class',''),(101205,11129,'_line_subtotal','199.44'),(101206,11129,'_line_subtotal_tax','0'),(101207,11129,'_line_total','199.44'),(101208,11129,'_line_tax','0'),(101209,11129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101210,11130,'_product_id','2113'),(101211,11130,'_variation_id','0'),(101212,11130,'_qty','2'),(101213,11130,'_tax_class',''),(101214,11130,'_line_subtotal','344'),(101215,11130,'_line_subtotal_tax','0'),(101216,11130,'_line_total','344'),(101217,11130,'_line_tax','0'),(101218,11130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101219,11131,'_product_id','2110'),(101220,11131,'_variation_id','0'),(101221,11131,'_qty','2'),(101222,11131,'_tax_class',''),(101223,11131,'_line_subtotal','142.8'),(101224,11131,'_line_subtotal_tax','0'),(101225,11131,'_line_total','142.8'),(101226,11131,'_line_tax','0'),(101227,11131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101228,11132,'method_id','free_shipping'),(101229,11132,'instance_id','2'),(101230,11132,'cost','0.00'),(101231,11132,'total_tax','0'),(101232,11132,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101233,11132,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2'),(101234,11110,'thwma_order_shipping_status','wc-pending'),(101235,11111,'thwma_order_shipping_status','wc-pending'),(101236,11112,'thwma_order_shipping_status','wc-pending'),(101237,11113,'thwma_order_shipping_status','wc-pending'),(101238,11114,'thwma_order_shipping_status','wc-pending'),(101239,11115,'thwma_order_shipping_status','wc-pending'),(101240,11116,'thwma_order_shipping_status','wc-pending'),(101241,11117,'thwma_order_shipping_status','wc-pending'),(101242,11118,'thwma_order_shipping_status','wc-pending'),(101243,11119,'thwma_order_shipping_status','wc-pending'),(101244,11120,'thwma_order_shipping_status','wc-pending'),(101245,11121,'thwma_order_shipping_status','wc-pending'),(101246,11122,'thwma_order_shipping_status','wc-pending'),(101247,11106,'thwma_order_shipping_status','wc-pending'),(101248,11107,'thwma_order_shipping_status','wc-pending'),(101249,11108,'thwma_order_shipping_status','wc-pending'),(101250,11103,'thwma_order_shipping_status','wc-pending'),(101251,11104,'thwma_order_shipping_status','wc-pending'),(101252,11003,'thwma_order_shipping_status','wc-pending'),(101253,11004,'thwma_order_shipping_status','wc-pending'),(101254,11005,'thwma_order_shipping_status','wc-pending'),(101255,11006,'thwma_order_shipping_status','wc-pending'),(101256,11007,'thwma_order_shipping_status','wc-pending'),(101257,11008,'thwma_order_shipping_status','wc-pending'),(101258,11009,'thwma_order_shipping_status','wc-pending'),(101259,11050,'thwma_order_shipping_status','wc-pending'),(101260,11051,'thwma_order_shipping_status','wc-pending'),(101261,11052,'thwma_order_shipping_status','wc-pending'),(101262,11053,'thwma_order_shipping_status','wc-pending'),(101263,11095,'thwma_order_shipping_status','wc-pending'),(101264,11096,'thwma_order_shipping_status','wc-pending'),(101265,11097,'thwma_order_shipping_status','wc-pending'),(101266,11099,'thwma_order_shipping_status','wc-pending'),(101267,11100,'thwma_order_shipping_status','wc-pending'),(101268,11101,'thwma_order_shipping_status','wc-pending'),(101269,11133,'_product_id','2110'),(101270,11133,'_variation_id','0'),(101271,11133,'_qty','3'),(101272,11133,'_tax_class',''),(101273,11133,'_line_subtotal','214.2'),(101274,11133,'_line_subtotal_tax','0'),(101275,11133,'_line_total','214.2'),(101276,11133,'_line_tax','0'),(101277,11133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101278,11134,'_product_id','43'),(101279,11134,'_variation_id','0'),(101280,11134,'_qty','5'),(101281,11134,'_tax_class',''),(101282,11134,'_line_subtotal','396'),(101283,11134,'_line_subtotal_tax','0'),(101284,11134,'_line_total','396'),(101285,11134,'_line_tax','0'),(101286,11134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101287,11135,'_product_id','41'),(101288,11135,'_variation_id','0'),(101289,11135,'_qty','3'),(101290,11135,'_tax_class',''),(101291,11135,'_line_subtotal','199.44'),(101292,11135,'_line_subtotal_tax','0'),(101293,11135,'_line_total','199.44'),(101294,11135,'_line_tax','0'),(101295,11135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101296,11136,'_product_id','318'),(101297,11136,'_variation_id','0'),(101298,11136,'_qty','10'),(101299,11136,'_tax_class',''),(101300,11136,'_line_subtotal','30'),(101301,11136,'_line_subtotal_tax','0'),(101302,11136,'_line_total','30'),(101303,11136,'_line_tax','0'),(101304,11136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101305,11137,'_product_id','490'),(101306,11137,'_variation_id','0'),(101307,11137,'_qty','7'),(101308,11137,'_tax_class',''),(101309,11137,'_line_subtotal','137.2'),(101310,11137,'_line_subtotal_tax','0'),(101311,11137,'_line_total','137.2'),(101312,11137,'_line_tax','0'),(101313,11137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101314,11138,'_product_id','488'),(101315,11138,'_variation_id','0'),(101316,11138,'_qty','2'),(101317,11138,'_tax_class',''),(101318,11138,'_line_subtotal','62.7'),(101319,11138,'_line_subtotal_tax','0'),(101320,11138,'_line_total','62.7'),(101321,11138,'_line_tax','0'),(101322,11138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101323,11139,'method_id','free_shipping'),(101324,11139,'instance_id','2'),(101325,11139,'cost','0.00'),(101326,11139,'total_tax','0'),(101327,11139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101328,11139,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 3, Goomee 4 Pack &times; 10, Bulk Active Rinse 100% RM &times; 7, Bulk Detangling Spray 1 Gallon RM &times; 2'),(101329,11140,'_product_id','41'),(101330,11140,'_variation_id','0'),(101331,11140,'_qty','1'),(101332,11140,'_tax_class',''),(101333,11140,'_line_subtotal','66.48'),(101334,11140,'_line_subtotal_tax','0'),(101335,11140,'_line_total','66.48'),(101336,11140,'_line_tax','0'),(101337,11140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101338,11141,'_product_id','2110'),(101339,11141,'_variation_id','0'),(101340,11141,'_qty','3'),(101341,11141,'_tax_class',''),(101342,11141,'_line_subtotal','214.2'),(101343,11141,'_line_subtotal_tax','0'),(101344,11141,'_line_total','214.2'),(101345,11141,'_line_tax','0'),(101346,11141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101347,11142,'_product_id','43'),(101348,11142,'_variation_id','0'),(101349,11142,'_qty','2'),(101350,11142,'_tax_class',''),(101351,11142,'_line_subtotal','158.4'),(101352,11142,'_line_subtotal_tax','0'),(101353,11142,'_line_total','158.4'),(101354,11142,'_line_tax','0'),(101355,11142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101356,11143,'_product_id','42'),(101357,11143,'_variation_id','0'),(101358,11143,'_qty','1'),(101359,11143,'_tax_class',''),(101360,11143,'_line_subtotal','79.2'),(101361,11143,'_line_subtotal_tax','0'),(101362,11143,'_line_total','79.2'),(101363,11143,'_line_tax','0'),(101364,11143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101365,11144,'_product_id','133'),(101366,11144,'_variation_id','0'),(101367,11144,'_qty','6'),(101368,11144,'_tax_class',''),(101369,11144,'_line_subtotal','85.8'),(101370,11144,'_line_subtotal_tax','0'),(101371,11144,'_line_total','85.8'),(101372,11144,'_line_tax','0'),(101373,11144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101374,11145,'_product_id','318'),(101375,11145,'_variation_id','0'),(101376,11145,'_qty','20'),(101377,11145,'_tax_class',''),(101378,11145,'_line_subtotal','60'),(101379,11145,'_line_subtotal_tax','0'),(101380,11145,'_line_total','60'),(101381,11145,'_line_tax','0'),(101382,11145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101383,11146,'method_id','free_shipping'),(101384,11146,'instance_id','2'),(101385,11146,'cost','0.00'),(101386,11146,'total_tax','0'),(101387,11146,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101388,11146,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Disposable Head Bands &times; 6, Goomee 4 Pack &times; 20'),(101449,11154,'_product_id','2110'),(101450,11154,'_variation_id','0'),(101451,11154,'_qty','2'),(101452,11154,'_tax_class',''),(101453,11154,'_line_subtotal','142.8'),(101454,11154,'_line_subtotal_tax','0'),(101455,11154,'_line_total','142.8'),(101456,11154,'_line_tax','0'),(101457,11154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101458,11155,'_product_id','41'),(101459,11155,'_variation_id','0'),(101460,11155,'_qty','1'),(101461,11155,'_tax_class',''),(101462,11155,'_line_subtotal','66.48'),(101463,11155,'_line_subtotal_tax','0'),(101464,11155,'_line_total','66.48'),(101465,11155,'_line_tax','0'),(101466,11155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101467,11156,'_product_id','120'),(101468,11156,'_variation_id','0'),(101469,11156,'_qty','1'),(101470,11156,'_tax_class',''),(101471,11156,'_line_subtotal','52.8'),(101472,11156,'_line_subtotal_tax','0'),(101473,11156,'_line_total','52.8'),(101474,11156,'_line_tax','0'),(101475,11156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101476,11157,'_product_id','490'),(101477,11157,'_variation_id','0'),(101478,11157,'_qty','8'),(101479,11157,'_tax_class',''),(101480,11157,'_line_subtotal','156.8'),(101481,11157,'_line_subtotal_tax','0'),(101482,11157,'_line_total','156.8'),(101483,11157,'_line_tax','0'),(101484,11157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101485,11158,'_product_id','488'),(101486,11158,'_variation_id','0'),(101487,11158,'_qty','1'),(101488,11158,'_tax_class',''),(101489,11158,'_line_subtotal','31.35'),(101490,11158,'_line_subtotal_tax','0'),(101491,11158,'_line_total','31.35'),(101492,11158,'_line_tax','0'),(101493,11158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101494,11159,'_product_id','487'),(101495,11159,'_variation_id','0'),(101496,11159,'_qty','2'),(101497,11159,'_tax_class',''),(101498,11159,'_line_subtotal','62.7'),(101499,11159,'_line_subtotal_tax','0'),(101500,11159,'_line_total','62.7'),(101501,11159,'_line_tax','0'),(101502,11159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101503,11160,'method_id','free_shipping'),(101504,11160,'instance_id','2'),(101505,11160,'cost','0.00'),(101506,11160,'total_tax','0'),(101507,11160,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101508,11160,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 2'),(101509,11124,'thwma_order_shipping_status','wc-pending'),(101510,11125,'thwma_order_shipping_status','wc-pending'),(101511,11126,'thwma_order_shipping_status','wc-pending'),(101512,11127,'thwma_order_shipping_status','wc-pending'),(101513,11128,'thwma_order_shipping_status','wc-pending'),(101514,11129,'thwma_order_shipping_status','wc-pending'),(101515,11130,'thwma_order_shipping_status','wc-pending'),(101516,11131,'thwma_order_shipping_status','wc-pending'),(101517,11161,'_product_id','2113'),(101518,11161,'_variation_id','0'),(101519,11161,'_qty','1'),(101520,11161,'_tax_class',''),(101521,11161,'_line_subtotal','172'),(101522,11161,'_line_subtotal_tax','0'),(101523,11161,'_line_total','172'),(101524,11161,'_line_tax','0'),(101525,11161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101526,11162,'_product_id','2110'),(101527,11162,'_variation_id','0'),(101528,11162,'_qty','2'),(101529,11162,'_tax_class',''),(101530,11162,'_line_subtotal','142.8'),(101531,11162,'_line_subtotal_tax','0'),(101532,11162,'_line_total','142.8'),(101533,11162,'_line_tax','0'),(101534,11162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101535,11163,'_product_id','45'),(101536,11163,'_variation_id','0'),(101537,11163,'_qty','1'),(101538,11163,'_tax_class',''),(101539,11163,'_line_subtotal','42.24'),(101540,11163,'_line_subtotal_tax','0'),(101541,11163,'_line_total','42.24'),(101542,11163,'_line_tax','0'),(101543,11163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101544,11164,'_product_id','43'),(101545,11164,'_variation_id','0'),(101546,11164,'_qty','2'),(101547,11164,'_tax_class',''),(101548,11164,'_line_subtotal','158.4'),(101549,11164,'_line_subtotal_tax','0'),(101550,11164,'_line_total','158.4'),(101551,11164,'_line_tax','0'),(101552,11164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101553,11165,'_product_id','41'),(101554,11165,'_variation_id','0'),(101555,11165,'_qty','3'),(101556,11165,'_tax_class',''),(101557,11165,'_line_subtotal','199.44'),(101558,11165,'_line_subtotal_tax','0'),(101559,11165,'_line_total','199.44'),(101560,11165,'_line_tax','0'),(101561,11165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101562,11166,'_product_id','490'),(101563,11166,'_variation_id','0'),(101564,11166,'_qty','10'),(101565,11166,'_tax_class',''),(101566,11166,'_line_subtotal','196'),(101567,11166,'_line_subtotal_tax','0'),(101568,11166,'_line_total','196'),(101569,11166,'_line_tax','0'),(101570,11166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101571,11167,'method_id','free_shipping'),(101572,11167,'instance_id','2'),(101573,11167,'cost','0.00'),(101574,11167,'total_tax','0'),(101575,11167,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101576,11167,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 10'),(101577,11168,'_product_id','41'),(101578,11168,'_variation_id','0'),(101579,11168,'_qty','4'),(101580,11168,'_tax_class',''),(101581,11168,'_line_subtotal','265.92'),(101582,11168,'_line_subtotal_tax','0'),(101583,11168,'_line_total','265.92'),(101584,11168,'_line_tax','0'),(101585,11168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101586,11169,'_product_id','490'),(101587,11169,'_variation_id','0'),(101588,11169,'_qty','4'),(101589,11169,'_tax_class',''),(101590,11169,'_line_subtotal','78.4'),(101591,11169,'_line_subtotal_tax','0'),(101592,11169,'_line_total','78.4'),(101593,11169,'_line_tax','0'),(101594,11169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101595,11170,'method_id','fedex'),(101596,11170,'instance_id','1'),(101597,11170,'cost','17.47'),(101598,11170,'total_tax','0'),(101599,11170,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101600,11170,'Package 1','17 × 14 × 10 (in) 19.2lbs × 1'),(101601,11171,'_product_id','2110'),(101602,11171,'_variation_id','0'),(101603,11171,'_qty','5'),(101604,11171,'_tax_class',''),(101605,11171,'_line_subtotal','357'),(101606,11171,'_line_subtotal_tax','0'),(101607,11171,'_line_total','357'),(101608,11171,'_line_tax','0'),(101609,11171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101610,11172,'_product_id','40'),(101611,11172,'_variation_id','0'),(101612,11172,'_qty','2'),(101613,11172,'_tax_class',''),(101614,11172,'_line_subtotal','158.4'),(101615,11172,'_line_subtotal_tax','0'),(101616,11172,'_line_total','158.4'),(101617,11172,'_line_tax','0'),(101618,11172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101619,11173,'_product_id','49'),(101620,11173,'_variation_id','0'),(101621,11173,'_qty','5'),(101622,11173,'_tax_class',''),(101623,11173,'_line_subtotal','396'),(101624,11173,'_line_subtotal_tax','0'),(101625,11173,'_line_total','396'),(101626,11173,'_line_tax','0'),(101627,11173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101628,11174,'method_id','free_shipping'),(101629,11174,'instance_id','2'),(101630,11174,'cost','0.00'),(101631,11174,'total_tax','0'),(101632,11174,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101633,11174,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 5'),(101634,11175,'_product_id','120'),(101635,11175,'_variation_id','0'),(101636,11175,'_qty','2'),(101637,11175,'_tax_class',''),(101638,11175,'_line_subtotal','105.6'),(101639,11175,'_line_subtotal_tax','0'),(101640,11175,'_line_total','105.6'),(101641,11175,'_line_tax','0'),(101642,11175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101643,11176,'method_id','fedex'),(101644,11176,'instance_id','1'),(101645,11176,'cost','19.92'),(101646,11176,'total_tax','0'),(101647,11176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101648,11176,'Package 1','17 × 14 × 10 (in) 9lbs × 1'),(101649,11177,'_product_id','2110'),(101650,11177,'_variation_id','0'),(101651,11177,'_qty','2'),(101652,11177,'_tax_class',''),(101653,11177,'_line_subtotal','142.8'),(101654,11177,'_line_subtotal_tax','0'),(101655,11177,'_line_total','142.8'),(101656,11177,'_line_tax','0'),(101657,11177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101658,11178,'_product_id','44'),(101659,11178,'_variation_id','0'),(101660,11178,'_qty','2'),(101661,11178,'_tax_class',''),(101662,11178,'_line_subtotal','232.32'),(101663,11178,'_line_subtotal_tax','0'),(101664,11178,'_line_total','232.32'),(101665,11178,'_line_tax','0'),(101666,11178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101667,11179,'_product_id','490'),(101668,11179,'_variation_id','0'),(101669,11179,'_qty','5'),(101670,11179,'_tax_class',''),(101671,11179,'_line_subtotal','98'),(101672,11179,'_line_subtotal_tax','0'),(101673,11179,'_line_total','98'),(101674,11179,'_line_tax','0'),(101675,11179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101676,11180,'_product_id','487'),(101677,11180,'_variation_id','0'),(101678,11180,'_qty','1'),(101679,11180,'_tax_class',''),(101680,11180,'_line_subtotal','31.35'),(101681,11180,'_line_subtotal_tax','0'),(101682,11180,'_line_total','31.35'),(101683,11180,'_line_tax','0'),(101684,11180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101685,11181,'_product_id','43'),(101686,11181,'_variation_id','0'),(101687,11181,'_qty','1'),(101688,11181,'_tax_class',''),(101689,11181,'_line_subtotal','79.2'),(101690,11181,'_line_subtotal_tax','0'),(101691,11181,'_line_total','79.2'),(101692,11181,'_line_tax','0'),(101693,11181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101694,11182,'method_id','free_shipping'),(101695,11182,'instance_id','2'),(101696,11182,'cost','0.00'),(101697,11182,'total_tax','0'),(101698,11182,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101699,11182,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Mousse 1 Gallon RM &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(101700,11183,'_product_id','23'),(101701,11183,'_variation_id','0'),(101702,11183,'_qty','4'),(101703,11183,'_tax_class',''),(101704,11183,'_line_subtotal','274.16'),(101705,11183,'_line_subtotal_tax','0'),(101706,11183,'_line_total','274.16'),(101707,11183,'_line_tax','0'),(101708,11183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101709,11184,'_product_id','41'),(101710,11184,'_variation_id','0'),(101711,11184,'_qty','2'),(101712,11184,'_tax_class',''),(101713,11184,'_line_subtotal','132.96'),(101714,11184,'_line_subtotal_tax','0'),(101715,11184,'_line_total','132.96'),(101716,11184,'_line_tax','0'),(101717,11184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101718,11185,'_product_id','45'),(101719,11185,'_variation_id','0'),(101720,11185,'_qty','1'),(101721,11185,'_tax_class',''),(101722,11185,'_line_subtotal','42.24'),(101723,11185,'_line_subtotal_tax','0'),(101724,11185,'_line_total','42.24'),(101725,11185,'_line_tax','0'),(101726,11185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101727,11186,'_product_id','39'),(101728,11186,'_variation_id','0'),(101729,11186,'_qty','1'),(101730,11186,'_tax_class',''),(101731,11186,'_line_subtotal','79.2'),(101732,11186,'_line_subtotal_tax','0'),(101733,11186,'_line_total','79.2'),(101734,11186,'_line_tax','0'),(101735,11186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101736,11187,'_product_id','40'),(101737,11187,'_variation_id','0'),(101738,11187,'_qty','1'),(101739,11187,'_tax_class',''),(101740,11187,'_line_subtotal','79.2'),(101741,11187,'_line_subtotal_tax','0'),(101742,11187,'_line_total','79.2'),(101743,11187,'_line_tax','0'),(101744,11187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101745,11188,'_product_id','43'),(101746,11188,'_variation_id','0'),(101747,11188,'_qty','1'),(101748,11188,'_tax_class',''),(101749,11188,'_line_subtotal','79.2'),(101750,11188,'_line_subtotal_tax','0'),(101751,11188,'_line_total','79.2'),(101752,11188,'_line_tax','0'),(101753,11188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101754,11189,'_product_id','490'),(101755,11189,'_variation_id','0'),(101756,11189,'_qty','8'),(101757,11189,'_tax_class',''),(101758,11189,'_line_subtotal','156.8'),(101759,11189,'_line_subtotal_tax','0'),(101760,11189,'_line_total','156.8'),(101761,11189,'_line_tax','0'),(101762,11189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101763,11190,'_product_id','487'),(101764,11190,'_variation_id','0'),(101765,11190,'_qty','1'),(101766,11190,'_tax_class',''),(101767,11190,'_line_subtotal','31.35'),(101768,11190,'_line_subtotal_tax','0'),(101769,11190,'_line_total','31.35'),(101770,11190,'_line_tax','0'),(101771,11190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101772,11191,'method_id','free_shipping'),(101773,11191,'instance_id','2'),(101774,11191,'cost','0.00'),(101775,11191,'total_tax','0'),(101776,11191,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101777,11191,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Mousse 1 Gallon RM &times; 1'),(101778,11192,'_product_id','2110'),(101779,11192,'_variation_id','0'),(101780,11192,'_qty','1'),(101781,11192,'_tax_class',''),(101782,11192,'_line_subtotal','71.4'),(101783,11192,'_line_subtotal_tax','0'),(101784,11192,'_line_total','71.4'),(101785,11192,'_line_tax','0'),(101786,11192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101787,11193,'_product_id','41'),(101788,11193,'_variation_id','0'),(101789,11193,'_qty','2'),(101790,11193,'_tax_class',''),(101791,11193,'_line_subtotal','132.96'),(101792,11193,'_line_subtotal_tax','0'),(101793,11193,'_line_total','132.96'),(101794,11193,'_line_tax','0'),(101795,11193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101796,11194,'_product_id','43'),(101797,11194,'_variation_id','0'),(101798,11194,'_qty','3'),(101799,11194,'_tax_class',''),(101800,11194,'_line_subtotal','237.6'),(101801,11194,'_line_subtotal_tax','0'),(101802,11194,'_line_total','237.6'),(101803,11194,'_line_tax','0'),(101804,11194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101805,11195,'_product_id','49'),(101806,11195,'_variation_id','0'),(101807,11195,'_qty','1'),(101808,11195,'_tax_class',''),(101809,11195,'_line_subtotal','79.2'),(101810,11195,'_line_subtotal_tax','0'),(101811,11195,'_line_total','79.2'),(101812,11195,'_line_tax','0'),(101813,11195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101814,11196,'_product_id','93'),(101815,11196,'_variation_id','0'),(101816,11196,'_qty','6'),(101817,11196,'_tax_class',''),(101818,11196,'_line_subtotal','0'),(101819,11196,'_line_subtotal_tax','0'),(101820,11196,'_line_total','0'),(101821,11196,'_line_tax','0'),(101822,11196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101823,11197,'method_id','free_shipping'),(101824,11197,'instance_id','2'),(101825,11197,'cost','0.00'),(101826,11197,'total_tax','0'),(101827,11197,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101828,11197,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 6'),(101834,11140,'thwma_order_shipping_status','wc-pending'),(101835,11141,'thwma_order_shipping_status','wc-pending'),(101836,11142,'thwma_order_shipping_status','wc-pending'),(101837,11143,'thwma_order_shipping_status','wc-pending'),(101838,11144,'thwma_order_shipping_status','wc-pending'),(101839,11145,'thwma_order_shipping_status','wc-pending'),(101840,11133,'thwma_order_shipping_status','wc-pending'),(101841,11134,'thwma_order_shipping_status','wc-pending'),(101842,11135,'thwma_order_shipping_status','wc-pending'),(101843,11136,'thwma_order_shipping_status','wc-pending'),(101844,11137,'thwma_order_shipping_status','wc-pending'),(101845,11138,'thwma_order_shipping_status','wc-pending'),(101846,11154,'thwma_order_shipping_status','wc-pending'),(101847,11155,'thwma_order_shipping_status','wc-pending'),(101848,11156,'thwma_order_shipping_status','wc-pending'),(101849,11157,'thwma_order_shipping_status','wc-pending'),(101850,11158,'thwma_order_shipping_status','wc-pending'),(101851,11159,'thwma_order_shipping_status','wc-pending'),(101854,11168,'thwma_order_shipping_status','wc-pending'),(101855,11169,'thwma_order_shipping_status','wc-pending'),(101856,11161,'thwma_order_shipping_status','wc-pending'),(101857,11162,'thwma_order_shipping_status','wc-pending'),(101858,11163,'thwma_order_shipping_status','wc-pending'),(101859,11164,'thwma_order_shipping_status','wc-pending'),(101860,11165,'thwma_order_shipping_status','wc-pending'),(101861,11166,'thwma_order_shipping_status','wc-pending'),(101862,11198,'_product_id','2113'),(101863,11198,'_variation_id','0'),(101864,11198,'_qty','2'),(101865,11198,'_tax_class',''),(101866,11198,'_line_subtotal','344'),(101867,11198,'_line_subtotal_tax','0'),(101868,11198,'_line_total','344'),(101869,11198,'_line_tax','0'),(101870,11198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101871,11199,'_product_id','43'),(101872,11199,'_variation_id','0'),(101873,11199,'_qty','1'),(101874,11199,'_tax_class',''),(101875,11199,'_line_subtotal','79.2'),(101876,11199,'_line_subtotal_tax','0'),(101877,11199,'_line_total','79.2'),(101878,11199,'_line_tax','0'),(101879,11199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101880,11200,'_product_id','49'),(101881,11200,'_variation_id','0'),(101882,11200,'_qty','1'),(101883,11200,'_tax_class',''),(101884,11200,'_line_subtotal','79.2'),(101885,11200,'_line_subtotal_tax','0'),(101886,11200,'_line_total','79.2'),(101887,11200,'_line_tax','0'),(101888,11200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101889,11201,'_product_id','487'),(101890,11201,'_variation_id','0'),(101891,11201,'_qty','2'),(101892,11201,'_tax_class',''),(101893,11201,'_line_subtotal','62.7'),(101894,11201,'_line_subtotal_tax','0'),(101895,11201,'_line_total','62.7'),(101896,11201,'_line_tax','0'),(101897,11201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101898,11202,'method_id','free_shipping'),(101899,11202,'instance_id','2'),(101900,11202,'cost','0.00'),(101901,11202,'total_tax','0'),(101902,11202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(101903,11202,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2'),(101904,11171,'thwma_order_shipping_status','wc-pending'),(101905,11172,'thwma_order_shipping_status','wc-pending'),(101906,11173,'thwma_order_shipping_status','wc-pending'),(101912,11177,'thwma_order_shipping_status','wc-pending'),(101913,11178,'thwma_order_shipping_status','wc-pending'),(101914,11179,'thwma_order_shipping_status','wc-pending'),(101915,11180,'thwma_order_shipping_status','wc-pending'),(101916,11181,'thwma_order_shipping_status','wc-pending'),(101917,11198,'thwma_order_shipping_status','wc-pending'),(101918,11199,'thwma_order_shipping_status','wc-pending'),(101919,11200,'thwma_order_shipping_status','wc-pending'),(101920,11201,'thwma_order_shipping_status','wc-pending'),(101929,11183,'thwma_order_shipping_status','wc-pending'),(101930,11184,'thwma_order_shipping_status','wc-pending'),(101931,11185,'thwma_order_shipping_status','wc-pending'),(101932,11186,'thwma_order_shipping_status','wc-pending'),(101933,11187,'thwma_order_shipping_status','wc-pending'),(101934,11188,'thwma_order_shipping_status','wc-pending'),(101935,11189,'thwma_order_shipping_status','wc-pending'),(101936,11190,'thwma_order_shipping_status','wc-pending'),(101937,11203,'_product_id','39'),(101938,11203,'_variation_id','0'),(101939,11203,'_qty','1'),(101940,11203,'_tax_class',''),(101941,11203,'_line_subtotal','79.2'),(101942,11203,'_line_subtotal_tax','0'),(101943,11203,'_line_total','79.2'),(101944,11203,'_line_tax','0'),(101945,11203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101946,11204,'_product_id','40'),(101947,11204,'_variation_id','0'),(101948,11204,'_qty','1'),(101949,11204,'_tax_class',''),(101950,11204,'_line_subtotal','79.2'),(101951,11204,'_line_subtotal_tax','0'),(101952,11204,'_line_total','79.2'),(101953,11204,'_line_tax','0'),(101954,11204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101955,11205,'_product_id','43'),(101956,11205,'_variation_id','0'),(101957,11205,'_qty','1'),(101958,11205,'_tax_class',''),(101959,11205,'_line_subtotal','79.2'),(101960,11205,'_line_subtotal_tax','0'),(101961,11205,'_line_total','79.2'),(101962,11205,'_line_tax','0'),(101963,11205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101964,11206,'_product_id','23'),(101965,11206,'_variation_id','0'),(101966,11206,'_qty','4'),(101967,11206,'_tax_class',''),(101968,11206,'_line_subtotal','274.16'),(101969,11206,'_line_subtotal_tax','0'),(101970,11206,'_line_total','274.16'),(101971,11206,'_line_tax','0'),(101972,11206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101973,11207,'_product_id','38'),(101974,11207,'_variation_id','0'),(101975,11207,'_qty','3'),(101976,11207,'_tax_class',''),(101977,11207,'_line_subtotal','497.28'),(101978,11207,'_line_subtotal_tax','0'),(101979,11207,'_line_total','497.28'),(101980,11207,'_line_tax','0'),(101981,11207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101982,11208,'_product_id','41'),(101983,11208,'_variation_id','0'),(101984,11208,'_qty','4'),(101985,11208,'_tax_class',''),(101986,11208,'_line_subtotal','265.92'),(101987,11208,'_line_subtotal_tax','0'),(101988,11208,'_line_total','265.92'),(101989,11208,'_line_tax','0'),(101990,11208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(101991,11209,'_product_id','45'),(101992,11209,'_variation_id','0'),(101993,11209,'_qty','3'),(101994,11209,'_tax_class',''),(101995,11209,'_line_subtotal','126.72'),(101996,11209,'_line_subtotal_tax','0'),(101997,11209,'_line_total','126.72'),(101998,11209,'_line_tax','0'),(101999,11209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102000,11210,'method_id','free_shipping'),(102001,11210,'instance_id','2'),(102002,11210,'cost','0.00'),(102003,11210,'total_tax','0'),(102004,11210,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102005,11210,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 4, Active Rinse 16oz 50/50(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(102006,11211,'_product_id','2113'),(102007,11211,'_variation_id','0'),(102008,11211,'_qty','1'),(102009,11211,'_tax_class',''),(102010,11211,'_line_subtotal','172'),(102011,11211,'_line_subtotal_tax','0'),(102012,11211,'_line_total','172'),(102013,11211,'_line_tax','0'),(102014,11211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102015,11212,'_product_id','41'),(102016,11212,'_variation_id','0'),(102017,11212,'_qty','3'),(102018,11212,'_tax_class',''),(102019,11212,'_line_subtotal','199.44'),(102020,11212,'_line_subtotal_tax','0'),(102021,11212,'_line_total','199.44'),(102022,11212,'_line_tax','0'),(102023,11212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102024,11213,'_product_id','487'),(102025,11213,'_variation_id','0'),(102026,11213,'_qty','1'),(102027,11213,'_tax_class',''),(102028,11213,'_line_subtotal','31.35'),(102029,11213,'_line_subtotal_tax','0'),(102030,11213,'_line_total','31.35'),(102031,11213,'_line_tax','0'),(102032,11213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102033,11214,'_product_id','490'),(102034,11214,'_variation_id','0'),(102035,11214,'_qty','2'),(102036,11214,'_tax_class',''),(102037,11214,'_line_subtotal','39.2'),(102038,11214,'_line_subtotal_tax','0'),(102039,11214,'_line_total','39.2'),(102040,11214,'_line_tax','0'),(102041,11214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102042,11215,'method_id','fedex'),(102043,11215,'instance_id','1'),(102044,11215,'cost','81.76'),(102045,11215,'total_tax','0'),(102046,11215,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102047,11215,'Package 1','14 × 14 × 14 (in) 27.35lbs × 1'),(102048,11215,'Package 2','11.25 × 8.75 × 7.75 (in) 12.09lbs × 1'),(102049,11216,'_product_id','45'),(102050,11216,'_variation_id','0'),(102051,11216,'_qty','3'),(102052,11216,'_tax_class',''),(102053,11216,'_line_subtotal','126.72'),(102054,11216,'_line_subtotal_tax','0'),(102055,11216,'_line_total','126.72'),(102056,11216,'_line_tax','0'),(102057,11216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102058,11217,'_product_id','41'),(102059,11217,'_variation_id','0'),(102060,11217,'_qty','3'),(102061,11217,'_tax_class',''),(102062,11217,'_line_subtotal','199.44'),(102063,11217,'_line_subtotal_tax','0'),(102064,11217,'_line_total','199.44'),(102065,11217,'_line_tax','0'),(102066,11217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102067,11218,'_product_id','43'),(102068,11218,'_variation_id','0'),(102069,11218,'_qty','3'),(102070,11218,'_tax_class',''),(102071,11218,'_line_subtotal','237.6'),(102072,11218,'_line_subtotal_tax','0'),(102073,11218,'_line_total','237.6'),(102074,11218,'_line_tax','0'),(102075,11218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102076,11219,'_product_id','487'),(102077,11219,'_variation_id','0'),(102078,11219,'_qty','2'),(102079,11219,'_tax_class',''),(102080,11219,'_line_subtotal','62.7'),(102081,11219,'_line_subtotal_tax','0'),(102082,11219,'_line_total','62.7'),(102083,11219,'_line_tax','0'),(102084,11219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102085,11220,'_product_id','488'),(102086,11220,'_variation_id','0'),(102087,11220,'_qty','1'),(102088,11220,'_tax_class',''),(102089,11220,'_line_subtotal','31.35'),(102090,11220,'_line_subtotal_tax','0'),(102091,11220,'_line_total','31.35'),(102092,11220,'_line_tax','0'),(102093,11220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102094,11221,'_product_id','490'),(102095,11221,'_variation_id','0'),(102096,11221,'_qty','10'),(102097,11221,'_tax_class',''),(102098,11221,'_line_subtotal','196'),(102099,11221,'_line_subtotal_tax','0'),(102100,11221,'_line_total','196'),(102101,11221,'_line_tax','0'),(102102,11221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102103,11222,'method_id','free_shipping'),(102104,11222,'instance_id','2'),(102105,11222,'cost','0.00'),(102106,11222,'total_tax','0'),(102107,11222,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102108,11222,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10'),(102109,11223,'_product_id','23'),(102110,11223,'_variation_id','0'),(102111,11223,'_qty','2'),(102112,11223,'_tax_class',''),(102113,11223,'_line_subtotal','137.08'),(102114,11223,'_line_subtotal_tax','0'),(102115,11223,'_line_total','137.08'),(102116,11223,'_line_tax','0'),(102117,11223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102118,11224,'_product_id','38'),(102119,11224,'_variation_id','0'),(102120,11224,'_qty','1'),(102121,11224,'_tax_class',''),(102122,11224,'_line_subtotal','165.76'),(102123,11224,'_line_subtotal_tax','0'),(102124,11224,'_line_total','165.76'),(102125,11224,'_line_tax','0'),(102126,11224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102127,11225,'_product_id','2110'),(102128,11225,'_variation_id','0'),(102129,11225,'_qty','1'),(102130,11225,'_tax_class',''),(102131,11225,'_line_subtotal','71.4'),(102132,11225,'_line_subtotal_tax','0'),(102133,11225,'_line_total','71.4'),(102134,11225,'_line_tax','0'),(102135,11225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102136,11226,'_product_id','2113'),(102137,11226,'_variation_id','0'),(102138,11226,'_qty','1'),(102139,11226,'_tax_class',''),(102140,11226,'_line_subtotal','172'),(102141,11226,'_line_subtotal_tax','0'),(102142,11226,'_line_total','172'),(102143,11226,'_line_tax','0'),(102144,11226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102145,11227,'_product_id','41'),(102146,11227,'_variation_id','0'),(102147,11227,'_qty','2'),(102148,11227,'_tax_class',''),(102149,11227,'_line_subtotal','132.96'),(102150,11227,'_line_subtotal_tax','0'),(102151,11227,'_line_total','132.96'),(102152,11227,'_line_tax','0'),(102153,11227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102154,11228,'_product_id','490'),(102155,11228,'_variation_id','0'),(102156,11228,'_qty','8'),(102157,11228,'_tax_class',''),(102158,11228,'_line_subtotal','156.8'),(102159,11228,'_line_subtotal_tax','0'),(102160,11228,'_line_total','156.8'),(102161,11228,'_line_tax','0'),(102162,11228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102163,11229,'method_id','free_shipping'),(102164,11229,'instance_id','2'),(102165,11229,'cost','0.00'),(102166,11229,'total_tax','0'),(102167,11229,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102168,11229,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8'),(102169,11230,'_product_id','2110'),(102170,11230,'_variation_id','0'),(102171,11230,'_qty','3'),(102172,11230,'_tax_class',''),(102173,11230,'_line_subtotal','214.2'),(102174,11230,'_line_subtotal_tax','0'),(102175,11230,'_line_total','214.2'),(102176,11230,'_line_tax','0'),(102177,11230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102178,11231,'_product_id','2113'),(102179,11231,'_variation_id','0'),(102180,11231,'_qty','2'),(102181,11231,'_tax_class',''),(102182,11231,'_line_subtotal','344'),(102183,11231,'_line_subtotal_tax','0'),(102184,11231,'_line_total','344'),(102185,11231,'_line_tax','0'),(102186,11231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102187,11232,'_product_id','45'),(102188,11232,'_variation_id','0'),(102189,11232,'_qty','1'),(102190,11232,'_tax_class',''),(102191,11232,'_line_subtotal','42.24'),(102192,11232,'_line_subtotal_tax','0'),(102193,11232,'_line_total','42.24'),(102194,11232,'_line_tax','0'),(102195,11232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102196,11233,'_product_id','41'),(102197,11233,'_variation_id','0'),(102198,11233,'_qty','2'),(102199,11233,'_tax_class',''),(102200,11233,'_line_subtotal','132.96'),(102201,11233,'_line_subtotal_tax','0'),(102202,11233,'_line_total','132.96'),(102203,11233,'_line_tax','0'),(102204,11233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102205,11234,'_product_id','42'),(102206,11234,'_variation_id','0'),(102207,11234,'_qty','1'),(102208,11234,'_tax_class',''),(102209,11234,'_line_subtotal','79.2'),(102210,11234,'_line_subtotal_tax','0'),(102211,11234,'_line_total','79.2'),(102212,11234,'_line_tax','0'),(102213,11234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102214,11235,'_product_id','44'),(102215,11235,'_variation_id','0'),(102216,11235,'_qty','1'),(102217,11235,'_tax_class',''),(102218,11235,'_line_subtotal','116.16'),(102219,11235,'_line_subtotal_tax','0'),(102220,11235,'_line_total','116.16'),(102221,11235,'_line_tax','0'),(102222,11235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102223,11236,'_product_id','490'),(102224,11236,'_variation_id','0'),(102225,11236,'_qty','10'),(102226,11236,'_tax_class',''),(102227,11236,'_line_subtotal','196'),(102228,11236,'_line_subtotal_tax','0'),(102229,11236,'_line_total','196'),(102230,11236,'_line_tax','0'),(102231,11236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102232,11237,'_product_id','101'),(102233,11237,'_variation_id','0'),(102234,11237,'_qty','1'),(102235,11237,'_tax_class',''),(102236,11237,'_line_subtotal','8.4'),(102237,11237,'_line_subtotal_tax','0'),(102238,11237,'_line_total','8.4'),(102239,11237,'_line_tax','0'),(102240,11237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102241,11238,'method_id','free_shipping'),(102242,11238,'instance_id','2'),(102243,11238,'cost','0.00'),(102244,11238,'total_tax','0'),(102245,11238,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102246,11238,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, 6 Pack Empty Rinse 8oz Bottles &times; 1'),(102247,11223,'thwma_order_shipping_status','wc-pending'),(102248,11224,'thwma_order_shipping_status','wc-pending'),(102249,11225,'thwma_order_shipping_status','wc-pending'),(102250,11226,'thwma_order_shipping_status','wc-pending'),(102251,11227,'thwma_order_shipping_status','wc-pending'),(102252,11228,'thwma_order_shipping_status','wc-pending'),(102253,11216,'thwma_order_shipping_status','wc-pending'),(102254,11217,'thwma_order_shipping_status','wc-pending'),(102255,11218,'thwma_order_shipping_status','wc-pending'),(102256,11219,'thwma_order_shipping_status','wc-pending'),(102257,11220,'thwma_order_shipping_status','wc-pending'),(102258,11221,'thwma_order_shipping_status','wc-pending'),(102259,11211,'thwma_order_shipping_status','wc-pending'),(102260,11212,'thwma_order_shipping_status','wc-pending'),(102261,11213,'thwma_order_shipping_status','wc-pending'),(102262,11214,'thwma_order_shipping_status','wc-pending'),(102263,11203,'thwma_order_shipping_status','wc-pending'),(102264,11204,'thwma_order_shipping_status','wc-pending'),(102265,11205,'thwma_order_shipping_status','wc-pending'),(102266,11206,'thwma_order_shipping_status','wc-pending'),(102267,11207,'thwma_order_shipping_status','wc-pending'),(102268,11208,'thwma_order_shipping_status','wc-pending'),(102269,11209,'thwma_order_shipping_status','wc-pending'),(102270,11230,'thwma_order_shipping_status','wc-pending'),(102271,11231,'thwma_order_shipping_status','wc-pending'),(102272,11232,'thwma_order_shipping_status','wc-pending'),(102273,11233,'thwma_order_shipping_status','wc-pending'),(102274,11234,'thwma_order_shipping_status','wc-pending'),(102275,11235,'thwma_order_shipping_status','wc-pending'),(102276,11236,'thwma_order_shipping_status','wc-pending'),(102277,11237,'thwma_order_shipping_status','wc-pending'),(102278,11239,'_product_id','2113'),(102279,11239,'_variation_id','0'),(102280,11239,'_qty','1'),(102281,11239,'_tax_class',''),(102282,11239,'_line_subtotal','172'),(102283,11239,'_line_subtotal_tax','0'),(102284,11239,'_line_total','172'),(102285,11239,'_line_tax','0'),(102286,11239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102287,11240,'_product_id','120'),(102288,11240,'_variation_id','0'),(102289,11240,'_qty','1'),(102290,11240,'_tax_class',''),(102291,11240,'_line_subtotal','52.8'),(102292,11240,'_line_subtotal_tax','0'),(102293,11240,'_line_total','52.8'),(102294,11240,'_line_tax','0'),(102295,11240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102296,11241,'_product_id','490'),(102297,11241,'_variation_id','0'),(102298,11241,'_qty','10'),(102299,11241,'_tax_class',''),(102300,11241,'_line_subtotal','196'),(102301,11241,'_line_subtotal_tax','0'),(102302,11241,'_line_total','196'),(102303,11241,'_line_tax','0'),(102304,11241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102305,11242,'_product_id','488'),(102306,11242,'_variation_id','0'),(102307,11242,'_qty','1'),(102308,11242,'_tax_class',''),(102309,11242,'_line_subtotal','31.35'),(102310,11242,'_line_subtotal_tax','0'),(102311,11242,'_line_total','31.35'),(102312,11242,'_line_tax','0'),(102313,11242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102314,11243,'_product_id','487'),(102315,11243,'_variation_id','0'),(102316,11243,'_qty','1'),(102317,11243,'_tax_class',''),(102318,11243,'_line_subtotal','31.35'),(102319,11243,'_line_subtotal_tax','0'),(102320,11243,'_line_total','31.35'),(102321,11243,'_line_tax','0'),(102322,11243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102323,11244,'_product_id','41'),(102324,11244,'_variation_id','0'),(102325,11244,'_qty','1'),(102326,11244,'_tax_class',''),(102327,11244,'_line_subtotal','66.48'),(102328,11244,'_line_subtotal_tax','0'),(102329,11244,'_line_total','66.48'),(102330,11244,'_line_tax','0'),(102331,11244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102332,11245,'method_id','free_shipping'),(102333,11245,'instance_id','2'),(102334,11245,'cost','0.00'),(102335,11245,'total_tax','0'),(102336,11245,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102337,11245,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(102338,11246,'_product_id','93'),(102339,11246,'_variation_id','0'),(102340,11246,'_qty','6'),(102341,11246,'_tax_class',''),(102342,11246,'_line_subtotal','0'),(102343,11246,'_line_subtotal_tax','0'),(102344,11246,'_line_total','0'),(102345,11246,'_line_tax','0'),(102346,11246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102347,11247,'method_id','fedex'),(102348,11247,'instance_id','1'),(102349,11247,'cost','14.08'),(102350,11247,'total_tax','0'),(102351,11247,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102352,11247,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(102353,11192,'thwma_order_shipping_status','wc-pending'),(102354,11193,'thwma_order_shipping_status','wc-pending'),(102355,11194,'thwma_order_shipping_status','wc-pending'),(102356,11195,'thwma_order_shipping_status','wc-pending'),(102357,11196,'thwma_order_shipping_status','wc-pending'),(102358,11248,'_product_id','133'),(102359,11248,'_variation_id','0'),(102360,11248,'_qty','5'),(102361,11248,'_tax_class',''),(102362,11248,'_line_subtotal','71.5'),(102363,11248,'_line_subtotal_tax','0'),(102364,11248,'_line_total','71.5'),(102365,11248,'_line_tax','0'),(102366,11248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102367,11249,'_product_id','318'),(102368,11249,'_variation_id','0'),(102369,11249,'_qty','20'),(102370,11249,'_tax_class',''),(102371,11249,'_line_subtotal','60'),(102372,11249,'_line_subtotal_tax','0'),(102373,11249,'_line_total','60'),(102374,11249,'_line_tax','0'),(102375,11249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102376,11250,'method_id','fedex'),(102377,11250,'instance_id','1'),(102378,11250,'cost','163.91'),(102379,11250,'total_tax','0'),(102380,11250,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102381,11250,'Package 1','17 × 14 × 10 (in) 42lbs × 1'),(102382,11250,'Package 2','17.5 × 12.37 × 3 (in) 15.91lbs × 1'),(102383,11251,'_product_id','49'),(102384,11251,'_variation_id','0'),(102385,11251,'_qty','3'),(102386,11251,'_tax_class',''),(102387,11251,'_line_subtotal','237.6'),(102388,11251,'_line_subtotal_tax','0'),(102389,11251,'_line_total','237.6'),(102390,11251,'_line_tax','0'),(102391,11251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102392,11252,'method_id','fedex'),(102393,11252,'instance_id','1'),(102394,11252,'cost','30.65'),(102395,11252,'total_tax','0'),(102396,11252,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102397,11252,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(102398,11253,'_product_id','2110'),(102399,11253,'_variation_id','0'),(102400,11253,'_qty','4'),(102401,11253,'_tax_class',''),(102402,11253,'_line_subtotal','285.6'),(102403,11253,'_line_subtotal_tax','0'),(102404,11253,'_line_total','285.6'),(102405,11253,'_line_tax','0'),(102406,11253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102407,11254,'_product_id','2113'),(102408,11254,'_variation_id','0'),(102409,11254,'_qty','2'),(102410,11254,'_tax_class',''),(102411,11254,'_line_subtotal','344'),(102412,11254,'_line_subtotal_tax','0'),(102413,11254,'_line_total','344'),(102414,11254,'_line_tax','0'),(102415,11254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102416,11255,'_product_id','93'),(102417,11255,'_variation_id','0'),(102418,11255,'_qty','10'),(102419,11255,'_tax_class',''),(102420,11255,'_line_subtotal','0'),(102421,11255,'_line_subtotal_tax','0'),(102422,11255,'_line_total','0'),(102423,11255,'_line_tax','0'),(102424,11255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102425,11256,'_product_id','99'),(102426,11256,'_variation_id','0'),(102427,11256,'_qty','2'),(102428,11256,'_tax_class',''),(102429,11256,'_line_subtotal','0'),(102430,11256,'_line_subtotal_tax','0'),(102431,11256,'_line_total','0'),(102432,11256,'_line_tax','0'),(102433,11256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102434,11257,'_product_id','97'),(102435,11257,'_variation_id','0'),(102436,11257,'_qty','2'),(102437,11257,'_tax_class',''),(102438,11257,'_line_subtotal','0'),(102439,11257,'_line_subtotal_tax','0'),(102440,11257,'_line_total','0'),(102441,11257,'_line_tax','0'),(102442,11257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102443,11258,'_product_id','133'),(102444,11258,'_variation_id','0'),(102445,11258,'_qty','3'),(102446,11258,'_tax_class',''),(102447,11258,'_line_subtotal','42.9'),(102448,11258,'_line_subtotal_tax','0'),(102449,11258,'_line_total','42.9'),(102450,11258,'_line_tax','0'),(102451,11258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102452,11259,'_product_id','320'),(102453,11259,'_variation_id','0'),(102454,11259,'_qty','8'),(102455,11259,'_tax_class',''),(102456,11259,'_line_subtotal','30'),(102457,11259,'_line_subtotal_tax','0'),(102458,11259,'_line_total','30'),(102459,11259,'_line_tax','0'),(102460,11259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102461,11260,'method_id','free_shipping'),(102462,11260,'instance_id','2'),(102463,11260,'cost','0.00'),(102464,11260,'total_tax','0'),(102465,11260,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102466,11260,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 2, Bulk Active Rinse 100% &times; 10, Bulk Mousse 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon &times; 2, Disposable Head Bands &times; 3, Wet Comb &times; 8'),(102474,11239,'thwma_order_shipping_status','wc-pending'),(102475,11240,'thwma_order_shipping_status','wc-pending'),(102476,11241,'thwma_order_shipping_status','wc-pending'),(102477,11242,'thwma_order_shipping_status','wc-pending'),(102478,11243,'thwma_order_shipping_status','wc-pending'),(102479,11244,'thwma_order_shipping_status','wc-pending'),(102480,11261,'_product_id','488'),(102481,11261,'_variation_id','0'),(102482,11261,'_qty','1'),(102483,11261,'_tax_class',''),(102484,11261,'_line_subtotal','31.35'),(102485,11261,'_line_subtotal_tax','0'),(102486,11261,'_line_total','31.35'),(102487,11261,'_line_tax','0'),(102488,11261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102489,11262,'method_id','fedex'),(102490,11262,'instance_id','1'),(102491,11262,'cost','14.08'),(102492,11262,'total_tax','0'),(102493,11262,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102494,11262,'Package 1','17 × 14 × 10 (in) 8.85lbs × 1'),(102495,11263,'_product_id','23'),(102496,11263,'_variation_id','0'),(102497,11263,'_qty','2'),(102498,11263,'_tax_class',''),(102499,11263,'_line_subtotal','137.08'),(102500,11263,'_line_subtotal_tax','0'),(102501,11263,'_line_total','137.08'),(102502,11263,'_line_tax','0'),(102503,11263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102504,11264,'_product_id','44'),(102505,11264,'_variation_id','0'),(102506,11264,'_qty','2'),(102507,11264,'_tax_class',''),(102508,11264,'_line_subtotal','232.32'),(102509,11264,'_line_subtotal_tax','0'),(102510,11264,'_line_total','232.32'),(102511,11264,'_line_tax','0'),(102512,11264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102513,11265,'_product_id','43'),(102514,11265,'_variation_id','0'),(102515,11265,'_qty','2'),(102516,11265,'_tax_class',''),(102517,11265,'_line_subtotal','158.4'),(102518,11265,'_line_subtotal_tax','0'),(102519,11265,'_line_total','158.4'),(102520,11265,'_line_tax','0'),(102521,11265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102522,11266,'_product_id','490'),(102523,11266,'_variation_id','0'),(102524,11266,'_qty','10'),(102525,11266,'_tax_class',''),(102526,11266,'_line_subtotal','196'),(102527,11266,'_line_subtotal_tax','0'),(102528,11266,'_line_total','196'),(102529,11266,'_line_tax','0'),(102530,11266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102531,11267,'method_id','free_shipping'),(102532,11267,'instance_id','2'),(102533,11267,'cost','0.00'),(102534,11267,'total_tax','0'),(102535,11267,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102536,11267,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(102537,11268,'_product_id','488'),(102538,11268,'_variation_id','0'),(102539,11268,'_qty','1'),(102540,11268,'_tax_class',''),(102541,11268,'_line_subtotal','31.35'),(102542,11268,'_line_subtotal_tax','0'),(102543,11268,'_line_total','31.35'),(102544,11268,'_line_tax','0'),(102545,11268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102546,11269,'_product_id','487'),(102547,11269,'_variation_id','0'),(102548,11269,'_qty','1'),(102549,11269,'_tax_class',''),(102550,11269,'_line_subtotal','31.35'),(102551,11269,'_line_subtotal_tax','0'),(102552,11269,'_line_total','31.35'),(102553,11269,'_line_tax','0'),(102554,11269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102555,11270,'method_id','fedex'),(102556,11270,'instance_id','1'),(102557,11270,'cost','15.03'),(102558,11270,'total_tax','0'),(102559,11270,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102560,11270,'Package 1','17 × 14 × 10 (in) 16.7lbs × 1'),(102561,11253,'thwma_order_shipping_status','wc-pending'),(102562,11254,'thwma_order_shipping_status','wc-pending'),(102563,11255,'thwma_order_shipping_status','wc-pending'),(102564,11256,'thwma_order_shipping_status','wc-pending'),(102565,11257,'thwma_order_shipping_status','wc-pending'),(102566,11258,'thwma_order_shipping_status','wc-pending'),(102567,11259,'thwma_order_shipping_status','wc-pending'),(102568,11268,'thwma_order_shipping_status','wc-pending'),(102569,11269,'thwma_order_shipping_status','wc-pending'),(102570,11263,'thwma_order_shipping_status','wc-pending'),(102571,11264,'thwma_order_shipping_status','wc-pending'),(102572,11265,'thwma_order_shipping_status','wc-pending'),(102573,11266,'thwma_order_shipping_status','wc-pending'),(102574,11271,'_product_id','2408'),(102575,11271,'_variation_id','0'),(102576,11271,'_qty','4'),(102577,11271,'_tax_class',''),(102578,11271,'_line_subtotal','597.36'),(102579,11271,'_line_subtotal_tax','0'),(102580,11271,'_line_total','597.36'),(102581,11271,'_line_tax','0'),(102582,11271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102583,11272,'_product_id','2400'),(102584,11272,'_variation_id','0'),(102585,11272,'_qty','1'),(102586,11272,'_tax_class',''),(102587,11272,'_line_subtotal','186.3'),(102588,11272,'_line_subtotal_tax','0'),(102589,11272,'_line_total','186.3'),(102590,11272,'_line_tax','0'),(102591,11272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102592,11273,'method_id','free_shipping'),(102593,11273,'instance_id','2'),(102594,11273,'cost','0.00'),(102595,11273,'total_tax','0'),(102596,11273,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102597,11273,'Items','Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 4, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1'),(102598,11274,'_product_id','490'),(102599,11274,'_variation_id','0'),(102600,11274,'_qty','8'),(102601,11274,'_tax_class',''),(102602,11274,'_line_subtotal','156.8'),(102603,11274,'_line_subtotal_tax','0'),(102604,11274,'_line_total','156.8'),(102605,11274,'_line_tax','0'),(102606,11274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102607,11275,'_product_id','38'),(102608,11275,'_variation_id','0'),(102609,11275,'_qty','1'),(102610,11275,'_tax_class',''),(102611,11275,'_line_subtotal','165.76'),(102612,11275,'_line_subtotal_tax','0'),(102613,11275,'_line_total','165.76'),(102614,11275,'_line_tax','0'),(102615,11275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102616,11276,'_product_id','23'),(102617,11276,'_variation_id','0'),(102618,11276,'_qty','1'),(102619,11276,'_tax_class',''),(102620,11276,'_line_subtotal','68.54'),(102621,11276,'_line_subtotal_tax','0'),(102622,11276,'_line_total','68.54'),(102623,11276,'_line_tax','0'),(102624,11276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102625,11277,'_product_id','45'),(102626,11277,'_variation_id','0'),(102627,11277,'_qty','1'),(102628,11277,'_tax_class',''),(102629,11277,'_line_subtotal','42.24'),(102630,11277,'_line_subtotal_tax','0'),(102631,11277,'_line_total','42.24'),(102632,11277,'_line_tax','0'),(102633,11277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102634,11278,'_product_id','41'),(102635,11278,'_variation_id','0'),(102636,11278,'_qty','1'),(102637,11278,'_tax_class',''),(102638,11278,'_line_subtotal','66.48'),(102639,11278,'_line_subtotal_tax','0'),(102640,11278,'_line_total','66.48'),(102641,11278,'_line_tax','0'),(102642,11278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102643,11279,'_product_id','490'),(102644,11279,'_variation_id','0'),(102645,11279,'_qty','1'),(102646,11279,'_tax_class',''),(102647,11279,'_line_subtotal','19.6'),(102648,11279,'_line_subtotal_tax','0'),(102649,11279,'_line_total','19.6'),(102650,11279,'_line_tax','0'),(102651,11279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102652,11280,'method_id','free_shipping'),(102653,11280,'instance_id','2'),(102654,11280,'cost','0.00'),(102655,11280,'total_tax','0'),(102656,11280,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102657,11280,'Items','Bulk Active Rinse 100% RM &times; 8, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 1'),(102658,11281,'_product_id','23'),(102659,11281,'_variation_id','0'),(102660,11281,'_qty','3'),(102661,11281,'_tax_class',''),(102662,11281,'_line_subtotal','205.62'),(102663,11281,'_line_subtotal_tax','0'),(102664,11281,'_line_total','205.62'),(102665,11281,'_line_tax','0'),(102666,11281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102667,11282,'_product_id','42'),(102668,11282,'_variation_id','0'),(102669,11282,'_qty','3'),(102670,11282,'_tax_class',''),(102671,11282,'_line_subtotal','237.6'),(102672,11282,'_line_subtotal_tax','0'),(102673,11282,'_line_total','237.6'),(102674,11282,'_line_tax','0'),(102675,11282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102676,11283,'_product_id','41'),(102677,11283,'_variation_id','0'),(102678,11283,'_qty','6'),(102679,11283,'_tax_class',''),(102680,11283,'_line_subtotal','398.88'),(102681,11283,'_line_subtotal_tax','0'),(102682,11283,'_line_total','398.88'),(102683,11283,'_line_tax','0'),(102684,11283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102685,11284,'_product_id','49'),(102686,11284,'_variation_id','0'),(102687,11284,'_qty','3'),(102688,11284,'_tax_class',''),(102689,11284,'_line_subtotal','237.6'),(102690,11284,'_line_subtotal_tax','0'),(102691,11284,'_line_total','237.6'),(102692,11284,'_line_tax','0'),(102693,11284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102694,11285,'_product_id','490'),(102695,11285,'_variation_id','0'),(102696,11285,'_qty','4'),(102697,11285,'_tax_class',''),(102698,11285,'_line_subtotal','78.4'),(102699,11285,'_line_subtotal_tax','0'),(102700,11285,'_line_total','78.4'),(102701,11285,'_line_tax','0'),(102702,11285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102703,11286,'_product_id','487'),(102704,11286,'_variation_id','0'),(102705,11286,'_qty','1'),(102706,11286,'_tax_class',''),(102707,11286,'_line_subtotal','31.35'),(102708,11286,'_line_subtotal_tax','0'),(102709,11286,'_line_total','31.35'),(102710,11286,'_line_tax','0'),(102711,11286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102712,11287,'_product_id','39'),(102713,11287,'_variation_id','0'),(102714,11287,'_qty','2'),(102715,11287,'_tax_class',''),(102716,11287,'_line_subtotal','158.4'),(102717,11287,'_line_subtotal_tax','0'),(102718,11287,'_line_total','158.4'),(102719,11287,'_line_tax','0'),(102720,11287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102721,11288,'_product_id','40'),(102722,11288,'_variation_id','0'),(102723,11288,'_qty','2'),(102724,11288,'_tax_class',''),(102725,11288,'_line_subtotal','158.4'),(102726,11288,'_line_subtotal_tax','0'),(102727,11288,'_line_total','158.4'),(102728,11288,'_line_tax','0'),(102729,11288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102730,11289,'method_id','free_shipping'),(102731,11289,'instance_id','2'),(102732,11289,'cost','0.00'),(102733,11289,'total_tax','0'),(102734,11289,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102735,11289,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 6, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 4, Bulk Mousse 1 Gallon RM &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2'),(102736,11290,'_product_id','2113'),(102737,11290,'_variation_id','0'),(102738,11290,'_qty','2'),(102739,11290,'_tax_class',''),(102740,11290,'_line_subtotal','344'),(102741,11290,'_line_subtotal_tax','0'),(102742,11290,'_line_total','344'),(102743,11290,'_line_tax','0'),(102744,11290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102745,11291,'_product_id','41'),(102746,11291,'_variation_id','0'),(102747,11291,'_qty','1'),(102748,11291,'_tax_class',''),(102749,11291,'_line_subtotal','66.48'),(102750,11291,'_line_subtotal_tax','0'),(102751,11291,'_line_total','66.48'),(102752,11291,'_line_tax','0'),(102753,11291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102754,11292,'_product_id','51'),(102755,11292,'_variation_id','0'),(102756,11292,'_qty','1'),(102757,11292,'_tax_class',''),(102758,11292,'_line_subtotal','147.84'),(102759,11292,'_line_subtotal_tax','0'),(102760,11292,'_line_total','147.84'),(102761,11292,'_line_tax','0'),(102762,11292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102763,11293,'method_id','free_shipping'),(102764,11293,'instance_id','2'),(102765,11293,'cost','0.00'),(102766,11293,'total_tax','0'),(102767,11293,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102768,11293,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(102769,11271,'thwma_order_shipping_status','wc-pending'),(102770,11272,'thwma_order_shipping_status','wc-pending'),(102771,11281,'thwma_order_shipping_status','wc-pending'),(102772,11282,'thwma_order_shipping_status','wc-pending'),(102773,11283,'thwma_order_shipping_status','wc-pending'),(102774,11284,'thwma_order_shipping_status','wc-pending'),(102775,11285,'thwma_order_shipping_status','wc-pending'),(102776,11286,'thwma_order_shipping_status','wc-pending'),(102777,11287,'thwma_order_shipping_status','wc-pending'),(102778,11288,'thwma_order_shipping_status','wc-pending'),(102779,11274,'thwma_order_shipping_status','wc-pending'),(102780,11275,'thwma_order_shipping_status','wc-pending'),(102781,11276,'thwma_order_shipping_status','wc-pending'),(102782,11277,'thwma_order_shipping_status','wc-pending'),(102783,11278,'thwma_order_shipping_status','wc-pending'),(102784,11279,'thwma_order_shipping_status','wc-pending'),(102785,11294,'_product_id','41'),(102786,11294,'_variation_id','0'),(102787,11294,'_qty','2'),(102788,11294,'_tax_class',''),(102789,11294,'_line_subtotal','132.96'),(102790,11294,'_line_subtotal_tax','0'),(102791,11294,'_line_total','132.96'),(102792,11294,'_line_tax','0'),(102793,11294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102794,11295,'_product_id','137'),(102795,11295,'_variation_id','0'),(102796,11295,'_qty','10'),(102797,11295,'_tax_class',''),(102798,11295,'_line_subtotal','60.5'),(102799,11295,'_line_subtotal_tax','0'),(102800,11295,'_line_total','60.5'),(102801,11295,'_line_tax','0'),(102802,11295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102803,11296,'_product_id','148'),(102804,11296,'_variation_id','0'),(102805,11296,'_qty','10'),(102806,11296,'_tax_class',''),(102807,11296,'_line_subtotal','82.5'),(102808,11296,'_line_subtotal_tax','0'),(102809,11296,'_line_total','82.5'),(102810,11296,'_line_tax','0'),(102811,11296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102812,11297,'method_id','fedex'),(102813,11297,'instance_id','1'),(102814,11297,'cost','16.60'),(102815,11297,'total_tax','0'),(102816,11297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102817,11297,'Package 1','17 × 14 × 10 (in) 10.3lbs × 1'),(102818,11298,'_product_id','41'),(102819,11298,'_variation_id','0'),(102820,11298,'_qty','1'),(102821,11298,'_tax_class',''),(102822,11298,'_line_subtotal','66.48'),(102823,11298,'_line_subtotal_tax','0'),(102824,11298,'_line_total','66.48'),(102825,11298,'_line_tax','0'),(102826,11298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102827,11299,'_product_id','43'),(102828,11299,'_variation_id','0'),(102829,11299,'_qty','1'),(102830,11299,'_tax_class',''),(102831,11299,'_line_subtotal','79.2'),(102832,11299,'_line_subtotal_tax','0'),(102833,11299,'_line_total','79.2'),(102834,11299,'_line_tax','0'),(102835,11299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102836,11300,'_product_id','49'),(102837,11300,'_variation_id','0'),(102838,11300,'_qty','1'),(102839,11300,'_tax_class',''),(102840,11300,'_line_subtotal','79.2'),(102841,11300,'_line_subtotal_tax','0'),(102842,11300,'_line_total','79.2'),(102843,11300,'_line_tax','0'),(102844,11300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102845,11301,'_product_id','489'),(102846,11301,'_variation_id','0'),(102847,11301,'_qty','10'),(102848,11301,'_tax_class',''),(102849,11301,'_line_subtotal','190.4'),(102850,11301,'_line_subtotal_tax','0'),(102851,11301,'_line_total','190.4'),(102852,11301,'_line_tax','0'),(102853,11301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102854,11302,'_product_id','487'),(102855,11302,'_variation_id','0'),(102856,11302,'_qty','2'),(102857,11302,'_tax_class',''),(102858,11302,'_line_subtotal','62.7'),(102859,11302,'_line_subtotal_tax','0'),(102860,11302,'_line_total','62.7'),(102861,11302,'_line_tax','0'),(102862,11302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102863,11303,'method_id','fedex'),(102864,11303,'instance_id','1'),(102865,11303,'cost','47.52'),(102866,11303,'total_tax','0'),(102867,11303,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102868,11303,'Package 1','17 × 14 × 10 (in) 41.15lbs × 1'),(102869,11303,'Package 2','17 × 14 × 10 (in) 16.05lbs × 1'),(102870,11304,'_product_id','490'),(102871,11304,'_variation_id','0'),(102872,11304,'_qty','10'),(102873,11304,'_tax_class',''),(102874,11304,'_line_subtotal','196'),(102875,11304,'_line_subtotal_tax','0'),(102876,11304,'_line_total','196'),(102877,11304,'_line_tax','0'),(102878,11304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102879,11305,'_product_id','133'),(102880,11305,'_variation_id','0'),(102881,11305,'_qty','6'),(102882,11305,'_tax_class',''),(102883,11305,'_line_subtotal','85.8'),(102884,11305,'_line_subtotal_tax','0'),(102885,11305,'_line_total','85.8'),(102886,11305,'_line_tax','0'),(102887,11305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102888,11306,'method_id','fedex'),(102889,11306,'instance_id','1'),(102890,11306,'cost','80.13'),(102891,11306,'total_tax','0'),(102892,11306,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102893,11306,'Package 1','14 × 14 × 14 (in) 27.55lbs × 1'),(102894,11306,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(102895,11307,'_product_id','42'),(102896,11307,'_variation_id','0'),(102897,11307,'_qty','2'),(102898,11307,'_tax_class',''),(102899,11307,'_line_subtotal','158.4'),(102900,11307,'_line_subtotal_tax','0'),(102901,11307,'_line_total','158.4'),(102902,11307,'_line_tax','0'),(102903,11307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102904,11308,'_product_id','490'),(102905,11308,'_variation_id','0'),(102906,11308,'_qty','10'),(102907,11308,'_tax_class',''),(102908,11308,'_line_subtotal','196'),(102909,11308,'_line_subtotal_tax','0'),(102910,11308,'_line_total','196'),(102911,11308,'_line_tax','0'),(102912,11308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102913,11309,'_product_id','133'),(102914,11309,'_variation_id','0'),(102915,11309,'_qty','7'),(102916,11309,'_tax_class',''),(102917,11309,'_line_subtotal','100.1'),(102918,11309,'_line_subtotal_tax','0'),(102919,11309,'_line_total','100.1'),(102920,11309,'_line_tax','0'),(102921,11309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102922,11310,'method_id','fedex'),(102923,11310,'instance_id','1'),(102924,11310,'cost','38.41'),(102925,11310,'total_tax','0'),(102926,11310,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102927,11310,'Package 1','14 × 14 × 14 (in) 19.2lbs × 1'),(102928,11310,'Package 2','17 × 14 × 10 (in) 22.5lbs × 1'),(102929,11311,'_product_id','2110'),(102930,11311,'_variation_id','0'),(102931,11311,'_qty','9'),(102932,11311,'_tax_class',''),(102933,11311,'_line_subtotal','642.6'),(102934,11311,'_line_subtotal_tax','0'),(102935,11311,'_line_total','642.6'),(102936,11311,'_line_tax','0'),(102937,11311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102938,11312,'_product_id','2113'),(102939,11312,'_variation_id','0'),(102940,11312,'_qty','3'),(102941,11312,'_tax_class',''),(102942,11312,'_line_subtotal','516'),(102943,11312,'_line_subtotal_tax','0'),(102944,11312,'_line_total','516'),(102945,11312,'_line_tax','0'),(102946,11312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102947,11313,'_product_id','41'),(102948,11313,'_variation_id','0'),(102949,11313,'_qty','8'),(102950,11313,'_tax_class',''),(102951,11313,'_line_subtotal','531.84'),(102952,11313,'_line_subtotal_tax','0'),(102953,11313,'_line_total','531.84'),(102954,11313,'_line_tax','0'),(102955,11313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102956,11314,'_product_id','120'),(102957,11314,'_variation_id','0'),(102958,11314,'_qty','3'),(102959,11314,'_tax_class',''),(102960,11314,'_line_subtotal','158.4'),(102961,11314,'_line_subtotal_tax','0'),(102962,11314,'_line_total','158.4'),(102963,11314,'_line_tax','0'),(102964,11314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102965,11315,'_product_id','43'),(102966,11315,'_variation_id','0'),(102967,11315,'_qty','4'),(102968,11315,'_tax_class',''),(102969,11315,'_line_subtotal','316.8'),(102970,11315,'_line_subtotal_tax','0'),(102971,11315,'_line_total','316.8'),(102972,11315,'_line_tax','0'),(102973,11315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102974,11316,'_product_id','488'),(102975,11316,'_variation_id','0'),(102976,11316,'_qty','2'),(102977,11316,'_tax_class',''),(102978,11316,'_line_subtotal','62.7'),(102979,11316,'_line_subtotal_tax','0'),(102980,11316,'_line_total','62.7'),(102981,11316,'_line_tax','0'),(102982,11316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102983,11317,'_product_id','490'),(102984,11317,'_variation_id','0'),(102985,11317,'_qty','30'),(102986,11317,'_tax_class',''),(102987,11317,'_line_subtotal','588'),(102988,11317,'_line_subtotal_tax','0'),(102989,11317,'_line_total','588'),(102990,11317,'_line_tax','0'),(102991,11317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(102992,11318,'method_id','free_shipping'),(102993,11318,'instance_id','2'),(102994,11318,'cost','0.00'),(102995,11318,'total_tax','0'),(102996,11318,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(102997,11318,'Items','Active Rinse 8oz 100%(Case of 12) &times; 9, Active Rinse 16oz 100%(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 8, Preventive Spray 2oz(Case of 24) &times; 3, Preventive Spray 8oz(Case of 12) &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 30'),(102998,11319,'_product_id','2110'),(102999,11319,'_variation_id','0'),(103000,11319,'_qty','2'),(103001,11319,'_tax_class',''),(103002,11319,'_line_subtotal','142.8'),(103003,11319,'_line_subtotal_tax','0'),(103004,11319,'_line_total','142.8'),(103005,11319,'_line_tax','0'),(103006,11319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103007,11320,'_product_id','41'),(103008,11320,'_variation_id','0'),(103009,11320,'_qty','6'),(103010,11320,'_tax_class',''),(103011,11320,'_line_subtotal','398.88'),(103012,11320,'_line_subtotal_tax','0'),(103013,11320,'_line_total','398.88'),(103014,11320,'_line_tax','0'),(103015,11320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103016,11321,'_product_id','51'),(103017,11321,'_variation_id','0'),(103018,11321,'_qty','1'),(103019,11321,'_tax_class',''),(103020,11321,'_line_subtotal','147.84'),(103021,11321,'_line_subtotal_tax','0'),(103022,11321,'_line_total','147.84'),(103023,11321,'_line_tax','0'),(103024,11321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103025,11322,'_product_id','49'),(103026,11322,'_variation_id','0'),(103027,11322,'_qty','4'),(103028,11322,'_tax_class',''),(103029,11322,'_line_subtotal','316.8'),(103030,11322,'_line_subtotal_tax','0'),(103031,11322,'_line_total','316.8'),(103032,11322,'_line_tax','0'),(103033,11322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103034,11323,'_product_id','133'),(103035,11323,'_variation_id','0'),(103036,11323,'_qty','2'),(103037,11323,'_tax_class',''),(103038,11323,'_line_subtotal','28.6'),(103039,11323,'_line_subtotal_tax','0'),(103040,11323,'_line_total','28.6'),(103041,11323,'_line_tax','0'),(103042,11323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103043,11324,'method_id','free_shipping'),(103044,11324,'instance_id','2'),(103045,11324,'cost','0.00'),(103046,11324,'total_tax','0'),(103047,11324,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103048,11324,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Disposable Head Bands &times; 2'),(103049,11325,'_product_id','41'),(103050,11325,'_variation_id','0'),(103051,11325,'_qty','1'),(103052,11325,'_tax_class',''),(103053,11325,'_line_subtotal','66.48'),(103054,11325,'_line_subtotal_tax','0'),(103055,11325,'_line_total','66.48'),(103056,11325,'_line_tax','0'),(103057,11325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103058,11326,'_product_id','490'),(103059,11326,'_variation_id','0'),(103060,11326,'_qty','2'),(103061,11326,'_tax_class',''),(103062,11326,'_line_subtotal','39.2'),(103063,11326,'_line_subtotal_tax','0'),(103064,11326,'_line_total','39.2'),(103065,11326,'_line_tax','0'),(103066,11326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103067,11327,'_product_id','488'),(103068,11327,'_variation_id','0'),(103069,11327,'_qty','1'),(103070,11327,'_tax_class',''),(103071,11327,'_line_subtotal','31.35'),(103072,11327,'_line_subtotal_tax','0'),(103073,11327,'_line_total','31.35'),(103074,11327,'_line_tax','0'),(103075,11327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103076,11328,'_product_id','40'),(103077,11328,'_variation_id','0'),(103078,11328,'_qty','1'),(103079,11328,'_tax_class',''),(103080,11328,'_line_subtotal','79.2'),(103081,11328,'_line_subtotal_tax','0'),(103082,11328,'_line_total','79.2'),(103083,11328,'_line_tax','0'),(103084,11328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103085,11329,'method_id','fedex'),(103086,11329,'instance_id','1'),(103087,11329,'cost','19.30'),(103088,11329,'total_tax','0'),(103089,11329,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103090,11329,'Package 1','17 × 14 × 10 (in) 23lbs × 1'),(103091,11330,'_product_id','93'),(103092,11330,'_variation_id','0'),(103093,11330,'_qty','5'),(103094,11330,'_tax_class',''),(103095,11330,'_line_subtotal','0'),(103096,11330,'_line_subtotal_tax','0'),(103097,11330,'_line_total','0'),(103098,11330,'_line_tax','0'),(103099,11330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103100,11331,'_product_id','99'),(103101,11331,'_variation_id','0'),(103102,11331,'_qty','1'),(103103,11331,'_tax_class',''),(103104,11331,'_line_subtotal','0'),(103105,11331,'_line_subtotal_tax','0'),(103106,11331,'_line_total','0'),(103107,11331,'_line_tax','0'),(103108,11331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103109,11332,'method_id','fedex'),(103110,11332,'instance_id','1'),(103111,11332,'cost','14.08'),(103112,11332,'total_tax','0'),(103113,11332,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103114,11332,'Package 1','17 × 14 × 10 (in) 19.6lbs × 1'),(103115,11333,'_product_id','120'),(103116,11333,'_variation_id','0'),(103117,11333,'_qty','1'),(103118,11333,'_tax_class',''),(103119,11333,'_line_subtotal','52.8'),(103120,11333,'_line_subtotal_tax','0'),(103121,11333,'_line_total','52.8'),(103122,11333,'_line_tax','0'),(103123,11333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103124,11334,'_product_id','49'),(103125,11334,'_variation_id','0'),(103126,11334,'_qty','1'),(103127,11334,'_tax_class',''),(103128,11334,'_line_subtotal','79.2'),(103129,11334,'_line_subtotal_tax','0'),(103130,11334,'_line_total','79.2'),(103131,11334,'_line_tax','0'),(103132,11334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103133,11335,'_product_id','487'),(103134,11335,'_variation_id','0'),(103135,11335,'_qty','1'),(103136,11335,'_tax_class',''),(103137,11335,'_line_subtotal','31.35'),(103138,11335,'_line_subtotal_tax','0'),(103139,11335,'_line_total','31.35'),(103140,11335,'_line_tax','0'),(103141,11335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103142,11336,'_product_id','490'),(103143,11336,'_variation_id','0'),(103144,11336,'_qty','12'),(103145,11336,'_tax_class',''),(103146,11336,'_line_subtotal','235.2'),(103147,11336,'_line_subtotal_tax','0'),(103148,11336,'_line_total','235.2'),(103149,11336,'_line_tax','0'),(103150,11336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103151,11337,'_product_id','45'),(103152,11337,'_variation_id','0'),(103153,11337,'_qty','3'),(103154,11337,'_tax_class',''),(103155,11337,'_line_subtotal','126.72'),(103156,11337,'_line_subtotal_tax','0'),(103157,11337,'_line_total','126.72'),(103158,11337,'_line_tax','0'),(103159,11337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103160,11338,'_product_id','2110'),(103161,11338,'_variation_id','0'),(103162,11338,'_qty','1'),(103163,11338,'_tax_class',''),(103164,11338,'_line_subtotal','71.4'),(103165,11338,'_line_subtotal_tax','0'),(103166,11338,'_line_total','71.4'),(103167,11338,'_line_tax','0'),(103168,11338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103169,11339,'method_id','free_shipping'),(103170,11339,'instance_id','2'),(103171,11339,'cost','0.00'),(103172,11339,'total_tax','0'),(103173,11339,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103174,11339,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 12, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Active Rinse 8oz 100%(Case of 12) &times; 1'),(103175,11340,'_product_id','39'),(103176,11340,'_variation_id','0'),(103177,11340,'_qty','2'),(103178,11340,'_tax_class',''),(103179,11340,'_line_subtotal','158.4'),(103180,11340,'_line_subtotal_tax','0'),(103181,11340,'_line_total','158.4'),(103182,11340,'_line_tax','0'),(103183,11340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103184,11341,'_product_id','40'),(103185,11341,'_variation_id','0'),(103186,11341,'_qty','2'),(103187,11341,'_tax_class',''),(103188,11341,'_line_subtotal','158.4'),(103189,11341,'_line_subtotal_tax','0'),(103190,11341,'_line_total','158.4'),(103191,11341,'_line_tax','0'),(103192,11341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103193,11342,'_product_id','42'),(103194,11342,'_variation_id','0'),(103195,11342,'_qty','1'),(103196,11342,'_tax_class',''),(103197,11342,'_line_subtotal','79.2'),(103198,11342,'_line_subtotal_tax','0'),(103199,11342,'_line_total','79.2'),(103200,11342,'_line_tax','0'),(103201,11342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103202,11343,'_product_id','43'),(103203,11343,'_variation_id','0'),(103204,11343,'_qty','2'),(103205,11343,'_tax_class',''),(103206,11343,'_line_subtotal','158.4'),(103207,11343,'_line_subtotal_tax','0'),(103208,11343,'_line_total','158.4'),(103209,11343,'_line_tax','0'),(103210,11343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103211,11344,'_product_id','49'),(103212,11344,'_variation_id','0'),(103213,11344,'_qty','1'),(103214,11344,'_tax_class',''),(103215,11344,'_line_subtotal','79.2'),(103216,11344,'_line_subtotal_tax','0'),(103217,11344,'_line_total','79.2'),(103218,11344,'_line_tax','0'),(103219,11344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103220,11345,'_product_id','490'),(103221,11345,'_variation_id','0'),(103222,11345,'_qty','5'),(103223,11345,'_tax_class',''),(103224,11345,'_line_subtotal','98'),(103225,11345,'_line_subtotal_tax','0'),(103226,11345,'_line_total','98'),(103227,11345,'_line_tax','0'),(103228,11345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103229,11346,'_product_id','2110'),(103230,11346,'_variation_id','0'),(103231,11346,'_qty','2'),(103232,11346,'_tax_class',''),(103233,11346,'_line_subtotal','142.8'),(103234,11346,'_line_subtotal_tax','0'),(103235,11346,'_line_total','142.8'),(103236,11346,'_line_tax','0'),(103237,11346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103238,11347,'_product_id','2113'),(103239,11347,'_variation_id','0'),(103240,11347,'_qty','2'),(103241,11347,'_tax_class',''),(103242,11347,'_line_subtotal','344'),(103243,11347,'_line_subtotal_tax','0'),(103244,11347,'_line_total','344'),(103245,11347,'_line_tax','0'),(103246,11347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103247,11348,'_product_id','45'),(103248,11348,'_variation_id','0'),(103249,11348,'_qty','2'),(103250,11348,'_tax_class',''),(103251,11348,'_line_subtotal','84.48'),(103252,11348,'_line_subtotal_tax','0'),(103253,11348,'_line_total','84.48'),(103254,11348,'_line_tax','0'),(103255,11348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103256,11349,'_product_id','41'),(103257,11349,'_variation_id','0'),(103258,11349,'_qty','2'),(103259,11349,'_tax_class',''),(103260,11349,'_line_subtotal','132.96'),(103261,11349,'_line_subtotal_tax','0'),(103262,11349,'_line_total','132.96'),(103263,11349,'_line_tax','0'),(103264,11349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103265,11350,'_product_id','103'),(103266,11350,'_variation_id','0'),(103267,11350,'_qty','1'),(103268,11350,'_tax_class',''),(103269,11350,'_line_subtotal','8.4'),(103270,11350,'_line_subtotal_tax','0'),(103271,11350,'_line_total','8.4'),(103272,11350,'_line_tax','0'),(103273,11350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103274,11351,'method_id','free_shipping'),(103275,11351,'instance_id','2'),(103276,11351,'cost','0.00'),(103277,11351,'total_tax','0'),(103278,11351,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103279,11351,'Items','Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, 6 Pack Empty Foamer 8oz Bottle &times; 1'),(103376,11363,'_product_id','39'),(103377,11363,'_variation_id','0'),(103378,11363,'_qty','1'),(103379,11363,'_tax_class',''),(103380,11363,'_line_subtotal','79.2'),(103381,11363,'_line_subtotal_tax','0'),(103382,11363,'_line_total','79.2'),(103383,11363,'_line_tax','0'),(103384,11363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103385,11364,'_product_id','40'),(103386,11364,'_variation_id','0'),(103387,11364,'_qty','1'),(103388,11364,'_tax_class',''),(103389,11364,'_line_subtotal','79.2'),(103390,11364,'_line_subtotal_tax','0'),(103391,11364,'_line_total','79.2'),(103392,11364,'_line_tax','0'),(103393,11364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103394,11365,'_product_id','43'),(103395,11365,'_variation_id','0'),(103396,11365,'_qty','3'),(103397,11365,'_tax_class',''),(103398,11365,'_line_subtotal','237.6'),(103399,11365,'_line_subtotal_tax','0'),(103400,11365,'_line_total','237.6'),(103401,11365,'_line_tax','0'),(103402,11365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103403,11366,'_product_id','487'),(103404,11366,'_variation_id','0'),(103405,11366,'_qty','3'),(103406,11366,'_tax_class',''),(103407,11366,'_line_subtotal','94.05'),(103408,11366,'_line_subtotal_tax','0'),(103409,11366,'_line_total','94.05'),(103410,11366,'_line_tax','0'),(103411,11366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103412,11367,'_product_id','488'),(103413,11367,'_variation_id','0'),(103414,11367,'_qty','1'),(103415,11367,'_tax_class',''),(103416,11367,'_line_subtotal','31.35'),(103417,11367,'_line_subtotal_tax','0'),(103418,11367,'_line_total','31.35'),(103419,11367,'_line_tax','0'),(103420,11367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103421,11368,'_product_id','490'),(103422,11368,'_variation_id','0'),(103423,11368,'_qty','10'),(103424,11368,'_tax_class',''),(103425,11368,'_line_subtotal','196'),(103426,11368,'_line_subtotal_tax','0'),(103427,11368,'_line_total','196'),(103428,11368,'_line_tax','0'),(103429,11368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103430,11369,'_product_id','2110'),(103431,11369,'_variation_id','0'),(103432,11369,'_qty','1'),(103433,11369,'_tax_class',''),(103434,11369,'_line_subtotal','71.4'),(103435,11369,'_line_subtotal_tax','0'),(103436,11369,'_line_total','71.4'),(103437,11369,'_line_tax','0'),(103438,11369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103439,11370,'_product_id','45'),(103440,11370,'_variation_id','0'),(103441,11370,'_qty','3'),(103442,11370,'_tax_class',''),(103443,11370,'_line_subtotal','126.72'),(103444,11370,'_line_subtotal_tax','0'),(103445,11370,'_line_total','126.72'),(103446,11370,'_line_tax','0'),(103447,11370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103448,11371,'_product_id','49'),(103449,11371,'_variation_id','0'),(103450,11371,'_qty','1'),(103451,11371,'_tax_class',''),(103452,11371,'_line_subtotal','79.2'),(103453,11371,'_line_subtotal_tax','0'),(103454,11371,'_line_total','79.2'),(103455,11371,'_line_tax','0'),(103456,11371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103457,11372,'_product_id','490'),(103458,11372,'_variation_id','0'),(103459,11372,'_qty','4'),(103460,11372,'_tax_class',''),(103461,11372,'_line_subtotal','78.4'),(103462,11372,'_line_subtotal_tax','0'),(103463,11372,'_line_total','78.4'),(103464,11372,'_line_tax','0'),(103465,11372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103466,11373,'method_id','free_shipping'),(103467,11373,'instance_id','2'),(103468,11373,'cost','0.00'),(103469,11373,'total_tax','0'),(103470,11373,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103471,11373,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 100%(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(103472,11374,'_product_id','2110'),(103473,11374,'_variation_id','0'),(103474,11374,'_qty','1'),(103475,11374,'_tax_class',''),(103476,11374,'_line_subtotal','71.4'),(103477,11374,'_line_subtotal_tax','0'),(103478,11374,'_line_total','71.4'),(103479,11374,'_line_tax','0'),(103480,11374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103481,11375,'_product_id','41'),(103482,11375,'_variation_id','0'),(103483,11375,'_qty','2'),(103484,11375,'_tax_class',''),(103485,11375,'_line_subtotal','132.96'),(103486,11375,'_line_subtotal_tax','0'),(103487,11375,'_line_total','132.96'),(103488,11375,'_line_tax','0'),(103489,11375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103490,11376,'_product_id','43'),(103491,11376,'_variation_id','0'),(103492,11376,'_qty','1'),(103493,11376,'_tax_class',''),(103494,11376,'_line_subtotal','79.2'),(103495,11376,'_line_subtotal_tax','0'),(103496,11376,'_line_total','79.2'),(103497,11376,'_line_tax','0'),(103498,11376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103499,11377,'_product_id','490'),(103500,11377,'_variation_id','0'),(103501,11377,'_qty','5'),(103502,11377,'_tax_class',''),(103503,11377,'_line_subtotal','98'),(103504,11377,'_line_subtotal_tax','0'),(103505,11377,'_line_total','98'),(103506,11377,'_line_tax','0'),(103507,11377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(103508,11378,'method_id','fedex'),(103509,11378,'instance_id','1'),(103510,11378,'cost','17.44'),(103511,11378,'total_tax','0'),(103512,11378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(103513,11378,'Package 1','17 × 14 × 10 (in) 31.65lbs × 1'),(104006,11435,'_product_id','23'),(104007,11435,'_variation_id','0'),(104008,11435,'_qty','6'),(104009,11435,'_tax_class',''),(104010,11435,'_line_subtotal','411.24'),(104011,11435,'_line_subtotal_tax','0'),(104012,11435,'_line_total','411.24'),(104013,11435,'_line_tax','0'),(104014,11435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104015,11436,'_product_id','41'),(104016,11436,'_variation_id','0'),(104017,11436,'_qty','3'),(104018,11436,'_tax_class',''),(104019,11436,'_line_subtotal','199.44'),(104020,11436,'_line_subtotal_tax','0'),(104021,11436,'_line_total','199.44'),(104022,11436,'_line_tax','0'),(104023,11436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104024,11437,'_product_id','42'),(104025,11437,'_variation_id','0'),(104026,11437,'_qty','3'),(104027,11437,'_tax_class',''),(104028,11437,'_line_subtotal','237.6'),(104029,11437,'_line_subtotal_tax','0'),(104030,11437,'_line_total','237.6'),(104031,11437,'_line_tax','0'),(104032,11437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104033,11438,'_product_id','116'),(104034,11438,'_variation_id','0'),(104035,11438,'_qty','1'),(104036,11438,'_tax_class',''),(104037,11438,'_line_subtotal','145.44'),(104038,11438,'_line_subtotal_tax','0'),(104039,11438,'_line_total','145.44'),(104040,11438,'_line_tax','0'),(104041,11438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104042,11439,'_product_id','45'),(104043,11439,'_variation_id','0'),(104044,11439,'_qty','6'),(104045,11439,'_tax_class',''),(104046,11439,'_line_subtotal','253.44'),(104047,11439,'_line_subtotal_tax','0'),(104048,11439,'_line_total','253.44'),(104049,11439,'_line_tax','0'),(104050,11439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104051,11440,'_product_id','51'),(104052,11440,'_variation_id','0'),(104053,11440,'_qty','1'),(104054,11440,'_tax_class',''),(104055,11440,'_line_subtotal','147.84'),(104056,11440,'_line_subtotal_tax','0'),(104057,11440,'_line_total','147.84'),(104058,11440,'_line_tax','0'),(104059,11440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104060,11441,'_product_id','39'),(104061,11441,'_variation_id','0'),(104062,11441,'_qty','4'),(104063,11441,'_tax_class',''),(104064,11441,'_line_subtotal','316.8'),(104065,11441,'_line_subtotal_tax','0'),(104066,11441,'_line_total','316.8'),(104067,11441,'_line_tax','0'),(104068,11441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104069,11442,'_product_id','40'),(104070,11442,'_variation_id','0'),(104071,11442,'_qty','4'),(104072,11442,'_tax_class',''),(104073,11442,'_line_subtotal','316.8'),(104074,11442,'_line_subtotal_tax','0'),(104075,11442,'_line_total','316.8'),(104076,11442,'_line_tax','0'),(104077,11442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104078,11443,'_product_id','120'),(104079,11443,'_variation_id','0'),(104080,11443,'_qty','1'),(104081,11443,'_tax_class',''),(104082,11443,'_line_subtotal','52.8'),(104083,11443,'_line_subtotal_tax','0'),(104084,11443,'_line_total','52.8'),(104085,11443,'_line_tax','0'),(104086,11443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104087,11444,'_product_id','43'),(104088,11444,'_variation_id','0'),(104089,11444,'_qty','4'),(104090,11444,'_tax_class',''),(104091,11444,'_line_subtotal','316.8'),(104092,11444,'_line_subtotal_tax','0'),(104093,11444,'_line_total','316.8'),(104094,11444,'_line_tax','0'),(104095,11444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104096,11445,'_product_id','49'),(104097,11445,'_variation_id','0'),(104098,11445,'_qty','4'),(104099,11445,'_tax_class',''),(104100,11445,'_line_subtotal','316.8'),(104101,11445,'_line_subtotal_tax','0'),(104102,11445,'_line_total','316.8'),(104103,11445,'_line_tax','0'),(104104,11445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104105,11446,'_product_id','44'),(104106,11446,'_variation_id','0'),(104107,11446,'_qty','1'),(104108,11446,'_tax_class',''),(104109,11446,'_line_subtotal','116.16'),(104110,11446,'_line_subtotal_tax','0'),(104111,11446,'_line_total','116.16'),(104112,11446,'_line_tax','0'),(104113,11446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104114,11447,'_product_id','490'),(104115,11447,'_variation_id','0'),(104116,11447,'_qty','10'),(104117,11447,'_tax_class',''),(104118,11447,'_line_subtotal','196'),(104119,11447,'_line_subtotal_tax','0'),(104120,11447,'_line_total','196'),(104121,11447,'_line_tax','0'),(104122,11447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104123,11448,'method_id','free_shipping'),(104124,11448,'instance_id','2'),(104125,11448,'cost','0.00'),(104126,11448,'total_tax','0'),(104127,11448,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104128,11448,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 6, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 4, Preventive Conditioner(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(104133,11449,'_product_id','41'),(104134,11449,'_variation_id','0'),(104135,11449,'_qty','1'),(104136,11449,'_tax_class',''),(104137,11449,'_line_subtotal','66.48'),(104138,11449,'_line_subtotal_tax','0'),(104139,11449,'_line_total','66.48'),(104140,11449,'_line_tax','0'),(104141,11449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104142,11450,'_product_id','488'),(104143,11450,'_variation_id','0'),(104144,11450,'_qty','1'),(104145,11450,'_tax_class',''),(104146,11450,'_line_subtotal','31.35'),(104147,11450,'_line_subtotal_tax','0'),(104148,11450,'_line_total','31.35'),(104149,11450,'_line_tax','0'),(104150,11450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104151,11451,'_product_id','49'),(104152,11451,'_variation_id','0'),(104153,11451,'_qty','2'),(104154,11451,'_tax_class',''),(104155,11451,'_line_subtotal','158.4'),(104156,11451,'_line_subtotal_tax','0'),(104157,11451,'_line_total','158.4'),(104158,11451,'_line_tax','0'),(104159,11451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104160,11452,'_product_id','320'),(104161,11452,'_variation_id','0'),(104162,11452,'_qty','3'),(104163,11452,'_tax_class',''),(104164,11452,'_line_subtotal','11.25'),(104165,11452,'_line_subtotal_tax','0'),(104166,11452,'_line_total','11.25'),(104167,11452,'_line_tax','0'),(104168,11452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104169,11453,'method_id','fedex'),(104170,11453,'instance_id','1'),(104171,11453,'cost','19.26'),(104172,11453,'total_tax','0'),(104173,11453,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104174,11453,'Package 1','17 × 14 × 10 (in) 27.6lbs × 1'),(104175,11454,'_product_id','45'),(104176,11454,'_variation_id','0'),(104177,11454,'_qty','4'),(104178,11454,'_tax_class',''),(104179,11454,'_line_subtotal','168.96'),(104180,11454,'_line_subtotal_tax','0'),(104181,11454,'_line_total','168.96'),(104182,11454,'_line_tax','0'),(104183,11454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104184,11455,'_product_id','49'),(104185,11455,'_variation_id','0'),(104186,11455,'_qty','1'),(104187,11455,'_tax_class',''),(104188,11455,'_line_subtotal','79.2'),(104189,11455,'_line_subtotal_tax','0'),(104190,11455,'_line_total','79.2'),(104191,11455,'_line_tax','0'),(104192,11455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104193,11456,'_product_id','41'),(104194,11456,'_variation_id','0'),(104195,11456,'_qty','1'),(104196,11456,'_tax_class',''),(104197,11456,'_line_subtotal','66.48'),(104198,11456,'_line_subtotal_tax','0'),(104199,11456,'_line_total','66.48'),(104200,11456,'_line_tax','0'),(104201,11456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104202,11457,'_product_id','490'),(104203,11457,'_variation_id','0'),(104204,11457,'_qty','8'),(104205,11457,'_tax_class',''),(104206,11457,'_line_subtotal','156.8'),(104207,11457,'_line_subtotal_tax','0'),(104208,11457,'_line_total','156.8'),(104209,11457,'_line_tax','0'),(104210,11457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104211,11458,'_product_id','488'),(104212,11458,'_variation_id','0'),(104213,11458,'_qty','2'),(104214,11458,'_tax_class',''),(104215,11458,'_line_subtotal','62.7'),(104216,11458,'_line_subtotal_tax','0'),(104217,11458,'_line_total','62.7'),(104218,11458,'_line_tax','0'),(104219,11458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104220,11459,'_product_id','487'),(104221,11459,'_variation_id','0'),(104222,11459,'_qty','2'),(104223,11459,'_tax_class',''),(104224,11459,'_line_subtotal','62.7'),(104225,11459,'_line_subtotal_tax','0'),(104226,11459,'_line_total','62.7'),(104227,11459,'_line_tax','0'),(104228,11459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104229,11460,'method_id','free_shipping'),(104230,11460,'instance_id','2'),(104231,11460,'cost','0.00'),(104232,11460,'total_tax','0'),(104233,11460,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104234,11460,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(104235,11461,'_product_id','41'),(104236,11461,'_variation_id','0'),(104237,11461,'_qty','6'),(104238,11461,'_tax_class',''),(104239,11461,'_line_subtotal','398.88'),(104240,11461,'_line_subtotal_tax','0'),(104241,11461,'_line_total','398.88'),(104242,11461,'_line_tax','0'),(104243,11461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104244,11462,'method_id','fedex'),(104245,11462,'instance_id','1'),(104246,11462,'cost','107.45'),(104247,11462,'total_tax','0'),(104248,11462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104249,11462,'Package 1','11.25 × 8.75 × 7.75 (in) 14.99lbs × 1'),(104250,11463,'_product_id','2110'),(104251,11463,'_variation_id','0'),(104252,11463,'_qty','3'),(104253,11463,'_tax_class',''),(104254,11463,'_line_subtotal','214.2'),(104255,11463,'_line_subtotal_tax','0'),(104256,11463,'_line_total','214.2'),(104257,11463,'_line_tax','0'),(104258,11463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104259,11464,'_product_id','2113'),(104260,11464,'_variation_id','0'),(104261,11464,'_qty','2'),(104262,11464,'_tax_class',''),(104263,11464,'_line_subtotal','344'),(104264,11464,'_line_subtotal_tax','0'),(104265,11464,'_line_total','344'),(104266,11464,'_line_tax','0'),(104267,11464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104268,11465,'_product_id','41'),(104269,11465,'_variation_id','0'),(104270,11465,'_qty','3'),(104271,11465,'_tax_class',''),(104272,11465,'_line_subtotal','199.44'),(104273,11465,'_line_subtotal_tax','0'),(104274,11465,'_line_total','199.44'),(104275,11465,'_line_tax','0'),(104276,11465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104277,11466,'_product_id','49'),(104278,11466,'_variation_id','0'),(104279,11466,'_qty','1'),(104280,11466,'_tax_class',''),(104281,11466,'_line_subtotal','79.2'),(104282,11466,'_line_subtotal_tax','0'),(104283,11466,'_line_total','79.2'),(104284,11466,'_line_tax','0'),(104285,11466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104286,11467,'_product_id','490'),(104287,11467,'_variation_id','0'),(104288,11467,'_qty','8'),(104289,11467,'_tax_class',''),(104290,11467,'_line_subtotal','156.8'),(104291,11467,'_line_subtotal_tax','0'),(104292,11467,'_line_total','156.8'),(104293,11467,'_line_tax','0'),(104294,11467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104295,11468,'_product_id','488'),(104296,11468,'_variation_id','0'),(104297,11468,'_qty','3'),(104298,11468,'_tax_class',''),(104299,11468,'_line_subtotal','94.05'),(104300,11468,'_line_subtotal_tax','0'),(104301,11468,'_line_total','94.05'),(104302,11468,'_line_tax','0'),(104303,11468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104304,11469,'method_id','free_shipping'),(104305,11469,'instance_id','2'),(104306,11469,'cost','0.00'),(104307,11469,'total_tax','0'),(104308,11469,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104309,11469,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 3'),(104310,11470,'_product_id','51'),(104311,11470,'_variation_id','0'),(104312,11470,'_qty','1'),(104313,11470,'_tax_class',''),(104314,11470,'_line_subtotal','147.84'),(104315,11470,'_line_subtotal_tax','0'),(104316,11470,'_line_total','147.84'),(104317,11470,'_line_tax','0'),(104318,11470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104319,11471,'_product_id','43'),(104320,11471,'_variation_id','0'),(104321,11471,'_qty','1'),(104322,11471,'_tax_class',''),(104323,11471,'_line_subtotal','79.2'),(104324,11471,'_line_subtotal_tax','0'),(104325,11471,'_line_total','79.2'),(104326,11471,'_line_tax','0'),(104327,11471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104328,11472,'_product_id','23'),(104329,11472,'_variation_id','0'),(104330,11472,'_qty','1'),(104331,11472,'_tax_class',''),(104332,11472,'_line_subtotal','68.54'),(104333,11472,'_line_subtotal_tax','0'),(104334,11472,'_line_total','68.54'),(104335,11472,'_line_tax','0'),(104336,11472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104337,11473,'_product_id','41'),(104338,11473,'_variation_id','0'),(104339,11473,'_qty','1'),(104340,11473,'_tax_class',''),(104341,11473,'_line_subtotal','66.48'),(104342,11473,'_line_subtotal_tax','0'),(104343,11473,'_line_total','66.48'),(104344,11473,'_line_tax','0'),(104345,11473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104346,11474,'method_id','fedex'),(104347,11474,'instance_id','1'),(104348,11474,'cost','19.56'),(104349,11474,'total_tax','0'),(104350,11474,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104351,11474,'Package 1','17 × 14 × 10 (in) 29.3lbs × 1'),(104352,11475,'_product_id','2110'),(104353,11475,'_variation_id','0'),(104354,11475,'_qty','4'),(104355,11475,'_tax_class',''),(104356,11475,'_line_subtotal','285.6'),(104357,11475,'_line_subtotal_tax','0'),(104358,11475,'_line_total','285.6'),(104359,11475,'_line_tax','0'),(104360,11475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104361,11476,'_product_id','43'),(104362,11476,'_variation_id','0'),(104363,11476,'_qty','4'),(104364,11476,'_tax_class',''),(104365,11476,'_line_subtotal','316.8'),(104366,11476,'_line_subtotal_tax','0'),(104367,11476,'_line_total','316.8'),(104368,11476,'_line_tax','0'),(104369,11476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104370,11477,'_product_id','41'),(104371,11477,'_variation_id','0'),(104372,11477,'_qty','3'),(104373,11477,'_tax_class',''),(104374,11477,'_line_subtotal','199.44'),(104375,11477,'_line_subtotal_tax','0'),(104376,11477,'_line_total','199.44'),(104377,11477,'_line_tax','0'),(104378,11477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104379,11478,'method_id','free_shipping'),(104380,11478,'instance_id','2'),(104381,11478,'cost','0.00'),(104382,11478,'total_tax','0'),(104383,11478,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104384,11478,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3'),(104385,11479,'_product_id','45'),(104386,11479,'_variation_id','0'),(104387,11479,'_qty','2'),(104388,11479,'_tax_class',''),(104389,11479,'_line_subtotal','84.48'),(104390,11479,'_line_subtotal_tax','0'),(104391,11479,'_line_total','84.48'),(104392,11479,'_line_tax','0'),(104393,11479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104394,11480,'_product_id','2110'),(104395,11480,'_variation_id','0'),(104396,11480,'_qty','3'),(104397,11480,'_tax_class',''),(104398,11480,'_line_subtotal','214.2'),(104399,11480,'_line_subtotal_tax','0'),(104400,11480,'_line_total','214.2'),(104401,11480,'_line_tax','0'),(104402,11480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104403,11481,'_product_id','2113'),(104404,11481,'_variation_id','0'),(104405,11481,'_qty','2'),(104406,11481,'_tax_class',''),(104407,11481,'_line_subtotal','344'),(104408,11481,'_line_subtotal_tax','0'),(104409,11481,'_line_total','344'),(104410,11481,'_line_tax','0'),(104411,11481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104412,11482,'_product_id','40'),(104413,11482,'_variation_id','0'),(104414,11482,'_qty','1'),(104415,11482,'_tax_class',''),(104416,11482,'_line_subtotal','79.2'),(104417,11482,'_line_subtotal_tax','0'),(104418,11482,'_line_total','79.2'),(104419,11482,'_line_tax','0'),(104420,11482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104421,11483,'_product_id','43'),(104422,11483,'_variation_id','0'),(104423,11483,'_qty','2'),(104424,11483,'_tax_class',''),(104425,11483,'_line_subtotal','158.4'),(104426,11483,'_line_subtotal_tax','0'),(104427,11483,'_line_total','158.4'),(104428,11483,'_line_tax','0'),(104429,11483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104430,11484,'_product_id','490'),(104431,11484,'_variation_id','0'),(104432,11484,'_qty','10'),(104433,11484,'_tax_class',''),(104434,11484,'_line_subtotal','196'),(104435,11484,'_line_subtotal_tax','0'),(104436,11484,'_line_total','196'),(104437,11484,'_line_tax','0'),(104438,11484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104439,11485,'_product_id','487'),(104440,11485,'_variation_id','0'),(104441,11485,'_qty','1'),(104442,11485,'_tax_class',''),(104443,11485,'_line_subtotal','31.35'),(104444,11485,'_line_subtotal_tax','0'),(104445,11485,'_line_total','31.35'),(104446,11485,'_line_tax','0'),(104447,11485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104448,11486,'method_id','free_shipping'),(104449,11486,'instance_id','2'),(104450,11486,'cost','0.00'),(104451,11486,'total_tax','0'),(104452,11486,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104453,11486,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(104454,11487,'_product_id','23'),(104455,11487,'_variation_id','0'),(104456,11487,'_qty','3'),(104457,11487,'_tax_class',''),(104458,11487,'_line_subtotal','205.62'),(104459,11487,'_line_subtotal_tax','0'),(104460,11487,'_line_total','205.62'),(104461,11487,'_line_tax','0'),(104462,11487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104463,11488,'_product_id','44'),(104464,11488,'_variation_id','0'),(104465,11488,'_qty','2'),(104466,11488,'_tax_class',''),(104467,11488,'_line_subtotal','232.32'),(104468,11488,'_line_subtotal_tax','0'),(104469,11488,'_line_total','232.32'),(104470,11488,'_line_tax','0'),(104471,11488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104472,11489,'_product_id','490'),(104473,11489,'_variation_id','0'),(104474,11489,'_qty','6'),(104475,11489,'_tax_class',''),(104476,11489,'_line_subtotal','117.6'),(104477,11489,'_line_subtotal_tax','0'),(104478,11489,'_line_total','117.6'),(104479,11489,'_line_tax','0'),(104480,11489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104481,11490,'method_id','free_shipping'),(104482,11490,'instance_id','2'),(104483,11490,'cost','0.00'),(104484,11490,'total_tax','0'),(104485,11490,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104486,11490,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(104487,11491,'_product_id','2110'),(104488,11491,'_variation_id','0'),(104489,11491,'_qty','1'),(104490,11491,'_tax_class',''),(104491,11491,'_line_subtotal','71.4'),(104492,11491,'_line_subtotal_tax','0'),(104493,11491,'_line_total','71.4'),(104494,11491,'_line_tax','0'),(104495,11491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104496,11492,'_product_id','41'),(104497,11492,'_variation_id','0'),(104498,11492,'_qty','1'),(104499,11492,'_tax_class',''),(104500,11492,'_line_subtotal','66.48'),(104501,11492,'_line_subtotal_tax','0'),(104502,11492,'_line_total','66.48'),(104503,11492,'_line_tax','0'),(104504,11492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104505,11493,'_product_id','45'),(104506,11493,'_variation_id','0'),(104507,11493,'_qty','1'),(104508,11493,'_tax_class',''),(104509,11493,'_line_subtotal','42.24'),(104510,11493,'_line_subtotal_tax','0'),(104511,11493,'_line_total','42.24'),(104512,11493,'_line_tax','0'),(104513,11493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104514,11494,'_product_id','44'),(104515,11494,'_variation_id','0'),(104516,11494,'_qty','1'),(104517,11494,'_tax_class',''),(104518,11494,'_line_subtotal','116.16'),(104519,11494,'_line_subtotal_tax','0'),(104520,11494,'_line_total','116.16'),(104521,11494,'_line_tax','0'),(104522,11494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104523,11495,'_product_id','49'),(104524,11495,'_variation_id','0'),(104525,11495,'_qty','3'),(104526,11495,'_tax_class',''),(104527,11495,'_line_subtotal','237.6'),(104528,11495,'_line_subtotal_tax','0'),(104529,11495,'_line_total','237.6'),(104530,11495,'_line_tax','0'),(104531,11495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104532,11496,'method_id','free_shipping'),(104533,11496,'instance_id','2'),(104534,11496,'cost','0.00'),(104535,11496,'total_tax','0'),(104536,11496,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104537,11496,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(104538,11497,'_product_id','2110'),(104539,11497,'_variation_id','0'),(104540,11497,'_qty','2'),(104541,11497,'_tax_class',''),(104542,11497,'_line_subtotal','142.8'),(104543,11497,'_line_subtotal_tax','0'),(104544,11497,'_line_total','142.8'),(104545,11497,'_line_tax','0'),(104546,11497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104547,11498,'_product_id','2113'),(104548,11498,'_variation_id','0'),(104549,11498,'_qty','1'),(104550,11498,'_tax_class',''),(104551,11498,'_line_subtotal','172'),(104552,11498,'_line_subtotal_tax','0'),(104553,11498,'_line_total','172'),(104554,11498,'_line_tax','0'),(104555,11498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104556,11499,'_product_id','45'),(104557,11499,'_variation_id','0'),(104558,11499,'_qty','1'),(104559,11499,'_tax_class',''),(104560,11499,'_line_subtotal','42.24'),(104561,11499,'_line_subtotal_tax','0'),(104562,11499,'_line_total','42.24'),(104563,11499,'_line_tax','0'),(104564,11499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104565,11500,'_product_id','43'),(104566,11500,'_variation_id','0'),(104567,11500,'_qty','1'),(104568,11500,'_tax_class',''),(104569,11500,'_line_subtotal','79.2'),(104570,11500,'_line_subtotal_tax','0'),(104571,11500,'_line_total','79.2'),(104572,11500,'_line_tax','0'),(104573,11500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104574,11501,'_product_id','489'),(104575,11501,'_variation_id','0'),(104576,11501,'_qty','5'),(104577,11501,'_tax_class',''),(104578,11501,'_line_subtotal','95.2'),(104579,11501,'_line_subtotal_tax','0'),(104580,11501,'_line_total','95.2'),(104581,11501,'_line_tax','0'),(104582,11501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104583,11502,'method_id','free_shipping'),(104584,11502,'instance_id','2'),(104585,11502,'cost','0.00'),(104586,11502,'total_tax','0'),(104587,11502,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104588,11502,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 50/50 RM &times; 5'),(104595,11333,'thwma_order_shipping_status','wc-pending'),(104596,11334,'thwma_order_shipping_status','wc-pending'),(104597,11335,'thwma_order_shipping_status','wc-pending'),(104598,11336,'thwma_order_shipping_status','wc-pending'),(104599,11337,'thwma_order_shipping_status','wc-pending'),(104600,11338,'thwma_order_shipping_status','wc-pending'),(104601,11503,'_product_id','2110'),(104602,11503,'_variation_id','0'),(104603,11503,'_qty','7'),(104604,11503,'_tax_class',''),(104605,11503,'_line_subtotal','499.8'),(104606,11503,'_line_subtotal_tax','0'),(104607,11503,'_line_total','499.8'),(104608,11503,'_line_tax','0'),(104609,11503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104610,11504,'_product_id','2113'),(104611,11504,'_variation_id','0'),(104612,11504,'_qty','3'),(104613,11504,'_tax_class',''),(104614,11504,'_line_subtotal','516'),(104615,11504,'_line_subtotal_tax','0'),(104616,11504,'_line_total','516'),(104617,11504,'_line_tax','0'),(104618,11504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104619,11505,'_product_id','41'),(104620,11505,'_variation_id','0'),(104621,11505,'_qty','17'),(104622,11505,'_tax_class',''),(104623,11505,'_line_subtotal','1130.16'),(104624,11505,'_line_subtotal_tax','0'),(104625,11505,'_line_total','1130.16'),(104626,11505,'_line_tax','0'),(104627,11505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104628,11506,'_product_id','45'),(104629,11506,'_variation_id','0'),(104630,11506,'_qty','4'),(104631,11506,'_tax_class',''),(104632,11506,'_line_subtotal','168.96'),(104633,11506,'_line_subtotal_tax','0'),(104634,11506,'_line_total','168.96'),(104635,11506,'_line_tax','0'),(104636,11506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104637,11507,'_product_id','2408'),(104638,11507,'_variation_id','0'),(104639,11507,'_qty','1'),(104640,11507,'_tax_class',''),(104641,11507,'_line_subtotal','149.34'),(104642,11507,'_line_subtotal_tax','0'),(104643,11507,'_line_total','149.34'),(104644,11507,'_line_tax','0'),(104645,11507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104646,11508,'_product_id','2400'),(104647,11508,'_variation_id','0'),(104648,11508,'_qty','2'),(104649,11508,'_tax_class',''),(104650,11508,'_line_subtotal','372.6'),(104651,11508,'_line_subtotal_tax','0'),(104652,11508,'_line_total','372.6'),(104653,11508,'_line_tax','0'),(104654,11508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104655,11509,'_product_id','120'),(104656,11509,'_variation_id','0'),(104657,11509,'_qty','2'),(104658,11509,'_tax_class',''),(104659,11509,'_line_subtotal','105.6'),(104660,11509,'_line_subtotal_tax','0'),(104661,11509,'_line_total','105.6'),(104662,11509,'_line_tax','0'),(104663,11509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104664,11510,'_product_id','43'),(104665,11510,'_variation_id','0'),(104666,11510,'_qty','5'),(104667,11510,'_tax_class',''),(104668,11510,'_line_subtotal','396'),(104669,11510,'_line_subtotal_tax','0'),(104670,11510,'_line_total','396'),(104671,11510,'_line_tax','0'),(104672,11510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104673,11511,'_product_id','49'),(104674,11511,'_variation_id','0'),(104675,11511,'_qty','10'),(104676,11511,'_tax_class',''),(104677,11511,'_line_subtotal','792'),(104678,11511,'_line_subtotal_tax','0'),(104679,11511,'_line_total','792'),(104680,11511,'_line_tax','0'),(104681,11511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104682,11512,'_product_id','44'),(104683,11512,'_variation_id','0'),(104684,11512,'_qty','1'),(104685,11512,'_tax_class',''),(104686,11512,'_line_subtotal','116.16'),(104687,11512,'_line_subtotal_tax','0'),(104688,11512,'_line_total','116.16'),(104689,11512,'_line_tax','0'),(104690,11512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104691,11513,'_product_id','488'),(104692,11513,'_variation_id','0'),(104693,11513,'_qty','4'),(104694,11513,'_tax_class',''),(104695,11513,'_line_subtotal','125.4'),(104696,11513,'_line_subtotal_tax','0'),(104697,11513,'_line_total','125.4'),(104698,11513,'_line_tax','0'),(104699,11513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104700,11514,'method_id','free_shipping'),(104701,11514,'instance_id','2'),(104702,11514,'cost','0.00'),(104703,11514,'total_tax','0'),(104704,11514,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104705,11514,'Items','Active Rinse 8oz 100%(Case of 12) &times; 7, Active Rinse 16oz 100%(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 17, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 10, Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 4'),(104706,11454,'thwma_order_shipping_status','wc-pending'),(104707,11455,'thwma_order_shipping_status','wc-pending'),(104708,11456,'thwma_order_shipping_status','wc-pending'),(104709,11457,'thwma_order_shipping_status','wc-pending'),(104710,11458,'thwma_order_shipping_status','wc-pending'),(104711,11459,'thwma_order_shipping_status','wc-pending'),(104712,11290,'thwma_order_shipping_status','wc-pending'),(104713,11291,'thwma_order_shipping_status','wc-pending'),(104714,11292,'thwma_order_shipping_status','wc-pending'),(104715,11470,'thwma_order_shipping_status','wc-pending'),(104716,11471,'thwma_order_shipping_status','wc-pending'),(104717,11472,'thwma_order_shipping_status','wc-pending'),(104718,11473,'thwma_order_shipping_status','wc-pending'),(104719,11463,'thwma_order_shipping_status','wc-pending'),(104720,11464,'thwma_order_shipping_status','wc-pending'),(104721,11465,'thwma_order_shipping_status','wc-pending'),(104722,11466,'thwma_order_shipping_status','wc-pending'),(104723,11467,'thwma_order_shipping_status','wc-pending'),(104724,11468,'thwma_order_shipping_status','wc-pending'),(104725,11515,'_product_id','2110'),(104726,11515,'_variation_id','0'),(104727,11515,'_qty','4'),(104728,11515,'_tax_class',''),(104729,11515,'_line_subtotal','285.6'),(104730,11515,'_line_subtotal_tax','0'),(104731,11515,'_line_total','285.6'),(104732,11515,'_line_tax','0'),(104733,11515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104734,11516,'_product_id','45'),(104735,11516,'_variation_id','0'),(104736,11516,'_qty','4'),(104737,11516,'_tax_class',''),(104738,11516,'_line_subtotal','168.96'),(104739,11516,'_line_subtotal_tax','0'),(104740,11516,'_line_total','168.96'),(104741,11516,'_line_tax','0'),(104742,11516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104743,11517,'_product_id','41'),(104744,11517,'_variation_id','0'),(104745,11517,'_qty','2'),(104746,11517,'_tax_class',''),(104747,11517,'_line_subtotal','132.96'),(104748,11517,'_line_subtotal_tax','0'),(104749,11517,'_line_total','132.96'),(104750,11517,'_line_tax','0'),(104751,11517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104752,11518,'method_id','free_shipping'),(104753,11518,'instance_id','2'),(104754,11518,'cost','0.00'),(104755,11518,'total_tax','0'),(104756,11518,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104757,11518,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2'),(104758,11491,'thwma_order_shipping_status','wc-pending'),(104759,11492,'thwma_order_shipping_status','wc-pending'),(104760,11493,'thwma_order_shipping_status','wc-pending'),(104761,11494,'thwma_order_shipping_status','wc-pending'),(104762,11495,'thwma_order_shipping_status','wc-pending'),(104763,11497,'thwma_order_shipping_status','wc-pending'),(104764,11498,'thwma_order_shipping_status','wc-pending'),(104765,11499,'thwma_order_shipping_status','wc-pending'),(104766,11500,'thwma_order_shipping_status','wc-pending'),(104767,11501,'thwma_order_shipping_status','wc-pending'),(104768,11519,'_product_id','38'),(104769,11519,'_variation_id','0'),(104770,11519,'_qty','1'),(104771,11519,'_tax_class',''),(104772,11519,'_line_subtotal','165.76'),(104773,11519,'_line_subtotal_tax','0'),(104774,11519,'_line_total','165.76'),(104775,11519,'_line_tax','0'),(104776,11519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104777,11520,'_product_id','23'),(104778,11520,'_variation_id','0'),(104779,11520,'_qty','1'),(104780,11520,'_tax_class',''),(104781,11520,'_line_subtotal','68.54'),(104782,11520,'_line_subtotal_tax','0'),(104783,11520,'_line_total','68.54'),(104784,11520,'_line_tax','0'),(104785,11520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104786,11521,'_product_id','41'),(104787,11521,'_variation_id','0'),(104788,11521,'_qty','2'),(104789,11521,'_tax_class',''),(104790,11521,'_line_subtotal','132.96'),(104791,11521,'_line_subtotal_tax','0'),(104792,11521,'_line_total','132.96'),(104793,11521,'_line_tax','0'),(104794,11521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104795,11522,'_product_id','45'),(104796,11522,'_variation_id','0'),(104797,11522,'_qty','1'),(104798,11522,'_tax_class',''),(104799,11522,'_line_subtotal','42.24'),(104800,11522,'_line_subtotal_tax','0'),(104801,11522,'_line_total','42.24'),(104802,11522,'_line_tax','0'),(104803,11522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104804,11523,'_product_id','40'),(104805,11523,'_variation_id','0'),(104806,11523,'_qty','1'),(104807,11523,'_tax_class',''),(104808,11523,'_line_subtotal','79.2'),(104809,11523,'_line_subtotal_tax','0'),(104810,11523,'_line_total','79.2'),(104811,11523,'_line_tax','0'),(104812,11523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104813,11524,'_product_id','49'),(104814,11524,'_variation_id','0'),(104815,11524,'_qty','1'),(104816,11524,'_tax_class',''),(104817,11524,'_line_subtotal','79.2'),(104818,11524,'_line_subtotal_tax','0'),(104819,11524,'_line_total','79.2'),(104820,11524,'_line_tax','0'),(104821,11524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104822,11525,'_product_id','43'),(104823,11525,'_variation_id','0'),(104824,11525,'_qty','1'),(104825,11525,'_tax_class',''),(104826,11525,'_line_subtotal','79.2'),(104827,11525,'_line_subtotal_tax','0'),(104828,11525,'_line_total','79.2'),(104829,11525,'_line_tax','0'),(104830,11525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104831,11526,'_product_id','93'),(104832,11526,'_variation_id','0'),(104833,11526,'_qty','4'),(104834,11526,'_tax_class',''),(104835,11526,'_line_subtotal','0'),(104836,11526,'_line_subtotal_tax','0'),(104837,11526,'_line_total','0'),(104838,11526,'_line_tax','0'),(104839,11526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104840,11527,'method_id','free_shipping'),(104841,11527,'instance_id','2'),(104842,11527,'cost','0.00'),(104843,11527,'total_tax','0'),(104844,11527,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104845,11527,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 4'),(104846,11528,'_product_id','45'),(104847,11528,'_variation_id','0'),(104848,11528,'_qty','2'),(104849,11528,'_tax_class',''),(104850,11528,'_line_subtotal','84.48'),(104851,11528,'_line_subtotal_tax','0'),(104852,11528,'_line_total','84.48'),(104853,11528,'_line_tax','0'),(104854,11528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104855,11529,'_product_id','490'),(104856,11529,'_variation_id','0'),(104857,11529,'_qty','4'),(104858,11529,'_tax_class',''),(104859,11529,'_line_subtotal','78.4'),(104860,11529,'_line_subtotal_tax','0'),(104861,11529,'_line_total','78.4'),(104862,11529,'_line_tax','0'),(104863,11529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104864,11530,'_product_id','487'),(104865,11530,'_variation_id','0'),(104866,11530,'_qty','2'),(104867,11530,'_tax_class',''),(104868,11530,'_line_subtotal','62.7'),(104869,11530,'_line_subtotal_tax','0'),(104870,11530,'_line_total','62.7'),(104871,11530,'_line_tax','0'),(104872,11530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104873,11531,'_product_id','488'),(104874,11531,'_variation_id','0'),(104875,11531,'_qty','2'),(104876,11531,'_tax_class',''),(104877,11531,'_line_subtotal','62.7'),(104878,11531,'_line_subtotal_tax','0'),(104879,11531,'_line_total','62.7'),(104880,11531,'_line_tax','0'),(104881,11531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104882,11532,'method_id','fedex'),(104883,11532,'instance_id','1'),(104884,11532,'cost','50.81'),(104885,11532,'total_tax','0'),(104886,11532,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104887,11532,'Package 1','17 × 14 × 10 (in) 39.9lbs × 1'),(104888,11532,'Package 2','17 × 14 × 10 (in) 17.1lbs × 1'),(104889,11533,'_product_id','41'),(104890,11533,'_variation_id','0'),(104891,11533,'_qty','1'),(104892,11533,'_tax_class',''),(104893,11533,'_line_subtotal','66.48'),(104894,11533,'_line_subtotal_tax','0'),(104895,11533,'_line_total','66.48'),(104896,11533,'_line_tax','0'),(104897,11533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104898,11534,'_product_id','43'),(104899,11534,'_variation_id','0'),(104900,11534,'_qty','1'),(104901,11534,'_tax_class',''),(104902,11534,'_line_subtotal','79.2'),(104903,11534,'_line_subtotal_tax','0'),(104904,11534,'_line_total','79.2'),(104905,11534,'_line_tax','0'),(104906,11534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104907,11535,'_product_id','490'),(104908,11535,'_variation_id','0'),(104909,11535,'_qty','5'),(104910,11535,'_tax_class',''),(104911,11535,'_line_subtotal','98'),(104912,11535,'_line_subtotal_tax','0'),(104913,11535,'_line_total','98'),(104914,11535,'_line_tax','0'),(104915,11535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(104916,11536,'method_id','fedex'),(104917,11536,'instance_id','1'),(104918,11536,'cost','19.16'),(104919,11536,'total_tax','0'),(104920,11536,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(104921,11536,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(104922,11248,'thwma_order_shipping_status','wc-pending'),(104923,11249,'thwma_order_shipping_status','wc-pending'),(104924,11294,'thwma_order_shipping_status','wc-pending'),(104925,11295,'thwma_order_shipping_status','wc-pending'),(104926,11296,'thwma_order_shipping_status','wc-pending'),(104927,11298,'thwma_order_shipping_status','wc-pending'),(104928,11299,'thwma_order_shipping_status','wc-pending'),(104929,11300,'thwma_order_shipping_status','wc-pending'),(104930,11301,'thwma_order_shipping_status','wc-pending'),(104931,11302,'thwma_order_shipping_status','wc-pending'),(104932,11304,'thwma_order_shipping_status','wc-pending'),(104933,11305,'thwma_order_shipping_status','wc-pending'),(104934,11307,'thwma_order_shipping_status','wc-pending'),(104935,11308,'thwma_order_shipping_status','wc-pending'),(104936,11309,'thwma_order_shipping_status','wc-pending'),(104937,11311,'thwma_order_shipping_status','wc-pending'),(104938,11312,'thwma_order_shipping_status','wc-pending'),(104939,11313,'thwma_order_shipping_status','wc-pending'),(104940,11314,'thwma_order_shipping_status','wc-pending'),(104941,11315,'thwma_order_shipping_status','wc-pending'),(104942,11316,'thwma_order_shipping_status','wc-pending'),(104943,11317,'thwma_order_shipping_status','wc-pending'),(104949,11319,'thwma_order_shipping_status','wc-pending'),(104950,11320,'thwma_order_shipping_status','wc-pending'),(104951,11321,'thwma_order_shipping_status','wc-pending'),(104952,11322,'thwma_order_shipping_status','wc-pending'),(104953,11323,'thwma_order_shipping_status','wc-pending'),(104958,11325,'thwma_order_shipping_status','wc-pending'),(104959,11326,'thwma_order_shipping_status','wc-pending'),(104960,11327,'thwma_order_shipping_status','wc-pending'),(104961,11328,'thwma_order_shipping_status','wc-pending'),(104962,11330,'thwma_order_shipping_status','wc-pending'),(104963,11331,'thwma_order_shipping_status','wc-pending'),(104964,11340,'thwma_order_shipping_status','wc-pending'),(104965,11341,'thwma_order_shipping_status','wc-pending'),(104966,11342,'thwma_order_shipping_status','wc-pending'),(104967,11343,'thwma_order_shipping_status','wc-pending'),(104968,11344,'thwma_order_shipping_status','wc-pending'),(104969,11345,'thwma_order_shipping_status','wc-pending'),(104970,11346,'thwma_order_shipping_status','wc-pending'),(104971,11347,'thwma_order_shipping_status','wc-pending'),(104972,11348,'thwma_order_shipping_status','wc-pending'),(104973,11349,'thwma_order_shipping_status','wc-pending'),(104974,11350,'thwma_order_shipping_status','wc-pending'),(104975,11363,'thwma_order_shipping_status','wc-pending'),(104976,11364,'thwma_order_shipping_status','wc-pending'),(104977,11365,'thwma_order_shipping_status','wc-pending'),(104978,11366,'thwma_order_shipping_status','wc-pending'),(104979,11367,'thwma_order_shipping_status','wc-pending'),(104980,11368,'thwma_order_shipping_status','wc-pending'),(104981,11369,'thwma_order_shipping_status','wc-pending'),(104982,11370,'thwma_order_shipping_status','wc-pending'),(104983,11371,'thwma_order_shipping_status','wc-pending'),(104984,11372,'thwma_order_shipping_status','wc-pending'),(104985,11374,'thwma_order_shipping_status','wc-pending'),(104986,11375,'thwma_order_shipping_status','wc-pending'),(104987,11376,'thwma_order_shipping_status','wc-pending'),(104988,11377,'thwma_order_shipping_status','wc-pending'),(104989,11435,'thwma_order_shipping_status','wc-pending'),(104990,11436,'thwma_order_shipping_status','wc-pending'),(104991,11437,'thwma_order_shipping_status','wc-pending'),(104992,11438,'thwma_order_shipping_status','wc-pending'),(104993,11439,'thwma_order_shipping_status','wc-pending'),(104994,11440,'thwma_order_shipping_status','wc-pending'),(104995,11441,'thwma_order_shipping_status','wc-pending'),(104996,11442,'thwma_order_shipping_status','wc-pending'),(104997,11443,'thwma_order_shipping_status','wc-pending'),(104998,11444,'thwma_order_shipping_status','wc-pending'),(104999,11445,'thwma_order_shipping_status','wc-pending'),(105000,11446,'thwma_order_shipping_status','wc-pending'),(105001,11447,'thwma_order_shipping_status','wc-pending'),(105002,11449,'thwma_order_shipping_status','wc-pending'),(105003,11450,'thwma_order_shipping_status','wc-pending'),(105004,11451,'thwma_order_shipping_status','wc-pending'),(105005,11452,'thwma_order_shipping_status','wc-pending'),(105006,11475,'thwma_order_shipping_status','wc-pending'),(105007,11476,'thwma_order_shipping_status','wc-pending'),(105008,11477,'thwma_order_shipping_status','wc-pending'),(105009,11479,'thwma_order_shipping_status','wc-pending'),(105010,11480,'thwma_order_shipping_status','wc-pending'),(105011,11481,'thwma_order_shipping_status','wc-pending'),(105012,11482,'thwma_order_shipping_status','wc-pending'),(105013,11483,'thwma_order_shipping_status','wc-pending'),(105014,11484,'thwma_order_shipping_status','wc-pending'),(105015,11485,'thwma_order_shipping_status','wc-pending'),(105016,11487,'thwma_order_shipping_status','wc-pending'),(105017,11488,'thwma_order_shipping_status','wc-pending'),(105018,11489,'thwma_order_shipping_status','wc-pending'),(105019,11503,'thwma_order_shipping_status','wc-pending'),(105020,11504,'thwma_order_shipping_status','wc-pending'),(105021,11505,'thwma_order_shipping_status','wc-pending'),(105022,11506,'thwma_order_shipping_status','wc-pending'),(105023,11507,'thwma_order_shipping_status','wc-pending'),(105024,11508,'thwma_order_shipping_status','wc-pending'),(105025,11509,'thwma_order_shipping_status','wc-pending'),(105026,11510,'thwma_order_shipping_status','wc-pending'),(105027,11511,'thwma_order_shipping_status','wc-pending'),(105028,11512,'thwma_order_shipping_status','wc-pending'),(105029,11513,'thwma_order_shipping_status','wc-pending'),(105030,11515,'thwma_order_shipping_status','wc-pending'),(105031,11516,'thwma_order_shipping_status','wc-pending'),(105032,11517,'thwma_order_shipping_status','wc-pending'),(105033,11533,'thwma_order_shipping_status','wc-pending'),(105034,11534,'thwma_order_shipping_status','wc-pending'),(105035,11535,'thwma_order_shipping_status','wc-pending'),(105036,11528,'thwma_order_shipping_status','wc-pending'),(105037,11529,'thwma_order_shipping_status','wc-pending'),(105038,11530,'thwma_order_shipping_status','wc-pending'),(105039,11531,'thwma_order_shipping_status','wc-pending'),(105040,11537,'_product_id','137'),(105041,11537,'_variation_id','0'),(105042,11537,'_qty','20'),(105043,11537,'_tax_class',''),(105044,11537,'_line_subtotal','121'),(105045,11537,'_line_subtotal_tax','0'),(105046,11537,'_line_total','121'),(105047,11537,'_line_tax','0'),(105048,11537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105049,11538,'method_id','fedex'),(105050,11538,'instance_id','1'),(105051,11538,'cost','16.60'),(105052,11538,'total_tax','0'),(105053,11538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105054,11538,'Package 1','17 × 14 × 10 (in) 6lbs × 1'),(105088,11543,'_product_id','2110'),(105089,11543,'_variation_id','0'),(105090,11543,'_qty','1'),(105091,11543,'_tax_class',''),(105092,11543,'_line_subtotal','71.4'),(105093,11543,'_line_subtotal_tax','0'),(105094,11543,'_line_total','71.4'),(105095,11543,'_line_tax','0'),(105096,11543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105097,11544,'_product_id','42'),(105098,11544,'_variation_id','0'),(105099,11544,'_qty','1'),(105100,11544,'_tax_class',''),(105101,11544,'_line_subtotal','79.2'),(105102,11544,'_line_subtotal_tax','0'),(105103,11544,'_line_total','79.2'),(105104,11544,'_line_tax','0'),(105105,11544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105106,11545,'_product_id','41'),(105107,11545,'_variation_id','0'),(105108,11545,'_qty','2'),(105109,11545,'_tax_class',''),(105110,11545,'_line_subtotal','132.96'),(105111,11545,'_line_subtotal_tax','0'),(105112,11545,'_line_total','132.96'),(105113,11545,'_line_tax','0'),(105114,11545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105115,11546,'_product_id','45'),(105116,11546,'_variation_id','0'),(105117,11546,'_qty','1'),(105118,11546,'_tax_class',''),(105119,11546,'_line_subtotal','42.24'),(105120,11546,'_line_subtotal_tax','0'),(105121,11546,'_line_total','42.24'),(105122,11546,'_line_tax','0'),(105123,11546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105124,11547,'_product_id','43'),(105125,11547,'_variation_id','0'),(105126,11547,'_qty','1'),(105127,11547,'_tax_class',''),(105128,11547,'_line_subtotal','79.2'),(105129,11547,'_line_subtotal_tax','0'),(105130,11547,'_line_total','79.2'),(105131,11547,'_line_tax','0'),(105132,11547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105133,11548,'_product_id','120'),(105134,11548,'_variation_id','0'),(105135,11548,'_qty','1'),(105136,11548,'_tax_class',''),(105137,11548,'_line_subtotal','52.8'),(105138,11548,'_line_subtotal_tax','0'),(105139,11548,'_line_total','52.8'),(105140,11548,'_line_tax','0'),(105141,11548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105142,11549,'_product_id','49'),(105143,11549,'_variation_id','0'),(105144,11549,'_qty','1'),(105145,11549,'_tax_class',''),(105146,11549,'_line_subtotal','79.2'),(105147,11549,'_line_subtotal_tax','0'),(105148,11549,'_line_total','79.2'),(105149,11549,'_line_tax','0'),(105150,11549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105151,11550,'_product_id','490'),(105152,11550,'_variation_id','0'),(105153,11550,'_qty','10'),(105154,11550,'_tax_class',''),(105155,11550,'_line_subtotal','196'),(105156,11550,'_line_subtotal_tax','0'),(105157,11550,'_line_total','196'),(105158,11550,'_line_tax','0'),(105159,11550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105160,11551,'_product_id','487'),(105161,11551,'_variation_id','0'),(105162,11551,'_qty','2'),(105163,11551,'_tax_class',''),(105164,11551,'_line_subtotal','62.7'),(105165,11551,'_line_subtotal_tax','0'),(105166,11551,'_line_total','62.7'),(105167,11551,'_line_tax','0'),(105168,11551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105169,11552,'method_id','free_shipping'),(105170,11552,'instance_id','2'),(105171,11552,'cost','0.00'),(105172,11552,'total_tax','0'),(105173,11552,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105174,11552,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(105175,11553,'_product_id','2110'),(105176,11553,'_variation_id','0'),(105177,11553,'_qty','1'),(105178,11553,'_tax_class',''),(105179,11553,'_line_subtotal','71.4'),(105180,11553,'_line_subtotal_tax','0'),(105181,11553,'_line_total','71.4'),(105182,11553,'_line_tax','0'),(105183,11553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105184,11554,'_product_id','42'),(105185,11554,'_variation_id','0'),(105186,11554,'_qty','1'),(105187,11554,'_tax_class',''),(105188,11554,'_line_subtotal','79.2'),(105189,11554,'_line_subtotal_tax','0'),(105190,11554,'_line_total','79.2'),(105191,11554,'_line_tax','0'),(105192,11554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105193,11555,'_product_id','41'),(105194,11555,'_variation_id','0'),(105195,11555,'_qty','2'),(105196,11555,'_tax_class',''),(105197,11555,'_line_subtotal','132.96'),(105198,11555,'_line_subtotal_tax','0'),(105199,11555,'_line_total','132.96'),(105200,11555,'_line_tax','0'),(105201,11555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105202,11556,'_product_id','45'),(105203,11556,'_variation_id','0'),(105204,11556,'_qty','1'),(105205,11556,'_tax_class',''),(105206,11556,'_line_subtotal','42.24'),(105207,11556,'_line_subtotal_tax','0'),(105208,11556,'_line_total','42.24'),(105209,11556,'_line_tax','0'),(105210,11556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105211,11557,'_product_id','43'),(105212,11557,'_variation_id','0'),(105213,11557,'_qty','1'),(105214,11557,'_tax_class',''),(105215,11557,'_line_subtotal','79.2'),(105216,11557,'_line_subtotal_tax','0'),(105217,11557,'_line_total','79.2'),(105218,11557,'_line_tax','0'),(105219,11557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105220,11558,'_product_id','120'),(105221,11558,'_variation_id','0'),(105222,11558,'_qty','1'),(105223,11558,'_tax_class',''),(105224,11558,'_line_subtotal','52.8'),(105225,11558,'_line_subtotal_tax','0'),(105226,11558,'_line_total','52.8'),(105227,11558,'_line_tax','0'),(105228,11558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105229,11559,'_product_id','49'),(105230,11559,'_variation_id','0'),(105231,11559,'_qty','1'),(105232,11559,'_tax_class',''),(105233,11559,'_line_subtotal','79.2'),(105234,11559,'_line_subtotal_tax','0'),(105235,11559,'_line_total','79.2'),(105236,11559,'_line_tax','0'),(105237,11559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105238,11560,'_product_id','490'),(105239,11560,'_variation_id','0'),(105240,11560,'_qty','10'),(105241,11560,'_tax_class',''),(105242,11560,'_line_subtotal','196'),(105243,11560,'_line_subtotal_tax','0'),(105244,11560,'_line_total','196'),(105245,11560,'_line_tax','0'),(105246,11560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105247,11561,'_product_id','487'),(105248,11561,'_variation_id','0'),(105249,11561,'_qty','2'),(105250,11561,'_tax_class',''),(105251,11561,'_line_subtotal','62.7'),(105252,11561,'_line_subtotal_tax','0'),(105253,11561,'_line_total','62.7'),(105254,11561,'_line_tax','0'),(105255,11561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105256,11562,'method_id','free_shipping'),(105257,11562,'instance_id','2'),(105258,11562,'cost','0.00'),(105259,11562,'total_tax','0'),(105260,11562,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105261,11562,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(105262,11563,'_product_id','2110'),(105263,11563,'_variation_id','0'),(105264,11563,'_qty','1'),(105265,11563,'_tax_class',''),(105266,11563,'_line_subtotal','71.4'),(105267,11563,'_line_subtotal_tax','0'),(105268,11563,'_line_total','71.4'),(105269,11563,'_line_tax','0'),(105270,11563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105271,11564,'_product_id','42'),(105272,11564,'_variation_id','0'),(105273,11564,'_qty','1'),(105274,11564,'_tax_class',''),(105275,11564,'_line_subtotal','79.2'),(105276,11564,'_line_subtotal_tax','0'),(105277,11564,'_line_total','79.2'),(105278,11564,'_line_tax','0'),(105279,11564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105280,11565,'_product_id','41'),(105281,11565,'_variation_id','0'),(105282,11565,'_qty','2'),(105283,11565,'_tax_class',''),(105284,11565,'_line_subtotal','132.96'),(105285,11565,'_line_subtotal_tax','0'),(105286,11565,'_line_total','132.96'),(105287,11565,'_line_tax','0'),(105288,11565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105289,11566,'_product_id','45'),(105290,11566,'_variation_id','0'),(105291,11566,'_qty','1'),(105292,11566,'_tax_class',''),(105293,11566,'_line_subtotal','42.24'),(105294,11566,'_line_subtotal_tax','0'),(105295,11566,'_line_total','42.24'),(105296,11566,'_line_tax','0'),(105297,11566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105298,11567,'_product_id','43'),(105299,11567,'_variation_id','0'),(105300,11567,'_qty','1'),(105301,11567,'_tax_class',''),(105302,11567,'_line_subtotal','79.2'),(105303,11567,'_line_subtotal_tax','0'),(105304,11567,'_line_total','79.2'),(105305,11567,'_line_tax','0'),(105306,11567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105307,11568,'_product_id','120'),(105308,11568,'_variation_id','0'),(105309,11568,'_qty','1'),(105310,11568,'_tax_class',''),(105311,11568,'_line_subtotal','52.8'),(105312,11568,'_line_subtotal_tax','0'),(105313,11568,'_line_total','52.8'),(105314,11568,'_line_tax','0'),(105315,11568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105316,11569,'_product_id','49'),(105317,11569,'_variation_id','0'),(105318,11569,'_qty','1'),(105319,11569,'_tax_class',''),(105320,11569,'_line_subtotal','79.2'),(105321,11569,'_line_subtotal_tax','0'),(105322,11569,'_line_total','79.2'),(105323,11569,'_line_tax','0'),(105324,11569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105325,11570,'_product_id','490'),(105326,11570,'_variation_id','0'),(105327,11570,'_qty','10'),(105328,11570,'_tax_class',''),(105329,11570,'_line_subtotal','196'),(105330,11570,'_line_subtotal_tax','0'),(105331,11570,'_line_total','196'),(105332,11570,'_line_tax','0'),(105333,11570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105334,11571,'_product_id','487'),(105335,11571,'_variation_id','0'),(105336,11571,'_qty','2'),(105337,11571,'_tax_class',''),(105338,11571,'_line_subtotal','62.7'),(105339,11571,'_line_subtotal_tax','0'),(105340,11571,'_line_total','62.7'),(105341,11571,'_line_tax','0'),(105342,11571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105343,11572,'method_id','free_shipping'),(105344,11572,'instance_id','2'),(105345,11572,'cost','0.00'),(105346,11572,'total_tax','0'),(105347,11572,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105348,11572,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 2'),(105349,11573,'_product_id','23'),(105350,11573,'_variation_id','0'),(105351,11573,'_qty','3'),(105352,11573,'_tax_class',''),(105353,11573,'_line_subtotal','205.62'),(105354,11573,'_line_subtotal_tax','0'),(105355,11573,'_line_total','205.62'),(105356,11573,'_line_tax','0'),(105357,11573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105358,11574,'_product_id','42'),(105359,11574,'_variation_id','0'),(105360,11574,'_qty','1'),(105361,11574,'_tax_class',''),(105362,11574,'_line_subtotal','79.2'),(105363,11574,'_line_subtotal_tax','0'),(105364,11574,'_line_total','79.2'),(105365,11574,'_line_tax','0'),(105366,11574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105367,11575,'_product_id','43'),(105368,11575,'_variation_id','0'),(105369,11575,'_qty','2'),(105370,11575,'_tax_class',''),(105371,11575,'_line_subtotal','158.4'),(105372,11575,'_line_subtotal_tax','0'),(105373,11575,'_line_total','158.4'),(105374,11575,'_line_tax','0'),(105375,11575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105376,11576,'_product_id','490'),(105377,11576,'_variation_id','0'),(105378,11576,'_qty','8'),(105379,11576,'_tax_class',''),(105380,11576,'_line_subtotal','156.8'),(105381,11576,'_line_subtotal_tax','0'),(105382,11576,'_line_total','156.8'),(105383,11576,'_line_tax','0'),(105384,11576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105385,11577,'_product_id','487'),(105386,11577,'_variation_id','0'),(105387,11577,'_qty','2'),(105388,11577,'_tax_class',''),(105389,11577,'_line_subtotal','62.7'),(105390,11577,'_line_subtotal_tax','0'),(105391,11577,'_line_total','62.7'),(105392,11577,'_line_tax','0'),(105393,11577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105394,11578,'method_id','free_shipping'),(105395,11578,'instance_id','2'),(105396,11578,'cost','0.00'),(105397,11578,'total_tax','0'),(105398,11578,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105399,11578,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Mousse 1 Gallon RM &times; 2'),(105400,11579,'_product_id','23'),(105401,11579,'_variation_id','0'),(105402,11579,'_qty','3'),(105403,11579,'_tax_class',''),(105404,11579,'_line_subtotal','205.62'),(105405,11579,'_line_subtotal_tax','0'),(105406,11579,'_line_total','205.62'),(105407,11579,'_line_tax','0'),(105408,11579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105409,11580,'_product_id','42'),(105410,11580,'_variation_id','0'),(105411,11580,'_qty','1'),(105412,11580,'_tax_class',''),(105413,11580,'_line_subtotal','79.2'),(105414,11580,'_line_subtotal_tax','0'),(105415,11580,'_line_total','79.2'),(105416,11580,'_line_tax','0'),(105417,11580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105418,11581,'_product_id','43'),(105419,11581,'_variation_id','0'),(105420,11581,'_qty','2'),(105421,11581,'_tax_class',''),(105422,11581,'_line_subtotal','158.4'),(105423,11581,'_line_subtotal_tax','0'),(105424,11581,'_line_total','158.4'),(105425,11581,'_line_tax','0'),(105426,11581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105427,11582,'_product_id','490'),(105428,11582,'_variation_id','0'),(105429,11582,'_qty','8'),(105430,11582,'_tax_class',''),(105431,11582,'_line_subtotal','156.8'),(105432,11582,'_line_subtotal_tax','0'),(105433,11582,'_line_total','156.8'),(105434,11582,'_line_tax','0'),(105435,11582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105436,11583,'_product_id','487'),(105437,11583,'_variation_id','0'),(105438,11583,'_qty','2'),(105439,11583,'_tax_class',''),(105440,11583,'_line_subtotal','62.7'),(105441,11583,'_line_subtotal_tax','0'),(105442,11583,'_line_total','62.7'),(105443,11583,'_line_tax','0'),(105444,11583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105445,11584,'method_id','free_shipping'),(105446,11584,'instance_id','2'),(105447,11584,'cost','0.00'),(105448,11584,'total_tax','0'),(105449,11584,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105450,11584,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Mousse 1 Gallon RM &times; 2'),(105451,11585,'_product_id','23'),(105452,11585,'_variation_id','0'),(105453,11585,'_qty','4'),(105454,11585,'_tax_class',''),(105455,11585,'_line_subtotal','274.16'),(105456,11585,'_line_subtotal_tax','0'),(105457,11585,'_line_total','274.16'),(105458,11585,'_line_tax','0'),(105459,11585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105460,11586,'_product_id','490'),(105461,11586,'_variation_id','0'),(105462,11586,'_qty','6'),(105463,11586,'_tax_class',''),(105464,11586,'_line_subtotal','117.6'),(105465,11586,'_line_subtotal_tax','0'),(105466,11586,'_line_total','117.6'),(105467,11586,'_line_tax','0'),(105468,11586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105469,11587,'_product_id','44'),(105470,11587,'_variation_id','0'),(105471,11587,'_qty','1'),(105472,11587,'_tax_class',''),(105473,11587,'_line_subtotal','116.16'),(105474,11587,'_line_subtotal_tax','0'),(105475,11587,'_line_total','116.16'),(105476,11587,'_line_tax','0'),(105477,11587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105478,11588,'method_id','free_shipping'),(105479,11588,'instance_id','2'),(105480,11588,'cost','0.00'),(105481,11588,'total_tax','0'),(105482,11588,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105483,11588,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 6, Preventive Kit(Case of 6) &times; 1'),(105489,11579,'thwma_order_shipping_status','wc-pending'),(105490,11580,'thwma_order_shipping_status','wc-pending'),(105491,11581,'thwma_order_shipping_status','wc-pending'),(105492,11582,'thwma_order_shipping_status','wc-pending'),(105493,11583,'thwma_order_shipping_status','wc-pending'),(105494,11563,'thwma_order_shipping_status','wc-pending'),(105495,11564,'thwma_order_shipping_status','wc-pending'),(105496,11565,'thwma_order_shipping_status','wc-pending'),(105497,11566,'thwma_order_shipping_status','wc-pending'),(105498,11567,'thwma_order_shipping_status','wc-pending'),(105499,11568,'thwma_order_shipping_status','wc-pending'),(105500,11569,'thwma_order_shipping_status','wc-pending'),(105501,11570,'thwma_order_shipping_status','wc-pending'),(105502,11571,'thwma_order_shipping_status','wc-pending'),(105506,11585,'thwma_order_shipping_status','wc-pending'),(105507,11586,'thwma_order_shipping_status','wc-pending'),(105508,11587,'thwma_order_shipping_status','wc-pending'),(105509,11589,'_product_id','23'),(105510,11589,'_variation_id','0'),(105511,11589,'_qty','3'),(105512,11589,'_tax_class',''),(105513,11589,'_line_subtotal','205.62'),(105514,11589,'_line_subtotal_tax','0'),(105515,11589,'_line_total','205.62'),(105516,11589,'_line_tax','0'),(105517,11589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105518,11590,'_product_id','38'),(105519,11590,'_variation_id','0'),(105520,11590,'_qty','3'),(105521,11590,'_tax_class',''),(105522,11590,'_line_subtotal','497.28'),(105523,11590,'_line_subtotal_tax','0'),(105524,11590,'_line_total','497.28'),(105525,11590,'_line_tax','0'),(105526,11590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105527,11591,'_product_id','41'),(105528,11591,'_variation_id','0'),(105529,11591,'_qty','4'),(105530,11591,'_tax_class',''),(105531,11591,'_line_subtotal','265.92'),(105532,11591,'_line_subtotal_tax','0'),(105533,11591,'_line_total','265.92'),(105534,11591,'_line_tax','0'),(105535,11591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105536,11592,'_product_id','45'),(105537,11592,'_variation_id','0'),(105538,11592,'_qty','3'),(105539,11592,'_tax_class',''),(105540,11592,'_line_subtotal','126.72'),(105541,11592,'_line_subtotal_tax','0'),(105542,11592,'_line_total','126.72'),(105543,11592,'_line_tax','0'),(105544,11592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105545,11593,'_product_id','43'),(105546,11593,'_variation_id','0'),(105547,11593,'_qty','2'),(105548,11593,'_tax_class',''),(105549,11593,'_line_subtotal','158.4'),(105550,11593,'_line_subtotal_tax','0'),(105551,11593,'_line_total','158.4'),(105552,11593,'_line_tax','0'),(105553,11593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105554,11594,'method_id','free_shipping'),(105555,11594,'instance_id','2'),(105556,11594,'cost','0.00'),(105557,11594,'total_tax','0'),(105558,11594,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105559,11594,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Active Rinse 16oz 50/50(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2'),(105560,11595,'_product_id','2110'),(105561,11595,'_variation_id','0'),(105562,11595,'_qty','2'),(105563,11595,'_tax_class',''),(105564,11595,'_line_subtotal','142.8'),(105565,11595,'_line_subtotal_tax','0'),(105566,11595,'_line_total','142.8'),(105567,11595,'_line_tax','0'),(105568,11595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105569,11596,'_product_id','41'),(105570,11596,'_variation_id','0'),(105571,11596,'_qty','2'),(105572,11596,'_tax_class',''),(105573,11596,'_line_subtotal','132.96'),(105574,11596,'_line_subtotal_tax','0'),(105575,11596,'_line_total','132.96'),(105576,11596,'_line_tax','0'),(105577,11596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105578,11597,'_product_id','43'),(105579,11597,'_variation_id','0'),(105580,11597,'_qty','1'),(105581,11597,'_tax_class',''),(105582,11597,'_line_subtotal','79.2'),(105583,11597,'_line_subtotal_tax','0'),(105584,11597,'_line_total','79.2'),(105585,11597,'_line_tax','0'),(105586,11597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105587,11598,'_product_id','49'),(105588,11598,'_variation_id','0'),(105589,11598,'_qty','2'),(105590,11598,'_tax_class',''),(105591,11598,'_line_subtotal','158.4'),(105592,11598,'_line_subtotal_tax','0'),(105593,11598,'_line_total','158.4'),(105594,11598,'_line_tax','0'),(105595,11598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105596,11599,'_product_id','490'),(105597,11599,'_variation_id','0'),(105598,11599,'_qty','4'),(105599,11599,'_tax_class',''),(105600,11599,'_line_subtotal','78.4'),(105601,11599,'_line_subtotal_tax','0'),(105602,11599,'_line_total','78.4'),(105603,11599,'_line_tax','0'),(105604,11599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105605,11600,'method_id','free_shipping'),(105606,11600,'instance_id','2'),(105607,11600,'cost','0.00'),(105608,11600,'total_tax','0'),(105609,11600,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105610,11600,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(105611,11601,'_product_id','41'),(105612,11601,'_variation_id','0'),(105613,11601,'_qty','2'),(105614,11601,'_tax_class',''),(105615,11601,'_line_subtotal','132.96'),(105616,11601,'_line_subtotal_tax','0'),(105617,11601,'_line_total','132.96'),(105618,11601,'_line_tax','0'),(105619,11601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105620,11602,'_product_id','49'),(105621,11602,'_variation_id','0'),(105622,11602,'_qty','4'),(105623,11602,'_tax_class',''),(105624,11602,'_line_subtotal','316.8'),(105625,11602,'_line_subtotal_tax','0'),(105626,11602,'_line_total','316.8'),(105627,11602,'_line_tax','0'),(105628,11602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105629,11603,'_product_id','39'),(105630,11603,'_variation_id','0'),(105631,11603,'_qty','2'),(105632,11603,'_tax_class',''),(105633,11603,'_line_subtotal','158.4'),(105634,11603,'_line_subtotal_tax','0'),(105635,11603,'_line_total','158.4'),(105636,11603,'_line_tax','0'),(105637,11603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105638,11604,'_product_id','488'),(105639,11604,'_variation_id','0'),(105640,11604,'_qty','1'),(105641,11604,'_tax_class',''),(105642,11604,'_line_subtotal','31.35'),(105643,11604,'_line_subtotal_tax','0'),(105644,11604,'_line_total','31.35'),(105645,11604,'_line_tax','0'),(105646,11604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(105647,11605,'method_id','free_shipping'),(105648,11605,'instance_id','2'),(105649,11605,'cost','0.00'),(105650,11605,'total_tax','0'),(105651,11605,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(105652,11605,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1'),(106553,11708,'_product_id','23'),(106554,11708,'_variation_id','0'),(106555,11708,'_qty','5'),(106556,11708,'_tax_class',''),(106557,11708,'_line_subtotal','342.7'),(106558,11708,'_line_subtotal_tax','0'),(106559,11708,'_line_total','342.7'),(106560,11708,'_line_tax','0'),(106561,11708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106562,11709,'_product_id','42'),(106563,11709,'_variation_id','0'),(106564,11709,'_qty','2'),(106565,11709,'_tax_class',''),(106566,11709,'_line_subtotal','158.4'),(106567,11709,'_line_subtotal_tax','0'),(106568,11709,'_line_total','158.4'),(106569,11709,'_line_tax','0'),(106570,11709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106571,11710,'_product_id','116'),(106572,11710,'_variation_id','0'),(106573,11710,'_qty','2'),(106574,11710,'_tax_class',''),(106575,11710,'_line_subtotal','290.88'),(106576,11710,'_line_subtotal_tax','0'),(106577,11710,'_line_total','290.88'),(106578,11710,'_line_tax','0'),(106579,11710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106580,11711,'_product_id','41'),(106581,11711,'_variation_id','0'),(106582,11711,'_qty','2'),(106583,11711,'_tax_class',''),(106584,11711,'_line_subtotal','132.96'),(106585,11711,'_line_subtotal_tax','0'),(106586,11711,'_line_total','132.96'),(106587,11711,'_line_tax','0'),(106588,11711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106589,11712,'_product_id','45'),(106590,11712,'_variation_id','0'),(106591,11712,'_qty','3'),(106592,11712,'_tax_class',''),(106593,11712,'_line_subtotal','126.72'),(106594,11712,'_line_subtotal_tax','0'),(106595,11712,'_line_total','126.72'),(106596,11712,'_line_tax','0'),(106597,11712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106598,11713,'_product_id','118'),(106599,11713,'_variation_id','0'),(106600,11713,'_qty','2'),(106601,11713,'_tax_class',''),(106602,11713,'_line_subtotal','369.6'),(106603,11713,'_line_subtotal_tax','0'),(106604,11713,'_line_total','369.6'),(106605,11713,'_line_tax','0'),(106606,11713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106607,11714,'_product_id','51'),(106608,11714,'_variation_id','0'),(106609,11714,'_qty','1'),(106610,11714,'_tax_class',''),(106611,11714,'_line_subtotal','147.84'),(106612,11714,'_line_subtotal_tax','0'),(106613,11714,'_line_total','147.84'),(106614,11714,'_line_tax','0'),(106615,11714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106616,11715,'_product_id','39'),(106617,11715,'_variation_id','0'),(106618,11715,'_qty','2'),(106619,11715,'_tax_class',''),(106620,11715,'_line_subtotal','158.4'),(106621,11715,'_line_subtotal_tax','0'),(106622,11715,'_line_total','158.4'),(106623,11715,'_line_tax','0'),(106624,11715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106625,11716,'_product_id','40'),(106626,11716,'_variation_id','0'),(106627,11716,'_qty','2'),(106628,11716,'_tax_class',''),(106629,11716,'_line_subtotal','158.4'),(106630,11716,'_line_subtotal_tax','0'),(106631,11716,'_line_total','158.4'),(106632,11716,'_line_tax','0'),(106633,11716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106634,11717,'_product_id','120'),(106635,11717,'_variation_id','0'),(106636,11717,'_qty','2'),(106637,11717,'_tax_class',''),(106638,11717,'_line_subtotal','105.6'),(106639,11717,'_line_subtotal_tax','0'),(106640,11717,'_line_total','105.6'),(106641,11717,'_line_tax','0'),(106642,11717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106643,11718,'_product_id','43'),(106644,11718,'_variation_id','0'),(106645,11718,'_qty','3'),(106646,11718,'_tax_class',''),(106647,11718,'_line_subtotal','237.6'),(106648,11718,'_line_subtotal_tax','0'),(106649,11718,'_line_total','237.6'),(106650,11718,'_line_tax','0'),(106651,11718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106652,11719,'_product_id','49'),(106653,11719,'_variation_id','0'),(106654,11719,'_qty','3'),(106655,11719,'_tax_class',''),(106656,11719,'_line_subtotal','237.6'),(106657,11719,'_line_subtotal_tax','0'),(106658,11719,'_line_total','237.6'),(106659,11719,'_line_tax','0'),(106660,11719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106661,11720,'_product_id','44'),(106662,11720,'_variation_id','0'),(106663,11720,'_qty','1'),(106664,11720,'_tax_class',''),(106665,11720,'_line_subtotal','116.16'),(106666,11720,'_line_subtotal_tax','0'),(106667,11720,'_line_total','116.16'),(106668,11720,'_line_tax','0'),(106669,11720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106670,11721,'_product_id','490'),(106671,11721,'_variation_id','0'),(106672,11721,'_qty','10'),(106673,11721,'_tax_class',''),(106674,11721,'_line_subtotal','196'),(106675,11721,'_line_subtotal_tax','0'),(106676,11721,'_line_total','196'),(106677,11721,'_line_tax','0'),(106678,11721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106679,11722,'_product_id','488'),(106680,11722,'_variation_id','0'),(106681,11722,'_qty','2'),(106682,11722,'_tax_class',''),(106683,11722,'_line_subtotal','62.7'),(106684,11722,'_line_subtotal_tax','0'),(106685,11722,'_line_total','62.7'),(106686,11722,'_line_tax','0'),(106687,11722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106688,11723,'_product_id','487'),(106689,11723,'_variation_id','0'),(106690,11723,'_qty','2'),(106691,11723,'_tax_class',''),(106692,11723,'_line_subtotal','62.7'),(106693,11723,'_line_subtotal_tax','0'),(106694,11723,'_line_total','62.7'),(106695,11723,'_line_tax','0'),(106696,11723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106697,11724,'method_id','free_shipping'),(106698,11724,'instance_id','2'),(106699,11724,'cost','0.00'),(106700,11724,'total_tax','0'),(106701,11724,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106702,11724,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 5, Comb-Out Mousse(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care & Preventive Kit(Case of 6) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(106703,11725,'_product_id','490'),(106704,11725,'_variation_id','0'),(106705,11725,'_qty','10'),(106706,11725,'_tax_class',''),(106707,11725,'_line_subtotal','196'),(106708,11725,'_line_subtotal_tax','0'),(106709,11725,'_line_total','196'),(106710,11725,'_line_tax','0'),(106711,11725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106712,11726,'_product_id','120'),(106713,11726,'_variation_id','0'),(106714,11726,'_qty','2'),(106715,11726,'_tax_class',''),(106716,11726,'_line_subtotal','105.6'),(106717,11726,'_line_subtotal_tax','0'),(106718,11726,'_line_total','105.6'),(106719,11726,'_line_tax','0'),(106720,11726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106721,11727,'_product_id','44'),(106722,11727,'_variation_id','0'),(106723,11727,'_qty','1'),(106724,11727,'_tax_class',''),(106725,11727,'_line_subtotal','116.16'),(106726,11727,'_line_subtotal_tax','0'),(106727,11727,'_line_total','116.16'),(106728,11727,'_line_tax','0'),(106729,11727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106730,11728,'_product_id','23'),(106731,11728,'_variation_id','0'),(106732,11728,'_qty','2'),(106733,11728,'_tax_class',''),(106734,11728,'_line_subtotal','137.08'),(106735,11728,'_line_subtotal_tax','0'),(106736,11728,'_line_total','137.08'),(106737,11728,'_line_tax','0'),(106738,11728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106739,11729,'method_id','free_shipping'),(106740,11729,'instance_id','2'),(106741,11729,'cost','0.00'),(106742,11729,'total_tax','0'),(106743,11729,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106744,11729,'Items','Bulk Active Rinse 100% RM &times; 10, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 2'),(106745,11730,'_product_id','2113'),(106746,11730,'_variation_id','0'),(106747,11730,'_qty','1'),(106748,11730,'_tax_class',''),(106749,11730,'_line_subtotal','172'),(106750,11730,'_line_subtotal_tax','0'),(106751,11730,'_line_total','172'),(106752,11730,'_line_tax','0'),(106753,11730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106754,11731,'_product_id','41'),(106755,11731,'_variation_id','0'),(106756,11731,'_qty','1'),(106757,11731,'_tax_class',''),(106758,11731,'_line_subtotal','66.48'),(106759,11731,'_line_subtotal_tax','0'),(106760,11731,'_line_total','66.48'),(106761,11731,'_line_tax','0'),(106762,11731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106763,11732,'_product_id','120'),(106764,11732,'_variation_id','0'),(106765,11732,'_qty','1'),(106766,11732,'_tax_class',''),(106767,11732,'_line_subtotal','52.8'),(106768,11732,'_line_subtotal_tax','0'),(106769,11732,'_line_total','52.8'),(106770,11732,'_line_tax','0'),(106771,11732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106772,11733,'_product_id','490'),(106773,11733,'_variation_id','0'),(106774,11733,'_qty','15'),(106775,11733,'_tax_class',''),(106776,11733,'_line_subtotal','294'),(106777,11733,'_line_subtotal_tax','0'),(106778,11733,'_line_total','294'),(106779,11733,'_line_tax','0'),(106780,11733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106781,11734,'method_id','free_shipping'),(106782,11734,'instance_id','2'),(106783,11734,'cost','0.00'),(106784,11734,'total_tax','0'),(106785,11734,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106786,11734,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 15'),(106787,11735,'_product_id','93'),(106788,11735,'_variation_id','0'),(106789,11735,'_qty','10'),(106790,11735,'_tax_class',''),(106791,11735,'_line_subtotal','0'),(106792,11735,'_line_subtotal_tax','0'),(106793,11735,'_line_total','0'),(106794,11735,'_line_tax','0'),(106795,11735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106796,11736,'method_id','fedex'),(106797,11736,'instance_id','1'),(106798,11736,'cost','14.73'),(106799,11736,'total_tax','0'),(106800,11736,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106801,11736,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(106802,11589,'thwma_order_shipping_status','wc-pending'),(106803,11590,'thwma_order_shipping_status','wc-pending'),(106804,11591,'thwma_order_shipping_status','wc-pending'),(106805,11592,'thwma_order_shipping_status','wc-pending'),(106806,11593,'thwma_order_shipping_status','wc-pending'),(106807,11595,'thwma_order_shipping_status','wc-pending'),(106808,11596,'thwma_order_shipping_status','wc-pending'),(106809,11597,'thwma_order_shipping_status','wc-pending'),(106810,11598,'thwma_order_shipping_status','wc-pending'),(106811,11599,'thwma_order_shipping_status','wc-pending'),(106812,11601,'thwma_order_shipping_status','wc-pending'),(106813,11602,'thwma_order_shipping_status','wc-pending'),(106814,11603,'thwma_order_shipping_status','wc-pending'),(106815,11604,'thwma_order_shipping_status','wc-pending'),(106816,11708,'thwma_order_shipping_status','wc-pending'),(106817,11709,'thwma_order_shipping_status','wc-pending'),(106818,11710,'thwma_order_shipping_status','wc-pending'),(106819,11711,'thwma_order_shipping_status','wc-pending'),(106820,11712,'thwma_order_shipping_status','wc-pending'),(106821,11713,'thwma_order_shipping_status','wc-pending'),(106822,11714,'thwma_order_shipping_status','wc-pending'),(106823,11715,'thwma_order_shipping_status','wc-pending'),(106824,11716,'thwma_order_shipping_status','wc-pending'),(106825,11717,'thwma_order_shipping_status','wc-pending'),(106826,11718,'thwma_order_shipping_status','wc-pending'),(106827,11719,'thwma_order_shipping_status','wc-pending'),(106828,11720,'thwma_order_shipping_status','wc-pending'),(106829,11721,'thwma_order_shipping_status','wc-pending'),(106830,11722,'thwma_order_shipping_status','wc-pending'),(106831,11723,'thwma_order_shipping_status','wc-pending'),(106832,11737,'_product_id','41'),(106833,11737,'_variation_id','0'),(106834,11737,'_qty','2'),(106835,11737,'_tax_class',''),(106836,11737,'_line_subtotal','132.96'),(106837,11737,'_line_subtotal_tax','0'),(106838,11737,'_line_total','132.96'),(106839,11737,'_line_tax','0'),(106840,11737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106841,11738,'_product_id','490'),(106842,11738,'_variation_id','0'),(106843,11738,'_qty','3'),(106844,11738,'_tax_class',''),(106845,11738,'_line_subtotal','58.8'),(106846,11738,'_line_subtotal_tax','0'),(106847,11738,'_line_total','58.8'),(106848,11738,'_line_tax','0'),(106849,11738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106850,11739,'method_id','fedex'),(106851,11739,'instance_id','1'),(106852,11739,'cost','16.60'),(106853,11739,'total_tax','0'),(106854,11739,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106855,11739,'Package 1','11.25 × 8.75 × 7.75 (in) 11.84lbs × 1'),(106871,11742,'_product_id','41'),(106872,11742,'_variation_id','0'),(106873,11742,'_qty','1'),(106874,11742,'_tax_class',''),(106875,11742,'_line_subtotal','66.48'),(106876,11742,'_line_subtotal_tax','0'),(106877,11742,'_line_total','66.48'),(106878,11742,'_line_tax','0'),(106879,11742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106880,11743,'_product_id','44'),(106881,11743,'_variation_id','0'),(106882,11743,'_qty','1'),(106883,11743,'_tax_class',''),(106884,11743,'_line_subtotal','116.16'),(106885,11743,'_line_subtotal_tax','0'),(106886,11743,'_line_total','116.16'),(106887,11743,'_line_tax','0'),(106888,11743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106889,11744,'_product_id','490'),(106890,11744,'_variation_id','0'),(106891,11744,'_qty','4'),(106892,11744,'_tax_class',''),(106893,11744,'_line_subtotal','78.4'),(106894,11744,'_line_subtotal_tax','0'),(106895,11744,'_line_total','78.4'),(106896,11744,'_line_tax','0'),(106897,11744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106898,11745,'method_id','fedex'),(106899,11745,'instance_id','1'),(106900,11745,'cost','16.60'),(106901,11745,'total_tax','0'),(106902,11745,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106903,11745,'Package 1','17 × 14 × 10 (in) 23.55lbs × 1'),(106904,11746,'_product_id','45'),(106905,11746,'_variation_id','0'),(106906,11746,'_qty','4'),(106907,11746,'_tax_class',''),(106908,11746,'_line_subtotal','168.96'),(106909,11746,'_line_subtotal_tax','0'),(106910,11746,'_line_total','168.96'),(106911,11746,'_line_tax','0'),(106912,11746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106913,11747,'_product_id','41'),(106914,11747,'_variation_id','0'),(106915,11747,'_qty','1'),(106916,11747,'_tax_class',''),(106917,11747,'_line_subtotal','66.48'),(106918,11747,'_line_subtotal_tax','0'),(106919,11747,'_line_total','66.48'),(106920,11747,'_line_tax','0'),(106921,11747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106922,11748,'_product_id','2400'),(106923,11748,'_variation_id','0'),(106924,11748,'_qty','1'),(106925,11748,'_tax_class',''),(106926,11748,'_line_subtotal','186.3'),(106927,11748,'_line_subtotal_tax','0'),(106928,11748,'_line_total','186.3'),(106929,11748,'_line_tax','0'),(106930,11748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106931,11749,'_product_id','2408'),(106932,11749,'_variation_id','0'),(106933,11749,'_qty','1'),(106934,11749,'_tax_class',''),(106935,11749,'_line_subtotal','149.34'),(106936,11749,'_line_subtotal_tax','0'),(106937,11749,'_line_total','149.34'),(106938,11749,'_line_tax','0'),(106939,11749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106940,11750,'_product_id','490'),(106941,11750,'_variation_id','0'),(106942,11750,'_qty','5'),(106943,11750,'_tax_class',''),(106944,11750,'_line_subtotal','98'),(106945,11750,'_line_subtotal_tax','0'),(106946,11750,'_line_total','98'),(106947,11750,'_line_tax','0'),(106948,11750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106949,11751,'method_id','free_shipping'),(106950,11751,'instance_id','2'),(106951,11751,'cost','0.00'),(106952,11751,'total_tax','0'),(106953,11751,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(106954,11751,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(106955,11752,'_product_id','2110'),(106956,11752,'_variation_id','0'),(106957,11752,'_qty','5'),(106958,11752,'_tax_class',''),(106959,11752,'_line_subtotal','357'),(106960,11752,'_line_subtotal_tax','0'),(106961,11752,'_line_total','357'),(106962,11752,'_line_tax','0'),(106963,11752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106964,11753,'_product_id','41'),(106965,11753,'_variation_id','0'),(106966,11753,'_qty','5'),(106967,11753,'_tax_class',''),(106968,11753,'_line_subtotal','332.4'),(106969,11753,'_line_subtotal_tax','0'),(106970,11753,'_line_total','332.4'),(106971,11753,'_line_tax','0'),(106972,11753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106973,11754,'_product_id','318'),(106974,11754,'_variation_id','0'),(106975,11754,'_qty','15'),(106976,11754,'_tax_class',''),(106977,11754,'_line_subtotal','45'),(106978,11754,'_line_subtotal_tax','0'),(106979,11754,'_line_total','45'),(106980,11754,'_line_tax','0'),(106981,11754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106982,11755,'_product_id','490'),(106983,11755,'_variation_id','0'),(106984,11755,'_qty','6'),(106985,11755,'_tax_class',''),(106986,11755,'_line_subtotal','117.6'),(106987,11755,'_line_subtotal_tax','0'),(106988,11755,'_line_total','117.6'),(106989,11755,'_line_tax','0'),(106990,11755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(106991,11756,'_product_id','488'),(106992,11756,'_variation_id','0'),(106993,11756,'_qty','5'),(106994,11756,'_tax_class',''),(106995,11756,'_line_subtotal','156.75'),(106996,11756,'_line_subtotal_tax','0'),(106997,11756,'_line_total','156.75'),(106998,11756,'_line_tax','0'),(106999,11756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107000,11757,'_product_id','43'),(107001,11757,'_variation_id','0'),(107002,11757,'_qty','3'),(107003,11757,'_tax_class',''),(107004,11757,'_line_subtotal','237.6'),(107005,11757,'_line_subtotal_tax','0'),(107006,11757,'_line_total','237.6'),(107007,11757,'_line_tax','0'),(107008,11757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107009,11758,'method_id','free_shipping'),(107010,11758,'instance_id','2'),(107011,11758,'cost','0.00'),(107012,11758,'total_tax','0'),(107013,11758,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107014,11758,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Professional Lice Comb(Case of 12) &times; 5, Goomee 4 Pack &times; 15, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 5, Preventive Spray 8oz(Case of 12) &times; 3'),(107015,11759,'_product_id','42'),(107016,11759,'_variation_id','0'),(107017,11759,'_qty','2'),(107018,11759,'_tax_class',''),(107019,11759,'_line_subtotal','158.4'),(107020,11759,'_line_subtotal_tax','0'),(107021,11759,'_line_total','158.4'),(107022,11759,'_line_tax','0'),(107023,11759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107024,11760,'_product_id','133'),(107025,11760,'_variation_id','0'),(107026,11760,'_qty','3'),(107027,11760,'_tax_class',''),(107028,11760,'_line_subtotal','42.9'),(107029,11760,'_line_subtotal_tax','0'),(107030,11760,'_line_total','42.9'),(107031,11760,'_line_tax','0'),(107032,11760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107033,11761,'_product_id','490'),(107034,11761,'_variation_id','0'),(107035,11761,'_qty','5'),(107036,11761,'_tax_class',''),(107037,11761,'_line_subtotal','98'),(107038,11761,'_line_subtotal_tax','0'),(107039,11761,'_line_total','98'),(107040,11761,'_line_tax','0'),(107041,11761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107042,11762,'method_id','fedex'),(107043,11762,'instance_id','1'),(107044,11762,'cost','21.02'),(107045,11762,'total_tax','0'),(107046,11762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107047,11762,'Package 1','17 × 14 × 10 (in) 25.15lbs × 1'),(107048,11763,'_product_id','41'),(107049,11763,'_variation_id','0'),(107050,11763,'_qty','3'),(107051,11763,'_tax_class',''),(107052,11763,'_line_subtotal','199.44'),(107053,11763,'_line_subtotal_tax','0'),(107054,11763,'_line_total','199.44'),(107055,11763,'_line_tax','0'),(107056,11763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107057,11764,'_product_id','49'),(107058,11764,'_variation_id','0'),(107059,11764,'_qty','1'),(107060,11764,'_tax_class',''),(107061,11764,'_line_subtotal','79.2'),(107062,11764,'_line_subtotal_tax','0'),(107063,11764,'_line_total','79.2'),(107064,11764,'_line_tax','0'),(107065,11764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107066,11765,'_product_id','38'),(107067,11765,'_variation_id','0'),(107068,11765,'_qty','4'),(107069,11765,'_tax_class',''),(107070,11765,'_line_subtotal','663.04'),(107071,11765,'_line_subtotal_tax','0'),(107072,11765,'_line_total','663.04'),(107073,11765,'_line_tax','0'),(107074,11765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107075,11766,'_product_id','318'),(107076,11766,'_variation_id','0'),(107077,11766,'_qty','10'),(107078,11766,'_tax_class',''),(107079,11766,'_line_subtotal','30'),(107080,11766,'_line_subtotal_tax','0'),(107081,11766,'_line_total','30'),(107082,11766,'_line_tax','0'),(107083,11766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107084,11767,'_product_id','133'),(107085,11767,'_variation_id','0'),(107086,11767,'_qty','3'),(107087,11767,'_tax_class',''),(107088,11767,'_line_subtotal','42.9'),(107089,11767,'_line_subtotal_tax','0'),(107090,11767,'_line_total','42.9'),(107091,11767,'_line_tax','0'),(107092,11767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107093,11768,'method_id','free_shipping'),(107094,11768,'instance_id','2'),(107095,11768,'cost','0.00'),(107096,11768,'total_tax','0'),(107097,11768,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107098,11768,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 4, Goomee 4 Pack &times; 10, Disposable Head Bands &times; 3'),(107099,11769,'_product_id','41'),(107100,11769,'_variation_id','0'),(107101,11769,'_qty','-3'),(107102,11769,'_tax_class',''),(107103,11769,'_line_subtotal','-199.44'),(107104,11769,'_line_subtotal_tax','0'),(107105,11769,'_line_total','-199.44'),(107106,11769,'_line_tax','0'),(107107,11769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107108,11769,'_refunded_item_id','11763'),(107109,11770,'_product_id','49'),(107110,11770,'_variation_id','0'),(107111,11770,'_qty','-1'),(107112,11770,'_tax_class',''),(107113,11770,'_line_subtotal','-79.2'),(107114,11770,'_line_subtotal_tax','0'),(107115,11770,'_line_total','-79.2'),(107116,11770,'_line_tax','0'),(107117,11770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107118,11770,'_refunded_item_id','11764'),(107119,11771,'_product_id','38'),(107120,11771,'_variation_id','0'),(107121,11771,'_qty','-4'),(107122,11771,'_tax_class',''),(107123,11771,'_line_subtotal','-663.04'),(107124,11771,'_line_subtotal_tax','0'),(107125,11771,'_line_total','-663.04'),(107126,11771,'_line_tax','0'),(107127,11771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107128,11771,'_refunded_item_id','11765'),(107129,11772,'_product_id','318'),(107130,11772,'_variation_id','0'),(107131,11772,'_qty','-10'),(107132,11772,'_tax_class',''),(107133,11772,'_line_subtotal','-30'),(107134,11772,'_line_subtotal_tax','0'),(107135,11772,'_line_total','-30'),(107136,11772,'_line_tax','0'),(107137,11772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107138,11772,'_refunded_item_id','11766'),(107139,11773,'_product_id','133'),(107140,11773,'_variation_id','0'),(107141,11773,'_qty','-3'),(107142,11773,'_tax_class',''),(107143,11773,'_line_subtotal','-42.9'),(107144,11773,'_line_subtotal_tax','0'),(107145,11773,'_line_total','-42.9'),(107146,11773,'_line_tax','0'),(107147,11773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107148,11773,'_refunded_item_id','11767'),(107149,11774,'_product_id','49'),(107150,11774,'_variation_id','0'),(107151,11774,'_qty','1'),(107152,11774,'_tax_class',''),(107153,11774,'_line_subtotal','79.2'),(107154,11774,'_line_subtotal_tax','0'),(107155,11774,'_line_total','79.2'),(107156,11774,'_line_tax','0'),(107157,11774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107158,11775,'_product_id','41'),(107159,11775,'_variation_id','0'),(107160,11775,'_qty','3'),(107161,11775,'_tax_class',''),(107162,11775,'_line_subtotal','199.44'),(107163,11775,'_line_subtotal_tax','0'),(107164,11775,'_line_total','199.44'),(107165,11775,'_line_tax','0'),(107166,11775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107167,11776,'_product_id','318'),(107168,11776,'_variation_id','0'),(107169,11776,'_qty','10'),(107170,11776,'_tax_class',''),(107171,11776,'_line_subtotal','30'),(107172,11776,'_line_subtotal_tax','0'),(107173,11776,'_line_total','30'),(107174,11776,'_line_tax','0'),(107175,11776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107176,11777,'_product_id','133'),(107177,11777,'_variation_id','0'),(107178,11777,'_qty','3'),(107179,11777,'_tax_class',''),(107180,11777,'_line_subtotal','42.9'),(107181,11777,'_line_subtotal_tax','0'),(107182,11777,'_line_total','42.9'),(107183,11777,'_line_tax','0'),(107184,11777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107185,11778,'_product_id','2110'),(107186,11778,'_variation_id','0'),(107187,11778,'_qty','4'),(107188,11778,'_tax_class',''),(107189,11778,'_line_subtotal','285.6'),(107190,11778,'_line_subtotal_tax','0'),(107191,11778,'_line_total','285.6'),(107192,11778,'_line_tax','0'),(107193,11778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107194,11779,'method_id','free_shipping'),(107195,11779,'instance_id','2'),(107196,11779,'cost','0.00'),(107197,11779,'total_tax','0'),(107198,11779,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107199,11779,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Goomee 4 Pack &times; 10, Disposable Head Bands &times; 3, Active Rinse 8oz 100%(Case of 12) &times; 4'),(107208,11725,'thwma_order_shipping_status','wc-pending'),(107209,11726,'thwma_order_shipping_status','wc-pending'),(107210,11727,'thwma_order_shipping_status','wc-pending'),(107211,11728,'thwma_order_shipping_status','wc-pending'),(107212,11730,'thwma_order_shipping_status','wc-pending'),(107213,11731,'thwma_order_shipping_status','wc-pending'),(107214,11732,'thwma_order_shipping_status','wc-pending'),(107215,11733,'thwma_order_shipping_status','wc-pending'),(107216,11737,'thwma_order_shipping_status','wc-pending'),(107217,11738,'thwma_order_shipping_status','wc-pending'),(107218,11742,'thwma_order_shipping_status','wc-pending'),(107219,11743,'thwma_order_shipping_status','wc-pending'),(107220,11744,'thwma_order_shipping_status','wc-pending'),(107221,11746,'thwma_order_shipping_status','wc-pending'),(107222,11747,'thwma_order_shipping_status','wc-pending'),(107223,11748,'thwma_order_shipping_status','wc-pending'),(107224,11749,'thwma_order_shipping_status','wc-pending'),(107225,11750,'thwma_order_shipping_status','wc-pending'),(107226,11752,'thwma_order_shipping_status','wc-pending'),(107227,11753,'thwma_order_shipping_status','wc-pending'),(107228,11754,'thwma_order_shipping_status','wc-pending'),(107229,11755,'thwma_order_shipping_status','wc-pending'),(107230,11756,'thwma_order_shipping_status','wc-pending'),(107231,11757,'thwma_order_shipping_status','wc-pending'),(107232,11780,'_product_id','2110'),(107233,11780,'_variation_id','0'),(107234,11780,'_qty','4'),(107235,11780,'_tax_class',''),(107236,11780,'_line_subtotal','285.6'),(107237,11780,'_line_subtotal_tax','0'),(107238,11780,'_line_total','285.6'),(107239,11780,'_line_tax','0'),(107240,11780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107241,11781,'_product_id','490'),(107242,11781,'_variation_id','0'),(107243,11781,'_qty','4'),(107244,11781,'_tax_class',''),(107245,11781,'_line_subtotal','78.4'),(107246,11781,'_line_subtotal_tax','0'),(107247,11781,'_line_total','78.4'),(107248,11781,'_line_tax','0'),(107249,11781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107250,11782,'method_id','fedex'),(107251,11782,'instance_id','1'),(107252,11782,'cost','34.54'),(107253,11782,'total_tax','0'),(107254,11782,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107255,11782,'Package 1','17 × 14 × 10 (in) 38.8lbs × 1'),(107256,11519,'thwma_order_shipping_status','wc-pending'),(107257,11520,'thwma_order_shipping_status','wc-pending'),(107258,11521,'thwma_order_shipping_status','wc-pending'),(107259,11522,'thwma_order_shipping_status','wc-pending'),(107260,11523,'thwma_order_shipping_status','wc-pending'),(107261,11524,'thwma_order_shipping_status','wc-pending'),(107262,11525,'thwma_order_shipping_status','wc-pending'),(107263,11526,'thwma_order_shipping_status','wc-pending'),(107264,11573,'thwma_order_shipping_status','wc-pending'),(107265,11574,'thwma_order_shipping_status','wc-pending'),(107266,11575,'thwma_order_shipping_status','wc-pending'),(107267,11576,'thwma_order_shipping_status','wc-pending'),(107268,11577,'thwma_order_shipping_status','wc-pending'),(107269,11759,'thwma_order_shipping_status','wc-pending'),(107270,11760,'thwma_order_shipping_status','wc-pending'),(107271,11761,'thwma_order_shipping_status','wc-pending'),(107272,11783,'_product_id','490'),(107273,11783,'_variation_id','0'),(107274,11783,'_qty','7'),(107275,11783,'_tax_class',''),(107276,11783,'_line_subtotal','137.2'),(107277,11783,'_line_subtotal_tax','0'),(107278,11783,'_line_total','137.2'),(107279,11783,'_line_tax','0'),(107280,11783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107281,11784,'_product_id','2110'),(107282,11784,'_variation_id','0'),(107283,11784,'_qty','3'),(107284,11784,'_tax_class',''),(107285,11784,'_line_subtotal','214.2'),(107286,11784,'_line_subtotal_tax','0'),(107287,11784,'_line_total','214.2'),(107288,11784,'_line_tax','0'),(107289,11784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107290,11785,'_product_id','41'),(107291,11785,'_variation_id','0'),(107292,11785,'_qty','2'),(107293,11785,'_tax_class',''),(107294,11785,'_line_subtotal','132.96'),(107295,11785,'_line_subtotal_tax','0'),(107296,11785,'_line_total','132.96'),(107297,11785,'_line_tax','0'),(107298,11785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107299,11786,'_product_id','42'),(107300,11786,'_variation_id','0'),(107301,11786,'_qty','1'),(107302,11786,'_tax_class',''),(107303,11786,'_line_subtotal','79.2'),(107304,11786,'_line_subtotal_tax','0'),(107305,11786,'_line_total','79.2'),(107306,11786,'_line_tax','0'),(107307,11786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107308,11787,'_product_id','49'),(107309,11787,'_variation_id','0'),(107310,11787,'_qty','1'),(107311,11787,'_tax_class',''),(107312,11787,'_line_subtotal','79.2'),(107313,11787,'_line_subtotal_tax','0'),(107314,11787,'_line_total','79.2'),(107315,11787,'_line_tax','0'),(107316,11787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107317,11788,'_product_id','39'),(107318,11788,'_variation_id','0'),(107319,11788,'_qty','1'),(107320,11788,'_tax_class',''),(107321,11788,'_line_subtotal','79.2'),(107322,11788,'_line_subtotal_tax','0'),(107323,11788,'_line_total','79.2'),(107324,11788,'_line_tax','0'),(107325,11788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107326,11789,'_product_id','40'),(107327,11789,'_variation_id','0'),(107328,11789,'_qty','1'),(107329,11789,'_tax_class',''),(107330,11789,'_line_subtotal','79.2'),(107331,11789,'_line_subtotal_tax','0'),(107332,11789,'_line_total','79.2'),(107333,11789,'_line_tax','0'),(107334,11789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107335,11790,'_product_id','43'),(107336,11790,'_variation_id','0'),(107337,11790,'_qty','1'),(107338,11790,'_tax_class',''),(107339,11790,'_line_subtotal','79.2'),(107340,11790,'_line_subtotal_tax','0'),(107341,11790,'_line_total','79.2'),(107342,11790,'_line_tax','0'),(107343,11790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107344,11791,'method_id','free_shipping'),(107345,11791,'instance_id','2'),(107346,11791,'cost','0.00'),(107347,11791,'total_tax','0'),(107348,11791,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107349,11791,'Items','Bulk Active Rinse 100% RM &times; 7, Active Rinse 8oz 100%(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(107350,11792,'_product_id','42'),(107351,11792,'_variation_id','0'),(107352,11792,'_qty','2'),(107353,11792,'_tax_class',''),(107354,11792,'_line_subtotal','158.4'),(107355,11792,'_line_subtotal_tax','0'),(107356,11792,'_line_total','158.4'),(107357,11792,'_line_tax','0'),(107358,11792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107359,11793,'_product_id','487'),(107360,11793,'_variation_id','0'),(107361,11793,'_qty','1'),(107362,11793,'_tax_class',''),(107363,11793,'_line_subtotal','31.35'),(107364,11793,'_line_subtotal_tax','0'),(107365,11793,'_line_total','31.35'),(107366,11793,'_line_tax','0'),(107367,11793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107368,11794,'method_id','fedex'),(107369,11794,'instance_id','1'),(107370,11794,'cost','18.70'),(107371,11794,'total_tax','0'),(107372,11794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107373,11794,'Package 1','17 × 14 × 10 (in) 18.65lbs × 1'),(107374,11795,'_product_id','490'),(107375,11795,'_variation_id','0'),(107376,11795,'_qty','10'),(107377,11795,'_tax_class',''),(107378,11795,'_line_subtotal','196'),(107379,11795,'_line_subtotal_tax','0'),(107380,11795,'_line_total','196'),(107381,11795,'_line_tax','0'),(107382,11795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107383,11796,'_product_id','488'),(107384,11796,'_variation_id','0'),(107385,11796,'_qty','2'),(107386,11796,'_tax_class',''),(107387,11796,'_line_subtotal','62.7'),(107388,11796,'_line_subtotal_tax','0'),(107389,11796,'_line_total','62.7'),(107390,11796,'_line_tax','0'),(107391,11796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107392,11797,'_product_id','41'),(107393,11797,'_variation_id','0'),(107394,11797,'_qty','3'),(107395,11797,'_tax_class',''),(107396,11797,'_line_subtotal','199.44'),(107397,11797,'_line_subtotal_tax','0'),(107398,11797,'_line_total','199.44'),(107399,11797,'_line_tax','0'),(107400,11797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107401,11798,'method_id','fedex'),(107402,11798,'instance_id','1'),(107403,11798,'cost','78.36'),(107404,11798,'total_tax','0'),(107405,11798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107406,11798,'Package 1','17 × 14 × 10 (in) 41.1lbs × 1'),(107407,11798,'Package 2','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(107408,11774,'thwma_order_shipping_status','wc-pending'),(107409,11775,'thwma_order_shipping_status','wc-pending'),(107410,11776,'thwma_order_shipping_status','wc-pending'),(107411,11777,'thwma_order_shipping_status','wc-pending'),(107412,11778,'thwma_order_shipping_status','wc-pending'),(107413,11780,'thwma_order_shipping_status','wc-pending'),(107414,11781,'thwma_order_shipping_status','wc-pending'),(107415,11783,'thwma_order_shipping_status','wc-pending'),(107416,11784,'thwma_order_shipping_status','wc-pending'),(107417,11785,'thwma_order_shipping_status','wc-pending'),(107418,11786,'thwma_order_shipping_status','wc-pending'),(107419,11787,'thwma_order_shipping_status','wc-pending'),(107420,11788,'thwma_order_shipping_status','wc-pending'),(107421,11789,'thwma_order_shipping_status','wc-pending'),(107422,11790,'thwma_order_shipping_status','wc-pending'),(107423,11792,'thwma_order_shipping_status','wc-pending'),(107424,11793,'thwma_order_shipping_status','wc-pending'),(107425,11799,'_product_id','488'),(107426,11799,'_variation_id','0'),(107427,11799,'_qty','8'),(107428,11799,'_tax_class',''),(107429,11799,'_line_subtotal','250.8'),(107430,11799,'_line_subtotal_tax','0'),(107431,11799,'_line_total','250.8'),(107432,11799,'_line_tax','0'),(107433,11799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107434,11800,'_product_id','44'),(107435,11800,'_variation_id','0'),(107436,11800,'_qty','2'),(107437,11800,'_tax_class',''),(107438,11800,'_line_subtotal','232.32'),(107439,11800,'_line_subtotal_tax','0'),(107440,11800,'_line_total','232.32'),(107441,11800,'_line_tax','0'),(107442,11800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107443,11801,'_product_id','43'),(107444,11801,'_variation_id','0'),(107445,11801,'_qty','2'),(107446,11801,'_tax_class',''),(107447,11801,'_line_subtotal','158.4'),(107448,11801,'_line_subtotal_tax','0'),(107449,11801,'_line_total','158.4'),(107450,11801,'_line_tax','0'),(107451,11801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107452,11802,'method_id','free_shipping'),(107453,11802,'instance_id','2'),(107454,11802,'cost','0.00'),(107455,11802,'total_tax','0'),(107456,11802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107457,11802,'Items','Bulk Detangling Spray 1 Gallon RM &times; 8, Preventive Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2'),(107461,11795,'thwma_order_shipping_status','wc-pending'),(107462,11796,'thwma_order_shipping_status','wc-pending'),(107463,11797,'thwma_order_shipping_status','wc-pending'),(107464,11803,'_product_id','41'),(107465,11803,'_variation_id','0'),(107466,11803,'_qty','1'),(107467,11803,'_tax_class',''),(107468,11803,'_line_subtotal','66.48'),(107469,11803,'_line_subtotal_tax','0'),(107470,11803,'_line_total','66.48'),(107471,11803,'_line_tax','0'),(107472,11803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107473,11804,'_product_id','39'),(107474,11804,'_variation_id','0'),(107475,11804,'_qty','1'),(107476,11804,'_tax_class',''),(107477,11804,'_line_subtotal','79.2'),(107478,11804,'_line_subtotal_tax','0'),(107479,11804,'_line_total','79.2'),(107480,11804,'_line_tax','0'),(107481,11804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107482,11805,'_product_id','490'),(107483,11805,'_variation_id','0'),(107484,11805,'_qty','2'),(107485,11805,'_tax_class',''),(107486,11805,'_line_subtotal','39.2'),(107487,11805,'_line_subtotal_tax','0'),(107488,11805,'_line_total','39.2'),(107489,11805,'_line_tax','0'),(107490,11805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107491,11806,'_product_id','488'),(107492,11806,'_variation_id','0'),(107493,11806,'_qty','1'),(107494,11806,'_tax_class',''),(107495,11806,'_line_subtotal','31.35'),(107496,11806,'_line_subtotal_tax','0'),(107497,11806,'_line_total','31.35'),(107498,11806,'_line_tax','0'),(107499,11806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107500,11807,'_product_id','120'),(107501,11807,'_variation_id','0'),(107502,11807,'_qty','1'),(107503,11807,'_tax_class',''),(107504,11807,'_line_subtotal','52.8'),(107505,11807,'_line_subtotal_tax','0'),(107506,11807,'_line_total','52.8'),(107507,11807,'_line_tax','0'),(107508,11807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107509,11808,'method_id','fedex'),(107510,11808,'instance_id','1'),(107511,11808,'cost','21.27'),(107512,11808,'total_tax','0'),(107513,11808,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107514,11808,'Package 1','17 × 14 × 10 (in) 26.95lbs × 1'),(107520,11799,'thwma_order_shipping_status','wc-pending'),(107521,11800,'thwma_order_shipping_status','wc-pending'),(107522,11801,'thwma_order_shipping_status','wc-pending'),(107523,11809,'_product_id','2408'),(107524,11809,'_variation_id','0'),(107525,11809,'_qty','2'),(107526,11809,'_tax_class',''),(107527,11809,'_line_subtotal','298.68'),(107528,11809,'_line_subtotal_tax','0'),(107529,11809,'_line_total','298.68'),(107530,11809,'_line_tax','0'),(107531,11809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107532,11810,'_product_id','120'),(107533,11810,'_variation_id','0'),(107534,11810,'_qty','1'),(107535,11810,'_tax_class',''),(107536,11810,'_line_subtotal','52.8'),(107537,11810,'_line_subtotal_tax','0'),(107538,11810,'_line_total','52.8'),(107539,11810,'_line_tax','0'),(107540,11810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107541,11811,'_product_id','43'),(107542,11811,'_variation_id','0'),(107543,11811,'_qty','3'),(107544,11811,'_tax_class',''),(107545,11811,'_line_subtotal','237.6'),(107546,11811,'_line_subtotal_tax','0'),(107547,11811,'_line_total','237.6'),(107548,11811,'_line_tax','0'),(107549,11811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107550,11812,'method_id','free_shipping'),(107551,11812,'instance_id','2'),(107552,11812,'cost','0.00'),(107553,11812,'total_tax','0'),(107554,11812,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107555,11812,'Items','Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3'),(107556,11803,'thwma_order_shipping_status','wc-pending'),(107557,11804,'thwma_order_shipping_status','wc-pending'),(107558,11805,'thwma_order_shipping_status','wc-pending'),(107559,11806,'thwma_order_shipping_status','wc-pending'),(107560,11807,'thwma_order_shipping_status','wc-pending'),(107561,11813,'_product_id','2110'),(107562,11813,'_variation_id','0'),(107563,11813,'_qty','1'),(107564,11813,'_tax_class',''),(107565,11813,'_line_subtotal','71.4'),(107566,11813,'_line_subtotal_tax','0'),(107567,11813,'_line_total','71.4'),(107568,11813,'_line_tax','0'),(107569,11813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107570,11814,'_product_id','2113'),(107571,11814,'_variation_id','0'),(107572,11814,'_qty','1'),(107573,11814,'_tax_class',''),(107574,11814,'_line_subtotal','172'),(107575,11814,'_line_subtotal_tax','0'),(107576,11814,'_line_total','172'),(107577,11814,'_line_tax','0'),(107578,11814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107579,11815,'_product_id','45'),(107580,11815,'_variation_id','0'),(107581,11815,'_qty','1'),(107582,11815,'_tax_class',''),(107583,11815,'_line_subtotal','42.24'),(107584,11815,'_line_subtotal_tax','0'),(107585,11815,'_line_total','42.24'),(107586,11815,'_line_tax','0'),(107587,11815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107588,11816,'_product_id','41'),(107589,11816,'_variation_id','0'),(107590,11816,'_qty','1'),(107591,11816,'_tax_class',''),(107592,11816,'_line_subtotal','66.48'),(107593,11816,'_line_subtotal_tax','0'),(107594,11816,'_line_total','66.48'),(107595,11816,'_line_tax','0'),(107596,11816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107597,11817,'_product_id','43'),(107598,11817,'_variation_id','0'),(107599,11817,'_qty','2'),(107600,11817,'_tax_class',''),(107601,11817,'_line_subtotal','158.4'),(107602,11817,'_line_subtotal_tax','0'),(107603,11817,'_line_total','158.4'),(107604,11817,'_line_tax','0'),(107605,11817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107606,11818,'_product_id','120'),(107607,11818,'_variation_id','0'),(107608,11818,'_qty','1'),(107609,11818,'_tax_class',''),(107610,11818,'_line_subtotal','52.8'),(107611,11818,'_line_subtotal_tax','0'),(107612,11818,'_line_total','52.8'),(107613,11818,'_line_tax','0'),(107614,11818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107615,11819,'_product_id','44'),(107616,11819,'_variation_id','0'),(107617,11819,'_qty','1'),(107618,11819,'_tax_class',''),(107619,11819,'_line_subtotal','116.16'),(107620,11819,'_line_subtotal_tax','0'),(107621,11819,'_line_total','116.16'),(107622,11819,'_line_tax','0'),(107623,11819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107624,11820,'_product_id','490'),(107625,11820,'_variation_id','0'),(107626,11820,'_qty','10'),(107627,11820,'_tax_class',''),(107628,11820,'_line_subtotal','196'),(107629,11820,'_line_subtotal_tax','0'),(107630,11820,'_line_total','196'),(107631,11820,'_line_tax','0'),(107632,11820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107633,11821,'_product_id','487'),(107634,11821,'_variation_id','0'),(107635,11821,'_qty','1'),(107636,11821,'_tax_class',''),(107637,11821,'_line_subtotal','31.35'),(107638,11821,'_line_subtotal_tax','0'),(107639,11821,'_line_total','31.35'),(107640,11821,'_line_tax','0'),(107641,11821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107642,11822,'_product_id','135'),(107643,11822,'_variation_id','0'),(107644,11822,'_qty','2'),(107645,11822,'_tax_class',''),(107646,11822,'_line_subtotal','4.96'),(107647,11822,'_line_subtotal_tax','0'),(107648,11822,'_line_total','4.96'),(107649,11822,'_line_tax','0'),(107650,11822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107651,11823,'method_id','free_shipping'),(107652,11823,'instance_id','2'),(107653,11823,'cost','0.00'),(107654,11823,'total_tax','0'),(107655,11823,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107656,11823,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Large Butterfly Clips &times; 2'),(107657,11824,'_product_id','41'),(107658,11824,'_variation_id','0'),(107659,11824,'_qty','8'),(107660,11824,'_tax_class',''),(107661,11824,'_line_subtotal','531.84'),(107662,11824,'_line_subtotal_tax','0'),(107663,11824,'_line_total','531.84'),(107664,11824,'_line_tax','0'),(107665,11824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107666,11825,'method_id','free_shipping'),(107667,11825,'instance_id','2'),(107668,11825,'cost','0.00'),(107669,11825,'total_tax','0'),(107670,11825,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107671,11825,'Items','Professional Lice Comb(Case of 12) &times; 8'),(107672,11826,'_product_id','44'),(107673,11826,'_variation_id','0'),(107674,11826,'_qty','1'),(107675,11826,'_tax_class',''),(107676,11826,'_line_subtotal','116.16'),(107677,11826,'_line_subtotal_tax','0'),(107678,11826,'_line_total','116.16'),(107679,11826,'_line_tax','0'),(107680,11826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107681,11827,'_product_id','42'),(107682,11827,'_variation_id','0'),(107683,11827,'_qty','1'),(107684,11827,'_tax_class',''),(107685,11827,'_line_subtotal','79.2'),(107686,11827,'_line_subtotal_tax','0'),(107687,11827,'_line_total','79.2'),(107688,11827,'_line_tax','0'),(107689,11827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107690,11828,'_product_id','42'),(107691,11828,'_variation_id','0'),(107692,11828,'_qty','1'),(107693,11828,'_tax_class',''),(107694,11828,'_line_subtotal','79.2'),(107695,11828,'_line_subtotal_tax','0'),(107696,11828,'_line_total','79.2'),(107697,11828,'_line_tax','0'),(107698,11828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107699,11829,'_product_id','45'),(107700,11829,'_variation_id','0'),(107701,11829,'_qty','1'),(107702,11829,'_tax_class',''),(107703,11829,'_line_subtotal','42.24'),(107704,11829,'_line_subtotal_tax','0'),(107705,11829,'_line_total','42.24'),(107706,11829,'_line_tax','0'),(107707,11829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107708,11830,'_product_id','120'),(107709,11830,'_variation_id','0'),(107710,11830,'_qty','1'),(107711,11830,'_tax_class',''),(107712,11830,'_line_subtotal','52.8'),(107713,11830,'_line_subtotal_tax','0'),(107714,11830,'_line_total','52.8'),(107715,11830,'_line_tax','0'),(107716,11830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107717,11831,'_product_id','43'),(107718,11831,'_variation_id','0'),(107719,11831,'_qty','1'),(107720,11831,'_tax_class',''),(107721,11831,'_line_subtotal','79.2'),(107722,11831,'_line_subtotal_tax','0'),(107723,11831,'_line_total','79.2'),(107724,11831,'_line_tax','0'),(107725,11831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107726,11832,'_product_id','45'),(107727,11832,'_variation_id','0'),(107728,11832,'_qty','1'),(107729,11832,'_tax_class',''),(107730,11832,'_line_subtotal','42.24'),(107731,11832,'_line_subtotal_tax','0'),(107732,11832,'_line_total','42.24'),(107733,11832,'_line_tax','0'),(107734,11832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107735,11833,'_product_id','103'),(107736,11833,'_variation_id','0'),(107737,11833,'_qty','1'),(107738,11833,'_tax_class',''),(107739,11833,'_line_subtotal','8.4'),(107740,11833,'_line_subtotal_tax','0'),(107741,11833,'_line_total','8.4'),(107742,11833,'_line_tax','0'),(107743,11833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107744,11834,'_product_id','144'),(107745,11834,'_variation_id','0'),(107746,11834,'_qty','1'),(107747,11834,'_tax_class',''),(107748,11834,'_line_subtotal','1.38'),(107749,11834,'_line_subtotal_tax','0'),(107750,11834,'_line_total','1.38'),(107751,11834,'_line_tax','0'),(107752,11834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107753,11835,'method_id','free_shipping'),(107754,11835,'instance_id','2'),(107755,11835,'cost','0.00'),(107756,11835,'total_tax','0'),(107757,11835,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107758,11835,'Items','Preventive Kit(Case of 6) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, 6 Pack Empty Foamer 8oz Bottle &times; 1, Course Tail Comb &times; 1'),(107759,11836,'_product_id','23'),(107760,11836,'_variation_id','0'),(107761,11836,'_qty','4'),(107762,11836,'_tax_class',''),(107763,11836,'_line_subtotal','274.16'),(107764,11836,'_line_subtotal_tax','0'),(107765,11836,'_line_total','274.16'),(107766,11836,'_line_tax','0'),(107767,11836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107768,11837,'_product_id','44'),(107769,11837,'_variation_id','0'),(107770,11837,'_qty','1'),(107771,11837,'_tax_class',''),(107772,11837,'_line_subtotal','116.16'),(107773,11837,'_line_subtotal_tax','0'),(107774,11837,'_line_total','116.16'),(107775,11837,'_line_tax','0'),(107776,11837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107777,11838,'_product_id','43'),(107778,11838,'_variation_id','0'),(107779,11838,'_qty','1'),(107780,11838,'_tax_class',''),(107781,11838,'_line_subtotal','79.2'),(107782,11838,'_line_subtotal_tax','0'),(107783,11838,'_line_total','79.2'),(107784,11838,'_line_tax','0'),(107785,11838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107786,11839,'_product_id','490'),(107787,11839,'_variation_id','0'),(107788,11839,'_qty','2'),(107789,11839,'_tax_class',''),(107790,11839,'_line_subtotal','39.2'),(107791,11839,'_line_subtotal_tax','0'),(107792,11839,'_line_total','39.2'),(107793,11839,'_line_tax','0'),(107794,11839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107795,11840,'method_id','free_shipping'),(107796,11840,'instance_id','2'),(107797,11840,'cost','0.00'),(107798,11840,'total_tax','0'),(107799,11840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107800,11840,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(107801,11813,'thwma_order_shipping_status','wc-pending'),(107802,11814,'thwma_order_shipping_status','wc-pending'),(107803,11815,'thwma_order_shipping_status','wc-pending'),(107804,11816,'thwma_order_shipping_status','wc-pending'),(107805,11817,'thwma_order_shipping_status','wc-pending'),(107806,11818,'thwma_order_shipping_status','wc-pending'),(107807,11819,'thwma_order_shipping_status','wc-pending'),(107808,11820,'thwma_order_shipping_status','wc-pending'),(107809,11821,'thwma_order_shipping_status','wc-pending'),(107810,11822,'thwma_order_shipping_status','wc-pending'),(107811,11841,'_product_id','2110'),(107812,11841,'_variation_id','0'),(107813,11841,'_qty','1'),(107814,11841,'_tax_class',''),(107815,11841,'_line_subtotal','71.4'),(107816,11841,'_line_subtotal_tax','0'),(107817,11841,'_line_total','71.4'),(107818,11841,'_line_tax','0'),(107819,11841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107820,11842,'_product_id','2408'),(107821,11842,'_variation_id','0'),(107822,11842,'_qty','2'),(107823,11842,'_tax_class',''),(107824,11842,'_line_subtotal','298.68'),(107825,11842,'_line_subtotal_tax','0'),(107826,11842,'_line_total','298.68'),(107827,11842,'_line_tax','0'),(107828,11842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107829,11843,'_product_id','118'),(107830,11843,'_variation_id','0'),(107831,11843,'_qty','1'),(107832,11843,'_tax_class',''),(107833,11843,'_line_subtotal','184.8'),(107834,11843,'_line_subtotal_tax','0'),(107835,11843,'_line_total','184.8'),(107836,11843,'_line_tax','0'),(107837,11843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107838,11844,'_product_id','97'),(107839,11844,'_variation_id','0'),(107840,11844,'_qty','1'),(107841,11844,'_tax_class',''),(107842,11844,'_line_subtotal','0'),(107843,11844,'_line_subtotal_tax','0'),(107844,11844,'_line_total','0'),(107845,11844,'_line_tax','0'),(107846,11844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107847,11845,'_product_id','93'),(107848,11845,'_variation_id','0'),(107849,11845,'_qty','2'),(107850,11845,'_tax_class',''),(107851,11845,'_line_subtotal','0'),(107852,11845,'_line_subtotal_tax','0'),(107853,11845,'_line_total','0'),(107854,11845,'_line_tax','0'),(107855,11845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107856,11846,'method_id','free_shipping'),(107857,11846,'instance_id','2'),(107858,11846,'cost','0.00'),(107859,11846,'total_tax','0'),(107860,11846,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107861,11846,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Bulk Active Rinse 100% &times; 2'),(107862,11847,'_product_id','23'),(107863,11847,'_variation_id','0'),(107864,11847,'_qty','1'),(107865,11847,'_tax_class',''),(107866,11847,'_line_subtotal','68.54'),(107867,11847,'_line_subtotal_tax','0'),(107868,11847,'_line_total','68.54'),(107869,11847,'_line_tax','0'),(107870,11847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107871,11848,'_product_id','43'),(107872,11848,'_variation_id','0'),(107873,11848,'_qty','1'),(107874,11848,'_tax_class',''),(107875,11848,'_line_subtotal','79.2'),(107876,11848,'_line_subtotal_tax','0'),(107877,11848,'_line_total','79.2'),(107878,11848,'_line_tax','0'),(107879,11848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107880,11849,'_product_id','44'),(107881,11849,'_variation_id','0'),(107882,11849,'_qty','3'),(107883,11849,'_tax_class',''),(107884,11849,'_line_subtotal','348.48'),(107885,11849,'_line_subtotal_tax','0'),(107886,11849,'_line_total','348.48'),(107887,11849,'_line_tax','0'),(107888,11849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107889,11850,'_product_id','490'),(107890,11850,'_variation_id','0'),(107891,11850,'_qty','1'),(107892,11850,'_tax_class',''),(107893,11850,'_line_subtotal','19.6'),(107894,11850,'_line_subtotal_tax','0'),(107895,11850,'_line_total','19.6'),(107896,11850,'_line_tax','0'),(107897,11850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107898,11851,'method_id','fedex'),(107899,11851,'instance_id','1'),(107900,11851,'cost','43.27'),(107901,11851,'total_tax','0'),(107902,11851,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107903,11851,'Package 1','17 × 14 × 10 (in) 37.8lbs × 1'),(107904,11851,'Package 2','17 × 14 × 10 (in) 16.1lbs × 1'),(107905,11852,'method_id','fedex'),(107906,11852,'instance_id','1'),(107907,11852,'cost','-43.27'),(107908,11852,'total_tax','0'),(107909,11852,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(107910,11852,'_refunded_item_id','11851'),(107911,11853,'_product_id','2110'),(107912,11853,'_variation_id','0'),(107913,11853,'_qty','2'),(107914,11853,'_tax_class',''),(107915,11853,'_line_subtotal','142.8'),(107916,11853,'_line_subtotal_tax','0'),(107917,11853,'_line_total','142.8'),(107918,11853,'_line_tax','0'),(107919,11853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107920,11854,'_product_id','2113'),(107921,11854,'_variation_id','0'),(107922,11854,'_qty','1'),(107923,11854,'_tax_class',''),(107924,11854,'_line_subtotal','172'),(107925,11854,'_line_subtotal_tax','0'),(107926,11854,'_line_total','172'),(107927,11854,'_line_tax','0'),(107928,11854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107929,11855,'_product_id','41'),(107930,11855,'_variation_id','0'),(107931,11855,'_qty','2'),(107932,11855,'_tax_class',''),(107933,11855,'_line_subtotal','132.96'),(107934,11855,'_line_subtotal_tax','0'),(107935,11855,'_line_total','132.96'),(107936,11855,'_line_tax','0'),(107937,11855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107938,11856,'_product_id','45'),(107939,11856,'_variation_id','0'),(107940,11856,'_qty','1'),(107941,11856,'_tax_class',''),(107942,11856,'_line_subtotal','42.24'),(107943,11856,'_line_subtotal_tax','0'),(107944,11856,'_line_total','42.24'),(107945,11856,'_line_tax','0'),(107946,11856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107947,11857,'_product_id','2408'),(107948,11857,'_variation_id','0'),(107949,11857,'_qty','1'),(107950,11857,'_tax_class',''),(107951,11857,'_line_subtotal','149.34'),(107952,11857,'_line_subtotal_tax','0'),(107953,11857,'_line_total','149.34'),(107954,11857,'_line_tax','0'),(107955,11857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107956,11858,'_product_id','43'),(107957,11858,'_variation_id','0'),(107958,11858,'_qty','1'),(107959,11858,'_tax_class',''),(107960,11858,'_line_subtotal','79.2'),(107961,11858,'_line_subtotal_tax','0'),(107962,11858,'_line_total','79.2'),(107963,11858,'_line_tax','0'),(107964,11858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107965,11859,'_product_id','44'),(107966,11859,'_variation_id','0'),(107967,11859,'_qty','1'),(107968,11859,'_tax_class',''),(107969,11859,'_line_subtotal','116.16'),(107970,11859,'_line_subtotal_tax','0'),(107971,11859,'_line_total','116.16'),(107972,11859,'_line_tax','0'),(107973,11859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107974,11860,'_product_id','490'),(107975,11860,'_variation_id','0'),(107976,11860,'_qty','10'),(107977,11860,'_tax_class',''),(107978,11860,'_line_subtotal','196'),(107979,11860,'_line_subtotal_tax','0'),(107980,11860,'_line_total','196'),(107981,11860,'_line_tax','0'),(107982,11860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107983,11861,'_product_id','101'),(107984,11861,'_variation_id','0'),(107985,11861,'_qty','1'),(107986,11861,'_tax_class',''),(107987,11861,'_line_subtotal','8.4'),(107988,11861,'_line_subtotal_tax','0'),(107989,11861,'_line_total','8.4'),(107990,11861,'_line_tax','0'),(107991,11861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(107992,11862,'_product_id','120'),(107993,11862,'_variation_id','0'),(107994,11862,'_qty','1'),(107995,11862,'_tax_class',''),(107996,11862,'_line_subtotal','52.8'),(107997,11862,'_line_subtotal_tax','0'),(107998,11862,'_line_total','52.8'),(107999,11862,'_line_tax','0'),(108000,11862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108001,11863,'method_id','free_shipping'),(108002,11863,'instance_id','2'),(108003,11863,'cost','0.00'),(108004,11863,'total_tax','0'),(108005,11863,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108006,11863,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, 6 Pack Empty Rinse 8oz Bottles &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(108007,11864,'_product_id','2110'),(108008,11864,'_variation_id','0'),(108009,11864,'_qty','2'),(108010,11864,'_tax_class',''),(108011,11864,'_line_subtotal','142.8'),(108012,11864,'_line_subtotal_tax','0'),(108013,11864,'_line_total','142.8'),(108014,11864,'_line_tax','0'),(108015,11864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108016,11865,'_product_id','2113'),(108017,11865,'_variation_id','0'),(108018,11865,'_qty','1'),(108019,11865,'_tax_class',''),(108020,11865,'_line_subtotal','172'),(108021,11865,'_line_subtotal_tax','0'),(108022,11865,'_line_total','172'),(108023,11865,'_line_tax','0'),(108024,11865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108025,11866,'_product_id','41'),(108026,11866,'_variation_id','0'),(108027,11866,'_qty','2'),(108028,11866,'_tax_class',''),(108029,11866,'_line_subtotal','132.96'),(108030,11866,'_line_subtotal_tax','0'),(108031,11866,'_line_total','132.96'),(108032,11866,'_line_tax','0'),(108033,11866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108034,11867,'_product_id','45'),(108035,11867,'_variation_id','0'),(108036,11867,'_qty','1'),(108037,11867,'_tax_class',''),(108038,11867,'_line_subtotal','42.24'),(108039,11867,'_line_subtotal_tax','0'),(108040,11867,'_line_total','42.24'),(108041,11867,'_line_tax','0'),(108042,11867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108043,11868,'_product_id','2408'),(108044,11868,'_variation_id','0'),(108045,11868,'_qty','1'),(108046,11868,'_tax_class',''),(108047,11868,'_line_subtotal','149.34'),(108048,11868,'_line_subtotal_tax','0'),(108049,11868,'_line_total','149.34'),(108050,11868,'_line_tax','0'),(108051,11868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108052,11869,'_product_id','43'),(108053,11869,'_variation_id','0'),(108054,11869,'_qty','1'),(108055,11869,'_tax_class',''),(108056,11869,'_line_subtotal','79.2'),(108057,11869,'_line_subtotal_tax','0'),(108058,11869,'_line_total','79.2'),(108059,11869,'_line_tax','0'),(108060,11869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108061,11870,'_product_id','44'),(108062,11870,'_variation_id','0'),(108063,11870,'_qty','1'),(108064,11870,'_tax_class',''),(108065,11870,'_line_subtotal','116.16'),(108066,11870,'_line_subtotal_tax','0'),(108067,11870,'_line_total','116.16'),(108068,11870,'_line_tax','0'),(108069,11870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108070,11871,'_product_id','490'),(108071,11871,'_variation_id','0'),(108072,11871,'_qty','10'),(108073,11871,'_tax_class',''),(108074,11871,'_line_subtotal','196'),(108075,11871,'_line_subtotal_tax','0'),(108076,11871,'_line_total','196'),(108077,11871,'_line_tax','0'),(108078,11871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108079,11872,'_product_id','101'),(108080,11872,'_variation_id','0'),(108081,11872,'_qty','1'),(108082,11872,'_tax_class',''),(108083,11872,'_line_subtotal','8.4'),(108084,11872,'_line_subtotal_tax','0'),(108085,11872,'_line_total','8.4'),(108086,11872,'_line_tax','0'),(108087,11872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108088,11873,'_product_id','120'),(108089,11873,'_variation_id','0'),(108090,11873,'_qty','1'),(108091,11873,'_tax_class',''),(108092,11873,'_line_subtotal','52.8'),(108093,11873,'_line_subtotal_tax','0'),(108094,11873,'_line_total','52.8'),(108095,11873,'_line_tax','0'),(108096,11873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108097,11874,'method_id','free_shipping'),(108098,11874,'instance_id','2'),(108099,11874,'cost','0.00'),(108100,11874,'total_tax','0'),(108101,11874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108102,11874,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, 6 Pack Empty Rinse 8oz Bottles &times; 1, Preventive Spray 2oz(Case of 24) &times; 1'),(108103,11875,'_product_id','2110'),(108104,11875,'_variation_id','0'),(108105,11875,'_qty','4'),(108106,11875,'_tax_class',''),(108107,11875,'_line_subtotal','285.6'),(108108,11875,'_line_subtotal_tax','0'),(108109,11875,'_line_total','285.6'),(108110,11875,'_line_tax','0'),(108111,11875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108112,11876,'_product_id','41'),(108113,11876,'_variation_id','0'),(108114,11876,'_qty','3'),(108115,11876,'_tax_class',''),(108116,11876,'_line_subtotal','199.44'),(108117,11876,'_line_subtotal_tax','0'),(108118,11876,'_line_total','199.44'),(108119,11876,'_line_tax','0'),(108120,11876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108121,11877,'_product_id','133'),(108122,11877,'_variation_id','0'),(108123,11877,'_qty','10'),(108124,11877,'_tax_class',''),(108125,11877,'_line_subtotal','143'),(108126,11877,'_line_subtotal_tax','0'),(108127,11877,'_line_total','143'),(108128,11877,'_line_tax','0'),(108129,11877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108130,11878,'method_id','free_shipping'),(108131,11878,'instance_id','2'),(108132,11878,'cost','0.00'),(108133,11878,'total_tax','0'),(108134,11878,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108135,11878,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Disposable Head Bands &times; 10'),(108136,11875,'thwma_order_shipping_status','wc-pending'),(108137,11876,'thwma_order_shipping_status','wc-pending'),(108138,11877,'thwma_order_shipping_status','wc-pending'),(108149,11864,'thwma_order_shipping_status','wc-pending'),(108150,11865,'thwma_order_shipping_status','wc-pending'),(108151,11866,'thwma_order_shipping_status','wc-pending'),(108152,11867,'thwma_order_shipping_status','wc-pending'),(108153,11868,'thwma_order_shipping_status','wc-pending'),(108154,11869,'thwma_order_shipping_status','wc-pending'),(108155,11870,'thwma_order_shipping_status','wc-pending'),(108156,11871,'thwma_order_shipping_status','wc-pending'),(108157,11872,'thwma_order_shipping_status','wc-pending'),(108158,11873,'thwma_order_shipping_status','wc-pending'),(108159,11841,'thwma_order_shipping_status','wc-pending'),(108160,11842,'thwma_order_shipping_status','wc-pending'),(108161,11843,'thwma_order_shipping_status','wc-pending'),(108162,11844,'thwma_order_shipping_status','wc-pending'),(108163,11845,'thwma_order_shipping_status','wc-pending'),(108164,11847,'thwma_order_shipping_status','wc-pending'),(108165,11848,'thwma_order_shipping_status','wc-pending'),(108166,11849,'thwma_order_shipping_status','wc-pending'),(108167,11850,'thwma_order_shipping_status','wc-pending'),(108168,11836,'thwma_order_shipping_status','wc-pending'),(108169,11837,'thwma_order_shipping_status','wc-pending'),(108170,11838,'thwma_order_shipping_status','wc-pending'),(108171,11839,'thwma_order_shipping_status','wc-pending'),(108181,11826,'thwma_order_shipping_status','wc-pending'),(108182,11827,'thwma_order_shipping_status','wc-pending'),(108183,11828,'thwma_order_shipping_status','wc-pending'),(108184,11829,'thwma_order_shipping_status','wc-pending'),(108185,11830,'thwma_order_shipping_status','wc-pending'),(108186,11831,'thwma_order_shipping_status','wc-pending'),(108187,11832,'thwma_order_shipping_status','wc-pending'),(108188,11833,'thwma_order_shipping_status','wc-pending'),(108189,11834,'thwma_order_shipping_status','wc-pending'),(108190,11879,'_product_id','2110'),(108191,11879,'_variation_id','0'),(108192,11879,'_qty','2'),(108193,11879,'_tax_class',''),(108194,11879,'_line_subtotal','142.8'),(108195,11879,'_line_subtotal_tax','0'),(108196,11879,'_line_total','142.8'),(108197,11879,'_line_tax','0'),(108198,11879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108199,11880,'_product_id','2113'),(108200,11880,'_variation_id','0'),(108201,11880,'_qty','2'),(108202,11880,'_tax_class',''),(108203,11880,'_line_subtotal','344'),(108204,11880,'_line_subtotal_tax','0'),(108205,11880,'_line_total','344'),(108206,11880,'_line_tax','0'),(108207,11880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108208,11881,'_product_id','41'),(108209,11881,'_variation_id','0'),(108210,11881,'_qty','2'),(108211,11881,'_tax_class',''),(108212,11881,'_line_subtotal','132.96'),(108213,11881,'_line_subtotal_tax','0'),(108214,11881,'_line_total','132.96'),(108215,11881,'_line_tax','0'),(108216,11881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108217,11882,'_product_id','45'),(108218,11882,'_variation_id','0'),(108219,11882,'_qty','1'),(108220,11882,'_tax_class',''),(108221,11882,'_line_subtotal','42.24'),(108222,11882,'_line_subtotal_tax','0'),(108223,11882,'_line_total','42.24'),(108224,11882,'_line_tax','0'),(108225,11882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108226,11883,'_product_id','120'),(108227,11883,'_variation_id','0'),(108228,11883,'_qty','1'),(108229,11883,'_tax_class',''),(108230,11883,'_line_subtotal','52.8'),(108231,11883,'_line_subtotal_tax','0'),(108232,11883,'_line_total','52.8'),(108233,11883,'_line_tax','0'),(108234,11883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108235,11884,'_product_id','49'),(108236,11884,'_variation_id','0'),(108237,11884,'_qty','1'),(108238,11884,'_tax_class',''),(108239,11884,'_line_subtotal','79.2'),(108240,11884,'_line_subtotal_tax','0'),(108241,11884,'_line_total','79.2'),(108242,11884,'_line_tax','0'),(108243,11884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108244,11885,'_product_id','490'),(108245,11885,'_variation_id','0'),(108246,11885,'_qty','10'),(108247,11885,'_tax_class',''),(108248,11885,'_line_subtotal','196'),(108249,11885,'_line_subtotal_tax','0'),(108250,11885,'_line_total','196'),(108251,11885,'_line_tax','0'),(108252,11885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108253,11886,'method_id','free_shipping'),(108254,11886,'instance_id','2'),(108255,11886,'cost','0.00'),(108256,11886,'total_tax','0'),(108257,11886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108258,11886,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10'),(108259,11887,'_product_id','2110'),(108260,11887,'_variation_id','0'),(108261,11887,'_qty','1'),(108262,11887,'_tax_class',''),(108263,11887,'_line_subtotal','71.4'),(108264,11887,'_line_subtotal_tax','0'),(108265,11887,'_line_total','71.4'),(108266,11887,'_line_tax','0'),(108267,11887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108268,11888,'_product_id','2113'),(108269,11888,'_variation_id','0'),(108270,11888,'_qty','1'),(108271,11888,'_tax_class',''),(108272,11888,'_line_subtotal','172'),(108273,11888,'_line_subtotal_tax','0'),(108274,11888,'_line_total','172'),(108275,11888,'_line_tax','0'),(108276,11888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108277,11889,'_product_id','41'),(108278,11889,'_variation_id','0'),(108279,11889,'_qty','4'),(108280,11889,'_tax_class',''),(108281,11889,'_line_subtotal','265.92'),(108282,11889,'_line_subtotal_tax','0'),(108283,11889,'_line_total','265.92'),(108284,11889,'_line_tax','0'),(108285,11889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108286,11890,'_product_id','120'),(108287,11890,'_variation_id','0'),(108288,11890,'_qty','2'),(108289,11890,'_tax_class',''),(108290,11890,'_line_subtotal','105.6'),(108291,11890,'_line_subtotal_tax','0'),(108292,11890,'_line_total','105.6'),(108293,11890,'_line_tax','0'),(108294,11890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108295,11891,'_product_id','49'),(108296,11891,'_variation_id','0'),(108297,11891,'_qty','2'),(108298,11891,'_tax_class',''),(108299,11891,'_line_subtotal','158.4'),(108300,11891,'_line_subtotal_tax','0'),(108301,11891,'_line_total','158.4'),(108302,11891,'_line_tax','0'),(108303,11891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108304,11892,'_product_id','93'),(108305,11892,'_variation_id','0'),(108306,11892,'_qty','8'),(108307,11892,'_tax_class',''),(108308,11892,'_line_subtotal','0'),(108309,11892,'_line_subtotal_tax','0'),(108310,11892,'_line_total','0'),(108311,11892,'_line_tax','0'),(108312,11892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108313,11893,'method_id','free_shipping'),(108314,11893,'instance_id','2'),(108315,11893,'cost','0.00'),(108316,11893,'total_tax','0'),(108317,11893,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108318,11893,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 8'),(108319,11894,'_product_id','39'),(108320,11894,'_variation_id','0'),(108321,11894,'_qty','1'),(108322,11894,'_tax_class',''),(108323,11894,'_line_subtotal','79.2'),(108324,11894,'_line_subtotal_tax','0'),(108325,11894,'_line_total','79.2'),(108326,11894,'_line_tax','0'),(108327,11894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108328,11895,'_product_id','40'),(108329,11895,'_variation_id','0'),(108330,11895,'_qty','1'),(108331,11895,'_tax_class',''),(108332,11895,'_line_subtotal','79.2'),(108333,11895,'_line_subtotal_tax','0'),(108334,11895,'_line_total','79.2'),(108335,11895,'_line_tax','0'),(108336,11895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108337,11896,'_product_id','42'),(108338,11896,'_variation_id','0'),(108339,11896,'_qty','1'),(108340,11896,'_tax_class',''),(108341,11896,'_line_subtotal','79.2'),(108342,11896,'_line_subtotal_tax','0'),(108343,11896,'_line_total','79.2'),(108344,11896,'_line_tax','0'),(108345,11896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108346,11897,'_product_id','49'),(108347,11897,'_variation_id','0'),(108348,11897,'_qty','1'),(108349,11897,'_tax_class',''),(108350,11897,'_line_subtotal','79.2'),(108351,11897,'_line_subtotal_tax','0'),(108352,11897,'_line_total','79.2'),(108353,11897,'_line_tax','0'),(108354,11897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108355,11898,'_product_id','490'),(108356,11898,'_variation_id','0'),(108357,11898,'_qty','5'),(108358,11898,'_tax_class',''),(108359,11898,'_line_subtotal','98'),(108360,11898,'_line_subtotal_tax','0'),(108361,11898,'_line_total','98'),(108362,11898,'_line_tax','0'),(108363,11898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108364,11899,'_product_id','45'),(108365,11899,'_variation_id','0'),(108366,11899,'_qty','1'),(108367,11899,'_tax_class',''),(108368,11899,'_line_subtotal','42.24'),(108369,11899,'_line_subtotal_tax','0'),(108370,11899,'_line_total','42.24'),(108371,11899,'_line_tax','0'),(108372,11899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108373,11900,'_product_id','41'),(108374,11900,'_variation_id','0'),(108375,11900,'_qty','1'),(108376,11900,'_tax_class',''),(108377,11900,'_line_subtotal','66.48'),(108378,11900,'_line_subtotal_tax','0'),(108379,11900,'_line_total','66.48'),(108380,11900,'_line_tax','0'),(108381,11900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108382,11901,'_product_id','43'),(108383,11901,'_variation_id','0'),(108384,11901,'_qty','1'),(108385,11901,'_tax_class',''),(108386,11901,'_line_subtotal','79.2'),(108387,11901,'_line_subtotal_tax','0'),(108388,11901,'_line_total','79.2'),(108389,11901,'_line_tax','0'),(108390,11901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108391,11902,'method_id','free_shipping'),(108392,11902,'instance_id','2'),(108393,11902,'cost','0.00'),(108394,11902,'total_tax','0'),(108395,11902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108396,11902,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(108397,11879,'thwma_order_shipping_status','wc-pending'),(108398,11880,'thwma_order_shipping_status','wc-pending'),(108399,11881,'thwma_order_shipping_status','wc-pending'),(108400,11882,'thwma_order_shipping_status','wc-pending'),(108401,11883,'thwma_order_shipping_status','wc-pending'),(108402,11884,'thwma_order_shipping_status','wc-pending'),(108403,11885,'thwma_order_shipping_status','wc-pending'),(108404,11903,'_product_id','39'),(108405,11903,'_variation_id','0'),(108406,11903,'_qty','1'),(108407,11903,'_tax_class',''),(108408,11903,'_line_subtotal','79.2'),(108409,11903,'_line_subtotal_tax','0'),(108410,11903,'_line_total','79.2'),(108411,11903,'_line_tax','0'),(108412,11903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108413,11904,'_product_id','40'),(108414,11904,'_variation_id','0'),(108415,11904,'_qty','1'),(108416,11904,'_tax_class',''),(108417,11904,'_line_subtotal','79.2'),(108418,11904,'_line_subtotal_tax','0'),(108419,11904,'_line_total','79.2'),(108420,11904,'_line_tax','0'),(108421,11904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108422,11905,'_product_id','42'),(108423,11905,'_variation_id','0'),(108424,11905,'_qty','1'),(108425,11905,'_tax_class',''),(108426,11905,'_line_subtotal','79.2'),(108427,11905,'_line_subtotal_tax','0'),(108428,11905,'_line_total','79.2'),(108429,11905,'_line_tax','0'),(108430,11905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108431,11906,'_product_id','43'),(108432,11906,'_variation_id','0'),(108433,11906,'_qty','2'),(108434,11906,'_tax_class',''),(108435,11906,'_line_subtotal','158.4'),(108436,11906,'_line_subtotal_tax','0'),(108437,11906,'_line_total','158.4'),(108438,11906,'_line_tax','0'),(108439,11906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108440,11907,'_product_id','490'),(108441,11907,'_variation_id','0'),(108442,11907,'_qty','5'),(108443,11907,'_tax_class',''),(108444,11907,'_line_subtotal','98'),(108445,11907,'_line_subtotal_tax','0'),(108446,11907,'_line_total','98'),(108447,11907,'_line_tax','0'),(108448,11907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108449,11908,'_product_id','38'),(108450,11908,'_variation_id','0'),(108451,11908,'_qty','2'),(108452,11908,'_tax_class',''),(108453,11908,'_line_subtotal','331.52'),(108454,11908,'_line_subtotal_tax','0'),(108455,11908,'_line_total','331.52'),(108456,11908,'_line_tax','0'),(108457,11908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108458,11909,'_product_id','45'),(108459,11909,'_variation_id','0'),(108460,11909,'_qty','1'),(108461,11909,'_tax_class',''),(108462,11909,'_line_subtotal','42.24'),(108463,11909,'_line_subtotal_tax','0'),(108464,11909,'_line_total','42.24'),(108465,11909,'_line_tax','0'),(108466,11909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108467,11910,'_product_id','41'),(108468,11910,'_variation_id','0'),(108469,11910,'_qty','1'),(108470,11910,'_tax_class',''),(108471,11910,'_line_subtotal','66.48'),(108472,11910,'_line_subtotal_tax','0'),(108473,11910,'_line_total','66.48'),(108474,11910,'_line_tax','0'),(108475,11910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108476,11911,'method_id','free_shipping'),(108477,11911,'instance_id','2'),(108478,11911,'cost','0.00'),(108479,11911,'total_tax','0'),(108480,11911,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108481,11911,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5, Active Rinse 16oz 50/50(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(108482,11912,'_product_id','42'),(108483,11912,'_variation_id','0'),(108484,11912,'_qty','1'),(108485,11912,'_tax_class',''),(108486,11912,'_line_subtotal','79.2'),(108487,11912,'_line_subtotal_tax','0'),(108488,11912,'_line_total','79.2'),(108489,11912,'_line_tax','0'),(108490,11912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108491,11913,'_product_id','49'),(108492,11913,'_variation_id','0'),(108493,11913,'_qty','1'),(108494,11913,'_tax_class',''),(108495,11913,'_line_subtotal','79.2'),(108496,11913,'_line_subtotal_tax','0'),(108497,11913,'_line_total','79.2'),(108498,11913,'_line_tax','0'),(108499,11913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108500,11914,'_product_id','490'),(108501,11914,'_variation_id','0'),(108502,11914,'_qty','6'),(108503,11914,'_tax_class',''),(108504,11914,'_line_subtotal','117.6'),(108505,11914,'_line_subtotal_tax','0'),(108506,11914,'_line_total','117.6'),(108507,11914,'_line_tax','0'),(108508,11914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108509,11915,'_product_id','2110'),(108510,11915,'_variation_id','0'),(108511,11915,'_qty','1'),(108512,11915,'_tax_class',''),(108513,11915,'_line_subtotal','71.4'),(108514,11915,'_line_subtotal_tax','0'),(108515,11915,'_line_total','71.4'),(108516,11915,'_line_tax','0'),(108517,11915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108518,11916,'_product_id','2113'),(108519,11916,'_variation_id','0'),(108520,11916,'_qty','1'),(108521,11916,'_tax_class',''),(108522,11916,'_line_subtotal','172'),(108523,11916,'_line_subtotal_tax','0'),(108524,11916,'_line_total','172'),(108525,11916,'_line_tax','0'),(108526,11916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108527,11917,'_product_id','41'),(108528,11917,'_variation_id','0'),(108529,11917,'_qty','1'),(108530,11917,'_tax_class',''),(108531,11917,'_line_subtotal','66.48'),(108532,11917,'_line_subtotal_tax','0'),(108533,11917,'_line_total','66.48'),(108534,11917,'_line_tax','0'),(108535,11917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108536,11918,'_product_id','45'),(108537,11918,'_variation_id','0'),(108538,11918,'_qty','1'),(108539,11918,'_tax_class',''),(108540,11918,'_line_subtotal','42.24'),(108541,11918,'_line_subtotal_tax','0'),(108542,11918,'_line_total','42.24'),(108543,11918,'_line_tax','0'),(108544,11918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108545,11919,'method_id','free_shipping'),(108546,11919,'instance_id','2'),(108547,11919,'cost','0.00'),(108548,11919,'total_tax','0'),(108549,11919,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108550,11919,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(108551,11920,'_product_id','43'),(108552,11920,'_variation_id','0'),(108553,11920,'_qty','2'),(108554,11920,'_tax_class',''),(108555,11920,'_line_subtotal','158.4'),(108556,11920,'_line_subtotal_tax','0'),(108557,11920,'_line_total','158.4'),(108558,11920,'_line_tax','0'),(108559,11920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108560,11921,'_product_id','490'),(108561,11921,'_variation_id','0'),(108562,11921,'_qty','7'),(108563,11921,'_tax_class',''),(108564,11921,'_line_subtotal','137.2'),(108565,11921,'_line_subtotal_tax','0'),(108566,11921,'_line_total','137.2'),(108567,11921,'_line_tax','0'),(108568,11921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108569,11922,'_product_id','2110'),(108570,11922,'_variation_id','0'),(108571,11922,'_qty','1'),(108572,11922,'_tax_class',''),(108573,11922,'_line_subtotal','71.4'),(108574,11922,'_line_subtotal_tax','0'),(108575,11922,'_line_total','71.4'),(108576,11922,'_line_tax','0'),(108577,11922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108578,11923,'_product_id','2113'),(108579,11923,'_variation_id','0'),(108580,11923,'_qty','1'),(108581,11923,'_tax_class',''),(108582,11923,'_line_subtotal','172'),(108583,11923,'_line_subtotal_tax','0'),(108584,11923,'_line_total','172'),(108585,11923,'_line_tax','0'),(108586,11923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108587,11924,'_product_id','41'),(108588,11924,'_variation_id','0'),(108589,11924,'_qty','1'),(108590,11924,'_tax_class',''),(108591,11924,'_line_subtotal','66.48'),(108592,11924,'_line_subtotal_tax','0'),(108593,11924,'_line_total','66.48'),(108594,11924,'_line_tax','0'),(108595,11924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108596,11925,'method_id','free_shipping'),(108597,11925,'instance_id','2'),(108598,11925,'cost','0.00'),(108599,11925,'total_tax','0'),(108600,11925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108601,11925,'Items','Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 7, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(108602,11926,'_product_id','49'),(108603,11926,'_variation_id','0'),(108604,11926,'_qty','6'),(108605,11926,'_tax_class',''),(108606,11926,'_line_subtotal','475.2'),(108607,11926,'_line_subtotal_tax','0'),(108608,11926,'_line_total','475.2'),(108609,11926,'_line_tax','0'),(108610,11926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108611,11927,'_product_id','116'),(108612,11927,'_variation_id','0'),(108613,11927,'_qty','1'),(108614,11927,'_tax_class',''),(108615,11927,'_line_subtotal','145.44'),(108616,11927,'_line_subtotal_tax','0'),(108617,11927,'_line_total','145.44'),(108618,11927,'_line_tax','0'),(108619,11927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108620,11928,'_product_id','41'),(108621,11928,'_variation_id','0'),(108622,11928,'_qty','4'),(108623,11928,'_tax_class',''),(108624,11928,'_line_subtotal','265.92'),(108625,11928,'_line_subtotal_tax','0'),(108626,11928,'_line_total','265.92'),(108627,11928,'_line_tax','0'),(108628,11928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108629,11929,'method_id','free_shipping'),(108630,11929,'instance_id','2'),(108631,11929,'cost','0.00'),(108632,11929,'total_tax','0'),(108633,11929,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108634,11929,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 6, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(108635,11930,'_product_id','2110'),(108636,11930,'_variation_id','0'),(108637,11930,'_qty','3'),(108638,11930,'_tax_class',''),(108639,11930,'_line_subtotal','214.2'),(108640,11930,'_line_subtotal_tax','0'),(108641,11930,'_line_total','214.2'),(108642,11930,'_line_tax','0'),(108643,11930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108644,11931,'_product_id','2113'),(108645,11931,'_variation_id','0'),(108646,11931,'_qty','2'),(108647,11931,'_tax_class',''),(108648,11931,'_line_subtotal','344'),(108649,11931,'_line_subtotal_tax','0'),(108650,11931,'_line_total','344'),(108651,11931,'_line_tax','0'),(108652,11931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108653,11932,'_product_id','45'),(108654,11932,'_variation_id','0'),(108655,11932,'_qty','4'),(108656,11932,'_tax_class',''),(108657,11932,'_line_subtotal','168.96'),(108658,11932,'_line_subtotal_tax','0'),(108659,11932,'_line_total','168.96'),(108660,11932,'_line_tax','0'),(108661,11932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108662,11933,'_product_id','490'),(108663,11933,'_variation_id','0'),(108664,11933,'_qty','10'),(108665,11933,'_tax_class',''),(108666,11933,'_line_subtotal','196'),(108667,11933,'_line_subtotal_tax','0'),(108668,11933,'_line_total','196'),(108669,11933,'_line_tax','0'),(108670,11933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108671,11934,'_product_id','49'),(108672,11934,'_variation_id','0'),(108673,11934,'_qty','1'),(108674,11934,'_tax_class',''),(108675,11934,'_line_subtotal','79.2'),(108676,11934,'_line_subtotal_tax','0'),(108677,11934,'_line_total','79.2'),(108678,11934,'_line_tax','0'),(108679,11934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108680,11935,'_product_id','487'),(108681,11935,'_variation_id','0'),(108682,11935,'_qty','5'),(108683,11935,'_tax_class',''),(108684,11935,'_line_subtotal','156.75'),(108685,11935,'_line_subtotal_tax','0'),(108686,11935,'_line_total','156.75'),(108687,11935,'_line_tax','0'),(108688,11935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108689,11936,'method_id','free_shipping'),(108690,11936,'instance_id','2'),(108691,11936,'cost','0.00'),(108692,11936,'total_tax','0'),(108693,11936,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108694,11936,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 10, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 5'),(108695,11887,'thwma_order_shipping_status','wc-pending'),(108696,11888,'thwma_order_shipping_status','wc-pending'),(108697,11889,'thwma_order_shipping_status','wc-pending'),(108698,11890,'thwma_order_shipping_status','wc-pending'),(108699,11891,'thwma_order_shipping_status','wc-pending'),(108700,11892,'thwma_order_shipping_status','wc-pending'),(108701,11894,'thwma_order_shipping_status','wc-pending'),(108702,11895,'thwma_order_shipping_status','wc-pending'),(108703,11896,'thwma_order_shipping_status','wc-pending'),(108704,11897,'thwma_order_shipping_status','wc-pending'),(108705,11898,'thwma_order_shipping_status','wc-pending'),(108706,11899,'thwma_order_shipping_status','wc-pending'),(108707,11900,'thwma_order_shipping_status','wc-pending'),(108708,11901,'thwma_order_shipping_status','wc-pending'),(108709,11903,'thwma_order_shipping_status','wc-pending'),(108710,11904,'thwma_order_shipping_status','wc-pending'),(108711,11905,'thwma_order_shipping_status','wc-pending'),(108712,11906,'thwma_order_shipping_status','wc-pending'),(108713,11907,'thwma_order_shipping_status','wc-pending'),(108714,11908,'thwma_order_shipping_status','wc-pending'),(108715,11909,'thwma_order_shipping_status','wc-pending'),(108716,11910,'thwma_order_shipping_status','wc-pending'),(108717,11930,'thwma_order_shipping_status','wc-pending'),(108718,11931,'thwma_order_shipping_status','wc-pending'),(108719,11932,'thwma_order_shipping_status','wc-pending'),(108720,11933,'thwma_order_shipping_status','wc-pending'),(108721,11934,'thwma_order_shipping_status','wc-pending'),(108722,11935,'thwma_order_shipping_status','wc-pending'),(108723,11926,'thwma_order_shipping_status','wc-pending'),(108724,11927,'thwma_order_shipping_status','wc-pending'),(108725,11928,'thwma_order_shipping_status','wc-pending'),(108726,11912,'thwma_order_shipping_status','wc-pending'),(108727,11913,'thwma_order_shipping_status','wc-pending'),(108728,11914,'thwma_order_shipping_status','wc-pending'),(108729,11915,'thwma_order_shipping_status','wc-pending'),(108730,11916,'thwma_order_shipping_status','wc-pending'),(108731,11917,'thwma_order_shipping_status','wc-pending'),(108732,11918,'thwma_order_shipping_status','wc-pending'),(108733,11920,'thwma_order_shipping_status','wc-pending'),(108734,11921,'thwma_order_shipping_status','wc-pending'),(108735,11922,'thwma_order_shipping_status','wc-pending'),(108736,11923,'thwma_order_shipping_status','wc-pending'),(108737,11924,'thwma_order_shipping_status','wc-pending'),(108738,11937,'_product_id','23'),(108739,11937,'_variation_id','0'),(108740,11937,'_qty','1'),(108741,11937,'_tax_class',''),(108742,11937,'_line_subtotal','68.54'),(108743,11937,'_line_subtotal_tax','0'),(108744,11937,'_line_total','68.54'),(108745,11937,'_line_tax','0'),(108746,11937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108747,11938,'_product_id','38'),(108748,11938,'_variation_id','0'),(108749,11938,'_qty','1'),(108750,11938,'_tax_class',''),(108751,11938,'_line_subtotal','165.76'),(108752,11938,'_line_subtotal_tax','0'),(108753,11938,'_line_total','165.76'),(108754,11938,'_line_tax','0'),(108755,11938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108756,11939,'_product_id','2110'),(108757,11939,'_variation_id','0'),(108758,11939,'_qty','1'),(108759,11939,'_tax_class',''),(108760,11939,'_line_subtotal','71.4'),(108761,11939,'_line_subtotal_tax','0'),(108762,11939,'_line_total','71.4'),(108763,11939,'_line_tax','0'),(108764,11939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108765,11940,'_product_id','2113'),(108766,11940,'_variation_id','0'),(108767,11940,'_qty','1'),(108768,11940,'_tax_class',''),(108769,11940,'_line_subtotal','172'),(108770,11940,'_line_subtotal_tax','0'),(108771,11940,'_line_total','172'),(108772,11940,'_line_tax','0'),(108773,11940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108774,11941,'_product_id','41'),(108775,11941,'_variation_id','0'),(108776,11941,'_qty','2'),(108777,11941,'_tax_class',''),(108778,11941,'_line_subtotal','132.96'),(108779,11941,'_line_subtotal_tax','0'),(108780,11941,'_line_total','132.96'),(108781,11941,'_line_tax','0'),(108782,11941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108783,11942,'_product_id','490'),(108784,11942,'_variation_id','0'),(108785,11942,'_qty','6'),(108786,11942,'_tax_class',''),(108787,11942,'_line_subtotal','117.6'),(108788,11942,'_line_subtotal_tax','0'),(108789,11942,'_line_total','117.6'),(108790,11942,'_line_tax','0'),(108791,11942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108792,11943,'method_id','free_shipping'),(108793,11943,'instance_id','2'),(108794,11943,'cost','0.00'),(108795,11943,'total_tax','0'),(108796,11943,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108797,11943,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6'),(108798,11944,'_product_id','41'),(108799,11944,'_variation_id','0'),(108800,11944,'_qty','2'),(108801,11944,'_tax_class',''),(108802,11944,'_line_subtotal','132.96'),(108803,11944,'_line_subtotal_tax','0'),(108804,11944,'_line_total','132.96'),(108805,11944,'_line_tax','0'),(108806,11944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108807,11945,'method_id','fedex'),(108808,11945,'instance_id','1'),(108809,11945,'cost','14.17'),(108810,11945,'total_tax','0'),(108811,11945,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108812,11945,'Package 1','14.75 × 11.75 × 1.5 (in) 4.86lbs × 1'),(108813,11946,'_product_id','49'),(108814,11946,'_variation_id','0'),(108815,11946,'_qty','3'),(108816,11946,'_tax_class',''),(108817,11946,'_line_subtotal','237.6'),(108818,11946,'_line_subtotal_tax','0'),(108819,11946,'_line_total','237.6'),(108820,11946,'_line_tax','0'),(108821,11946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108822,11947,'_product_id','39'),(108823,11947,'_variation_id','0'),(108824,11947,'_qty','3'),(108825,11947,'_tax_class',''),(108826,11947,'_line_subtotal','237.6'),(108827,11947,'_line_subtotal_tax','0'),(108828,11947,'_line_total','237.6'),(108829,11947,'_line_tax','0'),(108830,11947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108831,11948,'_product_id','41'),(108832,11948,'_variation_id','0'),(108833,11948,'_qty','1'),(108834,11948,'_tax_class',''),(108835,11948,'_line_subtotal','66.48'),(108836,11948,'_line_subtotal_tax','0'),(108837,11948,'_line_total','66.48'),(108838,11948,'_line_tax','0'),(108839,11948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108840,11949,'_product_id','2110'),(108841,11949,'_variation_id','0'),(108842,11949,'_qty','1'),(108843,11949,'_tax_class',''),(108844,11949,'_line_subtotal','71.4'),(108845,11949,'_line_subtotal_tax','0'),(108846,11949,'_line_total','71.4'),(108847,11949,'_line_tax','0'),(108848,11949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108849,11950,'_product_id','2113'),(108850,11950,'_variation_id','0'),(108851,11950,'_qty','1'),(108852,11950,'_tax_class',''),(108853,11950,'_line_subtotal','172'),(108854,11950,'_line_subtotal_tax','0'),(108855,11950,'_line_total','172'),(108856,11950,'_line_tax','0'),(108857,11950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108858,11951,'_product_id','42'),(108859,11951,'_variation_id','0'),(108860,11951,'_qty','1'),(108861,11951,'_tax_class',''),(108862,11951,'_line_subtotal','79.2'),(108863,11951,'_line_subtotal_tax','0'),(108864,11951,'_line_total','79.2'),(108865,11951,'_line_tax','0'),(108866,11951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108867,11952,'_product_id','2400'),(108868,11952,'_variation_id','0'),(108869,11952,'_qty','2'),(108870,11952,'_tax_class',''),(108871,11952,'_line_subtotal','372.6'),(108872,11952,'_line_subtotal_tax','0'),(108873,11952,'_line_total','372.6'),(108874,11952,'_line_tax','0'),(108875,11952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108876,11953,'_product_id','44'),(108877,11953,'_variation_id','0'),(108878,11953,'_qty','2'),(108879,11953,'_tax_class',''),(108880,11953,'_line_subtotal','232.32'),(108881,11953,'_line_subtotal_tax','0'),(108882,11953,'_line_total','232.32'),(108883,11953,'_line_tax','0'),(108884,11953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108885,11954,'_product_id','49'),(108886,11954,'_variation_id','0'),(108887,11954,'_qty','1'),(108888,11954,'_tax_class',''),(108889,11954,'_line_subtotal','79.2'),(108890,11954,'_line_subtotal_tax','0'),(108891,11954,'_line_total','79.2'),(108892,11954,'_line_tax','0'),(108893,11954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108894,11955,'_product_id','39'),(108895,11955,'_variation_id','0'),(108896,11955,'_qty','1'),(108897,11955,'_tax_class',''),(108898,11955,'_line_subtotal','79.2'),(108899,11955,'_line_subtotal_tax','0'),(108900,11955,'_line_total','79.2'),(108901,11955,'_line_tax','0'),(108902,11955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108903,11956,'_product_id','40'),(108904,11956,'_variation_id','0'),(108905,11956,'_qty','1'),(108906,11956,'_tax_class',''),(108907,11956,'_line_subtotal','79.2'),(108908,11956,'_line_subtotal_tax','0'),(108909,11956,'_line_total','79.2'),(108910,11956,'_line_tax','0'),(108911,11956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108912,11957,'method_id','free_shipping'),(108913,11957,'instance_id','2'),(108914,11957,'cost','0.00'),(108915,11957,'total_tax','0'),(108916,11957,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108917,11957,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Preventive Kit(Case of 6) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1'),(108918,11958,'_product_id','49'),(108919,11958,'_variation_id','0'),(108920,11958,'_qty','3'),(108921,11958,'_tax_class',''),(108922,11958,'_line_subtotal','237.6'),(108923,11958,'_line_subtotal_tax','0'),(108924,11958,'_line_total','237.6'),(108925,11958,'_line_tax','0'),(108926,11958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108927,11959,'method_id','fedex'),(108928,11959,'instance_id','1'),(108929,11959,'cost','30.84'),(108930,11959,'total_tax','0'),(108931,11959,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108932,11959,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(108933,11960,'_product_id','41'),(108934,11960,'_variation_id','0'),(108935,11960,'_qty','1'),(108936,11960,'_tax_class',''),(108937,11960,'_line_subtotal','66.48'),(108938,11960,'_line_subtotal_tax','0'),(108939,11960,'_line_total','66.48'),(108940,11960,'_line_tax','0'),(108941,11960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108942,11961,'_product_id','49'),(108943,11961,'_variation_id','0'),(108944,11961,'_qty','2'),(108945,11961,'_tax_class',''),(108946,11961,'_line_subtotal','158.4'),(108947,11961,'_line_subtotal_tax','0'),(108948,11961,'_line_total','158.4'),(108949,11961,'_line_tax','0'),(108950,11961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108951,11962,'_product_id','44'),(108952,11962,'_variation_id','0'),(108953,11962,'_qty','3'),(108954,11962,'_tax_class',''),(108955,11962,'_line_subtotal','348.48'),(108956,11962,'_line_subtotal_tax','0'),(108957,11962,'_line_total','348.48'),(108958,11962,'_line_tax','0'),(108959,11962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108960,11963,'_product_id','95'),(108961,11963,'_variation_id','0'),(108962,11963,'_qty','1'),(108963,11963,'_tax_class',''),(108964,11963,'_line_subtotal','0'),(108965,11963,'_line_subtotal_tax','0'),(108966,11963,'_line_total','0'),(108967,11963,'_line_tax','0'),(108968,11963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(108969,11964,'method_id','free_shipping'),(108970,11964,'instance_id','2'),(108971,11964,'cost','0.00'),(108972,11964,'total_tax','0'),(108973,11964,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(108974,11964,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 3, Bulk Active Rinse 50/50 &times; 1'),(108975,11946,'thwma_order_shipping_status','wc-pending'),(108976,11947,'thwma_order_shipping_status','wc-pending'),(108977,11948,'thwma_order_shipping_status','wc-pending'),(108978,11949,'thwma_order_shipping_status','wc-pending'),(108979,11950,'thwma_order_shipping_status','wc-pending'),(108980,11951,'thwma_order_shipping_status','wc-pending'),(108981,11952,'thwma_order_shipping_status','wc-pending'),(108982,11953,'thwma_order_shipping_status','wc-pending'),(108983,11954,'thwma_order_shipping_status','wc-pending'),(108984,11955,'thwma_order_shipping_status','wc-pending'),(108985,11956,'thwma_order_shipping_status','wc-pending'),(108986,11960,'thwma_order_shipping_status','wc-pending'),(108987,11961,'thwma_order_shipping_status','wc-pending'),(108988,11962,'thwma_order_shipping_status','wc-pending'),(108989,11963,'thwma_order_shipping_status','wc-pending'),(108990,11937,'thwma_order_shipping_status','wc-pending'),(108991,11938,'thwma_order_shipping_status','wc-pending'),(108992,11939,'thwma_order_shipping_status','wc-pending'),(108993,11940,'thwma_order_shipping_status','wc-pending'),(108994,11941,'thwma_order_shipping_status','wc-pending'),(108995,11942,'thwma_order_shipping_status','wc-pending'),(108996,11965,'_product_id','2110'),(108997,11965,'_variation_id','0'),(108998,11965,'_qty','2'),(108999,11965,'_tax_class',''),(109000,11965,'_line_subtotal','142.8'),(109001,11965,'_line_subtotal_tax','0'),(109002,11965,'_line_total','142.8'),(109003,11965,'_line_tax','0'),(109004,11965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109005,11966,'_product_id','41'),(109006,11966,'_variation_id','0'),(109007,11966,'_qty','3'),(109008,11966,'_tax_class',''),(109009,11966,'_line_subtotal','199.44'),(109010,11966,'_line_subtotal_tax','0'),(109011,11966,'_line_total','199.44'),(109012,11966,'_line_tax','0'),(109013,11966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109014,11967,'_product_id','42'),(109015,11967,'_variation_id','0'),(109016,11967,'_qty','1'),(109017,11967,'_tax_class',''),(109018,11967,'_line_subtotal','79.2'),(109019,11967,'_line_subtotal_tax','0'),(109020,11967,'_line_total','79.2'),(109021,11967,'_line_tax','0'),(109022,11967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109023,11968,'_product_id','45'),(109024,11968,'_variation_id','0'),(109025,11968,'_qty','1'),(109026,11968,'_tax_class',''),(109027,11968,'_line_subtotal','42.24'),(109028,11968,'_line_subtotal_tax','0'),(109029,11968,'_line_total','42.24'),(109030,11968,'_line_tax','0'),(109031,11968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109032,11969,'_product_id','39'),(109033,11969,'_variation_id','0'),(109034,11969,'_qty','1'),(109035,11969,'_tax_class',''),(109036,11969,'_line_subtotal','79.2'),(109037,11969,'_line_subtotal_tax','0'),(109038,11969,'_line_total','79.2'),(109039,11969,'_line_tax','0'),(109040,11969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109041,11970,'_product_id','40'),(109042,11970,'_variation_id','0'),(109043,11970,'_qty','1'),(109044,11970,'_tax_class',''),(109045,11970,'_line_subtotal','79.2'),(109046,11970,'_line_subtotal_tax','0'),(109047,11970,'_line_total','79.2'),(109048,11970,'_line_tax','0'),(109049,11970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109050,11971,'_product_id','120'),(109051,11971,'_variation_id','0'),(109052,11971,'_qty','1'),(109053,11971,'_tax_class',''),(109054,11971,'_line_subtotal','52.8'),(109055,11971,'_line_subtotal_tax','0'),(109056,11971,'_line_total','52.8'),(109057,11971,'_line_tax','0'),(109058,11971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109059,11972,'_product_id','43'),(109060,11972,'_variation_id','0'),(109061,11972,'_qty','1'),(109062,11972,'_tax_class',''),(109063,11972,'_line_subtotal','79.2'),(109064,11972,'_line_subtotal_tax','0'),(109065,11972,'_line_total','79.2'),(109066,11972,'_line_tax','0'),(109067,11972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109068,11973,'_product_id','49'),(109069,11973,'_variation_id','0'),(109070,11973,'_qty','1'),(109071,11973,'_tax_class',''),(109072,11973,'_line_subtotal','79.2'),(109073,11973,'_line_subtotal_tax','0'),(109074,11973,'_line_total','79.2'),(109075,11973,'_line_tax','0'),(109076,11973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109077,11974,'_product_id','490'),(109078,11974,'_variation_id','0'),(109079,11974,'_qty','10'),(109080,11974,'_tax_class',''),(109081,11974,'_line_subtotal','196'),(109082,11974,'_line_subtotal_tax','0'),(109083,11974,'_line_total','196'),(109084,11974,'_line_tax','0'),(109085,11974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109086,11975,'_product_id','488'),(109087,11975,'_variation_id','0'),(109088,11975,'_qty','1'),(109089,11975,'_tax_class',''),(109090,11975,'_line_subtotal','31.35'),(109091,11975,'_line_subtotal_tax','0'),(109092,11975,'_line_total','31.35'),(109093,11975,'_line_tax','0'),(109094,11975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109095,11976,'_product_id','487'),(109096,11976,'_variation_id','0'),(109097,11976,'_qty','1'),(109098,11976,'_tax_class',''),(109099,11976,'_line_subtotal','31.35'),(109100,11976,'_line_subtotal_tax','0'),(109101,11976,'_line_total','31.35'),(109102,11976,'_line_tax','0'),(109103,11976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109104,11977,'_product_id','133'),(109105,11977,'_variation_id','0'),(109106,11977,'_qty','5'),(109107,11977,'_tax_class',''),(109108,11977,'_line_subtotal','71.5'),(109109,11977,'_line_subtotal_tax','0'),(109110,11977,'_line_total','71.5'),(109111,11977,'_line_tax','0'),(109112,11977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109113,11978,'_product_id','318'),(109114,11978,'_variation_id','0'),(109115,11978,'_qty','5'),(109116,11978,'_tax_class',''),(109117,11978,'_line_subtotal','15'),(109118,11978,'_line_subtotal_tax','0'),(109119,11978,'_line_total','15'),(109120,11978,'_line_tax','0'),(109121,11978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109122,11979,'method_id','free_shipping'),(109123,11979,'instance_id','2'),(109124,11979,'cost','0.00'),(109125,11979,'total_tax','0'),(109126,11979,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109127,11979,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 3, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Disposable Head Bands &times; 5, Goomee 4 Pack &times; 5'),(109128,11980,'_product_id','99'),(109129,11980,'_variation_id','0'),(109130,11980,'_qty','2'),(109131,11980,'_tax_class',''),(109132,11980,'_line_subtotal','0'),(109133,11980,'_line_subtotal_tax','0'),(109134,11980,'_line_total','0'),(109135,11980,'_line_tax','0'),(109136,11980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109137,11981,'_product_id','93'),(109138,11981,'_variation_id','0'),(109139,11981,'_qty','4'),(109140,11981,'_tax_class',''),(109141,11981,'_line_subtotal','0'),(109142,11981,'_line_subtotal_tax','0'),(109143,11981,'_line_total','0'),(109144,11981,'_line_tax','0'),(109145,11981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109146,11982,'method_id','fedex'),(109147,11982,'instance_id','1'),(109148,11982,'cost','15.18'),(109149,11982,'total_tax','0'),(109150,11982,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109151,11982,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(109152,11983,'_product_id','38'),(109153,11983,'_variation_id','0'),(109154,11983,'_qty','6'),(109155,11983,'_tax_class',''),(109156,11983,'_line_subtotal','994.56'),(109157,11983,'_line_subtotal_tax','0'),(109158,11983,'_line_total','994.56'),(109159,11983,'_line_tax','0'),(109160,11983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109161,11984,'_product_id','2110'),(109162,11984,'_variation_id','0'),(109163,11984,'_qty','6'),(109164,11984,'_tax_class',''),(109165,11984,'_line_subtotal','428.4'),(109166,11984,'_line_subtotal_tax','0'),(109167,11984,'_line_total','428.4'),(109168,11984,'_line_tax','0'),(109169,11984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109170,11985,'_product_id','41'),(109171,11985,'_variation_id','0'),(109172,11985,'_qty','6'),(109173,11985,'_tax_class',''),(109174,11985,'_line_subtotal','398.88'),(109175,11985,'_line_subtotal_tax','0'),(109176,11985,'_line_total','398.88'),(109177,11985,'_line_tax','0'),(109178,11985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109179,11986,'_product_id','45'),(109180,11986,'_variation_id','0'),(109181,11986,'_qty','3'),(109182,11986,'_tax_class',''),(109183,11986,'_line_subtotal','126.72'),(109184,11986,'_line_subtotal_tax','0'),(109185,11986,'_line_total','126.72'),(109186,11986,'_line_tax','0'),(109187,11986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109188,11987,'_product_id','51'),(109189,11987,'_variation_id','0'),(109190,11987,'_qty','2'),(109191,11987,'_tax_class',''),(109192,11987,'_line_subtotal','295.68'),(109193,11987,'_line_subtotal_tax','0'),(109194,11987,'_line_total','295.68'),(109195,11987,'_line_tax','0'),(109196,11987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109197,11988,'_product_id','43'),(109198,11988,'_variation_id','0'),(109199,11988,'_qty','4'),(109200,11988,'_tax_class',''),(109201,11988,'_line_subtotal','316.8'),(109202,11988,'_line_subtotal_tax','0'),(109203,11988,'_line_total','316.8'),(109204,11988,'_line_tax','0'),(109205,11988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109206,11989,'_product_id','49'),(109207,11989,'_variation_id','0'),(109208,11989,'_qty','4'),(109209,11989,'_tax_class',''),(109210,11989,'_line_subtotal','316.8'),(109211,11989,'_line_subtotal_tax','0'),(109212,11989,'_line_total','316.8'),(109213,11989,'_line_tax','0'),(109214,11989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109215,11990,'_product_id','488'),(109216,11990,'_variation_id','0'),(109217,11990,'_qty','2'),(109218,11990,'_tax_class',''),(109219,11990,'_line_subtotal','62.7'),(109220,11990,'_line_subtotal_tax','0'),(109221,11990,'_line_total','62.7'),(109222,11990,'_line_tax','0'),(109223,11990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109224,11991,'_product_id','131'),(109225,11991,'_variation_id','0'),(109226,11991,'_qty','5'),(109227,11991,'_tax_class',''),(109228,11991,'_line_subtotal','63.25'),(109229,11991,'_line_subtotal_tax','0'),(109230,11991,'_line_total','63.25'),(109231,11991,'_line_tax','0'),(109232,11991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109233,11992,'_product_id','44'),(109234,11992,'_variation_id','0'),(109235,11992,'_qty','3'),(109236,11992,'_tax_class',''),(109237,11992,'_line_subtotal','348.48'),(109238,11992,'_line_subtotal_tax','0'),(109239,11992,'_line_total','348.48'),(109240,11992,'_line_tax','0'),(109241,11992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109242,11993,'method_id','free_shipping'),(109243,11993,'instance_id','2'),(109244,11993,'cost','0.00'),(109245,11993,'total_tax','0'),(109246,11993,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109247,11993,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 6, Active Rinse 8oz 100%(Case of 12) &times; 6, Professional Lice Comb(Case of 12) &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Urgent Care Kit(Case of 6) &times; 2, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Capes &times; 5, Preventive Kit(Case of 6) &times; 3'),(109248,11994,'_product_id','2110'),(109249,11994,'_variation_id','0'),(109250,11994,'_qty','4'),(109251,11994,'_tax_class',''),(109252,11994,'_line_subtotal','285.6'),(109253,11994,'_line_subtotal_tax','0'),(109254,11994,'_line_total','285.6'),(109255,11994,'_line_tax','0'),(109256,11994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109257,11995,'_product_id','2113'),(109258,11995,'_variation_id','0'),(109259,11995,'_qty','3'),(109260,11995,'_tax_class',''),(109261,11995,'_line_subtotal','516'),(109262,11995,'_line_subtotal_tax','0'),(109263,11995,'_line_total','516'),(109264,11995,'_line_tax','0'),(109265,11995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109266,11996,'_product_id','41'),(109267,11996,'_variation_id','0'),(109268,11996,'_qty','7'),(109269,11996,'_tax_class',''),(109270,11996,'_line_subtotal','465.36'),(109271,11996,'_line_subtotal_tax','0'),(109272,11996,'_line_total','465.36'),(109273,11996,'_line_tax','0'),(109274,11996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109275,11997,'_product_id','2408'),(109276,11997,'_variation_id','0'),(109277,11997,'_qty','4'),(109278,11997,'_tax_class',''),(109279,11997,'_line_subtotal','597.36'),(109280,11997,'_line_subtotal_tax','0'),(109281,11997,'_line_total','597.36'),(109282,11997,'_line_tax','0'),(109283,11997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109284,11998,'_product_id','43'),(109285,11998,'_variation_id','0'),(109286,11998,'_qty','3'),(109287,11998,'_tax_class',''),(109288,11998,'_line_subtotal','237.6'),(109289,11998,'_line_subtotal_tax','0'),(109290,11998,'_line_total','237.6'),(109291,11998,'_line_tax','0'),(109292,11998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109293,11999,'_product_id','487'),(109294,11999,'_variation_id','0'),(109295,11999,'_qty','5'),(109296,11999,'_tax_class',''),(109297,11999,'_line_subtotal','156.75'),(109298,11999,'_line_subtotal_tax','0'),(109299,11999,'_line_total','156.75'),(109300,11999,'_line_tax','0'),(109301,11999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109302,12000,'_product_id','490'),(109303,12000,'_variation_id','0'),(109304,12000,'_qty','30'),(109305,12000,'_tax_class',''),(109306,12000,'_line_subtotal','588'),(109307,12000,'_line_subtotal_tax','0'),(109308,12000,'_line_total','588'),(109309,12000,'_line_tax','0'),(109310,12000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109311,12001,'_product_id','2400'),(109312,12001,'_variation_id','0'),(109313,12001,'_qty','2'),(109314,12001,'_tax_class',''),(109315,12001,'_line_subtotal','372.6'),(109316,12001,'_line_subtotal_tax','0'),(109317,12001,'_line_total','372.6'),(109318,12001,'_line_tax','0'),(109319,12001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109320,12002,'_product_id','44'),(109321,12002,'_variation_id','0'),(109322,12002,'_qty','2'),(109323,12002,'_tax_class',''),(109324,12002,'_line_subtotal','232.32'),(109325,12002,'_line_subtotal_tax','0'),(109326,12002,'_line_total','232.32'),(109327,12002,'_line_tax','0'),(109328,12002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109329,12003,'method_id','free_shipping'),(109330,12003,'instance_id','2'),(109331,12003,'cost','0.00'),(109332,12003,'total_tax','0'),(109333,12003,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109334,12003,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 7, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 4, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Mousse 1 Gallon RM &times; 5, Bulk Active Rinse 100% RM &times; 30, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Preventive Kit(Case of 6) &times; 2'),(109335,11809,'thwma_order_shipping_status','wc-pending'),(109336,11810,'thwma_order_shipping_status','wc-pending'),(109337,11811,'thwma_order_shipping_status','wc-pending'),(109338,11983,'thwma_order_shipping_status','wc-pending'),(109339,11984,'thwma_order_shipping_status','wc-pending'),(109340,11985,'thwma_order_shipping_status','wc-pending'),(109341,11986,'thwma_order_shipping_status','wc-pending'),(109342,11987,'thwma_order_shipping_status','wc-pending'),(109343,11988,'thwma_order_shipping_status','wc-pending'),(109344,11989,'thwma_order_shipping_status','wc-pending'),(109345,11990,'thwma_order_shipping_status','wc-pending'),(109346,11991,'thwma_order_shipping_status','wc-pending'),(109347,11992,'thwma_order_shipping_status','wc-pending'),(109348,11965,'thwma_order_shipping_status','wc-pending'),(109349,11966,'thwma_order_shipping_status','wc-pending'),(109350,11967,'thwma_order_shipping_status','wc-pending'),(109351,11968,'thwma_order_shipping_status','wc-pending'),(109352,11969,'thwma_order_shipping_status','wc-pending'),(109353,11970,'thwma_order_shipping_status','wc-pending'),(109354,11971,'thwma_order_shipping_status','wc-pending'),(109355,11972,'thwma_order_shipping_status','wc-pending'),(109356,11973,'thwma_order_shipping_status','wc-pending'),(109357,11974,'thwma_order_shipping_status','wc-pending'),(109358,11975,'thwma_order_shipping_status','wc-pending'),(109359,11976,'thwma_order_shipping_status','wc-pending'),(109360,11977,'thwma_order_shipping_status','wc-pending'),(109361,11978,'thwma_order_shipping_status','wc-pending'),(109362,12004,'_product_id','41'),(109363,12004,'_variation_id','0'),(109364,12004,'_qty','2'),(109365,12004,'_tax_class',''),(109366,12004,'_line_subtotal','132.96'),(109367,12004,'_line_subtotal_tax','0'),(109368,12004,'_line_total','132.96'),(109369,12004,'_line_tax','0'),(109370,12004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109371,12005,'_product_id','49'),(109372,12005,'_variation_id','0'),(109373,12005,'_qty','2'),(109374,12005,'_tax_class',''),(109375,12005,'_line_subtotal','158.4'),(109376,12005,'_line_subtotal_tax','0'),(109377,12005,'_line_total','158.4'),(109378,12005,'_line_tax','0'),(109379,12005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109380,12006,'_product_id','489'),(109381,12006,'_variation_id','0'),(109382,12006,'_qty','10'),(109383,12006,'_tax_class',''),(109384,12006,'_line_subtotal','190.4'),(109385,12006,'_line_subtotal_tax','0'),(109386,12006,'_line_total','190.4'),(109387,12006,'_line_tax','0'),(109388,12006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109389,12007,'_product_id','487'),(109390,12007,'_variation_id','0'),(109391,12007,'_qty','2'),(109392,12007,'_tax_class',''),(109393,12007,'_line_subtotal','62.7'),(109394,12007,'_line_subtotal_tax','0'),(109395,12007,'_line_total','62.7'),(109396,12007,'_line_tax','0'),(109397,12007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109398,12008,'method_id','fedex'),(109399,12008,'instance_id','1'),(109400,12008,'cost','47.80'),(109401,12008,'total_tax','0'),(109402,12008,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109403,12008,'Package 1','17 × 14 × 10 (in) 41.4lbs × 1'),(109404,12008,'Package 2','17 × 14 × 10 (in) 18.2lbs × 1'),(109405,12009,'_product_id','41'),(109406,12009,'_variation_id','0'),(109407,12009,'_qty','4'),(109408,12009,'_tax_class',''),(109409,12009,'_line_subtotal','265.92'),(109410,12009,'_line_subtotal_tax','0'),(109411,12009,'_line_total','265.92'),(109412,12009,'_line_tax','0'),(109413,12009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109414,12010,'_product_id','148'),(109415,12010,'_variation_id','0'),(109416,12010,'_qty','10'),(109417,12010,'_tax_class',''),(109418,12010,'_line_subtotal','82.5'),(109419,12010,'_line_subtotal_tax','0'),(109420,12010,'_line_total','82.5'),(109421,12010,'_line_tax','0'),(109422,12010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109423,12011,'method_id','fedex'),(109424,12011,'instance_id','1'),(109425,12011,'cost','17.53'),(109426,12011,'total_tax','0'),(109427,12011,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109428,12011,'Package 1','17 × 14 × 10 (in) 12.6lbs × 1'),(109429,12012,'_product_id','23'),(109430,12012,'_variation_id','0'),(109431,12012,'_qty','5'),(109432,12012,'_tax_class',''),(109433,12012,'_line_subtotal','342.7'),(109434,12012,'_line_subtotal_tax','0'),(109435,12012,'_line_total','342.7'),(109436,12012,'_line_tax','0'),(109437,12012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109438,12013,'_product_id','43'),(109439,12013,'_variation_id','0'),(109440,12013,'_qty','1'),(109441,12013,'_tax_class',''),(109442,12013,'_line_subtotal','79.2'),(109443,12013,'_line_subtotal_tax','0'),(109444,12013,'_line_total','79.2'),(109445,12013,'_line_tax','0'),(109446,12013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109447,12014,'_product_id','490'),(109448,12014,'_variation_id','0'),(109449,12014,'_qty','6'),(109450,12014,'_tax_class',''),(109451,12014,'_line_subtotal','117.6'),(109452,12014,'_line_subtotal_tax','0'),(109453,12014,'_line_total','117.6'),(109454,12014,'_line_tax','0'),(109455,12014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109456,12015,'method_id','free_shipping'),(109457,12015,'instance_id','2'),(109458,12015,'cost','0.00'),(109459,12015,'total_tax','0'),(109460,12015,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109461,12015,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6'),(109462,12016,'_product_id','2110'),(109463,12016,'_variation_id','0'),(109464,12016,'_qty','5'),(109465,12016,'_tax_class',''),(109466,12016,'_line_subtotal','357'),(109467,12016,'_line_subtotal_tax','0'),(109468,12016,'_line_total','357'),(109469,12016,'_line_tax','0'),(109470,12016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109471,12017,'_product_id','2110'),(109472,12017,'_variation_id','0'),(109473,12017,'_qty','1'),(109474,12017,'_tax_class',''),(109475,12017,'_line_subtotal','71.4'),(109476,12017,'_line_subtotal_tax','0'),(109477,12017,'_line_total','71.4'),(109478,12017,'_line_tax','0'),(109479,12017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109480,12018,'_product_id','49'),(109481,12018,'_variation_id','0'),(109482,12018,'_qty','2'),(109483,12018,'_tax_class',''),(109484,12018,'_line_subtotal','158.4'),(109485,12018,'_line_subtotal_tax','0'),(109486,12018,'_line_total','158.4'),(109487,12018,'_line_tax','0'),(109488,12018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109489,12019,'method_id','free_shipping'),(109490,12019,'instance_id','2'),(109491,12019,'cost','0.00'),(109492,12019,'total_tax','0'),(109493,12019,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109494,12019,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(109495,12020,'_product_id','2113'),(109496,12020,'_variation_id','0'),(109497,12020,'_qty','1'),(109498,12020,'_tax_class',''),(109499,12020,'_line_subtotal','172'),(109500,12020,'_line_subtotal_tax','0'),(109501,12020,'_line_total','172'),(109502,12020,'_line_tax','0'),(109503,12020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109504,12021,'_product_id','41'),(109505,12021,'_variation_id','0'),(109506,12021,'_qty','1'),(109507,12021,'_tax_class',''),(109508,12021,'_line_subtotal','66.48'),(109509,12021,'_line_subtotal_tax','0'),(109510,12021,'_line_total','66.48'),(109511,12021,'_line_tax','0'),(109512,12021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109513,12022,'_product_id','2408'),(109514,12022,'_variation_id','0'),(109515,12022,'_qty','1'),(109516,12022,'_tax_class',''),(109517,12022,'_line_subtotal','149.34'),(109518,12022,'_line_subtotal_tax','0'),(109519,12022,'_line_total','149.34'),(109520,12022,'_line_tax','0'),(109521,12022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109522,12023,'_product_id','488'),(109523,12023,'_variation_id','0'),(109524,12023,'_qty','1'),(109525,12023,'_tax_class',''),(109526,12023,'_line_subtotal','31.35'),(109527,12023,'_line_subtotal_tax','0'),(109528,12023,'_line_total','31.35'),(109529,12023,'_line_tax','0'),(109530,12023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109531,12024,'_product_id','487'),(109532,12024,'_variation_id','0'),(109533,12024,'_qty','1'),(109534,12024,'_tax_class',''),(109535,12024,'_line_subtotal','31.35'),(109536,12024,'_line_subtotal_tax','0'),(109537,12024,'_line_total','31.35'),(109538,12024,'_line_tax','0'),(109539,12024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109540,12025,'_product_id','490'),(109541,12025,'_variation_id','0'),(109542,12025,'_qty','10'),(109543,12025,'_tax_class',''),(109544,12025,'_line_subtotal','196'),(109545,12025,'_line_subtotal_tax','0'),(109546,12025,'_line_total','196'),(109547,12025,'_line_tax','0'),(109548,12025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109549,12026,'_product_id','103'),(109550,12026,'_variation_id','0'),(109551,12026,'_qty','1'),(109552,12026,'_tax_class',''),(109553,12026,'_line_subtotal','8.4'),(109554,12026,'_line_subtotal_tax','0'),(109555,12026,'_line_total','8.4'),(109556,12026,'_line_tax','0'),(109557,12026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109558,12027,'_product_id','45'),(109559,12027,'_variation_id','0'),(109560,12027,'_qty','4'),(109561,12027,'_tax_class',''),(109562,12027,'_line_subtotal','168.96'),(109563,12027,'_line_subtotal_tax','0'),(109564,12027,'_line_total','168.96'),(109565,12027,'_line_tax','0'),(109566,12027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109567,12028,'_product_id','2113'),(109568,12028,'_variation_id','0'),(109569,12028,'_qty','2'),(109570,12028,'_tax_class',''),(109571,12028,'_line_subtotal','344'),(109572,12028,'_line_subtotal_tax','0'),(109573,12028,'_line_total','344'),(109574,12028,'_line_tax','0'),(109575,12028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109576,12029,'method_id','fedex'),(109577,12029,'instance_id','1'),(109578,12029,'cost','163.22'),(109579,12029,'total_tax','0'),(109580,12029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109581,12029,'Package 1','17 × 14 × 10 (in) 37.95lbs × 1'),(109582,12029,'Package 2','17 × 14 × 10 (in) 40.7lbs × 1'),(109583,12029,'Package 3','14 × 14 × 14 (in) 23.8lbs × 1'),(109584,12029,'Package 4','14 × 14 × 14 (in) 19.5lbs × 1'),(109585,12029,'Package 5','14 × 14 × 14 (in) 19.5lbs × 1'),(109586,12030,'_product_id','41'),(109587,12030,'_variation_id','0'),(109588,12030,'_qty','1'),(109589,12030,'_tax_class',''),(109590,12030,'_line_subtotal','66.48'),(109591,12030,'_line_subtotal_tax','0'),(109592,12030,'_line_total','66.48'),(109593,12030,'_line_tax','0'),(109594,12030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109595,12031,'_product_id','490'),(109596,12031,'_variation_id','0'),(109597,12031,'_qty','5'),(109598,12031,'_tax_class',''),(109599,12031,'_line_subtotal','98'),(109600,12031,'_line_subtotal_tax','0'),(109601,12031,'_line_total','98'),(109602,12031,'_line_tax','0'),(109603,12031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109604,12032,'_product_id','488'),(109605,12032,'_variation_id','0'),(109606,12032,'_qty','2'),(109607,12032,'_tax_class',''),(109608,12032,'_line_subtotal','62.7'),(109609,12032,'_line_subtotal_tax','0'),(109610,12032,'_line_total','62.7'),(109611,12032,'_line_tax','0'),(109612,12032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109613,12033,'method_id','fedex'),(109614,12033,'instance_id','1'),(109615,12033,'cost','22.84'),(109616,12033,'total_tax','0'),(109617,12033,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109618,12033,'Package 1','17 × 14 × 10 (in) 29.85lbs × 1'),(109619,11994,'thwma_order_shipping_status','wc-pending'),(109620,11995,'thwma_order_shipping_status','wc-pending'),(109621,11996,'thwma_order_shipping_status','wc-pending'),(109622,11997,'thwma_order_shipping_status','wc-pending'),(109623,11998,'thwma_order_shipping_status','wc-pending'),(109624,11999,'thwma_order_shipping_status','wc-pending'),(109625,12000,'thwma_order_shipping_status','wc-pending'),(109626,12001,'thwma_order_shipping_status','wc-pending'),(109627,12002,'thwma_order_shipping_status','wc-pending'),(109628,12004,'thwma_order_shipping_status','wc-pending'),(109629,12005,'thwma_order_shipping_status','wc-pending'),(109630,12006,'thwma_order_shipping_status','wc-pending'),(109631,12007,'thwma_order_shipping_status','wc-pending'),(109665,12038,'_product_id','490'),(109666,12038,'_variation_id','0'),(109667,12038,'_qty','10'),(109668,12038,'_tax_class',''),(109669,12038,'_line_subtotal','196'),(109670,12038,'_line_subtotal_tax','0'),(109671,12038,'_line_total','196'),(109672,12038,'_line_tax','0'),(109673,12038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109674,12039,'_product_id','116'),(109675,12039,'_variation_id','0'),(109676,12039,'_qty','1'),(109677,12039,'_tax_class',''),(109678,12039,'_line_subtotal','145.44'),(109679,12039,'_line_subtotal_tax','0'),(109680,12039,'_line_total','145.44'),(109681,12039,'_line_tax','0'),(109682,12039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109683,12040,'_product_id','120'),(109684,12040,'_variation_id','0'),(109685,12040,'_qty','1'),(109686,12040,'_tax_class',''),(109687,12040,'_line_subtotal','52.8'),(109688,12040,'_line_subtotal_tax','0'),(109689,12040,'_line_total','52.8'),(109690,12040,'_line_tax','0'),(109691,12040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109692,12041,'_product_id','49'),(109693,12041,'_variation_id','0'),(109694,12041,'_qty','2'),(109695,12041,'_tax_class',''),(109696,12041,'_line_subtotal','158.4'),(109697,12041,'_line_subtotal_tax','0'),(109698,12041,'_line_total','158.4'),(109699,12041,'_line_tax','0'),(109700,12041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109701,12042,'method_id','free_shipping'),(109702,12042,'instance_id','2'),(109703,12042,'cost','0.00'),(109704,12042,'total_tax','0'),(109705,12042,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109706,12042,'Items','Bulk Active Rinse 100% RM &times; 10, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(109707,12016,'thwma_order_shipping_status','wc-pending'),(109708,12017,'thwma_order_shipping_status','wc-pending'),(109709,12018,'thwma_order_shipping_status','wc-pending'),(109710,12012,'thwma_order_shipping_status','wc-pending'),(109711,12013,'thwma_order_shipping_status','wc-pending'),(109712,12014,'thwma_order_shipping_status','wc-pending'),(109713,11980,'thwma_order_shipping_status','wc-pending'),(109714,11981,'thwma_order_shipping_status','wc-pending'),(109715,12009,'thwma_order_shipping_status','wc-pending'),(109716,12010,'thwma_order_shipping_status','wc-pending'),(109750,12047,'_product_id','490'),(109751,12047,'_variation_id','0'),(109752,12047,'_qty','6'),(109753,12047,'_tax_class',''),(109754,12047,'_line_subtotal','117.6'),(109755,12047,'_line_subtotal_tax','0'),(109756,12047,'_line_total','117.6'),(109757,12047,'_line_tax','0'),(109758,12047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109759,12048,'method_id','fedex'),(109760,12048,'instance_id','1'),(109761,12048,'cost','18.08'),(109762,12048,'total_tax','0'),(109763,12048,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109764,12048,'Package 1','11.25 × 8.75 × 7.75 (in) 13.49lbs × 1'),(109765,12049,'_product_id','43'),(109766,12049,'_variation_id','0'),(109767,12049,'_qty','1'),(109768,12049,'_tax_class',''),(109769,12049,'_line_subtotal','79.2'),(109770,12049,'_line_subtotal_tax','0'),(109771,12049,'_line_total','79.2'),(109772,12049,'_line_tax','0'),(109773,12049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109774,12050,'_product_id','120'),(109775,12050,'_variation_id','0'),(109776,12050,'_qty','1'),(109777,12050,'_tax_class',''),(109778,12050,'_line_subtotal','52.8'),(109779,12050,'_line_subtotal_tax','0'),(109780,12050,'_line_total','52.8'),(109781,12050,'_line_tax','0'),(109782,12050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109783,12051,'_product_id','49'),(109784,12051,'_variation_id','0'),(109785,12051,'_qty','1'),(109786,12051,'_tax_class',''),(109787,12051,'_line_subtotal','79.2'),(109788,12051,'_line_subtotal_tax','0'),(109789,12051,'_line_total','79.2'),(109790,12051,'_line_tax','0'),(109791,12051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109792,12052,'_product_id','45'),(109793,12052,'_variation_id','0'),(109794,12052,'_qty','2'),(109795,12052,'_tax_class',''),(109796,12052,'_line_subtotal','84.48'),(109797,12052,'_line_subtotal_tax','0'),(109798,12052,'_line_total','84.48'),(109799,12052,'_line_tax','0'),(109800,12052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109801,12053,'_product_id','490'),(109802,12053,'_variation_id','0'),(109803,12053,'_qty','10'),(109804,12053,'_tax_class',''),(109805,12053,'_line_subtotal','196'),(109806,12053,'_line_subtotal_tax','0'),(109807,12053,'_line_total','196'),(109808,12053,'_line_tax','0'),(109809,12053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109810,12054,'_product_id','488'),(109811,12054,'_variation_id','0'),(109812,12054,'_qty','1'),(109813,12054,'_tax_class',''),(109814,12054,'_line_subtotal','31.35'),(109815,12054,'_line_subtotal_tax','0'),(109816,12054,'_line_total','31.35'),(109817,12054,'_line_tax','0'),(109818,12054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109819,12055,'_product_id','487'),(109820,12055,'_variation_id','0'),(109821,12055,'_qty','1'),(109822,12055,'_tax_class',''),(109823,12055,'_line_subtotal','31.35'),(109824,12055,'_line_subtotal_tax','0'),(109825,12055,'_line_total','31.35'),(109826,12055,'_line_tax','0'),(109827,12055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109828,12056,'method_id','free_shipping'),(109829,12056,'instance_id','2'),(109830,12056,'cost','0.00'),(109831,12056,'total_tax','0'),(109832,12056,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109833,12056,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(109834,12038,'thwma_order_shipping_status','wc-pending'),(109835,12039,'thwma_order_shipping_status','wc-pending'),(109836,12040,'thwma_order_shipping_status','wc-pending'),(109837,12041,'thwma_order_shipping_status','wc-pending'),(109838,12030,'thwma_order_shipping_status','wc-pending'),(109839,12031,'thwma_order_shipping_status','wc-pending'),(109840,12032,'thwma_order_shipping_status','wc-pending'),(109841,12020,'thwma_order_shipping_status','wc-pending'),(109842,12021,'thwma_order_shipping_status','wc-pending'),(109843,12022,'thwma_order_shipping_status','wc-pending'),(109844,12023,'thwma_order_shipping_status','wc-pending'),(109845,12024,'thwma_order_shipping_status','wc-pending'),(109846,12025,'thwma_order_shipping_status','wc-pending'),(109847,12026,'thwma_order_shipping_status','wc-pending'),(109848,12027,'thwma_order_shipping_status','wc-pending'),(109849,12028,'thwma_order_shipping_status','wc-pending'),(109850,12057,'_product_id','44'),(109851,12057,'_variation_id','0'),(109852,12057,'_qty','1'),(109853,12057,'_tax_class',''),(109854,12057,'_line_subtotal','116.16'),(109855,12057,'_line_subtotal_tax','0'),(109856,12057,'_line_total','116.16'),(109857,12057,'_line_tax','0'),(109858,12057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109859,12058,'_product_id','490'),(109860,12058,'_variation_id','0'),(109861,12058,'_qty','5'),(109862,12058,'_tax_class',''),(109863,12058,'_line_subtotal','98'),(109864,12058,'_line_subtotal_tax','0'),(109865,12058,'_line_total','98'),(109866,12058,'_line_tax','0'),(109867,12058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109868,12059,'_product_id','43'),(109869,12059,'_variation_id','0'),(109870,12059,'_qty','1'),(109871,12059,'_tax_class',''),(109872,12059,'_line_subtotal','79.2'),(109873,12059,'_line_subtotal_tax','0'),(109874,12059,'_line_total','79.2'),(109875,12059,'_line_tax','0'),(109876,12059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109877,12060,'method_id','fedex'),(109878,12060,'instance_id','1'),(109879,12060,'cost','22.06'),(109880,12060,'total_tax','0'),(109881,12060,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109882,12060,'Package 1','17 × 14 × 10 (in) 31.1lbs × 1'),(109883,12061,'_product_id','2110'),(109884,12061,'_variation_id','0'),(109885,12061,'_qty','5'),(109886,12061,'_tax_class',''),(109887,12061,'_line_subtotal','357'),(109888,12061,'_line_subtotal_tax','0'),(109889,12061,'_line_total','357'),(109890,12061,'_line_tax','0'),(109891,12061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109892,12062,'_product_id','490'),(109893,12062,'_variation_id','0'),(109894,12062,'_qty','10'),(109895,12062,'_tax_class',''),(109896,12062,'_line_subtotal','196'),(109897,12062,'_line_subtotal_tax','0'),(109898,12062,'_line_total','196'),(109899,12062,'_line_tax','0'),(109900,12062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109901,12063,'method_id','free_shipping'),(109902,12063,'instance_id','2'),(109903,12063,'cost','0.00'),(109904,12063,'total_tax','0'),(109905,12063,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109906,12063,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Bulk Active Rinse 100% RM &times; 10'),(109907,12064,'_product_id','490'),(109908,12064,'_variation_id','0'),(109909,12064,'_qty','10'),(109910,12064,'_tax_class',''),(109911,12064,'_line_subtotal','196'),(109912,12064,'_line_subtotal_tax','0'),(109913,12064,'_line_total','196'),(109914,12064,'_line_tax','0'),(109915,12064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109916,12065,'method_id','fedex'),(109917,12065,'instance_id','1'),(109918,12065,'cost','19.41'),(109919,12065,'total_tax','0'),(109920,12065,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109921,12065,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(109929,12049,'thwma_order_shipping_status','wc-pending'),(109930,12050,'thwma_order_shipping_status','wc-pending'),(109931,12051,'thwma_order_shipping_status','wc-pending'),(109932,12052,'thwma_order_shipping_status','wc-pending'),(109933,12053,'thwma_order_shipping_status','wc-pending'),(109934,12054,'thwma_order_shipping_status','wc-pending'),(109935,12055,'thwma_order_shipping_status','wc-pending'),(109936,12066,'_product_id','2113'),(109937,12066,'_variation_id','0'),(109938,12066,'_qty','1'),(109939,12066,'_tax_class',''),(109940,12066,'_line_subtotal','172'),(109941,12066,'_line_subtotal_tax','0'),(109942,12066,'_line_total','172'),(109943,12066,'_line_tax','0'),(109944,12066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109945,12067,'_product_id','41'),(109946,12067,'_variation_id','0'),(109947,12067,'_qty','1'),(109948,12067,'_tax_class',''),(109949,12067,'_line_subtotal','66.48'),(109950,12067,'_line_subtotal_tax','0'),(109951,12067,'_line_total','66.48'),(109952,12067,'_line_tax','0'),(109953,12067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109954,12068,'_product_id','39'),(109955,12068,'_variation_id','0'),(109956,12068,'_qty','1'),(109957,12068,'_tax_class',''),(109958,12068,'_line_subtotal','79.2'),(109959,12068,'_line_subtotal_tax','0'),(109960,12068,'_line_total','79.2'),(109961,12068,'_line_tax','0'),(109962,12068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109963,12069,'_product_id','44'),(109964,12069,'_variation_id','0'),(109965,12069,'_qty','2'),(109966,12069,'_tax_class',''),(109967,12069,'_line_subtotal','232.32'),(109968,12069,'_line_subtotal_tax','0'),(109969,12069,'_line_total','232.32'),(109970,12069,'_line_tax','0'),(109971,12069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109972,12070,'_product_id','490'),(109973,12070,'_variation_id','0'),(109974,12070,'_qty','5'),(109975,12070,'_tax_class',''),(109976,12070,'_line_subtotal','98'),(109977,12070,'_line_subtotal_tax','0'),(109978,12070,'_line_total','98'),(109979,12070,'_line_tax','0'),(109980,12070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109981,12071,'_product_id','487'),(109982,12071,'_variation_id','0'),(109983,12071,'_qty','1'),(109984,12071,'_tax_class',''),(109985,12071,'_line_subtotal','31.35'),(109986,12071,'_line_subtotal_tax','0'),(109987,12071,'_line_total','31.35'),(109988,12071,'_line_tax','0'),(109989,12071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(109990,12072,'method_id','free_shipping'),(109991,12072,'instance_id','2'),(109992,12072,'cost','0.00'),(109993,12072,'total_tax','0'),(109994,12072,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(109995,12072,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 5, Bulk Mousse 1 Gallon RM &times; 1'),(109996,12066,'thwma_order_shipping_status','wc-pending'),(109997,12067,'thwma_order_shipping_status','wc-pending'),(109998,12068,'thwma_order_shipping_status','wc-pending'),(109999,12069,'thwma_order_shipping_status','wc-pending'),(110000,12070,'thwma_order_shipping_status','wc-pending'),(110001,12071,'thwma_order_shipping_status','wc-pending'),(110002,12061,'thwma_order_shipping_status','wc-pending'),(110003,12062,'thwma_order_shipping_status','wc-pending'),(110004,12057,'thwma_order_shipping_status','wc-pending'),(110005,12058,'thwma_order_shipping_status','wc-pending'),(110006,12059,'thwma_order_shipping_status','wc-pending'),(110007,12073,'_product_id','2110'),(110008,12073,'_variation_id','0'),(110009,12073,'_qty','2'),(110010,12073,'_tax_class',''),(110011,12073,'_line_subtotal','142.8'),(110012,12073,'_line_subtotal_tax','0'),(110013,12073,'_line_total','142.8'),(110014,12073,'_line_tax','0'),(110015,12073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110016,12074,'_product_id','2113'),(110017,12074,'_variation_id','0'),(110018,12074,'_qty','2'),(110019,12074,'_tax_class',''),(110020,12074,'_line_subtotal','344'),(110021,12074,'_line_subtotal_tax','0'),(110022,12074,'_line_total','344'),(110023,12074,'_line_tax','0'),(110024,12074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110025,12075,'_product_id','41'),(110026,12075,'_variation_id','0'),(110027,12075,'_qty','4'),(110028,12075,'_tax_class',''),(110029,12075,'_line_subtotal','265.92'),(110030,12075,'_line_subtotal_tax','0'),(110031,12075,'_line_total','265.92'),(110032,12075,'_line_tax','0'),(110033,12075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110034,12076,'_product_id','45'),(110035,12076,'_variation_id','0'),(110036,12076,'_qty','2'),(110037,12076,'_tax_class',''),(110038,12076,'_line_subtotal','84.48'),(110039,12076,'_line_subtotal_tax','0'),(110040,12076,'_line_total','84.48'),(110041,12076,'_line_tax','0'),(110042,12076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110043,12077,'_product_id','49'),(110044,12077,'_variation_id','0'),(110045,12077,'_qty','2'),(110046,12077,'_tax_class',''),(110047,12077,'_line_subtotal','158.4'),(110048,12077,'_line_subtotal_tax','0'),(110049,12077,'_line_total','158.4'),(110050,12077,'_line_tax','0'),(110051,12077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110052,12078,'_product_id','490'),(110053,12078,'_variation_id','0'),(110054,12078,'_qty','10'),(110055,12078,'_tax_class',''),(110056,12078,'_line_subtotal','196'),(110057,12078,'_line_subtotal_tax','0'),(110058,12078,'_line_total','196'),(110059,12078,'_line_tax','0'),(110060,12078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110061,12079,'_product_id','488'),(110062,12079,'_variation_id','0'),(110063,12079,'_qty','3'),(110064,12079,'_tax_class',''),(110065,12079,'_line_subtotal','94.05'),(110066,12079,'_line_subtotal_tax','0'),(110067,12079,'_line_total','94.05'),(110068,12079,'_line_tax','0'),(110069,12079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110070,12080,'method_id','free_shipping'),(110071,12080,'instance_id','2'),(110072,12080,'cost','0.00'),(110073,12080,'total_tax','0'),(110074,12080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110075,12080,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 3'),(110076,12081,'_product_id','2110'),(110077,12081,'_variation_id','0'),(110078,12081,'_qty','2'),(110079,12081,'_tax_class',''),(110080,12081,'_line_subtotal','142.8'),(110081,12081,'_line_subtotal_tax','0'),(110082,12081,'_line_total','142.8'),(110083,12081,'_line_tax','0'),(110084,12081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110085,12082,'_product_id','49'),(110086,12082,'_variation_id','0'),(110087,12082,'_qty','1'),(110088,12082,'_tax_class',''),(110089,12082,'_line_subtotal','79.2'),(110090,12082,'_line_subtotal_tax','0'),(110091,12082,'_line_total','79.2'),(110092,12082,'_line_tax','0'),(110093,12082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110094,12083,'method_id','fedex'),(110095,12083,'instance_id','1'),(110096,12083,'cost','29.65'),(110097,12083,'total_tax','0'),(110098,12083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110099,12083,'Package 1','17 × 14 × 10 (in) 23.4lbs × 1'),(110100,12084,'_product_id','23'),(110101,12084,'_variation_id','0'),(110102,12084,'_qty','4'),(110103,12084,'_tax_class',''),(110104,12084,'_line_subtotal','274.16'),(110105,12084,'_line_subtotal_tax','0'),(110106,12084,'_line_total','274.16'),(110107,12084,'_line_tax','0'),(110108,12084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110109,12085,'_product_id','41'),(110110,12085,'_variation_id','0'),(110111,12085,'_qty','3'),(110112,12085,'_tax_class',''),(110113,12085,'_line_subtotal','199.44'),(110114,12085,'_line_subtotal_tax','0'),(110115,12085,'_line_total','199.44'),(110116,12085,'_line_tax','0'),(110117,12085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110118,12086,'_product_id','43'),(110119,12086,'_variation_id','0'),(110120,12086,'_qty','2'),(110121,12086,'_tax_class',''),(110122,12086,'_line_subtotal','158.4'),(110123,12086,'_line_subtotal_tax','0'),(110124,12086,'_line_total','158.4'),(110125,12086,'_line_tax','0'),(110126,12086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110127,12087,'_product_id','490'),(110128,12087,'_variation_id','0'),(110129,12087,'_qty','6'),(110130,12087,'_tax_class',''),(110131,12087,'_line_subtotal','117.6'),(110132,12087,'_line_subtotal_tax','0'),(110133,12087,'_line_total','117.6'),(110134,12087,'_line_tax','0'),(110135,12087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110136,12088,'_product_id','488'),(110137,12088,'_variation_id','0'),(110138,12088,'_qty','1'),(110139,12088,'_tax_class',''),(110140,12088,'_line_subtotal','31.35'),(110141,12088,'_line_subtotal_tax','0'),(110142,12088,'_line_total','31.35'),(110143,12088,'_line_tax','0'),(110144,12088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110145,12089,'method_id','free_shipping'),(110146,12089,'instance_id','2'),(110147,12089,'cost','0.00'),(110148,12089,'total_tax','0'),(110149,12089,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110150,12089,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 1'),(110151,12081,'thwma_order_shipping_status','wc-pending'),(110152,12082,'thwma_order_shipping_status','wc-pending'),(110153,12073,'thwma_order_shipping_status','wc-pending'),(110154,12074,'thwma_order_shipping_status','wc-pending'),(110155,12075,'thwma_order_shipping_status','wc-pending'),(110156,12076,'thwma_order_shipping_status','wc-pending'),(110157,12077,'thwma_order_shipping_status','wc-pending'),(110158,12078,'thwma_order_shipping_status','wc-pending'),(110159,12079,'thwma_order_shipping_status','wc-pending'),(110160,12090,'_product_id','2110'),(110161,12090,'_variation_id','0'),(110162,12090,'_qty','2'),(110163,12090,'_tax_class',''),(110164,12090,'_line_subtotal','142.8'),(110165,12090,'_line_subtotal_tax','0'),(110166,12090,'_line_total','142.8'),(110167,12090,'_line_tax','0'),(110168,12090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110169,12091,'_product_id','2113'),(110170,12091,'_variation_id','0'),(110171,12091,'_qty','1'),(110172,12091,'_tax_class',''),(110173,12091,'_line_subtotal','172'),(110174,12091,'_line_subtotal_tax','0'),(110175,12091,'_line_total','172'),(110176,12091,'_line_tax','0'),(110177,12091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110178,12092,'_product_id','45'),(110179,12092,'_variation_id','0'),(110180,12092,'_qty','1'),(110181,12092,'_tax_class',''),(110182,12092,'_line_subtotal','42.24'),(110183,12092,'_line_subtotal_tax','0'),(110184,12092,'_line_total','42.24'),(110185,12092,'_line_tax','0'),(110186,12092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110187,12093,'_product_id','49'),(110188,12093,'_variation_id','0'),(110189,12093,'_qty','1'),(110190,12093,'_tax_class',''),(110191,12093,'_line_subtotal','79.2'),(110192,12093,'_line_subtotal_tax','0'),(110193,12093,'_line_total','79.2'),(110194,12093,'_line_tax','0'),(110195,12093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110196,12094,'_product_id','490'),(110197,12094,'_variation_id','0'),(110198,12094,'_qty','8'),(110199,12094,'_tax_class',''),(110200,12094,'_line_subtotal','156.8'),(110201,12094,'_line_subtotal_tax','0'),(110202,12094,'_line_total','156.8'),(110203,12094,'_line_tax','0'),(110204,12094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110205,12095,'_product_id','488'),(110206,12095,'_variation_id','0'),(110207,12095,'_qty','2'),(110208,12095,'_tax_class',''),(110209,12095,'_line_subtotal','62.7'),(110210,12095,'_line_subtotal_tax','0'),(110211,12095,'_line_total','62.7'),(110212,12095,'_line_tax','0'),(110213,12095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110214,12096,'method_id','free_shipping'),(110215,12096,'instance_id','2'),(110216,12096,'cost','0.00'),(110217,12096,'total_tax','0'),(110218,12096,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110219,12096,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 2'),(110220,12097,'_product_id','2110'),(110221,12097,'_variation_id','0'),(110222,12097,'_qty','-2'),(110223,12097,'_tax_class',''),(110224,12097,'_line_subtotal','0'),(110225,12097,'_line_subtotal_tax','0'),(110226,12097,'_line_total','0'),(110227,12097,'_line_tax','0'),(110228,12097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110229,12097,'_refunded_item_id','12090'),(110230,12098,'_product_id','2113'),(110231,12098,'_variation_id','0'),(110232,12098,'_qty','-1'),(110233,12098,'_tax_class',''),(110234,12098,'_line_subtotal','0'),(110235,12098,'_line_subtotal_tax','0'),(110236,12098,'_line_total','0'),(110237,12098,'_line_tax','0'),(110238,12098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110239,12098,'_refunded_item_id','12091'),(110240,12099,'_product_id','45'),(110241,12099,'_variation_id','0'),(110242,12099,'_qty','-1'),(110243,12099,'_tax_class',''),(110244,12099,'_line_subtotal','0'),(110245,12099,'_line_subtotal_tax','0'),(110246,12099,'_line_total','0'),(110247,12099,'_line_tax','0'),(110248,12099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110249,12099,'_refunded_item_id','12092'),(110250,12100,'_product_id','49'),(110251,12100,'_variation_id','0'),(110252,12100,'_qty','-1'),(110253,12100,'_tax_class',''),(110254,12100,'_line_subtotal','0'),(110255,12100,'_line_subtotal_tax','0'),(110256,12100,'_line_total','0'),(110257,12100,'_line_tax','0'),(110258,12100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110259,12100,'_refunded_item_id','12093'),(110260,12101,'_product_id','490'),(110261,12101,'_variation_id','0'),(110262,12101,'_qty','-8'),(110263,12101,'_tax_class',''),(110264,12101,'_line_subtotal','0'),(110265,12101,'_line_subtotal_tax','0'),(110266,12101,'_line_total','0'),(110267,12101,'_line_tax','0'),(110268,12101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110269,12101,'_refunded_item_id','12094'),(110270,12102,'_product_id','488'),(110271,12102,'_variation_id','0'),(110272,12102,'_qty','-2'),(110273,12102,'_tax_class',''),(110274,12102,'_line_subtotal','0'),(110275,12102,'_line_subtotal_tax','0'),(110276,12102,'_line_total','0'),(110277,12102,'_line_tax','0'),(110278,12102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110279,12102,'_refunded_item_id','12095'),(110280,12103,'_product_id','2110'),(110281,12103,'_variation_id','0'),(110282,12103,'_qty','1'),(110283,12103,'_tax_class',''),(110284,12103,'_line_subtotal','71.4'),(110285,12103,'_line_subtotal_tax','0'),(110286,12103,'_line_total','71.4'),(110287,12103,'_line_tax','0'),(110288,12103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110289,12104,'_product_id','2113'),(110290,12104,'_variation_id','0'),(110291,12104,'_qty','1'),(110292,12104,'_tax_class',''),(110293,12104,'_line_subtotal','172'),(110294,12104,'_line_subtotal_tax','0'),(110295,12104,'_line_total','172'),(110296,12104,'_line_tax','0'),(110297,12104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110298,12105,'_product_id','41'),(110299,12105,'_variation_id','0'),(110300,12105,'_qty','5'),(110301,12105,'_tax_class',''),(110302,12105,'_line_subtotal','332.4'),(110303,12105,'_line_subtotal_tax','0'),(110304,12105,'_line_total','332.4'),(110305,12105,'_line_tax','0'),(110306,12105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110307,12106,'_product_id','43'),(110308,12106,'_variation_id','0'),(110309,12106,'_qty','3'),(110310,12106,'_tax_class',''),(110311,12106,'_line_subtotal','237.6'),(110312,12106,'_line_subtotal_tax','0'),(110313,12106,'_line_total','237.6'),(110314,12106,'_line_tax','0'),(110315,12106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110316,12107,'_product_id','490'),(110317,12107,'_variation_id','0'),(110318,12107,'_qty','20'),(110319,12107,'_tax_class',''),(110320,12107,'_line_subtotal','392'),(110321,12107,'_line_subtotal_tax','0'),(110322,12107,'_line_total','392'),(110323,12107,'_line_tax','0'),(110324,12107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110325,12108,'_product_id','133'),(110326,12108,'_variation_id','0'),(110327,12108,'_qty','5'),(110328,12108,'_tax_class',''),(110329,12108,'_line_subtotal','71.5'),(110330,12108,'_line_subtotal_tax','0'),(110331,12108,'_line_total','71.5'),(110332,12108,'_line_tax','0'),(110333,12108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110334,12109,'method_id','free_shipping'),(110335,12109,'instance_id','2'),(110336,12109,'cost','0.00'),(110337,12109,'total_tax','0'),(110338,12109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110339,12109,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 20, Disposable Head Bands &times; 5'),(110340,12110,'_product_id','93'),(110341,12110,'_variation_id','0'),(110342,12110,'_qty','20'),(110343,12110,'_tax_class',''),(110344,12110,'_line_subtotal','0'),(110345,12110,'_line_subtotal_tax','0'),(110346,12110,'_line_total','0'),(110347,12110,'_line_tax','0'),(110348,12110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110349,12111,'method_id','fedex'),(110350,12111,'instance_id','1'),(110351,12111,'cost','97.59'),(110352,12111,'total_tax','0'),(110353,12111,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110354,12111,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(110355,12111,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(110356,12112,'method_id','fedex'),(110357,12112,'instance_id','1'),(110358,12112,'cost','-79.51'),(110359,12112,'total_tax','0'),(110360,12112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110361,12112,'_refunded_item_id','12111'),(110362,12113,'_product_id','2110'),(110363,12113,'_variation_id','0'),(110364,12113,'_qty','2'),(110365,12113,'_tax_class',''),(110366,12113,'_line_subtotal','142.8'),(110367,12113,'_line_subtotal_tax','0'),(110368,12113,'_line_total','142.8'),(110369,12113,'_line_tax','0'),(110370,12113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110371,12114,'_product_id','2113'),(110372,12114,'_variation_id','0'),(110373,12114,'_qty','1'),(110374,12114,'_tax_class',''),(110375,12114,'_line_subtotal','172'),(110376,12114,'_line_subtotal_tax','0'),(110377,12114,'_line_total','172'),(110378,12114,'_line_tax','0'),(110379,12114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110380,12115,'_product_id','45'),(110381,12115,'_variation_id','0'),(110382,12115,'_qty','1'),(110383,12115,'_tax_class',''),(110384,12115,'_line_subtotal','42.24'),(110385,12115,'_line_subtotal_tax','0'),(110386,12115,'_line_total','42.24'),(110387,12115,'_line_tax','0'),(110388,12115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110389,12116,'_product_id','49'),(110390,12116,'_variation_id','0'),(110391,12116,'_qty','1'),(110392,12116,'_tax_class',''),(110393,12116,'_line_subtotal','79.2'),(110394,12116,'_line_subtotal_tax','0'),(110395,12116,'_line_total','79.2'),(110396,12116,'_line_tax','0'),(110397,12116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110398,12117,'_product_id','41'),(110399,12117,'_variation_id','0'),(110400,12117,'_qty','3'),(110401,12117,'_tax_class',''),(110402,12117,'_line_subtotal','199.44'),(110403,12117,'_line_subtotal_tax','0'),(110404,12117,'_line_total','199.44'),(110405,12117,'_line_tax','0'),(110406,12117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110407,12118,'_product_id','490'),(110408,12118,'_variation_id','0'),(110409,12118,'_qty','8'),(110410,12118,'_tax_class',''),(110411,12118,'_line_subtotal','156.8'),(110412,12118,'_line_subtotal_tax','0'),(110413,12118,'_line_total','156.8'),(110414,12118,'_line_tax','0'),(110415,12118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110416,12119,'_product_id','488'),(110417,12119,'_variation_id','0'),(110418,12119,'_qty','3'),(110419,12119,'_tax_class',''),(110420,12119,'_line_subtotal','94.05'),(110421,12119,'_line_subtotal_tax','0'),(110422,12119,'_line_total','94.05'),(110423,12119,'_line_tax','0'),(110424,12119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110425,12120,'method_id','free_shipping'),(110426,12120,'instance_id','2'),(110427,12120,'cost','0.00'),(110428,12120,'total_tax','0'),(110429,12120,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110430,12120,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 3'),(110431,12121,'_product_id','41'),(110432,12121,'_variation_id','0'),(110433,12121,'_qty','6'),(110434,12121,'_tax_class',''),(110435,12121,'_line_subtotal','398.88'),(110436,12121,'_line_subtotal_tax','0'),(110437,12121,'_line_total','398.88'),(110438,12121,'_line_tax','0'),(110439,12121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110440,12122,'_product_id','488'),(110441,12122,'_variation_id','0'),(110442,12122,'_qty','8'),(110443,12122,'_tax_class',''),(110444,12122,'_line_subtotal','250.8'),(110445,12122,'_line_subtotal_tax','0'),(110446,12122,'_line_total','250.8'),(110447,12122,'_line_tax','0'),(110448,12122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110449,12123,'_product_id','44'),(110450,12123,'_variation_id','0'),(110451,12123,'_qty','3'),(110452,12123,'_tax_class',''),(110453,12123,'_line_subtotal','348.48'),(110454,12123,'_line_subtotal_tax','0'),(110455,12123,'_line_total','348.48'),(110456,12123,'_line_tax','0'),(110457,12123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110458,12124,'_product_id','49'),(110459,12124,'_variation_id','0'),(110460,12124,'_qty','2'),(110461,12124,'_tax_class',''),(110462,12124,'_line_subtotal','158.4'),(110463,12124,'_line_subtotal_tax','0'),(110464,12124,'_line_total','158.4'),(110465,12124,'_line_tax','0'),(110466,12124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110467,12125,'_product_id','43'),(110468,12125,'_variation_id','0'),(110469,12125,'_qty','2'),(110470,12125,'_tax_class',''),(110471,12125,'_line_subtotal','158.4'),(110472,12125,'_line_subtotal_tax','0'),(110473,12125,'_line_total','158.4'),(110474,12125,'_line_tax','0'),(110475,12125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110476,12126,'method_id','free_shipping'),(110477,12126,'instance_id','2'),(110478,12126,'cost','0.00'),(110479,12126,'total_tax','0'),(110480,12126,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110481,12126,'Items','Professional Lice Comb(Case of 12) &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 8, Preventive Kit(Case of 6) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2'),(110482,12127,'_product_id','2110'),(110483,12127,'_variation_id','0'),(110484,12127,'_qty','2'),(110485,12127,'_tax_class',''),(110486,12127,'_line_subtotal','142.8'),(110487,12127,'_line_subtotal_tax','0'),(110488,12127,'_line_total','142.8'),(110489,12127,'_line_tax','0'),(110490,12127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110491,12128,'_product_id','41'),(110492,12128,'_variation_id','0'),(110493,12128,'_qty','1'),(110494,12128,'_tax_class',''),(110495,12128,'_line_subtotal','66.48'),(110496,12128,'_line_subtotal_tax','0'),(110497,12128,'_line_total','66.48'),(110498,12128,'_line_tax','0'),(110499,12128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110500,12129,'_product_id','2408'),(110501,12129,'_variation_id','0'),(110502,12129,'_qty','1'),(110503,12129,'_tax_class',''),(110504,12129,'_line_subtotal','149.34'),(110505,12129,'_line_subtotal_tax','0'),(110506,12129,'_line_total','149.34'),(110507,12129,'_line_tax','0'),(110508,12129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110509,12130,'_product_id','49'),(110510,12130,'_variation_id','0'),(110511,12130,'_qty','1'),(110512,12130,'_tax_class',''),(110513,12130,'_line_subtotal','79.2'),(110514,12130,'_line_subtotal_tax','0'),(110515,12130,'_line_total','79.2'),(110516,12130,'_line_tax','0'),(110517,12130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110518,12131,'_product_id','490'),(110519,12131,'_variation_id','0'),(110520,12131,'_qty','10'),(110521,12131,'_tax_class',''),(110522,12131,'_line_subtotal','196'),(110523,12131,'_line_subtotal_tax','0'),(110524,12131,'_line_total','196'),(110525,12131,'_line_tax','0'),(110526,12131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110527,12132,'_product_id','487'),(110528,12132,'_variation_id','0'),(110529,12132,'_qty','1'),(110530,12132,'_tax_class',''),(110531,12132,'_line_subtotal','31.35'),(110532,12132,'_line_subtotal_tax','0'),(110533,12132,'_line_total','31.35'),(110534,12132,'_line_tax','0'),(110535,12132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110536,12133,'_product_id','2113'),(110537,12133,'_variation_id','0'),(110538,12133,'_qty','1'),(110539,12133,'_tax_class',''),(110540,12133,'_line_subtotal','172'),(110541,12133,'_line_subtotal_tax','0'),(110542,12133,'_line_total','172'),(110543,12133,'_line_tax','0'),(110544,12133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110545,12134,'method_id','free_shipping'),(110546,12134,'instance_id','2'),(110547,12134,'cost','0.00'),(110548,12134,'total_tax','0'),(110549,12134,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110550,12134,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(110551,12135,'_product_id','2110'),(110552,12135,'_variation_id','0'),(110553,12135,'_qty','1'),(110554,12135,'_tax_class',''),(110555,12135,'_line_subtotal','71.4'),(110556,12135,'_line_subtotal_tax','0'),(110557,12135,'_line_total','71.4'),(110558,12135,'_line_tax','0'),(110559,12135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110560,12136,'_product_id','2113'),(110561,12136,'_variation_id','0'),(110562,12136,'_qty','1'),(110563,12136,'_tax_class',''),(110564,12136,'_line_subtotal','172'),(110565,12136,'_line_subtotal_tax','0'),(110566,12136,'_line_total','172'),(110567,12136,'_line_tax','0'),(110568,12136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110569,12137,'_product_id','41'),(110570,12137,'_variation_id','0'),(110571,12137,'_qty','1'),(110572,12137,'_tax_class',''),(110573,12137,'_line_subtotal','66.48'),(110574,12137,'_line_subtotal_tax','0'),(110575,12137,'_line_total','66.48'),(110576,12137,'_line_tax','0'),(110577,12137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110578,12138,'_product_id','44'),(110579,12138,'_variation_id','0'),(110580,12138,'_qty','1'),(110581,12138,'_tax_class',''),(110582,12138,'_line_subtotal','116.16'),(110583,12138,'_line_subtotal_tax','0'),(110584,12138,'_line_total','116.16'),(110585,12138,'_line_tax','0'),(110586,12138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110587,12139,'_product_id','490'),(110588,12139,'_variation_id','0'),(110589,12139,'_qty','10'),(110590,12139,'_tax_class',''),(110591,12139,'_line_subtotal','196'),(110592,12139,'_line_subtotal_tax','0'),(110593,12139,'_line_total','196'),(110594,12139,'_line_tax','0'),(110595,12139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110596,12140,'_product_id','487'),(110597,12140,'_variation_id','0'),(110598,12140,'_qty','1'),(110599,12140,'_tax_class',''),(110600,12140,'_line_subtotal','31.35'),(110601,12140,'_line_subtotal_tax','0'),(110602,12140,'_line_total','31.35'),(110603,12140,'_line_tax','0'),(110604,12140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110605,12141,'method_id','free_shipping'),(110606,12141,'instance_id','2'),(110607,12141,'cost','0.00'),(110608,12141,'total_tax','0'),(110609,12141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110610,12141,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(110611,12142,'_product_id','490'),(110612,12142,'_variation_id','0'),(110613,12142,'_qty','10'),(110614,12142,'_tax_class',''),(110615,12142,'_line_subtotal','196'),(110616,12142,'_line_subtotal_tax','0'),(110617,12142,'_line_total','196'),(110618,12142,'_line_tax','0'),(110619,12142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110620,12143,'_product_id','133'),(110621,12143,'_variation_id','0'),(110622,12143,'_qty','10'),(110623,12143,'_tax_class',''),(110624,12143,'_line_subtotal','143'),(110625,12143,'_line_subtotal_tax','0'),(110626,12143,'_line_total','143'),(110627,12143,'_line_tax','0'),(110628,12143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110629,12144,'_product_id','44'),(110630,12144,'_variation_id','0'),(110631,12144,'_qty','1'),(110632,12144,'_tax_class',''),(110633,12144,'_line_subtotal','116.16'),(110634,12144,'_line_subtotal_tax','0'),(110635,12144,'_line_total','116.16'),(110636,12144,'_line_tax','0'),(110637,12144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110638,12145,'_product_id','43'),(110639,12145,'_variation_id','0'),(110640,12145,'_qty','2'),(110641,12145,'_tax_class',''),(110642,12145,'_line_subtotal','158.4'),(110643,12145,'_line_subtotal_tax','0'),(110644,12145,'_line_total','158.4'),(110645,12145,'_line_tax','0'),(110646,12145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110647,12146,'_product_id','2110'),(110648,12146,'_variation_id','0'),(110649,12146,'_qty','1'),(110650,12146,'_tax_class',''),(110651,12146,'_line_subtotal','71.4'),(110652,12146,'_line_subtotal_tax','0'),(110653,12146,'_line_total','71.4'),(110654,12146,'_line_tax','0'),(110655,12146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110656,12147,'_product_id','41'),(110657,12147,'_variation_id','0'),(110658,12147,'_qty','1'),(110659,12147,'_tax_class',''),(110660,12147,'_line_subtotal','66.48'),(110661,12147,'_line_subtotal_tax','0'),(110662,12147,'_line_total','66.48'),(110663,12147,'_line_tax','0'),(110664,12147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110665,12148,'_product_id','45'),(110666,12148,'_variation_id','0'),(110667,12148,'_qty','1'),(110668,12148,'_tax_class',''),(110669,12148,'_line_subtotal','42.24'),(110670,12148,'_line_subtotal_tax','0'),(110671,12148,'_line_total','42.24'),(110672,12148,'_line_tax','0'),(110673,12148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110674,12149,'method_id','free_shipping'),(110675,12149,'instance_id','2'),(110676,12149,'cost','0.00'),(110677,12149,'total_tax','0'),(110678,12149,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110679,12149,'Items','Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 10, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(110680,12150,'_product_id','23'),(110681,12150,'_variation_id','0'),(110682,12150,'_qty','4'),(110683,12150,'_tax_class',''),(110684,12150,'_line_subtotal','274.16'),(110685,12150,'_line_subtotal_tax','0'),(110686,12150,'_line_total','274.16'),(110687,12150,'_line_tax','0'),(110688,12150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110689,12151,'_product_id','42'),(110690,12151,'_variation_id','0'),(110691,12151,'_qty','2'),(110692,12151,'_tax_class',''),(110693,12151,'_line_subtotal','158.4'),(110694,12151,'_line_subtotal_tax','0'),(110695,12151,'_line_total','158.4'),(110696,12151,'_line_tax','0'),(110697,12151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110698,12152,'_product_id','45'),(110699,12152,'_variation_id','0'),(110700,12152,'_qty','2'),(110701,12152,'_tax_class',''),(110702,12152,'_line_subtotal','84.48'),(110703,12152,'_line_subtotal_tax','0'),(110704,12152,'_line_total','84.48'),(110705,12152,'_line_tax','0'),(110706,12152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110707,12153,'_product_id','51'),(110708,12153,'_variation_id','0'),(110709,12153,'_qty','1'),(110710,12153,'_tax_class',''),(110711,12153,'_line_subtotal','147.84'),(110712,12153,'_line_subtotal_tax','0'),(110713,12153,'_line_total','147.84'),(110714,12153,'_line_tax','0'),(110715,12153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110716,12154,'_product_id','39'),(110717,12154,'_variation_id','0'),(110718,12154,'_qty','2'),(110719,12154,'_tax_class',''),(110720,12154,'_line_subtotal','158.4'),(110721,12154,'_line_subtotal_tax','0'),(110722,12154,'_line_total','158.4'),(110723,12154,'_line_tax','0'),(110724,12154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110725,12155,'_product_id','40'),(110726,12155,'_variation_id','0'),(110727,12155,'_qty','2'),(110728,12155,'_tax_class',''),(110729,12155,'_line_subtotal','158.4'),(110730,12155,'_line_subtotal_tax','0'),(110731,12155,'_line_total','158.4'),(110732,12155,'_line_tax','0'),(110733,12155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110734,12156,'_product_id','120'),(110735,12156,'_variation_id','0'),(110736,12156,'_qty','2'),(110737,12156,'_tax_class',''),(110738,12156,'_line_subtotal','105.6'),(110739,12156,'_line_subtotal_tax','0'),(110740,12156,'_line_total','105.6'),(110741,12156,'_line_tax','0'),(110742,12156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110743,12157,'_product_id','43'),(110744,12157,'_variation_id','0'),(110745,12157,'_qty','2'),(110746,12157,'_tax_class',''),(110747,12157,'_line_subtotal','158.4'),(110748,12157,'_line_subtotal_tax','0'),(110749,12157,'_line_total','158.4'),(110750,12157,'_line_tax','0'),(110751,12157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110752,12158,'_product_id','49'),(110753,12158,'_variation_id','0'),(110754,12158,'_qty','2'),(110755,12158,'_tax_class',''),(110756,12158,'_line_subtotal','158.4'),(110757,12158,'_line_subtotal_tax','0'),(110758,12158,'_line_total','158.4'),(110759,12158,'_line_tax','0'),(110760,12158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110761,12159,'_product_id','44'),(110762,12159,'_variation_id','0'),(110763,12159,'_qty','2'),(110764,12159,'_tax_class',''),(110765,12159,'_line_subtotal','232.32'),(110766,12159,'_line_subtotal_tax','0'),(110767,12159,'_line_total','232.32'),(110768,12159,'_line_tax','0'),(110769,12159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110770,12160,'_product_id','489'),(110771,12160,'_variation_id','0'),(110772,12160,'_qty','20'),(110773,12160,'_tax_class',''),(110774,12160,'_line_subtotal','380.8'),(110775,12160,'_line_subtotal_tax','0'),(110776,12160,'_line_total','380.8'),(110777,12160,'_line_tax','0'),(110778,12160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110779,12161,'_product_id','133'),(110780,12161,'_variation_id','0'),(110781,12161,'_qty','4'),(110782,12161,'_tax_class',''),(110783,12161,'_line_subtotal','57.2'),(110784,12161,'_line_subtotal_tax','0'),(110785,12161,'_line_total','57.2'),(110786,12161,'_line_tax','0'),(110787,12161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110788,12162,'method_id','free_shipping'),(110789,12162,'instance_id','2'),(110790,12162,'cost','0.00'),(110791,12162,'total_tax','0'),(110792,12162,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110793,12162,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk Active Rinse 50/50 RM &times; 20, Disposable Head Bands &times; 4'),(110794,12084,'thwma_order_shipping_status','wc-pending'),(110795,12085,'thwma_order_shipping_status','wc-pending'),(110796,12086,'thwma_order_shipping_status','wc-pending'),(110797,12087,'thwma_order_shipping_status','wc-pending'),(110798,12088,'thwma_order_shipping_status','wc-pending'),(110799,12103,'thwma_order_shipping_status','wc-pending'),(110800,12104,'thwma_order_shipping_status','wc-pending'),(110801,12105,'thwma_order_shipping_status','wc-pending'),(110802,12106,'thwma_order_shipping_status','wc-pending'),(110803,12107,'thwma_order_shipping_status','wc-pending'),(110804,12108,'thwma_order_shipping_status','wc-pending'),(110805,12113,'thwma_order_shipping_status','wc-pending'),(110806,12114,'thwma_order_shipping_status','wc-pending'),(110807,12115,'thwma_order_shipping_status','wc-pending'),(110808,12116,'thwma_order_shipping_status','wc-pending'),(110809,12117,'thwma_order_shipping_status','wc-pending'),(110810,12118,'thwma_order_shipping_status','wc-pending'),(110811,12119,'thwma_order_shipping_status','wc-pending'),(110812,12121,'thwma_order_shipping_status','wc-pending'),(110813,12122,'thwma_order_shipping_status','wc-pending'),(110814,12123,'thwma_order_shipping_status','wc-pending'),(110815,12124,'thwma_order_shipping_status','wc-pending'),(110816,12125,'thwma_order_shipping_status','wc-pending'),(110824,12127,'thwma_order_shipping_status','wc-pending'),(110825,12128,'thwma_order_shipping_status','wc-pending'),(110826,12129,'thwma_order_shipping_status','wc-pending'),(110827,12130,'thwma_order_shipping_status','wc-pending'),(110828,12131,'thwma_order_shipping_status','wc-pending'),(110829,12132,'thwma_order_shipping_status','wc-pending'),(110830,12133,'thwma_order_shipping_status','wc-pending'),(110831,12142,'thwma_order_shipping_status','wc-pending'),(110832,12143,'thwma_order_shipping_status','wc-pending'),(110833,12144,'thwma_order_shipping_status','wc-pending'),(110834,12145,'thwma_order_shipping_status','wc-pending'),(110835,12146,'thwma_order_shipping_status','wc-pending'),(110836,12147,'thwma_order_shipping_status','wc-pending'),(110837,12148,'thwma_order_shipping_status','wc-pending'),(110838,12135,'thwma_order_shipping_status','wc-pending'),(110839,12136,'thwma_order_shipping_status','wc-pending'),(110840,12137,'thwma_order_shipping_status','wc-pending'),(110841,12138,'thwma_order_shipping_status','wc-pending'),(110842,12139,'thwma_order_shipping_status','wc-pending'),(110843,12140,'thwma_order_shipping_status','wc-pending'),(110844,12163,'_product_id','2110'),(110845,12163,'_variation_id','0'),(110846,12163,'_qty','2'),(110847,12163,'_tax_class',''),(110848,12163,'_line_subtotal','142.8'),(110849,12163,'_line_subtotal_tax','0'),(110850,12163,'_line_total','142.8'),(110851,12163,'_line_tax','0'),(110852,12163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110853,12164,'_product_id','41'),(110854,12164,'_variation_id','0'),(110855,12164,'_qty','4'),(110856,12164,'_tax_class',''),(110857,12164,'_line_subtotal','265.92'),(110858,12164,'_line_subtotal_tax','0'),(110859,12164,'_line_total','265.92'),(110860,12164,'_line_tax','0'),(110861,12164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110862,12165,'_product_id','45'),(110863,12165,'_variation_id','0'),(110864,12165,'_qty','2'),(110865,12165,'_tax_class',''),(110866,12165,'_line_subtotal','84.48'),(110867,12165,'_line_subtotal_tax','0'),(110868,12165,'_line_total','84.48'),(110869,12165,'_line_tax','0'),(110870,12165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110871,12166,'_product_id','2408'),(110872,12166,'_variation_id','0'),(110873,12166,'_qty','1'),(110874,12166,'_tax_class',''),(110875,12166,'_line_subtotal','149.34'),(110876,12166,'_line_subtotal_tax','0'),(110877,12166,'_line_total','149.34'),(110878,12166,'_line_tax','0'),(110879,12166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110880,12167,'_product_id','49'),(110881,12167,'_variation_id','0'),(110882,12167,'_qty','4'),(110883,12167,'_tax_class',''),(110884,12167,'_line_subtotal','316.8'),(110885,12167,'_line_subtotal_tax','0'),(110886,12167,'_line_total','316.8'),(110887,12167,'_line_tax','0'),(110888,12167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110889,12168,'_product_id','44'),(110890,12168,'_variation_id','0'),(110891,12168,'_qty','3'),(110892,12168,'_tax_class',''),(110893,12168,'_line_subtotal','348.48'),(110894,12168,'_line_subtotal_tax','0'),(110895,12168,'_line_total','348.48'),(110896,12168,'_line_tax','0'),(110897,12168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110898,12169,'_product_id','93'),(110899,12169,'_variation_id','0'),(110900,12169,'_qty','10'),(110901,12169,'_tax_class',''),(110902,12169,'_line_subtotal','0'),(110903,12169,'_line_subtotal_tax','0'),(110904,12169,'_line_total','0'),(110905,12169,'_line_tax','0'),(110906,12169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110907,12170,'_product_id','320'),(110908,12170,'_variation_id','0'),(110909,12170,'_qty','7'),(110910,12170,'_tax_class',''),(110911,12170,'_line_subtotal','26.25'),(110912,12170,'_line_subtotal_tax','0'),(110913,12170,'_line_total','26.25'),(110914,12170,'_line_tax','0'),(110915,12170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110916,12171,'_product_id','43'),(110917,12171,'_variation_id','0'),(110918,12171,'_qty','2'),(110919,12171,'_tax_class',''),(110920,12171,'_line_subtotal','158.4'),(110921,12171,'_line_subtotal_tax','0'),(110922,12171,'_line_total','158.4'),(110923,12171,'_line_tax','0'),(110924,12171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110925,12172,'method_id','free_shipping'),(110926,12172,'instance_id','2'),(110927,12172,'cost','0.00'),(110928,12172,'total_tax','0'),(110929,12172,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110930,12172,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 3, Bulk Active Rinse 100% &times; 10, Wet Comb &times; 7, Preventive Spray 8oz(Case of 12) &times; 2'),(110931,12173,'_product_id','44'),(110932,12173,'_variation_id','0'),(110933,12173,'_qty','1'),(110934,12173,'_tax_class',''),(110935,12173,'_line_subtotal','116.16'),(110936,12173,'_line_subtotal_tax','0'),(110937,12173,'_line_total','116.16'),(110938,12173,'_line_tax','0'),(110939,12173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110940,12174,'_product_id','44'),(110941,12174,'_variation_id','0'),(110942,12174,'_qty','1'),(110943,12174,'_tax_class',''),(110944,12174,'_line_subtotal','116.16'),(110945,12174,'_line_subtotal_tax','0'),(110946,12174,'_line_total','116.16'),(110947,12174,'_line_tax','0'),(110948,12174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110949,12175,'_product_id','41'),(110950,12175,'_variation_id','0'),(110951,12175,'_qty','1'),(110952,12175,'_tax_class',''),(110953,12175,'_line_subtotal','66.48'),(110954,12175,'_line_subtotal_tax','0'),(110955,12175,'_line_total','66.48'),(110956,12175,'_line_tax','0'),(110957,12175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110958,12176,'_product_id','41'),(110959,12176,'_variation_id','0'),(110960,12176,'_qty','1'),(110961,12176,'_tax_class',''),(110962,12176,'_line_subtotal','66.48'),(110963,12176,'_line_subtotal_tax','0'),(110964,12176,'_line_total','66.48'),(110965,12176,'_line_tax','0'),(110966,12176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110967,12177,'_product_id','2110'),(110968,12177,'_variation_id','0'),(110969,12177,'_qty','2'),(110970,12177,'_tax_class',''),(110971,12177,'_line_subtotal','142.8'),(110972,12177,'_line_subtotal_tax','0'),(110973,12177,'_line_total','142.8'),(110974,12177,'_line_tax','0'),(110975,12177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110976,12178,'_product_id','2113'),(110977,12178,'_variation_id','0'),(110978,12178,'_qty','2'),(110979,12178,'_tax_class',''),(110980,12178,'_line_subtotal','344'),(110981,12178,'_line_subtotal_tax','0'),(110982,12178,'_line_total','344'),(110983,12178,'_line_tax','0'),(110984,12178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110985,12179,'_product_id','49'),(110986,12179,'_variation_id','0'),(110987,12179,'_qty','2'),(110988,12179,'_tax_class',''),(110989,12179,'_line_subtotal','158.4'),(110990,12179,'_line_subtotal_tax','0'),(110991,12179,'_line_total','158.4'),(110992,12179,'_line_tax','0'),(110993,12179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(110994,12180,'method_id','free_shipping'),(110995,12180,'instance_id','2'),(110996,12180,'cost','0.00'),(110997,12180,'total_tax','0'),(110998,12180,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(110999,12180,'Items','Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2'),(111000,12181,'_product_id','23'),(111001,12181,'_variation_id','0'),(111002,12181,'_qty','3'),(111003,12181,'_tax_class',''),(111004,12181,'_line_subtotal','205.62'),(111005,12181,'_line_subtotal_tax','0'),(111006,12181,'_line_total','205.62'),(111007,12181,'_line_tax','0'),(111008,12181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111009,12182,'_product_id','38'),(111010,12182,'_variation_id','0'),(111011,12182,'_qty','3'),(111012,12182,'_tax_class',''),(111013,12182,'_line_subtotal','497.28'),(111014,12182,'_line_subtotal_tax','0'),(111015,12182,'_line_total','497.28'),(111016,12182,'_line_tax','0'),(111017,12182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111018,12183,'_product_id','41'),(111019,12183,'_variation_id','0'),(111020,12183,'_qty','5'),(111021,12183,'_tax_class',''),(111022,12183,'_line_subtotal','332.4'),(111023,12183,'_line_subtotal_tax','0'),(111024,12183,'_line_total','332.4'),(111025,12183,'_line_tax','0'),(111026,12183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111027,12184,'_product_id','45'),(111028,12184,'_variation_id','0'),(111029,12184,'_qty','4'),(111030,12184,'_tax_class',''),(111031,12184,'_line_subtotal','168.96'),(111032,12184,'_line_subtotal_tax','0'),(111033,12184,'_line_total','168.96'),(111034,12184,'_line_tax','0'),(111035,12184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111036,12185,'_product_id','39'),(111037,12185,'_variation_id','0'),(111038,12185,'_qty','1'),(111039,12185,'_tax_class',''),(111040,12185,'_line_subtotal','79.2'),(111041,12185,'_line_subtotal_tax','0'),(111042,12185,'_line_total','79.2'),(111043,12185,'_line_tax','0'),(111044,12185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111045,12186,'_product_id','40'),(111046,12186,'_variation_id','0'),(111047,12186,'_qty','1'),(111048,12186,'_tax_class',''),(111049,12186,'_line_subtotal','79.2'),(111050,12186,'_line_subtotal_tax','0'),(111051,12186,'_line_total','79.2'),(111052,12186,'_line_tax','0'),(111053,12186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111054,12187,'_product_id','42'),(111055,12187,'_variation_id','0'),(111056,12187,'_qty','1'),(111057,12187,'_tax_class',''),(111058,12187,'_line_subtotal','79.2'),(111059,12187,'_line_subtotal_tax','0'),(111060,12187,'_line_total','79.2'),(111061,12187,'_line_tax','0'),(111062,12187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111063,12188,'_product_id','103'),(111064,12188,'_variation_id','0'),(111065,12188,'_qty','1'),(111066,12188,'_tax_class',''),(111067,12188,'_line_subtotal','8.4'),(111068,12188,'_line_subtotal_tax','0'),(111069,12188,'_line_total','8.4'),(111070,12188,'_line_tax','0'),(111071,12188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111072,12189,'_product_id','487'),(111073,12189,'_variation_id','0'),(111074,12189,'_qty','2'),(111075,12189,'_tax_class',''),(111076,12189,'_line_subtotal','62.7'),(111077,12189,'_line_subtotal_tax','0'),(111078,12189,'_line_total','62.7'),(111079,12189,'_line_tax','0'),(111080,12189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111081,12190,'method_id','free_shipping'),(111082,12190,'instance_id','2'),(111083,12190,'cost','0.00'),(111084,12190,'total_tax','0'),(111085,12190,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111086,12190,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Active Rinse 16oz 50/50(Case of 16) &times; 3, Professional Lice Comb(Case of 12) &times; 5, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, 6 Pack Empty Foamer 8oz Bottle &times; 1, Bulk Mousse 1 Gallon RM &times; 2'),(111087,12163,'thwma_order_shipping_status','wc-pending'),(111088,12164,'thwma_order_shipping_status','wc-pending'),(111089,12165,'thwma_order_shipping_status','wc-pending'),(111090,12166,'thwma_order_shipping_status','wc-pending'),(111091,12167,'thwma_order_shipping_status','wc-pending'),(111092,12168,'thwma_order_shipping_status','wc-pending'),(111093,12169,'thwma_order_shipping_status','wc-pending'),(111094,12170,'thwma_order_shipping_status','wc-pending'),(111095,12171,'thwma_order_shipping_status','wc-pending'),(111177,12199,'_product_id','38'),(111178,12199,'_variation_id','0'),(111179,12199,'_qty','1'),(111180,12199,'_tax_class',''),(111181,12199,'_line_subtotal','165.76'),(111182,12199,'_line_subtotal_tax','0'),(111183,12199,'_line_total','165.76'),(111184,12199,'_line_tax','0'),(111185,12199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111186,12200,'_product_id','2113'),(111187,12200,'_variation_id','0'),(111188,12200,'_qty','1'),(111189,12200,'_tax_class',''),(111190,12200,'_line_subtotal','172'),(111191,12200,'_line_subtotal_tax','0'),(111192,12200,'_line_total','172'),(111193,12200,'_line_tax','0'),(111194,12200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111195,12201,'_product_id','41'),(111196,12201,'_variation_id','0'),(111197,12201,'_qty','1'),(111198,12201,'_tax_class',''),(111199,12201,'_line_subtotal','66.48'),(111200,12201,'_line_subtotal_tax','0'),(111201,12201,'_line_total','66.48'),(111202,12201,'_line_tax','0'),(111203,12201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111204,12202,'_product_id','45'),(111205,12202,'_variation_id','0'),(111206,12202,'_qty','1'),(111207,12202,'_tax_class',''),(111208,12202,'_line_subtotal','42.24'),(111209,12202,'_line_subtotal_tax','0'),(111210,12202,'_line_total','42.24'),(111211,12202,'_line_tax','0'),(111212,12202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111213,12203,'_product_id','490'),(111214,12203,'_variation_id','0'),(111215,12203,'_qty','10'),(111216,12203,'_tax_class',''),(111217,12203,'_line_subtotal','196'),(111218,12203,'_line_subtotal_tax','0'),(111219,12203,'_line_total','196'),(111220,12203,'_line_tax','0'),(111221,12203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111222,12204,'_product_id','23'),(111223,12204,'_variation_id','0'),(111224,12204,'_qty','2'),(111225,12204,'_tax_class',''),(111226,12204,'_line_subtotal','137.08'),(111227,12204,'_line_subtotal_tax','0'),(111228,12204,'_line_total','137.08'),(111229,12204,'_line_tax','0'),(111230,12204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111231,12205,'_product_id','2110'),(111232,12205,'_variation_id','0'),(111233,12205,'_qty','1'),(111234,12205,'_tax_class',''),(111235,12205,'_line_subtotal','71.4'),(111236,12205,'_line_subtotal_tax','0'),(111237,12205,'_line_total','71.4'),(111238,12205,'_line_tax','0'),(111239,12205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111240,12206,'method_id','free_shipping'),(111241,12206,'instance_id','2'),(111242,12206,'cost','0.00'),(111243,12206,'total_tax','0'),(111244,12206,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111245,12206,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1'),(111246,12207,'_product_id','2110'),(111247,12207,'_variation_id','0'),(111248,12207,'_qty','2'),(111249,12207,'_tax_class',''),(111250,12207,'_line_subtotal','142.8'),(111251,12207,'_line_subtotal_tax','0'),(111252,12207,'_line_total','142.8'),(111253,12207,'_line_tax','0'),(111254,12207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111255,12208,'_product_id','45'),(111256,12208,'_variation_id','0'),(111257,12208,'_qty','2'),(111258,12208,'_tax_class',''),(111259,12208,'_line_subtotal','84.48'),(111260,12208,'_line_subtotal_tax','0'),(111261,12208,'_line_total','84.48'),(111262,12208,'_line_tax','0'),(111263,12208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111264,12209,'_product_id','44'),(111265,12209,'_variation_id','0'),(111266,12209,'_qty','1'),(111267,12209,'_tax_class',''),(111268,12209,'_line_subtotal','116.16'),(111269,12209,'_line_subtotal_tax','0'),(111270,12209,'_line_total','116.16'),(111271,12209,'_line_tax','0'),(111272,12209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111273,12210,'_product_id','2408'),(111274,12210,'_variation_id','0'),(111275,12210,'_qty','2'),(111276,12210,'_tax_class',''),(111277,12210,'_line_subtotal','298.68'),(111278,12210,'_line_subtotal_tax','0'),(111279,12210,'_line_total','298.68'),(111280,12210,'_line_tax','0'),(111281,12210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111282,12211,'_product_id','39'),(111283,12211,'_variation_id','0'),(111284,12211,'_qty','1'),(111285,12211,'_tax_class',''),(111286,12211,'_line_subtotal','79.2'),(111287,12211,'_line_subtotal_tax','0'),(111288,12211,'_line_total','79.2'),(111289,12211,'_line_tax','0'),(111290,12211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111291,12212,'_product_id','40'),(111292,12212,'_variation_id','0'),(111293,12212,'_qty','1'),(111294,12212,'_tax_class',''),(111295,12212,'_line_subtotal','79.2'),(111296,12212,'_line_subtotal_tax','0'),(111297,12212,'_line_total','79.2'),(111298,12212,'_line_tax','0'),(111299,12212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111300,12213,'_product_id','43'),(111301,12213,'_variation_id','0'),(111302,12213,'_qty','2'),(111303,12213,'_tax_class',''),(111304,12213,'_line_subtotal','158.4'),(111305,12213,'_line_subtotal_tax','0'),(111306,12213,'_line_total','158.4'),(111307,12213,'_line_tax','0'),(111308,12213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111309,12214,'_product_id','49'),(111310,12214,'_variation_id','0'),(111311,12214,'_qty','1'),(111312,12214,'_tax_class',''),(111313,12214,'_line_subtotal','79.2'),(111314,12214,'_line_subtotal_tax','0'),(111315,12214,'_line_total','79.2'),(111316,12214,'_line_tax','0'),(111317,12214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111318,12215,'_product_id','41'),(111319,12215,'_variation_id','0'),(111320,12215,'_qty','1'),(111321,12215,'_tax_class',''),(111322,12215,'_line_subtotal','66.48'),(111323,12215,'_line_subtotal_tax','0'),(111324,12215,'_line_total','66.48'),(111325,12215,'_line_tax','0'),(111326,12215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111327,12216,'_product_id','488'),(111328,12216,'_variation_id','0'),(111329,12216,'_qty','1'),(111330,12216,'_tax_class',''),(111331,12216,'_line_subtotal','31.35'),(111332,12216,'_line_subtotal_tax','0'),(111333,12216,'_line_total','31.35'),(111334,12216,'_line_tax','0'),(111335,12216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111336,12217,'_product_id','487'),(111337,12217,'_variation_id','0'),(111338,12217,'_qty','1'),(111339,12217,'_tax_class',''),(111340,12217,'_line_subtotal','31.35'),(111341,12217,'_line_subtotal_tax','0'),(111342,12217,'_line_total','31.35'),(111343,12217,'_line_tax','0'),(111344,12217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111345,12218,'_product_id','490'),(111346,12218,'_variation_id','0'),(111347,12218,'_qty','10'),(111348,12218,'_tax_class',''),(111349,12218,'_line_subtotal','196'),(111350,12218,'_line_subtotal_tax','0'),(111351,12218,'_line_total','196'),(111352,12218,'_line_tax','0'),(111353,12218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111354,12219,'method_id','free_shipping'),(111355,12219,'instance_id','2'),(111356,12219,'cost','0.00'),(111357,12219,'total_tax','0'),(111358,12219,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111359,12219,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10'),(111360,12220,'_product_id','2110'),(111361,12220,'_variation_id','0'),(111362,12220,'_qty','2'),(111363,12220,'_tax_class',''),(111364,12220,'_line_subtotal','142.8'),(111365,12220,'_line_subtotal_tax','0'),(111366,12220,'_line_total','142.8'),(111367,12220,'_line_tax','0'),(111368,12220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111369,12221,'_product_id','43'),(111370,12221,'_variation_id','0'),(111371,12221,'_qty','2'),(111372,12221,'_tax_class',''),(111373,12221,'_line_subtotal','158.4'),(111374,12221,'_line_subtotal_tax','0'),(111375,12221,'_line_total','158.4'),(111376,12221,'_line_tax','0'),(111377,12221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111378,12222,'_product_id','49'),(111379,12222,'_variation_id','0'),(111380,12222,'_qty','2'),(111381,12222,'_tax_class',''),(111382,12222,'_line_subtotal','158.4'),(111383,12222,'_line_subtotal_tax','0'),(111384,12222,'_line_total','158.4'),(111385,12222,'_line_tax','0'),(111386,12222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111387,12223,'_product_id','490'),(111388,12223,'_variation_id','0'),(111389,12223,'_qty','5'),(111390,12223,'_tax_class',''),(111391,12223,'_line_subtotal','98'),(111392,12223,'_line_subtotal_tax','0'),(111393,12223,'_line_total','98'),(111394,12223,'_line_tax','0'),(111395,12223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111396,12224,'method_id','free_shipping'),(111397,12224,'instance_id','2'),(111398,12224,'cost','0.00'),(111399,12224,'total_tax','0'),(111400,12224,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111401,12224,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 5'),(111402,12173,'thwma_order_shipping_status','wc-pending'),(111403,12174,'thwma_order_shipping_status','wc-pending'),(111404,12175,'thwma_order_shipping_status','wc-pending'),(111405,12176,'thwma_order_shipping_status','wc-pending'),(111406,12177,'thwma_order_shipping_status','wc-pending'),(111407,12178,'thwma_order_shipping_status','wc-pending'),(111408,12179,'thwma_order_shipping_status','wc-pending'),(111409,12181,'thwma_order_shipping_status','wc-pending'),(111410,12182,'thwma_order_shipping_status','wc-pending'),(111411,12183,'thwma_order_shipping_status','wc-pending'),(111412,12184,'thwma_order_shipping_status','wc-pending'),(111413,12185,'thwma_order_shipping_status','wc-pending'),(111414,12186,'thwma_order_shipping_status','wc-pending'),(111415,12187,'thwma_order_shipping_status','wc-pending'),(111416,12188,'thwma_order_shipping_status','wc-pending'),(111417,12189,'thwma_order_shipping_status','wc-pending'),(111418,12150,'thwma_order_shipping_status','wc-pending'),(111419,12151,'thwma_order_shipping_status','wc-pending'),(111420,12152,'thwma_order_shipping_status','wc-pending'),(111421,12153,'thwma_order_shipping_status','wc-pending'),(111422,12154,'thwma_order_shipping_status','wc-pending'),(111423,12155,'thwma_order_shipping_status','wc-pending'),(111424,12156,'thwma_order_shipping_status','wc-pending'),(111425,12157,'thwma_order_shipping_status','wc-pending'),(111426,12158,'thwma_order_shipping_status','wc-pending'),(111427,12159,'thwma_order_shipping_status','wc-pending'),(111428,12160,'thwma_order_shipping_status','wc-pending'),(111429,12161,'thwma_order_shipping_status','wc-pending'),(111430,12199,'thwma_order_shipping_status','wc-pending'),(111431,12200,'thwma_order_shipping_status','wc-pending'),(111432,12201,'thwma_order_shipping_status','wc-pending'),(111433,12202,'thwma_order_shipping_status','wc-pending'),(111434,12203,'thwma_order_shipping_status','wc-pending'),(111435,12204,'thwma_order_shipping_status','wc-pending'),(111436,12205,'thwma_order_shipping_status','wc-pending'),(111437,12207,'thwma_order_shipping_status','wc-pending'),(111438,12208,'thwma_order_shipping_status','wc-pending'),(111439,12209,'thwma_order_shipping_status','wc-pending'),(111440,12210,'thwma_order_shipping_status','wc-pending'),(111441,12211,'thwma_order_shipping_status','wc-pending'),(111442,12212,'thwma_order_shipping_status','wc-pending'),(111443,12213,'thwma_order_shipping_status','wc-pending'),(111444,12214,'thwma_order_shipping_status','wc-pending'),(111445,12215,'thwma_order_shipping_status','wc-pending'),(111446,12216,'thwma_order_shipping_status','wc-pending'),(111447,12217,'thwma_order_shipping_status','wc-pending'),(111448,12218,'thwma_order_shipping_status','wc-pending'),(111449,12225,'_product_id','488'),(111450,12225,'_variation_id','0'),(111451,12225,'_qty','4'),(111452,12225,'_tax_class',''),(111453,12225,'_line_subtotal','125.4'),(111454,12225,'_line_subtotal_tax','0'),(111455,12225,'_line_total','125.4'),(111456,12225,'_line_tax','0'),(111457,12225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111458,12226,'method_id','fedex'),(111459,12226,'instance_id','1'),(111460,12226,'cost','20.06'),(111461,12226,'total_tax','0'),(111462,12226,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111463,12226,'Package 1','17 × 14 × 10 (in) 32.4lbs × 1'),(111464,12227,'_product_id','41'),(111465,12227,'_variation_id','0'),(111466,12227,'_qty','2'),(111467,12227,'_tax_class',''),(111468,12227,'_line_subtotal','132.96'),(111469,12227,'_line_subtotal_tax','0'),(111470,12227,'_line_total','132.96'),(111471,12227,'_line_tax','0'),(111472,12227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111473,12228,'_product_id','2408'),(111474,12228,'_variation_id','0'),(111475,12228,'_qty','1'),(111476,12228,'_tax_class',''),(111477,12228,'_line_subtotal','149.34'),(111478,12228,'_line_subtotal_tax','0'),(111479,12228,'_line_total','149.34'),(111480,12228,'_line_tax','0'),(111481,12228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111482,12229,'_product_id','39'),(111483,12229,'_variation_id','0'),(111484,12229,'_qty','1'),(111485,12229,'_tax_class',''),(111486,12229,'_line_subtotal','79.2'),(111487,12229,'_line_subtotal_tax','0'),(111488,12229,'_line_total','79.2'),(111489,12229,'_line_tax','0'),(111490,12229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111491,12230,'_product_id','44'),(111492,12230,'_variation_id','0'),(111493,12230,'_qty','1'),(111494,12230,'_tax_class',''),(111495,12230,'_line_subtotal','116.16'),(111496,12230,'_line_subtotal_tax','0'),(111497,12230,'_line_total','116.16'),(111498,12230,'_line_tax','0'),(111499,12230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111500,12231,'_product_id','45'),(111501,12231,'_variation_id','0'),(111502,12231,'_qty','5'),(111503,12231,'_tax_class',''),(111504,12231,'_line_subtotal','211.2'),(111505,12231,'_line_subtotal_tax','0'),(111506,12231,'_line_total','211.2'),(111507,12231,'_line_tax','0'),(111508,12231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111509,12232,'_product_id','42'),(111510,12232,'_variation_id','0'),(111511,12232,'_qty','1'),(111512,12232,'_tax_class',''),(111513,12232,'_line_subtotal','79.2'),(111514,12232,'_line_subtotal_tax','0'),(111515,12232,'_line_total','79.2'),(111516,12232,'_line_tax','0'),(111517,12232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111518,12233,'_product_id','490'),(111519,12233,'_variation_id','0'),(111520,12233,'_qty','5'),(111521,12233,'_tax_class',''),(111522,12233,'_line_subtotal','98'),(111523,12233,'_line_subtotal_tax','0'),(111524,12233,'_line_total','98'),(111525,12233,'_line_tax','0'),(111526,12233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111527,12234,'_product_id','2110'),(111528,12234,'_variation_id','0'),(111529,12234,'_qty','1'),(111530,12234,'_tax_class',''),(111531,12234,'_line_subtotal','71.4'),(111532,12234,'_line_subtotal_tax','0'),(111533,12234,'_line_total','71.4'),(111534,12234,'_line_tax','0'),(111535,12234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111536,12235,'method_id','free_shipping'),(111537,12235,'instance_id','2'),(111538,12235,'cost','0.00'),(111539,12235,'total_tax','0'),(111540,12235,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111541,12235,'Items','Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Comb-Out Mousse(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Active Rinse 8oz 100%(Case of 12) &times; 1'),(111542,12220,'thwma_order_shipping_status','wc-pending'),(111543,12221,'thwma_order_shipping_status','wc-pending'),(111544,12222,'thwma_order_shipping_status','wc-pending'),(111545,12223,'thwma_order_shipping_status','wc-pending'),(111554,12227,'thwma_order_shipping_status','wc-pending'),(111555,12228,'thwma_order_shipping_status','wc-pending'),(111556,12229,'thwma_order_shipping_status','wc-pending'),(111557,12230,'thwma_order_shipping_status','wc-pending'),(111558,12231,'thwma_order_shipping_status','wc-pending'),(111559,12232,'thwma_order_shipping_status','wc-pending'),(111560,12233,'thwma_order_shipping_status','wc-pending'),(111561,12234,'thwma_order_shipping_status','wc-pending'),(111562,12236,'_product_id','23'),(111563,12236,'_variation_id','0'),(111564,12236,'_qty','2'),(111565,12236,'_tax_class',''),(111566,12236,'_line_subtotal','137.08'),(111567,12236,'_line_subtotal_tax','0'),(111568,12236,'_line_total','137.08'),(111569,12236,'_line_tax','0'),(111570,12236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111571,12237,'_product_id','38'),(111572,12237,'_variation_id','0'),(111573,12237,'_qty','2'),(111574,12237,'_tax_class',''),(111575,12237,'_line_subtotal','331.52'),(111576,12237,'_line_subtotal_tax','0'),(111577,12237,'_line_total','331.52'),(111578,12237,'_line_tax','0'),(111579,12237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111580,12238,'_product_id','41'),(111581,12238,'_variation_id','0'),(111582,12238,'_qty','2'),(111583,12238,'_tax_class',''),(111584,12238,'_line_subtotal','132.96'),(111585,12238,'_line_subtotal_tax','0'),(111586,12238,'_line_total','132.96'),(111587,12238,'_line_tax','0'),(111588,12238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111589,12239,'_product_id','39'),(111590,12239,'_variation_id','0'),(111591,12239,'_qty','2'),(111592,12239,'_tax_class',''),(111593,12239,'_line_subtotal','158.4'),(111594,12239,'_line_subtotal_tax','0'),(111595,12239,'_line_total','158.4'),(111596,12239,'_line_tax','0'),(111597,12239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111598,12240,'_product_id','40'),(111599,12240,'_variation_id','0'),(111600,12240,'_qty','1'),(111601,12240,'_tax_class',''),(111602,12240,'_line_subtotal','79.2'),(111603,12240,'_line_subtotal_tax','0'),(111604,12240,'_line_total','79.2'),(111605,12240,'_line_tax','0'),(111606,12240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111607,12241,'_product_id','120'),(111608,12241,'_variation_id','0'),(111609,12241,'_qty','1'),(111610,12241,'_tax_class',''),(111611,12241,'_line_subtotal','52.8'),(111612,12241,'_line_subtotal_tax','0'),(111613,12241,'_line_total','52.8'),(111614,12241,'_line_tax','0'),(111615,12241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111616,12242,'_product_id','43'),(111617,12242,'_variation_id','0'),(111618,12242,'_qty','1'),(111619,12242,'_tax_class',''),(111620,12242,'_line_subtotal','79.2'),(111621,12242,'_line_subtotal_tax','0'),(111622,12242,'_line_total','79.2'),(111623,12242,'_line_tax','0'),(111624,12242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111625,12243,'_product_id','49'),(111626,12243,'_variation_id','0'),(111627,12243,'_qty','2'),(111628,12243,'_tax_class',''),(111629,12243,'_line_subtotal','158.4'),(111630,12243,'_line_subtotal_tax','0'),(111631,12243,'_line_total','158.4'),(111632,12243,'_line_tax','0'),(111633,12243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111634,12244,'_product_id','93'),(111635,12244,'_variation_id','0'),(111636,12244,'_qty','7'),(111637,12244,'_tax_class',''),(111638,12244,'_line_subtotal','0'),(111639,12244,'_line_subtotal_tax','0'),(111640,12244,'_line_total','0'),(111641,12244,'_line_tax','0'),(111642,12244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111643,12245,'method_id','free_shipping'),(111644,12245,'instance_id','2'),(111645,12245,'cost','0.00'),(111646,12245,'total_tax','0'),(111647,12245,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111648,12245,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 7'),(111649,12246,'_product_id','23'),(111650,12246,'_variation_id','0'),(111651,12246,'_qty','2'),(111652,12246,'_tax_class',''),(111653,12246,'_line_subtotal','137.08'),(111654,12246,'_line_subtotal_tax','0'),(111655,12246,'_line_total','137.08'),(111656,12246,'_line_tax','0'),(111657,12246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111658,12247,'_product_id','42'),(111659,12247,'_variation_id','0'),(111660,12247,'_qty','2'),(111661,12247,'_tax_class',''),(111662,12247,'_line_subtotal','158.4'),(111663,12247,'_line_subtotal_tax','0'),(111664,12247,'_line_total','158.4'),(111665,12247,'_line_tax','0'),(111666,12247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111667,12248,'_product_id','41'),(111668,12248,'_variation_id','0'),(111669,12248,'_qty','2'),(111670,12248,'_tax_class',''),(111671,12248,'_line_subtotal','132.96'),(111672,12248,'_line_subtotal_tax','0'),(111673,12248,'_line_total','132.96'),(111674,12248,'_line_tax','0'),(111675,12248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111676,12249,'_product_id','49'),(111677,12249,'_variation_id','0'),(111678,12249,'_qty','5'),(111679,12249,'_tax_class',''),(111680,12249,'_line_subtotal','396'),(111681,12249,'_line_subtotal_tax','0'),(111682,12249,'_line_total','396'),(111683,12249,'_line_tax','0'),(111684,12249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111685,12250,'method_id','free_shipping'),(111686,12250,'instance_id','2'),(111687,12250,'cost','0.00'),(111688,12250,'total_tax','0'),(111689,12250,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111690,12250,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 5'),(111691,12251,'_product_id','2113'),(111692,12251,'_variation_id','0'),(111693,12251,'_qty','2'),(111694,12251,'_tax_class',''),(111695,12251,'_line_subtotal','344'),(111696,12251,'_line_subtotal_tax','0'),(111697,12251,'_line_total','344'),(111698,12251,'_line_tax','0'),(111699,12251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111700,12252,'_product_id','42'),(111701,12252,'_variation_id','0'),(111702,12252,'_qty','2'),(111703,12252,'_tax_class',''),(111704,12252,'_line_subtotal','158.4'),(111705,12252,'_line_subtotal_tax','0'),(111706,12252,'_line_total','158.4'),(111707,12252,'_line_tax','0'),(111708,12252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111709,12253,'_product_id','41'),(111710,12253,'_variation_id','0'),(111711,12253,'_qty','15'),(111712,12253,'_tax_class',''),(111713,12253,'_line_subtotal','997.2'),(111714,12253,'_line_subtotal_tax','0'),(111715,12253,'_line_total','997.2'),(111716,12253,'_line_tax','0'),(111717,12253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111718,12254,'_product_id','2408'),(111719,12254,'_variation_id','0'),(111720,12254,'_qty','2'),(111721,12254,'_tax_class',''),(111722,12254,'_line_subtotal','298.68'),(111723,12254,'_line_subtotal_tax','0'),(111724,12254,'_line_total','298.68'),(111725,12254,'_line_tax','0'),(111726,12254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111727,12255,'method_id','free_shipping'),(111728,12255,'instance_id','2'),(111729,12255,'cost','0.00'),(111730,12255,'total_tax','0'),(111731,12255,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111732,12255,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 15, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2'),(111733,12256,'_product_id','23'),(111734,12256,'_variation_id','0'),(111735,12256,'_qty','2'),(111736,12256,'_tax_class',''),(111737,12256,'_line_subtotal','137.08'),(111738,12256,'_line_subtotal_tax','0'),(111739,12256,'_line_total','137.08'),(111740,12256,'_line_tax','0'),(111741,12256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111742,12257,'_product_id','41'),(111743,12257,'_variation_id','0'),(111744,12257,'_qty','2'),(111745,12257,'_tax_class',''),(111746,12257,'_line_subtotal','132.96'),(111747,12257,'_line_subtotal_tax','0'),(111748,12257,'_line_total','132.96'),(111749,12257,'_line_tax','0'),(111750,12257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111751,12258,'_product_id','488'),(111752,12258,'_variation_id','0'),(111753,12258,'_qty','1'),(111754,12258,'_tax_class',''),(111755,12258,'_line_subtotal','31.35'),(111756,12258,'_line_subtotal_tax','0'),(111757,12258,'_line_total','31.35'),(111758,12258,'_line_tax','0'),(111759,12258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111760,12259,'_product_id','148'),(111761,12259,'_variation_id','0'),(111762,12259,'_qty','9'),(111763,12259,'_tax_class',''),(111764,12259,'_line_subtotal','74.25'),(111765,12259,'_line_subtotal_tax','0'),(111766,12259,'_line_total','74.25'),(111767,12259,'_line_tax','0'),(111768,12259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111769,12260,'method_id','fedex'),(111770,12260,'instance_id','1'),(111771,12260,'cost','19.05'),(111772,12260,'total_tax','0'),(111773,12260,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111774,12260,'Package 1','17 × 14 × 10 (in) 30.05lbs × 1'),(111775,12261,'_product_id','120'),(111776,12261,'_variation_id','0'),(111777,12261,'_qty','1'),(111778,12261,'_tax_class',''),(111779,12261,'_line_subtotal','52.8'),(111780,12261,'_line_subtotal_tax','0'),(111781,12261,'_line_total','52.8'),(111782,12261,'_line_tax','0'),(111783,12261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111784,12262,'_product_id','43'),(111785,12262,'_variation_id','0'),(111786,12262,'_qty','1'),(111787,12262,'_tax_class',''),(111788,12262,'_line_subtotal','79.2'),(111789,12262,'_line_subtotal_tax','0'),(111790,12262,'_line_total','79.2'),(111791,12262,'_line_tax','0'),(111792,12262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111793,12263,'_product_id','49'),(111794,12263,'_variation_id','0'),(111795,12263,'_qty','1'),(111796,12263,'_tax_class',''),(111797,12263,'_line_subtotal','79.2'),(111798,12263,'_line_subtotal_tax','0'),(111799,12263,'_line_total','79.2'),(111800,12263,'_line_tax','0'),(111801,12263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111802,12264,'_product_id','23'),(111803,12264,'_variation_id','0'),(111804,12264,'_qty','4'),(111805,12264,'_tax_class',''),(111806,12264,'_line_subtotal','274.16'),(111807,12264,'_line_subtotal_tax','0'),(111808,12264,'_line_total','274.16'),(111809,12264,'_line_tax','0'),(111810,12264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111811,12265,'_product_id','45'),(111812,12265,'_variation_id','0'),(111813,12265,'_qty','1'),(111814,12265,'_tax_class',''),(111815,12265,'_line_subtotal','42.24'),(111816,12265,'_line_subtotal_tax','0'),(111817,12265,'_line_total','42.24'),(111818,12265,'_line_tax','0'),(111819,12265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111820,12266,'method_id','free_shipping'),(111821,12266,'instance_id','2'),(111822,12266,'cost','0.00'),(111823,12266,'total_tax','0'),(111824,12266,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111825,12266,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(111826,12246,'thwma_order_shipping_status','wc-pending'),(111827,12247,'thwma_order_shipping_status','wc-pending'),(111828,12248,'thwma_order_shipping_status','wc-pending'),(111829,12249,'thwma_order_shipping_status','wc-pending'),(111830,12236,'thwma_order_shipping_status','wc-pending'),(111831,12237,'thwma_order_shipping_status','wc-pending'),(111832,12238,'thwma_order_shipping_status','wc-pending'),(111833,12239,'thwma_order_shipping_status','wc-pending'),(111834,12240,'thwma_order_shipping_status','wc-pending'),(111835,12241,'thwma_order_shipping_status','wc-pending'),(111836,12242,'thwma_order_shipping_status','wc-pending'),(111837,12243,'thwma_order_shipping_status','wc-pending'),(111838,12244,'thwma_order_shipping_status','wc-pending'),(111839,12267,'_product_id','2110'),(111840,12267,'_variation_id','0'),(111841,12267,'_qty','4'),(111842,12267,'_tax_class',''),(111843,12267,'_line_subtotal','285.6'),(111844,12267,'_line_subtotal_tax','0'),(111845,12267,'_line_total','285.6'),(111846,12267,'_line_tax','0'),(111847,12267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111848,12268,'_product_id','43'),(111849,12268,'_variation_id','0'),(111850,12268,'_qty','2'),(111851,12268,'_tax_class',''),(111852,12268,'_line_subtotal','158.4'),(111853,12268,'_line_subtotal_tax','0'),(111854,12268,'_line_total','158.4'),(111855,12268,'_line_tax','0'),(111856,12268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111857,12269,'_product_id','49'),(111858,12269,'_variation_id','0'),(111859,12269,'_qty','2'),(111860,12269,'_tax_class',''),(111861,12269,'_line_subtotal','158.4'),(111862,12269,'_line_subtotal_tax','0'),(111863,12269,'_line_total','158.4'),(111864,12269,'_line_tax','0'),(111865,12269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111866,12270,'_product_id','2113'),(111867,12270,'_variation_id','0'),(111868,12270,'_qty','2'),(111869,12270,'_tax_class',''),(111870,12270,'_line_subtotal','344'),(111871,12270,'_line_subtotal_tax','0'),(111872,12270,'_line_total','344'),(111873,12270,'_line_tax','0'),(111874,12270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111875,12271,'_product_id','41'),(111876,12271,'_variation_id','0'),(111877,12271,'_qty','5'),(111878,12271,'_tax_class',''),(111879,12271,'_line_subtotal','332.4'),(111880,12271,'_line_subtotal_tax','0'),(111881,12271,'_line_total','332.4'),(111882,12271,'_line_tax','0'),(111883,12271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111884,12272,'method_id','free_shipping'),(111885,12272,'instance_id','2'),(111886,12272,'cost','0.00'),(111887,12272,'total_tax','0'),(111888,12272,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111889,12272,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 5'),(111894,12256,'thwma_order_shipping_status','wc-pending'),(111895,12257,'thwma_order_shipping_status','wc-pending'),(111896,12258,'thwma_order_shipping_status','wc-pending'),(111897,12259,'thwma_order_shipping_status','wc-pending'),(111898,12251,'thwma_order_shipping_status','wc-pending'),(111899,12252,'thwma_order_shipping_status','wc-pending'),(111900,12253,'thwma_order_shipping_status','wc-pending'),(111901,12254,'thwma_order_shipping_status','wc-pending'),(111902,12261,'thwma_order_shipping_status','wc-pending'),(111903,12262,'thwma_order_shipping_status','wc-pending'),(111904,12263,'thwma_order_shipping_status','wc-pending'),(111905,12264,'thwma_order_shipping_status','wc-pending'),(111906,12265,'thwma_order_shipping_status','wc-pending'),(111907,12273,'_product_id','45'),(111908,12273,'_variation_id','0'),(111909,12273,'_qty','2'),(111910,12273,'_tax_class',''),(111911,12273,'_line_subtotal','84.48'),(111912,12273,'_line_subtotal_tax','0'),(111913,12273,'_line_total','84.48'),(111914,12273,'_line_tax','0'),(111915,12273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111916,12274,'_product_id','2110'),(111917,12274,'_variation_id','0'),(111918,12274,'_qty','4'),(111919,12274,'_tax_class',''),(111920,12274,'_line_subtotal','285.6'),(111921,12274,'_line_subtotal_tax','0'),(111922,12274,'_line_total','285.6'),(111923,12274,'_line_tax','0'),(111924,12274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111925,12275,'_product_id','2113'),(111926,12275,'_variation_id','0'),(111927,12275,'_qty','1'),(111928,12275,'_tax_class',''),(111929,12275,'_line_subtotal','172'),(111930,12275,'_line_subtotal_tax','0'),(111931,12275,'_line_total','172'),(111932,12275,'_line_tax','0'),(111933,12275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111934,12276,'method_id','free_shipping'),(111935,12276,'instance_id','2'),(111936,12276,'cost','0.00'),(111937,12276,'total_tax','0'),(111938,12276,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111939,12276,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 1'),(111940,12277,'_product_id','45'),(111941,12277,'_variation_id','0'),(111942,12277,'_qty','1'),(111943,12277,'_tax_class',''),(111944,12277,'_line_subtotal','42.24'),(111945,12277,'_line_subtotal_tax','0'),(111946,12277,'_line_total','42.24'),(111947,12277,'_line_tax','0'),(111948,12277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111949,12278,'_product_id','49'),(111950,12278,'_variation_id','0'),(111951,12278,'_qty','2'),(111952,12278,'_tax_class',''),(111953,12278,'_line_subtotal','158.4'),(111954,12278,'_line_subtotal_tax','0'),(111955,12278,'_line_total','158.4'),(111956,12278,'_line_tax','0'),(111957,12278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111958,12279,'_product_id','488'),(111959,12279,'_variation_id','0'),(111960,12279,'_qty','1'),(111961,12279,'_tax_class',''),(111962,12279,'_line_subtotal','31.35'),(111963,12279,'_line_subtotal_tax','0'),(111964,12279,'_line_total','31.35'),(111965,12279,'_line_tax','0'),(111966,12279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111967,12280,'_product_id','487'),(111968,12280,'_variation_id','0'),(111969,12280,'_qty','1'),(111970,12280,'_tax_class',''),(111971,12280,'_line_subtotal','31.35'),(111972,12280,'_line_subtotal_tax','0'),(111973,12280,'_line_total','31.35'),(111974,12280,'_line_tax','0'),(111975,12280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111976,12281,'method_id','fedex'),(111977,12281,'instance_id','1'),(111978,12281,'cost','38.22'),(111979,12281,'total_tax','0'),(111980,12281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111981,12281,'Package 1','17 × 14 × 10 (in) 39.8lbs × 1'),(111982,12282,'_product_id','41'),(111983,12282,'_variation_id','0'),(111984,12282,'_qty','4'),(111985,12282,'_tax_class',''),(111986,12282,'_line_subtotal','265.92'),(111987,12282,'_line_subtotal_tax','0'),(111988,12282,'_line_total','265.92'),(111989,12282,'_line_tax','0'),(111990,12282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(111991,12283,'_product_id','40'),(111992,12283,'_variation_id','0'),(111993,12283,'_qty','1'),(111994,12283,'_tax_class',''),(111995,12283,'_line_subtotal','79.2'),(111996,12283,'_line_subtotal_tax','0'),(111997,12283,'_line_total','79.2'),(111998,12283,'_line_tax','0'),(111999,12283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112000,12284,'_product_id','39'),(112001,12284,'_variation_id','0'),(112002,12284,'_qty','1'),(112003,12284,'_tax_class',''),(112004,12284,'_line_subtotal','79.2'),(112005,12284,'_line_subtotal_tax','0'),(112006,12284,'_line_total','79.2'),(112007,12284,'_line_tax','0'),(112008,12284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112009,12285,'_product_id','45'),(112010,12285,'_variation_id','0'),(112011,12285,'_qty','1'),(112012,12285,'_tax_class',''),(112013,12285,'_line_subtotal','42.24'),(112014,12285,'_line_subtotal_tax','0'),(112015,12285,'_line_total','42.24'),(112016,12285,'_line_tax','0'),(112017,12285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112018,12286,'_product_id','133'),(112019,12286,'_variation_id','0'),(112020,12286,'_qty','3'),(112021,12286,'_tax_class',''),(112022,12286,'_line_subtotal','42.9'),(112023,12286,'_line_subtotal_tax','0'),(112024,12286,'_line_total','42.9'),(112025,12286,'_line_tax','0'),(112026,12286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112027,12287,'method_id','free_shipping'),(112028,12287,'instance_id','2'),(112029,12287,'cost','0.00'),(112030,12287,'total_tax','0'),(112031,12287,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112032,12287,'Items','Professional Lice Comb(Case of 12) &times; 4, Preventive Conditioner(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Disposable Head Bands &times; 3'),(112033,12288,'_product_id','39'),(112034,12288,'_variation_id','0'),(112035,12288,'_qty','1'),(112036,12288,'_tax_class',''),(112037,12288,'_line_subtotal','79.2'),(112038,12288,'_line_subtotal_tax','0'),(112039,12288,'_line_total','79.2'),(112040,12288,'_line_tax','0'),(112041,12288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112042,12289,'_product_id','40'),(112043,12289,'_variation_id','0'),(112044,12289,'_qty','1'),(112045,12289,'_tax_class',''),(112046,12289,'_line_subtotal','79.2'),(112047,12289,'_line_subtotal_tax','0'),(112048,12289,'_line_total','79.2'),(112049,12289,'_line_tax','0');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (112050,12289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112051,12290,'method_id','fedex'),(112052,12290,'instance_id','1'),(112053,12290,'cost','22.55'),(112054,12290,'total_tax','0'),(112055,12290,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112056,12290,'Package 1','17 × 14 × 10 (in) 15.85lbs × 1'),(112057,12291,'_product_id','43'),(112058,12291,'_variation_id','0'),(112059,12291,'_qty','3'),(112060,12291,'_tax_class',''),(112061,12291,'_line_subtotal','237.6'),(112062,12291,'_line_subtotal_tax','0'),(112063,12291,'_line_total','237.6'),(112064,12291,'_line_tax','0'),(112065,12291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112066,12292,'_product_id','488'),(112067,12292,'_variation_id','0'),(112068,12292,'_qty','1'),(112069,12292,'_tax_class',''),(112070,12292,'_line_subtotal','31.35'),(112071,12292,'_line_subtotal_tax','0'),(112072,12292,'_line_total','31.35'),(112073,12292,'_line_tax','0'),(112074,12292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112075,12293,'_product_id','487'),(112076,12293,'_variation_id','0'),(112077,12293,'_qty','1'),(112078,12293,'_tax_class',''),(112079,12293,'_line_subtotal','31.35'),(112080,12293,'_line_subtotal_tax','0'),(112081,12293,'_line_total','31.35'),(112082,12293,'_line_tax','0'),(112083,12293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112084,12294,'_product_id','490'),(112085,12294,'_variation_id','0'),(112086,12294,'_qty','10'),(112087,12294,'_tax_class',''),(112088,12294,'_line_subtotal','196'),(112089,12294,'_line_subtotal_tax','0'),(112090,12294,'_line_total','196'),(112091,12294,'_line_tax','0'),(112092,12294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112093,12295,'_product_id','45'),(112094,12295,'_variation_id','0'),(112095,12295,'_qty','4'),(112096,12295,'_tax_class',''),(112097,12295,'_line_subtotal','168.96'),(112098,12295,'_line_subtotal_tax','0'),(112099,12295,'_line_total','168.96'),(112100,12295,'_line_tax','0'),(112101,12295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112102,12296,'method_id','free_shipping'),(112103,12296,'instance_id','2'),(112104,12296,'cost','0.00'),(112105,12296,'total_tax','0'),(112106,12296,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112107,12296,'Items','Preventive Spray 8oz(Case of 12) &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(112108,12297,'_product_id','42'),(112109,12297,'_variation_id','0'),(112110,12297,'_qty','1'),(112111,12297,'_tax_class',''),(112112,12297,'_line_subtotal','79.2'),(112113,12297,'_line_subtotal_tax','0'),(112114,12297,'_line_total','79.2'),(112115,12297,'_line_tax','0'),(112116,12297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112117,12298,'_product_id','43'),(112118,12298,'_variation_id','0'),(112119,12298,'_qty','1'),(112120,12298,'_tax_class',''),(112121,12298,'_line_subtotal','79.2'),(112122,12298,'_line_subtotal_tax','0'),(112123,12298,'_line_total','79.2'),(112124,12298,'_line_tax','0'),(112125,12298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112126,12299,'_product_id','487'),(112127,12299,'_variation_id','0'),(112128,12299,'_qty','2'),(112129,12299,'_tax_class',''),(112130,12299,'_line_subtotal','62.7'),(112131,12299,'_line_subtotal_tax','0'),(112132,12299,'_line_total','62.7'),(112133,12299,'_line_tax','0'),(112134,12299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112135,12300,'_product_id','490'),(112136,12300,'_variation_id','0'),(112137,12300,'_qty','12'),(112138,12300,'_tax_class',''),(112139,12300,'_line_subtotal','235.2'),(112140,12300,'_line_subtotal_tax','0'),(112141,12300,'_line_total','235.2'),(112142,12300,'_line_tax','0'),(112143,12300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112144,12301,'_product_id','23'),(112145,12301,'_variation_id','0'),(112146,12301,'_qty','2'),(112147,12301,'_tax_class',''),(112148,12301,'_line_subtotal','137.08'),(112149,12301,'_line_subtotal_tax','0'),(112150,12301,'_line_total','137.08'),(112151,12301,'_line_tax','0'),(112152,12301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112153,12302,'_product_id','45'),(112154,12302,'_variation_id','0'),(112155,12302,'_qty','2'),(112156,12302,'_tax_class',''),(112157,12302,'_line_subtotal','84.48'),(112158,12302,'_line_subtotal_tax','0'),(112159,12302,'_line_total','84.48'),(112160,12302,'_line_tax','0'),(112161,12302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112162,12303,'_product_id','41'),(112163,12303,'_variation_id','0'),(112164,12303,'_qty','1'),(112165,12303,'_tax_class',''),(112166,12303,'_line_subtotal','66.48'),(112167,12303,'_line_subtotal_tax','0'),(112168,12303,'_line_total','66.48'),(112169,12303,'_line_tax','0'),(112170,12303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112171,12304,'method_id','free_shipping'),(112172,12304,'instance_id','2'),(112173,12304,'cost','0.00'),(112174,12304,'total_tax','0'),(112175,12304,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112176,12304,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz 50/50(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(112177,12305,'_product_id','42'),(112178,12305,'_variation_id','0'),(112179,12305,'_qty','1'),(112180,12305,'_tax_class',''),(112181,12305,'_line_subtotal','79.2'),(112182,12305,'_line_subtotal_tax','0'),(112183,12305,'_line_total','79.2'),(112184,12305,'_line_tax','0'),(112185,12305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112186,12306,'_product_id','43'),(112187,12306,'_variation_id','0'),(112188,12306,'_qty','1'),(112189,12306,'_tax_class',''),(112190,12306,'_line_subtotal','79.2'),(112191,12306,'_line_subtotal_tax','0'),(112192,12306,'_line_total','79.2'),(112193,12306,'_line_tax','0'),(112194,12306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112195,12307,'_product_id','487'),(112196,12307,'_variation_id','0'),(112197,12307,'_qty','2'),(112198,12307,'_tax_class',''),(112199,12307,'_line_subtotal','62.7'),(112200,12307,'_line_subtotal_tax','0'),(112201,12307,'_line_total','62.7'),(112202,12307,'_line_tax','0'),(112203,12307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112204,12308,'_product_id','490'),(112205,12308,'_variation_id','0'),(112206,12308,'_qty','12'),(112207,12308,'_tax_class',''),(112208,12308,'_line_subtotal','235.2'),(112209,12308,'_line_subtotal_tax','0'),(112210,12308,'_line_total','235.2'),(112211,12308,'_line_tax','0'),(112212,12308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112213,12309,'_product_id','23'),(112214,12309,'_variation_id','0'),(112215,12309,'_qty','2'),(112216,12309,'_tax_class',''),(112217,12309,'_line_subtotal','137.08'),(112218,12309,'_line_subtotal_tax','0'),(112219,12309,'_line_total','137.08'),(112220,12309,'_line_tax','0'),(112221,12309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112222,12310,'_product_id','45'),(112223,12310,'_variation_id','0'),(112224,12310,'_qty','2'),(112225,12310,'_tax_class',''),(112226,12310,'_line_subtotal','84.48'),(112227,12310,'_line_subtotal_tax','0'),(112228,12310,'_line_total','84.48'),(112229,12310,'_line_tax','0'),(112230,12310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112231,12311,'_product_id','41'),(112232,12311,'_variation_id','0'),(112233,12311,'_qty','1'),(112234,12311,'_tax_class',''),(112235,12311,'_line_subtotal','66.48'),(112236,12311,'_line_subtotal_tax','0'),(112237,12311,'_line_total','66.48'),(112238,12311,'_line_tax','0'),(112239,12311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112240,12312,'method_id','free_shipping'),(112241,12312,'instance_id','2'),(112242,12312,'cost','0.00'),(112243,12312,'total_tax','0'),(112244,12312,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112245,12312,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 12, Active Rinse 8oz 50/50(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(112246,12313,'_product_id','42'),(112247,12313,'_variation_id','0'),(112248,12313,'_qty','1'),(112249,12313,'_tax_class',''),(112250,12313,'_line_subtotal','79.2'),(112251,12313,'_line_subtotal_tax','0'),(112252,12313,'_line_total','79.2'),(112253,12313,'_line_tax','0'),(112254,12313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112255,12314,'_product_id','39'),(112256,12314,'_variation_id','0'),(112257,12314,'_qty','1'),(112258,12314,'_tax_class',''),(112259,12314,'_line_subtotal','79.2'),(112260,12314,'_line_subtotal_tax','0'),(112261,12314,'_line_total','79.2'),(112262,12314,'_line_tax','0'),(112263,12314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112264,12315,'_product_id','40'),(112265,12315,'_variation_id','0'),(112266,12315,'_qty','1'),(112267,12315,'_tax_class',''),(112268,12315,'_line_subtotal','79.2'),(112269,12315,'_line_subtotal_tax','0'),(112270,12315,'_line_total','79.2'),(112271,12315,'_line_tax','0'),(112272,12315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112273,12316,'_product_id','43'),(112274,12316,'_variation_id','0'),(112275,12316,'_qty','1'),(112276,12316,'_tax_class',''),(112277,12316,'_line_subtotal','79.2'),(112278,12316,'_line_subtotal_tax','0'),(112279,12316,'_line_total','79.2'),(112280,12316,'_line_tax','0'),(112281,12316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112282,12317,'_product_id','490'),(112283,12317,'_variation_id','0'),(112284,12317,'_qty','10'),(112285,12317,'_tax_class',''),(112286,12317,'_line_subtotal','196'),(112287,12317,'_line_subtotal_tax','0'),(112288,12317,'_line_total','196'),(112289,12317,'_line_tax','0'),(112290,12317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112291,12318,'_product_id','2113'),(112292,12318,'_variation_id','0'),(112293,12318,'_qty','2'),(112294,12318,'_tax_class',''),(112295,12318,'_line_subtotal','344'),(112296,12318,'_line_subtotal_tax','0'),(112297,12318,'_line_total','344'),(112298,12318,'_line_tax','0'),(112299,12318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112300,12319,'_product_id','45'),(112301,12319,'_variation_id','0'),(112302,12319,'_qty','1'),(112303,12319,'_tax_class',''),(112304,12319,'_line_subtotal','42.24'),(112305,12319,'_line_subtotal_tax','0'),(112306,12319,'_line_total','42.24'),(112307,12319,'_line_tax','0'),(112308,12319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112309,12320,'_product_id','41'),(112310,12320,'_variation_id','0'),(112311,12320,'_qty','1'),(112312,12320,'_tax_class',''),(112313,12320,'_line_subtotal','66.48'),(112314,12320,'_line_subtotal_tax','0'),(112315,12320,'_line_total','66.48'),(112316,12320,'_line_tax','0'),(112317,12320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112318,12321,'method_id','free_shipping'),(112319,12321,'instance_id','2'),(112320,12321,'cost','0.00'),(112321,12321,'total_tax','0'),(112322,12321,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112323,12321,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(112324,12322,'_product_id','49'),(112325,12322,'_variation_id','0'),(112326,12322,'_qty','1'),(112327,12322,'_tax_class',''),(112328,12322,'_line_subtotal','79.2'),(112329,12322,'_line_subtotal_tax','0'),(112330,12322,'_line_total','79.2'),(112331,12322,'_line_tax','0'),(112332,12322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112333,12323,'_product_id','487'),(112334,12323,'_variation_id','0'),(112335,12323,'_qty','1'),(112336,12323,'_tax_class',''),(112337,12323,'_line_subtotal','31.35'),(112338,12323,'_line_subtotal_tax','0'),(112339,12323,'_line_total','31.35'),(112340,12323,'_line_tax','0'),(112341,12323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112342,12324,'_product_id','488'),(112343,12324,'_variation_id','0'),(112344,12324,'_qty','1'),(112345,12324,'_tax_class',''),(112346,12324,'_line_subtotal','31.35'),(112347,12324,'_line_subtotal_tax','0'),(112348,12324,'_line_total','31.35'),(112349,12324,'_line_tax','0'),(112350,12324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112351,12325,'_product_id','490'),(112352,12325,'_variation_id','0'),(112353,12325,'_qty','6'),(112354,12325,'_tax_class',''),(112355,12325,'_line_subtotal','117.6'),(112356,12325,'_line_subtotal_tax','0'),(112357,12325,'_line_total','117.6'),(112358,12325,'_line_tax','0'),(112359,12325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112360,12326,'_product_id','2113'),(112361,12326,'_variation_id','0'),(112362,12326,'_qty','1'),(112363,12326,'_tax_class',''),(112364,12326,'_line_subtotal','172'),(112365,12326,'_line_subtotal_tax','0'),(112366,12326,'_line_total','172'),(112367,12326,'_line_tax','0'),(112368,12326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112369,12327,'_product_id','45'),(112370,12327,'_variation_id','0'),(112371,12327,'_qty','2'),(112372,12327,'_tax_class',''),(112373,12327,'_line_subtotal','84.48'),(112374,12327,'_line_subtotal_tax','0'),(112375,12327,'_line_total','84.48'),(112376,12327,'_line_tax','0'),(112377,12327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112378,12328,'_product_id','41'),(112379,12328,'_variation_id','0'),(112380,12328,'_qty','1'),(112381,12328,'_tax_class',''),(112382,12328,'_line_subtotal','66.48'),(112383,12328,'_line_subtotal_tax','0'),(112384,12328,'_line_total','66.48'),(112385,12328,'_line_tax','0'),(112386,12328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112387,12329,'method_id','free_shipping'),(112388,12329,'instance_id','2'),(112389,12329,'cost','0.00'),(112390,12329,'total_tax','0'),(112391,12329,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112392,12329,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 6, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(112393,12330,'_product_id','42'),(112394,12330,'_variation_id','0'),(112395,12330,'_qty','2'),(112396,12330,'_tax_class',''),(112397,12330,'_line_subtotal','158.4'),(112398,12330,'_line_subtotal_tax','0'),(112399,12330,'_line_total','158.4'),(112400,12330,'_line_tax','0'),(112401,12330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112402,12331,'_product_id','487'),(112403,12331,'_variation_id','0'),(112404,12331,'_qty','1'),(112405,12331,'_tax_class',''),(112406,12331,'_line_subtotal','31.35'),(112407,12331,'_line_subtotal_tax','0'),(112408,12331,'_line_total','31.35'),(112409,12331,'_line_tax','0'),(112410,12331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112411,12332,'_product_id','488'),(112412,12332,'_variation_id','0'),(112413,12332,'_qty','1'),(112414,12332,'_tax_class',''),(112415,12332,'_line_subtotal','31.35'),(112416,12332,'_line_subtotal_tax','0'),(112417,12332,'_line_total','31.35'),(112418,12332,'_line_tax','0'),(112419,12332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112420,12333,'_product_id','490'),(112421,12333,'_variation_id','0'),(112422,12333,'_qty','9'),(112423,12333,'_tax_class',''),(112424,12333,'_line_subtotal','176.4'),(112425,12333,'_line_subtotal_tax','0'),(112426,12333,'_line_total','176.4'),(112427,12333,'_line_tax','0'),(112428,12333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112429,12334,'_product_id','2110'),(112430,12334,'_variation_id','0'),(112431,12334,'_qty','1'),(112432,12334,'_tax_class',''),(112433,12334,'_line_subtotal','71.4'),(112434,12334,'_line_subtotal_tax','0'),(112435,12334,'_line_total','71.4'),(112436,12334,'_line_tax','0'),(112437,12334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112438,12335,'_product_id','45'),(112439,12335,'_variation_id','0'),(112440,12335,'_qty','1'),(112441,12335,'_tax_class',''),(112442,12335,'_line_subtotal','42.24'),(112443,12335,'_line_subtotal_tax','0'),(112444,12335,'_line_total','42.24'),(112445,12335,'_line_tax','0'),(112446,12335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112447,12336,'method_id','free_shipping'),(112448,12336,'instance_id','2'),(112449,12336,'cost','0.00'),(112450,12336,'total_tax','0'),(112451,12336,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112452,12336,'Items','Comb-Out Mousse(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 9, Active Rinse 8oz 100%(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(112453,12277,'thwma_order_shipping_status','wc-pending'),(112454,12278,'thwma_order_shipping_status','wc-pending'),(112455,12279,'thwma_order_shipping_status','wc-pending'),(112456,12280,'thwma_order_shipping_status','wc-pending'),(112457,12267,'thwma_order_shipping_status','wc-pending'),(112458,12268,'thwma_order_shipping_status','wc-pending'),(112459,12269,'thwma_order_shipping_status','wc-pending'),(112460,12270,'thwma_order_shipping_status','wc-pending'),(112461,12271,'thwma_order_shipping_status','wc-pending'),(112462,12273,'thwma_order_shipping_status','wc-pending'),(112463,12274,'thwma_order_shipping_status','wc-pending'),(112464,12275,'thwma_order_shipping_status','wc-pending'),(112465,12282,'thwma_order_shipping_status','wc-pending'),(112466,12283,'thwma_order_shipping_status','wc-pending'),(112467,12284,'thwma_order_shipping_status','wc-pending'),(112468,12285,'thwma_order_shipping_status','wc-pending'),(112469,12286,'thwma_order_shipping_status','wc-pending'),(112470,12288,'thwma_order_shipping_status','wc-pending'),(112471,12289,'thwma_order_shipping_status','wc-pending'),(112472,12337,'_product_id','41'),(112473,12337,'_variation_id','0'),(112474,12337,'_qty','2'),(112475,12337,'_tax_class',''),(112476,12337,'_line_subtotal','132.96'),(112477,12337,'_line_subtotal_tax','0'),(112478,12337,'_line_total','132.96'),(112479,12337,'_line_tax','0'),(112480,12337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112481,12338,'_product_id','40'),(112482,12338,'_variation_id','0'),(112483,12338,'_qty','2'),(112484,12338,'_tax_class',''),(112485,12338,'_line_subtotal','158.4'),(112486,12338,'_line_subtotal_tax','0'),(112487,12338,'_line_total','158.4'),(112488,12338,'_line_tax','0'),(112489,12338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112490,12339,'_product_id','49'),(112491,12339,'_variation_id','0'),(112492,12339,'_qty','3'),(112493,12339,'_tax_class',''),(112494,12339,'_line_subtotal','237.6'),(112495,12339,'_line_subtotal_tax','0'),(112496,12339,'_line_total','237.6'),(112497,12339,'_line_tax','0'),(112498,12339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112499,12340,'_product_id','39'),(112500,12340,'_variation_id','0'),(112501,12340,'_qty','2'),(112502,12340,'_tax_class',''),(112503,12340,'_line_subtotal','158.4'),(112504,12340,'_line_subtotal_tax','0'),(112505,12340,'_line_total','158.4'),(112506,12340,'_line_tax','0'),(112507,12340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112508,12341,'method_id','free_shipping'),(112509,12341,'instance_id','2'),(112510,12341,'cost','0.00'),(112511,12341,'total_tax','0'),(112512,12341,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112513,12341,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Shampoo(Case of 12) &times; 2'),(112514,12342,'_product_id','23'),(112515,12342,'_variation_id','0'),(112516,12342,'_qty','1'),(112517,12342,'_tax_class',''),(112518,12342,'_line_subtotal','68.54'),(112519,12342,'_line_subtotal_tax','0'),(112520,12342,'_line_total','68.54'),(112521,12342,'_line_tax','0'),(112522,12342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112523,12343,'_product_id','120'),(112524,12343,'_variation_id','0'),(112525,12343,'_qty','1'),(112526,12343,'_tax_class',''),(112527,12343,'_line_subtotal','52.8'),(112528,12343,'_line_subtotal_tax','0'),(112529,12343,'_line_total','52.8'),(112530,12343,'_line_tax','0'),(112531,12343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112532,12344,'_product_id','43'),(112533,12344,'_variation_id','0'),(112534,12344,'_qty','2'),(112535,12344,'_tax_class',''),(112536,12344,'_line_subtotal','158.4'),(112537,12344,'_line_subtotal_tax','0'),(112538,12344,'_line_total','158.4'),(112539,12344,'_line_tax','0'),(112540,12344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112541,12345,'_product_id','44'),(112542,12345,'_variation_id','0'),(112543,12345,'_qty','2'),(112544,12345,'_tax_class',''),(112545,12345,'_line_subtotal','232.32'),(112546,12345,'_line_subtotal_tax','0'),(112547,12345,'_line_total','232.32'),(112548,12345,'_line_tax','0'),(112549,12345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112550,12346,'method_id','free_shipping'),(112551,12346,'instance_id','2'),(112552,12346,'cost','0.00'),(112553,12346,'total_tax','0'),(112554,12346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112555,12346,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2'),(112556,12347,'_product_id','2113'),(112557,12347,'_variation_id','0'),(112558,12347,'_qty','1'),(112559,12347,'_tax_class',''),(112560,12347,'_line_subtotal','172'),(112561,12347,'_line_subtotal_tax','0'),(112562,12347,'_line_total','172'),(112563,12347,'_line_tax','0'),(112564,12347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112565,12348,'_product_id','43'),(112566,12348,'_variation_id','0'),(112567,12348,'_qty','2'),(112568,12348,'_tax_class',''),(112569,12348,'_line_subtotal','158.4'),(112570,12348,'_line_subtotal_tax','0'),(112571,12348,'_line_total','158.4'),(112572,12348,'_line_tax','0'),(112573,12348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112574,12349,'_product_id','490'),(112575,12349,'_variation_id','0'),(112576,12349,'_qty','5'),(112577,12349,'_tax_class',''),(112578,12349,'_line_subtotal','98'),(112579,12349,'_line_subtotal_tax','0'),(112580,12349,'_line_total','98'),(112581,12349,'_line_tax','0'),(112582,12349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112583,12350,'method_id','fedex'),(112584,12350,'instance_id','1'),(112585,12350,'cost','26.90'),(112586,12350,'total_tax','0'),(112587,12350,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112588,12350,'Package 1','21.56 × 16.56 × 13.19 (in) 48.41lbs × 1'),(112589,12351,'_product_id','2110'),(112590,12351,'_variation_id','0'),(112591,12351,'_qty','3'),(112592,12351,'_tax_class',''),(112593,12351,'_line_subtotal','214.2'),(112594,12351,'_line_subtotal_tax','0'),(112595,12351,'_line_total','214.2'),(112596,12351,'_line_tax','0'),(112597,12351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112598,12352,'_product_id','41'),(112599,12352,'_variation_id','0'),(112600,12352,'_qty','4'),(112601,12352,'_tax_class',''),(112602,12352,'_line_subtotal','265.92'),(112603,12352,'_line_subtotal_tax','0'),(112604,12352,'_line_total','265.92'),(112605,12352,'_line_tax','0'),(112606,12352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112607,12353,'_product_id','2408'),(112608,12353,'_variation_id','0'),(112609,12353,'_qty','2'),(112610,12353,'_tax_class',''),(112611,12353,'_line_subtotal','298.68'),(112612,12353,'_line_subtotal_tax','0'),(112613,12353,'_line_total','298.68'),(112614,12353,'_line_tax','0'),(112615,12353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112616,12354,'_product_id','488'),(112617,12354,'_variation_id','0'),(112618,12354,'_qty','3'),(112619,12354,'_tax_class',''),(112620,12354,'_line_subtotal','94.05'),(112621,12354,'_line_subtotal_tax','0'),(112622,12354,'_line_total','94.05'),(112623,12354,'_line_tax','0'),(112624,12354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112625,12355,'_product_id','133'),(112626,12355,'_variation_id','0'),(112627,12355,'_qty','6'),(112628,12355,'_tax_class',''),(112629,12355,'_line_subtotal','85.8'),(112630,12355,'_line_subtotal_tax','0'),(112631,12355,'_line_total','85.8'),(112632,12355,'_line_tax','0'),(112633,12355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112634,12356,'_product_id','318'),(112635,12356,'_variation_id','0'),(112636,12356,'_qty','10'),(112637,12356,'_tax_class',''),(112638,12356,'_line_subtotal','30'),(112639,12356,'_line_subtotal_tax','0'),(112640,12356,'_line_total','30'),(112641,12356,'_line_tax','0'),(112642,12356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112643,12357,'_product_id','120'),(112644,12357,'_variation_id','0'),(112645,12357,'_qty','3'),(112646,12357,'_tax_class',''),(112647,12357,'_line_subtotal','158.4'),(112648,12357,'_line_subtotal_tax','0'),(112649,12357,'_line_total','158.4'),(112650,12357,'_line_tax','0'),(112651,12357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112652,12358,'method_id','advanced_free_shipping'),(112653,12358,'instance_id','0'),(112654,12358,'cost','0.00'),(112655,12358,'total_tax','0'),(112656,12358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112657,12291,'thwma_order_shipping_status','wc-pending'),(112658,12292,'thwma_order_shipping_status','wc-pending'),(112659,12293,'thwma_order_shipping_status','wc-pending'),(112660,12294,'thwma_order_shipping_status','wc-pending'),(112661,12295,'thwma_order_shipping_status','wc-pending'),(112662,12305,'thwma_order_shipping_status','wc-pending'),(112663,12306,'thwma_order_shipping_status','wc-pending'),(112664,12307,'thwma_order_shipping_status','wc-pending'),(112665,12308,'thwma_order_shipping_status','wc-pending'),(112666,12309,'thwma_order_shipping_status','wc-pending'),(112667,12310,'thwma_order_shipping_status','wc-pending'),(112668,12311,'thwma_order_shipping_status','wc-pending'),(112669,12322,'thwma_order_shipping_status','wc-pending'),(112670,12323,'thwma_order_shipping_status','wc-pending'),(112671,12324,'thwma_order_shipping_status','wc-pending'),(112672,12325,'thwma_order_shipping_status','wc-pending'),(112673,12326,'thwma_order_shipping_status','wc-pending'),(112674,12327,'thwma_order_shipping_status','wc-pending'),(112675,12328,'thwma_order_shipping_status','wc-pending'),(112684,12313,'thwma_order_shipping_status','wc-pending'),(112685,12314,'thwma_order_shipping_status','wc-pending'),(112686,12315,'thwma_order_shipping_status','wc-pending'),(112687,12316,'thwma_order_shipping_status','wc-pending'),(112688,12317,'thwma_order_shipping_status','wc-pending'),(112689,12318,'thwma_order_shipping_status','wc-pending'),(112690,12319,'thwma_order_shipping_status','wc-pending'),(112691,12320,'thwma_order_shipping_status','wc-pending'),(112692,12330,'thwma_order_shipping_status','wc-pending'),(112693,12331,'thwma_order_shipping_status','wc-pending'),(112694,12332,'thwma_order_shipping_status','wc-pending'),(112695,12333,'thwma_order_shipping_status','wc-pending'),(112696,12334,'thwma_order_shipping_status','wc-pending'),(112697,12335,'thwma_order_shipping_status','wc-pending'),(112718,12337,'thwma_order_shipping_status','wc-pending'),(112719,12338,'thwma_order_shipping_status','wc-pending'),(112720,12339,'thwma_order_shipping_status','wc-pending'),(112721,12340,'thwma_order_shipping_status','wc-pending'),(112722,12351,'thwma_order_shipping_status','wc-pending'),(112723,12352,'thwma_order_shipping_status','wc-pending'),(112724,12353,'thwma_order_shipping_status','wc-pending'),(112725,12354,'thwma_order_shipping_status','wc-pending'),(112726,12355,'thwma_order_shipping_status','wc-pending'),(112727,12356,'thwma_order_shipping_status','wc-pending'),(112728,12357,'thwma_order_shipping_status','wc-pending'),(112729,12347,'thwma_order_shipping_status','wc-pending'),(112730,12348,'thwma_order_shipping_status','wc-pending'),(112731,12349,'thwma_order_shipping_status','wc-pending'),(112732,12342,'thwma_order_shipping_status','wc-pending'),(112733,12343,'thwma_order_shipping_status','wc-pending'),(112734,12344,'thwma_order_shipping_status','wc-pending'),(112735,12345,'thwma_order_shipping_status','wc-pending'),(112736,12359,'_product_id','137'),(112737,12359,'_variation_id','0'),(112738,12359,'_qty','15'),(112739,12359,'_tax_class',''),(112740,12359,'_line_subtotal','90.75'),(112741,12359,'_line_subtotal_tax','0'),(112742,12359,'_line_total','90.75'),(112743,12359,'_line_tax','0'),(112744,12359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112745,12360,'_product_id','41'),(112746,12360,'_variation_id','0'),(112747,12360,'_qty','5'),(112748,12360,'_tax_class',''),(112749,12360,'_line_subtotal','332.4'),(112750,12360,'_line_subtotal_tax','0'),(112751,12360,'_line_total','332.4'),(112752,12360,'_line_tax','0'),(112753,12360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112754,12361,'method_id','fedex'),(112755,12361,'instance_id','1'),(112756,12361,'cost','18.35'),(112757,12361,'total_tax','0'),(112758,12361,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112759,12361,'Package 1','15.75 × 14.13 × 6 (in) 17.63lbs × 1'),(112810,12368,'_product_id','23'),(112811,12368,'_variation_id','0'),(112812,12368,'_qty','4'),(112813,12368,'_tax_class',''),(112814,12368,'_line_subtotal','274.16'),(112815,12368,'_line_subtotal_tax','0'),(112816,12368,'_line_total','274.16'),(112817,12368,'_line_tax','0'),(112818,12368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112819,12369,'_product_id','44'),(112820,12369,'_variation_id','0'),(112821,12369,'_qty','3'),(112822,12369,'_tax_class',''),(112823,12369,'_line_subtotal','348.48'),(112824,12369,'_line_subtotal_tax','0'),(112825,12369,'_line_total','348.48'),(112826,12369,'_line_tax','0'),(112827,12369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112828,12370,'_product_id','49'),(112829,12370,'_variation_id','0'),(112830,12370,'_qty','1'),(112831,12370,'_tax_class',''),(112832,12370,'_line_subtotal','79.2'),(112833,12370,'_line_subtotal_tax','0'),(112834,12370,'_line_total','79.2'),(112835,12370,'_line_tax','0'),(112836,12370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112837,12371,'_product_id','490'),(112838,12371,'_variation_id','0'),(112839,12371,'_qty','5'),(112840,12371,'_tax_class',''),(112841,12371,'_line_subtotal','98'),(112842,12371,'_line_subtotal_tax','0'),(112843,12371,'_line_total','98'),(112844,12371,'_line_tax','0'),(112845,12371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112846,12372,'_product_id','43'),(112847,12372,'_variation_id','0'),(112848,12372,'_qty','1'),(112849,12372,'_tax_class',''),(112850,12372,'_line_subtotal','79.2'),(112851,12372,'_line_subtotal_tax','0'),(112852,12372,'_line_total','79.2'),(112853,12372,'_line_tax','0'),(112854,12372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112855,12373,'method_id','advanced_free_shipping'),(112856,12373,'instance_id','0'),(112857,12373,'cost','0.00'),(112858,12373,'total_tax','0'),(112859,12373,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112860,12368,'thwma_order_shipping_status','wc-pending'),(112861,12369,'thwma_order_shipping_status','wc-pending'),(112862,12370,'thwma_order_shipping_status','wc-pending'),(112863,12371,'thwma_order_shipping_status','wc-pending'),(112864,12372,'thwma_order_shipping_status','wc-pending'),(112865,12359,'thwma_order_shipping_status','wc-pending'),(112866,12360,'thwma_order_shipping_status','wc-pending'),(112867,12374,'_product_id','488'),(112868,12374,'_variation_id','0'),(112869,12374,'_qty','3'),(112870,12374,'_tax_class',''),(112871,12374,'_line_subtotal','94.05'),(112872,12374,'_line_subtotal_tax','0'),(112873,12374,'_line_total','94.05'),(112874,12374,'_line_tax','0'),(112875,12374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112876,12375,'_product_id','490'),(112877,12375,'_variation_id','0'),(112878,12375,'_qty','6'),(112879,12375,'_tax_class',''),(112880,12375,'_line_subtotal','117.6'),(112881,12375,'_line_subtotal_tax','0'),(112882,12375,'_line_total','117.6'),(112883,12375,'_line_tax','0'),(112884,12375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112885,12376,'_product_id','2113'),(112886,12376,'_variation_id','0'),(112887,12376,'_qty','1'),(112888,12376,'_tax_class',''),(112889,12376,'_line_subtotal','172'),(112890,12376,'_line_subtotal_tax','0'),(112891,12376,'_line_total','172'),(112892,12376,'_line_tax','0'),(112893,12376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112894,12377,'_product_id','120'),(112895,12377,'_variation_id','0'),(112896,12377,'_qty','1'),(112897,12377,'_tax_class',''),(112898,12377,'_line_subtotal','52.8'),(112899,12377,'_line_subtotal_tax','0'),(112900,12377,'_line_total','52.8'),(112901,12377,'_line_tax','0'),(112902,12377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112903,12378,'method_id','fedex'),(112904,12378,'instance_id','1'),(112905,12378,'cost','94.57'),(112906,12378,'total_tax','0'),(112907,12378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112908,12378,'Package 1','21.56 × 16.56 × 13.19 (in) 53.91lbs × 1'),(112909,12378,'Package 2','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(112910,12379,'_product_id','23'),(112911,12379,'_variation_id','0'),(112912,12379,'_qty','3'),(112913,12379,'_tax_class',''),(112914,12379,'_line_subtotal','205.62'),(112915,12379,'_line_subtotal_tax','0'),(112916,12379,'_line_total','205.62'),(112917,12379,'_line_tax','0'),(112918,12379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112919,12380,'_product_id','45'),(112920,12380,'_variation_id','0'),(112921,12380,'_qty','1'),(112922,12380,'_tax_class',''),(112923,12380,'_line_subtotal','42.24'),(112924,12380,'_line_subtotal_tax','0'),(112925,12380,'_line_total','42.24'),(112926,12380,'_line_tax','0'),(112927,12380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112928,12381,'_product_id','43'),(112929,12381,'_variation_id','0'),(112930,12381,'_qty','2'),(112931,12381,'_tax_class',''),(112932,12381,'_line_subtotal','158.4'),(112933,12381,'_line_subtotal_tax','0'),(112934,12381,'_line_total','158.4'),(112935,12381,'_line_tax','0'),(112936,12381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112937,12382,'_product_id','49'),(112938,12382,'_variation_id','0'),(112939,12382,'_qty','2'),(112940,12382,'_tax_class',''),(112941,12382,'_line_subtotal','158.4'),(112942,12382,'_line_subtotal_tax','0'),(112943,12382,'_line_total','158.4'),(112944,12382,'_line_tax','0'),(112945,12382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112946,12383,'_product_id','489'),(112947,12383,'_variation_id','0'),(112948,12383,'_qty','30'),(112949,12383,'_tax_class',''),(112950,12383,'_line_subtotal','571.2'),(112951,12383,'_line_subtotal_tax','0'),(112952,12383,'_line_total','571.2'),(112953,12383,'_line_tax','0'),(112954,12383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112955,12384,'method_id','advanced_free_shipping'),(112956,12384,'instance_id','0'),(112957,12384,'cost','0.00'),(112958,12384,'total_tax','0'),(112959,12384,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112960,12385,'_product_id','45'),(112961,12385,'_variation_id','0'),(112962,12385,'_qty','2'),(112963,12385,'_tax_class',''),(112964,12385,'_line_subtotal','84.48'),(112965,12385,'_line_subtotal_tax','0'),(112966,12385,'_line_total','84.48'),(112967,12385,'_line_tax','0'),(112968,12385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112969,12386,'_product_id','490'),(112970,12386,'_variation_id','0'),(112971,12386,'_qty','2'),(112972,12386,'_tax_class',''),(112973,12386,'_line_subtotal','39.2'),(112974,12386,'_line_subtotal_tax','0'),(112975,12386,'_line_total','39.2'),(112976,12386,'_line_tax','0'),(112977,12386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(112978,12387,'method_id','fedex'),(112979,12387,'instance_id','1'),(112980,12387,'cost','21.84'),(112981,12387,'total_tax','0'),(112982,12387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(112983,12387,'Package 1','15.81 × 12.94 × 10.19 (in) 21.24lbs × 1'),(112984,12379,'thwma_order_shipping_status','wc-pending'),(112985,12380,'thwma_order_shipping_status','wc-pending'),(112986,12381,'thwma_order_shipping_status','wc-pending'),(112987,12382,'thwma_order_shipping_status','wc-pending'),(112988,12383,'thwma_order_shipping_status','wc-pending'),(112989,12385,'thwma_order_shipping_status','wc-pending'),(112990,12386,'thwma_order_shipping_status','wc-pending'),(112991,12374,'thwma_order_shipping_status','wc-pending'),(112992,12375,'thwma_order_shipping_status','wc-pending'),(112993,12376,'thwma_order_shipping_status','wc-pending'),(112994,12377,'thwma_order_shipping_status','wc-pending'),(112995,12388,'_product_id','41'),(112996,12388,'_variation_id','0'),(112997,12388,'_qty','2'),(112998,12388,'_tax_class',''),(112999,12388,'_line_subtotal','132.96'),(113000,12388,'_line_subtotal_tax','0'),(113001,12388,'_line_total','132.96'),(113002,12388,'_line_tax','0'),(113003,12388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113004,12389,'_product_id','490'),(113005,12389,'_variation_id','0'),(113006,12389,'_qty','3'),(113007,12389,'_tax_class',''),(113008,12389,'_line_subtotal','58.8'),(113009,12389,'_line_subtotal_tax','0'),(113010,12389,'_line_total','58.8'),(113011,12389,'_line_tax','0'),(113012,12389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113013,12390,'_product_id','49'),(113014,12390,'_variation_id','0'),(113015,12390,'_qty','1'),(113016,12390,'_tax_class',''),(113017,12390,'_line_subtotal','79.2'),(113018,12390,'_line_subtotal_tax','0'),(113019,12390,'_line_total','79.2'),(113020,12390,'_line_tax','0'),(113021,12390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113022,12391,'method_id','fedex'),(113023,12391,'instance_id','1'),(113024,12391,'cost','16.77'),(113025,12391,'total_tax','0'),(113026,12391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113027,12391,'Package 1','15.81 × 12.94 × 10.19 (in) 20.99lbs × 1'),(113028,12388,'thwma_order_shipping_status','wc-pending'),(113029,12389,'thwma_order_shipping_status','wc-pending'),(113030,12390,'thwma_order_shipping_status','wc-pending'),(113031,12392,'_product_id','2110'),(113032,12392,'_variation_id','0'),(113033,12392,'_qty','1'),(113034,12392,'_tax_class',''),(113035,12392,'_line_subtotal','71.4'),(113036,12392,'_line_subtotal_tax','0'),(113037,12392,'_line_total','71.4'),(113038,12392,'_line_tax','0'),(113039,12392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113040,12393,'_product_id','41'),(113041,12393,'_variation_id','0'),(113042,12393,'_qty','1'),(113043,12393,'_tax_class',''),(113044,12393,'_line_subtotal','66.48'),(113045,12393,'_line_subtotal_tax','0'),(113046,12393,'_line_total','66.48'),(113047,12393,'_line_tax','0'),(113048,12393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113049,12394,'_product_id','40'),(113050,12394,'_variation_id','0'),(113051,12394,'_qty','1'),(113052,12394,'_tax_class',''),(113053,12394,'_line_subtotal','79.2'),(113054,12394,'_line_subtotal_tax','0'),(113055,12394,'_line_total','79.2'),(113056,12394,'_line_tax','0'),(113057,12394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113058,12395,'_product_id','44'),(113059,12395,'_variation_id','0'),(113060,12395,'_qty','1'),(113061,12395,'_tax_class',''),(113062,12395,'_line_subtotal','116.16'),(113063,12395,'_line_subtotal_tax','0'),(113064,12395,'_line_total','116.16'),(113065,12395,'_line_tax','0'),(113066,12395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113067,12396,'_product_id','43'),(113068,12396,'_variation_id','0'),(113069,12396,'_qty','1'),(113070,12396,'_tax_class',''),(113071,12396,'_line_subtotal','79.2'),(113072,12396,'_line_subtotal_tax','0'),(113073,12396,'_line_total','79.2'),(113074,12396,'_line_tax','0'),(113075,12396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113076,12397,'_product_id','490'),(113077,12397,'_variation_id','0'),(113078,12397,'_qty','5'),(113079,12397,'_tax_class',''),(113080,12397,'_line_subtotal','98'),(113081,12397,'_line_subtotal_tax','0'),(113082,12397,'_line_total','98'),(113083,12397,'_line_tax','0'),(113084,12397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113085,12398,'method_id','advanced_free_shipping'),(113086,12398,'instance_id','0'),(113087,12398,'cost','0.00'),(113088,12398,'total_tax','0'),(113089,12398,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113090,12399,'_product_id','120'),(113091,12399,'_variation_id','0'),(113092,12399,'_qty','2'),(113093,12399,'_tax_class',''),(113094,12399,'_line_subtotal','105.6'),(113095,12399,'_line_subtotal_tax','0'),(113096,12399,'_line_total','105.6'),(113097,12399,'_line_tax','0'),(113098,12399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113099,12400,'_product_id','490'),(113100,12400,'_variation_id','0'),(113101,12400,'_qty','10'),(113102,12400,'_tax_class',''),(113103,12400,'_line_subtotal','196'),(113104,12400,'_line_subtotal_tax','0'),(113105,12400,'_line_total','196'),(113106,12400,'_line_tax','0'),(113107,12400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113108,12401,'_product_id','318'),(113109,12401,'_variation_id','0'),(113110,12401,'_qty','10'),(113111,12401,'_tax_class',''),(113112,12401,'_line_subtotal','30'),(113113,12401,'_line_subtotal_tax','0'),(113114,12401,'_line_total','30'),(113115,12401,'_line_tax','0'),(113116,12401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113117,12402,'method_id','fedex'),(113118,12402,'instance_id','1'),(113119,12402,'cost','71.81'),(113120,12402,'total_tax','0'),(113121,12402,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113122,12402,'Package 1','21.56 × 16.56 × 13.19 (in) 53.06lbs × 1'),(113123,12402,'Package 2','12.75 × 10.25 × 1.5 (in) 5.06lbs × 1'),(113124,12403,'_product_id','489'),(113125,12403,'_variation_id','0'),(113126,12403,'_qty','10'),(113127,12403,'_tax_class',''),(113128,12403,'_line_subtotal','190.4'),(113129,12403,'_line_subtotal_tax','0'),(113130,12403,'_line_total','190.4'),(113131,12403,'_line_tax','0'),(113132,12403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113133,12404,'_product_id','487'),(113134,12404,'_variation_id','0'),(113135,12404,'_qty','4'),(113136,12404,'_tax_class',''),(113137,12404,'_line_subtotal','125.4'),(113138,12404,'_line_subtotal_tax','0'),(113139,12404,'_line_total','125.4'),(113140,12404,'_line_tax','0'),(113141,12404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113142,12405,'method_id','fedex'),(113143,12405,'instance_id','1'),(113144,12405,'cost','71.73'),(113145,12405,'total_tax','0'),(113146,12405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113147,12405,'Package 1','21.56 × 16.56 × 13.19 (in) 54.31lbs × 1'),(113148,12405,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(113149,12392,'thwma_order_shipping_status','wc-pending'),(113150,12393,'thwma_order_shipping_status','wc-pending'),(113151,12394,'thwma_order_shipping_status','wc-pending'),(113152,12395,'thwma_order_shipping_status','wc-pending'),(113153,12396,'thwma_order_shipping_status','wc-pending'),(113154,12397,'thwma_order_shipping_status','wc-pending'),(113155,12406,'_product_id','488'),(113156,12406,'_variation_id','0'),(113157,12406,'_qty','8'),(113158,12406,'_tax_class',''),(113159,12406,'_line_subtotal','250.8'),(113160,12406,'_line_subtotal_tax','0'),(113161,12406,'_line_total','250.8'),(113162,12406,'_line_tax','0'),(113163,12406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113164,12407,'_product_id','43'),(113165,12407,'_variation_id','0'),(113166,12407,'_qty','2'),(113167,12407,'_tax_class',''),(113168,12407,'_line_subtotal','158.4'),(113169,12407,'_line_subtotal_tax','0'),(113170,12407,'_line_total','158.4'),(113171,12407,'_line_tax','0'),(113172,12407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113173,12408,'_product_id','39'),(113174,12408,'_variation_id','0'),(113175,12408,'_qty','2'),(113176,12408,'_tax_class',''),(113177,12408,'_line_subtotal','158.4'),(113178,12408,'_line_subtotal_tax','0'),(113179,12408,'_line_total','158.4'),(113180,12408,'_line_tax','0'),(113181,12408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113182,12409,'_product_id','2110'),(113183,12409,'_variation_id','0'),(113184,12409,'_qty','2'),(113185,12409,'_tax_class',''),(113186,12409,'_line_subtotal','142.8'),(113187,12409,'_line_subtotal_tax','0'),(113188,12409,'_line_total','142.8'),(113189,12409,'_line_tax','0'),(113190,12409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113191,12410,'method_id','advanced_free_shipping'),(113192,12410,'instance_id','0'),(113193,12410,'cost','0.00'),(113194,12410,'total_tax','0'),(113195,12410,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113196,12411,'_product_id','49'),(113197,12411,'_variation_id','0'),(113198,12411,'_qty','1'),(113199,12411,'_tax_class',''),(113200,12411,'_line_subtotal','79.2'),(113201,12411,'_line_subtotal_tax','0'),(113202,12411,'_line_total','79.2'),(113203,12411,'_line_tax','0'),(113204,12411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113205,12412,'_product_id','2110'),(113206,12412,'_variation_id','0'),(113207,12412,'_qty','1'),(113208,12412,'_tax_class',''),(113209,12412,'_line_subtotal','71.4'),(113210,12412,'_line_subtotal_tax','0'),(113211,12412,'_line_total','71.4'),(113212,12412,'_line_tax','0'),(113213,12412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113214,12413,'_product_id','45'),(113215,12413,'_variation_id','0'),(113216,12413,'_qty','2'),(113217,12413,'_tax_class',''),(113218,12413,'_line_subtotal','84.48'),(113219,12413,'_line_subtotal_tax','0'),(113220,12413,'_line_total','84.48'),(113221,12413,'_line_tax','0'),(113222,12413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113223,12414,'_product_id','45'),(113224,12414,'_variation_id','0'),(113225,12414,'_qty','2'),(113226,12414,'_tax_class',''),(113227,12414,'_line_subtotal','84.48'),(113228,12414,'_line_subtotal_tax','0'),(113229,12414,'_line_total','84.48'),(113230,12414,'_line_tax','0'),(113231,12414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113232,12415,'_product_id','44'),(113233,12415,'_variation_id','0'),(113234,12415,'_qty','2'),(113235,12415,'_tax_class',''),(113236,12415,'_line_subtotal','232.32'),(113237,12415,'_line_subtotal_tax','0'),(113238,12415,'_line_total','232.32'),(113239,12415,'_line_tax','0'),(113240,12415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113241,12416,'_product_id','490'),(113242,12416,'_variation_id','0'),(113243,12416,'_qty','10'),(113244,12416,'_tax_class',''),(113245,12416,'_line_subtotal','196'),(113246,12416,'_line_subtotal_tax','0'),(113247,12416,'_line_total','196'),(113248,12416,'_line_tax','0'),(113249,12416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113250,12417,'_product_id','488'),(113251,12417,'_variation_id','0'),(113252,12417,'_qty','1'),(113253,12417,'_tax_class',''),(113254,12417,'_line_subtotal','31.35'),(113255,12417,'_line_subtotal_tax','0'),(113256,12417,'_line_total','31.35'),(113257,12417,'_line_tax','0'),(113258,12417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113259,12418,'_product_id','487'),(113260,12418,'_variation_id','0'),(113261,12418,'_qty','1'),(113262,12418,'_tax_class',''),(113263,12418,'_line_subtotal','31.35'),(113264,12418,'_line_subtotal_tax','0'),(113265,12418,'_line_total','31.35'),(113266,12418,'_line_tax','0'),(113267,12418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113268,12419,'method_id','advanced_free_shipping'),(113269,12419,'instance_id','0'),(113270,12419,'cost','0.00'),(113271,12419,'total_tax','0'),(113272,12419,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113273,12420,'_product_id','490'),(113274,12420,'_variation_id','0'),(113275,12420,'_qty','10'),(113276,12420,'_tax_class',''),(113277,12420,'_line_subtotal','196'),(113278,12420,'_line_subtotal_tax','0'),(113279,12420,'_line_total','196'),(113280,12420,'_line_tax','0'),(113281,12420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113282,12421,'_product_id','43'),(113283,12421,'_variation_id','0'),(113284,12421,'_qty','2'),(113285,12421,'_tax_class',''),(113286,12421,'_line_subtotal','158.4'),(113287,12421,'_line_subtotal_tax','0'),(113288,12421,'_line_total','158.4'),(113289,12421,'_line_tax','0'),(113290,12421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113291,12422,'_product_id','2110'),(113292,12422,'_variation_id','0'),(113293,12422,'_qty','1'),(113294,12422,'_tax_class',''),(113295,12422,'_line_subtotal','71.4'),(113296,12422,'_line_subtotal_tax','0'),(113297,12422,'_line_total','71.4'),(113298,12422,'_line_tax','0'),(113299,12422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113300,12423,'_product_id','44'),(113301,12423,'_variation_id','0'),(113302,12423,'_qty','1'),(113303,12423,'_tax_class',''),(113304,12423,'_line_subtotal','116.16'),(113305,12423,'_line_subtotal_tax','0'),(113306,12423,'_line_total','116.16'),(113307,12423,'_line_tax','0'),(113308,12423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113309,12424,'_product_id','2400'),(113310,12424,'_variation_id','0'),(113311,12424,'_qty','1'),(113312,12424,'_tax_class',''),(113313,12424,'_line_subtotal','186.3'),(113314,12424,'_line_subtotal_tax','0'),(113315,12424,'_line_total','186.3'),(113316,12424,'_line_tax','0'),(113317,12424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113318,12425,'_product_id','45'),(113319,12425,'_variation_id','0'),(113320,12425,'_qty','1'),(113321,12425,'_tax_class',''),(113322,12425,'_line_subtotal','42.24'),(113323,12425,'_line_subtotal_tax','0'),(113324,12425,'_line_total','42.24'),(113325,12425,'_line_tax','0'),(113326,12425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113327,12426,'_product_id','487'),(113328,12426,'_variation_id','0'),(113329,12426,'_qty','1'),(113330,12426,'_tax_class',''),(113331,12426,'_line_subtotal','31.35'),(113332,12426,'_line_subtotal_tax','0'),(113333,12426,'_line_total','31.35'),(113334,12426,'_line_tax','0'),(113335,12426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113336,12427,'method_id','advanced_free_shipping'),(113337,12427,'instance_id','0'),(113338,12427,'cost','0.00'),(113339,12427,'total_tax','0'),(113340,12427,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113341,12406,'thwma_order_shipping_status','wc-pending'),(113342,12407,'thwma_order_shipping_status','wc-pending'),(113343,12408,'thwma_order_shipping_status','wc-pending'),(113344,12409,'thwma_order_shipping_status','wc-pending'),(113347,12403,'thwma_order_shipping_status','wc-pending'),(113348,12404,'thwma_order_shipping_status','wc-pending'),(113352,12399,'thwma_order_shipping_status','wc-pending'),(113353,12400,'thwma_order_shipping_status','wc-pending'),(113354,12401,'thwma_order_shipping_status','wc-pending'),(113355,12411,'thwma_order_shipping_status','wc-pending'),(113356,12412,'thwma_order_shipping_status','wc-pending'),(113357,12413,'thwma_order_shipping_status','wc-pending'),(113358,12414,'thwma_order_shipping_status','wc-pending'),(113359,12415,'thwma_order_shipping_status','wc-pending'),(113360,12416,'thwma_order_shipping_status','wc-pending'),(113361,12417,'thwma_order_shipping_status','wc-pending'),(113362,12418,'thwma_order_shipping_status','wc-pending'),(113363,12420,'thwma_order_shipping_status','wc-pending'),(113364,12421,'thwma_order_shipping_status','wc-pending'),(113365,12422,'thwma_order_shipping_status','wc-pending'),(113366,12423,'thwma_order_shipping_status','wc-pending'),(113367,12424,'thwma_order_shipping_status','wc-pending'),(113368,12425,'thwma_order_shipping_status','wc-pending'),(113369,12426,'thwma_order_shipping_status','wc-pending'),(113370,12428,'_product_id','42'),(113371,12428,'_variation_id','0'),(113372,12428,'_qty','1'),(113373,12428,'_tax_class',''),(113374,12428,'_line_subtotal','79.2'),(113375,12428,'_line_subtotal_tax','0'),(113376,12428,'_line_total','79.2'),(113377,12428,'_line_tax','0'),(113378,12428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113379,12429,'_product_id','41'),(113380,12429,'_variation_id','0'),(113381,12429,'_qty','2'),(113382,12429,'_tax_class',''),(113383,12429,'_line_subtotal','132.96'),(113384,12429,'_line_subtotal_tax','0'),(113385,12429,'_line_total','132.96'),(113386,12429,'_line_tax','0'),(113387,12429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113388,12430,'_product_id','45'),(113389,12430,'_variation_id','0'),(113390,12430,'_qty','2'),(113391,12430,'_tax_class',''),(113392,12430,'_line_subtotal','84.48'),(113393,12430,'_line_subtotal_tax','0'),(113394,12430,'_line_total','84.48'),(113395,12430,'_line_tax','0'),(113396,12430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113397,12431,'_product_id','2400'),(113398,12431,'_variation_id','0'),(113399,12431,'_qty','1'),(113400,12431,'_tax_class',''),(113401,12431,'_line_subtotal','186.3'),(113402,12431,'_line_subtotal_tax','0'),(113403,12431,'_line_total','186.3'),(113404,12431,'_line_tax','0'),(113405,12431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113406,12432,'_product_id','2408'),(113407,12432,'_variation_id','0'),(113408,12432,'_qty','2'),(113409,12432,'_tax_class',''),(113410,12432,'_line_subtotal','298.68'),(113411,12432,'_line_subtotal_tax','0'),(113412,12432,'_line_total','298.68'),(113413,12432,'_line_tax','0'),(113414,12432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113415,12433,'_product_id','120'),(113416,12433,'_variation_id','0'),(113417,12433,'_qty','1'),(113418,12433,'_tax_class',''),(113419,12433,'_line_subtotal','52.8'),(113420,12433,'_line_subtotal_tax','0'),(113421,12433,'_line_total','52.8'),(113422,12433,'_line_tax','0'),(113423,12433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113424,12434,'_product_id','43'),(113425,12434,'_variation_id','0'),(113426,12434,'_qty','1'),(113427,12434,'_tax_class',''),(113428,12434,'_line_subtotal','79.2'),(113429,12434,'_line_subtotal_tax','0'),(113430,12434,'_line_total','79.2'),(113431,12434,'_line_tax','0'),(113432,12434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113433,12435,'_product_id','49'),(113434,12435,'_variation_id','0'),(113435,12435,'_qty','1'),(113436,12435,'_tax_class',''),(113437,12435,'_line_subtotal','79.2'),(113438,12435,'_line_subtotal_tax','0'),(113439,12435,'_line_total','79.2'),(113440,12435,'_line_tax','0'),(113441,12435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113442,12436,'_product_id','490'),(113443,12436,'_variation_id','0'),(113444,12436,'_qty','10'),(113445,12436,'_tax_class',''),(113446,12436,'_line_subtotal','196'),(113447,12436,'_line_subtotal_tax','0'),(113448,12436,'_line_total','196'),(113449,12436,'_line_tax','0'),(113450,12436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113451,12437,'_product_id','487'),(113452,12437,'_variation_id','0'),(113453,12437,'_qty','2'),(113454,12437,'_tax_class',''),(113455,12437,'_line_subtotal','62.7'),(113456,12437,'_line_subtotal_tax','0'),(113457,12437,'_line_total','62.7'),(113458,12437,'_line_tax','0'),(113459,12437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113460,12438,'method_id','advanced_free_shipping'),(113461,12438,'instance_id','0'),(113462,12438,'cost','0.00'),(113463,12438,'total_tax','0'),(113464,12438,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113465,12439,'_product_id','2110'),(113466,12439,'_variation_id','0'),(113467,12439,'_qty','6'),(113468,12439,'_tax_class',''),(113469,12439,'_line_subtotal','428.4'),(113470,12439,'_line_subtotal_tax','0'),(113471,12439,'_line_total','428.4'),(113472,12439,'_line_tax','0'),(113473,12439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113474,12440,'_product_id','2113'),(113475,12440,'_variation_id','0'),(113476,12440,'_qty','2'),(113477,12440,'_tax_class',''),(113478,12440,'_line_subtotal','344'),(113479,12440,'_line_subtotal_tax','0'),(113480,12440,'_line_total','344'),(113481,12440,'_line_tax','0'),(113482,12440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113483,12441,'_product_id','41'),(113484,12441,'_variation_id','0'),(113485,12441,'_qty','6'),(113486,12441,'_tax_class',''),(113487,12441,'_line_subtotal','398.88'),(113488,12441,'_line_subtotal_tax','0'),(113489,12441,'_line_total','398.88'),(113490,12441,'_line_tax','0'),(113491,12441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113492,12442,'_product_id','2408'),(113493,12442,'_variation_id','0'),(113494,12442,'_qty','5'),(113495,12442,'_tax_class',''),(113496,12442,'_line_subtotal','746.7'),(113497,12442,'_line_subtotal_tax','0'),(113498,12442,'_line_total','746.7'),(113499,12442,'_line_tax','0'),(113500,12442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113501,12443,'_product_id','43'),(113502,12443,'_variation_id','0'),(113503,12443,'_qty','4'),(113504,12443,'_tax_class',''),(113505,12443,'_line_subtotal','316.8'),(113506,12443,'_line_subtotal_tax','0'),(113507,12443,'_line_total','316.8'),(113508,12443,'_line_tax','0'),(113509,12443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113510,12444,'_product_id','490'),(113511,12444,'_variation_id','0'),(113512,12444,'_qty','60'),(113513,12444,'_tax_class',''),(113514,12444,'_line_subtotal','1176'),(113515,12444,'_line_subtotal_tax','0'),(113516,12444,'_line_total','1176'),(113517,12444,'_line_tax','0'),(113518,12444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113519,12445,'_product_id','487'),(113520,12445,'_variation_id','0'),(113521,12445,'_qty','5'),(113522,12445,'_tax_class',''),(113523,12445,'_line_subtotal','156.75'),(113524,12445,'_line_subtotal_tax','0'),(113525,12445,'_line_total','156.75'),(113526,12445,'_line_tax','0'),(113527,12445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113528,12446,'method_id','advanced_free_shipping'),(113529,12446,'instance_id','0'),(113530,12446,'cost','0.00'),(113531,12446,'total_tax','0'),(113532,12446,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113533,12428,'thwma_order_shipping_status','wc-pending'),(113534,12429,'thwma_order_shipping_status','wc-pending'),(113535,12430,'thwma_order_shipping_status','wc-pending'),(113536,12431,'thwma_order_shipping_status','wc-pending'),(113537,12432,'thwma_order_shipping_status','wc-pending'),(113538,12433,'thwma_order_shipping_status','wc-pending'),(113539,12434,'thwma_order_shipping_status','wc-pending'),(113540,12435,'thwma_order_shipping_status','wc-pending'),(113541,12436,'thwma_order_shipping_status','wc-pending'),(113542,12437,'thwma_order_shipping_status','wc-pending'),(113543,12447,'_product_id','490'),(113544,12447,'_variation_id','0'),(113545,12447,'_qty','20'),(113546,12447,'_tax_class',''),(113547,12447,'_line_subtotal','392'),(113548,12447,'_line_subtotal_tax','0'),(113549,12447,'_line_total','392'),(113550,12447,'_line_tax','0'),(113551,12447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113552,12448,'_product_id','133'),(113553,12448,'_variation_id','0'),(113554,12448,'_qty','10'),(113555,12448,'_tax_class',''),(113556,12448,'_line_subtotal','143'),(113557,12448,'_line_subtotal_tax','0'),(113558,12448,'_line_total','143'),(113559,12448,'_line_tax','0'),(113560,12448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113561,12449,'method_id','advanced_free_shipping'),(113562,12449,'instance_id','0'),(113563,12449,'cost','0.00'),(113564,12449,'total_tax','0'),(113565,12449,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113566,12439,'thwma_order_shipping_status','wc-pending'),(113567,12440,'thwma_order_shipping_status','wc-pending'),(113568,12441,'thwma_order_shipping_status','wc-pending'),(113569,12442,'thwma_order_shipping_status','wc-pending'),(113570,12443,'thwma_order_shipping_status','wc-pending'),(113571,12444,'thwma_order_shipping_status','wc-pending'),(113572,12445,'thwma_order_shipping_status','wc-pending'),(113573,12450,'_product_id','45'),(113574,12450,'_variation_id','0'),(113575,12450,'_qty','3'),(113576,12450,'_tax_class',''),(113577,12450,'_line_subtotal','126.72'),(113578,12450,'_line_subtotal_tax','0'),(113579,12450,'_line_total','126.72'),(113580,12450,'_line_tax','0'),(113581,12450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113582,12451,'_product_id','49'),(113583,12451,'_variation_id','0'),(113584,12451,'_qty','3'),(113585,12451,'_tax_class',''),(113586,12451,'_line_subtotal','237.6'),(113587,12451,'_line_subtotal_tax','0'),(113588,12451,'_line_total','237.6'),(113589,12451,'_line_tax','0'),(113590,12451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113591,12452,'method_id','fedex'),(113592,12452,'instance_id','1'),(113593,12452,'cost','46.12'),(113594,12452,'total_tax','0'),(113595,12452,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113596,12452,'Package 1','21.56 × 16.56 × 13.19 (in) 49.46lbs × 1'),(113597,12447,'thwma_order_shipping_status','wc-pending'),(113598,12448,'thwma_order_shipping_status','wc-pending'),(113599,12453,'_product_id','2110'),(113600,12453,'_variation_id','0'),(113601,12453,'_qty','12'),(113602,12453,'_tax_class',''),(113603,12453,'_line_subtotal','856.8'),(113604,12453,'_line_subtotal_tax','0'),(113605,12453,'_line_total','856.8'),(113606,12453,'_line_tax','0'),(113607,12453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113608,12454,'_product_id','2113'),(113609,12454,'_variation_id','0'),(113610,12454,'_qty','8'),(113611,12454,'_tax_class',''),(113612,12454,'_line_subtotal','1376'),(113613,12454,'_line_subtotal_tax','0'),(113614,12454,'_line_total','1376'),(113615,12454,'_line_tax','0'),(113616,12454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113617,12455,'_product_id','45'),(113618,12455,'_variation_id','0'),(113619,12455,'_qty','3'),(113620,12455,'_tax_class',''),(113621,12455,'_line_subtotal','126.72'),(113622,12455,'_line_subtotal_tax','0'),(113623,12455,'_line_total','126.72'),(113624,12455,'_line_tax','0'),(113625,12455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113626,12456,'_product_id','43'),(113627,12456,'_variation_id','0'),(113628,12456,'_qty','6'),(113629,12456,'_tax_class',''),(113630,12456,'_line_subtotal','475.2'),(113631,12456,'_line_subtotal_tax','0'),(113632,12456,'_line_total','475.2'),(113633,12456,'_line_tax','0'),(113634,12456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113635,12457,'_product_id','49'),(113636,12457,'_variation_id','0'),(113637,12457,'_qty','3'),(113638,12457,'_tax_class',''),(113639,12457,'_line_subtotal','237.6'),(113640,12457,'_line_subtotal_tax','0'),(113641,12457,'_line_total','237.6'),(113642,12457,'_line_tax','0'),(113643,12457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113644,12458,'method_id','advanced_free_shipping'),(113645,12458,'instance_id','0'),(113646,12458,'cost','0.00'),(113647,12458,'total_tax','0'),(113648,12458,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113649,12459,'_product_id','41'),(113650,12459,'_variation_id','0'),(113651,12459,'_qty','2'),(113652,12459,'_tax_class',''),(113653,12459,'_line_subtotal','132.96'),(113654,12459,'_line_subtotal_tax','0'),(113655,12459,'_line_total','132.96'),(113656,12459,'_line_tax','0'),(113657,12459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113658,12460,'_product_id','49'),(113659,12460,'_variation_id','0'),(113660,12460,'_qty','3'),(113661,12460,'_tax_class',''),(113662,12460,'_line_subtotal','237.6'),(113663,12460,'_line_subtotal_tax','0'),(113664,12460,'_line_total','237.6'),(113665,12460,'_line_tax','0'),(113666,12460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113667,12461,'_product_id','39'),(113668,12461,'_variation_id','0'),(113669,12461,'_qty','2'),(113670,12461,'_tax_class',''),(113671,12461,'_line_subtotal','158.4'),(113672,12461,'_line_subtotal_tax','0'),(113673,12461,'_line_total','158.4'),(113674,12461,'_line_tax','0'),(113675,12461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113676,12462,'_product_id','40'),(113677,12462,'_variation_id','0'),(113678,12462,'_qty','3'),(113679,12462,'_tax_class',''),(113680,12462,'_line_subtotal','237.6'),(113681,12462,'_line_subtotal_tax','0'),(113682,12462,'_line_total','237.6'),(113683,12462,'_line_tax','0'),(113684,12462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113685,12463,'method_id','advanced_free_shipping'),(113686,12463,'instance_id','0'),(113687,12463,'cost','0.00'),(113688,12463,'total_tax','0'),(113689,12463,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113690,12464,'_product_id','41'),(113691,12464,'_variation_id','0'),(113692,12464,'_qty','1'),(113693,12464,'_tax_class',''),(113694,12464,'_line_subtotal','66.48'),(113695,12464,'_line_subtotal_tax','0'),(113696,12464,'_line_total','66.48'),(113697,12464,'_line_tax','0'),(113698,12464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113699,12465,'_product_id','44'),(113700,12465,'_variation_id','0'),(113701,12465,'_qty','1'),(113702,12465,'_tax_class',''),(113703,12465,'_line_subtotal','116.16'),(113704,12465,'_line_subtotal_tax','0'),(113705,12465,'_line_total','116.16'),(113706,12465,'_line_tax','0'),(113707,12465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113708,12466,'_product_id','43'),(113709,12466,'_variation_id','0'),(113710,12466,'_qty','2'),(113711,12466,'_tax_class',''),(113712,12466,'_line_subtotal','158.4'),(113713,12466,'_line_subtotal_tax','0'),(113714,12466,'_line_total','158.4'),(113715,12466,'_line_tax','0'),(113716,12466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113717,12467,'_product_id','490'),(113718,12467,'_variation_id','0'),(113719,12467,'_qty','5'),(113720,12467,'_tax_class',''),(113721,12467,'_line_subtotal','98'),(113722,12467,'_line_subtotal_tax','0'),(113723,12467,'_line_total','98'),(113724,12467,'_line_tax','0'),(113725,12467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113726,12468,'method_id','fedex'),(113727,12468,'instance_id','1'),(113728,12468,'cost','28.06'),(113729,12468,'total_tax','0'),(113730,12468,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113731,12468,'Package 1','17 × 14 × 10 (in) 41.3lbs × 1'),(113732,12469,'_product_id','23'),(113733,12469,'_variation_id','0'),(113734,12469,'_qty','4'),(113735,12469,'_tax_class',''),(113736,12469,'_line_subtotal','274.16'),(113737,12469,'_line_subtotal_tax','0'),(113738,12469,'_line_total','274.16'),(113739,12469,'_line_tax','0'),(113740,12469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113741,12470,'_product_id','44'),(113742,12470,'_variation_id','0'),(113743,12470,'_qty','2'),(113744,12470,'_tax_class',''),(113745,12470,'_line_subtotal','232.32'),(113746,12470,'_line_subtotal_tax','0'),(113747,12470,'_line_total','232.32'),(113748,12470,'_line_tax','0'),(113749,12470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113750,12471,'method_id','advanced_free_shipping'),(113751,12471,'instance_id','0'),(113752,12471,'cost','0.00'),(113753,12471,'total_tax','0'),(113754,12471,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113755,12472,'_product_id','2110'),(113756,12472,'_variation_id','0'),(113757,12472,'_qty','1'),(113758,12472,'_tax_class',''),(113759,12472,'_line_subtotal','71.4'),(113760,12472,'_line_subtotal_tax','0'),(113761,12472,'_line_total','71.4'),(113762,12472,'_line_tax','0'),(113763,12472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113764,12473,'_product_id','2113'),(113765,12473,'_variation_id','0'),(113766,12473,'_qty','2'),(113767,12473,'_tax_class',''),(113768,12473,'_line_subtotal','344'),(113769,12473,'_line_subtotal_tax','0'),(113770,12473,'_line_total','344'),(113771,12473,'_line_tax','0'),(113772,12473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113773,12474,'_product_id','42'),(113774,12474,'_variation_id','0'),(113775,12474,'_qty','1'),(113776,12474,'_tax_class',''),(113777,12474,'_line_subtotal','79.2'),(113778,12474,'_line_subtotal_tax','0'),(113779,12474,'_line_total','79.2'),(113780,12474,'_line_tax','0'),(113781,12474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113782,12475,'_product_id','41'),(113783,12475,'_variation_id','0'),(113784,12475,'_qty','2'),(113785,12475,'_tax_class',''),(113786,12475,'_line_subtotal','132.96'),(113787,12475,'_line_subtotal_tax','0'),(113788,12475,'_line_total','132.96'),(113789,12475,'_line_tax','0'),(113790,12475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113791,12476,'_product_id','45'),(113792,12476,'_variation_id','0'),(113793,12476,'_qty','1'),(113794,12476,'_tax_class',''),(113795,12476,'_line_subtotal','42.24'),(113796,12476,'_line_subtotal_tax','0'),(113797,12476,'_line_total','42.24'),(113798,12476,'_line_tax','0'),(113799,12476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113800,12477,'_product_id','2408'),(113801,12477,'_variation_id','0'),(113802,12477,'_qty','2'),(113803,12477,'_tax_class',''),(113804,12477,'_line_subtotal','298.68'),(113805,12477,'_line_subtotal_tax','0'),(113806,12477,'_line_total','298.68'),(113807,12477,'_line_tax','0'),(113808,12477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113809,12478,'_product_id','120'),(113810,12478,'_variation_id','0'),(113811,12478,'_qty','1'),(113812,12478,'_tax_class',''),(113813,12478,'_line_subtotal','52.8'),(113814,12478,'_line_subtotal_tax','0'),(113815,12478,'_line_total','52.8'),(113816,12478,'_line_tax','0'),(113817,12478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113818,12479,'_product_id','43'),(113819,12479,'_variation_id','0'),(113820,12479,'_qty','1'),(113821,12479,'_tax_class',''),(113822,12479,'_line_subtotal','79.2'),(113823,12479,'_line_subtotal_tax','0'),(113824,12479,'_line_total','79.2'),(113825,12479,'_line_tax','0'),(113826,12479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113827,12480,'_product_id','49'),(113828,12480,'_variation_id','0'),(113829,12480,'_qty','1'),(113830,12480,'_tax_class',''),(113831,12480,'_line_subtotal','79.2'),(113832,12480,'_line_subtotal_tax','0'),(113833,12480,'_line_total','79.2'),(113834,12480,'_line_tax','0'),(113835,12480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113836,12481,'_product_id','490'),(113837,12481,'_variation_id','0'),(113838,12481,'_qty','10'),(113839,12481,'_tax_class',''),(113840,12481,'_line_subtotal','196'),(113841,12481,'_line_subtotal_tax','0'),(113842,12481,'_line_total','196'),(113843,12481,'_line_tax','0'),(113844,12481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113845,12482,'_product_id','487'),(113846,12482,'_variation_id','0'),(113847,12482,'_qty','2'),(113848,12482,'_tax_class',''),(113849,12482,'_line_subtotal','62.7'),(113850,12482,'_line_subtotal_tax','0'),(113851,12482,'_line_total','62.7'),(113852,12482,'_line_tax','0'),(113853,12482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113854,12483,'method_id','advanced_free_shipping'),(113855,12483,'instance_id','0'),(113856,12483,'cost','0.00'),(113857,12483,'total_tax','0'),(113858,12483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(113859,12472,'thwma_order_shipping_status','wc-pending'),(113860,12473,'thwma_order_shipping_status','wc-pending'),(113861,12474,'thwma_order_shipping_status','wc-pending'),(113862,12475,'thwma_order_shipping_status','wc-pending'),(113863,12476,'thwma_order_shipping_status','wc-pending'),(113864,12477,'thwma_order_shipping_status','wc-pending'),(113865,12478,'thwma_order_shipping_status','wc-pending'),(113866,12479,'thwma_order_shipping_status','wc-pending'),(113867,12480,'thwma_order_shipping_status','wc-pending'),(113868,12481,'thwma_order_shipping_status','wc-pending'),(113869,12482,'thwma_order_shipping_status','wc-pending'),(113870,12469,'thwma_order_shipping_status','wc-pending'),(113871,12470,'thwma_order_shipping_status','wc-pending'),(113872,12464,'thwma_order_shipping_status','wc-pending'),(113873,12465,'thwma_order_shipping_status','wc-pending'),(113874,12466,'thwma_order_shipping_status','wc-pending'),(113875,12467,'thwma_order_shipping_status','wc-pending'),(113876,12459,'thwma_order_shipping_status','wc-pending'),(113877,12460,'thwma_order_shipping_status','wc-pending'),(113878,12461,'thwma_order_shipping_status','wc-pending'),(113879,12462,'thwma_order_shipping_status','wc-pending'),(113880,12453,'thwma_order_shipping_status','wc-pending'),(113881,12454,'thwma_order_shipping_status','wc-pending'),(113882,12455,'thwma_order_shipping_status','wc-pending'),(113883,12456,'thwma_order_shipping_status','wc-pending'),(113884,12457,'thwma_order_shipping_status','wc-pending'),(113885,12450,'thwma_order_shipping_status','wc-pending'),(113886,12451,'thwma_order_shipping_status','wc-pending'),(113887,12484,'_product_id','23'),(113888,12484,'_variation_id','0'),(113889,12484,'_qty','4'),(113890,12484,'_tax_class',''),(113891,12484,'_line_subtotal','274.16'),(113892,12484,'_line_subtotal_tax','0'),(113893,12484,'_line_total','274.16'),(113894,12484,'_line_tax','0'),(113895,12484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113896,12485,'_product_id','490'),(113897,12485,'_variation_id','0'),(113898,12485,'_qty','12'),(113899,12485,'_tax_class',''),(113900,12485,'_line_subtotal','235.2'),(113901,12485,'_line_subtotal_tax','0'),(113902,12485,'_line_total','235.2'),(113903,12485,'_line_tax','0'),(113904,12485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(113905,12486,'method_id','advanced_free_shipping'),(113906,12486,'instance_id','0'),(113907,12486,'cost','0.00'),(113908,12486,'total_tax','0'),(113909,12486,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114064,12505,'_product_id','41'),(114065,12505,'_variation_id','0'),(114066,12505,'_qty','4'),(114067,12505,'_tax_class',''),(114068,12505,'_line_subtotal','265.92'),(114069,12505,'_line_subtotal_tax','0'),(114070,12505,'_line_total','265.92'),(114071,12505,'_line_tax','0'),(114072,12505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114073,12506,'_product_id','38'),(114074,12506,'_variation_id','0'),(114075,12506,'_qty','1'),(114076,12506,'_tax_class',''),(114077,12506,'_line_subtotal','165.76'),(114078,12506,'_line_subtotal_tax','0'),(114079,12506,'_line_total','165.76'),(114080,12506,'_line_tax','0'),(114081,12506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114082,12507,'_product_id','23'),(114083,12507,'_variation_id','0'),(114084,12507,'_qty','2'),(114085,12507,'_tax_class',''),(114086,12507,'_line_subtotal','137.08'),(114087,12507,'_line_subtotal_tax','0'),(114088,12507,'_line_total','137.08'),(114089,12507,'_line_tax','0'),(114090,12507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114091,12508,'_product_id','93'),(114092,12508,'_variation_id','0'),(114093,12508,'_qty','7'),(114094,12508,'_tax_class',''),(114095,12508,'_line_subtotal','0'),(114096,12508,'_line_subtotal_tax','0'),(114097,12508,'_line_total','0'),(114098,12508,'_line_tax','0'),(114099,12508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114100,12509,'_product_id','39'),(114101,12509,'_variation_id','0'),(114102,12509,'_qty','1'),(114103,12509,'_tax_class',''),(114104,12509,'_line_subtotal','79.2'),(114105,12509,'_line_subtotal_tax','0'),(114106,12509,'_line_total','79.2'),(114107,12509,'_line_tax','0'),(114108,12509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114109,12510,'_product_id','40'),(114110,12510,'_variation_id','0'),(114111,12510,'_qty','1'),(114112,12510,'_tax_class',''),(114113,12510,'_line_subtotal','79.2'),(114114,12510,'_line_subtotal_tax','0'),(114115,12510,'_line_total','79.2'),(114116,12510,'_line_tax','0'),(114117,12510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114118,12511,'_product_id','120'),(114119,12511,'_variation_id','0'),(114120,12511,'_qty','1'),(114121,12511,'_tax_class',''),(114122,12511,'_line_subtotal','52.8'),(114123,12511,'_line_subtotal_tax','0'),(114124,12511,'_line_total','52.8'),(114125,12511,'_line_tax','0'),(114126,12511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114127,12512,'_product_id','49'),(114128,12512,'_variation_id','0'),(114129,12512,'_qty','2'),(114130,12512,'_tax_class',''),(114131,12512,'_line_subtotal','158.4'),(114132,12512,'_line_subtotal_tax','0'),(114133,12512,'_line_total','158.4'),(114134,12512,'_line_tax','0'),(114135,12512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114136,12513,'method_id','advanced_free_shipping'),(114137,12513,'instance_id','0'),(114138,12513,'cost','0.00'),(114139,12513,'total_tax','0'),(114140,12513,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114149,12484,'thwma_order_shipping_status','wc-pending'),(114150,12485,'thwma_order_shipping_status','wc-pending'),(114183,12518,'_product_id','2113'),(114184,12518,'_variation_id','0'),(114185,12518,'_qty','2'),(114186,12518,'_tax_class',''),(114187,12518,'_line_subtotal','344'),(114188,12518,'_line_subtotal_tax','0'),(114189,12518,'_line_total','344'),(114190,12518,'_line_tax','0'),(114191,12518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114192,12519,'_product_id','41'),(114193,12519,'_variation_id','0'),(114194,12519,'_qty','2'),(114195,12519,'_tax_class',''),(114196,12519,'_line_subtotal','132.96'),(114197,12519,'_line_subtotal_tax','0'),(114198,12519,'_line_total','132.96'),(114199,12519,'_line_tax','0'),(114200,12519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114201,12520,'_product_id','43'),(114202,12520,'_variation_id','0'),(114203,12520,'_qty','2'),(114204,12520,'_tax_class',''),(114205,12520,'_line_subtotal','158.4'),(114206,12520,'_line_subtotal_tax','0'),(114207,12520,'_line_total','158.4'),(114208,12520,'_line_tax','0'),(114209,12520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114210,12521,'method_id','advanced_free_shipping'),(114211,12521,'instance_id','0'),(114212,12521,'cost','0.00'),(114213,12521,'total_tax','0'),(114214,12521,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114215,12505,'thwma_order_shipping_status','wc-pending'),(114216,12506,'thwma_order_shipping_status','wc-pending'),(114217,12507,'thwma_order_shipping_status','wc-pending'),(114218,12508,'thwma_order_shipping_status','wc-pending'),(114219,12509,'thwma_order_shipping_status','wc-pending'),(114220,12510,'thwma_order_shipping_status','wc-pending'),(114221,12511,'thwma_order_shipping_status','wc-pending'),(114222,12512,'thwma_order_shipping_status','wc-pending'),(114223,12522,'_product_id','93'),(114224,12522,'_variation_id','0'),(114225,12522,'_qty','20'),(114226,12522,'_tax_class',''),(114227,12522,'_line_subtotal','0'),(114228,12522,'_line_subtotal_tax','0'),(114229,12522,'_line_total','0'),(114230,12522,'_line_tax','0'),(114231,12522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114232,12523,'method_id','fedex'),(114233,12523,'instance_id','1'),(114234,12523,'cost','22.47'),(114235,12523,'total_tax','0'),(114236,12523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114237,12523,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(114238,12524,'_product_id','2110'),(114239,12524,'_variation_id','0'),(114240,12524,'_qty','1'),(114241,12524,'_tax_class',''),(114242,12524,'_line_subtotal','71.4'),(114243,12524,'_line_subtotal_tax','0'),(114244,12524,'_line_total','71.4'),(114245,12524,'_line_tax','0'),(114246,12524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114247,12525,'_product_id','41'),(114248,12525,'_variation_id','0'),(114249,12525,'_qty','1'),(114250,12525,'_tax_class',''),(114251,12525,'_line_subtotal','66.48'),(114252,12525,'_line_subtotal_tax','0'),(114253,12525,'_line_total','66.48'),(114254,12525,'_line_tax','0'),(114255,12525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114256,12526,'_product_id','45'),(114257,12526,'_variation_id','0'),(114258,12526,'_qty','3'),(114259,12526,'_tax_class',''),(114260,12526,'_line_subtotal','126.72'),(114261,12526,'_line_subtotal_tax','0'),(114262,12526,'_line_total','126.72'),(114263,12526,'_line_tax','0'),(114264,12526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114265,12527,'_product_id','2408'),(114266,12527,'_variation_id','0'),(114267,12527,'_qty','1'),(114268,12527,'_tax_class',''),(114269,12527,'_line_subtotal','149.34'),(114270,12527,'_line_subtotal_tax','0'),(114271,12527,'_line_total','149.34'),(114272,12527,'_line_tax','0'),(114273,12527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114274,12528,'_product_id','40'),(114275,12528,'_variation_id','0'),(114276,12528,'_qty','1'),(114277,12528,'_tax_class',''),(114278,12528,'_line_subtotal','79.2'),(114279,12528,'_line_subtotal_tax','0'),(114280,12528,'_line_total','79.2'),(114281,12528,'_line_tax','0'),(114282,12528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114283,12529,'_product_id','39'),(114284,12529,'_variation_id','0'),(114285,12529,'_qty','1'),(114286,12529,'_tax_class',''),(114287,12529,'_line_subtotal','79.2'),(114288,12529,'_line_subtotal_tax','0'),(114289,12529,'_line_total','79.2'),(114290,12529,'_line_tax','0'),(114291,12529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114292,12530,'_product_id','43'),(114293,12530,'_variation_id','0'),(114294,12530,'_qty','1'),(114295,12530,'_tax_class',''),(114296,12530,'_line_subtotal','79.2'),(114297,12530,'_line_subtotal_tax','0'),(114298,12530,'_line_total','79.2'),(114299,12530,'_line_tax','0'),(114300,12530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114301,12531,'_product_id','44'),(114302,12531,'_variation_id','0'),(114303,12531,'_qty','1'),(114304,12531,'_tax_class',''),(114305,12531,'_line_subtotal','116.16'),(114306,12531,'_line_subtotal_tax','0'),(114307,12531,'_line_total','116.16'),(114308,12531,'_line_tax','0'),(114309,12531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114310,12532,'_product_id','490'),(114311,12532,'_variation_id','0'),(114312,12532,'_qty','8'),(114313,12532,'_tax_class',''),(114314,12532,'_line_subtotal','156.8'),(114315,12532,'_line_subtotal_tax','0'),(114316,12532,'_line_total','156.8'),(114317,12532,'_line_tax','0'),(114318,12532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114319,12533,'_product_id','487'),(114320,12533,'_variation_id','0'),(114321,12533,'_qty','1'),(114322,12533,'_tax_class',''),(114323,12533,'_line_subtotal','31.35'),(114324,12533,'_line_subtotal_tax','0'),(114325,12533,'_line_total','31.35'),(114326,12533,'_line_tax','0'),(114327,12533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114328,12534,'method_id','advanced_free_shipping'),(114329,12534,'instance_id','0'),(114330,12534,'cost','0.00'),(114331,12534,'total_tax','0'),(114332,12534,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114333,12535,'_product_id','41'),(114334,12535,'_variation_id','0'),(114335,12535,'_qty','3'),(114336,12535,'_tax_class',''),(114337,12535,'_line_subtotal','199.44'),(114338,12535,'_line_subtotal_tax','0'),(114339,12535,'_line_total','199.44'),(114340,12535,'_line_tax','0'),(114341,12535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114342,12536,'_product_id','2400'),(114343,12536,'_variation_id','0'),(114344,12536,'_qty','1'),(114345,12536,'_tax_class',''),(114346,12536,'_line_subtotal','186.3'),(114347,12536,'_line_subtotal_tax','0'),(114348,12536,'_line_total','186.3'),(114349,12536,'_line_tax','0'),(114350,12536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114351,12537,'_product_id','2408'),(114352,12537,'_variation_id','0'),(114353,12537,'_qty','1'),(114354,12537,'_tax_class',''),(114355,12537,'_line_subtotal','149.34'),(114356,12537,'_line_subtotal_tax','0'),(114357,12537,'_line_total','149.34'),(114358,12537,'_line_tax','0'),(114359,12537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114360,12538,'_product_id','49'),(114361,12538,'_variation_id','0'),(114362,12538,'_qty','1'),(114363,12538,'_tax_class',''),(114364,12538,'_line_subtotal','79.2'),(114365,12538,'_line_subtotal_tax','0'),(114366,12538,'_line_total','79.2'),(114367,12538,'_line_tax','0'),(114368,12538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114369,12539,'_product_id','490'),(114370,12539,'_variation_id','0'),(114371,12539,'_qty','4'),(114372,12539,'_tax_class',''),(114373,12539,'_line_subtotal','78.4'),(114374,12539,'_line_subtotal_tax','0'),(114375,12539,'_line_total','78.4'),(114376,12539,'_line_tax','0'),(114377,12539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114378,12540,'_product_id','318'),(114379,12540,'_variation_id','0'),(114380,12540,'_qty','20'),(114381,12540,'_tax_class',''),(114382,12540,'_line_subtotal','60'),(114383,12540,'_line_subtotal_tax','0'),(114384,12540,'_line_total','60'),(114385,12540,'_line_tax','0'),(114386,12540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114387,12541,'method_id','advanced_free_shipping'),(114388,12541,'instance_id','0'),(114389,12541,'cost','0.00'),(114390,12541,'total_tax','0'),(114391,12541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114392,12542,'_product_id','2110'),(114393,12542,'_variation_id','0'),(114394,12542,'_qty','4'),(114395,12542,'_tax_class',''),(114396,12542,'_line_subtotal','285.6'),(114397,12542,'_line_subtotal_tax','0'),(114398,12542,'_line_total','285.6'),(114399,12542,'_line_tax','0'),(114400,12542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114401,12543,'_product_id','43'),(114402,12543,'_variation_id','0'),(114403,12543,'_qty','4'),(114404,12543,'_tax_class',''),(114405,12543,'_line_subtotal','316.8'),(114406,12543,'_line_subtotal_tax','0'),(114407,12543,'_line_total','316.8'),(114408,12543,'_line_tax','0'),(114409,12543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114410,12544,'_product_id','2408'),(114411,12544,'_variation_id','0'),(114412,12544,'_qty','1'),(114413,12544,'_tax_class',''),(114414,12544,'_line_subtotal','149.34'),(114415,12544,'_line_subtotal_tax','0'),(114416,12544,'_line_total','149.34'),(114417,12544,'_line_tax','0'),(114418,12544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114419,12545,'_product_id','41'),(114420,12545,'_variation_id','0'),(114421,12545,'_qty','3'),(114422,12545,'_tax_class',''),(114423,12545,'_line_subtotal','199.44'),(114424,12545,'_line_subtotal_tax','0'),(114425,12545,'_line_total','199.44'),(114426,12545,'_line_tax','0'),(114427,12545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114428,12546,'_product_id','45'),(114429,12546,'_variation_id','0'),(114430,12546,'_qty','2'),(114431,12546,'_tax_class',''),(114432,12546,'_line_subtotal','84.48'),(114433,12546,'_line_subtotal_tax','0'),(114434,12546,'_line_total','84.48'),(114435,12546,'_line_tax','0'),(114436,12546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114437,12547,'_product_id','488'),(114438,12547,'_variation_id','0'),(114439,12547,'_qty','4'),(114440,12547,'_tax_class',''),(114441,12547,'_line_subtotal','125.4'),(114442,12547,'_line_subtotal_tax','0'),(114443,12547,'_line_total','125.4'),(114444,12547,'_line_tax','0'),(114445,12547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114446,12548,'_product_id','133'),(114447,12548,'_variation_id','0'),(114448,12548,'_qty','8'),(114449,12548,'_tax_class',''),(114450,12548,'_line_subtotal','114.4'),(114451,12548,'_line_subtotal_tax','0'),(114452,12548,'_line_total','114.4'),(114453,12548,'_line_tax','0'),(114454,12548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114455,12549,'method_id','advanced_free_shipping'),(114456,12549,'instance_id','0'),(114457,12549,'cost','0.00'),(114458,12549,'total_tax','0'),(114459,12549,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114460,12550,'_product_id','41'),(114461,12550,'_variation_id','0'),(114462,12550,'_qty','2'),(114463,12550,'_tax_class',''),(114464,12550,'_line_subtotal','132.96'),(114465,12550,'_line_subtotal_tax','0'),(114466,12550,'_line_total','132.96'),(114467,12550,'_line_tax','0'),(114468,12550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114469,12551,'_product_id','45'),(114470,12551,'_variation_id','0'),(114471,12551,'_qty','3'),(114472,12551,'_tax_class',''),(114473,12551,'_line_subtotal','126.72'),(114474,12551,'_line_subtotal_tax','0'),(114475,12551,'_line_total','126.72'),(114476,12551,'_line_tax','0'),(114477,12551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114478,12552,'_product_id','39'),(114479,12552,'_variation_id','0'),(114480,12552,'_qty','1'),(114481,12552,'_tax_class',''),(114482,12552,'_line_subtotal','79.2'),(114483,12552,'_line_subtotal_tax','0'),(114484,12552,'_line_total','79.2'),(114485,12552,'_line_tax','0'),(114486,12552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114487,12553,'_product_id','40'),(114488,12553,'_variation_id','0'),(114489,12553,'_qty','1'),(114490,12553,'_tax_class',''),(114491,12553,'_line_subtotal','79.2'),(114492,12553,'_line_subtotal_tax','0'),(114493,12553,'_line_total','79.2'),(114494,12553,'_line_tax','0'),(114495,12553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114496,12554,'_product_id','49'),(114497,12554,'_variation_id','0'),(114498,12554,'_qty','2'),(114499,12554,'_tax_class',''),(114500,12554,'_line_subtotal','158.4'),(114501,12554,'_line_subtotal_tax','0'),(114502,12554,'_line_total','158.4'),(114503,12554,'_line_tax','0'),(114504,12554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114505,12555,'_product_id','43'),(114506,12555,'_variation_id','0'),(114507,12555,'_qty','2'),(114508,12555,'_tax_class',''),(114509,12555,'_line_subtotal','158.4'),(114510,12555,'_line_subtotal_tax','0'),(114511,12555,'_line_total','158.4'),(114512,12555,'_line_tax','0'),(114513,12555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114514,12556,'_product_id','120'),(114515,12556,'_variation_id','0'),(114516,12556,'_qty','2'),(114517,12556,'_tax_class',''),(114518,12556,'_line_subtotal','105.6'),(114519,12556,'_line_subtotal_tax','0'),(114520,12556,'_line_total','105.6'),(114521,12556,'_line_tax','0'),(114522,12556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114523,12557,'_product_id','42'),(114524,12557,'_variation_id','0'),(114525,12557,'_qty','2'),(114526,12557,'_tax_class',''),(114527,12557,'_line_subtotal','158.4'),(114528,12557,'_line_subtotal_tax','0'),(114529,12557,'_line_total','158.4'),(114530,12557,'_line_tax','0'),(114531,12557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114532,12558,'_product_id','2110'),(114533,12558,'_variation_id','0'),(114534,12558,'_qty','5'),(114535,12558,'_tax_class',''),(114536,12558,'_line_subtotal','357'),(114537,12558,'_line_subtotal_tax','0'),(114538,12558,'_line_total','357'),(114539,12558,'_line_tax','0'),(114540,12558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114541,12559,'_product_id','490'),(114542,12559,'_variation_id','0'),(114543,12559,'_qty','10'),(114544,12559,'_tax_class',''),(114545,12559,'_line_subtotal','196'),(114546,12559,'_line_subtotal_tax','0'),(114547,12559,'_line_total','196'),(114548,12559,'_line_tax','0'),(114549,12559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114550,12560,'_product_id','2400'),(114551,12560,'_variation_id','0'),(114552,12560,'_qty','1'),(114553,12560,'_tax_class',''),(114554,12560,'_line_subtotal','186.3'),(114555,12560,'_line_subtotal_tax','0'),(114556,12560,'_line_total','186.3'),(114557,12560,'_line_tax','0'),(114558,12560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114559,12561,'_product_id','2408'),(114560,12561,'_variation_id','0'),(114561,12561,'_qty','1'),(114562,12561,'_tax_class',''),(114563,12561,'_line_subtotal','149.34'),(114564,12561,'_line_subtotal_tax','0'),(114565,12561,'_line_total','149.34'),(114566,12561,'_line_tax','0'),(114567,12561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114568,12562,'method_id','advanced_free_shipping'),(114569,12562,'instance_id','0'),(114570,12562,'cost','0.00'),(114571,12562,'total_tax','0'),(114572,12562,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114573,12563,'_product_id','2110'),(114574,12563,'_variation_id','0'),(114575,12563,'_qty','2'),(114576,12563,'_tax_class',''),(114577,12563,'_line_subtotal','142.8'),(114578,12563,'_line_subtotal_tax','0'),(114579,12563,'_line_total','142.8'),(114580,12563,'_line_tax','0'),(114581,12563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114582,12564,'_product_id','41'),(114583,12564,'_variation_id','0'),(114584,12564,'_qty','2'),(114585,12564,'_tax_class',''),(114586,12564,'_line_subtotal','132.96'),(114587,12564,'_line_subtotal_tax','0'),(114588,12564,'_line_total','132.96'),(114589,12564,'_line_tax','0'),(114590,12564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114591,12565,'_product_id','2400'),(114592,12565,'_variation_id','0'),(114593,12565,'_qty','1'),(114594,12565,'_tax_class',''),(114595,12565,'_line_subtotal','186.3'),(114596,12565,'_line_subtotal_tax','0'),(114597,12565,'_line_total','186.3'),(114598,12565,'_line_tax','0'),(114599,12565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114600,12566,'_product_id','2408'),(114601,12566,'_variation_id','0'),(114602,12566,'_qty','1'),(114603,12566,'_tax_class',''),(114604,12566,'_line_subtotal','149.34'),(114605,12566,'_line_subtotal_tax','0'),(114606,12566,'_line_total','149.34'),(114607,12566,'_line_tax','0'),(114608,12566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114609,12567,'_product_id','120'),(114610,12567,'_variation_id','0'),(114611,12567,'_qty','1'),(114612,12567,'_tax_class',''),(114613,12567,'_line_subtotal','52.8'),(114614,12567,'_line_subtotal_tax','0'),(114615,12567,'_line_total','52.8'),(114616,12567,'_line_tax','0'),(114617,12567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114618,12568,'_product_id','490'),(114619,12568,'_variation_id','0'),(114620,12568,'_qty','10'),(114621,12568,'_tax_class',''),(114622,12568,'_line_subtotal','196'),(114623,12568,'_line_subtotal_tax','0'),(114624,12568,'_line_total','196'),(114625,12568,'_line_tax','0'),(114626,12568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114627,12569,'_product_id','133'),(114628,12569,'_variation_id','0'),(114629,12569,'_qty','5'),(114630,12569,'_tax_class',''),(114631,12569,'_line_subtotal','71.5'),(114632,12569,'_line_subtotal_tax','0'),(114633,12569,'_line_total','71.5'),(114634,12569,'_line_tax','0'),(114635,12569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114636,12570,'method_id','advanced_free_shipping'),(114637,12570,'instance_id','0'),(114638,12570,'cost','0.00'),(114639,12570,'total_tax','0'),(114640,12570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114641,12571,'_product_id','49'),(114642,12571,'_variation_id','0'),(114643,12571,'_qty','3'),(114644,12571,'_tax_class',''),(114645,12571,'_line_subtotal','237.6'),(114646,12571,'_line_subtotal_tax','0'),(114647,12571,'_line_total','237.6'),(114648,12571,'_line_tax','0'),(114649,12571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114650,12572,'_product_id','120'),(114651,12572,'_variation_id','0'),(114652,12572,'_qty','1'),(114653,12572,'_tax_class',''),(114654,12572,'_line_subtotal','52.8'),(114655,12572,'_line_subtotal_tax','0'),(114656,12572,'_line_total','52.8'),(114657,12572,'_line_tax','0'),(114658,12572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114659,12573,'_product_id','45'),(114660,12573,'_variation_id','0'),(114661,12573,'_qty','1'),(114662,12573,'_tax_class',''),(114663,12573,'_line_subtotal','42.24'),(114664,12573,'_line_subtotal_tax','0'),(114665,12573,'_line_total','42.24'),(114666,12573,'_line_tax','0'),(114667,12573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114668,12574,'method_id','fedex'),(114669,12574,'instance_id','1'),(114670,12574,'cost','36.97'),(114671,12574,'total_tax','0'),(114672,12574,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114673,12574,'Package 1','17 × 14 × 10 (in) 35.9lbs × 1'),(114674,12563,'thwma_order_shipping_status','wc-pending'),(114675,12564,'thwma_order_shipping_status','wc-pending'),(114676,12565,'thwma_order_shipping_status','wc-pending'),(114677,12566,'thwma_order_shipping_status','wc-pending'),(114678,12567,'thwma_order_shipping_status','wc-pending'),(114679,12568,'thwma_order_shipping_status','wc-pending'),(114680,12569,'thwma_order_shipping_status','wc-pending'),(114681,12550,'thwma_order_shipping_status','wc-pending'),(114682,12551,'thwma_order_shipping_status','wc-pending'),(114683,12552,'thwma_order_shipping_status','wc-pending'),(114684,12553,'thwma_order_shipping_status','wc-pending'),(114685,12554,'thwma_order_shipping_status','wc-pending'),(114686,12555,'thwma_order_shipping_status','wc-pending'),(114687,12556,'thwma_order_shipping_status','wc-pending'),(114688,12557,'thwma_order_shipping_status','wc-pending'),(114689,12558,'thwma_order_shipping_status','wc-pending'),(114690,12559,'thwma_order_shipping_status','wc-pending'),(114691,12560,'thwma_order_shipping_status','wc-pending'),(114692,12561,'thwma_order_shipping_status','wc-pending'),(114693,12535,'thwma_order_shipping_status','wc-pending'),(114694,12536,'thwma_order_shipping_status','wc-pending'),(114695,12537,'thwma_order_shipping_status','wc-pending'),(114696,12538,'thwma_order_shipping_status','wc-pending'),(114697,12539,'thwma_order_shipping_status','wc-pending'),(114698,12540,'thwma_order_shipping_status','wc-pending'),(114699,12542,'thwma_order_shipping_status','wc-pending'),(114700,12543,'thwma_order_shipping_status','wc-pending'),(114701,12544,'thwma_order_shipping_status','wc-pending'),(114702,12545,'thwma_order_shipping_status','wc-pending'),(114703,12546,'thwma_order_shipping_status','wc-pending'),(114704,12547,'thwma_order_shipping_status','wc-pending'),(114705,12548,'thwma_order_shipping_status','wc-pending'),(114706,12524,'thwma_order_shipping_status','wc-pending'),(114707,12525,'thwma_order_shipping_status','wc-pending'),(114708,12526,'thwma_order_shipping_status','wc-pending'),(114709,12527,'thwma_order_shipping_status','wc-pending'),(114710,12528,'thwma_order_shipping_status','wc-pending'),(114711,12529,'thwma_order_shipping_status','wc-pending'),(114712,12530,'thwma_order_shipping_status','wc-pending'),(114713,12531,'thwma_order_shipping_status','wc-pending'),(114714,12532,'thwma_order_shipping_status','wc-pending'),(114715,12533,'thwma_order_shipping_status','wc-pending'),(114716,12571,'thwma_order_shipping_status','wc-pending'),(114717,12572,'thwma_order_shipping_status','wc-pending'),(114718,12573,'thwma_order_shipping_status','wc-pending'),(114719,12575,'_product_id','42'),(114720,12575,'_variation_id','0'),(114721,12575,'_qty','2'),(114722,12575,'_tax_class',''),(114723,12575,'_line_subtotal','158.4'),(114724,12575,'_line_subtotal_tax','0'),(114725,12575,'_line_total','158.4'),(114726,12575,'_line_tax','0'),(114727,12575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114728,12576,'_product_id','43'),(114729,12576,'_variation_id','0'),(114730,12576,'_qty','2'),(114731,12576,'_tax_class',''),(114732,12576,'_line_subtotal','158.4'),(114733,12576,'_line_subtotal_tax','0'),(114734,12576,'_line_total','158.4'),(114735,12576,'_line_tax','0'),(114736,12576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114737,12577,'_product_id','487'),(114738,12577,'_variation_id','0'),(114739,12577,'_qty','1'),(114740,12577,'_tax_class',''),(114741,12577,'_line_subtotal','31.35'),(114742,12577,'_line_subtotal_tax','0'),(114743,12577,'_line_total','31.35'),(114744,12577,'_line_tax','0'),(114745,12577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114746,12578,'_product_id','490'),(114747,12578,'_variation_id','0'),(114748,12578,'_qty','12'),(114749,12578,'_tax_class',''),(114750,12578,'_line_subtotal','235.2'),(114751,12578,'_line_subtotal_tax','0'),(114752,12578,'_line_total','235.2'),(114753,12578,'_line_tax','0'),(114754,12578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114755,12579,'_product_id','41'),(114756,12579,'_variation_id','0'),(114757,12579,'_qty','1'),(114758,12579,'_tax_class',''),(114759,12579,'_line_subtotal','66.48'),(114760,12579,'_line_subtotal_tax','0'),(114761,12579,'_line_total','66.48'),(114762,12579,'_line_tax','0'),(114763,12579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114764,12580,'_product_id','2110'),(114765,12580,'_variation_id','0'),(114766,12580,'_qty','1'),(114767,12580,'_tax_class',''),(114768,12580,'_line_subtotal','71.4'),(114769,12580,'_line_subtotal_tax','0'),(114770,12580,'_line_total','71.4'),(114771,12580,'_line_tax','0'),(114772,12580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114773,12581,'_product_id','2113'),(114774,12581,'_variation_id','0'),(114775,12581,'_qty','1'),(114776,12581,'_tax_class',''),(114777,12581,'_line_subtotal','172'),(114778,12581,'_line_subtotal_tax','0'),(114779,12581,'_line_total','172'),(114780,12581,'_line_tax','0'),(114781,12581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114782,12582,'_product_id','45'),(114783,12582,'_variation_id','0'),(114784,12582,'_qty','1'),(114785,12582,'_tax_class',''),(114786,12582,'_line_subtotal','42.24'),(114787,12582,'_line_subtotal_tax','0'),(114788,12582,'_line_total','42.24'),(114789,12582,'_line_tax','0'),(114790,12582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114791,12583,'_product_id','45'),(114792,12583,'_variation_id','0'),(114793,12583,'_qty','1'),(114794,12583,'_tax_class',''),(114795,12583,'_line_subtotal','42.24'),(114796,12583,'_line_subtotal_tax','0'),(114797,12583,'_line_total','42.24'),(114798,12583,'_line_tax','0'),(114799,12583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114800,12584,'method_id','advanced_free_shipping'),(114801,12584,'instance_id','0'),(114802,12584,'cost','0.00'),(114803,12584,'total_tax','0'),(114804,12584,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114805,12585,'_product_id','42'),(114806,12585,'_variation_id','0'),(114807,12585,'_qty','1'),(114808,12585,'_tax_class',''),(114809,12585,'_line_subtotal','79.2'),(114810,12585,'_line_subtotal_tax','0'),(114811,12585,'_line_total','79.2'),(114812,12585,'_line_tax','0'),(114813,12585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114814,12586,'_product_id','43'),(114815,12586,'_variation_id','0'),(114816,12586,'_qty','1'),(114817,12586,'_tax_class',''),(114818,12586,'_line_subtotal','79.2'),(114819,12586,'_line_subtotal_tax','0'),(114820,12586,'_line_total','79.2'),(114821,12586,'_line_tax','0'),(114822,12586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114823,12587,'_product_id','49'),(114824,12587,'_variation_id','0'),(114825,12587,'_qty','1'),(114826,12587,'_tax_class',''),(114827,12587,'_line_subtotal','79.2'),(114828,12587,'_line_subtotal_tax','0'),(114829,12587,'_line_total','79.2'),(114830,12587,'_line_tax','0'),(114831,12587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114832,12588,'_product_id','487'),(114833,12588,'_variation_id','0'),(114834,12588,'_qty','1'),(114835,12588,'_tax_class',''),(114836,12588,'_line_subtotal','31.35'),(114837,12588,'_line_subtotal_tax','0'),(114838,12588,'_line_total','31.35'),(114839,12588,'_line_tax','0'),(114840,12588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114841,12589,'_product_id','488'),(114842,12589,'_variation_id','0'),(114843,12589,'_qty','2'),(114844,12589,'_tax_class',''),(114845,12589,'_line_subtotal','62.7'),(114846,12589,'_line_subtotal_tax','0'),(114847,12589,'_line_total','62.7'),(114848,12589,'_line_tax','0'),(114849,12589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114850,12590,'_product_id','490'),(114851,12590,'_variation_id','0'),(114852,12590,'_qty','12'),(114853,12590,'_tax_class',''),(114854,12590,'_line_subtotal','235.2'),(114855,12590,'_line_subtotal_tax','0'),(114856,12590,'_line_total','235.2'),(114857,12590,'_line_tax','0'),(114858,12590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114859,12591,'_product_id','2113'),(114860,12591,'_variation_id','0'),(114861,12591,'_qty','1'),(114862,12591,'_tax_class',''),(114863,12591,'_line_subtotal','172'),(114864,12591,'_line_subtotal_tax','0'),(114865,12591,'_line_total','172'),(114866,12591,'_line_tax','0'),(114867,12591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114868,12592,'_product_id','45'),(114869,12592,'_variation_id','0'),(114870,12592,'_qty','2'),(114871,12592,'_tax_class',''),(114872,12592,'_line_subtotal','84.48'),(114873,12592,'_line_subtotal_tax','0'),(114874,12592,'_line_total','84.48'),(114875,12592,'_line_tax','0'),(114876,12592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114877,12593,'_product_id','41'),(114878,12593,'_variation_id','0'),(114879,12593,'_qty','1'),(114880,12593,'_tax_class',''),(114881,12593,'_line_subtotal','66.48'),(114882,12593,'_line_subtotal_tax','0'),(114883,12593,'_line_total','66.48'),(114884,12593,'_line_tax','0'),(114885,12593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114886,12594,'_product_id','45'),(114887,12594,'_variation_id','0'),(114888,12594,'_qty','2'),(114889,12594,'_tax_class',''),(114890,12594,'_line_subtotal','84.48'),(114891,12594,'_line_subtotal_tax','0'),(114892,12594,'_line_total','84.48'),(114893,12594,'_line_tax','0'),(114894,12594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114895,12595,'_product_id','41'),(114896,12595,'_variation_id','0'),(114897,12595,'_qty','1'),(114898,12595,'_tax_class',''),(114899,12595,'_line_subtotal','66.48'),(114900,12595,'_line_subtotal_tax','0'),(114901,12595,'_line_total','66.48'),(114902,12595,'_line_tax','0'),(114903,12595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114904,12596,'_product_id','103'),(114905,12596,'_variation_id','0'),(114906,12596,'_qty','1'),(114907,12596,'_tax_class',''),(114908,12596,'_line_subtotal','8.4'),(114909,12596,'_line_subtotal_tax','0'),(114910,12596,'_line_total','8.4'),(114911,12596,'_line_tax','0'),(114912,12596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114913,12597,'method_id','advanced_free_shipping'),(114914,12597,'instance_id','0'),(114915,12597,'cost','0.00'),(114916,12597,'total_tax','0'),(114917,12597,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(114918,12598,'_product_id','39'),(114919,12598,'_variation_id','0'),(114920,12598,'_qty','1'),(114921,12598,'_tax_class',''),(114922,12598,'_line_subtotal','79.2'),(114923,12598,'_line_subtotal_tax','0'),(114924,12598,'_line_total','79.2'),(114925,12598,'_line_tax','0'),(114926,12598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114927,12599,'_product_id','40'),(114928,12599,'_variation_id','0'),(114929,12599,'_qty','1'),(114930,12599,'_tax_class',''),(114931,12599,'_line_subtotal','79.2'),(114932,12599,'_line_subtotal_tax','0'),(114933,12599,'_line_total','79.2'),(114934,12599,'_line_tax','0'),(114935,12599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114936,12600,'_product_id','120'),(114937,12600,'_variation_id','0'),(114938,12600,'_qty','1'),(114939,12600,'_tax_class',''),(114940,12600,'_line_subtotal','52.8'),(114941,12600,'_line_subtotal_tax','0'),(114942,12600,'_line_total','52.8'),(114943,12600,'_line_tax','0'),(114944,12600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114945,12601,'_product_id','43'),(114946,12601,'_variation_id','0'),(114947,12601,'_qty','1'),(114948,12601,'_tax_class',''),(114949,12601,'_line_subtotal','79.2'),(114950,12601,'_line_subtotal_tax','0'),(114951,12601,'_line_total','79.2'),(114952,12601,'_line_tax','0'),(114953,12601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114954,12602,'_product_id','49'),(114955,12602,'_variation_id','0'),(114956,12602,'_qty','1'),(114957,12602,'_tax_class',''),(114958,12602,'_line_subtotal','79.2'),(114959,12602,'_line_subtotal_tax','0'),(114960,12602,'_line_total','79.2'),(114961,12602,'_line_tax','0'),(114962,12602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114963,12603,'_product_id','490'),(114964,12603,'_variation_id','0'),(114965,12603,'_qty','10'),(114966,12603,'_tax_class',''),(114967,12603,'_line_subtotal','196'),(114968,12603,'_line_subtotal_tax','0'),(114969,12603,'_line_total','196'),(114970,12603,'_line_tax','0'),(114971,12603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114972,12604,'_product_id','2110'),(114973,12604,'_variation_id','0'),(114974,12604,'_qty','2'),(114975,12604,'_tax_class',''),(114976,12604,'_line_subtotal','142.8'),(114977,12604,'_line_subtotal_tax','0'),(114978,12604,'_line_total','142.8'),(114979,12604,'_line_tax','0'),(114980,12604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114981,12605,'_product_id','2113'),(114982,12605,'_variation_id','0'),(114983,12605,'_qty','2'),(114984,12605,'_tax_class',''),(114985,12605,'_line_subtotal','344'),(114986,12605,'_line_subtotal_tax','0'),(114987,12605,'_line_total','344'),(114988,12605,'_line_tax','0'),(114989,12605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114990,12606,'_product_id','45'),(114991,12606,'_variation_id','0'),(114992,12606,'_qty','1'),(114993,12606,'_tax_class',''),(114994,12606,'_line_subtotal','42.24'),(114995,12606,'_line_subtotal_tax','0'),(114996,12606,'_line_total','42.24'),(114997,12606,'_line_tax','0'),(114998,12606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(114999,12607,'_product_id','41'),(115000,12607,'_variation_id','0'),(115001,12607,'_qty','1'),(115002,12607,'_tax_class',''),(115003,12607,'_line_subtotal','66.48'),(115004,12607,'_line_subtotal_tax','0'),(115005,12607,'_line_total','66.48'),(115006,12607,'_line_tax','0'),(115007,12607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115008,12608,'method_id','advanced_free_shipping'),(115009,12608,'instance_id','0'),(115010,12608,'cost','0.00'),(115011,12608,'total_tax','0'),(115012,12608,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115013,12609,'_product_id','2113'),(115014,12609,'_variation_id','0'),(115015,12609,'_qty','1'),(115016,12609,'_tax_class',''),(115017,12609,'_line_subtotal','172'),(115018,12609,'_line_subtotal_tax','0'),(115019,12609,'_line_total','172'),(115020,12609,'_line_tax','0'),(115021,12609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115022,12610,'_product_id','2110'),(115023,12610,'_variation_id','0'),(115024,12610,'_qty','1'),(115025,12610,'_tax_class',''),(115026,12610,'_line_subtotal','71.4'),(115027,12610,'_line_subtotal_tax','0'),(115028,12610,'_line_total','71.4'),(115029,12610,'_line_tax','0'),(115030,12610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115031,12611,'_product_id','41'),(115032,12611,'_variation_id','0'),(115033,12611,'_qty','2'),(115034,12611,'_tax_class',''),(115035,12611,'_line_subtotal','132.96'),(115036,12611,'_line_subtotal_tax','0'),(115037,12611,'_line_total','132.96'),(115038,12611,'_line_tax','0'),(115039,12611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115040,12612,'_product_id','43'),(115041,12612,'_variation_id','0'),(115042,12612,'_qty','1'),(115043,12612,'_tax_class',''),(115044,12612,'_line_subtotal','79.2'),(115045,12612,'_line_subtotal_tax','0'),(115046,12612,'_line_total','79.2'),(115047,12612,'_line_tax','0'),(115048,12612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115049,12613,'_product_id','49'),(115050,12613,'_variation_id','0'),(115051,12613,'_qty','1'),(115052,12613,'_tax_class',''),(115053,12613,'_line_subtotal','79.2'),(115054,12613,'_line_subtotal_tax','0'),(115055,12613,'_line_total','79.2'),(115056,12613,'_line_tax','0'),(115057,12613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115058,12614,'method_id','advanced_free_shipping'),(115059,12614,'instance_id','0'),(115060,12614,'cost','0.00'),(115061,12614,'total_tax','0'),(115062,12614,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115063,12615,'_product_id','43'),(115064,12615,'_variation_id','0'),(115065,12615,'_qty','2'),(115066,12615,'_tax_class',''),(115067,12615,'_line_subtotal','158.4'),(115068,12615,'_line_subtotal_tax','0'),(115069,12615,'_line_total','158.4'),(115070,12615,'_line_tax','0'),(115071,12615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115072,12616,'_product_id','41'),(115073,12616,'_variation_id','0'),(115074,12616,'_qty','5'),(115075,12616,'_tax_class',''),(115076,12616,'_line_subtotal','332.4'),(115077,12616,'_line_subtotal_tax','0'),(115078,12616,'_line_total','332.4'),(115079,12616,'_line_tax','0'),(115080,12616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115081,12617,'_product_id','38'),(115082,12617,'_variation_id','0'),(115083,12617,'_qty','3'),(115084,12617,'_tax_class',''),(115085,12617,'_line_subtotal','497.28'),(115086,12617,'_line_subtotal_tax','0'),(115087,12617,'_line_total','497.28'),(115088,12617,'_line_tax','0'),(115089,12617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115090,12618,'_product_id','23'),(115091,12618,'_variation_id','0'),(115092,12618,'_qty','4'),(115093,12618,'_tax_class',''),(115094,12618,'_line_subtotal','274.16'),(115095,12618,'_line_subtotal_tax','0'),(115096,12618,'_line_total','274.16'),(115097,12618,'_line_tax','0'),(115098,12618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115099,12619,'method_id','advanced_free_shipping'),(115100,12619,'instance_id','0'),(115101,12619,'cost','0.00'),(115102,12619,'total_tax','0'),(115103,12619,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115104,12620,'_product_id','43'),(115105,12620,'_variation_id','0'),(115106,12620,'_qty','2'),(115107,12620,'_tax_class',''),(115108,12620,'_line_subtotal','158.4'),(115109,12620,'_line_subtotal_tax','0'),(115110,12620,'_line_total','158.4'),(115111,12620,'_line_tax','0'),(115112,12620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115113,12621,'_product_id','41'),(115114,12621,'_variation_id','0'),(115115,12621,'_qty','5'),(115116,12621,'_tax_class',''),(115117,12621,'_line_subtotal','332.4'),(115118,12621,'_line_subtotal_tax','0'),(115119,12621,'_line_total','332.4'),(115120,12621,'_line_tax','0'),(115121,12621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115122,12622,'_product_id','38'),(115123,12622,'_variation_id','0'),(115124,12622,'_qty','3'),(115125,12622,'_tax_class',''),(115126,12622,'_line_subtotal','497.28'),(115127,12622,'_line_subtotal_tax','0'),(115128,12622,'_line_total','497.28'),(115129,12622,'_line_tax','0'),(115130,12622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115131,12623,'_product_id','23'),(115132,12623,'_variation_id','0'),(115133,12623,'_qty','4'),(115134,12623,'_tax_class',''),(115135,12623,'_line_subtotal','274.16'),(115136,12623,'_line_subtotal_tax','0'),(115137,12623,'_line_total','274.16'),(115138,12623,'_line_tax','0'),(115139,12623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115140,12624,'method_id','advanced_free_shipping'),(115141,12624,'instance_id','0'),(115142,12624,'cost','0.00'),(115143,12624,'total_tax','0'),(115144,12624,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115145,12625,'_product_id','44'),(115146,12625,'_variation_id','0'),(115147,12625,'_qty','3'),(115148,12625,'_tax_class',''),(115149,12625,'_line_subtotal','348.48'),(115150,12625,'_line_subtotal_tax','0'),(115151,12625,'_line_total','348.48'),(115152,12625,'_line_tax','0'),(115153,12625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115154,12626,'_product_id','490'),(115155,12626,'_variation_id','0'),(115156,12626,'_qty','6'),(115157,12626,'_tax_class',''),(115158,12626,'_line_subtotal','117.6'),(115159,12626,'_line_subtotal_tax','0'),(115160,12626,'_line_total','117.6'),(115161,12626,'_line_tax','0'),(115162,12626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115163,12627,'_product_id','42'),(115164,12627,'_variation_id','0'),(115165,12627,'_qty','1'),(115166,12627,'_tax_class',''),(115167,12627,'_line_subtotal','79.2'),(115168,12627,'_line_subtotal_tax','0'),(115169,12627,'_line_total','79.2'),(115170,12627,'_line_tax','0'),(115171,12627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115172,12628,'method_id','advanced_free_shipping'),(115173,12628,'instance_id','0'),(115174,12628,'cost','0.00'),(115175,12628,'total_tax','0'),(115176,12628,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115177,12629,'_product_id','2110'),(115178,12629,'_variation_id','0'),(115179,12629,'_qty','2'),(115180,12629,'_tax_class',''),(115181,12629,'_line_subtotal','142.8'),(115182,12629,'_line_subtotal_tax','0'),(115183,12629,'_line_total','142.8'),(115184,12629,'_line_tax','0'),(115185,12629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115186,12630,'_product_id','41'),(115187,12630,'_variation_id','0'),(115188,12630,'_qty','2'),(115189,12630,'_tax_class',''),(115190,12630,'_line_subtotal','132.96'),(115191,12630,'_line_subtotal_tax','0'),(115192,12630,'_line_total','132.96'),(115193,12630,'_line_tax','0'),(115194,12630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115195,12631,'_product_id','43'),(115196,12631,'_variation_id','0'),(115197,12631,'_qty','3'),(115198,12631,'_tax_class',''),(115199,12631,'_line_subtotal','237.6'),(115200,12631,'_line_subtotal_tax','0'),(115201,12631,'_line_total','237.6'),(115202,12631,'_line_tax','0'),(115203,12631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115204,12632,'_product_id','120'),(115205,12632,'_variation_id','0'),(115206,12632,'_qty','1'),(115207,12632,'_tax_class',''),(115208,12632,'_line_subtotal','52.8'),(115209,12632,'_line_subtotal_tax','0'),(115210,12632,'_line_total','52.8'),(115211,12632,'_line_tax','0'),(115212,12632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115213,12633,'_product_id','44'),(115214,12633,'_variation_id','0'),(115215,12633,'_qty','1'),(115216,12633,'_tax_class',''),(115217,12633,'_line_subtotal','116.16'),(115218,12633,'_line_subtotal_tax','0'),(115219,12633,'_line_total','116.16'),(115220,12633,'_line_tax','0'),(115221,12633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115222,12634,'_product_id','487'),(115223,12634,'_variation_id','0'),(115224,12634,'_qty','1'),(115225,12634,'_tax_class',''),(115226,12634,'_line_subtotal','31.35'),(115227,12634,'_line_subtotal_tax','0'),(115228,12634,'_line_total','31.35'),(115229,12634,'_line_tax','0'),(115230,12634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115231,12635,'_product_id','2113'),(115232,12635,'_variation_id','0'),(115233,12635,'_qty','1'),(115234,12635,'_tax_class',''),(115235,12635,'_line_subtotal','172'),(115236,12635,'_line_subtotal_tax','0'),(115237,12635,'_line_total','172'),(115238,12635,'_line_tax','0'),(115239,12635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115240,12636,'method_id','advanced_free_shipping'),(115241,12636,'instance_id','0'),(115242,12636,'cost','0.00'),(115243,12636,'total_tax','0'),(115244,12636,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115245,12518,'thwma_order_shipping_status','wc-pending'),(115246,12519,'thwma_order_shipping_status','wc-pending'),(115247,12520,'thwma_order_shipping_status','wc-pending'),(115248,12575,'thwma_order_shipping_status','wc-pending'),(115249,12576,'thwma_order_shipping_status','wc-pending'),(115250,12577,'thwma_order_shipping_status','wc-pending'),(115251,12578,'thwma_order_shipping_status','wc-pending'),(115252,12579,'thwma_order_shipping_status','wc-pending'),(115253,12580,'thwma_order_shipping_status','wc-pending'),(115254,12581,'thwma_order_shipping_status','wc-pending'),(115255,12582,'thwma_order_shipping_status','wc-pending'),(115256,12583,'thwma_order_shipping_status','wc-pending'),(115257,12585,'thwma_order_shipping_status','wc-pending'),(115258,12586,'thwma_order_shipping_status','wc-pending'),(115259,12587,'thwma_order_shipping_status','wc-pending'),(115260,12588,'thwma_order_shipping_status','wc-pending'),(115261,12589,'thwma_order_shipping_status','wc-pending'),(115262,12590,'thwma_order_shipping_status','wc-pending'),(115263,12591,'thwma_order_shipping_status','wc-pending'),(115264,12592,'thwma_order_shipping_status','wc-pending'),(115265,12593,'thwma_order_shipping_status','wc-pending'),(115266,12594,'thwma_order_shipping_status','wc-pending'),(115267,12595,'thwma_order_shipping_status','wc-pending'),(115268,12596,'thwma_order_shipping_status','wc-pending'),(115279,12598,'thwma_order_shipping_status','wc-pending'),(115280,12599,'thwma_order_shipping_status','wc-pending'),(115281,12600,'thwma_order_shipping_status','wc-pending'),(115282,12601,'thwma_order_shipping_status','wc-pending'),(115283,12602,'thwma_order_shipping_status','wc-pending'),(115284,12603,'thwma_order_shipping_status','wc-pending'),(115285,12604,'thwma_order_shipping_status','wc-pending'),(115286,12605,'thwma_order_shipping_status','wc-pending'),(115287,12606,'thwma_order_shipping_status','wc-pending'),(115288,12607,'thwma_order_shipping_status','wc-pending'),(115299,12609,'thwma_order_shipping_status','wc-pending'),(115300,12610,'thwma_order_shipping_status','wc-pending'),(115301,12611,'thwma_order_shipping_status','wc-pending'),(115302,12612,'thwma_order_shipping_status','wc-pending'),(115303,12613,'thwma_order_shipping_status','wc-pending'),(115308,12620,'thwma_order_shipping_status','wc-pending'),(115309,12621,'thwma_order_shipping_status','wc-pending'),(115310,12622,'thwma_order_shipping_status','wc-pending'),(115311,12623,'thwma_order_shipping_status','wc-pending'),(115312,12637,'_product_id','2110'),(115313,12637,'_variation_id','0'),(115314,12637,'_qty','2'),(115315,12637,'_tax_class',''),(115316,12637,'_line_subtotal','142.8'),(115317,12637,'_line_subtotal_tax','0'),(115318,12637,'_line_total','142.8'),(115319,12637,'_line_tax','0'),(115320,12637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115321,12638,'_product_id','2113'),(115322,12638,'_variation_id','0'),(115323,12638,'_qty','1'),(115324,12638,'_tax_class',''),(115325,12638,'_line_subtotal','172'),(115326,12638,'_line_subtotal_tax','0'),(115327,12638,'_line_total','172'),(115328,12638,'_line_tax','0'),(115329,12638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115330,12639,'_product_id','45'),(115331,12639,'_variation_id','0'),(115332,12639,'_qty','3'),(115333,12639,'_tax_class',''),(115334,12639,'_line_subtotal','126.72'),(115335,12639,'_line_subtotal_tax','0'),(115336,12639,'_line_total','126.72'),(115337,12639,'_line_tax','0'),(115338,12639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115339,12640,'_product_id','44'),(115340,12640,'_variation_id','0'),(115341,12640,'_qty','1'),(115342,12640,'_tax_class',''),(115343,12640,'_line_subtotal','116.16'),(115344,12640,'_line_subtotal_tax','0'),(115345,12640,'_line_total','116.16'),(115346,12640,'_line_tax','0'),(115347,12640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115348,12641,'_product_id','41'),(115349,12641,'_variation_id','0'),(115350,12641,'_qty','2'),(115351,12641,'_tax_class',''),(115352,12641,'_line_subtotal','132.96'),(115353,12641,'_line_subtotal_tax','0'),(115354,12641,'_line_total','132.96'),(115355,12641,'_line_tax','0'),(115356,12641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115357,12642,'_product_id','487'),(115358,12642,'_variation_id','0'),(115359,12642,'_qty','2'),(115360,12642,'_tax_class',''),(115361,12642,'_line_subtotal','62.7'),(115362,12642,'_line_subtotal_tax','0'),(115363,12642,'_line_total','62.7'),(115364,12642,'_line_tax','0'),(115365,12642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115366,12643,'_product_id','490'),(115367,12643,'_variation_id','0'),(115368,12643,'_qty','10'),(115369,12643,'_tax_class',''),(115370,12643,'_line_subtotal','196'),(115371,12643,'_line_subtotal_tax','0'),(115372,12643,'_line_total','196'),(115373,12643,'_line_tax','0'),(115374,12643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115375,12644,'method_id','advanced_free_shipping'),(115376,12644,'instance_id','0'),(115377,12644,'cost','0.00'),(115378,12644,'total_tax','0'),(115379,12644,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115380,12637,'thwma_order_shipping_status','wc-pending'),(115381,12638,'thwma_order_shipping_status','wc-pending'),(115382,12639,'thwma_order_shipping_status','wc-pending'),(115383,12640,'thwma_order_shipping_status','wc-pending'),(115384,12641,'thwma_order_shipping_status','wc-pending'),(115385,12642,'thwma_order_shipping_status','wc-pending'),(115386,12643,'thwma_order_shipping_status','wc-pending'),(115387,12629,'thwma_order_shipping_status','wc-pending'),(115388,12630,'thwma_order_shipping_status','wc-pending'),(115389,12631,'thwma_order_shipping_status','wc-pending'),(115390,12632,'thwma_order_shipping_status','wc-pending'),(115391,12633,'thwma_order_shipping_status','wc-pending'),(115392,12634,'thwma_order_shipping_status','wc-pending'),(115393,12635,'thwma_order_shipping_status','wc-pending'),(115394,12625,'thwma_order_shipping_status','wc-pending'),(115395,12626,'thwma_order_shipping_status','wc-pending'),(115396,12627,'thwma_order_shipping_status','wc-pending'),(115397,12645,'_product_id','93'),(115398,12645,'_variation_id','0'),(115399,12645,'_qty','20'),(115400,12645,'_tax_class',''),(115401,12645,'_line_subtotal','0'),(115402,12645,'_line_subtotal_tax','0'),(115403,12645,'_line_total','0'),(115404,12645,'_line_tax','0'),(115405,12645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115406,12646,'method_id','fedex'),(115407,12646,'instance_id','1'),(115408,12646,'cost','19.52'),(115409,12646,'total_tax','0'),(115410,12646,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115411,12646,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(115412,12647,'_product_id','116'),(115413,12647,'_variation_id','0'),(115414,12647,'_qty','1'),(115415,12647,'_tax_class',''),(115416,12647,'_line_subtotal','145.44'),(115417,12647,'_line_subtotal_tax','0'),(115418,12647,'_line_total','145.44'),(115419,12647,'_line_tax','0'),(115420,12647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115421,12648,'_product_id','2110'),(115422,12648,'_variation_id','0'),(115423,12648,'_qty','3'),(115424,12648,'_tax_class',''),(115425,12648,'_line_subtotal','214.2'),(115426,12648,'_line_subtotal_tax','0'),(115427,12648,'_line_total','214.2'),(115428,12648,'_line_tax','0'),(115429,12648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115430,12649,'_product_id','41'),(115431,12649,'_variation_id','0'),(115432,12649,'_qty','3'),(115433,12649,'_tax_class',''),(115434,12649,'_line_subtotal','199.44'),(115435,12649,'_line_subtotal_tax','0'),(115436,12649,'_line_total','199.44'),(115437,12649,'_line_tax','0'),(115438,12649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115439,12650,'_product_id','45'),(115440,12650,'_variation_id','0'),(115441,12650,'_qty','2'),(115442,12650,'_tax_class',''),(115443,12650,'_line_subtotal','84.48'),(115444,12650,'_line_subtotal_tax','0'),(115445,12650,'_line_total','84.48'),(115446,12650,'_line_tax','0'),(115447,12650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115448,12651,'_product_id','49'),(115449,12651,'_variation_id','0'),(115450,12651,'_qty','3'),(115451,12651,'_tax_class',''),(115452,12651,'_line_subtotal','237.6'),(115453,12651,'_line_subtotal_tax','0'),(115454,12651,'_line_total','237.6'),(115455,12651,'_line_tax','0'),(115456,12651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115457,12652,'_product_id','99'),(115458,12652,'_variation_id','0'),(115459,12652,'_qty','1'),(115460,12652,'_tax_class',''),(115461,12652,'_line_subtotal','0'),(115462,12652,'_line_subtotal_tax','0'),(115463,12652,'_line_total','0'),(115464,12652,'_line_tax','0'),(115465,12652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115466,12653,'_product_id','93'),(115467,12653,'_variation_id','0'),(115468,12653,'_qty','10'),(115469,12653,'_tax_class',''),(115470,12653,'_line_subtotal','0'),(115471,12653,'_line_subtotal_tax','0'),(115472,12653,'_line_total','0'),(115473,12653,'_line_tax','0'),(115474,12653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115475,12654,'_product_id','133'),(115476,12654,'_variation_id','0'),(115477,12654,'_qty','3'),(115478,12654,'_tax_class',''),(115479,12654,'_line_subtotal','42.9'),(115480,12654,'_line_subtotal_tax','0'),(115481,12654,'_line_total','42.9'),(115482,12654,'_line_tax','0'),(115483,12654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115484,12655,'method_id','advanced_free_shipping'),(115485,12655,'instance_id','0'),(115486,12655,'cost','0.00'),(115487,12655,'total_tax','0'),(115488,12655,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115489,12656,'_product_id','23'),(115490,12656,'_variation_id','0'),(115491,12656,'_qty','1'),(115492,12656,'_tax_class',''),(115493,12656,'_line_subtotal','68.54'),(115494,12656,'_line_subtotal_tax','0'),(115495,12656,'_line_total','68.54'),(115496,12656,'_line_tax','0'),(115497,12656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115498,12657,'_product_id','38'),(115499,12657,'_variation_id','0'),(115500,12657,'_qty','1'),(115501,12657,'_tax_class',''),(115502,12657,'_line_subtotal','165.76'),(115503,12657,'_line_subtotal_tax','0'),(115504,12657,'_line_total','165.76'),(115505,12657,'_line_tax','0'),(115506,12657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115507,12658,'_product_id','2110'),(115508,12658,'_variation_id','0'),(115509,12658,'_qty','1'),(115510,12658,'_tax_class',''),(115511,12658,'_line_subtotal','71.4'),(115512,12658,'_line_subtotal_tax','0'),(115513,12658,'_line_total','71.4'),(115514,12658,'_line_tax','0'),(115515,12658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115516,12659,'_product_id','2113'),(115517,12659,'_variation_id','0'),(115518,12659,'_qty','1'),(115519,12659,'_tax_class',''),(115520,12659,'_line_subtotal','172'),(115521,12659,'_line_subtotal_tax','0'),(115522,12659,'_line_total','172'),(115523,12659,'_line_tax','0'),(115524,12659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115525,12660,'_product_id','41'),(115526,12660,'_variation_id','0'),(115527,12660,'_qty','1'),(115528,12660,'_tax_class',''),(115529,12660,'_line_subtotal','66.48'),(115530,12660,'_line_subtotal_tax','0'),(115531,12660,'_line_total','66.48'),(115532,12660,'_line_tax','0'),(115533,12660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115534,12661,'_product_id','41'),(115535,12661,'_variation_id','0'),(115536,12661,'_qty','1'),(115537,12661,'_tax_class',''),(115538,12661,'_line_subtotal','66.48'),(115539,12661,'_line_subtotal_tax','0'),(115540,12661,'_line_total','66.48'),(115541,12661,'_line_tax','0'),(115542,12661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115543,12662,'_product_id','490'),(115544,12662,'_variation_id','0'),(115545,12662,'_qty','5'),(115546,12662,'_tax_class',''),(115547,12662,'_line_subtotal','98'),(115548,12662,'_line_subtotal_tax','0'),(115549,12662,'_line_total','98'),(115550,12662,'_line_tax','0'),(115551,12662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115552,12663,'method_id','advanced_free_shipping'),(115553,12663,'instance_id','0'),(115554,12663,'cost','0.00'),(115555,12663,'total_tax','0'),(115556,12663,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115557,12664,'_product_id','487'),(115558,12664,'_variation_id','0'),(115559,12664,'_qty','2'),(115560,12664,'_tax_class',''),(115561,12664,'_line_subtotal','62.7'),(115562,12664,'_line_subtotal_tax','0'),(115563,12664,'_line_total','62.7'),(115564,12664,'_line_tax','0'),(115565,12664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115566,12665,'_product_id','44'),(115567,12665,'_variation_id','0'),(115568,12665,'_qty','1'),(115569,12665,'_tax_class',''),(115570,12665,'_line_subtotal','116.16'),(115571,12665,'_line_subtotal_tax','0'),(115572,12665,'_line_total','116.16'),(115573,12665,'_line_tax','0'),(115574,12665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115575,12666,'_product_id','490'),(115576,12666,'_variation_id','0'),(115577,12666,'_qty','15'),(115578,12666,'_tax_class',''),(115579,12666,'_line_subtotal','294'),(115580,12666,'_line_subtotal_tax','0'),(115581,12666,'_line_total','294'),(115582,12666,'_line_tax','0'),(115583,12666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115584,12667,'_product_id','133'),(115585,12667,'_variation_id','0'),(115586,12667,'_qty','2'),(115587,12667,'_tax_class',''),(115588,12667,'_line_subtotal','28.6'),(115589,12667,'_line_subtotal_tax','0'),(115590,12667,'_line_total','28.6'),(115591,12667,'_line_tax','0'),(115592,12667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115593,12668,'method_id','advanced_free_shipping'),(115594,12668,'instance_id','0'),(115595,12668,'cost','0.00'),(115596,12668,'total_tax','0'),(115597,12668,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115705,12681,'_product_id','41'),(115706,12681,'_variation_id','0'),(115707,12681,'_qty','5'),(115708,12681,'_tax_class',''),(115709,12681,'_line_subtotal','332.4'),(115710,12681,'_line_subtotal_tax','0'),(115711,12681,'_line_total','332.4'),(115712,12681,'_line_tax','0'),(115713,12681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115714,12682,'_product_id','490'),(115715,12682,'_variation_id','0'),(115716,12682,'_qty','4'),(115717,12682,'_tax_class',''),(115718,12682,'_line_subtotal','78.4'),(115719,12682,'_line_subtotal_tax','0'),(115720,12682,'_line_total','78.4'),(115721,12682,'_line_tax','0'),(115722,12682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115723,12683,'_product_id','49'),(115724,12683,'_variation_id','0'),(115725,12683,'_qty','5'),(115726,12683,'_tax_class',''),(115727,12683,'_line_subtotal','396'),(115728,12683,'_line_subtotal_tax','0'),(115729,12683,'_line_total','396'),(115730,12683,'_line_tax','0'),(115731,12683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115732,12684,'_product_id','116'),(115733,12684,'_variation_id','0'),(115734,12684,'_qty','1'),(115735,12684,'_tax_class',''),(115736,12684,'_line_subtotal','145.44'),(115737,12684,'_line_subtotal_tax','0'),(115738,12684,'_line_total','145.44'),(115739,12684,'_line_tax','0'),(115740,12684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115741,12685,'_product_id','23'),(115742,12685,'_variation_id','0'),(115743,12685,'_qty','2'),(115744,12685,'_tax_class',''),(115745,12685,'_line_subtotal','137.08'),(115746,12685,'_line_subtotal_tax','0'),(115747,12685,'_line_total','137.08'),(115748,12685,'_line_tax','0'),(115749,12685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115750,12686,'method_id','advanced_free_shipping'),(115751,12686,'instance_id','0'),(115752,12686,'cost','0.00'),(115753,12686,'total_tax','0'),(115754,12686,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115755,12664,'thwma_order_shipping_status','wc-pending'),(115756,12665,'thwma_order_shipping_status','wc-pending'),(115757,12666,'thwma_order_shipping_status','wc-pending'),(115758,12667,'thwma_order_shipping_status','wc-pending'),(115766,12656,'thwma_order_shipping_status','wc-pending'),(115767,12657,'thwma_order_shipping_status','wc-pending'),(115768,12658,'thwma_order_shipping_status','wc-pending'),(115769,12659,'thwma_order_shipping_status','wc-pending'),(115770,12660,'thwma_order_shipping_status','wc-pending'),(115771,12661,'thwma_order_shipping_status','wc-pending'),(115772,12662,'thwma_order_shipping_status','wc-pending'),(115781,12647,'thwma_order_shipping_status','wc-pending'),(115782,12648,'thwma_order_shipping_status','wc-pending'),(115783,12649,'thwma_order_shipping_status','wc-pending'),(115784,12650,'thwma_order_shipping_status','wc-pending'),(115785,12651,'thwma_order_shipping_status','wc-pending'),(115786,12652,'thwma_order_shipping_status','wc-pending'),(115787,12653,'thwma_order_shipping_status','wc-pending'),(115788,12654,'thwma_order_shipping_status','wc-pending'),(115789,12681,'thwma_order_shipping_status','wc-pending'),(115790,12682,'thwma_order_shipping_status','wc-pending'),(115791,12683,'thwma_order_shipping_status','wc-pending'),(115792,12684,'thwma_order_shipping_status','wc-pending'),(115793,12685,'thwma_order_shipping_status','wc-pending'),(115794,12687,'_product_id','2113'),(115795,12687,'_variation_id','0'),(115796,12687,'_qty','1'),(115797,12687,'_tax_class',''),(115798,12687,'_line_subtotal','172'),(115799,12687,'_line_subtotal_tax','0'),(115800,12687,'_line_total','172'),(115801,12687,'_line_tax','0'),(115802,12687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115803,12688,'_product_id','49'),(115804,12688,'_variation_id','0'),(115805,12688,'_qty','2'),(115806,12688,'_tax_class',''),(115807,12688,'_line_subtotal','158.4'),(115808,12688,'_line_subtotal_tax','0'),(115809,12688,'_line_total','158.4'),(115810,12688,'_line_tax','0'),(115811,12688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115812,12689,'_product_id','487'),(115813,12689,'_variation_id','0'),(115814,12689,'_qty','1'),(115815,12689,'_tax_class',''),(115816,12689,'_line_subtotal','31.35'),(115817,12689,'_line_subtotal_tax','0'),(115818,12689,'_line_total','31.35'),(115819,12689,'_line_tax','0'),(115820,12689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115821,12690,'_product_id','2110'),(115822,12690,'_variation_id','0'),(115823,12690,'_qty','1'),(115824,12690,'_tax_class',''),(115825,12690,'_line_subtotal','71.4'),(115826,12690,'_line_subtotal_tax','0'),(115827,12690,'_line_total','71.4'),(115828,12690,'_line_tax','0'),(115829,12690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115830,12691,'_product_id','44'),(115831,12691,'_variation_id','0'),(115832,12691,'_qty','1'),(115833,12691,'_tax_class',''),(115834,12691,'_line_subtotal','116.16'),(115835,12691,'_line_subtotal_tax','0'),(115836,12691,'_line_total','116.16'),(115837,12691,'_line_tax','0'),(115838,12691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115839,12692,'method_id','advanced_free_shipping'),(115840,12692,'instance_id','0'),(115841,12692,'cost','0.00'),(115842,12692,'total_tax','0'),(115843,12692,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115844,12693,'_product_id','41'),(115845,12693,'_variation_id','0'),(115846,12693,'_qty','2'),(115847,12693,'_tax_class',''),(115848,12693,'_line_subtotal','132.96'),(115849,12693,'_line_subtotal_tax','0'),(115850,12693,'_line_total','132.96'),(115851,12693,'_line_tax','0'),(115852,12693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115853,12694,'_product_id','45'),(115854,12694,'_variation_id','0'),(115855,12694,'_qty','2'),(115856,12694,'_tax_class',''),(115857,12694,'_line_subtotal','84.48'),(115858,12694,'_line_subtotal_tax','0'),(115859,12694,'_line_total','84.48'),(115860,12694,'_line_tax','0'),(115861,12694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115862,12695,'_product_id','490'),(115863,12695,'_variation_id','0'),(115864,12695,'_qty','10'),(115865,12695,'_tax_class',''),(115866,12695,'_line_subtotal','196'),(115867,12695,'_line_subtotal_tax','0'),(115868,12695,'_line_total','196'),(115869,12695,'_line_tax','0'),(115870,12695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115871,12696,'_product_id','488'),(115872,12696,'_variation_id','0'),(115873,12696,'_qty','3'),(115874,12696,'_tax_class',''),(115875,12696,'_line_subtotal','94.05'),(115876,12696,'_line_subtotal_tax','0'),(115877,12696,'_line_total','94.05'),(115878,12696,'_line_tax','0'),(115879,12696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115880,12697,'_product_id','2110'),(115881,12697,'_variation_id','0'),(115882,12697,'_qty','2'),(115883,12697,'_tax_class',''),(115884,12697,'_line_subtotal','142.8'),(115885,12697,'_line_subtotal_tax','0'),(115886,12697,'_line_total','142.8'),(115887,12697,'_line_tax','0'),(115888,12697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115889,12698,'_product_id','2113'),(115890,12698,'_variation_id','0'),(115891,12698,'_qty','1'),(115892,12698,'_tax_class',''),(115893,12698,'_line_subtotal','172'),(115894,12698,'_line_subtotal_tax','0'),(115895,12698,'_line_total','172'),(115896,12698,'_line_tax','0'),(115897,12698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115898,12699,'method_id','advanced_free_shipping'),(115899,12699,'instance_id','0'),(115900,12699,'cost','0.00'),(115901,12699,'total_tax','0'),(115902,12699,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115903,12693,'thwma_order_shipping_status','wc-pending'),(115904,12694,'thwma_order_shipping_status','wc-pending'),(115905,12695,'thwma_order_shipping_status','wc-pending'),(115906,12696,'thwma_order_shipping_status','wc-pending'),(115907,12697,'thwma_order_shipping_status','wc-pending'),(115908,12698,'thwma_order_shipping_status','wc-pending'),(115909,12687,'thwma_order_shipping_status','wc-pending'),(115910,12688,'thwma_order_shipping_status','wc-pending'),(115911,12689,'thwma_order_shipping_status','wc-pending'),(115912,12690,'thwma_order_shipping_status','wc-pending'),(115913,12691,'thwma_order_shipping_status','wc-pending'),(115914,12700,'_product_id','116'),(115915,12700,'_variation_id','0'),(115916,12700,'_qty','1'),(115917,12700,'_tax_class',''),(115918,12700,'_line_subtotal','145.44'),(115919,12700,'_line_subtotal_tax','0'),(115920,12700,'_line_total','145.44'),(115921,12700,'_line_tax','0'),(115922,12700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115923,12701,'_product_id','39'),(115924,12701,'_variation_id','0'),(115925,12701,'_qty','2'),(115926,12701,'_tax_class',''),(115927,12701,'_line_subtotal','158.4'),(115928,12701,'_line_subtotal_tax','0'),(115929,12701,'_line_total','158.4'),(115930,12701,'_line_tax','0'),(115931,12701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115932,12702,'_product_id','41'),(115933,12702,'_variation_id','0'),(115934,12702,'_qty','7'),(115935,12702,'_tax_class',''),(115936,12702,'_line_subtotal','465.36'),(115937,12702,'_line_subtotal_tax','0'),(115938,12702,'_line_total','465.36'),(115939,12702,'_line_tax','0'),(115940,12702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115941,12703,'_product_id','45'),(115942,12703,'_variation_id','0'),(115943,12703,'_qty','2'),(115944,12703,'_tax_class',''),(115945,12703,'_line_subtotal','84.48'),(115946,12703,'_line_subtotal_tax','0'),(115947,12703,'_line_total','84.48'),(115948,12703,'_line_tax','0'),(115949,12703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115950,12704,'_product_id','43'),(115951,12704,'_variation_id','0'),(115952,12704,'_qty','2'),(115953,12704,'_tax_class',''),(115954,12704,'_line_subtotal','158.4'),(115955,12704,'_line_subtotal_tax','0'),(115956,12704,'_line_total','158.4'),(115957,12704,'_line_tax','0'),(115958,12704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115959,12705,'_product_id','49'),(115960,12705,'_variation_id','0'),(115961,12705,'_qty','2'),(115962,12705,'_tax_class',''),(115963,12705,'_line_subtotal','158.4'),(115964,12705,'_line_subtotal_tax','0'),(115965,12705,'_line_total','158.4'),(115966,12705,'_line_tax','0'),(115967,12705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115968,12706,'method_id','advanced_free_shipping'),(115969,12706,'instance_id','0'),(115970,12706,'cost','0.00'),(115971,12706,'total_tax','0'),(115972,12706,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115973,12707,'_product_id','43'),(115974,12707,'_variation_id','0'),(115975,12707,'_qty','4'),(115976,12707,'_tax_class',''),(115977,12707,'_line_subtotal','316.8'),(115978,12707,'_line_subtotal_tax','0'),(115979,12707,'_line_total','316.8'),(115980,12707,'_line_tax','0'),(115981,12707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115982,12708,'_product_id','490'),(115983,12708,'_variation_id','0'),(115984,12708,'_qty','10'),(115985,12708,'_tax_class',''),(115986,12708,'_line_subtotal','196'),(115987,12708,'_line_subtotal_tax','0'),(115988,12708,'_line_total','196'),(115989,12708,'_line_tax','0'),(115990,12708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(115991,12709,'method_id','advanced_free_shipping'),(115992,12709,'instance_id','0'),(115993,12709,'cost','0.00'),(115994,12709,'total_tax','0'),(115995,12709,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(115996,12710,'_product_id','43'),(115997,12710,'_variation_id','0'),(115998,12710,'_qty','3'),(115999,12710,'_tax_class',''),(116000,12710,'_line_subtotal','237.6'),(116001,12710,'_line_subtotal_tax','0'),(116002,12710,'_line_total','237.6'),(116003,12710,'_line_tax','0'),(116004,12710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116005,12711,'_product_id','23'),(116006,12711,'_variation_id','0'),(116007,12711,'_qty','4'),(116008,12711,'_tax_class',''),(116009,12711,'_line_subtotal','274.16'),(116010,12711,'_line_subtotal_tax','0'),(116011,12711,'_line_total','274.16'),(116012,12711,'_line_tax','0'),(116013,12711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116014,12712,'method_id','advanced_free_shipping'),(116015,12712,'instance_id','0'),(116016,12712,'cost','0.00'),(116017,12712,'total_tax','0'),(116018,12712,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116019,12713,'_product_id','41'),(116020,12713,'_variation_id','0'),(116021,12713,'_qty','3'),(116022,12713,'_tax_class',''),(116023,12713,'_line_subtotal','199.44'),(116024,12713,'_line_subtotal_tax','0'),(116025,12713,'_line_total','199.44'),(116026,12713,'_line_tax','0'),(116027,12713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116028,12714,'_product_id','49'),(116029,12714,'_variation_id','0'),(116030,12714,'_qty','5'),(116031,12714,'_tax_class',''),(116032,12714,'_line_subtotal','396'),(116033,12714,'_line_subtotal_tax','0'),(116034,12714,'_line_total','396'),(116035,12714,'_line_tax','0'),(116036,12714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116037,12715,'_product_id','39'),(116038,12715,'_variation_id','0'),(116039,12715,'_qty','2'),(116040,12715,'_tax_class',''),(116041,12715,'_line_subtotal','158.4'),(116042,12715,'_line_subtotal_tax','0'),(116043,12715,'_line_total','158.4'),(116044,12715,'_line_tax','0'),(116045,12715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116046,12716,'_product_id','120'),(116047,12716,'_variation_id','0'),(116048,12716,'_qty','1'),(116049,12716,'_tax_class',''),(116050,12716,'_line_subtotal','52.8'),(116051,12716,'_line_subtotal_tax','0'),(116052,12716,'_line_total','52.8'),(116053,12716,'_line_tax','0'),(116054,12716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116055,12717,'method_id','advanced_free_shipping'),(116056,12717,'instance_id','0'),(116057,12717,'cost','0.00'),(116058,12717,'total_tax','0'),(116059,12717,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116060,12700,'thwma_order_shipping_status','wc-pending'),(116061,12701,'thwma_order_shipping_status','wc-pending'),(116062,12702,'thwma_order_shipping_status','wc-pending'),(116063,12703,'thwma_order_shipping_status','wc-pending'),(116064,12704,'thwma_order_shipping_status','wc-pending'),(116065,12705,'thwma_order_shipping_status','wc-pending'),(116066,12707,'thwma_order_shipping_status','wc-pending'),(116067,12708,'thwma_order_shipping_status','wc-pending'),(116068,12710,'thwma_order_shipping_status','wc-pending'),(116069,12711,'thwma_order_shipping_status','wc-pending'),(116246,12713,'thwma_order_shipping_status','wc-pending'),(116247,12714,'thwma_order_shipping_status','wc-pending'),(116248,12715,'thwma_order_shipping_status','wc-pending'),(116249,12716,'thwma_order_shipping_status','wc-pending'),(116250,12738,'_product_id','44'),(116251,12738,'_variation_id','0'),(116252,12738,'_qty','2'),(116253,12738,'_tax_class',''),(116254,12738,'_line_subtotal','232.32'),(116255,12738,'_line_subtotal_tax','0'),(116256,12738,'_line_total','232.32'),(116257,12738,'_line_tax','0'),(116258,12738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116259,12739,'_product_id','49'),(116260,12739,'_variation_id','0'),(116261,12739,'_qty','2'),(116262,12739,'_tax_class',''),(116263,12739,'_line_subtotal','158.4'),(116264,12739,'_line_subtotal_tax','0'),(116265,12739,'_line_total','158.4'),(116266,12739,'_line_tax','0'),(116267,12739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116268,12740,'_product_id','43'),(116269,12740,'_variation_id','0'),(116270,12740,'_qty','2'),(116271,12740,'_tax_class',''),(116272,12740,'_line_subtotal','158.4'),(116273,12740,'_line_subtotal_tax','0'),(116274,12740,'_line_total','158.4'),(116275,12740,'_line_tax','0'),(116276,12740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116277,12741,'method_id','advanced_free_shipping'),(116278,12741,'instance_id','0'),(116279,12741,'cost','0.00'),(116280,12741,'total_tax','0'),(116281,12741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116282,12742,'_product_id','2110'),(116283,12742,'_variation_id','0'),(116284,12742,'_qty','3'),(116285,12742,'_tax_class',''),(116286,12742,'_line_subtotal','214.2'),(116287,12742,'_line_subtotal_tax','0'),(116288,12742,'_line_total','214.2'),(116289,12742,'_line_tax','0'),(116290,12742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116291,12743,'_product_id','2113'),(116292,12743,'_variation_id','0'),(116293,12743,'_qty','2'),(116294,12743,'_tax_class',''),(116295,12743,'_line_subtotal','344'),(116296,12743,'_line_subtotal_tax','0'),(116297,12743,'_line_total','344'),(116298,12743,'_line_tax','0'),(116299,12743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116300,12744,'_product_id','45'),(116301,12744,'_variation_id','0'),(116302,12744,'_qty','3'),(116303,12744,'_tax_class',''),(116304,12744,'_line_subtotal','126.72'),(116305,12744,'_line_subtotal_tax','0'),(116306,12744,'_line_total','126.72'),(116307,12744,'_line_tax','0'),(116308,12744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116309,12745,'_product_id','43'),(116310,12745,'_variation_id','0'),(116311,12745,'_qty','3'),(116312,12745,'_tax_class',''),(116313,12745,'_line_subtotal','237.6'),(116314,12745,'_line_subtotal_tax','0'),(116315,12745,'_line_total','237.6'),(116316,12745,'_line_tax','0'),(116317,12745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116318,12746,'_product_id','49'),(116319,12746,'_variation_id','0'),(116320,12746,'_qty','3'),(116321,12746,'_tax_class',''),(116322,12746,'_line_subtotal','237.6'),(116323,12746,'_line_subtotal_tax','0'),(116324,12746,'_line_total','237.6'),(116325,12746,'_line_tax','0'),(116326,12746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116327,12747,'_product_id','490'),(116328,12747,'_variation_id','0'),(116329,12747,'_qty','15'),(116330,12747,'_tax_class',''),(116331,12747,'_line_subtotal','294'),(116332,12747,'_line_subtotal_tax','0'),(116333,12747,'_line_total','294'),(116334,12747,'_line_tax','0'),(116335,12747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116336,12748,'method_id','advanced_free_shipping'),(116337,12748,'instance_id','0'),(116338,12748,'cost','0.00'),(116339,12748,'total_tax','0'),(116340,12748,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116341,12738,'thwma_order_shipping_status','wc-pending'),(116342,12739,'thwma_order_shipping_status','wc-pending'),(116343,12740,'thwma_order_shipping_status','wc-pending'),(116344,12749,'_product_id','2110'),(116345,12749,'_variation_id','0'),(116346,12749,'_qty','8'),(116347,12749,'_tax_class',''),(116348,12749,'_line_subtotal','571.2'),(116349,12749,'_line_subtotal_tax','0'),(116350,12749,'_line_total','571.2'),(116351,12749,'_line_tax','0'),(116352,12749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116353,12750,'method_id','advanced_free_shipping'),(116354,12750,'instance_id','0'),(116355,12750,'cost','0.00'),(116356,12750,'total_tax','0'),(116357,12750,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116358,12742,'thwma_order_shipping_status','wc-pending'),(116359,12743,'thwma_order_shipping_status','wc-pending'),(116360,12744,'thwma_order_shipping_status','wc-pending'),(116361,12745,'thwma_order_shipping_status','wc-pending'),(116362,12746,'thwma_order_shipping_status','wc-pending'),(116363,12747,'thwma_order_shipping_status','wc-pending'),(116364,12751,'_product_id','45'),(116365,12751,'_variation_id','0'),(116366,12751,'_qty','2'),(116367,12751,'_tax_class',''),(116368,12751,'_line_subtotal','84.48'),(116369,12751,'_line_subtotal_tax','0'),(116370,12751,'_line_total','84.48'),(116371,12751,'_line_tax','0'),(116372,12751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116373,12752,'_product_id','490'),(116374,12752,'_variation_id','0'),(116375,12752,'_qty','4'),(116376,12752,'_tax_class',''),(116377,12752,'_line_subtotal','78.4'),(116378,12752,'_line_subtotal_tax','0'),(116379,12752,'_line_total','78.4'),(116380,12752,'_line_tax','0'),(116381,12752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116382,12753,'method_id','fedex'),(116383,12753,'instance_id','1'),(116384,12753,'cost','23.71'),(116385,12753,'total_tax','0'),(116386,12753,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116387,12753,'Package 1','17 × 14 × 10 (in) 24.6lbs × 1'),(116388,12754,'_product_id','2110'),(116389,12754,'_variation_id','0'),(116390,12754,'_qty','4'),(116391,12754,'_tax_class',''),(116392,12754,'_line_subtotal','285.6'),(116393,12754,'_line_subtotal_tax','0'),(116394,12754,'_line_total','285.6'),(116395,12754,'_line_tax','0'),(116396,12754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116397,12755,'_product_id','41'),(116398,12755,'_variation_id','0'),(116399,12755,'_qty','4'),(116400,12755,'_tax_class',''),(116401,12755,'_line_subtotal','265.92'),(116402,12755,'_line_subtotal_tax','0'),(116403,12755,'_line_total','265.92'),(116404,12755,'_line_tax','0'),(116405,12755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116406,12756,'_product_id','43'),(116407,12756,'_variation_id','0'),(116408,12756,'_qty','2'),(116409,12756,'_tax_class',''),(116410,12756,'_line_subtotal','158.4'),(116411,12756,'_line_subtotal_tax','0'),(116412,12756,'_line_total','158.4'),(116413,12756,'_line_tax','0'),(116414,12756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116415,12757,'_product_id','49'),(116416,12757,'_variation_id','0'),(116417,12757,'_qty','2'),(116418,12757,'_tax_class',''),(116419,12757,'_line_subtotal','158.4'),(116420,12757,'_line_subtotal_tax','0'),(116421,12757,'_line_total','158.4'),(116422,12757,'_line_tax','0'),(116423,12757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116424,12758,'_product_id','490'),(116425,12758,'_variation_id','0'),(116426,12758,'_qty','10'),(116427,12758,'_tax_class',''),(116428,12758,'_line_subtotal','196'),(116429,12758,'_line_subtotal_tax','0'),(116430,12758,'_line_total','196'),(116431,12758,'_line_tax','0'),(116432,12758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116433,12759,'_product_id','133'),(116434,12759,'_variation_id','0'),(116435,12759,'_qty','6'),(116436,12759,'_tax_class',''),(116437,12759,'_line_subtotal','85.8'),(116438,12759,'_line_subtotal_tax','0'),(116439,12759,'_line_total','85.8'),(116440,12759,'_line_tax','0'),(116441,12759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116442,12760,'_product_id','318'),(116443,12760,'_variation_id','0'),(116444,12760,'_qty','15'),(116445,12760,'_tax_class',''),(116446,12760,'_line_subtotal','45'),(116447,12760,'_line_subtotal_tax','0'),(116448,12760,'_line_total','45'),(116449,12760,'_line_tax','0'),(116450,12760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116451,12761,'method_id','advanced_free_shipping'),(116452,12761,'instance_id','0'),(116453,12761,'cost','0.00'),(116454,12761,'total_tax','0'),(116455,12761,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116456,12762,'_product_id','2110'),(116457,12762,'_variation_id','0'),(116458,12762,'_qty','3'),(116459,12762,'_tax_class',''),(116460,12762,'_line_subtotal','214.2'),(116461,12762,'_line_subtotal_tax','0'),(116462,12762,'_line_total','214.2'),(116463,12762,'_line_tax','0'),(116464,12762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116465,12763,'_product_id','120'),(116466,12763,'_variation_id','0'),(116467,12763,'_qty','1'),(116468,12763,'_tax_class',''),(116469,12763,'_line_subtotal','52.8'),(116470,12763,'_line_subtotal_tax','0'),(116471,12763,'_line_total','52.8'),(116472,12763,'_line_tax','0'),(116473,12763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116474,12764,'_product_id','133'),(116475,12764,'_variation_id','0'),(116476,12764,'_qty','7'),(116477,12764,'_tax_class',''),(116478,12764,'_line_subtotal','100.1'),(116479,12764,'_line_subtotal_tax','0'),(116480,12764,'_line_total','100.1'),(116481,12764,'_line_tax','0'),(116482,12764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116483,12765,'method_id','fedex'),(116484,12765,'instance_id','1'),(116485,12765,'cost','33.54'),(116486,12765,'total_tax','0'),(116487,12765,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116488,12765,'Package 1','21.56 × 16.56 × 13.19 (in) 37.86lbs × 1'),(116489,12766,'_product_id','41'),(116490,12766,'_variation_id','0'),(116491,12766,'_qty','2'),(116492,12766,'_tax_class',''),(116493,12766,'_line_subtotal','132.96'),(116494,12766,'_line_subtotal_tax','0'),(116495,12766,'_line_total','132.96'),(116496,12766,'_line_tax','0'),(116497,12766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116498,12767,'_product_id','490'),(116499,12767,'_variation_id','0'),(116500,12767,'_qty','6'),(116501,12767,'_tax_class',''),(116502,12767,'_line_subtotal','117.6'),(116503,12767,'_line_subtotal_tax','0'),(116504,12767,'_line_total','117.6'),(116505,12767,'_line_tax','0'),(116506,12767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116507,12768,'_product_id','133'),(116508,12768,'_variation_id','0'),(116509,12768,'_qty','6'),(116510,12768,'_tax_class',''),(116511,12768,'_line_subtotal','85.8'),(116512,12768,'_line_subtotal_tax','0'),(116513,12768,'_line_total','85.8'),(116514,12768,'_line_tax','0'),(116515,12768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116516,12769,'method_id','fedex'),(116517,12769,'instance_id','1'),(116518,12769,'cost','19.38'),(116519,12769,'total_tax','0'),(116520,12769,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116521,12769,'Package 1','14 × 14 × 14 (in) 25.9lbs × 1'),(116522,12770,'_product_id','23'),(116523,12770,'_variation_id','0'),(116524,12770,'_qty','5'),(116525,12770,'_tax_class',''),(116526,12770,'_line_subtotal','342.7'),(116527,12770,'_line_subtotal_tax','0'),(116528,12770,'_line_total','342.7'),(116529,12770,'_line_tax','0'),(116530,12770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116531,12771,'_product_id','41'),(116532,12771,'_variation_id','0'),(116533,12771,'_qty','3'),(116534,12771,'_tax_class',''),(116535,12771,'_line_subtotal','199.44'),(116536,12771,'_line_subtotal_tax','0'),(116537,12771,'_line_total','199.44'),(116538,12771,'_line_tax','0'),(116539,12771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116540,12772,'_product_id','43'),(116541,12772,'_variation_id','0'),(116542,12772,'_qty','2'),(116543,12772,'_tax_class',''),(116544,12772,'_line_subtotal','158.4'),(116545,12772,'_line_subtotal_tax','0'),(116546,12772,'_line_total','158.4'),(116547,12772,'_line_tax','0'),(116548,12772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116549,12773,'_product_id','490'),(116550,12773,'_variation_id','0'),(116551,12773,'_qty','8'),(116552,12773,'_tax_class',''),(116553,12773,'_line_subtotal','156.8'),(116554,12773,'_line_subtotal_tax','0'),(116555,12773,'_line_total','156.8'),(116556,12773,'_line_tax','0'),(116557,12773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116558,12774,'_product_id','488'),(116559,12774,'_variation_id','0'),(116560,12774,'_qty','1'),(116561,12774,'_tax_class',''),(116562,12774,'_line_subtotal','31.35'),(116563,12774,'_line_subtotal_tax','0'),(116564,12774,'_line_total','31.35'),(116565,12774,'_line_tax','0'),(116566,12774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116567,12775,'method_id','advanced_free_shipping'),(116568,12775,'instance_id','0'),(116569,12775,'cost','0.00'),(116570,12775,'total_tax','0'),(116571,12775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116572,12776,'_product_id','116'),(116573,12776,'_variation_id','0'),(116574,12776,'_qty','2'),(116575,12776,'_tax_class',''),(116576,12776,'_line_subtotal','290.88'),(116577,12776,'_line_subtotal_tax','0'),(116578,12776,'_line_total','290.88'),(116579,12776,'_line_tax','0'),(116580,12776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116581,12777,'_product_id','490'),(116582,12777,'_variation_id','0'),(116583,12777,'_qty','3'),(116584,12777,'_tax_class',''),(116585,12777,'_line_subtotal','58.8'),(116586,12777,'_line_subtotal_tax','0'),(116587,12777,'_line_total','58.8'),(116588,12777,'_line_tax','0'),(116589,12777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116590,12778,'_product_id','2110'),(116591,12778,'_variation_id','0'),(116592,12778,'_qty','2'),(116593,12778,'_tax_class',''),(116594,12778,'_line_subtotal','142.8'),(116595,12778,'_line_subtotal_tax','0'),(116596,12778,'_line_total','142.8'),(116597,12778,'_line_tax','0'),(116598,12778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116599,12779,'method_id','fedex'),(116600,12779,'instance_id','1'),(116601,12779,'cost','23.22'),(116602,12779,'total_tax','0'),(116603,12779,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116604,12779,'Package 1','21.56 × 16.56 × 13.19 (in) 42.01lbs × 1'),(116605,12780,'_product_id','99'),(116606,12780,'_variation_id','0'),(116607,12780,'_qty','1'),(116608,12780,'_tax_class',''),(116609,12780,'_line_subtotal','0'),(116610,12780,'_line_subtotal_tax','0'),(116611,12780,'_line_total','0'),(116612,12780,'_line_tax','0'),(116613,12780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116614,12781,'_product_id','93'),(116615,12781,'_variation_id','0'),(116616,12781,'_qty','5'),(116617,12781,'_tax_class',''),(116618,12781,'_line_subtotal','0'),(116619,12781,'_line_subtotal_tax','0'),(116620,12781,'_line_total','0'),(116621,12781,'_line_tax','0'),(116622,12781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116623,12782,'method_id','fedex'),(116624,12782,'instance_id','1'),(116625,12782,'cost','14.11'),(116626,12782,'total_tax','0'),(116627,12782,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116628,12782,'Package 1','15.81 × 12.94 × 10.19 (in) 20.54lbs × 1'),(116629,12783,'_product_id','42'),(116630,12783,'_variation_id','0'),(116631,12783,'_qty','2'),(116632,12783,'_tax_class',''),(116633,12783,'_line_subtotal','158.4'),(116634,12783,'_line_subtotal_tax','0'),(116635,12783,'_line_total','158.4'),(116636,12783,'_line_tax','0'),(116637,12783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116638,12784,'_product_id','41'),(116639,12784,'_variation_id','0'),(116640,12784,'_qty','2'),(116641,12784,'_tax_class',''),(116642,12784,'_line_subtotal','132.96'),(116643,12784,'_line_subtotal_tax','0'),(116644,12784,'_line_total','132.96'),(116645,12784,'_line_tax','0'),(116646,12784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116647,12785,'_product_id','49'),(116648,12785,'_variation_id','0'),(116649,12785,'_qty','2'),(116650,12785,'_tax_class',''),(116651,12785,'_line_subtotal','158.4'),(116652,12785,'_line_subtotal_tax','0'),(116653,12785,'_line_total','158.4'),(116654,12785,'_line_tax','0'),(116655,12785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116656,12786,'_product_id','43'),(116657,12786,'_variation_id','0'),(116658,12786,'_qty','2'),(116659,12786,'_tax_class',''),(116660,12786,'_line_subtotal','158.4'),(116661,12786,'_line_subtotal_tax','0'),(116662,12786,'_line_total','158.4'),(116663,12786,'_line_tax','0'),(116664,12786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116665,12787,'_product_id','23'),(116666,12787,'_variation_id','0'),(116667,12787,'_qty','2'),(116668,12787,'_tax_class',''),(116669,12787,'_line_subtotal','137.08'),(116670,12787,'_line_subtotal_tax','0'),(116671,12787,'_line_total','137.08'),(116672,12787,'_line_tax','0'),(116673,12787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116674,12788,'method_id','advanced_free_shipping'),(116675,12788,'instance_id','0'),(116676,12788,'cost','0.00'),(116677,12788,'total_tax','0'),(116678,12788,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116679,12789,'_product_id','39'),(116680,12789,'_variation_id','0'),(116681,12789,'_qty','2'),(116682,12789,'_tax_class',''),(116683,12789,'_line_subtotal','158.4'),(116684,12789,'_line_subtotal_tax','0'),(116685,12789,'_line_total','158.4'),(116686,12789,'_line_tax','0'),(116687,12789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116688,12790,'_product_id','43'),(116689,12790,'_variation_id','0'),(116690,12790,'_qty','6'),(116691,12790,'_tax_class',''),(116692,12790,'_line_subtotal','475.2'),(116693,12790,'_line_subtotal_tax','0'),(116694,12790,'_line_total','475.2'),(116695,12790,'_line_tax','0'),(116696,12790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116697,12791,'method_id','advanced_free_shipping'),(116698,12791,'instance_id','0'),(116699,12791,'cost','0.00'),(116700,12791,'total_tax','0'),(116701,12791,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116702,12792,'_product_id','2110'),(116703,12792,'_variation_id','0'),(116704,12792,'_qty','3'),(116705,12792,'_tax_class',''),(116706,12792,'_line_subtotal','214.2'),(116707,12792,'_line_subtotal_tax','0'),(116708,12792,'_line_total','214.2'),(116709,12792,'_line_tax','0'),(116710,12792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116711,12793,'_product_id','2113'),(116712,12793,'_variation_id','0'),(116713,12793,'_qty','1'),(116714,12793,'_tax_class',''),(116715,12793,'_line_subtotal','172'),(116716,12793,'_line_subtotal_tax','0'),(116717,12793,'_line_total','172'),(116718,12793,'_line_tax','0'),(116719,12793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116720,12794,'_product_id','42'),(116721,12794,'_variation_id','0'),(116722,12794,'_qty','2'),(116723,12794,'_tax_class',''),(116724,12794,'_line_subtotal','158.4'),(116725,12794,'_line_subtotal_tax','0'),(116726,12794,'_line_total','158.4'),(116727,12794,'_line_tax','0'),(116728,12794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116729,12795,'_product_id','41'),(116730,12795,'_variation_id','0'),(116731,12795,'_qty','6'),(116732,12795,'_tax_class',''),(116733,12795,'_line_subtotal','398.88'),(116734,12795,'_line_subtotal_tax','0'),(116735,12795,'_line_total','398.88'),(116736,12795,'_line_tax','0'),(116737,12795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116738,12796,'_product_id','2400'),(116739,12796,'_variation_id','0'),(116740,12796,'_qty','2'),(116741,12796,'_tax_class',''),(116742,12796,'_line_subtotal','372.6'),(116743,12796,'_line_subtotal_tax','0'),(116744,12796,'_line_total','372.6'),(116745,12796,'_line_tax','0'),(116746,12796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116747,12797,'_product_id','2408'),(116748,12797,'_variation_id','0'),(116749,12797,'_qty','2'),(116750,12797,'_tax_class',''),(116751,12797,'_line_subtotal','298.68'),(116752,12797,'_line_subtotal_tax','0'),(116753,12797,'_line_total','298.68'),(116754,12797,'_line_tax','0'),(116755,12797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116756,12798,'_product_id','39'),(116757,12798,'_variation_id','0'),(116758,12798,'_qty','1'),(116759,12798,'_tax_class',''),(116760,12798,'_line_subtotal','79.2'),(116761,12798,'_line_subtotal_tax','0'),(116762,12798,'_line_total','79.2'),(116763,12798,'_line_tax','0'),(116764,12798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116765,12799,'_product_id','40'),(116766,12799,'_variation_id','0'),(116767,12799,'_qty','1'),(116768,12799,'_tax_class',''),(116769,12799,'_line_subtotal','79.2'),(116770,12799,'_line_subtotal_tax','0'),(116771,12799,'_line_total','79.2'),(116772,12799,'_line_tax','0'),(116773,12799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116774,12800,'_product_id','43'),(116775,12800,'_variation_id','0'),(116776,12800,'_qty','4'),(116777,12800,'_tax_class',''),(116778,12800,'_line_subtotal','316.8'),(116779,12800,'_line_subtotal_tax','0'),(116780,12800,'_line_total','316.8'),(116781,12800,'_line_tax','0'),(116782,12800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116783,12801,'_product_id','44'),(116784,12801,'_variation_id','0'),(116785,12801,'_qty','3'),(116786,12801,'_tax_class',''),(116787,12801,'_line_subtotal','348.48'),(116788,12801,'_line_subtotal_tax','0'),(116789,12801,'_line_total','348.48'),(116790,12801,'_line_tax','0'),(116791,12801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116792,12802,'_product_id','490'),(116793,12802,'_variation_id','0'),(116794,12802,'_qty','40'),(116795,12802,'_tax_class',''),(116796,12802,'_line_subtotal','784'),(116797,12802,'_line_subtotal_tax','0'),(116798,12802,'_line_total','784'),(116799,12802,'_line_tax','0'),(116800,12802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116801,12803,'_product_id','487'),(116802,12803,'_variation_id','0'),(116803,12803,'_qty','5'),(116804,12803,'_tax_class',''),(116805,12803,'_line_subtotal','156.75'),(116806,12803,'_line_subtotal_tax','0'),(116807,12803,'_line_total','156.75'),(116808,12803,'_line_tax','0'),(116809,12803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116810,12804,'method_id','advanced_free_shipping'),(116811,12804,'instance_id','0'),(116812,12804,'cost','0.00'),(116813,12804,'total_tax','0'),(116814,12804,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116815,12805,'_product_id','2110'),(116816,12805,'_variation_id','0'),(116817,12805,'_qty','2'),(116818,12805,'_tax_class',''),(116819,12805,'_line_subtotal','142.8'),(116820,12805,'_line_subtotal_tax','0'),(116821,12805,'_line_total','142.8'),(116822,12805,'_line_tax','0'),(116823,12805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116824,12806,'_product_id','41'),(116825,12806,'_variation_id','0'),(116826,12806,'_qty','2'),(116827,12806,'_tax_class',''),(116828,12806,'_line_subtotal','132.96'),(116829,12806,'_line_subtotal_tax','0'),(116830,12806,'_line_total','132.96'),(116831,12806,'_line_tax','0'),(116832,12806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116833,12807,'_product_id','42'),(116834,12807,'_variation_id','0'),(116835,12807,'_qty','1'),(116836,12807,'_tax_class',''),(116837,12807,'_line_subtotal','79.2'),(116838,12807,'_line_subtotal_tax','0'),(116839,12807,'_line_total','79.2'),(116840,12807,'_line_tax','0'),(116841,12807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116842,12808,'_product_id','45'),(116843,12808,'_variation_id','0'),(116844,12808,'_qty','4'),(116845,12808,'_tax_class',''),(116846,12808,'_line_subtotal','168.96'),(116847,12808,'_line_subtotal_tax','0'),(116848,12808,'_line_total','168.96'),(116849,12808,'_line_tax','0'),(116850,12808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116851,12809,'_product_id','2408'),(116852,12809,'_variation_id','0'),(116853,12809,'_qty','1'),(116854,12809,'_tax_class',''),(116855,12809,'_line_subtotal','149.34'),(116856,12809,'_line_subtotal_tax','0'),(116857,12809,'_line_total','149.34'),(116858,12809,'_line_tax','0'),(116859,12809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116860,12810,'_product_id','44'),(116861,12810,'_variation_id','0'),(116862,12810,'_qty','1'),(116863,12810,'_tax_class',''),(116864,12810,'_line_subtotal','116.16'),(116865,12810,'_line_subtotal_tax','0'),(116866,12810,'_line_total','116.16'),(116867,12810,'_line_tax','0'),(116868,12810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116869,12811,'_product_id','490'),(116870,12811,'_variation_id','0'),(116871,12811,'_qty','10'),(116872,12811,'_tax_class',''),(116873,12811,'_line_subtotal','196'),(116874,12811,'_line_subtotal_tax','0'),(116875,12811,'_line_total','196'),(116876,12811,'_line_tax','0'),(116877,12811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116878,12812,'_product_id','487'),(116879,12812,'_variation_id','0'),(116880,12812,'_qty','3'),(116881,12812,'_tax_class',''),(116882,12812,'_line_subtotal','94.05'),(116883,12812,'_line_subtotal_tax','0'),(116884,12812,'_line_total','94.05'),(116885,12812,'_line_tax','0'),(116886,12812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116887,12813,'_product_id','488'),(116888,12813,'_variation_id','0'),(116889,12813,'_qty','3'),(116890,12813,'_tax_class',''),(116891,12813,'_line_subtotal','94.05'),(116892,12813,'_line_subtotal_tax','0'),(116893,12813,'_line_total','94.05'),(116894,12813,'_line_tax','0'),(116895,12813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116896,12814,'method_id','advanced_free_shipping'),(116897,12814,'instance_id','0'),(116898,12814,'cost','0.00'),(116899,12814,'total_tax','0'),(116900,12814,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(116901,12751,'thwma_order_shipping_status','wc-pending'),(116902,12752,'thwma_order_shipping_status','wc-pending'),(116903,12770,'thwma_order_shipping_status','wc-pending'),(116904,12771,'thwma_order_shipping_status','wc-pending'),(116905,12772,'thwma_order_shipping_status','wc-pending'),(116906,12773,'thwma_order_shipping_status','wc-pending'),(116907,12774,'thwma_order_shipping_status','wc-pending'),(116911,12776,'thwma_order_shipping_status','wc-pending'),(116912,12777,'thwma_order_shipping_status','wc-pending'),(116913,12778,'thwma_order_shipping_status','wc-pending'),(116957,12805,'thwma_order_shipping_status','wc-pending'),(116958,12806,'thwma_order_shipping_status','wc-pending'),(116959,12807,'thwma_order_shipping_status','wc-pending'),(116960,12808,'thwma_order_shipping_status','wc-pending'),(116961,12809,'thwma_order_shipping_status','wc-pending'),(116962,12810,'thwma_order_shipping_status','wc-pending'),(116963,12811,'thwma_order_shipping_status','wc-pending'),(116964,12812,'thwma_order_shipping_status','wc-pending'),(116965,12813,'thwma_order_shipping_status','wc-pending'),(116966,12754,'thwma_order_shipping_status','wc-pending'),(116967,12755,'thwma_order_shipping_status','wc-pending'),(116968,12756,'thwma_order_shipping_status','wc-pending'),(116969,12757,'thwma_order_shipping_status','wc-pending'),(116970,12758,'thwma_order_shipping_status','wc-pending'),(116971,12759,'thwma_order_shipping_status','wc-pending'),(116972,12760,'thwma_order_shipping_status','wc-pending'),(116973,12762,'thwma_order_shipping_status','wc-pending'),(116974,12763,'thwma_order_shipping_status','wc-pending'),(116975,12764,'thwma_order_shipping_status','wc-pending'),(116976,12766,'thwma_order_shipping_status','wc-pending'),(116977,12767,'thwma_order_shipping_status','wc-pending'),(116978,12768,'thwma_order_shipping_status','wc-pending'),(116981,12789,'thwma_order_shipping_status','wc-pending'),(116982,12790,'thwma_order_shipping_status','wc-pending'),(116983,12815,'_product_id','2110'),(116984,12815,'_variation_id','0'),(116985,12815,'_qty','1'),(116986,12815,'_tax_class',''),(116987,12815,'_line_subtotal','71.4'),(116988,12815,'_line_subtotal_tax','0'),(116989,12815,'_line_total','71.4'),(116990,12815,'_line_tax','0'),(116991,12815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(116992,12816,'_product_id','41'),(116993,12816,'_variation_id','0'),(116994,12816,'_qty','2'),(116995,12816,'_tax_class',''),(116996,12816,'_line_subtotal','132.96'),(116997,12816,'_line_subtotal_tax','0'),(116998,12816,'_line_total','132.96'),(116999,12816,'_line_tax','0'),(117000,12816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117001,12817,'_product_id','45'),(117002,12817,'_variation_id','0'),(117003,12817,'_qty','1'),(117004,12817,'_tax_class',''),(117005,12817,'_line_subtotal','42.24'),(117006,12817,'_line_subtotal_tax','0'),(117007,12817,'_line_total','42.24'),(117008,12817,'_line_tax','0'),(117009,12817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117010,12818,'_product_id','120'),(117011,12818,'_variation_id','0'),(117012,12818,'_qty','1'),(117013,12818,'_tax_class',''),(117014,12818,'_line_subtotal','52.8'),(117015,12818,'_line_subtotal_tax','0'),(117016,12818,'_line_total','52.8'),(117017,12818,'_line_tax','0'),(117018,12818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117019,12819,'_product_id','49'),(117020,12819,'_variation_id','0'),(117021,12819,'_qty','5'),(117022,12819,'_tax_class',''),(117023,12819,'_line_subtotal','396'),(117024,12819,'_line_subtotal_tax','0'),(117025,12819,'_line_total','396'),(117026,12819,'_line_tax','0'),(117027,12819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117028,12820,'_product_id','44'),(117029,12820,'_variation_id','0'),(117030,12820,'_qty','2'),(117031,12820,'_tax_class',''),(117032,12820,'_line_subtotal','232.32'),(117033,12820,'_line_subtotal_tax','0'),(117034,12820,'_line_total','232.32'),(117035,12820,'_line_tax','0'),(117036,12820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117037,12821,'_product_id','135'),(117038,12821,'_variation_id','0'),(117039,12821,'_qty','1'),(117040,12821,'_tax_class',''),(117041,12821,'_line_subtotal','2.48'),(117042,12821,'_line_subtotal_tax','0'),(117043,12821,'_line_total','2.48'),(117044,12821,'_line_tax','0'),(117045,12821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117046,12822,'method_id','advanced_free_shipping'),(117047,12822,'instance_id','0'),(117048,12822,'cost','0.00'),(117049,12822,'total_tax','0'),(117050,12822,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117051,12823,'_product_id','490'),(117052,12823,'_variation_id','0'),(117053,12823,'_qty','2'),(117054,12823,'_tax_class',''),(117055,12823,'_line_subtotal','39.2'),(117056,12823,'_line_subtotal_tax','0'),(117057,12823,'_line_total','39.2'),(117058,12823,'_line_tax','0'),(117059,12823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117060,12824,'_product_id','488'),(117061,12824,'_variation_id','0'),(117062,12824,'_qty','1'),(117063,12824,'_tax_class',''),(117064,12824,'_line_subtotal','31.35'),(117065,12824,'_line_subtotal_tax','0'),(117066,12824,'_line_total','31.35'),(117067,12824,'_line_tax','0'),(117068,12824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117069,12825,'_product_id','131'),(117070,12825,'_variation_id','0'),(117071,12825,'_qty','1'),(117072,12825,'_tax_class',''),(117073,12825,'_line_subtotal','12.65'),(117074,12825,'_line_subtotal_tax','0'),(117075,12825,'_line_total','12.65'),(117076,12825,'_line_tax','0'),(117077,12825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117078,12826,'method_id','fedex'),(117079,12826,'instance_id','1'),(117080,12826,'cost','15.19'),(117081,12826,'total_tax','0'),(117082,12826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117083,12826,'Package 1','15.75 × 14.13 × 6 (in) 16.33lbs × 1'),(117084,12827,'_product_id','2110'),(117085,12827,'_variation_id','0'),(117086,12827,'_qty','1'),(117087,12827,'_tax_class',''),(117088,12827,'_line_subtotal','71.4'),(117089,12827,'_line_subtotal_tax','0'),(117090,12827,'_line_total','71.4'),(117091,12827,'_line_tax','0'),(117092,12827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117093,12828,'_product_id','41'),(117094,12828,'_variation_id','0'),(117095,12828,'_qty','1'),(117096,12828,'_tax_class',''),(117097,12828,'_line_subtotal','66.48'),(117098,12828,'_line_subtotal_tax','0'),(117099,12828,'_line_total','66.48'),(117100,12828,'_line_tax','0'),(117101,12828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117102,12829,'_product_id','39'),(117103,12829,'_variation_id','0'),(117104,12829,'_qty','1'),(117105,12829,'_tax_class',''),(117106,12829,'_line_subtotal','79.2'),(117107,12829,'_line_subtotal_tax','0'),(117108,12829,'_line_total','79.2'),(117109,12829,'_line_tax','0'),(117110,12829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117111,12830,'_product_id','40'),(117112,12830,'_variation_id','0'),(117113,12830,'_qty','1'),(117114,12830,'_tax_class',''),(117115,12830,'_line_subtotal','79.2'),(117116,12830,'_line_subtotal_tax','0'),(117117,12830,'_line_total','79.2'),(117118,12830,'_line_tax','0'),(117119,12830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117120,12831,'_product_id','120'),(117121,12831,'_variation_id','0'),(117122,12831,'_qty','1'),(117123,12831,'_tax_class',''),(117124,12831,'_line_subtotal','52.8'),(117125,12831,'_line_subtotal_tax','0'),(117126,12831,'_line_total','52.8'),(117127,12831,'_line_tax','0'),(117128,12831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117129,12832,'_product_id','43'),(117130,12832,'_variation_id','0'),(117131,12832,'_qty','1'),(117132,12832,'_tax_class',''),(117133,12832,'_line_subtotal','79.2'),(117134,12832,'_line_subtotal_tax','0'),(117135,12832,'_line_total','79.2'),(117136,12832,'_line_tax','0'),(117137,12832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117138,12833,'_product_id','44'),(117139,12833,'_variation_id','0'),(117140,12833,'_qty','1'),(117141,12833,'_tax_class',''),(117142,12833,'_line_subtotal','116.16'),(117143,12833,'_line_subtotal_tax','0'),(117144,12833,'_line_total','116.16'),(117145,12833,'_line_tax','0'),(117146,12833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117147,12834,'_product_id','490'),(117148,12834,'_variation_id','0'),(117149,12834,'_qty','5'),(117150,12834,'_tax_class',''),(117151,12834,'_line_subtotal','98'),(117152,12834,'_line_subtotal_tax','0'),(117153,12834,'_line_total','98'),(117154,12834,'_line_tax','0'),(117155,12834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117156,12835,'_product_id','487'),(117157,12835,'_variation_id','0'),(117158,12835,'_qty','1'),(117159,12835,'_tax_class',''),(117160,12835,'_line_subtotal','31.35'),(117161,12835,'_line_subtotal_tax','0'),(117162,12835,'_line_total','31.35'),(117163,12835,'_line_tax','0'),(117164,12835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117165,12836,'method_id','advanced_free_shipping'),(117166,12836,'instance_id','0'),(117167,12836,'cost','0.00'),(117168,12836,'total_tax','0'),(117169,12836,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117189,12839,'_product_id','133'),(117190,12839,'_variation_id','0'),(117191,12839,'_qty','6'),(117192,12839,'_tax_class',''),(117193,12839,'_line_subtotal','85.8'),(117194,12839,'_line_subtotal_tax','0'),(117195,12839,'_line_total','85.8'),(117196,12839,'_line_tax','0'),(117197,12839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117198,12840,'method_id','fedex'),(117199,12840,'instance_id','1'),(117200,12840,'cost','18.36'),(117201,12840,'total_tax','0'),(117202,12840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117203,12840,'Package 1','15.81 × 12.94 × 10.19 (in) 9.14lbs × 1'),(117204,12783,'thwma_order_shipping_status','wc-pending'),(117205,12784,'thwma_order_shipping_status','wc-pending'),(117206,12785,'thwma_order_shipping_status','wc-pending'),(117207,12786,'thwma_order_shipping_status','wc-pending'),(117208,12787,'thwma_order_shipping_status','wc-pending'),(117221,12815,'thwma_order_shipping_status','wc-pending'),(117222,12816,'thwma_order_shipping_status','wc-pending'),(117223,12817,'thwma_order_shipping_status','wc-pending'),(117224,12818,'thwma_order_shipping_status','wc-pending'),(117225,12819,'thwma_order_shipping_status','wc-pending'),(117226,12820,'thwma_order_shipping_status','wc-pending'),(117227,12821,'thwma_order_shipping_status','wc-pending'),(117228,12823,'thwma_order_shipping_status','wc-pending'),(117229,12824,'thwma_order_shipping_status','wc-pending'),(117230,12825,'thwma_order_shipping_status','wc-pending'),(117231,12827,'thwma_order_shipping_status','wc-pending'),(117232,12828,'thwma_order_shipping_status','wc-pending'),(117233,12829,'thwma_order_shipping_status','wc-pending'),(117234,12830,'thwma_order_shipping_status','wc-pending'),(117235,12831,'thwma_order_shipping_status','wc-pending'),(117236,12832,'thwma_order_shipping_status','wc-pending'),(117237,12833,'thwma_order_shipping_status','wc-pending'),(117238,12834,'thwma_order_shipping_status','wc-pending'),(117239,12835,'thwma_order_shipping_status','wc-pending'),(117240,12792,'thwma_order_shipping_status','wc-pending'),(117241,12793,'thwma_order_shipping_status','wc-pending'),(117242,12794,'thwma_order_shipping_status','wc-pending'),(117243,12795,'thwma_order_shipping_status','wc-pending'),(117244,12796,'thwma_order_shipping_status','wc-pending'),(117245,12797,'thwma_order_shipping_status','wc-pending'),(117246,12798,'thwma_order_shipping_status','wc-pending'),(117247,12799,'thwma_order_shipping_status','wc-pending'),(117248,12800,'thwma_order_shipping_status','wc-pending'),(117249,12801,'thwma_order_shipping_status','wc-pending'),(117250,12802,'thwma_order_shipping_status','wc-pending'),(117251,12803,'thwma_order_shipping_status','wc-pending'),(117252,12841,'_product_id','23'),(117253,12841,'_variation_id','0'),(117254,12841,'_qty','2'),(117255,12841,'_tax_class',''),(117256,12841,'_line_subtotal','137.08'),(117257,12841,'_line_subtotal_tax','0'),(117258,12841,'_line_total','137.08'),(117259,12841,'_line_tax','0'),(117260,12841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117261,12842,'_product_id','38'),(117262,12842,'_variation_id','0'),(117263,12842,'_qty','1'),(117264,12842,'_tax_class',''),(117265,12842,'_line_subtotal','165.76'),(117266,12842,'_line_subtotal_tax','0'),(117267,12842,'_line_total','165.76'),(117268,12842,'_line_tax','0'),(117269,12842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117270,12843,'_product_id','2110'),(117271,12843,'_variation_id','0'),(117272,12843,'_qty','1'),(117273,12843,'_tax_class',''),(117274,12843,'_line_subtotal','71.4'),(117275,12843,'_line_subtotal_tax','0'),(117276,12843,'_line_total','71.4'),(117277,12843,'_line_tax','0'),(117278,12843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117279,12844,'_product_id','2113'),(117280,12844,'_variation_id','0'),(117281,12844,'_qty','1'),(117282,12844,'_tax_class',''),(117283,12844,'_line_subtotal','172'),(117284,12844,'_line_subtotal_tax','0'),(117285,12844,'_line_total','172'),(117286,12844,'_line_tax','0'),(117287,12844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117288,12845,'_product_id','41'),(117289,12845,'_variation_id','0'),(117290,12845,'_qty','1'),(117291,12845,'_tax_class',''),(117292,12845,'_line_subtotal','66.48'),(117293,12845,'_line_subtotal_tax','0'),(117294,12845,'_line_total','66.48'),(117295,12845,'_line_tax','0'),(117296,12845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117297,12846,'_product_id','490'),(117298,12846,'_variation_id','0'),(117299,12846,'_qty','8'),(117300,12846,'_tax_class',''),(117301,12846,'_line_subtotal','156.8'),(117302,12846,'_line_subtotal_tax','0'),(117303,12846,'_line_total','156.8'),(117304,12846,'_line_tax','0'),(117305,12846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117306,12847,'_product_id','45'),(117307,12847,'_variation_id','0'),(117308,12847,'_qty','2'),(117309,12847,'_tax_class',''),(117310,12847,'_line_subtotal','84.48'),(117311,12847,'_line_subtotal_tax','0'),(117312,12847,'_line_total','84.48'),(117313,12847,'_line_tax','0'),(117314,12847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117315,12848,'method_id','advanced_free_shipping'),(117316,12848,'instance_id','0'),(117317,12848,'cost','0.00'),(117318,12848,'total_tax','0'),(117319,12848,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117320,12849,'_product_id','41'),(117321,12849,'_variation_id','0'),(117322,12849,'_qty','3'),(117323,12849,'_tax_class',''),(117324,12849,'_line_subtotal','199.44'),(117325,12849,'_line_subtotal_tax','0'),(117326,12849,'_line_total','199.44'),(117327,12849,'_line_tax','0'),(117328,12849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117329,12850,'_product_id','49'),(117330,12850,'_variation_id','0'),(117331,12850,'_qty','2'),(117332,12850,'_tax_class',''),(117333,12850,'_line_subtotal','158.4'),(117334,12850,'_line_subtotal_tax','0'),(117335,12850,'_line_total','158.4'),(117336,12850,'_line_tax','0'),(117337,12850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117338,12851,'method_id','fedex'),(117339,12851,'instance_id','1'),(117340,12851,'cost','18.94'),(117341,12851,'total_tax','0'),(117342,12851,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117343,12851,'Package 1','17 × 14 × 10 (in) 23.8lbs × 1'),(117344,12852,'_product_id','41'),(117345,12852,'_variation_id','0'),(117346,12852,'_qty','3'),(117347,12852,'_tax_class',''),(117348,12852,'_line_subtotal','199.44'),(117349,12852,'_line_subtotal_tax','0'),(117350,12852,'_line_total','199.44'),(117351,12852,'_line_tax','0'),(117352,12852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117353,12853,'_product_id','2110'),(117354,12853,'_variation_id','0'),(117355,12853,'_qty','3'),(117356,12853,'_tax_class',''),(117357,12853,'_line_subtotal','214.2'),(117358,12853,'_line_subtotal_tax','0'),(117359,12853,'_line_total','214.2'),(117360,12853,'_line_tax','0'),(117361,12853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117362,12854,'_product_id','490'),(117363,12854,'_variation_id','0'),(117364,12854,'_qty','5'),(117365,12854,'_tax_class',''),(117366,12854,'_line_subtotal','98'),(117367,12854,'_line_subtotal_tax','0'),(117368,12854,'_line_total','98'),(117369,12854,'_line_tax','0'),(117370,12854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117371,12855,'_product_id','43'),(117372,12855,'_variation_id','0'),(117373,12855,'_qty','2'),(117374,12855,'_tax_class',''),(117375,12855,'_line_subtotal','158.4'),(117376,12855,'_line_subtotal_tax','0'),(117377,12855,'_line_total','158.4'),(117378,12855,'_line_tax','0'),(117379,12855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117380,12856,'_product_id','49'),(117381,12856,'_variation_id','0'),(117382,12856,'_qty','2'),(117383,12856,'_tax_class',''),(117384,12856,'_line_subtotal','158.4'),(117385,12856,'_line_subtotal_tax','0'),(117386,12856,'_line_total','158.4'),(117387,12856,'_line_tax','0'),(117388,12856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117389,12857,'_product_id','120'),(117390,12857,'_variation_id','0'),(117391,12857,'_qty','1'),(117392,12857,'_tax_class',''),(117393,12857,'_line_subtotal','52.8'),(117394,12857,'_line_subtotal_tax','0'),(117395,12857,'_line_total','52.8'),(117396,12857,'_line_tax','0'),(117397,12857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117398,12858,'method_id','advanced_free_shipping'),(117399,12858,'instance_id','0'),(117400,12858,'cost','0.00'),(117401,12858,'total_tax','0'),(117402,12858,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117403,12859,'_product_id','39'),(117404,12859,'_variation_id','0'),(117405,12859,'_qty','1'),(117406,12859,'_tax_class',''),(117407,12859,'_line_subtotal','79.2'),(117408,12859,'_line_subtotal_tax','0'),(117409,12859,'_line_total','79.2'),(117410,12859,'_line_tax','0'),(117411,12859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117412,12860,'_product_id','40'),(117413,12860,'_variation_id','0'),(117414,12860,'_qty','1'),(117415,12860,'_tax_class',''),(117416,12860,'_line_subtotal','79.2'),(117417,12860,'_line_subtotal_tax','0'),(117418,12860,'_line_total','79.2'),(117419,12860,'_line_tax','0'),(117420,12860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117421,12861,'_product_id','43'),(117422,12861,'_variation_id','0'),(117423,12861,'_qty','1'),(117424,12861,'_tax_class',''),(117425,12861,'_line_subtotal','79.2'),(117426,12861,'_line_subtotal_tax','0'),(117427,12861,'_line_total','79.2'),(117428,12861,'_line_tax','0'),(117429,12861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117430,12862,'_product_id','41'),(117431,12862,'_variation_id','0'),(117432,12862,'_qty','4'),(117433,12862,'_tax_class',''),(117434,12862,'_line_subtotal','265.92'),(117435,12862,'_line_subtotal_tax','0'),(117436,12862,'_line_total','265.92'),(117437,12862,'_line_tax','0'),(117438,12862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117439,12863,'method_id','advanced_free_shipping'),(117440,12863,'instance_id','0'),(117441,12863,'cost','0.00'),(117442,12863,'total_tax','0'),(117443,12863,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117495,12780,'thwma_order_shipping_status','wc-pending'),(117496,12781,'thwma_order_shipping_status','wc-pending'),(117497,12841,'thwma_order_shipping_status','wc-pending'),(117498,12842,'thwma_order_shipping_status','wc-pending'),(117499,12843,'thwma_order_shipping_status','wc-pending'),(117500,12844,'thwma_order_shipping_status','wc-pending'),(117501,12845,'thwma_order_shipping_status','wc-pending'),(117502,12846,'thwma_order_shipping_status','wc-pending'),(117503,12847,'thwma_order_shipping_status','wc-pending'),(117504,12849,'thwma_order_shipping_status','wc-pending'),(117505,12850,'thwma_order_shipping_status','wc-pending'),(117506,12859,'thwma_order_shipping_status','wc-pending'),(117507,12860,'thwma_order_shipping_status','wc-pending'),(117508,12861,'thwma_order_shipping_status','wc-pending'),(117509,12862,'thwma_order_shipping_status','wc-pending'),(117510,12852,'thwma_order_shipping_status','wc-pending'),(117511,12853,'thwma_order_shipping_status','wc-pending'),(117512,12854,'thwma_order_shipping_status','wc-pending'),(117513,12855,'thwma_order_shipping_status','wc-pending'),(117514,12856,'thwma_order_shipping_status','wc-pending'),(117515,12857,'thwma_order_shipping_status','wc-pending'),(117516,12870,'_product_id','135'),(117517,12870,'_variation_id','0'),(117518,12870,'_qty','6'),(117519,12870,'_tax_class',''),(117520,12870,'_line_subtotal','14.88'),(117521,12870,'_line_subtotal_tax','0'),(117522,12870,'_line_total','14.88'),(117523,12870,'_line_tax','0'),(117524,12870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117525,12871,'_product_id','148'),(117526,12871,'_variation_id','0'),(117527,12871,'_qty','6'),(117528,12871,'_tax_class',''),(117529,12871,'_line_subtotal','49.5'),(117530,12871,'_line_subtotal_tax','0'),(117531,12871,'_line_total','49.5'),(117532,12871,'_line_tax','0'),(117533,12871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117534,12872,'_product_id','138'),(117535,12872,'_variation_id','0'),(117536,12872,'_qty','6'),(117537,12872,'_tax_class',''),(117538,12872,'_line_subtotal','29.7'),(117539,12872,'_line_subtotal_tax','0'),(117540,12872,'_line_total','29.7'),(117541,12872,'_line_tax','0'),(117542,12872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117543,12873,'_product_id','137'),(117544,12873,'_variation_id','0'),(117545,12873,'_qty','6'),(117546,12873,'_tax_class',''),(117547,12873,'_line_subtotal','36.3'),(117548,12873,'_line_subtotal_tax','0'),(117549,12873,'_line_total','36.3'),(117550,12873,'_line_tax','0'),(117551,12873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117552,12874,'_product_id','320'),(117553,12874,'_variation_id','0'),(117554,12874,'_qty','6'),(117555,12874,'_tax_class',''),(117556,12874,'_line_subtotal','22.5'),(117557,12874,'_line_subtotal_tax','0'),(117558,12874,'_line_total','22.5'),(117559,12874,'_line_tax','0'),(117560,12874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117561,12875,'_product_id','318'),(117562,12875,'_variation_id','0'),(117563,12875,'_qty','6'),(117564,12875,'_tax_class',''),(117565,12875,'_line_subtotal','18'),(117566,12875,'_line_subtotal_tax','0'),(117567,12875,'_line_total','18'),(117568,12875,'_line_tax','0'),(117569,12875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117570,12876,'_product_id','44'),(117571,12876,'_variation_id','0'),(117572,12876,'_qty','1'),(117573,12876,'_tax_class',''),(117574,12876,'_line_subtotal','116.16'),(117575,12876,'_line_subtotal_tax','0'),(117576,12876,'_line_total','116.16'),(117577,12876,'_line_tax','0'),(117578,12876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117579,12877,'method_id','fedex'),(117580,12877,'instance_id','1'),(117581,12877,'cost','38.32'),(117582,12877,'total_tax','0'),(117583,12877,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117584,12877,'Package 1','21.56 × 16.56 × 13.19 (in) 36.11lbs × 1'),(117671,12888,'_product_id','23'),(117672,12888,'_variation_id','0'),(117673,12888,'_qty','3'),(117674,12888,'_tax_class',''),(117675,12888,'_line_subtotal','205.62'),(117676,12888,'_line_subtotal_tax','0'),(117677,12888,'_line_total','205.62'),(117678,12888,'_line_tax','0'),(117679,12888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117680,12889,'_product_id','41'),(117681,12889,'_variation_id','0'),(117682,12889,'_qty','6'),(117683,12889,'_tax_class',''),(117684,12889,'_line_subtotal','398.88'),(117685,12889,'_line_subtotal_tax','0'),(117686,12889,'_line_total','398.88'),(117687,12889,'_line_tax','0'),(117688,12889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117689,12890,'_product_id','45'),(117690,12890,'_variation_id','0'),(117691,12890,'_qty','10'),(117692,12890,'_tax_class',''),(117693,12890,'_line_subtotal','422.4'),(117694,12890,'_line_subtotal_tax','0'),(117695,12890,'_line_total','422.4'),(117696,12890,'_line_tax','0'),(117697,12890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117698,12891,'_product_id','43'),(117699,12891,'_variation_id','0'),(117700,12891,'_qty','5'),(117701,12891,'_tax_class',''),(117702,12891,'_line_subtotal','396'),(117703,12891,'_line_subtotal_tax','0'),(117704,12891,'_line_total','396'),(117705,12891,'_line_tax','0'),(117706,12891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117707,12892,'_product_id','49'),(117708,12892,'_variation_id','0'),(117709,12892,'_qty','5'),(117710,12892,'_tax_class',''),(117711,12892,'_line_subtotal','396'),(117712,12892,'_line_subtotal_tax','0'),(117713,12892,'_line_total','396'),(117714,12892,'_line_tax','0'),(117715,12892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117716,12893,'_product_id','44'),(117717,12893,'_variation_id','0'),(117718,12893,'_qty','3'),(117719,12893,'_tax_class',''),(117720,12893,'_line_subtotal','348.48'),(117721,12893,'_line_subtotal_tax','0'),(117722,12893,'_line_total','348.48'),(117723,12893,'_line_tax','0'),(117724,12893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117725,12894,'_product_id','490'),(117726,12894,'_variation_id','0'),(117727,12894,'_qty','20'),(117728,12894,'_tax_class',''),(117729,12894,'_line_subtotal','392'),(117730,12894,'_line_subtotal_tax','0'),(117731,12894,'_line_total','392'),(117732,12894,'_line_tax','0'),(117733,12894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117734,12895,'_product_id','487'),(117735,12895,'_variation_id','0'),(117736,12895,'_qty','7'),(117737,12895,'_tax_class',''),(117738,12895,'_line_subtotal','219.45'),(117739,12895,'_line_subtotal_tax','0'),(117740,12895,'_line_total','219.45'),(117741,12895,'_line_tax','0'),(117742,12895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117743,12896,'_product_id','488'),(117744,12896,'_variation_id','0'),(117745,12896,'_qty','6'),(117746,12896,'_tax_class',''),(117747,12896,'_line_subtotal','188.1'),(117748,12896,'_line_subtotal_tax','0'),(117749,12896,'_line_total','188.1'),(117750,12896,'_line_tax','0'),(117751,12896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117752,12897,'method_id','advanced_free_shipping'),(117753,12897,'instance_id','0'),(117754,12897,'cost','0.00'),(117755,12897,'total_tax','0'),(117756,12897,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117757,12898,'_product_id','133'),(117758,12898,'_variation_id','0'),(117759,12898,'_qty','7'),(117760,12898,'_tax_class',''),(117761,12898,'_line_subtotal','100.1'),(117762,12898,'_line_subtotal_tax','0'),(117763,12898,'_line_total','100.1'),(117764,12898,'_line_tax','0'),(117765,12898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117766,12899,'_product_id','318'),(117767,12899,'_variation_id','0'),(117768,12899,'_qty','15'),(117769,12899,'_tax_class',''),(117770,12899,'_line_subtotal','45'),(117771,12899,'_line_subtotal_tax','0'),(117772,12899,'_line_total','45'),(117773,12899,'_line_tax','0'),(117774,12899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117775,12900,'method_id','fedex'),(117776,12900,'instance_id','1'),(117777,12900,'cost','29.56'),(117778,12900,'total_tax','0'),(117779,12900,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117780,12900,'Package 1','21.56 × 16.56 × 13.19 (in) 49.46lbs × 1'),(117781,12901,'_product_id','490'),(117782,12901,'_variation_id','0'),(117783,12901,'_qty','10'),(117784,12901,'_tax_class',''),(117785,12901,'_line_subtotal','196'),(117786,12901,'_line_subtotal_tax','0'),(117787,12901,'_line_total','196'),(117788,12901,'_line_tax','0'),(117789,12901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117790,12902,'_product_id','44'),(117791,12902,'_variation_id','0'),(117792,12902,'_qty','2'),(117793,12902,'_tax_class',''),(117794,12902,'_line_subtotal','232.32'),(117795,12902,'_line_subtotal_tax','0'),(117796,12902,'_line_total','232.32'),(117797,12902,'_line_tax','0'),(117798,12902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117799,12903,'_product_id','120'),(117800,12903,'_variation_id','0'),(117801,12903,'_qty','1'),(117802,12903,'_tax_class',''),(117803,12903,'_line_subtotal','52.8'),(117804,12903,'_line_subtotal_tax','0'),(117805,12903,'_line_total','52.8'),(117806,12903,'_line_tax','0'),(117807,12903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117808,12904,'_product_id','49'),(117809,12904,'_variation_id','0'),(117810,12904,'_qty','1'),(117811,12904,'_tax_class',''),(117812,12904,'_line_subtotal','79.2'),(117813,12904,'_line_subtotal_tax','0'),(117814,12904,'_line_total','79.2'),(117815,12904,'_line_tax','0'),(117816,12904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117817,12905,'method_id','advanced_free_shipping'),(117818,12905,'instance_id','0'),(117819,12905,'cost','0.00'),(117820,12905,'total_tax','0'),(117821,12905,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117822,12906,'_product_id','41'),(117823,12906,'_variation_id','0'),(117824,12906,'_qty','2'),(117825,12906,'_tax_class',''),(117826,12906,'_line_subtotal','132.96'),(117827,12906,'_line_subtotal_tax','0'),(117828,12906,'_line_total','132.96'),(117829,12906,'_line_tax','0'),(117830,12906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117831,12907,'_product_id','45'),(117832,12907,'_variation_id','0'),(117833,12907,'_qty','1'),(117834,12907,'_tax_class',''),(117835,12907,'_line_subtotal','42.24'),(117836,12907,'_line_subtotal_tax','0'),(117837,12907,'_line_total','42.24'),(117838,12907,'_line_tax','0'),(117839,12907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117840,12908,'_product_id','2110'),(117841,12908,'_variation_id','0'),(117842,12908,'_qty','2'),(117843,12908,'_tax_class',''),(117844,12908,'_line_subtotal','142.8'),(117845,12908,'_line_subtotal_tax','0'),(117846,12908,'_line_total','142.8'),(117847,12908,'_line_tax','0'),(117848,12908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117849,12909,'_product_id','2113'),(117850,12909,'_variation_id','0'),(117851,12909,'_qty','2'),(117852,12909,'_tax_class',''),(117853,12909,'_line_subtotal','344'),(117854,12909,'_line_subtotal_tax','0'),(117855,12909,'_line_total','344'),(117856,12909,'_line_tax','0'),(117857,12909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117858,12910,'_product_id','2408'),(117859,12910,'_variation_id','0'),(117860,12910,'_qty','2'),(117861,12910,'_tax_class',''),(117862,12910,'_line_subtotal','298.68'),(117863,12910,'_line_subtotal_tax','0'),(117864,12910,'_line_total','298.68'),(117865,12910,'_line_tax','0'),(117866,12910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117867,12911,'_product_id','49'),(117868,12911,'_variation_id','0'),(117869,12911,'_qty','1'),(117870,12911,'_tax_class',''),(117871,12911,'_line_subtotal','79.2'),(117872,12911,'_line_subtotal_tax','0'),(117873,12911,'_line_total','79.2'),(117874,12911,'_line_tax','0'),(117875,12911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117876,12912,'_product_id','490'),(117877,12912,'_variation_id','0'),(117878,12912,'_qty','10'),(117879,12912,'_tax_class',''),(117880,12912,'_line_subtotal','196'),(117881,12912,'_line_subtotal_tax','0'),(117882,12912,'_line_total','196'),(117883,12912,'_line_tax','0'),(117884,12912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117885,12913,'_product_id','488'),(117886,12913,'_variation_id','0'),(117887,12913,'_qty','2'),(117888,12913,'_tax_class',''),(117889,12913,'_line_subtotal','62.7'),(117890,12913,'_line_subtotal_tax','0'),(117891,12913,'_line_total','62.7'),(117892,12913,'_line_tax','0'),(117893,12913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117894,12914,'method_id','advanced_free_shipping'),(117895,12914,'instance_id','0'),(117896,12914,'cost','0.00'),(117897,12914,'total_tax','0'),(117898,12914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(117899,12906,'thwma_order_shipping_status','wc-pending'),(117900,12907,'thwma_order_shipping_status','wc-pending'),(117901,12908,'thwma_order_shipping_status','wc-pending'),(117902,12909,'thwma_order_shipping_status','wc-pending'),(117903,12910,'thwma_order_shipping_status','wc-pending'),(117904,12911,'thwma_order_shipping_status','wc-pending'),(117905,12912,'thwma_order_shipping_status','wc-pending'),(117906,12913,'thwma_order_shipping_status','wc-pending'),(117907,12901,'thwma_order_shipping_status','wc-pending'),(117908,12902,'thwma_order_shipping_status','wc-pending'),(117909,12903,'thwma_order_shipping_status','wc-pending'),(117910,12904,'thwma_order_shipping_status','wc-pending'),(117911,12888,'thwma_order_shipping_status','wc-pending'),(117912,12889,'thwma_order_shipping_status','wc-pending'),(117913,12890,'thwma_order_shipping_status','wc-pending'),(117914,12891,'thwma_order_shipping_status','wc-pending'),(117915,12892,'thwma_order_shipping_status','wc-pending'),(117916,12893,'thwma_order_shipping_status','wc-pending'),(117917,12894,'thwma_order_shipping_status','wc-pending'),(117918,12895,'thwma_order_shipping_status','wc-pending'),(117919,12896,'thwma_order_shipping_status','wc-pending'),(117920,12898,'thwma_order_shipping_status','wc-pending'),(117921,12899,'thwma_order_shipping_status','wc-pending'),(117922,12870,'thwma_order_shipping_status','wc-pending'),(117923,12871,'thwma_order_shipping_status','wc-pending'),(117924,12872,'thwma_order_shipping_status','wc-pending'),(117925,12873,'thwma_order_shipping_status','wc-pending'),(117926,12874,'thwma_order_shipping_status','wc-pending'),(117927,12875,'thwma_order_shipping_status','wc-pending'),(117928,12876,'thwma_order_shipping_status','wc-pending'),(117929,12915,'_product_id','2110'),(117930,12915,'_variation_id','0'),(117931,12915,'_qty','1'),(117932,12915,'_tax_class',''),(117933,12915,'_line_subtotal','71.4'),(117934,12915,'_line_subtotal_tax','0'),(117935,12915,'_line_total','71.4'),(117936,12915,'_line_tax','0'),(117937,12915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117938,12916,'_product_id','2113'),(117939,12916,'_variation_id','0'),(117940,12916,'_qty','1'),(117941,12916,'_tax_class',''),(117942,12916,'_line_subtotal','172'),(117943,12916,'_line_subtotal_tax','0'),(117944,12916,'_line_total','172'),(117945,12916,'_line_tax','0'),(117946,12916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117947,12917,'_product_id','42'),(117948,12917,'_variation_id','0'),(117949,12917,'_qty','1'),(117950,12917,'_tax_class',''),(117951,12917,'_line_subtotal','79.2'),(117952,12917,'_line_subtotal_tax','0'),(117953,12917,'_line_total','79.2'),(117954,12917,'_line_tax','0'),(117955,12917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117956,12918,'_product_id','41'),(117957,12918,'_variation_id','0'),(117958,12918,'_qty','4'),(117959,12918,'_tax_class',''),(117960,12918,'_line_subtotal','265.92'),(117961,12918,'_line_subtotal_tax','0'),(117962,12918,'_line_total','265.92'),(117963,12918,'_line_tax','0'),(117964,12918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117965,12919,'_product_id','45'),(117966,12919,'_variation_id','0'),(117967,12919,'_qty','2'),(117968,12919,'_tax_class',''),(117969,12919,'_line_subtotal','84.48'),(117970,12919,'_line_subtotal_tax','0'),(117971,12919,'_line_total','84.48'),(117972,12919,'_line_tax','0'),(117973,12919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117974,12920,'_product_id','2408'),(117975,12920,'_variation_id','0'),(117976,12920,'_qty','2'),(117977,12920,'_tax_class',''),(117978,12920,'_line_subtotal','298.68'),(117979,12920,'_line_subtotal_tax','0'),(117980,12920,'_line_total','298.68'),(117981,12920,'_line_tax','0'),(117982,12920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117983,12921,'_product_id','120'),(117984,12921,'_variation_id','0'),(117985,12921,'_qty','1'),(117986,12921,'_tax_class',''),(117987,12921,'_line_subtotal','52.8'),(117988,12921,'_line_subtotal_tax','0'),(117989,12921,'_line_total','52.8'),(117990,12921,'_line_tax','0'),(117991,12921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(117992,12922,'_product_id','43'),(117993,12922,'_variation_id','0'),(117994,12922,'_qty','1'),(117995,12922,'_tax_class',''),(117996,12922,'_line_subtotal','79.2'),(117997,12922,'_line_subtotal_tax','0'),(117998,12922,'_line_total','79.2'),(117999,12922,'_line_tax','0'),(118000,12922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118001,12923,'_product_id','49'),(118002,12923,'_variation_id','0'),(118003,12923,'_qty','1'),(118004,12923,'_tax_class',''),(118005,12923,'_line_subtotal','79.2'),(118006,12923,'_line_subtotal_tax','0'),(118007,12923,'_line_total','79.2'),(118008,12923,'_line_tax','0'),(118009,12923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118010,12924,'_product_id','490'),(118011,12924,'_variation_id','0'),(118012,12924,'_qty','10'),(118013,12924,'_tax_class',''),(118014,12924,'_line_subtotal','196'),(118015,12924,'_line_subtotal_tax','0'),(118016,12924,'_line_total','196'),(118017,12924,'_line_tax','0'),(118018,12924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118019,12925,'method_id','advanced_free_shipping'),(118020,12925,'instance_id','0'),(118021,12925,'cost','0.00'),(118022,12925,'total_tax','0'),(118023,12925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118047,12929,'_product_id','2110'),(118048,12929,'_variation_id','0'),(118049,12929,'_qty','2'),(118050,12929,'_tax_class',''),(118051,12929,'_line_subtotal','142.8'),(118052,12929,'_line_subtotal_tax','0'),(118053,12929,'_line_total','142.8'),(118054,12929,'_line_tax','0'),(118055,12929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118056,12930,'_product_id','2113'),(118057,12930,'_variation_id','0'),(118058,12930,'_qty','2'),(118059,12930,'_tax_class',''),(118060,12930,'_line_subtotal','344'),(118061,12930,'_line_subtotal_tax','0'),(118062,12930,'_line_total','344'),(118063,12930,'_line_tax','0'),(118064,12930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118065,12931,'_product_id','2113'),(118066,12931,'_variation_id','0'),(118067,12931,'_qty','2'),(118068,12931,'_tax_class',''),(118069,12931,'_line_subtotal','344'),(118070,12931,'_line_subtotal_tax','0'),(118071,12931,'_line_total','344'),(118072,12931,'_line_tax','0'),(118073,12931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118074,12932,'_product_id','42'),(118075,12932,'_variation_id','0'),(118076,12932,'_qty','1'),(118077,12932,'_tax_class',''),(118078,12932,'_line_subtotal','79.2'),(118079,12932,'_line_subtotal_tax','0'),(118080,12932,'_line_total','79.2'),(118081,12932,'_line_tax','0'),(118082,12932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118083,12933,'_product_id','116'),(118084,12933,'_variation_id','0'),(118085,12933,'_qty','1'),(118086,12933,'_tax_class',''),(118087,12933,'_line_subtotal','145.44'),(118088,12933,'_line_subtotal_tax','0'),(118089,12933,'_line_total','145.44'),(118090,12933,'_line_tax','0'),(118091,12933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118092,12934,'_product_id','41'),(118093,12934,'_variation_id','0'),(118094,12934,'_qty','1'),(118095,12934,'_tax_class',''),(118096,12934,'_line_subtotal','66.48'),(118097,12934,'_line_subtotal_tax','0'),(118098,12934,'_line_total','66.48'),(118099,12934,'_line_tax','0'),(118100,12934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118101,12935,'_product_id','45'),(118102,12935,'_variation_id','0'),(118103,12935,'_qty','2'),(118104,12935,'_tax_class',''),(118105,12935,'_line_subtotal','84.48'),(118106,12935,'_line_subtotal_tax','0'),(118107,12935,'_line_total','84.48'),(118108,12935,'_line_tax','0'),(118109,12935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118110,12936,'_product_id','2400'),(118111,12936,'_variation_id','0'),(118112,12936,'_qty','1'),(118113,12936,'_tax_class',''),(118114,12936,'_line_subtotal','186.3'),(118115,12936,'_line_subtotal_tax','0'),(118116,12936,'_line_total','186.3'),(118117,12936,'_line_tax','0'),(118118,12936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118119,12937,'_product_id','2408'),(118120,12937,'_variation_id','0'),(118121,12937,'_qty','1'),(118122,12937,'_tax_class',''),(118123,12937,'_line_subtotal','149.34'),(118124,12937,'_line_subtotal_tax','0'),(118125,12937,'_line_total','149.34'),(118126,12937,'_line_tax','0'),(118127,12937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118128,12938,'_product_id','120'),(118129,12938,'_variation_id','0'),(118130,12938,'_qty','1'),(118131,12938,'_tax_class',''),(118132,12938,'_line_subtotal','52.8'),(118133,12938,'_line_subtotal_tax','0'),(118134,12938,'_line_total','52.8'),(118135,12938,'_line_tax','0'),(118136,12938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118137,12939,'_product_id','43'),(118138,12939,'_variation_id','0'),(118139,12939,'_qty','3'),(118140,12939,'_tax_class',''),(118141,12939,'_line_subtotal','237.6'),(118142,12939,'_line_subtotal_tax','0'),(118143,12939,'_line_total','237.6'),(118144,12939,'_line_tax','0'),(118145,12939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118146,12940,'_product_id','49'),(118147,12940,'_variation_id','0'),(118148,12940,'_qty','1'),(118149,12940,'_tax_class',''),(118150,12940,'_line_subtotal','79.2'),(118151,12940,'_line_subtotal_tax','0'),(118152,12940,'_line_total','79.2'),(118153,12940,'_line_tax','0'),(118154,12940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118155,12941,'_product_id','44'),(118156,12941,'_variation_id','0'),(118157,12941,'_qty','1'),(118158,12941,'_tax_class',''),(118159,12941,'_line_subtotal','116.16'),(118160,12941,'_line_subtotal_tax','0'),(118161,12941,'_line_total','116.16'),(118162,12941,'_line_tax','0'),(118163,12941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118164,12942,'_product_id','490'),(118165,12942,'_variation_id','0'),(118166,12942,'_qty','5'),(118167,12942,'_tax_class',''),(118168,12942,'_line_subtotal','98'),(118169,12942,'_line_subtotal_tax','0'),(118170,12942,'_line_total','98'),(118171,12942,'_line_tax','0'),(118172,12942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118173,12943,'_product_id','488'),(118174,12943,'_variation_id','0'),(118175,12943,'_qty','1'),(118176,12943,'_tax_class',''),(118177,12943,'_line_subtotal','31.35'),(118178,12943,'_line_subtotal_tax','0'),(118179,12943,'_line_total','31.35'),(118180,12943,'_line_tax','0'),(118181,12943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118182,12944,'_product_id','487'),(118183,12944,'_variation_id','0'),(118184,12944,'_qty','1'),(118185,12944,'_tax_class',''),(118186,12944,'_line_subtotal','31.35'),(118187,12944,'_line_subtotal_tax','0'),(118188,12944,'_line_total','31.35'),(118189,12944,'_line_tax','0'),(118190,12944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118191,12945,'method_id','advanced_free_shipping'),(118192,12945,'instance_id','0'),(118193,12945,'cost','0.00'),(118194,12945,'total_tax','0'),(118195,12945,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118196,12946,'_product_id','2110'),(118197,12946,'_variation_id','0'),(118198,12946,'_qty','6'),(118199,12946,'_tax_class',''),(118200,12946,'_line_subtotal','428.4'),(118201,12946,'_line_subtotal_tax','0'),(118202,12946,'_line_total','428.4'),(118203,12946,'_line_tax','0'),(118204,12946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118205,12947,'_product_id','41'),(118206,12947,'_variation_id','0'),(118207,12947,'_qty','2'),(118208,12947,'_tax_class',''),(118209,12947,'_line_subtotal','132.96'),(118210,12947,'_line_subtotal_tax','0'),(118211,12947,'_line_total','132.96'),(118212,12947,'_line_tax','0'),(118213,12947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118214,12948,'_product_id','133'),(118215,12948,'_variation_id','0'),(118216,12948,'_qty','4'),(118217,12948,'_tax_class',''),(118218,12948,'_line_subtotal','57.2'),(118219,12948,'_line_subtotal_tax','0'),(118220,12948,'_line_total','57.2'),(118221,12948,'_line_tax','0'),(118222,12948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118223,12949,'method_id','advanced_free_shipping'),(118224,12949,'instance_id','0'),(118225,12949,'cost','0.00'),(118226,12949,'total_tax','0'),(118227,12949,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118251,12953,'_product_id','41'),(118252,12953,'_variation_id','0'),(118253,12953,'_qty','1'),(118254,12953,'_tax_class',''),(118255,12953,'_line_subtotal','66.48'),(118256,12953,'_line_subtotal_tax','0'),(118257,12953,'_line_total','66.48'),(118258,12953,'_line_tax','0'),(118259,12953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118260,12954,'_product_id','43'),(118261,12954,'_variation_id','0'),(118262,12954,'_qty','1'),(118263,12954,'_tax_class',''),(118264,12954,'_line_subtotal','79.2'),(118265,12954,'_line_subtotal_tax','0'),(118266,12954,'_line_total','79.2'),(118267,12954,'_line_tax','0'),(118268,12954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118269,12955,'_product_id','43'),(118270,12955,'_variation_id','0'),(118271,12955,'_qty','1'),(118272,12955,'_tax_class',''),(118273,12955,'_line_subtotal','79.2'),(118274,12955,'_line_subtotal_tax','0'),(118275,12955,'_line_total','79.2'),(118276,12955,'_line_tax','0'),(118277,12955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118278,12956,'_product_id','44'),(118279,12956,'_variation_id','0'),(118280,12956,'_qty','1'),(118281,12956,'_tax_class',''),(118282,12956,'_line_subtotal','116.16'),(118283,12956,'_line_subtotal_tax','0'),(118284,12956,'_line_total','116.16'),(118285,12956,'_line_tax','0'),(118286,12956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118287,12957,'_product_id','103'),(118288,12957,'_variation_id','0'),(118289,12957,'_qty','1'),(118290,12957,'_tax_class',''),(118291,12957,'_line_subtotal','8.4'),(118292,12957,'_line_subtotal_tax','0'),(118293,12957,'_line_total','8.4'),(118294,12957,'_line_tax','0'),(118295,12957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118296,12958,'method_id','fedex'),(118297,12958,'instance_id','1'),(118298,12958,'cost','22.99'),(118299,12958,'total_tax','0'),(118300,12958,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118301,12958,'Package 1','17 × 14 × 10 (in) 31.1lbs × 1'),(118302,12959,'_product_id','2110'),(118303,12959,'_variation_id','0'),(118304,12959,'_qty','2'),(118305,12959,'_tax_class',''),(118306,12959,'_line_subtotal','142.8'),(118307,12959,'_line_subtotal_tax','0'),(118308,12959,'_line_total','142.8'),(118309,12959,'_line_tax','0'),(118310,12959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118311,12960,'_product_id','41'),(118312,12960,'_variation_id','0'),(118313,12960,'_qty','3'),(118314,12960,'_tax_class',''),(118315,12960,'_line_subtotal','199.44'),(118316,12960,'_line_subtotal_tax','0'),(118317,12960,'_line_total','199.44'),(118318,12960,'_line_tax','0'),(118319,12960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118320,12961,'_product_id','43'),(118321,12961,'_variation_id','0'),(118322,12961,'_qty','3'),(118323,12961,'_tax_class',''),(118324,12961,'_line_subtotal','237.6'),(118325,12961,'_line_subtotal_tax','0'),(118326,12961,'_line_total','237.6'),(118327,12961,'_line_tax','0'),(118328,12961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118329,12962,'_product_id','44'),(118330,12962,'_variation_id','0'),(118331,12962,'_qty','1'),(118332,12962,'_tax_class',''),(118333,12962,'_line_subtotal','116.16'),(118334,12962,'_line_subtotal_tax','0'),(118335,12962,'_line_total','116.16'),(118336,12962,'_line_tax','0'),(118337,12962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118338,12963,'_product_id','490'),(118339,12963,'_variation_id','0'),(118340,12963,'_qty','10'),(118341,12963,'_tax_class',''),(118342,12963,'_line_subtotal','196'),(118343,12963,'_line_subtotal_tax','0'),(118344,12963,'_line_total','196'),(118345,12963,'_line_tax','0'),(118346,12963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118347,12964,'method_id','advanced_free_shipping'),(118348,12964,'instance_id','0'),(118349,12964,'cost','0.00'),(118350,12964,'total_tax','0'),(118351,12964,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118352,12965,'_product_id','23'),(118353,12965,'_variation_id','0'),(118354,12965,'_qty','5'),(118355,12965,'_tax_class',''),(118356,12965,'_line_subtotal','342.7'),(118357,12965,'_line_subtotal_tax','0'),(118358,12965,'_line_total','342.7'),(118359,12965,'_line_tax','0'),(118360,12965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118361,12966,'_product_id','44'),(118362,12966,'_variation_id','0'),(118363,12966,'_qty','2'),(118364,12966,'_tax_class',''),(118365,12966,'_line_subtotal','232.32'),(118366,12966,'_line_subtotal_tax','0'),(118367,12966,'_line_total','232.32'),(118368,12966,'_line_tax','0'),(118369,12966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118370,12967,'_product_id','490'),(118371,12967,'_variation_id','0'),(118372,12967,'_qty','5'),(118373,12967,'_tax_class',''),(118374,12967,'_line_subtotal','98'),(118375,12967,'_line_subtotal_tax','0'),(118376,12967,'_line_total','98'),(118377,12967,'_line_tax','0'),(118378,12967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118379,12968,'method_id','advanced_free_shipping'),(118380,12968,'instance_id','0'),(118381,12968,'cost','0.00'),(118382,12968,'total_tax','0'),(118383,12968,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118384,12915,'thwma_order_shipping_status','wc-pending'),(118385,12916,'thwma_order_shipping_status','wc-pending'),(118386,12917,'thwma_order_shipping_status','wc-pending'),(118387,12918,'thwma_order_shipping_status','wc-pending'),(118388,12919,'thwma_order_shipping_status','wc-pending'),(118389,12920,'thwma_order_shipping_status','wc-pending'),(118390,12921,'thwma_order_shipping_status','wc-pending'),(118391,12922,'thwma_order_shipping_status','wc-pending'),(118392,12923,'thwma_order_shipping_status','wc-pending'),(118393,12924,'thwma_order_shipping_status','wc-pending'),(118394,12929,'thwma_order_shipping_status','wc-pending'),(118395,12930,'thwma_order_shipping_status','wc-pending'),(118396,12931,'thwma_order_shipping_status','wc-pending'),(118397,12932,'thwma_order_shipping_status','wc-pending'),(118398,12933,'thwma_order_shipping_status','wc-pending'),(118399,12934,'thwma_order_shipping_status','wc-pending'),(118400,12935,'thwma_order_shipping_status','wc-pending'),(118401,12936,'thwma_order_shipping_status','wc-pending'),(118402,12937,'thwma_order_shipping_status','wc-pending'),(118403,12938,'thwma_order_shipping_status','wc-pending'),(118404,12939,'thwma_order_shipping_status','wc-pending'),(118405,12940,'thwma_order_shipping_status','wc-pending'),(118406,12941,'thwma_order_shipping_status','wc-pending'),(118407,12942,'thwma_order_shipping_status','wc-pending'),(118408,12943,'thwma_order_shipping_status','wc-pending'),(118409,12944,'thwma_order_shipping_status','wc-pending'),(118410,12946,'thwma_order_shipping_status','wc-pending'),(118411,12947,'thwma_order_shipping_status','wc-pending'),(118412,12948,'thwma_order_shipping_status','wc-pending'),(118413,12953,'thwma_order_shipping_status','wc-pending'),(118414,12954,'thwma_order_shipping_status','wc-pending'),(118415,12955,'thwma_order_shipping_status','wc-pending'),(118416,12956,'thwma_order_shipping_status','wc-pending'),(118417,12957,'thwma_order_shipping_status','wc-pending'),(118418,12959,'thwma_order_shipping_status','wc-pending'),(118419,12960,'thwma_order_shipping_status','wc-pending'),(118420,12961,'thwma_order_shipping_status','wc-pending'),(118421,12962,'thwma_order_shipping_status','wc-pending'),(118422,12963,'thwma_order_shipping_status','wc-pending'),(118423,12965,'thwma_order_shipping_status','wc-pending'),(118424,12966,'thwma_order_shipping_status','wc-pending'),(118425,12967,'thwma_order_shipping_status','wc-pending'),(118426,12969,'_product_id','23'),(118427,12969,'_variation_id','0'),(118428,12969,'_qty','2'),(118429,12969,'_tax_class',''),(118430,12969,'_line_subtotal','137.08'),(118431,12969,'_line_subtotal_tax','0'),(118432,12969,'_line_total','137.08'),(118433,12969,'_line_tax','0'),(118434,12969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118435,12970,'_product_id','38'),(118436,12970,'_variation_id','0'),(118437,12970,'_qty','1'),(118438,12970,'_tax_class',''),(118439,12970,'_line_subtotal','165.76'),(118440,12970,'_line_subtotal_tax','0'),(118441,12970,'_line_total','165.76'),(118442,12970,'_line_tax','0'),(118443,12970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118444,12971,'_product_id','41'),(118445,12971,'_variation_id','0'),(118446,12971,'_qty','3'),(118447,12971,'_tax_class',''),(118448,12971,'_line_subtotal','199.44'),(118449,12971,'_line_subtotal_tax','0'),(118450,12971,'_line_total','199.44'),(118451,12971,'_line_tax','0'),(118452,12971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118453,12972,'_product_id','39'),(118454,12972,'_variation_id','0'),(118455,12972,'_qty','1'),(118456,12972,'_tax_class',''),(118457,12972,'_line_subtotal','79.2'),(118458,12972,'_line_subtotal_tax','0'),(118459,12972,'_line_total','79.2'),(118460,12972,'_line_tax','0'),(118461,12972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118462,12973,'_product_id','40'),(118463,12973,'_variation_id','0'),(118464,12973,'_qty','1'),(118465,12973,'_tax_class',''),(118466,12973,'_line_subtotal','79.2'),(118467,12973,'_line_subtotal_tax','0'),(118468,12973,'_line_total','79.2'),(118469,12973,'_line_tax','0'),(118470,12973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118471,12974,'_product_id','43'),(118472,12974,'_variation_id','0'),(118473,12974,'_qty','2'),(118474,12974,'_tax_class',''),(118475,12974,'_line_subtotal','158.4'),(118476,12974,'_line_subtotal_tax','0'),(118477,12974,'_line_total','158.4'),(118478,12974,'_line_tax','0'),(118479,12974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118480,12975,'_product_id','49'),(118481,12975,'_variation_id','0'),(118482,12975,'_qty','1'),(118483,12975,'_tax_class',''),(118484,12975,'_line_subtotal','79.2'),(118485,12975,'_line_subtotal_tax','0'),(118486,12975,'_line_total','79.2'),(118487,12975,'_line_tax','0'),(118488,12975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118489,12976,'_product_id','93'),(118490,12976,'_variation_id','0'),(118491,12976,'_qty','7'),(118492,12976,'_tax_class',''),(118493,12976,'_line_subtotal','0'),(118494,12976,'_line_subtotal_tax','0'),(118495,12976,'_line_total','0'),(118496,12976,'_line_tax','0'),(118497,12976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118498,12977,'method_id','advanced_free_shipping'),(118499,12977,'instance_id','0'),(118500,12977,'cost','0.00'),(118501,12977,'total_tax','0'),(118502,12977,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118511,12978,'_product_id','49'),(118512,12978,'_variation_id','0'),(118513,12978,'_qty','8'),(118514,12978,'_tax_class',''),(118515,12978,'_line_subtotal','633.6'),(118516,12978,'_line_subtotal_tax','0'),(118517,12978,'_line_total','633.6'),(118518,12978,'_line_tax','0'),(118519,12978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118520,12979,'_product_id','44'),(118521,12979,'_variation_id','0'),(118522,12979,'_qty','6'),(118523,12979,'_tax_class',''),(118524,12979,'_line_subtotal','696.96'),(118525,12979,'_line_subtotal_tax','0'),(118526,12979,'_line_total','696.96'),(118527,12979,'_line_tax','0'),(118528,12979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118529,12980,'_product_id','41'),(118530,12980,'_variation_id','0'),(118531,12980,'_qty','3'),(118532,12980,'_tax_class',''),(118533,12980,'_line_subtotal','199.44'),(118534,12980,'_line_subtotal_tax','0'),(118535,12980,'_line_total','199.44'),(118536,12980,'_line_tax','0'),(118537,12980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118538,12981,'method_id','advanced_free_shipping'),(118539,12981,'instance_id','0'),(118540,12981,'cost','0.00'),(118541,12981,'total_tax','0'),(118542,12981,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118543,12982,'_product_id','487'),(118544,12982,'_variation_id','0'),(118545,12982,'_qty','3'),(118546,12982,'_tax_class',''),(118547,12982,'_line_subtotal','94.05'),(118548,12982,'_line_subtotal_tax','0'),(118549,12982,'_line_total','94.05'),(118550,12982,'_line_tax','0'),(118551,12982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118552,12983,'_product_id','44'),(118553,12983,'_variation_id','0'),(118554,12983,'_qty','1'),(118555,12983,'_tax_class',''),(118556,12983,'_line_subtotal','116.16'),(118557,12983,'_line_subtotal_tax','0'),(118558,12983,'_line_total','116.16'),(118559,12983,'_line_tax','0'),(118560,12983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118561,12984,'_product_id','2400'),(118562,12984,'_variation_id','0'),(118563,12984,'_qty','1'),(118564,12984,'_tax_class',''),(118565,12984,'_line_subtotal','186.3'),(118566,12984,'_line_subtotal_tax','0'),(118567,12984,'_line_total','186.3'),(118568,12984,'_line_tax','0'),(118569,12984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118570,12985,'_product_id','45'),(118571,12985,'_variation_id','0'),(118572,12985,'_qty','1'),(118573,12985,'_tax_class',''),(118574,12985,'_line_subtotal','42.24'),(118575,12985,'_line_subtotal_tax','0'),(118576,12985,'_line_total','42.24'),(118577,12985,'_line_tax','0'),(118578,12985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118579,12986,'_product_id','43'),(118580,12986,'_variation_id','0'),(118581,12986,'_qty','1'),(118582,12986,'_tax_class',''),(118583,12986,'_line_subtotal','79.2'),(118584,12986,'_line_subtotal_tax','0'),(118585,12986,'_line_total','79.2'),(118586,12986,'_line_tax','0'),(118587,12986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118588,12987,'method_id','advanced_free_shipping'),(118589,12987,'instance_id','0'),(118590,12987,'cost','0.00'),(118591,12987,'total_tax','0'),(118592,12987,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118593,12988,'_product_id','41'),(118594,12988,'_variation_id','0'),(118595,12988,'_qty','3'),(118596,12988,'_tax_class',''),(118597,12988,'_line_subtotal','199.44'),(118598,12988,'_line_subtotal_tax','0'),(118599,12988,'_line_total','199.44'),(118600,12988,'_line_tax','0'),(118601,12988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118602,12989,'_product_id','42'),(118603,12989,'_variation_id','0'),(118604,12989,'_qty','2'),(118605,12989,'_tax_class',''),(118606,12989,'_line_subtotal','158.4'),(118607,12989,'_line_subtotal_tax','0'),(118608,12989,'_line_total','158.4'),(118609,12989,'_line_tax','0'),(118610,12989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118611,12990,'method_id','fedex'),(118612,12990,'instance_id','1'),(118613,12990,'cost','21.81'),(118614,12990,'total_tax','0'),(118615,12990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118616,12990,'Package 1','11.88 × 11 × 10.75 (in) 18.25lbs × 1'),(118617,12991,'_product_id','44'),(118618,12991,'_variation_id','0'),(118619,12991,'_qty','2'),(118620,12991,'_tax_class',''),(118621,12991,'_line_subtotal','232.32'),(118622,12991,'_line_subtotal_tax','0'),(118623,12991,'_line_total','232.32'),(118624,12991,'_line_tax','0'),(118625,12991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118626,12992,'_product_id','41'),(118627,12992,'_variation_id','0'),(118628,12992,'_qty','3'),(118629,12992,'_tax_class',''),(118630,12992,'_line_subtotal','199.44'),(118631,12992,'_line_subtotal_tax','0'),(118632,12992,'_line_total','199.44'),(118633,12992,'_line_tax','0'),(118634,12992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118635,12993,'_product_id','2110'),(118636,12993,'_variation_id','0'),(118637,12993,'_qty','3'),(118638,12993,'_tax_class',''),(118639,12993,'_line_subtotal','214.2'),(118640,12993,'_line_subtotal_tax','0'),(118641,12993,'_line_total','214.2'),(118642,12993,'_line_tax','0'),(118643,12993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118644,12994,'_product_id','49'),(118645,12994,'_variation_id','0'),(118646,12994,'_qty','3'),(118647,12994,'_tax_class',''),(118648,12994,'_line_subtotal','237.6'),(118649,12994,'_line_subtotal_tax','0'),(118650,12994,'_line_total','237.6'),(118651,12994,'_line_tax','0'),(118652,12994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118653,12995,'_product_id','93'),(118654,12995,'_variation_id','0'),(118655,12995,'_qty','10'),(118656,12995,'_tax_class',''),(118657,12995,'_line_subtotal','0'),(118658,12995,'_line_subtotal_tax','0'),(118659,12995,'_line_total','0'),(118660,12995,'_line_tax','0'),(118661,12995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118662,12996,'_product_id','133'),(118663,12996,'_variation_id','0'),(118664,12996,'_qty','3'),(118665,12996,'_tax_class',''),(118666,12996,'_line_subtotal','42.9'),(118667,12996,'_line_subtotal_tax','0'),(118668,12996,'_line_total','42.9'),(118669,12996,'_line_tax','0'),(118670,12996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118671,12997,'method_id','advanced_free_shipping'),(118672,12997,'instance_id','0'),(118673,12997,'cost','0.00'),(118674,12997,'total_tax','0'),(118675,12997,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118691,12978,'thwma_order_shipping_status','wc-pending'),(118692,12979,'thwma_order_shipping_status','wc-pending'),(118693,12980,'thwma_order_shipping_status','wc-pending'),(118694,12982,'thwma_order_shipping_status','wc-pending'),(118695,12983,'thwma_order_shipping_status','wc-pending'),(118696,12984,'thwma_order_shipping_status','wc-pending'),(118697,12985,'thwma_order_shipping_status','wc-pending'),(118698,12986,'thwma_order_shipping_status','wc-pending'),(118699,13000,'_product_id','2110'),(118700,13000,'_variation_id','0'),(118701,13000,'_qty','3'),(118702,13000,'_tax_class',''),(118703,13000,'_line_subtotal','214.2'),(118704,13000,'_line_subtotal_tax','0'),(118705,13000,'_line_total','214.2'),(118706,13000,'_line_tax','0'),(118707,13000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118708,13001,'_product_id','2113'),(118709,13001,'_variation_id','0'),(118710,13001,'_qty','2'),(118711,13001,'_tax_class',''),(118712,13001,'_line_subtotal','344'),(118713,13001,'_line_subtotal_tax','0'),(118714,13001,'_line_total','344'),(118715,13001,'_line_tax','0'),(118716,13001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118717,13002,'_product_id','42'),(118718,13002,'_variation_id','0'),(118719,13002,'_qty','1'),(118720,13002,'_tax_class',''),(118721,13002,'_line_subtotal','79.2'),(118722,13002,'_line_subtotal_tax','0'),(118723,13002,'_line_total','79.2'),(118724,13002,'_line_tax','0'),(118725,13002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118726,13003,'_product_id','41'),(118727,13003,'_variation_id','0'),(118728,13003,'_qty','3'),(118729,13003,'_tax_class',''),(118730,13003,'_line_subtotal','199.44'),(118731,13003,'_line_subtotal_tax','0'),(118732,13003,'_line_total','199.44'),(118733,13003,'_line_tax','0'),(118734,13003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118735,13004,'_product_id','45'),(118736,13004,'_variation_id','0'),(118737,13004,'_qty','1'),(118738,13004,'_tax_class',''),(118739,13004,'_line_subtotal','42.24'),(118740,13004,'_line_subtotal_tax','0'),(118741,13004,'_line_total','42.24'),(118742,13004,'_line_tax','0'),(118743,13004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118744,13005,'_product_id','120'),(118745,13005,'_variation_id','0'),(118746,13005,'_qty','2'),(118747,13005,'_tax_class',''),(118748,13005,'_line_subtotal','105.6'),(118749,13005,'_line_subtotal_tax','0'),(118750,13005,'_line_total','105.6'),(118751,13005,'_line_tax','0'),(118752,13005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118753,13006,'_product_id','43'),(118754,13006,'_variation_id','0'),(118755,13006,'_qty','3'),(118756,13006,'_tax_class',''),(118757,13006,'_line_subtotal','237.6'),(118758,13006,'_line_subtotal_tax','0'),(118759,13006,'_line_total','237.6'),(118760,13006,'_line_tax','0'),(118761,13006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118762,13007,'method_id','advanced_free_shipping'),(118763,13007,'instance_id','0'),(118764,13007,'cost','0.00'),(118765,13007,'total_tax','0'),(118766,13007,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118767,13008,'_product_id','490'),(118768,13008,'_variation_id','0'),(118769,13008,'_qty','7'),(118770,13008,'_tax_class',''),(118771,13008,'_line_subtotal','137.2'),(118772,13008,'_line_subtotal_tax','0'),(118773,13008,'_line_total','137.2'),(118774,13008,'_line_tax','0'),(118775,13008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118776,13009,'method_id','fedex'),(118777,13009,'instance_id','1'),(118778,13009,'cost','17.68'),(118779,13009,'total_tax','0'),(118780,13009,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118781,13009,'Package 1','15.75 × 14.13 × 6 (in) 16.93lbs × 1'),(118788,13000,'thwma_order_shipping_status','wc-pending'),(118789,13001,'thwma_order_shipping_status','wc-pending'),(118790,13002,'thwma_order_shipping_status','wc-pending'),(118791,13003,'thwma_order_shipping_status','wc-pending'),(118792,13004,'thwma_order_shipping_status','wc-pending'),(118793,13005,'thwma_order_shipping_status','wc-pending'),(118794,13006,'thwma_order_shipping_status','wc-pending'),(118795,13010,'_product_id','490'),(118796,13010,'_variation_id','0'),(118797,13010,'_qty','15'),(118798,13010,'_tax_class',''),(118799,13010,'_line_subtotal','294'),(118800,13010,'_line_subtotal_tax','0'),(118801,13010,'_line_total','294'),(118802,13010,'_line_tax','0'),(118803,13010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118804,13011,'_product_id','487'),(118805,13011,'_variation_id','0'),(118806,13011,'_qty','1'),(118807,13011,'_tax_class',''),(118808,13011,'_line_subtotal','31.35'),(118809,13011,'_line_subtotal_tax','0'),(118810,13011,'_line_total','31.35'),(118811,13011,'_line_tax','0'),(118812,13011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118813,13012,'_product_id','45'),(118814,13012,'_variation_id','0'),(118815,13012,'_qty','2'),(118816,13012,'_tax_class',''),(118817,13012,'_line_subtotal','84.48'),(118818,13012,'_line_subtotal_tax','0'),(118819,13012,'_line_total','84.48'),(118820,13012,'_line_tax','0'),(118821,13012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118822,13013,'_product_id','2110'),(118823,13013,'_variation_id','0'),(118824,13013,'_qty','2'),(118825,13013,'_tax_class',''),(118826,13013,'_line_subtotal','142.8'),(118827,13013,'_line_subtotal_tax','0'),(118828,13013,'_line_total','142.8'),(118829,13013,'_line_tax','0'),(118830,13013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118831,13014,'_product_id','2113'),(118832,13014,'_variation_id','0'),(118833,13014,'_qty','1'),(118834,13014,'_tax_class',''),(118835,13014,'_line_subtotal','172'),(118836,13014,'_line_subtotal_tax','0'),(118837,13014,'_line_total','172'),(118838,13014,'_line_tax','0'),(118839,13014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118840,13015,'_product_id','42'),(118841,13015,'_variation_id','0'),(118842,13015,'_qty','2'),(118843,13015,'_tax_class',''),(118844,13015,'_line_subtotal','158.4'),(118845,13015,'_line_subtotal_tax','0'),(118846,13015,'_line_total','158.4'),(118847,13015,'_line_tax','0'),(118848,13015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118849,13016,'_product_id','41'),(118850,13016,'_variation_id','0'),(118851,13016,'_qty','1'),(118852,13016,'_tax_class',''),(118853,13016,'_line_subtotal','66.48'),(118854,13016,'_line_subtotal_tax','0'),(118855,13016,'_line_total','66.48'),(118856,13016,'_line_tax','0'),(118857,13016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118858,13017,'method_id','advanced_free_shipping'),(118859,13017,'instance_id','0'),(118860,13017,'cost','0.00'),(118861,13017,'total_tax','0'),(118862,13017,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118863,12991,'thwma_order_shipping_status','wc-pending'),(118864,12992,'thwma_order_shipping_status','wc-pending'),(118865,12993,'thwma_order_shipping_status','wc-pending'),(118866,12994,'thwma_order_shipping_status','wc-pending'),(118867,12995,'thwma_order_shipping_status','wc-pending'),(118868,12996,'thwma_order_shipping_status','wc-pending'),(118869,13018,'_product_id','490'),(118870,13018,'_variation_id','0'),(118871,13018,'_qty','6'),(118872,13018,'_tax_class',''),(118873,13018,'_line_subtotal','117.6'),(118874,13018,'_line_subtotal_tax','0'),(118875,13018,'_line_total','117.6'),(118876,13018,'_line_tax','0'),(118877,13018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118878,13019,'_product_id','488'),(118879,13019,'_variation_id','0'),(118880,13019,'_qty','2'),(118881,13019,'_tax_class',''),(118882,13019,'_line_subtotal','62.7'),(118883,13019,'_line_subtotal_tax','0'),(118884,13019,'_line_total','62.7'),(118885,13019,'_line_tax','0'),(118886,13019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118887,13020,'_product_id','487'),(118888,13020,'_variation_id','0'),(118889,13020,'_qty','1'),(118890,13020,'_tax_class',''),(118891,13020,'_line_subtotal','31.35'),(118892,13020,'_line_subtotal_tax','0'),(118893,13020,'_line_total','31.35'),(118894,13020,'_line_tax','0'),(118895,13020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118896,13021,'method_id','fedex'),(118897,13021,'instance_id','1'),(118898,13021,'cost','23.15'),(118899,13021,'total_tax','0'),(118900,13021,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118901,13021,'Package 1','17 × 14 × 10 (in) 37.45lbs × 1'),(118902,13022,'_product_id','23'),(118903,13022,'_variation_id','0'),(118904,13022,'_qty','4'),(118905,13022,'_tax_class',''),(118906,13022,'_line_subtotal','274.16'),(118907,13022,'_line_subtotal_tax','0'),(118908,13022,'_line_total','274.16'),(118909,13022,'_line_tax','0'),(118910,13022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118911,13023,'_product_id','38'),(118912,13023,'_variation_id','0'),(118913,13023,'_qty','3'),(118914,13023,'_tax_class',''),(118915,13023,'_line_subtotal','497.28'),(118916,13023,'_line_subtotal_tax','0'),(118917,13023,'_line_total','497.28'),(118918,13023,'_line_tax','0'),(118919,13023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118920,13024,'_product_id','45'),(118921,13024,'_variation_id','0'),(118922,13024,'_qty','4'),(118923,13024,'_tax_class',''),(118924,13024,'_line_subtotal','168.96'),(118925,13024,'_line_subtotal_tax','0'),(118926,13024,'_line_total','168.96'),(118927,13024,'_line_tax','0'),(118928,13024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118929,13025,'_product_id','41'),(118930,13025,'_variation_id','0'),(118931,13025,'_qty','3'),(118932,13025,'_tax_class',''),(118933,13025,'_line_subtotal','199.44'),(118934,13025,'_line_subtotal_tax','0'),(118935,13025,'_line_total','199.44'),(118936,13025,'_line_tax','0'),(118937,13025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118938,13026,'method_id','advanced_free_shipping'),(118939,13026,'instance_id','0'),(118940,13026,'cost','0.00'),(118941,13026,'total_tax','0'),(118942,13026,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(118943,13027,'_product_id','39'),(118944,13027,'_variation_id','0'),(118945,13027,'_qty','1'),(118946,13027,'_tax_class',''),(118947,13027,'_line_subtotal','79.2'),(118948,13027,'_line_subtotal_tax','0'),(118949,13027,'_line_total','79.2'),(118950,13027,'_line_tax','0'),(118951,13027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118952,13028,'_product_id','42'),(118953,13028,'_variation_id','0'),(118954,13028,'_qty','1'),(118955,13028,'_tax_class',''),(118956,13028,'_line_subtotal','79.2'),(118957,13028,'_line_subtotal_tax','0'),(118958,13028,'_line_total','79.2'),(118959,13028,'_line_tax','0'),(118960,13028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118961,13029,'_product_id','43'),(118962,13029,'_variation_id','0'),(118963,13029,'_qty','1'),(118964,13029,'_tax_class',''),(118965,13029,'_line_subtotal','79.2'),(118966,13029,'_line_subtotal_tax','0'),(118967,13029,'_line_total','79.2'),(118968,13029,'_line_tax','0'),(118969,13029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118970,13030,'_product_id','487'),(118971,13030,'_variation_id','0'),(118972,13030,'_qty','1'),(118973,13030,'_tax_class',''),(118974,13030,'_line_subtotal','31.35'),(118975,13030,'_line_subtotal_tax','0'),(118976,13030,'_line_total','31.35'),(118977,13030,'_line_tax','0'),(118978,13030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118979,13031,'_product_id','490'),(118980,13031,'_variation_id','0'),(118981,13031,'_qty','12'),(118982,13031,'_tax_class',''),(118983,13031,'_line_subtotal','235.2'),(118984,13031,'_line_subtotal_tax','0'),(118985,13031,'_line_total','235.2'),(118986,13031,'_line_tax','0'),(118987,13031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118988,13032,'_product_id','2110'),(118989,13032,'_variation_id','0'),(118990,13032,'_qty','1'),(118991,13032,'_tax_class',''),(118992,13032,'_line_subtotal','71.4'),(118993,13032,'_line_subtotal_tax','0'),(118994,13032,'_line_total','71.4'),(118995,13032,'_line_tax','0'),(118996,13032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(118997,13033,'_product_id','45'),(118998,13033,'_variation_id','0'),(118999,13033,'_qty','1'),(119000,13033,'_tax_class',''),(119001,13033,'_line_subtotal','42.24'),(119002,13033,'_line_subtotal_tax','0'),(119003,13033,'_line_total','42.24'),(119004,13033,'_line_tax','0'),(119005,13033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119006,13034,'_product_id','41'),(119007,13034,'_variation_id','0'),(119008,13034,'_qty','1'),(119009,13034,'_tax_class',''),(119010,13034,'_line_subtotal','66.48'),(119011,13034,'_line_subtotal_tax','0'),(119012,13034,'_line_total','66.48'),(119013,13034,'_line_tax','0'),(119014,13034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119015,13035,'method_id','advanced_free_shipping'),(119016,13035,'instance_id','0'),(119017,13035,'cost','0.00'),(119018,13035,'total_tax','0'),(119019,13035,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119020,13036,'_product_id','39'),(119021,13036,'_variation_id','0'),(119022,13036,'_qty','1'),(119023,13036,'_tax_class',''),(119024,13036,'_line_subtotal','79.2'),(119025,13036,'_line_subtotal_tax','0'),(119026,13036,'_line_total','79.2'),(119027,13036,'_line_tax','0'),(119028,13036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119029,13037,'_product_id','40'),(119030,13037,'_variation_id','0'),(119031,13037,'_qty','1'),(119032,13037,'_tax_class',''),(119033,13037,'_line_subtotal','79.2'),(119034,13037,'_line_subtotal_tax','0'),(119035,13037,'_line_total','79.2'),(119036,13037,'_line_tax','0'),(119037,13037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119038,13038,'_product_id','120'),(119039,13038,'_variation_id','0'),(119040,13038,'_qty','2'),(119041,13038,'_tax_class',''),(119042,13038,'_line_subtotal','105.6'),(119043,13038,'_line_subtotal_tax','0'),(119044,13038,'_line_total','105.6'),(119045,13038,'_line_tax','0'),(119046,13038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119047,13039,'_product_id','43'),(119048,13039,'_variation_id','0'),(119049,13039,'_qty','1'),(119050,13039,'_tax_class',''),(119051,13039,'_line_subtotal','79.2'),(119052,13039,'_line_subtotal_tax','0'),(119053,13039,'_line_total','79.2'),(119054,13039,'_line_tax','0'),(119055,13039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119056,13040,'_product_id','487'),(119057,13040,'_variation_id','0'),(119058,13040,'_qty','1'),(119059,13040,'_tax_class',''),(119060,13040,'_line_subtotal','31.35'),(119061,13040,'_line_subtotal_tax','0'),(119062,13040,'_line_total','31.35'),(119063,13040,'_line_tax','0'),(119064,13040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119065,13041,'_product_id','490'),(119066,13041,'_variation_id','0'),(119067,13041,'_qty','10'),(119068,13041,'_tax_class',''),(119069,13041,'_line_subtotal','196'),(119070,13041,'_line_subtotal_tax','0'),(119071,13041,'_line_total','196'),(119072,13041,'_line_tax','0'),(119073,13041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119074,13042,'_product_id','2110'),(119075,13042,'_variation_id','0'),(119076,13042,'_qty','1'),(119077,13042,'_tax_class',''),(119078,13042,'_line_subtotal','71.4'),(119079,13042,'_line_subtotal_tax','0'),(119080,13042,'_line_total','71.4'),(119081,13042,'_line_tax','0'),(119082,13042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119083,13043,'_product_id','2113'),(119084,13043,'_variation_id','0'),(119085,13043,'_qty','2'),(119086,13043,'_tax_class',''),(119087,13043,'_line_subtotal','344'),(119088,13043,'_line_subtotal_tax','0'),(119089,13043,'_line_total','344'),(119090,13043,'_line_tax','0'),(119091,13043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119092,13044,'method_id','advanced_free_shipping'),(119093,13044,'instance_id','0'),(119094,13044,'cost','0.00'),(119095,13044,'total_tax','0'),(119096,13044,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119097,13045,'_product_id','39'),(119098,13045,'_variation_id','0'),(119099,13045,'_qty','1'),(119100,13045,'_tax_class',''),(119101,13045,'_line_subtotal','79.2'),(119102,13045,'_line_subtotal_tax','0'),(119103,13045,'_line_total','79.2'),(119104,13045,'_line_tax','0'),(119105,13045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119106,13046,'_product_id','40'),(119107,13046,'_variation_id','0'),(119108,13046,'_qty','1'),(119109,13046,'_tax_class',''),(119110,13046,'_line_subtotal','79.2'),(119111,13046,'_line_subtotal_tax','0'),(119112,13046,'_line_total','79.2'),(119113,13046,'_line_tax','0'),(119114,13046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119115,13047,'_product_id','43'),(119116,13047,'_variation_id','0'),(119117,13047,'_qty','2'),(119118,13047,'_tax_class',''),(119119,13047,'_line_subtotal','158.4'),(119120,13047,'_line_subtotal_tax','0'),(119121,13047,'_line_total','158.4'),(119122,13047,'_line_tax','0'),(119123,13047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119124,13048,'_product_id','487'),(119125,13048,'_variation_id','0'),(119126,13048,'_qty','1'),(119127,13048,'_tax_class',''),(119128,13048,'_line_subtotal','31.35'),(119129,13048,'_line_subtotal_tax','0'),(119130,13048,'_line_total','31.35'),(119131,13048,'_line_tax','0'),(119132,13048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119133,13049,'_product_id','2110'),(119134,13049,'_variation_id','0'),(119135,13049,'_qty','1'),(119136,13049,'_tax_class',''),(119137,13049,'_line_subtotal','71.4'),(119138,13049,'_line_subtotal_tax','0'),(119139,13049,'_line_total','71.4'),(119140,13049,'_line_tax','0'),(119141,13049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119142,13050,'_product_id','2113'),(119143,13050,'_variation_id','0'),(119144,13050,'_qty','1'),(119145,13050,'_tax_class',''),(119146,13050,'_line_subtotal','172'),(119147,13050,'_line_subtotal_tax','0'),(119148,13050,'_line_total','172'),(119149,13050,'_line_tax','0'),(119150,13050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119151,13051,'_product_id','45'),(119152,13051,'_variation_id','0'),(119153,13051,'_qty','1'),(119154,13051,'_tax_class',''),(119155,13051,'_line_subtotal','42.24'),(119156,13051,'_line_subtotal_tax','0'),(119157,13051,'_line_total','42.24'),(119158,13051,'_line_tax','0'),(119159,13051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119160,13052,'_product_id','103'),(119161,13052,'_variation_id','0'),(119162,13052,'_qty','1'),(119163,13052,'_tax_class',''),(119164,13052,'_line_subtotal','8.4'),(119165,13052,'_line_subtotal_tax','0'),(119166,13052,'_line_total','8.4'),(119167,13052,'_line_tax','0'),(119168,13052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119169,13053,'_product_id','101'),(119170,13053,'_variation_id','0'),(119171,13053,'_qty','1'),(119172,13053,'_tax_class',''),(119173,13053,'_line_subtotal','8.4'),(119174,13053,'_line_subtotal_tax','0'),(119175,13053,'_line_total','8.4'),(119176,13053,'_line_tax','0'),(119177,13053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119178,13054,'method_id','advanced_free_shipping'),(119179,13054,'instance_id','0'),(119180,13054,'cost','0.00'),(119181,13054,'total_tax','0'),(119182,13054,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119183,13055,'_product_id','39'),(119184,13055,'_variation_id','0'),(119185,13055,'_qty','2'),(119186,13055,'_tax_class',''),(119187,13055,'_line_subtotal','158.4'),(119188,13055,'_line_subtotal_tax','0'),(119189,13055,'_line_total','158.4'),(119190,13055,'_line_tax','0'),(119191,13055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119192,13056,'_product_id','40'),(119193,13056,'_variation_id','0'),(119194,13056,'_qty','1'),(119195,13056,'_tax_class',''),(119196,13056,'_line_subtotal','79.2'),(119197,13056,'_line_subtotal_tax','0'),(119198,13056,'_line_total','79.2'),(119199,13056,'_line_tax','0'),(119200,13056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119201,13057,'_product_id','43'),(119202,13057,'_variation_id','0'),(119203,13057,'_qty','2'),(119204,13057,'_tax_class',''),(119205,13057,'_line_subtotal','158.4'),(119206,13057,'_line_subtotal_tax','0'),(119207,13057,'_line_total','158.4'),(119208,13057,'_line_tax','0'),(119209,13057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119210,13058,'_product_id','41'),(119211,13058,'_variation_id','0'),(119212,13058,'_qty','2'),(119213,13058,'_tax_class',''),(119214,13058,'_line_subtotal','132.96'),(119215,13058,'_line_subtotal_tax','0'),(119216,13058,'_line_total','132.96'),(119217,13058,'_line_tax','0'),(119218,13058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119219,13059,'method_id','advanced_free_shipping'),(119220,13059,'instance_id','0'),(119221,13059,'cost','0.00'),(119222,13059,'total_tax','0'),(119223,13059,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119224,13018,'thwma_order_shipping_status','wc-pending'),(119225,13019,'thwma_order_shipping_status','wc-pending'),(119226,13020,'thwma_order_shipping_status','wc-pending'),(119227,12988,'thwma_order_shipping_status','wc-pending'),(119228,12989,'thwma_order_shipping_status','wc-pending'),(119236,13010,'thwma_order_shipping_status','wc-pending'),(119237,13011,'thwma_order_shipping_status','wc-pending'),(119238,13012,'thwma_order_shipping_status','wc-pending'),(119239,13013,'thwma_order_shipping_status','wc-pending'),(119240,13014,'thwma_order_shipping_status','wc-pending'),(119241,13015,'thwma_order_shipping_status','wc-pending'),(119242,13016,'thwma_order_shipping_status','wc-pending'),(119243,13022,'thwma_order_shipping_status','wc-pending'),(119244,13023,'thwma_order_shipping_status','wc-pending'),(119245,13024,'thwma_order_shipping_status','wc-pending'),(119246,13025,'thwma_order_shipping_status','wc-pending'),(119313,12969,'thwma_order_shipping_status','wc-pending'),(119314,12970,'thwma_order_shipping_status','wc-pending'),(119315,12971,'thwma_order_shipping_status','wc-pending'),(119316,12972,'thwma_order_shipping_status','wc-pending'),(119317,12973,'thwma_order_shipping_status','wc-pending'),(119318,12974,'thwma_order_shipping_status','wc-pending'),(119319,12975,'thwma_order_shipping_status','wc-pending'),(119320,12976,'thwma_order_shipping_status','wc-pending'),(119321,13036,'thwma_order_shipping_status','wc-pending'),(119322,13037,'thwma_order_shipping_status','wc-pending'),(119323,13038,'thwma_order_shipping_status','wc-pending'),(119324,13039,'thwma_order_shipping_status','wc-pending'),(119325,13040,'thwma_order_shipping_status','wc-pending'),(119326,13041,'thwma_order_shipping_status','wc-pending'),(119327,13042,'thwma_order_shipping_status','wc-pending'),(119328,13043,'thwma_order_shipping_status','wc-pending'),(119329,13045,'thwma_order_shipping_status','wc-pending'),(119330,13046,'thwma_order_shipping_status','wc-pending'),(119331,13047,'thwma_order_shipping_status','wc-pending'),(119332,13048,'thwma_order_shipping_status','wc-pending'),(119333,13049,'thwma_order_shipping_status','wc-pending'),(119334,13050,'thwma_order_shipping_status','wc-pending'),(119335,13051,'thwma_order_shipping_status','wc-pending'),(119336,13052,'thwma_order_shipping_status','wc-pending'),(119337,13053,'thwma_order_shipping_status','wc-pending'),(119346,13027,'thwma_order_shipping_status','wc-pending'),(119347,13028,'thwma_order_shipping_status','wc-pending'),(119348,13029,'thwma_order_shipping_status','wc-pending'),(119349,13030,'thwma_order_shipping_status','wc-pending'),(119350,13031,'thwma_order_shipping_status','wc-pending'),(119351,13032,'thwma_order_shipping_status','wc-pending'),(119352,13033,'thwma_order_shipping_status','wc-pending'),(119353,13034,'thwma_order_shipping_status','wc-pending'),(119354,13065,'_product_id','42'),(119355,13065,'_variation_id','0'),(119356,13065,'_qty','1'),(119357,13065,'_tax_class',''),(119358,13065,'_line_subtotal','79.2'),(119359,13065,'_line_subtotal_tax','0'),(119360,13065,'_line_total','79.2'),(119361,13065,'_line_tax','0'),(119362,13065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119363,13066,'_product_id','487'),(119364,13066,'_variation_id','0'),(119365,13066,'_qty','1'),(119366,13066,'_tax_class',''),(119367,13066,'_line_subtotal','31.35'),(119368,13066,'_line_subtotal_tax','0'),(119369,13066,'_line_total','31.35'),(119370,13066,'_line_tax','0'),(119371,13066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119372,13067,'_product_id','488'),(119373,13067,'_variation_id','0'),(119374,13067,'_qty','1'),(119375,13067,'_tax_class',''),(119376,13067,'_line_subtotal','31.35'),(119377,13067,'_line_subtotal_tax','0'),(119378,13067,'_line_total','31.35'),(119379,13067,'_line_tax','0'),(119380,13067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119381,13068,'method_id','fedex'),(119382,13068,'instance_id','1'),(119383,13068,'cost','19.31'),(119384,13068,'total_tax','0'),(119385,13068,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119386,13068,'Package 1','17 × 14 × 10 (in) 21.6lbs × 1'),(119387,13069,'_product_id','2110'),(119388,13069,'_variation_id','0'),(119389,13069,'_qty','2'),(119390,13069,'_tax_class',''),(119391,13069,'_line_subtotal','142.8'),(119392,13069,'_line_subtotal_tax','0'),(119393,13069,'_line_total','142.8'),(119394,13069,'_line_tax','0'),(119395,13069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119396,13070,'_product_id','490'),(119397,13070,'_variation_id','0'),(119398,13070,'_qty','10'),(119399,13070,'_tax_class',''),(119400,13070,'_line_subtotal','196'),(119401,13070,'_line_subtotal_tax','0'),(119402,13070,'_line_total','196'),(119403,13070,'_line_tax','0'),(119404,13070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119405,13071,'_product_id','44'),(119406,13071,'_variation_id','0'),(119407,13071,'_qty','1'),(119408,13071,'_tax_class',''),(119409,13071,'_line_subtotal','116.16'),(119410,13071,'_line_subtotal_tax','0'),(119411,13071,'_line_total','116.16'),(119412,13071,'_line_tax','0'),(119413,13071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119414,13072,'_product_id','2408'),(119415,13072,'_variation_id','0'),(119416,13072,'_qty','1'),(119417,13072,'_tax_class',''),(119418,13072,'_line_subtotal','149.34'),(119419,13072,'_line_subtotal_tax','0'),(119420,13072,'_line_total','149.34'),(119421,13072,'_line_tax','0'),(119422,13072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119423,13073,'_product_id','49'),(119424,13073,'_variation_id','0'),(119425,13073,'_qty','2'),(119426,13073,'_tax_class',''),(119427,13073,'_line_subtotal','158.4'),(119428,13073,'_line_subtotal_tax','0'),(119429,13073,'_line_total','158.4'),(119430,13073,'_line_tax','0'),(119431,13073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119432,13074,'method_id','advanced_free_shipping'),(119433,13074,'instance_id','0'),(119434,13074,'cost','0.00'),(119435,13074,'total_tax','0'),(119436,13074,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119437,13075,'_product_id','490'),(119438,13075,'_variation_id','0'),(119439,13075,'_qty','5'),(119440,13075,'_tax_class',''),(119441,13075,'_line_subtotal','98'),(119442,13075,'_line_subtotal_tax','0'),(119443,13075,'_line_total','98'),(119444,13075,'_line_tax','0'),(119445,13075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119446,13076,'_product_id','23'),(119447,13076,'_variation_id','0'),(119448,13076,'_qty','4'),(119449,13076,'_tax_class',''),(119450,13076,'_line_subtotal','274.16'),(119451,13076,'_line_subtotal_tax','0'),(119452,13076,'_line_total','274.16'),(119453,13076,'_line_tax','0'),(119454,13076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119455,13077,'_product_id','44'),(119456,13077,'_variation_id','0'),(119457,13077,'_qty','2'),(119458,13077,'_tax_class',''),(119459,13077,'_line_subtotal','232.32'),(119460,13077,'_line_subtotal_tax','0'),(119461,13077,'_line_total','232.32'),(119462,13077,'_line_tax','0'),(119463,13077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119464,13078,'method_id','advanced_free_shipping'),(119465,13078,'instance_id','0'),(119466,13078,'cost','0.00'),(119467,13078,'total_tax','0'),(119468,13078,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119469,13079,'_product_id','490'),(119470,13079,'_variation_id','0'),(119471,13079,'_qty','26'),(119472,13079,'_tax_class',''),(119473,13079,'_line_subtotal','509.6'),(119474,13079,'_line_subtotal_tax','0'),(119475,13079,'_line_total','509.6'),(119476,13079,'_line_tax','0'),(119477,13079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119478,13080,'method_id','advanced_free_shipping'),(119479,13080,'instance_id','0'),(119480,13080,'cost','0.00'),(119481,13080,'total_tax','0'),(119482,13080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119483,13065,'thwma_order_shipping_status','wc-pending'),(119484,13066,'thwma_order_shipping_status','wc-pending'),(119485,13067,'thwma_order_shipping_status','wc-pending'),(119486,13069,'thwma_order_shipping_status','wc-pending'),(119487,13070,'thwma_order_shipping_status','wc-pending'),(119488,13071,'thwma_order_shipping_status','wc-pending'),(119489,13072,'thwma_order_shipping_status','wc-pending'),(119490,13073,'thwma_order_shipping_status','wc-pending'),(119491,13081,'_product_id','2110'),(119492,13081,'_variation_id','0'),(119493,13081,'_qty','2'),(119494,13081,'_tax_class',''),(119495,13081,'_line_subtotal','142.8'),(119496,13081,'_line_subtotal_tax','0'),(119497,13081,'_line_total','142.8'),(119498,13081,'_line_tax','0'),(119499,13081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119500,13082,'_product_id','41'),(119501,13082,'_variation_id','0'),(119502,13082,'_qty','2'),(119503,13082,'_tax_class',''),(119504,13082,'_line_subtotal','132.96'),(119505,13082,'_line_subtotal_tax','0'),(119506,13082,'_line_total','132.96'),(119507,13082,'_line_tax','0'),(119508,13082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119509,13083,'_product_id','2400'),(119510,13083,'_variation_id','0'),(119511,13083,'_qty','1'),(119512,13083,'_tax_class',''),(119513,13083,'_line_subtotal','186.3'),(119514,13083,'_line_subtotal_tax','0'),(119515,13083,'_line_total','186.3'),(119516,13083,'_line_tax','0'),(119517,13083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119518,13084,'_product_id','490'),(119519,13084,'_variation_id','0'),(119520,13084,'_qty','10'),(119521,13084,'_tax_class',''),(119522,13084,'_line_subtotal','196'),(119523,13084,'_line_subtotal_tax','0'),(119524,13084,'_line_total','196'),(119525,13084,'_line_tax','0'),(119526,13084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119527,13085,'_product_id','487'),(119528,13085,'_variation_id','0'),(119529,13085,'_qty','2'),(119530,13085,'_tax_class',''),(119531,13085,'_line_subtotal','62.7'),(119532,13085,'_line_subtotal_tax','0'),(119533,13085,'_line_total','62.7'),(119534,13085,'_line_tax','0'),(119535,13085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119536,13086,'_product_id','45'),(119537,13086,'_variation_id','0'),(119538,13086,'_qty','1'),(119539,13086,'_tax_class',''),(119540,13086,'_line_subtotal','42.24'),(119541,13086,'_line_subtotal_tax','0'),(119542,13086,'_line_total','42.24'),(119543,13086,'_line_tax','0'),(119544,13086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119545,13087,'_product_id','43'),(119546,13087,'_variation_id','0'),(119547,13087,'_qty','1'),(119548,13087,'_tax_class',''),(119549,13087,'_line_subtotal','79.2'),(119550,13087,'_line_subtotal_tax','0'),(119551,13087,'_line_total','79.2'),(119552,13087,'_line_tax','0'),(119553,13087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119554,13088,'_product_id','49'),(119555,13088,'_variation_id','0'),(119556,13088,'_qty','1'),(119557,13088,'_tax_class',''),(119558,13088,'_line_subtotal','79.2'),(119559,13088,'_line_subtotal_tax','0'),(119560,13088,'_line_total','79.2'),(119561,13088,'_line_tax','0'),(119562,13088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119563,13089,'method_id','advanced_free_shipping'),(119564,13089,'instance_id','0'),(119565,13089,'cost','0.00'),(119566,13089,'total_tax','0'),(119567,13089,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119654,13100,'_product_id','120'),(119655,13100,'_variation_id','0'),(119656,13100,'_qty','1'),(119657,13100,'_tax_class',''),(119658,13100,'_line_subtotal','52.8'),(119659,13100,'_line_subtotal_tax','0'),(119660,13100,'_line_total','52.8'),(119661,13100,'_line_tax','0'),(119662,13100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119663,13101,'_product_id','490'),(119664,13101,'_variation_id','0'),(119665,13101,'_qty','10'),(119666,13101,'_tax_class',''),(119667,13101,'_line_subtotal','196'),(119668,13101,'_line_subtotal_tax','0'),(119669,13101,'_line_total','196'),(119670,13101,'_line_tax','0'),(119671,13101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119672,13102,'_product_id','45'),(119673,13102,'_variation_id','0'),(119674,13102,'_qty','1'),(119675,13102,'_tax_class',''),(119676,13102,'_line_subtotal','42.24'),(119677,13102,'_line_subtotal_tax','0'),(119678,13102,'_line_total','42.24'),(119679,13102,'_line_tax','0'),(119680,13102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119681,13103,'_product_id','49'),(119682,13103,'_variation_id','0'),(119683,13103,'_qty','1'),(119684,13103,'_tax_class',''),(119685,13103,'_line_subtotal','79.2'),(119686,13103,'_line_subtotal_tax','0'),(119687,13103,'_line_total','79.2'),(119688,13103,'_line_tax','0'),(119689,13103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119690,13104,'_product_id','2110'),(119691,13104,'_variation_id','0'),(119692,13104,'_qty','2'),(119693,13104,'_tax_class',''),(119694,13104,'_line_subtotal','142.8'),(119695,13104,'_line_subtotal_tax','0'),(119696,13104,'_line_total','142.8'),(119697,13104,'_line_tax','0'),(119698,13104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119699,13105,'_product_id','45'),(119700,13105,'_variation_id','0'),(119701,13105,'_qty','1'),(119702,13105,'_tax_class',''),(119703,13105,'_line_subtotal','42.24'),(119704,13105,'_line_subtotal_tax','0'),(119705,13105,'_line_total','42.24'),(119706,13105,'_line_tax','0'),(119707,13105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119708,13106,'_product_id','49'),(119709,13106,'_variation_id','0'),(119710,13106,'_qty','1'),(119711,13106,'_tax_class',''),(119712,13106,'_line_subtotal','79.2'),(119713,13106,'_line_subtotal_tax','0'),(119714,13106,'_line_total','79.2'),(119715,13106,'_line_tax','0'),(119716,13106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119717,13107,'_product_id','41'),(119718,13107,'_variation_id','0'),(119719,13107,'_qty','1'),(119720,13107,'_tax_class',''),(119721,13107,'_line_subtotal','66.48'),(119722,13107,'_line_subtotal_tax','0'),(119723,13107,'_line_total','66.48'),(119724,13107,'_line_tax','0'),(119725,13107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119726,13108,'_product_id','2113'),(119727,13108,'_variation_id','0'),(119728,13108,'_qty','2'),(119729,13108,'_tax_class',''),(119730,13108,'_line_subtotal','344'),(119731,13108,'_line_subtotal_tax','0'),(119732,13108,'_line_total','344'),(119733,13108,'_line_tax','0'),(119734,13108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119735,13109,'method_id','advanced_free_shipping'),(119736,13109,'instance_id','0'),(119737,13109,'cost','0.00'),(119738,13109,'total_tax','0'),(119739,13109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119740,13110,'_product_id','23'),(119741,13110,'_variation_id','0'),(119742,13110,'_qty','1'),(119743,13110,'_tax_class',''),(119744,13110,'_line_subtotal','68.54'),(119745,13110,'_line_subtotal_tax','0'),(119746,13110,'_line_total','68.54'),(119747,13110,'_line_tax','0'),(119748,13110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119749,13111,'_product_id','116'),(119750,13111,'_variation_id','0'),(119751,13111,'_qty','1'),(119752,13111,'_tax_class',''),(119753,13111,'_line_subtotal','145.44'),(119754,13111,'_line_subtotal_tax','0'),(119755,13111,'_line_total','145.44'),(119756,13111,'_line_tax','0'),(119757,13111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119758,13112,'_product_id','49'),(119759,13112,'_variation_id','0'),(119760,13112,'_qty','2'),(119761,13112,'_tax_class',''),(119762,13112,'_line_subtotal','158.4'),(119763,13112,'_line_subtotal_tax','0'),(119764,13112,'_line_total','158.4'),(119765,13112,'_line_tax','0'),(119766,13112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119767,13113,'_product_id','490'),(119768,13113,'_variation_id','0'),(119769,13113,'_qty','8'),(119770,13113,'_tax_class',''),(119771,13113,'_line_subtotal','156.8'),(119772,13113,'_line_subtotal_tax','0'),(119773,13113,'_line_total','156.8'),(119774,13113,'_line_tax','0'),(119775,13113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119776,13114,'method_id','advanced_free_shipping'),(119777,13114,'instance_id','0'),(119778,13114,'cost','0.00'),(119779,13114,'total_tax','0'),(119780,13114,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119781,13115,'_product_id','2110'),(119782,13115,'_variation_id','0'),(119783,13115,'_qty','2'),(119784,13115,'_tax_class',''),(119785,13115,'_line_subtotal','142.8'),(119786,13115,'_line_subtotal_tax','0'),(119787,13115,'_line_total','142.8'),(119788,13115,'_line_tax','0'),(119789,13115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119790,13116,'_product_id','2113'),(119791,13116,'_variation_id','0'),(119792,13116,'_qty','1'),(119793,13116,'_tax_class',''),(119794,13116,'_line_subtotal','172'),(119795,13116,'_line_subtotal_tax','0'),(119796,13116,'_line_total','172'),(119797,13116,'_line_tax','0'),(119798,13116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119799,13117,'_product_id','41'),(119800,13117,'_variation_id','0'),(119801,13117,'_qty','2'),(119802,13117,'_tax_class',''),(119803,13117,'_line_subtotal','132.96'),(119804,13117,'_line_subtotal_tax','0'),(119805,13117,'_line_total','132.96'),(119806,13117,'_line_tax','0'),(119807,13117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119808,13118,'_product_id','490'),(119809,13118,'_variation_id','0'),(119810,13118,'_qty','5'),(119811,13118,'_tax_class',''),(119812,13118,'_line_subtotal','98'),(119813,13118,'_line_subtotal_tax','0'),(119814,13118,'_line_total','98'),(119815,13118,'_line_tax','0'),(119816,13118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119817,13119,'method_id','advanced_free_shipping'),(119818,13119,'instance_id','0'),(119819,13119,'cost','0.00'),(119820,13119,'total_tax','0'),(119821,13119,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119822,13120,'_product_id','43'),(119823,13120,'_variation_id','0'),(119824,13120,'_qty','3'),(119825,13120,'_tax_class',''),(119826,13120,'_line_subtotal','237.6'),(119827,13120,'_line_subtotal_tax','0'),(119828,13120,'_line_total','237.6'),(119829,13120,'_line_tax','0'),(119830,13120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119831,13121,'_product_id','45'),(119832,13121,'_variation_id','0'),(119833,13121,'_qty','3'),(119834,13121,'_tax_class',''),(119835,13121,'_line_subtotal','126.72'),(119836,13121,'_line_subtotal_tax','0'),(119837,13121,'_line_total','126.72'),(119838,13121,'_line_tax','0'),(119839,13121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119840,13122,'_product_id','318'),(119841,13122,'_variation_id','0'),(119842,13122,'_qty','20'),(119843,13122,'_tax_class',''),(119844,13122,'_line_subtotal','60'),(119845,13122,'_line_subtotal_tax','0'),(119846,13122,'_line_total','60'),(119847,13122,'_line_tax','0'),(119848,13122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119849,13123,'_product_id','133'),(119850,13123,'_variation_id','0'),(119851,13123,'_qty','7'),(119852,13123,'_tax_class',''),(119853,13123,'_line_subtotal','100.1'),(119854,13123,'_line_subtotal_tax','0'),(119855,13123,'_line_total','100.1'),(119856,13123,'_line_tax','0'),(119857,13123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119858,13124,'_product_id','490'),(119859,13124,'_variation_id','0'),(119860,13124,'_qty','5'),(119861,13124,'_tax_class',''),(119862,13124,'_line_subtotal','98'),(119863,13124,'_line_subtotal_tax','0'),(119864,13124,'_line_total','98'),(119865,13124,'_line_tax','0'),(119866,13124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119867,13125,'method_id','advanced_free_shipping'),(119868,13125,'instance_id','0'),(119869,13125,'cost','0.00'),(119870,13125,'total_tax','0'),(119871,13125,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119872,13126,'_product_id','43'),(119873,13126,'_variation_id','0'),(119874,13126,'_qty','-3'),(119875,13126,'_tax_class',''),(119876,13126,'_line_subtotal','-237.6'),(119877,13126,'_line_subtotal_tax','0'),(119878,13126,'_line_total','-237.6'),(119879,13126,'_line_tax','0'),(119880,13126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119881,13126,'_refunded_item_id','13120'),(119882,13127,'_product_id','45'),(119883,13127,'_variation_id','0'),(119884,13127,'_qty','-3'),(119885,13127,'_tax_class',''),(119886,13127,'_line_subtotal','-126.72'),(119887,13127,'_line_subtotal_tax','0'),(119888,13127,'_line_total','-126.72'),(119889,13127,'_line_tax','0'),(119890,13127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119891,13127,'_refunded_item_id','13121'),(119892,13128,'_product_id','318'),(119893,13128,'_variation_id','0'),(119894,13128,'_qty','-20'),(119895,13128,'_tax_class',''),(119896,13128,'_line_subtotal','-60'),(119897,13128,'_line_subtotal_tax','0'),(119898,13128,'_line_total','-60'),(119899,13128,'_line_tax','0'),(119900,13128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119901,13128,'_refunded_item_id','13122'),(119902,13129,'_product_id','133'),(119903,13129,'_variation_id','0'),(119904,13129,'_qty','-7'),(119905,13129,'_tax_class',''),(119906,13129,'_line_subtotal','-100.1'),(119907,13129,'_line_subtotal_tax','0'),(119908,13129,'_line_total','-100.1'),(119909,13129,'_line_tax','0'),(119910,13129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119911,13129,'_refunded_item_id','13123'),(119912,13130,'_product_id','490'),(119913,13130,'_variation_id','0'),(119914,13130,'_qty','-5'),(119915,13130,'_tax_class',''),(119916,13130,'_line_subtotal','-98'),(119917,13130,'_line_subtotal_tax','0'),(119918,13130,'_line_total','-98'),(119919,13130,'_line_tax','0'),(119920,13130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119921,13130,'_refunded_item_id','13124'),(119922,13110,'thwma_order_shipping_status','wc-pending'),(119923,13111,'thwma_order_shipping_status','wc-pending'),(119924,13112,'thwma_order_shipping_status','wc-pending'),(119925,13113,'thwma_order_shipping_status','wc-pending'),(119926,13115,'thwma_order_shipping_status','wc-pending'),(119927,13116,'thwma_order_shipping_status','wc-pending'),(119928,13117,'thwma_order_shipping_status','wc-pending'),(119929,13118,'thwma_order_shipping_status','wc-pending'),(119930,13131,'_product_id','43'),(119931,13131,'_variation_id','0'),(119932,13131,'_qty','3'),(119933,13131,'_tax_class',''),(119934,13131,'_line_subtotal','237.6'),(119935,13131,'_line_subtotal_tax','0'),(119936,13131,'_line_total','237.6'),(119937,13131,'_line_tax','0'),(119938,13131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119939,13132,'_product_id','45'),(119940,13132,'_variation_id','0'),(119941,13132,'_qty','3'),(119942,13132,'_tax_class',''),(119943,13132,'_line_subtotal','126.72'),(119944,13132,'_line_subtotal_tax','0'),(119945,13132,'_line_total','126.72'),(119946,13132,'_line_tax','0'),(119947,13132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119948,13133,'_product_id','318'),(119949,13133,'_variation_id','0'),(119950,13133,'_qty','20'),(119951,13133,'_tax_class',''),(119952,13133,'_line_subtotal','60'),(119953,13133,'_line_subtotal_tax','0'),(119954,13133,'_line_total','60'),(119955,13133,'_line_tax','0'),(119956,13133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119957,13134,'_product_id','133'),(119958,13134,'_variation_id','0'),(119959,13134,'_qty','6'),(119960,13134,'_tax_class',''),(119961,13134,'_line_subtotal','85.8'),(119962,13134,'_line_subtotal_tax','0'),(119963,13134,'_line_total','85.8'),(119964,13134,'_line_tax','0'),(119965,13134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119966,13135,'_product_id','490'),(119967,13135,'_variation_id','0'),(119968,13135,'_qty','5'),(119969,13135,'_tax_class',''),(119970,13135,'_line_subtotal','98'),(119971,13135,'_line_subtotal_tax','0'),(119972,13135,'_line_total','98'),(119973,13135,'_line_tax','0'),(119974,13135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119975,13136,'method_id','advanced_free_shipping'),(119976,13136,'instance_id','0'),(119977,13136,'cost','0.00'),(119978,13136,'total_tax','0'),(119979,13136,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(119980,13137,'_product_id','2110'),(119981,13137,'_variation_id','0'),(119982,13137,'_qty','3'),(119983,13137,'_tax_class',''),(119984,13137,'_line_subtotal','214.2'),(119985,13137,'_line_subtotal_tax','0'),(119986,13137,'_line_total','214.2'),(119987,13137,'_line_tax','0'),(119988,13137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119989,13138,'_product_id','41'),(119990,13138,'_variation_id','0'),(119991,13138,'_qty','3'),(119992,13138,'_tax_class',''),(119993,13138,'_line_subtotal','199.44'),(119994,13138,'_line_subtotal_tax','0'),(119995,13138,'_line_total','199.44'),(119996,13138,'_line_tax','0'),(119997,13138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(119998,13139,'_product_id','45'),(119999,13139,'_variation_id','0'),(120000,13139,'_qty','2'),(120001,13139,'_tax_class',''),(120002,13139,'_line_subtotal','84.48'),(120003,13139,'_line_subtotal_tax','0'),(120004,13139,'_line_total','84.48'),(120005,13139,'_line_tax','0'),(120006,13139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120007,13140,'_product_id','39'),(120008,13140,'_variation_id','0'),(120009,13140,'_qty','1'),(120010,13140,'_tax_class',''),(120011,13140,'_line_subtotal','79.2'),(120012,13140,'_line_subtotal_tax','0'),(120013,13140,'_line_total','79.2'),(120014,13140,'_line_tax','0'),(120015,13140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120016,13141,'_product_id','40'),(120017,13141,'_variation_id','0'),(120018,13141,'_qty','1'),(120019,13141,'_tax_class',''),(120020,13141,'_line_subtotal','79.2'),(120021,13141,'_line_subtotal_tax','0'),(120022,13141,'_line_total','79.2'),(120023,13141,'_line_tax','0'),(120024,13141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120025,13142,'_product_id','49'),(120026,13142,'_variation_id','0'),(120027,13142,'_qty','2'),(120028,13142,'_tax_class',''),(120029,13142,'_line_subtotal','158.4'),(120030,13142,'_line_subtotal_tax','0'),(120031,13142,'_line_total','158.4'),(120032,13142,'_line_tax','0'),(120033,13142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120034,13143,'_product_id','43'),(120035,13143,'_variation_id','0'),(120036,13143,'_qty','1'),(120037,13143,'_tax_class',''),(120038,13143,'_line_subtotal','79.2'),(120039,13143,'_line_subtotal_tax','0'),(120040,13143,'_line_total','79.2'),(120041,13143,'_line_tax','0'),(120042,13143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120043,13144,'method_id','advanced_free_shipping'),(120044,13144,'instance_id','0'),(120045,13144,'cost','0.00'),(120046,13144,'total_tax','0'),(120047,13144,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120048,13145,'_product_id','41'),(120049,13145,'_variation_id','0'),(120050,13145,'_qty','1'),(120051,13145,'_tax_class',''),(120052,13145,'_line_subtotal','66.48'),(120053,13145,'_line_subtotal_tax','0'),(120054,13145,'_line_total','66.48'),(120055,13145,'_line_tax','0'),(120056,13145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120057,13146,'_product_id','45'),(120058,13146,'_variation_id','0'),(120059,13146,'_qty','2'),(120060,13146,'_tax_class',''),(120061,13146,'_line_subtotal','84.48'),(120062,13146,'_line_subtotal_tax','0'),(120063,13146,'_line_total','84.48'),(120064,13146,'_line_tax','0'),(120065,13146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120066,13147,'_product_id','133'),(120067,13147,'_variation_id','0'),(120068,13147,'_qty','4'),(120069,13147,'_tax_class',''),(120070,13147,'_line_subtotal','57.2'),(120071,13147,'_line_subtotal_tax','0'),(120072,13147,'_line_total','57.2'),(120073,13147,'_line_tax','0'),(120074,13147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120075,13148,'method_id','fedex'),(120076,13148,'instance_id','1'),(120077,13148,'cost','20.25'),(120078,13148,'total_tax','0'),(120079,13148,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120080,13148,'Package 1','17 × 14 × 10 (in) 23.2lbs × 1'),(120081,13148,'Items','Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Disposable Head Bands &times; 4'),(120082,13149,'_product_id','2110'),(120083,13149,'_variation_id','0'),(120084,13149,'_qty','2'),(120085,13149,'_tax_class',''),(120086,13149,'_line_subtotal','142.8'),(120087,13149,'_line_subtotal_tax','0'),(120088,13149,'_line_total','142.8'),(120089,13149,'_line_tax','0'),(120090,13149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120091,13150,'_product_id','43'),(120092,13150,'_variation_id','0'),(120093,13150,'_qty','2'),(120094,13150,'_tax_class',''),(120095,13150,'_line_subtotal','158.4'),(120096,13150,'_line_subtotal_tax','0'),(120097,13150,'_line_total','158.4'),(120098,13150,'_line_tax','0'),(120099,13150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120100,13151,'_product_id','49'),(120101,13151,'_variation_id','0'),(120102,13151,'_qty','2'),(120103,13151,'_tax_class',''),(120104,13151,'_line_subtotal','158.4'),(120105,13151,'_line_subtotal_tax','0'),(120106,13151,'_line_total','158.4'),(120107,13151,'_line_tax','0'),(120108,13151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120109,13152,'_product_id','120'),(120110,13152,'_variation_id','0'),(120111,13152,'_qty','1'),(120112,13152,'_tax_class',''),(120113,13152,'_line_subtotal','52.8'),(120114,13152,'_line_subtotal_tax','0'),(120115,13152,'_line_total','52.8'),(120116,13152,'_line_tax','0'),(120117,13152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120118,13153,'method_id','advanced_free_shipping'),(120119,13153,'instance_id','0'),(120120,13153,'cost','0.00'),(120121,13153,'total_tax','0'),(120122,13153,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120123,13154,'_product_id','2110'),(120124,13154,'_variation_id','0'),(120125,13154,'_qty','6'),(120126,13154,'_tax_class',''),(120127,13154,'_line_subtotal','428.4'),(120128,13154,'_line_subtotal_tax','0'),(120129,13154,'_line_total','428.4'),(120130,13154,'_line_tax','0'),(120131,13154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120132,13155,'method_id','fedex'),(120133,13155,'instance_id','1'),(120134,13155,'cost','26.93'),(120135,13155,'total_tax','0'),(120136,13155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120137,13155,'Package 1','21.56 × 16.56 × 13.19 (in) 47.36lbs × 1'),(120138,13155,'Items','Active Rinse 8oz 100%(Case of 12) &times; 6'),(120139,13156,'_product_id','23'),(120140,13156,'_variation_id','0'),(120141,13156,'_qty','7'),(120142,13156,'_tax_class',''),(120143,13156,'_line_subtotal','479.78'),(120144,13156,'_line_subtotal_tax','0'),(120145,13156,'_line_total','479.78'),(120146,13156,'_line_tax','0'),(120147,13156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120148,13157,'_product_id','490'),(120149,13157,'_variation_id','0'),(120150,13157,'_qty','2'),(120151,13157,'_tax_class',''),(120152,13157,'_line_subtotal','39.2'),(120153,13157,'_line_subtotal_tax','0'),(120154,13157,'_line_total','39.2'),(120155,13157,'_line_tax','0'),(120156,13157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120157,13158,'method_id','advanced_free_shipping'),(120158,13158,'instance_id','0'),(120159,13158,'cost','0.00'),(120160,13158,'total_tax','0'),(120161,13158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120162,13159,'_product_id','41'),(120163,13159,'_variation_id','0'),(120164,13159,'_qty','10'),(120165,13159,'_tax_class',''),(120166,13159,'_line_subtotal','664.8'),(120167,13159,'_line_subtotal_tax','0'),(120168,13159,'_line_total','664.8'),(120169,13159,'_line_tax','0'),(120170,13159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120171,13160,'method_id','advanced_free_shipping'),(120172,13160,'instance_id','0'),(120173,13160,'cost','0.00'),(120174,13160,'total_tax','0'),(120175,13160,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120176,13161,'_product_id','45'),(120177,13161,'_variation_id','0'),(120178,13161,'_qty','2'),(120179,13161,'_tax_class',''),(120180,13161,'_line_subtotal','84.48'),(120181,13161,'_line_subtotal_tax','0'),(120182,13161,'_line_total','84.48'),(120183,13161,'_line_tax','0'),(120184,13161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120185,13162,'_product_id','43'),(120186,13162,'_variation_id','0'),(120187,13162,'_qty','2'),(120188,13162,'_tax_class',''),(120189,13162,'_line_subtotal','158.4'),(120190,13162,'_line_subtotal_tax','0'),(120191,13162,'_line_total','158.4'),(120192,13162,'_line_tax','0'),(120193,13162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120194,13163,'_product_id','41'),(120195,13163,'_variation_id','0'),(120196,13163,'_qty','2'),(120197,13163,'_tax_class',''),(120198,13163,'_line_subtotal','132.96'),(120199,13163,'_line_subtotal_tax','0'),(120200,13163,'_line_total','132.96'),(120201,13163,'_line_tax','0'),(120202,13163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120203,13164,'_product_id','487'),(120204,13164,'_variation_id','0'),(120205,13164,'_qty','2'),(120206,13164,'_tax_class',''),(120207,13164,'_line_subtotal','62.7'),(120208,13164,'_line_subtotal_tax','0'),(120209,13164,'_line_total','62.7'),(120210,13164,'_line_tax','0'),(120211,13164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120212,13165,'_product_id','490'),(120213,13165,'_variation_id','0'),(120214,13165,'_qty','10'),(120215,13165,'_tax_class',''),(120216,13165,'_line_subtotal','196'),(120217,13165,'_line_subtotal_tax','0'),(120218,13165,'_line_total','196'),(120219,13165,'_line_tax','0'),(120220,13165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120221,13166,'method_id','advanced_free_shipping'),(120222,13166,'instance_id','0'),(120223,13166,'cost','0.00'),(120224,13166,'total_tax','0'),(120225,13166,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120226,13167,'_product_id','49'),(120227,13167,'_variation_id','0'),(120228,13167,'_qty','10'),(120229,13167,'_tax_class',''),(120230,13167,'_line_subtotal','792'),(120231,13167,'_line_subtotal_tax','0'),(120232,13167,'_line_total','792'),(120233,13167,'_line_tax','0'),(120234,13167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120235,13168,'_product_id','43'),(120236,13168,'_variation_id','0'),(120237,13168,'_qty','10'),(120238,13168,'_tax_class',''),(120239,13168,'_line_subtotal','792'),(120240,13168,'_line_subtotal_tax','0'),(120241,13168,'_line_total','792'),(120242,13168,'_line_tax','0'),(120243,13168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120244,13169,'_product_id','42'),(120245,13169,'_variation_id','0'),(120246,13169,'_qty','2'),(120247,13169,'_tax_class',''),(120248,13169,'_line_subtotal','158.4'),(120249,13169,'_line_subtotal_tax','0'),(120250,13169,'_line_total','158.4'),(120251,13169,'_line_tax','0'),(120252,13169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120253,13170,'_product_id','51'),(120254,13170,'_variation_id','0'),(120255,13170,'_qty','3'),(120256,13170,'_tax_class',''),(120257,13170,'_line_subtotal','443.52'),(120258,13170,'_line_subtotal_tax','0'),(120259,13170,'_line_total','443.52'),(120260,13170,'_line_tax','0'),(120261,13170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120262,13171,'_product_id','44'),(120263,13171,'_variation_id','0'),(120264,13171,'_qty','5'),(120265,13171,'_tax_class',''),(120266,13171,'_line_subtotal','580.8'),(120267,13171,'_line_subtotal_tax','0'),(120268,13171,'_line_total','580.8'),(120269,13171,'_line_tax','0'),(120270,13171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120271,13172,'_product_id','118'),(120272,13172,'_variation_id','0'),(120273,13172,'_qty','1'),(120274,13172,'_tax_class',''),(120275,13172,'_line_subtotal','184.8'),(120276,13172,'_line_subtotal_tax','0'),(120277,13172,'_line_total','184.8'),(120278,13172,'_line_tax','0'),(120279,13172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120280,13173,'_product_id','45'),(120281,13173,'_variation_id','0'),(120282,13173,'_qty','10'),(120283,13173,'_tax_class',''),(120284,13173,'_line_subtotal','422.4'),(120285,13173,'_line_subtotal_tax','0'),(120286,13173,'_line_total','422.4'),(120287,13173,'_line_tax','0'),(120288,13173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120289,13174,'method_id','advanced_free_shipping'),(120290,13174,'instance_id','0'),(120291,13174,'cost','0.00'),(120292,13174,'total_tax','0'),(120293,13174,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120294,13137,'thwma_order_shipping_status','wc-pending'),(120295,13138,'thwma_order_shipping_status','wc-pending'),(120296,13139,'thwma_order_shipping_status','wc-pending'),(120297,13140,'thwma_order_shipping_status','wc-pending'),(120298,13141,'thwma_order_shipping_status','wc-pending'),(120299,13142,'thwma_order_shipping_status','wc-pending'),(120300,13143,'thwma_order_shipping_status','wc-pending'),(120301,13149,'thwma_order_shipping_status','wc-pending'),(120302,13150,'thwma_order_shipping_status','wc-pending'),(120303,13151,'thwma_order_shipping_status','wc-pending'),(120304,13152,'thwma_order_shipping_status','wc-pending'),(120305,13145,'thwma_order_shipping_status','wc-pending'),(120306,13146,'thwma_order_shipping_status','wc-pending'),(120307,13147,'thwma_order_shipping_status','wc-pending'),(120308,13175,'_product_id','93'),(120309,13175,'_variation_id','0'),(120310,13175,'_qty','20'),(120311,13175,'_tax_class',''),(120312,13175,'_line_subtotal','0'),(120313,13175,'_line_subtotal_tax','0'),(120314,13175,'_line_total','0'),(120315,13175,'_line_tax','0'),(120316,13175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120317,13176,'method_id','fedex'),(120318,13176,'instance_id','1'),(120319,13176,'cost','22.51'),(120320,13176,'total_tax','0'),(120321,13176,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120322,13176,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(120323,13176,'Items','Bulk Active Rinse 100% &times; 20'),(120324,13156,'thwma_order_shipping_status','wc-pending'),(120325,13157,'thwma_order_shipping_status','wc-pending'),(120326,13161,'thwma_order_shipping_status','wc-pending'),(120327,13162,'thwma_order_shipping_status','wc-pending'),(120328,13163,'thwma_order_shipping_status','wc-pending'),(120329,13164,'thwma_order_shipping_status','wc-pending'),(120330,13165,'thwma_order_shipping_status','wc-pending'),(120331,13177,'_product_id','41'),(120332,13177,'_variation_id','0'),(120333,13177,'_qty','6'),(120334,13177,'_tax_class',''),(120335,13177,'_line_subtotal','398.88'),(120336,13177,'_line_subtotal_tax','0'),(120337,13177,'_line_total','398.88'),(120338,13177,'_line_tax','0'),(120339,13177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120340,13178,'method_id','fedex'),(120341,13178,'instance_id','1'),(120342,13178,'cost','17.53'),(120343,13178,'total_tax','0'),(120344,13178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120345,13178,'Package 1','11.25 × 8.75 × 7.75 (in) 14.99lbs × 1'),(120346,13178,'Items','Professional Lice Comb(Case of 12) &times; 6'),(120347,13167,'thwma_order_shipping_status','wc-pending'),(120348,13168,'thwma_order_shipping_status','wc-pending'),(120349,13169,'thwma_order_shipping_status','wc-pending'),(120350,13170,'thwma_order_shipping_status','wc-pending'),(120351,13171,'thwma_order_shipping_status','wc-pending'),(120352,13172,'thwma_order_shipping_status','wc-pending'),(120353,13173,'thwma_order_shipping_status','wc-pending'),(120354,13179,'_product_id','99'),(120355,13179,'_variation_id','0'),(120356,13179,'_qty','2'),(120357,13179,'_tax_class',''),(120358,13179,'_line_subtotal','0'),(120359,13179,'_line_subtotal_tax','0'),(120360,13179,'_line_total','0'),(120361,13179,'_line_tax','0'),(120362,13179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120363,13180,'_product_id','93'),(120364,13180,'_variation_id','0'),(120365,13180,'_qty','3'),(120366,13180,'_tax_class',''),(120367,13180,'_line_subtotal','0'),(120368,13180,'_line_subtotal_tax','0'),(120369,13180,'_line_total','0'),(120370,13180,'_line_tax','0'),(120371,13180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120372,13181,'method_id','fedex'),(120373,13181,'instance_id','1'),(120374,13181,'cost','14.73'),(120375,13181,'total_tax','0'),(120376,13181,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120377,13181,'Package 1','17 × 14 × 10 (in) 23.15lbs × 1'),(120378,13181,'Items','Bulk Mousse 1 Gallon &times; 2, Bulk Active Rinse 100% &times; 3'),(120379,13182,'_product_id','49'),(120380,13182,'_variation_id','0'),(120381,13182,'_qty','2'),(120382,13182,'_tax_class',''),(120383,13182,'_line_subtotal','158.4'),(120384,13182,'_line_subtotal_tax','0'),(120385,13182,'_line_total','158.4'),(120386,13182,'_line_tax','0'),(120387,13182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120388,13183,'_product_id','45'),(120389,13183,'_variation_id','0'),(120390,13183,'_qty','2'),(120391,13183,'_tax_class',''),(120392,13183,'_line_subtotal','84.48'),(120393,13183,'_line_subtotal_tax','0'),(120394,13183,'_line_total','84.48'),(120395,13183,'_line_tax','0'),(120396,13183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120397,13184,'method_id','fedex'),(120398,13184,'instance_id','1'),(120399,13184,'cost','29.79'),(120400,13184,'total_tax','0'),(120401,13184,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120402,13184,'Package 1','17 × 14 × 10 (in) 31.6lbs × 1'),(120403,13184,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(120406,13131,'thwma_order_shipping_status','wc-pending'),(120407,13132,'thwma_order_shipping_status','wc-pending'),(120408,13133,'thwma_order_shipping_status','wc-pending'),(120409,13134,'thwma_order_shipping_status','wc-pending'),(120410,13135,'thwma_order_shipping_status','wc-pending'),(120411,13185,'_product_id','23'),(120412,13185,'_variation_id','0'),(120413,13185,'_qty','1'),(120414,13185,'_tax_class',''),(120415,13185,'_line_subtotal','68.54'),(120416,13185,'_line_subtotal_tax','0'),(120417,13185,'_line_total','68.54'),(120418,13185,'_line_tax','0'),(120419,13185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120420,13186,'_product_id','38'),(120421,13186,'_variation_id','0'),(120422,13186,'_qty','1'),(120423,13186,'_tax_class',''),(120424,13186,'_line_subtotal','165.76'),(120425,13186,'_line_subtotal_tax','0'),(120426,13186,'_line_total','165.76'),(120427,13186,'_line_tax','0'),(120428,13186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120429,13187,'_product_id','2110'),(120430,13187,'_variation_id','0'),(120431,13187,'_qty','1'),(120432,13187,'_tax_class',''),(120433,13187,'_line_subtotal','71.4'),(120434,13187,'_line_subtotal_tax','0'),(120435,13187,'_line_total','71.4'),(120436,13187,'_line_tax','0'),(120437,13187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120438,13188,'_product_id','2113'),(120439,13188,'_variation_id','0'),(120440,13188,'_qty','1'),(120441,13188,'_tax_class',''),(120442,13188,'_line_subtotal','172'),(120443,13188,'_line_subtotal_tax','0'),(120444,13188,'_line_total','172'),(120445,13188,'_line_tax','0'),(120446,13188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120447,13189,'_product_id','41'),(120448,13189,'_variation_id','0'),(120449,13189,'_qty','1'),(120450,13189,'_tax_class',''),(120451,13189,'_line_subtotal','66.48'),(120452,13189,'_line_subtotal_tax','0'),(120453,13189,'_line_total','66.48'),(120454,13189,'_line_tax','0'),(120455,13189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120456,13190,'_product_id','45'),(120457,13190,'_variation_id','0'),(120458,13190,'_qty','1'),(120459,13190,'_tax_class',''),(120460,13190,'_line_subtotal','42.24'),(120461,13190,'_line_subtotal_tax','0'),(120462,13190,'_line_total','42.24'),(120463,13190,'_line_tax','0'),(120464,13190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120465,13191,'_product_id','490'),(120466,13191,'_variation_id','0'),(120467,13191,'_qty','6'),(120468,13191,'_tax_class',''),(120469,13191,'_line_subtotal','117.6'),(120470,13191,'_line_subtotal_tax','0'),(120471,13191,'_line_total','117.6'),(120472,13191,'_line_tax','0'),(120473,13191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120474,13192,'method_id','advanced_free_shipping'),(120475,13192,'instance_id','0'),(120476,13192,'cost','0.00'),(120477,13192,'total_tax','0'),(120478,13192,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120479,13193,'_product_id','2110'),(120480,13193,'_variation_id','0'),(120481,13193,'_qty','1'),(120482,13193,'_tax_class',''),(120483,13193,'_line_subtotal','71.4'),(120484,13193,'_line_subtotal_tax','0'),(120485,13193,'_line_total','71.4'),(120486,13193,'_line_tax','0'),(120487,13193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120488,13194,'_product_id','2113'),(120489,13194,'_variation_id','0'),(120490,13194,'_qty','1'),(120491,13194,'_tax_class',''),(120492,13194,'_line_subtotal','172'),(120493,13194,'_line_subtotal_tax','0'),(120494,13194,'_line_total','172'),(120495,13194,'_line_tax','0'),(120496,13194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120497,13195,'_product_id','41'),(120498,13195,'_variation_id','0'),(120499,13195,'_qty','2'),(120500,13195,'_tax_class',''),(120501,13195,'_line_subtotal','132.96'),(120502,13195,'_line_subtotal_tax','0'),(120503,13195,'_line_total','132.96'),(120504,13195,'_line_tax','0'),(120505,13195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120506,13196,'_product_id','45'),(120507,13196,'_variation_id','0'),(120508,13196,'_qty','1'),(120509,13196,'_tax_class',''),(120510,13196,'_line_subtotal','42.24'),(120511,13196,'_line_subtotal_tax','0'),(120512,13196,'_line_total','42.24'),(120513,13196,'_line_tax','0'),(120514,13196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120515,13197,'_product_id','2400'),(120516,13197,'_variation_id','0'),(120517,13197,'_qty','1'),(120518,13197,'_tax_class',''),(120519,13197,'_line_subtotal','186.3'),(120520,13197,'_line_subtotal_tax','0'),(120521,13197,'_line_total','186.3'),(120522,13197,'_line_tax','0'),(120523,13197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120524,13198,'_product_id','120'),(120525,13198,'_variation_id','0'),(120526,13198,'_qty','1'),(120527,13198,'_tax_class',''),(120528,13198,'_line_subtotal','52.8'),(120529,13198,'_line_subtotal_tax','0'),(120530,13198,'_line_total','52.8'),(120531,13198,'_line_tax','0'),(120532,13198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120533,13199,'_product_id','43'),(120534,13199,'_variation_id','0'),(120535,13199,'_qty','1'),(120536,13199,'_tax_class',''),(120537,13199,'_line_subtotal','79.2'),(120538,13199,'_line_subtotal_tax','0'),(120539,13199,'_line_total','79.2'),(120540,13199,'_line_tax','0'),(120541,13199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120542,13200,'_product_id','49'),(120543,13200,'_variation_id','0'),(120544,13200,'_qty','1'),(120545,13200,'_tax_class',''),(120546,13200,'_line_subtotal','79.2'),(120547,13200,'_line_subtotal_tax','0'),(120548,13200,'_line_total','79.2'),(120549,13200,'_line_tax','0'),(120550,13200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120551,13201,'_product_id','490'),(120552,13201,'_variation_id','0'),(120553,13201,'_qty','10'),(120554,13201,'_tax_class',''),(120555,13201,'_line_subtotal','196'),(120556,13201,'_line_subtotal_tax','0'),(120557,13201,'_line_total','196'),(120558,13201,'_line_tax','0'),(120559,13201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120560,13202,'_product_id','487'),(120561,13202,'_variation_id','0'),(120562,13202,'_qty','2'),(120563,13202,'_tax_class',''),(120564,13202,'_line_subtotal','62.7'),(120565,13202,'_line_subtotal_tax','0'),(120566,13202,'_line_total','62.7'),(120567,13202,'_line_tax','0'),(120568,13202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120569,13203,'method_id','advanced_free_shipping'),(120570,13203,'instance_id','0'),(120571,13203,'cost','0.00'),(120572,13203,'total_tax','0'),(120573,13203,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120574,13204,'_product_id','41'),(120575,13204,'_variation_id','0'),(120576,13204,'_qty','1'),(120577,13204,'_tax_class',''),(120578,13204,'_line_subtotal','66.48'),(120579,13204,'_line_subtotal_tax','0'),(120580,13204,'_line_total','66.48'),(120581,13204,'_line_tax','0'),(120582,13204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120583,13205,'_product_id','2113'),(120584,13205,'_variation_id','0'),(120585,13205,'_qty','1'),(120586,13205,'_tax_class',''),(120587,13205,'_line_subtotal','172'),(120588,13205,'_line_subtotal_tax','0'),(120589,13205,'_line_total','172'),(120590,13205,'_line_tax','0'),(120591,13205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120592,13206,'_product_id','39'),(120593,13206,'_variation_id','0'),(120594,13206,'_qty','2'),(120595,13206,'_tax_class',''),(120596,13206,'_line_subtotal','158.4'),(120597,13206,'_line_subtotal_tax','0'),(120598,13206,'_line_total','158.4'),(120599,13206,'_line_tax','0'),(120600,13206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120601,13207,'_product_id','43'),(120602,13207,'_variation_id','0'),(120603,13207,'_qty','2'),(120604,13207,'_tax_class',''),(120605,13207,'_line_subtotal','158.4'),(120606,13207,'_line_subtotal_tax','0'),(120607,13207,'_line_total','158.4'),(120608,13207,'_line_tax','0'),(120609,13207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120610,13208,'_product_id','2110'),(120611,13208,'_variation_id','0'),(120612,13208,'_qty','2'),(120613,13208,'_tax_class',''),(120614,13208,'_line_subtotal','142.8'),(120615,13208,'_line_subtotal_tax','0'),(120616,13208,'_line_total','142.8'),(120617,13208,'_line_tax','0'),(120618,13208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120619,13209,'_product_id','40'),(120620,13209,'_variation_id','0'),(120621,13209,'_qty','1'),(120622,13209,'_tax_class',''),(120623,13209,'_line_subtotal','79.2'),(120624,13209,'_line_subtotal_tax','0'),(120625,13209,'_line_total','79.2'),(120626,13209,'_line_tax','0'),(120627,13209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120628,13210,'_product_id','487'),(120629,13210,'_variation_id','0'),(120630,13210,'_qty','1'),(120631,13210,'_tax_class',''),(120632,13210,'_line_subtotal','31.35'),(120633,13210,'_line_subtotal_tax','0'),(120634,13210,'_line_total','31.35'),(120635,13210,'_line_tax','0'),(120636,13210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120637,13211,'_product_id','490'),(120638,13211,'_variation_id','0'),(120639,13211,'_qty','6'),(120640,13211,'_tax_class',''),(120641,13211,'_line_subtotal','117.6'),(120642,13211,'_line_subtotal_tax','0'),(120643,13211,'_line_total','117.6'),(120644,13211,'_line_tax','0'),(120645,13211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120646,13212,'method_id','advanced_free_shipping'),(120647,13212,'instance_id','0'),(120648,13212,'cost','0.00'),(120649,13212,'total_tax','0'),(120650,13212,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120651,13213,'_product_id','133'),(120652,13213,'_variation_id','0'),(120653,13213,'_qty','1'),(120654,13213,'_tax_class',''),(120655,13213,'_line_subtotal','14.3'),(120656,13213,'_line_subtotal_tax','0'),(120657,13213,'_line_total','14.3'),(120658,13213,'_line_tax','0'),(120659,13213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120660,13214,'method_id','fedex'),(120661,13214,'instance_id','1'),(120662,13214,'cost','14.17'),(120663,13214,'total_tax','0'),(120664,13214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120665,13214,'Package 1','15.5 × 12 × 1.5 (in) 1.26lbs × 1'),(120666,13214,'Items','Disposable Head Bands &times; 1'),(120667,13215,'method_id','fedex'),(120668,13215,'instance_id','1'),(120669,13215,'cost','-14.17'),(120670,13215,'total_tax','0'),(120671,13215,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120672,13215,'_refunded_item_id','13214'),(120673,13216,'_product_id','490'),(120674,13216,'_variation_id','0'),(120675,13216,'_qty','10'),(120676,13216,'_tax_class',''),(120677,13216,'_line_subtotal','196'),(120678,13216,'_line_subtotal_tax','0'),(120679,13216,'_line_total','196'),(120680,13216,'_line_tax','0'),(120681,13216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120682,13217,'_product_id','133'),(120683,13217,'_variation_id','0'),(120684,13217,'_qty','6'),(120685,13217,'_tax_class',''),(120686,13217,'_line_subtotal','85.8'),(120687,13217,'_line_subtotal_tax','0'),(120688,13217,'_line_total','85.8'),(120689,13217,'_line_tax','0'),(120690,13217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120691,13218,'_product_id','2408'),(120692,13218,'_variation_id','0'),(120693,13218,'_qty','3'),(120694,13218,'_tax_class',''),(120695,13218,'_line_subtotal','448.02'),(120696,13218,'_line_subtotal_tax','0'),(120697,13218,'_line_total','448.02'),(120698,13218,'_line_tax','0'),(120699,13218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120700,13219,'method_id','advanced_free_shipping'),(120701,13219,'instance_id','0'),(120702,13219,'cost','0.00'),(120703,13219,'total_tax','0'),(120704,13219,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120705,13220,'_product_id','41'),(120706,13220,'_variation_id','0'),(120707,13220,'_qty','2'),(120708,13220,'_tax_class',''),(120709,13220,'_line_subtotal','132.96'),(120710,13220,'_line_subtotal_tax','0'),(120711,13220,'_line_total','132.96'),(120712,13220,'_line_tax','0'),(120713,13220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120714,13221,'_product_id','49'),(120715,13221,'_variation_id','0'),(120716,13221,'_qty','1'),(120717,13221,'_tax_class',''),(120718,13221,'_line_subtotal','79.2'),(120719,13221,'_line_subtotal_tax','0'),(120720,13221,'_line_total','79.2'),(120721,13221,'_line_tax','0'),(120722,13221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120723,13222,'_product_id','490'),(120724,13222,'_variation_id','0'),(120725,13222,'_qty','4'),(120726,13222,'_tax_class',''),(120727,13222,'_line_subtotal','78.4'),(120728,13222,'_line_subtotal_tax','0'),(120729,13222,'_line_total','78.4'),(120730,13222,'_line_tax','0'),(120731,13222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120732,13223,'method_id','fedex'),(120733,13223,'instance_id','1'),(120734,13223,'cost','17.32'),(120735,13223,'total_tax','0'),(120736,13223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120737,13223,'Package 1','17 × 14 × 10 (in) 22.2lbs × 1'),(120738,13223,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(120739,13182,'thwma_order_shipping_status','wc-pending'),(120740,13183,'thwma_order_shipping_status','wc-pending'),(120741,13179,'thwma_order_shipping_status','wc-pending'),(120742,13180,'thwma_order_shipping_status','wc-pending'),(120743,13185,'thwma_order_shipping_status','wc-pending'),(120744,13186,'thwma_order_shipping_status','wc-pending'),(120745,13187,'thwma_order_shipping_status','wc-pending'),(120746,13188,'thwma_order_shipping_status','wc-pending'),(120747,13189,'thwma_order_shipping_status','wc-pending'),(120748,13190,'thwma_order_shipping_status','wc-pending'),(120749,13191,'thwma_order_shipping_status','wc-pending'),(120750,13193,'thwma_order_shipping_status','wc-pending'),(120751,13194,'thwma_order_shipping_status','wc-pending'),(120752,13195,'thwma_order_shipping_status','wc-pending'),(120753,13196,'thwma_order_shipping_status','wc-pending'),(120754,13197,'thwma_order_shipping_status','wc-pending'),(120755,13198,'thwma_order_shipping_status','wc-pending'),(120756,13199,'thwma_order_shipping_status','wc-pending'),(120757,13200,'thwma_order_shipping_status','wc-pending'),(120758,13201,'thwma_order_shipping_status','wc-pending'),(120759,13202,'thwma_order_shipping_status','wc-pending'),(120760,13204,'thwma_order_shipping_status','wc-pending'),(120761,13205,'thwma_order_shipping_status','wc-pending'),(120762,13206,'thwma_order_shipping_status','wc-pending'),(120763,13207,'thwma_order_shipping_status','wc-pending'),(120764,13208,'thwma_order_shipping_status','wc-pending'),(120765,13209,'thwma_order_shipping_status','wc-pending'),(120766,13210,'thwma_order_shipping_status','wc-pending'),(120767,13211,'thwma_order_shipping_status','wc-pending'),(120768,13216,'thwma_order_shipping_status','wc-pending'),(120769,13217,'thwma_order_shipping_status','wc-pending'),(120770,13218,'thwma_order_shipping_status','wc-pending'),(120771,13220,'thwma_order_shipping_status','wc-pending'),(120772,13221,'thwma_order_shipping_status','wc-pending'),(120773,13222,'thwma_order_shipping_status','wc-pending'),(120774,13224,'_product_id','2110'),(120775,13224,'_variation_id','0'),(120776,13224,'_qty','1'),(120777,13224,'_tax_class',''),(120778,13224,'_line_subtotal','71.4'),(120779,13224,'_line_subtotal_tax','0'),(120780,13224,'_line_total','71.4'),(120781,13224,'_line_tax','0'),(120782,13224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120783,13225,'_product_id','41'),(120784,13225,'_variation_id','0'),(120785,13225,'_qty','2'),(120786,13225,'_tax_class',''),(120787,13225,'_line_subtotal','132.96'),(120788,13225,'_line_subtotal_tax','0'),(120789,13225,'_line_total','132.96'),(120790,13225,'_line_tax','0'),(120791,13225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120792,13226,'_product_id','45'),(120793,13226,'_variation_id','0'),(120794,13226,'_qty','3'),(120795,13226,'_tax_class',''),(120796,13226,'_line_subtotal','126.72'),(120797,13226,'_line_subtotal_tax','0'),(120798,13226,'_line_total','126.72'),(120799,13226,'_line_tax','0'),(120800,13226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120801,13227,'_product_id','490'),(120802,13227,'_variation_id','0'),(120803,13227,'_qty','10'),(120804,13227,'_tax_class',''),(120805,13227,'_line_subtotal','196'),(120806,13227,'_line_subtotal_tax','0'),(120807,13227,'_line_total','196'),(120808,13227,'_line_tax','0'),(120809,13227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120810,13228,'method_id','advanced_free_shipping'),(120811,13228,'instance_id','0'),(120812,13228,'cost','0.00'),(120813,13228,'total_tax','0'),(120814,13228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120815,13229,'_product_id','2110'),(120816,13229,'_variation_id','0'),(120817,13229,'_qty','15'),(120818,13229,'_tax_class',''),(120819,13229,'_line_subtotal','1071'),(120820,13229,'_line_subtotal_tax','0'),(120821,13229,'_line_total','1071'),(120822,13229,'_line_tax','0'),(120823,13229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120824,13230,'_product_id','2113'),(120825,13230,'_variation_id','0'),(120826,13230,'_qty','6'),(120827,13230,'_tax_class',''),(120828,13230,'_line_subtotal','1032'),(120829,13230,'_line_subtotal_tax','0'),(120830,13230,'_line_total','1032'),(120831,13230,'_line_tax','0'),(120832,13230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120833,13231,'_product_id','41'),(120834,13231,'_variation_id','0'),(120835,13231,'_qty','8'),(120836,13231,'_tax_class',''),(120837,13231,'_line_subtotal','531.84'),(120838,13231,'_line_subtotal_tax','0'),(120839,13231,'_line_total','531.84'),(120840,13231,'_line_tax','0'),(120841,13231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120842,13232,'_product_id','45'),(120843,13232,'_variation_id','0'),(120844,13232,'_qty','6'),(120845,13232,'_tax_class',''),(120846,13232,'_line_subtotal','253.44'),(120847,13232,'_line_subtotal_tax','0'),(120848,13232,'_line_total','253.44'),(120849,13232,'_line_tax','0'),(120850,13232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120851,13233,'_product_id','43'),(120852,13233,'_variation_id','0'),(120853,13233,'_qty','5'),(120854,13233,'_tax_class',''),(120855,13233,'_line_subtotal','396'),(120856,13233,'_line_subtotal_tax','0'),(120857,13233,'_line_total','396'),(120858,13233,'_line_tax','0'),(120859,13233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120860,13234,'_product_id','2408'),(120861,13234,'_variation_id','0'),(120862,13234,'_qty','1'),(120863,13234,'_tax_class',''),(120864,13234,'_line_subtotal','149.34'),(120865,13234,'_line_subtotal_tax','0'),(120866,13234,'_line_total','149.34'),(120867,13234,'_line_tax','0'),(120868,13234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120869,13235,'method_id','advanced_free_shipping'),(120870,13235,'instance_id','0'),(120871,13235,'cost','0.00'),(120872,13235,'total_tax','0'),(120873,13235,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120874,13236,'_product_id','40'),(120875,13236,'_variation_id','0'),(120876,13236,'_qty','1'),(120877,13236,'_tax_class',''),(120878,13236,'_line_subtotal','79.2'),(120879,13236,'_line_subtotal_tax','0'),(120880,13236,'_line_total','79.2'),(120881,13236,'_line_tax','0'),(120882,13236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120883,13237,'_product_id','120'),(120884,13237,'_variation_id','0'),(120885,13237,'_qty','1'),(120886,13237,'_tax_class',''),(120887,13237,'_line_subtotal','52.8'),(120888,13237,'_line_subtotal_tax','0'),(120889,13237,'_line_total','52.8'),(120890,13237,'_line_tax','0'),(120891,13237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120892,13238,'_product_id','490'),(120893,13238,'_variation_id','0'),(120894,13238,'_qty','3'),(120895,13238,'_tax_class',''),(120896,13238,'_line_subtotal','58.8'),(120897,13238,'_line_subtotal_tax','0'),(120898,13238,'_line_total','58.8'),(120899,13238,'_line_tax','0'),(120900,13238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120901,13239,'_product_id','488'),(120902,13239,'_variation_id','0'),(120903,13239,'_qty','1'),(120904,13239,'_tax_class',''),(120905,13239,'_line_subtotal','31.35'),(120906,13239,'_line_subtotal_tax','0'),(120907,13239,'_line_total','31.35'),(120908,13239,'_line_tax','0'),(120909,13239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120910,13240,'method_id','fedex'),(120911,13240,'instance_id','1'),(120912,13240,'cost','21.36'),(120913,13240,'total_tax','0'),(120914,13240,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120915,13240,'Package 1','17 × 14 × 10 (in) 26.75lbs × 1'),(120916,13240,'Items','Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Bulk Active Rinse 100% RM &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 1'),(120917,13224,'thwma_order_shipping_status','wc-pending'),(120918,13225,'thwma_order_shipping_status','wc-pending'),(120919,13226,'thwma_order_shipping_status','wc-pending'),(120920,13227,'thwma_order_shipping_status','wc-pending'),(120921,13236,'thwma_order_shipping_status','wc-pending'),(120922,13237,'thwma_order_shipping_status','wc-pending'),(120923,13238,'thwma_order_shipping_status','wc-pending'),(120924,13239,'thwma_order_shipping_status','wc-pending'),(120925,13229,'thwma_order_shipping_status','wc-pending'),(120926,13230,'thwma_order_shipping_status','wc-pending'),(120927,13231,'thwma_order_shipping_status','wc-pending'),(120928,13232,'thwma_order_shipping_status','wc-pending'),(120929,13233,'thwma_order_shipping_status','wc-pending'),(120930,13234,'thwma_order_shipping_status','wc-pending'),(120931,13241,'_product_id','45'),(120932,13241,'_variation_id','0'),(120933,13241,'_qty','3'),(120934,13241,'_tax_class',''),(120935,13241,'_line_subtotal','126.72'),(120936,13241,'_line_subtotal_tax','0'),(120937,13241,'_line_total','126.72'),(120938,13241,'_line_tax','0'),(120939,13241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120940,13242,'_product_id','490'),(120941,13242,'_variation_id','0'),(120942,13242,'_qty','4'),(120943,13242,'_tax_class',''),(120944,13242,'_line_subtotal','78.4'),(120945,13242,'_line_subtotal_tax','0'),(120946,13242,'_line_total','78.4'),(120947,13242,'_line_tax','0'),(120948,13242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120949,13243,'method_id','fedex'),(120950,13243,'instance_id','1'),(120951,13243,'cost','27.53'),(120952,13243,'total_tax','0'),(120953,13243,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120954,13243,'Package 1','17 × 14 × 10 (in) 32.1lbs × 1'),(120955,13243,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 4'),(120956,13244,'_product_id','490'),(120957,13244,'_variation_id','0'),(120958,13244,'_qty','40'),(120959,13244,'_tax_class',''),(120960,13244,'_line_subtotal','784'),(120961,13244,'_line_subtotal_tax','0'),(120962,13244,'_line_total','784'),(120963,13244,'_line_tax','0'),(120964,13244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120965,13245,'_product_id','131'),(120966,13245,'_variation_id','0'),(120967,13245,'_qty','2'),(120968,13245,'_tax_class',''),(120969,13245,'_line_subtotal','25.3'),(120970,13245,'_line_subtotal_tax','0'),(120971,13245,'_line_total','25.3'),(120972,13245,'_line_tax','0'),(120973,13245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120974,13246,'method_id','advanced_free_shipping'),(120975,13246,'instance_id','0'),(120976,13246,'cost','0.00'),(120977,13246,'total_tax','0'),(120978,13246,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(120979,13241,'thwma_order_shipping_status','wc-pending'),(120980,13242,'thwma_order_shipping_status','wc-pending'),(120981,13244,'thwma_order_shipping_status','wc-pending'),(120982,13245,'thwma_order_shipping_status','wc-pending'),(120983,13247,'_product_id','490'),(120984,13247,'_variation_id','0'),(120985,13247,'_qty','10'),(120986,13247,'_tax_class',''),(120987,13247,'_line_subtotal','196'),(120988,13247,'_line_subtotal_tax','0'),(120989,13247,'_line_total','196'),(120990,13247,'_line_tax','0'),(120991,13247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(120992,13248,'_product_id','41'),(120993,13248,'_variation_id','0'),(120994,13248,'_qty','3'),(120995,13248,'_tax_class',''),(120996,13248,'_line_subtotal','199.44'),(120997,13248,'_line_subtotal_tax','0'),(120998,13248,'_line_total','199.44'),(120999,13248,'_line_tax','0'),(121000,13248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121001,13249,'_product_id','488'),(121002,13249,'_variation_id','0'),(121003,13249,'_qty','3'),(121004,13249,'_tax_class',''),(121005,13249,'_line_subtotal','94.05'),(121006,13249,'_line_subtotal_tax','0'),(121007,13249,'_line_total','94.05'),(121008,13249,'_line_tax','0'),(121009,13249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121010,13250,'_product_id','49'),(121011,13250,'_variation_id','0'),(121012,13250,'_qty','3'),(121013,13250,'_tax_class',''),(121014,13250,'_line_subtotal','237.6'),(121015,13250,'_line_subtotal_tax','0'),(121016,13250,'_line_total','237.6'),(121017,13250,'_line_tax','0'),(121018,13250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121019,13251,'_product_id','2113'),(121020,13251,'_variation_id','0'),(121021,13251,'_qty','2'),(121022,13251,'_tax_class',''),(121023,13251,'_line_subtotal','344'),(121024,13251,'_line_subtotal_tax','0'),(121025,13251,'_line_total','344'),(121026,13251,'_line_tax','0'),(121027,13251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121028,13252,'_product_id','2110'),(121029,13252,'_variation_id','0'),(121030,13252,'_qty','3'),(121031,13252,'_tax_class',''),(121032,13252,'_line_subtotal','214.2'),(121033,13252,'_line_subtotal_tax','0'),(121034,13252,'_line_total','214.2'),(121035,13252,'_line_tax','0'),(121036,13252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121037,13253,'_product_id','45'),(121038,13253,'_variation_id','0'),(121039,13253,'_qty','3'),(121040,13253,'_tax_class',''),(121041,13253,'_line_subtotal','126.72'),(121042,13253,'_line_subtotal_tax','0'),(121043,13253,'_line_total','126.72'),(121044,13253,'_line_tax','0'),(121045,13253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121046,13254,'method_id','advanced_free_shipping'),(121047,13254,'instance_id','0'),(121048,13254,'cost','0.00'),(121049,13254,'total_tax','0'),(121050,13254,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121051,13255,'_product_id','41'),(121052,13255,'_variation_id','0'),(121053,13255,'_qty','2'),(121054,13255,'_tax_class',''),(121055,13255,'_line_subtotal','132.96'),(121056,13255,'_line_subtotal_tax','0'),(121057,13255,'_line_total','132.96'),(121058,13255,'_line_tax','0'),(121059,13255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121060,13256,'_product_id','490'),(121061,13256,'_variation_id','0'),(121062,13256,'_qty','10'),(121063,13256,'_tax_class',''),(121064,13256,'_line_subtotal','196'),(121065,13256,'_line_subtotal_tax','0'),(121066,13256,'_line_total','196'),(121067,13256,'_line_tax','0'),(121068,13256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121069,13257,'_product_id','133'),(121070,13257,'_variation_id','0'),(121071,13257,'_qty','3'),(121072,13257,'_tax_class',''),(121073,13257,'_line_subtotal','42.9'),(121074,13257,'_line_subtotal_tax','0'),(121075,13257,'_line_total','42.9'),(121076,13257,'_line_tax','0'),(121077,13257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121078,13258,'method_id','fedex'),(121079,13258,'instance_id','1'),(121080,13258,'cost','22.86'),(121081,13258,'total_tax','0'),(121082,13258,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121083,13258,'Package 1','17 × 14 × 10 (in) 30.9lbs × 1'),(121084,13258,'Items','Professional Lice Comb(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 3'),(121085,13259,'_product_id','43'),(121086,13259,'_variation_id','0'),(121087,13259,'_qty','1'),(121088,13259,'_tax_class',''),(121089,13259,'_line_subtotal','79.2'),(121090,13259,'_line_subtotal_tax','0'),(121091,13259,'_line_total','79.2'),(121092,13259,'_line_tax','0'),(121093,13259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121094,13260,'_product_id','490'),(121095,13260,'_variation_id','0'),(121096,13260,'_qty','2'),(121097,13260,'_tax_class',''),(121098,13260,'_line_subtotal','39.2'),(121099,13260,'_line_subtotal_tax','0'),(121100,13260,'_line_total','39.2'),(121101,13260,'_line_tax','0'),(121102,13260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121103,13261,'_product_id','487'),(121104,13261,'_variation_id','0'),(121105,13261,'_qty','1'),(121106,13261,'_tax_class',''),(121107,13261,'_line_subtotal','31.35'),(121108,13261,'_line_subtotal_tax','0'),(121109,13261,'_line_total','31.35'),(121110,13261,'_line_tax','0'),(121111,13261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121112,13262,'method_id','fedex'),(121113,13262,'instance_id','1'),(121114,13262,'cost','16.67'),(121115,13262,'total_tax','0'),(121116,13262,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121117,13262,'Package 1','15.81 × 12.94 × 10.19 (in) 21.89lbs × 1'),(121118,13262,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2, Bulk Mousse 1 Gallon RM &times; 1'),(121119,13263,'_product_id','120'),(121120,13263,'_variation_id','0'),(121121,13263,'_qty','2'),(121122,13263,'_tax_class',''),(121123,13263,'_line_subtotal','105.6'),(121124,13263,'_line_subtotal_tax','0'),(121125,13263,'_line_total','105.6'),(121126,13263,'_line_tax','0'),(121127,13263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121128,13264,'_product_id','43'),(121129,13264,'_variation_id','0'),(121130,13264,'_qty','4'),(121131,13264,'_tax_class',''),(121132,13264,'_line_subtotal','316.8'),(121133,13264,'_line_subtotal_tax','0'),(121134,13264,'_line_total','316.8'),(121135,13264,'_line_tax','0'),(121136,13264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121137,13265,'_product_id','44'),(121138,13265,'_variation_id','0'),(121139,13265,'_qty','1'),(121140,13265,'_tax_class',''),(121141,13265,'_line_subtotal','116.16'),(121142,13265,'_line_subtotal_tax','0'),(121143,13265,'_line_total','116.16'),(121144,13265,'_line_tax','0'),(121145,13265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121146,13266,'method_id','advanced_free_shipping'),(121147,13266,'instance_id','0'),(121148,13266,'cost','0.00'),(121149,13266,'total_tax','0'),(121150,13266,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121151,13267,'_product_id','45'),(121152,13267,'_variation_id','0'),(121153,13267,'_qty','1'),(121154,13267,'_tax_class',''),(121155,13267,'_line_subtotal','42.24'),(121156,13267,'_line_subtotal_tax','0'),(121157,13267,'_line_total','42.24'),(121158,13267,'_line_tax','0'),(121159,13267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121160,13268,'_product_id','39'),(121161,13268,'_variation_id','0'),(121162,13268,'_qty','1'),(121163,13268,'_tax_class',''),(121164,13268,'_line_subtotal','79.2'),(121165,13268,'_line_subtotal_tax','0'),(121166,13268,'_line_total','79.2'),(121167,13268,'_line_tax','0'),(121168,13268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121169,13269,'_product_id','40'),(121170,13269,'_variation_id','0'),(121171,13269,'_qty','2'),(121172,13269,'_tax_class',''),(121173,13269,'_line_subtotal','158.4'),(121174,13269,'_line_subtotal_tax','0'),(121175,13269,'_line_total','158.4'),(121176,13269,'_line_tax','0'),(121177,13269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121178,13270,'_product_id','43'),(121179,13270,'_variation_id','0'),(121180,13270,'_qty','2'),(121181,13270,'_tax_class',''),(121182,13270,'_line_subtotal','158.4'),(121183,13270,'_line_subtotal_tax','0'),(121184,13270,'_line_total','158.4'),(121185,13270,'_line_tax','0'),(121186,13270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121187,13271,'_product_id','49'),(121188,13271,'_variation_id','0'),(121189,13271,'_qty','1'),(121190,13271,'_tax_class',''),(121191,13271,'_line_subtotal','79.2'),(121192,13271,'_line_subtotal_tax','0'),(121193,13271,'_line_total','79.2'),(121194,13271,'_line_tax','0'),(121195,13271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121196,13272,'_product_id','93'),(121197,13272,'_variation_id','0'),(121198,13272,'_qty','7'),(121199,13272,'_tax_class',''),(121200,13272,'_line_subtotal','0'),(121201,13272,'_line_subtotal_tax','0'),(121202,13272,'_line_total','0'),(121203,13272,'_line_tax','0'),(121204,13272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121205,13273,'_product_id','2110'),(121206,13273,'_variation_id','0'),(121207,13273,'_qty','2'),(121208,13273,'_tax_class',''),(121209,13273,'_line_subtotal','142.8'),(121210,13273,'_line_subtotal_tax','0'),(121211,13273,'_line_total','142.8'),(121212,13273,'_line_tax','0'),(121213,13273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121214,13274,'_product_id','2113'),(121215,13274,'_variation_id','0'),(121216,13274,'_qty','1'),(121217,13274,'_tax_class',''),(121218,13274,'_line_subtotal','172'),(121219,13274,'_line_subtotal_tax','0'),(121220,13274,'_line_total','172'),(121221,13274,'_line_tax','0'),(121222,13274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121223,13275,'method_id','advanced_free_shipping'),(121224,13275,'instance_id','0'),(121225,13275,'cost','0.00'),(121226,13275,'total_tax','0'),(121227,13275,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121228,13276,'_product_id','2110'),(121229,13276,'_variation_id','0'),(121230,13276,'_qty','3'),(121231,13276,'_tax_class',''),(121232,13276,'_line_subtotal','214.2'),(121233,13276,'_line_subtotal_tax','0'),(121234,13276,'_line_total','214.2'),(121235,13276,'_line_tax','0'),(121236,13276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121237,13277,'_product_id','2113'),(121238,13277,'_variation_id','0'),(121239,13277,'_qty','2'),(121240,13277,'_tax_class',''),(121241,13277,'_line_subtotal','344'),(121242,13277,'_line_subtotal_tax','0'),(121243,13277,'_line_total','344'),(121244,13277,'_line_tax','0'),(121245,13277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121246,13278,'_product_id','41'),(121247,13278,'_variation_id','0'),(121248,13278,'_qty','2'),(121249,13278,'_tax_class',''),(121250,13278,'_line_subtotal','132.96'),(121251,13278,'_line_subtotal_tax','0'),(121252,13278,'_line_total','132.96'),(121253,13278,'_line_tax','0'),(121254,13278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121255,13279,'_product_id','45'),(121256,13279,'_variation_id','0'),(121257,13279,'_qty','1'),(121258,13279,'_tax_class',''),(121259,13279,'_line_subtotal','42.24'),(121260,13279,'_line_subtotal_tax','0'),(121261,13279,'_line_total','42.24'),(121262,13279,'_line_tax','0'),(121263,13279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121264,13280,'_product_id','490'),(121265,13280,'_variation_id','0'),(121266,13280,'_qty','6'),(121267,13280,'_tax_class',''),(121268,13280,'_line_subtotal','117.6'),(121269,13280,'_line_subtotal_tax','0'),(121270,13280,'_line_total','117.6'),(121271,13280,'_line_tax','0'),(121272,13280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121273,13281,'_product_id','488'),(121274,13281,'_variation_id','0'),(121275,13281,'_qty','1'),(121276,13281,'_tax_class',''),(121277,13281,'_line_subtotal','31.35'),(121278,13281,'_line_subtotal_tax','0'),(121279,13281,'_line_total','31.35'),(121280,13281,'_line_tax','0'),(121281,13281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121282,13282,'method_id','advanced_free_shipping'),(121283,13282,'instance_id','0'),(121284,13282,'cost','0.00'),(121285,13282,'total_tax','0'),(121286,13282,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121287,13283,'_product_id','133'),(121288,13283,'_variation_id','0'),(121289,13283,'_qty','6'),(121290,13283,'_tax_class',''),(121291,13283,'_line_subtotal','85.8'),(121292,13283,'_line_subtotal_tax','0'),(121293,13283,'_line_total','85.8'),(121294,13283,'_line_tax','0'),(121295,13283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121296,13284,'_product_id','41'),(121297,13284,'_variation_id','0'),(121298,13284,'_qty','4'),(121299,13284,'_tax_class',''),(121300,13284,'_line_subtotal','265.92'),(121301,13284,'_line_subtotal_tax','0'),(121302,13284,'_line_total','265.92'),(121303,13284,'_line_tax','0'),(121304,13284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121305,13285,'_product_id','2110'),(121306,13285,'_variation_id','0'),(121307,13285,'_qty','6'),(121308,13285,'_tax_class',''),(121309,13285,'_line_subtotal','428.4'),(121310,13285,'_line_subtotal_tax','0'),(121311,13285,'_line_total','428.4'),(121312,13285,'_line_tax','0'),(121313,13285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121314,13286,'_product_id','49'),(121315,13286,'_variation_id','0'),(121316,13286,'_qty','3'),(121317,13286,'_tax_class',''),(121318,13286,'_line_subtotal','237.6'),(121319,13286,'_line_subtotal_tax','0'),(121320,13286,'_line_total','237.6'),(121321,13286,'_line_tax','0'),(121322,13286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121323,13287,'method_id','advanced_free_shipping'),(121324,13287,'instance_id','0'),(121325,13287,'cost','0.00'),(121326,13287,'total_tax','0'),(121327,13287,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121336,13259,'thwma_order_shipping_status','wc-pending'),(121337,13260,'thwma_order_shipping_status','wc-pending'),(121338,13261,'thwma_order_shipping_status','wc-pending'),(121339,13255,'thwma_order_shipping_status','wc-pending'),(121340,13256,'thwma_order_shipping_status','wc-pending'),(121341,13257,'thwma_order_shipping_status','wc-pending'),(121345,13263,'thwma_order_shipping_status','wc-pending'),(121346,13264,'thwma_order_shipping_status','wc-pending'),(121347,13265,'thwma_order_shipping_status','wc-pending'),(121348,13288,'_product_id','487'),(121349,13288,'_variation_id','0'),(121350,13288,'_qty','1'),(121351,13288,'_tax_class',''),(121352,13288,'_line_subtotal','31.35'),(121353,13288,'_line_subtotal_tax','0'),(121354,13288,'_line_total','31.35'),(121355,13288,'_line_tax','0'),(121356,13288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121357,13289,'method_id','fedex'),(121358,13289,'instance_id','1'),(121359,13289,'cost','14.59'),(121360,13289,'total_tax','0'),(121361,13289,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121362,13289,'Package 1','15.75 × 14.13 × 6 (in) 9.73lbs × 1'),(121363,13289,'Items','Bulk Mousse 1 Gallon RM &times; 1'),(121364,13290,'_product_id','41'),(121365,13290,'_variation_id','0'),(121366,13290,'_qty','3'),(121367,13290,'_tax_class',''),(121368,13290,'_line_subtotal','199.44'),(121369,13290,'_line_subtotal_tax','0'),(121370,13290,'_line_total','199.44'),(121371,13290,'_line_tax','0'),(121372,13290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121373,13291,'method_id','fedex'),(121374,13291,'instance_id','1'),(121375,13291,'cost','20.28'),(121376,13291,'total_tax','0'),(121377,13291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121378,13291,'Package 1','11.25 × 8.75 × 4.38 (in) 7.61lbs × 1'),(121379,13291,'Items','Professional Lice Comb(Case of 12) &times; 3'),(121380,13292,'_product_id','43'),(121381,13292,'_variation_id','0'),(121382,13292,'_qty','1'),(121383,13292,'_tax_class',''),(121384,13292,'_line_subtotal','79.2'),(121385,13292,'_line_subtotal_tax','0'),(121386,13292,'_line_total','79.2'),(121387,13292,'_line_tax','0'),(121388,13292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121389,13293,'_product_id','49'),(121390,13293,'_variation_id','0'),(121391,13293,'_qty','1'),(121392,13293,'_tax_class',''),(121393,13293,'_line_subtotal','79.2'),(121394,13293,'_line_subtotal_tax','0'),(121395,13293,'_line_total','79.2'),(121396,13293,'_line_tax','0'),(121397,13293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121398,13294,'_product_id','487'),(121399,13294,'_variation_id','0'),(121400,13294,'_qty','1'),(121401,13294,'_tax_class',''),(121402,13294,'_line_subtotal','31.35'),(121403,13294,'_line_subtotal_tax','0'),(121404,13294,'_line_total','31.35'),(121405,13294,'_line_tax','0'),(121406,13294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121407,13295,'_product_id','490'),(121408,13295,'_variation_id','0'),(121409,13295,'_qty','10'),(121410,13295,'_tax_class',''),(121411,13295,'_line_subtotal','196'),(121412,13295,'_line_subtotal_tax','0'),(121413,13295,'_line_total','196'),(121414,13295,'_line_tax','0'),(121415,13295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121416,13296,'_product_id','2110'),(121417,13296,'_variation_id','0'),(121418,13296,'_qty','1'),(121419,13296,'_tax_class',''),(121420,13296,'_line_subtotal','71.4'),(121421,13296,'_line_subtotal_tax','0'),(121422,13296,'_line_total','71.4'),(121423,13296,'_line_tax','0'),(121424,13296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121425,13297,'_product_id','2113'),(121426,13297,'_variation_id','0'),(121427,13297,'_qty','1'),(121428,13297,'_tax_class',''),(121429,13297,'_line_subtotal','172'),(121430,13297,'_line_subtotal_tax','0'),(121431,13297,'_line_total','172'),(121432,13297,'_line_tax','0'),(121433,13297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121434,13298,'_product_id','41'),(121435,13298,'_variation_id','0'),(121436,13298,'_qty','2'),(121437,13298,'_tax_class',''),(121438,13298,'_line_subtotal','132.96'),(121439,13298,'_line_subtotal_tax','0'),(121440,13298,'_line_total','132.96'),(121441,13298,'_line_tax','0'),(121442,13298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121443,13299,'method_id','advanced_free_shipping'),(121444,13299,'instance_id','0'),(121445,13299,'cost','0.00'),(121446,13299,'total_tax','0'),(121447,13299,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121448,13300,'_product_id','120'),(121449,13300,'_variation_id','0'),(121450,13300,'_qty','1'),(121451,13300,'_tax_class',''),(121452,13300,'_line_subtotal','52.8'),(121453,13300,'_line_subtotal_tax','0'),(121454,13300,'_line_total','52.8'),(121455,13300,'_line_tax','0'),(121456,13300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121457,13301,'_product_id','43'),(121458,13301,'_variation_id','0'),(121459,13301,'_qty','1'),(121460,13301,'_tax_class',''),(121461,13301,'_line_subtotal','79.2'),(121462,13301,'_line_subtotal_tax','0'),(121463,13301,'_line_total','79.2'),(121464,13301,'_line_tax','0'),(121465,13301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121466,13302,'_product_id','490'),(121467,13302,'_variation_id','0'),(121468,13302,'_qty','12'),(121469,13302,'_tax_class',''),(121470,13302,'_line_subtotal','235.2'),(121471,13302,'_line_subtotal_tax','0'),(121472,13302,'_line_total','235.2'),(121473,13302,'_line_tax','0'),(121474,13302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121475,13303,'_product_id','2110'),(121476,13303,'_variation_id','0'),(121477,13303,'_qty','1'),(121478,13303,'_tax_class',''),(121479,13303,'_line_subtotal','71.4'),(121480,13303,'_line_subtotal_tax','0'),(121481,13303,'_line_total','71.4'),(121482,13303,'_line_tax','0'),(121483,13303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121484,13304,'_product_id','2113'),(121485,13304,'_variation_id','0'),(121486,13304,'_qty','1'),(121487,13304,'_tax_class',''),(121488,13304,'_line_subtotal','172'),(121489,13304,'_line_subtotal_tax','0'),(121490,13304,'_line_total','172'),(121491,13304,'_line_tax','0'),(121492,13304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121493,13305,'_product_id','45'),(121494,13305,'_variation_id','0'),(121495,13305,'_qty','1'),(121496,13305,'_tax_class',''),(121497,13305,'_line_subtotal','42.24'),(121498,13305,'_line_subtotal_tax','0'),(121499,13305,'_line_total','42.24'),(121500,13305,'_line_tax','0'),(121501,13305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121502,13306,'_product_id','41'),(121503,13306,'_variation_id','0'),(121504,13306,'_qty','1'),(121505,13306,'_tax_class',''),(121506,13306,'_line_subtotal','66.48'),(121507,13306,'_line_subtotal_tax','0'),(121508,13306,'_line_total','66.48'),(121509,13306,'_line_tax','0'),(121510,13306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121511,13307,'method_id','advanced_free_shipping'),(121512,13307,'instance_id','0'),(121513,13307,'cost','0.00'),(121514,13307,'total_tax','0'),(121515,13307,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121516,13308,'_product_id','42'),(121517,13308,'_variation_id','0'),(121518,13308,'_qty','1'),(121519,13308,'_tax_class',''),(121520,13308,'_line_subtotal','79.2'),(121521,13308,'_line_subtotal_tax','0'),(121522,13308,'_line_total','79.2'),(121523,13308,'_line_tax','0'),(121524,13308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121525,13309,'_product_id','43'),(121526,13309,'_variation_id','0'),(121527,13309,'_qty','2'),(121528,13309,'_tax_class',''),(121529,13309,'_line_subtotal','158.4'),(121530,13309,'_line_subtotal_tax','0'),(121531,13309,'_line_total','158.4'),(121532,13309,'_line_tax','0'),(121533,13309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121534,13310,'_product_id','49'),(121535,13310,'_variation_id','0'),(121536,13310,'_qty','2'),(121537,13310,'_tax_class',''),(121538,13310,'_line_subtotal','158.4'),(121539,13310,'_line_subtotal_tax','0'),(121540,13310,'_line_total','158.4'),(121541,13310,'_line_tax','0'),(121542,13310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121543,13311,'_product_id','490'),(121544,13311,'_variation_id','0'),(121545,13311,'_qty','8'),(121546,13311,'_tax_class',''),(121547,13311,'_line_subtotal','156.8'),(121548,13311,'_line_subtotal_tax','0'),(121549,13311,'_line_total','156.8'),(121550,13311,'_line_tax','0'),(121551,13311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121552,13312,'_product_id','2110'),(121553,13312,'_variation_id','0'),(121554,13312,'_qty','2'),(121555,13312,'_tax_class',''),(121556,13312,'_line_subtotal','142.8'),(121557,13312,'_line_subtotal_tax','0'),(121558,13312,'_line_total','142.8'),(121559,13312,'_line_tax','0'),(121560,13312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121561,13313,'_product_id','2113'),(121562,13313,'_variation_id','0'),(121563,13313,'_qty','2'),(121564,13313,'_tax_class',''),(121565,13313,'_line_subtotal','344'),(121566,13313,'_line_subtotal_tax','0'),(121567,13313,'_line_total','344'),(121568,13313,'_line_tax','0'),(121569,13313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121570,13314,'_product_id','41'),(121571,13314,'_variation_id','0'),(121572,13314,'_qty','2'),(121573,13314,'_tax_class',''),(121574,13314,'_line_subtotal','132.96'),(121575,13314,'_line_subtotal_tax','0'),(121576,13314,'_line_total','132.96'),(121577,13314,'_line_tax','0'),(121578,13314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121579,13315,'_product_id','39'),(121580,13315,'_variation_id','0'),(121581,13315,'_qty','1'),(121582,13315,'_tax_class',''),(121583,13315,'_line_subtotal','79.2'),(121584,13315,'_line_subtotal_tax','0'),(121585,13315,'_line_total','79.2'),(121586,13315,'_line_tax','0'),(121587,13315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121588,13316,'_product_id','40'),(121589,13316,'_variation_id','0'),(121590,13316,'_qty','1'),(121591,13316,'_tax_class',''),(121592,13316,'_line_subtotal','79.2'),(121593,13316,'_line_subtotal_tax','0'),(121594,13316,'_line_total','79.2'),(121595,13316,'_line_tax','0'),(121596,13316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121597,13317,'_product_id','45'),(121598,13317,'_variation_id','0'),(121599,13317,'_qty','2'),(121600,13317,'_tax_class',''),(121601,13317,'_line_subtotal','84.48'),(121602,13317,'_line_subtotal_tax','0'),(121603,13317,'_line_total','84.48'),(121604,13317,'_line_tax','0'),(121605,13317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121606,13318,'method_id','advanced_free_shipping'),(121607,13318,'instance_id','0'),(121608,13318,'cost','0.00'),(121609,13318,'total_tax','0'),(121610,13318,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121611,13319,'_product_id','42'),(121612,13319,'_variation_id','0'),(121613,13319,'_qty','2'),(121614,13319,'_tax_class',''),(121615,13319,'_line_subtotal','158.4'),(121616,13319,'_line_subtotal_tax','0'),(121617,13319,'_line_total','158.4'),(121618,13319,'_line_tax','0'),(121619,13319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121620,13320,'_product_id','120'),(121621,13320,'_variation_id','0'),(121622,13320,'_qty','1'),(121623,13320,'_tax_class',''),(121624,13320,'_line_subtotal','52.8'),(121625,13320,'_line_subtotal_tax','0'),(121626,13320,'_line_total','52.8'),(121627,13320,'_line_tax','0'),(121628,13320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121629,13321,'_product_id','43'),(121630,13321,'_variation_id','0'),(121631,13321,'_qty','2'),(121632,13321,'_tax_class',''),(121633,13321,'_line_subtotal','158.4'),(121634,13321,'_line_subtotal_tax','0'),(121635,13321,'_line_total','158.4'),(121636,13321,'_line_tax','0'),(121637,13321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121638,13322,'_product_id','49'),(121639,13322,'_variation_id','0'),(121640,13322,'_qty','2'),(121641,13322,'_tax_class',''),(121642,13322,'_line_subtotal','158.4'),(121643,13322,'_line_subtotal_tax','0'),(121644,13322,'_line_total','158.4'),(121645,13322,'_line_tax','0'),(121646,13322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121647,13323,'_product_id','487'),(121648,13323,'_variation_id','0'),(121649,13323,'_qty','1'),(121650,13323,'_tax_class',''),(121651,13323,'_line_subtotal','31.35'),(121652,13323,'_line_subtotal_tax','0'),(121653,13323,'_line_total','31.35'),(121654,13323,'_line_tax','0'),(121655,13323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121656,13324,'_product_id','490'),(121657,13324,'_variation_id','0'),(121658,13324,'_qty','6'),(121659,13324,'_tax_class',''),(121660,13324,'_line_subtotal','117.6'),(121661,13324,'_line_subtotal_tax','0'),(121662,13324,'_line_total','117.6'),(121663,13324,'_line_tax','0'),(121664,13324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121665,13325,'_product_id','2110'),(121666,13325,'_variation_id','0'),(121667,13325,'_qty','1'),(121668,13325,'_tax_class',''),(121669,13325,'_line_subtotal','71.4'),(121670,13325,'_line_subtotal_tax','0'),(121671,13325,'_line_total','71.4'),(121672,13325,'_line_tax','0'),(121673,13325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121674,13326,'_product_id','2113'),(121675,13326,'_variation_id','0'),(121676,13326,'_qty','2'),(121677,13326,'_tax_class',''),(121678,13326,'_line_subtotal','344'),(121679,13326,'_line_subtotal_tax','0'),(121680,13326,'_line_total','344'),(121681,13326,'_line_tax','0'),(121682,13326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121683,13327,'_product_id','45'),(121684,13327,'_variation_id','0'),(121685,13327,'_qty','4'),(121686,13327,'_tax_class',''),(121687,13327,'_line_subtotal','168.96'),(121688,13327,'_line_subtotal_tax','0'),(121689,13327,'_line_total','168.96'),(121690,13327,'_line_tax','0'),(121691,13327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121692,13328,'_product_id','41'),(121693,13328,'_variation_id','0'),(121694,13328,'_qty','1'),(121695,13328,'_tax_class',''),(121696,13328,'_line_subtotal','66.48'),(121697,13328,'_line_subtotal_tax','0'),(121698,13328,'_line_total','66.48'),(121699,13328,'_line_tax','0'),(121700,13328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121701,13329,'method_id','advanced_free_shipping'),(121702,13329,'instance_id','0'),(121703,13329,'cost','0.00'),(121704,13329,'total_tax','0'),(121705,13329,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121716,13300,'thwma_order_shipping_status','wc-pending'),(121717,13301,'thwma_order_shipping_status','wc-pending'),(121718,13302,'thwma_order_shipping_status','wc-pending'),(121719,13303,'thwma_order_shipping_status','wc-pending'),(121720,13304,'thwma_order_shipping_status','wc-pending'),(121721,13305,'thwma_order_shipping_status','wc-pending'),(121722,13306,'thwma_order_shipping_status','wc-pending'),(121723,13308,'thwma_order_shipping_status','wc-pending'),(121724,13309,'thwma_order_shipping_status','wc-pending'),(121725,13310,'thwma_order_shipping_status','wc-pending'),(121726,13311,'thwma_order_shipping_status','wc-pending'),(121727,13312,'thwma_order_shipping_status','wc-pending'),(121728,13313,'thwma_order_shipping_status','wc-pending'),(121729,13314,'thwma_order_shipping_status','wc-pending'),(121730,13315,'thwma_order_shipping_status','wc-pending'),(121731,13316,'thwma_order_shipping_status','wc-pending'),(121732,13317,'thwma_order_shipping_status','wc-pending'),(121733,13292,'thwma_order_shipping_status','wc-pending'),(121734,13293,'thwma_order_shipping_status','wc-pending'),(121735,13294,'thwma_order_shipping_status','wc-pending'),(121736,13295,'thwma_order_shipping_status','wc-pending'),(121737,13296,'thwma_order_shipping_status','wc-pending'),(121738,13297,'thwma_order_shipping_status','wc-pending'),(121739,13298,'thwma_order_shipping_status','wc-pending'),(121740,13330,'_product_id','43'),(121741,13330,'_variation_id','0'),(121742,13330,'_qty','4'),(121743,13330,'_tax_class',''),(121744,13330,'_line_subtotal','316.8'),(121745,13330,'_line_subtotal_tax','0'),(121746,13330,'_line_total','316.8'),(121747,13330,'_line_tax','0'),(121748,13330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121749,13331,'_product_id','49'),(121750,13331,'_variation_id','0'),(121751,13331,'_qty','2'),(121752,13331,'_tax_class',''),(121753,13331,'_line_subtotal','158.4'),(121754,13331,'_line_subtotal_tax','0'),(121755,13331,'_line_total','158.4'),(121756,13331,'_line_tax','0'),(121757,13331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121758,13332,'_product_id','44'),(121759,13332,'_variation_id','0'),(121760,13332,'_qty','2'),(121761,13332,'_tax_class',''),(121762,13332,'_line_subtotal','232.32'),(121763,13332,'_line_subtotal_tax','0'),(121764,13332,'_line_total','232.32'),(121765,13332,'_line_tax','0'),(121766,13332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121767,13333,'method_id','advanced_free_shipping'),(121768,13333,'instance_id','0'),(121769,13333,'cost','0.00'),(121770,13333,'total_tax','0'),(121771,13333,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121772,13283,'thwma_order_shipping_status','wc-pending'),(121773,13284,'thwma_order_shipping_status','wc-pending'),(121774,13285,'thwma_order_shipping_status','wc-pending'),(121775,13286,'thwma_order_shipping_status','wc-pending'),(121776,13276,'thwma_order_shipping_status','wc-pending'),(121777,13277,'thwma_order_shipping_status','wc-pending'),(121778,13278,'thwma_order_shipping_status','wc-pending'),(121779,13279,'thwma_order_shipping_status','wc-pending'),(121780,13280,'thwma_order_shipping_status','wc-pending'),(121781,13281,'thwma_order_shipping_status','wc-pending'),(121782,13319,'thwma_order_shipping_status','wc-pending'),(121783,13320,'thwma_order_shipping_status','wc-pending'),(121784,13321,'thwma_order_shipping_status','wc-pending'),(121785,13322,'thwma_order_shipping_status','wc-pending'),(121786,13323,'thwma_order_shipping_status','wc-pending'),(121787,13324,'thwma_order_shipping_status','wc-pending'),(121788,13325,'thwma_order_shipping_status','wc-pending'),(121789,13326,'thwma_order_shipping_status','wc-pending'),(121790,13327,'thwma_order_shipping_status','wc-pending'),(121791,13328,'thwma_order_shipping_status','wc-pending'),(121792,13247,'thwma_order_shipping_status','wc-pending'),(121793,13248,'thwma_order_shipping_status','wc-pending'),(121794,13249,'thwma_order_shipping_status','wc-pending'),(121795,13250,'thwma_order_shipping_status','wc-pending'),(121796,13251,'thwma_order_shipping_status','wc-pending'),(121797,13252,'thwma_order_shipping_status','wc-pending'),(121798,13253,'thwma_order_shipping_status','wc-pending'),(121799,13330,'thwma_order_shipping_status','wc-pending'),(121800,13331,'thwma_order_shipping_status','wc-pending'),(121801,13332,'thwma_order_shipping_status','wc-pending'),(121802,13334,'_product_id','490'),(121803,13334,'_variation_id','0'),(121804,13334,'_qty','8'),(121805,13334,'_tax_class',''),(121806,13334,'_line_subtotal','156.8'),(121807,13334,'_line_subtotal_tax','0'),(121808,13334,'_line_total','156.8'),(121809,13334,'_line_tax','0'),(121810,13334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121811,13335,'_product_id','487'),(121812,13335,'_variation_id','0'),(121813,13335,'_qty','2'),(121814,13335,'_tax_class',''),(121815,13335,'_line_subtotal','62.7'),(121816,13335,'_line_subtotal_tax','0'),(121817,13335,'_line_total','62.7'),(121818,13335,'_line_tax','0'),(121819,13335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121820,13336,'_product_id','42'),(121821,13336,'_variation_id','0'),(121822,13336,'_qty','6'),(121823,13336,'_tax_class',''),(121824,13336,'_line_subtotal','475.2'),(121825,13336,'_line_subtotal_tax','0'),(121826,13336,'_line_total','475.2'),(121827,13336,'_line_tax','0'),(121828,13336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121829,13337,'_product_id','41'),(121830,13337,'_variation_id','0'),(121831,13337,'_qty','6'),(121832,13337,'_tax_class',''),(121833,13337,'_line_subtotal','398.88'),(121834,13337,'_line_subtotal_tax','0'),(121835,13337,'_line_total','398.88'),(121836,13337,'_line_tax','0'),(121837,13337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121838,13338,'_product_id','49'),(121839,13338,'_variation_id','0'),(121840,13338,'_qty','6'),(121841,13338,'_tax_class',''),(121842,13338,'_line_subtotal','475.2'),(121843,13338,'_line_subtotal_tax','0'),(121844,13338,'_line_total','475.2'),(121845,13338,'_line_tax','0'),(121846,13338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121847,13339,'method_id','advanced_free_shipping'),(121848,13339,'instance_id','0'),(121849,13339,'cost','0.00'),(121850,13339,'total_tax','0'),(121851,13339,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121852,13340,'_product_id','2110'),(121853,13340,'_variation_id','0'),(121854,13340,'_qty','2'),(121855,13340,'_tax_class',''),(121856,13340,'_line_subtotal','142.8'),(121857,13340,'_line_subtotal_tax','0'),(121858,13340,'_line_total','142.8'),(121859,13340,'_line_tax','0'),(121860,13340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121861,13341,'_product_id','2113'),(121862,13341,'_variation_id','0'),(121863,13341,'_qty','1'),(121864,13341,'_tax_class',''),(121865,13341,'_line_subtotal','172'),(121866,13341,'_line_subtotal_tax','0'),(121867,13341,'_line_total','172'),(121868,13341,'_line_tax','0'),(121869,13341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121870,13342,'_product_id','45'),(121871,13342,'_variation_id','0'),(121872,13342,'_qty','3'),(121873,13342,'_tax_class',''),(121874,13342,'_line_subtotal','126.72'),(121875,13342,'_line_subtotal_tax','0'),(121876,13342,'_line_total','126.72'),(121877,13342,'_line_tax','0'),(121878,13342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121879,13343,'_product_id','44'),(121880,13343,'_variation_id','0'),(121881,13343,'_qty','1'),(121882,13343,'_tax_class',''),(121883,13343,'_line_subtotal','116.16'),(121884,13343,'_line_subtotal_tax','0'),(121885,13343,'_line_total','116.16'),(121886,13343,'_line_tax','0'),(121887,13343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121888,13344,'_product_id','490'),(121889,13344,'_variation_id','0'),(121890,13344,'_qty','10'),(121891,13344,'_tax_class',''),(121892,13344,'_line_subtotal','196'),(121893,13344,'_line_subtotal_tax','0'),(121894,13344,'_line_total','196'),(121895,13344,'_line_tax','0'),(121896,13344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121897,13345,'method_id','advanced_free_shipping'),(121898,13345,'instance_id','0'),(121899,13345,'cost','0.00'),(121900,13345,'total_tax','0'),(121901,13345,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121902,13346,'_product_id','41'),(121903,13346,'_variation_id','0'),(121904,13346,'_qty','3'),(121905,13346,'_tax_class',''),(121906,13346,'_line_subtotal','199.44'),(121907,13346,'_line_subtotal_tax','0'),(121908,13346,'_line_total','199.44'),(121909,13346,'_line_tax','0'),(121910,13346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121911,13347,'_product_id','51'),(121912,13347,'_variation_id','0'),(121913,13347,'_qty','2'),(121914,13347,'_tax_class',''),(121915,13347,'_line_subtotal','295.68'),(121916,13347,'_line_subtotal_tax','0'),(121917,13347,'_line_total','295.68'),(121918,13347,'_line_tax','0'),(121919,13347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121920,13348,'_product_id','118'),(121921,13348,'_variation_id','0'),(121922,13348,'_qty','2'),(121923,13348,'_tax_class',''),(121924,13348,'_line_subtotal','369.6'),(121925,13348,'_line_subtotal_tax','0'),(121926,13348,'_line_total','369.6'),(121927,13348,'_line_tax','0'),(121928,13348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121929,13349,'_product_id','39'),(121930,13349,'_variation_id','0'),(121931,13349,'_qty','1'),(121932,13349,'_tax_class',''),(121933,13349,'_line_subtotal','79.2'),(121934,13349,'_line_subtotal_tax','0'),(121935,13349,'_line_total','79.2'),(121936,13349,'_line_tax','0'),(121937,13349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121938,13350,'_product_id','40'),(121939,13350,'_variation_id','0'),(121940,13350,'_qty','1'),(121941,13350,'_tax_class',''),(121942,13350,'_line_subtotal','79.2'),(121943,13350,'_line_subtotal_tax','0'),(121944,13350,'_line_total','79.2'),(121945,13350,'_line_tax','0'),(121946,13350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121947,13351,'_product_id','120'),(121948,13351,'_variation_id','0'),(121949,13351,'_qty','3'),(121950,13351,'_tax_class',''),(121951,13351,'_line_subtotal','158.4'),(121952,13351,'_line_subtotal_tax','0'),(121953,13351,'_line_total','158.4'),(121954,13351,'_line_tax','0'),(121955,13351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121956,13352,'_product_id','43'),(121957,13352,'_variation_id','0'),(121958,13352,'_qty','1'),(121959,13352,'_tax_class',''),(121960,13352,'_line_subtotal','79.2'),(121961,13352,'_line_subtotal_tax','0'),(121962,13352,'_line_total','79.2'),(121963,13352,'_line_tax','0'),(121964,13352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121965,13353,'_product_id','49'),(121966,13353,'_variation_id','0'),(121967,13353,'_qty','1'),(121968,13353,'_tax_class',''),(121969,13353,'_line_subtotal','79.2'),(121970,13353,'_line_subtotal_tax','0'),(121971,13353,'_line_total','79.2'),(121972,13353,'_line_tax','0'),(121973,13353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121974,13354,'_product_id','44'),(121975,13354,'_variation_id','0'),(121976,13354,'_qty','2'),(121977,13354,'_tax_class',''),(121978,13354,'_line_subtotal','232.32'),(121979,13354,'_line_subtotal_tax','0'),(121980,13354,'_line_total','232.32'),(121981,13354,'_line_tax','0'),(121982,13354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(121983,13355,'method_id','advanced_free_shipping'),(121984,13355,'instance_id','0'),(121985,13355,'cost','0.00'),(121986,13355,'total_tax','0'),(121987,13355,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(121988,13346,'thwma_order_shipping_status','wc-pending'),(121989,13347,'thwma_order_shipping_status','wc-pending'),(121990,13348,'thwma_order_shipping_status','wc-pending'),(121991,13349,'thwma_order_shipping_status','wc-pending'),(121992,13350,'thwma_order_shipping_status','wc-pending'),(121993,13351,'thwma_order_shipping_status','wc-pending'),(121994,13352,'thwma_order_shipping_status','wc-pending'),(121995,13353,'thwma_order_shipping_status','wc-pending'),(121996,13354,'thwma_order_shipping_status','wc-pending'),(121997,13267,'thwma_order_shipping_status','wc-pending'),(121998,13268,'thwma_order_shipping_status','wc-pending'),(121999,13269,'thwma_order_shipping_status','wc-pending'),(122000,13270,'thwma_order_shipping_status','wc-pending'),(122001,13271,'thwma_order_shipping_status','wc-pending'),(122002,13272,'thwma_order_shipping_status','wc-pending'),(122003,13273,'thwma_order_shipping_status','wc-pending'),(122004,13274,'thwma_order_shipping_status','wc-pending'),(122005,13340,'thwma_order_shipping_status','wc-pending'),(122006,13341,'thwma_order_shipping_status','wc-pending'),(122007,13342,'thwma_order_shipping_status','wc-pending'),(122008,13343,'thwma_order_shipping_status','wc-pending'),(122009,13344,'thwma_order_shipping_status','wc-pending'),(122010,13334,'thwma_order_shipping_status','wc-pending'),(122011,13335,'thwma_order_shipping_status','wc-pending'),(122012,13336,'thwma_order_shipping_status','wc-pending'),(122013,13337,'thwma_order_shipping_status','wc-pending'),(122014,13338,'thwma_order_shipping_status','wc-pending'),(122015,13356,'_product_id','487'),(122016,13356,'_variation_id','0'),(122017,13356,'_qty','1'),(122018,13356,'_tax_class',''),(122019,13356,'_line_subtotal','31.35'),(122020,13356,'_line_subtotal_tax','0'),(122021,13356,'_line_total','31.35'),(122022,13356,'_line_tax','0'),(122023,13356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122024,13357,'method_id','fedex'),(122025,13357,'instance_id','1'),(122026,13357,'cost','14.61'),(122027,13357,'total_tax','0'),(122028,13357,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122029,13357,'Package 1','15.75 × 14.13 × 6 (in) 9.73lbs × 1'),(122030,13357,'Items','Bulk Mousse 1 Gallon RM &times; 1'),(122031,13358,'_product_id','38'),(122032,13358,'_variation_id','0'),(122033,13358,'_qty','1'),(122034,13358,'_tax_class',''),(122035,13358,'_line_subtotal','165.76'),(122036,13358,'_line_subtotal_tax','0'),(122037,13358,'_line_total','165.76'),(122038,13358,'_line_tax','0'),(122039,13358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122040,13359,'_product_id','41'),(122041,13359,'_variation_id','0'),(122042,13359,'_qty','1'),(122043,13359,'_tax_class',''),(122044,13359,'_line_subtotal','66.48'),(122045,13359,'_line_subtotal_tax','0'),(122046,13359,'_line_total','66.48'),(122047,13359,'_line_tax','0'),(122048,13359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122049,13360,'method_id','fedex'),(122050,13360,'instance_id','1'),(122051,13360,'cost','16.69'),(122052,13360,'total_tax','0'),(122053,13360,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122054,13360,'Package 1','14 × 14 × 14 (in) 21.9lbs × 1'),(122055,13360,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(122056,13361,'_product_id','2110'),(122057,13361,'_variation_id','0'),(122058,13361,'_qty','2'),(122059,13361,'_tax_class',''),(122060,13361,'_line_subtotal','142.8'),(122061,13361,'_line_subtotal_tax','0'),(122062,13361,'_line_total','142.8'),(122063,13361,'_line_tax','0'),(122064,13361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122065,13362,'_product_id','45'),(122066,13362,'_variation_id','0'),(122067,13362,'_qty','2'),(122068,13362,'_tax_class',''),(122069,13362,'_line_subtotal','84.48'),(122070,13362,'_line_subtotal_tax','0'),(122071,13362,'_line_total','84.48'),(122072,13362,'_line_tax','0'),(122073,13362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122074,13363,'_product_id','49'),(122075,13363,'_variation_id','0'),(122076,13363,'_qty','4'),(122077,13363,'_tax_class',''),(122078,13363,'_line_subtotal','316.8'),(122079,13363,'_line_subtotal_tax','0'),(122080,13363,'_line_total','316.8'),(122081,13363,'_line_tax','0'),(122082,13363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122083,13364,'method_id','advanced_free_shipping'),(122084,13364,'instance_id','0'),(122085,13364,'cost','0.00'),(122086,13364,'total_tax','0'),(122087,13364,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122088,13365,'_product_id','45'),(122089,13365,'_variation_id','0'),(122090,13365,'_qty','6'),(122091,13365,'_tax_class',''),(122092,13365,'_line_subtotal','253.44'),(122093,13365,'_line_subtotal_tax','0'),(122094,13365,'_line_total','253.44'),(122095,13365,'_line_tax','0'),(122096,13365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122097,13366,'_product_id','43'),(122098,13366,'_variation_id','0'),(122099,13366,'_qty','3'),(122100,13366,'_tax_class',''),(122101,13366,'_line_subtotal','237.6'),(122102,13366,'_line_subtotal_tax','0'),(122103,13366,'_line_total','237.6'),(122104,13366,'_line_tax','0'),(122105,13366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122106,13367,'_product_id','120'),(122107,13367,'_variation_id','0'),(122108,13367,'_qty','3'),(122109,13367,'_tax_class',''),(122110,13367,'_line_subtotal','158.4'),(122111,13367,'_line_subtotal_tax','0'),(122112,13367,'_line_total','158.4'),(122113,13367,'_line_tax','0'),(122114,13367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122115,13368,'method_id','advanced_free_shipping'),(122116,13368,'instance_id','0'),(122117,13368,'cost','0.00'),(122118,13368,'total_tax','0'),(122119,13368,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122163,13374,'_product_id','23'),(122164,13374,'_variation_id','0'),(122165,13374,'_qty','4'),(122166,13374,'_tax_class',''),(122167,13374,'_line_subtotal','274.16'),(122168,13374,'_line_subtotal_tax','0'),(122169,13374,'_line_total','274.16'),(122170,13374,'_line_tax','0'),(122171,13374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122172,13375,'_product_id','120'),(122173,13375,'_variation_id','0'),(122174,13375,'_qty','2'),(122175,13375,'_tax_class',''),(122176,13375,'_line_subtotal','105.6'),(122177,13375,'_line_subtotal_tax','0'),(122178,13375,'_line_total','105.6'),(122179,13375,'_line_tax','0'),(122180,13375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122181,13376,'_product_id','116'),(122182,13376,'_variation_id','0'),(122183,13376,'_qty','1'),(122184,13376,'_tax_class',''),(122185,13376,'_line_subtotal','145.44'),(122186,13376,'_line_subtotal_tax','0'),(122187,13376,'_line_total','145.44'),(122188,13376,'_line_tax','0'),(122189,13376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122190,13377,'method_id','advanced_free_shipping'),(122191,13377,'instance_id','0'),(122192,13377,'cost','0.00'),(122193,13377,'total_tax','0'),(122194,13377,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122195,13378,'_product_id','490'),(122196,13378,'_variation_id','0'),(122197,13378,'_qty','10'),(122198,13378,'_tax_class',''),(122199,13378,'_line_subtotal','196'),(122200,13378,'_line_subtotal_tax','0'),(122201,13378,'_line_total','196'),(122202,13378,'_line_tax','0'),(122203,13378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122204,13379,'method_id','fedex'),(122205,13379,'instance_id','1'),(122206,13379,'cost','19.41'),(122207,13379,'total_tax','0'),(122208,13379,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122209,13379,'Package 1','17 × 14 × 10 (in) 22.5lbs × 1'),(122210,13379,'Items','Bulk Active Rinse 100% RM &times; 10'),(122211,13380,'_product_id','490'),(122212,13380,'_variation_id','0'),(122213,13380,'_qty','8'),(122214,13380,'_tax_class',''),(122215,13380,'_line_subtotal','156.8'),(122216,13380,'_line_subtotal_tax','0'),(122217,13380,'_line_total','156.8'),(122218,13380,'_line_tax','0'),(122219,13380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122220,13381,'_product_id','137'),(122221,13381,'_variation_id','0'),(122222,13381,'_qty','7'),(122223,13381,'_tax_class',''),(122224,13381,'_line_subtotal','42.35'),(122225,13381,'_line_subtotal_tax','0'),(122226,13381,'_line_total','42.35'),(122227,13381,'_line_tax','0'),(122228,13381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122229,13382,'_product_id','148'),(122230,13382,'_variation_id','0'),(122231,13382,'_qty','7'),(122232,13382,'_tax_class',''),(122233,13382,'_line_subtotal','57.75'),(122234,13382,'_line_subtotal_tax','0'),(122235,13382,'_line_total','57.75'),(122236,13382,'_line_tax','0'),(122237,13382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122238,13383,'_product_id','41'),(122239,13383,'_variation_id','0'),(122240,13383,'_qty','1'),(122241,13383,'_tax_class',''),(122242,13383,'_line_subtotal','66.48'),(122243,13383,'_line_subtotal_tax','0'),(122244,13383,'_line_total','66.48'),(122245,13383,'_line_tax','0'),(122246,13383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122247,13384,'method_id','fedex'),(122248,13384,'instance_id','1'),(122249,13384,'cost','18.87'),(122250,13384,'total_tax','0'),(122251,13384,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122252,13384,'Package 1','17 × 14 × 10 (in) 23.75lbs × 1'),(122253,13384,'Items','Bulk Active Rinse 100% RM &times; 8, The Wet Brush &times; 7, Disney Wet Brush &times; 7, Professional Lice Comb(Case of 12) &times; 1'),(122254,13385,'_product_id','2110'),(122255,13385,'_variation_id','0'),(122256,13385,'_qty','1'),(122257,13385,'_tax_class',''),(122258,13385,'_line_subtotal','71.4'),(122259,13385,'_line_subtotal_tax','0'),(122260,13385,'_line_total','71.4'),(122261,13385,'_line_tax','0'),(122262,13385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122263,13386,'_product_id','42'),(122264,13386,'_variation_id','0'),(122265,13386,'_qty','1'),(122266,13386,'_tax_class',''),(122267,13386,'_line_subtotal','79.2'),(122268,13386,'_line_subtotal_tax','0'),(122269,13386,'_line_total','79.2'),(122270,13386,'_line_tax','0'),(122271,13386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122272,13387,'_product_id','45'),(122273,13387,'_variation_id','0'),(122274,13387,'_qty','2'),(122275,13387,'_tax_class',''),(122276,13387,'_line_subtotal','84.48'),(122277,13387,'_line_subtotal_tax','0'),(122278,13387,'_line_total','84.48'),(122279,13387,'_line_tax','0'),(122280,13387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122281,13388,'_product_id','487'),(122282,13388,'_variation_id','0'),(122283,13388,'_qty','1'),(122284,13388,'_tax_class',''),(122285,13388,'_line_subtotal','31.35'),(122286,13388,'_line_subtotal_tax','0'),(122287,13388,'_line_total','31.35'),(122288,13388,'_line_tax','0'),(122289,13388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122290,13389,'_product_id','488'),(122291,13389,'_variation_id','0'),(122292,13389,'_qty','2'),(122293,13389,'_tax_class',''),(122294,13389,'_line_subtotal','62.7'),(122295,13389,'_line_subtotal_tax','0'),(122296,13389,'_line_total','62.7'),(122297,13389,'_line_tax','0'),(122298,13389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122299,13390,'_product_id','490'),(122300,13390,'_variation_id','0'),(122301,13390,'_qty','5'),(122302,13390,'_tax_class',''),(122303,13390,'_line_subtotal','98'),(122304,13390,'_line_subtotal_tax','0'),(122305,13390,'_line_total','98'),(122306,13390,'_line_tax','0'),(122307,13390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122308,13391,'method_id','fedex'),(122309,13391,'instance_id','1'),(122310,13391,'cost','57.88'),(122311,13391,'total_tax','0'),(122312,13391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122313,13391,'Package 1','21.56 × 16.56 × 13.19 (in) 54.31lbs × 1'),(122314,13391,'Package 2','11.25 × 8.75 × 7.75 (in) 11.34lbs × 1'),(122315,13391,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Mousse 1 Gallon RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 5'),(122316,13392,'_product_id','49'),(122317,13392,'_variation_id','0'),(122318,13392,'_qty','3'),(122319,13392,'_tax_class',''),(122320,13392,'_line_subtotal','237.6'),(122321,13392,'_line_subtotal_tax','0'),(122322,13392,'_line_total','237.6'),(122323,13392,'_line_tax','0'),(122324,13392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122325,13393,'_product_id','120'),(122326,13393,'_variation_id','0'),(122327,13393,'_qty','1'),(122328,13393,'_tax_class',''),(122329,13393,'_line_subtotal','52.8'),(122330,13393,'_line_subtotal_tax','0'),(122331,13393,'_line_total','52.8'),(122332,13393,'_line_tax','0'),(122333,13393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122334,13394,'_product_id','41'),(122335,13394,'_variation_id','0'),(122336,13394,'_qty','3'),(122337,13394,'_tax_class',''),(122338,13394,'_line_subtotal','199.44'),(122339,13394,'_line_subtotal_tax','0'),(122340,13394,'_line_total','199.44'),(122341,13394,'_line_tax','0'),(122342,13394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122343,13395,'method_id','fedex'),(122344,13395,'instance_id','1'),(122345,13395,'cost','22.83'),(122346,13395,'total_tax','0'),(122347,13395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122348,13395,'Package 1','17 × 14 × 10 (in) 35.6lbs × 1'),(122349,13395,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(122350,13396,'_product_id','41'),(122351,13396,'_variation_id','0'),(122352,13396,'_qty','11'),(122353,13396,'_tax_class',''),(122354,13396,'_line_subtotal','731.28'),(122355,13396,'_line_subtotal_tax','0'),(122356,13396,'_line_total','731.28'),(122357,13396,'_line_tax','0'),(122358,13396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122359,13397,'_product_id','42'),(122360,13397,'_variation_id','0'),(122361,13397,'_qty','3'),(122362,13397,'_tax_class',''),(122363,13397,'_line_subtotal','237.6'),(122364,13397,'_line_subtotal_tax','0'),(122365,13397,'_line_total','237.6'),(122366,13397,'_line_tax','0'),(122367,13397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122368,13398,'_product_id','2110'),(122369,13398,'_variation_id','0'),(122370,13398,'_qty','2'),(122371,13398,'_tax_class',''),(122372,13398,'_line_subtotal','142.8'),(122373,13398,'_line_subtotal_tax','0'),(122374,13398,'_line_total','142.8'),(122375,13398,'_line_tax','0'),(122376,13398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122377,13399,'_product_id','2113'),(122378,13399,'_variation_id','0'),(122379,13399,'_qty','1'),(122380,13399,'_tax_class',''),(122381,13399,'_line_subtotal','172'),(122382,13399,'_line_subtotal_tax','0'),(122383,13399,'_line_total','172'),(122384,13399,'_line_tax','0'),(122385,13399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122386,13400,'_product_id','2400'),(122387,13400,'_variation_id','0'),(122388,13400,'_qty','2'),(122389,13400,'_tax_class',''),(122390,13400,'_line_subtotal','372.6'),(122391,13400,'_line_subtotal_tax','0'),(122392,13400,'_line_total','372.6'),(122393,13400,'_line_tax','0'),(122394,13400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122395,13401,'_product_id','120'),(122396,13401,'_variation_id','0'),(122397,13401,'_qty','1'),(122398,13401,'_tax_class',''),(122399,13401,'_line_subtotal','52.8'),(122400,13401,'_line_subtotal_tax','0'),(122401,13401,'_line_total','52.8'),(122402,13401,'_line_tax','0'),(122403,13401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122404,13402,'_product_id','43'),(122405,13402,'_variation_id','0'),(122406,13402,'_qty','2'),(122407,13402,'_tax_class',''),(122408,13402,'_line_subtotal','158.4'),(122409,13402,'_line_subtotal_tax','0'),(122410,13402,'_line_total','158.4'),(122411,13402,'_line_tax','0'),(122412,13402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122413,13403,'_product_id','44'),(122414,13403,'_variation_id','0'),(122415,13403,'_qty','4'),(122416,13403,'_tax_class',''),(122417,13403,'_line_subtotal','464.64'),(122418,13403,'_line_subtotal_tax','0'),(122419,13403,'_line_total','464.64'),(122420,13403,'_line_tax','0'),(122421,13403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122422,13404,'_product_id','488'),(122423,13404,'_variation_id','0'),(122424,13404,'_qty','12'),(122425,13404,'_tax_class',''),(122426,13404,'_line_subtotal','376.2'),(122427,13404,'_line_subtotal_tax','0'),(122428,13404,'_line_total','376.2'),(122429,13404,'_line_tax','0'),(122430,13404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122431,13405,'method_id','advanced_free_shipping'),(122432,13405,'instance_id','0'),(122433,13405,'cost','0.00'),(122434,13405,'total_tax','0'),(122435,13405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122436,13406,'_product_id','2110'),(122437,13406,'_variation_id','0'),(122438,13406,'_qty','3'),(122439,13406,'_tax_class',''),(122440,13406,'_line_subtotal','214.2'),(122441,13406,'_line_subtotal_tax','0'),(122442,13406,'_line_total','214.2'),(122443,13406,'_line_tax','0'),(122444,13406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122445,13407,'_product_id','49'),(122446,13407,'_variation_id','0'),(122447,13407,'_qty','2'),(122448,13407,'_tax_class',''),(122449,13407,'_line_subtotal','158.4'),(122450,13407,'_line_subtotal_tax','0'),(122451,13407,'_line_total','158.4'),(122452,13407,'_line_tax','0'),(122453,13407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122454,13408,'_product_id','490'),(122455,13408,'_variation_id','0'),(122456,13408,'_qty','10'),(122457,13408,'_tax_class',''),(122458,13408,'_line_subtotal','196'),(122459,13408,'_line_subtotal_tax','0'),(122460,13408,'_line_total','196'),(122461,13408,'_line_tax','0'),(122462,13408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122463,13409,'_product_id','488'),(122464,13409,'_variation_id','0'),(122465,13409,'_qty','2'),(122466,13409,'_tax_class',''),(122467,13409,'_line_subtotal','62.7'),(122468,13409,'_line_subtotal_tax','0'),(122469,13409,'_line_total','62.7'),(122470,13409,'_line_tax','0'),(122471,13409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122472,13410,'_product_id','487'),(122473,13410,'_variation_id','0'),(122474,13410,'_qty','2'),(122475,13410,'_tax_class',''),(122476,13410,'_line_subtotal','62.7'),(122477,13410,'_line_subtotal_tax','0'),(122478,13410,'_line_total','62.7'),(122479,13410,'_line_tax','0'),(122480,13410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122481,13411,'method_id','advanced_free_shipping'),(122482,13411,'instance_id','0'),(122483,13411,'cost','0.00'),(122484,13411,'total_tax','0'),(122485,13411,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122486,13358,'thwma_order_shipping_status','wc-pending'),(122487,13359,'thwma_order_shipping_status','wc-pending'),(122488,13361,'thwma_order_shipping_status','wc-pending'),(122489,13362,'thwma_order_shipping_status','wc-pending'),(122490,13363,'thwma_order_shipping_status','wc-pending'),(122491,13365,'thwma_order_shipping_status','wc-pending'),(122492,13366,'thwma_order_shipping_status','wc-pending'),(122493,13367,'thwma_order_shipping_status','wc-pending'),(122494,13374,'thwma_order_shipping_status','wc-pending'),(122495,13375,'thwma_order_shipping_status','wc-pending'),(122496,13376,'thwma_order_shipping_status','wc-pending'),(122497,13380,'thwma_order_shipping_status','wc-pending'),(122498,13381,'thwma_order_shipping_status','wc-pending'),(122499,13382,'thwma_order_shipping_status','wc-pending'),(122500,13383,'thwma_order_shipping_status','wc-pending'),(122501,13392,'thwma_order_shipping_status','wc-pending'),(122502,13393,'thwma_order_shipping_status','wc-pending'),(122503,13394,'thwma_order_shipping_status','wc-pending'),(122504,13385,'thwma_order_shipping_status','wc-pending'),(122505,13386,'thwma_order_shipping_status','wc-pending'),(122506,13387,'thwma_order_shipping_status','wc-pending'),(122507,13388,'thwma_order_shipping_status','wc-pending'),(122508,13389,'thwma_order_shipping_status','wc-pending'),(122509,13390,'thwma_order_shipping_status','wc-pending'),(122510,13396,'thwma_order_shipping_status','wc-pending'),(122511,13397,'thwma_order_shipping_status','wc-pending'),(122512,13398,'thwma_order_shipping_status','wc-pending'),(122513,13399,'thwma_order_shipping_status','wc-pending'),(122514,13400,'thwma_order_shipping_status','wc-pending'),(122515,13401,'thwma_order_shipping_status','wc-pending'),(122516,13402,'thwma_order_shipping_status','wc-pending'),(122517,13403,'thwma_order_shipping_status','wc-pending'),(122518,13404,'thwma_order_shipping_status','wc-pending'),(122519,13412,'_product_id','490'),(122520,13412,'_variation_id','0'),(122521,13412,'_qty','20'),(122522,13412,'_tax_class',''),(122523,13412,'_line_subtotal','392'),(122524,13412,'_line_subtotal_tax','0'),(122525,13412,'_line_total','392'),(122526,13412,'_line_tax','0'),(122527,13412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122528,13413,'_product_id','133'),(122529,13413,'_variation_id','0'),(122530,13413,'_qty','10'),(122531,13413,'_tax_class',''),(122532,13413,'_line_subtotal','143'),(122533,13413,'_line_subtotal_tax','0'),(122534,13413,'_line_total','143'),(122535,13413,'_line_tax','0'),(122536,13413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122537,13414,'method_id','advanced_free_shipping'),(122538,13414,'instance_id','0'),(122539,13414,'cost','0.00'),(122540,13414,'total_tax','0'),(122541,13414,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122601,13422,'_product_id','490'),(122602,13422,'_variation_id','0'),(122603,13422,'_qty','11'),(122604,13422,'_tax_class',''),(122605,13422,'_line_subtotal','215.6'),(122606,13422,'_line_subtotal_tax','0'),(122607,13422,'_line_total','215.6'),(122608,13422,'_line_tax','0'),(122609,13422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122610,13423,'_product_id','2408'),(122611,13423,'_variation_id','0'),(122612,13423,'_qty','1'),(122613,13423,'_tax_class',''),(122614,13423,'_line_subtotal','149.34'),(122615,13423,'_line_subtotal_tax','0'),(122616,13423,'_line_total','149.34'),(122617,13423,'_line_tax','0'),(122618,13423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122619,13424,'_product_id','2113'),(122620,13424,'_variation_id','0'),(122621,13424,'_qty','1'),(122622,13424,'_tax_class',''),(122623,13424,'_line_subtotal','172'),(122624,13424,'_line_subtotal_tax','0'),(122625,13424,'_line_total','172'),(122626,13424,'_line_tax','0'),(122627,13424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122628,13425,'_product_id','488'),(122629,13425,'_variation_id','0'),(122630,13425,'_qty','2'),(122631,13425,'_tax_class',''),(122632,13425,'_line_subtotal','62.7'),(122633,13425,'_line_subtotal_tax','0'),(122634,13425,'_line_total','62.7'),(122635,13425,'_line_tax','0'),(122636,13425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122637,13426,'_product_id','487'),(122638,13426,'_variation_id','0'),(122639,13426,'_qty','2'),(122640,13426,'_tax_class',''),(122641,13426,'_line_subtotal','62.7'),(122642,13426,'_line_subtotal_tax','0'),(122643,13426,'_line_total','62.7'),(122644,13426,'_line_tax','0'),(122645,13426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122646,13427,'_product_id','45'),(122647,13427,'_variation_id','0'),(122648,13427,'_qty','1'),(122649,13427,'_tax_class',''),(122650,13427,'_line_subtotal','42.24'),(122651,13427,'_line_subtotal_tax','0'),(122652,13427,'_line_total','42.24'),(122653,13427,'_line_tax','0'),(122654,13427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122655,13428,'method_id','advanced_free_shipping'),(122656,13428,'instance_id','0'),(122657,13428,'cost','0.00'),(122658,13428,'total_tax','0'),(122659,13428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122660,13429,'_product_id','2400'),(122661,13429,'_variation_id','0'),(122662,13429,'_qty','1'),(122663,13429,'_tax_class',''),(122664,13429,'_line_subtotal','186.3'),(122665,13429,'_line_subtotal_tax','0'),(122666,13429,'_line_total','186.3'),(122667,13429,'_line_tax','0'),(122668,13429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122669,13430,'_product_id','43'),(122670,13430,'_variation_id','0'),(122671,13430,'_qty','2'),(122672,13430,'_tax_class',''),(122673,13430,'_line_subtotal','158.4'),(122674,13430,'_line_subtotal_tax','0'),(122675,13430,'_line_total','158.4'),(122676,13430,'_line_tax','0'),(122677,13430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122678,13431,'_product_id','49'),(122679,13431,'_variation_id','0'),(122680,13431,'_qty','2'),(122681,13431,'_tax_class',''),(122682,13431,'_line_subtotal','158.4'),(122683,13431,'_line_subtotal_tax','0'),(122684,13431,'_line_total','158.4'),(122685,13431,'_line_tax','0'),(122686,13431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122687,13432,'_product_id','45'),(122688,13432,'_variation_id','0'),(122689,13432,'_qty','4'),(122690,13432,'_tax_class',''),(122691,13432,'_line_subtotal','168.96'),(122692,13432,'_line_subtotal_tax','0'),(122693,13432,'_line_total','168.96'),(122694,13432,'_line_tax','0'),(122695,13432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122696,13433,'method_id','advanced_free_shipping'),(122697,13433,'instance_id','0'),(122698,13433,'cost','0.00'),(122699,13433,'total_tax','0'),(122700,13433,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122701,13429,'thwma_order_shipping_status','wc-pending'),(122702,13430,'thwma_order_shipping_status','wc-pending'),(122703,13431,'thwma_order_shipping_status','wc-pending'),(122704,13432,'thwma_order_shipping_status','wc-pending'),(122705,13422,'thwma_order_shipping_status','wc-pending'),(122706,13423,'thwma_order_shipping_status','wc-pending'),(122707,13424,'thwma_order_shipping_status','wc-pending'),(122708,13425,'thwma_order_shipping_status','wc-pending'),(122709,13426,'thwma_order_shipping_status','wc-pending'),(122710,13427,'thwma_order_shipping_status','wc-pending'),(122711,13412,'thwma_order_shipping_status','wc-pending'),(122712,13413,'thwma_order_shipping_status','wc-pending'),(122713,13406,'thwma_order_shipping_status','wc-pending'),(122714,13407,'thwma_order_shipping_status','wc-pending'),(122715,13408,'thwma_order_shipping_status','wc-pending'),(122716,13409,'thwma_order_shipping_status','wc-pending'),(122717,13410,'thwma_order_shipping_status','wc-pending'),(122718,13434,'_product_id','2110'),(122719,13434,'_variation_id','0'),(122720,13434,'_qty','1'),(122721,13434,'_tax_class',''),(122722,13434,'_line_subtotal','71.4'),(122723,13434,'_line_subtotal_tax','0'),(122724,13434,'_line_total','71.4'),(122725,13434,'_line_tax','0'),(122726,13434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122727,13435,'_product_id','2113'),(122728,13435,'_variation_id','0'),(122729,13435,'_qty','1'),(122730,13435,'_tax_class',''),(122731,13435,'_line_subtotal','172'),(122732,13435,'_line_subtotal_tax','0'),(122733,13435,'_line_total','172'),(122734,13435,'_line_tax','0'),(122735,13435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122736,13436,'_product_id','41'),(122737,13436,'_variation_id','0'),(122738,13436,'_qty','2'),(122739,13436,'_tax_class',''),(122740,13436,'_line_subtotal','132.96'),(122741,13436,'_line_subtotal_tax','0'),(122742,13436,'_line_total','132.96'),(122743,13436,'_line_tax','0'),(122744,13436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122745,13437,'_product_id','2408'),(122746,13437,'_variation_id','0'),(122747,13437,'_qty','1'),(122748,13437,'_tax_class',''),(122749,13437,'_line_subtotal','149.34'),(122750,13437,'_line_subtotal_tax','0'),(122751,13437,'_line_total','149.34'),(122752,13437,'_line_tax','0'),(122753,13437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122754,13438,'_product_id','39'),(122755,13438,'_variation_id','0'),(122756,13438,'_qty','1'),(122757,13438,'_tax_class',''),(122758,13438,'_line_subtotal','79.2'),(122759,13438,'_line_subtotal_tax','0'),(122760,13438,'_line_total','79.2'),(122761,13438,'_line_tax','0'),(122762,13438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122763,13439,'_product_id','40'),(122764,13439,'_variation_id','0'),(122765,13439,'_qty','1'),(122766,13439,'_tax_class',''),(122767,13439,'_line_subtotal','79.2'),(122768,13439,'_line_subtotal_tax','0'),(122769,13439,'_line_total','79.2'),(122770,13439,'_line_tax','0'),(122771,13439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122772,13440,'_product_id','43'),(122773,13440,'_variation_id','0'),(122774,13440,'_qty','1'),(122775,13440,'_tax_class',''),(122776,13440,'_line_subtotal','79.2'),(122777,13440,'_line_subtotal_tax','0'),(122778,13440,'_line_total','79.2'),(122779,13440,'_line_tax','0'),(122780,13440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122781,13441,'_product_id','44'),(122782,13441,'_variation_id','0'),(122783,13441,'_qty','1'),(122784,13441,'_tax_class',''),(122785,13441,'_line_subtotal','116.16'),(122786,13441,'_line_subtotal_tax','0'),(122787,13441,'_line_total','116.16'),(122788,13441,'_line_tax','0'),(122789,13441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122790,13442,'_product_id','490'),(122791,13442,'_variation_id','0'),(122792,13442,'_qty','7'),(122793,13442,'_tax_class',''),(122794,13442,'_line_subtotal','137.2'),(122795,13442,'_line_subtotal_tax','0'),(122796,13442,'_line_total','137.2'),(122797,13442,'_line_tax','0'),(122798,13442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122799,13443,'method_id','advanced_free_shipping'),(122800,13443,'instance_id','0'),(122801,13443,'cost','0.00'),(122802,13443,'total_tax','0'),(122803,13443,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122804,13444,'_product_id','23'),(122805,13444,'_variation_id','0'),(122806,13444,'_qty','4'),(122807,13444,'_tax_class',''),(122808,13444,'_line_subtotal','274.16'),(122809,13444,'_line_subtotal_tax','0'),(122810,13444,'_line_total','274.16'),(122811,13444,'_line_tax','0'),(122812,13444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122813,13445,'_product_id','40'),(122814,13445,'_variation_id','0'),(122815,13445,'_qty','1'),(122816,13445,'_tax_class',''),(122817,13445,'_line_subtotal','79.2'),(122818,13445,'_line_subtotal_tax','0'),(122819,13445,'_line_total','79.2'),(122820,13445,'_line_tax','0'),(122821,13445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122822,13446,'_product_id','44'),(122823,13446,'_variation_id','0'),(122824,13446,'_qty','2'),(122825,13446,'_tax_class',''),(122826,13446,'_line_subtotal','232.32'),(122827,13446,'_line_subtotal_tax','0'),(122828,13446,'_line_total','232.32'),(122829,13446,'_line_tax','0'),(122830,13446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122831,13447,'method_id','advanced_free_shipping'),(122832,13447,'instance_id','0'),(122833,13447,'cost','0.00'),(122834,13447,'total_tax','0'),(122835,13447,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122836,13448,'_product_id','148'),(122837,13448,'_variation_id','0'),(122838,13448,'_qty','36'),(122839,13448,'_tax_class',''),(122840,13448,'_line_subtotal','297'),(122841,13448,'_line_subtotal_tax','0'),(122842,13448,'_line_total','297'),(122843,13448,'_line_tax','0'),(122844,13448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122845,13449,'_product_id','320'),(122846,13449,'_variation_id','0'),(122847,13449,'_qty','12'),(122848,13449,'_tax_class',''),(122849,13449,'_line_subtotal','45'),(122850,13449,'_line_subtotal_tax','0'),(122851,13449,'_line_total','45'),(122852,13449,'_line_tax','0'),(122853,13449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122854,13450,'_product_id','138'),(122855,13450,'_variation_id','0'),(122856,13450,'_qty','12'),(122857,13450,'_tax_class',''),(122858,13450,'_line_subtotal','59.4'),(122859,13450,'_line_subtotal_tax','0'),(122860,13450,'_line_total','59.4'),(122861,13450,'_line_tax','0'),(122862,13450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122863,13451,'method_id','fedex'),(122864,13451,'instance_id','1'),(122865,13451,'cost','18.37'),(122866,13451,'total_tax','0'),(122867,13451,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122868,13451,'Package 1','21.56 × 16.56 × 13.19 (in) 15.56lbs × 1'),(122869,13451,'Items','Disney Wet Brush &times; 36, Wet Comb &times; 12, The Wet Brush Squirt &times; 12'),(122870,13452,'_product_id','2110'),(122871,13452,'_variation_id','0'),(122872,13452,'_qty','5'),(122873,13452,'_tax_class',''),(122874,13452,'_line_subtotal','357'),(122875,13452,'_line_subtotal_tax','0'),(122876,13452,'_line_total','357'),(122877,13452,'_line_tax','0'),(122878,13452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122879,13453,'_product_id','2113'),(122880,13453,'_variation_id','0'),(122881,13453,'_qty','1'),(122882,13453,'_tax_class',''),(122883,13453,'_line_subtotal','172'),(122884,13453,'_line_subtotal_tax','0'),(122885,13453,'_line_total','172'),(122886,13453,'_line_tax','0'),(122887,13453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122888,13454,'_product_id','41'),(122889,13454,'_variation_id','0'),(122890,13454,'_qty','7'),(122891,13454,'_tax_class',''),(122892,13454,'_line_subtotal','465.36'),(122893,13454,'_line_subtotal_tax','0'),(122894,13454,'_line_total','465.36'),(122895,13454,'_line_tax','0'),(122896,13454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122897,13455,'_product_id','2408'),(122898,13455,'_variation_id','0'),(122899,13455,'_qty','4'),(122900,13455,'_tax_class',''),(122901,13455,'_line_subtotal','597.36'),(122902,13455,'_line_subtotal_tax','0'),(122903,13455,'_line_total','597.36'),(122904,13455,'_line_tax','0'),(122905,13455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122906,13456,'_product_id','120'),(122907,13456,'_variation_id','0'),(122908,13456,'_qty','3'),(122909,13456,'_tax_class',''),(122910,13456,'_line_subtotal','158.4'),(122911,13456,'_line_subtotal_tax','0'),(122912,13456,'_line_total','158.4'),(122913,13456,'_line_tax','0'),(122914,13456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122915,13457,'_product_id','43'),(122916,13457,'_variation_id','0'),(122917,13457,'_qty','2'),(122918,13457,'_tax_class',''),(122919,13457,'_line_subtotal','158.4'),(122920,13457,'_line_subtotal_tax','0'),(122921,13457,'_line_total','158.4'),(122922,13457,'_line_tax','0'),(122923,13457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122924,13458,'_product_id','490'),(122925,13458,'_variation_id','0'),(122926,13458,'_qty','50'),(122927,13458,'_tax_class',''),(122928,13458,'_line_subtotal','980'),(122929,13458,'_line_subtotal_tax','0'),(122930,13458,'_line_total','980'),(122931,13458,'_line_tax','0'),(122932,13458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122933,13459,'_product_id','487'),(122934,13459,'_variation_id','0'),(122935,13459,'_qty','3'),(122936,13459,'_tax_class',''),(122937,13459,'_line_subtotal','94.05'),(122938,13459,'_line_subtotal_tax','0'),(122939,13459,'_line_total','94.05'),(122940,13459,'_line_tax','0'),(122941,13459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122942,13460,'method_id','advanced_free_shipping'),(122943,13460,'instance_id','0'),(122944,13460,'cost','0.00'),(122945,13460,'total_tax','0'),(122946,13460,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(122947,13461,'_product_id','2110'),(122948,13461,'_variation_id','0'),(122949,13461,'_qty','2'),(122950,13461,'_tax_class',''),(122951,13461,'_line_subtotal','142.8'),(122952,13461,'_line_subtotal_tax','0'),(122953,13461,'_line_total','142.8'),(122954,13461,'_line_tax','0'),(122955,13461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122956,13462,'_product_id','2113'),(122957,13462,'_variation_id','0'),(122958,13462,'_qty','1'),(122959,13462,'_tax_class',''),(122960,13462,'_line_subtotal','172'),(122961,13462,'_line_subtotal_tax','0'),(122962,13462,'_line_total','172'),(122963,13462,'_line_tax','0'),(122964,13462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122965,13463,'_product_id','41'),(122966,13463,'_variation_id','0'),(122967,13463,'_qty','2'),(122968,13463,'_tax_class',''),(122969,13463,'_line_subtotal','132.96'),(122970,13463,'_line_subtotal_tax','0'),(122971,13463,'_line_total','132.96'),(122972,13463,'_line_tax','0'),(122973,13463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122974,13464,'_product_id','45'),(122975,13464,'_variation_id','0'),(122976,13464,'_qty','1'),(122977,13464,'_tax_class',''),(122978,13464,'_line_subtotal','42.24'),(122979,13464,'_line_subtotal_tax','0'),(122980,13464,'_line_total','42.24'),(122981,13464,'_line_tax','0'),(122982,13464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122983,13465,'_product_id','2408'),(122984,13465,'_variation_id','0'),(122985,13465,'_qty','2'),(122986,13465,'_tax_class',''),(122987,13465,'_line_subtotal','298.68'),(122988,13465,'_line_subtotal_tax','0'),(122989,13465,'_line_total','298.68'),(122990,13465,'_line_tax','0'),(122991,13465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(122992,13466,'_product_id','490'),(122993,13466,'_variation_id','0'),(122994,13466,'_qty','20'),(122995,13466,'_tax_class',''),(122996,13466,'_line_subtotal','392'),(122997,13466,'_line_subtotal_tax','0'),(122998,13466,'_line_total','392'),(122999,13466,'_line_tax','0'),(123000,13466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123001,13467,'_product_id','487'),(123002,13467,'_variation_id','0'),(123003,13467,'_qty','2'),(123004,13467,'_tax_class',''),(123005,13467,'_line_subtotal','62.7'),(123006,13467,'_line_subtotal_tax','0'),(123007,13467,'_line_total','62.7'),(123008,13467,'_line_tax','0'),(123009,13467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123010,13468,'method_id','advanced_free_shipping'),(123011,13468,'instance_id','0'),(123012,13468,'cost','0.00'),(123013,13468,'total_tax','0'),(123014,13468,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123015,13469,'_product_id','2110'),(123016,13469,'_variation_id','0'),(123017,13469,'_qty','1'),(123018,13469,'_tax_class',''),(123019,13469,'_line_subtotal','71.4'),(123020,13469,'_line_subtotal_tax','0'),(123021,13469,'_line_total','71.4'),(123022,13469,'_line_tax','0'),(123023,13469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123024,13470,'_product_id','41'),(123025,13470,'_variation_id','0'),(123026,13470,'_qty','5'),(123027,13470,'_tax_class',''),(123028,13470,'_line_subtotal','332.4'),(123029,13470,'_line_subtotal_tax','0'),(123030,13470,'_line_total','332.4'),(123031,13470,'_line_tax','0'),(123032,13470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123033,13471,'_product_id','43'),(123034,13471,'_variation_id','0'),(123035,13471,'_qty','1'),(123036,13471,'_tax_class',''),(123037,13471,'_line_subtotal','79.2'),(123038,13471,'_line_subtotal_tax','0'),(123039,13471,'_line_total','79.2'),(123040,13471,'_line_tax','0'),(123041,13471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123042,13472,'_product_id','490'),(123043,13472,'_variation_id','0'),(123044,13472,'_qty','4'),(123045,13472,'_tax_class',''),(123046,13472,'_line_subtotal','78.4'),(123047,13472,'_line_subtotal_tax','0'),(123048,13472,'_line_total','78.4'),(123049,13472,'_line_tax','0'),(123050,13472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123051,13473,'_product_id','487'),(123052,13473,'_variation_id','0'),(123053,13473,'_qty','1'),(123054,13473,'_tax_class',''),(123055,13473,'_line_subtotal','31.35'),(123056,13473,'_line_subtotal_tax','0'),(123057,13473,'_line_total','31.35'),(123058,13473,'_line_tax','0'),(123059,13473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123060,13474,'method_id','advanced_free_shipping'),(123061,13474,'instance_id','0'),(123062,13474,'cost','0.00'),(123063,13474,'total_tax','0'),(123064,13474,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123065,13475,'_product_id','490'),(123066,13475,'_variation_id','0'),(123067,13475,'_qty','10'),(123068,13475,'_tax_class',''),(123069,13475,'_line_subtotal','196'),(123070,13475,'_line_subtotal_tax','0'),(123071,13475,'_line_total','196'),(123072,13475,'_line_tax','0'),(123073,13475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123074,13476,'_product_id','41'),(123075,13476,'_variation_id','0'),(123076,13476,'_qty','2'),(123077,13476,'_tax_class',''),(123078,13476,'_line_subtotal','132.96'),(123079,13476,'_line_subtotal_tax','0'),(123080,13476,'_line_total','132.96'),(123081,13476,'_line_tax','0'),(123082,13476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123083,13477,'_product_id','2113'),(123084,13477,'_variation_id','0'),(123085,13477,'_qty','1'),(123086,13477,'_tax_class',''),(123087,13477,'_line_subtotal','172'),(123088,13477,'_line_subtotal_tax','0'),(123089,13477,'_line_total','172'),(123090,13477,'_line_tax','0'),(123091,13477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123092,13478,'_product_id','23'),(123093,13478,'_variation_id','0'),(123094,13478,'_qty','1'),(123095,13478,'_tax_class',''),(123096,13478,'_line_subtotal','68.54'),(123097,13478,'_line_subtotal_tax','0'),(123098,13478,'_line_total','68.54'),(123099,13478,'_line_tax','0'),(123100,13478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123101,13479,'_product_id','2110'),(123102,13479,'_variation_id','0'),(123103,13479,'_qty','1'),(123104,13479,'_tax_class',''),(123105,13479,'_line_subtotal','71.4'),(123106,13479,'_line_subtotal_tax','0'),(123107,13479,'_line_total','71.4'),(123108,13479,'_line_tax','0'),(123109,13479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123110,13480,'method_id','advanced_free_shipping'),(123111,13480,'instance_id','0'),(123112,13480,'cost','0.00'),(123113,13480,'total_tax','0'),(123114,13480,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123115,13481,'_product_id','2113'),(123116,13481,'_variation_id','0'),(123117,13481,'_qty','1'),(123118,13481,'_tax_class',''),(123119,13481,'_line_subtotal','172'),(123120,13481,'_line_subtotal_tax','0'),(123121,13481,'_line_total','172'),(123122,13481,'_line_tax','0'),(123123,13481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123124,13482,'_product_id','41'),(123125,13482,'_variation_id','0'),(123126,13482,'_qty','1'),(123127,13482,'_tax_class',''),(123128,13482,'_line_subtotal','66.48'),(123129,13482,'_line_subtotal_tax','0'),(123130,13482,'_line_total','66.48'),(123131,13482,'_line_tax','0'),(123132,13482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123133,13483,'_product_id','44'),(123134,13483,'_variation_id','0'),(123135,13483,'_qty','1'),(123136,13483,'_tax_class',''),(123137,13483,'_line_subtotal','116.16'),(123138,13483,'_line_subtotal_tax','0'),(123139,13483,'_line_total','116.16'),(123140,13483,'_line_tax','0'),(123141,13483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123142,13484,'_product_id','490'),(123143,13484,'_variation_id','0'),(123144,13484,'_qty','5'),(123145,13484,'_tax_class',''),(123146,13484,'_line_subtotal','98'),(123147,13484,'_line_subtotal_tax','0'),(123148,13484,'_line_total','98'),(123149,13484,'_line_tax','0'),(123150,13484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123151,13485,'method_id','fedex'),(123152,13485,'instance_id','1'),(123153,13485,'cost','30.27'),(123154,13485,'total_tax','0'),(123155,13485,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123156,13485,'Package 1','21.56 × 16.56 × 13.19 (in) 46.76lbs × 1'),(123157,13485,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(123168,13434,'thwma_order_shipping_status','wc-pending'),(123169,13435,'thwma_order_shipping_status','wc-pending'),(123170,13436,'thwma_order_shipping_status','wc-pending'),(123171,13437,'thwma_order_shipping_status','wc-pending'),(123172,13438,'thwma_order_shipping_status','wc-pending'),(123173,13439,'thwma_order_shipping_status','wc-pending'),(123174,13440,'thwma_order_shipping_status','wc-pending'),(123175,13441,'thwma_order_shipping_status','wc-pending'),(123176,13442,'thwma_order_shipping_status','wc-pending'),(123177,13448,'thwma_order_shipping_status','wc-pending'),(123178,13449,'thwma_order_shipping_status','wc-pending'),(123179,13450,'thwma_order_shipping_status','wc-pending'),(123180,13452,'thwma_order_shipping_status','wc-pending'),(123181,13453,'thwma_order_shipping_status','wc-pending'),(123182,13454,'thwma_order_shipping_status','wc-pending'),(123183,13455,'thwma_order_shipping_status','wc-pending'),(123184,13456,'thwma_order_shipping_status','wc-pending'),(123185,13457,'thwma_order_shipping_status','wc-pending'),(123186,13458,'thwma_order_shipping_status','wc-pending'),(123187,13459,'thwma_order_shipping_status','wc-pending'),(123188,13444,'thwma_order_shipping_status','wc-pending'),(123189,13445,'thwma_order_shipping_status','wc-pending'),(123190,13446,'thwma_order_shipping_status','wc-pending'),(123191,13469,'thwma_order_shipping_status','wc-pending'),(123192,13470,'thwma_order_shipping_status','wc-pending'),(123193,13471,'thwma_order_shipping_status','wc-pending'),(123194,13472,'thwma_order_shipping_status','wc-pending'),(123195,13473,'thwma_order_shipping_status','wc-pending'),(123196,13461,'thwma_order_shipping_status','wc-pending'),(123197,13462,'thwma_order_shipping_status','wc-pending'),(123198,13463,'thwma_order_shipping_status','wc-pending'),(123199,13464,'thwma_order_shipping_status','wc-pending'),(123200,13465,'thwma_order_shipping_status','wc-pending'),(123201,13466,'thwma_order_shipping_status','wc-pending'),(123202,13467,'thwma_order_shipping_status','wc-pending'),(123207,13475,'thwma_order_shipping_status','wc-pending'),(123208,13476,'thwma_order_shipping_status','wc-pending'),(123209,13477,'thwma_order_shipping_status','wc-pending'),(123210,13478,'thwma_order_shipping_status','wc-pending'),(123211,13479,'thwma_order_shipping_status','wc-pending'),(123212,13481,'thwma_order_shipping_status','wc-pending'),(123213,13482,'thwma_order_shipping_status','wc-pending'),(123214,13483,'thwma_order_shipping_status','wc-pending'),(123215,13484,'thwma_order_shipping_status','wc-pending'),(123216,13486,'_product_id','490'),(123217,13486,'_variation_id','0'),(123218,13486,'_qty','2'),(123219,13486,'_tax_class',''),(123220,13486,'_line_subtotal','39.2'),(123221,13486,'_line_subtotal_tax','0'),(123222,13486,'_line_total','39.2'),(123223,13486,'_line_tax','0'),(123224,13486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123225,13487,'method_id','fedex'),(123226,13487,'instance_id','1'),(123227,13487,'cost','14.17'),(123228,13487,'total_tax','0'),(123229,13487,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123230,13487,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(123231,13487,'Items','Bulk Active Rinse 100% RM &times; 2'),(123232,13488,'_product_id','93'),(123233,13488,'_variation_id','0'),(123234,13488,'_qty','4'),(123235,13488,'_tax_class',''),(123236,13488,'_line_subtotal','0'),(123237,13488,'_line_subtotal_tax','0'),(123238,13488,'_line_total','0'),(123239,13488,'_line_tax','0'),(123240,13488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123241,13489,'_product_id','99'),(123242,13489,'_variation_id','0'),(123243,13489,'_qty','1'),(123244,13489,'_tax_class',''),(123245,13489,'_line_subtotal','0'),(123246,13489,'_line_subtotal_tax','0'),(123247,13489,'_line_total','0'),(123248,13489,'_line_tax','0'),(123249,13489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123250,13490,'method_id','fedex'),(123251,13490,'instance_id','1'),(123252,13490,'cost','14.17'),(123253,13490,'total_tax','0'),(123254,13490,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123255,13490,'Package 1','15.75 × 14.13 × 6 (in) 18.33lbs × 1'),(123256,13490,'Items','Bulk Active Rinse 100% &times; 4, Bulk Mousse 1 Gallon &times; 1'),(123257,13491,'_product_id','490'),(123258,13491,'_variation_id','0'),(123259,13491,'_qty','3'),(123260,13491,'_tax_class',''),(123261,13491,'_line_subtotal','58.8'),(123262,13491,'_line_subtotal_tax','0'),(123263,13491,'_line_total','58.8'),(123264,13491,'_line_tax','0'),(123265,13491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123266,13492,'_product_id','487'),(123267,13492,'_variation_id','0'),(123268,13492,'_qty','1'),(123269,13492,'_tax_class',''),(123270,13492,'_line_subtotal','31.35'),(123271,13492,'_line_subtotal_tax','0'),(123272,13492,'_line_total','31.35'),(123273,13492,'_line_tax','0'),(123274,13492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123275,13493,'method_id','fedex'),(123276,13493,'instance_id','1'),(123277,13493,'cost','17.23'),(123278,13493,'total_tax','0'),(123279,13493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123280,13493,'Package 1','15.75 × 14.13 × 6 (in) 16.18lbs × 1'),(123281,13493,'Items','Bulk Active Rinse 100% RM &times; 3, Bulk Mousse 1 Gallon RM &times; 1'),(123395,13507,'_product_id','23'),(123396,13507,'_variation_id','0'),(123397,13507,'_qty','10'),(123398,13507,'_tax_class',''),(123399,13507,'_line_subtotal','685.4'),(123400,13507,'_line_subtotal_tax','0'),(123401,13507,'_line_total','685.4'),(123402,13507,'_line_tax','0'),(123403,13507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123404,13508,'_product_id','43'),(123405,13508,'_variation_id','0'),(123406,13508,'_qty','10'),(123407,13508,'_tax_class',''),(123408,13508,'_line_subtotal','792'),(123409,13508,'_line_subtotal_tax','0'),(123410,13508,'_line_total','792'),(123411,13508,'_line_tax','0'),(123412,13508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123413,13509,'_product_id','49'),(123414,13509,'_variation_id','0'),(123415,13509,'_qty','10'),(123416,13509,'_tax_class',''),(123417,13509,'_line_subtotal','792'),(123418,13509,'_line_subtotal_tax','0'),(123419,13509,'_line_total','792'),(123420,13509,'_line_tax','0'),(123421,13509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123422,13510,'_product_id','44'),(123423,13510,'_variation_id','0'),(123424,13510,'_qty','3'),(123425,13510,'_tax_class',''),(123426,13510,'_line_subtotal','348.48'),(123427,13510,'_line_subtotal_tax','0'),(123428,13510,'_line_total','348.48'),(123429,13510,'_line_tax','0'),(123430,13510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123431,13511,'_product_id','2408'),(123432,13511,'_variation_id','0'),(123433,13511,'_qty','6'),(123434,13511,'_tax_class',''),(123435,13511,'_line_subtotal','896.04'),(123436,13511,'_line_subtotal_tax','0'),(123437,13511,'_line_total','896.04'),(123438,13511,'_line_tax','0'),(123439,13511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123440,13512,'_product_id','39'),(123441,13512,'_variation_id','0'),(123442,13512,'_qty','4'),(123443,13512,'_tax_class',''),(123444,13512,'_line_subtotal','316.8'),(123445,13512,'_line_subtotal_tax','0'),(123446,13512,'_line_total','316.8'),(123447,13512,'_line_tax','0'),(123448,13512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123449,13513,'_product_id','45'),(123450,13513,'_variation_id','0'),(123451,13513,'_qty','10'),(123452,13513,'_tax_class',''),(123453,13513,'_line_subtotal','422.4'),(123454,13513,'_line_subtotal_tax','0'),(123455,13513,'_line_total','422.4'),(123456,13513,'_line_tax','0'),(123457,13513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123458,13514,'_product_id','45'),(123459,13514,'_variation_id','0'),(123460,13514,'_qty','10'),(123461,13514,'_tax_class',''),(123462,13514,'_line_subtotal','422.4'),(123463,13514,'_line_subtotal_tax','0'),(123464,13514,'_line_total','422.4'),(123465,13514,'_line_tax','0'),(123466,13514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123467,13515,'_product_id','490'),(123468,13515,'_variation_id','0'),(123469,13515,'_qty','24'),(123470,13515,'_tax_class',''),(123471,13515,'_line_subtotal','470.4'),(123472,13515,'_line_subtotal_tax','0'),(123473,13515,'_line_total','470.4'),(123474,13515,'_line_tax','0'),(123475,13515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123476,13516,'_product_id','137'),(123477,13516,'_variation_id','0'),(123478,13516,'_qty','10'),(123479,13516,'_tax_class',''),(123480,13516,'_line_subtotal','60.5'),(123481,13516,'_line_subtotal_tax','0'),(123482,13516,'_line_total','60.5'),(123483,13516,'_line_tax','0'),(123484,13516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123485,13517,'_product_id','320'),(123486,13517,'_variation_id','0'),(123487,13517,'_qty','10'),(123488,13517,'_tax_class',''),(123489,13517,'_line_subtotal','37.5'),(123490,13517,'_line_subtotal_tax','0'),(123491,13517,'_line_total','37.5'),(123492,13517,'_line_tax','0'),(123493,13517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123494,13518,'_product_id','138'),(123495,13518,'_variation_id','0'),(123496,13518,'_qty','10'),(123497,13518,'_tax_class',''),(123498,13518,'_line_subtotal','49.5'),(123499,13518,'_line_subtotal_tax','0'),(123500,13518,'_line_total','49.5'),(123501,13518,'_line_tax','0'),(123502,13518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123503,13519,'method_id','advanced_free_shipping'),(123504,13519,'instance_id','0'),(123505,13519,'cost','0.00'),(123506,13519,'total_tax','0'),(123507,13519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123508,13520,'_product_id','2110'),(123509,13520,'_variation_id','0'),(123510,13520,'_qty','4'),(123511,13520,'_tax_class',''),(123512,13520,'_line_subtotal','285.6'),(123513,13520,'_line_subtotal_tax','0'),(123514,13520,'_line_total','285.6'),(123515,13520,'_line_tax','0'),(123516,13520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123517,13521,'_product_id','2113'),(123518,13521,'_variation_id','0'),(123519,13521,'_qty','2'),(123520,13521,'_tax_class',''),(123521,13521,'_line_subtotal','344'),(123522,13521,'_line_subtotal_tax','0'),(123523,13521,'_line_total','344'),(123524,13521,'_line_tax','0'),(123525,13521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123526,13522,'_product_id','41'),(123527,13522,'_variation_id','0'),(123528,13522,'_qty','3'),(123529,13522,'_tax_class',''),(123530,13522,'_line_subtotal','199.44'),(123531,13522,'_line_subtotal_tax','0'),(123532,13522,'_line_total','199.44'),(123533,13522,'_line_tax','0'),(123534,13522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123535,13523,'_product_id','45'),(123536,13523,'_variation_id','0'),(123537,13523,'_qty','6'),(123538,13523,'_tax_class',''),(123539,13523,'_line_subtotal','253.44'),(123540,13523,'_line_subtotal_tax','0'),(123541,13523,'_line_total','253.44'),(123542,13523,'_line_tax','0'),(123543,13523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123544,13524,'_product_id','43'),(123545,13524,'_variation_id','0'),(123546,13524,'_qty','2'),(123547,13524,'_tax_class',''),(123548,13524,'_line_subtotal','158.4'),(123549,13524,'_line_subtotal_tax','0'),(123550,13524,'_line_total','158.4'),(123551,13524,'_line_tax','0'),(123552,13524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123553,13525,'_product_id','49'),(123554,13525,'_variation_id','0'),(123555,13525,'_qty','2'),(123556,13525,'_tax_class',''),(123557,13525,'_line_subtotal','158.4'),(123558,13525,'_line_subtotal_tax','0'),(123559,13525,'_line_total','158.4'),(123560,13525,'_line_tax','0'),(123561,13525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123562,13526,'_product_id','490'),(123563,13526,'_variation_id','0'),(123564,13526,'_qty','20'),(123565,13526,'_tax_class',''),(123566,13526,'_line_subtotal','392'),(123567,13526,'_line_subtotal_tax','0'),(123568,13526,'_line_total','392'),(123569,13526,'_line_tax','0'),(123570,13526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123571,13527,'_product_id','488'),(123572,13527,'_variation_id','0'),(123573,13527,'_qty','4'),(123574,13527,'_tax_class',''),(123575,13527,'_line_subtotal','125.4'),(123576,13527,'_line_subtotal_tax','0'),(123577,13527,'_line_total','125.4'),(123578,13527,'_line_tax','0'),(123579,13527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123580,13528,'_product_id','487'),(123581,13528,'_variation_id','0'),(123582,13528,'_qty','4'),(123583,13528,'_tax_class',''),(123584,13528,'_line_subtotal','125.4'),(123585,13528,'_line_subtotal_tax','0'),(123586,13528,'_line_total','125.4'),(123587,13528,'_line_tax','0'),(123588,13528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123589,13529,'method_id','advanced_free_shipping'),(123590,13529,'instance_id','0'),(123591,13529,'cost','0.00'),(123592,13529,'total_tax','0'),(123593,13529,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123596,13530,'_product_id','23'),(123597,13530,'_variation_id','0'),(123598,13530,'_qty','3'),(123599,13530,'_tax_class',''),(123600,13530,'_line_subtotal','205.62'),(123601,13530,'_line_subtotal_tax','0'),(123602,13530,'_line_total','205.62'),(123603,13530,'_line_tax','0'),(123604,13530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123605,13531,'_product_id','38'),(123606,13531,'_variation_id','0'),(123607,13531,'_qty','4'),(123608,13531,'_tax_class',''),(123609,13531,'_line_subtotal','663.04'),(123610,13531,'_line_subtotal_tax','0'),(123611,13531,'_line_total','663.04'),(123612,13531,'_line_tax','0'),(123613,13531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123614,13532,'_product_id','41'),(123615,13532,'_variation_id','0'),(123616,13532,'_qty','4'),(123617,13532,'_tax_class',''),(123618,13532,'_line_subtotal','265.92'),(123619,13532,'_line_subtotal_tax','0'),(123620,13532,'_line_total','265.92'),(123621,13532,'_line_tax','0'),(123622,13532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123623,13533,'_product_id','45'),(123624,13533,'_variation_id','0'),(123625,13533,'_qty','2'),(123626,13533,'_tax_class',''),(123627,13533,'_line_subtotal','84.48'),(123628,13533,'_line_subtotal_tax','0'),(123629,13533,'_line_total','84.48'),(123630,13533,'_line_tax','0'),(123631,13533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123632,13534,'_product_id','43'),(123633,13534,'_variation_id','0'),(123634,13534,'_qty','1'),(123635,13534,'_tax_class',''),(123636,13534,'_line_subtotal','79.2'),(123637,13534,'_line_subtotal_tax','0'),(123638,13534,'_line_total','79.2'),(123639,13534,'_line_tax','0'),(123640,13534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123641,13535,'method_id','advanced_free_shipping'),(123642,13535,'instance_id','0'),(123643,13535,'cost','0.00'),(123644,13535,'total_tax','0'),(123645,13535,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123646,13536,'_product_id','2110'),(123647,13536,'_variation_id','0'),(123648,13536,'_qty','2'),(123649,13536,'_tax_class',''),(123650,13536,'_line_subtotal','142.8'),(123651,13536,'_line_subtotal_tax','0'),(123652,13536,'_line_total','142.8'),(123653,13536,'_line_tax','0'),(123654,13536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123655,13537,'_product_id','41'),(123656,13537,'_variation_id','0'),(123657,13537,'_qty','2'),(123658,13537,'_tax_class',''),(123659,13537,'_line_subtotal','132.96'),(123660,13537,'_line_subtotal_tax','0'),(123661,13537,'_line_total','132.96'),(123662,13537,'_line_tax','0'),(123663,13537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123664,13538,'_product_id','45'),(123665,13538,'_variation_id','0'),(123666,13538,'_qty','3'),(123667,13538,'_tax_class',''),(123668,13538,'_line_subtotal','126.72'),(123669,13538,'_line_subtotal_tax','0'),(123670,13538,'_line_total','126.72'),(123671,13538,'_line_tax','0'),(123672,13538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123673,13539,'_product_id','2408'),(123674,13539,'_variation_id','0'),(123675,13539,'_qty','2'),(123676,13539,'_tax_class',''),(123677,13539,'_line_subtotal','298.68'),(123678,13539,'_line_subtotal_tax','0'),(123679,13539,'_line_total','298.68'),(123680,13539,'_line_tax','0'),(123681,13539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123682,13540,'_product_id','49'),(123683,13540,'_variation_id','0'),(123684,13540,'_qty','4'),(123685,13540,'_tax_class',''),(123686,13540,'_line_subtotal','316.8'),(123687,13540,'_line_subtotal_tax','0'),(123688,13540,'_line_total','316.8'),(123689,13540,'_line_tax','0'),(123690,13540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123691,13541,'method_id','advanced_free_shipping'),(123692,13541,'instance_id','0'),(123693,13541,'cost','0.00'),(123694,13541,'total_tax','0'),(123695,13541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123696,13542,'_product_id','2110'),(123697,13542,'_variation_id','0'),(123698,13542,'_qty','3'),(123699,13542,'_tax_class',''),(123700,13542,'_line_subtotal','214.2'),(123701,13542,'_line_subtotal_tax','0'),(123702,13542,'_line_total','214.2'),(123703,13542,'_line_tax','0'),(123704,13542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123705,13543,'_product_id','45'),(123706,13543,'_variation_id','0'),(123707,13543,'_qty','2'),(123708,13543,'_tax_class',''),(123709,13543,'_line_subtotal','84.48'),(123710,13543,'_line_subtotal_tax','0'),(123711,13543,'_line_total','84.48'),(123712,13543,'_line_tax','0'),(123713,13543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123714,13544,'_product_id','41'),(123715,13544,'_variation_id','0'),(123716,13544,'_qty','2'),(123717,13544,'_tax_class',''),(123718,13544,'_line_subtotal','132.96'),(123719,13544,'_line_subtotal_tax','0'),(123720,13544,'_line_total','132.96'),(123721,13544,'_line_tax','0'),(123722,13544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123723,13545,'_product_id','2408'),(123724,13545,'_variation_id','0'),(123725,13545,'_qty','1'),(123726,13545,'_tax_class',''),(123727,13545,'_line_subtotal','149.34'),(123728,13545,'_line_subtotal_tax','0'),(123729,13545,'_line_total','149.34'),(123730,13545,'_line_tax','0'),(123731,13545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123732,13546,'_product_id','49'),(123733,13546,'_variation_id','0'),(123734,13546,'_qty','1'),(123735,13546,'_tax_class',''),(123736,13546,'_line_subtotal','79.2'),(123737,13546,'_line_subtotal_tax','0'),(123738,13546,'_line_total','79.2'),(123739,13546,'_line_tax','0'),(123740,13546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123741,13547,'_product_id','490'),(123742,13547,'_variation_id','0'),(123743,13547,'_qty','5'),(123744,13547,'_tax_class',''),(123745,13547,'_line_subtotal','98'),(123746,13547,'_line_subtotal_tax','0'),(123747,13547,'_line_total','98'),(123748,13547,'_line_tax','0'),(123749,13547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123750,13548,'_product_id','133'),(123751,13548,'_variation_id','0'),(123752,13548,'_qty','2'),(123753,13548,'_tax_class',''),(123754,13548,'_line_subtotal','28.6'),(123755,13548,'_line_subtotal_tax','0'),(123756,13548,'_line_total','28.6'),(123757,13548,'_line_tax','0'),(123758,13548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123759,13549,'method_id','advanced_free_shipping'),(123760,13549,'instance_id','0'),(123761,13549,'cost','0.00'),(123762,13549,'total_tax','0'),(123763,13549,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123764,13550,'_product_id','2408'),(123765,13550,'_variation_id','0'),(123766,13550,'_qty','3'),(123767,13550,'_tax_class',''),(123768,13550,'_line_subtotal','448.02'),(123769,13550,'_line_subtotal_tax','0'),(123770,13550,'_line_total','448.02'),(123771,13550,'_line_tax','0'),(123772,13550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123773,13551,'_product_id','41'),(123774,13551,'_variation_id','0'),(123775,13551,'_qty','4'),(123776,13551,'_tax_class',''),(123777,13551,'_line_subtotal','265.92'),(123778,13551,'_line_subtotal_tax','0'),(123779,13551,'_line_total','265.92'),(123780,13551,'_line_tax','0'),(123781,13551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123782,13552,'_product_id','133'),(123783,13552,'_variation_id','0'),(123784,13552,'_qty','6'),(123785,13552,'_tax_class',''),(123786,13552,'_line_subtotal','85.8'),(123787,13552,'_line_subtotal_tax','0'),(123788,13552,'_line_total','85.8'),(123789,13552,'_line_tax','0'),(123790,13552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123791,13553,'_product_id','490'),(123792,13553,'_variation_id','0'),(123793,13553,'_qty','5'),(123794,13553,'_tax_class',''),(123795,13553,'_line_subtotal','98'),(123796,13553,'_line_subtotal_tax','0'),(123797,13553,'_line_total','98'),(123798,13553,'_line_tax','0'),(123799,13553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123800,13554,'method_id','advanced_free_shipping'),(123801,13554,'instance_id','0'),(123802,13554,'cost','0.00'),(123803,13554,'total_tax','0'),(123804,13554,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123805,13555,'_product_id','41'),(123806,13555,'_variation_id','0'),(123807,13555,'_qty','3'),(123808,13555,'_tax_class',''),(123809,13555,'_line_subtotal','199.44'),(123810,13555,'_line_subtotal_tax','0'),(123811,13555,'_line_total','199.44'),(123812,13555,'_line_tax','0'),(123813,13555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123814,13556,'method_id','fedex'),(123815,13556,'instance_id','1'),(123816,13556,'cost','16.74'),(123817,13556,'total_tax','0'),(123818,13556,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123819,13556,'Package 1','11.25 × 8.75 × 4.38 (in) 7.61lbs × 1'),(123820,13556,'Items','Professional Lice Comb(Case of 12) &times; 3'),(123862,13562,'_product_id','120'),(123863,13562,'_variation_id','0'),(123864,13562,'_qty','1'),(123865,13562,'_tax_class',''),(123866,13562,'_line_subtotal','52.8'),(123867,13562,'_line_subtotal_tax','0'),(123868,13562,'_line_total','52.8'),(123869,13562,'_line_tax','0'),(123870,13562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123871,13563,'_product_id','2113'),(123872,13563,'_variation_id','0'),(123873,13563,'_qty','1'),(123874,13563,'_tax_class',''),(123875,13563,'_line_subtotal','172'),(123876,13563,'_line_subtotal_tax','0'),(123877,13563,'_line_total','172'),(123878,13563,'_line_tax','0'),(123879,13563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123880,13564,'_product_id','41'),(123881,13564,'_variation_id','0'),(123882,13564,'_qty','5'),(123883,13564,'_tax_class',''),(123884,13564,'_line_subtotal','332.4'),(123885,13564,'_line_subtotal_tax','0'),(123886,13564,'_line_total','332.4'),(123887,13564,'_line_tax','0'),(123888,13564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123889,13565,'_product_id','45'),(123890,13565,'_variation_id','0'),(123891,13565,'_qty','1'),(123892,13565,'_tax_class',''),(123893,13565,'_line_subtotal','42.24'),(123894,13565,'_line_subtotal_tax','0'),(123895,13565,'_line_total','42.24'),(123896,13565,'_line_tax','0'),(123897,13565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123898,13566,'method_id','advanced_free_shipping'),(123899,13566,'instance_id','0'),(123900,13566,'cost','0.00'),(123901,13566,'total_tax','0'),(123902,13566,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123903,13567,'_product_id','120'),(123904,13567,'_variation_id','0'),(123905,13567,'_qty','1'),(123906,13567,'_tax_class',''),(123907,13567,'_line_subtotal','52.8'),(123908,13567,'_line_subtotal_tax','0'),(123909,13567,'_line_total','52.8'),(123910,13567,'_line_tax','0'),(123911,13567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123912,13568,'_product_id','2113'),(123913,13568,'_variation_id','0'),(123914,13568,'_qty','1'),(123915,13568,'_tax_class',''),(123916,13568,'_line_subtotal','172'),(123917,13568,'_line_subtotal_tax','0'),(123918,13568,'_line_total','172'),(123919,13568,'_line_tax','0'),(123920,13568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123921,13569,'_product_id','41'),(123922,13569,'_variation_id','0'),(123923,13569,'_qty','5'),(123924,13569,'_tax_class',''),(123925,13569,'_line_subtotal','332.4'),(123926,13569,'_line_subtotal_tax','0'),(123927,13569,'_line_total','332.4'),(123928,13569,'_line_tax','0'),(123929,13569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123930,13570,'_product_id','45'),(123931,13570,'_variation_id','0'),(123932,13570,'_qty','1'),(123933,13570,'_tax_class',''),(123934,13570,'_line_subtotal','42.24'),(123935,13570,'_line_subtotal_tax','0'),(123936,13570,'_line_total','42.24'),(123937,13570,'_line_tax','0'),(123938,13570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123939,13571,'method_id','advanced_free_shipping'),(123940,13571,'instance_id','0'),(123941,13571,'cost','0.00'),(123942,13571,'total_tax','0'),(123943,13571,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(123944,13572,'_product_id','2110'),(123945,13572,'_variation_id','0'),(123946,13572,'_qty','3'),(123947,13572,'_tax_class',''),(123948,13572,'_line_subtotal','214.2'),(123949,13572,'_line_subtotal_tax','0'),(123950,13572,'_line_total','214.2'),(123951,13572,'_line_tax','0'),(123952,13572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123953,13573,'_product_id','41'),(123954,13573,'_variation_id','0'),(123955,13573,'_qty','2'),(123956,13573,'_tax_class',''),(123957,13573,'_line_subtotal','132.96'),(123958,13573,'_line_subtotal_tax','0'),(123959,13573,'_line_total','132.96'),(123960,13573,'_line_tax','0'),(123961,13573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123962,13574,'_product_id','42'),(123963,13574,'_variation_id','0'),(123964,13574,'_qty','1'),(123965,13574,'_tax_class',''),(123966,13574,'_line_subtotal','79.2'),(123967,13574,'_line_subtotal_tax','0'),(123968,13574,'_line_total','79.2'),(123969,13574,'_line_tax','0'),(123970,13574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123971,13575,'_product_id','43'),(123972,13575,'_variation_id','0'),(123973,13575,'_qty','1'),(123974,13575,'_tax_class',''),(123975,13575,'_line_subtotal','79.2'),(123976,13575,'_line_subtotal_tax','0'),(123977,13575,'_line_total','79.2'),(123978,13575,'_line_tax','0'),(123979,13575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123980,13576,'_product_id','49'),(123981,13576,'_variation_id','0'),(123982,13576,'_qty','2'),(123983,13576,'_tax_class',''),(123984,13576,'_line_subtotal','158.4'),(123985,13576,'_line_subtotal_tax','0'),(123986,13576,'_line_total','158.4'),(123987,13576,'_line_tax','0'),(123988,13576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123989,13577,'_product_id','490'),(123990,13577,'_variation_id','0'),(123991,13577,'_qty','10'),(123992,13577,'_tax_class',''),(123993,13577,'_line_subtotal','196'),(123994,13577,'_line_subtotal_tax','0'),(123995,13577,'_line_total','196'),(123996,13577,'_line_tax','0'),(123997,13577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(123998,13578,'method_id','advanced_free_shipping'),(123999,13578,'instance_id','0'),(124000,13578,'cost','0.00'),(124001,13578,'total_tax','0'),(124002,13578,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124003,13579,'_product_id','23'),(124004,13579,'_variation_id','0'),(124005,13579,'_qty','4'),(124006,13579,'_tax_class',''),(124007,13579,'_line_subtotal','274.16'),(124008,13579,'_line_subtotal_tax','0'),(124009,13579,'_line_total','274.16'),(124010,13579,'_line_tax','0'),(124011,13579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124012,13580,'_product_id','39'),(124013,13580,'_variation_id','0'),(124014,13580,'_qty','1'),(124015,13580,'_tax_class',''),(124016,13580,'_line_subtotal','79.2'),(124017,13580,'_line_subtotal_tax','0'),(124018,13580,'_line_total','79.2'),(124019,13580,'_line_tax','0'),(124020,13580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124021,13581,'_product_id','40'),(124022,13581,'_variation_id','0'),(124023,13581,'_qty','1'),(124024,13581,'_tax_class',''),(124025,13581,'_line_subtotal','79.2'),(124026,13581,'_line_subtotal_tax','0'),(124027,13581,'_line_total','79.2'),(124028,13581,'_line_tax','0'),(124029,13581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124030,13582,'_product_id','49'),(124031,13582,'_variation_id','0'),(124032,13582,'_qty','1'),(124033,13582,'_tax_class',''),(124034,13582,'_line_subtotal','79.2'),(124035,13582,'_line_subtotal_tax','0'),(124036,13582,'_line_total','79.2'),(124037,13582,'_line_tax','0'),(124038,13582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124039,13583,'method_id','advanced_free_shipping'),(124040,13583,'instance_id','0'),(124041,13583,'cost','0.00'),(124042,13583,'total_tax','0'),(124043,13583,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124044,13491,'thwma_order_shipping_status','wc-pending'),(124045,13492,'thwma_order_shipping_status','wc-pending'),(124046,13507,'thwma_order_shipping_status','wc-pending'),(124047,13508,'thwma_order_shipping_status','wc-pending'),(124048,13509,'thwma_order_shipping_status','wc-pending'),(124049,13510,'thwma_order_shipping_status','wc-pending'),(124050,13511,'thwma_order_shipping_status','wc-pending'),(124051,13512,'thwma_order_shipping_status','wc-pending'),(124052,13513,'thwma_order_shipping_status','wc-pending'),(124053,13514,'thwma_order_shipping_status','wc-pending'),(124054,13515,'thwma_order_shipping_status','wc-pending'),(124055,13516,'thwma_order_shipping_status','wc-pending'),(124056,13517,'thwma_order_shipping_status','wc-pending'),(124057,13518,'thwma_order_shipping_status','wc-pending'),(124058,13520,'thwma_order_shipping_status','wc-pending'),(124059,13521,'thwma_order_shipping_status','wc-pending'),(124060,13522,'thwma_order_shipping_status','wc-pending'),(124061,13523,'thwma_order_shipping_status','wc-pending'),(124062,13524,'thwma_order_shipping_status','wc-pending'),(124063,13525,'thwma_order_shipping_status','wc-pending'),(124064,13526,'thwma_order_shipping_status','wc-pending'),(124065,13527,'thwma_order_shipping_status','wc-pending'),(124066,13528,'thwma_order_shipping_status','wc-pending'),(124067,13488,'thwma_order_shipping_status','wc-pending'),(124068,13489,'thwma_order_shipping_status','wc-pending'),(124069,13530,'thwma_order_shipping_status','wc-pending'),(124070,13531,'thwma_order_shipping_status','wc-pending'),(124071,13532,'thwma_order_shipping_status','wc-pending'),(124072,13533,'thwma_order_shipping_status','wc-pending'),(124073,13534,'thwma_order_shipping_status','wc-pending'),(124074,13536,'thwma_order_shipping_status','wc-pending'),(124075,13537,'thwma_order_shipping_status','wc-pending'),(124076,13538,'thwma_order_shipping_status','wc-pending'),(124077,13539,'thwma_order_shipping_status','wc-pending'),(124078,13540,'thwma_order_shipping_status','wc-pending'),(124079,13542,'thwma_order_shipping_status','wc-pending'),(124080,13543,'thwma_order_shipping_status','wc-pending'),(124081,13544,'thwma_order_shipping_status','wc-pending'),(124082,13545,'thwma_order_shipping_status','wc-pending'),(124083,13546,'thwma_order_shipping_status','wc-pending'),(124084,13547,'thwma_order_shipping_status','wc-pending'),(124085,13548,'thwma_order_shipping_status','wc-pending'),(124086,13550,'thwma_order_shipping_status','wc-pending'),(124087,13551,'thwma_order_shipping_status','wc-pending'),(124088,13552,'thwma_order_shipping_status','wc-pending'),(124089,13553,'thwma_order_shipping_status','wc-pending'),(124090,13567,'thwma_order_shipping_status','wc-pending'),(124091,13568,'thwma_order_shipping_status','wc-pending'),(124092,13569,'thwma_order_shipping_status','wc-pending'),(124093,13570,'thwma_order_shipping_status','wc-pending'),(124094,13584,'_product_id','41'),(124095,13584,'_variation_id','0'),(124096,13584,'_qty','2'),(124097,13584,'_tax_class',''),(124098,13584,'_line_subtotal','132.96'),(124099,13584,'_line_subtotal_tax','0'),(124100,13584,'_line_total','132.96'),(124101,13584,'_line_tax','0'),(124102,13584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124103,13585,'_product_id','40'),(124104,13585,'_variation_id','0'),(124105,13585,'_qty','1'),(124106,13585,'_tax_class',''),(124107,13585,'_line_subtotal','79.2'),(124108,13585,'_line_subtotal_tax','0'),(124109,13585,'_line_total','79.2'),(124110,13585,'_line_tax','0'),(124111,13585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124112,13586,'_product_id','49'),(124113,13586,'_variation_id','0'),(124114,13586,'_qty','1'),(124115,13586,'_tax_class',''),(124116,13586,'_line_subtotal','79.2'),(124117,13586,'_line_subtotal_tax','0'),(124118,13586,'_line_total','79.2'),(124119,13586,'_line_tax','0'),(124120,13586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124121,13587,'_product_id','39'),(124122,13587,'_variation_id','0'),(124123,13587,'_qty','1'),(124124,13587,'_tax_class',''),(124125,13587,'_line_subtotal','79.2'),(124126,13587,'_line_subtotal_tax','0'),(124127,13587,'_line_total','79.2'),(124128,13587,'_line_tax','0'),(124129,13587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124130,13588,'method_id','fedex'),(124131,13588,'instance_id','1'),(124132,13588,'cost','20.33'),(124133,13588,'total_tax','0'),(124134,13588,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124135,13588,'Package 1','17 × 14 × 10 (in) 28.45lbs × 1'),(124136,13588,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Conditioner(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1'),(124147,13589,'_product_id','23'),(124148,13589,'_variation_id','0'),(124149,13589,'_qty','4'),(124150,13589,'_tax_class',''),(124151,13589,'_line_subtotal','274.16'),(124152,13589,'_line_subtotal_tax','0'),(124153,13589,'_line_total','274.16'),(124154,13589,'_line_tax','0'),(124155,13589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124156,13590,'_product_id','41'),(124157,13590,'_variation_id','0'),(124158,13590,'_qty','2'),(124159,13590,'_tax_class',''),(124160,13590,'_line_subtotal','132.96'),(124161,13590,'_line_subtotal_tax','0'),(124162,13590,'_line_total','132.96'),(124163,13590,'_line_tax','0'),(124164,13590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124165,13591,'_product_id','43'),(124166,13591,'_variation_id','0'),(124167,13591,'_qty','1'),(124168,13591,'_tax_class',''),(124169,13591,'_line_subtotal','79.2'),(124170,13591,'_line_subtotal_tax','0'),(124171,13591,'_line_total','79.2'),(124172,13591,'_line_tax','0'),(124173,13591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124174,13592,'_product_id','490'),(124175,13592,'_variation_id','0'),(124176,13592,'_qty','10'),(124177,13592,'_tax_class',''),(124178,13592,'_line_subtotal','196'),(124179,13592,'_line_subtotal_tax','0'),(124180,13592,'_line_total','196'),(124181,13592,'_line_tax','0'),(124182,13592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124183,13593,'_product_id','488'),(124184,13593,'_variation_id','0'),(124185,13593,'_qty','2'),(124186,13593,'_tax_class',''),(124187,13593,'_line_subtotal','62.7'),(124188,13593,'_line_subtotal_tax','0'),(124189,13593,'_line_total','62.7'),(124190,13593,'_line_tax','0'),(124191,13593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124192,13594,'_product_id','487'),(124193,13594,'_variation_id','0'),(124194,13594,'_qty','2'),(124195,13594,'_tax_class',''),(124196,13594,'_line_subtotal','62.7'),(124197,13594,'_line_subtotal_tax','0'),(124198,13594,'_line_total','62.7'),(124199,13594,'_line_tax','0'),(124200,13594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124201,13595,'method_id','advanced_free_shipping'),(124202,13595,'instance_id','0'),(124203,13595,'cost','0.00'),(124204,13595,'total_tax','0'),(124205,13595,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124206,13584,'thwma_order_shipping_status','wc-pending'),(124207,13585,'thwma_order_shipping_status','wc-pending'),(124208,13586,'thwma_order_shipping_status','wc-pending'),(124209,13587,'thwma_order_shipping_status','wc-pending'),(124210,13596,'_product_id','93'),(124211,13596,'_variation_id','0'),(124212,13596,'_qty','7'),(124213,13596,'_tax_class',''),(124214,13596,'_line_subtotal','0'),(124215,13596,'_line_subtotal_tax','0'),(124216,13596,'_line_total','0'),(124217,13596,'_line_tax','0'),(124218,13596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124219,13597,'_product_id','44'),(124220,13597,'_variation_id','0'),(124221,13597,'_qty','1'),(124222,13597,'_tax_class',''),(124223,13597,'_line_subtotal','116.16'),(124224,13597,'_line_subtotal_tax','0'),(124225,13597,'_line_total','116.16'),(124226,13597,'_line_tax','0'),(124227,13597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124228,13598,'_product_id','2408'),(124229,13598,'_variation_id','0'),(124230,13598,'_qty','1'),(124231,13598,'_tax_class',''),(124232,13598,'_line_subtotal','149.34'),(124233,13598,'_line_subtotal_tax','0'),(124234,13598,'_line_total','149.34'),(124235,13598,'_line_tax','0'),(124236,13598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124237,13599,'_product_id','2400'),(124238,13599,'_variation_id','0'),(124239,13599,'_qty','1'),(124240,13599,'_tax_class',''),(124241,13599,'_line_subtotal','186.3'),(124242,13599,'_line_subtotal_tax','0'),(124243,13599,'_line_total','186.3'),(124244,13599,'_line_tax','0'),(124245,13599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124246,13600,'_product_id','2110'),(124247,13600,'_variation_id','0'),(124248,13600,'_qty','1'),(124249,13600,'_tax_class',''),(124250,13600,'_line_subtotal','71.4'),(124251,13600,'_line_subtotal_tax','0'),(124252,13600,'_line_total','71.4'),(124253,13600,'_line_tax','0'),(124254,13600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124255,13601,'_product_id','2113'),(124256,13601,'_variation_id','0'),(124257,13601,'_qty','1'),(124258,13601,'_tax_class',''),(124259,13601,'_line_subtotal','172'),(124260,13601,'_line_subtotal_tax','0'),(124261,13601,'_line_total','172'),(124262,13601,'_line_tax','0'),(124263,13601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124264,13602,'_product_id','45'),(124265,13602,'_variation_id','0'),(124266,13602,'_qty','1'),(124267,13602,'_tax_class',''),(124268,13602,'_line_subtotal','42.24'),(124269,13602,'_line_subtotal_tax','0'),(124270,13602,'_line_total','42.24'),(124271,13602,'_line_tax','0'),(124272,13602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124273,13603,'_product_id','39'),(124274,13603,'_variation_id','0'),(124275,13603,'_qty','1'),(124276,13603,'_tax_class',''),(124277,13603,'_line_subtotal','79.2'),(124278,13603,'_line_subtotal_tax','0'),(124279,13603,'_line_total','79.2'),(124280,13603,'_line_tax','0'),(124281,13603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124282,13604,'_product_id','40'),(124283,13604,'_variation_id','0'),(124284,13604,'_qty','1'),(124285,13604,'_tax_class',''),(124286,13604,'_line_subtotal','79.2'),(124287,13604,'_line_subtotal_tax','0'),(124288,13604,'_line_total','79.2'),(124289,13604,'_line_tax','0'),(124290,13604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124291,13605,'_product_id','43'),(124292,13605,'_variation_id','0'),(124293,13605,'_qty','1'),(124294,13605,'_tax_class',''),(124295,13605,'_line_subtotal','79.2'),(124296,13605,'_line_subtotal_tax','0'),(124297,13605,'_line_total','79.2'),(124298,13605,'_line_tax','0'),(124299,13605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124300,13606,'method_id','advanced_free_shipping'),(124301,13606,'instance_id','0'),(124302,13606,'cost','0.00'),(124303,13606,'total_tax','0'),(124304,13606,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124337,13611,'_product_id','2110'),(124338,13611,'_variation_id','0'),(124339,13611,'_qty','6'),(124340,13611,'_tax_class',''),(124341,13611,'_line_subtotal','428.4'),(124342,13611,'_line_subtotal_tax','0'),(124343,13611,'_line_total','428.4'),(124344,13611,'_line_tax','0'),(124345,13611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124346,13612,'_product_id','39'),(124347,13612,'_variation_id','0'),(124348,13612,'_qty','2'),(124349,13612,'_tax_class',''),(124350,13612,'_line_subtotal','158.4'),(124351,13612,'_line_subtotal_tax','0'),(124352,13612,'_line_total','158.4'),(124353,13612,'_line_tax','0'),(124354,13612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124355,13613,'_product_id','40'),(124356,13613,'_variation_id','0'),(124357,13613,'_qty','2'),(124358,13613,'_tax_class',''),(124359,13613,'_line_subtotal','158.4'),(124360,13613,'_line_subtotal_tax','0'),(124361,13613,'_line_total','158.4'),(124362,13613,'_line_tax','0'),(124363,13613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124364,13614,'_product_id','41'),(124365,13614,'_variation_id','0'),(124366,13614,'_qty','6'),(124367,13614,'_tax_class',''),(124368,13614,'_line_subtotal','398.88'),(124369,13614,'_line_subtotal_tax','0'),(124370,13614,'_line_total','398.88'),(124371,13614,'_line_tax','0'),(124372,13614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124373,13615,'_product_id','49'),(124374,13615,'_variation_id','0'),(124375,13615,'_qty','5'),(124376,13615,'_tax_class',''),(124377,13615,'_line_subtotal','396'),(124378,13615,'_line_subtotal_tax','0'),(124379,13615,'_line_total','396'),(124380,13615,'_line_tax','0'),(124381,13615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124382,13616,'method_id','advanced_free_shipping'),(124383,13616,'instance_id','0'),(124384,13616,'cost','0.00'),(124385,13616,'total_tax','0'),(124386,13616,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124387,13572,'thwma_order_shipping_status','wc-pending'),(124388,13573,'thwma_order_shipping_status','wc-pending'),(124389,13574,'thwma_order_shipping_status','wc-pending'),(124390,13575,'thwma_order_shipping_status','wc-pending'),(124391,13576,'thwma_order_shipping_status','wc-pending'),(124392,13577,'thwma_order_shipping_status','wc-pending'),(124393,13589,'thwma_order_shipping_status','wc-pending'),(124394,13590,'thwma_order_shipping_status','wc-pending'),(124395,13591,'thwma_order_shipping_status','wc-pending'),(124396,13592,'thwma_order_shipping_status','wc-pending'),(124397,13593,'thwma_order_shipping_status','wc-pending'),(124398,13594,'thwma_order_shipping_status','wc-pending'),(124399,13579,'thwma_order_shipping_status','wc-pending'),(124400,13580,'thwma_order_shipping_status','wc-pending'),(124401,13581,'thwma_order_shipping_status','wc-pending'),(124402,13582,'thwma_order_shipping_status','wc-pending'),(124403,13611,'thwma_order_shipping_status','wc-pending'),(124404,13612,'thwma_order_shipping_status','wc-pending'),(124405,13613,'thwma_order_shipping_status','wc-pending'),(124406,13614,'thwma_order_shipping_status','wc-pending'),(124407,13615,'thwma_order_shipping_status','wc-pending'),(124408,13617,'_product_id','49'),(124409,13617,'_variation_id','0'),(124410,13617,'_qty','3'),(124411,13617,'_tax_class',''),(124412,13617,'_line_subtotal','237.6'),(124413,13617,'_line_subtotal_tax','0'),(124414,13617,'_line_total','237.6'),(124415,13617,'_line_tax','0'),(124416,13617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124417,13618,'method_id','fedex'),(124418,13618,'instance_id','1'),(124419,13618,'cost','30.89'),(124420,13618,'total_tax','0'),(124421,13618,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124422,13618,'Package 1','17 × 14 × 10 (in) 24.4lbs × 1'),(124423,13618,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(124424,13619,'_product_id','2110'),(124425,13619,'_variation_id','0'),(124426,13619,'_qty','10'),(124427,13619,'_tax_class',''),(124428,13619,'_line_subtotal','714'),(124429,13619,'_line_subtotal_tax','0'),(124430,13619,'_line_total','714'),(124431,13619,'_line_tax','0'),(124432,13619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124433,13620,'method_id','advanced_free_shipping'),(124434,13620,'instance_id','0'),(124435,13620,'cost','0.00'),(124436,13620,'total_tax','0'),(124437,13620,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124438,13621,'_product_id','93'),(124439,13621,'_variation_id','0'),(124440,13621,'_qty','20'),(124441,13621,'_tax_class',''),(124442,13621,'_line_subtotal','0'),(124443,13621,'_line_subtotal_tax','0'),(124444,13621,'_line_total','0'),(124445,13621,'_line_tax','0'),(124446,13621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124447,13622,'method_id','fedex'),(124448,13622,'instance_id','1'),(124449,13622,'cost','22.56'),(124450,13622,'total_tax','0'),(124451,13622,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124452,13622,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(124453,13622,'Items','Bulk Active Rinse 100% &times; 20'),(124454,13623,'_product_id','2110'),(124455,13623,'_variation_id','0'),(124456,13623,'_qty','3'),(124457,13623,'_tax_class',''),(124458,13623,'_line_subtotal','214.2'),(124459,13623,'_line_subtotal_tax','0'),(124460,13623,'_line_total','214.2'),(124461,13623,'_line_tax','0'),(124462,13623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124463,13624,'_product_id','2113'),(124464,13624,'_variation_id','0'),(124465,13624,'_qty','1'),(124466,13624,'_tax_class',''),(124467,13624,'_line_subtotal','172'),(124468,13624,'_line_subtotal_tax','0'),(124469,13624,'_line_total','172'),(124470,13624,'_line_tax','0'),(124471,13624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124472,13625,'_product_id','41'),(124473,13625,'_variation_id','0'),(124474,13625,'_qty','3'),(124475,13625,'_tax_class',''),(124476,13625,'_line_subtotal','199.44'),(124477,13625,'_line_subtotal_tax','0'),(124478,13625,'_line_total','199.44'),(124479,13625,'_line_tax','0'),(124480,13625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124481,13626,'_product_id','45'),(124482,13626,'_variation_id','0'),(124483,13626,'_qty','2'),(124484,13626,'_tax_class',''),(124485,13626,'_line_subtotal','84.48'),(124486,13626,'_line_subtotal_tax','0'),(124487,13626,'_line_total','84.48'),(124488,13626,'_line_tax','0'),(124489,13626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124490,13627,'_product_id','120'),(124491,13627,'_variation_id','0'),(124492,13627,'_qty','1'),(124493,13627,'_tax_class',''),(124494,13627,'_line_subtotal','52.8'),(124495,13627,'_line_subtotal_tax','0'),(124496,13627,'_line_total','52.8'),(124497,13627,'_line_tax','0'),(124498,13627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124499,13628,'_product_id','43'),(124500,13628,'_variation_id','0'),(124501,13628,'_qty','1'),(124502,13628,'_tax_class',''),(124503,13628,'_line_subtotal','79.2'),(124504,13628,'_line_subtotal_tax','0'),(124505,13628,'_line_total','79.2'),(124506,13628,'_line_tax','0'),(124507,13628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124508,13629,'_product_id','49'),(124509,13629,'_variation_id','0'),(124510,13629,'_qty','3'),(124511,13629,'_tax_class',''),(124512,13629,'_line_subtotal','237.6'),(124513,13629,'_line_subtotal_tax','0'),(124514,13629,'_line_total','237.6'),(124515,13629,'_line_tax','0'),(124516,13629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124517,13630,'_product_id','44'),(124518,13630,'_variation_id','0'),(124519,13630,'_qty','1'),(124520,13630,'_tax_class',''),(124521,13630,'_line_subtotal','116.16'),(124522,13630,'_line_subtotal_tax','0'),(124523,13630,'_line_total','116.16'),(124524,13630,'_line_tax','0'),(124525,13630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124526,13631,'_product_id','93'),(124527,13631,'_variation_id','0'),(124528,13631,'_qty','10'),(124529,13631,'_tax_class',''),(124530,13631,'_line_subtotal','0'),(124531,13631,'_line_subtotal_tax','0'),(124532,13631,'_line_total','0'),(124533,13631,'_line_tax','0'),(124534,13631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124535,13632,'_product_id','97'),(124536,13632,'_variation_id','0'),(124537,13632,'_qty','2'),(124538,13632,'_tax_class',''),(124539,13632,'_line_subtotal','0'),(124540,13632,'_line_subtotal_tax','0'),(124541,13632,'_line_total','0'),(124542,13632,'_line_tax','0'),(124543,13632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124544,13633,'_product_id','99'),(124545,13633,'_variation_id','0'),(124546,13633,'_qty','2'),(124547,13633,'_tax_class',''),(124548,13633,'_line_subtotal','0'),(124549,13633,'_line_subtotal_tax','0'),(124550,13633,'_line_total','0'),(124551,13633,'_line_tax','0'),(124552,13633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124553,13634,'_product_id','133'),(124554,13634,'_variation_id','0'),(124555,13634,'_qty','3'),(124556,13634,'_tax_class',''),(124557,13634,'_line_subtotal','42.9'),(124558,13634,'_line_subtotal_tax','0'),(124559,13634,'_line_total','42.9'),(124560,13634,'_line_tax','0'),(124561,13634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124562,13635,'method_id','advanced_free_shipping'),(124563,13635,'instance_id','0'),(124564,13635,'cost','0.00'),(124565,13635,'total_tax','0'),(124566,13635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124567,13636,'_product_id','2113'),(124568,13636,'_variation_id','0'),(124569,13636,'_qty','1'),(124570,13636,'_tax_class',''),(124571,13636,'_line_subtotal','172'),(124572,13636,'_line_subtotal_tax','0'),(124573,13636,'_line_total','172'),(124574,13636,'_line_tax','0'),(124575,13636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124576,13637,'_product_id','2110'),(124577,13637,'_variation_id','0'),(124578,13637,'_qty','1'),(124579,13637,'_tax_class',''),(124580,13637,'_line_subtotal','71.4'),(124581,13637,'_line_subtotal_tax','0'),(124582,13637,'_line_total','71.4'),(124583,13637,'_line_tax','0'),(124584,13637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124585,13638,'_product_id','45'),(124586,13638,'_variation_id','0'),(124587,13638,'_qty','2'),(124588,13638,'_tax_class',''),(124589,13638,'_line_subtotal','84.48'),(124590,13638,'_line_subtotal_tax','0'),(124591,13638,'_line_total','84.48'),(124592,13638,'_line_tax','0'),(124593,13638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124594,13639,'_product_id','41'),(124595,13639,'_variation_id','0'),(124596,13639,'_qty','1'),(124597,13639,'_tax_class',''),(124598,13639,'_line_subtotal','66.48'),(124599,13639,'_line_subtotal_tax','0'),(124600,13639,'_line_total','66.48'),(124601,13639,'_line_tax','0'),(124602,13639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124603,13640,'_product_id','490'),(124604,13640,'_variation_id','0'),(124605,13640,'_qty','6'),(124606,13640,'_tax_class',''),(124607,13640,'_line_subtotal','117.6'),(124608,13640,'_line_subtotal_tax','0'),(124609,13640,'_line_total','117.6'),(124610,13640,'_line_tax','0'),(124611,13640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124612,13641,'_product_id','318'),(124613,13641,'_variation_id','0'),(124614,13641,'_qty','6'),(124615,13641,'_tax_class',''),(124616,13641,'_line_subtotal','18'),(124617,13641,'_line_subtotal_tax','0'),(124618,13641,'_line_total','18'),(124619,13641,'_line_tax','0'),(124620,13641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124621,13642,'_product_id','23'),(124622,13642,'_variation_id','0'),(124623,13642,'_qty','1'),(124624,13642,'_tax_class',''),(124625,13642,'_line_subtotal','68.54'),(124626,13642,'_line_subtotal_tax','0'),(124627,13642,'_line_total','68.54'),(124628,13642,'_line_tax','0'),(124629,13642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124630,13643,'_product_id','38'),(124631,13643,'_variation_id','0'),(124632,13643,'_qty','1'),(124633,13643,'_tax_class',''),(124634,13643,'_line_subtotal','165.76'),(124635,13643,'_line_subtotal_tax','0'),(124636,13643,'_line_total','165.76'),(124637,13643,'_line_tax','0'),(124638,13643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124639,13644,'method_id','advanced_free_shipping'),(124640,13644,'instance_id','0'),(124641,13644,'cost','0.00'),(124642,13644,'total_tax','0'),(124643,13644,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124734,13636,'thwma_order_shipping_status','wc-pending'),(124735,13637,'thwma_order_shipping_status','wc-pending'),(124736,13638,'thwma_order_shipping_status','wc-pending'),(124737,13639,'thwma_order_shipping_status','wc-pending'),(124738,13640,'thwma_order_shipping_status','wc-pending'),(124739,13641,'thwma_order_shipping_status','wc-pending'),(124740,13642,'thwma_order_shipping_status','wc-pending'),(124741,13643,'thwma_order_shipping_status','wc-pending'),(124742,13645,'_product_id','43'),(124743,13645,'_variation_id','0'),(124744,13645,'_qty','1'),(124745,13645,'_tax_class',''),(124746,13645,'_line_subtotal','79.2'),(124747,13645,'_line_subtotal_tax','0'),(124748,13645,'_line_total','79.2'),(124749,13645,'_line_tax','0'),(124750,13645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124751,13646,'_product_id','490'),(124752,13646,'_variation_id','0'),(124753,13646,'_qty','5'),(124754,13646,'_tax_class',''),(124755,13646,'_line_subtotal','98'),(124756,13646,'_line_subtotal_tax','0'),(124757,13646,'_line_total','98'),(124758,13646,'_line_tax','0'),(124759,13646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124760,13647,'_product_id','2113'),(124761,13647,'_variation_id','0'),(124762,13647,'_qty','2'),(124763,13647,'_tax_class',''),(124764,13647,'_line_subtotal','344'),(124765,13647,'_line_subtotal_tax','0'),(124766,13647,'_line_total','344'),(124767,13647,'_line_tax','0'),(124768,13647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124769,13648,'_product_id','45'),(124770,13648,'_variation_id','0'),(124771,13648,'_qty','1'),(124772,13648,'_tax_class',''),(124773,13648,'_line_subtotal','42.24'),(124774,13648,'_line_subtotal_tax','0'),(124775,13648,'_line_total','42.24'),(124776,13648,'_line_tax','0'),(124777,13648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124778,13649,'_product_id','41'),(124779,13649,'_variation_id','0'),(124780,13649,'_qty','1'),(124781,13649,'_tax_class',''),(124782,13649,'_line_subtotal','66.48'),(124783,13649,'_line_subtotal_tax','0'),(124784,13649,'_line_total','66.48'),(124785,13649,'_line_tax','0'),(124786,13649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124787,13650,'method_id','advanced_free_shipping'),(124788,13650,'instance_id','0'),(124789,13650,'cost','0.00'),(124790,13650,'total_tax','0'),(124791,13650,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124792,13651,'_product_id','45'),(124793,13651,'_variation_id','0'),(124794,13651,'_qty','5'),(124795,13651,'_tax_class',''),(124796,13651,'_line_subtotal','211.2'),(124797,13651,'_line_subtotal_tax','0'),(124798,13651,'_line_total','211.2'),(124799,13651,'_line_tax','0'),(124800,13651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124801,13652,'_product_id','39'),(124802,13652,'_variation_id','0'),(124803,13652,'_qty','1'),(124804,13652,'_tax_class',''),(124805,13652,'_line_subtotal','79.2'),(124806,13652,'_line_subtotal_tax','0'),(124807,13652,'_line_total','79.2'),(124808,13652,'_line_tax','0'),(124809,13652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124810,13653,'_product_id','42'),(124811,13653,'_variation_id','0'),(124812,13653,'_qty','2'),(124813,13653,'_tax_class',''),(124814,13653,'_line_subtotal','158.4'),(124815,13653,'_line_subtotal_tax','0'),(124816,13653,'_line_total','158.4'),(124817,13653,'_line_tax','0'),(124818,13653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124819,13654,'_product_id','43'),(124820,13654,'_variation_id','0'),(124821,13654,'_qty','2'),(124822,13654,'_tax_class',''),(124823,13654,'_line_subtotal','158.4'),(124824,13654,'_line_subtotal_tax','0'),(124825,13654,'_line_total','158.4'),(124826,13654,'_line_tax','0'),(124827,13654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124828,13655,'_product_id','487'),(124829,13655,'_variation_id','0'),(124830,13655,'_qty','1'),(124831,13655,'_tax_class',''),(124832,13655,'_line_subtotal','31.35'),(124833,13655,'_line_subtotal_tax','0'),(124834,13655,'_line_total','31.35'),(124835,13655,'_line_tax','0'),(124836,13655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124837,13656,'_product_id','490'),(124838,13656,'_variation_id','0'),(124839,13656,'_qty','10'),(124840,13656,'_tax_class',''),(124841,13656,'_line_subtotal','196'),(124842,13656,'_line_subtotal_tax','0'),(124843,13656,'_line_total','196'),(124844,13656,'_line_tax','0'),(124845,13656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124846,13657,'_product_id','2110'),(124847,13657,'_variation_id','0'),(124848,13657,'_qty','1'),(124849,13657,'_tax_class',''),(124850,13657,'_line_subtotal','71.4'),(124851,13657,'_line_subtotal_tax','0'),(124852,13657,'_line_total','71.4'),(124853,13657,'_line_tax','0'),(124854,13657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124855,13658,'_product_id','2113'),(124856,13658,'_variation_id','0'),(124857,13658,'_qty','2'),(124858,13658,'_tax_class',''),(124859,13658,'_line_subtotal','344'),(124860,13658,'_line_subtotal_tax','0'),(124861,13658,'_line_total','344'),(124862,13658,'_line_tax','0'),(124863,13658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124864,13659,'_product_id','41'),(124865,13659,'_variation_id','0'),(124866,13659,'_qty','1'),(124867,13659,'_tax_class',''),(124868,13659,'_line_subtotal','66.48'),(124869,13659,'_line_subtotal_tax','0'),(124870,13659,'_line_total','66.48'),(124871,13659,'_line_tax','0'),(124872,13659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124873,13660,'method_id','advanced_free_shipping'),(124874,13660,'instance_id','0'),(124875,13660,'cost','0.00'),(124876,13660,'total_tax','0'),(124877,13660,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124878,13661,'_product_id','39'),(124879,13661,'_variation_id','0'),(124880,13661,'_qty','1'),(124881,13661,'_tax_class',''),(124882,13661,'_line_subtotal','79.2'),(124883,13661,'_line_subtotal_tax','0'),(124884,13661,'_line_total','79.2'),(124885,13661,'_line_tax','0'),(124886,13661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124887,13662,'_product_id','40'),(124888,13662,'_variation_id','0'),(124889,13662,'_qty','1'),(124890,13662,'_tax_class',''),(124891,13662,'_line_subtotal','79.2'),(124892,13662,'_line_subtotal_tax','0'),(124893,13662,'_line_total','79.2'),(124894,13662,'_line_tax','0'),(124895,13662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124896,13663,'_product_id','42'),(124897,13663,'_variation_id','0'),(124898,13663,'_qty','1'),(124899,13663,'_tax_class',''),(124900,13663,'_line_subtotal','79.2'),(124901,13663,'_line_subtotal_tax','0'),(124902,13663,'_line_total','79.2'),(124903,13663,'_line_tax','0'),(124904,13663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124905,13664,'_product_id','43'),(124906,13664,'_variation_id','0'),(124907,13664,'_qty','1'),(124908,13664,'_tax_class',''),(124909,13664,'_line_subtotal','79.2'),(124910,13664,'_line_subtotal_tax','0'),(124911,13664,'_line_total','79.2'),(124912,13664,'_line_tax','0'),(124913,13664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124914,13665,'_product_id','490'),(124915,13665,'_variation_id','0'),(124916,13665,'_qty','8'),(124917,13665,'_tax_class',''),(124918,13665,'_line_subtotal','156.8'),(124919,13665,'_line_subtotal_tax','0'),(124920,13665,'_line_total','156.8'),(124921,13665,'_line_tax','0'),(124922,13665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124923,13666,'_product_id','2113'),(124924,13666,'_variation_id','0'),(124925,13666,'_qty','1'),(124926,13666,'_tax_class',''),(124927,13666,'_line_subtotal','172'),(124928,13666,'_line_subtotal_tax','0'),(124929,13666,'_line_total','172'),(124930,13666,'_line_tax','0'),(124931,13666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124932,13667,'_product_id','45'),(124933,13667,'_variation_id','0'),(124934,13667,'_qty','1'),(124935,13667,'_tax_class',''),(124936,13667,'_line_subtotal','42.24'),(124937,13667,'_line_subtotal_tax','0'),(124938,13667,'_line_total','42.24'),(124939,13667,'_line_tax','0'),(124940,13667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124941,13668,'_product_id','41'),(124942,13668,'_variation_id','0'),(124943,13668,'_qty','1'),(124944,13668,'_tax_class',''),(124945,13668,'_line_subtotal','66.48'),(124946,13668,'_line_subtotal_tax','0'),(124947,13668,'_line_total','66.48'),(124948,13668,'_line_tax','0'),(124949,13668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124950,13669,'_product_id','487'),(124951,13669,'_variation_id','0'),(124952,13669,'_qty','1'),(124953,13669,'_tax_class',''),(124954,13669,'_line_subtotal','31.35'),(124955,13669,'_line_subtotal_tax','0'),(124956,13669,'_line_total','31.35'),(124957,13669,'_line_tax','0'),(124958,13669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124959,13670,'_product_id','488'),(124960,13670,'_variation_id','0'),(124961,13670,'_qty','1'),(124962,13670,'_tax_class',''),(124963,13670,'_line_subtotal','31.35'),(124964,13670,'_line_subtotal_tax','0'),(124965,13670,'_line_total','31.35'),(124966,13670,'_line_tax','0'),(124967,13670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124968,13671,'_product_id','490'),(124969,13671,'_variation_id','0'),(124970,13671,'_qty','4'),(124971,13671,'_tax_class',''),(124972,13671,'_line_subtotal','78.4'),(124973,13671,'_line_subtotal_tax','0'),(124974,13671,'_line_total','78.4'),(124975,13671,'_line_tax','0'),(124976,13671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124977,13672,'method_id','advanced_free_shipping'),(124978,13672,'instance_id','0'),(124979,13672,'cost','0.00'),(124980,13672,'total_tax','0'),(124981,13672,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(124982,13673,'_product_id','23'),(124983,13673,'_variation_id','0'),(124984,13673,'_qty','4'),(124985,13673,'_tax_class',''),(124986,13673,'_line_subtotal','274.16'),(124987,13673,'_line_subtotal_tax','0'),(124988,13673,'_line_total','274.16'),(124989,13673,'_line_tax','0'),(124990,13673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(124991,13674,'_product_id','49'),(124992,13674,'_variation_id','0'),(124993,13674,'_qty','1'),(124994,13674,'_tax_class',''),(124995,13674,'_line_subtotal','79.2'),(124996,13674,'_line_subtotal_tax','0'),(124997,13674,'_line_total','79.2'),(124998,13674,'_line_tax','0'),(124999,13674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125000,13675,'_product_id','144'),(125001,13675,'_variation_id','0'),(125002,13675,'_qty','10'),(125003,13675,'_tax_class',''),(125004,13675,'_line_subtotal','13.8'),(125005,13675,'_line_subtotal_tax','0'),(125006,13675,'_line_total','13.8'),(125007,13675,'_line_tax','0'),(125008,13675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125009,13676,'_product_id','490'),(125010,13676,'_variation_id','0'),(125011,13676,'_qty','7'),(125012,13676,'_tax_class',''),(125013,13676,'_line_subtotal','137.2'),(125014,13676,'_line_subtotal_tax','0'),(125015,13676,'_line_total','137.2'),(125016,13676,'_line_tax','0'),(125017,13676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125018,13677,'method_id','advanced_free_shipping'),(125019,13677,'instance_id','0'),(125020,13677,'cost','0.00'),(125021,13677,'total_tax','0'),(125022,13677,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125085,13678,'_product_id','42'),(125086,13678,'_variation_id','0'),(125087,13678,'_qty','3'),(125088,13678,'_tax_class',''),(125089,13678,'_line_subtotal','237.6'),(125090,13678,'_line_subtotal_tax','0'),(125091,13678,'_line_total','237.6'),(125092,13678,'_line_tax','0'),(125093,13678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125094,13679,'_product_id','42'),(125095,13679,'_variation_id','0'),(125096,13679,'_qty','3'),(125097,13679,'_tax_class',''),(125098,13679,'_line_subtotal','237.6'),(125099,13679,'_line_subtotal_tax','0'),(125100,13679,'_line_total','237.6'),(125101,13679,'_line_tax','0'),(125102,13679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125103,13680,'_product_id','2400'),(125104,13680,'_variation_id','0'),(125105,13680,'_qty','3'),(125106,13680,'_tax_class',''),(125107,13680,'_line_subtotal','558.9'),(125108,13680,'_line_subtotal_tax','0'),(125109,13680,'_line_total','558.9'),(125110,13680,'_line_tax','0'),(125111,13680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125112,13681,'_product_id','2408'),(125113,13681,'_variation_id','0'),(125114,13681,'_qty','2'),(125115,13681,'_tax_class',''),(125116,13681,'_line_subtotal','298.68'),(125117,13681,'_line_subtotal_tax','0'),(125118,13681,'_line_total','298.68'),(125119,13681,'_line_tax','0'),(125120,13681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125121,13682,'method_id','advanced_free_shipping'),(125122,13682,'instance_id','0'),(125123,13682,'cost','0.00'),(125124,13682,'total_tax','0'),(125125,13682,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125126,13683,'_product_id','2110'),(125127,13683,'_variation_id','0'),(125128,13683,'_qty','2'),(125129,13683,'_tax_class',''),(125130,13683,'_line_subtotal','142.8'),(125131,13683,'_line_subtotal_tax','0'),(125132,13683,'_line_total','142.8'),(125133,13683,'_line_tax','0'),(125134,13683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125135,13684,'_product_id','2113'),(125136,13684,'_variation_id','0'),(125137,13684,'_qty','1'),(125138,13684,'_tax_class',''),(125139,13684,'_line_subtotal','172'),(125140,13684,'_line_subtotal_tax','0'),(125141,13684,'_line_total','172'),(125142,13684,'_line_tax','0'),(125143,13684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125144,13685,'_product_id','41'),(125145,13685,'_variation_id','0'),(125146,13685,'_qty','2'),(125147,13685,'_tax_class',''),(125148,13685,'_line_subtotal','132.96'),(125149,13685,'_line_subtotal_tax','0'),(125150,13685,'_line_total','132.96'),(125151,13685,'_line_tax','0'),(125152,13685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125153,13686,'_product_id','45'),(125154,13686,'_variation_id','0'),(125155,13686,'_qty','1'),(125156,13686,'_tax_class',''),(125157,13686,'_line_subtotal','42.24'),(125158,13686,'_line_subtotal_tax','0'),(125159,13686,'_line_total','42.24'),(125160,13686,'_line_tax','0'),(125161,13686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125162,13687,'_product_id','2400'),(125163,13687,'_variation_id','0'),(125164,13687,'_qty','1'),(125165,13687,'_tax_class',''),(125166,13687,'_line_subtotal','186.3'),(125167,13687,'_line_subtotal_tax','0'),(125168,13687,'_line_total','186.3'),(125169,13687,'_line_tax','0'),(125170,13687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125171,13688,'_product_id','2408'),(125172,13688,'_variation_id','0'),(125173,13688,'_qty','2'),(125174,13688,'_tax_class',''),(125175,13688,'_line_subtotal','298.68'),(125176,13688,'_line_subtotal_tax','0'),(125177,13688,'_line_total','298.68'),(125178,13688,'_line_tax','0'),(125179,13688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125180,13689,'_product_id','43'),(125181,13689,'_variation_id','0'),(125182,13689,'_qty','1'),(125183,13689,'_tax_class',''),(125184,13689,'_line_subtotal','79.2'),(125185,13689,'_line_subtotal_tax','0'),(125186,13689,'_line_total','79.2'),(125187,13689,'_line_tax','0'),(125188,13689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125189,13690,'_product_id','49'),(125190,13690,'_variation_id','0'),(125191,13690,'_qty','1'),(125192,13690,'_tax_class',''),(125193,13690,'_line_subtotal','79.2'),(125194,13690,'_line_subtotal_tax','0'),(125195,13690,'_line_total','79.2'),(125196,13690,'_line_tax','0'),(125197,13690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125198,13691,'method_id','advanced_free_shipping'),(125199,13691,'instance_id','0'),(125200,13691,'cost','0.00'),(125201,13691,'total_tax','0'),(125202,13691,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125203,13645,'thwma_order_shipping_status','wc-pending'),(125204,13646,'thwma_order_shipping_status','wc-pending'),(125205,13647,'thwma_order_shipping_status','wc-pending'),(125206,13648,'thwma_order_shipping_status','wc-pending'),(125207,13649,'thwma_order_shipping_status','wc-pending'),(125208,13651,'thwma_order_shipping_status','wc-pending'),(125209,13652,'thwma_order_shipping_status','wc-pending'),(125210,13653,'thwma_order_shipping_status','wc-pending'),(125211,13654,'thwma_order_shipping_status','wc-pending'),(125212,13655,'thwma_order_shipping_status','wc-pending'),(125213,13656,'thwma_order_shipping_status','wc-pending'),(125214,13657,'thwma_order_shipping_status','wc-pending'),(125215,13658,'thwma_order_shipping_status','wc-pending'),(125216,13659,'thwma_order_shipping_status','wc-pending'),(125217,13678,'thwma_order_shipping_status','wc-pending'),(125218,13679,'thwma_order_shipping_status','wc-pending'),(125219,13680,'thwma_order_shipping_status','wc-pending'),(125220,13681,'thwma_order_shipping_status','wc-pending'),(125221,13661,'thwma_order_shipping_status','wc-pending'),(125222,13662,'thwma_order_shipping_status','wc-pending'),(125223,13663,'thwma_order_shipping_status','wc-pending'),(125224,13664,'thwma_order_shipping_status','wc-pending'),(125225,13665,'thwma_order_shipping_status','wc-pending'),(125226,13666,'thwma_order_shipping_status','wc-pending'),(125227,13667,'thwma_order_shipping_status','wc-pending'),(125228,13668,'thwma_order_shipping_status','wc-pending'),(125229,13669,'thwma_order_shipping_status','wc-pending'),(125230,13670,'thwma_order_shipping_status','wc-pending'),(125231,13671,'thwma_order_shipping_status','wc-pending'),(125236,13673,'thwma_order_shipping_status','wc-pending'),(125237,13674,'thwma_order_shipping_status','wc-pending'),(125238,13675,'thwma_order_shipping_status','wc-pending'),(125239,13676,'thwma_order_shipping_status','wc-pending'),(125240,13683,'thwma_order_shipping_status','wc-pending'),(125241,13684,'thwma_order_shipping_status','wc-pending'),(125242,13685,'thwma_order_shipping_status','wc-pending'),(125243,13686,'thwma_order_shipping_status','wc-pending'),(125244,13687,'thwma_order_shipping_status','wc-pending'),(125245,13688,'thwma_order_shipping_status','wc-pending'),(125246,13689,'thwma_order_shipping_status','wc-pending'),(125247,13690,'thwma_order_shipping_status','wc-pending'),(125270,13692,'_product_id','23'),(125271,13692,'_variation_id','0'),(125272,13692,'_qty','4'),(125273,13692,'_tax_class',''),(125274,13692,'_line_subtotal','274.16'),(125275,13692,'_line_subtotal_tax','0'),(125276,13692,'_line_total','274.16'),(125277,13692,'_line_tax','0'),(125278,13692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125279,13693,'_product_id','490'),(125280,13693,'_variation_id','0'),(125281,13693,'_qty','2'),(125282,13693,'_tax_class',''),(125283,13693,'_line_subtotal','39.2'),(125284,13693,'_line_subtotal_tax','0'),(125285,13693,'_line_total','39.2'),(125286,13693,'_line_tax','0'),(125287,13693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125288,13694,'_product_id','43'),(125289,13694,'_variation_id','0'),(125290,13694,'_qty','3'),(125291,13694,'_tax_class',''),(125292,13694,'_line_subtotal','237.6'),(125293,13694,'_line_subtotal_tax','0'),(125294,13694,'_line_total','237.6'),(125295,13694,'_line_tax','0'),(125296,13694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125297,13695,'method_id','advanced_free_shipping'),(125298,13695,'instance_id','0'),(125299,13695,'cost','0.00'),(125300,13695,'total_tax','0'),(125301,13695,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125327,13699,'_product_id','41'),(125328,13699,'_variation_id','0'),(125329,13699,'_qty','1'),(125330,13699,'_tax_class',''),(125331,13699,'_line_subtotal','66.48'),(125332,13699,'_line_subtotal_tax','0'),(125333,13699,'_line_total','66.48'),(125334,13699,'_line_tax','0'),(125335,13699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125336,13700,'_product_id','137'),(125337,13700,'_variation_id','0'),(125338,13700,'_qty','8'),(125339,13700,'_tax_class',''),(125340,13700,'_line_subtotal','48.4'),(125341,13700,'_line_subtotal_tax','0'),(125342,13700,'_line_total','48.4'),(125343,13700,'_line_tax','0'),(125344,13700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125345,13701,'method_id','fedex'),(125346,13701,'instance_id','1'),(125347,13701,'cost','16.73'),(125348,13701,'total_tax','0'),(125349,13701,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125350,13701,'Package 1','17.5 × 12.37 × 3 (in) 5.31lbs × 1'),(125351,13701,'Items','Professional Lice Comb(Case of 12) &times; 1, The Wet Brush &times; 8'),(125352,13702,'_product_id','490'),(125353,13702,'_variation_id','0'),(125354,13702,'_qty','10'),(125355,13702,'_tax_class',''),(125356,13702,'_line_subtotal','196'),(125357,13702,'_line_subtotal_tax','0'),(125358,13702,'_line_total','196'),(125359,13702,'_line_tax','0'),(125360,13702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125361,13703,'_product_id','41'),(125362,13703,'_variation_id','0'),(125363,13703,'_qty','5'),(125364,13703,'_tax_class',''),(125365,13703,'_line_subtotal','332.4'),(125366,13703,'_line_subtotal_tax','0'),(125367,13703,'_line_total','332.4'),(125368,13703,'_line_tax','0'),(125369,13703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125370,13704,'_product_id','49'),(125371,13704,'_variation_id','0'),(125372,13704,'_qty','6'),(125373,13704,'_tax_class',''),(125374,13704,'_line_subtotal','475.2'),(125375,13704,'_line_subtotal_tax','0'),(125376,13704,'_line_total','475.2'),(125377,13704,'_line_tax','0'),(125378,13704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125379,13705,'_product_id','23'),(125380,13705,'_variation_id','0'),(125381,13705,'_qty','2'),(125382,13705,'_tax_class',''),(125383,13705,'_line_subtotal','137.08'),(125384,13705,'_line_subtotal_tax','0'),(125385,13705,'_line_total','137.08'),(125386,13705,'_line_tax','0'),(125387,13705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125388,13706,'_product_id','39'),(125389,13706,'_variation_id','0'),(125390,13706,'_qty','4'),(125391,13706,'_tax_class',''),(125392,13706,'_line_subtotal','316.8'),(125393,13706,'_line_subtotal_tax','0'),(125394,13706,'_line_total','316.8'),(125395,13706,'_line_tax','0'),(125396,13706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125397,13707,'_product_id','40'),(125398,13707,'_variation_id','0'),(125399,13707,'_qty','4'),(125400,13707,'_tax_class',''),(125401,13707,'_line_subtotal','316.8'),(125402,13707,'_line_subtotal_tax','0'),(125403,13707,'_line_total','316.8'),(125404,13707,'_line_tax','0'),(125405,13707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125406,13708,'_product_id','487'),(125407,13708,'_variation_id','0'),(125408,13708,'_qty','5'),(125409,13708,'_tax_class',''),(125410,13708,'_line_subtotal','156.75'),(125411,13708,'_line_subtotal_tax','0'),(125412,13708,'_line_total','156.75'),(125413,13708,'_line_tax','0'),(125414,13708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125415,13709,'method_id','advanced_free_shipping'),(125416,13709,'instance_id','0'),(125417,13709,'cost','0.00'),(125418,13709,'total_tax','0'),(125419,13709,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125420,13710,'_product_id','116'),(125421,13710,'_variation_id','0'),(125422,13710,'_qty','1'),(125423,13710,'_tax_class',''),(125424,13710,'_line_subtotal','145.44'),(125425,13710,'_line_subtotal_tax','0'),(125426,13710,'_line_total','145.44'),(125427,13710,'_line_tax','0'),(125428,13710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125429,13711,'_product_id','490'),(125430,13711,'_variation_id','0'),(125431,13711,'_qty','15'),(125432,13711,'_tax_class',''),(125433,13711,'_line_subtotal','294'),(125434,13711,'_line_subtotal_tax','0'),(125435,13711,'_line_total','294'),(125436,13711,'_line_tax','0'),(125437,13711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125438,13712,'_product_id','43'),(125439,13712,'_variation_id','0'),(125440,13712,'_qty','1'),(125441,13712,'_tax_class',''),(125442,13712,'_line_subtotal','79.2'),(125443,13712,'_line_subtotal_tax','0'),(125444,13712,'_line_total','79.2'),(125445,13712,'_line_tax','0'),(125446,13712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125447,13713,'method_id','advanced_free_shipping'),(125448,13713,'instance_id','0'),(125449,13713,'cost','0.00'),(125450,13713,'total_tax','0'),(125451,13713,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125452,13596,'thwma_order_shipping_status','wc-pending'),(125453,13597,'thwma_order_shipping_status','wc-pending'),(125454,13598,'thwma_order_shipping_status','wc-pending'),(125455,13599,'thwma_order_shipping_status','wc-pending'),(125456,13600,'thwma_order_shipping_status','wc-pending'),(125457,13601,'thwma_order_shipping_status','wc-pending'),(125458,13602,'thwma_order_shipping_status','wc-pending'),(125459,13603,'thwma_order_shipping_status','wc-pending'),(125460,13604,'thwma_order_shipping_status','wc-pending'),(125461,13605,'thwma_order_shipping_status','wc-pending'),(125462,13692,'thwma_order_shipping_status','wc-pending'),(125463,13693,'thwma_order_shipping_status','wc-pending'),(125464,13694,'thwma_order_shipping_status','wc-pending'),(125465,13623,'thwma_order_shipping_status','wc-pending'),(125466,13624,'thwma_order_shipping_status','wc-pending'),(125467,13625,'thwma_order_shipping_status','wc-pending'),(125468,13626,'thwma_order_shipping_status','wc-pending'),(125469,13627,'thwma_order_shipping_status','wc-pending'),(125470,13628,'thwma_order_shipping_status','wc-pending'),(125471,13629,'thwma_order_shipping_status','wc-pending'),(125472,13630,'thwma_order_shipping_status','wc-pending'),(125473,13631,'thwma_order_shipping_status','wc-pending'),(125474,13632,'thwma_order_shipping_status','wc-pending'),(125475,13633,'thwma_order_shipping_status','wc-pending'),(125476,13634,'thwma_order_shipping_status','wc-pending'),(125477,13699,'thwma_order_shipping_status','wc-pending'),(125478,13700,'thwma_order_shipping_status','wc-pending'),(125486,13702,'thwma_order_shipping_status','wc-pending'),(125487,13703,'thwma_order_shipping_status','wc-pending'),(125488,13704,'thwma_order_shipping_status','wc-pending'),(125489,13705,'thwma_order_shipping_status','wc-pending'),(125490,13706,'thwma_order_shipping_status','wc-pending'),(125491,13707,'thwma_order_shipping_status','wc-pending'),(125492,13708,'thwma_order_shipping_status','wc-pending'),(125493,13714,'_product_id','133'),(125494,13714,'_variation_id','0'),(125495,13714,'_qty','10'),(125496,13714,'_tax_class',''),(125497,13714,'_line_subtotal','143'),(125498,13714,'_line_subtotal_tax','0'),(125499,13714,'_line_total','143'),(125500,13714,'_line_tax','0'),(125501,13714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125502,13715,'method_id','fedex'),(125503,13715,'instance_id','1'),(125504,13715,'cost','16.73'),(125505,13715,'total_tax','0'),(125506,13715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125507,13715,'Package 1','14 × 14 × 14 (in) 13lbs × 1'),(125508,13715,'Items','Disposable Head Bands &times; 10'),(125509,13716,'_product_id','116'),(125510,13716,'_variation_id','0'),(125511,13716,'_qty','1'),(125512,13716,'_tax_class',''),(125513,13716,'_line_subtotal','145.44'),(125514,13716,'_line_subtotal_tax','0'),(125515,13716,'_line_total','145.44'),(125516,13716,'_line_tax','0'),(125517,13716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125518,13717,'_product_id','120'),(125519,13717,'_variation_id','0'),(125520,13717,'_qty','2'),(125521,13717,'_tax_class',''),(125522,13717,'_line_subtotal','105.6'),(125523,13717,'_line_subtotal_tax','0'),(125524,13717,'_line_total','105.6'),(125525,13717,'_line_tax','0'),(125526,13717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125527,13718,'_product_id','2110'),(125528,13718,'_variation_id','0'),(125529,13718,'_qty','3'),(125530,13718,'_tax_class',''),(125531,13718,'_line_subtotal','214.2'),(125532,13718,'_line_subtotal_tax','0'),(125533,13718,'_line_total','214.2'),(125534,13718,'_line_tax','0'),(125535,13718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125536,13719,'_product_id','490'),(125537,13719,'_variation_id','0'),(125538,13719,'_qty','7'),(125539,13719,'_tax_class',''),(125540,13719,'_line_subtotal','137.2'),(125541,13719,'_line_subtotal_tax','0'),(125542,13719,'_line_total','137.2'),(125543,13719,'_line_tax','0'),(125544,13719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125545,13720,'method_id','advanced_free_shipping'),(125546,13720,'instance_id','0'),(125547,13720,'cost','0.00'),(125548,13720,'total_tax','0'),(125549,13720,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125550,13710,'thwma_order_shipping_status','wc-pending'),(125551,13711,'thwma_order_shipping_status','wc-pending'),(125552,13712,'thwma_order_shipping_status','wc-pending'),(125553,13716,'thwma_order_shipping_status','wc-pending'),(125554,13717,'thwma_order_shipping_status','wc-pending'),(125555,13718,'thwma_order_shipping_status','wc-pending'),(125556,13719,'thwma_order_shipping_status','wc-pending'),(125557,13721,'_product_id','2110'),(125558,13721,'_variation_id','0'),(125559,13721,'_qty','1'),(125560,13721,'_tax_class',''),(125561,13721,'_line_subtotal','71.4'),(125562,13721,'_line_subtotal_tax','0'),(125563,13721,'_line_total','71.4'),(125564,13721,'_line_tax','0'),(125565,13721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125566,13722,'_product_id','41'),(125567,13722,'_variation_id','0'),(125568,13722,'_qty','1'),(125569,13722,'_tax_class',''),(125570,13722,'_line_subtotal','66.48'),(125571,13722,'_line_subtotal_tax','0'),(125572,13722,'_line_total','66.48'),(125573,13722,'_line_tax','0'),(125574,13722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125575,13723,'_product_id','40'),(125576,13723,'_variation_id','0'),(125577,13723,'_qty','1'),(125578,13723,'_tax_class',''),(125579,13723,'_line_subtotal','79.2'),(125580,13723,'_line_subtotal_tax','0'),(125581,13723,'_line_total','79.2'),(125582,13723,'_line_tax','0'),(125583,13723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125584,13724,'_product_id','39'),(125585,13724,'_variation_id','0'),(125586,13724,'_qty','1'),(125587,13724,'_tax_class',''),(125588,13724,'_line_subtotal','79.2'),(125589,13724,'_line_subtotal_tax','0'),(125590,13724,'_line_total','79.2'),(125591,13724,'_line_tax','0'),(125592,13724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125593,13725,'_product_id','120'),(125594,13725,'_variation_id','0'),(125595,13725,'_qty','1'),(125596,13725,'_tax_class',''),(125597,13725,'_line_subtotal','52.8'),(125598,13725,'_line_subtotal_tax','0'),(125599,13725,'_line_total','52.8'),(125600,13725,'_line_tax','0'),(125601,13725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125602,13726,'_product_id','490'),(125603,13726,'_variation_id','0'),(125604,13726,'_qty','3'),(125605,13726,'_tax_class',''),(125606,13726,'_line_subtotal','58.8'),(125607,13726,'_line_subtotal_tax','0'),(125608,13726,'_line_total','58.8'),(125609,13726,'_line_tax','0'),(125610,13726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125611,13727,'_product_id','488'),(125612,13727,'_variation_id','0'),(125613,13727,'_qty','1'),(125614,13727,'_tax_class',''),(125615,13727,'_line_subtotal','31.35'),(125616,13727,'_line_subtotal_tax','0'),(125617,13727,'_line_total','31.35'),(125618,13727,'_line_tax','0'),(125619,13727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125620,13728,'_product_id','131'),(125621,13728,'_variation_id','0'),(125622,13728,'_qty','1'),(125623,13728,'_tax_class',''),(125624,13728,'_line_subtotal','12.65'),(125625,13728,'_line_subtotal_tax','0'),(125626,13728,'_line_total','12.65'),(125627,13728,'_line_tax','0'),(125628,13728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125629,13729,'_product_id','137'),(125630,13729,'_variation_id','0'),(125631,13729,'_qty','3'),(125632,13729,'_tax_class',''),(125633,13729,'_line_subtotal','18.15'),(125634,13729,'_line_subtotal_tax','0'),(125635,13729,'_line_total','18.15'),(125636,13729,'_line_tax','0'),(125637,13729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125638,13730,'_product_id','148'),(125639,13730,'_variation_id','0'),(125640,13730,'_qty','4'),(125641,13730,'_tax_class',''),(125642,13730,'_line_subtotal','33'),(125643,13730,'_line_subtotal_tax','0'),(125644,13730,'_line_total','33'),(125645,13730,'_line_tax','0'),(125646,13730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125647,13731,'method_id','advanced_free_shipping'),(125648,13731,'instance_id','0'),(125649,13731,'cost','0.00'),(125650,13731,'total_tax','0'),(125651,13731,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125652,13732,'_product_id','490'),(125653,13732,'_variation_id','0'),(125654,13732,'_qty','10'),(125655,13732,'_tax_class',''),(125656,13732,'_line_subtotal','196'),(125657,13732,'_line_subtotal_tax','0'),(125658,13732,'_line_total','196'),(125659,13732,'_line_tax','0'),(125660,13732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125661,13733,'_product_id','137'),(125662,13733,'_variation_id','0'),(125663,13733,'_qty','10'),(125664,13733,'_tax_class',''),(125665,13733,'_line_subtotal','60.5'),(125666,13733,'_line_subtotal_tax','0'),(125667,13733,'_line_total','60.5'),(125668,13733,'_line_tax','0'),(125669,13733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125670,13734,'_product_id','148'),(125671,13734,'_variation_id','0'),(125672,13734,'_qty','8'),(125673,13734,'_tax_class',''),(125674,13734,'_line_subtotal','66'),(125675,13734,'_line_subtotal_tax','0'),(125676,13734,'_line_total','66'),(125677,13734,'_line_tax','0'),(125678,13734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125679,13735,'method_id','fedex'),(125680,13735,'instance_id','1'),(125681,13735,'cost','22.27'),(125682,13735,'total_tax','0'),(125683,13735,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125684,13735,'Package 1','17 × 14 × 10 (in) 26.6lbs × 1'),(125685,13735,'Items','Bulk Active Rinse 100% RM &times; 10, The Wet Brush &times; 10, Disney Wet Brush &times; 8'),(125686,13736,'_product_id','137'),(125687,13736,'_variation_id','0'),(125688,13736,'_qty','10'),(125689,13736,'_tax_class',''),(125690,13736,'_line_subtotal','60.5'),(125691,13736,'_line_subtotal_tax','0'),(125692,13736,'_line_total','60.5'),(125693,13736,'_line_tax','0'),(125694,13736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125695,13737,'_product_id','148'),(125696,13737,'_variation_id','0'),(125697,13737,'_qty','10'),(125698,13737,'_tax_class',''),(125699,13737,'_line_subtotal','82.5'),(125700,13737,'_line_subtotal_tax','0'),(125701,13737,'_line_total','82.5'),(125702,13737,'_line_tax','0'),(125703,13737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125704,13738,'method_id','fedex'),(125705,13738,'instance_id','1'),(125706,13738,'cost','16.73'),(125707,13738,'total_tax','0'),(125708,13738,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125709,13738,'Package 1','15.75 × 14.13 × 6 (in) 6.38lbs × 1'),(125710,13738,'Items','The Wet Brush &times; 10, Disney Wet Brush &times; 10'),(125711,13739,'_product_id','41'),(125712,13739,'_variation_id','0'),(125713,13739,'_qty','3'),(125714,13739,'_tax_class',''),(125715,13739,'_line_subtotal','199.44'),(125716,13739,'_line_subtotal_tax','0'),(125717,13739,'_line_total','199.44'),(125718,13739,'_line_tax','0'),(125719,13739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125720,13740,'_product_id','490'),(125721,13740,'_variation_id','0'),(125722,13740,'_qty','10'),(125723,13740,'_tax_class',''),(125724,13740,'_line_subtotal','196'),(125725,13740,'_line_subtotal_tax','0'),(125726,13740,'_line_total','196'),(125727,13740,'_line_tax','0'),(125728,13740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125729,13741,'_product_id','488'),(125730,13741,'_variation_id','0'),(125731,13741,'_qty','6'),(125732,13741,'_tax_class',''),(125733,13741,'_line_subtotal','188.1'),(125734,13741,'_line_subtotal_tax','0'),(125735,13741,'_line_total','188.1'),(125736,13741,'_line_tax','0'),(125737,13741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125738,13742,'method_id','advanced_free_shipping'),(125739,13742,'instance_id','0'),(125740,13742,'cost','0.00'),(125741,13742,'total_tax','0'),(125742,13742,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125743,13743,'_product_id','2408'),(125744,13743,'_variation_id','0'),(125745,13743,'_qty','2'),(125746,13743,'_tax_class',''),(125747,13743,'_line_subtotal','298.68'),(125748,13743,'_line_subtotal_tax','0'),(125749,13743,'_line_total','298.68'),(125750,13743,'_line_tax','0'),(125751,13743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125752,13744,'_product_id','44'),(125753,13744,'_variation_id','0'),(125754,13744,'_qty','2'),(125755,13744,'_tax_class',''),(125756,13744,'_line_subtotal','232.32'),(125757,13744,'_line_subtotal_tax','0'),(125758,13744,'_line_total','232.32'),(125759,13744,'_line_tax','0'),(125760,13744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125761,13745,'method_id','advanced_free_shipping'),(125762,13745,'instance_id','0'),(125763,13745,'cost','0.00'),(125764,13745,'total_tax','0'),(125765,13745,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125766,13746,'_product_id','23'),(125767,13746,'_variation_id','0'),(125768,13746,'_qty','7'),(125769,13746,'_tax_class',''),(125770,13746,'_line_subtotal','479.78'),(125771,13746,'_line_subtotal_tax','0'),(125772,13746,'_line_total','479.78'),(125773,13746,'_line_tax','0'),(125774,13746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125775,13747,'_product_id','144'),(125776,13747,'_variation_id','0'),(125777,13747,'_qty','10'),(125778,13747,'_tax_class',''),(125779,13747,'_line_subtotal','13.8'),(125780,13747,'_line_subtotal_tax','0'),(125781,13747,'_line_total','13.8'),(125782,13747,'_line_tax','0'),(125783,13747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125784,13748,'_product_id','146'),(125785,13748,'_variation_id','0'),(125786,13748,'_qty','10'),(125787,13748,'_tax_class',''),(125788,13748,'_line_subtotal','13.8'),(125789,13748,'_line_subtotal_tax','0'),(125790,13748,'_line_total','13.8'),(125791,13748,'_line_tax','0'),(125792,13748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125793,13749,'method_id','advanced_free_shipping'),(125794,13749,'instance_id','0'),(125795,13749,'cost','0.00'),(125796,13749,'total_tax','0'),(125797,13749,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125798,13750,'_product_id','45'),(125799,13750,'_variation_id','0'),(125800,13750,'_qty','2'),(125801,13750,'_tax_class',''),(125802,13750,'_line_subtotal','84.48'),(125803,13750,'_line_subtotal_tax','0'),(125804,13750,'_line_total','84.48'),(125805,13750,'_line_tax','0'),(125806,13750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125807,13751,'_product_id','2400'),(125808,13751,'_variation_id','0'),(125809,13751,'_qty','1'),(125810,13751,'_tax_class',''),(125811,13751,'_line_subtotal','186.3'),(125812,13751,'_line_subtotal_tax','0'),(125813,13751,'_line_total','186.3'),(125814,13751,'_line_tax','0'),(125815,13751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125816,13752,'_product_id','2408'),(125817,13752,'_variation_id','0'),(125818,13752,'_qty','1'),(125819,13752,'_tax_class',''),(125820,13752,'_line_subtotal','149.34'),(125821,13752,'_line_subtotal_tax','0'),(125822,13752,'_line_total','149.34'),(125823,13752,'_line_tax','0'),(125824,13752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125825,13753,'_product_id','490'),(125826,13753,'_variation_id','0'),(125827,13753,'_qty','12'),(125828,13753,'_tax_class',''),(125829,13753,'_line_subtotal','235.2'),(125830,13753,'_line_subtotal_tax','0'),(125831,13753,'_line_total','235.2'),(125832,13753,'_line_tax','0'),(125833,13753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125834,13754,'_product_id','488'),(125835,13754,'_variation_id','0'),(125836,13754,'_qty','1'),(125837,13754,'_tax_class',''),(125838,13754,'_line_subtotal','31.35'),(125839,13754,'_line_subtotal_tax','0'),(125840,13754,'_line_total','31.35'),(125841,13754,'_line_tax','0'),(125842,13754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125843,13755,'_product_id','487'),(125844,13755,'_variation_id','0'),(125845,13755,'_qty','3'),(125846,13755,'_tax_class',''),(125847,13755,'_line_subtotal','94.05'),(125848,13755,'_line_subtotal_tax','0'),(125849,13755,'_line_total','94.05'),(125850,13755,'_line_tax','0'),(125851,13755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125852,13756,'method_id','advanced_free_shipping'),(125853,13756,'instance_id','0'),(125854,13756,'cost','0.00'),(125855,13756,'total_tax','0'),(125856,13756,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125857,13739,'thwma_order_shipping_status','wc-pending'),(125858,13740,'thwma_order_shipping_status','wc-pending'),(125859,13741,'thwma_order_shipping_status','wc-pending'),(125860,13743,'thwma_order_shipping_status','wc-pending'),(125861,13744,'thwma_order_shipping_status','wc-pending'),(125862,13736,'thwma_order_shipping_status','wc-pending'),(125863,13737,'thwma_order_shipping_status','wc-pending'),(125864,13721,'thwma_order_shipping_status','wc-pending'),(125865,13722,'thwma_order_shipping_status','wc-pending'),(125866,13723,'thwma_order_shipping_status','wc-pending'),(125867,13724,'thwma_order_shipping_status','wc-pending'),(125868,13725,'thwma_order_shipping_status','wc-pending'),(125869,13726,'thwma_order_shipping_status','wc-pending'),(125870,13727,'thwma_order_shipping_status','wc-pending'),(125871,13728,'thwma_order_shipping_status','wc-pending'),(125872,13729,'thwma_order_shipping_status','wc-pending'),(125873,13730,'thwma_order_shipping_status','wc-pending'),(125874,13750,'thwma_order_shipping_status','wc-pending'),(125875,13751,'thwma_order_shipping_status','wc-pending'),(125876,13752,'thwma_order_shipping_status','wc-pending'),(125877,13753,'thwma_order_shipping_status','wc-pending'),(125878,13754,'thwma_order_shipping_status','wc-pending'),(125879,13755,'thwma_order_shipping_status','wc-pending'),(125880,13746,'thwma_order_shipping_status','wc-pending'),(125881,13747,'thwma_order_shipping_status','wc-pending'),(125882,13748,'thwma_order_shipping_status','wc-pending'),(125883,13732,'thwma_order_shipping_status','wc-pending'),(125884,13733,'thwma_order_shipping_status','wc-pending'),(125885,13734,'thwma_order_shipping_status','wc-pending'),(125886,13757,'_product_id','2110'),(125887,13757,'_variation_id','0'),(125888,13757,'_qty','3'),(125889,13757,'_tax_class',''),(125890,13757,'_line_subtotal','214.2'),(125891,13757,'_line_subtotal_tax','0'),(125892,13757,'_line_total','214.2'),(125893,13757,'_line_tax','0'),(125894,13757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125895,13758,'_product_id','2113'),(125896,13758,'_variation_id','0'),(125897,13758,'_qty','1'),(125898,13758,'_tax_class',''),(125899,13758,'_line_subtotal','172'),(125900,13758,'_line_subtotal_tax','0'),(125901,13758,'_line_total','172'),(125902,13758,'_line_tax','0'),(125903,13758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125904,13759,'_product_id','42'),(125905,13759,'_variation_id','0'),(125906,13759,'_qty','1'),(125907,13759,'_tax_class',''),(125908,13759,'_line_subtotal','79.2'),(125909,13759,'_line_subtotal_tax','0'),(125910,13759,'_line_total','79.2'),(125911,13759,'_line_tax','0'),(125912,13759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125913,13760,'_product_id','45'),(125914,13760,'_variation_id','0'),(125915,13760,'_qty','2'),(125916,13760,'_tax_class',''),(125917,13760,'_line_subtotal','84.48'),(125918,13760,'_line_subtotal_tax','0'),(125919,13760,'_line_total','84.48'),(125920,13760,'_line_tax','0'),(125921,13760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125922,13761,'_product_id','120'),(125923,13761,'_variation_id','0'),(125924,13761,'_qty','1'),(125925,13761,'_tax_class',''),(125926,13761,'_line_subtotal','52.8'),(125927,13761,'_line_subtotal_tax','0'),(125928,13761,'_line_total','52.8'),(125929,13761,'_line_tax','0'),(125930,13761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125931,13762,'_product_id','49'),(125932,13762,'_variation_id','0'),(125933,13762,'_qty','1'),(125934,13762,'_tax_class',''),(125935,13762,'_line_subtotal','79.2'),(125936,13762,'_line_subtotal_tax','0'),(125937,13762,'_line_total','79.2'),(125938,13762,'_line_tax','0'),(125939,13762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125940,13763,'_product_id','44'),(125941,13763,'_variation_id','0'),(125942,13763,'_qty','1'),(125943,13763,'_tax_class',''),(125944,13763,'_line_subtotal','116.16'),(125945,13763,'_line_subtotal_tax','0'),(125946,13763,'_line_total','116.16'),(125947,13763,'_line_tax','0'),(125948,13763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125949,13764,'_product_id','490'),(125950,13764,'_variation_id','0'),(125951,13764,'_qty','10'),(125952,13764,'_tax_class',''),(125953,13764,'_line_subtotal','196'),(125954,13764,'_line_subtotal_tax','0'),(125955,13764,'_line_total','196'),(125956,13764,'_line_tax','0'),(125957,13764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125958,13765,'_product_id','487'),(125959,13765,'_variation_id','0'),(125960,13765,'_qty','2'),(125961,13765,'_tax_class',''),(125962,13765,'_line_subtotal','62.7'),(125963,13765,'_line_subtotal_tax','0'),(125964,13765,'_line_total','62.7'),(125965,13765,'_line_tax','0'),(125966,13765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125967,13766,'method_id','advanced_free_shipping'),(125968,13766,'instance_id','0'),(125969,13766,'cost','0.00'),(125970,13766,'total_tax','0'),(125971,13766,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(125972,13767,'_product_id','2110'),(125973,13767,'_variation_id','0'),(125974,13767,'_qty','3'),(125975,13767,'_tax_class',''),(125976,13767,'_line_subtotal','214.2'),(125977,13767,'_line_subtotal_tax','0'),(125978,13767,'_line_total','214.2'),(125979,13767,'_line_tax','0'),(125980,13767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125981,13768,'_product_id','2113'),(125982,13768,'_variation_id','0'),(125983,13768,'_qty','1'),(125984,13768,'_tax_class',''),(125985,13768,'_line_subtotal','172'),(125986,13768,'_line_subtotal_tax','0'),(125987,13768,'_line_total','172'),(125988,13768,'_line_tax','0'),(125989,13768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125990,13769,'_product_id','42'),(125991,13769,'_variation_id','0'),(125992,13769,'_qty','1'),(125993,13769,'_tax_class',''),(125994,13769,'_line_subtotal','79.2'),(125995,13769,'_line_subtotal_tax','0'),(125996,13769,'_line_total','79.2'),(125997,13769,'_line_tax','0'),(125998,13769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(125999,13770,'_product_id','45'),(126000,13770,'_variation_id','0'),(126001,13770,'_qty','2'),(126002,13770,'_tax_class',''),(126003,13770,'_line_subtotal','84.48'),(126004,13770,'_line_subtotal_tax','0'),(126005,13770,'_line_total','84.48'),(126006,13770,'_line_tax','0'),(126007,13770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126008,13771,'_product_id','120'),(126009,13771,'_variation_id','0'),(126010,13771,'_qty','1'),(126011,13771,'_tax_class',''),(126012,13771,'_line_subtotal','52.8'),(126013,13771,'_line_subtotal_tax','0'),(126014,13771,'_line_total','52.8'),(126015,13771,'_line_tax','0'),(126016,13771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126017,13772,'_product_id','49'),(126018,13772,'_variation_id','0'),(126019,13772,'_qty','1'),(126020,13772,'_tax_class',''),(126021,13772,'_line_subtotal','79.2'),(126022,13772,'_line_subtotal_tax','0'),(126023,13772,'_line_total','79.2'),(126024,13772,'_line_tax','0'),(126025,13772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126026,13773,'_product_id','44'),(126027,13773,'_variation_id','0'),(126028,13773,'_qty','1'),(126029,13773,'_tax_class',''),(126030,13773,'_line_subtotal','116.16'),(126031,13773,'_line_subtotal_tax','0'),(126032,13773,'_line_total','116.16'),(126033,13773,'_line_tax','0'),(126034,13773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126035,13774,'_product_id','490'),(126036,13774,'_variation_id','0'),(126037,13774,'_qty','10'),(126038,13774,'_tax_class',''),(126039,13774,'_line_subtotal','196'),(126040,13774,'_line_subtotal_tax','0'),(126041,13774,'_line_total','196'),(126042,13774,'_line_tax','0'),(126043,13774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126044,13775,'_product_id','487'),(126045,13775,'_variation_id','0'),(126046,13775,'_qty','2'),(126047,13775,'_tax_class',''),(126048,13775,'_line_subtotal','62.7'),(126049,13775,'_line_subtotal_tax','0'),(126050,13775,'_line_total','62.7'),(126051,13775,'_line_tax','0'),(126052,13775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126053,13776,'method_id','advanced_free_shipping'),(126054,13776,'instance_id','0'),(126055,13776,'cost','0.00'),(126056,13776,'total_tax','0'),(126057,13776,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126058,13777,'_product_id','487'),(126059,13777,'_variation_id','0'),(126060,13777,'_qty','2'),(126061,13777,'_tax_class',''),(126062,13777,'_line_subtotal','62.7'),(126063,13777,'_line_subtotal_tax','0'),(126064,13777,'_line_total','62.7'),(126065,13777,'_line_tax','0'),(126066,13777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126067,13778,'_product_id','41'),(126068,13778,'_variation_id','0'),(126069,13778,'_qty','2'),(126070,13778,'_tax_class',''),(126071,13778,'_line_subtotal','132.96'),(126072,13778,'_line_subtotal_tax','0'),(126073,13778,'_line_total','132.96'),(126074,13778,'_line_tax','0'),(126075,13778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126076,13779,'_product_id','490'),(126077,13779,'_variation_id','0'),(126078,13779,'_qty','12'),(126079,13779,'_tax_class',''),(126080,13779,'_line_subtotal','235.2'),(126081,13779,'_line_subtotal_tax','0'),(126082,13779,'_line_total','235.2'),(126083,13779,'_line_tax','0'),(126084,13779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126085,13780,'_product_id','2113'),(126086,13780,'_variation_id','0'),(126087,13780,'_qty','1'),(126088,13780,'_tax_class',''),(126089,13780,'_line_subtotal','172'),(126090,13780,'_line_subtotal_tax','0'),(126091,13780,'_line_total','172'),(126092,13780,'_line_tax','0'),(126093,13780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126094,13781,'_product_id','2110'),(126095,13781,'_variation_id','0'),(126096,13781,'_qty','2'),(126097,13781,'_tax_class',''),(126098,13781,'_line_subtotal','142.8'),(126099,13781,'_line_subtotal_tax','0'),(126100,13781,'_line_total','142.8'),(126101,13781,'_line_tax','0'),(126102,13781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126103,13782,'_product_id','45'),(126104,13782,'_variation_id','0'),(126105,13782,'_qty','3'),(126106,13782,'_tax_class',''),(126107,13782,'_line_subtotal','126.72'),(126108,13782,'_line_subtotal_tax','0'),(126109,13782,'_line_total','126.72'),(126110,13782,'_line_tax','0'),(126111,13782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126112,13783,'_product_id','49'),(126113,13783,'_variation_id','0'),(126114,13783,'_qty','2'),(126115,13783,'_tax_class',''),(126116,13783,'_line_subtotal','158.4'),(126117,13783,'_line_subtotal_tax','0'),(126118,13783,'_line_total','158.4'),(126119,13783,'_line_tax','0'),(126120,13783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126121,13784,'method_id','advanced_free_shipping'),(126122,13784,'instance_id','0'),(126123,13784,'cost','0.00'),(126124,13784,'total_tax','0'),(126125,13784,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126126,13785,'_product_id','2110'),(126127,13785,'_variation_id','0'),(126128,13785,'_qty','1'),(126129,13785,'_tax_class',''),(126130,13785,'_line_subtotal','71.4'),(126131,13785,'_line_subtotal_tax','0'),(126132,13785,'_line_total','71.4'),(126133,13785,'_line_tax','0'),(126134,13785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126135,13786,'_product_id','2113'),(126136,13786,'_variation_id','0'),(126137,13786,'_qty','1'),(126138,13786,'_tax_class',''),(126139,13786,'_line_subtotal','172'),(126140,13786,'_line_subtotal_tax','0'),(126141,13786,'_line_total','172'),(126142,13786,'_line_tax','0'),(126143,13786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126144,13787,'_product_id','41'),(126145,13787,'_variation_id','0'),(126146,13787,'_qty','2'),(126147,13787,'_tax_class',''),(126148,13787,'_line_subtotal','132.96'),(126149,13787,'_line_subtotal_tax','0'),(126150,13787,'_line_total','132.96'),(126151,13787,'_line_tax','0'),(126152,13787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126153,13788,'_product_id','49'),(126154,13788,'_variation_id','0'),(126155,13788,'_qty','1'),(126156,13788,'_tax_class',''),(126157,13788,'_line_subtotal','79.2'),(126158,13788,'_line_subtotal_tax','0'),(126159,13788,'_line_total','79.2'),(126160,13788,'_line_tax','0'),(126161,13788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126162,13789,'_product_id','45'),(126163,13789,'_variation_id','0'),(126164,13789,'_qty','1'),(126165,13789,'_tax_class',''),(126166,13789,'_line_subtotal','42.24'),(126167,13789,'_line_subtotal_tax','0'),(126168,13789,'_line_total','42.24'),(126169,13789,'_line_tax','0'),(126170,13789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126171,13790,'_product_id','490'),(126172,13790,'_variation_id','0'),(126173,13790,'_qty','10'),(126174,13790,'_tax_class',''),(126175,13790,'_line_subtotal','196'),(126176,13790,'_line_subtotal_tax','0'),(126177,13790,'_line_total','196'),(126178,13790,'_line_tax','0'),(126179,13790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126180,13791,'_product_id','488'),(126181,13791,'_variation_id','0'),(126182,13791,'_qty','2'),(126183,13791,'_tax_class',''),(126184,13791,'_line_subtotal','62.7'),(126185,13791,'_line_subtotal_tax','0'),(126186,13791,'_line_total','62.7'),(126187,13791,'_line_tax','0'),(126188,13791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126189,13792,'method_id','advanced_free_shipping'),(126190,13792,'instance_id','0'),(126191,13792,'cost','0.00'),(126192,13792,'total_tax','0'),(126193,13792,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126194,13793,'_product_id','41'),(126195,13793,'_variation_id','0'),(126196,13793,'_qty','1'),(126197,13793,'_tax_class',''),(126198,13793,'_line_subtotal','66.48'),(126199,13793,'_line_subtotal_tax','0'),(126200,13793,'_line_total','66.48'),(126201,13793,'_line_tax','0'),(126202,13793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126203,13794,'_product_id','490'),(126204,13794,'_variation_id','0'),(126205,13794,'_qty','4'),(126206,13794,'_tax_class',''),(126207,13794,'_line_subtotal','78.4'),(126208,13794,'_line_subtotal_tax','0'),(126209,13794,'_line_total','78.4'),(126210,13794,'_line_tax','0'),(126211,13794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126212,13795,'method_id','fedex'),(126213,13795,'instance_id','1'),(126214,13795,'cost','17.07'),(126215,13795,'total_tax','0'),(126216,13795,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126217,13795,'Package 1','11.25 × 8.75 × 7.75 (in) 11.59lbs × 1'),(126218,13795,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(126219,13777,'thwma_order_shipping_status','wc-pending'),(126220,13778,'thwma_order_shipping_status','wc-pending'),(126221,13779,'thwma_order_shipping_status','wc-pending'),(126222,13780,'thwma_order_shipping_status','wc-pending'),(126223,13781,'thwma_order_shipping_status','wc-pending'),(126224,13782,'thwma_order_shipping_status','wc-pending'),(126225,13783,'thwma_order_shipping_status','wc-pending'),(126226,13767,'thwma_order_shipping_status','wc-pending'),(126227,13768,'thwma_order_shipping_status','wc-pending'),(126228,13769,'thwma_order_shipping_status','wc-pending'),(126229,13770,'thwma_order_shipping_status','wc-pending'),(126230,13771,'thwma_order_shipping_status','wc-pending'),(126231,13772,'thwma_order_shipping_status','wc-pending'),(126232,13773,'thwma_order_shipping_status','wc-pending'),(126233,13774,'thwma_order_shipping_status','wc-pending'),(126234,13775,'thwma_order_shipping_status','wc-pending'),(126235,13793,'thwma_order_shipping_status','wc-pending'),(126236,13794,'thwma_order_shipping_status','wc-pending'),(126237,13785,'thwma_order_shipping_status','wc-pending'),(126238,13786,'thwma_order_shipping_status','wc-pending'),(126239,13787,'thwma_order_shipping_status','wc-pending'),(126240,13788,'thwma_order_shipping_status','wc-pending'),(126241,13789,'thwma_order_shipping_status','wc-pending'),(126242,13790,'thwma_order_shipping_status','wc-pending'),(126243,13791,'thwma_order_shipping_status','wc-pending'),(126244,13796,'_product_id','116'),(126245,13796,'_variation_id','0'),(126246,13796,'_qty','2'),(126247,13796,'_tax_class',''),(126248,13796,'_line_subtotal','290.88'),(126249,13796,'_line_subtotal_tax','0'),(126250,13796,'_line_total','290.88'),(126251,13796,'_line_tax','0'),(126252,13796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126253,13797,'_product_id','120'),(126254,13797,'_variation_id','0'),(126255,13797,'_qty','2'),(126256,13797,'_tax_class',''),(126257,13797,'_line_subtotal','105.6'),(126258,13797,'_line_subtotal_tax','0'),(126259,13797,'_line_total','105.6'),(126260,13797,'_line_tax','0'),(126261,13797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126262,13798,'method_id','fedex'),(126263,13798,'instance_id','1'),(126264,13798,'cost','30.95'),(126265,13798,'total_tax','0'),(126266,13798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126267,13798,'Package 1','21.56 × 16.56 × 13.19 (in) 28.96lbs × 1'),(126268,13798,'Items','Pediatrician Samples 2oz(Case of 48) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2'),(126269,13799,'_product_id','116'),(126270,13799,'_variation_id','0'),(126271,13799,'_qty','1'),(126272,13799,'_tax_class',''),(126273,13799,'_line_subtotal','145.44'),(126274,13799,'_line_subtotal_tax','0'),(126275,13799,'_line_total','145.44'),(126276,13799,'_line_tax','0'),(126277,13799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126278,13800,'_product_id','41'),(126279,13800,'_variation_id','0'),(126280,13800,'_qty','4'),(126281,13800,'_tax_class',''),(126282,13800,'_line_subtotal','265.92'),(126283,13800,'_line_subtotal_tax','0'),(126284,13800,'_line_total','265.92'),(126285,13800,'_line_tax','0'),(126286,13800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126287,13801,'_product_id','45'),(126288,13801,'_variation_id','0'),(126289,13801,'_qty','1'),(126290,13801,'_tax_class',''),(126291,13801,'_line_subtotal','42.24'),(126292,13801,'_line_subtotal_tax','0'),(126293,13801,'_line_total','42.24'),(126294,13801,'_line_tax','0'),(126295,13801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126296,13802,'_product_id','120'),(126297,13802,'_variation_id','0'),(126298,13802,'_qty','1'),(126299,13802,'_tax_class',''),(126300,13802,'_line_subtotal','52.8'),(126301,13802,'_line_subtotal_tax','0'),(126302,13802,'_line_total','52.8'),(126303,13802,'_line_tax','0'),(126304,13802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126305,13803,'method_id','advanced_free_shipping'),(126306,13803,'instance_id','0'),(126307,13803,'cost','0.00'),(126308,13803,'total_tax','0'),(126309,13803,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126310,13804,'_product_id','120'),(126311,13804,'_variation_id','0'),(126312,13804,'_qty','2'),(126313,13804,'_tax_class',''),(126314,13804,'_line_subtotal','105.6'),(126315,13804,'_line_subtotal_tax','0'),(126316,13804,'_line_total','105.6'),(126317,13804,'_line_tax','0'),(126318,13804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126319,13805,'_product_id','45'),(126320,13805,'_variation_id','0'),(126321,13805,'_qty','1'),(126322,13805,'_tax_class',''),(126323,13805,'_line_subtotal','42.24'),(126324,13805,'_line_subtotal_tax','0'),(126325,13805,'_line_total','42.24'),(126326,13805,'_line_tax','0'),(126327,13805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126328,13806,'_product_id','2113'),(126329,13806,'_variation_id','0'),(126330,13806,'_qty','1'),(126331,13806,'_tax_class',''),(126332,13806,'_line_subtotal','172'),(126333,13806,'_line_subtotal_tax','0'),(126334,13806,'_line_total','172'),(126335,13806,'_line_tax','0'),(126336,13806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126337,13807,'_product_id','43'),(126338,13807,'_variation_id','0'),(126339,13807,'_qty','2'),(126340,13807,'_tax_class',''),(126341,13807,'_line_subtotal','158.4'),(126342,13807,'_line_subtotal_tax','0'),(126343,13807,'_line_total','158.4'),(126344,13807,'_line_tax','0'),(126345,13807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126346,13808,'_product_id','44'),(126347,13808,'_variation_id','0'),(126348,13808,'_qty','1'),(126349,13808,'_tax_class',''),(126350,13808,'_line_subtotal','116.16'),(126351,13808,'_line_subtotal_tax','0'),(126352,13808,'_line_total','116.16'),(126353,13808,'_line_tax','0'),(126354,13808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126355,13809,'_product_id','133'),(126356,13809,'_variation_id','0'),(126357,13809,'_qty','5'),(126358,13809,'_tax_class',''),(126359,13809,'_line_subtotal','71.5'),(126360,13809,'_line_subtotal_tax','0'),(126361,13809,'_line_total','71.5'),(126362,13809,'_line_tax','0'),(126363,13809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126364,13810,'_product_id','490'),(126365,13810,'_variation_id','0'),(126366,13810,'_qty','10'),(126367,13810,'_tax_class',''),(126368,13810,'_line_subtotal','196'),(126369,13810,'_line_subtotal_tax','0'),(126370,13810,'_line_total','196'),(126371,13810,'_line_tax','0'),(126372,13810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126373,13811,'method_id','advanced_free_shipping'),(126374,13811,'instance_id','0'),(126375,13811,'cost','0.00'),(126376,13811,'total_tax','0'),(126377,13811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126378,13812,'_product_id','490'),(126379,13812,'_variation_id','0'),(126380,13812,'_qty','5'),(126381,13812,'_tax_class',''),(126382,13812,'_line_subtotal','98'),(126383,13812,'_line_subtotal_tax','0'),(126384,13812,'_line_total','98'),(126385,13812,'_line_tax','0'),(126386,13812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126387,13813,'_product_id','2408'),(126388,13813,'_variation_id','0'),(126389,13813,'_qty','1'),(126390,13813,'_tax_class',''),(126391,13813,'_line_subtotal','149.34'),(126392,13813,'_line_subtotal_tax','0'),(126393,13813,'_line_total','149.34'),(126394,13813,'_line_tax','0'),(126395,13813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126396,13814,'_product_id','2113'),(126397,13814,'_variation_id','0'),(126398,13814,'_qty','1'),(126399,13814,'_tax_class',''),(126400,13814,'_line_subtotal','172'),(126401,13814,'_line_subtotal_tax','0'),(126402,13814,'_line_total','172'),(126403,13814,'_line_tax','0'),(126404,13814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126405,13815,'_product_id','45'),(126406,13815,'_variation_id','0'),(126407,13815,'_qty','2'),(126408,13815,'_tax_class',''),(126409,13815,'_line_subtotal','84.48'),(126410,13815,'_line_subtotal_tax','0'),(126411,13815,'_line_total','84.48'),(126412,13815,'_line_tax','0'),(126413,13815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126414,13816,'_product_id','2110'),(126415,13816,'_variation_id','0'),(126416,13816,'_qty','1'),(126417,13816,'_tax_class',''),(126418,13816,'_line_subtotal','71.4'),(126419,13816,'_line_subtotal_tax','0'),(126420,13816,'_line_total','71.4'),(126421,13816,'_line_tax','0'),(126422,13816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126423,13817,'_product_id','120'),(126424,13817,'_variation_id','0'),(126425,13817,'_qty','1'),(126426,13817,'_tax_class',''),(126427,13817,'_line_subtotal','52.8'),(126428,13817,'_line_subtotal_tax','0'),(126429,13817,'_line_total','52.8'),(126430,13817,'_line_tax','0'),(126431,13817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126432,13818,'_product_id','41'),(126433,13818,'_variation_id','0'),(126434,13818,'_qty','1'),(126435,13818,'_tax_class',''),(126436,13818,'_line_subtotal','66.48'),(126437,13818,'_line_subtotal_tax','0'),(126438,13818,'_line_total','66.48'),(126439,13818,'_line_tax','0'),(126440,13818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126441,13819,'method_id','advanced_free_shipping'),(126442,13819,'instance_id','0'),(126443,13819,'cost','0.00'),(126444,13819,'total_tax','0'),(126445,13819,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126446,13799,'thwma_order_shipping_status','wc-pending'),(126447,13800,'thwma_order_shipping_status','wc-pending'),(126448,13801,'thwma_order_shipping_status','wc-pending'),(126449,13802,'thwma_order_shipping_status','wc-pending'),(126450,13804,'thwma_order_shipping_status','wc-pending'),(126451,13805,'thwma_order_shipping_status','wc-pending'),(126452,13806,'thwma_order_shipping_status','wc-pending'),(126453,13807,'thwma_order_shipping_status','wc-pending'),(126454,13808,'thwma_order_shipping_status','wc-pending'),(126455,13809,'thwma_order_shipping_status','wc-pending'),(126456,13810,'thwma_order_shipping_status','wc-pending'),(126457,13812,'thwma_order_shipping_status','wc-pending'),(126458,13813,'thwma_order_shipping_status','wc-pending'),(126459,13814,'thwma_order_shipping_status','wc-pending'),(126460,13815,'thwma_order_shipping_status','wc-pending'),(126461,13816,'thwma_order_shipping_status','wc-pending'),(126462,13817,'thwma_order_shipping_status','wc-pending'),(126463,13818,'thwma_order_shipping_status','wc-pending'),(126464,13820,'_product_id','2110'),(126465,13820,'_variation_id','0'),(126466,13820,'_qty','3'),(126467,13820,'_tax_class',''),(126468,13820,'_line_subtotal','214.2'),(126469,13820,'_line_subtotal_tax','0'),(126470,13820,'_line_total','214.2'),(126471,13820,'_line_tax','0'),(126472,13820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126473,13821,'_product_id','41'),(126474,13821,'_variation_id','0'),(126475,13821,'_qty','3'),(126476,13821,'_tax_class',''),(126477,13821,'_line_subtotal','199.44'),(126478,13821,'_line_subtotal_tax','0'),(126479,13821,'_line_total','199.44'),(126480,13821,'_line_tax','0'),(126481,13821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126482,13822,'_product_id','49'),(126483,13822,'_variation_id','0'),(126484,13822,'_qty','2'),(126485,13822,'_tax_class',''),(126486,13822,'_line_subtotal','158.4'),(126487,13822,'_line_subtotal_tax','0'),(126488,13822,'_line_total','158.4'),(126489,13822,'_line_tax','0'),(126490,13822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126491,13823,'_product_id','490'),(126492,13823,'_variation_id','0'),(126493,13823,'_qty','10'),(126494,13823,'_tax_class',''),(126495,13823,'_line_subtotal','196'),(126496,13823,'_line_subtotal_tax','0'),(126497,13823,'_line_total','196'),(126498,13823,'_line_tax','0'),(126499,13823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126500,13824,'method_id','advanced_free_shipping'),(126501,13824,'instance_id','0'),(126502,13824,'cost','0.00'),(126503,13824,'total_tax','0'),(126504,13824,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126505,13825,'_product_id','490'),(126506,13825,'_variation_id','0'),(126507,13825,'_qty','15'),(126508,13825,'_tax_class',''),(126509,13825,'_line_subtotal','294'),(126510,13825,'_line_subtotal_tax','0'),(126511,13825,'_line_total','294'),(126512,13825,'_line_tax','0'),(126513,13825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126514,13826,'_product_id','49'),(126515,13826,'_variation_id','0'),(126516,13826,'_qty','2'),(126517,13826,'_tax_class',''),(126518,13826,'_line_subtotal','158.4'),(126519,13826,'_line_subtotal_tax','0'),(126520,13826,'_line_total','158.4'),(126521,13826,'_line_tax','0'),(126522,13826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126523,13827,'_product_id','146'),(126524,13827,'_variation_id','0'),(126525,13827,'_qty','5'),(126526,13827,'_tax_class',''),(126527,13827,'_line_subtotal','6.9'),(126528,13827,'_line_subtotal_tax','0'),(126529,13827,'_line_total','6.9'),(126530,13827,'_line_tax','0'),(126531,13827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126532,13828,'_product_id','144'),(126533,13828,'_variation_id','0'),(126534,13828,'_qty','5'),(126535,13828,'_tax_class',''),(126536,13828,'_line_subtotal','6.9'),(126537,13828,'_line_subtotal_tax','0'),(126538,13828,'_line_total','6.9'),(126539,13828,'_line_tax','0'),(126540,13828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126541,13829,'_product_id','23'),(126542,13829,'_variation_id','0'),(126543,13829,'_qty','1'),(126544,13829,'_tax_class',''),(126545,13829,'_line_subtotal','68.54'),(126546,13829,'_line_subtotal_tax','0'),(126547,13829,'_line_total','68.54'),(126548,13829,'_line_tax','0'),(126549,13829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126550,13830,'method_id','advanced_free_shipping'),(126551,13830,'instance_id','0'),(126552,13830,'cost','0.00'),(126553,13830,'total_tax','0'),(126554,13830,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126555,13796,'thwma_order_shipping_status','wc-pending'),(126556,13797,'thwma_order_shipping_status','wc-pending'),(126557,13820,'thwma_order_shipping_status','wc-pending'),(126558,13821,'thwma_order_shipping_status','wc-pending'),(126559,13822,'thwma_order_shipping_status','wc-pending'),(126560,13823,'thwma_order_shipping_status','wc-pending'),(126561,13831,'_product_id','43'),(126562,13831,'_variation_id','0'),(126563,13831,'_qty','2'),(126564,13831,'_tax_class',''),(126565,13831,'_line_subtotal','158.4'),(126566,13831,'_line_subtotal_tax','0'),(126567,13831,'_line_total','158.4'),(126568,13831,'_line_tax','0'),(126569,13831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126570,13832,'_product_id','39'),(126571,13832,'_variation_id','0'),(126572,13832,'_qty','1'),(126573,13832,'_tax_class',''),(126574,13832,'_line_subtotal','79.2'),(126575,13832,'_line_subtotal_tax','0'),(126576,13832,'_line_total','79.2'),(126577,13832,'_line_tax','0'),(126578,13832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126579,13833,'_product_id','40'),(126580,13833,'_variation_id','0'),(126581,13833,'_qty','1'),(126582,13833,'_tax_class',''),(126583,13833,'_line_subtotal','79.2'),(126584,13833,'_line_subtotal_tax','0'),(126585,13833,'_line_total','79.2'),(126586,13833,'_line_tax','0'),(126587,13833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126588,13834,'_product_id','2408'),(126589,13834,'_variation_id','0'),(126590,13834,'_qty','1'),(126591,13834,'_tax_class',''),(126592,13834,'_line_subtotal','149.34'),(126593,13834,'_line_subtotal_tax','0'),(126594,13834,'_line_total','149.34'),(126595,13834,'_line_tax','0'),(126596,13834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126597,13835,'_product_id','49'),(126598,13835,'_variation_id','0'),(126599,13835,'_qty','1'),(126600,13835,'_tax_class',''),(126601,13835,'_line_subtotal','79.2'),(126602,13835,'_line_subtotal_tax','0'),(126603,13835,'_line_total','79.2'),(126604,13835,'_line_tax','0'),(126605,13835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126606,13836,'_product_id','490'),(126607,13836,'_variation_id','0'),(126608,13836,'_qty','10'),(126609,13836,'_tax_class',''),(126610,13836,'_line_subtotal','196'),(126611,13836,'_line_subtotal_tax','0'),(126612,13836,'_line_total','196'),(126613,13836,'_line_tax','0'),(126614,13836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126615,13837,'_product_id','45'),(126616,13837,'_variation_id','0'),(126617,13837,'_qty','1'),(126618,13837,'_tax_class',''),(126619,13837,'_line_subtotal','42.24'),(126620,13837,'_line_subtotal_tax','0'),(126621,13837,'_line_total','42.24'),(126622,13837,'_line_tax','0'),(126623,13837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126624,13838,'method_id','advanced_free_shipping'),(126625,13838,'instance_id','0'),(126626,13838,'cost','0.00'),(126627,13838,'total_tax','0'),(126628,13838,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126629,13831,'thwma_order_shipping_status','wc-pending'),(126630,13832,'thwma_order_shipping_status','wc-pending'),(126631,13833,'thwma_order_shipping_status','wc-pending'),(126632,13834,'thwma_order_shipping_status','wc-pending'),(126633,13835,'thwma_order_shipping_status','wc-pending'),(126634,13836,'thwma_order_shipping_status','wc-pending'),(126635,13837,'thwma_order_shipping_status','wc-pending'),(126636,13825,'thwma_order_shipping_status','wc-pending'),(126637,13826,'thwma_order_shipping_status','wc-pending'),(126638,13827,'thwma_order_shipping_status','wc-pending'),(126639,13828,'thwma_order_shipping_status','wc-pending'),(126640,13829,'thwma_order_shipping_status','wc-pending'),(126641,13839,'_product_id','41'),(126642,13839,'_variation_id','0'),(126643,13839,'_qty','4'),(126644,13839,'_tax_class',''),(126645,13839,'_line_subtotal','265.92'),(126646,13839,'_line_subtotal_tax','0'),(126647,13839,'_line_total','265.92'),(126648,13839,'_line_tax','0'),(126649,13839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126650,13840,'_product_id','120'),(126651,13840,'_variation_id','0'),(126652,13840,'_qty','1'),(126653,13840,'_tax_class',''),(126654,13840,'_line_subtotal','52.8'),(126655,13840,'_line_subtotal_tax','0'),(126656,13840,'_line_total','52.8'),(126657,13840,'_line_tax','0'),(126658,13840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126659,13841,'_product_id','49'),(126660,13841,'_variation_id','0'),(126661,13841,'_qty','4'),(126662,13841,'_tax_class',''),(126663,13841,'_line_subtotal','316.8'),(126664,13841,'_line_subtotal_tax','0'),(126665,13841,'_line_total','316.8'),(126666,13841,'_line_tax','0'),(126667,13841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126668,13842,'_product_id','40'),(126669,13842,'_variation_id','0'),(126670,13842,'_qty','1'),(126671,13842,'_tax_class',''),(126672,13842,'_line_subtotal','79.2'),(126673,13842,'_line_subtotal_tax','0'),(126674,13842,'_line_total','79.2'),(126675,13842,'_line_tax','0'),(126676,13842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126677,13843,'_product_id','39'),(126678,13843,'_variation_id','0'),(126679,13843,'_qty','3'),(126680,13843,'_tax_class',''),(126681,13843,'_line_subtotal','237.6'),(126682,13843,'_line_subtotal_tax','0'),(126683,13843,'_line_total','237.6'),(126684,13843,'_line_tax','0'),(126685,13843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126686,13844,'method_id','advanced_free_shipping'),(126687,13844,'instance_id','0'),(126688,13844,'cost','0.00'),(126689,13844,'total_tax','0'),(126690,13844,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126691,13845,'_product_id','490'),(126692,13845,'_variation_id','0'),(126693,13845,'_qty','10'),(126694,13845,'_tax_class',''),(126695,13845,'_line_subtotal','196'),(126696,13845,'_line_subtotal_tax','0'),(126697,13845,'_line_total','196'),(126698,13845,'_line_tax','0'),(126699,13845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126700,13846,'_product_id','45'),(126701,13846,'_variation_id','0'),(126702,13846,'_qty','5'),(126703,13846,'_tax_class',''),(126704,13846,'_line_subtotal','211.2'),(126705,13846,'_line_subtotal_tax','0'),(126706,13846,'_line_total','211.2'),(126707,13846,'_line_tax','0'),(126708,13846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126709,13847,'_product_id','2110'),(126710,13847,'_variation_id','0'),(126711,13847,'_qty','1'),(126712,13847,'_tax_class',''),(126713,13847,'_line_subtotal','71.4'),(126714,13847,'_line_subtotal_tax','0'),(126715,13847,'_line_total','71.4'),(126716,13847,'_line_tax','0'),(126717,13847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126718,13848,'_product_id','41'),(126719,13848,'_variation_id','0'),(126720,13848,'_qty','1'),(126721,13848,'_tax_class',''),(126722,13848,'_line_subtotal','66.48'),(126723,13848,'_line_subtotal_tax','0'),(126724,13848,'_line_total','66.48'),(126725,13848,'_line_tax','0'),(126726,13848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126727,13849,'method_id','advanced_free_shipping'),(126728,13849,'instance_id','0'),(126729,13849,'cost','0.00'),(126730,13849,'total_tax','0'),(126731,13849,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126732,13850,'_product_id','2110'),(126733,13850,'_variation_id','0'),(126734,13850,'_qty','1'),(126735,13850,'_tax_class',''),(126736,13850,'_line_subtotal','71.4'),(126737,13850,'_line_subtotal_tax','0'),(126738,13850,'_line_total','71.4'),(126739,13850,'_line_tax','0'),(126740,13850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126741,13851,'_product_id','44'),(126742,13851,'_variation_id','0'),(126743,13851,'_qty','1'),(126744,13851,'_tax_class',''),(126745,13851,'_line_subtotal','116.16'),(126746,13851,'_line_subtotal_tax','0'),(126747,13851,'_line_total','116.16'),(126748,13851,'_line_tax','0'),(126749,13851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126750,13852,'_product_id','490'),(126751,13852,'_variation_id','0'),(126752,13852,'_qty','6'),(126753,13852,'_tax_class',''),(126754,13852,'_line_subtotal','117.6'),(126755,13852,'_line_subtotal_tax','0'),(126756,13852,'_line_total','117.6'),(126757,13852,'_line_tax','0'),(126758,13852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126759,13853,'_product_id','487'),(126760,13853,'_variation_id','0'),(126761,13853,'_qty','1'),(126762,13853,'_tax_class',''),(126763,13853,'_line_subtotal','31.35'),(126764,13853,'_line_subtotal_tax','0'),(126765,13853,'_line_total','31.35'),(126766,13853,'_line_tax','0'),(126767,13853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126768,13854,'method_id','fedex'),(126769,13854,'instance_id','1'),(126770,13854,'cost','18.87'),(126771,13854,'total_tax','0'),(126772,13854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126773,13854,'Package 1','17 × 14 × 10 (in) 40.6lbs × 1'),(126774,13854,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 6, Bulk Mousse 1 Gallon RM &times; 1'),(126775,13855,'_product_id','41'),(126776,13855,'_variation_id','0'),(126777,13855,'_qty','1'),(126778,13855,'_tax_class',''),(126779,13855,'_line_subtotal','66.48'),(126780,13855,'_line_subtotal_tax','0'),(126781,13855,'_line_total','66.48'),(126782,13855,'_line_tax','0'),(126783,13855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126784,13856,'_product_id','41'),(126785,13856,'_variation_id','0'),(126786,13856,'_qty','1'),(126787,13856,'_tax_class',''),(126788,13856,'_line_subtotal','66.48'),(126789,13856,'_line_subtotal_tax','0'),(126790,13856,'_line_total','66.48'),(126791,13856,'_line_tax','0'),(126792,13856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126793,13857,'_product_id','43'),(126794,13857,'_variation_id','0'),(126795,13857,'_qty','1'),(126796,13857,'_tax_class',''),(126797,13857,'_line_subtotal','79.2'),(126798,13857,'_line_subtotal_tax','0'),(126799,13857,'_line_total','79.2'),(126800,13857,'_line_tax','0'),(126801,13857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126802,13858,'_product_id','131'),(126803,13858,'_variation_id','0'),(126804,13858,'_qty','1'),(126805,13858,'_tax_class',''),(126806,13858,'_line_subtotal','12.65'),(126807,13858,'_line_subtotal_tax','0'),(126808,13858,'_line_total','12.65'),(126809,13858,'_line_tax','0'),(126810,13858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126811,13859,'method_id','fedex'),(126812,13859,'instance_id','1'),(126813,13859,'cost','16.70'),(126814,13859,'total_tax','0'),(126815,13859,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126816,13859,'Package 1','11.88 × 11 × 10.75 (in) 16.15lbs × 1'),(126817,13859,'Items','Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Disposable Capes &times; 1'),(126818,13850,'thwma_order_shipping_status','wc-pending'),(126819,13851,'thwma_order_shipping_status','wc-pending'),(126820,13852,'thwma_order_shipping_status','wc-pending'),(126821,13853,'thwma_order_shipping_status','wc-pending'),(126822,13855,'thwma_order_shipping_status','wc-pending'),(126823,13856,'thwma_order_shipping_status','wc-pending'),(126824,13857,'thwma_order_shipping_status','wc-pending'),(126825,13858,'thwma_order_shipping_status','wc-pending'),(126826,13845,'thwma_order_shipping_status','wc-pending'),(126827,13846,'thwma_order_shipping_status','wc-pending'),(126828,13847,'thwma_order_shipping_status','wc-pending'),(126829,13848,'thwma_order_shipping_status','wc-pending'),(126830,13839,'thwma_order_shipping_status','wc-pending'),(126831,13840,'thwma_order_shipping_status','wc-pending'),(126832,13841,'thwma_order_shipping_status','wc-pending'),(126833,13842,'thwma_order_shipping_status','wc-pending'),(126834,13843,'thwma_order_shipping_status','wc-pending'),(126835,13860,'_product_id','2110'),(126836,13860,'_variation_id','0'),(126837,13860,'_qty','2'),(126838,13860,'_tax_class',''),(126839,13860,'_line_subtotal','142.8'),(126840,13860,'_line_subtotal_tax','0'),(126841,13860,'_line_total','142.8'),(126842,13860,'_line_tax','0'),(126843,13860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126844,13861,'_product_id','41'),(126845,13861,'_variation_id','0'),(126846,13861,'_qty','2'),(126847,13861,'_tax_class',''),(126848,13861,'_line_subtotal','132.96'),(126849,13861,'_line_subtotal_tax','0'),(126850,13861,'_line_total','132.96'),(126851,13861,'_line_tax','0'),(126852,13861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126853,13862,'method_id','fedex'),(126854,13862,'instance_id','1'),(126855,13862,'cost','27.68'),(126856,13862,'total_tax','0'),(126857,13862,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126858,13862,'Package 1','15.81 × 12.94 × 10.19 (in) 21.34lbs × 1'),(126859,13862,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2'),(126860,13863,'_product_id','2110'),(126861,13863,'_variation_id','0'),(126862,13863,'_qty','4'),(126863,13863,'_tax_class',''),(126864,13863,'_line_subtotal','285.6'),(126865,13863,'_line_subtotal_tax','0'),(126866,13863,'_line_total','285.6'),(126867,13863,'_line_tax','0'),(126868,13863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126869,13864,'_product_id','2113'),(126870,13864,'_variation_id','0'),(126871,13864,'_qty','2'),(126872,13864,'_tax_class',''),(126873,13864,'_line_subtotal','344'),(126874,13864,'_line_subtotal_tax','0'),(126875,13864,'_line_total','344'),(126876,13864,'_line_tax','0'),(126877,13864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126878,13865,'_product_id','42'),(126879,13865,'_variation_id','0'),(126880,13865,'_qty','2'),(126881,13865,'_tax_class',''),(126882,13865,'_line_subtotal','158.4'),(126883,13865,'_line_subtotal_tax','0'),(126884,13865,'_line_total','158.4'),(126885,13865,'_line_tax','0'),(126886,13865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126887,13866,'_product_id','41'),(126888,13866,'_variation_id','0'),(126889,13866,'_qty','8'),(126890,13866,'_tax_class',''),(126891,13866,'_line_subtotal','531.84'),(126892,13866,'_line_subtotal_tax','0'),(126893,13866,'_line_total','531.84'),(126894,13866,'_line_tax','0'),(126895,13866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126896,13867,'_product_id','2400'),(126897,13867,'_variation_id','0'),(126898,13867,'_qty','2'),(126899,13867,'_tax_class',''),(126900,13867,'_line_subtotal','372.6'),(126901,13867,'_line_subtotal_tax','0'),(126902,13867,'_line_total','372.6'),(126903,13867,'_line_tax','0'),(126904,13867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126905,13868,'_product_id','2408'),(126906,13868,'_variation_id','0'),(126907,13868,'_qty','4'),(126908,13868,'_tax_class',''),(126909,13868,'_line_subtotal','597.36'),(126910,13868,'_line_subtotal_tax','0'),(126911,13868,'_line_total','597.36'),(126912,13868,'_line_tax','0'),(126913,13868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126914,13869,'_product_id','43'),(126915,13869,'_variation_id','0'),(126916,13869,'_qty','4'),(126917,13869,'_tax_class',''),(126918,13869,'_line_subtotal','316.8'),(126919,13869,'_line_subtotal_tax','0'),(126920,13869,'_line_total','316.8'),(126921,13869,'_line_tax','0'),(126922,13869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126923,13870,'_product_id','44'),(126924,13870,'_variation_id','0'),(126925,13870,'_qty','1'),(126926,13870,'_tax_class',''),(126927,13870,'_line_subtotal','116.16'),(126928,13870,'_line_subtotal_tax','0'),(126929,13870,'_line_total','116.16'),(126930,13870,'_line_tax','0'),(126931,13870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126932,13871,'_product_id','490'),(126933,13871,'_variation_id','0'),(126934,13871,'_qty','40'),(126935,13871,'_tax_class',''),(126936,13871,'_line_subtotal','784'),(126937,13871,'_line_subtotal_tax','0'),(126938,13871,'_line_total','784'),(126939,13871,'_line_tax','0'),(126940,13871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126941,13872,'method_id','advanced_free_shipping'),(126942,13872,'instance_id','0'),(126943,13872,'cost','0.00'),(126944,13872,'total_tax','0'),(126945,13872,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126946,13873,'_product_id','2110'),(126947,13873,'_variation_id','0'),(126948,13873,'_qty','6'),(126949,13873,'_tax_class',''),(126950,13873,'_line_subtotal','428.4'),(126951,13873,'_line_subtotal_tax','0'),(126952,13873,'_line_total','428.4'),(126953,13873,'_line_tax','0'),(126954,13873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126955,13874,'_product_id','490'),(126956,13874,'_variation_id','0'),(126957,13874,'_qty','5'),(126958,13874,'_tax_class',''),(126959,13874,'_line_subtotal','98'),(126960,13874,'_line_subtotal_tax','0'),(126961,13874,'_line_total','98'),(126962,13874,'_line_tax','0'),(126963,13874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126964,13875,'method_id','advanced_free_shipping'),(126965,13875,'instance_id','0'),(126966,13875,'cost','0.00'),(126967,13875,'total_tax','0'),(126968,13875,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126969,13876,'_product_id','41'),(126970,13876,'_variation_id','0'),(126971,13876,'_qty','2'),(126972,13876,'_tax_class',''),(126973,13876,'_line_subtotal','132.96'),(126974,13876,'_line_subtotal_tax','0'),(126975,13876,'_line_total','132.96'),(126976,13876,'_line_tax','0'),(126977,13876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126978,13877,'_product_id','2408'),(126979,13877,'_variation_id','0'),(126980,13877,'_qty','2'),(126981,13877,'_tax_class',''),(126982,13877,'_line_subtotal','298.68'),(126983,13877,'_line_subtotal_tax','0'),(126984,13877,'_line_total','298.68'),(126985,13877,'_line_tax','0'),(126986,13877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(126987,13878,'method_id','fedex'),(126988,13878,'instance_id','1'),(126989,13878,'cost','31.16'),(126990,13878,'total_tax','0'),(126991,13878,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(126992,13878,'Package 1','17 × 14 × 10 (in) 27.4lbs × 1'),(126993,13878,'Items','Professional Lice Comb(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2'),(126996,13863,'thwma_order_shipping_status','wc-pending'),(126997,13864,'thwma_order_shipping_status','wc-pending'),(126998,13865,'thwma_order_shipping_status','wc-pending'),(126999,13866,'thwma_order_shipping_status','wc-pending'),(127000,13867,'thwma_order_shipping_status','wc-pending'),(127001,13868,'thwma_order_shipping_status','wc-pending'),(127002,13869,'thwma_order_shipping_status','wc-pending'),(127003,13870,'thwma_order_shipping_status','wc-pending'),(127004,13871,'thwma_order_shipping_status','wc-pending'),(127005,13860,'thwma_order_shipping_status','wc-pending'),(127006,13861,'thwma_order_shipping_status','wc-pending'),(127009,13873,'thwma_order_shipping_status','wc-pending'),(127010,13874,'thwma_order_shipping_status','wc-pending'),(127011,13879,'_product_id','2113'),(127012,13879,'_variation_id','0'),(127013,13879,'_qty','1'),(127014,13879,'_tax_class',''),(127015,13879,'_line_subtotal','172'),(127016,13879,'_line_subtotal_tax','0'),(127017,13879,'_line_total','172'),(127018,13879,'_line_tax','0'),(127019,13879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127020,13880,'_product_id','490'),(127021,13880,'_variation_id','0'),(127022,13880,'_qty','8'),(127023,13880,'_tax_class',''),(127024,13880,'_line_subtotal','156.8'),(127025,13880,'_line_subtotal_tax','0'),(127026,13880,'_line_total','156.8'),(127027,13880,'_line_tax','0'),(127028,13880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127029,13881,'_product_id','23'),(127030,13881,'_variation_id','0'),(127031,13881,'_qty','2'),(127032,13881,'_tax_class',''),(127033,13881,'_line_subtotal','137.08'),(127034,13881,'_line_subtotal_tax','0'),(127035,13881,'_line_total','137.08'),(127036,13881,'_line_tax','0'),(127037,13881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127038,13882,'_product_id','38'),(127039,13882,'_variation_id','0'),(127040,13882,'_qty','1'),(127041,13882,'_tax_class',''),(127042,13882,'_line_subtotal','165.76'),(127043,13882,'_line_subtotal_tax','0'),(127044,13882,'_line_total','165.76'),(127045,13882,'_line_tax','0'),(127046,13882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127047,13883,'_product_id','41'),(127048,13883,'_variation_id','0'),(127049,13883,'_qty','1'),(127050,13883,'_tax_class',''),(127051,13883,'_line_subtotal','66.48'),(127052,13883,'_line_subtotal_tax','0'),(127053,13883,'_line_total','66.48'),(127054,13883,'_line_tax','0'),(127055,13883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127056,13884,'_product_id','2110'),(127057,13884,'_variation_id','0'),(127058,13884,'_qty','2'),(127059,13884,'_tax_class',''),(127060,13884,'_line_subtotal','142.8'),(127061,13884,'_line_subtotal_tax','0'),(127062,13884,'_line_total','142.8'),(127063,13884,'_line_tax','0'),(127064,13884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127065,13885,'_product_id','49'),(127066,13885,'_variation_id','0'),(127067,13885,'_qty','1'),(127068,13885,'_tax_class',''),(127069,13885,'_line_subtotal','79.2'),(127070,13885,'_line_subtotal_tax','0'),(127071,13885,'_line_total','79.2'),(127072,13885,'_line_tax','0'),(127073,13885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127074,13886,'method_id','advanced_free_shipping'),(127075,13886,'instance_id','0'),(127076,13886,'cost','0.00'),(127077,13886,'total_tax','0'),(127078,13886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127079,13876,'thwma_order_shipping_status','wc-pending'),(127080,13877,'thwma_order_shipping_status','wc-pending'),(127081,13887,'_product_id','490'),(127082,13887,'_variation_id','0'),(127083,13887,'_qty','10'),(127084,13887,'_tax_class',''),(127085,13887,'_line_subtotal','196'),(127086,13887,'_line_subtotal_tax','0'),(127087,13887,'_line_total','196'),(127088,13887,'_line_tax','0'),(127089,13887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127090,13888,'_product_id','23'),(127091,13888,'_variation_id','0'),(127092,13888,'_qty','5'),(127093,13888,'_tax_class',''),(127094,13888,'_line_subtotal','342.7'),(127095,13888,'_line_subtotal_tax','0'),(127096,13888,'_line_total','342.7'),(127097,13888,'_line_tax','0'),(127098,13888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127099,13889,'method_id','advanced_free_shipping'),(127100,13889,'instance_id','0'),(127101,13889,'cost','0.00'),(127102,13889,'total_tax','0'),(127103,13889,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127104,13890,'_product_id','2110'),(127105,13890,'_variation_id','0'),(127106,13890,'_qty','15'),(127107,13890,'_tax_class',''),(127108,13890,'_line_subtotal','1071'),(127109,13890,'_line_subtotal_tax','0'),(127110,13890,'_line_total','1071'),(127111,13890,'_line_tax','0'),(127112,13890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127113,13891,'_product_id','2113'),(127114,13891,'_variation_id','0'),(127115,13891,'_qty','5'),(127116,13891,'_tax_class',''),(127117,13891,'_line_subtotal','860'),(127118,13891,'_line_subtotal_tax','0'),(127119,13891,'_line_total','860'),(127120,13891,'_line_tax','0'),(127121,13891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127122,13892,'_product_id','45'),(127123,13892,'_variation_id','0'),(127124,13892,'_qty','5'),(127125,13892,'_tax_class',''),(127126,13892,'_line_subtotal','211.2'),(127127,13892,'_line_subtotal_tax','0'),(127128,13892,'_line_total','211.2'),(127129,13892,'_line_tax','0'),(127130,13892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127131,13893,'_product_id','43'),(127132,13893,'_variation_id','0'),(127133,13893,'_qty','5'),(127134,13893,'_tax_class',''),(127135,13893,'_line_subtotal','396'),(127136,13893,'_line_subtotal_tax','0'),(127137,13893,'_line_total','396'),(127138,13893,'_line_tax','0'),(127139,13893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127140,13894,'method_id','advanced_free_shipping'),(127141,13894,'instance_id','0'),(127142,13894,'cost','0.00'),(127143,13894,'total_tax','0'),(127144,13894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127145,13890,'thwma_order_shipping_status','wc-pending'),(127146,13891,'thwma_order_shipping_status','wc-pending'),(127147,13892,'thwma_order_shipping_status','wc-pending'),(127148,13893,'thwma_order_shipping_status','wc-pending'),(127149,13887,'thwma_order_shipping_status','wc-pending'),(127150,13888,'thwma_order_shipping_status','wc-pending'),(127151,13879,'thwma_order_shipping_status','wc-pending'),(127152,13880,'thwma_order_shipping_status','wc-pending'),(127153,13881,'thwma_order_shipping_status','wc-pending'),(127154,13882,'thwma_order_shipping_status','wc-pending'),(127155,13883,'thwma_order_shipping_status','wc-pending'),(127156,13884,'thwma_order_shipping_status','wc-pending'),(127157,13885,'thwma_order_shipping_status','wc-pending'),(127158,13895,'_product_id','2408'),(127159,13895,'_variation_id','0'),(127160,13895,'_qty','2'),(127161,13895,'_tax_class',''),(127162,13895,'_line_subtotal','298.68'),(127163,13895,'_line_subtotal_tax','0'),(127164,13895,'_line_total','298.68'),(127165,13895,'_line_tax','0'),(127166,13895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127167,13896,'_product_id','490'),(127168,13896,'_variation_id','0'),(127169,13896,'_qty','15'),(127170,13896,'_tax_class',''),(127171,13896,'_line_subtotal','294'),(127172,13896,'_line_subtotal_tax','0'),(127173,13896,'_line_total','294'),(127174,13896,'_line_tax','0'),(127175,13896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127176,13897,'_product_id','2110'),(127177,13897,'_variation_id','0'),(127178,13897,'_qty','3'),(127179,13897,'_tax_class',''),(127180,13897,'_line_subtotal','214.2'),(127181,13897,'_line_subtotal_tax','0'),(127182,13897,'_line_total','214.2'),(127183,13897,'_line_tax','0'),(127184,13897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127185,13898,'_product_id','45'),(127186,13898,'_variation_id','0'),(127187,13898,'_qty','4'),(127188,13898,'_tax_class',''),(127189,13898,'_line_subtotal','168.96'),(127190,13898,'_line_subtotal_tax','0'),(127191,13898,'_line_total','168.96'),(127192,13898,'_line_tax','0'),(127193,13898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127194,13899,'_product_id','43'),(127195,13899,'_variation_id','0'),(127196,13899,'_qty','4'),(127197,13899,'_tax_class',''),(127198,13899,'_line_subtotal','316.8'),(127199,13899,'_line_subtotal_tax','0'),(127200,13899,'_line_total','316.8'),(127201,13899,'_line_tax','0'),(127202,13899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127203,13900,'_product_id','49'),(127204,13900,'_variation_id','0'),(127205,13900,'_qty','4'),(127206,13900,'_tax_class',''),(127207,13900,'_line_subtotal','316.8'),(127208,13900,'_line_subtotal_tax','0'),(127209,13900,'_line_total','316.8'),(127210,13900,'_line_tax','0'),(127211,13900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127212,13901,'_product_id','2400'),(127213,13901,'_variation_id','0'),(127214,13901,'_qty','2'),(127215,13901,'_tax_class',''),(127216,13901,'_line_subtotal','372.6'),(127217,13901,'_line_subtotal_tax','0'),(127218,13901,'_line_total','372.6'),(127219,13901,'_line_tax','0'),(127220,13901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127221,13902,'method_id','advanced_free_shipping'),(127222,13902,'instance_id','0'),(127223,13902,'cost','0.00'),(127224,13902,'total_tax','0'),(127225,13902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127226,13903,'_product_id','43'),(127227,13903,'_variation_id','0'),(127228,13903,'_qty','12'),(127229,13903,'_tax_class',''),(127230,13903,'_line_subtotal','950.4'),(127231,13903,'_line_subtotal_tax','0'),(127232,13903,'_line_total','950.4'),(127233,13903,'_line_tax','0'),(127234,13903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127235,13904,'_product_id','49'),(127236,13904,'_variation_id','0'),(127237,13904,'_qty','12'),(127238,13904,'_tax_class',''),(127239,13904,'_line_subtotal','950.4'),(127240,13904,'_line_subtotal_tax','0'),(127241,13904,'_line_total','950.4'),(127242,13904,'_line_tax','0'),(127243,13904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127244,13905,'_product_id','44'),(127245,13905,'_variation_id','0'),(127246,13905,'_qty','5'),(127247,13905,'_tax_class',''),(127248,13905,'_line_subtotal','580.8'),(127249,13905,'_line_subtotal_tax','0'),(127250,13905,'_line_total','580.8'),(127251,13905,'_line_tax','0'),(127252,13905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127253,13906,'_product_id','39'),(127254,13906,'_variation_id','0'),(127255,13906,'_qty','5'),(127256,13906,'_tax_class',''),(127257,13906,'_line_subtotal','396'),(127258,13906,'_line_subtotal_tax','0'),(127259,13906,'_line_total','396'),(127260,13906,'_line_tax','0'),(127261,13906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127262,13907,'_product_id','490'),(127263,13907,'_variation_id','0'),(127264,13907,'_qty','30'),(127265,13907,'_tax_class',''),(127266,13907,'_line_subtotal','588'),(127267,13907,'_line_subtotal_tax','0'),(127268,13907,'_line_total','588'),(127269,13907,'_line_tax','0'),(127270,13907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127271,13908,'_product_id','41'),(127272,13908,'_variation_id','0'),(127273,13908,'_qty','5'),(127274,13908,'_tax_class',''),(127275,13908,'_line_subtotal','332.4'),(127276,13908,'_line_subtotal_tax','0'),(127277,13908,'_line_total','332.4'),(127278,13908,'_line_tax','0'),(127279,13908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127280,13909,'_product_id','487'),(127281,13909,'_variation_id','0'),(127282,13909,'_qty','2'),(127283,13909,'_tax_class',''),(127284,13909,'_line_subtotal','62.7'),(127285,13909,'_line_subtotal_tax','0'),(127286,13909,'_line_total','62.7'),(127287,13909,'_line_tax','0'),(127288,13909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127289,13910,'_product_id','488'),(127290,13910,'_variation_id','0'),(127291,13910,'_qty','2'),(127292,13910,'_tax_class',''),(127293,13910,'_line_subtotal','62.7'),(127294,13910,'_line_subtotal_tax','0'),(127295,13910,'_line_total','62.7'),(127296,13910,'_line_tax','0'),(127297,13910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127298,13911,'_product_id','2110'),(127299,13911,'_variation_id','0'),(127300,13911,'_qty','4'),(127301,13911,'_tax_class',''),(127302,13911,'_line_subtotal','285.6'),(127303,13911,'_line_subtotal_tax','0'),(127304,13911,'_line_total','285.6'),(127305,13911,'_line_tax','0'),(127306,13911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127307,13912,'method_id','advanced_free_shipping'),(127308,13912,'instance_id','0'),(127309,13912,'cost','0.00'),(127310,13912,'total_tax','0'),(127311,13912,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127312,13913,'_product_id','2110'),(127313,13913,'_variation_id','0'),(127314,13913,'_qty','4'),(127315,13913,'_tax_class',''),(127316,13913,'_line_subtotal','285.6'),(127317,13913,'_line_subtotal_tax','0'),(127318,13913,'_line_total','285.6'),(127319,13913,'_line_tax','0'),(127320,13913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127321,13914,'_product_id','2400'),(127322,13914,'_variation_id','0'),(127323,13914,'_qty','1'),(127324,13914,'_tax_class',''),(127325,13914,'_line_subtotal','186.3'),(127326,13914,'_line_subtotal_tax','0'),(127327,13914,'_line_total','186.3'),(127328,13914,'_line_tax','0'),(127329,13914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127330,13915,'_product_id','41'),(127331,13915,'_variation_id','0'),(127332,13915,'_qty','2'),(127333,13915,'_tax_class',''),(127334,13915,'_line_subtotal','132.96'),(127335,13915,'_line_subtotal_tax','0'),(127336,13915,'_line_total','132.96'),(127337,13915,'_line_tax','0'),(127338,13915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127339,13916,'_product_id','490'),(127340,13916,'_variation_id','0'),(127341,13916,'_qty','5'),(127342,13916,'_tax_class',''),(127343,13916,'_line_subtotal','98'),(127344,13916,'_line_subtotal_tax','0'),(127345,13916,'_line_total','98'),(127346,13916,'_line_tax','0'),(127347,13916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127348,13917,'_product_id','133'),(127349,13917,'_variation_id','0'),(127350,13917,'_qty','7'),(127351,13917,'_tax_class',''),(127352,13917,'_line_subtotal','100.1'),(127353,13917,'_line_subtotal_tax','0'),(127354,13917,'_line_total','100.1'),(127355,13917,'_line_tax','0'),(127356,13917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127357,13918,'_product_id','120'),(127358,13918,'_variation_id','0'),(127359,13918,'_qty','2'),(127360,13918,'_tax_class',''),(127361,13918,'_line_subtotal','105.6'),(127362,13918,'_line_subtotal_tax','0'),(127363,13918,'_line_total','105.6'),(127364,13918,'_line_tax','0'),(127365,13918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127366,13919,'method_id','advanced_free_shipping'),(127367,13919,'instance_id','0'),(127368,13919,'cost','0.00'),(127369,13919,'total_tax','0'),(127370,13919,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127371,13920,'_product_id','2110'),(127372,13920,'_variation_id','0'),(127373,13920,'_qty','1'),(127374,13920,'_tax_class',''),(127375,13920,'_line_subtotal','71.4'),(127376,13920,'_line_subtotal_tax','0'),(127377,13920,'_line_total','71.4'),(127378,13920,'_line_tax','0'),(127379,13920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127380,13921,'_product_id','43'),(127381,13921,'_variation_id','0'),(127382,13921,'_qty','2'),(127383,13921,'_tax_class',''),(127384,13921,'_line_subtotal','158.4'),(127385,13921,'_line_subtotal_tax','0'),(127386,13921,'_line_total','158.4'),(127387,13921,'_line_tax','0'),(127388,13921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127389,13922,'_product_id','49'),(127390,13922,'_variation_id','0'),(127391,13922,'_qty','2'),(127392,13922,'_tax_class',''),(127393,13922,'_line_subtotal','158.4'),(127394,13922,'_line_subtotal_tax','0'),(127395,13922,'_line_total','158.4'),(127396,13922,'_line_tax','0'),(127397,13922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127398,13923,'_product_id','41'),(127399,13923,'_variation_id','0'),(127400,13923,'_qty','2'),(127401,13923,'_tax_class',''),(127402,13923,'_line_subtotal','132.96'),(127403,13923,'_line_subtotal_tax','0'),(127404,13923,'_line_total','132.96'),(127405,13923,'_line_tax','0'),(127406,13923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127407,13924,'_product_id','490'),(127408,13924,'_variation_id','0'),(127409,13924,'_qty','4'),(127410,13924,'_tax_class',''),(127411,13924,'_line_subtotal','78.4'),(127412,13924,'_line_subtotal_tax','0'),(127413,13924,'_line_total','78.4'),(127414,13924,'_line_tax','0'),(127415,13924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127416,13925,'method_id','advanced_free_shipping'),(127417,13925,'instance_id','0'),(127418,13925,'cost','0.00'),(127419,13925,'total_tax','0'),(127420,13925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127421,13926,'_product_id','490'),(127422,13926,'_variation_id','0'),(127423,13926,'_qty','6'),(127424,13926,'_tax_class',''),(127425,13926,'_line_subtotal','117.6'),(127426,13926,'_line_subtotal_tax','0'),(127427,13926,'_line_total','117.6'),(127428,13926,'_line_tax','0'),(127429,13926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127430,13927,'_product_id','44'),(127431,13927,'_variation_id','0'),(127432,13927,'_qty','1'),(127433,13927,'_tax_class',''),(127434,13927,'_line_subtotal','116.16'),(127435,13927,'_line_subtotal_tax','0'),(127436,13927,'_line_total','116.16'),(127437,13927,'_line_tax','0'),(127438,13927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127439,13928,'_product_id','41'),(127440,13928,'_variation_id','0'),(127441,13928,'_qty','1'),(127442,13928,'_tax_class',''),(127443,13928,'_line_subtotal','66.48'),(127444,13928,'_line_subtotal_tax','0'),(127445,13928,'_line_total','66.48'),(127446,13928,'_line_tax','0'),(127447,13928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127448,13929,'_product_id','43'),(127449,13929,'_variation_id','0'),(127450,13929,'_qty','1'),(127451,13929,'_tax_class',''),(127452,13929,'_line_subtotal','79.2'),(127453,13929,'_line_subtotal_tax','0'),(127454,13929,'_line_total','79.2'),(127455,13929,'_line_tax','0'),(127456,13929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127457,13930,'method_id','fedex'),(127458,13930,'instance_id','1'),(127459,13930,'cost','25.14'),(127460,13930,'total_tax','0'),(127461,13930,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127462,13930,'Package 1','17 × 14 × 10 (in) 35.65lbs × 1'),(127463,13930,'Items','Bulk Active Rinse 100% RM &times; 6, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1'),(127464,13931,'_product_id','41'),(127465,13931,'_variation_id','0'),(127466,13931,'_qty','4'),(127467,13931,'_tax_class',''),(127468,13931,'_line_subtotal','265.92'),(127469,13931,'_line_subtotal_tax','0'),(127470,13931,'_line_total','265.92'),(127471,13931,'_line_tax','0'),(127472,13931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127473,13932,'_product_id','490'),(127474,13932,'_variation_id','0'),(127475,13932,'_qty','4'),(127476,13932,'_tax_class',''),(127477,13932,'_line_subtotal','78.4'),(127478,13932,'_line_subtotal_tax','0'),(127479,13932,'_line_total','78.4'),(127480,13932,'_line_tax','0'),(127481,13932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127482,13933,'method_id','fedex'),(127483,13933,'instance_id','1'),(127484,13933,'cost','17.54'),(127485,13933,'total_tax','0'),(127486,13933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127487,13933,'Package 1','11.88 × 11 × 10.75 (in) 19.45lbs × 1'),(127488,13933,'Items','Professional Lice Comb(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 4'),(127489,13934,'_product_id','2110'),(127490,13934,'_variation_id','0'),(127491,13934,'_qty','3'),(127492,13934,'_tax_class',''),(127493,13934,'_line_subtotal','214.2'),(127494,13934,'_line_subtotal_tax','0'),(127495,13934,'_line_total','214.2'),(127496,13934,'_line_tax','0'),(127497,13934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127498,13935,'_product_id','42'),(127499,13935,'_variation_id','0'),(127500,13935,'_qty','2'),(127501,13935,'_tax_class',''),(127502,13935,'_line_subtotal','158.4'),(127503,13935,'_line_subtotal_tax','0'),(127504,13935,'_line_total','158.4'),(127505,13935,'_line_tax','0'),(127506,13935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127507,13936,'_product_id','41'),(127508,13936,'_variation_id','0'),(127509,13936,'_qty','2'),(127510,13936,'_tax_class',''),(127511,13936,'_line_subtotal','132.96'),(127512,13936,'_line_subtotal_tax','0'),(127513,13936,'_line_total','132.96'),(127514,13936,'_line_tax','0'),(127515,13936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127516,13937,'_product_id','45'),(127517,13937,'_variation_id','0'),(127518,13937,'_qty','2'),(127519,13937,'_tax_class',''),(127520,13937,'_line_subtotal','84.48'),(127521,13937,'_line_subtotal_tax','0'),(127522,13937,'_line_total','84.48'),(127523,13937,'_line_tax','0'),(127524,13937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127525,13938,'_product_id','2408'),(127526,13938,'_variation_id','0'),(127527,13938,'_qty','2'),(127528,13938,'_tax_class',''),(127529,13938,'_line_subtotal','298.68'),(127530,13938,'_line_subtotal_tax','0'),(127531,13938,'_line_total','298.68'),(127532,13938,'_line_tax','0'),(127533,13938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127534,13939,'_product_id','43'),(127535,13939,'_variation_id','0'),(127536,13939,'_qty','1'),(127537,13939,'_tax_class',''),(127538,13939,'_line_subtotal','79.2'),(127539,13939,'_line_subtotal_tax','0'),(127540,13939,'_line_total','79.2'),(127541,13939,'_line_tax','0'),(127542,13939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127543,13940,'_product_id','120'),(127544,13940,'_variation_id','0'),(127545,13940,'_qty','1'),(127546,13940,'_tax_class',''),(127547,13940,'_line_subtotal','52.8'),(127548,13940,'_line_subtotal_tax','0'),(127549,13940,'_line_total','52.8'),(127550,13940,'_line_tax','0'),(127551,13940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127552,13941,'_product_id','49'),(127553,13941,'_variation_id','0'),(127554,13941,'_qty','1'),(127555,13941,'_tax_class',''),(127556,13941,'_line_subtotal','79.2'),(127557,13941,'_line_subtotal_tax','0'),(127558,13941,'_line_total','79.2'),(127559,13941,'_line_tax','0'),(127560,13941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127561,13942,'_product_id','487'),(127562,13942,'_variation_id','0'),(127563,13942,'_qty','2'),(127564,13942,'_tax_class',''),(127565,13942,'_line_subtotal','62.7'),(127566,13942,'_line_subtotal_tax','0'),(127567,13942,'_line_total','62.7'),(127568,13942,'_line_tax','0'),(127569,13942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127570,13943,'_product_id','490'),(127571,13943,'_variation_id','0'),(127572,13943,'_qty','10'),(127573,13943,'_tax_class',''),(127574,13943,'_line_subtotal','196'),(127575,13943,'_line_subtotal_tax','0'),(127576,13943,'_line_total','196'),(127577,13943,'_line_tax','0'),(127578,13943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127579,13944,'method_id','advanced_free_shipping'),(127580,13944,'instance_id','0'),(127581,13944,'cost','0.00'),(127582,13944,'total_tax','0'),(127583,13944,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127584,13913,'thwma_order_shipping_status','wc-pending'),(127585,13914,'thwma_order_shipping_status','wc-pending'),(127586,13915,'thwma_order_shipping_status','wc-pending'),(127587,13916,'thwma_order_shipping_status','wc-pending'),(127588,13917,'thwma_order_shipping_status','wc-pending'),(127589,13918,'thwma_order_shipping_status','wc-pending'),(127590,13903,'thwma_order_shipping_status','wc-pending'),(127591,13904,'thwma_order_shipping_status','wc-pending'),(127592,13905,'thwma_order_shipping_status','wc-pending'),(127593,13906,'thwma_order_shipping_status','wc-pending'),(127594,13907,'thwma_order_shipping_status','wc-pending'),(127595,13908,'thwma_order_shipping_status','wc-pending'),(127596,13909,'thwma_order_shipping_status','wc-pending'),(127597,13910,'thwma_order_shipping_status','wc-pending'),(127598,13911,'thwma_order_shipping_status','wc-pending'),(127599,13895,'thwma_order_shipping_status','wc-pending'),(127600,13896,'thwma_order_shipping_status','wc-pending'),(127601,13897,'thwma_order_shipping_status','wc-pending'),(127602,13898,'thwma_order_shipping_status','wc-pending'),(127603,13899,'thwma_order_shipping_status','wc-pending'),(127604,13900,'thwma_order_shipping_status','wc-pending'),(127605,13901,'thwma_order_shipping_status','wc-pending'),(127656,13951,'_product_id','41'),(127657,13951,'_variation_id','0'),(127658,13951,'_qty','3'),(127659,13951,'_tax_class',''),(127660,13951,'_line_subtotal','199.44'),(127661,13951,'_line_subtotal_tax','0'),(127662,13951,'_line_total','199.44'),(127663,13951,'_line_tax','0'),(127664,13951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127665,13952,'_product_id','43'),(127666,13952,'_variation_id','0'),(127667,13952,'_qty','1'),(127668,13952,'_tax_class',''),(127669,13952,'_line_subtotal','79.2'),(127670,13952,'_line_subtotal_tax','0'),(127671,13952,'_line_total','79.2'),(127672,13952,'_line_tax','0'),(127673,13952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127674,13953,'_product_id','490'),(127675,13953,'_variation_id','0'),(127676,13953,'_qty','10'),(127677,13953,'_tax_class',''),(127678,13953,'_line_subtotal','196'),(127679,13953,'_line_subtotal_tax','0'),(127680,13953,'_line_total','196'),(127681,13953,'_line_tax','0'),(127682,13953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127683,13954,'_product_id','488'),(127684,13954,'_variation_id','0'),(127685,13954,'_qty','1'),(127686,13954,'_tax_class',''),(127687,13954,'_line_subtotal','31.35'),(127688,13954,'_line_subtotal_tax','0'),(127689,13954,'_line_total','31.35'),(127690,13954,'_line_tax','0'),(127691,13954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127692,13955,'_product_id','23'),(127693,13955,'_variation_id','0'),(127694,13955,'_qty','4'),(127695,13955,'_tax_class',''),(127696,13955,'_line_subtotal','274.16'),(127697,13955,'_line_subtotal_tax','0'),(127698,13955,'_line_total','274.16'),(127699,13955,'_line_tax','0'),(127700,13955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127701,13956,'method_id','advanced_free_shipping'),(127702,13956,'instance_id','0'),(127703,13956,'cost','0.00'),(127704,13956,'total_tax','0'),(127705,13956,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127706,13926,'thwma_order_shipping_status','wc-pending'),(127707,13927,'thwma_order_shipping_status','wc-pending'),(127708,13928,'thwma_order_shipping_status','wc-pending'),(127709,13929,'thwma_order_shipping_status','wc-pending'),(127710,13931,'thwma_order_shipping_status','wc-pending'),(127711,13932,'thwma_order_shipping_status','wc-pending'),(127712,13934,'thwma_order_shipping_status','wc-pending'),(127713,13935,'thwma_order_shipping_status','wc-pending'),(127714,13936,'thwma_order_shipping_status','wc-pending'),(127715,13937,'thwma_order_shipping_status','wc-pending'),(127716,13938,'thwma_order_shipping_status','wc-pending'),(127717,13939,'thwma_order_shipping_status','wc-pending'),(127718,13940,'thwma_order_shipping_status','wc-pending'),(127719,13941,'thwma_order_shipping_status','wc-pending'),(127720,13942,'thwma_order_shipping_status','wc-pending'),(127721,13943,'thwma_order_shipping_status','wc-pending'),(127722,13957,'_product_id','2408'),(127723,13957,'_variation_id','0'),(127724,13957,'_qty','1'),(127725,13957,'_tax_class',''),(127726,13957,'_line_subtotal','149.34'),(127727,13957,'_line_subtotal_tax','0'),(127728,13957,'_line_total','149.34'),(127729,13957,'_line_tax','0'),(127730,13957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127731,13958,'_product_id','490'),(127732,13958,'_variation_id','0'),(127733,13958,'_qty','10'),(127734,13958,'_tax_class',''),(127735,13958,'_line_subtotal','196'),(127736,13958,'_line_subtotal_tax','0'),(127737,13958,'_line_total','196'),(127738,13958,'_line_tax','0'),(127739,13958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127740,13959,'_product_id','2110'),(127741,13959,'_variation_id','0'),(127742,13959,'_qty','2'),(127743,13959,'_tax_class',''),(127744,13959,'_line_subtotal','142.8'),(127745,13959,'_line_subtotal_tax','0'),(127746,13959,'_line_total','142.8'),(127747,13959,'_line_tax','0'),(127748,13959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127749,13960,'_product_id','45'),(127750,13960,'_variation_id','0'),(127751,13960,'_qty','2'),(127752,13960,'_tax_class',''),(127753,13960,'_line_subtotal','84.48'),(127754,13960,'_line_subtotal_tax','0'),(127755,13960,'_line_total','84.48'),(127756,13960,'_line_tax','0'),(127757,13960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127758,13961,'_product_id','43'),(127759,13961,'_variation_id','0'),(127760,13961,'_qty','3'),(127761,13961,'_tax_class',''),(127762,13961,'_line_subtotal','237.6'),(127763,13961,'_line_subtotal_tax','0'),(127764,13961,'_line_total','237.6'),(127765,13961,'_line_tax','0'),(127766,13961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127767,13962,'_product_id','49'),(127768,13962,'_variation_id','0'),(127769,13962,'_qty','3'),(127770,13962,'_tax_class',''),(127771,13962,'_line_subtotal','237.6'),(127772,13962,'_line_subtotal_tax','0'),(127773,13962,'_line_total','237.6'),(127774,13962,'_line_tax','0'),(127775,13962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127776,13963,'_product_id','2400'),(127777,13963,'_variation_id','0'),(127778,13963,'_qty','1'),(127779,13963,'_tax_class',''),(127780,13963,'_line_subtotal','186.3'),(127781,13963,'_line_subtotal_tax','0'),(127782,13963,'_line_total','186.3'),(127783,13963,'_line_tax','0'),(127784,13963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127785,13964,'_product_id','42'),(127786,13964,'_variation_id','0'),(127787,13964,'_qty','2'),(127788,13964,'_tax_class',''),(127789,13964,'_line_subtotal','158.4'),(127790,13964,'_line_subtotal_tax','0'),(127791,13964,'_line_total','158.4'),(127792,13964,'_line_tax','0'),(127793,13964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127794,13965,'method_id','advanced_free_shipping'),(127795,13965,'instance_id','0'),(127796,13965,'cost','0.00'),(127797,13965,'total_tax','0'),(127798,13965,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127799,13966,'_product_id','2110'),(127800,13966,'_variation_id','0'),(127801,13966,'_qty','2'),(127802,13966,'_tax_class',''),(127803,13966,'_line_subtotal','142.8'),(127804,13966,'_line_subtotal_tax','0'),(127805,13966,'_line_total','142.8'),(127806,13966,'_line_tax','0'),(127807,13966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127808,13967,'_product_id','42'),(127809,13967,'_variation_id','0'),(127810,13967,'_qty','2'),(127811,13967,'_tax_class',''),(127812,13967,'_line_subtotal','158.4'),(127813,13967,'_line_subtotal_tax','0'),(127814,13967,'_line_total','158.4'),(127815,13967,'_line_tax','0'),(127816,13967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127817,13968,'_product_id','41'),(127818,13968,'_variation_id','0'),(127819,13968,'_qty','1'),(127820,13968,'_tax_class',''),(127821,13968,'_line_subtotal','66.48'),(127822,13968,'_line_subtotal_tax','0'),(127823,13968,'_line_total','66.48'),(127824,13968,'_line_tax','0'),(127825,13968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127826,13969,'_product_id','45'),(127827,13969,'_variation_id','0'),(127828,13969,'_qty','4'),(127829,13969,'_tax_class',''),(127830,13969,'_line_subtotal','168.96'),(127831,13969,'_line_subtotal_tax','0'),(127832,13969,'_line_total','168.96'),(127833,13969,'_line_tax','0'),(127834,13969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127835,13970,'_product_id','2400'),(127836,13970,'_variation_id','0'),(127837,13970,'_qty','1'),(127838,13970,'_tax_class',''),(127839,13970,'_line_subtotal','186.3'),(127840,13970,'_line_subtotal_tax','0'),(127841,13970,'_line_total','186.3'),(127842,13970,'_line_tax','0'),(127843,13970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127844,13971,'_product_id','2408'),(127845,13971,'_variation_id','0'),(127846,13971,'_qty','1'),(127847,13971,'_tax_class',''),(127848,13971,'_line_subtotal','149.34'),(127849,13971,'_line_subtotal_tax','0'),(127850,13971,'_line_total','149.34'),(127851,13971,'_line_tax','0'),(127852,13971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127853,13972,'_product_id','43'),(127854,13972,'_variation_id','0'),(127855,13972,'_qty','1'),(127856,13972,'_tax_class',''),(127857,13972,'_line_subtotal','79.2'),(127858,13972,'_line_subtotal_tax','0'),(127859,13972,'_line_total','79.2'),(127860,13972,'_line_tax','0'),(127861,13972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127862,13973,'_product_id','49'),(127863,13973,'_variation_id','0'),(127864,13973,'_qty','1'),(127865,13973,'_tax_class',''),(127866,13973,'_line_subtotal','79.2'),(127867,13973,'_line_subtotal_tax','0'),(127868,13973,'_line_total','79.2'),(127869,13973,'_line_tax','0'),(127870,13973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127871,13974,'_product_id','490'),(127872,13974,'_variation_id','0'),(127873,13974,'_qty','6'),(127874,13974,'_tax_class',''),(127875,13974,'_line_subtotal','117.6'),(127876,13974,'_line_subtotal_tax','0'),(127877,13974,'_line_total','117.6'),(127878,13974,'_line_tax','0'),(127879,13974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127880,13975,'method_id','advanced_free_shipping'),(127881,13975,'instance_id','0'),(127882,13975,'cost','0.00'),(127883,13975,'total_tax','0'),(127884,13975,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127885,13976,'_product_id','2110'),(127886,13976,'_variation_id','0'),(127887,13976,'_qty','1'),(127888,13976,'_tax_class',''),(127889,13976,'_line_subtotal','71.4'),(127890,13976,'_line_subtotal_tax','0'),(127891,13976,'_line_total','71.4'),(127892,13976,'_line_tax','0'),(127893,13976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127894,13977,'_product_id','41'),(127895,13977,'_variation_id','0'),(127896,13977,'_qty','3'),(127897,13977,'_tax_class',''),(127898,13977,'_line_subtotal','199.44'),(127899,13977,'_line_subtotal_tax','0'),(127900,13977,'_line_total','199.44'),(127901,13977,'_line_tax','0'),(127902,13977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127903,13978,'_product_id','45'),(127904,13978,'_variation_id','0'),(127905,13978,'_qty','1'),(127906,13978,'_tax_class',''),(127907,13978,'_line_subtotal','42.24'),(127908,13978,'_line_subtotal_tax','0'),(127909,13978,'_line_total','42.24'),(127910,13978,'_line_tax','0'),(127911,13978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127912,13979,'_product_id','120'),(127913,13979,'_variation_id','0'),(127914,13979,'_qty','1'),(127915,13979,'_tax_class',''),(127916,13979,'_line_subtotal','52.8'),(127917,13979,'_line_subtotal_tax','0'),(127918,13979,'_line_total','52.8'),(127919,13979,'_line_tax','0'),(127920,13979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127921,13980,'_product_id','43'),(127922,13980,'_variation_id','0'),(127923,13980,'_qty','2'),(127924,13980,'_tax_class',''),(127925,13980,'_line_subtotal','158.4'),(127926,13980,'_line_subtotal_tax','0'),(127927,13980,'_line_total','158.4'),(127928,13980,'_line_tax','0'),(127929,13980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127930,13981,'_product_id','49'),(127931,13981,'_variation_id','0'),(127932,13981,'_qty','3'),(127933,13981,'_tax_class',''),(127934,13981,'_line_subtotal','237.6'),(127935,13981,'_line_subtotal_tax','0'),(127936,13981,'_line_total','237.6'),(127937,13981,'_line_tax','0'),(127938,13981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127939,13982,'_product_id','93'),(127940,13982,'_variation_id','0'),(127941,13982,'_qty','9'),(127942,13982,'_tax_class',''),(127943,13982,'_line_subtotal','0'),(127944,13982,'_line_subtotal_tax','0'),(127945,13982,'_line_total','0'),(127946,13982,'_line_tax','0'),(127947,13982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127948,13983,'method_id','advanced_free_shipping'),(127949,13983,'instance_id','0'),(127950,13983,'cost','0.00'),(127951,13983,'total_tax','0'),(127952,13983,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(127960,13984,'_product_id','23'),(127961,13984,'_variation_id','0'),(127962,13984,'_qty','4'),(127963,13984,'_tax_class',''),(127964,13984,'_line_subtotal','274.16'),(127965,13984,'_line_subtotal_tax','0'),(127966,13984,'_line_total','274.16'),(127967,13984,'_line_tax','0'),(127968,13984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127969,13985,'_product_id','38'),(127970,13985,'_variation_id','0'),(127971,13985,'_qty','3'),(127972,13985,'_tax_class',''),(127973,13985,'_line_subtotal','497.28'),(127974,13985,'_line_subtotal_tax','0'),(127975,13985,'_line_total','497.28'),(127976,13985,'_line_tax','0'),(127977,13985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127978,13986,'_product_id','120'),(127979,13986,'_variation_id','0'),(127980,13986,'_qty','1'),(127981,13986,'_tax_class',''),(127982,13986,'_line_subtotal','52.8'),(127983,13986,'_line_subtotal_tax','0'),(127984,13986,'_line_total','52.8'),(127985,13986,'_line_tax','0'),(127986,13986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127987,13987,'_product_id','43'),(127988,13987,'_variation_id','0'),(127989,13987,'_qty','1'),(127990,13987,'_tax_class',''),(127991,13987,'_line_subtotal','79.2'),(127992,13987,'_line_subtotal_tax','0'),(127993,13987,'_line_total','79.2'),(127994,13987,'_line_tax','0'),(127995,13987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127996,13988,'_product_id','41'),(127997,13988,'_variation_id','0'),(127998,13988,'_qty','5'),(127999,13988,'_tax_class',''),(128000,13988,'_line_subtotal','332.4'),(128001,13988,'_line_subtotal_tax','0'),(128002,13988,'_line_total','332.4'),(128003,13988,'_line_tax','0'),(128004,13988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128005,13989,'_product_id','45'),(128006,13989,'_variation_id','0'),(128007,13989,'_qty','4'),(128008,13989,'_tax_class',''),(128009,13989,'_line_subtotal','168.96'),(128010,13989,'_line_subtotal_tax','0'),(128011,13989,'_line_total','168.96'),(128012,13989,'_line_tax','0'),(128013,13989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128014,13990,'method_id','advanced_free_shipping'),(128015,13990,'instance_id','0'),(128016,13990,'cost','0.00'),(128017,13990,'total_tax','0'),(128018,13990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128019,13951,'thwma_order_shipping_status','wc-pending'),(128020,13952,'thwma_order_shipping_status','wc-pending'),(128021,13953,'thwma_order_shipping_status','wc-pending'),(128022,13954,'thwma_order_shipping_status','wc-pending'),(128023,13955,'thwma_order_shipping_status','wc-pending'),(128024,13920,'thwma_order_shipping_status','wc-pending'),(128025,13921,'thwma_order_shipping_status','wc-pending'),(128026,13922,'thwma_order_shipping_status','wc-pending'),(128027,13923,'thwma_order_shipping_status','wc-pending'),(128028,13924,'thwma_order_shipping_status','wc-pending'),(128029,13957,'thwma_order_shipping_status','wc-pending'),(128030,13958,'thwma_order_shipping_status','wc-pending'),(128031,13959,'thwma_order_shipping_status','wc-pending'),(128032,13960,'thwma_order_shipping_status','wc-pending'),(128033,13961,'thwma_order_shipping_status','wc-pending'),(128034,13962,'thwma_order_shipping_status','wc-pending'),(128035,13963,'thwma_order_shipping_status','wc-pending'),(128036,13964,'thwma_order_shipping_status','wc-pending'),(128046,13966,'thwma_order_shipping_status','wc-pending'),(128047,13967,'thwma_order_shipping_status','wc-pending'),(128048,13968,'thwma_order_shipping_status','wc-pending'),(128049,13969,'thwma_order_shipping_status','wc-pending'),(128050,13970,'thwma_order_shipping_status','wc-pending'),(128051,13971,'thwma_order_shipping_status','wc-pending'),(128052,13972,'thwma_order_shipping_status','wc-pending'),(128053,13973,'thwma_order_shipping_status','wc-pending'),(128054,13974,'thwma_order_shipping_status','wc-pending'),(128055,13991,'_product_id','44'),(128056,13991,'_variation_id','0'),(128057,13991,'_qty','1'),(128058,13991,'_tax_class',''),(128059,13991,'_line_subtotal','116.16'),(128060,13991,'_line_subtotal_tax','0'),(128061,13991,'_line_total','116.16'),(128062,13991,'_line_tax','0'),(128063,13991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128064,13992,'_product_id','116'),(128065,13992,'_variation_id','0'),(128066,13992,'_qty','2'),(128067,13992,'_tax_class',''),(128068,13992,'_line_subtotal','290.88'),(128069,13992,'_line_subtotal_tax','0'),(128070,13992,'_line_total','290.88'),(128071,13992,'_line_tax','0'),(128072,13992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128073,13993,'_product_id','49'),(128074,13993,'_variation_id','0'),(128075,13993,'_qty','1'),(128076,13993,'_tax_class',''),(128077,13993,'_line_subtotal','79.2'),(128078,13993,'_line_subtotal_tax','0'),(128079,13993,'_line_total','79.2'),(128080,13993,'_line_tax','0'),(128081,13993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128082,13994,'_product_id','490'),(128083,13994,'_variation_id','0'),(128084,13994,'_qty','1'),(128085,13994,'_tax_class',''),(128086,13994,'_line_subtotal','19.6'),(128087,13994,'_line_subtotal_tax','0'),(128088,13994,'_line_total','19.6'),(128089,13994,'_line_tax','0'),(128090,13994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128091,13995,'method_id','advanced_free_shipping'),(128092,13995,'instance_id','0'),(128093,13995,'cost','0.00'),(128094,13995,'total_tax','0'),(128095,13995,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128096,13996,'_product_id','2113'),(128097,13996,'_variation_id','0'),(128098,13996,'_qty','2'),(128099,13996,'_tax_class',''),(128100,13996,'_line_subtotal','344'),(128101,13996,'_line_subtotal_tax','0'),(128102,13996,'_line_total','344'),(128103,13996,'_line_tax','0'),(128104,13996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128105,13997,'_product_id','490'),(128106,13997,'_variation_id','0'),(128107,13997,'_qty','6'),(128108,13997,'_tax_class',''),(128109,13997,'_line_subtotal','117.6'),(128110,13997,'_line_subtotal_tax','0'),(128111,13997,'_line_total','117.6'),(128112,13997,'_line_tax','0'),(128113,13997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128114,13998,'_product_id','318'),(128115,13998,'_variation_id','0'),(128116,13998,'_qty','6'),(128117,13998,'_tax_class',''),(128118,13998,'_line_subtotal','18'),(128119,13998,'_line_subtotal_tax','0'),(128120,13998,'_line_total','18'),(128121,13998,'_line_tax','0'),(128122,13998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128123,13999,'_product_id','45'),(128124,13999,'_variation_id','0'),(128125,13999,'_qty','2'),(128126,13999,'_tax_class',''),(128127,13999,'_line_subtotal','84.48'),(128128,13999,'_line_subtotal_tax','0'),(128129,13999,'_line_total','84.48'),(128130,13999,'_line_tax','0'),(128131,13999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128132,14000,'_product_id','120'),(128133,14000,'_variation_id','0'),(128134,14000,'_qty','3'),(128135,14000,'_tax_class',''),(128136,14000,'_line_subtotal','158.4'),(128137,14000,'_line_subtotal_tax','0'),(128138,14000,'_line_total','158.4'),(128139,14000,'_line_tax','0'),(128140,14000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128141,14001,'_product_id','116'),(128142,14001,'_variation_id','0'),(128143,14001,'_qty','1'),(128144,14001,'_tax_class',''),(128145,14001,'_line_subtotal','145.44'),(128146,14001,'_line_subtotal_tax','0'),(128147,14001,'_line_total','145.44'),(128148,14001,'_line_tax','0'),(128149,14001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128150,14002,'method_id','advanced_free_shipping'),(128151,14002,'instance_id','0'),(128152,14002,'cost','0.00'),(128153,14002,'total_tax','0'),(128154,14002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128159,13991,'thwma_order_shipping_status','wc-pending'),(128160,13992,'thwma_order_shipping_status','wc-pending'),(128161,13993,'thwma_order_shipping_status','wc-pending'),(128162,13994,'thwma_order_shipping_status','wc-pending'),(128169,13984,'thwma_order_shipping_status','wc-pending'),(128170,13985,'thwma_order_shipping_status','wc-pending'),(128171,13986,'thwma_order_shipping_status','wc-pending'),(128172,13987,'thwma_order_shipping_status','wc-pending'),(128173,13988,'thwma_order_shipping_status','wc-pending'),(128174,13989,'thwma_order_shipping_status','wc-pending'),(128175,14003,'_product_id','487'),(128176,14003,'_variation_id','0'),(128177,14003,'_qty','3'),(128178,14003,'_tax_class',''),(128179,14003,'_line_subtotal','94.05'),(128180,14003,'_line_subtotal_tax','0'),(128181,14003,'_line_total','94.05'),(128182,14003,'_line_tax','0'),(128183,14003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128184,14004,'_product_id','490'),(128185,14004,'_variation_id','0'),(128186,14004,'_qty','12'),(128187,14004,'_tax_class',''),(128188,14004,'_line_subtotal','235.2'),(128189,14004,'_line_subtotal_tax','0'),(128190,14004,'_line_total','235.2'),(128191,14004,'_line_tax','0'),(128192,14004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128193,14005,'method_id','fedex'),(128194,14005,'instance_id','1'),(128195,14005,'cost','77.05'),(128196,14005,'total_tax','0'),(128197,14005,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128198,14005,'Package 1','21.56 × 16.56 × 13.19 (in) 52.91lbs × 1'),(128199,14005,'Items','Bulk Mousse 1 Gallon RM &times; 3, Bulk Active Rinse 100% RM &times; 12'),(128200,14006,'_product_id','2113'),(128201,14006,'_variation_id','0'),(128202,14006,'_qty','2'),(128203,14006,'_tax_class',''),(128204,14006,'_line_subtotal','344'),(128205,14006,'_line_subtotal_tax','0'),(128206,14006,'_line_total','344'),(128207,14006,'_line_tax','0'),(128208,14006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128209,14007,'_product_id','2110'),(128210,14007,'_variation_id','0'),(128211,14007,'_qty','1'),(128212,14007,'_tax_class',''),(128213,14007,'_line_subtotal','71.4'),(128214,14007,'_line_subtotal_tax','0'),(128215,14007,'_line_total','71.4'),(128216,14007,'_line_tax','0'),(128217,14007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128218,14008,'_product_id','120'),(128219,14008,'_variation_id','0'),(128220,14008,'_qty','2'),(128221,14008,'_tax_class',''),(128222,14008,'_line_subtotal','105.6'),(128223,14008,'_line_subtotal_tax','0'),(128224,14008,'_line_total','105.6'),(128225,14008,'_line_tax','0'),(128226,14008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128227,14009,'_product_id','43'),(128228,14009,'_variation_id','0'),(128229,14009,'_qty','2'),(128230,14009,'_tax_class',''),(128231,14009,'_line_subtotal','158.4'),(128232,14009,'_line_subtotal_tax','0'),(128233,14009,'_line_total','158.4'),(128234,14009,'_line_tax','0'),(128235,14009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128236,14010,'method_id','advanced_free_shipping'),(128237,14010,'instance_id','0'),(128238,14010,'cost','0.00'),(128239,14010,'total_tax','0'),(128240,14010,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128241,13996,'thwma_order_shipping_status','wc-pending'),(128242,13997,'thwma_order_shipping_status','wc-pending'),(128243,13998,'thwma_order_shipping_status','wc-pending'),(128244,13999,'thwma_order_shipping_status','wc-pending'),(128245,14000,'thwma_order_shipping_status','wc-pending'),(128246,14001,'thwma_order_shipping_status','wc-pending'),(128247,14011,'_product_id','2113'),(128248,14011,'_variation_id','0'),(128249,14011,'_qty','1'),(128250,14011,'_tax_class',''),(128251,14011,'_line_subtotal','172'),(128252,14011,'_line_subtotal_tax','0'),(128253,14011,'_line_total','172'),(128254,14011,'_line_tax','0'),(128255,14011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128256,14012,'_product_id','42'),(128257,14012,'_variation_id','0'),(128258,14012,'_qty','1'),(128259,14012,'_tax_class',''),(128260,14012,'_line_subtotal','79.2'),(128261,14012,'_line_subtotal_tax','0'),(128262,14012,'_line_total','79.2'),(128263,14012,'_line_tax','0'),(128264,14012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128265,14013,'_product_id','40'),(128266,14013,'_variation_id','0'),(128267,14013,'_qty','1'),(128268,14013,'_tax_class',''),(128269,14013,'_line_subtotal','79.2'),(128270,14013,'_line_subtotal_tax','0'),(128271,14013,'_line_total','79.2'),(128272,14013,'_line_tax','0'),(128273,14013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128274,14014,'_product_id','49'),(128275,14014,'_variation_id','0'),(128276,14014,'_qty','1'),(128277,14014,'_tax_class',''),(128278,14014,'_line_subtotal','79.2'),(128279,14014,'_line_subtotal_tax','0'),(128280,14014,'_line_total','79.2'),(128281,14014,'_line_tax','0'),(128282,14014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128283,14015,'_product_id','490'),(128284,14015,'_variation_id','0'),(128285,14015,'_qty','7'),(128286,14015,'_tax_class',''),(128287,14015,'_line_subtotal','137.2'),(128288,14015,'_line_subtotal_tax','0'),(128289,14015,'_line_total','137.2'),(128290,14015,'_line_tax','0'),(128291,14015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128292,14016,'_product_id','43'),(128293,14016,'_variation_id','0'),(128294,14016,'_qty','1'),(128295,14016,'_tax_class',''),(128296,14016,'_line_subtotal','79.2'),(128297,14016,'_line_subtotal_tax','0'),(128298,14016,'_line_total','79.2'),(128299,14016,'_line_tax','0'),(128300,14016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128301,14017,'_product_id','487'),(128302,14017,'_variation_id','0'),(128303,14017,'_qty','1'),(128304,14017,'_tax_class',''),(128305,14017,'_line_subtotal','31.35'),(128306,14017,'_line_subtotal_tax','0'),(128307,14017,'_line_total','31.35'),(128308,14017,'_line_tax','0'),(128309,14017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128310,14018,'_product_id','41'),(128311,14018,'_variation_id','0'),(128312,14018,'_qty','1'),(128313,14018,'_tax_class',''),(128314,14018,'_line_subtotal','66.48'),(128315,14018,'_line_subtotal_tax','0'),(128316,14018,'_line_total','66.48'),(128317,14018,'_line_tax','0'),(128318,14018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128319,14019,'_product_id','2110'),(128320,14019,'_variation_id','0'),(128321,14019,'_qty','1'),(128322,14019,'_tax_class',''),(128323,14019,'_line_subtotal','71.4'),(128324,14019,'_line_subtotal_tax','0'),(128325,14019,'_line_total','71.4'),(128326,14019,'_line_tax','0'),(128327,14019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128328,14020,'method_id','advanced_free_shipping'),(128329,14020,'instance_id','0'),(128330,14020,'cost','0.00'),(128331,14020,'total_tax','0'),(128332,14020,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128333,14021,'_product_id','49'),(128334,14021,'_variation_id','0'),(128335,14021,'_qty','6'),(128336,14021,'_tax_class',''),(128337,14021,'_line_subtotal','475.2'),(128338,14021,'_line_subtotal_tax','0'),(128339,14021,'_line_total','475.2'),(128340,14021,'_line_tax','0'),(128341,14021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128342,14022,'_product_id','23'),(128343,14022,'_variation_id','0'),(128344,14022,'_qty','4'),(128345,14022,'_tax_class',''),(128346,14022,'_line_subtotal','274.16'),(128347,14022,'_line_subtotal_tax','0'),(128348,14022,'_line_total','274.16'),(128349,14022,'_line_tax','0'),(128350,14022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128351,14023,'_product_id','42'),(128352,14023,'_variation_id','0'),(128353,14023,'_qty','3'),(128354,14023,'_tax_class',''),(128355,14023,'_line_subtotal','237.6'),(128356,14023,'_line_subtotal_tax','0'),(128357,14023,'_line_total','237.6'),(128358,14023,'_line_tax','0'),(128359,14023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128360,14024,'_product_id','116'),(128361,14024,'_variation_id','0'),(128362,14024,'_qty','2'),(128363,14024,'_tax_class',''),(128364,14024,'_line_subtotal','290.88'),(128365,14024,'_line_subtotal_tax','0'),(128366,14024,'_line_total','290.88'),(128367,14024,'_line_tax','0'),(128368,14024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128369,14025,'method_id','advanced_free_shipping'),(128370,14025,'instance_id','0'),(128371,14025,'cost','0.00'),(128372,14025,'total_tax','0'),(128373,14025,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128374,14026,'_product_id','45'),(128375,14026,'_variation_id','0'),(128376,14026,'_qty','1'),(128377,14026,'_tax_class',''),(128378,14026,'_line_subtotal','42.24'),(128379,14026,'_line_subtotal_tax','0'),(128380,14026,'_line_total','42.24'),(128381,14026,'_line_tax','0'),(128382,14026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128383,14027,'_product_id','41'),(128384,14027,'_variation_id','0'),(128385,14027,'_qty','2'),(128386,14027,'_tax_class',''),(128387,14027,'_line_subtotal','132.96'),(128388,14027,'_line_subtotal_tax','0'),(128389,14027,'_line_total','132.96'),(128390,14027,'_line_tax','0'),(128391,14027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128392,14028,'_product_id','120'),(128393,14028,'_variation_id','0'),(128394,14028,'_qty','1'),(128395,14028,'_tax_class',''),(128396,14028,'_line_subtotal','52.8'),(128397,14028,'_line_subtotal_tax','0'),(128398,14028,'_line_total','52.8'),(128399,14028,'_line_tax','0'),(128400,14028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128401,14029,'_product_id','44'),(128402,14029,'_variation_id','0'),(128403,14029,'_qty','2'),(128404,14029,'_tax_class',''),(128405,14029,'_line_subtotal','232.32'),(128406,14029,'_line_subtotal_tax','0'),(128407,14029,'_line_total','232.32'),(128408,14029,'_line_tax','0'),(128409,14029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128410,14030,'_product_id','49'),(128411,14030,'_variation_id','0'),(128412,14030,'_qty','2'),(128413,14030,'_tax_class',''),(128414,14030,'_line_subtotal','158.4'),(128415,14030,'_line_subtotal_tax','0'),(128416,14030,'_line_total','158.4'),(128417,14030,'_line_tax','0'),(128418,14030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128419,14031,'method_id','advanced_free_shipping'),(128420,14031,'instance_id','0'),(128421,14031,'cost','0.00'),(128422,14031,'total_tax','0'),(128423,14031,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128424,14021,'thwma_order_shipping_status','wc-pending'),(128425,14022,'thwma_order_shipping_status','wc-pending'),(128426,14023,'thwma_order_shipping_status','wc-pending'),(128427,14024,'thwma_order_shipping_status','wc-pending'),(128428,14011,'thwma_order_shipping_status','wc-pending'),(128429,14012,'thwma_order_shipping_status','wc-pending'),(128430,14013,'thwma_order_shipping_status','wc-pending'),(128431,14014,'thwma_order_shipping_status','wc-pending'),(128432,14015,'thwma_order_shipping_status','wc-pending'),(128433,14016,'thwma_order_shipping_status','wc-pending'),(128434,14017,'thwma_order_shipping_status','wc-pending'),(128435,14018,'thwma_order_shipping_status','wc-pending'),(128436,14019,'thwma_order_shipping_status','wc-pending'),(128441,14006,'thwma_order_shipping_status','wc-pending'),(128442,14007,'thwma_order_shipping_status','wc-pending'),(128443,14008,'thwma_order_shipping_status','wc-pending'),(128444,14009,'thwma_order_shipping_status','wc-pending'),(128445,14003,'thwma_order_shipping_status','wc-pending'),(128446,14004,'thwma_order_shipping_status','wc-pending'),(128447,14032,'_product_id','39'),(128448,14032,'_variation_id','0'),(128449,14032,'_qty','1'),(128450,14032,'_tax_class',''),(128451,14032,'_line_subtotal','79.2'),(128452,14032,'_line_subtotal_tax','0'),(128453,14032,'_line_total','79.2'),(128454,14032,'_line_tax','0'),(128455,14032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128456,14033,'_product_id','40'),(128457,14033,'_variation_id','0'),(128458,14033,'_qty','1'),(128459,14033,'_tax_class',''),(128460,14033,'_line_subtotal','79.2'),(128461,14033,'_line_subtotal_tax','0'),(128462,14033,'_line_total','79.2'),(128463,14033,'_line_tax','0'),(128464,14033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128465,14034,'_product_id','43'),(128466,14034,'_variation_id','0'),(128467,14034,'_qty','1'),(128468,14034,'_tax_class',''),(128469,14034,'_line_subtotal','79.2'),(128470,14034,'_line_subtotal_tax','0'),(128471,14034,'_line_total','79.2'),(128472,14034,'_line_tax','0'),(128473,14034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128474,14035,'_product_id','2110'),(128475,14035,'_variation_id','0'),(128476,14035,'_qty','1'),(128477,14035,'_tax_class',''),(128478,14035,'_line_subtotal','71.4'),(128479,14035,'_line_subtotal_tax','0'),(128480,14035,'_line_total','71.4'),(128481,14035,'_line_tax','0'),(128482,14035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128483,14036,'_product_id','2113'),(128484,14036,'_variation_id','0'),(128485,14036,'_qty','1'),(128486,14036,'_tax_class',''),(128487,14036,'_line_subtotal','172'),(128488,14036,'_line_subtotal_tax','0'),(128489,14036,'_line_total','172'),(128490,14036,'_line_tax','0'),(128491,14036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128492,14037,'_product_id','45'),(128493,14037,'_variation_id','0'),(128494,14037,'_qty','1'),(128495,14037,'_tax_class',''),(128496,14037,'_line_subtotal','42.24'),(128497,14037,'_line_subtotal_tax','0'),(128498,14037,'_line_total','42.24'),(128499,14037,'_line_tax','0'),(128500,14037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128501,14038,'_product_id','41'),(128502,14038,'_variation_id','0'),(128503,14038,'_qty','1'),(128504,14038,'_tax_class',''),(128505,14038,'_line_subtotal','66.48'),(128506,14038,'_line_subtotal_tax','0'),(128507,14038,'_line_total','66.48'),(128508,14038,'_line_tax','0'),(128509,14038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128510,14039,'method_id','advanced_free_shipping'),(128511,14039,'instance_id','0'),(128512,14039,'cost','0.00'),(128513,14039,'total_tax','0'),(128514,14039,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128515,14040,'_product_id','42'),(128516,14040,'_variation_id','0'),(128517,14040,'_qty','2'),(128518,14040,'_tax_class',''),(128519,14040,'_line_subtotal','158.4'),(128520,14040,'_line_subtotal_tax','0'),(128521,14040,'_line_total','158.4'),(128522,14040,'_line_tax','0'),(128523,14040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128524,14041,'_product_id','43'),(128525,14041,'_variation_id','0'),(128526,14041,'_qty','2'),(128527,14041,'_tax_class',''),(128528,14041,'_line_subtotal','158.4'),(128529,14041,'_line_subtotal_tax','0'),(128530,14041,'_line_total','158.4'),(128531,14041,'_line_tax','0'),(128532,14041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128533,14042,'_product_id','2113'),(128534,14042,'_variation_id','0'),(128535,14042,'_qty','2'),(128536,14042,'_tax_class',''),(128537,14042,'_line_subtotal','344'),(128538,14042,'_line_subtotal_tax','0'),(128539,14042,'_line_total','344'),(128540,14042,'_line_tax','0'),(128541,14042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128542,14043,'_product_id','45'),(128543,14043,'_variation_id','0'),(128544,14043,'_qty','2'),(128545,14043,'_tax_class',''),(128546,14043,'_line_subtotal','84.48'),(128547,14043,'_line_subtotal_tax','0'),(128548,14043,'_line_total','84.48'),(128549,14043,'_line_tax','0'),(128550,14043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128551,14044,'_product_id','41'),(128552,14044,'_variation_id','0'),(128553,14044,'_qty','2'),(128554,14044,'_tax_class',''),(128555,14044,'_line_subtotal','132.96'),(128556,14044,'_line_subtotal_tax','0'),(128557,14044,'_line_total','132.96'),(128558,14044,'_line_tax','0'),(128559,14044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128560,14045,'method_id','advanced_free_shipping'),(128561,14045,'instance_id','0'),(128562,14045,'cost','0.00'),(128563,14045,'total_tax','0'),(128564,14045,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128565,14046,'_product_id','42'),(128566,14046,'_variation_id','0'),(128567,14046,'_qty','1'),(128568,14046,'_tax_class',''),(128569,14046,'_line_subtotal','79.2'),(128570,14046,'_line_subtotal_tax','0'),(128571,14046,'_line_total','79.2'),(128572,14046,'_line_tax','0'),(128573,14046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128574,14047,'_product_id','43'),(128575,14047,'_variation_id','0'),(128576,14047,'_qty','1'),(128577,14047,'_tax_class',''),(128578,14047,'_line_subtotal','79.2'),(128579,14047,'_line_subtotal_tax','0'),(128580,14047,'_line_total','79.2'),(128581,14047,'_line_tax','0'),(128582,14047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128583,14048,'_product_id','2113'),(128584,14048,'_variation_id','0'),(128585,14048,'_qty','1'),(128586,14048,'_tax_class',''),(128587,14048,'_line_subtotal','172'),(128588,14048,'_line_subtotal_tax','0'),(128589,14048,'_line_total','172'),(128590,14048,'_line_tax','0'),(128591,14048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128592,14049,'_product_id','45'),(128593,14049,'_variation_id','0'),(128594,14049,'_qty','3'),(128595,14049,'_tax_class',''),(128596,14049,'_line_subtotal','126.72'),(128597,14049,'_line_subtotal_tax','0'),(128598,14049,'_line_total','126.72'),(128599,14049,'_line_tax','0'),(128600,14049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128601,14050,'_product_id','41'),(128602,14050,'_variation_id','0'),(128603,14050,'_qty','2'),(128604,14050,'_tax_class',''),(128605,14050,'_line_subtotal','132.96'),(128606,14050,'_line_subtotal_tax','0'),(128607,14050,'_line_total','132.96'),(128608,14050,'_line_tax','0'),(128609,14050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128610,14051,'method_id','advanced_free_shipping'),(128611,14051,'instance_id','0'),(128612,14051,'cost','0.00'),(128613,14051,'total_tax','0'),(128614,14051,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128615,14052,'_product_id','2113'),(128616,14052,'_variation_id','0'),(128617,14052,'_qty','1'),(128618,14052,'_tax_class',''),(128619,14052,'_line_subtotal','172'),(128620,14052,'_line_subtotal_tax','0'),(128621,14052,'_line_total','172'),(128622,14052,'_line_tax','0'),(128623,14052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128624,14053,'_product_id','38'),(128625,14053,'_variation_id','0'),(128626,14053,'_qty','1'),(128627,14053,'_tax_class',''),(128628,14053,'_line_subtotal','165.76'),(128629,14053,'_line_subtotal_tax','0'),(128630,14053,'_line_total','165.76'),(128631,14053,'_line_tax','0'),(128632,14053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128633,14054,'_product_id','41'),(128634,14054,'_variation_id','0'),(128635,14054,'_qty','1'),(128636,14054,'_tax_class',''),(128637,14054,'_line_subtotal','66.48'),(128638,14054,'_line_subtotal_tax','0'),(128639,14054,'_line_total','66.48'),(128640,14054,'_line_tax','0'),(128641,14054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128642,14055,'_product_id','45'),(128643,14055,'_variation_id','0'),(128644,14055,'_qty','2'),(128645,14055,'_tax_class',''),(128646,14055,'_line_subtotal','84.48'),(128647,14055,'_line_subtotal_tax','0'),(128648,14055,'_line_total','84.48'),(128649,14055,'_line_tax','0'),(128650,14055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128651,14056,'_product_id','490'),(128652,14056,'_variation_id','0'),(128653,14056,'_qty','9'),(128654,14056,'_tax_class',''),(128655,14056,'_line_subtotal','176.4'),(128656,14056,'_line_subtotal_tax','0'),(128657,14056,'_line_total','176.4'),(128658,14056,'_line_tax','0'),(128659,14056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128660,14057,'method_id','advanced_free_shipping'),(128661,14057,'instance_id','0'),(128662,14057,'cost','0.00'),(128663,14057,'total_tax','0'),(128664,14057,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128665,14058,'_product_id','42'),(128666,14058,'_variation_id','0'),(128667,14058,'_qty','2'),(128668,14058,'_tax_class',''),(128669,14058,'_line_subtotal','158.4'),(128670,14058,'_line_subtotal_tax','0'),(128671,14058,'_line_total','158.4'),(128672,14058,'_line_tax','0'),(128673,14058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128674,14059,'_product_id','43'),(128675,14059,'_variation_id','0'),(128676,14059,'_qty','2'),(128677,14059,'_tax_class',''),(128678,14059,'_line_subtotal','158.4'),(128679,14059,'_line_subtotal_tax','0'),(128680,14059,'_line_total','158.4'),(128681,14059,'_line_tax','0'),(128682,14059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128683,14060,'_product_id','2110'),(128684,14060,'_variation_id','0'),(128685,14060,'_qty','2'),(128686,14060,'_tax_class',''),(128687,14060,'_line_subtotal','142.8'),(128688,14060,'_line_subtotal_tax','0'),(128689,14060,'_line_total','142.8'),(128690,14060,'_line_tax','0'),(128691,14060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128692,14061,'_product_id','2113'),(128693,14061,'_variation_id','0'),(128694,14061,'_qty','2'),(128695,14061,'_tax_class',''),(128696,14061,'_line_subtotal','344'),(128697,14061,'_line_subtotal_tax','0'),(128698,14061,'_line_total','344'),(128699,14061,'_line_tax','0'),(128700,14061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128701,14062,'_product_id','45'),(128702,14062,'_variation_id','0'),(128703,14062,'_qty','3'),(128704,14062,'_tax_class',''),(128705,14062,'_line_subtotal','126.72'),(128706,14062,'_line_subtotal_tax','0'),(128707,14062,'_line_total','126.72'),(128708,14062,'_line_tax','0'),(128709,14062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128710,14063,'_product_id','41'),(128711,14063,'_variation_id','0'),(128712,14063,'_qty','2'),(128713,14063,'_tax_class',''),(128714,14063,'_line_subtotal','132.96'),(128715,14063,'_line_subtotal_tax','0'),(128716,14063,'_line_total','132.96'),(128717,14063,'_line_tax','0'),(128718,14063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128719,14064,'_product_id','39'),(128720,14064,'_variation_id','0'),(128721,14064,'_qty','2'),(128722,14064,'_tax_class',''),(128723,14064,'_line_subtotal','158.4'),(128724,14064,'_line_subtotal_tax','0'),(128725,14064,'_line_total','158.4'),(128726,14064,'_line_tax','0'),(128727,14064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128728,14065,'_product_id','40'),(128729,14065,'_variation_id','0'),(128730,14065,'_qty','1'),(128731,14065,'_tax_class',''),(128732,14065,'_line_subtotal','79.2'),(128733,14065,'_line_subtotal_tax','0'),(128734,14065,'_line_total','79.2'),(128735,14065,'_line_tax','0'),(128736,14065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128737,14066,'_product_id','49'),(128738,14066,'_variation_id','0'),(128739,14066,'_qty','1'),(128740,14066,'_tax_class',''),(128741,14066,'_line_subtotal','79.2'),(128742,14066,'_line_subtotal_tax','0'),(128743,14066,'_line_total','79.2'),(128744,14066,'_line_tax','0'),(128745,14066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128746,14067,'method_id','advanced_free_shipping'),(128747,14067,'instance_id','0'),(128748,14067,'cost','0.00'),(128749,14067,'total_tax','0'),(128750,14067,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128751,14068,'_product_id','490'),(128752,14068,'_variation_id','0'),(128753,14068,'_qty','20'),(128754,14068,'_tax_class',''),(128755,14068,'_line_subtotal','392'),(128756,14068,'_line_subtotal_tax','0'),(128757,14068,'_line_total','392'),(128758,14068,'_line_tax','0'),(128759,14068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128760,14069,'_product_id','137'),(128761,14069,'_variation_id','0'),(128762,14069,'_qty','30'),(128763,14069,'_tax_class',''),(128764,14069,'_line_subtotal','181.5'),(128765,14069,'_line_subtotal_tax','0'),(128766,14069,'_line_total','181.5'),(128767,14069,'_line_tax','0'),(128768,14069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128769,14070,'method_id','advanced_free_shipping'),(128770,14070,'instance_id','0'),(128771,14070,'cost','0.00'),(128772,14070,'total_tax','0'),(128773,14070,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128774,14071,'_product_id','41'),(128775,14071,'_variation_id','0'),(128776,14071,'_qty','2'),(128777,14071,'_tax_class',''),(128778,14071,'_line_subtotal','132.96'),(128779,14071,'_line_subtotal_tax','0'),(128780,14071,'_line_total','132.96'),(128781,14071,'_line_tax','0'),(128782,14071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128783,14072,'_product_id','137'),(128784,14072,'_variation_id','0'),(128785,14072,'_qty','24'),(128786,14072,'_tax_class',''),(128787,14072,'_line_subtotal','145.2'),(128788,14072,'_line_subtotal_tax','0'),(128789,14072,'_line_total','145.2'),(128790,14072,'_line_tax','0'),(128791,14072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128792,14073,'method_id','fedex'),(128793,14073,'instance_id','1'),(128794,14073,'cost','16.66'),(128795,14073,'total_tax','0'),(128796,14073,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128797,14073,'Package 1','11.88 × 11 × 10.75 (in) 12.05lbs × 1'),(128798,14073,'Items','Professional Lice Comb(Case of 12) &times; 2, The Wet Brush &times; 24'),(128799,14026,'thwma_order_shipping_status','wc-pending'),(128800,14027,'thwma_order_shipping_status','wc-pending'),(128801,14028,'thwma_order_shipping_status','wc-pending'),(128802,14029,'thwma_order_shipping_status','wc-pending'),(128803,14030,'thwma_order_shipping_status','wc-pending'),(128804,13976,'thwma_order_shipping_status','wc-pending'),(128805,13977,'thwma_order_shipping_status','wc-pending'),(128806,13978,'thwma_order_shipping_status','wc-pending'),(128807,13979,'thwma_order_shipping_status','wc-pending'),(128808,13980,'thwma_order_shipping_status','wc-pending'),(128809,13981,'thwma_order_shipping_status','wc-pending'),(128810,13982,'thwma_order_shipping_status','wc-pending'),(128811,14058,'thwma_order_shipping_status','wc-pending'),(128812,14059,'thwma_order_shipping_status','wc-pending'),(128813,14060,'thwma_order_shipping_status','wc-pending'),(128814,14061,'thwma_order_shipping_status','wc-pending'),(128815,14062,'thwma_order_shipping_status','wc-pending'),(128816,14063,'thwma_order_shipping_status','wc-pending'),(128817,14064,'thwma_order_shipping_status','wc-pending'),(128818,14065,'thwma_order_shipping_status','wc-pending'),(128819,14066,'thwma_order_shipping_status','wc-pending'),(128820,14032,'thwma_order_shipping_status','wc-pending'),(128821,14033,'thwma_order_shipping_status','wc-pending'),(128822,14034,'thwma_order_shipping_status','wc-pending'),(128823,14035,'thwma_order_shipping_status','wc-pending'),(128824,14036,'thwma_order_shipping_status','wc-pending'),(128825,14037,'thwma_order_shipping_status','wc-pending'),(128826,14038,'thwma_order_shipping_status','wc-pending'),(128832,14052,'thwma_order_shipping_status','wc-pending'),(128833,14053,'thwma_order_shipping_status','wc-pending'),(128834,14054,'thwma_order_shipping_status','wc-pending'),(128835,14055,'thwma_order_shipping_status','wc-pending'),(128836,14056,'thwma_order_shipping_status','wc-pending'),(128837,14040,'thwma_order_shipping_status','wc-pending'),(128838,14041,'thwma_order_shipping_status','wc-pending'),(128839,14042,'thwma_order_shipping_status','wc-pending'),(128840,14043,'thwma_order_shipping_status','wc-pending'),(128841,14044,'thwma_order_shipping_status','wc-pending'),(128847,14046,'thwma_order_shipping_status','wc-pending'),(128848,14047,'thwma_order_shipping_status','wc-pending'),(128849,14048,'thwma_order_shipping_status','wc-pending'),(128850,14049,'thwma_order_shipping_status','wc-pending'),(128851,14050,'thwma_order_shipping_status','wc-pending'),(128852,14071,'thwma_order_shipping_status','wc-pending'),(128853,14072,'thwma_order_shipping_status','wc-pending'),(128854,14068,'thwma_order_shipping_status','wc-pending'),(128855,14069,'thwma_order_shipping_status','wc-pending'),(128856,14074,'_product_id','490'),(128857,14074,'_variation_id','0'),(128858,14074,'_qty','10'),(128859,14074,'_tax_class',''),(128860,14074,'_line_subtotal','196'),(128861,14074,'_line_subtotal_tax','0'),(128862,14074,'_line_total','196'),(128863,14074,'_line_tax','0'),(128864,14074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128865,14075,'_product_id','42'),(128866,14075,'_variation_id','0'),(128867,14075,'_qty','3'),(128868,14075,'_tax_class',''),(128869,14075,'_line_subtotal','237.6'),(128870,14075,'_line_subtotal_tax','0'),(128871,14075,'_line_total','237.6'),(128872,14075,'_line_tax','0'),(128873,14075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128874,14076,'_product_id','2408'),(128875,14076,'_variation_id','0'),(128876,14076,'_qty','2'),(128877,14076,'_tax_class',''),(128878,14076,'_line_subtotal','298.68'),(128879,14076,'_line_subtotal_tax','0'),(128880,14076,'_line_total','298.68'),(128881,14076,'_line_tax','0'),(128882,14076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128883,14077,'_product_id','133'),(128884,14077,'_variation_id','0'),(128885,14077,'_qty','8'),(128886,14077,'_tax_class',''),(128887,14077,'_line_subtotal','114.4'),(128888,14077,'_line_subtotal_tax','0'),(128889,14077,'_line_total','114.4'),(128890,14077,'_line_tax','0'),(128891,14077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(128892,14078,'method_id','advanced_free_shipping'),(128893,14078,'instance_id','0'),(128894,14078,'cost','0.00'),(128895,14078,'total_tax','0'),(128896,14078,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(128992,14090,'_product_id','43'),(128993,14090,'_variation_id','0'),(128994,14090,'_qty','10'),(128995,14090,'_tax_class',''),(128996,14090,'_line_subtotal','792'),(128997,14090,'_line_subtotal_tax','0'),(128998,14090,'_line_total','792'),(128999,14090,'_line_tax','0'),(129000,14090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129001,14091,'_product_id','44'),(129002,14091,'_variation_id','0'),(129003,14091,'_qty','5'),(129004,14091,'_tax_class',''),(129005,14091,'_line_subtotal','580.8'),(129006,14091,'_line_subtotal_tax','0'),(129007,14091,'_line_total','580.8'),(129008,14091,'_line_tax','0'),(129009,14091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129010,14092,'_product_id','39'),(129011,14092,'_variation_id','0'),(129012,14092,'_qty','4'),(129013,14092,'_tax_class',''),(129014,14092,'_line_subtotal','316.8'),(129015,14092,'_line_subtotal_tax','0'),(129016,14092,'_line_total','316.8'),(129017,14092,'_line_tax','0'),(129018,14092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129019,14093,'_product_id','490'),(129020,14093,'_variation_id','0'),(129021,14093,'_qty','30'),(129022,14093,'_tax_class',''),(129023,14093,'_line_subtotal','588'),(129024,14093,'_line_subtotal_tax','0'),(129025,14093,'_line_total','588'),(129026,14093,'_line_tax','0'),(129027,14093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129028,14094,'_product_id','2110'),(129029,14094,'_variation_id','0'),(129030,14094,'_qty','10'),(129031,14094,'_tax_class',''),(129032,14094,'_line_subtotal','714'),(129033,14094,'_line_subtotal_tax','0'),(129034,14094,'_line_total','714'),(129035,14094,'_line_tax','0'),(129036,14094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129037,14095,'_product_id','40'),(129038,14095,'_variation_id','0'),(129039,14095,'_qty','5'),(129040,14095,'_tax_class',''),(129041,14095,'_line_subtotal','396'),(129042,14095,'_line_subtotal_tax','0'),(129043,14095,'_line_total','396'),(129044,14095,'_line_tax','0'),(129045,14095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129046,14096,'_product_id','49'),(129047,14096,'_variation_id','0'),(129048,14096,'_qty','10'),(129049,14096,'_tax_class',''),(129050,14096,'_line_subtotal','792'),(129051,14096,'_line_subtotal_tax','0'),(129052,14096,'_line_total','792'),(129053,14096,'_line_tax','0'),(129054,14096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129055,14097,'_product_id','45'),(129056,14097,'_variation_id','0'),(129057,14097,'_qty','10'),(129058,14097,'_tax_class',''),(129059,14097,'_line_subtotal','422.4'),(129060,14097,'_line_subtotal_tax','0'),(129061,14097,'_line_total','422.4'),(129062,14097,'_line_tax','0'),(129063,14097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129064,14098,'_product_id','2400'),(129065,14098,'_variation_id','0'),(129066,14098,'_qty','3'),(129067,14098,'_tax_class',''),(129068,14098,'_line_subtotal','558.9'),(129069,14098,'_line_subtotal_tax','0'),(129070,14098,'_line_total','558.9'),(129071,14098,'_line_tax','0'),(129072,14098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129073,14099,'_product_id','2408'),(129074,14099,'_variation_id','0'),(129075,14099,'_qty','1'),(129076,14099,'_tax_class',''),(129077,14099,'_line_subtotal','149.34'),(129078,14099,'_line_subtotal_tax','0'),(129079,14099,'_line_total','149.34'),(129080,14099,'_line_tax','0'),(129081,14099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129082,14100,'method_id','advanced_free_shipping'),(129083,14100,'instance_id','0'),(129084,14100,'cost','0.00'),(129085,14100,'total_tax','0'),(129086,14100,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129087,14101,'_product_id','2110'),(129088,14101,'_variation_id','0'),(129089,14101,'_qty','1'),(129090,14101,'_tax_class',''),(129091,14101,'_line_subtotal','71.4'),(129092,14101,'_line_subtotal_tax','0'),(129093,14101,'_line_total','71.4'),(129094,14101,'_line_tax','0'),(129095,14101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129096,14102,'_product_id','41'),(129097,14102,'_variation_id','0'),(129098,14102,'_qty','1'),(129099,14102,'_tax_class',''),(129100,14102,'_line_subtotal','66.48'),(129101,14102,'_line_subtotal_tax','0'),(129102,14102,'_line_total','66.48'),(129103,14102,'_line_tax','0'),(129104,14102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129105,14103,'_product_id','45'),(129106,14103,'_variation_id','0'),(129107,14103,'_qty','3'),(129108,14103,'_tax_class',''),(129109,14103,'_line_subtotal','126.72'),(129110,14103,'_line_subtotal_tax','0'),(129111,14103,'_line_total','126.72'),(129112,14103,'_line_tax','0'),(129113,14103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129114,14104,'_product_id','2113'),(129115,14104,'_variation_id','0'),(129116,14104,'_qty','3'),(129117,14104,'_tax_class',''),(129118,14104,'_line_subtotal','516'),(129119,14104,'_line_subtotal_tax','0'),(129120,14104,'_line_total','516'),(129121,14104,'_line_tax','0'),(129122,14104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129123,14105,'_product_id','44'),(129124,14105,'_variation_id','0'),(129125,14105,'_qty','2'),(129126,14105,'_tax_class',''),(129127,14105,'_line_subtotal','232.32'),(129128,14105,'_line_subtotal_tax','0'),(129129,14105,'_line_total','232.32'),(129130,14105,'_line_tax','0'),(129131,14105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129132,14106,'_product_id','490'),(129133,14106,'_variation_id','0'),(129134,14106,'_qty','20'),(129135,14106,'_tax_class',''),(129136,14106,'_line_subtotal','392'),(129137,14106,'_line_subtotal_tax','0'),(129138,14106,'_line_total','392'),(129139,14106,'_line_tax','0'),(129140,14106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129141,14107,'method_id','advanced_free_shipping'),(129142,14107,'instance_id','0'),(129143,14107,'cost','0.00'),(129144,14107,'total_tax','0'),(129145,14107,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129150,14108,'_product_id','487'),(129151,14108,'_variation_id','0'),(129152,14108,'_qty','1'),(129153,14108,'_tax_class',''),(129154,14108,'_line_subtotal','31.35'),(129155,14108,'_line_subtotal_tax','0'),(129156,14108,'_line_total','31.35'),(129157,14108,'_line_tax','0'),(129158,14108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129159,14109,'method_id','fedex'),(129160,14109,'instance_id','1'),(129161,14109,'cost','14.58'),(129162,14109,'total_tax','0'),(129163,14109,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129164,14109,'Package 1','15.75 × 14.13 × 6 (in) 9.73lbs × 1'),(129165,14109,'Items','Bulk Mousse 1 Gallon RM &times; 1'),(129192,14101,'thwma_order_shipping_status','wc-pending'),(129193,14102,'thwma_order_shipping_status','wc-pending'),(129194,14103,'thwma_order_shipping_status','wc-pending'),(129195,14104,'thwma_order_shipping_status','wc-pending'),(129196,14105,'thwma_order_shipping_status','wc-pending'),(129197,14106,'thwma_order_shipping_status','wc-pending'),(129198,14110,'_product_id','2110'),(129199,14110,'_variation_id','0'),(129200,14110,'_qty','5'),(129201,14110,'_tax_class',''),(129202,14110,'_line_subtotal','357'),(129203,14110,'_line_subtotal_tax','0'),(129204,14110,'_line_total','357'),(129205,14110,'_line_tax','0'),(129206,14110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129207,14111,'_product_id','41'),(129208,14111,'_variation_id','0'),(129209,14111,'_qty','5'),(129210,14111,'_tax_class',''),(129211,14111,'_line_subtotal','332.4'),(129212,14111,'_line_subtotal_tax','0'),(129213,14111,'_line_total','332.4'),(129214,14111,'_line_tax','0'),(129215,14111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129216,14112,'_product_id','120'),(129217,14112,'_variation_id','0'),(129218,14112,'_qty','3'),(129219,14112,'_tax_class',''),(129220,14112,'_line_subtotal','158.4'),(129221,14112,'_line_subtotal_tax','0'),(129222,14112,'_line_total','158.4'),(129223,14112,'_line_tax','0'),(129224,14112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129225,14113,'_product_id','43'),(129226,14113,'_variation_id','0'),(129227,14113,'_qty','4'),(129228,14113,'_tax_class',''),(129229,14113,'_line_subtotal','316.8'),(129230,14113,'_line_subtotal_tax','0'),(129231,14113,'_line_total','316.8'),(129232,14113,'_line_tax','0'),(129233,14113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129234,14114,'_product_id','44'),(129235,14114,'_variation_id','0'),(129236,14114,'_qty','3'),(129237,14114,'_tax_class',''),(129238,14114,'_line_subtotal','348.48'),(129239,14114,'_line_subtotal_tax','0'),(129240,14114,'_line_total','348.48'),(129241,14114,'_line_tax','0'),(129242,14114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129243,14115,'_product_id','490'),(129244,14115,'_variation_id','0'),(129245,14115,'_qty','40'),(129246,14115,'_tax_class',''),(129247,14115,'_line_subtotal','784'),(129248,14115,'_line_subtotal_tax','0'),(129249,14115,'_line_total','784'),(129250,14115,'_line_tax','0'),(129251,14115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129252,14116,'_product_id','487'),(129253,14116,'_variation_id','0'),(129254,14116,'_qty','6'),(129255,14116,'_tax_class',''),(129256,14116,'_line_subtotal','188.1'),(129257,14116,'_line_subtotal_tax','0'),(129258,14116,'_line_total','188.1'),(129259,14116,'_line_tax','0'),(129260,14116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129261,14117,'method_id','advanced_free_shipping'),(129262,14117,'instance_id','0'),(129263,14117,'cost','0.00'),(129264,14117,'total_tax','0'),(129265,14117,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129316,14124,'_product_id','41'),(129317,14124,'_variation_id','0'),(129318,14124,'_qty','2'),(129319,14124,'_tax_class',''),(129320,14124,'_line_subtotal','132.96'),(129321,14124,'_line_subtotal_tax','0'),(129322,14124,'_line_total','132.96'),(129323,14124,'_line_tax','0'),(129324,14124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129325,14125,'_product_id','49'),(129326,14125,'_variation_id','0'),(129327,14125,'_qty','2'),(129328,14125,'_tax_class',''),(129329,14125,'_line_subtotal','158.4'),(129330,14125,'_line_subtotal_tax','0'),(129331,14125,'_line_total','158.4'),(129332,14125,'_line_tax','0'),(129333,14125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129334,14126,'_product_id','45'),(129335,14126,'_variation_id','0'),(129336,14126,'_qty','2'),(129337,14126,'_tax_class',''),(129338,14126,'_line_subtotal','84.48'),(129339,14126,'_line_subtotal_tax','0'),(129340,14126,'_line_total','84.48'),(129341,14126,'_line_tax','0'),(129342,14126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129343,14127,'_product_id','2110'),(129344,14127,'_variation_id','0'),(129345,14127,'_qty','2'),(129346,14127,'_tax_class',''),(129347,14127,'_line_subtotal','142.8'),(129348,14127,'_line_subtotal_tax','0'),(129349,14127,'_line_total','142.8'),(129350,14127,'_line_tax','0'),(129351,14127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129352,14128,'_product_id','38'),(129353,14128,'_variation_id','0'),(129354,14128,'_qty','1'),(129355,14128,'_tax_class',''),(129356,14128,'_line_subtotal','165.76'),(129357,14128,'_line_subtotal_tax','0'),(129358,14128,'_line_total','165.76'),(129359,14128,'_line_tax','0'),(129360,14128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129361,14129,'method_id','advanced_free_shipping'),(129362,14129,'instance_id','0'),(129363,14129,'cost','0.00'),(129364,14129,'total_tax','0'),(129365,14129,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129366,14130,'_product_id','490'),(129367,14130,'_variation_id','0'),(129368,14130,'_qty','5'),(129369,14130,'_tax_class',''),(129370,14130,'_line_subtotal','98'),(129371,14130,'_line_subtotal_tax','0'),(129372,14130,'_line_total','98'),(129373,14130,'_line_tax','0'),(129374,14130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129375,14131,'_product_id','42'),(129376,14131,'_variation_id','0'),(129377,14131,'_qty','1'),(129378,14131,'_tax_class',''),(129379,14131,'_line_subtotal','79.2'),(129380,14131,'_line_subtotal_tax','0'),(129381,14131,'_line_total','79.2'),(129382,14131,'_line_tax','0'),(129383,14131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129384,14132,'_product_id','39'),(129385,14132,'_variation_id','0'),(129386,14132,'_qty','1'),(129387,14132,'_tax_class',''),(129388,14132,'_line_subtotal','79.2'),(129389,14132,'_line_subtotal_tax','0'),(129390,14132,'_line_total','79.2'),(129391,14132,'_line_tax','0'),(129392,14132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129393,14133,'_product_id','40'),(129394,14133,'_variation_id','0'),(129395,14133,'_qty','1'),(129396,14133,'_tax_class',''),(129397,14133,'_line_subtotal','79.2'),(129398,14133,'_line_subtotal_tax','0'),(129399,14133,'_line_total','79.2'),(129400,14133,'_line_tax','0'),(129401,14133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129402,14134,'_product_id','2408'),(129403,14134,'_variation_id','0'),(129404,14134,'_qty','2'),(129405,14134,'_tax_class',''),(129406,14134,'_line_subtotal','298.68'),(129407,14134,'_line_subtotal_tax','0'),(129408,14134,'_line_total','298.68'),(129409,14134,'_line_tax','0'),(129410,14134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129411,14135,'_product_id','45'),(129412,14135,'_variation_id','0'),(129413,14135,'_qty','2'),(129414,14135,'_tax_class',''),(129415,14135,'_line_subtotal','84.48'),(129416,14135,'_line_subtotal_tax','0'),(129417,14135,'_line_total','84.48'),(129418,14135,'_line_tax','0'),(129419,14135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129420,14136,'_product_id','488'),(129421,14136,'_variation_id','0'),(129422,14136,'_qty','1'),(129423,14136,'_tax_class',''),(129424,14136,'_line_subtotal','31.35'),(129425,14136,'_line_subtotal_tax','0'),(129426,14136,'_line_total','31.35'),(129427,14136,'_line_tax','0'),(129428,14136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129429,14137,'_product_id','487'),(129430,14137,'_variation_id','0'),(129431,14137,'_qty','1'),(129432,14137,'_tax_class',''),(129433,14137,'_line_subtotal','31.35'),(129434,14137,'_line_subtotal_tax','0'),(129435,14137,'_line_total','31.35'),(129436,14137,'_line_tax','0'),(129437,14137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129438,14138,'method_id','advanced_free_shipping'),(129439,14138,'instance_id','0'),(129440,14138,'cost','0.00'),(129441,14138,'total_tax','0'),(129442,14138,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129443,14090,'thwma_order_shipping_status','wc-pending'),(129444,14091,'thwma_order_shipping_status','wc-pending'),(129445,14092,'thwma_order_shipping_status','wc-pending'),(129446,14093,'thwma_order_shipping_status','wc-pending'),(129447,14094,'thwma_order_shipping_status','wc-pending'),(129448,14095,'thwma_order_shipping_status','wc-pending'),(129449,14096,'thwma_order_shipping_status','wc-pending'),(129450,14097,'thwma_order_shipping_status','wc-pending'),(129451,14098,'thwma_order_shipping_status','wc-pending'),(129452,14099,'thwma_order_shipping_status','wc-pending'),(129453,14074,'thwma_order_shipping_status','wc-pending'),(129454,14075,'thwma_order_shipping_status','wc-pending'),(129455,14076,'thwma_order_shipping_status','wc-pending'),(129456,14077,'thwma_order_shipping_status','wc-pending'),(129462,14124,'thwma_order_shipping_status','wc-pending'),(129463,14125,'thwma_order_shipping_status','wc-pending'),(129464,14126,'thwma_order_shipping_status','wc-pending'),(129465,14127,'thwma_order_shipping_status','wc-pending'),(129466,14128,'thwma_order_shipping_status','wc-pending'),(129467,14130,'thwma_order_shipping_status','wc-pending'),(129468,14131,'thwma_order_shipping_status','wc-pending'),(129469,14132,'thwma_order_shipping_status','wc-pending'),(129470,14133,'thwma_order_shipping_status','wc-pending'),(129471,14134,'thwma_order_shipping_status','wc-pending'),(129472,14135,'thwma_order_shipping_status','wc-pending'),(129473,14136,'thwma_order_shipping_status','wc-pending'),(129474,14137,'thwma_order_shipping_status','wc-pending'),(129482,14110,'thwma_order_shipping_status','wc-pending'),(129483,14111,'thwma_order_shipping_status','wc-pending'),(129484,14112,'thwma_order_shipping_status','wc-pending'),(129485,14113,'thwma_order_shipping_status','wc-pending'),(129486,14114,'thwma_order_shipping_status','wc-pending'),(129487,14115,'thwma_order_shipping_status','wc-pending'),(129488,14116,'thwma_order_shipping_status','wc-pending'),(129489,14139,'_product_id','2110'),(129490,14139,'_variation_id','0'),(129491,14139,'_qty','4'),(129492,14139,'_tax_class',''),(129493,14139,'_line_subtotal','285.6'),(129494,14139,'_line_subtotal_tax','0'),(129495,14139,'_line_total','285.6'),(129496,14139,'_line_tax','0'),(129497,14139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129498,14140,'_product_id','49'),(129499,14140,'_variation_id','0'),(129500,14140,'_qty','3'),(129501,14140,'_tax_class',''),(129502,14140,'_line_subtotal','237.6'),(129503,14140,'_line_subtotal_tax','0'),(129504,14140,'_line_total','237.6'),(129505,14140,'_line_tax','0'),(129506,14140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129507,14141,'method_id','advanced_free_shipping'),(129508,14141,'instance_id','0'),(129509,14141,'cost','0.00'),(129510,14141,'total_tax','0'),(129511,14141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129512,14142,'_product_id','490'),(129513,14142,'_variation_id','0'),(129514,14142,'_qty','10'),(129515,14142,'_tax_class',''),(129516,14142,'_line_subtotal','196'),(129517,14142,'_line_subtotal_tax','0'),(129518,14142,'_line_total','196'),(129519,14142,'_line_tax','0'),(129520,14142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129521,14143,'_product_id','45'),(129522,14143,'_variation_id','0'),(129523,14143,'_qty','4'),(129524,14143,'_tax_class',''),(129525,14143,'_line_subtotal','168.96'),(129526,14143,'_line_subtotal_tax','0'),(129527,14143,'_line_total','168.96'),(129528,14143,'_line_tax','0'),(129529,14143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129530,14144,'_product_id','2408'),(129531,14144,'_variation_id','0'),(129532,14144,'_qty','1'),(129533,14144,'_tax_class',''),(129534,14144,'_line_subtotal','149.34'),(129535,14144,'_line_subtotal_tax','0'),(129536,14144,'_line_total','149.34'),(129537,14144,'_line_tax','0'),(129538,14144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129539,14145,'_product_id','2110'),(129540,14145,'_variation_id','0'),(129541,14145,'_qty','3'),(129542,14145,'_tax_class',''),(129543,14145,'_line_subtotal','214.2'),(129544,14145,'_line_subtotal_tax','0'),(129545,14145,'_line_total','214.2'),(129546,14145,'_line_tax','0'),(129547,14145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129548,14146,'_product_id','49'),(129549,14146,'_variation_id','0'),(129550,14146,'_qty','1'),(129551,14146,'_tax_class',''),(129552,14146,'_line_subtotal','79.2'),(129553,14146,'_line_subtotal_tax','0'),(129554,14146,'_line_total','79.2'),(129555,14146,'_line_tax','0'),(129556,14146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129557,14147,'method_id','advanced_free_shipping'),(129558,14147,'instance_id','0'),(129559,14147,'cost','0.00'),(129560,14147,'total_tax','0'),(129561,14147,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129562,14148,'_product_id','93'),(129563,14148,'_variation_id','0'),(129564,14148,'_qty','5'),(129565,14148,'_tax_class',''),(129566,14148,'_line_subtotal','0'),(129567,14148,'_line_subtotal_tax','0'),(129568,14148,'_line_total','0'),(129569,14148,'_line_tax','0'),(129570,14148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129571,14149,'_product_id','99'),(129572,14149,'_variation_id','0'),(129573,14149,'_qty','1'),(129574,14149,'_tax_class',''),(129575,14149,'_line_subtotal','0'),(129576,14149,'_line_subtotal_tax','0'),(129577,14149,'_line_total','0'),(129578,14149,'_line_tax','0'),(129579,14149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129580,14150,'method_id','fedex'),(129581,14150,'instance_id','1'),(129582,14150,'cost','14.14'),(129583,14150,'total_tax','0'),(129584,14150,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129585,14150,'Package 1','15.81 × 12.94 × 10.19 (in) 20.54lbs × 1'),(129586,14150,'Items','Bulk Active Rinse 100% &times; 5, Bulk Mousse 1 Gallon &times; 1'),(129589,14151,'_product_id','41'),(129590,14151,'_variation_id','0'),(129591,14151,'_qty','9'),(129592,14151,'_tax_class',''),(129593,14151,'_line_subtotal','598.32'),(129594,14151,'_line_subtotal_tax','0'),(129595,14151,'_line_total','598.32'),(129596,14151,'_line_tax','0'),(129597,14151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129598,14152,'_product_id','116'),(129599,14152,'_variation_id','0'),(129600,14152,'_qty','1'),(129601,14152,'_tax_class',''),(129602,14152,'_line_subtotal','145.44'),(129603,14152,'_line_subtotal_tax','0'),(129604,14152,'_line_total','145.44'),(129605,14152,'_line_tax','0'),(129606,14152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129607,14153,'_product_id','45'),(129608,14153,'_variation_id','0'),(129609,14153,'_qty','2'),(129610,14153,'_tax_class',''),(129611,14153,'_line_subtotal','84.48'),(129612,14153,'_line_subtotal_tax','0'),(129613,14153,'_line_total','84.48'),(129614,14153,'_line_tax','0'),(129615,14153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129616,14154,'_product_id','2110'),(129617,14154,'_variation_id','0'),(129618,14154,'_qty','6'),(129619,14154,'_tax_class',''),(129620,14154,'_line_subtotal','428.4'),(129621,14154,'_line_subtotal_tax','0'),(129622,14154,'_line_total','428.4'),(129623,14154,'_line_tax','0'),(129624,14154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129625,14155,'_product_id','2113'),(129626,14155,'_variation_id','0'),(129627,14155,'_qty','3'),(129628,14155,'_tax_class',''),(129629,14155,'_line_subtotal','516'),(129630,14155,'_line_subtotal_tax','0'),(129631,14155,'_line_total','516'),(129632,14155,'_line_tax','0'),(129633,14155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129634,14156,'_product_id','2408'),(129635,14156,'_variation_id','0'),(129636,14156,'_qty','6'),(129637,14156,'_tax_class',''),(129638,14156,'_line_subtotal','896.04'),(129639,14156,'_line_subtotal_tax','0'),(129640,14156,'_line_total','896.04'),(129641,14156,'_line_tax','0'),(129642,14156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129643,14157,'_product_id','2400'),(129644,14157,'_variation_id','0'),(129645,14157,'_qty','6'),(129646,14157,'_tax_class',''),(129647,14157,'_line_subtotal','1117.8'),(129648,14157,'_line_subtotal_tax','0'),(129649,14157,'_line_total','1117.8'),(129650,14157,'_line_tax','0'),(129651,14157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129652,14158,'_product_id','39'),(129653,14158,'_variation_id','0'),(129654,14158,'_qty','1'),(129655,14158,'_tax_class',''),(129656,14158,'_line_subtotal','79.2'),(129657,14158,'_line_subtotal_tax','0'),(129658,14158,'_line_total','79.2'),(129659,14158,'_line_tax','0'),(129660,14158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129661,14159,'_product_id','40'),(129662,14159,'_variation_id','0'),(129663,14159,'_qty','1'),(129664,14159,'_tax_class',''),(129665,14159,'_line_subtotal','79.2'),(129666,14159,'_line_subtotal_tax','0'),(129667,14159,'_line_total','79.2'),(129668,14159,'_line_tax','0'),(129669,14159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129670,14160,'_product_id','120'),(129671,14160,'_variation_id','0'),(129672,14160,'_qty','2'),(129673,14160,'_tax_class',''),(129674,14160,'_line_subtotal','105.6'),(129675,14160,'_line_subtotal_tax','0'),(129676,14160,'_line_total','105.6'),(129677,14160,'_line_tax','0'),(129678,14160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129679,14161,'_product_id','43'),(129680,14161,'_variation_id','0'),(129681,14161,'_qty','6'),(129682,14161,'_tax_class',''),(129683,14161,'_line_subtotal','475.2'),(129684,14161,'_line_subtotal_tax','0'),(129685,14161,'_line_total','475.2'),(129686,14161,'_line_tax','0'),(129687,14161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129688,14162,'_product_id','49'),(129689,14162,'_variation_id','0'),(129690,14162,'_qty','5'),(129691,14162,'_tax_class',''),(129692,14162,'_line_subtotal','396'),(129693,14162,'_line_subtotal_tax','0'),(129694,14162,'_line_total','396'),(129695,14162,'_line_tax','0'),(129696,14162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129697,14163,'_product_id','44'),(129698,14163,'_variation_id','0'),(129699,14163,'_qty','4'),(129700,14163,'_tax_class',''),(129701,14163,'_line_subtotal','464.64'),(129702,14163,'_line_subtotal_tax','0'),(129703,14163,'_line_total','464.64'),(129704,14163,'_line_tax','0'),(129705,14163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129706,14164,'_product_id','488'),(129707,14164,'_variation_id','0'),(129708,14164,'_qty','2'),(129709,14164,'_tax_class',''),(129710,14164,'_line_subtotal','62.7'),(129711,14164,'_line_subtotal_tax','0'),(129712,14164,'_line_total','62.7'),(129713,14164,'_line_tax','0'),(129714,14164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129715,14165,'_product_id','487'),(129716,14165,'_variation_id','0'),(129717,14165,'_qty','2'),(129718,14165,'_tax_class',''),(129719,14165,'_line_subtotal','62.7'),(129720,14165,'_line_subtotal_tax','0'),(129721,14165,'_line_total','62.7'),(129722,14165,'_line_tax','0'),(129723,14165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129724,14166,'method_id','advanced_free_shipping'),(129725,14166,'instance_id','0'),(129726,14166,'cost','0.00'),(129727,14166,'total_tax','0'),(129728,14166,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129729,14139,'thwma_order_shipping_status','wc-pending'),(129730,14140,'thwma_order_shipping_status','wc-pending'),(129731,14142,'thwma_order_shipping_status','wc-pending'),(129732,14143,'thwma_order_shipping_status','wc-pending'),(129733,14144,'thwma_order_shipping_status','wc-pending'),(129734,14145,'thwma_order_shipping_status','wc-pending'),(129735,14146,'thwma_order_shipping_status','wc-pending'),(129736,14167,'_product_id','2110'),(129737,14167,'_variation_id','0'),(129738,14167,'_qty','12'),(129739,14167,'_tax_class',''),(129740,14167,'_line_subtotal','856.8'),(129741,14167,'_line_subtotal_tax','0'),(129742,14167,'_line_total','856.8'),(129743,14167,'_line_tax','0'),(129744,14167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129745,14168,'_product_id','133'),(129746,14168,'_variation_id','0'),(129747,14168,'_qty','10'),(129748,14168,'_tax_class',''),(129749,14168,'_line_subtotal','143'),(129750,14168,'_line_subtotal_tax','0'),(129751,14168,'_line_total','143'),(129752,14168,'_line_tax','0'),(129753,14168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129754,14169,'_product_id','41'),(129755,14169,'_variation_id','0'),(129756,14169,'_qty','5'),(129757,14169,'_tax_class',''),(129758,14169,'_line_subtotal','332.4'),(129759,14169,'_line_subtotal_tax','0'),(129760,14169,'_line_total','332.4'),(129761,14169,'_line_tax','0'),(129762,14169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129763,14170,'_product_id','120'),(129764,14170,'_variation_id','0'),(129765,14170,'_qty','3'),(129766,14170,'_tax_class',''),(129767,14170,'_line_subtotal','158.4'),(129768,14170,'_line_subtotal_tax','0'),(129769,14170,'_line_total','158.4'),(129770,14170,'_line_tax','0'),(129771,14170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129772,14171,'_product_id','490'),(129773,14171,'_variation_id','0'),(129774,14171,'_qty','5'),(129775,14171,'_tax_class',''),(129776,14171,'_line_subtotal','98'),(129777,14171,'_line_subtotal_tax','0'),(129778,14171,'_line_total','98'),(129779,14171,'_line_tax','0'),(129780,14171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129781,14172,'method_id','advanced_free_shipping'),(129782,14172,'instance_id','0'),(129783,14172,'cost','0.00'),(129784,14172,'total_tax','0'),(129785,14172,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129786,14173,'_product_id','2110'),(129787,14173,'_variation_id','0'),(129788,14173,'_qty','6'),(129789,14173,'_tax_class',''),(129790,14173,'_line_subtotal','428.4'),(129791,14173,'_line_subtotal_tax','0'),(129792,14173,'_line_total','428.4'),(129793,14173,'_line_tax','0'),(129794,14173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129795,14174,'_product_id','41'),(129796,14174,'_variation_id','0'),(129797,14174,'_qty','4'),(129798,14174,'_tax_class',''),(129799,14174,'_line_subtotal','265.92'),(129800,14174,'_line_subtotal_tax','0'),(129801,14174,'_line_total','265.92'),(129802,14174,'_line_tax','0'),(129803,14174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129804,14175,'_product_id','2408'),(129805,14175,'_variation_id','0'),(129806,14175,'_qty','2'),(129807,14175,'_tax_class',''),(129808,14175,'_line_subtotal','298.68'),(129809,14175,'_line_subtotal_tax','0'),(129810,14175,'_line_total','298.68'),(129811,14175,'_line_tax','0'),(129812,14175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129813,14176,'_product_id','43'),(129814,14176,'_variation_id','0'),(129815,14176,'_qty','3'),(129816,14176,'_tax_class',''),(129817,14176,'_line_subtotal','237.6'),(129818,14176,'_line_subtotal_tax','0'),(129819,14176,'_line_total','237.6'),(129820,14176,'_line_tax','0'),(129821,14176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129822,14177,'_product_id','49'),(129823,14177,'_variation_id','0'),(129824,14177,'_qty','1'),(129825,14177,'_tax_class',''),(129826,14177,'_line_subtotal','79.2'),(129827,14177,'_line_subtotal_tax','0'),(129828,14177,'_line_total','79.2'),(129829,14177,'_line_tax','0'),(129830,14177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129831,14178,'_product_id','133'),(129832,14178,'_variation_id','0'),(129833,14178,'_qty','5'),(129834,14178,'_tax_class',''),(129835,14178,'_line_subtotal','71.5'),(129836,14178,'_line_subtotal_tax','0'),(129837,14178,'_line_total','71.5'),(129838,14178,'_line_tax','0'),(129839,14178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129840,14179,'method_id','advanced_free_shipping'),(129841,14179,'instance_id','0'),(129842,14179,'cost','0.00'),(129843,14179,'total_tax','0'),(129844,14179,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129845,14180,'_product_id','2110'),(129846,14180,'_variation_id','0'),(129847,14180,'_qty','4'),(129848,14180,'_tax_class',''),(129849,14180,'_line_subtotal','285.6'),(129850,14180,'_line_subtotal_tax','0'),(129851,14180,'_line_total','285.6'),(129852,14180,'_line_tax','0'),(129853,14180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129854,14181,'_product_id','41'),(129855,14181,'_variation_id','0'),(129856,14181,'_qty','2'),(129857,14181,'_tax_class',''),(129858,14181,'_line_subtotal','132.96'),(129859,14181,'_line_subtotal_tax','0'),(129860,14181,'_line_total','132.96'),(129861,14181,'_line_tax','0'),(129862,14181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129863,14182,'_product_id','2408'),(129864,14182,'_variation_id','0'),(129865,14182,'_qty','1'),(129866,14182,'_tax_class',''),(129867,14182,'_line_subtotal','149.34'),(129868,14182,'_line_subtotal_tax','0'),(129869,14182,'_line_total','149.34'),(129870,14182,'_line_tax','0'),(129871,14182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129872,14183,'_product_id','490'),(129873,14183,'_variation_id','0'),(129874,14183,'_qty','4'),(129875,14183,'_tax_class',''),(129876,14183,'_line_subtotal','78.4'),(129877,14183,'_line_subtotal_tax','0'),(129878,14183,'_line_total','78.4'),(129879,14183,'_line_tax','0'),(129880,14183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129881,14184,'_product_id','133'),(129882,14184,'_variation_id','0'),(129883,14184,'_qty','5'),(129884,14184,'_tax_class',''),(129885,14184,'_line_subtotal','71.5'),(129886,14184,'_line_subtotal_tax','0'),(129887,14184,'_line_total','71.5'),(129888,14184,'_line_tax','0'),(129889,14184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129890,14185,'method_id','advanced_free_shipping'),(129891,14185,'instance_id','0'),(129892,14185,'cost','0.00'),(129893,14185,'total_tax','0'),(129894,14185,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129895,14186,'_product_id','49'),(129896,14186,'_variation_id','0'),(129897,14186,'_qty','1'),(129898,14186,'_tax_class',''),(129899,14186,'_line_subtotal','79.2'),(129900,14186,'_line_subtotal_tax','0'),(129901,14186,'_line_total','79.2'),(129902,14186,'_line_tax','0'),(129903,14186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129904,14187,'_product_id','23'),(129905,14187,'_variation_id','0'),(129906,14187,'_qty','2'),(129907,14187,'_tax_class',''),(129908,14187,'_line_subtotal','137.08'),(129909,14187,'_line_subtotal_tax','0'),(129910,14187,'_line_total','137.08'),(129911,14187,'_line_tax','0'),(129912,14187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129913,14188,'_product_id','44'),(129914,14188,'_variation_id','0'),(129915,14188,'_qty','2'),(129916,14188,'_tax_class',''),(129917,14188,'_line_subtotal','232.32'),(129918,14188,'_line_subtotal_tax','0'),(129919,14188,'_line_total','232.32'),(129920,14188,'_line_tax','0'),(129921,14188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129922,14189,'_product_id','490'),(129923,14189,'_variation_id','0'),(129924,14189,'_qty','15'),(129925,14189,'_tax_class',''),(129926,14189,'_line_subtotal','294'),(129927,14189,'_line_subtotal_tax','0'),(129928,14189,'_line_total','294'),(129929,14189,'_line_tax','0'),(129930,14189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129931,14190,'method_id','advanced_free_shipping'),(129932,14190,'instance_id','0'),(129933,14190,'cost','0.00'),(129934,14190,'total_tax','0'),(129935,14190,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(129936,14191,'_product_id','2110'),(129937,14191,'_variation_id','0'),(129938,14191,'_qty','2'),(129939,14191,'_tax_class',''),(129940,14191,'_line_subtotal','142.8'),(129941,14191,'_line_subtotal_tax','0'),(129942,14191,'_line_total','142.8'),(129943,14191,'_line_tax','0'),(129944,14191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129945,14192,'_product_id','41'),(129946,14192,'_variation_id','0'),(129947,14192,'_qty','1'),(129948,14192,'_tax_class',''),(129949,14192,'_line_subtotal','66.48'),(129950,14192,'_line_subtotal_tax','0'),(129951,14192,'_line_total','66.48'),(129952,14192,'_line_tax','0'),(129953,14192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129954,14193,'_product_id','490'),(129955,14193,'_variation_id','0'),(129956,14193,'_qty','6'),(129957,14193,'_tax_class',''),(129958,14193,'_line_subtotal','117.6'),(129959,14193,'_line_subtotal_tax','0'),(129960,14193,'_line_total','117.6'),(129961,14193,'_line_tax','0'),(129962,14193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129963,14194,'_product_id','2113'),(129964,14194,'_variation_id','0'),(129965,14194,'_qty','2'),(129966,14194,'_tax_class',''),(129967,14194,'_line_subtotal','344'),(129968,14194,'_line_subtotal_tax','0'),(129969,14194,'_line_total','344'),(129970,14194,'_line_tax','0'),(129971,14194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129972,14195,'_product_id','45'),(129973,14195,'_variation_id','0'),(129974,14195,'_qty','1'),(129975,14195,'_tax_class',''),(129976,14195,'_line_subtotal','42.24'),(129977,14195,'_line_subtotal_tax','0'),(129978,14195,'_line_total','42.24'),(129979,14195,'_line_tax','0'),(129980,14195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129981,14196,'_product_id','488'),(129982,14196,'_variation_id','0'),(129983,14196,'_qty','2'),(129984,14196,'_tax_class',''),(129985,14196,'_line_subtotal','62.7'),(129986,14196,'_line_subtotal_tax','0'),(129987,14196,'_line_total','62.7'),(129988,14196,'_line_tax','0'),(129989,14196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(129990,14197,'method_id','advanced_free_shipping'),(129991,14197,'instance_id','0'),(129992,14197,'cost','0.00'),(129993,14197,'total_tax','0'),(129994,14197,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130000,14167,'thwma_order_shipping_status','wc-pending'),(130001,14168,'thwma_order_shipping_status','wc-pending'),(130002,14169,'thwma_order_shipping_status','wc-pending'),(130003,14170,'thwma_order_shipping_status','wc-pending'),(130004,14171,'thwma_order_shipping_status','wc-pending'),(130011,14173,'thwma_order_shipping_status','wc-pending'),(130012,14174,'thwma_order_shipping_status','wc-pending'),(130013,14175,'thwma_order_shipping_status','wc-pending'),(130014,14176,'thwma_order_shipping_status','wc-pending'),(130015,14177,'thwma_order_shipping_status','wc-pending'),(130016,14178,'thwma_order_shipping_status','wc-pending'),(130017,14180,'thwma_order_shipping_status','wc-pending'),(130018,14181,'thwma_order_shipping_status','wc-pending'),(130019,14182,'thwma_order_shipping_status','wc-pending'),(130020,14183,'thwma_order_shipping_status','wc-pending'),(130021,14184,'thwma_order_shipping_status','wc-pending'),(130022,14151,'thwma_order_shipping_status','wc-pending'),(130023,14152,'thwma_order_shipping_status','wc-pending'),(130024,14153,'thwma_order_shipping_status','wc-pending'),(130025,14154,'thwma_order_shipping_status','wc-pending'),(130026,14155,'thwma_order_shipping_status','wc-pending'),(130027,14156,'thwma_order_shipping_status','wc-pending'),(130028,14157,'thwma_order_shipping_status','wc-pending'),(130029,14158,'thwma_order_shipping_status','wc-pending'),(130030,14159,'thwma_order_shipping_status','wc-pending'),(130031,14160,'thwma_order_shipping_status','wc-pending'),(130032,14161,'thwma_order_shipping_status','wc-pending'),(130033,14162,'thwma_order_shipping_status','wc-pending'),(130034,14163,'thwma_order_shipping_status','wc-pending'),(130035,14164,'thwma_order_shipping_status','wc-pending'),(130036,14165,'thwma_order_shipping_status','wc-pending'),(130037,14148,'thwma_order_shipping_status','wc-pending'),(130038,14149,'thwma_order_shipping_status','wc-pending'),(130039,14198,'_product_id','2110'),(130040,14198,'_variation_id','0'),(130041,14198,'_qty','3'),(130042,14198,'_tax_class',''),(130043,14198,'_line_subtotal','214.2'),(130044,14198,'_line_subtotal_tax','0'),(130045,14198,'_line_total','214.2'),(130046,14198,'_line_tax','0'),(130047,14198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130048,14199,'_product_id','41'),(130049,14199,'_variation_id','0'),(130050,14199,'_qty','3'),(130051,14199,'_tax_class',''),(130052,14199,'_line_subtotal','199.44'),(130053,14199,'_line_subtotal_tax','0'),(130054,14199,'_line_total','199.44'),(130055,14199,'_line_tax','0'),(130056,14199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130057,14200,'_product_id','45'),(130058,14200,'_variation_id','0'),(130059,14200,'_qty','1'),(130060,14200,'_tax_class',''),(130061,14200,'_line_subtotal','42.24'),(130062,14200,'_line_subtotal_tax','0'),(130063,14200,'_line_total','42.24'),(130064,14200,'_line_tax','0'),(130065,14200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130066,14201,'_product_id','49'),(130067,14201,'_variation_id','0'),(130068,14201,'_qty','2'),(130069,14201,'_tax_class',''),(130070,14201,'_line_subtotal','158.4'),(130071,14201,'_line_subtotal_tax','0'),(130072,14201,'_line_total','158.4'),(130073,14201,'_line_tax','0'),(130074,14201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130075,14202,'_product_id','44'),(130076,14202,'_variation_id','0'),(130077,14202,'_qty','1'),(130078,14202,'_tax_class',''),(130079,14202,'_line_subtotal','116.16'),(130080,14202,'_line_subtotal_tax','0'),(130081,14202,'_line_total','116.16'),(130082,14202,'_line_tax','0'),(130083,14202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130084,14203,'_product_id','93'),(130085,14203,'_variation_id','0'),(130086,14203,'_qty','10'),(130087,14203,'_tax_class',''),(130088,14203,'_line_subtotal','0'),(130089,14203,'_line_subtotal_tax','0'),(130090,14203,'_line_total','0'),(130091,14203,'_line_tax','0'),(130092,14203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130093,14204,'_product_id','133'),(130094,14204,'_variation_id','0'),(130095,14204,'_qty','3'),(130096,14204,'_tax_class',''),(130097,14204,'_line_subtotal','42.9'),(130098,14204,'_line_subtotal_tax','0'),(130099,14204,'_line_total','42.9'),(130100,14204,'_line_tax','0'),(130101,14204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130102,14205,'method_id','advanced_free_shipping'),(130103,14205,'instance_id','0'),(130104,14205,'cost','0.00'),(130105,14205,'total_tax','0'),(130106,14205,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130107,14206,'_product_id','93'),(130108,14206,'_variation_id','0'),(130109,14206,'_qty','20'),(130110,14206,'_tax_class',''),(130111,14206,'_line_subtotal','0'),(130112,14206,'_line_subtotal_tax','0'),(130113,14206,'_line_total','0'),(130114,14206,'_line_tax','0'),(130115,14206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130116,14207,'method_id','fedex'),(130117,14207,'instance_id','1'),(130118,14207,'cost','22.47'),(130119,14207,'total_tax','0'),(130120,14207,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130121,14207,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(130122,14207,'Items','Bulk Active Rinse 100% &times; 20'),(130137,14186,'thwma_order_shipping_status','wc-pending'),(130138,14187,'thwma_order_shipping_status','wc-pending'),(130139,14188,'thwma_order_shipping_status','wc-pending'),(130140,14189,'thwma_order_shipping_status','wc-pending'),(130141,14191,'thwma_order_shipping_status','wc-pending'),(130142,14192,'thwma_order_shipping_status','wc-pending'),(130143,14193,'thwma_order_shipping_status','wc-pending'),(130144,14194,'thwma_order_shipping_status','wc-pending'),(130145,14195,'thwma_order_shipping_status','wc-pending'),(130146,14196,'thwma_order_shipping_status','wc-pending'),(130147,14208,'_product_id','120'),(130148,14208,'_variation_id','0'),(130149,14208,'_qty','10'),(130150,14208,'_tax_class',''),(130151,14208,'_line_subtotal','528'),(130152,14208,'_line_subtotal_tax','0'),(130153,14208,'_line_total','528'),(130154,14208,'_line_tax','0'),(130155,14208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130156,14209,'method_id','advanced_free_shipping'),(130157,14209,'instance_id','0'),(130158,14209,'cost','0.00'),(130159,14209,'total_tax','0'),(130160,14209,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130161,14210,'_product_id','23'),(130162,14210,'_variation_id','0'),(130163,14210,'_qty','3'),(130164,14210,'_tax_class',''),(130165,14210,'_line_subtotal','205.62'),(130166,14210,'_line_subtotal_tax','0'),(130167,14210,'_line_total','205.62'),(130168,14210,'_line_tax','0'),(130169,14210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130170,14211,'_product_id','44'),(130171,14211,'_variation_id','0'),(130172,14211,'_qty','2'),(130173,14211,'_tax_class',''),(130174,14211,'_line_subtotal','232.32'),(130175,14211,'_line_subtotal_tax','0'),(130176,14211,'_line_total','232.32'),(130177,14211,'_line_tax','0'),(130178,14211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130179,14212,'_product_id','490'),(130180,14212,'_variation_id','0'),(130181,14212,'_qty','4'),(130182,14212,'_tax_class',''),(130183,14212,'_line_subtotal','78.4'),(130184,14212,'_line_subtotal_tax','0'),(130185,14212,'_line_total','78.4'),(130186,14212,'_line_tax','0'),(130187,14212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130188,14213,'method_id','advanced_free_shipping'),(130189,14213,'instance_id','0'),(130190,14213,'cost','0.00'),(130191,14213,'total_tax','0'),(130192,14213,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130193,14210,'thwma_order_shipping_status','wc-pending'),(130194,14211,'thwma_order_shipping_status','wc-pending'),(130195,14212,'thwma_order_shipping_status','wc-pending'),(130196,14214,'_product_id','42'),(130197,14214,'_variation_id','0'),(130198,14214,'_qty','1'),(130199,14214,'_tax_class',''),(130200,14214,'_line_subtotal','79.2'),(130201,14214,'_line_subtotal_tax','0'),(130202,14214,'_line_total','79.2'),(130203,14214,'_line_tax','0'),(130204,14214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130205,14215,'_product_id','487'),(130206,14215,'_variation_id','0'),(130207,14215,'_qty','1'),(130208,14215,'_tax_class',''),(130209,14215,'_line_subtotal','31.35'),(130210,14215,'_line_subtotal_tax','0'),(130211,14215,'_line_total','31.35'),(130212,14215,'_line_tax','0'),(130213,14215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130214,14216,'method_id','fedex'),(130215,14216,'instance_id','1'),(130216,14216,'cost','17.09'),(130217,14216,'total_tax','0'),(130218,14216,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130219,14216,'Package 1','15.81 × 12.94 × 10.19 (in) 14.69lbs × 1'),(130220,14216,'Items','Comb-Out Mousse(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(130221,14217,'_product_id','488'),(130222,14217,'_variation_id','0'),(130223,14217,'_qty','1'),(130224,14217,'_tax_class',''),(130225,14217,'_line_subtotal','31.35'),(130226,14217,'_line_subtotal_tax','0'),(130227,14217,'_line_total','31.35'),(130228,14217,'_line_tax','0'),(130229,14217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130230,14218,'_product_id','487'),(130231,14218,'_variation_id','0'),(130232,14218,'_qty','1'),(130233,14218,'_tax_class',''),(130234,14218,'_line_subtotal','31.35'),(130235,14218,'_line_subtotal_tax','0'),(130236,14218,'_line_total','31.35'),(130237,14218,'_line_tax','0'),(130238,14218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130239,14219,'_product_id','490'),(130240,14219,'_variation_id','0'),(130241,14219,'_qty','6'),(130242,14219,'_tax_class',''),(130243,14219,'_line_subtotal','117.6'),(130244,14219,'_line_subtotal_tax','0'),(130245,14219,'_line_total','117.6'),(130246,14219,'_line_tax','0'),(130247,14219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130248,14220,'_product_id','45'),(130249,14220,'_variation_id','0'),(130250,14220,'_qty','2'),(130251,14220,'_tax_class',''),(130252,14220,'_line_subtotal','84.48'),(130253,14220,'_line_subtotal_tax','0'),(130254,14220,'_line_total','84.48'),(130255,14220,'_line_tax','0'),(130256,14220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130257,14221,'method_id','fedex'),(130258,14221,'instance_id','1'),(130259,14221,'cost','35.05'),(130260,14221,'total_tax','0'),(130261,14221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130262,14221,'Package 1','21.56 × 16.56 × 13.19 (in) 47.16lbs × 1'),(130263,14221,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(130264,14222,'_product_id','41'),(130265,14222,'_variation_id','0'),(130266,14222,'_qty','4'),(130267,14222,'_tax_class',''),(130268,14222,'_line_subtotal','265.92'),(130269,14222,'_line_subtotal_tax','0'),(130270,14222,'_line_total','265.92'),(130271,14222,'_line_tax','0'),(130272,14222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130273,14223,'method_id','fedex'),(130274,14223,'instance_id','1'),(130275,14223,'cost','16.76'),(130276,14223,'total_tax','0'),(130277,14223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130278,14223,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(130279,14223,'Items','Professional Lice Comb(Case of 12) &times; 4'),(130280,14224,'_product_id','490'),(130281,14224,'_variation_id','0'),(130282,14224,'_qty','10'),(130283,14224,'_tax_class',''),(130284,14224,'_line_subtotal','196'),(130285,14224,'_line_subtotal_tax','0'),(130286,14224,'_line_total','196'),(130287,14224,'_line_tax','0'),(130288,14224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130289,14225,'_product_id','2113'),(130290,14225,'_variation_id','0'),(130291,14225,'_qty','1'),(130292,14225,'_tax_class',''),(130293,14225,'_line_subtotal','172'),(130294,14225,'_line_subtotal_tax','0'),(130295,14225,'_line_total','172'),(130296,14225,'_line_tax','0'),(130297,14225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130298,14226,'_product_id','41'),(130299,14226,'_variation_id','0'),(130300,14226,'_qty','1'),(130301,14226,'_tax_class',''),(130302,14226,'_line_subtotal','66.48'),(130303,14226,'_line_subtotal_tax','0'),(130304,14226,'_line_total','66.48'),(130305,14226,'_line_tax','0'),(130306,14226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130307,14227,'_product_id','148'),(130308,14227,'_variation_id','0'),(130309,14227,'_qty','24'),(130310,14227,'_tax_class',''),(130311,14227,'_line_subtotal','198'),(130312,14227,'_line_subtotal_tax','0'),(130313,14227,'_line_total','198'),(130314,14227,'_line_tax','0'),(130315,14227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130316,14228,'method_id','advanced_free_shipping'),(130317,14228,'instance_id','0'),(130318,14228,'cost','0.00'),(130319,14228,'total_tax','0'),(130320,14228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130321,14229,'_product_id','41'),(130322,14229,'_variation_id','0'),(130323,14229,'_qty','4'),(130324,14229,'_tax_class',''),(130325,14229,'_line_subtotal','265.92'),(130326,14229,'_line_subtotal_tax','0'),(130327,14229,'_line_total','265.92'),(130328,14229,'_line_tax','0'),(130329,14229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130330,14230,'_product_id','49'),(130331,14230,'_variation_id','0'),(130332,14230,'_qty','3'),(130333,14230,'_tax_class',''),(130334,14230,'_line_subtotal','237.6'),(130335,14230,'_line_subtotal_tax','0'),(130336,14230,'_line_total','237.6'),(130337,14230,'_line_tax','0'),(130338,14230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130339,14231,'_product_id','39'),(130340,14231,'_variation_id','0'),(130341,14231,'_qty','3'),(130342,14231,'_tax_class',''),(130343,14231,'_line_subtotal','237.6'),(130344,14231,'_line_subtotal_tax','0'),(130345,14231,'_line_total','237.6'),(130346,14231,'_line_tax','0'),(130347,14231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130348,14232,'method_id','advanced_free_shipping'),(130349,14232,'instance_id','0'),(130350,14232,'cost','0.00'),(130351,14232,'total_tax','0'),(130352,14232,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130353,14233,'_product_id','488'),(130354,14233,'_variation_id','0'),(130355,14233,'_qty','20'),(130356,14233,'_tax_class',''),(130357,14233,'_line_subtotal','627'),(130358,14233,'_line_subtotal_tax','0'),(130359,14233,'_line_total','627'),(130360,14233,'_line_tax','0'),(130361,14233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130362,14234,'_product_id','487'),(130363,14234,'_variation_id','0'),(130364,14234,'_qty','10'),(130365,14234,'_tax_class',''),(130366,14234,'_line_subtotal','313.5'),(130367,14234,'_line_subtotal_tax','0'),(130368,14234,'_line_total','313.5'),(130369,14234,'_line_tax','0'),(130370,14234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130371,14235,'_product_id','41'),(130372,14235,'_variation_id','0'),(130373,14235,'_qty','5'),(130374,14235,'_tax_class',''),(130375,14235,'_line_subtotal','332.4'),(130376,14235,'_line_subtotal_tax','0'),(130377,14235,'_line_total','332.4'),(130378,14235,'_line_tax','0'),(130379,14235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130380,14236,'method_id','advanced_free_shipping'),(130381,14236,'instance_id','0'),(130382,14236,'cost','0.00'),(130383,14236,'total_tax','0'),(130384,14236,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130385,14217,'thwma_order_shipping_status','wc-pending'),(130386,14218,'thwma_order_shipping_status','wc-pending'),(130387,14219,'thwma_order_shipping_status','wc-pending'),(130388,14220,'thwma_order_shipping_status','wc-pending'),(130389,14214,'thwma_order_shipping_status','wc-pending'),(130390,14215,'thwma_order_shipping_status','wc-pending'),(130391,14237,'_product_id','2110'),(130392,14237,'_variation_id','0'),(130393,14237,'_qty','1'),(130394,14237,'_tax_class',''),(130395,14237,'_line_subtotal','71.4'),(130396,14237,'_line_subtotal_tax','0'),(130397,14237,'_line_total','71.4'),(130398,14237,'_line_tax','0'),(130399,14237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130400,14238,'_product_id','41'),(130401,14238,'_variation_id','0'),(130402,14238,'_qty','1'),(130403,14238,'_tax_class',''),(130404,14238,'_line_subtotal','66.48'),(130405,14238,'_line_subtotal_tax','0'),(130406,14238,'_line_total','66.48'),(130407,14238,'_line_tax','0'),(130408,14238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130409,14239,'_product_id','45'),(130410,14239,'_variation_id','0'),(130411,14239,'_qty','3'),(130412,14239,'_tax_class',''),(130413,14239,'_line_subtotal','126.72'),(130414,14239,'_line_subtotal_tax','0'),(130415,14239,'_line_total','126.72'),(130416,14239,'_line_tax','0'),(130417,14239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130418,14240,'_product_id','44'),(130419,14240,'_variation_id','0'),(130420,14240,'_qty','2'),(130421,14240,'_tax_class',''),(130422,14240,'_line_subtotal','232.32'),(130423,14240,'_line_subtotal_tax','0'),(130424,14240,'_line_total','232.32'),(130425,14240,'_line_tax','0'),(130426,14240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130427,14241,'_product_id','39'),(130428,14241,'_variation_id','0'),(130429,14241,'_qty','1'),(130430,14241,'_tax_class',''),(130431,14241,'_line_subtotal','79.2'),(130432,14241,'_line_subtotal_tax','0'),(130433,14241,'_line_total','79.2'),(130434,14241,'_line_tax','0'),(130435,14241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130436,14242,'_product_id','40'),(130437,14242,'_variation_id','0'),(130438,14242,'_qty','1'),(130439,14242,'_tax_class',''),(130440,14242,'_line_subtotal','79.2'),(130441,14242,'_line_subtotal_tax','0'),(130442,14242,'_line_total','79.2'),(130443,14242,'_line_tax','0'),(130444,14242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130445,14243,'_product_id','487'),(130446,14243,'_variation_id','0'),(130447,14243,'_qty','2'),(130448,14243,'_tax_class',''),(130449,14243,'_line_subtotal','62.7'),(130450,14243,'_line_subtotal_tax','0'),(130451,14243,'_line_total','62.7'),(130452,14243,'_line_tax','0'),(130453,14243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130454,14244,'_product_id','490'),(130455,14244,'_variation_id','0'),(130456,14244,'_qty','10'),(130457,14244,'_tax_class',''),(130458,14244,'_line_subtotal','196'),(130459,14244,'_line_subtotal_tax','0'),(130460,14244,'_line_total','196'),(130461,14244,'_line_tax','0'),(130462,14244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130463,14245,'method_id','advanced_free_shipping'),(130464,14245,'instance_id','0'),(130465,14245,'cost','0.00'),(130466,14245,'total_tax','0'),(130467,14245,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130468,14246,'_product_id','2110'),(130469,14246,'_variation_id','0'),(130470,14246,'_qty','3'),(130471,14246,'_tax_class',''),(130472,14246,'_line_subtotal','214.2'),(130473,14246,'_line_subtotal_tax','0'),(130474,14246,'_line_total','214.2'),(130475,14246,'_line_tax','0'),(130476,14246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130477,14247,'_product_id','2113'),(130478,14247,'_variation_id','0'),(130479,14247,'_qty','1'),(130480,14247,'_tax_class',''),(130481,14247,'_line_subtotal','172'),(130482,14247,'_line_subtotal_tax','0'),(130483,14247,'_line_total','172'),(130484,14247,'_line_tax','0'),(130485,14247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130486,14248,'_product_id','42'),(130487,14248,'_variation_id','0'),(130488,14248,'_qty','1'),(130489,14248,'_tax_class',''),(130490,14248,'_line_subtotal','79.2'),(130491,14248,'_line_subtotal_tax','0'),(130492,14248,'_line_total','79.2'),(130493,14248,'_line_tax','0'),(130494,14248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130495,14249,'_product_id','45'),(130496,14249,'_variation_id','0'),(130497,14249,'_qty','2'),(130498,14249,'_tax_class',''),(130499,14249,'_line_subtotal','84.48'),(130500,14249,'_line_subtotal_tax','0'),(130501,14249,'_line_total','84.48'),(130502,14249,'_line_tax','0'),(130503,14249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130504,14250,'_product_id','2408'),(130505,14250,'_variation_id','0'),(130506,14250,'_qty','2'),(130507,14250,'_tax_class',''),(130508,14250,'_line_subtotal','298.68'),(130509,14250,'_line_subtotal_tax','0'),(130510,14250,'_line_total','298.68'),(130511,14250,'_line_tax','0'),(130512,14250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130513,14251,'_product_id','120'),(130514,14251,'_variation_id','0'),(130515,14251,'_qty','1'),(130516,14251,'_tax_class',''),(130517,14251,'_line_subtotal','52.8'),(130518,14251,'_line_subtotal_tax','0'),(130519,14251,'_line_total','52.8'),(130520,14251,'_line_tax','0'),(130521,14251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130522,14252,'_product_id','43'),(130523,14252,'_variation_id','0'),(130524,14252,'_qty','2'),(130525,14252,'_tax_class',''),(130526,14252,'_line_subtotal','158.4'),(130527,14252,'_line_subtotal_tax','0'),(130528,14252,'_line_total','158.4'),(130529,14252,'_line_tax','0'),(130530,14252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130531,14253,'_product_id','49'),(130532,14253,'_variation_id','0'),(130533,14253,'_qty','2'),(130534,14253,'_tax_class',''),(130535,14253,'_line_subtotal','158.4'),(130536,14253,'_line_subtotal_tax','0'),(130537,14253,'_line_total','158.4'),(130538,14253,'_line_tax','0'),(130539,14253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130540,14254,'_product_id','490'),(130541,14254,'_variation_id','0'),(130542,14254,'_qty','10'),(130543,14254,'_tax_class',''),(130544,14254,'_line_subtotal','196'),(130545,14254,'_line_subtotal_tax','0'),(130546,14254,'_line_total','196'),(130547,14254,'_line_tax','0'),(130548,14254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130549,14255,'_product_id','487'),(130550,14255,'_variation_id','0'),(130551,14255,'_qty','2'),(130552,14255,'_tax_class',''),(130553,14255,'_line_subtotal','62.7'),(130554,14255,'_line_subtotal_tax','0'),(130555,14255,'_line_total','62.7'),(130556,14255,'_line_tax','0'),(130557,14255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130558,14256,'method_id','advanced_free_shipping'),(130559,14256,'instance_id','0'),(130560,14256,'cost','0.00'),(130561,14256,'total_tax','0'),(130562,14256,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130563,14257,'_product_id','2110'),(130564,14257,'_variation_id','0'),(130565,14257,'_qty','1'),(130566,14257,'_tax_class',''),(130567,14257,'_line_subtotal','71.4'),(130568,14257,'_line_subtotal_tax','0'),(130569,14257,'_line_total','71.4'),(130570,14257,'_line_tax','0'),(130571,14257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130572,14258,'_product_id','116'),(130573,14258,'_variation_id','0'),(130574,14258,'_qty','1'),(130575,14258,'_tax_class',''),(130576,14258,'_line_subtotal','145.44'),(130577,14258,'_line_subtotal_tax','0'),(130578,14258,'_line_total','145.44'),(130579,14258,'_line_tax','0'),(130580,14258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130581,14259,'_product_id','41'),(130582,14259,'_variation_id','0'),(130583,14259,'_qty','1'),(130584,14259,'_tax_class',''),(130585,14259,'_line_subtotal','66.48'),(130586,14259,'_line_subtotal_tax','0'),(130587,14259,'_line_total','66.48'),(130588,14259,'_line_tax','0'),(130589,14259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130590,14260,'_product_id','490'),(130591,14260,'_variation_id','0'),(130592,14260,'_qty','1'),(130593,14260,'_tax_class',''),(130594,14260,'_line_subtotal','19.6'),(130595,14260,'_line_subtotal_tax','0'),(130596,14260,'_line_total','19.6'),(130597,14260,'_line_tax','0'),(130598,14260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130599,14261,'_product_id','487'),(130600,14261,'_variation_id','0'),(130601,14261,'_qty','1'),(130602,14261,'_tax_class',''),(130603,14261,'_line_subtotal','31.35'),(130604,14261,'_line_subtotal_tax','0'),(130605,14261,'_line_total','31.35'),(130606,14261,'_line_tax','0'),(130607,14261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130608,14262,'method_id','fedex'),(130609,14262,'instance_id','1'),(130610,14262,'cost','17.61'),(130611,14262,'total_tax','0'),(130612,14262,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130613,14262,'Package 1','17 × 14 × 10 (in) 29.4lbs × 1'),(130614,14262,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(130620,14257,'thwma_order_shipping_status','wc-pending'),(130621,14258,'thwma_order_shipping_status','wc-pending'),(130622,14259,'thwma_order_shipping_status','wc-pending'),(130623,14260,'thwma_order_shipping_status','wc-pending'),(130624,14261,'thwma_order_shipping_status','wc-pending'),(130625,14237,'thwma_order_shipping_status','wc-pending'),(130626,14238,'thwma_order_shipping_status','wc-pending'),(130627,14239,'thwma_order_shipping_status','wc-pending'),(130628,14240,'thwma_order_shipping_status','wc-pending'),(130629,14241,'thwma_order_shipping_status','wc-pending'),(130630,14242,'thwma_order_shipping_status','wc-pending'),(130631,14243,'thwma_order_shipping_status','wc-pending'),(130632,14244,'thwma_order_shipping_status','wc-pending'),(130633,14263,'_product_id','39'),(130634,14263,'_variation_id','0'),(130635,14263,'_qty','1'),(130636,14263,'_tax_class',''),(130637,14263,'_line_subtotal','79.2'),(130638,14263,'_line_subtotal_tax','0'),(130639,14263,'_line_total','79.2'),(130640,14263,'_line_tax','0'),(130641,14263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130642,14264,'_product_id','40'),(130643,14264,'_variation_id','0'),(130644,14264,'_qty','1'),(130645,14264,'_tax_class',''),(130646,14264,'_line_subtotal','79.2'),(130647,14264,'_line_subtotal_tax','0'),(130648,14264,'_line_total','79.2'),(130649,14264,'_line_tax','0'),(130650,14264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130651,14265,'_product_id','44'),(130652,14265,'_variation_id','0'),(130653,14265,'_qty','2'),(130654,14265,'_tax_class',''),(130655,14265,'_line_subtotal','232.32'),(130656,14265,'_line_subtotal_tax','0'),(130657,14265,'_line_total','232.32'),(130658,14265,'_line_tax','0'),(130659,14265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130660,14266,'_product_id','45'),(130661,14266,'_variation_id','0'),(130662,14266,'_qty','1'),(130663,14266,'_tax_class',''),(130664,14266,'_line_subtotal','42.24'),(130665,14266,'_line_subtotal_tax','0'),(130666,14266,'_line_total','42.24'),(130667,14266,'_line_tax','0'),(130668,14266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130669,14267,'_product_id','42'),(130670,14267,'_variation_id','0'),(130671,14267,'_qty','1'),(130672,14267,'_tax_class',''),(130673,14267,'_line_subtotal','79.2'),(130674,14267,'_line_subtotal_tax','0'),(130675,14267,'_line_total','79.2'),(130676,14267,'_line_tax','0'),(130677,14267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130678,14268,'method_id','advanced_free_shipping'),(130679,14268,'instance_id','0'),(130680,14268,'cost','0.00'),(130681,14268,'total_tax','0'),(130682,14268,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130683,14269,'_product_id','2110'),(130684,14269,'_variation_id','0'),(130685,14269,'_qty','3'),(130686,14269,'_tax_class',''),(130687,14269,'_line_subtotal','214.2'),(130688,14269,'_line_subtotal_tax','0'),(130689,14269,'_line_total','214.2'),(130690,14269,'_line_tax','0'),(130691,14269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130692,14270,'_product_id','41'),(130693,14270,'_variation_id','0'),(130694,14270,'_qty','2'),(130695,14270,'_tax_class',''),(130696,14270,'_line_subtotal','132.96'),(130697,14270,'_line_subtotal_tax','0'),(130698,14270,'_line_total','132.96'),(130699,14270,'_line_tax','0'),(130700,14270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130701,14271,'_product_id','490'),(130702,14271,'_variation_id','0'),(130703,14271,'_qty','10'),(130704,14271,'_tax_class',''),(130705,14271,'_line_subtotal','196'),(130706,14271,'_line_subtotal_tax','0'),(130707,14271,'_line_total','196'),(130708,14271,'_line_tax','0'),(130709,14271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130710,14272,'_product_id','2113'),(130711,14272,'_variation_id','0'),(130712,14272,'_qty','1'),(130713,14272,'_tax_class',''),(130714,14272,'_line_subtotal','172'),(130715,14272,'_line_subtotal_tax','0'),(130716,14272,'_line_total','172'),(130717,14272,'_line_tax','0'),(130718,14272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130719,14273,'_product_id','45'),(130720,14273,'_variation_id','0'),(130721,14273,'_qty','2'),(130722,14273,'_tax_class',''),(130723,14273,'_line_subtotal','84.48'),(130724,14273,'_line_subtotal_tax','0'),(130725,14273,'_line_total','84.48'),(130726,14273,'_line_tax','0'),(130727,14273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130728,14274,'_product_id','488'),(130729,14274,'_variation_id','0'),(130730,14274,'_qty','1'),(130731,14274,'_tax_class',''),(130732,14274,'_line_subtotal','31.35'),(130733,14274,'_line_subtotal_tax','0'),(130734,14274,'_line_total','31.35'),(130735,14274,'_line_tax','0'),(130736,14274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130737,14275,'_product_id','44'),(130738,14275,'_variation_id','0'),(130739,14275,'_qty','1'),(130740,14275,'_tax_class',''),(130741,14275,'_line_subtotal','116.16'),(130742,14275,'_line_subtotal_tax','0'),(130743,14275,'_line_total','116.16'),(130744,14275,'_line_tax','0'),(130745,14275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130746,14276,'_product_id','49'),(130747,14276,'_variation_id','0'),(130748,14276,'_qty','2'),(130749,14276,'_tax_class',''),(130750,14276,'_line_subtotal','158.4'),(130751,14276,'_line_subtotal_tax','0'),(130752,14276,'_line_total','158.4'),(130753,14276,'_line_tax','0'),(130754,14276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130755,14277,'method_id','advanced_free_shipping'),(130756,14277,'instance_id','0'),(130757,14277,'cost','0.00'),(130758,14277,'total_tax','0'),(130759,14277,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130760,14278,'_product_id','23'),(130761,14278,'_variation_id','0'),(130762,14278,'_qty','6'),(130763,14278,'_tax_class',''),(130764,14278,'_line_subtotal','411.24'),(130765,14278,'_line_subtotal_tax','0'),(130766,14278,'_line_total','411.24'),(130767,14278,'_line_tax','0'),(130768,14278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130769,14279,'_product_id','120'),(130770,14279,'_variation_id','0'),(130771,14279,'_qty','2'),(130772,14279,'_tax_class',''),(130773,14279,'_line_subtotal','105.6'),(130774,14279,'_line_subtotal_tax','0'),(130775,14279,'_line_total','105.6'),(130776,14279,'_line_tax','0'),(130777,14279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130778,14280,'method_id','advanced_free_shipping'),(130779,14280,'instance_id','0'),(130780,14280,'cost','0.00'),(130781,14280,'total_tax','0'),(130782,14280,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130783,14281,'_product_id','23'),(130784,14281,'_variation_id','0'),(130785,14281,'_qty','6'),(130786,14281,'_tax_class',''),(130787,14281,'_line_subtotal','411.24'),(130788,14281,'_line_subtotal_tax','0'),(130789,14281,'_line_total','411.24'),(130790,14281,'_line_tax','0'),(130791,14281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130792,14282,'_product_id','490'),(130793,14282,'_variation_id','0'),(130794,14282,'_qty','7'),(130795,14282,'_tax_class',''),(130796,14282,'_line_subtotal','137.2'),(130797,14282,'_line_subtotal_tax','0'),(130798,14282,'_line_total','137.2'),(130799,14282,'_line_tax','0'),(130800,14282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130801,14283,'method_id','advanced_free_shipping'),(130802,14283,'instance_id','0'),(130803,14283,'cost','0.00'),(130804,14283,'total_tax','0'),(130805,14283,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130806,14198,'thwma_order_shipping_status','wc-pending'),(130807,14199,'thwma_order_shipping_status','wc-pending'),(130808,14200,'thwma_order_shipping_status','wc-pending'),(130809,14201,'thwma_order_shipping_status','wc-pending'),(130810,14202,'thwma_order_shipping_status','wc-pending'),(130811,14203,'thwma_order_shipping_status','wc-pending'),(130812,14204,'thwma_order_shipping_status','wc-pending'),(130817,14224,'thwma_order_shipping_status','wc-pending'),(130818,14225,'thwma_order_shipping_status','wc-pending'),(130819,14226,'thwma_order_shipping_status','wc-pending'),(130820,14227,'thwma_order_shipping_status','wc-pending'),(130821,14229,'thwma_order_shipping_status','wc-pending'),(130822,14230,'thwma_order_shipping_status','wc-pending'),(130823,14231,'thwma_order_shipping_status','wc-pending'),(130824,14233,'thwma_order_shipping_status','wc-pending'),(130825,14234,'thwma_order_shipping_status','wc-pending'),(130826,14235,'thwma_order_shipping_status','wc-pending'),(130827,14246,'thwma_order_shipping_status','wc-pending'),(130828,14247,'thwma_order_shipping_status','wc-pending'),(130829,14248,'thwma_order_shipping_status','wc-pending'),(130830,14249,'thwma_order_shipping_status','wc-pending'),(130831,14250,'thwma_order_shipping_status','wc-pending'),(130832,14251,'thwma_order_shipping_status','wc-pending'),(130833,14252,'thwma_order_shipping_status','wc-pending'),(130834,14253,'thwma_order_shipping_status','wc-pending'),(130835,14254,'thwma_order_shipping_status','wc-pending'),(130836,14255,'thwma_order_shipping_status','wc-pending'),(130837,14284,'_product_id','490'),(130838,14284,'_variation_id','0'),(130839,14284,'_qty','1'),(130840,14284,'_tax_class',''),(130841,14284,'_line_subtotal','19.6'),(130842,14284,'_line_subtotal_tax','0'),(130843,14284,'_line_total','19.6'),(130844,14284,'_line_tax','0'),(130845,14284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130846,14285,'_product_id','488'),(130847,14285,'_variation_id','0'),(130848,14285,'_qty','1'),(130849,14285,'_tax_class',''),(130850,14285,'_line_subtotal','31.35'),(130851,14285,'_line_subtotal_tax','0'),(130852,14285,'_line_total','31.35'),(130853,14285,'_line_tax','0'),(130854,14285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130855,14286,'method_id','fedex'),(130856,14286,'instance_id','1'),(130857,14286,'cost','14.21'),(130858,14286,'total_tax','0'),(130859,14286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130860,14286,'Package 1','15.75 × 14.13 × 6 (in) 11.88lbs × 1'),(130861,14286,'Items','Bulk Active Rinse 100% RM &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(130862,14287,'_product_id','2110'),(130863,14287,'_variation_id','0'),(130864,14287,'_qty','1'),(130865,14287,'_tax_class',''),(130866,14287,'_line_subtotal','71.4'),(130867,14287,'_line_subtotal_tax','0'),(130868,14287,'_line_total','71.4'),(130869,14287,'_line_tax','0'),(130870,14287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130871,14288,'_product_id','2113'),(130872,14288,'_variation_id','0'),(130873,14288,'_qty','1'),(130874,14288,'_tax_class',''),(130875,14288,'_line_subtotal','172'),(130876,14288,'_line_subtotal_tax','0'),(130877,14288,'_line_total','172'),(130878,14288,'_line_tax','0'),(130879,14288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130880,14289,'_product_id','45'),(130881,14289,'_variation_id','0'),(130882,14289,'_qty','1'),(130883,14289,'_tax_class',''),(130884,14289,'_line_subtotal','42.24'),(130885,14289,'_line_subtotal_tax','0'),(130886,14289,'_line_total','42.24'),(130887,14289,'_line_tax','0'),(130888,14289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130889,14290,'_product_id','41'),(130890,14290,'_variation_id','0'),(130891,14290,'_qty','4'),(130892,14290,'_tax_class',''),(130893,14290,'_line_subtotal','265.92'),(130894,14290,'_line_subtotal_tax','0'),(130895,14290,'_line_total','265.92'),(130896,14290,'_line_tax','0'),(130897,14290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130898,14291,'_product_id','39'),(130899,14291,'_variation_id','0'),(130900,14291,'_qty','1'),(130901,14291,'_tax_class',''),(130902,14291,'_line_subtotal','79.2'),(130903,14291,'_line_subtotal_tax','0'),(130904,14291,'_line_total','79.2'),(130905,14291,'_line_tax','0'),(130906,14291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130907,14292,'_product_id','40'),(130908,14292,'_variation_id','0'),(130909,14292,'_qty','1'),(130910,14292,'_tax_class',''),(130911,14292,'_line_subtotal','79.2'),(130912,14292,'_line_subtotal_tax','0'),(130913,14292,'_line_total','79.2'),(130914,14292,'_line_tax','0'),(130915,14292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130916,14293,'_product_id','120'),(130917,14293,'_variation_id','0'),(130918,14293,'_qty','1'),(130919,14293,'_tax_class',''),(130920,14293,'_line_subtotal','52.8'),(130921,14293,'_line_subtotal_tax','0'),(130922,14293,'_line_total','52.8'),(130923,14293,'_line_tax','0'),(130924,14293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130925,14294,'_product_id','43'),(130926,14294,'_variation_id','0'),(130927,14294,'_qty','2'),(130928,14294,'_tax_class',''),(130929,14294,'_line_subtotal','158.4'),(130930,14294,'_line_subtotal_tax','0'),(130931,14294,'_line_total','158.4'),(130932,14294,'_line_tax','0'),(130933,14294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130934,14295,'_product_id','49'),(130935,14295,'_variation_id','0'),(130936,14295,'_qty','2'),(130937,14295,'_tax_class',''),(130938,14295,'_line_subtotal','158.4'),(130939,14295,'_line_subtotal_tax','0'),(130940,14295,'_line_total','158.4'),(130941,14295,'_line_tax','0'),(130942,14295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130943,14296,'_product_id','93'),(130944,14296,'_variation_id','0'),(130945,14296,'_qty','4'),(130946,14296,'_tax_class',''),(130947,14296,'_line_subtotal','0'),(130948,14296,'_line_subtotal_tax','0'),(130949,14296,'_line_total','0'),(130950,14296,'_line_tax','0'),(130951,14296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130952,14297,'method_id','advanced_free_shipping'),(130953,14297,'instance_id','0'),(130954,14297,'cost','0.00'),(130955,14297,'total_tax','0'),(130956,14297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130957,14298,'_product_id','49'),(130958,14298,'_variation_id','0'),(130959,14298,'_qty','1'),(130960,14298,'_tax_class',''),(130961,14298,'_line_subtotal','79.2'),(130962,14298,'_line_subtotal_tax','0'),(130963,14298,'_line_total','79.2'),(130964,14298,'_line_tax','0'),(130965,14298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130966,14299,'_product_id','41'),(130967,14299,'_variation_id','0'),(130968,14299,'_qty','4'),(130969,14299,'_tax_class',''),(130970,14299,'_line_subtotal','265.92'),(130971,14299,'_line_subtotal_tax','0'),(130972,14299,'_line_total','265.92'),(130973,14299,'_line_tax','0'),(130974,14299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(130975,14300,'method_id','fedex'),(130976,14300,'instance_id','1'),(130977,14300,'cost','17.57'),(130978,14300,'total_tax','0'),(130979,14300,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(130980,14300,'Package 1','11.88 × 11 × 10.75 (in) 18.65lbs × 1'),(130981,14300,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4'),(130982,14263,'thwma_order_shipping_status','wc-pending'),(130983,14264,'thwma_order_shipping_status','wc-pending'),(130984,14265,'thwma_order_shipping_status','wc-pending'),(130985,14266,'thwma_order_shipping_status','wc-pending'),(130986,14267,'thwma_order_shipping_status','wc-pending'),(130987,14278,'thwma_order_shipping_status','wc-pending'),(130988,14279,'thwma_order_shipping_status','wc-pending'),(130989,14269,'thwma_order_shipping_status','wc-pending'),(130990,14270,'thwma_order_shipping_status','wc-pending'),(130991,14271,'thwma_order_shipping_status','wc-pending'),(130992,14272,'thwma_order_shipping_status','wc-pending'),(130993,14273,'thwma_order_shipping_status','wc-pending'),(130994,14274,'thwma_order_shipping_status','wc-pending'),(130995,14275,'thwma_order_shipping_status','wc-pending'),(130996,14276,'thwma_order_shipping_status','wc-pending'),(130997,14281,'thwma_order_shipping_status','wc-pending'),(130998,14282,'thwma_order_shipping_status','wc-pending'),(131009,14298,'thwma_order_shipping_status','wc-pending'),(131010,14299,'thwma_order_shipping_status','wc-pending'),(131011,14284,'thwma_order_shipping_status','wc-pending'),(131012,14285,'thwma_order_shipping_status','wc-pending'),(131013,14301,'_product_id','490'),(131014,14301,'_variation_id','0'),(131015,14301,'_qty','8'),(131016,14301,'_tax_class',''),(131017,14301,'_line_subtotal','156.8'),(131018,14301,'_line_subtotal_tax','0'),(131019,14301,'_line_total','156.8'),(131020,14301,'_line_tax','0'),(131021,14301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131022,14302,'_product_id','41'),(131023,14302,'_variation_id','0'),(131024,14302,'_qty','2'),(131025,14302,'_tax_class',''),(131026,14302,'_line_subtotal','132.96'),(131027,14302,'_line_subtotal_tax','0'),(131028,14302,'_line_total','132.96'),(131029,14302,'_line_tax','0'),(131030,14302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131031,14303,'_product_id','45'),(131032,14303,'_variation_id','0'),(131033,14303,'_qty','1'),(131034,14303,'_tax_class',''),(131035,14303,'_line_subtotal','42.24'),(131036,14303,'_line_subtotal_tax','0'),(131037,14303,'_line_total','42.24'),(131038,14303,'_line_tax','0'),(131039,14303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131040,14304,'_product_id','2113'),(131041,14304,'_variation_id','0'),(131042,14304,'_qty','1'),(131043,14304,'_tax_class',''),(131044,14304,'_line_subtotal','172'),(131045,14304,'_line_subtotal_tax','0'),(131046,14304,'_line_total','172'),(131047,14304,'_line_tax','0'),(131048,14304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131049,14305,'method_id','advanced_free_shipping'),(131050,14305,'instance_id','0'),(131051,14305,'cost','0.00'),(131052,14305,'total_tax','0'),(131053,14305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131118,14314,'_product_id','2110'),(131119,14314,'_variation_id','0'),(131120,14314,'_qty','7'),(131121,14314,'_tax_class',''),(131122,14314,'_line_subtotal','499.8'),(131123,14314,'_line_subtotal_tax','0'),(131124,14314,'_line_total','499.8'),(131125,14314,'_line_tax','0'),(131126,14314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131127,14315,'_product_id','41'),(131128,14315,'_variation_id','0'),(131129,14315,'_qty','7'),(131130,14315,'_tax_class',''),(131131,14315,'_line_subtotal','465.36'),(131132,14315,'_line_subtotal_tax','0'),(131133,14315,'_line_total','465.36'),(131134,14315,'_line_tax','0'),(131135,14315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131136,14316,'_product_id','43'),(131137,14316,'_variation_id','0'),(131138,14316,'_qty','7'),(131139,14316,'_tax_class',''),(131140,14316,'_line_subtotal','554.4'),(131141,14316,'_line_subtotal_tax','0'),(131142,14316,'_line_total','554.4'),(131143,14316,'_line_tax','0'),(131144,14316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131145,14317,'method_id','advanced_free_shipping'),(131146,14317,'instance_id','0'),(131147,14317,'cost','0.00'),(131148,14317,'total_tax','0'),(131149,14317,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131150,14318,'_product_id','38'),(131151,14318,'_variation_id','0'),(131152,14318,'_qty','1'),(131153,14318,'_tax_class',''),(131154,14318,'_line_subtotal','165.76'),(131155,14318,'_line_subtotal_tax','0'),(131156,14318,'_line_total','165.76'),(131157,14318,'_line_tax','0'),(131158,14318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131159,14319,'_product_id','23'),(131160,14319,'_variation_id','0'),(131161,14319,'_qty','2'),(131162,14319,'_tax_class',''),(131163,14319,'_line_subtotal','137.08'),(131164,14319,'_line_subtotal_tax','0'),(131165,14319,'_line_total','137.08'),(131166,14319,'_line_tax','0'),(131167,14319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131168,14320,'_product_id','133'),(131169,14320,'_variation_id','0'),(131170,14320,'_qty','1'),(131171,14320,'_tax_class',''),(131172,14320,'_line_subtotal','14.3'),(131173,14320,'_line_subtotal_tax','0'),(131174,14320,'_line_total','14.3'),(131175,14320,'_line_tax','0'),(131176,14320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131177,14321,'_product_id','41'),(131178,14321,'_variation_id','0'),(131179,14321,'_qty','1'),(131180,14321,'_tax_class',''),(131181,14321,'_line_subtotal','66.48'),(131182,14321,'_line_subtotal_tax','0'),(131183,14321,'_line_total','66.48'),(131184,14321,'_line_tax','0'),(131185,14321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131186,14322,'method_id','fedex'),(131187,14322,'instance_id','1'),(131188,14322,'cost','21.91'),(131189,14322,'total_tax','0'),(131190,14322,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131191,14322,'Package 1','21.56 × 16.56 × 13.19 (in) 40.26lbs × 1'),(131192,14322,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 2, Disposable Head Bands &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(131193,14323,'_product_id','39'),(131194,14323,'_variation_id','0'),(131195,14323,'_qty','1'),(131196,14323,'_tax_class',''),(131197,14323,'_line_subtotal','79.2'),(131198,14323,'_line_subtotal_tax','0'),(131199,14323,'_line_total','79.2'),(131200,14323,'_line_tax','0'),(131201,14323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131202,14324,'_product_id','40'),(131203,14324,'_variation_id','0'),(131204,14324,'_qty','1'),(131205,14324,'_tax_class',''),(131206,14324,'_line_subtotal','79.2'),(131207,14324,'_line_subtotal_tax','0'),(131208,14324,'_line_total','79.2'),(131209,14324,'_line_tax','0'),(131210,14324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131211,14325,'_product_id','42'),(131212,14325,'_variation_id','0'),(131213,14325,'_qty','1'),(131214,14325,'_tax_class',''),(131215,14325,'_line_subtotal','79.2'),(131216,14325,'_line_subtotal_tax','0'),(131217,14325,'_line_total','79.2'),(131218,14325,'_line_tax','0'),(131219,14325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131220,14326,'_product_id','43'),(131221,14326,'_variation_id','0'),(131222,14326,'_qty','1'),(131223,14326,'_tax_class',''),(131224,14326,'_line_subtotal','79.2'),(131225,14326,'_line_subtotal_tax','0'),(131226,14326,'_line_total','79.2'),(131227,14326,'_line_tax','0'),(131228,14326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131229,14327,'_product_id','49'),(131230,14327,'_variation_id','0'),(131231,14327,'_qty','1'),(131232,14327,'_tax_class',''),(131233,14327,'_line_subtotal','79.2'),(131234,14327,'_line_subtotal_tax','0'),(131235,14327,'_line_total','79.2'),(131236,14327,'_line_tax','0'),(131237,14327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131238,14328,'_product_id','2110'),(131239,14328,'_variation_id','0'),(131240,14328,'_qty','1'),(131241,14328,'_tax_class',''),(131242,14328,'_line_subtotal','71.4'),(131243,14328,'_line_subtotal_tax','0'),(131244,14328,'_line_total','71.4'),(131245,14328,'_line_tax','0'),(131246,14328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131247,14329,'_product_id','45'),(131248,14329,'_variation_id','0'),(131249,14329,'_qty','1'),(131250,14329,'_tax_class',''),(131251,14329,'_line_subtotal','42.24'),(131252,14329,'_line_subtotal_tax','0'),(131253,14329,'_line_total','42.24'),(131254,14329,'_line_tax','0'),(131255,14329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131256,14330,'_product_id','41'),(131257,14330,'_variation_id','0'),(131258,14330,'_qty','1'),(131259,14330,'_tax_class',''),(131260,14330,'_line_subtotal','66.48'),(131261,14330,'_line_subtotal_tax','0'),(131262,14330,'_line_total','66.48'),(131263,14330,'_line_tax','0'),(131264,14330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131265,14331,'method_id','advanced_free_shipping'),(131266,14331,'instance_id','0'),(131267,14331,'cost','0.00'),(131268,14331,'total_tax','0'),(131269,14331,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131270,14332,'_product_id','42'),(131271,14332,'_variation_id','0'),(131272,14332,'_qty','1'),(131273,14332,'_tax_class',''),(131274,14332,'_line_subtotal','79.2'),(131275,14332,'_line_subtotal_tax','0'),(131276,14332,'_line_total','79.2'),(131277,14332,'_line_tax','0'),(131278,14332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131279,14333,'_product_id','43'),(131280,14333,'_variation_id','0'),(131281,14333,'_qty','1'),(131282,14333,'_tax_class',''),(131283,14333,'_line_subtotal','79.2'),(131284,14333,'_line_subtotal_tax','0'),(131285,14333,'_line_total','79.2'),(131286,14333,'_line_tax','0'),(131287,14333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131288,14334,'_product_id','49'),(131289,14334,'_variation_id','0'),(131290,14334,'_qty','1'),(131291,14334,'_tax_class',''),(131292,14334,'_line_subtotal','79.2'),(131293,14334,'_line_subtotal_tax','0'),(131294,14334,'_line_total','79.2'),(131295,14334,'_line_tax','0'),(131296,14334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131297,14335,'_product_id','487'),(131298,14335,'_variation_id','0'),(131299,14335,'_qty','1'),(131300,14335,'_tax_class',''),(131301,14335,'_line_subtotal','31.35'),(131302,14335,'_line_subtotal_tax','0'),(131303,14335,'_line_total','31.35'),(131304,14335,'_line_tax','0'),(131305,14335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131306,14336,'_product_id','2110'),(131307,14336,'_variation_id','0'),(131308,14336,'_qty','1'),(131309,14336,'_tax_class',''),(131310,14336,'_line_subtotal','71.4'),(131311,14336,'_line_subtotal_tax','0'),(131312,14336,'_line_total','71.4'),(131313,14336,'_line_tax','0'),(131314,14336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131315,14337,'_product_id','2113'),(131316,14337,'_variation_id','0'),(131317,14337,'_qty','1'),(131318,14337,'_tax_class',''),(131319,14337,'_line_subtotal','172'),(131320,14337,'_line_subtotal_tax','0'),(131321,14337,'_line_total','172'),(131322,14337,'_line_tax','0'),(131323,14337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131324,14338,'_product_id','41'),(131325,14338,'_variation_id','0'),(131326,14338,'_qty','1'),(131327,14338,'_tax_class',''),(131328,14338,'_line_subtotal','66.48'),(131329,14338,'_line_subtotal_tax','0'),(131330,14338,'_line_total','66.48'),(131331,14338,'_line_tax','0'),(131332,14338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131333,14339,'method_id','advanced_free_shipping'),(131334,14339,'instance_id','0'),(131335,14339,'cost','0.00'),(131336,14339,'total_tax','0'),(131337,14339,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131338,14287,'thwma_order_shipping_status','wc-pending'),(131339,14288,'thwma_order_shipping_status','wc-pending'),(131340,14289,'thwma_order_shipping_status','wc-pending'),(131341,14290,'thwma_order_shipping_status','wc-pending'),(131342,14291,'thwma_order_shipping_status','wc-pending'),(131343,14292,'thwma_order_shipping_status','wc-pending'),(131344,14293,'thwma_order_shipping_status','wc-pending'),(131345,14294,'thwma_order_shipping_status','wc-pending'),(131346,14295,'thwma_order_shipping_status','wc-pending'),(131347,14296,'thwma_order_shipping_status','wc-pending'),(131348,14301,'thwma_order_shipping_status','wc-pending'),(131349,14302,'thwma_order_shipping_status','wc-pending'),(131350,14303,'thwma_order_shipping_status','wc-pending'),(131351,14304,'thwma_order_shipping_status','wc-pending'),(131352,14314,'thwma_order_shipping_status','wc-pending'),(131353,14315,'thwma_order_shipping_status','wc-pending'),(131354,14316,'thwma_order_shipping_status','wc-pending'),(131355,14318,'thwma_order_shipping_status','wc-pending'),(131356,14319,'thwma_order_shipping_status','wc-pending'),(131357,14320,'thwma_order_shipping_status','wc-pending'),(131358,14321,'thwma_order_shipping_status','wc-pending'),(131359,14340,'_product_id','2110'),(131360,14340,'_variation_id','0'),(131361,14340,'_qty','2'),(131362,14340,'_tax_class',''),(131363,14340,'_line_subtotal','142.8'),(131364,14340,'_line_subtotal_tax','0'),(131365,14340,'_line_total','142.8'),(131366,14340,'_line_tax','0'),(131367,14340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131368,14341,'_product_id','2113'),(131369,14341,'_variation_id','0'),(131370,14341,'_qty','1'),(131371,14341,'_tax_class',''),(131372,14341,'_line_subtotal','172'),(131373,14341,'_line_subtotal_tax','0'),(131374,14341,'_line_total','172'),(131375,14341,'_line_tax','0'),(131376,14341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131377,14342,'_product_id','42'),(131378,14342,'_variation_id','0'),(131379,14342,'_qty','2'),(131380,14342,'_tax_class',''),(131381,14342,'_line_subtotal','158.4'),(131382,14342,'_line_subtotal_tax','0'),(131383,14342,'_line_total','158.4'),(131384,14342,'_line_tax','0'),(131385,14342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131386,14343,'_product_id','41'),(131387,14343,'_variation_id','0'),(131388,14343,'_qty','2'),(131389,14343,'_tax_class',''),(131390,14343,'_line_subtotal','132.96'),(131391,14343,'_line_subtotal_tax','0'),(131392,14343,'_line_total','132.96'),(131393,14343,'_line_tax','0'),(131394,14343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131395,14344,'_product_id','45'),(131396,14344,'_variation_id','0'),(131397,14344,'_qty','2'),(131398,14344,'_tax_class',''),(131399,14344,'_line_subtotal','84.48'),(131400,14344,'_line_subtotal_tax','0'),(131401,14344,'_line_total','84.48'),(131402,14344,'_line_tax','0'),(131403,14344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131404,14345,'_product_id','2408'),(131405,14345,'_variation_id','0'),(131406,14345,'_qty','2'),(131407,14345,'_tax_class',''),(131408,14345,'_line_subtotal','298.68'),(131409,14345,'_line_subtotal_tax','0'),(131410,14345,'_line_total','298.68'),(131411,14345,'_line_tax','0'),(131412,14345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131413,14346,'_product_id','120'),(131414,14346,'_variation_id','0'),(131415,14346,'_qty','1'),(131416,14346,'_tax_class',''),(131417,14346,'_line_subtotal','52.8'),(131418,14346,'_line_subtotal_tax','0'),(131419,14346,'_line_total','52.8'),(131420,14346,'_line_tax','0'),(131421,14346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131422,14347,'_product_id','43'),(131423,14347,'_variation_id','0'),(131424,14347,'_qty','1'),(131425,14347,'_tax_class',''),(131426,14347,'_line_subtotal','79.2'),(131427,14347,'_line_subtotal_tax','0'),(131428,14347,'_line_total','79.2'),(131429,14347,'_line_tax','0'),(131430,14347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131431,14348,'_product_id','49'),(131432,14348,'_variation_id','0'),(131433,14348,'_qty','1'),(131434,14348,'_tax_class',''),(131435,14348,'_line_subtotal','79.2'),(131436,14348,'_line_subtotal_tax','0'),(131437,14348,'_line_total','79.2'),(131438,14348,'_line_tax','0'),(131439,14348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131440,14349,'_product_id','490'),(131441,14349,'_variation_id','0'),(131442,14349,'_qty','10'),(131443,14349,'_tax_class',''),(131444,14349,'_line_subtotal','196'),(131445,14349,'_line_subtotal_tax','0'),(131446,14349,'_line_total','196'),(131447,14349,'_line_tax','0'),(131448,14349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131449,14350,'_product_id','487'),(131450,14350,'_variation_id','0'),(131451,14350,'_qty','2'),(131452,14350,'_tax_class',''),(131453,14350,'_line_subtotal','62.7'),(131454,14350,'_line_subtotal_tax','0'),(131455,14350,'_line_total','62.7'),(131456,14350,'_line_tax','0'),(131457,14350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131458,14351,'method_id','advanced_free_shipping'),(131459,14351,'instance_id','0'),(131460,14351,'cost','0.00'),(131461,14351,'total_tax','0'),(131462,14351,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131463,14352,'_product_id','2113'),(131464,14352,'_variation_id','0'),(131465,14352,'_qty','1'),(131466,14352,'_tax_class',''),(131467,14352,'_line_subtotal','172'),(131468,14352,'_line_subtotal_tax','0'),(131469,14352,'_line_total','172'),(131470,14352,'_line_tax','0'),(131471,14352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131472,14353,'_product_id','41'),(131473,14353,'_variation_id','0'),(131474,14353,'_qty','1'),(131475,14353,'_tax_class',''),(131476,14353,'_line_subtotal','66.48'),(131477,14353,'_line_subtotal_tax','0'),(131478,14353,'_line_total','66.48'),(131479,14353,'_line_tax','0'),(131480,14353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131481,14354,'_product_id','45'),(131482,14354,'_variation_id','0'),(131483,14354,'_qty','2'),(131484,14354,'_tax_class',''),(131485,14354,'_line_subtotal','84.48'),(131486,14354,'_line_subtotal_tax','0'),(131487,14354,'_line_total','84.48'),(131488,14354,'_line_tax','0'),(131489,14354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131490,14355,'_product_id','490'),(131491,14355,'_variation_id','0'),(131492,14355,'_qty','9'),(131493,14355,'_tax_class',''),(131494,14355,'_line_subtotal','176.4'),(131495,14355,'_line_subtotal_tax','0'),(131496,14355,'_line_total','176.4'),(131497,14355,'_line_tax','0'),(131498,14355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131499,14356,'_product_id','2110'),(131500,14356,'_variation_id','0'),(131501,14356,'_qty','1'),(131502,14356,'_tax_class',''),(131503,14356,'_line_subtotal','71.4'),(131504,14356,'_line_subtotal_tax','0'),(131505,14356,'_line_total','71.4'),(131506,14356,'_line_tax','0'),(131507,14356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131508,14357,'_product_id','45'),(131509,14357,'_variation_id','0'),(131510,14357,'_qty','1'),(131511,14357,'_tax_class',''),(131512,14357,'_line_subtotal','42.24'),(131513,14357,'_line_subtotal_tax','0'),(131514,14357,'_line_total','42.24'),(131515,14357,'_line_tax','0'),(131516,14357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131517,14358,'method_id','advanced_free_shipping'),(131518,14358,'instance_id','0'),(131519,14358,'cost','0.00'),(131520,14358,'total_tax','0'),(131521,14358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131522,14359,'_product_id','2110'),(131523,14359,'_variation_id','0'),(131524,14359,'_qty','1'),(131525,14359,'_tax_class',''),(131526,14359,'_line_subtotal','71.4'),(131527,14359,'_line_subtotal_tax','0'),(131528,14359,'_line_total','71.4'),(131529,14359,'_line_tax','0'),(131530,14359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131531,14360,'_product_id','41'),(131532,14360,'_variation_id','0'),(131533,14360,'_qty','1'),(131534,14360,'_tax_class',''),(131535,14360,'_line_subtotal','66.48'),(131536,14360,'_line_subtotal_tax','0'),(131537,14360,'_line_total','66.48'),(131538,14360,'_line_tax','0'),(131539,14360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131540,14361,'_product_id','45'),(131541,14361,'_variation_id','0'),(131542,14361,'_qty','3'),(131543,14361,'_tax_class',''),(131544,14361,'_line_subtotal','126.72'),(131545,14361,'_line_subtotal_tax','0'),(131546,14361,'_line_total','126.72'),(131547,14361,'_line_tax','0'),(131548,14361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131549,14362,'_product_id','44'),(131550,14362,'_variation_id','0'),(131551,14362,'_qty','2'),(131552,14362,'_tax_class',''),(131553,14362,'_line_subtotal','232.32'),(131554,14362,'_line_subtotal_tax','0'),(131555,14362,'_line_total','232.32'),(131556,14362,'_line_tax','0'),(131557,14362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131558,14363,'_product_id','39'),(131559,14363,'_variation_id','0'),(131560,14363,'_qty','1'),(131561,14363,'_tax_class',''),(131562,14363,'_line_subtotal','79.2'),(131563,14363,'_line_subtotal_tax','0'),(131564,14363,'_line_total','79.2'),(131565,14363,'_line_tax','0'),(131566,14363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131567,14364,'_product_id','40'),(131568,14364,'_variation_id','0'),(131569,14364,'_qty','1'),(131570,14364,'_tax_class',''),(131571,14364,'_line_subtotal','79.2'),(131572,14364,'_line_subtotal_tax','0'),(131573,14364,'_line_total','79.2'),(131574,14364,'_line_tax','0'),(131575,14364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131576,14365,'_product_id','487'),(131577,14365,'_variation_id','0'),(131578,14365,'_qty','2'),(131579,14365,'_tax_class',''),(131580,14365,'_line_subtotal','62.7'),(131581,14365,'_line_subtotal_tax','0'),(131582,14365,'_line_total','62.7'),(131583,14365,'_line_tax','0'),(131584,14365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131585,14366,'_product_id','490'),(131586,14366,'_variation_id','0'),(131587,14366,'_qty','10'),(131588,14366,'_tax_class',''),(131589,14366,'_line_subtotal','196'),(131590,14366,'_line_subtotal_tax','0'),(131591,14366,'_line_total','196'),(131592,14366,'_line_tax','0'),(131593,14366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131594,14367,'_product_id','42'),(131595,14367,'_variation_id','0'),(131596,14367,'_qty','2'),(131597,14367,'_tax_class',''),(131598,14367,'_line_subtotal','158.4'),(131599,14367,'_line_subtotal_tax','0'),(131600,14367,'_line_total','158.4'),(131601,14367,'_line_tax','0'),(131602,14367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131603,14368,'_product_id','2110'),(131604,14368,'_variation_id','0'),(131605,14368,'_qty','2'),(131606,14368,'_tax_class',''),(131607,14368,'_line_subtotal','142.8'),(131608,14368,'_line_subtotal_tax','0'),(131609,14368,'_line_total','142.8'),(131610,14368,'_line_tax','0'),(131611,14368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131612,14369,'_product_id','45'),(131613,14369,'_variation_id','0'),(131614,14369,'_qty','2'),(131615,14369,'_tax_class',''),(131616,14369,'_line_subtotal','84.48'),(131617,14369,'_line_subtotal_tax','0'),(131618,14369,'_line_total','84.48'),(131619,14369,'_line_tax','0'),(131620,14369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131621,14370,'_product_id','487'),(131622,14370,'_variation_id','0'),(131623,14370,'_qty','2'),(131624,14370,'_tax_class',''),(131625,14370,'_line_subtotal','62.7'),(131626,14370,'_line_subtotal_tax','0'),(131627,14370,'_line_total','62.7'),(131628,14370,'_line_tax','0'),(131629,14370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131630,14371,'_product_id','490'),(131631,14371,'_variation_id','0'),(131632,14371,'_qty','5'),(131633,14371,'_tax_class',''),(131634,14371,'_line_subtotal','98'),(131635,14371,'_line_subtotal_tax','0'),(131636,14371,'_line_total','98'),(131637,14371,'_line_tax','0'),(131638,14371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131639,14372,'_product_id','488'),(131640,14372,'_variation_id','0'),(131641,14372,'_qty','1'),(131642,14372,'_tax_class',''),(131643,14372,'_line_subtotal','31.35'),(131644,14372,'_line_subtotal_tax','0'),(131645,14372,'_line_total','31.35'),(131646,14372,'_line_tax','0'),(131647,14372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131648,14373,'_product_id','487'),(131649,14373,'_variation_id','0'),(131650,14373,'_qty','2'),(131651,14373,'_tax_class',''),(131652,14373,'_line_subtotal','62.7'),(131653,14373,'_line_subtotal_tax','0'),(131654,14373,'_line_total','62.7'),(131655,14373,'_line_tax','0'),(131656,14373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131657,14374,'_product_id','42'),(131658,14374,'_variation_id','0'),(131659,14374,'_qty','1'),(131660,14374,'_tax_class',''),(131661,14374,'_line_subtotal','79.2'),(131662,14374,'_line_subtotal_tax','0'),(131663,14374,'_line_total','79.2'),(131664,14374,'_line_tax','0'),(131665,14374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131666,14375,'_product_id','2110'),(131667,14375,'_variation_id','0'),(131668,14375,'_qty','1'),(131669,14375,'_tax_class',''),(131670,14375,'_line_subtotal','71.4'),(131671,14375,'_line_subtotal_tax','0'),(131672,14375,'_line_total','71.4'),(131673,14375,'_line_tax','0'),(131674,14375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131675,14376,'_product_id','45'),(131676,14376,'_variation_id','0'),(131677,14376,'_qty','1'),(131678,14376,'_tax_class',''),(131679,14376,'_line_subtotal','42.24'),(131680,14376,'_line_subtotal_tax','0'),(131681,14376,'_line_total','42.24'),(131682,14376,'_line_tax','0'),(131683,14376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131684,14377,'_product_id','41'),(131685,14377,'_variation_id','0'),(131686,14377,'_qty','1'),(131687,14377,'_tax_class',''),(131688,14377,'_line_subtotal','66.48'),(131689,14377,'_line_subtotal_tax','0'),(131690,14377,'_line_total','66.48'),(131691,14377,'_line_tax','0'),(131692,14377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131693,14378,'_product_id','43'),(131694,14378,'_variation_id','0'),(131695,14378,'_qty','1'),(131696,14378,'_tax_class',''),(131697,14378,'_line_subtotal','79.2'),(131698,14378,'_line_subtotal_tax','0'),(131699,14378,'_line_total','79.2'),(131700,14378,'_line_tax','0'),(131701,14378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131702,14379,'_product_id','49'),(131703,14379,'_variation_id','0'),(131704,14379,'_qty','1'),(131705,14379,'_tax_class',''),(131706,14379,'_line_subtotal','79.2'),(131707,14379,'_line_subtotal_tax','0'),(131708,14379,'_line_total','79.2'),(131709,14379,'_line_tax','0'),(131710,14379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131711,14380,'method_id','advanced_free_shipping'),(131712,14380,'instance_id','0'),(131713,14380,'cost','0.00'),(131714,14380,'total_tax','0'),(131715,14380,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131716,14381,'_product_id','40'),(131717,14381,'_variation_id','0'),(131718,14381,'_qty','1'),(131719,14381,'_tax_class',''),(131720,14381,'_line_subtotal','79.2'),(131721,14381,'_line_subtotal_tax','0'),(131722,14381,'_line_total','79.2'),(131723,14381,'_line_tax','0'),(131724,14381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131725,14382,'_product_id','120'),(131726,14382,'_variation_id','0'),(131727,14382,'_qty','1'),(131728,14382,'_tax_class',''),(131729,14382,'_line_subtotal','52.8'),(131730,14382,'_line_subtotal_tax','0'),(131731,14382,'_line_total','52.8'),(131732,14382,'_line_tax','0'),(131733,14382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131734,14383,'_product_id','43'),(131735,14383,'_variation_id','0'),(131736,14383,'_qty','2'),(131737,14383,'_tax_class',''),(131738,14383,'_line_subtotal','158.4'),(131739,14383,'_line_subtotal_tax','0'),(131740,14383,'_line_total','158.4'),(131741,14383,'_line_tax','0'),(131742,14383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131743,14384,'_product_id','49'),(131744,14384,'_variation_id','0'),(131745,14384,'_qty','1'),(131746,14384,'_tax_class',''),(131747,14384,'_line_subtotal','79.2'),(131748,14384,'_line_subtotal_tax','0'),(131749,14384,'_line_total','79.2'),(131750,14384,'_line_tax','0'),(131751,14384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131752,14385,'_product_id','487'),(131753,14385,'_variation_id','0'),(131754,14385,'_qty','1'),(131755,14385,'_tax_class',''),(131756,14385,'_line_subtotal','31.35'),(131757,14385,'_line_subtotal_tax','0'),(131758,14385,'_line_total','31.35'),(131759,14385,'_line_tax','0'),(131760,14385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131761,14386,'_product_id','2110'),(131762,14386,'_variation_id','0'),(131763,14386,'_qty','2'),(131764,14386,'_tax_class',''),(131765,14386,'_line_subtotal','142.8'),(131766,14386,'_line_subtotal_tax','0'),(131767,14386,'_line_total','142.8'),(131768,14386,'_line_tax','0'),(131769,14386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131770,14387,'_product_id','2113'),(131771,14387,'_variation_id','0'),(131772,14387,'_qty','2'),(131773,14387,'_tax_class',''),(131774,14387,'_line_subtotal','344'),(131775,14387,'_line_subtotal_tax','0'),(131776,14387,'_line_total','344'),(131777,14387,'_line_tax','0'),(131778,14387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131779,14388,'_product_id','45'),(131780,14388,'_variation_id','0'),(131781,14388,'_qty','3'),(131782,14388,'_tax_class',''),(131783,14388,'_line_subtotal','126.72'),(131784,14388,'_line_subtotal_tax','0'),(131785,14388,'_line_total','126.72'),(131786,14388,'_line_tax','0'),(131787,14388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131788,14389,'_product_id','41'),(131789,14389,'_variation_id','0'),(131790,14389,'_qty','2'),(131791,14389,'_tax_class',''),(131792,14389,'_line_subtotal','132.96'),(131793,14389,'_line_subtotal_tax','0'),(131794,14389,'_line_total','132.96'),(131795,14389,'_line_tax','0'),(131796,14389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131797,14390,'_product_id','42'),(131798,14390,'_variation_id','0'),(131799,14390,'_qty','1'),(131800,14390,'_tax_class',''),(131801,14390,'_line_subtotal','79.2'),(131802,14390,'_line_subtotal_tax','0'),(131803,14390,'_line_total','79.2'),(131804,14390,'_line_tax','0'),(131805,14390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131806,14391,'method_id','advanced_free_shipping'),(131807,14391,'instance_id','0'),(131808,14391,'cost','0.00'),(131809,14391,'total_tax','0'),(131810,14391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131811,14392,'_product_id','120'),(131812,14392,'_variation_id','0'),(131813,14392,'_qty','2'),(131814,14392,'_tax_class',''),(131815,14392,'_line_subtotal','105.6'),(131816,14392,'_line_subtotal_tax','0'),(131817,14392,'_line_total','105.6'),(131818,14392,'_line_tax','0'),(131819,14392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131820,14393,'_product_id','2110'),(131821,14393,'_variation_id','0'),(131822,14393,'_qty','2'),(131823,14393,'_tax_class',''),(131824,14393,'_line_subtotal','142.8'),(131825,14393,'_line_subtotal_tax','0'),(131826,14393,'_line_total','142.8'),(131827,14393,'_line_tax','0'),(131828,14393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131829,14394,'_product_id','41'),(131830,14394,'_variation_id','0'),(131831,14394,'_qty','2'),(131832,14394,'_tax_class',''),(131833,14394,'_line_subtotal','132.96'),(131834,14394,'_line_subtotal_tax','0'),(131835,14394,'_line_total','132.96'),(131836,14394,'_line_tax','0'),(131837,14394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131838,14395,'_product_id','487'),(131839,14395,'_variation_id','0'),(131840,14395,'_qty','1'),(131841,14395,'_tax_class',''),(131842,14395,'_line_subtotal','31.35'),(131843,14395,'_line_subtotal_tax','0'),(131844,14395,'_line_total','31.35'),(131845,14395,'_line_tax','0'),(131846,14395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131847,14396,'_product_id','488'),(131848,14396,'_variation_id','0'),(131849,14396,'_qty','1'),(131850,14396,'_tax_class',''),(131851,14396,'_line_subtotal','31.35'),(131852,14396,'_line_subtotal_tax','0'),(131853,14396,'_line_total','31.35'),(131854,14396,'_line_tax','0'),(131855,14396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131856,14397,'_product_id','41'),(131857,14397,'_variation_id','0'),(131858,14397,'_qty','1'),(131859,14397,'_tax_class',''),(131860,14397,'_line_subtotal','66.48'),(131861,14397,'_line_subtotal_tax','0'),(131862,14397,'_line_total','66.48'),(131863,14397,'_line_tax','0'),(131864,14397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131865,14398,'method_id','advanced_free_shipping'),(131866,14398,'instance_id','0'),(131867,14398,'cost','0.00'),(131868,14398,'total_tax','0'),(131869,14398,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131870,14399,'_product_id','23'),(131871,14399,'_variation_id','0'),(131872,14399,'_qty','5'),(131873,14399,'_tax_class',''),(131874,14399,'_line_subtotal','342.7'),(131875,14399,'_line_subtotal_tax','0'),(131876,14399,'_line_total','342.7'),(131877,14399,'_line_tax','0'),(131878,14399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131879,14400,'_product_id','39'),(131880,14400,'_variation_id','0'),(131881,14400,'_qty','1'),(131882,14400,'_tax_class',''),(131883,14400,'_line_subtotal','79.2'),(131884,14400,'_line_subtotal_tax','0'),(131885,14400,'_line_total','79.2'),(131886,14400,'_line_tax','0'),(131887,14400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131888,14401,'_product_id','490'),(131889,14401,'_variation_id','0'),(131890,14401,'_qty','5'),(131891,14401,'_tax_class',''),(131892,14401,'_line_subtotal','98'),(131893,14401,'_line_subtotal_tax','0'),(131894,14401,'_line_total','98'),(131895,14401,'_line_tax','0'),(131896,14401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131897,14402,'method_id','advanced_free_shipping'),(131898,14402,'instance_id','0'),(131899,14402,'cost','0.00'),(131900,14402,'total_tax','0'),(131901,14402,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131902,14403,'_product_id','120'),(131903,14403,'_variation_id','0'),(131904,14403,'_qty','1'),(131905,14403,'_tax_class',''),(131906,14403,'_line_subtotal','52.8'),(131907,14403,'_line_subtotal_tax','0'),(131908,14403,'_line_total','52.8'),(131909,14403,'_line_tax','0'),(131910,14403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131911,14404,'_product_id','116'),(131912,14404,'_variation_id','0'),(131913,14404,'_qty','1'),(131914,14404,'_tax_class',''),(131915,14404,'_line_subtotal','145.44'),(131916,14404,'_line_subtotal_tax','0'),(131917,14404,'_line_total','145.44'),(131918,14404,'_line_tax','0'),(131919,14404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(131920,14405,'method_id','fedex'),(131921,14405,'instance_id','1'),(131922,14405,'cost','16.73'),(131923,14405,'total_tax','0'),(131924,14405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(131925,14405,'Package 1','15.81 × 12.94 × 10.19 (in) 14.64lbs × 1'),(131926,14405,'Items','Preventive Spray 2oz(Case of 24) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1'),(131927,14323,'thwma_order_shipping_status','wc-pending'),(131928,14324,'thwma_order_shipping_status','wc-pending'),(131929,14325,'thwma_order_shipping_status','wc-pending'),(131930,14326,'thwma_order_shipping_status','wc-pending'),(131931,14327,'thwma_order_shipping_status','wc-pending'),(131932,14328,'thwma_order_shipping_status','wc-pending'),(131933,14329,'thwma_order_shipping_status','wc-pending'),(131934,14330,'thwma_order_shipping_status','wc-pending'),(131935,14359,'thwma_order_shipping_status','wc-pending'),(131936,14360,'thwma_order_shipping_status','wc-pending'),(131937,14361,'thwma_order_shipping_status','wc-pending'),(131938,14362,'thwma_order_shipping_status','wc-pending'),(131939,14363,'thwma_order_shipping_status','wc-pending'),(131940,14364,'thwma_order_shipping_status','wc-pending'),(131941,14365,'thwma_order_shipping_status','wc-pending'),(131942,14366,'thwma_order_shipping_status','wc-pending'),(131943,14367,'thwma_order_shipping_status','wc-pending'),(131944,14368,'thwma_order_shipping_status','wc-pending'),(131945,14369,'thwma_order_shipping_status','wc-pending'),(131946,14370,'thwma_order_shipping_status','wc-pending'),(131947,14371,'thwma_order_shipping_status','wc-pending'),(131948,14372,'thwma_order_shipping_status','wc-pending'),(131949,14373,'thwma_order_shipping_status','wc-pending'),(131950,14374,'thwma_order_shipping_status','wc-pending'),(131951,14375,'thwma_order_shipping_status','wc-pending'),(131952,14376,'thwma_order_shipping_status','wc-pending'),(131953,14377,'thwma_order_shipping_status','wc-pending'),(131954,14378,'thwma_order_shipping_status','wc-pending'),(131955,14379,'thwma_order_shipping_status','wc-pending'),(131956,14381,'thwma_order_shipping_status','wc-pending'),(131957,14382,'thwma_order_shipping_status','wc-pending'),(131958,14383,'thwma_order_shipping_status','wc-pending'),(131959,14384,'thwma_order_shipping_status','wc-pending'),(131960,14385,'thwma_order_shipping_status','wc-pending'),(131961,14386,'thwma_order_shipping_status','wc-pending'),(131962,14387,'thwma_order_shipping_status','wc-pending'),(131963,14388,'thwma_order_shipping_status','wc-pending'),(131964,14389,'thwma_order_shipping_status','wc-pending'),(131965,14390,'thwma_order_shipping_status','wc-pending'),(131966,14332,'thwma_order_shipping_status','wc-pending'),(131967,14333,'thwma_order_shipping_status','wc-pending'),(131968,14334,'thwma_order_shipping_status','wc-pending'),(131969,14335,'thwma_order_shipping_status','wc-pending'),(131970,14336,'thwma_order_shipping_status','wc-pending'),(131971,14337,'thwma_order_shipping_status','wc-pending'),(131972,14338,'thwma_order_shipping_status','wc-pending'),(131973,14340,'thwma_order_shipping_status','wc-pending'),(131974,14341,'thwma_order_shipping_status','wc-pending'),(131975,14342,'thwma_order_shipping_status','wc-pending'),(131976,14343,'thwma_order_shipping_status','wc-pending'),(131977,14344,'thwma_order_shipping_status','wc-pending'),(131978,14345,'thwma_order_shipping_status','wc-pending'),(131979,14346,'thwma_order_shipping_status','wc-pending'),(131980,14347,'thwma_order_shipping_status','wc-pending'),(131981,14348,'thwma_order_shipping_status','wc-pending'),(131982,14349,'thwma_order_shipping_status','wc-pending'),(131983,14350,'thwma_order_shipping_status','wc-pending'),(131990,14352,'thwma_order_shipping_status','wc-pending'),(131991,14353,'thwma_order_shipping_status','wc-pending'),(131992,14354,'thwma_order_shipping_status','wc-pending'),(131993,14355,'thwma_order_shipping_status','wc-pending'),(131994,14356,'thwma_order_shipping_status','wc-pending'),(131995,14357,'thwma_order_shipping_status','wc-pending'),(132002,14392,'thwma_order_shipping_status','wc-pending'),(132003,14393,'thwma_order_shipping_status','wc-pending'),(132004,14394,'thwma_order_shipping_status','wc-pending'),(132005,14395,'thwma_order_shipping_status','wc-pending'),(132006,14396,'thwma_order_shipping_status','wc-pending'),(132007,14397,'thwma_order_shipping_status','wc-pending'),(132008,14399,'thwma_order_shipping_status','wc-pending'),(132009,14400,'thwma_order_shipping_status','wc-pending'),(132010,14401,'thwma_order_shipping_status','wc-pending'),(132011,14403,'thwma_order_shipping_status','wc-pending'),(132012,14404,'thwma_order_shipping_status','wc-pending'),(132013,14406,'_product_id','45'),(132014,14406,'_variation_id','0'),(132015,14406,'_qty','3'),(132016,14406,'_tax_class',''),(132017,14406,'_line_subtotal','126.72'),(132018,14406,'_line_subtotal_tax','0'),(132019,14406,'_line_total','126.72'),(132020,14406,'_line_tax','0'),(132021,14406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132022,14407,'_product_id','39'),(132023,14407,'_variation_id','0'),(132024,14407,'_qty','1'),(132025,14407,'_tax_class',''),(132026,14407,'_line_subtotal','79.2'),(132027,14407,'_line_subtotal_tax','0'),(132028,14407,'_line_total','79.2'),(132029,14407,'_line_tax','0'),(132030,14407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132031,14408,'_product_id','40'),(132032,14408,'_variation_id','0'),(132033,14408,'_qty','1'),(132034,14408,'_tax_class',''),(132035,14408,'_line_subtotal','79.2'),(132036,14408,'_line_subtotal_tax','0'),(132037,14408,'_line_total','79.2'),(132038,14408,'_line_tax','0'),(132039,14408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132040,14409,'_product_id','2408'),(132041,14409,'_variation_id','0'),(132042,14409,'_qty','5'),(132043,14409,'_tax_class',''),(132044,14409,'_line_subtotal','746.7'),(132045,14409,'_line_subtotal_tax','0'),(132046,14409,'_line_total','746.7'),(132047,14409,'_line_tax','0'),(132048,14409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132049,14410,'method_id','advanced_free_shipping'),(132050,14410,'instance_id','0'),(132051,14410,'cost','0.00'),(132052,14410,'total_tax','0'),(132053,14410,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132054,14411,'_product_id','45'),(132055,14411,'_variation_id','0'),(132056,14411,'_qty','3'),(132057,14411,'_tax_class',''),(132058,14411,'_line_subtotal','126.72'),(132059,14411,'_line_subtotal_tax','0'),(132060,14411,'_line_total','126.72'),(132061,14411,'_line_tax','0'),(132062,14411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132063,14412,'_product_id','39'),(132064,14412,'_variation_id','0'),(132065,14412,'_qty','1'),(132066,14412,'_tax_class',''),(132067,14412,'_line_subtotal','79.2'),(132068,14412,'_line_subtotal_tax','0'),(132069,14412,'_line_total','79.2'),(132070,14412,'_line_tax','0'),(132071,14412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132072,14413,'_product_id','40'),(132073,14413,'_variation_id','0'),(132074,14413,'_qty','1'),(132075,14413,'_tax_class',''),(132076,14413,'_line_subtotal','79.2'),(132077,14413,'_line_subtotal_tax','0'),(132078,14413,'_line_total','79.2'),(132079,14413,'_line_tax','0'),(132080,14413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132081,14414,'_product_id','2408'),(132082,14414,'_variation_id','0'),(132083,14414,'_qty','5'),(132084,14414,'_tax_class',''),(132085,14414,'_line_subtotal','746.7'),(132086,14414,'_line_subtotal_tax','0'),(132087,14414,'_line_total','746.7'),(132088,14414,'_line_tax','0'),(132089,14414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132090,14415,'method_id','advanced_free_shipping'),(132091,14415,'instance_id','0'),(132092,14415,'cost','0.00'),(132093,14415,'total_tax','0'),(132094,14415,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132095,14416,'_product_id','45'),(132096,14416,'_variation_id','0'),(132097,14416,'_qty','3'),(132098,14416,'_tax_class',''),(132099,14416,'_line_subtotal','126.72'),(132100,14416,'_line_subtotal_tax','0'),(132101,14416,'_line_total','126.72'),(132102,14416,'_line_tax','0'),(132103,14416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132104,14417,'_product_id','39'),(132105,14417,'_variation_id','0'),(132106,14417,'_qty','1'),(132107,14417,'_tax_class',''),(132108,14417,'_line_subtotal','79.2'),(132109,14417,'_line_subtotal_tax','0'),(132110,14417,'_line_total','79.2'),(132111,14417,'_line_tax','0'),(132112,14417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132113,14418,'_product_id','40'),(132114,14418,'_variation_id','0'),(132115,14418,'_qty','1'),(132116,14418,'_tax_class',''),(132117,14418,'_line_subtotal','79.2'),(132118,14418,'_line_subtotal_tax','0'),(132119,14418,'_line_total','79.2'),(132120,14418,'_line_tax','0'),(132121,14418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132122,14419,'_product_id','2408'),(132123,14419,'_variation_id','0'),(132124,14419,'_qty','5'),(132125,14419,'_tax_class',''),(132126,14419,'_line_subtotal','746.7'),(132127,14419,'_line_subtotal_tax','0'),(132128,14419,'_line_total','746.7'),(132129,14419,'_line_tax','0'),(132130,14419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132131,14420,'method_id','advanced_free_shipping'),(132132,14420,'instance_id','0'),(132133,14420,'cost','0.00'),(132134,14420,'total_tax','0'),(132135,14420,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132136,14421,'_product_id','45'),(132137,14421,'_variation_id','0'),(132138,14421,'_qty','3'),(132139,14421,'_tax_class',''),(132140,14421,'_line_subtotal','126.72'),(132141,14421,'_line_subtotal_tax','0'),(132142,14421,'_line_total','126.72'),(132143,14421,'_line_tax','0'),(132144,14421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132145,14422,'_product_id','2110'),(132146,14422,'_variation_id','0'),(132147,14422,'_qty','3'),(132148,14422,'_tax_class',''),(132149,14422,'_line_subtotal','214.2'),(132150,14422,'_line_subtotal_tax','0'),(132151,14422,'_line_total','214.2'),(132152,14422,'_line_tax','0'),(132153,14422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132154,14423,'_product_id','490'),(132155,14423,'_variation_id','0'),(132156,14423,'_qty','10'),(132157,14423,'_tax_class',''),(132158,14423,'_line_subtotal','196'),(132159,14423,'_line_subtotal_tax','0'),(132160,14423,'_line_total','196'),(132161,14423,'_line_tax','0'),(132162,14423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132163,14424,'method_id','advanced_free_shipping'),(132164,14424,'instance_id','0'),(132165,14424,'cost','0.00'),(132166,14424,'total_tax','0'),(132167,14424,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132168,14425,'_product_id','41'),(132169,14425,'_variation_id','0'),(132170,14425,'_qty','3'),(132171,14425,'_tax_class',''),(132172,14425,'_line_subtotal','199.44'),(132173,14425,'_line_subtotal_tax','0'),(132174,14425,'_line_total','199.44'),(132175,14425,'_line_tax','0'),(132176,14425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132177,14426,'_product_id','133'),(132178,14426,'_variation_id','0'),(132179,14426,'_qty','7'),(132180,14426,'_tax_class',''),(132181,14426,'_line_subtotal','100.1'),(132182,14426,'_line_subtotal_tax','0'),(132183,14426,'_line_total','100.1'),(132184,14426,'_line_tax','0'),(132185,14426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132186,14427,'_product_id','490'),(132187,14427,'_variation_id','0'),(132188,14427,'_qty','5'),(132189,14427,'_tax_class',''),(132190,14427,'_line_subtotal','98'),(132191,14427,'_line_subtotal_tax','0'),(132192,14427,'_line_total','98'),(132193,14427,'_line_tax','0'),(132194,14427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132195,14428,'method_id','fedex'),(132196,14428,'instance_id','1'),(132197,14428,'cost','20.90'),(132198,14428,'total_tax','0'),(132199,14428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132200,14428,'Package 1','21.56 × 16.56 × 13.19 (in) 29.91lbs × 1'),(132201,14428,'Items','Professional Lice Comb(Case of 12) &times; 3, Disposable Head Bands &times; 7, Bulk Active Rinse 100% RM &times; 5'),(132202,14429,'_product_id','2110'),(132203,14429,'_variation_id','0'),(132204,14429,'_qty','2'),(132205,14429,'_tax_class',''),(132206,14429,'_line_subtotal','142.8'),(132207,14429,'_line_subtotal_tax','0'),(132208,14429,'_line_total','142.8'),(132209,14429,'_line_tax','0'),(132210,14429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132211,14430,'_product_id','45'),(132212,14430,'_variation_id','0'),(132213,14430,'_qty','3'),(132214,14430,'_tax_class',''),(132215,14430,'_line_subtotal','126.72'),(132216,14430,'_line_subtotal_tax','0'),(132217,14430,'_line_total','126.72'),(132218,14430,'_line_tax','0'),(132219,14430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132220,14431,'_product_id','490'),(132221,14431,'_variation_id','0'),(132222,14431,'_qty','10'),(132223,14431,'_tax_class',''),(132224,14431,'_line_subtotal','196'),(132225,14431,'_line_subtotal_tax','0'),(132226,14431,'_line_total','196'),(132227,14431,'_line_tax','0'),(132228,14431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132229,14432,'_product_id','42'),(132230,14432,'_variation_id','0'),(132231,14432,'_qty','2'),(132232,14432,'_tax_class',''),(132233,14432,'_line_subtotal','158.4'),(132234,14432,'_line_subtotal_tax','0'),(132235,14432,'_line_total','158.4'),(132236,14432,'_line_tax','0'),(132237,14432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132238,14433,'_product_id','487'),(132239,14433,'_variation_id','0'),(132240,14433,'_qty','3'),(132241,14433,'_tax_class',''),(132242,14433,'_line_subtotal','94.05'),(132243,14433,'_line_subtotal_tax','0'),(132244,14433,'_line_total','94.05'),(132245,14433,'_line_tax','0'),(132246,14433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132247,14434,'_product_id','488'),(132248,14434,'_variation_id','0'),(132249,14434,'_qty','1'),(132250,14434,'_tax_class',''),(132251,14434,'_line_subtotal','31.35'),(132252,14434,'_line_subtotal_tax','0'),(132253,14434,'_line_total','31.35'),(132254,14434,'_line_tax','0'),(132255,14434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132256,14435,'method_id','advanced_free_shipping'),(132257,14435,'instance_id','0'),(132258,14435,'cost','0.00'),(132259,14435,'total_tax','0'),(132260,14435,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132261,14416,'thwma_order_shipping_status','wc-pending'),(132262,14417,'thwma_order_shipping_status','wc-pending'),(132263,14418,'thwma_order_shipping_status','wc-pending'),(132264,14419,'thwma_order_shipping_status','wc-pending'),(132265,14425,'thwma_order_shipping_status','wc-pending'),(132266,14426,'thwma_order_shipping_status','wc-pending'),(132267,14427,'thwma_order_shipping_status','wc-pending'),(132268,14421,'thwma_order_shipping_status','wc-pending'),(132269,14422,'thwma_order_shipping_status','wc-pending'),(132270,14423,'thwma_order_shipping_status','wc-pending'),(132271,14436,'_product_id','40'),(132272,14436,'_variation_id','0'),(132273,14436,'_qty','1'),(132274,14436,'_tax_class',''),(132275,14436,'_line_subtotal','79.2'),(132276,14436,'_line_subtotal_tax','0'),(132277,14436,'_line_total','79.2'),(132278,14436,'_line_tax','0'),(132279,14436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132280,14437,'_product_id','39'),(132281,14437,'_variation_id','0'),(132282,14437,'_qty','1'),(132283,14437,'_tax_class',''),(132284,14437,'_line_subtotal','79.2'),(132285,14437,'_line_subtotal_tax','0'),(132286,14437,'_line_total','79.2'),(132287,14437,'_line_tax','0'),(132288,14437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132289,14438,'_product_id','43'),(132290,14438,'_variation_id','0'),(132291,14438,'_qty','2'),(132292,14438,'_tax_class',''),(132293,14438,'_line_subtotal','158.4'),(132294,14438,'_line_subtotal_tax','0'),(132295,14438,'_line_total','158.4'),(132296,14438,'_line_tax','0'),(132297,14438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132298,14439,'_product_id','41'),(132299,14439,'_variation_id','0'),(132300,14439,'_qty','5'),(132301,14439,'_tax_class',''),(132302,14439,'_line_subtotal','332.4'),(132303,14439,'_line_subtotal_tax','0'),(132304,14439,'_line_total','332.4'),(132305,14439,'_line_tax','0'),(132306,14439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132307,14440,'_product_id','45'),(132308,14440,'_variation_id','0'),(132309,14440,'_qty','4'),(132310,14440,'_tax_class',''),(132311,14440,'_line_subtotal','168.96'),(132312,14440,'_line_subtotal_tax','0'),(132313,14440,'_line_total','168.96'),(132314,14440,'_line_tax','0'),(132315,14440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132316,14441,'_product_id','23'),(132317,14441,'_variation_id','0'),(132318,14441,'_qty','3'),(132319,14441,'_tax_class',''),(132320,14441,'_line_subtotal','205.62'),(132321,14441,'_line_subtotal_tax','0'),(132322,14441,'_line_total','205.62'),(132323,14441,'_line_tax','0'),(132324,14441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132325,14442,'_product_id','38'),(132326,14442,'_variation_id','0'),(132327,14442,'_qty','3'),(132328,14442,'_tax_class',''),(132329,14442,'_line_subtotal','497.28'),(132330,14442,'_line_subtotal_tax','0'),(132331,14442,'_line_total','497.28'),(132332,14442,'_line_tax','0'),(132333,14442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132334,14443,'method_id','advanced_free_shipping'),(132335,14443,'instance_id','0'),(132336,14443,'cost','0.00'),(132337,14443,'total_tax','0'),(132338,14443,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132747,14492,'_product_id','41'),(132748,14492,'_variation_id','0'),(132749,14492,'_qty','6'),(132750,14492,'_tax_class',''),(132751,14492,'_line_subtotal','398.88'),(132752,14492,'_line_subtotal_tax','0'),(132753,14492,'_line_total','398.88'),(132754,14492,'_line_tax','0'),(132755,14492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132756,14493,'_product_id','42'),(132757,14493,'_variation_id','0'),(132758,14493,'_qty','6'),(132759,14493,'_tax_class',''),(132760,14493,'_line_subtotal','475.2'),(132761,14493,'_line_subtotal_tax','0'),(132762,14493,'_line_total','475.2'),(132763,14493,'_line_tax','0'),(132764,14493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132765,14494,'_product_id','39'),(132766,14494,'_variation_id','0'),(132767,14494,'_qty','2'),(132768,14494,'_tax_class',''),(132769,14494,'_line_subtotal','158.4'),(132770,14494,'_line_subtotal_tax','0'),(132771,14494,'_line_total','158.4'),(132772,14494,'_line_tax','0'),(132773,14494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132774,14495,'_product_id','40'),(132775,14495,'_variation_id','0'),(132776,14495,'_qty','2'),(132777,14495,'_tax_class',''),(132778,14495,'_line_subtotal','158.4'),(132779,14495,'_line_subtotal_tax','0'),(132780,14495,'_line_total','158.4'),(132781,14495,'_line_tax','0'),(132782,14495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132783,14496,'_product_id','49'),(132784,14496,'_variation_id','0'),(132785,14496,'_qty','2'),(132786,14496,'_tax_class',''),(132787,14496,'_line_subtotal','158.4'),(132788,14496,'_line_subtotal_tax','0'),(132789,14496,'_line_total','158.4'),(132790,14496,'_line_tax','0'),(132791,14496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132792,14497,'_product_id','490'),(132793,14497,'_variation_id','0'),(132794,14497,'_qty','8'),(132795,14497,'_tax_class',''),(132796,14497,'_line_subtotal','156.8'),(132797,14497,'_line_subtotal_tax','0'),(132798,14497,'_line_total','156.8'),(132799,14497,'_line_tax','0'),(132800,14497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132801,14498,'_product_id','487'),(132802,14498,'_variation_id','0'),(132803,14498,'_qty','3'),(132804,14498,'_tax_class',''),(132805,14498,'_line_subtotal','94.05'),(132806,14498,'_line_subtotal_tax','0'),(132807,14498,'_line_total','94.05'),(132808,14498,'_line_tax','0'),(132809,14498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132810,14499,'method_id','advanced_free_shipping'),(132811,14499,'instance_id','0'),(132812,14499,'cost','0.00'),(132813,14499,'total_tax','0'),(132814,14499,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(132815,14500,'_product_id','41'),(132816,14500,'_variation_id','0'),(132817,14500,'_qty','6'),(132818,14500,'_tax_class',''),(132819,14500,'_line_subtotal','398.88'),(132820,14500,'_line_subtotal_tax','0'),(132821,14500,'_line_total','398.88'),(132822,14500,'_line_tax','0'),(132823,14500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132824,14501,'_product_id','42'),(132825,14501,'_variation_id','0'),(132826,14501,'_qty','6'),(132827,14501,'_tax_class',''),(132828,14501,'_line_subtotal','475.2'),(132829,14501,'_line_subtotal_tax','0'),(132830,14501,'_line_total','475.2'),(132831,14501,'_line_tax','0'),(132832,14501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132833,14502,'_product_id','39'),(132834,14502,'_variation_id','0'),(132835,14502,'_qty','2'),(132836,14502,'_tax_class',''),(132837,14502,'_line_subtotal','158.4'),(132838,14502,'_line_subtotal_tax','0'),(132839,14502,'_line_total','158.4'),(132840,14502,'_line_tax','0'),(132841,14502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132842,14503,'_product_id','40'),(132843,14503,'_variation_id','0'),(132844,14503,'_qty','2'),(132845,14503,'_tax_class',''),(132846,14503,'_line_subtotal','158.4'),(132847,14503,'_line_subtotal_tax','0'),(132848,14503,'_line_total','158.4'),(132849,14503,'_line_tax','0'),(132850,14503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132851,14504,'_product_id','49'),(132852,14504,'_variation_id','0'),(132853,14504,'_qty','2'),(132854,14504,'_tax_class',''),(132855,14504,'_line_subtotal','158.4'),(132856,14504,'_line_subtotal_tax','0'),(132857,14504,'_line_total','158.4'),(132858,14504,'_line_tax','0'),(132859,14504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132860,14505,'_product_id','490'),(132861,14505,'_variation_id','0'),(132862,14505,'_qty','8'),(132863,14505,'_tax_class',''),(132864,14505,'_line_subtotal','156.8'),(132865,14505,'_line_subtotal_tax','0'),(132866,14505,'_line_total','156.8'),(132867,14505,'_line_tax','0'),(132868,14505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132869,14506,'_product_id','487'),(132870,14506,'_variation_id','0'),(132871,14506,'_qty','3'),(132872,14506,'_tax_class',''),(132873,14506,'_line_subtotal','94.05'),(132874,14506,'_line_subtotal_tax','0'),(132875,14506,'_line_total','94.05'),(132876,14506,'_line_tax','0'),(132877,14506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(132878,14507,'method_id','advanced_free_shipping'),(132879,14507,'instance_id','0'),(132880,14507,'cost','0.00'),(132881,14507,'total_tax','0'),(132882,14507,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133155,14540,'_product_id','23'),(133156,14540,'_variation_id','0'),(133157,14540,'_qty','5'),(133158,14540,'_tax_class',''),(133159,14540,'_line_subtotal','342.7'),(133160,14540,'_line_subtotal_tax','0'),(133161,14540,'_line_total','342.7'),(133162,14540,'_line_tax','0'),(133163,14540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133164,14541,'_product_id','43'),(133165,14541,'_variation_id','0'),(133166,14541,'_qty','1'),(133167,14541,'_tax_class',''),(133168,14541,'_line_subtotal','79.2'),(133169,14541,'_line_subtotal_tax','0'),(133170,14541,'_line_total','79.2'),(133171,14541,'_line_tax','0'),(133172,14541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133173,14542,'_product_id','490'),(133174,14542,'_variation_id','0'),(133175,14542,'_qty','5'),(133176,14542,'_tax_class',''),(133177,14542,'_line_subtotal','98'),(133178,14542,'_line_subtotal_tax','0'),(133179,14542,'_line_total','98'),(133180,14542,'_line_tax','0'),(133181,14542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133182,14543,'method_id','advanced_free_shipping'),(133183,14543,'instance_id','0'),(133184,14543,'cost','0.00'),(133185,14543,'total_tax','0'),(133186,14543,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133187,14544,'_product_id','41'),(133188,14544,'_variation_id','0'),(133189,14544,'_qty','6'),(133190,14544,'_tax_class',''),(133191,14544,'_line_subtotal','398.88'),(133192,14544,'_line_subtotal_tax','0'),(133193,14544,'_line_total','398.88'),(133194,14544,'_line_tax','0'),(133195,14544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133196,14545,'_product_id','42'),(133197,14545,'_variation_id','0'),(133198,14545,'_qty','6'),(133199,14545,'_tax_class',''),(133200,14545,'_line_subtotal','475.2'),(133201,14545,'_line_subtotal_tax','0'),(133202,14545,'_line_total','475.2'),(133203,14545,'_line_tax','0'),(133204,14545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133205,14546,'_product_id','39'),(133206,14546,'_variation_id','0'),(133207,14546,'_qty','2'),(133208,14546,'_tax_class',''),(133209,14546,'_line_subtotal','158.4'),(133210,14546,'_line_subtotal_tax','0'),(133211,14546,'_line_total','158.4'),(133212,14546,'_line_tax','0'),(133213,14546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133214,14547,'_product_id','40'),(133215,14547,'_variation_id','0'),(133216,14547,'_qty','2'),(133217,14547,'_tax_class',''),(133218,14547,'_line_subtotal','158.4'),(133219,14547,'_line_subtotal_tax','0'),(133220,14547,'_line_total','158.4'),(133221,14547,'_line_tax','0'),(133222,14547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133223,14548,'_product_id','49'),(133224,14548,'_variation_id','0'),(133225,14548,'_qty','2'),(133226,14548,'_tax_class',''),(133227,14548,'_line_subtotal','158.4'),(133228,14548,'_line_subtotal_tax','0'),(133229,14548,'_line_total','158.4'),(133230,14548,'_line_tax','0'),(133231,14548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133232,14549,'_product_id','490'),(133233,14549,'_variation_id','0'),(133234,14549,'_qty','8'),(133235,14549,'_tax_class',''),(133236,14549,'_line_subtotal','156.8'),(133237,14549,'_line_subtotal_tax','0'),(133238,14549,'_line_total','156.8'),(133239,14549,'_line_tax','0'),(133240,14549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133241,14550,'_product_id','487'),(133242,14550,'_variation_id','0'),(133243,14550,'_qty','3'),(133244,14550,'_tax_class',''),(133245,14550,'_line_subtotal','94.05'),(133246,14550,'_line_subtotal_tax','0'),(133247,14550,'_line_total','94.05'),(133248,14550,'_line_tax','0'),(133249,14550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133250,14551,'method_id','advanced_free_shipping'),(133251,14551,'instance_id','0'),(133252,14551,'cost','0.00'),(133253,14551,'total_tax','0'),(133254,14551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133255,14552,'_product_id','2110'),(133256,14552,'_variation_id','0'),(133257,14552,'_qty','6'),(133258,14552,'_tax_class',''),(133259,14552,'_line_subtotal','428.4'),(133260,14552,'_line_subtotal_tax','0'),(133261,14552,'_line_total','428.4'),(133262,14552,'_line_tax','0'),(133263,14552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133264,14553,'_product_id','41'),(133265,14553,'_variation_id','0'),(133266,14553,'_qty','4'),(133267,14553,'_tax_class',''),(133268,14553,'_line_subtotal','265.92'),(133269,14553,'_line_subtotal_tax','0'),(133270,14553,'_line_total','265.92'),(133271,14553,'_line_tax','0'),(133272,14553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133273,14554,'method_id','advanced_free_shipping'),(133274,14554,'instance_id','0'),(133275,14554,'cost','0.00'),(133276,14554,'total_tax','0'),(133277,14554,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133278,14540,'thwma_order_shipping_status','wc-pending'),(133279,14541,'thwma_order_shipping_status','wc-pending'),(133280,14542,'thwma_order_shipping_status','wc-pending'),(133281,14544,'thwma_order_shipping_status','wc-pending'),(133282,14545,'thwma_order_shipping_status','wc-pending'),(133283,14546,'thwma_order_shipping_status','wc-pending'),(133284,14547,'thwma_order_shipping_status','wc-pending'),(133285,14548,'thwma_order_shipping_status','wc-pending'),(133286,14549,'thwma_order_shipping_status','wc-pending'),(133287,14550,'thwma_order_shipping_status','wc-pending'),(133288,14555,'_product_id','120'),(133289,14555,'_variation_id','0'),(133290,14555,'_qty','1'),(133291,14555,'_tax_class',''),(133292,14555,'_line_subtotal','52.8'),(133293,14555,'_line_subtotal_tax','0'),(133294,14555,'_line_total','52.8'),(133295,14555,'_line_tax','0'),(133296,14555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133297,14556,'method_id','fedex'),(133298,14556,'instance_id','1'),(133299,14556,'cost','14.21'),(133300,14556,'total_tax','0'),(133301,14556,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133302,14556,'Package 1','11.25 × 8.75 × 7.75 (in) 4.59lbs × 1'),(133303,14556,'Items','Preventive Spray 2oz(Case of 24) &times; 1'),(133304,14557,'_product_id','2110'),(133305,14557,'_variation_id','0'),(133306,14557,'_qty','5'),(133307,14557,'_tax_class',''),(133308,14557,'_line_subtotal','357'),(133309,14557,'_line_subtotal_tax','0'),(133310,14557,'_line_total','357'),(133311,14557,'_line_tax','0'),(133312,14557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133313,14558,'_product_id','2113'),(133314,14558,'_variation_id','0'),(133315,14558,'_qty','1'),(133316,14558,'_tax_class',''),(133317,14558,'_line_subtotal','172'),(133318,14558,'_line_subtotal_tax','0'),(133319,14558,'_line_total','172'),(133320,14558,'_line_tax','0'),(133321,14558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133322,14559,'_product_id','42'),(133323,14559,'_variation_id','0'),(133324,14559,'_qty','3'),(133325,14559,'_tax_class',''),(133326,14559,'_line_subtotal','237.6'),(133327,14559,'_line_subtotal_tax','0'),(133328,14559,'_line_total','237.6'),(133329,14559,'_line_tax','0'),(133330,14559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133331,14560,'_product_id','41'),(133332,14560,'_variation_id','0'),(133333,14560,'_qty','7'),(133334,14560,'_tax_class',''),(133335,14560,'_line_subtotal','465.36'),(133336,14560,'_line_subtotal_tax','0'),(133337,14560,'_line_total','465.36'),(133338,14560,'_line_tax','0'),(133339,14560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133340,14561,'_product_id','2408'),(133341,14561,'_variation_id','0'),(133342,14561,'_qty','4'),(133343,14561,'_tax_class',''),(133344,14561,'_line_subtotal','597.36'),(133345,14561,'_line_subtotal_tax','0'),(133346,14561,'_line_total','597.36'),(133347,14561,'_line_tax','0'),(133348,14561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133349,14562,'_product_id','2400'),(133350,14562,'_variation_id','0'),(133351,14562,'_qty','3'),(133352,14562,'_tax_class',''),(133353,14562,'_line_subtotal','558.9'),(133354,14562,'_line_subtotal_tax','0'),(133355,14562,'_line_total','558.9'),(133356,14562,'_line_tax','0'),(133357,14562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133358,14563,'_product_id','43'),(133359,14563,'_variation_id','0'),(133360,14563,'_qty','8'),(133361,14563,'_tax_class',''),(133362,14563,'_line_subtotal','633.6'),(133363,14563,'_line_subtotal_tax','0'),(133364,14563,'_line_total','633.6'),(133365,14563,'_line_tax','0'),(133366,14563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133367,14564,'_product_id','490'),(133368,14564,'_variation_id','0'),(133369,14564,'_qty','50'),(133370,14564,'_tax_class',''),(133371,14564,'_line_subtotal','980'),(133372,14564,'_line_subtotal_tax','0'),(133373,14564,'_line_total','980'),(133374,14564,'_line_tax','0'),(133375,14564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133376,14565,'method_id','advanced_free_shipping'),(133377,14565,'instance_id','0'),(133378,14565,'cost','0.00'),(133379,14565,'total_tax','0'),(133380,14565,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133381,14429,'thwma_order_shipping_status','wc-pending'),(133382,14430,'thwma_order_shipping_status','wc-pending'),(133383,14431,'thwma_order_shipping_status','wc-pending'),(133384,14432,'thwma_order_shipping_status','wc-pending'),(133385,14433,'thwma_order_shipping_status','wc-pending'),(133386,14434,'thwma_order_shipping_status','wc-pending'),(133387,14436,'thwma_order_shipping_status','wc-pending'),(133388,14437,'thwma_order_shipping_status','wc-pending'),(133389,14438,'thwma_order_shipping_status','wc-pending'),(133390,14439,'thwma_order_shipping_status','wc-pending'),(133391,14440,'thwma_order_shipping_status','wc-pending'),(133392,14441,'thwma_order_shipping_status','wc-pending'),(133393,14442,'thwma_order_shipping_status','wc-pending'),(133394,14552,'thwma_order_shipping_status','wc-pending'),(133395,14553,'thwma_order_shipping_status','wc-pending'),(133420,14557,'thwma_order_shipping_status','wc-pending'),(133421,14558,'thwma_order_shipping_status','wc-pending'),(133422,14559,'thwma_order_shipping_status','wc-pending'),(133423,14560,'thwma_order_shipping_status','wc-pending'),(133424,14561,'thwma_order_shipping_status','wc-pending'),(133425,14562,'thwma_order_shipping_status','wc-pending'),(133426,14563,'thwma_order_shipping_status','wc-pending'),(133427,14564,'thwma_order_shipping_status','wc-pending'),(133428,14566,'_product_id','49'),(133429,14566,'_variation_id','0'),(133430,14566,'_qty','4'),(133431,14566,'_tax_class',''),(133432,14566,'_line_subtotal','316.8'),(133433,14566,'_line_subtotal_tax','0'),(133434,14566,'_line_total','316.8'),(133435,14566,'_line_tax','0'),(133436,14566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133437,14567,'_product_id','41'),(133438,14567,'_variation_id','0'),(133439,14567,'_qty','1'),(133440,14567,'_tax_class',''),(133441,14567,'_line_subtotal','66.48'),(133442,14567,'_line_subtotal_tax','0'),(133443,14567,'_line_total','66.48'),(133444,14567,'_line_tax','0'),(133445,14567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133446,14568,'method_id','fedex'),(133447,14568,'instance_id','1'),(133448,14568,'cost','21.75'),(133449,14568,'total_tax','0'),(133450,14568,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133451,14568,'Package 1','17 × 14 × 10 (in) 34.6lbs × 1'),(133452,14568,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 1'),(133453,14569,'_product_id','487'),(133454,14569,'_variation_id','0'),(133455,14569,'_qty','2'),(133456,14569,'_tax_class',''),(133457,14569,'_line_subtotal','62.7'),(133458,14569,'_line_subtotal_tax','0'),(133459,14569,'_line_total','62.7'),(133460,14569,'_line_tax','0'),(133461,14569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133462,14570,'method_id','fedex'),(133463,14570,'instance_id','1'),(133464,14570,'cost','15.68'),(133465,14570,'total_tax','0'),(133466,14570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133467,14570,'Package 1','15.75 × 14.13 × 6 (in) 17.58lbs × 1'),(133468,14570,'Items','Bulk Mousse 1 Gallon RM &times; 2'),(133469,14571,'_product_id','49'),(133470,14571,'_variation_id','0'),(133471,14571,'_qty','4'),(133472,14571,'_tax_class',''),(133473,14571,'_line_subtotal','316.8'),(133474,14571,'_line_subtotal_tax','0'),(133475,14571,'_line_total','316.8'),(133476,14571,'_line_tax','0'),(133477,14571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133478,14572,'method_id','fedex'),(133479,14572,'instance_id','1'),(133480,14572,'cost','31.72'),(133481,14572,'total_tax','0'),(133482,14572,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133483,14572,'Package 1','17 × 14 × 10 (in) 32.2lbs × 1'),(133484,14572,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(133485,14573,'_product_id','23'),(133486,14573,'_variation_id','0'),(133487,14573,'_qty','2'),(133488,14573,'_tax_class',''),(133489,14573,'_line_subtotal','137.08'),(133490,14573,'_line_subtotal_tax','0'),(133491,14573,'_line_total','137.08'),(133492,14573,'_line_tax','0'),(133493,14573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133494,14574,'_product_id','44'),(133495,14574,'_variation_id','0'),(133496,14574,'_qty','2'),(133497,14574,'_tax_class',''),(133498,14574,'_line_subtotal','232.32'),(133499,14574,'_line_subtotal_tax','0'),(133500,14574,'_line_total','232.32'),(133501,14574,'_line_tax','0'),(133502,14574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133503,14575,'_product_id','490'),(133504,14575,'_variation_id','0'),(133505,14575,'_qty','7'),(133506,14575,'_tax_class',''),(133507,14575,'_line_subtotal','137.2'),(133508,14575,'_line_subtotal_tax','0'),(133509,14575,'_line_total','137.2'),(133510,14575,'_line_tax','0'),(133511,14575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133512,14576,'method_id','advanced_free_shipping'),(133513,14576,'instance_id','0'),(133514,14576,'cost','0.00'),(133515,14576,'total_tax','0'),(133516,14576,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133517,14566,'thwma_order_shipping_status','wc-pending'),(133518,14567,'thwma_order_shipping_status','wc-pending'),(133519,14577,'_product_id','490'),(133520,14577,'_variation_id','0'),(133521,14577,'_qty','14'),(133522,14577,'_tax_class',''),(133523,14577,'_line_subtotal','274.4'),(133524,14577,'_line_subtotal_tax','0'),(133525,14577,'_line_total','274.4'),(133526,14577,'_line_tax','0'),(133527,14577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133528,14578,'_product_id','488'),(133529,14578,'_variation_id','0'),(133530,14578,'_qty','8'),(133531,14578,'_tax_class',''),(133532,14578,'_line_subtotal','250.8'),(133533,14578,'_line_subtotal_tax','0'),(133534,14578,'_line_total','250.8'),(133535,14578,'_line_tax','0'),(133536,14578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133537,14579,'method_id','advanced_free_shipping'),(133538,14579,'instance_id','0'),(133539,14579,'cost','0.00'),(133540,14579,'total_tax','0'),(133541,14579,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133542,14573,'thwma_order_shipping_status','wc-pending'),(133543,14574,'thwma_order_shipping_status','wc-pending'),(133544,14575,'thwma_order_shipping_status','wc-pending'),(133545,14580,'_product_id','40'),(133546,14580,'_variation_id','0'),(133547,14580,'_qty','1'),(133548,14580,'_tax_class',''),(133549,14580,'_line_subtotal','79.2'),(133550,14580,'_line_subtotal_tax','0'),(133551,14580,'_line_total','79.2'),(133552,14580,'_line_tax','0'),(133553,14580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133554,14581,'_product_id','490'),(133555,14581,'_variation_id','0'),(133556,14581,'_qty','1'),(133557,14581,'_tax_class',''),(133558,14581,'_line_subtotal','19.6'),(133559,14581,'_line_subtotal_tax','0'),(133560,14581,'_line_total','19.6'),(133561,14581,'_line_tax','0'),(133562,14581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133563,14582,'method_id','fedex'),(133564,14582,'instance_id','1'),(133565,14582,'cost','14.18'),(133566,14582,'total_tax','0'),(133567,14582,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133568,14582,'Package 1','11.25 × 8.75 × 7.75 (in) 10.19lbs × 1'),(133569,14582,'Items','Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 1'),(133570,14583,'_product_id','2110'),(133571,14583,'_variation_id','0'),(133572,14583,'_qty','1'),(133573,14583,'_tax_class',''),(133574,14583,'_line_subtotal','71.4'),(133575,14583,'_line_subtotal_tax','0'),(133576,14583,'_line_total','71.4'),(133577,14583,'_line_tax','0'),(133578,14583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133579,14584,'_product_id','43'),(133580,14584,'_variation_id','0'),(133581,14584,'_qty','1'),(133582,14584,'_tax_class',''),(133583,14584,'_line_subtotal','79.2'),(133584,14584,'_line_subtotal_tax','0'),(133585,14584,'_line_total','79.2'),(133586,14584,'_line_tax','0'),(133587,14584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133588,14585,'_product_id','490'),(133589,14585,'_variation_id','0'),(133590,14585,'_qty','4'),(133591,14585,'_tax_class',''),(133592,14585,'_line_subtotal','78.4'),(133593,14585,'_line_subtotal_tax','0'),(133594,14585,'_line_total','78.4'),(133595,14585,'_line_tax','0'),(133596,14585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133597,14586,'method_id','fedex'),(133598,14586,'instance_id','1'),(133599,14586,'cost','16.70'),(133600,14586,'total_tax','0'),(133601,14586,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133602,14586,'Package 1','17 × 14 × 10 (in) 24.7lbs × 1'),(133603,14586,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 4'),(133604,14577,'thwma_order_shipping_status','wc-pending'),(133605,14578,'thwma_order_shipping_status','wc-pending'),(133606,14580,'thwma_order_shipping_status','wc-pending'),(133607,14581,'thwma_order_shipping_status','wc-pending'),(133608,14583,'thwma_order_shipping_status','wc-pending'),(133609,14584,'thwma_order_shipping_status','wc-pending'),(133610,14585,'thwma_order_shipping_status','wc-pending'),(133611,14587,'_product_id','40'),(133612,14587,'_variation_id','0'),(133613,14587,'_qty','1'),(133614,14587,'_tax_class',''),(133615,14587,'_line_subtotal','79.2'),(133616,14587,'_line_subtotal_tax','0'),(133617,14587,'_line_total','79.2'),(133618,14587,'_line_tax','0'),(133619,14587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133620,14588,'_product_id','44'),(133621,14588,'_variation_id','0'),(133622,14588,'_qty','2'),(133623,14588,'_tax_class',''),(133624,14588,'_line_subtotal','232.32'),(133625,14588,'_line_subtotal_tax','0'),(133626,14588,'_line_total','232.32'),(133627,14588,'_line_tax','0'),(133628,14588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133629,14589,'_product_id','43'),(133630,14589,'_variation_id','0'),(133631,14589,'_qty','1'),(133632,14589,'_tax_class',''),(133633,14589,'_line_subtotal','79.2'),(133634,14589,'_line_subtotal_tax','0'),(133635,14589,'_line_total','79.2'),(133636,14589,'_line_tax','0'),(133637,14589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133638,14590,'_product_id','487'),(133639,14590,'_variation_id','0'),(133640,14590,'_qty','1'),(133641,14590,'_tax_class',''),(133642,14590,'_line_subtotal','31.35'),(133643,14590,'_line_subtotal_tax','0'),(133644,14590,'_line_total','31.35'),(133645,14590,'_line_tax','0'),(133646,14590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133647,14591,'_product_id','488'),(133648,14591,'_variation_id','0'),(133649,14591,'_qty','6'),(133650,14591,'_tax_class',''),(133651,14591,'_line_subtotal','188.1'),(133652,14591,'_line_subtotal_tax','0'),(133653,14591,'_line_total','188.1'),(133654,14591,'_line_tax','0'),(133655,14591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133656,14592,'_product_id','45'),(133657,14592,'_variation_id','0'),(133658,14592,'_qty','3'),(133659,14592,'_tax_class',''),(133660,14592,'_line_subtotal','126.72'),(133661,14592,'_line_subtotal_tax','0'),(133662,14592,'_line_total','126.72'),(133663,14592,'_line_tax','0'),(133664,14592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133665,14593,'_product_id','39'),(133666,14593,'_variation_id','0'),(133667,14593,'_qty','1'),(133668,14593,'_tax_class',''),(133669,14593,'_line_subtotal','79.2'),(133670,14593,'_line_subtotal_tax','0'),(133671,14593,'_line_total','79.2'),(133672,14593,'_line_tax','0'),(133673,14593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133674,14594,'method_id','advanced_free_shipping'),(133675,14594,'instance_id','0'),(133676,14594,'cost','0.00'),(133677,14594,'total_tax','0'),(133678,14594,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133679,14587,'thwma_order_shipping_status','wc-pending'),(133680,14588,'thwma_order_shipping_status','wc-pending'),(133681,14589,'thwma_order_shipping_status','wc-pending'),(133682,14590,'thwma_order_shipping_status','wc-pending'),(133683,14591,'thwma_order_shipping_status','wc-pending'),(133684,14592,'thwma_order_shipping_status','wc-pending'),(133685,14593,'thwma_order_shipping_status','wc-pending'),(133686,14595,'_product_id','43'),(133687,14595,'_variation_id','0'),(133688,14595,'_qty','15'),(133689,14595,'_tax_class',''),(133690,14595,'_line_subtotal','1188'),(133691,14595,'_line_subtotal_tax','0'),(133692,14595,'_line_total','1188'),(133693,14595,'_line_tax','0'),(133694,14595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133695,14596,'_product_id','49'),(133696,14596,'_variation_id','0'),(133697,14596,'_qty','10'),(133698,14596,'_tax_class',''),(133699,14596,'_line_subtotal','792'),(133700,14596,'_line_subtotal_tax','0'),(133701,14596,'_line_total','792'),(133702,14596,'_line_tax','0'),(133703,14596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133704,14597,'_product_id','2110'),(133705,14597,'_variation_id','0'),(133706,14597,'_qty','5'),(133707,14597,'_tax_class',''),(133708,14597,'_line_subtotal','357'),(133709,14597,'_line_subtotal_tax','0'),(133710,14597,'_line_total','357'),(133711,14597,'_line_tax','0'),(133712,14597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133713,14598,'_product_id','45'),(133714,14598,'_variation_id','0'),(133715,14598,'_qty','8'),(133716,14598,'_tax_class',''),(133717,14598,'_line_subtotal','337.92'),(133718,14598,'_line_subtotal_tax','0'),(133719,14598,'_line_total','337.92'),(133720,14598,'_line_tax','0'),(133721,14598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133722,14599,'_product_id','51'),(133723,14599,'_variation_id','0'),(133724,14599,'_qty','1'),(133725,14599,'_tax_class',''),(133726,14599,'_line_subtotal','147.84'),(133727,14599,'_line_subtotal_tax','0'),(133728,14599,'_line_total','147.84'),(133729,14599,'_line_tax','0'),(133730,14599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133731,14600,'_product_id','41'),(133732,14600,'_variation_id','0'),(133733,14600,'_qty','5'),(133734,14600,'_tax_class',''),(133735,14600,'_line_subtotal','332.4'),(133736,14600,'_line_subtotal_tax','0'),(133737,14600,'_line_total','332.4'),(133738,14600,'_line_tax','0'),(133739,14600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133740,14601,'_product_id','490'),(133741,14601,'_variation_id','0'),(133742,14601,'_qty','30'),(133743,14601,'_tax_class',''),(133744,14601,'_line_subtotal','588'),(133745,14601,'_line_subtotal_tax','0'),(133746,14601,'_line_total','588'),(133747,14601,'_line_tax','0'),(133748,14601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133749,14602,'method_id','advanced_free_shipping'),(133750,14602,'instance_id','0'),(133751,14602,'cost','0.00'),(133752,14602,'total_tax','0'),(133753,14602,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133754,14603,'_product_id','41'),(133755,14603,'_variation_id','0'),(133756,14603,'_qty','1'),(133757,14603,'_tax_class',''),(133758,14603,'_line_subtotal','66.48'),(133759,14603,'_line_subtotal_tax','0'),(133760,14603,'_line_total','66.48'),(133761,14603,'_line_tax','0'),(133762,14603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133763,14604,'_product_id','49'),(133764,14604,'_variation_id','0'),(133765,14604,'_qty','3'),(133766,14604,'_tax_class',''),(133767,14604,'_line_subtotal','237.6'),(133768,14604,'_line_subtotal_tax','0'),(133769,14604,'_line_total','237.6'),(133770,14604,'_line_tax','0'),(133771,14604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133772,14605,'_product_id','43'),(133773,14605,'_variation_id','0'),(133774,14605,'_qty','2'),(133775,14605,'_tax_class',''),(133776,14605,'_line_subtotal','158.4'),(133777,14605,'_line_subtotal_tax','0'),(133778,14605,'_line_total','158.4'),(133779,14605,'_line_tax','0'),(133780,14605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133781,14606,'_product_id','45'),(133782,14606,'_variation_id','0'),(133783,14606,'_qty','1'),(133784,14606,'_tax_class',''),(133785,14606,'_line_subtotal','42.24'),(133786,14606,'_line_subtotal_tax','0'),(133787,14606,'_line_total','42.24'),(133788,14606,'_line_tax','0'),(133789,14606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133790,14607,'_product_id','2110'),(133791,14607,'_variation_id','0'),(133792,14607,'_qty','3'),(133793,14607,'_tax_class',''),(133794,14607,'_line_subtotal','214.2'),(133795,14607,'_line_subtotal_tax','0'),(133796,14607,'_line_total','214.2'),(133797,14607,'_line_tax','0'),(133798,14607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133799,14608,'method_id','advanced_free_shipping'),(133800,14608,'instance_id','0'),(133801,14608,'cost','0.00'),(133802,14608,'total_tax','0'),(133803,14608,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133804,14595,'thwma_order_shipping_status','wc-pending'),(133805,14596,'thwma_order_shipping_status','wc-pending'),(133806,14597,'thwma_order_shipping_status','wc-pending'),(133807,14598,'thwma_order_shipping_status','wc-pending'),(133808,14599,'thwma_order_shipping_status','wc-pending'),(133809,14600,'thwma_order_shipping_status','wc-pending'),(133810,14601,'thwma_order_shipping_status','wc-pending'),(133811,14603,'thwma_order_shipping_status','wc-pending'),(133812,14604,'thwma_order_shipping_status','wc-pending'),(133813,14605,'thwma_order_shipping_status','wc-pending'),(133814,14606,'thwma_order_shipping_status','wc-pending'),(133815,14607,'thwma_order_shipping_status','wc-pending'),(133816,14609,'_product_id','49'),(133817,14609,'_variation_id','0'),(133818,14609,'_qty','4'),(133819,14609,'_tax_class',''),(133820,14609,'_line_subtotal','316.8'),(133821,14609,'_line_subtotal_tax','0'),(133822,14609,'_line_total','316.8'),(133823,14609,'_line_tax','0'),(133824,14609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133825,14610,'_product_id','2110'),(133826,14610,'_variation_id','0'),(133827,14610,'_qty','5'),(133828,14610,'_tax_class',''),(133829,14610,'_line_subtotal','357'),(133830,14610,'_line_subtotal_tax','0'),(133831,14610,'_line_total','357'),(133832,14610,'_line_tax','0'),(133833,14610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133834,14611,'_product_id','45'),(133835,14611,'_variation_id','0'),(133836,14611,'_qty','2'),(133837,14611,'_tax_class',''),(133838,14611,'_line_subtotal','84.48'),(133839,14611,'_line_subtotal_tax','0'),(133840,14611,'_line_total','84.48'),(133841,14611,'_line_tax','0'),(133842,14611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133843,14612,'_product_id','2408'),(133844,14612,'_variation_id','0'),(133845,14612,'_qty','2'),(133846,14612,'_tax_class',''),(133847,14612,'_line_subtotal','298.68'),(133848,14612,'_line_subtotal_tax','0'),(133849,14612,'_line_total','298.68'),(133850,14612,'_line_tax','0'),(133851,14612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133852,14613,'_product_id','43'),(133853,14613,'_variation_id','0'),(133854,14613,'_qty','1'),(133855,14613,'_tax_class',''),(133856,14613,'_line_subtotal','79.2'),(133857,14613,'_line_subtotal_tax','0'),(133858,14613,'_line_total','79.2'),(133859,14613,'_line_tax','0'),(133860,14613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133861,14614,'_product_id','49'),(133862,14614,'_variation_id','0'),(133863,14614,'_qty','2'),(133864,14614,'_tax_class',''),(133865,14614,'_line_subtotal','158.4'),(133866,14614,'_line_subtotal_tax','0'),(133867,14614,'_line_total','158.4'),(133868,14614,'_line_tax','0'),(133869,14614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133870,14615,'_product_id','133'),(133871,14615,'_variation_id','0'),(133872,14615,'_qty','5'),(133873,14615,'_tax_class',''),(133874,14615,'_line_subtotal','71.5'),(133875,14615,'_line_subtotal_tax','0'),(133876,14615,'_line_total','71.5'),(133877,14615,'_line_tax','0'),(133878,14615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133879,14616,'method_id','advanced_free_shipping'),(133880,14616,'instance_id','0'),(133881,14616,'cost','0.00'),(133882,14616,'total_tax','0'),(133883,14616,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133884,14617,'_product_id','2110'),(133885,14617,'_variation_id','0'),(133886,14617,'_qty','1'),(133887,14617,'_tax_class',''),(133888,14617,'_line_subtotal','71.4'),(133889,14617,'_line_subtotal_tax','0'),(133890,14617,'_line_total','71.4'),(133891,14617,'_line_tax','0'),(133892,14617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133893,14618,'_product_id','45'),(133894,14618,'_variation_id','0'),(133895,14618,'_qty','1'),(133896,14618,'_tax_class',''),(133897,14618,'_line_subtotal','42.24'),(133898,14618,'_line_subtotal_tax','0'),(133899,14618,'_line_total','42.24'),(133900,14618,'_line_tax','0'),(133901,14618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133902,14619,'_product_id','23'),(133903,14619,'_variation_id','0'),(133904,14619,'_qty','1'),(133905,14619,'_tax_class',''),(133906,14619,'_line_subtotal','68.54'),(133907,14619,'_line_subtotal_tax','0'),(133908,14619,'_line_total','68.54'),(133909,14619,'_line_tax','0'),(133910,14619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133911,14620,'_product_id','38'),(133912,14620,'_variation_id','0'),(133913,14620,'_qty','1'),(133914,14620,'_tax_class',''),(133915,14620,'_line_subtotal','165.76'),(133916,14620,'_line_subtotal_tax','0'),(133917,14620,'_line_total','165.76'),(133918,14620,'_line_tax','0'),(133919,14620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133920,14621,'_product_id','2110'),(133921,14621,'_variation_id','0'),(133922,14621,'_qty','1'),(133923,14621,'_tax_class',''),(133924,14621,'_line_subtotal','71.4'),(133925,14621,'_line_subtotal_tax','0'),(133926,14621,'_line_total','71.4'),(133927,14621,'_line_tax','0'),(133928,14621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133929,14622,'_product_id','2113'),(133930,14622,'_variation_id','0'),(133931,14622,'_qty','1'),(133932,14622,'_tax_class',''),(133933,14622,'_line_subtotal','172'),(133934,14622,'_line_subtotal_tax','0'),(133935,14622,'_line_total','172'),(133936,14622,'_line_tax','0'),(133937,14622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133938,14623,'_product_id','41'),(133939,14623,'_variation_id','0'),(133940,14623,'_qty','1'),(133941,14623,'_tax_class',''),(133942,14623,'_line_subtotal','66.48'),(133943,14623,'_line_subtotal_tax','0'),(133944,14623,'_line_total','66.48'),(133945,14623,'_line_tax','0'),(133946,14623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133947,14624,'_product_id','45'),(133948,14624,'_variation_id','0'),(133949,14624,'_qty','1'),(133950,14624,'_tax_class',''),(133951,14624,'_line_subtotal','42.24'),(133952,14624,'_line_subtotal_tax','0'),(133953,14624,'_line_total','42.24'),(133954,14624,'_line_tax','0'),(133955,14624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133956,14625,'_product_id','490'),(133957,14625,'_variation_id','0'),(133958,14625,'_qty','8'),(133959,14625,'_tax_class',''),(133960,14625,'_line_subtotal','156.8'),(133961,14625,'_line_subtotal_tax','0'),(133962,14625,'_line_total','156.8'),(133963,14625,'_line_tax','0'),(133964,14625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133965,14626,'method_id','advanced_free_shipping'),(133966,14626,'instance_id','0'),(133967,14626,'cost','0.00'),(133968,14626,'total_tax','0'),(133969,14626,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133970,14627,'_product_id','2110'),(133971,14627,'_variation_id','0'),(133972,14627,'_qty','8'),(133973,14627,'_tax_class',''),(133974,14627,'_line_subtotal','571.2'),(133975,14627,'_line_subtotal_tax','0'),(133976,14627,'_line_total','571.2'),(133977,14627,'_line_tax','0'),(133978,14627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133979,14628,'_product_id','44'),(133980,14628,'_variation_id','0'),(133981,14628,'_qty','2'),(133982,14628,'_tax_class',''),(133983,14628,'_line_subtotal','232.32'),(133984,14628,'_line_subtotal_tax','0'),(133985,14628,'_line_total','232.32'),(133986,14628,'_line_tax','0'),(133987,14628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133988,14629,'_product_id','2408'),(133989,14629,'_variation_id','0'),(133990,14629,'_qty','3'),(133991,14629,'_tax_class',''),(133992,14629,'_line_subtotal','448.02'),(133993,14629,'_line_subtotal_tax','0'),(133994,14629,'_line_total','448.02'),(133995,14629,'_line_tax','0'),(133996,14629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(133997,14630,'_product_id','133'),(133998,14630,'_variation_id','0'),(133999,14630,'_qty','8'),(134000,14630,'_tax_class',''),(134001,14630,'_line_subtotal','114.4'),(134002,14630,'_line_subtotal_tax','0'),(134003,14630,'_line_total','114.4'),(134004,14630,'_line_tax','0'),(134005,14630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134006,14631,'method_id','advanced_free_shipping'),(134007,14631,'instance_id','0'),(134008,14631,'cost','0.00'),(134009,14631,'total_tax','0'),(134010,14631,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134011,14632,'_product_id','2110'),(134012,14632,'_variation_id','0'),(134013,14632,'_qty','8'),(134014,14632,'_tax_class',''),(134015,14632,'_line_subtotal','571.2'),(134016,14632,'_line_subtotal_tax','0'),(134017,14632,'_line_total','571.2'),(134018,14632,'_line_tax','0'),(134019,14632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134020,14633,'_product_id','44'),(134021,14633,'_variation_id','0'),(134022,14633,'_qty','2'),(134023,14633,'_tax_class',''),(134024,14633,'_line_subtotal','232.32'),(134025,14633,'_line_subtotal_tax','0'),(134026,14633,'_line_total','232.32'),(134027,14633,'_line_tax','0'),(134028,14633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134029,14634,'_product_id','2408'),(134030,14634,'_variation_id','0'),(134031,14634,'_qty','3'),(134032,14634,'_tax_class',''),(134033,14634,'_line_subtotal','448.02'),(134034,14634,'_line_subtotal_tax','0'),(134035,14634,'_line_total','448.02'),(134036,14634,'_line_tax','0'),(134037,14634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134038,14635,'_product_id','133'),(134039,14635,'_variation_id','0'),(134040,14635,'_qty','8'),(134041,14635,'_tax_class',''),(134042,14635,'_line_subtotal','114.4'),(134043,14635,'_line_subtotal_tax','0'),(134044,14635,'_line_total','114.4'),(134045,14635,'_line_tax','0'),(134046,14635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134047,14636,'method_id','advanced_free_shipping'),(134048,14636,'instance_id','0'),(134049,14636,'cost','0.00'),(134050,14636,'total_tax','0'),(134051,14636,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134052,14637,'_product_id','93'),(134053,14637,'_variation_id','0'),(134054,14637,'_qty','4'),(134055,14637,'_tax_class',''),(134056,14637,'_line_subtotal','0'),(134057,14637,'_line_subtotal_tax','0'),(134058,14637,'_line_total','0'),(134059,14637,'_line_tax','0'),(134060,14637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134061,14638,'_product_id','99'),(134062,14638,'_variation_id','0'),(134063,14638,'_qty','1'),(134064,14638,'_tax_class',''),(134065,14638,'_line_subtotal','0'),(134066,14638,'_line_subtotal_tax','0'),(134067,14638,'_line_total','0'),(134068,14638,'_line_tax','0'),(134069,14638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134070,14639,'method_id','fedex'),(134071,14639,'instance_id','1'),(134072,14639,'cost','14.18'),(134073,14639,'total_tax','0'),(134074,14639,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134075,14639,'Package 1','15.75 × 14.13 × 6 (in) 18.33lbs × 1'),(134076,14639,'Items','Bulk Active Rinse 100% &times; 4, Bulk Mousse 1 Gallon &times; 1'),(134077,14640,'_product_id','93'),(134078,14640,'_variation_id','0'),(134079,14640,'_qty','20'),(134080,14640,'_tax_class',''),(134081,14640,'_line_subtotal','0'),(134082,14640,'_line_subtotal_tax','0'),(134083,14640,'_line_total','0'),(134084,14640,'_line_tax','0'),(134085,14640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134086,14641,'method_id','fedex'),(134087,14641,'instance_id','1'),(134088,14641,'cost','22.52'),(134089,14641,'total_tax','0'),(134090,14641,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134091,14641,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(134092,14641,'Items','Bulk Active Rinse 100% &times; 20'),(134095,14642,'_product_id','2110'),(134096,14642,'_variation_id','0'),(134097,14642,'_qty','2'),(134098,14642,'_tax_class',''),(134099,14642,'_line_subtotal','142.8'),(134100,14642,'_line_subtotal_tax','0'),(134101,14642,'_line_total','142.8'),(134102,14642,'_line_tax','0'),(134103,14642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134104,14643,'_product_id','41'),(134105,14643,'_variation_id','0'),(134106,14643,'_qty','1'),(134107,14643,'_tax_class',''),(134108,14643,'_line_subtotal','66.48'),(134109,14643,'_line_subtotal_tax','0'),(134110,14643,'_line_total','66.48'),(134111,14643,'_line_tax','0'),(134112,14643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134113,14644,'_product_id','120'),(134114,14644,'_variation_id','0'),(134115,14644,'_qty','1'),(134116,14644,'_tax_class',''),(134117,14644,'_line_subtotal','52.8'),(134118,14644,'_line_subtotal_tax','0'),(134119,14644,'_line_total','52.8'),(134120,14644,'_line_tax','0'),(134121,14644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134122,14645,'_product_id','49'),(134123,14645,'_variation_id','0'),(134124,14645,'_qty','6'),(134125,14645,'_tax_class',''),(134126,14645,'_line_subtotal','475.2'),(134127,14645,'_line_subtotal_tax','0'),(134128,14645,'_line_total','475.2'),(134129,14645,'_line_tax','0'),(134130,14645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134131,14646,'method_id','advanced_free_shipping'),(134132,14646,'instance_id','0'),(134133,14646,'cost','0.00'),(134134,14646,'total_tax','0'),(134135,14646,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134136,14647,'_product_id','2110'),(134137,14647,'_variation_id','0'),(134138,14647,'_qty','2'),(134139,14647,'_tax_class',''),(134140,14647,'_line_subtotal','142.8'),(134141,14647,'_line_subtotal_tax','0'),(134142,14647,'_line_total','142.8'),(134143,14647,'_line_tax','0'),(134144,14647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134145,14648,'_product_id','43'),(134146,14648,'_variation_id','0'),(134147,14648,'_qty','1'),(134148,14648,'_tax_class',''),(134149,14648,'_line_subtotal','79.2'),(134150,14648,'_line_subtotal_tax','0'),(134151,14648,'_line_total','79.2'),(134152,14648,'_line_tax','0'),(134153,14648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134154,14649,'method_id','fedex'),(134155,14649,'instance_id','1'),(134156,14649,'cost','29.86'),(134157,14649,'total_tax','0'),(134158,14649,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134159,14649,'Package 1','17 × 14 × 10 (in) 23.4lbs × 1'),(134160,14649,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1'),(134161,14609,'thwma_order_shipping_status','wc-pending'),(134162,14610,'thwma_order_shipping_status','wc-pending'),(134163,14611,'thwma_order_shipping_status','wc-pending'),(134164,14612,'thwma_order_shipping_status','wc-pending'),(134165,14613,'thwma_order_shipping_status','wc-pending'),(134166,14614,'thwma_order_shipping_status','wc-pending'),(134167,14615,'thwma_order_shipping_status','wc-pending'),(134177,14650,'_product_id','23'),(134178,14650,'_variation_id','0'),(134179,14650,'_qty','3'),(134180,14650,'_tax_class',''),(134181,14650,'_line_subtotal','205.62'),(134182,14650,'_line_subtotal_tax','0'),(134183,14650,'_line_total','205.62'),(134184,14650,'_line_tax','0'),(134185,14650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134186,14651,'_product_id','43'),(134187,14651,'_variation_id','0'),(134188,14651,'_qty','3'),(134189,14651,'_tax_class',''),(134190,14651,'_line_subtotal','237.6'),(134191,14651,'_line_subtotal_tax','0'),(134192,14651,'_line_total','237.6'),(134193,14651,'_line_tax','0'),(134194,14651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134195,14652,'_product_id','44'),(134196,14652,'_variation_id','0'),(134197,14652,'_qty','2'),(134198,14652,'_tax_class',''),(134199,14652,'_line_subtotal','232.32'),(134200,14652,'_line_subtotal_tax','0'),(134201,14652,'_line_total','232.32'),(134202,14652,'_line_tax','0'),(134203,14652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134204,14653,'method_id','advanced_free_shipping'),(134205,14653,'instance_id','0'),(134206,14653,'cost','0.00'),(134207,14653,'total_tax','0'),(134208,14653,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134209,14654,'_product_id','23'),(134210,14654,'_variation_id','0'),(134211,14654,'_qty','5'),(134212,14654,'_tax_class',''),(134213,14654,'_line_subtotal','342.7'),(134214,14654,'_line_subtotal_tax','0'),(134215,14654,'_line_total','342.7'),(134216,14654,'_line_tax','0'),(134217,14654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134218,14655,'_product_id','43'),(134219,14655,'_variation_id','0'),(134220,14655,'_qty','1'),(134221,14655,'_tax_class',''),(134222,14655,'_line_subtotal','79.2'),(134223,14655,'_line_subtotal_tax','0'),(134224,14655,'_line_total','79.2'),(134225,14655,'_line_tax','0'),(134226,14655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134227,14656,'_product_id','49'),(134228,14656,'_variation_id','0'),(134229,14656,'_qty','1'),(134230,14656,'_tax_class',''),(134231,14656,'_line_subtotal','79.2'),(134232,14656,'_line_subtotal_tax','0'),(134233,14656,'_line_total','79.2'),(134234,14656,'_line_tax','0'),(134235,14656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134236,14657,'method_id','advanced_free_shipping'),(134237,14657,'instance_id','0'),(134238,14657,'cost','0.00'),(134239,14657,'total_tax','0'),(134240,14657,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134241,14637,'thwma_order_shipping_status','wc-pending'),(134242,14638,'thwma_order_shipping_status','wc-pending'),(134246,14650,'thwma_order_shipping_status','wc-pending'),(134247,14651,'thwma_order_shipping_status','wc-pending'),(134248,14652,'thwma_order_shipping_status','wc-pending'),(134249,14617,'thwma_order_shipping_status','wc-pending'),(134250,14618,'thwma_order_shipping_status','wc-pending'),(134251,14619,'thwma_order_shipping_status','wc-pending'),(134252,14620,'thwma_order_shipping_status','wc-pending'),(134253,14621,'thwma_order_shipping_status','wc-pending'),(134254,14622,'thwma_order_shipping_status','wc-pending'),(134255,14623,'thwma_order_shipping_status','wc-pending'),(134256,14624,'thwma_order_shipping_status','wc-pending'),(134257,14625,'thwma_order_shipping_status','wc-pending'),(134258,14647,'thwma_order_shipping_status','wc-pending'),(134259,14648,'thwma_order_shipping_status','wc-pending'),(134260,14642,'thwma_order_shipping_status','wc-pending'),(134261,14643,'thwma_order_shipping_status','wc-pending'),(134262,14644,'thwma_order_shipping_status','wc-pending'),(134263,14645,'thwma_order_shipping_status','wc-pending'),(134264,14658,'_product_id','490'),(134265,14658,'_variation_id','0'),(134266,14658,'_qty','8'),(134267,14658,'_tax_class',''),(134268,14658,'_line_subtotal','156.8'),(134269,14658,'_line_subtotal_tax','0'),(134270,14658,'_line_total','156.8'),(134271,14658,'_line_tax','0'),(134272,14658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134273,14659,'_product_id','45'),(134274,14659,'_variation_id','0'),(134275,14659,'_qty','3'),(134276,14659,'_tax_class',''),(134277,14659,'_line_subtotal','126.72'),(134278,14659,'_line_subtotal_tax','0'),(134279,14659,'_line_total','126.72'),(134280,14659,'_line_tax','0'),(134281,14659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134282,14660,'_product_id','2113'),(134283,14660,'_variation_id','0'),(134284,14660,'_qty','1'),(134285,14660,'_tax_class',''),(134286,14660,'_line_subtotal','172'),(134287,14660,'_line_subtotal_tax','0'),(134288,14660,'_line_total','172'),(134289,14660,'_line_tax','0'),(134290,14660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134291,14661,'_product_id','120'),(134292,14661,'_variation_id','0'),(134293,14661,'_qty','1'),(134294,14661,'_tax_class',''),(134295,14661,'_line_subtotal','52.8'),(134296,14661,'_line_subtotal_tax','0'),(134297,14661,'_line_total','52.8'),(134298,14661,'_line_tax','0'),(134299,14661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134300,14662,'method_id','advanced_free_shipping'),(134301,14662,'instance_id','0'),(134302,14662,'cost','0.00'),(134303,14662,'total_tax','0'),(134304,14662,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134305,14632,'thwma_order_shipping_status','wc-pending'),(134306,14633,'thwma_order_shipping_status','wc-pending'),(134307,14634,'thwma_order_shipping_status','wc-pending'),(134308,14635,'thwma_order_shipping_status','wc-pending'),(134309,14658,'thwma_order_shipping_status','wc-pending'),(134310,14659,'thwma_order_shipping_status','wc-pending'),(134311,14660,'thwma_order_shipping_status','wc-pending'),(134312,14661,'thwma_order_shipping_status','wc-pending'),(134313,14663,'_product_id','39'),(134314,14663,'_variation_id','0'),(134315,14663,'_qty','2'),(134316,14663,'_tax_class',''),(134317,14663,'_line_subtotal','158.4'),(134318,14663,'_line_subtotal_tax','0'),(134319,14663,'_line_total','158.4'),(134320,14663,'_line_tax','0'),(134321,14663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134322,14664,'_product_id','41'),(134323,14664,'_variation_id','0'),(134324,14664,'_qty','7'),(134325,14664,'_tax_class',''),(134326,14664,'_line_subtotal','465.36'),(134327,14664,'_line_subtotal_tax','0'),(134328,14664,'_line_total','465.36'),(134329,14664,'_line_tax','0'),(134330,14664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134331,14665,'_product_id','45'),(134332,14665,'_variation_id','0'),(134333,14665,'_qty','1'),(134334,14665,'_tax_class',''),(134335,14665,'_line_subtotal','42.24'),(134336,14665,'_line_subtotal_tax','0'),(134337,14665,'_line_total','42.24'),(134338,14665,'_line_tax','0'),(134339,14665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134340,14666,'_product_id','490'),(134341,14666,'_variation_id','0'),(134342,14666,'_qty','8'),(134343,14666,'_tax_class',''),(134344,14666,'_line_subtotal','156.8'),(134345,14666,'_line_subtotal_tax','0'),(134346,14666,'_line_total','156.8'),(134347,14666,'_line_tax','0'),(134348,14666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134349,14667,'method_id','advanced_free_shipping'),(134350,14667,'instance_id','0'),(134351,14667,'cost','0.00'),(134352,14667,'total_tax','0'),(134353,14667,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134354,14668,'_product_id','39'),(134355,14668,'_variation_id','0'),(134356,14668,'_qty','1'),(134357,14668,'_tax_class',''),(134358,14668,'_line_subtotal','79.2'),(134359,14668,'_line_subtotal_tax','0'),(134360,14668,'_line_total','79.2'),(134361,14668,'_line_tax','0'),(134362,14668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134363,14669,'_product_id','40'),(134364,14669,'_variation_id','0'),(134365,14669,'_qty','1'),(134366,14669,'_tax_class',''),(134367,14669,'_line_subtotal','79.2'),(134368,14669,'_line_subtotal_tax','0'),(134369,14669,'_line_total','79.2'),(134370,14669,'_line_tax','0'),(134371,14669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134372,14670,'_product_id','2110'),(134373,14670,'_variation_id','0'),(134374,14670,'_qty','6'),(134375,14670,'_tax_class',''),(134376,14670,'_line_subtotal','428.4'),(134377,14670,'_line_subtotal_tax','0'),(134378,14670,'_line_total','428.4'),(134379,14670,'_line_tax','0'),(134380,14670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134381,14671,'_product_id','41'),(134382,14671,'_variation_id','0'),(134383,14671,'_qty','3'),(134384,14671,'_tax_class',''),(134385,14671,'_line_subtotal','199.44'),(134386,14671,'_line_subtotal_tax','0'),(134387,14671,'_line_total','199.44'),(134388,14671,'_line_tax','0'),(134389,14671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134390,14672,'method_id','advanced_free_shipping'),(134391,14672,'instance_id','0'),(134392,14672,'cost','0.00'),(134393,14672,'total_tax','0'),(134394,14672,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134395,14673,'_product_id','2110'),(134396,14673,'_variation_id','0'),(134397,14673,'_qty','2'),(134398,14673,'_tax_class',''),(134399,14673,'_line_subtotal','142.8'),(134400,14673,'_line_subtotal_tax','0'),(134401,14673,'_line_total','142.8'),(134402,14673,'_line_tax','0'),(134403,14673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134404,14674,'_product_id','43'),(134405,14674,'_variation_id','0'),(134406,14674,'_qty','1'),(134407,14674,'_tax_class',''),(134408,14674,'_line_subtotal','79.2'),(134409,14674,'_line_subtotal_tax','0'),(134410,14674,'_line_total','79.2'),(134411,14674,'_line_tax','0'),(134412,14674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134413,14675,'_product_id','2110'),(134414,14675,'_variation_id','0'),(134415,14675,'_qty','1'),(134416,14675,'_tax_class',''),(134417,14675,'_line_subtotal','71.4'),(134418,14675,'_line_subtotal_tax','0'),(134419,14675,'_line_total','71.4'),(134420,14675,'_line_tax','0'),(134421,14675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134422,14676,'_product_id','41'),(134423,14676,'_variation_id','0'),(134424,14676,'_qty','1'),(134425,14676,'_tax_class',''),(134426,14676,'_line_subtotal','66.48'),(134427,14676,'_line_subtotal_tax','0'),(134428,14676,'_line_total','66.48'),(134429,14676,'_line_tax','0'),(134430,14676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134431,14677,'_product_id','42'),(134432,14677,'_variation_id','0'),(134433,14677,'_qty','1'),(134434,14677,'_tax_class',''),(134435,14677,'_line_subtotal','79.2'),(134436,14677,'_line_subtotal_tax','0'),(134437,14677,'_line_total','79.2'),(134438,14677,'_line_tax','0'),(134439,14677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134440,14678,'_product_id','49'),(134441,14678,'_variation_id','0'),(134442,14678,'_qty','1'),(134443,14678,'_tax_class',''),(134444,14678,'_line_subtotal','79.2'),(134445,14678,'_line_subtotal_tax','0'),(134446,14678,'_line_total','79.2'),(134447,14678,'_line_tax','0'),(134448,14678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134449,14679,'method_id','advanced_free_shipping'),(134450,14679,'instance_id','0'),(134451,14679,'cost','0.00'),(134452,14679,'total_tax','0'),(134453,14679,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134454,14680,'_product_id','42'),(134455,14680,'_variation_id','0'),(134456,14680,'_qty','1'),(134457,14680,'_tax_class',''),(134458,14680,'_line_subtotal','79.2'),(134459,14680,'_line_subtotal_tax','0'),(134460,14680,'_line_total','79.2'),(134461,14680,'_line_tax','0'),(134462,14680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134463,14681,'_product_id','43'),(134464,14681,'_variation_id','0'),(134465,14681,'_qty','1'),(134466,14681,'_tax_class',''),(134467,14681,'_line_subtotal','79.2'),(134468,14681,'_line_subtotal_tax','0'),(134469,14681,'_line_total','79.2'),(134470,14681,'_line_tax','0'),(134471,14681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134472,14682,'_product_id','487'),(134473,14682,'_variation_id','0'),(134474,14682,'_qty','1'),(134475,14682,'_tax_class',''),(134476,14682,'_line_subtotal','31.35'),(134477,14682,'_line_subtotal_tax','0'),(134478,14682,'_line_total','31.35'),(134479,14682,'_line_tax','0'),(134480,14682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134481,14683,'_product_id','2110'),(134482,14683,'_variation_id','0'),(134483,14683,'_qty','1'),(134484,14683,'_tax_class',''),(134485,14683,'_line_subtotal','71.4'),(134486,14683,'_line_subtotal_tax','0'),(134487,14683,'_line_total','71.4'),(134488,14683,'_line_tax','0'),(134489,14683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134490,14684,'_product_id','2113'),(134491,14684,'_variation_id','0'),(134492,14684,'_qty','2'),(134493,14684,'_tax_class',''),(134494,14684,'_line_subtotal','344'),(134495,14684,'_line_subtotal_tax','0'),(134496,14684,'_line_total','344'),(134497,14684,'_line_tax','0'),(134498,14684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134499,14685,'_product_id','45'),(134500,14685,'_variation_id','0'),(134501,14685,'_qty','3'),(134502,14685,'_tax_class',''),(134503,14685,'_line_subtotal','126.72'),(134504,14685,'_line_subtotal_tax','0'),(134505,14685,'_line_total','126.72'),(134506,14685,'_line_tax','0'),(134507,14685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134508,14686,'_product_id','41'),(134509,14686,'_variation_id','0'),(134510,14686,'_qty','1'),(134511,14686,'_tax_class',''),(134512,14686,'_line_subtotal','66.48'),(134513,14686,'_line_subtotal_tax','0'),(134514,14686,'_line_total','66.48'),(134515,14686,'_line_tax','0'),(134516,14686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134517,14687,'method_id','advanced_free_shipping'),(134518,14687,'instance_id','0'),(134519,14687,'cost','0.00'),(134520,14687,'total_tax','0'),(134521,14687,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134522,14688,'_product_id','23'),(134523,14688,'_variation_id','0'),(134524,14688,'_qty','4'),(134525,14688,'_tax_class',''),(134526,14688,'_line_subtotal','274.16'),(134527,14688,'_line_subtotal_tax','0'),(134528,14688,'_line_total','274.16'),(134529,14688,'_line_tax','0'),(134530,14688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134531,14689,'_product_id','490'),(134532,14689,'_variation_id','0'),(134533,14689,'_qty','12'),(134534,14689,'_tax_class',''),(134535,14689,'_line_subtotal','235.2'),(134536,14689,'_line_subtotal_tax','0'),(134537,14689,'_line_total','235.2'),(134538,14689,'_line_tax','0'),(134539,14689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134540,14690,'method_id','advanced_free_shipping'),(134541,14690,'instance_id','0'),(134542,14690,'cost','0.00'),(134543,14690,'total_tax','0'),(134544,14690,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134545,14691,'_product_id','490'),(134546,14691,'_variation_id','0'),(134547,14691,'_qty','3'),(134548,14691,'_tax_class',''),(134549,14691,'_line_subtotal','58.8'),(134550,14691,'_line_subtotal_tax','0'),(134551,14691,'_line_total','58.8'),(134552,14691,'_line_tax','0'),(134553,14691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134554,14692,'_product_id','43'),(134555,14692,'_variation_id','0'),(134556,14692,'_qty','1'),(134557,14692,'_tax_class',''),(134558,14692,'_line_subtotal','79.2'),(134559,14692,'_line_subtotal_tax','0'),(134560,14692,'_line_total','79.2'),(134561,14692,'_line_tax','0'),(134562,14692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134563,14693,'method_id','fedex'),(134564,14693,'instance_id','1'),(134565,14693,'cost','17.06'),(134566,14693,'total_tax','0'),(134567,14693,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134568,14693,'Package 1','11.25 × 8.75 × 7.75 (in) 14.84lbs × 1'),(134569,14693,'Items','Bulk Active Rinse 100% RM &times; 3, Preventive Spray 8oz(Case of 12) &times; 1'),(134570,14694,'_product_id','490'),(134571,14694,'_variation_id','0'),(134572,14694,'_qty','3'),(134573,14694,'_tax_class',''),(134574,14694,'_line_subtotal','58.8'),(134575,14694,'_line_subtotal_tax','0'),(134576,14694,'_line_total','58.8'),(134577,14694,'_line_tax','0'),(134578,14694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134579,14695,'_product_id','41'),(134580,14695,'_variation_id','0'),(134581,14695,'_qty','2'),(134582,14695,'_tax_class',''),(134583,14695,'_line_subtotal','132.96'),(134584,14695,'_line_subtotal_tax','0'),(134585,14695,'_line_total','132.96'),(134586,14695,'_line_tax','0'),(134587,14695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134588,14696,'_product_id','2110'),(134589,14696,'_variation_id','0'),(134590,14696,'_qty','4'),(134591,14696,'_tax_class',''),(134592,14696,'_line_subtotal','285.6'),(134593,14696,'_line_subtotal_tax','0'),(134594,14696,'_line_total','285.6'),(134595,14696,'_line_tax','0'),(134596,14696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134597,14697,'_product_id','116'),(134598,14697,'_variation_id','0'),(134599,14697,'_qty','2'),(134600,14697,'_tax_class',''),(134601,14697,'_line_subtotal','290.88'),(134602,14697,'_line_subtotal_tax','0'),(134603,14697,'_line_total','290.88'),(134604,14697,'_line_tax','0'),(134605,14697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134606,14698,'method_id','advanced_free_shipping'),(134607,14698,'instance_id','0'),(134608,14698,'cost','0.00'),(134609,14698,'total_tax','0'),(134610,14698,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134611,14699,'_product_id','2110'),(134612,14699,'_variation_id','0'),(134613,14699,'_qty','1'),(134614,14699,'_tax_class',''),(134615,14699,'_line_subtotal','71.4'),(134616,14699,'_line_subtotal_tax','0'),(134617,14699,'_line_total','71.4'),(134618,14699,'_line_tax','0'),(134619,14699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134620,14700,'_product_id','23'),(134621,14700,'_variation_id','0'),(134622,14700,'_qty','1'),(134623,14700,'_tax_class',''),(134624,14700,'_line_subtotal','68.54'),(134625,14700,'_line_subtotal_tax','0'),(134626,14700,'_line_total','68.54'),(134627,14700,'_line_tax','0'),(134628,14700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134629,14701,'_product_id','41'),(134630,14701,'_variation_id','0'),(134631,14701,'_qty','1'),(134632,14701,'_tax_class',''),(134633,14701,'_line_subtotal','66.48'),(134634,14701,'_line_subtotal_tax','0'),(134635,14701,'_line_total','66.48'),(134636,14701,'_line_tax','0'),(134637,14701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134638,14702,'_product_id','490'),(134639,14702,'_variation_id','0'),(134640,14702,'_qty','2'),(134641,14702,'_tax_class',''),(134642,14702,'_line_subtotal','39.2'),(134643,14702,'_line_subtotal_tax','0'),(134644,14702,'_line_total','39.2'),(134645,14702,'_line_tax','0'),(134646,14702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134647,14703,'_product_id','2113'),(134648,14703,'_variation_id','0'),(134649,14703,'_qty','2'),(134650,14703,'_tax_class',''),(134651,14703,'_line_subtotal','344'),(134652,14703,'_line_subtotal_tax','0'),(134653,14703,'_line_total','344'),(134654,14703,'_line_tax','0'),(134655,14703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134656,14704,'method_id','advanced_free_shipping'),(134657,14704,'instance_id','0'),(134658,14704,'cost','0.00'),(134659,14704,'total_tax','0'),(134660,14704,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134661,14705,'_product_id','39'),(134662,14705,'_variation_id','0'),(134663,14705,'_qty','1'),(134664,14705,'_tax_class',''),(134665,14705,'_line_subtotal','79.2'),(134666,14705,'_line_subtotal_tax','0'),(134667,14705,'_line_total','79.2'),(134668,14705,'_line_tax','0'),(134669,14705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134670,14706,'_product_id','40'),(134671,14706,'_variation_id','0'),(134672,14706,'_qty','1'),(134673,14706,'_tax_class',''),(134674,14706,'_line_subtotal','79.2'),(134675,14706,'_line_subtotal_tax','0'),(134676,14706,'_line_total','79.2'),(134677,14706,'_line_tax','0'),(134678,14706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134679,14707,'_product_id','42'),(134680,14707,'_variation_id','0'),(134681,14707,'_qty','1'),(134682,14707,'_tax_class',''),(134683,14707,'_line_subtotal','79.2'),(134684,14707,'_line_subtotal_tax','0'),(134685,14707,'_line_total','79.2'),(134686,14707,'_line_tax','0'),(134687,14707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134688,14708,'_product_id','43'),(134689,14708,'_variation_id','0'),(134690,14708,'_qty','2'),(134691,14708,'_tax_class',''),(134692,14708,'_line_subtotal','158.4'),(134693,14708,'_line_subtotal_tax','0'),(134694,14708,'_line_total','158.4'),(134695,14708,'_line_tax','0'),(134696,14708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134697,14709,'_product_id','49'),(134698,14709,'_variation_id','0'),(134699,14709,'_qty','1'),(134700,14709,'_tax_class',''),(134701,14709,'_line_subtotal','79.2'),(134702,14709,'_line_subtotal_tax','0'),(134703,14709,'_line_total','79.2'),(134704,14709,'_line_tax','0'),(134705,14709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134706,14710,'_product_id','488'),(134707,14710,'_variation_id','0'),(134708,14710,'_qty','1'),(134709,14710,'_tax_class',''),(134710,14710,'_line_subtotal','31.35'),(134711,14710,'_line_subtotal_tax','0'),(134712,14710,'_line_total','31.35'),(134713,14710,'_line_tax','0'),(134714,14710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134715,14711,'_product_id','487'),(134716,14711,'_variation_id','0'),(134717,14711,'_qty','1'),(134718,14711,'_tax_class',''),(134719,14711,'_line_subtotal','31.35'),(134720,14711,'_line_subtotal_tax','0'),(134721,14711,'_line_total','31.35'),(134722,14711,'_line_tax','0'),(134723,14711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134724,14712,'_product_id','2110'),(134725,14712,'_variation_id','0'),(134726,14712,'_qty','1'),(134727,14712,'_tax_class',''),(134728,14712,'_line_subtotal','71.4'),(134729,14712,'_line_subtotal_tax','0'),(134730,14712,'_line_total','71.4'),(134731,14712,'_line_tax','0'),(134732,14712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134733,14713,'_product_id','2113'),(134734,14713,'_variation_id','0'),(134735,14713,'_qty','1'),(134736,14713,'_tax_class',''),(134737,14713,'_line_subtotal','172'),(134738,14713,'_line_subtotal_tax','0'),(134739,14713,'_line_total','172'),(134740,14713,'_line_tax','0'),(134741,14713,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134742,14714,'_product_id','45'),(134743,14714,'_variation_id','0'),(134744,14714,'_qty','2'),(134745,14714,'_tax_class',''),(134746,14714,'_line_subtotal','84.48'),(134747,14714,'_line_subtotal_tax','0'),(134748,14714,'_line_total','84.48'),(134749,14714,'_line_tax','0'),(134750,14714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134751,14715,'method_id','advanced_free_shipping'),(134752,14715,'instance_id','0'),(134753,14715,'cost','0.00'),(134754,14715,'total_tax','0'),(134755,14715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134756,14716,'_product_id','39'),(134757,14716,'_variation_id','0'),(134758,14716,'_qty','1'),(134759,14716,'_tax_class',''),(134760,14716,'_line_subtotal','79.2'),(134761,14716,'_line_subtotal_tax','0'),(134762,14716,'_line_total','79.2'),(134763,14716,'_line_tax','0'),(134764,14716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134765,14717,'_product_id','40'),(134766,14717,'_variation_id','0'),(134767,14717,'_qty','1'),(134768,14717,'_tax_class',''),(134769,14717,'_line_subtotal','79.2'),(134770,14717,'_line_subtotal_tax','0'),(134771,14717,'_line_total','79.2'),(134772,14717,'_line_tax','0'),(134773,14717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134774,14718,'_product_id','43'),(134775,14718,'_variation_id','0'),(134776,14718,'_qty','2'),(134777,14718,'_tax_class',''),(134778,14718,'_line_subtotal','158.4'),(134779,14718,'_line_subtotal_tax','0'),(134780,14718,'_line_total','158.4'),(134781,14718,'_line_tax','0'),(134782,14718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134783,14719,'_product_id','2110'),(134784,14719,'_variation_id','0'),(134785,14719,'_qty','1'),(134786,14719,'_tax_class',''),(134787,14719,'_line_subtotal','71.4'),(134788,14719,'_line_subtotal_tax','0'),(134789,14719,'_line_total','71.4'),(134790,14719,'_line_tax','0'),(134791,14719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134792,14720,'_product_id','2113'),(134793,14720,'_variation_id','0'),(134794,14720,'_qty','1'),(134795,14720,'_tax_class',''),(134796,14720,'_line_subtotal','172'),(134797,14720,'_line_subtotal_tax','0'),(134798,14720,'_line_total','172'),(134799,14720,'_line_tax','0'),(134800,14720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134801,14721,'_product_id','45'),(134802,14721,'_variation_id','0'),(134803,14721,'_qty','3'),(134804,14721,'_tax_class',''),(134805,14721,'_line_subtotal','126.72'),(134806,14721,'_line_subtotal_tax','0'),(134807,14721,'_line_total','126.72'),(134808,14721,'_line_tax','0'),(134809,14721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134810,14722,'method_id','advanced_free_shipping'),(134811,14722,'instance_id','0'),(134812,14722,'cost','0.00'),(134813,14722,'total_tax','0'),(134814,14722,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134815,14723,'_product_id','45'),(134816,14723,'_variation_id','0'),(134817,14723,'_qty','2'),(134818,14723,'_tax_class',''),(134819,14723,'_line_subtotal','84.48'),(134820,14723,'_line_subtotal_tax','0'),(134821,14723,'_line_total','84.48'),(134822,14723,'_line_tax','0'),(134823,14723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134824,14724,'_product_id','51'),(134825,14724,'_variation_id','0'),(134826,14724,'_qty','1'),(134827,14724,'_tax_class',''),(134828,14724,'_line_subtotal','147.84'),(134829,14724,'_line_subtotal_tax','0'),(134830,14724,'_line_total','147.84'),(134831,14724,'_line_tax','0'),(134832,14724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134833,14725,'_product_id','2113'),(134834,14725,'_variation_id','0'),(134835,14725,'_qty','1'),(134836,14725,'_tax_class',''),(134837,14725,'_line_subtotal','172'),(134838,14725,'_line_subtotal_tax','0'),(134839,14725,'_line_total','172'),(134840,14725,'_line_tax','0'),(134841,14725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134842,14726,'_product_id','2110'),(134843,14726,'_variation_id','0'),(134844,14726,'_qty','1'),(134845,14726,'_tax_class',''),(134846,14726,'_line_subtotal','71.4'),(134847,14726,'_line_subtotal_tax','0'),(134848,14726,'_line_total','71.4'),(134849,14726,'_line_tax','0'),(134850,14726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134851,14727,'_product_id','148'),(134852,14727,'_variation_id','0'),(134853,14727,'_qty','4'),(134854,14727,'_tax_class',''),(134855,14727,'_line_subtotal','33'),(134856,14727,'_line_subtotal_tax','0'),(134857,14727,'_line_total','33'),(134858,14727,'_line_tax','0'),(134859,14727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134860,14728,'method_id','advanced_free_shipping'),(134861,14728,'instance_id','0'),(134862,14728,'cost','0.00'),(134863,14728,'total_tax','0'),(134864,14728,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134865,14729,'_product_id','137'),(134866,14729,'_variation_id','0'),(134867,14729,'_qty','24'),(134868,14729,'_tax_class',''),(134869,14729,'_line_subtotal','145.2'),(134870,14729,'_line_subtotal_tax','0'),(134871,14729,'_line_total','145.2'),(134872,14729,'_line_tax','0'),(134873,14729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134874,14730,'_product_id','148'),(134875,14730,'_variation_id','0'),(134876,14730,'_qty','5'),(134877,14730,'_tax_class',''),(134878,14730,'_line_subtotal','41.25'),(134879,14730,'_line_subtotal_tax','0'),(134880,14730,'_line_total','41.25'),(134881,14730,'_line_tax','0'),(134882,14730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134883,14731,'_product_id','137'),(134884,14731,'_variation_id','0'),(134885,14731,'_qty','10'),(134886,14731,'_tax_class',''),(134887,14731,'_line_subtotal','60.5'),(134888,14731,'_line_subtotal_tax','0'),(134889,14731,'_line_total','60.5'),(134890,14731,'_line_tax','0'),(134891,14731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134892,14732,'_product_id','138'),(134893,14732,'_variation_id','0'),(134894,14732,'_qty','5'),(134895,14732,'_tax_class',''),(134896,14732,'_line_subtotal','24.75'),(134897,14732,'_line_subtotal_tax','0'),(134898,14732,'_line_total','24.75'),(134899,14732,'_line_tax','0'),(134900,14732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(134901,14733,'method_id','fedex'),(134902,14733,'instance_id','1'),(134903,14733,'cost','16.73'),(134904,14733,'total_tax','0'),(134905,14733,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(134906,14733,'Package 1','15.81 × 12.94 × 10.19 (in) 12.19lbs × 1'),(134907,14733,'Items','The Wet Brush &times; 24, Disney Wet Brush &times; 5, The Wet Brush &times; 10, The Wet Brush Squirt &times; 5'),(135206,14768,'_product_id','2110'),(135207,14768,'_variation_id','0'),(135208,14768,'_qty','3'),(135209,14768,'_tax_class',''),(135210,14768,'_line_subtotal','214.2'),(135211,14768,'_line_subtotal_tax','0'),(135212,14768,'_line_total','214.2'),(135213,14768,'_line_tax','0'),(135214,14768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135215,14769,'_product_id','2113'),(135216,14769,'_variation_id','0'),(135217,14769,'_qty','2'),(135218,14769,'_tax_class',''),(135219,14769,'_line_subtotal','344'),(135220,14769,'_line_subtotal_tax','0'),(135221,14769,'_line_total','344'),(135222,14769,'_line_tax','0'),(135223,14769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135224,14770,'_product_id','42'),(135225,14770,'_variation_id','0'),(135226,14770,'_qty','3'),(135227,14770,'_tax_class',''),(135228,14770,'_line_subtotal','237.6'),(135229,14770,'_line_subtotal_tax','0'),(135230,14770,'_line_total','237.6'),(135231,14770,'_line_tax','0'),(135232,14770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135233,14771,'_product_id','41'),(135234,14771,'_variation_id','0'),(135235,14771,'_qty','6'),(135236,14771,'_tax_class',''),(135237,14771,'_line_subtotal','398.88'),(135238,14771,'_line_subtotal_tax','0'),(135239,14771,'_line_total','398.88'),(135240,14771,'_line_tax','0'),(135241,14771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135242,14772,'_product_id','2400'),(135243,14772,'_variation_id','0'),(135244,14772,'_qty','3'),(135245,14772,'_tax_class',''),(135246,14772,'_line_subtotal','558.9'),(135247,14772,'_line_subtotal_tax','0'),(135248,14772,'_line_total','558.9'),(135249,14772,'_line_tax','0'),(135250,14772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135251,14773,'_product_id','2408'),(135252,14773,'_variation_id','0'),(135253,14773,'_qty','3'),(135254,14773,'_tax_class',''),(135255,14773,'_line_subtotal','448.02'),(135256,14773,'_line_subtotal_tax','0'),(135257,14773,'_line_total','448.02'),(135258,14773,'_line_tax','0'),(135259,14773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135260,14774,'_product_id','39'),(135261,14774,'_variation_id','0'),(135262,14774,'_qty','3'),(135263,14774,'_tax_class',''),(135264,14774,'_line_subtotal','237.6'),(135265,14774,'_line_subtotal_tax','0'),(135266,14774,'_line_total','237.6'),(135267,14774,'_line_tax','0'),(135268,14774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135269,14775,'_product_id','40'),(135270,14775,'_variation_id','0'),(135271,14775,'_qty','3'),(135272,14775,'_tax_class',''),(135273,14775,'_line_subtotal','237.6'),(135274,14775,'_line_subtotal_tax','0'),(135275,14775,'_line_total','237.6'),(135276,14775,'_line_tax','0'),(135277,14775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135278,14776,'_product_id','120'),(135279,14776,'_variation_id','0'),(135280,14776,'_qty','2'),(135281,14776,'_tax_class',''),(135282,14776,'_line_subtotal','105.6'),(135283,14776,'_line_subtotal_tax','0'),(135284,14776,'_line_total','105.6'),(135285,14776,'_line_tax','0'),(135286,14776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135287,14777,'_product_id','43'),(135288,14777,'_variation_id','0'),(135289,14777,'_qty','3'),(135290,14777,'_tax_class',''),(135291,14777,'_line_subtotal','237.6'),(135292,14777,'_line_subtotal_tax','0'),(135293,14777,'_line_total','237.6'),(135294,14777,'_line_tax','0'),(135295,14777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135296,14778,'_product_id','44'),(135297,14778,'_variation_id','0'),(135298,14778,'_qty','3'),(135299,14778,'_tax_class',''),(135300,14778,'_line_subtotal','348.48'),(135301,14778,'_line_subtotal_tax','0'),(135302,14778,'_line_total','348.48'),(135303,14778,'_line_tax','0'),(135304,14778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135305,14779,'_product_id','490'),(135306,14779,'_variation_id','0'),(135307,14779,'_qty','50'),(135308,14779,'_tax_class',''),(135309,14779,'_line_subtotal','980'),(135310,14779,'_line_subtotal_tax','0'),(135311,14779,'_line_total','980'),(135312,14779,'_line_tax','0'),(135313,14779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135314,14780,'_product_id','488'),(135315,14780,'_variation_id','0'),(135316,14780,'_qty','2'),(135317,14780,'_tax_class',''),(135318,14780,'_line_subtotal','62.7'),(135319,14780,'_line_subtotal_tax','0'),(135320,14780,'_line_total','62.7'),(135321,14780,'_line_tax','0'),(135322,14780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135323,14781,'_product_id','487'),(135324,14781,'_variation_id','0'),(135325,14781,'_qty','3'),(135326,14781,'_tax_class',''),(135327,14781,'_line_subtotal','94.05'),(135328,14781,'_line_subtotal_tax','0'),(135329,14781,'_line_total','94.05'),(135330,14781,'_line_tax','0'),(135331,14781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135332,14782,'_product_id','103'),(135333,14782,'_variation_id','0'),(135334,14782,'_qty','1'),(135335,14782,'_tax_class',''),(135336,14782,'_line_subtotal','8.4'),(135337,14782,'_line_subtotal_tax','0'),(135338,14782,'_line_total','8.4'),(135339,14782,'_line_tax','0'),(135340,14782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135341,14783,'_product_id','101'),(135342,14783,'_variation_id','0'),(135343,14783,'_qty','1'),(135344,14783,'_tax_class',''),(135345,14783,'_line_subtotal','8.4'),(135346,14783,'_line_subtotal_tax','0'),(135347,14783,'_line_total','8.4'),(135348,14783,'_line_tax','0'),(135349,14783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135350,14784,'method_id','advanced_free_shipping'),(135351,14784,'instance_id','0'),(135352,14784,'cost','0.00'),(135353,14784,'total_tax','0'),(135354,14784,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135355,14663,'thwma_order_shipping_status','wc-pending'),(135356,14664,'thwma_order_shipping_status','wc-pending'),(135357,14665,'thwma_order_shipping_status','wc-pending'),(135358,14666,'thwma_order_shipping_status','wc-pending'),(135359,14654,'thwma_order_shipping_status','wc-pending'),(135360,14655,'thwma_order_shipping_status','wc-pending'),(135361,14656,'thwma_order_shipping_status','wc-pending'),(135362,14668,'thwma_order_shipping_status','wc-pending'),(135363,14669,'thwma_order_shipping_status','wc-pending'),(135364,14670,'thwma_order_shipping_status','wc-pending'),(135365,14671,'thwma_order_shipping_status','wc-pending'),(135366,14673,'thwma_order_shipping_status','wc-pending'),(135367,14674,'thwma_order_shipping_status','wc-pending'),(135368,14675,'thwma_order_shipping_status','wc-pending'),(135369,14676,'thwma_order_shipping_status','wc-pending'),(135370,14677,'thwma_order_shipping_status','wc-pending'),(135371,14678,'thwma_order_shipping_status','wc-pending'),(135372,14680,'thwma_order_shipping_status','wc-pending'),(135373,14681,'thwma_order_shipping_status','wc-pending'),(135374,14682,'thwma_order_shipping_status','wc-pending'),(135375,14683,'thwma_order_shipping_status','wc-pending'),(135376,14684,'thwma_order_shipping_status','wc-pending'),(135377,14685,'thwma_order_shipping_status','wc-pending'),(135378,14686,'thwma_order_shipping_status','wc-pending'),(135379,14691,'thwma_order_shipping_status','wc-pending'),(135380,14692,'thwma_order_shipping_status','wc-pending'),(135381,14694,'thwma_order_shipping_status','wc-pending'),(135382,14695,'thwma_order_shipping_status','wc-pending'),(135383,14696,'thwma_order_shipping_status','wc-pending'),(135384,14697,'thwma_order_shipping_status','wc-pending'),(135385,14688,'thwma_order_shipping_status','wc-pending'),(135386,14689,'thwma_order_shipping_status','wc-pending'),(135387,14699,'thwma_order_shipping_status','wc-pending'),(135388,14700,'thwma_order_shipping_status','wc-pending'),(135389,14701,'thwma_order_shipping_status','wc-pending'),(135390,14702,'thwma_order_shipping_status','wc-pending'),(135391,14703,'thwma_order_shipping_status','wc-pending'),(135392,14716,'thwma_order_shipping_status','wc-pending'),(135393,14717,'thwma_order_shipping_status','wc-pending'),(135394,14718,'thwma_order_shipping_status','wc-pending'),(135395,14719,'thwma_order_shipping_status','wc-pending'),(135396,14720,'thwma_order_shipping_status','wc-pending'),(135397,14721,'thwma_order_shipping_status','wc-pending'),(135398,14705,'thwma_order_shipping_status','wc-pending'),(135399,14706,'thwma_order_shipping_status','wc-pending'),(135400,14707,'thwma_order_shipping_status','wc-pending'),(135401,14708,'thwma_order_shipping_status','wc-pending'),(135402,14709,'thwma_order_shipping_status','wc-pending'),(135403,14710,'thwma_order_shipping_status','wc-pending'),(135404,14711,'thwma_order_shipping_status','wc-pending'),(135405,14712,'thwma_order_shipping_status','wc-pending'),(135406,14713,'thwma_order_shipping_status','wc-pending'),(135407,14714,'thwma_order_shipping_status','wc-pending'),(135408,14785,'_product_id','2110'),(135409,14785,'_variation_id','0'),(135410,14785,'_qty','9'),(135411,14785,'_tax_class',''),(135412,14785,'_line_subtotal','642.6'),(135413,14785,'_line_subtotal_tax','0'),(135414,14785,'_line_total','642.6'),(135415,14785,'_line_tax','0'),(135416,14785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135417,14786,'_product_id','2113'),(135418,14786,'_variation_id','0'),(135419,14786,'_qty','4'),(135420,14786,'_tax_class',''),(135421,14786,'_line_subtotal','688'),(135422,14786,'_line_subtotal_tax','0'),(135423,14786,'_line_total','688'),(135424,14786,'_line_tax','0'),(135425,14786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135426,14787,'_product_id','45'),(135427,14787,'_variation_id','0'),(135428,14787,'_qty','10'),(135429,14787,'_tax_class',''),(135430,14787,'_line_subtotal','422.4'),(135431,14787,'_line_subtotal_tax','0'),(135432,14787,'_line_total','422.4'),(135433,14787,'_line_tax','0'),(135434,14787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135435,14788,'_product_id','43'),(135436,14788,'_variation_id','0'),(135437,14788,'_qty','15'),(135438,14788,'_tax_class',''),(135439,14788,'_line_subtotal','1188'),(135440,14788,'_line_subtotal_tax','0'),(135441,14788,'_line_total','1188'),(135442,14788,'_line_tax','0'),(135443,14788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135444,14789,'method_id','advanced_free_shipping'),(135445,14789,'instance_id','0'),(135446,14789,'cost','0.00'),(135447,14789,'total_tax','0'),(135448,14789,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135449,14790,'_product_id','41'),(135450,14790,'_variation_id','0'),(135451,14790,'_qty','1'),(135452,14790,'_tax_class',''),(135453,14790,'_line_subtotal','66.48'),(135454,14790,'_line_subtotal_tax','0'),(135455,14790,'_line_total','66.48'),(135456,14790,'_line_tax','0'),(135457,14790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135458,14791,'_product_id','43'),(135459,14791,'_variation_id','0'),(135460,14791,'_qty','2'),(135461,14791,'_tax_class',''),(135462,14791,'_line_subtotal','158.4'),(135463,14791,'_line_subtotal_tax','0'),(135464,14791,'_line_total','158.4'),(135465,14791,'_line_tax','0'),(135466,14791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135467,14792,'method_id','fedex'),(135468,14792,'instance_id','1'),(135469,14792,'cost','27.07'),(135470,14792,'total_tax','0'),(135471,14792,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135472,14792,'Package 1','11.88 × 11 × 10.75 (in) 19.25lbs × 1'),(135473,14792,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2'),(135474,14793,'_product_id','2110'),(135475,14793,'_variation_id','0'),(135476,14793,'_qty','4'),(135477,14793,'_tax_class',''),(135478,14793,'_line_subtotal','285.6'),(135479,14793,'_line_subtotal_tax','0'),(135480,14793,'_line_total','285.6'),(135481,14793,'_line_tax','0'),(135482,14793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135483,14794,'_product_id','45'),(135484,14794,'_variation_id','0'),(135485,14794,'_qty','3'),(135486,14794,'_tax_class',''),(135487,14794,'_line_subtotal','126.72'),(135488,14794,'_line_subtotal_tax','0'),(135489,14794,'_line_total','126.72'),(135490,14794,'_line_tax','0'),(135491,14794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135492,14795,'_product_id','39'),(135493,14795,'_variation_id','0'),(135494,14795,'_qty','1'),(135495,14795,'_tax_class',''),(135496,14795,'_line_subtotal','79.2'),(135497,14795,'_line_subtotal_tax','0'),(135498,14795,'_line_total','79.2'),(135499,14795,'_line_tax','0'),(135500,14795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135501,14796,'_product_id','40'),(135502,14796,'_variation_id','0'),(135503,14796,'_qty','2'),(135504,14796,'_tax_class',''),(135505,14796,'_line_subtotal','158.4'),(135506,14796,'_line_subtotal_tax','0'),(135507,14796,'_line_total','158.4'),(135508,14796,'_line_tax','0'),(135509,14796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135510,14797,'_product_id','43'),(135511,14797,'_variation_id','0'),(135512,14797,'_qty','2'),(135513,14797,'_tax_class',''),(135514,14797,'_line_subtotal','158.4'),(135515,14797,'_line_subtotal_tax','0'),(135516,14797,'_line_total','158.4'),(135517,14797,'_line_tax','0'),(135518,14797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135519,14798,'_product_id','490'),(135520,14798,'_variation_id','0'),(135521,14798,'_qty','10'),(135522,14798,'_tax_class',''),(135523,14798,'_line_subtotal','196'),(135524,14798,'_line_subtotal_tax','0'),(135525,14798,'_line_total','196'),(135526,14798,'_line_tax','0'),(135527,14798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135528,14799,'_product_id','133'),(135529,14799,'_variation_id','0'),(135530,14799,'_qty','7'),(135531,14799,'_tax_class',''),(135532,14799,'_line_subtotal','100.1'),(135533,14799,'_line_subtotal_tax','0'),(135534,14799,'_line_total','100.1'),(135535,14799,'_line_tax','0'),(135536,14799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135537,14800,'method_id','advanced_free_shipping'),(135538,14800,'instance_id','0'),(135539,14800,'cost','0.00'),(135540,14800,'total_tax','0'),(135541,14800,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135542,14801,'_product_id','2113'),(135543,14801,'_variation_id','0'),(135544,14801,'_qty','1'),(135545,14801,'_tax_class',''),(135546,14801,'_line_subtotal','172'),(135547,14801,'_line_subtotal_tax','0'),(135548,14801,'_line_total','172'),(135549,14801,'_line_tax','0'),(135550,14801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135551,14802,'_product_id','2110'),(135552,14802,'_variation_id','0'),(135553,14802,'_qty','1'),(135554,14802,'_tax_class',''),(135555,14802,'_line_subtotal','71.4'),(135556,14802,'_line_subtotal_tax','0'),(135557,14802,'_line_total','71.4'),(135558,14802,'_line_tax','0'),(135559,14802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135560,14803,'_product_id','41'),(135561,14803,'_variation_id','0'),(135562,14803,'_qty','2'),(135563,14803,'_tax_class',''),(135564,14803,'_line_subtotal','132.96'),(135565,14803,'_line_subtotal_tax','0'),(135566,14803,'_line_total','132.96'),(135567,14803,'_line_tax','0'),(135568,14803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135569,14804,'_product_id','43'),(135570,14804,'_variation_id','0'),(135571,14804,'_qty','2'),(135572,14804,'_tax_class',''),(135573,14804,'_line_subtotal','158.4'),(135574,14804,'_line_subtotal_tax','0'),(135575,14804,'_line_total','158.4'),(135576,14804,'_line_tax','0'),(135577,14804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135578,14805,'_product_id','490'),(135579,14805,'_variation_id','0'),(135580,14805,'_qty','2'),(135581,14805,'_tax_class',''),(135582,14805,'_line_subtotal','39.2'),(135583,14805,'_line_subtotal_tax','0'),(135584,14805,'_line_total','39.2'),(135585,14805,'_line_tax','0'),(135586,14805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135587,14806,'method_id','advanced_free_shipping'),(135588,14806,'instance_id','0'),(135589,14806,'cost','0.00'),(135590,14806,'total_tax','0'),(135591,14806,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135597,14723,'thwma_order_shipping_status','wc-pending'),(135598,14724,'thwma_order_shipping_status','wc-pending'),(135599,14725,'thwma_order_shipping_status','wc-pending'),(135600,14726,'thwma_order_shipping_status','wc-pending'),(135601,14727,'thwma_order_shipping_status','wc-pending'),(135602,14729,'thwma_order_shipping_status','wc-pending'),(135603,14730,'thwma_order_shipping_status','wc-pending'),(135604,14731,'thwma_order_shipping_status','wc-pending'),(135605,14732,'thwma_order_shipping_status','wc-pending'),(135606,14768,'thwma_order_shipping_status','wc-pending'),(135607,14769,'thwma_order_shipping_status','wc-pending'),(135608,14770,'thwma_order_shipping_status','wc-pending'),(135609,14771,'thwma_order_shipping_status','wc-pending'),(135610,14772,'thwma_order_shipping_status','wc-pending'),(135611,14773,'thwma_order_shipping_status','wc-pending'),(135612,14774,'thwma_order_shipping_status','wc-pending'),(135613,14775,'thwma_order_shipping_status','wc-pending'),(135614,14776,'thwma_order_shipping_status','wc-pending'),(135615,14777,'thwma_order_shipping_status','wc-pending'),(135616,14778,'thwma_order_shipping_status','wc-pending'),(135617,14779,'thwma_order_shipping_status','wc-pending'),(135618,14780,'thwma_order_shipping_status','wc-pending'),(135619,14781,'thwma_order_shipping_status','wc-pending'),(135620,14782,'thwma_order_shipping_status','wc-pending'),(135621,14783,'thwma_order_shipping_status','wc-pending'),(135622,14785,'thwma_order_shipping_status','wc-pending'),(135623,14786,'thwma_order_shipping_status','wc-pending'),(135624,14787,'thwma_order_shipping_status','wc-pending'),(135625,14788,'thwma_order_shipping_status','wc-pending'),(135626,14807,'_product_id','2110'),(135627,14807,'_variation_id','0'),(135628,14807,'_qty','2'),(135629,14807,'_tax_class',''),(135630,14807,'_line_subtotal','142.8'),(135631,14807,'_line_subtotal_tax','0'),(135632,14807,'_line_total','142.8'),(135633,14807,'_line_tax','0'),(135634,14807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135635,14808,'_product_id','43'),(135636,14808,'_variation_id','0'),(135637,14808,'_qty','2'),(135638,14808,'_tax_class',''),(135639,14808,'_line_subtotal','158.4'),(135640,14808,'_line_subtotal_tax','0'),(135641,14808,'_line_total','158.4'),(135642,14808,'_line_tax','0'),(135643,14808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135644,14809,'_product_id','2113'),(135645,14809,'_variation_id','0'),(135646,14809,'_qty','1'),(135647,14809,'_tax_class',''),(135648,14809,'_line_subtotal','172'),(135649,14809,'_line_subtotal_tax','0'),(135650,14809,'_line_total','172'),(135651,14809,'_line_tax','0'),(135652,14809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135653,14810,'_product_id','49'),(135654,14810,'_variation_id','0'),(135655,14810,'_qty','2'),(135656,14810,'_tax_class',''),(135657,14810,'_line_subtotal','158.4'),(135658,14810,'_line_subtotal_tax','0'),(135659,14810,'_line_total','158.4'),(135660,14810,'_line_tax','0'),(135661,14810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135662,14811,'method_id','advanced_free_shipping'),(135663,14811,'instance_id','0'),(135664,14811,'cost','0.00'),(135665,14811,'total_tax','0'),(135666,14811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135667,14790,'thwma_order_shipping_status','wc-pending'),(135668,14791,'thwma_order_shipping_status','wc-pending'),(135669,14793,'thwma_order_shipping_status','wc-pending'),(135670,14794,'thwma_order_shipping_status','wc-pending'),(135671,14795,'thwma_order_shipping_status','wc-pending'),(135672,14796,'thwma_order_shipping_status','wc-pending'),(135673,14797,'thwma_order_shipping_status','wc-pending'),(135674,14798,'thwma_order_shipping_status','wc-pending'),(135675,14799,'thwma_order_shipping_status','wc-pending'),(135676,14812,'_product_id','41'),(135677,14812,'_variation_id','0'),(135678,14812,'_qty','1'),(135679,14812,'_tax_class',''),(135680,14812,'_line_subtotal','66.48'),(135681,14812,'_line_subtotal_tax','0'),(135682,14812,'_line_total','66.48'),(135683,14812,'_line_tax','0'),(135684,14812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135685,14813,'_product_id','49'),(135686,14813,'_variation_id','0'),(135687,14813,'_qty','3'),(135688,14813,'_tax_class',''),(135689,14813,'_line_subtotal','237.6'),(135690,14813,'_line_subtotal_tax','0'),(135691,14813,'_line_total','237.6'),(135692,14813,'_line_tax','0'),(135693,14813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135694,14814,'_product_id','43'),(135695,14814,'_variation_id','0'),(135696,14814,'_qty','2'),(135697,14814,'_tax_class',''),(135698,14814,'_line_subtotal','158.4'),(135699,14814,'_line_subtotal_tax','0'),(135700,14814,'_line_total','158.4'),(135701,14814,'_line_tax','0'),(135702,14814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135703,14815,'_product_id','45'),(135704,14815,'_variation_id','0'),(135705,14815,'_qty','1'),(135706,14815,'_tax_class',''),(135707,14815,'_line_subtotal','42.24'),(135708,14815,'_line_subtotal_tax','0'),(135709,14815,'_line_total','42.24'),(135710,14815,'_line_tax','0'),(135711,14815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135712,14816,'_product_id','2110'),(135713,14816,'_variation_id','0'),(135714,14816,'_qty','3'),(135715,14816,'_tax_class',''),(135716,14816,'_line_subtotal','214.2'),(135717,14816,'_line_subtotal_tax','0'),(135718,14816,'_line_total','214.2'),(135719,14816,'_line_tax','0'),(135720,14816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135721,14817,'_product_id','2110'),(135722,14817,'_variation_id','0'),(135723,14817,'_qty','1'),(135724,14817,'_tax_class',''),(135725,14817,'_line_subtotal','71.4'),(135726,14817,'_line_subtotal_tax','0'),(135727,14817,'_line_total','71.4'),(135728,14817,'_line_tax','0'),(135729,14817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135730,14818,'_product_id','42'),(135731,14818,'_variation_id','0'),(135732,14818,'_qty','1'),(135733,14818,'_tax_class',''),(135734,14818,'_line_subtotal','79.2'),(135735,14818,'_line_subtotal_tax','0'),(135736,14818,'_line_total','79.2'),(135737,14818,'_line_tax','0'),(135738,14818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135739,14819,'_product_id','2408'),(135740,14819,'_variation_id','0'),(135741,14819,'_qty','1'),(135742,14819,'_tax_class',''),(135743,14819,'_line_subtotal','149.34'),(135744,14819,'_line_subtotal_tax','0'),(135745,14819,'_line_total','149.34'),(135746,14819,'_line_tax','0'),(135747,14819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135748,14820,'_product_id','44'),(135749,14820,'_variation_id','0'),(135750,14820,'_qty','1'),(135751,14820,'_tax_class',''),(135752,14820,'_line_subtotal','116.16'),(135753,14820,'_line_subtotal_tax','0'),(135754,14820,'_line_total','116.16'),(135755,14820,'_line_tax','0'),(135756,14820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135757,14821,'_product_id','490'),(135758,14821,'_variation_id','0'),(135759,14821,'_qty','10'),(135760,14821,'_tax_class',''),(135761,14821,'_line_subtotal','196'),(135762,14821,'_line_subtotal_tax','0'),(135763,14821,'_line_total','196'),(135764,14821,'_line_tax','0'),(135765,14821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135766,14822,'_product_id','488'),(135767,14822,'_variation_id','0'),(135768,14822,'_qty','1'),(135769,14822,'_tax_class',''),(135770,14822,'_line_subtotal','31.35'),(135771,14822,'_line_subtotal_tax','0'),(135772,14822,'_line_total','31.35'),(135773,14822,'_line_tax','0'),(135774,14822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135775,14823,'_product_id','487'),(135776,14823,'_variation_id','0'),(135777,14823,'_qty','1'),(135778,14823,'_tax_class',''),(135779,14823,'_line_subtotal','31.35'),(135780,14823,'_line_subtotal_tax','0'),(135781,14823,'_line_total','31.35'),(135782,14823,'_line_tax','0'),(135783,14823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135784,14824,'method_id','advanced_free_shipping'),(135785,14824,'instance_id','0'),(135786,14824,'cost','0.00'),(135787,14824,'total_tax','0'),(135788,14824,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135789,14825,'_product_id','2110'),(135790,14825,'_variation_id','0'),(135791,14825,'_qty','1'),(135792,14825,'_tax_class',''),(135793,14825,'_line_subtotal','71.4'),(135794,14825,'_line_subtotal_tax','0'),(135795,14825,'_line_total','71.4'),(135796,14825,'_line_tax','0'),(135797,14825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135798,14826,'_product_id','2113'),(135799,14826,'_variation_id','0'),(135800,14826,'_qty','1'),(135801,14826,'_tax_class',''),(135802,14826,'_line_subtotal','172'),(135803,14826,'_line_subtotal_tax','0'),(135804,14826,'_line_total','172'),(135805,14826,'_line_tax','0'),(135806,14826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135807,14827,'_product_id','41'),(135808,14827,'_variation_id','0'),(135809,14827,'_qty','3'),(135810,14827,'_tax_class',''),(135811,14827,'_line_subtotal','199.44'),(135812,14827,'_line_subtotal_tax','0'),(135813,14827,'_line_total','199.44'),(135814,14827,'_line_tax','0'),(135815,14827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135816,14828,'_product_id','45'),(135817,14828,'_variation_id','0'),(135818,14828,'_qty','1'),(135819,14828,'_tax_class',''),(135820,14828,'_line_subtotal','42.24'),(135821,14828,'_line_subtotal_tax','0'),(135822,14828,'_line_total','42.24'),(135823,14828,'_line_tax','0'),(135824,14828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135825,14829,'_product_id','120'),(135826,14829,'_variation_id','0'),(135827,14829,'_qty','2'),(135828,14829,'_tax_class',''),(135829,14829,'_line_subtotal','105.6'),(135830,14829,'_line_subtotal_tax','0'),(135831,14829,'_line_total','105.6'),(135832,14829,'_line_tax','0'),(135833,14829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135834,14830,'_product_id','43'),(135835,14830,'_variation_id','0'),(135836,14830,'_qty','2'),(135837,14830,'_tax_class',''),(135838,14830,'_line_subtotal','158.4'),(135839,14830,'_line_subtotal_tax','0'),(135840,14830,'_line_total','158.4'),(135841,14830,'_line_tax','0'),(135842,14830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135843,14831,'_product_id','40'),(135844,14831,'_variation_id','0'),(135845,14831,'_qty','1'),(135846,14831,'_tax_class',''),(135847,14831,'_line_subtotal','79.2'),(135848,14831,'_line_subtotal_tax','0'),(135849,14831,'_line_total','79.2'),(135850,14831,'_line_tax','0'),(135851,14831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135852,14832,'_product_id','39'),(135853,14832,'_variation_id','0'),(135854,14832,'_qty','1'),(135855,14832,'_tax_class',''),(135856,14832,'_line_subtotal','79.2'),(135857,14832,'_line_subtotal_tax','0'),(135858,14832,'_line_total','79.2'),(135859,14832,'_line_tax','0'),(135860,14832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135861,14833,'_product_id','49'),(135862,14833,'_variation_id','0'),(135863,14833,'_qty','1'),(135864,14833,'_tax_class',''),(135865,14833,'_line_subtotal','79.2'),(135866,14833,'_line_subtotal_tax','0'),(135867,14833,'_line_total','79.2'),(135868,14833,'_line_tax','0'),(135869,14833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135870,14834,'_product_id','93'),(135871,14834,'_variation_id','0'),(135872,14834,'_qty','9'),(135873,14834,'_tax_class',''),(135874,14834,'_line_subtotal','0'),(135875,14834,'_line_subtotal_tax','0'),(135876,14834,'_line_total','0'),(135877,14834,'_line_tax','0'),(135878,14834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135879,14835,'_product_id','44'),(135880,14835,'_variation_id','0'),(135881,14835,'_qty','1'),(135882,14835,'_tax_class',''),(135883,14835,'_line_subtotal','116.16'),(135884,14835,'_line_subtotal_tax','0'),(135885,14835,'_line_total','116.16'),(135886,14835,'_line_tax','0'),(135887,14835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135888,14836,'method_id','advanced_free_shipping'),(135889,14836,'instance_id','0'),(135890,14836,'cost','0.00'),(135891,14836,'total_tax','0'),(135892,14836,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135893,14837,'_product_id','41'),(135894,14837,'_variation_id','0'),(135895,14837,'_qty','6'),(135896,14837,'_tax_class',''),(135897,14837,'_line_subtotal','398.88'),(135898,14837,'_line_subtotal_tax','0'),(135899,14837,'_line_total','398.88'),(135900,14837,'_line_tax','0'),(135901,14837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135902,14838,'_product_id','23'),(135903,14838,'_variation_id','0'),(135904,14838,'_qty','6'),(135905,14838,'_tax_class',''),(135906,14838,'_line_subtotal','411.24'),(135907,14838,'_line_subtotal_tax','0'),(135908,14838,'_line_total','411.24'),(135909,14838,'_line_tax','0'),(135910,14838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135911,14839,'_product_id','49'),(135912,14839,'_variation_id','0'),(135913,14839,'_qty','8'),(135914,14839,'_tax_class',''),(135915,14839,'_line_subtotal','633.6'),(135916,14839,'_line_subtotal_tax','0'),(135917,14839,'_line_total','633.6'),(135918,14839,'_line_tax','0'),(135919,14839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135920,14840,'_product_id','44'),(135921,14840,'_variation_id','0'),(135922,14840,'_qty','6'),(135923,14840,'_tax_class',''),(135924,14840,'_line_subtotal','696.96'),(135925,14840,'_line_subtotal_tax','0'),(135926,14840,'_line_total','696.96'),(135927,14840,'_line_tax','0'),(135928,14840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135929,14841,'_product_id','490'),(135930,14841,'_variation_id','0'),(135931,14841,'_qty','10'),(135932,14841,'_tax_class',''),(135933,14841,'_line_subtotal','196'),(135934,14841,'_line_subtotal_tax','0'),(135935,14841,'_line_total','196'),(135936,14841,'_line_tax','0'),(135937,14841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135938,14842,'method_id','advanced_free_shipping'),(135939,14842,'instance_id','0'),(135940,14842,'cost','0.00'),(135941,14842,'total_tax','0'),(135942,14842,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(135943,14801,'thwma_order_shipping_status','wc-pending'),(135944,14802,'thwma_order_shipping_status','wc-pending'),(135945,14803,'thwma_order_shipping_status','wc-pending'),(135946,14804,'thwma_order_shipping_status','wc-pending'),(135947,14805,'thwma_order_shipping_status','wc-pending'),(135948,14812,'thwma_order_shipping_status','wc-pending'),(135949,14813,'thwma_order_shipping_status','wc-pending'),(135950,14814,'thwma_order_shipping_status','wc-pending'),(135951,14815,'thwma_order_shipping_status','wc-pending'),(135952,14816,'thwma_order_shipping_status','wc-pending'),(135953,14817,'thwma_order_shipping_status','wc-pending'),(135954,14818,'thwma_order_shipping_status','wc-pending'),(135955,14819,'thwma_order_shipping_status','wc-pending'),(135956,14820,'thwma_order_shipping_status','wc-pending'),(135957,14821,'thwma_order_shipping_status','wc-pending'),(135958,14822,'thwma_order_shipping_status','wc-pending'),(135959,14823,'thwma_order_shipping_status','wc-pending'),(135960,14807,'thwma_order_shipping_status','wc-pending'),(135961,14808,'thwma_order_shipping_status','wc-pending'),(135962,14809,'thwma_order_shipping_status','wc-pending'),(135963,14810,'thwma_order_shipping_status','wc-pending'),(135964,14837,'thwma_order_shipping_status','wc-pending'),(135965,14838,'thwma_order_shipping_status','wc-pending'),(135966,14839,'thwma_order_shipping_status','wc-pending'),(135967,14840,'thwma_order_shipping_status','wc-pending'),(135968,14841,'thwma_order_shipping_status','wc-pending'),(135969,14843,'_product_id','45'),(135970,14843,'_variation_id','0'),(135971,14843,'_qty','6'),(135972,14843,'_tax_class',''),(135973,14843,'_line_subtotal','253.44'),(135974,14843,'_line_subtotal_tax','0'),(135975,14843,'_line_total','253.44'),(135976,14843,'_line_tax','0'),(135977,14843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135978,14844,'_product_id','41'),(135979,14844,'_variation_id','0'),(135980,14844,'_qty','4'),(135981,14844,'_tax_class',''),(135982,14844,'_line_subtotal','265.92'),(135983,14844,'_line_subtotal_tax','0'),(135984,14844,'_line_total','265.92'),(135985,14844,'_line_tax','0'),(135986,14844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135987,14845,'_product_id','49'),(135988,14845,'_variation_id','0'),(135989,14845,'_qty','3'),(135990,14845,'_tax_class',''),(135991,14845,'_line_subtotal','237.6'),(135992,14845,'_line_subtotal_tax','0'),(135993,14845,'_line_total','237.6'),(135994,14845,'_line_tax','0'),(135995,14845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(135996,14846,'_product_id','43'),(135997,14846,'_variation_id','0'),(135998,14846,'_qty','3'),(135999,14846,'_tax_class',''),(136000,14846,'_line_subtotal','237.6'),(136001,14846,'_line_subtotal_tax','0'),(136002,14846,'_line_total','237.6'),(136003,14846,'_line_tax','0'),(136004,14846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136005,14847,'_product_id','490'),(136006,14847,'_variation_id','0'),(136007,14847,'_qty','5'),(136008,14847,'_tax_class',''),(136009,14847,'_line_subtotal','98'),(136010,14847,'_line_subtotal_tax','0'),(136011,14847,'_line_total','98'),(136012,14847,'_line_tax','0'),(136013,14847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136014,14848,'_product_id','133'),(136015,14848,'_variation_id','0'),(136016,14848,'_qty','10'),(136017,14848,'_tax_class',''),(136018,14848,'_line_subtotal','143'),(136019,14848,'_line_subtotal_tax','0'),(136020,14848,'_line_total','143'),(136021,14848,'_line_tax','0'),(136022,14848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136023,14849,'method_id','advanced_free_shipping'),(136024,14849,'instance_id','0'),(136025,14849,'cost','0.00'),(136026,14849,'total_tax','0'),(136027,14849,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136028,14850,'_product_id','2110'),(136029,14850,'_variation_id','0'),(136030,14850,'_qty','3'),(136031,14850,'_tax_class',''),(136032,14850,'_line_subtotal','214.2'),(136033,14850,'_line_subtotal_tax','0'),(136034,14850,'_line_total','214.2'),(136035,14850,'_line_tax','0'),(136036,14850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136037,14851,'_product_id','2113'),(136038,14851,'_variation_id','0'),(136039,14851,'_qty','1'),(136040,14851,'_tax_class',''),(136041,14851,'_line_subtotal','172'),(136042,14851,'_line_subtotal_tax','0'),(136043,14851,'_line_total','172'),(136044,14851,'_line_tax','0'),(136045,14851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136046,14852,'_product_id','41'),(136047,14852,'_variation_id','0'),(136048,14852,'_qty','2'),(136049,14852,'_tax_class',''),(136050,14852,'_line_subtotal','132.96'),(136051,14852,'_line_subtotal_tax','0'),(136052,14852,'_line_total','132.96'),(136053,14852,'_line_tax','0'),(136054,14852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136055,14853,'_product_id','45'),(136056,14853,'_variation_id','0'),(136057,14853,'_qty','1'),(136058,14853,'_tax_class',''),(136059,14853,'_line_subtotal','42.24'),(136060,14853,'_line_subtotal_tax','0'),(136061,14853,'_line_total','42.24'),(136062,14853,'_line_tax','0'),(136063,14853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136064,14854,'_product_id','49'),(136065,14854,'_variation_id','0'),(136066,14854,'_qty','1'),(136067,14854,'_tax_class',''),(136068,14854,'_line_subtotal','79.2'),(136069,14854,'_line_subtotal_tax','0'),(136070,14854,'_line_total','79.2'),(136071,14854,'_line_tax','0'),(136072,14854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136073,14855,'_product_id','490'),(136074,14855,'_variation_id','0'),(136075,14855,'_qty','10'),(136076,14855,'_tax_class',''),(136077,14855,'_line_subtotal','196'),(136078,14855,'_line_subtotal_tax','0'),(136079,14855,'_line_total','196'),(136080,14855,'_line_tax','0'),(136081,14855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136082,14856,'_product_id','488'),(136083,14856,'_variation_id','0'),(136084,14856,'_qty','3'),(136085,14856,'_tax_class',''),(136086,14856,'_line_subtotal','94.05'),(136087,14856,'_line_subtotal_tax','0'),(136088,14856,'_line_total','94.05'),(136089,14856,'_line_tax','0'),(136090,14856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136091,14857,'method_id','advanced_free_shipping'),(136092,14857,'instance_id','0'),(136093,14857,'cost','0.00'),(136094,14857,'total_tax','0'),(136095,14857,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136096,14858,'_product_id','49'),(136097,14858,'_variation_id','0'),(136098,14858,'_qty','1'),(136099,14858,'_tax_class',''),(136100,14858,'_line_subtotal','79.2'),(136101,14858,'_line_subtotal_tax','0'),(136102,14858,'_line_total','79.2'),(136103,14858,'_line_tax','0'),(136104,14858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136105,14859,'_product_id','43'),(136106,14859,'_variation_id','0'),(136107,14859,'_qty','1'),(136108,14859,'_tax_class',''),(136109,14859,'_line_subtotal','79.2'),(136110,14859,'_line_subtotal_tax','0'),(136111,14859,'_line_total','79.2'),(136112,14859,'_line_tax','0'),(136113,14859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136114,14860,'_product_id','45'),(136115,14860,'_variation_id','0'),(136116,14860,'_qty','3'),(136117,14860,'_tax_class',''),(136118,14860,'_line_subtotal','126.72'),(136119,14860,'_line_subtotal_tax','0'),(136120,14860,'_line_total','126.72'),(136121,14860,'_line_tax','0'),(136122,14860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136123,14861,'_product_id','2110'),(136124,14861,'_variation_id','0'),(136125,14861,'_qty','3'),(136126,14861,'_tax_class',''),(136127,14861,'_line_subtotal','214.2'),(136128,14861,'_line_subtotal_tax','0'),(136129,14861,'_line_total','214.2'),(136130,14861,'_line_tax','0'),(136131,14861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136132,14862,'_product_id','490'),(136133,14862,'_variation_id','0'),(136134,14862,'_qty','10'),(136135,14862,'_tax_class',''),(136136,14862,'_line_subtotal','196'),(136137,14862,'_line_subtotal_tax','0'),(136138,14862,'_line_total','196'),(136139,14862,'_line_tax','0'),(136140,14862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136141,14863,'_product_id','488'),(136142,14863,'_variation_id','0'),(136143,14863,'_qty','1'),(136144,14863,'_tax_class',''),(136145,14863,'_line_subtotal','31.35'),(136146,14863,'_line_subtotal_tax','0'),(136147,14863,'_line_total','31.35'),(136148,14863,'_line_tax','0'),(136149,14863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136150,14864,'_product_id','487'),(136151,14864,'_variation_id','0'),(136152,14864,'_qty','1'),(136153,14864,'_tax_class',''),(136154,14864,'_line_subtotal','31.35'),(136155,14864,'_line_subtotal_tax','0'),(136156,14864,'_line_total','31.35'),(136157,14864,'_line_tax','0'),(136158,14864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136159,14865,'_product_id','39'),(136160,14865,'_variation_id','0'),(136161,14865,'_qty','1'),(136162,14865,'_tax_class',''),(136163,14865,'_line_subtotal','79.2'),(136164,14865,'_line_subtotal_tax','0'),(136165,14865,'_line_total','79.2'),(136166,14865,'_line_tax','0'),(136167,14865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136168,14866,'_product_id','40'),(136169,14866,'_variation_id','0'),(136170,14866,'_qty','1'),(136171,14866,'_tax_class',''),(136172,14866,'_line_subtotal','79.2'),(136173,14866,'_line_subtotal_tax','0'),(136174,14866,'_line_total','79.2'),(136175,14866,'_line_tax','0'),(136176,14866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136177,14867,'method_id','advanced_free_shipping'),(136178,14867,'instance_id','0'),(136179,14867,'cost','0.00'),(136180,14867,'total_tax','0'),(136181,14867,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136182,14868,'_product_id','49'),(136183,14868,'_variation_id','0'),(136184,14868,'_qty','1'),(136185,14868,'_tax_class',''),(136186,14868,'_line_subtotal','79.2'),(136187,14868,'_line_subtotal_tax','0'),(136188,14868,'_line_total','79.2'),(136189,14868,'_line_tax','0'),(136190,14868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136191,14869,'_product_id','43'),(136192,14869,'_variation_id','0'),(136193,14869,'_qty','1'),(136194,14869,'_tax_class',''),(136195,14869,'_line_subtotal','79.2'),(136196,14869,'_line_subtotal_tax','0'),(136197,14869,'_line_total','79.2'),(136198,14869,'_line_tax','0'),(136199,14869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136200,14870,'_product_id','45'),(136201,14870,'_variation_id','0'),(136202,14870,'_qty','3'),(136203,14870,'_tax_class',''),(136204,14870,'_line_subtotal','126.72'),(136205,14870,'_line_subtotal_tax','0'),(136206,14870,'_line_total','126.72'),(136207,14870,'_line_tax','0'),(136208,14870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136209,14871,'_product_id','2110'),(136210,14871,'_variation_id','0'),(136211,14871,'_qty','3'),(136212,14871,'_tax_class',''),(136213,14871,'_line_subtotal','214.2'),(136214,14871,'_line_subtotal_tax','0'),(136215,14871,'_line_total','214.2'),(136216,14871,'_line_tax','0'),(136217,14871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136218,14872,'_product_id','490'),(136219,14872,'_variation_id','0'),(136220,14872,'_qty','10'),(136221,14872,'_tax_class',''),(136222,14872,'_line_subtotal','196'),(136223,14872,'_line_subtotal_tax','0'),(136224,14872,'_line_total','196'),(136225,14872,'_line_tax','0'),(136226,14872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136227,14873,'_product_id','488'),(136228,14873,'_variation_id','0'),(136229,14873,'_qty','1'),(136230,14873,'_tax_class',''),(136231,14873,'_line_subtotal','31.35'),(136232,14873,'_line_subtotal_tax','0'),(136233,14873,'_line_total','31.35'),(136234,14873,'_line_tax','0'),(136235,14873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136236,14874,'_product_id','487'),(136237,14874,'_variation_id','0'),(136238,14874,'_qty','1'),(136239,14874,'_tax_class',''),(136240,14874,'_line_subtotal','31.35'),(136241,14874,'_line_subtotal_tax','0'),(136242,14874,'_line_total','31.35'),(136243,14874,'_line_tax','0'),(136244,14874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136245,14875,'_product_id','39'),(136246,14875,'_variation_id','0'),(136247,14875,'_qty','1'),(136248,14875,'_tax_class',''),(136249,14875,'_line_subtotal','79.2'),(136250,14875,'_line_subtotal_tax','0'),(136251,14875,'_line_total','79.2'),(136252,14875,'_line_tax','0'),(136253,14875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136254,14876,'_product_id','40'),(136255,14876,'_variation_id','0'),(136256,14876,'_qty','1'),(136257,14876,'_tax_class',''),(136258,14876,'_line_subtotal','79.2'),(136259,14876,'_line_subtotal_tax','0'),(136260,14876,'_line_total','79.2'),(136261,14876,'_line_tax','0'),(136262,14876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136263,14877,'method_id','advanced_free_shipping'),(136264,14877,'instance_id','0'),(136265,14877,'cost','0.00'),(136266,14877,'total_tax','0'),(136267,14877,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136268,14878,'_product_id','49'),(136269,14878,'_variation_id','0'),(136270,14878,'_qty','1'),(136271,14878,'_tax_class',''),(136272,14878,'_line_subtotal','79.2'),(136273,14878,'_line_subtotal_tax','0'),(136274,14878,'_line_total','79.2'),(136275,14878,'_line_tax','0'),(136276,14878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136277,14879,'_product_id','43'),(136278,14879,'_variation_id','0'),(136279,14879,'_qty','1'),(136280,14879,'_tax_class',''),(136281,14879,'_line_subtotal','79.2'),(136282,14879,'_line_subtotal_tax','0'),(136283,14879,'_line_total','79.2'),(136284,14879,'_line_tax','0'),(136285,14879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136286,14880,'_product_id','45'),(136287,14880,'_variation_id','0'),(136288,14880,'_qty','3'),(136289,14880,'_tax_class',''),(136290,14880,'_line_subtotal','126.72'),(136291,14880,'_line_subtotal_tax','0'),(136292,14880,'_line_total','126.72'),(136293,14880,'_line_tax','0'),(136294,14880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136295,14881,'_product_id','2110'),(136296,14881,'_variation_id','0'),(136297,14881,'_qty','3'),(136298,14881,'_tax_class',''),(136299,14881,'_line_subtotal','214.2'),(136300,14881,'_line_subtotal_tax','0'),(136301,14881,'_line_total','214.2'),(136302,14881,'_line_tax','0'),(136303,14881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136304,14882,'_product_id','490'),(136305,14882,'_variation_id','0'),(136306,14882,'_qty','10'),(136307,14882,'_tax_class',''),(136308,14882,'_line_subtotal','196'),(136309,14882,'_line_subtotal_tax','0'),(136310,14882,'_line_total','196'),(136311,14882,'_line_tax','0'),(136312,14882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136313,14883,'_product_id','488'),(136314,14883,'_variation_id','0'),(136315,14883,'_qty','1'),(136316,14883,'_tax_class',''),(136317,14883,'_line_subtotal','31.35'),(136318,14883,'_line_subtotal_tax','0'),(136319,14883,'_line_total','31.35'),(136320,14883,'_line_tax','0'),(136321,14883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136322,14884,'_product_id','487'),(136323,14884,'_variation_id','0'),(136324,14884,'_qty','1'),(136325,14884,'_tax_class',''),(136326,14884,'_line_subtotal','31.35'),(136327,14884,'_line_subtotal_tax','0'),(136328,14884,'_line_total','31.35'),(136329,14884,'_line_tax','0'),(136330,14884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136331,14885,'_product_id','39'),(136332,14885,'_variation_id','0'),(136333,14885,'_qty','1'),(136334,14885,'_tax_class',''),(136335,14885,'_line_subtotal','79.2'),(136336,14885,'_line_subtotal_tax','0'),(136337,14885,'_line_total','79.2'),(136338,14885,'_line_tax','0'),(136339,14885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136340,14886,'_product_id','40'),(136341,14886,'_variation_id','0'),(136342,14886,'_qty','1'),(136343,14886,'_tax_class',''),(136344,14886,'_line_subtotal','79.2'),(136345,14886,'_line_subtotal_tax','0'),(136346,14886,'_line_total','79.2'),(136347,14886,'_line_tax','0'),(136348,14886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136349,14887,'method_id','advanced_free_shipping'),(136350,14887,'instance_id','0'),(136351,14887,'cost','0.00'),(136352,14887,'total_tax','0'),(136353,14887,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136354,14888,'_product_id','490'),(136355,14888,'_variation_id','0'),(136356,14888,'_qty','10'),(136357,14888,'_tax_class',''),(136358,14888,'_line_subtotal','196'),(136359,14888,'_line_subtotal_tax','0'),(136360,14888,'_line_total','196'),(136361,14888,'_line_tax','0'),(136362,14888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136363,14889,'_product_id','488'),(136364,14889,'_variation_id','0'),(136365,14889,'_qty','1'),(136366,14889,'_tax_class',''),(136367,14889,'_line_subtotal','31.35'),(136368,14889,'_line_subtotal_tax','0'),(136369,14889,'_line_total','31.35'),(136370,14889,'_line_tax','0'),(136371,14889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136372,14890,'_product_id','45'),(136373,14890,'_variation_id','0'),(136374,14890,'_qty','1'),(136375,14890,'_tax_class',''),(136376,14890,'_line_subtotal','42.24'),(136377,14890,'_line_subtotal_tax','0'),(136378,14890,'_line_total','42.24'),(136379,14890,'_line_tax','0'),(136380,14890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136381,14891,'_product_id','487'),(136382,14891,'_variation_id','0'),(136383,14891,'_qty','1'),(136384,14891,'_tax_class',''),(136385,14891,'_line_subtotal','31.35'),(136386,14891,'_line_subtotal_tax','0'),(136387,14891,'_line_total','31.35'),(136388,14891,'_line_tax','0'),(136389,14891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136390,14892,'_product_id','51'),(136391,14892,'_variation_id','0'),(136392,14892,'_qty','1'),(136393,14892,'_tax_class',''),(136394,14892,'_line_subtotal','147.84'),(136395,14892,'_line_subtotal_tax','0'),(136396,14892,'_line_total','147.84'),(136397,14892,'_line_tax','0'),(136398,14892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136399,14893,'_product_id','44'),(136400,14893,'_variation_id','0'),(136401,14893,'_qty','1'),(136402,14893,'_tax_class',''),(136403,14893,'_line_subtotal','116.16'),(136404,14893,'_line_subtotal_tax','0'),(136405,14893,'_line_total','116.16'),(136406,14893,'_line_tax','0'),(136407,14893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136408,14894,'method_id','advanced_free_shipping'),(136409,14894,'instance_id','0'),(136410,14894,'cost','0.00'),(136411,14894,'total_tax','0'),(136412,14894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136413,14895,'_product_id','23'),(136414,14895,'_variation_id','0'),(136415,14895,'_qty','5'),(136416,14895,'_tax_class',''),(136417,14895,'_line_subtotal','342.7'),(136418,14895,'_line_subtotal_tax','0'),(136419,14895,'_line_total','342.7'),(136420,14895,'_line_tax','0'),(136421,14895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136422,14896,'_product_id','44'),(136423,14896,'_variation_id','0'),(136424,14896,'_qty','2'),(136425,14896,'_tax_class',''),(136426,14896,'_line_subtotal','232.32'),(136427,14896,'_line_subtotal_tax','0'),(136428,14896,'_line_total','232.32'),(136429,14896,'_line_tax','0'),(136430,14896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136431,14897,'_product_id','490'),(136432,14897,'_variation_id','0'),(136433,14897,'_qty','5'),(136434,14897,'_tax_class',''),(136435,14897,'_line_subtotal','98'),(136436,14897,'_line_subtotal_tax','0'),(136437,14897,'_line_total','98'),(136438,14897,'_line_tax','0'),(136439,14897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136440,14898,'method_id','advanced_free_shipping'),(136441,14898,'instance_id','0'),(136442,14898,'cost','0.00'),(136443,14898,'total_tax','0'),(136444,14898,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136445,14843,'thwma_order_shipping_status','wc-pending'),(136446,14844,'thwma_order_shipping_status','wc-pending'),(136447,14845,'thwma_order_shipping_status','wc-pending'),(136448,14846,'thwma_order_shipping_status','wc-pending'),(136449,14847,'thwma_order_shipping_status','wc-pending'),(136450,14848,'thwma_order_shipping_status','wc-pending'),(136462,14878,'thwma_order_shipping_status','wc-pending'),(136463,14879,'thwma_order_shipping_status','wc-pending'),(136464,14880,'thwma_order_shipping_status','wc-pending'),(136465,14881,'thwma_order_shipping_status','wc-pending'),(136466,14882,'thwma_order_shipping_status','wc-pending'),(136467,14883,'thwma_order_shipping_status','wc-pending'),(136468,14884,'thwma_order_shipping_status','wc-pending'),(136469,14885,'thwma_order_shipping_status','wc-pending'),(136470,14886,'thwma_order_shipping_status','wc-pending'),(136471,14899,'_product_id','2113'),(136472,14899,'_variation_id','0'),(136473,14899,'_qty','1'),(136474,14899,'_tax_class',''),(136475,14899,'_line_subtotal','172'),(136476,14899,'_line_subtotal_tax','0'),(136477,14899,'_line_total','172'),(136478,14899,'_line_tax','0'),(136479,14899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136480,14900,'_product_id','2110'),(136481,14900,'_variation_id','0'),(136482,14900,'_qty','3'),(136483,14900,'_tax_class',''),(136484,14900,'_line_subtotal','214.2'),(136485,14900,'_line_subtotal_tax','0'),(136486,14900,'_line_total','214.2'),(136487,14900,'_line_tax','0'),(136488,14900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136489,14901,'_product_id','42'),(136490,14901,'_variation_id','0'),(136491,14901,'_qty','1'),(136492,14901,'_tax_class',''),(136493,14901,'_line_subtotal','79.2'),(136494,14901,'_line_subtotal_tax','0'),(136495,14901,'_line_total','79.2'),(136496,14901,'_line_tax','0'),(136497,14901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136498,14902,'_product_id','116'),(136499,14902,'_variation_id','0'),(136500,14902,'_qty','1'),(136501,14902,'_tax_class',''),(136502,14902,'_line_subtotal','145.44'),(136503,14902,'_line_subtotal_tax','0'),(136504,14902,'_line_total','145.44'),(136505,14902,'_line_tax','0'),(136506,14902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136507,14903,'_product_id','41'),(136508,14903,'_variation_id','0'),(136509,14903,'_qty','3'),(136510,14903,'_tax_class',''),(136511,14903,'_line_subtotal','199.44'),(136512,14903,'_line_subtotal_tax','0'),(136513,14903,'_line_total','199.44'),(136514,14903,'_line_tax','0'),(136515,14903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136516,14904,'_product_id','45'),(136517,14904,'_variation_id','0'),(136518,14904,'_qty','2'),(136519,14904,'_tax_class',''),(136520,14904,'_line_subtotal','84.48'),(136521,14904,'_line_subtotal_tax','0'),(136522,14904,'_line_total','84.48'),(136523,14904,'_line_tax','0'),(136524,14904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136525,14905,'_product_id','120'),(136526,14905,'_variation_id','0'),(136527,14905,'_qty','1'),(136528,14905,'_tax_class',''),(136529,14905,'_line_subtotal','52.8'),(136530,14905,'_line_subtotal_tax','0'),(136531,14905,'_line_total','52.8'),(136532,14905,'_line_tax','0'),(136533,14905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136534,14906,'_product_id','43'),(136535,14906,'_variation_id','0'),(136536,14906,'_qty','2'),(136537,14906,'_tax_class',''),(136538,14906,'_line_subtotal','158.4'),(136539,14906,'_line_subtotal_tax','0'),(136540,14906,'_line_total','158.4'),(136541,14906,'_line_tax','0'),(136542,14906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136543,14907,'_product_id','49'),(136544,14907,'_variation_id','0'),(136545,14907,'_qty','3'),(136546,14907,'_tax_class',''),(136547,14907,'_line_subtotal','237.6'),(136548,14907,'_line_subtotal_tax','0'),(136549,14907,'_line_total','237.6'),(136550,14907,'_line_tax','0'),(136551,14907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136552,14908,'_product_id','44'),(136553,14908,'_variation_id','0'),(136554,14908,'_qty','1'),(136555,14908,'_tax_class',''),(136556,14908,'_line_subtotal','116.16'),(136557,14908,'_line_subtotal_tax','0'),(136558,14908,'_line_total','116.16'),(136559,14908,'_line_tax','0'),(136560,14908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136561,14909,'_product_id','93'),(136562,14909,'_variation_id','0'),(136563,14909,'_qty','10'),(136564,14909,'_tax_class',''),(136565,14909,'_line_subtotal','0'),(136566,14909,'_line_subtotal_tax','0'),(136567,14909,'_line_total','0'),(136568,14909,'_line_tax','0'),(136569,14909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136570,14910,'_product_id','97'),(136571,14910,'_variation_id','0'),(136572,14910,'_qty','2'),(136573,14910,'_tax_class',''),(136574,14910,'_line_subtotal','0'),(136575,14910,'_line_subtotal_tax','0'),(136576,14910,'_line_total','0'),(136577,14910,'_line_tax','0'),(136578,14910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136579,14911,'_product_id','99'),(136580,14911,'_variation_id','0'),(136581,14911,'_qty','2'),(136582,14911,'_tax_class',''),(136583,14911,'_line_subtotal','0'),(136584,14911,'_line_subtotal_tax','0'),(136585,14911,'_line_total','0'),(136586,14911,'_line_tax','0'),(136587,14911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136588,14912,'_product_id','133'),(136589,14912,'_variation_id','0'),(136590,14912,'_qty','3'),(136591,14912,'_tax_class',''),(136592,14912,'_line_subtotal','42.9'),(136593,14912,'_line_subtotal_tax','0'),(136594,14912,'_line_total','42.9'),(136595,14912,'_line_tax','0'),(136596,14912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136597,14913,'method_id','advanced_free_shipping'),(136598,14913,'instance_id','0'),(136599,14913,'cost','0.00'),(136600,14913,'total_tax','0'),(136601,14913,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136616,14850,'thwma_order_shipping_status','wc-pending'),(136617,14851,'thwma_order_shipping_status','wc-pending'),(136618,14852,'thwma_order_shipping_status','wc-pending'),(136619,14853,'thwma_order_shipping_status','wc-pending'),(136620,14854,'thwma_order_shipping_status','wc-pending'),(136621,14855,'thwma_order_shipping_status','wc-pending'),(136622,14856,'thwma_order_shipping_status','wc-pending'),(136623,14888,'thwma_order_shipping_status','wc-pending'),(136624,14889,'thwma_order_shipping_status','wc-pending'),(136625,14890,'thwma_order_shipping_status','wc-pending'),(136626,14891,'thwma_order_shipping_status','wc-pending'),(136627,14892,'thwma_order_shipping_status','wc-pending'),(136628,14893,'thwma_order_shipping_status','wc-pending'),(136629,14895,'thwma_order_shipping_status','wc-pending'),(136630,14896,'thwma_order_shipping_status','wc-pending'),(136631,14897,'thwma_order_shipping_status','wc-pending'),(136632,14825,'thwma_order_shipping_status','wc-pending'),(136633,14826,'thwma_order_shipping_status','wc-pending'),(136634,14827,'thwma_order_shipping_status','wc-pending'),(136635,14828,'thwma_order_shipping_status','wc-pending'),(136636,14829,'thwma_order_shipping_status','wc-pending'),(136637,14830,'thwma_order_shipping_status','wc-pending'),(136638,14831,'thwma_order_shipping_status','wc-pending'),(136639,14832,'thwma_order_shipping_status','wc-pending'),(136640,14833,'thwma_order_shipping_status','wc-pending'),(136641,14834,'thwma_order_shipping_status','wc-pending'),(136642,14835,'thwma_order_shipping_status','wc-pending'),(136643,14914,'_product_id','44'),(136644,14914,'_variation_id','0'),(136645,14914,'_qty','3'),(136646,14914,'_tax_class',''),(136647,14914,'_line_subtotal','348.48'),(136648,14914,'_line_subtotal_tax','0'),(136649,14914,'_line_total','348.48'),(136650,14914,'_line_tax','0'),(136651,14914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136652,14915,'_product_id','40'),(136653,14915,'_variation_id','0'),(136654,14915,'_qty','1'),(136655,14915,'_tax_class',''),(136656,14915,'_line_subtotal','79.2'),(136657,14915,'_line_subtotal_tax','0'),(136658,14915,'_line_total','79.2'),(136659,14915,'_line_tax','0'),(136660,14915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136661,14916,'_product_id','39'),(136662,14916,'_variation_id','0'),(136663,14916,'_qty','1'),(136664,14916,'_tax_class',''),(136665,14916,'_line_subtotal','79.2'),(136666,14916,'_line_subtotal_tax','0'),(136667,14916,'_line_total','79.2'),(136668,14916,'_line_tax','0'),(136669,14916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136670,14917,'method_id','advanced_free_shipping'),(136671,14917,'instance_id','0'),(136672,14917,'cost','0.00'),(136673,14917,'total_tax','0'),(136674,14917,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136675,14918,'_product_id','2110'),(136676,14918,'_variation_id','0'),(136677,14918,'_qty','1'),(136678,14918,'_tax_class',''),(136679,14918,'_line_subtotal','71.4'),(136680,14918,'_line_subtotal_tax','0'),(136681,14918,'_line_total','71.4'),(136682,14918,'_line_tax','0'),(136683,14918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136684,14919,'_product_id','2113'),(136685,14919,'_variation_id','0'),(136686,14919,'_qty','2'),(136687,14919,'_tax_class',''),(136688,14919,'_line_subtotal','344'),(136689,14919,'_line_subtotal_tax','0'),(136690,14919,'_line_total','344'),(136691,14919,'_line_tax','0'),(136692,14919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136693,14920,'_product_id','41'),(136694,14920,'_variation_id','0'),(136695,14920,'_qty','4'),(136696,14920,'_tax_class',''),(136697,14920,'_line_subtotal','265.92'),(136698,14920,'_line_subtotal_tax','0'),(136699,14920,'_line_total','265.92'),(136700,14920,'_line_tax','0'),(136701,14920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136702,14921,'_product_id','45'),(136703,14921,'_variation_id','0'),(136704,14921,'_qty','2'),(136705,14921,'_tax_class',''),(136706,14921,'_line_subtotal','84.48'),(136707,14921,'_line_subtotal_tax','0'),(136708,14921,'_line_total','84.48'),(136709,14921,'_line_tax','0'),(136710,14921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136711,14922,'_product_id','2408'),(136712,14922,'_variation_id','0'),(136713,14922,'_qty','1'),(136714,14922,'_tax_class',''),(136715,14922,'_line_subtotal','149.34'),(136716,14922,'_line_subtotal_tax','0'),(136717,14922,'_line_total','149.34'),(136718,14922,'_line_tax','0'),(136719,14922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136720,14923,'_product_id','39'),(136721,14923,'_variation_id','0'),(136722,14923,'_qty','1'),(136723,14923,'_tax_class',''),(136724,14923,'_line_subtotal','79.2'),(136725,14923,'_line_subtotal_tax','0'),(136726,14923,'_line_total','79.2'),(136727,14923,'_line_tax','0'),(136728,14923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136729,14924,'_product_id','120'),(136730,14924,'_variation_id','0'),(136731,14924,'_qty','1'),(136732,14924,'_tax_class',''),(136733,14924,'_line_subtotal','52.8'),(136734,14924,'_line_subtotal_tax','0'),(136735,14924,'_line_total','52.8'),(136736,14924,'_line_tax','0'),(136737,14924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136738,14925,'_product_id','43'),(136739,14925,'_variation_id','0'),(136740,14925,'_qty','1'),(136741,14925,'_tax_class',''),(136742,14925,'_line_subtotal','79.2'),(136743,14925,'_line_subtotal_tax','0'),(136744,14925,'_line_total','79.2'),(136745,14925,'_line_tax','0'),(136746,14925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136747,14926,'_product_id','490'),(136748,14926,'_variation_id','0'),(136749,14926,'_qty','10'),(136750,14926,'_tax_class',''),(136751,14926,'_line_subtotal','196'),(136752,14926,'_line_subtotal_tax','0'),(136753,14926,'_line_total','196'),(136754,14926,'_line_tax','0'),(136755,14926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136756,14927,'_product_id','487'),(136757,14927,'_variation_id','0'),(136758,14927,'_qty','2'),(136759,14927,'_tax_class',''),(136760,14927,'_line_subtotal','62.7'),(136761,14927,'_line_subtotal_tax','0'),(136762,14927,'_line_total','62.7'),(136763,14927,'_line_tax','0'),(136764,14927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136765,14928,'_product_id','49'),(136766,14928,'_variation_id','0'),(136767,14928,'_qty','1'),(136768,14928,'_tax_class',''),(136769,14928,'_line_subtotal','79.2'),(136770,14928,'_line_subtotal_tax','0'),(136771,14928,'_line_total','79.2'),(136772,14928,'_line_tax','0'),(136773,14928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136774,14929,'method_id','advanced_free_shipping'),(136775,14929,'instance_id','0'),(136776,14929,'cost','0.00'),(136777,14929,'total_tax','0'),(136778,14929,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136779,14930,'_product_id','2110'),(136780,14930,'_variation_id','0'),(136781,14930,'_qty','6'),(136782,14930,'_tax_class',''),(136783,14930,'_line_subtotal','428.4'),(136784,14930,'_line_subtotal_tax','0'),(136785,14930,'_line_total','428.4'),(136786,14930,'_line_tax','0'),(136787,14930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136788,14931,'_product_id','2113'),(136789,14931,'_variation_id','0'),(136790,14931,'_qty','2'),(136791,14931,'_tax_class',''),(136792,14931,'_line_subtotal','344'),(136793,14931,'_line_subtotal_tax','0'),(136794,14931,'_line_total','344'),(136795,14931,'_line_tax','0'),(136796,14931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136797,14932,'_product_id','41'),(136798,14932,'_variation_id','0'),(136799,14932,'_qty','6'),(136800,14932,'_tax_class',''),(136801,14932,'_line_subtotal','398.88'),(136802,14932,'_line_subtotal_tax','0'),(136803,14932,'_line_total','398.88'),(136804,14932,'_line_tax','0'),(136805,14932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136806,14933,'_product_id','39'),(136807,14933,'_variation_id','0'),(136808,14933,'_qty','1'),(136809,14933,'_tax_class',''),(136810,14933,'_line_subtotal','79.2'),(136811,14933,'_line_subtotal_tax','0'),(136812,14933,'_line_total','79.2'),(136813,14933,'_line_tax','0'),(136814,14933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136815,14934,'_product_id','43'),(136816,14934,'_variation_id','0'),(136817,14934,'_qty','4'),(136818,14934,'_tax_class',''),(136819,14934,'_line_subtotal','316.8'),(136820,14934,'_line_subtotal_tax','0'),(136821,14934,'_line_total','316.8'),(136822,14934,'_line_tax','0'),(136823,14934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136824,14935,'_product_id','44'),(136825,14935,'_variation_id','0'),(136826,14935,'_qty','2'),(136827,14935,'_tax_class',''),(136828,14935,'_line_subtotal','232.32'),(136829,14935,'_line_subtotal_tax','0'),(136830,14935,'_line_total','232.32'),(136831,14935,'_line_tax','0'),(136832,14935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136833,14936,'_product_id','487'),(136834,14936,'_variation_id','0'),(136835,14936,'_qty','3'),(136836,14936,'_tax_class',''),(136837,14936,'_line_subtotal','94.05'),(136838,14936,'_line_subtotal_tax','0'),(136839,14936,'_line_total','94.05'),(136840,14936,'_line_tax','0'),(136841,14936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136842,14937,'_product_id','490'),(136843,14937,'_variation_id','0'),(136844,14937,'_qty','40'),(136845,14937,'_tax_class',''),(136846,14937,'_line_subtotal','784'),(136847,14937,'_line_subtotal_tax','0'),(136848,14937,'_line_total','784'),(136849,14937,'_line_tax','0'),(136850,14937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136851,14938,'_product_id','135'),(136852,14938,'_variation_id','0'),(136853,14938,'_qty','25'),(136854,14938,'_tax_class',''),(136855,14938,'_line_subtotal','62'),(136856,14938,'_line_subtotal_tax','0'),(136857,14938,'_line_total','62'),(136858,14938,'_line_tax','0'),(136859,14938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136860,14939,'_product_id','120'),(136861,14939,'_variation_id','0'),(136862,14939,'_qty','2'),(136863,14939,'_tax_class',''),(136864,14939,'_line_subtotal','105.6'),(136865,14939,'_line_subtotal_tax','0'),(136866,14939,'_line_total','105.6'),(136867,14939,'_line_tax','0'),(136868,14939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136869,14940,'method_id','advanced_free_shipping'),(136870,14940,'instance_id','0'),(136871,14940,'cost','0.00'),(136872,14940,'total_tax','0'),(136873,14940,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136874,14941,'_product_id','490'),(136875,14941,'_variation_id','0'),(136876,14941,'_qty','4'),(136877,14941,'_tax_class',''),(136878,14941,'_line_subtotal','78.4'),(136879,14941,'_line_subtotal_tax','0'),(136880,14941,'_line_total','78.4'),(136881,14941,'_line_tax','0'),(136882,14941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136883,14942,'_product_id','45'),(136884,14942,'_variation_id','0'),(136885,14942,'_qty','2'),(136886,14942,'_tax_class',''),(136887,14942,'_line_subtotal','84.48'),(136888,14942,'_line_subtotal_tax','0'),(136889,14942,'_line_total','84.48'),(136890,14942,'_line_tax','0'),(136891,14942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136892,14943,'_product_id','41'),(136893,14943,'_variation_id','0'),(136894,14943,'_qty','2'),(136895,14943,'_tax_class',''),(136896,14943,'_line_subtotal','132.96'),(136897,14943,'_line_subtotal_tax','0'),(136898,14943,'_line_total','132.96'),(136899,14943,'_line_tax','0'),(136900,14943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136901,14944,'_product_id','488'),(136902,14944,'_variation_id','0'),(136903,14944,'_qty','3'),(136904,14944,'_tax_class',''),(136905,14944,'_line_subtotal','94.05'),(136906,14944,'_line_subtotal_tax','0'),(136907,14944,'_line_total','94.05'),(136908,14944,'_line_tax','0'),(136909,14944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136910,14945,'_product_id','487'),(136911,14945,'_variation_id','0'),(136912,14945,'_qty','3'),(136913,14945,'_tax_class',''),(136914,14945,'_line_subtotal','94.05'),(136915,14945,'_line_subtotal_tax','0'),(136916,14945,'_line_total','94.05'),(136917,14945,'_line_tax','0'),(136918,14945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136919,14946,'_product_id','2110'),(136920,14946,'_variation_id','0'),(136921,14946,'_qty','1'),(136922,14946,'_tax_class',''),(136923,14946,'_line_subtotal','71.4'),(136924,14946,'_line_subtotal_tax','0'),(136925,14946,'_line_total','71.4'),(136926,14946,'_line_tax','0'),(136927,14946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136928,14947,'_product_id','49'),(136929,14947,'_variation_id','0'),(136930,14947,'_qty','1'),(136931,14947,'_tax_class',''),(136932,14947,'_line_subtotal','79.2'),(136933,14947,'_line_subtotal_tax','0'),(136934,14947,'_line_total','79.2'),(136935,14947,'_line_tax','0'),(136936,14947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136937,14948,'method_id','advanced_free_shipping'),(136938,14948,'instance_id','0'),(136939,14948,'cost','0.00'),(136940,14948,'total_tax','0'),(136941,14948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136942,14949,'_product_id','490'),(136943,14949,'_variation_id','0'),(136944,14949,'_qty','10'),(136945,14949,'_tax_class',''),(136946,14949,'_line_subtotal','196'),(136947,14949,'_line_subtotal_tax','0'),(136948,14949,'_line_total','196'),(136949,14949,'_line_tax','0'),(136950,14949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136951,14950,'_product_id','2408'),(136952,14950,'_variation_id','0'),(136953,14950,'_qty','3'),(136954,14950,'_tax_class',''),(136955,14950,'_line_subtotal','448.02'),(136956,14950,'_line_subtotal_tax','0'),(136957,14950,'_line_total','448.02'),(136958,14950,'_line_tax','0'),(136959,14950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136960,14951,'_product_id','116'),(136961,14951,'_variation_id','0'),(136962,14951,'_qty','1'),(136963,14951,'_tax_class',''),(136964,14951,'_line_subtotal','145.44'),(136965,14951,'_line_subtotal_tax','0'),(136966,14951,'_line_total','145.44'),(136967,14951,'_line_tax','0'),(136968,14951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136969,14952,'_product_id','120'),(136970,14952,'_variation_id','0'),(136971,14952,'_qty','1'),(136972,14952,'_tax_class',''),(136973,14952,'_line_subtotal','52.8'),(136974,14952,'_line_subtotal_tax','0'),(136975,14952,'_line_total','52.8'),(136976,14952,'_line_tax','0'),(136977,14952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136978,14953,'_product_id','49'),(136979,14953,'_variation_id','0'),(136980,14953,'_qty','3'),(136981,14953,'_tax_class',''),(136982,14953,'_line_subtotal','237.6'),(136983,14953,'_line_subtotal_tax','0'),(136984,14953,'_line_total','237.6'),(136985,14953,'_line_tax','0'),(136986,14953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(136987,14954,'method_id','advanced_free_shipping'),(136988,14954,'instance_id','0'),(136989,14954,'cost','0.00'),(136990,14954,'total_tax','0'),(136991,14954,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(136992,14914,'thwma_order_shipping_status','wc-pending'),(136993,14915,'thwma_order_shipping_status','wc-pending'),(136994,14916,'thwma_order_shipping_status','wc-pending'),(136995,14918,'thwma_order_shipping_status','wc-pending'),(136996,14919,'thwma_order_shipping_status','wc-pending'),(136997,14920,'thwma_order_shipping_status','wc-pending'),(136998,14921,'thwma_order_shipping_status','wc-pending'),(136999,14922,'thwma_order_shipping_status','wc-pending'),(137000,14923,'thwma_order_shipping_status','wc-pending'),(137001,14924,'thwma_order_shipping_status','wc-pending'),(137002,14925,'thwma_order_shipping_status','wc-pending'),(137003,14926,'thwma_order_shipping_status','wc-pending'),(137004,14927,'thwma_order_shipping_status','wc-pending'),(137005,14928,'thwma_order_shipping_status','wc-pending'),(137006,14941,'thwma_order_shipping_status','wc-pending'),(137007,14942,'thwma_order_shipping_status','wc-pending'),(137008,14943,'thwma_order_shipping_status','wc-pending'),(137009,14944,'thwma_order_shipping_status','wc-pending'),(137010,14945,'thwma_order_shipping_status','wc-pending'),(137011,14946,'thwma_order_shipping_status','wc-pending'),(137012,14947,'thwma_order_shipping_status','wc-pending'),(137013,14930,'thwma_order_shipping_status','wc-pending'),(137014,14931,'thwma_order_shipping_status','wc-pending'),(137015,14932,'thwma_order_shipping_status','wc-pending'),(137016,14933,'thwma_order_shipping_status','wc-pending'),(137017,14934,'thwma_order_shipping_status','wc-pending'),(137018,14935,'thwma_order_shipping_status','wc-pending'),(137019,14936,'thwma_order_shipping_status','wc-pending'),(137020,14937,'thwma_order_shipping_status','wc-pending'),(137021,14938,'thwma_order_shipping_status','wc-pending'),(137022,14939,'thwma_order_shipping_status','wc-pending'),(137023,14955,'_product_id','2110'),(137024,14955,'_variation_id','0'),(137025,14955,'_qty','1'),(137026,14955,'_tax_class',''),(137027,14955,'_line_subtotal','71.4'),(137028,14955,'_line_subtotal_tax','0'),(137029,14955,'_line_total','71.4'),(137030,14955,'_line_tax','0'),(137031,14955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137032,14956,'_product_id','43'),(137033,14956,'_variation_id','0'),(137034,14956,'_qty','1'),(137035,14956,'_tax_class',''),(137036,14956,'_line_subtotal','79.2'),(137037,14956,'_line_subtotal_tax','0'),(137038,14956,'_line_total','79.2'),(137039,14956,'_line_tax','0'),(137040,14956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137041,14957,'_product_id','41'),(137042,14957,'_variation_id','0'),(137043,14957,'_qty','2'),(137044,14957,'_tax_class',''),(137045,14957,'_line_subtotal','132.96'),(137046,14957,'_line_subtotal_tax','0'),(137047,14957,'_line_total','132.96'),(137048,14957,'_line_tax','0'),(137049,14957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137050,14958,'_product_id','39'),(137051,14958,'_variation_id','0'),(137052,14958,'_qty','1'),(137053,14958,'_tax_class',''),(137054,14958,'_line_subtotal','79.2'),(137055,14958,'_line_subtotal_tax','0'),(137056,14958,'_line_total','79.2'),(137057,14958,'_line_tax','0'),(137058,14958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137059,14959,'_product_id','490'),(137060,14959,'_variation_id','0'),(137061,14959,'_qty','7'),(137062,14959,'_tax_class',''),(137063,14959,'_line_subtotal','137.2'),(137064,14959,'_line_subtotal_tax','0'),(137065,14959,'_line_total','137.2'),(137066,14959,'_line_tax','0'),(137067,14959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137068,14960,'method_id','fedex'),(137069,14960,'instance_id','1'),(137070,14960,'cost','20.88'),(137071,14960,'total_tax','0'),(137072,14960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137073,14960,'Package 1','21.56 × 16.56 × 13.19 (in) 45.91lbs × 1'),(137074,14960,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Shampoo(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 7'),(137075,14961,'_product_id','487'),(137076,14961,'_variation_id','0'),(137077,14961,'_qty','3'),(137078,14961,'_tax_class',''),(137079,14961,'_line_subtotal','94.05'),(137080,14961,'_line_subtotal_tax','0'),(137081,14961,'_line_total','94.05'),(137082,14961,'_line_tax','0'),(137083,14961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137084,14962,'_product_id','42'),(137085,14962,'_variation_id','0'),(137086,14962,'_qty','2'),(137087,14962,'_tax_class',''),(137088,14962,'_line_subtotal','158.4'),(137089,14962,'_line_subtotal_tax','0'),(137090,14962,'_line_total','158.4'),(137091,14962,'_line_tax','0'),(137092,14962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137093,14963,'method_id','fedex'),(137094,14963,'instance_id','1'),(137095,14963,'cost','24.11'),(137096,14963,'total_tax','0'),(137097,14963,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137098,14963,'Package 1','17 × 14 × 10 (in) 34.35lbs × 1'),(137099,14963,'Items','Bulk Mousse 1 Gallon RM &times; 3, Comb-Out Mousse(Case of 12) &times; 2'),(137100,14955,'thwma_order_shipping_status','wc-pending'),(137101,14956,'thwma_order_shipping_status','wc-pending'),(137102,14957,'thwma_order_shipping_status','wc-pending'),(137103,14958,'thwma_order_shipping_status','wc-pending'),(137104,14959,'thwma_order_shipping_status','wc-pending'),(137105,14899,'thwma_order_shipping_status','wc-pending'),(137106,14900,'thwma_order_shipping_status','wc-pending'),(137107,14901,'thwma_order_shipping_status','wc-pending'),(137108,14902,'thwma_order_shipping_status','wc-pending'),(137109,14903,'thwma_order_shipping_status','wc-pending'),(137110,14904,'thwma_order_shipping_status','wc-pending'),(137111,14905,'thwma_order_shipping_status','wc-pending'),(137112,14906,'thwma_order_shipping_status','wc-pending'),(137113,14907,'thwma_order_shipping_status','wc-pending'),(137114,14908,'thwma_order_shipping_status','wc-pending'),(137115,14909,'thwma_order_shipping_status','wc-pending'),(137116,14910,'thwma_order_shipping_status','wc-pending'),(137117,14911,'thwma_order_shipping_status','wc-pending'),(137118,14912,'thwma_order_shipping_status','wc-pending'),(137119,14949,'thwma_order_shipping_status','wc-pending'),(137120,14950,'thwma_order_shipping_status','wc-pending'),(137121,14951,'thwma_order_shipping_status','wc-pending'),(137122,14952,'thwma_order_shipping_status','wc-pending'),(137123,14953,'thwma_order_shipping_status','wc-pending'),(137124,14964,'_product_id','488'),(137125,14964,'_variation_id','0'),(137126,14964,'_qty','2'),(137127,14964,'_tax_class',''),(137128,14964,'_line_subtotal','62.7'),(137129,14964,'_line_subtotal_tax','0'),(137130,14964,'_line_total','62.7'),(137131,14964,'_line_tax','0'),(137132,14964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137133,14965,'_product_id','133'),(137134,14965,'_variation_id','0'),(137135,14965,'_qty','1'),(137136,14965,'_tax_class',''),(137137,14965,'_line_subtotal','14.3'),(137138,14965,'_line_subtotal_tax','0'),(137139,14965,'_line_total','14.3'),(137140,14965,'_line_tax','0'),(137141,14965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137142,14966,'_product_id','131'),(137143,14966,'_variation_id','0'),(137144,14966,'_qty','2'),(137145,14966,'_tax_class',''),(137146,14966,'_line_subtotal','25.3'),(137147,14966,'_line_subtotal_tax','0'),(137148,14966,'_line_total','25.3'),(137149,14966,'_line_tax','0'),(137150,14966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137151,14967,'_product_id','39'),(137152,14967,'_variation_id','0'),(137153,14967,'_qty','1'),(137154,14967,'_tax_class',''),(137155,14967,'_line_subtotal','79.2'),(137156,14967,'_line_subtotal_tax','0'),(137157,14967,'_line_total','79.2'),(137158,14967,'_line_tax','0'),(137159,14967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137160,14968,'_product_id','49'),(137161,14968,'_variation_id','0'),(137162,14968,'_qty','1'),(137163,14968,'_tax_class',''),(137164,14968,'_line_subtotal','79.2'),(137165,14968,'_line_subtotal_tax','0'),(137166,14968,'_line_total','79.2'),(137167,14968,'_line_tax','0'),(137168,14968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137169,14969,'method_id','fedex'),(137170,14969,'instance_id','1'),(137171,14969,'cost','21.42'),(137172,14969,'total_tax','0'),(137173,14969,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137174,14969,'Package 1','21.56 × 16.56 × 13.19 (in) 40.26lbs × 1'),(137175,14969,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Head Bands &times; 1, Disposable Capes &times; 2, Preventive Shampoo(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(137176,14970,'_product_id','490'),(137177,14970,'_variation_id','0'),(137178,14970,'_qty','10'),(137179,14970,'_tax_class',''),(137180,14970,'_line_subtotal','196'),(137181,14970,'_line_subtotal_tax','0'),(137182,14970,'_line_total','196'),(137183,14970,'_line_tax','0'),(137184,14970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137185,14971,'_product_id','41'),(137186,14971,'_variation_id','0'),(137187,14971,'_qty','4'),(137188,14971,'_tax_class',''),(137189,14971,'_line_subtotal','265.92'),(137190,14971,'_line_subtotal_tax','0'),(137191,14971,'_line_total','265.92'),(137192,14971,'_line_tax','0'),(137193,14971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137194,14972,'_product_id','44'),(137195,14972,'_variation_id','0'),(137196,14972,'_qty','1'),(137197,14972,'_tax_class',''),(137198,14972,'_line_subtotal','116.16'),(137199,14972,'_line_subtotal_tax','0'),(137200,14972,'_line_total','116.16'),(137201,14972,'_line_tax','0'),(137202,14972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137203,14973,'_product_id','2400'),(137204,14973,'_variation_id','0'),(137205,14973,'_qty','1'),(137206,14973,'_tax_class',''),(137207,14973,'_line_subtotal','186.3'),(137208,14973,'_line_subtotal_tax','0'),(137209,14973,'_line_total','186.3'),(137210,14973,'_line_tax','0'),(137211,14973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137212,14974,'_product_id','2110'),(137213,14974,'_variation_id','0'),(137214,14974,'_qty','6'),(137215,14974,'_tax_class',''),(137216,14974,'_line_subtotal','428.4'),(137217,14974,'_line_subtotal_tax','0'),(137218,14974,'_line_total','428.4'),(137219,14974,'_line_tax','0'),(137220,14974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137221,14975,'_product_id','116'),(137222,14975,'_variation_id','0'),(137223,14975,'_qty','1'),(137224,14975,'_tax_class',''),(137225,14975,'_line_subtotal','145.44'),(137226,14975,'_line_subtotal_tax','0'),(137227,14975,'_line_total','145.44'),(137228,14975,'_line_tax','0'),(137229,14975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137230,14976,'_product_id','45'),(137231,14976,'_variation_id','0'),(137232,14976,'_qty','4'),(137233,14976,'_tax_class',''),(137234,14976,'_line_subtotal','168.96'),(137235,14976,'_line_subtotal_tax','0'),(137236,14976,'_line_total','168.96'),(137237,14976,'_line_tax','0'),(137238,14976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137239,14977,'_product_id','120'),(137240,14977,'_variation_id','0'),(137241,14977,'_qty','1'),(137242,14977,'_tax_class',''),(137243,14977,'_line_subtotal','52.8'),(137244,14977,'_line_subtotal_tax','0'),(137245,14977,'_line_total','52.8'),(137246,14977,'_line_tax','0'),(137247,14977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137248,14978,'method_id','advanced_free_shipping'),(137249,14978,'instance_id','0'),(137250,14978,'cost','0.00'),(137251,14978,'total_tax','0'),(137252,14978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137253,14961,'thwma_order_shipping_status','wc-pending'),(137254,14962,'thwma_order_shipping_status','wc-pending'),(137255,14964,'thwma_order_shipping_status','wc-pending'),(137256,14965,'thwma_order_shipping_status','wc-pending'),(137257,14966,'thwma_order_shipping_status','wc-pending'),(137258,14967,'thwma_order_shipping_status','wc-pending'),(137259,14968,'thwma_order_shipping_status','wc-pending'),(137260,14970,'thwma_order_shipping_status','wc-pending'),(137261,14971,'thwma_order_shipping_status','wc-pending'),(137262,14972,'thwma_order_shipping_status','wc-pending'),(137263,14973,'thwma_order_shipping_status','wc-pending'),(137264,14974,'thwma_order_shipping_status','wc-pending'),(137265,14975,'thwma_order_shipping_status','wc-pending'),(137266,14976,'thwma_order_shipping_status','wc-pending'),(137267,14977,'thwma_order_shipping_status','wc-pending'),(137268,14979,'_product_id','41'),(137269,14979,'_variation_id','0'),(137270,14979,'_qty','4'),(137271,14979,'_tax_class',''),(137272,14979,'_line_subtotal','265.92'),(137273,14979,'_line_subtotal_tax','0'),(137274,14979,'_line_total','265.92'),(137275,14979,'_line_tax','0'),(137276,14979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137277,14980,'_product_id','49'),(137278,14980,'_variation_id','0'),(137279,14980,'_qty','4'),(137280,14980,'_tax_class',''),(137281,14980,'_line_subtotal','316.8'),(137282,14980,'_line_subtotal_tax','0'),(137283,14980,'_line_total','316.8'),(137284,14980,'_line_tax','0'),(137285,14980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137286,14981,'_product_id','44'),(137287,14981,'_variation_id','0'),(137288,14981,'_qty','1'),(137289,14981,'_tax_class',''),(137290,14981,'_line_subtotal','116.16'),(137291,14981,'_line_subtotal_tax','0'),(137292,14981,'_line_total','116.16'),(137293,14981,'_line_tax','0'),(137294,14981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137295,14982,'_product_id','40'),(137296,14982,'_variation_id','0'),(137297,14982,'_qty','2'),(137298,14982,'_tax_class',''),(137299,14982,'_line_subtotal','158.4'),(137300,14982,'_line_subtotal_tax','0'),(137301,14982,'_line_total','158.4'),(137302,14982,'_line_tax','0'),(137303,14982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137304,14983,'method_id','advanced_free_shipping'),(137305,14983,'instance_id','0'),(137306,14983,'cost','0.00'),(137307,14983,'total_tax','0'),(137308,14983,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137309,14984,'_product_id','44'),(137310,14984,'_variation_id','0'),(137311,14984,'_qty','5'),(137312,14984,'_tax_class',''),(137313,14984,'_line_subtotal','580.8'),(137314,14984,'_line_subtotal_tax','0'),(137315,14984,'_line_total','580.8'),(137316,14984,'_line_tax','0'),(137317,14984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137318,14985,'_product_id','2113'),(137319,14985,'_variation_id','0'),(137320,14985,'_qty','1'),(137321,14985,'_tax_class',''),(137322,14985,'_line_subtotal','172'),(137323,14985,'_line_subtotal_tax','0'),(137324,14985,'_line_total','172'),(137325,14985,'_line_tax','0'),(137326,14985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137327,14986,'_product_id','2110'),(137328,14986,'_variation_id','0'),(137329,14986,'_qty','2'),(137330,14986,'_tax_class',''),(137331,14986,'_line_subtotal','142.8'),(137332,14986,'_line_subtotal_tax','0'),(137333,14986,'_line_total','142.8'),(137334,14986,'_line_tax','0'),(137335,14986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137336,14987,'method_id','advanced_free_shipping'),(137337,14987,'instance_id','0'),(137338,14987,'cost','0.00'),(137339,14987,'total_tax','0'),(137340,14987,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137341,14988,'_product_id','44'),(137342,14988,'_variation_id','0'),(137343,14988,'_qty','3'),(137344,14988,'_tax_class',''),(137345,14988,'_line_subtotal','348.48'),(137346,14988,'_line_subtotal_tax','0'),(137347,14988,'_line_total','348.48'),(137348,14988,'_line_tax','0'),(137349,14988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137350,14989,'_product_id','43'),(137351,14989,'_variation_id','0'),(137352,14989,'_qty','1'),(137353,14989,'_tax_class',''),(137354,14989,'_line_subtotal','79.2'),(137355,14989,'_line_subtotal_tax','0'),(137356,14989,'_line_total','79.2'),(137357,14989,'_line_tax','0'),(137358,14989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137359,14990,'_product_id','39'),(137360,14990,'_variation_id','0'),(137361,14990,'_qty','1'),(137362,14990,'_tax_class',''),(137363,14990,'_line_subtotal','79.2'),(137364,14990,'_line_subtotal_tax','0'),(137365,14990,'_line_total','79.2'),(137366,14990,'_line_tax','0'),(137367,14990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137368,14991,'method_id','advanced_free_shipping'),(137369,14991,'instance_id','0'),(137370,14991,'cost','0.00'),(137371,14991,'total_tax','0'),(137372,14991,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137376,14984,'thwma_order_shipping_status','wc-pending'),(137377,14985,'thwma_order_shipping_status','wc-pending'),(137378,14986,'thwma_order_shipping_status','wc-pending'),(137379,14979,'thwma_order_shipping_status','wc-pending'),(137380,14980,'thwma_order_shipping_status','wc-pending'),(137381,14981,'thwma_order_shipping_status','wc-pending'),(137382,14982,'thwma_order_shipping_status','wc-pending'),(137383,14992,'_product_id','2113'),(137384,14992,'_variation_id','0'),(137385,14992,'_qty','1'),(137386,14992,'_tax_class',''),(137387,14992,'_line_subtotal','172'),(137388,14992,'_line_subtotal_tax','0'),(137389,14992,'_line_total','172'),(137390,14992,'_line_tax','0'),(137391,14992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137392,14993,'_product_id','2110'),(137393,14993,'_variation_id','0'),(137394,14993,'_qty','1'),(137395,14993,'_tax_class',''),(137396,14993,'_line_subtotal','71.4'),(137397,14993,'_line_subtotal_tax','0'),(137398,14993,'_line_total','71.4'),(137399,14993,'_line_tax','0'),(137400,14993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137401,14994,'_product_id','49'),(137402,14994,'_variation_id','0'),(137403,14994,'_qty','1'),(137404,14994,'_tax_class',''),(137405,14994,'_line_subtotal','79.2'),(137406,14994,'_line_subtotal_tax','0'),(137407,14994,'_line_total','79.2'),(137408,14994,'_line_tax','0'),(137409,14994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137410,14995,'_product_id','490'),(137411,14995,'_variation_id','0'),(137412,14995,'_qty','8'),(137413,14995,'_tax_class',''),(137414,14995,'_line_subtotal','156.8'),(137415,14995,'_line_subtotal_tax','0'),(137416,14995,'_line_total','156.8'),(137417,14995,'_line_tax','0'),(137418,14995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137419,14996,'_product_id','45'),(137420,14996,'_variation_id','0'),(137421,14996,'_qty','1'),(137422,14996,'_tax_class',''),(137423,14996,'_line_subtotal','42.24'),(137424,14996,'_line_subtotal_tax','0'),(137425,14996,'_line_total','42.24'),(137426,14996,'_line_tax','0'),(137427,14996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137428,14997,'method_id','advanced_free_shipping'),(137429,14997,'instance_id','0'),(137430,14997,'cost','0.00'),(137431,14997,'total_tax','0'),(137432,14997,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137433,14998,'_product_id','2110'),(137434,14998,'_variation_id','0'),(137435,14998,'_qty','3'),(137436,14998,'_tax_class',''),(137437,14998,'_line_subtotal','214.2'),(137438,14998,'_line_subtotal_tax','0'),(137439,14998,'_line_total','214.2'),(137440,14998,'_line_tax','0'),(137441,14998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137442,14999,'_product_id','2113'),(137443,14999,'_variation_id','0'),(137444,14999,'_qty','1'),(137445,14999,'_tax_class',''),(137446,14999,'_line_subtotal','172'),(137447,14999,'_line_subtotal_tax','0'),(137448,14999,'_line_total','172'),(137449,14999,'_line_tax','0'),(137450,14999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137451,15000,'_product_id','41'),(137452,15000,'_variation_id','0'),(137453,15000,'_qty','3'),(137454,15000,'_tax_class',''),(137455,15000,'_line_subtotal','199.44'),(137456,15000,'_line_subtotal_tax','0'),(137457,15000,'_line_total','199.44'),(137458,15000,'_line_tax','0'),(137459,15000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137460,15001,'_product_id','45'),(137461,15001,'_variation_id','0'),(137462,15001,'_qty','1'),(137463,15001,'_tax_class',''),(137464,15001,'_line_subtotal','42.24'),(137465,15001,'_line_subtotal_tax','0'),(137466,15001,'_line_total','42.24'),(137467,15001,'_line_tax','0'),(137468,15001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137469,15002,'_product_id','49'),(137470,15002,'_variation_id','0'),(137471,15002,'_qty','1'),(137472,15002,'_tax_class',''),(137473,15002,'_line_subtotal','79.2'),(137474,15002,'_line_subtotal_tax','0'),(137475,15002,'_line_total','79.2'),(137476,15002,'_line_tax','0'),(137477,15002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137478,15003,'_product_id','490'),(137479,15003,'_variation_id','0'),(137480,15003,'_qty','10'),(137481,15003,'_tax_class',''),(137482,15003,'_line_subtotal','196'),(137483,15003,'_line_subtotal_tax','0'),(137484,15003,'_line_total','196'),(137485,15003,'_line_tax','0'),(137486,15003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137487,15004,'_product_id','488'),(137488,15004,'_variation_id','0'),(137489,15004,'_qty','2'),(137490,15004,'_tax_class',''),(137491,15004,'_line_subtotal','62.7'),(137492,15004,'_line_subtotal_tax','0'),(137493,15004,'_line_total','62.7'),(137494,15004,'_line_tax','0'),(137495,15004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137496,15005,'_product_id','116'),(137497,15005,'_variation_id','0'),(137498,15005,'_qty','1'),(137499,15005,'_tax_class',''),(137500,15005,'_line_subtotal','145.44'),(137501,15005,'_line_subtotal_tax','0'),(137502,15005,'_line_total','145.44'),(137503,15005,'_line_tax','0'),(137504,15005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137505,15006,'method_id','advanced_free_shipping'),(137506,15006,'instance_id','0'),(137507,15006,'cost','0.00'),(137508,15006,'total_tax','0'),(137509,15006,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137510,15007,'_product_id','23'),(137511,15007,'_variation_id','0'),(137512,15007,'_qty','4'),(137513,15007,'_tax_class',''),(137514,15007,'_line_subtotal','274.16'),(137515,15007,'_line_subtotal_tax','0'),(137516,15007,'_line_total','274.16'),(137517,15007,'_line_tax','0'),(137518,15007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137519,15008,'_product_id','38'),(137520,15008,'_variation_id','0'),(137521,15008,'_qty','3'),(137522,15008,'_tax_class',''),(137523,15008,'_line_subtotal','497.28'),(137524,15008,'_line_subtotal_tax','0'),(137525,15008,'_line_total','497.28'),(137526,15008,'_line_tax','0'),(137527,15008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137528,15009,'_product_id','42'),(137529,15009,'_variation_id','0'),(137530,15009,'_qty','1'),(137531,15009,'_tax_class',''),(137532,15009,'_line_subtotal','79.2'),(137533,15009,'_line_subtotal_tax','0'),(137534,15009,'_line_total','79.2'),(137535,15009,'_line_tax','0'),(137536,15009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137537,15010,'_product_id','41'),(137538,15010,'_variation_id','0'),(137539,15010,'_qty','5'),(137540,15010,'_tax_class',''),(137541,15010,'_line_subtotal','332.4'),(137542,15010,'_line_subtotal_tax','0'),(137543,15010,'_line_total','332.4'),(137544,15010,'_line_tax','0'),(137545,15010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137546,15011,'_product_id','45'),(137547,15011,'_variation_id','0'),(137548,15011,'_qty','2'),(137549,15011,'_tax_class',''),(137550,15011,'_line_subtotal','84.48'),(137551,15011,'_line_subtotal_tax','0'),(137552,15011,'_line_total','84.48'),(137553,15011,'_line_tax','0'),(137554,15011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137555,15012,'method_id','advanced_free_shipping'),(137556,15012,'instance_id','0'),(137557,15012,'cost','0.00'),(137558,15012,'total_tax','0'),(137559,15012,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137560,15013,'_product_id','23'),(137561,15013,'_variation_id','0'),(137562,15013,'_qty','5'),(137563,15013,'_tax_class',''),(137564,15013,'_line_subtotal','342.7'),(137565,15013,'_line_subtotal_tax','0'),(137566,15013,'_line_total','342.7'),(137567,15013,'_line_tax','0'),(137568,15013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137569,15014,'_product_id','116'),(137570,15014,'_variation_id','0'),(137571,15014,'_qty','1'),(137572,15014,'_tax_class',''),(137573,15014,'_line_subtotal','145.44'),(137574,15014,'_line_subtotal_tax','0'),(137575,15014,'_line_total','145.44'),(137576,15014,'_line_tax','0'),(137577,15014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137578,15015,'_product_id','39'),(137579,15015,'_variation_id','0'),(137580,15015,'_qty','2'),(137581,15015,'_tax_class',''),(137582,15015,'_line_subtotal','158.4'),(137583,15015,'_line_subtotal_tax','0'),(137584,15015,'_line_total','158.4'),(137585,15015,'_line_tax','0'),(137586,15015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137587,15016,'_product_id','43'),(137588,15016,'_variation_id','0'),(137589,15016,'_qty','1'),(137590,15016,'_tax_class',''),(137591,15016,'_line_subtotal','79.2'),(137592,15016,'_line_subtotal_tax','0'),(137593,15016,'_line_total','79.2'),(137594,15016,'_line_tax','0'),(137595,15016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137596,15017,'method_id','advanced_free_shipping'),(137597,15017,'instance_id','0'),(137598,15017,'cost','0.00'),(137599,15017,'total_tax','0'),(137600,15017,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137601,15018,'_product_id','2110'),(137602,15018,'_variation_id','0'),(137603,15018,'_qty','3'),(137604,15018,'_tax_class',''),(137605,15018,'_line_subtotal','214.2'),(137606,15018,'_line_subtotal_tax','0'),(137607,15018,'_line_total','214.2'),(137608,15018,'_line_tax','0'),(137609,15018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137610,15019,'_product_id','2113'),(137611,15019,'_variation_id','0'),(137612,15019,'_qty','1'),(137613,15019,'_tax_class',''),(137614,15019,'_line_subtotal','172'),(137615,15019,'_line_subtotal_tax','0'),(137616,15019,'_line_total','172'),(137617,15019,'_line_tax','0'),(137618,15019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137619,15020,'_product_id','41'),(137620,15020,'_variation_id','0'),(137621,15020,'_qty','2'),(137622,15020,'_tax_class',''),(137623,15020,'_line_subtotal','132.96'),(137624,15020,'_line_subtotal_tax','0'),(137625,15020,'_line_total','132.96'),(137626,15020,'_line_tax','0'),(137627,15020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137628,15021,'_product_id','45'),(137629,15021,'_variation_id','0'),(137630,15021,'_qty','1'),(137631,15021,'_tax_class',''),(137632,15021,'_line_subtotal','42.24'),(137633,15021,'_line_subtotal_tax','0'),(137634,15021,'_line_total','42.24'),(137635,15021,'_line_tax','0'),(137636,15021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137637,15022,'_product_id','43'),(137638,15022,'_variation_id','0'),(137639,15022,'_qty','2'),(137640,15022,'_tax_class',''),(137641,15022,'_line_subtotal','158.4'),(137642,15022,'_line_subtotal_tax','0'),(137643,15022,'_line_total','158.4'),(137644,15022,'_line_tax','0'),(137645,15022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137646,15023,'_product_id','120'),(137647,15023,'_variation_id','0'),(137648,15023,'_qty','1'),(137649,15023,'_tax_class',''),(137650,15023,'_line_subtotal','52.8'),(137651,15023,'_line_subtotal_tax','0'),(137652,15023,'_line_total','52.8'),(137653,15023,'_line_tax','0'),(137654,15023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137655,15024,'_product_id','44'),(137656,15024,'_variation_id','0'),(137657,15024,'_qty','1'),(137658,15024,'_tax_class',''),(137659,15024,'_line_subtotal','116.16'),(137660,15024,'_line_subtotal_tax','0'),(137661,15024,'_line_total','116.16'),(137662,15024,'_line_tax','0'),(137663,15024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137664,15025,'_product_id','133'),(137665,15025,'_variation_id','0'),(137666,15025,'_qty','10'),(137667,15025,'_tax_class',''),(137668,15025,'_line_subtotal','143'),(137669,15025,'_line_subtotal_tax','0'),(137670,15025,'_line_total','143'),(137671,15025,'_line_tax','0'),(137672,15025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137673,15026,'method_id','advanced_free_shipping'),(137674,15026,'instance_id','0'),(137675,15026,'cost','0.00'),(137676,15026,'total_tax','0'),(137677,15026,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137678,14992,'thwma_order_shipping_status','wc-pending'),(137679,14993,'thwma_order_shipping_status','wc-pending'),(137680,14994,'thwma_order_shipping_status','wc-pending'),(137681,14995,'thwma_order_shipping_status','wc-pending'),(137682,14996,'thwma_order_shipping_status','wc-pending'),(137683,15007,'thwma_order_shipping_status','wc-pending'),(137684,15008,'thwma_order_shipping_status','wc-pending'),(137685,15009,'thwma_order_shipping_status','wc-pending'),(137686,15010,'thwma_order_shipping_status','wc-pending'),(137687,15011,'thwma_order_shipping_status','wc-pending'),(137688,15013,'thwma_order_shipping_status','wc-pending'),(137689,15014,'thwma_order_shipping_status','wc-pending'),(137690,15015,'thwma_order_shipping_status','wc-pending'),(137691,15016,'thwma_order_shipping_status','wc-pending'),(137692,15018,'thwma_order_shipping_status','wc-pending'),(137693,15019,'thwma_order_shipping_status','wc-pending'),(137694,15020,'thwma_order_shipping_status','wc-pending'),(137695,15021,'thwma_order_shipping_status','wc-pending'),(137696,15022,'thwma_order_shipping_status','wc-pending'),(137697,15023,'thwma_order_shipping_status','wc-pending'),(137698,15024,'thwma_order_shipping_status','wc-pending'),(137699,15025,'thwma_order_shipping_status','wc-pending'),(137700,15027,'_product_id','23'),(137701,15027,'_variation_id','0'),(137702,15027,'_qty','4'),(137703,15027,'_tax_class',''),(137704,15027,'_line_subtotal','274.16'),(137705,15027,'_line_subtotal_tax','0'),(137706,15027,'_line_total','274.16'),(137707,15027,'_line_tax','0'),(137708,15027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137709,15028,'_product_id','490'),(137710,15028,'_variation_id','0'),(137711,15028,'_qty','8'),(137712,15028,'_tax_class',''),(137713,15028,'_line_subtotal','156.8'),(137714,15028,'_line_subtotal_tax','0'),(137715,15028,'_line_total','156.8'),(137716,15028,'_line_tax','0'),(137717,15028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137718,15029,'_product_id','41'),(137719,15029,'_variation_id','0'),(137720,15029,'_qty','3'),(137721,15029,'_tax_class',''),(137722,15029,'_line_subtotal','199.44'),(137723,15029,'_line_subtotal_tax','0'),(137724,15029,'_line_total','199.44'),(137725,15029,'_line_tax','0'),(137726,15029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137727,15030,'_product_id','488'),(137728,15030,'_variation_id','0'),(137729,15030,'_qty','2'),(137730,15030,'_tax_class',''),(137731,15030,'_line_subtotal','62.7'),(137732,15030,'_line_subtotal_tax','0'),(137733,15030,'_line_total','62.7'),(137734,15030,'_line_tax','0'),(137735,15030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137736,15031,'_product_id','43'),(137737,15031,'_variation_id','0'),(137738,15031,'_qty','1'),(137739,15031,'_tax_class',''),(137740,15031,'_line_subtotal','79.2'),(137741,15031,'_line_subtotal_tax','0'),(137742,15031,'_line_total','79.2'),(137743,15031,'_line_tax','0'),(137744,15031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137745,15032,'method_id','advanced_free_shipping'),(137746,15032,'instance_id','0'),(137747,15032,'cost','0.00'),(137748,15032,'total_tax','0'),(137749,15032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137750,15033,'_product_id','41'),(137751,15033,'_variation_id','0'),(137752,15033,'_qty','2'),(137753,15033,'_tax_class',''),(137754,15033,'_line_subtotal','132.96'),(137755,15033,'_line_subtotal_tax','0'),(137756,15033,'_line_total','132.96'),(137757,15033,'_line_tax','0'),(137758,15033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137759,15034,'_product_id','43'),(137760,15034,'_variation_id','0'),(137761,15034,'_qty','1'),(137762,15034,'_tax_class',''),(137763,15034,'_line_subtotal','79.2'),(137764,15034,'_line_subtotal_tax','0'),(137765,15034,'_line_total','79.2'),(137766,15034,'_line_tax','0'),(137767,15034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137768,15035,'_product_id','49'),(137769,15035,'_variation_id','0'),(137770,15035,'_qty','1'),(137771,15035,'_tax_class',''),(137772,15035,'_line_subtotal','79.2'),(137773,15035,'_line_subtotal_tax','0'),(137774,15035,'_line_total','79.2'),(137775,15035,'_line_tax','0'),(137776,15035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137777,15036,'method_id','fedex'),(137778,15036,'instance_id','1'),(137779,15036,'cost','20.88'),(137780,15036,'total_tax','0'),(137781,15036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137782,15036,'Package 1','17 × 14 × 10 (in) 21.4lbs × 1'),(137783,15036,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(137784,15037,'_product_id','43'),(137785,15037,'_variation_id','0'),(137786,15037,'_qty','15'),(137787,15037,'_tax_class',''),(137788,15037,'_line_subtotal','1188'),(137789,15037,'_line_subtotal_tax','0'),(137790,15037,'_line_total','1188'),(137791,15037,'_line_tax','0'),(137792,15037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137793,15038,'_product_id','49'),(137794,15038,'_variation_id','0'),(137795,15038,'_qty','15'),(137796,15038,'_tax_class',''),(137797,15038,'_line_subtotal','1188'),(137798,15038,'_line_subtotal_tax','0'),(137799,15038,'_line_total','1188'),(137800,15038,'_line_tax','0'),(137801,15038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137802,15039,'_product_id','2110'),(137803,15039,'_variation_id','0'),(137804,15039,'_qty','8'),(137805,15039,'_tax_class',''),(137806,15039,'_line_subtotal','571.2'),(137807,15039,'_line_subtotal_tax','0'),(137808,15039,'_line_total','571.2'),(137809,15039,'_line_tax','0'),(137810,15039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137811,15040,'_product_id','45'),(137812,15040,'_variation_id','0'),(137813,15040,'_qty','10'),(137814,15040,'_tax_class',''),(137815,15040,'_line_subtotal','422.4'),(137816,15040,'_line_subtotal_tax','0'),(137817,15040,'_line_total','422.4'),(137818,15040,'_line_tax','0'),(137819,15040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137820,15041,'_product_id','120'),(137821,15041,'_variation_id','0'),(137822,15041,'_qty','2'),(137823,15041,'_tax_class',''),(137824,15041,'_line_subtotal','105.6'),(137825,15041,'_line_subtotal_tax','0'),(137826,15041,'_line_total','105.6'),(137827,15041,'_line_tax','0'),(137828,15041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137829,15042,'_product_id','39'),(137830,15042,'_variation_id','0'),(137831,15042,'_qty','3'),(137832,15042,'_tax_class',''),(137833,15042,'_line_subtotal','237.6'),(137834,15042,'_line_subtotal_tax','0'),(137835,15042,'_line_total','237.6'),(137836,15042,'_line_tax','0'),(137837,15042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137838,15043,'_product_id','40'),(137839,15043,'_variation_id','0'),(137840,15043,'_qty','4'),(137841,15043,'_tax_class',''),(137842,15043,'_line_subtotal','316.8'),(137843,15043,'_line_subtotal_tax','0'),(137844,15043,'_line_total','316.8'),(137845,15043,'_line_tax','0'),(137846,15043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137847,15044,'_product_id','490'),(137848,15044,'_variation_id','0'),(137849,15044,'_qty','40'),(137850,15044,'_tax_class',''),(137851,15044,'_line_subtotal','784'),(137852,15044,'_line_subtotal_tax','0'),(137853,15044,'_line_total','784'),(137854,15044,'_line_tax','0'),(137855,15044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137856,15045,'_product_id','51'),(137857,15045,'_variation_id','0'),(137858,15045,'_qty','2'),(137859,15045,'_tax_class',''),(137860,15045,'_line_subtotal','295.68'),(137861,15045,'_line_subtotal_tax','0'),(137862,15045,'_line_total','295.68'),(137863,15045,'_line_tax','0'),(137864,15045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137865,15046,'_product_id','44'),(137866,15046,'_variation_id','0'),(137867,15046,'_qty','2'),(137868,15046,'_tax_class',''),(137869,15046,'_line_subtotal','232.32'),(137870,15046,'_line_subtotal_tax','0'),(137871,15046,'_line_total','232.32'),(137872,15046,'_line_tax','0'),(137873,15046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137874,15047,'_product_id','2400'),(137875,15047,'_variation_id','0'),(137876,15047,'_qty','2'),(137877,15047,'_tax_class',''),(137878,15047,'_line_subtotal','372.6'),(137879,15047,'_line_subtotal_tax','0'),(137880,15047,'_line_total','372.6'),(137881,15047,'_line_tax','0'),(137882,15047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137883,15048,'_product_id','42'),(137884,15048,'_variation_id','0'),(137885,15048,'_qty','1'),(137886,15048,'_tax_class',''),(137887,15048,'_line_subtotal','79.2'),(137888,15048,'_line_subtotal_tax','0'),(137889,15048,'_line_total','79.2'),(137890,15048,'_line_tax','0'),(137891,15048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137892,15049,'_product_id','41'),(137893,15049,'_variation_id','0'),(137894,15049,'_qty','3'),(137895,15049,'_tax_class',''),(137896,15049,'_line_subtotal','199.44'),(137897,15049,'_line_subtotal_tax','0'),(137898,15049,'_line_total','199.44'),(137899,15049,'_line_tax','0'),(137900,15049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137901,15050,'method_id','advanced_free_shipping'),(137902,15050,'instance_id','0'),(137903,15050,'cost','0.00'),(137904,15050,'total_tax','0'),(137905,15050,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137906,15051,'_product_id','2113'),(137907,15051,'_variation_id','0'),(137908,15051,'_qty','2'),(137909,15051,'_tax_class',''),(137910,15051,'_line_subtotal','344'),(137911,15051,'_line_subtotal_tax','0'),(137912,15051,'_line_total','344'),(137913,15051,'_line_tax','0'),(137914,15051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137915,15052,'_product_id','41'),(137916,15052,'_variation_id','0'),(137917,15052,'_qty','1'),(137918,15052,'_tax_class',''),(137919,15052,'_line_subtotal','66.48'),(137920,15052,'_line_subtotal_tax','0'),(137921,15052,'_line_total','66.48'),(137922,15052,'_line_tax','0'),(137923,15052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137924,15053,'_product_id','45'),(137925,15053,'_variation_id','0'),(137926,15053,'_qty','2'),(137927,15053,'_tax_class',''),(137928,15053,'_line_subtotal','84.48'),(137929,15053,'_line_subtotal_tax','0'),(137930,15053,'_line_total','84.48'),(137931,15053,'_line_tax','0'),(137932,15053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137933,15054,'_product_id','43'),(137934,15054,'_variation_id','0'),(137935,15054,'_qty','1'),(137936,15054,'_tax_class',''),(137937,15054,'_line_subtotal','79.2'),(137938,15054,'_line_subtotal_tax','0'),(137939,15054,'_line_total','79.2'),(137940,15054,'_line_tax','0'),(137941,15054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137942,15055,'_product_id','49'),(137943,15055,'_variation_id','0'),(137944,15055,'_qty','2'),(137945,15055,'_tax_class',''),(137946,15055,'_line_subtotal','158.4'),(137947,15055,'_line_subtotal_tax','0'),(137948,15055,'_line_total','158.4'),(137949,15055,'_line_tax','0'),(137950,15055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137951,15056,'_product_id','490'),(137952,15056,'_variation_id','0'),(137953,15056,'_qty','10'),(137954,15056,'_tax_class',''),(137955,15056,'_line_subtotal','196'),(137956,15056,'_line_subtotal_tax','0'),(137957,15056,'_line_total','196'),(137958,15056,'_line_tax','0'),(137959,15056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(137960,15057,'method_id','advanced_free_shipping'),(137961,15057,'instance_id','0'),(137962,15057,'cost','0.00'),(137963,15057,'total_tax','0'),(137964,15057,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(137965,15037,'thwma_order_shipping_status','wc-pending'),(137966,15038,'thwma_order_shipping_status','wc-pending'),(137967,15039,'thwma_order_shipping_status','wc-pending'),(137968,15040,'thwma_order_shipping_status','wc-pending'),(137969,15041,'thwma_order_shipping_status','wc-pending'),(137970,15042,'thwma_order_shipping_status','wc-pending'),(137971,15043,'thwma_order_shipping_status','wc-pending'),(137972,15044,'thwma_order_shipping_status','wc-pending'),(137973,15045,'thwma_order_shipping_status','wc-pending'),(137974,15046,'thwma_order_shipping_status','wc-pending'),(137975,15047,'thwma_order_shipping_status','wc-pending'),(137976,15048,'thwma_order_shipping_status','wc-pending'),(137977,15049,'thwma_order_shipping_status','wc-pending'),(137978,15033,'thwma_order_shipping_status','wc-pending'),(137979,15034,'thwma_order_shipping_status','wc-pending'),(137980,15035,'thwma_order_shipping_status','wc-pending'),(137981,15027,'thwma_order_shipping_status','wc-pending'),(137982,15028,'thwma_order_shipping_status','wc-pending'),(137983,15029,'thwma_order_shipping_status','wc-pending'),(137984,15030,'thwma_order_shipping_status','wc-pending'),(137985,15031,'thwma_order_shipping_status','wc-pending'),(137986,14988,'thwma_order_shipping_status','wc-pending'),(137987,14989,'thwma_order_shipping_status','wc-pending'),(137988,14990,'thwma_order_shipping_status','wc-pending'),(137989,14998,'thwma_order_shipping_status','wc-pending'),(137990,14999,'thwma_order_shipping_status','wc-pending'),(137991,15000,'thwma_order_shipping_status','wc-pending'),(137992,15001,'thwma_order_shipping_status','wc-pending'),(137993,15002,'thwma_order_shipping_status','wc-pending'),(137994,15003,'thwma_order_shipping_status','wc-pending'),(137995,15004,'thwma_order_shipping_status','wc-pending'),(137996,15005,'thwma_order_shipping_status','wc-pending'),(137997,15058,'_product_id','490'),(137998,15058,'_variation_id','0'),(137999,15058,'_qty','8'),(138000,15058,'_tax_class',''),(138001,15058,'_line_subtotal','156.8'),(138002,15058,'_line_subtotal_tax','0'),(138003,15058,'_line_total','156.8'),(138004,15058,'_line_tax','0'),(138005,15058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138006,15059,'_product_id','43'),(138007,15059,'_variation_id','0'),(138008,15059,'_qty','2'),(138009,15059,'_tax_class',''),(138010,15059,'_line_subtotal','158.4'),(138011,15059,'_line_subtotal_tax','0'),(138012,15059,'_line_total','158.4'),(138013,15059,'_line_tax','0'),(138014,15059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138015,15060,'_product_id','49'),(138016,15060,'_variation_id','0'),(138017,15060,'_qty','1'),(138018,15060,'_tax_class',''),(138019,15060,'_line_subtotal','79.2'),(138020,15060,'_line_subtotal_tax','0'),(138021,15060,'_line_total','79.2'),(138022,15060,'_line_tax','0'),(138023,15060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138024,15061,'_product_id','45'),(138025,15061,'_variation_id','0'),(138026,15061,'_qty','3'),(138027,15061,'_tax_class',''),(138028,15061,'_line_subtotal','126.72'),(138029,15061,'_line_subtotal_tax','0'),(138030,15061,'_line_total','126.72'),(138031,15061,'_line_tax','0'),(138032,15061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138033,15062,'method_id','advanced_free_shipping'),(138034,15062,'instance_id','0'),(138035,15062,'cost','0.00'),(138036,15062,'total_tax','0'),(138037,15062,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138038,15063,'_product_id','2110'),(138039,15063,'_variation_id','0'),(138040,15063,'_qty','2'),(138041,15063,'_tax_class',''),(138042,15063,'_line_subtotal','142.8'),(138043,15063,'_line_subtotal_tax','0'),(138044,15063,'_line_total','142.8'),(138045,15063,'_line_tax','0'),(138046,15063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138047,15064,'_product_id','2113'),(138048,15064,'_variation_id','0'),(138049,15064,'_qty','1'),(138050,15064,'_tax_class',''),(138051,15064,'_line_subtotal','172'),(138052,15064,'_line_subtotal_tax','0'),(138053,15064,'_line_total','172'),(138054,15064,'_line_tax','0'),(138055,15064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138056,15065,'_product_id','49'),(138057,15065,'_variation_id','0'),(138058,15065,'_qty','1'),(138059,15065,'_tax_class',''),(138060,15065,'_line_subtotal','79.2'),(138061,15065,'_line_subtotal_tax','0'),(138062,15065,'_line_total','79.2'),(138063,15065,'_line_tax','0'),(138064,15065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138065,15066,'_product_id','43'),(138066,15066,'_variation_id','0'),(138067,15066,'_qty','1'),(138068,15066,'_tax_class',''),(138069,15066,'_line_subtotal','79.2'),(138070,15066,'_line_subtotal_tax','0'),(138071,15066,'_line_total','79.2'),(138072,15066,'_line_tax','0'),(138073,15066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138074,15067,'_product_id','490'),(138075,15067,'_variation_id','0'),(138076,15067,'_qty','10'),(138077,15067,'_tax_class',''),(138078,15067,'_line_subtotal','196'),(138079,15067,'_line_subtotal_tax','0'),(138080,15067,'_line_total','196'),(138081,15067,'_line_tax','0'),(138082,15067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138083,15068,'_product_id','488'),(138084,15068,'_variation_id','0'),(138085,15068,'_qty','2'),(138086,15068,'_tax_class',''),(138087,15068,'_line_subtotal','62.7'),(138088,15068,'_line_subtotal_tax','0'),(138089,15068,'_line_total','62.7'),(138090,15068,'_line_tax','0'),(138091,15068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138092,15069,'method_id','advanced_free_shipping'),(138093,15069,'instance_id','0'),(138094,15069,'cost','0.00'),(138095,15069,'total_tax','0'),(138096,15069,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138097,15070,'_product_id','2110'),(138098,15070,'_variation_id','0'),(138099,15070,'_qty','6'),(138100,15070,'_tax_class',''),(138101,15070,'_line_subtotal','428.4'),(138102,15070,'_line_subtotal_tax','0'),(138103,15070,'_line_total','428.4'),(138104,15070,'_line_tax','0'),(138105,15070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138106,15071,'_product_id','41'),(138107,15071,'_variation_id','0'),(138108,15071,'_qty','6'),(138109,15071,'_tax_class',''),(138110,15071,'_line_subtotal','398.88'),(138111,15071,'_line_subtotal_tax','0'),(138112,15071,'_line_total','398.88'),(138113,15071,'_line_tax','0'),(138114,15071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138115,15072,'_product_id','49'),(138116,15072,'_variation_id','0'),(138117,15072,'_qty','6'),(138118,15072,'_tax_class',''),(138119,15072,'_line_subtotal','475.2'),(138120,15072,'_line_subtotal_tax','0'),(138121,15072,'_line_total','475.2'),(138122,15072,'_line_tax','0'),(138123,15072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138124,15073,'method_id','advanced_free_shipping'),(138125,15073,'instance_id','0'),(138126,15073,'cost','0.00'),(138127,15073,'total_tax','0'),(138128,15073,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138143,15076,'_product_id','23'),(138144,15076,'_variation_id','0'),(138145,15076,'_qty','10'),(138146,15076,'_tax_class',''),(138147,15076,'_line_subtotal','685.4'),(138148,15076,'_line_subtotal_tax','0'),(138149,15076,'_line_total','685.4'),(138150,15076,'_line_tax','0'),(138151,15076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138152,15077,'method_id','advanced_free_shipping'),(138153,15077,'instance_id','0'),(138154,15077,'cost','0.00'),(138155,15077,'total_tax','0'),(138156,15077,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138157,15078,'_product_id','2110'),(138158,15078,'_variation_id','0'),(138159,15078,'_qty','1'),(138160,15078,'_tax_class',''),(138161,15078,'_line_subtotal','71.4'),(138162,15078,'_line_subtotal_tax','0'),(138163,15078,'_line_total','71.4'),(138164,15078,'_line_tax','0'),(138165,15078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138166,15079,'_product_id','2113'),(138167,15079,'_variation_id','0'),(138168,15079,'_qty','1'),(138169,15079,'_tax_class',''),(138170,15079,'_line_subtotal','172'),(138171,15079,'_line_subtotal_tax','0'),(138172,15079,'_line_total','172'),(138173,15079,'_line_tax','0'),(138174,15079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138175,15080,'_product_id','42'),(138176,15080,'_variation_id','0'),(138177,15080,'_qty','1'),(138178,15080,'_tax_class',''),(138179,15080,'_line_subtotal','79.2'),(138180,15080,'_line_subtotal_tax','0'),(138181,15080,'_line_total','79.2'),(138182,15080,'_line_tax','0'),(138183,15080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138184,15081,'_product_id','41'),(138185,15081,'_variation_id','0'),(138186,15081,'_qty','1'),(138187,15081,'_tax_class',''),(138188,15081,'_line_subtotal','66.48'),(138189,15081,'_line_subtotal_tax','0'),(138190,15081,'_line_total','66.48'),(138191,15081,'_line_tax','0'),(138192,15081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138193,15082,'_product_id','45'),(138194,15082,'_variation_id','0'),(138195,15082,'_qty','2'),(138196,15082,'_tax_class',''),(138197,15082,'_line_subtotal','84.48'),(138198,15082,'_line_subtotal_tax','0'),(138199,15082,'_line_total','84.48'),(138200,15082,'_line_tax','0'),(138201,15082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138202,15083,'_product_id','2400'),(138203,15083,'_variation_id','0'),(138204,15083,'_qty','1'),(138205,15083,'_tax_class',''),(138206,15083,'_line_subtotal','186.3'),(138207,15083,'_line_subtotal_tax','0'),(138208,15083,'_line_total','186.3'),(138209,15083,'_line_tax','0'),(138210,15083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138211,15084,'_product_id','2408'),(138212,15084,'_variation_id','0'),(138213,15084,'_qty','1'),(138214,15084,'_tax_class',''),(138215,15084,'_line_subtotal','149.34'),(138216,15084,'_line_subtotal_tax','0'),(138217,15084,'_line_total','149.34'),(138218,15084,'_line_tax','0'),(138219,15084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138220,15085,'_product_id','43'),(138221,15085,'_variation_id','0'),(138222,15085,'_qty','1'),(138223,15085,'_tax_class',''),(138224,15085,'_line_subtotal','79.2'),(138225,15085,'_line_subtotal_tax','0'),(138226,15085,'_line_total','79.2'),(138227,15085,'_line_tax','0'),(138228,15085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138229,15086,'_product_id','49'),(138230,15086,'_variation_id','0'),(138231,15086,'_qty','1'),(138232,15086,'_tax_class',''),(138233,15086,'_line_subtotal','79.2'),(138234,15086,'_line_subtotal_tax','0'),(138235,15086,'_line_total','79.2'),(138236,15086,'_line_tax','0'),(138237,15086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138238,15087,'_product_id','490'),(138239,15087,'_variation_id','0'),(138240,15087,'_qty','10'),(138241,15087,'_tax_class',''),(138242,15087,'_line_subtotal','196'),(138243,15087,'_line_subtotal_tax','0'),(138244,15087,'_line_total','196'),(138245,15087,'_line_tax','0'),(138246,15087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138247,15088,'_product_id','488'),(138248,15088,'_variation_id','0'),(138249,15088,'_qty','2'),(138250,15088,'_tax_class',''),(138251,15088,'_line_subtotal','62.7'),(138252,15088,'_line_subtotal_tax','0'),(138253,15088,'_line_total','62.7'),(138254,15088,'_line_tax','0'),(138255,15088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138256,15089,'_product_id','487'),(138257,15089,'_variation_id','0'),(138258,15089,'_qty','2'),(138259,15089,'_tax_class',''),(138260,15089,'_line_subtotal','62.7'),(138261,15089,'_line_subtotal_tax','0'),(138262,15089,'_line_total','62.7'),(138263,15089,'_line_tax','0'),(138264,15089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138265,15090,'method_id','advanced_free_shipping'),(138266,15090,'instance_id','0'),(138267,15090,'cost','0.00'),(138268,15090,'total_tax','0'),(138269,15090,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138270,15091,'_product_id','490'),(138271,15091,'_variation_id','0'),(138272,15091,'_qty','8'),(138273,15091,'_tax_class',''),(138274,15091,'_line_subtotal','156.8'),(138275,15091,'_line_subtotal_tax','0'),(138276,15091,'_line_total','156.8'),(138277,15091,'_line_tax','0'),(138278,15091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138279,15092,'_product_id','42'),(138280,15092,'_variation_id','0'),(138281,15092,'_qty','1'),(138282,15092,'_tax_class',''),(138283,15092,'_line_subtotal','79.2'),(138284,15092,'_line_subtotal_tax','0'),(138285,15092,'_line_total','79.2'),(138286,15092,'_line_tax','0'),(138287,15092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138288,15093,'_product_id','44'),(138289,15093,'_variation_id','0'),(138290,15093,'_qty','1'),(138291,15093,'_tax_class',''),(138292,15093,'_line_subtotal','116.16'),(138293,15093,'_line_subtotal_tax','0'),(138294,15093,'_line_total','116.16'),(138295,15093,'_line_tax','0'),(138296,15093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138297,15094,'method_id','fedex'),(138298,15094,'instance_id','1'),(138299,15094,'cost','33.18'),(138300,15094,'total_tax','0'),(138301,15094,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138302,15094,'Package 1','17 × 14 × 10 (in) 34.65lbs × 1'),(138303,15094,'Items','Bulk Active Rinse 100% RM &times; 8, Comb-Out Mousse(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1'),(138304,15095,'_product_id','39'),(138305,15095,'_variation_id','0'),(138306,15095,'_qty','1'),(138307,15095,'_tax_class',''),(138308,15095,'_line_subtotal','79.2'),(138309,15095,'_line_subtotal_tax','0'),(138310,15095,'_line_total','79.2'),(138311,15095,'_line_tax','0'),(138312,15095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138313,15096,'_product_id','40'),(138314,15096,'_variation_id','0'),(138315,15096,'_qty','1'),(138316,15096,'_tax_class',''),(138317,15096,'_line_subtotal','79.2'),(138318,15096,'_line_subtotal_tax','0'),(138319,15096,'_line_total','79.2'),(138320,15096,'_line_tax','0'),(138321,15096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138322,15097,'_product_id','43'),(138323,15097,'_variation_id','0'),(138324,15097,'_qty','1'),(138325,15097,'_tax_class',''),(138326,15097,'_line_subtotal','79.2'),(138327,15097,'_line_subtotal_tax','0'),(138328,15097,'_line_total','79.2'),(138329,15097,'_line_tax','0'),(138330,15097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138331,15098,'_product_id','2110'),(138332,15098,'_variation_id','0'),(138333,15098,'_qty','2'),(138334,15098,'_tax_class',''),(138335,15098,'_line_subtotal','142.8'),(138336,15098,'_line_subtotal_tax','0'),(138337,15098,'_line_total','142.8'),(138338,15098,'_line_tax','0'),(138339,15098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138340,15099,'_product_id','45'),(138341,15099,'_variation_id','0'),(138342,15099,'_qty','2'),(138343,15099,'_tax_class',''),(138344,15099,'_line_subtotal','84.48'),(138345,15099,'_line_subtotal_tax','0'),(138346,15099,'_line_total','84.48'),(138347,15099,'_line_tax','0'),(138348,15099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138349,15100,'_product_id','2113'),(138350,15100,'_variation_id','0'),(138351,15100,'_qty','2'),(138352,15100,'_tax_class',''),(138353,15100,'_line_subtotal','344'),(138354,15100,'_line_subtotal_tax','0'),(138355,15100,'_line_total','344'),(138356,15100,'_line_tax','0'),(138357,15100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138358,15101,'_product_id','41'),(138359,15101,'_variation_id','0'),(138360,15101,'_qty','2'),(138361,15101,'_tax_class',''),(138362,15101,'_line_subtotal','132.96'),(138363,15101,'_line_subtotal_tax','0'),(138364,15101,'_line_total','132.96'),(138365,15101,'_line_tax','0'),(138366,15101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138367,15102,'method_id','advanced_free_shipping'),(138368,15102,'instance_id','0'),(138369,15102,'cost','0.00'),(138370,15102,'total_tax','0'),(138371,15102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138372,15103,'_product_id','93'),(138373,15103,'_variation_id','0'),(138374,15103,'_qty','5'),(138375,15103,'_tax_class',''),(138376,15103,'_line_subtotal','0'),(138377,15103,'_line_subtotal_tax','0'),(138378,15103,'_line_total','0'),(138379,15103,'_line_tax','0'),(138380,15103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138381,15104,'_product_id','99'),(138382,15104,'_variation_id','0'),(138383,15104,'_qty','2'),(138384,15104,'_tax_class',''),(138385,15104,'_line_subtotal','0'),(138386,15104,'_line_subtotal_tax','0'),(138387,15104,'_line_total','0'),(138388,15104,'_line_tax','0'),(138389,15104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138390,15105,'method_id','fedex'),(138391,15105,'instance_id','1'),(138392,15105,'cost','16.11'),(138393,15105,'total_tax','0'),(138394,15105,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138395,15105,'Package 1','17 × 14 × 10 (in) 27.45lbs × 1'),(138396,15105,'Items','Bulk Active Rinse 100% &times; 5, Bulk Mousse 1 Gallon &times; 2'),(138397,15106,'_product_id','42'),(138398,15106,'_variation_id','0'),(138399,15106,'_qty','1'),(138400,15106,'_tax_class',''),(138401,15106,'_line_subtotal','79.2'),(138402,15106,'_line_subtotal_tax','0'),(138403,15106,'_line_total','79.2'),(138404,15106,'_line_tax','0'),(138405,15106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138406,15107,'_product_id','43'),(138407,15107,'_variation_id','0'),(138408,15107,'_qty','1'),(138409,15107,'_tax_class',''),(138410,15107,'_line_subtotal','79.2'),(138411,15107,'_line_subtotal_tax','0'),(138412,15107,'_line_total','79.2'),(138413,15107,'_line_tax','0'),(138414,15107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138415,15108,'_product_id','49'),(138416,15108,'_variation_id','0'),(138417,15108,'_qty','1'),(138418,15108,'_tax_class',''),(138419,15108,'_line_subtotal','79.2'),(138420,15108,'_line_subtotal_tax','0'),(138421,15108,'_line_total','79.2'),(138422,15108,'_line_tax','0'),(138423,15108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138424,15109,'_product_id','487'),(138425,15109,'_variation_id','0'),(138426,15109,'_qty','1'),(138427,15109,'_tax_class',''),(138428,15109,'_line_subtotal','31.35'),(138429,15109,'_line_subtotal_tax','0'),(138430,15109,'_line_total','31.35'),(138431,15109,'_line_tax','0'),(138432,15109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138433,15110,'_product_id','2113'),(138434,15110,'_variation_id','0'),(138435,15110,'_qty','2'),(138436,15110,'_tax_class',''),(138437,15110,'_line_subtotal','344'),(138438,15110,'_line_subtotal_tax','0'),(138439,15110,'_line_total','344'),(138440,15110,'_line_tax','0'),(138441,15110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138442,15111,'method_id','advanced_free_shipping'),(138443,15111,'instance_id','0'),(138444,15111,'cost','0.00'),(138445,15111,'total_tax','0'),(138446,15111,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138447,15051,'thwma_order_shipping_status','wc-pending'),(138448,15052,'thwma_order_shipping_status','wc-pending'),(138449,15053,'thwma_order_shipping_status','wc-pending'),(138450,15054,'thwma_order_shipping_status','wc-pending'),(138451,15055,'thwma_order_shipping_status','wc-pending'),(138452,15056,'thwma_order_shipping_status','wc-pending'),(138453,15058,'thwma_order_shipping_status','wc-pending'),(138454,15059,'thwma_order_shipping_status','wc-pending'),(138455,15060,'thwma_order_shipping_status','wc-pending'),(138456,15061,'thwma_order_shipping_status','wc-pending'),(138457,15112,'_product_id','39'),(138458,15112,'_variation_id','0'),(138459,15112,'_qty','1'),(138460,15112,'_tax_class',''),(138461,15112,'_line_subtotal','79.2'),(138462,15112,'_line_subtotal_tax','0'),(138463,15112,'_line_total','79.2'),(138464,15112,'_line_tax','0'),(138465,15112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138466,15113,'_product_id','42'),(138467,15113,'_variation_id','0'),(138468,15113,'_qty','1'),(138469,15113,'_tax_class',''),(138470,15113,'_line_subtotal','79.2'),(138471,15113,'_line_subtotal_tax','0'),(138472,15113,'_line_total','79.2'),(138473,15113,'_line_tax','0'),(138474,15113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138475,15114,'_product_id','43'),(138476,15114,'_variation_id','0'),(138477,15114,'_qty','1'),(138478,15114,'_tax_class',''),(138479,15114,'_line_subtotal','79.2'),(138480,15114,'_line_subtotal_tax','0'),(138481,15114,'_line_total','79.2'),(138482,15114,'_line_tax','0'),(138483,15114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138484,15115,'_product_id','49'),(138485,15115,'_variation_id','0'),(138486,15115,'_qty','1'),(138487,15115,'_tax_class',''),(138488,15115,'_line_subtotal','79.2'),(138489,15115,'_line_subtotal_tax','0'),(138490,15115,'_line_total','79.2'),(138491,15115,'_line_tax','0'),(138492,15115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138493,15116,'_product_id','487'),(138494,15116,'_variation_id','0'),(138495,15116,'_qty','1'),(138496,15116,'_tax_class',''),(138497,15116,'_line_subtotal','31.35'),(138498,15116,'_line_subtotal_tax','0'),(138499,15116,'_line_total','31.35'),(138500,15116,'_line_tax','0'),(138501,15116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138502,15117,'_product_id','2110'),(138503,15117,'_variation_id','0'),(138504,15117,'_qty','1'),(138505,15117,'_tax_class',''),(138506,15117,'_line_subtotal','71.4'),(138507,15117,'_line_subtotal_tax','0'),(138508,15117,'_line_total','71.4'),(138509,15117,'_line_tax','0'),(138510,15117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138511,15118,'_product_id','2113'),(138512,15118,'_variation_id','0'),(138513,15118,'_qty','1'),(138514,15118,'_tax_class',''),(138515,15118,'_line_subtotal','172'),(138516,15118,'_line_subtotal_tax','0'),(138517,15118,'_line_total','172'),(138518,15118,'_line_tax','0'),(138519,15118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138520,15119,'_product_id','45'),(138521,15119,'_variation_id','0'),(138522,15119,'_qty','3'),(138523,15119,'_tax_class',''),(138524,15119,'_line_subtotal','126.72'),(138525,15119,'_line_subtotal_tax','0'),(138526,15119,'_line_total','126.72'),(138527,15119,'_line_tax','0'),(138528,15119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138529,15120,'_product_id','41'),(138530,15120,'_variation_id','0'),(138531,15120,'_qty','1'),(138532,15120,'_tax_class',''),(138533,15120,'_line_subtotal','66.48'),(138534,15120,'_line_subtotal_tax','0'),(138535,15120,'_line_total','66.48'),(138536,15120,'_line_tax','0'),(138537,15120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138538,15121,'method_id','advanced_free_shipping'),(138539,15121,'instance_id','0'),(138540,15121,'cost','0.00'),(138541,15121,'total_tax','0'),(138542,15121,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138543,15063,'thwma_order_shipping_status','wc-pending'),(138544,15064,'thwma_order_shipping_status','wc-pending'),(138545,15065,'thwma_order_shipping_status','wc-pending'),(138546,15066,'thwma_order_shipping_status','wc-pending'),(138547,15067,'thwma_order_shipping_status','wc-pending'),(138548,15068,'thwma_order_shipping_status','wc-pending'),(138549,15091,'thwma_order_shipping_status','wc-pending'),(138550,15092,'thwma_order_shipping_status','wc-pending'),(138551,15093,'thwma_order_shipping_status','wc-pending'),(138552,15070,'thwma_order_shipping_status','wc-pending'),(138553,15071,'thwma_order_shipping_status','wc-pending'),(138554,15072,'thwma_order_shipping_status','wc-pending'),(138555,15078,'thwma_order_shipping_status','wc-pending'),(138556,15079,'thwma_order_shipping_status','wc-pending'),(138557,15080,'thwma_order_shipping_status','wc-pending'),(138558,15081,'thwma_order_shipping_status','wc-pending'),(138559,15082,'thwma_order_shipping_status','wc-pending'),(138560,15083,'thwma_order_shipping_status','wc-pending'),(138561,15084,'thwma_order_shipping_status','wc-pending'),(138562,15085,'thwma_order_shipping_status','wc-pending'),(138563,15086,'thwma_order_shipping_status','wc-pending'),(138564,15087,'thwma_order_shipping_status','wc-pending'),(138565,15088,'thwma_order_shipping_status','wc-pending'),(138566,15089,'thwma_order_shipping_status','wc-pending'),(138567,15122,'_product_id','39'),(138568,15122,'_variation_id','0'),(138569,15122,'_qty','1'),(138570,15122,'_tax_class',''),(138571,15122,'_line_subtotal','79.2'),(138572,15122,'_line_subtotal_tax','0'),(138573,15122,'_line_total','79.2'),(138574,15122,'_line_tax','0'),(138575,15122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138576,15123,'_product_id','40'),(138577,15123,'_variation_id','0'),(138578,15123,'_qty','1'),(138579,15123,'_tax_class',''),(138580,15123,'_line_subtotal','79.2'),(138581,15123,'_line_subtotal_tax','0'),(138582,15123,'_line_total','79.2'),(138583,15123,'_line_tax','0'),(138584,15123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138585,15124,'_product_id','43'),(138586,15124,'_variation_id','0'),(138587,15124,'_qty','1'),(138588,15124,'_tax_class',''),(138589,15124,'_line_subtotal','79.2'),(138590,15124,'_line_subtotal_tax','0'),(138591,15124,'_line_total','79.2'),(138592,15124,'_line_tax','0'),(138593,15124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138594,15125,'_product_id','2113'),(138595,15125,'_variation_id','0'),(138596,15125,'_qty','1'),(138597,15125,'_tax_class',''),(138598,15125,'_line_subtotal','172'),(138599,15125,'_line_subtotal_tax','0'),(138600,15125,'_line_total','172'),(138601,15125,'_line_tax','0'),(138602,15125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138603,15126,'_product_id','49'),(138604,15126,'_variation_id','0'),(138605,15126,'_qty','1'),(138606,15126,'_tax_class',''),(138607,15126,'_line_subtotal','79.2'),(138608,15126,'_line_subtotal_tax','0'),(138609,15126,'_line_total','79.2'),(138610,15126,'_line_tax','0'),(138611,15126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138612,15127,'_product_id','488'),(138613,15127,'_variation_id','0'),(138614,15127,'_qty','1'),(138615,15127,'_tax_class',''),(138616,15127,'_line_subtotal','31.35'),(138617,15127,'_line_subtotal_tax','0'),(138618,15127,'_line_total','31.35'),(138619,15127,'_line_tax','0'),(138620,15127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138621,15128,'_product_id','487'),(138622,15128,'_variation_id','0'),(138623,15128,'_qty','1'),(138624,15128,'_tax_class',''),(138625,15128,'_line_subtotal','31.35'),(138626,15128,'_line_subtotal_tax','0'),(138627,15128,'_line_total','31.35'),(138628,15128,'_line_tax','0'),(138629,15128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138630,15129,'_product_id','2110'),(138631,15129,'_variation_id','0'),(138632,15129,'_qty','1'),(138633,15129,'_tax_class',''),(138634,15129,'_line_subtotal','71.4'),(138635,15129,'_line_subtotal_tax','0'),(138636,15129,'_line_total','71.4'),(138637,15129,'_line_tax','0'),(138638,15129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138639,15130,'_product_id','2113'),(138640,15130,'_variation_id','0'),(138641,15130,'_qty','1'),(138642,15130,'_tax_class',''),(138643,15130,'_line_subtotal','172'),(138644,15130,'_line_subtotal_tax','0'),(138645,15130,'_line_total','172'),(138646,15130,'_line_tax','0'),(138647,15130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138648,15131,'_product_id','45'),(138649,15131,'_variation_id','0'),(138650,15131,'_qty','1'),(138651,15131,'_tax_class',''),(138652,15131,'_line_subtotal','42.24'),(138653,15131,'_line_subtotal_tax','0'),(138654,15131,'_line_total','42.24'),(138655,15131,'_line_tax','0'),(138656,15131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138657,15132,'_product_id','41'),(138658,15132,'_variation_id','0'),(138659,15132,'_qty','1'),(138660,15132,'_tax_class',''),(138661,15132,'_line_subtotal','66.48'),(138662,15132,'_line_subtotal_tax','0'),(138663,15132,'_line_total','66.48'),(138664,15132,'_line_tax','0'),(138665,15132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138666,15133,'method_id','advanced_free_shipping'),(138667,15133,'instance_id','0'),(138668,15133,'cost','0.00'),(138669,15133,'total_tax','0'),(138670,15133,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138671,15134,'_product_id','44'),(138672,15134,'_variation_id','0'),(138673,15134,'_qty','3'),(138674,15134,'_tax_class',''),(138675,15134,'_line_subtotal','348.48'),(138676,15134,'_line_subtotal_tax','0'),(138677,15134,'_line_total','348.48'),(138678,15134,'_line_tax','0'),(138679,15134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138680,15135,'_product_id','490'),(138681,15135,'_variation_id','0'),(138682,15135,'_qty','10'),(138683,15135,'_tax_class',''),(138684,15135,'_line_subtotal','196'),(138685,15135,'_line_subtotal_tax','0'),(138686,15135,'_line_total','196'),(138687,15135,'_line_tax','0'),(138688,15135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138689,15136,'method_id','advanced_free_shipping'),(138690,15136,'instance_id','0'),(138691,15136,'cost','0.00'),(138692,15136,'total_tax','0'),(138693,15136,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138696,15106,'thwma_order_shipping_status','wc-pending'),(138697,15107,'thwma_order_shipping_status','wc-pending'),(138698,15108,'thwma_order_shipping_status','wc-pending'),(138699,15109,'thwma_order_shipping_status','wc-pending'),(138700,15110,'thwma_order_shipping_status','wc-pending'),(138701,15095,'thwma_order_shipping_status','wc-pending'),(138702,15096,'thwma_order_shipping_status','wc-pending'),(138703,15097,'thwma_order_shipping_status','wc-pending'),(138704,15098,'thwma_order_shipping_status','wc-pending'),(138705,15099,'thwma_order_shipping_status','wc-pending'),(138706,15100,'thwma_order_shipping_status','wc-pending'),(138707,15101,'thwma_order_shipping_status','wc-pending'),(138708,15112,'thwma_order_shipping_status','wc-pending'),(138709,15113,'thwma_order_shipping_status','wc-pending'),(138710,15114,'thwma_order_shipping_status','wc-pending'),(138711,15115,'thwma_order_shipping_status','wc-pending'),(138712,15116,'thwma_order_shipping_status','wc-pending'),(138713,15117,'thwma_order_shipping_status','wc-pending'),(138714,15118,'thwma_order_shipping_status','wc-pending'),(138715,15119,'thwma_order_shipping_status','wc-pending'),(138716,15120,'thwma_order_shipping_status','wc-pending'),(138717,15122,'thwma_order_shipping_status','wc-pending'),(138718,15123,'thwma_order_shipping_status','wc-pending'),(138719,15124,'thwma_order_shipping_status','wc-pending'),(138720,15125,'thwma_order_shipping_status','wc-pending'),(138721,15126,'thwma_order_shipping_status','wc-pending'),(138722,15127,'thwma_order_shipping_status','wc-pending'),(138723,15128,'thwma_order_shipping_status','wc-pending'),(138724,15129,'thwma_order_shipping_status','wc-pending'),(138725,15130,'thwma_order_shipping_status','wc-pending'),(138726,15131,'thwma_order_shipping_status','wc-pending'),(138727,15132,'thwma_order_shipping_status','wc-pending'),(138728,15134,'thwma_order_shipping_status','wc-pending'),(138729,15135,'thwma_order_shipping_status','wc-pending'),(138730,15137,'_product_id','116'),(138731,15137,'_variation_id','0'),(138732,15137,'_qty','1'),(138733,15137,'_tax_class',''),(138734,15137,'_line_subtotal','145.44'),(138735,15137,'_line_subtotal_tax','0'),(138736,15137,'_line_total','145.44'),(138737,15137,'_line_tax','0'),(138738,15137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138739,15138,'_product_id','490'),(138740,15138,'_variation_id','0'),(138741,15138,'_qty','8'),(138742,15138,'_tax_class',''),(138743,15138,'_line_subtotal','156.8'),(138744,15138,'_line_subtotal_tax','0'),(138745,15138,'_line_total','156.8'),(138746,15138,'_line_tax','0'),(138747,15138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138748,15139,'_product_id','488'),(138749,15139,'_variation_id','0'),(138750,15139,'_qty','2'),(138751,15139,'_tax_class',''),(138752,15139,'_line_subtotal','62.7'),(138753,15139,'_line_subtotal_tax','0'),(138754,15139,'_line_total','62.7'),(138755,15139,'_line_tax','0'),(138756,15139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138757,15140,'_product_id','116'),(138758,15140,'_variation_id','0'),(138759,15140,'_qty','1'),(138760,15140,'_tax_class',''),(138761,15140,'_line_subtotal','145.44'),(138762,15140,'_line_subtotal_tax','0'),(138763,15140,'_line_total','145.44'),(138764,15140,'_line_tax','0'),(138765,15140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138766,15141,'method_id','advanced_free_shipping'),(138767,15141,'instance_id','0'),(138768,15141,'cost','0.00'),(138769,15141,'total_tax','0'),(138770,15141,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138771,15142,'_product_id','2110'),(138772,15142,'_variation_id','0'),(138773,15142,'_qty','2'),(138774,15142,'_tax_class',''),(138775,15142,'_line_subtotal','142.8'),(138776,15142,'_line_subtotal_tax','0'),(138777,15142,'_line_total','142.8'),(138778,15142,'_line_tax','0'),(138779,15142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138780,15143,'_product_id','2113'),(138781,15143,'_variation_id','0'),(138782,15143,'_qty','2'),(138783,15143,'_tax_class',''),(138784,15143,'_line_subtotal','344'),(138785,15143,'_line_subtotal_tax','0'),(138786,15143,'_line_total','344'),(138787,15143,'_line_tax','0'),(138788,15143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138789,15144,'_product_id','41'),(138790,15144,'_variation_id','0'),(138791,15144,'_qty','4'),(138792,15144,'_tax_class',''),(138793,15144,'_line_subtotal','265.92'),(138794,15144,'_line_subtotal_tax','0'),(138795,15144,'_line_total','265.92'),(138796,15144,'_line_tax','0'),(138797,15144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138798,15145,'_product_id','45'),(138799,15145,'_variation_id','0'),(138800,15145,'_qty','1'),(138801,15145,'_tax_class',''),(138802,15145,'_line_subtotal','42.24'),(138803,15145,'_line_subtotal_tax','0'),(138804,15145,'_line_total','42.24'),(138805,15145,'_line_tax','0'),(138806,15145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138807,15146,'_product_id','2400'),(138808,15146,'_variation_id','0'),(138809,15146,'_qty','1'),(138810,15146,'_tax_class',''),(138811,15146,'_line_subtotal','186.3'),(138812,15146,'_line_subtotal_tax','0'),(138813,15146,'_line_total','186.3'),(138814,15146,'_line_tax','0'),(138815,15146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138816,15147,'_product_id','39'),(138817,15147,'_variation_id','0'),(138818,15147,'_qty','1'),(138819,15147,'_tax_class',''),(138820,15147,'_line_subtotal','79.2'),(138821,15147,'_line_subtotal_tax','0'),(138822,15147,'_line_total','79.2'),(138823,15147,'_line_tax','0'),(138824,15147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138825,15148,'_product_id','120'),(138826,15148,'_variation_id','0'),(138827,15148,'_qty','1'),(138828,15148,'_tax_class',''),(138829,15148,'_line_subtotal','52.8'),(138830,15148,'_line_subtotal_tax','0'),(138831,15148,'_line_total','52.8'),(138832,15148,'_line_tax','0'),(138833,15148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138834,15149,'_product_id','43'),(138835,15149,'_variation_id','0'),(138836,15149,'_qty','1'),(138837,15149,'_tax_class',''),(138838,15149,'_line_subtotal','79.2'),(138839,15149,'_line_subtotal_tax','0'),(138840,15149,'_line_total','79.2'),(138841,15149,'_line_tax','0'),(138842,15149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138843,15150,'_product_id','49'),(138844,15150,'_variation_id','0'),(138845,15150,'_qty','1'),(138846,15150,'_tax_class',''),(138847,15150,'_line_subtotal','79.2'),(138848,15150,'_line_subtotal_tax','0'),(138849,15150,'_line_total','79.2'),(138850,15150,'_line_tax','0'),(138851,15150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138852,15151,'_product_id','44'),(138853,15151,'_variation_id','0'),(138854,15151,'_qty','1'),(138855,15151,'_tax_class',''),(138856,15151,'_line_subtotal','116.16'),(138857,15151,'_line_subtotal_tax','0'),(138858,15151,'_line_total','116.16'),(138859,15151,'_line_tax','0'),(138860,15151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138861,15152,'_product_id','490'),(138862,15152,'_variation_id','0'),(138863,15152,'_qty','8'),(138864,15152,'_tax_class',''),(138865,15152,'_line_subtotal','156.8'),(138866,15152,'_line_subtotal_tax','0'),(138867,15152,'_line_total','156.8'),(138868,15152,'_line_tax','0'),(138869,15152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138870,15153,'method_id','advanced_free_shipping'),(138871,15153,'instance_id','0'),(138872,15153,'cost','0.00'),(138873,15153,'total_tax','0'),(138874,15153,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138875,15103,'thwma_order_shipping_status','wc-pending'),(138876,15104,'thwma_order_shipping_status','wc-pending'),(138877,15154,'_product_id','93'),(138878,15154,'_variation_id','0'),(138879,15154,'_qty','20'),(138880,15154,'_tax_class',''),(138881,15154,'_line_subtotal','0'),(138882,15154,'_line_subtotal_tax','0'),(138883,15154,'_line_total','0'),(138884,15154,'_line_tax','0'),(138885,15154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138886,15155,'method_id','fedex'),(138887,15155,'instance_id','1'),(138888,15155,'cost','22.86'),(138889,15155,'total_tax','0'),(138890,15155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138891,15155,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(138892,15155,'Items','Bulk Active Rinse 100% &times; 20'),(138893,15156,'_product_id','38'),(138894,15156,'_variation_id','0'),(138895,15156,'_qty','1'),(138896,15156,'_tax_class',''),(138897,15156,'_line_subtotal','165.76'),(138898,15156,'_line_subtotal_tax','0'),(138899,15156,'_line_total','165.76'),(138900,15156,'_line_tax','0'),(138901,15156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138902,15157,'_product_id','2113'),(138903,15157,'_variation_id','0'),(138904,15157,'_qty','2'),(138905,15157,'_tax_class',''),(138906,15157,'_line_subtotal','344'),(138907,15157,'_line_subtotal_tax','0'),(138908,15157,'_line_total','344'),(138909,15157,'_line_tax','0'),(138910,15157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138911,15158,'_product_id','2110'),(138912,15158,'_variation_id','0'),(138913,15158,'_qty','2'),(138914,15158,'_tax_class',''),(138915,15158,'_line_subtotal','142.8'),(138916,15158,'_line_subtotal_tax','0'),(138917,15158,'_line_total','142.8'),(138918,15158,'_line_tax','0'),(138919,15158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138920,15159,'_product_id','45'),(138921,15159,'_variation_id','0'),(138922,15159,'_qty','2'),(138923,15159,'_tax_class',''),(138924,15159,'_line_subtotal','84.48'),(138925,15159,'_line_subtotal_tax','0'),(138926,15159,'_line_total','84.48'),(138927,15159,'_line_tax','0'),(138928,15159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138929,15160,'_product_id','41'),(138930,15160,'_variation_id','0'),(138931,15160,'_qty','1'),(138932,15160,'_tax_class',''),(138933,15160,'_line_subtotal','66.48'),(138934,15160,'_line_subtotal_tax','0'),(138935,15160,'_line_total','66.48'),(138936,15160,'_line_tax','0'),(138937,15160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138938,15161,'_product_id','49'),(138939,15161,'_variation_id','0'),(138940,15161,'_qty','1'),(138941,15161,'_tax_class',''),(138942,15161,'_line_subtotal','79.2'),(138943,15161,'_line_subtotal_tax','0'),(138944,15161,'_line_total','79.2'),(138945,15161,'_line_tax','0'),(138946,15161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138947,15162,'_product_id','490'),(138948,15162,'_variation_id','0'),(138949,15162,'_qty','8'),(138950,15162,'_tax_class',''),(138951,15162,'_line_subtotal','156.8'),(138952,15162,'_line_subtotal_tax','0'),(138953,15162,'_line_total','156.8'),(138954,15162,'_line_tax','0'),(138955,15162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138956,15163,'method_id','advanced_free_shipping'),(138957,15163,'instance_id','0'),(138958,15163,'cost','0.00'),(138959,15163,'total_tax','0'),(138960,15163,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(138961,15164,'_product_id','2110'),(138962,15164,'_variation_id','0'),(138963,15164,'_qty','3'),(138964,15164,'_tax_class',''),(138965,15164,'_line_subtotal','214.2'),(138966,15164,'_line_subtotal_tax','0'),(138967,15164,'_line_total','214.2'),(138968,15164,'_line_tax','0'),(138969,15164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138970,15165,'_product_id','2113'),(138971,15165,'_variation_id','0'),(138972,15165,'_qty','1'),(138973,15165,'_tax_class',''),(138974,15165,'_line_subtotal','172'),(138975,15165,'_line_subtotal_tax','0'),(138976,15165,'_line_total','172'),(138977,15165,'_line_tax','0'),(138978,15165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138979,15166,'_product_id','42'),(138980,15166,'_variation_id','0'),(138981,15166,'_qty','1'),(138982,15166,'_tax_class',''),(138983,15166,'_line_subtotal','79.2'),(138984,15166,'_line_subtotal_tax','0'),(138985,15166,'_line_total','79.2'),(138986,15166,'_line_tax','0'),(138987,15166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138988,15167,'_product_id','41'),(138989,15167,'_variation_id','0'),(138990,15167,'_qty','2'),(138991,15167,'_tax_class',''),(138992,15167,'_line_subtotal','132.96'),(138993,15167,'_line_subtotal_tax','0'),(138994,15167,'_line_total','132.96'),(138995,15167,'_line_tax','0'),(138996,15167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(138997,15168,'_product_id','45'),(138998,15168,'_variation_id','0'),(138999,15168,'_qty','3'),(139000,15168,'_tax_class',''),(139001,15168,'_line_subtotal','126.72'),(139002,15168,'_line_subtotal_tax','0'),(139003,15168,'_line_total','126.72'),(139004,15168,'_line_tax','0'),(139005,15168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139006,15169,'_product_id','2400'),(139007,15169,'_variation_id','0'),(139008,15169,'_qty','1'),(139009,15169,'_tax_class',''),(139010,15169,'_line_subtotal','186.3'),(139011,15169,'_line_subtotal_tax','0'),(139012,15169,'_line_total','186.3'),(139013,15169,'_line_tax','0'),(139014,15169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139015,15170,'_product_id','2408'),(139016,15170,'_variation_id','0'),(139017,15170,'_qty','2'),(139018,15170,'_tax_class',''),(139019,15170,'_line_subtotal','298.68'),(139020,15170,'_line_subtotal_tax','0'),(139021,15170,'_line_total','298.68'),(139022,15170,'_line_tax','0'),(139023,15170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139024,15171,'_product_id','490'),(139025,15171,'_variation_id','0'),(139026,15171,'_qty','10'),(139027,15171,'_tax_class',''),(139028,15171,'_line_subtotal','196'),(139029,15171,'_line_subtotal_tax','0'),(139030,15171,'_line_total','196'),(139031,15171,'_line_tax','0'),(139032,15171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139033,15172,'_product_id','44'),(139034,15172,'_variation_id','0'),(139035,15172,'_qty','1'),(139036,15172,'_tax_class',''),(139037,15172,'_line_subtotal','116.16'),(139038,15172,'_line_subtotal_tax','0'),(139039,15172,'_line_total','116.16'),(139040,15172,'_line_tax','0'),(139041,15172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139042,15173,'method_id','advanced_free_shipping'),(139043,15173,'instance_id','0'),(139044,15173,'cost','0.00'),(139045,15173,'total_tax','0'),(139046,15173,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139047,15142,'thwma_order_shipping_status','wc-pending'),(139048,15143,'thwma_order_shipping_status','wc-pending'),(139049,15144,'thwma_order_shipping_status','wc-pending'),(139050,15145,'thwma_order_shipping_status','wc-pending'),(139051,15146,'thwma_order_shipping_status','wc-pending'),(139052,15147,'thwma_order_shipping_status','wc-pending'),(139053,15148,'thwma_order_shipping_status','wc-pending'),(139054,15149,'thwma_order_shipping_status','wc-pending'),(139055,15150,'thwma_order_shipping_status','wc-pending'),(139056,15151,'thwma_order_shipping_status','wc-pending'),(139057,15152,'thwma_order_shipping_status','wc-pending'),(139058,15174,'_product_id','2110'),(139059,15174,'_variation_id','0'),(139060,15174,'_qty','3'),(139061,15174,'_tax_class',''),(139062,15174,'_line_subtotal','214.2'),(139063,15174,'_line_subtotal_tax','0'),(139064,15174,'_line_total','214.2'),(139065,15174,'_line_tax','0'),(139066,15174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139067,15175,'_product_id','45'),(139068,15175,'_variation_id','0'),(139069,15175,'_qty','2'),(139070,15175,'_tax_class',''),(139071,15175,'_line_subtotal','84.48'),(139072,15175,'_line_subtotal_tax','0'),(139073,15175,'_line_total','84.48'),(139074,15175,'_line_tax','0'),(139075,15175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139076,15176,'_product_id','2400'),(139077,15176,'_variation_id','0'),(139078,15176,'_qty','1'),(139079,15176,'_tax_class',''),(139080,15176,'_line_subtotal','186.3'),(139081,15176,'_line_subtotal_tax','0'),(139082,15176,'_line_total','186.3'),(139083,15176,'_line_tax','0'),(139084,15176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139085,15177,'_product_id','2408'),(139086,15177,'_variation_id','0'),(139087,15177,'_qty','4'),(139088,15177,'_tax_class',''),(139089,15177,'_line_subtotal','597.36'),(139090,15177,'_line_subtotal_tax','0'),(139091,15177,'_line_total','597.36'),(139092,15177,'_line_tax','0'),(139093,15177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139094,15178,'method_id','advanced_free_shipping'),(139095,15178,'instance_id','0'),(139096,15178,'cost','0.00'),(139097,15178,'total_tax','0'),(139098,15178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139099,15156,'thwma_order_shipping_status','wc-pending'),(139100,15157,'thwma_order_shipping_status','wc-pending'),(139101,15158,'thwma_order_shipping_status','wc-pending'),(139102,15159,'thwma_order_shipping_status','wc-pending'),(139103,15160,'thwma_order_shipping_status','wc-pending'),(139104,15161,'thwma_order_shipping_status','wc-pending'),(139105,15162,'thwma_order_shipping_status','wc-pending'),(139106,15164,'thwma_order_shipping_status','wc-pending'),(139107,15165,'thwma_order_shipping_status','wc-pending'),(139108,15166,'thwma_order_shipping_status','wc-pending'),(139109,15167,'thwma_order_shipping_status','wc-pending'),(139110,15168,'thwma_order_shipping_status','wc-pending'),(139111,15169,'thwma_order_shipping_status','wc-pending'),(139112,15170,'thwma_order_shipping_status','wc-pending'),(139113,15171,'thwma_order_shipping_status','wc-pending'),(139114,15172,'thwma_order_shipping_status','wc-pending'),(139115,15174,'thwma_order_shipping_status','wc-pending'),(139116,15175,'thwma_order_shipping_status','wc-pending'),(139117,15176,'thwma_order_shipping_status','wc-pending'),(139118,15177,'thwma_order_shipping_status','wc-pending'),(139119,15179,'_product_id','2110'),(139120,15179,'_variation_id','0'),(139121,15179,'_qty','2'),(139122,15179,'_tax_class',''),(139123,15179,'_line_subtotal','142.8'),(139124,15179,'_line_subtotal_tax','0'),(139125,15179,'_line_total','142.8'),(139126,15179,'_line_tax','0'),(139127,15179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139128,15180,'_product_id','43'),(139129,15180,'_variation_id','0'),(139130,15180,'_qty','2'),(139131,15180,'_tax_class',''),(139132,15180,'_line_subtotal','158.4'),(139133,15180,'_line_subtotal_tax','0'),(139134,15180,'_line_total','158.4'),(139135,15180,'_line_tax','0'),(139136,15180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139137,15181,'_product_id','41'),(139138,15181,'_variation_id','0'),(139139,15181,'_qty','1'),(139140,15181,'_tax_class',''),(139141,15181,'_line_subtotal','66.48'),(139142,15181,'_line_subtotal_tax','0'),(139143,15181,'_line_total','66.48'),(139144,15181,'_line_tax','0'),(139145,15181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139146,15182,'_product_id','116'),(139147,15182,'_variation_id','0'),(139148,15182,'_qty','1'),(139149,15182,'_tax_class',''),(139150,15182,'_line_subtotal','145.44'),(139151,15182,'_line_subtotal_tax','0'),(139152,15182,'_line_total','145.44'),(139153,15182,'_line_tax','0'),(139154,15182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139155,15183,'_product_id','490'),(139156,15183,'_variation_id','0'),(139157,15183,'_qty','2'),(139158,15183,'_tax_class',''),(139159,15183,'_line_subtotal','39.2'),(139160,15183,'_line_subtotal_tax','0'),(139161,15183,'_line_total','39.2'),(139162,15183,'_line_tax','0'),(139163,15183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139164,15184,'_product_id','39'),(139165,15184,'_variation_id','0'),(139166,15184,'_qty','1'),(139167,15184,'_tax_class',''),(139168,15184,'_line_subtotal','79.2'),(139169,15184,'_line_subtotal_tax','0'),(139170,15184,'_line_total','79.2'),(139171,15184,'_line_tax','0'),(139172,15184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139173,15185,'_product_id','120'),(139174,15185,'_variation_id','0'),(139175,15185,'_qty','1'),(139176,15185,'_tax_class',''),(139177,15185,'_line_subtotal','52.8'),(139178,15185,'_line_subtotal_tax','0'),(139179,15185,'_line_total','52.8'),(139180,15185,'_line_tax','0'),(139181,15185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139182,15186,'method_id','advanced_free_shipping'),(139183,15186,'instance_id','0'),(139184,15186,'cost','0.00'),(139185,15186,'total_tax','0'),(139186,15186,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139187,15137,'thwma_order_shipping_status','wc-pending'),(139188,15138,'thwma_order_shipping_status','wc-pending'),(139189,15139,'thwma_order_shipping_status','wc-pending'),(139190,15140,'thwma_order_shipping_status','wc-pending'),(139191,15179,'thwma_order_shipping_status','wc-pending'),(139192,15180,'thwma_order_shipping_status','wc-pending'),(139193,15181,'thwma_order_shipping_status','wc-pending'),(139194,15182,'thwma_order_shipping_status','wc-pending'),(139195,15183,'thwma_order_shipping_status','wc-pending'),(139196,15184,'thwma_order_shipping_status','wc-pending'),(139197,15185,'thwma_order_shipping_status','wc-pending'),(139198,15187,'_product_id','490'),(139199,15187,'_variation_id','0'),(139200,15187,'_qty','15'),(139201,15187,'_tax_class',''),(139202,15187,'_line_subtotal','294'),(139203,15187,'_line_subtotal_tax','0'),(139204,15187,'_line_total','294'),(139205,15187,'_line_tax','0'),(139206,15187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139207,15188,'_product_id','488'),(139208,15188,'_variation_id','0'),(139209,15188,'_qty','1'),(139210,15188,'_tax_class',''),(139211,15188,'_line_subtotal','31.35'),(139212,15188,'_line_subtotal_tax','0'),(139213,15188,'_line_total','31.35'),(139214,15188,'_line_tax','0'),(139215,15188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139216,15189,'_product_id','487'),(139217,15189,'_variation_id','0'),(139218,15189,'_qty','1'),(139219,15189,'_tax_class',''),(139220,15189,'_line_subtotal','31.35'),(139221,15189,'_line_subtotal_tax','0'),(139222,15189,'_line_total','31.35'),(139223,15189,'_line_tax','0'),(139224,15189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139225,15190,'_product_id','41'),(139226,15190,'_variation_id','0'),(139227,15190,'_qty','2'),(139228,15190,'_tax_class',''),(139229,15190,'_line_subtotal','132.96'),(139230,15190,'_line_subtotal_tax','0'),(139231,15190,'_line_total','132.96'),(139232,15190,'_line_tax','0'),(139233,15190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139234,15191,'_product_id','45'),(139235,15191,'_variation_id','0'),(139236,15191,'_qty','4'),(139237,15191,'_tax_class',''),(139238,15191,'_line_subtotal','168.96'),(139239,15191,'_line_subtotal_tax','0'),(139240,15191,'_line_total','168.96'),(139241,15191,'_line_tax','0'),(139242,15191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139243,15192,'_product_id','49'),(139244,15192,'_variation_id','0'),(139245,15192,'_qty','2'),(139246,15192,'_tax_class',''),(139247,15192,'_line_subtotal','158.4'),(139248,15192,'_line_subtotal_tax','0'),(139249,15192,'_line_total','158.4'),(139250,15192,'_line_tax','0'),(139251,15192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139252,15193,'method_id','advanced_free_shipping'),(139253,15193,'instance_id','0'),(139254,15193,'cost','0.00'),(139255,15193,'total_tax','0'),(139256,15193,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139257,15194,'_product_id','41'),(139258,15194,'_variation_id','0'),(139259,15194,'_qty','2'),(139260,15194,'_tax_class',''),(139261,15194,'_line_subtotal','132.96'),(139262,15194,'_line_subtotal_tax','0'),(139263,15194,'_line_total','132.96'),(139264,15194,'_line_tax','0'),(139265,15194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139266,15195,'_product_id','45'),(139267,15195,'_variation_id','0'),(139268,15195,'_qty','3'),(139269,15195,'_tax_class',''),(139270,15195,'_line_subtotal','126.72'),(139271,15195,'_line_subtotal_tax','0'),(139272,15195,'_line_total','126.72'),(139273,15195,'_line_tax','0'),(139274,15195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139275,15196,'_product_id','49'),(139276,15196,'_variation_id','0'),(139277,15196,'_qty','2'),(139278,15196,'_tax_class',''),(139279,15196,'_line_subtotal','158.4'),(139280,15196,'_line_subtotal_tax','0'),(139281,15196,'_line_total','158.4'),(139282,15196,'_line_tax','0'),(139283,15196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139284,15197,'_product_id','490'),(139285,15197,'_variation_id','0'),(139286,15197,'_qty','15'),(139287,15197,'_tax_class',''),(139288,15197,'_line_subtotal','294'),(139289,15197,'_line_subtotal_tax','0'),(139290,15197,'_line_total','294'),(139291,15197,'_line_tax','0'),(139292,15197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139293,15198,'method_id','advanced_free_shipping'),(139294,15198,'instance_id','0'),(139295,15198,'cost','0.00'),(139296,15198,'total_tax','0'),(139297,15198,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139298,15199,'_product_id','2110'),(139299,15199,'_variation_id','0'),(139300,15199,'_qty','8'),(139301,15199,'_tax_class',''),(139302,15199,'_line_subtotal','571.2'),(139303,15199,'_line_subtotal_tax','0'),(139304,15199,'_line_total','571.2'),(139305,15199,'_line_tax','0'),(139306,15199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139307,15200,'_product_id','45'),(139308,15200,'_variation_id','0'),(139309,15200,'_qty','1'),(139310,15200,'_tax_class',''),(139311,15200,'_line_subtotal','42.24'),(139312,15200,'_line_subtotal_tax','0'),(139313,15200,'_line_total','42.24'),(139314,15200,'_line_tax','0'),(139315,15200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139316,15201,'_product_id','41'),(139317,15201,'_variation_id','0'),(139318,15201,'_qty','4'),(139319,15201,'_tax_class',''),(139320,15201,'_line_subtotal','265.92'),(139321,15201,'_line_subtotal_tax','0'),(139322,15201,'_line_total','265.92'),(139323,15201,'_line_tax','0'),(139324,15201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139325,15202,'_product_id','40'),(139326,15202,'_variation_id','0'),(139327,15202,'_qty','1'),(139328,15202,'_tax_class',''),(139329,15202,'_line_subtotal','79.2'),(139330,15202,'_line_subtotal_tax','0'),(139331,15202,'_line_total','79.2'),(139332,15202,'_line_tax','0'),(139333,15202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139334,15203,'_product_id','2408'),(139335,15203,'_variation_id','0'),(139336,15203,'_qty','4'),(139337,15203,'_tax_class',''),(139338,15203,'_line_subtotal','597.36'),(139339,15203,'_line_subtotal_tax','0'),(139340,15203,'_line_total','597.36'),(139341,15203,'_line_tax','0'),(139342,15203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139343,15204,'_product_id','133'),(139344,15204,'_variation_id','0'),(139345,15204,'_qty','10'),(139346,15204,'_tax_class',''),(139347,15204,'_line_subtotal','143'),(139348,15204,'_line_subtotal_tax','0'),(139349,15204,'_line_total','143'),(139350,15204,'_line_tax','0'),(139351,15204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139352,15205,'_product_id','133'),(139353,15205,'_variation_id','0'),(139354,15205,'_qty','10'),(139355,15205,'_tax_class',''),(139356,15205,'_line_subtotal','143'),(139357,15205,'_line_subtotal_tax','0'),(139358,15205,'_line_total','143'),(139359,15205,'_line_tax','0'),(139360,15205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139361,15206,'method_id','advanced_free_shipping'),(139362,15206,'instance_id','0'),(139363,15206,'cost','0.00'),(139364,15206,'total_tax','0'),(139365,15206,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139366,15207,'_product_id','2113'),(139367,15207,'_variation_id','0'),(139368,15207,'_qty','1'),(139369,15207,'_tax_class',''),(139370,15207,'_line_subtotal','172'),(139371,15207,'_line_subtotal_tax','0'),(139372,15207,'_line_total','172'),(139373,15207,'_line_tax','0'),(139374,15207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139375,15208,'_product_id','2110'),(139376,15208,'_variation_id','0'),(139377,15208,'_qty','1'),(139378,15208,'_tax_class',''),(139379,15208,'_line_subtotal','71.4'),(139380,15208,'_line_subtotal_tax','0'),(139381,15208,'_line_total','71.4'),(139382,15208,'_line_tax','0'),(139383,15208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139384,15209,'_product_id','490'),(139385,15209,'_variation_id','0'),(139386,15209,'_qty','9'),(139387,15209,'_tax_class',''),(139388,15209,'_line_subtotal','176.4'),(139389,15209,'_line_subtotal_tax','0'),(139390,15209,'_line_total','176.4'),(139391,15209,'_line_tax','0'),(139392,15209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139393,15210,'_product_id','39'),(139394,15210,'_variation_id','0'),(139395,15210,'_qty','1'),(139396,15210,'_tax_class',''),(139397,15210,'_line_subtotal','79.2'),(139398,15210,'_line_subtotal_tax','0'),(139399,15210,'_line_total','79.2'),(139400,15210,'_line_tax','0'),(139401,15210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139402,15211,'_product_id','40'),(139403,15211,'_variation_id','0'),(139404,15211,'_qty','1'),(139405,15211,'_tax_class',''),(139406,15211,'_line_subtotal','79.2'),(139407,15211,'_line_subtotal_tax','0'),(139408,15211,'_line_total','79.2'),(139409,15211,'_line_tax','0'),(139410,15211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139411,15212,'_product_id','49'),(139412,15212,'_variation_id','0'),(139413,15212,'_qty','1'),(139414,15212,'_tax_class',''),(139415,15212,'_line_subtotal','79.2'),(139416,15212,'_line_subtotal_tax','0'),(139417,15212,'_line_total','79.2'),(139418,15212,'_line_tax','0'),(139419,15212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139420,15213,'_product_id','487'),(139421,15213,'_variation_id','0'),(139422,15213,'_qty','1'),(139423,15213,'_tax_class',''),(139424,15213,'_line_subtotal','31.35'),(139425,15213,'_line_subtotal_tax','0'),(139426,15213,'_line_total','31.35'),(139427,15213,'_line_tax','0'),(139428,15213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139429,15214,'method_id','advanced_free_shipping'),(139430,15214,'instance_id','0'),(139431,15214,'cost','0.00'),(139432,15214,'total_tax','0'),(139433,15214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139434,15215,'_product_id','116'),(139435,15215,'_variation_id','0'),(139436,15215,'_qty','3'),(139437,15215,'_tax_class',''),(139438,15215,'_line_subtotal','436.32'),(139439,15215,'_line_subtotal_tax','0'),(139440,15215,'_line_total','436.32'),(139441,15215,'_line_tax','0'),(139442,15215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139443,15216,'_product_id','41'),(139444,15216,'_variation_id','0'),(139445,15216,'_qty','2'),(139446,15216,'_tax_class',''),(139447,15216,'_line_subtotal','132.96'),(139448,15216,'_line_subtotal_tax','0'),(139449,15216,'_line_total','132.96'),(139450,15216,'_line_tax','0'),(139451,15216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139452,15217,'_product_id','120'),(139453,15217,'_variation_id','0'),(139454,15217,'_qty','1'),(139455,15217,'_tax_class',''),(139456,15217,'_line_subtotal','52.8'),(139457,15217,'_line_subtotal_tax','0'),(139458,15217,'_line_total','52.8'),(139459,15217,'_line_tax','0'),(139460,15217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139461,15218,'_product_id','43'),(139462,15218,'_variation_id','0'),(139463,15218,'_qty','1'),(139464,15218,'_tax_class',''),(139465,15218,'_line_subtotal','79.2'),(139466,15218,'_line_subtotal_tax','0'),(139467,15218,'_line_total','79.2'),(139468,15218,'_line_tax','0'),(139469,15218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139470,15219,'_product_id','93'),(139471,15219,'_variation_id','0'),(139472,15219,'_qty','3'),(139473,15219,'_tax_class',''),(139474,15219,'_line_subtotal','0'),(139475,15219,'_line_subtotal_tax','0'),(139476,15219,'_line_total','0'),(139477,15219,'_line_tax','0'),(139478,15219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139479,15220,'_product_id','2110'),(139480,15220,'_variation_id','0'),(139481,15220,'_qty','1'),(139482,15220,'_tax_class',''),(139483,15220,'_line_subtotal','71.4'),(139484,15220,'_line_subtotal_tax','0'),(139485,15220,'_line_total','71.4'),(139486,15220,'_line_tax','0'),(139487,15220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139488,15221,'method_id','advanced_free_shipping'),(139489,15221,'instance_id','0'),(139490,15221,'cost','0.00'),(139491,15221,'total_tax','0'),(139492,15221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139493,15222,'_product_id','41'),(139494,15222,'_variation_id','0'),(139495,15222,'_qty','1'),(139496,15222,'_tax_class',''),(139497,15222,'_line_subtotal','66.48'),(139498,15222,'_line_subtotal_tax','0'),(139499,15222,'_line_total','66.48'),(139500,15222,'_line_tax','0'),(139501,15222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139502,15223,'_product_id','45'),(139503,15223,'_variation_id','0'),(139504,15223,'_qty','1'),(139505,15223,'_tax_class',''),(139506,15223,'_line_subtotal','42.24'),(139507,15223,'_line_subtotal_tax','0'),(139508,15223,'_line_total','42.24'),(139509,15223,'_line_tax','0'),(139510,15223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139511,15224,'_product_id','39'),(139512,15224,'_variation_id','0'),(139513,15224,'_qty','1'),(139514,15224,'_tax_class',''),(139515,15224,'_line_subtotal','79.2'),(139516,15224,'_line_subtotal_tax','0'),(139517,15224,'_line_total','79.2'),(139518,15224,'_line_tax','0'),(139519,15224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139520,15225,'_product_id','120'),(139521,15225,'_variation_id','0'),(139522,15225,'_qty','1'),(139523,15225,'_tax_class',''),(139524,15225,'_line_subtotal','52.8'),(139525,15225,'_line_subtotal_tax','0'),(139526,15225,'_line_total','52.8'),(139527,15225,'_line_tax','0'),(139528,15225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139529,15226,'_product_id','49'),(139530,15226,'_variation_id','0'),(139531,15226,'_qty','6'),(139532,15226,'_tax_class',''),(139533,15226,'_line_subtotal','475.2'),(139534,15226,'_line_subtotal_tax','0'),(139535,15226,'_line_total','475.2'),(139536,15226,'_line_tax','0'),(139537,15226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139538,15227,'_product_id','44'),(139539,15227,'_variation_id','0'),(139540,15227,'_qty','1'),(139541,15227,'_tax_class',''),(139542,15227,'_line_subtotal','116.16'),(139543,15227,'_line_subtotal_tax','0'),(139544,15227,'_line_total','116.16'),(139545,15227,'_line_tax','0'),(139546,15227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139547,15228,'method_id','advanced_free_shipping'),(139548,15228,'instance_id','0'),(139549,15228,'cost','0.00'),(139550,15228,'total_tax','0'),(139551,15228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139552,15215,'thwma_order_shipping_status','wc-pending'),(139553,15216,'thwma_order_shipping_status','wc-pending'),(139554,15217,'thwma_order_shipping_status','wc-pending'),(139555,15218,'thwma_order_shipping_status','wc-pending'),(139556,15219,'thwma_order_shipping_status','wc-pending'),(139557,15220,'thwma_order_shipping_status','wc-pending'),(139558,15187,'thwma_order_shipping_status','wc-pending'),(139559,15188,'thwma_order_shipping_status','wc-pending'),(139560,15189,'thwma_order_shipping_status','wc-pending'),(139561,15190,'thwma_order_shipping_status','wc-pending'),(139562,15191,'thwma_order_shipping_status','wc-pending'),(139563,15192,'thwma_order_shipping_status','wc-pending'),(139564,15199,'thwma_order_shipping_status','wc-pending'),(139565,15200,'thwma_order_shipping_status','wc-pending'),(139566,15201,'thwma_order_shipping_status','wc-pending'),(139567,15202,'thwma_order_shipping_status','wc-pending'),(139568,15203,'thwma_order_shipping_status','wc-pending'),(139569,15204,'thwma_order_shipping_status','wc-pending'),(139570,15205,'thwma_order_shipping_status','wc-pending'),(139571,15229,'_product_id','41'),(139572,15229,'_variation_id','0'),(139573,15229,'_qty','10'),(139574,15229,'_tax_class',''),(139575,15229,'_line_subtotal','664.8'),(139576,15229,'_line_subtotal_tax','0'),(139577,15229,'_line_total','664.8'),(139578,15229,'_line_tax','0'),(139579,15229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139580,15230,'_product_id','116'),(139581,15230,'_variation_id','0'),(139582,15230,'_qty','2'),(139583,15230,'_tax_class',''),(139584,15230,'_line_subtotal','290.88'),(139585,15230,'_line_subtotal_tax','0'),(139586,15230,'_line_total','290.88'),(139587,15230,'_line_tax','0'),(139588,15230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139589,15231,'_product_id','23'),(139590,15231,'_variation_id','0'),(139591,15231,'_qty','4'),(139592,15231,'_tax_class',''),(139593,15231,'_line_subtotal','274.16'),(139594,15231,'_line_subtotal_tax','0'),(139595,15231,'_line_total','274.16'),(139596,15231,'_line_tax','0'),(139597,15231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139598,15232,'_product_id','49'),(139599,15232,'_variation_id','0'),(139600,15232,'_qty','10'),(139601,15232,'_tax_class',''),(139602,15232,'_line_subtotal','792'),(139603,15232,'_line_subtotal_tax','0'),(139604,15232,'_line_total','792'),(139605,15232,'_line_tax','0'),(139606,15232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139607,15233,'_product_id','490'),(139608,15233,'_variation_id','0'),(139609,15233,'_qty','8'),(139610,15233,'_tax_class',''),(139611,15233,'_line_subtotal','156.8'),(139612,15233,'_line_subtotal_tax','0'),(139613,15233,'_line_total','156.8'),(139614,15233,'_line_tax','0'),(139615,15233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139616,15234,'_product_id','487'),(139617,15234,'_variation_id','0'),(139618,15234,'_qty','3'),(139619,15234,'_tax_class',''),(139620,15234,'_line_subtotal','94.05'),(139621,15234,'_line_subtotal_tax','0'),(139622,15234,'_line_total','94.05'),(139623,15234,'_line_tax','0'),(139624,15234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139625,15235,'_product_id','39'),(139626,15235,'_variation_id','0'),(139627,15235,'_qty','4'),(139628,15235,'_tax_class',''),(139629,15235,'_line_subtotal','316.8'),(139630,15235,'_line_subtotal_tax','0'),(139631,15235,'_line_total','316.8'),(139632,15235,'_line_tax','0'),(139633,15235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139634,15236,'_product_id','40'),(139635,15236,'_variation_id','0'),(139636,15236,'_qty','4'),(139637,15236,'_tax_class',''),(139638,15236,'_line_subtotal','316.8'),(139639,15236,'_line_subtotal_tax','0'),(139640,15236,'_line_total','316.8'),(139641,15236,'_line_tax','0'),(139642,15236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139643,15237,'method_id','advanced_free_shipping'),(139644,15237,'instance_id','0'),(139645,15237,'cost','0.00'),(139646,15237,'total_tax','0'),(139647,15237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139648,15238,'_product_id','2110'),(139649,15238,'_variation_id','0'),(139650,15238,'_qty','1'),(139651,15238,'_tax_class',''),(139652,15238,'_line_subtotal','71.4'),(139653,15238,'_line_subtotal_tax','0'),(139654,15238,'_line_total','71.4');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (139655,15238,'_line_tax','0'),(139656,15238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139657,15239,'_product_id','41'),(139658,15239,'_variation_id','0'),(139659,15239,'_qty','3'),(139660,15239,'_tax_class',''),(139661,15239,'_line_subtotal','199.44'),(139662,15239,'_line_subtotal_tax','0'),(139663,15239,'_line_total','199.44'),(139664,15239,'_line_tax','0'),(139665,15239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139666,15240,'_product_id','116'),(139667,15240,'_variation_id','0'),(139668,15240,'_qty','3'),(139669,15240,'_tax_class',''),(139670,15240,'_line_subtotal','436.32'),(139671,15240,'_line_subtotal_tax','0'),(139672,15240,'_line_total','436.32'),(139673,15240,'_line_tax','0'),(139674,15240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139675,15241,'_product_id','120'),(139676,15241,'_variation_id','0'),(139677,15241,'_qty','1'),(139678,15241,'_tax_class',''),(139679,15241,'_line_subtotal','52.8'),(139680,15241,'_line_subtotal_tax','0'),(139681,15241,'_line_total','52.8'),(139682,15241,'_line_tax','0'),(139683,15241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139684,15242,'_product_id','43'),(139685,15242,'_variation_id','0'),(139686,15242,'_qty','1'),(139687,15242,'_tax_class',''),(139688,15242,'_line_subtotal','79.2'),(139689,15242,'_line_subtotal_tax','0'),(139690,15242,'_line_total','79.2'),(139691,15242,'_line_tax','0'),(139692,15242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139693,15243,'_product_id','93'),(139694,15243,'_variation_id','0'),(139695,15243,'_qty','3'),(139696,15243,'_tax_class',''),(139697,15243,'_line_subtotal','0'),(139698,15243,'_line_subtotal_tax','0'),(139699,15243,'_line_total','0'),(139700,15243,'_line_tax','0'),(139701,15243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139702,15244,'method_id','advanced_free_shipping'),(139703,15244,'instance_id','0'),(139704,15244,'cost','0.00'),(139705,15244,'total_tax','0'),(139706,15244,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139713,15207,'thwma_order_shipping_status','wc-pending'),(139714,15208,'thwma_order_shipping_status','wc-pending'),(139715,15209,'thwma_order_shipping_status','wc-pending'),(139716,15210,'thwma_order_shipping_status','wc-pending'),(139717,15211,'thwma_order_shipping_status','wc-pending'),(139718,15212,'thwma_order_shipping_status','wc-pending'),(139719,15213,'thwma_order_shipping_status','wc-pending'),(139720,15194,'thwma_order_shipping_status','wc-pending'),(139721,15195,'thwma_order_shipping_status','wc-pending'),(139722,15196,'thwma_order_shipping_status','wc-pending'),(139723,15197,'thwma_order_shipping_status','wc-pending'),(139724,15222,'thwma_order_shipping_status','wc-pending'),(139725,15223,'thwma_order_shipping_status','wc-pending'),(139726,15224,'thwma_order_shipping_status','wc-pending'),(139727,15225,'thwma_order_shipping_status','wc-pending'),(139728,15226,'thwma_order_shipping_status','wc-pending'),(139729,15227,'thwma_order_shipping_status','wc-pending'),(139730,15229,'thwma_order_shipping_status','wc-pending'),(139731,15230,'thwma_order_shipping_status','wc-pending'),(139732,15231,'thwma_order_shipping_status','wc-pending'),(139733,15232,'thwma_order_shipping_status','wc-pending'),(139734,15233,'thwma_order_shipping_status','wc-pending'),(139735,15234,'thwma_order_shipping_status','wc-pending'),(139736,15235,'thwma_order_shipping_status','wc-pending'),(139737,15236,'thwma_order_shipping_status','wc-pending'),(139738,15245,'_product_id','2110'),(139739,15245,'_variation_id','0'),(139740,15245,'_qty','6'),(139741,15245,'_tax_class',''),(139742,15245,'_line_subtotal','428.4'),(139743,15245,'_line_subtotal_tax','0'),(139744,15245,'_line_total','428.4'),(139745,15245,'_line_tax','0'),(139746,15245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139747,15246,'_product_id','41'),(139748,15246,'_variation_id','0'),(139749,15246,'_qty','3'),(139750,15246,'_tax_class',''),(139751,15246,'_line_subtotal','199.44'),(139752,15246,'_line_subtotal_tax','0'),(139753,15246,'_line_total','199.44'),(139754,15246,'_line_tax','0'),(139755,15246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139756,15247,'_product_id','39'),(139757,15247,'_variation_id','0'),(139758,15247,'_qty','3'),(139759,15247,'_tax_class',''),(139760,15247,'_line_subtotal','237.6'),(139761,15247,'_line_subtotal_tax','0'),(139762,15247,'_line_total','237.6'),(139763,15247,'_line_tax','0'),(139764,15247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139765,15248,'_product_id','40'),(139766,15248,'_variation_id','0'),(139767,15248,'_qty','3'),(139768,15248,'_tax_class',''),(139769,15248,'_line_subtotal','237.6'),(139770,15248,'_line_subtotal_tax','0'),(139771,15248,'_line_total','237.6'),(139772,15248,'_line_tax','0'),(139773,15248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139774,15249,'_product_id','2408'),(139775,15249,'_variation_id','0'),(139776,15249,'_qty','3'),(139777,15249,'_tax_class',''),(139778,15249,'_line_subtotal','448.02'),(139779,15249,'_line_subtotal_tax','0'),(139780,15249,'_line_total','448.02'),(139781,15249,'_line_tax','0'),(139782,15249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139783,15250,'_product_id','43'),(139784,15250,'_variation_id','0'),(139785,15250,'_qty','4'),(139786,15250,'_tax_class',''),(139787,15250,'_line_subtotal','316.8'),(139788,15250,'_line_subtotal_tax','0'),(139789,15250,'_line_total','316.8'),(139790,15250,'_line_tax','0'),(139791,15250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139792,15251,'_product_id','490'),(139793,15251,'_variation_id','0'),(139794,15251,'_qty','10'),(139795,15251,'_tax_class',''),(139796,15251,'_line_subtotal','196'),(139797,15251,'_line_subtotal_tax','0'),(139798,15251,'_line_total','196'),(139799,15251,'_line_tax','0'),(139800,15251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139801,15252,'_product_id','133'),(139802,15252,'_variation_id','0'),(139803,15252,'_qty','10'),(139804,15252,'_tax_class',''),(139805,15252,'_line_subtotal','143'),(139806,15252,'_line_subtotal_tax','0'),(139807,15252,'_line_total','143'),(139808,15252,'_line_tax','0'),(139809,15252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139810,15253,'method_id','advanced_free_shipping'),(139811,15253,'instance_id','0'),(139812,15253,'cost','0.00'),(139813,15253,'total_tax','0'),(139814,15253,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139815,15254,'_product_id','2110'),(139816,15254,'_variation_id','0'),(139817,15254,'_qty','6'),(139818,15254,'_tax_class',''),(139819,15254,'_line_subtotal','428.4'),(139820,15254,'_line_subtotal_tax','0'),(139821,15254,'_line_total','428.4'),(139822,15254,'_line_tax','0'),(139823,15254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139824,15255,'_product_id','45'),(139825,15255,'_variation_id','0'),(139826,15255,'_qty','4'),(139827,15255,'_tax_class',''),(139828,15255,'_line_subtotal','168.96'),(139829,15255,'_line_subtotal_tax','0'),(139830,15255,'_line_total','168.96'),(139831,15255,'_line_tax','0'),(139832,15255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139833,15256,'_product_id','42'),(139834,15256,'_variation_id','0'),(139835,15256,'_qty','3'),(139836,15256,'_tax_class',''),(139837,15256,'_line_subtotal','237.6'),(139838,15256,'_line_subtotal_tax','0'),(139839,15256,'_line_total','237.6'),(139840,15256,'_line_tax','0'),(139841,15256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139842,15257,'_product_id','41'),(139843,15257,'_variation_id','0'),(139844,15257,'_qty','5'),(139845,15257,'_tax_class',''),(139846,15257,'_line_subtotal','332.4'),(139847,15257,'_line_subtotal_tax','0'),(139848,15257,'_line_total','332.4'),(139849,15257,'_line_tax','0'),(139850,15257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139851,15258,'_product_id','2408'),(139852,15258,'_variation_id','0'),(139853,15258,'_qty','5'),(139854,15258,'_tax_class',''),(139855,15258,'_line_subtotal','746.7'),(139856,15258,'_line_subtotal_tax','0'),(139857,15258,'_line_total','746.7'),(139858,15258,'_line_tax','0'),(139859,15258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139860,15259,'_product_id','116'),(139861,15259,'_variation_id','0'),(139862,15259,'_qty','1'),(139863,15259,'_tax_class',''),(139864,15259,'_line_subtotal','145.44'),(139865,15259,'_line_subtotal_tax','0'),(139866,15259,'_line_total','145.44'),(139867,15259,'_line_tax','0'),(139868,15259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139869,15260,'_product_id','120'),(139870,15260,'_variation_id','0'),(139871,15260,'_qty','1'),(139872,15260,'_tax_class',''),(139873,15260,'_line_subtotal','52.8'),(139874,15260,'_line_subtotal_tax','0'),(139875,15260,'_line_total','52.8'),(139876,15260,'_line_tax','0'),(139877,15260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139878,15261,'_product_id','49'),(139879,15261,'_variation_id','0'),(139880,15261,'_qty','4'),(139881,15261,'_tax_class',''),(139882,15261,'_line_subtotal','316.8'),(139883,15261,'_line_subtotal_tax','0'),(139884,15261,'_line_total','316.8'),(139885,15261,'_line_tax','0'),(139886,15261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139887,15262,'_product_id','490'),(139888,15262,'_variation_id','0'),(139889,15262,'_qty','10'),(139890,15262,'_tax_class',''),(139891,15262,'_line_subtotal','196'),(139892,15262,'_line_subtotal_tax','0'),(139893,15262,'_line_total','196'),(139894,15262,'_line_tax','0'),(139895,15262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139896,15263,'_product_id','133'),(139897,15263,'_variation_id','0'),(139898,15263,'_qty','10'),(139899,15263,'_tax_class',''),(139900,15263,'_line_subtotal','143'),(139901,15263,'_line_subtotal_tax','0'),(139902,15263,'_line_total','143'),(139903,15263,'_line_tax','0'),(139904,15263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139905,15264,'method_id','advanced_free_shipping'),(139906,15264,'instance_id','0'),(139907,15264,'cost','0.00'),(139908,15264,'total_tax','0'),(139909,15264,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(139910,15265,'_product_id','2110'),(139911,15265,'_variation_id','0'),(139912,15265,'_qty','4'),(139913,15265,'_tax_class',''),(139914,15265,'_line_subtotal','285.6'),(139915,15265,'_line_subtotal_tax','0'),(139916,15265,'_line_total','285.6'),(139917,15265,'_line_tax','0'),(139918,15265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139919,15266,'_product_id','2113'),(139920,15266,'_variation_id','0'),(139921,15266,'_qty','1'),(139922,15266,'_tax_class',''),(139923,15266,'_line_subtotal','172'),(139924,15266,'_line_subtotal_tax','0'),(139925,15266,'_line_total','172'),(139926,15266,'_line_tax','0'),(139927,15266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139928,15267,'_product_id','41'),(139929,15267,'_variation_id','0'),(139930,15267,'_qty','6'),(139931,15267,'_tax_class',''),(139932,15267,'_line_subtotal','398.88'),(139933,15267,'_line_subtotal_tax','0'),(139934,15267,'_line_total','398.88'),(139935,15267,'_line_tax','0'),(139936,15267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139937,15268,'_product_id','43'),(139938,15268,'_variation_id','0'),(139939,15268,'_qty','4'),(139940,15268,'_tax_class',''),(139941,15268,'_line_subtotal','316.8'),(139942,15268,'_line_subtotal_tax','0'),(139943,15268,'_line_total','316.8'),(139944,15268,'_line_tax','0'),(139945,15268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139946,15269,'_product_id','490'),(139947,15269,'_variation_id','0'),(139948,15269,'_qty','40'),(139949,15269,'_tax_class',''),(139950,15269,'_line_subtotal','784'),(139951,15269,'_line_subtotal_tax','0'),(139952,15269,'_line_total','784'),(139953,15269,'_line_tax','0'),(139954,15269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139955,15270,'_product_id','135'),(139956,15270,'_variation_id','0'),(139957,15270,'_qty','25'),(139958,15270,'_tax_class',''),(139959,15270,'_line_subtotal','62'),(139960,15270,'_line_subtotal_tax','0'),(139961,15270,'_line_total','62'),(139962,15270,'_line_tax','0'),(139963,15270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139964,15271,'_product_id','2400'),(139965,15271,'_variation_id','0'),(139966,15271,'_qty','3'),(139967,15271,'_tax_class',''),(139968,15271,'_line_subtotal','558.9'),(139969,15271,'_line_subtotal_tax','0'),(139970,15271,'_line_total','558.9'),(139971,15271,'_line_tax','0'),(139972,15271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139973,15272,'_product_id','2408'),(139974,15272,'_variation_id','0'),(139975,15272,'_qty','4'),(139976,15272,'_tax_class',''),(139977,15272,'_line_subtotal','597.36'),(139978,15272,'_line_subtotal_tax','0'),(139979,15272,'_line_total','597.36'),(139980,15272,'_line_tax','0'),(139981,15272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139982,15273,'_product_id','44'),(139983,15273,'_variation_id','0'),(139984,15273,'_qty','3'),(139985,15273,'_tax_class',''),(139986,15273,'_line_subtotal','348.48'),(139987,15273,'_line_subtotal_tax','0'),(139988,15273,'_line_total','348.48'),(139989,15273,'_line_tax','0'),(139990,15273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(139991,15274,'_product_id','487'),(139992,15274,'_variation_id','0'),(139993,15274,'_qty','5'),(139994,15274,'_tax_class',''),(139995,15274,'_line_subtotal','156.75'),(139996,15274,'_line_subtotal_tax','0'),(139997,15274,'_line_total','156.75'),(139998,15274,'_line_tax','0'),(139999,15274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140000,15275,'method_id','advanced_free_shipping'),(140001,15275,'instance_id','0'),(140002,15275,'cost','0.00'),(140003,15275,'total_tax','0'),(140004,15275,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140005,15238,'thwma_order_shipping_status','wc-pending'),(140006,15239,'thwma_order_shipping_status','wc-pending'),(140007,15240,'thwma_order_shipping_status','wc-pending'),(140008,15241,'thwma_order_shipping_status','wc-pending'),(140009,15242,'thwma_order_shipping_status','wc-pending'),(140010,15243,'thwma_order_shipping_status','wc-pending'),(140011,15254,'thwma_order_shipping_status','wc-pending'),(140012,15255,'thwma_order_shipping_status','wc-pending'),(140013,15256,'thwma_order_shipping_status','wc-pending'),(140014,15257,'thwma_order_shipping_status','wc-pending'),(140015,15258,'thwma_order_shipping_status','wc-pending'),(140016,15259,'thwma_order_shipping_status','wc-pending'),(140017,15260,'thwma_order_shipping_status','wc-pending'),(140018,15261,'thwma_order_shipping_status','wc-pending'),(140019,15262,'thwma_order_shipping_status','wc-pending'),(140020,15263,'thwma_order_shipping_status','wc-pending'),(140029,15245,'thwma_order_shipping_status','wc-pending'),(140030,15246,'thwma_order_shipping_status','wc-pending'),(140031,15247,'thwma_order_shipping_status','wc-pending'),(140032,15248,'thwma_order_shipping_status','wc-pending'),(140033,15249,'thwma_order_shipping_status','wc-pending'),(140034,15250,'thwma_order_shipping_status','wc-pending'),(140035,15251,'thwma_order_shipping_status','wc-pending'),(140036,15252,'thwma_order_shipping_status','wc-pending'),(140037,15276,'_product_id','2110'),(140038,15276,'_variation_id','0'),(140039,15276,'_qty','1'),(140040,15276,'_tax_class',''),(140041,15276,'_line_subtotal','71.4'),(140042,15276,'_line_subtotal_tax','0'),(140043,15276,'_line_total','71.4'),(140044,15276,'_line_tax','0'),(140045,15276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140046,15277,'_product_id','41'),(140047,15277,'_variation_id','0'),(140048,15277,'_qty','1'),(140049,15277,'_tax_class',''),(140050,15277,'_line_subtotal','66.48'),(140051,15277,'_line_subtotal_tax','0'),(140052,15277,'_line_total','66.48'),(140053,15277,'_line_tax','0'),(140054,15277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140055,15278,'_product_id','40'),(140056,15278,'_variation_id','0'),(140057,15278,'_qty','1'),(140058,15278,'_tax_class',''),(140059,15278,'_line_subtotal','79.2'),(140060,15278,'_line_subtotal_tax','0'),(140061,15278,'_line_total','79.2'),(140062,15278,'_line_tax','0'),(140063,15278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140064,15279,'_product_id','43'),(140065,15279,'_variation_id','0'),(140066,15279,'_qty','1'),(140067,15279,'_tax_class',''),(140068,15279,'_line_subtotal','79.2'),(140069,15279,'_line_subtotal_tax','0'),(140070,15279,'_line_total','79.2'),(140071,15279,'_line_tax','0'),(140072,15279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140073,15280,'_product_id','490'),(140074,15280,'_variation_id','0'),(140075,15280,'_qty','1'),(140076,15280,'_tax_class',''),(140077,15280,'_line_subtotal','19.6'),(140078,15280,'_line_subtotal_tax','0'),(140079,15280,'_line_total','19.6'),(140080,15280,'_line_tax','0'),(140081,15280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140082,15281,'method_id','fedex'),(140083,15281,'instance_id','1'),(140084,15281,'cost','23.67'),(140085,15281,'total_tax','0'),(140086,15281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140087,15281,'Package 1','17 × 14 × 10 (in) 28.1lbs × 1'),(140088,15281,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 1'),(140089,15276,'thwma_order_shipping_status','wc-pending'),(140090,15277,'thwma_order_shipping_status','wc-pending'),(140091,15278,'thwma_order_shipping_status','wc-pending'),(140092,15279,'thwma_order_shipping_status','wc-pending'),(140093,15280,'thwma_order_shipping_status','wc-pending'),(140094,15265,'thwma_order_shipping_status','wc-pending'),(140095,15266,'thwma_order_shipping_status','wc-pending'),(140096,15267,'thwma_order_shipping_status','wc-pending'),(140097,15268,'thwma_order_shipping_status','wc-pending'),(140098,15269,'thwma_order_shipping_status','wc-pending'),(140099,15270,'thwma_order_shipping_status','wc-pending'),(140100,15271,'thwma_order_shipping_status','wc-pending'),(140101,15272,'thwma_order_shipping_status','wc-pending'),(140102,15273,'thwma_order_shipping_status','wc-pending'),(140103,15274,'thwma_order_shipping_status','wc-pending'),(140104,15282,'_product_id','2110'),(140105,15282,'_variation_id','0'),(140106,15282,'_qty','2'),(140107,15282,'_tax_class',''),(140108,15282,'_line_subtotal','142.8'),(140109,15282,'_line_subtotal_tax','0'),(140110,15282,'_line_total','142.8'),(140111,15282,'_line_tax','0'),(140112,15282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140113,15283,'_product_id','45'),(140114,15283,'_variation_id','0'),(140115,15283,'_qty','1'),(140116,15283,'_tax_class',''),(140117,15283,'_line_subtotal','42.24'),(140118,15283,'_line_subtotal_tax','0'),(140119,15283,'_line_total','42.24'),(140120,15283,'_line_tax','0'),(140121,15283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140122,15284,'_product_id','41'),(140123,15284,'_variation_id','0'),(140124,15284,'_qty','1'),(140125,15284,'_tax_class',''),(140126,15284,'_line_subtotal','66.48'),(140127,15284,'_line_subtotal_tax','0'),(140128,15284,'_line_total','66.48'),(140129,15284,'_line_tax','0'),(140130,15284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140131,15285,'_product_id','43'),(140132,15285,'_variation_id','0'),(140133,15285,'_qty','3'),(140134,15285,'_tax_class',''),(140135,15285,'_line_subtotal','237.6'),(140136,15285,'_line_subtotal_tax','0'),(140137,15285,'_line_total','237.6'),(140138,15285,'_line_tax','0'),(140139,15285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140140,15286,'_product_id','101'),(140141,15286,'_variation_id','0'),(140142,15286,'_qty','1'),(140143,15286,'_tax_class',''),(140144,15286,'_line_subtotal','8.4'),(140145,15286,'_line_subtotal_tax','0'),(140146,15286,'_line_total','8.4'),(140147,15286,'_line_tax','0'),(140148,15286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140149,15287,'_product_id','135'),(140150,15287,'_variation_id','0'),(140151,15287,'_qty','1'),(140152,15287,'_tax_class',''),(140153,15287,'_line_subtotal','2.48'),(140154,15287,'_line_subtotal_tax','0'),(140155,15287,'_line_total','2.48'),(140156,15287,'_line_tax','0'),(140157,15287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140158,15288,'method_id','advanced_free_shipping'),(140159,15288,'instance_id','0'),(140160,15288,'cost','0.00'),(140161,15288,'total_tax','0'),(140162,15288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140163,15289,'_product_id','490'),(140164,15289,'_variation_id','0'),(140165,15289,'_qty','5'),(140166,15289,'_tax_class',''),(140167,15289,'_line_subtotal','98'),(140168,15289,'_line_subtotal_tax','0'),(140169,15289,'_line_total','98'),(140170,15289,'_line_tax','0'),(140171,15289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140172,15290,'_product_id','2113'),(140173,15290,'_variation_id','0'),(140174,15290,'_qty','2'),(140175,15290,'_tax_class',''),(140176,15290,'_line_subtotal','344'),(140177,15290,'_line_subtotal_tax','0'),(140178,15290,'_line_total','344'),(140179,15290,'_line_tax','0'),(140180,15290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140181,15291,'_product_id','49'),(140182,15291,'_variation_id','0'),(140183,15291,'_qty','1'),(140184,15291,'_tax_class',''),(140185,15291,'_line_subtotal','79.2'),(140186,15291,'_line_subtotal_tax','0'),(140187,15291,'_line_total','79.2'),(140188,15291,'_line_tax','0'),(140189,15291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140190,15292,'method_id','advanced_free_shipping'),(140191,15292,'instance_id','0'),(140192,15292,'cost','0.00'),(140193,15292,'total_tax','0'),(140194,15292,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140195,15293,'_product_id','23'),(140196,15293,'_variation_id','0'),(140197,15293,'_qty','5'),(140198,15293,'_tax_class',''),(140199,15293,'_line_subtotal','342.7'),(140200,15293,'_line_subtotal_tax','0'),(140201,15293,'_line_total','342.7'),(140202,15293,'_line_tax','0'),(140203,15293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140204,15294,'_product_id','490'),(140205,15294,'_variation_id','0'),(140206,15294,'_qty','10'),(140207,15294,'_tax_class',''),(140208,15294,'_line_subtotal','196'),(140209,15294,'_line_subtotal_tax','0'),(140210,15294,'_line_total','196'),(140211,15294,'_line_tax','0'),(140212,15294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140213,15295,'method_id','advanced_free_shipping'),(140214,15295,'instance_id','0'),(140215,15295,'cost','0.00'),(140216,15295,'total_tax','0'),(140217,15295,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140218,15282,'thwma_order_shipping_status','wc-pending'),(140219,15283,'thwma_order_shipping_status','wc-pending'),(140220,15284,'thwma_order_shipping_status','wc-pending'),(140221,15285,'thwma_order_shipping_status','wc-pending'),(140222,15286,'thwma_order_shipping_status','wc-pending'),(140223,15287,'thwma_order_shipping_status','wc-pending'),(140224,15289,'thwma_order_shipping_status','wc-pending'),(140225,15290,'thwma_order_shipping_status','wc-pending'),(140226,15291,'thwma_order_shipping_status','wc-pending'),(140227,15296,'_product_id','43'),(140228,15296,'_variation_id','0'),(140229,15296,'_qty','2'),(140230,15296,'_tax_class',''),(140231,15296,'_line_subtotal','158.4'),(140232,15296,'_line_subtotal_tax','0'),(140233,15296,'_line_total','158.4'),(140234,15296,'_line_tax','0'),(140235,15296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140236,15297,'_product_id','41'),(140237,15297,'_variation_id','0'),(140238,15297,'_qty','6'),(140239,15297,'_tax_class',''),(140240,15297,'_line_subtotal','398.88'),(140241,15297,'_line_subtotal_tax','0'),(140242,15297,'_line_total','398.88'),(140243,15297,'_line_tax','0'),(140244,15297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140245,15298,'_product_id','40'),(140246,15298,'_variation_id','0'),(140247,15298,'_qty','1'),(140248,15298,'_tax_class',''),(140249,15298,'_line_subtotal','79.2'),(140250,15298,'_line_subtotal_tax','0'),(140251,15298,'_line_total','79.2'),(140252,15298,'_line_tax','0'),(140253,15298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140254,15299,'_product_id','490'),(140255,15299,'_variation_id','0'),(140256,15299,'_qty','8'),(140257,15299,'_tax_class',''),(140258,15299,'_line_subtotal','156.8'),(140259,15299,'_line_subtotal_tax','0'),(140260,15299,'_line_total','156.8'),(140261,15299,'_line_tax','0'),(140262,15299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140263,15300,'_product_id','103'),(140264,15300,'_variation_id','0'),(140265,15300,'_qty','3'),(140266,15300,'_tax_class',''),(140267,15300,'_line_subtotal','25.2'),(140268,15300,'_line_subtotal_tax','0'),(140269,15300,'_line_total','25.2'),(140270,15300,'_line_tax','0'),(140271,15300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140272,15301,'method_id','advanced_free_shipping'),(140273,15301,'instance_id','0'),(140274,15301,'cost','0.00'),(140275,15301,'total_tax','0'),(140276,15301,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140277,15293,'thwma_order_shipping_status','wc-pending'),(140278,15294,'thwma_order_shipping_status','wc-pending'),(140279,15296,'thwma_order_shipping_status','wc-pending'),(140280,15297,'thwma_order_shipping_status','wc-pending'),(140281,15298,'thwma_order_shipping_status','wc-pending'),(140282,15299,'thwma_order_shipping_status','wc-pending'),(140283,15300,'thwma_order_shipping_status','wc-pending'),(140284,15302,'_product_id','23'),(140285,15302,'_variation_id','0'),(140286,15302,'_qty','4'),(140287,15302,'_tax_class',''),(140288,15302,'_line_subtotal','274.16'),(140289,15302,'_line_subtotal_tax','0'),(140290,15302,'_line_total','274.16'),(140291,15302,'_line_tax','0'),(140292,15302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140293,15303,'_product_id','490'),(140294,15303,'_variation_id','0'),(140295,15303,'_qty','6'),(140296,15303,'_tax_class',''),(140297,15303,'_line_subtotal','117.6'),(140298,15303,'_line_subtotal_tax','0'),(140299,15303,'_line_total','117.6'),(140300,15303,'_line_tax','0'),(140301,15303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140302,15304,'_product_id','41'),(140303,15304,'_variation_id','0'),(140304,15304,'_qty','1'),(140305,15304,'_tax_class',''),(140306,15304,'_line_subtotal','66.48'),(140307,15304,'_line_subtotal_tax','0'),(140308,15304,'_line_total','66.48'),(140309,15304,'_line_tax','0'),(140310,15304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140311,15305,'_product_id','43'),(140312,15305,'_variation_id','0'),(140313,15305,'_qty','2'),(140314,15305,'_tax_class',''),(140315,15305,'_line_subtotal','158.4'),(140316,15305,'_line_subtotal_tax','0'),(140317,15305,'_line_total','158.4'),(140318,15305,'_line_tax','0'),(140319,15305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140320,15306,'_product_id','488'),(140321,15306,'_variation_id','0'),(140322,15306,'_qty','2'),(140323,15306,'_tax_class',''),(140324,15306,'_line_subtotal','62.7'),(140325,15306,'_line_subtotal_tax','0'),(140326,15306,'_line_total','62.7'),(140327,15306,'_line_tax','0'),(140328,15306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140329,15307,'_product_id','487'),(140330,15307,'_variation_id','0'),(140331,15307,'_qty','2'),(140332,15307,'_tax_class',''),(140333,15307,'_line_subtotal','62.7'),(140334,15307,'_line_subtotal_tax','0'),(140335,15307,'_line_total','62.7'),(140336,15307,'_line_tax','0'),(140337,15307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140338,15308,'method_id','advanced_free_shipping'),(140339,15308,'instance_id','0'),(140340,15308,'cost','0.00'),(140341,15308,'total_tax','0'),(140342,15308,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140343,15309,'_product_id','490'),(140344,15309,'_variation_id','0'),(140345,15309,'_qty','5'),(140346,15309,'_tax_class',''),(140347,15309,'_line_subtotal','98'),(140348,15309,'_line_subtotal_tax','0'),(140349,15309,'_line_total','98'),(140350,15309,'_line_tax','0'),(140351,15309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140352,15310,'_product_id','2113'),(140353,15310,'_variation_id','0'),(140354,15310,'_qty','1'),(140355,15310,'_tax_class',''),(140356,15310,'_line_subtotal','172'),(140357,15310,'_line_subtotal_tax','0'),(140358,15310,'_line_total','172'),(140359,15310,'_line_tax','0'),(140360,15310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140361,15311,'_product_id','39'),(140362,15311,'_variation_id','0'),(140363,15311,'_qty','1'),(140364,15311,'_tax_class',''),(140365,15311,'_line_subtotal','79.2'),(140366,15311,'_line_subtotal_tax','0'),(140367,15311,'_line_total','79.2'),(140368,15311,'_line_tax','0'),(140369,15311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140370,15312,'_product_id','40'),(140371,15312,'_variation_id','0'),(140372,15312,'_qty','1'),(140373,15312,'_tax_class',''),(140374,15312,'_line_subtotal','79.2'),(140375,15312,'_line_subtotal_tax','0'),(140376,15312,'_line_total','79.2'),(140377,15312,'_line_tax','0'),(140378,15312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140379,15313,'_product_id','43'),(140380,15313,'_variation_id','0'),(140381,15313,'_qty','1'),(140382,15313,'_tax_class',''),(140383,15313,'_line_subtotal','79.2'),(140384,15313,'_line_subtotal_tax','0'),(140385,15313,'_line_total','79.2'),(140386,15313,'_line_tax','0'),(140387,15313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140388,15314,'_product_id','487'),(140389,15314,'_variation_id','0'),(140390,15314,'_qty','1'),(140391,15314,'_tax_class',''),(140392,15314,'_line_subtotal','31.35'),(140393,15314,'_line_subtotal_tax','0'),(140394,15314,'_line_total','31.35'),(140395,15314,'_line_tax','0'),(140396,15314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140397,15315,'_product_id','2110'),(140398,15315,'_variation_id','0'),(140399,15315,'_qty','1'),(140400,15315,'_tax_class',''),(140401,15315,'_line_subtotal','71.4'),(140402,15315,'_line_subtotal_tax','0'),(140403,15315,'_line_total','71.4'),(140404,15315,'_line_tax','0'),(140405,15315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140406,15316,'_product_id','41'),(140407,15316,'_variation_id','0'),(140408,15316,'_qty','1'),(140409,15316,'_tax_class',''),(140410,15316,'_line_subtotal','66.48'),(140411,15316,'_line_subtotal_tax','0'),(140412,15316,'_line_total','66.48'),(140413,15316,'_line_tax','0'),(140414,15316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140415,15317,'_product_id','42'),(140416,15317,'_variation_id','0'),(140417,15317,'_qty','1'),(140418,15317,'_tax_class',''),(140419,15317,'_line_subtotal','79.2'),(140420,15317,'_line_subtotal_tax','0'),(140421,15317,'_line_total','79.2'),(140422,15317,'_line_tax','0'),(140423,15317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140424,15318,'method_id','advanced_free_shipping'),(140425,15318,'instance_id','0'),(140426,15318,'cost','0.00'),(140427,15318,'total_tax','0'),(140428,15318,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140429,15319,'_product_id','2113'),(140430,15319,'_variation_id','0'),(140431,15319,'_qty','1'),(140432,15319,'_tax_class',''),(140433,15319,'_line_subtotal','172'),(140434,15319,'_line_subtotal_tax','0'),(140435,15319,'_line_total','172'),(140436,15319,'_line_tax','0'),(140437,15319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140438,15320,'_product_id','2110'),(140439,15320,'_variation_id','0'),(140440,15320,'_qty','2'),(140441,15320,'_tax_class',''),(140442,15320,'_line_subtotal','142.8'),(140443,15320,'_line_subtotal_tax','0'),(140444,15320,'_line_total','142.8'),(140445,15320,'_line_tax','0'),(140446,15320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140447,15321,'_product_id','43'),(140448,15321,'_variation_id','0'),(140449,15321,'_qty','2'),(140450,15321,'_tax_class',''),(140451,15321,'_line_subtotal','158.4'),(140452,15321,'_line_subtotal_tax','0'),(140453,15321,'_line_total','158.4'),(140454,15321,'_line_tax','0'),(140455,15321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140456,15322,'_product_id','44'),(140457,15322,'_variation_id','0'),(140458,15322,'_qty','3'),(140459,15322,'_tax_class',''),(140460,15322,'_line_subtotal','348.48'),(140461,15322,'_line_subtotal_tax','0'),(140462,15322,'_line_total','348.48'),(140463,15322,'_line_tax','0'),(140464,15322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140465,15323,'_product_id','41'),(140466,15323,'_variation_id','0'),(140467,15323,'_qty','1'),(140468,15323,'_tax_class',''),(140469,15323,'_line_subtotal','66.48'),(140470,15323,'_line_subtotal_tax','0'),(140471,15323,'_line_total','66.48'),(140472,15323,'_line_tax','0'),(140473,15323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140474,15324,'_product_id','133'),(140475,15324,'_variation_id','0'),(140476,15324,'_qty','5'),(140477,15324,'_tax_class',''),(140478,15324,'_line_subtotal','71.5'),(140479,15324,'_line_subtotal_tax','0'),(140480,15324,'_line_total','71.5'),(140481,15324,'_line_tax','0'),(140482,15324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140483,15325,'method_id','advanced_free_shipping'),(140484,15325,'instance_id','0'),(140485,15325,'cost','0.00'),(140486,15325,'total_tax','0'),(140487,15325,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140488,15326,'_product_id','44'),(140489,15326,'_variation_id','0'),(140490,15326,'_qty','3'),(140491,15326,'_tax_class',''),(140492,15326,'_line_subtotal','348.48'),(140493,15326,'_line_subtotal_tax','0'),(140494,15326,'_line_total','348.48'),(140495,15326,'_line_tax','0'),(140496,15326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140497,15327,'_product_id','120'),(140498,15327,'_variation_id','0'),(140499,15327,'_qty','1'),(140500,15327,'_tax_class',''),(140501,15327,'_line_subtotal','52.8'),(140502,15327,'_line_subtotal_tax','0'),(140503,15327,'_line_total','52.8'),(140504,15327,'_line_tax','0'),(140505,15327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140506,15328,'_product_id','39'),(140507,15328,'_variation_id','0'),(140508,15328,'_qty','1'),(140509,15328,'_tax_class',''),(140510,15328,'_line_subtotal','79.2'),(140511,15328,'_line_subtotal_tax','0'),(140512,15328,'_line_total','79.2'),(140513,15328,'_line_tax','0'),(140514,15328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140515,15329,'_product_id','120'),(140516,15329,'_variation_id','0'),(140517,15329,'_qty','1'),(140518,15329,'_tax_class',''),(140519,15329,'_line_subtotal','52.8'),(140520,15329,'_line_subtotal_tax','0'),(140521,15329,'_line_total','52.8'),(140522,15329,'_line_tax','0'),(140523,15329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140524,15330,'method_id','advanced_free_shipping'),(140525,15330,'instance_id','0'),(140526,15330,'cost','0.00'),(140527,15330,'total_tax','0'),(140528,15330,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140529,15331,'_product_id','2110'),(140530,15331,'_variation_id','0'),(140531,15331,'_qty','10'),(140532,15331,'_tax_class',''),(140533,15331,'_line_subtotal','714'),(140534,15331,'_line_subtotal_tax','0'),(140535,15331,'_line_total','714'),(140536,15331,'_line_tax','0'),(140537,15331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140538,15332,'_product_id','2113'),(140539,15332,'_variation_id','0'),(140540,15332,'_qty','5'),(140541,15332,'_tax_class',''),(140542,15332,'_line_subtotal','860'),(140543,15332,'_line_subtotal_tax','0'),(140544,15332,'_line_total','860'),(140545,15332,'_line_tax','0'),(140546,15332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140547,15333,'_product_id','41'),(140548,15333,'_variation_id','0'),(140549,15333,'_qty','12'),(140550,15333,'_tax_class',''),(140551,15333,'_line_subtotal','797.76'),(140552,15333,'_line_subtotal_tax','0'),(140553,15333,'_line_total','797.76'),(140554,15333,'_line_tax','0'),(140555,15333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140556,15334,'_product_id','45'),(140557,15334,'_variation_id','0'),(140558,15334,'_qty','2'),(140559,15334,'_tax_class',''),(140560,15334,'_line_subtotal','84.48'),(140561,15334,'_line_subtotal_tax','0'),(140562,15334,'_line_total','84.48'),(140563,15334,'_line_tax','0'),(140564,15334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140565,15335,'_product_id','2408'),(140566,15335,'_variation_id','0'),(140567,15335,'_qty','5'),(140568,15335,'_tax_class',''),(140569,15335,'_line_subtotal','746.7'),(140570,15335,'_line_subtotal_tax','0'),(140571,15335,'_line_total','746.7'),(140572,15335,'_line_tax','0'),(140573,15335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140574,15336,'_product_id','39'),(140575,15336,'_variation_id','0'),(140576,15336,'_qty','5'),(140577,15336,'_tax_class',''),(140578,15336,'_line_subtotal','396'),(140579,15336,'_line_subtotal_tax','0'),(140580,15336,'_line_total','396'),(140581,15336,'_line_tax','0'),(140582,15336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140583,15337,'_product_id','40'),(140584,15337,'_variation_id','0'),(140585,15337,'_qty','3'),(140586,15337,'_tax_class',''),(140587,15337,'_line_subtotal','237.6'),(140588,15337,'_line_subtotal_tax','0'),(140589,15337,'_line_total','237.6'),(140590,15337,'_line_tax','0'),(140591,15337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140592,15338,'_product_id','120'),(140593,15338,'_variation_id','0'),(140594,15338,'_qty','5'),(140595,15338,'_tax_class',''),(140596,15338,'_line_subtotal','264'),(140597,15338,'_line_subtotal_tax','0'),(140598,15338,'_line_total','264'),(140599,15338,'_line_tax','0'),(140600,15338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140601,15339,'_product_id','43'),(140602,15339,'_variation_id','0'),(140603,15339,'_qty','10'),(140604,15339,'_tax_class',''),(140605,15339,'_line_subtotal','792'),(140606,15339,'_line_subtotal_tax','0'),(140607,15339,'_line_total','792'),(140608,15339,'_line_tax','0'),(140609,15339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140610,15340,'_product_id','49'),(140611,15340,'_variation_id','0'),(140612,15340,'_qty','10'),(140613,15340,'_tax_class',''),(140614,15340,'_line_subtotal','792'),(140615,15340,'_line_subtotal_tax','0'),(140616,15340,'_line_total','792'),(140617,15340,'_line_tax','0'),(140618,15340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140619,15341,'_product_id','44'),(140620,15341,'_variation_id','0'),(140621,15341,'_qty','5'),(140622,15341,'_tax_class',''),(140623,15341,'_line_subtotal','580.8'),(140624,15341,'_line_subtotal_tax','0'),(140625,15341,'_line_total','580.8'),(140626,15341,'_line_tax','0'),(140627,15341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140628,15342,'_product_id','488'),(140629,15342,'_variation_id','0'),(140630,15342,'_qty','8'),(140631,15342,'_tax_class',''),(140632,15342,'_line_subtotal','250.8'),(140633,15342,'_line_subtotal_tax','0'),(140634,15342,'_line_total','250.8'),(140635,15342,'_line_tax','0'),(140636,15342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140637,15343,'_product_id','487'),(140638,15343,'_variation_id','0'),(140639,15343,'_qty','4'),(140640,15343,'_tax_class',''),(140641,15343,'_line_subtotal','125.4'),(140642,15343,'_line_subtotal_tax','0'),(140643,15343,'_line_total','125.4'),(140644,15343,'_line_tax','0'),(140645,15343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140646,15344,'_product_id','42'),(140647,15344,'_variation_id','0'),(140648,15344,'_qty','4'),(140649,15344,'_tax_class',''),(140650,15344,'_line_subtotal','316.8'),(140651,15344,'_line_subtotal_tax','0'),(140652,15344,'_line_total','316.8'),(140653,15344,'_line_tax','0'),(140654,15344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140655,15345,'_product_id','116'),(140656,15345,'_variation_id','0'),(140657,15345,'_qty','1'),(140658,15345,'_tax_class',''),(140659,15345,'_line_subtotal','145.44'),(140660,15345,'_line_subtotal_tax','0'),(140661,15345,'_line_total','145.44'),(140662,15345,'_line_tax','0'),(140663,15345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140664,15346,'method_id','advanced_free_shipping'),(140665,15346,'instance_id','0'),(140666,15346,'cost','0.00'),(140667,15346,'total_tax','0'),(140668,15346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140669,15309,'thwma_order_shipping_status','wc-pending'),(140670,15310,'thwma_order_shipping_status','wc-pending'),(140671,15311,'thwma_order_shipping_status','wc-pending'),(140672,15312,'thwma_order_shipping_status','wc-pending'),(140673,15313,'thwma_order_shipping_status','wc-pending'),(140674,15314,'thwma_order_shipping_status','wc-pending'),(140675,15315,'thwma_order_shipping_status','wc-pending'),(140676,15316,'thwma_order_shipping_status','wc-pending'),(140677,15317,'thwma_order_shipping_status','wc-pending'),(140684,15319,'thwma_order_shipping_status','wc-pending'),(140685,15320,'thwma_order_shipping_status','wc-pending'),(140686,15321,'thwma_order_shipping_status','wc-pending'),(140687,15322,'thwma_order_shipping_status','wc-pending'),(140688,15323,'thwma_order_shipping_status','wc-pending'),(140689,15324,'thwma_order_shipping_status','wc-pending'),(140690,15347,'_product_id','490'),(140691,15347,'_variation_id','0'),(140692,15347,'_qty','9'),(140693,15347,'_tax_class',''),(140694,15347,'_line_subtotal','176.4'),(140695,15347,'_line_subtotal_tax','0'),(140696,15347,'_line_total','176.4'),(140697,15347,'_line_tax','0'),(140698,15347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140699,15348,'_product_id','42'),(140700,15348,'_variation_id','0'),(140701,15348,'_qty','1'),(140702,15348,'_tax_class',''),(140703,15348,'_line_subtotal','79.2'),(140704,15348,'_line_subtotal_tax','0'),(140705,15348,'_line_total','79.2'),(140706,15348,'_line_tax','0'),(140707,15348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140708,15349,'_product_id','41'),(140709,15349,'_variation_id','0'),(140710,15349,'_qty','1'),(140711,15349,'_tax_class',''),(140712,15349,'_line_subtotal','66.48'),(140713,15349,'_line_subtotal_tax','0'),(140714,15349,'_line_total','66.48'),(140715,15349,'_line_tax','0'),(140716,15349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140717,15350,'_product_id','45'),(140718,15350,'_variation_id','0'),(140719,15350,'_qty','4'),(140720,15350,'_tax_class',''),(140721,15350,'_line_subtotal','168.96'),(140722,15350,'_line_subtotal_tax','0'),(140723,15350,'_line_total','168.96'),(140724,15350,'_line_tax','0'),(140725,15350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140726,15351,'_product_id','2408'),(140727,15351,'_variation_id','0'),(140728,15351,'_qty','1'),(140729,15351,'_tax_class',''),(140730,15351,'_line_subtotal','149.34'),(140731,15351,'_line_subtotal_tax','0'),(140732,15351,'_line_total','149.34'),(140733,15351,'_line_tax','0'),(140734,15351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140735,15352,'_product_id','488'),(140736,15352,'_variation_id','0'),(140737,15352,'_qty','1'),(140738,15352,'_tax_class',''),(140739,15352,'_line_subtotal','31.35'),(140740,15352,'_line_subtotal_tax','0'),(140741,15352,'_line_total','31.35'),(140742,15352,'_line_tax','0'),(140743,15352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140744,15353,'_product_id','487'),(140745,15353,'_variation_id','0'),(140746,15353,'_qty','1'),(140747,15353,'_tax_class',''),(140748,15353,'_line_subtotal','31.35'),(140749,15353,'_line_subtotal_tax','0'),(140750,15353,'_line_total','31.35'),(140751,15353,'_line_tax','0'),(140752,15353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140753,15354,'_product_id','120'),(140754,15354,'_variation_id','0'),(140755,15354,'_qty','1'),(140756,15354,'_tax_class',''),(140757,15354,'_line_subtotal','52.8'),(140758,15354,'_line_subtotal_tax','0'),(140759,15354,'_line_total','52.8'),(140760,15354,'_line_tax','0'),(140761,15354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140762,15355,'method_id','advanced_free_shipping'),(140763,15355,'instance_id','0'),(140764,15355,'cost','0.00'),(140765,15355,'total_tax','0'),(140766,15355,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140767,15331,'thwma_order_shipping_status','wc-pending'),(140768,15332,'thwma_order_shipping_status','wc-pending'),(140769,15333,'thwma_order_shipping_status','wc-pending'),(140770,15334,'thwma_order_shipping_status','wc-pending'),(140771,15335,'thwma_order_shipping_status','wc-pending'),(140772,15336,'thwma_order_shipping_status','wc-pending'),(140773,15337,'thwma_order_shipping_status','wc-pending'),(140774,15338,'thwma_order_shipping_status','wc-pending'),(140775,15339,'thwma_order_shipping_status','wc-pending'),(140776,15340,'thwma_order_shipping_status','wc-pending'),(140777,15341,'thwma_order_shipping_status','wc-pending'),(140778,15342,'thwma_order_shipping_status','wc-pending'),(140779,15343,'thwma_order_shipping_status','wc-pending'),(140780,15344,'thwma_order_shipping_status','wc-pending'),(140781,15345,'thwma_order_shipping_status','wc-pending'),(140782,15326,'thwma_order_shipping_status','wc-pending'),(140783,15327,'thwma_order_shipping_status','wc-pending'),(140784,15328,'thwma_order_shipping_status','wc-pending'),(140785,15329,'thwma_order_shipping_status','wc-pending'),(140786,15356,'_product_id','2110'),(140787,15356,'_variation_id','0'),(140788,15356,'_qty','2'),(140789,15356,'_tax_class',''),(140790,15356,'_line_subtotal','142.8'),(140791,15356,'_line_subtotal_tax','0'),(140792,15356,'_line_total','142.8'),(140793,15356,'_line_tax','0'),(140794,15356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140795,15357,'_product_id','2113'),(140796,15357,'_variation_id','0'),(140797,15357,'_qty','1'),(140798,15357,'_tax_class',''),(140799,15357,'_line_subtotal','172'),(140800,15357,'_line_subtotal_tax','0'),(140801,15357,'_line_total','172'),(140802,15357,'_line_tax','0'),(140803,15357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140804,15358,'_product_id','42'),(140805,15358,'_variation_id','0'),(140806,15358,'_qty','1'),(140807,15358,'_tax_class',''),(140808,15358,'_line_subtotal','79.2'),(140809,15358,'_line_subtotal_tax','0'),(140810,15358,'_line_total','79.2'),(140811,15358,'_line_tax','0'),(140812,15358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140813,15359,'_product_id','41'),(140814,15359,'_variation_id','0'),(140815,15359,'_qty','3'),(140816,15359,'_tax_class',''),(140817,15359,'_line_subtotal','199.44'),(140818,15359,'_line_subtotal_tax','0'),(140819,15359,'_line_total','199.44'),(140820,15359,'_line_tax','0'),(140821,15359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140822,15360,'_product_id','45'),(140823,15360,'_variation_id','0'),(140824,15360,'_qty','1'),(140825,15360,'_tax_class',''),(140826,15360,'_line_subtotal','42.24'),(140827,15360,'_line_subtotal_tax','0'),(140828,15360,'_line_total','42.24'),(140829,15360,'_line_tax','0'),(140830,15360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140831,15361,'_product_id','43'),(140832,15361,'_variation_id','0'),(140833,15361,'_qty','1'),(140834,15361,'_tax_class',''),(140835,15361,'_line_subtotal','79.2'),(140836,15361,'_line_subtotal_tax','0'),(140837,15361,'_line_total','79.2'),(140838,15361,'_line_tax','0'),(140839,15361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140840,15362,'_product_id','120'),(140841,15362,'_variation_id','0'),(140842,15362,'_qty','1'),(140843,15362,'_tax_class',''),(140844,15362,'_line_subtotal','52.8'),(140845,15362,'_line_subtotal_tax','0'),(140846,15362,'_line_total','52.8'),(140847,15362,'_line_tax','0'),(140848,15362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140849,15363,'_product_id','49'),(140850,15363,'_variation_id','0'),(140851,15363,'_qty','3'),(140852,15363,'_tax_class',''),(140853,15363,'_line_subtotal','237.6'),(140854,15363,'_line_subtotal_tax','0'),(140855,15363,'_line_total','237.6'),(140856,15363,'_line_tax','0'),(140857,15363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140858,15364,'_product_id','99'),(140859,15364,'_variation_id','0'),(140860,15364,'_qty','1'),(140861,15364,'_tax_class',''),(140862,15364,'_line_subtotal','0'),(140863,15364,'_line_subtotal_tax','0'),(140864,15364,'_line_total','0'),(140865,15364,'_line_tax','0'),(140866,15364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140867,15365,'_product_id','97'),(140868,15365,'_variation_id','0'),(140869,15365,'_qty','1'),(140870,15365,'_tax_class',''),(140871,15365,'_line_subtotal','0'),(140872,15365,'_line_subtotal_tax','0'),(140873,15365,'_line_total','0'),(140874,15365,'_line_tax','0'),(140875,15365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140876,15366,'_product_id','93'),(140877,15366,'_variation_id','0'),(140878,15366,'_qty','10'),(140879,15366,'_tax_class',''),(140880,15366,'_line_subtotal','0'),(140881,15366,'_line_subtotal_tax','0'),(140882,15366,'_line_total','0'),(140883,15366,'_line_tax','0'),(140884,15366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140885,15367,'_product_id','133'),(140886,15367,'_variation_id','0'),(140887,15367,'_qty','3'),(140888,15367,'_tax_class',''),(140889,15367,'_line_subtotal','42.9'),(140890,15367,'_line_subtotal_tax','0'),(140891,15367,'_line_total','42.9'),(140892,15367,'_line_tax','0'),(140893,15367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140894,15368,'method_id','advanced_free_shipping'),(140895,15368,'instance_id','0'),(140896,15368,'cost','0.00'),(140897,15368,'total_tax','0'),(140898,15368,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140899,15369,'_product_id','43'),(140900,15369,'_variation_id','0'),(140901,15369,'_qty','1'),(140902,15369,'_tax_class',''),(140903,15369,'_line_subtotal','79.2'),(140904,15369,'_line_subtotal_tax','0'),(140905,15369,'_line_total','79.2'),(140906,15369,'_line_tax','0'),(140907,15369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140908,15370,'_product_id','488'),(140909,15370,'_variation_id','0'),(140910,15370,'_qty','1'),(140911,15370,'_tax_class',''),(140912,15370,'_line_subtotal','31.35'),(140913,15370,'_line_subtotal_tax','0'),(140914,15370,'_line_total','31.35'),(140915,15370,'_line_tax','0'),(140916,15370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140917,15371,'method_id','fedex'),(140918,15371,'instance_id','1'),(140919,15371,'cost','17.33'),(140920,15371,'total_tax','0'),(140921,15371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140922,15371,'Package 1','15.81 × 12.94 × 10.19 (in) 17.59lbs × 1'),(140923,15371,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(140924,15372,'_product_id','41'),(140925,15372,'_variation_id','0'),(140926,15372,'_qty','2'),(140927,15372,'_tax_class',''),(140928,15372,'_line_subtotal','132.96'),(140929,15372,'_line_subtotal_tax','0'),(140930,15372,'_line_total','132.96'),(140931,15372,'_line_tax','0'),(140932,15372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140933,15373,'_product_id','38'),(140934,15373,'_variation_id','0'),(140935,15373,'_qty','1'),(140936,15373,'_tax_class',''),(140937,15373,'_line_subtotal','165.76'),(140938,15373,'_line_subtotal_tax','0'),(140939,15373,'_line_total','165.76'),(140940,15373,'_line_tax','0'),(140941,15373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140942,15374,'method_id','fedex'),(140943,15374,'instance_id','1'),(140944,15374,'cost','17.95'),(140945,15374,'total_tax','0'),(140946,15374,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(140947,15374,'Package 1','14 × 14 × 14 (in) 24.3lbs × 1'),(140948,15374,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz 50/50(Case of 16) &times; 1'),(140961,15347,'thwma_order_shipping_status','wc-pending'),(140962,15348,'thwma_order_shipping_status','wc-pending'),(140963,15349,'thwma_order_shipping_status','wc-pending'),(140964,15350,'thwma_order_shipping_status','wc-pending'),(140965,15351,'thwma_order_shipping_status','wc-pending'),(140966,15352,'thwma_order_shipping_status','wc-pending'),(140967,15353,'thwma_order_shipping_status','wc-pending'),(140968,15354,'thwma_order_shipping_status','wc-pending'),(140975,15302,'thwma_order_shipping_status','wc-pending'),(140976,15303,'thwma_order_shipping_status','wc-pending'),(140977,15304,'thwma_order_shipping_status','wc-pending'),(140978,15305,'thwma_order_shipping_status','wc-pending'),(140979,15306,'thwma_order_shipping_status','wc-pending'),(140980,15307,'thwma_order_shipping_status','wc-pending'),(140983,15372,'thwma_order_shipping_status','wc-pending'),(140984,15373,'thwma_order_shipping_status','wc-pending'),(140985,15375,'_product_id','2110'),(140986,15375,'_variation_id','0'),(140987,15375,'_qty','3'),(140988,15375,'_tax_class',''),(140989,15375,'_line_subtotal','214.2'),(140990,15375,'_line_subtotal_tax','0'),(140991,15375,'_line_total','214.2'),(140992,15375,'_line_tax','0'),(140993,15375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(140994,15376,'_product_id','2113'),(140995,15376,'_variation_id','0'),(140996,15376,'_qty','1'),(140997,15376,'_tax_class',''),(140998,15376,'_line_subtotal','172'),(140999,15376,'_line_subtotal_tax','0'),(141000,15376,'_line_total','172'),(141001,15376,'_line_tax','0'),(141002,15376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141003,15377,'_product_id','41'),(141004,15377,'_variation_id','0'),(141005,15377,'_qty','2'),(141006,15377,'_tax_class',''),(141007,15377,'_line_subtotal','132.96'),(141008,15377,'_line_subtotal_tax','0'),(141009,15377,'_line_total','132.96'),(141010,15377,'_line_tax','0'),(141011,15377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141012,15378,'_product_id','45'),(141013,15378,'_variation_id','0'),(141014,15378,'_qty','1'),(141015,15378,'_tax_class',''),(141016,15378,'_line_subtotal','42.24'),(141017,15378,'_line_subtotal_tax','0'),(141018,15378,'_line_total','42.24'),(141019,15378,'_line_tax','0'),(141020,15378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141021,15379,'_product_id','120'),(141022,15379,'_variation_id','0'),(141023,15379,'_qty','1'),(141024,15379,'_tax_class',''),(141025,15379,'_line_subtotal','52.8'),(141026,15379,'_line_subtotal_tax','0'),(141027,15379,'_line_total','52.8'),(141028,15379,'_line_tax','0'),(141029,15379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141030,15380,'_product_id','49'),(141031,15380,'_variation_id','0'),(141032,15380,'_qty','2'),(141033,15380,'_tax_class',''),(141034,15380,'_line_subtotal','158.4'),(141035,15380,'_line_subtotal_tax','0'),(141036,15380,'_line_total','158.4'),(141037,15380,'_line_tax','0'),(141038,15380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141039,15381,'_product_id','490'),(141040,15381,'_variation_id','0'),(141041,15381,'_qty','10'),(141042,15381,'_tax_class',''),(141043,15381,'_line_subtotal','196'),(141044,15381,'_line_subtotal_tax','0'),(141045,15381,'_line_total','196'),(141046,15381,'_line_tax','0'),(141047,15381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141048,15382,'_product_id','488'),(141049,15382,'_variation_id','0'),(141050,15382,'_qty','2'),(141051,15382,'_tax_class',''),(141052,15382,'_line_subtotal','62.7'),(141053,15382,'_line_subtotal_tax','0'),(141054,15382,'_line_total','62.7'),(141055,15382,'_line_tax','0'),(141056,15382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141057,15383,'method_id','advanced_free_shipping'),(141058,15383,'instance_id','0'),(141059,15383,'cost','0.00'),(141060,15383,'total_tax','0'),(141061,15383,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141062,15384,'_product_id','23'),(141063,15384,'_variation_id','0'),(141064,15384,'_qty','8'),(141065,15384,'_tax_class',''),(141066,15384,'_line_subtotal','548.32'),(141067,15384,'_line_subtotal_tax','0'),(141068,15384,'_line_total','548.32'),(141069,15384,'_line_tax','0'),(141070,15384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141071,15385,'method_id','advanced_free_shipping'),(141072,15385,'instance_id','0'),(141073,15385,'cost','0.00'),(141074,15385,'total_tax','0'),(141075,15385,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141076,15386,'_product_id','42'),(141077,15386,'_variation_id','0'),(141078,15386,'_qty','1'),(141079,15386,'_tax_class',''),(141080,15386,'_line_subtotal','79.2'),(141081,15386,'_line_subtotal_tax','0'),(141082,15386,'_line_total','79.2'),(141083,15386,'_line_tax','0'),(141084,15386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141085,15387,'_product_id','488'),(141086,15387,'_variation_id','0'),(141087,15387,'_qty','1'),(141088,15387,'_tax_class',''),(141089,15387,'_line_subtotal','31.35'),(141090,15387,'_line_subtotal_tax','0'),(141091,15387,'_line_total','31.35'),(141092,15387,'_line_tax','0'),(141093,15387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141094,15388,'_product_id','2113'),(141095,15388,'_variation_id','0'),(141096,15388,'_qty','2'),(141097,15388,'_tax_class',''),(141098,15388,'_line_subtotal','344'),(141099,15388,'_line_subtotal_tax','0'),(141100,15388,'_line_total','344'),(141101,15388,'_line_tax','0'),(141102,15388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141103,15389,'_product_id','45'),(141104,15389,'_variation_id','0'),(141105,15389,'_qty','3'),(141106,15389,'_tax_class',''),(141107,15389,'_line_subtotal','126.72'),(141108,15389,'_line_subtotal_tax','0'),(141109,15389,'_line_total','126.72'),(141110,15389,'_line_tax','0'),(141111,15389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141112,15390,'_product_id','41'),(141113,15390,'_variation_id','0'),(141114,15390,'_qty','1'),(141115,15390,'_tax_class',''),(141116,15390,'_line_subtotal','66.48'),(141117,15390,'_line_subtotal_tax','0'),(141118,15390,'_line_total','66.48'),(141119,15390,'_line_tax','0'),(141120,15390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141121,15391,'method_id','advanced_free_shipping'),(141122,15391,'instance_id','0'),(141123,15391,'cost','0.00'),(141124,15391,'total_tax','0'),(141125,15391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141126,15392,'_product_id','490'),(141127,15392,'_variation_id','0'),(141128,15392,'_qty','13'),(141129,15392,'_tax_class',''),(141130,15392,'_line_subtotal','254.8'),(141131,15392,'_line_subtotal_tax','0'),(141132,15392,'_line_total','254.8'),(141133,15392,'_line_tax','0'),(141134,15392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141135,15393,'_product_id','487'),(141136,15393,'_variation_id','0'),(141137,15393,'_qty','2'),(141138,15393,'_tax_class',''),(141139,15393,'_line_subtotal','62.7'),(141140,15393,'_line_subtotal_tax','0'),(141141,15393,'_line_total','62.7'),(141142,15393,'_line_tax','0'),(141143,15393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141144,15394,'_product_id','41'),(141145,15394,'_variation_id','0'),(141146,15394,'_qty','3'),(141147,15394,'_tax_class',''),(141148,15394,'_line_subtotal','199.44'),(141149,15394,'_line_subtotal_tax','0'),(141150,15394,'_line_total','199.44'),(141151,15394,'_line_tax','0'),(141152,15394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141153,15395,'method_id','advanced_free_shipping'),(141154,15395,'instance_id','0'),(141155,15395,'cost','0.00'),(141156,15395,'total_tax','0'),(141157,15395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141158,15396,'_product_id','49'),(141159,15396,'_variation_id','0'),(141160,15396,'_qty','5'),(141161,15396,'_tax_class',''),(141162,15396,'_line_subtotal','396'),(141163,15396,'_line_subtotal_tax','0'),(141164,15396,'_line_total','396'),(141165,15396,'_line_tax','0'),(141166,15396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141167,15397,'_product_id','43'),(141168,15397,'_variation_id','0'),(141169,15397,'_qty','10'),(141170,15397,'_tax_class',''),(141171,15397,'_line_subtotal','792'),(141172,15397,'_line_subtotal_tax','0'),(141173,15397,'_line_total','792'),(141174,15397,'_line_tax','0'),(141175,15397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141176,15398,'_product_id','2408'),(141177,15398,'_variation_id','0'),(141178,15398,'_qty','1'),(141179,15398,'_tax_class',''),(141180,15398,'_line_subtotal','149.34'),(141181,15398,'_line_subtotal_tax','0'),(141182,15398,'_line_total','149.34'),(141183,15398,'_line_tax','0'),(141184,15398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141185,15399,'_product_id','2113'),(141186,15399,'_variation_id','0'),(141187,15399,'_qty','5'),(141188,15399,'_tax_class',''),(141189,15399,'_line_subtotal','860'),(141190,15399,'_line_subtotal_tax','0'),(141191,15399,'_line_total','860'),(141192,15399,'_line_tax','0'),(141193,15399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141194,15400,'_product_id','2110'),(141195,15400,'_variation_id','0'),(141196,15400,'_qty','10'),(141197,15400,'_tax_class',''),(141198,15400,'_line_subtotal','714'),(141199,15400,'_line_subtotal_tax','0'),(141200,15400,'_line_total','714'),(141201,15400,'_line_tax','0'),(141202,15400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141203,15401,'method_id','advanced_free_shipping'),(141204,15401,'instance_id','0'),(141205,15401,'cost','0.00'),(141206,15401,'total_tax','0'),(141207,15401,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141208,15356,'thwma_order_shipping_status','wc-pending'),(141209,15357,'thwma_order_shipping_status','wc-pending'),(141210,15358,'thwma_order_shipping_status','wc-pending'),(141211,15359,'thwma_order_shipping_status','wc-pending'),(141212,15360,'thwma_order_shipping_status','wc-pending'),(141213,15361,'thwma_order_shipping_status','wc-pending'),(141214,15362,'thwma_order_shipping_status','wc-pending'),(141215,15363,'thwma_order_shipping_status','wc-pending'),(141216,15364,'thwma_order_shipping_status','wc-pending'),(141217,15365,'thwma_order_shipping_status','wc-pending'),(141218,15366,'thwma_order_shipping_status','wc-pending'),(141219,15367,'thwma_order_shipping_status','wc-pending'),(141220,15375,'thwma_order_shipping_status','wc-pending'),(141221,15376,'thwma_order_shipping_status','wc-pending'),(141222,15377,'thwma_order_shipping_status','wc-pending'),(141223,15378,'thwma_order_shipping_status','wc-pending'),(141224,15379,'thwma_order_shipping_status','wc-pending'),(141225,15380,'thwma_order_shipping_status','wc-pending'),(141226,15381,'thwma_order_shipping_status','wc-pending'),(141227,15382,'thwma_order_shipping_status','wc-pending'),(141228,15386,'thwma_order_shipping_status','wc-pending'),(141229,15387,'thwma_order_shipping_status','wc-pending'),(141230,15388,'thwma_order_shipping_status','wc-pending'),(141231,15389,'thwma_order_shipping_status','wc-pending'),(141232,15390,'thwma_order_shipping_status','wc-pending'),(141233,15369,'thwma_order_shipping_status','wc-pending'),(141234,15370,'thwma_order_shipping_status','wc-pending'),(141235,15396,'thwma_order_shipping_status','wc-pending'),(141236,15397,'thwma_order_shipping_status','wc-pending'),(141237,15398,'thwma_order_shipping_status','wc-pending'),(141238,15399,'thwma_order_shipping_status','wc-pending'),(141239,15400,'thwma_order_shipping_status','wc-pending'),(141240,15402,'_product_id','23'),(141241,15402,'_variation_id','0'),(141242,15402,'_qty','4'),(141243,15402,'_tax_class',''),(141244,15402,'_line_subtotal','274.16'),(141245,15402,'_line_subtotal_tax','0'),(141246,15402,'_line_total','274.16'),(141247,15402,'_line_tax','0'),(141248,15402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141249,15403,'_product_id','38'),(141250,15403,'_variation_id','0'),(141251,15403,'_qty','3'),(141252,15403,'_tax_class',''),(141253,15403,'_line_subtotal','497.28'),(141254,15403,'_line_subtotal_tax','0'),(141255,15403,'_line_total','497.28'),(141256,15403,'_line_tax','0'),(141257,15403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141258,15404,'_product_id','42'),(141259,15404,'_variation_id','0'),(141260,15404,'_qty','2'),(141261,15404,'_tax_class',''),(141262,15404,'_line_subtotal','158.4'),(141263,15404,'_line_subtotal_tax','0'),(141264,15404,'_line_total','158.4'),(141265,15404,'_line_tax','0'),(141266,15404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141267,15405,'_product_id','41'),(141268,15405,'_variation_id','0'),(141269,15405,'_qty','5'),(141270,15405,'_tax_class',''),(141271,15405,'_line_subtotal','332.4'),(141272,15405,'_line_subtotal_tax','0'),(141273,15405,'_line_total','332.4'),(141274,15405,'_line_tax','0'),(141275,15405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141276,15406,'_product_id','45'),(141277,15406,'_variation_id','0'),(141278,15406,'_qty','3'),(141279,15406,'_tax_class',''),(141280,15406,'_line_subtotal','126.72'),(141281,15406,'_line_subtotal_tax','0'),(141282,15406,'_line_total','126.72'),(141283,15406,'_line_tax','0'),(141284,15406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141285,15407,'_product_id','43'),(141286,15407,'_variation_id','0'),(141287,15407,'_qty','2'),(141288,15407,'_tax_class',''),(141289,15407,'_line_subtotal','158.4'),(141290,15407,'_line_subtotal_tax','0'),(141291,15407,'_line_total','158.4'),(141292,15407,'_line_tax','0'),(141293,15407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141294,15408,'method_id','advanced_free_shipping'),(141295,15408,'instance_id','0'),(141296,15408,'cost','0.00'),(141297,15408,'total_tax','0'),(141298,15408,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141299,15409,'_product_id','2110'),(141300,15409,'_variation_id','0'),(141301,15409,'_qty','2'),(141302,15409,'_tax_class',''),(141303,15409,'_line_subtotal','142.8'),(141304,15409,'_line_subtotal_tax','0'),(141305,15409,'_line_total','142.8'),(141306,15409,'_line_tax','0'),(141307,15409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141308,15410,'_product_id','2113'),(141309,15410,'_variation_id','0'),(141310,15410,'_qty','1'),(141311,15410,'_tax_class',''),(141312,15410,'_line_subtotal','172'),(141313,15410,'_line_subtotal_tax','0'),(141314,15410,'_line_total','172'),(141315,15410,'_line_tax','0'),(141316,15410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141317,15411,'_product_id','45'),(141318,15411,'_variation_id','0'),(141319,15411,'_qty','1'),(141320,15411,'_tax_class',''),(141321,15411,'_line_subtotal','42.24'),(141322,15411,'_line_subtotal_tax','0'),(141323,15411,'_line_total','42.24'),(141324,15411,'_line_tax','0'),(141325,15411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141326,15412,'_product_id','41'),(141327,15412,'_variation_id','0'),(141328,15412,'_qty','2'),(141329,15412,'_tax_class',''),(141330,15412,'_line_subtotal','132.96'),(141331,15412,'_line_subtotal_tax','0'),(141332,15412,'_line_total','132.96'),(141333,15412,'_line_tax','0'),(141334,15412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141335,15413,'_product_id','49'),(141336,15413,'_variation_id','0'),(141337,15413,'_qty','1'),(141338,15413,'_tax_class',''),(141339,15413,'_line_subtotal','79.2'),(141340,15413,'_line_subtotal_tax','0'),(141341,15413,'_line_total','79.2'),(141342,15413,'_line_tax','0'),(141343,15413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141344,15414,'_product_id','490'),(141345,15414,'_variation_id','0'),(141346,15414,'_qty','10'),(141347,15414,'_tax_class',''),(141348,15414,'_line_subtotal','196'),(141349,15414,'_line_subtotal_tax','0'),(141350,15414,'_line_total','196'),(141351,15414,'_line_tax','0'),(141352,15414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141353,15415,'_product_id','487'),(141354,15415,'_variation_id','0'),(141355,15415,'_qty','2'),(141356,15415,'_tax_class',''),(141357,15415,'_line_subtotal','62.7'),(141358,15415,'_line_subtotal_tax','0'),(141359,15415,'_line_total','62.7'),(141360,15415,'_line_tax','0'),(141361,15415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141362,15416,'method_id','advanced_free_shipping'),(141363,15416,'instance_id','0'),(141364,15416,'cost','0.00'),(141365,15416,'total_tax','0'),(141366,15416,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141367,15392,'thwma_order_shipping_status','wc-pending'),(141368,15393,'thwma_order_shipping_status','wc-pending'),(141369,15394,'thwma_order_shipping_status','wc-pending'),(141370,15402,'thwma_order_shipping_status','wc-pending'),(141371,15403,'thwma_order_shipping_status','wc-pending'),(141372,15404,'thwma_order_shipping_status','wc-pending'),(141373,15405,'thwma_order_shipping_status','wc-pending'),(141374,15406,'thwma_order_shipping_status','wc-pending'),(141375,15407,'thwma_order_shipping_status','wc-pending'),(141376,15417,'_product_id','23'),(141377,15417,'_variation_id','0'),(141378,15417,'_qty','3'),(141379,15417,'_tax_class',''),(141380,15417,'_line_subtotal','205.62'),(141381,15417,'_line_subtotal_tax','0'),(141382,15417,'_line_total','205.62'),(141383,15417,'_line_tax','0'),(141384,15417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141385,15418,'_product_id','116'),(141386,15418,'_variation_id','0'),(141387,15418,'_qty','1'),(141388,15418,'_tax_class',''),(141389,15418,'_line_subtotal','145.44'),(141390,15418,'_line_subtotal_tax','0'),(141391,15418,'_line_total','145.44'),(141392,15418,'_line_tax','0'),(141393,15418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141394,15419,'_product_id','44'),(141395,15419,'_variation_id','0'),(141396,15419,'_qty','2'),(141397,15419,'_tax_class',''),(141398,15419,'_line_subtotal','232.32'),(141399,15419,'_line_subtotal_tax','0'),(141400,15419,'_line_total','232.32'),(141401,15419,'_line_tax','0'),(141402,15419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141403,15420,'_product_id','120'),(141404,15420,'_variation_id','0'),(141405,15420,'_qty','1'),(141406,15420,'_tax_class',''),(141407,15420,'_line_subtotal','52.8'),(141408,15420,'_line_subtotal_tax','0'),(141409,15420,'_line_total','52.8'),(141410,15420,'_line_tax','0'),(141411,15420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141412,15421,'_product_id','49'),(141413,15421,'_variation_id','0'),(141414,15421,'_qty','1'),(141415,15421,'_tax_class',''),(141416,15421,'_line_subtotal','79.2'),(141417,15421,'_line_subtotal_tax','0'),(141418,15421,'_line_total','79.2'),(141419,15421,'_line_tax','0'),(141420,15421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141421,15422,'_product_id','490'),(141422,15422,'_variation_id','0'),(141423,15422,'_qty','10'),(141424,15422,'_tax_class',''),(141425,15422,'_line_subtotal','196'),(141426,15422,'_line_subtotal_tax','0'),(141427,15422,'_line_total','196'),(141428,15422,'_line_tax','0'),(141429,15422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141430,15423,'method_id','advanced_free_shipping'),(141431,15423,'instance_id','0'),(141432,15423,'cost','0.00'),(141433,15423,'total_tax','0'),(141434,15423,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141435,15424,'_product_id','23'),(141436,15424,'_variation_id','0'),(141437,15424,'_qty','1'),(141438,15424,'_tax_class',''),(141439,15424,'_line_subtotal','68.54'),(141440,15424,'_line_subtotal_tax','0'),(141441,15424,'_line_total','68.54'),(141442,15424,'_line_tax','0'),(141443,15424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141444,15425,'_product_id','2113'),(141445,15425,'_variation_id','0'),(141446,15425,'_qty','1'),(141447,15425,'_tax_class',''),(141448,15425,'_line_subtotal','172'),(141449,15425,'_line_subtotal_tax','0'),(141450,15425,'_line_total','172'),(141451,15425,'_line_tax','0'),(141452,15425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141453,15426,'_product_id','38'),(141454,15426,'_variation_id','0'),(141455,15426,'_qty','1'),(141456,15426,'_tax_class',''),(141457,15426,'_line_subtotal','165.76'),(141458,15426,'_line_subtotal_tax','0'),(141459,15426,'_line_total','165.76'),(141460,15426,'_line_tax','0'),(141461,15426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141462,15427,'_product_id','41'),(141463,15427,'_variation_id','0'),(141464,15427,'_qty','1'),(141465,15427,'_tax_class',''),(141466,15427,'_line_subtotal','66.48'),(141467,15427,'_line_subtotal_tax','0'),(141468,15427,'_line_total','66.48'),(141469,15427,'_line_tax','0'),(141470,15427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141471,15428,'_product_id','490'),(141472,15428,'_variation_id','0'),(141473,15428,'_qty','10'),(141474,15428,'_tax_class',''),(141475,15428,'_line_subtotal','196'),(141476,15428,'_line_subtotal_tax','0'),(141477,15428,'_line_total','196'),(141478,15428,'_line_tax','0'),(141479,15428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141480,15429,'method_id','advanced_free_shipping'),(141481,15429,'instance_id','0'),(141482,15429,'cost','0.00'),(141483,15429,'total_tax','0'),(141484,15429,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141485,15430,'_product_id','488'),(141486,15430,'_variation_id','0'),(141487,15430,'_qty','2'),(141488,15430,'_tax_class',''),(141489,15430,'_line_subtotal','62.7'),(141490,15430,'_line_subtotal_tax','0'),(141491,15430,'_line_total','62.7'),(141492,15430,'_line_tax','0'),(141493,15430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141494,15431,'_product_id','490'),(141495,15431,'_variation_id','0'),(141496,15431,'_qty','9'),(141497,15431,'_tax_class',''),(141498,15431,'_line_subtotal','176.4'),(141499,15431,'_line_subtotal_tax','0'),(141500,15431,'_line_total','176.4'),(141501,15431,'_line_tax','0'),(141502,15431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141503,15432,'_product_id','2110'),(141504,15432,'_variation_id','0'),(141505,15432,'_qty','2'),(141506,15432,'_tax_class',''),(141507,15432,'_line_subtotal','142.8'),(141508,15432,'_line_subtotal_tax','0'),(141509,15432,'_line_total','142.8'),(141510,15432,'_line_tax','0'),(141511,15432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141512,15433,'_product_id','2113'),(141513,15433,'_variation_id','0'),(141514,15433,'_qty','1'),(141515,15433,'_tax_class',''),(141516,15433,'_line_subtotal','172'),(141517,15433,'_line_subtotal_tax','0'),(141518,15433,'_line_total','172'),(141519,15433,'_line_tax','0'),(141520,15433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141521,15434,'_product_id','41'),(141522,15434,'_variation_id','0'),(141523,15434,'_qty','2'),(141524,15434,'_tax_class',''),(141525,15434,'_line_subtotal','132.96'),(141526,15434,'_line_subtotal_tax','0'),(141527,15434,'_line_total','132.96'),(141528,15434,'_line_tax','0'),(141529,15434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141530,15435,'_product_id','45'),(141531,15435,'_variation_id','0'),(141532,15435,'_qty','3'),(141533,15435,'_tax_class',''),(141534,15435,'_line_subtotal','126.72'),(141535,15435,'_line_subtotal_tax','0'),(141536,15435,'_line_total','126.72'),(141537,15435,'_line_tax','0'),(141538,15435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141539,15436,'_product_id','49'),(141540,15436,'_variation_id','0'),(141541,15436,'_qty','1'),(141542,15436,'_tax_class',''),(141543,15436,'_line_subtotal','79.2'),(141544,15436,'_line_subtotal_tax','0'),(141545,15436,'_line_total','79.2'),(141546,15436,'_line_tax','0'),(141547,15436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141548,15437,'method_id','advanced_free_shipping'),(141549,15437,'instance_id','0'),(141550,15437,'cost','0.00'),(141551,15437,'total_tax','0'),(141552,15437,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141553,15438,'_product_id','45'),(141554,15438,'_variation_id','0'),(141555,15438,'_qty','1'),(141556,15438,'_tax_class',''),(141557,15438,'_line_subtotal','42.24'),(141558,15438,'_line_subtotal_tax','0'),(141559,15438,'_line_total','42.24'),(141560,15438,'_line_tax','0'),(141561,15438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141562,15439,'_product_id','43'),(141563,15439,'_variation_id','0'),(141564,15439,'_qty','2'),(141565,15439,'_tax_class',''),(141566,15439,'_line_subtotal','158.4'),(141567,15439,'_line_subtotal_tax','0'),(141568,15439,'_line_total','158.4'),(141569,15439,'_line_tax','0'),(141570,15439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141571,15440,'_product_id','2110'),(141572,15440,'_variation_id','0'),(141573,15440,'_qty','2'),(141574,15440,'_tax_class',''),(141575,15440,'_line_subtotal','142.8'),(141576,15440,'_line_subtotal_tax','0'),(141577,15440,'_line_total','142.8'),(141578,15440,'_line_tax','0'),(141579,15440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141580,15441,'_product_id','2113'),(141581,15441,'_variation_id','0'),(141582,15441,'_qty','1'),(141583,15441,'_tax_class',''),(141584,15441,'_line_subtotal','172'),(141585,15441,'_line_subtotal_tax','0'),(141586,15441,'_line_total','172'),(141587,15441,'_line_tax','0'),(141588,15441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141589,15442,'_product_id','41'),(141590,15442,'_variation_id','0'),(141591,15442,'_qty','2'),(141592,15442,'_tax_class',''),(141593,15442,'_line_subtotal','132.96'),(141594,15442,'_line_subtotal_tax','0'),(141595,15442,'_line_total','132.96'),(141596,15442,'_line_tax','0'),(141597,15442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141598,15443,'_product_id','45'),(141599,15443,'_variation_id','0'),(141600,15443,'_qty','3'),(141601,15443,'_tax_class',''),(141602,15443,'_line_subtotal','126.72'),(141603,15443,'_line_subtotal_tax','0'),(141604,15443,'_line_total','126.72'),(141605,15443,'_line_tax','0'),(141606,15443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141607,15444,'_product_id','43'),(141608,15444,'_variation_id','0'),(141609,15444,'_qty','2'),(141610,15444,'_tax_class',''),(141611,15444,'_line_subtotal','158.4'),(141612,15444,'_line_subtotal_tax','0'),(141613,15444,'_line_total','158.4'),(141614,15444,'_line_tax','0'),(141615,15444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141616,15445,'_product_id','49'),(141617,15445,'_variation_id','0'),(141618,15445,'_qty','3'),(141619,15445,'_tax_class',''),(141620,15445,'_line_subtotal','237.6'),(141621,15445,'_line_subtotal_tax','0'),(141622,15445,'_line_total','237.6'),(141623,15445,'_line_tax','0'),(141624,15445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141625,15446,'_product_id','44'),(141626,15446,'_variation_id','0'),(141627,15446,'_qty','1'),(141628,15446,'_tax_class',''),(141629,15446,'_line_subtotal','116.16'),(141630,15446,'_line_subtotal_tax','0'),(141631,15446,'_line_total','116.16'),(141632,15446,'_line_tax','0'),(141633,15446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141634,15447,'_product_id','487'),(141635,15447,'_variation_id','0'),(141636,15447,'_qty','2'),(141637,15447,'_tax_class',''),(141638,15447,'_line_subtotal','62.7'),(141639,15447,'_line_subtotal_tax','0'),(141640,15447,'_line_total','62.7'),(141641,15447,'_line_tax','0'),(141642,15447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141643,15448,'_product_id','490'),(141644,15448,'_variation_id','0'),(141645,15448,'_qty','10'),(141646,15448,'_tax_class',''),(141647,15448,'_line_subtotal','196'),(141648,15448,'_line_subtotal_tax','0'),(141649,15448,'_line_total','196'),(141650,15448,'_line_tax','0'),(141651,15448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141652,15449,'method_id','advanced_free_shipping'),(141653,15449,'instance_id','0'),(141654,15449,'cost','0.00'),(141655,15449,'total_tax','0'),(141656,15449,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141657,15417,'thwma_order_shipping_status','wc-pending'),(141658,15418,'thwma_order_shipping_status','wc-pending'),(141659,15419,'thwma_order_shipping_status','wc-pending'),(141660,15420,'thwma_order_shipping_status','wc-pending'),(141661,15421,'thwma_order_shipping_status','wc-pending'),(141662,15422,'thwma_order_shipping_status','wc-pending'),(141663,15430,'thwma_order_shipping_status','wc-pending'),(141664,15431,'thwma_order_shipping_status','wc-pending'),(141665,15432,'thwma_order_shipping_status','wc-pending'),(141666,15433,'thwma_order_shipping_status','wc-pending'),(141667,15434,'thwma_order_shipping_status','wc-pending'),(141668,15435,'thwma_order_shipping_status','wc-pending'),(141669,15436,'thwma_order_shipping_status','wc-pending'),(141670,15424,'thwma_order_shipping_status','wc-pending'),(141671,15425,'thwma_order_shipping_status','wc-pending'),(141672,15426,'thwma_order_shipping_status','wc-pending'),(141673,15427,'thwma_order_shipping_status','wc-pending'),(141674,15428,'thwma_order_shipping_status','wc-pending'),(141675,15438,'thwma_order_shipping_status','wc-pending'),(141676,15439,'thwma_order_shipping_status','wc-pending'),(141677,15440,'thwma_order_shipping_status','wc-pending'),(141678,15441,'thwma_order_shipping_status','wc-pending'),(141679,15442,'thwma_order_shipping_status','wc-pending'),(141680,15443,'thwma_order_shipping_status','wc-pending'),(141681,15444,'thwma_order_shipping_status','wc-pending'),(141682,15445,'thwma_order_shipping_status','wc-pending'),(141683,15446,'thwma_order_shipping_status','wc-pending'),(141684,15447,'thwma_order_shipping_status','wc-pending'),(141685,15448,'thwma_order_shipping_status','wc-pending'),(141686,15450,'_product_id','44'),(141687,15450,'_variation_id','0'),(141688,15450,'_qty','2'),(141689,15450,'_tax_class',''),(141690,15450,'_line_subtotal','232.32'),(141691,15450,'_line_subtotal_tax','0'),(141692,15450,'_line_total','232.32'),(141693,15450,'_line_tax','0'),(141694,15450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141695,15451,'_product_id','43'),(141696,15451,'_variation_id','0'),(141697,15451,'_qty','3'),(141698,15451,'_tax_class',''),(141699,15451,'_line_subtotal','237.6'),(141700,15451,'_line_subtotal_tax','0'),(141701,15451,'_line_total','237.6'),(141702,15451,'_line_tax','0'),(141703,15451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141704,15452,'_product_id','490'),(141705,15452,'_variation_id','0'),(141706,15452,'_qty','2'),(141707,15452,'_tax_class',''),(141708,15452,'_line_subtotal','39.2'),(141709,15452,'_line_subtotal_tax','0'),(141710,15452,'_line_total','39.2'),(141711,15452,'_line_tax','0'),(141712,15452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141713,15453,'method_id','advanced_free_shipping'),(141714,15453,'instance_id','0'),(141715,15453,'cost','0.00'),(141716,15453,'total_tax','0'),(141717,15453,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141718,15454,'_product_id','43'),(141719,15454,'_variation_id','0'),(141720,15454,'_qty','15'),(141721,15454,'_tax_class',''),(141722,15454,'_line_subtotal','1188'),(141723,15454,'_line_subtotal_tax','0'),(141724,15454,'_line_total','1188'),(141725,15454,'_line_tax','0'),(141726,15454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141727,15455,'_product_id','49'),(141728,15455,'_variation_id','0'),(141729,15455,'_qty','15'),(141730,15455,'_tax_class',''),(141731,15455,'_line_subtotal','1188'),(141732,15455,'_line_subtotal_tax','0'),(141733,15455,'_line_total','1188'),(141734,15455,'_line_tax','0'),(141735,15455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141736,15456,'_product_id','2110'),(141737,15456,'_variation_id','0'),(141738,15456,'_qty','8'),(141739,15456,'_tax_class',''),(141740,15456,'_line_subtotal','571.2'),(141741,15456,'_line_subtotal_tax','0'),(141742,15456,'_line_total','571.2'),(141743,15456,'_line_tax','0'),(141744,15456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141745,15457,'_product_id','2113'),(141746,15457,'_variation_id','0'),(141747,15457,'_qty','1'),(141748,15457,'_tax_class',''),(141749,15457,'_line_subtotal','172'),(141750,15457,'_line_subtotal_tax','0'),(141751,15457,'_line_total','172'),(141752,15457,'_line_tax','0'),(141753,15457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141754,15458,'_product_id','45'),(141755,15458,'_variation_id','0'),(141756,15458,'_qty','10'),(141757,15458,'_tax_class',''),(141758,15458,'_line_subtotal','422.4'),(141759,15458,'_line_subtotal_tax','0'),(141760,15458,'_line_total','422.4'),(141761,15458,'_line_tax','0'),(141762,15458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141763,15459,'_product_id','490'),(141764,15459,'_variation_id','0'),(141765,15459,'_qty','30'),(141766,15459,'_tax_class',''),(141767,15459,'_line_subtotal','588'),(141768,15459,'_line_subtotal_tax','0'),(141769,15459,'_line_total','588'),(141770,15459,'_line_tax','0'),(141771,15459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141772,15460,'_product_id','131'),(141773,15460,'_variation_id','0'),(141774,15460,'_qty','2'),(141775,15460,'_tax_class',''),(141776,15460,'_line_subtotal','25.3'),(141777,15460,'_line_subtotal_tax','0'),(141778,15460,'_line_total','25.3'),(141779,15460,'_line_tax','0'),(141780,15460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141781,15461,'_product_id','133'),(141782,15461,'_variation_id','0'),(141783,15461,'_qty','2'),(141784,15461,'_tax_class',''),(141785,15461,'_line_subtotal','28.6'),(141786,15461,'_line_subtotal_tax','0'),(141787,15461,'_line_total','28.6'),(141788,15461,'_line_tax','0'),(141789,15461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141790,15462,'_product_id','138'),(141791,15462,'_variation_id','0'),(141792,15462,'_qty','10'),(141793,15462,'_tax_class',''),(141794,15462,'_line_subtotal','49.5'),(141795,15462,'_line_subtotal_tax','0'),(141796,15462,'_line_total','49.5'),(141797,15462,'_line_tax','0'),(141798,15462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141799,15463,'_product_id','320'),(141800,15463,'_variation_id','0'),(141801,15463,'_qty','5'),(141802,15463,'_tax_class',''),(141803,15463,'_line_subtotal','18.75'),(141804,15463,'_line_subtotal_tax','0'),(141805,15463,'_line_total','18.75'),(141806,15463,'_line_tax','0'),(141807,15463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141808,15464,'method_id','advanced_free_shipping'),(141809,15464,'instance_id','0'),(141810,15464,'cost','0.00'),(141811,15464,'total_tax','0'),(141812,15464,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141813,15450,'thwma_order_shipping_status','wc-pending'),(141814,15451,'thwma_order_shipping_status','wc-pending'),(141815,15452,'thwma_order_shipping_status','wc-pending'),(141816,15465,'_product_id','2113'),(141817,15465,'_variation_id','0'),(141818,15465,'_qty','1'),(141819,15465,'_tax_class',''),(141820,15465,'_line_subtotal','172'),(141821,15465,'_line_subtotal_tax','0'),(141822,15465,'_line_total','172'),(141823,15465,'_line_tax','0'),(141824,15465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141825,15466,'_product_id','45'),(141826,15466,'_variation_id','0'),(141827,15466,'_qty','3'),(141828,15466,'_tax_class',''),(141829,15466,'_line_subtotal','126.72'),(141830,15466,'_line_subtotal_tax','0'),(141831,15466,'_line_total','126.72'),(141832,15466,'_line_tax','0'),(141833,15466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141834,15467,'_product_id','43'),(141835,15467,'_variation_id','0'),(141836,15467,'_qty','3'),(141837,15467,'_tax_class',''),(141838,15467,'_line_subtotal','237.6'),(141839,15467,'_line_subtotal_tax','0'),(141840,15467,'_line_total','237.6'),(141841,15467,'_line_tax','0'),(141842,15467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141843,15468,'_product_id','490'),(141844,15468,'_variation_id','0'),(141845,15468,'_qty','10'),(141846,15468,'_tax_class',''),(141847,15468,'_line_subtotal','196'),(141848,15468,'_line_subtotal_tax','0'),(141849,15468,'_line_total','196'),(141850,15468,'_line_tax','0'),(141851,15468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141852,15469,'method_id','advanced_free_shipping'),(141853,15469,'instance_id','0'),(141854,15469,'cost','0.00'),(141855,15469,'total_tax','0'),(141856,15469,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141857,15470,'_product_id','2113'),(141858,15470,'_variation_id','0'),(141859,15470,'_qty','1'),(141860,15470,'_tax_class',''),(141861,15470,'_line_subtotal','172'),(141862,15470,'_line_subtotal_tax','0'),(141863,15470,'_line_total','172'),(141864,15470,'_line_tax','0'),(141865,15470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141866,15471,'_product_id','490'),(141867,15471,'_variation_id','0'),(141868,15471,'_qty','10'),(141869,15471,'_tax_class',''),(141870,15471,'_line_subtotal','196'),(141871,15471,'_line_subtotal_tax','0'),(141872,15471,'_line_total','196'),(141873,15471,'_line_tax','0'),(141874,15471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141875,15472,'_product_id','2110'),(141876,15472,'_variation_id','0'),(141877,15472,'_qty','2'),(141878,15472,'_tax_class',''),(141879,15472,'_line_subtotal','142.8'),(141880,15472,'_line_subtotal_tax','0'),(141881,15472,'_line_total','142.8'),(141882,15472,'_line_tax','0'),(141883,15472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141884,15473,'_product_id','45'),(141885,15473,'_variation_id','0'),(141886,15473,'_qty','2'),(141887,15473,'_tax_class',''),(141888,15473,'_line_subtotal','84.48'),(141889,15473,'_line_subtotal_tax','0'),(141890,15473,'_line_total','84.48'),(141891,15473,'_line_tax','0'),(141892,15473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141893,15474,'_product_id','43'),(141894,15474,'_variation_id','0'),(141895,15474,'_qty','2'),(141896,15474,'_tax_class',''),(141897,15474,'_line_subtotal','158.4'),(141898,15474,'_line_subtotal_tax','0'),(141899,15474,'_line_total','158.4'),(141900,15474,'_line_tax','0'),(141901,15474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141902,15475,'_product_id','487'),(141903,15475,'_variation_id','0'),(141904,15475,'_qty','1'),(141905,15475,'_tax_class',''),(141906,15475,'_line_subtotal','31.35'),(141907,15475,'_line_subtotal_tax','0'),(141908,15475,'_line_total','31.35'),(141909,15475,'_line_tax','0'),(141910,15475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141911,15476,'_product_id','490'),(141912,15476,'_variation_id','0'),(141913,15476,'_qty','10'),(141914,15476,'_tax_class',''),(141915,15476,'_line_subtotal','196'),(141916,15476,'_line_subtotal_tax','0'),(141917,15476,'_line_total','196'),(141918,15476,'_line_tax','0'),(141919,15476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141920,15477,'_product_id','49'),(141921,15477,'_variation_id','0'),(141922,15477,'_qty','2'),(141923,15477,'_tax_class',''),(141924,15477,'_line_subtotal','158.4'),(141925,15477,'_line_subtotal_tax','0'),(141926,15477,'_line_total','158.4'),(141927,15477,'_line_tax','0'),(141928,15477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141929,15478,'method_id','advanced_free_shipping'),(141930,15478,'instance_id','0'),(141931,15478,'cost','0.00'),(141932,15478,'total_tax','0'),(141933,15478,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(141944,15479,'_product_id','41'),(141945,15479,'_variation_id','0'),(141946,15479,'_qty','3'),(141947,15479,'_tax_class',''),(141948,15479,'_line_subtotal','199.44'),(141949,15479,'_line_subtotal_tax','0'),(141950,15479,'_line_total','199.44'),(141951,15479,'_line_tax','0'),(141952,15479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141953,15480,'_product_id','49'),(141954,15480,'_variation_id','0'),(141955,15480,'_qty','4'),(141956,15480,'_tax_class',''),(141957,15480,'_line_subtotal','316.8'),(141958,15480,'_line_subtotal_tax','0'),(141959,15480,'_line_total','316.8'),(141960,15480,'_line_tax','0'),(141961,15480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141962,15481,'_product_id','44'),(141963,15481,'_variation_id','0'),(141964,15481,'_qty','2'),(141965,15481,'_tax_class',''),(141966,15481,'_line_subtotal','232.32'),(141967,15481,'_line_subtotal_tax','0'),(141968,15481,'_line_total','232.32'),(141969,15481,'_line_tax','0'),(141970,15481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141971,15482,'_product_id','2110'),(141972,15482,'_variation_id','0'),(141973,15482,'_qty','1'),(141974,15482,'_tax_class',''),(141975,15482,'_line_subtotal','71.4'),(141976,15482,'_line_subtotal_tax','0'),(141977,15482,'_line_total','71.4'),(141978,15482,'_line_tax','0'),(141979,15482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(141980,15483,'method_id','advanced_free_shipping'),(141981,15483,'instance_id','0'),(141982,15483,'cost','0.00'),(141983,15483,'total_tax','0'),(141984,15483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142009,15465,'thwma_order_shipping_status','wc-pending'),(142010,15466,'thwma_order_shipping_status','wc-pending'),(142011,15467,'thwma_order_shipping_status','wc-pending'),(142012,15468,'thwma_order_shipping_status','wc-pending'),(142013,15470,'thwma_order_shipping_status','wc-pending'),(142014,15471,'thwma_order_shipping_status','wc-pending'),(142015,15472,'thwma_order_shipping_status','wc-pending'),(142016,15473,'thwma_order_shipping_status','wc-pending'),(142017,15474,'thwma_order_shipping_status','wc-pending'),(142018,15475,'thwma_order_shipping_status','wc-pending'),(142019,15476,'thwma_order_shipping_status','wc-pending'),(142020,15477,'thwma_order_shipping_status','wc-pending'),(142031,15454,'thwma_order_shipping_status','wc-pending'),(142032,15455,'thwma_order_shipping_status','wc-pending'),(142033,15456,'thwma_order_shipping_status','wc-pending'),(142034,15457,'thwma_order_shipping_status','wc-pending'),(142035,15458,'thwma_order_shipping_status','wc-pending'),(142036,15459,'thwma_order_shipping_status','wc-pending'),(142037,15460,'thwma_order_shipping_status','wc-pending'),(142038,15461,'thwma_order_shipping_status','wc-pending'),(142039,15462,'thwma_order_shipping_status','wc-pending'),(142040,15463,'thwma_order_shipping_status','wc-pending'),(142041,15484,'_product_id','43'),(142042,15484,'_variation_id','0'),(142043,15484,'_qty','3'),(142044,15484,'_tax_class',''),(142045,15484,'_line_subtotal','237.6'),(142046,15484,'_line_subtotal_tax','0'),(142047,15484,'_line_total','237.6'),(142048,15484,'_line_tax','0'),(142049,15484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142050,15485,'_product_id','44'),(142051,15485,'_variation_id','0'),(142052,15485,'_qty','2'),(142053,15485,'_tax_class',''),(142054,15485,'_line_subtotal','232.32'),(142055,15485,'_line_subtotal_tax','0'),(142056,15485,'_line_total','232.32'),(142057,15485,'_line_tax','0'),(142058,15485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142059,15486,'_product_id','490'),(142060,15486,'_variation_id','0'),(142061,15486,'_qty','2'),(142062,15486,'_tax_class',''),(142063,15486,'_line_subtotal','39.2'),(142064,15486,'_line_subtotal_tax','0'),(142065,15486,'_line_total','39.2'),(142066,15486,'_line_tax','0'),(142067,15486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142068,15487,'method_id','advanced_free_shipping'),(142069,15487,'instance_id','0'),(142070,15487,'cost','0.00'),(142071,15487,'total_tax','0'),(142072,15487,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142086,15484,'thwma_order_shipping_status','wc-pending'),(142087,15485,'thwma_order_shipping_status','wc-pending'),(142088,15486,'thwma_order_shipping_status','wc-pending'),(142089,15479,'thwma_order_shipping_status','wc-pending'),(142090,15480,'thwma_order_shipping_status','wc-pending'),(142091,15481,'thwma_order_shipping_status','wc-pending'),(142092,15482,'thwma_order_shipping_status','wc-pending'),(142093,15488,'_product_id','40'),(142094,15488,'_variation_id','0'),(142095,15488,'_qty','2'),(142096,15488,'_tax_class',''),(142097,15488,'_line_subtotal','158.4'),(142098,15488,'_line_subtotal_tax','0'),(142099,15488,'_line_total','158.4'),(142100,15488,'_line_tax','0'),(142101,15488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142102,15489,'_product_id','43'),(142103,15489,'_variation_id','0'),(142104,15489,'_qty','2'),(142105,15489,'_tax_class',''),(142106,15489,'_line_subtotal','158.4'),(142107,15489,'_line_subtotal_tax','0'),(142108,15489,'_line_total','158.4'),(142109,15489,'_line_tax','0'),(142110,15489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142111,15490,'_product_id','490'),(142112,15490,'_variation_id','0'),(142113,15490,'_qty','10'),(142114,15490,'_tax_class',''),(142115,15490,'_line_subtotal','196'),(142116,15490,'_line_subtotal_tax','0'),(142117,15490,'_line_total','196'),(142118,15490,'_line_tax','0'),(142119,15490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142120,15491,'method_id','advanced_free_shipping'),(142121,15491,'instance_id','0'),(142122,15491,'cost','0.00'),(142123,15491,'total_tax','0'),(142124,15491,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142131,15492,'_product_id','490'),(142132,15492,'_variation_id','0'),(142133,15492,'_qty','5'),(142134,15492,'_tax_class',''),(142135,15492,'_line_subtotal','98'),(142136,15492,'_line_subtotal_tax','0'),(142137,15492,'_line_total','98'),(142138,15492,'_line_tax','0'),(142139,15492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142140,15493,'_product_id','488'),(142141,15493,'_variation_id','0'),(142142,15493,'_qty','1'),(142143,15493,'_tax_class',''),(142144,15493,'_line_subtotal','31.35'),(142145,15493,'_line_subtotal_tax','0'),(142146,15493,'_line_total','31.35'),(142147,15493,'_line_tax','0'),(142148,15493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142149,15494,'method_id','fedex'),(142150,15494,'instance_id','1'),(142151,15494,'cost','15.77'),(142152,15494,'total_tax','0'),(142153,15494,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142154,15494,'Package 1','15.81 × 12.94 × 10.19 (in) 20.54lbs × 1'),(142155,15494,'Items','Bulk Active Rinse 100% RM &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1'),(142156,15409,'thwma_order_shipping_status','wc-pending'),(142157,15410,'thwma_order_shipping_status','wc-pending'),(142158,15411,'thwma_order_shipping_status','wc-pending'),(142159,15412,'thwma_order_shipping_status','wc-pending'),(142160,15413,'thwma_order_shipping_status','wc-pending'),(142161,15414,'thwma_order_shipping_status','wc-pending'),(142162,15415,'thwma_order_shipping_status','wc-pending'),(142163,15495,'_product_id','490'),(142164,15495,'_variation_id','0'),(142165,15495,'_qty','10'),(142166,15495,'_tax_class',''),(142167,15495,'_line_subtotal','196'),(142168,15495,'_line_subtotal_tax','0'),(142169,15495,'_line_total','196'),(142170,15495,'_line_tax','0'),(142171,15495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142172,15496,'_product_id','45'),(142173,15496,'_variation_id','0'),(142174,15496,'_qty','2'),(142175,15496,'_tax_class',''),(142176,15496,'_line_subtotal','84.48'),(142177,15496,'_line_subtotal_tax','0'),(142178,15496,'_line_total','84.48'),(142179,15496,'_line_tax','0'),(142180,15496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142181,15497,'_product_id','488'),(142182,15497,'_variation_id','0'),(142183,15497,'_qty','1'),(142184,15497,'_tax_class',''),(142185,15497,'_line_subtotal','31.35'),(142186,15497,'_line_subtotal_tax','0'),(142187,15497,'_line_total','31.35'),(142188,15497,'_line_tax','0'),(142189,15497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142190,15498,'_product_id','487'),(142191,15498,'_variation_id','0'),(142192,15498,'_qty','1'),(142193,15498,'_tax_class',''),(142194,15498,'_line_subtotal','31.35'),(142195,15498,'_line_subtotal_tax','0'),(142196,15498,'_line_total','31.35'),(142197,15498,'_line_tax','0'),(142198,15498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142199,15499,'_product_id','2113'),(142200,15499,'_variation_id','0'),(142201,15499,'_qty','1'),(142202,15499,'_tax_class',''),(142203,15499,'_line_subtotal','172'),(142204,15499,'_line_subtotal_tax','0'),(142205,15499,'_line_total','172'),(142206,15499,'_line_tax','0'),(142207,15499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142208,15500,'method_id','advanced_free_shipping'),(142209,15500,'instance_id','0'),(142210,15500,'cost','0.00'),(142211,15500,'total_tax','0'),(142212,15500,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142216,15492,'thwma_order_shipping_status','wc-pending'),(142217,15493,'thwma_order_shipping_status','wc-pending'),(142218,15501,'_product_id','45'),(142219,15501,'_variation_id','0'),(142220,15501,'_qty','5'),(142221,15501,'_tax_class',''),(142222,15501,'_line_subtotal','211.2'),(142223,15501,'_line_subtotal_tax','0'),(142224,15501,'_line_total','211.2'),(142225,15501,'_line_tax','0'),(142226,15501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142227,15502,'_product_id','488'),(142228,15502,'_variation_id','0'),(142229,15502,'_qty','1'),(142230,15502,'_tax_class',''),(142231,15502,'_line_subtotal','31.35'),(142232,15502,'_line_subtotal_tax','0'),(142233,15502,'_line_total','31.35'),(142234,15502,'_line_tax','0'),(142235,15502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142236,15503,'_product_id','133'),(142237,15503,'_variation_id','0'),(142238,15503,'_qty','5'),(142239,15503,'_tax_class',''),(142240,15503,'_line_subtotal','71.5'),(142241,15503,'_line_subtotal_tax','0'),(142242,15503,'_line_total','71.5'),(142243,15503,'_line_tax','0'),(142244,15503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142245,15504,'_product_id','490'),(142246,15504,'_variation_id','0'),(142247,15504,'_qty','10'),(142248,15504,'_tax_class',''),(142249,15504,'_line_subtotal','196'),(142250,15504,'_line_subtotal_tax','0'),(142251,15504,'_line_total','196'),(142252,15504,'_line_tax','0'),(142253,15504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142254,15505,'_product_id','2408'),(142255,15505,'_variation_id','0'),(142256,15505,'_qty','2'),(142257,15505,'_tax_class',''),(142258,15505,'_line_subtotal','298.68'),(142259,15505,'_line_subtotal_tax','0'),(142260,15505,'_line_total','298.68'),(142261,15505,'_line_tax','0'),(142262,15505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142263,15506,'_product_id','2113'),(142264,15506,'_variation_id','0'),(142265,15506,'_qty','1'),(142266,15506,'_tax_class',''),(142267,15506,'_line_subtotal','172'),(142268,15506,'_line_subtotal_tax','0'),(142269,15506,'_line_total','172'),(142270,15506,'_line_tax','0'),(142271,15506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142272,15507,'_product_id','2110'),(142273,15507,'_variation_id','0'),(142274,15507,'_qty','6'),(142275,15507,'_tax_class',''),(142276,15507,'_line_subtotal','428.4'),(142277,15507,'_line_subtotal_tax','0'),(142278,15507,'_line_total','428.4'),(142279,15507,'_line_tax','0'),(142280,15507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142281,15508,'_product_id','43'),(142282,15508,'_variation_id','0'),(142283,15508,'_qty','5'),(142284,15508,'_tax_class',''),(142285,15508,'_line_subtotal','396'),(142286,15508,'_line_subtotal_tax','0'),(142287,15508,'_line_total','396'),(142288,15508,'_line_tax','0'),(142289,15508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142290,15509,'method_id','advanced_free_shipping'),(142291,15509,'instance_id','0'),(142292,15509,'cost','0.00'),(142293,15509,'total_tax','0'),(142294,15509,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142295,15510,'_product_id','2110'),(142296,15510,'_variation_id','0'),(142297,15510,'_qty','2'),(142298,15510,'_tax_class',''),(142299,15510,'_line_subtotal','142.8'),(142300,15510,'_line_subtotal_tax','0'),(142301,15510,'_line_total','142.8'),(142302,15510,'_line_tax','0'),(142303,15510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142304,15511,'_product_id','116'),(142305,15511,'_variation_id','0'),(142306,15511,'_qty','2'),(142307,15511,'_tax_class',''),(142308,15511,'_line_subtotal','290.88'),(142309,15511,'_line_subtotal_tax','0'),(142310,15511,'_line_total','290.88'),(142311,15511,'_line_tax','0'),(142312,15511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142313,15512,'_product_id','41'),(142314,15512,'_variation_id','0'),(142315,15512,'_qty','3'),(142316,15512,'_tax_class',''),(142317,15512,'_line_subtotal','199.44'),(142318,15512,'_line_subtotal_tax','0'),(142319,15512,'_line_total','199.44'),(142320,15512,'_line_tax','0'),(142321,15512,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142322,15513,'_product_id','2400'),(142323,15513,'_variation_id','0'),(142324,15513,'_qty','1'),(142325,15513,'_tax_class',''),(142326,15513,'_line_subtotal','186.3'),(142327,15513,'_line_subtotal_tax','0'),(142328,15513,'_line_total','186.3'),(142329,15513,'_line_tax','0'),(142330,15513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142331,15514,'_product_id','120'),(142332,15514,'_variation_id','0'),(142333,15514,'_qty','2'),(142334,15514,'_tax_class',''),(142335,15514,'_line_subtotal','105.6'),(142336,15514,'_line_subtotal_tax','0'),(142337,15514,'_line_total','105.6'),(142338,15514,'_line_tax','0'),(142339,15514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142340,15515,'_product_id','43'),(142341,15515,'_variation_id','0'),(142342,15515,'_qty','4'),(142343,15515,'_tax_class',''),(142344,15515,'_line_subtotal','316.8'),(142345,15515,'_line_subtotal_tax','0'),(142346,15515,'_line_total','316.8'),(142347,15515,'_line_tax','0'),(142348,15515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142349,15516,'_product_id','49'),(142350,15516,'_variation_id','0'),(142351,15516,'_qty','2'),(142352,15516,'_tax_class',''),(142353,15516,'_line_subtotal','158.4'),(142354,15516,'_line_subtotal_tax','0'),(142355,15516,'_line_total','158.4'),(142356,15516,'_line_tax','0'),(142357,15516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142358,15517,'_product_id','93'),(142359,15517,'_variation_id','0'),(142360,15517,'_qty','6'),(142361,15517,'_tax_class',''),(142362,15517,'_line_subtotal','0'),(142363,15517,'_line_subtotal_tax','0'),(142364,15517,'_line_total','0'),(142365,15517,'_line_tax','0'),(142366,15517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142367,15518,'method_id','advanced_free_shipping'),(142368,15518,'instance_id','0'),(142369,15518,'cost','0.00'),(142370,15518,'total_tax','0'),(142371,15518,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142372,15519,'_product_id','99'),(142373,15519,'_variation_id','0'),(142374,15519,'_qty','2'),(142375,15519,'_tax_class',''),(142376,15519,'_line_subtotal','0'),(142377,15519,'_line_subtotal_tax','0'),(142378,15519,'_line_total','0'),(142379,15519,'_line_tax','0'),(142380,15519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142381,15520,'_product_id','93'),(142382,15520,'_variation_id','0'),(142383,15520,'_qty','5'),(142384,15520,'_tax_class',''),(142385,15520,'_line_subtotal','0'),(142386,15520,'_line_subtotal_tax','0'),(142387,15520,'_line_total','0'),(142388,15520,'_line_tax','0'),(142389,15520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142390,15521,'method_id','fedex'),(142391,15521,'instance_id','1'),(142392,15521,'cost','11.73'),(142393,15521,'total_tax','0'),(142394,15521,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142395,15521,'Package 1','17 × 14 × 10 (in) 27.45lbs × 1'),(142396,15521,'Items','Bulk Mousse 1 Gallon &times; 2, Bulk Active Rinse 100% &times; 5'),(142397,15522,'_product_id','2110'),(142398,15522,'_variation_id','0'),(142399,15522,'_qty','2'),(142400,15522,'_tax_class',''),(142401,15522,'_line_subtotal','142.8'),(142402,15522,'_line_subtotal_tax','0'),(142403,15522,'_line_total','142.8'),(142404,15522,'_line_tax','0'),(142405,15522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142406,15523,'method_id','fedex'),(142407,15523,'instance_id','1'),(142408,15523,'cost','20.31'),(142409,15523,'total_tax','0'),(142410,15523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142411,15523,'Package 1','11.88 × 11 × 10.75 (in) 15.85lbs × 1'),(142412,15523,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2'),(142421,15495,'thwma_order_shipping_status','wc-pending'),(142422,15496,'thwma_order_shipping_status','wc-pending'),(142423,15497,'thwma_order_shipping_status','wc-pending'),(142424,15498,'thwma_order_shipping_status','wc-pending'),(142425,15499,'thwma_order_shipping_status','wc-pending'),(142429,15488,'thwma_order_shipping_status','wc-pending'),(142430,15489,'thwma_order_shipping_status','wc-pending'),(142431,15490,'thwma_order_shipping_status','wc-pending'),(142432,15524,'_product_id','2110'),(142433,15524,'_variation_id','0'),(142434,15524,'_qty','2'),(142435,15524,'_tax_class',''),(142436,15524,'_line_subtotal','142.8'),(142437,15524,'_line_subtotal_tax','0'),(142438,15524,'_line_total','142.8'),(142439,15524,'_line_tax','0'),(142440,15524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142441,15525,'_product_id','41'),(142442,15525,'_variation_id','0'),(142443,15525,'_qty','2'),(142444,15525,'_tax_class',''),(142445,15525,'_line_subtotal','132.96'),(142446,15525,'_line_subtotal_tax','0'),(142447,15525,'_line_total','132.96'),(142448,15525,'_line_tax','0'),(142449,15525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142450,15526,'_product_id','45'),(142451,15526,'_variation_id','0'),(142452,15526,'_qty','1'),(142453,15526,'_tax_class',''),(142454,15526,'_line_subtotal','42.24'),(142455,15526,'_line_subtotal_tax','0'),(142456,15526,'_line_total','42.24'),(142457,15526,'_line_tax','0'),(142458,15526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142459,15527,'_product_id','43'),(142460,15527,'_variation_id','0'),(142461,15527,'_qty','4'),(142462,15527,'_tax_class',''),(142463,15527,'_line_subtotal','316.8'),(142464,15527,'_line_subtotal_tax','0'),(142465,15527,'_line_total','316.8'),(142466,15527,'_line_tax','0'),(142467,15527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142468,15528,'_product_id','120'),(142469,15528,'_variation_id','0'),(142470,15528,'_qty','1'),(142471,15528,'_tax_class',''),(142472,15528,'_line_subtotal','52.8'),(142473,15528,'_line_subtotal_tax','0'),(142474,15528,'_line_total','52.8'),(142475,15528,'_line_tax','0'),(142476,15528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142477,15529,'_product_id','44'),(142478,15529,'_variation_id','0'),(142479,15529,'_qty','2'),(142480,15529,'_tax_class',''),(142481,15529,'_line_subtotal','232.32'),(142482,15529,'_line_subtotal_tax','0'),(142483,15529,'_line_total','232.32'),(142484,15529,'_line_tax','0'),(142485,15529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142486,15530,'_product_id','133'),(142487,15530,'_variation_id','0'),(142488,15530,'_qty','10'),(142489,15530,'_tax_class',''),(142490,15530,'_line_subtotal','143'),(142491,15530,'_line_subtotal_tax','0'),(142492,15530,'_line_total','143'),(142493,15530,'_line_tax','0'),(142494,15530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142495,15531,'method_id','advanced_free_shipping'),(142496,15531,'instance_id','0'),(142497,15531,'cost','0.00'),(142498,15531,'total_tax','0'),(142499,15531,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142500,15532,'_product_id','490'),(142501,15532,'_variation_id','0'),(142502,15532,'_qty','13'),(142503,15532,'_tax_class',''),(142504,15532,'_line_subtotal','254.8'),(142505,15532,'_line_subtotal_tax','0'),(142506,15532,'_line_total','254.8'),(142507,15532,'_line_tax','0'),(142508,15532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142509,15533,'_product_id','116'),(142510,15533,'_variation_id','0'),(142511,15533,'_qty','1'),(142512,15533,'_tax_class',''),(142513,15533,'_line_subtotal','145.44'),(142514,15533,'_line_subtotal_tax','0'),(142515,15533,'_line_total','145.44'),(142516,15533,'_line_tax','0'),(142517,15533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142518,15534,'_product_id','120'),(142519,15534,'_variation_id','0'),(142520,15534,'_qty','2'),(142521,15534,'_tax_class',''),(142522,15534,'_line_subtotal','105.6'),(142523,15534,'_line_subtotal_tax','0'),(142524,15534,'_line_total','105.6'),(142525,15534,'_line_tax','0'),(142526,15534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142527,15535,'method_id','advanced_free_shipping'),(142528,15535,'instance_id','0'),(142529,15535,'cost','0.00'),(142530,15535,'total_tax','0'),(142531,15535,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142532,15536,'_product_id','41'),(142533,15536,'_variation_id','0'),(142534,15536,'_qty','1'),(142535,15536,'_tax_class',''),(142536,15536,'_line_subtotal','66.48'),(142537,15536,'_line_subtotal_tax','0'),(142538,15536,'_line_total','66.48'),(142539,15536,'_line_tax','0'),(142540,15536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142541,15537,'_product_id','45'),(142542,15537,'_variation_id','0'),(142543,15537,'_qty','1'),(142544,15537,'_tax_class',''),(142545,15537,'_line_subtotal','42.24'),(142546,15537,'_line_subtotal_tax','0'),(142547,15537,'_line_total','42.24'),(142548,15537,'_line_tax','0'),(142549,15537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142550,15538,'_product_id','120'),(142551,15538,'_variation_id','0'),(142552,15538,'_qty','1'),(142553,15538,'_tax_class',''),(142554,15538,'_line_subtotal','52.8'),(142555,15538,'_line_subtotal_tax','0'),(142556,15538,'_line_total','52.8'),(142557,15538,'_line_tax','0'),(142558,15538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142559,15539,'_product_id','49'),(142560,15539,'_variation_id','0'),(142561,15539,'_qty','5'),(142562,15539,'_tax_class',''),(142563,15539,'_line_subtotal','396'),(142564,15539,'_line_subtotal_tax','0'),(142565,15539,'_line_total','396'),(142566,15539,'_line_tax','0'),(142567,15539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142568,15540,'_product_id','44'),(142569,15540,'_variation_id','0'),(142570,15540,'_qty','1'),(142571,15540,'_tax_class',''),(142572,15540,'_line_subtotal','116.16'),(142573,15540,'_line_subtotal_tax','0'),(142574,15540,'_line_total','116.16'),(142575,15540,'_line_tax','0'),(142576,15540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142577,15541,'method_id','advanced_free_shipping'),(142578,15541,'instance_id','0'),(142579,15541,'cost','0.00'),(142580,15541,'total_tax','0'),(142581,15541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142582,15542,'_product_id','488'),(142583,15542,'_variation_id','0'),(142584,15542,'_qty','2'),(142585,15542,'_tax_class',''),(142586,15542,'_line_subtotal','62.7'),(142587,15542,'_line_subtotal_tax','0'),(142588,15542,'_line_total','62.7'),(142589,15542,'_line_tax','0'),(142590,15542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142591,15543,'_product_id','45'),(142592,15543,'_variation_id','0'),(142593,15543,'_qty','4'),(142594,15543,'_tax_class',''),(142595,15543,'_line_subtotal','168.96'),(142596,15543,'_line_subtotal_tax','0'),(142597,15543,'_line_total','168.96'),(142598,15543,'_line_tax','0'),(142599,15543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142600,15544,'method_id','fedex'),(142601,15544,'instance_id','1'),(142602,15544,'cost','25.63'),(142603,15544,'total_tax','0'),(142604,15544,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142605,15544,'Package 1','21.56 × 16.56 × 13.19 (in) 49.26lbs × 1'),(142606,15544,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(142607,15545,'_product_id','2113'),(142608,15545,'_variation_id','0'),(142609,15545,'_qty','1'),(142610,15545,'_tax_class',''),(142611,15545,'_line_subtotal','172'),(142612,15545,'_line_subtotal_tax','0'),(142613,15545,'_line_total','172'),(142614,15545,'_line_tax','0'),(142615,15545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142616,15546,'_product_id','2110'),(142617,15546,'_variation_id','0'),(142618,15546,'_qty','2'),(142619,15546,'_tax_class',''),(142620,15546,'_line_subtotal','142.8'),(142621,15546,'_line_subtotal_tax','0'),(142622,15546,'_line_total','142.8'),(142623,15546,'_line_tax','0'),(142624,15546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142625,15547,'_product_id','23'),(142626,15547,'_variation_id','0'),(142627,15547,'_qty','1'),(142628,15547,'_tax_class',''),(142629,15547,'_line_subtotal','68.54'),(142630,15547,'_line_subtotal_tax','0'),(142631,15547,'_line_total','68.54'),(142632,15547,'_line_tax','0'),(142633,15547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142634,15548,'_product_id','41'),(142635,15548,'_variation_id','0'),(142636,15548,'_qty','1'),(142637,15548,'_tax_class',''),(142638,15548,'_line_subtotal','66.48'),(142639,15548,'_line_subtotal_tax','0'),(142640,15548,'_line_total','66.48'),(142641,15548,'_line_tax','0'),(142642,15548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142643,15549,'_product_id','45'),(142644,15549,'_variation_id','0'),(142645,15549,'_qty','1'),(142646,15549,'_tax_class',''),(142647,15549,'_line_subtotal','42.24'),(142648,15549,'_line_subtotal_tax','0'),(142649,15549,'_line_total','42.24'),(142650,15549,'_line_tax','0'),(142651,15549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142652,15550,'_product_id','490'),(142653,15550,'_variation_id','0'),(142654,15550,'_qty','5'),(142655,15550,'_tax_class',''),(142656,15550,'_line_subtotal','98'),(142657,15550,'_line_subtotal_tax','0'),(142658,15550,'_line_total','98'),(142659,15550,'_line_tax','0'),(142660,15550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142661,15551,'method_id','advanced_free_shipping'),(142662,15551,'instance_id','0'),(142663,15551,'cost','0.00'),(142664,15551,'total_tax','0'),(142665,15551,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142666,15519,'thwma_order_shipping_status','wc-pending'),(142667,15520,'thwma_order_shipping_status','wc-pending'),(142668,15524,'thwma_order_shipping_status','wc-pending'),(142669,15525,'thwma_order_shipping_status','wc-pending'),(142670,15526,'thwma_order_shipping_status','wc-pending'),(142671,15527,'thwma_order_shipping_status','wc-pending'),(142672,15528,'thwma_order_shipping_status','wc-pending'),(142673,15529,'thwma_order_shipping_status','wc-pending'),(142674,15530,'thwma_order_shipping_status','wc-pending'),(142675,15532,'thwma_order_shipping_status','wc-pending'),(142676,15533,'thwma_order_shipping_status','wc-pending'),(142677,15534,'thwma_order_shipping_status','wc-pending'),(142678,15536,'thwma_order_shipping_status','wc-pending'),(142679,15537,'thwma_order_shipping_status','wc-pending'),(142680,15538,'thwma_order_shipping_status','wc-pending'),(142681,15539,'thwma_order_shipping_status','wc-pending'),(142682,15540,'thwma_order_shipping_status','wc-pending'),(142683,15552,'_product_id','2110'),(142684,15552,'_variation_id','0'),(142685,15552,'_qty','2'),(142686,15552,'_tax_class',''),(142687,15552,'_line_subtotal','142.8'),(142688,15552,'_line_subtotal_tax','0'),(142689,15552,'_line_total','142.8'),(142690,15552,'_line_tax','0'),(142691,15552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142692,15553,'_product_id','45'),(142693,15553,'_variation_id','0'),(142694,15553,'_qty','1'),(142695,15553,'_tax_class',''),(142696,15553,'_line_subtotal','42.24'),(142697,15553,'_line_subtotal_tax','0'),(142698,15553,'_line_total','42.24'),(142699,15553,'_line_tax','0'),(142700,15553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142701,15554,'_product_id','41'),(142702,15554,'_variation_id','0'),(142703,15554,'_qty','2'),(142704,15554,'_tax_class',''),(142705,15554,'_line_subtotal','132.96'),(142706,15554,'_line_subtotal_tax','0'),(142707,15554,'_line_total','132.96'),(142708,15554,'_line_tax','0'),(142709,15554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142710,15555,'_product_id','44'),(142711,15555,'_variation_id','0'),(142712,15555,'_qty','1'),(142713,15555,'_tax_class',''),(142714,15555,'_line_subtotal','116.16'),(142715,15555,'_line_subtotal_tax','0'),(142716,15555,'_line_total','116.16'),(142717,15555,'_line_tax','0'),(142718,15555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142719,15556,'_product_id','2400'),(142720,15556,'_variation_id','0'),(142721,15556,'_qty','1'),(142722,15556,'_tax_class',''),(142723,15556,'_line_subtotal','186.3'),(142724,15556,'_line_subtotal_tax','0'),(142725,15556,'_line_total','186.3'),(142726,15556,'_line_tax','0'),(142727,15556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142728,15557,'_product_id','42'),(142729,15557,'_variation_id','0'),(142730,15557,'_qty','1'),(142731,15557,'_tax_class',''),(142732,15557,'_line_subtotal','79.2'),(142733,15557,'_line_subtotal_tax','0'),(142734,15557,'_line_total','79.2'),(142735,15557,'_line_tax','0'),(142736,15557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142737,15558,'_product_id','97'),(142738,15558,'_variation_id','0'),(142739,15558,'_qty','1'),(142740,15558,'_tax_class',''),(142741,15558,'_line_subtotal','0'),(142742,15558,'_line_subtotal_tax','0'),(142743,15558,'_line_total','0'),(142744,15558,'_line_tax','0'),(142745,15558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142746,15559,'method_id','advanced_free_shipping'),(142747,15559,'instance_id','0'),(142748,15559,'cost','0.00'),(142749,15559,'total_tax','0'),(142750,15559,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142758,15560,'_product_id','490'),(142759,15560,'_variation_id','0'),(142760,15560,'_qty','8'),(142761,15560,'_tax_class',''),(142762,15560,'_line_subtotal','156.8'),(142763,15560,'_line_subtotal_tax','0'),(142764,15560,'_line_total','156.8'),(142765,15560,'_line_tax','0'),(142766,15560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142767,15561,'_product_id','41'),(142768,15561,'_variation_id','0'),(142769,15561,'_qty','3'),(142770,15561,'_tax_class',''),(142771,15561,'_line_subtotal','199.44'),(142772,15561,'_line_subtotal_tax','0'),(142773,15561,'_line_total','199.44'),(142774,15561,'_line_tax','0'),(142775,15561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142776,15562,'_product_id','39'),(142777,15562,'_variation_id','0'),(142778,15562,'_qty','1'),(142779,15562,'_tax_class',''),(142780,15562,'_line_subtotal','79.2'),(142781,15562,'_line_subtotal_tax','0'),(142782,15562,'_line_total','79.2'),(142783,15562,'_line_tax','0'),(142784,15562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142785,15563,'_product_id','2400'),(142786,15563,'_variation_id','0'),(142787,15563,'_qty','1'),(142788,15563,'_tax_class',''),(142789,15563,'_line_subtotal','186.3'),(142790,15563,'_line_subtotal_tax','0'),(142791,15563,'_line_total','186.3'),(142792,15563,'_line_tax','0'),(142793,15563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142794,15564,'_product_id','2408'),(142795,15564,'_variation_id','0'),(142796,15564,'_qty','1'),(142797,15564,'_tax_class',''),(142798,15564,'_line_subtotal','149.34'),(142799,15564,'_line_subtotal_tax','0'),(142800,15564,'_line_total','149.34'),(142801,15564,'_line_tax','0'),(142802,15564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142803,15565,'_product_id','40'),(142804,15565,'_variation_id','0'),(142805,15565,'_qty','1'),(142806,15565,'_tax_class',''),(142807,15565,'_line_subtotal','79.2'),(142808,15565,'_line_subtotal_tax','0'),(142809,15565,'_line_total','79.2'),(142810,15565,'_line_tax','0'),(142811,15565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142812,15566,'_product_id','44'),(142813,15566,'_variation_id','0'),(142814,15566,'_qty','1'),(142815,15566,'_tax_class',''),(142816,15566,'_line_subtotal','116.16'),(142817,15566,'_line_subtotal_tax','0'),(142818,15566,'_line_total','116.16'),(142819,15566,'_line_tax','0'),(142820,15566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142821,15567,'method_id','advanced_free_shipping'),(142822,15567,'instance_id','0'),(142823,15567,'cost','0.00'),(142824,15567,'total_tax','0'),(142825,15567,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142826,15542,'thwma_order_shipping_status','wc-pending'),(142827,15543,'thwma_order_shipping_status','wc-pending'),(142828,15501,'thwma_order_shipping_status','wc-pending'),(142829,15502,'thwma_order_shipping_status','wc-pending'),(142830,15503,'thwma_order_shipping_status','wc-pending'),(142831,15504,'thwma_order_shipping_status','wc-pending'),(142832,15505,'thwma_order_shipping_status','wc-pending'),(142833,15506,'thwma_order_shipping_status','wc-pending'),(142834,15507,'thwma_order_shipping_status','wc-pending'),(142835,15508,'thwma_order_shipping_status','wc-pending'),(142836,15545,'thwma_order_shipping_status','wc-pending'),(142837,15546,'thwma_order_shipping_status','wc-pending'),(142838,15547,'thwma_order_shipping_status','wc-pending'),(142839,15548,'thwma_order_shipping_status','wc-pending'),(142840,15549,'thwma_order_shipping_status','wc-pending'),(142841,15550,'thwma_order_shipping_status','wc-pending'),(142842,15568,'_product_id','23'),(142843,15568,'_variation_id','0'),(142844,15568,'_qty','1'),(142845,15568,'_tax_class',''),(142846,15568,'_line_subtotal','68.54'),(142847,15568,'_line_subtotal_tax','0'),(142848,15568,'_line_total','68.54'),(142849,15568,'_line_tax','0'),(142850,15568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142851,15569,'_product_id','49'),(142852,15569,'_variation_id','0'),(142853,15569,'_qty','1'),(142854,15569,'_tax_class',''),(142855,15569,'_line_subtotal','79.2'),(142856,15569,'_line_subtotal_tax','0'),(142857,15569,'_line_total','79.2'),(142858,15569,'_line_tax','0'),(142859,15569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142860,15570,'method_id','fedex'),(142861,15570,'instance_id','1'),(142862,15570,'cost','13.48'),(142863,15570,'total_tax','0'),(142864,15570,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142865,15570,'Package 1','11.88 × 11 × 10.75 (in) 16.35lbs × 1'),(142866,15570,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(142867,15571,'_product_id','490'),(142868,15571,'_variation_id','0'),(142869,15571,'_qty','5'),(142870,15571,'_tax_class',''),(142871,15571,'_line_subtotal','98'),(142872,15571,'_line_subtotal_tax','0'),(142873,15571,'_line_total','98'),(142874,15571,'_line_tax','0'),(142875,15571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142876,15572,'_product_id','43'),(142877,15572,'_variation_id','0'),(142878,15572,'_qty','1'),(142879,15572,'_tax_class',''),(142880,15572,'_line_subtotal','79.2'),(142881,15572,'_line_subtotal_tax','0'),(142882,15572,'_line_total','79.2'),(142883,15572,'_line_tax','0'),(142884,15572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142885,15573,'_product_id','487'),(142886,15573,'_variation_id','0'),(142887,15573,'_qty','1'),(142888,15573,'_tax_class',''),(142889,15573,'_line_subtotal','31.35'),(142890,15573,'_line_subtotal_tax','0'),(142891,15573,'_line_total','31.35'),(142892,15573,'_line_tax','0'),(142893,15573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142894,15574,'_product_id','41'),(142895,15574,'_variation_id','0'),(142896,15574,'_qty','1'),(142897,15574,'_tax_class',''),(142898,15574,'_line_subtotal','66.48'),(142899,15574,'_line_subtotal_tax','0'),(142900,15574,'_line_total','66.48'),(142901,15574,'_line_tax','0'),(142902,15574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142903,15575,'_product_id','2110'),(142904,15575,'_variation_id','0'),(142905,15575,'_qty','1'),(142906,15575,'_tax_class',''),(142907,15575,'_line_subtotal','71.4'),(142908,15575,'_line_subtotal_tax','0'),(142909,15575,'_line_total','71.4'),(142910,15575,'_line_tax','0'),(142911,15575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142912,15576,'method_id','fedex'),(142913,15576,'instance_id','1'),(142914,15576,'cost','14.36'),(142915,15576,'total_tax','0'),(142916,15576,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142917,15576,'Package 1','17 × 14 × 10 (in) 37.1lbs × 1'),(142918,15576,'Items','Bulk Active Rinse 100% RM &times; 5, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(142919,15577,'_product_id','2110'),(142920,15577,'_variation_id','0'),(142921,15577,'_qty','1'),(142922,15577,'_tax_class',''),(142923,15577,'_line_subtotal','71.4'),(142924,15577,'_line_subtotal_tax','0'),(142925,15577,'_line_total','71.4'),(142926,15577,'_line_tax','0'),(142927,15577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142928,15578,'_product_id','45'),(142929,15578,'_variation_id','0'),(142930,15578,'_qty','1'),(142931,15578,'_tax_class',''),(142932,15578,'_line_subtotal','42.24'),(142933,15578,'_line_subtotal_tax','0'),(142934,15578,'_line_total','42.24'),(142935,15578,'_line_tax','0'),(142936,15578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142937,15579,'_product_id','49'),(142938,15579,'_variation_id','0'),(142939,15579,'_qty','3'),(142940,15579,'_tax_class',''),(142941,15579,'_line_subtotal','237.6'),(142942,15579,'_line_subtotal_tax','0'),(142943,15579,'_line_total','237.6'),(142944,15579,'_line_tax','0'),(142945,15579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142946,15580,'_product_id','44'),(142947,15580,'_variation_id','0'),(142948,15580,'_qty','1'),(142949,15580,'_tax_class',''),(142950,15580,'_line_subtotal','116.16'),(142951,15580,'_line_subtotal_tax','0'),(142952,15580,'_line_total','116.16'),(142953,15580,'_line_tax','0'),(142954,15580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142955,15581,'_product_id','490'),(142956,15581,'_variation_id','0'),(142957,15581,'_qty','10'),(142958,15581,'_tax_class',''),(142959,15581,'_line_subtotal','196'),(142960,15581,'_line_subtotal_tax','0'),(142961,15581,'_line_total','196'),(142962,15581,'_line_tax','0'),(142963,15581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142964,15582,'method_id','advanced_free_shipping'),(142965,15582,'instance_id','0'),(142966,15582,'cost','0.00'),(142967,15582,'total_tax','0'),(142968,15582,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(142969,15583,'_product_id','2400'),(142970,15583,'_variation_id','0'),(142971,15583,'_qty','2'),(142972,15583,'_tax_class',''),(142973,15583,'_line_subtotal','372.6'),(142974,15583,'_line_subtotal_tax','0'),(142975,15583,'_line_total','372.6'),(142976,15583,'_line_tax','0'),(142977,15583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142978,15584,'_product_id','2408'),(142979,15584,'_variation_id','0'),(142980,15584,'_qty','7'),(142981,15584,'_tax_class',''),(142982,15584,'_line_subtotal','1045.38'),(142983,15584,'_line_subtotal_tax','0'),(142984,15584,'_line_total','1045.38'),(142985,15584,'_line_tax','0'),(142986,15584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142987,15585,'_product_id','116'),(142988,15585,'_variation_id','0'),(142989,15585,'_qty','1'),(142990,15585,'_tax_class',''),(142991,15585,'_line_subtotal','145.44'),(142992,15585,'_line_subtotal_tax','0'),(142993,15585,'_line_total','145.44'),(142994,15585,'_line_tax','0'),(142995,15585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(142996,15586,'_product_id','120'),(142997,15586,'_variation_id','0'),(142998,15586,'_qty','1'),(142999,15586,'_tax_class',''),(143000,15586,'_line_subtotal','52.8'),(143001,15586,'_line_subtotal_tax','0'),(143002,15586,'_line_total','52.8'),(143003,15586,'_line_tax','0'),(143004,15586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143005,15587,'_product_id','43'),(143006,15587,'_variation_id','0'),(143007,15587,'_qty','4'),(143008,15587,'_tax_class',''),(143009,15587,'_line_subtotal','316.8'),(143010,15587,'_line_subtotal_tax','0'),(143011,15587,'_line_total','316.8'),(143012,15587,'_line_tax','0'),(143013,15587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143014,15588,'_product_id','49'),(143015,15588,'_variation_id','0'),(143016,15588,'_qty','5'),(143017,15588,'_tax_class',''),(143018,15588,'_line_subtotal','396'),(143019,15588,'_line_subtotal_tax','0'),(143020,15588,'_line_total','396'),(143021,15588,'_line_tax','0'),(143022,15588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143023,15589,'method_id','advanced_free_shipping'),(143024,15589,'instance_id','0'),(143025,15589,'cost','0.00'),(143026,15589,'total_tax','0'),(143027,15589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143028,15590,'_product_id','2110'),(143029,15590,'_variation_id','0'),(143030,15590,'_qty','5'),(143031,15590,'_tax_class',''),(143032,15590,'_line_subtotal','357'),(143033,15590,'_line_subtotal_tax','0'),(143034,15590,'_line_total','357'),(143035,15590,'_line_tax','0'),(143036,15590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143037,15591,'_product_id','41'),(143038,15591,'_variation_id','0'),(143039,15591,'_qty','4'),(143040,15591,'_tax_class',''),(143041,15591,'_line_subtotal','265.92'),(143042,15591,'_line_subtotal_tax','0'),(143043,15591,'_line_total','265.92'),(143044,15591,'_line_tax','0'),(143045,15591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143046,15592,'_product_id','120'),(143047,15592,'_variation_id','0'),(143048,15592,'_qty','2'),(143049,15592,'_tax_class',''),(143050,15592,'_line_subtotal','105.6'),(143051,15592,'_line_subtotal_tax','0'),(143052,15592,'_line_total','105.6'),(143053,15592,'_line_tax','0'),(143054,15592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143055,15593,'_product_id','49'),(143056,15593,'_variation_id','0'),(143057,15593,'_qty','2'),(143058,15593,'_tax_class',''),(143059,15593,'_line_subtotal','158.4'),(143060,15593,'_line_subtotal_tax','0'),(143061,15593,'_line_total','158.4'),(143062,15593,'_line_tax','0'),(143063,15593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143064,15594,'_product_id','43'),(143065,15594,'_variation_id','0'),(143066,15594,'_qty','3'),(143067,15594,'_tax_class',''),(143068,15594,'_line_subtotal','237.6'),(143069,15594,'_line_subtotal_tax','0'),(143070,15594,'_line_total','237.6'),(143071,15594,'_line_tax','0'),(143072,15594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143073,15595,'_product_id','490'),(143074,15595,'_variation_id','0'),(143075,15595,'_qty','10'),(143076,15595,'_tax_class',''),(143077,15595,'_line_subtotal','196'),(143078,15595,'_line_subtotal_tax','0'),(143079,15595,'_line_total','196'),(143080,15595,'_line_tax','0'),(143081,15595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143082,15596,'method_id','advanced_free_shipping'),(143083,15596,'instance_id','0'),(143084,15596,'cost','0.00'),(143085,15596,'total_tax','0'),(143086,15596,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143087,15560,'thwma_order_shipping_status','wc-pending'),(143088,15561,'thwma_order_shipping_status','wc-pending'),(143089,15562,'thwma_order_shipping_status','wc-pending'),(143090,15563,'thwma_order_shipping_status','wc-pending'),(143091,15564,'thwma_order_shipping_status','wc-pending'),(143092,15565,'thwma_order_shipping_status','wc-pending'),(143093,15566,'thwma_order_shipping_status','wc-pending'),(143096,15568,'thwma_order_shipping_status','wc-pending'),(143097,15569,'thwma_order_shipping_status','wc-pending'),(143098,15552,'thwma_order_shipping_status','wc-pending'),(143099,15553,'thwma_order_shipping_status','wc-pending'),(143100,15554,'thwma_order_shipping_status','wc-pending'),(143101,15555,'thwma_order_shipping_status','wc-pending'),(143102,15556,'thwma_order_shipping_status','wc-pending'),(143103,15557,'thwma_order_shipping_status','wc-pending'),(143104,15558,'thwma_order_shipping_status','wc-pending'),(143105,15577,'thwma_order_shipping_status','wc-pending'),(143106,15578,'thwma_order_shipping_status','wc-pending'),(143107,15579,'thwma_order_shipping_status','wc-pending'),(143108,15580,'thwma_order_shipping_status','wc-pending'),(143109,15581,'thwma_order_shipping_status','wc-pending'),(143110,15597,'_product_id','2110'),(143111,15597,'_variation_id','0'),(143112,15597,'_qty','1'),(143113,15597,'_tax_class',''),(143114,15597,'_line_subtotal','71.4'),(143115,15597,'_line_subtotal_tax','0'),(143116,15597,'_line_total','71.4'),(143117,15597,'_line_tax','0'),(143118,15597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143119,15598,'_product_id','2113'),(143120,15598,'_variation_id','0'),(143121,15598,'_qty','1'),(143122,15598,'_tax_class',''),(143123,15598,'_line_subtotal','172'),(143124,15598,'_line_subtotal_tax','0'),(143125,15598,'_line_total','172'),(143126,15598,'_line_tax','0'),(143127,15598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143128,15599,'_product_id','42'),(143129,15599,'_variation_id','0'),(143130,15599,'_qty','1'),(143131,15599,'_tax_class',''),(143132,15599,'_line_subtotal','79.2'),(143133,15599,'_line_subtotal_tax','0'),(143134,15599,'_line_total','79.2'),(143135,15599,'_line_tax','0'),(143136,15599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143137,15600,'_product_id','45'),(143138,15600,'_variation_id','0'),(143139,15600,'_qty','1'),(143140,15600,'_tax_class',''),(143141,15600,'_line_subtotal','42.24'),(143142,15600,'_line_subtotal_tax','0'),(143143,15600,'_line_total','42.24'),(143144,15600,'_line_tax','0'),(143145,15600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143146,15601,'_product_id','2408'),(143147,15601,'_variation_id','0'),(143148,15601,'_qty','3'),(143149,15601,'_tax_class',''),(143150,15601,'_line_subtotal','448.02'),(143151,15601,'_line_subtotal_tax','0'),(143152,15601,'_line_total','448.02'),(143153,15601,'_line_tax','0'),(143154,15601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143155,15602,'_product_id','120'),(143156,15602,'_variation_id','0'),(143157,15602,'_qty','2'),(143158,15602,'_tax_class',''),(143159,15602,'_line_subtotal','105.6'),(143160,15602,'_line_subtotal_tax','0'),(143161,15602,'_line_total','105.6'),(143162,15602,'_line_tax','0'),(143163,15602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143164,15603,'_product_id','43'),(143165,15603,'_variation_id','0'),(143166,15603,'_qty','1'),(143167,15603,'_tax_class',''),(143168,15603,'_line_subtotal','79.2'),(143169,15603,'_line_subtotal_tax','0'),(143170,15603,'_line_total','79.2'),(143171,15603,'_line_tax','0'),(143172,15603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143173,15604,'_product_id','49'),(143174,15604,'_variation_id','0'),(143175,15604,'_qty','1'),(143176,15604,'_tax_class',''),(143177,15604,'_line_subtotal','79.2'),(143178,15604,'_line_subtotal_tax','0'),(143179,15604,'_line_total','79.2'),(143180,15604,'_line_tax','0'),(143181,15604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143182,15605,'_product_id','44'),(143183,15605,'_variation_id','0'),(143184,15605,'_qty','1'),(143185,15605,'_tax_class',''),(143186,15605,'_line_subtotal','116.16'),(143187,15605,'_line_subtotal_tax','0'),(143188,15605,'_line_total','116.16'),(143189,15605,'_line_tax','0'),(143190,15605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143191,15606,'_product_id','490'),(143192,15606,'_variation_id','0'),(143193,15606,'_qty','10'),(143194,15606,'_tax_class',''),(143195,15606,'_line_subtotal','196'),(143196,15606,'_line_subtotal_tax','0'),(143197,15606,'_line_total','196'),(143198,15606,'_line_tax','0'),(143199,15606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143200,15607,'method_id','advanced_free_shipping'),(143201,15607,'instance_id','0'),(143202,15607,'cost','0.00'),(143203,15607,'total_tax','0'),(143204,15607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143205,15608,'_product_id','41'),(143206,15608,'_variation_id','0'),(143207,15608,'_qty','2'),(143208,15608,'_tax_class',''),(143209,15608,'_line_subtotal','132.96'),(143210,15608,'_line_subtotal_tax','0'),(143211,15608,'_line_total','132.96'),(143212,15608,'_line_tax','0'),(143213,15608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143214,15609,'_product_id','43'),(143215,15609,'_variation_id','0'),(143216,15609,'_qty','2'),(143217,15609,'_tax_class',''),(143218,15609,'_line_subtotal','158.4'),(143219,15609,'_line_subtotal_tax','0'),(143220,15609,'_line_total','158.4'),(143221,15609,'_line_tax','0'),(143222,15609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143223,15610,'_product_id','45'),(143224,15610,'_variation_id','0'),(143225,15610,'_qty','3'),(143226,15610,'_tax_class',''),(143227,15610,'_line_subtotal','126.72'),(143228,15610,'_line_subtotal_tax','0'),(143229,15610,'_line_total','126.72'),(143230,15610,'_line_tax','0'),(143231,15610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143232,15611,'_product_id','2110'),(143233,15611,'_variation_id','0'),(143234,15611,'_qty','1'),(143235,15611,'_tax_class',''),(143236,15611,'_line_subtotal','71.4'),(143237,15611,'_line_subtotal_tax','0'),(143238,15611,'_line_total','71.4'),(143239,15611,'_line_tax','0'),(143240,15611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143241,15612,'_product_id','2113'),(143242,15612,'_variation_id','0'),(143243,15612,'_qty','1'),(143244,15612,'_tax_class',''),(143245,15612,'_line_subtotal','172'),(143246,15612,'_line_subtotal_tax','0'),(143247,15612,'_line_total','172'),(143248,15612,'_line_tax','0'),(143249,15612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143250,15613,'method_id','advanced_free_shipping'),(143251,15613,'instance_id','0'),(143252,15613,'cost','0.00'),(143253,15613,'total_tax','0'),(143254,15613,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143255,15583,'thwma_order_shipping_status','wc-pending'),(143256,15584,'thwma_order_shipping_status','wc-pending'),(143257,15585,'thwma_order_shipping_status','wc-pending'),(143258,15586,'thwma_order_shipping_status','wc-pending'),(143259,15587,'thwma_order_shipping_status','wc-pending'),(143260,15588,'thwma_order_shipping_status','wc-pending'),(143261,15510,'thwma_order_shipping_status','wc-pending'),(143262,15511,'thwma_order_shipping_status','wc-pending'),(143263,15512,'thwma_order_shipping_status','wc-pending'),(143264,15513,'thwma_order_shipping_status','wc-pending'),(143265,15514,'thwma_order_shipping_status','wc-pending'),(143266,15515,'thwma_order_shipping_status','wc-pending'),(143267,15516,'thwma_order_shipping_status','wc-pending'),(143268,15517,'thwma_order_shipping_status','wc-pending'),(143269,15571,'thwma_order_shipping_status','wc-pending'),(143270,15572,'thwma_order_shipping_status','wc-pending'),(143271,15573,'thwma_order_shipping_status','wc-pending'),(143272,15574,'thwma_order_shipping_status','wc-pending'),(143273,15575,'thwma_order_shipping_status','wc-pending'),(143274,15590,'thwma_order_shipping_status','wc-pending'),(143275,15591,'thwma_order_shipping_status','wc-pending'),(143276,15592,'thwma_order_shipping_status','wc-pending'),(143277,15593,'thwma_order_shipping_status','wc-pending'),(143278,15594,'thwma_order_shipping_status','wc-pending'),(143279,15595,'thwma_order_shipping_status','wc-pending'),(143280,15597,'thwma_order_shipping_status','wc-pending'),(143281,15598,'thwma_order_shipping_status','wc-pending'),(143282,15599,'thwma_order_shipping_status','wc-pending'),(143283,15600,'thwma_order_shipping_status','wc-pending'),(143284,15601,'thwma_order_shipping_status','wc-pending'),(143285,15602,'thwma_order_shipping_status','wc-pending'),(143286,15603,'thwma_order_shipping_status','wc-pending'),(143287,15604,'thwma_order_shipping_status','wc-pending'),(143288,15605,'thwma_order_shipping_status','wc-pending'),(143289,15606,'thwma_order_shipping_status','wc-pending'),(143290,15608,'thwma_order_shipping_status','wc-pending'),(143291,15609,'thwma_order_shipping_status','wc-pending'),(143292,15610,'thwma_order_shipping_status','wc-pending'),(143293,15611,'thwma_order_shipping_status','wc-pending'),(143294,15612,'thwma_order_shipping_status','wc-pending'),(143295,15614,'_product_id','43'),(143296,15614,'_variation_id','0'),(143297,15614,'_qty','2'),(143298,15614,'_tax_class',''),(143299,15614,'_line_subtotal','158.4'),(143300,15614,'_line_subtotal_tax','0'),(143301,15614,'_line_total','158.4'),(143302,15614,'_line_tax','0'),(143303,15614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143304,15615,'_product_id','45'),(143305,15615,'_variation_id','0'),(143306,15615,'_qty','2'),(143307,15615,'_tax_class',''),(143308,15615,'_line_subtotal','84.48'),(143309,15615,'_line_subtotal_tax','0'),(143310,15615,'_line_total','84.48'),(143311,15615,'_line_tax','0'),(143312,15615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143313,15616,'_product_id','2113'),(143314,15616,'_variation_id','0'),(143315,15616,'_qty','1'),(143316,15616,'_tax_class',''),(143317,15616,'_line_subtotal','172'),(143318,15616,'_line_subtotal_tax','0'),(143319,15616,'_line_total','172'),(143320,15616,'_line_tax','0'),(143321,15616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143322,15617,'_product_id','487'),(143323,15617,'_variation_id','0'),(143324,15617,'_qty','1'),(143325,15617,'_tax_class',''),(143326,15617,'_line_subtotal','31.35'),(143327,15617,'_line_subtotal_tax','0'),(143328,15617,'_line_total','31.35'),(143329,15617,'_line_tax','0'),(143330,15617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143331,15618,'_product_id','41'),(143332,15618,'_variation_id','0'),(143333,15618,'_qty','1'),(143334,15618,'_tax_class',''),(143335,15618,'_line_subtotal','66.48'),(143336,15618,'_line_subtotal_tax','0'),(143337,15618,'_line_total','66.48'),(143338,15618,'_line_tax','0'),(143339,15618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143340,15619,'method_id','advanced_free_shipping'),(143341,15619,'instance_id','0'),(143342,15619,'cost','0.00'),(143343,15619,'total_tax','0'),(143344,15619,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143345,15620,'_product_id','39'),(143346,15620,'_variation_id','0'),(143347,15620,'_qty','1'),(143348,15620,'_tax_class',''),(143349,15620,'_line_subtotal','79.2'),(143350,15620,'_line_subtotal_tax','0'),(143351,15620,'_line_total','79.2'),(143352,15620,'_line_tax','0'),(143353,15620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143354,15621,'_product_id','42'),(143355,15621,'_variation_id','0'),(143356,15621,'_qty','1'),(143357,15621,'_tax_class',''),(143358,15621,'_line_subtotal','79.2'),(143359,15621,'_line_subtotal_tax','0'),(143360,15621,'_line_total','79.2'),(143361,15621,'_line_tax','0'),(143362,15621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143363,15622,'_product_id','43'),(143364,15622,'_variation_id','0'),(143365,15622,'_qty','2'),(143366,15622,'_tax_class',''),(143367,15622,'_line_subtotal','158.4'),(143368,15622,'_line_subtotal_tax','0'),(143369,15622,'_line_total','158.4'),(143370,15622,'_line_tax','0'),(143371,15622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143372,15623,'_product_id','49'),(143373,15623,'_variation_id','0'),(143374,15623,'_qty','2'),(143375,15623,'_tax_class',''),(143376,15623,'_line_subtotal','158.4'),(143377,15623,'_line_subtotal_tax','0'),(143378,15623,'_line_total','158.4'),(143379,15623,'_line_tax','0'),(143380,15623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143381,15624,'_product_id','45'),(143382,15624,'_variation_id','0'),(143383,15624,'_qty','2'),(143384,15624,'_tax_class',''),(143385,15624,'_line_subtotal','84.48'),(143386,15624,'_line_subtotal_tax','0'),(143387,15624,'_line_total','84.48'),(143388,15624,'_line_tax','0'),(143389,15624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143390,15625,'_product_id','2110'),(143391,15625,'_variation_id','0'),(143392,15625,'_qty','1'),(143393,15625,'_tax_class',''),(143394,15625,'_line_subtotal','71.4'),(143395,15625,'_line_subtotal_tax','0'),(143396,15625,'_line_total','71.4'),(143397,15625,'_line_tax','0'),(143398,15625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143399,15626,'_product_id','41'),(143400,15626,'_variation_id','0'),(143401,15626,'_qty','1'),(143402,15626,'_tax_class',''),(143403,15626,'_line_subtotal','66.48'),(143404,15626,'_line_subtotal_tax','0'),(143405,15626,'_line_total','66.48'),(143406,15626,'_line_tax','0'),(143407,15626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143408,15627,'method_id','advanced_free_shipping'),(143409,15627,'instance_id','0'),(143410,15627,'cost','0.00'),(143411,15627,'total_tax','0'),(143412,15627,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143413,15628,'_product_id','39'),(143414,15628,'_variation_id','0'),(143415,15628,'_qty','1'),(143416,15628,'_tax_class',''),(143417,15628,'_line_subtotal','79.2'),(143418,15628,'_line_subtotal_tax','0'),(143419,15628,'_line_total','79.2'),(143420,15628,'_line_tax','0'),(143421,15628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143422,15629,'_product_id','40'),(143423,15629,'_variation_id','0'),(143424,15629,'_qty','1'),(143425,15629,'_tax_class',''),(143426,15629,'_line_subtotal','79.2'),(143427,15629,'_line_subtotal_tax','0'),(143428,15629,'_line_total','79.2'),(143429,15629,'_line_tax','0'),(143430,15629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143431,15630,'_product_id','49'),(143432,15630,'_variation_id','0'),(143433,15630,'_qty','1'),(143434,15630,'_tax_class',''),(143435,15630,'_line_subtotal','79.2'),(143436,15630,'_line_subtotal_tax','0'),(143437,15630,'_line_total','79.2'),(143438,15630,'_line_tax','0'),(143439,15630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143440,15631,'_product_id','45'),(143441,15631,'_variation_id','0'),(143442,15631,'_qty','1'),(143443,15631,'_tax_class',''),(143444,15631,'_line_subtotal','42.24'),(143445,15631,'_line_subtotal_tax','0'),(143446,15631,'_line_total','42.24'),(143447,15631,'_line_tax','0'),(143448,15631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143449,15632,'_product_id','2113'),(143450,15632,'_variation_id','0'),(143451,15632,'_qty','1'),(143452,15632,'_tax_class',''),(143453,15632,'_line_subtotal','172'),(143454,15632,'_line_subtotal_tax','0'),(143455,15632,'_line_total','172'),(143456,15632,'_line_tax','0'),(143457,15632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143458,15633,'_product_id','41'),(143459,15633,'_variation_id','0'),(143460,15633,'_qty','1'),(143461,15633,'_tax_class',''),(143462,15633,'_line_subtotal','66.48'),(143463,15633,'_line_subtotal_tax','0'),(143464,15633,'_line_total','66.48'),(143465,15633,'_line_tax','0'),(143466,15633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143467,15634,'method_id','advanced_free_shipping'),(143468,15634,'instance_id','0'),(143469,15634,'cost','0.00'),(143470,15634,'total_tax','0'),(143471,15634,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143472,15635,'_product_id','39'),(143473,15635,'_variation_id','0'),(143474,15635,'_qty','1'),(143475,15635,'_tax_class',''),(143476,15635,'_line_subtotal','79.2'),(143477,15635,'_line_subtotal_tax','0'),(143478,15635,'_line_total','79.2'),(143479,15635,'_line_tax','0'),(143480,15635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143481,15636,'_product_id','40'),(143482,15636,'_variation_id','0'),(143483,15636,'_qty','1'),(143484,15636,'_tax_class',''),(143485,15636,'_line_subtotal','79.2'),(143486,15636,'_line_subtotal_tax','0'),(143487,15636,'_line_total','79.2'),(143488,15636,'_line_tax','0'),(143489,15636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143490,15637,'_product_id','42'),(143491,15637,'_variation_id','0'),(143492,15637,'_qty','1'),(143493,15637,'_tax_class',''),(143494,15637,'_line_subtotal','79.2'),(143495,15637,'_line_subtotal_tax','0'),(143496,15637,'_line_total','79.2'),(143497,15637,'_line_tax','0'),(143498,15637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143499,15638,'_product_id','43'),(143500,15638,'_variation_id','0'),(143501,15638,'_qty','2'),(143502,15638,'_tax_class',''),(143503,15638,'_line_subtotal','158.4'),(143504,15638,'_line_subtotal_tax','0'),(143505,15638,'_line_total','158.4'),(143506,15638,'_line_tax','0'),(143507,15638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143508,15639,'_product_id','49'),(143509,15639,'_variation_id','0'),(143510,15639,'_qty','1'),(143511,15639,'_tax_class',''),(143512,15639,'_line_subtotal','79.2'),(143513,15639,'_line_subtotal_tax','0'),(143514,15639,'_line_total','79.2'),(143515,15639,'_line_tax','0'),(143516,15639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143517,15640,'_product_id','45'),(143518,15640,'_variation_id','0'),(143519,15640,'_qty','2'),(143520,15640,'_tax_class',''),(143521,15640,'_line_subtotal','84.48'),(143522,15640,'_line_subtotal_tax','0'),(143523,15640,'_line_total','84.48'),(143524,15640,'_line_tax','0'),(143525,15640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143526,15641,'_product_id','2113'),(143527,15641,'_variation_id','0'),(143528,15641,'_qty','1'),(143529,15641,'_tax_class',''),(143530,15641,'_line_subtotal','172'),(143531,15641,'_line_subtotal_tax','0'),(143532,15641,'_line_total','172'),(143533,15641,'_line_tax','0'),(143534,15641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143535,15642,'_product_id','41'),(143536,15642,'_variation_id','0'),(143537,15642,'_qty','1'),(143538,15642,'_tax_class',''),(143539,15642,'_line_subtotal','66.48'),(143540,15642,'_line_subtotal_tax','0'),(143541,15642,'_line_total','66.48'),(143542,15642,'_line_tax','0'),(143543,15642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143544,15643,'method_id','advanced_free_shipping'),(143545,15643,'instance_id','0'),(143546,15643,'cost','0.00'),(143547,15643,'total_tax','0'),(143548,15643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143549,15644,'_product_id','42'),(143550,15644,'_variation_id','0'),(143551,15644,'_qty','1'),(143552,15644,'_tax_class',''),(143553,15644,'_line_subtotal','79.2'),(143554,15644,'_line_subtotal_tax','0'),(143555,15644,'_line_total','79.2'),(143556,15644,'_line_tax','0'),(143557,15644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143558,15645,'_product_id','43'),(143559,15645,'_variation_id','0'),(143560,15645,'_qty','1'),(143561,15645,'_tax_class',''),(143562,15645,'_line_subtotal','79.2'),(143563,15645,'_line_subtotal_tax','0'),(143564,15645,'_line_total','79.2'),(143565,15645,'_line_tax','0'),(143566,15645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143567,15646,'_product_id','49'),(143568,15646,'_variation_id','0'),(143569,15646,'_qty','1'),(143570,15646,'_tax_class',''),(143571,15646,'_line_subtotal','79.2'),(143572,15646,'_line_subtotal_tax','0'),(143573,15646,'_line_total','79.2'),(143574,15646,'_line_tax','0'),(143575,15646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143576,15647,'_product_id','45'),(143577,15647,'_variation_id','0'),(143578,15647,'_qty','1'),(143579,15647,'_tax_class',''),(143580,15647,'_line_subtotal','42.24'),(143581,15647,'_line_subtotal_tax','0'),(143582,15647,'_line_total','42.24'),(143583,15647,'_line_tax','0'),(143584,15647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143585,15648,'_product_id','2110'),(143586,15648,'_variation_id','0'),(143587,15648,'_qty','2'),(143588,15648,'_tax_class',''),(143589,15648,'_line_subtotal','142.8'),(143590,15648,'_line_subtotal_tax','0'),(143591,15648,'_line_total','142.8'),(143592,15648,'_line_tax','0'),(143593,15648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143594,15649,'_product_id','2113'),(143595,15649,'_variation_id','0'),(143596,15649,'_qty','2'),(143597,15649,'_tax_class',''),(143598,15649,'_line_subtotal','344'),(143599,15649,'_line_subtotal_tax','0'),(143600,15649,'_line_total','344'),(143601,15649,'_line_tax','0'),(143602,15649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143603,15650,'method_id','advanced_free_shipping'),(143604,15650,'instance_id','0'),(143605,15650,'cost','0.00'),(143606,15650,'total_tax','0'),(143607,15650,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(143608,15651,'_product_id','49'),(143609,15651,'_variation_id','0'),(143610,15651,'_qty','1'),(143611,15651,'_tax_class',''),(143612,15651,'_line_subtotal','79.2'),(143613,15651,'_line_subtotal_tax','0'),(143614,15651,'_line_total','79.2'),(143615,15651,'_line_tax','0'),(143616,15651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143617,15652,'_product_id','487'),(143618,15652,'_variation_id','0'),(143619,15652,'_qty','1'),(143620,15652,'_tax_class',''),(143621,15652,'_line_subtotal','31.35'),(143622,15652,'_line_subtotal_tax','0'),(143623,15652,'_line_total','31.35'),(143624,15652,'_line_tax','0'),(143625,15652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143626,15653,'_product_id','40'),(143627,15653,'_variation_id','0'),(143628,15653,'_qty','2'),(143629,15653,'_tax_class',''),(143630,15653,'_line_subtotal','158.4'),(143631,15653,'_line_subtotal_tax','0'),(143632,15653,'_line_total','158.4'),(143633,15653,'_line_tax','0'),(143634,15653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143635,15654,'_product_id','39'),(143636,15654,'_variation_id','0'),(143637,15654,'_qty','2'),(143638,15654,'_tax_class',''),(143639,15654,'_line_subtotal','158.4'),(143640,15654,'_line_subtotal_tax','0'),(143641,15654,'_line_total','158.4'),(143642,15654,'_line_tax','0'),(143643,15654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143644,15655,'_product_id','43'),(143645,15655,'_variation_id','0'),(143646,15655,'_qty','2'),(143647,15655,'_tax_class',''),(143648,15655,'_line_subtotal','158.4'),(143649,15655,'_line_subtotal_tax','0'),(143650,15655,'_line_total','158.4'),(143651,15655,'_line_tax','0'),(143652,15655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143653,15656,'_product_id','41'),(143654,15656,'_variation_id','0'),(143655,15656,'_qty','1'),(143656,15656,'_tax_class',''),(143657,15656,'_line_subtotal','66.48'),(143658,15656,'_line_subtotal_tax','0'),(143659,15656,'_line_total','66.48'),(143660,15656,'_line_tax','0'),(143661,15656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143662,15657,'_product_id','116'),(143663,15657,'_variation_id','0'),(143664,15657,'_qty','1'),(143665,15657,'_tax_class',''),(143666,15657,'_line_subtotal','145.44'),(143667,15657,'_line_subtotal_tax','0'),(143668,15657,'_line_total','145.44'),(143669,15657,'_line_tax','0'),(143670,15657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143671,15658,'_product_id','120'),(143672,15658,'_variation_id','0'),(143673,15658,'_qty','1'),(143674,15658,'_tax_class',''),(143675,15658,'_line_subtotal','52.8'),(143676,15658,'_line_subtotal_tax','0'),(143677,15658,'_line_total','52.8'),(143678,15658,'_line_tax','0'),(143679,15658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(143680,15659,'method_id','advanced_free_shipping'),(143681,15659,'instance_id','0'),(143682,15659,'cost','0.00'),(143683,15659,'total_tax','0'),(143684,15659,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144378,15741,'_product_id','490'),(144379,15741,'_variation_id','0'),(144380,15741,'_qty','6'),(144381,15741,'_tax_class',''),(144382,15741,'_line_subtotal','117.6'),(144383,15741,'_line_subtotal_tax','0'),(144384,15741,'_line_total','117.6'),(144385,15741,'_line_tax','0'),(144386,15741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144387,15742,'_product_id','41'),(144388,15742,'_variation_id','0'),(144389,15742,'_qty','1'),(144390,15742,'_tax_class',''),(144391,15742,'_line_subtotal','66.48'),(144392,15742,'_line_subtotal_tax','0'),(144393,15742,'_line_total','66.48'),(144394,15742,'_line_tax','0'),(144395,15742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144396,15743,'_product_id','43'),(144397,15743,'_variation_id','0'),(144398,15743,'_qty','1'),(144399,15743,'_tax_class',''),(144400,15743,'_line_subtotal','79.2'),(144401,15743,'_line_subtotal_tax','0'),(144402,15743,'_line_total','79.2'),(144403,15743,'_line_tax','0'),(144404,15743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144405,15744,'_product_id','2110'),(144406,15744,'_variation_id','0'),(144407,15744,'_qty','1'),(144408,15744,'_tax_class',''),(144409,15744,'_line_subtotal','71.4'),(144410,15744,'_line_subtotal_tax','0'),(144411,15744,'_line_total','71.4'),(144412,15744,'_line_tax','0'),(144413,15744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144414,15745,'_product_id','49'),(144415,15745,'_variation_id','0'),(144416,15745,'_qty','1'),(144417,15745,'_tax_class',''),(144418,15745,'_line_subtotal','79.2'),(144419,15745,'_line_subtotal_tax','0'),(144420,15745,'_line_total','79.2'),(144421,15745,'_line_tax','0'),(144422,15745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144423,15746,'method_id','fedex'),(144424,15746,'instance_id','1'),(144425,15746,'cost','29.47'),(144426,15746,'total_tax','0'),(144427,15746,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144428,15746,'Package 1','17 × 14 × 10 (in) 39.2lbs × 1'),(144429,15746,'Items','Bulk Active Rinse 100% RM &times; 6, Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(144454,15620,'thwma_order_shipping_status','wc-pending'),(144455,15621,'thwma_order_shipping_status','wc-pending'),(144456,15622,'thwma_order_shipping_status','wc-pending'),(144457,15623,'thwma_order_shipping_status','wc-pending'),(144458,15624,'thwma_order_shipping_status','wc-pending'),(144459,15625,'thwma_order_shipping_status','wc-pending'),(144460,15626,'thwma_order_shipping_status','wc-pending'),(144461,15614,'thwma_order_shipping_status','wc-pending'),(144462,15615,'thwma_order_shipping_status','wc-pending'),(144463,15616,'thwma_order_shipping_status','wc-pending'),(144464,15617,'thwma_order_shipping_status','wc-pending'),(144465,15618,'thwma_order_shipping_status','wc-pending'),(144466,15628,'thwma_order_shipping_status','wc-pending'),(144467,15629,'thwma_order_shipping_status','wc-pending'),(144468,15630,'thwma_order_shipping_status','wc-pending'),(144469,15631,'thwma_order_shipping_status','wc-pending'),(144470,15632,'thwma_order_shipping_status','wc-pending'),(144471,15633,'thwma_order_shipping_status','wc-pending'),(144472,15635,'thwma_order_shipping_status','wc-pending'),(144473,15636,'thwma_order_shipping_status','wc-pending'),(144474,15637,'thwma_order_shipping_status','wc-pending'),(144475,15638,'thwma_order_shipping_status','wc-pending'),(144476,15639,'thwma_order_shipping_status','wc-pending'),(144477,15640,'thwma_order_shipping_status','wc-pending'),(144478,15641,'thwma_order_shipping_status','wc-pending'),(144479,15642,'thwma_order_shipping_status','wc-pending'),(144480,15644,'thwma_order_shipping_status','wc-pending'),(144481,15645,'thwma_order_shipping_status','wc-pending'),(144482,15646,'thwma_order_shipping_status','wc-pending'),(144483,15647,'thwma_order_shipping_status','wc-pending'),(144484,15648,'thwma_order_shipping_status','wc-pending'),(144485,15649,'thwma_order_shipping_status','wc-pending'),(144486,15741,'thwma_order_shipping_status','wc-pending'),(144487,15742,'thwma_order_shipping_status','wc-pending'),(144488,15743,'thwma_order_shipping_status','wc-pending'),(144489,15744,'thwma_order_shipping_status','wc-pending'),(144490,15745,'thwma_order_shipping_status','wc-pending'),(144499,15651,'thwma_order_shipping_status','wc-pending'),(144500,15652,'thwma_order_shipping_status','wc-pending'),(144501,15653,'thwma_order_shipping_status','wc-pending'),(144502,15654,'thwma_order_shipping_status','wc-pending'),(144503,15655,'thwma_order_shipping_status','wc-pending'),(144504,15656,'thwma_order_shipping_status','wc-pending'),(144505,15657,'thwma_order_shipping_status','wc-pending'),(144506,15658,'thwma_order_shipping_status','wc-pending'),(144507,15747,'_product_id','42'),(144508,15747,'_variation_id','0'),(144509,15747,'_qty','2'),(144510,15747,'_tax_class',''),(144511,15747,'_line_subtotal','158.4'),(144512,15747,'_line_subtotal_tax','0'),(144513,15747,'_line_total','158.4'),(144514,15747,'_line_tax','0'),(144515,15747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144516,15748,'_product_id','41'),(144517,15748,'_variation_id','0'),(144518,15748,'_qty','8'),(144519,15748,'_tax_class',''),(144520,15748,'_line_subtotal','531.84'),(144521,15748,'_line_subtotal_tax','0'),(144522,15748,'_line_total','531.84'),(144523,15748,'_line_tax','0'),(144524,15748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144525,15749,'_product_id','2110'),(144526,15749,'_variation_id','0'),(144527,15749,'_qty','6'),(144528,15749,'_tax_class',''),(144529,15749,'_line_subtotal','428.4'),(144530,15749,'_line_subtotal_tax','0'),(144531,15749,'_line_total','428.4'),(144532,15749,'_line_tax','0'),(144533,15749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144534,15750,'_product_id','2408'),(144535,15750,'_variation_id','0'),(144536,15750,'_qty','3'),(144537,15750,'_tax_class',''),(144538,15750,'_line_subtotal','448.02'),(144539,15750,'_line_subtotal_tax','0'),(144540,15750,'_line_total','448.02'),(144541,15750,'_line_tax','0'),(144542,15750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144543,15751,'_product_id','120'),(144544,15751,'_variation_id','0'),(144545,15751,'_qty','2'),(144546,15751,'_tax_class',''),(144547,15751,'_line_subtotal','105.6'),(144548,15751,'_line_subtotal_tax','0'),(144549,15751,'_line_total','105.6'),(144550,15751,'_line_tax','0'),(144551,15751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144552,15752,'_product_id','43'),(144553,15752,'_variation_id','0'),(144554,15752,'_qty','3'),(144555,15752,'_tax_class',''),(144556,15752,'_line_subtotal','237.6'),(144557,15752,'_line_subtotal_tax','0'),(144558,15752,'_line_total','237.6'),(144559,15752,'_line_tax','0'),(144560,15752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144561,15753,'_product_id','490'),(144562,15753,'_variation_id','0'),(144563,15753,'_qty','40'),(144564,15753,'_tax_class',''),(144565,15753,'_line_subtotal','784'),(144566,15753,'_line_subtotal_tax','0'),(144567,15753,'_line_total','784'),(144568,15753,'_line_tax','0'),(144569,15753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144570,15754,'_product_id','487'),(144571,15754,'_variation_id','0'),(144572,15754,'_qty','4'),(144573,15754,'_tax_class',''),(144574,15754,'_line_subtotal','125.4'),(144575,15754,'_line_subtotal_tax','0'),(144576,15754,'_line_total','125.4'),(144577,15754,'_line_tax','0'),(144578,15754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144579,15755,'method_id','advanced_free_shipping'),(144580,15755,'instance_id','0'),(144581,15755,'cost','0.00'),(144582,15755,'total_tax','0'),(144583,15755,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144584,15756,'_product_id','23'),(144585,15756,'_variation_id','0'),(144586,15756,'_qty','5'),(144587,15756,'_tax_class',''),(144588,15756,'_line_subtotal','342.7'),(144589,15756,'_line_subtotal_tax','0'),(144590,15756,'_line_total','342.7'),(144591,15756,'_line_tax','0'),(144592,15756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144593,15757,'_product_id','118'),(144594,15757,'_variation_id','0'),(144595,15757,'_qty','1'),(144596,15757,'_tax_class',''),(144597,15757,'_line_subtotal','184.8'),(144598,15757,'_line_subtotal_tax','0'),(144599,15757,'_line_total','184.8'),(144600,15757,'_line_tax','0'),(144601,15757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144602,15758,'method_id','advanced_free_shipping'),(144603,15758,'instance_id','0'),(144604,15758,'cost','0.00'),(144605,15758,'total_tax','0'),(144606,15758,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144607,15759,'_product_id','93'),(144608,15759,'_variation_id','0'),(144609,15759,'_qty','20'),(144610,15759,'_tax_class',''),(144611,15759,'_line_subtotal','0'),(144612,15759,'_line_subtotal_tax','0'),(144613,15759,'_line_total','0'),(144614,15759,'_line_tax','0'),(144615,15759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144616,15760,'method_id','fedex'),(144617,15760,'instance_id','1'),(144618,15760,'cost','24.26'),(144619,15760,'total_tax','0'),(144620,15760,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144621,15760,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(144622,15760,'Items','Bulk Active Rinse 100% &times; 20'),(144623,15761,'_product_id','23'),(144624,15761,'_variation_id','0'),(144625,15761,'_qty','6'),(144626,15761,'_tax_class',''),(144627,15761,'_line_subtotal','411.24'),(144628,15761,'_line_subtotal_tax','0'),(144629,15761,'_line_total','411.24'),(144630,15761,'_line_tax','0'),(144631,15761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144632,15762,'_product_id','49'),(144633,15762,'_variation_id','0'),(144634,15762,'_qty','1'),(144635,15762,'_tax_class',''),(144636,15762,'_line_subtotal','79.2'),(144637,15762,'_line_subtotal_tax','0'),(144638,15762,'_line_total','79.2'),(144639,15762,'_line_tax','0'),(144640,15762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144641,15763,'_product_id','490'),(144642,15763,'_variation_id','0'),(144643,15763,'_qty','1'),(144644,15763,'_tax_class',''),(144645,15763,'_line_subtotal','19.6'),(144646,15763,'_line_subtotal_tax','0'),(144647,15763,'_line_total','19.6'),(144648,15763,'_line_tax','0'),(144649,15763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144650,15764,'method_id','advanced_free_shipping'),(144651,15764,'instance_id','0'),(144652,15764,'cost','0.00'),(144653,15764,'total_tax','0'),(144654,15764,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144655,15765,'_product_id','41'),(144656,15765,'_variation_id','0'),(144657,15765,'_qty','1'),(144658,15765,'_tax_class',''),(144659,15765,'_line_subtotal','66.48'),(144660,15765,'_line_subtotal_tax','0'),(144661,15765,'_line_total','66.48'),(144662,15765,'_line_tax','0'),(144663,15765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144664,15766,'_product_id','490'),(144665,15766,'_variation_id','0'),(144666,15766,'_qty','2'),(144667,15766,'_tax_class',''),(144668,15766,'_line_subtotal','39.2'),(144669,15766,'_line_subtotal_tax','0'),(144670,15766,'_line_total','39.2'),(144671,15766,'_line_tax','0'),(144672,15766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144673,15767,'_product_id','488'),(144674,15767,'_variation_id','0'),(144675,15767,'_qty','1'),(144676,15767,'_tax_class',''),(144677,15767,'_line_subtotal','31.35'),(144678,15767,'_line_subtotal_tax','0'),(144679,15767,'_line_total','31.35'),(144680,15767,'_line_tax','0'),(144681,15767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144682,15768,'method_id','fedex'),(144683,15768,'instance_id','1'),(144684,15768,'cost','15.05'),(144685,15768,'total_tax','0'),(144686,15768,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144687,15768,'Package 1','15.75 × 14.13 × 6 (in) 16.43lbs × 1'),(144688,15768,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1'),(144689,15769,'_product_id','23'),(144690,15769,'_variation_id','0'),(144691,15769,'_qty','4'),(144692,15769,'_tax_class',''),(144693,15769,'_line_subtotal','274.16'),(144694,15769,'_line_subtotal_tax','0'),(144695,15769,'_line_total','274.16'),(144696,15769,'_line_tax','0'),(144697,15769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144698,15770,'_product_id','38'),(144699,15770,'_variation_id','0'),(144700,15770,'_qty','4'),(144701,15770,'_tax_class',''),(144702,15770,'_line_subtotal','663.04'),(144703,15770,'_line_subtotal_tax','0'),(144704,15770,'_line_total','663.04'),(144705,15770,'_line_tax','0'),(144706,15770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144707,15771,'_product_id','41'),(144708,15771,'_variation_id','0'),(144709,15771,'_qty','6'),(144710,15771,'_tax_class',''),(144711,15771,'_line_subtotal','398.88'),(144712,15771,'_line_subtotal_tax','0'),(144713,15771,'_line_total','398.88'),(144714,15771,'_line_tax','0'),(144715,15771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144716,15772,'_product_id','45'),(144717,15772,'_variation_id','0'),(144718,15772,'_qty','2'),(144719,15772,'_tax_class',''),(144720,15772,'_line_subtotal','84.48'),(144721,15772,'_line_subtotal_tax','0'),(144722,15772,'_line_total','84.48'),(144723,15772,'_line_tax','0'),(144724,15772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144725,15773,'_product_id','120'),(144726,15773,'_variation_id','0'),(144727,15773,'_qty','1'),(144728,15773,'_tax_class',''),(144729,15773,'_line_subtotal','52.8'),(144730,15773,'_line_subtotal_tax','0'),(144731,15773,'_line_total','52.8'),(144732,15773,'_line_tax','0'),(144733,15773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144734,15774,'method_id','advanced_free_shipping'),(144735,15774,'instance_id','0'),(144736,15774,'cost','0.00'),(144737,15774,'total_tax','0'),(144738,15774,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144747,15747,'thwma_order_shipping_status','wc-pending'),(144748,15748,'thwma_order_shipping_status','wc-pending'),(144749,15749,'thwma_order_shipping_status','wc-pending'),(144750,15750,'thwma_order_shipping_status','wc-pending'),(144751,15751,'thwma_order_shipping_status','wc-pending'),(144752,15752,'thwma_order_shipping_status','wc-pending'),(144753,15753,'thwma_order_shipping_status','wc-pending'),(144754,15754,'thwma_order_shipping_status','wc-pending'),(144755,15756,'thwma_order_shipping_status','wc-pending'),(144756,15757,'thwma_order_shipping_status','wc-pending'),(144757,15761,'thwma_order_shipping_status','wc-pending'),(144758,15762,'thwma_order_shipping_status','wc-pending'),(144759,15763,'thwma_order_shipping_status','wc-pending'),(144760,15765,'thwma_order_shipping_status','wc-pending'),(144761,15766,'thwma_order_shipping_status','wc-pending'),(144762,15767,'thwma_order_shipping_status','wc-pending'),(144763,15775,'_product_id','2110'),(144764,15775,'_variation_id','0'),(144765,15775,'_qty','2'),(144766,15775,'_tax_class',''),(144767,15775,'_line_subtotal','142.8'),(144768,15775,'_line_subtotal_tax','0'),(144769,15775,'_line_total','142.8'),(144770,15775,'_line_tax','0'),(144771,15775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144772,15776,'_product_id','2113'),(144773,15776,'_variation_id','0'),(144774,15776,'_qty','2'),(144775,15776,'_tax_class',''),(144776,15776,'_line_subtotal','344'),(144777,15776,'_line_subtotal_tax','0'),(144778,15776,'_line_total','344'),(144779,15776,'_line_tax','0'),(144780,15776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144781,15777,'_product_id','42'),(144782,15777,'_variation_id','0'),(144783,15777,'_qty','2'),(144784,15777,'_tax_class',''),(144785,15777,'_line_subtotal','158.4'),(144786,15777,'_line_subtotal_tax','0'),(144787,15777,'_line_total','158.4'),(144788,15777,'_line_tax','0'),(144789,15777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144790,15778,'_product_id','116'),(144791,15778,'_variation_id','0'),(144792,15778,'_qty','1'),(144793,15778,'_tax_class',''),(144794,15778,'_line_subtotal','145.44'),(144795,15778,'_line_subtotal_tax','0'),(144796,15778,'_line_total','145.44'),(144797,15778,'_line_tax','0'),(144798,15778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144799,15779,'_product_id','41'),(144800,15779,'_variation_id','0'),(144801,15779,'_qty','4'),(144802,15779,'_tax_class',''),(144803,15779,'_line_subtotal','265.92'),(144804,15779,'_line_subtotal_tax','0'),(144805,15779,'_line_total','265.92'),(144806,15779,'_line_tax','0'),(144807,15779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144808,15780,'_product_id','45'),(144809,15780,'_variation_id','0'),(144810,15780,'_qty','2'),(144811,15780,'_tax_class',''),(144812,15780,'_line_subtotal','84.48'),(144813,15780,'_line_subtotal_tax','0'),(144814,15780,'_line_total','84.48'),(144815,15780,'_line_tax','0'),(144816,15780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144817,15781,'_product_id','2400'),(144818,15781,'_variation_id','0'),(144819,15781,'_qty','2'),(144820,15781,'_tax_class',''),(144821,15781,'_line_subtotal','372.6'),(144822,15781,'_line_subtotal_tax','0'),(144823,15781,'_line_total','372.6'),(144824,15781,'_line_tax','0'),(144825,15781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144826,15782,'_product_id','2408'),(144827,15782,'_variation_id','0'),(144828,15782,'_qty','3'),(144829,15782,'_tax_class',''),(144830,15782,'_line_subtotal','448.02'),(144831,15782,'_line_subtotal_tax','0'),(144832,15782,'_line_total','448.02'),(144833,15782,'_line_tax','0'),(144834,15782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144835,15783,'_product_id','44'),(144836,15783,'_variation_id','0'),(144837,15783,'_qty','2'),(144838,15783,'_tax_class',''),(144839,15783,'_line_subtotal','232.32'),(144840,15783,'_line_subtotal_tax','0'),(144841,15783,'_line_total','232.32'),(144842,15783,'_line_tax','0'),(144843,15783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144844,15784,'_product_id','39'),(144845,15784,'_variation_id','0'),(144846,15784,'_qty','2'),(144847,15784,'_tax_class',''),(144848,15784,'_line_subtotal','158.4'),(144849,15784,'_line_subtotal_tax','0'),(144850,15784,'_line_total','158.4'),(144851,15784,'_line_tax','0'),(144852,15784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144853,15785,'_product_id','40'),(144854,15785,'_variation_id','0'),(144855,15785,'_qty','2'),(144856,15785,'_tax_class',''),(144857,15785,'_line_subtotal','158.4'),(144858,15785,'_line_subtotal_tax','0'),(144859,15785,'_line_total','158.4'),(144860,15785,'_line_tax','0'),(144861,15785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144862,15786,'_product_id','43'),(144863,15786,'_variation_id','0'),(144864,15786,'_qty','2'),(144865,15786,'_tax_class',''),(144866,15786,'_line_subtotal','158.4'),(144867,15786,'_line_subtotal_tax','0'),(144868,15786,'_line_total','158.4'),(144869,15786,'_line_tax','0'),(144870,15786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144871,15787,'_product_id','49'),(144872,15787,'_variation_id','0'),(144873,15787,'_qty','2'),(144874,15787,'_tax_class',''),(144875,15787,'_line_subtotal','158.4'),(144876,15787,'_line_subtotal_tax','0'),(144877,15787,'_line_total','158.4'),(144878,15787,'_line_tax','0'),(144879,15787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144880,15788,'_product_id','490'),(144881,15788,'_variation_id','0'),(144882,15788,'_qty','10'),(144883,15788,'_tax_class',''),(144884,15788,'_line_subtotal','196'),(144885,15788,'_line_subtotal_tax','0'),(144886,15788,'_line_total','196'),(144887,15788,'_line_tax','0'),(144888,15788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144889,15789,'_product_id','488'),(144890,15789,'_variation_id','0'),(144891,15789,'_qty','3'),(144892,15789,'_tax_class',''),(144893,15789,'_line_subtotal','94.05'),(144894,15789,'_line_subtotal_tax','0'),(144895,15789,'_line_total','94.05'),(144896,15789,'_line_tax','0'),(144897,15789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144898,15790,'_product_id','487'),(144899,15790,'_variation_id','0'),(144900,15790,'_qty','3'),(144901,15790,'_tax_class',''),(144902,15790,'_line_subtotal','94.05'),(144903,15790,'_line_subtotal_tax','0'),(144904,15790,'_line_total','94.05'),(144905,15790,'_line_tax','0'),(144906,15790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144907,15791,'_product_id','103'),(144908,15791,'_variation_id','0'),(144909,15791,'_qty','1'),(144910,15791,'_tax_class',''),(144911,15791,'_line_subtotal','8.4'),(144912,15791,'_line_subtotal_tax','0'),(144913,15791,'_line_total','8.4'),(144914,15791,'_line_tax','0'),(144915,15791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144916,15792,'_product_id','101'),(144917,15792,'_variation_id','0'),(144918,15792,'_qty','1'),(144919,15792,'_tax_class',''),(144920,15792,'_line_subtotal','8.4'),(144921,15792,'_line_subtotal_tax','0'),(144922,15792,'_line_total','8.4'),(144923,15792,'_line_tax','0'),(144924,15792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144925,15793,'_product_id','148'),(144926,15793,'_variation_id','0'),(144927,15793,'_qty','36'),(144928,15793,'_tax_class',''),(144929,15793,'_line_subtotal','297'),(144930,15793,'_line_subtotal_tax','0'),(144931,15793,'_line_total','297'),(144932,15793,'_line_tax','0'),(144933,15793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144934,15794,'method_id','advanced_free_shipping'),(144935,15794,'instance_id','0'),(144936,15794,'cost','0.00'),(144937,15794,'total_tax','0'),(144938,15794,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144939,15795,'_product_id','41'),(144940,15795,'_variation_id','0'),(144941,15795,'_qty','6'),(144942,15795,'_tax_class',''),(144943,15795,'_line_subtotal','398.88'),(144944,15795,'_line_subtotal_tax','0'),(144945,15795,'_line_total','398.88'),(144946,15795,'_line_tax','0'),(144947,15795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144948,15796,'_product_id','49'),(144949,15796,'_variation_id','0'),(144950,15796,'_qty','2'),(144951,15796,'_tax_class',''),(144952,15796,'_line_subtotal','158.4'),(144953,15796,'_line_subtotal_tax','0'),(144954,15796,'_line_total','158.4'),(144955,15796,'_line_tax','0'),(144956,15796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144957,15797,'method_id','advanced_free_shipping'),(144958,15797,'instance_id','0'),(144959,15797,'cost','0.00'),(144960,15797,'total_tax','0'),(144961,15797,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(144988,15798,'_product_id','2113'),(144989,15798,'_variation_id','0'),(144990,15798,'_qty','1'),(144991,15798,'_tax_class',''),(144992,15798,'_line_subtotal','172'),(144993,15798,'_line_subtotal_tax','0'),(144994,15798,'_line_total','172'),(144995,15798,'_line_tax','0'),(144996,15798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(144997,15799,'_product_id','45'),(144998,15799,'_variation_id','0'),(144999,15799,'_qty','3'),(145000,15799,'_tax_class',''),(145001,15799,'_line_subtotal','126.72'),(145002,15799,'_line_subtotal_tax','0'),(145003,15799,'_line_total','126.72'),(145004,15799,'_line_tax','0'),(145005,15799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145006,15800,'_product_id','49'),(145007,15800,'_variation_id','0'),(145008,15800,'_qty','2'),(145009,15800,'_tax_class',''),(145010,15800,'_line_subtotal','158.4'),(145011,15800,'_line_subtotal_tax','0'),(145012,15800,'_line_total','158.4'),(145013,15800,'_line_tax','0'),(145014,15800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145015,15801,'_product_id','490'),(145016,15801,'_variation_id','0'),(145017,15801,'_qty','10'),(145018,15801,'_tax_class',''),(145019,15801,'_line_subtotal','196'),(145020,15801,'_line_subtotal_tax','0'),(145021,15801,'_line_total','196'),(145022,15801,'_line_tax','0'),(145023,15801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145024,15802,'method_id','advanced_free_shipping'),(145025,15802,'instance_id','0'),(145026,15802,'cost','0.00'),(145027,15802,'total_tax','0'),(145028,15802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145029,15803,'_product_id','490'),(145030,15803,'_variation_id','0'),(145031,15803,'_qty','10'),(145032,15803,'_tax_class',''),(145033,15803,'_line_subtotal','196'),(145034,15803,'_line_subtotal_tax','0'),(145035,15803,'_line_total','196'),(145036,15803,'_line_tax','0'),(145037,15803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145038,15804,'_product_id','2113'),(145039,15804,'_variation_id','0'),(145040,15804,'_qty','1'),(145041,15804,'_tax_class',''),(145042,15804,'_line_subtotal','172'),(145043,15804,'_line_subtotal_tax','0'),(145044,15804,'_line_total','172'),(145045,15804,'_line_tax','0'),(145046,15804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145047,15805,'_product_id','2110'),(145048,15805,'_variation_id','0'),(145049,15805,'_qty','2'),(145050,15805,'_tax_class',''),(145051,15805,'_line_subtotal','142.8'),(145052,15805,'_line_subtotal_tax','0'),(145053,15805,'_line_total','142.8'),(145054,15805,'_line_tax','0'),(145055,15805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145056,15806,'_product_id','49'),(145057,15806,'_variation_id','0'),(145058,15806,'_qty','1'),(145059,15806,'_tax_class',''),(145060,15806,'_line_subtotal','79.2'),(145061,15806,'_line_subtotal_tax','0'),(145062,15806,'_line_total','79.2'),(145063,15806,'_line_tax','0'),(145064,15806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145065,15807,'_product_id','487'),(145066,15807,'_variation_id','0'),(145067,15807,'_qty','1'),(145068,15807,'_tax_class',''),(145069,15807,'_line_subtotal','31.35'),(145070,15807,'_line_subtotal_tax','0'),(145071,15807,'_line_total','31.35'),(145072,15807,'_line_tax','0'),(145073,15807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145074,15808,'_product_id','42'),(145075,15808,'_variation_id','0'),(145076,15808,'_qty','1'),(145077,15808,'_tax_class',''),(145078,15808,'_line_subtotal','79.2'),(145079,15808,'_line_subtotal_tax','0'),(145080,15808,'_line_total','79.2'),(145081,15808,'_line_tax','0'),(145082,15808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145083,15809,'_product_id','41'),(145084,15809,'_variation_id','0'),(145085,15809,'_qty','1'),(145086,15809,'_tax_class',''),(145087,15809,'_line_subtotal','66.48'),(145088,15809,'_line_subtotal_tax','0'),(145089,15809,'_line_total','66.48'),(145090,15809,'_line_tax','0'),(145091,15809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145092,15810,'method_id','advanced_free_shipping'),(145093,15810,'instance_id','0'),(145094,15810,'cost','0.00'),(145095,15810,'total_tax','0'),(145096,15810,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145097,15795,'thwma_order_shipping_status','wc-pending'),(145098,15796,'thwma_order_shipping_status','wc-pending'),(145099,15775,'thwma_order_shipping_status','wc-pending'),(145100,15776,'thwma_order_shipping_status','wc-pending'),(145101,15777,'thwma_order_shipping_status','wc-pending'),(145102,15778,'thwma_order_shipping_status','wc-pending'),(145103,15779,'thwma_order_shipping_status','wc-pending'),(145104,15780,'thwma_order_shipping_status','wc-pending'),(145105,15781,'thwma_order_shipping_status','wc-pending'),(145106,15782,'thwma_order_shipping_status','wc-pending'),(145107,15783,'thwma_order_shipping_status','wc-pending'),(145108,15784,'thwma_order_shipping_status','wc-pending'),(145109,15785,'thwma_order_shipping_status','wc-pending'),(145110,15786,'thwma_order_shipping_status','wc-pending'),(145111,15787,'thwma_order_shipping_status','wc-pending'),(145112,15788,'thwma_order_shipping_status','wc-pending'),(145113,15789,'thwma_order_shipping_status','wc-pending'),(145114,15790,'thwma_order_shipping_status','wc-pending'),(145115,15791,'thwma_order_shipping_status','wc-pending'),(145116,15792,'thwma_order_shipping_status','wc-pending'),(145117,15793,'thwma_order_shipping_status','wc-pending'),(145118,15811,'_product_id','23'),(145119,15811,'_variation_id','0'),(145120,15811,'_qty','3'),(145121,15811,'_tax_class',''),(145122,15811,'_line_subtotal','205.62'),(145123,15811,'_line_subtotal_tax','0'),(145124,15811,'_line_total','205.62'),(145125,15811,'_line_tax','0'),(145126,15811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145127,15812,'_product_id','44'),(145128,15812,'_variation_id','0'),(145129,15812,'_qty','3'),(145130,15812,'_tax_class',''),(145131,15812,'_line_subtotal','348.48'),(145132,15812,'_line_subtotal_tax','0'),(145133,15812,'_line_total','348.48'),(145134,15812,'_line_tax','0'),(145135,15812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145136,15813,'method_id','advanced_free_shipping'),(145137,15813,'instance_id','0'),(145138,15813,'cost','0.00'),(145139,15813,'total_tax','0'),(145140,15813,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145141,15814,'_product_id','487'),(145142,15814,'_variation_id','0'),(145143,15814,'_qty','2'),(145144,15814,'_tax_class',''),(145145,15814,'_line_subtotal','62.7'),(145146,15814,'_line_subtotal_tax','0'),(145147,15814,'_line_total','62.7'),(145148,15814,'_line_tax','0'),(145149,15814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145150,15815,'method_id','fedex'),(145151,15815,'instance_id','1'),(145152,15815,'cost','17.02'),(145153,15815,'total_tax','0'),(145154,15815,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145155,15815,'Package 1','15.75 × 14.13 × 6 (in) 17.58lbs × 1'),(145156,15815,'Items','Bulk Mousse 1 Gallon RM &times; 2'),(145157,15816,'_product_id','487'),(145158,15816,'_variation_id','0'),(145159,15816,'_qty','2'),(145160,15816,'_tax_class',''),(145161,15816,'_line_subtotal','62.7'),(145162,15816,'_line_subtotal_tax','0'),(145163,15816,'_line_total','62.7'),(145164,15816,'_line_tax','0'),(145165,15816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145166,15817,'_product_id','42'),(145167,15817,'_variation_id','0'),(145168,15817,'_qty','1'),(145169,15817,'_tax_class',''),(145170,15817,'_line_subtotal','79.2'),(145171,15817,'_line_subtotal_tax','0'),(145172,15817,'_line_total','79.2'),(145173,15817,'_line_tax','0'),(145174,15817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145175,15818,'method_id','fedex'),(145176,15818,'instance_id','1'),(145177,15818,'cost','20.84'),(145178,15818,'total_tax','0'),(145179,15818,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145180,15818,'Package 1','17 × 14 × 10 (in) 21.6lbs × 1'),(145181,15818,'Items','Bulk Mousse 1 Gallon RM &times; 2, Comb-Out Mousse(Case of 12) &times; 1'),(145182,15819,'_product_id','49'),(145183,15819,'_variation_id','0'),(145184,15819,'_qty','1'),(145185,15819,'_tax_class',''),(145186,15819,'_line_subtotal','79.2'),(145187,15819,'_line_subtotal_tax','0'),(145188,15819,'_line_total','79.2'),(145189,15819,'_line_tax','0'),(145190,15819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145191,15820,'_product_id','41'),(145192,15820,'_variation_id','0'),(145193,15820,'_qty','1'),(145194,15820,'_tax_class',''),(145195,15820,'_line_subtotal','66.48'),(145196,15820,'_line_subtotal_tax','0'),(145197,15820,'_line_total','66.48'),(145198,15820,'_line_tax','0'),(145199,15820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145200,15821,'_product_id','490'),(145201,15821,'_variation_id','0'),(145202,15821,'_qty','20'),(145203,15821,'_tax_class',''),(145204,15821,'_line_subtotal','392'),(145205,15821,'_line_subtotal_tax','0'),(145206,15821,'_line_total','392'),(145207,15821,'_line_tax','0'),(145208,15821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145209,15822,'_product_id','488'),(145210,15822,'_variation_id','0'),(145211,15822,'_qty','3'),(145212,15822,'_tax_class',''),(145213,15822,'_line_subtotal','94.05'),(145214,15822,'_line_subtotal_tax','0'),(145215,15822,'_line_total','94.05'),(145216,15822,'_line_tax','0'),(145217,15822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145218,15823,'_product_id','101'),(145219,15823,'_variation_id','0'),(145220,15823,'_qty','1'),(145221,15823,'_tax_class',''),(145222,15823,'_line_subtotal','8.4'),(145223,15823,'_line_subtotal_tax','0'),(145224,15823,'_line_total','8.4'),(145225,15823,'_line_tax','0'),(145226,15823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145227,15824,'method_id','advanced_free_shipping'),(145228,15824,'instance_id','0'),(145229,15824,'cost','0.00'),(145230,15824,'total_tax','0'),(145231,15824,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145232,15825,'_product_id','2110'),(145233,15825,'_variation_id','0'),(145234,15825,'_qty','2'),(145235,15825,'_tax_class',''),(145236,15825,'_line_subtotal','142.8'),(145237,15825,'_line_subtotal_tax','0'),(145238,15825,'_line_total','142.8'),(145239,15825,'_line_tax','0'),(145240,15825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145241,15826,'_product_id','2113'),(145242,15826,'_variation_id','0'),(145243,15826,'_qty','2'),(145244,15826,'_tax_class',''),(145245,15826,'_line_subtotal','344'),(145246,15826,'_line_subtotal_tax','0'),(145247,15826,'_line_total','344'),(145248,15826,'_line_tax','0'),(145249,15826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145250,15827,'_product_id','41'),(145251,15827,'_variation_id','0'),(145252,15827,'_qty','1'),(145253,15827,'_tax_class',''),(145254,15827,'_line_subtotal','66.48'),(145255,15827,'_line_subtotal_tax','0'),(145256,15827,'_line_total','66.48'),(145257,15827,'_line_tax','0'),(145258,15827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145259,15828,'_product_id','45'),(145260,15828,'_variation_id','0'),(145261,15828,'_qty','1'),(145262,15828,'_tax_class',''),(145263,15828,'_line_subtotal','42.24'),(145264,15828,'_line_subtotal_tax','0'),(145265,15828,'_line_total','42.24'),(145266,15828,'_line_tax','0'),(145267,15828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145268,15829,'_product_id','2408'),(145269,15829,'_variation_id','0'),(145270,15829,'_qty','2'),(145271,15829,'_tax_class',''),(145272,15829,'_line_subtotal','298.68'),(145273,15829,'_line_subtotal_tax','0'),(145274,15829,'_line_total','298.68'),(145275,15829,'_line_tax','0'),(145276,15829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145277,15830,'_product_id','120'),(145278,15830,'_variation_id','0'),(145279,15830,'_qty','1'),(145280,15830,'_tax_class',''),(145281,15830,'_line_subtotal','52.8'),(145282,15830,'_line_subtotal_tax','0'),(145283,15830,'_line_total','52.8'),(145284,15830,'_line_tax','0'),(145285,15830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145286,15831,'_product_id','43'),(145287,15831,'_variation_id','0'),(145288,15831,'_qty','1'),(145289,15831,'_tax_class',''),(145290,15831,'_line_subtotal','79.2'),(145291,15831,'_line_subtotal_tax','0'),(145292,15831,'_line_total','79.2'),(145293,15831,'_line_tax','0'),(145294,15831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145295,15832,'_product_id','49'),(145296,15832,'_variation_id','0'),(145297,15832,'_qty','1'),(145298,15832,'_tax_class',''),(145299,15832,'_line_subtotal','79.2'),(145300,15832,'_line_subtotal_tax','0'),(145301,15832,'_line_total','79.2'),(145302,15832,'_line_tax','0'),(145303,15832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145304,15833,'_product_id','490'),(145305,15833,'_variation_id','0'),(145306,15833,'_qty','10'),(145307,15833,'_tax_class',''),(145308,15833,'_line_subtotal','196'),(145309,15833,'_line_subtotal_tax','0'),(145310,15833,'_line_total','196'),(145311,15833,'_line_tax','0'),(145312,15833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145313,15834,'_product_id','487'),(145314,15834,'_variation_id','0'),(145315,15834,'_qty','2'),(145316,15834,'_tax_class',''),(145317,15834,'_line_subtotal','62.7'),(145318,15834,'_line_subtotal_tax','0'),(145319,15834,'_line_total','62.7'),(145320,15834,'_line_tax','0'),(145321,15834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145322,15835,'method_id','advanced_free_shipping'),(145323,15835,'instance_id','0'),(145324,15835,'cost','0.00'),(145325,15835,'total_tax','0'),(145326,15835,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145327,15836,'_product_id','2110'),(145328,15836,'_variation_id','0'),(145329,15836,'_qty','2'),(145330,15836,'_tax_class',''),(145331,15836,'_line_subtotal','142.8'),(145332,15836,'_line_subtotal_tax','0'),(145333,15836,'_line_total','142.8'),(145334,15836,'_line_tax','0'),(145335,15836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145336,15837,'_product_id','2113'),(145337,15837,'_variation_id','0'),(145338,15837,'_qty','2'),(145339,15837,'_tax_class',''),(145340,15837,'_line_subtotal','344'),(145341,15837,'_line_subtotal_tax','0'),(145342,15837,'_line_total','344'),(145343,15837,'_line_tax','0'),(145344,15837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145345,15838,'_product_id','41'),(145346,15838,'_variation_id','0'),(145347,15838,'_qty','1'),(145348,15838,'_tax_class',''),(145349,15838,'_line_subtotal','66.48'),(145350,15838,'_line_subtotal_tax','0'),(145351,15838,'_line_total','66.48'),(145352,15838,'_line_tax','0'),(145353,15838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145354,15839,'_product_id','42'),(145355,15839,'_variation_id','0'),(145356,15839,'_qty','1'),(145357,15839,'_tax_class',''),(145358,15839,'_line_subtotal','79.2'),(145359,15839,'_line_subtotal_tax','0'),(145360,15839,'_line_total','79.2'),(145361,15839,'_line_tax','0'),(145362,15839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145363,15840,'_product_id','2408'),(145364,15840,'_variation_id','0'),(145365,15840,'_qty','1'),(145366,15840,'_tax_class',''),(145367,15840,'_line_subtotal','149.34'),(145368,15840,'_line_subtotal_tax','0'),(145369,15840,'_line_total','149.34'),(145370,15840,'_line_tax','0'),(145371,15840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145372,15841,'_product_id','44'),(145373,15841,'_variation_id','0'),(145374,15841,'_qty','1'),(145375,15841,'_tax_class',''),(145376,15841,'_line_subtotal','116.16'),(145377,15841,'_line_subtotal_tax','0'),(145378,15841,'_line_total','116.16'),(145379,15841,'_line_tax','0'),(145380,15841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145381,15842,'_product_id','490'),(145382,15842,'_variation_id','0'),(145383,15842,'_qty','15'),(145384,15842,'_tax_class',''),(145385,15842,'_line_subtotal','294'),(145386,15842,'_line_subtotal_tax','0'),(145387,15842,'_line_total','294'),(145388,15842,'_line_tax','0'),(145389,15842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145390,15843,'_product_id','487'),(145391,15843,'_variation_id','0'),(145392,15843,'_qty','6'),(145393,15843,'_tax_class',''),(145394,15843,'_line_subtotal','188.1'),(145395,15843,'_line_subtotal_tax','0'),(145396,15843,'_line_total','188.1'),(145397,15843,'_line_tax','0'),(145398,15843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145399,15844,'_product_id','488'),(145400,15844,'_variation_id','0'),(145401,15844,'_qty','6'),(145402,15844,'_tax_class',''),(145403,15844,'_line_subtotal','188.1'),(145404,15844,'_line_subtotal_tax','0'),(145405,15844,'_line_total','188.1'),(145406,15844,'_line_tax','0'),(145407,15844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145408,15845,'_product_id','39'),(145409,15845,'_variation_id','0'),(145410,15845,'_qty','1'),(145411,15845,'_tax_class',''),(145412,15845,'_line_subtotal','79.2'),(145413,15845,'_line_subtotal_tax','0'),(145414,15845,'_line_total','79.2'),(145415,15845,'_line_tax','0'),(145416,15845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145417,15846,'_product_id','40'),(145418,15846,'_variation_id','0'),(145419,15846,'_qty','1'),(145420,15846,'_tax_class',''),(145421,15846,'_line_subtotal','79.2'),(145422,15846,'_line_subtotal_tax','0'),(145423,15846,'_line_total','79.2'),(145424,15846,'_line_tax','0'),(145425,15846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145426,15847,'_product_id','120'),(145427,15847,'_variation_id','0'),(145428,15847,'_qty','1'),(145429,15847,'_tax_class',''),(145430,15847,'_line_subtotal','52.8'),(145431,15847,'_line_subtotal_tax','0'),(145432,15847,'_line_total','52.8'),(145433,15847,'_line_tax','0'),(145434,15847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145435,15848,'_product_id','49'),(145436,15848,'_variation_id','0'),(145437,15848,'_qty','1'),(145438,15848,'_tax_class',''),(145439,15848,'_line_subtotal','79.2'),(145440,15848,'_line_subtotal_tax','0'),(145441,15848,'_line_total','79.2'),(145442,15848,'_line_tax','0'),(145443,15848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145444,15849,'_product_id','45'),(145445,15849,'_variation_id','0'),(145446,15849,'_qty','2'),(145447,15849,'_tax_class',''),(145448,15849,'_line_subtotal','84.48'),(145449,15849,'_line_subtotal_tax','0'),(145450,15849,'_line_total','84.48'),(145451,15849,'_line_tax','0'),(145452,15849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145453,15850,'method_id','advanced_free_shipping'),(145454,15850,'instance_id','0'),(145455,15850,'cost','0.00'),(145456,15850,'total_tax','0'),(145457,15850,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145463,15769,'thwma_order_shipping_status','wc-pending'),(145464,15770,'thwma_order_shipping_status','wc-pending'),(145465,15771,'thwma_order_shipping_status','wc-pending'),(145466,15772,'thwma_order_shipping_status','wc-pending'),(145467,15773,'thwma_order_shipping_status','wc-pending'),(145472,15798,'thwma_order_shipping_status','wc-pending'),(145473,15799,'thwma_order_shipping_status','wc-pending'),(145474,15800,'thwma_order_shipping_status','wc-pending'),(145475,15801,'thwma_order_shipping_status','wc-pending'),(145476,15803,'thwma_order_shipping_status','wc-pending'),(145477,15804,'thwma_order_shipping_status','wc-pending'),(145478,15805,'thwma_order_shipping_status','wc-pending'),(145479,15806,'thwma_order_shipping_status','wc-pending'),(145480,15807,'thwma_order_shipping_status','wc-pending'),(145481,15808,'thwma_order_shipping_status','wc-pending'),(145482,15809,'thwma_order_shipping_status','wc-pending'),(145485,15811,'thwma_order_shipping_status','wc-pending'),(145486,15812,'thwma_order_shipping_status','wc-pending'),(145487,15816,'thwma_order_shipping_status','wc-pending'),(145488,15817,'thwma_order_shipping_status','wc-pending'),(145489,15819,'thwma_order_shipping_status','wc-pending'),(145490,15820,'thwma_order_shipping_status','wc-pending'),(145491,15821,'thwma_order_shipping_status','wc-pending'),(145492,15822,'thwma_order_shipping_status','wc-pending'),(145493,15823,'thwma_order_shipping_status','wc-pending'),(145494,15851,'_product_id','490'),(145495,15851,'_variation_id','0'),(145496,15851,'_qty','5'),(145497,15851,'_tax_class',''),(145498,15851,'_line_subtotal','98'),(145499,15851,'_line_subtotal_tax','0'),(145500,15851,'_line_total','98'),(145501,15851,'_line_tax','0'),(145502,15851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145503,15852,'_product_id','41'),(145504,15852,'_variation_id','0'),(145505,15852,'_qty','1'),(145506,15852,'_tax_class',''),(145507,15852,'_line_subtotal','66.48'),(145508,15852,'_line_subtotal_tax','0'),(145509,15852,'_line_total','66.48'),(145510,15852,'_line_tax','0'),(145511,15852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145512,15853,'_product_id','2110'),(145513,15853,'_variation_id','0'),(145514,15853,'_qty','1'),(145515,15853,'_tax_class',''),(145516,15853,'_line_subtotal','71.4'),(145517,15853,'_line_subtotal_tax','0'),(145518,15853,'_line_total','71.4'),(145519,15853,'_line_tax','0'),(145520,15853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145521,15854,'_product_id','2113'),(145522,15854,'_variation_id','0'),(145523,15854,'_qty','1'),(145524,15854,'_tax_class',''),(145525,15854,'_line_subtotal','172'),(145526,15854,'_line_subtotal_tax','0'),(145527,15854,'_line_total','172'),(145528,15854,'_line_tax','0'),(145529,15854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145530,15855,'method_id','fedex'),(145531,15855,'instance_id','1'),(145532,15855,'cost','17.14'),(145533,15855,'total_tax','0'),(145534,15855,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145535,15855,'Package 1','21.56 × 16.56 × 13.19 (in) 42.51lbs × 1'),(145536,15855,'Items','Bulk Active Rinse 100% RM &times; 5, Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(145537,15825,'thwma_order_shipping_status','wc-pending'),(145538,15826,'thwma_order_shipping_status','wc-pending'),(145539,15827,'thwma_order_shipping_status','wc-pending'),(145540,15828,'thwma_order_shipping_status','wc-pending'),(145541,15829,'thwma_order_shipping_status','wc-pending'),(145542,15830,'thwma_order_shipping_status','wc-pending'),(145543,15831,'thwma_order_shipping_status','wc-pending'),(145544,15832,'thwma_order_shipping_status','wc-pending'),(145545,15833,'thwma_order_shipping_status','wc-pending'),(145546,15834,'thwma_order_shipping_status','wc-pending'),(145547,15851,'thwma_order_shipping_status','wc-pending'),(145548,15852,'thwma_order_shipping_status','wc-pending'),(145549,15853,'thwma_order_shipping_status','wc-pending'),(145550,15854,'thwma_order_shipping_status','wc-pending'),(145637,15866,'_product_id','2113'),(145638,15866,'_variation_id','0'),(145639,15866,'_qty','3'),(145640,15866,'_tax_class',''),(145641,15866,'_line_subtotal','516'),(145642,15866,'_line_subtotal_tax','0'),(145643,15866,'_line_total','516'),(145644,15866,'_line_tax','0'),(145645,15866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145646,15867,'_product_id','2110'),(145647,15867,'_variation_id','0'),(145648,15867,'_qty','1'),(145649,15867,'_tax_class',''),(145650,15867,'_line_subtotal','71.4'),(145651,15867,'_line_subtotal_tax','0'),(145652,15867,'_line_total','71.4'),(145653,15867,'_line_tax','0'),(145654,15867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145655,15868,'_product_id','41'),(145656,15868,'_variation_id','0'),(145657,15868,'_qty','2'),(145658,15868,'_tax_class',''),(145659,15868,'_line_subtotal','132.96'),(145660,15868,'_line_subtotal_tax','0'),(145661,15868,'_line_total','132.96'),(145662,15868,'_line_tax','0'),(145663,15868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145664,15869,'_product_id','43'),(145665,15869,'_variation_id','0'),(145666,15869,'_qty','1'),(145667,15869,'_tax_class',''),(145668,15869,'_line_subtotal','79.2'),(145669,15869,'_line_subtotal_tax','0'),(145670,15869,'_line_total','79.2'),(145671,15869,'_line_tax','0'),(145672,15869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145673,15870,'_product_id','120'),(145674,15870,'_variation_id','0'),(145675,15870,'_qty','1'),(145676,15870,'_tax_class',''),(145677,15870,'_line_subtotal','52.8'),(145678,15870,'_line_subtotal_tax','0'),(145679,15870,'_line_total','52.8'),(145680,15870,'_line_tax','0'),(145681,15870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145682,15871,'_product_id','49'),(145683,15871,'_variation_id','0'),(145684,15871,'_qty','1'),(145685,15871,'_tax_class',''),(145686,15871,'_line_subtotal','79.2'),(145687,15871,'_line_subtotal_tax','0'),(145688,15871,'_line_total','79.2'),(145689,15871,'_line_tax','0'),(145690,15871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145691,15872,'_product_id','44'),(145692,15872,'_variation_id','0'),(145693,15872,'_qty','1'),(145694,15872,'_tax_class',''),(145695,15872,'_line_subtotal','116.16'),(145696,15872,'_line_subtotal_tax','0'),(145697,15872,'_line_total','116.16'),(145698,15872,'_line_tax','0'),(145699,15872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145700,15873,'_product_id','39'),(145701,15873,'_variation_id','0'),(145702,15873,'_qty','1'),(145703,15873,'_tax_class',''),(145704,15873,'_line_subtotal','79.2'),(145705,15873,'_line_subtotal_tax','0'),(145706,15873,'_line_total','79.2'),(145707,15873,'_line_tax','0'),(145708,15873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145709,15874,'_product_id','2408'),(145710,15874,'_variation_id','0'),(145711,15874,'_qty','1'),(145712,15874,'_tax_class',''),(145713,15874,'_line_subtotal','149.34'),(145714,15874,'_line_subtotal_tax','0'),(145715,15874,'_line_total','149.34'),(145716,15874,'_line_tax','0'),(145717,15874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145718,15875,'method_id','advanced_free_shipping'),(145719,15875,'instance_id','0'),(145720,15875,'cost','0.00'),(145721,15875,'total_tax','0'),(145722,15875,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145723,15876,'_product_id','2113'),(145724,15876,'_variation_id','0'),(145725,15876,'_qty','3'),(145726,15876,'_tax_class',''),(145727,15876,'_line_subtotal','516'),(145728,15876,'_line_subtotal_tax','0'),(145729,15876,'_line_total','516'),(145730,15876,'_line_tax','0'),(145731,15876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145732,15877,'_product_id','2110'),(145733,15877,'_variation_id','0'),(145734,15877,'_qty','1'),(145735,15877,'_tax_class',''),(145736,15877,'_line_subtotal','71.4'),(145737,15877,'_line_subtotal_tax','0'),(145738,15877,'_line_total','71.4'),(145739,15877,'_line_tax','0'),(145740,15877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145741,15878,'_product_id','41'),(145742,15878,'_variation_id','0'),(145743,15878,'_qty','1'),(145744,15878,'_tax_class',''),(145745,15878,'_line_subtotal','66.48'),(145746,15878,'_line_subtotal_tax','0'),(145747,15878,'_line_total','66.48'),(145748,15878,'_line_tax','0'),(145749,15878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145750,15879,'_product_id','44'),(145751,15879,'_variation_id','0'),(145752,15879,'_qty','1'),(145753,15879,'_tax_class',''),(145754,15879,'_line_subtotal','116.16'),(145755,15879,'_line_subtotal_tax','0'),(145756,15879,'_line_total','116.16'),(145757,15879,'_line_tax','0'),(145758,15879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145759,15880,'_product_id','39'),(145760,15880,'_variation_id','0'),(145761,15880,'_qty','1'),(145762,15880,'_tax_class',''),(145763,15880,'_line_subtotal','79.2'),(145764,15880,'_line_subtotal_tax','0'),(145765,15880,'_line_total','79.2'),(145766,15880,'_line_tax','0'),(145767,15880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145768,15881,'_product_id','2408'),(145769,15881,'_variation_id','0'),(145770,15881,'_qty','1'),(145771,15881,'_tax_class',''),(145772,15881,'_line_subtotal','149.34'),(145773,15881,'_line_subtotal_tax','0'),(145774,15881,'_line_total','149.34'),(145775,15881,'_line_tax','0'),(145776,15881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145777,15882,'_product_id','93'),(145778,15882,'_variation_id','0'),(145779,15882,'_qty','5'),(145780,15882,'_tax_class',''),(145781,15882,'_line_subtotal','0'),(145782,15882,'_line_subtotal_tax','0'),(145783,15882,'_line_total','0'),(145784,15882,'_line_tax','0'),(145785,15882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145786,15883,'method_id','advanced_free_shipping'),(145787,15883,'instance_id','0'),(145788,15883,'cost','0.00'),(145789,15883,'total_tax','0'),(145790,15883,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145805,15876,'thwma_order_shipping_status','wc-pending'),(145806,15877,'thwma_order_shipping_status','wc-pending'),(145807,15878,'thwma_order_shipping_status','wc-pending'),(145808,15879,'thwma_order_shipping_status','wc-pending'),(145809,15880,'thwma_order_shipping_status','wc-pending'),(145810,15881,'thwma_order_shipping_status','wc-pending'),(145811,15882,'thwma_order_shipping_status','wc-pending'),(145812,15836,'thwma_order_shipping_status','wc-pending'),(145813,15837,'thwma_order_shipping_status','wc-pending'),(145814,15838,'thwma_order_shipping_status','wc-pending'),(145815,15839,'thwma_order_shipping_status','wc-pending'),(145816,15840,'thwma_order_shipping_status','wc-pending'),(145817,15841,'thwma_order_shipping_status','wc-pending'),(145818,15842,'thwma_order_shipping_status','wc-pending'),(145819,15843,'thwma_order_shipping_status','wc-pending'),(145820,15844,'thwma_order_shipping_status','wc-pending'),(145821,15845,'thwma_order_shipping_status','wc-pending'),(145822,15846,'thwma_order_shipping_status','wc-pending'),(145823,15847,'thwma_order_shipping_status','wc-pending'),(145824,15848,'thwma_order_shipping_status','wc-pending'),(145825,15849,'thwma_order_shipping_status','wc-pending'),(145826,15884,'_product_id','93'),(145827,15884,'_variation_id','0'),(145828,15884,'_qty','5'),(145829,15884,'_tax_class',''),(145830,15884,'_line_subtotal','0'),(145831,15884,'_line_subtotal_tax','0'),(145832,15884,'_line_total','0'),(145833,15884,'_line_tax','0'),(145834,15884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145835,15885,'_product_id','99'),(145836,15885,'_variation_id','0'),(145837,15885,'_qty','1'),(145838,15885,'_tax_class',''),(145839,15885,'_line_subtotal','0'),(145840,15885,'_line_subtotal_tax','0'),(145841,15885,'_line_total','0'),(145842,15885,'_line_tax','0'),(145843,15885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145844,15886,'method_id','fedex'),(145845,15886,'instance_id','1'),(145846,15886,'cost','11.71'),(145847,15886,'total_tax','0'),(145848,15886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145849,15886,'Package 1','15.81 × 12.94 × 10.19 (in) 20.54lbs × 1'),(145850,15886,'Items','Bulk Active Rinse 100% &times; 5, Bulk Mousse 1 Gallon &times; 1'),(145853,15887,'_product_id','45'),(145854,15887,'_variation_id','0'),(145855,15887,'_qty','4'),(145856,15887,'_tax_class',''),(145857,15887,'_line_subtotal','168.96'),(145858,15887,'_line_subtotal_tax','0'),(145859,15887,'_line_total','168.96'),(145860,15887,'_line_tax','0'),(145861,15887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145862,15888,'_product_id','39'),(145863,15888,'_variation_id','0'),(145864,15888,'_qty','2'),(145865,15888,'_tax_class',''),(145866,15888,'_line_subtotal','158.4'),(145867,15888,'_line_subtotal_tax','0'),(145868,15888,'_line_total','158.4'),(145869,15888,'_line_tax','0'),(145870,15888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145871,15889,'_product_id','40'),(145872,15889,'_variation_id','0'),(145873,15889,'_qty','2'),(145874,15889,'_tax_class',''),(145875,15889,'_line_subtotal','158.4'),(145876,15889,'_line_subtotal_tax','0'),(145877,15889,'_line_total','158.4'),(145878,15889,'_line_tax','0'),(145879,15889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145880,15890,'_product_id','133'),(145881,15890,'_variation_id','0'),(145882,15890,'_qty','10'),(145883,15890,'_tax_class',''),(145884,15890,'_line_subtotal','143'),(145885,15890,'_line_subtotal_tax','0'),(145886,15890,'_line_total','143'),(145887,15890,'_line_tax','0'),(145888,15890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145889,15891,'_product_id','490'),(145890,15891,'_variation_id','0'),(145891,15891,'_qty','5'),(145892,15891,'_tax_class',''),(145893,15891,'_line_subtotal','98'),(145894,15891,'_line_subtotal_tax','0'),(145895,15891,'_line_total','98'),(145896,15891,'_line_tax','0'),(145897,15891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145898,15892,'_product_id','2408'),(145899,15892,'_variation_id','0'),(145900,15892,'_qty','4'),(145901,15892,'_tax_class',''),(145902,15892,'_line_subtotal','597.36'),(145903,15892,'_line_subtotal_tax','0'),(145904,15892,'_line_total','597.36'),(145905,15892,'_line_tax','0'),(145906,15892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145907,15893,'_product_id','2113'),(145908,15893,'_variation_id','0'),(145909,15893,'_qty','1'),(145910,15893,'_tax_class',''),(145911,15893,'_line_subtotal','172'),(145912,15893,'_line_subtotal_tax','0'),(145913,15893,'_line_total','172'),(145914,15893,'_line_tax','0'),(145915,15893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145916,15894,'_product_id','2110'),(145917,15894,'_variation_id','0'),(145918,15894,'_qty','2'),(145919,15894,'_tax_class',''),(145920,15894,'_line_subtotal','142.8'),(145921,15894,'_line_subtotal_tax','0'),(145922,15894,'_line_total','142.8'),(145923,15894,'_line_tax','0'),(145924,15894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145925,15895,'method_id','advanced_free_shipping'),(145926,15895,'instance_id','0'),(145927,15895,'cost','0.00'),(145928,15895,'total_tax','0'),(145929,15895,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145930,15896,'_product_id','488'),(145931,15896,'_variation_id','0'),(145932,15896,'_qty','8'),(145933,15896,'_tax_class',''),(145934,15896,'_line_subtotal','250.8'),(145935,15896,'_line_subtotal_tax','0'),(145936,15896,'_line_total','250.8'),(145937,15896,'_line_tax','0'),(145938,15896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145939,15897,'_product_id','2110'),(145940,15897,'_variation_id','0'),(145941,15897,'_qty','1'),(145942,15897,'_tax_class',''),(145943,15897,'_line_subtotal','71.4'),(145944,15897,'_line_subtotal_tax','0'),(145945,15897,'_line_total','71.4'),(145946,15897,'_line_tax','0'),(145947,15897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145948,15898,'_product_id','2113'),(145949,15898,'_variation_id','0'),(145950,15898,'_qty','1'),(145951,15898,'_tax_class',''),(145952,15898,'_line_subtotal','172'),(145953,15898,'_line_subtotal_tax','0'),(145954,15898,'_line_total','172'),(145955,15898,'_line_tax','0'),(145956,15898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145957,15899,'_product_id','42'),(145958,15899,'_variation_id','0'),(145959,15899,'_qty','2'),(145960,15899,'_tax_class',''),(145961,15899,'_line_subtotal','158.4'),(145962,15899,'_line_subtotal_tax','0'),(145963,15899,'_line_total','158.4'),(145964,15899,'_line_tax','0'),(145965,15899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145966,15900,'_product_id','41'),(145967,15900,'_variation_id','0'),(145968,15900,'_qty','21'),(145969,15900,'_tax_class',''),(145970,15900,'_line_subtotal','1396.08'),(145971,15900,'_line_subtotal_tax','0'),(145972,15900,'_line_total','1396.08'),(145973,15900,'_line_tax','0'),(145974,15900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145975,15901,'_product_id','45'),(145976,15901,'_variation_id','0'),(145977,15901,'_qty','1'),(145978,15901,'_tax_class',''),(145979,15901,'_line_subtotal','42.24'),(145980,15901,'_line_subtotal_tax','0'),(145981,15901,'_line_total','42.24'),(145982,15901,'_line_tax','0'),(145983,15901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145984,15902,'_product_id','2408'),(145985,15902,'_variation_id','0'),(145986,15902,'_qty','1'),(145987,15902,'_tax_class',''),(145988,15902,'_line_subtotal','149.34'),(145989,15902,'_line_subtotal_tax','0'),(145990,15902,'_line_total','149.34'),(145991,15902,'_line_tax','0'),(145992,15902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(145993,15903,'method_id','advanced_free_shipping'),(145994,15903,'instance_id','0'),(145995,15903,'cost','0.00'),(145996,15903,'total_tax','0'),(145997,15903,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(145998,15904,'_product_id','23'),(145999,15904,'_variation_id','0'),(146000,15904,'_qty','2'),(146001,15904,'_tax_class',''),(146002,15904,'_line_subtotal','137.08'),(146003,15904,'_line_subtotal_tax','0'),(146004,15904,'_line_total','137.08'),(146005,15904,'_line_tax','0'),(146006,15904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146007,15905,'_product_id','2110'),(146008,15905,'_variation_id','0'),(146009,15905,'_qty','2'),(146010,15905,'_tax_class',''),(146011,15905,'_line_subtotal','142.8'),(146012,15905,'_line_subtotal_tax','0'),(146013,15905,'_line_total','142.8'),(146014,15905,'_line_tax','0'),(146015,15905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146016,15906,'_product_id','2113'),(146017,15906,'_variation_id','0'),(146018,15906,'_qty','1'),(146019,15906,'_tax_class',''),(146020,15906,'_line_subtotal','172'),(146021,15906,'_line_subtotal_tax','0'),(146022,15906,'_line_total','172'),(146023,15906,'_line_tax','0'),(146024,15906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146025,15907,'_product_id','41'),(146026,15907,'_variation_id','0'),(146027,15907,'_qty','3'),(146028,15907,'_tax_class',''),(146029,15907,'_line_subtotal','199.44'),(146030,15907,'_line_subtotal_tax','0'),(146031,15907,'_line_total','199.44'),(146032,15907,'_line_tax','0'),(146033,15907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146034,15908,'_product_id','45'),(146035,15908,'_variation_id','0'),(146036,15908,'_qty','1'),(146037,15908,'_tax_class',''),(146038,15908,'_line_subtotal','42.24'),(146039,15908,'_line_subtotal_tax','0'),(146040,15908,'_line_total','42.24'),(146041,15908,'_line_tax','0'),(146042,15908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146043,15909,'_product_id','120'),(146044,15909,'_variation_id','0'),(146045,15909,'_qty','1'),(146046,15909,'_tax_class',''),(146047,15909,'_line_subtotal','52.8'),(146048,15909,'_line_subtotal_tax','0'),(146049,15909,'_line_total','52.8'),(146050,15909,'_line_tax','0'),(146051,15909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146052,15910,'_product_id','43'),(146053,15910,'_variation_id','0'),(146054,15910,'_qty','3'),(146055,15910,'_tax_class',''),(146056,15910,'_line_subtotal','237.6'),(146057,15910,'_line_subtotal_tax','0'),(146058,15910,'_line_total','237.6'),(146059,15910,'_line_tax','0'),(146060,15910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146061,15911,'_product_id','131'),(146062,15911,'_variation_id','0'),(146063,15911,'_qty','1'),(146064,15911,'_tax_class',''),(146065,15911,'_line_subtotal','12.65'),(146066,15911,'_line_subtotal_tax','0'),(146067,15911,'_line_total','12.65'),(146068,15911,'_line_tax','0'),(146069,15911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146070,15912,'_product_id','133'),(146071,15912,'_variation_id','0'),(146072,15912,'_qty','10'),(146073,15912,'_tax_class',''),(146074,15912,'_line_subtotal','143'),(146075,15912,'_line_subtotal_tax','0'),(146076,15912,'_line_total','143'),(146077,15912,'_line_tax','0'),(146078,15912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146079,15913,'method_id','advanced_free_shipping'),(146080,15913,'instance_id','0'),(146081,15913,'cost','0.00'),(146082,15913,'total_tax','0'),(146083,15913,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146084,15914,'_product_id','42'),(146085,15914,'_variation_id','0'),(146086,15914,'_qty','2'),(146087,15914,'_tax_class',''),(146088,15914,'_line_subtotal','158.4'),(146089,15914,'_line_subtotal_tax','0'),(146090,15914,'_line_total','158.4'),(146091,15914,'_line_tax','0'),(146092,15914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146093,15915,'_product_id','2110'),(146094,15915,'_variation_id','0'),(146095,15915,'_qty','3'),(146096,15915,'_tax_class',''),(146097,15915,'_line_subtotal','214.2'),(146098,15915,'_line_subtotal_tax','0'),(146099,15915,'_line_total','214.2'),(146100,15915,'_line_tax','0'),(146101,15915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146102,15916,'_product_id','2113'),(146103,15916,'_variation_id','0'),(146104,15916,'_qty','2'),(146105,15916,'_tax_class',''),(146106,15916,'_line_subtotal','344'),(146107,15916,'_line_subtotal_tax','0'),(146108,15916,'_line_total','344'),(146109,15916,'_line_tax','0'),(146110,15916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146111,15917,'_product_id','116'),(146112,15917,'_variation_id','0'),(146113,15917,'_qty','1'),(146114,15917,'_tax_class',''),(146115,15917,'_line_subtotal','145.44'),(146116,15917,'_line_subtotal_tax','0'),(146117,15917,'_line_total','145.44'),(146118,15917,'_line_tax','0'),(146119,15917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146120,15918,'_product_id','41'),(146121,15918,'_variation_id','0'),(146122,15918,'_qty','3'),(146123,15918,'_tax_class',''),(146124,15918,'_line_subtotal','199.44'),(146125,15918,'_line_subtotal_tax','0'),(146126,15918,'_line_total','199.44'),(146127,15918,'_line_tax','0'),(146128,15918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146129,15919,'_product_id','45'),(146130,15919,'_variation_id','0'),(146131,15919,'_qty','3'),(146132,15919,'_tax_class',''),(146133,15919,'_line_subtotal','126.72'),(146134,15919,'_line_subtotal_tax','0'),(146135,15919,'_line_total','126.72'),(146136,15919,'_line_tax','0'),(146137,15919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146138,15920,'_product_id','45'),(146139,15920,'_variation_id','0'),(146140,15920,'_qty','3'),(146141,15920,'_tax_class',''),(146142,15920,'_line_subtotal','126.72'),(146143,15920,'_line_subtotal_tax','0'),(146144,15920,'_line_total','126.72'),(146145,15920,'_line_tax','0'),(146146,15920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146147,15921,'_product_id','2400'),(146148,15921,'_variation_id','0'),(146149,15921,'_qty','1'),(146150,15921,'_tax_class',''),(146151,15921,'_line_subtotal','186.3'),(146152,15921,'_line_subtotal_tax','0'),(146153,15921,'_line_total','186.3'),(146154,15921,'_line_tax','0'),(146155,15921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146156,15922,'_product_id','2408'),(146157,15922,'_variation_id','0'),(146158,15922,'_qty','1'),(146159,15922,'_tax_class',''),(146160,15922,'_line_subtotal','149.34'),(146161,15922,'_line_subtotal_tax','0'),(146162,15922,'_line_total','149.34'),(146163,15922,'_line_tax','0'),(146164,15922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146165,15923,'_product_id','39'),(146166,15923,'_variation_id','0'),(146167,15923,'_qty','1'),(146168,15923,'_tax_class',''),(146169,15923,'_line_subtotal','79.2'),(146170,15923,'_line_subtotal_tax','0'),(146171,15923,'_line_total','79.2'),(146172,15923,'_line_tax','0'),(146173,15923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146174,15924,'_product_id','40'),(146175,15924,'_variation_id','0'),(146176,15924,'_qty','1'),(146177,15924,'_tax_class',''),(146178,15924,'_line_subtotal','79.2'),(146179,15924,'_line_subtotal_tax','0'),(146180,15924,'_line_total','79.2'),(146181,15924,'_line_tax','0'),(146182,15924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146183,15925,'_product_id','120'),(146184,15925,'_variation_id','0'),(146185,15925,'_qty','1'),(146186,15925,'_tax_class',''),(146187,15925,'_line_subtotal','52.8'),(146188,15925,'_line_subtotal_tax','0'),(146189,15925,'_line_total','52.8'),(146190,15925,'_line_tax','0'),(146191,15925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146192,15926,'_product_id','43'),(146193,15926,'_variation_id','0'),(146194,15926,'_qty','1'),(146195,15926,'_tax_class',''),(146196,15926,'_line_subtotal','79.2'),(146197,15926,'_line_subtotal_tax','0'),(146198,15926,'_line_total','79.2'),(146199,15926,'_line_tax','0'),(146200,15926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146201,15927,'_product_id','43'),(146202,15927,'_variation_id','0'),(146203,15927,'_qty','2'),(146204,15927,'_tax_class',''),(146205,15927,'_line_subtotal','158.4'),(146206,15927,'_line_subtotal_tax','0'),(146207,15927,'_line_total','158.4'),(146208,15927,'_line_tax','0'),(146209,15927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146210,15928,'_product_id','49'),(146211,15928,'_variation_id','0'),(146212,15928,'_qty','2'),(146213,15928,'_tax_class',''),(146214,15928,'_line_subtotal','158.4'),(146215,15928,'_line_subtotal_tax','0'),(146216,15928,'_line_total','158.4'),(146217,15928,'_line_tax','0'),(146218,15928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146219,15929,'_product_id','44'),(146220,15929,'_variation_id','0'),(146221,15929,'_qty','1'),(146222,15929,'_tax_class',''),(146223,15929,'_line_subtotal','116.16'),(146224,15929,'_line_subtotal_tax','0'),(146225,15929,'_line_total','116.16'),(146226,15929,'_line_tax','0'),(146227,15929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146228,15930,'_product_id','490'),(146229,15930,'_variation_id','0'),(146230,15930,'_qty','10'),(146231,15930,'_tax_class',''),(146232,15930,'_line_subtotal','196'),(146233,15930,'_line_subtotal_tax','0'),(146234,15930,'_line_total','196'),(146235,15930,'_line_tax','0'),(146236,15930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146237,15931,'_product_id','488'),(146238,15931,'_variation_id','0'),(146239,15931,'_qty','2'),(146240,15931,'_tax_class',''),(146241,15931,'_line_subtotal','62.7'),(146242,15931,'_line_subtotal_tax','0'),(146243,15931,'_line_total','62.7'),(146244,15931,'_line_tax','0'),(146245,15931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146246,15932,'_product_id','487'),(146247,15932,'_variation_id','0'),(146248,15932,'_qty','2'),(146249,15932,'_tax_class',''),(146250,15932,'_line_subtotal','62.7'),(146251,15932,'_line_subtotal_tax','0'),(146252,15932,'_line_total','62.7'),(146253,15932,'_line_tax','0'),(146254,15932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146255,15933,'method_id','advanced_free_shipping'),(146256,15933,'instance_id','0'),(146257,15933,'cost','0.00'),(146258,15933,'total_tax','0'),(146259,15933,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146269,15896,'thwma_order_shipping_status','wc-pending'),(146270,15897,'thwma_order_shipping_status','wc-pending'),(146271,15898,'thwma_order_shipping_status','wc-pending'),(146272,15899,'thwma_order_shipping_status','wc-pending'),(146273,15900,'thwma_order_shipping_status','wc-pending'),(146274,15901,'thwma_order_shipping_status','wc-pending'),(146275,15902,'thwma_order_shipping_status','wc-pending'),(146276,15887,'thwma_order_shipping_status','wc-pending'),(146277,15888,'thwma_order_shipping_status','wc-pending'),(146278,15889,'thwma_order_shipping_status','wc-pending'),(146279,15890,'thwma_order_shipping_status','wc-pending'),(146280,15891,'thwma_order_shipping_status','wc-pending'),(146281,15892,'thwma_order_shipping_status','wc-pending'),(146282,15893,'thwma_order_shipping_status','wc-pending'),(146283,15894,'thwma_order_shipping_status','wc-pending'),(146284,15934,'_product_id','2113'),(146285,15934,'_variation_id','0'),(146286,15934,'_qty','1'),(146287,15934,'_tax_class',''),(146288,15934,'_line_subtotal','172'),(146289,15934,'_line_subtotal_tax','0'),(146290,15934,'_line_total','172'),(146291,15934,'_line_tax','0'),(146292,15934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146293,15935,'_product_id','116'),(146294,15935,'_variation_id','0'),(146295,15935,'_qty','1'),(146296,15935,'_tax_class',''),(146297,15935,'_line_subtotal','145.44'),(146298,15935,'_line_subtotal_tax','0'),(146299,15935,'_line_total','145.44'),(146300,15935,'_line_tax','0'),(146301,15935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146302,15936,'_product_id','49'),(146303,15936,'_variation_id','0'),(146304,15936,'_qty','3'),(146305,15936,'_tax_class',''),(146306,15936,'_line_subtotal','237.6'),(146307,15936,'_line_subtotal_tax','0'),(146308,15936,'_line_total','237.6'),(146309,15936,'_line_tax','0'),(146310,15936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146311,15937,'method_id','advanced_free_shipping'),(146312,15937,'instance_id','0'),(146313,15937,'cost','0.00'),(146314,15937,'total_tax','0'),(146315,15937,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146316,15938,'_product_id','41'),(146317,15938,'_variation_id','0'),(146318,15938,'_qty','8'),(146319,15938,'_tax_class',''),(146320,15938,'_line_subtotal','531.84'),(146321,15938,'_line_subtotal_tax','0'),(146322,15938,'_line_total','531.84'),(146323,15938,'_line_tax','0'),(146324,15938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146325,15939,'method_id','advanced_free_shipping'),(146326,15939,'instance_id','0'),(146327,15939,'cost','0.00'),(146328,15939,'total_tax','0'),(146329,15939,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146330,15884,'thwma_order_shipping_status','wc-pending'),(146331,15885,'thwma_order_shipping_status','wc-pending'),(146332,15940,'_product_id','488'),(146333,15940,'_variation_id','0'),(146334,15940,'_qty','2'),(146335,15940,'_tax_class',''),(146336,15940,'_line_subtotal','62.7'),(146337,15940,'_line_subtotal_tax','0'),(146338,15940,'_line_total','62.7'),(146339,15940,'_line_tax','0'),(146340,15940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146341,15941,'_product_id','490'),(146342,15941,'_variation_id','0'),(146343,15941,'_qty','10'),(146344,15941,'_tax_class',''),(146345,15941,'_line_subtotal','196'),(146346,15941,'_line_subtotal_tax','0'),(146347,15941,'_line_total','196'),(146348,15941,'_line_tax','0'),(146349,15941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146350,15942,'_product_id','2110'),(146351,15942,'_variation_id','0'),(146352,15942,'_qty','2'),(146353,15942,'_tax_class',''),(146354,15942,'_line_subtotal','142.8'),(146355,15942,'_line_subtotal_tax','0'),(146356,15942,'_line_total','142.8'),(146357,15942,'_line_tax','0'),(146358,15942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146359,15943,'_product_id','2113'),(146360,15943,'_variation_id','0'),(146361,15943,'_qty','2'),(146362,15943,'_tax_class',''),(146363,15943,'_line_subtotal','344'),(146364,15943,'_line_subtotal_tax','0'),(146365,15943,'_line_total','344'),(146366,15943,'_line_tax','0'),(146367,15943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146368,15944,'_product_id','41'),(146369,15944,'_variation_id','0'),(146370,15944,'_qty','2'),(146371,15944,'_tax_class',''),(146372,15944,'_line_subtotal','132.96'),(146373,15944,'_line_subtotal_tax','0'),(146374,15944,'_line_total','132.96'),(146375,15944,'_line_tax','0'),(146376,15944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146377,15945,'_product_id','45'),(146378,15945,'_variation_id','0'),(146379,15945,'_qty','1'),(146380,15945,'_tax_class',''),(146381,15945,'_line_subtotal','42.24'),(146382,15945,'_line_subtotal_tax','0'),(146383,15945,'_line_total','42.24'),(146384,15945,'_line_tax','0'),(146385,15945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146386,15946,'_product_id','49'),(146387,15946,'_variation_id','0'),(146388,15946,'_qty','1'),(146389,15946,'_tax_class',''),(146390,15946,'_line_subtotal','79.2'),(146391,15946,'_line_subtotal_tax','0'),(146392,15946,'_line_total','79.2'),(146393,15946,'_line_tax','0'),(146394,15946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146395,15947,'method_id','advanced_free_shipping'),(146396,15947,'instance_id','0'),(146397,15947,'cost','0.00'),(146398,15947,'total_tax','0'),(146399,15947,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146400,15948,'_product_id','2113'),(146401,15948,'_variation_id','0'),(146402,15948,'_qty','2'),(146403,15948,'_tax_class',''),(146404,15948,'_line_subtotal','344'),(146405,15948,'_line_subtotal_tax','0'),(146406,15948,'_line_total','344'),(146407,15948,'_line_tax','0'),(146408,15948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146409,15949,'_product_id','2110'),(146410,15949,'_variation_id','0'),(146411,15949,'_qty','2'),(146412,15949,'_tax_class',''),(146413,15949,'_line_subtotal','142.8'),(146414,15949,'_line_subtotal_tax','0'),(146415,15949,'_line_total','142.8'),(146416,15949,'_line_tax','0'),(146417,15949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146418,15950,'_product_id','23'),(146419,15950,'_variation_id','0'),(146420,15950,'_qty','1'),(146421,15950,'_tax_class',''),(146422,15950,'_line_subtotal','68.54'),(146423,15950,'_line_subtotal_tax','0'),(146424,15950,'_line_total','68.54'),(146425,15950,'_line_tax','0'),(146426,15950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146427,15951,'_product_id','41'),(146428,15951,'_variation_id','0'),(146429,15951,'_qty','1'),(146430,15951,'_tax_class',''),(146431,15951,'_line_subtotal','66.48'),(146432,15951,'_line_subtotal_tax','0'),(146433,15951,'_line_total','66.48'),(146434,15951,'_line_tax','0'),(146435,15951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146436,15952,'_product_id','45'),(146437,15952,'_variation_id','0'),(146438,15952,'_qty','1'),(146439,15952,'_tax_class',''),(146440,15952,'_line_subtotal','42.24'),(146441,15952,'_line_subtotal_tax','0'),(146442,15952,'_line_total','42.24'),(146443,15952,'_line_tax','0'),(146444,15952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146445,15953,'_product_id','490'),(146446,15953,'_variation_id','0'),(146447,15953,'_qty','8'),(146448,15953,'_tax_class',''),(146449,15953,'_line_subtotal','156.8'),(146450,15953,'_line_subtotal_tax','0'),(146451,15953,'_line_total','156.8'),(146452,15953,'_line_tax','0'),(146453,15953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146454,15954,'method_id','advanced_free_shipping'),(146455,15954,'instance_id','0'),(146456,15954,'cost','0.00'),(146457,15954,'total_tax','0'),(146458,15954,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146459,15934,'thwma_order_shipping_status','wc-pending'),(146460,15935,'thwma_order_shipping_status','wc-pending'),(146461,15936,'thwma_order_shipping_status','wc-pending'),(146462,15940,'thwma_order_shipping_status','wc-pending'),(146463,15941,'thwma_order_shipping_status','wc-pending'),(146464,15942,'thwma_order_shipping_status','wc-pending'),(146465,15943,'thwma_order_shipping_status','wc-pending'),(146466,15944,'thwma_order_shipping_status','wc-pending'),(146467,15945,'thwma_order_shipping_status','wc-pending'),(146468,15946,'thwma_order_shipping_status','wc-pending'),(146469,15955,'_product_id','2110'),(146470,15955,'_variation_id','0'),(146471,15955,'_qty','4'),(146472,15955,'_tax_class',''),(146473,15955,'_line_subtotal','285.6'),(146474,15955,'_line_subtotal_tax','0'),(146475,15955,'_line_total','285.6'),(146476,15955,'_line_tax','0'),(146477,15955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146478,15956,'_product_id','2113'),(146479,15956,'_variation_id','0'),(146480,15956,'_qty','2'),(146481,15956,'_tax_class',''),(146482,15956,'_line_subtotal','344'),(146483,15956,'_line_subtotal_tax','0'),(146484,15956,'_line_total','344'),(146485,15956,'_line_tax','0'),(146486,15956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146487,15957,'_product_id','42'),(146488,15957,'_variation_id','0'),(146489,15957,'_qty','3'),(146490,15957,'_tax_class',''),(146491,15957,'_line_subtotal','237.6'),(146492,15957,'_line_subtotal_tax','0'),(146493,15957,'_line_total','237.6'),(146494,15957,'_line_tax','0'),(146495,15957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146496,15958,'_product_id','41'),(146497,15958,'_variation_id','0'),(146498,15958,'_qty','5'),(146499,15958,'_tax_class',''),(146500,15958,'_line_subtotal','332.4'),(146501,15958,'_line_subtotal_tax','0'),(146502,15958,'_line_total','332.4'),(146503,15958,'_line_tax','0'),(146504,15958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146505,15959,'_product_id','2400'),(146506,15959,'_variation_id','0'),(146507,15959,'_qty','3'),(146508,15959,'_tax_class',''),(146509,15959,'_line_subtotal','558.9'),(146510,15959,'_line_subtotal_tax','0'),(146511,15959,'_line_total','558.9'),(146512,15959,'_line_tax','0'),(146513,15959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146514,15960,'_product_id','2408'),(146515,15960,'_variation_id','0'),(146516,15960,'_qty','3'),(146517,15960,'_tax_class',''),(146518,15960,'_line_subtotal','448.02'),(146519,15960,'_line_subtotal_tax','0'),(146520,15960,'_line_total','448.02'),(146521,15960,'_line_tax','0'),(146522,15960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146523,15961,'_product_id','39'),(146524,15961,'_variation_id','0'),(146525,15961,'_qty','3'),(146526,15961,'_tax_class',''),(146527,15961,'_line_subtotal','237.6'),(146528,15961,'_line_subtotal_tax','0'),(146529,15961,'_line_total','237.6'),(146530,15961,'_line_tax','0'),(146531,15961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146532,15962,'_product_id','40'),(146533,15962,'_variation_id','0'),(146534,15962,'_qty','3'),(146535,15962,'_tax_class',''),(146536,15962,'_line_subtotal','237.6'),(146537,15962,'_line_subtotal_tax','0'),(146538,15962,'_line_total','237.6'),(146539,15962,'_line_tax','0'),(146540,15962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146541,15963,'_product_id','120'),(146542,15963,'_variation_id','0'),(146543,15963,'_qty','3'),(146544,15963,'_tax_class',''),(146545,15963,'_line_subtotal','158.4'),(146546,15963,'_line_subtotal_tax','0'),(146547,15963,'_line_total','158.4'),(146548,15963,'_line_tax','0'),(146549,15963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146550,15964,'_product_id','43'),(146551,15964,'_variation_id','0'),(146552,15964,'_qty','6'),(146553,15964,'_tax_class',''),(146554,15964,'_line_subtotal','475.2'),(146555,15964,'_line_subtotal_tax','0'),(146556,15964,'_line_total','475.2'),(146557,15964,'_line_tax','0'),(146558,15964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146559,15965,'_product_id','44'),(146560,15965,'_variation_id','0'),(146561,15965,'_qty','3'),(146562,15965,'_tax_class',''),(146563,15965,'_line_subtotal','348.48'),(146564,15965,'_line_subtotal_tax','0'),(146565,15965,'_line_total','348.48'),(146566,15965,'_line_tax','0'),(146567,15965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146568,15966,'_product_id','490'),(146569,15966,'_variation_id','0'),(146570,15966,'_qty','45'),(146571,15966,'_tax_class',''),(146572,15966,'_line_subtotal','882'),(146573,15966,'_line_subtotal_tax','0'),(146574,15966,'_line_total','882'),(146575,15966,'_line_tax','0'),(146576,15966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146577,15967,'_product_id','487'),(146578,15967,'_variation_id','0'),(146579,15967,'_qty','3'),(146580,15967,'_tax_class',''),(146581,15967,'_line_subtotal','94.05'),(146582,15967,'_line_subtotal_tax','0'),(146583,15967,'_line_total','94.05'),(146584,15967,'_line_tax','0'),(146585,15967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146586,15968,'method_id','advanced_free_shipping'),(146587,15968,'instance_id','0'),(146588,15968,'cost','0.00'),(146589,15968,'total_tax','0'),(146590,15968,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146835,15997,'_product_id','23'),(146836,15997,'_variation_id','0'),(146837,15997,'_qty','1'),(146838,15997,'_tax_class',''),(146839,15997,'_line_subtotal','68.54'),(146840,15997,'_line_subtotal_tax','0'),(146841,15997,'_line_total','68.54'),(146842,15997,'_line_tax','0'),(146843,15997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146844,15998,'_product_id','41'),(146845,15998,'_variation_id','0'),(146846,15998,'_qty','2'),(146847,15998,'_tax_class',''),(146848,15998,'_line_subtotal','132.96'),(146849,15998,'_line_subtotal_tax','0'),(146850,15998,'_line_total','132.96'),(146851,15998,'_line_tax','0'),(146852,15998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146853,15999,'_product_id','137'),(146854,15999,'_variation_id','0'),(146855,15999,'_qty','5'),(146856,15999,'_tax_class',''),(146857,15999,'_line_subtotal','30.25'),(146858,15999,'_line_subtotal_tax','0'),(146859,15999,'_line_total','30.25'),(146860,15999,'_line_tax','0'),(146861,15999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146862,16000,'method_id','fedex'),(146863,16000,'instance_id','1'),(146864,16000,'cost','14.43'),(146865,16000,'total_tax','0'),(146866,16000,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(146867,16000,'Package 1','11.88 × 11 × 10.75 (in) 14.6lbs × 1'),(146868,16000,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, The Wet Brush &times; 5'),(146869,16001,'_product_id','41'),(146870,16001,'_variation_id','0'),(146871,16001,'_qty','5'),(146872,16001,'_tax_class',''),(146873,16001,'_line_subtotal','332.4'),(146874,16001,'_line_subtotal_tax','0'),(146875,16001,'_line_total','332.4'),(146876,16001,'_line_tax','0'),(146877,16001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146878,16001,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:0:\"\";}'),(146879,16002,'_product_id','49'),(146880,16002,'_variation_id','0'),(146881,16002,'_qty','5'),(146882,16002,'_tax_class',''),(146883,16002,'_line_subtotal','396'),(146884,16002,'_line_subtotal_tax','0'),(146885,16002,'_line_total','396'),(146886,16002,'_line_tax','0'),(146887,16002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146888,16002,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(146889,16003,'_product_id','488'),(146890,16003,'_variation_id','0'),(146891,16003,'_qty','2'),(146892,16003,'_tax_class',''),(146893,16003,'_line_subtotal','62.7'),(146894,16003,'_line_subtotal_tax','0'),(146895,16003,'_line_total','62.7'),(146896,16003,'_line_tax','0'),(146897,16003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146898,16003,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(146899,16004,'_product_id','487'),(146900,16004,'_variation_id','0'),(146901,16004,'_qty','2'),(146902,16004,'_tax_class',''),(146903,16004,'_line_subtotal','62.7'),(146904,16004,'_line_subtotal_tax','0'),(146905,16004,'_line_total','62.7'),(146906,16004,'_line_tax','0'),(146907,16004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146908,16004,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(146909,16005,'_product_id','42'),(146910,16005,'_variation_id','0'),(146911,16005,'_qty','3'),(146912,16005,'_tax_class',''),(146913,16005,'_line_subtotal','237.6'),(146914,16005,'_line_subtotal_tax','0'),(146915,16005,'_line_total','237.6'),(146916,16005,'_line_tax','0'),(146917,16005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146918,16005,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:3;s:13:\"multi_ship_id\";s:12:\"multi_ship_5\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";}'),(146919,16006,'_product_id','41'),(146920,16006,'_variation_id','0'),(146921,16006,'_qty','5'),(146922,16006,'_tax_class',''),(146923,16006,'_line_subtotal','332.4'),(146924,16006,'_line_subtotal_tax','0'),(146925,16006,'_line_total','332.4'),(146926,16006,'_line_tax','0'),(146927,16006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146928,16006,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:41;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"dc41b77846a8c4ec812ab9c8b0ba942d\";}}'),(146929,16006,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:12:\"multi_ship_6\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(146930,16007,'_product_id','42'),(146931,16007,'_variation_id','0'),(146932,16007,'_qty','2'),(146933,16007,'_tax_class',''),(146934,16007,'_line_subtotal','158.4'),(146935,16007,'_line_subtotal_tax','0'),(146936,16007,'_line_total','158.4'),(146937,16007,'_line_tax','0'),(146938,16007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146939,16007,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:42;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"d1ef126dd5794bc353854e3f60256448\";}}'),(146940,16007,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_7\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(146941,16008,'_product_id','39'),(146942,16008,'_variation_id','0'),(146943,16008,'_qty','2'),(146944,16008,'_tax_class',''),(146945,16008,'_line_subtotal','158.4'),(146946,16008,'_line_subtotal_tax','0'),(146947,16008,'_line_total','158.4'),(146948,16008,'_line_tax','0'),(146949,16008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146950,16008,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:39;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"28602f9d5f902b934eed7d9bb0a35853\";}}'),(146951,16008,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_8\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(146952,16009,'_product_id','40'),(146953,16009,'_variation_id','0'),(146954,16009,'_qty','2'),(146955,16009,'_tax_class',''),(146956,16009,'_line_subtotal','158.4'),(146957,16009,'_line_subtotal_tax','0'),(146958,16009,'_line_total','158.4'),(146959,16009,'_line_tax','0'),(146960,16009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146961,16009,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:40;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"d015085d918dea9f3ad5822fc277afa1\";}}'),(146962,16009,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:12:\"multi_ship_9\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(146963,16010,'_product_id','49'),(146964,16010,'_variation_id','0'),(146965,16010,'_qty','4'),(146966,16010,'_tax_class',''),(146967,16010,'_line_subtotal','316.8'),(146968,16010,'_line_subtotal_tax','0'),(146969,16010,'_line_total','316.8'),(146970,16010,'_line_tax','0'),(146971,16010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146972,16010,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:49;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"4816f1cea5c1d1e8a375b01775a7ec79\";}}'),(146973,16010,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:13:\"multi_ship_10\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(146974,16011,'_product_id','42'),(146975,16011,'_variation_id','0'),(146976,16011,'_qty','2'),(146977,16011,'_tax_class',''),(146978,16011,'_line_subtotal','158.4'),(146979,16011,'_line_subtotal_tax','0'),(146980,16011,'_line_total','158.4'),(146981,16011,'_line_tax','0'),(146982,16011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146983,16011,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:42;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"f99507cda23257584ab7501688c28ef6\";}}'),(146984,16011,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:42;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_11\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(146985,16012,'_product_id','41'),(146986,16012,'_variation_id','0'),(146987,16012,'_qty','5'),(146988,16012,'_tax_class',''),(146989,16012,'_line_subtotal','332.4'),(146990,16012,'_line_subtotal_tax','0'),(146991,16012,'_line_total','332.4'),(146992,16012,'_line_tax','0'),(146993,16012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(146994,16012,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:41;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"93e011da7f5c92b5a2f35d7f4f3f652e\";}}'),(146995,16012,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:5;s:13:\"multi_ship_id\";s:13:\"multi_ship_12\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(146996,16013,'_product_id','39'),(146997,16013,'_variation_id','0'),(146998,16013,'_qty','2'),(146999,16013,'_tax_class',''),(147000,16013,'_line_subtotal','158.4'),(147001,16013,'_line_subtotal_tax','0'),(147002,16013,'_line_total','158.4'),(147003,16013,'_line_tax','0'),(147004,16013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147005,16013,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:39;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"69d8ce2130afda956fec7e3d5ab24a53\";}}'),(147006,16013,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_13\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147007,16014,'_product_id','40'),(147008,16014,'_variation_id','0'),(147009,16014,'_qty','2'),(147010,16014,'_tax_class',''),(147011,16014,'_line_subtotal','158.4'),(147012,16014,'_line_subtotal_tax','0'),(147013,16014,'_line_total','158.4'),(147014,16014,'_line_tax','0'),(147015,16014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147016,16014,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:40;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"97da546bd213edf8c217ef2241940300\";}}'),(147017,16014,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_14\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147018,16015,'_product_id','49'),(147019,16015,'_variation_id','0'),(147020,16015,'_qty','4'),(147021,16015,'_tax_class',''),(147022,16015,'_line_subtotal','316.8'),(147023,16015,'_line_subtotal_tax','0'),(147024,16015,'_line_total','316.8'),(147025,16015,'_line_tax','0'),(147026,16015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147027,16015,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:49;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"a801107f09e3e0a8bf36346dbb396289\";}}'),(147028,16015,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:13:\"multi_ship_15\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147029,16016,'_product_id','488'),(147030,16016,'_variation_id','0'),(147031,16016,'_qty','1'),(147032,16016,'_tax_class',''),(147033,16016,'_line_subtotal','31.35'),(147034,16016,'_line_subtotal_tax','0'),(147035,16016,'_line_total','31.35'),(147036,16016,'_line_tax','0'),(147037,16016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147038,16016,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:488;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"1330f458aaa53d43215e55ca2585f524\";}}'),(147039,16016,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_16\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(147040,16017,'_product_id','488'),(147041,16017,'_variation_id','0'),(147042,16017,'_qty','1'),(147043,16017,'_tax_class',''),(147044,16017,'_line_subtotal','31.35'),(147045,16017,'_line_subtotal_tax','0'),(147046,16017,'_line_total','31.35'),(147047,16017,'_line_tax','0'),(147048,16017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147049,16017,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:488;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"327162fcf8a85e51be2e759d201f1744\";}}'),(147050,16017,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_17\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147051,16018,'_product_id','487'),(147052,16018,'_variation_id','0'),(147053,16018,'_qty','2'),(147054,16018,'_tax_class',''),(147055,16018,'_line_subtotal','62.7'),(147056,16018,'_line_subtotal_tax','0'),(147057,16018,'_line_total','62.7'),(147058,16018,'_line_tax','0'),(147059,16018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147060,16018,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:487;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"71ca99767769a5b4b0ad1d1b82f139f7\";}}'),(147061,16018,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_18\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(147062,16019,'_product_id','487'),(147063,16019,'_variation_id','0'),(147064,16019,'_qty','2'),(147065,16019,'_tax_class',''),(147066,16019,'_line_subtotal','62.7'),(147067,16019,'_line_subtotal_tax','0'),(147068,16019,'_line_total','62.7'),(147069,16019,'_line_tax','0'),(147070,16019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147071,16019,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:487;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"525db91b773a9f36b4d2c79a9012b656\";}}'),(147072,16019,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:2;s:13:\"multi_ship_id\";s:13:\"multi_ship_19\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147073,16020,'_product_id','116'),(147074,16020,'_variation_id','0'),(147075,16020,'_qty','1'),(147076,16020,'_tax_class',''),(147077,16020,'_line_subtotal','145.44'),(147078,16020,'_line_subtotal_tax','0'),(147079,16020,'_line_total','145.44'),(147080,16020,'_line_tax','0'),(147081,16020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147082,16020,'thwma_order_shipping_address','a:1:{s:9:\"address_1\";a:3:{s:10:\"product_id\";i:116;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:13:\"LCA Rochester\";s:18:\"shipping_address_1\";s:19:\"135 Sully’s Trail\";s:18:\"shipping_address_2\";s:7:\"Suite 7\";s:13:\"shipping_city\";s:9:\"Pittsford\";s:17:\"shipping_postcode\";s:5:\"14534\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"6c0b149a6607d1c47cf7d09ea8e1be8e\";}}'),(147083,16020,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_20\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_1\";}'),(147084,16021,'_product_id','116'),(147085,16021,'_variation_id','0'),(147086,16021,'_qty','1'),(147087,16021,'_tax_class',''),(147088,16021,'_line_subtotal','145.44'),(147089,16021,'_line_subtotal_tax','0'),(147090,16021,'_line_total','145.44'),(147091,16021,'_line_tax','0'),(147092,16021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147093,16021,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:116;s:16:\"shipping_address\";a:10:{s:16:\"shipping_heading\";s:15:\"Clinic Location\";s:19:\"shipping_first_name\";s:6:\"Marnie\";s:18:\"shipping_last_name\";s:6:\"Murray\";s:16:\"shipping_company\";s:12:\"LCA Syracuse\";s:18:\"shipping_address_1\";s:13:\"6221 Route 31\";s:18:\"shipping_address_2\";s:9:\"Suite 114\";s:13:\"shipping_city\";s:6:\"Cicero\";s:17:\"shipping_postcode\";s:5:\"13039\";s:16:\"shipping_country\";s:2:\"US\";s:14:\"shipping_state\";s:2:\"NY\";}s:10:\"unique_key\";s:32:\"2be319d49ca52c31f5ab50d585a835c1\";}}'),(147094,16021,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:116;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:1;s:13:\"multi_ship_id\";s:13:\"multi_ship_21\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(147095,16022,'method_id','advanced_free_shipping'),(147096,16022,'instance_id','0'),(147097,16022,'cost','0.00'),(147098,16022,'total_tax','0'),(147099,16022,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147100,16022,'Items','Professional Lice Comb<br>(Case of 12) × 5'),(147101,16023,'method_id','advanced_free_shipping'),(147102,16023,'instance_id','0'),(147103,16023,'cost','0.00'),(147104,16023,'total_tax','0'),(147105,16023,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147106,16023,'Items','Preventive Detangling Spray 8oz<br>(Case of 12) × 5'),(147107,16024,'method_id','advanced_free_shipping'),(147108,16024,'instance_id','0'),(147109,16024,'cost','0.00'),(147110,16024,'total_tax','0'),(147111,16024,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147112,16024,'Items','Bulk Detangling Spray 1 Gallon RM × 2'),(147113,16025,'method_id','advanced_free_shipping'),(147114,16025,'instance_id','0'),(147115,16025,'cost','0.00'),(147116,16025,'total_tax','0'),(147117,16025,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147118,16025,'Items','Bulk Mousse 1 Gallon RM × 2'),(147119,16026,'method_id','advanced_free_shipping'),(147120,16026,'instance_id','0'),(147121,16026,'cost','0.00'),(147122,16026,'total_tax','0'),(147123,16026,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147124,16026,'Items','Comb-Out Mousse<br>(Case of 12) × 3'),(147125,16027,'method_id','advanced_free_shipping'),(147126,16027,'instance_id','0'),(147127,16027,'cost','0.00'),(147128,16027,'total_tax','0'),(147129,16027,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147130,16027,'Items','Professional Lice Comb<br>(Case of 12) × 5'),(147131,16028,'method_id','advanced_free_shipping'),(147132,16028,'instance_id','0'),(147133,16028,'cost','0.00'),(147134,16028,'total_tax','0'),(147135,16028,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147136,16028,'Items','Comb-Out Mousse<br>(Case of 12) × 2'),(147137,16029,'method_id','advanced_free_shipping'),(147138,16029,'instance_id','0'),(147139,16029,'cost','0.00'),(147140,16029,'total_tax','0'),(147141,16029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147142,16029,'Items','Preventive Shampoo<br>(Case of 12) × 2'),(147143,16030,'method_id','advanced_free_shipping'),(147144,16030,'instance_id','0'),(147145,16030,'cost','0.00'),(147146,16030,'total_tax','0'),(147147,16030,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147148,16030,'Items','Preventive Conditioner<br>(Case of 12) × 2'),(147149,16031,'method_id','advanced_free_shipping'),(147150,16031,'instance_id','0'),(147151,16031,'cost','0.00'),(147152,16031,'total_tax','0'),(147153,16031,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147154,16031,'Items','Preventive Detangling Spray 8oz<br>(Case of 12) × 4'),(147155,16032,'method_id','advanced_free_shipping'),(147156,16032,'instance_id','0'),(147157,16032,'cost','0.00'),(147158,16032,'total_tax','0'),(147159,16032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147160,16032,'Items','Comb-Out Mousse<br>(Case of 12) × 2'),(147161,16033,'method_id','advanced_free_shipping'),(147162,16033,'instance_id','0'),(147163,16033,'cost','0.00'),(147164,16033,'total_tax','0'),(147165,16033,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147166,16033,'Items','Professional Lice Comb<br>(Case of 12) × 5'),(147167,16034,'method_id','advanced_free_shipping'),(147168,16034,'instance_id','0'),(147169,16034,'cost','0.00'),(147170,16034,'total_tax','0'),(147171,16034,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147172,16034,'Items','Preventive Shampoo<br>(Case of 12) × 2'),(147173,16035,'method_id','advanced_free_shipping'),(147174,16035,'instance_id','0'),(147175,16035,'cost','0.00'),(147176,16035,'total_tax','0'),(147177,16035,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147178,16035,'Items','Preventive Conditioner<br>(Case of 12) × 2'),(147179,16036,'method_id','advanced_free_shipping'),(147180,16036,'instance_id','0'),(147181,16036,'cost','0.00'),(147182,16036,'total_tax','0'),(147183,16036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147184,16036,'Items','Preventive Detangling Spray 8oz<br>(Case of 12) × 4'),(147185,16037,'method_id','advanced_free_shipping'),(147186,16037,'instance_id','0'),(147187,16037,'cost','0.00'),(147188,16037,'total_tax','0'),(147189,16037,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147190,16037,'Items','Bulk Detangling Spray 1 Gallon RM × 1'),(147191,16038,'method_id','advanced_free_shipping'),(147192,16038,'instance_id','0'),(147193,16038,'cost','0.00'),(147194,16038,'total_tax','0'),(147195,16038,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147196,16038,'Items','Bulk Detangling Spray 1 Gallon RM × 1'),(147197,16039,'method_id','advanced_free_shipping'),(147198,16039,'instance_id','0'),(147199,16039,'cost','0.00'),(147200,16039,'total_tax','0'),(147201,16039,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147202,16039,'Items','Bulk Mousse 1 Gallon RM × 2'),(147203,16040,'method_id','advanced_free_shipping'),(147204,16040,'instance_id','0'),(147205,16040,'cost','0.00'),(147206,16040,'total_tax','0'),(147207,16040,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147208,16040,'Items','Bulk Mousse 1 Gallon RM × 2'),(147209,16041,'method_id','advanced_free_shipping'),(147210,16041,'instance_id','0'),(147211,16041,'cost','0.00'),(147212,16041,'total_tax','0'),(147213,16041,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147214,16041,'Items','Pediatrician Samples 2oz<br>(Case of 48) × 1'),(147215,16042,'method_id','advanced_free_shipping'),(147216,16042,'instance_id','0'),(147217,16042,'cost','0.00'),(147218,16042,'total_tax','0'),(147219,16042,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147220,16042,'Items','Pediatrician Samples 2oz<br>(Case of 48) × 1'),(147221,16043,'_product_id','42'),(147222,16043,'_variation_id','0'),(147223,16043,'_qty','3'),(147224,16043,'_tax_class',''),(147225,16043,'_line_subtotal','237.6'),(147226,16043,'_line_subtotal_tax','0'),(147227,16043,'_line_total','237.6'),(147228,16043,'_line_tax','0'),(147229,16043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147230,16044,'_product_id','116'),(147231,16044,'_variation_id','0'),(147232,16044,'_qty','2'),(147233,16044,'_tax_class',''),(147234,16044,'_line_subtotal','290.88'),(147235,16044,'_line_subtotal_tax','0'),(147236,16044,'_line_total','290.88'),(147237,16044,'_line_tax','0'),(147238,16044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147239,16045,'_product_id','41'),(147240,16045,'_variation_id','0'),(147241,16045,'_qty','5'),(147242,16045,'_tax_class',''),(147243,16045,'_line_subtotal','332.4'),(147244,16045,'_line_subtotal_tax','0'),(147245,16045,'_line_total','332.4'),(147246,16045,'_line_tax','0'),(147247,16045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147248,16046,'_product_id','39'),(147249,16046,'_variation_id','0'),(147250,16046,'_qty','2'),(147251,16046,'_tax_class',''),(147252,16046,'_line_subtotal','158.4'),(147253,16046,'_line_subtotal_tax','0'),(147254,16046,'_line_total','158.4'),(147255,16046,'_line_tax','0'),(147256,16046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147257,16047,'_product_id','40'),(147258,16047,'_variation_id','0'),(147259,16047,'_qty','2'),(147260,16047,'_tax_class',''),(147261,16047,'_line_subtotal','158.4'),(147262,16047,'_line_subtotal_tax','0'),(147263,16047,'_line_total','158.4'),(147264,16047,'_line_tax','0'),(147265,16047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147266,16048,'_product_id','49'),(147267,16048,'_variation_id','0'),(147268,16048,'_qty','5'),(147269,16048,'_tax_class',''),(147270,16048,'_line_subtotal','396'),(147271,16048,'_line_subtotal_tax','0'),(147272,16048,'_line_total','396'),(147273,16048,'_line_tax','0'),(147274,16048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147275,16049,'_product_id','488'),(147276,16049,'_variation_id','0'),(147277,16049,'_qty','1'),(147278,16049,'_tax_class',''),(147279,16049,'_line_subtotal','31.35'),(147280,16049,'_line_subtotal_tax','0'),(147281,16049,'_line_total','31.35'),(147282,16049,'_line_tax','0'),(147283,16049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147284,16050,'_product_id','487'),(147285,16050,'_variation_id','0'),(147286,16050,'_qty','2'),(147287,16050,'_tax_class',''),(147288,16050,'_line_subtotal','62.7'),(147289,16050,'_line_subtotal_tax','0'),(147290,16050,'_line_total','62.7'),(147291,16050,'_line_tax','0'),(147292,16050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147293,16051,'method_id','advanced_free_shipping'),(147294,16051,'instance_id','0'),(147295,16051,'cost','0.00'),(147296,16051,'total_tax','0'),(147297,16051,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147298,16052,'_product_id','45'),(147299,16052,'_variation_id','0'),(147300,16052,'_qty','10'),(147301,16052,'_tax_class',''),(147302,16052,'_line_subtotal','422.4'),(147303,16052,'_line_subtotal_tax','0'),(147304,16052,'_line_total','422.4'),(147305,16052,'_line_tax','0'),(147306,16052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147307,16053,'_product_id','43'),(147308,16053,'_variation_id','0'),(147309,16053,'_qty','15'),(147310,16053,'_tax_class',''),(147311,16053,'_line_subtotal','1188'),(147312,16053,'_line_subtotal_tax','0'),(147313,16053,'_line_total','1188'),(147314,16053,'_line_tax','0'),(147315,16053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147316,16054,'_product_id','49'),(147317,16054,'_variation_id','0'),(147318,16054,'_qty','15'),(147319,16054,'_tax_class',''),(147320,16054,'_line_subtotal','1188'),(147321,16054,'_line_subtotal_tax','0'),(147322,16054,'_line_total','1188'),(147323,16054,'_line_tax','0'),(147324,16054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147325,16055,'_product_id','45'),(147326,16055,'_variation_id','0'),(147327,16055,'_qty','10'),(147328,16055,'_tax_class',''),(147329,16055,'_line_subtotal','422.4'),(147330,16055,'_line_subtotal_tax','0'),(147331,16055,'_line_total','422.4'),(147332,16055,'_line_tax','0'),(147333,16055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147334,16056,'_product_id','2110'),(147335,16056,'_variation_id','0'),(147336,16056,'_qty','10'),(147337,16056,'_tax_class',''),(147338,16056,'_line_subtotal','714'),(147339,16056,'_line_subtotal_tax','0'),(147340,16056,'_line_total','714'),(147341,16056,'_line_tax','0'),(147342,16056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147343,16057,'_product_id','2113'),(147344,16057,'_variation_id','0'),(147345,16057,'_qty','1'),(147346,16057,'_tax_class',''),(147347,16057,'_line_subtotal','172'),(147348,16057,'_line_subtotal_tax','0'),(147349,16057,'_line_total','172'),(147350,16057,'_line_tax','0'),(147351,16057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147352,16058,'_product_id','490'),(147353,16058,'_variation_id','0'),(147354,16058,'_qty','40'),(147355,16058,'_tax_class',''),(147356,16058,'_line_subtotal','784'),(147357,16058,'_line_subtotal_tax','0'),(147358,16058,'_line_total','784'),(147359,16058,'_line_tax','0'),(147360,16058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147361,16059,'_product_id','41'),(147362,16059,'_variation_id','0'),(147363,16059,'_qty','5'),(147364,16059,'_tax_class',''),(147365,16059,'_line_subtotal','332.4'),(147366,16059,'_line_subtotal_tax','0'),(147367,16059,'_line_total','332.4'),(147368,16059,'_line_tax','0'),(147369,16059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147370,16060,'_product_id','2400'),(147371,16060,'_variation_id','0'),(147372,16060,'_qty','2'),(147373,16060,'_tax_class',''),(147374,16060,'_line_subtotal','372.6'),(147375,16060,'_line_subtotal_tax','0'),(147376,16060,'_line_total','372.6'),(147377,16060,'_line_tax','0'),(147378,16060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147379,16061,'_product_id','44'),(147380,16061,'_variation_id','0'),(147381,16061,'_qty','1'),(147382,16061,'_tax_class',''),(147383,16061,'_line_subtotal','116.16'),(147384,16061,'_line_subtotal_tax','0'),(147385,16061,'_line_total','116.16'),(147386,16061,'_line_tax','0'),(147387,16061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147388,16062,'_product_id','51'),(147389,16062,'_variation_id','0'),(147390,16062,'_qty','1'),(147391,16062,'_tax_class',''),(147392,16062,'_line_subtotal','147.84'),(147393,16062,'_line_subtotal_tax','0'),(147394,16062,'_line_total','147.84'),(147395,16062,'_line_tax','0'),(147396,16062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147397,16063,'_product_id','133'),(147398,16063,'_variation_id','0'),(147399,16063,'_qty','4'),(147400,16063,'_tax_class',''),(147401,16063,'_line_subtotal','57.2'),(147402,16063,'_line_subtotal_tax','0'),(147403,16063,'_line_total','57.2'),(147404,16063,'_line_tax','0'),(147405,16063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147406,16064,'_product_id','42'),(147407,16064,'_variation_id','0'),(147408,16064,'_qty','2'),(147409,16064,'_tax_class',''),(147410,16064,'_line_subtotal','158.4'),(147411,16064,'_line_subtotal_tax','0'),(147412,16064,'_line_total','158.4'),(147413,16064,'_line_tax','0'),(147414,16064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147415,16065,'method_id','advanced_free_shipping'),(147416,16065,'instance_id','0'),(147417,16065,'cost','0.00'),(147418,16065,'total_tax','0'),(147419,16065,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147420,15914,'thwma_order_shipping_status','wc-pending'),(147421,15915,'thwma_order_shipping_status','wc-pending'),(147422,15916,'thwma_order_shipping_status','wc-pending'),(147423,15917,'thwma_order_shipping_status','wc-pending'),(147424,15918,'thwma_order_shipping_status','wc-pending'),(147425,15919,'thwma_order_shipping_status','wc-pending'),(147426,15920,'thwma_order_shipping_status','wc-pending'),(147427,15921,'thwma_order_shipping_status','wc-pending'),(147428,15922,'thwma_order_shipping_status','wc-pending'),(147429,15923,'thwma_order_shipping_status','wc-pending'),(147430,15924,'thwma_order_shipping_status','wc-pending'),(147431,15925,'thwma_order_shipping_status','wc-pending'),(147432,15926,'thwma_order_shipping_status','wc-pending'),(147433,15927,'thwma_order_shipping_status','wc-pending'),(147434,15928,'thwma_order_shipping_status','wc-pending'),(147435,15929,'thwma_order_shipping_status','wc-pending'),(147436,15930,'thwma_order_shipping_status','wc-pending'),(147437,15931,'thwma_order_shipping_status','wc-pending'),(147438,15932,'thwma_order_shipping_status','wc-pending'),(147439,15997,'thwma_order_shipping_status','wc-pending'),(147440,15998,'thwma_order_shipping_status','wc-pending'),(147441,15999,'thwma_order_shipping_status','wc-pending'),(147442,15904,'thwma_order_shipping_status','wc-pending'),(147443,15905,'thwma_order_shipping_status','wc-pending'),(147444,15906,'thwma_order_shipping_status','wc-pending'),(147445,15907,'thwma_order_shipping_status','wc-pending'),(147446,15908,'thwma_order_shipping_status','wc-pending'),(147447,15909,'thwma_order_shipping_status','wc-pending'),(147448,15910,'thwma_order_shipping_status','wc-pending'),(147449,15911,'thwma_order_shipping_status','wc-pending'),(147450,15912,'thwma_order_shipping_status','wc-pending'),(147451,16066,'_product_id','2113'),(147452,16066,'_variation_id','0'),(147453,16066,'_qty','-2'),(147454,16066,'_tax_class',''),(147455,16066,'_line_subtotal','-344'),(147456,16066,'_line_subtotal_tax','0'),(147457,16066,'_line_total','-344'),(147458,16066,'_line_tax','0'),(147459,16066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147460,16066,'_refunded_item_id','15948'),(147461,16067,'_product_id','2110'),(147462,16067,'_variation_id','0'),(147463,16067,'_qty','-2'),(147464,16067,'_tax_class',''),(147465,16067,'_line_subtotal','-142.8'),(147466,16067,'_line_subtotal_tax','0'),(147467,16067,'_line_total','-142.8'),(147468,16067,'_line_tax','0'),(147469,16067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147470,16067,'_refunded_item_id','15949'),(147471,16068,'_product_id','23'),(147472,16068,'_variation_id','0'),(147473,16068,'_qty','-1'),(147474,16068,'_tax_class',''),(147475,16068,'_line_subtotal','-68.54'),(147476,16068,'_line_subtotal_tax','0'),(147477,16068,'_line_total','-68.54'),(147478,16068,'_line_tax','0'),(147479,16068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147480,16068,'_refunded_item_id','15950'),(147481,16069,'_product_id','41'),(147482,16069,'_variation_id','0'),(147483,16069,'_qty','-1'),(147484,16069,'_tax_class',''),(147485,16069,'_line_subtotal','-66.48'),(147486,16069,'_line_subtotal_tax','0'),(147487,16069,'_line_total','-66.48'),(147488,16069,'_line_tax','0'),(147489,16069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147490,16069,'_refunded_item_id','15951'),(147491,16070,'_product_id','45'),(147492,16070,'_variation_id','0'),(147493,16070,'_qty','-1'),(147494,16070,'_tax_class',''),(147495,16070,'_line_subtotal','-42.24'),(147496,16070,'_line_subtotal_tax','0'),(147497,16070,'_line_total','-42.24'),(147498,16070,'_line_tax','0'),(147499,16070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147500,16070,'_refunded_item_id','15952'),(147501,16071,'_product_id','490'),(147502,16071,'_variation_id','0'),(147503,16071,'_qty','-8'),(147504,16071,'_tax_class',''),(147505,16071,'_line_subtotal','-156.8'),(147506,16071,'_line_subtotal_tax','0'),(147507,16071,'_line_total','-156.8'),(147508,16071,'_line_tax','0'),(147509,16071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147510,16071,'_refunded_item_id','15953'),(147511,16072,'_product_id','2110'),(147512,16072,'_variation_id','0'),(147513,16072,'_qty','2'),(147514,16072,'_tax_class',''),(147515,16072,'_line_subtotal','142.8'),(147516,16072,'_line_subtotal_tax','0'),(147517,16072,'_line_total','142.8'),(147518,16072,'_line_tax','0'),(147519,16072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147520,16073,'_product_id','41'),(147521,16073,'_variation_id','0'),(147522,16073,'_qty','3'),(147523,16073,'_tax_class',''),(147524,16073,'_line_subtotal','199.44'),(147525,16073,'_line_subtotal_tax','0'),(147526,16073,'_line_total','199.44'),(147527,16073,'_line_tax','0'),(147528,16073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147529,16074,'_product_id','45'),(147530,16074,'_variation_id','0'),(147531,16074,'_qty','1'),(147532,16074,'_tax_class',''),(147533,16074,'_line_subtotal','42.24'),(147534,16074,'_line_subtotal_tax','0'),(147535,16074,'_line_total','42.24'),(147536,16074,'_line_tax','0'),(147537,16074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147538,16075,'_product_id','49'),(147539,16075,'_variation_id','0'),(147540,16075,'_qty','3'),(147541,16075,'_tax_class',''),(147542,16075,'_line_subtotal','237.6'),(147543,16075,'_line_subtotal_tax','0'),(147544,16075,'_line_total','237.6'),(147545,16075,'_line_tax','0'),(147546,16075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147547,16076,'_product_id','93'),(147548,16076,'_variation_id','0'),(147549,16076,'_qty','10'),(147550,16076,'_tax_class',''),(147551,16076,'_line_subtotal','0'),(147552,16076,'_line_subtotal_tax','0'),(147553,16076,'_line_total','0'),(147554,16076,'_line_tax','0'),(147555,16076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147556,16077,'_product_id','133'),(147557,16077,'_variation_id','0'),(147558,16077,'_qty','2'),(147559,16077,'_tax_class',''),(147560,16077,'_line_subtotal','28.6'),(147561,16077,'_line_subtotal_tax','0'),(147562,16077,'_line_total','28.6'),(147563,16077,'_line_tax','0'),(147564,16077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147565,16078,'_product_id','99'),(147566,16078,'_variation_id','0'),(147567,16078,'_qty','2'),(147568,16078,'_tax_class',''),(147569,16078,'_line_subtotal','0'),(147570,16078,'_line_subtotal_tax','0'),(147571,16078,'_line_total','0'),(147572,16078,'_line_tax','0'),(147573,16078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147574,16079,'_product_id','97'),(147575,16079,'_variation_id','0'),(147576,16079,'_qty','2'),(147577,16079,'_tax_class',''),(147578,16079,'_line_subtotal','0'),(147579,16079,'_line_subtotal_tax','0'),(147580,16079,'_line_total','0'),(147581,16079,'_line_tax','0'),(147582,16079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147583,16080,'method_id','advanced_free_shipping'),(147584,16080,'instance_id','0'),(147585,16080,'cost','0.00'),(147586,16080,'total_tax','0'),(147587,16080,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147588,16081,'_product_id','2110'),(147589,16081,'_variation_id','0'),(147590,16081,'_qty','8'),(147591,16081,'_tax_class',''),(147592,16081,'_line_subtotal','571.2'),(147593,16081,'_line_subtotal_tax','0'),(147594,16081,'_line_total','571.2'),(147595,16081,'_line_tax','0'),(147596,16081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147597,16082,'_product_id','2113'),(147598,16082,'_variation_id','0'),(147599,16082,'_qty','1'),(147600,16082,'_tax_class',''),(147601,16082,'_line_subtotal','172'),(147602,16082,'_line_subtotal_tax','0'),(147603,16082,'_line_total','172'),(147604,16082,'_line_tax','0'),(147605,16082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147606,16083,'_product_id','41'),(147607,16083,'_variation_id','0'),(147608,16083,'_qty','2'),(147609,16083,'_tax_class',''),(147610,16083,'_line_subtotal','132.96'),(147611,16083,'_line_subtotal_tax','0'),(147612,16083,'_line_total','132.96'),(147613,16083,'_line_tax','0'),(147614,16083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147615,16084,'_product_id','2400'),(147616,16084,'_variation_id','0'),(147617,16084,'_qty','1'),(147618,16084,'_tax_class',''),(147619,16084,'_line_subtotal','186.3'),(147620,16084,'_line_subtotal_tax','0'),(147621,16084,'_line_total','186.3'),(147622,16084,'_line_tax','0'),(147623,16084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147624,16085,'method_id','advanced_free_shipping'),(147625,16085,'instance_id','0'),(147626,16085,'cost','0.00'),(147627,16085,'total_tax','0'),(147628,16085,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147629,16086,'_product_id','44'),(147630,16086,'_variation_id','0'),(147631,16086,'_qty','1'),(147632,16086,'_tax_class',''),(147633,16086,'_line_subtotal','116.16'),(147634,16086,'_line_subtotal_tax','0'),(147635,16086,'_line_total','116.16'),(147636,16086,'_line_tax','0'),(147637,16086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147638,16087,'_product_id','490'),(147639,16087,'_variation_id','0'),(147640,16087,'_qty','10'),(147641,16087,'_tax_class',''),(147642,16087,'_line_subtotal','196'),(147643,16087,'_line_subtotal_tax','0'),(147644,16087,'_line_total','196'),(147645,16087,'_line_tax','0'),(147646,16087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147647,16088,'_product_id','45'),(147648,16088,'_variation_id','0'),(147649,16088,'_qty','3'),(147650,16088,'_tax_class',''),(147651,16088,'_line_subtotal','126.72'),(147652,16088,'_line_subtotal_tax','0'),(147653,16088,'_line_total','126.72'),(147654,16088,'_line_tax','0'),(147655,16088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147656,16089,'_product_id','2110'),(147657,16089,'_variation_id','0'),(147658,16089,'_qty','2'),(147659,16089,'_tax_class',''),(147660,16089,'_line_subtotal','142.8'),(147661,16089,'_line_subtotal_tax','0'),(147662,16089,'_line_total','142.8'),(147663,16089,'_line_tax','0'),(147664,16089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147665,16090,'method_id','advanced_free_shipping'),(147666,16090,'instance_id','0'),(147667,16090,'cost','0.00'),(147668,16090,'total_tax','0'),(147669,16090,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147670,16091,'_product_id','45'),(147671,16091,'_variation_id','0'),(147672,16091,'_qty','4'),(147673,16091,'_tax_class',''),(147674,16091,'_line_subtotal','168.96'),(147675,16091,'_line_subtotal_tax','0'),(147676,16091,'_line_total','168.96'),(147677,16091,'_line_tax','0'),(147678,16091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147679,16092,'_product_id','39'),(147680,16092,'_variation_id','0'),(147681,16092,'_qty','2'),(147682,16092,'_tax_class',''),(147683,16092,'_line_subtotal','158.4'),(147684,16092,'_line_subtotal_tax','0'),(147685,16092,'_line_total','158.4'),(147686,16092,'_line_tax','0'),(147687,16092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147688,16093,'_product_id','43'),(147689,16093,'_variation_id','0'),(147690,16093,'_qty','2'),(147691,16093,'_tax_class',''),(147692,16093,'_line_subtotal','158.4'),(147693,16093,'_line_subtotal_tax','0'),(147694,16093,'_line_total','158.4'),(147695,16093,'_line_tax','0'),(147696,16093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147697,16094,'_product_id','41'),(147698,16094,'_variation_id','0'),(147699,16094,'_qty','1'),(147700,16094,'_tax_class',''),(147701,16094,'_line_subtotal','66.48'),(147702,16094,'_line_subtotal_tax','0'),(147703,16094,'_line_total','66.48'),(147704,16094,'_line_tax','0'),(147705,16094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147706,16095,'method_id','advanced_free_shipping'),(147707,16095,'instance_id','0'),(147708,16095,'cost','0.00'),(147709,16095,'total_tax','0'),(147710,16095,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147711,16096,'_product_id','487'),(147712,16096,'_variation_id','0'),(147713,16096,'_qty','1'),(147714,16096,'_tax_class',''),(147715,16096,'_line_subtotal','31.35'),(147716,16096,'_line_subtotal_tax','0'),(147717,16096,'_line_total','31.35'),(147718,16096,'_line_tax','0'),(147719,16096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147720,16097,'_product_id','45'),(147721,16097,'_variation_id','0'),(147722,16097,'_qty','1'),(147723,16097,'_tax_class',''),(147724,16097,'_line_subtotal','42.24'),(147725,16097,'_line_subtotal_tax','0'),(147726,16097,'_line_total','42.24'),(147727,16097,'_line_tax','0'),(147728,16097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147729,16098,'_product_id','41'),(147730,16098,'_variation_id','0'),(147731,16098,'_qty','1'),(147732,16098,'_tax_class',''),(147733,16098,'_line_subtotal','66.48'),(147734,16098,'_line_subtotal_tax','0'),(147735,16098,'_line_total','66.48'),(147736,16098,'_line_tax','0'),(147737,16098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147738,16099,'_product_id','43'),(147739,16099,'_variation_id','0'),(147740,16099,'_qty','2'),(147741,16099,'_tax_class',''),(147742,16099,'_line_subtotal','158.4'),(147743,16099,'_line_subtotal_tax','0'),(147744,16099,'_line_total','158.4'),(147745,16099,'_line_tax','0'),(147746,16099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147747,16100,'_product_id','44'),(147748,16100,'_variation_id','0'),(147749,16100,'_qty','1'),(147750,16100,'_tax_class',''),(147751,16100,'_line_subtotal','116.16'),(147752,16100,'_line_subtotal_tax','0'),(147753,16100,'_line_total','116.16'),(147754,16100,'_line_tax','0'),(147755,16100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147756,16101,'_product_id','2408'),(147757,16101,'_variation_id','0'),(147758,16101,'_qty','1'),(147759,16101,'_tax_class',''),(147760,16101,'_line_subtotal','149.34'),(147761,16101,'_line_subtotal_tax','0'),(147762,16101,'_line_total','149.34'),(147763,16101,'_line_tax','0'),(147764,16101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147765,16102,'method_id','advanced_free_shipping'),(147766,16102,'instance_id','0'),(147767,16102,'cost','0.00'),(147768,16102,'total_tax','0'),(147769,16102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147770,16043,'thwma_order_shipping_status','wc-pending'),(147771,16044,'thwma_order_shipping_status','wc-pending'),(147772,16045,'thwma_order_shipping_status','wc-pending'),(147773,16046,'thwma_order_shipping_status','wc-pending'),(147774,16047,'thwma_order_shipping_status','wc-pending'),(147775,16048,'thwma_order_shipping_status','wc-pending'),(147776,16049,'thwma_order_shipping_status','wc-pending'),(147777,16050,'thwma_order_shipping_status','wc-pending'),(147778,16052,'thwma_order_shipping_status','wc-pending'),(147779,16053,'thwma_order_shipping_status','wc-pending'),(147780,16054,'thwma_order_shipping_status','wc-pending'),(147781,16055,'thwma_order_shipping_status','wc-pending'),(147782,16056,'thwma_order_shipping_status','wc-pending'),(147783,16057,'thwma_order_shipping_status','wc-pending'),(147784,16058,'thwma_order_shipping_status','wc-pending'),(147785,16059,'thwma_order_shipping_status','wc-pending'),(147786,16060,'thwma_order_shipping_status','wc-pending'),(147787,16061,'thwma_order_shipping_status','wc-pending'),(147788,16062,'thwma_order_shipping_status','wc-pending'),(147789,16063,'thwma_order_shipping_status','wc-pending'),(147790,16064,'thwma_order_shipping_status','wc-pending'),(147859,16111,'_product_id','23'),(147860,16111,'_variation_id','0'),(147861,16111,'_qty','1'),(147862,16111,'_tax_class',''),(147863,16111,'_line_subtotal','68.54'),(147864,16111,'_line_subtotal_tax','0'),(147865,16111,'_line_total','68.54'),(147866,16111,'_line_tax','0'),(147867,16111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147868,16112,'_product_id','2110'),(147869,16112,'_variation_id','0'),(147870,16112,'_qty','1'),(147871,16112,'_tax_class',''),(147872,16112,'_line_subtotal','71.4'),(147873,16112,'_line_subtotal_tax','0'),(147874,16112,'_line_total','71.4'),(147875,16112,'_line_tax','0'),(147876,16112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147877,16113,'_product_id','2113'),(147878,16113,'_variation_id','0'),(147879,16113,'_qty','2'),(147880,16113,'_tax_class',''),(147881,16113,'_line_subtotal','344'),(147882,16113,'_line_subtotal_tax','0'),(147883,16113,'_line_total','344'),(147884,16113,'_line_tax','0'),(147885,16113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147886,16114,'_product_id','41'),(147887,16114,'_variation_id','0'),(147888,16114,'_qty','1'),(147889,16114,'_tax_class',''),(147890,16114,'_line_subtotal','66.48'),(147891,16114,'_line_subtotal_tax','0'),(147892,16114,'_line_total','66.48'),(147893,16114,'_line_tax','0'),(147894,16114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147895,16115,'_product_id','45'),(147896,16115,'_variation_id','0'),(147897,16115,'_qty','1'),(147898,16115,'_tax_class',''),(147899,16115,'_line_subtotal','42.24'),(147900,16115,'_line_subtotal_tax','0'),(147901,16115,'_line_total','42.24'),(147902,16115,'_line_tax','0'),(147903,16115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147904,16116,'_product_id','490'),(147905,16116,'_variation_id','0'),(147906,16116,'_qty','8'),(147907,16116,'_tax_class',''),(147908,16116,'_line_subtotal','156.8'),(147909,16116,'_line_subtotal_tax','0'),(147910,16116,'_line_total','156.8'),(147911,16116,'_line_tax','0'),(147912,16116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147913,16117,'_product_id','2110'),(147914,16117,'_variation_id','0'),(147915,16117,'_qty','1'),(147916,16117,'_tax_class',''),(147917,16117,'_line_subtotal','71.4'),(147918,16117,'_line_subtotal_tax','0'),(147919,16117,'_line_total','71.4'),(147920,16117,'_line_tax','0'),(147921,16117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(147922,16118,'method_id','advanced_free_shipping'),(147923,16118,'instance_id','0'),(147924,16118,'cost','0.00'),(147925,16118,'total_tax','0'),(147926,16118,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(147927,16081,'thwma_order_shipping_status','wc-pending'),(147928,16082,'thwma_order_shipping_status','wc-pending'),(147929,16083,'thwma_order_shipping_status','wc-pending'),(147930,16084,'thwma_order_shipping_status','wc-pending'),(147931,16086,'thwma_order_shipping_status','wc-pending'),(147932,16087,'thwma_order_shipping_status','wc-pending'),(147933,16088,'thwma_order_shipping_status','wc-pending'),(147934,16089,'thwma_order_shipping_status','wc-pending'),(147935,16096,'thwma_order_shipping_status','wc-pending'),(147936,16097,'thwma_order_shipping_status','wc-pending'),(147937,16098,'thwma_order_shipping_status','wc-pending'),(147938,16099,'thwma_order_shipping_status','wc-pending'),(147939,16100,'thwma_order_shipping_status','wc-pending'),(147940,16101,'thwma_order_shipping_status','wc-pending'),(147941,16091,'thwma_order_shipping_status','wc-pending'),(147942,16092,'thwma_order_shipping_status','wc-pending'),(147943,16093,'thwma_order_shipping_status','wc-pending'),(147944,16094,'thwma_order_shipping_status','wc-pending'),(147958,15955,'thwma_order_shipping_status','wc-pending'),(147959,15956,'thwma_order_shipping_status','wc-pending'),(147960,15957,'thwma_order_shipping_status','wc-pending'),(147961,15958,'thwma_order_shipping_status','wc-pending'),(147962,15959,'thwma_order_shipping_status','wc-pending'),(147963,15960,'thwma_order_shipping_status','wc-pending'),(147964,15961,'thwma_order_shipping_status','wc-pending'),(147965,15962,'thwma_order_shipping_status','wc-pending'),(147966,15963,'thwma_order_shipping_status','wc-pending'),(147967,15964,'thwma_order_shipping_status','wc-pending'),(147968,15965,'thwma_order_shipping_status','wc-pending'),(147969,15966,'thwma_order_shipping_status','wc-pending'),(147970,15967,'thwma_order_shipping_status','wc-pending'),(147971,16001,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(147973,16002,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(147975,16003,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(147977,16004,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(147979,16005,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(147981,16006,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(147983,16007,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(147985,16008,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(147987,16009,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(147989,16010,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(147991,16011,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(147993,16012,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(147995,16013,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(147997,16014,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(147999,16015,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(148001,16016,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(148003,16017,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(148005,16018,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(148007,16019,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(148009,16020,'Shipping Address','Marnie Murray, LCA Rochester, 135 Sully’s Trail, Suite 7, Pittsford, NY 14534'),(148011,16021,'Shipping Address','Marnie Murray, LCA Syracuse, 6221 Route 31, Suite 114, Cicero, NY 13039'),(148034,16001,'thwma_order_shipping_status','wc-pending'),(148035,16002,'thwma_order_shipping_status','wc-pending'),(148036,16003,'thwma_order_shipping_status','wc-pending'),(148037,16004,'thwma_order_shipping_status','wc-pending'),(148038,16005,'thwma_order_shipping_status','wc-pending'),(148039,16006,'thwma_order_shipping_status','wc-pending'),(148040,16007,'thwma_order_shipping_status','wc-pending'),(148041,16008,'thwma_order_shipping_status','wc-pending'),(148042,16009,'thwma_order_shipping_status','wc-pending'),(148043,16010,'thwma_order_shipping_status','wc-pending'),(148044,16011,'thwma_order_shipping_status','wc-pending'),(148045,16012,'thwma_order_shipping_status','wc-pending'),(148046,16013,'thwma_order_shipping_status','wc-pending'),(148047,16014,'thwma_order_shipping_status','wc-pending'),(148048,16015,'thwma_order_shipping_status','wc-pending'),(148049,16016,'thwma_order_shipping_status','wc-pending'),(148050,16017,'thwma_order_shipping_status','wc-pending'),(148051,16018,'thwma_order_shipping_status','wc-pending'),(148052,16019,'thwma_order_shipping_status','wc-pending'),(148053,16020,'thwma_order_shipping_status','wc-pending'),(148054,16021,'thwma_order_shipping_status','wc-pending'),(148062,16111,'thwma_order_shipping_status','wc-pending'),(148063,16112,'thwma_order_shipping_status','wc-pending'),(148064,16113,'thwma_order_shipping_status','wc-pending'),(148065,16114,'thwma_order_shipping_status','wc-pending'),(148066,16115,'thwma_order_shipping_status','wc-pending'),(148067,16116,'thwma_order_shipping_status','wc-pending'),(148068,16117,'thwma_order_shipping_status','wc-pending'),(148069,16119,'_product_id','23'),(148070,16119,'_variation_id','0'),(148071,16119,'_qty','-2'),(148072,16119,'_tax_class',''),(148073,16119,'_line_subtotal','-137.08'),(148074,16119,'_line_subtotal_tax','0'),(148075,16119,'_line_total','-137.08'),(148076,16119,'_line_tax','0'),(148077,16119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148078,16119,'_refunded_item_id','15904'),(148079,16120,'_product_id','2110'),(148080,16120,'_variation_id','0'),(148081,16120,'_qty','-2'),(148082,16120,'_tax_class',''),(148083,16120,'_line_subtotal','-142.8'),(148084,16120,'_line_subtotal_tax','0'),(148085,16120,'_line_total','-142.8'),(148086,16120,'_line_tax','0'),(148087,16120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148088,16120,'_refunded_item_id','15905'),(148089,16121,'_product_id','2113'),(148090,16121,'_variation_id','0'),(148091,16121,'_qty','-1'),(148092,16121,'_tax_class',''),(148093,16121,'_line_subtotal','-172'),(148094,16121,'_line_subtotal_tax','0'),(148095,16121,'_line_total','-172'),(148096,16121,'_line_tax','0'),(148097,16121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148098,16121,'_refunded_item_id','15906'),(148099,16122,'_product_id','41'),(148100,16122,'_variation_id','0'),(148101,16122,'_qty','-3'),(148102,16122,'_tax_class',''),(148103,16122,'_line_subtotal','-199.44'),(148104,16122,'_line_subtotal_tax','0'),(148105,16122,'_line_total','-199.44'),(148106,16122,'_line_tax','0'),(148107,16122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148108,16122,'_refunded_item_id','15907'),(148109,16123,'_product_id','45'),(148110,16123,'_variation_id','0'),(148111,16123,'_qty','-1'),(148112,16123,'_tax_class',''),(148113,16123,'_line_subtotal','-42.24'),(148114,16123,'_line_subtotal_tax','0'),(148115,16123,'_line_total','-42.24'),(148116,16123,'_line_tax','0'),(148117,16123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148118,16123,'_refunded_item_id','15908'),(148119,16124,'_product_id','120'),(148120,16124,'_variation_id','0'),(148121,16124,'_qty','-1'),(148122,16124,'_tax_class',''),(148123,16124,'_line_subtotal','-52.8'),(148124,16124,'_line_subtotal_tax','0'),(148125,16124,'_line_total','-52.8'),(148126,16124,'_line_tax','0'),(148127,16124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148128,16124,'_refunded_item_id','15909'),(148129,16125,'_product_id','43'),(148130,16125,'_variation_id','0'),(148131,16125,'_qty','-3'),(148132,16125,'_tax_class',''),(148133,16125,'_line_subtotal','-237.6'),(148134,16125,'_line_subtotal_tax','0'),(148135,16125,'_line_total','-237.6'),(148136,16125,'_line_tax','0'),(148137,16125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148138,16125,'_refunded_item_id','15910'),(148139,16126,'_product_id','131'),(148140,16126,'_variation_id','0'),(148141,16126,'_qty','-1'),(148142,16126,'_tax_class',''),(148143,16126,'_line_subtotal','-12.65'),(148144,16126,'_line_subtotal_tax','0'),(148145,16126,'_line_total','-12.65'),(148146,16126,'_line_tax','0'),(148147,16126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148148,16126,'_refunded_item_id','15911'),(148149,16127,'_product_id','133'),(148150,16127,'_variation_id','0'),(148151,16127,'_qty','-10'),(148152,16127,'_tax_class',''),(148153,16127,'_line_subtotal','-143'),(148154,16127,'_line_subtotal_tax','0'),(148155,16127,'_line_total','-143'),(148156,16127,'_line_tax','0'),(148157,16127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148158,16127,'_refunded_item_id','15912'),(148167,16128,'_product_id','39'),(148168,16128,'_variation_id','0'),(148169,16128,'_qty','1'),(148170,16128,'_tax_class',''),(148171,16128,'_line_subtotal','79.2'),(148172,16128,'_line_subtotal_tax','0'),(148173,16128,'_line_total','79.2'),(148174,16128,'_line_tax','0'),(148175,16128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148176,16129,'_product_id','40'),(148177,16129,'_variation_id','0'),(148178,16129,'_qty','1'),(148179,16129,'_tax_class',''),(148180,16129,'_line_subtotal','79.2'),(148181,16129,'_line_subtotal_tax','0'),(148182,16129,'_line_total','79.2'),(148183,16129,'_line_tax','0'),(148184,16129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148185,16130,'_product_id','490'),(148186,16130,'_variation_id','0'),(148187,16130,'_qty','6'),(148188,16130,'_tax_class',''),(148189,16130,'_line_subtotal','117.6'),(148190,16130,'_line_subtotal_tax','0'),(148191,16130,'_line_total','117.6'),(148192,16130,'_line_tax','0'),(148193,16130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148194,16131,'_product_id','45'),(148195,16131,'_variation_id','0'),(148196,16131,'_qty','1'),(148197,16131,'_tax_class',''),(148198,16131,'_line_subtotal','42.24'),(148199,16131,'_line_subtotal_tax','0'),(148200,16131,'_line_total','42.24'),(148201,16131,'_line_tax','0'),(148202,16131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148203,16132,'method_id','fedex'),(148204,16132,'instance_id','1'),(148205,16132,'cost','23.59'),(148206,16132,'total_tax','0'),(148207,16132,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148208,16132,'Package 1','17 × 14 × 10 (in) 36.25lbs × 1'),(148209,16132,'Items','Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(148210,16072,'thwma_order_shipping_status','wc-pending'),(148211,16073,'thwma_order_shipping_status','wc-pending'),(148212,16074,'thwma_order_shipping_status','wc-pending'),(148213,16075,'thwma_order_shipping_status','wc-pending'),(148214,16076,'thwma_order_shipping_status','wc-pending'),(148215,16077,'thwma_order_shipping_status','wc-pending'),(148216,16078,'thwma_order_shipping_status','wc-pending'),(148217,16079,'thwma_order_shipping_status','wc-pending'),(148218,16133,'_product_id','41'),(148219,16133,'_variation_id','0'),(148220,16133,'_qty','4'),(148221,16133,'_tax_class',''),(148222,16133,'_line_subtotal','265.92'),(148223,16133,'_line_subtotal_tax','0'),(148224,16133,'_line_total','265.92'),(148225,16133,'_line_tax','0'),(148226,16133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148227,16134,'_product_id','42'),(148228,16134,'_variation_id','0'),(148229,16134,'_qty','1'),(148230,16134,'_tax_class',''),(148231,16134,'_line_subtotal','79.2'),(148232,16134,'_line_subtotal_tax','0'),(148233,16134,'_line_total','79.2'),(148234,16134,'_line_tax','0'),(148235,16134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148236,16135,'_product_id','45'),(148237,16135,'_variation_id','0'),(148238,16135,'_qty','1'),(148239,16135,'_tax_class',''),(148240,16135,'_line_subtotal','42.24'),(148241,16135,'_line_subtotal_tax','0'),(148242,16135,'_line_total','42.24'),(148243,16135,'_line_tax','0'),(148244,16135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148245,16136,'_product_id','2408'),(148246,16136,'_variation_id','0'),(148247,16136,'_qty','1'),(148248,16136,'_tax_class',''),(148249,16136,'_line_subtotal','149.34'),(148250,16136,'_line_subtotal_tax','0'),(148251,16136,'_line_total','149.34'),(148252,16136,'_line_tax','0'),(148253,16136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148254,16137,'_product_id','490'),(148255,16137,'_variation_id','0'),(148256,16137,'_qty','10'),(148257,16137,'_tax_class',''),(148258,16137,'_line_subtotal','196'),(148259,16137,'_line_subtotal_tax','0'),(148260,16137,'_line_total','196'),(148261,16137,'_line_tax','0'),(148262,16137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148263,16138,'_product_id','487'),(148264,16138,'_variation_id','0'),(148265,16138,'_qty','2'),(148266,16138,'_tax_class',''),(148267,16138,'_line_subtotal','62.7'),(148268,16138,'_line_subtotal_tax','0'),(148269,16138,'_line_total','62.7'),(148270,16138,'_line_tax','0'),(148271,16138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148272,16139,'method_id','advanced_free_shipping'),(148273,16139,'instance_id','0'),(148274,16139,'cost','0.00'),(148275,16139,'total_tax','0'),(148276,16139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148277,16128,'thwma_order_shipping_status','wc-pending'),(148278,16129,'thwma_order_shipping_status','wc-pending'),(148279,16130,'thwma_order_shipping_status','wc-pending'),(148280,16131,'thwma_order_shipping_status','wc-pending'),(148281,16140,'_product_id','488'),(148282,16140,'_variation_id','0'),(148283,16140,'_qty','2'),(148284,16140,'_tax_class',''),(148285,16140,'_line_subtotal','62.7'),(148286,16140,'_line_subtotal_tax','0'),(148287,16140,'_line_total','62.7'),(148288,16140,'_line_tax','0'),(148289,16140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148290,16141,'_product_id','490'),(148291,16141,'_variation_id','0'),(148292,16141,'_qty','10'),(148293,16141,'_tax_class',''),(148294,16141,'_line_subtotal','196'),(148295,16141,'_line_subtotal_tax','0'),(148296,16141,'_line_total','196'),(148297,16141,'_line_tax','0'),(148298,16141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148299,16142,'_product_id','2110'),(148300,16142,'_variation_id','0'),(148301,16142,'_qty','3'),(148302,16142,'_tax_class',''),(148303,16142,'_line_subtotal','214.2'),(148304,16142,'_line_subtotal_tax','0'),(148305,16142,'_line_total','214.2'),(148306,16142,'_line_tax','0'),(148307,16142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148308,16143,'_product_id','2113'),(148309,16143,'_variation_id','0'),(148310,16143,'_qty','2'),(148311,16143,'_tax_class',''),(148312,16143,'_line_subtotal','344'),(148313,16143,'_line_subtotal_tax','0'),(148314,16143,'_line_total','344'),(148315,16143,'_line_tax','0'),(148316,16143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148317,16144,'_product_id','45'),(148318,16144,'_variation_id','0'),(148319,16144,'_qty','3'),(148320,16144,'_tax_class',''),(148321,16144,'_line_subtotal','126.72'),(148322,16144,'_line_subtotal_tax','0'),(148323,16144,'_line_total','126.72'),(148324,16144,'_line_tax','0'),(148325,16144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148326,16145,'_product_id','49'),(148327,16145,'_variation_id','0'),(148328,16145,'_qty','4'),(148329,16145,'_tax_class',''),(148330,16145,'_line_subtotal','316.8'),(148331,16145,'_line_subtotal_tax','0'),(148332,16145,'_line_total','316.8'),(148333,16145,'_line_tax','0'),(148334,16145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148335,16146,'_product_id','41'),(148336,16146,'_variation_id','0'),(148337,16146,'_qty','3'),(148338,16146,'_tax_class',''),(148339,16146,'_line_subtotal','199.44'),(148340,16146,'_line_subtotal_tax','0'),(148341,16146,'_line_total','199.44'),(148342,16146,'_line_tax','0'),(148343,16146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148344,16147,'method_id','advanced_free_shipping'),(148345,16147,'instance_id','0'),(148346,16147,'cost','0.00'),(148347,16147,'total_tax','0'),(148348,16147,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148349,16148,'_product_id','2110'),(148350,16148,'_variation_id','0'),(148351,16148,'_qty','8'),(148352,16148,'_tax_class',''),(148353,16148,'_line_subtotal','571.2'),(148354,16148,'_line_subtotal_tax','0'),(148355,16148,'_line_total','571.2'),(148356,16148,'_line_tax','0'),(148357,16148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148358,16149,'_product_id','45'),(148359,16149,'_variation_id','0'),(148360,16149,'_qty','4'),(148361,16149,'_tax_class',''),(148362,16149,'_line_subtotal','168.96'),(148363,16149,'_line_subtotal_tax','0'),(148364,16149,'_line_total','168.96'),(148365,16149,'_line_tax','0'),(148366,16149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148367,16150,'_product_id','39'),(148368,16150,'_variation_id','0'),(148369,16150,'_qty','2'),(148370,16150,'_tax_class',''),(148371,16150,'_line_subtotal','158.4'),(148372,16150,'_line_subtotal_tax','0'),(148373,16150,'_line_total','158.4'),(148374,16150,'_line_tax','0'),(148375,16150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148376,16151,'_product_id','44'),(148377,16151,'_variation_id','0'),(148378,16151,'_qty','2'),(148379,16151,'_tax_class',''),(148380,16151,'_line_subtotal','232.32'),(148381,16151,'_line_subtotal_tax','0'),(148382,16151,'_line_total','232.32'),(148383,16151,'_line_tax','0'),(148384,16151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148385,16152,'_product_id','41'),(148386,16152,'_variation_id','0'),(148387,16152,'_qty','2'),(148388,16152,'_tax_class',''),(148389,16152,'_line_subtotal','132.96'),(148390,16152,'_line_subtotal_tax','0'),(148391,16152,'_line_total','132.96'),(148392,16152,'_line_tax','0'),(148393,16152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148394,16153,'_product_id','40'),(148395,16153,'_variation_id','0'),(148396,16153,'_qty','1'),(148397,16153,'_tax_class',''),(148398,16153,'_line_subtotal','79.2'),(148399,16153,'_line_subtotal_tax','0'),(148400,16153,'_line_total','79.2'),(148401,16153,'_line_tax','0'),(148402,16153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148403,16154,'_product_id','49'),(148404,16154,'_variation_id','0'),(148405,16154,'_qty','4'),(148406,16154,'_tax_class',''),(148407,16154,'_line_subtotal','316.8'),(148408,16154,'_line_subtotal_tax','0'),(148409,16154,'_line_total','316.8'),(148410,16154,'_line_tax','0'),(148411,16154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148412,16155,'method_id','advanced_free_shipping'),(148413,16155,'instance_id','0'),(148414,16155,'cost','0.00'),(148415,16155,'total_tax','0'),(148416,16155,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148417,16156,'_product_id','23'),(148418,16156,'_variation_id','0'),(148419,16156,'_qty','4'),(148420,16156,'_tax_class',''),(148421,16156,'_line_subtotal','274.16'),(148422,16156,'_line_subtotal_tax','0'),(148423,16156,'_line_total','274.16'),(148424,16156,'_line_tax','0'),(148425,16156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148426,16157,'_product_id','44'),(148427,16157,'_variation_id','0'),(148428,16157,'_qty','2'),(148429,16157,'_tax_class',''),(148430,16157,'_line_subtotal','232.32'),(148431,16157,'_line_subtotal_tax','0'),(148432,16157,'_line_total','232.32'),(148433,16157,'_line_tax','0'),(148434,16157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148435,16158,'method_id','advanced_free_shipping'),(148436,16158,'instance_id','0'),(148437,16158,'cost','0.00'),(148438,16158,'total_tax','0'),(148439,16158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148440,16133,'thwma_order_shipping_status','wc-pending'),(148441,16134,'thwma_order_shipping_status','wc-pending'),(148442,16135,'thwma_order_shipping_status','wc-pending'),(148443,16136,'thwma_order_shipping_status','wc-pending'),(148444,16137,'thwma_order_shipping_status','wc-pending'),(148445,16138,'thwma_order_shipping_status','wc-pending'),(148446,16156,'thwma_order_shipping_status','wc-pending'),(148447,16157,'thwma_order_shipping_status','wc-pending'),(148448,16159,'_product_id','490'),(148449,16159,'_variation_id','0'),(148450,16159,'_qty','60'),(148451,16159,'_tax_class',''),(148452,16159,'_line_subtotal','1176'),(148453,16159,'_line_subtotal_tax','0'),(148454,16159,'_line_total','1176'),(148455,16159,'_line_tax','0'),(148456,16159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148457,16160,'_product_id','487'),(148458,16160,'_variation_id','0'),(148459,16160,'_qty','5'),(148460,16160,'_tax_class',''),(148461,16160,'_line_subtotal','156.75'),(148462,16160,'_line_subtotal_tax','0'),(148463,16160,'_line_total','156.75'),(148464,16160,'_line_tax','0'),(148465,16160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148466,16161,'_product_id','43'),(148467,16161,'_variation_id','0'),(148468,16161,'_qty','3'),(148469,16161,'_tax_class',''),(148470,16161,'_line_subtotal','237.6'),(148471,16161,'_line_subtotal_tax','0'),(148472,16161,'_line_total','237.6'),(148473,16161,'_line_tax','0'),(148474,16161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148475,16162,'_product_id','42'),(148476,16162,'_variation_id','0'),(148477,16162,'_qty','2'),(148478,16162,'_tax_class',''),(148479,16162,'_line_subtotal','158.4'),(148480,16162,'_line_subtotal_tax','0'),(148481,16162,'_line_total','158.4'),(148482,16162,'_line_tax','0'),(148483,16162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148484,16163,'_product_id','2110'),(148485,16163,'_variation_id','0'),(148486,16163,'_qty','4'),(148487,16163,'_tax_class',''),(148488,16163,'_line_subtotal','285.6'),(148489,16163,'_line_subtotal_tax','0'),(148490,16163,'_line_total','285.6'),(148491,16163,'_line_tax','0'),(148492,16163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148493,16164,'_product_id','41'),(148494,16164,'_variation_id','0'),(148495,16164,'_qty','4'),(148496,16164,'_tax_class',''),(148497,16164,'_line_subtotal','265.92'),(148498,16164,'_line_subtotal_tax','0'),(148499,16164,'_line_total','265.92'),(148500,16164,'_line_tax','0'),(148501,16164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148502,16165,'method_id','advanced_free_shipping'),(148503,16165,'instance_id','0'),(148504,16165,'cost','0.00'),(148505,16165,'total_tax','0'),(148506,16165,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148507,16166,'_product_id','93'),(148508,16166,'_variation_id','0'),(148509,16166,'_qty','20'),(148510,16166,'_tax_class',''),(148511,16166,'_line_subtotal','0'),(148512,16166,'_line_subtotal_tax','0'),(148513,16166,'_line_total','0'),(148514,16166,'_line_tax','0'),(148515,16166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148516,16167,'method_id','fedex'),(148517,16167,'instance_id','1'),(148518,16167,'cost','24.32'),(148519,16167,'total_tax','0'),(148520,16167,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148521,16167,'Package 1','21.56 × 16.56 × 13.19 (in) 46.56lbs × 1'),(148522,16167,'Items','Bulk Active Rinse 100% &times; 20'),(148523,16168,'_product_id','2110'),(148524,16168,'_variation_id','0'),(148525,16168,'_qty','8'),(148526,16168,'_tax_class',''),(148527,16168,'_line_subtotal','571.2'),(148528,16168,'_line_subtotal_tax','0'),(148529,16168,'_line_total','571.2'),(148530,16168,'_line_tax','0'),(148531,16168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148532,16169,'_product_id','45'),(148533,16169,'_variation_id','0'),(148534,16169,'_qty','4'),(148535,16169,'_tax_class',''),(148536,16169,'_line_subtotal','168.96'),(148537,16169,'_line_subtotal_tax','0'),(148538,16169,'_line_total','168.96'),(148539,16169,'_line_tax','0'),(148540,16169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148541,16170,'_product_id','39'),(148542,16170,'_variation_id','0'),(148543,16170,'_qty','2'),(148544,16170,'_tax_class',''),(148545,16170,'_line_subtotal','158.4'),(148546,16170,'_line_subtotal_tax','0'),(148547,16170,'_line_total','158.4'),(148548,16170,'_line_tax','0'),(148549,16170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148550,16171,'_product_id','44'),(148551,16171,'_variation_id','0'),(148552,16171,'_qty','2'),(148553,16171,'_tax_class',''),(148554,16171,'_line_subtotal','232.32'),(148555,16171,'_line_subtotal_tax','0'),(148556,16171,'_line_total','232.32'),(148557,16171,'_line_tax','0'),(148558,16171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148559,16172,'_product_id','41'),(148560,16172,'_variation_id','0'),(148561,16172,'_qty','2'),(148562,16172,'_tax_class',''),(148563,16172,'_line_subtotal','132.96'),(148564,16172,'_line_subtotal_tax','0'),(148565,16172,'_line_total','132.96'),(148566,16172,'_line_tax','0'),(148567,16172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148568,16173,'_product_id','40'),(148569,16173,'_variation_id','0'),(148570,16173,'_qty','1'),(148571,16173,'_tax_class',''),(148572,16173,'_line_subtotal','79.2'),(148573,16173,'_line_subtotal_tax','0'),(148574,16173,'_line_total','79.2'),(148575,16173,'_line_tax','0'),(148576,16173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148577,16174,'_product_id','49'),(148578,16174,'_variation_id','0'),(148579,16174,'_qty','4'),(148580,16174,'_tax_class',''),(148581,16174,'_line_subtotal','316.8'),(148582,16174,'_line_subtotal_tax','0'),(148583,16174,'_line_total','316.8'),(148584,16174,'_line_tax','0'),(148585,16174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148586,16175,'method_id','advanced_free_shipping'),(148587,16175,'instance_id','0'),(148588,16175,'cost','0.00'),(148589,16175,'total_tax','0'),(148590,16175,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148591,16176,'_product_id','2110'),(148592,16176,'_variation_id','0'),(148593,16176,'_qty','2'),(148594,16176,'_tax_class',''),(148595,16176,'_line_subtotal','142.8'),(148596,16176,'_line_subtotal_tax','0'),(148597,16176,'_line_total','142.8'),(148598,16176,'_line_tax','0'),(148599,16176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148600,16177,'_product_id','2113'),(148601,16177,'_variation_id','0'),(148602,16177,'_qty','2'),(148603,16177,'_tax_class',''),(148604,16177,'_line_subtotal','344'),(148605,16177,'_line_subtotal_tax','0'),(148606,16177,'_line_total','344'),(148607,16177,'_line_tax','0'),(148608,16177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148609,16178,'_product_id','41'),(148610,16178,'_variation_id','0'),(148611,16178,'_qty','3'),(148612,16178,'_tax_class',''),(148613,16178,'_line_subtotal','199.44'),(148614,16178,'_line_subtotal_tax','0'),(148615,16178,'_line_total','199.44'),(148616,16178,'_line_tax','0'),(148617,16178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148618,16179,'_product_id','120'),(148619,16179,'_variation_id','0'),(148620,16179,'_qty','2'),(148621,16179,'_tax_class',''),(148622,16179,'_line_subtotal','105.6'),(148623,16179,'_line_subtotal_tax','0'),(148624,16179,'_line_total','105.6'),(148625,16179,'_line_tax','0'),(148626,16179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148627,16180,'_product_id','43'),(148628,16180,'_variation_id','0'),(148629,16180,'_qty','3'),(148630,16180,'_tax_class',''),(148631,16180,'_line_subtotal','237.6'),(148632,16180,'_line_subtotal_tax','0'),(148633,16180,'_line_total','237.6'),(148634,16180,'_line_tax','0'),(148635,16180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148636,16181,'_product_id','133'),(148637,16181,'_variation_id','0'),(148638,16181,'_qty','10'),(148639,16181,'_tax_class',''),(148640,16181,'_line_subtotal','143'),(148641,16181,'_line_subtotal_tax','0'),(148642,16181,'_line_total','143'),(148643,16181,'_line_tax','0'),(148644,16181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148645,16182,'method_id','advanced_free_shipping'),(148646,16182,'instance_id','0'),(148647,16182,'cost','0.00'),(148648,16182,'total_tax','0'),(148649,16182,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148650,16183,'_product_id','2113'),(148651,16183,'_variation_id','0'),(148652,16183,'_qty','1'),(148653,16183,'_tax_class',''),(148654,16183,'_line_subtotal','172'),(148655,16183,'_line_subtotal_tax','0'),(148656,16183,'_line_total','172'),(148657,16183,'_line_tax','0'),(148658,16183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148659,16184,'_product_id','2110'),(148660,16184,'_variation_id','0'),(148661,16184,'_qty','2'),(148662,16184,'_tax_class',''),(148663,16184,'_line_subtotal','142.8'),(148664,16184,'_line_subtotal_tax','0'),(148665,16184,'_line_total','142.8'),(148666,16184,'_line_tax','0'),(148667,16184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148668,16185,'_product_id','45'),(148669,16185,'_variation_id','0'),(148670,16185,'_qty','1'),(148671,16185,'_tax_class',''),(148672,16185,'_line_subtotal','42.24'),(148673,16185,'_line_subtotal_tax','0'),(148674,16185,'_line_total','42.24'),(148675,16185,'_line_tax','0'),(148676,16185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148677,16186,'_product_id','41'),(148678,16186,'_variation_id','0'),(148679,16186,'_qty','1'),(148680,16186,'_tax_class',''),(148681,16186,'_line_subtotal','66.48'),(148682,16186,'_line_subtotal_tax','0'),(148683,16186,'_line_total','66.48'),(148684,16186,'_line_tax','0'),(148685,16186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148686,16187,'_product_id','120'),(148687,16187,'_variation_id','0'),(148688,16187,'_qty','1'),(148689,16187,'_tax_class',''),(148690,16187,'_line_subtotal','52.8'),(148691,16187,'_line_subtotal_tax','0'),(148692,16187,'_line_total','52.8'),(148693,16187,'_line_tax','0'),(148694,16187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148695,16188,'_product_id','43'),(148696,16188,'_variation_id','0'),(148697,16188,'_qty','2'),(148698,16188,'_tax_class',''),(148699,16188,'_line_subtotal','158.4'),(148700,16188,'_line_subtotal_tax','0'),(148701,16188,'_line_total','158.4'),(148702,16188,'_line_tax','0'),(148703,16188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148704,16189,'_product_id','44'),(148705,16189,'_variation_id','0'),(148706,16189,'_qty','1'),(148707,16189,'_tax_class',''),(148708,16189,'_line_subtotal','116.16'),(148709,16189,'_line_subtotal_tax','0'),(148710,16189,'_line_total','116.16'),(148711,16189,'_line_tax','0'),(148712,16189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148713,16190,'_product_id','133'),(148714,16190,'_variation_id','0'),(148715,16190,'_qty','10'),(148716,16190,'_tax_class',''),(148717,16190,'_line_subtotal','143'),(148718,16190,'_line_subtotal_tax','0'),(148719,16190,'_line_total','143'),(148720,16190,'_line_tax','0'),(148721,16190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148722,16191,'_product_id','131'),(148723,16191,'_variation_id','0'),(148724,16191,'_qty','1'),(148725,16191,'_tax_class',''),(148726,16191,'_line_subtotal','12.65'),(148727,16191,'_line_subtotal_tax','0'),(148728,16191,'_line_total','12.65'),(148729,16191,'_line_tax','0'),(148730,16191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148731,16192,'method_id','advanced_free_shipping'),(148732,16192,'instance_id','0'),(148733,16192,'cost','0.00'),(148734,16192,'total_tax','0'),(148735,16192,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148736,16193,'_product_id','43'),(148737,16193,'_variation_id','0'),(148738,16193,'_qty','4'),(148739,16193,'_tax_class',''),(148740,16193,'_line_subtotal','316.8'),(148741,16193,'_line_subtotal_tax','0'),(148742,16193,'_line_total','316.8'),(148743,16193,'_line_tax','0'),(148744,16193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148745,16194,'_product_id','44'),(148746,16194,'_variation_id','0'),(148747,16194,'_qty','2'),(148748,16194,'_tax_class',''),(148749,16194,'_line_subtotal','232.32'),(148750,16194,'_line_subtotal_tax','0'),(148751,16194,'_line_total','232.32'),(148752,16194,'_line_tax','0'),(148753,16194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148754,16195,'method_id','advanced_free_shipping'),(148755,16195,'instance_id','0'),(148756,16195,'cost','0.00'),(148757,16195,'total_tax','0'),(148758,16195,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148759,16159,'thwma_order_shipping_status','wc-pending'),(148760,16160,'thwma_order_shipping_status','wc-pending'),(148761,16161,'thwma_order_shipping_status','wc-pending'),(148762,16162,'thwma_order_shipping_status','wc-pending'),(148763,16163,'thwma_order_shipping_status','wc-pending'),(148764,16164,'thwma_order_shipping_status','wc-pending'),(148765,16168,'thwma_order_shipping_status','wc-pending'),(148766,16169,'thwma_order_shipping_status','wc-pending'),(148767,16170,'thwma_order_shipping_status','wc-pending'),(148768,16171,'thwma_order_shipping_status','wc-pending'),(148769,16172,'thwma_order_shipping_status','wc-pending'),(148770,16173,'thwma_order_shipping_status','wc-pending'),(148771,16174,'thwma_order_shipping_status','wc-pending'),(148772,16183,'thwma_order_shipping_status','wc-pending'),(148773,16184,'thwma_order_shipping_status','wc-pending'),(148774,16185,'thwma_order_shipping_status','wc-pending'),(148775,16186,'thwma_order_shipping_status','wc-pending'),(148776,16187,'thwma_order_shipping_status','wc-pending'),(148777,16188,'thwma_order_shipping_status','wc-pending'),(148778,16189,'thwma_order_shipping_status','wc-pending'),(148779,16190,'thwma_order_shipping_status','wc-pending'),(148780,16191,'thwma_order_shipping_status','wc-pending'),(148781,16176,'thwma_order_shipping_status','wc-pending'),(148782,16177,'thwma_order_shipping_status','wc-pending'),(148783,16178,'thwma_order_shipping_status','wc-pending'),(148784,16179,'thwma_order_shipping_status','wc-pending'),(148785,16180,'thwma_order_shipping_status','wc-pending'),(148786,16181,'thwma_order_shipping_status','wc-pending'),(148787,16196,'_product_id','39'),(148788,16196,'_variation_id','0'),(148789,16196,'_qty','2'),(148790,16196,'_tax_class',''),(148791,16196,'_line_subtotal','158.4'),(148792,16196,'_line_subtotal_tax','0'),(148793,16196,'_line_total','158.4'),(148794,16196,'_line_tax','0'),(148795,16196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148796,16197,'_product_id','40'),(148797,16197,'_variation_id','0'),(148798,16197,'_qty','3'),(148799,16197,'_tax_class',''),(148800,16197,'_line_subtotal','237.6'),(148801,16197,'_line_subtotal_tax','0'),(148802,16197,'_line_total','237.6'),(148803,16197,'_line_tax','0'),(148804,16197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148805,16198,'_product_id','49'),(148806,16198,'_variation_id','0'),(148807,16198,'_qty','2'),(148808,16198,'_tax_class',''),(148809,16198,'_line_subtotal','158.4'),(148810,16198,'_line_subtotal_tax','0'),(148811,16198,'_line_total','158.4'),(148812,16198,'_line_tax','0'),(148813,16198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148814,16199,'method_id','advanced_free_shipping'),(148815,16199,'instance_id','0'),(148816,16199,'cost','0.00'),(148817,16199,'total_tax','0'),(148818,16199,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148819,16200,'_product_id','41'),(148820,16200,'_variation_id','0'),(148821,16200,'_qty','1'),(148822,16200,'_tax_class',''),(148823,16200,'_line_subtotal','66.48'),(148824,16200,'_line_subtotal_tax','0'),(148825,16200,'_line_total','66.48'),(148826,16200,'_line_tax','0'),(148827,16200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148828,16201,'_product_id','39'),(148829,16201,'_variation_id','0'),(148830,16201,'_qty','1'),(148831,16201,'_tax_class',''),(148832,16201,'_line_subtotal','79.2'),(148833,16201,'_line_subtotal_tax','0'),(148834,16201,'_line_total','79.2'),(148835,16201,'_line_tax','0'),(148836,16201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148837,16202,'_product_id','40'),(148838,16202,'_variation_id','0'),(148839,16202,'_qty','1'),(148840,16202,'_tax_class',''),(148841,16202,'_line_subtotal','79.2'),(148842,16202,'_line_subtotal_tax','0'),(148843,16202,'_line_total','79.2'),(148844,16202,'_line_tax','0'),(148845,16202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148846,16203,'_product_id','43'),(148847,16203,'_variation_id','0'),(148848,16203,'_qty','1'),(148849,16203,'_tax_class',''),(148850,16203,'_line_subtotal','79.2'),(148851,16203,'_line_subtotal_tax','0'),(148852,16203,'_line_total','79.2'),(148853,16203,'_line_tax','0'),(148854,16203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148855,16204,'_product_id','2110'),(148856,16204,'_variation_id','0'),(148857,16204,'_qty','1'),(148858,16204,'_tax_class',''),(148859,16204,'_line_subtotal','71.4'),(148860,16204,'_line_subtotal_tax','0'),(148861,16204,'_line_total','71.4'),(148862,16204,'_line_tax','0'),(148863,16204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148864,16205,'method_id','fedex'),(148865,16205,'instance_id','1'),(148866,16205,'cost','15.51'),(148867,16205,'total_tax','0'),(148868,16205,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148869,16205,'Package 1','17 × 14 × 10 (in) 33.35lbs × 1'),(148870,16205,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(148871,16206,'_product_id','39'),(148872,16206,'_variation_id','0'),(148873,16206,'_qty','1'),(148874,16206,'_tax_class',''),(148875,16206,'_line_subtotal','79.2'),(148876,16206,'_line_subtotal_tax','0'),(148877,16206,'_line_total','79.2'),(148878,16206,'_line_tax','0'),(148879,16206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148880,16207,'_product_id','40'),(148881,16207,'_variation_id','0'),(148882,16207,'_qty','1'),(148883,16207,'_tax_class',''),(148884,16207,'_line_subtotal','79.2'),(148885,16207,'_line_subtotal_tax','0'),(148886,16207,'_line_total','79.2'),(148887,16207,'_line_tax','0'),(148888,16207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148889,16208,'_product_id','43'),(148890,16208,'_variation_id','0'),(148891,16208,'_qty','2'),(148892,16208,'_tax_class',''),(148893,16208,'_line_subtotal','158.4'),(148894,16208,'_line_subtotal_tax','0'),(148895,16208,'_line_total','158.4'),(148896,16208,'_line_tax','0'),(148897,16208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148898,16209,'_product_id','49'),(148899,16209,'_variation_id','0'),(148900,16209,'_qty','1'),(148901,16209,'_tax_class',''),(148902,16209,'_line_subtotal','79.2'),(148903,16209,'_line_subtotal_tax','0'),(148904,16209,'_line_total','79.2'),(148905,16209,'_line_tax','0'),(148906,16209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148907,16210,'_product_id','2110'),(148908,16210,'_variation_id','0'),(148909,16210,'_qty','2'),(148910,16210,'_tax_class',''),(148911,16210,'_line_subtotal','142.8'),(148912,16210,'_line_subtotal_tax','0'),(148913,16210,'_line_total','142.8'),(148914,16210,'_line_tax','0'),(148915,16210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148916,16211,'_product_id','2113'),(148917,16211,'_variation_id','0'),(148918,16211,'_qty','2'),(148919,16211,'_tax_class',''),(148920,16211,'_line_subtotal','344'),(148921,16211,'_line_subtotal_tax','0'),(148922,16211,'_line_total','344'),(148923,16211,'_line_tax','0'),(148924,16211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148925,16212,'_product_id','41'),(148926,16212,'_variation_id','0'),(148927,16212,'_qty','1'),(148928,16212,'_tax_class',''),(148929,16212,'_line_subtotal','66.48'),(148930,16212,'_line_subtotal_tax','0'),(148931,16212,'_line_total','66.48'),(148932,16212,'_line_tax','0'),(148933,16212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148934,16213,'method_id','advanced_free_shipping'),(148935,16213,'instance_id','0'),(148936,16213,'cost','0.00'),(148937,16213,'total_tax','0'),(148938,16213,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148939,16214,'_product_id','42'),(148940,16214,'_variation_id','0'),(148941,16214,'_qty','1'),(148942,16214,'_tax_class',''),(148943,16214,'_line_subtotal','79.2'),(148944,16214,'_line_subtotal_tax','0'),(148945,16214,'_line_total','79.2'),(148946,16214,'_line_tax','0'),(148947,16214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148948,16215,'_product_id','120'),(148949,16215,'_variation_id','0'),(148950,16215,'_qty','1'),(148951,16215,'_tax_class',''),(148952,16215,'_line_subtotal','52.8'),(148953,16215,'_line_subtotal_tax','0'),(148954,16215,'_line_total','52.8'),(148955,16215,'_line_tax','0'),(148956,16215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148957,16216,'_product_id','45'),(148958,16216,'_variation_id','0'),(148959,16216,'_qty','3'),(148960,16216,'_tax_class',''),(148961,16216,'_line_subtotal','126.72'),(148962,16216,'_line_subtotal_tax','0'),(148963,16216,'_line_total','126.72'),(148964,16216,'_line_tax','0'),(148965,16216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148966,16217,'_product_id','2110'),(148967,16217,'_variation_id','0'),(148968,16217,'_qty','2'),(148969,16217,'_tax_class',''),(148970,16217,'_line_subtotal','142.8'),(148971,16217,'_line_subtotal_tax','0'),(148972,16217,'_line_total','142.8'),(148973,16217,'_line_tax','0'),(148974,16217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148975,16218,'_product_id','2113'),(148976,16218,'_variation_id','0'),(148977,16218,'_qty','1'),(148978,16218,'_tax_class',''),(148979,16218,'_line_subtotal','172'),(148980,16218,'_line_subtotal_tax','0'),(148981,16218,'_line_total','172'),(148982,16218,'_line_tax','0'),(148983,16218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148984,16219,'_product_id','487'),(148985,16219,'_variation_id','0'),(148986,16219,'_qty','1'),(148987,16219,'_tax_class',''),(148988,16219,'_line_subtotal','31.35'),(148989,16219,'_line_subtotal_tax','0'),(148990,16219,'_line_total','31.35'),(148991,16219,'_line_tax','0'),(148992,16219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(148993,16220,'method_id','advanced_free_shipping'),(148994,16220,'instance_id','0'),(148995,16220,'cost','0.00'),(148996,16220,'total_tax','0'),(148997,16220,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(148998,16140,'thwma_order_shipping_status','wc-pending'),(148999,16141,'thwma_order_shipping_status','wc-pending'),(149000,16142,'thwma_order_shipping_status','wc-pending'),(149001,16143,'thwma_order_shipping_status','wc-pending'),(149002,16144,'thwma_order_shipping_status','wc-pending'),(149003,16145,'thwma_order_shipping_status','wc-pending'),(149004,16146,'thwma_order_shipping_status','wc-pending'),(149005,16193,'thwma_order_shipping_status','wc-pending'),(149006,16194,'thwma_order_shipping_status','wc-pending'),(149007,16200,'thwma_order_shipping_status','wc-pending'),(149008,16201,'thwma_order_shipping_status','wc-pending'),(149009,16202,'thwma_order_shipping_status','wc-pending'),(149010,16203,'thwma_order_shipping_status','wc-pending'),(149011,16204,'thwma_order_shipping_status','wc-pending'),(149012,16196,'thwma_order_shipping_status','wc-pending'),(149013,16197,'thwma_order_shipping_status','wc-pending'),(149014,16198,'thwma_order_shipping_status','wc-pending'),(149015,16221,'_product_id','23'),(149016,16221,'_variation_id','0'),(149017,16221,'_qty','3'),(149018,16221,'_tax_class',''),(149019,16221,'_line_subtotal','205.62'),(149020,16221,'_line_subtotal_tax','0'),(149021,16221,'_line_total','205.62'),(149022,16221,'_line_tax','0'),(149023,16221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149024,16222,'_product_id','41'),(149025,16222,'_variation_id','0'),(149026,16222,'_qty','1'),(149027,16222,'_tax_class',''),(149028,16222,'_line_subtotal','66.48'),(149029,16222,'_line_subtotal_tax','0'),(149030,16222,'_line_total','66.48'),(149031,16222,'_line_tax','0'),(149032,16222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149033,16223,'_product_id','51'),(149034,16223,'_variation_id','0'),(149035,16223,'_qty','1'),(149036,16223,'_tax_class',''),(149037,16223,'_line_subtotal','147.84'),(149038,16223,'_line_subtotal_tax','0'),(149039,16223,'_line_total','147.84'),(149040,16223,'_line_tax','0'),(149041,16223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149042,16224,'method_id','fedex'),(149043,16224,'instance_id','1'),(149044,16224,'cost','24.00'),(149045,16224,'total_tax','0'),(149046,16224,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149047,16224,'Package 1','17 × 14 × 10 (in) 36.1lbs × 1'),(149048,16224,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1'),(149049,16225,'discount_amount','0'),(149050,16225,'discount_amount_tax','0'),(149051,16225,'coupon_info','[2234,\"freeshipamanda\",null,0,true]'),(149052,16226,'_product_id','41'),(149053,16226,'_variation_id','0'),(149054,16226,'_qty','4'),(149055,16226,'_tax_class',''),(149056,16226,'_line_subtotal','265.92'),(149057,16226,'_line_subtotal_tax','0'),(149058,16226,'_line_total','265.92'),(149059,16226,'_line_tax','0'),(149060,16226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149061,16227,'_product_id','490'),(149062,16227,'_variation_id','0'),(149063,16227,'_qty','10'),(149064,16227,'_tax_class',''),(149065,16227,'_line_subtotal','196'),(149066,16227,'_line_subtotal_tax','0'),(149067,16227,'_line_total','196'),(149068,16227,'_line_tax','0'),(149069,16227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149070,16228,'_product_id','487'),(149071,16228,'_variation_id','0'),(149072,16228,'_qty','3'),(149073,16228,'_tax_class',''),(149074,16228,'_line_subtotal','94.05'),(149075,16228,'_line_subtotal_tax','0'),(149076,16228,'_line_total','94.05'),(149077,16228,'_line_tax','0'),(149078,16228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149079,16229,'_product_id','116'),(149080,16229,'_variation_id','0'),(149081,16229,'_qty','1'),(149082,16229,'_tax_class',''),(149083,16229,'_line_subtotal','145.44'),(149084,16229,'_line_subtotal_tax','0'),(149085,16229,'_line_total','145.44'),(149086,16229,'_line_tax','0'),(149087,16229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149088,16230,'method_id','advanced_free_shipping'),(149089,16230,'instance_id','0'),(149090,16230,'cost','0.00'),(149091,16230,'total_tax','0'),(149092,16230,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149093,16231,'_product_id','2113'),(149094,16231,'_variation_id','0'),(149095,16231,'_qty','1'),(149096,16231,'_tax_class',''),(149097,16231,'_line_subtotal','172'),(149098,16231,'_line_subtotal_tax','0'),(149099,16231,'_line_total','172'),(149100,16231,'_line_tax','0'),(149101,16231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149102,16232,'_product_id','42'),(149103,16232,'_variation_id','0'),(149104,16232,'_qty','1'),(149105,16232,'_tax_class',''),(149106,16232,'_line_subtotal','79.2'),(149107,16232,'_line_subtotal_tax','0'),(149108,16232,'_line_total','79.2'),(149109,16232,'_line_tax','0'),(149110,16232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149111,16233,'_product_id','120'),(149112,16233,'_variation_id','0'),(149113,16233,'_qty','1'),(149114,16233,'_tax_class',''),(149115,16233,'_line_subtotal','52.8'),(149116,16233,'_line_subtotal_tax','0'),(149117,16233,'_line_total','52.8'),(149118,16233,'_line_tax','0'),(149119,16233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149120,16234,'_product_id','2110'),(149121,16234,'_variation_id','0'),(149122,16234,'_qty','2'),(149123,16234,'_tax_class',''),(149124,16234,'_line_subtotal','142.8'),(149125,16234,'_line_subtotal_tax','0'),(149126,16234,'_line_total','142.8'),(149127,16234,'_line_tax','0'),(149128,16234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149129,16235,'_product_id','487'),(149130,16235,'_variation_id','0'),(149131,16235,'_qty','1'),(149132,16235,'_tax_class',''),(149133,16235,'_line_subtotal','31.35'),(149134,16235,'_line_subtotal_tax','0'),(149135,16235,'_line_total','31.35'),(149136,16235,'_line_tax','0'),(149137,16235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149138,16236,'_product_id','488'),(149139,16236,'_variation_id','0'),(149140,16236,'_qty','1'),(149141,16236,'_tax_class',''),(149142,16236,'_line_subtotal','31.35'),(149143,16236,'_line_subtotal_tax','0'),(149144,16236,'_line_total','31.35'),(149145,16236,'_line_tax','0'),(149146,16236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149147,16237,'method_id','advanced_free_shipping'),(149148,16237,'instance_id','0'),(149149,16237,'cost','0.00'),(149150,16237,'total_tax','0'),(149151,16237,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149152,16214,'thwma_order_shipping_status','wc-pending'),(149153,16215,'thwma_order_shipping_status','wc-pending'),(149154,16216,'thwma_order_shipping_status','wc-pending'),(149155,16217,'thwma_order_shipping_status','wc-pending'),(149156,16218,'thwma_order_shipping_status','wc-pending'),(149157,16219,'thwma_order_shipping_status','wc-pending'),(149158,16206,'thwma_order_shipping_status','wc-pending'),(149159,16207,'thwma_order_shipping_status','wc-pending'),(149160,16208,'thwma_order_shipping_status','wc-pending'),(149161,16209,'thwma_order_shipping_status','wc-pending'),(149162,16210,'thwma_order_shipping_status','wc-pending'),(149163,16211,'thwma_order_shipping_status','wc-pending'),(149164,16212,'thwma_order_shipping_status','wc-pending'),(149165,16221,'thwma_order_shipping_status','wc-pending'),(149166,16222,'thwma_order_shipping_status','wc-pending'),(149167,16223,'thwma_order_shipping_status','wc-pending'),(149168,16226,'thwma_order_shipping_status','wc-pending'),(149169,16227,'thwma_order_shipping_status','wc-pending'),(149170,16228,'thwma_order_shipping_status','wc-pending'),(149171,16229,'thwma_order_shipping_status','wc-pending'),(149172,16231,'thwma_order_shipping_status','wc-pending'),(149173,16232,'thwma_order_shipping_status','wc-pending'),(149174,16233,'thwma_order_shipping_status','wc-pending'),(149175,16234,'thwma_order_shipping_status','wc-pending'),(149176,16235,'thwma_order_shipping_status','wc-pending'),(149177,16236,'thwma_order_shipping_status','wc-pending'),(149178,16238,'_product_id','43'),(149179,16238,'_variation_id','0'),(149180,16238,'_qty','1'),(149181,16238,'_tax_class',''),(149182,16238,'_line_subtotal','79.2'),(149183,16238,'_line_subtotal_tax','0'),(149184,16238,'_line_total','79.2'),(149185,16238,'_line_tax','0'),(149186,16238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149187,16239,'_product_id','488'),(149188,16239,'_variation_id','0'),(149189,16239,'_qty','1'),(149190,16239,'_tax_class',''),(149191,16239,'_line_subtotal','31.35'),(149192,16239,'_line_subtotal_tax','0'),(149193,16239,'_line_total','31.35'),(149194,16239,'_line_tax','0'),(149195,16239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149196,16240,'_product_id','41'),(149197,16240,'_variation_id','0'),(149198,16240,'_qty','2'),(149199,16240,'_tax_class',''),(149200,16240,'_line_subtotal','132.96'),(149201,16240,'_line_subtotal_tax','0'),(149202,16240,'_line_total','132.96'),(149203,16240,'_line_tax','0'),(149204,16240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149205,16241,'method_id','fedex'),(149206,16241,'instance_id','1'),(149207,16241,'cost','18.55'),(149208,16241,'total_tax','0'),(149209,16241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149210,16241,'Package 1','17 × 14 × 10 (in) 21.45lbs × 1'),(149211,16241,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(149212,16242,'_product_id','39'),(149213,16242,'_variation_id','0'),(149214,16242,'_qty','2'),(149215,16242,'_tax_class',''),(149216,16242,'_line_subtotal','158.4'),(149217,16242,'_line_subtotal_tax','0'),(149218,16242,'_line_total','158.4'),(149219,16242,'_line_tax','0'),(149220,16242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149221,16243,'_product_id','490'),(149222,16243,'_variation_id','0'),(149223,16243,'_qty','10'),(149224,16243,'_tax_class',''),(149225,16243,'_line_subtotal','196'),(149226,16243,'_line_subtotal_tax','0'),(149227,16243,'_line_total','196'),(149228,16243,'_line_tax','0'),(149229,16243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149230,16244,'_product_id','49'),(149231,16244,'_variation_id','0'),(149232,16244,'_qty','1'),(149233,16244,'_tax_class',''),(149234,16244,'_line_subtotal','79.2'),(149235,16244,'_line_subtotal_tax','0'),(149236,16244,'_line_total','79.2'),(149237,16244,'_line_tax','0'),(149238,16244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149239,16245,'_product_id','43'),(149240,16245,'_variation_id','0'),(149241,16245,'_qty','1'),(149242,16245,'_tax_class',''),(149243,16245,'_line_subtotal','79.2'),(149244,16245,'_line_subtotal_tax','0'),(149245,16245,'_line_total','79.2'),(149246,16245,'_line_tax','0'),(149247,16245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149248,16246,'_product_id','44'),(149249,16246,'_variation_id','0'),(149250,16246,'_qty','1'),(149251,16246,'_tax_class',''),(149252,16246,'_line_subtotal','116.16'),(149253,16246,'_line_subtotal_tax','0'),(149254,16246,'_line_total','116.16'),(149255,16246,'_line_tax','0'),(149256,16246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149257,16247,'method_id','advanced_free_shipping'),(149258,16247,'instance_id','0'),(149259,16247,'cost','0.00'),(149260,16247,'total_tax','0'),(149261,16247,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149262,16248,'_product_id','490'),(149263,16248,'_variation_id','0'),(149264,16248,'_qty','4'),(149265,16248,'_tax_class',''),(149266,16248,'_line_subtotal','78.4'),(149267,16248,'_line_subtotal_tax','0'),(149268,16248,'_line_total','78.4'),(149269,16248,'_line_tax','0'),(149270,16248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149271,16249,'_product_id','2113'),(149272,16249,'_variation_id','0'),(149273,16249,'_qty','1'),(149274,16249,'_tax_class',''),(149275,16249,'_line_subtotal','172'),(149276,16249,'_line_subtotal_tax','0'),(149277,16249,'_line_total','172'),(149278,16249,'_line_tax','0'),(149279,16249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149280,16250,'_product_id','41'),(149281,16250,'_variation_id','0'),(149282,16250,'_qty','2'),(149283,16250,'_tax_class',''),(149284,16250,'_line_subtotal','132.96'),(149285,16250,'_line_subtotal_tax','0'),(149286,16250,'_line_total','132.96'),(149287,16250,'_line_tax','0'),(149288,16250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149289,16251,'_product_id','120'),(149290,16251,'_variation_id','0'),(149291,16251,'_qty','1'),(149292,16251,'_tax_class',''),(149293,16251,'_line_subtotal','52.8'),(149294,16251,'_line_subtotal_tax','0'),(149295,16251,'_line_total','52.8'),(149296,16251,'_line_tax','0'),(149297,16251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149298,16252,'_product_id','43'),(149299,16252,'_variation_id','0'),(149300,16252,'_qty','2'),(149301,16252,'_tax_class',''),(149302,16252,'_line_subtotal','158.4'),(149303,16252,'_line_subtotal_tax','0'),(149304,16252,'_line_total','158.4'),(149305,16252,'_line_tax','0'),(149306,16252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149307,16253,'_product_id','2110'),(149308,16253,'_variation_id','0'),(149309,16253,'_qty','2'),(149310,16253,'_tax_class',''),(149311,16253,'_line_subtotal','142.8'),(149312,16253,'_line_subtotal_tax','0'),(149313,16253,'_line_total','142.8'),(149314,16253,'_line_tax','0'),(149315,16253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149316,16254,'method_id','advanced_free_shipping'),(149317,16254,'instance_id','0'),(149318,16254,'cost','0.00'),(149319,16254,'total_tax','0'),(149320,16254,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149321,16242,'thwma_order_shipping_status','wc-pending'),(149322,16243,'thwma_order_shipping_status','wc-pending'),(149323,16244,'thwma_order_shipping_status','wc-pending'),(149324,16245,'thwma_order_shipping_status','wc-pending'),(149325,16246,'thwma_order_shipping_status','wc-pending'),(149326,16238,'thwma_order_shipping_status','wc-pending'),(149327,16239,'thwma_order_shipping_status','wc-pending'),(149328,16240,'thwma_order_shipping_status','wc-pending'),(149329,16255,'_product_id','487'),(149330,16255,'_variation_id','0'),(149331,16255,'_qty','1'),(149332,16255,'_tax_class',''),(149333,16255,'_line_subtotal','31.35'),(149334,16255,'_line_subtotal_tax','0'),(149335,16255,'_line_total','31.35'),(149336,16255,'_line_tax','0'),(149337,16255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149338,16256,'_product_id','41'),(149339,16256,'_variation_id','0'),(149340,16256,'_qty','2'),(149341,16256,'_tax_class',''),(149342,16256,'_line_subtotal','132.96'),(149343,16256,'_line_subtotal_tax','0'),(149344,16256,'_line_total','132.96'),(149345,16256,'_line_tax','0'),(149346,16256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149347,16257,'_product_id','43'),(149348,16257,'_variation_id','0'),(149349,16257,'_qty','3'),(149350,16257,'_tax_class',''),(149351,16257,'_line_subtotal','237.6'),(149352,16257,'_line_subtotal_tax','0'),(149353,16257,'_line_total','237.6'),(149354,16257,'_line_tax','0'),(149355,16257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149356,16258,'_product_id','490'),(149357,16258,'_variation_id','0'),(149358,16258,'_qty','10'),(149359,16258,'_tax_class',''),(149360,16258,'_line_subtotal','196'),(149361,16258,'_line_subtotal_tax','0'),(149362,16258,'_line_total','196'),(149363,16258,'_line_tax','0'),(149364,16258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149365,16259,'_product_id','2113'),(149366,16259,'_variation_id','0'),(149367,16259,'_qty','1'),(149368,16259,'_tax_class',''),(149369,16259,'_line_subtotal','172'),(149370,16259,'_line_subtotal_tax','0'),(149371,16259,'_line_total','172'),(149372,16259,'_line_tax','0'),(149373,16259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149374,16260,'_product_id','45'),(149375,16260,'_variation_id','0'),(149376,16260,'_qty','3'),(149377,16260,'_tax_class',''),(149378,16260,'_line_subtotal','126.72'),(149379,16260,'_line_subtotal_tax','0'),(149380,16260,'_line_total','126.72'),(149381,16260,'_line_tax','0'),(149382,16260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149383,16261,'method_id','advanced_free_shipping'),(149384,16261,'instance_id','0'),(149385,16261,'cost','0.00'),(149386,16261,'total_tax','0'),(149387,16261,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149388,16248,'thwma_order_shipping_status','wc-pending'),(149389,16249,'thwma_order_shipping_status','wc-pending'),(149390,16250,'thwma_order_shipping_status','wc-pending'),(149391,16251,'thwma_order_shipping_status','wc-pending'),(149392,16252,'thwma_order_shipping_status','wc-pending'),(149393,16253,'thwma_order_shipping_status','wc-pending'),(149394,16255,'thwma_order_shipping_status','wc-pending'),(149395,16256,'thwma_order_shipping_status','wc-pending'),(149396,16257,'thwma_order_shipping_status','wc-pending'),(149397,16258,'thwma_order_shipping_status','wc-pending'),(149398,16259,'thwma_order_shipping_status','wc-pending'),(149399,16260,'thwma_order_shipping_status','wc-pending'),(149400,16262,'_product_id','45'),(149401,16262,'_variation_id','0'),(149402,16262,'_qty','2'),(149403,16262,'_tax_class',''),(149404,16262,'_line_subtotal','84.48'),(149405,16262,'_line_subtotal_tax','0'),(149406,16262,'_line_total','84.48'),(149407,16262,'_line_tax','0'),(149408,16262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149409,16263,'_product_id','41'),(149410,16263,'_variation_id','0'),(149411,16263,'_qty','3'),(149412,16263,'_tax_class',''),(149413,16263,'_line_subtotal','199.44'),(149414,16263,'_line_subtotal_tax','0'),(149415,16263,'_line_total','199.44'),(149416,16263,'_line_tax','0'),(149417,16263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149418,16264,'_product_id','44'),(149419,16264,'_variation_id','0'),(149420,16264,'_qty','1'),(149421,16264,'_tax_class',''),(149422,16264,'_line_subtotal','116.16'),(149423,16264,'_line_subtotal_tax','0'),(149424,16264,'_line_total','116.16'),(149425,16264,'_line_tax','0'),(149426,16264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149427,16265,'_product_id','43'),(149428,16265,'_variation_id','0'),(149429,16265,'_qty','2'),(149430,16265,'_tax_class',''),(149431,16265,'_line_subtotal','158.4'),(149432,16265,'_line_subtotal_tax','0'),(149433,16265,'_line_total','158.4'),(149434,16265,'_line_tax','0'),(149435,16265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149436,16266,'_product_id','490'),(149437,16266,'_variation_id','0'),(149438,16266,'_qty','10'),(149439,16266,'_tax_class',''),(149440,16266,'_line_subtotal','196'),(149441,16266,'_line_subtotal_tax','0'),(149442,16266,'_line_total','196'),(149443,16266,'_line_tax','0'),(149444,16266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149445,16267,'_product_id','488'),(149446,16267,'_variation_id','0'),(149447,16267,'_qty','1'),(149448,16267,'_tax_class',''),(149449,16267,'_line_subtotal','31.35'),(149450,16267,'_line_subtotal_tax','0'),(149451,16267,'_line_total','31.35'),(149452,16267,'_line_tax','0'),(149453,16267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149454,16268,'_product_id','487'),(149455,16268,'_variation_id','0'),(149456,16268,'_qty','1'),(149457,16268,'_tax_class',''),(149458,16268,'_line_subtotal','31.35'),(149459,16268,'_line_subtotal_tax','0'),(149460,16268,'_line_total','31.35'),(149461,16268,'_line_tax','0'),(149462,16268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149463,16269,'method_id','advanced_free_shipping'),(149464,16269,'instance_id','0'),(149465,16269,'cost','0.00'),(149466,16269,'total_tax','0'),(149467,16269,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149468,16270,'_product_id','23'),(149469,16270,'_variation_id','0'),(149470,16270,'_qty','4'),(149471,16270,'_tax_class',''),(149472,16270,'_line_subtotal','274.16'),(149473,16270,'_line_subtotal_tax','0'),(149474,16270,'_line_total','274.16'),(149475,16270,'_line_tax','0'),(149476,16270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149477,16271,'_product_id','40'),(149478,16271,'_variation_id','0'),(149479,16271,'_qty','2'),(149480,16271,'_tax_class',''),(149481,16271,'_line_subtotal','158.4'),(149482,16271,'_line_subtotal_tax','0'),(149483,16271,'_line_total','158.4'),(149484,16271,'_line_tax','0'),(149485,16271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149486,16272,'_product_id','490'),(149487,16272,'_variation_id','0'),(149488,16272,'_qty','4'),(149489,16272,'_tax_class',''),(149490,16272,'_line_subtotal','78.4'),(149491,16272,'_line_subtotal_tax','0'),(149492,16272,'_line_total','78.4'),(149493,16272,'_line_tax','0'),(149494,16272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149495,16273,'method_id','advanced_free_shipping'),(149496,16273,'instance_id','0'),(149497,16273,'cost','0.00'),(149498,16273,'total_tax','0'),(149499,16273,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149500,16274,'_product_id','2110'),(149501,16274,'_variation_id','0'),(149502,16274,'_qty','1'),(149503,16274,'_tax_class',''),(149504,16274,'_line_subtotal','71.4'),(149505,16274,'_line_subtotal_tax','0'),(149506,16274,'_line_total','71.4'),(149507,16274,'_line_tax','0'),(149508,16274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149509,16275,'_product_id','2113'),(149510,16275,'_variation_id','0'),(149511,16275,'_qty','1'),(149512,16275,'_tax_class',''),(149513,16275,'_line_subtotal','172'),(149514,16275,'_line_subtotal_tax','0'),(149515,16275,'_line_total','172'),(149516,16275,'_line_tax','0'),(149517,16275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149518,16276,'_product_id','41'),(149519,16276,'_variation_id','0'),(149520,16276,'_qty','1'),(149521,16276,'_tax_class',''),(149522,16276,'_line_subtotal','66.48'),(149523,16276,'_line_subtotal_tax','0'),(149524,16276,'_line_total','66.48'),(149525,16276,'_line_tax','0'),(149526,16276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149527,16277,'_product_id','45'),(149528,16277,'_variation_id','0'),(149529,16277,'_qty','3'),(149530,16277,'_tax_class',''),(149531,16277,'_line_subtotal','126.72'),(149532,16277,'_line_subtotal_tax','0'),(149533,16277,'_line_total','126.72'),(149534,16277,'_line_tax','0'),(149535,16277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149536,16278,'_product_id','49'),(149537,16278,'_variation_id','0'),(149538,16278,'_qty','2'),(149539,16278,'_tax_class',''),(149540,16278,'_line_subtotal','158.4'),(149541,16278,'_line_subtotal_tax','0'),(149542,16278,'_line_total','158.4'),(149543,16278,'_line_tax','0'),(149544,16278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149545,16279,'_product_id','42'),(149546,16279,'_variation_id','0'),(149547,16279,'_qty','1'),(149548,16279,'_tax_class',''),(149549,16279,'_line_subtotal','79.2'),(149550,16279,'_line_subtotal_tax','0'),(149551,16279,'_line_total','79.2'),(149552,16279,'_line_tax','0'),(149553,16279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149554,16280,'_product_id','490'),(149555,16280,'_variation_id','0'),(149556,16280,'_qty','10'),(149557,16280,'_tax_class',''),(149558,16280,'_line_subtotal','196'),(149559,16280,'_line_subtotal_tax','0'),(149560,16280,'_line_total','196'),(149561,16280,'_line_tax','0'),(149562,16280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149563,16281,'method_id','advanced_free_shipping'),(149564,16281,'instance_id','0'),(149565,16281,'cost','0.00'),(149566,16281,'total_tax','0'),(149567,16281,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149585,16282,'_product_id','23'),(149586,16282,'_variation_id','0'),(149587,16282,'_qty','3'),(149588,16282,'_tax_class',''),(149589,16282,'_line_subtotal','205.62'),(149590,16282,'_line_subtotal_tax','0'),(149591,16282,'_line_total','205.62'),(149592,16282,'_line_tax','0'),(149593,16282,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149594,16283,'_product_id','38'),(149595,16283,'_variation_id','0'),(149596,16283,'_qty','3'),(149597,16283,'_tax_class',''),(149598,16283,'_line_subtotal','497.28'),(149599,16283,'_line_subtotal_tax','0'),(149600,16283,'_line_total','497.28'),(149601,16283,'_line_tax','0'),(149602,16283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149603,16284,'_product_id','41'),(149604,16284,'_variation_id','0'),(149605,16284,'_qty','6'),(149606,16284,'_tax_class',''),(149607,16284,'_line_subtotal','398.88'),(149608,16284,'_line_subtotal_tax','0'),(149609,16284,'_line_total','398.88'),(149610,16284,'_line_tax','0'),(149611,16284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149612,16285,'_product_id','45'),(149613,16285,'_variation_id','0'),(149614,16285,'_qty','2'),(149615,16285,'_tax_class',''),(149616,16285,'_line_subtotal','84.48'),(149617,16285,'_line_subtotal_tax','0'),(149618,16285,'_line_total','84.48'),(149619,16285,'_line_tax','0'),(149620,16285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149621,16286,'method_id','advanced_free_shipping'),(149622,16286,'instance_id','0'),(149623,16286,'cost','0.00'),(149624,16286,'total_tax','0'),(149625,16286,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149642,16289,'_product_id','490'),(149643,16289,'_variation_id','0'),(149644,16289,'_qty','1'),(149645,16289,'_tax_class',''),(149646,16289,'_line_subtotal','19.6'),(149647,16289,'_line_subtotal_tax','0'),(149648,16289,'_line_total','19.6'),(149649,16289,'_line_tax','0'),(149650,16289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149651,16290,'method_id','fedex'),(149652,16290,'instance_id','1'),(149653,16290,'cost','11.91'),(149654,16290,'total_tax','0'),(149655,16290,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149656,16290,'Package 1','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(149657,16290,'Items','Bulk Active Rinse 100% RM &times; 1'),(149658,16291,'_product_id','41'),(149659,16291,'_variation_id','0'),(149660,16291,'_qty','4'),(149661,16291,'_tax_class',''),(149662,16291,'_line_subtotal','265.92'),(149663,16291,'_line_subtotal_tax','0'),(149664,16291,'_line_total','265.92'),(149665,16291,'_line_tax','0'),(149666,16291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149667,16292,'method_id','fedex'),(149668,16292,'instance_id','1'),(149669,16292,'cost','18.12'),(149670,16292,'total_tax','0'),(149671,16292,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149672,16292,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(149673,16292,'Items','Professional Lice Comb(Case of 12) &times; 4'),(149674,16270,'thwma_order_shipping_status','wc-pending'),(149675,16271,'thwma_order_shipping_status','wc-pending'),(149676,16272,'thwma_order_shipping_status','wc-pending'),(149677,16274,'thwma_order_shipping_status','wc-pending'),(149678,16275,'thwma_order_shipping_status','wc-pending'),(149679,16276,'thwma_order_shipping_status','wc-pending'),(149680,16277,'thwma_order_shipping_status','wc-pending'),(149681,16278,'thwma_order_shipping_status','wc-pending'),(149682,16279,'thwma_order_shipping_status','wc-pending'),(149683,16280,'thwma_order_shipping_status','wc-pending'),(149684,16262,'thwma_order_shipping_status','wc-pending'),(149685,16263,'thwma_order_shipping_status','wc-pending'),(149686,16264,'thwma_order_shipping_status','wc-pending'),(149687,16265,'thwma_order_shipping_status','wc-pending'),(149688,16266,'thwma_order_shipping_status','wc-pending'),(149689,16267,'thwma_order_shipping_status','wc-pending'),(149690,16268,'thwma_order_shipping_status','wc-pending'),(149695,16282,'thwma_order_shipping_status','wc-pending'),(149696,16283,'thwma_order_shipping_status','wc-pending'),(149697,16284,'thwma_order_shipping_status','wc-pending'),(149698,16285,'thwma_order_shipping_status','wc-pending'),(149699,16293,'_product_id','41'),(149700,16293,'_variation_id','0'),(149701,16293,'_qty','3'),(149702,16293,'_tax_class',''),(149703,16293,'_line_subtotal','199.44'),(149704,16293,'_line_subtotal_tax','0'),(149705,16293,'_line_total','199.44'),(149706,16293,'_line_tax','0'),(149707,16293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149708,16294,'_product_id','49'),(149709,16294,'_variation_id','0'),(149710,16294,'_qty','3'),(149711,16294,'_tax_class',''),(149712,16294,'_line_subtotal','237.6'),(149713,16294,'_line_subtotal_tax','0'),(149714,16294,'_line_total','237.6'),(149715,16294,'_line_tax','0'),(149716,16294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149717,16295,'_product_id','44'),(149718,16295,'_variation_id','0'),(149719,16295,'_qty','2'),(149720,16295,'_tax_class',''),(149721,16295,'_line_subtotal','232.32'),(149722,16295,'_line_subtotal_tax','0'),(149723,16295,'_line_total','232.32'),(149724,16295,'_line_tax','0'),(149725,16295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149726,16296,'_product_id','39'),(149727,16296,'_variation_id','0'),(149728,16296,'_qty','2'),(149729,16296,'_tax_class',''),(149730,16296,'_line_subtotal','158.4'),(149731,16296,'_line_subtotal_tax','0'),(149732,16296,'_line_total','158.4'),(149733,16296,'_line_tax','0'),(149734,16296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149735,16297,'method_id','advanced_free_shipping'),(149736,16297,'instance_id','0'),(149737,16297,'cost','0.00'),(149738,16297,'total_tax','0'),(149739,16297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149740,16298,'_product_id','487'),(149741,16298,'_variation_id','0'),(149742,16298,'_qty','1'),(149743,16298,'_tax_class',''),(149744,16298,'_line_subtotal','31.35'),(149745,16298,'_line_subtotal_tax','0'),(149746,16298,'_line_total','31.35'),(149747,16298,'_line_tax','0'),(149748,16298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149749,16299,'_product_id','490'),(149750,16299,'_variation_id','0'),(149751,16299,'_qty','10'),(149752,16299,'_tax_class',''),(149753,16299,'_line_subtotal','196'),(149754,16299,'_line_subtotal_tax','0'),(149755,16299,'_line_total','196'),(149756,16299,'_line_tax','0'),(149757,16299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149758,16300,'_product_id','41'),(149759,16300,'_variation_id','0'),(149760,16300,'_qty','1'),(149761,16300,'_tax_class',''),(149762,16300,'_line_subtotal','66.48'),(149763,16300,'_line_subtotal_tax','0'),(149764,16300,'_line_total','66.48'),(149765,16300,'_line_tax','0'),(149766,16300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149767,16301,'_product_id','43'),(149768,16301,'_variation_id','0'),(149769,16301,'_qty','1'),(149770,16301,'_tax_class',''),(149771,16301,'_line_subtotal','79.2'),(149772,16301,'_line_subtotal_tax','0'),(149773,16301,'_line_total','79.2'),(149774,16301,'_line_tax','0'),(149775,16301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149776,16302,'_product_id','49'),(149777,16302,'_variation_id','0'),(149778,16302,'_qty','2'),(149779,16302,'_tax_class',''),(149780,16302,'_line_subtotal','158.4'),(149781,16302,'_line_subtotal_tax','0'),(149782,16302,'_line_total','158.4'),(149783,16302,'_line_tax','0'),(149784,16302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149785,16303,'_product_id','2110'),(149786,16303,'_variation_id','0'),(149787,16303,'_qty','2'),(149788,16303,'_tax_class',''),(149789,16303,'_line_subtotal','142.8'),(149790,16303,'_line_subtotal_tax','0'),(149791,16303,'_line_total','142.8'),(149792,16303,'_line_tax','0'),(149793,16303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149794,16304,'_product_id','2113'),(149795,16304,'_variation_id','0'),(149796,16304,'_qty','1'),(149797,16304,'_tax_class',''),(149798,16304,'_line_subtotal','172'),(149799,16304,'_line_subtotal_tax','0'),(149800,16304,'_line_total','172'),(149801,16304,'_line_tax','0'),(149802,16304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149803,16305,'method_id','advanced_free_shipping'),(149804,16305,'instance_id','0'),(149805,16305,'cost','0.00'),(149806,16305,'total_tax','0'),(149807,16305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149819,16298,'thwma_order_shipping_status','wc-pending'),(149820,16299,'thwma_order_shipping_status','wc-pending'),(149821,16300,'thwma_order_shipping_status','wc-pending'),(149822,16301,'thwma_order_shipping_status','wc-pending'),(149823,16302,'thwma_order_shipping_status','wc-pending'),(149824,16303,'thwma_order_shipping_status','wc-pending'),(149825,16304,'thwma_order_shipping_status','wc-pending'),(149826,16306,'_product_id','38'),(149827,16306,'_variation_id','0'),(149828,16306,'_qty','1'),(149829,16306,'_tax_class',''),(149830,16306,'_line_subtotal','165.76'),(149831,16306,'_line_subtotal_tax','0'),(149832,16306,'_line_total','165.76'),(149833,16306,'_line_tax','0'),(149834,16306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149835,16307,'_product_id','2110'),(149836,16307,'_variation_id','0'),(149837,16307,'_qty','1'),(149838,16307,'_tax_class',''),(149839,16307,'_line_subtotal','71.4'),(149840,16307,'_line_subtotal_tax','0'),(149841,16307,'_line_total','71.4'),(149842,16307,'_line_tax','0'),(149843,16307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149844,16308,'_product_id','2113'),(149845,16308,'_variation_id','0'),(149846,16308,'_qty','1'),(149847,16308,'_tax_class',''),(149848,16308,'_line_subtotal','172'),(149849,16308,'_line_subtotal_tax','0'),(149850,16308,'_line_total','172'),(149851,16308,'_line_tax','0'),(149852,16308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149853,16309,'_product_id','45'),(149854,16309,'_variation_id','0'),(149855,16309,'_qty','1'),(149856,16309,'_tax_class',''),(149857,16309,'_line_subtotal','42.24'),(149858,16309,'_line_subtotal_tax','0'),(149859,16309,'_line_total','42.24'),(149860,16309,'_line_tax','0'),(149861,16309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149862,16310,'_product_id','41'),(149863,16310,'_variation_id','0'),(149864,16310,'_qty','1'),(149865,16310,'_tax_class',''),(149866,16310,'_line_subtotal','66.48'),(149867,16310,'_line_subtotal_tax','0'),(149868,16310,'_line_total','66.48'),(149869,16310,'_line_tax','0'),(149870,16310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149871,16311,'_product_id','490'),(149872,16311,'_variation_id','0'),(149873,16311,'_qty','8'),(149874,16311,'_tax_class',''),(149875,16311,'_line_subtotal','156.8'),(149876,16311,'_line_subtotal_tax','0'),(149877,16311,'_line_total','156.8'),(149878,16311,'_line_tax','0'),(149879,16311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149880,16312,'_product_id','23'),(149881,16312,'_variation_id','0'),(149882,16312,'_qty','1'),(149883,16312,'_tax_class',''),(149884,16312,'_line_subtotal','68.54'),(149885,16312,'_line_subtotal_tax','0'),(149886,16312,'_line_total','68.54'),(149887,16312,'_line_tax','0'),(149888,16312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149889,16313,'method_id','advanced_free_shipping'),(149890,16313,'instance_id','0'),(149891,16313,'cost','0.00'),(149892,16313,'total_tax','0'),(149893,16313,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149894,16314,'_product_id','137'),(149895,16314,'_variation_id','0'),(149896,16314,'_qty','40'),(149897,16314,'_tax_class',''),(149898,16314,'_line_subtotal','242'),(149899,16314,'_line_subtotal_tax','0'),(149900,16314,'_line_total','242'),(149901,16314,'_line_tax','0'),(149902,16314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149903,16315,'_product_id','148'),(149904,16315,'_variation_id','0'),(149905,16315,'_qty','10'),(149906,16315,'_tax_class',''),(149907,16315,'_line_subtotal','82.5'),(149908,16315,'_line_subtotal_tax','0'),(149909,16315,'_line_total','82.5'),(149910,16315,'_line_tax','0'),(149911,16315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149912,16316,'_product_id','138'),(149913,16316,'_variation_id','0'),(149914,16316,'_qty','10'),(149915,16316,'_tax_class',''),(149916,16316,'_line_subtotal','49.5'),(149917,16316,'_line_subtotal_tax','0'),(149918,16316,'_line_total','49.5'),(149919,16316,'_line_tax','0'),(149920,16316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149921,16317,'method_id','fedex'),(149922,16317,'instance_id','1'),(149923,16317,'cost','15.51'),(149924,16317,'total_tax','0'),(149925,16317,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149926,16317,'Package 1','14 × 14 × 14 (in) 14.5lbs × 1'),(149927,16317,'Items','The Wet Brush &times; 40, Disney Wet Brush &times; 10, The Wet Brush Squirt &times; 10'),(149928,16318,'_product_id','137'),(149929,16318,'_variation_id','0'),(149930,16318,'_qty','30'),(149931,16318,'_tax_class',''),(149932,16318,'_line_subtotal','181.5'),(149933,16318,'_line_subtotal_tax','0'),(149934,16318,'_line_total','181.5'),(149935,16318,'_line_tax','0'),(149936,16318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149937,16319,'_product_id','148'),(149938,16319,'_variation_id','0'),(149939,16319,'_qty','20'),(149940,16319,'_tax_class',''),(149941,16319,'_line_subtotal','165'),(149942,16319,'_line_subtotal_tax','0'),(149943,16319,'_line_total','165'),(149944,16319,'_line_tax','0'),(149945,16319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149946,16320,'method_id','fedex'),(149947,16320,'instance_id','1'),(149948,16320,'cost','15.51'),(149949,16320,'total_tax','0'),(149950,16320,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149951,16320,'Package 1','17 × 14 × 10 (in) 12.5lbs × 1'),(149952,16320,'Items','The Wet Brush &times; 30, Disney Wet Brush &times; 20'),(149953,16306,'thwma_order_shipping_status','wc-pending'),(149954,16307,'thwma_order_shipping_status','wc-pending'),(149955,16308,'thwma_order_shipping_status','wc-pending'),(149956,16309,'thwma_order_shipping_status','wc-pending'),(149957,16310,'thwma_order_shipping_status','wc-pending'),(149958,16311,'thwma_order_shipping_status','wc-pending'),(149959,16312,'thwma_order_shipping_status','wc-pending'),(149960,16293,'thwma_order_shipping_status','wc-pending'),(149961,16294,'thwma_order_shipping_status','wc-pending'),(149962,16295,'thwma_order_shipping_status','wc-pending'),(149963,16296,'thwma_order_shipping_status','wc-pending'),(149964,16321,'_product_id','2408'),(149965,16321,'_variation_id','0'),(149966,16321,'_qty','4'),(149967,16321,'_tax_class',''),(149968,16321,'_line_subtotal','597.36'),(149969,16321,'_line_subtotal_tax','0'),(149970,16321,'_line_total','597.36'),(149971,16321,'_line_tax','0'),(149972,16321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149973,16322,'_product_id','133'),(149974,16322,'_variation_id','0'),(149975,16322,'_qty','10'),(149976,16322,'_tax_class',''),(149977,16322,'_line_subtotal','143'),(149978,16322,'_line_subtotal_tax','0'),(149979,16322,'_line_total','143'),(149980,16322,'_line_tax','0'),(149981,16322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(149982,16323,'method_id','advanced_free_shipping'),(149983,16323,'instance_id','0'),(149984,16323,'cost','0.00'),(149985,16323,'total_tax','0'),(149986,16323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(149987,16314,'thwma_order_shipping_status','wc-pending'),(149988,16315,'thwma_order_shipping_status','wc-pending'),(149989,16316,'thwma_order_shipping_status','wc-pending'),(149990,16318,'thwma_order_shipping_status','wc-pending'),(149991,16319,'thwma_order_shipping_status','wc-pending'),(149992,16321,'thwma_order_shipping_status','wc-pending'),(149993,16322,'thwma_order_shipping_status','wc-pending'),(149994,16324,'_product_id','23'),(149995,16324,'_variation_id','0'),(149996,16324,'_qty','5'),(149997,16324,'_tax_class',''),(149998,16324,'_line_subtotal','342.7'),(149999,16324,'_line_subtotal_tax','0'),(150000,16324,'_line_total','342.7'),(150001,16324,'_line_tax','0'),(150002,16324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150003,16325,'_product_id','490'),(150004,16325,'_variation_id','0'),(150005,16325,'_qty','6'),(150006,16325,'_tax_class',''),(150007,16325,'_line_subtotal','117.6'),(150008,16325,'_line_subtotal_tax','0'),(150009,16325,'_line_total','117.6'),(150010,16325,'_line_tax','0'),(150011,16325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150012,16326,'_product_id','41'),(150013,16326,'_variation_id','0'),(150014,16326,'_qty','2'),(150015,16326,'_tax_class',''),(150016,16326,'_line_subtotal','132.96'),(150017,16326,'_line_subtotal_tax','0'),(150018,16326,'_line_total','132.96'),(150019,16326,'_line_tax','0'),(150020,16326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150021,16327,'_product_id','43'),(150022,16327,'_variation_id','0'),(150023,16327,'_qty','2'),(150024,16327,'_tax_class',''),(150025,16327,'_line_subtotal','158.4'),(150026,16327,'_line_subtotal_tax','0'),(150027,16327,'_line_total','158.4'),(150028,16327,'_line_tax','0'),(150029,16327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150030,16328,'_product_id','488'),(150031,16328,'_variation_id','0'),(150032,16328,'_qty','1'),(150033,16328,'_tax_class',''),(150034,16328,'_line_subtotal','31.35'),(150035,16328,'_line_subtotal_tax','0'),(150036,16328,'_line_total','31.35'),(150037,16328,'_line_tax','0'),(150038,16328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150039,16329,'method_id','advanced_free_shipping'),(150040,16329,'instance_id','0'),(150041,16329,'cost','0.00'),(150042,16329,'total_tax','0'),(150043,16329,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150044,16330,'_product_id','49'),(150045,16330,'_variation_id','0'),(150046,16330,'_qty','4'),(150047,16330,'_tax_class',''),(150048,16330,'_line_subtotal','316.8'),(150049,16330,'_line_subtotal_tax','0'),(150050,16330,'_line_total','316.8'),(150051,16330,'_line_tax','0'),(150052,16330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150053,16331,'_product_id','45'),(150054,16331,'_variation_id','0'),(150055,16331,'_qty','3'),(150056,16331,'_tax_class',''),(150057,16331,'_line_subtotal','126.72'),(150058,16331,'_line_subtotal_tax','0'),(150059,16331,'_line_total','126.72'),(150060,16331,'_line_tax','0'),(150061,16331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150062,16332,'_product_id','487'),(150063,16332,'_variation_id','0'),(150064,16332,'_qty','1'),(150065,16332,'_tax_class',''),(150066,16332,'_line_subtotal','31.35'),(150067,16332,'_line_subtotal_tax','0'),(150068,16332,'_line_total','31.35'),(150069,16332,'_line_tax','0'),(150070,16332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150071,16333,'_product_id','44'),(150072,16333,'_variation_id','0'),(150073,16333,'_qty','1'),(150074,16333,'_tax_class',''),(150075,16333,'_line_subtotal','116.16'),(150076,16333,'_line_subtotal_tax','0'),(150077,16333,'_line_total','116.16'),(150078,16333,'_line_tax','0'),(150079,16333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150080,16334,'method_id','advanced_free_shipping'),(150081,16334,'instance_id','0'),(150082,16334,'cost','0.00'),(150083,16334,'total_tax','0'),(150084,16334,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150085,16335,'_product_id','2110'),(150086,16335,'_variation_id','0'),(150087,16335,'_qty','1'),(150088,16335,'_tax_class',''),(150089,16335,'_line_subtotal','71.4'),(150090,16335,'_line_subtotal_tax','0'),(150091,16335,'_line_total','71.4'),(150092,16335,'_line_tax','0'),(150093,16335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150094,16336,'_product_id','41'),(150095,16336,'_variation_id','0'),(150096,16336,'_qty','1'),(150097,16336,'_tax_class',''),(150098,16336,'_line_subtotal','66.48'),(150099,16336,'_line_subtotal_tax','0'),(150100,16336,'_line_total','66.48'),(150101,16336,'_line_tax','0'),(150102,16336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150103,16337,'_product_id','44'),(150104,16337,'_variation_id','0'),(150105,16337,'_qty','2'),(150106,16337,'_tax_class',''),(150107,16337,'_line_subtotal','232.32'),(150108,16337,'_line_subtotal_tax','0'),(150109,16337,'_line_total','232.32'),(150110,16337,'_line_tax','0'),(150111,16337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150112,16338,'_product_id','49'),(150113,16338,'_variation_id','0'),(150114,16338,'_qty','5'),(150115,16338,'_tax_class',''),(150116,16338,'_line_subtotal','396'),(150117,16338,'_line_subtotal_tax','0'),(150118,16338,'_line_total','396'),(150119,16338,'_line_tax','0'),(150120,16338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150121,16339,'method_id','advanced_free_shipping'),(150122,16339,'instance_id','0'),(150123,16339,'cost','0.00'),(150124,16339,'total_tax','0'),(150125,16339,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150126,16340,'_product_id','2110'),(150127,16340,'_variation_id','0'),(150128,16340,'_qty','2'),(150129,16340,'_tax_class',''),(150130,16340,'_line_subtotal','142.8'),(150131,16340,'_line_subtotal_tax','0'),(150132,16340,'_line_total','142.8'),(150133,16340,'_line_tax','0'),(150134,16340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150135,16341,'_product_id','2113'),(150136,16341,'_variation_id','0'),(150137,16341,'_qty','1'),(150138,16341,'_tax_class',''),(150139,16341,'_line_subtotal','172'),(150140,16341,'_line_subtotal_tax','0'),(150141,16341,'_line_total','172'),(150142,16341,'_line_tax','0'),(150143,16341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150144,16342,'_product_id','41'),(150145,16342,'_variation_id','0'),(150146,16342,'_qty','2'),(150147,16342,'_tax_class',''),(150148,16342,'_line_subtotal','132.96'),(150149,16342,'_line_subtotal_tax','0'),(150150,16342,'_line_total','132.96'),(150151,16342,'_line_tax','0'),(150152,16342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150153,16343,'_product_id','44'),(150154,16343,'_variation_id','0'),(150155,16343,'_qty','2'),(150156,16343,'_tax_class',''),(150157,16343,'_line_subtotal','232.32'),(150158,16343,'_line_subtotal_tax','0'),(150159,16343,'_line_total','232.32'),(150160,16343,'_line_tax','0'),(150161,16343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150162,16344,'_product_id','49'),(150163,16344,'_variation_id','0'),(150164,16344,'_qty','2'),(150165,16344,'_tax_class',''),(150166,16344,'_line_subtotal','158.4'),(150167,16344,'_line_subtotal_tax','0'),(150168,16344,'_line_total','158.4'),(150169,16344,'_line_tax','0'),(150170,16344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150171,16345,'_product_id','40'),(150172,16345,'_variation_id','0'),(150173,16345,'_qty','1'),(150174,16345,'_tax_class',''),(150175,16345,'_line_subtotal','79.2'),(150176,16345,'_line_subtotal_tax','0'),(150177,16345,'_line_total','79.2'),(150178,16345,'_line_tax','0'),(150179,16345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150180,16346,'_product_id','490'),(150181,16346,'_variation_id','0'),(150182,16346,'_qty','10'),(150183,16346,'_tax_class',''),(150184,16346,'_line_subtotal','196'),(150185,16346,'_line_subtotal_tax','0'),(150186,16346,'_line_total','196'),(150187,16346,'_line_tax','0'),(150188,16346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150189,16347,'method_id','advanced_free_shipping'),(150190,16347,'instance_id','0'),(150191,16347,'cost','0.00'),(150192,16347,'total_tax','0'),(150193,16347,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150194,16335,'thwma_order_shipping_status','wc-pending'),(150195,16336,'thwma_order_shipping_status','wc-pending'),(150196,16337,'thwma_order_shipping_status','wc-pending'),(150197,16338,'thwma_order_shipping_status','wc-pending'),(150198,16340,'thwma_order_shipping_status','wc-pending'),(150199,16341,'thwma_order_shipping_status','wc-pending'),(150200,16342,'thwma_order_shipping_status','wc-pending'),(150201,16343,'thwma_order_shipping_status','wc-pending'),(150202,16344,'thwma_order_shipping_status','wc-pending'),(150203,16345,'thwma_order_shipping_status','wc-pending'),(150204,16346,'thwma_order_shipping_status','wc-pending'),(150205,16330,'thwma_order_shipping_status','wc-pending'),(150206,16331,'thwma_order_shipping_status','wc-pending'),(150207,16332,'thwma_order_shipping_status','wc-pending'),(150208,16333,'thwma_order_shipping_status','wc-pending'),(150209,16324,'thwma_order_shipping_status','wc-pending'),(150210,16325,'thwma_order_shipping_status','wc-pending'),(150211,16326,'thwma_order_shipping_status','wc-pending'),(150212,16327,'thwma_order_shipping_status','wc-pending'),(150213,16328,'thwma_order_shipping_status','wc-pending'),(150214,16348,'_product_id','41'),(150215,16348,'_variation_id','0'),(150216,16348,'_qty','1'),(150217,16348,'_tax_class',''),(150218,16348,'_line_subtotal','66.48'),(150219,16348,'_line_subtotal_tax','0'),(150220,16348,'_line_total','66.48'),(150221,16348,'_line_tax','0'),(150222,16348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150223,16349,'_product_id','43'),(150224,16349,'_variation_id','0'),(150225,16349,'_qty','1'),(150226,16349,'_tax_class',''),(150227,16349,'_line_subtotal','79.2'),(150228,16349,'_line_subtotal_tax','0'),(150229,16349,'_line_total','79.2'),(150230,16349,'_line_tax','0'),(150231,16349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150232,16350,'_product_id','490'),(150233,16350,'_variation_id','0'),(150234,16350,'_qty','5'),(150235,16350,'_tax_class',''),(150236,16350,'_line_subtotal','98'),(150237,16350,'_line_subtotal_tax','0'),(150238,16350,'_line_total','98'),(150239,16350,'_line_tax','0'),(150240,16350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150241,16351,'method_id','fedex'),(150242,16351,'instance_id','1'),(150243,16351,'cost','14.61'),(150244,16351,'total_tax','0'),(150245,16351,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150246,16351,'Package 1','17 × 14 × 10 (in) 21.95lbs × 1'),(150247,16351,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5'),(150248,16348,'thwma_order_shipping_status','wc-pending'),(150249,16349,'thwma_order_shipping_status','wc-pending'),(150250,16350,'thwma_order_shipping_status','wc-pending'),(150251,16352,'_product_id','41'),(150252,16352,'_variation_id','0'),(150253,16352,'_qty','4'),(150254,16352,'_tax_class',''),(150255,16352,'_line_subtotal','265.92'),(150256,16352,'_line_subtotal_tax','0'),(150257,16352,'_line_total','265.92'),(150258,16352,'_line_tax','0'),(150259,16352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150260,16353,'_product_id','2110'),(150261,16353,'_variation_id','0'),(150262,16353,'_qty','6'),(150263,16353,'_tax_class',''),(150264,16353,'_line_subtotal','428.4'),(150265,16353,'_line_subtotal_tax','0'),(150266,16353,'_line_total','428.4'),(150267,16353,'_line_tax','0'),(150268,16353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150269,16354,'_product_id','49'),(150270,16354,'_variation_id','0'),(150271,16354,'_qty','6'),(150272,16354,'_tax_class',''),(150273,16354,'_line_subtotal','475.2'),(150274,16354,'_line_subtotal_tax','0'),(150275,16354,'_line_total','475.2'),(150276,16354,'_line_tax','0'),(150277,16354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150278,16355,'method_id','advanced_free_shipping'),(150279,16355,'instance_id','0'),(150280,16355,'cost','0.00'),(150281,16355,'total_tax','0'),(150282,16355,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150283,16356,'_product_id','120'),(150284,16356,'_variation_id','0'),(150285,16356,'_qty','2'),(150286,16356,'_tax_class',''),(150287,16356,'_line_subtotal','105.6'),(150288,16356,'_line_subtotal_tax','0'),(150289,16356,'_line_total','105.6'),(150290,16356,'_line_tax','0'),(150291,16356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150292,16357,'_product_id','116'),(150293,16357,'_variation_id','0'),(150294,16357,'_qty','1'),(150295,16357,'_tax_class',''),(150296,16357,'_line_subtotal','145.44'),(150297,16357,'_line_subtotal_tax','0'),(150298,16357,'_line_total','145.44'),(150299,16357,'_line_tax','0'),(150300,16357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150301,16358,'method_id','fedex'),(150302,16358,'instance_id','1'),(150303,16358,'cost','17.09'),(150304,16358,'total_tax','0'),(150305,16358,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150306,16358,'Package 1','15.81 × 12.94 × 10.19 (in) 18.64lbs × 1'),(150307,16358,'Items','Preventive Spray 2oz(Case of 24) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1'),(150308,16359,'_product_id','2110'),(150309,16359,'_variation_id','0'),(150310,16359,'_qty','2'),(150311,16359,'_tax_class',''),(150312,16359,'_line_subtotal','142.8'),(150313,16359,'_line_subtotal_tax','0'),(150314,16359,'_line_total','142.8'),(150315,16359,'_line_tax','0'),(150316,16359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150317,16360,'_product_id','2113'),(150318,16360,'_variation_id','0'),(150319,16360,'_qty','1'),(150320,16360,'_tax_class',''),(150321,16360,'_line_subtotal','172'),(150322,16360,'_line_subtotal_tax','0'),(150323,16360,'_line_total','172'),(150324,16360,'_line_tax','0'),(150325,16360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150326,16361,'_product_id','42'),(150327,16361,'_variation_id','0'),(150328,16361,'_qty','1'),(150329,16361,'_tax_class',''),(150330,16361,'_line_subtotal','79.2'),(150331,16361,'_line_subtotal_tax','0'),(150332,16361,'_line_total','79.2'),(150333,16361,'_line_tax','0'),(150334,16361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150335,16362,'_product_id','41'),(150336,16362,'_variation_id','0'),(150337,16362,'_qty','2'),(150338,16362,'_tax_class',''),(150339,16362,'_line_subtotal','132.96'),(150340,16362,'_line_subtotal_tax','0'),(150341,16362,'_line_total','132.96'),(150342,16362,'_line_tax','0'),(150343,16362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150344,16363,'_product_id','45'),(150345,16363,'_variation_id','0'),(150346,16363,'_qty','2'),(150347,16363,'_tax_class',''),(150348,16363,'_line_subtotal','84.48'),(150349,16363,'_line_subtotal_tax','0'),(150350,16363,'_line_total','84.48'),(150351,16363,'_line_tax','0'),(150352,16363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150353,16364,'_product_id','49'),(150354,16364,'_variation_id','0'),(150355,16364,'_qty','2'),(150356,16364,'_tax_class',''),(150357,16364,'_line_subtotal','158.4'),(150358,16364,'_line_subtotal_tax','0'),(150359,16364,'_line_total','158.4'),(150360,16364,'_line_tax','0'),(150361,16364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150362,16365,'_product_id','490'),(150363,16365,'_variation_id','0'),(150364,16365,'_qty','10'),(150365,16365,'_tax_class',''),(150366,16365,'_line_subtotal','196'),(150367,16365,'_line_subtotal_tax','0'),(150368,16365,'_line_total','196'),(150369,16365,'_line_tax','0'),(150370,16365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150371,16366,'_product_id','487'),(150372,16366,'_variation_id','0'),(150373,16366,'_qty','2'),(150374,16366,'_tax_class',''),(150375,16366,'_line_subtotal','62.7'),(150376,16366,'_line_subtotal_tax','0'),(150377,16366,'_line_total','62.7'),(150378,16366,'_line_tax','0'),(150379,16366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150380,16367,'_product_id','39'),(150381,16367,'_variation_id','0'),(150382,16367,'_qty','1'),(150383,16367,'_tax_class',''),(150384,16367,'_line_subtotal','79.2'),(150385,16367,'_line_subtotal_tax','0'),(150386,16367,'_line_total','79.2'),(150387,16367,'_line_tax','0'),(150388,16367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150389,16368,'_product_id','120'),(150390,16368,'_variation_id','0'),(150391,16368,'_qty','1'),(150392,16368,'_tax_class',''),(150393,16368,'_line_subtotal','52.8'),(150394,16368,'_line_subtotal_tax','0'),(150395,16368,'_line_total','52.8'),(150396,16368,'_line_tax','0'),(150397,16368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150398,16369,'method_id','advanced_free_shipping'),(150399,16369,'instance_id','0'),(150400,16369,'cost','0.00'),(150401,16369,'total_tax','0'),(150402,16369,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150403,16370,'_product_id','2110'),(150404,16370,'_variation_id','0'),(150405,16370,'_qty','2'),(150406,16370,'_tax_class',''),(150407,16370,'_line_subtotal','142.8'),(150408,16370,'_line_subtotal_tax','0'),(150409,16370,'_line_total','142.8'),(150410,16370,'_line_tax','0'),(150411,16370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150412,16371,'_product_id','2113'),(150413,16371,'_variation_id','0'),(150414,16371,'_qty','1'),(150415,16371,'_tax_class',''),(150416,16371,'_line_subtotal','172'),(150417,16371,'_line_subtotal_tax','0'),(150418,16371,'_line_total','172'),(150419,16371,'_line_tax','0'),(150420,16371,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150421,16372,'_product_id','45'),(150422,16372,'_variation_id','0'),(150423,16372,'_qty','2'),(150424,16372,'_tax_class',''),(150425,16372,'_line_subtotal','84.48'),(150426,16372,'_line_subtotal_tax','0'),(150427,16372,'_line_total','84.48'),(150428,16372,'_line_tax','0'),(150429,16372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150430,16373,'_product_id','2400'),(150431,16373,'_variation_id','0'),(150432,16373,'_qty','1'),(150433,16373,'_tax_class',''),(150434,16373,'_line_subtotal','186.3'),(150435,16373,'_line_subtotal_tax','0'),(150436,16373,'_line_total','186.3'),(150437,16373,'_line_tax','0'),(150438,16373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150439,16374,'_product_id','43'),(150440,16374,'_variation_id','0'),(150441,16374,'_qty','1'),(150442,16374,'_tax_class',''),(150443,16374,'_line_subtotal','79.2'),(150444,16374,'_line_subtotal_tax','0'),(150445,16374,'_line_total','79.2'),(150446,16374,'_line_tax','0'),(150447,16374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150448,16375,'_product_id','49'),(150449,16375,'_variation_id','0'),(150450,16375,'_qty','1'),(150451,16375,'_tax_class',''),(150452,16375,'_line_subtotal','79.2'),(150453,16375,'_line_subtotal_tax','0'),(150454,16375,'_line_total','79.2'),(150455,16375,'_line_tax','0'),(150456,16375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150457,16376,'_product_id','490'),(150458,16376,'_variation_id','0'),(150459,16376,'_qty','10'),(150460,16376,'_tax_class',''),(150461,16376,'_line_subtotal','196'),(150462,16376,'_line_subtotal_tax','0'),(150463,16376,'_line_total','196'),(150464,16376,'_line_tax','0'),(150465,16376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150466,16377,'_product_id','487'),(150467,16377,'_variation_id','0'),(150468,16377,'_qty','2'),(150469,16377,'_tax_class',''),(150470,16377,'_line_subtotal','62.7'),(150471,16377,'_line_subtotal_tax','0'),(150472,16377,'_line_total','62.7'),(150473,16377,'_line_tax','0'),(150474,16377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150475,16378,'method_id','advanced_free_shipping'),(150476,16378,'instance_id','0'),(150477,16378,'cost','0.00'),(150478,16378,'total_tax','0'),(150479,16378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150480,16379,'_product_id','44'),(150481,16379,'_variation_id','0'),(150482,16379,'_qty','2'),(150483,16379,'_tax_class',''),(150484,16379,'_line_subtotal','232.32'),(150485,16379,'_line_subtotal_tax','0'),(150486,16379,'_line_total','232.32'),(150487,16379,'_line_tax','0'),(150488,16379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150489,16380,'_product_id','2110'),(150490,16380,'_variation_id','0'),(150491,16380,'_qty','1'),(150492,16380,'_tax_class',''),(150493,16380,'_line_subtotal','71.4'),(150494,16380,'_line_subtotal_tax','0'),(150495,16380,'_line_total','71.4'),(150496,16380,'_line_tax','0'),(150497,16380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150498,16381,'_product_id','2113'),(150499,16381,'_variation_id','0'),(150500,16381,'_qty','1'),(150501,16381,'_tax_class',''),(150502,16381,'_line_subtotal','172'),(150503,16381,'_line_subtotal_tax','0'),(150504,16381,'_line_total','172'),(150505,16381,'_line_tax','0'),(150506,16381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150507,16382,'_product_id','41'),(150508,16382,'_variation_id','0'),(150509,16382,'_qty','1'),(150510,16382,'_tax_class',''),(150511,16382,'_line_subtotal','66.48'),(150512,16382,'_line_subtotal_tax','0'),(150513,16382,'_line_total','66.48'),(150514,16382,'_line_tax','0'),(150515,16382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150516,16383,'_product_id','116'),(150517,16383,'_variation_id','0'),(150518,16383,'_qty','1'),(150519,16383,'_tax_class',''),(150520,16383,'_line_subtotal','145.44'),(150521,16383,'_line_subtotal_tax','0'),(150522,16383,'_line_total','145.44'),(150523,16383,'_line_tax','0'),(150524,16383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150525,16384,'_product_id','43'),(150526,16384,'_variation_id','0'),(150527,16384,'_qty','2'),(150528,16384,'_tax_class',''),(150529,16384,'_line_subtotal','158.4'),(150530,16384,'_line_subtotal_tax','0'),(150531,16384,'_line_total','158.4'),(150532,16384,'_line_tax','0'),(150533,16384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150534,16385,'_product_id','45'),(150535,16385,'_variation_id','0'),(150536,16385,'_qty','1'),(150537,16385,'_tax_class',''),(150538,16385,'_line_subtotal','42.24'),(150539,16385,'_line_subtotal_tax','0'),(150540,16385,'_line_total','42.24'),(150541,16385,'_line_tax','0'),(150542,16385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150543,16386,'_product_id','93'),(150544,16386,'_variation_id','0'),(150545,16386,'_qty','6'),(150546,16386,'_tax_class',''),(150547,16386,'_line_subtotal','0'),(150548,16386,'_line_subtotal_tax','0'),(150549,16386,'_line_total','0'),(150550,16386,'_line_tax','0'),(150551,16386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150552,16387,'method_id','advanced_free_shipping'),(150553,16387,'instance_id','0'),(150554,16387,'cost','0.00'),(150555,16387,'total_tax','0'),(150556,16387,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150565,16352,'thwma_order_shipping_status','wc-pending'),(150566,16353,'thwma_order_shipping_status','wc-pending'),(150567,16354,'thwma_order_shipping_status','wc-pending'),(150568,16359,'thwma_order_shipping_status','wc-pending'),(150569,16360,'thwma_order_shipping_status','wc-pending'),(150570,16361,'thwma_order_shipping_status','wc-pending'),(150571,16362,'thwma_order_shipping_status','wc-pending'),(150572,16363,'thwma_order_shipping_status','wc-pending'),(150573,16364,'thwma_order_shipping_status','wc-pending'),(150574,16365,'thwma_order_shipping_status','wc-pending'),(150575,16366,'thwma_order_shipping_status','wc-pending'),(150576,16367,'thwma_order_shipping_status','wc-pending'),(150577,16368,'thwma_order_shipping_status','wc-pending'),(150578,16388,'_product_id','2110'),(150579,16388,'_variation_id','0'),(150580,16388,'_qty','7'),(150581,16388,'_tax_class',''),(150582,16388,'_line_subtotal','499.8'),(150583,16388,'_line_subtotal_tax','0'),(150584,16388,'_line_total','499.8'),(150585,16388,'_line_tax','0'),(150586,16388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150587,16389,'_product_id','45'),(150588,16389,'_variation_id','0'),(150589,16389,'_qty','6'),(150590,16389,'_tax_class',''),(150591,16389,'_line_subtotal','253.44'),(150592,16389,'_line_subtotal_tax','0'),(150593,16389,'_line_total','253.44'),(150594,16389,'_line_tax','0'),(150595,16389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150596,16390,'_product_id','41'),(150597,16390,'_variation_id','0'),(150598,16390,'_qty','5'),(150599,16390,'_tax_class',''),(150600,16390,'_line_subtotal','332.4'),(150601,16390,'_line_subtotal_tax','0'),(150602,16390,'_line_total','332.4'),(150603,16390,'_line_tax','0'),(150604,16390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150605,16391,'_product_id','44'),(150606,16391,'_variation_id','0'),(150607,16391,'_qty','2'),(150608,16391,'_tax_class',''),(150609,16391,'_line_subtotal','232.32'),(150610,16391,'_line_subtotal_tax','0'),(150611,16391,'_line_total','232.32'),(150612,16391,'_line_tax','0'),(150613,16391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150614,16392,'_product_id','120'),(150615,16392,'_variation_id','0'),(150616,16392,'_qty','2'),(150617,16392,'_tax_class',''),(150618,16392,'_line_subtotal','105.6'),(150619,16392,'_line_subtotal_tax','0'),(150620,16392,'_line_total','105.6'),(150621,16392,'_line_tax','0'),(150622,16392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150623,16393,'_product_id','43'),(150624,16393,'_variation_id','0'),(150625,16393,'_qty','4'),(150626,16393,'_tax_class',''),(150627,16393,'_line_subtotal','316.8'),(150628,16393,'_line_subtotal_tax','0'),(150629,16393,'_line_total','316.8'),(150630,16393,'_line_tax','0'),(150631,16393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150632,16394,'_product_id','133'),(150633,16394,'_variation_id','0'),(150634,16394,'_qty','10'),(150635,16394,'_tax_class',''),(150636,16394,'_line_subtotal','143'),(150637,16394,'_line_subtotal_tax','0'),(150638,16394,'_line_total','143'),(150639,16394,'_line_tax','0'),(150640,16394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150641,16395,'method_id','advanced_free_shipping'),(150642,16395,'instance_id','0'),(150643,16395,'cost','0.00'),(150644,16395,'total_tax','0'),(150645,16395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150646,16396,'_product_id','2110'),(150647,16396,'_variation_id','0'),(150648,16396,'_qty','2'),(150649,16396,'_tax_class',''),(150650,16396,'_line_subtotal','142.8'),(150651,16396,'_line_subtotal_tax','0'),(150652,16396,'_line_total','142.8'),(150653,16396,'_line_tax','0'),(150654,16396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150655,16397,'_product_id','2113'),(150656,16397,'_variation_id','0'),(150657,16397,'_qty','1'),(150658,16397,'_tax_class',''),(150659,16397,'_line_subtotal','172'),(150660,16397,'_line_subtotal_tax','0'),(150661,16397,'_line_total','172'),(150662,16397,'_line_tax','0'),(150663,16397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150664,16398,'_product_id','41'),(150665,16398,'_variation_id','0'),(150666,16398,'_qty','3'),(150667,16398,'_tax_class',''),(150668,16398,'_line_subtotal','199.44'),(150669,16398,'_line_subtotal_tax','0'),(150670,16398,'_line_total','199.44'),(150671,16398,'_line_tax','0'),(150672,16398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150673,16399,'_product_id','2408'),(150674,16399,'_variation_id','0'),(150675,16399,'_qty','1'),(150676,16399,'_tax_class',''),(150677,16399,'_line_subtotal','149.34'),(150678,16399,'_line_subtotal_tax','0'),(150679,16399,'_line_total','149.34'),(150680,16399,'_line_tax','0'),(150681,16399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150682,16400,'_product_id','120'),(150683,16400,'_variation_id','0'),(150684,16400,'_qty','1'),(150685,16400,'_tax_class',''),(150686,16400,'_line_subtotal','52.8'),(150687,16400,'_line_subtotal_tax','0'),(150688,16400,'_line_total','52.8'),(150689,16400,'_line_tax','0'),(150690,16400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150691,16401,'_product_id','43'),(150692,16401,'_variation_id','0'),(150693,16401,'_qty','3'),(150694,16401,'_tax_class',''),(150695,16401,'_line_subtotal','237.6'),(150696,16401,'_line_subtotal_tax','0'),(150697,16401,'_line_total','237.6'),(150698,16401,'_line_tax','0'),(150699,16401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150700,16402,'_product_id','49'),(150701,16402,'_variation_id','0'),(150702,16402,'_qty','2'),(150703,16402,'_tax_class',''),(150704,16402,'_line_subtotal','158.4'),(150705,16402,'_line_subtotal_tax','0'),(150706,16402,'_line_total','158.4'),(150707,16402,'_line_tax','0'),(150708,16402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150709,16403,'_product_id','44'),(150710,16403,'_variation_id','0'),(150711,16403,'_qty','2'),(150712,16403,'_tax_class',''),(150713,16403,'_line_subtotal','232.32'),(150714,16403,'_line_subtotal_tax','0'),(150715,16403,'_line_total','232.32'),(150716,16403,'_line_tax','0'),(150717,16403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150718,16404,'_product_id','93'),(150719,16404,'_variation_id','0'),(150720,16404,'_qty','10'),(150721,16404,'_tax_class',''),(150722,16404,'_line_subtotal','0'),(150723,16404,'_line_subtotal_tax','0'),(150724,16404,'_line_total','0'),(150725,16404,'_line_tax','0'),(150726,16404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150727,16405,'method_id','advanced_free_shipping'),(150728,16405,'instance_id','0'),(150729,16405,'cost','0.00'),(150730,16405,'total_tax','0'),(150731,16405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150732,16370,'thwma_order_shipping_status','wc-pending'),(150733,16371,'thwma_order_shipping_status','wc-pending'),(150734,16372,'thwma_order_shipping_status','wc-pending'),(150735,16373,'thwma_order_shipping_status','wc-pending'),(150736,16374,'thwma_order_shipping_status','wc-pending'),(150737,16375,'thwma_order_shipping_status','wc-pending'),(150738,16376,'thwma_order_shipping_status','wc-pending'),(150739,16377,'thwma_order_shipping_status','wc-pending'),(150740,16388,'thwma_order_shipping_status','wc-pending'),(150741,16389,'thwma_order_shipping_status','wc-pending'),(150742,16390,'thwma_order_shipping_status','wc-pending'),(150743,16391,'thwma_order_shipping_status','wc-pending'),(150744,16392,'thwma_order_shipping_status','wc-pending'),(150745,16393,'thwma_order_shipping_status','wc-pending'),(150746,16394,'thwma_order_shipping_status','wc-pending'),(150747,16406,'_product_id','43'),(150748,16406,'_variation_id','0'),(150749,16406,'_qty','1'),(150750,16406,'_tax_class',''),(150751,16406,'_line_subtotal','79.2'),(150752,16406,'_line_subtotal_tax','0'),(150753,16406,'_line_total','79.2'),(150754,16406,'_line_tax','0'),(150755,16406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150756,16407,'_product_id','490'),(150757,16407,'_variation_id','0'),(150758,16407,'_qty','2'),(150759,16407,'_tax_class',''),(150760,16407,'_line_subtotal','39.2'),(150761,16407,'_line_subtotal_tax','0'),(150762,16407,'_line_total','39.2'),(150763,16407,'_line_tax','0'),(150764,16407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150765,16408,'method_id','fedex'),(150766,16408,'instance_id','1'),(150767,16408,'cost','14.58'),(150768,16408,'total_tax','0'),(150769,16408,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150770,16408,'Package 1','11.25 × 8.75 × 7.75 (in) 12.69lbs × 1'),(150771,16408,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(150772,16409,'_product_id','43'),(150773,16409,'_variation_id','0'),(150774,16409,'_qty','1'),(150775,16409,'_tax_class',''),(150776,16409,'_line_subtotal','79.2'),(150777,16409,'_line_subtotal_tax','0'),(150778,16409,'_line_total','79.2'),(150779,16409,'_line_tax','0'),(150780,16409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150781,16410,'_product_id','490'),(150782,16410,'_variation_id','0'),(150783,16410,'_qty','2'),(150784,16410,'_tax_class',''),(150785,16410,'_line_subtotal','39.2'),(150786,16410,'_line_subtotal_tax','0'),(150787,16410,'_line_total','39.2'),(150788,16410,'_line_tax','0'),(150789,16410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150790,16411,'method_id','fedex'),(150791,16411,'instance_id','1'),(150792,16411,'cost','14.58'),(150793,16411,'total_tax','0'),(150794,16411,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150795,16411,'Package 1','11.25 × 8.75 × 7.75 (in) 12.69lbs × 1'),(150796,16411,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(150797,16412,'_product_id','43'),(150798,16412,'_variation_id','0'),(150799,16412,'_qty','1'),(150800,16412,'_tax_class',''),(150801,16412,'_line_subtotal','79.2'),(150802,16412,'_line_subtotal_tax','0'),(150803,16412,'_line_total','79.2'),(150804,16412,'_line_tax','0'),(150805,16412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150806,16413,'_product_id','490'),(150807,16413,'_variation_id','0'),(150808,16413,'_qty','2'),(150809,16413,'_tax_class',''),(150810,16413,'_line_subtotal','39.2'),(150811,16413,'_line_subtotal_tax','0'),(150812,16413,'_line_total','39.2'),(150813,16413,'_line_tax','0'),(150814,16413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150815,16414,'method_id','fedex'),(150816,16414,'instance_id','1'),(150817,16414,'cost','14.58'),(150818,16414,'total_tax','0'),(150819,16414,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150820,16414,'Package 1','11.25 × 8.75 × 7.75 (in) 12.69lbs × 1'),(150821,16414,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(150822,16415,'_product_id','49'),(150823,16415,'_variation_id','0'),(150824,16415,'_qty','7'),(150825,16415,'_tax_class',''),(150826,16415,'_line_subtotal','554.4'),(150827,16415,'_line_subtotal_tax','0'),(150828,16415,'_line_total','554.4'),(150829,16415,'_line_tax','0'),(150830,16415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150831,16416,'method_id','advanced_free_shipping'),(150832,16416,'instance_id','0'),(150833,16416,'cost','0.00'),(150834,16416,'total_tax','0'),(150835,16416,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150836,16417,'_product_id','487'),(150837,16417,'_variation_id','0'),(150838,16417,'_qty','3'),(150839,16417,'_tax_class',''),(150840,16417,'_line_subtotal','94.05'),(150841,16417,'_line_subtotal_tax','0'),(150842,16417,'_line_total','94.05'),(150843,16417,'_line_tax','0'),(150844,16417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150845,16418,'method_id','fedex'),(150846,16418,'instance_id','1'),(150847,16418,'cost','19.41'),(150848,16418,'total_tax','0'),(150849,16418,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150850,16418,'Package 1','17 × 14 × 10 (in) 24.55lbs × 1'),(150851,16418,'Items','Bulk Mousse 1 Gallon RM &times; 3'),(150852,16419,'_product_id','2110'),(150853,16419,'_variation_id','0'),(150854,16419,'_qty','2'),(150855,16419,'_tax_class',''),(150856,16419,'_line_subtotal','142.8'),(150857,16419,'_line_subtotal_tax','0'),(150858,16419,'_line_total','142.8'),(150859,16419,'_line_tax','0'),(150860,16419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150861,16420,'_product_id','42'),(150862,16420,'_variation_id','0'),(150863,16420,'_qty','1'),(150864,16420,'_tax_class',''),(150865,16420,'_line_subtotal','79.2'),(150866,16420,'_line_subtotal_tax','0'),(150867,16420,'_line_total','79.2'),(150868,16420,'_line_tax','0'),(150869,16420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150870,16421,'_product_id','39'),(150871,16421,'_variation_id','0'),(150872,16421,'_qty','1'),(150873,16421,'_tax_class',''),(150874,16421,'_line_subtotal','79.2'),(150875,16421,'_line_subtotal_tax','0'),(150876,16421,'_line_total','79.2'),(150877,16421,'_line_tax','0'),(150878,16421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150879,16422,'_product_id','490'),(150880,16422,'_variation_id','0'),(150881,16422,'_qty','10'),(150882,16422,'_tax_class',''),(150883,16422,'_line_subtotal','196'),(150884,16422,'_line_subtotal_tax','0'),(150885,16422,'_line_total','196'),(150886,16422,'_line_tax','0'),(150887,16422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150888,16423,'_product_id','2113'),(150889,16423,'_variation_id','0'),(150890,16423,'_qty','1'),(150891,16423,'_tax_class',''),(150892,16423,'_line_subtotal','172'),(150893,16423,'_line_subtotal_tax','0'),(150894,16423,'_line_total','172'),(150895,16423,'_line_tax','0'),(150896,16423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150897,16424,'method_id','advanced_free_shipping'),(150898,16424,'instance_id','0'),(150899,16424,'cost','0.00'),(150900,16424,'total_tax','0'),(150901,16424,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150911,16425,'_product_id','490'),(150912,16425,'_variation_id','0'),(150913,16425,'_qty','5'),(150914,16425,'_tax_class',''),(150915,16425,'_line_subtotal','98'),(150916,16425,'_line_subtotal_tax','0'),(150917,16425,'_line_total','98'),(150918,16425,'_line_tax','0'),(150919,16425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150920,16426,'_product_id','487'),(150921,16426,'_variation_id','0'),(150922,16426,'_qty','2'),(150923,16426,'_tax_class',''),(150924,16426,'_line_subtotal','62.7'),(150925,16426,'_line_subtotal_tax','0'),(150926,16426,'_line_total','62.7'),(150927,16426,'_line_tax','0'),(150928,16426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150929,16427,'method_id','fedex'),(150930,16427,'instance_id','1'),(150931,16427,'cost','15.29'),(150932,16427,'total_tax','0'),(150933,16427,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150934,16427,'Package 1','17 × 14 × 10 (in) 27.45lbs × 1'),(150935,16427,'Items','Bulk Active Rinse 100% RM &times; 5, Bulk Mousse 1 Gallon RM &times; 2'),(150936,16428,'_product_id','44'),(150937,16428,'_variation_id','0'),(150938,16428,'_qty','2'),(150939,16428,'_tax_class',''),(150940,16428,'_line_subtotal','232.32'),(150941,16428,'_line_subtotal_tax','0'),(150942,16428,'_line_total','232.32'),(150943,16428,'_line_tax','0'),(150944,16428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150945,16429,'_product_id','49'),(150946,16429,'_variation_id','0'),(150947,16429,'_qty','1'),(150948,16429,'_tax_class',''),(150949,16429,'_line_subtotal','79.2'),(150950,16429,'_line_subtotal_tax','0'),(150951,16429,'_line_total','79.2'),(150952,16429,'_line_tax','0'),(150953,16429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150954,16430,'_product_id','120'),(150955,16430,'_variation_id','0'),(150956,16430,'_qty','1'),(150957,16430,'_tax_class',''),(150958,16430,'_line_subtotal','52.8'),(150959,16430,'_line_subtotal_tax','0'),(150960,16430,'_line_total','52.8'),(150961,16430,'_line_tax','0'),(150962,16430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150963,16431,'_product_id','144'),(150964,16431,'_variation_id','0'),(150965,16431,'_qty','12'),(150966,16431,'_tax_class',''),(150967,16431,'_line_subtotal','16.56'),(150968,16431,'_line_subtotal_tax','0'),(150969,16431,'_line_total','16.56'),(150970,16431,'_line_tax','0'),(150971,16431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150972,16432,'_product_id','135'),(150973,16432,'_variation_id','0'),(150974,16432,'_qty','2'),(150975,16432,'_tax_class',''),(150976,16432,'_line_subtotal','4.96'),(150977,16432,'_line_subtotal_tax','0'),(150978,16432,'_line_total','4.96'),(150979,16432,'_line_tax','0'),(150980,16432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150981,16433,'_product_id','490'),(150982,16433,'_variation_id','0'),(150983,16433,'_qty','6'),(150984,16433,'_tax_class',''),(150985,16433,'_line_subtotal','117.6'),(150986,16433,'_line_subtotal_tax','0'),(150987,16433,'_line_total','117.6'),(150988,16433,'_line_tax','0'),(150989,16433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(150990,16434,'method_id','advanced_free_shipping'),(150991,16434,'instance_id','0'),(150992,16434,'cost','0.00'),(150993,16434,'total_tax','0'),(150994,16434,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(150997,16356,'thwma_order_shipping_status','wc-pending'),(150998,16357,'thwma_order_shipping_status','wc-pending'),(150999,16412,'thwma_order_shipping_status','wc-pending'),(151000,16413,'thwma_order_shipping_status','wc-pending'),(151001,16425,'thwma_order_shipping_status','wc-pending'),(151002,16426,'thwma_order_shipping_status','wc-pending'),(151003,16419,'thwma_order_shipping_status','wc-pending'),(151004,16420,'thwma_order_shipping_status','wc-pending'),(151005,16421,'thwma_order_shipping_status','wc-pending'),(151006,16422,'thwma_order_shipping_status','wc-pending'),(151007,16423,'thwma_order_shipping_status','wc-pending'),(151008,16396,'thwma_order_shipping_status','wc-pending'),(151009,16397,'thwma_order_shipping_status','wc-pending'),(151010,16398,'thwma_order_shipping_status','wc-pending'),(151011,16399,'thwma_order_shipping_status','wc-pending'),(151012,16400,'thwma_order_shipping_status','wc-pending'),(151013,16401,'thwma_order_shipping_status','wc-pending'),(151014,16402,'thwma_order_shipping_status','wc-pending'),(151015,16403,'thwma_order_shipping_status','wc-pending'),(151016,16404,'thwma_order_shipping_status','wc-pending'),(151023,16428,'thwma_order_shipping_status','wc-pending'),(151024,16429,'thwma_order_shipping_status','wc-pending'),(151025,16430,'thwma_order_shipping_status','wc-pending'),(151026,16431,'thwma_order_shipping_status','wc-pending'),(151027,16432,'thwma_order_shipping_status','wc-pending'),(151028,16433,'thwma_order_shipping_status','wc-pending'),(151029,16435,'_product_id','43'),(151030,16435,'_variation_id','0'),(151031,16435,'_qty','10'),(151032,16435,'_tax_class',''),(151033,16435,'_line_subtotal','792'),(151034,16435,'_line_subtotal_tax','0'),(151035,16435,'_line_total','792'),(151036,16435,'_line_tax','0'),(151037,16435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151038,16436,'_product_id','49'),(151039,16436,'_variation_id','0'),(151040,16436,'_qty','5'),(151041,16436,'_tax_class',''),(151042,16436,'_line_subtotal','396'),(151043,16436,'_line_subtotal_tax','0'),(151044,16436,'_line_total','396'),(151045,16436,'_line_tax','0'),(151046,16436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151047,16437,'_product_id','39'),(151048,16437,'_variation_id','0'),(151049,16437,'_qty','10'),(151050,16437,'_tax_class',''),(151051,16437,'_line_subtotal','792'),(151052,16437,'_line_subtotal_tax','0'),(151053,16437,'_line_total','792'),(151054,16437,'_line_tax','0'),(151055,16437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151056,16438,'_product_id','2113'),(151057,16438,'_variation_id','0'),(151058,16438,'_qty','5'),(151059,16438,'_tax_class',''),(151060,16438,'_line_subtotal','860'),(151061,16438,'_line_subtotal_tax','0'),(151062,16438,'_line_total','860'),(151063,16438,'_line_tax','0'),(151064,16438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151065,16439,'_product_id','2110'),(151066,16439,'_variation_id','0'),(151067,16439,'_qty','15'),(151068,16439,'_tax_class',''),(151069,16439,'_line_subtotal','1071'),(151070,16439,'_line_subtotal_tax','0'),(151071,16439,'_line_total','1071'),(151072,16439,'_line_tax','0'),(151073,16439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151074,16440,'_product_id','41'),(151075,16440,'_variation_id','0'),(151076,16440,'_qty','3'),(151077,16440,'_tax_class',''),(151078,16440,'_line_subtotal','199.44'),(151079,16440,'_line_subtotal_tax','0'),(151080,16440,'_line_total','199.44'),(151081,16440,'_line_tax','0'),(151082,16440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151083,16441,'method_id','advanced_free_shipping'),(151084,16441,'instance_id','0'),(151085,16441,'cost','0.00'),(151086,16441,'total_tax','0'),(151087,16441,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151088,16442,'_product_id','2110'),(151089,16442,'_variation_id','0'),(151090,16442,'_qty','1'),(151091,16442,'_tax_class',''),(151092,16442,'_line_subtotal','71.4'),(151093,16442,'_line_subtotal_tax','0'),(151094,16442,'_line_total','71.4'),(151095,16442,'_line_tax','0'),(151096,16442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151097,16443,'_product_id','39'),(151098,16443,'_variation_id','0'),(151099,16443,'_qty','1'),(151100,16443,'_tax_class',''),(151101,16443,'_line_subtotal','79.2'),(151102,16443,'_line_subtotal_tax','0'),(151103,16443,'_line_total','79.2'),(151104,16443,'_line_tax','0'),(151105,16443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151106,16444,'_product_id','40'),(151107,16444,'_variation_id','0'),(151108,16444,'_qty','1'),(151109,16444,'_tax_class',''),(151110,16444,'_line_subtotal','79.2'),(151111,16444,'_line_subtotal_tax','0'),(151112,16444,'_line_total','79.2'),(151113,16444,'_line_tax','0'),(151114,16444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151115,16445,'_product_id','43'),(151116,16445,'_variation_id','0'),(151117,16445,'_qty','1'),(151118,16445,'_tax_class',''),(151119,16445,'_line_subtotal','79.2'),(151120,16445,'_line_subtotal_tax','0'),(151121,16445,'_line_total','79.2'),(151122,16445,'_line_tax','0'),(151123,16445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151124,16446,'_product_id','49'),(151125,16446,'_variation_id','0'),(151126,16446,'_qty','1'),(151127,16446,'_tax_class',''),(151128,16446,'_line_subtotal','79.2'),(151129,16446,'_line_subtotal_tax','0'),(151130,16446,'_line_total','79.2'),(151131,16446,'_line_tax','0'),(151132,16446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151133,16447,'_product_id','45'),(151134,16447,'_variation_id','0'),(151135,16447,'_qty','3'),(151136,16447,'_tax_class',''),(151137,16447,'_line_subtotal','126.72'),(151138,16447,'_line_subtotal_tax','0'),(151139,16447,'_line_total','126.72'),(151140,16447,'_line_tax','0'),(151141,16447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151142,16448,'_product_id','41'),(151143,16448,'_variation_id','0'),(151144,16448,'_qty','1'),(151145,16448,'_tax_class',''),(151146,16448,'_line_subtotal','66.48'),(151147,16448,'_line_subtotal_tax','0'),(151148,16448,'_line_total','66.48'),(151149,16448,'_line_tax','0'),(151150,16448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151151,16449,'method_id','advanced_free_shipping'),(151152,16449,'instance_id','0'),(151153,16449,'cost','0.00'),(151154,16449,'total_tax','0'),(151155,16449,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151156,16450,'_product_id','45'),(151157,16450,'_variation_id','0'),(151158,16450,'_qty','3'),(151159,16450,'_tax_class',''),(151160,16450,'_line_subtotal','126.72'),(151161,16450,'_line_subtotal_tax','0'),(151162,16450,'_line_total','126.72'),(151163,16450,'_line_tax','0'),(151164,16450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151165,16451,'_product_id','2110'),(151166,16451,'_variation_id','0'),(151167,16451,'_qty','1'),(151168,16451,'_tax_class',''),(151169,16451,'_line_subtotal','71.4'),(151170,16451,'_line_subtotal_tax','0'),(151171,16451,'_line_total','71.4'),(151172,16451,'_line_tax','0'),(151173,16451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151174,16452,'method_id','fedex'),(151175,16452,'instance_id','1'),(151176,16452,'cost','25.86'),(151177,16452,'total_tax','0'),(151178,16452,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151179,16452,'Package 1','17 × 14 × 10 (in) 30.8lbs × 1'),(151180,16452,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Active Rinse 8oz 100%(Case of 12) &times; 1'),(151181,16453,'_product_id','39'),(151182,16453,'_variation_id','0'),(151183,16453,'_qty','1'),(151184,16453,'_tax_class',''),(151185,16453,'_line_subtotal','79.2'),(151186,16453,'_line_subtotal_tax','0'),(151187,16453,'_line_total','79.2'),(151188,16453,'_line_tax','0'),(151189,16453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151190,16454,'_product_id','40'),(151191,16454,'_variation_id','0'),(151192,16454,'_qty','1'),(151193,16454,'_tax_class',''),(151194,16454,'_line_subtotal','79.2'),(151195,16454,'_line_subtotal_tax','0'),(151196,16454,'_line_total','79.2'),(151197,16454,'_line_tax','0'),(151198,16454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151199,16455,'_product_id','43'),(151200,16455,'_variation_id','0'),(151201,16455,'_qty','1'),(151202,16455,'_tax_class',''),(151203,16455,'_line_subtotal','79.2'),(151204,16455,'_line_subtotal_tax','0'),(151205,16455,'_line_total','79.2'),(151206,16455,'_line_tax','0'),(151207,16455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151208,16456,'_product_id','49'),(151209,16456,'_variation_id','0'),(151210,16456,'_qty','1'),(151211,16456,'_tax_class',''),(151212,16456,'_line_subtotal','79.2'),(151213,16456,'_line_subtotal_tax','0'),(151214,16456,'_line_total','79.2'),(151215,16456,'_line_tax','0'),(151216,16456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151217,16457,'_product_id','45'),(151218,16457,'_variation_id','0'),(151219,16457,'_qty','1'),(151220,16457,'_tax_class',''),(151221,16457,'_line_subtotal','42.24'),(151222,16457,'_line_subtotal_tax','0'),(151223,16457,'_line_total','42.24'),(151224,16457,'_line_tax','0'),(151225,16457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151226,16458,'_product_id','2110'),(151227,16458,'_variation_id','0'),(151228,16458,'_qty','1'),(151229,16458,'_tax_class',''),(151230,16458,'_line_subtotal','71.4'),(151231,16458,'_line_subtotal_tax','0'),(151232,16458,'_line_total','71.4'),(151233,16458,'_line_tax','0'),(151234,16458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151235,16459,'_product_id','2113'),(151236,16459,'_variation_id','0'),(151237,16459,'_qty','2'),(151238,16459,'_tax_class',''),(151239,16459,'_line_subtotal','344'),(151240,16459,'_line_subtotal_tax','0'),(151241,16459,'_line_total','344'),(151242,16459,'_line_tax','0'),(151243,16459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151244,16460,'_product_id','41'),(151245,16460,'_variation_id','0'),(151246,16460,'_qty','2'),(151247,16460,'_tax_class',''),(151248,16460,'_line_subtotal','132.96'),(151249,16460,'_line_subtotal_tax','0'),(151250,16460,'_line_total','132.96'),(151251,16460,'_line_tax','0'),(151252,16460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151253,16461,'_product_id','487'),(151254,16461,'_variation_id','0'),(151255,16461,'_qty','1'),(151256,16461,'_tax_class',''),(151257,16461,'_line_subtotal','31.35'),(151258,16461,'_line_subtotal_tax','0'),(151259,16461,'_line_total','31.35'),(151260,16461,'_line_tax','0'),(151261,16461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151262,16462,'method_id','advanced_free_shipping'),(151263,16462,'instance_id','0'),(151264,16462,'cost','0.00'),(151265,16462,'total_tax','0'),(151266,16462,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151267,16463,'_product_id','39'),(151268,16463,'_variation_id','0'),(151269,16463,'_qty','1'),(151270,16463,'_tax_class',''),(151271,16463,'_line_subtotal','79.2'),(151272,16463,'_line_subtotal_tax','0'),(151273,16463,'_line_total','79.2'),(151274,16463,'_line_tax','0'),(151275,16463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151276,16464,'_product_id','40'),(151277,16464,'_variation_id','0'),(151278,16464,'_qty','1'),(151279,16464,'_tax_class',''),(151280,16464,'_line_subtotal','79.2'),(151281,16464,'_line_subtotal_tax','0'),(151282,16464,'_line_total','79.2'),(151283,16464,'_line_tax','0'),(151284,16464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151285,16465,'_product_id','42'),(151286,16465,'_variation_id','0'),(151287,16465,'_qty','1'),(151288,16465,'_tax_class',''),(151289,16465,'_line_subtotal','79.2'),(151290,16465,'_line_subtotal_tax','0'),(151291,16465,'_line_total','79.2'),(151292,16465,'_line_tax','0'),(151293,16465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151294,16466,'_product_id','43'),(151295,16466,'_variation_id','0'),(151296,16466,'_qty','1'),(151297,16466,'_tax_class',''),(151298,16466,'_line_subtotal','79.2'),(151299,16466,'_line_subtotal_tax','0'),(151300,16466,'_line_total','79.2'),(151301,16466,'_line_tax','0'),(151302,16466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151303,16467,'_product_id','45'),(151304,16467,'_variation_id','0'),(151305,16467,'_qty','1'),(151306,16467,'_tax_class',''),(151307,16467,'_line_subtotal','42.24'),(151308,16467,'_line_subtotal_tax','0'),(151309,16467,'_line_total','42.24'),(151310,16467,'_line_tax','0'),(151311,16467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151312,16468,'_product_id','2113'),(151313,16468,'_variation_id','0'),(151314,16468,'_qty','2'),(151315,16468,'_tax_class',''),(151316,16468,'_line_subtotal','344'),(151317,16468,'_line_subtotal_tax','0'),(151318,16468,'_line_total','344'),(151319,16468,'_line_tax','0'),(151320,16468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151321,16469,'_product_id','41'),(151322,16469,'_variation_id','0'),(151323,16469,'_qty','1'),(151324,16469,'_tax_class',''),(151325,16469,'_line_subtotal','66.48'),(151326,16469,'_line_subtotal_tax','0'),(151327,16469,'_line_total','66.48'),(151328,16469,'_line_tax','0'),(151329,16469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151330,16470,'method_id','advanced_free_shipping'),(151331,16470,'instance_id','0'),(151332,16470,'cost','0.00'),(151333,16470,'total_tax','0'),(151334,16470,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151335,16471,'_product_id','41'),(151336,16471,'_variation_id','0'),(151337,16471,'_qty','4'),(151338,16471,'_tax_class',''),(151339,16471,'_line_subtotal','265.92'),(151340,16471,'_line_subtotal_tax','0'),(151341,16471,'_line_total','265.92'),(151342,16471,'_line_tax','0'),(151343,16471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151344,16472,'method_id','fedex'),(151345,16472,'instance_id','1'),(151346,16472,'cost','14.58'),(151347,16472,'total_tax','0'),(151348,16472,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151349,16472,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(151350,16472,'Items','Professional Lice Comb(Case of 12) &times; 4'),(151351,16435,'thwma_order_shipping_status','wc-pending'),(151352,16436,'thwma_order_shipping_status','wc-pending'),(151353,16437,'thwma_order_shipping_status','wc-pending'),(151354,16438,'thwma_order_shipping_status','wc-pending'),(151355,16439,'thwma_order_shipping_status','wc-pending'),(151356,16440,'thwma_order_shipping_status','wc-pending'),(151357,16450,'thwma_order_shipping_status','wc-pending'),(151358,16451,'thwma_order_shipping_status','wc-pending'),(151359,16463,'thwma_order_shipping_status','wc-pending'),(151360,16464,'thwma_order_shipping_status','wc-pending'),(151361,16465,'thwma_order_shipping_status','wc-pending'),(151362,16466,'thwma_order_shipping_status','wc-pending'),(151363,16467,'thwma_order_shipping_status','wc-pending'),(151364,16468,'thwma_order_shipping_status','wc-pending'),(151365,16469,'thwma_order_shipping_status','wc-pending'),(151366,16442,'thwma_order_shipping_status','wc-pending'),(151367,16443,'thwma_order_shipping_status','wc-pending'),(151368,16444,'thwma_order_shipping_status','wc-pending'),(151369,16445,'thwma_order_shipping_status','wc-pending'),(151370,16446,'thwma_order_shipping_status','wc-pending'),(151371,16447,'thwma_order_shipping_status','wc-pending'),(151372,16448,'thwma_order_shipping_status','wc-pending'),(151373,16453,'thwma_order_shipping_status','wc-pending'),(151374,16454,'thwma_order_shipping_status','wc-pending'),(151375,16455,'thwma_order_shipping_status','wc-pending'),(151376,16456,'thwma_order_shipping_status','wc-pending'),(151377,16457,'thwma_order_shipping_status','wc-pending'),(151378,16458,'thwma_order_shipping_status','wc-pending'),(151379,16459,'thwma_order_shipping_status','wc-pending'),(151380,16460,'thwma_order_shipping_status','wc-pending'),(151381,16461,'thwma_order_shipping_status','wc-pending'),(151382,16473,'_product_id','144'),(151383,16473,'_variation_id','0'),(151384,16473,'_qty','12'),(151385,16473,'_tax_class',''),(151386,16473,'_line_subtotal','16.56'),(151387,16473,'_line_subtotal_tax','0'),(151388,16473,'_line_total','16.56'),(151389,16473,'_line_tax','0'),(151390,16473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151391,16474,'_product_id','23'),(151392,16474,'_variation_id','0'),(151393,16474,'_qty','2'),(151394,16474,'_tax_class',''),(151395,16474,'_line_subtotal','137.08'),(151396,16474,'_line_subtotal_tax','0'),(151397,16474,'_line_total','137.08'),(151398,16474,'_line_tax','0'),(151399,16474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151400,16475,'_product_id','43'),(151401,16475,'_variation_id','0'),(151402,16475,'_qty','3'),(151403,16475,'_tax_class',''),(151404,16475,'_line_subtotal','237.6'),(151405,16475,'_line_subtotal_tax','0'),(151406,16475,'_line_total','237.6'),(151407,16475,'_line_tax','0'),(151408,16475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151409,16476,'_product_id','490'),(151410,16476,'_variation_id','0'),(151411,16476,'_qty','6'),(151412,16476,'_tax_class',''),(151413,16476,'_line_subtotal','117.6'),(151414,16476,'_line_subtotal_tax','0'),(151415,16476,'_line_total','117.6'),(151416,16476,'_line_tax','0'),(151417,16476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151418,16477,'method_id','advanced_free_shipping'),(151419,16477,'instance_id','0'),(151420,16477,'cost','0.00'),(151421,16477,'total_tax','0'),(151422,16477,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151423,16478,'_product_id','41'),(151424,16478,'_variation_id','0'),(151425,16478,'_qty','1'),(151426,16478,'_tax_class',''),(151427,16478,'_line_subtotal','66.48'),(151428,16478,'_line_subtotal_tax','0'),(151429,16478,'_line_total','66.48'),(151430,16478,'_line_tax','0'),(151431,16478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151432,16479,'_product_id','2113'),(151433,16479,'_variation_id','0'),(151434,16479,'_qty','1'),(151435,16479,'_tax_class',''),(151436,16479,'_line_subtotal','172'),(151437,16479,'_line_subtotal_tax','0'),(151438,16479,'_line_total','172'),(151439,16479,'_line_tax','0'),(151440,16479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151441,16480,'_product_id','487'),(151442,16480,'_variation_id','0'),(151443,16480,'_qty','1'),(151444,16480,'_tax_class',''),(151445,16480,'_line_subtotal','31.35'),(151446,16480,'_line_subtotal_tax','0'),(151447,16480,'_line_total','31.35'),(151448,16480,'_line_tax','0'),(151449,16480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151450,16481,'_product_id','2110'),(151451,16481,'_variation_id','0'),(151452,16481,'_qty','1'),(151453,16481,'_tax_class',''),(151454,16481,'_line_subtotal','71.4'),(151455,16481,'_line_subtotal_tax','0'),(151456,16481,'_line_total','71.4'),(151457,16481,'_line_tax','0'),(151458,16481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151459,16482,'_product_id','116'),(151460,16482,'_variation_id','0'),(151461,16482,'_qty','1'),(151462,16482,'_tax_class',''),(151463,16482,'_line_subtotal','145.44'),(151464,16482,'_line_subtotal_tax','0'),(151465,16482,'_line_total','145.44'),(151466,16482,'_line_tax','0'),(151467,16482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151468,16483,'_product_id','490'),(151469,16483,'_variation_id','0'),(151470,16483,'_qty','4'),(151471,16483,'_tax_class',''),(151472,16483,'_line_subtotal','78.4'),(151473,16483,'_line_subtotal_tax','0'),(151474,16483,'_line_total','78.4'),(151475,16483,'_line_tax','0'),(151476,16483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151477,16484,'method_id','advanced_free_shipping'),(151478,16484,'instance_id','0'),(151479,16484,'cost','0.00'),(151480,16484,'total_tax','0'),(151481,16484,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151482,16473,'thwma_order_shipping_status','wc-pending'),(151483,16474,'thwma_order_shipping_status','wc-pending'),(151484,16475,'thwma_order_shipping_status','wc-pending'),(151485,16476,'thwma_order_shipping_status','wc-pending'),(151563,16494,'_product_id','2110'),(151564,16494,'_variation_id','0'),(151565,16494,'_qty','2'),(151566,16494,'_tax_class',''),(151567,16494,'_line_subtotal','142.8'),(151568,16494,'_line_subtotal_tax','0'),(151569,16494,'_line_total','142.8'),(151570,16494,'_line_tax','0'),(151571,16494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151572,16495,'_product_id','2113'),(151573,16495,'_variation_id','0'),(151574,16495,'_qty','1'),(151575,16495,'_tax_class',''),(151576,16495,'_line_subtotal','172'),(151577,16495,'_line_subtotal_tax','0'),(151578,16495,'_line_total','172'),(151579,16495,'_line_tax','0'),(151580,16495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151581,16496,'_product_id','41'),(151582,16496,'_variation_id','0'),(151583,16496,'_qty','2'),(151584,16496,'_tax_class',''),(151585,16496,'_line_subtotal','132.96'),(151586,16496,'_line_subtotal_tax','0'),(151587,16496,'_line_total','132.96'),(151588,16496,'_line_tax','0'),(151589,16496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151590,16497,'_product_id','45'),(151591,16497,'_variation_id','0'),(151592,16497,'_qty','1'),(151593,16497,'_tax_class',''),(151594,16497,'_line_subtotal','42.24'),(151595,16497,'_line_subtotal_tax','0'),(151596,16497,'_line_total','42.24'),(151597,16497,'_line_tax','0'),(151598,16497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151599,16498,'_product_id','43'),(151600,16498,'_variation_id','0'),(151601,16498,'_qty','1'),(151602,16498,'_tax_class',''),(151603,16498,'_line_subtotal','79.2'),(151604,16498,'_line_subtotal_tax','0'),(151605,16498,'_line_total','79.2'),(151606,16498,'_line_tax','0'),(151607,16498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151608,16499,'_product_id','49'),(151609,16499,'_variation_id','0'),(151610,16499,'_qty','2'),(151611,16499,'_tax_class',''),(151612,16499,'_line_subtotal','158.4'),(151613,16499,'_line_subtotal_tax','0'),(151614,16499,'_line_total','158.4'),(151615,16499,'_line_tax','0'),(151616,16499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151617,16500,'_product_id','490'),(151618,16500,'_variation_id','0'),(151619,16500,'_qty','8'),(151620,16500,'_tax_class',''),(151621,16500,'_line_subtotal','156.8'),(151622,16500,'_line_subtotal_tax','0'),(151623,16500,'_line_total','156.8'),(151624,16500,'_line_tax','0'),(151625,16500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151626,16501,'_product_id','488'),(151627,16501,'_variation_id','0'),(151628,16501,'_qty','2'),(151629,16501,'_tax_class',''),(151630,16501,'_line_subtotal','62.7'),(151631,16501,'_line_subtotal_tax','0'),(151632,16501,'_line_total','62.7'),(151633,16501,'_line_tax','0'),(151634,16501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151635,16502,'method_id','advanced_free_shipping'),(151636,16502,'instance_id','0'),(151637,16502,'cost','0.00'),(151638,16502,'total_tax','0'),(151639,16502,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151640,16503,'_product_id','38'),(151641,16503,'_variation_id','0'),(151642,16503,'_qty','1'),(151643,16503,'_tax_class',''),(151644,16503,'_line_subtotal','165.76'),(151645,16503,'_line_subtotal_tax','0'),(151646,16503,'_line_total','165.76'),(151647,16503,'_line_tax','0'),(151648,16503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151649,16504,'_product_id','43'),(151650,16504,'_variation_id','0'),(151651,16504,'_qty','1'),(151652,16504,'_tax_class',''),(151653,16504,'_line_subtotal','79.2'),(151654,16504,'_line_subtotal_tax','0'),(151655,16504,'_line_total','79.2'),(151656,16504,'_line_tax','0'),(151657,16504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151658,16505,'_product_id','41'),(151659,16505,'_variation_id','0'),(151660,16505,'_qty','1'),(151661,16505,'_tax_class',''),(151662,16505,'_line_subtotal','66.48'),(151663,16505,'_line_subtotal_tax','0'),(151664,16505,'_line_total','66.48'),(151665,16505,'_line_tax','0'),(151666,16505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151667,16506,'_product_id','137'),(151668,16506,'_variation_id','0'),(151669,16506,'_qty','5'),(151670,16506,'_tax_class',''),(151671,16506,'_line_subtotal','30.25'),(151672,16506,'_line_subtotal_tax','0'),(151673,16506,'_line_total','30.25'),(151674,16506,'_line_tax','0'),(151675,16506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151676,16507,'method_id','fedex'),(151677,16507,'instance_id','1'),(151678,16507,'cost','16.89'),(151679,16507,'total_tax','0'),(151680,16507,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151681,16507,'Package 1','21.56 × 16.56 × 13.19 (in) 33.51lbs × 1'),(151682,16507,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, The Wet Brush &times; 5'),(151683,16478,'thwma_order_shipping_status','wc-pending'),(151684,16479,'thwma_order_shipping_status','wc-pending'),(151685,16480,'thwma_order_shipping_status','wc-pending'),(151686,16481,'thwma_order_shipping_status','wc-pending'),(151687,16482,'thwma_order_shipping_status','wc-pending'),(151688,16483,'thwma_order_shipping_status','wc-pending'),(151689,16508,'_product_id','45'),(151690,16508,'_variation_id','0'),(151691,16508,'_qty','2'),(151692,16508,'_tax_class',''),(151693,16508,'_line_subtotal','84.48'),(151694,16508,'_line_subtotal_tax','0'),(151695,16508,'_line_total','84.48'),(151696,16508,'_line_tax','0'),(151697,16508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151698,16509,'_product_id','43'),(151699,16509,'_variation_id','0'),(151700,16509,'_qty','2'),(151701,16509,'_tax_class',''),(151702,16509,'_line_subtotal','158.4'),(151703,16509,'_line_subtotal_tax','0'),(151704,16509,'_line_total','158.4'),(151705,16509,'_line_tax','0'),(151706,16509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151707,16510,'_product_id','44'),(151708,16510,'_variation_id','0'),(151709,16510,'_qty','1'),(151710,16510,'_tax_class',''),(151711,16510,'_line_subtotal','116.16'),(151712,16510,'_line_subtotal_tax','0'),(151713,16510,'_line_total','116.16'),(151714,16510,'_line_tax','0'),(151715,16510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151716,16511,'_product_id','490'),(151717,16511,'_variation_id','0'),(151718,16511,'_qty','10'),(151719,16511,'_tax_class',''),(151720,16511,'_line_subtotal','196'),(151721,16511,'_line_subtotal_tax','0'),(151722,16511,'_line_total','196'),(151723,16511,'_line_tax','0'),(151724,16511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151725,16512,'method_id','advanced_free_shipping'),(151726,16512,'instance_id','0'),(151727,16512,'cost','0.00'),(151728,16512,'total_tax','0'),(151729,16512,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151730,16513,'_product_id','41'),(151731,16513,'_variation_id','0'),(151732,16513,'_qty','3'),(151733,16513,'_tax_class',''),(151734,16513,'_line_subtotal','199.44'),(151735,16513,'_line_subtotal_tax','0'),(151736,16513,'_line_total','199.44'),(151737,16513,'_line_tax','0'),(151738,16513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151739,16514,'_product_id','2408'),(151740,16514,'_variation_id','0'),(151741,16514,'_qty','1'),(151742,16514,'_tax_class',''),(151743,16514,'_line_subtotal','149.34'),(151744,16514,'_line_subtotal_tax','0'),(151745,16514,'_line_total','149.34'),(151746,16514,'_line_tax','0'),(151747,16514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151748,16515,'_product_id','120'),(151749,16515,'_variation_id','0'),(151750,16515,'_qty','2'),(151751,16515,'_tax_class',''),(151752,16515,'_line_subtotal','105.6'),(151753,16515,'_line_subtotal_tax','0'),(151754,16515,'_line_total','105.6'),(151755,16515,'_line_tax','0'),(151756,16515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151757,16516,'_product_id','43'),(151758,16516,'_variation_id','0'),(151759,16516,'_qty','2'),(151760,16516,'_tax_class',''),(151761,16516,'_line_subtotal','158.4'),(151762,16516,'_line_subtotal_tax','0'),(151763,16516,'_line_total','158.4'),(151764,16516,'_line_tax','0'),(151765,16516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151766,16517,'_product_id','44'),(151767,16517,'_variation_id','0'),(151768,16517,'_qty','1'),(151769,16517,'_tax_class',''),(151770,16517,'_line_subtotal','116.16'),(151771,16517,'_line_subtotal_tax','0'),(151772,16517,'_line_total','116.16'),(151773,16517,'_line_tax','0'),(151774,16517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151775,16518,'method_id','advanced_free_shipping'),(151776,16518,'instance_id','0'),(151777,16518,'cost','0.00'),(151778,16518,'total_tax','0'),(151779,16518,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151780,16519,'_product_id','41'),(151781,16519,'_variation_id','0'),(151782,16519,'_qty','4'),(151783,16519,'_tax_class',''),(151784,16519,'_line_subtotal','265.92'),(151785,16519,'_line_subtotal_tax','0'),(151786,16519,'_line_total','265.92'),(151787,16519,'_line_tax','0'),(151788,16519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151789,16520,'_product_id','2113'),(151790,16520,'_variation_id','0'),(151791,16520,'_qty','1'),(151792,16520,'_tax_class',''),(151793,16520,'_line_subtotal','172'),(151794,16520,'_line_subtotal_tax','0'),(151795,16520,'_line_total','172'),(151796,16520,'_line_tax','0'),(151797,16520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151798,16521,'_product_id','45'),(151799,16521,'_variation_id','0'),(151800,16521,'_qty','1'),(151801,16521,'_tax_class',''),(151802,16521,'_line_subtotal','42.24'),(151803,16521,'_line_subtotal_tax','0'),(151804,16521,'_line_total','42.24'),(151805,16521,'_line_tax','0'),(151806,16521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151807,16522,'_product_id','2408'),(151808,16522,'_variation_id','0'),(151809,16522,'_qty','4'),(151810,16522,'_tax_class',''),(151811,16522,'_line_subtotal','597.36'),(151812,16522,'_line_subtotal_tax','0'),(151813,16522,'_line_total','597.36'),(151814,16522,'_line_tax','0'),(151815,16522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151816,16523,'method_id','advanced_free_shipping'),(151817,16523,'instance_id','0'),(151818,16523,'cost','0.00'),(151819,16523,'total_tax','0'),(151820,16523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151821,16524,'_product_id','2113'),(151822,16524,'_variation_id','0'),(151823,16524,'_qty','2'),(151824,16524,'_tax_class',''),(151825,16524,'_line_subtotal','344'),(151826,16524,'_line_subtotal_tax','0'),(151827,16524,'_line_total','344'),(151828,16524,'_line_tax','0'),(151829,16524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151830,16525,'_product_id','116'),(151831,16525,'_variation_id','0'),(151832,16525,'_qty','2'),(151833,16525,'_tax_class',''),(151834,16525,'_line_subtotal','290.88'),(151835,16525,'_line_subtotal_tax','0'),(151836,16525,'_line_total','290.88'),(151837,16525,'_line_tax','0'),(151838,16525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151839,16526,'method_id','advanced_free_shipping'),(151840,16526,'instance_id','0'),(151841,16526,'cost','0.00'),(151842,16526,'total_tax','0'),(151843,16526,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151844,16503,'thwma_order_shipping_status','wc-pending'),(151845,16504,'thwma_order_shipping_status','wc-pending'),(151846,16505,'thwma_order_shipping_status','wc-pending'),(151847,16506,'thwma_order_shipping_status','wc-pending'),(151848,16494,'thwma_order_shipping_status','wc-pending'),(151849,16495,'thwma_order_shipping_status','wc-pending'),(151850,16496,'thwma_order_shipping_status','wc-pending'),(151851,16497,'thwma_order_shipping_status','wc-pending'),(151852,16498,'thwma_order_shipping_status','wc-pending'),(151853,16499,'thwma_order_shipping_status','wc-pending'),(151854,16500,'thwma_order_shipping_status','wc-pending'),(151855,16501,'thwma_order_shipping_status','wc-pending'),(151856,16508,'thwma_order_shipping_status','wc-pending'),(151857,16509,'thwma_order_shipping_status','wc-pending'),(151858,16510,'thwma_order_shipping_status','wc-pending'),(151859,16511,'thwma_order_shipping_status','wc-pending'),(151865,16513,'thwma_order_shipping_status','wc-pending'),(151866,16514,'thwma_order_shipping_status','wc-pending'),(151867,16515,'thwma_order_shipping_status','wc-pending'),(151868,16516,'thwma_order_shipping_status','wc-pending'),(151869,16517,'thwma_order_shipping_status','wc-pending'),(151870,16519,'thwma_order_shipping_status','wc-pending'),(151871,16520,'thwma_order_shipping_status','wc-pending'),(151872,16521,'thwma_order_shipping_status','wc-pending'),(151873,16522,'thwma_order_shipping_status','wc-pending'),(151874,16524,'thwma_order_shipping_status','wc-pending'),(151875,16525,'thwma_order_shipping_status','wc-pending'),(151876,16527,'_product_id','2110'),(151877,16527,'_variation_id','0'),(151878,16527,'_qty','2'),(151879,16527,'_tax_class',''),(151880,16527,'_line_subtotal','142.8'),(151881,16527,'_line_subtotal_tax','0'),(151882,16527,'_line_total','142.8'),(151883,16527,'_line_tax','0'),(151884,16527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151885,16528,'_product_id','43'),(151886,16528,'_variation_id','0'),(151887,16528,'_qty','2'),(151888,16528,'_tax_class',''),(151889,16528,'_line_subtotal','158.4'),(151890,16528,'_line_subtotal_tax','0'),(151891,16528,'_line_total','158.4'),(151892,16528,'_line_tax','0'),(151893,16528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151894,16529,'_product_id','490'),(151895,16529,'_variation_id','0'),(151896,16529,'_qty','12'),(151897,16529,'_tax_class',''),(151898,16529,'_line_subtotal','235.2'),(151899,16529,'_line_subtotal_tax','0'),(151900,16529,'_line_total','235.2'),(151901,16529,'_line_tax','0'),(151902,16529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151903,16530,'method_id','advanced_free_shipping'),(151904,16530,'instance_id','0'),(151905,16530,'cost','0.00'),(151906,16530,'total_tax','0'),(151907,16530,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151908,16531,'_product_id','41'),(151909,16531,'_variation_id','0'),(151910,16531,'_qty','2'),(151911,16531,'_tax_class',''),(151912,16531,'_line_subtotal','132.96'),(151913,16531,'_line_subtotal_tax','0'),(151914,16531,'_line_total','132.96'),(151915,16531,'_line_tax','0'),(151916,16531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151917,16532,'_product_id','45'),(151918,16532,'_variation_id','0'),(151919,16532,'_qty','4'),(151920,16532,'_tax_class',''),(151921,16532,'_line_subtotal','168.96'),(151922,16532,'_line_subtotal_tax','0'),(151923,16532,'_line_total','168.96'),(151924,16532,'_line_tax','0'),(151925,16532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151926,16533,'_product_id','2408'),(151927,16533,'_variation_id','0'),(151928,16533,'_qty','2'),(151929,16533,'_tax_class',''),(151930,16533,'_line_subtotal','298.68'),(151931,16533,'_line_subtotal_tax','0'),(151932,16533,'_line_total','298.68'),(151933,16533,'_line_tax','0'),(151934,16533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151935,16534,'_product_id','44'),(151936,16534,'_variation_id','0'),(151937,16534,'_qty','1'),(151938,16534,'_tax_class',''),(151939,16534,'_line_subtotal','116.16'),(151940,16534,'_line_subtotal_tax','0'),(151941,16534,'_line_total','116.16'),(151942,16534,'_line_tax','0'),(151943,16534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151944,16535,'_product_id','490'),(151945,16535,'_variation_id','0'),(151946,16535,'_qty','10'),(151947,16535,'_tax_class',''),(151948,16535,'_line_subtotal','196'),(151949,16535,'_line_subtotal_tax','0'),(151950,16535,'_line_total','196'),(151951,16535,'_line_tax','0'),(151952,16535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151953,16536,'_product_id','49'),(151954,16536,'_variation_id','0'),(151955,16536,'_qty','1'),(151956,16536,'_tax_class',''),(151957,16536,'_line_subtotal','79.2'),(151958,16536,'_line_subtotal_tax','0'),(151959,16536,'_line_total','79.2'),(151960,16536,'_line_tax','0'),(151961,16536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151962,16537,'_product_id','2113'),(151963,16537,'_variation_id','0'),(151964,16537,'_qty','1'),(151965,16537,'_tax_class',''),(151966,16537,'_line_subtotal','172'),(151967,16537,'_line_subtotal_tax','0'),(151968,16537,'_line_total','172'),(151969,16537,'_line_tax','0'),(151970,16537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151971,16538,'method_id','advanced_free_shipping'),(151972,16538,'instance_id','0'),(151973,16538,'cost','0.00'),(151974,16538,'total_tax','0'),(151975,16538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(151976,16539,'_product_id','137'),(151977,16539,'_variation_id','0'),(151978,16539,'_qty','13'),(151979,16539,'_tax_class',''),(151980,16539,'_line_subtotal','78.65'),(151981,16539,'_line_subtotal_tax','0'),(151982,16539,'_line_total','78.65'),(151983,16539,'_line_tax','0'),(151984,16539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151985,16540,'_product_id','148'),(151986,16540,'_variation_id','0'),(151987,16540,'_qty','7'),(151988,16540,'_tax_class',''),(151989,16540,'_line_subtotal','57.75'),(151990,16540,'_line_subtotal_tax','0'),(151991,16540,'_line_total','57.75'),(151992,16540,'_line_tax','0'),(151993,16540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(151994,16541,'_product_id','138'),(151995,16541,'_variation_id','0'),(151996,16541,'_qty','5'),(151997,16541,'_tax_class',''),(151998,16541,'_line_subtotal','24.75'),(151999,16541,'_line_subtotal_tax','0'),(152000,16541,'_line_total','24.75'),(152001,16541,'_line_tax','0'),(152002,16541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152003,16542,'method_id','fedex'),(152004,16542,'instance_id','1'),(152005,16542,'cost','18.05'),(152006,16542,'total_tax','0'),(152007,16542,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152008,16542,'Package 1','15.75 × 14.13 × 6 (in) 7.28lbs × 1'),(152009,16542,'Items','The Wet Brush &times; 13, Disney Wet Brush &times; 7, The Wet Brush Squirt &times; 5'),(152010,16527,'thwma_order_shipping_status','wc-pending'),(152011,16528,'thwma_order_shipping_status','wc-pending'),(152012,16529,'thwma_order_shipping_status','wc-pending'),(152020,16531,'thwma_order_shipping_status','wc-pending'),(152021,16532,'thwma_order_shipping_status','wc-pending'),(152022,16533,'thwma_order_shipping_status','wc-pending'),(152023,16534,'thwma_order_shipping_status','wc-pending'),(152024,16535,'thwma_order_shipping_status','wc-pending'),(152025,16536,'thwma_order_shipping_status','wc-pending'),(152026,16537,'thwma_order_shipping_status','wc-pending'),(152027,16379,'thwma_order_shipping_status','wc-pending'),(152028,16380,'thwma_order_shipping_status','wc-pending'),(152029,16381,'thwma_order_shipping_status','wc-pending'),(152030,16382,'thwma_order_shipping_status','wc-pending'),(152031,16383,'thwma_order_shipping_status','wc-pending'),(152032,16384,'thwma_order_shipping_status','wc-pending'),(152033,16385,'thwma_order_shipping_status','wc-pending'),(152034,16386,'thwma_order_shipping_status','wc-pending'),(152035,16543,'_product_id','43'),(152036,16543,'_variation_id','0'),(152037,16543,'_qty','3'),(152038,16543,'_tax_class',''),(152039,16543,'_line_subtotal','237.6'),(152040,16543,'_line_subtotal_tax','0'),(152041,16543,'_line_total','237.6'),(152042,16543,'_line_tax','0'),(152043,16543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152044,16544,'_product_id','23'),(152045,16544,'_variation_id','0'),(152046,16544,'_qty','3'),(152047,16544,'_tax_class',''),(152048,16544,'_line_subtotal','205.62'),(152049,16544,'_line_subtotal_tax','0'),(152050,16544,'_line_total','205.62'),(152051,16544,'_line_tax','0'),(152052,16544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152053,16545,'_product_id','45'),(152054,16545,'_variation_id','0'),(152055,16545,'_qty','1'),(152056,16545,'_tax_class',''),(152057,16545,'_line_subtotal','42.24'),(152058,16545,'_line_subtotal_tax','0'),(152059,16545,'_line_total','42.24'),(152060,16545,'_line_tax','0'),(152061,16545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152062,16546,'_product_id','490'),(152063,16546,'_variation_id','0'),(152064,16546,'_qty','2'),(152065,16546,'_tax_class',''),(152066,16546,'_line_subtotal','39.2'),(152067,16546,'_line_subtotal_tax','0'),(152068,16546,'_line_total','39.2'),(152069,16546,'_line_tax','0'),(152070,16546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152071,16547,'method_id','advanced_free_shipping'),(152072,16547,'instance_id','0'),(152073,16547,'cost','0.00'),(152074,16547,'total_tax','0'),(152075,16547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152076,16548,'_product_id','45'),(152077,16548,'_variation_id','0'),(152078,16548,'_qty','2'),(152079,16548,'_tax_class',''),(152080,16548,'_line_subtotal','84.48'),(152081,16548,'_line_subtotal_tax','0'),(152082,16548,'_line_total','84.48'),(152083,16548,'_line_tax','0'),(152084,16548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152085,16549,'_product_id','44'),(152086,16549,'_variation_id','0'),(152087,16549,'_qty','1'),(152088,16549,'_tax_class',''),(152089,16549,'_line_subtotal','116.16'),(152090,16549,'_line_subtotal_tax','0'),(152091,16549,'_line_total','116.16'),(152092,16549,'_line_tax','0'),(152093,16549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152094,16550,'_product_id','490'),(152095,16550,'_variation_id','0'),(152096,16550,'_qty','10'),(152097,16550,'_tax_class',''),(152098,16550,'_line_subtotal','196'),(152099,16550,'_line_subtotal_tax','0'),(152100,16550,'_line_total','196'),(152101,16550,'_line_tax','0'),(152102,16550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152103,16551,'_product_id','487'),(152104,16551,'_variation_id','0'),(152105,16551,'_qty','1'),(152106,16551,'_tax_class',''),(152107,16551,'_line_subtotal','31.35'),(152108,16551,'_line_subtotal_tax','0'),(152109,16551,'_line_total','31.35'),(152110,16551,'_line_tax','0'),(152111,16551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152112,16552,'_product_id','2408'),(152113,16552,'_variation_id','0'),(152114,16552,'_qty','1'),(152115,16552,'_tax_class',''),(152116,16552,'_line_subtotal','149.34'),(152117,16552,'_line_subtotal_tax','0'),(152118,16552,'_line_total','149.34'),(152119,16552,'_line_tax','0'),(152120,16552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152121,16553,'_product_id','49'),(152122,16553,'_variation_id','0'),(152123,16553,'_qty','2'),(152124,16553,'_tax_class',''),(152125,16553,'_line_subtotal','158.4'),(152126,16553,'_line_subtotal_tax','0'),(152127,16553,'_line_total','158.4'),(152128,16553,'_line_tax','0'),(152129,16553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152130,16554,'method_id','advanced_free_shipping'),(152131,16554,'instance_id','0'),(152132,16554,'cost','0.00'),(152133,16554,'total_tax','0'),(152134,16554,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152135,16543,'thwma_order_shipping_status','wc-pending'),(152136,16544,'thwma_order_shipping_status','wc-pending'),(152137,16545,'thwma_order_shipping_status','wc-pending'),(152138,16546,'thwma_order_shipping_status','wc-pending'),(152139,16539,'thwma_order_shipping_status','wc-pending'),(152140,16540,'thwma_order_shipping_status','wc-pending'),(152141,16541,'thwma_order_shipping_status','wc-pending'),(152142,16548,'thwma_order_shipping_status','wc-pending'),(152143,16549,'thwma_order_shipping_status','wc-pending'),(152144,16550,'thwma_order_shipping_status','wc-pending'),(152145,16551,'thwma_order_shipping_status','wc-pending'),(152146,16552,'thwma_order_shipping_status','wc-pending'),(152147,16553,'thwma_order_shipping_status','wc-pending'),(152148,16555,'_product_id','43'),(152149,16555,'_variation_id','0'),(152150,16555,'_qty','2'),(152151,16555,'_tax_class',''),(152152,16555,'_line_subtotal','158.4'),(152153,16555,'_line_subtotal_tax','0'),(152154,16555,'_line_total','158.4'),(152155,16555,'_line_tax','0'),(152156,16555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152157,16556,'_product_id','41'),(152158,16556,'_variation_id','0'),(152159,16556,'_qty','1'),(152160,16556,'_tax_class',''),(152161,16556,'_line_subtotal','66.48'),(152162,16556,'_line_subtotal_tax','0'),(152163,16556,'_line_total','66.48'),(152164,16556,'_line_tax','0'),(152165,16556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152166,16557,'_product_id','2113'),(152167,16557,'_variation_id','0'),(152168,16557,'_qty','2'),(152169,16557,'_tax_class',''),(152170,16557,'_line_subtotal','344'),(152171,16557,'_line_subtotal_tax','0'),(152172,16557,'_line_total','344'),(152173,16557,'_line_tax','0'),(152174,16557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152175,16558,'_product_id','2110'),(152176,16558,'_variation_id','0'),(152177,16558,'_qty','2'),(152178,16558,'_tax_class',''),(152179,16558,'_line_subtotal','142.8'),(152180,16558,'_line_subtotal_tax','0'),(152181,16558,'_line_total','142.8'),(152182,16558,'_line_tax','0'),(152183,16558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152184,16559,'_product_id','49'),(152185,16559,'_variation_id','0'),(152186,16559,'_qty','2'),(152187,16559,'_tax_class',''),(152188,16559,'_line_subtotal','158.4'),(152189,16559,'_line_subtotal_tax','0'),(152190,16559,'_line_total','158.4'),(152191,16559,'_line_tax','0'),(152192,16559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152193,16560,'_product_id','490'),(152194,16560,'_variation_id','0'),(152195,16560,'_qty','6'),(152196,16560,'_tax_class',''),(152197,16560,'_line_subtotal','117.6'),(152198,16560,'_line_subtotal_tax','0'),(152199,16560,'_line_total','117.6'),(152200,16560,'_line_tax','0'),(152201,16560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152202,16561,'_product_id','42'),(152203,16561,'_variation_id','0'),(152204,16561,'_qty','1'),(152205,16561,'_tax_class',''),(152206,16561,'_line_subtotal','79.2'),(152207,16561,'_line_subtotal_tax','0'),(152208,16561,'_line_total','79.2'),(152209,16561,'_line_tax','0'),(152210,16561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152211,16562,'_product_id','45'),(152212,16562,'_variation_id','0'),(152213,16562,'_qty','1'),(152214,16562,'_tax_class',''),(152215,16562,'_line_subtotal','42.24'),(152216,16562,'_line_subtotal_tax','0'),(152217,16562,'_line_total','42.24'),(152218,16562,'_line_tax','0'),(152219,16562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152220,16563,'method_id','advanced_free_shipping'),(152221,16563,'instance_id','0'),(152222,16563,'cost','0.00'),(152223,16563,'total_tax','0'),(152224,16563,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152225,16564,'_product_id','2110'),(152226,16564,'_variation_id','0'),(152227,16564,'_qty','1'),(152228,16564,'_tax_class',''),(152229,16564,'_line_subtotal','71.4'),(152230,16564,'_line_subtotal_tax','0'),(152231,16564,'_line_total','71.4'),(152232,16564,'_line_tax','0'),(152233,16564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152234,16565,'_product_id','41'),(152235,16565,'_variation_id','0'),(152236,16565,'_qty','2'),(152237,16565,'_tax_class',''),(152238,16565,'_line_subtotal','132.96'),(152239,16565,'_line_subtotal_tax','0'),(152240,16565,'_line_total','132.96'),(152241,16565,'_line_tax','0'),(152242,16565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152243,16566,'_product_id','45'),(152244,16566,'_variation_id','0'),(152245,16566,'_qty','1'),(152246,16566,'_tax_class',''),(152247,16566,'_line_subtotal','42.24'),(152248,16566,'_line_subtotal_tax','0'),(152249,16566,'_line_total','42.24'),(152250,16566,'_line_tax','0'),(152251,16566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152252,16567,'_product_id','490'),(152253,16567,'_variation_id','0'),(152254,16567,'_qty','10'),(152255,16567,'_tax_class',''),(152256,16567,'_line_subtotal','196'),(152257,16567,'_line_subtotal_tax','0'),(152258,16567,'_line_total','196'),(152259,16567,'_line_tax','0'),(152260,16567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152261,16568,'_product_id','488'),(152262,16568,'_variation_id','0'),(152263,16568,'_qty','2'),(152264,16568,'_tax_class',''),(152265,16568,'_line_subtotal','62.7'),(152266,16568,'_line_subtotal_tax','0'),(152267,16568,'_line_total','62.7'),(152268,16568,'_line_tax','0'),(152269,16568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152270,16569,'method_id','advanced_free_shipping'),(152271,16569,'instance_id','0'),(152272,16569,'cost','0.00'),(152273,16569,'total_tax','0'),(152274,16569,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152275,16570,'_product_id','2110'),(152276,16570,'_variation_id','0'),(152277,16570,'_qty','4'),(152278,16570,'_tax_class',''),(152279,16570,'_line_subtotal','285.6'),(152280,16570,'_line_subtotal_tax','0'),(152281,16570,'_line_total','285.6'),(152282,16570,'_line_tax','0'),(152283,16570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152284,16571,'_product_id','2113'),(152285,16571,'_variation_id','0'),(152286,16571,'_qty','1'),(152287,16571,'_tax_class',''),(152288,16571,'_line_subtotal','172'),(152289,16571,'_line_subtotal_tax','0'),(152290,16571,'_line_total','172'),(152291,16571,'_line_tax','0'),(152292,16571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152293,16572,'_product_id','42'),(152294,16572,'_variation_id','0'),(152295,16572,'_qty','3'),(152296,16572,'_tax_class',''),(152297,16572,'_line_subtotal','237.6'),(152298,16572,'_line_subtotal_tax','0'),(152299,16572,'_line_total','237.6'),(152300,16572,'_line_tax','0'),(152301,16572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152302,16573,'_product_id','41'),(152303,16573,'_variation_id','0'),(152304,16573,'_qty','8'),(152305,16573,'_tax_class',''),(152306,16573,'_line_subtotal','531.84'),(152307,16573,'_line_subtotal_tax','0'),(152308,16573,'_line_total','531.84'),(152309,16573,'_line_tax','0'),(152310,16573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152311,16574,'_product_id','2408'),(152312,16574,'_variation_id','0'),(152313,16574,'_qty','5'),(152314,16574,'_tax_class',''),(152315,16574,'_line_subtotal','746.7'),(152316,16574,'_line_subtotal_tax','0'),(152317,16574,'_line_total','746.7'),(152318,16574,'_line_tax','0'),(152319,16574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152320,16575,'_product_id','120'),(152321,16575,'_variation_id','0'),(152322,16575,'_qty','3'),(152323,16575,'_tax_class',''),(152324,16575,'_line_subtotal','158.4'),(152325,16575,'_line_subtotal_tax','0'),(152326,16575,'_line_total','158.4'),(152327,16575,'_line_tax','0'),(152328,16575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152329,16576,'_product_id','43'),(152330,16576,'_variation_id','0'),(152331,16576,'_qty','4'),(152332,16576,'_tax_class',''),(152333,16576,'_line_subtotal','316.8'),(152334,16576,'_line_subtotal_tax','0'),(152335,16576,'_line_total','316.8'),(152336,16576,'_line_tax','0'),(152337,16576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152338,16577,'_product_id','490'),(152339,16577,'_variation_id','0'),(152340,16577,'_qty','50'),(152341,16577,'_tax_class',''),(152342,16577,'_line_subtotal','980'),(152343,16577,'_line_subtotal_tax','0'),(152344,16577,'_line_total','980'),(152345,16577,'_line_tax','0'),(152346,16577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152347,16578,'_product_id','487'),(152348,16578,'_variation_id','0'),(152349,16578,'_qty','5'),(152350,16578,'_tax_class',''),(152351,16578,'_line_subtotal','156.75'),(152352,16578,'_line_subtotal_tax','0'),(152353,16578,'_line_total','156.75'),(152354,16578,'_line_tax','0'),(152355,16578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152356,16579,'method_id','advanced_free_shipping'),(152357,16579,'instance_id','0'),(152358,16579,'cost','0.00'),(152359,16579,'total_tax','0'),(152360,16579,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152361,16580,'_product_id','44'),(152362,16580,'_variation_id','0'),(152363,16580,'_qty','3'),(152364,16580,'_tax_class',''),(152365,16580,'_line_subtotal','348.48'),(152366,16580,'_line_subtotal_tax','0'),(152367,16580,'_line_total','348.48'),(152368,16580,'_line_tax','0'),(152369,16580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152370,16581,'_product_id','2110'),(152371,16581,'_variation_id','0'),(152372,16581,'_qty','5'),(152373,16581,'_tax_class',''),(152374,16581,'_line_subtotal','357'),(152375,16581,'_line_subtotal_tax','0'),(152376,16581,'_line_total','357'),(152377,16581,'_line_tax','0'),(152378,16581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152379,16582,'_product_id','490'),(152380,16582,'_variation_id','0'),(152381,16582,'_qty','60'),(152382,16582,'_tax_class',''),(152383,16582,'_line_subtotal','1176'),(152384,16582,'_line_subtotal_tax','0'),(152385,16582,'_line_total','1176'),(152386,16582,'_line_tax','0'),(152387,16582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152388,16583,'_product_id','487'),(152389,16583,'_variation_id','0'),(152390,16583,'_qty','6'),(152391,16583,'_tax_class',''),(152392,16583,'_line_subtotal','188.1'),(152393,16583,'_line_subtotal_tax','0'),(152394,16583,'_line_total','188.1'),(152395,16583,'_line_tax','0'),(152396,16583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152397,16584,'method_id','advanced_free_shipping'),(152398,16584,'instance_id','0'),(152399,16584,'cost','0.00'),(152400,16584,'total_tax','0'),(152401,16584,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152402,16555,'thwma_order_shipping_status','wc-pending'),(152403,16556,'thwma_order_shipping_status','wc-pending'),(152404,16557,'thwma_order_shipping_status','wc-pending'),(152405,16558,'thwma_order_shipping_status','wc-pending'),(152406,16559,'thwma_order_shipping_status','wc-pending'),(152407,16560,'thwma_order_shipping_status','wc-pending'),(152408,16561,'thwma_order_shipping_status','wc-pending'),(152409,16562,'thwma_order_shipping_status','wc-pending'),(152410,16585,'_product_id','2113'),(152411,16585,'_variation_id','0'),(152412,16585,'_qty','3'),(152413,16585,'_tax_class',''),(152414,16585,'_line_subtotal','516'),(152415,16585,'_line_subtotal_tax','0'),(152416,16585,'_line_total','516'),(152417,16585,'_line_tax','0'),(152418,16585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152419,16586,'_product_id','133'),(152420,16586,'_variation_id','0'),(152421,16586,'_qty','10'),(152422,16586,'_tax_class',''),(152423,16586,'_line_subtotal','143'),(152424,16586,'_line_subtotal_tax','0'),(152425,16586,'_line_total','143'),(152426,16586,'_line_tax','0'),(152427,16586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152428,16587,'_product_id','44'),(152429,16587,'_variation_id','0'),(152430,16587,'_qty','3'),(152431,16587,'_tax_class',''),(152432,16587,'_line_subtotal','348.48'),(152433,16587,'_line_subtotal_tax','0'),(152434,16587,'_line_total','348.48'),(152435,16587,'_line_tax','0'),(152436,16587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152437,16588,'_product_id','51'),(152438,16588,'_variation_id','0'),(152439,16588,'_qty','2'),(152440,16588,'_tax_class',''),(152441,16588,'_line_subtotal','295.68'),(152442,16588,'_line_subtotal_tax','0'),(152443,16588,'_line_total','295.68'),(152444,16588,'_line_tax','0'),(152445,16588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152446,16589,'method_id','advanced_free_shipping'),(152447,16589,'instance_id','0'),(152448,16589,'cost','0.00'),(152449,16589,'total_tax','0'),(152450,16589,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152451,16590,'_product_id','2113'),(152452,16590,'_variation_id','0'),(152453,16590,'_qty','3'),(152454,16590,'_tax_class',''),(152455,16590,'_line_subtotal','516'),(152456,16590,'_line_subtotal_tax','0'),(152457,16590,'_line_total','516'),(152458,16590,'_line_tax','0'),(152459,16590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152460,16591,'_product_id','133'),(152461,16591,'_variation_id','0'),(152462,16591,'_qty','2'),(152463,16591,'_tax_class',''),(152464,16591,'_line_subtotal','28.6'),(152465,16591,'_line_subtotal_tax','0'),(152466,16591,'_line_total','28.6'),(152467,16591,'_line_tax','0'),(152468,16591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152469,16592,'_product_id','44'),(152470,16592,'_variation_id','0'),(152471,16592,'_qty','3'),(152472,16592,'_tax_class',''),(152473,16592,'_line_subtotal','348.48'),(152474,16592,'_line_subtotal_tax','0'),(152475,16592,'_line_total','348.48'),(152476,16592,'_line_tax','0'),(152477,16592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152478,16593,'_product_id','51'),(152479,16593,'_variation_id','0'),(152480,16593,'_qty','2'),(152481,16593,'_tax_class',''),(152482,16593,'_line_subtotal','295.68'),(152483,16593,'_line_subtotal_tax','0'),(152484,16593,'_line_total','295.68'),(152485,16593,'_line_tax','0'),(152486,16593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152487,16594,'method_id','advanced_free_shipping'),(152488,16594,'instance_id','0'),(152489,16594,'cost','0.00'),(152490,16594,'total_tax','0'),(152491,16594,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152492,16595,'_product_id','45'),(152493,16595,'_variation_id','0'),(152494,16595,'_qty','3'),(152495,16595,'_tax_class',''),(152496,16595,'_line_subtotal','126.72'),(152497,16595,'_line_subtotal_tax','0'),(152498,16595,'_line_total','126.72'),(152499,16595,'_line_tax','0'),(152500,16595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152501,16596,'_product_id','2408'),(152502,16596,'_variation_id','0'),(152503,16596,'_qty','1'),(152504,16596,'_tax_class',''),(152505,16596,'_line_subtotal','149.34'),(152506,16596,'_line_subtotal_tax','0'),(152507,16596,'_line_total','149.34'),(152508,16596,'_line_tax','0'),(152509,16596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152510,16597,'_product_id','43'),(152511,16597,'_variation_id','0'),(152512,16597,'_qty','3'),(152513,16597,'_tax_class',''),(152514,16597,'_line_subtotal','237.6'),(152515,16597,'_line_subtotal_tax','0'),(152516,16597,'_line_total','237.6'),(152517,16597,'_line_tax','0'),(152518,16597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152519,16598,'_product_id','490'),(152520,16598,'_variation_id','0'),(152521,16598,'_qty','10'),(152522,16598,'_tax_class',''),(152523,16598,'_line_subtotal','196'),(152524,16598,'_line_subtotal_tax','0'),(152525,16598,'_line_total','196'),(152526,16598,'_line_tax','0'),(152527,16598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152528,16599,'method_id','advanced_free_shipping'),(152529,16599,'instance_id','0'),(152530,16599,'cost','0.00'),(152531,16599,'total_tax','0'),(152532,16599,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152541,16590,'thwma_order_shipping_status','wc-pending'),(152542,16591,'thwma_order_shipping_status','wc-pending'),(152543,16592,'thwma_order_shipping_status','wc-pending'),(152544,16593,'thwma_order_shipping_status','wc-pending'),(152545,16570,'thwma_order_shipping_status','wc-pending'),(152546,16571,'thwma_order_shipping_status','wc-pending'),(152547,16572,'thwma_order_shipping_status','wc-pending'),(152548,16573,'thwma_order_shipping_status','wc-pending'),(152549,16574,'thwma_order_shipping_status','wc-pending'),(152550,16575,'thwma_order_shipping_status','wc-pending'),(152551,16576,'thwma_order_shipping_status','wc-pending'),(152552,16577,'thwma_order_shipping_status','wc-pending'),(152553,16578,'thwma_order_shipping_status','wc-pending'),(152554,16595,'thwma_order_shipping_status','wc-pending'),(152555,16596,'thwma_order_shipping_status','wc-pending'),(152556,16597,'thwma_order_shipping_status','wc-pending'),(152557,16598,'thwma_order_shipping_status','wc-pending'),(152558,16580,'thwma_order_shipping_status','wc-pending'),(152559,16581,'thwma_order_shipping_status','wc-pending'),(152560,16582,'thwma_order_shipping_status','wc-pending'),(152561,16583,'thwma_order_shipping_status','wc-pending'),(152562,16564,'thwma_order_shipping_status','wc-pending'),(152563,16565,'thwma_order_shipping_status','wc-pending'),(152564,16566,'thwma_order_shipping_status','wc-pending'),(152565,16567,'thwma_order_shipping_status','wc-pending'),(152566,16568,'thwma_order_shipping_status','wc-pending'),(152567,16600,'_product_id','2408'),(152568,16600,'_variation_id','0'),(152569,16600,'_qty','5'),(152570,16600,'_tax_class',''),(152571,16600,'_line_subtotal','746.7'),(152572,16600,'_line_subtotal_tax','0'),(152573,16600,'_line_total','746.7'),(152574,16600,'_line_tax','0'),(152575,16600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152576,16601,'method_id','advanced_free_shipping'),(152577,16601,'instance_id','0'),(152578,16601,'cost','0.00'),(152579,16601,'total_tax','0'),(152580,16601,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152581,16602,'_product_id','23'),(152582,16602,'_variation_id','0'),(152583,16602,'_qty','3'),(152584,16602,'_tax_class',''),(152585,16602,'_line_subtotal','205.62'),(152586,16602,'_line_subtotal_tax','0'),(152587,16602,'_line_total','205.62'),(152588,16602,'_line_tax','0'),(152589,16602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152590,16602,'_wcms_cart_key','052939415bb893f299f3f798ff04d3c6'),(152591,16603,'_product_id','49'),(152592,16603,'_variation_id','0'),(152593,16603,'_qty','1'),(152594,16603,'_tax_class',''),(152595,16603,'_line_subtotal','79.2'),(152596,16603,'_line_subtotal_tax','0'),(152597,16603,'_line_total','79.2'),(152598,16603,'_line_tax','0'),(152599,16603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152600,16603,'_wcms_cart_key','15ac5e6a214fb3b1ee0278c14f9f1faf'),(152601,16604,'_product_id','490'),(152602,16604,'_variation_id','0'),(152603,16604,'_qty','11'),(152604,16604,'_tax_class',''),(152605,16604,'_line_subtotal','215.6'),(152606,16604,'_line_subtotal_tax','0'),(152607,16604,'_line_total','215.6'),(152608,16604,'_line_tax','0'),(152609,16604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152610,16604,'_wcms_cart_key','19ebf4df495bb1f2717aeb3190ccd9da'),(152611,16605,'method_id','advanced_free_shipping'),(152612,16605,'instance_id','0'),(152613,16605,'cost','0.00'),(152614,16605,'total_tax','0'),(152615,16605,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152616,16606,'_product_id','45'),(152617,16606,'_variation_id','0'),(152618,16606,'_qty','3'),(152619,16606,'_tax_class',''),(152620,16606,'_line_subtotal','126.72'),(152621,16606,'_line_subtotal_tax','0'),(152622,16606,'_line_total','126.72'),(152623,16606,'_line_tax','0'),(152624,16606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152625,16606,'_wcms_cart_key','aa93a914d83501e6e1ba566272f91e98'),(152626,16607,'_product_id','490'),(152627,16607,'_variation_id','0'),(152628,16607,'_qty','10'),(152629,16607,'_tax_class',''),(152630,16607,'_line_subtotal','196'),(152631,16607,'_line_subtotal_tax','0'),(152632,16607,'_line_total','196'),(152633,16607,'_line_tax','0'),(152634,16607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152635,16607,'_wcms_cart_key','8453e015ac062a14ca4e070ba4c51fb3'),(152636,16608,'_product_id','487'),(152637,16608,'_variation_id','0'),(152638,16608,'_qty','2'),(152639,16608,'_tax_class',''),(152640,16608,'_line_subtotal','62.7'),(152641,16608,'_line_subtotal_tax','0'),(152642,16608,'_line_total','62.7'),(152643,16608,'_line_tax','0'),(152644,16608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152645,16608,'_wcms_cart_key','adac6f60b6ae9c75a1e1df39339dc71f'),(152646,16609,'_product_id','41'),(152647,16609,'_variation_id','0'),(152648,16609,'_qty','2'),(152649,16609,'_tax_class',''),(152650,16609,'_line_subtotal','132.96'),(152651,16609,'_line_subtotal_tax','0'),(152652,16609,'_line_total','132.96'),(152653,16609,'_line_tax','0'),(152654,16609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152655,16609,'_wcms_cart_key','f76e7615845b27a52a5321136be93496'),(152656,16610,'method_id','advanced_free_shipping'),(152657,16610,'instance_id','0'),(152658,16610,'cost','0.00'),(152659,16610,'total_tax','0'),(152660,16610,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152661,16611,'_product_id','38'),(152662,16611,'_variation_id','0'),(152663,16611,'_qty','1'),(152664,16611,'_tax_class',''),(152665,16611,'_line_subtotal','165.76'),(152666,16611,'_line_subtotal_tax','0'),(152667,16611,'_line_total','165.76'),(152668,16611,'_line_tax','0'),(152669,16611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152670,16611,'_wcms_cart_key','67fe75b1179748316a6a56a24fbb0d39'),(152671,16612,'_product_id','2113'),(152672,16612,'_variation_id','0'),(152673,16612,'_qty','1'),(152674,16612,'_tax_class',''),(152675,16612,'_line_subtotal','172'),(152676,16612,'_line_subtotal_tax','0'),(152677,16612,'_line_total','172'),(152678,16612,'_line_tax','0'),(152679,16612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152680,16612,'_wcms_cart_key','c53b15935fd66feb14d62595da151b8e'),(152681,16613,'_product_id','45'),(152682,16613,'_variation_id','0'),(152683,16613,'_qty','2'),(152684,16613,'_tax_class',''),(152685,16613,'_line_subtotal','84.48'),(152686,16613,'_line_subtotal_tax','0'),(152687,16613,'_line_total','84.48'),(152688,16613,'_line_tax','0'),(152689,16613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152690,16613,'_wcms_cart_key','ecf4d30ed89dee3ef9a3a30a24473326'),(152691,16614,'_product_id','41'),(152692,16614,'_variation_id','0'),(152693,16614,'_qty','1'),(152694,16614,'_tax_class',''),(152695,16614,'_line_subtotal','66.48'),(152696,16614,'_line_subtotal_tax','0'),(152697,16614,'_line_total','66.48'),(152698,16614,'_line_tax','0'),(152699,16614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152700,16614,'_wcms_cart_key','30db524cbe413b872248d8abde64c231'),(152701,16615,'_product_id','23'),(152702,16615,'_variation_id','0'),(152703,16615,'_qty','2'),(152704,16615,'_tax_class',''),(152705,16615,'_line_subtotal','137.08'),(152706,16615,'_line_subtotal_tax','0'),(152707,16615,'_line_total','137.08'),(152708,16615,'_line_tax','0'),(152709,16615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152710,16615,'_wcms_cart_key','d4dfff56ce352c51c8b984cdc82e681a'),(152711,16616,'_product_id','2110'),(152712,16616,'_variation_id','0'),(152713,16616,'_qty','2'),(152714,16616,'_tax_class',''),(152715,16616,'_line_subtotal','142.8'),(152716,16616,'_line_subtotal_tax','0'),(152717,16616,'_line_total','142.8'),(152718,16616,'_line_tax','0'),(152719,16616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152720,16616,'_wcms_cart_key','8cebcc001faa551b7461fa58ab010b4a'),(152721,16617,'_product_id','49'),(152722,16617,'_variation_id','0'),(152723,16617,'_qty','1'),(152724,16617,'_tax_class',''),(152725,16617,'_line_subtotal','79.2'),(152726,16617,'_line_subtotal_tax','0'),(152727,16617,'_line_total','79.2'),(152728,16617,'_line_tax','0'),(152729,16617,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152730,16617,'_wcms_cart_key','908d4bd3f15e0bd04b8fef56434b39bf'),(152731,16618,'_product_id','490'),(152732,16618,'_variation_id','0'),(152733,16618,'_qty','10'),(152734,16618,'_tax_class',''),(152735,16618,'_line_subtotal','196'),(152736,16618,'_line_subtotal_tax','0'),(152737,16618,'_line_total','196'),(152738,16618,'_line_tax','0'),(152739,16618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152740,16618,'_wcms_cart_key','95c7e1ed8d065b51c6e4afd0ad36a837'),(152741,16619,'method_id','advanced_free_shipping'),(152742,16619,'instance_id','0'),(152743,16619,'cost','0.00'),(152744,16619,'total_tax','0'),(152745,16619,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152746,16602,'thwma_order_shipping_status','wc-pending'),(152747,16603,'thwma_order_shipping_status','wc-pending'),(152748,16604,'thwma_order_shipping_status','wc-pending'),(152749,16620,'_product_id','41'),(152750,16620,'_variation_id','0'),(152751,16620,'_qty','4'),(152752,16620,'_tax_class',''),(152753,16620,'_line_subtotal','265.92'),(152754,16620,'_line_subtotal_tax','0'),(152755,16620,'_line_total','265.92'),(152756,16620,'_line_tax','0'),(152757,16620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152758,16620,'_wcms_cart_key','c83df06f43e226ffc06ebe5bdfa0d3c5'),(152759,16621,'_product_id','49'),(152760,16621,'_variation_id','0'),(152761,16621,'_qty','3'),(152762,16621,'_tax_class',''),(152763,16621,'_line_subtotal','237.6'),(152764,16621,'_line_subtotal_tax','0'),(152765,16621,'_line_total','237.6'),(152766,16621,'_line_tax','0'),(152767,16621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152768,16621,'_wcms_cart_key','417b4200fb5c696398875cac3ef616ba'),(152769,16622,'_product_id','39'),(152770,16622,'_variation_id','0'),(152771,16622,'_qty','1'),(152772,16622,'_tax_class',''),(152773,16622,'_line_subtotal','79.2'),(152774,16622,'_line_subtotal_tax','0'),(152775,16622,'_line_total','79.2'),(152776,16622,'_line_tax','0'),(152777,16622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152778,16622,'_wcms_cart_key','6059f0b672a5156f273c8ca091f529cb'),(152779,16623,'method_id','advanced_free_shipping'),(152780,16623,'instance_id','0'),(152781,16623,'cost','0.00'),(152782,16623,'total_tax','0'),(152783,16623,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152784,16624,'_product_id','49'),(152785,16624,'_variation_id','0'),(152786,16624,'_qty','4'),(152787,16624,'_tax_class',''),(152788,16624,'_line_subtotal','316.8'),(152789,16624,'_line_subtotal_tax','0'),(152790,16624,'_line_total','316.8'),(152791,16624,'_line_tax','0'),(152792,16624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152793,16624,'_wcms_cart_key','7168aada3eabb45c5ed436d79be3971b'),(152794,16625,'_product_id','2110'),(152795,16625,'_variation_id','0'),(152796,16625,'_qty','3'),(152797,16625,'_tax_class',''),(152798,16625,'_line_subtotal','214.2'),(152799,16625,'_line_subtotal_tax','0'),(152800,16625,'_line_total','214.2'),(152801,16625,'_line_tax','0'),(152802,16625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152803,16625,'_wcms_cart_key','67f1d1a1362922d7b1c6cbdd48efb77c'),(152804,16626,'_product_id','45'),(152805,16626,'_variation_id','0'),(152806,16626,'_qty','3'),(152807,16626,'_tax_class',''),(152808,16626,'_line_subtotal','126.72'),(152809,16626,'_line_subtotal_tax','0'),(152810,16626,'_line_total','126.72'),(152811,16626,'_line_tax','0'),(152812,16626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152813,16626,'_wcms_cart_key','c1fd9c5d81d500087560389d77311959'),(152814,16627,'_product_id','41'),(152815,16627,'_variation_id','0'),(152816,16627,'_qty','2'),(152817,16627,'_tax_class',''),(152818,16627,'_line_subtotal','132.96'),(152819,16627,'_line_subtotal_tax','0'),(152820,16627,'_line_total','132.96'),(152821,16627,'_line_tax','0'),(152822,16627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152823,16627,'_wcms_cart_key','282827dfd8cbe8b9c0d977613733fbed'),(152824,16628,'_product_id','2408'),(152825,16628,'_variation_id','0'),(152826,16628,'_qty','1'),(152827,16628,'_tax_class',''),(152828,16628,'_line_subtotal','149.34'),(152829,16628,'_line_subtotal_tax','0'),(152830,16628,'_line_total','149.34'),(152831,16628,'_line_tax','0'),(152832,16628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152833,16628,'_wcms_cart_key','c843e8dc90fa4abba56885e398656bf0'),(152834,16629,'_product_id','490'),(152835,16629,'_variation_id','0'),(152836,16629,'_qty','10'),(152837,16629,'_tax_class',''),(152838,16629,'_line_subtotal','196'),(152839,16629,'_line_subtotal_tax','0'),(152840,16629,'_line_total','196'),(152841,16629,'_line_tax','0'),(152842,16629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152843,16629,'_wcms_cart_key','d7329e0d8ca0f26188df82ca0e6670ae'),(152844,16630,'method_id','advanced_free_shipping'),(152845,16630,'instance_id','0'),(152846,16630,'cost','0.00'),(152847,16630,'total_tax','0'),(152848,16630,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152849,16631,'_product_id','45'),(152850,16631,'_variation_id','0'),(152851,16631,'_qty','2'),(152852,16631,'_tax_class',''),(152853,16631,'_line_subtotal','84.48'),(152854,16631,'_line_subtotal_tax','0'),(152855,16631,'_line_total','84.48'),(152856,16631,'_line_tax','0'),(152857,16631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152858,16631,'_wcms_cart_key','07c8c28346932ad47baa7f05b9d3b123'),(152859,16632,'_product_id','2113'),(152860,16632,'_variation_id','0'),(152861,16632,'_qty','1'),(152862,16632,'_tax_class',''),(152863,16632,'_line_subtotal','172'),(152864,16632,'_line_subtotal_tax','0'),(152865,16632,'_line_total','172'),(152866,16632,'_line_tax','0'),(152867,16632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152868,16632,'_wcms_cart_key','270fcaa35f93ca811c8d036868528607'),(152869,16633,'_product_id','487'),(152870,16633,'_variation_id','0'),(152871,16633,'_qty','3'),(152872,16633,'_tax_class',''),(152873,16633,'_line_subtotal','94.05'),(152874,16633,'_line_subtotal_tax','0'),(152875,16633,'_line_total','94.05'),(152876,16633,'_line_tax','0'),(152877,16633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152878,16633,'_wcms_cart_key','329e1ea79407f96f112b781a0cf19703'),(152879,16634,'_product_id','490'),(152880,16634,'_variation_id','0'),(152881,16634,'_qty','10'),(152882,16634,'_tax_class',''),(152883,16634,'_line_subtotal','196'),(152884,16634,'_line_subtotal_tax','0'),(152885,16634,'_line_total','196'),(152886,16634,'_line_tax','0'),(152887,16634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152888,16634,'_wcms_cart_key','45e5a82b07e8d36de91a39b461174787'),(152889,16635,'_product_id','43'),(152890,16635,'_variation_id','0'),(152891,16635,'_qty','2'),(152892,16635,'_tax_class',''),(152893,16635,'_line_subtotal','158.4'),(152894,16635,'_line_subtotal_tax','0'),(152895,16635,'_line_total','158.4'),(152896,16635,'_line_tax','0'),(152897,16635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152898,16635,'_wcms_cart_key','0cae13de32b6d2fa32ae8c8ee2c52022'),(152899,16636,'_product_id','49'),(152900,16636,'_variation_id','0'),(152901,16636,'_qty','2'),(152902,16636,'_tax_class',''),(152903,16636,'_line_subtotal','158.4'),(152904,16636,'_line_subtotal_tax','0'),(152905,16636,'_line_total','158.4'),(152906,16636,'_line_tax','0'),(152907,16636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152908,16636,'_wcms_cart_key','b9eb749cbee4b4e4b6511a2c25d1cc85'),(152909,16637,'method_id','advanced_free_shipping'),(152910,16637,'instance_id','0'),(152911,16637,'cost','0.00'),(152912,16637,'total_tax','0'),(152913,16637,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152914,16638,'_product_id','490'),(152915,16638,'_variation_id','0'),(152916,16638,'_qty','10'),(152917,16638,'_tax_class',''),(152918,16638,'_line_subtotal','196'),(152919,16638,'_line_subtotal_tax','0'),(152920,16638,'_line_total','196'),(152921,16638,'_line_tax','0'),(152922,16638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152923,16638,'_wcms_cart_key','a6bfc5bf50a2a63ae292cca9b0828efd'),(152924,16639,'_product_id','2110'),(152925,16639,'_variation_id','0'),(152926,16639,'_qty','2'),(152927,16639,'_tax_class',''),(152928,16639,'_line_subtotal','142.8'),(152929,16639,'_line_subtotal_tax','0'),(152930,16639,'_line_total','142.8'),(152931,16639,'_line_tax','0'),(152932,16639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152933,16639,'_wcms_cart_key','0a985d3f92b05dc78be1eb38b5246970'),(152934,16640,'_product_id','2113'),(152935,16640,'_variation_id','0'),(152936,16640,'_qty','1'),(152937,16640,'_tax_class',''),(152938,16640,'_line_subtotal','172'),(152939,16640,'_line_subtotal_tax','0'),(152940,16640,'_line_total','172'),(152941,16640,'_line_tax','0'),(152942,16640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152943,16640,'_wcms_cart_key','3ac26fa07355cef53128e98d1ee1badb'),(152944,16641,'_product_id','45'),(152945,16641,'_variation_id','0'),(152946,16641,'_qty','2'),(152947,16641,'_tax_class',''),(152948,16641,'_line_subtotal','84.48'),(152949,16641,'_line_subtotal_tax','0'),(152950,16641,'_line_total','84.48'),(152951,16641,'_line_tax','0'),(152952,16641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152953,16641,'_wcms_cart_key','dacf80b9c1eb58adf74cf9c9480b76b7'),(152954,16642,'_product_id','488'),(152955,16642,'_variation_id','0'),(152956,16642,'_qty','4'),(152957,16642,'_tax_class',''),(152958,16642,'_line_subtotal','125.4'),(152959,16642,'_line_subtotal_tax','0'),(152960,16642,'_line_total','125.4'),(152961,16642,'_line_tax','0'),(152962,16642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152963,16642,'_wcms_cart_key','b500fc8391794bcb45b9897d1b9caad5'),(152964,16643,'method_id','advanced_free_shipping'),(152965,16643,'instance_id','0'),(152966,16643,'cost','0.00'),(152967,16643,'total_tax','0'),(152968,16643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152969,16644,'_product_id','41'),(152970,16644,'_variation_id','0'),(152971,16644,'_qty','5'),(152972,16644,'_tax_class',''),(152973,16644,'_line_subtotal','332.4'),(152974,16644,'_line_subtotal_tax','0'),(152975,16644,'_line_total','332.4'),(152976,16644,'_line_tax','0'),(152977,16644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152978,16644,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(152979,16645,'method_id','fedex'),(152980,16645,'instance_id','1'),(152981,16645,'cost','18.99'),(152982,16645,'total_tax','0'),(152983,16645,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(152984,16645,'Package 1','17.5 × 12.37 × 3 (in) 12.91lbs × 1'),(152985,16645,'Items','Professional Lice Comb(Case of 12) &times; 5'),(152986,16646,'_product_id','133'),(152987,16646,'_variation_id','0'),(152988,16646,'_qty','3'),(152989,16646,'_tax_class',''),(152990,16646,'_line_subtotal','42.9'),(152991,16646,'_line_subtotal_tax','0'),(152992,16646,'_line_total','42.9'),(152993,16646,'_line_tax','0'),(152994,16646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(152995,16646,'_wcms_cart_key','31e84a1f7c5ed213ff418e37ea349551'),(152996,16647,'_product_id','44'),(152997,16647,'_variation_id','0'),(152998,16647,'_qty','3'),(152999,16647,'_tax_class',''),(153000,16647,'_line_subtotal','348.48'),(153001,16647,'_line_subtotal_tax','0'),(153002,16647,'_line_total','348.48'),(153003,16647,'_line_tax','0'),(153004,16647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153005,16647,'_wcms_cart_key','1cd50eecad18fa8278267b1caf1a6036'),(153006,16648,'_product_id','43'),(153007,16648,'_variation_id','0'),(153008,16648,'_qty','15'),(153009,16648,'_tax_class',''),(153010,16648,'_line_subtotal','1188'),(153011,16648,'_line_subtotal_tax','0'),(153012,16648,'_line_total','1188'),(153013,16648,'_line_tax','0'),(153014,16648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153015,16648,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153016,16649,'_product_id','49'),(153017,16649,'_variation_id','0'),(153018,16649,'_qty','15'),(153019,16649,'_tax_class',''),(153020,16649,'_line_subtotal','1188'),(153021,16649,'_line_subtotal_tax','0'),(153022,16649,'_line_total','1188'),(153023,16649,'_line_tax','0'),(153024,16649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153025,16649,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(153026,16650,'_product_id','41'),(153027,16650,'_variation_id','0'),(153028,16650,'_qty','4'),(153029,16650,'_tax_class',''),(153030,16650,'_line_subtotal','265.92'),(153031,16650,'_line_subtotal_tax','0'),(153032,16650,'_line_total','265.92'),(153033,16650,'_line_tax','0'),(153034,16650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153035,16650,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153036,16651,'_product_id','45'),(153037,16651,'_variation_id','0'),(153038,16651,'_qty','4'),(153039,16651,'_tax_class',''),(153040,16651,'_line_subtotal','168.96'),(153041,16651,'_line_subtotal_tax','0'),(153042,16651,'_line_total','168.96'),(153043,16651,'_line_tax','0'),(153044,16651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153045,16651,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153046,16652,'_product_id','2110'),(153047,16652,'_variation_id','0'),(153048,16652,'_qty','16'),(153049,16652,'_tax_class',''),(153050,16652,'_line_subtotal','1142.4'),(153051,16652,'_line_subtotal_tax','0'),(153052,16652,'_line_total','1142.4'),(153053,16652,'_line_tax','0'),(153054,16652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153055,16652,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153056,16653,'_product_id','490'),(153057,16653,'_variation_id','0'),(153058,16653,'_qty','30'),(153059,16653,'_tax_class',''),(153060,16653,'_line_subtotal','588'),(153061,16653,'_line_subtotal_tax','0'),(153062,16653,'_line_total','588'),(153063,16653,'_line_tax','0'),(153064,16653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153065,16653,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153066,16654,'method_id','advanced_free_shipping'),(153067,16654,'instance_id','0'),(153068,16654,'cost','0.00'),(153069,16654,'total_tax','0'),(153070,16654,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153071,16655,'_product_id','49'),(153072,16655,'_variation_id','0'),(153073,16655,'_qty','2'),(153074,16655,'_tax_class',''),(153075,16655,'_line_subtotal','158.4'),(153076,16655,'_line_subtotal_tax','0'),(153077,16655,'_line_total','158.4'),(153078,16655,'_line_tax','0'),(153079,16655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153080,16655,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(153081,16656,'_product_id','490'),(153082,16656,'_variation_id','0'),(153083,16656,'_qty','14'),(153084,16656,'_tax_class',''),(153085,16656,'_line_subtotal','274.4'),(153086,16656,'_line_subtotal_tax','0'),(153087,16656,'_line_total','274.4'),(153088,16656,'_line_tax','0'),(153089,16656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153090,16656,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153091,16657,'_product_id','42'),(153092,16657,'_variation_id','0'),(153093,16657,'_qty','1'),(153094,16657,'_tax_class',''),(153095,16657,'_line_subtotal','79.2'),(153096,16657,'_line_subtotal_tax','0'),(153097,16657,'_line_total','79.2'),(153098,16657,'_line_tax','0'),(153099,16657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153100,16657,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(153101,16658,'method_id','advanced_free_shipping'),(153102,16658,'instance_id','0'),(153103,16658,'cost','0.00'),(153104,16658,'total_tax','0'),(153105,16658,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153106,16659,'_product_id','23'),(153107,16659,'_variation_id','0'),(153108,16659,'_qty','3'),(153109,16659,'_tax_class',''),(153110,16659,'_line_subtotal','205.62'),(153111,16659,'_line_subtotal_tax','0'),(153112,16659,'_line_total','205.62'),(153113,16659,'_line_tax','0'),(153114,16659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153115,16659,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(153116,16660,'_product_id','38'),(153117,16660,'_variation_id','0'),(153118,16660,'_qty','3'),(153119,16660,'_tax_class',''),(153120,16660,'_line_subtotal','497.28'),(153121,16660,'_line_subtotal_tax','0'),(153122,16660,'_line_total','497.28'),(153123,16660,'_line_tax','0'),(153124,16660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153125,16660,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(153126,16661,'_product_id','41'),(153127,16661,'_variation_id','0'),(153128,16661,'_qty','7'),(153129,16661,'_tax_class',''),(153130,16661,'_line_subtotal','465.36'),(153131,16661,'_line_subtotal_tax','0'),(153132,16661,'_line_total','465.36'),(153133,16661,'_line_tax','0'),(153134,16661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153135,16661,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153136,16662,'_product_id','45'),(153137,16662,'_variation_id','0'),(153138,16662,'_qty','4'),(153139,16662,'_tax_class',''),(153140,16662,'_line_subtotal','168.96'),(153141,16662,'_line_subtotal_tax','0'),(153142,16662,'_line_total','168.96'),(153143,16662,'_line_tax','0'),(153144,16662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153145,16662,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153146,16663,'_product_id','39'),(153147,16663,'_variation_id','0'),(153148,16663,'_qty','2'),(153149,16663,'_tax_class',''),(153150,16663,'_line_subtotal','158.4'),(153151,16663,'_line_subtotal_tax','0'),(153152,16663,'_line_total','158.4'),(153153,16663,'_line_tax','0'),(153154,16663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153155,16663,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(153156,16664,'_product_id','40'),(153157,16664,'_variation_id','0'),(153158,16664,'_qty','2'),(153159,16664,'_tax_class',''),(153160,16664,'_line_subtotal','158.4'),(153161,16664,'_line_subtotal_tax','0'),(153162,16664,'_line_total','158.4'),(153163,16664,'_line_tax','0'),(153164,16664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153165,16664,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(153166,16665,'_product_id','43'),(153167,16665,'_variation_id','0'),(153168,16665,'_qty','3'),(153169,16665,'_tax_class',''),(153170,16665,'_line_subtotal','237.6'),(153171,16665,'_line_subtotal_tax','0'),(153172,16665,'_line_total','237.6'),(153173,16665,'_line_tax','0'),(153174,16665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153175,16665,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153176,16666,'method_id','advanced_free_shipping'),(153177,16666,'instance_id','0'),(153178,16666,'cost','0.00'),(153179,16666,'total_tax','0'),(153180,16666,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153181,16667,'_product_id','2110'),(153182,16667,'_variation_id','0'),(153183,16667,'_qty','2'),(153184,16667,'_tax_class',''),(153185,16667,'_line_subtotal','142.8'),(153186,16667,'_line_subtotal_tax','0'),(153187,16667,'_line_total','142.8'),(153188,16667,'_line_tax','0'),(153189,16667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153190,16667,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153191,16668,'_product_id','2113'),(153192,16668,'_variation_id','0'),(153193,16668,'_qty','2'),(153194,16668,'_tax_class',''),(153195,16668,'_line_subtotal','344'),(153196,16668,'_line_subtotal_tax','0'),(153197,16668,'_line_total','344'),(153198,16668,'_line_tax','0'),(153199,16668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153200,16668,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153201,16669,'_product_id','41'),(153202,16669,'_variation_id','0'),(153203,16669,'_qty','6'),(153204,16669,'_tax_class',''),(153205,16669,'_line_subtotal','398.88'),(153206,16669,'_line_subtotal_tax','0'),(153207,16669,'_line_total','398.88'),(153208,16669,'_line_tax','0'),(153209,16669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153210,16669,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153211,16670,'_product_id','116'),(153212,16670,'_variation_id','0'),(153213,16670,'_qty','2'),(153214,16670,'_tax_class',''),(153215,16670,'_line_subtotal','290.88'),(153216,16670,'_line_subtotal_tax','0'),(153217,16670,'_line_total','290.88'),(153218,16670,'_line_tax','0'),(153219,16670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153220,16670,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(153221,16671,'_product_id','45'),(153222,16671,'_variation_id','0'),(153223,16671,'_qty','2'),(153224,16671,'_tax_class',''),(153225,16671,'_line_subtotal','84.48'),(153226,16671,'_line_subtotal_tax','0'),(153227,16671,'_line_total','84.48'),(153228,16671,'_line_tax','0'),(153229,16671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153230,16671,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153231,16672,'_product_id','2400'),(153232,16672,'_variation_id','0'),(153233,16672,'_qty','1'),(153234,16672,'_tax_class',''),(153235,16672,'_line_subtotal','186.3'),(153236,16672,'_line_subtotal_tax','0'),(153237,16672,'_line_total','186.3'),(153238,16672,'_line_tax','0'),(153239,16672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153240,16672,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(153241,16673,'_product_id','2408'),(153242,16673,'_variation_id','0'),(153243,16673,'_qty','2'),(153244,16673,'_tax_class',''),(153245,16673,'_line_subtotal','298.68'),(153246,16673,'_line_subtotal_tax','0'),(153247,16673,'_line_total','298.68'),(153248,16673,'_line_tax','0'),(153249,16673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153250,16673,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(153251,16674,'_product_id','488'),(153252,16674,'_variation_id','0'),(153253,16674,'_qty','8'),(153254,16674,'_tax_class',''),(153255,16674,'_line_subtotal','250.8'),(153256,16674,'_line_subtotal_tax','0'),(153257,16674,'_line_total','250.8'),(153258,16674,'_line_tax','0'),(153259,16674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153260,16674,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(153261,16675,'_product_id','43'),(153262,16675,'_variation_id','0'),(153263,16675,'_qty','4'),(153264,16675,'_tax_class',''),(153265,16675,'_line_subtotal','316.8'),(153266,16675,'_line_subtotal_tax','0'),(153267,16675,'_line_total','316.8'),(153268,16675,'_line_tax','0'),(153269,16675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153270,16675,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153271,16676,'_product_id','49'),(153272,16676,'_variation_id','0'),(153273,16676,'_qty','4'),(153274,16676,'_tax_class',''),(153275,16676,'_line_subtotal','316.8'),(153276,16676,'_line_subtotal_tax','0'),(153277,16676,'_line_total','316.8'),(153278,16676,'_line_tax','0'),(153279,16676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153280,16676,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(153281,16677,'method_id','advanced_free_shipping'),(153282,16677,'instance_id','0'),(153283,16677,'cost','0.00'),(153284,16677,'total_tax','0'),(153285,16677,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153286,16678,'_product_id','23'),(153287,16678,'_variation_id','0'),(153288,16678,'_qty','6'),(153289,16678,'_tax_class',''),(153290,16678,'_line_subtotal','411.24'),(153291,16678,'_line_subtotal_tax','0'),(153292,16678,'_line_total','411.24'),(153293,16678,'_line_tax','0'),(153294,16678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153295,16678,'_wcms_cart_key','0c24c9004712a8bb30fa9e31dd734c61'),(153296,16679,'_product_id','490'),(153297,16679,'_variation_id','0'),(153298,16679,'_qty','10'),(153299,16679,'_tax_class',''),(153300,16679,'_line_subtotal','196'),(153301,16679,'_line_subtotal_tax','0'),(153302,16679,'_line_total','196'),(153303,16679,'_line_tax','0'),(153304,16679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153305,16679,'_wcms_cart_key','38aea74f3a40f8d33067d33d8553c417'),(153306,16680,'_product_id','41'),(153307,16680,'_variation_id','0'),(153308,16680,'_qty','2'),(153309,16680,'_tax_class',''),(153310,16680,'_line_subtotal','132.96'),(153311,16680,'_line_subtotal_tax','0'),(153312,16680,'_line_total','132.96'),(153313,16680,'_line_tax','0'),(153314,16680,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153315,16680,'_wcms_cart_key','782728c27f3197b5c584c0dbfef46995'),(153316,16681,'_product_id','43'),(153317,16681,'_variation_id','0'),(153318,16681,'_qty','2'),(153319,16681,'_tax_class',''),(153320,16681,'_line_subtotal','158.4'),(153321,16681,'_line_subtotal_tax','0'),(153322,16681,'_line_total','158.4'),(153323,16681,'_line_tax','0'),(153324,16681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153325,16681,'_wcms_cart_key','26d692332210d4752e6f0dbef6064dd7'),(153326,16682,'_product_id','488'),(153327,16682,'_variation_id','0'),(153328,16682,'_qty','1'),(153329,16682,'_tax_class',''),(153330,16682,'_line_subtotal','31.35'),(153331,16682,'_line_subtotal_tax','0'),(153332,16682,'_line_total','31.35'),(153333,16682,'_line_tax','0'),(153334,16682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153335,16682,'_wcms_cart_key','6a1d3f626c9b55fe3e090e039aadbcd5'),(153336,16683,'_product_id','487'),(153337,16683,'_variation_id','0'),(153338,16683,'_qty','2'),(153339,16683,'_tax_class',''),(153340,16683,'_line_subtotal','62.7'),(153341,16683,'_line_subtotal_tax','0'),(153342,16683,'_line_total','62.7'),(153343,16683,'_line_tax','0'),(153344,16683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153345,16683,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(153346,16684,'method_id','advanced_free_shipping'),(153347,16684,'instance_id','0'),(153348,16684,'cost','0.00'),(153349,16684,'total_tax','0'),(153350,16684,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153351,16685,'_product_id','2110'),(153352,16685,'_variation_id','0'),(153353,16685,'_qty','5'),(153354,16685,'_tax_class',''),(153355,16685,'_line_subtotal','357'),(153356,16685,'_line_subtotal_tax','0'),(153357,16685,'_line_total','357'),(153358,16685,'_line_tax','0'),(153359,16685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153360,16685,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153361,16686,'_product_id','44'),(153362,16686,'_variation_id','0'),(153363,16686,'_qty','3'),(153364,16686,'_tax_class',''),(153365,16686,'_line_subtotal','348.48'),(153366,16686,'_line_subtotal_tax','0'),(153367,16686,'_line_total','348.48'),(153368,16686,'_line_tax','0'),(153369,16686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153370,16686,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(153371,16687,'_product_id','490'),(153372,16687,'_variation_id','0'),(153373,16687,'_qty','60'),(153374,16687,'_tax_class',''),(153375,16687,'_line_subtotal','1176'),(153376,16687,'_line_subtotal_tax','0'),(153377,16687,'_line_total','1176'),(153378,16687,'_line_tax','0'),(153379,16687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153380,16687,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153381,16688,'_product_id','487'),(153382,16688,'_variation_id','0'),(153383,16688,'_qty','6'),(153384,16688,'_tax_class',''),(153385,16688,'_line_subtotal','188.1'),(153386,16688,'_line_subtotal_tax','0'),(153387,16688,'_line_total','188.1'),(153388,16688,'_line_tax','0'),(153389,16688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153390,16688,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(153391,16689,'method_id','advanced_free_shipping'),(153392,16689,'instance_id','0'),(153393,16689,'cost','0.00'),(153394,16689,'total_tax','0'),(153395,16689,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153396,16690,'_product_id','488'),(153397,16690,'_variation_id','0'),(153398,16690,'_qty','1'),(153399,16690,'_tax_class',''),(153400,16690,'_line_subtotal','31.35'),(153401,16690,'_line_subtotal_tax','0'),(153402,16690,'_line_total','31.35'),(153403,16690,'_line_tax','0'),(153404,16690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153405,16690,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(153406,16691,'_product_id','490'),(153407,16691,'_variation_id','0'),(153408,16691,'_qty','2'),(153409,16691,'_tax_class',''),(153410,16691,'_line_subtotal','39.2'),(153411,16691,'_line_subtotal_tax','0'),(153412,16691,'_line_total','39.2'),(153413,16691,'_line_tax','0'),(153414,16691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153415,16691,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153416,16692,'method_id','fedex'),(153417,16692,'instance_id','1'),(153418,16692,'cost','11.98'),(153419,16692,'total_tax','0'),(153420,16692,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153421,16692,'Package 1','15.75 × 14.13 × 6 (in) 14.03lbs × 1'),(153422,16692,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 2'),(153423,16693,'_product_id','488'),(153424,16693,'_variation_id','0'),(153425,16693,'_qty','1'),(153426,16693,'_tax_class',''),(153427,16693,'_line_subtotal','31.35'),(153428,16693,'_line_subtotal_tax','0'),(153429,16693,'_line_total','31.35'),(153430,16693,'_line_tax','0'),(153431,16693,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153432,16693,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(153433,16694,'_product_id','490'),(153434,16694,'_variation_id','0'),(153435,16694,'_qty','2'),(153436,16694,'_tax_class',''),(153437,16694,'_line_subtotal','39.2'),(153438,16694,'_line_subtotal_tax','0'),(153439,16694,'_line_total','39.2'),(153440,16694,'_line_tax','0'),(153441,16694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153442,16694,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153443,16695,'method_id','fedex'),(153444,16695,'instance_id','1'),(153445,16695,'cost','11.98'),(153446,16695,'total_tax','0'),(153447,16695,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153448,16695,'Package 1','15.75 × 14.13 × 6 (in) 14.03lbs × 1'),(153449,16695,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 2'),(153450,16696,'_product_id','488'),(153451,16696,'_variation_id','0'),(153452,16696,'_qty','1'),(153453,16696,'_tax_class',''),(153454,16696,'_line_subtotal','31.35'),(153455,16696,'_line_subtotal_tax','0'),(153456,16696,'_line_total','31.35'),(153457,16696,'_line_tax','0'),(153458,16696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153459,16696,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(153460,16697,'_product_id','490'),(153461,16697,'_variation_id','0'),(153462,16697,'_qty','2'),(153463,16697,'_tax_class',''),(153464,16697,'_line_subtotal','39.2'),(153465,16697,'_line_subtotal_tax','0'),(153466,16697,'_line_total','39.2'),(153467,16697,'_line_tax','0'),(153468,16697,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153469,16697,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153470,16698,'method_id','fedex'),(153471,16698,'instance_id','1'),(153472,16698,'cost','11.98'),(153473,16698,'total_tax','0'),(153474,16698,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153475,16698,'Package 1','15.75 × 14.13 × 6 (in) 14.03lbs × 1'),(153476,16698,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 2'),(153477,16699,'_product_id','2110'),(153478,16699,'_variation_id','0'),(153479,16699,'_qty','2'),(153480,16699,'_tax_class',''),(153481,16699,'_line_subtotal','142.8'),(153482,16699,'_line_subtotal_tax','0'),(153483,16699,'_line_total','142.8'),(153484,16699,'_line_tax','0'),(153485,16699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153486,16699,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153487,16700,'_product_id','2113'),(153488,16700,'_variation_id','0'),(153489,16700,'_qty','2'),(153490,16700,'_tax_class',''),(153491,16700,'_line_subtotal','344'),(153492,16700,'_line_subtotal_tax','0'),(153493,16700,'_line_total','344'),(153494,16700,'_line_tax','0'),(153495,16700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153496,16700,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153497,16701,'_product_id','41'),(153498,16701,'_variation_id','0'),(153499,16701,'_qty','3'),(153500,16701,'_tax_class',''),(153501,16701,'_line_subtotal','199.44'),(153502,16701,'_line_subtotal_tax','0'),(153503,16701,'_line_total','199.44'),(153504,16701,'_line_tax','0'),(153505,16701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153506,16701,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153507,16702,'_product_id','120'),(153508,16702,'_variation_id','0'),(153509,16702,'_qty','2'),(153510,16702,'_tax_class',''),(153511,16702,'_line_subtotal','105.6'),(153512,16702,'_line_subtotal_tax','0'),(153513,16702,'_line_total','105.6'),(153514,16702,'_line_tax','0'),(153515,16702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153516,16702,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(153517,16703,'_product_id','43'),(153518,16703,'_variation_id','0'),(153519,16703,'_qty','3'),(153520,16703,'_tax_class',''),(153521,16703,'_line_subtotal','237.6'),(153522,16703,'_line_subtotal_tax','0'),(153523,16703,'_line_total','237.6'),(153524,16703,'_line_tax','0'),(153525,16703,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153526,16703,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153527,16704,'method_id','advanced_free_shipping'),(153528,16704,'instance_id','0'),(153529,16704,'cost','0.00'),(153530,16704,'total_tax','0'),(153531,16704,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153532,16705,'_product_id','43'),(153533,16705,'_variation_id','0'),(153534,16705,'_qty','4'),(153535,16705,'_tax_class',''),(153536,16705,'_line_subtotal','316.8'),(153537,16705,'_line_subtotal_tax','0'),(153538,16705,'_line_total','316.8'),(153539,16705,'_line_tax','0'),(153540,16705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153541,16705,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153542,16706,'_product_id','23'),(153543,16706,'_variation_id','0'),(153544,16706,'_qty','2'),(153545,16706,'_tax_class',''),(153546,16706,'_line_subtotal','137.08'),(153547,16706,'_line_subtotal_tax','0'),(153548,16706,'_line_total','137.08'),(153549,16706,'_line_tax','0'),(153550,16706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153551,16706,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(153552,16707,'_product_id','490'),(153553,16707,'_variation_id','0'),(153554,16707,'_qty','3'),(153555,16707,'_tax_class',''),(153556,16707,'_line_subtotal','58.8'),(153557,16707,'_line_subtotal_tax','0'),(153558,16707,'_line_total','58.8'),(153559,16707,'_line_tax','0'),(153560,16707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153561,16707,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153562,16708,'method_id','advanced_free_shipping'),(153563,16708,'instance_id','0'),(153564,16708,'cost','0.00'),(153565,16708,'total_tax','0'),(153566,16708,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153567,16709,'_product_id','45'),(153568,16709,'_variation_id','0'),(153569,16709,'_qty','1'),(153570,16709,'_tax_class',''),(153571,16709,'_line_subtotal','42.24'),(153572,16709,'_line_subtotal_tax','0'),(153573,16709,'_line_total','42.24'),(153574,16709,'_line_tax','0'),(153575,16709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153576,16709,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153577,16710,'_product_id','2408'),(153578,16710,'_variation_id','0'),(153579,16710,'_qty','4'),(153580,16710,'_tax_class',''),(153581,16710,'_line_subtotal','597.36'),(153582,16710,'_line_subtotal_tax','0'),(153583,16710,'_line_total','597.36'),(153584,16710,'_line_tax','0'),(153585,16710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153586,16710,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(153587,16711,'_product_id','43'),(153588,16711,'_variation_id','0'),(153589,16711,'_qty','2'),(153590,16711,'_tax_class',''),(153591,16711,'_line_subtotal','158.4'),(153592,16711,'_line_subtotal_tax','0'),(153593,16711,'_line_total','158.4'),(153594,16711,'_line_tax','0'),(153595,16711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153596,16711,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153597,16712,'_product_id','120'),(153598,16712,'_variation_id','0'),(153599,16712,'_qty','2'),(153600,16712,'_tax_class',''),(153601,16712,'_line_subtotal','105.6'),(153602,16712,'_line_subtotal_tax','0'),(153603,16712,'_line_total','105.6'),(153604,16712,'_line_tax','0'),(153605,16712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153606,16712,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(153607,16713,'method_id','advanced_free_shipping'),(153608,16713,'instance_id','0'),(153609,16713,'cost','0.00'),(153610,16713,'total_tax','0'),(153611,16713,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153612,16714,'_product_id','2110'),(153613,16714,'_variation_id','0'),(153614,16714,'_qty','3'),(153615,16714,'_tax_class',''),(153616,16714,'_line_subtotal','214.2'),(153617,16714,'_line_subtotal_tax','0'),(153618,16714,'_line_total','214.2'),(153619,16714,'_line_tax','0'),(153620,16714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153621,16714,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153622,16715,'_product_id','41'),(153623,16715,'_variation_id','0'),(153624,16715,'_qty','2'),(153625,16715,'_tax_class',''),(153626,16715,'_line_subtotal','132.96'),(153627,16715,'_line_subtotal_tax','0'),(153628,16715,'_line_total','132.96'),(153629,16715,'_line_tax','0'),(153630,16715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153631,16715,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153632,16716,'_product_id','45'),(153633,16716,'_variation_id','0'),(153634,16716,'_qty','3'),(153635,16716,'_tax_class',''),(153636,16716,'_line_subtotal','126.72'),(153637,16716,'_line_subtotal_tax','0'),(153638,16716,'_line_total','126.72'),(153639,16716,'_line_tax','0'),(153640,16716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153641,16716,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153642,16717,'_product_id','39'),(153643,16717,'_variation_id','0'),(153644,16717,'_qty','1'),(153645,16717,'_tax_class',''),(153646,16717,'_line_subtotal','79.2'),(153647,16717,'_line_subtotal_tax','0'),(153648,16717,'_line_total','79.2'),(153649,16717,'_line_tax','0'),(153650,16717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153651,16717,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(153652,16718,'_product_id','40'),(153653,16718,'_variation_id','0'),(153654,16718,'_qty','1'),(153655,16718,'_tax_class',''),(153656,16718,'_line_subtotal','79.2'),(153657,16718,'_line_subtotal_tax','0'),(153658,16718,'_line_total','79.2'),(153659,16718,'_line_tax','0'),(153660,16718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153661,16718,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(153662,16719,'_product_id','120'),(153663,16719,'_variation_id','0'),(153664,16719,'_qty','1'),(153665,16719,'_tax_class',''),(153666,16719,'_line_subtotal','52.8'),(153667,16719,'_line_subtotal_tax','0'),(153668,16719,'_line_total','52.8'),(153669,16719,'_line_tax','0'),(153670,16719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153671,16719,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(153672,16720,'_product_id','49'),(153673,16720,'_variation_id','0'),(153674,16720,'_qty','2'),(153675,16720,'_tax_class',''),(153676,16720,'_line_subtotal','158.4'),(153677,16720,'_line_subtotal_tax','0'),(153678,16720,'_line_total','158.4'),(153679,16720,'_line_tax','0'),(153680,16720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153681,16720,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(153682,16721,'_product_id','44'),(153683,16721,'_variation_id','0'),(153684,16721,'_qty','1'),(153685,16721,'_tax_class',''),(153686,16721,'_line_subtotal','116.16'),(153687,16721,'_line_subtotal_tax','0'),(153688,16721,'_line_total','116.16'),(153689,16721,'_line_tax','0'),(153690,16721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153691,16721,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(153692,16722,'_product_id','490'),(153693,16722,'_variation_id','0'),(153694,16722,'_qty','10'),(153695,16722,'_tax_class',''),(153696,16722,'_line_subtotal','196'),(153697,16722,'_line_subtotal_tax','0'),(153698,16722,'_line_total','196'),(153699,16722,'_line_tax','0'),(153700,16722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153701,16722,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(153702,16723,'_product_id','2113'),(153703,16723,'_variation_id','0'),(153704,16723,'_qty','1'),(153705,16723,'_tax_class',''),(153706,16723,'_line_subtotal','172'),(153707,16723,'_line_subtotal_tax','0'),(153708,16723,'_line_total','172'),(153709,16723,'_line_tax','0'),(153710,16723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153711,16723,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153712,16724,'method_id','advanced_free_shipping'),(153713,16724,'instance_id','0'),(153714,16724,'cost','0.00'),(153715,16724,'total_tax','0'),(153716,16724,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153717,16725,'_product_id','2110'),(153718,16725,'_variation_id','0'),(153719,16725,'_qty','3'),(153720,16725,'_tax_class',''),(153721,16725,'_line_subtotal','214.2'),(153722,16725,'_line_subtotal_tax','0'),(153723,16725,'_line_total','214.2'),(153724,16725,'_line_tax','0'),(153725,16725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153726,16725,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153727,16726,'_product_id','41'),(153728,16726,'_variation_id','0'),(153729,16726,'_qty','4'),(153730,16726,'_tax_class',''),(153731,16726,'_line_subtotal','265.92'),(153732,16726,'_line_subtotal_tax','0'),(153733,16726,'_line_total','265.92'),(153734,16726,'_line_tax','0'),(153735,16726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153736,16726,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153737,16727,'_product_id','45'),(153738,16727,'_variation_id','0'),(153739,16727,'_qty','2'),(153740,16727,'_tax_class',''),(153741,16727,'_line_subtotal','84.48'),(153742,16727,'_line_subtotal_tax','0'),(153743,16727,'_line_total','84.48'),(153744,16727,'_line_tax','0'),(153745,16727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153746,16727,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153747,16728,'_product_id','49'),(153748,16728,'_variation_id','0'),(153749,16728,'_qty','3'),(153750,16728,'_tax_class',''),(153751,16728,'_line_subtotal','237.6'),(153752,16728,'_line_subtotal_tax','0'),(153753,16728,'_line_total','237.6'),(153754,16728,'_line_tax','0'),(153755,16728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153756,16728,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(153757,16729,'_product_id','44'),(153758,16729,'_variation_id','0'),(153759,16729,'_qty','1'),(153760,16729,'_tax_class',''),(153761,16729,'_line_subtotal','116.16'),(153762,16729,'_line_subtotal_tax','0'),(153763,16729,'_line_total','116.16'),(153764,16729,'_line_tax','0'),(153765,16729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153766,16729,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(153767,16730,'_product_id','133'),(153768,16730,'_variation_id','0'),(153769,16730,'_qty','2'),(153770,16730,'_tax_class',''),(153771,16730,'_line_subtotal','28.6'),(153772,16730,'_line_subtotal_tax','0'),(153773,16730,'_line_total','28.6'),(153774,16730,'_line_tax','0'),(153775,16730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153776,16730,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(153777,16731,'method_id','advanced_free_shipping'),(153778,16731,'instance_id','0'),(153779,16731,'cost','0.00'),(153780,16731,'total_tax','0'),(153781,16731,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153782,16732,'_product_id','2110'),(153783,16732,'_variation_id','0'),(153784,16732,'_qty','2'),(153785,16732,'_tax_class',''),(153786,16732,'_line_subtotal','142.8'),(153787,16732,'_line_subtotal_tax','0'),(153788,16732,'_line_total','142.8'),(153789,16732,'_line_tax','0'),(153790,16732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153791,16732,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153792,16733,'_product_id','2113'),(153793,16733,'_variation_id','0'),(153794,16733,'_qty','1'),(153795,16733,'_tax_class',''),(153796,16733,'_line_subtotal','172'),(153797,16733,'_line_subtotal_tax','0'),(153798,16733,'_line_total','172'),(153799,16733,'_line_tax','0'),(153800,16733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153801,16733,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153802,16734,'_product_id','41'),(153803,16734,'_variation_id','0'),(153804,16734,'_qty','2'),(153805,16734,'_tax_class',''),(153806,16734,'_line_subtotal','132.96'),(153807,16734,'_line_subtotal_tax','0'),(153808,16734,'_line_total','132.96'),(153809,16734,'_line_tax','0'),(153810,16734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153811,16734,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153812,16735,'_product_id','45'),(153813,16735,'_variation_id','0'),(153814,16735,'_qty','1'),(153815,16735,'_tax_class',''),(153816,16735,'_line_subtotal','42.24'),(153817,16735,'_line_subtotal_tax','0'),(153818,16735,'_line_total','42.24'),(153819,16735,'_line_tax','0'),(153820,16735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153821,16735,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153822,16736,'_product_id','120'),(153823,16736,'_variation_id','0'),(153824,16736,'_qty','2'),(153825,16736,'_tax_class',''),(153826,16736,'_line_subtotal','105.6'),(153827,16736,'_line_subtotal_tax','0'),(153828,16736,'_line_total','105.6'),(153829,16736,'_line_tax','0'),(153830,16736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153831,16736,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(153832,16737,'_product_id','43'),(153833,16737,'_variation_id','0'),(153834,16737,'_qty','3'),(153835,16737,'_tax_class',''),(153836,16737,'_line_subtotal','237.6'),(153837,16737,'_line_subtotal_tax','0'),(153838,16737,'_line_total','237.6'),(153839,16737,'_line_tax','0'),(153840,16737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153841,16737,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153842,16738,'method_id','advanced_free_shipping'),(153843,16738,'instance_id','0'),(153844,16738,'cost','0.00'),(153845,16738,'total_tax','0'),(153846,16738,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153847,16739,'_product_id','41'),(153848,16739,'_variation_id','0'),(153849,16739,'_qty','1'),(153850,16739,'_tax_class',''),(153851,16739,'_line_subtotal','66.48'),(153852,16739,'_line_subtotal_tax','0'),(153853,16739,'_line_total','66.48'),(153854,16739,'_line_tax','0'),(153855,16739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153856,16739,'_wcms_cart_key','78bf6ef55f7c8f78a037096356c3e1cf'),(153857,16740,'_product_id','42'),(153858,16740,'_variation_id','0'),(153859,16740,'_qty','1'),(153860,16740,'_tax_class',''),(153861,16740,'_line_subtotal','79.2'),(153862,16740,'_line_subtotal_tax','0'),(153863,16740,'_line_total','79.2'),(153864,16740,'_line_tax','0'),(153865,16740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153866,16740,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(153867,16741,'_product_id','120'),(153868,16741,'_variation_id','0'),(153869,16741,'_qty','1'),(153870,16741,'_tax_class',''),(153871,16741,'_line_subtotal','52.8'),(153872,16741,'_line_subtotal_tax','0'),(153873,16741,'_line_total','52.8'),(153874,16741,'_line_tax','0'),(153875,16741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153876,16741,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(153877,16742,'_product_id','43'),(153878,16742,'_variation_id','0'),(153879,16742,'_qty','2'),(153880,16742,'_tax_class',''),(153881,16742,'_line_subtotal','158.4'),(153882,16742,'_line_subtotal_tax','0'),(153883,16742,'_line_total','158.4'),(153884,16742,'_line_tax','0'),(153885,16742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153886,16742,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153887,16743,'_product_id','2110'),(153888,16743,'_variation_id','0'),(153889,16743,'_qty','1'),(153890,16743,'_tax_class',''),(153891,16743,'_line_subtotal','71.4'),(153892,16743,'_line_subtotal_tax','0'),(153893,16743,'_line_total','71.4'),(153894,16743,'_line_tax','0'),(153895,16743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153896,16743,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153897,16744,'_product_id','2113'),(153898,16744,'_variation_id','0'),(153899,16744,'_qty','1'),(153900,16744,'_tax_class',''),(153901,16744,'_line_subtotal','172'),(153902,16744,'_line_subtotal_tax','0'),(153903,16744,'_line_total','172'),(153904,16744,'_line_tax','0'),(153905,16744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153906,16744,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153907,16745,'_product_id','487'),(153908,16745,'_variation_id','0'),(153909,16745,'_qty','1'),(153910,16745,'_tax_class',''),(153911,16745,'_line_subtotal','31.35'),(153912,16745,'_line_subtotal_tax','0'),(153913,16745,'_line_total','31.35'),(153914,16745,'_line_tax','0'),(153915,16745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153916,16745,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(153917,16746,'_product_id','45'),(153918,16746,'_variation_id','0'),(153919,16746,'_qty','3'),(153920,16746,'_tax_class',''),(153921,16746,'_line_subtotal','126.72'),(153922,16746,'_line_subtotal_tax','0'),(153923,16746,'_line_total','126.72'),(153924,16746,'_line_tax','0'),(153925,16746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153926,16746,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153927,16747,'method_id','advanced_free_shipping'),(153928,16747,'instance_id','0'),(153929,16747,'cost','0.00'),(153930,16747,'total_tax','0'),(153931,16747,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153932,16748,'_product_id','43'),(153933,16748,'_variation_id','0'),(153934,16748,'_qty','1'),(153935,16748,'_tax_class',''),(153936,16748,'_line_subtotal','79.2'),(153937,16748,'_line_subtotal_tax','0'),(153938,16748,'_line_total','79.2'),(153939,16748,'_line_tax','0'),(153940,16748,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153941,16748,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(153942,16749,'_product_id','45'),(153943,16749,'_variation_id','0'),(153944,16749,'_qty','1'),(153945,16749,'_tax_class',''),(153946,16749,'_line_subtotal','42.24'),(153947,16749,'_line_subtotal_tax','0'),(153948,16749,'_line_total','42.24'),(153949,16749,'_line_tax','0'),(153950,16749,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153951,16749,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(153952,16750,'_product_id','2110'),(153953,16750,'_variation_id','0'),(153954,16750,'_qty','1'),(153955,16750,'_tax_class',''),(153956,16750,'_line_subtotal','71.4'),(153957,16750,'_line_subtotal_tax','0'),(153958,16750,'_line_total','71.4'),(153959,16750,'_line_tax','0'),(153960,16750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153961,16750,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(153962,16751,'_product_id','2113'),(153963,16751,'_variation_id','0'),(153964,16751,'_qty','2'),(153965,16751,'_tax_class',''),(153966,16751,'_line_subtotal','344'),(153967,16751,'_line_subtotal_tax','0'),(153968,16751,'_line_total','344'),(153969,16751,'_line_tax','0'),(153970,16751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153971,16751,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(153972,16752,'_product_id','41'),(153973,16752,'_variation_id','0'),(153974,16752,'_qty','1'),(153975,16752,'_tax_class',''),(153976,16752,'_line_subtotal','66.48'),(153977,16752,'_line_subtotal_tax','0'),(153978,16752,'_line_total','66.48'),(153979,16752,'_line_tax','0'),(153980,16752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153981,16752,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(153982,16753,'method_id','advanced_free_shipping'),(153983,16753,'instance_id','0'),(153984,16753,'cost','0.00'),(153985,16753,'total_tax','0'),(153986,16753,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(153987,16754,'_product_id','39'),(153988,16754,'_variation_id','0'),(153989,16754,'_qty','2'),(153990,16754,'_tax_class',''),(153991,16754,'_line_subtotal','158.4'),(153992,16754,'_line_subtotal_tax','0'),(153993,16754,'_line_total','158.4'),(153994,16754,'_line_tax','0'),(153995,16754,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(153996,16754,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(153997,16755,'_product_id','42'),(153998,16755,'_variation_id','0'),(153999,16755,'_qty','2'),(154000,16755,'_tax_class',''),(154001,16755,'_line_subtotal','158.4'),(154002,16755,'_line_subtotal_tax','0'),(154003,16755,'_line_total','158.4'),(154004,16755,'_line_tax','0'),(154005,16755,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154006,16755,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(154007,16756,'_product_id','43'),(154008,16756,'_variation_id','0'),(154009,16756,'_qty','3'),(154010,16756,'_tax_class',''),(154011,16756,'_line_subtotal','237.6'),(154012,16756,'_line_subtotal_tax','0'),(154013,16756,'_line_total','237.6'),(154014,16756,'_line_tax','0'),(154015,16756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154016,16756,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154017,16757,'_product_id','45'),(154018,16757,'_variation_id','0'),(154019,16757,'_qty','4'),(154020,16757,'_tax_class',''),(154021,16757,'_line_subtotal','168.96'),(154022,16757,'_line_subtotal_tax','0'),(154023,16757,'_line_total','168.96'),(154024,16757,'_line_tax','0'),(154025,16757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154026,16757,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(154027,16758,'_product_id','2110'),(154028,16758,'_variation_id','0'),(154029,16758,'_qty','2'),(154030,16758,'_tax_class',''),(154031,16758,'_line_subtotal','142.8'),(154032,16758,'_line_subtotal_tax','0'),(154033,16758,'_line_total','142.8'),(154034,16758,'_line_tax','0'),(154035,16758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154036,16758,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154037,16759,'_product_id','2113'),(154038,16759,'_variation_id','0'),(154039,16759,'_qty','2'),(154040,16759,'_tax_class',''),(154041,16759,'_line_subtotal','344'),(154042,16759,'_line_subtotal_tax','0'),(154043,16759,'_line_total','344'),(154044,16759,'_line_tax','0'),(154045,16759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154046,16759,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(154047,16760,'_product_id','41'),(154048,16760,'_variation_id','0'),(154049,16760,'_qty','2'),(154050,16760,'_tax_class',''),(154051,16760,'_line_subtotal','132.96'),(154052,16760,'_line_subtotal_tax','0'),(154053,16760,'_line_total','132.96'),(154054,16760,'_line_tax','0'),(154055,16760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154056,16760,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154057,16761,'_product_id','488'),(154058,16761,'_variation_id','0'),(154059,16761,'_qty','1'),(154060,16761,'_tax_class',''),(154061,16761,'_line_subtotal','31.35'),(154062,16761,'_line_subtotal_tax','0'),(154063,16761,'_line_total','31.35'),(154064,16761,'_line_tax','0'),(154065,16761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154066,16761,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(154067,16762,'_product_id','487'),(154068,16762,'_variation_id','0'),(154069,16762,'_qty','1'),(154070,16762,'_tax_class',''),(154071,16762,'_line_subtotal','31.35'),(154072,16762,'_line_subtotal_tax','0'),(154073,16762,'_line_total','31.35'),(154074,16762,'_line_tax','0'),(154075,16762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154076,16762,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(154077,16763,'_product_id','40'),(154078,16763,'_variation_id','0'),(154079,16763,'_qty','1'),(154080,16763,'_tax_class',''),(154081,16763,'_line_subtotal','79.2'),(154082,16763,'_line_subtotal_tax','0'),(154083,16763,'_line_total','79.2'),(154084,16763,'_line_tax','0'),(154085,16763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154086,16763,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(154087,16764,'_product_id','49'),(154088,16764,'_variation_id','0'),(154089,16764,'_qty','1'),(154090,16764,'_tax_class',''),(154091,16764,'_line_subtotal','79.2'),(154092,16764,'_line_subtotal_tax','0'),(154093,16764,'_line_total','79.2'),(154094,16764,'_line_tax','0'),(154095,16764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154096,16764,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154097,16765,'method_id','advanced_free_shipping'),(154098,16765,'instance_id','0'),(154099,16765,'cost','0.00'),(154100,16765,'total_tax','0'),(154101,16765,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154102,16766,'_product_id','41'),(154103,16766,'_variation_id','0'),(154104,16766,'_qty','2'),(154105,16766,'_tax_class',''),(154106,16766,'_line_subtotal','132.96'),(154107,16766,'_line_subtotal_tax','0'),(154108,16766,'_line_total','132.96'),(154109,16766,'_line_tax','0'),(154110,16766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154111,16766,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154112,16767,'_product_id','43'),(154113,16767,'_variation_id','0'),(154114,16767,'_qty','1'),(154115,16767,'_tax_class',''),(154116,16767,'_line_subtotal','79.2'),(154117,16767,'_line_subtotal_tax','0'),(154118,16767,'_line_total','79.2'),(154119,16767,'_line_tax','0'),(154120,16767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154121,16767,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154122,16768,'_product_id','2113'),(154123,16768,'_variation_id','0'),(154124,16768,'_qty','2'),(154125,16768,'_tax_class',''),(154126,16768,'_line_subtotal','344'),(154127,16768,'_line_subtotal_tax','0'),(154128,16768,'_line_total','344'),(154129,16768,'_line_tax','0'),(154130,16768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154131,16768,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(154132,16769,'_product_id','103'),(154133,16769,'_variation_id','0'),(154134,16769,'_qty','1'),(154135,16769,'_tax_class',''),(154136,16769,'_line_subtotal','8.4'),(154137,16769,'_line_subtotal_tax','0'),(154138,16769,'_line_total','8.4'),(154139,16769,'_line_tax','0'),(154140,16769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154141,16769,'_wcms_cart_key','6974ce5ac660610b44d9b9fed0ff9548'),(154142,16770,'method_id','advanced_free_shipping'),(154143,16770,'instance_id','0'),(154144,16770,'cost','0.00'),(154145,16770,'total_tax','0'),(154146,16770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154147,16771,'_product_id','2408'),(154148,16771,'_variation_id','0'),(154149,16771,'_qty','1'),(154150,16771,'_tax_class',''),(154151,16771,'_line_subtotal','149.34'),(154152,16771,'_line_subtotal_tax','0'),(154153,16771,'_line_total','149.34'),(154154,16771,'_line_tax','0'),(154155,16771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154156,16771,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(154157,16772,'_product_id','43'),(154158,16772,'_variation_id','0'),(154159,16772,'_qty','1'),(154160,16772,'_tax_class',''),(154161,16772,'_line_subtotal','79.2'),(154162,16772,'_line_subtotal_tax','0'),(154163,16772,'_line_total','79.2'),(154164,16772,'_line_tax','0'),(154165,16772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154166,16772,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154167,16773,'_product_id','49'),(154168,16773,'_variation_id','0'),(154169,16773,'_qty','1'),(154170,16773,'_tax_class',''),(154171,16773,'_line_subtotal','79.2'),(154172,16773,'_line_subtotal_tax','0'),(154173,16773,'_line_total','79.2'),(154174,16773,'_line_tax','0'),(154175,16773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154176,16773,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154177,16774,'_product_id','490'),(154178,16774,'_variation_id','0'),(154179,16774,'_qty','10'),(154180,16774,'_tax_class',''),(154181,16774,'_line_subtotal','196'),(154182,16774,'_line_subtotal_tax','0'),(154183,16774,'_line_total','196'),(154184,16774,'_line_tax','0'),(154185,16774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154186,16774,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154187,16775,'method_id','advanced_free_shipping'),(154188,16775,'instance_id','0'),(154189,16775,'cost','0.00'),(154190,16775,'total_tax','0'),(154191,16775,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154192,16776,'_product_id','490'),(154193,16776,'_variation_id','0'),(154194,16776,'_qty','4'),(154195,16776,'_tax_class',''),(154196,16776,'_line_subtotal','78.4'),(154197,16776,'_line_subtotal_tax','0'),(154198,16776,'_line_total','78.4'),(154199,16776,'_line_tax','0'),(154200,16776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154201,16776,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154202,16777,'_product_id','2110'),(154203,16777,'_variation_id','0'),(154204,16777,'_qty','2'),(154205,16777,'_tax_class',''),(154206,16777,'_line_subtotal','142.8'),(154207,16777,'_line_subtotal_tax','0'),(154208,16777,'_line_total','142.8'),(154209,16777,'_line_tax','0'),(154210,16777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154211,16777,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154212,16778,'_product_id','43'),(154213,16778,'_variation_id','0'),(154214,16778,'_qty','2'),(154215,16778,'_tax_class',''),(154216,16778,'_line_subtotal','158.4'),(154217,16778,'_line_subtotal_tax','0'),(154218,16778,'_line_total','158.4'),(154219,16778,'_line_tax','0'),(154220,16778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154221,16778,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154222,16779,'_product_id','488'),(154223,16779,'_variation_id','0'),(154224,16779,'_qty','1'),(154225,16779,'_tax_class',''),(154226,16779,'_line_subtotal','31.35'),(154227,16779,'_line_subtotal_tax','0'),(154228,16779,'_line_total','31.35'),(154229,16779,'_line_tax','0'),(154230,16779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154231,16779,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(154232,16780,'_product_id','49'),(154233,16780,'_variation_id','0'),(154234,16780,'_qty','2'),(154235,16780,'_tax_class',''),(154236,16780,'_line_subtotal','158.4'),(154237,16780,'_line_subtotal_tax','0'),(154238,16780,'_line_total','158.4'),(154239,16780,'_line_tax','0'),(154240,16780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154241,16780,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154242,16781,'_product_id','41'),(154243,16781,'_variation_id','0'),(154244,16781,'_qty','1'),(154245,16781,'_tax_class',''),(154246,16781,'_line_subtotal','66.48'),(154247,16781,'_line_subtotal_tax','0'),(154248,16781,'_line_total','66.48'),(154249,16781,'_line_tax','0'),(154250,16781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154251,16781,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154252,16782,'method_id','advanced_free_shipping'),(154253,16782,'instance_id','0'),(154254,16782,'cost','0.00'),(154255,16782,'total_tax','0'),(154256,16782,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154257,16783,'_product_id','2110'),(154258,16783,'_variation_id','0'),(154259,16783,'_qty','1'),(154260,16783,'_tax_class',''),(154261,16783,'_line_subtotal','71.4'),(154262,16783,'_line_subtotal_tax','0'),(154263,16783,'_line_total','71.4'),(154264,16783,'_line_tax','0'),(154265,16783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154266,16783,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154267,16784,'_product_id','41'),(154268,16784,'_variation_id','0'),(154269,16784,'_qty','2'),(154270,16784,'_tax_class',''),(154271,16784,'_line_subtotal','132.96'),(154272,16784,'_line_subtotal_tax','0'),(154273,16784,'_line_total','132.96'),(154274,16784,'_line_tax','0'),(154275,16784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154276,16784,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154277,16785,'_product_id','42'),(154278,16785,'_variation_id','0'),(154279,16785,'_qty','1'),(154280,16785,'_tax_class',''),(154281,16785,'_line_subtotal','79.2'),(154282,16785,'_line_subtotal_tax','0'),(154283,16785,'_line_total','79.2'),(154284,16785,'_line_tax','0'),(154285,16785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154286,16785,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(154287,16786,'_product_id','2400'),(154288,16786,'_variation_id','0'),(154289,16786,'_qty','1'),(154290,16786,'_tax_class',''),(154291,16786,'_line_subtotal','186.3'),(154292,16786,'_line_subtotal_tax','0'),(154293,16786,'_line_total','186.3'),(154294,16786,'_line_tax','0'),(154295,16786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154296,16786,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(154297,16787,'_product_id','49'),(154298,16787,'_variation_id','0'),(154299,16787,'_qty','1'),(154300,16787,'_tax_class',''),(154301,16787,'_line_subtotal','79.2'),(154302,16787,'_line_subtotal_tax','0'),(154303,16787,'_line_total','79.2'),(154304,16787,'_line_tax','0'),(154305,16787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154306,16787,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154307,16788,'_product_id','44'),(154308,16788,'_variation_id','0'),(154309,16788,'_qty','1'),(154310,16788,'_tax_class',''),(154311,16788,'_line_subtotal','116.16'),(154312,16788,'_line_subtotal_tax','0'),(154313,16788,'_line_total','116.16'),(154314,16788,'_line_tax','0'),(154315,16788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154316,16788,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(154317,16789,'_product_id','490'),(154318,16789,'_variation_id','0'),(154319,16789,'_qty','4'),(154320,16789,'_tax_class',''),(154321,16789,'_line_subtotal','78.4'),(154322,16789,'_line_subtotal_tax','0'),(154323,16789,'_line_total','78.4'),(154324,16789,'_line_tax','0'),(154325,16789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154326,16789,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154327,16790,'_product_id','487'),(154328,16790,'_variation_id','0'),(154329,16790,'_qty','1'),(154330,16790,'_tax_class',''),(154331,16790,'_line_subtotal','31.35'),(154332,16790,'_line_subtotal_tax','0'),(154333,16790,'_line_total','31.35'),(154334,16790,'_line_tax','0'),(154335,16790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154336,16790,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(154337,16791,'method_id','advanced_free_shipping'),(154338,16791,'instance_id','0'),(154339,16791,'cost','0.00'),(154340,16791,'total_tax','0'),(154341,16791,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154342,16792,'_product_id','41'),(154343,16792,'_variation_id','0'),(154344,16792,'_qty','1'),(154345,16792,'_tax_class',''),(154346,16792,'_line_subtotal','66.48'),(154347,16792,'_line_subtotal_tax','0'),(154348,16792,'_line_total','66.48'),(154349,16792,'_line_tax','0'),(154350,16792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154351,16792,'_wcms_cart_key','1265b6bc8faa6bc18462539fd344d215'),(154352,16793,'_product_id','2110'),(154353,16793,'_variation_id','0'),(154354,16793,'_qty','1'),(154355,16793,'_tax_class',''),(154356,16793,'_line_subtotal','71.4'),(154357,16793,'_line_subtotal_tax','0'),(154358,16793,'_line_total','71.4'),(154359,16793,'_line_tax','0'),(154360,16793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154361,16793,'_wcms_cart_key','dd92ab180c7c280054c1efe386d917e9'),(154362,16794,'_product_id','39'),(154363,16794,'_variation_id','0'),(154364,16794,'_qty','1'),(154365,16794,'_tax_class',''),(154366,16794,'_line_subtotal','79.2'),(154367,16794,'_line_subtotal_tax','0'),(154368,16794,'_line_total','79.2'),(154369,16794,'_line_tax','0'),(154370,16794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154371,16794,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(154372,16795,'_product_id','40'),(154373,16795,'_variation_id','0'),(154374,16795,'_qty','1'),(154375,16795,'_tax_class',''),(154376,16795,'_line_subtotal','79.2'),(154377,16795,'_line_subtotal_tax','0'),(154378,16795,'_line_total','79.2'),(154379,16795,'_line_tax','0'),(154380,16795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154381,16795,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(154382,16796,'_product_id','43'),(154383,16796,'_variation_id','0'),(154384,16796,'_qty','1'),(154385,16796,'_tax_class',''),(154386,16796,'_line_subtotal','79.2'),(154387,16796,'_line_subtotal_tax','0'),(154388,16796,'_line_total','79.2'),(154389,16796,'_line_tax','0'),(154390,16796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154391,16796,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154392,16797,'_product_id','490'),(154393,16797,'_variation_id','0'),(154394,16797,'_qty','3'),(154395,16797,'_tax_class',''),(154396,16797,'_line_subtotal','58.8'),(154397,16797,'_line_subtotal_tax','0'),(154398,16797,'_line_total','58.8'),(154399,16797,'_line_tax','0'),(154400,16797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154401,16797,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154402,16798,'method_id','fedex'),(154403,16798,'instance_id','1'),(154404,16798,'cost','16.81'),(154405,16798,'total_tax','0'),(154406,16798,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154407,16798,'Package 1','17 × 14 × 10 (in) 39.8lbs × 1'),(154408,16798,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Shampoo(Case of 12) &times; 1, Preventive Conditioner(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 3'),(154409,16799,'_product_id','23'),(154410,16799,'_variation_id','0'),(154411,16799,'_qty','1'),(154412,16799,'_tax_class',''),(154413,16799,'_line_subtotal','68.54'),(154414,16799,'_line_subtotal_tax','0'),(154415,16799,'_line_total','68.54'),(154416,16799,'_line_tax','0'),(154417,16799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154418,16799,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(154419,16800,'_product_id','44'),(154420,16800,'_variation_id','0'),(154421,16800,'_qty','2'),(154422,16800,'_tax_class',''),(154423,16800,'_line_subtotal','232.32'),(154424,16800,'_line_subtotal_tax','0'),(154425,16800,'_line_total','232.32'),(154426,16800,'_line_tax','0'),(154427,16800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154428,16800,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(154429,16801,'_product_id','490'),(154430,16801,'_variation_id','0'),(154431,16801,'_qty','11'),(154432,16801,'_tax_class',''),(154433,16801,'_line_subtotal','215.6'),(154434,16801,'_line_subtotal_tax','0'),(154435,16801,'_line_total','215.6'),(154436,16801,'_line_tax','0'),(154437,16801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154438,16801,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154439,16802,'method_id','advanced_free_shipping'),(154440,16802,'instance_id','0'),(154441,16802,'cost','0.00'),(154442,16802,'total_tax','0'),(154443,16802,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154444,16803,'_product_id','2408'),(154445,16803,'_variation_id','0'),(154446,16803,'_qty','1'),(154447,16803,'_tax_class',''),(154448,16803,'_line_subtotal','149.34'),(154449,16803,'_line_subtotal_tax','0'),(154450,16803,'_line_total','149.34'),(154451,16803,'_line_tax','0'),(154452,16803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154453,16803,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(154454,16804,'_product_id','43'),(154455,16804,'_variation_id','0'),(154456,16804,'_qty','1'),(154457,16804,'_tax_class',''),(154458,16804,'_line_subtotal','79.2'),(154459,16804,'_line_subtotal_tax','0'),(154460,16804,'_line_total','79.2'),(154461,16804,'_line_tax','0'),(154462,16804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154463,16804,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154464,16805,'_product_id','49'),(154465,16805,'_variation_id','0'),(154466,16805,'_qty','1'),(154467,16805,'_tax_class',''),(154468,16805,'_line_subtotal','79.2'),(154469,16805,'_line_subtotal_tax','0'),(154470,16805,'_line_total','79.2'),(154471,16805,'_line_tax','0'),(154472,16805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154473,16805,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154474,16806,'_product_id','490'),(154475,16806,'_variation_id','0'),(154476,16806,'_qty','20'),(154477,16806,'_tax_class',''),(154478,16806,'_line_subtotal','392'),(154479,16806,'_line_subtotal_tax','0'),(154480,16806,'_line_total','392'),(154481,16806,'_line_tax','0'),(154482,16806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154483,16806,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154484,16807,'_product_id','2110'),(154485,16807,'_variation_id','0'),(154486,16807,'_qty','2'),(154487,16807,'_tax_class',''),(154488,16807,'_line_subtotal','142.8'),(154489,16807,'_line_subtotal_tax','0'),(154490,16807,'_line_total','142.8'),(154491,16807,'_line_tax','0'),(154492,16807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154493,16807,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154494,16808,'_product_id','45'),(154495,16808,'_variation_id','0'),(154496,16808,'_qty','6'),(154497,16808,'_tax_class',''),(154498,16808,'_line_subtotal','253.44'),(154499,16808,'_line_subtotal_tax','0'),(154500,16808,'_line_total','253.44'),(154501,16808,'_line_tax','0'),(154502,16808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154503,16808,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(154504,16809,'_product_id','41'),(154505,16809,'_variation_id','0'),(154506,16809,'_qty','2'),(154507,16809,'_tax_class',''),(154508,16809,'_line_subtotal','132.96'),(154509,16809,'_line_subtotal_tax','0'),(154510,16809,'_line_total','132.96'),(154511,16809,'_line_tax','0'),(154512,16809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154513,16809,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154514,16810,'_product_id','487'),(154515,16810,'_variation_id','0'),(154516,16810,'_qty','2'),(154517,16810,'_tax_class',''),(154518,16810,'_line_subtotal','62.7'),(154519,16810,'_line_subtotal_tax','0'),(154520,16810,'_line_total','62.7'),(154521,16810,'_line_tax','0'),(154522,16810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154523,16810,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(154524,16811,'method_id','advanced_free_shipping'),(154525,16811,'instance_id','0'),(154526,16811,'cost','0.00'),(154527,16811,'total_tax','0'),(154528,16811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154546,16814,'_product_id','41'),(154547,16814,'_variation_id','0'),(154548,16814,'_qty','4'),(154549,16814,'_tax_class',''),(154550,16814,'_line_subtotal','265.92'),(154551,16814,'_line_subtotal_tax','0'),(154552,16814,'_line_total','265.92'),(154553,16814,'_line_tax','0'),(154554,16814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154555,16814,'_wcms_cart_key','91fe0491f5321ea073101ff524bf42c0'),(154556,16815,'method_id','fedex'),(154557,16815,'instance_id','1'),(154558,16815,'cost','14.58'),(154559,16815,'total_tax','0'),(154560,16815,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154561,16815,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(154562,16815,'Items','Professional Lice Comb(Case of 12) &times; 4'),(154563,16816,'_product_id','45'),(154564,16816,'_variation_id','0'),(154565,16816,'_qty','3'),(154566,16816,'_tax_class',''),(154567,16816,'_line_subtotal','126.72'),(154568,16816,'_line_subtotal_tax','0'),(154569,16816,'_line_total','126.72'),(154570,16816,'_line_tax','0'),(154571,16816,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154572,16816,'_wcms_cart_key','e55e7829c0cb4a001a554bcc55d32c8b'),(154573,16817,'_product_id','44'),(154574,16817,'_variation_id','0'),(154575,16817,'_qty','1'),(154576,16817,'_tax_class',''),(154577,16817,'_line_subtotal','116.16'),(154578,16817,'_line_subtotal_tax','0'),(154579,16817,'_line_total','116.16'),(154580,16817,'_line_tax','0'),(154581,16817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154582,16817,'_wcms_cart_key','744c950cadcf4e0a2b0b637eebb152af'),(154583,16818,'_product_id','490'),(154584,16818,'_variation_id','0'),(154585,16818,'_qty','12'),(154586,16818,'_tax_class',''),(154587,16818,'_line_subtotal','235.2'),(154588,16818,'_line_subtotal_tax','0'),(154589,16818,'_line_total','235.2'),(154590,16818,'_line_tax','0'),(154591,16818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154592,16818,'_wcms_cart_key','3c943b775e2cfabe46cd2f1daf1c1fcf'),(154593,16819,'_product_id','2113'),(154594,16819,'_variation_id','0'),(154595,16819,'_qty','1'),(154596,16819,'_tax_class',''),(154597,16819,'_line_subtotal','172'),(154598,16819,'_line_subtotal_tax','0'),(154599,16819,'_line_total','172'),(154600,16819,'_line_tax','0'),(154601,16819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154602,16819,'_wcms_cart_key','26b634265ba27242cff529a7e33c5084'),(154603,16820,'_product_id','488'),(154604,16820,'_variation_id','0'),(154605,16820,'_qty','3'),(154606,16820,'_tax_class',''),(154607,16820,'_line_subtotal','94.05'),(154608,16820,'_line_subtotal_tax','0'),(154609,16820,'_line_total','94.05'),(154610,16820,'_line_tax','0'),(154611,16820,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154612,16820,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(154613,16821,'_product_id','487'),(154614,16821,'_variation_id','0'),(154615,16821,'_qty','3'),(154616,16821,'_tax_class',''),(154617,16821,'_line_subtotal','94.05'),(154618,16821,'_line_subtotal_tax','0'),(154619,16821,'_line_total','94.05'),(154620,16821,'_line_tax','0'),(154621,16821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154622,16821,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(154623,16822,'method_id','advanced_free_shipping'),(154624,16822,'instance_id','0'),(154625,16822,'cost','0.00'),(154626,16822,'total_tax','0'),(154627,16822,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154628,16823,'_product_id','45'),(154629,16823,'_variation_id','0'),(154630,16823,'_qty','3'),(154631,16823,'_tax_class',''),(154632,16823,'_line_subtotal','126.72'),(154633,16823,'_line_subtotal_tax','0'),(154634,16823,'_line_total','126.72'),(154635,16823,'_line_tax','0'),(154636,16823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154637,16823,'_wcms_cart_key','4aae035ef2bd2891dcd5f99a02d938bf'),(154638,16824,'_product_id','43'),(154639,16824,'_variation_id','0'),(154640,16824,'_qty','3'),(154641,16824,'_tax_class',''),(154642,16824,'_line_subtotal','237.6'),(154643,16824,'_line_subtotal_tax','0'),(154644,16824,'_line_total','237.6'),(154645,16824,'_line_tax','0'),(154646,16824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154647,16824,'_wcms_cart_key','88b792e5e94aa30fc0868293424dc064'),(154648,16825,'_product_id','490'),(154649,16825,'_variation_id','0'),(154650,16825,'_qty','10'),(154651,16825,'_tax_class',''),(154652,16825,'_line_subtotal','196'),(154653,16825,'_line_subtotal_tax','0'),(154654,16825,'_line_total','196'),(154655,16825,'_line_tax','0'),(154656,16825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154657,16825,'_wcms_cart_key','a400ab694d60ab772c931488f5d8dd8b'),(154658,16826,'_product_id','44'),(154659,16826,'_variation_id','0'),(154660,16826,'_qty','1'),(154661,16826,'_tax_class',''),(154662,16826,'_line_subtotal','116.16'),(154663,16826,'_line_subtotal_tax','0'),(154664,16826,'_line_total','116.16'),(154665,16826,'_line_tax','0'),(154666,16826,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154667,16826,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(154668,16827,'method_id','advanced_free_shipping'),(154669,16827,'instance_id','0'),(154670,16827,'cost','0.00'),(154671,16827,'total_tax','0'),(154672,16827,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154673,16828,'_product_id','44'),(154674,16828,'_variation_id','0'),(154675,16828,'_qty','3'),(154676,16828,'_tax_class',''),(154677,16828,'_line_subtotal','348.48'),(154678,16828,'_line_subtotal_tax','0'),(154679,16828,'_line_total','348.48'),(154680,16828,'_line_tax','0'),(154681,16828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154682,16828,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(154683,16829,'_product_id','120'),(154684,16829,'_variation_id','0'),(154685,16829,'_qty','1'),(154686,16829,'_tax_class',''),(154687,16829,'_line_subtotal','52.8'),(154688,16829,'_line_subtotal_tax','0'),(154689,16829,'_line_total','52.8'),(154690,16829,'_line_tax','0'),(154691,16829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154692,16829,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(154693,16830,'_product_id','23'),(154694,16830,'_variation_id','0'),(154695,16830,'_qty','1'),(154696,16830,'_tax_class',''),(154697,16830,'_line_subtotal','68.54'),(154698,16830,'_line_subtotal_tax','0'),(154699,16830,'_line_total','68.54'),(154700,16830,'_line_tax','0'),(154701,16830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154702,16830,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(154703,16831,'_product_id','490'),(154704,16831,'_variation_id','0'),(154705,16831,'_qty','2'),(154706,16831,'_tax_class',''),(154707,16831,'_line_subtotal','39.2'),(154708,16831,'_line_subtotal_tax','0'),(154709,16831,'_line_total','39.2'),(154710,16831,'_line_tax','0'),(154711,16831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154712,16831,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154713,16832,'method_id','advanced_free_shipping'),(154714,16832,'instance_id','0'),(154715,16832,'cost','0.00'),(154716,16832,'total_tax','0'),(154717,16832,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154718,16833,'_product_id','2110'),(154719,16833,'_variation_id','0'),(154720,16833,'_qty','1'),(154721,16833,'_tax_class',''),(154722,16833,'_line_subtotal','71.4'),(154723,16833,'_line_subtotal_tax','0'),(154724,16833,'_line_total','71.4'),(154725,16833,'_line_tax','0'),(154726,16833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154727,16833,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154728,16834,'_product_id','45'),(154729,16834,'_variation_id','0'),(154730,16834,'_qty','1'),(154731,16834,'_tax_class',''),(154732,16834,'_line_subtotal','42.24'),(154733,16834,'_line_subtotal_tax','0'),(154734,16834,'_line_total','42.24'),(154735,16834,'_line_tax','0'),(154736,16834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154737,16834,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(154738,16835,'_product_id','49'),(154739,16835,'_variation_id','0'),(154740,16835,'_qty','1'),(154741,16835,'_tax_class',''),(154742,16835,'_line_subtotal','79.2'),(154743,16835,'_line_subtotal_tax','0'),(154744,16835,'_line_total','79.2'),(154745,16835,'_line_tax','0'),(154746,16835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154747,16835,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154748,16836,'_product_id','490'),(154749,16836,'_variation_id','0'),(154750,16836,'_qty','10'),(154751,16836,'_tax_class',''),(154752,16836,'_line_subtotal','196'),(154753,16836,'_line_subtotal_tax','0'),(154754,16836,'_line_total','196'),(154755,16836,'_line_tax','0'),(154756,16836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154757,16836,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154758,16837,'_product_id','2113'),(154759,16837,'_variation_id','0'),(154760,16837,'_qty','1'),(154761,16837,'_tax_class',''),(154762,16837,'_line_subtotal','172'),(154763,16837,'_line_subtotal_tax','0'),(154764,16837,'_line_total','172'),(154765,16837,'_line_tax','0'),(154766,16837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154767,16837,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(154768,16838,'method_id','advanced_free_shipping'),(154769,16838,'instance_id','0'),(154770,16838,'cost','0.00'),(154771,16838,'total_tax','0'),(154772,16838,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154773,16839,'_product_id','41'),(154774,16839,'_variation_id','0'),(154775,16839,'_qty','4'),(154776,16839,'_tax_class',''),(154777,16839,'_line_subtotal','265.92'),(154778,16839,'_line_subtotal_tax','0'),(154779,16839,'_line_total','265.92'),(154780,16839,'_line_tax','0'),(154781,16839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154782,16839,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154783,16840,'_product_id','2110'),(154784,16840,'_variation_id','0'),(154785,16840,'_qty','4'),(154786,16840,'_tax_class',''),(154787,16840,'_line_subtotal','285.6'),(154788,16840,'_line_subtotal_tax','0'),(154789,16840,'_line_total','285.6'),(154790,16840,'_line_tax','0'),(154791,16840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154792,16840,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(154793,16841,'_product_id','43'),(154794,16841,'_variation_id','0'),(154795,16841,'_qty','3'),(154796,16841,'_tax_class',''),(154797,16841,'_line_subtotal','237.6'),(154798,16841,'_line_subtotal_tax','0'),(154799,16841,'_line_total','237.6'),(154800,16841,'_line_tax','0'),(154801,16841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154802,16841,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154803,16842,'_product_id','133'),(154804,16842,'_variation_id','0'),(154805,16842,'_qty','10'),(154806,16842,'_tax_class',''),(154807,16842,'_line_subtotal','143'),(154808,16842,'_line_subtotal_tax','0'),(154809,16842,'_line_total','143'),(154810,16842,'_line_tax','0'),(154811,16842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154812,16842,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(154813,16843,'method_id','advanced_free_shipping'),(154814,16843,'instance_id','0'),(154815,16843,'cost','0.00'),(154816,16843,'total_tax','0'),(154817,16843,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154818,16844,'_product_id','2113'),(154819,16844,'_variation_id','0'),(154820,16844,'_qty','1'),(154821,16844,'_tax_class',''),(154822,16844,'_line_subtotal','172'),(154823,16844,'_line_subtotal_tax','0'),(154824,16844,'_line_total','172'),(154825,16844,'_line_tax','0'),(154826,16844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154827,16844,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(154828,16845,'_product_id','120'),(154829,16845,'_variation_id','0'),(154830,16845,'_qty','1'),(154831,16845,'_tax_class',''),(154832,16845,'_line_subtotal','52.8'),(154833,16845,'_line_subtotal_tax','0'),(154834,16845,'_line_total','52.8'),(154835,16845,'_line_tax','0'),(154836,16845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154837,16845,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(154838,16846,'_product_id','116'),(154839,16846,'_variation_id','0'),(154840,16846,'_qty','1'),(154841,16846,'_tax_class',''),(154842,16846,'_line_subtotal','145.44'),(154843,16846,'_line_subtotal_tax','0'),(154844,16846,'_line_total','145.44'),(154845,16846,'_line_tax','0'),(154846,16846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154847,16846,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(154848,16847,'_product_id','41'),(154849,16847,'_variation_id','0'),(154850,16847,'_qty','3'),(154851,16847,'_tax_class',''),(154852,16847,'_line_subtotal','199.44'),(154853,16847,'_line_subtotal_tax','0'),(154854,16847,'_line_total','199.44'),(154855,16847,'_line_tax','0'),(154856,16847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154857,16847,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154858,16848,'_product_id','2400'),(154859,16848,'_variation_id','0'),(154860,16848,'_qty','1'),(154861,16848,'_tax_class',''),(154862,16848,'_line_subtotal','186.3'),(154863,16848,'_line_subtotal_tax','0'),(154864,16848,'_line_total','186.3'),(154865,16848,'_line_tax','0'),(154866,16848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154867,16848,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(154868,16849,'_product_id','45'),(154869,16849,'_variation_id','0'),(154870,16849,'_qty','2'),(154871,16849,'_tax_class',''),(154872,16849,'_line_subtotal','84.48'),(154873,16849,'_line_subtotal_tax','0'),(154874,16849,'_line_total','84.48'),(154875,16849,'_line_tax','0'),(154876,16849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154877,16849,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(154878,16850,'method_id','advanced_free_shipping'),(154879,16850,'instance_id','0'),(154880,16850,'cost','0.00'),(154881,16850,'total_tax','0'),(154882,16850,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154883,16851,'_product_id','23'),(154884,16851,'_variation_id','0'),(154885,16851,'_qty','5'),(154886,16851,'_tax_class',''),(154887,16851,'_line_subtotal','342.7'),(154888,16851,'_line_subtotal_tax','0'),(154889,16851,'_line_total','342.7'),(154890,16851,'_line_tax','0'),(154891,16851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154892,16851,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(154893,16852,'_product_id','116'),(154894,16852,'_variation_id','0'),(154895,16852,'_qty','1'),(154896,16852,'_tax_class',''),(154897,16852,'_line_subtotal','145.44'),(154898,16852,'_line_subtotal_tax','0'),(154899,16852,'_line_total','145.44'),(154900,16852,'_line_tax','0'),(154901,16852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154902,16852,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(154903,16853,'_product_id','490'),(154904,16853,'_variation_id','0'),(154905,16853,'_qty','1'),(154906,16853,'_tax_class',''),(154907,16853,'_line_subtotal','19.6'),(154908,16853,'_line_subtotal_tax','0'),(154909,16853,'_line_total','19.6'),(154910,16853,'_line_tax','0'),(154911,16853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154912,16853,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(154913,16854,'method_id','advanced_free_shipping'),(154914,16854,'instance_id','0'),(154915,16854,'cost','0.00'),(154916,16854,'total_tax','0'),(154917,16854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(154918,16855,'_product_id','41'),(154919,16855,'_variation_id','0'),(154920,16855,'_qty','4'),(154921,16855,'_tax_class',''),(154922,16855,'_line_subtotal','265.92'),(154923,16855,'_line_subtotal_tax','0'),(154924,16855,'_line_total','265.92'),(154925,16855,'_line_tax','0'),(154926,16855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154927,16855,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(154928,16856,'_product_id','45'),(154929,16856,'_variation_id','0'),(154930,16856,'_qty','1'),(154931,16856,'_tax_class',''),(154932,16856,'_line_subtotal','42.24'),(154933,16856,'_line_subtotal_tax','0'),(154934,16856,'_line_total','42.24'),(154935,16856,'_line_tax','0'),(154936,16856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154937,16856,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(154938,16857,'_product_id','39'),(154939,16857,'_variation_id','0'),(154940,16857,'_qty','1'),(154941,16857,'_tax_class',''),(154942,16857,'_line_subtotal','79.2'),(154943,16857,'_line_subtotal_tax','0'),(154944,16857,'_line_total','79.2'),(154945,16857,'_line_tax','0'),(154946,16857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154947,16857,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(154948,16858,'_product_id','40'),(154949,16858,'_variation_id','0'),(154950,16858,'_qty','1'),(154951,16858,'_tax_class',''),(154952,16858,'_line_subtotal','79.2'),(154953,16858,'_line_subtotal_tax','0'),(154954,16858,'_line_total','79.2'),(154955,16858,'_line_tax','0'),(154956,16858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154957,16858,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(154958,16859,'_product_id','120'),(154959,16859,'_variation_id','0'),(154960,16859,'_qty','1'),(154961,16859,'_tax_class',''),(154962,16859,'_line_subtotal','52.8'),(154963,16859,'_line_subtotal_tax','0'),(154964,16859,'_line_total','52.8'),(154965,16859,'_line_tax','0'),(154966,16859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154967,16859,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(154968,16860,'_product_id','43'),(154969,16860,'_variation_id','0'),(154970,16860,'_qty','2'),(154971,16860,'_tax_class',''),(154972,16860,'_line_subtotal','158.4'),(154973,16860,'_line_subtotal_tax','0'),(154974,16860,'_line_total','158.4'),(154975,16860,'_line_tax','0'),(154976,16860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154977,16860,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(154978,16861,'_product_id','49'),(154979,16861,'_variation_id','0'),(154980,16861,'_qty','1'),(154981,16861,'_tax_class',''),(154982,16861,'_line_subtotal','79.2'),(154983,16861,'_line_subtotal_tax','0'),(154984,16861,'_line_total','79.2'),(154985,16861,'_line_tax','0'),(154986,16861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154987,16861,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(154988,16862,'_product_id','44'),(154989,16862,'_variation_id','0'),(154990,16862,'_qty','1'),(154991,16862,'_tax_class',''),(154992,16862,'_line_subtotal','116.16'),(154993,16862,'_line_subtotal_tax','0'),(154994,16862,'_line_total','116.16'),(154995,16862,'_line_tax','0'),(154996,16862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(154997,16862,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(154998,16863,'_product_id','93'),(154999,16863,'_variation_id','0'),(155000,16863,'_qty','8'),(155001,16863,'_tax_class',''),(155002,16863,'_line_subtotal','0'),(155003,16863,'_line_subtotal_tax','0'),(155004,16863,'_line_total','0'),(155005,16863,'_line_tax','0'),(155006,16863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155007,16863,'_wcms_cart_key','98dce83da57b0395e163467c9dae521b'),(155008,16864,'method_id','advanced_free_shipping'),(155009,16864,'instance_id','0'),(155010,16864,'cost','0.00'),(155011,16864,'total_tax','0'),(155012,16864,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155013,16865,'_product_id','2408'),(155014,16865,'_variation_id','0'),(155015,16865,'_qty','1'),(155016,16865,'_tax_class',''),(155017,16865,'_line_subtotal','149.34'),(155018,16865,'_line_subtotal_tax','0'),(155019,16865,'_line_total','149.34'),(155020,16865,'_line_tax','0'),(155021,16865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155022,16865,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(155023,16866,'_product_id','43'),(155024,16866,'_variation_id','0'),(155025,16866,'_qty','1'),(155026,16866,'_tax_class',''),(155027,16866,'_line_subtotal','79.2'),(155028,16866,'_line_subtotal_tax','0'),(155029,16866,'_line_total','79.2'),(155030,16866,'_line_tax','0'),(155031,16866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155032,16866,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(155033,16867,'_product_id','49'),(155034,16867,'_variation_id','0'),(155035,16867,'_qty','2'),(155036,16867,'_tax_class',''),(155037,16867,'_line_subtotal','158.4'),(155038,16867,'_line_subtotal_tax','0'),(155039,16867,'_line_total','158.4'),(155040,16867,'_line_tax','0'),(155041,16867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155042,16867,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155043,16868,'_product_id','490'),(155044,16868,'_variation_id','0'),(155045,16868,'_qty','10'),(155046,16868,'_tax_class',''),(155047,16868,'_line_subtotal','196'),(155048,16868,'_line_subtotal_tax','0'),(155049,16868,'_line_total','196'),(155050,16868,'_line_tax','0'),(155051,16868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155052,16868,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155053,16869,'_product_id','2110'),(155054,16869,'_variation_id','0'),(155055,16869,'_qty','4'),(155056,16869,'_tax_class',''),(155057,16869,'_line_subtotal','285.6'),(155058,16869,'_line_subtotal_tax','0'),(155059,16869,'_line_total','285.6'),(155060,16869,'_line_tax','0'),(155061,16869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155062,16869,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155063,16870,'_product_id','45'),(155064,16870,'_variation_id','0'),(155065,16870,'_qty','3'),(155066,16870,'_tax_class',''),(155067,16870,'_line_subtotal','126.72'),(155068,16870,'_line_subtotal_tax','0'),(155069,16870,'_line_total','126.72'),(155070,16870,'_line_tax','0'),(155071,16870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155072,16870,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155073,16871,'_product_id','41'),(155074,16871,'_variation_id','0'),(155075,16871,'_qty','2'),(155076,16871,'_tax_class',''),(155077,16871,'_line_subtotal','132.96'),(155078,16871,'_line_subtotal_tax','0'),(155079,16871,'_line_total','132.96'),(155080,16871,'_line_tax','0'),(155081,16871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155082,16871,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155083,16872,'_product_id','487'),(155084,16872,'_variation_id','0'),(155085,16872,'_qty','2'),(155086,16872,'_tax_class',''),(155087,16872,'_line_subtotal','62.7'),(155088,16872,'_line_subtotal_tax','0'),(155089,16872,'_line_total','62.7'),(155090,16872,'_line_tax','0'),(155091,16872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155092,16872,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155093,16873,'_product_id','2113'),(155094,16873,'_variation_id','0'),(155095,16873,'_qty','1'),(155096,16873,'_tax_class',''),(155097,16873,'_line_subtotal','172'),(155098,16873,'_line_subtotal_tax','0'),(155099,16873,'_line_total','172'),(155100,16873,'_line_tax','0'),(155101,16873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155102,16873,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155103,16874,'method_id','advanced_free_shipping'),(155104,16874,'instance_id','0'),(155105,16874,'cost','0.00'),(155106,16874,'total_tax','0'),(155107,16874,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155108,16875,'_product_id','45'),(155109,16875,'_variation_id','0'),(155110,16875,'_qty','5'),(155111,16875,'_tax_class',''),(155112,16875,'_line_subtotal','211.2'),(155113,16875,'_line_subtotal_tax','0'),(155114,16875,'_line_total','211.2'),(155115,16875,'_line_tax','0'),(155116,16875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155117,16875,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155118,16876,'_product_id','2113'),(155119,16876,'_variation_id','0'),(155120,16876,'_qty','2'),(155121,16876,'_tax_class',''),(155122,16876,'_line_subtotal','344'),(155123,16876,'_line_subtotal_tax','0'),(155124,16876,'_line_total','344'),(155125,16876,'_line_tax','0'),(155126,16876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155127,16876,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155128,16877,'_product_id','133'),(155129,16877,'_variation_id','0'),(155130,16877,'_qty','4'),(155131,16877,'_tax_class',''),(155132,16877,'_line_subtotal','57.2'),(155133,16877,'_line_subtotal_tax','0'),(155134,16877,'_line_total','57.2'),(155135,16877,'_line_tax','0'),(155136,16877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155137,16877,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(155138,16878,'method_id','advanced_free_shipping'),(155139,16878,'instance_id','0'),(155140,16878,'cost','0.00'),(155141,16878,'total_tax','0'),(155142,16878,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155143,16879,'_product_id','2408'),(155144,16879,'_variation_id','0'),(155145,16879,'_qty','8'),(155146,16879,'_tax_class',''),(155147,16879,'_line_subtotal','1194.72'),(155148,16879,'_line_subtotal_tax','0'),(155149,16879,'_line_total','1194.72'),(155150,16879,'_line_tax','0'),(155151,16879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155152,16879,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(155153,16880,'_product_id','44'),(155154,16880,'_variation_id','0'),(155155,16880,'_qty','1'),(155156,16880,'_tax_class',''),(155157,16880,'_line_subtotal','116.16'),(155158,16880,'_line_subtotal_tax','0'),(155159,16880,'_line_total','116.16'),(155160,16880,'_line_tax','0'),(155161,16880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155162,16880,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(155163,16881,'_product_id','43'),(155164,16881,'_variation_id','0'),(155165,16881,'_qty','3'),(155166,16881,'_tax_class',''),(155167,16881,'_line_subtotal','237.6'),(155168,16881,'_line_subtotal_tax','0'),(155169,16881,'_line_total','237.6'),(155170,16881,'_line_tax','0'),(155171,16881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155172,16881,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(155173,16882,'_product_id','42'),(155174,16882,'_variation_id','0'),(155175,16882,'_qty','1'),(155176,16882,'_tax_class',''),(155177,16882,'_line_subtotal','79.2'),(155178,16882,'_line_subtotal_tax','0'),(155179,16882,'_line_total','79.2'),(155180,16882,'_line_tax','0'),(155181,16882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155182,16882,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(155183,16883,'_product_id','116'),(155184,16883,'_variation_id','0'),(155185,16883,'_qty','1'),(155186,16883,'_tax_class',''),(155187,16883,'_line_subtotal','145.44'),(155188,16883,'_line_subtotal_tax','0'),(155189,16883,'_line_total','145.44'),(155190,16883,'_line_tax','0'),(155191,16883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155192,16883,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(155193,16884,'_product_id','120'),(155194,16884,'_variation_id','0'),(155195,16884,'_qty','1'),(155196,16884,'_tax_class',''),(155197,16884,'_line_subtotal','52.8'),(155198,16884,'_line_subtotal_tax','0'),(155199,16884,'_line_total','52.8'),(155200,16884,'_line_tax','0'),(155201,16884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155202,16884,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(155203,16885,'_product_id','133'),(155204,16885,'_variation_id','0'),(155205,16885,'_qty','10'),(155206,16885,'_tax_class',''),(155207,16885,'_line_subtotal','143'),(155208,16885,'_line_subtotal_tax','0'),(155209,16885,'_line_total','143'),(155210,16885,'_line_tax','0'),(155211,16885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155212,16885,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(155213,16886,'method_id','advanced_free_shipping'),(155214,16886,'instance_id','0'),(155215,16886,'cost','0.00'),(155216,16886,'total_tax','0'),(155217,16886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155218,16887,'_product_id','2113'),(155219,16887,'_variation_id','0'),(155220,16887,'_qty','1'),(155221,16887,'_tax_class',''),(155222,16887,'_line_subtotal','172'),(155223,16887,'_line_subtotal_tax','0'),(155224,16887,'_line_total','172'),(155225,16887,'_line_tax','0'),(155226,16887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155227,16887,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155228,16888,'_product_id','45'),(155229,16888,'_variation_id','0'),(155230,16888,'_qty','2'),(155231,16888,'_tax_class',''),(155232,16888,'_line_subtotal','84.48'),(155233,16888,'_line_subtotal_tax','0'),(155234,16888,'_line_total','84.48'),(155235,16888,'_line_tax','0'),(155236,16888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155237,16888,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155238,16889,'_product_id','41'),(155239,16889,'_variation_id','0'),(155240,16889,'_qty','3'),(155241,16889,'_tax_class',''),(155242,16889,'_line_subtotal','199.44'),(155243,16889,'_line_subtotal_tax','0'),(155244,16889,'_line_total','199.44'),(155245,16889,'_line_tax','0'),(155246,16889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155247,16889,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155248,16890,'_product_id','43'),(155249,16890,'_variation_id','0'),(155250,16890,'_qty','3'),(155251,16890,'_tax_class',''),(155252,16890,'_line_subtotal','237.6'),(155253,16890,'_line_subtotal_tax','0'),(155254,16890,'_line_total','237.6'),(155255,16890,'_line_tax','0'),(155256,16890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155257,16890,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(155258,16891,'_product_id','49'),(155259,16891,'_variation_id','0'),(155260,16891,'_qty','3'),(155261,16891,'_tax_class',''),(155262,16891,'_line_subtotal','237.6'),(155263,16891,'_line_subtotal_tax','0'),(155264,16891,'_line_total','237.6'),(155265,16891,'_line_tax','0'),(155266,16891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155267,16891,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155268,16892,'_product_id','120'),(155269,16892,'_variation_id','0'),(155270,16892,'_qty','1'),(155271,16892,'_tax_class',''),(155272,16892,'_line_subtotal','52.8'),(155273,16892,'_line_subtotal_tax','0'),(155274,16892,'_line_total','52.8'),(155275,16892,'_line_tax','0'),(155276,16892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155277,16892,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(155278,16893,'_product_id','116'),(155279,16893,'_variation_id','0'),(155280,16893,'_qty','1'),(155281,16893,'_tax_class',''),(155282,16893,'_line_subtotal','145.44'),(155283,16893,'_line_subtotal_tax','0'),(155284,16893,'_line_total','145.44'),(155285,16893,'_line_tax','0'),(155286,16893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155287,16893,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(155288,16894,'_product_id','2408'),(155289,16894,'_variation_id','0'),(155290,16894,'_qty','2'),(155291,16894,'_tax_class',''),(155292,16894,'_line_subtotal','298.68'),(155293,16894,'_line_subtotal_tax','0'),(155294,16894,'_line_total','298.68'),(155295,16894,'_line_tax','0'),(155296,16894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155297,16894,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(155298,16895,'_product_id','2400'),(155299,16895,'_variation_id','0'),(155300,16895,'_qty','1'),(155301,16895,'_tax_class',''),(155302,16895,'_line_subtotal','186.3'),(155303,16895,'_line_subtotal_tax','0'),(155304,16895,'_line_total','186.3'),(155305,16895,'_line_tax','0'),(155306,16895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155307,16895,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(155308,16896,'method_id','advanced_free_shipping'),(155309,16896,'instance_id','0'),(155310,16896,'cost','0.00'),(155311,16896,'total_tax','0'),(155312,16896,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155313,16897,'_product_id','41'),(155314,16897,'_variation_id','0'),(155315,16897,'_qty','1'),(155316,16897,'_tax_class',''),(155317,16897,'_line_subtotal','66.48'),(155318,16897,'_line_subtotal_tax','0'),(155319,16897,'_line_total','66.48'),(155320,16897,'_line_tax','0'),(155321,16897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155322,16897,'_wcms_cart_key','1265b6bc8faa6bc18462539fd344d215'),(155323,16898,'_product_id','2110'),(155324,16898,'_variation_id','0'),(155325,16898,'_qty','1'),(155326,16898,'_tax_class',''),(155327,16898,'_line_subtotal','71.4'),(155328,16898,'_line_subtotal_tax','0'),(155329,16898,'_line_total','71.4'),(155330,16898,'_line_tax','0'),(155331,16898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155332,16898,'_wcms_cart_key','dd92ab180c7c280054c1efe386d917e9'),(155333,16899,'_product_id','43'),(155334,16899,'_variation_id','0'),(155335,16899,'_qty','1'),(155336,16899,'_tax_class',''),(155337,16899,'_line_subtotal','79.2'),(155338,16899,'_line_subtotal_tax','0'),(155339,16899,'_line_total','79.2'),(155340,16899,'_line_tax','0'),(155341,16899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155342,16899,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(155343,16900,'_product_id','490'),(155344,16900,'_variation_id','0'),(155345,16900,'_qty','5'),(155346,16900,'_tax_class',''),(155347,16900,'_line_subtotal','98'),(155348,16900,'_line_subtotal_tax','0'),(155349,16900,'_line_total','98'),(155350,16900,'_line_tax','0'),(155351,16900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155352,16900,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155353,16901,'_product_id','487'),(155354,16901,'_variation_id','0'),(155355,16901,'_qty','1'),(155356,16901,'_tax_class',''),(155357,16901,'_line_subtotal','31.35'),(155358,16901,'_line_subtotal_tax','0'),(155359,16901,'_line_total','31.35'),(155360,16901,'_line_tax','0'),(155361,16901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155362,16901,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155363,16902,'method_id','fedex'),(155364,16902,'instance_id','1'),(155365,16902,'cost','15.47'),(155366,16902,'total_tax','0'),(155367,16902,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155368,16902,'Package 1','17 × 14 × 10 (in) 37.1lbs × 1'),(155369,16902,'Items','Professional Lice Comb(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 5, Bulk Mousse 1 Gallon RM &times; 1'),(155370,16903,'_product_id','41'),(155371,16903,'_variation_id','0'),(155372,16903,'_qty','4'),(155373,16903,'_tax_class',''),(155374,16903,'_line_subtotal','265.92'),(155375,16903,'_line_subtotal_tax','0'),(155376,16903,'_line_total','265.92'),(155377,16903,'_line_tax','0'),(155378,16903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155379,16903,'_wcms_cart_key','c83df06f43e226ffc06ebe5bdfa0d3c5'),(155380,16904,'_product_id','49'),(155381,16904,'_variation_id','0'),(155382,16904,'_qty','3'),(155383,16904,'_tax_class',''),(155384,16904,'_line_subtotal','237.6'),(155385,16904,'_line_subtotal_tax','0'),(155386,16904,'_line_total','237.6'),(155387,16904,'_line_tax','0'),(155388,16904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155389,16904,'_wcms_cart_key','417b4200fb5c696398875cac3ef616ba'),(155390,16905,'_product_id','44'),(155391,16905,'_variation_id','0'),(155392,16905,'_qty','2'),(155393,16905,'_tax_class',''),(155394,16905,'_line_subtotal','232.32'),(155395,16905,'_line_subtotal_tax','0'),(155396,16905,'_line_total','232.32'),(155397,16905,'_line_tax','0'),(155398,16905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155399,16905,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(155400,16906,'method_id','advanced_free_shipping'),(155401,16906,'instance_id','0'),(155402,16906,'cost','0.00'),(155403,16906,'total_tax','0'),(155404,16906,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155405,16907,'_product_id','2110'),(155406,16907,'_variation_id','0'),(155407,16907,'_qty','2'),(155408,16907,'_tax_class',''),(155409,16907,'_line_subtotal','142.8'),(155410,16907,'_line_subtotal_tax','0'),(155411,16907,'_line_total','142.8'),(155412,16907,'_line_tax','0'),(155413,16907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155414,16907,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155415,16908,'_product_id','2113'),(155416,16908,'_variation_id','0'),(155417,16908,'_qty','1'),(155418,16908,'_tax_class',''),(155419,16908,'_line_subtotal','172'),(155420,16908,'_line_subtotal_tax','0'),(155421,16908,'_line_total','172'),(155422,16908,'_line_tax','0'),(155423,16908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155424,16908,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155425,16909,'_product_id','41'),(155426,16909,'_variation_id','0'),(155427,16909,'_qty','3'),(155428,16909,'_tax_class',''),(155429,16909,'_line_subtotal','199.44'),(155430,16909,'_line_subtotal_tax','0'),(155431,16909,'_line_total','199.44'),(155432,16909,'_line_tax','0'),(155433,16909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155434,16909,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155435,16910,'_product_id','45'),(155436,16910,'_variation_id','0'),(155437,16910,'_qty','1'),(155438,16910,'_tax_class',''),(155439,16910,'_line_subtotal','42.24'),(155440,16910,'_line_subtotal_tax','0'),(155441,16910,'_line_total','42.24'),(155442,16910,'_line_tax','0'),(155443,16910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155444,16910,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155445,16911,'_product_id','120'),(155446,16911,'_variation_id','0'),(155447,16911,'_qty','1'),(155448,16911,'_tax_class',''),(155449,16911,'_line_subtotal','52.8'),(155450,16911,'_line_subtotal_tax','0'),(155451,16911,'_line_total','52.8'),(155452,16911,'_line_tax','0'),(155453,16911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155454,16911,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(155455,16912,'_product_id','49'),(155456,16912,'_variation_id','0'),(155457,16912,'_qty','2'),(155458,16912,'_tax_class',''),(155459,16912,'_line_subtotal','158.4'),(155460,16912,'_line_subtotal_tax','0'),(155461,16912,'_line_total','158.4'),(155462,16912,'_line_tax','0'),(155463,16912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155464,16912,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155465,16913,'_product_id','490'),(155466,16913,'_variation_id','0'),(155467,16913,'_qty','10'),(155468,16913,'_tax_class',''),(155469,16913,'_line_subtotal','196'),(155470,16913,'_line_subtotal_tax','0'),(155471,16913,'_line_total','196'),(155472,16913,'_line_tax','0'),(155473,16913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155474,16913,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155475,16914,'_product_id','488'),(155476,16914,'_variation_id','0'),(155477,16914,'_qty','2'),(155478,16914,'_tax_class',''),(155479,16914,'_line_subtotal','62.7'),(155480,16914,'_line_subtotal_tax','0'),(155481,16914,'_line_total','62.7'),(155482,16914,'_line_tax','0'),(155483,16914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155484,16914,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155485,16915,'method_id','advanced_free_shipping'),(155486,16915,'instance_id','0'),(155487,16915,'cost','0.00'),(155488,16915,'total_tax','0'),(155489,16915,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155490,16916,'_product_id','2113'),(155491,16916,'_variation_id','0'),(155492,16916,'_qty','1'),(155493,16916,'_tax_class',''),(155494,16916,'_line_subtotal','172'),(155495,16916,'_line_subtotal_tax','0'),(155496,16916,'_line_total','172'),(155497,16916,'_line_tax','0'),(155498,16916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155499,16916,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155500,16917,'_product_id','2110'),(155501,16917,'_variation_id','0'),(155502,16917,'_qty','2'),(155503,16917,'_tax_class',''),(155504,16917,'_line_subtotal','142.8'),(155505,16917,'_line_subtotal_tax','0'),(155506,16917,'_line_total','142.8'),(155507,16917,'_line_tax','0'),(155508,16917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155509,16917,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155510,16918,'_product_id','49'),(155511,16918,'_variation_id','0'),(155512,16918,'_qty','2'),(155513,16918,'_tax_class',''),(155514,16918,'_line_subtotal','158.4'),(155515,16918,'_line_subtotal_tax','0'),(155516,16918,'_line_total','158.4'),(155517,16918,'_line_tax','0'),(155518,16918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155519,16918,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155520,16919,'_product_id','45'),(155521,16919,'_variation_id','0'),(155522,16919,'_qty','2'),(155523,16919,'_tax_class',''),(155524,16919,'_line_subtotal','84.48'),(155525,16919,'_line_subtotal_tax','0'),(155526,16919,'_line_total','84.48'),(155527,16919,'_line_tax','0'),(155528,16919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155529,16919,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155530,16920,'_product_id','41'),(155531,16920,'_variation_id','0'),(155532,16920,'_qty','3'),(155533,16920,'_tax_class',''),(155534,16920,'_line_subtotal','199.44'),(155535,16920,'_line_subtotal_tax','0'),(155536,16920,'_line_total','199.44'),(155537,16920,'_line_tax','0'),(155538,16920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155539,16920,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155540,16921,'_product_id','490'),(155541,16921,'_variation_id','0'),(155542,16921,'_qty','10'),(155543,16921,'_tax_class',''),(155544,16921,'_line_subtotal','196'),(155545,16921,'_line_subtotal_tax','0'),(155546,16921,'_line_total','196'),(155547,16921,'_line_tax','0'),(155548,16921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155549,16921,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155550,16922,'_product_id','488'),(155551,16922,'_variation_id','0'),(155552,16922,'_qty','2'),(155553,16922,'_tax_class',''),(155554,16922,'_line_subtotal','62.7'),(155555,16922,'_line_subtotal_tax','0'),(155556,16922,'_line_total','62.7'),(155557,16922,'_line_tax','0'),(155558,16922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155559,16922,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155560,16923,'_product_id','487'),(155561,16923,'_variation_id','0'),(155562,16923,'_qty','1'),(155563,16923,'_tax_class',''),(155564,16923,'_line_subtotal','31.35'),(155565,16923,'_line_subtotal_tax','0'),(155566,16923,'_line_total','31.35'),(155567,16923,'_line_tax','0'),(155568,16923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155569,16923,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155570,16924,'method_id','advanced_free_shipping'),(155571,16924,'instance_id','0'),(155572,16924,'cost','0.00'),(155573,16924,'total_tax','0'),(155574,16924,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155575,16925,'_product_id','45'),(155576,16925,'_variation_id','0'),(155577,16925,'_qty','2'),(155578,16925,'_tax_class',''),(155579,16925,'_line_subtotal','84.48'),(155580,16925,'_line_subtotal_tax','0'),(155581,16925,'_line_total','84.48'),(155582,16925,'_line_tax','0'),(155583,16925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155584,16925,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155585,16926,'_product_id','41'),(155586,16926,'_variation_id','0'),(155587,16926,'_qty','2'),(155588,16926,'_tax_class',''),(155589,16926,'_line_subtotal','132.96'),(155590,16926,'_line_subtotal_tax','0'),(155591,16926,'_line_total','132.96'),(155592,16926,'_line_tax','0'),(155593,16926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155594,16926,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155595,16927,'_product_id','49'),(155596,16927,'_variation_id','0'),(155597,16927,'_qty','4'),(155598,16927,'_tax_class',''),(155599,16927,'_line_subtotal','316.8'),(155600,16927,'_line_subtotal_tax','0'),(155601,16927,'_line_total','316.8'),(155602,16927,'_line_tax','0'),(155603,16927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155604,16927,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155605,16928,'_product_id','488'),(155606,16928,'_variation_id','0'),(155607,16928,'_qty','1'),(155608,16928,'_tax_class',''),(155609,16928,'_line_subtotal','31.35'),(155610,16928,'_line_subtotal_tax','0'),(155611,16928,'_line_total','31.35'),(155612,16928,'_line_tax','0'),(155613,16928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155614,16928,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155615,16929,'_product_id','487'),(155616,16929,'_variation_id','0'),(155617,16929,'_qty','1'),(155618,16929,'_tax_class',''),(155619,16929,'_line_subtotal','31.35'),(155620,16929,'_line_subtotal_tax','0'),(155621,16929,'_line_total','31.35'),(155622,16929,'_line_tax','0'),(155623,16929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155624,16929,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155625,16930,'method_id','advanced_free_shipping'),(155626,16930,'instance_id','0'),(155627,16930,'cost','0.00'),(155628,16930,'total_tax','0'),(155629,16930,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155630,16931,'_product_id','45'),(155631,16931,'_variation_id','0'),(155632,16931,'_qty','2'),(155633,16931,'_tax_class',''),(155634,16931,'_line_subtotal','84.48'),(155635,16931,'_line_subtotal_tax','0'),(155636,16931,'_line_total','84.48'),(155637,16931,'_line_tax','0'),(155638,16931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155639,16931,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155640,16932,'_product_id','41'),(155641,16932,'_variation_id','0'),(155642,16932,'_qty','2'),(155643,16932,'_tax_class',''),(155644,16932,'_line_subtotal','132.96'),(155645,16932,'_line_subtotal_tax','0'),(155646,16932,'_line_total','132.96'),(155647,16932,'_line_tax','0'),(155648,16932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155649,16932,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155650,16933,'_product_id','49'),(155651,16933,'_variation_id','0'),(155652,16933,'_qty','4'),(155653,16933,'_tax_class',''),(155654,16933,'_line_subtotal','316.8'),(155655,16933,'_line_subtotal_tax','0'),(155656,16933,'_line_total','316.8'),(155657,16933,'_line_tax','0'),(155658,16933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155659,16933,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155660,16934,'_product_id','488'),(155661,16934,'_variation_id','0'),(155662,16934,'_qty','1'),(155663,16934,'_tax_class',''),(155664,16934,'_line_subtotal','31.35'),(155665,16934,'_line_subtotal_tax','0'),(155666,16934,'_line_total','31.35'),(155667,16934,'_line_tax','0'),(155668,16934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155669,16934,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155670,16935,'_product_id','487'),(155671,16935,'_variation_id','0'),(155672,16935,'_qty','1'),(155673,16935,'_tax_class',''),(155674,16935,'_line_subtotal','31.35'),(155675,16935,'_line_subtotal_tax','0'),(155676,16935,'_line_total','31.35'),(155677,16935,'_line_tax','0'),(155678,16935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155679,16935,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155680,16936,'method_id','advanced_free_shipping'),(155681,16936,'instance_id','0'),(155682,16936,'cost','0.00'),(155683,16936,'total_tax','0'),(155684,16936,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155685,16937,'_product_id','45'),(155686,16937,'_variation_id','0'),(155687,16937,'_qty','2'),(155688,16937,'_tax_class',''),(155689,16937,'_line_subtotal','84.48'),(155690,16937,'_line_subtotal_tax','0'),(155691,16937,'_line_total','84.48'),(155692,16937,'_line_tax','0'),(155693,16937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155694,16937,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155695,16938,'_product_id','41'),(155696,16938,'_variation_id','0'),(155697,16938,'_qty','2'),(155698,16938,'_tax_class',''),(155699,16938,'_line_subtotal','132.96'),(155700,16938,'_line_subtotal_tax','0'),(155701,16938,'_line_total','132.96'),(155702,16938,'_line_tax','0'),(155703,16938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155704,16938,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155705,16939,'_product_id','49'),(155706,16939,'_variation_id','0'),(155707,16939,'_qty','4'),(155708,16939,'_tax_class',''),(155709,16939,'_line_subtotal','316.8'),(155710,16939,'_line_subtotal_tax','0'),(155711,16939,'_line_total','316.8'),(155712,16939,'_line_tax','0'),(155713,16939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155714,16939,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155715,16940,'_product_id','488'),(155716,16940,'_variation_id','0'),(155717,16940,'_qty','1'),(155718,16940,'_tax_class',''),(155719,16940,'_line_subtotal','31.35'),(155720,16940,'_line_subtotal_tax','0'),(155721,16940,'_line_total','31.35'),(155722,16940,'_line_tax','0'),(155723,16940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155724,16940,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155725,16941,'_product_id','487'),(155726,16941,'_variation_id','0'),(155727,16941,'_qty','1'),(155728,16941,'_tax_class',''),(155729,16941,'_line_subtotal','31.35'),(155730,16941,'_line_subtotal_tax','0'),(155731,16941,'_line_total','31.35'),(155732,16941,'_line_tax','0'),(155733,16941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155734,16941,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155735,16942,'method_id','advanced_free_shipping'),(155736,16942,'instance_id','0'),(155737,16942,'cost','0.00'),(155738,16942,'total_tax','0'),(155739,16942,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155740,16943,'_product_id','45'),(155741,16943,'_variation_id','0'),(155742,16943,'_qty','2'),(155743,16943,'_tax_class',''),(155744,16943,'_line_subtotal','84.48'),(155745,16943,'_line_subtotal_tax','0'),(155746,16943,'_line_total','84.48'),(155747,16943,'_line_tax','0'),(155748,16943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155749,16943,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155750,16944,'_product_id','41'),(155751,16944,'_variation_id','0'),(155752,16944,'_qty','2'),(155753,16944,'_tax_class',''),(155754,16944,'_line_subtotal','132.96'),(155755,16944,'_line_subtotal_tax','0'),(155756,16944,'_line_total','132.96'),(155757,16944,'_line_tax','0'),(155758,16944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155759,16944,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155760,16945,'_product_id','49'),(155761,16945,'_variation_id','0'),(155762,16945,'_qty','4'),(155763,16945,'_tax_class',''),(155764,16945,'_line_subtotal','316.8'),(155765,16945,'_line_subtotal_tax','0'),(155766,16945,'_line_total','316.8'),(155767,16945,'_line_tax','0'),(155768,16945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155769,16945,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(155770,16946,'_product_id','488'),(155771,16946,'_variation_id','0'),(155772,16946,'_qty','1'),(155773,16946,'_tax_class',''),(155774,16946,'_line_subtotal','31.35'),(155775,16946,'_line_subtotal_tax','0'),(155776,16946,'_line_total','31.35'),(155777,16946,'_line_tax','0'),(155778,16946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155779,16946,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(155780,16947,'_product_id','487'),(155781,16947,'_variation_id','0'),(155782,16947,'_qty','1'),(155783,16947,'_tax_class',''),(155784,16947,'_line_subtotal','31.35'),(155785,16947,'_line_subtotal_tax','0'),(155786,16947,'_line_total','31.35'),(155787,16947,'_line_tax','0'),(155788,16947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155789,16947,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155790,16948,'method_id','advanced_free_shipping'),(155791,16948,'instance_id','0'),(155792,16948,'cost','0.00'),(155793,16948,'total_tax','0'),(155794,16948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155795,16949,'_product_id','23'),(155796,16949,'_variation_id','0'),(155797,16949,'_qty','2'),(155798,16949,'_tax_class',''),(155799,16949,'_line_subtotal','137.08'),(155800,16949,'_line_subtotal_tax','0'),(155801,16949,'_line_total','137.08'),(155802,16949,'_line_tax','0'),(155803,16949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155804,16949,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(155805,16950,'_product_id','490'),(155806,16950,'_variation_id','0'),(155807,16950,'_qty','6'),(155808,16950,'_tax_class',''),(155809,16950,'_line_subtotal','117.6'),(155810,16950,'_line_subtotal_tax','0'),(155811,16950,'_line_total','117.6'),(155812,16950,'_line_tax','0'),(155813,16950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155814,16950,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155815,16951,'_product_id','44'),(155816,16951,'_variation_id','0'),(155817,16951,'_qty','2'),(155818,16951,'_tax_class',''),(155819,16951,'_line_subtotal','232.32'),(155820,16951,'_line_subtotal_tax','0'),(155821,16951,'_line_total','232.32'),(155822,16951,'_line_tax','0'),(155823,16951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155824,16951,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(155825,16952,'_product_id','40'),(155826,16952,'_variation_id','0'),(155827,16952,'_qty','1'),(155828,16952,'_tax_class',''),(155829,16952,'_line_subtotal','79.2'),(155830,16952,'_line_subtotal_tax','0'),(155831,16952,'_line_total','79.2'),(155832,16952,'_line_tax','0'),(155833,16952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155834,16952,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(155835,16953,'_product_id','43'),(155836,16953,'_variation_id','0'),(155837,16953,'_qty','1'),(155838,16953,'_tax_class',''),(155839,16953,'_line_subtotal','79.2'),(155840,16953,'_line_subtotal_tax','0'),(155841,16953,'_line_total','79.2'),(155842,16953,'_line_tax','0'),(155843,16953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155844,16953,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(155845,16954,'method_id','advanced_free_shipping'),(155846,16954,'instance_id','0'),(155847,16954,'cost','0.00'),(155848,16954,'total_tax','0'),(155849,16954,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155850,16955,'_product_id','490'),(155851,16955,'_variation_id','0'),(155852,16955,'_qty','10'),(155853,16955,'_tax_class',''),(155854,16955,'_line_subtotal','196'),(155855,16955,'_line_subtotal_tax','0'),(155856,16955,'_line_total','196'),(155857,16955,'_line_tax','0'),(155858,16955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155859,16955,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155860,16956,'_product_id','487'),(155861,16956,'_variation_id','0'),(155862,16956,'_qty','2'),(155863,16956,'_tax_class',''),(155864,16956,'_line_subtotal','62.7'),(155865,16956,'_line_subtotal_tax','0'),(155866,16956,'_line_total','62.7'),(155867,16956,'_line_tax','0'),(155868,16956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155869,16956,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(155870,16957,'_product_id','2110'),(155871,16957,'_variation_id','0'),(155872,16957,'_qty','1'),(155873,16957,'_tax_class',''),(155874,16957,'_line_subtotal','71.4'),(155875,16957,'_line_subtotal_tax','0'),(155876,16957,'_line_total','71.4'),(155877,16957,'_line_tax','0'),(155878,16957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155879,16957,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155880,16958,'_product_id','45'),(155881,16958,'_variation_id','0'),(155882,16958,'_qty','1'),(155883,16958,'_tax_class',''),(155884,16958,'_line_subtotal','42.24'),(155885,16958,'_line_subtotal_tax','0'),(155886,16958,'_line_total','42.24'),(155887,16958,'_line_tax','0'),(155888,16958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155889,16958,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155890,16959,'_product_id','41'),(155891,16959,'_variation_id','0'),(155892,16959,'_qty','1'),(155893,16959,'_tax_class',''),(155894,16959,'_line_subtotal','66.48'),(155895,16959,'_line_subtotal_tax','0'),(155896,16959,'_line_total','66.48'),(155897,16959,'_line_tax','0'),(155898,16959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155899,16959,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155900,16960,'_product_id','2408'),(155901,16960,'_variation_id','0'),(155902,16960,'_qty','1'),(155903,16960,'_tax_class',''),(155904,16960,'_line_subtotal','149.34'),(155905,16960,'_line_subtotal_tax','0'),(155906,16960,'_line_total','149.34'),(155907,16960,'_line_tax','0'),(155908,16960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155909,16960,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(155910,16961,'method_id','advanced_free_shipping'),(155911,16961,'instance_id','0'),(155912,16961,'cost','0.00'),(155913,16961,'total_tax','0'),(155914,16961,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155915,16962,'_product_id','2110'),(155916,16962,'_variation_id','0'),(155917,16962,'_qty','2'),(155918,16962,'_tax_class',''),(155919,16962,'_line_subtotal','142.8'),(155920,16962,'_line_subtotal_tax','0'),(155921,16962,'_line_total','142.8'),(155922,16962,'_line_tax','0'),(155923,16962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155924,16962,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155925,16963,'_product_id','45'),(155926,16963,'_variation_id','0'),(155927,16963,'_qty','2'),(155928,16963,'_tax_class',''),(155929,16963,'_line_subtotal','84.48'),(155930,16963,'_line_subtotal_tax','0'),(155931,16963,'_line_total','84.48'),(155932,16963,'_line_tax','0'),(155933,16963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155934,16963,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155935,16964,'_product_id','490'),(155936,16964,'_variation_id','0'),(155937,16964,'_qty','5'),(155938,16964,'_tax_class',''),(155939,16964,'_line_subtotal','98'),(155940,16964,'_line_subtotal_tax','0'),(155941,16964,'_line_total','98'),(155942,16964,'_line_tax','0'),(155943,16964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155944,16964,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(155945,16965,'_product_id','2113'),(155946,16965,'_variation_id','0'),(155947,16965,'_qty','2'),(155948,16965,'_tax_class',''),(155949,16965,'_line_subtotal','344'),(155950,16965,'_line_subtotal_tax','0'),(155951,16965,'_line_total','344'),(155952,16965,'_line_tax','0'),(155953,16965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155954,16965,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(155955,16966,'_product_id','41'),(155956,16966,'_variation_id','0'),(155957,16966,'_qty','1'),(155958,16966,'_tax_class',''),(155959,16966,'_line_subtotal','66.48'),(155960,16966,'_line_subtotal_tax','0'),(155961,16966,'_line_total','66.48'),(155962,16966,'_line_tax','0'),(155963,16966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155964,16966,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(155965,16967,'method_id','advanced_free_shipping'),(155966,16967,'instance_id','0'),(155967,16967,'cost','0.00'),(155968,16967,'total_tax','0'),(155969,16967,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(155970,16968,'_product_id','45'),(155971,16968,'_variation_id','0'),(155972,16968,'_qty','4'),(155973,16968,'_tax_class',''),(155974,16968,'_line_subtotal','168.96'),(155975,16968,'_line_subtotal_tax','0'),(155976,16968,'_line_total','168.96'),(155977,16968,'_line_tax','0'),(155978,16968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155979,16968,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(155980,16969,'_product_id','2110'),(155981,16969,'_variation_id','0'),(155982,16969,'_qty','2'),(155983,16969,'_tax_class',''),(155984,16969,'_line_subtotal','142.8'),(155985,16969,'_line_subtotal_tax','0'),(155986,16969,'_line_total','142.8'),(155987,16969,'_line_tax','0'),(155988,16969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155989,16969,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(155990,16970,'_product_id','2113'),(155991,16970,'_variation_id','0'),(155992,16970,'_qty','1'),(155993,16970,'_tax_class',''),(155994,16970,'_line_subtotal','172'),(155995,16970,'_line_subtotal_tax','0'),(155996,16970,'_line_total','172'),(155997,16970,'_line_tax','0'),(155998,16970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(155999,16970,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(156000,16971,'_product_id','2400'),(156001,16971,'_variation_id','0'),(156002,16971,'_qty','1'),(156003,16971,'_tax_class',''),(156004,16971,'_line_subtotal','186.3'),(156005,16971,'_line_subtotal_tax','0'),(156006,16971,'_line_total','186.3'),(156007,16971,'_line_tax','0'),(156008,16971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156009,16971,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(156010,16972,'_product_id','2408'),(156011,16972,'_variation_id','0'),(156012,16972,'_qty','2'),(156013,16972,'_tax_class',''),(156014,16972,'_line_subtotal','298.68'),(156015,16972,'_line_subtotal_tax','0'),(156016,16972,'_line_total','298.68'),(156017,16972,'_line_tax','0'),(156018,16972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156019,16972,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(156020,16973,'_product_id','120'),(156021,16973,'_variation_id','0'),(156022,16973,'_qty','1'),(156023,16973,'_tax_class',''),(156024,16973,'_line_subtotal','52.8'),(156025,16973,'_line_subtotal_tax','0'),(156026,16973,'_line_total','52.8'),(156027,16973,'_line_tax','0'),(156028,16973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156029,16973,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(156030,16974,'_product_id','44'),(156031,16974,'_variation_id','0'),(156032,16974,'_qty','1'),(156033,16974,'_tax_class',''),(156034,16974,'_line_subtotal','116.16'),(156035,16974,'_line_subtotal_tax','0'),(156036,16974,'_line_total','116.16'),(156037,16974,'_line_tax','0'),(156038,16974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156039,16974,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(156040,16975,'_product_id','490'),(156041,16975,'_variation_id','0'),(156042,16975,'_qty','10'),(156043,16975,'_tax_class',''),(156044,16975,'_line_subtotal','196'),(156045,16975,'_line_subtotal_tax','0'),(156046,16975,'_line_total','196'),(156047,16975,'_line_tax','0'),(156048,16975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156049,16975,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156050,16976,'_product_id','487'),(156051,16976,'_variation_id','0'),(156052,16976,'_qty','2'),(156053,16976,'_tax_class',''),(156054,16976,'_line_subtotal','62.7'),(156055,16976,'_line_subtotal_tax','0'),(156056,16976,'_line_total','62.7'),(156057,16976,'_line_tax','0'),(156058,16976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156059,16976,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(156060,16977,'_product_id','43'),(156061,16977,'_variation_id','0'),(156062,16977,'_qty','1'),(156063,16977,'_tax_class',''),(156064,16977,'_line_subtotal','79.2'),(156065,16977,'_line_subtotal_tax','0'),(156066,16977,'_line_total','79.2'),(156067,16977,'_line_tax','0'),(156068,16977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156069,16977,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(156070,16978,'method_id','advanced_free_shipping'),(156071,16978,'instance_id','0'),(156072,16978,'cost','0.00'),(156073,16978,'total_tax','0'),(156074,16978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156075,16979,'_product_id','2110'),(156076,16979,'_variation_id','0'),(156077,16979,'_qty','2'),(156078,16979,'_tax_class',''),(156079,16979,'_line_subtotal','142.8'),(156080,16979,'_line_subtotal_tax','0'),(156081,16979,'_line_total','142.8'),(156082,16979,'_line_tax','0'),(156083,16979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156084,16979,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(156085,16980,'_product_id','2113'),(156086,16980,'_variation_id','0'),(156087,16980,'_qty','1'),(156088,16980,'_tax_class',''),(156089,16980,'_line_subtotal','172'),(156090,16980,'_line_subtotal_tax','0'),(156091,16980,'_line_total','172'),(156092,16980,'_line_tax','0'),(156093,16980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156094,16980,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(156095,16981,'_product_id','41'),(156096,16981,'_variation_id','0'),(156097,16981,'_qty','2'),(156098,16981,'_tax_class',''),(156099,16981,'_line_subtotal','132.96'),(156100,16981,'_line_subtotal_tax','0'),(156101,16981,'_line_total','132.96'),(156102,16981,'_line_tax','0'),(156103,16981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156104,16981,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(156105,16982,'_product_id','45'),(156106,16982,'_variation_id','0'),(156107,16982,'_qty','3'),(156108,16982,'_tax_class',''),(156109,16982,'_line_subtotal','126.72'),(156110,16982,'_line_subtotal_tax','0'),(156111,16982,'_line_total','126.72'),(156112,16982,'_line_tax','0'),(156113,16982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156114,16982,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156115,16983,'_product_id','120'),(156116,16983,'_variation_id','0'),(156117,16983,'_qty','1'),(156118,16983,'_tax_class',''),(156119,16983,'_line_subtotal','52.8'),(156120,16983,'_line_subtotal_tax','0'),(156121,16983,'_line_total','52.8'),(156122,16983,'_line_tax','0'),(156123,16983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156124,16983,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(156125,16984,'_product_id','43'),(156126,16984,'_variation_id','0'),(156127,16984,'_qty','2'),(156128,16984,'_tax_class',''),(156129,16984,'_line_subtotal','158.4'),(156130,16984,'_line_subtotal_tax','0'),(156131,16984,'_line_total','158.4'),(156132,16984,'_line_tax','0'),(156133,16984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156134,16984,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(156135,16985,'_product_id','49'),(156136,16985,'_variation_id','0'),(156137,16985,'_qty','2'),(156138,16985,'_tax_class',''),(156139,16985,'_line_subtotal','158.4'),(156140,16985,'_line_subtotal_tax','0'),(156141,16985,'_line_total','158.4'),(156142,16985,'_line_tax','0'),(156143,16985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156144,16985,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(156145,16986,'_product_id','44'),(156146,16986,'_variation_id','0'),(156147,16986,'_qty','1'),(156148,16986,'_tax_class',''),(156149,16986,'_line_subtotal','116.16'),(156150,16986,'_line_subtotal_tax','0'),(156151,16986,'_line_total','116.16'),(156152,16986,'_line_tax','0'),(156153,16986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156154,16986,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(156155,16987,'_product_id','490'),(156156,16987,'_variation_id','0'),(156157,16987,'_qty','10'),(156158,16987,'_tax_class',''),(156159,16987,'_line_subtotal','196'),(156160,16987,'_line_subtotal_tax','0'),(156161,16987,'_line_total','196'),(156162,16987,'_line_tax','0'),(156163,16987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156164,16987,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156165,16988,'method_id','advanced_free_shipping'),(156166,16988,'instance_id','0'),(156167,16988,'cost','0.00'),(156168,16988,'total_tax','0'),(156169,16988,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156215,16994,'_product_id','490'),(156216,16994,'_variation_id','0'),(156217,16994,'_qty','20'),(156218,16994,'_tax_class',''),(156219,16994,'_line_subtotal','392'),(156220,16994,'_line_subtotal_tax','0'),(156221,16994,'_line_total','392'),(156222,16994,'_line_tax','0'),(156223,16994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156224,16994,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156225,16995,'_product_id','49'),(156226,16995,'_variation_id','0'),(156227,16995,'_qty','4'),(156228,16995,'_tax_class',''),(156229,16995,'_line_subtotal','316.8'),(156230,16995,'_line_subtotal_tax','0'),(156231,16995,'_line_total','316.8'),(156232,16995,'_line_tax','0'),(156233,16995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156234,16995,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(156235,16996,'_product_id','41'),(156236,16996,'_variation_id','0'),(156237,16996,'_qty','6'),(156238,16996,'_tax_class',''),(156239,16996,'_line_subtotal','398.88'),(156240,16996,'_line_subtotal_tax','0'),(156241,16996,'_line_total','398.88'),(156242,16996,'_line_tax','0'),(156243,16996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156244,16996,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(156245,16997,'_product_id','2110'),(156246,16997,'_variation_id','0'),(156247,16997,'_qty','5'),(156248,16997,'_tax_class',''),(156249,16997,'_line_subtotal','357'),(156250,16997,'_line_subtotal_tax','0'),(156251,16997,'_line_total','357'),(156252,16997,'_line_tax','0'),(156253,16997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156254,16997,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(156255,16998,'method_id','advanced_free_shipping'),(156256,16998,'instance_id','0'),(156257,16998,'cost','0.00'),(156258,16998,'total_tax','0'),(156259,16998,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156260,16999,'_product_id','41'),(156261,16999,'_variation_id','0'),(156262,16999,'_qty','8'),(156263,16999,'_tax_class',''),(156264,16999,'_line_subtotal','531.216'),(156265,16999,'_line_subtotal_tax','0'),(156266,16999,'_line_total','531.216'),(156267,16999,'_line_tax','0'),(156268,16999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156269,16999,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:7:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(156270,16999,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(156271,16999,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(156272,17000,'_product_id','45'),(156273,17000,'_variation_id','0'),(156274,17000,'_qty','8'),(156275,17000,'_tax_class',''),(156276,17000,'_line_subtotal','372'),(156277,17000,'_line_subtotal_tax','0'),(156278,17000,'_line_total','372'),(156279,17000,'_line_tax','0'),(156280,17000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156281,17000,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:7:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(156282,17000,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(156283,17000,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156284,17001,'_product_id','2408'),(156285,17001,'_variation_id','0'),(156286,17001,'_qty','6'),(156287,17001,'_tax_class',''),(156288,17001,'_line_subtotal','948.6'),(156289,17001,'_line_subtotal_tax','0'),(156290,17001,'_line_total','948.6'),(156291,17001,'_line_tax','0'),(156292,17001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156293,17001,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:7:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:6;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:6;s:10:\"product_id\";i:2408;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(156294,17001,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:6;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:71.400000000000006;s:34:\"saved_amount_based_on_tax_settings\";d:71.400000000000006;s:15:\"is_free_product\";b:0;}'),(156295,17001,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(156296,17002,'_product_id','43'),(156297,17002,'_variation_id','0'),(156298,17002,'_qty','4'),(156299,17002,'_tax_class',''),(156300,17002,'_line_subtotal','334.8'),(156301,17002,'_line_subtotal_tax','0'),(156302,17002,'_line_total','334.8'),(156303,17002,'_line_tax','0'),(156304,17002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156305,17002,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:7:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(156306,17002,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:25.199999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:25.199999999999999;s:15:\"is_free_product\";b:0;}'),(156307,17002,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(156308,17003,'_product_id','3362'),(156309,17003,'_variation_id','0'),(156310,17003,'_qty','8'),(156311,17003,'_tax_class',''),(156312,17003,'_line_subtotal','558'),(156313,17003,'_line_subtotal_tax','0'),(156314,17003,'_line_total','558'),(156315,17003,'_line_tax','0'),(156316,17003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156317,17003,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:22:\"total_discount_details\";a:7:{s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:75;s:23:\"calculate_discount_from\";d:75;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.2500000000000009;s:14:\"original_price\";d:75;s:16:\"discounted_price\";d:69.75;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3362;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;}'),(156318,17003,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.25;}}}s:12:\"saved_amount\";d:42;s:34:\"saved_amount_based_on_tax_settings\";d:42;s:15:\"is_free_product\";b:0;}'),(156319,17003,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(156320,17004,'_product_id','40'),(156321,17004,'_variation_id','0'),(156322,17004,'_qty','2'),(156323,17004,'_tax_class',''),(156324,17004,'_line_subtotal','167.4'),(156325,17004,'_line_subtotal_tax','0'),(156326,17004,'_line_total','167.4'),(156327,17004,'_line_tax','0'),(156328,17004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156329,17004,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:7:{s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:40;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(156330,17004,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:12.6;s:34:\"saved_amount_based_on_tax_settings\";d:12.6;s:15:\"is_free_product\";b:0;}'),(156331,17004,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(156332,17005,'_product_id','39'),(156333,17005,'_variation_id','0'),(156334,17005,'_qty','2'),(156335,17005,'_tax_class',''),(156336,17005,'_line_subtotal','167.4'),(156337,17005,'_line_subtotal_tax','0'),(156338,17005,'_line_total','167.4'),(156339,17005,'_line_tax','0'),(156340,17005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156341,17005,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:7:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:39;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(156342,17005,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:12.6;s:34:\"saved_amount_based_on_tax_settings\";d:12.6;s:15:\"is_free_product\";b:0;}'),(156343,17005,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(156344,17006,'method_id','advanced_free_shipping'),(156345,17006,'instance_id','0'),(156346,17006,'cost','0.00'),(156347,17006,'total_tax','0'),(156348,17006,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156349,17007,'_product_id','2110'),(156350,17007,'_variation_id','0'),(156351,17007,'_qty','1'),(156352,17007,'_tax_class',''),(156353,17007,'_line_subtotal','71.4'),(156354,17007,'_line_subtotal_tax','0'),(156355,17007,'_line_total','71.4'),(156356,17007,'_line_tax','0'),(156357,17007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156358,17007,'_wcms_cart_key','6c1dd58aaaaf81f2561b69d5e6027d6c'),(156359,17008,'_product_id','41'),(156360,17008,'_variation_id','0'),(156361,17008,'_qty','1'),(156362,17008,'_tax_class',''),(156363,17008,'_line_subtotal','71.4'),(156364,17008,'_line_subtotal_tax','0'),(156365,17008,'_line_total','71.4'),(156366,17008,'_line_tax','0'),(156367,17008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156368,17008,'_wcms_cart_key','ea2e681e1bc07b6673a28311482373cf'),(156369,17009,'_product_id','44'),(156370,17009,'_variation_id','0'),(156371,17009,'_qty','1'),(156372,17009,'_tax_class',''),(156373,17009,'_line_subtotal','138'),(156374,17009,'_line_subtotal_tax','0'),(156375,17009,'_line_total','138'),(156376,17009,'_line_tax','0'),(156377,17009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156378,17009,'_wcms_cart_key','2a39091c4ea0767d67e6769cca6bd49a'),(156379,17010,'_product_id','49'),(156380,17010,'_variation_id','0'),(156381,17010,'_qty','2'),(156382,17010,'_tax_class',''),(156383,17010,'_line_subtotal','180'),(156384,17010,'_line_subtotal_tax','0'),(156385,17010,'_line_total','180'),(156386,17010,'_line_tax','0'),(156387,17010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156388,17010,'_wcms_cart_key','b6d26d80329c5a97dae519ae3b98c310'),(156389,17011,'_product_id','120'),(156390,17011,'_variation_id','0'),(156391,17011,'_qty','1'),(156392,17011,'_tax_class',''),(156393,17011,'_line_subtotal','63'),(156394,17011,'_line_subtotal_tax','0'),(156395,17011,'_line_total','63'),(156396,17011,'_line_tax','0'),(156397,17011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156398,17011,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(156399,17012,'method_id','advanced_free_shipping'),(156400,17012,'instance_id','0'),(156401,17012,'cost','0.00'),(156402,17012,'total_tax','0'),(156403,17012,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156599,17031,'_product_id','23'),(156600,17031,'_variation_id','0'),(156601,17031,'_qty','4'),(156602,17031,'_tax_class',''),(156603,17031,'_line_subtotal','254.9688'),(156604,17031,'_line_subtotal_tax','0'),(156605,17031,'_line_total','254.9688'),(156606,17031,'_line_tax','0'),(156607,17031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156608,17031,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:22:\"total_discount_details\";a:5:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.540000000000006;s:23:\"calculate_discount_from\";d:68.540000000000006;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:4.7978000000000005;s:14:\"original_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:23;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742200000000004;}'),(156609,17031,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742199999999997;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:4.7977999999999996;}}}s:12:\"saved_amount\";d:19.191199999999998;s:34:\"saved_amount_based_on_tax_settings\";d:19.191199999999998;s:15:\"is_free_product\";b:0;}'),(156610,17031,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(156611,17032,'_product_id','38'),(156612,17032,'_variation_id','0'),(156613,17032,'_qty','4'),(156614,17032,'_tax_class',''),(156615,17032,'_line_subtotal','616.6272'),(156616,17032,'_line_subtotal_tax','0'),(156617,17032,'_line_total','616.6272'),(156618,17032,'_line_tax','0'),(156619,17032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156620,17032,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;s:22:\"total_discount_details\";a:5:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:165.75999999999999;s:23:\"calculate_discount_from\";d:165.75999999999999;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:11.603200000000001;s:14:\"original_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:38;s:35:\"initial_price_based_on_tax_settings\";d:165.75999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:154.15679999999998;}'),(156621,17032,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;s:35:\"initial_price_based_on_tax_settings\";d:165.75999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:154.1568;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:11.603199999999999;}}}s:12:\"saved_amount\";d:46.412799999999997;s:34:\"saved_amount_based_on_tax_settings\";d:46.412799999999997;s:15:\"is_free_product\";b:0;}'),(156622,17032,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(156623,17033,'_product_id','41'),(156624,17033,'_variation_id','0'),(156625,17033,'_qty','6'),(156626,17033,'_tax_class',''),(156627,17033,'_line_subtotal','398.412'),(156628,17033,'_line_subtotal_tax','0'),(156629,17033,'_line_total','398.412'),(156630,17033,'_line_tax','0'),(156631,17033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156632,17033,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:5:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:6;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:6;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(156633,17033,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:6;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:29.988;s:34:\"saved_amount_based_on_tax_settings\";d:29.988;s:15:\"is_free_product\";b:0;}'),(156634,17033,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(156635,17034,'_product_id','45'),(156636,17034,'_variation_id','0'),(156637,17034,'_qty','2'),(156638,17034,'_tax_class',''),(156639,17034,'_line_subtotal','93'),(156640,17034,'_line_subtotal_tax','0'),(156641,17034,'_line_total','93'),(156642,17034,'_line_tax','0'),(156643,17034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156644,17034,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:5:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(156645,17034,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:7;s:34:\"saved_amount_based_on_tax_settings\";d:7;s:15:\"is_free_product\";b:0;}'),(156646,17034,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156647,17035,'_product_id','487'),(156648,17035,'_variation_id','0'),(156649,17035,'_qty','2'),(156650,17035,'_tax_class',''),(156651,17035,'_line_subtotal','58.311'),(156652,17035,'_line_subtotal_tax','0'),(156653,17035,'_line_total','58.311'),(156654,17035,'_line_tax','0'),(156655,17035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156656,17035,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:22:\"total_discount_details\";a:5:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:6;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:31.350000000000001;s:23:\"calculate_discount_from\";d:31.350000000000001;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:2.1945000000000001;s:14:\"original_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:487;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;}'),(156657,17035,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:2.1945000000000001;}}}s:12:\"saved_amount\";d:4.3890000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:4.3890000000000002;s:15:\"is_free_product\";b:0;}'),(156658,17035,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(156659,17036,'method_id','advanced_free_shipping'),(156660,17036,'instance_id','0'),(156661,17036,'cost','0.00'),(156662,17036,'total_tax','0'),(156663,17036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156664,17037,'_product_id','23'),(156665,17037,'_variation_id','0'),(156666,17037,'_qty','5'),(156667,17037,'_tax_class',''),(156668,17037,'_line_subtotal','318.711'),(156669,17037,'_line_subtotal_tax','0'),(156670,17037,'_line_total','318.711'),(156671,17037,'_line_tax','0'),(156672,17037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156673,17037,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:22:\"total_discount_details\";a:2:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.540000000000006;s:23:\"calculate_discount_from\";d:68.540000000000006;}i:0;a:4:{s:8:\"quantity\";i:5;s:8:\"discount\";d:4.7978000000000005;s:14:\"original_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;}}s:13:\"cart_quantity\";i:5;s:10:\"product_id\";i:23;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742200000000004;}'),(156674,17037,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742199999999997;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:5;s:14:\"discount_price\";d:4.7977999999999996;}}}s:12:\"saved_amount\";d:23.989000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:23.989000000000001;s:15:\"is_free_product\";b:0;}'),(156675,17037,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(156676,17038,'_product_id','490'),(156677,17038,'_variation_id','0'),(156678,17038,'_qty','12'),(156679,17038,'_tax_class',''),(156680,17038,'_line_subtotal','218.736'),(156681,17038,'_line_subtotal_tax','0'),(156682,17038,'_line_total','218.736'),(156683,17038,'_line_tax','0'),(156684,17038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156685,17038,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:22:\"total_discount_details\";a:2:{s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:19.600000000000001;s:23:\"calculate_discount_from\";d:19.600000000000001;}i:0;a:4:{s:8:\"quantity\";i:12;s:8:\"discount\";d:1.3720000000000003;s:14:\"original_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;}}s:13:\"cart_quantity\";i:12;s:10:\"product_id\";i:490;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;}'),(156686,17038,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:12;s:14:\"discount_price\";d:1.3720000000000001;}}}s:12:\"saved_amount\";d:16.463999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:16.463999999999999;s:15:\"is_free_product\";b:0;}'),(156687,17038,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156688,17039,'method_id','advanced_free_shipping'),(156689,17039,'instance_id','0'),(156690,17039,'cost','0.00'),(156691,17039,'total_tax','0'),(156692,17039,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156770,17047,'_product_id','2113'),(156771,17047,'_variation_id','0'),(156772,17047,'_qty','3'),(156773,17047,'_tax_class',''),(156774,17047,'_line_subtotal','479.88'),(156775,17047,'_line_subtotal_tax','0'),(156776,17047,'_line_total','479.88'),(156777,17047,'_line_tax','0'),(156778,17047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156779,17047,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:3;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:3;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(156780,17047,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:3;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:36.119999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:36.119999999999997;s:15:\"is_free_product\";b:0;}'),(156781,17047,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(156782,17048,'_product_id','2110'),(156783,17048,'_variation_id','0'),(156784,17048,'_qty','3'),(156785,17048,'_tax_class',''),(156786,17048,'_line_subtotal','199.206'),(156787,17048,'_line_subtotal_tax','0'),(156788,17048,'_line_total','199.206'),(156789,17048,'_line_tax','0'),(156790,17048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156791,17048,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:6:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:3;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:3;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(156792,17048,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:3;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:14.994;s:34:\"saved_amount_based_on_tax_settings\";d:14.994;s:15:\"is_free_product\";b:0;}'),(156793,17048,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(156794,17049,'_product_id','2408'),(156795,17049,'_variation_id','0'),(156796,17049,'_qty','2'),(156797,17049,'_tax_class',''),(156798,17049,'_line_subtotal','316.2'),(156799,17049,'_line_subtotal_tax','0'),(156800,17049,'_line_total','316.2'),(156801,17049,'_line_tax','0'),(156802,17049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156803,17049,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:6:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:2408;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(156804,17049,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:23.800000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:23.800000000000001;s:15:\"is_free_product\";b:0;}'),(156805,17049,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(156806,17050,'_product_id','490'),(156807,17050,'_variation_id','0'),(156808,17050,'_qty','8'),(156809,17050,'_tax_class',''),(156810,17050,'_line_subtotal','145.824'),(156811,17050,'_line_subtotal_tax','0'),(156812,17050,'_line_total','145.824'),(156813,17050,'_line_tax','0'),(156814,17050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156815,17050,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:22:\"total_discount_details\";a:6:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:19.600000000000001;s:23:\"calculate_discount_from\";d:19.600000000000001;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:1.3720000000000003;s:14:\"original_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:490;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;}'),(156816,17050,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:1.3720000000000001;}}}s:12:\"saved_amount\";d:10.976000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:10.976000000000001;s:15:\"is_free_product\";b:0;}'),(156817,17050,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156818,17051,'_product_id','45'),(156819,17051,'_variation_id','0'),(156820,17051,'_qty','1'),(156821,17051,'_tax_class',''),(156822,17051,'_line_subtotal','46.5'),(156823,17051,'_line_subtotal_tax','0'),(156824,17051,'_line_total','46.5'),(156825,17051,'_line_tax','0'),(156826,17051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156827,17051,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:6:{s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:1;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:1;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(156828,17051,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:1;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:3.5;s:34:\"saved_amount_based_on_tax_settings\";d:3.5;s:15:\"is_free_product\";b:0;}'),(156829,17051,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156830,17052,'_product_id','488'),(156831,17052,'_variation_id','0'),(156832,17052,'_qty','2'),(156833,17052,'_tax_class',''),(156834,17052,'_line_subtotal','58.311'),(156835,17052,'_line_subtotal_tax','0'),(156836,17052,'_line_total','58.311'),(156837,17052,'_line_tax','0'),(156838,17052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156839,17052,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:22:\"total_discount_details\";a:6:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:31.350000000000001;s:23:\"calculate_discount_from\";d:31.350000000000001;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:2.1945000000000001;s:14:\"original_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:488;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;}'),(156840,17052,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:2.1945000000000001;}}}s:12:\"saved_amount\";d:4.3890000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:4.3890000000000002;s:15:\"is_free_product\";b:0;}'),(156841,17052,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(156842,17053,'method_id','advanced_free_shipping'),(156843,17053,'instance_id','0'),(156844,17053,'cost','0.00'),(156845,17053,'total_tax','0'),(156846,17053,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156847,17054,'_product_id','45'),(156848,17054,'_variation_id','0'),(156849,17054,'_qty','1'),(156850,17054,'_tax_class',''),(156851,17054,'_line_subtotal','50'),(156852,17054,'_line_subtotal_tax','0'),(156853,17054,'_line_total','50'),(156854,17054,'_line_tax','0'),(156855,17054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156856,17054,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156857,17055,'_product_id','40'),(156858,17055,'_variation_id','0'),(156859,17055,'_qty','1'),(156860,17055,'_tax_class',''),(156861,17055,'_line_subtotal','90'),(156862,17055,'_line_subtotal_tax','0'),(156863,17055,'_line_total','90'),(156864,17055,'_line_tax','0'),(156865,17055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156866,17055,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(156867,17056,'_product_id','39'),(156868,17056,'_variation_id','0'),(156869,17056,'_qty','1'),(156870,17056,'_tax_class',''),(156871,17056,'_line_subtotal','90'),(156872,17056,'_line_subtotal_tax','0'),(156873,17056,'_line_total','90'),(156874,17056,'_line_tax','0'),(156875,17056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156876,17056,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(156877,17057,'method_id','fedex'),(156878,17057,'instance_id','1'),(156879,17057,'cost','19.40'),(156880,17057,'total_tax','0'),(156881,17057,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156882,17057,'Package 1','17 × 14 × 10 (in) 23.35lbs × 1'),(156883,17057,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1'),(156884,17058,'_product_id','41'),(156885,17058,'_variation_id','0'),(156886,17058,'_qty','5'),(156887,17058,'_tax_class',''),(156888,17058,'_line_subtotal','332.01'),(156889,17058,'_line_subtotal_tax','0'),(156890,17058,'_line_total','332.01'),(156891,17058,'_line_tax','0'),(156892,17058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156893,17058,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:9:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:5;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:5;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(156894,17058,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:5;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:24.989999999999998;s:34:\"saved_amount_based_on_tax_settings\";d:24.989999999999998;s:15:\"is_free_product\";b:0;}'),(156895,17058,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(156896,17059,'_product_id','45'),(156897,17059,'_variation_id','0'),(156898,17059,'_qty','4'),(156899,17059,'_tax_class',''),(156900,17059,'_line_subtotal','186'),(156901,17059,'_line_subtotal_tax','0'),(156902,17059,'_line_total','186'),(156903,17059,'_line_tax','0'),(156904,17059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156905,17059,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:9:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(156906,17059,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:14;s:34:\"saved_amount_based_on_tax_settings\";d:14;s:15:\"is_free_product\";b:0;}'),(156907,17059,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(156908,17060,'_product_id','43'),(156909,17060,'_variation_id','0'),(156910,17060,'_qty','3'),(156911,17060,'_tax_class',''),(156912,17060,'_line_subtotal','251.1'),(156913,17060,'_line_subtotal_tax','0'),(156914,17060,'_line_total','251.1'),(156915,17060,'_line_tax','0'),(156916,17060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156917,17060,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:9:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:3;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:3;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(156918,17060,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:3;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:18.899999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:18.899999999999999;s:15:\"is_free_product\";b:0;}'),(156919,17060,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(156920,17061,'_product_id','3362'),(156921,17061,'_variation_id','0'),(156922,17061,'_qty','4'),(156923,17061,'_tax_class',''),(156924,17061,'_line_subtotal','279'),(156925,17061,'_line_subtotal_tax','0'),(156926,17061,'_line_total','279'),(156927,17061,'_line_tax','0'),(156928,17061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156929,17061,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:22:\"total_discount_details\";a:9:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:75;s:23:\"calculate_discount_from\";d:75;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:5.2500000000000009;s:14:\"original_price\";d:75;s:16:\"discounted_price\";d:69.75;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:3362;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;}'),(156930,17061,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:5.25;}}}s:12:\"saved_amount\";d:21;s:34:\"saved_amount_based_on_tax_settings\";d:21;s:15:\"is_free_product\";b:0;}'),(156931,17061,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(156932,17062,'_product_id','2110'),(156933,17062,'_variation_id','0'),(156934,17062,'_qty','5'),(156935,17062,'_tax_class',''),(156936,17062,'_line_subtotal','332.01'),(156937,17062,'_line_subtotal_tax','0'),(156938,17062,'_line_total','332.01'),(156939,17062,'_line_tax','0'),(156940,17062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156941,17062,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:9:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:5;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:5;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(156942,17062,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:5;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:24.989999999999998;s:34:\"saved_amount_based_on_tax_settings\";d:24.989999999999998;s:15:\"is_free_product\";b:0;}'),(156943,17062,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(156944,17063,'_product_id','2113'),(156945,17063,'_variation_id','0'),(156946,17063,'_qty','1'),(156947,17063,'_tax_class',''),(156948,17063,'_line_subtotal','159.96'),(156949,17063,'_line_subtotal_tax','0'),(156950,17063,'_line_total','159.96'),(156951,17063,'_line_tax','0'),(156952,17063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156953,17063,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:9:{s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:1;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:1;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(156954,17063,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:1;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:12.039999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:12.039999999999999;s:15:\"is_free_product\";b:0;}'),(156955,17063,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(156956,17064,'_product_id','116'),(156957,17064,'_variation_id','0'),(156958,17064,'_qty','2'),(156959,17064,'_tax_class',''),(156960,17064,'_line_subtotal','306.9'),(156961,17064,'_line_subtotal_tax','0'),(156962,17064,'_line_total','306.9'),(156963,17064,'_line_tax','0'),(156964,17064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156965,17064,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;s:22:\"total_discount_details\";a:9:{s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:165;s:23:\"calculate_discount_from\";d:165;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:11.550000000000001;s:14:\"original_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:116;s:35:\"initial_price_based_on_tax_settings\";d:165;s:38:\"discounted_price_based_on_tax_settings\";d:153.44999999999999;}'),(156966,17064,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;s:35:\"initial_price_based_on_tax_settings\";d:165;s:38:\"discounted_price_based_on_tax_settings\";d:153.44999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:11.550000000000001;}}}s:12:\"saved_amount\";d:23.100000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:23.100000000000001;s:15:\"is_free_product\";b:0;}'),(156967,17064,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(156968,17065,'_product_id','490'),(156969,17065,'_variation_id','0'),(156970,17065,'_qty','30'),(156971,17065,'_tax_class',''),(156972,17065,'_line_subtotal','546.84'),(156973,17065,'_line_subtotal_tax','0'),(156974,17065,'_line_total','546.84'),(156975,17065,'_line_tax','0'),(156976,17065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156977,17065,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:22:\"total_discount_details\";a:9:{s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:19.600000000000001;s:23:\"calculate_discount_from\";d:19.600000000000001;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:1.3720000000000003;s:14:\"original_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:490;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;}'),(156978,17065,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:19.600000000000001;s:16:\"discounted_price\";d:18.228000000000002;s:35:\"initial_price_based_on_tax_settings\";d:19.600000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:18.228000000000002;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:1.3720000000000001;}}}s:12:\"saved_amount\";d:41.159999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:41.159999999999997;s:15:\"is_free_product\";b:0;}'),(156979,17065,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(156980,17066,'_product_id','487'),(156981,17066,'_variation_id','0'),(156982,17066,'_qty','4'),(156983,17066,'_tax_class',''),(156984,17066,'_line_subtotal','116.622'),(156985,17066,'_line_subtotal_tax','0'),(156986,17066,'_line_total','116.622'),(156987,17066,'_line_tax','0'),(156988,17066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(156989,17066,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:22:\"total_discount_details\";a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:5;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:1;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c410003ef13d451727aeff9082c29a5c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:1.3720000000000003;s:14:\"discount_price\";d:1.3720000000000003;}s:15:\"simple_discount\";i:0;}}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:4;s:27:\"discount_price_per_quantity\";d:2.1945000000000001;s:14:\"discount_price\";d:2.1945000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:31.350000000000001;s:23:\"calculate_discount_from\";d:31.350000000000001;}i:0;a:4:{s:8:\"quantity\";i:4;s:8:\"discount\";d:2.1945000000000001;s:14:\"original_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;}}s:13:\"cart_quantity\";i:4;s:10:\"product_id\";i:487;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;}'),(156990,17066,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:31.350000000000001;s:16:\"discounted_price\";d:29.1555;s:35:\"initial_price_based_on_tax_settings\";d:31.350000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:29.1555;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:2.1945000000000001;}}}s:12:\"saved_amount\";d:8.7780000000000005;s:34:\"saved_amount_based_on_tax_settings\";d:8.7780000000000005;s:15:\"is_free_product\";b:0;}'),(156991,17066,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(156992,17067,'method_id','advanced_free_shipping'),(156993,17067,'instance_id','0'),(156994,17067,'cost','0.00'),(156995,17067,'total_tax','0'),(156996,17067,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(156997,17068,'_product_id','2110'),(156998,17068,'_variation_id','0'),(156999,17068,'_qty','8'),(157000,17068,'_tax_class',''),(157001,17068,'_line_subtotal','531.216'),(157002,17068,'_line_subtotal_tax','0'),(157003,17068,'_line_total','531.216'),(157004,17068,'_line_tax','0'),(157005,17068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157006,17068,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(157007,17068,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(157008,17068,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157009,17069,'_product_id','2113'),(157010,17069,'_variation_id','0'),(157011,17069,'_qty','2'),(157012,17069,'_tax_class',''),(157013,17069,'_line_subtotal','319.92'),(157014,17069,'_line_subtotal_tax','0'),(157015,17069,'_line_total','319.92'),(157016,17069,'_line_tax','0'),(157017,17069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157018,17069,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:2;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:2;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(157019,17069,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:2;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:24.079999999999998;s:34:\"saved_amount_based_on_tax_settings\";d:24.079999999999998;s:15:\"is_free_product\";b:0;}'),(157020,17069,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157021,17070,'_product_id','116'),(157022,17070,'_variation_id','0'),(157023,17070,'_qty','3'),(157024,17070,'_tax_class',''),(157025,17070,'_line_subtotal','460.35'),(157026,17070,'_line_subtotal_tax','0'),(157027,17070,'_line_total','460.35'),(157028,17070,'_line_tax','0'),(157029,17070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157030,17070,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;s:22:\"total_discount_details\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:2;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c45147dee729311ef5b5c3003946c48f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:3;s:27:\"discount_price_per_quantity\";d:11.550000000000001;s:14:\"discount_price\";d:11.550000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:165;s:23:\"calculate_discount_from\";d:165;}i:0;a:4:{s:8:\"quantity\";i:3;s:8:\"discount\";d:11.550000000000001;s:14:\"original_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;}}s:13:\"cart_quantity\";i:3;s:10:\"product_id\";i:116;s:35:\"initial_price_based_on_tax_settings\";d:165;s:38:\"discounted_price_based_on_tax_settings\";d:153.44999999999999;}'),(157031,17070,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:165;s:16:\"discounted_price\";d:153.44999999999999;s:35:\"initial_price_based_on_tax_settings\";d:165;s:38:\"discounted_price_based_on_tax_settings\";d:153.44999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:3;s:14:\"discount_price\";d:11.550000000000001;}}}s:12:\"saved_amount\";d:34.649999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:34.649999999999999;s:15:\"is_free_product\";b:0;}'),(157032,17070,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(157033,17071,'method_id','advanced_free_shipping'),(157034,17071,'instance_id','0'),(157035,17071,'cost','0.00'),(157036,17071,'total_tax','0'),(157037,17071,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157038,17072,'_product_id','2110'),(157039,17072,'_variation_id','0'),(157040,17072,'_qty','8'),(157041,17072,'_tax_class',''),(157042,17072,'_line_subtotal','531.216'),(157043,17072,'_line_subtotal_tax','0'),(157044,17072,'_line_total','531.216'),(157045,17072,'_line_tax','0'),(157046,17072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157047,17072,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:24;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(157048,17072,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(157049,17072,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157050,17073,'_product_id','2113'),(157051,17073,'_variation_id','0'),(157052,17073,'_qty','8'),(157053,17073,'_tax_class',''),(157054,17073,'_line_subtotal','1279.68'),(157055,17073,'_line_subtotal_tax','0'),(157056,17073,'_line_total','1279.68'),(157057,17073,'_line_tax','0'),(157058,17073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157059,17073,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:24;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(157060,17073,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:96.319999999999993;s:34:\"saved_amount_based_on_tax_settings\";d:96.319999999999993;s:15:\"is_free_product\";b:0;}'),(157061,17073,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157062,17074,'_product_id','41'),(157063,17074,'_variation_id','0'),(157064,17074,'_qty','24'),(157065,17074,'_tax_class',''),(157066,17074,'_line_subtotal','1593.648'),(157067,17074,'_line_subtotal_tax','0'),(157068,17074,'_line_total','1593.648'),(157069,17074,'_line_tax','0'),(157070,17074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157071,17074,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:24;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:24;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:24;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(157072,17074,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:24;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:119.952;s:34:\"saved_amount_based_on_tax_settings\";d:119.952;s:15:\"is_free_product\";b:0;}'),(157073,17074,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157074,17075,'_product_id','45'),(157075,17075,'_variation_id','0'),(157076,17075,'_qty','5'),(157077,17075,'_tax_class',''),(157078,17075,'_line_subtotal','250'),(157079,17075,'_line_subtotal_tax','0'),(157080,17075,'_line_total','250'),(157081,17075,'_line_tax','0'),(157082,17075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157083,17075,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157084,17076,'_product_id','2400'),(157085,17076,'_variation_id','0'),(157086,17076,'_qty','3'),(157087,17076,'_tax_class',''),(157088,17076,'_line_subtotal','645'),(157089,17076,'_line_subtotal_tax','0'),(157090,17076,'_line_total','645'),(157091,17076,'_line_tax','0'),(157092,17076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157093,17076,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(157094,17077,'_product_id','2408'),(157095,17077,'_variation_id','0'),(157096,17077,'_qty','5'),(157097,17077,'_tax_class',''),(157098,17077,'_line_subtotal','850'),(157099,17077,'_line_subtotal_tax','0'),(157100,17077,'_line_total','850'),(157101,17077,'_line_tax','0'),(157102,17077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157103,17077,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(157104,17078,'_product_id','488'),(157105,17078,'_variation_id','0'),(157106,17078,'_qty','8'),(157107,17078,'_tax_class',''),(157108,17078,'_line_subtotal','250.8'),(157109,17078,'_line_subtotal_tax','0'),(157110,17078,'_line_total','250.8'),(157111,17078,'_line_tax','0'),(157112,17078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157113,17078,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(157114,17079,'method_id','advanced_free_shipping'),(157115,17079,'instance_id','0'),(157116,17079,'cost','0.00'),(157117,17079,'total_tax','0'),(157118,17079,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157119,17080,'_product_id','43'),(157120,17080,'_variation_id','0'),(157121,17080,'_qty','2'),(157122,17080,'_tax_class',''),(157123,17080,'_line_subtotal','180'),(157124,17080,'_line_subtotal_tax','0'),(157125,17080,'_line_total','180'),(157126,17080,'_line_tax','0'),(157127,17080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157128,17080,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(157129,17081,'_product_id','120'),(157130,17081,'_variation_id','0'),(157131,17081,'_qty','1'),(157132,17081,'_tax_class',''),(157133,17081,'_line_subtotal','63'),(157134,17081,'_line_subtotal_tax','0'),(157135,17081,'_line_total','63'),(157136,17081,'_line_tax','0'),(157137,17081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157138,17081,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(157139,17082,'_product_id','44'),(157140,17082,'_variation_id','0'),(157141,17082,'_qty','2'),(157142,17082,'_tax_class',''),(157143,17082,'_line_subtotal','276'),(157144,17082,'_line_subtotal_tax','0'),(157145,17082,'_line_total','276'),(157146,17082,'_line_tax','0'),(157147,17082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157148,17082,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(157149,17083,'method_id','advanced_free_shipping'),(157150,17083,'instance_id','0'),(157151,17083,'cost','0.00'),(157152,17083,'total_tax','0'),(157153,17083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157154,17084,'_product_id','41'),(157155,17084,'_variation_id','0'),(157156,17084,'_qty','2'),(157157,17084,'_tax_class',''),(157158,17084,'_line_subtotal','142.8'),(157159,17084,'_line_subtotal_tax','0'),(157160,17084,'_line_total','142.8'),(157161,17084,'_line_tax','0'),(157162,17084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157163,17084,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157164,17085,'_product_id','45'),(157165,17085,'_variation_id','0'),(157166,17085,'_qty','5'),(157167,17085,'_tax_class',''),(157168,17085,'_line_subtotal','250'),(157169,17085,'_line_subtotal_tax','0'),(157170,17085,'_line_total','250'),(157171,17085,'_line_tax','0'),(157172,17085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157173,17085,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157174,17086,'_product_id','487'),(157175,17086,'_variation_id','0'),(157176,17086,'_qty','2'),(157177,17086,'_tax_class',''),(157178,17086,'_line_subtotal','62.7'),(157179,17086,'_line_subtotal_tax','0'),(157180,17086,'_line_total','62.7'),(157181,17086,'_line_tax','0'),(157182,17086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157183,17086,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(157184,17087,'_product_id','3362'),(157185,17087,'_variation_id','0'),(157186,17087,'_qty','1'),(157187,17087,'_tax_class',''),(157188,17087,'_line_subtotal','75'),(157189,17087,'_line_subtotal_tax','0'),(157190,17087,'_line_total','75'),(157191,17087,'_line_tax','0'),(157192,17087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157193,17087,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(157194,17088,'_product_id','39'),(157195,17088,'_variation_id','0'),(157196,17088,'_qty','1'),(157197,17088,'_tax_class',''),(157198,17088,'_line_subtotal','90'),(157199,17088,'_line_subtotal_tax','0'),(157200,17088,'_line_total','90'),(157201,17088,'_line_tax','0'),(157202,17088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157203,17088,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(157204,17089,'_product_id','2110'),(157205,17089,'_variation_id','0'),(157206,17089,'_qty','1'),(157207,17089,'_tax_class',''),(157208,17089,'_line_subtotal','71.4'),(157209,17089,'_line_subtotal_tax','0'),(157210,17089,'_line_total','71.4'),(157211,17089,'_line_tax','0'),(157212,17089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157213,17089,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157214,17090,'method_id','advanced_free_shipping'),(157215,17090,'instance_id','0'),(157216,17090,'cost','0.00'),(157217,17090,'total_tax','0'),(157218,17090,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157219,17091,'_product_id','3412'),(157220,17091,'_variation_id','0'),(157221,17091,'_qty','1'),(157222,17091,'_tax_class',''),(157223,17091,'_line_subtotal','90'),(157224,17091,'_line_subtotal_tax','0'),(157225,17091,'_line_total','90'),(157226,17091,'_line_tax','0'),(157227,17091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157228,17091,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(157229,17092,'_product_id','120'),(157230,17092,'_variation_id','0'),(157231,17092,'_qty','2'),(157232,17092,'_tax_class',''),(157233,17092,'_line_subtotal','126'),(157234,17092,'_line_subtotal_tax','0'),(157235,17092,'_line_total','126'),(157236,17092,'_line_tax','0'),(157237,17092,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157238,17092,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(157239,17093,'_product_id','45'),(157240,17093,'_variation_id','0'),(157241,17093,'_qty','1'),(157242,17093,'_tax_class',''),(157243,17093,'_line_subtotal','50'),(157244,17093,'_line_subtotal_tax','0'),(157245,17093,'_line_total','50'),(157246,17093,'_line_tax','0'),(157247,17093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157248,17093,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157249,17094,'_product_id','2110'),(157250,17094,'_variation_id','0'),(157251,17094,'_qty','1'),(157252,17094,'_tax_class',''),(157253,17094,'_line_subtotal','71.4'),(157254,17094,'_line_subtotal_tax','0'),(157255,17094,'_line_total','71.4'),(157256,17094,'_line_tax','0'),(157257,17094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157258,17094,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157259,17095,'_product_id','2113'),(157260,17095,'_variation_id','0'),(157261,17095,'_qty','1'),(157262,17095,'_tax_class',''),(157263,17095,'_line_subtotal','172'),(157264,17095,'_line_subtotal_tax','0'),(157265,17095,'_line_total','172'),(157266,17095,'_line_tax','0'),(157267,17095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157268,17095,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157269,17096,'_product_id','41'),(157270,17096,'_variation_id','0'),(157271,17096,'_qty','1'),(157272,17096,'_tax_class',''),(157273,17096,'_line_subtotal','71.4'),(157274,17096,'_line_subtotal_tax','0'),(157275,17096,'_line_total','71.4'),(157276,17096,'_line_tax','0'),(157277,17096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157278,17096,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157279,17097,'_product_id','487'),(157280,17097,'_variation_id','0'),(157281,17097,'_qty','1'),(157282,17097,'_tax_class',''),(157283,17097,'_line_subtotal','31.35'),(157284,17097,'_line_subtotal_tax','0'),(157285,17097,'_line_total','31.35'),(157286,17097,'_line_tax','0'),(157287,17097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157288,17097,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(157289,17098,'_product_id','3362'),(157290,17098,'_variation_id','0'),(157291,17098,'_qty','1'),(157292,17098,'_tax_class',''),(157293,17098,'_line_subtotal','75'),(157294,17098,'_line_subtotal_tax','0'),(157295,17098,'_line_total','75'),(157296,17098,'_line_tax','0'),(157297,17098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157298,17098,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(157299,17099,'method_id','advanced_free_shipping'),(157300,17099,'instance_id','0'),(157301,17099,'cost','0.00'),(157302,17099,'total_tax','0'),(157303,17099,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157304,17100,'_product_id','3412'),(157305,17100,'_variation_id','0'),(157306,17100,'_qty','2'),(157307,17100,'_tax_class',''),(157308,17100,'_line_subtotal','180'),(157309,17100,'_line_subtotal_tax','0'),(157310,17100,'_line_total','180'),(157311,17100,'_line_tax','0'),(157312,17100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157313,17100,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(157314,17101,'_product_id','49'),(157315,17101,'_variation_id','0'),(157316,17101,'_qty','1'),(157317,17101,'_tax_class',''),(157318,17101,'_line_subtotal','90'),(157319,17101,'_line_subtotal_tax','0'),(157320,17101,'_line_total','90'),(157321,17101,'_line_tax','0'),(157322,17101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157323,17101,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(157324,17102,'_product_id','2110'),(157325,17102,'_variation_id','0'),(157326,17102,'_qty','1'),(157327,17102,'_tax_class',''),(157328,17102,'_line_subtotal','71.4'),(157329,17102,'_line_subtotal_tax','0'),(157330,17102,'_line_total','71.4'),(157331,17102,'_line_tax','0'),(157332,17102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157333,17102,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157334,17103,'_product_id','2113'),(157335,17103,'_variation_id','0'),(157336,17103,'_qty','1'),(157337,17103,'_tax_class',''),(157338,17103,'_line_subtotal','172'),(157339,17103,'_line_subtotal_tax','0'),(157340,17103,'_line_total','172'),(157341,17103,'_line_tax','0'),(157342,17103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157343,17103,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157344,17104,'_product_id','488'),(157345,17104,'_variation_id','0'),(157346,17104,'_qty','1'),(157347,17104,'_tax_class',''),(157348,17104,'_line_subtotal','31.35'),(157349,17104,'_line_subtotal_tax','0'),(157350,17104,'_line_total','31.35'),(157351,17104,'_line_tax','0'),(157352,17104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157353,17104,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(157354,17105,'_product_id','487'),(157355,17105,'_variation_id','0'),(157356,17105,'_qty','1'),(157357,17105,'_tax_class',''),(157358,17105,'_line_subtotal','31.35'),(157359,17105,'_line_subtotal_tax','0'),(157360,17105,'_line_total','31.35'),(157361,17105,'_line_tax','0'),(157362,17105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157363,17105,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(157364,17106,'method_id','advanced_free_shipping'),(157365,17106,'instance_id','0'),(157366,17106,'cost','0.00'),(157367,17106,'total_tax','0'),(157368,17106,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157369,17107,'_product_id','488'),(157370,17107,'_variation_id','0'),(157371,17107,'_qty','1'),(157372,17107,'_tax_class',''),(157373,17107,'_line_subtotal','31.35'),(157374,17107,'_line_subtotal_tax','0'),(157375,17107,'_line_total','31.35'),(157376,17107,'_line_tax','0'),(157377,17107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157378,17107,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(157379,17108,'_product_id','490'),(157380,17108,'_variation_id','0'),(157381,17108,'_qty','2'),(157382,17108,'_tax_class',''),(157383,17108,'_line_subtotal','39.2'),(157384,17108,'_line_subtotal_tax','0'),(157385,17108,'_line_total','39.2'),(157386,17108,'_line_tax','0'),(157387,17108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157388,17108,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(157389,17109,'_product_id','41'),(157390,17109,'_variation_id','0'),(157391,17109,'_qty','1'),(157392,17109,'_tax_class',''),(157393,17109,'_line_subtotal','71.4'),(157394,17109,'_line_subtotal_tax','0'),(157395,17109,'_line_total','71.4'),(157396,17109,'_line_tax','0'),(157397,17109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157398,17109,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157399,17110,'_product_id','40'),(157400,17110,'_variation_id','0'),(157401,17110,'_qty','1'),(157402,17110,'_tax_class',''),(157403,17110,'_line_subtotal','90'),(157404,17110,'_line_subtotal_tax','0'),(157405,17110,'_line_total','90'),(157406,17110,'_line_tax','0'),(157407,17110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157408,17110,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(157409,17111,'method_id','fedex'),(157410,17111,'instance_id','1'),(157411,17111,'cost','16.54'),(157412,17111,'total_tax','0'),(157413,17111,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157414,17111,'Package 1','17 × 14 × 10 (in) 23lbs × 1'),(157415,17111,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 2, Professional Lice Comb(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1'),(157416,17112,'_product_id','2110'),(157417,17112,'_variation_id','0'),(157418,17112,'_qty','4'),(157419,17112,'_tax_class',''),(157420,17112,'_line_subtotal','285.6'),(157421,17112,'_line_subtotal_tax','0'),(157422,17112,'_line_total','285.6'),(157423,17112,'_line_tax','0'),(157424,17112,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157425,17112,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157426,17113,'_product_id','41'),(157427,17113,'_variation_id','0'),(157428,17113,'_qty','4'),(157429,17113,'_tax_class',''),(157430,17113,'_line_subtotal','285.6'),(157431,17113,'_line_subtotal_tax','0'),(157432,17113,'_line_total','285.6'),(157433,17113,'_line_tax','0'),(157434,17113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157435,17113,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157436,17114,'_product_id','45'),(157437,17114,'_variation_id','0'),(157438,17114,'_qty','1'),(157439,17114,'_tax_class',''),(157440,17114,'_line_subtotal','50'),(157441,17114,'_line_subtotal_tax','0'),(157442,17114,'_line_total','50'),(157443,17114,'_line_tax','0'),(157444,17114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157445,17114,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157446,17115,'_product_id','49'),(157447,17115,'_variation_id','0'),(157448,17115,'_qty','3'),(157449,17115,'_tax_class',''),(157450,17115,'_line_subtotal','270'),(157451,17115,'_line_subtotal_tax','0'),(157452,17115,'_line_total','270'),(157453,17115,'_line_tax','0'),(157454,17115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157455,17115,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(157456,17116,'_product_id','44'),(157457,17116,'_variation_id','0'),(157458,17116,'_qty','2'),(157459,17116,'_tax_class',''),(157460,17116,'_line_subtotal','276'),(157461,17116,'_line_subtotal_tax','0'),(157462,17116,'_line_total','276'),(157463,17116,'_line_tax','0'),(157464,17116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157465,17116,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(157466,17117,'_product_id','133'),(157467,17117,'_variation_id','0'),(157468,17117,'_qty','3'),(157469,17117,'_tax_class',''),(157470,17117,'_line_subtotal','42.9'),(157471,17117,'_line_subtotal_tax','0'),(157472,17117,'_line_total','42.9'),(157473,17117,'_line_tax','0'),(157474,17117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157475,17117,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(157476,17118,'_product_id','116'),(157477,17118,'_variation_id','0'),(157478,17118,'_qty','1'),(157479,17118,'_tax_class',''),(157480,17118,'_line_subtotal','165'),(157481,17118,'_line_subtotal_tax','0'),(157482,17118,'_line_total','165'),(157483,17118,'_line_tax','0'),(157484,17118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157485,17118,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(157486,17119,'_product_id','3356'),(157487,17119,'_variation_id','0'),(157488,17119,'_qty','2'),(157489,17119,'_tax_class',''),(157490,17119,'_line_subtotal','302.4'),(157491,17119,'_line_subtotal_tax','0'),(157492,17119,'_line_total','302.4'),(157493,17119,'_line_tax','0'),(157494,17119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157495,17119,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(157496,17120,'_product_id','3358'),(157497,17120,'_variation_id','0'),(157498,17120,'_qty','2'),(157499,17120,'_tax_class',''),(157500,17120,'_line_subtotal','302.4'),(157501,17120,'_line_subtotal_tax','0'),(157502,17120,'_line_total','302.4'),(157503,17120,'_line_tax','0'),(157504,17120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157505,17120,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(157506,17121,'method_id','advanced_free_shipping'),(157507,17121,'instance_id','0'),(157508,17121,'cost','0.00'),(157509,17121,'total_tax','0'),(157510,17121,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157582,17129,'_product_id','133'),(157583,17129,'_variation_id','0'),(157584,17129,'_qty','12'),(157585,17129,'_tax_class',''),(157586,17129,'_line_subtotal','171.6'),(157587,17129,'_line_subtotal_tax','0'),(157588,17129,'_line_total','171.6'),(157589,17129,'_line_tax','0'),(157590,17129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157591,17129,'_wcms_cart_key','31e84a1f7c5ed213ff418e37ea349551'),(157592,17130,'_product_id','43'),(157593,17130,'_variation_id','0'),(157594,17130,'_qty','15'),(157595,17130,'_tax_class',''),(157596,17130,'_line_subtotal','1255.5'),(157597,17130,'_line_subtotal_tax','0'),(157598,17130,'_line_total','1255.5'),(157599,17130,'_line_tax','0'),(157600,17130,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157601,17130,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:3:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(157602,17130,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(157603,17130,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(157604,17131,'_product_id','49'),(157605,17131,'_variation_id','0'),(157606,17131,'_qty','15'),(157607,17131,'_tax_class',''),(157608,17131,'_line_subtotal','1255.5'),(157609,17131,'_line_subtotal_tax','0'),(157610,17131,'_line_total','1255.5'),(157611,17131,'_line_tax','0'),(157612,17131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157613,17131,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(157614,17131,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(157615,17131,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(157616,17132,'_product_id','45'),(157617,17132,'_variation_id','0'),(157618,17132,'_qty','8'),(157619,17132,'_tax_class',''),(157620,17132,'_line_subtotal','372'),(157621,17132,'_line_subtotal_tax','0'),(157622,17132,'_line_total','372'),(157623,17132,'_line_tax','0'),(157624,17132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157625,17132,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:3:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(157626,17132,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(157627,17132,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157628,17133,'_product_id','490'),(157629,17133,'_variation_id','0'),(157630,17133,'_qty','50'),(157631,17133,'_tax_class',''),(157632,17133,'_line_subtotal','980'),(157633,17133,'_line_subtotal_tax','0'),(157634,17133,'_line_total','980'),(157635,17133,'_line_tax','0'),(157636,17133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157637,17133,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(157638,17134,'_product_id','2113'),(157639,17134,'_variation_id','0'),(157640,17134,'_qty','1'),(157641,17134,'_tax_class',''),(157642,17134,'_line_subtotal','172'),(157643,17134,'_line_subtotal_tax','0'),(157644,17134,'_line_total','172'),(157645,17134,'_line_tax','0'),(157646,17134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157647,17134,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157648,17135,'method_id','advanced_free_shipping'),(157649,17135,'instance_id','0'),(157650,17135,'cost','0.00'),(157651,17135,'total_tax','0'),(157652,17135,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157653,17136,'_product_id','2113'),(157654,17136,'_variation_id','0'),(157655,17136,'_qty','1'),(157656,17136,'_tax_class',''),(157657,17136,'_line_subtotal','172'),(157658,17136,'_line_subtotal_tax','0'),(157659,17136,'_line_total','172'),(157660,17136,'_line_tax','0'),(157661,17136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157662,17136,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157663,17137,'_product_id','41'),(157664,17137,'_variation_id','0'),(157665,17137,'_qty','1'),(157666,17137,'_tax_class',''),(157667,17137,'_line_subtotal','71.4'),(157668,17137,'_line_subtotal_tax','0'),(157669,17137,'_line_total','71.4'),(157670,17137,'_line_tax','0'),(157671,17137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157672,17137,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157673,17138,'_product_id','3412'),(157674,17138,'_variation_id','0'),(157675,17138,'_qty','1'),(157676,17138,'_tax_class',''),(157677,17138,'_line_subtotal','90'),(157678,17138,'_line_subtotal_tax','0'),(157679,17138,'_line_total','90'),(157680,17138,'_line_tax','0'),(157681,17138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157682,17138,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(157683,17139,'_product_id','39'),(157684,17139,'_variation_id','0'),(157685,17139,'_qty','1'),(157686,17139,'_tax_class',''),(157687,17139,'_line_subtotal','90'),(157688,17139,'_line_subtotal_tax','0'),(157689,17139,'_line_total','90'),(157690,17139,'_line_tax','0'),(157691,17139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157692,17139,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(157693,17140,'_product_id','44'),(157694,17140,'_variation_id','0'),(157695,17140,'_qty','2'),(157696,17140,'_tax_class',''),(157697,17140,'_line_subtotal','276'),(157698,17140,'_line_subtotal_tax','0'),(157699,17140,'_line_total','276'),(157700,17140,'_line_tax','0'),(157701,17140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157702,17140,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(157703,17141,'_product_id','49'),(157704,17141,'_variation_id','0'),(157705,17141,'_qty','2'),(157706,17141,'_tax_class',''),(157707,17141,'_line_subtotal','180'),(157708,17141,'_line_subtotal_tax','0'),(157709,17141,'_line_total','180'),(157710,17141,'_line_tax','0'),(157711,17141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157712,17141,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(157713,17142,'_product_id','45'),(157714,17142,'_variation_id','0'),(157715,17142,'_qty','2'),(157716,17142,'_tax_class',''),(157717,17142,'_line_subtotal','100'),(157718,17142,'_line_subtotal_tax','0'),(157719,17142,'_line_total','100'),(157720,17142,'_line_tax','0'),(157721,17142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157722,17142,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157723,17143,'method_id','advanced_free_shipping'),(157724,17143,'instance_id','0'),(157725,17143,'cost','0.00'),(157726,17143,'total_tax','0'),(157727,17143,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157728,17144,'_product_id','41'),(157729,17144,'_variation_id','0'),(157730,17144,'_qty','9'),(157731,17144,'_tax_class',''),(157732,17144,'_line_subtotal','597.618'),(157733,17144,'_line_subtotal_tax','0'),(157734,17144,'_line_total','597.618'),(157735,17144,'_line_tax','0'),(157736,17144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157737,17144,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:9;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:9;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:9;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(157738,17144,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:9;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:44.981999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:44.981999999999999;s:15:\"is_free_product\";b:0;}'),(157739,17144,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157740,17145,'method_id','advanced_free_shipping'),(157741,17145,'instance_id','0'),(157742,17145,'cost','0.00'),(157743,17145,'total_tax','0'),(157744,17145,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157745,17146,'_product_id','2113'),(157746,17146,'_variation_id','0'),(157747,17146,'_qty','2'),(157748,17146,'_tax_class',''),(157749,17146,'_line_subtotal','344'),(157750,17146,'_line_subtotal_tax','0'),(157751,17146,'_line_total','344'),(157752,17146,'_line_tax','0'),(157753,17146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157754,17146,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157755,17147,'_product_id','3412'),(157756,17147,'_variation_id','0'),(157757,17147,'_qty','1'),(157758,17147,'_tax_class',''),(157759,17147,'_line_subtotal','90'),(157760,17147,'_line_subtotal_tax','0'),(157761,17147,'_line_total','90'),(157762,17147,'_line_tax','0'),(157763,17147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157764,17147,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(157765,17148,'_product_id','41'),(157766,17148,'_variation_id','0'),(157767,17148,'_qty','2'),(157768,17148,'_tax_class',''),(157769,17148,'_line_subtotal','142.8'),(157770,17148,'_line_subtotal_tax','0'),(157771,17148,'_line_total','142.8'),(157772,17148,'_line_tax','0'),(157773,17148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157774,17148,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(157775,17149,'method_id','advanced_free_shipping'),(157776,17149,'instance_id','0'),(157777,17149,'cost','0.00'),(157778,17149,'total_tax','0'),(157779,17149,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157780,17150,'_product_id','2110'),(157781,17150,'_variation_id','0'),(157782,17150,'_qty','2'),(157783,17150,'_tax_class',''),(157784,17150,'_line_subtotal','142.8'),(157785,17150,'_line_subtotal_tax','0'),(157786,17150,'_line_total','142.8'),(157787,17150,'_line_tax','0'),(157788,17150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157789,17150,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(157790,17151,'_product_id','2113'),(157791,17151,'_variation_id','0'),(157792,17151,'_qty','1'),(157793,17151,'_tax_class',''),(157794,17151,'_line_subtotal','172'),(157795,17151,'_line_subtotal_tax','0'),(157796,17151,'_line_total','172'),(157797,17151,'_line_tax','0'),(157798,17151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157799,17151,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(157800,17152,'method_id','fedex'),(157801,17152,'instance_id','1'),(157802,17152,'cost','37.09'),(157803,17152,'total_tax','0'),(157804,17152,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157805,17152,'Package 1','21.56 × 16.56 × 13.19 (in) 36.66lbs × 1'),(157806,17152,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1'),(157807,17153,'_product_id','45'),(157808,17153,'_variation_id','0'),(157809,17153,'_qty','1'),(157810,17153,'_tax_class',''),(157811,17153,'_line_subtotal','50'),(157812,17153,'_line_subtotal_tax','0'),(157813,17153,'_line_total','50'),(157814,17153,'_line_tax','0'),(157815,17153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157816,17153,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(157817,17154,'_product_id','3358'),(157818,17154,'_variation_id','0'),(157819,17154,'_qty','1'),(157820,17154,'_tax_class',''),(157821,17154,'_line_subtotal','151.2'),(157822,17154,'_line_subtotal_tax','0'),(157823,17154,'_line_total','151.2'),(157824,17154,'_line_tax','0'),(157825,17154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157826,17154,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(157827,17155,'_product_id','3356'),(157828,17155,'_variation_id','0'),(157829,17155,'_qty','1'),(157830,17155,'_tax_class',''),(157831,17155,'_line_subtotal','151.2'),(157832,17155,'_line_subtotal_tax','0'),(157833,17155,'_line_total','151.2'),(157834,17155,'_line_tax','0'),(157835,17155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157836,17155,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(157837,17156,'_product_id','3354'),(157838,17156,'_variation_id','0'),(157839,17156,'_qty','1'),(157840,17156,'_tax_class',''),(157841,17156,'_line_subtotal','148'),(157842,17156,'_line_subtotal_tax','0'),(157843,17156,'_line_total','148'),(157844,17156,'_line_tax','0'),(157845,17156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157846,17156,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(157847,17157,'_product_id','3352'),(157848,17157,'_variation_id','0'),(157849,17157,'_qty','1'),(157850,17157,'_tax_class',''),(157851,17157,'_line_subtotal','148'),(157852,17157,'_line_subtotal_tax','0'),(157853,17157,'_line_total','148'),(157854,17157,'_line_tax','0'),(157855,17157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157856,17157,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(157857,17158,'_product_id','3360'),(157858,17158,'_variation_id','0'),(157859,17158,'_qty','1'),(157860,17158,'_tax_class',''),(157861,17158,'_line_subtotal','148'),(157862,17158,'_line_subtotal_tax','0'),(157863,17158,'_line_total','148'),(157864,17158,'_line_tax','0'),(157865,17158,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157866,17158,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(157867,17159,'_product_id','3362'),(157868,17159,'_variation_id','0'),(157869,17159,'_qty','1'),(157870,17159,'_tax_class',''),(157871,17159,'_line_subtotal','75'),(157872,17159,'_line_subtotal_tax','0'),(157873,17159,'_line_total','75'),(157874,17159,'_line_tax','0'),(157875,17159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157876,17159,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(157877,17160,'method_id','advanced_free_shipping'),(157878,17160,'instance_id','0'),(157879,17160,'cost','0.00'),(157880,17160,'total_tax','0'),(157881,17160,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157882,17161,'_product_id','487'),(157883,17161,'_variation_id','0'),(157884,17161,'_qty','2'),(157885,17161,'_tax_class',''),(157886,17161,'_line_subtotal','62.7'),(157887,17161,'_line_subtotal_tax','0'),(157888,17161,'_line_total','62.7'),(157889,17161,'_line_tax','0'),(157890,17161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157891,17161,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(157892,17162,'_product_id','3358'),(157893,17162,'_variation_id','0'),(157894,17162,'_qty','2'),(157895,17162,'_tax_class',''),(157896,17162,'_line_subtotal','302.4'),(157897,17162,'_line_subtotal_tax','0'),(157898,17162,'_line_total','302.4'),(157899,17162,'_line_tax','0'),(157900,17162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157901,17162,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(157902,17163,'_product_id','3354'),(157903,17163,'_variation_id','0'),(157904,17163,'_qty','2'),(157905,17163,'_tax_class',''),(157906,17163,'_line_subtotal','296'),(157907,17163,'_line_subtotal_tax','0'),(157908,17163,'_line_total','296'),(157909,17163,'_line_tax','0'),(157910,17163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157911,17163,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(157912,17164,'_product_id','3356'),(157913,17164,'_variation_id','0'),(157914,17164,'_qty','2'),(157915,17164,'_tax_class',''),(157916,17164,'_line_subtotal','302.4'),(157917,17164,'_line_subtotal_tax','0'),(157918,17164,'_line_total','302.4'),(157919,17164,'_line_tax','0'),(157920,17164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157921,17164,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(157922,17165,'_product_id','38'),(157923,17165,'_variation_id','0'),(157924,17165,'_qty','2'),(157925,17165,'_tax_class',''),(157926,17165,'_line_subtotal','331.52'),(157927,17165,'_line_subtotal_tax','0'),(157928,17165,'_line_total','331.52'),(157929,17165,'_line_tax','0'),(157930,17165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157931,17165,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(157932,17166,'method_id','advanced_free_shipping'),(157933,17166,'instance_id','0'),(157934,17166,'cost','0.00'),(157935,17166,'total_tax','0'),(157936,17166,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157937,17167,'_product_id','38'),(157938,17167,'_variation_id','0'),(157939,17167,'_qty','2'),(157940,17167,'_tax_class',''),(157941,17167,'_line_subtotal','331.52'),(157942,17167,'_line_subtotal_tax','0'),(157943,17167,'_line_total','331.52'),(157944,17167,'_line_tax','0'),(157945,17167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157946,17167,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(157947,17168,'_product_id','3358'),(157948,17168,'_variation_id','0'),(157949,17168,'_qty','2'),(157950,17168,'_tax_class',''),(157951,17168,'_line_subtotal','302.4'),(157952,17168,'_line_subtotal_tax','0'),(157953,17168,'_line_total','302.4'),(157954,17168,'_line_tax','0'),(157955,17168,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157956,17168,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(157957,17169,'_product_id','3354'),(157958,17169,'_variation_id','0'),(157959,17169,'_qty','2'),(157960,17169,'_tax_class',''),(157961,17169,'_line_subtotal','296'),(157962,17169,'_line_subtotal_tax','0'),(157963,17169,'_line_total','296'),(157964,17169,'_line_tax','0'),(157965,17169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157966,17169,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(157967,17170,'_product_id','3356'),(157968,17170,'_variation_id','0'),(157969,17170,'_qty','2'),(157970,17170,'_tax_class',''),(157971,17170,'_line_subtotal','302.4'),(157972,17170,'_line_subtotal_tax','0'),(157973,17170,'_line_total','302.4'),(157974,17170,'_line_tax','0'),(157975,17170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157976,17170,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(157977,17171,'_product_id','487'),(157978,17171,'_variation_id','0'),(157979,17171,'_qty','2'),(157980,17171,'_tax_class',''),(157981,17171,'_line_subtotal','62.7'),(157982,17171,'_line_subtotal_tax','0'),(157983,17171,'_line_total','62.7'),(157984,17171,'_line_tax','0'),(157985,17171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(157986,17171,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(157987,17172,'method_id','advanced_free_shipping'),(157988,17172,'instance_id','0'),(157989,17172,'cost','0.00'),(157990,17172,'total_tax','0'),(157991,17172,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(157992,17173,'_product_id','38'),(157993,17173,'_variation_id','0'),(157994,17173,'_qty','2'),(157995,17173,'_tax_class',''),(157996,17173,'_line_subtotal','331.52'),(157997,17173,'_line_subtotal_tax','0'),(157998,17173,'_line_total','331.52'),(157999,17173,'_line_tax','0'),(158000,17173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158001,17173,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(158002,17174,'_product_id','3358'),(158003,17174,'_variation_id','0'),(158004,17174,'_qty','2'),(158005,17174,'_tax_class',''),(158006,17174,'_line_subtotal','302.4'),(158007,17174,'_line_subtotal_tax','0'),(158008,17174,'_line_total','302.4'),(158009,17174,'_line_tax','0'),(158010,17174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158011,17174,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(158012,17175,'_product_id','3354'),(158013,17175,'_variation_id','0'),(158014,17175,'_qty','2'),(158015,17175,'_tax_class',''),(158016,17175,'_line_subtotal','296'),(158017,17175,'_line_subtotal_tax','0'),(158018,17175,'_line_total','296'),(158019,17175,'_line_tax','0'),(158020,17175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158021,17175,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(158022,17176,'_product_id','3356'),(158023,17176,'_variation_id','0'),(158024,17176,'_qty','2'),(158025,17176,'_tax_class',''),(158026,17176,'_line_subtotal','302.4'),(158027,17176,'_line_subtotal_tax','0'),(158028,17176,'_line_total','302.4'),(158029,17176,'_line_tax','0'),(158030,17176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158031,17176,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(158032,17177,'_product_id','487'),(158033,17177,'_variation_id','0'),(158034,17177,'_qty','2'),(158035,17177,'_tax_class',''),(158036,17177,'_line_subtotal','62.7'),(158037,17177,'_line_subtotal_tax','0'),(158038,17177,'_line_total','62.7'),(158039,17177,'_line_tax','0'),(158040,17177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158041,17177,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158042,17178,'method_id','advanced_free_shipping'),(158043,17178,'instance_id','0'),(158044,17178,'cost','0.00'),(158045,17178,'total_tax','0'),(158046,17178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158047,17179,'_product_id','38'),(158048,17179,'_variation_id','0'),(158049,17179,'_qty','2'),(158050,17179,'_tax_class',''),(158051,17179,'_line_subtotal','331.52'),(158052,17179,'_line_subtotal_tax','0'),(158053,17179,'_line_total','331.52'),(158054,17179,'_line_tax','0'),(158055,17179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158056,17179,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(158057,17180,'_product_id','3358'),(158058,17180,'_variation_id','0'),(158059,17180,'_qty','2'),(158060,17180,'_tax_class',''),(158061,17180,'_line_subtotal','302.4'),(158062,17180,'_line_subtotal_tax','0'),(158063,17180,'_line_total','302.4'),(158064,17180,'_line_tax','0'),(158065,17180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158066,17180,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(158067,17181,'_product_id','3354'),(158068,17181,'_variation_id','0'),(158069,17181,'_qty','2'),(158070,17181,'_tax_class',''),(158071,17181,'_line_subtotal','296'),(158072,17181,'_line_subtotal_tax','0'),(158073,17181,'_line_total','296'),(158074,17181,'_line_tax','0'),(158075,17181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158076,17181,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(158077,17182,'_product_id','3356'),(158078,17182,'_variation_id','0'),(158079,17182,'_qty','2'),(158080,17182,'_tax_class',''),(158081,17182,'_line_subtotal','302.4'),(158082,17182,'_line_subtotal_tax','0'),(158083,17182,'_line_total','302.4'),(158084,17182,'_line_tax','0'),(158085,17182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158086,17182,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(158087,17183,'_product_id','487'),(158088,17183,'_variation_id','0'),(158089,17183,'_qty','2'),(158090,17183,'_tax_class',''),(158091,17183,'_line_subtotal','62.7'),(158092,17183,'_line_subtotal_tax','0'),(158093,17183,'_line_total','62.7'),(158094,17183,'_line_tax','0'),(158095,17183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158096,17183,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158097,17184,'method_id','advanced_free_shipping'),(158098,17184,'instance_id','0'),(158099,17184,'cost','0.00'),(158100,17184,'total_tax','0'),(158101,17184,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158102,17185,'_product_id','2113'),(158103,17185,'_variation_id','0'),(158104,17185,'_qty','2'),(158105,17185,'_tax_class',''),(158106,17185,'_line_subtotal','344'),(158107,17185,'_line_subtotal_tax','0'),(158108,17185,'_line_total','344'),(158109,17185,'_line_tax','0'),(158110,17185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158111,17185,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(158112,17186,'_product_id','3412'),(158113,17186,'_variation_id','0'),(158114,17186,'_qty','1'),(158115,17186,'_tax_class',''),(158116,17186,'_line_subtotal','90'),(158117,17186,'_line_subtotal_tax','0'),(158118,17186,'_line_total','90'),(158119,17186,'_line_tax','0'),(158120,17186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158121,17186,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(158122,17187,'_product_id','3358'),(158123,17187,'_variation_id','0'),(158124,17187,'_qty','1'),(158125,17187,'_tax_class',''),(158126,17187,'_line_subtotal','151.2'),(158127,17187,'_line_subtotal_tax','0'),(158128,17187,'_line_total','151.2'),(158129,17187,'_line_tax','0'),(158130,17187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158131,17187,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(158132,17188,'_product_id','3354'),(158133,17188,'_variation_id','0'),(158134,17188,'_qty','1'),(158135,17188,'_tax_class',''),(158136,17188,'_line_subtotal','148'),(158137,17188,'_line_subtotal_tax','0'),(158138,17188,'_line_total','148'),(158139,17188,'_line_tax','0'),(158140,17188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158141,17188,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(158142,17189,'_product_id','3352'),(158143,17189,'_variation_id','0'),(158144,17189,'_qty','1'),(158145,17189,'_tax_class',''),(158146,17189,'_line_subtotal','148'),(158147,17189,'_line_subtotal_tax','0'),(158148,17189,'_line_total','148'),(158149,17189,'_line_tax','0'),(158150,17189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158151,17189,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(158152,17190,'_product_id','3356'),(158153,17190,'_variation_id','0'),(158154,17190,'_qty','1'),(158155,17190,'_tax_class',''),(158156,17190,'_line_subtotal','151.2'),(158157,17190,'_line_subtotal_tax','0'),(158158,17190,'_line_total','151.2'),(158159,17190,'_line_tax','0'),(158160,17190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158161,17190,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(158162,17191,'_product_id','3360'),(158163,17191,'_variation_id','0'),(158164,17191,'_qty','1'),(158165,17191,'_tax_class',''),(158166,17191,'_line_subtotal','148'),(158167,17191,'_line_subtotal_tax','0'),(158168,17191,'_line_total','148'),(158169,17191,'_line_tax','0'),(158170,17191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158171,17191,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(158172,17192,'_product_id','3362'),(158173,17192,'_variation_id','0'),(158174,17192,'_qty','1'),(158175,17192,'_tax_class',''),(158176,17192,'_line_subtotal','75'),(158177,17192,'_line_subtotal_tax','0'),(158178,17192,'_line_total','75'),(158179,17192,'_line_tax','0'),(158180,17192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158181,17192,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158182,17193,'method_id','advanced_free_shipping'),(158183,17193,'instance_id','0'),(158184,17193,'cost','0.00'),(158185,17193,'total_tax','0'),(158186,17193,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158187,17194,'_product_id','2110'),(158188,17194,'_variation_id','0'),(158189,17194,'_qty','4'),(158190,17194,'_tax_class',''),(158191,17194,'_line_subtotal','285.6'),(158192,17194,'_line_subtotal_tax','0'),(158193,17194,'_line_total','285.6'),(158194,17194,'_line_tax','0'),(158195,17194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158196,17194,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(158197,17195,'_product_id','2113'),(158198,17195,'_variation_id','0'),(158199,17195,'_qty','2'),(158200,17195,'_tax_class',''),(158201,17195,'_line_subtotal','344'),(158202,17195,'_line_subtotal_tax','0'),(158203,17195,'_line_total','344'),(158204,17195,'_line_tax','0'),(158205,17195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158206,17195,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(158207,17196,'_product_id','41'),(158208,17196,'_variation_id','0'),(158209,17196,'_qty','8'),(158210,17196,'_tax_class',''),(158211,17196,'_line_subtotal','531.216'),(158212,17196,'_line_subtotal_tax','0'),(158213,17196,'_line_total','531.216'),(158214,17196,'_line_tax','0'),(158215,17196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158216,17196,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(158217,17196,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(158218,17196,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158219,17197,'_product_id','43'),(158220,17197,'_variation_id','0'),(158221,17197,'_qty','3'),(158222,17197,'_tax_class',''),(158223,17197,'_line_subtotal','270'),(158224,17197,'_line_subtotal_tax','0'),(158225,17197,'_line_total','270'),(158226,17197,'_line_tax','0'),(158227,17197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158228,17197,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(158229,17198,'_product_id','3358'),(158230,17198,'_variation_id','0'),(158231,17198,'_qty','1'),(158232,17198,'_tax_class',''),(158233,17198,'_line_subtotal','151.2'),(158234,17198,'_line_subtotal_tax','0'),(158235,17198,'_line_total','151.2'),(158236,17198,'_line_tax','0'),(158237,17198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158238,17198,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(158239,17199,'_product_id','3354'),(158240,17199,'_variation_id','0'),(158241,17199,'_qty','1'),(158242,17199,'_tax_class',''),(158243,17199,'_line_subtotal','148'),(158244,17199,'_line_subtotal_tax','0'),(158245,17199,'_line_total','148'),(158246,17199,'_line_tax','0'),(158247,17199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158248,17199,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(158249,17200,'_product_id','3356'),(158250,17200,'_variation_id','0'),(158251,17200,'_qty','1'),(158252,17200,'_tax_class',''),(158253,17200,'_line_subtotal','151.2'),(158254,17200,'_line_subtotal_tax','0'),(158255,17200,'_line_total','151.2'),(158256,17200,'_line_tax','0'),(158257,17200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158258,17200,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(158259,17201,'_product_id','3352'),(158260,17201,'_variation_id','0'),(158261,17201,'_qty','1'),(158262,17201,'_tax_class',''),(158263,17201,'_line_subtotal','148'),(158264,17201,'_line_subtotal_tax','0'),(158265,17201,'_line_total','148'),(158266,17201,'_line_tax','0'),(158267,17201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158268,17201,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(158269,17202,'_product_id','3360'),(158270,17202,'_variation_id','0'),(158271,17202,'_qty','1'),(158272,17202,'_tax_class',''),(158273,17202,'_line_subtotal','148'),(158274,17202,'_line_subtotal_tax','0'),(158275,17202,'_line_total','148'),(158276,17202,'_line_tax','0'),(158277,17202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158278,17202,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(158279,17203,'_product_id','3362'),(158280,17203,'_variation_id','0'),(158281,17203,'_qty','1'),(158282,17203,'_tax_class',''),(158283,17203,'_line_subtotal','75'),(158284,17203,'_line_subtotal_tax','0'),(158285,17203,'_line_total','75'),(158286,17203,'_line_tax','0'),(158287,17203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158288,17203,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158289,17204,'method_id','advanced_free_shipping'),(158290,17204,'instance_id','0'),(158291,17204,'cost','0.00'),(158292,17204,'total_tax','0'),(158293,17204,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158294,17205,'_product_id','2110'),(158295,17205,'_variation_id','0'),(158296,17205,'_qty','2'),(158297,17205,'_tax_class',''),(158298,17205,'_line_subtotal','142.8'),(158299,17205,'_line_subtotal_tax','0'),(158300,17205,'_line_total','142.8'),(158301,17205,'_line_tax','0'),(158302,17205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158303,17205,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(158304,17206,'_product_id','2113'),(158305,17206,'_variation_id','0'),(158306,17206,'_qty','1'),(158307,17206,'_tax_class',''),(158308,17206,'_line_subtotal','172'),(158309,17206,'_line_subtotal_tax','0'),(158310,17206,'_line_total','172'),(158311,17206,'_line_tax','0'),(158312,17206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158313,17206,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(158314,17207,'_product_id','39'),(158315,17207,'_variation_id','0'),(158316,17207,'_qty','1'),(158317,17207,'_tax_class',''),(158318,17207,'_line_subtotal','90'),(158319,17207,'_line_subtotal_tax','0'),(158320,17207,'_line_total','90'),(158321,17207,'_line_tax','0'),(158322,17207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158323,17207,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(158324,17208,'_product_id','3362'),(158325,17208,'_variation_id','0'),(158326,17208,'_qty','1'),(158327,17208,'_tax_class',''),(158328,17208,'_line_subtotal','75'),(158329,17208,'_line_subtotal_tax','0'),(158330,17208,'_line_total','75'),(158331,17208,'_line_tax','0'),(158332,17208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158333,17208,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158334,17209,'_product_id','487'),(158335,17209,'_variation_id','0'),(158336,17209,'_qty','1'),(158337,17209,'_tax_class',''),(158338,17209,'_line_subtotal','31.35'),(158339,17209,'_line_subtotal_tax','0'),(158340,17209,'_line_total','31.35'),(158341,17209,'_line_tax','0'),(158342,17209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158343,17209,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158344,17210,'_product_id','45'),(158345,17210,'_variation_id','0'),(158346,17210,'_qty','2'),(158347,17210,'_tax_class',''),(158348,17210,'_line_subtotal','100'),(158349,17210,'_line_subtotal_tax','0'),(158350,17210,'_line_total','100'),(158351,17210,'_line_tax','0'),(158352,17210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158353,17210,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158354,17211,'_product_id','49'),(158355,17211,'_variation_id','0'),(158356,17211,'_qty','2'),(158357,17211,'_tax_class',''),(158358,17211,'_line_subtotal','180'),(158359,17211,'_line_subtotal_tax','0'),(158360,17211,'_line_total','180'),(158361,17211,'_line_tax','0'),(158362,17211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158363,17211,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(158364,17212,'method_id','advanced_free_shipping'),(158365,17212,'instance_id','0'),(158366,17212,'cost','0.00'),(158367,17212,'total_tax','0'),(158368,17212,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158369,17213,'_product_id','490'),(158370,17213,'_variation_id','0'),(158371,17213,'_qty','15'),(158372,17213,'_tax_class',''),(158373,17213,'_line_subtotal','294'),(158374,17213,'_line_subtotal_tax','0'),(158375,17213,'_line_total','294'),(158376,17213,'_line_tax','0'),(158377,17213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158378,17213,'_wcms_cart_key','3c943b775e2cfabe46cd2f1daf1c1fcf'),(158379,17214,'_product_id','2113'),(158380,17214,'_variation_id','0'),(158381,17214,'_qty','1'),(158382,17214,'_tax_class',''),(158383,17214,'_line_subtotal','172'),(158384,17214,'_line_subtotal_tax','0'),(158385,17214,'_line_total','172'),(158386,17214,'_line_tax','0'),(158387,17214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158388,17214,'_wcms_cart_key','26b634265ba27242cff529a7e33c5084'),(158389,17215,'_product_id','487'),(158390,17215,'_variation_id','0'),(158391,17215,'_qty','1'),(158392,17215,'_tax_class',''),(158393,17215,'_line_subtotal','31.35'),(158394,17215,'_line_subtotal_tax','0'),(158395,17215,'_line_total','31.35'),(158396,17215,'_line_tax','0'),(158397,17215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158398,17215,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158399,17216,'_product_id','2408'),(158400,17216,'_variation_id','0'),(158401,17216,'_qty','1'),(158402,17216,'_tax_class',''),(158403,17216,'_line_subtotal','170'),(158404,17216,'_line_subtotal_tax','0'),(158405,17216,'_line_total','170'),(158406,17216,'_line_tax','0'),(158407,17216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158408,17216,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(158409,17217,'_product_id','120'),(158410,17217,'_variation_id','0'),(158411,17217,'_qty','1'),(158412,17217,'_tax_class',''),(158413,17217,'_line_subtotal','63'),(158414,17217,'_line_subtotal_tax','0'),(158415,17217,'_line_total','63'),(158416,17217,'_line_tax','0'),(158417,17217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158418,17217,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(158419,17218,'_product_id','41'),(158420,17218,'_variation_id','0'),(158421,17218,'_qty','2'),(158422,17218,'_tax_class',''),(158423,17218,'_line_subtotal','142.8'),(158424,17218,'_line_subtotal_tax','0'),(158425,17218,'_line_total','142.8'),(158426,17218,'_line_tax','0'),(158427,17218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158428,17218,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158429,17219,'_product_id','42'),(158430,17219,'_variation_id','0'),(158431,17219,'_qty','1'),(158432,17219,'_tax_class',''),(158433,17219,'_line_subtotal','90'),(158434,17219,'_line_subtotal_tax','0'),(158435,17219,'_line_total','90'),(158436,17219,'_line_tax','0'),(158437,17219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158438,17219,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(158439,17220,'_product_id','45'),(158440,17220,'_variation_id','0'),(158441,17220,'_qty','4'),(158442,17220,'_tax_class',''),(158443,17220,'_line_subtotal','200'),(158444,17220,'_line_subtotal_tax','0'),(158445,17220,'_line_total','200'),(158446,17220,'_line_tax','0'),(158447,17220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158448,17220,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158449,17221,'_product_id','488'),(158450,17221,'_variation_id','0'),(158451,17221,'_qty','1'),(158452,17221,'_tax_class',''),(158453,17221,'_line_subtotal','31.35'),(158454,17221,'_line_subtotal_tax','0'),(158455,17221,'_line_total','31.35'),(158456,17221,'_line_tax','0'),(158457,17221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158458,17221,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(158459,17222,'_product_id','3362'),(158460,17222,'_variation_id','0'),(158461,17222,'_qty','1'),(158462,17222,'_tax_class',''),(158463,17222,'_line_subtotal','75'),(158464,17222,'_line_subtotal_tax','0'),(158465,17222,'_line_total','75'),(158466,17222,'_line_tax','0'),(158467,17222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158468,17222,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158469,17223,'method_id','advanced_free_shipping'),(158470,17223,'instance_id','0'),(158471,17223,'cost','0.00'),(158472,17223,'total_tax','0'),(158473,17223,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158474,17224,'_product_id','490'),(158475,17224,'_variation_id','0'),(158476,17224,'_qty','3'),(158477,17224,'_tax_class',''),(158478,17224,'_line_subtotal','58.8'),(158479,17224,'_line_subtotal_tax','0'),(158480,17224,'_line_total','58.8'),(158481,17224,'_line_tax','0'),(158482,17224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158483,17224,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158484,17225,'_product_id','487'),(158485,17225,'_variation_id','0'),(158486,17225,'_qty','3'),(158487,17225,'_tax_class',''),(158488,17225,'_line_subtotal','94.05'),(158489,17225,'_line_subtotal_tax','0'),(158490,17225,'_line_total','94.05'),(158491,17225,'_line_tax','0'),(158492,17225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158493,17225,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158494,17226,'_product_id','41'),(158495,17226,'_variation_id','0'),(158496,17226,'_qty','2'),(158497,17226,'_tax_class',''),(158498,17226,'_line_subtotal','142.8'),(158499,17226,'_line_subtotal_tax','0'),(158500,17226,'_line_total','142.8'),(158501,17226,'_line_tax','0'),(158502,17226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158503,17226,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158504,17227,'_product_id','3362'),(158505,17227,'_variation_id','0'),(158506,17227,'_qty','1'),(158507,17227,'_tax_class',''),(158508,17227,'_line_subtotal','75'),(158509,17227,'_line_subtotal_tax','0'),(158510,17227,'_line_total','75'),(158511,17227,'_line_tax','0'),(158512,17227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158513,17227,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158514,17228,'method_id','fedex'),(158515,17228,'instance_id','1'),(158516,17228,'cost','20.30'),(158517,17228,'total_tax','0'),(158518,17228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158519,17228,'Package 1','21.56 × 16.56 × 13.19 (in) 46.36lbs × 1'),(158520,17228,'Items','Bulk Active Rinse 100% RM &times; 3, Bulk Mousse 1 Gallon RM &times; 3, Professional Lice Comb(Case of 12) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 1'),(158521,17229,'_product_id','41'),(158522,17229,'_variation_id','0'),(158523,17229,'_qty','4'),(158524,17229,'_tax_class',''),(158525,17229,'_line_subtotal','285.6'),(158526,17229,'_line_subtotal_tax','0'),(158527,17229,'_line_total','285.6'),(158528,17229,'_line_tax','0'),(158529,17229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158530,17229,'_wcms_cart_key','91fe0491f5321ea073101ff524bf42c0'),(158531,17230,'method_id','fedex'),(158532,17230,'instance_id','1'),(158533,17230,'cost','14.56'),(158534,17230,'total_tax','0'),(158535,17230,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158536,17230,'Package 1','17.5 × 12.37 × 3 (in) 10.51lbs × 1'),(158537,17230,'Items','Professional Lice Comb(Case of 12) &times; 4'),(158538,17231,'_product_id','41'),(158539,17231,'_variation_id','0'),(158540,17231,'_qty','1'),(158541,17231,'_tax_class',''),(158542,17231,'_line_subtotal','71.4'),(158543,17231,'_line_subtotal_tax','0'),(158544,17231,'_line_total','71.4'),(158545,17231,'_line_tax','0'),(158546,17231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158547,17231,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158548,17232,'method_id','fedex'),(158549,17232,'instance_id','1'),(158550,17232,'cost','11.86'),(158551,17232,'total_tax','0'),(158552,17232,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158553,17232,'Package 1','12.75 × 10.25 × 1.5 (in) 2.46lbs × 1'),(158554,17232,'Items','Professional Lice Comb(Case of 12) &times; 1'),(158555,17233,'_product_id','41'),(158556,17233,'_variation_id','0'),(158557,17233,'_qty','3'),(158558,17233,'_tax_class',''),(158559,17233,'_line_subtotal','214.2'),(158560,17233,'_line_subtotal_tax','0'),(158561,17233,'_line_total','214.2'),(158562,17233,'_line_tax','0'),(158563,17233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158564,17233,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158565,17234,'_product_id','2400'),(158566,17234,'_variation_id','0'),(158567,17234,'_qty','1'),(158568,17234,'_tax_class',''),(158569,17234,'_line_subtotal','215'),(158570,17234,'_line_subtotal_tax','0'),(158571,17234,'_line_total','215'),(158572,17234,'_line_tax','0'),(158573,17234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158574,17234,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(158575,17235,'_product_id','49'),(158576,17235,'_variation_id','0'),(158577,17235,'_qty','1'),(158578,17235,'_tax_class',''),(158579,17235,'_line_subtotal','90'),(158580,17235,'_line_subtotal_tax','0'),(158581,17235,'_line_total','90'),(158582,17235,'_line_tax','0'),(158583,17235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158584,17235,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(158585,17236,'_product_id','120'),(158586,17236,'_variation_id','0'),(158587,17236,'_qty','1'),(158588,17236,'_tax_class',''),(158589,17236,'_line_subtotal','63'),(158590,17236,'_line_subtotal_tax','0'),(158591,17236,'_line_total','63'),(158592,17236,'_line_tax','0'),(158593,17236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158594,17236,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(158595,17237,'_product_id','40'),(158596,17237,'_variation_id','0'),(158597,17237,'_qty','1'),(158598,17237,'_tax_class',''),(158599,17237,'_line_subtotal','90'),(158600,17237,'_line_subtotal_tax','0'),(158601,17237,'_line_total','90'),(158602,17237,'_line_tax','0'),(158603,17237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158604,17237,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(158605,17238,'method_id','advanced_free_shipping'),(158606,17238,'instance_id','0'),(158607,17238,'cost','0.00'),(158608,17238,'total_tax','0'),(158609,17238,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158627,17241,'_product_id','45'),(158628,17241,'_variation_id','0'),(158629,17241,'_qty','4'),(158630,17241,'_tax_class',''),(158631,17241,'_line_subtotal','200'),(158632,17241,'_line_subtotal_tax','0'),(158633,17241,'_line_total','200'),(158634,17241,'_line_tax','0'),(158635,17241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158636,17241,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158637,17242,'method_id','fedex'),(158638,17242,'instance_id','1'),(158639,17242,'cost','20.93'),(158640,17242,'total_tax','0'),(158641,17242,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158642,17242,'Package 1','17 × 14 × 10 (in) 31lbs × 1'),(158643,17242,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(158644,17243,'_product_id','490'),(158645,17243,'_variation_id','0'),(158646,17243,'_qty','5'),(158647,17243,'_tax_class',''),(158648,17243,'_line_subtotal','98'),(158649,17243,'_line_subtotal_tax','0'),(158650,17243,'_line_total','98'),(158651,17243,'_line_tax','0'),(158652,17243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158653,17243,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158654,17244,'_product_id','43'),(158655,17244,'_variation_id','0'),(158656,17244,'_qty','2'),(158657,17244,'_tax_class',''),(158658,17244,'_line_subtotal','180'),(158659,17244,'_line_subtotal_tax','0'),(158660,17244,'_line_total','180'),(158661,17244,'_line_tax','0'),(158662,17244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158663,17244,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(158664,17245,'_product_id','2113'),(158665,17245,'_variation_id','0'),(158666,17245,'_qty','2'),(158667,17245,'_tax_class',''),(158668,17245,'_line_subtotal','344'),(158669,17245,'_line_subtotal_tax','0'),(158670,17245,'_line_total','344'),(158671,17245,'_line_tax','0'),(158672,17245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158673,17245,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(158674,17246,'_product_id','120'),(158675,17246,'_variation_id','0'),(158676,17246,'_qty','1'),(158677,17246,'_tax_class',''),(158678,17246,'_line_subtotal','63'),(158679,17246,'_line_subtotal_tax','0'),(158680,17246,'_line_total','63'),(158681,17246,'_line_tax','0'),(158682,17246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158683,17246,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(158684,17247,'_product_id','116'),(158685,17247,'_variation_id','0'),(158686,17247,'_qty','1'),(158687,17247,'_tax_class',''),(158688,17247,'_line_subtotal','165'),(158689,17247,'_line_subtotal_tax','0'),(158690,17247,'_line_total','165'),(158691,17247,'_line_tax','0'),(158692,17247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158693,17247,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(158694,17248,'method_id','advanced_free_shipping'),(158695,17248,'instance_id','0'),(158696,17248,'cost','0.00'),(158697,17248,'total_tax','0'),(158698,17248,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158699,17249,'_product_id','41'),(158700,17249,'_variation_id','0'),(158701,17249,'_qty','1'),(158702,17249,'_tax_class',''),(158703,17249,'_line_subtotal','71.4'),(158704,17249,'_line_subtotal_tax','0'),(158705,17249,'_line_total','71.4'),(158706,17249,'_line_tax','0'),(158707,17249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158708,17249,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158709,17250,'_product_id','3352'),(158710,17250,'_variation_id','0'),(158711,17250,'_qty','1'),(158712,17250,'_tax_class',''),(158713,17250,'_line_subtotal','148'),(158714,17250,'_line_subtotal_tax','0'),(158715,17250,'_line_total','148'),(158716,17250,'_line_tax','0'),(158717,17250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158718,17250,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(158719,17251,'_product_id','490'),(158720,17251,'_variation_id','0'),(158721,17251,'_qty','2'),(158722,17251,'_tax_class',''),(158723,17251,'_line_subtotal','39.2'),(158724,17251,'_line_subtotal_tax','0'),(158725,17251,'_line_total','39.2'),(158726,17251,'_line_tax','0'),(158727,17251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158728,17251,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158729,17252,'method_id','fedex'),(158730,17252,'instance_id','1'),(158731,17252,'cost','18.41'),(158732,17252,'total_tax','0'),(158733,17252,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158734,17252,'Package 1','14 × 14 × 14 (in) 26.7lbs × 1'),(158735,17252,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Spray 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% RM &times; 2'),(158736,17253,'_product_id','45'),(158737,17253,'_variation_id','0'),(158738,17253,'_qty','2'),(158739,17253,'_tax_class',''),(158740,17253,'_line_subtotal','100'),(158741,17253,'_line_subtotal_tax','0'),(158742,17253,'_line_total','100'),(158743,17253,'_line_tax','0'),(158744,17253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158745,17253,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158746,17254,'_product_id','3362'),(158747,17254,'_variation_id','0'),(158748,17254,'_qty','1'),(158749,17254,'_tax_class',''),(158750,17254,'_line_subtotal','75'),(158751,17254,'_line_subtotal_tax','0'),(158752,17254,'_line_total','75'),(158753,17254,'_line_tax','0'),(158754,17254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158755,17254,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(158756,17255,'_product_id','487'),(158757,17255,'_variation_id','0'),(158758,17255,'_qty','1'),(158759,17255,'_tax_class',''),(158760,17255,'_line_subtotal','31.35'),(158761,17255,'_line_subtotal_tax','0'),(158762,17255,'_line_total','31.35'),(158763,17255,'_line_tax','0'),(158764,17255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158765,17255,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158766,17256,'_product_id','490'),(158767,17256,'_variation_id','0'),(158768,17256,'_qty','11'),(158769,17256,'_tax_class',''),(158770,17256,'_line_subtotal','215.6'),(158771,17256,'_line_subtotal_tax','0'),(158772,17256,'_line_total','215.6'),(158773,17256,'_line_tax','0'),(158774,17256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158775,17256,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158776,17257,'_product_id','3412'),(158777,17257,'_variation_id','0'),(158778,17257,'_qty','1'),(158779,17257,'_tax_class',''),(158780,17257,'_line_subtotal','90'),(158781,17257,'_line_subtotal_tax','0'),(158782,17257,'_line_total','90'),(158783,17257,'_line_tax','0'),(158784,17257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158785,17257,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(158786,17258,'method_id','advanced_free_shipping'),(158787,17258,'instance_id','0'),(158788,17258,'cost','0.00'),(158789,17258,'total_tax','0'),(158790,17258,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158791,17259,'_product_id','45'),(158792,17259,'_variation_id','0'),(158793,17259,'_qty','2'),(158794,17259,'_tax_class',''),(158795,17259,'_line_subtotal','100'),(158796,17259,'_line_subtotal_tax','0'),(158797,17259,'_line_total','100'),(158798,17259,'_line_tax','0'),(158799,17259,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158800,17259,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158801,17260,'_product_id','44'),(158802,17260,'_variation_id','0'),(158803,17260,'_qty','1'),(158804,17260,'_tax_class',''),(158805,17260,'_line_subtotal','138'),(158806,17260,'_line_subtotal_tax','0'),(158807,17260,'_line_total','138'),(158808,17260,'_line_tax','0'),(158809,17260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158810,17260,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(158811,17261,'_product_id','2408'),(158812,17261,'_variation_id','0'),(158813,17261,'_qty','1'),(158814,17261,'_tax_class',''),(158815,17261,'_line_subtotal','170'),(158816,17261,'_line_subtotal_tax','0'),(158817,17261,'_line_total','170'),(158818,17261,'_line_tax','0'),(158819,17261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158820,17261,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(158821,17262,'_product_id','40'),(158822,17262,'_variation_id','0'),(158823,17262,'_qty','1'),(158824,17262,'_tax_class',''),(158825,17262,'_line_subtotal','90'),(158826,17262,'_line_subtotal_tax','0'),(158827,17262,'_line_total','90'),(158828,17262,'_line_tax','0'),(158829,17262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158830,17262,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(158831,17263,'_product_id','39'),(158832,17263,'_variation_id','0'),(158833,17263,'_qty','1'),(158834,17263,'_tax_class',''),(158835,17263,'_line_subtotal','90'),(158836,17263,'_line_subtotal_tax','0'),(158837,17263,'_line_total','90'),(158838,17263,'_line_tax','0'),(158839,17263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158840,17263,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(158841,17264,'_product_id','490'),(158842,17264,'_variation_id','0'),(158843,17264,'_qty','10'),(158844,17264,'_tax_class',''),(158845,17264,'_line_subtotal','196'),(158846,17264,'_line_subtotal_tax','0'),(158847,17264,'_line_total','196'),(158848,17264,'_line_tax','0'),(158849,17264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158850,17264,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158851,17265,'method_id','advanced_free_shipping'),(158852,17265,'instance_id','0'),(158853,17265,'cost','0.00'),(158854,17265,'total_tax','0'),(158855,17265,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158856,17266,'_product_id','45'),(158857,17266,'_variation_id','0'),(158858,17266,'_qty','2'),(158859,17266,'_tax_class',''),(158860,17266,'_line_subtotal','100'),(158861,17266,'_line_subtotal_tax','0'),(158862,17266,'_line_total','100'),(158863,17266,'_line_tax','0'),(158864,17266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158865,17266,'_wcms_cart_key','4aae035ef2bd2891dcd5f99a02d938bf'),(158866,17267,'_product_id','490'),(158867,17267,'_variation_id','0'),(158868,17267,'_qty','10'),(158869,17267,'_tax_class',''),(158870,17267,'_line_subtotal','196'),(158871,17267,'_line_subtotal_tax','0'),(158872,17267,'_line_total','196'),(158873,17267,'_line_tax','0'),(158874,17267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158875,17267,'_wcms_cart_key','a400ab694d60ab772c931488f5d8dd8b'),(158876,17268,'_product_id','44'),(158877,17268,'_variation_id','0'),(158878,17268,'_qty','1'),(158879,17268,'_tax_class',''),(158880,17268,'_line_subtotal','138'),(158881,17268,'_line_subtotal_tax','0'),(158882,17268,'_line_total','138'),(158883,17268,'_line_tax','0'),(158884,17268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158885,17268,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(158886,17269,'_product_id','2110'),(158887,17269,'_variation_id','0'),(158888,17269,'_qty','1'),(158889,17269,'_tax_class',''),(158890,17269,'_line_subtotal','71.4'),(158891,17269,'_line_subtotal_tax','0'),(158892,17269,'_line_total','71.4'),(158893,17269,'_line_tax','0'),(158894,17269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158895,17269,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(158896,17270,'_product_id','51'),(158897,17270,'_variation_id','0'),(158898,17270,'_qty','1'),(158899,17270,'_tax_class',''),(158900,17270,'_line_subtotal','170'),(158901,17270,'_line_subtotal_tax','0'),(158902,17270,'_line_total','170'),(158903,17270,'_line_tax','0'),(158904,17270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158905,17270,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(158906,17271,'_product_id','49'),(158907,17271,'_variation_id','0'),(158908,17271,'_qty','2'),(158909,17271,'_tax_class',''),(158910,17271,'_line_subtotal','180'),(158911,17271,'_line_subtotal_tax','0'),(158912,17271,'_line_total','180'),(158913,17271,'_line_tax','0'),(158914,17271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158915,17271,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(158916,17272,'_product_id','43'),(158917,17272,'_variation_id','0'),(158918,17272,'_qty','1'),(158919,17272,'_tax_class',''),(158920,17272,'_line_subtotal','90'),(158921,17272,'_line_subtotal_tax','0'),(158922,17272,'_line_total','90'),(158923,17272,'_line_tax','0'),(158924,17272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158925,17272,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(158926,17273,'_product_id','487'),(158927,17273,'_variation_id','0'),(158928,17273,'_qty','1'),(158929,17273,'_tax_class',''),(158930,17273,'_line_subtotal','31.35'),(158931,17273,'_line_subtotal_tax','0'),(158932,17273,'_line_total','31.35'),(158933,17273,'_line_tax','0'),(158934,17273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158935,17273,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(158936,17274,'method_id','advanced_free_shipping'),(158937,17274,'instance_id','0'),(158938,17274,'cost','0.00'),(158939,17274,'total_tax','0'),(158940,17274,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158941,17275,'_product_id','490'),(158942,17275,'_variation_id','0'),(158943,17275,'_qty','16'),(158944,17275,'_tax_class',''),(158945,17275,'_line_subtotal','313.6'),(158946,17275,'_line_subtotal_tax','0'),(158947,17275,'_line_total','313.6'),(158948,17275,'_line_tax','0'),(158949,17275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158950,17275,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(158951,17276,'_product_id','45'),(158952,17276,'_variation_id','0'),(158953,17276,'_qty','1'),(158954,17276,'_tax_class',''),(158955,17276,'_line_subtotal','50'),(158956,17276,'_line_subtotal_tax','0'),(158957,17276,'_line_total','50'),(158958,17276,'_line_tax','0'),(158959,17276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158960,17276,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(158961,17277,'_product_id','2110'),(158962,17277,'_variation_id','0'),(158963,17277,'_qty','2'),(158964,17277,'_tax_class',''),(158965,17277,'_line_subtotal','142.8'),(158966,17277,'_line_subtotal_tax','0'),(158967,17277,'_line_total','142.8'),(158968,17277,'_line_tax','0'),(158969,17277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158970,17277,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(158971,17278,'method_id','advanced_free_shipping'),(158972,17278,'instance_id','0'),(158973,17278,'cost','0.00'),(158974,17278,'total_tax','0'),(158975,17278,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158976,17279,'_product_id','41'),(158977,17279,'_variation_id','0'),(158978,17279,'_qty','19'),(158979,17279,'_tax_class',''),(158980,17279,'_line_subtotal','1261.638'),(158981,17279,'_line_subtotal_tax','0'),(158982,17279,'_line_total','1261.638'),(158983,17279,'_line_tax','0'),(158984,17279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(158985,17279,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:19;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:19;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:19;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(158986,17279,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:19;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:94.962000000000003;s:34:\"saved_amount_based_on_tax_settings\";d:94.962000000000003;s:15:\"is_free_product\";b:0;}'),(158987,17279,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(158988,17280,'method_id','advanced_free_shipping'),(158989,17280,'instance_id','0'),(158990,17280,'cost','0.00'),(158991,17280,'total_tax','0'),(158992,17280,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(158993,17281,'_product_id','41'),(158994,17281,'_variation_id','0'),(158995,17281,'_qty','9'),(158996,17281,'_tax_class',''),(158997,17281,'_line_subtotal','597.618'),(158998,17281,'_line_subtotal_tax','0'),(158999,17281,'_line_total','597.618'),(159000,17281,'_line_tax','0'),(159001,17281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159002,17281,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:9;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:9;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:9;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(159003,17281,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:9;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:44.981999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:44.981999999999999;s:15:\"is_free_product\";b:0;}'),(159004,17281,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159005,17282,'method_id','advanced_free_shipping'),(159006,17282,'instance_id','0'),(159007,17282,'cost','0.00'),(159008,17282,'total_tax','0'),(159009,17282,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159010,17283,'_product_id','45'),(159011,17283,'_variation_id','0'),(159012,17283,'_qty','10'),(159013,17283,'_tax_class',''),(159014,17283,'_line_subtotal','465'),(159015,17283,'_line_subtotal_tax','0'),(159016,17283,'_line_total','465'),(159017,17283,'_line_tax','0'),(159018,17283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159019,17283,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(159020,17283,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:35;s:34:\"saved_amount_based_on_tax_settings\";d:35;s:15:\"is_free_product\";b:0;}'),(159021,17283,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159022,17284,'_product_id','2110'),(159023,17284,'_variation_id','0'),(159024,17284,'_qty','15'),(159025,17284,'_tax_class',''),(159026,17284,'_line_subtotal','996.03'),(159027,17284,'_line_subtotal_tax','0'),(159028,17284,'_line_total','996.03'),(159029,17284,'_line_tax','0'),(159030,17284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159031,17284,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(159032,17284,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:74.969999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:74.969999999999999;s:15:\"is_free_product\";b:0;}'),(159033,17284,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159034,17285,'_product_id','3352'),(159035,17285,'_variation_id','0'),(159036,17285,'_qty','8'),(159037,17285,'_tax_class',''),(159038,17285,'_line_subtotal','1101.12'),(159039,17285,'_line_subtotal_tax','0'),(159040,17285,'_line_total','1101.12'),(159041,17285,'_line_tax','0'),(159042,17285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159043,17285,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:22:\"total_discount_details\";a:4:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:148;s:23:\"calculate_discount_from\";d:148;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:10.360000000000001;s:14:\"original_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3352;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;}'),(159044,17285,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:10.359999999999999;}}}s:12:\"saved_amount\";d:82.879999999999995;s:34:\"saved_amount_based_on_tax_settings\";d:82.879999999999995;s:15:\"is_free_product\";b:0;}'),(159045,17285,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(159046,17286,'_product_id','43'),(159047,17286,'_variation_id','0'),(159048,17286,'_qty','10'),(159049,17286,'_tax_class',''),(159050,17286,'_line_subtotal','837'),(159051,17286,'_line_subtotal_tax','0'),(159052,17286,'_line_total','837'),(159053,17286,'_line_tax','0'),(159054,17286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159055,17286,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(159056,17286,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:63;s:34:\"saved_amount_based_on_tax_settings\";d:63;s:15:\"is_free_product\";b:0;}'),(159057,17286,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159058,17287,'_product_id','488'),(159059,17287,'_variation_id','0'),(159060,17287,'_qty','2'),(159061,17287,'_tax_class',''),(159062,17287,'_line_subtotal','62.7'),(159063,17287,'_line_subtotal_tax','0'),(159064,17287,'_line_total','62.7'),(159065,17287,'_line_tax','0'),(159066,17287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159067,17287,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(159068,17288,'method_id','advanced_free_shipping'),(159069,17288,'instance_id','0'),(159070,17288,'cost','0.00'),(159071,17288,'total_tax','0'),(159072,17288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159073,17289,'_product_id','41'),(159074,17289,'_variation_id','0'),(159075,17289,'_qty','2'),(159076,17289,'_tax_class',''),(159077,17289,'_line_subtotal','142.8'),(159078,17289,'_line_subtotal_tax','0'),(159079,17289,'_line_total','142.8'),(159080,17289,'_line_tax','0'),(159081,17289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159082,17289,'_wcms_cart_key','49466ae84a06538d93b6cd8cdbeadce4'),(159083,17290,'_product_id','23'),(159084,17290,'_variation_id','0'),(159085,17290,'_qty','3'),(159086,17290,'_tax_class',''),(159087,17290,'_line_subtotal','205.62'),(159088,17290,'_line_subtotal_tax','0'),(159089,17290,'_line_total','205.62'),(159090,17290,'_line_tax','0'),(159091,17290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159092,17290,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(159093,17291,'method_id','fedex'),(159094,17291,'instance_id','1'),(159095,17291,'cost','16.38'),(159096,17291,'total_tax','0'),(159097,17291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159098,17291,'Package 1','17 × 14 × 10 (in) 27.7lbs × 1'),(159099,17291,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 50/50(Case of 12) &times; 3'),(159100,17292,'_product_id','45'),(159101,17292,'_variation_id','0'),(159102,17292,'_qty','3'),(159103,17292,'_tax_class',''),(159104,17292,'_line_subtotal','150'),(159105,17292,'_line_subtotal_tax','0'),(159106,17292,'_line_total','150'),(159107,17292,'_line_tax','0'),(159108,17292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159109,17292,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159110,17293,'_product_id','490'),(159111,17293,'_variation_id','0'),(159112,17293,'_qty','10'),(159113,17293,'_tax_class',''),(159114,17293,'_line_subtotal','196'),(159115,17293,'_line_subtotal_tax','0'),(159116,17293,'_line_total','196'),(159117,17293,'_line_tax','0'),(159118,17293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159119,17293,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159120,17294,'_product_id','488'),(159121,17294,'_variation_id','0'),(159122,17294,'_qty','1'),(159123,17294,'_tax_class',''),(159124,17294,'_line_subtotal','31.35'),(159125,17294,'_line_subtotal_tax','0'),(159126,17294,'_line_total','31.35'),(159127,17294,'_line_tax','0'),(159128,17294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159129,17294,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(159130,17295,'_product_id','41'),(159131,17295,'_variation_id','0'),(159132,17295,'_qty','1'),(159133,17295,'_tax_class',''),(159134,17295,'_line_subtotal','71.4'),(159135,17295,'_line_subtotal_tax','0'),(159136,17295,'_line_total','71.4'),(159137,17295,'_line_tax','0'),(159138,17295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159139,17295,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159140,17296,'_product_id','43'),(159141,17296,'_variation_id','0'),(159142,17296,'_qty','1'),(159143,17296,'_tax_class',''),(159144,17296,'_line_subtotal','90'),(159145,17296,'_line_subtotal_tax','0'),(159146,17296,'_line_total','90'),(159147,17296,'_line_tax','0'),(159148,17296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159149,17296,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159150,17297,'method_id','advanced_free_shipping'),(159151,17297,'instance_id','0'),(159152,17297,'cost','0.00'),(159153,17297,'total_tax','0'),(159154,17297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159155,17298,'_product_id','490'),(159156,17298,'_variation_id','0'),(159157,17298,'_qty','12'),(159158,17298,'_tax_class',''),(159159,17298,'_line_subtotal','235.2'),(159160,17298,'_line_subtotal_tax','0'),(159161,17298,'_line_total','235.2'),(159162,17298,'_line_tax','0'),(159163,17298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159164,17298,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159165,17299,'_product_id','44'),(159166,17299,'_variation_id','0'),(159167,17299,'_qty','2'),(159168,17299,'_tax_class',''),(159169,17299,'_line_subtotal','276'),(159170,17299,'_line_subtotal_tax','0'),(159171,17299,'_line_total','276'),(159172,17299,'_line_tax','0'),(159173,17299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159174,17299,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(159175,17300,'method_id','advanced_free_shipping'),(159176,17300,'instance_id','0'),(159177,17300,'cost','0.00'),(159178,17300,'total_tax','0'),(159179,17300,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159180,17301,'_product_id','41'),(159181,17301,'_variation_id','0'),(159182,17301,'_qty','6'),(159183,17301,'_tax_class',''),(159184,17301,'_line_subtotal','428.4'),(159185,17301,'_line_subtotal_tax','0'),(159186,17301,'_line_total','428.4'),(159187,17301,'_line_tax','0'),(159188,17301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159189,17301,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159190,17302,'method_id','fedex'),(159191,17302,'instance_id','1'),(159192,17302,'cost','20.12'),(159193,17302,'total_tax','0'),(159194,17302,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159195,17302,'Package 1','11.25 × 8.75 × 7.75 (in) 14.99lbs × 1'),(159196,17302,'Items','Professional Lice Comb(Case of 12) &times; 6'),(159197,17303,'_product_id','2110'),(159198,17303,'_variation_id','0'),(159199,17303,'_qty','4'),(159200,17303,'_tax_class',''),(159201,17303,'_line_subtotal','285.6'),(159202,17303,'_line_subtotal_tax','0'),(159203,17303,'_line_total','285.6'),(159204,17303,'_line_tax','0'),(159205,17303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159206,17303,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159207,17304,'_product_id','3352'),(159208,17304,'_variation_id','0'),(159209,17304,'_qty','1'),(159210,17304,'_tax_class',''),(159211,17304,'_line_subtotal','148'),(159212,17304,'_line_subtotal_tax','0'),(159213,17304,'_line_total','148'),(159214,17304,'_line_tax','0'),(159215,17304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159216,17304,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(159217,17305,'_product_id','3354'),(159218,17305,'_variation_id','0'),(159219,17305,'_qty','1'),(159220,17305,'_tax_class',''),(159221,17305,'_line_subtotal','148'),(159222,17305,'_line_subtotal_tax','0'),(159223,17305,'_line_total','148'),(159224,17305,'_line_tax','0'),(159225,17305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159226,17305,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(159227,17306,'method_id','advanced_free_shipping'),(159228,17306,'instance_id','0'),(159229,17306,'cost','0.00'),(159230,17306,'total_tax','0'),(159231,17306,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159232,17307,'_product_id','49'),(159233,17307,'_variation_id','0'),(159234,17307,'_qty','2'),(159235,17307,'_tax_class',''),(159236,17307,'_line_subtotal','180'),(159237,17307,'_line_subtotal_tax','0'),(159238,17307,'_line_total','180'),(159239,17307,'_line_tax','0'),(159240,17307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159241,17307,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(159242,17308,'_product_id','43'),(159243,17308,'_variation_id','0'),(159244,17308,'_qty','2'),(159245,17308,'_tax_class',''),(159246,17308,'_line_subtotal','180'),(159247,17308,'_line_subtotal_tax','0'),(159248,17308,'_line_total','180'),(159249,17308,'_line_tax','0'),(159250,17308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159251,17308,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159252,17309,'_product_id','3362'),(159253,17309,'_variation_id','0'),(159254,17309,'_qty','2'),(159255,17309,'_tax_class',''),(159256,17309,'_line_subtotal','150'),(159257,17309,'_line_subtotal_tax','0'),(159258,17309,'_line_total','150'),(159259,17309,'_line_tax','0'),(159260,17309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159261,17309,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(159262,17310,'_product_id','44'),(159263,17310,'_variation_id','0'),(159264,17310,'_qty','1'),(159265,17310,'_tax_class',''),(159266,17310,'_line_subtotal','138'),(159267,17310,'_line_subtotal_tax','0'),(159268,17310,'_line_total','138'),(159269,17310,'_line_tax','0'),(159270,17310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159271,17310,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(159272,17311,'_product_id','488'),(159273,17311,'_variation_id','0'),(159274,17311,'_qty','1'),(159275,17311,'_tax_class',''),(159276,17311,'_line_subtotal','31.35'),(159277,17311,'_line_subtotal_tax','0'),(159278,17311,'_line_total','31.35'),(159279,17311,'_line_tax','0'),(159280,17311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159281,17311,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(159282,17312,'_product_id','487'),(159283,17312,'_variation_id','0'),(159284,17312,'_qty','1'),(159285,17312,'_tax_class',''),(159286,17312,'_line_subtotal','31.35'),(159287,17312,'_line_subtotal_tax','0'),(159288,17312,'_line_total','31.35'),(159289,17312,'_line_tax','0'),(159290,17312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159291,17312,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(159292,17313,'_product_id','490'),(159293,17313,'_variation_id','0'),(159294,17313,'_qty','6'),(159295,17313,'_tax_class',''),(159296,17313,'_line_subtotal','117.6'),(159297,17313,'_line_subtotal_tax','0'),(159298,17313,'_line_total','117.6'),(159299,17313,'_line_tax','0'),(159300,17313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159301,17313,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159302,17314,'method_id','advanced_free_shipping'),(159303,17314,'instance_id','0'),(159304,17314,'cost','0.00'),(159305,17314,'total_tax','0'),(159306,17314,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159307,17315,'_product_id','2110'),(159308,17315,'_variation_id','0'),(159309,17315,'_qty','2'),(159310,17315,'_tax_class',''),(159311,17315,'_line_subtotal','142.8'),(159312,17315,'_line_subtotal_tax','0'),(159313,17315,'_line_total','142.8'),(159314,17315,'_line_tax','0'),(159315,17315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159316,17315,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159317,17316,'_product_id','2113'),(159318,17316,'_variation_id','0'),(159319,17316,'_qty','2'),(159320,17316,'_tax_class',''),(159321,17316,'_line_subtotal','344'),(159322,17316,'_line_subtotal_tax','0'),(159323,17316,'_line_total','344'),(159324,17316,'_line_tax','0'),(159325,17316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159326,17316,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(159327,17317,'_product_id','41'),(159328,17317,'_variation_id','0'),(159329,17317,'_qty','3'),(159330,17317,'_tax_class',''),(159331,17317,'_line_subtotal','214.2'),(159332,17317,'_line_subtotal_tax','0'),(159333,17317,'_line_total','214.2'),(159334,17317,'_line_tax','0'),(159335,17317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159336,17317,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159337,17318,'_product_id','120'),(159338,17318,'_variation_id','0'),(159339,17318,'_qty','2'),(159340,17318,'_tax_class',''),(159341,17318,'_line_subtotal','126'),(159342,17318,'_line_subtotal_tax','0'),(159343,17318,'_line_total','126'),(159344,17318,'_line_tax','0'),(159345,17318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159346,17318,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(159347,17319,'_product_id','43'),(159348,17319,'_variation_id','0'),(159349,17319,'_qty','3'),(159350,17319,'_tax_class',''),(159351,17319,'_line_subtotal','270'),(159352,17319,'_line_subtotal_tax','0'),(159353,17319,'_line_total','270'),(159354,17319,'_line_tax','0'),(159355,17319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159356,17319,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159357,17320,'_product_id','45'),(159358,17320,'_variation_id','0'),(159359,17320,'_qty','2'),(159360,17320,'_tax_class',''),(159361,17320,'_line_subtotal','100'),(159362,17320,'_line_subtotal_tax','0'),(159363,17320,'_line_total','100'),(159364,17320,'_line_tax','0'),(159365,17320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159366,17320,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159367,17321,'_product_id','44'),(159368,17321,'_variation_id','0'),(159369,17321,'_qty','2'),(159370,17321,'_tax_class',''),(159371,17321,'_line_subtotal','276'),(159372,17321,'_line_subtotal_tax','0'),(159373,17321,'_line_total','276'),(159374,17321,'_line_tax','0'),(159375,17321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159376,17321,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(159377,17322,'_product_id','487'),(159378,17322,'_variation_id','0'),(159379,17322,'_qty','1'),(159380,17322,'_tax_class',''),(159381,17322,'_line_subtotal','31.35'),(159382,17322,'_line_subtotal_tax','0'),(159383,17322,'_line_total','31.35'),(159384,17322,'_line_tax','0'),(159385,17322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159386,17322,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(159387,17323,'_product_id','103'),(159388,17323,'_variation_id','0'),(159389,17323,'_qty','1'),(159390,17323,'_tax_class',''),(159391,17323,'_line_subtotal','8.4'),(159392,17323,'_line_subtotal_tax','0'),(159393,17323,'_line_total','8.4'),(159394,17323,'_line_tax','0'),(159395,17323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159396,17323,'_wcms_cart_key','6974ce5ac660610b44d9b9fed0ff9548'),(159397,17324,'_product_id','133'),(159398,17324,'_variation_id','0'),(159399,17324,'_qty','10'),(159400,17324,'_tax_class',''),(159401,17324,'_line_subtotal','143'),(159402,17324,'_line_subtotal_tax','0'),(159403,17324,'_line_total','143'),(159404,17324,'_line_tax','0'),(159405,17324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159406,17324,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(159407,17325,'method_id','advanced_free_shipping'),(159408,17325,'instance_id','0'),(159409,17325,'cost','0.00'),(159410,17325,'total_tax','0'),(159411,17325,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159497,17335,'_product_id','45'),(159498,17335,'_variation_id','0'),(159499,17335,'_qty','1'),(159500,17335,'_tax_class',''),(159501,17335,'_line_subtotal','50'),(159502,17335,'_line_subtotal_tax','0'),(159503,17335,'_line_total','50'),(159504,17335,'_line_tax','0'),(159505,17335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159506,17335,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159507,17336,'_product_id','49'),(159508,17336,'_variation_id','0'),(159509,17336,'_qty','2'),(159510,17336,'_tax_class',''),(159511,17336,'_line_subtotal','180'),(159512,17336,'_line_subtotal_tax','0'),(159513,17336,'_line_total','180'),(159514,17336,'_line_tax','0'),(159515,17336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159516,17336,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(159517,17337,'_product_id','43'),(159518,17337,'_variation_id','0'),(159519,17337,'_qty','2'),(159520,17337,'_tax_class',''),(159521,17337,'_line_subtotal','180'),(159522,17337,'_line_subtotal_tax','0'),(159523,17337,'_line_total','180'),(159524,17337,'_line_tax','0'),(159525,17337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159526,17337,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159527,17338,'_product_id','490'),(159528,17338,'_variation_id','0'),(159529,17338,'_qty','20'),(159530,17338,'_tax_class',''),(159531,17338,'_line_subtotal','392'),(159532,17338,'_line_subtotal_tax','0'),(159533,17338,'_line_total','392'),(159534,17338,'_line_tax','0'),(159535,17338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159536,17338,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159537,17339,'_product_id','320'),(159538,17339,'_variation_id','0'),(159539,17339,'_qty','4'),(159540,17339,'_tax_class',''),(159541,17339,'_line_subtotal','15'),(159542,17339,'_line_subtotal_tax','0'),(159543,17339,'_line_total','15'),(159544,17339,'_line_tax','0'),(159545,17339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159546,17339,'_wcms_cart_key','320722549d1751cf3f247855f937b982'),(159547,17340,'_product_id','44'),(159548,17340,'_variation_id','0'),(159549,17340,'_qty','2'),(159550,17340,'_tax_class',''),(159551,17340,'_line_subtotal','276'),(159552,17340,'_line_subtotal_tax','0'),(159553,17340,'_line_total','276'),(159554,17340,'_line_tax','0'),(159555,17340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159556,17340,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(159557,17341,'_product_id','41'),(159558,17341,'_variation_id','0'),(159559,17341,'_qty','3'),(159560,17341,'_tax_class',''),(159561,17341,'_line_subtotal','214.2'),(159562,17341,'_line_subtotal_tax','0'),(159563,17341,'_line_total','214.2'),(159564,17341,'_line_tax','0'),(159565,17341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159566,17341,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159567,17342,'_product_id','488'),(159568,17342,'_variation_id','0'),(159569,17342,'_qty','8'),(159570,17342,'_tax_class',''),(159571,17342,'_line_subtotal','250.8'),(159572,17342,'_line_subtotal_tax','0'),(159573,17342,'_line_total','250.8'),(159574,17342,'_line_tax','0'),(159575,17342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159576,17342,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(159577,17343,'method_id','advanced_free_shipping'),(159578,17343,'instance_id','0'),(159579,17343,'cost','0.00'),(159580,17343,'total_tax','0'),(159581,17343,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159582,17344,'_product_id','2110'),(159583,17344,'_variation_id','0'),(159584,17344,'_qty','1'),(159585,17344,'_tax_class',''),(159586,17344,'_line_subtotal','71.4'),(159587,17344,'_line_subtotal_tax','0'),(159588,17344,'_line_total','71.4'),(159589,17344,'_line_tax','0'),(159590,17344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159591,17344,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159592,17345,'_product_id','41'),(159593,17345,'_variation_id','0'),(159594,17345,'_qty','6'),(159595,17345,'_tax_class',''),(159596,17345,'_line_subtotal','428.4'),(159597,17345,'_line_subtotal_tax','0'),(159598,17345,'_line_total','428.4'),(159599,17345,'_line_tax','0'),(159600,17345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159601,17345,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159602,17346,'_product_id','120'),(159603,17346,'_variation_id','0'),(159604,17346,'_qty','1'),(159605,17346,'_tax_class',''),(159606,17346,'_line_subtotal','63'),(159607,17346,'_line_subtotal_tax','0'),(159608,17346,'_line_total','63'),(159609,17346,'_line_tax','0'),(159610,17346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159611,17346,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(159612,17347,'_product_id','40'),(159613,17347,'_variation_id','0'),(159614,17347,'_qty','1'),(159615,17347,'_tax_class',''),(159616,17347,'_line_subtotal','90'),(159617,17347,'_line_subtotal_tax','0'),(159618,17347,'_line_total','90'),(159619,17347,'_line_tax','0'),(159620,17347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159621,17347,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(159622,17348,'method_id','advanced_free_shipping'),(159623,17348,'instance_id','0'),(159624,17348,'cost','0.00'),(159625,17348,'total_tax','0'),(159626,17348,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159627,17349,'_product_id','41'),(159628,17349,'_variation_id','0'),(159629,17349,'_qty','2'),(159630,17349,'_tax_class',''),(159631,17349,'_line_subtotal','142.8'),(159632,17349,'_line_subtotal_tax','0'),(159633,17349,'_line_total','142.8'),(159634,17349,'_line_tax','0'),(159635,17349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159636,17349,'_wcms_cart_key','c83df06f43e226ffc06ebe5bdfa0d3c5'),(159637,17350,'_product_id','49'),(159638,17350,'_variation_id','0'),(159639,17350,'_qty','2'),(159640,17350,'_tax_class',''),(159641,17350,'_line_subtotal','180'),(159642,17350,'_line_subtotal_tax','0'),(159643,17350,'_line_total','180'),(159644,17350,'_line_tax','0'),(159645,17350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159646,17350,'_wcms_cart_key','417b4200fb5c696398875cac3ef616ba'),(159647,17351,'_product_id','44'),(159648,17351,'_variation_id','0'),(159649,17351,'_qty','2'),(159650,17351,'_tax_class',''),(159651,17351,'_line_subtotal','276'),(159652,17351,'_line_subtotal_tax','0'),(159653,17351,'_line_total','276'),(159654,17351,'_line_tax','0'),(159655,17351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159656,17351,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(159657,17352,'method_id','advanced_free_shipping'),(159658,17352,'instance_id','0'),(159659,17352,'cost','0.00'),(159660,17352,'total_tax','0'),(159661,17352,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159662,17353,'_product_id','490'),(159663,17353,'_variation_id','0'),(159664,17353,'_qty','13'),(159665,17353,'_tax_class',''),(159666,17353,'_line_subtotal','254.8'),(159667,17353,'_line_subtotal_tax','0'),(159668,17353,'_line_total','254.8'),(159669,17353,'_line_tax','0'),(159670,17353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159671,17353,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159672,17354,'_product_id','49'),(159673,17354,'_variation_id','0'),(159674,17354,'_qty','1'),(159675,17354,'_tax_class',''),(159676,17354,'_line_subtotal','90'),(159677,17354,'_line_subtotal_tax','0'),(159678,17354,'_line_total','90'),(159679,17354,'_line_tax','0'),(159680,17354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159681,17354,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(159682,17355,'_product_id','43'),(159683,17355,'_variation_id','0'),(159684,17355,'_qty','1'),(159685,17355,'_tax_class',''),(159686,17355,'_line_subtotal','90'),(159687,17355,'_line_subtotal_tax','0'),(159688,17355,'_line_total','90'),(159689,17355,'_line_tax','0'),(159690,17355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159691,17355,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(159692,17356,'_product_id','2110'),(159693,17356,'_variation_id','0'),(159694,17356,'_qty','1'),(159695,17356,'_tax_class',''),(159696,17356,'_line_subtotal','71.4'),(159697,17356,'_line_subtotal_tax','0'),(159698,17356,'_line_total','71.4'),(159699,17356,'_line_tax','0'),(159700,17356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159701,17356,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159702,17357,'method_id','advanced_free_shipping'),(159703,17357,'instance_id','0'),(159704,17357,'cost','0.00'),(159705,17357,'total_tax','0'),(159706,17357,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159707,17358,'_product_id','3476'),(159708,17358,'_variation_id','0'),(159709,17358,'_qty','4'),(159710,17358,'_tax_class',''),(159711,17358,'_line_subtotal','292.8'),(159712,17358,'_line_subtotal_tax','0'),(159713,17358,'_line_total','292.8'),(159714,17358,'_line_tax','0'),(159715,17358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159716,17358,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(159717,17359,'_product_id','490'),(159718,17359,'_variation_id','0'),(159719,17359,'_qty','10'),(159720,17359,'_tax_class',''),(159721,17359,'_line_subtotal','196'),(159722,17359,'_line_subtotal_tax','0'),(159723,17359,'_line_total','196'),(159724,17359,'_line_tax','0'),(159725,17359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159726,17359,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159727,17360,'_product_id','487'),(159728,17360,'_variation_id','0'),(159729,17360,'_qty','2'),(159730,17360,'_tax_class',''),(159731,17360,'_line_subtotal','62.7'),(159732,17360,'_line_subtotal_tax','0'),(159733,17360,'_line_total','62.7'),(159734,17360,'_line_tax','0'),(159735,17360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159736,17360,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(159737,17361,'method_id','advanced_free_shipping'),(159738,17361,'instance_id','0'),(159739,17361,'cost','0.00'),(159740,17361,'total_tax','0'),(159741,17361,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159742,17362,'_product_id','2110'),(159743,17362,'_variation_id','0'),(159744,17362,'_qty','2'),(159745,17362,'_tax_class',''),(159746,17362,'_line_subtotal','142.8'),(159747,17362,'_line_subtotal_tax','0'),(159748,17362,'_line_total','142.8'),(159749,17362,'_line_tax','0'),(159750,17362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159751,17362,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159752,17363,'_product_id','45'),(159753,17363,'_variation_id','0'),(159754,17363,'_qty','1'),(159755,17363,'_tax_class',''),(159756,17363,'_line_subtotal','50'),(159757,17363,'_line_subtotal_tax','0'),(159758,17363,'_line_total','50'),(159759,17363,'_line_tax','0'),(159760,17363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159761,17363,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159762,17364,'_product_id','490'),(159763,17364,'_variation_id','0'),(159764,17364,'_qty','8'),(159765,17364,'_tax_class',''),(159766,17364,'_line_subtotal','156.8'),(159767,17364,'_line_subtotal_tax','0'),(159768,17364,'_line_total','156.8'),(159769,17364,'_line_tax','0'),(159770,17364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159771,17364,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159772,17365,'_product_id','2113'),(159773,17365,'_variation_id','0'),(159774,17365,'_qty','1'),(159775,17365,'_tax_class',''),(159776,17365,'_line_subtotal','172'),(159777,17365,'_line_subtotal_tax','0'),(159778,17365,'_line_total','172'),(159779,17365,'_line_tax','0'),(159780,17365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159781,17365,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(159782,17366,'_product_id','41'),(159783,17366,'_variation_id','0'),(159784,17366,'_qty','2'),(159785,17366,'_tax_class',''),(159786,17366,'_line_subtotal','152.4'),(159787,17366,'_line_subtotal_tax','0'),(159788,17366,'_line_total','152.4'),(159789,17366,'_line_tax','0'),(159790,17366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159791,17366,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159792,17367,'_product_id','38'),(159793,17367,'_variation_id','0'),(159794,17367,'_qty','1'),(159795,17367,'_tax_class',''),(159796,17367,'_line_subtotal','165.76'),(159797,17367,'_line_subtotal_tax','0'),(159798,17367,'_line_total','165.76'),(159799,17367,'_line_tax','0'),(159800,17367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159801,17367,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(159802,17368,'_product_id','3362'),(159803,17368,'_variation_id','0'),(159804,17368,'_qty','1'),(159805,17368,'_tax_class',''),(159806,17368,'_line_subtotal','75'),(159807,17368,'_line_subtotal_tax','0'),(159808,17368,'_line_total','75'),(159809,17368,'_line_tax','0'),(159810,17368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159811,17368,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(159812,17369,'_product_id','3358'),(159813,17369,'_variation_id','0'),(159814,17369,'_qty','1'),(159815,17369,'_tax_class',''),(159816,17369,'_line_subtotal','151.2'),(159817,17369,'_line_subtotal_tax','0'),(159818,17369,'_line_total','151.2'),(159819,17369,'_line_tax','0'),(159820,17369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159821,17369,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(159822,17370,'_product_id','3356'),(159823,17370,'_variation_id','0'),(159824,17370,'_qty','1'),(159825,17370,'_tax_class',''),(159826,17370,'_line_subtotal','151.2'),(159827,17370,'_line_subtotal_tax','0'),(159828,17370,'_line_total','151.2'),(159829,17370,'_line_tax','0'),(159830,17370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159831,17370,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(159832,17371,'method_id','advanced_free_shipping'),(159833,17371,'instance_id','0'),(159834,17371,'cost','0.00'),(159835,17371,'total_tax','0'),(159836,17371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159837,17372,'_product_id','2110'),(159838,17372,'_variation_id','0'),(159839,17372,'_qty','2'),(159840,17372,'_tax_class',''),(159841,17372,'_line_subtotal','142.8'),(159842,17372,'_line_subtotal_tax','0'),(159843,17372,'_line_total','142.8'),(159844,17372,'_line_tax','0'),(159845,17372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159846,17372,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(159847,17373,'_product_id','45'),(159848,17373,'_variation_id','0'),(159849,17373,'_qty','1'),(159850,17373,'_tax_class',''),(159851,17373,'_line_subtotal','50'),(159852,17373,'_line_subtotal_tax','0'),(159853,17373,'_line_total','50'),(159854,17373,'_line_tax','0'),(159855,17373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159856,17373,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(159857,17374,'_product_id','490'),(159858,17374,'_variation_id','0'),(159859,17374,'_qty','8'),(159860,17374,'_tax_class',''),(159861,17374,'_line_subtotal','156.8'),(159862,17374,'_line_subtotal_tax','0'),(159863,17374,'_line_total','156.8'),(159864,17374,'_line_tax','0'),(159865,17374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159866,17374,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159867,17375,'_product_id','2113'),(159868,17375,'_variation_id','0'),(159869,17375,'_qty','1'),(159870,17375,'_tax_class',''),(159871,17375,'_line_subtotal','172'),(159872,17375,'_line_subtotal_tax','0'),(159873,17375,'_line_total','172'),(159874,17375,'_line_tax','0'),(159875,17375,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159876,17375,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(159877,17376,'_product_id','41'),(159878,17376,'_variation_id','0'),(159879,17376,'_qty','2'),(159880,17376,'_tax_class',''),(159881,17376,'_line_subtotal','152.4'),(159882,17376,'_line_subtotal_tax','0'),(159883,17376,'_line_total','152.4'),(159884,17376,'_line_tax','0'),(159885,17376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159886,17376,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159887,17377,'_product_id','38'),(159888,17377,'_variation_id','0'),(159889,17377,'_qty','1'),(159890,17377,'_tax_class',''),(159891,17377,'_line_subtotal','165.76'),(159892,17377,'_line_subtotal_tax','0'),(159893,17377,'_line_total','165.76'),(159894,17377,'_line_tax','0'),(159895,17377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159896,17377,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(159897,17378,'_product_id','3362'),(159898,17378,'_variation_id','0'),(159899,17378,'_qty','1'),(159900,17378,'_tax_class',''),(159901,17378,'_line_subtotal','75'),(159902,17378,'_line_subtotal_tax','0'),(159903,17378,'_line_total','75'),(159904,17378,'_line_tax','0'),(159905,17378,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159906,17378,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(159907,17379,'_product_id','3358'),(159908,17379,'_variation_id','0'),(159909,17379,'_qty','1'),(159910,17379,'_tax_class',''),(159911,17379,'_line_subtotal','151.2'),(159912,17379,'_line_subtotal_tax','0'),(159913,17379,'_line_total','151.2'),(159914,17379,'_line_tax','0'),(159915,17379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159916,17379,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(159917,17380,'_product_id','3356'),(159918,17380,'_variation_id','0'),(159919,17380,'_qty','1'),(159920,17380,'_tax_class',''),(159921,17380,'_line_subtotal','151.2'),(159922,17380,'_line_subtotal_tax','0'),(159923,17380,'_line_total','151.2'),(159924,17380,'_line_tax','0'),(159925,17380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159926,17380,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(159927,17381,'method_id','advanced_free_shipping'),(159928,17381,'instance_id','0'),(159929,17381,'cost','0.00'),(159930,17381,'total_tax','0'),(159931,17381,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159932,17382,'_product_id','490'),(159933,17382,'_variation_id','0'),(159934,17382,'_qty','3'),(159935,17382,'_tax_class',''),(159936,17382,'_line_subtotal','58.8'),(159937,17382,'_line_subtotal_tax','0'),(159938,17382,'_line_total','58.8'),(159939,17382,'_line_tax','0'),(159940,17382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159941,17382,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(159942,17383,'method_id','fedex'),(159943,17383,'instance_id','1'),(159944,17383,'cost','12.06'),(159945,17383,'total_tax','0'),(159946,17383,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(159947,17383,'Package 1','11.25 × 8.75 × 4.38 (in) 6.86lbs × 1'),(159948,17383,'Items','Bulk Active Rinse 100% RM &times; 3'),(159949,17384,'_product_id','3412'),(159950,17384,'_variation_id','0'),(159951,17384,'_qty','1'),(159952,17384,'_tax_class',''),(159953,17384,'_line_subtotal','90'),(159954,17384,'_line_subtotal_tax','0'),(159955,17384,'_line_total','90'),(159956,17384,'_line_tax','0'),(159957,17384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159958,17384,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(159959,17385,'_product_id','2113'),(159960,17385,'_variation_id','0'),(159961,17385,'_qty','1'),(159962,17385,'_tax_class',''),(159963,17385,'_line_subtotal','172'),(159964,17385,'_line_subtotal_tax','0'),(159965,17385,'_line_total','172'),(159966,17385,'_line_tax','0'),(159967,17385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159968,17385,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(159969,17386,'_product_id','39'),(159970,17386,'_variation_id','0'),(159971,17386,'_qty','1'),(159972,17386,'_tax_class',''),(159973,17386,'_line_subtotal','90'),(159974,17386,'_line_subtotal_tax','0'),(159975,17386,'_line_total','90'),(159976,17386,'_line_tax','0'),(159977,17386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159978,17386,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(159979,17387,'_product_id','40'),(159980,17387,'_variation_id','0'),(159981,17387,'_qty','1'),(159982,17387,'_tax_class',''),(159983,17387,'_line_subtotal','90'),(159984,17387,'_line_subtotal_tax','0'),(159985,17387,'_line_total','90'),(159986,17387,'_line_tax','0'),(159987,17387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159988,17387,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(159989,17388,'_product_id','41'),(159990,17388,'_variation_id','0'),(159991,17388,'_qty','1'),(159992,17388,'_tax_class',''),(159993,17388,'_line_subtotal','76.2'),(159994,17388,'_line_subtotal_tax','0'),(159995,17388,'_line_total','76.2'),(159996,17388,'_line_tax','0'),(159997,17388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(159998,17388,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(159999,17389,'_product_id','2110'),(160000,17389,'_variation_id','0'),(160001,17389,'_qty','1'),(160002,17389,'_tax_class',''),(160003,17389,'_line_subtotal','71.4'),(160004,17389,'_line_subtotal_tax','0'),(160005,17389,'_line_total','71.4'),(160006,17389,'_line_tax','0'),(160007,17389,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160008,17389,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160009,17390,'method_id','advanced_free_shipping'),(160010,17390,'instance_id','0'),(160011,17390,'cost','0.00'),(160012,17390,'total_tax','0'),(160013,17390,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160014,17391,'_product_id','3412'),(160015,17391,'_variation_id','0'),(160016,17391,'_qty','1'),(160017,17391,'_tax_class',''),(160018,17391,'_line_subtotal','90'),(160019,17391,'_line_subtotal_tax','0'),(160020,17391,'_line_total','90'),(160021,17391,'_line_tax','0'),(160022,17391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160023,17391,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(160024,17392,'_product_id','43'),(160025,17392,'_variation_id','0'),(160026,17392,'_qty','1'),(160027,17392,'_tax_class',''),(160028,17392,'_line_subtotal','90'),(160029,17392,'_line_subtotal_tax','0'),(160030,17392,'_line_total','90'),(160031,17392,'_line_tax','0'),(160032,17392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160033,17392,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(160034,17393,'_product_id','3362'),(160035,17393,'_variation_id','0'),(160036,17393,'_qty','1'),(160037,17393,'_tax_class',''),(160038,17393,'_line_subtotal','75'),(160039,17393,'_line_subtotal_tax','0'),(160040,17393,'_line_total','75'),(160041,17393,'_line_tax','0'),(160042,17393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160043,17393,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(160044,17394,'_product_id','2113'),(160045,17394,'_variation_id','0'),(160046,17394,'_qty','1'),(160047,17394,'_tax_class',''),(160048,17394,'_line_subtotal','172'),(160049,17394,'_line_subtotal_tax','0'),(160050,17394,'_line_total','172'),(160051,17394,'_line_tax','0'),(160052,17394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160053,17394,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(160054,17395,'_product_id','41'),(160055,17395,'_variation_id','0'),(160056,17395,'_qty','1'),(160057,17395,'_tax_class',''),(160058,17395,'_line_subtotal','76.2'),(160059,17395,'_line_subtotal_tax','0'),(160060,17395,'_line_total','76.2'),(160061,17395,'_line_tax','0'),(160062,17395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160063,17395,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160064,17396,'_product_id','487'),(160065,17396,'_variation_id','0'),(160066,17396,'_qty','1'),(160067,17396,'_tax_class',''),(160068,17396,'_line_subtotal','31.35'),(160069,17396,'_line_subtotal_tax','0'),(160070,17396,'_line_total','31.35'),(160071,17396,'_line_tax','0'),(160072,17396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160073,17396,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(160074,17397,'method_id','advanced_free_shipping'),(160075,17397,'instance_id','0'),(160076,17397,'cost','0.00'),(160077,17397,'total_tax','0'),(160078,17397,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160079,17398,'_product_id','39'),(160080,17398,'_variation_id','0'),(160081,17398,'_qty','1'),(160082,17398,'_tax_class',''),(160083,17398,'_line_subtotal','90'),(160084,17398,'_line_subtotal_tax','0'),(160085,17398,'_line_total','90'),(160086,17398,'_line_tax','0'),(160087,17398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160088,17398,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(160089,17399,'_product_id','40'),(160090,17399,'_variation_id','0'),(160091,17399,'_qty','1'),(160092,17399,'_tax_class',''),(160093,17399,'_line_subtotal','90'),(160094,17399,'_line_subtotal_tax','0'),(160095,17399,'_line_total','90'),(160096,17399,'_line_tax','0'),(160097,17399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160098,17399,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(160099,17400,'_product_id','3412'),(160100,17400,'_variation_id','0'),(160101,17400,'_qty','1'),(160102,17400,'_tax_class',''),(160103,17400,'_line_subtotal','90'),(160104,17400,'_line_subtotal_tax','0'),(160105,17400,'_line_total','90'),(160106,17400,'_line_tax','0'),(160107,17400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160108,17400,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(160109,17401,'_product_id','3362'),(160110,17401,'_variation_id','0'),(160111,17401,'_qty','1'),(160112,17401,'_tax_class',''),(160113,17401,'_line_subtotal','75'),(160114,17401,'_line_subtotal_tax','0'),(160115,17401,'_line_total','75'),(160116,17401,'_line_tax','0'),(160117,17401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160118,17401,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(160119,17402,'_product_id','2110'),(160120,17402,'_variation_id','0'),(160121,17402,'_qty','2'),(160122,17402,'_tax_class',''),(160123,17402,'_line_subtotal','142.8'),(160124,17402,'_line_subtotal_tax','0'),(160125,17402,'_line_total','142.8'),(160126,17402,'_line_tax','0'),(160127,17402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160128,17402,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160129,17403,'_product_id','488'),(160130,17403,'_variation_id','0'),(160131,17403,'_qty','1'),(160132,17403,'_tax_class',''),(160133,17403,'_line_subtotal','31.35'),(160134,17403,'_line_subtotal_tax','0'),(160135,17403,'_line_total','31.35'),(160136,17403,'_line_tax','0'),(160137,17403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160138,17403,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(160139,17404,'_product_id','487'),(160140,17404,'_variation_id','0'),(160141,17404,'_qty','1'),(160142,17404,'_tax_class',''),(160143,17404,'_line_subtotal','31.35'),(160144,17404,'_line_subtotal_tax','0'),(160145,17404,'_line_total','31.35'),(160146,17404,'_line_tax','0'),(160147,17404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160148,17404,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(160149,17405,'method_id','advanced_free_shipping'),(160150,17405,'instance_id','0'),(160151,17405,'cost','0.00'),(160152,17405,'total_tax','0'),(160153,17405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160154,17406,'_product_id','43'),(160155,17406,'_variation_id','0'),(160156,17406,'_qty','2'),(160157,17406,'_tax_class',''),(160158,17406,'_line_subtotal','180'),(160159,17406,'_line_subtotal_tax','0'),(160160,17406,'_line_total','180'),(160161,17406,'_line_tax','0'),(160162,17406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160163,17406,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(160164,17407,'_product_id','3360'),(160165,17407,'_variation_id','0'),(160166,17407,'_qty','1'),(160167,17407,'_tax_class',''),(160168,17407,'_line_subtotal','148'),(160169,17407,'_line_subtotal_tax','0'),(160170,17407,'_line_total','148'),(160171,17407,'_line_tax','0'),(160172,17407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160173,17407,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(160174,17408,'_product_id','45'),(160175,17408,'_variation_id','0'),(160176,17408,'_qty','2'),(160177,17408,'_tax_class',''),(160178,17408,'_line_subtotal','100'),(160179,17408,'_line_subtotal_tax','0'),(160180,17408,'_line_total','100'),(160181,17408,'_line_tax','0'),(160182,17408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160183,17408,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160184,17409,'_product_id','41'),(160185,17409,'_variation_id','0'),(160186,17409,'_qty','2'),(160187,17409,'_tax_class',''),(160188,17409,'_line_subtotal','152.4'),(160189,17409,'_line_subtotal_tax','0'),(160190,17409,'_line_total','152.4'),(160191,17409,'_line_tax','0'),(160192,17409,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160193,17409,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160194,17410,'_product_id','487'),(160195,17410,'_variation_id','0'),(160196,17410,'_qty','1'),(160197,17410,'_tax_class',''),(160198,17410,'_line_subtotal','31.35'),(160199,17410,'_line_subtotal_tax','0'),(160200,17410,'_line_total','31.35'),(160201,17410,'_line_tax','0'),(160202,17410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160203,17410,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(160204,17411,'method_id','advanced_free_shipping'),(160205,17411,'instance_id','0'),(160206,17411,'cost','0.00'),(160207,17411,'total_tax','0'),(160208,17411,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160209,17412,'_product_id','2110'),(160210,17412,'_variation_id','0'),(160211,17412,'_qty','1'),(160212,17412,'_tax_class',''),(160213,17412,'_line_subtotal','71.4'),(160214,17412,'_line_subtotal_tax','0'),(160215,17412,'_line_total','71.4'),(160216,17412,'_line_tax','0'),(160217,17412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160218,17412,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160219,17413,'_product_id','2113'),(160220,17413,'_variation_id','0'),(160221,17413,'_qty','1'),(160222,17413,'_tax_class',''),(160223,17413,'_line_subtotal','172'),(160224,17413,'_line_subtotal_tax','0'),(160225,17413,'_line_total','172'),(160226,17413,'_line_tax','0'),(160227,17413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160228,17413,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(160229,17414,'_product_id','41'),(160230,17414,'_variation_id','0'),(160231,17414,'_qty','3'),(160232,17414,'_tax_class',''),(160233,17414,'_line_subtotal','228.6'),(160234,17414,'_line_subtotal_tax','0'),(160235,17414,'_line_total','228.6'),(160236,17414,'_line_tax','0'),(160237,17414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160238,17414,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160239,17415,'_product_id','490'),(160240,17415,'_variation_id','0'),(160241,17415,'_qty','10'),(160242,17415,'_tax_class',''),(160243,17415,'_line_subtotal','196'),(160244,17415,'_line_subtotal_tax','0'),(160245,17415,'_line_total','196'),(160246,17415,'_line_tax','0'),(160247,17415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160248,17415,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(160249,17416,'_product_id','45'),(160250,17416,'_variation_id','0'),(160251,17416,'_qty','3'),(160252,17416,'_tax_class',''),(160253,17416,'_line_subtotal','150'),(160254,17416,'_line_subtotal_tax','0'),(160255,17416,'_line_total','150'),(160256,17416,'_line_tax','0'),(160257,17416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160258,17416,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160259,17417,'method_id','advanced_free_shipping'),(160260,17417,'instance_id','0'),(160261,17417,'cost','0.00'),(160262,17417,'total_tax','0'),(160263,17417,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160264,17418,'_product_id','116'),(160265,17418,'_variation_id','0'),(160266,17418,'_qty','2'),(160267,17418,'_tax_class',''),(160268,17418,'_line_subtotal','330'),(160269,17418,'_line_subtotal_tax','0'),(160270,17418,'_line_total','330'),(160271,17418,'_line_tax','0'),(160272,17418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160273,17418,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(160274,17419,'_product_id','41'),(160275,17419,'_variation_id','0'),(160276,17419,'_qty','2'),(160277,17419,'_tax_class',''),(160278,17419,'_line_subtotal','146.4'),(160279,17419,'_line_subtotal_tax','0'),(160280,17419,'_line_total','146.4'),(160281,17419,'_line_tax','0'),(160282,17419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160283,17419,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160284,17420,'_product_id','120'),(160285,17420,'_variation_id','0'),(160286,17420,'_qty','1'),(160287,17420,'_tax_class',''),(160288,17420,'_line_subtotal','63'),(160289,17420,'_line_subtotal_tax','0'),(160290,17420,'_line_total','63'),(160291,17420,'_line_tax','0'),(160292,17420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160293,17420,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(160294,17421,'_product_id','49'),(160295,17421,'_variation_id','0'),(160296,17421,'_qty','1'),(160297,17421,'_tax_class',''),(160298,17421,'_line_subtotal','90'),(160299,17421,'_line_subtotal_tax','0'),(160300,17421,'_line_total','90'),(160301,17421,'_line_tax','0'),(160302,17421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160303,17421,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(160304,17422,'_product_id','93'),(160305,17422,'_variation_id','0'),(160306,17422,'_qty','6'),(160307,17422,'_tax_class',''),(160308,17422,'_line_subtotal','0'),(160309,17422,'_line_subtotal_tax','0'),(160310,17422,'_line_total','0'),(160311,17422,'_line_tax','0'),(160312,17422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160313,17422,'_wcms_cart_key','98dce83da57b0395e163467c9dae521b'),(160314,17423,'_product_id','51'),(160315,17423,'_variation_id','0'),(160316,17423,'_qty','1'),(160317,17423,'_tax_class',''),(160318,17423,'_line_subtotal','170'),(160319,17423,'_line_subtotal_tax','0'),(160320,17423,'_line_total','170'),(160321,17423,'_line_tax','0'),(160322,17423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160323,17423,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(160324,17424,'_product_id','44'),(160325,17424,'_variation_id','0'),(160326,17424,'_qty','1'),(160327,17424,'_tax_class',''),(160328,17424,'_line_subtotal','138'),(160329,17424,'_line_subtotal_tax','0'),(160330,17424,'_line_total','138'),(160331,17424,'_line_tax','0'),(160332,17424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160333,17424,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(160334,17425,'method_id','advanced_free_shipping'),(160335,17425,'instance_id','0'),(160336,17425,'cost','0.00'),(160337,17425,'total_tax','0'),(160338,17425,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160339,17426,'_product_id','41'),(160340,17426,'_variation_id','0'),(160341,17426,'_qty','4'),(160342,17426,'_tax_class',''),(160343,17426,'_line_subtotal','292.8'),(160344,17426,'_line_subtotal_tax','0'),(160345,17426,'_line_total','292.8'),(160346,17426,'_line_tax','0'),(160347,17426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160348,17426,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160349,17427,'_product_id','45'),(160350,17427,'_variation_id','0'),(160351,17427,'_qty','7'),(160352,17427,'_tax_class',''),(160353,17427,'_line_subtotal','350'),(160354,17427,'_line_subtotal_tax','0'),(160355,17427,'_line_total','350'),(160356,17427,'_line_tax','0'),(160357,17427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160358,17427,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160359,17428,'method_id','advanced_free_shipping'),(160360,17428,'instance_id','0'),(160361,17428,'cost','0.00'),(160362,17428,'total_tax','0'),(160363,17428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160364,17429,'_product_id','3476'),(160365,17429,'_variation_id','0'),(160366,17429,'_qty','3'),(160367,17429,'_tax_class',''),(160368,17429,'_line_subtotal','228.6'),(160369,17429,'_line_subtotal_tax','0'),(160370,17429,'_line_total','228.6'),(160371,17429,'_line_tax','0'),(160372,17429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160373,17429,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(160374,17430,'_product_id','490'),(160375,17430,'_variation_id','0'),(160376,17430,'_qty','6'),(160377,17430,'_tax_class',''),(160378,17430,'_line_subtotal','117.6'),(160379,17430,'_line_subtotal_tax','0'),(160380,17430,'_line_total','117.6'),(160381,17430,'_line_tax','0'),(160382,17430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160383,17430,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(160384,17431,'_product_id','148'),(160385,17431,'_variation_id','0'),(160386,17431,'_qty','24'),(160387,17431,'_tax_class',''),(160388,17431,'_line_subtotal','198'),(160389,17431,'_line_subtotal_tax','0'),(160390,17431,'_line_total','198'),(160391,17431,'_line_tax','0'),(160392,17431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160393,17431,'_wcms_cart_key','47d1e990583c9c67424d369f3414728e'),(160394,17432,'_product_id','41'),(160395,17432,'_variation_id','0'),(160396,17432,'_qty','2'),(160397,17432,'_tax_class',''),(160398,17432,'_line_subtotal','146.4'),(160399,17432,'_line_subtotal_tax','0'),(160400,17432,'_line_total','146.4'),(160401,17432,'_line_tax','0'),(160402,17432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160403,17432,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160404,17433,'method_id','advanced_free_shipping'),(160405,17433,'instance_id','0'),(160406,17433,'cost','0.00'),(160407,17433,'total_tax','0'),(160408,17433,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160426,17436,'_product_id','45'),(160427,17436,'_variation_id','0'),(160428,17436,'_qty','11'),(160429,17436,'_tax_class',''),(160430,17436,'_line_subtotal','511.5'),(160431,17436,'_line_subtotal_tax','0'),(160432,17436,'_line_total','511.5'),(160433,17436,'_line_tax','0'),(160434,17436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160435,17436,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:11;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:11;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:11;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(160436,17436,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:11;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:38.5;s:34:\"saved_amount_based_on_tax_settings\";d:38.5;s:15:\"is_free_product\";b:0;}'),(160437,17436,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160438,17437,'method_id','advanced_free_shipping'),(160439,17437,'instance_id','0'),(160440,17437,'cost','0.00'),(160441,17437,'total_tax','0'),(160442,17437,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160443,17438,'_product_id','45'),(160444,17438,'_variation_id','0'),(160445,17438,'_qty','11'),(160446,17438,'_tax_class',''),(160447,17438,'_line_subtotal','511.5'),(160448,17438,'_line_subtotal_tax','0'),(160449,17438,'_line_total','511.5'),(160450,17438,'_line_tax','0'),(160451,17438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160452,17438,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:11;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:11;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:11;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(160453,17438,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:11;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:38.5;s:34:\"saved_amount_based_on_tax_settings\";d:38.5;s:15:\"is_free_product\";b:0;}'),(160454,17438,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160455,17439,'method_id','advanced_free_shipping'),(160456,17439,'instance_id','0'),(160457,17439,'cost','0.00'),(160458,17439,'total_tax','0'),(160459,17439,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160460,17440,'_product_id','45'),(160461,17440,'_variation_id','0'),(160462,17440,'_qty','11'),(160463,17440,'_tax_class',''),(160464,17440,'_line_subtotal','511.5'),(160465,17440,'_line_subtotal_tax','0'),(160466,17440,'_line_total','511.5'),(160467,17440,'_line_tax','0'),(160468,17440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160469,17440,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:11;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:11;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:11;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(160470,17440,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:11;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:38.5;s:34:\"saved_amount_based_on_tax_settings\";d:38.5;s:15:\"is_free_product\";b:0;}'),(160471,17440,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160472,17441,'method_id','advanced_free_shipping'),(160473,17441,'instance_id','0'),(160474,17441,'cost','0.00'),(160475,17441,'total_tax','0'),(160476,17441,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160477,17442,'_product_id','41'),(160478,17442,'_variation_id','0'),(160479,17442,'_qty','2'),(160480,17442,'_tax_class',''),(160481,17442,'_line_subtotal','146.4'),(160482,17442,'_line_subtotal_tax','0'),(160483,17442,'_line_total','146.4'),(160484,17442,'_line_tax','0'),(160485,17442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160486,17442,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160487,17443,'_product_id','44'),(160488,17443,'_variation_id','0'),(160489,17443,'_qty','1'),(160490,17443,'_tax_class',''),(160491,17443,'_line_subtotal','138'),(160492,17443,'_line_subtotal_tax','0'),(160493,17443,'_line_total','138'),(160494,17443,'_line_tax','0'),(160495,17443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160496,17443,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(160497,17444,'_product_id','43'),(160498,17444,'_variation_id','0'),(160499,17444,'_qty','3'),(160500,17444,'_tax_class',''),(160501,17444,'_line_subtotal','270'),(160502,17444,'_line_subtotal_tax','0'),(160503,17444,'_line_total','270'),(160504,17444,'_line_tax','0'),(160505,17444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160506,17444,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(160507,17445,'_product_id','120'),(160508,17445,'_variation_id','0'),(160509,17445,'_qty','2'),(160510,17445,'_tax_class',''),(160511,17445,'_line_subtotal','126'),(160512,17445,'_line_subtotal_tax','0'),(160513,17445,'_line_total','126'),(160514,17445,'_line_tax','0'),(160515,17445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160516,17445,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(160517,17446,'_product_id','116'),(160518,17446,'_variation_id','0'),(160519,17446,'_qty','1'),(160520,17446,'_tax_class',''),(160521,17446,'_line_subtotal','165'),(160522,17446,'_line_subtotal_tax','0'),(160523,17446,'_line_total','165'),(160524,17446,'_line_tax','0'),(160525,17446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160526,17446,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(160527,17447,'method_id','advanced_free_shipping'),(160528,17447,'instance_id','0'),(160529,17447,'cost','0.00'),(160530,17447,'total_tax','0'),(160531,17447,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160532,17448,'_product_id','41'),(160533,17448,'_variation_id','0'),(160534,17448,'_qty','1'),(160535,17448,'_tax_class',''),(160536,17448,'_line_subtotal','73.2'),(160537,17448,'_line_subtotal_tax','0'),(160538,17448,'_line_total','73.2'),(160539,17448,'_line_tax','0'),(160540,17448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160541,17448,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160542,17449,'_product_id','45'),(160543,17449,'_variation_id','0'),(160544,17449,'_qty','1'),(160545,17449,'_tax_class',''),(160546,17449,'_line_subtotal','50'),(160547,17449,'_line_subtotal_tax','0'),(160548,17449,'_line_total','50'),(160549,17449,'_line_tax','0'),(160550,17449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160551,17449,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(160552,17450,'_product_id','49'),(160553,17450,'_variation_id','0'),(160554,17450,'_qty','8'),(160555,17450,'_tax_class',''),(160556,17450,'_line_subtotal','669.6'),(160557,17450,'_line_subtotal_tax','0'),(160558,17450,'_line_total','669.6'),(160559,17450,'_line_tax','0'),(160560,17450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160561,17450,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(160562,17450,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(160563,17450,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(160564,17451,'_product_id','44'),(160565,17451,'_variation_id','0'),(160566,17451,'_qty','1'),(160567,17451,'_tax_class',''),(160568,17451,'_line_subtotal','138'),(160569,17451,'_line_subtotal_tax','0'),(160570,17451,'_line_total','138'),(160571,17451,'_line_tax','0'),(160572,17451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160573,17451,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(160574,17452,'method_id','advanced_free_shipping'),(160575,17452,'instance_id','0'),(160576,17452,'cost','0.00'),(160577,17452,'total_tax','0'),(160578,17452,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160579,17453,'_product_id','43'),(160580,17453,'_variation_id','0'),(160581,17453,'_qty','1'),(160582,17453,'_tax_class',''),(160583,17453,'_line_subtotal','90'),(160584,17453,'_line_subtotal_tax','0'),(160585,17453,'_line_total','90'),(160586,17453,'_line_tax','0'),(160587,17453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160588,17453,'_wcms_cart_key','0ebdaa1e6eeca89c88312c21c87d2ca9'),(160589,17454,'_product_id','49'),(160590,17454,'_variation_id','0'),(160591,17454,'_qty','1'),(160592,17454,'_tax_class',''),(160593,17454,'_line_subtotal','90'),(160594,17454,'_line_subtotal_tax','0'),(160595,17454,'_line_total','90'),(160596,17454,'_line_tax','0'),(160597,17454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160598,17454,'_wcms_cart_key','41a11446ae972b69c26050d116c99e21'),(160599,17455,'_product_id','490'),(160600,17455,'_variation_id','0'),(160601,17455,'_qty','6'),(160602,17455,'_tax_class',''),(160603,17455,'_line_subtotal','117.6'),(160604,17455,'_line_subtotal_tax','0'),(160605,17455,'_line_total','117.6'),(160606,17455,'_line_tax','0'),(160607,17455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160608,17455,'_wcms_cart_key','06cd935d211571863922cc208f623b5f'),(160609,17456,'_product_id','40'),(160610,17456,'_variation_id','0'),(160611,17456,'_qty','1'),(160612,17456,'_tax_class',''),(160613,17456,'_line_subtotal','90'),(160614,17456,'_line_subtotal_tax','0'),(160615,17456,'_line_total','90'),(160616,17456,'_line_tax','0'),(160617,17456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160618,17456,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(160619,17457,'_product_id','39'),(160620,17457,'_variation_id','0'),(160621,17457,'_qty','1'),(160622,17457,'_tax_class',''),(160623,17457,'_line_subtotal','90'),(160624,17457,'_line_subtotal_tax','0'),(160625,17457,'_line_total','90'),(160626,17457,'_line_tax','0'),(160627,17457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160628,17457,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(160629,17458,'_product_id','3362'),(160630,17458,'_variation_id','0'),(160631,17458,'_qty','1'),(160632,17458,'_tax_class',''),(160633,17458,'_line_subtotal','75'),(160634,17458,'_line_subtotal_tax','0'),(160635,17458,'_line_total','75'),(160636,17458,'_line_tax','0'),(160637,17458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160638,17458,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(160639,17459,'_product_id','487'),(160640,17459,'_variation_id','0'),(160641,17459,'_qty','1'),(160642,17459,'_tax_class',''),(160643,17459,'_line_subtotal','31.35'),(160644,17459,'_line_subtotal_tax','0'),(160645,17459,'_line_total','31.35'),(160646,17459,'_line_tax','0'),(160647,17459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160648,17459,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(160649,17460,'_product_id','2110'),(160650,17460,'_variation_id','0'),(160651,17460,'_qty','1'),(160652,17460,'_tax_class',''),(160653,17460,'_line_subtotal','71.4'),(160654,17460,'_line_subtotal_tax','0'),(160655,17460,'_line_total','71.4'),(160656,17460,'_line_tax','0'),(160657,17460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160658,17460,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160659,17461,'_product_id','3476'),(160660,17461,'_variation_id','0'),(160661,17461,'_qty','1'),(160662,17461,'_tax_class',''),(160663,17461,'_line_subtotal','76.2'),(160664,17461,'_line_subtotal_tax','0'),(160665,17461,'_line_total','76.2'),(160666,17461,'_line_tax','0'),(160667,17461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160668,17461,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(160669,17462,'_product_id','3360'),(160670,17462,'_variation_id','0'),(160671,17462,'_qty','1'),(160672,17462,'_tax_class',''),(160673,17462,'_line_subtotal','148'),(160674,17462,'_line_subtotal_tax','0'),(160675,17462,'_line_total','148'),(160676,17462,'_line_tax','0'),(160677,17462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160678,17462,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(160679,17463,'_product_id','3352'),(160680,17463,'_variation_id','0'),(160681,17463,'_qty','1'),(160682,17463,'_tax_class',''),(160683,17463,'_line_subtotal','148'),(160684,17463,'_line_subtotal_tax','0'),(160685,17463,'_line_total','148'),(160686,17463,'_line_tax','0'),(160687,17463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160688,17463,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(160689,17464,'_product_id','3356'),(160690,17464,'_variation_id','0'),(160691,17464,'_qty','1'),(160692,17464,'_tax_class',''),(160693,17464,'_line_subtotal','151.2'),(160694,17464,'_line_subtotal_tax','0'),(160695,17464,'_line_total','151.2'),(160696,17464,'_line_tax','0'),(160697,17464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160698,17464,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(160699,17465,'_product_id','3358'),(160700,17465,'_variation_id','0'),(160701,17465,'_qty','1'),(160702,17465,'_tax_class',''),(160703,17465,'_line_subtotal','151.2'),(160704,17465,'_line_subtotal_tax','0'),(160705,17465,'_line_total','151.2'),(160706,17465,'_line_tax','0'),(160707,17465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160708,17465,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(160709,17466,'_product_id','3354'),(160710,17466,'_variation_id','0'),(160711,17466,'_qty','1'),(160712,17466,'_tax_class',''),(160713,17466,'_line_subtotal','148'),(160714,17466,'_line_subtotal_tax','0'),(160715,17466,'_line_total','148'),(160716,17466,'_line_tax','0'),(160717,17466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160718,17466,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(160719,17467,'method_id','advanced_free_shipping'),(160720,17467,'instance_id','0'),(160721,17467,'cost','0.00'),(160722,17467,'total_tax','0'),(160723,17467,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160724,17468,'_product_id','2113'),(160725,17468,'_variation_id','0'),(160726,17468,'_qty','1'),(160727,17468,'_tax_class',''),(160728,17468,'_line_subtotal','172'),(160729,17468,'_line_subtotal_tax','0'),(160730,17468,'_line_total','172'),(160731,17468,'_line_tax','0'),(160732,17468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160733,17468,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(160734,17469,'_product_id','3476'),(160735,17469,'_variation_id','0'),(160736,17469,'_qty','2'),(160737,17469,'_tax_class',''),(160738,17469,'_line_subtotal','152.4'),(160739,17469,'_line_subtotal_tax','0'),(160740,17469,'_line_total','152.4'),(160741,17469,'_line_tax','0'),(160742,17469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160743,17469,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(160744,17470,'_product_id','41'),(160745,17470,'_variation_id','0'),(160746,17470,'_qty','3'),(160747,17470,'_tax_class',''),(160748,17470,'_line_subtotal','219.6'),(160749,17470,'_line_subtotal_tax','0'),(160750,17470,'_line_total','219.6'),(160751,17470,'_line_tax','0'),(160752,17470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160753,17470,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(160754,17471,'_product_id','3354'),(160755,17471,'_variation_id','0'),(160756,17471,'_qty','2'),(160757,17471,'_tax_class',''),(160758,17471,'_line_subtotal','296'),(160759,17471,'_line_subtotal_tax','0'),(160760,17471,'_line_total','296'),(160761,17471,'_line_tax','0'),(160762,17471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160763,17471,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(160764,17472,'_product_id','49'),(160765,17472,'_variation_id','0'),(160766,17472,'_qty','2'),(160767,17472,'_tax_class',''),(160768,17472,'_line_subtotal','180'),(160769,17472,'_line_subtotal_tax','0'),(160770,17472,'_line_total','180'),(160771,17472,'_line_tax','0'),(160772,17472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160773,17472,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(160774,17473,'_product_id','3352'),(160775,17473,'_variation_id','0'),(160776,17473,'_qty','1'),(160777,17473,'_tax_class',''),(160778,17473,'_line_subtotal','148'),(160779,17473,'_line_subtotal_tax','0'),(160780,17473,'_line_total','148'),(160781,17473,'_line_tax','0'),(160782,17473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160783,17473,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(160784,17474,'_product_id','3412'),(160785,17474,'_variation_id','0'),(160786,17474,'_qty','1'),(160787,17474,'_tax_class',''),(160788,17474,'_line_subtotal','90'),(160789,17474,'_line_subtotal_tax','0'),(160790,17474,'_line_total','90'),(160791,17474,'_line_tax','0'),(160792,17474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160793,17474,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(160794,17475,'_product_id','2110'),(160795,17475,'_variation_id','0'),(160796,17475,'_qty','3'),(160797,17475,'_tax_class',''),(160798,17475,'_line_subtotal','214.2'),(160799,17475,'_line_subtotal_tax','0'),(160800,17475,'_line_total','214.2'),(160801,17475,'_line_tax','0'),(160802,17475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160803,17475,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160804,17476,'_product_id','3507'),(160805,17476,'_variation_id','0'),(160806,17476,'_qty','1'),(160807,17476,'_tax_class',''),(160808,17476,'_line_subtotal','175'),(160809,17476,'_line_subtotal_tax','0'),(160810,17476,'_line_total','175'),(160811,17476,'_line_tax','0'),(160812,17476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160813,17476,'_wcms_cart_key','0e7c7d6c41c76b9ee6445ae01cc0181d'),(160814,17477,'_product_id','3485'),(160815,17477,'_variation_id','0'),(160816,17477,'_qty','1'),(160817,17477,'_tax_class',''),(160818,17477,'_line_subtotal','148.8'),(160819,17477,'_line_subtotal_tax','0'),(160820,17477,'_line_total','148.8'),(160821,17477,'_line_tax','0'),(160822,17477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160823,17477,'_wcms_cart_key','dfeb9598fbfb97cc6bbcc0aff2c785d6'),(160824,17478,'_product_id','39'),(160825,17478,'_variation_id','0'),(160826,17478,'_qty','1'),(160827,17478,'_tax_class',''),(160828,17478,'_line_subtotal','90'),(160829,17478,'_line_subtotal_tax','0'),(160830,17478,'_line_total','90'),(160831,17478,'_line_tax','0'),(160832,17478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160833,17478,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(160834,17479,'_product_id','40'),(160835,17479,'_variation_id','0'),(160836,17479,'_qty','1'),(160837,17479,'_tax_class',''),(160838,17479,'_line_subtotal','90'),(160839,17479,'_line_subtotal_tax','0'),(160840,17479,'_line_total','90'),(160841,17479,'_line_tax','0'),(160842,17479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160843,17479,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(160844,17480,'method_id','advanced_free_shipping'),(160845,17480,'instance_id','0'),(160846,17480,'cost','0.00'),(160847,17480,'total_tax','0'),(160848,17480,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160849,17481,'_product_id','2110'),(160850,17481,'_variation_id','0'),(160851,17481,'_qty','8'),(160852,17481,'_tax_class',''),(160853,17481,'_line_subtotal','531.216'),(160854,17481,'_line_subtotal_tax','0'),(160855,17481,'_line_total','531.216'),(160856,17481,'_line_tax','0'),(160857,17481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160858,17481,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(160859,17481,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(160860,17481,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160861,17482,'_product_id','490'),(160862,17482,'_variation_id','0'),(160863,17482,'_qty','20'),(160864,17482,'_tax_class',''),(160865,17482,'_line_subtotal','392'),(160866,17482,'_line_subtotal_tax','0'),(160867,17482,'_line_total','392'),(160868,17482,'_line_tax','0'),(160869,17482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160870,17482,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(160871,17483,'_product_id','488'),(160872,17483,'_variation_id','0'),(160873,17483,'_qty','4'),(160874,17483,'_tax_class',''),(160875,17483,'_line_subtotal','125.4'),(160876,17483,'_line_subtotal_tax','0'),(160877,17483,'_line_total','125.4'),(160878,17483,'_line_tax','0'),(160879,17483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160880,17483,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(160881,17484,'method_id','advanced_free_shipping'),(160882,17484,'instance_id','0'),(160883,17484,'cost','0.00'),(160884,17484,'total_tax','0'),(160885,17484,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160886,17485,'method_id','advanced_free_shipping'),(160887,17485,'instance_id','0'),(160888,17485,'cost','0.00'),(160889,17485,'total_tax','0'),(160890,17485,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160891,17486,'_product_id','2110'),(160892,17486,'_variation_id','0'),(160893,17486,'_qty','4'),(160894,17486,'_tax_class',''),(160895,17486,'_line_subtotal','285.6'),(160896,17486,'_line_subtotal_tax','0'),(160897,17486,'_line_total','265.608'),(160898,17486,'_line_tax','0'),(160899,17486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160900,17487,'_product_id','490'),(160901,17487,'_variation_id','0'),(160902,17487,'_qty','10'),(160903,17487,'_tax_class',''),(160904,17487,'_line_subtotal','196'),(160905,17487,'_line_subtotal_tax','0'),(160906,17487,'_line_total','196'),(160907,17487,'_line_tax','0'),(160908,17487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160909,17488,'_product_id','488'),(160910,17488,'_variation_id','0'),(160911,17488,'_qty','2'),(160912,17488,'_tax_class',''),(160913,17488,'_line_subtotal','62.7'),(160914,17488,'_line_subtotal_tax','0'),(160915,17488,'_line_total','62.7'),(160916,17488,'_line_tax','0'),(160917,17488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160918,17489,'method_id','advanced_free_shipping'),(160919,17489,'instance_id',''),(160920,17489,'cost','0.00'),(160921,17489,'total_tax','0'),(160922,17489,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160923,17490,'_product_id','2110'),(160924,17490,'_variation_id','0'),(160925,17490,'_qty','4'),(160926,17490,'_tax_class',''),(160927,17490,'_line_subtotal','285.6'),(160928,17490,'_line_subtotal_tax','0'),(160929,17490,'_line_total','265.608'),(160930,17490,'_line_tax','0'),(160931,17490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160932,17491,'_product_id','490'),(160933,17491,'_variation_id','0'),(160934,17491,'_qty','10'),(160935,17491,'_tax_class',''),(160936,17491,'_line_subtotal','196'),(160937,17491,'_line_subtotal_tax','0'),(160938,17491,'_line_total','196'),(160939,17491,'_line_tax','0'),(160940,17491,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160941,17492,'_product_id','488'),(160942,17492,'_variation_id','0'),(160943,17492,'_qty','2'),(160944,17492,'_tax_class',''),(160945,17492,'_line_subtotal','62.7'),(160946,17492,'_line_subtotal_tax','0'),(160947,17492,'_line_total','62.7'),(160948,17492,'_line_tax','0'),(160949,17492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160950,17493,'method_id','advanced_free_shipping'),(160951,17493,'instance_id',''),(160952,17493,'cost','0.00'),(160953,17493,'total_tax','0'),(160954,17493,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160955,17494,'_product_id','2110'),(160956,17494,'_variation_id','0'),(160957,17494,'_qty','1'),(160958,17494,'_tax_class',''),(160959,17494,'_line_subtotal','71.4'),(160960,17494,'_line_subtotal_tax','0'),(160961,17494,'_line_total','71.4'),(160962,17494,'_line_tax','0'),(160963,17494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160964,17494,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(160965,17495,'_product_id','2408'),(160966,17495,'_variation_id','0'),(160967,17495,'_qty','1'),(160968,17495,'_tax_class',''),(160969,17495,'_line_subtotal','170'),(160970,17495,'_line_subtotal_tax','0'),(160971,17495,'_line_total','170'),(160972,17495,'_line_tax','0'),(160973,17495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160974,17495,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(160975,17496,'_product_id','2113'),(160976,17496,'_variation_id','0'),(160977,17496,'_qty','2'),(160978,17496,'_tax_class',''),(160979,17496,'_line_subtotal','344'),(160980,17496,'_line_subtotal_tax','0'),(160981,17496,'_line_total','344'),(160982,17496,'_line_tax','0'),(160983,17496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(160984,17496,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(160985,17497,'method_id','advanced_free_shipping'),(160986,17497,'instance_id','0'),(160987,17497,'cost','0.00'),(160988,17497,'total_tax','0'),(160989,17497,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160990,17498,'method_id','advanced_free_shipping'),(160991,17498,'instance_id','0'),(160992,17498,'cost','0.00'),(160993,17498,'total_tax','0'),(160994,17498,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(160995,17499,'_product_id','2110'),(160996,17499,'_variation_id','0'),(160997,17499,'_qty','1'),(160998,17499,'_tax_class',''),(160999,17499,'_line_subtotal','71.4'),(161000,17499,'_line_subtotal_tax','0'),(161001,17499,'_line_total','71.4'),(161002,17499,'_line_tax','0'),(161003,17499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161004,17500,'_product_id','2408'),(161005,17500,'_variation_id','0'),(161006,17500,'_qty','1'),(161007,17500,'_tax_class',''),(161008,17500,'_line_subtotal','170'),(161009,17500,'_line_subtotal_tax','0'),(161010,17500,'_line_total','170'),(161011,17500,'_line_tax','0'),(161012,17500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161013,17501,'method_id','advanced_free_shipping'),(161014,17501,'instance_id',''),(161015,17501,'cost','0.00'),(161016,17501,'total_tax','0'),(161017,17501,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161018,17502,'_product_id','2113'),(161019,17502,'_variation_id','0'),(161020,17502,'_qty','2'),(161021,17502,'_tax_class',''),(161022,17502,'_line_subtotal','344'),(161023,17502,'_line_subtotal_tax','0'),(161024,17502,'_line_total','344'),(161025,17502,'_line_tax','0'),(161026,17502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161027,17503,'method_id','advanced_free_shipping'),(161028,17503,'instance_id',''),(161029,17503,'cost','0.00'),(161030,17503,'total_tax','0'),(161031,17503,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161032,17504,'_product_id','2408'),(161033,17504,'_variation_id','0'),(161034,17504,'_qty','3'),(161035,17504,'_tax_class',''),(161036,17504,'_line_subtotal','510'),(161037,17504,'_line_subtotal_tax','0'),(161038,17504,'_line_total','510'),(161039,17504,'_line_tax','0'),(161040,17504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161041,17504,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(161042,17505,'_product_id','41'),(161043,17505,'_variation_id','0'),(161044,17505,'_qty','4'),(161045,17505,'_tax_class',''),(161046,17505,'_line_subtotal','292.8'),(161047,17505,'_line_subtotal_tax','0'),(161048,17505,'_line_total','292.8'),(161049,17505,'_line_tax','0'),(161050,17505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161051,17505,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(161052,17506,'_product_id','133'),(161053,17506,'_variation_id','0'),(161054,17506,'_qty','8'),(161055,17506,'_tax_class',''),(161056,17506,'_line_subtotal','114.4'),(161057,17506,'_line_subtotal_tax','0'),(161058,17506,'_line_total','114.4'),(161059,17506,'_line_tax','0'),(161060,17506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161061,17506,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(161062,17507,'method_id','advanced_free_shipping'),(161063,17507,'instance_id','0'),(161064,17507,'cost','0.00'),(161065,17507,'total_tax','0'),(161066,17507,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161067,17508,'_product_id','133'),(161068,17508,'_variation_id','0'),(161069,17508,'_qty','10'),(161070,17508,'_tax_class',''),(161071,17508,'_line_subtotal','143'),(161072,17508,'_line_subtotal_tax','0'),(161073,17508,'_line_total','143'),(161074,17508,'_line_tax','0'),(161075,17508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161076,17508,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(161077,17509,'_product_id','120'),(161078,17509,'_variation_id','0'),(161079,17509,'_qty','2'),(161080,17509,'_tax_class',''),(161081,17509,'_line_subtotal','126'),(161082,17509,'_line_subtotal_tax','0'),(161083,17509,'_line_total','126'),(161084,17509,'_line_tax','0'),(161085,17509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161086,17509,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(161087,17510,'_product_id','2110'),(161088,17510,'_variation_id','0'),(161089,17510,'_qty','7'),(161090,17510,'_tax_class',''),(161091,17510,'_line_subtotal','499.8'),(161092,17510,'_line_subtotal_tax','0'),(161093,17510,'_line_total','499.8'),(161094,17510,'_line_tax','0'),(161095,17510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161096,17510,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(161097,17511,'_product_id','2113'),(161098,17511,'_variation_id','0'),(161099,17511,'_qty','1'),(161100,17511,'_tax_class',''),(161101,17511,'_line_subtotal','172'),(161102,17511,'_line_subtotal_tax','0'),(161103,17511,'_line_total','172'),(161104,17511,'_line_tax','0'),(161105,17511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161106,17511,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(161107,17512,'method_id','advanced_free_shipping'),(161108,17512,'instance_id','0'),(161109,17512,'cost','0.00'),(161110,17512,'total_tax','0'),(161111,17512,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161112,17513,'_product_id','2110'),(161113,17513,'_variation_id','0'),(161114,17513,'_qty','8'),(161115,17513,'_tax_class',''),(161116,17513,'_line_subtotal','531.216'),(161117,17513,'_line_subtotal_tax','0'),(161118,17513,'_line_total','531.216'),(161119,17513,'_line_tax','0'),(161120,17513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161121,17513,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(161122,17513,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(161123,17513,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(161124,17514,'_product_id','3354'),(161125,17514,'_variation_id','0'),(161126,17514,'_qty','2'),(161127,17514,'_tax_class',''),(161128,17514,'_line_subtotal','296'),(161129,17514,'_line_subtotal_tax','0'),(161130,17514,'_line_total','296'),(161131,17514,'_line_tax','0'),(161132,17514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161133,17514,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(161134,17515,'_product_id','43'),(161135,17515,'_variation_id','0'),(161136,17515,'_qty','3'),(161137,17515,'_tax_class',''),(161138,17515,'_line_subtotal','270'),(161139,17515,'_line_subtotal_tax','0'),(161140,17515,'_line_total','270'),(161141,17515,'_line_tax','0'),(161142,17515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161143,17515,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(161144,17516,'_product_id','3352'),(161145,17516,'_variation_id','0'),(161146,17516,'_qty','2'),(161147,17516,'_tax_class',''),(161148,17516,'_line_subtotal','296'),(161149,17516,'_line_subtotal_tax','0'),(161150,17516,'_line_total','296'),(161151,17516,'_line_tax','0'),(161152,17516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161153,17516,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(161154,17517,'_product_id','39'),(161155,17517,'_variation_id','0'),(161156,17517,'_qty','2'),(161157,17517,'_tax_class',''),(161158,17517,'_line_subtotal','180'),(161159,17517,'_line_subtotal_tax','0'),(161160,17517,'_line_total','180'),(161161,17517,'_line_tax','0'),(161162,17517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161163,17517,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(161164,17518,'_product_id','144'),(161165,17518,'_variation_id','0'),(161166,17518,'_qty','10'),(161167,17518,'_tax_class',''),(161168,17518,'_line_subtotal','13.8'),(161169,17518,'_line_subtotal_tax','0'),(161170,17518,'_line_total','13.8'),(161171,17518,'_line_tax','0'),(161172,17518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161173,17518,'_wcms_cart_key','0a09c8844ba8f0936c20bd791130d6b6'),(161174,17519,'_product_id','135'),(161175,17519,'_variation_id','0'),(161176,17519,'_qty','3'),(161177,17519,'_tax_class',''),(161178,17519,'_line_subtotal','7.44'),(161179,17519,'_line_subtotal_tax','0'),(161180,17519,'_line_total','7.44'),(161181,17519,'_line_tax','0'),(161182,17519,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161183,17519,'_wcms_cart_key','7f1de29e6da19d22b51c68001e7e0e54'),(161184,17520,'_product_id','49'),(161185,17520,'_variation_id','0'),(161186,17520,'_qty','1'),(161187,17520,'_tax_class',''),(161188,17520,'_line_subtotal','90'),(161189,17520,'_line_subtotal_tax','0'),(161190,17520,'_line_total','90'),(161191,17520,'_line_tax','0'),(161192,17520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161193,17520,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(161194,17521,'method_id','advanced_free_shipping'),(161195,17521,'instance_id','0'),(161196,17521,'cost','0'),(161197,17521,'total_tax','0'),(161198,17521,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161199,17522,'method_id','advanced_free_shipping'),(161200,17522,'instance_id','0'),(161201,17522,'cost','0'),(161202,17522,'total_tax','0'),(161203,17522,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161204,17523,'method_id','advanced_free_shipping'),(161205,17523,'instance_id','0'),(161206,17523,'cost','0'),(161207,17523,'total_tax','0'),(161208,17523,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161209,17524,'_product_id','2110'),(161210,17524,'_variation_id','0'),(161211,17524,'_qty','2'),(161212,17524,'_tax_class',''),(161213,17524,'_line_subtotal','142.8'),(161214,17524,'_line_subtotal_tax','0'),(161215,17524,'_line_total','132.804'),(161216,17524,'_line_tax','0'),(161217,17524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161218,17525,'_product_id','3354'),(161219,17525,'_variation_id','0'),(161220,17525,'_qty','1'),(161221,17525,'_tax_class',''),(161222,17525,'_line_subtotal','148'),(161223,17525,'_line_subtotal_tax','0'),(161224,17525,'_line_total','148'),(161225,17525,'_line_tax','0'),(161226,17525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161227,17526,'_product_id','43'),(161228,17526,'_variation_id','0'),(161229,17526,'_qty','2'),(161230,17526,'_tax_class',''),(161231,17526,'_line_subtotal','180'),(161232,17526,'_line_subtotal_tax','0'),(161233,17526,'_line_total','180'),(161234,17526,'_line_tax','0'),(161235,17526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161236,17527,'_product_id','3352'),(161237,17527,'_variation_id','0'),(161238,17527,'_qty','1'),(161239,17527,'_tax_class',''),(161240,17527,'_line_subtotal','148'),(161241,17527,'_line_subtotal_tax','0'),(161242,17527,'_line_total','148'),(161243,17527,'_line_tax','0'),(161244,17527,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161245,17528,'_product_id','39'),(161246,17528,'_variation_id','0'),(161247,17528,'_qty','1'),(161248,17528,'_tax_class',''),(161249,17528,'_line_subtotal','90'),(161250,17528,'_line_subtotal_tax','0'),(161251,17528,'_line_total','90'),(161252,17528,'_line_tax','0'),(161253,17528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161254,17529,'_product_id','144'),(161255,17529,'_variation_id','0'),(161256,17529,'_qty','5'),(161257,17529,'_tax_class',''),(161258,17529,'_line_subtotal','6.9'),(161259,17529,'_line_subtotal_tax','0'),(161260,17529,'_line_total','6.9'),(161261,17529,'_line_tax','0'),(161262,17529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161263,17530,'_product_id','135'),(161264,17530,'_variation_id','0'),(161265,17530,'_qty','3'),(161266,17530,'_tax_class',''),(161267,17530,'_line_subtotal','7.44'),(161268,17530,'_line_subtotal_tax','0'),(161269,17530,'_line_total','7.44'),(161270,17530,'_line_tax','0'),(161271,17530,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161272,17531,'_product_id','49'),(161273,17531,'_variation_id','0'),(161274,17531,'_qty','1'),(161275,17531,'_tax_class',''),(161276,17531,'_line_subtotal','90'),(161277,17531,'_line_subtotal_tax','0'),(161278,17531,'_line_total','90'),(161279,17531,'_line_tax','0'),(161280,17531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161281,17532,'method_id','advanced_free_shipping'),(161282,17532,'instance_id',''),(161283,17532,'cost','0'),(161284,17532,'total_tax','0'),(161285,17532,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161286,17533,'_product_id','2110'),(161287,17533,'_variation_id','0'),(161288,17533,'_qty','2'),(161289,17533,'_tax_class',''),(161290,17533,'_line_subtotal','142.8'),(161291,17533,'_line_subtotal_tax','0'),(161292,17533,'_line_total','132.804'),(161293,17533,'_line_tax','0'),(161294,17533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161295,17534,'_product_id','3354'),(161296,17534,'_variation_id','0'),(161297,17534,'_qty','1'),(161298,17534,'_tax_class',''),(161299,17534,'_line_subtotal','148'),(161300,17534,'_line_subtotal_tax','0'),(161301,17534,'_line_total','148'),(161302,17534,'_line_tax','0'),(161303,17534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161304,17535,'_product_id','43'),(161305,17535,'_variation_id','0'),(161306,17535,'_qty','1'),(161307,17535,'_tax_class',''),(161308,17535,'_line_subtotal','90'),(161309,17535,'_line_subtotal_tax','0'),(161310,17535,'_line_total','90'),(161311,17535,'_line_tax','0'),(161312,17535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161313,17536,'_product_id','3352'),(161314,17536,'_variation_id','0'),(161315,17536,'_qty','1'),(161316,17536,'_tax_class',''),(161317,17536,'_line_subtotal','148'),(161318,17536,'_line_subtotal_tax','0'),(161319,17536,'_line_total','148'),(161320,17536,'_line_tax','0'),(161321,17536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161322,17537,'_product_id','39'),(161323,17537,'_variation_id','0'),(161324,17537,'_qty','1'),(161325,17537,'_tax_class',''),(161326,17537,'_line_subtotal','90'),(161327,17537,'_line_subtotal_tax','0'),(161328,17537,'_line_total','90'),(161329,17537,'_line_tax','0'),(161330,17537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161331,17538,'method_id','advanced_free_shipping'),(161332,17538,'instance_id',''),(161333,17538,'cost','0'),(161334,17538,'total_tax','0'),(161335,17538,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161336,17539,'_product_id','2110'),(161337,17539,'_variation_id','0'),(161338,17539,'_qty','4'),(161339,17539,'_tax_class',''),(161340,17539,'_line_subtotal','285.6'),(161341,17539,'_line_subtotal_tax','0'),(161342,17539,'_line_total','265.608'),(161343,17539,'_line_tax','0'),(161344,17539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161345,17540,'_product_id','144'),(161346,17540,'_variation_id','0'),(161347,17540,'_qty','5'),(161348,17540,'_tax_class',''),(161349,17540,'_line_subtotal','6.9'),(161350,17540,'_line_subtotal_tax','0'),(161351,17540,'_line_total','6.9'),(161352,17540,'_line_tax','0'),(161353,17540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161354,17541,'method_id','advanced_free_shipping'),(161355,17541,'instance_id',''),(161356,17541,'cost','0'),(161357,17541,'total_tax','0'),(161358,17541,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161359,17542,'_product_id','116'),(161360,17542,'_variation_id','0'),(161361,17542,'_qty','1'),(161362,17542,'_tax_class',''),(161363,17542,'_line_subtotal','165'),(161364,17542,'_line_subtotal_tax','0'),(161365,17542,'_line_total','165'),(161366,17542,'_line_tax','0'),(161367,17542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161368,17542,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(161369,17543,'_product_id','3476'),(161370,17543,'_variation_id','0'),(161371,17543,'_qty','1'),(161372,17543,'_tax_class',''),(161373,17543,'_line_subtotal','76.2'),(161374,17543,'_line_subtotal_tax','0'),(161375,17543,'_line_total','76.2'),(161376,17543,'_line_tax','0'),(161377,17543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161378,17543,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(161379,17544,'_product_id','487'),(161380,17544,'_variation_id','0'),(161381,17544,'_qty','1'),(161382,17544,'_tax_class',''),(161383,17544,'_line_subtotal','31.35'),(161384,17544,'_line_subtotal_tax','0'),(161385,17544,'_line_total','31.35'),(161386,17544,'_line_tax','0'),(161387,17544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161388,17544,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161389,17545,'_product_id','49'),(161390,17545,'_variation_id','0'),(161391,17545,'_qty','4'),(161392,17545,'_tax_class',''),(161393,17545,'_line_subtotal','360'),(161394,17545,'_line_subtotal_tax','0'),(161395,17545,'_line_total','360'),(161396,17545,'_line_tax','0'),(161397,17545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161398,17545,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(161399,17546,'method_id','advanced_free_shipping'),(161400,17546,'instance_id','0'),(161401,17546,'cost','0'),(161402,17546,'total_tax','0'),(161403,17546,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161404,17547,'_product_id','490'),(161405,17547,'_variation_id','0'),(161406,17547,'_qty','9'),(161407,17547,'_tax_class',''),(161408,17547,'_line_subtotal','176.4'),(161409,17547,'_line_subtotal_tax','0'),(161410,17547,'_line_total','176.4'),(161411,17547,'_line_tax','0'),(161412,17547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161413,17547,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161414,17548,'_product_id','43'),(161415,17548,'_variation_id','0'),(161416,17548,'_qty','3'),(161417,17548,'_tax_class',''),(161418,17548,'_line_subtotal','270'),(161419,17548,'_line_subtotal_tax','0'),(161420,17548,'_line_total','270'),(161421,17548,'_line_tax','0'),(161422,17548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161423,17548,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(161424,17549,'_product_id','42'),(161425,17549,'_variation_id','0'),(161426,17549,'_qty','1'),(161427,17549,'_tax_class',''),(161428,17549,'_line_subtotal','90'),(161429,17549,'_line_subtotal_tax','0'),(161430,17549,'_line_total','90'),(161431,17549,'_line_tax','0'),(161432,17549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161433,17549,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(161434,17550,'method_id','advanced_free_shipping'),(161435,17550,'instance_id','0'),(161436,17550,'cost','0'),(161437,17550,'total_tax','0'),(161438,17550,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161439,17551,'_product_id','490'),(161440,17551,'_variation_id','0'),(161441,17551,'_qty','40'),(161442,17551,'_tax_class',''),(161443,17551,'_line_subtotal','784'),(161444,17551,'_line_subtotal_tax','0'),(161445,17551,'_line_total','784'),(161446,17551,'_line_tax','0'),(161447,17551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161448,17551,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161449,17552,'_product_id','3525'),(161450,17552,'_variation_id','0'),(161451,17552,'_qty','2'),(161452,17552,'_tax_class',''),(161453,17552,'_line_subtotal','180'),(161454,17552,'_line_subtotal_tax','0'),(161455,17552,'_line_total','180'),(161456,17552,'_line_tax','0'),(161457,17552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161458,17552,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(161459,17553,'_product_id','41'),(161460,17553,'_variation_id','0'),(161461,17553,'_qty','50'),(161462,17553,'_tax_class',''),(161463,17553,'_line_subtotal','3403.8'),(161464,17553,'_line_subtotal_tax','0'),(161465,17553,'_line_total','3403.8'),(161466,17553,'_line_tax','0'),(161467,17553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161468,17553,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:50;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:50;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(161469,17553,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:50;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:256.19999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:256.19999999999999;s:15:\"is_free_product\";b:0;}'),(161470,17553,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(161471,17554,'_product_id','487'),(161472,17554,'_variation_id','0'),(161473,17554,'_qty','3'),(161474,17554,'_tax_class',''),(161475,17554,'_line_subtotal','94.05'),(161476,17554,'_line_subtotal_tax','0'),(161477,17554,'_line_total','94.05'),(161478,17554,'_line_tax','0'),(161479,17554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161480,17554,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161481,17555,'method_id','advanced_free_shipping'),(161482,17555,'instance_id','0'),(161483,17555,'cost','0'),(161484,17555,'total_tax','0'),(161485,17555,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161486,17556,'_product_id','2113'),(161487,17556,'_variation_id','0'),(161488,17556,'_qty','1'),(161489,17556,'_tax_class',''),(161490,17556,'_line_subtotal','172'),(161491,17556,'_line_subtotal_tax','0'),(161492,17556,'_line_total','172'),(161493,17556,'_line_tax','0'),(161494,17556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161495,17556,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(161496,17557,'_product_id','41'),(161497,17557,'_variation_id','0'),(161498,17557,'_qty','2'),(161499,17557,'_tax_class',''),(161500,17557,'_line_subtotal','146.4'),(161501,17557,'_line_subtotal_tax','0'),(161502,17557,'_line_total','146.4'),(161503,17557,'_line_tax','0'),(161504,17557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161505,17557,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(161506,17558,'_product_id','45'),(161507,17558,'_variation_id','0'),(161508,17558,'_qty','1'),(161509,17558,'_tax_class',''),(161510,17558,'_line_subtotal','50'),(161511,17558,'_line_subtotal_tax','0'),(161512,17558,'_line_total','50'),(161513,17558,'_line_tax','0'),(161514,17558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161515,17558,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(161516,17559,'_product_id','3352'),(161517,17559,'_variation_id','0'),(161518,17559,'_qty','1'),(161519,17559,'_tax_class',''),(161520,17559,'_line_subtotal','148'),(161521,17559,'_line_subtotal_tax','0'),(161522,17559,'_line_total','148'),(161523,17559,'_line_tax','0'),(161524,17559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161525,17559,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(161526,17560,'_product_id','3354'),(161527,17560,'_variation_id','0'),(161528,17560,'_qty','1'),(161529,17560,'_tax_class',''),(161530,17560,'_line_subtotal','148'),(161531,17560,'_line_subtotal_tax','0'),(161532,17560,'_line_total','148'),(161533,17560,'_line_tax','0'),(161534,17560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161535,17560,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(161536,17561,'_product_id','3362'),(161537,17561,'_variation_id','0'),(161538,17561,'_qty','1'),(161539,17561,'_tax_class',''),(161540,17561,'_line_subtotal','75'),(161541,17561,'_line_subtotal_tax','0'),(161542,17561,'_line_total','75'),(161543,17561,'_line_tax','0'),(161544,17561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161545,17561,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(161546,17562,'_product_id','3360'),(161547,17562,'_variation_id','0'),(161548,17562,'_qty','2'),(161549,17562,'_tax_class',''),(161550,17562,'_line_subtotal','296'),(161551,17562,'_line_subtotal_tax','0'),(161552,17562,'_line_total','296'),(161553,17562,'_line_tax','0'),(161554,17562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161555,17562,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(161556,17563,'_product_id','3476'),(161557,17563,'_variation_id','0'),(161558,17563,'_qty','1'),(161559,17563,'_tax_class',''),(161560,17563,'_line_subtotal','76.2'),(161561,17563,'_line_subtotal_tax','0'),(161562,17563,'_line_total','76.2'),(161563,17563,'_line_tax','0'),(161564,17563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161565,17563,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(161566,17564,'method_id','advanced_free_shipping'),(161567,17564,'instance_id','0'),(161568,17564,'cost','0'),(161569,17564,'total_tax','0'),(161570,17564,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161571,17565,'_product_id','490'),(161572,17565,'_variation_id','0'),(161573,17565,'_qty','12'),(161574,17565,'_tax_class',''),(161575,17565,'_line_subtotal','235.2'),(161576,17565,'_line_subtotal_tax','0'),(161577,17565,'_line_total','235.2'),(161578,17565,'_line_tax','0'),(161579,17565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161580,17565,'_wcms_cart_key','3c943b775e2cfabe46cd2f1daf1c1fcf'),(161581,17566,'_product_id','2113'),(161582,17566,'_variation_id','0'),(161583,17566,'_qty','1'),(161584,17566,'_tax_class',''),(161585,17566,'_line_subtotal','172'),(161586,17566,'_line_subtotal_tax','0'),(161587,17566,'_line_total','172'),(161588,17566,'_line_tax','0'),(161589,17566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161590,17566,'_wcms_cart_key','26b634265ba27242cff529a7e33c5084'),(161591,17567,'_product_id','487'),(161592,17567,'_variation_id','0'),(161593,17567,'_qty','2'),(161594,17567,'_tax_class',''),(161595,17567,'_line_subtotal','62.7'),(161596,17567,'_line_subtotal_tax','0'),(161597,17567,'_line_total','62.7'),(161598,17567,'_line_tax','0'),(161599,17567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161600,17567,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161601,17568,'_product_id','41'),(161602,17568,'_variation_id','0'),(161603,17568,'_qty','2'),(161604,17568,'_tax_class',''),(161605,17568,'_line_subtotal','146.4'),(161606,17568,'_line_subtotal_tax','0'),(161607,17568,'_line_total','146.4'),(161608,17568,'_line_tax','0'),(161609,17568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161610,17568,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(161611,17569,'_product_id','42'),(161612,17569,'_variation_id','0'),(161613,17569,'_qty','1'),(161614,17569,'_tax_class',''),(161615,17569,'_line_subtotal','90'),(161616,17569,'_line_subtotal_tax','0'),(161617,17569,'_line_total','90'),(161618,17569,'_line_tax','0'),(161619,17569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161620,17569,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(161621,17570,'_product_id','45'),(161622,17570,'_variation_id','0'),(161623,17570,'_qty','4'),(161624,17570,'_tax_class',''),(161625,17570,'_line_subtotal','200'),(161626,17570,'_line_subtotal_tax','0'),(161627,17570,'_line_total','200'),(161628,17570,'_line_tax','0'),(161629,17570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161630,17570,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(161631,17571,'_product_id','488'),(161632,17571,'_variation_id','0'),(161633,17571,'_qty','3'),(161634,17571,'_tax_class',''),(161635,17571,'_line_subtotal','94.05'),(161636,17571,'_line_subtotal_tax','0'),(161637,17571,'_line_total','94.05'),(161638,17571,'_line_tax','0'),(161639,17571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161640,17571,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(161641,17572,'_product_id','2110'),(161642,17572,'_variation_id','0'),(161643,17572,'_qty','3'),(161644,17572,'_tax_class',''),(161645,17572,'_line_subtotal','214.2'),(161646,17572,'_line_subtotal_tax','0'),(161647,17572,'_line_total','214.2'),(161648,17572,'_line_tax','0'),(161649,17572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161650,17572,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(161651,17573,'_product_id','39'),(161652,17573,'_variation_id','0'),(161653,17573,'_qty','1'),(161654,17573,'_tax_class',''),(161655,17573,'_line_subtotal','90'),(161656,17573,'_line_subtotal_tax','0'),(161657,17573,'_line_total','90'),(161658,17573,'_line_tax','0'),(161659,17573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161660,17573,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(161661,17574,'_product_id','3525'),(161662,17574,'_variation_id','0'),(161663,17574,'_qty','1'),(161664,17574,'_tax_class',''),(161665,17574,'_line_subtotal','90'),(161666,17574,'_line_subtotal_tax','0'),(161667,17574,'_line_total','90'),(161668,17574,'_line_tax','0'),(161669,17574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161670,17574,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(161671,17575,'method_id','advanced_free_shipping'),(161672,17575,'instance_id','0'),(161673,17575,'cost','0'),(161674,17575,'total_tax','0'),(161675,17575,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161676,17576,'_product_id','2110'),(161677,17576,'_variation_id','0'),(161678,17576,'_qty','2'),(161679,17576,'_tax_class',''),(161680,17576,'_line_subtotal','142.8'),(161681,17576,'_line_subtotal_tax','0'),(161682,17576,'_line_total','142.8'),(161683,17576,'_line_tax','0'),(161684,17576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161685,17576,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(161686,17577,'_product_id','2113'),(161687,17577,'_variation_id','0'),(161688,17577,'_qty','2'),(161689,17577,'_tax_class',''),(161690,17577,'_line_subtotal','344'),(161691,17577,'_line_subtotal_tax','0'),(161692,17577,'_line_total','344'),(161693,17577,'_line_tax','0'),(161694,17577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161695,17577,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(161696,17578,'_product_id','3412'),(161697,17578,'_variation_id','0'),(161698,17578,'_qty','1'),(161699,17578,'_tax_class',''),(161700,17578,'_line_subtotal','90'),(161701,17578,'_line_subtotal_tax','0'),(161702,17578,'_line_total','90'),(161703,17578,'_line_tax','0'),(161704,17578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161705,17578,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(161706,17579,'_product_id','3362'),(161707,17579,'_variation_id','0'),(161708,17579,'_qty','1'),(161709,17579,'_tax_class',''),(161710,17579,'_line_subtotal','75'),(161711,17579,'_line_subtotal_tax','0'),(161712,17579,'_line_total','75'),(161713,17579,'_line_tax','0'),(161714,17579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161715,17579,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(161716,17580,'_product_id','490'),(161717,17580,'_variation_id','0'),(161718,17580,'_qty','10'),(161719,17580,'_tax_class',''),(161720,17580,'_line_subtotal','196'),(161721,17580,'_line_subtotal_tax','0'),(161722,17580,'_line_total','196'),(161723,17580,'_line_tax','0'),(161724,17580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161725,17580,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161726,17581,'_product_id','488'),(161727,17581,'_variation_id','0'),(161728,17581,'_qty','1'),(161729,17581,'_tax_class',''),(161730,17581,'_line_subtotal','31.35'),(161731,17581,'_line_subtotal_tax','0'),(161732,17581,'_line_total','31.35'),(161733,17581,'_line_tax','0'),(161734,17581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161735,17581,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(161736,17582,'_product_id','487'),(161737,17582,'_variation_id','0'),(161738,17582,'_qty','1'),(161739,17582,'_tax_class',''),(161740,17582,'_line_subtotal','31.35'),(161741,17582,'_line_subtotal_tax','0'),(161742,17582,'_line_total','31.35'),(161743,17582,'_line_tax','0'),(161744,17582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161745,17582,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161746,17583,'method_id','advanced_free_shipping'),(161747,17583,'instance_id','0'),(161748,17583,'cost','0'),(161749,17583,'total_tax','0'),(161750,17583,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161751,17584,'_product_id','490'),(161752,17584,'_variation_id','0'),(161753,17584,'_qty','10'),(161754,17584,'_tax_class',''),(161755,17584,'_line_subtotal','196'),(161756,17584,'_line_subtotal_tax','0'),(161757,17584,'_line_total','196'),(161758,17584,'_line_tax','0'),(161759,17584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161760,17584,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161761,17585,'_product_id','487'),(161762,17585,'_variation_id','0'),(161763,17585,'_qty','1'),(161764,17585,'_tax_class',''),(161765,17585,'_line_subtotal','31.35'),(161766,17585,'_line_subtotal_tax','0'),(161767,17585,'_line_total','31.35'),(161768,17585,'_line_tax','0'),(161769,17585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161770,17585,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161771,17586,'_product_id','2110'),(161772,17586,'_variation_id','0'),(161773,17586,'_qty','1'),(161774,17586,'_tax_class',''),(161775,17586,'_line_subtotal','71.4'),(161776,17586,'_line_subtotal_tax','0'),(161777,17586,'_line_total','71.4'),(161778,17586,'_line_tax','0'),(161779,17586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161780,17586,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(161781,17587,'_product_id','3412'),(161782,17587,'_variation_id','0'),(161783,17587,'_qty','1'),(161784,17587,'_tax_class',''),(161785,17587,'_line_subtotal','90'),(161786,17587,'_line_subtotal_tax','0'),(161787,17587,'_line_total','90'),(161788,17587,'_line_tax','0'),(161789,17587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161790,17587,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(161791,17588,'_product_id','45'),(161792,17588,'_variation_id','0'),(161793,17588,'_qty','2'),(161794,17588,'_tax_class',''),(161795,17588,'_line_subtotal','100'),(161796,17588,'_line_subtotal_tax','0'),(161797,17588,'_line_total','100'),(161798,17588,'_line_tax','0'),(161799,17588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161800,17588,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(161801,17589,'_product_id','118'),(161802,17589,'_variation_id','0'),(161803,17589,'_qty','1'),(161804,17589,'_tax_class',''),(161805,17589,'_line_subtotal','215'),(161806,17589,'_line_subtotal_tax','0'),(161807,17589,'_line_total','215'),(161808,17589,'_line_tax','0'),(161809,17589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161810,17589,'_wcms_cart_key','5ef059938ba799aaa845e1c2e8a762bd'),(161811,17590,'_product_id','51'),(161812,17590,'_variation_id','0'),(161813,17590,'_qty','1'),(161814,17590,'_tax_class',''),(161815,17590,'_line_subtotal','170'),(161816,17590,'_line_subtotal_tax','0'),(161817,17590,'_line_total','170'),(161818,17590,'_line_tax','0'),(161819,17590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161820,17590,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(161821,17591,'method_id','advanced_free_shipping'),(161822,17591,'instance_id','0'),(161823,17591,'cost','0'),(161824,17591,'total_tax','0'),(161825,17591,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161826,17592,'_product_id','133'),(161827,17592,'_variation_id','0'),(161828,17592,'_qty','10'),(161829,17592,'_tax_class',''),(161830,17592,'_line_subtotal','143'),(161831,17592,'_line_subtotal_tax','0'),(161832,17592,'_line_total','143'),(161833,17592,'_line_tax','0'),(161834,17592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161835,17592,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(161836,17593,'_product_id','2113'),(161837,17593,'_variation_id','0'),(161838,17593,'_qty','1'),(161839,17593,'_tax_class',''),(161840,17593,'_line_subtotal','172'),(161841,17593,'_line_subtotal_tax','0'),(161842,17593,'_line_total','172'),(161843,17593,'_line_tax','0'),(161844,17593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161845,17593,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(161846,17594,'_product_id','490'),(161847,17594,'_variation_id','0'),(161848,17594,'_qty','10'),(161849,17594,'_tax_class',''),(161850,17594,'_line_subtotal','196'),(161851,17594,'_line_subtotal_tax','0'),(161852,17594,'_line_total','196'),(161853,17594,'_line_tax','0'),(161854,17594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161855,17594,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161856,17595,'_product_id','44'),(161857,17595,'_variation_id','0'),(161858,17595,'_qty','1'),(161859,17595,'_tax_class',''),(161860,17595,'_line_subtotal','138'),(161861,17595,'_line_subtotal_tax','0'),(161862,17595,'_line_total','138'),(161863,17595,'_line_tax','0'),(161864,17595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161865,17595,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(161866,17596,'_product_id','2408'),(161867,17596,'_variation_id','0'),(161868,17596,'_qty','1'),(161869,17596,'_tax_class',''),(161870,17596,'_line_subtotal','170'),(161871,17596,'_line_subtotal_tax','0'),(161872,17596,'_line_total','170'),(161873,17596,'_line_tax','0'),(161874,17596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161875,17596,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(161876,17597,'_product_id','45'),(161877,17597,'_variation_id','0'),(161878,17597,'_qty','1'),(161879,17597,'_tax_class',''),(161880,17597,'_line_subtotal','50'),(161881,17597,'_line_subtotal_tax','0'),(161882,17597,'_line_total','50'),(161883,17597,'_line_tax','0'),(161884,17597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161885,17597,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(161886,17598,'method_id','advanced_free_shipping'),(161887,17598,'instance_id','0'),(161888,17598,'cost','0'),(161889,17598,'total_tax','0'),(161890,17598,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161891,17599,'_product_id','41'),(161892,17599,'_variation_id','0'),(161893,17599,'_qty','2'),(161894,17599,'_tax_class',''),(161895,17599,'_line_subtotal','146.4'),(161896,17599,'_line_subtotal_tax','0'),(161897,17599,'_line_total','146.4'),(161898,17599,'_line_tax','0'),(161899,17599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161900,17599,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(161901,17600,'_product_id','3476'),(161902,17600,'_variation_id','0'),(161903,17600,'_qty','1'),(161904,17600,'_tax_class',''),(161905,17600,'_line_subtotal','76.2'),(161906,17600,'_line_subtotal_tax','0'),(161907,17600,'_line_total','76.2'),(161908,17600,'_line_tax','0'),(161909,17600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161910,17600,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(161911,17601,'_product_id','3525'),(161912,17601,'_variation_id','0'),(161913,17601,'_qty','2'),(161914,17601,'_tax_class',''),(161915,17601,'_line_subtotal','180'),(161916,17601,'_line_subtotal_tax','0'),(161917,17601,'_line_total','180'),(161918,17601,'_line_tax','0'),(161919,17601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161920,17601,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(161921,17602,'method_id','fedex'),(161922,17602,'instance_id','1'),(161923,17602,'cost','20.89'),(161924,17602,'total_tax','0'),(161925,17602,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(161926,17602,'Package 1','17 × 14 × 10 (in) 23lbs × 1'),(161927,17602,'Items','Professional Lice Comb(Case of 12) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 2'),(161973,17608,'_product_id','490'),(161974,17608,'_variation_id','0'),(161975,17608,'_qty','10'),(161976,17608,'_tax_class',''),(161977,17608,'_line_subtotal','196'),(161978,17608,'_line_subtotal_tax','0'),(161979,17608,'_line_total','196'),(161980,17608,'_line_tax','0'),(161981,17608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161982,17608,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(161983,17609,'_product_id','487'),(161984,17609,'_variation_id','0'),(161985,17609,'_qty','2'),(161986,17609,'_tax_class',''),(161987,17609,'_line_subtotal','62.7'),(161988,17609,'_line_subtotal_tax','0'),(161989,17609,'_line_total','62.7'),(161990,17609,'_line_tax','0'),(161991,17609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(161992,17609,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(161993,17610,'_product_id','2408'),(161994,17610,'_variation_id','0'),(161995,17610,'_qty','1'),(161996,17610,'_tax_class',''),(161997,17610,'_line_subtotal','170'),(161998,17610,'_line_subtotal_tax','0'),(161999,17610,'_line_total','170'),(162000,17610,'_line_tax','0'),(162001,17610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162002,17610,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (162003,17611,'_product_id','2400'),(162004,17611,'_variation_id','0'),(162005,17611,'_qty','1'),(162006,17611,'_tax_class',''),(162007,17611,'_line_subtotal','215'),(162008,17611,'_line_subtotal_tax','0'),(162009,17611,'_line_total','215'),(162010,17611,'_line_tax','0'),(162011,17611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162012,17611,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(162013,17612,'method_id','advanced_free_shipping'),(162014,17612,'instance_id','0'),(162015,17612,'cost','0'),(162016,17612,'total_tax','0'),(162017,17612,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162018,17613,'_product_id','23'),(162019,17613,'_variation_id','0'),(162020,17613,'_qty','4'),(162021,17613,'_tax_class',''),(162022,17613,'_line_subtotal','274.16'),(162023,17613,'_line_subtotal_tax','0'),(162024,17613,'_line_total','274.16'),(162025,17613,'_line_tax','0'),(162026,17613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162027,17613,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(162028,17614,'_product_id','38'),(162029,17614,'_variation_id','0'),(162030,17614,'_qty','3'),(162031,17614,'_tax_class',''),(162032,17614,'_line_subtotal','497.28'),(162033,17614,'_line_subtotal_tax','0'),(162034,17614,'_line_total','497.28'),(162035,17614,'_line_tax','0'),(162036,17614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162037,17614,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(162038,17615,'_product_id','41'),(162039,17615,'_variation_id','0'),(162040,17615,'_qty','6'),(162041,17615,'_tax_class',''),(162042,17615,'_line_subtotal','439.2'),(162043,17615,'_line_subtotal_tax','0'),(162044,17615,'_line_total','439.2'),(162045,17615,'_line_tax','0'),(162046,17615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162047,17615,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(162048,17616,'_product_id','3525'),(162049,17616,'_variation_id','0'),(162050,17616,'_qty','2'),(162051,17616,'_tax_class',''),(162052,17616,'_line_subtotal','180'),(162053,17616,'_line_subtotal_tax','0'),(162054,17616,'_line_total','180'),(162055,17616,'_line_tax','0'),(162056,17616,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162057,17616,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(162058,17617,'method_id','advanced_free_shipping'),(162059,17617,'instance_id','0'),(162060,17617,'cost','0'),(162061,17617,'total_tax','0'),(162062,17617,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162063,17618,'_product_id','2110'),(162064,17618,'_variation_id','0'),(162065,17618,'_qty','2'),(162066,17618,'_tax_class',''),(162067,17618,'_line_subtotal','142.8'),(162068,17618,'_line_subtotal_tax','0'),(162069,17618,'_line_total','142.8'),(162070,17618,'_line_tax','0'),(162071,17618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162072,17618,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(162073,17619,'_product_id','2113'),(162074,17619,'_variation_id','0'),(162075,17619,'_qty','1'),(162076,17619,'_tax_class',''),(162077,17619,'_line_subtotal','172'),(162078,17619,'_line_subtotal_tax','0'),(162079,17619,'_line_total','172'),(162080,17619,'_line_tax','0'),(162081,17619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162082,17619,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(162083,17620,'_product_id','3476'),(162084,17620,'_variation_id','0'),(162085,17620,'_qty','1'),(162086,17620,'_tax_class',''),(162087,17620,'_line_subtotal','76.2'),(162088,17620,'_line_subtotal_tax','0'),(162089,17620,'_line_total','76.2'),(162090,17620,'_line_tax','0'),(162091,17620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162092,17620,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(162093,17621,'_product_id','3412'),(162094,17621,'_variation_id','0'),(162095,17621,'_qty','1'),(162096,17621,'_tax_class',''),(162097,17621,'_line_subtotal','90'),(162098,17621,'_line_subtotal_tax','0'),(162099,17621,'_line_total','90'),(162100,17621,'_line_tax','0'),(162101,17621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162102,17621,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(162103,17622,'_product_id','45'),(162104,17622,'_variation_id','0'),(162105,17622,'_qty','2'),(162106,17622,'_tax_class',''),(162107,17622,'_line_subtotal','100'),(162108,17622,'_line_subtotal_tax','0'),(162109,17622,'_line_total','100'),(162110,17622,'_line_tax','0'),(162111,17622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162112,17622,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(162113,17623,'_product_id','490'),(162114,17623,'_variation_id','0'),(162115,17623,'_qty','10'),(162116,17623,'_tax_class',''),(162117,17623,'_line_subtotal','196'),(162118,17623,'_line_subtotal_tax','0'),(162119,17623,'_line_total','196'),(162120,17623,'_line_tax','0'),(162121,17623,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162122,17623,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(162123,17624,'_product_id','487'),(162124,17624,'_variation_id','0'),(162125,17624,'_qty','1'),(162126,17624,'_tax_class',''),(162127,17624,'_line_subtotal','31.35'),(162128,17624,'_line_subtotal_tax','0'),(162129,17624,'_line_total','31.35'),(162130,17624,'_line_tax','0'),(162131,17624,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162132,17624,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(162133,17625,'method_id','advanced_free_shipping'),(162134,17625,'instance_id','0'),(162135,17625,'cost','0'),(162136,17625,'total_tax','0'),(162137,17625,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162138,17626,'_product_id','3412'),(162139,17626,'_variation_id','0'),(162140,17626,'_qty','1'),(162141,17626,'_tax_class',''),(162142,17626,'_line_subtotal','90'),(162143,17626,'_line_subtotal_tax','0'),(162144,17626,'_line_total','90'),(162145,17626,'_line_tax','0'),(162146,17626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162147,17626,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(162148,17627,'_product_id','2110'),(162149,17627,'_variation_id','0'),(162150,17627,'_qty','1'),(162151,17627,'_tax_class',''),(162152,17627,'_line_subtotal','71.4'),(162153,17627,'_line_subtotal_tax','0'),(162154,17627,'_line_total','71.4'),(162155,17627,'_line_tax','0'),(162156,17627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162157,17627,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(162158,17628,'_product_id','45'),(162159,17628,'_variation_id','0'),(162160,17628,'_qty','2'),(162161,17628,'_tax_class',''),(162162,17628,'_line_subtotal','100'),(162163,17628,'_line_subtotal_tax','0'),(162164,17628,'_line_total','100'),(162165,17628,'_line_tax','0'),(162166,17628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162167,17628,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(162168,17629,'_product_id','2408'),(162169,17629,'_variation_id','0'),(162170,17629,'_qty','1'),(162171,17629,'_tax_class',''),(162172,17629,'_line_subtotal','170'),(162173,17629,'_line_subtotal_tax','0'),(162174,17629,'_line_total','170'),(162175,17629,'_line_tax','0'),(162176,17629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162177,17629,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(162178,17630,'_product_id','120'),(162179,17630,'_variation_id','0'),(162180,17630,'_qty','1'),(162181,17630,'_tax_class',''),(162182,17630,'_line_subtotal','63'),(162183,17630,'_line_subtotal_tax','0'),(162184,17630,'_line_total','63'),(162185,17630,'_line_tax','0'),(162186,17630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162187,17630,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(162188,17631,'_product_id','3525'),(162189,17631,'_variation_id','0'),(162190,17631,'_qty','3'),(162191,17631,'_tax_class',''),(162192,17631,'_line_subtotal','270'),(162193,17631,'_line_subtotal_tax','0'),(162194,17631,'_line_total','270'),(162195,17631,'_line_tax','0'),(162196,17631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162197,17631,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(162198,17632,'_product_id','490'),(162199,17632,'_variation_id','0'),(162200,17632,'_qty','10'),(162201,17632,'_tax_class',''),(162202,17632,'_line_subtotal','196'),(162203,17632,'_line_subtotal_tax','0'),(162204,17632,'_line_total','196'),(162205,17632,'_line_tax','0'),(162206,17632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162207,17632,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(162208,17633,'_product_id','487'),(162209,17633,'_variation_id','0'),(162210,17633,'_qty','2'),(162211,17633,'_tax_class',''),(162212,17633,'_line_subtotal','62.7'),(162213,17633,'_line_subtotal_tax','0'),(162214,17633,'_line_total','62.7'),(162215,17633,'_line_tax','0'),(162216,17633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162217,17633,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(162218,17634,'_product_id','101'),(162219,17634,'_variation_id','0'),(162220,17634,'_qty','1'),(162221,17634,'_tax_class',''),(162222,17634,'_line_subtotal','8.4'),(162223,17634,'_line_subtotal_tax','0'),(162224,17634,'_line_total','8.4'),(162225,17634,'_line_tax','0'),(162226,17634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162227,17634,'_wcms_cart_key','38b3eff8baf56627478ec76a704e9b52'),(162228,17635,'method_id','advanced_free_shipping'),(162229,17635,'instance_id','0'),(162230,17635,'cost','0'),(162231,17635,'total_tax','0'),(162232,17635,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162233,17636,'_product_id','490'),(162234,17636,'_variation_id','0'),(162235,17636,'_qty','12'),(162236,17636,'_tax_class',''),(162237,17636,'_line_subtotal','235.2'),(162238,17636,'_line_subtotal_tax','0'),(162239,17636,'_line_total','235.2'),(162240,17636,'_line_tax','0'),(162241,17636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162242,17636,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(162243,17637,'_product_id','43'),(162244,17637,'_variation_id','0'),(162245,17637,'_qty','1'),(162246,17637,'_tax_class',''),(162247,17637,'_line_subtotal','90'),(162248,17637,'_line_subtotal_tax','0'),(162249,17637,'_line_total','90'),(162250,17637,'_line_tax','0'),(162251,17637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162252,17637,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(162253,17638,'_product_id','488'),(162254,17638,'_variation_id','0'),(162255,17638,'_qty','1'),(162256,17638,'_tax_class',''),(162257,17638,'_line_subtotal','31.35'),(162258,17638,'_line_subtotal_tax','0'),(162259,17638,'_line_total','31.35'),(162260,17638,'_line_tax','0'),(162261,17638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162262,17638,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(162263,17639,'method_id','fedex'),(162264,17639,'instance_id','1'),(162265,17639,'cost','61.56'),(162266,17639,'total_tax','0'),(162267,17639,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162268,17639,'Package 1','17 × 14 × 10 (in) 40.3lbs × 1'),(162269,17639,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(162270,17639,'Items','Bulk Active Rinse 100% RM &times; 12, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1'),(162271,17640,'_product_id','490'),(162272,17640,'_variation_id','0'),(162273,17640,'_qty','25'),(162274,17640,'_tax_class',''),(162275,17640,'_line_subtotal','490'),(162276,17640,'_line_subtotal_tax','0'),(162277,17640,'_line_total','490'),(162278,17640,'_line_tax','0'),(162279,17640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162280,17640,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(162281,17641,'_product_id','2110'),(162282,17641,'_variation_id','0'),(162283,17641,'_qty','6'),(162284,17641,'_tax_class',''),(162285,17641,'_line_subtotal','428.4'),(162286,17641,'_line_subtotal_tax','0'),(162287,17641,'_line_total','428.4'),(162288,17641,'_line_tax','0'),(162289,17641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162290,17641,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(162291,17642,'_product_id','49'),(162292,17642,'_variation_id','0'),(162293,17642,'_qty','5'),(162294,17642,'_tax_class',''),(162295,17642,'_line_subtotal','450'),(162296,17642,'_line_subtotal_tax','0'),(162297,17642,'_line_total','450'),(162298,17642,'_line_tax','0'),(162299,17642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162300,17642,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(162301,17643,'method_id','advanced_free_shipping'),(162302,17643,'instance_id','0'),(162303,17643,'cost','0'),(162304,17643,'total_tax','0'),(162305,17643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162306,17644,'_product_id','23'),(162307,17644,'_variation_id','0'),(162308,17644,'_qty','2'),(162309,17644,'_tax_class',''),(162310,17644,'_line_subtotal','137.08'),(162311,17644,'_line_subtotal_tax','0'),(162312,17644,'_line_total','137.08'),(162313,17644,'_line_tax','0'),(162314,17644,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162315,17644,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(162316,17645,'_product_id','38'),(162317,17645,'_variation_id','0'),(162318,17645,'_qty','1'),(162319,17645,'_tax_class',''),(162320,17645,'_line_subtotal','165.76'),(162321,17645,'_line_subtotal_tax','0'),(162322,17645,'_line_total','165.76'),(162323,17645,'_line_tax','0'),(162324,17645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162325,17645,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(162326,17646,'_product_id','2110'),(162327,17646,'_variation_id','0'),(162328,17646,'_qty','2'),(162329,17646,'_tax_class',''),(162330,17646,'_line_subtotal','142.8'),(162331,17646,'_line_subtotal_tax','0'),(162332,17646,'_line_total','142.8'),(162333,17646,'_line_tax','0'),(162334,17646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162335,17646,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(162336,17647,'_product_id','2113'),(162337,17647,'_variation_id','0'),(162338,17647,'_qty','1'),(162339,17647,'_tax_class',''),(162340,17647,'_line_subtotal','172'),(162341,17647,'_line_subtotal_tax','0'),(162342,17647,'_line_total','172'),(162343,17647,'_line_tax','0'),(162344,17647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162345,17647,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(162346,17648,'_product_id','41'),(162347,17648,'_variation_id','0'),(162348,17648,'_qty','1'),(162349,17648,'_tax_class',''),(162350,17648,'_line_subtotal','73.2'),(162351,17648,'_line_subtotal_tax','0'),(162352,17648,'_line_total','73.2'),(162353,17648,'_line_tax','0'),(162354,17648,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162355,17648,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(162356,17649,'_product_id','45'),(162357,17649,'_variation_id','0'),(162358,17649,'_qty','2'),(162359,17649,'_tax_class',''),(162360,17649,'_line_subtotal','100'),(162361,17649,'_line_subtotal_tax','0'),(162362,17649,'_line_total','100'),(162363,17649,'_line_tax','0'),(162364,17649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162365,17649,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(162366,17650,'_product_id','490'),(162367,17650,'_variation_id','0'),(162368,17650,'_qty','10'),(162369,17650,'_tax_class',''),(162370,17650,'_line_subtotal','196'),(162371,17650,'_line_subtotal_tax','0'),(162372,17650,'_line_total','196'),(162373,17650,'_line_tax','0'),(162374,17650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162375,17650,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(162376,17651,'method_id','advanced_free_shipping'),(162377,17651,'instance_id','0'),(162378,17651,'cost','0'),(162379,17651,'total_tax','0'),(162380,17651,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162381,17652,'_product_id','45'),(162382,17652,'_variation_id','0'),(162383,17652,'_qty','2'),(162384,17652,'_tax_class',''),(162385,17652,'_line_subtotal','100'),(162386,17652,'_line_subtotal_tax','0'),(162387,17652,'_line_total','100'),(162388,17652,'_line_tax','0'),(162389,17652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162390,17653,'_product_id','51'),(162391,17653,'_variation_id','0'),(162392,17653,'_qty','1'),(162393,17653,'_tax_class',''),(162394,17653,'_line_subtotal','170'),(162395,17653,'_line_subtotal_tax','0'),(162396,17653,'_line_total','170'),(162397,17653,'_line_tax','0'),(162398,17653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162399,17654,'_product_id','3412'),(162400,17654,'_variation_id','0'),(162401,17654,'_qty','1'),(162402,17654,'_tax_class',''),(162403,17654,'_line_subtotal','90'),(162404,17654,'_line_subtotal_tax','0'),(162405,17654,'_line_total','90'),(162406,17654,'_line_tax','0'),(162407,17654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162408,17655,'_product_id','49'),(162409,17655,'_variation_id','0'),(162410,17655,'_qty','1'),(162411,17655,'_tax_class',''),(162412,17655,'_line_subtotal','90'),(162413,17655,'_line_subtotal_tax','0'),(162414,17655,'_line_total','90'),(162415,17655,'_line_tax','0'),(162416,17655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162417,17656,'_product_id','43'),(162418,17656,'_variation_id','0'),(162419,17656,'_qty','2'),(162420,17656,'_tax_class',''),(162421,17656,'_line_subtotal','180'),(162422,17656,'_line_subtotal_tax','0'),(162423,17656,'_line_total','180'),(162424,17656,'_line_tax','0'),(162425,17656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162426,17657,'_product_id','488'),(162427,17657,'_variation_id','0'),(162428,17657,'_qty','1'),(162429,17657,'_tax_class',''),(162430,17657,'_line_subtotal','31.35'),(162431,17657,'_line_subtotal_tax','0'),(162432,17657,'_line_total','31.35'),(162433,17657,'_line_tax','0'),(162434,17657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162435,17658,'_product_id','487'),(162436,17658,'_variation_id','0'),(162437,17658,'_qty','1'),(162438,17658,'_tax_class',''),(162439,17658,'_line_subtotal','31.35'),(162440,17658,'_line_subtotal_tax','0'),(162441,17658,'_line_total','31.35'),(162442,17658,'_line_tax','0'),(162443,17658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162444,17659,'method_id','free_shipping'),(162445,17659,'instance_id','2'),(162446,17659,'cost','0'),(162447,17659,'total_tax','0'),(162448,17659,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162449,17659,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(162450,17660,'_product_id','41'),(162451,17660,'_variation_id','0'),(162452,17660,'_qty','1'),(162453,17660,'_tax_class',''),(162454,17660,'_line_subtotal','73.2'),(162455,17660,'_line_subtotal_tax','0'),(162456,17660,'_line_total','73.2'),(162457,17660,'_line_tax','0'),(162458,17660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162459,17661,'_product_id','2408'),(162460,17661,'_variation_id','0'),(162461,17661,'_qty','1'),(162462,17661,'_tax_class',''),(162463,17661,'_line_subtotal','170'),(162464,17661,'_line_subtotal_tax','0'),(162465,17661,'_line_total','170'),(162466,17661,'_line_tax','0'),(162467,17661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162468,17662,'_product_id','43'),(162469,17662,'_variation_id','0'),(162470,17662,'_qty','1'),(162471,17662,'_tax_class',''),(162472,17662,'_line_subtotal','90'),(162473,17662,'_line_subtotal_tax','0'),(162474,17662,'_line_total','90'),(162475,17662,'_line_tax','0'),(162476,17662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162477,17663,'_product_id','3525'),(162478,17663,'_variation_id','0'),(162479,17663,'_qty','1'),(162480,17663,'_tax_class',''),(162481,17663,'_line_subtotal','90'),(162482,17663,'_line_subtotal_tax','0'),(162483,17663,'_line_total','90'),(162484,17663,'_line_tax','0'),(162485,17663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162486,17664,'method_id','fedex'),(162487,17664,'instance_id','1'),(162488,17664,'cost','40.41'),(162489,17664,'total_tax','0'),(162490,17664,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162491,17664,'Package 1','17 × 14 × 10 (in) 29.4lbs × 1'),(162492,17664,'Items','Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1'),(162493,17665,'_product_id','2110'),(162494,17665,'_variation_id','0'),(162495,17665,'_qty','2'),(162496,17665,'_tax_class',''),(162497,17665,'_line_subtotal','142.8'),(162498,17665,'_line_subtotal_tax','0'),(162499,17665,'_line_total','142.8'),(162500,17665,'_line_tax','0'),(162501,17665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162502,17666,'_product_id','490'),(162503,17666,'_variation_id','0'),(162504,17666,'_qty','12'),(162505,17666,'_tax_class',''),(162506,17666,'_line_subtotal','235.2'),(162507,17666,'_line_subtotal_tax','0'),(162508,17666,'_line_total','235.2'),(162509,17666,'_line_tax','0'),(162510,17666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162511,17667,'_product_id','44'),(162512,17667,'_variation_id','0'),(162513,17667,'_qty','1'),(162514,17667,'_tax_class',''),(162515,17667,'_line_subtotal','138'),(162516,17667,'_line_subtotal_tax','0'),(162517,17667,'_line_total','138'),(162518,17667,'_line_tax','0'),(162519,17667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162520,17668,'method_id','free_shipping'),(162521,17668,'instance_id','2'),(162522,17668,'cost','0'),(162523,17668,'total_tax','0'),(162524,17668,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162525,17668,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 12, Preventive Kit(Case of 6) &times; 1'),(162526,17669,'_product_id','45'),(162527,17669,'_variation_id','0'),(162528,17669,'_qty','4'),(162529,17669,'_tax_class',''),(162530,17669,'_line_subtotal','200'),(162531,17669,'_line_subtotal_tax','0'),(162532,17669,'_line_total','200'),(162533,17669,'_line_tax','0'),(162534,17669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162535,17670,'_product_id','133'),(162536,17670,'_variation_id','0'),(162537,17670,'_qty','10'),(162538,17670,'_tax_class',''),(162539,17670,'_line_subtotal','143'),(162540,17670,'_line_subtotal_tax','0'),(162541,17670,'_line_total','143'),(162542,17670,'_line_tax','0'),(162543,17670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162544,17671,'_product_id','2408'),(162545,17671,'_variation_id','0'),(162546,17671,'_qty','1'),(162547,17671,'_tax_class',''),(162548,17671,'_line_subtotal','170'),(162549,17671,'_line_subtotal_tax','0'),(162550,17671,'_line_total','170'),(162551,17671,'_line_tax','0'),(162552,17671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162553,17672,'method_id','free_shipping'),(162554,17672,'instance_id','2'),(162555,17672,'cost','0'),(162556,17672,'total_tax','0'),(162557,17672,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162558,17672,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Disposable Head Bands &times; 10, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1'),(162587,17673,'_product_id','0'),(162588,17673,'_variation_id','0'),(162589,17674,'_product_id','0'),(162590,17673,'_qty','2'),(162591,17674,'_variation_id','0'),(162592,17673,'_tax_class',''),(162593,17674,'_qty','2'),(162594,17673,'_line_subtotal','50'),(162595,17674,'_tax_class',''),(162596,17673,'_line_subtotal_tax','0'),(162597,17674,'_line_subtotal','50'),(162598,17673,'_line_total','50'),(162599,17674,'_line_subtotal_tax','0'),(162600,17673,'_line_tax','0'),(162601,17674,'_line_total','50'),(162602,17673,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162603,17674,'_line_tax','0'),(162604,17674,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162605,17675,'_product_id','0'),(162606,17675,'_variation_id','0'),(162607,17676,'_product_id','0'),(162608,17675,'_qty','1'),(162609,17676,'_variation_id','0'),(162610,17675,'_tax_class',''),(162611,17676,'_qty','1'),(162612,17675,'_line_subtotal','20'),(162613,17676,'_tax_class',''),(162614,17675,'_line_subtotal_tax','0'),(162615,17676,'_line_subtotal','20'),(162616,17675,'_line_total','20'),(162617,17676,'_line_subtotal_tax','0'),(162618,17675,'_line_tax','0'),(162619,17676,'_line_total','20'),(162620,17675,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162621,17676,'_line_tax','0'),(162622,17675,'Color','Red'),(162623,17675,'Size','Small'),(162624,17676,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162625,17676,'Color','Red'),(162626,17676,'Size','Small'),(162627,17677,'_product_id','0'),(162628,17677,'_variation_id','0'),(162629,17677,'_qty','2'),(162630,17677,'_tax_class',''),(162631,17677,'_line_subtotal','50'),(162632,17677,'_line_subtotal_tax','0'),(162633,17677,'_line_total','50'),(162634,17677,'_line_tax','0'),(162635,17677,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162636,17678,'_product_id','0'),(162637,17678,'_variation_id','0'),(162638,17678,'_qty','1'),(162639,17678,'_tax_class',''),(162640,17678,'_line_subtotal','20'),(162641,17678,'_line_subtotal_tax','0'),(162642,17678,'_line_total','20'),(162643,17678,'_line_tax','0'),(162644,17678,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162645,17678,'Color','Red'),(162646,17678,'Size','Small'),(162647,17679,'_product_id','0'),(162648,17679,'_variation_id','0'),(162649,17679,'_qty','2'),(162650,17679,'_tax_class',''),(162651,17679,'_line_subtotal','50'),(162652,17679,'_line_subtotal_tax','0'),(162653,17679,'_line_total','50'),(162654,17679,'_line_tax','0'),(162655,17679,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162656,17680,'_product_id','0'),(162657,17680,'_variation_id','0'),(162658,17680,'_qty','1'),(162659,17680,'_tax_class',''),(162660,17680,'_line_subtotal','20'),(162661,17680,'_line_subtotal_tax','0'),(162662,17680,'_line_total','20'),(162663,17680,'_line_tax','0'),(162664,17680,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162665,17680,'Color','Red'),(162666,17680,'Size','Small'),(162667,17681,'_product_id','0'),(162668,17682,'_product_id','0'),(162669,17681,'_variation_id','0'),(162670,17682,'_variation_id','0'),(162671,17681,'_qty','2'),(162672,17682,'_qty','2'),(162673,17681,'_tax_class',''),(162674,17681,'_line_subtotal','50'),(162675,17682,'_tax_class',''),(162676,17681,'_line_subtotal_tax','0'),(162677,17682,'_line_subtotal','50'),(162678,17681,'_line_total','50'),(162679,17682,'_line_subtotal_tax','0'),(162680,17681,'_line_tax','0'),(162681,17682,'_line_total','50'),(162682,17681,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162683,17682,'_line_tax','0'),(162684,17682,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162685,17683,'_product_id','0'),(162686,17683,'_variation_id','0'),(162687,17683,'_qty','1'),(162688,17684,'_product_id','0'),(162689,17683,'_tax_class',''),(162690,17684,'_variation_id','0'),(162691,17683,'_line_subtotal','20'),(162692,17684,'_qty','1'),(162693,17683,'_line_subtotal_tax','0'),(162694,17683,'_line_total','20'),(162695,17684,'_tax_class',''),(162696,17683,'_line_tax','0'),(162697,17684,'_line_subtotal','20'),(162698,17683,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162699,17683,'Color','Red'),(162700,17684,'_line_subtotal_tax','0'),(162701,17683,'Size','Small'),(162702,17684,'_line_total','20'),(162703,17684,'_line_tax','0'),(162704,17684,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162705,17684,'Color','Red'),(162706,17684,'Size','Small'),(162707,17685,'_product_id','0'),(162708,17685,'_variation_id','0'),(162709,17685,'_qty','2'),(162710,17685,'_tax_class',''),(162711,17685,'_line_subtotal','50'),(162712,17685,'_line_subtotal_tax','0'),(162713,17685,'_line_total','50'),(162714,17685,'_line_tax','0'),(162715,17685,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162716,17686,'_product_id','0'),(162717,17686,'_variation_id','0'),(162718,17686,'_qty','1'),(162719,17686,'_tax_class',''),(162720,17686,'_line_subtotal','20'),(162721,17686,'_line_subtotal_tax','0'),(162722,17686,'_line_total','20'),(162723,17686,'_line_tax','0'),(162724,17686,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162725,17686,'Color','Red'),(162726,17686,'Size','Small'),(162727,17687,'_product_id','0'),(162728,17687,'_variation_id','0'),(162729,17687,'_qty','2'),(162730,17687,'_tax_class',''),(162731,17687,'_line_subtotal','50'),(162732,17687,'_line_subtotal_tax','0'),(162733,17687,'_line_total','50'),(162734,17687,'_line_tax','0'),(162735,17687,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162736,17688,'_product_id','0'),(162737,17688,'_variation_id','0'),(162738,17688,'_qty','1'),(162739,17688,'_tax_class',''),(162740,17688,'_line_subtotal','20'),(162741,17688,'_line_subtotal_tax','0'),(162742,17688,'_line_total','20'),(162743,17688,'_line_tax','0'),(162744,17688,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162745,17688,'Color','Red'),(162746,17688,'Size','Small'),(162747,17689,'_product_id','0'),(162748,17689,'_variation_id','0'),(162749,17689,'_qty','2'),(162750,17689,'_tax_class',''),(162751,17689,'_line_subtotal','50'),(162752,17689,'_line_subtotal_tax','0'),(162753,17689,'_line_total','50'),(162754,17689,'_line_tax','0'),(162755,17689,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162756,17690,'_product_id','0'),(162757,17690,'_variation_id','0'),(162758,17690,'_qty','1'),(162759,17690,'_tax_class',''),(162760,17690,'_line_subtotal','20'),(162761,17690,'_line_subtotal_tax','0'),(162762,17690,'_line_total','20'),(162763,17690,'_line_tax','0'),(162764,17690,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162765,17690,'Color','Red'),(162766,17690,'Size','Small'),(162767,17691,'_product_id','0'),(162768,17691,'_variation_id','0'),(162769,17691,'_qty','2'),(162770,17691,'_tax_class',''),(162771,17691,'_line_subtotal','50'),(162772,17691,'_line_subtotal_tax','0'),(162773,17691,'_line_total','50'),(162774,17691,'_line_tax','0'),(162775,17691,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162776,17692,'_product_id','0'),(162777,17692,'_variation_id','0'),(162778,17692,'_qty','1'),(162779,17692,'_tax_class',''),(162780,17692,'_line_subtotal','20'),(162781,17692,'_line_subtotal_tax','0'),(162782,17692,'_line_total','20'),(162783,17692,'_line_tax','0'),(162784,17692,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162785,17692,'Color','Red'),(162786,17692,'Size','Small'),(162787,17693,'_product_id','0'),(162788,17693,'_variation_id','0'),(162789,17693,'_qty','2'),(162790,17693,'_tax_class',''),(162791,17693,'_line_subtotal','50'),(162792,17693,'_line_subtotal_tax','0'),(162793,17693,'_line_total','50'),(162794,17693,'_line_tax','0'),(162795,17693,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162796,17694,'_product_id','0'),(162797,17694,'_variation_id','0'),(162798,17694,'_qty','1'),(162799,17694,'_tax_class',''),(162800,17694,'_line_subtotal','20'),(162801,17694,'_line_subtotal_tax','0'),(162802,17694,'_line_total','20'),(162803,17694,'_line_tax','0'),(162804,17694,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162805,17694,'Color','Red'),(162806,17694,'Size','Small'),(162807,17695,'_product_id','0'),(162808,17695,'_variation_id','0'),(162809,17695,'_qty','2'),(162810,17695,'_tax_class',''),(162811,17695,'_line_subtotal','50'),(162812,17695,'_line_subtotal_tax','0'),(162813,17695,'_line_total','50'),(162814,17695,'_line_tax','0'),(162815,17695,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162816,17696,'_product_id','0'),(162817,17696,'_variation_id','0'),(162818,17696,'_qty','1'),(162819,17696,'_tax_class',''),(162820,17696,'_line_subtotal','20'),(162821,17696,'_line_subtotal_tax','0'),(162822,17696,'_line_total','20'),(162823,17696,'_line_tax','0'),(162824,17696,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162825,17696,'Color','Red'),(162826,17696,'Size','Small'),(162827,17697,'_product_id','0'),(162828,17697,'_variation_id','0'),(162829,17697,'_qty','2'),(162830,17697,'_tax_class',''),(162831,17697,'_line_subtotal','50'),(162832,17697,'_line_subtotal_tax','0'),(162833,17697,'_line_total','50'),(162834,17697,'_line_tax','0'),(162835,17697,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162836,17698,'_product_id','0'),(162837,17698,'_variation_id','0'),(162838,17698,'_qty','1'),(162839,17698,'_tax_class',''),(162840,17698,'_line_subtotal','20'),(162841,17698,'_line_subtotal_tax','0'),(162842,17698,'_line_total','20'),(162843,17698,'_line_tax','0'),(162844,17698,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162845,17698,'Color','Red'),(162846,17698,'Size','Small'),(162847,17699,'_product_id','0'),(162848,17699,'_variation_id','0'),(162849,17699,'_qty','2'),(162850,17699,'_tax_class',''),(162851,17699,'_line_subtotal','50'),(162852,17699,'_line_subtotal_tax','0'),(162853,17699,'_line_total','50'),(162854,17699,'_line_tax','0'),(162855,17699,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162856,17700,'_product_id','0'),(162857,17700,'_variation_id','0'),(162858,17700,'_qty','1'),(162859,17700,'_tax_class',''),(162860,17700,'_line_subtotal','20'),(162861,17700,'_line_subtotal_tax','0'),(162862,17700,'_line_total','20'),(162863,17700,'_line_tax','0'),(162864,17700,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162865,17700,'Color','Red'),(162866,17700,'Size','Small'),(162867,17701,'_product_id','0'),(162868,17701,'_variation_id','0'),(162869,17701,'_qty','2'),(162870,17701,'_tax_class',''),(162871,17701,'_line_subtotal','50'),(162872,17701,'_line_subtotal_tax','0'),(162873,17701,'_line_total','50'),(162874,17701,'_line_tax','0'),(162875,17701,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162876,17702,'_product_id','0'),(162877,17702,'_variation_id','0'),(162878,17702,'_qty','1'),(162879,17702,'_tax_class',''),(162880,17702,'_line_subtotal','20'),(162881,17702,'_line_subtotal_tax','0'),(162882,17702,'_line_total','20'),(162883,17702,'_line_tax','0'),(162884,17702,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162885,17702,'Color','Red'),(162886,17702,'Size','Small'),(162887,17703,'_product_id','0'),(162888,17703,'_variation_id','0'),(162889,17703,'_qty','2'),(162890,17703,'_tax_class',''),(162891,17703,'_line_subtotal','50'),(162892,17703,'_line_subtotal_tax','0'),(162893,17703,'_line_total','50'),(162894,17703,'_line_tax','0'),(162895,17703,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162896,17704,'_product_id','0'),(162897,17704,'_variation_id','0'),(162898,17704,'_qty','1'),(162899,17704,'_tax_class',''),(162900,17704,'_line_subtotal','20'),(162901,17704,'_line_subtotal_tax','0'),(162902,17704,'_line_total','20'),(162903,17704,'_line_tax','0'),(162904,17704,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(162905,17704,'Color','Red'),(162906,17704,'Size','Small'),(162914,17652,'thwma_order_shipping_status','wc-pending'),(162915,17653,'thwma_order_shipping_status','wc-pending'),(162916,17654,'thwma_order_shipping_status','wc-pending'),(162917,17655,'thwma_order_shipping_status','wc-pending'),(162918,17656,'thwma_order_shipping_status','wc-pending'),(162919,17657,'thwma_order_shipping_status','wc-pending'),(162920,17658,'thwma_order_shipping_status','wc-pending'),(162921,17660,'thwma_order_shipping_status','wc-pending'),(162922,17661,'thwma_order_shipping_status','wc-pending'),(162923,17662,'thwma_order_shipping_status','wc-pending'),(162924,17663,'thwma_order_shipping_status','wc-pending'),(162925,17705,'_product_id','45'),(162926,17705,'_variation_id','0'),(162927,17705,'_qty','3'),(162928,17705,'_tax_class',''),(162929,17705,'_line_subtotal','150'),(162930,17705,'_line_subtotal_tax','0'),(162931,17705,'_line_total','150'),(162932,17705,'_line_tax','0'),(162933,17705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162934,17706,'_product_id','41'),(162935,17706,'_variation_id','0'),(162936,17706,'_qty','2'),(162937,17706,'_tax_class',''),(162938,17706,'_line_subtotal','146.4'),(162939,17706,'_line_subtotal_tax','0'),(162940,17706,'_line_total','146.4'),(162941,17706,'_line_tax','0'),(162942,17706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162943,17707,'_product_id','3412'),(162944,17707,'_variation_id','0'),(162945,17707,'_qty','1'),(162946,17707,'_tax_class',''),(162947,17707,'_line_subtotal','90'),(162948,17707,'_line_subtotal_tax','0'),(162949,17707,'_line_total','90'),(162950,17707,'_line_tax','0'),(162951,17707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162952,17708,'_product_id','3362'),(162953,17708,'_variation_id','0'),(162954,17708,'_qty','1'),(162955,17708,'_tax_class',''),(162956,17708,'_line_subtotal','75'),(162957,17708,'_line_subtotal_tax','0'),(162958,17708,'_line_total','75'),(162959,17708,'_line_tax','0'),(162960,17708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162961,17709,'_product_id','2110'),(162962,17709,'_variation_id','0'),(162963,17709,'_qty','1'),(162964,17709,'_tax_class',''),(162965,17709,'_line_subtotal','71.4'),(162966,17709,'_line_subtotal_tax','0'),(162967,17709,'_line_total','71.4'),(162968,17709,'_line_tax','0'),(162969,17709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162970,17710,'_product_id','2113'),(162971,17710,'_variation_id','0'),(162972,17710,'_qty','1'),(162973,17710,'_tax_class',''),(162974,17710,'_line_subtotal','172'),(162975,17710,'_line_subtotal_tax','0'),(162976,17710,'_line_total','172'),(162977,17710,'_line_tax','0'),(162978,17710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(162979,17711,'method_id','free_shipping'),(162980,17711,'instance_id','2'),(162981,17711,'cost','0'),(162982,17711,'total_tax','0'),(162983,17711,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(162984,17711,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(163001,17714,'_product_id','490'),(163002,17714,'_variation_id','0'),(163003,17714,'_qty','2'),(163004,17714,'_tax_class',''),(163005,17714,'_line_subtotal','39.2'),(163006,17714,'_line_subtotal_tax','0'),(163007,17714,'_line_total','39.2'),(163008,17714,'_line_tax','0'),(163009,17714,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163010,17715,'method_id','fedex'),(163011,17715,'instance_id','1'),(163012,17715,'cost','27.19'),(163013,17715,'total_tax','0'),(163014,17715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163015,17715,'Package 1','14.75 × 11.75 × 1.5 (in) 4.36lbs × 1'),(163016,17715,'Items','Bulk Active Rinse 100% RM &times; 2'),(163017,17716,'_product_id','2110'),(163018,17716,'_variation_id','0'),(163019,17716,'_qty','8'),(163020,17716,'_tax_class',''),(163021,17716,'_line_subtotal','531.216'),(163022,17716,'_line_subtotal_tax','0'),(163023,17716,'_line_total','531.216'),(163024,17716,'_line_tax','0'),(163025,17716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163026,17716,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:2:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(163027,17716,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(163028,17717,'_product_id','2113'),(163029,17717,'_variation_id','0'),(163030,17717,'_qty','8'),(163031,17717,'_tax_class',''),(163032,17717,'_line_subtotal','1279.68'),(163033,17717,'_line_subtotal_tax','0'),(163034,17717,'_line_total','1279.68'),(163035,17717,'_line_tax','0'),(163036,17717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163037,17717,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(163038,17717,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:96.319999999999993;s:34:\"saved_amount_based_on_tax_settings\";d:96.319999999999993;s:15:\"is_free_product\";b:0;}'),(163039,17718,'_product_id','41'),(163040,17718,'_variation_id','0'),(163041,17718,'_qty','2'),(163042,17718,'_tax_class',''),(163043,17718,'_line_subtotal','146.4'),(163044,17718,'_line_subtotal_tax','0'),(163045,17718,'_line_total','146.4'),(163046,17718,'_line_tax','0'),(163047,17718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163048,17719,'_product_id','45'),(163049,17719,'_variation_id','0'),(163050,17719,'_qty','2'),(163051,17719,'_tax_class',''),(163052,17719,'_line_subtotal','100'),(163053,17719,'_line_subtotal_tax','0'),(163054,17719,'_line_total','100'),(163055,17719,'_line_tax','0'),(163056,17719,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163057,17720,'_product_id','490'),(163058,17720,'_variation_id','0'),(163059,17720,'_qty','8'),(163060,17720,'_tax_class',''),(163061,17720,'_line_subtotal','156.8'),(163062,17720,'_line_subtotal_tax','0'),(163063,17720,'_line_total','156.8'),(163064,17720,'_line_tax','0'),(163065,17720,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163066,17721,'_product_id','488'),(163067,17721,'_variation_id','0'),(163068,17721,'_qty','3'),(163069,17721,'_tax_class',''),(163070,17721,'_line_subtotal','94.05'),(163071,17721,'_line_subtotal_tax','0'),(163072,17721,'_line_total','94.05'),(163073,17721,'_line_tax','0'),(163074,17721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163075,17722,'method_id','free_shipping'),(163076,17722,'instance_id','2'),(163077,17722,'cost','0'),(163078,17722,'total_tax','0'),(163079,17722,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163080,17722,'Items','Active Rinse 8oz 100%(Case of 12) &times; 8, Active Rinse 16oz 100%(Case of 16) &times; 8, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 8, Bulk Detangling Spray 1 Gallon RM &times; 3'),(163088,17665,'thwma_order_shipping_status','wc-pending'),(163089,17666,'thwma_order_shipping_status','wc-pending'),(163090,17667,'thwma_order_shipping_status','wc-pending'),(163091,17669,'thwma_order_shipping_status','wc-pending'),(163092,17670,'thwma_order_shipping_status','wc-pending'),(163093,17671,'thwma_order_shipping_status','wc-pending'),(163094,17723,'_product_id','41'),(163095,17723,'_variation_id','0'),(163096,17723,'_qty','2'),(163097,17723,'_tax_class',''),(163098,17723,'_line_subtotal','146.4'),(163099,17723,'_line_subtotal_tax','0'),(163100,17723,'_line_total','146.4'),(163101,17723,'_line_tax','0'),(163102,17723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163103,17724,'_product_id','49'),(163104,17724,'_variation_id','0'),(163105,17724,'_qty','1'),(163106,17724,'_tax_class',''),(163107,17724,'_line_subtotal','90'),(163108,17724,'_line_subtotal_tax','0'),(163109,17724,'_line_total','90'),(163110,17724,'_line_tax','0'),(163111,17724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163112,17725,'_product_id','44'),(163113,17725,'_variation_id','0'),(163114,17725,'_qty','2'),(163115,17725,'_tax_class',''),(163116,17725,'_line_subtotal','276'),(163117,17725,'_line_subtotal_tax','0'),(163118,17725,'_line_total','276'),(163119,17725,'_line_tax','0'),(163120,17725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163121,17726,'method_id','free_shipping'),(163122,17726,'instance_id','2'),(163123,17726,'cost','0'),(163124,17726,'total_tax','0'),(163125,17726,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163126,17726,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 2'),(163127,17644,'thwma_order_shipping_status','wc-pending'),(163128,17645,'thwma_order_shipping_status','wc-pending'),(163129,17646,'thwma_order_shipping_status','wc-pending'),(163130,17647,'thwma_order_shipping_status','wc-pending'),(163131,17648,'thwma_order_shipping_status','wc-pending'),(163132,17649,'thwma_order_shipping_status','wc-pending'),(163133,17650,'thwma_order_shipping_status','wc-pending'),(163134,17705,'thwma_order_shipping_status','wc-pending'),(163135,17706,'thwma_order_shipping_status','wc-pending'),(163136,17707,'thwma_order_shipping_status','wc-pending'),(163137,17708,'thwma_order_shipping_status','wc-pending'),(163138,17709,'thwma_order_shipping_status','wc-pending'),(163139,17710,'thwma_order_shipping_status','wc-pending'),(163140,17727,'_product_id','2113'),(163141,17727,'_variation_id','0'),(163142,17727,'_qty','1'),(163143,17727,'_tax_class',''),(163144,17727,'_line_subtotal','172'),(163145,17727,'_line_subtotal_tax','0'),(163146,17727,'_line_total','172'),(163147,17727,'_line_tax','0'),(163148,17727,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163149,17728,'_product_id','41'),(163150,17728,'_variation_id','0'),(163151,17728,'_qty','3'),(163152,17728,'_tax_class',''),(163153,17728,'_line_subtotal','219.6'),(163154,17728,'_line_subtotal_tax','0'),(163155,17728,'_line_total','219.6'),(163156,17728,'_line_tax','0'),(163157,17728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163158,17729,'_product_id','45'),(163159,17729,'_variation_id','0'),(163160,17729,'_qty','1'),(163161,17729,'_tax_class',''),(163162,17729,'_line_subtotal','50'),(163163,17729,'_line_subtotal_tax','0'),(163164,17729,'_line_total','50'),(163165,17729,'_line_tax','0'),(163166,17729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163167,17730,'_product_id','3354'),(163168,17730,'_variation_id','0'),(163169,17730,'_qty','1'),(163170,17730,'_tax_class',''),(163171,17730,'_line_subtotal','148'),(163172,17730,'_line_subtotal_tax','0'),(163173,17730,'_line_total','148'),(163174,17730,'_line_tax','0'),(163175,17730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163176,17731,'_product_id','3362'),(163177,17731,'_variation_id','0'),(163178,17731,'_qty','1'),(163179,17731,'_tax_class',''),(163180,17731,'_line_subtotal','75'),(163181,17731,'_line_subtotal_tax','0'),(163182,17731,'_line_total','75'),(163183,17731,'_line_tax','0'),(163184,17731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163185,17732,'_product_id','49'),(163186,17732,'_variation_id','0'),(163187,17732,'_qty','2'),(163188,17732,'_tax_class',''),(163189,17732,'_line_subtotal','180'),(163190,17732,'_line_subtotal_tax','0'),(163191,17732,'_line_total','180'),(163192,17732,'_line_tax','0'),(163193,17732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163194,17733,'_product_id','3525'),(163195,17733,'_variation_id','0'),(163196,17733,'_qty','1'),(163197,17733,'_tax_class',''),(163198,17733,'_line_subtotal','90'),(163199,17733,'_line_subtotal_tax','0'),(163200,17733,'_line_total','90'),(163201,17733,'_line_tax','0'),(163202,17733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163203,17734,'_product_id','3499'),(163204,17734,'_variation_id','0'),(163205,17734,'_qty','1'),(163206,17734,'_tax_class',''),(163207,17734,'_line_subtotal','142.8'),(163208,17734,'_line_subtotal_tax','0'),(163209,17734,'_line_total','142.8'),(163210,17734,'_line_tax','0'),(163211,17734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163212,17735,'method_id','free_shipping'),(163213,17735,'instance_id','2'),(163214,17735,'cost','0'),(163215,17735,'total_tax','0'),(163216,17735,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163217,17735,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 16oz(Case of 16) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Dandruff Shampoo 8oz(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(163218,17736,'_product_id','3362'),(163219,17736,'_variation_id','0'),(163220,17736,'_qty','1'),(163221,17736,'_tax_class',''),(163222,17736,'_line_subtotal','75'),(163223,17736,'_line_subtotal_tax','0'),(163224,17736,'_line_total','75'),(163225,17736,'_line_tax','0'),(163226,17736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163227,17737,'_product_id','488'),(163228,17737,'_variation_id','0'),(163229,17737,'_qty','1'),(163230,17737,'_tax_class',''),(163231,17737,'_line_subtotal','31.35'),(163232,17737,'_line_subtotal_tax','0'),(163233,17737,'_line_total','31.35'),(163234,17737,'_line_tax','0'),(163235,17737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163236,17738,'_product_id','41'),(163237,17738,'_variation_id','0'),(163238,17738,'_qty','1'),(163239,17738,'_tax_class',''),(163240,17738,'_line_subtotal','73.2'),(163241,17738,'_line_subtotal_tax','0'),(163242,17738,'_line_total','73.2'),(163243,17738,'_line_tax','0'),(163244,17738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163245,17739,'_product_id','137'),(163246,17739,'_variation_id','0'),(163247,17739,'_qty','5'),(163248,17739,'_tax_class',''),(163249,17739,'_line_subtotal','30.25'),(163250,17739,'_line_subtotal_tax','0'),(163251,17739,'_line_total','30.25'),(163252,17739,'_line_tax','0'),(163253,17739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163254,17740,'_product_id','138'),(163255,17740,'_variation_id','0'),(163256,17740,'_qty','5'),(163257,17740,'_tax_class',''),(163258,17740,'_line_subtotal','24.75'),(163259,17740,'_line_subtotal_tax','0'),(163260,17740,'_line_total','24.75'),(163261,17740,'_line_tax','0'),(163262,17740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163263,17741,'method_id','fedex'),(163264,17741,'instance_id','1'),(163265,17741,'cost','14.83'),(163266,17741,'total_tax','0'),(163267,17741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163268,17741,'Package 1','17 × 14 × 10 (in) 21.25lbs × 1'),(163269,17741,'Items','Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, The Wet Brush &times; 5, The Wet Brush Squirt &times; 5'),(163504,17769,'_product_id','2110'),(163505,17769,'_variation_id','0'),(163506,17769,'_qty','5'),(163507,17769,'_tax_class',''),(163508,17769,'_line_subtotal','357'),(163509,17769,'_line_subtotal_tax','0'),(163510,17769,'_line_total','357'),(163511,17769,'_line_tax','0'),(163512,17769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163513,17770,'_product_id','2113'),(163514,17770,'_variation_id','0'),(163515,17770,'_qty','3'),(163516,17770,'_tax_class',''),(163517,17770,'_line_subtotal','516'),(163518,17770,'_line_subtotal_tax','0'),(163519,17770,'_line_total','516'),(163520,17770,'_line_tax','0'),(163521,17770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163522,17771,'_product_id','3412'),(163523,17771,'_variation_id','0'),(163524,17771,'_qty','3'),(163525,17771,'_tax_class',''),(163526,17771,'_line_subtotal','270'),(163527,17771,'_line_subtotal_tax','0'),(163528,17771,'_line_total','270'),(163529,17771,'_line_tax','0'),(163530,17771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163531,17772,'_product_id','43'),(163532,17772,'_variation_id','0'),(163533,17772,'_qty','3'),(163534,17772,'_tax_class',''),(163535,17772,'_line_subtotal','270'),(163536,17772,'_line_subtotal_tax','0'),(163537,17772,'_line_total','270'),(163538,17772,'_line_tax','0'),(163539,17772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163540,17773,'_product_id','45'),(163541,17773,'_variation_id','0'),(163542,17773,'_qty','3'),(163543,17773,'_tax_class',''),(163544,17773,'_line_subtotal','150'),(163545,17773,'_line_subtotal_tax','0'),(163546,17773,'_line_total','150'),(163547,17773,'_line_tax','0'),(163548,17773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163549,17774,'_product_id','41'),(163550,17774,'_variation_id','0'),(163551,17774,'_qty','4'),(163552,17774,'_tax_class',''),(163553,17774,'_line_subtotal','292.8'),(163554,17774,'_line_subtotal_tax','0'),(163555,17774,'_line_total','292.8'),(163556,17774,'_line_tax','0'),(163557,17774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163558,17775,'_product_id','2408'),(163559,17775,'_variation_id','0'),(163560,17775,'_qty','5'),(163561,17775,'_tax_class',''),(163562,17775,'_line_subtotal','850'),(163563,17775,'_line_subtotal_tax','0'),(163564,17775,'_line_total','850'),(163565,17775,'_line_tax','0'),(163566,17775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163567,17776,'_product_id','490'),(163568,17776,'_variation_id','0'),(163569,17776,'_qty','50'),(163570,17776,'_tax_class',''),(163571,17776,'_line_subtotal','980'),(163572,17776,'_line_subtotal_tax','0'),(163573,17776,'_line_total','980'),(163574,17776,'_line_tax','0'),(163575,17776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163576,17777,'method_id','free_shipping'),(163577,17777,'instance_id','2'),(163578,17777,'cost','0'),(163579,17777,'total_tax','0'),(163580,17777,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163581,17777,'Items','Active Rinse 8oz 100%(Case of 12) &times; 5, Active Rinse 16oz 100%(Case of 16) &times; 3, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 3, Preventive Spray 8oz(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 5, Bulk Active Rinse 100% RM &times; 50'),(163582,17778,'_product_id','45'),(163583,17778,'_variation_id','0'),(163584,17778,'_qty','4'),(163585,17778,'_tax_class',''),(163586,17778,'_line_subtotal','200'),(163587,17778,'_line_subtotal_tax','0'),(163588,17778,'_line_total','200'),(163589,17778,'_line_tax','0'),(163590,17778,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163591,17779,'_product_id','490'),(163592,17779,'_variation_id','0'),(163593,17779,'_qty','16'),(163594,17779,'_tax_class',''),(163595,17779,'_line_subtotal','313.6'),(163596,17779,'_line_subtotal_tax','0'),(163597,17779,'_line_total','313.6'),(163598,17779,'_line_tax','0'),(163599,17779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163600,17780,'method_id','free_shipping'),(163601,17780,'instance_id','2'),(163602,17780,'cost','0'),(163603,17780,'total_tax','0'),(163604,17780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163605,17780,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Bulk Active Rinse 100% RM &times; 16'),(163614,17727,'thwma_order_shipping_status','wc-pending'),(163615,17728,'thwma_order_shipping_status','wc-pending'),(163616,17729,'thwma_order_shipping_status','wc-pending'),(163617,17730,'thwma_order_shipping_status','wc-pending'),(163618,17731,'thwma_order_shipping_status','wc-pending'),(163619,17732,'thwma_order_shipping_status','wc-pending'),(163620,17733,'thwma_order_shipping_status','wc-pending'),(163621,17734,'thwma_order_shipping_status','wc-pending'),(163628,17716,'thwma_order_shipping_status','wc-pending'),(163629,17717,'thwma_order_shipping_status','wc-pending'),(163630,17718,'thwma_order_shipping_status','wc-pending'),(163631,17719,'thwma_order_shipping_status','wc-pending'),(163632,17720,'thwma_order_shipping_status','wc-pending'),(163633,17721,'thwma_order_shipping_status','wc-pending'),(163634,17418,'thwma_order_shipping_status','wc-pending'),(163635,17419,'thwma_order_shipping_status','wc-pending'),(163636,17420,'thwma_order_shipping_status','wc-pending'),(163637,17421,'thwma_order_shipping_status','wc-pending'),(163638,17422,'thwma_order_shipping_status','wc-pending'),(163639,17423,'thwma_order_shipping_status','wc-pending'),(163640,17424,'thwma_order_shipping_status','wc-pending'),(163641,17778,'thwma_order_shipping_status','wc-pending'),(163642,17779,'thwma_order_shipping_status','wc-pending'),(163643,17736,'thwma_order_shipping_status','wc-pending'),(163644,17737,'thwma_order_shipping_status','wc-pending'),(163645,17738,'thwma_order_shipping_status','wc-pending'),(163646,17739,'thwma_order_shipping_status','wc-pending'),(163647,17740,'thwma_order_shipping_status','wc-pending'),(163648,17781,'_product_id','2110'),(163649,17781,'_variation_id','0'),(163650,17781,'_qty','2'),(163651,17781,'_tax_class',''),(163652,17781,'_line_subtotal','142.8'),(163653,17781,'_line_subtotal_tax','0'),(163654,17781,'_line_total','142.8'),(163655,17781,'_line_tax','0'),(163656,17781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163657,17782,'_product_id','2113'),(163658,17782,'_variation_id','0'),(163659,17782,'_qty','2'),(163660,17782,'_tax_class',''),(163661,17782,'_line_subtotal','344'),(163662,17782,'_line_subtotal_tax','0'),(163663,17782,'_line_total','344'),(163664,17782,'_line_tax','0'),(163665,17782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163666,17783,'_product_id','3412'),(163667,17783,'_variation_id','0'),(163668,17783,'_qty','1'),(163669,17783,'_tax_class',''),(163670,17783,'_line_subtotal','90'),(163671,17783,'_line_subtotal_tax','0'),(163672,17783,'_line_total','90'),(163673,17783,'_line_tax','0'),(163674,17783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163675,17784,'_product_id','116'),(163676,17784,'_variation_id','0'),(163677,17784,'_qty','1'),(163678,17784,'_tax_class',''),(163679,17784,'_line_subtotal','165'),(163680,17784,'_line_subtotal_tax','0'),(163681,17784,'_line_total','165'),(163682,17784,'_line_tax','0'),(163683,17784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163684,17785,'_product_id','3476'),(163685,17785,'_variation_id','0'),(163686,17785,'_qty','1'),(163687,17785,'_tax_class',''),(163688,17785,'_line_subtotal','76.2'),(163689,17785,'_line_subtotal_tax','0'),(163690,17785,'_line_total','76.2'),(163691,17785,'_line_tax','0'),(163692,17785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163693,17786,'_product_id','41'),(163694,17786,'_variation_id','0'),(163695,17786,'_qty','2'),(163696,17786,'_tax_class',''),(163697,17786,'_line_subtotal','146.4'),(163698,17786,'_line_subtotal_tax','0'),(163699,17786,'_line_total','146.4'),(163700,17786,'_line_tax','0'),(163701,17786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163702,17787,'_product_id','45'),(163703,17787,'_variation_id','0'),(163704,17787,'_qty','2'),(163705,17787,'_tax_class',''),(163706,17787,'_line_subtotal','100'),(163707,17787,'_line_subtotal_tax','0'),(163708,17787,'_line_total','100'),(163709,17787,'_line_tax','0'),(163710,17787,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163711,17788,'_product_id','2400'),(163712,17788,'_variation_id','0'),(163713,17788,'_qty','1'),(163714,17788,'_tax_class',''),(163715,17788,'_line_subtotal','215'),(163716,17788,'_line_subtotal_tax','0'),(163717,17788,'_line_total','215'),(163718,17788,'_line_tax','0'),(163719,17788,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163720,17789,'_product_id','2408'),(163721,17789,'_variation_id','0'),(163722,17789,'_qty','1'),(163723,17789,'_tax_class',''),(163724,17789,'_line_subtotal','170'),(163725,17789,'_line_subtotal_tax','0'),(163726,17789,'_line_total','170'),(163727,17789,'_line_tax','0'),(163728,17789,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163729,17790,'_product_id','44'),(163730,17790,'_variation_id','0'),(163731,17790,'_qty','1'),(163732,17790,'_tax_class',''),(163733,17790,'_line_subtotal','138'),(163734,17790,'_line_subtotal_tax','0'),(163735,17790,'_line_total','138'),(163736,17790,'_line_tax','0'),(163737,17790,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163738,17791,'_product_id','49'),(163739,17791,'_variation_id','0'),(163740,17791,'_qty','2'),(163741,17791,'_tax_class',''),(163742,17791,'_line_subtotal','180'),(163743,17791,'_line_subtotal_tax','0'),(163744,17791,'_line_total','180'),(163745,17791,'_line_tax','0'),(163746,17791,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163747,17792,'_product_id','43'),(163748,17792,'_variation_id','0'),(163749,17792,'_qty','2'),(163750,17792,'_tax_class',''),(163751,17792,'_line_subtotal','180'),(163752,17792,'_line_subtotal_tax','0'),(163753,17792,'_line_total','180'),(163754,17792,'_line_tax','0'),(163755,17792,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163756,17793,'_product_id','120'),(163757,17793,'_variation_id','0'),(163758,17793,'_qty','1'),(163759,17793,'_tax_class',''),(163760,17793,'_line_subtotal','63'),(163761,17793,'_line_subtotal_tax','0'),(163762,17793,'_line_total','63'),(163763,17793,'_line_tax','0'),(163764,17793,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163765,17794,'_product_id','39'),(163766,17794,'_variation_id','0'),(163767,17794,'_qty','1'),(163768,17794,'_tax_class',''),(163769,17794,'_line_subtotal','90'),(163770,17794,'_line_subtotal_tax','0'),(163771,17794,'_line_total','90'),(163772,17794,'_line_tax','0'),(163773,17794,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163774,17795,'_product_id','40'),(163775,17795,'_variation_id','0'),(163776,17795,'_qty','1'),(163777,17795,'_tax_class',''),(163778,17795,'_line_subtotal','90'),(163779,17795,'_line_subtotal_tax','0'),(163780,17795,'_line_total','90'),(163781,17795,'_line_tax','0'),(163782,17795,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163783,17796,'_product_id','3499'),(163784,17796,'_variation_id','0'),(163785,17796,'_qty','1'),(163786,17796,'_tax_class',''),(163787,17796,'_line_subtotal','142.8'),(163788,17796,'_line_subtotal_tax','0'),(163789,17796,'_line_total','142.8'),(163790,17796,'_line_tax','0'),(163791,17796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163792,17797,'_product_id','490'),(163793,17797,'_variation_id','0'),(163794,17797,'_qty','10'),(163795,17797,'_tax_class',''),(163796,17797,'_line_subtotal','196'),(163797,17797,'_line_subtotal_tax','0'),(163798,17797,'_line_total','196'),(163799,17797,'_line_tax','0'),(163800,17797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163801,17798,'_product_id','488'),(163802,17798,'_variation_id','0'),(163803,17798,'_qty','1'),(163804,17798,'_tax_class',''),(163805,17798,'_line_subtotal','31.35'),(163806,17798,'_line_subtotal_tax','0'),(163807,17798,'_line_total','31.35'),(163808,17798,'_line_tax','0'),(163809,17798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163810,17799,'_product_id','487'),(163811,17799,'_variation_id','0'),(163812,17799,'_qty','1'),(163813,17799,'_tax_class',''),(163814,17799,'_line_subtotal','31.35'),(163815,17799,'_line_subtotal_tax','0'),(163816,17799,'_line_total','31.35'),(163817,17799,'_line_tax','0'),(163818,17799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163819,17800,'method_id','free_shipping'),(163820,17800,'instance_id','2'),(163821,17800,'cost','0'),(163822,17800,'total_tax','0'),(163823,17800,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163824,17800,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(163825,17801,'_product_id','2113'),(163826,17801,'_variation_id','0'),(163827,17801,'_qty','2'),(163828,17801,'_tax_class',''),(163829,17801,'_line_subtotal','344'),(163830,17801,'_line_subtotal_tax','0'),(163831,17801,'_line_total','344'),(163832,17801,'_line_tax','0'),(163833,17801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163834,17802,'_product_id','45'),(163835,17802,'_variation_id','0'),(163836,17802,'_qty','8'),(163837,17802,'_tax_class',''),(163838,17802,'_line_subtotal','372'),(163839,17802,'_line_subtotal_tax','0'),(163840,17802,'_line_total','372'),(163841,17802,'_line_tax','0'),(163842,17802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163843,17802,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(163844,17802,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(163845,17803,'_product_id','41'),(163846,17803,'_variation_id','0'),(163847,17803,'_qty','5'),(163848,17803,'_tax_class',''),(163849,17803,'_line_subtotal','366'),(163850,17803,'_line_subtotal_tax','0'),(163851,17803,'_line_total','366'),(163852,17803,'_line_tax','0'),(163853,17803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163854,17804,'_product_id','2408'),(163855,17804,'_variation_id','0'),(163856,17804,'_qty','4'),(163857,17804,'_tax_class',''),(163858,17804,'_line_subtotal','680'),(163859,17804,'_line_subtotal_tax','0'),(163860,17804,'_line_total','680'),(163861,17804,'_line_tax','0'),(163862,17804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163863,17805,'_product_id','120'),(163864,17805,'_variation_id','0'),(163865,17805,'_qty','3'),(163866,17805,'_tax_class',''),(163867,17805,'_line_subtotal','189'),(163868,17805,'_line_subtotal_tax','0'),(163869,17805,'_line_total','189'),(163870,17805,'_line_tax','0'),(163871,17805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163872,17806,'_product_id','3476'),(163873,17806,'_variation_id','0'),(163874,17806,'_qty','3'),(163875,17806,'_tax_class',''),(163876,17806,'_line_subtotal','228.6'),(163877,17806,'_line_subtotal_tax','0'),(163878,17806,'_line_total','228.6'),(163879,17806,'_line_tax','0'),(163880,17806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163881,17807,'_product_id','490'),(163882,17807,'_variation_id','0'),(163883,17807,'_qty','20'),(163884,17807,'_tax_class',''),(163885,17807,'_line_subtotal','392'),(163886,17807,'_line_subtotal_tax','0'),(163887,17807,'_line_total','392'),(163888,17807,'_line_tax','0'),(163889,17807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163890,17808,'method_id','free_shipping'),(163891,17808,'instance_id','2'),(163892,17808,'cost','0'),(163893,17808,'total_tax','0'),(163894,17808,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163895,17808,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Professional Lice Comb(Case of 12) &times; 5, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 4, Preventive Spray 2oz(Case of 24) &times; 3, Fine Hair Professional Lice Comb(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 20'),(163896,17809,'_product_id','2408'),(163897,17809,'_variation_id','0'),(163898,17809,'_qty','6'),(163899,17809,'_tax_class',''),(163900,17809,'_line_subtotal','1020'),(163901,17809,'_line_subtotal_tax','0'),(163902,17809,'_line_total','1020'),(163903,17809,'_line_tax','0'),(163904,17809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163905,17810,'_product_id','3352'),(163906,17810,'_variation_id','0'),(163907,17810,'_qty','2'),(163908,17810,'_tax_class',''),(163909,17810,'_line_subtotal','296'),(163910,17810,'_line_subtotal_tax','0'),(163911,17810,'_line_total','296'),(163912,17810,'_line_tax','0'),(163913,17810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163914,17811,'method_id','free_shipping'),(163915,17811,'instance_id','2'),(163916,17811,'cost','0'),(163917,17811,'total_tax','0'),(163918,17811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163919,17811,'Items','Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 6, Preventive Spray 16oz(Case of 16) &times; 2'),(163920,17812,'_product_id','490'),(163921,17812,'_variation_id','0'),(163922,17812,'_qty','10'),(163923,17812,'_tax_class',''),(163924,17812,'_line_subtotal','196'),(163925,17812,'_line_subtotal_tax','0'),(163926,17812,'_line_total','196'),(163927,17812,'_line_tax','0'),(163928,17812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163929,17813,'_product_id','116'),(163930,17813,'_variation_id','0'),(163931,17813,'_qty','1'),(163932,17813,'_tax_class',''),(163933,17813,'_line_subtotal','165'),(163934,17813,'_line_subtotal_tax','0'),(163935,17813,'_line_total','165'),(163936,17813,'_line_tax','0'),(163937,17813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163938,17814,'_product_id','120'),(163939,17814,'_variation_id','0'),(163940,17814,'_qty','1'),(163941,17814,'_tax_class',''),(163942,17814,'_line_subtotal','63'),(163943,17814,'_line_subtotal_tax','0'),(163944,17814,'_line_total','63'),(163945,17814,'_line_tax','0'),(163946,17814,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163947,17815,'_product_id','49'),(163948,17815,'_variation_id','0'),(163949,17815,'_qty','1'),(163950,17815,'_tax_class',''),(163951,17815,'_line_subtotal','90'),(163952,17815,'_line_subtotal_tax','0'),(163953,17815,'_line_total','90'),(163954,17815,'_line_tax','0'),(163955,17815,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163956,17816,'method_id','free_shipping'),(163957,17816,'instance_id','2'),(163958,17816,'cost','0'),(163959,17816,'total_tax','0'),(163960,17816,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163961,17816,'Items','Bulk Active Rinse 100% RM &times; 10, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(163962,17817,'_product_id','44'),(163963,17817,'_variation_id','0'),(163964,17817,'_qty','1'),(163965,17817,'_tax_class',''),(163966,17817,'_line_subtotal','138'),(163967,17817,'_line_subtotal_tax','0'),(163968,17817,'_line_total','138'),(163969,17817,'_line_tax','0'),(163970,17817,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163971,17818,'_product_id','490'),(163972,17818,'_variation_id','0'),(163973,17818,'_qty','15'),(163974,17818,'_tax_class',''),(163975,17818,'_line_subtotal','294'),(163976,17818,'_line_subtotal_tax','0'),(163977,17818,'_line_total','294'),(163978,17818,'_line_tax','0'),(163979,17818,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163980,17819,'_product_id','2110'),(163981,17819,'_variation_id','0'),(163982,17819,'_qty','1'),(163983,17819,'_tax_class',''),(163984,17819,'_line_subtotal','71.4'),(163985,17819,'_line_subtotal_tax','0'),(163986,17819,'_line_total','71.4'),(163987,17819,'_line_tax','0'),(163988,17819,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(163989,17820,'method_id','free_shipping'),(163990,17820,'instance_id','2'),(163991,17820,'cost','0'),(163992,17820,'total_tax','0'),(163993,17820,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(163994,17820,'Items','Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 15, Active Rinse 8oz 100%(Case of 12) &times; 1'),(163995,17801,'thwma_order_shipping_status','wc-pending'),(163996,17802,'thwma_order_shipping_status','wc-pending'),(163997,17803,'thwma_order_shipping_status','wc-pending'),(163998,17804,'thwma_order_shipping_status','wc-pending'),(163999,17805,'thwma_order_shipping_status','wc-pending'),(164000,17806,'thwma_order_shipping_status','wc-pending'),(164001,17807,'thwma_order_shipping_status','wc-pending'),(164021,17781,'thwma_order_shipping_status','wc-pending'),(164022,17782,'thwma_order_shipping_status','wc-pending'),(164023,17783,'thwma_order_shipping_status','wc-pending'),(164024,17784,'thwma_order_shipping_status','wc-pending'),(164025,17785,'thwma_order_shipping_status','wc-pending'),(164026,17786,'thwma_order_shipping_status','wc-pending'),(164027,17787,'thwma_order_shipping_status','wc-pending'),(164028,17788,'thwma_order_shipping_status','wc-pending'),(164029,17789,'thwma_order_shipping_status','wc-pending'),(164030,17790,'thwma_order_shipping_status','wc-pending'),(164031,17791,'thwma_order_shipping_status','wc-pending'),(164032,17792,'thwma_order_shipping_status','wc-pending'),(164033,17793,'thwma_order_shipping_status','wc-pending'),(164034,17794,'thwma_order_shipping_status','wc-pending'),(164035,17795,'thwma_order_shipping_status','wc-pending'),(164036,17796,'thwma_order_shipping_status','wc-pending'),(164037,17797,'thwma_order_shipping_status','wc-pending'),(164038,17798,'thwma_order_shipping_status','wc-pending'),(164039,17799,'thwma_order_shipping_status','wc-pending'),(164040,17812,'thwma_order_shipping_status','wc-pending'),(164041,17813,'thwma_order_shipping_status','wc-pending'),(164042,17814,'thwma_order_shipping_status','wc-pending'),(164043,17815,'thwma_order_shipping_status','wc-pending'),(164044,17809,'thwma_order_shipping_status','wc-pending'),(164045,17810,'thwma_order_shipping_status','wc-pending'),(164046,17817,'thwma_order_shipping_status','wc-pending'),(164047,17818,'thwma_order_shipping_status','wc-pending'),(164048,17819,'thwma_order_shipping_status','wc-pending'),(164049,17821,'_product_id','41'),(164050,17821,'_variation_id','0'),(164051,17821,'_qty','7'),(164052,17821,'_tax_class',''),(164053,17821,'_line_subtotal','512.4'),(164054,17821,'_line_subtotal_tax','0'),(164055,17821,'_line_total','512.4'),(164056,17821,'_line_tax','0'),(164057,17821,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164058,17822,'method_id','free_shipping'),(164059,17822,'instance_id','2'),(164060,17822,'cost','0'),(164061,17822,'total_tax','0'),(164062,17822,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164063,17822,'Items','Professional Lice Comb(Case of 12) &times; 7'),(164064,17823,'_product_id','41'),(164065,17823,'_variation_id','0'),(164066,17823,'_qty','15'),(164067,17823,'_tax_class',''),(164068,17823,'_line_subtotal','1021.14'),(164069,17823,'_line_subtotal_tax','0'),(164070,17823,'_line_total','1021.14'),(164071,17823,'_line_tax','0'),(164072,17823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164073,17823,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(164074,17823,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:76.859999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:76.859999999999999;s:15:\"is_free_product\";b:0;}'),(164075,17824,'_product_id','488'),(164076,17824,'_variation_id','0'),(164077,17824,'_qty','12'),(164078,17824,'_tax_class',''),(164079,17824,'_line_subtotal','376.2'),(164080,17824,'_line_subtotal_tax','0'),(164081,17824,'_line_total','376.2'),(164082,17824,'_line_tax','0'),(164083,17824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164084,17825,'_product_id','3525'),(164085,17825,'_variation_id','0'),(164086,17825,'_qty','3'),(164087,17825,'_tax_class',''),(164088,17825,'_line_subtotal','270'),(164089,17825,'_line_subtotal_tax','0'),(164090,17825,'_line_total','270'),(164091,17825,'_line_tax','0'),(164092,17825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164093,17826,'method_id','free_shipping'),(164094,17826,'instance_id','2'),(164095,17826,'cost','0'),(164096,17826,'total_tax','0'),(164097,17826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164098,17826,'Items','Professional Lice Comb(Case of 12) &times; 15, Bulk Detangling Spray 1 Gallon RM &times; 12, Dandruff Shampoo 8oz(Case of 12) &times; 3'),(164099,17827,'_product_id','487'),(164100,17827,'_variation_id','0'),(164101,17827,'_qty','3'),(164102,17827,'_tax_class',''),(164103,17827,'_line_subtotal','94.05'),(164104,17827,'_line_subtotal_tax','0'),(164105,17827,'_line_total','94.05'),(164106,17827,'_line_tax','0'),(164107,17827,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164108,17828,'_product_id','3412'),(164109,17828,'_variation_id','0'),(164110,17828,'_qty','2'),(164111,17828,'_tax_class',''),(164112,17828,'_line_subtotal','180'),(164113,17828,'_line_subtotal_tax','0'),(164114,17828,'_line_total','180'),(164115,17828,'_line_tax','0'),(164116,17828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164117,17829,'method_id','fedex'),(164118,17829,'instance_id','1'),(164119,17829,'cost','26.17'),(164120,17829,'total_tax','0'),(164121,17829,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164122,17829,'Package 1','17 × 14 × 10 (in) 34.35lbs × 1'),(164123,17829,'Items','Bulk Mousse 1 Gallon RM &times; 3, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2'),(164124,17830,'_product_id','41'),(164125,17830,'_variation_id','0'),(164126,17830,'_qty','-7'),(164127,17830,'_tax_class',''),(164128,17830,'_line_subtotal','-512.4'),(164129,17830,'_line_subtotal_tax','0'),(164130,17830,'_line_total','-512.4'),(164131,17830,'_line_tax','0'),(164132,17830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164133,17830,'_refunded_item_id','17821'),(164134,17831,'_product_id','487'),(164135,17831,'_variation_id','0'),(164136,17831,'_qty','4'),(164137,17831,'_tax_class',''),(164138,17831,'_line_subtotal','125.4'),(164139,17831,'_line_subtotal_tax','0'),(164140,17831,'_line_total','125.4'),(164141,17831,'_line_tax','0'),(164142,17831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164143,17832,'_product_id','49'),(164144,17832,'_variation_id','0'),(164145,17832,'_qty','10'),(164146,17832,'_tax_class',''),(164147,17832,'_line_subtotal','837'),(164148,17832,'_line_subtotal_tax','0'),(164149,17832,'_line_total','837'),(164150,17832,'_line_tax','0'),(164151,17832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164152,17832,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(164153,17832,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:63;s:34:\"saved_amount_based_on_tax_settings\";d:63;s:15:\"is_free_product\";b:0;}'),(164154,17833,'_product_id','3507'),(164155,17833,'_variation_id','0'),(164156,17833,'_qty','3'),(164157,17833,'_tax_class',''),(164158,17833,'_line_subtotal','525'),(164159,17833,'_line_subtotal_tax','0'),(164160,17833,'_line_total','525'),(164161,17833,'_line_tax','0'),(164162,17833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164163,17834,'_product_id','144'),(164164,17834,'_variation_id','0'),(164165,17834,'_qty','50'),(164166,17834,'_tax_class',''),(164167,17834,'_line_subtotal','69'),(164168,17834,'_line_subtotal_tax','0'),(164169,17834,'_line_total','69'),(164170,17834,'_line_tax','0'),(164171,17834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164172,17835,'_product_id','3476'),(164173,17835,'_variation_id','0'),(164174,17835,'_qty','2'),(164175,17835,'_tax_class',''),(164176,17835,'_line_subtotal','152.4'),(164177,17835,'_line_subtotal_tax','0'),(164178,17835,'_line_total','152.4'),(164179,17835,'_line_tax','0'),(164180,17835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164181,17836,'_product_id','41'),(164182,17836,'_variation_id','0'),(164183,17836,'_qty','5'),(164184,17836,'_tax_class',''),(164185,17836,'_line_subtotal','366'),(164186,17836,'_line_subtotal_tax','0'),(164187,17836,'_line_total','366'),(164188,17836,'_line_tax','0'),(164189,17836,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164190,17837,'_product_id','488'),(164191,17837,'_variation_id','0'),(164192,17837,'_qty','1'),(164193,17837,'_tax_class',''),(164194,17837,'_line_subtotal','31.35'),(164195,17837,'_line_subtotal_tax','0'),(164196,17837,'_line_total','31.35'),(164197,17837,'_line_tax','0'),(164198,17837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164199,17838,'_product_id','131'),(164200,17838,'_variation_id','0'),(164201,17838,'_qty','10'),(164202,17838,'_tax_class',''),(164203,17838,'_line_subtotal','126.5'),(164204,17838,'_line_subtotal_tax','0'),(164205,17838,'_line_total','126.5'),(164206,17838,'_line_tax','0'),(164207,17838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164208,17839,'_product_id','116'),(164209,17839,'_variation_id','0'),(164210,17839,'_qty','2'),(164211,17839,'_tax_class',''),(164212,17839,'_line_subtotal','330'),(164213,17839,'_line_subtotal_tax','0'),(164214,17839,'_line_total','330'),(164215,17839,'_line_tax','0'),(164216,17839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164217,17840,'method_id','fedex'),(164218,17840,'instance_id','1'),(164219,17840,'cost','529.26'),(164220,17840,'total_tax','0'),(164221,17840,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164222,17840,'Package 1','14 × 14 × 14 (in) 28.95lbs × 1'),(164223,17840,'Package 2','17 × 14 × 10 (in) 41.3lbs × 1'),(164224,17840,'Package 3','17 × 14 × 10 (in) 40.8lbs × 1'),(164225,17840,'Package 4','17 × 14 × 10 (in) 39.4lbs × 1'),(164226,17840,'Package 5','17 × 14 × 10 (in) 33.1lbs × 1'),(164227,17840,'Package 6','14.75 × 11.75 × 1.5 (in) 10.46lbs × 1'),(164228,17840,'Items','Bulk Mousse 1 Gallon RM &times; 4, Preventive Detangling Spray 8oz(Case of 12) &times; 10, Bulk (Not in Blister Packs) Junior Lice Comb(Case of 50) &times; 3, Course Tail Comb &times; 50, Fine Hair Professional Lice Comb(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Capes &times; 10, Pediatrician Samples 2oz(Case of 48) &times; 2'),(164229,17723,'thwma_order_shipping_status','wc-pending'),(164230,17724,'thwma_order_shipping_status','wc-pending'),(164231,17725,'thwma_order_shipping_status','wc-pending'),(164248,17769,'thwma_order_shipping_status','wc-pending'),(164249,17770,'thwma_order_shipping_status','wc-pending'),(164250,17771,'thwma_order_shipping_status','wc-pending'),(164251,17772,'thwma_order_shipping_status','wc-pending'),(164252,17773,'thwma_order_shipping_status','wc-pending'),(164253,17774,'thwma_order_shipping_status','wc-pending'),(164254,17775,'thwma_order_shipping_status','wc-pending'),(164255,17776,'thwma_order_shipping_status','wc-pending'),(164256,17827,'thwma_order_shipping_status','wc-pending'),(164257,17828,'thwma_order_shipping_status','wc-pending'),(164258,17823,'thwma_order_shipping_status','wc-pending'),(164259,17824,'thwma_order_shipping_status','wc-pending'),(164260,17825,'thwma_order_shipping_status','wc-pending'),(164261,17841,'_product_id','23'),(164262,17841,'_variation_id','0'),(164263,17841,'_qty','1'),(164264,17841,'_tax_class',''),(164265,17841,'_line_subtotal','68.54'),(164266,17841,'_line_subtotal_tax','0'),(164267,17841,'_line_total','68.54'),(164268,17841,'_line_tax','0'),(164269,17841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164270,17842,'_product_id','38'),(164271,17842,'_variation_id','0'),(164272,17842,'_qty','1'),(164273,17842,'_tax_class',''),(164274,17842,'_line_subtotal','165.76'),(164275,17842,'_line_subtotal_tax','0'),(164276,17842,'_line_total','165.76'),(164277,17842,'_line_tax','0'),(164278,17842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164279,17843,'_product_id','3412'),(164280,17843,'_variation_id','0'),(164281,17843,'_qty','1'),(164282,17843,'_tax_class',''),(164283,17843,'_line_subtotal','90'),(164284,17843,'_line_subtotal_tax','0'),(164285,17843,'_line_total','90'),(164286,17843,'_line_tax','0'),(164287,17843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164288,17844,'_product_id','3476'),(164289,17844,'_variation_id','0'),(164290,17844,'_qty','1'),(164291,17844,'_tax_class',''),(164292,17844,'_line_subtotal','76.2'),(164293,17844,'_line_subtotal_tax','0'),(164294,17844,'_line_total','76.2'),(164295,17844,'_line_tax','0'),(164296,17844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164297,17845,'_product_id','3362'),(164298,17845,'_variation_id','0'),(164299,17845,'_qty','1'),(164300,17845,'_tax_class',''),(164301,17845,'_line_subtotal','75'),(164302,17845,'_line_subtotal_tax','0'),(164303,17845,'_line_total','75'),(164304,17845,'_line_tax','0'),(164305,17845,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164306,17846,'_product_id','39'),(164307,17846,'_variation_id','0'),(164308,17846,'_qty','1'),(164309,17846,'_tax_class',''),(164310,17846,'_line_subtotal','90'),(164311,17846,'_line_subtotal_tax','0'),(164312,17846,'_line_total','90'),(164313,17846,'_line_tax','0'),(164314,17846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164315,17847,'_product_id','40'),(164316,17847,'_variation_id','0'),(164317,17847,'_qty','1'),(164318,17847,'_tax_class',''),(164319,17847,'_line_subtotal','90'),(164320,17847,'_line_subtotal_tax','0'),(164321,17847,'_line_total','90'),(164322,17847,'_line_tax','0'),(164323,17847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164324,17848,'_product_id','3499'),(164325,17848,'_variation_id','0'),(164326,17848,'_qty','1'),(164327,17848,'_tax_class',''),(164328,17848,'_line_subtotal','142.8'),(164329,17848,'_line_subtotal_tax','0'),(164330,17848,'_line_total','142.8'),(164331,17848,'_line_tax','0'),(164332,17848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164333,17849,'_product_id','51'),(164334,17849,'_variation_id','0'),(164335,17849,'_qty','1'),(164336,17849,'_tax_class',''),(164337,17849,'_line_subtotal','170'),(164338,17849,'_line_subtotal_tax','0'),(164339,17849,'_line_total','170'),(164340,17849,'_line_tax','0'),(164341,17849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164342,17850,'_product_id','44'),(164343,17850,'_variation_id','0'),(164344,17850,'_qty','1'),(164345,17850,'_tax_class',''),(164346,17850,'_line_subtotal','138'),(164347,17850,'_line_subtotal_tax','0'),(164348,17850,'_line_total','138'),(164349,17850,'_line_tax','0'),(164350,17850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164351,17851,'_product_id','118'),(164352,17851,'_variation_id','0'),(164353,17851,'_qty','1'),(164354,17851,'_tax_class',''),(164355,17851,'_line_subtotal','215'),(164356,17851,'_line_subtotal_tax','0'),(164357,17851,'_line_total','215'),(164358,17851,'_line_tax','0'),(164359,17851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164360,17852,'_product_id','120'),(164361,17852,'_variation_id','0'),(164362,17852,'_qty','1'),(164363,17852,'_tax_class',''),(164364,17852,'_line_subtotal','63'),(164365,17852,'_line_subtotal_tax','0'),(164366,17852,'_line_total','63'),(164367,17852,'_line_tax','0'),(164368,17852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164369,17853,'_product_id','45'),(164370,17853,'_variation_id','0'),(164371,17853,'_qty','1'),(164372,17853,'_tax_class',''),(164373,17853,'_line_subtotal','50'),(164374,17853,'_line_subtotal_tax','0'),(164375,17853,'_line_total','50'),(164376,17853,'_line_tax','0'),(164377,17853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164378,17854,'method_id','free_shipping'),(164379,17854,'instance_id','2'),(164380,17854,'cost','0'),(164381,17854,'total_tax','0'),(164382,17854,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164383,17854,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(164384,17831,'thwma_order_shipping_status','wc-pending'),(164385,17832,'thwma_order_shipping_status','wc-pending'),(164386,17833,'thwma_order_shipping_status','wc-pending'),(164387,17834,'thwma_order_shipping_status','wc-pending'),(164388,17835,'thwma_order_shipping_status','wc-pending'),(164389,17836,'thwma_order_shipping_status','wc-pending'),(164390,17837,'thwma_order_shipping_status','wc-pending'),(164391,17838,'thwma_order_shipping_status','wc-pending'),(164392,17839,'thwma_order_shipping_status','wc-pending'),(164393,17855,'_product_id','23'),(164394,17855,'_variation_id','0'),(164395,17855,'_qty','1'),(164396,17855,'_tax_class',''),(164397,17855,'_line_subtotal','68.54'),(164398,17855,'_line_subtotal_tax','0'),(164399,17855,'_line_total','68.54'),(164400,17855,'_line_tax','0'),(164401,17855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164402,17856,'_product_id','3476'),(164403,17856,'_variation_id','0'),(164404,17856,'_qty','1'),(164405,17856,'_tax_class',''),(164406,17856,'_line_subtotal','76.2'),(164407,17856,'_line_subtotal_tax','0'),(164408,17856,'_line_total','76.2'),(164409,17856,'_line_tax','0'),(164410,17856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164411,17857,'_product_id','3412'),(164412,17857,'_variation_id','0'),(164413,17857,'_qty','1'),(164414,17857,'_tax_class',''),(164415,17857,'_line_subtotal','90'),(164416,17857,'_line_subtotal_tax','0'),(164417,17857,'_line_total','90'),(164418,17857,'_line_tax','0'),(164419,17857,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164420,17858,'_product_id','45'),(164421,17858,'_variation_id','0'),(164422,17858,'_qty','1'),(164423,17858,'_tax_class',''),(164424,17858,'_line_subtotal','50'),(164425,17858,'_line_subtotal_tax','0'),(164426,17858,'_line_total','50'),(164427,17858,'_line_tax','0'),(164428,17858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164429,17859,'_product_id','3362'),(164430,17859,'_variation_id','0'),(164431,17859,'_qty','1'),(164432,17859,'_tax_class',''),(164433,17859,'_line_subtotal','75'),(164434,17859,'_line_subtotal_tax','0'),(164435,17859,'_line_total','75'),(164436,17859,'_line_tax','0'),(164437,17859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164438,17860,'_product_id','39'),(164439,17860,'_variation_id','0'),(164440,17860,'_qty','1'),(164441,17860,'_tax_class',''),(164442,17860,'_line_subtotal','90'),(164443,17860,'_line_subtotal_tax','0'),(164444,17860,'_line_total','90'),(164445,17860,'_line_tax','0'),(164446,17860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164447,17861,'_product_id','3352'),(164448,17861,'_variation_id','0'),(164449,17861,'_qty','1'),(164450,17861,'_tax_class',''),(164451,17861,'_line_subtotal','148'),(164452,17861,'_line_subtotal_tax','0'),(164453,17861,'_line_total','148'),(164454,17861,'_line_tax','0'),(164455,17861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164456,17862,'method_id','free_shipping'),(164457,17862,'instance_id','2'),(164458,17862,'cost','0'),(164459,17862,'total_tax','0'),(164460,17862,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164461,17862,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Spray 16oz(Case of 16) &times; 1'),(164462,17863,'_product_id','23'),(164463,17863,'_variation_id','0'),(164464,17863,'_qty','2'),(164465,17863,'_tax_class',''),(164466,17863,'_line_subtotal','137.08'),(164467,17863,'_line_subtotal_tax','0'),(164468,17863,'_line_total','137.08'),(164469,17863,'_line_tax','0'),(164470,17863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164471,17864,'_product_id','3412'),(164472,17864,'_variation_id','0'),(164473,17864,'_qty','1'),(164474,17864,'_tax_class',''),(164475,17864,'_line_subtotal','90'),(164476,17864,'_line_subtotal_tax','0'),(164477,17864,'_line_total','90'),(164478,17864,'_line_tax','0'),(164479,17864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164480,17865,'_product_id','41'),(164481,17865,'_variation_id','0'),(164482,17865,'_qty','1'),(164483,17865,'_tax_class',''),(164484,17865,'_line_subtotal','73.2'),(164485,17865,'_line_subtotal_tax','0'),(164486,17865,'_line_total','73.2'),(164487,17865,'_line_tax','0'),(164488,17865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164489,17866,'_product_id','45'),(164490,17866,'_variation_id','0'),(164491,17866,'_qty','1'),(164492,17866,'_tax_class',''),(164493,17866,'_line_subtotal','50'),(164494,17866,'_line_subtotal_tax','0'),(164495,17866,'_line_total','50'),(164496,17866,'_line_tax','0'),(164497,17866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164498,17867,'_product_id','3362'),(164499,17867,'_variation_id','0'),(164500,17867,'_qty','1'),(164501,17867,'_tax_class',''),(164502,17867,'_line_subtotal','75'),(164503,17867,'_line_subtotal_tax','0'),(164504,17867,'_line_total','75'),(164505,17867,'_line_tax','0'),(164506,17867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164507,17868,'_product_id','39'),(164508,17868,'_variation_id','0'),(164509,17868,'_qty','1'),(164510,17868,'_tax_class',''),(164511,17868,'_line_subtotal','90'),(164512,17868,'_line_subtotal_tax','0'),(164513,17868,'_line_total','90'),(164514,17868,'_line_tax','0'),(164515,17868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164516,17869,'method_id','free_shipping'),(164517,17869,'instance_id','2'),(164518,17869,'cost','0'),(164519,17869,'total_tax','0'),(164520,17869,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164521,17869,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 2, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1'),(164522,17870,'_product_id','490'),(164523,17870,'_variation_id','0'),(164524,17870,'_qty','10'),(164525,17870,'_tax_class',''),(164526,17870,'_line_subtotal','196'),(164527,17870,'_line_subtotal_tax','0'),(164528,17870,'_line_total','196'),(164529,17870,'_line_tax','0'),(164530,17870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164531,17871,'_product_id','2110'),(164532,17871,'_variation_id','0'),(164533,17871,'_qty','2'),(164534,17871,'_tax_class',''),(164535,17871,'_line_subtotal','142.8'),(164536,17871,'_line_subtotal_tax','0'),(164537,17871,'_line_total','142.8'),(164538,17871,'_line_tax','0'),(164539,17871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164540,17872,'_product_id','2113'),(164541,17872,'_variation_id','0'),(164542,17872,'_qty','1'),(164543,17872,'_tax_class',''),(164544,17872,'_line_subtotal','172'),(164545,17872,'_line_subtotal_tax','0'),(164546,17872,'_line_total','172'),(164547,17872,'_line_tax','0'),(164548,17872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164549,17873,'_product_id','41'),(164550,17873,'_variation_id','0'),(164551,17873,'_qty','1'),(164552,17873,'_tax_class',''),(164553,17873,'_line_subtotal','73.2'),(164554,17873,'_line_subtotal_tax','0'),(164555,17873,'_line_total','73.2'),(164556,17873,'_line_tax','0'),(164557,17873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164558,17874,'_product_id','3499'),(164559,17874,'_variation_id','0'),(164560,17874,'_qty','1'),(164561,17874,'_tax_class',''),(164562,17874,'_line_subtotal','142.8'),(164563,17874,'_line_subtotal_tax','0'),(164564,17874,'_line_total','142.8'),(164565,17874,'_line_tax','0'),(164566,17874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164567,17875,'_product_id','3362'),(164568,17875,'_variation_id','0'),(164569,17875,'_qty','1'),(164570,17875,'_tax_class',''),(164571,17875,'_line_subtotal','75'),(164572,17875,'_line_subtotal_tax','0'),(164573,17875,'_line_total','75'),(164574,17875,'_line_tax','0'),(164575,17875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164576,17876,'_product_id','49'),(164577,17876,'_variation_id','0'),(164578,17876,'_qty','1'),(164579,17876,'_tax_class',''),(164580,17876,'_line_subtotal','90'),(164581,17876,'_line_subtotal_tax','0'),(164582,17876,'_line_total','90'),(164583,17876,'_line_tax','0'),(164584,17876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164585,17877,'_product_id','487'),(164586,17877,'_variation_id','0'),(164587,17877,'_qty','1'),(164588,17877,'_tax_class',''),(164589,17877,'_line_subtotal','31.35'),(164590,17877,'_line_subtotal_tax','0'),(164591,17877,'_line_total','31.35'),(164592,17877,'_line_tax','0'),(164593,17877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164594,17878,'method_id','free_shipping'),(164595,17878,'instance_id','2'),(164596,17878,'cost','0'),(164597,17878,'total_tax','0'),(164598,17878,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164599,17878,'Items','Bulk Active Rinse 100% RM &times; 10, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(164600,17879,'_product_id','3412'),(164601,17879,'_variation_id','0'),(164602,17879,'_qty','2'),(164603,17879,'_tax_class',''),(164604,17879,'_line_subtotal','180'),(164605,17879,'_line_subtotal_tax','0'),(164606,17879,'_line_total','180'),(164607,17879,'_line_tax','0'),(164608,17879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164609,17880,'_product_id','41'),(164610,17880,'_variation_id','0'),(164611,17880,'_qty','4'),(164612,17880,'_tax_class',''),(164613,17880,'_line_subtotal','292.8'),(164614,17880,'_line_subtotal_tax','0'),(164615,17880,'_line_total','292.8'),(164616,17880,'_line_tax','0'),(164617,17880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164618,17881,'_product_id','2408'),(164619,17881,'_variation_id','0'),(164620,17881,'_qty','4'),(164621,17881,'_tax_class',''),(164622,17881,'_line_subtotal','680'),(164623,17881,'_line_subtotal_tax','0'),(164624,17881,'_line_total','680'),(164625,17881,'_line_tax','0'),(164626,17881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164627,17882,'_product_id','3362'),(164628,17882,'_variation_id','0'),(164629,17882,'_qty','8'),(164630,17882,'_tax_class',''),(164631,17882,'_line_subtotal','558'),(164632,17882,'_line_subtotal_tax','0'),(164633,17882,'_line_total','558'),(164634,17882,'_line_tax','0'),(164635,17882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164636,17882,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:22:\"total_discount_details\";a:1:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:75;s:23:\"calculate_discount_from\";d:75;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.2500000000000009;s:14:\"original_price\";d:75;s:16:\"discounted_price\";d:69.75;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3362;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;}'),(164637,17882,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.25;}}}s:12:\"saved_amount\";d:42;s:34:\"saved_amount_based_on_tax_settings\";d:42;s:15:\"is_free_product\";b:0;}'),(164638,17883,'_product_id','43'),(164639,17883,'_variation_id','0'),(164640,17883,'_qty','4'),(164641,17883,'_tax_class',''),(164642,17883,'_line_subtotal','360'),(164643,17883,'_line_subtotal_tax','0'),(164644,17883,'_line_total','360'),(164645,17883,'_line_tax','0'),(164646,17883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164647,17884,'_product_id','120'),(164648,17884,'_variation_id','0'),(164649,17884,'_qty','4'),(164650,17884,'_tax_class',''),(164651,17884,'_line_subtotal','252'),(164652,17884,'_line_subtotal_tax','0'),(164653,17884,'_line_total','252'),(164654,17884,'_line_tax','0'),(164655,17884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164656,17885,'_product_id','490'),(164657,17885,'_variation_id','0'),(164658,17885,'_qty','20'),(164659,17885,'_tax_class',''),(164660,17885,'_line_subtotal','392'),(164661,17885,'_line_subtotal_tax','0'),(164662,17885,'_line_total','392'),(164663,17885,'_line_tax','0'),(164664,17885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164665,17886,'_product_id','487'),(164666,17886,'_variation_id','0'),(164667,17886,'_qty','6'),(164668,17886,'_tax_class',''),(164669,17886,'_line_subtotal','188.1'),(164670,17886,'_line_subtotal_tax','0'),(164671,17886,'_line_total','188.1'),(164672,17886,'_line_tax','0'),(164673,17886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164674,17887,'method_id','free_shipping'),(164675,17887,'instance_id','2'),(164676,17887,'cost','0'),(164677,17887,'total_tax','0'),(164678,17887,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164679,17887,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 4, Rosemary Preventive Spray 8oz(Case of 12) &times; 8, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 4, Bulk Active Rinse 100% RM &times; 20, Bulk Mousse 1 Gallon RM &times; 6'),(164680,17855,'thwma_order_shipping_status','wc-pending'),(164681,17856,'thwma_order_shipping_status','wc-pending'),(164682,17857,'thwma_order_shipping_status','wc-pending'),(164683,17858,'thwma_order_shipping_status','wc-pending'),(164684,17859,'thwma_order_shipping_status','wc-pending'),(164685,17860,'thwma_order_shipping_status','wc-pending'),(164686,17861,'thwma_order_shipping_status','wc-pending'),(164687,17863,'thwma_order_shipping_status','wc-pending'),(164688,17864,'thwma_order_shipping_status','wc-pending'),(164689,17865,'thwma_order_shipping_status','wc-pending'),(164690,17866,'thwma_order_shipping_status','wc-pending'),(164691,17867,'thwma_order_shipping_status','wc-pending'),(164692,17868,'thwma_order_shipping_status','wc-pending'),(164693,17841,'thwma_order_shipping_status','wc-pending'),(164694,17842,'thwma_order_shipping_status','wc-pending'),(164695,17843,'thwma_order_shipping_status','wc-pending'),(164696,17844,'thwma_order_shipping_status','wc-pending'),(164697,17845,'thwma_order_shipping_status','wc-pending'),(164698,17846,'thwma_order_shipping_status','wc-pending'),(164699,17847,'thwma_order_shipping_status','wc-pending'),(164700,17848,'thwma_order_shipping_status','wc-pending'),(164701,17849,'thwma_order_shipping_status','wc-pending'),(164702,17850,'thwma_order_shipping_status','wc-pending'),(164703,17851,'thwma_order_shipping_status','wc-pending'),(164704,17852,'thwma_order_shipping_status','wc-pending'),(164705,17853,'thwma_order_shipping_status','wc-pending'),(164706,17870,'thwma_order_shipping_status','wc-pending'),(164707,17871,'thwma_order_shipping_status','wc-pending'),(164708,17872,'thwma_order_shipping_status','wc-pending'),(164709,17873,'thwma_order_shipping_status','wc-pending'),(164710,17874,'thwma_order_shipping_status','wc-pending'),(164711,17875,'thwma_order_shipping_status','wc-pending'),(164712,17876,'thwma_order_shipping_status','wc-pending'),(164713,17877,'thwma_order_shipping_status','wc-pending'),(164714,17888,'_product_id','41'),(164715,17888,'_variation_id','0'),(164716,17888,'_qty','3'),(164717,17888,'_tax_class',''),(164718,17888,'_line_subtotal','219.6'),(164719,17888,'_line_subtotal_tax','0'),(164720,17888,'_line_total','219.6'),(164721,17888,'_line_tax','0'),(164722,17888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164723,17889,'_product_id','44'),(164724,17889,'_variation_id','0'),(164725,17889,'_qty','1'),(164726,17889,'_tax_class',''),(164727,17889,'_line_subtotal','138'),(164728,17889,'_line_subtotal_tax','0'),(164729,17889,'_line_total','138'),(164730,17889,'_line_tax','0'),(164731,17889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164732,17890,'_product_id','49'),(164733,17890,'_variation_id','0'),(164734,17890,'_qty','2'),(164735,17890,'_tax_class',''),(164736,17890,'_line_subtotal','180'),(164737,17890,'_line_subtotal_tax','0'),(164738,17890,'_line_total','180'),(164739,17890,'_line_tax','0'),(164740,17890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164741,17891,'_product_id','43'),(164742,17891,'_variation_id','0'),(164743,17891,'_qty','2'),(164744,17891,'_tax_class',''),(164745,17891,'_line_subtotal','180'),(164746,17891,'_line_subtotal_tax','0'),(164747,17891,'_line_total','180'),(164748,17891,'_line_tax','0'),(164749,17891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164750,17892,'_product_id','93'),(164751,17892,'_variation_id','0'),(164752,17892,'_qty','7'),(164753,17892,'_tax_class',''),(164754,17892,'_line_subtotal','0'),(164755,17892,'_line_subtotal_tax','0'),(164756,17892,'_line_total','0'),(164757,17892,'_line_tax','0'),(164758,17892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164759,17893,'_product_id','3499'),(164760,17893,'_variation_id','0'),(164761,17893,'_qty','1'),(164762,17893,'_tax_class',''),(164763,17893,'_line_subtotal','142.8'),(164764,17893,'_line_subtotal_tax','0'),(164765,17893,'_line_total','142.8'),(164766,17893,'_line_tax','0'),(164767,17893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164768,17894,'_product_id','97'),(164769,17894,'_variation_id','0'),(164770,17894,'_qty','1'),(164771,17894,'_tax_class',''),(164772,17894,'_line_subtotal','0'),(164773,17894,'_line_subtotal_tax','0'),(164774,17894,'_line_total','0'),(164775,17894,'_line_tax','0'),(164776,17894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164777,17895,'_product_id','120'),(164778,17895,'_variation_id','0'),(164779,17895,'_qty','2'),(164780,17895,'_tax_class',''),(164781,17895,'_line_subtotal','126'),(164782,17895,'_line_subtotal_tax','0'),(164783,17895,'_line_total','126'),(164784,17895,'_line_tax','0'),(164785,17895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164786,17896,'method_id','free_shipping'),(164787,17896,'instance_id','2'),(164788,17896,'cost','0'),(164789,17896,'total_tax','0'),(164790,17896,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164791,17896,'Items','Professional Lice Comb(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% &times; 7, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Bulk Detangling Spray 1 Gallon &times; 1, Preventive Spray 2oz(Case of 24) &times; 2'),(164800,17879,'thwma_order_shipping_status','wc-pending'),(164801,17880,'thwma_order_shipping_status','wc-pending'),(164802,17881,'thwma_order_shipping_status','wc-pending'),(164803,17882,'thwma_order_shipping_status','wc-pending'),(164804,17883,'thwma_order_shipping_status','wc-pending'),(164805,17884,'thwma_order_shipping_status','wc-pending'),(164806,17885,'thwma_order_shipping_status','wc-pending'),(164807,17886,'thwma_order_shipping_status','wc-pending'),(164808,17888,'thwma_order_shipping_status','wc-pending'),(164809,17889,'thwma_order_shipping_status','wc-pending'),(164810,17890,'thwma_order_shipping_status','wc-pending'),(164811,17891,'thwma_order_shipping_status','wc-pending'),(164812,17892,'thwma_order_shipping_status','wc-pending'),(164813,17893,'thwma_order_shipping_status','wc-pending'),(164814,17894,'thwma_order_shipping_status','wc-pending'),(164815,17895,'thwma_order_shipping_status','wc-pending'),(164816,17897,'_product_id','2110'),(164817,17897,'_variation_id','0'),(164818,17897,'_qty','4'),(164819,17897,'_tax_class',''),(164820,17897,'_line_subtotal','285.6'),(164821,17897,'_line_subtotal_tax','0'),(164822,17897,'_line_total','285.6'),(164823,17897,'_line_tax','0'),(164824,17897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164825,17898,'_product_id','2113'),(164826,17898,'_variation_id','0'),(164827,17898,'_qty','2'),(164828,17898,'_tax_class',''),(164829,17898,'_line_subtotal','344'),(164830,17898,'_line_subtotal_tax','0'),(164831,17898,'_line_total','344'),(164832,17898,'_line_tax','0'),(164833,17898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164834,17899,'_product_id','3412'),(164835,17899,'_variation_id','0'),(164836,17899,'_qty','2'),(164837,17899,'_tax_class',''),(164838,17899,'_line_subtotal','180'),(164839,17899,'_line_subtotal_tax','0'),(164840,17899,'_line_total','180'),(164841,17899,'_line_tax','0'),(164842,17899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164843,17900,'_product_id','41'),(164844,17900,'_variation_id','0'),(164845,17900,'_qty','4'),(164846,17900,'_tax_class',''),(164847,17900,'_line_subtotal','292.8'),(164848,17900,'_line_subtotal_tax','0'),(164849,17900,'_line_total','292.8'),(164850,17900,'_line_tax','0'),(164851,17900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164852,17901,'_product_id','44'),(164853,17901,'_variation_id','0'),(164854,17901,'_qty','2'),(164855,17901,'_tax_class',''),(164856,17901,'_line_subtotal','276'),(164857,17901,'_line_subtotal_tax','0'),(164858,17901,'_line_total','276'),(164859,17901,'_line_tax','0'),(164860,17901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164861,17902,'_product_id','120'),(164862,17902,'_variation_id','0'),(164863,17902,'_qty','3'),(164864,17902,'_tax_class',''),(164865,17902,'_line_subtotal','189'),(164866,17902,'_line_subtotal_tax','0'),(164867,17902,'_line_total','189'),(164868,17902,'_line_tax','0'),(164869,17902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164870,17903,'_product_id','43'),(164871,17903,'_variation_id','0'),(164872,17903,'_qty','4'),(164873,17903,'_tax_class',''),(164874,17903,'_line_subtotal','360'),(164875,17903,'_line_subtotal_tax','0'),(164876,17903,'_line_total','360'),(164877,17903,'_line_tax','0'),(164878,17903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164879,17904,'_product_id','3352'),(164880,17904,'_variation_id','0'),(164881,17904,'_qty','1'),(164882,17904,'_tax_class',''),(164883,17904,'_line_subtotal','148'),(164884,17904,'_line_subtotal_tax','0'),(164885,17904,'_line_total','148'),(164886,17904,'_line_tax','0'),(164887,17904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164888,17905,'_product_id','3358'),(164889,17905,'_variation_id','0'),(164890,17905,'_qty','1'),(164891,17905,'_tax_class',''),(164892,17905,'_line_subtotal','151.2'),(164893,17905,'_line_subtotal_tax','0'),(164894,17905,'_line_total','151.2'),(164895,17905,'_line_tax','0'),(164896,17905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164897,17906,'_product_id','3356'),(164898,17906,'_variation_id','0'),(164899,17906,'_qty','1'),(164900,17906,'_tax_class',''),(164901,17906,'_line_subtotal','151.2'),(164902,17906,'_line_subtotal_tax','0'),(164903,17906,'_line_total','151.2'),(164904,17906,'_line_tax','0'),(164905,17906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164906,17907,'_product_id','133'),(164907,17907,'_variation_id','0'),(164908,17907,'_qty','12'),(164909,17907,'_tax_class',''),(164910,17907,'_line_subtotal','171.6'),(164911,17907,'_line_subtotal_tax','0'),(164912,17907,'_line_total','171.6'),(164913,17907,'_line_tax','0'),(164914,17907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164915,17908,'_product_id','487'),(164916,17908,'_variation_id','0'),(164917,17908,'_qty','1'),(164918,17908,'_tax_class',''),(164919,17908,'_line_subtotal','31.35'),(164920,17908,'_line_subtotal_tax','0'),(164921,17908,'_line_total','31.35'),(164922,17908,'_line_tax','0'),(164923,17908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164924,17909,'method_id','free_shipping'),(164925,17909,'instance_id','2'),(164926,17909,'cost','0'),(164927,17909,'total_tax','0'),(164928,17909,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164929,17909,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 2, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 2, Preventive Spray 2oz(Case of 24) &times; 3, Preventive Spray 8oz(Case of 12) &times; 4, Preventive Spray 16oz(Case of 16) &times; 1, Preventive Conditioner 16oz(Case of 16) &times; 1, Preventive Shampoo 16oz(Case of 16) &times; 1, Disposable Head Bands &times; 12, Bulk Mousse 1 Gallon RM &times; 1'),(164930,17910,'_product_id','44'),(164931,17910,'_variation_id','0'),(164932,17910,'_qty','1'),(164933,17910,'_tax_class',''),(164934,17910,'_line_subtotal','138'),(164935,17910,'_line_subtotal_tax','0'),(164936,17910,'_line_total','138'),(164937,17910,'_line_tax','0'),(164938,17910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164939,17911,'_product_id','2110'),(164940,17911,'_variation_id','0'),(164941,17911,'_qty','4'),(164942,17911,'_tax_class',''),(164943,17911,'_line_subtotal','285.6'),(164944,17911,'_line_subtotal_tax','0'),(164945,17911,'_line_total','285.6'),(164946,17911,'_line_tax','0'),(164947,17911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164948,17912,'_product_id','43'),(164949,17912,'_variation_id','0'),(164950,17912,'_qty','1'),(164951,17912,'_tax_class',''),(164952,17912,'_line_subtotal','90'),(164953,17912,'_line_subtotal_tax','0'),(164954,17912,'_line_total','90'),(164955,17912,'_line_tax','0'),(164956,17912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164957,17913,'method_id','free_shipping'),(164958,17913,'instance_id','2'),(164959,17913,'cost','0'),(164960,17913,'total_tax','0'),(164961,17913,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164962,17913,'Items','Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1'),(164963,17914,'_product_id','45'),(164964,17914,'_variation_id','0'),(164965,17914,'_qty','4'),(164966,17914,'_tax_class',''),(164967,17914,'_line_subtotal','200'),(164968,17914,'_line_subtotal_tax','0'),(164969,17914,'_line_total','200'),(164970,17914,'_line_tax','0'),(164971,17914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164972,17915,'_product_id','116'),(164973,17915,'_variation_id','0'),(164974,17915,'_qty','2'),(164975,17915,'_tax_class',''),(164976,17915,'_line_subtotal','330'),(164977,17915,'_line_subtotal_tax','0'),(164978,17915,'_line_total','330'),(164979,17915,'_line_tax','0'),(164980,17915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164981,17916,'method_id','free_shipping'),(164982,17916,'instance_id','2'),(164983,17916,'cost','0'),(164984,17916,'total_tax','0'),(164985,17916,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(164986,17916,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Pediatrician Samples 2oz(Case of 48) &times; 2'),(164987,17917,'_product_id','490'),(164988,17917,'_variation_id','0'),(164989,17917,'_qty','2'),(164990,17917,'_tax_class',''),(164991,17917,'_line_subtotal','39.2'),(164992,17917,'_line_subtotal_tax','0'),(164993,17917,'_line_total','39.2'),(164994,17917,'_line_tax','0'),(164995,17917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(164996,17918,'_product_id','488'),(164997,17918,'_variation_id','0'),(164998,17918,'_qty','3'),(164999,17918,'_tax_class',''),(165000,17918,'_line_subtotal','94.05'),(165001,17918,'_line_subtotal_tax','0'),(165002,17918,'_line_total','94.05'),(165003,17918,'_line_tax','0'),(165004,17918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165005,17919,'_product_id','135'),(165006,17919,'_variation_id','0'),(165007,17919,'_qty','5'),(165008,17919,'_tax_class',''),(165009,17919,'_line_subtotal','12.4'),(165010,17919,'_line_subtotal_tax','0'),(165011,17919,'_line_total','12.4'),(165012,17919,'_line_tax','0'),(165013,17919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165014,17920,'_product_id','41'),(165015,17920,'_variation_id','0'),(165016,17920,'_qty','1'),(165017,17920,'_tax_class',''),(165018,17920,'_line_subtotal','73.2'),(165019,17920,'_line_subtotal_tax','0'),(165020,17920,'_line_total','73.2'),(165021,17920,'_line_tax','0'),(165022,17920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165023,17921,'_product_id','3360'),(165024,17921,'_variation_id','0'),(165025,17921,'_qty','1'),(165026,17921,'_tax_class',''),(165027,17921,'_line_subtotal','148'),(165028,17921,'_line_subtotal_tax','0'),(165029,17921,'_line_total','148'),(165030,17921,'_line_tax','0'),(165031,17921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165032,17922,'_product_id','137'),(165033,17922,'_variation_id','0'),(165034,17922,'_qty','6'),(165035,17922,'_tax_class',''),(165036,17922,'_line_subtotal','36.3'),(165037,17922,'_line_subtotal_tax','0'),(165038,17922,'_line_total','36.3'),(165039,17922,'_line_tax','0'),(165040,17922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165041,17923,'method_id','fedex'),(165042,17923,'instance_id','1'),(165043,17923,'cost','31.1'),(165044,17923,'total_tax','0'),(165045,17923,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165046,17923,'Package 1','17 × 14 × 10 (in) 33.5lbs × 1'),(165047,17923,'Package 2','14 × 14 × 14 (in) 20lbs × 1'),(165048,17923,'Items','Bulk Active Rinse 100% RM &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 3, Large Butterfly Clips &times; 5, Professional Lice Comb(Case of 12) &times; 1, Rosemary Preventive Spray 16oz(Case of 16) &times; 1, The Wet Brush &times; 6'),(165049,17910,'thwma_order_shipping_status','wc-pending'),(165050,17911,'thwma_order_shipping_status','wc-pending'),(165051,17912,'thwma_order_shipping_status','wc-pending'),(165052,17897,'thwma_order_shipping_status','wc-pending'),(165053,17898,'thwma_order_shipping_status','wc-pending'),(165054,17899,'thwma_order_shipping_status','wc-pending'),(165055,17900,'thwma_order_shipping_status','wc-pending'),(165056,17901,'thwma_order_shipping_status','wc-pending'),(165057,17902,'thwma_order_shipping_status','wc-pending'),(165058,17903,'thwma_order_shipping_status','wc-pending'),(165059,17904,'thwma_order_shipping_status','wc-pending'),(165060,17905,'thwma_order_shipping_status','wc-pending'),(165061,17906,'thwma_order_shipping_status','wc-pending'),(165062,17907,'thwma_order_shipping_status','wc-pending'),(165063,17908,'thwma_order_shipping_status','wc-pending'),(165064,17914,'thwma_order_shipping_status','wc-pending'),(165065,17915,'thwma_order_shipping_status','wc-pending'),(165066,17924,'_product_id','2113'),(165067,17924,'_variation_id','0'),(165068,17924,'_qty','2'),(165069,17924,'_tax_class',''),(165070,17924,'_line_subtotal','344'),(165071,17924,'_line_subtotal_tax','0'),(165072,17924,'_line_total','344'),(165073,17924,'_line_tax','0'),(165074,17924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165075,17925,'_product_id','49'),(165076,17925,'_variation_id','0'),(165077,17925,'_qty','2'),(165078,17925,'_tax_class',''),(165079,17925,'_line_subtotal','180'),(165080,17925,'_line_subtotal_tax','0'),(165081,17925,'_line_total','180'),(165082,17925,'_line_tax','0'),(165083,17925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165084,17926,'_product_id','43'),(165085,17926,'_variation_id','0'),(165086,17926,'_qty','2'),(165087,17926,'_tax_class',''),(165088,17926,'_line_subtotal','180'),(165089,17926,'_line_subtotal_tax','0'),(165090,17926,'_line_total','180'),(165091,17926,'_line_tax','0'),(165092,17926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165093,17927,'_product_id','488'),(165094,17927,'_variation_id','0'),(165095,17927,'_qty','1'),(165096,17927,'_tax_class',''),(165097,17927,'_line_subtotal','31.35'),(165098,17927,'_line_subtotal_tax','0'),(165099,17927,'_line_total','31.35'),(165100,17927,'_line_tax','0'),(165101,17927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165102,17928,'_product_id','487'),(165103,17928,'_variation_id','0'),(165104,17928,'_qty','2'),(165105,17928,'_tax_class',''),(165106,17928,'_line_subtotal','62.7'),(165107,17928,'_line_subtotal_tax','0'),(165108,17928,'_line_total','62.7'),(165109,17928,'_line_tax','0'),(165110,17928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165111,17929,'_product_id','490'),(165112,17929,'_variation_id','0'),(165113,17929,'_qty','4'),(165114,17929,'_tax_class',''),(165115,17929,'_line_subtotal','78.4'),(165116,17929,'_line_subtotal_tax','0'),(165117,17929,'_line_total','78.4'),(165118,17929,'_line_tax','0'),(165119,17929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165120,17930,'method_id','free_shipping'),(165121,17930,'instance_id','2'),(165122,17930,'cost','0'),(165123,17930,'total_tax','0'),(165124,17930,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165125,17930,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 4'),(165126,17931,'_product_id','2110'),(165127,17931,'_variation_id','0'),(165128,17931,'_qty','8'),(165129,17931,'_tax_class',''),(165130,17931,'_line_subtotal','531.216'),(165131,17931,'_line_subtotal_tax','0'),(165132,17931,'_line_total','531.216'),(165133,17931,'_line_tax','0'),(165134,17931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165135,17931,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(165136,17931,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(165137,17932,'method_id','free_shipping'),(165138,17932,'instance_id','2'),(165139,17932,'cost','0'),(165140,17932,'total_tax','0'),(165141,17932,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165142,17932,'Items','Active Rinse 8oz 100%(Case of 12) &times; 8'),(165143,17933,'_product_id','41'),(165144,17933,'_variation_id','0'),(165145,17933,'_qty','1'),(165146,17933,'_tax_class',''),(165147,17933,'_line_subtotal','73.2'),(165148,17933,'_line_subtotal_tax','0'),(165149,17933,'_line_total','73.2'),(165150,17933,'_line_tax','0'),(165151,17933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165152,17934,'_product_id','44'),(165153,17934,'_variation_id','0'),(165154,17934,'_qty','3'),(165155,17934,'_tax_class',''),(165156,17934,'_line_subtotal','414'),(165157,17934,'_line_subtotal_tax','0'),(165158,17934,'_line_total','414'),(165159,17934,'_line_tax','0'),(165160,17934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165161,17935,'_product_id','120'),(165162,17935,'_variation_id','0'),(165163,17935,'_qty','1'),(165164,17935,'_tax_class',''),(165165,17935,'_line_subtotal','63'),(165166,17935,'_line_subtotal_tax','0'),(165167,17935,'_line_total','63'),(165168,17935,'_line_tax','0'),(165169,17935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165170,17936,'_product_id','49'),(165171,17936,'_variation_id','0'),(165172,17936,'_qty','3'),(165173,17936,'_tax_class',''),(165174,17936,'_line_subtotal','270'),(165175,17936,'_line_subtotal_tax','0'),(165176,17936,'_line_total','270'),(165177,17936,'_line_tax','0'),(165178,17936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165179,17937,'method_id','free_shipping'),(165180,17937,'instance_id','2'),(165181,17937,'cost','0'),(165182,17937,'total_tax','0'),(165183,17937,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165184,17937,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3'),(165185,17938,'_product_id','49'),(165186,17938,'_variation_id','0'),(165187,17938,'_qty','2'),(165188,17938,'_tax_class',''),(165189,17938,'_line_subtotal','180'),(165190,17938,'_line_subtotal_tax','0'),(165191,17938,'_line_total','180'),(165192,17938,'_line_tax','0'),(165193,17938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165194,17939,'_product_id','43'),(165195,17939,'_variation_id','0'),(165196,17939,'_qty','2'),(165197,17939,'_tax_class',''),(165198,17939,'_line_subtotal','180'),(165199,17939,'_line_subtotal_tax','0'),(165200,17939,'_line_total','180'),(165201,17939,'_line_tax','0'),(165202,17939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165203,17940,'_product_id','488'),(165204,17940,'_variation_id','0'),(165205,17940,'_qty','1'),(165206,17940,'_tax_class',''),(165207,17940,'_line_subtotal','31.35'),(165208,17940,'_line_subtotal_tax','0'),(165209,17940,'_line_total','31.35'),(165210,17940,'_line_tax','0'),(165211,17940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165212,17941,'_product_id','487'),(165213,17941,'_variation_id','0'),(165214,17941,'_qty','2'),(165215,17941,'_tax_class',''),(165216,17941,'_line_subtotal','62.7'),(165217,17941,'_line_subtotal_tax','0'),(165218,17941,'_line_total','62.7'),(165219,17941,'_line_tax','0'),(165220,17941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165221,17942,'_product_id','490'),(165222,17942,'_variation_id','0'),(165223,17942,'_qty','10'),(165224,17942,'_tax_class',''),(165225,17942,'_line_subtotal','196'),(165226,17942,'_line_subtotal_tax','0'),(165227,17942,'_line_total','196'),(165228,17942,'_line_tax','0'),(165229,17942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165230,17943,'_product_id','45'),(165231,17943,'_variation_id','0'),(165232,17943,'_qty','1'),(165233,17943,'_tax_class',''),(165234,17943,'_line_subtotal','50'),(165235,17943,'_line_subtotal_tax','0'),(165236,17943,'_line_total','50'),(165237,17943,'_line_tax','0'),(165238,17943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165239,17944,'method_id','free_shipping'),(165240,17944,'instance_id','2'),(165241,17944,'cost','0'),(165242,17944,'total_tax','0'),(165243,17944,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165244,17944,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(165245,17933,'thwma_order_shipping_status','wc-pending'),(165246,17934,'thwma_order_shipping_status','wc-pending'),(165247,17935,'thwma_order_shipping_status','wc-pending'),(165248,17936,'thwma_order_shipping_status','wc-pending'),(165261,17917,'thwma_order_shipping_status','wc-pending'),(165262,17918,'thwma_order_shipping_status','wc-pending'),(165263,17919,'thwma_order_shipping_status','wc-pending'),(165264,17920,'thwma_order_shipping_status','wc-pending'),(165265,17921,'thwma_order_shipping_status','wc-pending'),(165266,17922,'thwma_order_shipping_status','wc-pending'),(165267,17924,'thwma_order_shipping_status','wc-pending'),(165268,17925,'thwma_order_shipping_status','wc-pending'),(165269,17926,'thwma_order_shipping_status','wc-pending'),(165270,17927,'thwma_order_shipping_status','wc-pending'),(165271,17928,'thwma_order_shipping_status','wc-pending'),(165272,17929,'thwma_order_shipping_status','wc-pending'),(165273,17945,'_product_id','488'),(165274,17945,'_variation_id','0'),(165275,17945,'_qty','4'),(165276,17945,'_tax_class',''),(165277,17945,'_line_subtotal','125.4'),(165278,17945,'_line_subtotal_tax','0'),(165279,17945,'_line_total','125.4'),(165280,17945,'_line_tax','0'),(165281,17945,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165282,17945,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:488;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:13:\"LCA Lexington\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:10:\"Suite 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(165283,17945,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:4;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(165284,17945,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:3:\"488\";s:8:\"cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:33:\"Bulk Detangling Spray 1 Gallon RM\";s:13:\"item_quantity\";s:1:\"4\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(165285,17946,'_product_id','490'),(165286,17946,'_variation_id','0'),(165287,17946,'_qty','21'),(165288,17946,'_tax_class',''),(165289,17946,'_line_subtotal','411.6'),(165290,17946,'_line_subtotal_tax','0'),(165291,17946,'_line_total','411.6'),(165292,17946,'_line_tax','0'),(165293,17946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165294,17946,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:490;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:13:\"LCA Lexington\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:10:\"Suite 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(165295,17946,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:490;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:20;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(165296,17946,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:3:\"490\";s:8:\"cart_key\";s:32:\"c410003ef13d451727aeff9082c29a5c\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:25:\"Bulk Active Rinse 100% RM\";s:13:\"item_quantity\";s:2:\"21\";s:12:\"address_name\";s:9:\"address_0\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(165297,17947,'method_id','free_shipping'),(165298,17947,'instance_id','2'),(165299,17947,'cost','0'),(165300,17947,'total_tax','0'),(165301,17947,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165302,17947,'Items','Bulk Detangling Spray 1 Gallon RM × 4'),(165303,17948,'method_id','free_shipping'),(165304,17948,'instance_id','2'),(165305,17948,'cost','0'),(165306,17948,'total_tax','0'),(165307,17948,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165308,17948,'Items','Bulk Active Rinse 100% RM × 21'),(165309,17949,'_product_id','2113'),(165310,17949,'_variation_id','0'),(165311,17949,'_qty','1'),(165312,17949,'_tax_class',''),(165313,17949,'_line_subtotal','172'),(165314,17949,'_line_subtotal_tax','0'),(165315,17949,'_line_total','172'),(165316,17949,'_line_tax','0'),(165317,17949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165318,17950,'_product_id','2110'),(165319,17950,'_variation_id','0'),(165320,17950,'_qty','1'),(165321,17950,'_tax_class',''),(165322,17950,'_line_subtotal','71.4'),(165323,17950,'_line_subtotal_tax','0'),(165324,17950,'_line_total','71.4'),(165325,17950,'_line_tax','0'),(165326,17950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165327,17951,'_product_id','39'),(165328,17951,'_variation_id','0'),(165329,17951,'_qty','1'),(165330,17951,'_tax_class',''),(165331,17951,'_line_subtotal','90'),(165332,17951,'_line_subtotal_tax','0'),(165333,17951,'_line_total','90'),(165334,17951,'_line_tax','0'),(165335,17951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165336,17952,'_product_id','49'),(165337,17952,'_variation_id','0'),(165338,17952,'_qty','1'),(165339,17952,'_tax_class',''),(165340,17952,'_line_subtotal','90'),(165341,17952,'_line_subtotal_tax','0'),(165342,17952,'_line_total','90'),(165343,17952,'_line_tax','0'),(165344,17952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165345,17953,'_product_id','45'),(165346,17953,'_variation_id','0'),(165347,17953,'_qty','2'),(165348,17953,'_tax_class',''),(165349,17953,'_line_subtotal','100'),(165350,17953,'_line_subtotal_tax','0'),(165351,17953,'_line_total','100'),(165352,17953,'_line_tax','0'),(165353,17953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165354,17954,'method_id','free_shipping'),(165355,17954,'instance_id','2'),(165356,17954,'cost','0'),(165357,17954,'total_tax','0'),(165358,17954,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165359,17954,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(165360,17938,'thwma_order_shipping_status','wc-pending'),(165361,17939,'thwma_order_shipping_status','wc-pending'),(165362,17940,'thwma_order_shipping_status','wc-pending'),(165363,17941,'thwma_order_shipping_status','wc-pending'),(165364,17942,'thwma_order_shipping_status','wc-pending'),(165365,17943,'thwma_order_shipping_status','wc-pending'),(165366,17945,'Shipping Address','Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509'),(165367,17945,'thwma_order_shipping_status','wc-pending'),(165368,17946,'Shipping Address','Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509'),(165369,17946,'thwma_order_shipping_status','wc-pending'),(165472,17967,'_product_id','490'),(165473,17967,'_variation_id','0'),(165474,17967,'_qty','15'),(165475,17967,'_tax_class',''),(165476,17967,'_line_subtotal','294'),(165477,17967,'_line_subtotal_tax','0'),(165478,17967,'_line_total','294'),(165479,17967,'_line_tax','0'),(165480,17967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165481,17968,'_product_id','45'),(165482,17968,'_variation_id','0'),(165483,17968,'_qty','4'),(165484,17968,'_tax_class',''),(165485,17968,'_line_subtotal','200'),(165486,17968,'_line_subtotal_tax','0'),(165487,17968,'_line_total','200'),(165488,17968,'_line_tax','0'),(165489,17968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165490,17969,'_product_id','120'),(165491,17969,'_variation_id','0'),(165492,17969,'_qty','2'),(165493,17969,'_tax_class',''),(165494,17969,'_line_subtotal','126'),(165495,17969,'_line_subtotal_tax','0'),(165496,17969,'_line_total','126'),(165497,17969,'_line_tax','0'),(165498,17969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165499,17970,'_product_id','2408'),(165500,17970,'_variation_id','0'),(165501,17970,'_qty','1'),(165502,17970,'_tax_class',''),(165503,17970,'_line_subtotal','170'),(165504,17970,'_line_subtotal_tax','0'),(165505,17970,'_line_total','170'),(165506,17970,'_line_tax','0'),(165507,17970,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165508,17971,'_product_id','487'),(165509,17971,'_variation_id','0'),(165510,17971,'_qty','1'),(165511,17971,'_tax_class',''),(165512,17971,'_line_subtotal','31.35'),(165513,17971,'_line_subtotal_tax','0'),(165514,17971,'_line_total','31.35'),(165515,17971,'_line_tax','0'),(165516,17971,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165517,17972,'method_id','free_shipping'),(165518,17972,'instance_id','2'),(165519,17972,'cost','0'),(165520,17972,'total_tax','0'),(165521,17972,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165522,17972,'Items','Bulk Active Rinse 100% RM &times; 15, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(165523,17973,'_product_id','23'),(165524,17973,'_variation_id','0'),(165525,17973,'_qty','5'),(165526,17973,'_tax_class',''),(165527,17973,'_line_subtotal','342.7'),(165528,17973,'_line_subtotal_tax','0'),(165529,17973,'_line_total','342.7'),(165530,17973,'_line_tax','0'),(165531,17973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165532,17974,'_product_id','3476'),(165533,17974,'_variation_id','0'),(165534,17974,'_qty','1'),(165535,17974,'_tax_class',''),(165536,17974,'_line_subtotal','76.2'),(165537,17974,'_line_subtotal_tax','0'),(165538,17974,'_line_total','76.2'),(165539,17974,'_line_tax','0'),(165540,17974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165541,17975,'_product_id','41'),(165542,17975,'_variation_id','0'),(165543,17975,'_qty','2'),(165544,17975,'_tax_class',''),(165545,17975,'_line_subtotal','146.4'),(165546,17975,'_line_subtotal_tax','0'),(165547,17975,'_line_total','146.4'),(165548,17975,'_line_tax','0'),(165549,17975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165550,17976,'_product_id','3362'),(165551,17976,'_variation_id','0'),(165552,17976,'_qty','2'),(165553,17976,'_tax_class',''),(165554,17976,'_line_subtotal','150'),(165555,17976,'_line_subtotal_tax','0'),(165556,17976,'_line_total','150'),(165557,17976,'_line_tax','0'),(165558,17976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165559,17977,'_product_id','490'),(165560,17977,'_variation_id','0'),(165561,17977,'_qty','10'),(165562,17977,'_tax_class',''),(165563,17977,'_line_subtotal','196'),(165564,17977,'_line_subtotal_tax','0'),(165565,17977,'_line_total','196'),(165566,17977,'_line_tax','0'),(165567,17977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165568,17978,'_product_id','488'),(165569,17978,'_variation_id','0'),(165570,17978,'_qty','2'),(165571,17978,'_tax_class',''),(165572,17978,'_line_subtotal','62.7'),(165573,17978,'_line_subtotal_tax','0'),(165574,17978,'_line_total','62.7'),(165575,17978,'_line_tax','0'),(165576,17978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165577,17979,'method_id','free_shipping'),(165578,17979,'instance_id','2'),(165579,17979,'cost','0'),(165580,17979,'total_tax','0'),(165581,17979,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165582,17979,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 5, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 2'),(165583,17949,'thwma_order_shipping_status','wc-pending'),(165584,17950,'thwma_order_shipping_status','wc-pending'),(165585,17951,'thwma_order_shipping_status','wc-pending'),(165586,17952,'thwma_order_shipping_status','wc-pending'),(165587,17953,'thwma_order_shipping_status','wc-pending'),(165588,17967,'thwma_order_shipping_status','wc-pending'),(165589,17968,'thwma_order_shipping_status','wc-pending'),(165590,17969,'thwma_order_shipping_status','wc-pending'),(165591,17970,'thwma_order_shipping_status','wc-pending'),(165592,17971,'thwma_order_shipping_status','wc-pending'),(165593,17980,'_product_id','2113'),(165594,17980,'_variation_id','0'),(165595,17980,'_qty','1'),(165596,17980,'_tax_class',''),(165597,17980,'_line_subtotal','172'),(165598,17980,'_line_subtotal_tax','0'),(165599,17980,'_line_total','172'),(165600,17980,'_line_tax','0'),(165601,17980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165602,17981,'_product_id','45'),(165603,17981,'_variation_id','0'),(165604,17981,'_qty','1'),(165605,17981,'_tax_class',''),(165606,17981,'_line_subtotal','50'),(165607,17981,'_line_subtotal_tax','0'),(165608,17981,'_line_total','50'),(165609,17981,'_line_tax','0'),(165610,17981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165611,17982,'_product_id','3524'),(165612,17982,'_variation_id','0'),(165613,17982,'_qty','1'),(165614,17982,'_tax_class',''),(165615,17982,'_line_subtotal','151.2'),(165616,17982,'_line_subtotal_tax','0'),(165617,17982,'_line_total','151.2'),(165618,17982,'_line_tax','0'),(165619,17982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165620,17983,'_product_id','41'),(165621,17983,'_variation_id','0'),(165622,17983,'_qty','2'),(165623,17983,'_tax_class',''),(165624,17983,'_line_subtotal','146.4'),(165625,17983,'_line_subtotal_tax','0'),(165626,17983,'_line_total','146.4'),(165627,17983,'_line_tax','0'),(165628,17983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165629,17984,'method_id','free_shipping'),(165630,17984,'instance_id','2'),(165631,17984,'cost','0'),(165632,17984,'total_tax','0'),(165633,17984,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165634,17984,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Dandruff Shampoo 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(165635,17985,'_product_id','2110'),(165636,17985,'_variation_id','0'),(165637,17985,'_qty','3'),(165638,17985,'_tax_class',''),(165639,17985,'_line_subtotal','214.2'),(165640,17985,'_line_subtotal_tax','0'),(165641,17985,'_line_total','214.2'),(165642,17985,'_line_tax','0'),(165643,17985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165644,17986,'_product_id','2113'),(165645,17986,'_variation_id','0'),(165646,17986,'_qty','4'),(165647,17986,'_tax_class',''),(165648,17986,'_line_subtotal','688'),(165649,17986,'_line_subtotal_tax','0'),(165650,17986,'_line_total','688'),(165651,17986,'_line_tax','0'),(165652,17986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165653,17987,'_product_id','42'),(165654,17987,'_variation_id','0'),(165655,17987,'_qty','2'),(165656,17987,'_tax_class',''),(165657,17987,'_line_subtotal','180'),(165658,17987,'_line_subtotal_tax','0'),(165659,17987,'_line_total','180'),(165660,17987,'_line_tax','0'),(165661,17987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165662,17988,'_product_id','41'),(165663,17988,'_variation_id','0'),(165664,17988,'_qty','7'),(165665,17988,'_tax_class',''),(165666,17988,'_line_subtotal','512.4'),(165667,17988,'_line_subtotal_tax','0'),(165668,17988,'_line_total','512.4'),(165669,17988,'_line_tax','0'),(165670,17988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165671,17989,'_product_id','39'),(165672,17989,'_variation_id','0'),(165673,17989,'_qty','2'),(165674,17989,'_tax_class',''),(165675,17989,'_line_subtotal','180'),(165676,17989,'_line_subtotal_tax','0'),(165677,17989,'_line_total','180'),(165678,17989,'_line_tax','0'),(165679,17989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165680,17990,'_product_id','43'),(165681,17990,'_variation_id','0'),(165682,17990,'_qty','6'),(165683,17990,'_tax_class',''),(165684,17990,'_line_subtotal','540'),(165685,17990,'_line_subtotal_tax','0'),(165686,17990,'_line_total','540'),(165687,17990,'_line_tax','0'),(165688,17990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165689,17991,'_product_id','40'),(165690,17991,'_variation_id','0'),(165691,17991,'_qty','2'),(165692,17991,'_tax_class',''),(165693,17991,'_line_subtotal','180'),(165694,17991,'_line_subtotal_tax','0'),(165695,17991,'_line_total','180'),(165696,17991,'_line_tax','0'),(165697,17991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165698,17992,'_product_id','44'),(165699,17992,'_variation_id','0'),(165700,17992,'_qty','2'),(165701,17992,'_tax_class',''),(165702,17992,'_line_subtotal','276'),(165703,17992,'_line_subtotal_tax','0'),(165704,17992,'_line_total','276'),(165705,17992,'_line_tax','0'),(165706,17992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165707,17993,'_product_id','2408'),(165708,17993,'_variation_id','0'),(165709,17993,'_qty','2'),(165710,17993,'_tax_class',''),(165711,17993,'_line_subtotal','340'),(165712,17993,'_line_subtotal_tax','0'),(165713,17993,'_line_total','340'),(165714,17993,'_line_tax','0'),(165715,17993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165716,17994,'_product_id','2400'),(165717,17994,'_variation_id','0'),(165718,17994,'_qty','2'),(165719,17994,'_tax_class',''),(165720,17994,'_line_subtotal','430'),(165721,17994,'_line_subtotal_tax','0'),(165722,17994,'_line_total','430'),(165723,17994,'_line_tax','0'),(165724,17994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165725,17995,'_product_id','3362'),(165726,17995,'_variation_id','0'),(165727,17995,'_qty','4'),(165728,17995,'_tax_class',''),(165729,17995,'_line_subtotal','300'),(165730,17995,'_line_subtotal_tax','0'),(165731,17995,'_line_total','300'),(165732,17995,'_line_tax','0'),(165733,17995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165734,17996,'_product_id','3360'),(165735,17996,'_variation_id','0'),(165736,17996,'_qty','2'),(165737,17996,'_tax_class',''),(165738,17996,'_line_subtotal','296'),(165739,17996,'_line_subtotal_tax','0'),(165740,17996,'_line_total','296'),(165741,17996,'_line_tax','0'),(165742,17996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165743,17997,'_product_id','49'),(165744,17997,'_variation_id','0'),(165745,17997,'_qty','3'),(165746,17997,'_tax_class',''),(165747,17997,'_line_subtotal','270'),(165748,17997,'_line_subtotal_tax','0'),(165749,17997,'_line_total','270'),(165750,17997,'_line_tax','0'),(165751,17997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165752,17998,'_product_id','3354'),(165753,17998,'_variation_id','0'),(165754,17998,'_qty','2'),(165755,17998,'_tax_class',''),(165756,17998,'_line_subtotal','296'),(165757,17998,'_line_subtotal_tax','0'),(165758,17998,'_line_total','296'),(165759,17998,'_line_tax','0'),(165760,17998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165761,17999,'_product_id','490'),(165762,17999,'_variation_id','0'),(165763,17999,'_qty','7'),(165764,17999,'_tax_class',''),(165765,17999,'_line_subtotal','137.2'),(165766,17999,'_line_subtotal_tax','0'),(165767,17999,'_line_total','137.2'),(165768,17999,'_line_tax','0'),(165769,17999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165770,18000,'_product_id','488'),(165771,18000,'_variation_id','0'),(165772,18000,'_qty','2'),(165773,18000,'_tax_class',''),(165774,18000,'_line_subtotal','62.7'),(165775,18000,'_line_subtotal_tax','0'),(165776,18000,'_line_total','62.7'),(165777,18000,'_line_tax','0'),(165778,18000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165779,18001,'_product_id','133'),(165780,18001,'_variation_id','0'),(165781,18001,'_qty','10'),(165782,18001,'_tax_class',''),(165783,18001,'_line_subtotal','143'),(165784,18001,'_line_subtotal_tax','0'),(165785,18001,'_line_total','143'),(165786,18001,'_line_tax','0'),(165787,18001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165788,18002,'method_id','free_shipping'),(165789,18002,'instance_id','2'),(165790,18002,'cost','0'),(165791,18002,'total_tax','0'),(165792,18002,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165793,18002,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 7, Preventive Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 6, Preventive Conditioner 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 4, Rosemary Preventive Spray 16oz(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Detangling Spray 16oz(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 7, Bulk Detangling Spray 1 Gallon RM &times; 2, Disposable Head Bands &times; 10'),(165794,18003,'_product_id','2110'),(165795,18003,'_variation_id','0'),(165796,18003,'_qty','2'),(165797,18003,'_tax_class',''),(165798,18003,'_line_subtotal','142.8'),(165799,18003,'_line_subtotal_tax','0'),(165800,18003,'_line_total','142.8'),(165801,18003,'_line_tax','0'),(165802,18003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165803,18004,'_product_id','2113'),(165804,18004,'_variation_id','0'),(165805,18004,'_qty','3'),(165806,18004,'_tax_class',''),(165807,18004,'_line_subtotal','516'),(165808,18004,'_line_subtotal_tax','0'),(165809,18004,'_line_total','516'),(165810,18004,'_line_tax','0'),(165811,18004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165812,18005,'_product_id','45'),(165813,18005,'_variation_id','0'),(165814,18005,'_qty','2'),(165815,18005,'_tax_class',''),(165816,18005,'_line_subtotal','100'),(165817,18005,'_line_subtotal_tax','0'),(165818,18005,'_line_total','100'),(165819,18005,'_line_tax','0'),(165820,18005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165821,18006,'_product_id','41'),(165822,18006,'_variation_id','0'),(165823,18006,'_qty','2'),(165824,18006,'_tax_class',''),(165825,18006,'_line_subtotal','146.4'),(165826,18006,'_line_subtotal_tax','0'),(165827,18006,'_line_total','146.4'),(165828,18006,'_line_tax','0'),(165829,18006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165830,18007,'_product_id','3352'),(165831,18007,'_variation_id','0'),(165832,18007,'_qty','3'),(165833,18007,'_tax_class',''),(165834,18007,'_line_subtotal','444'),(165835,18007,'_line_subtotal_tax','0'),(165836,18007,'_line_total','444'),(165837,18007,'_line_tax','0'),(165838,18007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165839,18008,'_product_id','3354'),(165840,18008,'_variation_id','0'),(165841,18008,'_qty','3'),(165842,18008,'_tax_class',''),(165843,18008,'_line_subtotal','444'),(165844,18008,'_line_subtotal_tax','0'),(165845,18008,'_line_total','444'),(165846,18008,'_line_tax','0'),(165847,18008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165848,18009,'_product_id','2408'),(165849,18009,'_variation_id','0'),(165850,18009,'_qty','6'),(165851,18009,'_tax_class',''),(165852,18009,'_line_subtotal','1020'),(165853,18009,'_line_subtotal_tax','0'),(165854,18009,'_line_total','1020'),(165855,18009,'_line_tax','0'),(165856,18009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165857,18010,'_product_id','488'),(165858,18010,'_variation_id','0'),(165859,18010,'_qty','1'),(165860,18010,'_tax_class',''),(165861,18010,'_line_subtotal','31.35'),(165862,18010,'_line_subtotal_tax','0'),(165863,18010,'_line_total','31.35'),(165864,18010,'_line_tax','0'),(165865,18010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165866,18011,'_product_id','133'),(165867,18011,'_variation_id','0'),(165868,18011,'_qty','5'),(165869,18011,'_tax_class',''),(165870,18011,'_line_subtotal','71.5'),(165871,18011,'_line_subtotal_tax','0'),(165872,18011,'_line_total','71.5'),(165873,18011,'_line_tax','0'),(165874,18011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165875,18012,'method_id','free_shipping'),(165876,18012,'instance_id','2'),(165877,18012,'cost','0'),(165878,18012,'total_tax','0'),(165879,18012,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(165880,18012,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 16oz(Case of 16) &times; 3, Preventive Detangling Spray 16oz(Case of 16) &times; 3, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 6, Bulk Detangling Spray 1 Gallon RM &times; 1, Disposable Head Bands &times; 5'),(165881,18013,'_product_id','490'),(165882,18013,'_variation_id','0'),(165883,18013,'_qty','50'),(165884,18013,'_tax_class',''),(165885,18013,'_line_subtotal','980'),(165886,18013,'_line_subtotal_tax','0'),(165887,18013,'_line_total','980'),(165888,18013,'_line_tax','0'),(165889,18013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165890,18014,'_product_id','3525'),(165891,18014,'_variation_id','0'),(165892,18014,'_qty','2'),(165893,18014,'_tax_class',''),(165894,18014,'_line_subtotal','180'),(165895,18014,'_line_subtotal_tax','0'),(165896,18014,'_line_total','180'),(165897,18014,'_line_tax','0'),(165898,18014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165899,18015,'_product_id','43'),(165900,18015,'_variation_id','0'),(165901,18015,'_qty','15'),(165902,18015,'_tax_class',''),(165903,18015,'_line_subtotal','1255.5'),(165904,18015,'_line_subtotal_tax','0'),(165905,18015,'_line_total','1255.5'),(165906,18015,'_line_tax','0'),(165907,18015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165908,18015,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(165909,18015,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(165910,18016,'_product_id','49'),(165911,18016,'_variation_id','0'),(165912,18016,'_qty','15'),(165913,18016,'_tax_class',''),(165914,18016,'_line_subtotal','1255.5'),(165915,18016,'_line_subtotal_tax','0'),(165916,18016,'_line_total','1255.5'),(165917,18016,'_line_tax','0'),(165918,18016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165919,18016,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(165920,18016,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(165921,18017,'_product_id','45'),(165922,18017,'_variation_id','0'),(165923,18017,'_qty','5'),(165924,18017,'_tax_class',''),(165925,18017,'_line_subtotal','250'),(165926,18017,'_line_subtotal_tax','0'),(165927,18017,'_line_total','250'),(165928,18017,'_line_tax','0'),(165929,18017,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165930,18018,'_product_id','38'),(165931,18018,'_variation_id','0'),(165932,18018,'_qty','4'),(165933,18018,'_tax_class',''),(165934,18018,'_line_subtotal','663.04'),(165935,18018,'_line_subtotal_tax','0'),(165936,18018,'_line_total','663.04'),(165937,18018,'_line_tax','0'),(165938,18018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165939,18019,'_product_id','42'),(165940,18019,'_variation_id','0'),(165941,18019,'_qty','2'),(165942,18019,'_tax_class',''),(165943,18019,'_line_subtotal','180'),(165944,18019,'_line_subtotal_tax','0'),(165945,18019,'_line_total','180'),(165946,18019,'_line_tax','0'),(165947,18019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165948,18020,'_product_id','40'),(165949,18020,'_variation_id','0'),(165950,18020,'_qty','2'),(165951,18020,'_tax_class',''),(165952,18020,'_line_subtotal','180'),(165953,18020,'_line_subtotal_tax','0'),(165954,18020,'_line_total','180'),(165955,18020,'_line_tax','0'),(165956,18020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165957,18021,'_product_id','39'),(165958,18021,'_variation_id','0'),(165959,18021,'_qty','2'),(165960,18021,'_tax_class',''),(165961,18021,'_line_subtotal','180'),(165962,18021,'_line_subtotal_tax','0'),(165963,18021,'_line_total','180'),(165964,18021,'_line_tax','0'),(165965,18021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165966,18022,'_product_id','2408'),(165967,18022,'_variation_id','0'),(165968,18022,'_qty','2'),(165969,18022,'_tax_class',''),(165970,18022,'_line_subtotal','340'),(165971,18022,'_line_subtotal_tax','0'),(165972,18022,'_line_total','340'),(165973,18022,'_line_tax','0'),(165974,18022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165975,18023,'_product_id','2400'),(165976,18023,'_variation_id','0'),(165977,18023,'_qty','2'),(165978,18023,'_tax_class',''),(165979,18023,'_line_subtotal','430'),(165980,18023,'_line_subtotal_tax','0'),(165981,18023,'_line_total','430'),(165982,18023,'_line_tax','0'),(165983,18023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165984,18024,'_product_id','44'),(165985,18024,'_variation_id','0'),(165986,18024,'_qty','2'),(165987,18024,'_tax_class',''),(165988,18024,'_line_subtotal','276'),(165989,18024,'_line_subtotal_tax','0'),(165990,18024,'_line_total','276'),(165991,18024,'_line_tax','0'),(165992,18024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(165993,18025,'_product_id','3507'),(165994,18025,'_variation_id','0'),(165995,18025,'_qty','1'),(165996,18025,'_tax_class',''),(165997,18025,'_line_subtotal','175'),(165998,18025,'_line_subtotal_tax','0'),(165999,18025,'_line_total','175'),(166000,18025,'_line_tax','0'),(166001,18025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166002,18026,'_product_id','3485'),(166003,18026,'_variation_id','0'),(166004,18026,'_qty','1'),(166005,18026,'_tax_class',''),(166006,18026,'_line_subtotal','148.8'),(166007,18026,'_line_subtotal_tax','0'),(166008,18026,'_line_total','148.8'),(166009,18026,'_line_tax','0'),(166010,18026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166011,18027,'_product_id','142'),(166012,18027,'_variation_id','0'),(166013,18027,'_qty','5'),(166014,18027,'_tax_class',''),(166015,18027,'_line_subtotal','6.25'),(166016,18027,'_line_subtotal_tax','0'),(166017,18027,'_line_total','6.25'),(166018,18027,'_line_tax','0'),(166019,18027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166020,18028,'_product_id','138'),(166021,18028,'_variation_id','0'),(166022,18028,'_qty','8'),(166023,18028,'_tax_class',''),(166024,18028,'_line_subtotal','39.6'),(166025,18028,'_line_subtotal_tax','0'),(166026,18028,'_line_total','39.6'),(166027,18028,'_line_tax','0'),(166028,18028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166029,18029,'method_id','free_shipping'),(166030,18029,'instance_id','2'),(166031,18029,'cost','0'),(166032,18029,'total_tax','0'),(166033,18029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166034,18029,'Items','Bulk Active Rinse 100% RM &times; 50, Dandruff Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 15, Preventive Detangling Spray 8oz(Case of 12) &times; 15, Super Clarifying Shampoo 8oz(Case of 12) &times; 5, Active Rinse 16oz 50/50(Case of 16) &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Preventive Conditioner 8oz(Case of 12) &times; 2, Preventive Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Preventive Kit(Case of 6) &times; 2, Bulk (Not in Blister Packs) Junior Lice Comb(Case of 50) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 1, 6\" Wide Tooth Detangling Comb &times; 5, The Wet Brush Squirt &times; 8'),(166035,18030,'_product_id','490'),(166036,18030,'_variation_id','0'),(166037,18030,'_qty','3'),(166038,18030,'_tax_class',''),(166039,18030,'_line_subtotal','58.8'),(166040,18030,'_line_subtotal_tax','0'),(166041,18030,'_line_total','58.8'),(166042,18030,'_line_tax','0'),(166043,18030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166044,18031,'_product_id','41'),(166045,18031,'_variation_id','0'),(166046,18031,'_qty','2'),(166047,18031,'_tax_class',''),(166048,18031,'_line_subtotal','146.4'),(166049,18031,'_line_subtotal_tax','0'),(166050,18031,'_line_total','146.4'),(166051,18031,'_line_tax','0'),(166052,18031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166053,18032,'_product_id','2110'),(166054,18032,'_variation_id','0'),(166055,18032,'_qty','3'),(166056,18032,'_tax_class',''),(166057,18032,'_line_subtotal','214.2'),(166058,18032,'_line_subtotal_tax','0'),(166059,18032,'_line_total','214.2'),(166060,18032,'_line_tax','0'),(166061,18032,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166062,18033,'_product_id','116'),(166063,18033,'_variation_id','0'),(166064,18033,'_qty','2'),(166065,18033,'_tax_class',''),(166066,18033,'_line_subtotal','330'),(166067,18033,'_line_subtotal_tax','0'),(166068,18033,'_line_total','330'),(166069,18033,'_line_tax','0'),(166070,18033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166071,18034,'method_id','fedex'),(166072,18034,'instance_id','1'),(166073,18034,'cost','92.19'),(166074,18034,'total_tax','0'),(166075,18034,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166076,18034,'Package 1','14 × 14 × 14 (in) 28.1lbs × 1'),(166077,18034,'Package 2','17 × 14 × 10 (in) 24.45lbs × 1'),(166078,18034,'Items','Bulk Active Rinse 100% RM &times; 3, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 2'),(166079,18035,'_product_id','490'),(166080,18035,'_variation_id','0'),(166081,18035,'_qty','3'),(166082,18035,'_tax_class',''),(166083,18035,'_line_subtotal','58.8'),(166084,18035,'_line_subtotal_tax','0'),(166085,18035,'_line_total','58.8'),(166086,18035,'_line_tax','0'),(166087,18035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166088,18036,'_product_id','41'),(166089,18036,'_variation_id','0'),(166090,18036,'_qty','2'),(166091,18036,'_tax_class',''),(166092,18036,'_line_subtotal','146.4'),(166093,18036,'_line_subtotal_tax','0'),(166094,18036,'_line_total','146.4'),(166095,18036,'_line_tax','0'),(166096,18036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166097,18037,'_product_id','2110'),(166098,18037,'_variation_id','0'),(166099,18037,'_qty','3'),(166100,18037,'_tax_class',''),(166101,18037,'_line_subtotal','214.2'),(166102,18037,'_line_subtotal_tax','0'),(166103,18037,'_line_total','214.2'),(166104,18037,'_line_tax','0'),(166105,18037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166106,18038,'_product_id','116'),(166107,18038,'_variation_id','0'),(166108,18038,'_qty','1'),(166109,18038,'_tax_class',''),(166110,18038,'_line_subtotal','165'),(166111,18038,'_line_subtotal_tax','0'),(166112,18038,'_line_total','165'),(166113,18038,'_line_tax','0'),(166114,18038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166115,18039,'method_id','fedex'),(166116,18039,'instance_id','1'),(166117,18039,'cost','46.1'),(166118,18039,'total_tax','0'),(166119,18039,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166120,18039,'Package 1','17 × 14 × 10 (in) 34lbs × 1'),(166121,18039,'Package 2','11.25 × 8.75 × 7.75 (in) 9.44lbs × 1'),(166122,18039,'Items','Bulk Active Rinse 100% RM &times; 3, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1'),(166123,18040,'_product_id','490'),(166124,18040,'_variation_id','0'),(166125,18040,'_qty','3'),(166126,18040,'_tax_class',''),(166127,18040,'_line_subtotal','58.8'),(166128,18040,'_line_subtotal_tax','0'),(166129,18040,'_line_total','58.8'),(166130,18040,'_line_tax','0'),(166131,18040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166132,18041,'_product_id','41'),(166133,18041,'_variation_id','0'),(166134,18041,'_qty','2'),(166135,18041,'_tax_class',''),(166136,18041,'_line_subtotal','146.4'),(166137,18041,'_line_subtotal_tax','0'),(166138,18041,'_line_total','146.4'),(166139,18041,'_line_tax','0'),(166140,18041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166141,18042,'_product_id','2110'),(166142,18042,'_variation_id','0'),(166143,18042,'_qty','3'),(166144,18042,'_tax_class',''),(166145,18042,'_line_subtotal','214.2'),(166146,18042,'_line_subtotal_tax','0'),(166147,18042,'_line_total','214.2'),(166148,18042,'_line_tax','0'),(166149,18042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166150,18043,'_product_id','116'),(166151,18043,'_variation_id','0'),(166152,18043,'_qty','1'),(166153,18043,'_tax_class',''),(166154,18043,'_line_subtotal','165'),(166155,18043,'_line_subtotal_tax','0'),(166156,18043,'_line_total','165'),(166157,18043,'_line_tax','0'),(166158,18043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166159,18044,'method_id','free_shipping'),(166160,18044,'instance_id','2'),(166161,18044,'cost','0'),(166162,18044,'total_tax','0'),(166163,18044,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166164,18044,'Items','Bulk Active Rinse 100% RM &times; 3, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1'),(166165,18045,'_product_id','2110'),(166166,18045,'_variation_id','0'),(166167,18045,'_qty','2'),(166168,18045,'_tax_class',''),(166169,18045,'_line_subtotal','142.8'),(166170,18045,'_line_subtotal_tax','0'),(166171,18045,'_line_total','142.8'),(166172,18045,'_line_tax','0'),(166173,18045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166174,18046,'_product_id','45'),(166175,18046,'_variation_id','0'),(166176,18046,'_qty','1'),(166177,18046,'_tax_class',''),(166178,18046,'_line_subtotal','50'),(166179,18046,'_line_subtotal_tax','0'),(166180,18046,'_line_total','50'),(166181,18046,'_line_tax','0'),(166182,18046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166183,18047,'_product_id','41'),(166184,18047,'_variation_id','0'),(166185,18047,'_qty','4'),(166186,18047,'_tax_class',''),(166187,18047,'_line_subtotal','292.8'),(166188,18047,'_line_subtotal_tax','0'),(166189,18047,'_line_total','292.8'),(166190,18047,'_line_tax','0'),(166191,18047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166192,18048,'_product_id','43'),(166193,18048,'_variation_id','0'),(166194,18048,'_qty','1'),(166195,18048,'_tax_class',''),(166196,18048,'_line_subtotal','90'),(166197,18048,'_line_subtotal_tax','0'),(166198,18048,'_line_total','90'),(166199,18048,'_line_tax','0'),(166200,18048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166201,18049,'_product_id','3362'),(166202,18049,'_variation_id','0'),(166203,18049,'_qty','2'),(166204,18049,'_tax_class',''),(166205,18049,'_line_subtotal','150'),(166206,18049,'_line_subtotal_tax','0'),(166207,18049,'_line_total','150'),(166208,18049,'_line_tax','0'),(166209,18049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166210,18050,'_product_id','120'),(166211,18050,'_variation_id','0'),(166212,18050,'_qty','1'),(166213,18050,'_tax_class',''),(166214,18050,'_line_subtotal','63'),(166215,18050,'_line_subtotal_tax','0'),(166216,18050,'_line_total','63'),(166217,18050,'_line_tax','0'),(166218,18050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166219,18051,'_product_id','2408'),(166220,18051,'_variation_id','0'),(166221,18051,'_qty','4'),(166222,18051,'_tax_class',''),(166223,18051,'_line_subtotal','680'),(166224,18051,'_line_subtotal_tax','0'),(166225,18051,'_line_total','680'),(166226,18051,'_line_tax','0'),(166227,18051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166228,18052,'_product_id','2400'),(166229,18052,'_variation_id','0'),(166230,18052,'_qty','2'),(166231,18052,'_tax_class',''),(166232,18052,'_line_subtotal','430'),(166233,18052,'_line_subtotal_tax','0'),(166234,18052,'_line_total','430'),(166235,18052,'_line_tax','0'),(166236,18052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166237,18053,'_product_id','133'),(166238,18053,'_variation_id','0'),(166239,18053,'_qty','7'),(166240,18053,'_tax_class',''),(166241,18053,'_line_subtotal','100.1'),(166242,18053,'_line_subtotal_tax','0'),(166243,18053,'_line_total','100.1'),(166244,18053,'_line_tax','0'),(166245,18053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166246,18054,'_product_id','490'),(166247,18054,'_variation_id','0'),(166248,18054,'_qty','6'),(166249,18054,'_tax_class',''),(166250,18054,'_line_subtotal','117.6'),(166251,18054,'_line_subtotal_tax','0'),(166252,18054,'_line_total','117.6'),(166253,18054,'_line_tax','0'),(166254,18054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166255,18055,'method_id','free_shipping'),(166256,18055,'instance_id','2'),(166257,18055,'cost','0'),(166258,18055,'total_tax','0'),(166259,18055,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166260,18055,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 4, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 2, Disposable Head Bands &times; 7, Bulk Active Rinse 100% RM &times; 6'),(166261,18056,'_product_id','2110'),(166262,18056,'_variation_id','0'),(166263,18056,'_qty','3'),(166264,18056,'_tax_class',''),(166265,18056,'_line_subtotal','214.2'),(166266,18056,'_line_subtotal_tax','0'),(166267,18056,'_line_total','214.2'),(166268,18056,'_line_tax','0'),(166269,18056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166270,18057,'_product_id','2113'),(166271,18057,'_variation_id','0'),(166272,18057,'_qty','2'),(166273,18057,'_tax_class',''),(166274,18057,'_line_subtotal','344'),(166275,18057,'_line_subtotal_tax','0'),(166276,18057,'_line_total','344'),(166277,18057,'_line_tax','0'),(166278,18057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166279,18058,'_product_id','45'),(166280,18058,'_variation_id','0'),(166281,18058,'_qty','1'),(166282,18058,'_tax_class',''),(166283,18058,'_line_subtotal','50'),(166284,18058,'_line_subtotal_tax','0'),(166285,18058,'_line_total','50'),(166286,18058,'_line_tax','0'),(166287,18058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166288,18059,'_product_id','42'),(166289,18059,'_variation_id','0'),(166290,18059,'_qty','1'),(166291,18059,'_tax_class',''),(166292,18059,'_line_subtotal','90'),(166293,18059,'_line_subtotal_tax','0'),(166294,18059,'_line_total','90'),(166295,18059,'_line_tax','0'),(166296,18059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166297,18060,'_product_id','41'),(166298,18060,'_variation_id','0'),(166299,18060,'_qty','1'),(166300,18060,'_tax_class',''),(166301,18060,'_line_subtotal','73.2'),(166302,18060,'_line_subtotal_tax','0'),(166303,18060,'_line_total','73.2'),(166304,18060,'_line_tax','0'),(166305,18060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166306,18061,'_product_id','3356'),(166307,18061,'_variation_id','0'),(166308,18061,'_qty','1'),(166309,18061,'_tax_class',''),(166310,18061,'_line_subtotal','151.2'),(166311,18061,'_line_subtotal_tax','0'),(166312,18061,'_line_total','151.2'),(166313,18061,'_line_tax','0'),(166314,18061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166315,18062,'_product_id','3358'),(166316,18062,'_variation_id','0'),(166317,18062,'_qty','1'),(166318,18062,'_tax_class',''),(166319,18062,'_line_subtotal','151.2'),(166320,18062,'_line_subtotal_tax','0'),(166321,18062,'_line_total','151.2'),(166322,18062,'_line_tax','0'),(166323,18062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166324,18063,'_product_id','43'),(166325,18063,'_variation_id','0'),(166326,18063,'_qty','1'),(166327,18063,'_tax_class',''),(166328,18063,'_line_subtotal','90'),(166329,18063,'_line_subtotal_tax','0'),(166330,18063,'_line_total','90'),(166331,18063,'_line_tax','0'),(166332,18063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166333,18064,'_product_id','3362'),(166334,18064,'_variation_id','0'),(166335,18064,'_qty','2'),(166336,18064,'_tax_class',''),(166337,18064,'_line_subtotal','150'),(166338,18064,'_line_subtotal_tax','0'),(166339,18064,'_line_total','150'),(166340,18064,'_line_tax','0'),(166341,18064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166342,18065,'_product_id','120'),(166343,18065,'_variation_id','0'),(166344,18065,'_qty','3'),(166345,18065,'_tax_class',''),(166346,18065,'_line_subtotal','189'),(166347,18065,'_line_subtotal_tax','0'),(166348,18065,'_line_total','189'),(166349,18065,'_line_tax','0'),(166350,18065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166351,18066,'_product_id','2408'),(166352,18066,'_variation_id','0'),(166353,18066,'_qty','2'),(166354,18066,'_tax_class',''),(166355,18066,'_line_subtotal','340'),(166356,18066,'_line_subtotal_tax','0'),(166357,18066,'_line_total','340'),(166358,18066,'_line_tax','0'),(166359,18066,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166360,18067,'_product_id','2400'),(166361,18067,'_variation_id','0'),(166362,18067,'_qty','1'),(166363,18067,'_tax_class',''),(166364,18067,'_line_subtotal','215'),(166365,18067,'_line_subtotal_tax','0'),(166366,18067,'_line_total','215'),(166367,18067,'_line_tax','0'),(166368,18067,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166369,18068,'_product_id','488'),(166370,18068,'_variation_id','0'),(166371,18068,'_qty','1'),(166372,18068,'_tax_class',''),(166373,18068,'_line_subtotal','31.35'),(166374,18068,'_line_subtotal_tax','0'),(166375,18068,'_line_total','31.35'),(166376,18068,'_line_tax','0'),(166377,18068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166378,18069,'_product_id','490'),(166379,18069,'_variation_id','0'),(166380,18069,'_qty','5'),(166381,18069,'_tax_class',''),(166382,18069,'_line_subtotal','98'),(166383,18069,'_line_subtotal_tax','0'),(166384,18069,'_line_total','98'),(166385,18069,'_line_tax','0'),(166386,18069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166387,18070,'_product_id','133'),(166388,18070,'_variation_id','0'),(166389,18070,'_qty','4'),(166390,18070,'_tax_class',''),(166391,18070,'_line_subtotal','57.2'),(166392,18070,'_line_subtotal_tax','0'),(166393,18070,'_line_total','57.2'),(166394,18070,'_line_tax','0'),(166395,18070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166396,18071,'method_id','free_shipping'),(166397,18071,'instance_id','2'),(166398,18071,'cost','0'),(166399,18071,'total_tax','0'),(166400,18071,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166401,18071,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo 16oz(Case of 16) &times; 1, Preventive Conditioner 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 3, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Active Rinse 100% RM &times; 5, Disposable Head Bands &times; 4'),(166402,18072,'_product_id','45'),(166403,18072,'_variation_id','0'),(166404,18072,'_qty','4'),(166405,18072,'_tax_class',''),(166406,18072,'_line_subtotal','200'),(166407,18072,'_line_subtotal_tax','0'),(166408,18072,'_line_total','200'),(166409,18072,'_line_tax','0'),(166410,18072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166411,18073,'_product_id','41'),(166412,18073,'_variation_id','0'),(166413,18073,'_qty','2'),(166414,18073,'_tax_class',''),(166415,18073,'_line_subtotal','146.4'),(166416,18073,'_line_subtotal_tax','0'),(166417,18073,'_line_total','146.4'),(166418,18073,'_line_tax','0'),(166419,18073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166420,18074,'_product_id','3358'),(166421,18074,'_variation_id','0'),(166422,18074,'_qty','1'),(166423,18074,'_tax_class',''),(166424,18074,'_line_subtotal','151.2'),(166425,18074,'_line_subtotal_tax','0'),(166426,18074,'_line_total','151.2'),(166427,18074,'_line_tax','0'),(166428,18074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166429,18075,'_product_id','3362'),(166430,18075,'_variation_id','0'),(166431,18075,'_qty','1'),(166432,18075,'_tax_class',''),(166433,18075,'_line_subtotal','75'),(166434,18075,'_line_subtotal_tax','0'),(166435,18075,'_line_total','75'),(166436,18075,'_line_tax','0'),(166437,18075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166438,18076,'_product_id','3360'),(166439,18076,'_variation_id','0'),(166440,18076,'_qty','1'),(166441,18076,'_tax_class',''),(166442,18076,'_line_subtotal','148'),(166443,18076,'_line_subtotal_tax','0'),(166444,18076,'_line_total','148'),(166445,18076,'_line_tax','0'),(166446,18076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166447,18077,'_product_id','116'),(166448,18077,'_variation_id','0'),(166449,18077,'_qty','1'),(166450,18077,'_tax_class',''),(166451,18077,'_line_subtotal','165'),(166452,18077,'_line_subtotal_tax','0'),(166453,18077,'_line_total','165'),(166454,18077,'_line_tax','0'),(166455,18077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166456,18078,'_product_id','44'),(166457,18078,'_variation_id','0'),(166458,18078,'_qty','1'),(166459,18078,'_tax_class',''),(166460,18078,'_line_subtotal','138'),(166461,18078,'_line_subtotal_tax','0'),(166462,18078,'_line_total','138'),(166463,18078,'_line_tax','0'),(166464,18078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166465,18079,'_product_id','2408'),(166466,18079,'_variation_id','0'),(166467,18079,'_qty','1'),(166468,18079,'_tax_class',''),(166469,18079,'_line_subtotal','170'),(166470,18079,'_line_subtotal_tax','0'),(166471,18079,'_line_total','170'),(166472,18079,'_line_tax','0'),(166473,18079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166474,18080,'_product_id','2400'),(166475,18080,'_variation_id','0'),(166476,18080,'_qty','1'),(166477,18080,'_tax_class',''),(166478,18080,'_line_subtotal','215'),(166479,18080,'_line_subtotal_tax','0'),(166480,18080,'_line_total','215'),(166481,18080,'_line_tax','0'),(166482,18080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166483,18081,'_product_id','133'),(166484,18081,'_variation_id','0'),(166485,18081,'_qty','3'),(166486,18081,'_tax_class',''),(166487,18081,'_line_subtotal','42.9'),(166488,18081,'_line_subtotal_tax','0'),(166489,18081,'_line_total','42.9'),(166490,18081,'_line_tax','0'),(166491,18081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166492,18082,'_product_id','490'),(166493,18082,'_variation_id','0'),(166494,18082,'_qty','10'),(166495,18082,'_tax_class',''),(166496,18082,'_line_subtotal','196'),(166497,18082,'_line_subtotal_tax','0'),(166498,18082,'_line_total','196'),(166499,18082,'_line_tax','0'),(166500,18082,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166501,18083,'method_id','free_shipping'),(166502,18083,'instance_id','2'),(166503,18083,'cost','0'),(166504,18083,'total_tax','0'),(166505,18083,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166506,18083,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Preventive Conditioner 16oz(Case of 16) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 16oz(Case of 16) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Disposable Head Bands &times; 3, Bulk Active Rinse 100% RM &times; 10'),(166551,18084,'_product_id','3412'),(166552,18084,'_variation_id','0'),(166553,18084,'_qty','1'),(166554,18084,'_tax_class',''),(166555,18084,'_line_subtotal','90'),(166556,18084,'_line_subtotal_tax','0'),(166557,18084,'_line_total','90'),(166558,18084,'_line_tax','0'),(166559,18084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166560,18085,'_product_id','49'),(166561,18085,'_variation_id','0'),(166562,18085,'_qty','1'),(166563,18085,'_tax_class',''),(166564,18085,'_line_subtotal','90'),(166565,18085,'_line_subtotal_tax','0'),(166566,18085,'_line_total','90'),(166567,18085,'_line_tax','0'),(166568,18085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166569,18086,'method_id','fedex'),(166570,18086,'instance_id','1'),(166571,18086,'cost','14.83'),(166572,18086,'total_tax','0'),(166573,18086,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166574,18086,'Package 1','11.88 × 11 × 10.75 (in) 13.95lbs × 1'),(166575,18086,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1'),(166603,18045,'thwma_order_shipping_status','wc-pending'),(166604,18046,'thwma_order_shipping_status','wc-pending'),(166605,18047,'thwma_order_shipping_status','wc-pending'),(166606,18048,'thwma_order_shipping_status','wc-pending'),(166607,18049,'thwma_order_shipping_status','wc-pending'),(166608,18050,'thwma_order_shipping_status','wc-pending'),(166609,18051,'thwma_order_shipping_status','wc-pending'),(166610,18052,'thwma_order_shipping_status','wc-pending'),(166611,18053,'thwma_order_shipping_status','wc-pending'),(166612,18054,'thwma_order_shipping_status','wc-pending'),(166613,18040,'thwma_order_shipping_status','wc-pending'),(166614,18041,'thwma_order_shipping_status','wc-pending'),(166615,18042,'thwma_order_shipping_status','wc-pending'),(166616,18043,'thwma_order_shipping_status','wc-pending'),(166617,18003,'thwma_order_shipping_status','wc-pending'),(166618,18004,'thwma_order_shipping_status','wc-pending'),(166619,18005,'thwma_order_shipping_status','wc-pending'),(166620,18006,'thwma_order_shipping_status','wc-pending'),(166621,18007,'thwma_order_shipping_status','wc-pending'),(166622,18008,'thwma_order_shipping_status','wc-pending'),(166623,18009,'thwma_order_shipping_status','wc-pending'),(166624,18010,'thwma_order_shipping_status','wc-pending'),(166625,18011,'thwma_order_shipping_status','wc-pending'),(166626,17985,'thwma_order_shipping_status','wc-pending'),(166627,17986,'thwma_order_shipping_status','wc-pending'),(166628,17987,'thwma_order_shipping_status','wc-pending'),(166629,17988,'thwma_order_shipping_status','wc-pending'),(166630,17989,'thwma_order_shipping_status','wc-pending'),(166631,17990,'thwma_order_shipping_status','wc-pending'),(166632,17991,'thwma_order_shipping_status','wc-pending'),(166633,17992,'thwma_order_shipping_status','wc-pending'),(166634,17993,'thwma_order_shipping_status','wc-pending'),(166635,17994,'thwma_order_shipping_status','wc-pending'),(166636,17995,'thwma_order_shipping_status','wc-pending'),(166637,17996,'thwma_order_shipping_status','wc-pending'),(166638,17997,'thwma_order_shipping_status','wc-pending'),(166639,17998,'thwma_order_shipping_status','wc-pending'),(166640,17999,'thwma_order_shipping_status','wc-pending'),(166641,18000,'thwma_order_shipping_status','wc-pending'),(166642,18001,'thwma_order_shipping_status','wc-pending'),(166643,18013,'thwma_order_shipping_status','wc-pending'),(166644,18014,'thwma_order_shipping_status','wc-pending'),(166645,18015,'thwma_order_shipping_status','wc-pending'),(166646,18016,'thwma_order_shipping_status','wc-pending'),(166647,18017,'thwma_order_shipping_status','wc-pending'),(166648,18018,'thwma_order_shipping_status','wc-pending'),(166649,18019,'thwma_order_shipping_status','wc-pending'),(166650,18020,'thwma_order_shipping_status','wc-pending'),(166651,18021,'thwma_order_shipping_status','wc-pending'),(166652,18022,'thwma_order_shipping_status','wc-pending'),(166653,18023,'thwma_order_shipping_status','wc-pending'),(166654,18024,'thwma_order_shipping_status','wc-pending'),(166655,18025,'thwma_order_shipping_status','wc-pending'),(166656,18026,'thwma_order_shipping_status','wc-pending'),(166657,18027,'thwma_order_shipping_status','wc-pending'),(166658,18028,'thwma_order_shipping_status','wc-pending'),(166659,18072,'thwma_order_shipping_status','wc-pending'),(166660,18073,'thwma_order_shipping_status','wc-pending'),(166661,18074,'thwma_order_shipping_status','wc-pending'),(166662,18075,'thwma_order_shipping_status','wc-pending'),(166663,18076,'thwma_order_shipping_status','wc-pending'),(166664,18077,'thwma_order_shipping_status','wc-pending'),(166665,18078,'thwma_order_shipping_status','wc-pending'),(166666,18079,'thwma_order_shipping_status','wc-pending'),(166667,18080,'thwma_order_shipping_status','wc-pending'),(166668,18081,'thwma_order_shipping_status','wc-pending'),(166669,18082,'thwma_order_shipping_status','wc-pending'),(166670,17973,'thwma_order_shipping_status','wc-pending'),(166671,17974,'thwma_order_shipping_status','wc-pending'),(166672,17975,'thwma_order_shipping_status','wc-pending'),(166673,17976,'thwma_order_shipping_status','wc-pending'),(166674,17977,'thwma_order_shipping_status','wc-pending'),(166675,17978,'thwma_order_shipping_status','wc-pending'),(166680,18084,'thwma_order_shipping_status','wc-pending'),(166681,18085,'thwma_order_shipping_status','wc-pending'),(166682,18087,'_product_id','490'),(166683,18087,'_variation_id','0'),(166684,18087,'_qty','4'),(166685,18087,'_tax_class',''),(166686,18087,'_line_subtotal','78.4'),(166687,18087,'_line_subtotal_tax','0'),(166688,18087,'_line_total','78.4'),(166689,18087,'_line_tax','0'),(166690,18087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166691,18088,'_product_id','42'),(166692,18088,'_variation_id','0'),(166693,18088,'_qty','2'),(166694,18088,'_tax_class',''),(166695,18088,'_line_subtotal','180'),(166696,18088,'_line_subtotal_tax','0'),(166697,18088,'_line_total','180'),(166698,18088,'_line_tax','0'),(166699,18088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166700,18089,'_product_id','2110'),(166701,18089,'_variation_id','0'),(166702,18089,'_qty','2'),(166703,18089,'_tax_class',''),(166704,18089,'_line_subtotal','142.8'),(166705,18089,'_line_subtotal_tax','0'),(166706,18089,'_line_total','142.8'),(166707,18089,'_line_tax','0'),(166708,18089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166709,18090,'_product_id','41'),(166710,18090,'_variation_id','0'),(166711,18090,'_qty','2'),(166712,18090,'_tax_class',''),(166713,18090,'_line_subtotal','146.4'),(166714,18090,'_line_subtotal_tax','0'),(166715,18090,'_line_total','146.4'),(166716,18090,'_line_tax','0'),(166717,18090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166718,18091,'_product_id','3499'),(166719,18091,'_variation_id','0'),(166720,18091,'_qty','1'),(166721,18091,'_tax_class',''),(166722,18091,'_line_subtotal','142.8'),(166723,18091,'_line_subtotal_tax','0'),(166724,18091,'_line_total','142.8'),(166725,18091,'_line_tax','0'),(166726,18091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166727,18092,'method_id','free_shipping'),(166728,18092,'instance_id','2'),(166729,18092,'cost','0'),(166730,18092,'total_tax','0'),(166731,18092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166732,18092,'Items','Bulk Active Rinse 100% RM &times; 4, Comb-Out Mousse(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(166733,18093,'_product_id','2113'),(166734,18093,'_variation_id','0'),(166735,18093,'_qty','2'),(166736,18093,'_tax_class',''),(166737,18093,'_line_subtotal','344'),(166738,18093,'_line_subtotal_tax','0'),(166739,18093,'_line_total','344'),(166740,18093,'_line_tax','0'),(166741,18093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166742,18094,'_product_id','490'),(166743,18094,'_variation_id','0'),(166744,18094,'_qty','10'),(166745,18094,'_tax_class',''),(166746,18094,'_line_subtotal','196'),(166747,18094,'_line_subtotal_tax','0'),(166748,18094,'_line_total','196'),(166749,18094,'_line_tax','0'),(166750,18094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166751,18095,'method_id','free_shipping'),(166752,18095,'instance_id','2'),(166753,18095,'cost','0'),(166754,18095,'total_tax','0'),(166755,18095,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166756,18095,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 10'),(166757,18096,'_product_id','41'),(166758,18096,'_variation_id','0'),(166759,18096,'_qty','2'),(166760,18096,'_tax_class',''),(166761,18096,'_line_subtotal','146.4'),(166762,18096,'_line_subtotal_tax','0'),(166763,18096,'_line_total','146.4'),(166764,18096,'_line_tax','0'),(166765,18096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166766,18097,'_product_id','49'),(166767,18097,'_variation_id','0'),(166768,18097,'_qty','2'),(166769,18097,'_tax_class',''),(166770,18097,'_line_subtotal','180'),(166771,18097,'_line_subtotal_tax','0'),(166772,18097,'_line_total','180'),(166773,18097,'_line_tax','0'),(166774,18097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166775,18098,'_product_id','3525'),(166776,18098,'_variation_id','0'),(166777,18098,'_qty','1'),(166778,18098,'_tax_class',''),(166779,18098,'_line_subtotal','90'),(166780,18098,'_line_subtotal_tax','0'),(166781,18098,'_line_total','90'),(166782,18098,'_line_tax','0'),(166783,18098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166784,18099,'_product_id','490'),(166785,18099,'_variation_id','0'),(166786,18099,'_qty','10'),(166787,18099,'_tax_class',''),(166788,18099,'_line_subtotal','196'),(166789,18099,'_line_subtotal_tax','0'),(166790,18099,'_line_total','196'),(166791,18099,'_line_tax','0'),(166792,18099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166793,18100,'_product_id','487'),(166794,18100,'_variation_id','0'),(166795,18100,'_qty','1'),(166796,18100,'_tax_class',''),(166797,18100,'_line_subtotal','31.35'),(166798,18100,'_line_subtotal_tax','0'),(166799,18100,'_line_total','31.35'),(166800,18100,'_line_tax','0'),(166801,18100,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166802,18101,'_product_id','2110'),(166803,18101,'_variation_id','0'),(166804,18101,'_qty','2'),(166805,18101,'_tax_class',''),(166806,18101,'_line_subtotal','142.8'),(166807,18101,'_line_subtotal_tax','0'),(166808,18101,'_line_total','142.8'),(166809,18101,'_line_tax','0'),(166810,18101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166811,18102,'method_id','free_shipping'),(166812,18102,'instance_id','2'),(166813,18102,'cost','0'),(166814,18102,'total_tax','0'),(166815,18102,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166816,18102,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Dandruff Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2'),(166817,18103,'_product_id','488'),(166818,18103,'_variation_id','0'),(166819,18103,'_qty','4'),(166820,18103,'_tax_class',''),(166821,18103,'_line_subtotal','125.4'),(166822,18103,'_line_subtotal_tax','0'),(166823,18103,'_line_total','125.4'),(166824,18103,'_line_tax','0'),(166825,18103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166826,18104,'_product_id','3525'),(166827,18104,'_variation_id','0'),(166828,18104,'_qty','4'),(166829,18104,'_tax_class',''),(166830,18104,'_line_subtotal','360'),(166831,18104,'_line_subtotal_tax','0'),(166832,18104,'_line_total','360'),(166833,18104,'_line_tax','0'),(166834,18104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166835,18105,'_product_id','39'),(166836,18105,'_variation_id','0'),(166837,18105,'_qty','4'),(166838,18105,'_tax_class',''),(166839,18105,'_line_subtotal','360'),(166840,18105,'_line_subtotal_tax','0'),(166841,18105,'_line_total','360'),(166842,18105,'_line_tax','0'),(166843,18105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166844,18106,'_product_id','2400'),(166845,18106,'_variation_id','0'),(166846,18106,'_qty','3'),(166847,18106,'_tax_class',''),(166848,18106,'_line_subtotal','645'),(166849,18106,'_line_subtotal_tax','0'),(166850,18106,'_line_total','645'),(166851,18106,'_line_tax','0'),(166852,18106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166853,18107,'_product_id','44'),(166854,18107,'_variation_id','0'),(166855,18107,'_qty','3'),(166856,18107,'_tax_class',''),(166857,18107,'_line_subtotal','414'),(166858,18107,'_line_subtotal_tax','0'),(166859,18107,'_line_total','414'),(166860,18107,'_line_tax','0'),(166861,18107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166862,18108,'_product_id','45'),(166863,18108,'_variation_id','0'),(166864,18108,'_qty','1'),(166865,18108,'_tax_class',''),(166866,18108,'_line_subtotal','50'),(166867,18108,'_line_subtotal_tax','0'),(166868,18108,'_line_total','50'),(166869,18108,'_line_tax','0'),(166870,18108,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166871,18109,'_product_id','49'),(166872,18109,'_variation_id','0'),(166873,18109,'_qty','3'),(166874,18109,'_tax_class',''),(166875,18109,'_line_subtotal','270'),(166876,18109,'_line_subtotal_tax','0'),(166877,18109,'_line_total','270'),(166878,18109,'_line_tax','0'),(166879,18109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166880,18110,'_product_id','490'),(166881,18110,'_variation_id','0'),(166882,18110,'_qty','6'),(166883,18110,'_tax_class',''),(166884,18110,'_line_subtotal','117.6'),(166885,18110,'_line_subtotal_tax','0'),(166886,18110,'_line_total','117.6'),(166887,18110,'_line_tax','0'),(166888,18110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166889,18111,'_product_id','41'),(166890,18111,'_variation_id','0'),(166891,18111,'_qty','2'),(166892,18111,'_tax_class',''),(166893,18111,'_line_subtotal','146.4'),(166894,18111,'_line_subtotal_tax','0'),(166895,18111,'_line_total','146.4'),(166896,18111,'_line_tax','0'),(166897,18111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166898,18112,'method_id','free_shipping'),(166899,18112,'instance_id','2'),(166900,18112,'cost','0'),(166901,18112,'total_tax','0'),(166902,18112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(166903,18112,'Items','Bulk Detangling Spray 1 Gallon RM &times; 4, Dandruff Shampoo 8oz(Case of 12) &times; 4, Preventive Shampoo 8oz(Case of 12) &times; 4, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 3, Preventive Kit(Case of 6) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 6, Professional Lice Comb(Case of 12) &times; 2'),(166904,18113,'_product_id','2110'),(166905,18113,'_variation_id','0'),(166906,18113,'_qty','2'),(166907,18113,'_tax_class',''),(166908,18113,'_line_subtotal','142.8'),(166909,18113,'_line_subtotal_tax','0'),(166910,18113,'_line_total','142.8'),(166911,18113,'_line_tax','0'),(166912,18113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166913,18114,'_product_id','2113'),(166914,18114,'_variation_id','0'),(166915,18114,'_qty','1'),(166916,18114,'_tax_class',''),(166917,18114,'_line_subtotal','172'),(166918,18114,'_line_subtotal_tax','0'),(166919,18114,'_line_total','172'),(166920,18114,'_line_tax','0'),(166921,18114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166922,18115,'_product_id','3412'),(166923,18115,'_variation_id','0'),(166924,18115,'_qty','1'),(166925,18115,'_tax_class',''),(166926,18115,'_line_subtotal','90'),(166927,18115,'_line_subtotal_tax','0'),(166928,18115,'_line_total','90'),(166929,18115,'_line_tax','0'),(166930,18115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166931,18116,'_product_id','49'),(166932,18116,'_variation_id','0'),(166933,18116,'_qty','1'),(166934,18116,'_tax_class',''),(166935,18116,'_line_subtotal','90'),(166936,18116,'_line_subtotal_tax','0'),(166937,18116,'_line_total','90'),(166938,18116,'_line_tax','0'),(166939,18116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166940,18117,'_product_id','44'),(166941,18117,'_variation_id','0'),(166942,18117,'_qty','1'),(166943,18117,'_tax_class',''),(166944,18117,'_line_subtotal','138'),(166945,18117,'_line_subtotal_tax','0'),(166946,18117,'_line_total','138'),(166947,18117,'_line_tax','0'),(166948,18117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166949,18118,'_product_id','2400'),(166950,18118,'_variation_id','0'),(166951,18118,'_qty','1'),(166952,18118,'_tax_class',''),(166953,18118,'_line_subtotal','215'),(166954,18118,'_line_subtotal_tax','0'),(166955,18118,'_line_total','215'),(166956,18118,'_line_tax','0'),(166957,18118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166958,18119,'_product_id','43'),(166959,18119,'_variation_id','0'),(166960,18119,'_qty','1'),(166961,18119,'_tax_class',''),(166962,18119,'_line_subtotal','90'),(166963,18119,'_line_subtotal_tax','0'),(166964,18119,'_line_total','90'),(166965,18119,'_line_tax','0'),(166966,18119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166967,18120,'_product_id','45'),(166968,18120,'_variation_id','0'),(166969,18120,'_qty','1'),(166970,18120,'_tax_class',''),(166971,18120,'_line_subtotal','50'),(166972,18120,'_line_subtotal_tax','0'),(166973,18120,'_line_total','50'),(166974,18120,'_line_tax','0'),(166975,18120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166976,18121,'_product_id','3525'),(166977,18121,'_variation_id','0'),(166978,18121,'_qty','1'),(166979,18121,'_tax_class',''),(166980,18121,'_line_subtotal','90'),(166981,18121,'_line_subtotal_tax','0'),(166982,18121,'_line_total','90'),(166983,18121,'_line_tax','0'),(166984,18121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166985,18122,'_product_id','490'),(166986,18122,'_variation_id','0'),(166987,18122,'_qty','10'),(166988,18122,'_tax_class',''),(166989,18122,'_line_subtotal','196'),(166990,18122,'_line_subtotal_tax','0'),(166991,18122,'_line_total','196'),(166992,18122,'_line_tax','0'),(166993,18122,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(166994,18123,'_product_id','487'),(166995,18123,'_variation_id','0'),(166996,18123,'_qty','1'),(166997,18123,'_tax_class',''),(166998,18123,'_line_subtotal','31.35'),(166999,18123,'_line_subtotal_tax','0'),(167000,18123,'_line_total','31.35'),(167001,18123,'_line_tax','0'),(167002,18123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167003,18124,'method_id','free_shipping'),(167004,18124,'instance_id','2'),(167005,18124,'cost','0'),(167006,18124,'total_tax','0'),(167007,18124,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167008,18124,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(167009,18087,'thwma_order_shipping_status','wc-pending'),(167010,18088,'thwma_order_shipping_status','wc-pending'),(167011,18089,'thwma_order_shipping_status','wc-pending'),(167012,18090,'thwma_order_shipping_status','wc-pending'),(167013,18091,'thwma_order_shipping_status','wc-pending'),(167025,18103,'thwma_order_shipping_status','wc-pending'),(167026,18104,'thwma_order_shipping_status','wc-pending'),(167027,18105,'thwma_order_shipping_status','wc-pending'),(167028,18106,'thwma_order_shipping_status','wc-pending'),(167029,18107,'thwma_order_shipping_status','wc-pending'),(167030,18108,'thwma_order_shipping_status','wc-pending'),(167031,18109,'thwma_order_shipping_status','wc-pending'),(167032,18110,'thwma_order_shipping_status','wc-pending'),(167033,18111,'thwma_order_shipping_status','wc-pending'),(167034,18113,'thwma_order_shipping_status','wc-pending'),(167035,18114,'thwma_order_shipping_status','wc-pending'),(167036,18115,'thwma_order_shipping_status','wc-pending'),(167037,18116,'thwma_order_shipping_status','wc-pending'),(167038,18117,'thwma_order_shipping_status','wc-pending'),(167039,18118,'thwma_order_shipping_status','wc-pending'),(167040,18119,'thwma_order_shipping_status','wc-pending'),(167041,18120,'thwma_order_shipping_status','wc-pending'),(167042,18121,'thwma_order_shipping_status','wc-pending'),(167043,18122,'thwma_order_shipping_status','wc-pending'),(167044,18123,'thwma_order_shipping_status','wc-pending'),(167045,17980,'thwma_order_shipping_status','wc-pending'),(167046,17981,'thwma_order_shipping_status','wc-pending'),(167047,17982,'thwma_order_shipping_status','wc-pending'),(167048,17983,'thwma_order_shipping_status','wc-pending'),(167049,18096,'thwma_order_shipping_status','wc-pending'),(167050,18097,'thwma_order_shipping_status','wc-pending'),(167051,18098,'thwma_order_shipping_status','wc-pending'),(167052,18099,'thwma_order_shipping_status','wc-pending'),(167053,18100,'thwma_order_shipping_status','wc-pending'),(167054,18101,'thwma_order_shipping_status','wc-pending'),(167055,18125,'_product_id','2110'),(167056,18125,'_variation_id','0'),(167057,18125,'_qty','2'),(167058,18125,'_tax_class',''),(167059,18125,'_line_subtotal','142.8'),(167060,18125,'_line_subtotal_tax','0'),(167061,18125,'_line_total','142.8'),(167062,18125,'_line_tax','0'),(167063,18125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167064,18126,'_product_id','49'),(167065,18126,'_variation_id','0'),(167066,18126,'_qty','3'),(167067,18126,'_tax_class',''),(167068,18126,'_line_subtotal','270'),(167069,18126,'_line_subtotal_tax','0'),(167070,18126,'_line_total','270'),(167071,18126,'_line_tax','0'),(167072,18126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167073,18127,'_product_id','44'),(167074,18127,'_variation_id','0'),(167075,18127,'_qty','1'),(167076,18127,'_tax_class',''),(167077,18127,'_line_subtotal','138'),(167078,18127,'_line_subtotal_tax','0'),(167079,18127,'_line_total','138'),(167080,18127,'_line_tax','0'),(167081,18127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167082,18128,'_product_id','41'),(167083,18128,'_variation_id','0'),(167084,18128,'_qty','3'),(167085,18128,'_tax_class',''),(167086,18128,'_line_subtotal','219.6'),(167087,18128,'_line_subtotal_tax','0'),(167088,18128,'_line_total','219.6'),(167089,18128,'_line_tax','0'),(167090,18128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167091,18129,'_product_id','45'),(167092,18129,'_variation_id','0'),(167093,18129,'_qty','1'),(167094,18129,'_tax_class',''),(167095,18129,'_line_subtotal','50'),(167096,18129,'_line_subtotal_tax','0'),(167097,18129,'_line_total','50'),(167098,18129,'_line_tax','0'),(167099,18129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167100,18130,'method_id','free_shipping'),(167101,18130,'instance_id','2'),(167102,18130,'cost','0'),(167103,18130,'total_tax','0'),(167104,18130,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167105,18130,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 3, Preventive Kit(Case of 6) &times; 1, Professional Lice Comb(Case of 12) &times; 3, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(167106,18131,'_product_id','2113'),(167107,18131,'_variation_id','0'),(167108,18131,'_qty','1'),(167109,18131,'_tax_class',''),(167110,18131,'_line_subtotal','172'),(167111,18131,'_line_subtotal_tax','0'),(167112,18131,'_line_total','172'),(167113,18131,'_line_tax','0'),(167114,18131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167115,18132,'_product_id','41'),(167116,18132,'_variation_id','0'),(167117,18132,'_qty','2'),(167118,18132,'_tax_class',''),(167119,18132,'_line_subtotal','146.4'),(167120,18132,'_line_subtotal_tax','0'),(167121,18132,'_line_total','146.4'),(167122,18132,'_line_tax','0'),(167123,18132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167124,18133,'_product_id','3499'),(167125,18133,'_variation_id','0'),(167126,18133,'_qty','1'),(167127,18133,'_tax_class',''),(167128,18133,'_line_subtotal','142.8'),(167129,18133,'_line_subtotal_tax','0'),(167130,18133,'_line_total','142.8'),(167131,18133,'_line_tax','0'),(167132,18133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167133,18134,'_product_id','490'),(167134,18134,'_variation_id','0'),(167135,18134,'_qty','10'),(167136,18134,'_tax_class',''),(167137,18134,'_line_subtotal','196'),(167138,18134,'_line_subtotal_tax','0'),(167139,18134,'_line_total','196'),(167140,18134,'_line_tax','0'),(167141,18134,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167142,18135,'_product_id','45'),(167143,18135,'_variation_id','0'),(167144,18135,'_qty','2'),(167145,18135,'_tax_class',''),(167146,18135,'_line_subtotal','100'),(167147,18135,'_line_subtotal_tax','0'),(167148,18135,'_line_total','100'),(167149,18135,'_line_tax','0'),(167150,18135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167151,18136,'_product_id','2408'),(167152,18136,'_variation_id','0'),(167153,18136,'_qty','1'),(167154,18136,'_tax_class',''),(167155,18136,'_line_subtotal','170'),(167156,18136,'_line_subtotal_tax','0'),(167157,18136,'_line_total','170'),(167158,18136,'_line_tax','0'),(167159,18136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167160,18137,'_product_id','3412'),(167161,18137,'_variation_id','0'),(167162,18137,'_qty','1'),(167163,18137,'_tax_class',''),(167164,18137,'_line_subtotal','90'),(167165,18137,'_line_subtotal_tax','0'),(167166,18137,'_line_total','90'),(167167,18137,'_line_tax','0'),(167168,18137,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167169,18138,'_product_id','44'),(167170,18138,'_variation_id','0'),(167171,18138,'_qty','1'),(167172,18138,'_tax_class',''),(167173,18138,'_line_subtotal','138'),(167174,18138,'_line_subtotal_tax','0'),(167175,18138,'_line_total','138'),(167176,18138,'_line_tax','0'),(167177,18138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167178,18139,'method_id','free_shipping'),(167179,18139,'instance_id','2'),(167180,18139,'cost','0'),(167181,18139,'total_tax','0'),(167182,18139,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167183,18139,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Bulk Active Rinse 100% RM &times; 10, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167184,18140,'_product_id','2110'),(167185,18140,'_variation_id','0'),(167186,18140,'_qty','2'),(167187,18140,'_tax_class',''),(167188,18140,'_line_subtotal','142.8'),(167189,18140,'_line_subtotal_tax','0'),(167190,18140,'_line_total','142.8'),(167191,18140,'_line_tax','0'),(167192,18140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167193,18141,'_product_id','2113'),(167194,18141,'_variation_id','0'),(167195,18141,'_qty','1'),(167196,18141,'_tax_class',''),(167197,18141,'_line_subtotal','172'),(167198,18141,'_line_subtotal_tax','0'),(167199,18141,'_line_total','172'),(167200,18141,'_line_tax','0'),(167201,18141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167202,18142,'_product_id','2400'),(167203,18142,'_variation_id','0'),(167204,18142,'_qty','1'),(167205,18142,'_tax_class',''),(167206,18142,'_line_subtotal','215'),(167207,18142,'_line_subtotal_tax','0'),(167208,18142,'_line_total','215'),(167209,18142,'_line_tax','0'),(167210,18142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167211,18143,'_product_id','2408'),(167212,18143,'_variation_id','0'),(167213,18143,'_qty','1'),(167214,18143,'_tax_class',''),(167215,18143,'_line_subtotal','170'),(167216,18143,'_line_subtotal_tax','0'),(167217,18143,'_line_total','170'),(167218,18143,'_line_tax','0'),(167219,18143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167220,18144,'_product_id','49'),(167221,18144,'_variation_id','0'),(167222,18144,'_qty','1'),(167223,18144,'_tax_class',''),(167224,18144,'_line_subtotal','90'),(167225,18144,'_line_subtotal_tax','0'),(167226,18144,'_line_total','90'),(167227,18144,'_line_tax','0'),(167228,18144,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167229,18145,'_product_id','43'),(167230,18145,'_variation_id','0'),(167231,18145,'_qty','1'),(167232,18145,'_tax_class',''),(167233,18145,'_line_subtotal','90'),(167234,18145,'_line_subtotal_tax','0'),(167235,18145,'_line_total','90'),(167236,18145,'_line_tax','0'),(167237,18145,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167238,18146,'_product_id','490'),(167239,18146,'_variation_id','0'),(167240,18146,'_qty','10'),(167241,18146,'_tax_class',''),(167242,18146,'_line_subtotal','196'),(167243,18146,'_line_subtotal_tax','0'),(167244,18146,'_line_total','196'),(167245,18146,'_line_tax','0'),(167246,18146,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167247,18147,'_product_id','487'),(167248,18147,'_variation_id','0'),(167249,18147,'_qty','1'),(167250,18147,'_tax_class',''),(167251,18147,'_line_subtotal','31.35'),(167252,18147,'_line_subtotal_tax','0'),(167253,18147,'_line_total','31.35'),(167254,18147,'_line_tax','0'),(167255,18147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167256,18148,'method_id','free_shipping'),(167257,18148,'instance_id','2'),(167258,18148,'cost','0'),(167259,18148,'total_tax','0'),(167260,18148,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167261,18148,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Mousse 1 Gallon RM &times; 1'),(167262,18149,'_product_id','23'),(167263,18149,'_variation_id','0'),(167264,18149,'_qty','1'),(167265,18149,'_tax_class',''),(167266,18149,'_line_subtotal','68.54'),(167267,18149,'_line_subtotal_tax','0'),(167268,18149,'_line_total','68.54'),(167269,18149,'_line_tax','0'),(167270,18149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167271,18150,'_product_id','3412'),(167272,18150,'_variation_id','0'),(167273,18150,'_qty','2'),(167274,18150,'_tax_class',''),(167275,18150,'_line_subtotal','180'),(167276,18150,'_line_subtotal_tax','0'),(167277,18150,'_line_total','180'),(167278,18150,'_line_tax','0'),(167279,18150,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167280,18151,'_product_id','3476'),(167281,18151,'_variation_id','0'),(167282,18151,'_qty','1'),(167283,18151,'_tax_class',''),(167284,18151,'_line_subtotal','76.2'),(167285,18151,'_line_subtotal_tax','0'),(167286,18151,'_line_total','76.2'),(167287,18151,'_line_tax','0'),(167288,18151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167289,18152,'_product_id','41'),(167290,18152,'_variation_id','0'),(167291,18152,'_qty','2'),(167292,18152,'_tax_class',''),(167293,18152,'_line_subtotal','146.4'),(167294,18152,'_line_subtotal_tax','0'),(167295,18152,'_line_total','146.4'),(167296,18152,'_line_tax','0'),(167297,18152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167298,18153,'_product_id','118'),(167299,18153,'_variation_id','0'),(167300,18153,'_qty','1'),(167301,18153,'_tax_class',''),(167302,18153,'_line_subtotal','215'),(167303,18153,'_line_subtotal_tax','0'),(167304,18153,'_line_total','215'),(167305,18153,'_line_tax','0'),(167306,18153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167307,18154,'_product_id','51'),(167308,18154,'_variation_id','0'),(167309,18154,'_qty','1'),(167310,18154,'_tax_class',''),(167311,18154,'_line_subtotal','170'),(167312,18154,'_line_subtotal_tax','0'),(167313,18154,'_line_total','170'),(167314,18154,'_line_tax','0'),(167315,18154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167316,18155,'_product_id','2400'),(167317,18155,'_variation_id','0'),(167318,18155,'_qty','1'),(167319,18155,'_tax_class',''),(167320,18155,'_line_subtotal','215'),(167321,18155,'_line_subtotal_tax','0'),(167322,18155,'_line_total','215'),(167323,18155,'_line_tax','0'),(167324,18155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167325,18156,'_product_id','2408'),(167326,18156,'_variation_id','0'),(167327,18156,'_qty','1'),(167328,18156,'_tax_class',''),(167329,18156,'_line_subtotal','170'),(167330,18156,'_line_subtotal_tax','0'),(167331,18156,'_line_total','170'),(167332,18156,'_line_tax','0'),(167333,18156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167334,18157,'_product_id','44'),(167335,18157,'_variation_id','0'),(167336,18157,'_qty','1'),(167337,18157,'_tax_class',''),(167338,18157,'_line_subtotal','138'),(167339,18157,'_line_subtotal_tax','0'),(167340,18157,'_line_total','138'),(167341,18157,'_line_tax','0'),(167342,18157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167343,18158,'method_id','free_shipping'),(167344,18158,'instance_id','2'),(167345,18158,'cost','0'),(167346,18158,'total_tax','0'),(167347,18158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167348,18158,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167349,18159,'_product_id','23'),(167350,18159,'_variation_id','0'),(167351,18159,'_qty','1'),(167352,18159,'_tax_class',''),(167353,18159,'_line_subtotal','68.54'),(167354,18159,'_line_subtotal_tax','0'),(167355,18159,'_line_total','68.54'),(167356,18159,'_line_tax','0'),(167357,18159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167358,18160,'_product_id','3412'),(167359,18160,'_variation_id','0'),(167360,18160,'_qty','2'),(167361,18160,'_tax_class',''),(167362,18160,'_line_subtotal','180'),(167363,18160,'_line_subtotal_tax','0'),(167364,18160,'_line_total','180'),(167365,18160,'_line_tax','0'),(167366,18160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167367,18161,'_product_id','3476'),(167368,18161,'_variation_id','0'),(167369,18161,'_qty','1'),(167370,18161,'_tax_class',''),(167371,18161,'_line_subtotal','76.2'),(167372,18161,'_line_subtotal_tax','0'),(167373,18161,'_line_total','76.2'),(167374,18161,'_line_tax','0'),(167375,18161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167376,18162,'_product_id','41'),(167377,18162,'_variation_id','0'),(167378,18162,'_qty','2'),(167379,18162,'_tax_class',''),(167380,18162,'_line_subtotal','146.4'),(167381,18162,'_line_subtotal_tax','0'),(167382,18162,'_line_total','146.4'),(167383,18162,'_line_tax','0'),(167384,18162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167385,18163,'_product_id','118'),(167386,18163,'_variation_id','0'),(167387,18163,'_qty','1'),(167388,18163,'_tax_class',''),(167389,18163,'_line_subtotal','215'),(167390,18163,'_line_subtotal_tax','0'),(167391,18163,'_line_total','215'),(167392,18163,'_line_tax','0'),(167393,18163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167394,18164,'_product_id','51'),(167395,18164,'_variation_id','0'),(167396,18164,'_qty','1'),(167397,18164,'_tax_class',''),(167398,18164,'_line_subtotal','170'),(167399,18164,'_line_subtotal_tax','0'),(167400,18164,'_line_total','170'),(167401,18164,'_line_tax','0'),(167402,18164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167403,18165,'_product_id','2400'),(167404,18165,'_variation_id','0'),(167405,18165,'_qty','1'),(167406,18165,'_tax_class',''),(167407,18165,'_line_subtotal','215'),(167408,18165,'_line_subtotal_tax','0'),(167409,18165,'_line_total','215'),(167410,18165,'_line_tax','0'),(167411,18165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167412,18166,'_product_id','2408'),(167413,18166,'_variation_id','0'),(167414,18166,'_qty','1'),(167415,18166,'_tax_class',''),(167416,18166,'_line_subtotal','170'),(167417,18166,'_line_subtotal_tax','0'),(167418,18166,'_line_total','170'),(167419,18166,'_line_tax','0'),(167420,18166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167421,18167,'_product_id','44'),(167422,18167,'_variation_id','0'),(167423,18167,'_qty','1'),(167424,18167,'_tax_class',''),(167425,18167,'_line_subtotal','138'),(167426,18167,'_line_subtotal_tax','0'),(167427,18167,'_line_total','138'),(167428,18167,'_line_tax','0'),(167429,18167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167430,18168,'method_id','free_shipping'),(167431,18168,'instance_id','2'),(167432,18168,'cost','0'),(167433,18168,'total_tax','0'),(167434,18168,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167435,18168,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167436,18169,'_product_id','23'),(167437,18169,'_variation_id','0'),(167438,18169,'_qty','1'),(167439,18169,'_tax_class',''),(167440,18169,'_line_subtotal','68.54'),(167441,18169,'_line_subtotal_tax','0'),(167442,18169,'_line_total','68.54'),(167443,18169,'_line_tax','0'),(167444,18169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167445,18170,'_product_id','3412'),(167446,18170,'_variation_id','0'),(167447,18170,'_qty','2'),(167448,18170,'_tax_class',''),(167449,18170,'_line_subtotal','180'),(167450,18170,'_line_subtotal_tax','0'),(167451,18170,'_line_total','180'),(167452,18170,'_line_tax','0'),(167453,18170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167454,18171,'_product_id','3476'),(167455,18171,'_variation_id','0'),(167456,18171,'_qty','1'),(167457,18171,'_tax_class',''),(167458,18171,'_line_subtotal','76.2'),(167459,18171,'_line_subtotal_tax','0'),(167460,18171,'_line_total','76.2'),(167461,18171,'_line_tax','0'),(167462,18171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167463,18172,'_product_id','41'),(167464,18172,'_variation_id','0'),(167465,18172,'_qty','2'),(167466,18172,'_tax_class',''),(167467,18172,'_line_subtotal','146.4'),(167468,18172,'_line_subtotal_tax','0'),(167469,18172,'_line_total','146.4'),(167470,18172,'_line_tax','0'),(167471,18172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167472,18173,'_product_id','118'),(167473,18173,'_variation_id','0'),(167474,18173,'_qty','1'),(167475,18173,'_tax_class',''),(167476,18173,'_line_subtotal','215'),(167477,18173,'_line_subtotal_tax','0'),(167478,18173,'_line_total','215'),(167479,18173,'_line_tax','0'),(167480,18173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167481,18174,'_product_id','51'),(167482,18174,'_variation_id','0'),(167483,18174,'_qty','1'),(167484,18174,'_tax_class',''),(167485,18174,'_line_subtotal','170'),(167486,18174,'_line_subtotal_tax','0'),(167487,18174,'_line_total','170'),(167488,18174,'_line_tax','0'),(167489,18174,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167490,18175,'_product_id','2400'),(167491,18175,'_variation_id','0'),(167492,18175,'_qty','1'),(167493,18175,'_tax_class',''),(167494,18175,'_line_subtotal','215'),(167495,18175,'_line_subtotal_tax','0'),(167496,18175,'_line_total','215'),(167497,18175,'_line_tax','0'),(167498,18175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167499,18176,'_product_id','2408'),(167500,18176,'_variation_id','0'),(167501,18176,'_qty','1'),(167502,18176,'_tax_class',''),(167503,18176,'_line_subtotal','170'),(167504,18176,'_line_subtotal_tax','0'),(167505,18176,'_line_total','170'),(167506,18176,'_line_tax','0'),(167507,18176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167508,18177,'_product_id','44'),(167509,18177,'_variation_id','0'),(167510,18177,'_qty','1'),(167511,18177,'_tax_class',''),(167512,18177,'_line_subtotal','138'),(167513,18177,'_line_subtotal_tax','0'),(167514,18177,'_line_total','138'),(167515,18177,'_line_tax','0'),(167516,18177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167517,18178,'method_id','free_shipping'),(167518,18178,'instance_id','2'),(167519,18178,'cost','0'),(167520,18178,'total_tax','0'),(167521,18178,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167522,18178,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167523,18179,'_product_id','23'),(167524,18179,'_variation_id','0'),(167525,18179,'_qty','1'),(167526,18179,'_tax_class',''),(167527,18179,'_line_subtotal','68.54'),(167528,18179,'_line_subtotal_tax','0'),(167529,18179,'_line_total','68.54'),(167530,18179,'_line_tax','0'),(167531,18179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167532,18180,'_product_id','3412'),(167533,18180,'_variation_id','0'),(167534,18180,'_qty','2'),(167535,18180,'_tax_class',''),(167536,18180,'_line_subtotal','180'),(167537,18180,'_line_subtotal_tax','0'),(167538,18180,'_line_total','180'),(167539,18180,'_line_tax','0'),(167540,18180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167541,18181,'_product_id','3476'),(167542,18181,'_variation_id','0'),(167543,18181,'_qty','1'),(167544,18181,'_tax_class',''),(167545,18181,'_line_subtotal','76.2'),(167546,18181,'_line_subtotal_tax','0'),(167547,18181,'_line_total','76.2'),(167548,18181,'_line_tax','0'),(167549,18181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167550,18182,'_product_id','41'),(167551,18182,'_variation_id','0'),(167552,18182,'_qty','2'),(167553,18182,'_tax_class',''),(167554,18182,'_line_subtotal','146.4'),(167555,18182,'_line_subtotal_tax','0'),(167556,18182,'_line_total','146.4'),(167557,18182,'_line_tax','0'),(167558,18182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167559,18183,'_product_id','118'),(167560,18183,'_variation_id','0'),(167561,18183,'_qty','1'),(167562,18183,'_tax_class',''),(167563,18183,'_line_subtotal','215'),(167564,18183,'_line_subtotal_tax','0'),(167565,18183,'_line_total','215'),(167566,18183,'_line_tax','0'),(167567,18183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167568,18184,'_product_id','51'),(167569,18184,'_variation_id','0'),(167570,18184,'_qty','1'),(167571,18184,'_tax_class',''),(167572,18184,'_line_subtotal','170'),(167573,18184,'_line_subtotal_tax','0'),(167574,18184,'_line_total','170'),(167575,18184,'_line_tax','0'),(167576,18184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167577,18185,'_product_id','2400'),(167578,18185,'_variation_id','0'),(167579,18185,'_qty','1'),(167580,18185,'_tax_class',''),(167581,18185,'_line_subtotal','215'),(167582,18185,'_line_subtotal_tax','0'),(167583,18185,'_line_total','215'),(167584,18185,'_line_tax','0'),(167585,18185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167586,18186,'_product_id','2408'),(167587,18186,'_variation_id','0'),(167588,18186,'_qty','1'),(167589,18186,'_tax_class',''),(167590,18186,'_line_subtotal','170'),(167591,18186,'_line_subtotal_tax','0'),(167592,18186,'_line_total','170'),(167593,18186,'_line_tax','0'),(167594,18186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167595,18187,'_product_id','44'),(167596,18187,'_variation_id','0'),(167597,18187,'_qty','1'),(167598,18187,'_tax_class',''),(167599,18187,'_line_subtotal','138'),(167600,18187,'_line_subtotal_tax','0'),(167601,18187,'_line_total','138'),(167602,18187,'_line_tax','0'),(167603,18187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167604,18188,'method_id','free_shipping'),(167605,18188,'instance_id','2'),(167606,18188,'cost','0'),(167607,18188,'total_tax','0'),(167608,18188,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167609,18188,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167610,18189,'_product_id','23'),(167611,18189,'_variation_id','0'),(167612,18189,'_qty','1'),(167613,18189,'_tax_class',''),(167614,18189,'_line_subtotal','68.54'),(167615,18189,'_line_subtotal_tax','0'),(167616,18189,'_line_total','68.54'),(167617,18189,'_line_tax','0'),(167618,18189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167619,18190,'_product_id','3412'),(167620,18190,'_variation_id','0'),(167621,18190,'_qty','2'),(167622,18190,'_tax_class',''),(167623,18190,'_line_subtotal','180'),(167624,18190,'_line_subtotal_tax','0'),(167625,18190,'_line_total','180'),(167626,18190,'_line_tax','0'),(167627,18190,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167628,18191,'_product_id','3476'),(167629,18191,'_variation_id','0'),(167630,18191,'_qty','1'),(167631,18191,'_tax_class',''),(167632,18191,'_line_subtotal','76.2'),(167633,18191,'_line_subtotal_tax','0'),(167634,18191,'_line_total','76.2'),(167635,18191,'_line_tax','0'),(167636,18191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167637,18192,'_product_id','41'),(167638,18192,'_variation_id','0'),(167639,18192,'_qty','2'),(167640,18192,'_tax_class',''),(167641,18192,'_line_subtotal','146.4'),(167642,18192,'_line_subtotal_tax','0'),(167643,18192,'_line_total','146.4'),(167644,18192,'_line_tax','0'),(167645,18192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167646,18193,'_product_id','118'),(167647,18193,'_variation_id','0'),(167648,18193,'_qty','1'),(167649,18193,'_tax_class',''),(167650,18193,'_line_subtotal','215'),(167651,18193,'_line_subtotal_tax','0'),(167652,18193,'_line_total','215'),(167653,18193,'_line_tax','0'),(167654,18193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167655,18194,'_product_id','51'),(167656,18194,'_variation_id','0'),(167657,18194,'_qty','1'),(167658,18194,'_tax_class',''),(167659,18194,'_line_subtotal','170'),(167660,18194,'_line_subtotal_tax','0'),(167661,18194,'_line_total','170'),(167662,18194,'_line_tax','0'),(167663,18194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167664,18195,'_product_id','2400'),(167665,18195,'_variation_id','0'),(167666,18195,'_qty','1'),(167667,18195,'_tax_class',''),(167668,18195,'_line_subtotal','215'),(167669,18195,'_line_subtotal_tax','0'),(167670,18195,'_line_total','215'),(167671,18195,'_line_tax','0'),(167672,18195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167673,18196,'_product_id','2408'),(167674,18196,'_variation_id','0'),(167675,18196,'_qty','1'),(167676,18196,'_tax_class',''),(167677,18196,'_line_subtotal','170'),(167678,18196,'_line_subtotal_tax','0'),(167679,18196,'_line_total','170'),(167680,18196,'_line_tax','0'),(167681,18196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167682,18197,'_product_id','44'),(167683,18197,'_variation_id','0'),(167684,18197,'_qty','1'),(167685,18197,'_tax_class',''),(167686,18197,'_line_subtotal','138'),(167687,18197,'_line_subtotal_tax','0'),(167688,18197,'_line_total','138'),(167689,18197,'_line_tax','0'),(167690,18197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167691,18198,'method_id','free_shipping'),(167692,18198,'instance_id','2'),(167693,18198,'cost','0'),(167694,18198,'total_tax','0'),(167695,18198,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167696,18198,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167697,18199,'_product_id','23'),(167698,18199,'_variation_id','0'),(167699,18199,'_qty','1'),(167700,18199,'_tax_class',''),(167701,18199,'_line_subtotal','68.54'),(167702,18199,'_line_subtotal_tax','0'),(167703,18199,'_line_total','68.54'),(167704,18199,'_line_tax','0'),(167705,18199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167706,18200,'_product_id','3412'),(167707,18200,'_variation_id','0'),(167708,18200,'_qty','2'),(167709,18200,'_tax_class',''),(167710,18200,'_line_subtotal','180'),(167711,18200,'_line_subtotal_tax','0'),(167712,18200,'_line_total','180'),(167713,18200,'_line_tax','0'),(167714,18200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167715,18201,'_product_id','3476'),(167716,18201,'_variation_id','0'),(167717,18201,'_qty','1'),(167718,18201,'_tax_class',''),(167719,18201,'_line_subtotal','76.2'),(167720,18201,'_line_subtotal_tax','0'),(167721,18201,'_line_total','76.2'),(167722,18201,'_line_tax','0'),(167723,18201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167724,18202,'_product_id','41'),(167725,18202,'_variation_id','0'),(167726,18202,'_qty','2'),(167727,18202,'_tax_class',''),(167728,18202,'_line_subtotal','146.4'),(167729,18202,'_line_subtotal_tax','0'),(167730,18202,'_line_total','146.4'),(167731,18202,'_line_tax','0'),(167732,18202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167733,18203,'_product_id','118'),(167734,18203,'_variation_id','0'),(167735,18203,'_qty','1'),(167736,18203,'_tax_class',''),(167737,18203,'_line_subtotal','215'),(167738,18203,'_line_subtotal_tax','0'),(167739,18203,'_line_total','215'),(167740,18203,'_line_tax','0'),(167741,18203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167742,18204,'_product_id','51'),(167743,18204,'_variation_id','0'),(167744,18204,'_qty','1'),(167745,18204,'_tax_class',''),(167746,18204,'_line_subtotal','170'),(167747,18204,'_line_subtotal_tax','0'),(167748,18204,'_line_total','170'),(167749,18204,'_line_tax','0'),(167750,18204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167751,18205,'_product_id','2400'),(167752,18205,'_variation_id','0'),(167753,18205,'_qty','1'),(167754,18205,'_tax_class',''),(167755,18205,'_line_subtotal','215'),(167756,18205,'_line_subtotal_tax','0'),(167757,18205,'_line_total','215'),(167758,18205,'_line_tax','0'),(167759,18205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167760,18206,'_product_id','2408'),(167761,18206,'_variation_id','0'),(167762,18206,'_qty','1'),(167763,18206,'_tax_class',''),(167764,18206,'_line_subtotal','170'),(167765,18206,'_line_subtotal_tax','0'),(167766,18206,'_line_total','170'),(167767,18206,'_line_tax','0'),(167768,18206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167769,18207,'_product_id','44'),(167770,18207,'_variation_id','0'),(167771,18207,'_qty','1'),(167772,18207,'_tax_class',''),(167773,18207,'_line_subtotal','138'),(167774,18207,'_line_subtotal_tax','0'),(167775,18207,'_line_total','138'),(167776,18207,'_line_tax','0'),(167777,18207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167778,18208,'method_id','free_shipping'),(167779,18208,'instance_id','2'),(167780,18208,'cost','0'),(167781,18208,'total_tax','0'),(167782,18208,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167783,18208,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Fine Hair Professional Lice Comb(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 1'),(167784,18209,'_product_id','2400'),(167785,18209,'_variation_id','0'),(167786,18209,'_qty','-1'),(167787,18209,'_tax_class',''),(167788,18209,'_line_subtotal','-215'),(167789,18209,'_line_subtotal_tax','0'),(167790,18209,'_line_total','-215'),(167791,18209,'_line_tax','0'),(167792,18209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167793,18209,'_refunded_item_id','18205'),(167794,18210,'_product_id','2408'),(167795,18210,'_variation_id','0'),(167796,18210,'_qty','-1'),(167797,18210,'_tax_class',''),(167798,18210,'_line_subtotal','-170'),(167799,18210,'_line_subtotal_tax','0'),(167800,18210,'_line_total','-170'),(167801,18210,'_line_tax','0'),(167802,18210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167803,18210,'_refunded_item_id','18206'),(167804,18211,'_product_id','3412'),(167805,18211,'_variation_id','0'),(167806,18211,'_qty','1'),(167807,18211,'_tax_class',''),(167808,18211,'_line_subtotal','90'),(167809,18211,'_line_subtotal_tax','0'),(167810,18211,'_line_total','90'),(167811,18211,'_line_tax','0'),(167812,18211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167813,18212,'_product_id','43'),(167814,18212,'_variation_id','0'),(167815,18212,'_qty','1'),(167816,18212,'_tax_class',''),(167817,18212,'_line_subtotal','90'),(167818,18212,'_line_subtotal_tax','0'),(167819,18212,'_line_total','90'),(167820,18212,'_line_tax','0'),(167821,18212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167822,18213,'_product_id','3362'),(167823,18213,'_variation_id','0'),(167824,18213,'_qty','1'),(167825,18213,'_tax_class',''),(167826,18213,'_line_subtotal','75'),(167827,18213,'_line_subtotal_tax','0'),(167828,18213,'_line_total','75'),(167829,18213,'_line_tax','0'),(167830,18213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167831,18214,'_product_id','2110'),(167832,18214,'_variation_id','0'),(167833,18214,'_qty','1'),(167834,18214,'_tax_class',''),(167835,18214,'_line_subtotal','71.4'),(167836,18214,'_line_subtotal_tax','0'),(167837,18214,'_line_total','71.4'),(167838,18214,'_line_tax','0'),(167839,18214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167840,18215,'_product_id','2113'),(167841,18215,'_variation_id','0'),(167842,18215,'_qty','1'),(167843,18215,'_tax_class',''),(167844,18215,'_line_subtotal','172'),(167845,18215,'_line_subtotal_tax','0'),(167846,18215,'_line_total','172'),(167847,18215,'_line_tax','0'),(167848,18215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167849,18216,'_product_id','41'),(167850,18216,'_variation_id','0'),(167851,18216,'_qty','1'),(167852,18216,'_tax_class',''),(167853,18216,'_line_subtotal','73.2'),(167854,18216,'_line_subtotal_tax','0'),(167855,18216,'_line_total','73.2'),(167856,18216,'_line_tax','0'),(167857,18216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167858,18217,'method_id','free_shipping'),(167859,18217,'instance_id','2'),(167860,18217,'cost','0'),(167861,18217,'total_tax','0'),(167862,18217,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167863,18217,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(167864,18218,'_product_id','487'),(167865,18218,'_variation_id','0'),(167866,18218,'_qty','1'),(167867,18218,'_tax_class',''),(167868,18218,'_line_subtotal','31.35'),(167869,18218,'_line_subtotal_tax','0'),(167870,18218,'_line_total','31.35'),(167871,18218,'_line_tax','0'),(167872,18218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167873,18219,'_product_id','41'),(167874,18219,'_variation_id','0'),(167875,18219,'_qty','1'),(167876,18219,'_tax_class',''),(167877,18219,'_line_subtotal','73.2'),(167878,18219,'_line_subtotal_tax','0'),(167879,18219,'_line_total','73.2'),(167880,18219,'_line_tax','0'),(167881,18219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167882,18220,'_product_id','45'),(167883,18220,'_variation_id','0'),(167884,18220,'_qty','3'),(167885,18220,'_tax_class',''),(167886,18220,'_line_subtotal','150'),(167887,18220,'_line_subtotal_tax','0'),(167888,18220,'_line_total','150'),(167889,18220,'_line_tax','0'),(167890,18220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167891,18221,'_product_id','49'),(167892,18221,'_variation_id','0'),(167893,18221,'_qty','1'),(167894,18221,'_tax_class',''),(167895,18221,'_line_subtotal','90'),(167896,18221,'_line_subtotal_tax','0'),(167897,18221,'_line_total','90'),(167898,18221,'_line_tax','0'),(167899,18221,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167900,18222,'_product_id','3412'),(167901,18222,'_variation_id','0'),(167902,18222,'_qty','1'),(167903,18222,'_tax_class',''),(167904,18222,'_line_subtotal','90'),(167905,18222,'_line_subtotal_tax','0'),(167906,18222,'_line_total','90'),(167907,18222,'_line_tax','0'),(167908,18222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167909,18223,'_product_id','40'),(167910,18223,'_variation_id','0'),(167911,18223,'_qty','1'),(167912,18223,'_tax_class',''),(167913,18223,'_line_subtotal','90'),(167914,18223,'_line_subtotal_tax','0'),(167915,18223,'_line_total','90'),(167916,18223,'_line_tax','0'),(167917,18223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167918,18224,'_product_id','39'),(167919,18224,'_variation_id','0'),(167920,18224,'_qty','1'),(167921,18224,'_tax_class',''),(167922,18224,'_line_subtotal','90'),(167923,18224,'_line_subtotal_tax','0'),(167924,18224,'_line_total','90'),(167925,18224,'_line_tax','0'),(167926,18224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167927,18225,'method_id','free_shipping'),(167928,18225,'instance_id','2'),(167929,18225,'cost','0'),(167930,18225,'total_tax','0'),(167931,18225,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167932,18225,'Items','Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1'),(167933,18226,'_product_id','41'),(167934,18226,'_variation_id','0'),(167935,18226,'_qty','2'),(167936,18226,'_tax_class',''),(167937,18226,'_line_subtotal','146.4'),(167938,18226,'_line_subtotal_tax','0'),(167939,18226,'_line_total','146.4'),(167940,18226,'_line_tax','0'),(167941,18226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167942,18227,'_product_id','2113'),(167943,18227,'_variation_id','0'),(167944,18227,'_qty','2'),(167945,18227,'_tax_class',''),(167946,18227,'_line_subtotal','344'),(167947,18227,'_line_subtotal_tax','0'),(167948,18227,'_line_total','344'),(167949,18227,'_line_tax','0'),(167950,18227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167951,18228,'_product_id','2110'),(167952,18228,'_variation_id','0'),(167953,18228,'_qty','2'),(167954,18228,'_tax_class',''),(167955,18228,'_line_subtotal','142.8'),(167956,18228,'_line_subtotal_tax','0'),(167957,18228,'_line_total','142.8'),(167958,18228,'_line_tax','0'),(167959,18228,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167960,18229,'method_id','free_shipping'),(167961,18229,'instance_id','2'),(167962,18229,'cost','0'),(167963,18229,'total_tax','0'),(167964,18229,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(167965,18229,'Items','Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2'),(167966,18125,'thwma_order_shipping_status','wc-pending'),(167967,18126,'thwma_order_shipping_status','wc-pending'),(167968,18127,'thwma_order_shipping_status','wc-pending'),(167969,18128,'thwma_order_shipping_status','wc-pending'),(167970,18129,'thwma_order_shipping_status','wc-pending'),(167971,18140,'thwma_order_shipping_status','wc-pending'),(167972,18141,'thwma_order_shipping_status','wc-pending'),(167973,18142,'thwma_order_shipping_status','wc-pending'),(167974,18143,'thwma_order_shipping_status','wc-pending'),(167975,18144,'thwma_order_shipping_status','wc-pending'),(167976,18145,'thwma_order_shipping_status','wc-pending'),(167977,18146,'thwma_order_shipping_status','wc-pending'),(167978,18147,'thwma_order_shipping_status','wc-pending'),(167979,18230,'_product_id','2113'),(167980,18230,'_variation_id','0'),(167981,18230,'_qty','1'),(167982,18230,'_tax_class',''),(167983,18230,'_line_subtotal','172'),(167984,18230,'_line_subtotal_tax','0'),(167985,18230,'_line_total','172'),(167986,18230,'_line_tax','0'),(167987,18230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167988,18231,'_product_id','3476'),(167989,18231,'_variation_id','0'),(167990,18231,'_qty','2'),(167991,18231,'_tax_class',''),(167992,18231,'_line_subtotal','152.4'),(167993,18231,'_line_subtotal_tax','0'),(167994,18231,'_line_total','152.4'),(167995,18231,'_line_tax','0'),(167996,18231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(167997,18232,'_product_id','116'),(167998,18232,'_variation_id','0'),(167999,18232,'_qty','1'),(168000,18232,'_tax_class',''),(168001,18232,'_line_subtotal','165'),(168002,18232,'_line_subtotal_tax','0'),(168003,18232,'_line_total','165'),(168004,18232,'_line_tax','0'),(168005,18232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168006,18233,'_product_id','42'),(168007,18233,'_variation_id','0'),(168008,18233,'_qty','2'),(168009,18233,'_tax_class',''),(168010,18233,'_line_subtotal','180'),(168011,18233,'_line_subtotal_tax','0'),(168012,18233,'_line_total','180'),(168013,18233,'_line_tax','0'),(168014,18233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168015,18234,'_product_id','49'),(168016,18234,'_variation_id','0'),(168017,18234,'_qty','4'),(168018,18234,'_tax_class',''),(168019,18234,'_line_subtotal','360'),(168020,18234,'_line_subtotal_tax','0'),(168021,18234,'_line_total','360'),(168022,18234,'_line_tax','0'),(168023,18234,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168024,18235,'method_id','free_shipping'),(168025,18235,'instance_id','2'),(168026,18235,'cost','0'),(168027,18235,'total_tax','0'),(168028,18235,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168029,18235,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 4'),(168030,18236,'_product_id','2110'),(168031,18236,'_variation_id','0'),(168032,18236,'_qty','2'),(168033,18236,'_tax_class',''),(168034,18236,'_line_subtotal','142.8'),(168035,18236,'_line_subtotal_tax','0'),(168036,18236,'_line_total','142.8'),(168037,18236,'_line_tax','0'),(168038,18236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168039,18237,'_product_id','41'),(168040,18237,'_variation_id','0'),(168041,18237,'_qty','2'),(168042,18237,'_tax_class',''),(168043,18237,'_line_subtotal','146.4'),(168044,18237,'_line_subtotal_tax','0'),(168045,18237,'_line_total','146.4'),(168046,18237,'_line_tax','0'),(168047,18237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168048,18238,'_product_id','45'),(168049,18238,'_variation_id','0'),(168050,18238,'_qty','2'),(168051,18238,'_tax_class',''),(168052,18238,'_line_subtotal','100'),(168053,18238,'_line_subtotal_tax','0'),(168054,18238,'_line_total','100'),(168055,18238,'_line_tax','0'),(168056,18238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168057,18239,'_product_id','44'),(168058,18239,'_variation_id','0'),(168059,18239,'_qty','1'),(168060,18239,'_tax_class',''),(168061,18239,'_line_subtotal','138'),(168062,18239,'_line_subtotal_tax','0'),(168063,18239,'_line_total','138'),(168064,18239,'_line_tax','0'),(168065,18239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168066,18240,'_product_id','39'),(168067,18240,'_variation_id','0'),(168068,18240,'_qty','1'),(168069,18240,'_tax_class',''),(168070,18240,'_line_subtotal','90'),(168071,18240,'_line_subtotal_tax','0'),(168072,18240,'_line_total','90'),(168073,18240,'_line_tax','0'),(168074,18240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168075,18241,'_product_id','490'),(168076,18241,'_variation_id','0'),(168077,18241,'_qty','10'),(168078,18241,'_tax_class',''),(168079,18241,'_line_subtotal','196'),(168080,18241,'_line_subtotal_tax','0'),(168081,18241,'_line_total','196'),(168082,18241,'_line_tax','0'),(168083,18241,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168084,18242,'_product_id','488'),(168085,18242,'_variation_id','0'),(168086,18242,'_qty','1'),(168087,18242,'_tax_class',''),(168088,18242,'_line_subtotal','31.35'),(168089,18242,'_line_subtotal_tax','0'),(168090,18242,'_line_total','31.35'),(168091,18242,'_line_tax','0'),(168092,18242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168093,18243,'method_id','free_shipping'),(168094,18243,'instance_id','2'),(168095,18243,'cost','0'),(168096,18243,'total_tax','0'),(168097,18243,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168098,18243,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% RM &times; 10, Bulk Detangling Spray 1 Gallon RM &times; 1'),(168099,18244,'_product_id','488'),(168100,18244,'_variation_id','0'),(168101,18244,'_qty','1'),(168102,18244,'_tax_class',''),(168103,18244,'_line_subtotal','31.35'),(168104,18244,'_line_subtotal_tax','0'),(168105,18244,'_line_total','31.35'),(168106,18244,'_line_tax','0'),(168107,18244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168108,18245,'_product_id','487'),(168109,18245,'_variation_id','0'),(168110,18245,'_qty','1'),(168111,18245,'_tax_class',''),(168112,18245,'_line_subtotal','31.35'),(168113,18245,'_line_subtotal_tax','0'),(168114,18245,'_line_total','31.35'),(168115,18245,'_line_tax','0'),(168116,18245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168117,18246,'_product_id','40'),(168118,18246,'_variation_id','0'),(168119,18246,'_qty','1'),(168120,18246,'_tax_class',''),(168121,18246,'_line_subtotal','90'),(168122,18246,'_line_subtotal_tax','0'),(168123,18246,'_line_total','90'),(168124,18246,'_line_tax','0'),(168125,18246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168126,18247,'_product_id','39'),(168127,18247,'_variation_id','0'),(168128,18247,'_qty','1'),(168129,18247,'_tax_class',''),(168130,18247,'_line_subtotal','90'),(168131,18247,'_line_subtotal_tax','0'),(168132,18247,'_line_total','90'),(168133,18247,'_line_tax','0'),(168134,18247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168135,18248,'_product_id','3412'),(168136,18248,'_variation_id','0'),(168137,18248,'_qty','1'),(168138,18248,'_tax_class',''),(168139,18248,'_line_subtotal','90'),(168140,18248,'_line_subtotal_tax','0'),(168141,18248,'_line_total','90'),(168142,18248,'_line_tax','0'),(168143,18248,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168144,18249,'_product_id','43'),(168145,18249,'_variation_id','0'),(168146,18249,'_qty','1'),(168147,18249,'_tax_class',''),(168148,18249,'_line_subtotal','90'),(168149,18249,'_line_subtotal_tax','0'),(168150,18249,'_line_total','90'),(168151,18249,'_line_tax','0'),(168152,18249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168153,18250,'_product_id','49'),(168154,18250,'_variation_id','0'),(168155,18250,'_qty','1'),(168156,18250,'_tax_class',''),(168157,18250,'_line_subtotal','90'),(168158,18250,'_line_subtotal_tax','0'),(168159,18250,'_line_total','90'),(168160,18250,'_line_tax','0'),(168161,18250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168162,18251,'_product_id','45'),(168163,18251,'_variation_id','0'),(168164,18251,'_qty','2'),(168165,18251,'_tax_class',''),(168166,18251,'_line_subtotal','100'),(168167,18251,'_line_subtotal_tax','0'),(168168,18251,'_line_total','100'),(168169,18251,'_line_tax','0'),(168170,18251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168171,18252,'_product_id','2110'),(168172,18252,'_variation_id','0'),(168173,18252,'_qty','1'),(168174,18252,'_tax_class',''),(168175,18252,'_line_subtotal','71.4'),(168176,18252,'_line_subtotal_tax','0'),(168177,18252,'_line_total','71.4'),(168178,18252,'_line_tax','0'),(168179,18252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168180,18253,'_product_id','2113'),(168181,18253,'_variation_id','0'),(168182,18253,'_qty','1'),(168183,18253,'_tax_class',''),(168184,18253,'_line_subtotal','172'),(168185,18253,'_line_subtotal_tax','0'),(168186,18253,'_line_total','172'),(168187,18253,'_line_tax','0'),(168188,18253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168189,18254,'method_id','free_shipping'),(168190,18254,'instance_id','2'),(168191,18254,'cost','0'),(168192,18254,'total_tax','0'),(168193,18254,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168194,18254,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1'),(168195,18255,'_product_id','44'),(168196,18255,'_variation_id','0'),(168197,18255,'_qty','1'),(168198,18255,'_tax_class',''),(168199,18255,'_line_subtotal','138'),(168200,18255,'_line_subtotal_tax','0'),(168201,18255,'_line_total','138'),(168202,18255,'_line_tax','0'),(168203,18255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168204,18256,'_product_id','43'),(168205,18256,'_variation_id','0'),(168206,18256,'_qty','2'),(168207,18256,'_tax_class',''),(168208,18256,'_line_subtotal','180'),(168209,18256,'_line_subtotal_tax','0'),(168210,18256,'_line_total','180'),(168211,18256,'_line_tax','0'),(168212,18256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168213,18257,'_product_id','3352'),(168214,18257,'_variation_id','0'),(168215,18257,'_qty','1'),(168216,18257,'_tax_class',''),(168217,18257,'_line_subtotal','148'),(168218,18257,'_line_subtotal_tax','0'),(168219,18257,'_line_total','148'),(168220,18257,'_line_tax','0'),(168221,18257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168222,18258,'_product_id','3696'),(168223,18258,'_variation_id','0'),(168224,18258,'_qty','1'),(168225,18258,'_tax_class',''),(168226,18258,'_line_subtotal','68.5'),(168227,18258,'_line_subtotal_tax','0'),(168228,18258,'_line_total','68.5'),(168229,18258,'_line_tax','0'),(168230,18258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168231,18259,'method_id','free_shipping'),(168232,18259,'instance_id','2'),(168233,18259,'cost','0'),(168234,18259,'total_tax','0'),(168235,18259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168236,18259,'Items','Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 1'),(168237,18260,'_product_id','488'),(168238,18260,'_variation_id','0'),(168239,18260,'_qty','1'),(168240,18260,'_tax_class',''),(168241,18260,'_line_subtotal','31.35'),(168242,18260,'_line_subtotal_tax','0'),(168243,18260,'_line_total','31.35'),(168244,18260,'_line_tax','0'),(168245,18260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168246,18261,'_product_id','40'),(168247,18261,'_variation_id','0'),(168248,18261,'_qty','1'),(168249,18261,'_tax_class',''),(168250,18261,'_line_subtotal','90'),(168251,18261,'_line_subtotal_tax','0'),(168252,18261,'_line_total','90'),(168253,18261,'_line_tax','0'),(168254,18261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168255,18262,'_product_id','3696'),(168256,18262,'_variation_id','0'),(168257,18262,'_qty','1'),(168258,18262,'_tax_class',''),(168259,18262,'_line_subtotal','68.5'),(168260,18262,'_line_subtotal_tax','0'),(168261,18262,'_line_total','68.5'),(168262,18262,'_line_tax','0'),(168263,18262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168264,18263,'method_id','fedex'),(168265,18263,'instance_id','1'),(168266,18263,'cost','18.51'),(168267,18263,'total_tax','0'),(168268,18263,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168269,18263,'Package 1','17 × 14 × 10 (in) 25.3lbs × 1'),(168270,18263,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 1'),(168271,18264,'_product_id','41'),(168272,18264,'_variation_id','0'),(168273,18264,'_qty','2'),(168274,18264,'_tax_class',''),(168275,18264,'_line_subtotal','146.4'),(168276,18264,'_line_subtotal_tax','0'),(168277,18264,'_line_total','146.4'),(168278,18264,'_line_tax','0'),(168279,18264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168280,18265,'_product_id','49'),(168281,18265,'_variation_id','0'),(168282,18265,'_qty','2'),(168283,18265,'_tax_class',''),(168284,18265,'_line_subtotal','180'),(168285,18265,'_line_subtotal_tax','0'),(168286,18265,'_line_total','180'),(168287,18265,'_line_tax','0'),(168288,18265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168289,18266,'_product_id','44'),(168290,18266,'_variation_id','0'),(168291,18266,'_qty','1'),(168292,18266,'_tax_class',''),(168293,18266,'_line_subtotal','138'),(168294,18266,'_line_subtotal_tax','0'),(168295,18266,'_line_total','138'),(168296,18266,'_line_tax','0'),(168297,18266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168298,18267,'_product_id','3362'),(168299,18267,'_variation_id','0'),(168300,18267,'_qty','1'),(168301,18267,'_tax_class',''),(168302,18267,'_line_subtotal','75'),(168303,18267,'_line_subtotal_tax','0'),(168304,18267,'_line_total','75'),(168305,18267,'_line_tax','0'),(168306,18267,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168307,18268,'_product_id','40'),(168308,18268,'_variation_id','0'),(168309,18268,'_qty','1'),(168310,18268,'_tax_class',''),(168311,18268,'_line_subtotal','90'),(168312,18268,'_line_subtotal_tax','0'),(168313,18268,'_line_total','90'),(168314,18268,'_line_tax','0'),(168315,18268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168316,18269,'method_id','free_shipping'),(168317,18269,'instance_id','2'),(168318,18269,'cost','0'),(168319,18269,'total_tax','0'),(168320,18269,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168321,18269,'Items','Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1'),(168322,18270,'_product_id','45'),(168323,18270,'_variation_id','0'),(168324,18270,'_qty','3'),(168325,18270,'_tax_class',''),(168326,18270,'_line_subtotal','150'),(168327,18270,'_line_subtotal_tax','0'),(168328,18270,'_line_total','150'),(168329,18270,'_line_tax','0'),(168330,18270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168331,18271,'_product_id','488'),(168332,18271,'_variation_id','0'),(168333,18271,'_qty','3'),(168334,18271,'_tax_class',''),(168335,18271,'_line_subtotal','94.05'),(168336,18271,'_line_subtotal_tax','0'),(168337,18271,'_line_total','94.05'),(168338,18271,'_line_tax','0'),(168339,18271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168340,18272,'_product_id','487'),(168341,18272,'_variation_id','0'),(168342,18272,'_qty','3'),(168343,18272,'_tax_class',''),(168344,18272,'_line_subtotal','94.05'),(168345,18272,'_line_subtotal_tax','0'),(168346,18272,'_line_total','94.05'),(168347,18272,'_line_tax','0'),(168348,18272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168349,18273,'_product_id','3696'),(168350,18273,'_variation_id','0'),(168351,18273,'_qty','3'),(168352,18273,'_tax_class',''),(168353,18273,'_line_subtotal','205.5'),(168354,18273,'_line_subtotal_tax','0'),(168355,18273,'_line_total','205.5'),(168356,18273,'_line_tax','0'),(168357,18273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168358,18274,'method_id','free_shipping'),(168359,18274,'instance_id','2'),(168360,18274,'cost','0'),(168361,18274,'total_tax','0'),(168362,18274,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168363,18274,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Bulk Detangling Spray 1 Gallon RM &times; 3, Bulk Mousse 1 Gallon RM &times; 3, Bulk Active Rinse 100% 1 Gallon &times; 3'),(168364,18275,'_product_id','44'),(168365,18275,'_variation_id','0'),(168366,18275,'_qty','2'),(168367,18275,'_tax_class',''),(168368,18275,'_line_subtotal','276'),(168369,18275,'_line_subtotal_tax','0'),(168370,18275,'_line_total','276'),(168371,18275,'_line_tax','0'),(168372,18275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168373,18276,'_product_id','133'),(168374,18276,'_variation_id','0'),(168375,18276,'_qty','3'),(168376,18276,'_tax_class',''),(168377,18276,'_line_subtotal','42.9'),(168378,18276,'_line_subtotal_tax','0'),(168379,18276,'_line_total','42.9'),(168380,18276,'_line_tax','0'),(168381,18276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168382,18277,'_product_id','116'),(168383,18277,'_variation_id','0'),(168384,18277,'_qty','1'),(168385,18277,'_tax_class',''),(168386,18277,'_line_subtotal','165'),(168387,18277,'_line_subtotal_tax','0'),(168388,18277,'_line_total','165'),(168389,18277,'_line_tax','0'),(168390,18277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168391,18278,'_product_id','93'),(168392,18278,'_variation_id','0'),(168393,18278,'_qty','10'),(168394,18278,'_tax_class',''),(168395,18278,'_line_subtotal','0'),(168396,18278,'_line_subtotal_tax','0'),(168397,18278,'_line_total','0'),(168398,18278,'_line_tax','0'),(168399,18278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168400,18279,'_product_id','3507'),(168401,18279,'_variation_id','0'),(168402,18279,'_qty','1'),(168403,18279,'_tax_class',''),(168404,18279,'_line_subtotal','175'),(168405,18279,'_line_subtotal_tax','0'),(168406,18279,'_line_total','175'),(168407,18279,'_line_tax','0'),(168408,18279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168409,18280,'method_id','free_shipping'),(168410,18280,'instance_id','2'),(168411,18280,'cost','0'),(168412,18280,'total_tax','0'),(168413,18280,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168414,18280,'Items','Preventive Kit(Case of 6) &times; 2, Disposable Head Bands &times; 3, Pediatrician Samples 2oz(Case of 48) &times; 1, Bulk Active Rinse 100% &times; 10, Bulk (Not in Blister Packs) Junior Lice Comb(Case of 50) &times; 1'),(168415,18218,'thwma_order_shipping_status','wc-pending'),(168416,18219,'thwma_order_shipping_status','wc-pending'),(168417,18220,'thwma_order_shipping_status','wc-pending'),(168418,18221,'thwma_order_shipping_status','wc-pending'),(168419,18222,'thwma_order_shipping_status','wc-pending'),(168420,18223,'thwma_order_shipping_status','wc-pending'),(168421,18224,'thwma_order_shipping_status','wc-pending'),(168422,18255,'thwma_order_shipping_status','wc-pending'),(168423,18256,'thwma_order_shipping_status','wc-pending'),(168424,18257,'thwma_order_shipping_status','wc-pending'),(168425,18258,'thwma_order_shipping_status','wc-pending'),(168429,18260,'thwma_order_shipping_status','wc-pending'),(168430,18261,'thwma_order_shipping_status','wc-pending'),(168431,18262,'thwma_order_shipping_status','wc-pending'),(168441,18199,'thwma_order_shipping_status','wc-pending'),(168442,18200,'thwma_order_shipping_status','wc-pending'),(168443,18201,'thwma_order_shipping_status','wc-pending'),(168444,18202,'thwma_order_shipping_status','wc-pending'),(168445,18203,'thwma_order_shipping_status','wc-pending'),(168446,18204,'thwma_order_shipping_status','wc-pending'),(168447,18205,'thwma_order_shipping_status','wc-pending'),(168448,18206,'thwma_order_shipping_status','wc-pending'),(168449,18207,'thwma_order_shipping_status','wc-pending'),(168450,18264,'thwma_order_shipping_status','wc-pending'),(168451,18265,'thwma_order_shipping_status','wc-pending'),(168452,18266,'thwma_order_shipping_status','wc-pending'),(168453,18267,'thwma_order_shipping_status','wc-pending'),(168454,18268,'thwma_order_shipping_status','wc-pending'),(168459,18270,'thwma_order_shipping_status','wc-pending'),(168460,18271,'thwma_order_shipping_status','wc-pending'),(168461,18272,'thwma_order_shipping_status','wc-pending'),(168462,18273,'thwma_order_shipping_status','wc-pending'),(168463,18131,'thwma_order_shipping_status','wc-pending'),(168464,18132,'thwma_order_shipping_status','wc-pending'),(168465,18133,'thwma_order_shipping_status','wc-pending'),(168466,18134,'thwma_order_shipping_status','wc-pending'),(168467,18135,'thwma_order_shipping_status','wc-pending'),(168468,18136,'thwma_order_shipping_status','wc-pending'),(168469,18137,'thwma_order_shipping_status','wc-pending'),(168470,18138,'thwma_order_shipping_status','wc-pending'),(168506,18285,'_product_id','487'),(168507,18285,'_variation_id','0'),(168508,18285,'_qty','4'),(168509,18285,'_tax_class',''),(168510,18285,'_line_subtotal','125.4'),(168511,18285,'_line_subtotal_tax','0'),(168512,18285,'_line_total','125.4'),(168513,18285,'_line_tax','0'),(168514,18285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168515,18286,'_product_id','51'),(168516,18286,'_variation_id','0'),(168517,18286,'_qty','8'),(168518,18286,'_tax_class',''),(168519,18286,'_line_subtotal','1264.8'),(168520,18286,'_line_subtotal_tax','0'),(168521,18286,'_line_total','1264.8'),(168522,18286,'_line_tax','0'),(168523,18286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168524,18286,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:1:{s:32:\"2838023a778dfaecdc212708f721b788\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:51;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(168525,18286,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:95.200000000000003;s:34:\"saved_amount_based_on_tax_settings\";d:95.200000000000003;s:15:\"is_free_product\";b:0;}'),(168526,18287,'_product_id','42'),(168527,18287,'_variation_id','0'),(168528,18287,'_qty','2'),(168529,18287,'_tax_class',''),(168530,18287,'_line_subtotal','180'),(168531,18287,'_line_subtotal_tax','0'),(168532,18287,'_line_total','180'),(168533,18287,'_line_tax','0'),(168534,18287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168535,18288,'method_id','free_shipping'),(168536,18288,'instance_id','2'),(168537,18288,'cost','0'),(168538,18288,'total_tax','0'),(168539,18288,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168540,18288,'Items','Bulk Mousse 1 Gallon RM &times; 4, Urgent Care Kit(Case of 6) &times; 8, Comb-Out Mousse(Case of 12) &times; 2'),(168541,18289,'_product_id','3696'),(168542,18289,'_variation_id','0'),(168543,18289,'_qty','2'),(168544,18289,'_tax_class',''),(168545,18289,'_line_subtotal','137'),(168546,18289,'_line_subtotal_tax','0'),(168547,18289,'_line_total','137'),(168548,18289,'_line_tax','0'),(168549,18289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168550,18290,'_product_id','116'),(168551,18290,'_variation_id','0'),(168552,18290,'_qty','1'),(168553,18290,'_tax_class',''),(168554,18290,'_line_subtotal','165'),(168555,18290,'_line_subtotal_tax','0'),(168556,18290,'_line_total','165'),(168557,18290,'_line_tax','0'),(168558,18290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168559,18291,'_product_id','120'),(168560,18291,'_variation_id','0'),(168561,18291,'_qty','1'),(168562,18291,'_tax_class',''),(168563,18291,'_line_subtotal','63'),(168564,18291,'_line_subtotal_tax','0'),(168565,18291,'_line_total','63'),(168566,18291,'_line_tax','0'),(168567,18291,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168568,18292,'_product_id','40'),(168569,18292,'_variation_id','0'),(168570,18292,'_qty','1'),(168571,18292,'_tax_class',''),(168572,18292,'_line_subtotal','90'),(168573,18292,'_line_subtotal_tax','0'),(168574,18292,'_line_total','90'),(168575,18292,'_line_tax','0'),(168576,18292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168577,18293,'_product_id','2110'),(168578,18293,'_variation_id','0'),(168579,18293,'_qty','1'),(168580,18293,'_tax_class',''),(168581,18293,'_line_subtotal','71.4'),(168582,18293,'_line_subtotal_tax','0'),(168583,18293,'_line_total','71.4'),(168584,18293,'_line_tax','0'),(168585,18293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168586,18294,'method_id','free_shipping'),(168587,18294,'instance_id','2'),(168588,18294,'cost','0'),(168589,18294,'total_tax','0'),(168590,18294,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168591,18294,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(168592,18295,'_product_id','3485'),(168593,18295,'_variation_id','0'),(168594,18295,'_qty','3'),(168595,18295,'_tax_class',''),(168596,18295,'_line_subtotal','446.4'),(168597,18295,'_line_subtotal_tax','0'),(168598,18295,'_line_total','446.4'),(168599,18295,'_line_tax','0'),(168600,18295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168601,18296,'_product_id','41'),(168602,18296,'_variation_id','0'),(168603,18296,'_qty','4'),(168604,18296,'_tax_class',''),(168605,18296,'_line_subtotal','292.8'),(168606,18296,'_line_subtotal_tax','0'),(168607,18296,'_line_total','292.8'),(168608,18296,'_line_tax','0'),(168609,18296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168610,18297,'method_id','free_shipping'),(168611,18297,'instance_id','2'),(168612,18297,'cost','0'),(168613,18297,'total_tax','0'),(168614,18297,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168615,18297,'Items','Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 3, Professional Lice Comb(Case of 12) &times; 4'),(168616,18211,'thwma_order_shipping_status','wc-pending'),(168617,18212,'thwma_order_shipping_status','wc-pending'),(168618,18213,'thwma_order_shipping_status','wc-pending'),(168619,18214,'thwma_order_shipping_status','wc-pending'),(168620,18215,'thwma_order_shipping_status','wc-pending'),(168621,18216,'thwma_order_shipping_status','wc-pending'),(168622,18226,'thwma_order_shipping_status','wc-pending'),(168623,18227,'thwma_order_shipping_status','wc-pending'),(168624,18228,'thwma_order_shipping_status','wc-pending'),(168625,18230,'thwma_order_shipping_status','wc-pending'),(168626,18231,'thwma_order_shipping_status','wc-pending'),(168627,18232,'thwma_order_shipping_status','wc-pending'),(168628,18233,'thwma_order_shipping_status','wc-pending'),(168629,18234,'thwma_order_shipping_status','wc-pending'),(168630,18236,'thwma_order_shipping_status','wc-pending'),(168631,18237,'thwma_order_shipping_status','wc-pending'),(168632,18238,'thwma_order_shipping_status','wc-pending'),(168633,18239,'thwma_order_shipping_status','wc-pending'),(168634,18240,'thwma_order_shipping_status','wc-pending'),(168635,18241,'thwma_order_shipping_status','wc-pending'),(168636,18242,'thwma_order_shipping_status','wc-pending'),(168637,18244,'thwma_order_shipping_status','wc-pending'),(168638,18245,'thwma_order_shipping_status','wc-pending'),(168639,18246,'thwma_order_shipping_status','wc-pending'),(168640,18247,'thwma_order_shipping_status','wc-pending'),(168641,18248,'thwma_order_shipping_status','wc-pending'),(168642,18249,'thwma_order_shipping_status','wc-pending'),(168643,18250,'thwma_order_shipping_status','wc-pending'),(168644,18251,'thwma_order_shipping_status','wc-pending'),(168645,18252,'thwma_order_shipping_status','wc-pending'),(168646,18253,'thwma_order_shipping_status','wc-pending'),(168647,18289,'thwma_order_shipping_status','wc-pending'),(168648,18290,'thwma_order_shipping_status','wc-pending'),(168649,18291,'thwma_order_shipping_status','wc-pending'),(168650,18292,'thwma_order_shipping_status','wc-pending'),(168651,18293,'thwma_order_shipping_status','wc-pending'),(168652,18295,'thwma_order_shipping_status','wc-pending'),(168653,18296,'thwma_order_shipping_status','wc-pending'),(168654,18093,'thwma_order_shipping_status','wc-pending'),(168655,18094,'thwma_order_shipping_status','wc-pending'),(168656,18298,'_product_id','116'),(168657,18298,'_variation_id','0'),(168658,18298,'_qty','1'),(168659,18298,'_tax_class',''),(168660,18298,'_line_subtotal','165'),(168661,18298,'_line_subtotal_tax','0'),(168662,18298,'_line_total','165'),(168663,18298,'_line_tax','0'),(168664,18298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168665,18299,'_product_id','2110'),(168666,18299,'_variation_id','0'),(168667,18299,'_qty','1'),(168668,18299,'_tax_class',''),(168669,18299,'_line_subtotal','71.4'),(168670,18299,'_line_subtotal_tax','0'),(168671,18299,'_line_total','71.4'),(168672,18299,'_line_tax','0'),(168673,18299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168674,18300,'_product_id','3507'),(168675,18300,'_variation_id','0'),(168676,18300,'_qty','2'),(168677,18300,'_tax_class',''),(168678,18300,'_line_subtotal','350'),(168679,18300,'_line_subtotal_tax','0'),(168680,18300,'_line_total','350'),(168681,18300,'_line_tax','0'),(168682,18300,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168683,18301,'_product_id','43'),(168684,18301,'_variation_id','0'),(168685,18301,'_qty','1'),(168686,18301,'_tax_class',''),(168687,18301,'_line_subtotal','90'),(168688,18301,'_line_subtotal_tax','0'),(168689,18301,'_line_total','90'),(168690,18301,'_line_tax','0'),(168691,18301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168692,18302,'_product_id','44'),(168693,18302,'_variation_id','0'),(168694,18302,'_qty','1'),(168695,18302,'_tax_class',''),(168696,18302,'_line_subtotal','138'),(168697,18302,'_line_subtotal_tax','0'),(168698,18302,'_line_total','138'),(168699,18302,'_line_tax','0'),(168700,18302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168701,18303,'_product_id','490'),(168702,18303,'_variation_id','0'),(168703,18303,'_qty','10'),(168704,18303,'_tax_class',''),(168705,18303,'_line_subtotal','196'),(168706,18303,'_line_subtotal_tax','0'),(168707,18303,'_line_total','196'),(168708,18303,'_line_tax','0'),(168709,18303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168710,18304,'_product_id','133'),(168711,18304,'_variation_id','0'),(168712,18304,'_qty','3'),(168713,18304,'_tax_class',''),(168714,18304,'_line_subtotal','42.9'),(168715,18304,'_line_subtotal_tax','0'),(168716,18304,'_line_total','42.9'),(168717,18304,'_line_tax','0'),(168718,18304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168719,18305,'method_id','free_shipping'),(168720,18305,'instance_id','2'),(168721,18305,'cost','0'),(168722,18305,'total_tax','0'),(168723,18305,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168724,18305,'Items','Pediatrician Samples 2oz(Case of 48) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1, Bulk (Not in Blister Packs) Junior Lice Comb(Case of 50) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Bulk Active Rinse 100% RM &times; 10, Disposable Head Bands &times; 3'),(168725,18306,'_product_id','3485'),(168726,18306,'_variation_id','0'),(168727,18306,'_qty','1'),(168728,18306,'_tax_class',''),(168729,18306,'_line_subtotal','148.8'),(168730,18306,'_line_subtotal_tax','0'),(168731,18306,'_line_total','148.8'),(168732,18306,'_line_tax','0'),(168733,18306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168734,18307,'_product_id','3499'),(168735,18307,'_variation_id','0'),(168736,18307,'_qty','1'),(168737,18307,'_tax_class',''),(168738,18307,'_line_subtotal','142.8'),(168739,18307,'_line_subtotal_tax','0'),(168740,18307,'_line_total','142.8'),(168741,18307,'_line_tax','0'),(168742,18307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168743,18308,'_product_id','2110'),(168744,18308,'_variation_id','0'),(168745,18308,'_qty','8'),(168746,18308,'_tax_class',''),(168747,18308,'_line_subtotal','531.216'),(168748,18308,'_line_subtotal_tax','0'),(168749,18308,'_line_total','531.216'),(168750,18308,'_line_tax','0'),(168751,18308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168752,18308,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(168753,18308,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(168754,18309,'_product_id','2113'),(168755,18309,'_variation_id','0'),(168756,18309,'_qty','8'),(168757,18309,'_tax_class',''),(168758,18309,'_line_subtotal','1279.68'),(168759,18309,'_line_subtotal_tax','0'),(168760,18309,'_line_total','1279.68'),(168761,18309,'_line_tax','0'),(168762,18309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168763,18309,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(168764,18309,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:96.319999999999993;s:34:\"saved_amount_based_on_tax_settings\";d:96.319999999999993;s:15:\"is_free_product\";b:0;}'),(168765,18310,'_product_id','41'),(168766,18310,'_variation_id','0'),(168767,18310,'_qty','8'),(168768,18310,'_tax_class',''),(168769,18310,'_line_subtotal','544.608'),(168770,18310,'_line_subtotal_tax','0'),(168771,18310,'_line_total','544.608'),(168772,18310,'_line_tax','0'),(168773,18310,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168774,18310,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:4:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(168775,18310,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(168776,18311,'_product_id','43'),(168777,18311,'_variation_id','0'),(168778,18311,'_qty','8'),(168779,18311,'_tax_class',''),(168780,18311,'_line_subtotal','669.6'),(168781,18311,'_line_subtotal_tax','0'),(168782,18311,'_line_total','669.6'),(168783,18311,'_line_tax','0'),(168784,18311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168785,18311,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(168786,18311,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(168787,18312,'method_id','free_shipping'),(168788,18312,'instance_id','2'),(168789,18312,'cost','0'),(168790,18312,'total_tax','0'),(168791,18312,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168792,18312,'Items','Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 8, Active Rinse 16oz 100%(Case of 16) &times; 8, Professional Lice Comb(Case of 12) &times; 8, Preventive Spray 8oz(Case of 12) &times; 8'),(168793,18313,'_product_id','2110'),(168794,18313,'_variation_id','0'),(168795,18313,'_qty','2'),(168796,18313,'_tax_class',''),(168797,18313,'_line_subtotal','142.8'),(168798,18313,'_line_subtotal_tax','0'),(168799,18313,'_line_total','142.8'),(168800,18313,'_line_tax','0'),(168801,18313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168802,18314,'_product_id','116'),(168803,18314,'_variation_id','0'),(168804,18314,'_qty','1'),(168805,18314,'_tax_class',''),(168806,18314,'_line_subtotal','165'),(168807,18314,'_line_subtotal_tax','0'),(168808,18314,'_line_total','165'),(168809,18314,'_line_tax','0'),(168810,18314,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168811,18315,'_product_id','44'),(168812,18315,'_variation_id','0'),(168813,18315,'_qty','1'),(168814,18315,'_tax_class',''),(168815,18315,'_line_subtotal','138'),(168816,18315,'_line_subtotal_tax','0'),(168817,18315,'_line_total','138'),(168818,18315,'_line_tax','0'),(168819,18315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168820,18316,'_product_id','43'),(168821,18316,'_variation_id','0'),(168822,18316,'_qty','2'),(168823,18316,'_tax_class',''),(168824,18316,'_line_subtotal','180'),(168825,18316,'_line_subtotal_tax','0'),(168826,18316,'_line_total','180'),(168827,18316,'_line_tax','0'),(168828,18316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168829,18317,'_product_id','39'),(168830,18317,'_variation_id','0'),(168831,18317,'_qty','1'),(168832,18317,'_tax_class',''),(168833,18317,'_line_subtotal','90'),(168834,18317,'_line_subtotal_tax','0'),(168835,18317,'_line_total','90'),(168836,18317,'_line_tax','0'),(168837,18317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168838,18318,'_product_id','40'),(168839,18318,'_variation_id','0'),(168840,18318,'_qty','1'),(168841,18318,'_tax_class',''),(168842,18318,'_line_subtotal','90'),(168843,18318,'_line_subtotal_tax','0'),(168844,18318,'_line_total','90'),(168845,18318,'_line_tax','0'),(168846,18318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168847,18319,'_product_id','3696'),(168848,18319,'_variation_id','0'),(168849,18319,'_qty','1'),(168850,18319,'_tax_class',''),(168851,18319,'_line_subtotal','68.5'),(168852,18319,'_line_subtotal_tax','0'),(168853,18319,'_line_total','68.5'),(168854,18319,'_line_tax','0'),(168855,18319,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168856,18320,'method_id','free_shipping'),(168857,18320,'instance_id','2'),(168858,18320,'cost','0'),(168859,18320,'total_tax','0'),(168860,18320,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168861,18320,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 1'),(168877,18321,'_product_id','488'),(168878,18321,'_variation_id','0'),(168879,18321,'_qty','2'),(168880,18321,'_tax_class',''),(168881,18321,'_line_subtotal','62.7'),(168882,18321,'_line_subtotal_tax','0'),(168883,18321,'_line_total','62.7'),(168884,18321,'_line_tax','0'),(168885,18321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168886,18322,'_product_id','490'),(168887,18322,'_variation_id','0'),(168888,18322,'_qty','20'),(168889,18322,'_tax_class',''),(168890,18322,'_line_subtotal','392'),(168891,18322,'_line_subtotal_tax','0'),(168892,18322,'_line_total','392'),(168893,18322,'_line_tax','0'),(168894,18322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168895,18323,'method_id','fedex'),(168896,18323,'instance_id','1'),(168897,18323,'cost','74.51'),(168898,18323,'total_tax','0'),(168899,18323,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168900,18323,'Package 1','17 × 14 × 10 (in) 40.35lbs × 1'),(168901,18323,'Package 2','17 × 14 × 10 (in) 20.35lbs × 1'),(168902,18323,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 20'),(168903,18285,'thwma_order_shipping_status','wc-pending'),(168904,18286,'thwma_order_shipping_status','wc-pending'),(168905,18287,'thwma_order_shipping_status','wc-pending'),(168906,18298,'thwma_order_shipping_status','wc-pending'),(168907,18299,'thwma_order_shipping_status','wc-pending'),(168908,18300,'thwma_order_shipping_status','wc-pending'),(168909,18301,'thwma_order_shipping_status','wc-pending'),(168910,18302,'thwma_order_shipping_status','wc-pending'),(168911,18303,'thwma_order_shipping_status','wc-pending'),(168912,18304,'thwma_order_shipping_status','wc-pending'),(168913,18306,'thwma_order_shipping_status','wc-pending'),(168914,18307,'thwma_order_shipping_status','wc-pending'),(168915,18308,'thwma_order_shipping_status','wc-pending'),(168916,18309,'thwma_order_shipping_status','wc-pending'),(168917,18310,'thwma_order_shipping_status','wc-pending'),(168918,18311,'thwma_order_shipping_status','wc-pending'),(168919,18313,'thwma_order_shipping_status','wc-pending'),(168920,18314,'thwma_order_shipping_status','wc-pending'),(168921,18315,'thwma_order_shipping_status','wc-pending'),(168922,18316,'thwma_order_shipping_status','wc-pending'),(168923,18317,'thwma_order_shipping_status','wc-pending'),(168924,18318,'thwma_order_shipping_status','wc-pending'),(168925,18319,'thwma_order_shipping_status','wc-pending'),(168926,18324,'_product_id','45'),(168927,18324,'_variation_id','0'),(168928,18324,'_qty','2'),(168929,18324,'_tax_class',''),(168930,18324,'_line_subtotal','100'),(168931,18324,'_line_subtotal_tax','0'),(168932,18324,'_line_total','100'),(168933,18324,'_line_tax','0'),(168934,18324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168935,18325,'_product_id','2113'),(168936,18325,'_variation_id','0'),(168937,18325,'_qty','2'),(168938,18325,'_tax_class',''),(168939,18325,'_line_subtotal','344'),(168940,18325,'_line_subtotal_tax','0'),(168941,18325,'_line_total','344'),(168942,18325,'_line_tax','0'),(168943,18325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168944,18326,'_product_id','2110'),(168945,18326,'_variation_id','0'),(168946,18326,'_qty','2'),(168947,18326,'_tax_class',''),(168948,18326,'_line_subtotal','142.8'),(168949,18326,'_line_subtotal_tax','0'),(168950,18326,'_line_total','142.8'),(168951,18326,'_line_tax','0'),(168952,18326,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168953,18327,'_product_id','3696'),(168954,18327,'_variation_id','0'),(168955,18327,'_qty','2'),(168956,18327,'_tax_class',''),(168957,18327,'_line_subtotal','137'),(168958,18327,'_line_subtotal_tax','0'),(168959,18327,'_line_total','137'),(168960,18327,'_line_tax','0'),(168961,18327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168962,18328,'method_id','free_shipping'),(168963,18328,'instance_id','2'),(168964,18328,'cost','0'),(168965,18328,'total_tax','0'),(168966,18328,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168967,18328,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 2'),(168968,18329,'_product_id','488'),(168969,18329,'_variation_id','0'),(168970,18329,'_qty','2'),(168971,18329,'_tax_class',''),(168972,18329,'_line_subtotal','62.7'),(168973,18329,'_line_subtotal_tax','0'),(168974,18329,'_line_total','62.7'),(168975,18329,'_line_tax','0'),(168976,18329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168977,18330,'_product_id','490'),(168978,18330,'_variation_id','0'),(168979,18330,'_qty','20'),(168980,18330,'_tax_class',''),(168981,18330,'_line_subtotal','392'),(168982,18330,'_line_subtotal_tax','0'),(168983,18330,'_line_total','392'),(168984,18330,'_line_tax','0'),(168985,18330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(168986,18331,'method_id','fedex'),(168987,18331,'instance_id','1'),(168988,18331,'cost','74.51'),(168989,18331,'total_tax','0'),(168990,18331,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(168991,18331,'Package 1','17 × 14 × 10 (in) 40.35lbs × 1'),(168992,18331,'Package 2','17 × 14 × 10 (in) 20.35lbs × 1'),(168993,18331,'Items','Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Active Rinse 100% RM &times; 20'),(169009,18056,'thwma_order_shipping_status','wc-pending'),(169010,18057,'thwma_order_shipping_status','wc-pending'),(169011,18058,'thwma_order_shipping_status','wc-pending'),(169012,18059,'thwma_order_shipping_status','wc-pending'),(169013,18060,'thwma_order_shipping_status','wc-pending'),(169014,18061,'thwma_order_shipping_status','wc-pending'),(169015,18062,'thwma_order_shipping_status','wc-pending'),(169016,18063,'thwma_order_shipping_status','wc-pending'),(169017,18064,'thwma_order_shipping_status','wc-pending'),(169018,18065,'thwma_order_shipping_status','wc-pending'),(169019,18066,'thwma_order_shipping_status','wc-pending'),(169020,18067,'thwma_order_shipping_status','wc-pending'),(169021,18068,'thwma_order_shipping_status','wc-pending'),(169022,18069,'thwma_order_shipping_status','wc-pending'),(169023,18070,'thwma_order_shipping_status','wc-pending'),(169024,18332,'_product_id','2110'),(169025,18332,'_variation_id','0'),(169026,18332,'_qty','1'),(169027,18332,'_tax_class',''),(169028,18332,'_line_subtotal','71.4'),(169029,18332,'_line_subtotal_tax','0'),(169030,18332,'_line_total','71.4'),(169031,18332,'_line_tax','0'),(169032,18332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169033,18333,'_product_id','2113'),(169034,18333,'_variation_id','0'),(169035,18333,'_qty','1'),(169036,18333,'_tax_class',''),(169037,18333,'_line_subtotal','172'),(169038,18333,'_line_subtotal_tax','0'),(169039,18333,'_line_total','172'),(169040,18333,'_line_tax','0'),(169041,18333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169042,18334,'_product_id','2408'),(169043,18334,'_variation_id','0'),(169044,18334,'_qty','1'),(169045,18334,'_tax_class',''),(169046,18334,'_line_subtotal','170'),(169047,18334,'_line_subtotal_tax','0'),(169048,18334,'_line_total','170'),(169049,18334,'_line_tax','0'),(169050,18334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169051,18335,'_product_id','3696'),(169052,18335,'_variation_id','0'),(169053,18335,'_qty','4'),(169054,18335,'_tax_class',''),(169055,18335,'_line_subtotal','274'),(169056,18335,'_line_subtotal_tax','0'),(169057,18335,'_line_total','274'),(169058,18335,'_line_tax','0'),(169059,18335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169060,18336,'_product_id','3525'),(169061,18336,'_variation_id','0'),(169062,18336,'_qty','1'),(169063,18336,'_tax_class',''),(169064,18336,'_line_subtotal','90'),(169065,18336,'_line_subtotal_tax','0'),(169066,18336,'_line_total','90'),(169067,18336,'_line_tax','0'),(169068,18336,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169069,18337,'_product_id','45'),(169070,18337,'_variation_id','0'),(169071,18337,'_qty','1'),(169072,18337,'_tax_class',''),(169073,18337,'_line_subtotal','50'),(169074,18337,'_line_subtotal_tax','0'),(169075,18337,'_line_total','50'),(169076,18337,'_line_tax','0'),(169077,18337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169078,18338,'_product_id','41'),(169079,18338,'_variation_id','0'),(169080,18338,'_qty','2'),(169081,18338,'_tax_class',''),(169082,18338,'_line_subtotal','146.4'),(169083,18338,'_line_subtotal_tax','0'),(169084,18338,'_line_total','146.4'),(169085,18338,'_line_tax','0'),(169086,18338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169087,18339,'_product_id','120'),(169088,18339,'_variation_id','0'),(169089,18339,'_qty','1'),(169090,18339,'_tax_class',''),(169091,18339,'_line_subtotal','63'),(169092,18339,'_line_subtotal_tax','0'),(169093,18339,'_line_total','63'),(169094,18339,'_line_tax','0'),(169095,18339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169096,18340,'method_id','free_shipping'),(169097,18340,'instance_id','2'),(169098,18340,'cost','0'),(169099,18340,'total_tax','0'),(169100,18340,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169101,18340,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 4, Dandruff Shampoo 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1'),(169102,18341,'_product_id','2110'),(169103,18341,'_variation_id','0'),(169104,18341,'_qty','4'),(169105,18341,'_tax_class',''),(169106,18341,'_line_subtotal','285.6'),(169107,18341,'_line_subtotal_tax','0'),(169108,18341,'_line_total','285.6'),(169109,18341,'_line_tax','0'),(169110,18341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169111,18342,'_product_id','2113'),(169112,18342,'_variation_id','0'),(169113,18342,'_qty','3'),(169114,18342,'_tax_class',''),(169115,18342,'_line_subtotal','516'),(169116,18342,'_line_subtotal_tax','0'),(169117,18342,'_line_total','516'),(169118,18342,'_line_tax','0'),(169119,18342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169120,18343,'_product_id','43'),(169121,18343,'_variation_id','0'),(169122,18343,'_qty','2'),(169123,18343,'_tax_class',''),(169124,18343,'_line_subtotal','180'),(169125,18343,'_line_subtotal_tax','0'),(169126,18343,'_line_total','180'),(169127,18343,'_line_tax','0'),(169128,18343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169129,18344,'_product_id','41'),(169130,18344,'_variation_id','0'),(169131,18344,'_qty','6'),(169132,18344,'_tax_class',''),(169133,18344,'_line_subtotal','439.2'),(169134,18344,'_line_subtotal_tax','0'),(169135,18344,'_line_total','439.2'),(169136,18344,'_line_tax','0'),(169137,18344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169138,18345,'_product_id','45'),(169139,18345,'_variation_id','0'),(169140,18345,'_qty','4'),(169141,18345,'_tax_class',''),(169142,18345,'_line_subtotal','200'),(169143,18345,'_line_subtotal_tax','0'),(169144,18345,'_line_total','200'),(169145,18345,'_line_tax','0'),(169146,18345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169147,18346,'method_id','free_shipping'),(169148,18346,'instance_id','2'),(169149,18346,'cost','0'),(169150,18346,'total_tax','0'),(169151,18346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169152,18346,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 6, Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(169153,18347,'_product_id','2110'),(169154,18347,'_variation_id','0'),(169155,18347,'_qty','1'),(169156,18347,'_tax_class',''),(169157,18347,'_line_subtotal','71.4'),(169158,18347,'_line_subtotal_tax','0'),(169159,18347,'_line_total','71.4'),(169160,18347,'_line_tax','0'),(169161,18347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169162,18348,'_product_id','3412'),(169163,18348,'_variation_id','0'),(169164,18348,'_qty','2'),(169165,18348,'_tax_class',''),(169166,18348,'_line_subtotal','180'),(169167,18348,'_line_subtotal_tax','0'),(169168,18348,'_line_total','180'),(169169,18348,'_line_tax','0'),(169170,18348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169171,18349,'_product_id','45'),(169172,18349,'_variation_id','0'),(169173,18349,'_qty','2'),(169174,18349,'_tax_class',''),(169175,18349,'_line_subtotal','100'),(169176,18349,'_line_subtotal_tax','0'),(169177,18349,'_line_total','100'),(169178,18349,'_line_tax','0'),(169179,18349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169180,18350,'_product_id','51'),(169181,18350,'_variation_id','0'),(169182,18350,'_qty','1'),(169183,18350,'_tax_class',''),(169184,18350,'_line_subtotal','170'),(169185,18350,'_line_subtotal_tax','0'),(169186,18350,'_line_total','170'),(169187,18350,'_line_tax','0'),(169188,18350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169189,18351,'_product_id','3525'),(169190,18351,'_variation_id','0'),(169191,18351,'_qty','1'),(169192,18351,'_tax_class',''),(169193,18351,'_line_subtotal','90'),(169194,18351,'_line_subtotal_tax','0'),(169195,18351,'_line_total','90'),(169196,18351,'_line_tax','0'),(169197,18351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169198,18352,'method_id','free_shipping'),(169199,18352,'instance_id','2'),(169200,18352,'cost','0'),(169201,18352,'total_tax','0'),(169202,18352,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169203,18352,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kit(Case of 6) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1'),(169204,18353,'_product_id','2110'),(169205,18353,'_variation_id','0'),(169206,18353,'_qty','3'),(169207,18353,'_tax_class',''),(169208,18353,'_line_subtotal','214.2'),(169209,18353,'_line_subtotal_tax','0'),(169210,18353,'_line_total','214.2'),(169211,18353,'_line_tax','0'),(169212,18353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169213,18354,'_product_id','41'),(169214,18354,'_variation_id','0'),(169215,18354,'_qty','2'),(169216,18354,'_tax_class',''),(169217,18354,'_line_subtotal','146.4'),(169218,18354,'_line_subtotal_tax','0'),(169219,18354,'_line_total','146.4'),(169220,18354,'_line_tax','0'),(169221,18354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169222,18355,'_product_id','49'),(169223,18355,'_variation_id','0'),(169224,18355,'_qty','1'),(169225,18355,'_tax_class',''),(169226,18355,'_line_subtotal','90'),(169227,18355,'_line_subtotal_tax','0'),(169228,18355,'_line_total','90'),(169229,18355,'_line_tax','0'),(169230,18355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169231,18356,'_product_id','3525'),(169232,18356,'_variation_id','0'),(169233,18356,'_qty','1'),(169234,18356,'_tax_class',''),(169235,18356,'_line_subtotal','90'),(169236,18356,'_line_subtotal_tax','0'),(169237,18356,'_line_total','90'),(169238,18356,'_line_tax','0'),(169239,18356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169240,18357,'_product_id','93'),(169241,18357,'_variation_id','0'),(169242,18357,'_qty','7'),(169243,18357,'_tax_class',''),(169244,18357,'_line_subtotal','0'),(169245,18357,'_line_subtotal_tax','0'),(169246,18357,'_line_total','0'),(169247,18357,'_line_tax','0'),(169248,18357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169249,18358,'_product_id','43'),(169250,18358,'_variation_id','0'),(169251,18358,'_qty','1'),(169252,18358,'_tax_class',''),(169253,18358,'_line_subtotal','90'),(169254,18358,'_line_subtotal_tax','0'),(169255,18358,'_line_total','90'),(169256,18358,'_line_tax','0'),(169257,18358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169258,18359,'method_id','free_shipping'),(169259,18359,'instance_id','2'),(169260,18359,'cost','0'),(169261,18359,'total_tax','0'),(169262,18359,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169263,18359,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% &times; 7, Preventive Spray 8oz(Case of 12) &times; 1'),(169270,18360,'_product_id','23'),(169271,18360,'_variation_id','0'),(169272,18360,'_qty','1'),(169273,18360,'_tax_class',''),(169274,18360,'_line_subtotal','68.54'),(169275,18360,'_line_subtotal_tax','0'),(169276,18360,'_line_total','68.54'),(169277,18360,'_line_tax','0'),(169278,18360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169279,18361,'_product_id','38'),(169280,18361,'_variation_id','0'),(169281,18361,'_qty','1'),(169282,18361,'_tax_class',''),(169283,18361,'_line_subtotal','165.76'),(169284,18361,'_line_subtotal_tax','0'),(169285,18361,'_line_total','165.76'),(169286,18361,'_line_tax','0'),(169287,18361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169288,18362,'_product_id','489'),(169289,18362,'_variation_id','0'),(169290,18362,'_qty','8'),(169291,18362,'_tax_class',''),(169292,18362,'_line_subtotal','152.32'),(169293,18362,'_line_subtotal_tax','0'),(169294,18362,'_line_total','152.32'),(169295,18362,'_line_tax','0'),(169296,18362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169297,18363,'_product_id','3412'),(169298,18363,'_variation_id','0'),(169299,18363,'_qty','1'),(169300,18363,'_tax_class',''),(169301,18363,'_line_subtotal','90'),(169302,18363,'_line_subtotal_tax','0'),(169303,18363,'_line_total','90'),(169304,18363,'_line_tax','0'),(169305,18363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169306,18364,'_product_id','49'),(169307,18364,'_variation_id','0'),(169308,18364,'_qty','1'),(169309,18364,'_tax_class',''),(169310,18364,'_line_subtotal','90'),(169311,18364,'_line_subtotal_tax','0'),(169312,18364,'_line_total','90'),(169313,18364,'_line_tax','0'),(169314,18364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169315,18365,'_product_id','43'),(169316,18365,'_variation_id','0'),(169317,18365,'_qty','1'),(169318,18365,'_tax_class',''),(169319,18365,'_line_subtotal','90'),(169320,18365,'_line_subtotal_tax','0'),(169321,18365,'_line_total','90'),(169322,18365,'_line_tax','0'),(169323,18365,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169324,18366,'_product_id','45'),(169325,18366,'_variation_id','0'),(169326,18366,'_qty','1'),(169327,18366,'_tax_class',''),(169328,18366,'_line_subtotal','50'),(169329,18366,'_line_subtotal_tax','0'),(169330,18366,'_line_total','50'),(169331,18366,'_line_tax','0'),(169332,18366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169333,18367,'_product_id','39'),(169334,18367,'_variation_id','0'),(169335,18367,'_qty','1'),(169336,18367,'_tax_class',''),(169337,18367,'_line_subtotal','90'),(169338,18367,'_line_subtotal_tax','0'),(169339,18367,'_line_total','90'),(169340,18367,'_line_tax','0'),(169341,18367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169342,18368,'_product_id','40'),(169343,18368,'_variation_id','0'),(169344,18368,'_qty','1'),(169345,18368,'_tax_class',''),(169346,18368,'_line_subtotal','90'),(169347,18368,'_line_subtotal_tax','0'),(169348,18368,'_line_total','90'),(169349,18368,'_line_tax','0'),(169350,18368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169351,18369,'_product_id','3525'),(169352,18369,'_variation_id','0'),(169353,18369,'_qty','1'),(169354,18369,'_tax_class',''),(169355,18369,'_line_subtotal','90'),(169356,18369,'_line_subtotal_tax','0'),(169357,18369,'_line_total','90'),(169358,18369,'_line_tax','0'),(169359,18369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169360,18370,'_product_id','41'),(169361,18370,'_variation_id','0'),(169362,18370,'_qty','1'),(169363,18370,'_tax_class',''),(169364,18370,'_line_subtotal','73.2'),(169365,18370,'_line_subtotal_tax','0'),(169366,18370,'_line_total','73.2'),(169367,18370,'_line_tax','0'),(169368,18370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169369,18371,'method_id','free_shipping'),(169370,18371,'instance_id','2'),(169371,18371,'cost','0'),(169372,18371,'total_tax','0'),(169373,18371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169374,18371,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Active Rinse 16oz 50/50(Case of 16) &times; 1, Bulk Active Rinse 50/50 RM &times; 8, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(169375,18332,'thwma_order_shipping_status','wc-pending'),(169376,18333,'thwma_order_shipping_status','wc-pending'),(169377,18334,'thwma_order_shipping_status','wc-pending'),(169378,18335,'thwma_order_shipping_status','wc-pending'),(169379,18336,'thwma_order_shipping_status','wc-pending'),(169380,18337,'thwma_order_shipping_status','wc-pending'),(169381,18338,'thwma_order_shipping_status','wc-pending'),(169382,18339,'thwma_order_shipping_status','wc-pending'),(169383,18329,'thwma_order_shipping_status','wc-pending'),(169384,18330,'thwma_order_shipping_status','wc-pending'),(169385,18324,'thwma_order_shipping_status','wc-pending'),(169386,18325,'thwma_order_shipping_status','wc-pending'),(169387,18326,'thwma_order_shipping_status','wc-pending'),(169388,18327,'thwma_order_shipping_status','wc-pending'),(169467,18381,'_product_id','490'),(169468,18381,'_variation_id','0'),(169469,18381,'_qty','6'),(169470,18381,'_tax_class',''),(169471,18381,'_line_subtotal','117.6'),(169472,18381,'_line_subtotal_tax','0'),(169473,18381,'_line_total','117.6'),(169474,18381,'_line_tax','0'),(169475,18381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169476,18382,'_product_id','2408'),(169477,18382,'_variation_id','0'),(169478,18382,'_qty','1'),(169479,18382,'_tax_class',''),(169480,18382,'_line_subtotal','170'),(169481,18382,'_line_subtotal_tax','0'),(169482,18382,'_line_total','170'),(169483,18382,'_line_tax','0'),(169484,18382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169485,18383,'_product_id','487'),(169486,18383,'_variation_id','0'),(169487,18383,'_qty','1'),(169488,18383,'_tax_class',''),(169489,18383,'_line_subtotal','31.35'),(169490,18383,'_line_subtotal_tax','0'),(169491,18383,'_line_total','31.35'),(169492,18383,'_line_tax','0'),(169493,18383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169494,18384,'_product_id','41'),(169495,18384,'_variation_id','0'),(169496,18384,'_qty','2'),(169497,18384,'_tax_class',''),(169498,18384,'_line_subtotal','146.4'),(169499,18384,'_line_subtotal_tax','0'),(169500,18384,'_line_total','146.4'),(169501,18384,'_line_tax','0'),(169502,18384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169503,18385,'_product_id','2113'),(169504,18385,'_variation_id','0'),(169505,18385,'_qty','2'),(169506,18385,'_tax_class',''),(169507,18385,'_line_subtotal','344'),(169508,18385,'_line_subtotal_tax','0'),(169509,18385,'_line_total','344'),(169510,18385,'_line_tax','0'),(169511,18385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169512,18386,'_product_id','3696'),(169513,18386,'_variation_id','0'),(169514,18386,'_qty','2'),(169515,18386,'_tax_class',''),(169516,18386,'_line_subtotal','137'),(169517,18386,'_line_subtotal_tax','0'),(169518,18386,'_line_total','137'),(169519,18386,'_line_tax','0'),(169520,18386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169521,18387,'_product_id','488'),(169522,18387,'_variation_id','0'),(169523,18387,'_qty','1'),(169524,18387,'_tax_class',''),(169525,18387,'_line_subtotal','31.35'),(169526,18387,'_line_subtotal_tax','0'),(169527,18387,'_line_total','31.35'),(169528,18387,'_line_tax','0'),(169529,18387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169530,18388,'_product_id','2110'),(169531,18388,'_variation_id','0'),(169532,18388,'_qty','1'),(169533,18388,'_tax_class',''),(169534,18388,'_line_subtotal','71.4'),(169535,18388,'_line_subtotal_tax','0'),(169536,18388,'_line_total','71.4'),(169537,18388,'_line_tax','0'),(169538,18388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169539,18389,'method_id','free_shipping'),(169540,18389,'instance_id','2'),(169541,18389,'cost','0'),(169542,18389,'total_tax','0'),(169543,18389,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169544,18389,'Items','Bulk Active Rinse 100% RM &times; 6, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Professional Lice Comb(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(169545,18390,'_product_id','488'),(169546,18390,'_variation_id','0'),(169547,18390,'_qty','3'),(169548,18390,'_tax_class',''),(169549,18390,'_line_subtotal','94.05'),(169550,18390,'_line_subtotal_tax','0'),(169551,18390,'_line_total','94.05'),(169552,18390,'_line_tax','0'),(169553,18390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169554,18391,'_product_id','487'),(169555,18391,'_variation_id','0'),(169556,18391,'_qty','3'),(169557,18391,'_tax_class',''),(169558,18391,'_line_subtotal','94.05'),(169559,18391,'_line_subtotal_tax','0'),(169560,18391,'_line_total','94.05'),(169561,18391,'_line_tax','0'),(169562,18391,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169563,18392,'_product_id','144'),(169564,18392,'_variation_id','0'),(169565,18392,'_qty','1'),(169566,18392,'_tax_class',''),(169567,18392,'_line_subtotal','1.38'),(169568,18392,'_line_subtotal_tax','0'),(169569,18392,'_line_total','1.38'),(169570,18392,'_line_tax','0'),(169571,18392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169572,18393,'_product_id','3696'),(169573,18393,'_variation_id','0'),(169574,18393,'_qty','2'),(169575,18393,'_tax_class',''),(169576,18393,'_line_subtotal','137'),(169577,18393,'_line_subtotal_tax','0'),(169578,18393,'_line_total','137'),(169579,18393,'_line_tax','0'),(169580,18393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169581,18394,'method_id','fedex'),(169582,18394,'instance_id','1'),(169583,18394,'cost','45.01'),(169584,18394,'total_tax','0'),(169585,18394,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169586,18394,'Package 1','17 × 14 × 10 (in) 34.75lbs × 1'),(169587,18394,'Package 2','17 × 14 × 10 (in) 32.4lbs × 1'),(169588,18394,'Items','Bulk Detangling Spray 1 Gallon RM &times; 3, Bulk Mousse 1 Gallon RM &times; 3, Course Tail Comb &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 2'),(169589,18395,'_product_id','49'),(169590,18395,'_variation_id','0'),(169591,18395,'_qty','1'),(169592,18395,'_tax_class',''),(169593,18395,'_line_subtotal','90'),(169594,18395,'_line_subtotal_tax','0'),(169595,18395,'_line_total','90'),(169596,18395,'_line_tax','0'),(169597,18395,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169598,18396,'_product_id','487'),(169599,18396,'_variation_id','0'),(169600,18396,'_qty','2'),(169601,18396,'_tax_class',''),(169602,18396,'_line_subtotal','62.7'),(169603,18396,'_line_subtotal_tax','0'),(169604,18396,'_line_total','62.7'),(169605,18396,'_line_tax','0'),(169606,18396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169607,18397,'_product_id','3696'),(169608,18397,'_variation_id','0'),(169609,18397,'_qty','5'),(169610,18397,'_tax_class',''),(169611,18397,'_line_subtotal','342.5'),(169612,18397,'_line_subtotal_tax','0'),(169613,18397,'_line_total','342.5'),(169614,18397,'_line_tax','0'),(169615,18397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169616,18398,'_product_id','3362'),(169617,18398,'_variation_id','0'),(169618,18398,'_qty','1'),(169619,18398,'_tax_class',''),(169620,18398,'_line_subtotal','75'),(169621,18398,'_line_subtotal_tax','0'),(169622,18398,'_line_total','75'),(169623,18398,'_line_tax','0'),(169624,18398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169625,18399,'method_id','free_shipping'),(169626,18399,'instance_id','2'),(169627,18399,'cost','0'),(169628,18399,'total_tax','0'),(169629,18399,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169630,18399,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 5, Rosemary Preventive Spray 8oz(Case of 12) &times; 1'),(169631,18400,'_product_id','118'),(169632,18400,'_variation_id','0'),(169633,18400,'_qty','1'),(169634,18400,'_tax_class',''),(169635,18400,'_line_subtotal','215'),(169636,18400,'_line_subtotal_tax','0'),(169637,18400,'_line_total','215'),(169638,18400,'_line_tax','0'),(169639,18400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169640,18401,'_product_id','51'),(169641,18401,'_variation_id','0'),(169642,18401,'_qty','8'),(169643,18401,'_tax_class',''),(169644,18401,'_line_subtotal','1264.8'),(169645,18401,'_line_subtotal_tax','0'),(169646,18401,'_line_total','1264.8'),(169647,18401,'_line_tax','0'),(169648,18401,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169649,18401,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:1:{s:32:\"2838023a778dfaecdc212708f721b788\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:51;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(169650,18401,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:95.200000000000003;s:34:\"saved_amount_based_on_tax_settings\";d:95.200000000000003;s:15:\"is_free_product\";b:0;}'),(169651,18402,'_product_id','3354'),(169652,18402,'_variation_id','0'),(169653,18402,'_qty','6'),(169654,18402,'_tax_class',''),(169655,18402,'_line_subtotal','888'),(169656,18402,'_line_subtotal_tax','0'),(169657,18402,'_line_total','888'),(169658,18402,'_line_tax','0'),(169659,18402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169660,18403,'_product_id','3358'),(169661,18403,'_variation_id','0'),(169662,18403,'_qty','2'),(169663,18403,'_tax_class',''),(169664,18403,'_line_subtotal','302.4'),(169665,18403,'_line_subtotal_tax','0'),(169666,18403,'_line_total','302.4'),(169667,18403,'_line_tax','0'),(169668,18403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169669,18404,'_product_id','3356'),(169670,18404,'_variation_id','0'),(169671,18404,'_qty','2'),(169672,18404,'_tax_class',''),(169673,18404,'_line_subtotal','302.4'),(169674,18404,'_line_subtotal_tax','0'),(169675,18404,'_line_total','302.4'),(169676,18404,'_line_tax','0'),(169677,18404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169678,18405,'method_id','free_shipping'),(169679,18405,'instance_id','2'),(169680,18405,'cost','0'),(169681,18405,'total_tax','0'),(169682,18405,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169683,18405,'Items','Urgent Care & Preventive Kit(Case of 6) &times; 1, Urgent Care Kit(Case of 6) &times; 8, Preventive Detangling Spray 16oz(Case of 16) &times; 6, Preventive Conditioner 16oz(Case of 16) &times; 2, Preventive Shampoo 16oz(Case of 16) &times; 2'),(169684,18406,'_product_id','41'),(169685,18406,'_variation_id','0'),(169686,18406,'_qty','8'),(169687,18406,'_tax_class',''),(169688,18406,'_line_subtotal','544.608'),(169689,18406,'_line_subtotal_tax','0'),(169690,18406,'_line_total','544.608'),(169691,18406,'_line_tax','0'),(169692,18406,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169693,18406,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:1:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(169694,18406,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(169695,18407,'_product_id','39'),(169696,18407,'_variation_id','0'),(169697,18407,'_qty','1'),(169698,18407,'_tax_class',''),(169699,18407,'_line_subtotal','90'),(169700,18407,'_line_subtotal_tax','0'),(169701,18407,'_line_total','90'),(169702,18407,'_line_tax','0'),(169703,18407,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169704,18408,'_product_id','45'),(169705,18408,'_variation_id','0'),(169706,18408,'_qty','1'),(169707,18408,'_tax_class',''),(169708,18408,'_line_subtotal','50'),(169709,18408,'_line_subtotal_tax','0'),(169710,18408,'_line_total','50'),(169711,18408,'_line_tax','0'),(169712,18408,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169713,18409,'method_id','free_shipping'),(169714,18409,'instance_id','2'),(169715,18409,'cost','0'),(169716,18409,'total_tax','0'),(169717,18409,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169718,18409,'Items','Professional Lice Comb(Case of 12) &times; 8, Preventive Shampoo 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(169719,18341,'thwma_order_shipping_status','wc-pending'),(169720,18342,'thwma_order_shipping_status','wc-pending'),(169721,18343,'thwma_order_shipping_status','wc-pending'),(169722,18344,'thwma_order_shipping_status','wc-pending'),(169723,18345,'thwma_order_shipping_status','wc-pending'),(169724,18347,'thwma_order_shipping_status','wc-pending'),(169725,18348,'thwma_order_shipping_status','wc-pending'),(169726,18349,'thwma_order_shipping_status','wc-pending'),(169727,18350,'thwma_order_shipping_status','wc-pending'),(169728,18351,'thwma_order_shipping_status','wc-pending'),(169729,18360,'thwma_order_shipping_status','wc-pending'),(169730,18361,'thwma_order_shipping_status','wc-pending'),(169731,18362,'thwma_order_shipping_status','wc-pending'),(169732,18363,'thwma_order_shipping_status','wc-pending'),(169733,18364,'thwma_order_shipping_status','wc-pending'),(169734,18365,'thwma_order_shipping_status','wc-pending'),(169735,18366,'thwma_order_shipping_status','wc-pending'),(169736,18367,'thwma_order_shipping_status','wc-pending'),(169737,18368,'thwma_order_shipping_status','wc-pending'),(169738,18369,'thwma_order_shipping_status','wc-pending'),(169739,18370,'thwma_order_shipping_status','wc-pending'),(169740,18381,'thwma_order_shipping_status','wc-pending'),(169741,18382,'thwma_order_shipping_status','wc-pending'),(169742,18383,'thwma_order_shipping_status','wc-pending'),(169743,18384,'thwma_order_shipping_status','wc-pending'),(169744,18385,'thwma_order_shipping_status','wc-pending'),(169745,18386,'thwma_order_shipping_status','wc-pending'),(169746,18387,'thwma_order_shipping_status','wc-pending'),(169747,18388,'thwma_order_shipping_status','wc-pending'),(169752,18390,'thwma_order_shipping_status','wc-pending'),(169753,18391,'thwma_order_shipping_status','wc-pending'),(169754,18392,'thwma_order_shipping_status','wc-pending'),(169755,18393,'thwma_order_shipping_status','wc-pending'),(169756,18406,'thwma_order_shipping_status','wc-pending'),(169757,18407,'thwma_order_shipping_status','wc-pending'),(169758,18408,'thwma_order_shipping_status','wc-pending'),(169759,18410,'_product_id','2110'),(169760,18410,'_variation_id','0'),(169761,18410,'_qty','2'),(169762,18410,'_tax_class',''),(169763,18410,'_line_subtotal','142.8'),(169764,18410,'_line_subtotal_tax','0'),(169765,18410,'_line_total','142.8'),(169766,18410,'_line_tax','0'),(169767,18410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169768,18411,'_product_id','45'),(169769,18411,'_variation_id','0'),(169770,18411,'_qty','4'),(169771,18411,'_tax_class',''),(169772,18411,'_line_subtotal','200'),(169773,18411,'_line_subtotal_tax','0'),(169774,18411,'_line_total','200'),(169775,18411,'_line_tax','0'),(169776,18411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169777,18412,'_product_id','42'),(169778,18412,'_variation_id','0'),(169779,18412,'_qty','1'),(169780,18412,'_tax_class',''),(169781,18412,'_line_subtotal','90'),(169782,18412,'_line_subtotal_tax','0'),(169783,18412,'_line_total','90'),(169784,18412,'_line_tax','0'),(169785,18412,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169786,18413,'_product_id','41'),(169787,18413,'_variation_id','0'),(169788,18413,'_qty','1'),(169789,18413,'_tax_class',''),(169790,18413,'_line_subtotal','73.2'),(169791,18413,'_line_subtotal_tax','0'),(169792,18413,'_line_total','73.2'),(169793,18413,'_line_tax','0'),(169794,18413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169795,18414,'_product_id','3356'),(169796,18414,'_variation_id','0'),(169797,18414,'_qty','1'),(169798,18414,'_tax_class',''),(169799,18414,'_line_subtotal','151.2'),(169800,18414,'_line_subtotal_tax','0'),(169801,18414,'_line_total','151.2'),(169802,18414,'_line_tax','0'),(169803,18414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169804,18415,'_product_id','3358'),(169805,18415,'_variation_id','0'),(169806,18415,'_qty','1'),(169807,18415,'_tax_class',''),(169808,18415,'_line_subtotal','151.2'),(169809,18415,'_line_subtotal_tax','0'),(169810,18415,'_line_total','151.2'),(169811,18415,'_line_tax','0'),(169812,18415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169813,18416,'_product_id','120'),(169814,18416,'_variation_id','0'),(169815,18416,'_qty','2'),(169816,18416,'_tax_class',''),(169817,18416,'_line_subtotal','126'),(169818,18416,'_line_subtotal_tax','0'),(169819,18416,'_line_total','126'),(169820,18416,'_line_tax','0'),(169821,18416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169822,18417,'_product_id','2408'),(169823,18417,'_variation_id','0'),(169824,18417,'_qty','6'),(169825,18417,'_tax_class',''),(169826,18417,'_line_subtotal','1020'),(169827,18417,'_line_subtotal_tax','0'),(169828,18417,'_line_total','1020'),(169829,18417,'_line_tax','0'),(169830,18417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169831,18418,'_product_id','3354'),(169832,18418,'_variation_id','0'),(169833,18418,'_qty','1'),(169834,18418,'_tax_class',''),(169835,18418,'_line_subtotal','148'),(169836,18418,'_line_subtotal_tax','0'),(169837,18418,'_line_total','148'),(169838,18418,'_line_tax','0'),(169839,18418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169840,18419,'method_id','free_shipping'),(169841,18419,'instance_id','2'),(169842,18419,'cost','0'),(169843,18419,'total_tax','0'),(169844,18419,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169845,18419,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo 16oz(Case of 16) &times; 1, Preventive Conditioner 16oz(Case of 16) &times; 1, Preventive Spray 2oz(Case of 24) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 6, Preventive Detangling Spray 16oz(Case of 16) &times; 1'),(169846,18420,'_product_id','42'),(169847,18420,'_variation_id','0'),(169848,18420,'_qty','1'),(169849,18420,'_tax_class',''),(169850,18420,'_line_subtotal','90'),(169851,18420,'_line_subtotal_tax','0'),(169852,18420,'_line_total','90'),(169853,18420,'_line_tax','0'),(169854,18420,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169855,18421,'_product_id','40'),(169856,18421,'_variation_id','0'),(169857,18421,'_qty','1'),(169858,18421,'_tax_class',''),(169859,18421,'_line_subtotal','90'),(169860,18421,'_line_subtotal_tax','0'),(169861,18421,'_line_total','90'),(169862,18421,'_line_tax','0'),(169863,18421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169864,18422,'_product_id','43'),(169865,18422,'_variation_id','0'),(169866,18422,'_qty','3'),(169867,18422,'_tax_class',''),(169868,18422,'_line_subtotal','270'),(169869,18422,'_line_subtotal_tax','0'),(169870,18422,'_line_total','270'),(169871,18422,'_line_tax','0'),(169872,18422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169873,18423,'_product_id','3362'),(169874,18423,'_variation_id','0'),(169875,18423,'_qty','2'),(169876,18423,'_tax_class',''),(169877,18423,'_line_subtotal','150'),(169878,18423,'_line_subtotal_tax','0'),(169879,18423,'_line_total','150'),(169880,18423,'_line_tax','0'),(169881,18423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169882,18424,'_product_id','49'),(169883,18424,'_variation_id','0'),(169884,18424,'_qty','1'),(169885,18424,'_tax_class',''),(169886,18424,'_line_subtotal','90'),(169887,18424,'_line_subtotal_tax','0'),(169888,18424,'_line_total','90'),(169889,18424,'_line_tax','0'),(169890,18424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169891,18425,'_product_id','120'),(169892,18425,'_variation_id','0'),(169893,18425,'_qty','1'),(169894,18425,'_tax_class',''),(169895,18425,'_line_subtotal','63'),(169896,18425,'_line_subtotal_tax','0'),(169897,18425,'_line_total','63'),(169898,18425,'_line_tax','0'),(169899,18425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169900,18426,'_product_id','44'),(169901,18426,'_variation_id','0'),(169902,18426,'_qty','2'),(169903,18426,'_tax_class',''),(169904,18426,'_line_subtotal','276'),(169905,18426,'_line_subtotal_tax','0'),(169906,18426,'_line_total','276'),(169907,18426,'_line_tax','0'),(169908,18426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169909,18427,'_product_id','2408'),(169910,18427,'_variation_id','0'),(169911,18427,'_qty','2'),(169912,18427,'_tax_class',''),(169913,18427,'_line_subtotal','340'),(169914,18427,'_line_subtotal_tax','0'),(169915,18427,'_line_total','340'),(169916,18427,'_line_tax','0'),(169917,18427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169918,18428,'_product_id','133'),(169919,18428,'_variation_id','0'),(169920,18428,'_qty','4'),(169921,18428,'_tax_class',''),(169922,18428,'_line_subtotal','57.2'),(169923,18428,'_line_subtotal_tax','0'),(169924,18428,'_line_total','57.2'),(169925,18428,'_line_tax','0'),(169926,18428,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169927,18429,'method_id','free_shipping'),(169928,18429,'instance_id','2'),(169929,18429,'cost','0'),(169930,18429,'total_tax','0'),(169931,18429,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169932,18429,'Items','Comb-Out Mousse(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Spray 8oz(Case of 12) &times; 3, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Kit(Case of 6) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Disposable Head Bands &times; 4'),(169933,18430,'_product_id','45'),(169934,18430,'_variation_id','0'),(169935,18430,'_qty','1'),(169936,18430,'_tax_class',''),(169937,18430,'_line_subtotal','50'),(169938,18430,'_line_subtotal_tax','0'),(169939,18430,'_line_total','50'),(169940,18430,'_line_tax','0'),(169941,18430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169942,18431,'_product_id','2408'),(169943,18431,'_variation_id','0'),(169944,18431,'_qty','2'),(169945,18431,'_tax_class',''),(169946,18431,'_line_subtotal','340'),(169947,18431,'_line_subtotal_tax','0'),(169948,18431,'_line_total','340'),(169949,18431,'_line_tax','0'),(169950,18431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169951,18432,'_product_id','133'),(169952,18432,'_variation_id','0'),(169953,18432,'_qty','3'),(169954,18432,'_tax_class',''),(169955,18432,'_line_subtotal','42.9'),(169956,18432,'_line_subtotal_tax','0'),(169957,18432,'_line_total','42.9'),(169958,18432,'_line_tax','0'),(169959,18432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169960,18433,'method_id','fedex'),(169961,18433,'instance_id','1'),(169962,18433,'cost','97.39'),(169963,18433,'total_tax','0'),(169964,18433,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(169965,18433,'Package 1','17 × 14 × 10 (in) 32.5lbs × 1'),(169966,18433,'Package 2','15.5 × 12 × 1.5 (in) 1.26lbs × 1'),(169967,18433,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Disposable Head Bands &times; 3'),(169976,18395,'thwma_order_shipping_status','wc-pending'),(169977,18396,'thwma_order_shipping_status','wc-pending'),(169978,18397,'thwma_order_shipping_status','wc-pending'),(169979,18398,'thwma_order_shipping_status','wc-pending'),(169980,18434,'_product_id','2110'),(169981,18434,'_variation_id','0'),(169982,18434,'_qty','3'),(169983,18434,'_tax_class',''),(169984,18434,'_line_subtotal','214.2'),(169985,18434,'_line_subtotal_tax','0'),(169986,18434,'_line_total','214.2'),(169987,18434,'_line_tax','0'),(169988,18434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169989,18435,'_product_id','2113'),(169990,18435,'_variation_id','0'),(169991,18435,'_qty','1'),(169992,18435,'_tax_class',''),(169993,18435,'_line_subtotal','172'),(169994,18435,'_line_subtotal_tax','0'),(169995,18435,'_line_total','172'),(169996,18435,'_line_tax','0'),(169997,18435,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(169998,18436,'_product_id','42'),(169999,18436,'_variation_id','0'),(170000,18436,'_qty','2'),(170001,18436,'_tax_class',''),(170002,18436,'_line_subtotal','180'),(170003,18436,'_line_subtotal_tax','0'),(170004,18436,'_line_total','180'),(170005,18436,'_line_tax','0'),(170006,18436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170007,18437,'_product_id','41'),(170008,18437,'_variation_id','0'),(170009,18437,'_qty','5'),(170010,18437,'_tax_class',''),(170011,18437,'_line_subtotal','366'),(170012,18437,'_line_subtotal_tax','0'),(170013,18437,'_line_total','366'),(170014,18437,'_line_tax','0'),(170015,18437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170016,18438,'_product_id','43'),(170017,18438,'_variation_id','0'),(170018,18438,'_qty','1'),(170019,18438,'_tax_class',''),(170020,18438,'_line_subtotal','90'),(170021,18438,'_line_subtotal_tax','0'),(170022,18438,'_line_total','90'),(170023,18438,'_line_tax','0'),(170024,18438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170025,18439,'_product_id','3362'),(170026,18439,'_variation_id','0'),(170027,18439,'_qty','1'),(170028,18439,'_tax_class',''),(170029,18439,'_line_subtotal','75'),(170030,18439,'_line_subtotal_tax','0'),(170031,18439,'_line_total','75'),(170032,18439,'_line_tax','0'),(170033,18439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170034,18440,'_product_id','49'),(170035,18440,'_variation_id','0'),(170036,18440,'_qty','1'),(170037,18440,'_tax_class',''),(170038,18440,'_line_subtotal','90'),(170039,18440,'_line_subtotal_tax','0'),(170040,18440,'_line_total','90'),(170041,18440,'_line_tax','0'),(170042,18440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170043,18441,'_product_id','3354'),(170044,18441,'_variation_id','0'),(170045,18441,'_qty','3'),(170046,18441,'_tax_class',''),(170047,18441,'_line_subtotal','444'),(170048,18441,'_line_subtotal_tax','0'),(170049,18441,'_line_total','444'),(170050,18441,'_line_tax','0'),(170051,18441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170052,18442,'_product_id','120'),(170053,18442,'_variation_id','0'),(170054,18442,'_qty','1'),(170055,18442,'_tax_class',''),(170056,18442,'_line_subtotal','63'),(170057,18442,'_line_subtotal_tax','0'),(170058,18442,'_line_total','63'),(170059,18442,'_line_tax','0'),(170060,18442,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170061,18443,'_product_id','116'),(170062,18443,'_variation_id','0'),(170063,18443,'_qty','1'),(170064,18443,'_tax_class',''),(170065,18443,'_line_subtotal','165'),(170066,18443,'_line_subtotal_tax','0'),(170067,18443,'_line_total','165'),(170068,18443,'_line_tax','0'),(170069,18443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170070,18444,'_product_id','44'),(170071,18444,'_variation_id','0'),(170072,18444,'_qty','1'),(170073,18444,'_tax_class',''),(170074,18444,'_line_subtotal','138'),(170075,18444,'_line_subtotal_tax','0'),(170076,18444,'_line_total','138'),(170077,18444,'_line_tax','0'),(170078,18444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170079,18445,'_product_id','2400'),(170080,18445,'_variation_id','0'),(170081,18445,'_qty','1'),(170082,18445,'_tax_class',''),(170083,18445,'_line_subtotal','215'),(170084,18445,'_line_subtotal_tax','0'),(170085,18445,'_line_total','215'),(170086,18445,'_line_tax','0'),(170087,18445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170088,18446,'_product_id','133'),(170089,18446,'_variation_id','0'),(170090,18446,'_qty','10'),(170091,18446,'_tax_class',''),(170092,18446,'_line_subtotal','143'),(170093,18446,'_line_subtotal_tax','0'),(170094,18446,'_line_total','143'),(170095,18446,'_line_tax','0'),(170096,18446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170097,18447,'method_id','free_shipping'),(170098,18447,'instance_id','2'),(170099,18447,'cost','0'),(170100,18447,'total_tax','0'),(170101,18447,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170102,18447,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 1, Comb-Out Mousse(Case of 12) &times; 2, Professional Lice Comb(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 16oz(Case of 16) &times; 3, Preventive Spray 2oz(Case of 24) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1, Preventive Kit(Case of 6) &times; 1, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Disposable Head Bands &times; 10'),(170103,18448,'_product_id','2110'),(170104,18448,'_variation_id','0'),(170105,18448,'_qty','1'),(170106,18448,'_tax_class',''),(170107,18448,'_line_subtotal','71.4'),(170108,18448,'_line_subtotal_tax','0'),(170109,18448,'_line_total','71.4'),(170110,18448,'_line_tax','0'),(170111,18448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170112,18449,'_product_id','2113'),(170113,18449,'_variation_id','0'),(170114,18449,'_qty','1'),(170115,18449,'_tax_class',''),(170116,18449,'_line_subtotal','172'),(170117,18449,'_line_subtotal_tax','0'),(170118,18449,'_line_total','172'),(170119,18449,'_line_tax','0'),(170120,18449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170121,18450,'_product_id','45'),(170122,18450,'_variation_id','0'),(170123,18450,'_qty','1'),(170124,18450,'_tax_class',''),(170125,18450,'_line_subtotal','50'),(170126,18450,'_line_subtotal_tax','0'),(170127,18450,'_line_total','50'),(170128,18450,'_line_tax','0'),(170129,18450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170130,18451,'_product_id','42'),(170131,18451,'_variation_id','0'),(170132,18451,'_qty','1'),(170133,18451,'_tax_class',''),(170134,18451,'_line_subtotal','90'),(170135,18451,'_line_subtotal_tax','0'),(170136,18451,'_line_total','90'),(170137,18451,'_line_tax','0'),(170138,18451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170139,18452,'_product_id','41'),(170140,18452,'_variation_id','0'),(170141,18452,'_qty','1'),(170142,18452,'_tax_class',''),(170143,18452,'_line_subtotal','73.2'),(170144,18452,'_line_subtotal_tax','0'),(170145,18452,'_line_total','73.2'),(170146,18452,'_line_tax','0'),(170147,18452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170148,18453,'_product_id','3356'),(170149,18453,'_variation_id','0'),(170150,18453,'_qty','1'),(170151,18453,'_tax_class',''),(170152,18453,'_line_subtotal','151.2'),(170153,18453,'_line_subtotal_tax','0'),(170154,18453,'_line_total','151.2'),(170155,18453,'_line_tax','0'),(170156,18453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170157,18454,'_product_id','3358'),(170158,18454,'_variation_id','0'),(170159,18454,'_qty','1'),(170160,18454,'_tax_class',''),(170161,18454,'_line_subtotal','151.2'),(170162,18454,'_line_subtotal_tax','0'),(170163,18454,'_line_total','151.2'),(170164,18454,'_line_tax','0'),(170165,18454,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170166,18455,'_product_id','43'),(170167,18455,'_variation_id','0'),(170168,18455,'_qty','1'),(170169,18455,'_tax_class',''),(170170,18455,'_line_subtotal','90'),(170171,18455,'_line_subtotal_tax','0'),(170172,18455,'_line_total','90'),(170173,18455,'_line_tax','0'),(170174,18455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170175,18456,'_product_id','3362'),(170176,18456,'_variation_id','0'),(170177,18456,'_qty','2'),(170178,18456,'_tax_class',''),(170179,18456,'_line_subtotal','150'),(170180,18456,'_line_subtotal_tax','0'),(170181,18456,'_line_total','150'),(170182,18456,'_line_tax','0'),(170183,18456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170184,18457,'_product_id','120'),(170185,18457,'_variation_id','0'),(170186,18457,'_qty','2'),(170187,18457,'_tax_class',''),(170188,18457,'_line_subtotal','126'),(170189,18457,'_line_subtotal_tax','0'),(170190,18457,'_line_total','126'),(170191,18457,'_line_tax','0'),(170192,18457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170193,18458,'_product_id','44'),(170194,18458,'_variation_id','0'),(170195,18458,'_qty','1'),(170196,18458,'_tax_class',''),(170197,18458,'_line_subtotal','138'),(170198,18458,'_line_subtotal_tax','0'),(170199,18458,'_line_total','138'),(170200,18458,'_line_tax','0'),(170201,18458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170202,18459,'_product_id','2408'),(170203,18459,'_variation_id','0'),(170204,18459,'_qty','1'),(170205,18459,'_tax_class',''),(170206,18459,'_line_subtotal','170'),(170207,18459,'_line_subtotal_tax','0'),(170208,18459,'_line_total','170'),(170209,18459,'_line_tax','0'),(170210,18459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170211,18460,'_product_id','133'),(170212,18460,'_variation_id','0'),(170213,18460,'_qty','10'),(170214,18460,'_tax_class',''),(170215,18460,'_line_subtotal','143'),(170216,18460,'_line_subtotal_tax','0'),(170217,18460,'_line_total','143'),(170218,18460,'_line_tax','0'),(170219,18460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170220,18461,'method_id','free_shipping'),(170221,18461,'instance_id','2'),(170222,18461,'cost','0'),(170223,18461,'total_tax','0'),(170224,18461,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170225,18461,'Items','Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Shampoo 16oz(Case of 16) &times; 1, Preventive Conditioner 16oz(Case of 16) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 2, Preventive Kit(Case of 6) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Disposable Head Bands &times; 10'),(170226,18462,'_product_id','3696'),(170227,18462,'_variation_id','0'),(170228,18462,'_qty','1'),(170229,18462,'_tax_class',''),(170230,18462,'_line_subtotal','68.5'),(170231,18462,'_line_subtotal_tax','0'),(170232,18462,'_line_total','68.5'),(170233,18462,'_line_tax','0'),(170234,18462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170235,18463,'_product_id','44'),(170236,18463,'_variation_id','0'),(170237,18463,'_qty','3'),(170238,18463,'_tax_class',''),(170239,18463,'_line_subtotal','414'),(170240,18463,'_line_subtotal_tax','0'),(170241,18463,'_line_total','414'),(170242,18463,'_line_tax','0'),(170243,18463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170244,18464,'_product_id','490'),(170245,18464,'_variation_id','0'),(170246,18464,'_qty','1'),(170247,18464,'_tax_class',''),(170248,18464,'_line_subtotal','19.6'),(170249,18464,'_line_subtotal_tax','0'),(170250,18464,'_line_total','19.6'),(170251,18464,'_line_tax','0'),(170252,18464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170253,18465,'method_id','free_shipping'),(170254,18465,'instance_id','2'),(170255,18465,'cost','0'),(170256,18465,'total_tax','0'),(170257,18465,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170258,18465,'Items','Bulk Active Rinse 100% 1 Gallon &times; 1, Preventive Kit(Case of 6) &times; 3, Bulk Active Rinse 100% RM &times; 1'),(170259,18400,'thwma_order_shipping_status','wc-pending'),(170260,18401,'thwma_order_shipping_status','wc-pending'),(170261,18402,'thwma_order_shipping_status','wc-pending'),(170262,18403,'thwma_order_shipping_status','wc-pending'),(170263,18404,'thwma_order_shipping_status','wc-pending'),(170264,18430,'thwma_order_shipping_status','wc-pending'),(170265,18431,'thwma_order_shipping_status','wc-pending'),(170266,18432,'thwma_order_shipping_status','wc-pending'),(170267,18434,'thwma_order_shipping_status','wc-pending'),(170268,18435,'thwma_order_shipping_status','wc-pending'),(170269,18436,'thwma_order_shipping_status','wc-pending'),(170270,18437,'thwma_order_shipping_status','wc-pending'),(170271,18438,'thwma_order_shipping_status','wc-pending'),(170272,18439,'thwma_order_shipping_status','wc-pending'),(170273,18440,'thwma_order_shipping_status','wc-pending'),(170274,18441,'thwma_order_shipping_status','wc-pending'),(170275,18442,'thwma_order_shipping_status','wc-pending'),(170276,18443,'thwma_order_shipping_status','wc-pending'),(170277,18444,'thwma_order_shipping_status','wc-pending'),(170278,18445,'thwma_order_shipping_status','wc-pending'),(170279,18446,'thwma_order_shipping_status','wc-pending'),(170280,18420,'thwma_order_shipping_status','wc-pending'),(170281,18421,'thwma_order_shipping_status','wc-pending'),(170282,18422,'thwma_order_shipping_status','wc-pending'),(170283,18423,'thwma_order_shipping_status','wc-pending'),(170284,18424,'thwma_order_shipping_status','wc-pending'),(170285,18425,'thwma_order_shipping_status','wc-pending'),(170286,18426,'thwma_order_shipping_status','wc-pending'),(170287,18427,'thwma_order_shipping_status','wc-pending'),(170288,18428,'thwma_order_shipping_status','wc-pending'),(170289,18410,'thwma_order_shipping_status','wc-pending'),(170290,18411,'thwma_order_shipping_status','wc-pending'),(170291,18412,'thwma_order_shipping_status','wc-pending'),(170292,18413,'thwma_order_shipping_status','wc-pending'),(170293,18414,'thwma_order_shipping_status','wc-pending'),(170294,18415,'thwma_order_shipping_status','wc-pending'),(170295,18416,'thwma_order_shipping_status','wc-pending'),(170296,18417,'thwma_order_shipping_status','wc-pending'),(170297,18418,'thwma_order_shipping_status','wc-pending'),(170298,18448,'thwma_order_shipping_status','wc-pending'),(170299,18449,'thwma_order_shipping_status','wc-pending'),(170300,18450,'thwma_order_shipping_status','wc-pending'),(170301,18451,'thwma_order_shipping_status','wc-pending'),(170302,18452,'thwma_order_shipping_status','wc-pending'),(170303,18453,'thwma_order_shipping_status','wc-pending'),(170304,18454,'thwma_order_shipping_status','wc-pending'),(170305,18455,'thwma_order_shipping_status','wc-pending'),(170306,18456,'thwma_order_shipping_status','wc-pending'),(170307,18457,'thwma_order_shipping_status','wc-pending'),(170308,18458,'thwma_order_shipping_status','wc-pending'),(170309,18459,'thwma_order_shipping_status','wc-pending'),(170310,18460,'thwma_order_shipping_status','wc-pending'),(170317,18462,'thwma_order_shipping_status','wc-pending'),(170318,18463,'thwma_order_shipping_status','wc-pending'),(170319,18464,'thwma_order_shipping_status','wc-pending'),(170320,18466,'_product_id','3696'),(170321,18466,'_variation_id','0'),(170322,18466,'_qty','2'),(170323,18466,'_tax_class',''),(170324,18466,'_line_subtotal','137'),(170325,18466,'_line_subtotal_tax','0'),(170326,18466,'_line_total','137'),(170327,18466,'_line_tax','0'),(170328,18466,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170329,18467,'_product_id','45'),(170330,18467,'_variation_id','0'),(170331,18467,'_qty','2'),(170332,18467,'_tax_class',''),(170333,18467,'_line_subtotal','100'),(170334,18467,'_line_subtotal_tax','0'),(170335,18467,'_line_total','100'),(170336,18467,'_line_tax','0'),(170337,18467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170338,18468,'_product_id','118'),(170339,18468,'_variation_id','0'),(170340,18468,'_qty','1'),(170341,18468,'_tax_class',''),(170342,18468,'_line_subtotal','215'),(170343,18468,'_line_subtotal_tax','0'),(170344,18468,'_line_total','215'),(170345,18468,'_line_tax','0'),(170346,18468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170347,18469,'_product_id','44'),(170348,18469,'_variation_id','0'),(170349,18469,'_qty','2'),(170350,18469,'_tax_class',''),(170351,18469,'_line_subtotal','276'),(170352,18469,'_line_subtotal_tax','0'),(170353,18469,'_line_total','276'),(170354,18469,'_line_tax','0'),(170355,18469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170356,18470,'method_id','free_shipping'),(170357,18470,'instance_id','2'),(170358,18470,'cost','0'),(170359,18470,'total_tax','0'),(170360,18470,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170361,18470,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 2'),(170362,18471,'_product_id','3696'),(170363,18471,'_variation_id','0'),(170364,18471,'_qty','2'),(170365,18471,'_tax_class',''),(170366,18471,'_line_subtotal','137'),(170367,18471,'_line_subtotal_tax','0'),(170368,18471,'_line_total','137'),(170369,18471,'_line_tax','0'),(170370,18471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170371,18472,'_product_id','45'),(170372,18472,'_variation_id','0'),(170373,18472,'_qty','2'),(170374,18472,'_tax_class',''),(170375,18472,'_line_subtotal','100'),(170376,18472,'_line_subtotal_tax','0'),(170377,18472,'_line_total','100'),(170378,18472,'_line_tax','0'),(170379,18472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170380,18473,'_product_id','118'),(170381,18473,'_variation_id','0'),(170382,18473,'_qty','1'),(170383,18473,'_tax_class',''),(170384,18473,'_line_subtotal','215'),(170385,18473,'_line_subtotal_tax','0'),(170386,18473,'_line_total','215'),(170387,18473,'_line_tax','0'),(170388,18473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170389,18474,'_product_id','44'),(170390,18474,'_variation_id','0'),(170391,18474,'_qty','2'),(170392,18474,'_tax_class',''),(170393,18474,'_line_subtotal','276'),(170394,18474,'_line_subtotal_tax','0'),(170395,18474,'_line_total','276'),(170396,18474,'_line_tax','0'),(170397,18474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170398,18475,'method_id','free_shipping'),(170399,18475,'instance_id','2'),(170400,18475,'cost','0'),(170401,18475,'total_tax','0'),(170402,18475,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170403,18475,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 2'),(170446,18481,'_product_id','3696'),(170447,18481,'_variation_id','0'),(170448,18481,'_qty','2'),(170449,18481,'_tax_class',''),(170450,18481,'_line_subtotal','137'),(170451,18481,'_line_subtotal_tax','0'),(170452,18481,'_line_total','137'),(170453,18481,'_line_tax','0'),(170454,18481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170455,18482,'_product_id','45'),(170456,18482,'_variation_id','0'),(170457,18482,'_qty','2'),(170458,18482,'_tax_class',''),(170459,18482,'_line_subtotal','100'),(170460,18482,'_line_subtotal_tax','0'),(170461,18482,'_line_total','100'),(170462,18482,'_line_tax','0'),(170463,18482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170464,18483,'_product_id','118'),(170465,18483,'_variation_id','0'),(170466,18483,'_qty','1'),(170467,18483,'_tax_class',''),(170468,18483,'_line_subtotal','215'),(170469,18483,'_line_subtotal_tax','0'),(170470,18483,'_line_total','215'),(170471,18483,'_line_tax','0'),(170472,18483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170473,18484,'_product_id','44'),(170474,18484,'_variation_id','0'),(170475,18484,'_qty','2'),(170476,18484,'_tax_class',''),(170477,18484,'_line_subtotal','276'),(170478,18484,'_line_subtotal_tax','0'),(170479,18484,'_line_total','276'),(170480,18484,'_line_tax','0'),(170481,18484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170482,18485,'method_id','free_shipping'),(170483,18485,'instance_id','2'),(170484,18485,'cost','0'),(170485,18485,'total_tax','0'),(170486,18485,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170487,18485,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 2'),(170488,18486,'_product_id','3696'),(170489,18486,'_variation_id','0'),(170490,18486,'_qty','2'),(170491,18486,'_tax_class',''),(170492,18486,'_line_subtotal','137'),(170493,18486,'_line_subtotal_tax','0'),(170494,18486,'_line_total','137'),(170495,18486,'_line_tax','0'),(170496,18486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170497,18487,'_product_id','45'),(170498,18487,'_variation_id','0'),(170499,18487,'_qty','2'),(170500,18487,'_tax_class',''),(170501,18487,'_line_subtotal','100'),(170502,18487,'_line_subtotal_tax','0'),(170503,18487,'_line_total','100'),(170504,18487,'_line_tax','0'),(170505,18487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170506,18488,'_product_id','118'),(170507,18488,'_variation_id','0'),(170508,18488,'_qty','1'),(170509,18488,'_tax_class',''),(170510,18488,'_line_subtotal','215'),(170511,18488,'_line_subtotal_tax','0'),(170512,18488,'_line_total','215'),(170513,18488,'_line_tax','0'),(170514,18488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170515,18489,'_product_id','44'),(170516,18489,'_variation_id','0'),(170517,18489,'_qty','2'),(170518,18489,'_tax_class',''),(170519,18489,'_line_subtotal','276'),(170520,18489,'_line_subtotal_tax','0'),(170521,18489,'_line_total','276'),(170522,18489,'_line_tax','0'),(170523,18489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170524,18490,'method_id','free_shipping'),(170525,18490,'instance_id','2'),(170526,18490,'cost','0'),(170527,18490,'total_tax','0'),(170528,18490,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170529,18490,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care & Preventive Kit(Case of 6) &times; 1, Preventive Kit(Case of 6) &times; 2'),(170530,18353,'thwma_order_shipping_status','wc-pending'),(170531,18354,'thwma_order_shipping_status','wc-pending'),(170532,18355,'thwma_order_shipping_status','wc-pending'),(170533,18356,'thwma_order_shipping_status','wc-pending'),(170534,18357,'thwma_order_shipping_status','wc-pending'),(170535,18358,'thwma_order_shipping_status','wc-pending'),(170571,18495,'_product_id','2113'),(170572,18495,'_variation_id','0'),(170573,18495,'_qty','9'),(170574,18495,'_tax_class',''),(170575,18495,'_line_subtotal','1439.64'),(170576,18495,'_line_subtotal_tax','0'),(170577,18495,'_line_total','1439.64'),(170578,18495,'_line_tax','0'),(170579,18495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170580,18495,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:9;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:9;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:9;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(170581,18495,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:9;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:108.36;s:34:\"saved_amount_based_on_tax_settings\";d:108.36;s:15:\"is_free_product\";b:0;}'),(170582,18496,'_product_id','38'),(170583,18496,'_variation_id','0'),(170584,18496,'_qty','1'),(170585,18496,'_tax_class',''),(170586,18496,'_line_subtotal','165.76'),(170587,18496,'_line_subtotal_tax','0'),(170588,18496,'_line_total','165.76'),(170589,18496,'_line_tax','0'),(170590,18496,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170591,18497,'_product_id','2110'),(170592,18497,'_variation_id','0'),(170593,18497,'_qty','1'),(170594,18497,'_tax_class',''),(170595,18497,'_line_subtotal','71.4'),(170596,18497,'_line_subtotal_tax','0'),(170597,18497,'_line_total','71.4'),(170598,18497,'_line_tax','0'),(170599,18497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170600,18498,'method_id','free_shipping'),(170601,18498,'instance_id','2'),(170602,18498,'cost','0'),(170603,18498,'total_tax','0'),(170604,18498,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170605,18498,'Items','Active Rinse 16oz 100%(Case of 16) &times; 9, Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(170738,18514,'_product_id','41'),(170739,18514,'_variation_id','0'),(170740,18514,'_qty','1'),(170741,18514,'_tax_class',''),(170742,18514,'_line_subtotal','73.2'),(170743,18514,'_line_subtotal_tax','0'),(170744,18514,'_line_total','73.2'),(170745,18514,'_line_tax','0'),(170746,18514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170747,18515,'_product_id','44'),(170748,18515,'_variation_id','0'),(170749,18515,'_qty','1'),(170750,18515,'_tax_class',''),(170751,18515,'_line_subtotal','138'),(170752,18515,'_line_subtotal_tax','0'),(170753,18515,'_line_total','138'),(170754,18515,'_line_tax','0'),(170755,18515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170756,18516,'_product_id','49'),(170757,18516,'_variation_id','0'),(170758,18516,'_qty','4'),(170759,18516,'_tax_class',''),(170760,18516,'_line_subtotal','360'),(170761,18516,'_line_subtotal_tax','0'),(170762,18516,'_line_total','360'),(170763,18516,'_line_tax','0'),(170764,18516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170765,18517,'_product_id','39'),(170766,18517,'_variation_id','0'),(170767,18517,'_qty','1'),(170768,18517,'_tax_class',''),(170769,18517,'_line_subtotal','90'),(170770,18517,'_line_subtotal_tax','0'),(170771,18517,'_line_total','90'),(170772,18517,'_line_tax','0'),(170773,18517,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170774,18518,'_product_id','45'),(170775,18518,'_variation_id','0'),(170776,18518,'_qty','1'),(170777,18518,'_tax_class',''),(170778,18518,'_line_subtotal','50'),(170779,18518,'_line_subtotal_tax','0'),(170780,18518,'_line_total','50'),(170781,18518,'_line_tax','0'),(170782,18518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170783,18519,'method_id','free_shipping'),(170784,18519,'instance_id','2'),(170785,18519,'cost','0'),(170786,18519,'total_tax','0'),(170787,18519,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170788,18519,'Items','Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Shampoo 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1'),(170789,18520,'_product_id','2113'),(170790,18520,'_variation_id','0'),(170791,18520,'_qty','1'),(170792,18520,'_tax_class',''),(170793,18520,'_line_subtotal','172'),(170794,18520,'_line_subtotal_tax','0'),(170795,18520,'_line_total','172'),(170796,18520,'_line_tax','0'),(170797,18520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170798,18521,'_product_id','45'),(170799,18521,'_variation_id','0'),(170800,18521,'_qty','1'),(170801,18521,'_tax_class',''),(170802,18521,'_line_subtotal','50'),(170803,18521,'_line_subtotal_tax','0'),(170804,18521,'_line_total','50'),(170805,18521,'_line_tax','0'),(170806,18521,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170807,18522,'_product_id','3524'),(170808,18522,'_variation_id','0'),(170809,18522,'_qty','1'),(170810,18522,'_tax_class',''),(170811,18522,'_line_subtotal','151.2'),(170812,18522,'_line_subtotal_tax','0'),(170813,18522,'_line_total','151.2'),(170814,18522,'_line_tax','0'),(170815,18522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170816,18523,'_product_id','41'),(170817,18523,'_variation_id','0'),(170818,18523,'_qty','1'),(170819,18523,'_tax_class',''),(170820,18523,'_line_subtotal','73.2'),(170821,18523,'_line_subtotal_tax','0'),(170822,18523,'_line_total','73.2'),(170823,18523,'_line_tax','0'),(170824,18523,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170825,18524,'_product_id','3696'),(170826,18524,'_variation_id','0'),(170827,18524,'_qty','2'),(170828,18524,'_tax_class',''),(170829,18524,'_line_subtotal','137'),(170830,18524,'_line_subtotal_tax','0'),(170831,18524,'_line_total','137'),(170832,18524,'_line_tax','0'),(170833,18524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170834,18525,'_product_id','3360'),(170835,18525,'_variation_id','0'),(170836,18525,'_qty','1'),(170837,18525,'_tax_class',''),(170838,18525,'_line_subtotal','148'),(170839,18525,'_line_subtotal_tax','0'),(170840,18525,'_line_total','148'),(170841,18525,'_line_tax','0'),(170842,18525,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170843,18526,'_product_id','2408'),(170844,18526,'_variation_id','0'),(170845,18526,'_qty','1'),(170846,18526,'_tax_class',''),(170847,18526,'_line_subtotal','170'),(170848,18526,'_line_subtotal_tax','0'),(170849,18526,'_line_total','170'),(170850,18526,'_line_tax','0'),(170851,18526,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170852,18527,'method_id','free_shipping'),(170853,18527,'instance_id','2'),(170854,18527,'cost','0'),(170855,18527,'total_tax','0'),(170856,18527,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170857,18527,'Items','Active Rinse 16oz 100%(Case of 16) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Dandruff Shampoo 16oz(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 2, Rosemary Preventive Spray 16oz(Case of 16) &times; 1, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1'),(170858,18528,'_product_id','133'),(170859,18528,'_variation_id','0'),(170860,18528,'_qty','12'),(170861,18528,'_tax_class',''),(170862,18528,'_line_subtotal','171.6'),(170863,18528,'_line_subtotal_tax','0'),(170864,18528,'_line_total','171.6'),(170865,18528,'_line_tax','0'),(170866,18528,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170867,18529,'_product_id','2408'),(170868,18529,'_variation_id','0'),(170869,18529,'_qty','2'),(170870,18529,'_tax_class',''),(170871,18529,'_line_subtotal','340'),(170872,18529,'_line_subtotal_tax','0'),(170873,18529,'_line_total','340'),(170874,18529,'_line_tax','0'),(170875,18529,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170876,18530,'method_id','free_shipping'),(170877,18530,'instance_id','2'),(170878,18530,'cost','0'),(170879,18530,'total_tax','0'),(170880,18530,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170881,18530,'Items','Disposable Head Bands &times; 12, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2'),(170882,18531,'_product_id','3696'),(170883,18531,'_variation_id','0'),(170884,18531,'_qty','2'),(170885,18531,'_tax_class',''),(170886,18531,'_line_subtotal','137'),(170887,18531,'_line_subtotal_tax','0'),(170888,18531,'_line_total','137'),(170889,18531,'_line_tax','0'),(170890,18531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170891,18532,'_product_id','2110'),(170892,18532,'_variation_id','0'),(170893,18532,'_qty','4'),(170894,18532,'_tax_class',''),(170895,18532,'_line_subtotal','285.6'),(170896,18532,'_line_subtotal_tax','0'),(170897,18532,'_line_total','285.6'),(170898,18532,'_line_tax','0'),(170899,18532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170900,18533,'_product_id','44'),(170901,18533,'_variation_id','0'),(170902,18533,'_qty','1'),(170903,18533,'_tax_class',''),(170904,18533,'_line_subtotal','138'),(170905,18533,'_line_subtotal_tax','0'),(170906,18533,'_line_total','138'),(170907,18533,'_line_tax','0'),(170908,18533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170909,18534,'method_id','free_shipping'),(170910,18534,'instance_id','2'),(170911,18534,'cost','0'),(170912,18534,'total_tax','0'),(170913,18534,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170914,18534,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 4, Preventive Kit(Case of 6) &times; 1'),(170915,18535,'_product_id','490'),(170916,18535,'_variation_id','0'),(170917,18535,'_qty','50'),(170918,18535,'_tax_class',''),(170919,18535,'_line_subtotal','980'),(170920,18535,'_line_subtotal_tax','0'),(170921,18535,'_line_total','980'),(170922,18535,'_line_tax','0'),(170923,18535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170924,18536,'_product_id','3476'),(170925,18536,'_variation_id','0'),(170926,18536,'_qty','3'),(170927,18536,'_tax_class',''),(170928,18536,'_line_subtotal','228.6'),(170929,18536,'_line_subtotal_tax','0'),(170930,18536,'_line_total','228.6'),(170931,18536,'_line_tax','0'),(170932,18536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170933,18537,'_product_id','2400'),(170934,18537,'_variation_id','0'),(170935,18537,'_qty','1'),(170936,18537,'_tax_class',''),(170937,18537,'_line_subtotal','215'),(170938,18537,'_line_subtotal_tax','0'),(170939,18537,'_line_total','215'),(170940,18537,'_line_tax','0'),(170941,18537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170942,18538,'_product_id','3485'),(170943,18538,'_variation_id','0'),(170944,18538,'_qty','1'),(170945,18538,'_tax_class',''),(170946,18538,'_line_subtotal','148.8'),(170947,18538,'_line_subtotal_tax','0'),(170948,18538,'_line_total','148.8'),(170949,18538,'_line_tax','0'),(170950,18538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170951,18539,'_product_id','3696'),(170952,18539,'_variation_id','0'),(170953,18539,'_qty','1'),(170954,18539,'_tax_class',''),(170955,18539,'_line_subtotal','68.5'),(170956,18539,'_line_subtotal_tax','0'),(170957,18539,'_line_total','68.5'),(170958,18539,'_line_tax','0'),(170959,18539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170960,18540,'_product_id','2110'),(170961,18540,'_variation_id','0'),(170962,18540,'_qty','5'),(170963,18540,'_tax_class',''),(170964,18540,'_line_subtotal','357'),(170965,18540,'_line_subtotal_tax','0'),(170966,18540,'_line_total','357'),(170967,18540,'_line_tax','0'),(170968,18540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170969,18541,'_product_id','43'),(170970,18541,'_variation_id','0'),(170971,18541,'_qty','5'),(170972,18541,'_tax_class',''),(170973,18541,'_line_subtotal','450'),(170974,18541,'_line_subtotal_tax','0'),(170975,18541,'_line_total','450'),(170976,18541,'_line_tax','0'),(170977,18541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170978,18542,'_product_id','487'),(170979,18542,'_variation_id','0'),(170980,18542,'_qty','3'),(170981,18542,'_tax_class',''),(170982,18542,'_line_subtotal','94.05'),(170983,18542,'_line_subtotal_tax','0'),(170984,18542,'_line_total','94.05'),(170985,18542,'_line_tax','0'),(170986,18542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(170987,18543,'method_id','free_shipping'),(170988,18543,'instance_id','2'),(170989,18543,'cost','0'),(170990,18543,'total_tax','0'),(170991,18543,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(170992,18543,'Items','Bulk Active Rinse 100% RM &times; 50, Fine Hair Professional Lice Comb(Case of 12) &times; 3, Urgent Care & Preventive Kit withActive Rinse 100%(Case of 6) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 5, Preventive Spray 8oz(Case of 12) &times; 5, Bulk Mousse 1 Gallon RM &times; 3'),(170993,18544,'_product_id','45'),(170994,18544,'_variation_id','0'),(170995,18544,'_qty','3'),(170996,18544,'_tax_class',''),(170997,18544,'_line_subtotal','150'),(170998,18544,'_line_subtotal_tax','0'),(170999,18544,'_line_total','150'),(171000,18544,'_line_tax','0'),(171001,18544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171002,18545,'_product_id','43'),(171003,18545,'_variation_id','0'),(171004,18545,'_qty','2'),(171005,18545,'_tax_class',''),(171006,18545,'_line_subtotal','180'),(171007,18545,'_line_subtotal_tax','0'),(171008,18545,'_line_total','180'),(171009,18545,'_line_tax','0'),(171010,18545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171011,18546,'_product_id','490'),(171012,18546,'_variation_id','0'),(171013,18546,'_qty','4'),(171014,18546,'_tax_class',''),(171015,18546,'_line_subtotal','78.4'),(171016,18546,'_line_subtotal_tax','0'),(171017,18546,'_line_total','78.4'),(171018,18546,'_line_tax','0'),(171019,18546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171020,18547,'method_id','fedex'),(171021,18547,'instance_id','1'),(171022,18547,'cost','63.31'),(171023,18547,'total_tax','0'),(171024,18547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171025,18547,'Package 1','17 × 14 × 10 (in) 41.25lbs × 1'),(171026,18547,'Package 2','11.25 × 8.75 × 4.38 (in) 6.86lbs × 1'),(171027,18547,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% RM &times; 4'),(171028,18486,'thwma_order_shipping_status','wc-pending'),(171029,18487,'thwma_order_shipping_status','wc-pending'),(171030,18488,'thwma_order_shipping_status','wc-pending'),(171031,18489,'thwma_order_shipping_status','wc-pending'),(171032,18514,'thwma_order_shipping_status','wc-pending'),(171033,18515,'thwma_order_shipping_status','wc-pending'),(171034,18516,'thwma_order_shipping_status','wc-pending'),(171035,18517,'thwma_order_shipping_status','wc-pending'),(171036,18518,'thwma_order_shipping_status','wc-pending'),(171037,18528,'thwma_order_shipping_status','wc-pending'),(171038,18529,'thwma_order_shipping_status','wc-pending'),(171039,18520,'thwma_order_shipping_status','wc-pending'),(171040,18521,'thwma_order_shipping_status','wc-pending'),(171041,18522,'thwma_order_shipping_status','wc-pending'),(171042,18523,'thwma_order_shipping_status','wc-pending'),(171043,18524,'thwma_order_shipping_status','wc-pending'),(171044,18525,'thwma_order_shipping_status','wc-pending'),(171045,18526,'thwma_order_shipping_status','wc-pending'),(171178,18563,'_product_id','43'),(171179,18563,'_variation_id','0'),(171180,18563,'_qty','1'),(171181,18563,'_tax_class',''),(171182,18563,'_line_subtotal','90'),(171183,18563,'_line_subtotal_tax','0'),(171184,18563,'_line_total','90'),(171185,18563,'_line_tax','0'),(171186,18563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171187,18564,'_product_id','40'),(171188,18564,'_variation_id','0'),(171189,18564,'_qty','1'),(171190,18564,'_tax_class',''),(171191,18564,'_line_subtotal','90'),(171192,18564,'_line_subtotal_tax','0'),(171193,18564,'_line_total','90'),(171194,18564,'_line_tax','0'),(171195,18564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171196,18565,'_product_id','39'),(171197,18565,'_variation_id','0'),(171198,18565,'_qty','1'),(171199,18565,'_tax_class',''),(171200,18565,'_line_subtotal','90'),(171201,18565,'_line_subtotal_tax','0'),(171202,18565,'_line_total','90'),(171203,18565,'_line_tax','0'),(171204,18565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171205,18566,'_product_id','3362'),(171206,18566,'_variation_id','0'),(171207,18566,'_qty','1'),(171208,18566,'_tax_class',''),(171209,18566,'_line_subtotal','75'),(171210,18566,'_line_subtotal_tax','0'),(171211,18566,'_line_total','75'),(171212,18566,'_line_tax','0'),(171213,18566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171214,18567,'_product_id','487'),(171215,18567,'_variation_id','0'),(171216,18567,'_qty','2'),(171217,18567,'_tax_class',''),(171218,18567,'_line_subtotal','62.7'),(171219,18567,'_line_subtotal_tax','0'),(171220,18567,'_line_total','62.7'),(171221,18567,'_line_tax','0'),(171222,18567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171223,18568,'_product_id','2110'),(171224,18568,'_variation_id','0'),(171225,18568,'_qty','1'),(171226,18568,'_tax_class',''),(171227,18568,'_line_subtotal','71.4'),(171228,18568,'_line_subtotal_tax','0'),(171229,18568,'_line_total','71.4'),(171230,18568,'_line_tax','0'),(171231,18568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171232,18569,'_product_id','3525'),(171233,18569,'_variation_id','0'),(171234,18569,'_qty','1'),(171235,18569,'_tax_class',''),(171236,18569,'_line_subtotal','90'),(171237,18569,'_line_subtotal_tax','0'),(171238,18569,'_line_total','90'),(171239,18569,'_line_tax','0'),(171240,18569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171241,18570,'_product_id','3507'),(171242,18570,'_variation_id','0'),(171243,18570,'_qty','1'),(171244,18570,'_tax_class',''),(171245,18570,'_line_subtotal','175'),(171246,18570,'_line_subtotal_tax','0'),(171247,18570,'_line_total','175'),(171248,18570,'_line_tax','0'),(171249,18570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171250,18571,'_product_id','490'),(171251,18571,'_variation_id','0'),(171252,18571,'_qty','8'),(171253,18571,'_tax_class',''),(171254,18571,'_line_subtotal','156.8'),(171255,18571,'_line_subtotal_tax','0'),(171256,18571,'_line_total','156.8'),(171257,18571,'_line_tax','0'),(171258,18571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171259,18572,'_product_id','142'),(171260,18572,'_variation_id','0'),(171261,18572,'_qty','12'),(171262,18572,'_tax_class',''),(171263,18572,'_line_subtotal','15'),(171264,18572,'_line_subtotal_tax','0'),(171265,18572,'_line_total','15'),(171266,18572,'_line_tax','0'),(171267,18572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171268,18573,'_product_id','146'),(171269,18573,'_variation_id','0'),(171270,18573,'_qty','12'),(171271,18573,'_tax_class',''),(171272,18573,'_line_subtotal','16.56'),(171273,18573,'_line_subtotal_tax','0'),(171274,18573,'_line_total','16.56'),(171275,18573,'_line_tax','0'),(171276,18573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171277,18574,'_product_id','42'),(171278,18574,'_variation_id','0'),(171279,18574,'_qty','1'),(171280,18574,'_tax_class',''),(171281,18574,'_line_subtotal','90'),(171282,18574,'_line_subtotal_tax','0'),(171283,18574,'_line_total','90'),(171284,18574,'_line_tax','0'),(171285,18574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171286,18575,'_product_id','41'),(171287,18575,'_variation_id','0'),(171288,18575,'_qty','1'),(171289,18575,'_tax_class',''),(171290,18575,'_line_subtotal','73.2'),(171291,18575,'_line_subtotal_tax','0'),(171292,18575,'_line_total','73.2'),(171293,18575,'_line_tax','0'),(171294,18575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171295,18576,'_product_id','116'),(171296,18576,'_variation_id','0'),(171297,18576,'_qty','1'),(171298,18576,'_tax_class',''),(171299,18576,'_line_subtotal','165'),(171300,18576,'_line_subtotal_tax','0'),(171301,18576,'_line_total','165'),(171302,18576,'_line_tax','0'),(171303,18576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171304,18577,'method_id','free_shipping'),(171305,18577,'instance_id','2'),(171306,18577,'cost','0'),(171307,18577,'total_tax','0'),(171308,18577,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171309,18577,'Items','Preventive Spray 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1, Bulk (Not in Blister Packs) Junior Lice Comb(Case of 50) &times; 1, Bulk Active Rinse 100% RM &times; 8, 6\" Wide Tooth Detangling Comb &times; 12, 9\" Detangler Comb &times; 12, Comb-Out Mousse(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Pediatrician Samples 2oz(Case of 48) &times; 1'),(171310,18578,'_product_id','2110'),(171311,18578,'_variation_id','0'),(171312,18578,'_qty','4'),(171313,18578,'_tax_class',''),(171314,18578,'_line_subtotal','285.6'),(171315,18578,'_line_subtotal_tax','0'),(171316,18578,'_line_total','285.6'),(171317,18578,'_line_tax','0'),(171318,18578,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171319,18579,'_product_id','2113'),(171320,18579,'_variation_id','0'),(171321,18579,'_qty','2'),(171322,18579,'_tax_class',''),(171323,18579,'_line_subtotal','344'),(171324,18579,'_line_subtotal_tax','0'),(171325,18579,'_line_total','344'),(171326,18579,'_line_tax','0'),(171327,18579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171328,18580,'_product_id','41'),(171329,18580,'_variation_id','0'),(171330,18580,'_qty','4'),(171331,18580,'_tax_class',''),(171332,18580,'_line_subtotal','292.8'),(171333,18580,'_line_subtotal_tax','0'),(171334,18580,'_line_total','292.8'),(171335,18580,'_line_tax','0'),(171336,18580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171337,18581,'_product_id','45'),(171338,18581,'_variation_id','0'),(171339,18581,'_qty','4'),(171340,18581,'_tax_class',''),(171341,18581,'_line_subtotal','200'),(171342,18581,'_line_subtotal_tax','0'),(171343,18581,'_line_total','200'),(171344,18581,'_line_tax','0'),(171345,18581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171346,18582,'_product_id','120'),(171347,18582,'_variation_id','0'),(171348,18582,'_qty','3'),(171349,18582,'_tax_class',''),(171350,18582,'_line_subtotal','189'),(171351,18582,'_line_subtotal_tax','0'),(171352,18582,'_line_total','189'),(171353,18582,'_line_tax','0'),(171354,18582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171355,18583,'_product_id','3362'),(171356,18583,'_variation_id','0'),(171357,18583,'_qty','3'),(171358,18583,'_tax_class',''),(171359,18583,'_line_subtotal','225'),(171360,18583,'_line_subtotal_tax','0'),(171361,18583,'_line_total','225'),(171362,18583,'_line_tax','0'),(171363,18583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171364,18584,'_product_id','490'),(171365,18584,'_variation_id','0'),(171366,18584,'_qty','50'),(171367,18584,'_tax_class',''),(171368,18584,'_line_subtotal','980'),(171369,18584,'_line_subtotal_tax','0'),(171370,18584,'_line_total','980'),(171371,18584,'_line_tax','0'),(171372,18584,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171373,18585,'_product_id','487'),(171374,18585,'_variation_id','0'),(171375,18585,'_qty','4'),(171376,18585,'_tax_class',''),(171377,18585,'_line_subtotal','125.4'),(171378,18585,'_line_subtotal_tax','0'),(171379,18585,'_line_total','125.4'),(171380,18585,'_line_tax','0'),(171381,18585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171382,18586,'method_id','free_shipping'),(171383,18586,'instance_id','2'),(171384,18586,'cost','0'),(171385,18586,'total_tax','0'),(171386,18586,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171387,18586,'Items','Active Rinse 8oz 100%(Case of 12) &times; 4, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Preventive Spray 2oz(Case of 24) &times; 3, Rosemary Preventive Spray 8oz(Case of 12) &times; 3, Bulk Active Rinse 100% RM &times; 50, Bulk Mousse 1 Gallon RM &times; 4'),(171388,18587,'_product_id','488'),(171389,18587,'_variation_id','0'),(171390,18587,'_qty','1'),(171391,18587,'_tax_class',''),(171392,18587,'_line_subtotal','31.35'),(171393,18587,'_line_subtotal_tax','0'),(171394,18587,'_line_total','31.35'),(171395,18587,'_line_tax','0'),(171396,18587,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171397,18588,'_product_id','487'),(171398,18588,'_variation_id','0'),(171399,18588,'_qty','1'),(171400,18588,'_tax_class',''),(171401,18588,'_line_subtotal','31.35'),(171402,18588,'_line_subtotal_tax','0'),(171403,18588,'_line_total','31.35'),(171404,18588,'_line_tax','0'),(171405,18588,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171406,18589,'_product_id','3412'),(171407,18589,'_variation_id','0'),(171408,18589,'_qty','1'),(171409,18589,'_tax_class',''),(171410,18589,'_line_subtotal','90'),(171411,18589,'_line_subtotal_tax','0'),(171412,18589,'_line_total','90'),(171413,18589,'_line_tax','0'),(171414,18589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171415,18590,'method_id','fedex'),(171416,18590,'instance_id','1'),(171417,18590,'cost','21.14'),(171418,18590,'total_tax','0'),(171419,18590,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171420,18590,'Package 1','17 × 14 × 10 (in) 21.6lbs × 1'),(171421,18590,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1'),(171422,18591,'_product_id','488'),(171423,18591,'_variation_id','0'),(171424,18591,'_qty','1'),(171425,18591,'_tax_class',''),(171426,18591,'_line_subtotal','31.35'),(171427,18591,'_line_subtotal_tax','0'),(171428,18591,'_line_total','31.35'),(171429,18591,'_line_tax','0'),(171430,18591,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171431,18592,'_product_id','487'),(171432,18592,'_variation_id','0'),(171433,18592,'_qty','1'),(171434,18592,'_tax_class',''),(171435,18592,'_line_subtotal','31.35'),(171436,18592,'_line_subtotal_tax','0'),(171437,18592,'_line_total','31.35'),(171438,18592,'_line_tax','0'),(171439,18592,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171440,18593,'_product_id','3412'),(171441,18593,'_variation_id','0'),(171442,18593,'_qty','1'),(171443,18593,'_tax_class',''),(171444,18593,'_line_subtotal','90'),(171445,18593,'_line_subtotal_tax','0'),(171446,18593,'_line_total','90'),(171447,18593,'_line_tax','0'),(171448,18593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171449,18594,'method_id','fedex'),(171450,18594,'instance_id','1'),(171451,18594,'cost','21.14'),(171452,18594,'total_tax','0'),(171453,18594,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171454,18594,'Package 1','17 × 14 × 10 (in) 21.6lbs × 1'),(171455,18594,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1'),(171456,18595,'_product_id','488'),(171457,18595,'_variation_id','0'),(171458,18595,'_qty','1'),(171459,18595,'_tax_class',''),(171460,18595,'_line_subtotal','31.35'),(171461,18595,'_line_subtotal_tax','0'),(171462,18595,'_line_total','31.35'),(171463,18595,'_line_tax','0'),(171464,18595,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171465,18596,'_product_id','487'),(171466,18596,'_variation_id','0'),(171467,18596,'_qty','1'),(171468,18596,'_tax_class',''),(171469,18596,'_line_subtotal','31.35'),(171470,18596,'_line_subtotal_tax','0'),(171471,18596,'_line_total','31.35'),(171472,18596,'_line_tax','0'),(171473,18596,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171474,18597,'_product_id','3412'),(171475,18597,'_variation_id','0'),(171476,18597,'_qty','1'),(171477,18597,'_tax_class',''),(171478,18597,'_line_subtotal','90'),(171479,18597,'_line_subtotal_tax','0'),(171480,18597,'_line_total','90'),(171481,18597,'_line_tax','0'),(171482,18597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171483,18598,'method_id','fedex'),(171484,18598,'instance_id','1'),(171485,18598,'cost','21.14'),(171486,18598,'total_tax','0'),(171487,18598,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171488,18598,'Package 1','17 × 14 × 10 (in) 21.6lbs × 1'),(171489,18598,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1'),(171490,18531,'thwma_order_shipping_status','wc-pending'),(171491,18532,'thwma_order_shipping_status','wc-pending'),(171492,18533,'thwma_order_shipping_status','wc-pending'),(171493,18563,'thwma_order_shipping_status','wc-pending'),(171494,18564,'thwma_order_shipping_status','wc-pending'),(171495,18565,'thwma_order_shipping_status','wc-pending'),(171496,18566,'thwma_order_shipping_status','wc-pending'),(171497,18567,'thwma_order_shipping_status','wc-pending'),(171498,18568,'thwma_order_shipping_status','wc-pending'),(171499,18569,'thwma_order_shipping_status','wc-pending'),(171500,18570,'thwma_order_shipping_status','wc-pending'),(171501,18571,'thwma_order_shipping_status','wc-pending'),(171502,18572,'thwma_order_shipping_status','wc-pending'),(171503,18573,'thwma_order_shipping_status','wc-pending'),(171504,18574,'thwma_order_shipping_status','wc-pending'),(171505,18575,'thwma_order_shipping_status','wc-pending'),(171506,18576,'thwma_order_shipping_status','wc-pending'),(171507,18599,'_product_id','49'),(171508,18599,'_variation_id','0'),(171509,18599,'_qty','2'),(171510,18599,'_tax_class',''),(171511,18599,'_line_subtotal','180'),(171512,18599,'_line_subtotal_tax','0'),(171513,18599,'_line_total','180'),(171514,18599,'_line_tax','0'),(171515,18599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171516,18600,'_product_id','45'),(171517,18600,'_variation_id','0'),(171518,18600,'_qty','4'),(171519,18600,'_tax_class',''),(171520,18600,'_line_subtotal','200'),(171521,18600,'_line_subtotal_tax','0'),(171522,18600,'_line_total','200'),(171523,18600,'_line_tax','0'),(171524,18600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171525,18601,'_product_id','3362'),(171526,18601,'_variation_id','0'),(171527,18601,'_qty','2'),(171528,18601,'_tax_class',''),(171529,18601,'_line_subtotal','150'),(171530,18601,'_line_subtotal_tax','0'),(171531,18601,'_line_total','150'),(171532,18601,'_line_tax','0'),(171533,18601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171534,18602,'_product_id','3696'),(171535,18602,'_variation_id','0'),(171536,18602,'_qty','2'),(171537,18602,'_tax_class',''),(171538,18602,'_line_subtotal','137'),(171539,18602,'_line_subtotal_tax','0'),(171540,18602,'_line_total','137'),(171541,18602,'_line_tax','0'),(171542,18602,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171543,18603,'_product_id','488'),(171544,18603,'_variation_id','0'),(171545,18603,'_qty','1'),(171546,18603,'_tax_class',''),(171547,18603,'_line_subtotal','31.35'),(171548,18603,'_line_subtotal_tax','0'),(171549,18603,'_line_total','31.35'),(171550,18603,'_line_tax','0'),(171551,18603,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171552,18604,'_product_id','487'),(171553,18604,'_variation_id','0'),(171554,18604,'_qty','1'),(171555,18604,'_tax_class',''),(171556,18604,'_line_subtotal','31.35'),(171557,18604,'_line_subtotal_tax','0'),(171558,18604,'_line_total','31.35'),(171559,18604,'_line_tax','0'),(171560,18604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171561,18605,'method_id','free_shipping'),(171562,18605,'instance_id','2'),(171563,18605,'cost','0'),(171564,18605,'total_tax','0'),(171565,18605,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171566,18605,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Rosemary Preventive Spray 8oz(Case of 12) &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1'),(171567,18606,'_product_id','3696'),(171568,18606,'_variation_id','0'),(171569,18606,'_qty','2'),(171570,18606,'_tax_class',''),(171571,18606,'_line_subtotal','137'),(171572,18606,'_line_subtotal_tax','0'),(171573,18606,'_line_total','137'),(171574,18606,'_line_tax','0'),(171575,18606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171576,18607,'_product_id','488'),(171577,18607,'_variation_id','0'),(171578,18607,'_qty','2'),(171579,18607,'_tax_class',''),(171580,18607,'_line_subtotal','62.7'),(171581,18607,'_line_subtotal_tax','0'),(171582,18607,'_line_total','62.7'),(171583,18607,'_line_tax','0'),(171584,18607,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171585,18608,'_product_id','487'),(171586,18608,'_variation_id','0'),(171587,18608,'_qty','2'),(171588,18608,'_tax_class',''),(171589,18608,'_line_subtotal','62.7'),(171590,18608,'_line_subtotal_tax','0'),(171591,18608,'_line_total','62.7'),(171592,18608,'_line_tax','0'),(171593,18608,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171594,18609,'_product_id','2408'),(171595,18609,'_variation_id','0'),(171596,18609,'_qty','1'),(171597,18609,'_tax_class',''),(171598,18609,'_line_subtotal','170'),(171599,18609,'_line_subtotal_tax','0'),(171600,18609,'_line_total','170'),(171601,18609,'_line_tax','0'),(171602,18609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171603,18610,'_product_id','45'),(171604,18610,'_variation_id','0'),(171605,18610,'_qty','2'),(171606,18610,'_tax_class',''),(171607,18610,'_line_subtotal','100'),(171608,18610,'_line_subtotal_tax','0'),(171609,18610,'_line_total','100'),(171610,18610,'_line_tax','0'),(171611,18610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171612,18611,'method_id','free_shipping'),(171613,18611,'instance_id','2'),(171614,18611,'cost','0'),(171615,18611,'total_tax','0'),(171616,18611,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171617,18611,'Items','Bulk Active Rinse 100% 1 Gallon &times; 2, Bulk Detangling Spray 1 Gallon RM &times; 2, Bulk Mousse 1 Gallon RM &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2'),(171766,18627,'_product_id','23'),(171767,18627,'_variation_id','0'),(171768,18627,'_qty','8'),(171769,18627,'_tax_class',''),(171770,18627,'_line_subtotal','509.9376'),(171771,18627,'_line_subtotal_tax','0'),(171772,18627,'_line_total','509.9376'),(171773,18627,'_line_tax','0'),(171774,18627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171775,18627,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:22:\"total_discount_details\";a:8:{s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.540000000000006;s:23:\"calculate_discount_from\";d:68.540000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.7978000000000005;s:14:\"original_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:23;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742200000000004;}'),(171776,18627,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.540000000000006;s:16:\"discounted_price\";d:63.742200000000004;s:35:\"initial_price_based_on_tax_settings\";d:68.540000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:63.742199999999997;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.7977999999999996;}}}s:12:\"saved_amount\";d:38.382399999999997;s:34:\"saved_amount_based_on_tax_settings\";d:38.382399999999997;s:15:\"is_free_product\";b:0;}'),(171777,18628,'_product_id','38'),(171778,18628,'_variation_id','0'),(171779,18628,'_qty','8'),(171780,18628,'_tax_class',''),(171781,18628,'_line_subtotal','1233.2544'),(171782,18628,'_line_subtotal_tax','0'),(171783,18628,'_line_total','1233.2544'),(171784,18628,'_line_tax','0'),(171785,18628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171786,18628,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;s:22:\"total_discount_details\";a:8:{s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:165.75999999999999;s:23:\"calculate_discount_from\";d:165.75999999999999;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:11.603200000000001;s:14:\"original_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:38;s:35:\"initial_price_based_on_tax_settings\";d:165.75999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:154.15679999999998;}'),(171787,18628,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:165.75999999999999;s:16:\"discounted_price\";d:154.15679999999998;s:35:\"initial_price_based_on_tax_settings\";d:165.75999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:154.1568;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:11.603199999999999;}}}s:12:\"saved_amount\";d:92.825599999999994;s:34:\"saved_amount_based_on_tax_settings\";d:92.825599999999994;s:15:\"is_free_product\";b:0;}'),(171788,18629,'_product_id','45'),(171789,18629,'_variation_id','0'),(171790,18629,'_qty','8'),(171791,18629,'_tax_class',''),(171792,18629,'_line_subtotal','372'),(171793,18629,'_line_subtotal_tax','0'),(171794,18629,'_line_total','372'),(171795,18629,'_line_tax','0'),(171796,18629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171797,18629,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:8:{s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(171798,18629,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(171799,18630,'_product_id','41'),(171800,18630,'_variation_id','0'),(171801,18630,'_qty','8'),(171802,18630,'_tax_class',''),(171803,18630,'_line_subtotal','544.608'),(171804,18630,'_line_subtotal_tax','0'),(171805,18630,'_line_total','544.608'),(171806,18630,'_line_tax','0'),(171807,18630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171808,18630,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:8:{s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(171809,18630,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(171810,18631,'_product_id','49'),(171811,18631,'_variation_id','0'),(171812,18631,'_qty','8'),(171813,18631,'_tax_class',''),(171814,18631,'_line_subtotal','669.6'),(171815,18631,'_line_subtotal_tax','0'),(171816,18631,'_line_total','669.6'),(171817,18631,'_line_tax','0'),(171818,18631,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171819,18631,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:8:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(171820,18631,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(171821,18632,'_product_id','41'),(171822,18632,'_variation_id','0'),(171823,18632,'_qty','8'),(171824,18632,'_tax_class',''),(171825,18632,'_line_subtotal','544.608'),(171826,18632,'_line_subtotal_tax','0'),(171827,18632,'_line_total','544.608'),(171828,18632,'_line_tax','0'),(171829,18632,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171830,18632,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:8:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(171831,18632,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(171832,18633,'_product_id','3412'),(171833,18633,'_variation_id','0'),(171834,18633,'_qty','1'),(171835,18633,'_tax_class',''),(171836,18633,'_line_subtotal','90'),(171837,18633,'_line_subtotal_tax','0'),(171838,18633,'_line_total','90'),(171839,18633,'_line_tax','0'),(171840,18633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171841,18634,'_product_id','133'),(171842,18634,'_variation_id','0'),(171843,18634,'_qty','1'),(171844,18634,'_tax_class',''),(171845,18634,'_line_subtotal','14.3'),(171846,18634,'_line_subtotal_tax','0'),(171847,18634,'_line_total','14.3'),(171848,18634,'_line_tax','0'),(171849,18634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171850,18635,'_product_id','3525'),(171851,18635,'_variation_id','0'),(171852,18635,'_qty','2'),(171853,18635,'_tax_class',''),(171854,18635,'_line_subtotal','180'),(171855,18635,'_line_subtotal_tax','0'),(171856,18635,'_line_total','180'),(171857,18635,'_line_tax','0'),(171858,18635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171859,18636,'_product_id','40'),(171860,18636,'_variation_id','0'),(171861,18636,'_qty','2'),(171862,18636,'_tax_class',''),(171863,18636,'_line_subtotal','180'),(171864,18636,'_line_subtotal_tax','0'),(171865,18636,'_line_total','180'),(171866,18636,'_line_tax','0'),(171867,18636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171868,18637,'_product_id','39'),(171869,18637,'_variation_id','0'),(171870,18637,'_qty','2'),(171871,18637,'_tax_class',''),(171872,18637,'_line_subtotal','180'),(171873,18637,'_line_subtotal_tax','0'),(171874,18637,'_line_total','180'),(171875,18637,'_line_tax','0'),(171876,18637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171877,18638,'_product_id','120'),(171878,18638,'_variation_id','0'),(171879,18638,'_qty','1'),(171880,18638,'_tax_class',''),(171881,18638,'_line_subtotal','63'),(171882,18638,'_line_subtotal_tax','0'),(171883,18638,'_line_total','63'),(171884,18638,'_line_tax','0'),(171885,18638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171886,18639,'_product_id','43'),(171887,18639,'_variation_id','0'),(171888,18639,'_qty','8'),(171889,18639,'_tax_class',''),(171890,18639,'_line_subtotal','669.6'),(171891,18639,'_line_subtotal_tax','0'),(171892,18639,'_line_total','669.6'),(171893,18639,'_line_tax','0'),(171894,18639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171895,18639,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:8:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(171896,18639,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(171897,18640,'_product_id','45'),(171898,18640,'_variation_id','0'),(171899,18640,'_qty','8'),(171900,18640,'_tax_class',''),(171901,18640,'_line_subtotal','372'),(171902,18640,'_line_subtotal_tax','0'),(171903,18640,'_line_total','372'),(171904,18640,'_line_tax','0'),(171905,18640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171906,18640,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:8:{s:32:\"92da7ef912aeed4b3727e8f38e8eb99d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7978000000000005;s:14:\"discount_price\";d:4.7978000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"9b972f227dc58a106963e4211fc1a66c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.603200000000001;s:14:\"discount_price\";d:11.603200000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c9b57f3a73a22222ba69b9a577eb26fb\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"150a32f1e444296ff6ba240952491340\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"5d35ec5e0959d1076f225f3f49234b59\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(171907,18640,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(171908,18641,'method_id','free_shipping'),(171909,18641,'instance_id','2'),(171910,18641,'cost','0'),(171911,18641,'total_tax','0'),(171912,18641,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171913,18641,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 8, Active Rinse 16oz 50/50(Case of 16) &times; 8, Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Professional Lice Comb(Case of 12) &times; 8, Preventive Detangling Spray 8oz(Case of 12) &times; 8, Professional Lice Comb(Case of 12) &times; 8, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Disposable Head Bands &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 2, Preventive Conditioner 8oz(Case of 12) &times; 2, Preventive Shampoo 8oz(Case of 12) &times; 2, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 8, Super Clarifying Shampoo 8oz(Case of 12) &times; 8'),(171914,18642,'_product_id','38'),(171915,18642,'_variation_id','0'),(171916,18642,'_qty','1'),(171917,18642,'_tax_class',''),(171918,18642,'_line_subtotal','165.76'),(171919,18642,'_line_subtotal_tax','0'),(171920,18642,'_line_total','165.76'),(171921,18642,'_line_tax','0'),(171922,18642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171923,18643,'_product_id','23'),(171924,18643,'_variation_id','0'),(171925,18643,'_qty','1'),(171926,18643,'_tax_class',''),(171927,18643,'_line_subtotal','68.54'),(171928,18643,'_line_subtotal_tax','0'),(171929,18643,'_line_total','68.54'),(171930,18643,'_line_tax','0'),(171931,18643,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171932,18644,'method_id','fedex'),(171933,18644,'instance_id','1'),(171934,18644,'cost','15.24'),(171935,18644,'total_tax','0'),(171936,18644,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171937,18644,'Package 1','14 × 14 × 14 (in) 26.8lbs × 1'),(171938,18644,'Items','Active Rinse 16oz 50/50(Case of 16) &times; 1, Active Rinse 8oz 50/50(Case of 12) &times; 1'),(171939,18599,'thwma_order_shipping_status','wc-pending'),(171940,18600,'thwma_order_shipping_status','wc-pending'),(171941,18601,'thwma_order_shipping_status','wc-pending'),(171942,18602,'thwma_order_shipping_status','wc-pending'),(171943,18603,'thwma_order_shipping_status','wc-pending'),(171944,18604,'thwma_order_shipping_status','wc-pending'),(171945,18606,'thwma_order_shipping_status','wc-pending'),(171946,18607,'thwma_order_shipping_status','wc-pending'),(171947,18608,'thwma_order_shipping_status','wc-pending'),(171948,18609,'thwma_order_shipping_status','wc-pending'),(171949,18610,'thwma_order_shipping_status','wc-pending'),(171950,18645,'_product_id','2113'),(171951,18645,'_variation_id','0'),(171952,18645,'_qty','2'),(171953,18645,'_tax_class',''),(171954,18645,'_line_subtotal','344'),(171955,18645,'_line_subtotal_tax','0'),(171956,18645,'_line_total','344'),(171957,18645,'_line_tax','0'),(171958,18645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171959,18646,'_product_id','490'),(171960,18646,'_variation_id','0'),(171961,18646,'_qty','8'),(171962,18646,'_tax_class',''),(171963,18646,'_line_subtotal','156.8'),(171964,18646,'_line_subtotal_tax','0'),(171965,18646,'_line_total','156.8'),(171966,18646,'_line_tax','0'),(171967,18646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171968,18647,'_product_id','44'),(171969,18647,'_variation_id','0'),(171970,18647,'_qty','2'),(171971,18647,'_tax_class',''),(171972,18647,'_line_subtotal','276'),(171973,18647,'_line_subtotal_tax','0'),(171974,18647,'_line_total','276'),(171975,18647,'_line_tax','0'),(171976,18647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(171977,18648,'method_id','free_shipping'),(171978,18648,'instance_id','2'),(171979,18648,'cost','0'),(171980,18648,'total_tax','0'),(171981,18648,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(171982,18648,'Items','Active Rinse 16oz 100%(Case of 16) &times; 2, Bulk Active Rinse 100% RM &times; 8, Preventive Kit(Case of 6) &times; 2'),(171983,18627,'thwma_order_shipping_status','wc-pending'),(171984,18628,'thwma_order_shipping_status','wc-pending'),(171985,18629,'thwma_order_shipping_status','wc-pending'),(171986,18630,'thwma_order_shipping_status','wc-pending'),(171987,18631,'thwma_order_shipping_status','wc-pending'),(171988,18632,'thwma_order_shipping_status','wc-pending'),(171989,18633,'thwma_order_shipping_status','wc-pending'),(171990,18634,'thwma_order_shipping_status','wc-pending'),(171991,18635,'thwma_order_shipping_status','wc-pending'),(171992,18636,'thwma_order_shipping_status','wc-pending'),(171993,18637,'thwma_order_shipping_status','wc-pending'),(171994,18638,'thwma_order_shipping_status','wc-pending'),(171995,18639,'thwma_order_shipping_status','wc-pending'),(171996,18640,'thwma_order_shipping_status','wc-pending'),(171997,18642,'thwma_order_shipping_status','wc-pending'),(171998,18643,'thwma_order_shipping_status','wc-pending'),(171999,18645,'thwma_order_shipping_status','wc-pending'),(172000,18646,'thwma_order_shipping_status','wc-pending'),(172001,18647,'thwma_order_shipping_status','wc-pending'),(172002,18595,'thwma_order_shipping_status','wc-pending'),(172003,18596,'thwma_order_shipping_status','wc-pending'),(172004,18597,'thwma_order_shipping_status','wc-pending'),(172005,18578,'thwma_order_shipping_status','wc-pending'),(172006,18579,'thwma_order_shipping_status','wc-pending'),(172007,18580,'thwma_order_shipping_status','wc-pending'),(172008,18581,'thwma_order_shipping_status','wc-pending'),(172009,18582,'thwma_order_shipping_status','wc-pending'),(172010,18583,'thwma_order_shipping_status','wc-pending'),(172011,18584,'thwma_order_shipping_status','wc-pending'),(172012,18585,'thwma_order_shipping_status','wc-pending'),(172013,18544,'thwma_order_shipping_status','wc-pending'),(172014,18545,'thwma_order_shipping_status','wc-pending'),(172015,18546,'thwma_order_shipping_status','wc-pending'),(172016,18535,'thwma_order_shipping_status','wc-pending'),(172017,18536,'thwma_order_shipping_status','wc-pending'),(172018,18537,'thwma_order_shipping_status','wc-pending'),(172019,18538,'thwma_order_shipping_status','wc-pending'),(172020,18539,'thwma_order_shipping_status','wc-pending'),(172021,18540,'thwma_order_shipping_status','wc-pending'),(172022,18541,'thwma_order_shipping_status','wc-pending'),(172023,18542,'thwma_order_shipping_status','wc-pending'),(172024,18649,'_product_id','49'),(172025,18649,'_variation_id','0'),(172026,18649,'_qty','2'),(172027,18649,'_tax_class',''),(172028,18649,'_line_subtotal','180'),(172029,18649,'_line_subtotal_tax','0'),(172030,18649,'_line_total','180'),(172031,18649,'_line_tax','0'),(172032,18649,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172033,18650,'_product_id','44'),(172034,18650,'_variation_id','0'),(172035,18650,'_qty','2'),(172036,18650,'_tax_class',''),(172037,18650,'_line_subtotal','276'),(172038,18650,'_line_subtotal_tax','0'),(172039,18650,'_line_total','276'),(172040,18650,'_line_tax','0'),(172041,18650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172042,18651,'_product_id','3362'),(172043,18651,'_variation_id','0'),(172044,18651,'_qty','3'),(172045,18651,'_tax_class',''),(172046,18651,'_line_subtotal','225'),(172047,18651,'_line_subtotal_tax','0'),(172048,18651,'_line_total','225'),(172049,18651,'_line_tax','0'),(172050,18651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172051,18652,'_product_id','3412'),(172052,18652,'_variation_id','0'),(172053,18652,'_qty','1'),(172054,18652,'_tax_class',''),(172055,18652,'_line_subtotal','90'),(172056,18652,'_line_subtotal_tax','0'),(172057,18652,'_line_total','90'),(172058,18652,'_line_tax','0'),(172059,18652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172060,18653,'_product_id','41'),(172061,18653,'_variation_id','0'),(172062,18653,'_qty','3'),(172063,18653,'_tax_class',''),(172064,18653,'_line_subtotal','219.6'),(172065,18653,'_line_subtotal_tax','0'),(172066,18653,'_line_total','219.6'),(172067,18653,'_line_tax','0'),(172068,18653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172069,18654,'method_id','free_shipping'),(172070,18654,'instance_id','2'),(172071,18654,'cost','0'),(172072,18654,'total_tax','0'),(172073,18654,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172074,18654,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Kit(Case of 6) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 3, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Professional Lice Comb(Case of 12) &times; 3'),(172075,18655,'_product_id','2408'),(172076,18655,'_variation_id','0'),(172077,18655,'_qty','1'),(172078,18655,'_tax_class',''),(172079,18655,'_line_subtotal','170'),(172080,18655,'_line_subtotal_tax','0'),(172081,18655,'_line_total','170'),(172082,18655,'_line_tax','0'),(172083,18655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172084,18656,'_product_id','45'),(172085,18656,'_variation_id','0'),(172086,18656,'_qty','2'),(172087,18656,'_tax_class',''),(172088,18656,'_line_subtotal','100'),(172089,18656,'_line_subtotal_tax','0'),(172090,18656,'_line_total','100'),(172091,18656,'_line_tax','0'),(172092,18656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172093,18657,'_product_id','2110'),(172094,18657,'_variation_id','0'),(172095,18657,'_qty','1'),(172096,18657,'_tax_class',''),(172097,18657,'_line_subtotal','71.4'),(172098,18657,'_line_subtotal_tax','0'),(172099,18657,'_line_total','71.4'),(172100,18657,'_line_tax','0'),(172101,18657,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172102,18658,'_product_id','2113'),(172103,18658,'_variation_id','0'),(172104,18658,'_qty','1'),(172105,18658,'_tax_class',''),(172106,18658,'_line_subtotal','172'),(172107,18658,'_line_subtotal_tax','0'),(172108,18658,'_line_total','172'),(172109,18658,'_line_tax','0'),(172110,18658,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172111,18659,'_product_id','49'),(172112,18659,'_variation_id','0'),(172113,18659,'_qty','1'),(172114,18659,'_tax_class',''),(172115,18659,'_line_subtotal','90'),(172116,18659,'_line_subtotal_tax','0'),(172117,18659,'_line_total','90'),(172118,18659,'_line_tax','0'),(172119,18659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172120,18660,'_product_id','44'),(172121,18660,'_variation_id','0'),(172122,18660,'_qty','1'),(172123,18660,'_tax_class',''),(172124,18660,'_line_subtotal','138'),(172125,18660,'_line_subtotal_tax','0'),(172126,18660,'_line_total','138'),(172127,18660,'_line_tax','0'),(172128,18660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172129,18661,'method_id','free_shipping'),(172130,18661,'instance_id','2'),(172131,18661,'cost','0'),(172132,18661,'total_tax','0'),(172133,18661,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172134,18661,'Items','Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Active Rinse 8oz 100%(Case of 12) &times; 1, Active Rinse 16oz 100%(Case of 16) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1'),(172135,18662,'_product_id','3412'),(172136,18662,'_variation_id','0'),(172137,18662,'_qty','2'),(172138,18662,'_tax_class',''),(172139,18662,'_line_subtotal','180'),(172140,18662,'_line_subtotal_tax','0'),(172141,18662,'_line_total','180'),(172142,18662,'_line_tax','0'),(172143,18662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172144,18663,'_product_id','43'),(172145,18663,'_variation_id','0'),(172146,18663,'_qty','2'),(172147,18663,'_tax_class',''),(172148,18663,'_line_subtotal','180'),(172149,18663,'_line_subtotal_tax','0'),(172150,18663,'_line_total','180'),(172151,18663,'_line_tax','0'),(172152,18663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172153,18664,'_product_id','3362'),(172154,18664,'_variation_id','0'),(172155,18664,'_qty','1'),(172156,18664,'_tax_class',''),(172157,18664,'_line_subtotal','75'),(172158,18664,'_line_subtotal_tax','0'),(172159,18664,'_line_total','75'),(172160,18664,'_line_tax','0'),(172161,18664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172162,18665,'_product_id','41'),(172163,18665,'_variation_id','0'),(172164,18665,'_qty','2'),(172165,18665,'_tax_class',''),(172166,18665,'_line_subtotal','146.4'),(172167,18665,'_line_subtotal_tax','0'),(172168,18665,'_line_total','146.4'),(172169,18665,'_line_tax','0'),(172170,18665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172171,18666,'method_id','free_shipping'),(172172,18666,'instance_id','2'),(172173,18666,'cost','0'),(172174,18666,'total_tax','0'),(172175,18666,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172176,18666,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 2, Preventive Spray 8oz(Case of 12) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 2'),(172177,18667,'_product_id','3412'),(172178,18667,'_variation_id','0'),(172179,18667,'_qty','1'),(172180,18667,'_tax_class',''),(172181,18667,'_line_subtotal','90'),(172182,18667,'_line_subtotal_tax','0'),(172183,18667,'_line_total','90'),(172184,18667,'_line_tax','0'),(172185,18667,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172186,18668,'_product_id','43'),(172187,18668,'_variation_id','0'),(172188,18668,'_qty','1'),(172189,18668,'_tax_class',''),(172190,18668,'_line_subtotal','90'),(172191,18668,'_line_subtotal_tax','0'),(172192,18668,'_line_total','90'),(172193,18668,'_line_tax','0'),(172194,18668,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172195,18669,'_product_id','45'),(172196,18669,'_variation_id','0'),(172197,18669,'_qty','3'),(172198,18669,'_tax_class',''),(172199,18669,'_line_subtotal','150'),(172200,18669,'_line_subtotal_tax','0'),(172201,18669,'_line_total','150'),(172202,18669,'_line_tax','0'),(172203,18669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172204,18670,'_product_id','2113'),(172205,18670,'_variation_id','0'),(172206,18670,'_qty','1'),(172207,18670,'_tax_class',''),(172208,18670,'_line_subtotal','172'),(172209,18670,'_line_subtotal_tax','0'),(172210,18670,'_line_total','172'),(172211,18670,'_line_tax','0'),(172212,18670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172213,18671,'_product_id','41'),(172214,18671,'_variation_id','0'),(172215,18671,'_qty','1'),(172216,18671,'_tax_class',''),(172217,18671,'_line_subtotal','73.2'),(172218,18671,'_line_subtotal_tax','0'),(172219,18671,'_line_total','73.2'),(172220,18671,'_line_tax','0'),(172221,18671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172222,18672,'method_id','free_shipping'),(172223,18672,'instance_id','2'),(172224,18672,'cost','0'),(172225,18672,'total_tax','0'),(172226,18672,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172227,18672,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Super Clarifying Shampoo 8oz(Case of 12) &times; 3, Active Rinse 16oz 100%(Case of 16) &times; 1, Professional Lice Comb(Case of 12) &times; 1'),(172228,18673,'_product_id','3412'),(172229,18673,'_variation_id','0'),(172230,18673,'_qty','1'),(172231,18673,'_tax_class',''),(172232,18673,'_line_subtotal','90'),(172233,18673,'_line_subtotal_tax','0'),(172234,18673,'_line_total','90'),(172235,18673,'_line_tax','0'),(172236,18673,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172237,18674,'_product_id','120'),(172238,18674,'_variation_id','0'),(172239,18674,'_qty','1'),(172240,18674,'_tax_class',''),(172241,18674,'_line_subtotal','63'),(172242,18674,'_line_subtotal_tax','0'),(172243,18674,'_line_total','63'),(172244,18674,'_line_tax','0'),(172245,18674,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172246,18675,'_product_id','43'),(172247,18675,'_variation_id','0'),(172248,18675,'_qty','1'),(172249,18675,'_tax_class',''),(172250,18675,'_line_subtotal','90'),(172251,18675,'_line_subtotal_tax','0'),(172252,18675,'_line_total','90'),(172253,18675,'_line_tax','0'),(172254,18675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172255,18676,'_product_id','3362'),(172256,18676,'_variation_id','0'),(172257,18676,'_qty','1'),(172258,18676,'_tax_class',''),(172259,18676,'_line_subtotal','75'),(172260,18676,'_line_subtotal_tax','0'),(172261,18676,'_line_total','75'),(172262,18676,'_line_tax','0'),(172263,18676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172264,18677,'_product_id','2110'),(172265,18677,'_variation_id','0'),(172266,18677,'_qty','2'),(172267,18677,'_tax_class',''),(172268,18677,'_line_subtotal','142.8'),(172269,18677,'_line_subtotal_tax','0'),(172270,18677,'_line_total','142.8'),(172271,18677,'_line_tax','0'),(172272,18677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172273,18678,'_product_id','2113'),(172274,18678,'_variation_id','0'),(172275,18678,'_qty','2'),(172276,18678,'_tax_class',''),(172277,18678,'_line_subtotal','344'),(172278,18678,'_line_subtotal_tax','0'),(172279,18678,'_line_total','344'),(172280,18678,'_line_tax','0'),(172281,18678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172282,18679,'_product_id','41'),(172283,18679,'_variation_id','0'),(172284,18679,'_qty','1'),(172285,18679,'_tax_class',''),(172286,18679,'_line_subtotal','73.2'),(172287,18679,'_line_subtotal_tax','0'),(172288,18679,'_line_total','73.2'),(172289,18679,'_line_tax','0'),(172290,18679,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172291,18680,'method_id','free_shipping'),(172292,18680,'instance_id','2'),(172293,18680,'cost','0'),(172294,18680,'total_tax','0'),(172295,18680,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172296,18680,'Items','Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Spray 2oz(Case of 24) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Professional Lice Comb(Case of 12) &times; 1'),(172297,18681,'_product_id','2110'),(172298,18681,'_variation_id','0'),(172299,18681,'_qty','2'),(172300,18681,'_tax_class',''),(172301,18681,'_line_subtotal','142.8'),(172302,18681,'_line_subtotal_tax','0'),(172303,18681,'_line_total','142.8'),(172304,18681,'_line_tax','0'),(172305,18681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172306,18682,'_product_id','133'),(172307,18682,'_variation_id','0'),(172308,18682,'_qty','4'),(172309,18682,'_tax_class',''),(172310,18682,'_line_subtotal','57.2'),(172311,18682,'_line_subtotal_tax','0'),(172312,18682,'_line_total','57.2'),(172313,18682,'_line_tax','0'),(172314,18682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172315,18683,'_product_id','41'),(172316,18683,'_variation_id','0'),(172317,18683,'_qty','4'),(172318,18683,'_tax_class',''),(172319,18683,'_line_subtotal','292.8'),(172320,18683,'_line_subtotal_tax','0'),(172321,18683,'_line_total','292.8'),(172322,18683,'_line_tax','0'),(172323,18683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172324,18684,'_product_id','45'),(172325,18684,'_variation_id','0'),(172326,18684,'_qty','2'),(172327,18684,'_tax_class',''),(172328,18684,'_line_subtotal','100'),(172329,18684,'_line_subtotal_tax','0'),(172330,18684,'_line_total','100'),(172331,18684,'_line_tax','0'),(172332,18684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172333,18685,'_product_id','2408'),(172334,18685,'_variation_id','0'),(172335,18685,'_qty','1'),(172336,18685,'_tax_class',''),(172337,18685,'_line_subtotal','170'),(172338,18685,'_line_subtotal_tax','0'),(172339,18685,'_line_total','170'),(172340,18685,'_line_tax','0'),(172341,18685,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172342,18686,'_product_id','49'),(172343,18686,'_variation_id','0'),(172344,18686,'_qty','2'),(172345,18686,'_tax_class',''),(172346,18686,'_line_subtotal','180'),(172347,18686,'_line_subtotal_tax','0'),(172348,18686,'_line_total','180'),(172349,18686,'_line_tax','0'),(172350,18686,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172351,18687,'_product_id','3354'),(172352,18687,'_variation_id','0'),(172353,18687,'_qty','1'),(172354,18687,'_tax_class',''),(172355,18687,'_line_subtotal','148'),(172356,18687,'_line_subtotal_tax','0'),(172357,18687,'_line_total','148'),(172358,18687,'_line_tax','0'),(172359,18687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172360,18688,'method_id','free_shipping'),(172361,18688,'instance_id','2'),(172362,18688,'cost','0'),(172363,18688,'total_tax','0'),(172364,18688,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172365,18688,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Disposable Head Bands &times; 4, Professional Lice Comb(Case of 12) &times; 4, Super Clarifying Shampoo 8oz(Case of 12) &times; 2, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Preventive Detangling Spray 16oz(Case of 16) &times; 1'),(172366,18689,'_product_id','45'),(172367,18689,'_variation_id','0'),(172368,18689,'_qty','4'),(172369,18689,'_tax_class',''),(172370,18689,'_line_subtotal','200'),(172371,18689,'_line_subtotal_tax','0'),(172372,18689,'_line_total','200'),(172373,18689,'_line_tax','0'),(172374,18689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172375,18690,'_product_id','41'),(172376,18690,'_variation_id','0'),(172377,18690,'_qty','2'),(172378,18690,'_tax_class',''),(172379,18690,'_line_subtotal','146.4'),(172380,18690,'_line_subtotal_tax','0'),(172381,18690,'_line_total','146.4'),(172382,18690,'_line_tax','0'),(172383,18690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172384,18691,'_product_id','49'),(172385,18691,'_variation_id','0'),(172386,18691,'_qty','1'),(172387,18691,'_tax_class',''),(172388,18691,'_line_subtotal','90'),(172389,18691,'_line_subtotal_tax','0'),(172390,18691,'_line_total','90'),(172391,18691,'_line_tax','0'),(172392,18691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172393,18692,'_product_id','2110'),(172394,18692,'_variation_id','0'),(172395,18692,'_qty','1'),(172396,18692,'_tax_class',''),(172397,18692,'_line_subtotal','71.4'),(172398,18692,'_line_subtotal_tax','0'),(172399,18692,'_line_total','71.4'),(172400,18692,'_line_tax','0'),(172401,18692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172402,18693,'method_id','free_shipping'),(172403,18693,'instance_id','2'),(172404,18693,'cost','0'),(172405,18693,'total_tax','0'),(172406,18693,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172407,18693,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4, Professional Lice Comb(Case of 12) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(172408,18694,'_product_id','2110'),(172409,18694,'_variation_id','0'),(172410,18694,'_qty','3'),(172411,18694,'_tax_class',''),(172412,18694,'_line_subtotal','214.2'),(172413,18694,'_line_subtotal_tax','0'),(172414,18694,'_line_total','214.2'),(172415,18694,'_line_tax','0'),(172416,18694,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172417,18695,'_product_id','43'),(172418,18695,'_variation_id','0'),(172419,18695,'_qty','2'),(172420,18695,'_tax_class',''),(172421,18695,'_line_subtotal','180'),(172422,18695,'_line_subtotal_tax','0'),(172423,18695,'_line_total','180'),(172424,18695,'_line_tax','0'),(172425,18695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172426,18696,'_product_id','3352'),(172427,18696,'_variation_id','0'),(172428,18696,'_qty','1'),(172429,18696,'_tax_class',''),(172430,18696,'_line_subtotal','148'),(172431,18696,'_line_subtotal_tax','0'),(172432,18696,'_line_total','148'),(172433,18696,'_line_tax','0'),(172434,18696,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172435,18697,'method_id','free_shipping'),(172436,18697,'instance_id','2'),(172437,18697,'cost','0'),(172438,18697,'total_tax','0'),(172439,18697,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172440,18697,'Items','Active Rinse 8oz 100%(Case of 12) &times; 3, Preventive Spray 8oz(Case of 12) &times; 2, Preventive Spray 16oz(Case of 16) &times; 1'),(172441,18655,'thwma_order_shipping_status','wc-pending'),(172442,18656,'thwma_order_shipping_status','wc-pending'),(172443,18657,'thwma_order_shipping_status','wc-pending'),(172444,18658,'thwma_order_shipping_status','wc-pending'),(172445,18659,'thwma_order_shipping_status','wc-pending'),(172446,18660,'thwma_order_shipping_status','wc-pending'),(172452,18649,'thwma_order_shipping_status','wc-pending'),(172453,18650,'thwma_order_shipping_status','wc-pending'),(172454,18651,'thwma_order_shipping_status','wc-pending'),(172455,18652,'thwma_order_shipping_status','wc-pending'),(172456,18653,'thwma_order_shipping_status','wc-pending'),(172464,18681,'thwma_order_shipping_status','wc-pending'),(172465,18682,'thwma_order_shipping_status','wc-pending'),(172466,18683,'thwma_order_shipping_status','wc-pending'),(172467,18684,'thwma_order_shipping_status','wc-pending'),(172468,18685,'thwma_order_shipping_status','wc-pending'),(172469,18686,'thwma_order_shipping_status','wc-pending'),(172470,18687,'thwma_order_shipping_status','wc-pending'),(172471,18667,'thwma_order_shipping_status','wc-pending'),(172472,18668,'thwma_order_shipping_status','wc-pending'),(172473,18669,'thwma_order_shipping_status','wc-pending'),(172474,18670,'thwma_order_shipping_status','wc-pending'),(172475,18671,'thwma_order_shipping_status','wc-pending'),(172476,18662,'thwma_order_shipping_status','wc-pending'),(172477,18663,'thwma_order_shipping_status','wc-pending'),(172478,18664,'thwma_order_shipping_status','wc-pending'),(172479,18665,'thwma_order_shipping_status','wc-pending'),(172480,18673,'thwma_order_shipping_status','wc-pending'),(172481,18674,'thwma_order_shipping_status','wc-pending'),(172482,18675,'thwma_order_shipping_status','wc-pending'),(172483,18676,'thwma_order_shipping_status','wc-pending'),(172484,18677,'thwma_order_shipping_status','wc-pending'),(172485,18678,'thwma_order_shipping_status','wc-pending'),(172486,18679,'thwma_order_shipping_status','wc-pending'),(172487,18689,'thwma_order_shipping_status','wc-pending'),(172488,18690,'thwma_order_shipping_status','wc-pending'),(172489,18691,'thwma_order_shipping_status','wc-pending'),(172490,18692,'thwma_order_shipping_status','wc-pending'),(172491,18698,'_product_id','45'),(172492,18698,'_variation_id','0'),(172493,18698,'_qty','1'),(172494,18698,'_tax_class',''),(172495,18698,'_line_subtotal','50'),(172496,18698,'_line_subtotal_tax','0'),(172497,18698,'_line_total','50'),(172498,18698,'_line_tax','0'),(172499,18698,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172500,18699,'_product_id','2110'),(172501,18699,'_variation_id','0'),(172502,18699,'_qty','2'),(172503,18699,'_tax_class',''),(172504,18699,'_line_subtotal','142.8'),(172505,18699,'_line_subtotal_tax','0'),(172506,18699,'_line_total','142.8'),(172507,18699,'_line_tax','0'),(172508,18699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172509,18700,'_product_id','2113'),(172510,18700,'_variation_id','0'),(172511,18700,'_qty','2'),(172512,18700,'_tax_class',''),(172513,18700,'_line_subtotal','344'),(172514,18700,'_line_subtotal_tax','0'),(172515,18700,'_line_total','344'),(172516,18700,'_line_tax','0'),(172517,18700,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172518,18701,'_product_id','49'),(172519,18701,'_variation_id','0'),(172520,18701,'_qty','2'),(172521,18701,'_tax_class',''),(172522,18701,'_line_subtotal','180'),(172523,18701,'_line_subtotal_tax','0'),(172524,18701,'_line_total','180'),(172525,18701,'_line_tax','0'),(172526,18701,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172527,18702,'_product_id','3362'),(172528,18702,'_variation_id','0'),(172529,18702,'_qty','2'),(172530,18702,'_tax_class',''),(172531,18702,'_line_subtotal','150'),(172532,18702,'_line_subtotal_tax','0'),(172533,18702,'_line_total','150'),(172534,18702,'_line_tax','0'),(172535,18702,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172536,18703,'method_id','free_shipping'),(172537,18703,'instance_id','2'),(172538,18703,'cost','0'),(172539,18703,'total_tax','0'),(172540,18703,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172541,18703,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2, Active Rinse 16oz 100%(Case of 16) &times; 2, Preventive Detangling Spray 8oz(Case of 12) &times; 2, Rosemary Preventive Spray 8oz(Case of 12) &times; 2'),(172542,18704,'_product_id','45'),(172543,18704,'_variation_id','0'),(172544,18704,'_qty','4'),(172545,18704,'_tax_class',''),(172546,18704,'_line_subtotal','200'),(172547,18704,'_line_subtotal_tax','0'),(172548,18704,'_line_total','200'),(172549,18704,'_line_tax','0'),(172550,18704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172551,18704,'thwma_order_shipping_address','a:1:{s:9:\"address_0\";a:3:{s:10:\"product_id\";i:45;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:13:\"LCA Lexington\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:10:\"Suite 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(172552,18704,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:2:{i:0;s:32:\"a85761d42401063284a71a1a0ec91d03\";i:1;s:32:\"19c19a850a2dafa6ce7ebd45d3fa6fba\";}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_0\";}'),(172553,18704,'thwma_order_shipping_method','a:1:{s:20:\"fedex:1:FEDEX_GROUND\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"45\";s:8:\"cart_key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:44:\"Super Clarifying Shampoo 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"1\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:4:\"Judy\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:13:\"LCA Lexington\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:17:\"1795 Alysheba Way\";s:9:\"address_2\";s:10:\"Suite 4105\";s:4:\"city\";s:9:\"Lexington\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"40509\";}s:13:\"custom_fields\";a:0:{}}}'),(172554,18705,'_product_id','41'),(172555,18705,'_variation_id','0'),(172556,18705,'_qty','4'),(172557,18705,'_tax_class',''),(172558,18705,'_line_subtotal','272.304'),(172559,18705,'_line_subtotal_tax','0'),(172560,18705,'_line_total','272.304'),(172561,18705,'_line_tax','0'),(172562,18705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172563,18705,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:6:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(172564,18705,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:20.495999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:20.495999999999999;s:15:\"is_free_product\";b:0;}'),(172565,18705,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:41;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(172566,18705,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:1:{i:0;s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(172567,18705,'thwma_order_shipping_method','a:1:{s:15:\"free_shipping:2\";a:9:{s:9:\"method_id\";s:13:\"free_shipping\";s:10:\"product_id\";s:2:\"41\";s:8:\"cart_key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:38:\"Professional Lice Comb<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"8\";s:12:\"address_name\";s:9:\"address_2\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:23:\"Cambridge Square Bld 24\";s:4:\"city\";s:15:\"Crestview Hills\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(172568,18706,'_product_id','2110'),(172569,18706,'_variation_id','0'),(172570,18706,'_qty','4'),(172571,18706,'_tax_class',''),(172572,18706,'_line_subtotal','265.608'),(172573,18706,'_line_subtotal_tax','0'),(172574,18706,'_line_total','265.608'),(172575,18706,'_line_tax','0'),(172576,18706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172577,18706,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:6:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(172578,18706,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:19.992000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:19.992000000000001;s:15:\"is_free_product\";b:0;}'),(172579,18706,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:2110;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(172580,18706,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_3\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:1:{i:0;s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(172581,18706,'thwma_order_shipping_method','a:1:{s:15:\"free_shipping:2\";a:9:{s:9:\"method_id\";s:13:\"free_shipping\";s:10:\"product_id\";s:4:\"2110\";s:8:\"cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:37:\"Active Rinse 8oz 100%<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"8\";s:12:\"address_name\";s:9:\"address_2\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:23:\"Cambridge Square Bld 24\";s:4:\"city\";s:15:\"Crestview Hills\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(172582,18707,'_product_id','49'),(172583,18707,'_variation_id','0'),(172584,18707,'_qty','4'),(172585,18707,'_tax_class',''),(172586,18707,'_line_subtotal','334.8'),(172587,18707,'_line_subtotal_tax','0'),(172588,18707,'_line_total','334.8'),(172589,18707,'_line_tax','0'),(172590,18707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172591,18707,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:6:{s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(172592,18707,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:25.199999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:25.199999999999999;s:15:\"is_free_product\";b:0;}'),(172593,18707,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:49;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:0:\"\";}}'),(172594,18707,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:8;s:13:\"multi_ship_id\";s:12:\"multi_ship_4\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:1:{i:0;s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";}s:15:\"parent_cart_key\";s:0:\"\";s:12:\"ship_address\";s:9:\"address_2\";}'),(172595,18707,'thwma_order_shipping_method','a:1:{s:15:\"free_shipping:2\";a:9:{s:9:\"method_id\";s:13:\"free_shipping\";s:10:\"product_id\";s:2:\"49\";s:8:\"cart_key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:15:\"cart_unique_key\";s:0:\"\";s:9:\"item_name\";s:47:\"Preventive Detangling Spray 8oz<br>(Case of 12)\";s:13:\"item_quantity\";s:1:\"7\";s:12:\"address_name\";s:9:\"address_2\";s:16:\"shipping_address\";a:10:{s:10:\"first_name\";s:6:\"Judith\";s:9:\"last_name\";s:6:\"Hayden\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:20:\"549 Centre View Blvd\";s:9:\"address_2\";s:23:\"Cambridge Square Bld 24\";s:4:\"city\";s:15:\"Crestview Hills\";s:5:\"state\";s:2:\"KY\";s:8:\"postcode\";s:5:\"41017\";s:7:\"heading\";s:0:\"\";}s:13:\"custom_fields\";a:1:{s:7:\"heading\";s:0:\"\";}}}'),(172596,18708,'_product_id','45'),(172597,18708,'_variation_id','0'),(172598,18708,'_qty','1'),(172599,18708,'_tax_class',''),(172600,18708,'_line_subtotal','50'),(172601,18708,'_line_subtotal_tax','0'),(172602,18708,'_line_total','50'),(172603,18708,'_line_tax','0'),(172604,18708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172605,18708,'thwma_order_shipping_address','a:1:{s:9:\"address_2\";a:3:{s:10:\"product_id\";i:45;s:16:\"shipping_address\";a:10:{s:19:\"shipping_first_name\";s:6:\"Judith\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:20:\"549 Centre View Blvd\";s:18:\"shipping_address_2\";s:23:\"Cambridge Square Bld 24\";s:13:\"shipping_city\";s:15:\"Crestview Hills\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"41017\";s:16:\"shipping_heading\";s:0:\"\";}s:10:\"unique_key\";s:32:\"2a197c83b57d23dc771f00bffea6880b\";}}'),(172606,18708,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";s:2:\"45\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_2826\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_1\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:12:\"ship_address\";s:9:\"address_2\";}'),(172607,18709,'_product_id','41'),(172608,18709,'_variation_id','0'),(172609,18709,'_qty','4'),(172610,18709,'_tax_class',''),(172611,18709,'_line_subtotal','272.304'),(172612,18709,'_line_subtotal_tax','0'),(172613,18709,'_line_total','272.304'),(172614,18709,'_line_tax','0'),(172615,18709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172616,18709,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:6:{s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(172617,18709,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:20.495999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:20.495999999999999;s:15:\"is_free_product\";b:0;}'),(172618,18709,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";s:2:\"41\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_5828\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_2\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";}'),(172619,18710,'_product_id','2110'),(172620,18710,'_variation_id','0'),(172621,18710,'_qty','4'),(172622,18710,'_tax_class',''),(172623,18710,'_line_subtotal','265.608'),(172624,18710,'_line_subtotal_tax','0'),(172625,18710,'_line_total','265.608'),(172626,18710,'_line_tax','0'),(172627,18710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172628,18710,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:6:{s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(172629,18710,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:19.992000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:19.992000000000001;s:15:\"is_free_product\";b:0;}'),(172630,18710,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";s:4:\"2110\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_1584\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_3\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";}'),(172631,18711,'_product_id','49'),(172632,18711,'_variation_id','0'),(172633,18711,'_qty','4'),(172634,18711,'_tax_class',''),(172635,18711,'_line_subtotal','334.8'),(172636,18711,'_line_subtotal_tax','0'),(172637,18711,'_line_total','334.8'),(172638,18711,'_line_tax','0'),(172639,18711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172640,18711,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6af45d0772aeb5c46e4aca6b6274b287\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"932297cbc63e4d3f5d3bf25873f6ffb0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"2d6d93f174f51d4e0b9c09ba34686152\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";s:1:\"4\";s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";s:1:\"4\";s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";s:1:\"4\";s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(172641,18711,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:4;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:25.199999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:25.199999999999999;s:15:\"is_free_product\";b:0;}'),(172642,18711,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";s:2:\"49\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_3552\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_4\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";}'),(172643,18712,'method_id','free_shipping'),(172644,18712,'instance_id','2'),(172645,18712,'cost','0'),(172646,18712,'total_tax','0'),(172647,18712,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172648,18712,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 4'),(172649,18713,'method_id','free_shipping'),(172650,18713,'instance_id','2'),(172651,18713,'cost','0'),(172652,18713,'total_tax','0'),(172653,18713,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172654,18713,'Items','Professional Lice Comb<br>(Case of 12) × 4'),(172655,18714,'method_id','free_shipping'),(172656,18714,'instance_id','2'),(172657,18714,'cost','0'),(172658,18714,'total_tax','0'),(172659,18714,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172660,18714,'Items','Active Rinse 8oz 100%<br>(Case of 12) × 4'),(172661,18715,'method_id','free_shipping'),(172662,18715,'instance_id','2'),(172663,18715,'cost','0'),(172664,18715,'total_tax','0'),(172665,18715,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172666,18715,'Items','Preventive Detangling Spray 8oz<br>(Case of 12) × 4'),(172667,18716,'method_id','free_shipping'),(172668,18716,'instance_id','2'),(172669,18716,'cost','0'),(172670,18716,'total_tax','0'),(172671,18716,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172672,18716,'Items','Super Clarifying Shampoo 8oz<br>(Case of 12) × 1'),(172673,18717,'method_id','free_shipping'),(172674,18717,'instance_id','2'),(172675,18717,'cost','0'),(172676,18717,'total_tax','0'),(172677,18717,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172678,18717,'Items','Professional Lice Comb<br>(Case of 12) × 4'),(172679,18718,'method_id','free_shipping'),(172680,18718,'instance_id','2'),(172681,18718,'cost','0'),(172682,18718,'total_tax','0'),(172683,18718,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172684,18718,'Items','Active Rinse 8oz 100%<br>(Case of 12) × 4'),(172685,18719,'method_id','free_shipping'),(172686,18719,'instance_id','2'),(172687,18719,'cost','0'),(172688,18719,'total_tax','0'),(172689,18719,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172690,18719,'Items','Preventive Detangling Spray 8oz<br>(Case of 12) × 4'),(172728,18694,'thwma_order_shipping_status','wc-pending'),(172729,18695,'thwma_order_shipping_status','wc-pending'),(172730,18696,'thwma_order_shipping_status','wc-pending'),(172731,18698,'thwma_order_shipping_status','wc-pending'),(172732,18699,'thwma_order_shipping_status','wc-pending'),(172733,18700,'thwma_order_shipping_status','wc-pending'),(172734,18701,'thwma_order_shipping_status','wc-pending'),(172735,18702,'thwma_order_shipping_status','wc-pending'),(172736,18724,'_product_id','45'),(172737,18724,'_variation_id','0'),(172738,18724,'_qty','8'),(172739,18724,'_tax_class',''),(172740,18724,'_line_subtotal','372'),(172741,18724,'_line_subtotal_tax','0'),(172742,18724,'_line_total','372'),(172743,18724,'_line_tax','0'),(172744,18724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172745,18724,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:2:{s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(172746,18724,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(172747,18725,'_product_id','3485'),(172748,18725,'_variation_id','0'),(172749,18725,'_qty','1'),(172750,18725,'_tax_class',''),(172751,18725,'_line_subtotal','148.8'),(172752,18725,'_line_subtotal_tax','0'),(172753,18725,'_line_total','148.8'),(172754,18725,'_line_tax','0'),(172755,18725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172756,18726,'_product_id','3476'),(172757,18726,'_variation_id','0'),(172758,18726,'_qty','8'),(172759,18726,'_tax_class',''),(172760,18726,'_line_subtotal','566.928'),(172761,18726,'_line_subtotal_tax','0'),(172762,18726,'_line_total','566.928'),(172763,18726,'_line_tax','0'),(172764,18726,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172765,18726,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:22:\"total_discount_details\";a:2:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:76.200000000000003;s:23:\"calculate_discount_from\";d:76.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.3340000000000005;s:14:\"original_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3476;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;}'),(172766,18726,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.3339999999999996;}}}s:12:\"saved_amount\";d:42.671999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:42.671999999999997;s:15:\"is_free_product\";b:0;}'),(172767,18727,'method_id','free_shipping'),(172768,18727,'instance_id','2'),(172769,18727,'cost','0'),(172770,18727,'total_tax','0'),(172771,18727,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172772,18727,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 8'),(172773,18728,'_product_id','45'),(172774,18728,'_variation_id','0'),(172775,18728,'_qty','8'),(172776,18728,'_tax_class',''),(172777,18728,'_line_subtotal','372'),(172778,18728,'_line_subtotal_tax','0'),(172779,18728,'_line_total','372'),(172780,18728,'_line_tax','0'),(172781,18728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172782,18728,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:3:{s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(172783,18728,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(172784,18729,'_product_id','3485'),(172785,18729,'_variation_id','0'),(172786,18729,'_qty','1'),(172787,18729,'_tax_class',''),(172788,18729,'_line_subtotal','148.8'),(172789,18729,'_line_subtotal_tax','0'),(172790,18729,'_line_total','148.8'),(172791,18729,'_line_tax','0'),(172792,18729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172793,18730,'_product_id','3476'),(172794,18730,'_variation_id','0'),(172795,18730,'_qty','8'),(172796,18730,'_tax_class',''),(172797,18730,'_line_subtotal','566.928'),(172798,18730,'_line_subtotal_tax','0'),(172799,18730,'_line_total','566.928'),(172800,18730,'_line_tax','0'),(172801,18730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172802,18730,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:22:\"total_discount_details\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:76.200000000000003;s:23:\"calculate_discount_from\";d:76.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.3340000000000005;s:14:\"original_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3476;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;}'),(172803,18730,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.3339999999999996;}}}s:12:\"saved_amount\";d:42.671999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:42.671999999999997;s:15:\"is_free_product\";b:0;}'),(172804,18731,'_product_id','41'),(172805,18731,'_variation_id','0'),(172806,18731,'_qty','8'),(172807,18731,'_tax_class',''),(172808,18731,'_line_subtotal','544.608'),(172809,18731,'_line_subtotal_tax','0'),(172810,18731,'_line_total','544.608'),(172811,18731,'_line_tax','0'),(172812,18731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172813,18731,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:3:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(172814,18731,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(172815,18732,'method_id','free_shipping'),(172816,18732,'instance_id','2'),(172817,18732,'cost','0'),(172818,18732,'total_tax','0'),(172819,18732,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172820,18732,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 8, Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair(Case of 25) &times; 1, Fine Hair Professional Lice Comb(Case of 12) &times; 8, Professional Lice Comb(Case of 12) &times; 8'),(172821,18733,'_product_id','488'),(172822,18733,'_variation_id','0'),(172823,18733,'_qty','3'),(172824,18733,'_tax_class',''),(172825,18733,'_line_subtotal','94.05'),(172826,18733,'_line_subtotal_tax','0'),(172827,18733,'_line_total','94.05'),(172828,18733,'_line_tax','0'),(172829,18733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172830,18734,'_product_id','44'),(172831,18734,'_variation_id','0'),(172832,18734,'_qty','1'),(172833,18734,'_tax_class',''),(172834,18734,'_line_subtotal','138'),(172835,18734,'_line_subtotal_tax','0'),(172836,18734,'_line_total','138'),(172837,18734,'_line_tax','0'),(172838,18734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172839,18735,'_product_id','3362'),(172840,18735,'_variation_id','0'),(172841,18735,'_qty','1'),(172842,18735,'_tax_class',''),(172843,18735,'_line_subtotal','75'),(172844,18735,'_line_subtotal_tax','0'),(172845,18735,'_line_total','75'),(172846,18735,'_line_tax','0'),(172847,18735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172848,18736,'_product_id','49'),(172849,18736,'_variation_id','0'),(172850,18736,'_qty','1'),(172851,18736,'_tax_class',''),(172852,18736,'_line_subtotal','90'),(172853,18736,'_line_subtotal_tax','0'),(172854,18736,'_line_total','90'),(172855,18736,'_line_tax','0'),(172856,18736,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172857,18737,'_product_id','487'),(172858,18737,'_variation_id','0'),(172859,18737,'_qty','1'),(172860,18737,'_tax_class',''),(172861,18737,'_line_subtotal','31.35'),(172862,18737,'_line_subtotal_tax','0'),(172863,18737,'_line_total','31.35'),(172864,18737,'_line_tax','0'),(172865,18737,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172866,18738,'_product_id','3525'),(172867,18738,'_variation_id','0'),(172868,18738,'_qty','1'),(172869,18738,'_tax_class',''),(172870,18738,'_line_subtotal','90'),(172871,18738,'_line_subtotal_tax','0'),(172872,18738,'_line_total','90'),(172873,18738,'_line_tax','0'),(172874,18738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172875,18739,'method_id','free_shipping'),(172876,18739,'instance_id','2'),(172877,18739,'cost','0'),(172878,18739,'total_tax','0'),(172879,18739,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172880,18739,'Items','Bulk Detangling Spray 1 Gallon RM &times; 3, Preventive Kit(Case of 6) &times; 1, Rosemary Preventive Spray 8oz(Case of 12) &times; 1, Preventive Detangling Spray 8oz(Case of 12) &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Dandruff Shampoo 8oz(Case of 12) &times; 1'),(172881,18740,'_product_id','490'),(172882,18740,'_variation_id','0'),(172883,18740,'_qty','20'),(172884,18740,'_tax_class',''),(172885,18740,'_line_subtotal','392'),(172886,18740,'_line_subtotal_tax','0'),(172887,18740,'_line_total','392'),(172888,18740,'_line_tax','0'),(172889,18740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172890,18741,'_product_id','41'),(172891,18741,'_variation_id','0'),(172892,18741,'_qty','6'),(172893,18741,'_tax_class',''),(172894,18741,'_line_subtotal','439.2'),(172895,18741,'_line_subtotal_tax','0'),(172896,18741,'_line_total','439.2'),(172897,18741,'_line_tax','0'),(172898,18741,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172899,18742,'_product_id','40'),(172900,18742,'_variation_id','0'),(172901,18742,'_qty','1'),(172902,18742,'_tax_class',''),(172903,18742,'_line_subtotal','90'),(172904,18742,'_line_subtotal_tax','0'),(172905,18742,'_line_total','90'),(172906,18742,'_line_tax','0'),(172907,18742,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172908,18743,'_product_id','39'),(172909,18743,'_variation_id','0'),(172910,18743,'_qty','1'),(172911,18743,'_tax_class',''),(172912,18743,'_line_subtotal','90'),(172913,18743,'_line_subtotal_tax','0'),(172914,18743,'_line_total','90'),(172915,18743,'_line_tax','0'),(172916,18743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172917,18744,'_product_id','2110'),(172918,18744,'_variation_id','0'),(172919,18744,'_qty','4'),(172920,18744,'_tax_class',''),(172921,18744,'_line_subtotal','285.6'),(172922,18744,'_line_subtotal_tax','0'),(172923,18744,'_line_total','285.6'),(172924,18744,'_line_tax','0'),(172925,18744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172926,18745,'method_id','free_shipping'),(172927,18745,'instance_id','2'),(172928,18745,'cost','0'),(172929,18745,'total_tax','0'),(172930,18745,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(172931,18745,'Items','Bulk Active Rinse 100% RM &times; 20, Professional Lice Comb(Case of 12) &times; 6, Preventive Conditioner 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 4'),(172932,18733,'thwma_order_shipping_status','wc-pending'),(172933,18734,'thwma_order_shipping_status','wc-pending'),(172934,18735,'thwma_order_shipping_status','wc-pending'),(172935,18736,'thwma_order_shipping_status','wc-pending'),(172936,18737,'thwma_order_shipping_status','wc-pending'),(172937,18738,'thwma_order_shipping_status','wc-pending'),(172938,18746,'_product_id','0'),(172939,18746,'_variation_id','0'),(172940,18746,'_qty','2'),(172941,18746,'_tax_class',''),(172942,18746,'_line_subtotal','50'),(172943,18746,'_line_subtotal_tax','0'),(172944,18746,'_line_total','50'),(172945,18746,'_line_tax','0'),(172946,18746,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(172947,18747,'_product_id','0'),(172948,18747,'_variation_id','0'),(172949,18747,'_qty','1'),(172950,18747,'_tax_class',''),(172951,18747,'_line_subtotal','20'),(172952,18747,'_line_subtotal_tax','0'),(172953,18747,'_line_total','20'),(172954,18747,'_line_tax','0'),(172955,18747,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(172956,18747,'Color','Red'),(172957,18747,'Size','Small'),(172958,18748,'_product_id','0'),(172959,18748,'_variation_id','0'),(172960,18748,'_qty','2'),(172961,18748,'_tax_class',''),(172962,18748,'_line_subtotal','50'),(172963,18748,'_line_subtotal_tax','0'),(172964,18748,'_line_total','50'),(172965,18748,'_line_tax','0'),(172966,18748,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(172967,18749,'_product_id','0'),(172968,18749,'_variation_id','0'),(172969,18749,'_qty','1'),(172970,18749,'_tax_class',''),(172971,18749,'_line_subtotal','20'),(172972,18749,'_line_subtotal_tax','0'),(172973,18749,'_line_total','20'),(172974,18749,'_line_tax','0'),(172975,18749,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'),(172976,18749,'Color','Red'),(172977,18749,'Size','Small'),(172978,18750,'_product_id','41'),(172979,18750,'_variation_id','0'),(172980,18750,'_qty','3'),(172981,18750,'_tax_class',''),(172982,18750,'_line_subtotal','219.6'),(172983,18750,'_line_subtotal_tax','0'),(172984,18750,'_line_total','219.6'),(172985,18750,'_line_tax','0'),(172986,18750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172987,18751,'_product_id','3499'),(172988,18751,'_variation_id','0'),(172989,18751,'_qty','2'),(172990,18751,'_tax_class',''),(172991,18751,'_line_subtotal','285.6'),(172992,18751,'_line_subtotal_tax','0'),(172993,18751,'_line_total','285.6'),(172994,18751,'_line_tax','0'),(172995,18751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(172996,18752,'method_id','free_shipping'),(172997,18752,'instance_id','2'),(172998,18752,'cost','0'),(172999,18752,'total_tax','0'),(173000,18752,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173001,18752,'Items','Professional Lice Comb(Case of 12) &times; 3, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 2'),(173088,18762,'_product_id','49'),(173089,18762,'_variation_id','0'),(173090,18762,'_qty','15'),(173091,18762,'_tax_class',''),(173092,18762,'_line_subtotal','1255.5'),(173093,18762,'_line_subtotal_tax','0'),(173094,18762,'_line_total','1255.5'),(173095,18762,'_line_tax','0'),(173096,18762,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173097,18762,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(173098,18762,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(173099,18763,'_product_id','45'),(173100,18763,'_variation_id','0'),(173101,18763,'_qty','10'),(173102,18763,'_tax_class',''),(173103,18763,'_line_subtotal','465'),(173104,18763,'_line_subtotal_tax','0'),(173105,18763,'_line_total','465'),(173106,18763,'_line_tax','0'),(173107,18763,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173108,18763,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(173109,18763,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:35;s:34:\"saved_amount_based_on_tax_settings\";d:35;s:15:\"is_free_product\";b:0;}'),(173110,18764,'_product_id','2408'),(173111,18764,'_variation_id','0'),(173112,18764,'_qty','2'),(173113,18764,'_tax_class',''),(173114,18764,'_line_subtotal','340'),(173115,18764,'_line_subtotal_tax','0'),(173116,18764,'_line_total','340'),(173117,18764,'_line_tax','0'),(173118,18764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173119,18765,'_product_id','490'),(173120,18765,'_variation_id','0'),(173121,18765,'_qty','50'),(173122,18765,'_tax_class',''),(173123,18765,'_line_subtotal','980'),(173124,18765,'_line_subtotal_tax','0'),(173125,18765,'_line_total','980'),(173126,18765,'_line_tax','0'),(173127,18765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173128,18766,'_product_id','133'),(173129,18766,'_variation_id','0'),(173130,18766,'_qty','10'),(173131,18766,'_tax_class',''),(173132,18766,'_line_subtotal','143'),(173133,18766,'_line_subtotal_tax','0'),(173134,18766,'_line_total','143'),(173135,18766,'_line_tax','0'),(173136,18766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173137,18767,'_product_id','2110'),(173138,18767,'_variation_id','0'),(173139,18767,'_qty','10'),(173140,18767,'_tax_class',''),(173141,18767,'_line_subtotal','664.02'),(173142,18767,'_line_subtotal_tax','0'),(173143,18767,'_line_total','664.02'),(173144,18767,'_line_tax','0'),(173145,18767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173146,18767,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(173147,18767,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:49.979999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:49.979999999999997;s:15:\"is_free_product\";b:0;}'),(173148,18768,'_product_id','43'),(173149,18768,'_variation_id','0'),(173150,18768,'_qty','15'),(173151,18768,'_tax_class',''),(173152,18768,'_line_subtotal','1255.5'),(173153,18768,'_line_subtotal_tax','0'),(173154,18768,'_line_total','1255.5'),(173155,18768,'_line_tax','0'),(173156,18768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173157,18768,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(173158,18768,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(173159,18769,'_product_id','44'),(173160,18769,'_variation_id','0'),(173161,18769,'_qty','1'),(173162,18769,'_tax_class',''),(173163,18769,'_line_subtotal','138'),(173164,18769,'_line_subtotal_tax','0'),(173165,18769,'_line_total','138'),(173166,18769,'_line_tax','0'),(173167,18769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173168,18770,'method_id','free_shipping'),(173169,18770,'instance_id','2'),(173170,18770,'cost','0'),(173171,18770,'total_tax','0'),(173172,18770,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173173,18770,'Items','Preventive Detangling Spray 8oz(Case of 12) &times; 15, Super Clarifying Shampoo 8oz(Case of 12) &times; 10, Urgent Care Kitwith Active Rinse 100%(Case of 6) &times; 2, Bulk Active Rinse 100% RM &times; 50, Disposable Head Bands &times; 10, Active Rinse 8oz 100%(Case of 12) &times; 10, Preventive Spray 8oz(Case of 12) &times; 15, Preventive Kit(Case of 6) &times; 1'),(173174,18771,'_product_id','3696'),(173175,18771,'_variation_id','0'),(173176,18771,'_qty','1'),(173177,18771,'_tax_class',''),(173178,18771,'_line_subtotal','68.5'),(173179,18771,'_line_subtotal_tax','0'),(173180,18771,'_line_total','68.5'),(173181,18771,'_line_tax','0'),(173182,18771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173183,18772,'_product_id','3499'),(173184,18772,'_variation_id','0'),(173185,18772,'_qty','1'),(173186,18772,'_tax_class',''),(173187,18772,'_line_subtotal','142.8'),(173188,18772,'_line_subtotal_tax','0'),(173189,18772,'_line_total','142.8'),(173190,18772,'_line_tax','0'),(173191,18772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173192,18773,'_product_id','3412'),(173193,18773,'_variation_id','0'),(173194,18773,'_qty','1'),(173195,18773,'_tax_class',''),(173196,18773,'_line_subtotal','90'),(173197,18773,'_line_subtotal_tax','0'),(173198,18773,'_line_total','90'),(173199,18773,'_line_tax','0'),(173200,18773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173201,18774,'_product_id','39'),(173202,18774,'_variation_id','0'),(173203,18774,'_qty','1'),(173204,18774,'_tax_class',''),(173205,18774,'_line_subtotal','90'),(173206,18774,'_line_subtotal_tax','0'),(173207,18774,'_line_total','90'),(173208,18774,'_line_tax','0'),(173209,18774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173210,18775,'_product_id','40'),(173211,18775,'_variation_id','0'),(173212,18775,'_qty','1'),(173213,18775,'_tax_class',''),(173214,18775,'_line_subtotal','90'),(173215,18775,'_line_subtotal_tax','0'),(173216,18775,'_line_total','90'),(173217,18775,'_line_tax','0'),(173218,18775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173219,18776,'_product_id','41'),(173220,18776,'_variation_id','0'),(173221,18776,'_qty','1'),(173222,18776,'_tax_class',''),(173223,18776,'_line_subtotal','73.2'),(173224,18776,'_line_subtotal_tax','0'),(173225,18776,'_line_total','73.2'),(173226,18776,'_line_tax','0'),(173227,18776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173228,18777,'_product_id','44'),(173229,18777,'_variation_id','0'),(173230,18777,'_qty','1'),(173231,18777,'_tax_class',''),(173232,18777,'_line_subtotal','138'),(173233,18777,'_line_subtotal_tax','0'),(173234,18777,'_line_total','138'),(173235,18777,'_line_tax','0'),(173236,18777,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173237,18778,'method_id','free_shipping'),(173238,18778,'instance_id','2'),(173239,18778,'cost','0'),(173240,18778,'total_tax','0'),(173241,18778,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173242,18778,'Items','Bulk Active Rinse 100% 1 Gallon &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Preventive Conditioner 8oz(Case of 12) &times; 1, Professional Lice Comb(Case of 12) &times; 1, Preventive Kit(Case of 6) &times; 1'),(173243,18779,'_product_id','41'),(173244,18779,'_variation_id','0'),(173245,18779,'_qty','1'),(173246,18779,'_tax_class',''),(173247,18779,'_line_subtotal','73.2'),(173248,18779,'_line_subtotal_tax','0'),(173249,18779,'_line_total','73.2'),(173250,18779,'_line_tax','0'),(173251,18779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173252,18780,'method_id','fedex'),(173253,18780,'instance_id','1'),(173254,18780,'cost','12.13'),(173255,18780,'total_tax','0'),(173256,18780,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173257,18780,'Package 1','12.75 × 10.25 × 1.5 (in) 2.46lbs × 1'),(173258,18780,'Items','Professional Lice Comb(Case of 12) &times; 1'),(173259,18781,'_product_id','2110'),(173260,18781,'_variation_id','0'),(173261,18781,'_qty','2'),(173262,18781,'_tax_class',''),(173263,18781,'_line_subtotal','142.8'),(173264,18781,'_line_subtotal_tax','0'),(173265,18781,'_line_total','142.8'),(173266,18781,'_line_tax','0'),(173267,18781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173268,18782,'_product_id','43'),(173269,18782,'_variation_id','0'),(173270,18782,'_qty','1'),(173271,18782,'_tax_class',''),(173272,18782,'_line_subtotal','90'),(173273,18782,'_line_subtotal_tax','0'),(173274,18782,'_line_total','90'),(173275,18782,'_line_tax','0'),(173276,18782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173277,18783,'_product_id','3352'),(173278,18783,'_variation_id','0'),(173279,18783,'_qty','1'),(173280,18783,'_tax_class',''),(173281,18783,'_line_subtotal','148'),(173282,18783,'_line_subtotal_tax','0'),(173283,18783,'_line_total','148'),(173284,18783,'_line_tax','0'),(173285,18783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173286,18784,'_product_id','3696'),(173287,18784,'_variation_id','0'),(173288,18784,'_qty','2'),(173289,18784,'_tax_class',''),(173290,18784,'_line_subtotal','137'),(173291,18784,'_line_subtotal_tax','0'),(173292,18784,'_line_total','137'),(173293,18784,'_line_tax','0'),(173294,18784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173295,18785,'method_id','free_shipping'),(173296,18785,'instance_id','2'),(173297,18785,'cost','0'),(173298,18785,'total_tax','0'),(173299,18785,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173300,18785,'Items','Active Rinse 8oz 100%(Case of 12) &times; 2, Preventive Spray 8oz(Case of 12) &times; 1, Preventive Spray 16oz(Case of 16) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 2'),(173301,18786,'_product_id','45'),(173302,18786,'_variation_id','0'),(173303,18786,'_qty','3'),(173304,18786,'_tax_class',''),(173305,18786,'_line_subtotal','150'),(173306,18786,'_line_subtotal_tax','0'),(173307,18786,'_line_total','139.5'),(173308,18786,'_line_tax','0'),(173309,18786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173310,18786,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(173311,18787,'method_id','free_shipping'),(173312,18787,'instance_id','6'),(173313,18787,'cost','0'),(173314,18787,'total_tax','0'),(173315,18787,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173316,18787,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 3'),(173317,18788,'discount_amount','10.5'),(173318,18788,'discount_amount_tax','0'),(173319,18788,'coupon_info','[184195,\"judy_free\",\"percent\",7,true]'),(173320,18789,'_product_id','3696'),(173321,18789,'_variation_id','0'),(173322,18789,'_qty','5'),(173323,18789,'_tax_class',''),(173324,18789,'_line_subtotal','342.5'),(173325,18789,'_line_subtotal_tax','27.4'),(173326,18789,'_line_total','342.5'),(173327,18789,'_line_tax','27.4'),(173328,18789,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"27.4\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"27.4\";}}'),(173329,18789,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173330,18790,'_product_id','44'),(173331,18790,'_variation_id','0'),(173332,18790,'_qty','1'),(173333,18790,'_tax_class',''),(173334,18790,'_line_subtotal','138'),(173335,18790,'_line_subtotal_tax','11.04'),(173336,18790,'_line_total','138'),(173337,18790,'_line_tax','11.04'),(173338,18790,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:5:\"11.04\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"11.04\";}}'),(173339,18790,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(173340,18791,'_product_id','2110'),(173341,18791,'_variation_id','0'),(173342,18791,'_qty','1'),(173343,18791,'_tax_class',''),(173344,18791,'_line_subtotal','71.4'),(173345,18791,'_line_subtotal_tax','5.71'),(173346,18791,'_line_total','71.4'),(173347,18791,'_line_tax','5.71'),(173348,18791,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:5:\"5.712\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"5.712\";}}'),(173349,18791,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173350,18792,'method_id','local_pickup'),(173351,18792,'instance_id','7'),(173352,18792,'cost','0'),(173353,18792,'total_tax','0'),(173354,18792,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173355,18792,'Items','Bulk Active Rinse 100% 1 Gallon &times; 5, Preventive Kit(Case of 6) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 1'),(173356,18793,'rate_id','1'),(173357,18793,'label','Sales Tax'),(173358,18793,'compound',''),(173359,18793,'tax_amount','44.15'),(173360,18793,'shipping_tax_amount','0'),(173361,18793,'rate_percent','8'),(173362,18794,'_product_id','3696'),(173363,18794,'_variation_id','0'),(173364,18794,'_qty','-5'),(173365,18794,'_tax_class',''),(173366,18794,'_line_subtotal','-342.5'),(173367,18794,'_line_subtotal_tax','-27.4'),(173368,18794,'_line_total','-342.5'),(173369,18794,'_line_tax','-27.4'),(173370,18794,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:5:\"-27.4\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"-27.4\";}}'),(173371,18794,'_refunded_item_id','18789'),(173372,18795,'_product_id','44'),(173373,18795,'_variation_id','0'),(173374,18795,'_qty','-1'),(173375,18795,'_tax_class',''),(173376,18795,'_line_subtotal','-138'),(173377,18795,'_line_subtotal_tax','-11.04'),(173378,18795,'_line_total','-138'),(173379,18795,'_line_tax','-11.04'),(173380,18795,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"-11.04\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"-11.04\";}}'),(173381,18795,'_refunded_item_id','18790'),(173382,18796,'_product_id','2110'),(173383,18796,'_variation_id','0'),(173384,18796,'_qty','-1'),(173385,18796,'_tax_class',''),(173386,18796,'_line_subtotal','-71.4'),(173387,18796,'_line_subtotal_tax','-5.71'),(173388,18796,'_line_total','-71.4'),(173389,18796,'_line_tax','-5.71'),(173390,18796,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"-5.712\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"-5.712\";}}'),(173391,18796,'_refunded_item_id','18791'),(173392,18797,'rate_id','1'),(173393,18797,'label','Sales Tax'),(173394,18797,'compound',''),(173395,18797,'tax_amount','-44.15'),(173396,18797,'shipping_tax_amount','0'),(173397,18797,'rate_percent','8'),(173398,18771,'thwma_order_shipping_status','wc-pending'),(173399,18772,'thwma_order_shipping_status','wc-pending'),(173400,18773,'thwma_order_shipping_status','wc-pending'),(173401,18774,'thwma_order_shipping_status','wc-pending'),(173402,18775,'thwma_order_shipping_status','wc-pending'),(173403,18776,'thwma_order_shipping_status','wc-pending'),(173404,18777,'thwma_order_shipping_status','wc-pending'),(173405,18762,'thwma_order_shipping_status','wc-pending'),(173406,18763,'thwma_order_shipping_status','wc-pending'),(173407,18764,'thwma_order_shipping_status','wc-pending'),(173408,18765,'thwma_order_shipping_status','wc-pending'),(173409,18766,'thwma_order_shipping_status','wc-pending'),(173410,18767,'thwma_order_shipping_status','wc-pending'),(173411,18768,'thwma_order_shipping_status','wc-pending'),(173412,18769,'thwma_order_shipping_status','wc-pending'),(173413,18798,'_product_id','2113'),(173414,18798,'_variation_id','0'),(173415,18798,'_qty','1'),(173416,18798,'_tax_class',''),(173417,18798,'_line_subtotal','172'),(173418,18798,'_line_subtotal_tax','0'),(173419,18798,'_line_total','172'),(173420,18798,'_line_tax','0'),(173421,18798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173422,18798,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(173423,18799,'_product_id','45'),(173424,18799,'_variation_id','0'),(173425,18799,'_qty','1'),(173426,18799,'_tax_class',''),(173427,18799,'_line_subtotal','50'),(173428,18799,'_line_subtotal_tax','0'),(173429,18799,'_line_total','50'),(173430,18799,'_line_tax','0'),(173431,18799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173432,18799,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(173433,18800,'_product_id','41'),(173434,18800,'_variation_id','0'),(173435,18800,'_qty','1'),(173436,18800,'_tax_class',''),(173437,18800,'_line_subtotal','73.2'),(173438,18800,'_line_subtotal_tax','0'),(173439,18800,'_line_total','73.2'),(173440,18800,'_line_tax','0'),(173441,18800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173442,18800,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(173443,18801,'_product_id','38'),(173444,18801,'_variation_id','0'),(173445,18801,'_qty','1'),(173446,18801,'_tax_class',''),(173447,18801,'_line_subtotal','165.76'),(173448,18801,'_line_subtotal_tax','0'),(173449,18801,'_line_total','165.76'),(173450,18801,'_line_tax','0'),(173451,18801,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173452,18801,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(173453,18802,'_product_id','2110'),(173454,18802,'_variation_id','0'),(173455,18802,'_qty','2'),(173456,18802,'_tax_class',''),(173457,18802,'_line_subtotal','142.8'),(173458,18802,'_line_subtotal_tax','0'),(173459,18802,'_line_total','142.8'),(173460,18802,'_line_tax','0'),(173461,18802,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173462,18802,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173463,18803,'_product_id','3696'),(173464,18803,'_variation_id','0'),(173465,18803,'_qty','8'),(173466,18803,'_tax_class',''),(173467,18803,'_line_subtotal','509.64'),(173468,18803,'_line_subtotal_tax','0'),(173469,18803,'_line_total','509.64'),(173470,18803,'_line_tax','0'),(173471,18803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173472,18803,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:22:\"total_discount_details\";a:1:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7950000000000008;s:14:\"discount_price\";d:4.7950000000000008;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.5;s:23:\"calculate_discount_from\";d:68.5;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.7950000000000008;s:14:\"original_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3696;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;}'),(173473,18803,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.7949999999999999;}}}s:12:\"saved_amount\";d:38.359999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:38.359999999999999;s:15:\"is_free_product\";b:0;}'),(173474,18803,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173475,18804,'method_id','advanced_free_shipping'),(173476,18804,'instance_id','0'),(173477,18804,'cost','0'),(173478,18804,'total_tax','0'),(173479,18804,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173480,18704,'Shipping Address','Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509'),(173481,18704,'thwma_order_shipping_status','wc-pending'),(173482,18705,'Shipping Address','Judith Hayden, Lice Clinics of America, 549 Centre View Blvd, Cambridge Square Bld 24, Crestview Hills, KY 41017'),(173483,18705,'thwma_order_shipping_status','wc-pending'),(173484,18706,'Shipping Address','Judith Hayden, Lice Clinics of America, 549 Centre View Blvd, Cambridge Square Bld 24, Crestview Hills, KY 41017'),(173485,18706,'thwma_order_shipping_status','wc-pending'),(173486,18707,'Shipping Address','Judith Hayden, Lice Clinics of America, 549 Centre View Blvd, Cambridge Square Bld 24, Crestview Hills, KY 41017'),(173487,18707,'thwma_order_shipping_status','wc-pending'),(173488,18708,'Shipping Address','Judith Hayden, Lice Clinics of America, 549 Centre View Blvd, Cambridge Square Bld 24, Crestview Hills, KY 41017'),(173489,18708,'thwma_order_shipping_status','wc-pending'),(173490,18709,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(173491,18709,'thwma_order_shipping_status','wc-pending'),(173492,18710,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(173493,18710,'thwma_order_shipping_status','wc-pending'),(173494,18711,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(173495,18711,'thwma_order_shipping_status','wc-pending'),(173496,18750,'thwma_order_shipping_status','wc-pending'),(173497,18751,'thwma_order_shipping_status','wc-pending'),(173498,18781,'thwma_order_shipping_status','wc-pending'),(173499,18782,'thwma_order_shipping_status','wc-pending'),(173500,18783,'thwma_order_shipping_status','wc-pending'),(173501,18784,'thwma_order_shipping_status','wc-pending'),(173502,18805,'_product_id','3696'),(173503,18805,'_variation_id','0'),(173504,18805,'_qty','5'),(173505,18805,'_tax_class',''),(173506,18805,'_line_subtotal','342.5'),(173507,18805,'_line_subtotal_tax','0'),(173508,18805,'_line_total','342.5'),(173509,18805,'_line_tax','0'),(173510,18805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173511,18805,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173512,18806,'_product_id','44'),(173513,18806,'_variation_id','0'),(173514,18806,'_qty','1'),(173515,18806,'_tax_class',''),(173516,18806,'_line_subtotal','138'),(173517,18806,'_line_subtotal_tax','0'),(173518,18806,'_line_total','138'),(173519,18806,'_line_tax','0'),(173520,18806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173521,18806,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(173522,18807,'_product_id','2110'),(173523,18807,'_variation_id','0'),(173524,18807,'_qty','1'),(173525,18807,'_tax_class',''),(173526,18807,'_line_subtotal','71.4'),(173527,18807,'_line_subtotal_tax','0'),(173528,18807,'_line_total','71.4'),(173529,18807,'_line_tax','0'),(173530,18807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173531,18807,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173532,18808,'method_id','advanced_free_shipping'),(173533,18808,'instance_id','0'),(173534,18808,'cost','0'),(173535,18808,'total_tax','0'),(173536,18808,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173537,18809,'_product_id','488'),(173538,18809,'_variation_id','0'),(173539,18809,'_qty','6'),(173540,18809,'_tax_class',''),(173541,18809,'_line_subtotal','188.1'),(173542,18809,'_line_subtotal_tax','0'),(173543,18809,'_line_total','188.1'),(173544,18809,'_line_tax','0'),(173545,18809,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173546,18809,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(173547,18810,'_product_id','490'),(173548,18810,'_variation_id','0'),(173549,18810,'_qty','18'),(173550,18810,'_tax_class',''),(173551,18810,'_line_subtotal','352.8'),(173552,18810,'_line_subtotal_tax','0'),(173553,18810,'_line_total','352.8'),(173554,18810,'_line_tax','0'),(173555,18810,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173556,18810,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(173557,18811,'method_id','advanced_free_shipping'),(173558,18811,'instance_id','0'),(173559,18811,'cost','0'),(173560,18811,'total_tax','0'),(173561,18811,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173562,18805,'thwma_order_shipping_status','wc-pending'),(173563,18806,'thwma_order_shipping_status','wc-pending'),(173564,18807,'thwma_order_shipping_status','wc-pending'),(173565,18812,'_product_id','2110'),(173566,18812,'_variation_id','0'),(173567,18812,'_qty','4'),(173568,18812,'_tax_class',''),(173569,18812,'_line_subtotal','285.6'),(173570,18812,'_line_subtotal_tax','0'),(173571,18812,'_line_total','285.6'),(173572,18812,'_line_tax','0'),(173573,18812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173574,18812,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173575,18813,'_product_id','3696'),(173576,18813,'_variation_id','0'),(173577,18813,'_qty','4'),(173578,18813,'_tax_class',''),(173579,18813,'_line_subtotal','274'),(173580,18813,'_line_subtotal_tax','0'),(173581,18813,'_line_total','274'),(173582,18813,'_line_tax','0'),(173583,18813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173584,18813,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173585,18814,'method_id','advanced_free_shipping'),(173586,18814,'instance_id','0'),(173587,18814,'cost','0'),(173588,18814,'total_tax','0'),(173589,18814,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173671,18822,'_product_id','3362'),(173672,18822,'_variation_id','0'),(173673,18822,'_qty','4'),(173674,18822,'_tax_class',''),(173675,18822,'_line_subtotal','300'),(173676,18822,'_line_subtotal_tax','24'),(173677,18822,'_line_total','300'),(173678,18822,'_line_tax','24'),(173679,18822,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:2:\"24\";}s:8:\"subtotal\";a:1:{i:1;s:2:\"24\";}}'),(173680,18822,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(173681,18823,'_product_id','146'),(173682,18823,'_variation_id','0'),(173683,18823,'_qty','5'),(173684,18823,'_tax_class',''),(173685,18823,'_line_subtotal','6.9'),(173686,18823,'_line_subtotal_tax','0.55'),(173687,18823,'_line_total','6.9'),(173688,18823,'_line_tax','0.55'),(173689,18823,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:5:\"0.552\";}s:8:\"subtotal\";a:1:{i:1;s:5:\"0.552\";}}'),(173690,18823,'_wcms_cart_key','a5e00132373a7031000fd987a3c9f87b'),(173691,18824,'_product_id','49'),(173692,18824,'_variation_id','0'),(173693,18824,'_qty','4'),(173694,18824,'_tax_class',''),(173695,18824,'_line_subtotal','360'),(173696,18824,'_line_subtotal_tax','28.8'),(173697,18824,'_line_total','360'),(173698,18824,'_line_tax','28.8'),(173699,18824,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"28.8\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"28.8\";}}'),(173700,18824,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(173701,18825,'_product_id','43'),(173702,18825,'_variation_id','0'),(173703,18825,'_qty','20'),(173704,18825,'_tax_class',''),(173705,18825,'_line_subtotal','1674'),(173706,18825,'_line_subtotal_tax','133.92'),(173707,18825,'_line_total','1674'),(173708,18825,'_line_tax','133.92'),(173709,18825,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:6:\"133.92\";}s:8:\"subtotal\";a:1:{i:1;s:6:\"133.92\";}}'),(173710,18825,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:20;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:20;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(173711,18825,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:20;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:126;s:34:\"saved_amount_based_on_tax_settings\";d:126;s:15:\"is_free_product\";b:0;}'),(173712,18825,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(173713,18826,'method_id','local_pickup'),(173714,18826,'instance_id','8'),(173715,18826,'cost','0'),(173716,18826,'total_tax','0'),(173717,18826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173718,18826,'Items','Rosemary Preventive Spray 8oz(Case of 12) &times; 4, 9\" Detangler Comb &times; 5, Preventive Detangling Spray 8oz(Case of 12) &times; 4, Preventive Spray 8oz(Case of 12) &times; 20'),(173719,18827,'rate_id','1'),(173720,18827,'label','Sales Tax'),(173721,18827,'compound',''),(173722,18827,'tax_amount','187.27'),(173723,18827,'shipping_tax_amount','0'),(173724,18827,'rate_percent','8'),(173725,18809,'thwma_order_shipping_status','wc-pending'),(173726,18810,'thwma_order_shipping_status','wc-pending'),(173727,18798,'thwma_order_shipping_status','wc-pending'),(173728,18799,'thwma_order_shipping_status','wc-pending'),(173729,18800,'thwma_order_shipping_status','wc-pending'),(173730,18801,'thwma_order_shipping_status','wc-pending'),(173731,18802,'thwma_order_shipping_status','wc-pending'),(173732,18803,'thwma_order_shipping_status','wc-pending'),(173733,18828,'_product_id','2110'),(173734,18828,'_variation_id','0'),(173735,18828,'_qty','1'),(173736,18828,'_tax_class',''),(173737,18828,'_line_subtotal','71.4'),(173738,18828,'_line_subtotal_tax','0'),(173739,18828,'_line_total','71.4'),(173740,18828,'_line_tax','0'),(173741,18828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173742,18828,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173743,18829,'_product_id','2113'),(173744,18829,'_variation_id','0'),(173745,18829,'_qty','1'),(173746,18829,'_tax_class',''),(173747,18829,'_line_subtotal','172'),(173748,18829,'_line_subtotal_tax','0'),(173749,18829,'_line_total','172'),(173750,18829,'_line_tax','0'),(173751,18829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173752,18829,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(173753,18830,'_product_id','44'),(173754,18830,'_variation_id','0'),(173755,18830,'_qty','1'),(173756,18830,'_tax_class',''),(173757,18830,'_line_subtotal','138'),(173758,18830,'_line_subtotal_tax','0'),(173759,18830,'_line_total','138'),(173760,18830,'_line_tax','0'),(173761,18830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173762,18830,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(173763,18831,'_product_id','2408'),(173764,18831,'_variation_id','0'),(173765,18831,'_qty','1'),(173766,18831,'_tax_class',''),(173767,18831,'_line_subtotal','170'),(173768,18831,'_line_subtotal_tax','0'),(173769,18831,'_line_total','170'),(173770,18831,'_line_tax','0'),(173771,18831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173772,18831,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(173773,18832,'_product_id','120'),(173774,18832,'_variation_id','0'),(173775,18832,'_qty','1'),(173776,18832,'_tax_class',''),(173777,18832,'_line_subtotal','63'),(173778,18832,'_line_subtotal_tax','0'),(173779,18832,'_line_total','63'),(173780,18832,'_line_tax','0'),(173781,18832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173782,18832,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(173783,18833,'_product_id','3696'),(173784,18833,'_variation_id','0'),(173785,18833,'_qty','1'),(173786,18833,'_tax_class',''),(173787,18833,'_line_subtotal','68.5'),(173788,18833,'_line_subtotal_tax','0'),(173789,18833,'_line_total','68.5'),(173790,18833,'_line_tax','0'),(173791,18833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173792,18833,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173793,18834,'_product_id','487'),(173794,18834,'_variation_id','0'),(173795,18834,'_qty','1'),(173796,18834,'_tax_class',''),(173797,18834,'_line_subtotal','31.35'),(173798,18834,'_line_subtotal_tax','0'),(173799,18834,'_line_total','31.35'),(173800,18834,'_line_tax','0'),(173801,18834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173802,18834,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(173803,18835,'method_id','advanced_free_shipping'),(173804,18835,'instance_id','0'),(173805,18835,'cost','0'),(173806,18835,'total_tax','0'),(173807,18835,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173823,18837,'_product_id','3696'),(173824,18837,'_variation_id','0'),(173825,18837,'_qty','2'),(173826,18837,'_tax_class',''),(173827,18837,'_line_subtotal','137'),(173828,18837,'_line_subtotal_tax','0'),(173829,18837,'_line_total','137'),(173830,18837,'_line_tax','0'),(173831,18837,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173832,18837,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173833,18838,'_product_id','44'),(173834,18838,'_variation_id','0'),(173835,18838,'_qty','2'),(173836,18838,'_tax_class',''),(173837,18838,'_line_subtotal','276'),(173838,18838,'_line_subtotal_tax','0'),(173839,18838,'_line_total','276'),(173840,18838,'_line_tax','0'),(173841,18838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173842,18838,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(173843,18839,'_product_id','487'),(173844,18839,'_variation_id','0'),(173845,18839,'_qty','1'),(173846,18839,'_tax_class',''),(173847,18839,'_line_subtotal','31.35'),(173848,18839,'_line_subtotal_tax','0'),(173849,18839,'_line_total','31.35'),(173850,18839,'_line_tax','0'),(173851,18839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173852,18839,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(173853,18840,'_product_id','2110'),(173854,18840,'_variation_id','0'),(173855,18840,'_qty','2'),(173856,18840,'_tax_class',''),(173857,18840,'_line_subtotal','142.8'),(173858,18840,'_line_subtotal_tax','0'),(173859,18840,'_line_total','142.8'),(173860,18840,'_line_tax','0'),(173861,18840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173862,18840,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(173863,18841,'_product_id','2113'),(173864,18841,'_variation_id','0'),(173865,18841,'_qty','1'),(173866,18841,'_tax_class',''),(173867,18841,'_line_subtotal','172'),(173868,18841,'_line_subtotal_tax','0'),(173869,18841,'_line_total','172'),(173870,18841,'_line_tax','0'),(173871,18841,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173872,18841,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(173873,18842,'_product_id','43'),(173874,18842,'_variation_id','0'),(173875,18842,'_qty','1'),(173876,18842,'_tax_class',''),(173877,18842,'_line_subtotal','90'),(173878,18842,'_line_subtotal_tax','0'),(173879,18842,'_line_total','90'),(173880,18842,'_line_tax','0'),(173881,18842,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173882,18842,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(173883,18843,'_product_id','2408'),(173884,18843,'_variation_id','0'),(173885,18843,'_qty','1'),(173886,18843,'_tax_class',''),(173887,18843,'_line_subtotal','170'),(173888,18843,'_line_subtotal_tax','0'),(173889,18843,'_line_total','170'),(173890,18843,'_line_tax','0'),(173891,18843,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173892,18843,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(173893,18844,'_product_id','49'),(173894,18844,'_variation_id','0'),(173895,18844,'_qty','2'),(173896,18844,'_tax_class',''),(173897,18844,'_line_subtotal','180'),(173898,18844,'_line_subtotal_tax','0'),(173899,18844,'_line_total','180'),(173900,18844,'_line_tax','0'),(173901,18844,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173902,18844,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(173903,18845,'method_id','advanced_free_shipping'),(173904,18845,'instance_id','0'),(173905,18845,'cost','0'),(173906,18845,'total_tax','0'),(173907,18845,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173908,18846,'_product_id','49'),(173909,18846,'_variation_id','0'),(173910,18846,'_qty','1'),(173911,18846,'_tax_class',''),(173912,18846,'_line_subtotal','90'),(173913,18846,'_line_subtotal_tax','0'),(173914,18846,'_line_total','90'),(173915,18846,'_line_tax','0'),(173916,18846,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173917,18846,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(173918,18847,'_product_id','3362'),(173919,18847,'_variation_id','0'),(173920,18847,'_qty','1'),(173921,18847,'_tax_class',''),(173922,18847,'_line_subtotal','75'),(173923,18847,'_line_subtotal_tax','0'),(173924,18847,'_line_total','75'),(173925,18847,'_line_tax','0'),(173926,18847,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173927,18847,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(173928,18848,'_product_id','43'),(173929,18848,'_variation_id','0'),(173930,18848,'_qty','1'),(173931,18848,'_tax_class',''),(173932,18848,'_line_subtotal','90'),(173933,18848,'_line_subtotal_tax','0'),(173934,18848,'_line_total','90'),(173935,18848,'_line_tax','0'),(173936,18848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173937,18848,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(173938,18849,'_product_id','45'),(173939,18849,'_variation_id','0'),(173940,18849,'_qty','3'),(173941,18849,'_tax_class',''),(173942,18849,'_line_subtotal','150'),(173943,18849,'_line_subtotal_tax','0'),(173944,18849,'_line_total','150'),(173945,18849,'_line_tax','0'),(173946,18849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173947,18849,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(173948,18850,'_product_id','3696'),(173949,18850,'_variation_id','0'),(173950,18850,'_qty','1'),(173951,18850,'_tax_class',''),(173952,18850,'_line_subtotal','68.5'),(173953,18850,'_line_subtotal_tax','0'),(173954,18850,'_line_total','68.5'),(173955,18850,'_line_tax','0'),(173956,18850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173957,18850,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(173958,18851,'_product_id','487'),(173959,18851,'_variation_id','0'),(173960,18851,'_qty','1'),(173961,18851,'_tax_class',''),(173962,18851,'_line_subtotal','31.35'),(173963,18851,'_line_subtotal_tax','0'),(173964,18851,'_line_total','31.35'),(173965,18851,'_line_tax','0'),(173966,18851,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173967,18851,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(173968,18852,'_product_id','488'),(173969,18852,'_variation_id','0'),(173970,18852,'_qty','1'),(173971,18852,'_tax_class',''),(173972,18852,'_line_subtotal','31.35'),(173973,18852,'_line_subtotal_tax','0'),(173974,18852,'_line_total','31.35'),(173975,18852,'_line_tax','0'),(173976,18852,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173977,18852,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(173978,18853,'method_id','advanced_free_shipping'),(173979,18853,'instance_id','0'),(173980,18853,'cost','0'),(173981,18853,'total_tax','0'),(173982,18853,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(173983,18854,'_product_id','2113'),(173984,18854,'_variation_id','0'),(173985,18854,'_qty','2'),(173986,18854,'_tax_class',''),(173987,18854,'_line_subtotal','344'),(173988,18854,'_line_subtotal_tax','0'),(173989,18854,'_line_total','344'),(173990,18854,'_line_tax','0'),(173991,18854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(173992,18854,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(173993,18855,'_product_id','2110'),(173994,18855,'_variation_id','0'),(173995,18855,'_qty','4'),(173996,18855,'_tax_class',''),(173997,18855,'_line_subtotal','285.6'),(173998,18855,'_line_subtotal_tax','0'),(173999,18855,'_line_total','285.6'),(174000,18855,'_line_tax','0'),(174001,18855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174002,18855,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174003,18856,'_product_id','41'),(174004,18856,'_variation_id','0'),(174005,18856,'_qty','3'),(174006,18856,'_tax_class',''),(174007,18856,'_line_subtotal','219.6'),(174008,18856,'_line_subtotal_tax','0'),(174009,18856,'_line_total','219.6'),(174010,18856,'_line_tax','0'),(174011,18856,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174012,18856,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174013,18857,'method_id','advanced_free_shipping'),(174014,18857,'instance_id','0'),(174015,18857,'cost','0'),(174016,18857,'total_tax','0'),(174017,18857,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174018,18858,'_product_id','2110'),(174019,18858,'_variation_id','0'),(174020,18858,'_qty','2'),(174021,18858,'_tax_class',''),(174022,18858,'_line_subtotal','142.8'),(174023,18858,'_line_subtotal_tax','0'),(174024,18858,'_line_total','142.8'),(174025,18858,'_line_tax','0'),(174026,18858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174027,18858,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174028,18859,'_product_id','2113'),(174029,18859,'_variation_id','0'),(174030,18859,'_qty','2'),(174031,18859,'_tax_class',''),(174032,18859,'_line_subtotal','344'),(174033,18859,'_line_subtotal_tax','0'),(174034,18859,'_line_total','344'),(174035,18859,'_line_tax','0'),(174036,18859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174037,18859,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(174038,18860,'_product_id','93'),(174039,18860,'_variation_id','0'),(174040,18860,'_qty','5'),(174041,18860,'_tax_class',''),(174042,18860,'_line_subtotal','0'),(174043,18860,'_line_subtotal_tax','0'),(174044,18860,'_line_total','0'),(174045,18860,'_line_tax','0'),(174046,18860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174047,18860,'_wcms_cart_key','98dce83da57b0395e163467c9dae521b'),(174048,18861,'_product_id','3412'),(174049,18861,'_variation_id','0'),(174050,18861,'_qty','1'),(174051,18861,'_tax_class',''),(174052,18861,'_line_subtotal','90'),(174053,18861,'_line_subtotal_tax','0'),(174054,18861,'_line_total','90'),(174055,18861,'_line_tax','0'),(174056,18861,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174057,18861,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(174058,18862,'_product_id','45'),(174059,18862,'_variation_id','0'),(174060,18862,'_qty','2'),(174061,18862,'_tax_class',''),(174062,18862,'_line_subtotal','100'),(174063,18862,'_line_subtotal_tax','0'),(174064,18862,'_line_total','100'),(174065,18862,'_line_tax','0'),(174066,18862,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174067,18862,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(174068,18863,'_product_id','3476'),(174069,18863,'_variation_id','0'),(174070,18863,'_qty','1'),(174071,18863,'_tax_class',''),(174072,18863,'_line_subtotal','76.2'),(174073,18863,'_line_subtotal_tax','0'),(174074,18863,'_line_total','76.2'),(174075,18863,'_line_tax','0'),(174076,18863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174077,18863,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(174078,18864,'_product_id','41'),(174079,18864,'_variation_id','0'),(174080,18864,'_qty','2'),(174081,18864,'_tax_class',''),(174082,18864,'_line_subtotal','146.4'),(174083,18864,'_line_subtotal_tax','0'),(174084,18864,'_line_total','146.4'),(174085,18864,'_line_tax','0'),(174086,18864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174087,18864,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174088,18865,'_product_id','118'),(174089,18865,'_variation_id','0'),(174090,18865,'_qty','1'),(174091,18865,'_tax_class',''),(174092,18865,'_line_subtotal','215'),(174093,18865,'_line_subtotal_tax','0'),(174094,18865,'_line_total','215'),(174095,18865,'_line_tax','0'),(174096,18865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174097,18865,'_wcms_cart_key','5ef059938ba799aaa845e1c2e8a762bd'),(174098,18866,'_product_id','51'),(174099,18866,'_variation_id','0'),(174100,18866,'_qty','2'),(174101,18866,'_tax_class',''),(174102,18866,'_line_subtotal','340'),(174103,18866,'_line_subtotal_tax','0'),(174104,18866,'_line_total','340'),(174105,18866,'_line_tax','0'),(174106,18866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174107,18866,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(174108,18867,'_product_id','43'),(174109,18867,'_variation_id','0'),(174110,18867,'_qty','2'),(174111,18867,'_tax_class',''),(174112,18867,'_line_subtotal','180'),(174113,18867,'_line_subtotal_tax','0'),(174114,18867,'_line_total','180'),(174115,18867,'_line_tax','0'),(174116,18867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174117,18867,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(174118,18868,'_product_id','3352'),(174119,18868,'_variation_id','0'),(174120,18868,'_qty','1'),(174121,18868,'_tax_class',''),(174122,18868,'_line_subtotal','148'),(174123,18868,'_line_subtotal_tax','0'),(174124,18868,'_line_total','148'),(174125,18868,'_line_tax','0'),(174126,18868,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174127,18868,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(174128,18869,'_product_id','49'),(174129,18869,'_variation_id','0'),(174130,18869,'_qty','2'),(174131,18869,'_tax_class',''),(174132,18869,'_line_subtotal','180'),(174133,18869,'_line_subtotal_tax','0'),(174134,18869,'_line_total','180'),(174135,18869,'_line_tax','0'),(174136,18869,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174137,18869,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(174138,18870,'_product_id','3354'),(174139,18870,'_variation_id','0'),(174140,18870,'_qty','1'),(174141,18870,'_tax_class',''),(174142,18870,'_line_subtotal','148'),(174143,18870,'_line_subtotal_tax','0'),(174144,18870,'_line_total','148'),(174145,18870,'_line_tax','0'),(174146,18870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174147,18870,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(174148,18871,'_product_id','3362'),(174149,18871,'_variation_id','0'),(174150,18871,'_qty','1'),(174151,18871,'_tax_class',''),(174152,18871,'_line_subtotal','75'),(174153,18871,'_line_subtotal_tax','0'),(174154,18871,'_line_total','75'),(174155,18871,'_line_tax','0'),(174156,18871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174157,18871,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(174158,18872,'_product_id','3360'),(174159,18872,'_variation_id','0'),(174160,18872,'_qty','1'),(174161,18872,'_tax_class',''),(174162,18872,'_line_subtotal','148'),(174163,18872,'_line_subtotal_tax','0'),(174164,18872,'_line_total','148'),(174165,18872,'_line_tax','0'),(174166,18872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174167,18872,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(174168,18873,'_product_id','39'),(174169,18873,'_variation_id','0'),(174170,18873,'_qty','1'),(174171,18873,'_tax_class',''),(174172,18873,'_line_subtotal','90'),(174173,18873,'_line_subtotal_tax','0'),(174174,18873,'_line_total','90'),(174175,18873,'_line_tax','0'),(174176,18873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174177,18873,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(174178,18874,'_product_id','40'),(174179,18874,'_variation_id','0'),(174180,18874,'_qty','1'),(174181,18874,'_tax_class',''),(174182,18874,'_line_subtotal','90'),(174183,18874,'_line_subtotal_tax','0'),(174184,18874,'_line_total','90'),(174185,18874,'_line_tax','0'),(174186,18874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174187,18874,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(174188,18875,'_product_id','3525'),(174189,18875,'_variation_id','0'),(174190,18875,'_qty','1'),(174191,18875,'_tax_class',''),(174192,18875,'_line_subtotal','90'),(174193,18875,'_line_subtotal_tax','0'),(174194,18875,'_line_total','90'),(174195,18875,'_line_tax','0'),(174196,18875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174197,18875,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(174198,18876,'_product_id','97'),(174199,18876,'_variation_id','0'),(174200,18876,'_qty','2'),(174201,18876,'_tax_class',''),(174202,18876,'_line_subtotal','0'),(174203,18876,'_line_subtotal_tax','0'),(174204,18876,'_line_total','0'),(174205,18876,'_line_tax','0'),(174206,18876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174207,18876,'_wcms_cart_key','e2ef524fbf3d9fe611d5a8e90fefdc9c'),(174208,18877,'_product_id','3499'),(174209,18877,'_variation_id','0'),(174210,18877,'_qty','1'),(174211,18877,'_tax_class',''),(174212,18877,'_line_subtotal','142.8'),(174213,18877,'_line_subtotal_tax','0'),(174214,18877,'_line_total','142.8'),(174215,18877,'_line_tax','0'),(174216,18877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174217,18877,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(174218,18878,'_product_id','3485'),(174219,18878,'_variation_id','0'),(174220,18878,'_qty','1'),(174221,18878,'_tax_class',''),(174222,18878,'_line_subtotal','148.8'),(174223,18878,'_line_subtotal_tax','0'),(174224,18878,'_line_total','148.8'),(174225,18878,'_line_tax','0'),(174226,18878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174227,18878,'_wcms_cart_key','dfeb9598fbfb97cc6bbcc0aff2c785d6'),(174228,18879,'_product_id','99'),(174229,18879,'_variation_id','0'),(174230,18879,'_qty','1'),(174231,18879,'_tax_class',''),(174232,18879,'_line_subtotal','0'),(174233,18879,'_line_subtotal_tax','0'),(174234,18879,'_line_total','0'),(174235,18879,'_line_tax','0'),(174236,18879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174237,18879,'_wcms_cart_key','ac627ab1ccbdb62ec96e702f07f6425b'),(174238,18880,'_product_id','133'),(174239,18880,'_variation_id','0'),(174240,18880,'_qty','1'),(174241,18880,'_tax_class',''),(174242,18880,'_line_subtotal','14.3'),(174243,18880,'_line_subtotal_tax','0'),(174244,18880,'_line_total','14.3'),(174245,18880,'_line_tax','0'),(174246,18880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174247,18880,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(174248,18881,'method_id','advanced_free_shipping'),(174249,18881,'instance_id','0'),(174250,18881,'cost','0'),(174251,18881,'total_tax','0'),(174252,18881,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174253,18882,'_product_id','2110'),(174254,18882,'_variation_id','0'),(174255,18882,'_qty','4'),(174256,18882,'_tax_class',''),(174257,18882,'_line_subtotal','285.6'),(174258,18882,'_line_subtotal_tax','0'),(174259,18882,'_line_total','285.6'),(174260,18882,'_line_tax','0'),(174261,18882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174262,18882,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174263,18883,'_product_id','2113'),(174264,18883,'_variation_id','0'),(174265,18883,'_qty','3'),(174266,18883,'_tax_class',''),(174267,18883,'_line_subtotal','516'),(174268,18883,'_line_subtotal_tax','0'),(174269,18883,'_line_total','516'),(174270,18883,'_line_tax','0'),(174271,18883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174272,18883,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(174273,18884,'_product_id','41'),(174274,18884,'_variation_id','0'),(174275,18884,'_qty','3'),(174276,18884,'_tax_class',''),(174277,18884,'_line_subtotal','219.6'),(174278,18884,'_line_subtotal_tax','0'),(174279,18884,'_line_total','219.6'),(174280,18884,'_line_tax','0'),(174281,18884,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174282,18884,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174283,18885,'_product_id','45'),(174284,18885,'_variation_id','0'),(174285,18885,'_qty','2'),(174286,18885,'_tax_class',''),(174287,18885,'_line_subtotal','100'),(174288,18885,'_line_subtotal_tax','0'),(174289,18885,'_line_total','100'),(174290,18885,'_line_tax','0'),(174291,18885,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174292,18885,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(174293,18886,'method_id','advanced_free_shipping'),(174294,18886,'instance_id','0'),(174295,18886,'cost','0'),(174296,18886,'total_tax','0'),(174297,18886,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174298,18887,'_product_id','45'),(174299,18887,'_variation_id','0'),(174300,18887,'_qty','2'),(174301,18887,'_tax_class',''),(174302,18887,'_line_subtotal','100'),(174303,18887,'_line_subtotal_tax','0'),(174304,18887,'_line_total','100'),(174305,18887,'_line_tax','0'),(174306,18887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174307,18887,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(174308,18888,'_product_id','41'),(174309,18888,'_variation_id','0'),(174310,18888,'_qty','5'),(174311,18888,'_tax_class',''),(174312,18888,'_line_subtotal','366'),(174313,18888,'_line_subtotal_tax','0'),(174314,18888,'_line_total','366'),(174315,18888,'_line_tax','0'),(174316,18888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174317,18888,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174318,18889,'_product_id','43'),(174319,18889,'_variation_id','0'),(174320,18889,'_qty','2'),(174321,18889,'_tax_class',''),(174322,18889,'_line_subtotal','180'),(174323,18889,'_line_subtotal_tax','0'),(174324,18889,'_line_total','180'),(174325,18889,'_line_tax','0'),(174326,18889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174327,18889,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(174328,18890,'_product_id','120'),(174329,18890,'_variation_id','0'),(174330,18890,'_qty','1'),(174331,18890,'_tax_class',''),(174332,18890,'_line_subtotal','63'),(174333,18890,'_line_subtotal_tax','0'),(174334,18890,'_line_total','63'),(174335,18890,'_line_tax','0'),(174336,18890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174337,18890,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(174338,18891,'_product_id','2408'),(174339,18891,'_variation_id','0'),(174340,18891,'_qty','4'),(174341,18891,'_tax_class',''),(174342,18891,'_line_subtotal','680'),(174343,18891,'_line_subtotal_tax','0'),(174344,18891,'_line_total','680'),(174345,18891,'_line_tax','0'),(174346,18891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174347,18891,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(174348,18892,'_product_id','490'),(174349,18892,'_variation_id','0'),(174350,18892,'_qty','10'),(174351,18892,'_tax_class',''),(174352,18892,'_line_subtotal','196'),(174353,18892,'_line_subtotal_tax','0'),(174354,18892,'_line_total','196'),(174355,18892,'_line_tax','0'),(174356,18892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174357,18892,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(174358,18893,'_product_id','133'),(174359,18893,'_variation_id','0'),(174360,18893,'_qty','8'),(174361,18893,'_tax_class',''),(174362,18893,'_line_subtotal','114.4'),(174363,18893,'_line_subtotal_tax','0'),(174364,18893,'_line_total','114.4'),(174365,18893,'_line_tax','0'),(174366,18893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174367,18893,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(174368,18894,'method_id','advanced_free_shipping'),(174369,18894,'instance_id','0'),(174370,18894,'cost','0'),(174371,18894,'total_tax','0'),(174372,18894,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174373,18895,'_product_id','2110'),(174374,18895,'_variation_id','0'),(174375,18895,'_qty','2'),(174376,18895,'_tax_class',''),(174377,18895,'_line_subtotal','142.8'),(174378,18895,'_line_subtotal_tax','0'),(174379,18895,'_line_total','142.8'),(174380,18895,'_line_tax','0'),(174381,18895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174382,18895,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174383,18896,'_product_id','45'),(174384,18896,'_variation_id','0'),(174385,18896,'_qty','2'),(174386,18896,'_tax_class',''),(174387,18896,'_line_subtotal','100'),(174388,18896,'_line_subtotal_tax','0'),(174389,18896,'_line_total','100'),(174390,18896,'_line_tax','0'),(174391,18896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174392,18896,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(174393,18897,'_product_id','42'),(174394,18897,'_variation_id','0'),(174395,18897,'_qty','1'),(174396,18897,'_tax_class',''),(174397,18897,'_line_subtotal','90'),(174398,18897,'_line_subtotal_tax','0'),(174399,18897,'_line_total','90'),(174400,18897,'_line_tax','0'),(174401,18897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174402,18897,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(174403,18898,'_product_id','41'),(174404,18898,'_variation_id','0'),(174405,18898,'_qty','3'),(174406,18898,'_tax_class',''),(174407,18898,'_line_subtotal','219.6'),(174408,18898,'_line_subtotal_tax','0'),(174409,18898,'_line_total','219.6'),(174410,18898,'_line_tax','0'),(174411,18898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174412,18898,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174413,18899,'_product_id','49'),(174414,18899,'_variation_id','0'),(174415,18899,'_qty','2'),(174416,18899,'_tax_class',''),(174417,18899,'_line_subtotal','180'),(174418,18899,'_line_subtotal_tax','0'),(174419,18899,'_line_total','180'),(174420,18899,'_line_tax','0'),(174421,18899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174422,18899,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(174423,18900,'_product_id','116'),(174424,18900,'_variation_id','0'),(174425,18900,'_qty','1'),(174426,18900,'_tax_class',''),(174427,18900,'_line_subtotal','165'),(174428,18900,'_line_subtotal_tax','0'),(174429,18900,'_line_total','165'),(174430,18900,'_line_tax','0'),(174431,18900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174432,18900,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(174433,18901,'_product_id','2408'),(174434,18901,'_variation_id','0'),(174435,18901,'_qty','3'),(174436,18901,'_tax_class',''),(174437,18901,'_line_subtotal','510'),(174438,18901,'_line_subtotal_tax','0'),(174439,18901,'_line_total','510'),(174440,18901,'_line_tax','0'),(174441,18901,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174442,18901,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(174443,18902,'_product_id','2400'),(174444,18902,'_variation_id','0'),(174445,18902,'_qty','1'),(174446,18902,'_tax_class',''),(174447,18902,'_line_subtotal','215'),(174448,18902,'_line_subtotal_tax','0'),(174449,18902,'_line_total','215'),(174450,18902,'_line_tax','0'),(174451,18902,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174452,18902,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(174453,18903,'_product_id','490'),(174454,18903,'_variation_id','0'),(174455,18903,'_qty','6'),(174456,18903,'_tax_class',''),(174457,18903,'_line_subtotal','117.6'),(174458,18903,'_line_subtotal_tax','0'),(174459,18903,'_line_total','117.6'),(174460,18903,'_line_tax','0'),(174461,18903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174462,18903,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(174463,18904,'_product_id','133'),(174464,18904,'_variation_id','0'),(174465,18904,'_qty','6'),(174466,18904,'_tax_class',''),(174467,18904,'_line_subtotal','85.8'),(174468,18904,'_line_subtotal_tax','0'),(174469,18904,'_line_total','85.8'),(174470,18904,'_line_tax','0'),(174471,18904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174472,18904,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(174473,18905,'method_id','advanced_free_shipping'),(174474,18905,'instance_id','0'),(174475,18905,'cost','0'),(174476,18905,'total_tax','0'),(174477,18905,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174478,18906,'_product_id','2110'),(174479,18906,'_variation_id','0'),(174480,18906,'_qty','2'),(174481,18906,'_tax_class',''),(174482,18906,'_line_subtotal','142.8'),(174483,18906,'_line_subtotal_tax','0'),(174484,18906,'_line_total','142.8'),(174485,18906,'_line_tax','0'),(174486,18906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174487,18906,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174488,18907,'_product_id','2113'),(174489,18907,'_variation_id','0'),(174490,18907,'_qty','1'),(174491,18907,'_tax_class',''),(174492,18907,'_line_subtotal','172'),(174493,18907,'_line_subtotal_tax','0'),(174494,18907,'_line_total','172'),(174495,18907,'_line_tax','0'),(174496,18907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174497,18907,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(174498,18908,'_product_id','41'),(174499,18908,'_variation_id','0'),(174500,18908,'_qty','3'),(174501,18908,'_tax_class',''),(174502,18908,'_line_subtotal','219.6'),(174503,18908,'_line_subtotal_tax','0'),(174504,18908,'_line_total','219.6'),(174505,18908,'_line_tax','0'),(174506,18908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174507,18908,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174508,18909,'_product_id','39'),(174509,18909,'_variation_id','0'),(174510,18909,'_qty','1'),(174511,18909,'_tax_class',''),(174512,18909,'_line_subtotal','90'),(174513,18909,'_line_subtotal_tax','0'),(174514,18909,'_line_total','90'),(174515,18909,'_line_tax','0'),(174516,18909,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174517,18909,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(174518,18910,'_product_id','43'),(174519,18910,'_variation_id','0'),(174520,18910,'_qty','1'),(174521,18910,'_tax_class',''),(174522,18910,'_line_subtotal','90'),(174523,18910,'_line_subtotal_tax','0'),(174524,18910,'_line_total','90'),(174525,18910,'_line_tax','0'),(174526,18910,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174527,18910,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(174528,18911,'_product_id','116'),(174529,18911,'_variation_id','0'),(174530,18911,'_qty','1'),(174531,18911,'_tax_class',''),(174532,18911,'_line_subtotal','165'),(174533,18911,'_line_subtotal_tax','0'),(174534,18911,'_line_total','165'),(174535,18911,'_line_tax','0'),(174536,18911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174537,18911,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(174538,18912,'_product_id','2408'),(174539,18912,'_variation_id','0'),(174540,18912,'_qty','1'),(174541,18912,'_tax_class',''),(174542,18912,'_line_subtotal','170'),(174543,18912,'_line_subtotal_tax','0'),(174544,18912,'_line_total','170'),(174545,18912,'_line_tax','0'),(174546,18912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174547,18912,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(174548,18913,'_product_id','490'),(174549,18913,'_variation_id','0'),(174550,18913,'_qty','2'),(174551,18913,'_tax_class',''),(174552,18913,'_line_subtotal','39.2'),(174553,18913,'_line_subtotal_tax','0'),(174554,18913,'_line_total','39.2'),(174555,18913,'_line_tax','0'),(174556,18913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174557,18913,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(174558,18914,'method_id','advanced_free_shipping'),(174559,18914,'instance_id','0'),(174560,18914,'cost','0'),(174561,18914,'total_tax','0'),(174562,18914,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174563,18915,'_product_id','2110'),(174564,18915,'_variation_id','0'),(174565,18915,'_qty','1'),(174566,18915,'_tax_class',''),(174567,18915,'_line_subtotal','71.4'),(174568,18915,'_line_subtotal_tax','0'),(174569,18915,'_line_total','71.4'),(174570,18915,'_line_tax','0'),(174571,18915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174572,18915,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174573,18916,'_product_id','2113'),(174574,18916,'_variation_id','0'),(174575,18916,'_qty','1'),(174576,18916,'_tax_class',''),(174577,18916,'_line_subtotal','172'),(174578,18916,'_line_subtotal_tax','0'),(174579,18916,'_line_total','172'),(174580,18916,'_line_tax','0'),(174581,18916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174582,18916,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(174583,18917,'_product_id','45'),(174584,18917,'_variation_id','0'),(174585,18917,'_qty','1'),(174586,18917,'_tax_class',''),(174587,18917,'_line_subtotal','50'),(174588,18917,'_line_subtotal_tax','0'),(174589,18917,'_line_total','50'),(174590,18917,'_line_tax','0'),(174591,18917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174592,18917,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(174593,18918,'_product_id','41'),(174594,18918,'_variation_id','0'),(174595,18918,'_qty','1'),(174596,18918,'_tax_class',''),(174597,18918,'_line_subtotal','73.2'),(174598,18918,'_line_subtotal_tax','0'),(174599,18918,'_line_total','73.2'),(174600,18918,'_line_tax','0'),(174601,18918,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174602,18918,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174603,18919,'_product_id','39'),(174604,18919,'_variation_id','0'),(174605,18919,'_qty','1'),(174606,18919,'_tax_class',''),(174607,18919,'_line_subtotal','90'),(174608,18919,'_line_subtotal_tax','0'),(174609,18919,'_line_total','90'),(174610,18919,'_line_tax','0'),(174611,18919,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174612,18919,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(174613,18920,'_product_id','3352'),(174614,18920,'_variation_id','0'),(174615,18920,'_qty','1'),(174616,18920,'_tax_class',''),(174617,18920,'_line_subtotal','148'),(174618,18920,'_line_subtotal_tax','0'),(174619,18920,'_line_total','148'),(174620,18920,'_line_tax','0'),(174621,18920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174622,18920,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(174623,18921,'_product_id','3354'),(174624,18921,'_variation_id','0'),(174625,18921,'_qty','1'),(174626,18921,'_tax_class',''),(174627,18921,'_line_subtotal','148'),(174628,18921,'_line_subtotal_tax','0'),(174629,18921,'_line_total','148'),(174630,18921,'_line_tax','0'),(174631,18921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174632,18921,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(174633,18922,'_product_id','490'),(174634,18922,'_variation_id','0'),(174635,18922,'_qty','7'),(174636,18922,'_tax_class',''),(174637,18922,'_line_subtotal','137.2'),(174638,18922,'_line_subtotal_tax','0'),(174639,18922,'_line_total','137.2'),(174640,18922,'_line_tax','0'),(174641,18922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174642,18922,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(174643,18923,'method_id','advanced_free_shipping'),(174644,18923,'instance_id','0'),(174645,18923,'cost','0'),(174646,18923,'total_tax','0'),(174647,18923,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174648,18924,'_product_id','2110'),(174649,18924,'_variation_id','0'),(174650,18924,'_qty','2'),(174651,18924,'_tax_class',''),(174652,18924,'_line_subtotal','142.8'),(174653,18924,'_line_subtotal_tax','0'),(174654,18924,'_line_total','142.8'),(174655,18924,'_line_tax','0'),(174656,18924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174657,18924,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174658,18925,'_product_id','2113'),(174659,18925,'_variation_id','0'),(174660,18925,'_qty','1'),(174661,18925,'_tax_class',''),(174662,18925,'_line_subtotal','172'),(174663,18925,'_line_subtotal_tax','0'),(174664,18925,'_line_total','172'),(174665,18925,'_line_tax','0'),(174666,18925,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174667,18925,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(174668,18926,'_product_id','41'),(174669,18926,'_variation_id','0'),(174670,18926,'_qty','5'),(174671,18926,'_tax_class',''),(174672,18926,'_line_subtotal','366'),(174673,18926,'_line_subtotal_tax','0'),(174674,18926,'_line_total','366'),(174675,18926,'_line_tax','0'),(174676,18926,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174677,18926,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174678,18927,'_product_id','39'),(174679,18927,'_variation_id','0'),(174680,18927,'_qty','1'),(174681,18927,'_tax_class',''),(174682,18927,'_line_subtotal','90'),(174683,18927,'_line_subtotal_tax','0'),(174684,18927,'_line_total','90'),(174685,18927,'_line_tax','0'),(174686,18927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174687,18927,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(174688,18928,'_product_id','40'),(174689,18928,'_variation_id','0'),(174690,18928,'_qty','1'),(174691,18928,'_tax_class',''),(174692,18928,'_line_subtotal','90'),(174693,18928,'_line_subtotal_tax','0'),(174694,18928,'_line_total','90'),(174695,18928,'_line_tax','0'),(174696,18928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174697,18928,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(174698,18929,'_product_id','43'),(174699,18929,'_variation_id','0'),(174700,18929,'_qty','2'),(174701,18929,'_tax_class',''),(174702,18929,'_line_subtotal','180'),(174703,18929,'_line_subtotal_tax','0'),(174704,18929,'_line_total','180'),(174705,18929,'_line_tax','0'),(174706,18929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174707,18929,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(174708,18930,'_product_id','3362'),(174709,18930,'_variation_id','0'),(174710,18930,'_qty','2'),(174711,18930,'_tax_class',''),(174712,18930,'_line_subtotal','150'),(174713,18930,'_line_subtotal_tax','0'),(174714,18930,'_line_total','150'),(174715,18930,'_line_tax','0'),(174716,18930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174717,18930,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(174718,18931,'_product_id','3360'),(174719,18931,'_variation_id','0'),(174720,18931,'_qty','1'),(174721,18931,'_tax_class',''),(174722,18931,'_line_subtotal','148'),(174723,18931,'_line_subtotal_tax','0'),(174724,18931,'_line_total','148'),(174725,18931,'_line_tax','0'),(174726,18931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174727,18931,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(174728,18932,'_product_id','49'),(174729,18932,'_variation_id','0'),(174730,18932,'_qty','3'),(174731,18932,'_tax_class',''),(174732,18932,'_line_subtotal','270'),(174733,18932,'_line_subtotal_tax','0'),(174734,18932,'_line_total','270'),(174735,18932,'_line_tax','0'),(174736,18932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174737,18932,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(174738,18933,'_product_id','2400'),(174739,18933,'_variation_id','0'),(174740,18933,'_qty','2'),(174741,18933,'_tax_class',''),(174742,18933,'_line_subtotal','430'),(174743,18933,'_line_subtotal_tax','0'),(174744,18933,'_line_total','430'),(174745,18933,'_line_tax','0'),(174746,18933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174747,18933,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(174748,18934,'_product_id','490'),(174749,18934,'_variation_id','0'),(174750,18934,'_qty','5'),(174751,18934,'_tax_class',''),(174752,18934,'_line_subtotal','98'),(174753,18934,'_line_subtotal_tax','0'),(174754,18934,'_line_total','98'),(174755,18934,'_line_tax','0'),(174756,18934,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174757,18934,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(174758,18935,'_product_id','133'),(174759,18935,'_variation_id','0'),(174760,18935,'_qty','13'),(174761,18935,'_tax_class',''),(174762,18935,'_line_subtotal','185.9'),(174763,18935,'_line_subtotal_tax','0'),(174764,18935,'_line_total','185.9'),(174765,18935,'_line_tax','0'),(174766,18935,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174767,18935,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(174768,18936,'method_id','advanced_free_shipping'),(174769,18936,'instance_id','0'),(174770,18936,'cost','0'),(174771,18936,'total_tax','0'),(174772,18936,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174789,18915,'thwma_order_shipping_status','wc-pending'),(174790,18916,'thwma_order_shipping_status','wc-pending'),(174791,18917,'thwma_order_shipping_status','wc-pending'),(174792,18918,'thwma_order_shipping_status','wc-pending'),(174793,18919,'thwma_order_shipping_status','wc-pending'),(174794,18920,'thwma_order_shipping_status','wc-pending'),(174795,18921,'thwma_order_shipping_status','wc-pending'),(174796,18922,'thwma_order_shipping_status','wc-pending'),(174797,18887,'thwma_order_shipping_status','wc-pending'),(174798,18888,'thwma_order_shipping_status','wc-pending'),(174799,18889,'thwma_order_shipping_status','wc-pending'),(174800,18890,'thwma_order_shipping_status','wc-pending'),(174801,18891,'thwma_order_shipping_status','wc-pending'),(174802,18892,'thwma_order_shipping_status','wc-pending'),(174803,18893,'thwma_order_shipping_status','wc-pending'),(174814,18895,'thwma_order_shipping_status','wc-pending'),(174815,18896,'thwma_order_shipping_status','wc-pending'),(174816,18897,'thwma_order_shipping_status','wc-pending'),(174817,18898,'thwma_order_shipping_status','wc-pending'),(174818,18899,'thwma_order_shipping_status','wc-pending'),(174819,18900,'thwma_order_shipping_status','wc-pending'),(174820,18901,'thwma_order_shipping_status','wc-pending'),(174821,18902,'thwma_order_shipping_status','wc-pending'),(174822,18903,'thwma_order_shipping_status','wc-pending'),(174823,18904,'thwma_order_shipping_status','wc-pending'),(174824,18858,'thwma_order_shipping_status','wc-pending'),(174825,18859,'thwma_order_shipping_status','wc-pending'),(174826,18860,'thwma_order_shipping_status','wc-pending'),(174827,18861,'thwma_order_shipping_status','wc-pending'),(174828,18862,'thwma_order_shipping_status','wc-pending'),(174829,18863,'thwma_order_shipping_status','wc-pending'),(174830,18864,'thwma_order_shipping_status','wc-pending'),(174831,18865,'thwma_order_shipping_status','wc-pending'),(174832,18866,'thwma_order_shipping_status','wc-pending'),(174833,18867,'thwma_order_shipping_status','wc-pending'),(174834,18868,'thwma_order_shipping_status','wc-pending'),(174835,18869,'thwma_order_shipping_status','wc-pending'),(174836,18870,'thwma_order_shipping_status','wc-pending'),(174837,18871,'thwma_order_shipping_status','wc-pending'),(174838,18872,'thwma_order_shipping_status','wc-pending'),(174839,18873,'thwma_order_shipping_status','wc-pending'),(174840,18874,'thwma_order_shipping_status','wc-pending'),(174841,18875,'thwma_order_shipping_status','wc-pending'),(174842,18876,'thwma_order_shipping_status','wc-pending'),(174843,18877,'thwma_order_shipping_status','wc-pending'),(174844,18878,'thwma_order_shipping_status','wc-pending'),(174845,18879,'thwma_order_shipping_status','wc-pending'),(174846,18880,'thwma_order_shipping_status','wc-pending'),(174847,18854,'thwma_order_shipping_status','wc-pending'),(174848,18855,'thwma_order_shipping_status','wc-pending'),(174849,18856,'thwma_order_shipping_status','wc-pending'),(174850,18937,'_product_id','116'),(174851,18937,'_variation_id','0'),(174852,18937,'_qty','1'),(174853,18937,'_tax_class',''),(174854,18937,'_line_subtotal','165'),(174855,18937,'_line_subtotal_tax','0'),(174856,18937,'_line_total','165'),(174857,18937,'_line_tax','0'),(174858,18937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174859,18937,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(174860,18938,'_product_id','39'),(174861,18938,'_variation_id','0'),(174862,18938,'_qty','2'),(174863,18938,'_tax_class',''),(174864,18938,'_line_subtotal','180'),(174865,18938,'_line_subtotal_tax','0'),(174866,18938,'_line_total','180'),(174867,18938,'_line_tax','0'),(174868,18938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174869,18938,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(174870,18939,'_product_id','120'),(174871,18939,'_variation_id','0'),(174872,18939,'_qty','1'),(174873,18939,'_tax_class',''),(174874,18939,'_line_subtotal','63'),(174875,18939,'_line_subtotal_tax','0'),(174876,18939,'_line_total','63'),(174877,18939,'_line_tax','0'),(174878,18939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174879,18939,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(174880,18940,'_product_id','43'),(174881,18940,'_variation_id','0'),(174882,18940,'_qty','2'),(174883,18940,'_tax_class',''),(174884,18940,'_line_subtotal','180'),(174885,18940,'_line_subtotal_tax','0'),(174886,18940,'_line_total','180'),(174887,18940,'_line_tax','0'),(174888,18940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174889,18940,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(174890,18941,'method_id','advanced_free_shipping'),(174891,18941,'instance_id','0'),(174892,18941,'cost','0'),(174893,18941,'total_tax','0'),(174894,18941,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174895,18942,'_product_id','41'),(174896,18942,'_variation_id','0'),(174897,18942,'_qty','1'),(174898,18942,'_tax_class',''),(174899,18942,'_line_subtotal','73.2'),(174900,18942,'_line_subtotal_tax','0'),(174901,18942,'_line_total','73.2'),(174902,18942,'_line_tax','0'),(174903,18942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174904,18942,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(174905,18943,'_product_id','51'),(174906,18943,'_variation_id','0'),(174907,18943,'_qty','1'),(174908,18943,'_tax_class',''),(174909,18943,'_line_subtotal','170'),(174910,18943,'_line_subtotal_tax','0'),(174911,18943,'_line_total','170'),(174912,18943,'_line_tax','0'),(174913,18943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174914,18943,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(174915,18944,'_product_id','2110'),(174916,18944,'_variation_id','0'),(174917,18944,'_qty','2'),(174918,18944,'_tax_class',''),(174919,18944,'_line_subtotal','142.8'),(174920,18944,'_line_subtotal_tax','0'),(174921,18944,'_line_total','142.8'),(174922,18944,'_line_tax','0'),(174923,18944,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174924,18944,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(174925,18945,'method_id','fedex'),(174926,18945,'instance_id','1'),(174927,18945,'cost','38.29'),(174928,18945,'total_tax','0'),(174929,18945,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(174930,18945,'Package 1','17 × 14 × 10 (in) 28.8lbs × 1'),(174931,18945,'Items','Professional Lice Comb(Case of 12) &times; 1, Urgent Care Kit(Case of 6) &times; 1, Active Rinse 8oz 100%(Case of 12) &times; 2'),(174932,18812,'thwma_order_shipping_status','wc-pending'),(174933,18813,'thwma_order_shipping_status','wc-pending'),(174934,18828,'thwma_order_shipping_status','wc-pending'),(174935,18829,'thwma_order_shipping_status','wc-pending'),(174936,18830,'thwma_order_shipping_status','wc-pending'),(174937,18831,'thwma_order_shipping_status','wc-pending'),(174938,18832,'thwma_order_shipping_status','wc-pending'),(174939,18833,'thwma_order_shipping_status','wc-pending'),(174940,18834,'thwma_order_shipping_status','wc-pending'),(174941,18837,'thwma_order_shipping_status','wc-pending'),(174942,18838,'thwma_order_shipping_status','wc-pending'),(174943,18839,'thwma_order_shipping_status','wc-pending'),(174944,18840,'thwma_order_shipping_status','wc-pending'),(174945,18841,'thwma_order_shipping_status','wc-pending'),(174946,18842,'thwma_order_shipping_status','wc-pending'),(174947,18843,'thwma_order_shipping_status','wc-pending'),(174948,18844,'thwma_order_shipping_status','wc-pending'),(174949,18846,'thwma_order_shipping_status','wc-pending'),(174950,18847,'thwma_order_shipping_status','wc-pending'),(174951,18848,'thwma_order_shipping_status','wc-pending'),(174952,18849,'thwma_order_shipping_status','wc-pending'),(174953,18850,'thwma_order_shipping_status','wc-pending'),(174954,18851,'thwma_order_shipping_status','wc-pending'),(174955,18852,'thwma_order_shipping_status','wc-pending'),(174956,18882,'thwma_order_shipping_status','wc-pending'),(174957,18883,'thwma_order_shipping_status','wc-pending'),(174958,18884,'thwma_order_shipping_status','wc-pending'),(174959,18885,'thwma_order_shipping_status','wc-pending'),(174960,18906,'thwma_order_shipping_status','wc-pending'),(174961,18907,'thwma_order_shipping_status','wc-pending'),(174962,18908,'thwma_order_shipping_status','wc-pending'),(174963,18909,'thwma_order_shipping_status','wc-pending'),(174964,18910,'thwma_order_shipping_status','wc-pending'),(174965,18911,'thwma_order_shipping_status','wc-pending'),(174966,18912,'thwma_order_shipping_status','wc-pending'),(174967,18913,'thwma_order_shipping_status','wc-pending'),(174968,18937,'thwma_order_shipping_status','wc-pending'),(174969,18938,'thwma_order_shipping_status','wc-pending'),(174970,18939,'thwma_order_shipping_status','wc-pending'),(174971,18940,'thwma_order_shipping_status','wc-pending'),(174972,18942,'thwma_order_shipping_status','wc-pending'),(174973,18943,'thwma_order_shipping_status','wc-pending'),(174974,18944,'thwma_order_shipping_status','wc-pending'),(174975,18946,'_product_id','23'),(174976,18946,'_variation_id','0'),(174977,18946,'_qty','1'),(174978,18946,'_tax_class',''),(174979,18946,'_line_subtotal','68.54'),(174980,18946,'_line_subtotal_tax','0'),(174981,18946,'_line_total','68.54'),(174982,18946,'_line_tax','0'),(174983,18946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174984,18946,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(174985,18947,'_product_id','38'),(174986,18947,'_variation_id','0'),(174987,18947,'_qty','1'),(174988,18947,'_tax_class',''),(174989,18947,'_line_subtotal','165.76'),(174990,18947,'_line_subtotal_tax','0'),(174991,18947,'_line_total','165.76'),(174992,18947,'_line_tax','0'),(174993,18947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(174994,18947,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(174995,18948,'_product_id','2110'),(174996,18948,'_variation_id','0'),(174997,18948,'_qty','1'),(174998,18948,'_tax_class',''),(174999,18948,'_line_subtotal','71.4'),(175000,18948,'_line_subtotal_tax','0'),(175001,18948,'_line_total','71.4'),(175002,18948,'_line_tax','0'),(175003,18948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175004,18948,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(175005,18949,'_product_id','2113'),(175006,18949,'_variation_id','0'),(175007,18949,'_qty','2'),(175008,18949,'_tax_class',''),(175009,18949,'_line_subtotal','344'),(175010,18949,'_line_subtotal_tax','0'),(175011,18949,'_line_total','344'),(175012,18949,'_line_tax','0'),(175013,18949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175014,18949,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(175015,18950,'_product_id','3476'),(175016,18950,'_variation_id','0'),(175017,18950,'_qty','1'),(175018,18950,'_tax_class',''),(175019,18950,'_line_subtotal','76.2'),(175020,18950,'_line_subtotal_tax','0'),(175021,18950,'_line_total','76.2'),(175022,18950,'_line_tax','0'),(175023,18950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175024,18950,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(175025,18951,'_product_id','41'),(175026,18951,'_variation_id','0'),(175027,18951,'_qty','1'),(175028,18951,'_tax_class',''),(175029,18951,'_line_subtotal','73.2'),(175030,18951,'_line_subtotal_tax','0'),(175031,18951,'_line_total','73.2'),(175032,18951,'_line_tax','0'),(175033,18951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175034,18951,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175035,18952,'_product_id','45'),(175036,18952,'_variation_id','0'),(175037,18952,'_qty','2'),(175038,18952,'_tax_class',''),(175039,18952,'_line_subtotal','100'),(175040,18952,'_line_subtotal_tax','0'),(175041,18952,'_line_total','100'),(175042,18952,'_line_tax','0'),(175043,18952,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175044,18952,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175045,18953,'_product_id','43'),(175046,18953,'_variation_id','0'),(175047,18953,'_qty','1'),(175048,18953,'_tax_class',''),(175049,18953,'_line_subtotal','90'),(175050,18953,'_line_subtotal_tax','0'),(175051,18953,'_line_total','90'),(175052,18953,'_line_tax','0'),(175053,18953,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175054,18953,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(175055,18954,'_product_id','3360'),(175056,18954,'_variation_id','0'),(175057,18954,'_qty','1'),(175058,18954,'_tax_class',''),(175059,18954,'_line_subtotal','148'),(175060,18954,'_line_subtotal_tax','0'),(175061,18954,'_line_total','148'),(175062,18954,'_line_tax','0'),(175063,18954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175064,18954,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(175065,18955,'_product_id','3356'),(175066,18955,'_variation_id','0'),(175067,18955,'_qty','1'),(175068,18955,'_tax_class',''),(175069,18955,'_line_subtotal','151.2'),(175070,18955,'_line_subtotal_tax','0'),(175071,18955,'_line_total','151.2'),(175072,18955,'_line_tax','0'),(175073,18955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175074,18955,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(175075,18956,'_product_id','3358'),(175076,18956,'_variation_id','0'),(175077,18956,'_qty','1'),(175078,18956,'_tax_class',''),(175079,18956,'_line_subtotal','151.2'),(175080,18956,'_line_subtotal_tax','0'),(175081,18956,'_line_total','151.2'),(175082,18956,'_line_tax','0'),(175083,18956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175084,18956,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(175085,18957,'_product_id','3524'),(175086,18957,'_variation_id','0'),(175087,18957,'_qty','1'),(175088,18957,'_tax_class',''),(175089,18957,'_line_subtotal','151.2'),(175090,18957,'_line_subtotal_tax','0'),(175091,18957,'_line_total','151.2'),(175092,18957,'_line_tax','0'),(175093,18957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175094,18957,'_wcms_cart_key','a9de093d0622ed782d267fa3f1953228'),(175095,18958,'_product_id','3485'),(175096,18958,'_variation_id','0'),(175097,18958,'_qty','1'),(175098,18958,'_tax_class',''),(175099,18958,'_line_subtotal','148.8'),(175100,18958,'_line_subtotal_tax','0'),(175101,18958,'_line_total','148.8'),(175102,18958,'_line_tax','0'),(175103,18958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175104,18958,'_wcms_cart_key','dfeb9598fbfb97cc6bbcc0aff2c785d6'),(175105,18959,'_product_id','3499'),(175106,18959,'_variation_id','0'),(175107,18959,'_qty','1'),(175108,18959,'_tax_class',''),(175109,18959,'_line_subtotal','142.8'),(175110,18959,'_line_subtotal_tax','0'),(175111,18959,'_line_total','142.8'),(175112,18959,'_line_tax','0'),(175113,18959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175114,18959,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(175115,18960,'method_id','advanced_free_shipping'),(175116,18960,'instance_id','0'),(175117,18960,'cost','0'),(175118,18960,'total_tax','0'),(175119,18960,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175120,18961,'_product_id','23'),(175121,18961,'_variation_id','0'),(175122,18961,'_qty','1'),(175123,18961,'_tax_class',''),(175124,18961,'_line_subtotal','68.54'),(175125,18961,'_line_subtotal_tax','0'),(175126,18961,'_line_total','68.54'),(175127,18961,'_line_tax','0'),(175128,18961,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175129,18961,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(175130,18962,'_product_id','38'),(175131,18962,'_variation_id','0'),(175132,18962,'_qty','1'),(175133,18962,'_tax_class',''),(175134,18962,'_line_subtotal','165.76'),(175135,18962,'_line_subtotal_tax','0'),(175136,18962,'_line_total','165.76'),(175137,18962,'_line_tax','0'),(175138,18962,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175139,18962,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(175140,18963,'_product_id','2110'),(175141,18963,'_variation_id','0'),(175142,18963,'_qty','1'),(175143,18963,'_tax_class',''),(175144,18963,'_line_subtotal','71.4'),(175145,18963,'_line_subtotal_tax','0'),(175146,18963,'_line_total','71.4'),(175147,18963,'_line_tax','0'),(175148,18963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175149,18963,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(175150,18964,'_product_id','2113'),(175151,18964,'_variation_id','0'),(175152,18964,'_qty','2'),(175153,18964,'_tax_class',''),(175154,18964,'_line_subtotal','344'),(175155,18964,'_line_subtotal_tax','0'),(175156,18964,'_line_total','344'),(175157,18964,'_line_tax','0'),(175158,18964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175159,18964,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(175160,18965,'_product_id','3476'),(175161,18965,'_variation_id','0'),(175162,18965,'_qty','1'),(175163,18965,'_tax_class',''),(175164,18965,'_line_subtotal','76.2'),(175165,18965,'_line_subtotal_tax','0'),(175166,18965,'_line_total','76.2'),(175167,18965,'_line_tax','0'),(175168,18965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175169,18965,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(175170,18966,'_product_id','41'),(175171,18966,'_variation_id','0'),(175172,18966,'_qty','1'),(175173,18966,'_tax_class',''),(175174,18966,'_line_subtotal','73.2'),(175175,18966,'_line_subtotal_tax','0'),(175176,18966,'_line_total','73.2'),(175177,18966,'_line_tax','0'),(175178,18966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175179,18966,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175180,18967,'_product_id','45'),(175181,18967,'_variation_id','0'),(175182,18967,'_qty','2'),(175183,18967,'_tax_class',''),(175184,18967,'_line_subtotal','100'),(175185,18967,'_line_subtotal_tax','0'),(175186,18967,'_line_total','100'),(175187,18967,'_line_tax','0'),(175188,18967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175189,18967,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175190,18968,'_product_id','3485'),(175191,18968,'_variation_id','0'),(175192,18968,'_qty','1'),(175193,18968,'_tax_class',''),(175194,18968,'_line_subtotal','148.8'),(175195,18968,'_line_subtotal_tax','0'),(175196,18968,'_line_total','148.8'),(175197,18968,'_line_tax','0'),(175198,18968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175199,18968,'_wcms_cart_key','dfeb9598fbfb97cc6bbcc0aff2c785d6'),(175200,18969,'_product_id','3499'),(175201,18969,'_variation_id','0'),(175202,18969,'_qty','1'),(175203,18969,'_tax_class',''),(175204,18969,'_line_subtotal','142.8'),(175205,18969,'_line_subtotal_tax','0'),(175206,18969,'_line_total','142.8'),(175207,18969,'_line_tax','0'),(175208,18969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175209,18969,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(175210,18970,'method_id','advanced_free_shipping'),(175211,18970,'instance_id','0'),(175212,18970,'cost','0'),(175213,18970,'total_tax','0'),(175214,18970,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175280,18978,'_product_id','49'),(175281,18978,'_variation_id','0'),(175282,18978,'_qty','1'),(175283,18978,'_tax_class',''),(175284,18978,'_line_subtotal','90'),(175285,18978,'_line_subtotal_tax','0'),(175286,18978,'_line_total','90'),(175287,18978,'_line_tax','0'),(175288,18978,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175289,18978,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175290,18979,'_product_id','3360'),(175291,18979,'_variation_id','0'),(175292,18979,'_qty','1'),(175293,18979,'_tax_class',''),(175294,18979,'_line_subtotal','148'),(175295,18979,'_line_subtotal_tax','0'),(175296,18979,'_line_total','148'),(175297,18979,'_line_tax','0'),(175298,18979,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175299,18979,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(175300,18980,'_product_id','120'),(175301,18980,'_variation_id','0'),(175302,18980,'_qty','1'),(175303,18980,'_tax_class',''),(175304,18980,'_line_subtotal','63'),(175305,18980,'_line_subtotal_tax','0'),(175306,18980,'_line_total','63'),(175307,18980,'_line_tax','0'),(175308,18980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175309,18980,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(175310,18981,'_product_id','3358'),(175311,18981,'_variation_id','0'),(175312,18981,'_qty','1'),(175313,18981,'_tax_class',''),(175314,18981,'_line_subtotal','151.2'),(175315,18981,'_line_subtotal_tax','0'),(175316,18981,'_line_total','151.2'),(175317,18981,'_line_tax','0'),(175318,18981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175319,18981,'_wcms_cart_key','97108695bd93b6be52fa0334874c8722'),(175320,18982,'_product_id','3356'),(175321,18982,'_variation_id','0'),(175322,18982,'_qty','1'),(175323,18982,'_tax_class',''),(175324,18982,'_line_subtotal','151.2'),(175325,18982,'_line_subtotal_tax','0'),(175326,18982,'_line_total','151.2'),(175327,18982,'_line_tax','0'),(175328,18982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175329,18982,'_wcms_cart_key','a36b598abb934e4528412e5a2127b931'),(175330,18983,'_product_id','3524'),(175331,18983,'_variation_id','0'),(175332,18983,'_qty','1'),(175333,18983,'_tax_class',''),(175334,18983,'_line_subtotal','151.2'),(175335,18983,'_line_subtotal_tax','0'),(175336,18983,'_line_total','151.2'),(175337,18983,'_line_tax','0'),(175338,18983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175339,18983,'_wcms_cart_key','a9de093d0622ed782d267fa3f1953228'),(175340,18984,'method_id','advanced_free_shipping'),(175341,18984,'instance_id','0'),(175342,18984,'cost','0'),(175343,18984,'total_tax','0'),(175344,18984,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175345,18924,'thwma_order_shipping_status','wc-pending'),(175346,18925,'thwma_order_shipping_status','wc-pending'),(175347,18926,'thwma_order_shipping_status','wc-pending'),(175348,18927,'thwma_order_shipping_status','wc-pending'),(175349,18928,'thwma_order_shipping_status','wc-pending'),(175350,18929,'thwma_order_shipping_status','wc-pending'),(175351,18930,'thwma_order_shipping_status','wc-pending'),(175352,18931,'thwma_order_shipping_status','wc-pending'),(175353,18932,'thwma_order_shipping_status','wc-pending'),(175354,18933,'thwma_order_shipping_status','wc-pending'),(175355,18934,'thwma_order_shipping_status','wc-pending'),(175356,18935,'thwma_order_shipping_status','wc-pending'),(175357,18985,'_product_id','41'),(175358,18985,'_variation_id','0'),(175359,18985,'_qty','1'),(175360,18985,'_tax_class',''),(175361,18985,'_line_subtotal','73.2'),(175362,18985,'_line_subtotal_tax','0'),(175363,18985,'_line_total','73.2'),(175364,18985,'_line_tax','0'),(175365,18985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175366,18985,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175367,18986,'_product_id','2113'),(175368,18986,'_variation_id','0'),(175369,18986,'_qty','1'),(175370,18986,'_tax_class',''),(175371,18986,'_line_subtotal','172'),(175372,18986,'_line_subtotal_tax','0'),(175373,18986,'_line_total','172'),(175374,18986,'_line_tax','0'),(175375,18986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175376,18986,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(175377,18987,'_product_id','45'),(175378,18987,'_variation_id','0'),(175379,18987,'_qty','3'),(175380,18987,'_tax_class',''),(175381,18987,'_line_subtotal','150'),(175382,18987,'_line_subtotal_tax','0'),(175383,18987,'_line_total','150'),(175384,18987,'_line_tax','0'),(175385,18987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175386,18987,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175387,18988,'_product_id','51'),(175388,18988,'_variation_id','0'),(175389,18988,'_qty','1'),(175390,18988,'_tax_class',''),(175391,18988,'_line_subtotal','170'),(175392,18988,'_line_subtotal_tax','0'),(175393,18988,'_line_total','170'),(175394,18988,'_line_tax','0'),(175395,18988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175396,18988,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(175397,18989,'_product_id','3696'),(175398,18989,'_variation_id','0'),(175399,18989,'_qty','4'),(175400,18989,'_tax_class',''),(175401,18989,'_line_subtotal','274'),(175402,18989,'_line_subtotal_tax','0'),(175403,18989,'_line_total','274'),(175404,18989,'_line_tax','0'),(175405,18989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175406,18989,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(175407,18990,'method_id','advanced_free_shipping'),(175408,18990,'instance_id','0'),(175409,18990,'cost','0'),(175410,18990,'total_tax','0'),(175411,18990,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175412,18991,'_product_id','41'),(175413,18991,'_variation_id','0'),(175414,18991,'_qty','1'),(175415,18991,'_tax_class',''),(175416,18991,'_line_subtotal','73.2'),(175417,18991,'_line_subtotal_tax','0'),(175418,18991,'_line_total','73.2'),(175419,18991,'_line_tax','0'),(175420,18991,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175421,18991,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175422,18992,'_product_id','44'),(175423,18992,'_variation_id','0'),(175424,18992,'_qty','8'),(175425,18992,'_tax_class',''),(175426,18992,'_line_subtotal','1026.72'),(175427,18992,'_line_subtotal_tax','0'),(175428,18992,'_line_total','1026.72'),(175429,18992,'_line_tax','0'),(175430,18992,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175431,18992,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:138;s:16:\"discounted_price\";d:128.34;s:22:\"total_discount_details\";a:2:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:138;s:23:\"calculate_discount_from\";d:138;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:9.6600000000000001;s:14:\"original_price\";d:138;s:16:\"discounted_price\";d:128.34;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:44;s:35:\"initial_price_based_on_tax_settings\";d:138;s:38:\"discounted_price_based_on_tax_settings\";d:128.34;}'),(175432,18992,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:138;s:16:\"discounted_price\";d:128.34;s:35:\"initial_price_based_on_tax_settings\";d:138;s:38:\"discounted_price_based_on_tax_settings\";d:128.34;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:9.6600000000000001;}}}s:12:\"saved_amount\";d:77.280000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:77.280000000000001;s:15:\"is_free_product\";b:0;}'),(175433,18992,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(175434,18993,'_product_id','49'),(175435,18993,'_variation_id','0'),(175436,18993,'_qty','8'),(175437,18993,'_tax_class',''),(175438,18993,'_line_subtotal','669.6'),(175439,18993,'_line_subtotal_tax','0'),(175440,18993,'_line_total','669.6'),(175441,18993,'_line_tax','0'),(175442,18993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175443,18993,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(175444,18993,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(175445,18993,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175446,18994,'_product_id','120'),(175447,18994,'_variation_id','0'),(175448,18994,'_qty','1'),(175449,18994,'_tax_class',''),(175450,18994,'_line_subtotal','63'),(175451,18994,'_line_subtotal_tax','0'),(175452,18994,'_line_total','63'),(175453,18994,'_line_tax','0'),(175454,18994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175455,18994,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(175456,18995,'method_id','advanced_free_shipping'),(175457,18995,'instance_id','0'),(175458,18995,'cost','0'),(175459,18995,'total_tax','0'),(175460,18995,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175461,18961,'thwma_order_shipping_status','wc-pending'),(175462,18962,'thwma_order_shipping_status','wc-pending'),(175463,18963,'thwma_order_shipping_status','wc-pending'),(175464,18964,'thwma_order_shipping_status','wc-pending'),(175465,18965,'thwma_order_shipping_status','wc-pending'),(175466,18966,'thwma_order_shipping_status','wc-pending'),(175467,18967,'thwma_order_shipping_status','wc-pending'),(175468,18968,'thwma_order_shipping_status','wc-pending'),(175469,18969,'thwma_order_shipping_status','wc-pending'),(175470,18978,'thwma_order_shipping_status','wc-pending'),(175471,18979,'thwma_order_shipping_status','wc-pending'),(175472,18980,'thwma_order_shipping_status','wc-pending'),(175473,18981,'thwma_order_shipping_status','wc-pending'),(175474,18982,'thwma_order_shipping_status','wc-pending'),(175475,18983,'thwma_order_shipping_status','wc-pending'),(175476,18985,'thwma_order_shipping_status','wc-pending'),(175477,18986,'thwma_order_shipping_status','wc-pending'),(175478,18987,'thwma_order_shipping_status','wc-pending'),(175479,18988,'thwma_order_shipping_status','wc-pending'),(175480,18989,'thwma_order_shipping_status','wc-pending'),(175481,18991,'thwma_order_shipping_status','wc-pending'),(175482,18992,'thwma_order_shipping_status','wc-pending'),(175483,18993,'thwma_order_shipping_status','wc-pending'),(175484,18994,'thwma_order_shipping_status','wc-pending'),(175485,18996,'_product_id','45'),(175486,18996,'_variation_id','0'),(175487,18996,'_qty','1'),(175488,18996,'_tax_class',''),(175489,18996,'_line_subtotal','50'),(175490,18996,'_line_subtotal_tax','0'),(175491,18996,'_line_total','50'),(175492,18996,'_line_tax','0'),(175493,18996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175494,18996,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175495,18997,'_product_id','39'),(175496,18997,'_variation_id','0'),(175497,18997,'_qty','1'),(175498,18997,'_tax_class',''),(175499,18997,'_line_subtotal','90'),(175500,18997,'_line_subtotal_tax','0'),(175501,18997,'_line_total','90'),(175502,18997,'_line_tax','0'),(175503,18997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175504,18997,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(175505,18998,'_product_id','3499'),(175506,18998,'_variation_id','0'),(175507,18998,'_qty','1'),(175508,18998,'_tax_class',''),(175509,18998,'_line_subtotal','142.8'),(175510,18998,'_line_subtotal_tax','0'),(175511,18998,'_line_total','142.8'),(175512,18998,'_line_tax','0'),(175513,18998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175514,18998,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(175515,18999,'method_id','fedex'),(175516,18999,'instance_id','1'),(175517,18999,'cost','18.41'),(175518,18999,'total_tax','0'),(175519,18999,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175520,18999,'Package 1','11.88 × 11 × 10.75 (in) 18.25lbs × 1'),(175521,18999,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 1, Preventive Shampoo 8oz(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(175522,19000,'_product_id','49'),(175523,19000,'_variation_id','0'),(175524,19000,'_qty','3'),(175525,19000,'_tax_class',''),(175526,19000,'_line_subtotal','270'),(175527,19000,'_line_subtotal_tax','0'),(175528,19000,'_line_total','270'),(175529,19000,'_line_tax','0'),(175530,19000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175531,19000,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175532,19001,'_product_id','45'),(175533,19001,'_variation_id','0'),(175534,19001,'_qty','5'),(175535,19001,'_tax_class',''),(175536,19001,'_line_subtotal','250'),(175537,19001,'_line_subtotal_tax','0'),(175538,19001,'_line_total','250'),(175539,19001,'_line_tax','0'),(175540,19001,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175541,19001,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175542,19002,'_product_id','3696'),(175543,19002,'_variation_id','0'),(175544,19002,'_qty','2'),(175545,19002,'_tax_class',''),(175546,19002,'_line_subtotal','137'),(175547,19002,'_line_subtotal_tax','0'),(175548,19002,'_line_total','137'),(175549,19002,'_line_tax','0'),(175550,19002,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175551,19002,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(175552,19003,'_product_id','487'),(175553,19003,'_variation_id','0'),(175554,19003,'_qty','1'),(175555,19003,'_tax_class',''),(175556,19003,'_line_subtotal','31.35'),(175557,19003,'_line_subtotal_tax','0'),(175558,19003,'_line_total','31.35'),(175559,19003,'_line_tax','0'),(175560,19003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175561,19003,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(175562,19004,'_product_id','488'),(175563,19004,'_variation_id','0'),(175564,19004,'_qty','1'),(175565,19004,'_tax_class',''),(175566,19004,'_line_subtotal','31.35'),(175567,19004,'_line_subtotal_tax','0'),(175568,19004,'_line_total','31.35'),(175569,19004,'_line_tax','0'),(175570,19004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175571,19004,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(175572,19005,'_product_id','2110'),(175573,19005,'_variation_id','0'),(175574,19005,'_qty','2'),(175575,19005,'_tax_class',''),(175576,19005,'_line_subtotal','142.8'),(175577,19005,'_line_subtotal_tax','0'),(175578,19005,'_line_total','142.8'),(175579,19005,'_line_tax','0'),(175580,19005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175581,19005,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(175582,19006,'_product_id','2113'),(175583,19006,'_variation_id','0'),(175584,19006,'_qty','1'),(175585,19006,'_tax_class',''),(175586,19006,'_line_subtotal','172'),(175587,19006,'_line_subtotal_tax','0'),(175588,19006,'_line_total','172'),(175589,19006,'_line_tax','0'),(175590,19006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175591,19006,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(175592,19007,'method_id','advanced_free_shipping'),(175593,19007,'instance_id','0'),(175594,19007,'cost','0'),(175595,19007,'total_tax','0'),(175596,19007,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175597,18996,'thwma_order_shipping_status','wc-pending'),(175598,18997,'thwma_order_shipping_status','wc-pending'),(175599,18998,'thwma_order_shipping_status','wc-pending'),(175600,19008,'_product_id','43'),(175601,19008,'_variation_id','0'),(175602,19008,'_qty','2'),(175603,19008,'_tax_class',''),(175604,19008,'_line_subtotal','180'),(175605,19008,'_line_subtotal_tax','0'),(175606,19008,'_line_total','180'),(175607,19008,'_line_tax','0'),(175608,19008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175609,19008,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(175610,19009,'_product_id','41'),(175611,19009,'_variation_id','0'),(175612,19009,'_qty','2'),(175613,19009,'_tax_class',''),(175614,19009,'_line_subtotal','146.4'),(175615,19009,'_line_subtotal_tax','0'),(175616,19009,'_line_total','146.4'),(175617,19009,'_line_tax','0'),(175618,19009,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175619,19009,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175620,19010,'_product_id','45'),(175621,19010,'_variation_id','0'),(175622,19010,'_qty','2'),(175623,19010,'_tax_class',''),(175624,19010,'_line_subtotal','100'),(175625,19010,'_line_subtotal_tax','0'),(175626,19010,'_line_total','100'),(175627,19010,'_line_tax','0'),(175628,19010,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175629,19010,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(175630,19011,'_product_id','38'),(175631,19011,'_variation_id','0'),(175632,19011,'_qty','1'),(175633,19011,'_tax_class',''),(175634,19011,'_line_subtotal','165.76'),(175635,19011,'_line_subtotal_tax','0'),(175636,19011,'_line_total','165.76'),(175637,19011,'_line_tax','0'),(175638,19011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175639,19011,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(175640,19012,'_product_id','23'),(175641,19012,'_variation_id','0'),(175642,19012,'_qty','1'),(175643,19012,'_tax_class',''),(175644,19012,'_line_subtotal','68.54'),(175645,19012,'_line_subtotal_tax','0'),(175646,19012,'_line_total','68.54'),(175647,19012,'_line_tax','0'),(175648,19012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175649,19012,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(175650,19013,'_product_id','3412'),(175651,19013,'_variation_id','0'),(175652,19013,'_qty','1'),(175653,19013,'_tax_class',''),(175654,19013,'_line_subtotal','90'),(175655,19013,'_line_subtotal_tax','0'),(175656,19013,'_line_total','90'),(175657,19013,'_line_tax','0'),(175658,19013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175659,19013,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(175660,19014,'_product_id','49'),(175661,19014,'_variation_id','0'),(175662,19014,'_qty','1'),(175663,19014,'_tax_class',''),(175664,19014,'_line_subtotal','90'),(175665,19014,'_line_subtotal_tax','0'),(175666,19014,'_line_total','90'),(175667,19014,'_line_tax','0'),(175668,19014,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175669,19014,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175670,19015,'_product_id','40'),(175671,19015,'_variation_id','0'),(175672,19015,'_qty','1'),(175673,19015,'_tax_class',''),(175674,19015,'_line_subtotal','90'),(175675,19015,'_line_subtotal_tax','0'),(175676,19015,'_line_total','90'),(175677,19015,'_line_tax','0'),(175678,19015,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175679,19015,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(175680,19016,'_product_id','39'),(175681,19016,'_variation_id','0'),(175682,19016,'_qty','1'),(175683,19016,'_tax_class',''),(175684,19016,'_line_subtotal','90'),(175685,19016,'_line_subtotal_tax','0'),(175686,19016,'_line_total','90'),(175687,19016,'_line_tax','0'),(175688,19016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175689,19016,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(175690,19017,'method_id','advanced_free_shipping'),(175691,19017,'instance_id','0'),(175692,19017,'cost','0'),(175693,19017,'total_tax','0'),(175694,19017,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175695,19018,'_product_id','2110'),(175696,19018,'_variation_id','0'),(175697,19018,'_qty','1'),(175698,19018,'_tax_class',''),(175699,19018,'_line_subtotal','71.4'),(175700,19018,'_line_subtotal_tax','0'),(175701,19018,'_line_total','71.4'),(175702,19018,'_line_tax','0'),(175703,19018,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175704,19018,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(175705,19019,'_product_id','49'),(175706,19019,'_variation_id','0'),(175707,19019,'_qty','2'),(175708,19019,'_tax_class',''),(175709,19019,'_line_subtotal','180'),(175710,19019,'_line_subtotal_tax','0'),(175711,19019,'_line_total','180'),(175712,19019,'_line_tax','0'),(175713,19019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175714,19019,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175715,19020,'_product_id','43'),(175716,19020,'_variation_id','0'),(175717,19020,'_qty','2'),(175718,19020,'_tax_class',''),(175719,19020,'_line_subtotal','180'),(175720,19020,'_line_subtotal_tax','0'),(175721,19020,'_line_total','180'),(175722,19020,'_line_tax','0'),(175723,19020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175724,19020,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(175725,19021,'_product_id','44'),(175726,19021,'_variation_id','0'),(175727,19021,'_qty','1'),(175728,19021,'_tax_class',''),(175729,19021,'_line_subtotal','138'),(175730,19021,'_line_subtotal_tax','0'),(175731,19021,'_line_total','138'),(175732,19021,'_line_tax','0'),(175733,19021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175734,19021,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(175735,19022,'method_id','advanced_free_shipping'),(175736,19022,'instance_id','0'),(175737,19022,'cost','0'),(175738,19022,'total_tax','0'),(175739,19022,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175740,19023,'_product_id','41'),(175741,19023,'_variation_id','0'),(175742,19023,'_qty','2'),(175743,19023,'_tax_class',''),(175744,19023,'_line_subtotal','146.4'),(175745,19023,'_line_subtotal_tax','0'),(175746,19023,'_line_total','146.4'),(175747,19023,'_line_tax','0'),(175748,19023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175749,19023,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175750,19024,'_product_id','49'),(175751,19024,'_variation_id','0'),(175752,19024,'_qty','1'),(175753,19024,'_tax_class',''),(175754,19024,'_line_subtotal','90'),(175755,19024,'_line_subtotal_tax','0'),(175756,19024,'_line_total','90'),(175757,19024,'_line_tax','0'),(175758,19024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175759,19024,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175760,19025,'_product_id','43'),(175761,19025,'_variation_id','0'),(175762,19025,'_qty','1'),(175763,19025,'_tax_class',''),(175764,19025,'_line_subtotal','90'),(175765,19025,'_line_subtotal_tax','0'),(175766,19025,'_line_total','90'),(175767,19025,'_line_tax','0'),(175768,19025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175769,19025,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(175770,19026,'_product_id','120'),(175771,19026,'_variation_id','0'),(175772,19026,'_qty','1'),(175773,19026,'_tax_class',''),(175774,19026,'_line_subtotal','63'),(175775,19026,'_line_subtotal_tax','0'),(175776,19026,'_line_total','63'),(175777,19026,'_line_tax','0'),(175778,19026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175779,19026,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(175780,19027,'_product_id','40'),(175781,19027,'_variation_id','0'),(175782,19027,'_qty','1'),(175783,19027,'_tax_class',''),(175784,19027,'_line_subtotal','90'),(175785,19027,'_line_subtotal_tax','0'),(175786,19027,'_line_total','90'),(175787,19027,'_line_tax','0'),(175788,19027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175789,19027,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(175790,19028,'_product_id','39'),(175791,19028,'_variation_id','0'),(175792,19028,'_qty','1'),(175793,19028,'_tax_class',''),(175794,19028,'_line_subtotal','90'),(175795,19028,'_line_subtotal_tax','0'),(175796,19028,'_line_total','90'),(175797,19028,'_line_tax','0'),(175798,19028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175799,19028,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(175800,19029,'_product_id','93'),(175801,19029,'_variation_id','0'),(175802,19029,'_qty','4'),(175803,19029,'_tax_class',''),(175804,19029,'_line_subtotal','0'),(175805,19029,'_line_subtotal_tax','0'),(175806,19029,'_line_total','0'),(175807,19029,'_line_tax','0'),(175808,19029,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175809,19029,'_wcms_cart_key','98dce83da57b0395e163467c9dae521b'),(175810,19030,'_product_id','23'),(175811,19030,'_variation_id','0'),(175812,19030,'_qty','2'),(175813,19030,'_tax_class',''),(175814,19030,'_line_subtotal','137.08'),(175815,19030,'_line_subtotal_tax','0'),(175816,19030,'_line_total','137.08'),(175817,19030,'_line_tax','0'),(175818,19030,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175819,19030,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(175820,19031,'_product_id','38'),(175821,19031,'_variation_id','0'),(175822,19031,'_qty','2'),(175823,19031,'_tax_class',''),(175824,19031,'_line_subtotal','331.52'),(175825,19031,'_line_subtotal_tax','0'),(175826,19031,'_line_total','331.52'),(175827,19031,'_line_tax','0'),(175828,19031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175829,19031,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(175830,19032,'method_id','advanced_free_shipping'),(175831,19032,'instance_id','0'),(175832,19032,'cost','0'),(175833,19032,'total_tax','0'),(175834,19032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175835,19033,'_product_id','49'),(175836,19033,'_variation_id','0'),(175837,19033,'_qty','8'),(175838,19033,'_tax_class',''),(175839,19033,'_line_subtotal','669.6'),(175840,19033,'_line_subtotal_tax','0'),(175841,19033,'_line_total','669.6'),(175842,19033,'_line_tax','0'),(175843,19033,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175844,19033,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(175845,19033,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(175846,19033,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175847,19034,'_product_id','116'),(175848,19034,'_variation_id','0'),(175849,19034,'_qty','1'),(175850,19034,'_tax_class',''),(175851,19034,'_line_subtotal','165'),(175852,19034,'_line_subtotal_tax','0'),(175853,19034,'_line_total','165'),(175854,19034,'_line_tax','0'),(175855,19034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175856,19034,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(175857,19035,'_product_id','3476'),(175858,19035,'_variation_id','0'),(175859,19035,'_qty','4'),(175860,19035,'_tax_class',''),(175861,19035,'_line_subtotal','304.8'),(175862,19035,'_line_subtotal_tax','0'),(175863,19035,'_line_total','304.8'),(175864,19035,'_line_tax','0'),(175865,19035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175866,19035,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(175867,19036,'method_id','advanced_free_shipping'),(175868,19036,'instance_id','0'),(175869,19036,'cost','0'),(175870,19036,'total_tax','0'),(175871,19036,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175872,19037,'_product_id','49'),(175873,19037,'_variation_id','0'),(175874,19037,'_qty','8'),(175875,19037,'_tax_class',''),(175876,19037,'_line_subtotal','669.6'),(175877,19037,'_line_subtotal_tax','0'),(175878,19037,'_line_total','669.6'),(175879,19037,'_line_tax','0'),(175880,19037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175881,19037,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(175882,19037,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(175883,19037,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(175884,19038,'method_id','advanced_free_shipping'),(175885,19038,'instance_id','0'),(175886,19038,'cost','0'),(175887,19038,'total_tax','0'),(175888,19038,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175889,19039,'_product_id','41'),(175890,19039,'_variation_id','0'),(175891,19039,'_qty','1'),(175892,19039,'_tax_class',''),(175893,19039,'_line_subtotal','73.2'),(175894,19039,'_line_subtotal_tax','0'),(175895,19039,'_line_total','73.2'),(175896,19039,'_line_tax','0'),(175897,19039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175898,19039,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(175899,19040,'_product_id','488'),(175900,19040,'_variation_id','0'),(175901,19040,'_qty','1'),(175902,19040,'_tax_class',''),(175903,19040,'_line_subtotal','31.35'),(175904,19040,'_line_subtotal_tax','0'),(175905,19040,'_line_total','31.35'),(175906,19040,'_line_tax','0'),(175907,19040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175908,19040,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(175909,19041,'_product_id','318'),(175910,19041,'_variation_id','0'),(175911,19041,'_qty','3'),(175912,19041,'_tax_class',''),(175913,19041,'_line_subtotal','9'),(175914,19041,'_line_subtotal_tax','0'),(175915,19041,'_line_total','9'),(175916,19041,'_line_tax','0'),(175917,19041,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175918,19041,'_wcms_cart_key','432aca3a1e345e339f35a30c8f65edce'),(175919,19042,'_product_id','137'),(175920,19042,'_variation_id','0'),(175921,19042,'_qty','4'),(175922,19042,'_tax_class',''),(175923,19042,'_line_subtotal','24.2'),(175924,19042,'_line_subtotal_tax','0'),(175925,19042,'_line_total','24.2'),(175926,19042,'_line_tax','0'),(175927,19042,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175928,19042,'_wcms_cart_key','3988c7f88ebcb58c6ce932b957b6f332'),(175929,19043,'method_id','fedex'),(175930,19043,'instance_id','1'),(175931,19043,'cost','14.81'),(175932,19043,'total_tax','0'),(175933,19043,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(175934,19043,'Package 1','17 × 14 × 10 (in) 19.75lbs × 1'),(175935,19043,'Items','Professional Lice Comb(Case of 12) &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Goomee 4 Pack &times; 3, The Wet Brush &times; 4'),(175943,19000,'thwma_order_shipping_status','wc-pending'),(175944,19001,'thwma_order_shipping_status','wc-pending'),(175945,19002,'thwma_order_shipping_status','wc-pending'),(175946,19003,'thwma_order_shipping_status','wc-pending'),(175947,19004,'thwma_order_shipping_status','wc-pending'),(175948,19005,'thwma_order_shipping_status','wc-pending'),(175949,19006,'thwma_order_shipping_status','wc-pending'),(175950,19008,'thwma_order_shipping_status','wc-pending'),(175951,19009,'thwma_order_shipping_status','wc-pending'),(175952,19010,'thwma_order_shipping_status','wc-pending'),(175953,19011,'thwma_order_shipping_status','wc-pending'),(175954,19012,'thwma_order_shipping_status','wc-pending'),(175955,19013,'thwma_order_shipping_status','wc-pending'),(175956,19014,'thwma_order_shipping_status','wc-pending'),(175957,19015,'thwma_order_shipping_status','wc-pending'),(175958,19016,'thwma_order_shipping_status','wc-pending'),(175959,19018,'thwma_order_shipping_status','wc-pending'),(175960,19019,'thwma_order_shipping_status','wc-pending'),(175961,19020,'thwma_order_shipping_status','wc-pending'),(175962,19021,'thwma_order_shipping_status','wc-pending'),(175966,19033,'thwma_order_shipping_status','wc-pending'),(175967,19034,'thwma_order_shipping_status','wc-pending'),(175968,19035,'thwma_order_shipping_status','wc-pending'),(175969,19023,'thwma_order_shipping_status','wc-pending'),(175970,19024,'thwma_order_shipping_status','wc-pending'),(175971,19025,'thwma_order_shipping_status','wc-pending'),(175972,19026,'thwma_order_shipping_status','wc-pending'),(175973,19027,'thwma_order_shipping_status','wc-pending'),(175974,19028,'thwma_order_shipping_status','wc-pending'),(175975,19029,'thwma_order_shipping_status','wc-pending'),(175976,19030,'thwma_order_shipping_status','wc-pending'),(175977,19031,'thwma_order_shipping_status','wc-pending'),(175978,19044,'_product_id','2110'),(175979,19044,'_variation_id','0'),(175980,19044,'_qty','6'),(175981,19044,'_tax_class',''),(175982,19044,'_line_subtotal','428.4'),(175983,19044,'_line_subtotal_tax','0'),(175984,19044,'_line_total','428.4'),(175985,19044,'_line_tax','0'),(175986,19044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175987,19044,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(175988,19045,'_product_id','2113'),(175989,19045,'_variation_id','0'),(175990,19045,'_qty','6'),(175991,19045,'_tax_class',''),(175992,19045,'_line_subtotal','1032'),(175993,19045,'_line_subtotal_tax','0'),(175994,19045,'_line_total','1032'),(175995,19045,'_line_tax','0'),(175996,19045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(175997,19045,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(175998,19046,'method_id','advanced_free_shipping'),(175999,19046,'instance_id','0'),(176000,19046,'cost','0'),(176001,19046,'total_tax','0'),(176002,19046,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176003,19047,'_product_id','2110'),(176004,19047,'_variation_id','0'),(176005,19047,'_qty','6'),(176006,19047,'_tax_class',''),(176007,19047,'_line_subtotal','428.4'),(176008,19047,'_line_subtotal_tax','0'),(176009,19047,'_line_total','428.4'),(176010,19047,'_line_tax','0'),(176011,19047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176012,19048,'_product_id','2113'),(176013,19048,'_variation_id','0'),(176014,19048,'_qty','6'),(176015,19048,'_tax_class',''),(176016,19048,'_line_subtotal','1032'),(176017,19048,'_line_subtotal_tax','0'),(176018,19048,'_line_total','1032'),(176019,19048,'_line_tax','0'),(176020,19048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176021,19049,'method_id','advanced_free_shipping'),(176022,19049,'instance_id',''),(176023,19049,'cost','0'),(176024,19049,'total_tax','0'),(176025,19049,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176026,19050,'_product_id','49'),(176027,19050,'_variation_id','0'),(176028,19050,'_qty','1'),(176029,19050,'_tax_class',''),(176030,19050,'_line_subtotal','90'),(176031,19050,'_line_subtotal_tax','0'),(176032,19050,'_line_total','90'),(176033,19050,'_line_tax','0'),(176034,19050,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176035,19050,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176036,19051,'_product_id','40'),(176037,19051,'_variation_id','0'),(176038,19051,'_qty','1'),(176039,19051,'_tax_class',''),(176040,19051,'_line_subtotal','90'),(176041,19051,'_line_subtotal_tax','0'),(176042,19051,'_line_total','90'),(176043,19051,'_line_tax','0'),(176044,19051,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176045,19051,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(176046,19052,'_product_id','3412'),(176047,19052,'_variation_id','0'),(176048,19052,'_qty','1'),(176049,19052,'_tax_class',''),(176050,19052,'_line_subtotal','90'),(176051,19052,'_line_subtotal_tax','0'),(176052,19052,'_line_total','90'),(176053,19052,'_line_tax','0'),(176054,19052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176055,19052,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(176056,19053,'_product_id','43'),(176057,19053,'_variation_id','0'),(176058,19053,'_qty','1'),(176059,19053,'_tax_class',''),(176060,19053,'_line_subtotal','90'),(176061,19053,'_line_subtotal_tax','0'),(176062,19053,'_line_total','90'),(176063,19053,'_line_tax','0'),(176064,19053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176065,19053,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176066,19054,'_product_id','2113'),(176067,19054,'_variation_id','0'),(176068,19054,'_qty','1'),(176069,19054,'_tax_class',''),(176070,19054,'_line_subtotal','172'),(176071,19054,'_line_subtotal_tax','0'),(176072,19054,'_line_total','172'),(176073,19054,'_line_tax','0'),(176074,19054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176075,19054,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176076,19055,'_product_id','41'),(176077,19055,'_variation_id','0'),(176078,19055,'_qty','1'),(176079,19055,'_tax_class',''),(176080,19055,'_line_subtotal','73.2'),(176081,19055,'_line_subtotal_tax','0'),(176082,19055,'_line_total','73.2'),(176083,19055,'_line_tax','0'),(176084,19055,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176085,19055,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(176086,19056,'_product_id','39'),(176087,19056,'_variation_id','0'),(176088,19056,'_qty','1'),(176089,19056,'_tax_class',''),(176090,19056,'_line_subtotal','90'),(176091,19056,'_line_subtotal_tax','0'),(176092,19056,'_line_total','90'),(176093,19056,'_line_tax','0'),(176094,19056,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176095,19056,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(176096,19057,'_product_id','2110'),(176097,19057,'_variation_id','0'),(176098,19057,'_qty','1'),(176099,19057,'_tax_class',''),(176100,19057,'_line_subtotal','71.4'),(176101,19057,'_line_subtotal_tax','0'),(176102,19057,'_line_total','71.4'),(176103,19057,'_line_tax','0'),(176104,19057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176105,19057,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176106,19058,'method_id','advanced_free_shipping'),(176107,19058,'instance_id','0'),(176108,19058,'cost','0'),(176109,19058,'total_tax','0'),(176110,19058,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176111,19059,'_product_id','487'),(176112,19059,'_variation_id','0'),(176113,19059,'_qty','1'),(176114,19059,'_tax_class',''),(176115,19059,'_line_subtotal','31.35'),(176116,19059,'_line_subtotal_tax','0'),(176117,19059,'_line_total','31.35'),(176118,19059,'_line_tax','0'),(176119,19059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176120,19059,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176121,19060,'_product_id','2110'),(176122,19060,'_variation_id','0'),(176123,19060,'_qty','1'),(176124,19060,'_tax_class',''),(176125,19060,'_line_subtotal','71.4'),(176126,19060,'_line_subtotal_tax','0'),(176127,19060,'_line_total','71.4'),(176128,19060,'_line_tax','0'),(176129,19060,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176130,19060,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176131,19061,'_product_id','43'),(176132,19061,'_variation_id','0'),(176133,19061,'_qty','2'),(176134,19061,'_tax_class',''),(176135,19061,'_line_subtotal','180'),(176136,19061,'_line_subtotal_tax','0'),(176137,19061,'_line_total','180'),(176138,19061,'_line_tax','0'),(176139,19061,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176140,19061,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176141,19062,'_product_id','45'),(176142,19062,'_variation_id','0'),(176143,19062,'_qty','1'),(176144,19062,'_tax_class',''),(176145,19062,'_line_subtotal','50'),(176146,19062,'_line_subtotal_tax','0'),(176147,19062,'_line_total','50'),(176148,19062,'_line_tax','0'),(176149,19062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176150,19062,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176151,19063,'_product_id','120'),(176152,19063,'_variation_id','0'),(176153,19063,'_qty','1'),(176154,19063,'_tax_class',''),(176155,19063,'_line_subtotal','63'),(176156,19063,'_line_subtotal_tax','0'),(176157,19063,'_line_total','63'),(176158,19063,'_line_tax','0'),(176159,19063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176160,19063,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(176161,19064,'_product_id','3412'),(176162,19064,'_variation_id','0'),(176163,19064,'_qty','1'),(176164,19064,'_tax_class',''),(176165,19064,'_line_subtotal','90'),(176166,19064,'_line_subtotal_tax','0'),(176167,19064,'_line_total','90'),(176168,19064,'_line_tax','0'),(176169,19064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176170,19064,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(176171,19065,'_product_id','49'),(176172,19065,'_variation_id','0'),(176173,19065,'_qty','1'),(176174,19065,'_tax_class',''),(176175,19065,'_line_subtotal','90'),(176176,19065,'_line_subtotal_tax','0'),(176177,19065,'_line_total','90'),(176178,19065,'_line_tax','0'),(176179,19065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176180,19065,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176181,19066,'method_id','advanced_free_shipping'),(176182,19066,'instance_id','0'),(176183,19066,'cost','0'),(176184,19066,'total_tax','0'),(176185,19066,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176223,19071,'_product_id','487'),(176224,19071,'_variation_id','0'),(176225,19071,'_qty','2'),(176226,19071,'_tax_class',''),(176227,19071,'_line_subtotal','62.7'),(176228,19071,'_line_subtotal_tax','0'),(176229,19071,'_line_total','62.7'),(176230,19071,'_line_tax','0'),(176231,19071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176232,19071,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176233,19072,'_product_id','3696'),(176234,19072,'_variation_id','0'),(176235,19072,'_qty','1'),(176236,19072,'_tax_class',''),(176237,19072,'_line_subtotal','68.5'),(176238,19072,'_line_subtotal_tax','0'),(176239,19072,'_line_total','68.5'),(176240,19072,'_line_tax','0'),(176241,19072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176242,19072,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176243,19073,'_product_id','42'),(176244,19073,'_variation_id','0'),(176245,19073,'_qty','1'),(176246,19073,'_tax_class',''),(176247,19073,'_line_subtotal','90'),(176248,19073,'_line_subtotal_tax','0'),(176249,19073,'_line_total','90'),(176250,19073,'_line_tax','0'),(176251,19073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176252,19073,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(176253,19074,'method_id','fedex'),(176254,19074,'instance_id','1'),(176255,19074,'cost','15.75'),(176256,19074,'total_tax','0'),(176257,19074,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176258,19074,'Package 1','17 × 14 × 10 (in) 30.6lbs × 1'),(176259,19074,'Items','Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(176260,19075,'_product_id','49'),(176261,19075,'_variation_id','0'),(176262,19075,'_qty','2'),(176263,19075,'_tax_class',''),(176264,19075,'_line_subtotal','180'),(176265,19075,'_line_subtotal_tax','0'),(176266,19075,'_line_total','180'),(176267,19075,'_line_tax','0'),(176268,19075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176269,19075,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176270,19076,'_product_id','45'),(176271,19076,'_variation_id','0'),(176272,19076,'_qty','3'),(176273,19076,'_tax_class',''),(176274,19076,'_line_subtotal','150'),(176275,19076,'_line_subtotal_tax','0'),(176276,19076,'_line_total','150'),(176277,19076,'_line_tax','0'),(176278,19076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176279,19076,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176280,19077,'_product_id','3696'),(176281,19077,'_variation_id','0'),(176282,19077,'_qty','3'),(176283,19077,'_tax_class',''),(176284,19077,'_line_subtotal','205.5'),(176285,19077,'_line_subtotal_tax','0'),(176286,19077,'_line_total','205.5'),(176287,19077,'_line_tax','0'),(176288,19077,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176289,19077,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176290,19078,'_product_id','487'),(176291,19078,'_variation_id','0'),(176292,19078,'_qty','2'),(176293,19078,'_tax_class',''),(176294,19078,'_line_subtotal','62.7'),(176295,19078,'_line_subtotal_tax','0'),(176296,19078,'_line_total','62.7'),(176297,19078,'_line_tax','0'),(176298,19078,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176299,19078,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176300,19079,'_product_id','488'),(176301,19079,'_variation_id','0'),(176302,19079,'_qty','2'),(176303,19079,'_tax_class',''),(176304,19079,'_line_subtotal','62.7'),(176305,19079,'_line_subtotal_tax','0'),(176306,19079,'_line_total','62.7'),(176307,19079,'_line_tax','0'),(176308,19079,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176309,19079,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(176310,19080,'_product_id','3499'),(176311,19080,'_variation_id','0'),(176312,19080,'_qty','1'),(176313,19080,'_tax_class',''),(176314,19080,'_line_subtotal','142.8'),(176315,19080,'_line_subtotal_tax','0'),(176316,19080,'_line_total','142.8'),(176317,19080,'_line_tax','0'),(176318,19080,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176319,19080,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(176320,19081,'_product_id','3362'),(176321,19081,'_variation_id','0'),(176322,19081,'_qty','1'),(176323,19081,'_tax_class',''),(176324,19081,'_line_subtotal','75'),(176325,19081,'_line_subtotal_tax','0'),(176326,19081,'_line_total','75'),(176327,19081,'_line_tax','0'),(176328,19081,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176329,19081,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(176330,19082,'method_id','advanced_free_shipping'),(176331,19082,'instance_id','0'),(176332,19082,'cost','0'),(176333,19082,'total_tax','0'),(176334,19082,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176335,19083,'_product_id','3412'),(176336,19083,'_variation_id','0'),(176337,19083,'_qty','1'),(176338,19083,'_tax_class',''),(176339,19083,'_line_subtotal','90'),(176340,19083,'_line_subtotal_tax','0'),(176341,19083,'_line_total','90'),(176342,19083,'_line_tax','0'),(176343,19083,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176344,19083,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(176345,19084,'_product_id','41'),(176346,19084,'_variation_id','0'),(176347,19084,'_qty','1'),(176348,19084,'_tax_class',''),(176349,19084,'_line_subtotal','73.2'),(176350,19084,'_line_subtotal_tax','0'),(176351,19084,'_line_total','73.2'),(176352,19084,'_line_tax','0'),(176353,19084,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176354,19084,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(176355,19085,'_product_id','45'),(176356,19085,'_variation_id','0'),(176357,19085,'_qty','1'),(176358,19085,'_tax_class',''),(176359,19085,'_line_subtotal','50'),(176360,19085,'_line_subtotal_tax','0'),(176361,19085,'_line_total','50'),(176362,19085,'_line_tax','0'),(176363,19085,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176364,19085,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176365,19086,'_product_id','2408'),(176366,19086,'_variation_id','0'),(176367,19086,'_qty','2'),(176368,19086,'_tax_class',''),(176369,19086,'_line_subtotal','340'),(176370,19086,'_line_subtotal_tax','0'),(176371,19086,'_line_total','340'),(176372,19086,'_line_tax','0'),(176373,19086,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176374,19086,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(176375,19087,'_product_id','2400'),(176376,19087,'_variation_id','0'),(176377,19087,'_qty','1'),(176378,19087,'_tax_class',''),(176379,19087,'_line_subtotal','215'),(176380,19087,'_line_subtotal_tax','0'),(176381,19087,'_line_total','215'),(176382,19087,'_line_tax','0'),(176383,19087,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176384,19087,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(176385,19088,'_product_id','49'),(176386,19088,'_variation_id','0'),(176387,19088,'_qty','1'),(176388,19088,'_tax_class',''),(176389,19088,'_line_subtotal','90'),(176390,19088,'_line_subtotal_tax','0'),(176391,19088,'_line_total','90'),(176392,19088,'_line_tax','0'),(176393,19088,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176394,19088,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176395,19089,'_product_id','43'),(176396,19089,'_variation_id','0'),(176397,19089,'_qty','1'),(176398,19089,'_tax_class',''),(176399,19089,'_line_subtotal','90'),(176400,19089,'_line_subtotal_tax','0'),(176401,19089,'_line_total','90'),(176402,19089,'_line_tax','0'),(176403,19089,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176404,19089,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176405,19090,'_product_id','3696'),(176406,19090,'_variation_id','0'),(176407,19090,'_qty','1'),(176408,19090,'_tax_class',''),(176409,19090,'_line_subtotal','68.5'),(176410,19090,'_line_subtotal_tax','0'),(176411,19090,'_line_total','68.5'),(176412,19090,'_line_tax','0'),(176413,19090,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176414,19090,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176415,19091,'_product_id','487'),(176416,19091,'_variation_id','0'),(176417,19091,'_qty','1'),(176418,19091,'_tax_class',''),(176419,19091,'_line_subtotal','31.35'),(176420,19091,'_line_subtotal_tax','0'),(176421,19091,'_line_total','31.35'),(176422,19091,'_line_tax','0'),(176423,19091,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176424,19091,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176425,19092,'method_id','advanced_free_shipping'),(176426,19092,'instance_id','0'),(176427,19092,'cost','0'),(176428,19092,'total_tax','0'),(176429,19092,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176430,19093,'_product_id','2110'),(176431,19093,'_variation_id','0'),(176432,19093,'_qty','2'),(176433,19093,'_tax_class',''),(176434,19093,'_line_subtotal','142.8'),(176435,19093,'_line_subtotal_tax','0'),(176436,19093,'_line_total','142.8'),(176437,19093,'_line_tax','0'),(176438,19093,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176439,19093,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176440,19094,'_product_id','2113'),(176441,19094,'_variation_id','0'),(176442,19094,'_qty','1'),(176443,19094,'_tax_class',''),(176444,19094,'_line_subtotal','172'),(176445,19094,'_line_subtotal_tax','0'),(176446,19094,'_line_total','172'),(176447,19094,'_line_tax','0'),(176448,19094,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176449,19094,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176450,19095,'_product_id','41'),(176451,19095,'_variation_id','0'),(176452,19095,'_qty','2'),(176453,19095,'_tax_class',''),(176454,19095,'_line_subtotal','146.4'),(176455,19095,'_line_subtotal_tax','0'),(176456,19095,'_line_total','146.4'),(176457,19095,'_line_tax','0'),(176458,19095,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176459,19095,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(176460,19096,'_product_id','49'),(176461,19096,'_variation_id','0'),(176462,19096,'_qty','2'),(176463,19096,'_tax_class',''),(176464,19096,'_line_subtotal','180'),(176465,19096,'_line_subtotal_tax','0'),(176466,19096,'_line_total','180'),(176467,19096,'_line_tax','0'),(176468,19096,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176469,19096,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176470,19097,'_product_id','43'),(176471,19097,'_variation_id','0'),(176472,19097,'_qty','2'),(176473,19097,'_tax_class',''),(176474,19097,'_line_subtotal','180'),(176475,19097,'_line_subtotal_tax','0'),(176476,19097,'_line_total','180'),(176477,19097,'_line_tax','0'),(176478,19097,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176479,19097,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176480,19098,'_product_id','3499'),(176481,19098,'_variation_id','0'),(176482,19098,'_qty','1'),(176483,19098,'_tax_class',''),(176484,19098,'_line_subtotal','142.8'),(176485,19098,'_line_subtotal_tax','0'),(176486,19098,'_line_total','142.8'),(176487,19098,'_line_tax','0'),(176488,19098,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176489,19098,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(176490,19099,'_product_id','490'),(176491,19099,'_variation_id','0'),(176492,19099,'_qty','7'),(176493,19099,'_tax_class',''),(176494,19099,'_line_subtotal','137.2'),(176495,19099,'_line_subtotal_tax','0'),(176496,19099,'_line_total','137.2'),(176497,19099,'_line_tax','0'),(176498,19099,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176499,19099,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(176500,19100,'method_id','advanced_free_shipping'),(176501,19100,'instance_id','0'),(176502,19100,'cost','0'),(176503,19100,'total_tax','0'),(176504,19100,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176505,19101,'_product_id','2110'),(176506,19101,'_variation_id','0'),(176507,19101,'_qty','5'),(176508,19101,'_tax_class',''),(176509,19101,'_line_subtotal','357'),(176510,19101,'_line_subtotal_tax','0'),(176511,19101,'_line_total','357'),(176512,19101,'_line_tax','0'),(176513,19101,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176514,19101,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176515,19102,'_product_id','2113'),(176516,19102,'_variation_id','0'),(176517,19102,'_qty','2'),(176518,19102,'_tax_class',''),(176519,19102,'_line_subtotal','344'),(176520,19102,'_line_subtotal_tax','0'),(176521,19102,'_line_total','344'),(176522,19102,'_line_tax','0'),(176523,19102,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176524,19102,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176525,19103,'_product_id','2408'),(176526,19103,'_variation_id','0'),(176527,19103,'_qty','3'),(176528,19103,'_tax_class',''),(176529,19103,'_line_subtotal','510'),(176530,19103,'_line_subtotal_tax','0'),(176531,19103,'_line_total','510'),(176532,19103,'_line_tax','0'),(176533,19103,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176534,19103,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(176535,19104,'_product_id','43'),(176536,19104,'_variation_id','0'),(176537,19104,'_qty','4'),(176538,19104,'_tax_class',''),(176539,19104,'_line_subtotal','360'),(176540,19104,'_line_subtotal_tax','0'),(176541,19104,'_line_total','360'),(176542,19104,'_line_tax','0'),(176543,19104,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176544,19104,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176545,19105,'_product_id','487'),(176546,19105,'_variation_id','0'),(176547,19105,'_qty','4'),(176548,19105,'_tax_class',''),(176549,19105,'_line_subtotal','125.4'),(176550,19105,'_line_subtotal_tax','0'),(176551,19105,'_line_total','125.4'),(176552,19105,'_line_tax','0'),(176553,19105,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176554,19105,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176555,19106,'_product_id','490'),(176556,19106,'_variation_id','0'),(176557,19106,'_qty','40'),(176558,19106,'_tax_class',''),(176559,19106,'_line_subtotal','784'),(176560,19106,'_line_subtotal_tax','0'),(176561,19106,'_line_total','784'),(176562,19106,'_line_tax','0'),(176563,19106,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176564,19106,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(176565,19107,'_product_id','45'),(176566,19107,'_variation_id','0'),(176567,19107,'_qty','8'),(176568,19107,'_tax_class',''),(176569,19107,'_line_subtotal','372'),(176570,19107,'_line_subtotal_tax','0'),(176571,19107,'_line_total','372'),(176572,19107,'_line_tax','0'),(176573,19107,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176574,19107,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(176575,19107,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(176576,19107,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176577,19108,'method_id','advanced_free_shipping'),(176578,19108,'instance_id','0'),(176579,19108,'cost','0'),(176580,19108,'total_tax','0'),(176581,19108,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176582,19109,'_product_id','487'),(176583,19109,'_variation_id','0'),(176584,19109,'_qty','2'),(176585,19109,'_tax_class',''),(176586,19109,'_line_subtotal','62.7'),(176587,19109,'_line_subtotal_tax','0'),(176588,19109,'_line_total','62.7'),(176589,19109,'_line_tax','0'),(176590,19109,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176591,19109,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176592,19110,'_product_id','3696'),(176593,19110,'_variation_id','0'),(176594,19110,'_qty','1'),(176595,19110,'_tax_class',''),(176596,19110,'_line_subtotal','68.5'),(176597,19110,'_line_subtotal_tax','0'),(176598,19110,'_line_total','68.5'),(176599,19110,'_line_tax','0'),(176600,19110,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176601,19110,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176602,19111,'_product_id','42'),(176603,19111,'_variation_id','0'),(176604,19111,'_qty','1'),(176605,19111,'_tax_class',''),(176606,19111,'_line_subtotal','90'),(176607,19111,'_line_subtotal_tax','0'),(176608,19111,'_line_total','90'),(176609,19111,'_line_tax','0'),(176610,19111,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176611,19111,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(176612,19112,'method_id','fedex'),(176613,19112,'instance_id','1'),(176614,19112,'cost','15.75'),(176615,19112,'total_tax','0'),(176616,19112,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176617,19112,'Package 1','17 × 14 × 10 (in) 30.6lbs × 1'),(176618,19112,'Items','Bulk Mousse 1 Gallon RM &times; 2, Bulk Active Rinse 100% 1 Gallon &times; 1, Comb-Out Mousse(Case of 12) &times; 1'),(176619,19039,'thwma_order_shipping_status','wc-pending'),(176620,19040,'thwma_order_shipping_status','wc-pending'),(176621,19041,'thwma_order_shipping_status','wc-pending'),(176622,19042,'thwma_order_shipping_status','wc-pending'),(176623,19044,'thwma_order_shipping_status','wc-pending'),(176624,19045,'thwma_order_shipping_status','wc-pending'),(176625,19083,'thwma_order_shipping_status','wc-pending'),(176626,19084,'thwma_order_shipping_status','wc-pending'),(176627,19085,'thwma_order_shipping_status','wc-pending'),(176628,19086,'thwma_order_shipping_status','wc-pending'),(176629,19087,'thwma_order_shipping_status','wc-pending'),(176630,19088,'thwma_order_shipping_status','wc-pending'),(176631,19089,'thwma_order_shipping_status','wc-pending'),(176632,19090,'thwma_order_shipping_status','wc-pending'),(176633,19091,'thwma_order_shipping_status','wc-pending'),(176634,19101,'thwma_order_shipping_status','wc-pending'),(176635,19102,'thwma_order_shipping_status','wc-pending'),(176636,19103,'thwma_order_shipping_status','wc-pending'),(176637,19104,'thwma_order_shipping_status','wc-pending'),(176638,19105,'thwma_order_shipping_status','wc-pending'),(176639,19106,'thwma_order_shipping_status','wc-pending'),(176640,19107,'thwma_order_shipping_status','wc-pending'),(176641,19109,'thwma_order_shipping_status','wc-pending'),(176642,19110,'thwma_order_shipping_status','wc-pending'),(176643,19111,'thwma_order_shipping_status','wc-pending'),(176644,19113,'_product_id','2110'),(176645,19113,'_variation_id','0'),(176646,19113,'_qty','1'),(176647,19113,'_tax_class',''),(176648,19113,'_line_subtotal','71.4'),(176649,19113,'_line_subtotal_tax','0'),(176650,19113,'_line_total','71.4'),(176651,19113,'_line_tax','0'),(176652,19113,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176653,19113,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176654,19114,'_product_id','2113'),(176655,19114,'_variation_id','0'),(176656,19114,'_qty','1'),(176657,19114,'_tax_class',''),(176658,19114,'_line_subtotal','172'),(176659,19114,'_line_subtotal_tax','0'),(176660,19114,'_line_total','172'),(176661,19114,'_line_tax','0'),(176662,19114,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176663,19114,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176664,19115,'_product_id','3412'),(176665,19115,'_variation_id','0'),(176666,19115,'_qty','1'),(176667,19115,'_tax_class',''),(176668,19115,'_line_subtotal','90'),(176669,19115,'_line_subtotal_tax','0'),(176670,19115,'_line_total','90'),(176671,19115,'_line_tax','0'),(176672,19115,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176673,19115,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(176674,19116,'_product_id','45'),(176675,19116,'_variation_id','0'),(176676,19116,'_qty','2'),(176677,19116,'_tax_class',''),(176678,19116,'_line_subtotal','100'),(176679,19116,'_line_subtotal_tax','0'),(176680,19116,'_line_total','100'),(176681,19116,'_line_tax','0'),(176682,19116,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176683,19116,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176684,19117,'_product_id','49'),(176685,19117,'_variation_id','0'),(176686,19117,'_qty','1'),(176687,19117,'_tax_class',''),(176688,19117,'_line_subtotal','90'),(176689,19117,'_line_subtotal_tax','0'),(176690,19117,'_line_total','90'),(176691,19117,'_line_tax','0'),(176692,19117,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176693,19117,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176694,19118,'_product_id','3360'),(176695,19118,'_variation_id','0'),(176696,19118,'_qty','2'),(176697,19118,'_tax_class',''),(176698,19118,'_line_subtotal','296'),(176699,19118,'_line_subtotal_tax','0'),(176700,19118,'_line_total','296'),(176701,19118,'_line_tax','0'),(176702,19118,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176703,19118,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(176704,19119,'_product_id','3696'),(176705,19119,'_variation_id','0'),(176706,19119,'_qty','2'),(176707,19119,'_tax_class',''),(176708,19119,'_line_subtotal','137'),(176709,19119,'_line_subtotal_tax','0'),(176710,19119,'_line_total','137'),(176711,19119,'_line_tax','0'),(176712,19119,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176713,19119,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176714,19120,'_product_id','488'),(176715,19120,'_variation_id','0'),(176716,19120,'_qty','1'),(176717,19120,'_tax_class',''),(176718,19120,'_line_subtotal','31.35'),(176719,19120,'_line_subtotal_tax','0'),(176720,19120,'_line_total','31.35'),(176721,19120,'_line_tax','0'),(176722,19120,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176723,19120,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(176724,19121,'_product_id','487'),(176725,19121,'_variation_id','0'),(176726,19121,'_qty','1'),(176727,19121,'_tax_class',''),(176728,19121,'_line_subtotal','31.35'),(176729,19121,'_line_subtotal_tax','0'),(176730,19121,'_line_total','31.35'),(176731,19121,'_line_tax','0'),(176732,19121,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176733,19121,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176734,19122,'method_id','advanced_free_shipping'),(176735,19122,'instance_id','0'),(176736,19122,'cost','0'),(176737,19122,'total_tax','0'),(176738,19122,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176739,19123,'_product_id','3499'),(176740,19123,'_variation_id','0'),(176741,19123,'_qty','1'),(176742,19123,'_tax_class',''),(176743,19123,'_line_subtotal','142.8'),(176744,19123,'_line_subtotal_tax','0'),(176745,19123,'_line_total','142.8'),(176746,19123,'_line_tax','0'),(176747,19123,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176748,19123,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(176749,19124,'_product_id','488'),(176750,19124,'_variation_id','0'),(176751,19124,'_qty','1'),(176752,19124,'_tax_class',''),(176753,19124,'_line_subtotal','31.35'),(176754,19124,'_line_subtotal_tax','0'),(176755,19124,'_line_total','31.35'),(176756,19124,'_line_tax','0'),(176757,19124,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176758,19124,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(176759,19125,'_product_id','487'),(176760,19125,'_variation_id','0'),(176761,19125,'_qty','2'),(176762,19125,'_tax_class',''),(176763,19125,'_line_subtotal','62.7'),(176764,19125,'_line_subtotal_tax','0'),(176765,19125,'_line_total','62.7'),(176766,19125,'_line_tax','0'),(176767,19125,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176768,19125,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(176769,19126,'_product_id','3696'),(176770,19126,'_variation_id','0'),(176771,19126,'_qty','3'),(176772,19126,'_tax_class',''),(176773,19126,'_line_subtotal','205.5'),(176774,19126,'_line_subtotal_tax','0'),(176775,19126,'_line_total','205.5'),(176776,19126,'_line_tax','0'),(176777,19126,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176778,19126,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(176779,19127,'_product_id','39'),(176780,19127,'_variation_id','0'),(176781,19127,'_qty','1'),(176782,19127,'_tax_class',''),(176783,19127,'_line_subtotal','90'),(176784,19127,'_line_subtotal_tax','0'),(176785,19127,'_line_total','90'),(176786,19127,'_line_tax','0'),(176787,19127,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176788,19127,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(176789,19128,'_product_id','43'),(176790,19128,'_variation_id','0'),(176791,19128,'_qty','2'),(176792,19128,'_tax_class',''),(176793,19128,'_line_subtotal','180'),(176794,19128,'_line_subtotal_tax','0'),(176795,19128,'_line_total','180'),(176796,19128,'_line_tax','0'),(176797,19128,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176798,19128,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(176799,19129,'_product_id','44'),(176800,19129,'_variation_id','0'),(176801,19129,'_qty','2'),(176802,19129,'_tax_class',''),(176803,19129,'_line_subtotal','276'),(176804,19129,'_line_subtotal_tax','0'),(176805,19129,'_line_total','276'),(176806,19129,'_line_tax','0'),(176807,19129,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176808,19129,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(176809,19130,'method_id','advanced_free_shipping'),(176810,19130,'instance_id','0'),(176811,19130,'cost','0'),(176812,19130,'total_tax','0'),(176813,19130,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176814,19050,'thwma_order_shipping_status','wc-pending'),(176815,19051,'thwma_order_shipping_status','wc-pending'),(176816,19052,'thwma_order_shipping_status','wc-pending'),(176817,19053,'thwma_order_shipping_status','wc-pending'),(176818,19054,'thwma_order_shipping_status','wc-pending'),(176819,19055,'thwma_order_shipping_status','wc-pending'),(176820,19056,'thwma_order_shipping_status','wc-pending'),(176821,19057,'thwma_order_shipping_status','wc-pending'),(176822,19059,'thwma_order_shipping_status','wc-pending'),(176823,19060,'thwma_order_shipping_status','wc-pending'),(176824,19061,'thwma_order_shipping_status','wc-pending'),(176825,19062,'thwma_order_shipping_status','wc-pending'),(176826,19063,'thwma_order_shipping_status','wc-pending'),(176827,19064,'thwma_order_shipping_status','wc-pending'),(176828,19065,'thwma_order_shipping_status','wc-pending'),(176829,19075,'thwma_order_shipping_status','wc-pending'),(176830,19076,'thwma_order_shipping_status','wc-pending'),(176831,19077,'thwma_order_shipping_status','wc-pending'),(176832,19078,'thwma_order_shipping_status','wc-pending'),(176833,19079,'thwma_order_shipping_status','wc-pending'),(176834,19080,'thwma_order_shipping_status','wc-pending'),(176835,19081,'thwma_order_shipping_status','wc-pending'),(176836,19093,'thwma_order_shipping_status','wc-pending'),(176837,19094,'thwma_order_shipping_status','wc-pending'),(176838,19095,'thwma_order_shipping_status','wc-pending'),(176839,19096,'thwma_order_shipping_status','wc-pending'),(176840,19097,'thwma_order_shipping_status','wc-pending'),(176841,19098,'thwma_order_shipping_status','wc-pending'),(176842,19099,'thwma_order_shipping_status','wc-pending'),(176843,19131,'_product_id','2110'),(176844,19131,'_variation_id','0'),(176845,19131,'_qty','15'),(176846,19131,'_tax_class',''),(176847,19131,'_line_subtotal','996.03'),(176848,19131,'_line_subtotal_tax','0'),(176849,19131,'_line_total','996.03'),(176850,19131,'_line_tax','0'),(176851,19131,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176852,19131,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(176853,19131,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:74.969999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:74.969999999999999;s:15:\"is_free_product\";b:0;}'),(176854,19131,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176855,19132,'_product_id','2113'),(176856,19132,'_variation_id','0'),(176857,19132,'_qty','8'),(176858,19132,'_tax_class',''),(176859,19132,'_line_subtotal','1279.68'),(176860,19132,'_line_subtotal_tax','0'),(176861,19132,'_line_total','1279.68'),(176862,19132,'_line_tax','0'),(176863,19132,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176864,19132,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(176865,19132,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:96.319999999999993;s:34:\"saved_amount_based_on_tax_settings\";d:96.319999999999993;s:15:\"is_free_product\";b:0;}'),(176866,19132,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176867,19133,'_product_id','49'),(176868,19133,'_variation_id','0'),(176869,19133,'_qty','15'),(176870,19133,'_tax_class',''),(176871,19133,'_line_subtotal','1255.5'),(176872,19133,'_line_subtotal_tax','0'),(176873,19133,'_line_total','1255.5'),(176874,19133,'_line_tax','0'),(176875,19133,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176876,19133,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(176877,19133,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(176878,19133,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(176879,19134,'method_id','advanced_free_shipping'),(176880,19134,'instance_id','0'),(176881,19134,'cost','0'),(176882,19134,'total_tax','0'),(176883,19134,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176884,19135,'_product_id','41'),(176885,19135,'_variation_id','0'),(176886,19135,'_qty','7'),(176887,19135,'_tax_class',''),(176888,19135,'_line_subtotal','512.4'),(176889,19135,'_line_subtotal_tax','0'),(176890,19135,'_line_total','512.4'),(176891,19135,'_line_tax','0'),(176892,19135,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176893,19135,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(176894,19136,'_product_id','3499'),(176895,19136,'_variation_id','0'),(176896,19136,'_qty','3'),(176897,19136,'_tax_class',''),(176898,19136,'_line_subtotal','428.4'),(176899,19136,'_line_subtotal_tax','0'),(176900,19136,'_line_total','428.4'),(176901,19136,'_line_tax','0'),(176902,19136,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176903,19136,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(176904,19137,'method_id','advanced_free_shipping'),(176905,19137,'instance_id','0'),(176906,19137,'cost','0'),(176907,19137,'total_tax','0'),(176908,19137,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176909,19138,'_product_id','490'),(176910,19138,'_variation_id','0'),(176911,19138,'_qty','5'),(176912,19138,'_tax_class',''),(176913,19138,'_line_subtotal','98'),(176914,19138,'_line_subtotal_tax','0'),(176915,19138,'_line_total','98'),(176916,19138,'_line_tax','0'),(176917,19138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176918,19138,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(176919,19139,'_product_id','2110'),(176920,19139,'_variation_id','0'),(176921,19139,'_qty','3'),(176922,19139,'_tax_class',''),(176923,19139,'_line_subtotal','214.2'),(176924,19139,'_line_subtotal_tax','0'),(176925,19139,'_line_total','214.2'),(176926,19139,'_line_tax','0'),(176927,19139,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176928,19139,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(176929,19140,'_product_id','2113'),(176930,19140,'_variation_id','0'),(176931,19140,'_qty','2'),(176932,19140,'_tax_class',''),(176933,19140,'_line_subtotal','344'),(176934,19140,'_line_subtotal_tax','0'),(176935,19140,'_line_total','344'),(176936,19140,'_line_tax','0'),(176937,19140,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176938,19140,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(176939,19141,'_product_id','39'),(176940,19141,'_variation_id','0'),(176941,19141,'_qty','2'),(176942,19141,'_tax_class',''),(176943,19141,'_line_subtotal','180'),(176944,19141,'_line_subtotal_tax','0'),(176945,19141,'_line_total','180'),(176946,19141,'_line_tax','0'),(176947,19141,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176948,19141,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(176949,19142,'_product_id','45'),(176950,19142,'_variation_id','0'),(176951,19142,'_qty','2'),(176952,19142,'_tax_class',''),(176953,19142,'_line_subtotal','100'),(176954,19142,'_line_subtotal_tax','0'),(176955,19142,'_line_total','100'),(176956,19142,'_line_tax','0'),(176957,19142,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176958,19142,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(176959,19143,'_product_id','2408'),(176960,19143,'_variation_id','0'),(176961,19143,'_qty','3'),(176962,19143,'_tax_class',''),(176963,19143,'_line_subtotal','510'),(176964,19143,'_line_subtotal_tax','0'),(176965,19143,'_line_total','510'),(176966,19143,'_line_tax','0'),(176967,19143,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(176968,19143,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(176969,19144,'method_id','advanced_free_shipping'),(176970,19144,'instance_id','0'),(176971,19144,'cost','0'),(176972,19144,'total_tax','0'),(176973,19144,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(176999,19148,'_product_id','2110'),(177000,19148,'_variation_id','0'),(177001,19148,'_qty','4'),(177002,19148,'_tax_class',''),(177003,19148,'_line_subtotal','285.6'),(177004,19148,'_line_subtotal_tax','0'),(177005,19148,'_line_total','285.6'),(177006,19148,'_line_tax','0'),(177007,19148,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177008,19148,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177009,19149,'_product_id','3696'),(177010,19149,'_variation_id','0'),(177011,19149,'_qty','4'),(177012,19149,'_tax_class',''),(177013,19149,'_line_subtotal','274'),(177014,19149,'_line_subtotal_tax','0'),(177015,19149,'_line_total','274'),(177016,19149,'_line_tax','0'),(177017,19149,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177018,19149,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177019,19150,'method_id','advanced_free_shipping'),(177020,19150,'instance_id','0'),(177021,19150,'cost','0'),(177022,19150,'total_tax','0'),(177023,19150,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177024,19151,'_product_id','43'),(177025,19151,'_variation_id','0'),(177026,19151,'_qty','2'),(177027,19151,'_tax_class',''),(177028,19151,'_line_subtotal','180'),(177029,19151,'_line_subtotal_tax','0'),(177030,19151,'_line_total','180'),(177031,19151,'_line_tax','0'),(177032,19151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177033,19151,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(177034,19152,'_product_id','2110'),(177035,19152,'_variation_id','0'),(177036,19152,'_qty','2'),(177037,19152,'_tax_class',''),(177038,19152,'_line_subtotal','142.8'),(177039,19152,'_line_subtotal_tax','0'),(177040,19152,'_line_total','142.8'),(177041,19152,'_line_tax','0'),(177042,19152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177043,19152,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177044,19153,'_product_id','3476'),(177045,19153,'_variation_id','0'),(177046,19153,'_qty','1'),(177047,19153,'_tax_class',''),(177048,19153,'_line_subtotal','76.2'),(177049,19153,'_line_subtotal_tax','0'),(177050,19153,'_line_total','76.2'),(177051,19153,'_line_tax','0'),(177052,19153,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177053,19153,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(177054,19154,'_product_id','41'),(177055,19154,'_variation_id','0'),(177056,19154,'_qty','1'),(177057,19154,'_tax_class',''),(177058,19154,'_line_subtotal','73.2'),(177059,19154,'_line_subtotal_tax','0'),(177060,19154,'_line_total','73.2'),(177061,19154,'_line_tax','0'),(177062,19154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177063,19154,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177064,19155,'_product_id','49'),(177065,19155,'_variation_id','0'),(177066,19155,'_qty','1'),(177067,19155,'_tax_class',''),(177068,19155,'_line_subtotal','90'),(177069,19155,'_line_subtotal_tax','0'),(177070,19155,'_line_total','90'),(177071,19155,'_line_tax','0'),(177072,19155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177073,19155,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177074,19156,'_product_id','3696'),(177075,19156,'_variation_id','0'),(177076,19156,'_qty','2'),(177077,19156,'_tax_class',''),(177078,19156,'_line_subtotal','137'),(177079,19156,'_line_subtotal_tax','0'),(177080,19156,'_line_total','137'),(177081,19156,'_line_tax','0'),(177082,19156,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177083,19156,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177084,19157,'_product_id','488'),(177085,19157,'_variation_id','0'),(177086,19157,'_qty','1'),(177087,19157,'_tax_class',''),(177088,19157,'_line_subtotal','31.35'),(177089,19157,'_line_subtotal_tax','0'),(177090,19157,'_line_total','31.35'),(177091,19157,'_line_tax','0'),(177092,19157,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177093,19157,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(177094,19158,'method_id','advanced_free_shipping'),(177095,19158,'instance_id','0'),(177096,19158,'cost','0'),(177097,19158,'total_tax','0'),(177098,19158,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177099,19159,'_product_id','40'),(177100,19159,'_variation_id','0'),(177101,19159,'_qty','1'),(177102,19159,'_tax_class',''),(177103,19159,'_line_subtotal','90'),(177104,19159,'_line_subtotal_tax','0'),(177105,19159,'_line_total','90'),(177106,19159,'_line_tax','0'),(177107,19159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177108,19159,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(177109,19160,'_product_id','3696'),(177110,19160,'_variation_id','0'),(177111,19160,'_qty','1'),(177112,19160,'_tax_class',''),(177113,19160,'_line_subtotal','68.5'),(177114,19160,'_line_subtotal_tax','0'),(177115,19160,'_line_total','68.5'),(177116,19160,'_line_tax','0'),(177117,19160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177118,19160,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177119,19161,'_product_id','488'),(177120,19161,'_variation_id','0'),(177121,19161,'_qty','1'),(177122,19161,'_tax_class',''),(177123,19161,'_line_subtotal','31.35'),(177124,19161,'_line_subtotal_tax','0'),(177125,19161,'_line_total','31.35'),(177126,19161,'_line_tax','0'),(177127,19161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177128,19161,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(177129,19162,'_product_id','3412'),(177130,19162,'_variation_id','0'),(177131,19162,'_qty','1'),(177132,19162,'_tax_class',''),(177133,19162,'_line_subtotal','90'),(177134,19162,'_line_subtotal_tax','0'),(177135,19162,'_line_total','90'),(177136,19162,'_line_tax','0'),(177137,19162,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177138,19162,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(177139,19163,'method_id','fedex'),(177140,19163,'instance_id','1'),(177141,19163,'cost','19.73'),(177142,19163,'total_tax','0'),(177143,19163,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177144,19163,'Package 1','17 × 14 × 10 (in) 30.2lbs × 1'),(177145,19163,'Items','Preventive Conditioner 8oz(Case of 12) &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 1, Bulk Detangling Spray 1 Gallon RM &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 1'),(177146,19123,'thwma_order_shipping_status','wc-pending'),(177147,19124,'thwma_order_shipping_status','wc-pending'),(177148,19125,'thwma_order_shipping_status','wc-pending'),(177149,19126,'thwma_order_shipping_status','wc-pending'),(177150,19127,'thwma_order_shipping_status','wc-pending'),(177151,19128,'thwma_order_shipping_status','wc-pending'),(177152,19129,'thwma_order_shipping_status','wc-pending'),(177153,19138,'thwma_order_shipping_status','wc-pending'),(177154,19139,'thwma_order_shipping_status','wc-pending'),(177155,19140,'thwma_order_shipping_status','wc-pending'),(177156,19141,'thwma_order_shipping_status','wc-pending'),(177157,19142,'thwma_order_shipping_status','wc-pending'),(177158,19143,'thwma_order_shipping_status','wc-pending'),(177159,19151,'thwma_order_shipping_status','wc-pending'),(177160,19152,'thwma_order_shipping_status','wc-pending'),(177161,19153,'thwma_order_shipping_status','wc-pending'),(177162,19154,'thwma_order_shipping_status','wc-pending'),(177163,19155,'thwma_order_shipping_status','wc-pending'),(177164,19156,'thwma_order_shipping_status','wc-pending'),(177165,19157,'thwma_order_shipping_status','wc-pending'),(177170,19148,'thwma_order_shipping_status','wc-pending'),(177171,19149,'thwma_order_shipping_status','wc-pending'),(177172,19135,'thwma_order_shipping_status','wc-pending'),(177173,19136,'thwma_order_shipping_status','wc-pending'),(177174,19131,'thwma_order_shipping_status','wc-pending'),(177175,19132,'thwma_order_shipping_status','wc-pending'),(177176,19133,'thwma_order_shipping_status','wc-pending'),(177177,19113,'thwma_order_shipping_status','wc-pending'),(177178,19114,'thwma_order_shipping_status','wc-pending'),(177179,19115,'thwma_order_shipping_status','wc-pending'),(177180,19116,'thwma_order_shipping_status','wc-pending'),(177181,19117,'thwma_order_shipping_status','wc-pending'),(177182,19118,'thwma_order_shipping_status','wc-pending'),(177183,19119,'thwma_order_shipping_status','wc-pending'),(177184,19120,'thwma_order_shipping_status','wc-pending'),(177185,19121,'thwma_order_shipping_status','wc-pending'),(177186,19159,'thwma_order_shipping_status','wc-pending'),(177187,19160,'thwma_order_shipping_status','wc-pending'),(177188,19161,'thwma_order_shipping_status','wc-pending'),(177189,19162,'thwma_order_shipping_status','wc-pending'),(177190,19164,'_product_id','3354'),(177191,19164,'_variation_id','0'),(177192,19164,'_qty','2'),(177193,19164,'_tax_class',''),(177194,19164,'_line_subtotal','296'),(177195,19164,'_line_subtotal_tax','0'),(177196,19164,'_line_total','296'),(177197,19164,'_line_tax','0'),(177198,19164,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177199,19164,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(177200,19165,'_product_id','120'),(177201,19165,'_variation_id','0'),(177202,19165,'_qty','1'),(177203,19165,'_tax_class',''),(177204,19165,'_line_subtotal','63'),(177205,19165,'_line_subtotal_tax','0'),(177206,19165,'_line_total','63'),(177207,19165,'_line_tax','0'),(177208,19165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177209,19165,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(177210,19166,'_product_id','3696'),(177211,19166,'_variation_id','0'),(177212,19166,'_qty','1'),(177213,19166,'_tax_class',''),(177214,19166,'_line_subtotal','68.5'),(177215,19166,'_line_subtotal_tax','0'),(177216,19166,'_line_total','68.5'),(177217,19166,'_line_tax','0'),(177218,19166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177219,19166,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177220,19167,'_product_id','44'),(177221,19167,'_variation_id','0'),(177222,19167,'_qty','1'),(177223,19167,'_tax_class',''),(177224,19167,'_line_subtotal','138'),(177225,19167,'_line_subtotal_tax','0'),(177226,19167,'_line_total','138'),(177227,19167,'_line_tax','0'),(177228,19167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177229,19167,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177230,19168,'method_id','advanced_free_shipping'),(177231,19168,'instance_id','0'),(177232,19168,'cost','0'),(177233,19168,'total_tax','0'),(177234,19168,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177235,19169,'_product_id','2110'),(177236,19169,'_variation_id','0'),(177237,19169,'_qty','1'),(177238,19169,'_tax_class',''),(177239,19169,'_line_subtotal','71.4'),(177240,19169,'_line_subtotal_tax','0'),(177241,19169,'_line_total','71.4'),(177242,19169,'_line_tax','0'),(177243,19169,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177244,19169,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177245,19170,'_product_id','44'),(177246,19170,'_variation_id','0'),(177247,19170,'_qty','2'),(177248,19170,'_tax_class',''),(177249,19170,'_line_subtotal','276'),(177250,19170,'_line_subtotal_tax','0'),(177251,19170,'_line_total','276'),(177252,19170,'_line_tax','0'),(177253,19170,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177254,19170,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177255,19171,'_product_id','40'),(177256,19171,'_variation_id','0'),(177257,19171,'_qty','1'),(177258,19171,'_tax_class',''),(177259,19171,'_line_subtotal','90'),(177260,19171,'_line_subtotal_tax','0'),(177261,19171,'_line_total','90'),(177262,19171,'_line_tax','0'),(177263,19171,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177264,19171,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(177265,19172,'_product_id','39'),(177266,19172,'_variation_id','0'),(177267,19172,'_qty','1'),(177268,19172,'_tax_class',''),(177269,19172,'_line_subtotal','90'),(177270,19172,'_line_subtotal_tax','0'),(177271,19172,'_line_total','90'),(177272,19172,'_line_tax','0'),(177273,19172,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177274,19172,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(177275,19173,'_product_id','3352'),(177276,19173,'_variation_id','0'),(177277,19173,'_qty','1'),(177278,19173,'_tax_class',''),(177279,19173,'_line_subtotal','148'),(177280,19173,'_line_subtotal_tax','0'),(177281,19173,'_line_total','148'),(177282,19173,'_line_tax','0'),(177283,19173,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177284,19173,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(177285,19174,'method_id','advanced_free_shipping'),(177286,19174,'instance_id','0'),(177287,19174,'cost','0'),(177288,19174,'total_tax','0'),(177289,19174,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177290,19175,'_product_id','41'),(177291,19175,'_variation_id','0'),(177292,19175,'_qty','1'),(177293,19175,'_tax_class',''),(177294,19175,'_line_subtotal','73.2'),(177295,19175,'_line_subtotal_tax','0'),(177296,19175,'_line_total','73.2'),(177297,19175,'_line_tax','0'),(177298,19175,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177299,19175,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177300,19176,'_product_id','45'),(177301,19176,'_variation_id','0'),(177302,19176,'_qty','3'),(177303,19176,'_tax_class',''),(177304,19176,'_line_subtotal','150'),(177305,19176,'_line_subtotal_tax','0'),(177306,19176,'_line_total','150'),(177307,19176,'_line_tax','0'),(177308,19176,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177309,19176,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(177310,19177,'_product_id','51'),(177311,19177,'_variation_id','0'),(177312,19177,'_qty','1'),(177313,19177,'_tax_class',''),(177314,19177,'_line_subtotal','170'),(177315,19177,'_line_subtotal_tax','0'),(177316,19177,'_line_total','170'),(177317,19177,'_line_tax','0'),(177318,19177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177319,19177,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(177320,19178,'_product_id','3696'),(177321,19178,'_variation_id','0'),(177322,19178,'_qty','2'),(177323,19178,'_tax_class',''),(177324,19178,'_line_subtotal','137'),(177325,19178,'_line_subtotal_tax','0'),(177326,19178,'_line_total','137'),(177327,19178,'_line_tax','0'),(177328,19178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177329,19178,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177330,19179,'_product_id','488'),(177331,19179,'_variation_id','0'),(177332,19179,'_qty','1'),(177333,19179,'_tax_class',''),(177334,19179,'_line_subtotal','31.35'),(177335,19179,'_line_subtotal_tax','0'),(177336,19179,'_line_total','31.35'),(177337,19179,'_line_tax','0'),(177338,19179,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177339,19179,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(177340,19180,'_product_id','487'),(177341,19180,'_variation_id','0'),(177342,19180,'_qty','1'),(177343,19180,'_tax_class',''),(177344,19180,'_line_subtotal','31.35'),(177345,19180,'_line_subtotal_tax','0'),(177346,19180,'_line_total','31.35'),(177347,19180,'_line_tax','0'),(177348,19180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177349,19180,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(177350,19181,'_product_id','49'),(177351,19181,'_variation_id','0'),(177352,19181,'_qty','1'),(177353,19181,'_tax_class',''),(177354,19181,'_line_subtotal','90'),(177355,19181,'_line_subtotal_tax','0'),(177356,19181,'_line_total','90'),(177357,19181,'_line_tax','0'),(177358,19181,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177359,19181,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177360,19182,'method_id','advanced_free_shipping'),(177361,19182,'instance_id','0'),(177362,19182,'cost','0'),(177363,19182,'total_tax','0'),(177364,19182,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177365,19183,'_product_id','41'),(177366,19183,'_variation_id','0'),(177367,19183,'_qty','1'),(177368,19183,'_tax_class',''),(177369,19183,'_line_subtotal','73.2'),(177370,19183,'_line_subtotal_tax','0'),(177371,19183,'_line_total','73.2'),(177372,19183,'_line_tax','0'),(177373,19183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177374,19183,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177375,19184,'_product_id','45'),(177376,19184,'_variation_id','0'),(177377,19184,'_qty','3'),(177378,19184,'_tax_class',''),(177379,19184,'_line_subtotal','150'),(177380,19184,'_line_subtotal_tax','0'),(177381,19184,'_line_total','150'),(177382,19184,'_line_tax','0'),(177383,19184,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177384,19184,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(177385,19185,'_product_id','51'),(177386,19185,'_variation_id','0'),(177387,19185,'_qty','1'),(177388,19185,'_tax_class',''),(177389,19185,'_line_subtotal','170'),(177390,19185,'_line_subtotal_tax','0'),(177391,19185,'_line_total','170'),(177392,19185,'_line_tax','0'),(177393,19185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177394,19185,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(177395,19186,'_product_id','3696'),(177396,19186,'_variation_id','0'),(177397,19186,'_qty','2'),(177398,19186,'_tax_class',''),(177399,19186,'_line_subtotal','137'),(177400,19186,'_line_subtotal_tax','0'),(177401,19186,'_line_total','137'),(177402,19186,'_line_tax','0'),(177403,19186,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177404,19186,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177405,19187,'_product_id','488'),(177406,19187,'_variation_id','0'),(177407,19187,'_qty','1'),(177408,19187,'_tax_class',''),(177409,19187,'_line_subtotal','31.35'),(177410,19187,'_line_subtotal_tax','0'),(177411,19187,'_line_total','31.35'),(177412,19187,'_line_tax','0'),(177413,19187,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177414,19187,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(177415,19188,'_product_id','487'),(177416,19188,'_variation_id','0'),(177417,19188,'_qty','1'),(177418,19188,'_tax_class',''),(177419,19188,'_line_subtotal','31.35'),(177420,19188,'_line_subtotal_tax','0'),(177421,19188,'_line_total','31.35'),(177422,19188,'_line_tax','0'),(177423,19188,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177424,19188,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(177425,19189,'_product_id','49'),(177426,19189,'_variation_id','0'),(177427,19189,'_qty','1'),(177428,19189,'_tax_class',''),(177429,19189,'_line_subtotal','90'),(177430,19189,'_line_subtotal_tax','0'),(177431,19189,'_line_total','90'),(177432,19189,'_line_tax','0'),(177433,19189,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177434,19189,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177435,19190,'method_id','advanced_free_shipping'),(177436,19190,'instance_id','0'),(177437,19190,'cost','0'),(177438,19190,'total_tax','0'),(177439,19190,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177440,19169,'thwma_order_shipping_status','wc-pending'),(177441,19170,'thwma_order_shipping_status','wc-pending'),(177442,19171,'thwma_order_shipping_status','wc-pending'),(177443,19172,'thwma_order_shipping_status','wc-pending'),(177444,19173,'thwma_order_shipping_status','wc-pending'),(177445,19164,'thwma_order_shipping_status','wc-pending'),(177446,19165,'thwma_order_shipping_status','wc-pending'),(177447,19166,'thwma_order_shipping_status','wc-pending'),(177448,19167,'thwma_order_shipping_status','wc-pending'),(177449,19183,'thwma_order_shipping_status','wc-pending'),(177450,19184,'thwma_order_shipping_status','wc-pending'),(177451,19185,'thwma_order_shipping_status','wc-pending'),(177452,19186,'thwma_order_shipping_status','wc-pending'),(177453,19187,'thwma_order_shipping_status','wc-pending'),(177454,19188,'thwma_order_shipping_status','wc-pending'),(177455,19189,'thwma_order_shipping_status','wc-pending'),(177456,19191,'_product_id','2110'),(177457,19191,'_variation_id','0'),(177458,19191,'_qty','1'),(177459,19191,'_tax_class',''),(177460,19191,'_line_subtotal','71.4'),(177461,19191,'_line_subtotal_tax','0'),(177462,19191,'_line_total','71.4'),(177463,19191,'_line_tax','0'),(177464,19191,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177465,19191,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177466,19192,'_product_id','2113'),(177467,19192,'_variation_id','0'),(177468,19192,'_qty','1'),(177469,19192,'_tax_class',''),(177470,19192,'_line_subtotal','172'),(177471,19192,'_line_subtotal_tax','0'),(177472,19192,'_line_total','172'),(177473,19192,'_line_tax','0'),(177474,19192,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177475,19192,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(177476,19193,'_product_id','38'),(177477,19193,'_variation_id','0'),(177478,19193,'_qty','1'),(177479,19193,'_tax_class',''),(177480,19193,'_line_subtotal','165.76'),(177481,19193,'_line_subtotal_tax','0'),(177482,19193,'_line_total','165.76'),(177483,19193,'_line_tax','0'),(177484,19193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177485,19193,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(177486,19194,'_product_id','23'),(177487,19194,'_variation_id','0'),(177488,19194,'_qty','1'),(177489,19194,'_tax_class',''),(177490,19194,'_line_subtotal','68.54'),(177491,19194,'_line_subtotal_tax','0'),(177492,19194,'_line_total','68.54'),(177493,19194,'_line_tax','0'),(177494,19194,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177495,19194,'_wcms_cart_key','37693cfc748049e45d87b8c7d8b9aacd'),(177496,19195,'_product_id','41'),(177497,19195,'_variation_id','0'),(177498,19195,'_qty','1'),(177499,19195,'_tax_class',''),(177500,19195,'_line_subtotal','73.2'),(177501,19195,'_line_subtotal_tax','0'),(177502,19195,'_line_total','73.2'),(177503,19195,'_line_tax','0'),(177504,19195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177505,19195,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177506,19196,'_product_id','45'),(177507,19196,'_variation_id','0'),(177508,19196,'_qty','1'),(177509,19196,'_tax_class',''),(177510,19196,'_line_subtotal','50'),(177511,19196,'_line_subtotal_tax','0'),(177512,19196,'_line_total','50'),(177513,19196,'_line_tax','0'),(177514,19196,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177515,19196,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(177516,19197,'_product_id','3696'),(177517,19197,'_variation_id','0'),(177518,19197,'_qty','2'),(177519,19197,'_tax_class',''),(177520,19197,'_line_subtotal','137'),(177521,19197,'_line_subtotal_tax','0'),(177522,19197,'_line_total','137'),(177523,19197,'_line_tax','0'),(177524,19197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177525,19197,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177526,19198,'method_id','advanced_free_shipping'),(177527,19198,'instance_id','0'),(177528,19198,'cost','0'),(177529,19198,'total_tax','0'),(177530,19198,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177531,19199,'_product_id','2110'),(177532,19199,'_variation_id','0'),(177533,19199,'_qty','4'),(177534,19199,'_tax_class',''),(177535,19199,'_line_subtotal','285.6'),(177536,19199,'_line_subtotal_tax','0'),(177537,19199,'_line_total','285.6'),(177538,19199,'_line_tax','0'),(177539,19199,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177540,19199,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177541,19200,'_product_id','3354'),(177542,19200,'_variation_id','0'),(177543,19200,'_qty','2'),(177544,19200,'_tax_class',''),(177545,19200,'_line_subtotal','296'),(177546,19200,'_line_subtotal_tax','0'),(177547,19200,'_line_total','296'),(177548,19200,'_line_tax','0'),(177549,19200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177550,19200,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(177551,19201,'_product_id','3352'),(177552,19201,'_variation_id','0'),(177553,19201,'_qty','1'),(177554,19201,'_tax_class',''),(177555,19201,'_line_subtotal','148'),(177556,19201,'_line_subtotal_tax','0'),(177557,19201,'_line_total','148'),(177558,19201,'_line_tax','0'),(177559,19201,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177560,19201,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(177561,19202,'method_id','advanced_free_shipping'),(177562,19202,'instance_id','0'),(177563,19202,'cost','0'),(177564,19202,'total_tax','0'),(177565,19202,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177566,19203,'_product_id','2110'),(177567,19203,'_variation_id','0'),(177568,19203,'_qty','2'),(177569,19203,'_tax_class',''),(177570,19203,'_line_subtotal','142.8'),(177571,19203,'_line_subtotal_tax','0'),(177572,19203,'_line_total','142.8'),(177573,19203,'_line_tax','0'),(177574,19203,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177575,19203,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177576,19204,'_product_id','41'),(177577,19204,'_variation_id','0'),(177578,19204,'_qty','2'),(177579,19204,'_tax_class',''),(177580,19204,'_line_subtotal','146.4'),(177581,19204,'_line_subtotal_tax','0'),(177582,19204,'_line_total','146.4'),(177583,19204,'_line_tax','0'),(177584,19204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177585,19204,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177586,19205,'_product_id','45'),(177587,19205,'_variation_id','0'),(177588,19205,'_qty','2'),(177589,19205,'_tax_class',''),(177590,19205,'_line_subtotal','100'),(177591,19205,'_line_subtotal_tax','0'),(177592,19205,'_line_total','100'),(177593,19205,'_line_tax','0'),(177594,19205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177595,19205,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(177596,19206,'_product_id','51'),(177597,19206,'_variation_id','0'),(177598,19206,'_qty','1'),(177599,19206,'_tax_class',''),(177600,19206,'_line_subtotal','170'),(177601,19206,'_line_subtotal_tax','0'),(177602,19206,'_line_total','170'),(177603,19206,'_line_tax','0'),(177604,19206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177605,19206,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(177606,19207,'_product_id','49'),(177607,19207,'_variation_id','0'),(177608,19207,'_qty','2'),(177609,19207,'_tax_class',''),(177610,19207,'_line_subtotal','180'),(177611,19207,'_line_subtotal_tax','0'),(177612,19207,'_line_total','180'),(177613,19207,'_line_tax','0'),(177614,19207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177615,19207,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177616,19208,'_product_id','3362'),(177617,19208,'_variation_id','0'),(177618,19208,'_qty','1'),(177619,19208,'_tax_class',''),(177620,19208,'_line_subtotal','75'),(177621,19208,'_line_subtotal_tax','0'),(177622,19208,'_line_total','75'),(177623,19208,'_line_tax','0'),(177624,19208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177625,19208,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(177626,19209,'_product_id','43'),(177627,19209,'_variation_id','0'),(177628,19209,'_qty','2'),(177629,19209,'_tax_class',''),(177630,19209,'_line_subtotal','180'),(177631,19209,'_line_subtotal_tax','0'),(177632,19209,'_line_total','180'),(177633,19209,'_line_tax','0'),(177634,19209,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177635,19209,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(177636,19210,'_product_id','39'),(177637,19210,'_variation_id','0'),(177638,19210,'_qty','1'),(177639,19210,'_tax_class',''),(177640,19210,'_line_subtotal','90'),(177641,19210,'_line_subtotal_tax','0'),(177642,19210,'_line_total','90'),(177643,19210,'_line_tax','0'),(177644,19210,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177645,19210,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(177646,19211,'_product_id','40'),(177647,19211,'_variation_id','0'),(177648,19211,'_qty','1'),(177649,19211,'_tax_class',''),(177650,19211,'_line_subtotal','90'),(177651,19211,'_line_subtotal_tax','0'),(177652,19211,'_line_total','90'),(177653,19211,'_line_tax','0'),(177654,19211,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177655,19211,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(177656,19212,'_product_id','3499'),(177657,19212,'_variation_id','0'),(177658,19212,'_qty','1'),(177659,19212,'_tax_class',''),(177660,19212,'_line_subtotal','142.8'),(177661,19212,'_line_subtotal_tax','0'),(177662,19212,'_line_total','142.8'),(177663,19212,'_line_tax','0'),(177664,19212,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177665,19212,'_wcms_cart_key','3ea2db50e62ceefceaf70a9d9a56a6f4'),(177666,19213,'_product_id','44'),(177667,19213,'_variation_id','0'),(177668,19213,'_qty','1'),(177669,19213,'_tax_class',''),(177670,19213,'_line_subtotal','138'),(177671,19213,'_line_subtotal_tax','0'),(177672,19213,'_line_total','138'),(177673,19213,'_line_tax','0'),(177674,19213,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177675,19213,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177676,19214,'method_id','advanced_free_shipping'),(177677,19214,'instance_id','0'),(177678,19214,'cost','0'),(177679,19214,'total_tax','0'),(177680,19214,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177681,19215,'_product_id','41'),(177682,19215,'_variation_id','0'),(177683,19215,'_qty','3'),(177684,19215,'_tax_class',''),(177685,19215,'_line_subtotal','219.6'),(177686,19215,'_line_subtotal_tax','0'),(177687,19215,'_line_total','219.6'),(177688,19215,'_line_tax','0'),(177689,19215,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177690,19215,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177691,19216,'_product_id','44'),(177692,19216,'_variation_id','0'),(177693,19216,'_qty','1'),(177694,19216,'_tax_class',''),(177695,19216,'_line_subtotal','138'),(177696,19216,'_line_subtotal_tax','0'),(177697,19216,'_line_total','138'),(177698,19216,'_line_tax','0'),(177699,19216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177700,19216,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177701,19217,'_product_id','49'),(177702,19217,'_variation_id','0'),(177703,19217,'_qty','1'),(177704,19217,'_tax_class',''),(177705,19217,'_line_subtotal','90'),(177706,19217,'_line_subtotal_tax','0'),(177707,19217,'_line_total','90'),(177708,19217,'_line_tax','0'),(177709,19217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177710,19217,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177711,19218,'_product_id','3362'),(177712,19218,'_variation_id','0'),(177713,19218,'_qty','1'),(177714,19218,'_tax_class',''),(177715,19218,'_line_subtotal','75'),(177716,19218,'_line_subtotal_tax','0'),(177717,19218,'_line_total','75'),(177718,19218,'_line_tax','0'),(177719,19218,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177720,19218,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(177721,19219,'_product_id','40'),(177722,19219,'_variation_id','0'),(177723,19219,'_qty','1'),(177724,19219,'_tax_class',''),(177725,19219,'_line_subtotal','90'),(177726,19219,'_line_subtotal_tax','0'),(177727,19219,'_line_total','90'),(177728,19219,'_line_tax','0'),(177729,19219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177730,19219,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(177731,19220,'_product_id','39'),(177732,19220,'_variation_id','0'),(177733,19220,'_qty','1'),(177734,19220,'_tax_class',''),(177735,19220,'_line_subtotal','90'),(177736,19220,'_line_subtotal_tax','0'),(177737,19220,'_line_total','90'),(177738,19220,'_line_tax','0'),(177739,19220,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177740,19220,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(177741,19221,'method_id','advanced_free_shipping'),(177742,19221,'instance_id','0'),(177743,19221,'cost','0'),(177744,19221,'total_tax','0'),(177745,19221,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177746,19222,'_product_id','41'),(177747,19222,'_variation_id','0'),(177748,19222,'_qty','3'),(177749,19222,'_tax_class',''),(177750,19222,'_line_subtotal','219.6'),(177751,19222,'_line_subtotal_tax','0'),(177752,19222,'_line_total','219.6'),(177753,19222,'_line_tax','0'),(177754,19222,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177755,19222,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177756,19223,'_product_id','44'),(177757,19223,'_variation_id','0'),(177758,19223,'_qty','1'),(177759,19223,'_tax_class',''),(177760,19223,'_line_subtotal','138'),(177761,19223,'_line_subtotal_tax','0'),(177762,19223,'_line_total','138'),(177763,19223,'_line_tax','0'),(177764,19223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177765,19223,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177766,19224,'_product_id','49'),(177767,19224,'_variation_id','0'),(177768,19224,'_qty','1'),(177769,19224,'_tax_class',''),(177770,19224,'_line_subtotal','90'),(177771,19224,'_line_subtotal_tax','0'),(177772,19224,'_line_total','90'),(177773,19224,'_line_tax','0'),(177774,19224,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177775,19224,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177776,19225,'_product_id','3362'),(177777,19225,'_variation_id','0'),(177778,19225,'_qty','1'),(177779,19225,'_tax_class',''),(177780,19225,'_line_subtotal','75'),(177781,19225,'_line_subtotal_tax','0'),(177782,19225,'_line_total','75'),(177783,19225,'_line_tax','0'),(177784,19225,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177785,19225,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(177786,19226,'_product_id','40'),(177787,19226,'_variation_id','0'),(177788,19226,'_qty','1'),(177789,19226,'_tax_class',''),(177790,19226,'_line_subtotal','90'),(177791,19226,'_line_subtotal_tax','0'),(177792,19226,'_line_total','90'),(177793,19226,'_line_tax','0'),(177794,19226,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177795,19226,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(177796,19227,'_product_id','39'),(177797,19227,'_variation_id','0'),(177798,19227,'_qty','1'),(177799,19227,'_tax_class',''),(177800,19227,'_line_subtotal','90'),(177801,19227,'_line_subtotal_tax','0'),(177802,19227,'_line_total','90'),(177803,19227,'_line_tax','0'),(177804,19227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177805,19227,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(177806,19228,'method_id','advanced_free_shipping'),(177807,19228,'instance_id','0'),(177808,19228,'cost','0'),(177809,19228,'total_tax','0'),(177810,19228,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177811,19229,'_product_id','138'),(177812,19229,'_variation_id','0'),(177813,19229,'_qty','20'),(177814,19229,'_tax_class',''),(177815,19229,'_line_subtotal','99'),(177816,19229,'_line_subtotal_tax','0'),(177817,19229,'_line_total','99'),(177818,19229,'_line_tax','0'),(177819,19229,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177820,19229,'_wcms_cart_key','013d407166ec4fa56eb1e1f8cbe183b9'),(177821,19230,'_product_id','148'),(177822,19230,'_variation_id','0'),(177823,19230,'_qty','10'),(177824,19230,'_tax_class',''),(177825,19230,'_line_subtotal','82.5'),(177826,19230,'_line_subtotal_tax','0'),(177827,19230,'_line_total','82.5'),(177828,19230,'_line_tax','0'),(177829,19230,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177830,19230,'_wcms_cart_key','47d1e990583c9c67424d369f3414728e'),(177831,19231,'_product_id','137'),(177832,19231,'_variation_id','0'),(177833,19231,'_qty','25'),(177834,19231,'_tax_class',''),(177835,19231,'_line_subtotal','151.25'),(177836,19231,'_line_subtotal_tax','0'),(177837,19231,'_line_total','151.25'),(177838,19231,'_line_tax','0'),(177839,19231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177840,19231,'_wcms_cart_key','3988c7f88ebcb58c6ce932b957b6f332'),(177841,19232,'_product_id','487'),(177842,19232,'_variation_id','0'),(177843,19232,'_qty','2'),(177844,19232,'_tax_class',''),(177845,19232,'_line_subtotal','62.7'),(177846,19232,'_line_subtotal_tax','0'),(177847,19232,'_line_total','62.7'),(177848,19232,'_line_tax','0'),(177849,19232,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177850,19232,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(177851,19233,'_product_id','3696'),(177852,19233,'_variation_id','0'),(177853,19233,'_qty','4'),(177854,19233,'_tax_class',''),(177855,19233,'_line_subtotal','274'),(177856,19233,'_line_subtotal_tax','0'),(177857,19233,'_line_total','274'),(177858,19233,'_line_tax','0'),(177859,19233,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177860,19233,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(177861,19234,'method_id','advanced_free_shipping'),(177862,19234,'instance_id','0'),(177863,19234,'cost','0'),(177864,19234,'total_tax','0'),(177865,19234,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177866,19235,'_product_id','2110'),(177867,19235,'_variation_id','0'),(177868,19235,'_qty','1'),(177869,19235,'_tax_class',''),(177870,19235,'_line_subtotal','71.4'),(177871,19235,'_line_subtotal_tax','0'),(177872,19235,'_line_total','71.4'),(177873,19235,'_line_tax','0'),(177874,19235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177875,19235,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(177876,19236,'_product_id','3412'),(177877,19236,'_variation_id','0'),(177878,19236,'_qty','1'),(177879,19236,'_tax_class',''),(177880,19236,'_line_subtotal','90'),(177881,19236,'_line_subtotal_tax','0'),(177882,19236,'_line_total','90'),(177883,19236,'_line_tax','0'),(177884,19236,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177885,19236,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(177886,19237,'_product_id','49'),(177887,19237,'_variation_id','0'),(177888,19237,'_qty','1'),(177889,19237,'_tax_class',''),(177890,19237,'_line_subtotal','90'),(177891,19237,'_line_subtotal_tax','0'),(177892,19237,'_line_total','90'),(177893,19237,'_line_tax','0'),(177894,19237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177895,19237,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177896,19238,'_product_id','3362'),(177897,19238,'_variation_id','0'),(177898,19238,'_qty','1'),(177899,19238,'_tax_class',''),(177900,19238,'_line_subtotal','75'),(177901,19238,'_line_subtotal_tax','0'),(177902,19238,'_line_total','75'),(177903,19238,'_line_tax','0'),(177904,19238,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177905,19238,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(177906,19239,'_product_id','2113'),(177907,19239,'_variation_id','0'),(177908,19239,'_qty','1'),(177909,19239,'_tax_class',''),(177910,19239,'_line_subtotal','172'),(177911,19239,'_line_subtotal_tax','0'),(177912,19239,'_line_total','172'),(177913,19239,'_line_tax','0'),(177914,19239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177915,19239,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(177916,19240,'_product_id','41'),(177917,19240,'_variation_id','0'),(177918,19240,'_qty','3'),(177919,19240,'_tax_class',''),(177920,19240,'_line_subtotal','219.6'),(177921,19240,'_line_subtotal_tax','0'),(177922,19240,'_line_total','219.6'),(177923,19240,'_line_tax','0'),(177924,19240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177925,19240,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177926,19241,'method_id','advanced_free_shipping'),(177927,19241,'instance_id','0'),(177928,19241,'cost','0'),(177929,19241,'total_tax','0'),(177930,19241,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177931,19242,'_product_id','41'),(177932,19242,'_variation_id','0'),(177933,19242,'_qty','1'),(177934,19242,'_tax_class',''),(177935,19242,'_line_subtotal','73.2'),(177936,19242,'_line_subtotal_tax','0'),(177937,19242,'_line_total','73.2'),(177938,19242,'_line_tax','0'),(177939,19242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177940,19242,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(177941,19243,'_product_id','2113'),(177942,19243,'_variation_id','0'),(177943,19243,'_qty','1'),(177944,19243,'_tax_class',''),(177945,19243,'_line_subtotal','172'),(177946,19243,'_line_subtotal_tax','0'),(177947,19243,'_line_total','172'),(177948,19243,'_line_tax','0'),(177949,19243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177950,19243,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(177951,19244,'_product_id','49'),(177952,19244,'_variation_id','0'),(177953,19244,'_qty','2'),(177954,19244,'_tax_class',''),(177955,19244,'_line_subtotal','180'),(177956,19244,'_line_subtotal_tax','0'),(177957,19244,'_line_total','180'),(177958,19244,'_line_tax','0'),(177959,19244,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177960,19244,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(177961,19245,'_product_id','43'),(177962,19245,'_variation_id','0'),(177963,19245,'_qty','1'),(177964,19245,'_tax_class',''),(177965,19245,'_line_subtotal','90'),(177966,19245,'_line_subtotal_tax','0'),(177967,19245,'_line_total','90'),(177968,19245,'_line_tax','0'),(177969,19245,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177970,19245,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(177971,19246,'_product_id','45'),(177972,19246,'_variation_id','0'),(177973,19246,'_qty','3'),(177974,19246,'_tax_class',''),(177975,19246,'_line_subtotal','150'),(177976,19246,'_line_subtotal_tax','0'),(177977,19246,'_line_total','150'),(177978,19246,'_line_tax','0'),(177979,19246,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177980,19246,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(177981,19247,'_product_id','44'),(177982,19247,'_variation_id','0'),(177983,19247,'_qty','1'),(177984,19247,'_tax_class',''),(177985,19247,'_line_subtotal','138'),(177986,19247,'_line_subtotal_tax','0'),(177987,19247,'_line_total','138'),(177988,19247,'_line_tax','0'),(177989,19247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(177990,19247,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(177991,19248,'method_id','advanced_free_shipping'),(177992,19248,'instance_id','0'),(177993,19248,'cost','0'),(177994,19248,'total_tax','0'),(177995,19248,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(177996,19199,'thwma_order_shipping_status','wc-pending'),(177997,19200,'thwma_order_shipping_status','wc-pending'),(177998,19201,'thwma_order_shipping_status','wc-pending'),(177999,19249,'_product_id','41'),(178000,19249,'_variation_id','0'),(178001,19249,'_qty','1'),(178002,19249,'_tax_class',''),(178003,19249,'_line_subtotal','73.2'),(178004,19249,'_line_subtotal_tax','0'),(178005,19249,'_line_total','73.2'),(178006,19249,'_line_tax','0'),(178007,19249,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178008,19249,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178009,19250,'_product_id','2110'),(178010,19250,'_variation_id','0'),(178011,19250,'_qty','1'),(178012,19250,'_tax_class',''),(178013,19250,'_line_subtotal','71.4'),(178014,19250,'_line_subtotal_tax','0'),(178015,19250,'_line_total','71.4'),(178016,19250,'_line_tax','0'),(178017,19250,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178018,19250,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178019,19251,'_product_id','2113'),(178020,19251,'_variation_id','0'),(178021,19251,'_qty','1'),(178022,19251,'_tax_class',''),(178023,19251,'_line_subtotal','172'),(178024,19251,'_line_subtotal_tax','0'),(178025,19251,'_line_total','172'),(178026,19251,'_line_tax','0'),(178027,19251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178028,19251,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(178029,19252,'_product_id','45'),(178030,19252,'_variation_id','0'),(178031,19252,'_qty','2'),(178032,19252,'_tax_class',''),(178033,19252,'_line_subtotal','100'),(178034,19252,'_line_subtotal_tax','0'),(178035,19252,'_line_total','100'),(178036,19252,'_line_tax','0'),(178037,19252,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178038,19252,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178039,19253,'_product_id','40'),(178040,19253,'_variation_id','0'),(178041,19253,'_qty','1'),(178042,19253,'_tax_class',''),(178043,19253,'_line_subtotal','90'),(178044,19253,'_line_subtotal_tax','0'),(178045,19253,'_line_total','90'),(178046,19253,'_line_tax','0'),(178047,19253,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178048,19253,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(178049,19254,'_product_id','39'),(178050,19254,'_variation_id','0'),(178051,19254,'_qty','1'),(178052,19254,'_tax_class',''),(178053,19254,'_line_subtotal','90'),(178054,19254,'_line_subtotal_tax','0'),(178055,19254,'_line_total','90'),(178056,19254,'_line_tax','0'),(178057,19254,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178058,19254,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(178059,19255,'_product_id','49'),(178060,19255,'_variation_id','0'),(178061,19255,'_qty','1'),(178062,19255,'_tax_class',''),(178063,19255,'_line_subtotal','90'),(178064,19255,'_line_subtotal_tax','0'),(178065,19255,'_line_total','90'),(178066,19255,'_line_tax','0'),(178067,19255,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178068,19255,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(178069,19256,'_product_id','43'),(178070,19256,'_variation_id','0'),(178071,19256,'_qty','1'),(178072,19256,'_tax_class',''),(178073,19256,'_line_subtotal','90'),(178074,19256,'_line_subtotal_tax','0'),(178075,19256,'_line_total','90'),(178076,19256,'_line_tax','0'),(178077,19256,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178078,19256,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178079,19257,'_product_id','3696'),(178080,19257,'_variation_id','0'),(178081,19257,'_qty','1'),(178082,19257,'_tax_class',''),(178083,19257,'_line_subtotal','68.5'),(178084,19257,'_line_subtotal_tax','0'),(178085,19257,'_line_total','68.5'),(178086,19257,'_line_tax','0'),(178087,19257,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178088,19257,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(178089,19258,'_product_id','488'),(178090,19258,'_variation_id','0'),(178091,19258,'_qty','1'),(178092,19258,'_tax_class',''),(178093,19258,'_line_subtotal','31.35'),(178094,19258,'_line_subtotal_tax','0'),(178095,19258,'_line_total','31.35'),(178096,19258,'_line_tax','0'),(178097,19258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178098,19258,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(178099,19259,'method_id','advanced_free_shipping'),(178100,19259,'instance_id','0'),(178101,19259,'cost','0'),(178102,19259,'total_tax','0'),(178103,19259,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178104,19260,'_product_id','2110'),(178105,19260,'_variation_id','0'),(178106,19260,'_qty','2'),(178107,19260,'_tax_class',''),(178108,19260,'_line_subtotal','142.8'),(178109,19260,'_line_subtotal_tax','0'),(178110,19260,'_line_total','142.8'),(178111,19260,'_line_tax','0'),(178112,19260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178113,19260,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178114,19261,'_product_id','45'),(178115,19261,'_variation_id','0'),(178116,19261,'_qty','3'),(178117,19261,'_tax_class',''),(178118,19261,'_line_subtotal','150'),(178119,19261,'_line_subtotal_tax','0'),(178120,19261,'_line_total','150'),(178121,19261,'_line_tax','0'),(178122,19261,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178123,19261,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178124,19262,'_product_id','41'),(178125,19262,'_variation_id','0'),(178126,19262,'_qty','5'),(178127,19262,'_tax_class',''),(178128,19262,'_line_subtotal','366'),(178129,19262,'_line_subtotal_tax','0'),(178130,19262,'_line_total','366'),(178131,19262,'_line_tax','0'),(178132,19262,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178133,19262,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178134,19263,'_product_id','2400'),(178135,19263,'_variation_id','0'),(178136,19263,'_qty','3'),(178137,19263,'_tax_class',''),(178138,19263,'_line_subtotal','645'),(178139,19263,'_line_subtotal_tax','0'),(178140,19263,'_line_total','645'),(178141,19263,'_line_tax','0'),(178142,19263,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178143,19263,'_wcms_cart_key','03cf87174debaccd689c90c34577b82f'),(178144,19264,'_product_id','133'),(178145,19264,'_variation_id','0'),(178146,19264,'_qty','5'),(178147,19264,'_tax_class',''),(178148,19264,'_line_subtotal','71.5'),(178149,19264,'_line_subtotal_tax','0'),(178150,19264,'_line_total','71.5'),(178151,19264,'_line_tax','0'),(178152,19264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178153,19264,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(178154,19265,'method_id','advanced_free_shipping'),(178155,19265,'instance_id','0'),(178156,19265,'cost','0'),(178157,19265,'total_tax','0'),(178158,19265,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178159,19266,'_product_id','490'),(178160,19266,'_variation_id','0'),(178161,19266,'_qty','4'),(178162,19266,'_tax_class',''),(178163,19266,'_line_subtotal','78.4'),(178164,19266,'_line_subtotal_tax','0'),(178165,19266,'_line_total','78.4'),(178166,19266,'_line_tax','0'),(178167,19266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178168,19266,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(178169,19267,'method_id','fedex'),(178170,19267,'instance_id','1'),(178171,19267,'cost','12.11'),(178172,19267,'total_tax','0'),(178173,19267,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178174,19267,'Package 1','11.25 × 8.75 × 7.75 (in) 9.19lbs × 1'),(178175,19267,'Items','Bulk Active Rinse 100% RM &times; 4'),(178176,19268,'_product_id','2110'),(178177,19268,'_variation_id','0'),(178178,19268,'_qty','2'),(178179,19268,'_tax_class',''),(178180,19268,'_line_subtotal','142.8'),(178181,19268,'_line_subtotal_tax','0'),(178182,19268,'_line_total','142.8'),(178183,19268,'_line_tax','0'),(178184,19268,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178185,19268,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178186,19269,'_product_id','2113'),(178187,19269,'_variation_id','0'),(178188,19269,'_qty','1'),(178189,19269,'_tax_class',''),(178190,19269,'_line_subtotal','172'),(178191,19269,'_line_subtotal_tax','0'),(178192,19269,'_line_total','172'),(178193,19269,'_line_tax','0'),(178194,19269,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178195,19269,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(178196,19270,'_product_id','45'),(178197,19270,'_variation_id','0'),(178198,19270,'_qty','2'),(178199,19270,'_tax_class',''),(178200,19270,'_line_subtotal','100'),(178201,19270,'_line_subtotal_tax','0'),(178202,19270,'_line_total','100'),(178203,19270,'_line_tax','0'),(178204,19270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178205,19270,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178206,19271,'_product_id','42'),(178207,19271,'_variation_id','0'),(178208,19271,'_qty','1'),(178209,19271,'_tax_class',''),(178210,19271,'_line_subtotal','90'),(178211,19271,'_line_subtotal_tax','0'),(178212,19271,'_line_total','90'),(178213,19271,'_line_tax','0'),(178214,19271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178215,19271,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(178216,19272,'_product_id','41'),(178217,19272,'_variation_id','0'),(178218,19272,'_qty','1'),(178219,19272,'_tax_class',''),(178220,19272,'_line_subtotal','73.2'),(178221,19272,'_line_subtotal_tax','0'),(178222,19272,'_line_total','73.2'),(178223,19272,'_line_tax','0'),(178224,19272,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178225,19272,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178226,19273,'_product_id','3352'),(178227,19273,'_variation_id','0'),(178228,19273,'_qty','1'),(178229,19273,'_tax_class',''),(178230,19273,'_line_subtotal','148'),(178231,19273,'_line_subtotal_tax','0'),(178232,19273,'_line_total','148'),(178233,19273,'_line_tax','0'),(178234,19273,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178235,19273,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(178236,19274,'_product_id','49'),(178237,19274,'_variation_id','0'),(178238,19274,'_qty','2'),(178239,19274,'_tax_class',''),(178240,19274,'_line_subtotal','180'),(178241,19274,'_line_subtotal_tax','0'),(178242,19274,'_line_total','180'),(178243,19274,'_line_tax','0'),(178244,19274,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178245,19274,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(178246,19275,'_product_id','3354'),(178247,19275,'_variation_id','0'),(178248,19275,'_qty','1'),(178249,19275,'_tax_class',''),(178250,19275,'_line_subtotal','148'),(178251,19275,'_line_subtotal_tax','0'),(178252,19275,'_line_total','148'),(178253,19275,'_line_tax','0'),(178254,19275,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178255,19275,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(178256,19276,'_product_id','120'),(178257,19276,'_variation_id','0'),(178258,19276,'_qty','1'),(178259,19276,'_tax_class',''),(178260,19276,'_line_subtotal','63'),(178261,19276,'_line_subtotal_tax','0'),(178262,19276,'_line_total','63'),(178263,19276,'_line_tax','0'),(178264,19276,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178265,19276,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(178266,19277,'_product_id','116'),(178267,19277,'_variation_id','0'),(178268,19277,'_qty','1'),(178269,19277,'_tax_class',''),(178270,19277,'_line_subtotal','165'),(178271,19277,'_line_subtotal_tax','0'),(178272,19277,'_line_total','165'),(178273,19277,'_line_tax','0'),(178274,19277,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178275,19277,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(178276,19278,'_product_id','2408'),(178277,19278,'_variation_id','0'),(178278,19278,'_qty','2'),(178279,19278,'_tax_class',''),(178280,19278,'_line_subtotal','340'),(178281,19278,'_line_subtotal_tax','0'),(178282,19278,'_line_total','340'),(178283,19278,'_line_tax','0'),(178284,19278,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178285,19278,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(178286,19279,'_product_id','490'),(178287,19279,'_variation_id','0'),(178288,19279,'_qty','10'),(178289,19279,'_tax_class',''),(178290,19279,'_line_subtotal','196'),(178291,19279,'_line_subtotal_tax','0'),(178292,19279,'_line_total','196'),(178293,19279,'_line_tax','0'),(178294,19279,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178295,19279,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(178296,19280,'_product_id','133'),(178297,19280,'_variation_id','0'),(178298,19280,'_qty','5'),(178299,19280,'_tax_class',''),(178300,19280,'_line_subtotal','71.5'),(178301,19280,'_line_subtotal_tax','0'),(178302,19280,'_line_total','71.5'),(178303,19280,'_line_tax','0'),(178304,19280,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178305,19280,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(178306,19281,'_product_id','488'),(178307,19281,'_variation_id','0'),(178308,19281,'_qty','1'),(178309,19281,'_tax_class',''),(178310,19281,'_line_subtotal','31.35'),(178311,19281,'_line_subtotal_tax','0'),(178312,19281,'_line_total','31.35'),(178313,19281,'_line_tax','0'),(178314,19281,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178315,19281,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(178316,19282,'method_id','advanced_free_shipping'),(178317,19282,'instance_id','0'),(178318,19282,'cost','0'),(178319,19282,'total_tax','0'),(178320,19282,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178321,19283,'_product_id','45'),(178322,19283,'_variation_id','0'),(178323,19283,'_qty','2'),(178324,19283,'_tax_class',''),(178325,19283,'_line_subtotal','100'),(178326,19283,'_line_subtotal_tax','0'),(178327,19283,'_line_total','100'),(178328,19283,'_line_tax','0'),(178329,19283,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178330,19283,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178331,19284,'_product_id','42'),(178332,19284,'_variation_id','0'),(178333,19284,'_qty','1'),(178334,19284,'_tax_class',''),(178335,19284,'_line_subtotal','90'),(178336,19284,'_line_subtotal_tax','0'),(178337,19284,'_line_total','90'),(178338,19284,'_line_tax','0'),(178339,19284,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178340,19284,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(178341,19285,'_product_id','3352'),(178342,19285,'_variation_id','0'),(178343,19285,'_qty','1'),(178344,19285,'_tax_class',''),(178345,19285,'_line_subtotal','148'),(178346,19285,'_line_subtotal_tax','0'),(178347,19285,'_line_total','148'),(178348,19285,'_line_tax','0'),(178349,19285,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178350,19285,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(178351,19286,'_product_id','3360'),(178352,19286,'_variation_id','0'),(178353,19286,'_qty','1'),(178354,19286,'_tax_class',''),(178355,19286,'_line_subtotal','148'),(178356,19286,'_line_subtotal_tax','0'),(178357,19286,'_line_total','148'),(178358,19286,'_line_tax','0'),(178359,19286,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178360,19286,'_wcms_cart_key','75df63609809c7a2052fdffe5c00a84e'),(178361,19287,'_product_id','49'),(178362,19287,'_variation_id','0'),(178363,19287,'_qty','1'),(178364,19287,'_tax_class',''),(178365,19287,'_line_subtotal','90'),(178366,19287,'_line_subtotal_tax','0'),(178367,19287,'_line_total','90'),(178368,19287,'_line_tax','0'),(178369,19287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178370,19287,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(178371,19288,'_product_id','3354'),(178372,19288,'_variation_id','0'),(178373,19288,'_qty','1'),(178374,19288,'_tax_class',''),(178375,19288,'_line_subtotal','148'),(178376,19288,'_line_subtotal_tax','0'),(178377,19288,'_line_total','148'),(178378,19288,'_line_tax','0'),(178379,19288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178380,19288,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(178381,19289,'_product_id','2408'),(178382,19289,'_variation_id','0'),(178383,19289,'_qty','1'),(178384,19289,'_tax_class',''),(178385,19289,'_line_subtotal','170'),(178386,19289,'_line_subtotal_tax','0'),(178387,19289,'_line_total','170'),(178388,19289,'_line_tax','0'),(178389,19289,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178390,19289,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(178391,19290,'_product_id','133'),(178392,19290,'_variation_id','0'),(178393,19290,'_qty','2'),(178394,19290,'_tax_class',''),(178395,19290,'_line_subtotal','28.6'),(178396,19290,'_line_subtotal_tax','0'),(178397,19290,'_line_total','28.6'),(178398,19290,'_line_tax','0'),(178399,19290,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178400,19290,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(178401,19291,'method_id','advanced_free_shipping'),(178402,19291,'instance_id','0'),(178403,19291,'cost','0'),(178404,19291,'total_tax','0'),(178405,19291,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178406,19292,'_product_id','2110'),(178407,19292,'_variation_id','0'),(178408,19292,'_qty','2'),(178409,19292,'_tax_class',''),(178410,19292,'_line_subtotal','142.8'),(178411,19292,'_line_subtotal_tax','0'),(178412,19292,'_line_total','142.8'),(178413,19292,'_line_tax','0'),(178414,19292,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178415,19292,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178416,19293,'_product_id','2113'),(178417,19293,'_variation_id','0'),(178418,19293,'_qty','2'),(178419,19293,'_tax_class',''),(178420,19293,'_line_subtotal','344'),(178421,19293,'_line_subtotal_tax','0'),(178422,19293,'_line_total','344'),(178423,19293,'_line_tax','0'),(178424,19293,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178425,19293,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(178426,19294,'_product_id','41'),(178427,19294,'_variation_id','0'),(178428,19294,'_qty','1'),(178429,19294,'_tax_class',''),(178430,19294,'_line_subtotal','73.2'),(178431,19294,'_line_subtotal_tax','0'),(178432,19294,'_line_total','73.2'),(178433,19294,'_line_tax','0'),(178434,19294,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178435,19294,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178436,19295,'_product_id','39'),(178437,19295,'_variation_id','0'),(178438,19295,'_qty','1'),(178439,19295,'_tax_class',''),(178440,19295,'_line_subtotal','90'),(178441,19295,'_line_subtotal_tax','0'),(178442,19295,'_line_total','90'),(178443,19295,'_line_tax','0'),(178444,19295,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178445,19295,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(178446,19296,'_product_id','43'),(178447,19296,'_variation_id','0'),(178448,19296,'_qty','1'),(178449,19296,'_tax_class',''),(178450,19296,'_line_subtotal','90'),(178451,19296,'_line_subtotal_tax','0'),(178452,19296,'_line_total','90'),(178453,19296,'_line_tax','0'),(178454,19296,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178455,19296,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178456,19297,'_product_id','49'),(178457,19297,'_variation_id','0'),(178458,19297,'_qty','2'),(178459,19297,'_tax_class',''),(178460,19297,'_line_subtotal','180'),(178461,19297,'_line_subtotal_tax','0'),(178462,19297,'_line_total','180'),(178463,19297,'_line_tax','0'),(178464,19297,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178465,19297,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(178466,19298,'_product_id','490'),(178467,19298,'_variation_id','0'),(178468,19298,'_qty','14'),(178469,19298,'_tax_class',''),(178470,19298,'_line_subtotal','274.4'),(178471,19298,'_line_subtotal_tax','0'),(178472,19298,'_line_total','274.4'),(178473,19298,'_line_tax','0'),(178474,19298,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178475,19298,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(178476,19299,'_product_id','45'),(178477,19299,'_variation_id','0'),(178478,19299,'_qty','1'),(178479,19299,'_tax_class',''),(178480,19299,'_line_subtotal','50'),(178481,19299,'_line_subtotal_tax','0'),(178482,19299,'_line_total','50'),(178483,19299,'_line_tax','0'),(178484,19299,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178485,19299,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178486,19300,'method_id','advanced_free_shipping'),(178487,19300,'instance_id','0'),(178488,19300,'cost','0'),(178489,19300,'total_tax','0'),(178490,19300,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178491,19301,'_product_id','2110'),(178492,19301,'_variation_id','0'),(178493,19301,'_qty','3'),(178494,19301,'_tax_class',''),(178495,19301,'_line_subtotal','214.2'),(178496,19301,'_line_subtotal_tax','0'),(178497,19301,'_line_total','214.2'),(178498,19301,'_line_tax','0'),(178499,19301,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178500,19301,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178501,19302,'_product_id','40'),(178502,19302,'_variation_id','0'),(178503,19302,'_qty','1'),(178504,19302,'_tax_class',''),(178505,19302,'_line_subtotal','90'),(178506,19302,'_line_subtotal_tax','0'),(178507,19302,'_line_total','90'),(178508,19302,'_line_tax','0'),(178509,19302,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178510,19302,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(178511,19303,'_product_id','43'),(178512,19303,'_variation_id','0'),(178513,19303,'_qty','3'),(178514,19303,'_tax_class',''),(178515,19303,'_line_subtotal','270'),(178516,19303,'_line_subtotal_tax','0'),(178517,19303,'_line_total','270'),(178518,19303,'_line_tax','0'),(178519,19303,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178520,19303,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178521,19304,'_product_id','3352'),(178522,19304,'_variation_id','0'),(178523,19304,'_qty','3'),(178524,19304,'_tax_class',''),(178525,19304,'_line_subtotal','444'),(178526,19304,'_line_subtotal_tax','0'),(178527,19304,'_line_total','444'),(178528,19304,'_line_tax','0'),(178529,19304,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178530,19304,'_wcms_cart_key','0987b8b338d6c90bbedd8631bc499221'),(178531,19305,'_product_id','3354'),(178532,19305,'_variation_id','0'),(178533,19305,'_qty','2'),(178534,19305,'_tax_class',''),(178535,19305,'_line_subtotal','296'),(178536,19305,'_line_subtotal_tax','0'),(178537,19305,'_line_total','296'),(178538,19305,'_line_tax','0'),(178539,19305,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178540,19305,'_wcms_cart_key','d2cd33e9c0236a8c2d8bd3fa91ad3acf'),(178541,19306,'_product_id','116'),(178542,19306,'_variation_id','0'),(178543,19306,'_qty','1'),(178544,19306,'_tax_class',''),(178545,19306,'_line_subtotal','165'),(178546,19306,'_line_subtotal_tax','0'),(178547,19306,'_line_total','165'),(178548,19306,'_line_tax','0'),(178549,19306,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178550,19306,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(178551,19307,'_product_id','44'),(178552,19307,'_variation_id','0'),(178553,19307,'_qty','1'),(178554,19307,'_tax_class',''),(178555,19307,'_line_subtotal','138'),(178556,19307,'_line_subtotal_tax','0'),(178557,19307,'_line_total','138'),(178558,19307,'_line_tax','0'),(178559,19307,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178560,19307,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(178561,19308,'_product_id','133'),(178562,19308,'_variation_id','0'),(178563,19308,'_qty','2'),(178564,19308,'_tax_class',''),(178565,19308,'_line_subtotal','28.6'),(178566,19308,'_line_subtotal_tax','0'),(178567,19308,'_line_total','28.6'),(178568,19308,'_line_tax','0'),(178569,19308,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178570,19308,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(178571,19309,'_product_id','488'),(178572,19309,'_variation_id','0'),(178573,19309,'_qty','3'),(178574,19309,'_tax_class',''),(178575,19309,'_line_subtotal','94.05'),(178576,19309,'_line_subtotal_tax','0'),(178577,19309,'_line_total','94.05'),(178578,19309,'_line_tax','0'),(178579,19309,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178580,19309,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(178581,19310,'method_id','advanced_free_shipping'),(178582,19310,'instance_id','0'),(178583,19310,'cost','0'),(178584,19310,'total_tax','0'),(178585,19310,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178586,19191,'thwma_order_shipping_status','wc-pending'),(178587,19192,'thwma_order_shipping_status','wc-pending'),(178588,19193,'thwma_order_shipping_status','wc-pending'),(178589,19194,'thwma_order_shipping_status','wc-pending'),(178590,19195,'thwma_order_shipping_status','wc-pending'),(178591,19196,'thwma_order_shipping_status','wc-pending'),(178592,19197,'thwma_order_shipping_status','wc-pending'),(178593,19203,'thwma_order_shipping_status','wc-pending'),(178594,19204,'thwma_order_shipping_status','wc-pending'),(178595,19205,'thwma_order_shipping_status','wc-pending'),(178596,19206,'thwma_order_shipping_status','wc-pending'),(178597,19207,'thwma_order_shipping_status','wc-pending'),(178598,19208,'thwma_order_shipping_status','wc-pending'),(178599,19209,'thwma_order_shipping_status','wc-pending'),(178600,19210,'thwma_order_shipping_status','wc-pending'),(178601,19211,'thwma_order_shipping_status','wc-pending'),(178602,19212,'thwma_order_shipping_status','wc-pending'),(178603,19213,'thwma_order_shipping_status','wc-pending'),(178604,19229,'thwma_order_shipping_status','wc-pending'),(178605,19230,'thwma_order_shipping_status','wc-pending'),(178606,19231,'thwma_order_shipping_status','wc-pending'),(178607,19232,'thwma_order_shipping_status','wc-pending'),(178608,19233,'thwma_order_shipping_status','wc-pending'),(178609,19235,'thwma_order_shipping_status','wc-pending'),(178610,19236,'thwma_order_shipping_status','wc-pending'),(178611,19237,'thwma_order_shipping_status','wc-pending'),(178612,19238,'thwma_order_shipping_status','wc-pending'),(178613,19239,'thwma_order_shipping_status','wc-pending'),(178614,19240,'thwma_order_shipping_status','wc-pending'),(178615,19242,'thwma_order_shipping_status','wc-pending'),(178616,19243,'thwma_order_shipping_status','wc-pending'),(178617,19244,'thwma_order_shipping_status','wc-pending'),(178618,19245,'thwma_order_shipping_status','wc-pending'),(178619,19246,'thwma_order_shipping_status','wc-pending'),(178620,19247,'thwma_order_shipping_status','wc-pending'),(178621,19311,'_product_id','133'),(178622,19311,'_variation_id','0'),(178623,19311,'_qty','1'),(178624,19311,'_tax_class',''),(178625,19311,'_line_subtotal','14.3'),(178626,19311,'_line_subtotal_tax','0'),(178627,19311,'_line_total','14.3'),(178628,19311,'_line_tax','0'),(178629,19311,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178630,19311,'_wcms_cart_key','9fc3d7152ba9336a670e36d0ed79bc43'),(178631,19312,'_product_id','3696'),(178632,19312,'_variation_id','0'),(178633,19312,'_qty','2'),(178634,19312,'_tax_class',''),(178635,19312,'_line_subtotal','137'),(178636,19312,'_line_subtotal_tax','0'),(178637,19312,'_line_total','137'),(178638,19312,'_line_tax','0'),(178639,19312,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178640,19312,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(178641,19313,'_product_id','487'),(178642,19313,'_variation_id','0'),(178643,19313,'_qty','2'),(178644,19313,'_tax_class',''),(178645,19313,'_line_subtotal','62.7'),(178646,19313,'_line_subtotal_tax','0'),(178647,19313,'_line_total','62.7'),(178648,19313,'_line_tax','0'),(178649,19313,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178650,19313,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(178651,19314,'method_id','fedex'),(178652,19314,'instance_id','1'),(178653,19314,'cost','42.5'),(178654,19314,'total_tax','0'),(178655,19314,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178656,19314,'Package 1','17 × 14 × 10 (in) 34.7lbs × 1'),(178657,19314,'Package 2','15.5 × 12 × 1.5 (in) 1.26lbs × 1'),(178658,19314,'Items','Disposable Head Bands &times; 1, Bulk Active Rinse 100% 1 Gallon &times; 2, Bulk Mousse 1 Gallon RM &times; 2'),(178659,19315,'_product_id','2110'),(178660,19315,'_variation_id','0'),(178661,19315,'_qty','3'),(178662,19315,'_tax_class',''),(178663,19315,'_line_subtotal','214.2'),(178664,19315,'_line_subtotal_tax','0'),(178665,19315,'_line_total','214.2'),(178666,19315,'_line_tax','0'),(178667,19315,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178668,19315,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178669,19316,'_product_id','2113'),(178670,19316,'_variation_id','0'),(178671,19316,'_qty','2'),(178672,19316,'_tax_class',''),(178673,19316,'_line_subtotal','344'),(178674,19316,'_line_subtotal_tax','0'),(178675,19316,'_line_total','344'),(178676,19316,'_line_tax','0'),(178677,19316,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178678,19316,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(178679,19317,'_product_id','41'),(178680,19317,'_variation_id','0'),(178681,19317,'_qty','2'),(178682,19317,'_tax_class',''),(178683,19317,'_line_subtotal','146.4'),(178684,19317,'_line_subtotal_tax','0'),(178685,19317,'_line_total','146.4'),(178686,19317,'_line_tax','0'),(178687,19317,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178688,19317,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178689,19318,'_product_id','45'),(178690,19318,'_variation_id','0'),(178691,19318,'_qty','2'),(178692,19318,'_tax_class',''),(178693,19318,'_line_subtotal','100'),(178694,19318,'_line_subtotal_tax','0'),(178695,19318,'_line_total','100'),(178696,19318,'_line_tax','0'),(178697,19318,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178698,19318,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178699,19319,'method_id','advanced_free_shipping'),(178700,19319,'instance_id','0'),(178701,19319,'cost','0'),(178702,19319,'total_tax','0'),(178703,19319,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178704,19320,'_product_id','2110'),(178705,19320,'_variation_id','0'),(178706,19320,'_qty','5'),(178707,19320,'_tax_class',''),(178708,19320,'_line_subtotal','357'),(178709,19320,'_line_subtotal_tax','0'),(178710,19320,'_line_total','357'),(178711,19320,'_line_tax','0'),(178712,19320,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178713,19320,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178714,19321,'_product_id','2113'),(178715,19321,'_variation_id','0'),(178716,19321,'_qty','3'),(178717,19321,'_tax_class',''),(178718,19321,'_line_subtotal','516'),(178719,19321,'_line_subtotal_tax','0'),(178720,19321,'_line_total','516'),(178721,19321,'_line_tax','0'),(178722,19321,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178723,19321,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(178724,19322,'_product_id','41'),(178725,19322,'_variation_id','0'),(178726,19322,'_qty','6'),(178727,19322,'_tax_class',''),(178728,19322,'_line_subtotal','439.2'),(178729,19322,'_line_subtotal_tax','0'),(178730,19322,'_line_total','439.2'),(178731,19322,'_line_tax','0'),(178732,19322,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178733,19322,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(178734,19323,'_product_id','45'),(178735,19323,'_variation_id','0'),(178736,19323,'_qty','1'),(178737,19323,'_tax_class',''),(178738,19323,'_line_subtotal','50'),(178739,19323,'_line_subtotal_tax','0'),(178740,19323,'_line_total','50'),(178741,19323,'_line_tax','0'),(178742,19323,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178743,19323,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178744,19324,'_product_id','43'),(178745,19324,'_variation_id','0'),(178746,19324,'_qty','2'),(178747,19324,'_tax_class',''),(178748,19324,'_line_subtotal','180'),(178749,19324,'_line_subtotal_tax','0'),(178750,19324,'_line_total','180'),(178751,19324,'_line_tax','0'),(178752,19324,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178753,19324,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178754,19325,'_product_id','120'),(178755,19325,'_variation_id','0'),(178756,19325,'_qty','1'),(178757,19325,'_tax_class',''),(178758,19325,'_line_subtotal','63'),(178759,19325,'_line_subtotal_tax','0'),(178760,19325,'_line_total','63'),(178761,19325,'_line_tax','0'),(178762,19325,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178763,19325,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(178764,19326,'method_id','advanced_free_shipping'),(178765,19326,'instance_id','0'),(178766,19326,'cost','0'),(178767,19326,'total_tax','0'),(178768,19326,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178769,19327,'_product_id','51'),(178770,19327,'_variation_id','0'),(178771,19327,'_qty','1'),(178772,19327,'_tax_class',''),(178773,19327,'_line_subtotal','170'),(178774,19327,'_line_subtotal_tax','0'),(178775,19327,'_line_total','170'),(178776,19327,'_line_tax','0'),(178777,19327,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178778,19327,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(178779,19328,'_product_id','44'),(178780,19328,'_variation_id','0'),(178781,19328,'_qty','1'),(178782,19328,'_tax_class',''),(178783,19328,'_line_subtotal','138'),(178784,19328,'_line_subtotal_tax','0'),(178785,19328,'_line_total','138'),(178786,19328,'_line_tax','0'),(178787,19328,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178788,19328,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(178789,19329,'_product_id','40'),(178790,19329,'_variation_id','0'),(178791,19329,'_qty','1'),(178792,19329,'_tax_class',''),(178793,19329,'_line_subtotal','90'),(178794,19329,'_line_subtotal_tax','0'),(178795,19329,'_line_total','90'),(178796,19329,'_line_tax','0'),(178797,19329,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178798,19329,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(178799,19330,'_product_id','39'),(178800,19330,'_variation_id','0'),(178801,19330,'_qty','1'),(178802,19330,'_tax_class',''),(178803,19330,'_line_subtotal','90'),(178804,19330,'_line_subtotal_tax','0'),(178805,19330,'_line_total','90'),(178806,19330,'_line_tax','0'),(178807,19330,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178808,19330,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(178809,19331,'_product_id','3412'),(178810,19331,'_variation_id','0'),(178811,19331,'_qty','1'),(178812,19331,'_tax_class',''),(178813,19331,'_line_subtotal','90'),(178814,19331,'_line_subtotal_tax','0'),(178815,19331,'_line_total','90'),(178816,19331,'_line_tax','0'),(178817,19331,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178818,19331,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(178819,19332,'_product_id','3696'),(178820,19332,'_variation_id','0'),(178821,19332,'_qty','3'),(178822,19332,'_tax_class',''),(178823,19332,'_line_subtotal','205.5'),(178824,19332,'_line_subtotal_tax','0'),(178825,19332,'_line_total','205.5'),(178826,19332,'_line_tax','0'),(178827,19332,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178828,19332,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(178829,19333,'_product_id','45'),(178830,19333,'_variation_id','0'),(178831,19333,'_qty','1'),(178832,19333,'_tax_class',''),(178833,19333,'_line_subtotal','50'),(178834,19333,'_line_subtotal_tax','0'),(178835,19333,'_line_total','50'),(178836,19333,'_line_tax','0'),(178837,19333,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178838,19333,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(178839,19334,'_product_id','49'),(178840,19334,'_variation_id','0'),(178841,19334,'_qty','1'),(178842,19334,'_tax_class',''),(178843,19334,'_line_subtotal','90'),(178844,19334,'_line_subtotal_tax','0'),(178845,19334,'_line_total','90'),(178846,19334,'_line_tax','0'),(178847,19334,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178848,19334,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(178849,19335,'_product_id','43'),(178850,19335,'_variation_id','0'),(178851,19335,'_qty','1'),(178852,19335,'_tax_class',''),(178853,19335,'_line_subtotal','90'),(178854,19335,'_line_subtotal_tax','0'),(178855,19335,'_line_total','90'),(178856,19335,'_line_tax','0'),(178857,19335,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178858,19335,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178859,19336,'method_id','advanced_free_shipping'),(178860,19336,'instance_id','0'),(178861,19336,'cost','0'),(178862,19336,'total_tax','0'),(178863,19336,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(178864,19268,'thwma_order_shipping_status','wc-pending'),(178865,19269,'thwma_order_shipping_status','wc-pending'),(178866,19270,'thwma_order_shipping_status','wc-pending'),(178867,19271,'thwma_order_shipping_status','wc-pending'),(178868,19272,'thwma_order_shipping_status','wc-pending'),(178869,19273,'thwma_order_shipping_status','wc-pending'),(178870,19274,'thwma_order_shipping_status','wc-pending'),(178871,19275,'thwma_order_shipping_status','wc-pending'),(178872,19276,'thwma_order_shipping_status','wc-pending'),(178873,19277,'thwma_order_shipping_status','wc-pending'),(178874,19278,'thwma_order_shipping_status','wc-pending'),(178875,19279,'thwma_order_shipping_status','wc-pending'),(178876,19280,'thwma_order_shipping_status','wc-pending'),(178877,19281,'thwma_order_shipping_status','wc-pending'),(178878,19249,'thwma_order_shipping_status','wc-pending'),(178879,19250,'thwma_order_shipping_status','wc-pending'),(178880,19251,'thwma_order_shipping_status','wc-pending'),(178881,19252,'thwma_order_shipping_status','wc-pending'),(178882,19253,'thwma_order_shipping_status','wc-pending'),(178883,19254,'thwma_order_shipping_status','wc-pending'),(178884,19255,'thwma_order_shipping_status','wc-pending'),(178885,19256,'thwma_order_shipping_status','wc-pending'),(178886,19257,'thwma_order_shipping_status','wc-pending'),(178887,19258,'thwma_order_shipping_status','wc-pending'),(178888,19292,'thwma_order_shipping_status','wc-pending'),(178889,19293,'thwma_order_shipping_status','wc-pending'),(178890,19294,'thwma_order_shipping_status','wc-pending'),(178891,19295,'thwma_order_shipping_status','wc-pending'),(178892,19296,'thwma_order_shipping_status','wc-pending'),(178893,19297,'thwma_order_shipping_status','wc-pending'),(178894,19298,'thwma_order_shipping_status','wc-pending'),(178895,19299,'thwma_order_shipping_status','wc-pending'),(178901,19260,'thwma_order_shipping_status','wc-pending'),(178902,19261,'thwma_order_shipping_status','wc-pending'),(178903,19262,'thwma_order_shipping_status','wc-pending'),(178904,19263,'thwma_order_shipping_status','wc-pending'),(178905,19264,'thwma_order_shipping_status','wc-pending'),(178906,19283,'thwma_order_shipping_status','wc-pending'),(178907,19284,'thwma_order_shipping_status','wc-pending'),(178908,19285,'thwma_order_shipping_status','wc-pending'),(178909,19286,'thwma_order_shipping_status','wc-pending'),(178910,19287,'thwma_order_shipping_status','wc-pending'),(178911,19288,'thwma_order_shipping_status','wc-pending'),(178912,19289,'thwma_order_shipping_status','wc-pending'),(178913,19290,'thwma_order_shipping_status','wc-pending'),(178923,19311,'thwma_order_shipping_status','wc-pending'),(178924,19312,'thwma_order_shipping_status','wc-pending'),(178925,19313,'thwma_order_shipping_status','wc-pending'),(178926,19320,'thwma_order_shipping_status','wc-pending'),(178927,19321,'thwma_order_shipping_status','wc-pending'),(178928,19322,'thwma_order_shipping_status','wc-pending'),(178929,19323,'thwma_order_shipping_status','wc-pending'),(178930,19324,'thwma_order_shipping_status','wc-pending'),(178931,19325,'thwma_order_shipping_status','wc-pending'),(178932,19301,'thwma_order_shipping_status','wc-pending'),(178933,19302,'thwma_order_shipping_status','wc-pending'),(178934,19303,'thwma_order_shipping_status','wc-pending'),(178935,19304,'thwma_order_shipping_status','wc-pending'),(178936,19305,'thwma_order_shipping_status','wc-pending'),(178937,19306,'thwma_order_shipping_status','wc-pending'),(178938,19307,'thwma_order_shipping_status','wc-pending'),(178939,19308,'thwma_order_shipping_status','wc-pending'),(178940,19309,'thwma_order_shipping_status','wc-pending'),(178941,19315,'thwma_order_shipping_status','wc-pending'),(178942,19316,'thwma_order_shipping_status','wc-pending'),(178943,19317,'thwma_order_shipping_status','wc-pending'),(178944,19318,'thwma_order_shipping_status','wc-pending'),(178945,19337,'_product_id','3696'),(178946,19337,'_variation_id','0'),(178947,19337,'_qty','2'),(178948,19337,'_tax_class',''),(178949,19337,'_line_subtotal','137'),(178950,19337,'_line_subtotal_tax','0'),(178951,19337,'_line_total','137'),(178952,19337,'_line_tax','0'),(178953,19337,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178954,19337,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(178955,19338,'_product_id','2110'),(178956,19338,'_variation_id','0'),(178957,19338,'_qty','1'),(178958,19338,'_tax_class',''),(178959,19338,'_line_subtotal','71.4'),(178960,19338,'_line_subtotal_tax','0'),(178961,19338,'_line_total','71.4'),(178962,19338,'_line_tax','0'),(178963,19338,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178964,19338,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(178965,19339,'_product_id','39'),(178966,19339,'_variation_id','0'),(178967,19339,'_qty','1'),(178968,19339,'_tax_class',''),(178969,19339,'_line_subtotal','90'),(178970,19339,'_line_subtotal_tax','0'),(178971,19339,'_line_total','90'),(178972,19339,'_line_tax','0'),(178973,19339,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178974,19339,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(178975,19340,'_product_id','40'),(178976,19340,'_variation_id','0'),(178977,19340,'_qty','1'),(178978,19340,'_tax_class',''),(178979,19340,'_line_subtotal','90'),(178980,19340,'_line_subtotal_tax','0'),(178981,19340,'_line_total','90'),(178982,19340,'_line_tax','0'),(178983,19340,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178984,19340,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(178985,19341,'_product_id','43'),(178986,19341,'_variation_id','0'),(178987,19341,'_qty','2'),(178988,19341,'_tax_class',''),(178989,19341,'_line_subtotal','180'),(178990,19341,'_line_subtotal_tax','0'),(178991,19341,'_line_total','180'),(178992,19341,'_line_tax','0'),(178993,19341,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(178994,19341,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(178995,19342,'_product_id','49'),(178996,19342,'_variation_id','0'),(178997,19342,'_qty','2'),(178998,19342,'_tax_class',''),(178999,19342,'_line_subtotal','180'),(179000,19342,'_line_subtotal_tax','0'),(179001,19342,'_line_total','180'),(179002,19342,'_line_tax','0'),(179003,19342,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179004,19342,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179005,19343,'_product_id','41'),(179006,19343,'_variation_id','0'),(179007,19343,'_qty','1'),(179008,19343,'_tax_class',''),(179009,19343,'_line_subtotal','73.2'),(179010,19343,'_line_subtotal_tax','0'),(179011,19343,'_line_total','73.2'),(179012,19343,'_line_tax','0'),(179013,19343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179014,19343,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179015,19344,'_product_id','45'),(179016,19344,'_variation_id','0'),(179017,19344,'_qty','1'),(179018,19344,'_tax_class',''),(179019,19344,'_line_subtotal','50'),(179020,19344,'_line_subtotal_tax','0'),(179021,19344,'_line_total','50'),(179022,19344,'_line_tax','0'),(179023,19344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179024,19344,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(179025,19345,'_product_id','51'),(179026,19345,'_variation_id','0'),(179027,19345,'_qty','1'),(179028,19345,'_tax_class',''),(179029,19345,'_line_subtotal','170'),(179030,19345,'_line_subtotal_tax','0'),(179031,19345,'_line_total','170'),(179032,19345,'_line_tax','0'),(179033,19345,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179034,19345,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(179035,19346,'method_id','advanced_free_shipping'),(179036,19346,'instance_id','0'),(179037,19346,'cost','0'),(179038,19346,'total_tax','0'),(179039,19346,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179040,19327,'thwma_order_shipping_status','wc-pending'),(179041,19328,'thwma_order_shipping_status','wc-pending'),(179042,19329,'thwma_order_shipping_status','wc-pending'),(179043,19330,'thwma_order_shipping_status','wc-pending'),(179044,19331,'thwma_order_shipping_status','wc-pending'),(179045,19332,'thwma_order_shipping_status','wc-pending'),(179046,19333,'thwma_order_shipping_status','wc-pending'),(179047,19334,'thwma_order_shipping_status','wc-pending'),(179048,19335,'thwma_order_shipping_status','wc-pending'),(179049,19347,'_product_id','2113'),(179050,19347,'_variation_id','0'),(179051,19347,'_qty','4'),(179052,19347,'_tax_class',''),(179053,19347,'_line_subtotal','688'),(179054,19347,'_line_subtotal_tax','0'),(179055,19347,'_line_total','688'),(179056,19347,'_line_tax','0'),(179057,19347,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179058,19347,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(179059,19348,'method_id','advanced_free_shipping'),(179060,19348,'instance_id','0'),(179061,19348,'cost','0'),(179062,19348,'total_tax','0'),(179063,19348,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179064,19349,'_product_id','2110'),(179065,19349,'_variation_id','0'),(179066,19349,'_qty','8'),(179067,19349,'_tax_class',''),(179068,19349,'_line_subtotal','531.216'),(179069,19349,'_line_subtotal_tax','0'),(179070,19349,'_line_total','531.216'),(179071,19349,'_line_tax','0'),(179072,19349,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179073,19349,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:2:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(179074,19349,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(179075,19349,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179076,19350,'_product_id','2113'),(179077,19350,'_variation_id','0'),(179078,19350,'_qty','4'),(179079,19350,'_tax_class',''),(179080,19350,'_line_subtotal','688'),(179081,19350,'_line_subtotal_tax','0'),(179082,19350,'_line_total','688'),(179083,19350,'_line_tax','0'),(179084,19350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179085,19350,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(179086,19351,'_product_id','43'),(179087,19351,'_variation_id','0'),(179088,19351,'_qty','8'),(179089,19351,'_tax_class',''),(179090,19351,'_line_subtotal','669.6'),(179091,19351,'_line_subtotal_tax','0'),(179092,19351,'_line_total','669.6'),(179093,19351,'_line_tax','0'),(179094,19351,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179095,19351,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(179096,19351,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(179097,19351,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(179098,19352,'_product_id','45'),(179099,19352,'_variation_id','0'),(179100,19352,'_qty','3'),(179101,19352,'_tax_class',''),(179102,19352,'_line_subtotal','150'),(179103,19352,'_line_subtotal_tax','0'),(179104,19352,'_line_total','150'),(179105,19352,'_line_tax','0'),(179106,19352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179107,19352,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(179108,19353,'_product_id','3476'),(179109,19353,'_variation_id','0'),(179110,19353,'_qty','4'),(179111,19353,'_tax_class',''),(179112,19353,'_line_subtotal','304.8'),(179113,19353,'_line_subtotal_tax','0'),(179114,19353,'_line_total','304.8'),(179115,19353,'_line_tax','0'),(179116,19353,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179117,19353,'_wcms_cart_key','ddcbe25988981920c872c1787382f04d'),(179118,19354,'_product_id','39'),(179119,19354,'_variation_id','0'),(179120,19354,'_qty','3'),(179121,19354,'_tax_class',''),(179122,19354,'_line_subtotal','270'),(179123,19354,'_line_subtotal_tax','0'),(179124,19354,'_line_total','270'),(179125,19354,'_line_tax','0'),(179126,19354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179127,19354,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(179128,19355,'_product_id','490'),(179129,19355,'_variation_id','0'),(179130,19355,'_qty','60'),(179131,19355,'_tax_class',''),(179132,19355,'_line_subtotal','1176'),(179133,19355,'_line_subtotal_tax','0'),(179134,19355,'_line_total','1176'),(179135,19355,'_line_tax','0'),(179136,19355,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179137,19355,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(179138,19356,'method_id','advanced_free_shipping'),(179139,19356,'instance_id','0'),(179140,19356,'cost','0'),(179141,19356,'total_tax','0'),(179142,19356,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179143,19357,'_product_id','2110'),(179144,19357,'_variation_id','0'),(179145,19357,'_qty','4'),(179146,19357,'_tax_class',''),(179147,19357,'_line_subtotal','285.6'),(179148,19357,'_line_subtotal_tax','0'),(179149,19357,'_line_total','285.6'),(179150,19357,'_line_tax','0'),(179151,19357,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179152,19357,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179153,19358,'_product_id','116'),(179154,19358,'_variation_id','0'),(179155,19358,'_qty','1'),(179156,19358,'_tax_class',''),(179157,19358,'_line_subtotal','165'),(179158,19358,'_line_subtotal_tax','0'),(179159,19358,'_line_total','165'),(179160,19358,'_line_tax','0'),(179161,19358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179162,19358,'_wcms_cart_key','c45147dee729311ef5b5c3003946c48f'),(179163,19359,'_product_id','3696'),(179164,19359,'_variation_id','0'),(179165,19359,'_qty','1'),(179166,19359,'_tax_class',''),(179167,19359,'_line_subtotal','68.5'),(179168,19359,'_line_subtotal_tax','0'),(179169,19359,'_line_total','68.5'),(179170,19359,'_line_tax','0'),(179171,19359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179172,19359,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(179173,19360,'method_id','advanced_free_shipping'),(179174,19360,'instance_id','0'),(179175,19360,'cost','0'),(179176,19360,'total_tax','0'),(179177,19360,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179178,19361,'_product_id','44'),(179179,19361,'_variation_id','0'),(179180,19361,'_qty','2'),(179181,19361,'_tax_class',''),(179182,19361,'_line_subtotal','276'),(179183,19361,'_line_subtotal_tax','0'),(179184,19361,'_line_total','276'),(179185,19361,'_line_tax','0'),(179186,19361,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179187,19361,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(179188,19362,'_product_id','43'),(179189,19362,'_variation_id','0'),(179190,19362,'_qty','2'),(179191,19362,'_tax_class',''),(179192,19362,'_line_subtotal','180'),(179193,19362,'_line_subtotal_tax','0'),(179194,19362,'_line_total','180'),(179195,19362,'_line_tax','0'),(179196,19362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179197,19362,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(179198,19363,'_product_id','144'),(179199,19363,'_variation_id','0'),(179200,19363,'_qty','23'),(179201,19363,'_tax_class',''),(179202,19363,'_line_subtotal','31.74'),(179203,19363,'_line_subtotal_tax','0'),(179204,19363,'_line_total','31.74'),(179205,19363,'_line_tax','0'),(179206,19363,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179207,19363,'_wcms_cart_key','0a09c8844ba8f0936c20bd791130d6b6'),(179208,19364,'_product_id','135'),(179209,19364,'_variation_id','0'),(179210,19364,'_qty','5'),(179211,19364,'_tax_class',''),(179212,19364,'_line_subtotal','12.4'),(179213,19364,'_line_subtotal_tax','0'),(179214,19364,'_line_total','12.4'),(179215,19364,'_line_tax','0'),(179216,19364,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179217,19364,'_wcms_cart_key','7f1de29e6da19d22b51c68001e7e0e54'),(179218,19365,'method_id','advanced_free_shipping'),(179219,19365,'instance_id','0'),(179220,19365,'cost','0'),(179221,19365,'total_tax','0'),(179222,19365,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179223,19366,'_product_id','41'),(179224,19366,'_variation_id','0'),(179225,19366,'_qty','3'),(179226,19366,'_tax_class',''),(179227,19366,'_line_subtotal','219.6'),(179228,19366,'_line_subtotal_tax','0'),(179229,19366,'_line_total','219.6'),(179230,19366,'_line_tax','0'),(179231,19366,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179232,19366,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179233,19367,'_product_id','49'),(179234,19367,'_variation_id','0'),(179235,19367,'_qty','1'),(179236,19367,'_tax_class',''),(179237,19367,'_line_subtotal','90'),(179238,19367,'_line_subtotal_tax','0'),(179239,19367,'_line_total','90'),(179240,19367,'_line_tax','0'),(179241,19367,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179242,19367,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179243,19368,'_product_id','3362'),(179244,19368,'_variation_id','0'),(179245,19368,'_qty','1'),(179246,19368,'_tax_class',''),(179247,19368,'_line_subtotal','75'),(179248,19368,'_line_subtotal_tax','0'),(179249,19368,'_line_total','75'),(179250,19368,'_line_tax','0'),(179251,19368,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179252,19368,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(179253,19369,'_product_id','39'),(179254,19369,'_variation_id','0'),(179255,19369,'_qty','1'),(179256,19369,'_tax_class',''),(179257,19369,'_line_subtotal','90'),(179258,19369,'_line_subtotal_tax','0'),(179259,19369,'_line_total','90'),(179260,19369,'_line_tax','0'),(179261,19369,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179262,19369,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(179263,19370,'_product_id','40'),(179264,19370,'_variation_id','0'),(179265,19370,'_qty','1'),(179266,19370,'_tax_class',''),(179267,19370,'_line_subtotal','90'),(179268,19370,'_line_subtotal_tax','0'),(179269,19370,'_line_total','90'),(179270,19370,'_line_tax','0'),(179271,19370,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179272,19370,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179273,19371,'method_id','advanced_free_shipping'),(179274,19371,'instance_id','0'),(179275,19371,'cost','0'),(179276,19371,'total_tax','0'),(179277,19371,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179278,19372,'_product_id','41'),(179279,19372,'_variation_id','0'),(179280,19372,'_qty','5'),(179281,19372,'_tax_class',''),(179282,19372,'_line_subtotal','366'),(179283,19372,'_line_subtotal_tax','0'),(179284,19372,'_line_total','366'),(179285,19372,'_line_tax','0'),(179286,19372,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179287,19372,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179288,19373,'_product_id','40'),(179289,19373,'_variation_id','0'),(179290,19373,'_qty','1'),(179291,19373,'_tax_class',''),(179292,19373,'_line_subtotal','90'),(179293,19373,'_line_subtotal_tax','0'),(179294,19373,'_line_total','90'),(179295,19373,'_line_tax','0'),(179296,19373,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179297,19373,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179298,19374,'_product_id','3525'),(179299,19374,'_variation_id','0'),(179300,19374,'_qty','1'),(179301,19374,'_tax_class',''),(179302,19374,'_line_subtotal','90'),(179303,19374,'_line_subtotal_tax','0'),(179304,19374,'_line_total','90'),(179305,19374,'_line_tax','0'),(179306,19374,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179307,19374,'_wcms_cart_key','da9e6a4a4aeca98588e4dd77ceb37695'),(179308,19375,'method_id','advanced_free_shipping'),(179309,19375,'instance_id','0'),(179310,19375,'cost','0'),(179311,19375,'total_tax','0'),(179312,19375,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179313,19376,'_product_id','2408'),(179314,19376,'_variation_id','0'),(179315,19376,'_qty','2'),(179316,19376,'_tax_class',''),(179317,19376,'_line_subtotal','340'),(179318,19376,'_line_subtotal_tax','0'),(179319,19376,'_line_total','340'),(179320,19376,'_line_tax','0'),(179321,19376,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179322,19376,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(179323,19377,'_product_id','487'),(179324,19377,'_variation_id','0'),(179325,19377,'_qty','6'),(179326,19377,'_tax_class',''),(179327,19377,'_line_subtotal','188.1'),(179328,19377,'_line_subtotal_tax','0'),(179329,19377,'_line_total','188.1'),(179330,19377,'_line_tax','0'),(179331,19377,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179332,19377,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(179333,19378,'method_id','advanced_free_shipping'),(179334,19378,'instance_id','0'),(179335,19378,'cost','0'),(179336,19378,'total_tax','0'),(179337,19378,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179338,19379,'_product_id','49'),(179339,19379,'_variation_id','0'),(179340,19379,'_qty','20'),(179341,19379,'_tax_class',''),(179342,19379,'_line_subtotal','1674'),(179343,19379,'_line_subtotal_tax','0'),(179344,19379,'_line_total','1674'),(179345,19379,'_line_tax','0'),(179346,19379,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179347,19379,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:20;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:20;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(179348,19379,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:20;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:126;s:34:\"saved_amount_based_on_tax_settings\";d:126;s:15:\"is_free_product\";b:0;}'),(179349,19379,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179350,19380,'_product_id','43'),(179351,19380,'_variation_id','0'),(179352,19380,'_qty','20'),(179353,19380,'_tax_class',''),(179354,19380,'_line_subtotal','1674'),(179355,19380,'_line_subtotal_tax','0'),(179356,19380,'_line_total','1674'),(179357,19380,'_line_tax','0'),(179358,19380,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179359,19380,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:20;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:20;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(179360,19380,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:20;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:126;s:34:\"saved_amount_based_on_tax_settings\";d:126;s:15:\"is_free_product\";b:0;}'),(179361,19380,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(179362,19381,'_product_id','2110'),(179363,19381,'_variation_id','0'),(179364,19381,'_qty','10'),(179365,19381,'_tax_class',''),(179366,19381,'_line_subtotal','664.02'),(179367,19381,'_line_subtotal_tax','0'),(179368,19381,'_line_total','664.02'),(179369,19381,'_line_tax','0'),(179370,19381,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179371,19381,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(179372,19381,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:49.979999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:49.979999999999997;s:15:\"is_free_product\";b:0;}'),(179373,19381,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179374,19382,'_product_id','2113'),(179375,19382,'_variation_id','0'),(179376,19382,'_qty','2'),(179377,19382,'_tax_class',''),(179378,19382,'_line_subtotal','344'),(179379,19382,'_line_subtotal_tax','0'),(179380,19382,'_line_total','344'),(179381,19382,'_line_tax','0'),(179382,19382,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179383,19382,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(179384,19383,'_product_id','490'),(179385,19383,'_variation_id','0'),(179386,19383,'_qty','50'),(179387,19383,'_tax_class',''),(179388,19383,'_line_subtotal','980'),(179389,19383,'_line_subtotal_tax','0'),(179390,19383,'_line_total','980'),(179391,19383,'_line_tax','0'),(179392,19383,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179393,19383,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(179394,19384,'_product_id','44'),(179395,19384,'_variation_id','0'),(179396,19384,'_qty','3'),(179397,19384,'_tax_class',''),(179398,19384,'_line_subtotal','414'),(179399,19384,'_line_subtotal_tax','0'),(179400,19384,'_line_total','414'),(179401,19384,'_line_tax','0'),(179402,19384,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179403,19384,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(179404,19385,'_product_id','51'),(179405,19385,'_variation_id','0'),(179406,19385,'_qty','3'),(179407,19385,'_tax_class',''),(179408,19385,'_line_subtotal','510'),(179409,19385,'_line_subtotal_tax','0'),(179410,19385,'_line_total','510'),(179411,19385,'_line_tax','0'),(179412,19385,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179413,19385,'_wcms_cart_key','2838023a778dfaecdc212708f721b788'),(179414,19386,'_product_id','118'),(179415,19386,'_variation_id','0'),(179416,19386,'_qty','2'),(179417,19386,'_tax_class',''),(179418,19386,'_line_subtotal','430'),(179419,19386,'_line_subtotal_tax','0'),(179420,19386,'_line_total','430'),(179421,19386,'_line_tax','0'),(179422,19386,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179423,19386,'_wcms_cart_key','5ef059938ba799aaa845e1c2e8a762bd'),(179424,19387,'_product_id','45'),(179425,19387,'_variation_id','0'),(179426,19387,'_qty','10'),(179427,19387,'_tax_class',''),(179428,19387,'_line_subtotal','465'),(179429,19387,'_line_subtotal_tax','0'),(179430,19387,'_line_total','465'),(179431,19387,'_line_tax','0'),(179432,19387,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179433,19387,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:4:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(179434,19387,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:35;s:34:\"saved_amount_based_on_tax_settings\";d:35;s:15:\"is_free_product\";b:0;}'),(179435,19387,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(179436,19388,'_product_id','40'),(179437,19388,'_variation_id','0'),(179438,19388,'_qty','2'),(179439,19388,'_tax_class',''),(179440,19388,'_line_subtotal','180'),(179441,19388,'_line_subtotal_tax','0'),(179442,19388,'_line_total','180'),(179443,19388,'_line_tax','0'),(179444,19388,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179445,19388,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179446,19389,'method_id','advanced_free_shipping'),(179447,19389,'instance_id','0'),(179448,19389,'cost','0'),(179449,19389,'total_tax','0'),(179450,19389,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179451,19390,'_product_id','490'),(179452,19390,'_variation_id','0'),(179453,19390,'_qty','20'),(179454,19390,'_tax_class',''),(179455,19390,'_line_subtotal','392'),(179456,19390,'_line_subtotal_tax','0'),(179457,19390,'_line_total','392'),(179458,19390,'_line_tax','0'),(179459,19390,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179460,19390,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(179461,19391,'method_id','fedex'),(179462,19391,'instance_id','1'),(179463,19391,'cost','43.54'),(179464,19391,'total_tax','0'),(179465,19391,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179466,19391,'Package 1','17 × 14 × 10 (in) 41.85lbs × 1'),(179467,19391,'Package 2','12.75 × 10.25 × 1.5 (in) 2.21lbs × 1'),(179468,19391,'Items','Bulk Active Rinse 100% RM &times; 20'),(179469,19392,'_product_id','2408'),(179470,19392,'_variation_id','0'),(179471,19392,'_qty','4'),(179472,19392,'_tax_class',''),(179473,19392,'_line_subtotal','680'),(179474,19392,'_line_subtotal_tax','0'),(179475,19392,'_line_total','680'),(179476,19392,'_line_tax','0'),(179477,19392,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179478,19392,'_wcms_cart_key','7cac11e2f46ed46c339ec3d569853759'),(179479,19393,'_product_id','487'),(179480,19393,'_variation_id','0'),(179481,19393,'_qty','1'),(179482,19393,'_tax_class',''),(179483,19393,'_line_subtotal','31.35'),(179484,19393,'_line_subtotal_tax','0'),(179485,19393,'_line_total','31.35'),(179486,19393,'_line_tax','0'),(179487,19393,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179488,19393,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(179489,19394,'_product_id','49'),(179490,19394,'_variation_id','0'),(179491,19394,'_qty','2'),(179492,19394,'_tax_class',''),(179493,19394,'_line_subtotal','180'),(179494,19394,'_line_subtotal_tax','0'),(179495,19394,'_line_total','180'),(179496,19394,'_line_tax','0'),(179497,19394,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179498,19394,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179499,19395,'method_id','advanced_free_shipping'),(179500,19395,'instance_id','0'),(179501,19395,'cost','0'),(179502,19395,'total_tax','0'),(179503,19395,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179504,19396,'_product_id','49'),(179505,19396,'_variation_id','0'),(179506,19396,'_qty','1'),(179507,19396,'_tax_class',''),(179508,19396,'_line_subtotal','90'),(179509,19396,'_line_subtotal_tax','0'),(179510,19396,'_line_total','90'),(179511,19396,'_line_tax','0'),(179512,19396,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179513,19396,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179514,19397,'_product_id','43'),(179515,19397,'_variation_id','0'),(179516,19397,'_qty','1'),(179517,19397,'_tax_class',''),(179518,19397,'_line_subtotal','90'),(179519,19397,'_line_subtotal_tax','0'),(179520,19397,'_line_total','90'),(179521,19397,'_line_tax','0'),(179522,19397,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179523,19397,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(179524,19398,'_product_id','2110'),(179525,19398,'_variation_id','0'),(179526,19398,'_qty','1'),(179527,19398,'_tax_class',''),(179528,19398,'_line_subtotal','71.4'),(179529,19398,'_line_subtotal_tax','0'),(179530,19398,'_line_total','71.4'),(179531,19398,'_line_tax','0'),(179532,19398,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179533,19398,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179534,19399,'_product_id','490'),(179535,19399,'_variation_id','0'),(179536,19399,'_qty','11'),(179537,19399,'_tax_class',''),(179538,19399,'_line_subtotal','215.6'),(179539,19399,'_line_subtotal_tax','0'),(179540,19399,'_line_total','215.6'),(179541,19399,'_line_tax','0'),(179542,19399,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179543,19399,'_wcms_cart_key','c410003ef13d451727aeff9082c29a5c'),(179544,19400,'_product_id','40'),(179545,19400,'_variation_id','0'),(179546,19400,'_qty','1'),(179547,19400,'_tax_class',''),(179548,19400,'_line_subtotal','90'),(179549,19400,'_line_subtotal_tax','0'),(179550,19400,'_line_total','90'),(179551,19400,'_line_tax','0'),(179552,19400,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179553,19400,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179554,19401,'method_id','advanced_free_shipping'),(179555,19401,'instance_id','0'),(179556,19401,'cost','0'),(179557,19401,'total_tax','0'),(179558,19401,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179559,19376,'thwma_order_shipping_status','wc-pending'),(179560,19377,'thwma_order_shipping_status','wc-pending'),(179561,19379,'thwma_order_shipping_status','wc-pending'),(179562,19380,'thwma_order_shipping_status','wc-pending'),(179563,19381,'thwma_order_shipping_status','wc-pending'),(179564,19382,'thwma_order_shipping_status','wc-pending'),(179565,19383,'thwma_order_shipping_status','wc-pending'),(179566,19384,'thwma_order_shipping_status','wc-pending'),(179567,19385,'thwma_order_shipping_status','wc-pending'),(179568,19386,'thwma_order_shipping_status','wc-pending'),(179569,19387,'thwma_order_shipping_status','wc-pending'),(179570,19388,'thwma_order_shipping_status','wc-pending'),(179571,19402,'_product_id','488'),(179572,19402,'_variation_id','0'),(179573,19402,'_qty','3'),(179574,19402,'_tax_class',''),(179575,19402,'_line_subtotal','94.05'),(179576,19402,'_line_subtotal_tax','0'),(179577,19402,'_line_total','94.05'),(179578,19402,'_line_tax','0'),(179579,19402,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179580,19402,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(179581,19402,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_1\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:2:{i:0;s:32:\"135cb956fd2dba7512800b9fd06fea18\";i:1;s:32:\"f819f46e0304117d2a81e66871738054\";}s:15:\"parent_cart_key\";s:0:\"\";}'),(179582,19403,'_product_id','3696'),(179583,19403,'_variation_id','0'),(179584,19403,'_qty','3'),(179585,19403,'_tax_class',''),(179586,19403,'_line_subtotal','205.5'),(179587,19403,'_line_subtotal_tax','0'),(179588,19403,'_line_total','205.5'),(179589,19403,'_line_tax','0'),(179590,19403,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179591,19403,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(179592,19403,'thwma_order_shipping_data','a:7:{s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:8:\"quantity\";i:6;s:13:\"multi_ship_id\";s:12:\"multi_ship_2\";s:20:\"multi_ship_parent_id\";i:0;s:10:\"child_keys\";a:1:{i:0;s:32:\"76067f614875a21ea5cfbc63f7523711\";}s:15:\"parent_cart_key\";s:0:\"\";}'),(179593,19404,'_product_id','488'),(179594,19404,'_variation_id','0'),(179595,19404,'_qty','3'),(179596,19404,'_tax_class',''),(179597,19404,'_line_subtotal','94.05'),(179598,19404,'_line_subtotal_tax','0'),(179599,19404,'_line_total','94.05'),(179600,19404,'_line_tax','0'),(179601,19404,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179602,19404,'_wcms_cart_key','f819f46e0304117d2a81e66871738054'),(179603,19404,'thwma_order_shipping_address','a:1:{s:9:\"address_3\";a:3:{s:10:\"product_id\";i:488;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}s:10:\"unique_key\";s:32:\"d021afabf5ad6e89822fcbfdb23ec363\";}}'),(179604,19404,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";s:3:\"488\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_9162\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_1\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:12:\"ship_address\";s:9:\"address_3\";}'),(179605,19405,'_product_id','3696'),(179606,19405,'_variation_id','0'),(179607,19405,'_qty','3'),(179608,19405,'_tax_class',''),(179609,19405,'_line_subtotal','205.5'),(179610,19405,'_line_subtotal_tax','0'),(179611,19405,'_line_total','205.5'),(179612,19405,'_line_tax','0'),(179613,19405,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179614,19405,'_wcms_cart_key','76067f614875a21ea5cfbc63f7523711'),(179615,19405,'thwma_order_shipping_address','a:1:{s:9:\"address_3\";a:3:{s:10:\"product_id\";i:3696;s:16:\"shipping_address\";a:9:{s:19:\"shipping_first_name\";s:4:\"Judy\";s:18:\"shipping_last_name\";s:6:\"Hayden\";s:16:\"shipping_company\";s:23:\"Lice Clinics of America\";s:16:\"shipping_country\";s:2:\"US\";s:18:\"shipping_address_1\";s:17:\"1795 Alysheba Way\";s:18:\"shipping_address_2\";s:8:\"Ste 4105\";s:13:\"shipping_city\";s:9:\"Lexington\";s:14:\"shipping_state\";s:2:\"KY\";s:17:\"shipping_postcode\";s:5:\"40509\";}s:10:\"unique_key\";s:32:\"31ccdd9ffac5baeab40fc6ae0d812586\";}}'),(179616,19405,'thwma_order_shipping_data','a:8:{s:10:\"product_id\";s:4:\"3696\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_1702\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_2\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:12:\"ship_address\";s:9:\"address_3\";}'),(179617,19406,'method_id','advanced_free_shipping'),(179618,19406,'instance_id','0'),(179619,19406,'cost','0'),(179620,19406,'total_tax','0'),(179621,19406,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179622,19406,'Items','Bulk Detangling Spray 1 Gallon RM × 3'),(179623,19407,'method_id','advanced_free_shipping'),(179624,19407,'instance_id','0'),(179625,19407,'cost','0'),(179626,19407,'total_tax','0'),(179627,19407,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179628,19407,'Items','Bulk Active Rinse 100% 1 Gallon × 3'),(179629,19408,'method_id','advanced_free_shipping'),(179630,19408,'instance_id','0'),(179631,19408,'cost','0'),(179632,19408,'total_tax','0'),(179633,19408,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179634,19408,'Items','Bulk Detangling Spray 1 Gallon RM × 3'),(179635,19409,'method_id','advanced_free_shipping'),(179636,19409,'instance_id','0'),(179637,19409,'cost','0'),(179638,19409,'total_tax','0'),(179639,19409,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179640,19409,'Items','Bulk Active Rinse 100% 1 Gallon × 3'),(179641,19410,'_product_id','2110'),(179642,19410,'_variation_id','0'),(179643,19410,'_qty','8'),(179644,19410,'_tax_class',''),(179645,19410,'_line_subtotal','531.216'),(179646,19410,'_line_subtotal_tax','0'),(179647,19410,'_line_total','531.216'),(179648,19410,'_line_tax','0'),(179649,19410,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179650,19410,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(179651,19410,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(179652,19410,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179653,19411,'_product_id','41'),(179654,19411,'_variation_id','0'),(179655,19411,'_qty','3'),(179656,19411,'_tax_class',''),(179657,19411,'_line_subtotal','219.6'),(179658,19411,'_line_subtotal_tax','0'),(179659,19411,'_line_total','219.6'),(179660,19411,'_line_tax','0'),(179661,19411,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179662,19411,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179663,19412,'method_id','advanced_free_shipping'),(179664,19412,'instance_id','0'),(179665,19412,'cost','0'),(179666,19412,'total_tax','0'),(179667,19412,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179668,19413,'_product_id','3696'),(179669,19413,'_variation_id','0'),(179670,19413,'_qty','2'),(179671,19413,'_tax_class',''),(179672,19413,'_line_subtotal','137'),(179673,19413,'_line_subtotal_tax','0'),(179674,19413,'_line_total','137'),(179675,19413,'_line_tax','0'),(179676,19413,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179677,19413,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(179678,19414,'_product_id','487'),(179679,19414,'_variation_id','0'),(179680,19414,'_qty','1'),(179681,19414,'_tax_class',''),(179682,19414,'_line_subtotal','31.35'),(179683,19414,'_line_subtotal_tax','0'),(179684,19414,'_line_total','31.35'),(179685,19414,'_line_tax','0'),(179686,19414,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179687,19414,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(179688,19415,'_product_id','2110'),(179689,19415,'_variation_id','0'),(179690,19415,'_qty','1'),(179691,19415,'_tax_class',''),(179692,19415,'_line_subtotal','71.4'),(179693,19415,'_line_subtotal_tax','0'),(179694,19415,'_line_total','71.4'),(179695,19415,'_line_tax','0'),(179696,19415,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179697,19415,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179698,19416,'_product_id','2113'),(179699,19416,'_variation_id','0'),(179700,19416,'_qty','1'),(179701,19416,'_tax_class',''),(179702,19416,'_line_subtotal','172'),(179703,19416,'_line_subtotal_tax','0'),(179704,19416,'_line_total','172'),(179705,19416,'_line_tax','0'),(179706,19416,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179707,19416,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(179708,19417,'_product_id','40'),(179709,19417,'_variation_id','0'),(179710,19417,'_qty','1'),(179711,19417,'_tax_class',''),(179712,19417,'_line_subtotal','90'),(179713,19417,'_line_subtotal_tax','0'),(179714,19417,'_line_total','90'),(179715,19417,'_line_tax','0'),(179716,19417,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179717,19417,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179718,19418,'_product_id','39'),(179719,19418,'_variation_id','0'),(179720,19418,'_qty','1'),(179721,19418,'_tax_class',''),(179722,19418,'_line_subtotal','90'),(179723,19418,'_line_subtotal_tax','0'),(179724,19418,'_line_total','90'),(179725,19418,'_line_tax','0'),(179726,19418,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179727,19418,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(179728,19419,'_product_id','3412'),(179729,19419,'_variation_id','0'),(179730,19419,'_qty','1'),(179731,19419,'_tax_class',''),(179732,19419,'_line_subtotal','90'),(179733,19419,'_line_subtotal_tax','0'),(179734,19419,'_line_total','90'),(179735,19419,'_line_tax','0'),(179736,19419,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179737,19419,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(179738,19420,'method_id','advanced_free_shipping'),(179739,19420,'instance_id','0'),(179740,19420,'cost','0'),(179741,19420,'total_tax','0'),(179742,19420,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179743,19421,'_product_id','3696'),(179744,19421,'_variation_id','0'),(179745,19421,'_qty','2'),(179746,19421,'_tax_class',''),(179747,19421,'_line_subtotal','137'),(179748,19421,'_line_subtotal_tax','0'),(179749,19421,'_line_total','137'),(179750,19421,'_line_tax','0'),(179751,19421,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179752,19421,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(179753,19422,'_product_id','487'),(179754,19422,'_variation_id','0'),(179755,19422,'_qty','1'),(179756,19422,'_tax_class',''),(179757,19422,'_line_subtotal','31.35'),(179758,19422,'_line_subtotal_tax','0'),(179759,19422,'_line_total','31.35'),(179760,19422,'_line_tax','0'),(179761,19422,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179762,19422,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(179763,19423,'_product_id','2110'),(179764,19423,'_variation_id','0'),(179765,19423,'_qty','1'),(179766,19423,'_tax_class',''),(179767,19423,'_line_subtotal','71.4'),(179768,19423,'_line_subtotal_tax','0'),(179769,19423,'_line_total','71.4'),(179770,19423,'_line_tax','0'),(179771,19423,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179772,19423,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(179773,19424,'_product_id','2113'),(179774,19424,'_variation_id','0'),(179775,19424,'_qty','1'),(179776,19424,'_tax_class',''),(179777,19424,'_line_subtotal','172'),(179778,19424,'_line_subtotal_tax','0'),(179779,19424,'_line_total','172'),(179780,19424,'_line_tax','0'),(179781,19424,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179782,19424,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(179783,19425,'_product_id','40'),(179784,19425,'_variation_id','0'),(179785,19425,'_qty','1'),(179786,19425,'_tax_class',''),(179787,19425,'_line_subtotal','90'),(179788,19425,'_line_subtotal_tax','0'),(179789,19425,'_line_total','90'),(179790,19425,'_line_tax','0'),(179791,19425,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179792,19425,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179793,19426,'_product_id','39'),(179794,19426,'_variation_id','0'),(179795,19426,'_qty','1'),(179796,19426,'_tax_class',''),(179797,19426,'_line_subtotal','90'),(179798,19426,'_line_subtotal_tax','0'),(179799,19426,'_line_total','90'),(179800,19426,'_line_tax','0'),(179801,19426,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179802,19426,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(179803,19427,'_product_id','3412'),(179804,19427,'_variation_id','0'),(179805,19427,'_qty','1'),(179806,19427,'_tax_class',''),(179807,19427,'_line_subtotal','90'),(179808,19427,'_line_subtotal_tax','0'),(179809,19427,'_line_total','90'),(179810,19427,'_line_tax','0'),(179811,19427,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179812,19427,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(179813,19428,'method_id','advanced_free_shipping'),(179814,19428,'instance_id','0'),(179815,19428,'cost','0'),(179816,19428,'total_tax','0'),(179817,19428,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179818,19392,'thwma_order_shipping_status','wc-pending'),(179819,19393,'thwma_order_shipping_status','wc-pending'),(179820,19394,'thwma_order_shipping_status','wc-pending'),(179821,19396,'thwma_order_shipping_status','wc-pending'),(179822,19397,'thwma_order_shipping_status','wc-pending'),(179823,19398,'thwma_order_shipping_status','wc-pending'),(179824,19399,'thwma_order_shipping_status','wc-pending'),(179825,19400,'thwma_order_shipping_status','wc-pending'),(179828,19410,'thwma_order_shipping_status','wc-pending'),(179829,19411,'thwma_order_shipping_status','wc-pending'),(179830,19402,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(179831,19402,'thwma_order_shipping_status','wc-pending'),(179832,19403,'Shipping Address','Brice Blackerby, 806 Friars Lane, Baytown, TX 77521'),(179833,19403,'thwma_order_shipping_status','wc-pending'),(179834,19404,'Shipping Address','Judy Hayden, Lice Clinics of America, 1795 Alysheba Way, Ste 4105, Lexington, KY 40509'),(179835,19404,'thwma_order_shipping_status','wc-pending'),(179836,19405,'Shipping Address','Judy Hayden, Lice Clinics of America, 1795 Alysheba Way, Ste 4105, Lexington, KY 40509'),(179837,19405,'thwma_order_shipping_status','wc-pending'),(179838,19337,'thwma_order_shipping_status','wc-pending'),(179839,19338,'thwma_order_shipping_status','wc-pending'),(179840,19339,'thwma_order_shipping_status','wc-pending'),(179841,19340,'thwma_order_shipping_status','wc-pending'),(179842,19341,'thwma_order_shipping_status','wc-pending'),(179843,19342,'thwma_order_shipping_status','wc-pending'),(179844,19343,'thwma_order_shipping_status','wc-pending'),(179845,19344,'thwma_order_shipping_status','wc-pending'),(179846,19345,'thwma_order_shipping_status','wc-pending'),(179847,19349,'thwma_order_shipping_status','wc-pending'),(179848,19350,'thwma_order_shipping_status','wc-pending'),(179849,19351,'thwma_order_shipping_status','wc-pending'),(179850,19352,'thwma_order_shipping_status','wc-pending'),(179851,19353,'thwma_order_shipping_status','wc-pending'),(179852,19354,'thwma_order_shipping_status','wc-pending'),(179853,19355,'thwma_order_shipping_status','wc-pending'),(179854,19357,'thwma_order_shipping_status','wc-pending'),(179855,19358,'thwma_order_shipping_status','wc-pending'),(179856,19359,'thwma_order_shipping_status','wc-pending'),(179857,19361,'thwma_order_shipping_status','wc-pending'),(179858,19362,'thwma_order_shipping_status','wc-pending'),(179859,19363,'thwma_order_shipping_status','wc-pending'),(179860,19364,'thwma_order_shipping_status','wc-pending'),(179866,19366,'thwma_order_shipping_status','wc-pending'),(179867,19367,'thwma_order_shipping_status','wc-pending'),(179868,19368,'thwma_order_shipping_status','wc-pending'),(179869,19369,'thwma_order_shipping_status','wc-pending'),(179870,19370,'thwma_order_shipping_status','wc-pending'),(179871,19372,'thwma_order_shipping_status','wc-pending'),(179872,19373,'thwma_order_shipping_status','wc-pending'),(179873,19374,'thwma_order_shipping_status','wc-pending'),(179874,19429,'_product_id','38'),(179875,19429,'_variation_id','0'),(179876,19429,'_qty','1'),(179877,19429,'_tax_class',''),(179878,19429,'_line_subtotal','165.76'),(179879,19429,'_line_subtotal_tax','0'),(179880,19429,'_line_total','165.76'),(179881,19429,'_line_tax','0'),(179882,19429,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179883,19429,'_wcms_cart_key','a5771bce93e200c36f7cd9dfd0e5deaa'),(179884,19430,'_product_id','49'),(179885,19430,'_variation_id','0'),(179886,19430,'_qty','1'),(179887,19430,'_tax_class',''),(179888,19430,'_line_subtotal','90'),(179889,19430,'_line_subtotal_tax','0'),(179890,19430,'_line_total','90'),(179891,19430,'_line_tax','0'),(179892,19430,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179893,19430,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(179894,19431,'_product_id','42'),(179895,19431,'_variation_id','0'),(179896,19431,'_qty','1'),(179897,19431,'_tax_class',''),(179898,19431,'_line_subtotal','90'),(179899,19431,'_line_subtotal_tax','0'),(179900,19431,'_line_total','90'),(179901,19431,'_line_tax','0'),(179902,19431,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179903,19431,'_wcms_cart_key','a1d0c6e83f027327d8461063f4ac58a6'),(179904,19432,'_product_id','43'),(179905,19432,'_variation_id','0'),(179906,19432,'_qty','1'),(179907,19432,'_tax_class',''),(179908,19432,'_line_subtotal','90'),(179909,19432,'_line_subtotal_tax','0'),(179910,19432,'_line_total','90'),(179911,19432,'_line_tax','0'),(179912,19432,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179913,19432,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(179914,19433,'_product_id','41'),(179915,19433,'_variation_id','0'),(179916,19433,'_qty','2'),(179917,19433,'_tax_class',''),(179918,19433,'_line_subtotal','146.4'),(179919,19433,'_line_subtotal_tax','0'),(179920,19433,'_line_total','146.4'),(179921,19433,'_line_tax','0'),(179922,19433,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179923,19433,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179924,19434,'_product_id','44'),(179925,19434,'_variation_id','0'),(179926,19434,'_qty','1'),(179927,19434,'_tax_class',''),(179928,19434,'_line_subtotal','138'),(179929,19434,'_line_subtotal_tax','0'),(179930,19434,'_line_total','138'),(179931,19434,'_line_tax','0'),(179932,19434,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179933,19434,'_wcms_cart_key','f7177163c833dff4b38fc8d2872f1ec6'),(179934,19435,'method_id','advanced_free_shipping'),(179935,19435,'instance_id','0'),(179936,19435,'cost','0'),(179937,19435,'total_tax','0'),(179938,19435,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(179939,19436,'_product_id','39'),(179940,19436,'_variation_id','0'),(179941,19436,'_qty','2'),(179942,19436,'_tax_class',''),(179943,19436,'_line_subtotal','180'),(179944,19436,'_line_subtotal_tax','0'),(179945,19436,'_line_total','180'),(179946,19436,'_line_tax','0'),(179947,19436,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179948,19436,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(179949,19437,'_product_id','40'),(179950,19437,'_variation_id','0'),(179951,19437,'_qty','1'),(179952,19437,'_tax_class',''),(179953,19437,'_line_subtotal','90'),(179954,19437,'_line_subtotal_tax','0'),(179955,19437,'_line_total','90'),(179956,19437,'_line_tax','0'),(179957,19437,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179958,19437,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(179959,19438,'_product_id','3362'),(179960,19438,'_variation_id','0'),(179961,19438,'_qty','1'),(179962,19438,'_tax_class',''),(179963,19438,'_line_subtotal','75'),(179964,19438,'_line_subtotal_tax','0'),(179965,19438,'_line_total','75'),(179966,19438,'_line_tax','0'),(179967,19438,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179968,19438,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(179969,19439,'_product_id','45'),(179970,19439,'_variation_id','0'),(179971,19439,'_qty','2'),(179972,19439,'_tax_class',''),(179973,19439,'_line_subtotal','100'),(179974,19439,'_line_subtotal_tax','0'),(179975,19439,'_line_total','100'),(179976,19439,'_line_tax','0'),(179977,19439,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179978,19439,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(179979,19440,'_product_id','41'),(179980,19440,'_variation_id','0'),(179981,19440,'_qty','1'),(179982,19440,'_tax_class',''),(179983,19440,'_line_subtotal','73.2'),(179984,19440,'_line_subtotal_tax','0'),(179985,19440,'_line_total','73.2'),(179986,19440,'_line_tax','0'),(179987,19440,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179988,19440,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(179989,19441,'_product_id','487'),(179990,19441,'_variation_id','0'),(179991,19441,'_qty','1'),(179992,19441,'_tax_class',''),(179993,19441,'_line_subtotal','31.35'),(179994,19441,'_line_subtotal_tax','0'),(179995,19441,'_line_total','31.35'),(179996,19441,'_line_tax','0'),(179997,19441,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(179998,19441,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(179999,19442,'method_id','advanced_free_shipping'),(180000,19442,'instance_id','0'),(180001,19442,'cost','0'),(180002,19442,'total_tax','0'),(180003,19442,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180004,19443,'_product_id','39'),(180005,19443,'_variation_id','0'),(180006,19443,'_qty','1'),(180007,19443,'_tax_class',''),(180008,19443,'_line_subtotal','90'),(180009,19443,'_line_subtotal_tax','0'),(180010,19443,'_line_total','90'),(180011,19443,'_line_tax','0'),(180012,19443,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180013,19443,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(180014,19444,'_product_id','40'),(180015,19444,'_variation_id','0'),(180016,19444,'_qty','1'),(180017,19444,'_tax_class',''),(180018,19444,'_line_subtotal','90'),(180019,19444,'_line_subtotal_tax','0'),(180020,19444,'_line_total','90'),(180021,19444,'_line_tax','0'),(180022,19444,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180023,19444,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(180024,19445,'_product_id','3412'),(180025,19445,'_variation_id','0'),(180026,19445,'_qty','1'),(180027,19445,'_tax_class',''),(180028,19445,'_line_subtotal','90'),(180029,19445,'_line_subtotal_tax','0'),(180030,19445,'_line_total','90'),(180031,19445,'_line_tax','0'),(180032,19445,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180033,19445,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(180034,19446,'_product_id','43'),(180035,19446,'_variation_id','0'),(180036,19446,'_qty','1'),(180037,19446,'_tax_class',''),(180038,19446,'_line_subtotal','90'),(180039,19446,'_line_subtotal_tax','0'),(180040,19446,'_line_total','90'),(180041,19446,'_line_tax','0'),(180042,19446,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180043,19446,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(180044,19447,'_product_id','3362'),(180045,19447,'_variation_id','0'),(180046,19447,'_qty','1'),(180047,19447,'_tax_class',''),(180048,19447,'_line_subtotal','75'),(180049,19447,'_line_subtotal_tax','0'),(180050,19447,'_line_total','75'),(180051,19447,'_line_tax','0'),(180052,19447,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180053,19447,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(180054,19448,'_product_id','2110'),(180055,19448,'_variation_id','0'),(180056,19448,'_qty','1'),(180057,19448,'_tax_class',''),(180058,19448,'_line_subtotal','71.4'),(180059,19448,'_line_subtotal_tax','0'),(180060,19448,'_line_total','71.4'),(180061,19448,'_line_tax','0'),(180062,19448,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180063,19448,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(180064,19449,'_product_id','2113'),(180065,19449,'_variation_id','0'),(180066,19449,'_qty','1'),(180067,19449,'_tax_class',''),(180068,19449,'_line_subtotal','172'),(180069,19449,'_line_subtotal_tax','0'),(180070,19449,'_line_total','172'),(180071,19449,'_line_tax','0'),(180072,19449,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180073,19449,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(180074,19450,'_product_id','41'),(180075,19450,'_variation_id','0'),(180076,19450,'_qty','2'),(180077,19450,'_tax_class',''),(180078,19450,'_line_subtotal','146.4'),(180079,19450,'_line_subtotal_tax','0'),(180080,19450,'_line_total','146.4'),(180081,19450,'_line_tax','0'),(180082,19450,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180083,19450,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(180084,19451,'_product_id','488'),(180085,19451,'_variation_id','0'),(180086,19451,'_qty','2'),(180087,19451,'_tax_class',''),(180088,19451,'_line_subtotal','62.7'),(180089,19451,'_line_subtotal_tax','0'),(180090,19451,'_line_total','62.7'),(180091,19451,'_line_tax','0'),(180092,19451,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180093,19451,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(180094,19452,'_product_id','487'),(180095,19452,'_variation_id','0'),(180096,19452,'_qty','2'),(180097,19452,'_tax_class',''),(180098,19452,'_line_subtotal','62.7'),(180099,19452,'_line_subtotal_tax','0'),(180100,19452,'_line_total','62.7'),(180101,19452,'_line_tax','0'),(180102,19452,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180103,19452,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(180104,19453,'_product_id','45'),(180105,19453,'_variation_id','0'),(180106,19453,'_qty','1'),(180107,19453,'_tax_class',''),(180108,19453,'_line_subtotal','50'),(180109,19453,'_line_subtotal_tax','0'),(180110,19453,'_line_total','50'),(180111,19453,'_line_tax','0'),(180112,19453,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180113,19453,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(180114,19454,'method_id','advanced_free_shipping'),(180115,19454,'instance_id','0'),(180116,19454,'cost','0'),(180117,19454,'total_tax','0'),(180118,19454,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180119,19455,'_product_id','39'),(180120,19455,'_variation_id','0'),(180121,19455,'_qty','1'),(180122,19455,'_tax_class',''),(180123,19455,'_line_subtotal','90'),(180124,19455,'_line_subtotal_tax','0'),(180125,19455,'_line_total','90'),(180126,19455,'_line_tax','0'),(180127,19455,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180128,19455,'_wcms_cart_key','d67d8ab4f4c10bf22aa353e27879133c'),(180129,19456,'_product_id','40'),(180130,19456,'_variation_id','0'),(180131,19456,'_qty','1'),(180132,19456,'_tax_class',''),(180133,19456,'_line_subtotal','90'),(180134,19456,'_line_subtotal_tax','0'),(180135,19456,'_line_total','90'),(180136,19456,'_line_tax','0'),(180137,19456,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180138,19456,'_wcms_cart_key','d645920e395fedad7bbbed0eca3fe2e0'),(180139,19457,'_product_id','3412'),(180140,19457,'_variation_id','0'),(180141,19457,'_qty','2'),(180142,19457,'_tax_class',''),(180143,19457,'_line_subtotal','180'),(180144,19457,'_line_subtotal_tax','0'),(180145,19457,'_line_total','180'),(180146,19457,'_line_tax','0'),(180147,19457,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180148,19457,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(180149,19458,'_product_id','120'),(180150,19458,'_variation_id','0'),(180151,19458,'_qty','1'),(180152,19458,'_tax_class',''),(180153,19458,'_line_subtotal','63'),(180154,19458,'_line_subtotal_tax','0'),(180155,19458,'_line_total','63'),(180156,19458,'_line_tax','0'),(180157,19458,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180158,19458,'_wcms_cart_key','da4fb5c6e93e74d3df8527599fa62642'),(180159,19459,'_product_id','43'),(180160,19459,'_variation_id','0'),(180161,19459,'_qty','3'),(180162,19459,'_tax_class',''),(180163,19459,'_line_subtotal','270'),(180164,19459,'_line_subtotal_tax','0'),(180165,19459,'_line_total','270'),(180166,19459,'_line_tax','0'),(180167,19459,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180168,19459,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(180169,19460,'_product_id','3362'),(180170,19460,'_variation_id','0'),(180171,19460,'_qty','1'),(180172,19460,'_tax_class',''),(180173,19460,'_line_subtotal','75'),(180174,19460,'_line_subtotal_tax','0'),(180175,19460,'_line_total','75'),(180176,19460,'_line_tax','0'),(180177,19460,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180178,19460,'_wcms_cart_key','39cd7b469beae7c617c73e0d008195ef'),(180179,19461,'_product_id','2110'),(180180,19461,'_variation_id','0'),(180181,19461,'_qty','2'),(180182,19461,'_tax_class',''),(180183,19461,'_line_subtotal','142.8'),(180184,19461,'_line_subtotal_tax','0'),(180185,19461,'_line_total','142.8'),(180186,19461,'_line_tax','0'),(180187,19461,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180188,19461,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(180189,19462,'_product_id','2113'),(180190,19462,'_variation_id','0'),(180191,19462,'_qty','3'),(180192,19462,'_tax_class',''),(180193,19462,'_line_subtotal','516'),(180194,19462,'_line_subtotal_tax','0'),(180195,19462,'_line_total','516'),(180196,19462,'_line_tax','0'),(180197,19462,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180198,19462,'_wcms_cart_key','01931a6925d3de09e5f87419d9d55055'),(180199,19463,'_product_id','41'),(180200,19463,'_variation_id','0'),(180201,19463,'_qty','2'),(180202,19463,'_tax_class',''),(180203,19463,'_line_subtotal','146.4'),(180204,19463,'_line_subtotal_tax','0'),(180205,19463,'_line_total','146.4'),(180206,19463,'_line_tax','0'),(180207,19463,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180208,19463,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(180209,19464,'_product_id','488'),(180210,19464,'_variation_id','0'),(180211,19464,'_qty','1'),(180212,19464,'_tax_class',''),(180213,19464,'_line_subtotal','31.35'),(180214,19464,'_line_subtotal_tax','0'),(180215,19464,'_line_total','31.35'),(180216,19464,'_line_tax','0'),(180217,19464,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180218,19464,'_wcms_cart_key','c3c59e5f8b3e9753913f4d435b53c308'),(180219,19465,'_product_id','487'),(180220,19465,'_variation_id','0'),(180221,19465,'_qty','1'),(180222,19465,'_tax_class',''),(180223,19465,'_line_subtotal','31.35'),(180224,19465,'_line_subtotal_tax','0'),(180225,19465,'_line_total','31.35'),(180226,19465,'_line_tax','0'),(180227,19465,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180228,19465,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(180229,19466,'method_id','advanced_free_shipping'),(180230,19466,'instance_id','0'),(180231,19466,'cost','0'),(180232,19466,'total_tax','0'),(180233,19466,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180234,19467,'_product_id','3696'),(180235,19467,'_variation_id','0'),(180236,19467,'_qty','1'),(180237,19467,'_tax_class',''),(180238,19467,'_line_subtotal','68.5'),(180239,19467,'_line_subtotal_tax','0'),(180240,19467,'_line_total','68.5'),(180241,19467,'_line_tax','0'),(180242,19467,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180243,19467,'_wcms_cart_key','95c9d994f8d75d4d60f8bb8f25902339'),(180244,19468,'_product_id','2110'),(180245,19468,'_variation_id','0'),(180246,19468,'_qty','2'),(180247,19468,'_tax_class',''),(180248,19468,'_line_subtotal','142.8'),(180249,19468,'_line_subtotal_tax','0'),(180250,19468,'_line_total','142.8'),(180251,19468,'_line_tax','0'),(180252,19468,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180253,19468,'_wcms_cart_key','c3535febaff29fcb7c0d20cbe94391c7'),(180254,19469,'_product_id','43'),(180255,19469,'_variation_id','0'),(180256,19469,'_qty','1'),(180257,19469,'_tax_class',''),(180258,19469,'_line_subtotal','90'),(180259,19469,'_line_subtotal_tax','0'),(180260,19469,'_line_total','90'),(180261,19469,'_line_tax','0'),(180262,19469,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180263,19469,'_wcms_cart_key','17e62166fc8586dfa4d1bc0e1742c08b'),(180264,19470,'_product_id','49'),(180265,19470,'_variation_id','0'),(180266,19470,'_qty','2'),(180267,19470,'_tax_class',''),(180268,19470,'_line_subtotal','180'),(180269,19470,'_line_subtotal_tax','0'),(180270,19470,'_line_total','180'),(180271,19470,'_line_tax','0'),(180272,19470,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180273,19470,'_wcms_cart_key','f457c545a9ded88f18ecee47145a72c0'),(180274,19471,'_product_id','41'),(180275,19471,'_variation_id','0'),(180276,19471,'_qty','1'),(180277,19471,'_tax_class',''),(180278,19471,'_line_subtotal','73.2'),(180279,19471,'_line_subtotal_tax','0'),(180280,19471,'_line_total','73.2'),(180281,19471,'_line_tax','0'),(180282,19471,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180283,19471,'_wcms_cart_key','3416a75f4cea9109507cacd8e2f2aefc'),(180284,19472,'_product_id','45'),(180285,19472,'_variation_id','0'),(180286,19472,'_qty','2'),(180287,19472,'_tax_class',''),(180288,19472,'_line_subtotal','100'),(180289,19472,'_line_subtotal_tax','0'),(180290,19472,'_line_total','100'),(180291,19472,'_line_tax','0'),(180292,19472,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180293,19472,'_wcms_cart_key','6c8349cc7260ae62e3b1396831a8398f'),(180294,19473,'_product_id','487'),(180295,19473,'_variation_id','0'),(180296,19473,'_qty','1'),(180297,19473,'_tax_class',''),(180298,19473,'_line_subtotal','31.35'),(180299,19473,'_line_subtotal_tax','0'),(180300,19473,'_line_total','31.35'),(180301,19473,'_line_tax','0'),(180302,19473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180303,19473,'_wcms_cart_key','a516a87cfcaef229b342c437fe2b95f7'),(180304,19474,'_product_id','3412'),(180305,19474,'_variation_id','0'),(180306,19474,'_qty','1'),(180307,19474,'_tax_class',''),(180308,19474,'_line_subtotal','90'),(180309,19474,'_line_subtotal_tax','0'),(180310,19474,'_line_total','90'),(180311,19474,'_line_tax','0'),(180312,19474,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180313,19474,'_wcms_cart_key','90f1f4972d133619a60c30f3559ec0c5'),(180314,19475,'method_id','advanced_free_shipping'),(180315,19475,'instance_id','0'),(180316,19475,'cost','0'),(180317,19475,'total_tax','0'),(180318,19475,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180319,19476,'_product_id','2110'),(180320,19476,'_variation_id','0'),(180321,19476,'_qty','2'),(180322,19476,'_tax_class',''),(180323,19476,'_line_subtotal','142.8'),(180324,19476,'_line_subtotal_tax','0'),(180325,19476,'_line_total','142.8'),(180326,19476,'_line_tax','0'),(180327,19476,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180328,19477,'_product_id','41'),(180329,19477,'_variation_id','0'),(180330,19477,'_qty','2'),(180331,19477,'_tax_class',''),(180332,19477,'_line_subtotal','146.4'),(180333,19477,'_line_subtotal_tax','0'),(180334,19477,'_line_total','146.4'),(180335,19477,'_line_tax','0'),(180336,19477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180337,19478,'_product_id','45'),(180338,19478,'_variation_id','0'),(180339,19478,'_qty','2'),(180340,19478,'_tax_class',''),(180341,19478,'_line_subtotal','100'),(180342,19478,'_line_subtotal_tax','0'),(180343,19478,'_line_total','100'),(180344,19478,'_line_tax','0'),(180345,19478,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180346,19479,'_product_id','2408'),(180347,19479,'_variation_id','0'),(180348,19479,'_qty','2'),(180349,19479,'_tax_class',''),(180350,19479,'_line_subtotal','340'),(180351,19479,'_line_subtotal_tax','0'),(180352,19479,'_line_total','340'),(180353,19479,'_line_tax','0'),(180354,19479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180355,19480,'_product_id','120'),(180356,19480,'_variation_id','0'),(180357,19480,'_qty','1'),(180358,19480,'_tax_class',''),(180359,19480,'_line_subtotal','63'),(180360,19480,'_line_subtotal_tax','0'),(180361,19480,'_line_total','63'),(180362,19480,'_line_tax','0'),(180363,19480,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180364,19481,'_product_id','3696'),(180365,19481,'_variation_id','0'),(180366,19481,'_qty','2'),(180367,19481,'_tax_class',''),(180368,19481,'_line_subtotal','137'),(180369,19481,'_line_subtotal_tax','0'),(180370,19481,'_line_total','137'),(180371,19481,'_line_tax','0'),(180372,19481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180373,19482,'_product_id','487'),(180374,19482,'_variation_id','0'),(180375,19482,'_qty','2'),(180376,19482,'_tax_class',''),(180377,19482,'_line_subtotal','62.7'),(180378,19482,'_line_subtotal_tax','0'),(180379,19482,'_line_total','62.7'),(180380,19482,'_line_tax','0'),(180381,19482,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180382,19483,'method_id','advanced_free_shipping'),(180383,19483,'instance_id','0'),(180384,19483,'cost','0'),(180385,19483,'total_tax','0'),(180386,19483,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180387,19484,'_product_id','23'),(180388,19484,'_variation_id','0'),(180389,19484,'_qty','2'),(180390,19484,'_tax_class',''),(180391,19484,'_line_subtotal','137.08'),(180392,19484,'_line_subtotal_tax','0'),(180393,19484,'_line_total','137.08'),(180394,19484,'_line_tax','0'),(180395,19484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180396,19485,'_product_id','41'),(180397,19485,'_variation_id','0'),(180398,19485,'_qty','2'),(180399,19485,'_tax_class',''),(180400,19485,'_line_subtotal','146.4'),(180401,19485,'_line_subtotal_tax','0'),(180402,19485,'_line_total','146.4'),(180403,19485,'_line_tax','0'),(180404,19485,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180405,19486,'_product_id','118'),(180406,19486,'_variation_id','0'),(180407,19486,'_qty','2'),(180408,19486,'_tax_class',''),(180409,19486,'_line_subtotal','430'),(180410,19486,'_line_subtotal_tax','0'),(180411,19486,'_line_total','430'),(180412,19486,'_line_tax','0'),(180413,19486,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180414,19487,'_product_id','51'),(180415,19487,'_variation_id','0'),(180416,19487,'_qty','2'),(180417,19487,'_tax_class',''),(180418,19487,'_line_subtotal','340'),(180419,19487,'_line_subtotal_tax','0'),(180420,19487,'_line_total','340'),(180421,19487,'_line_tax','0'),(180422,19487,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180423,19488,'_product_id','3362'),(180424,19488,'_variation_id','0'),(180425,19488,'_qty','2'),(180426,19488,'_tax_class',''),(180427,19488,'_line_subtotal','150'),(180428,19488,'_line_subtotal_tax','0'),(180429,19488,'_line_total','150'),(180430,19488,'_line_tax','0'),(180431,19488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180432,19489,'_product_id','44'),(180433,19489,'_variation_id','0'),(180434,19489,'_qty','2'),(180435,19489,'_tax_class',''),(180436,19489,'_line_subtotal','276'),(180437,19489,'_line_subtotal_tax','0'),(180438,19489,'_line_total','276'),(180439,19489,'_line_tax','0'),(180440,19489,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180441,19490,'_product_id','3412'),(180442,19490,'_variation_id','0'),(180443,19490,'_qty','2'),(180444,19490,'_tax_class',''),(180445,19490,'_line_subtotal','180'),(180446,19490,'_line_subtotal_tax','0'),(180447,19490,'_line_total','180'),(180448,19490,'_line_tax','0'),(180449,19490,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180450,19491,'method_id','advanced_free_shipping'),(180451,19491,'instance_id','0'),(180452,19491,'cost','0'),(180453,19491,'total_tax','0'),(180454,19491,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180455,19492,'_product_id','39'),(180456,19492,'_variation_id','0'),(180457,19492,'_qty','2'),(180458,19492,'_tax_class',''),(180459,19492,'_line_subtotal','180'),(180460,19492,'_line_subtotal_tax','0'),(180461,19492,'_line_total','180'),(180462,19492,'_line_tax','0'),(180463,19492,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180464,19493,'_product_id','40'),(180465,19493,'_variation_id','0'),(180466,19493,'_qty','2'),(180467,19493,'_tax_class',''),(180468,19493,'_line_subtotal','180'),(180469,19493,'_line_subtotal_tax','0'),(180470,19493,'_line_total','180'),(180471,19493,'_line_tax','0'),(180472,19493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180473,19494,'_product_id','3362'),(180474,19494,'_variation_id','0'),(180475,19494,'_qty','1'),(180476,19494,'_tax_class',''),(180477,19494,'_line_subtotal','75'),(180478,19494,'_line_subtotal_tax','0'),(180479,19494,'_line_total','75'),(180480,19494,'_line_tax','0'),(180481,19494,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180482,19495,'_product_id','2110'),(180483,19495,'_variation_id','0'),(180484,19495,'_qty','1'),(180485,19495,'_tax_class',''),(180486,19495,'_line_subtotal','71.4'),(180487,19495,'_line_subtotal_tax','0'),(180488,19495,'_line_total','71.4'),(180489,19495,'_line_tax','0'),(180490,19495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180491,19496,'method_id','advanced_free_shipping'),(180492,19496,'instance_id','0'),(180493,19496,'cost','0'),(180494,19496,'total_tax','0'),(180495,19496,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180496,19497,'_product_id','44'),(180497,19497,'_variation_id','0'),(180498,19497,'_qty','3'),(180499,19497,'_tax_class',''),(180500,19497,'_line_subtotal','414'),(180501,19497,'_line_subtotal_tax','0'),(180502,19497,'_line_total','414'),(180503,19497,'_line_tax','0'),(180504,19497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180505,19498,'_product_id','2110'),(180506,19498,'_variation_id','0'),(180507,19498,'_qty','1'),(180508,19498,'_tax_class',''),(180509,19498,'_line_subtotal','71.4'),(180510,19498,'_line_subtotal_tax','0'),(180511,19498,'_line_total','71.4'),(180512,19498,'_line_tax','0'),(180513,19498,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180514,19499,'_product_id','3696'),(180515,19499,'_variation_id','0'),(180516,19499,'_qty','1'),(180517,19499,'_tax_class',''),(180518,19499,'_line_subtotal','68.5'),(180519,19499,'_line_subtotal_tax','0'),(180520,19499,'_line_total','68.5'),(180521,19499,'_line_tax','0'),(180522,19499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180523,19500,'method_id','advanced_free_shipping'),(180524,19500,'instance_id','0'),(180525,19500,'cost','0'),(180526,19500,'total_tax','0'),(180527,19500,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180528,19501,'_product_id','3358'),(180529,19501,'_variation_id','0'),(180530,19501,'_qty','1'),(180531,19501,'_tax_class',''),(180532,19501,'_line_subtotal','151.2'),(180533,19501,'_line_subtotal_tax','0'),(180534,19501,'_line_total','151.2'),(180535,19501,'_line_tax','0'),(180536,19501,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180537,19502,'_product_id','3356'),(180538,19502,'_variation_id','0'),(180539,19502,'_qty','1'),(180540,19502,'_tax_class',''),(180541,19502,'_line_subtotal','151.2'),(180542,19502,'_line_subtotal_tax','0'),(180543,19502,'_line_total','151.2'),(180544,19502,'_line_tax','0'),(180545,19502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180546,19503,'_product_id','2113'),(180547,19503,'_variation_id','0'),(180548,19503,'_qty','1'),(180549,19503,'_tax_class',''),(180550,19503,'_line_subtotal','172'),(180551,19503,'_line_subtotal_tax','0'),(180552,19503,'_line_total','172'),(180553,19503,'_line_tax','0'),(180554,19503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180555,19504,'_product_id','42'),(180556,19504,'_variation_id','0'),(180557,19504,'_qty','1'),(180558,19504,'_tax_class',''),(180559,19504,'_line_subtotal','90'),(180560,19504,'_line_subtotal_tax','0'),(180561,19504,'_line_total','90'),(180562,19504,'_line_tax','0'),(180563,19504,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180564,19505,'method_id','advanced_free_shipping'),(180565,19505,'instance_id','0'),(180566,19505,'cost','0'),(180567,19505,'total_tax','0'),(180568,19505,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180569,19506,'_product_id','38'),(180570,19506,'_variation_id','0'),(180571,19506,'_qty','1'),(180572,19506,'_tax_class',''),(180573,19506,'_line_subtotal','165.76'),(180574,19506,'_line_subtotal_tax','0'),(180575,19506,'_line_total','165.76'),(180576,19506,'_line_tax','0'),(180577,19506,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180578,19507,'_product_id','23'),(180579,19507,'_variation_id','0'),(180580,19507,'_qty','1'),(180581,19507,'_tax_class',''),(180582,19507,'_line_subtotal','68.54'),(180583,19507,'_line_subtotal_tax','0'),(180584,19507,'_line_total','68.54'),(180585,19507,'_line_tax','0'),(180586,19507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180587,19508,'_product_id','2113'),(180588,19508,'_variation_id','0'),(180589,19508,'_qty','1'),(180590,19508,'_tax_class',''),(180591,19508,'_line_subtotal','172'),(180592,19508,'_line_subtotal_tax','0'),(180593,19508,'_line_total','172'),(180594,19508,'_line_tax','0'),(180595,19508,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180596,19509,'_product_id','2110'),(180597,19509,'_variation_id','0'),(180598,19509,'_qty','1'),(180599,19509,'_tax_class',''),(180600,19509,'_line_subtotal','71.4'),(180601,19509,'_line_subtotal_tax','0'),(180602,19509,'_line_total','71.4'),(180603,19509,'_line_tax','0'),(180604,19509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180605,19510,'_product_id','45'),(180606,19510,'_variation_id','0'),(180607,19510,'_qty','1'),(180608,19510,'_tax_class',''),(180609,19510,'_line_subtotal','50'),(180610,19510,'_line_subtotal_tax','0'),(180611,19510,'_line_total','50'),(180612,19510,'_line_tax','0'),(180613,19510,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180614,19511,'_product_id','3696'),(180615,19511,'_variation_id','0'),(180616,19511,'_qty','4'),(180617,19511,'_tax_class',''),(180618,19511,'_line_subtotal','274'),(180619,19511,'_line_subtotal_tax','0'),(180620,19511,'_line_total','274'),(180621,19511,'_line_tax','0'),(180622,19511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180623,19512,'method_id','advanced_free_shipping'),(180624,19512,'instance_id','0'),(180625,19512,'cost','0'),(180626,19512,'total_tax','0'),(180627,19512,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180628,19513,'_product_id','2110'),(180629,19513,'_variation_id','0'),(180630,19513,'_qty','4'),(180631,19513,'_tax_class',''),(180632,19513,'_line_subtotal','285.6'),(180633,19513,'_line_subtotal_tax','0'),(180634,19513,'_line_total','285.6'),(180635,19513,'_line_tax','0'),(180636,19513,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180637,19514,'_product_id','116'),(180638,19514,'_variation_id','0'),(180639,19514,'_qty','1'),(180640,19514,'_tax_class',''),(180641,19514,'_line_subtotal','165'),(180642,19514,'_line_subtotal_tax','0'),(180643,19514,'_line_total','165'),(180644,19514,'_line_tax','0'),(180645,19514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180646,19515,'_product_id','3696'),(180647,19515,'_variation_id','0'),(180648,19515,'_qty','2'),(180649,19515,'_tax_class',''),(180650,19515,'_line_subtotal','137'),(180651,19515,'_line_subtotal_tax','0'),(180652,19515,'_line_total','137'),(180653,19515,'_line_tax','0'),(180654,19515,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180655,19516,'method_id','advanced_free_shipping'),(180656,19516,'instance_id','0'),(180657,19516,'cost','0'),(180658,19516,'total_tax','0'),(180659,19516,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180782,19531,'_product_id','45'),(180783,19531,'_variation_id','0'),(180784,19531,'_qty','1'),(180785,19531,'_tax_class',''),(180786,19531,'_line_subtotal','50'),(180787,19531,'_line_subtotal_tax','0'),(180788,19531,'_line_total','50'),(180789,19531,'_line_tax','0'),(180790,19531,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180791,19532,'_product_id','44'),(180792,19532,'_variation_id','0'),(180793,19532,'_qty','2'),(180794,19532,'_tax_class',''),(180795,19532,'_line_subtotal','276'),(180796,19532,'_line_subtotal_tax','0'),(180797,19532,'_line_total','276'),(180798,19532,'_line_tax','0'),(180799,19532,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180800,19533,'_product_id','3362'),(180801,19533,'_variation_id','0'),(180802,19533,'_qty','1'),(180803,19533,'_tax_class',''),(180804,19533,'_line_subtotal','75'),(180805,19533,'_line_subtotal_tax','0'),(180806,19533,'_line_total','75'),(180807,19533,'_line_tax','0'),(180808,19533,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180809,19534,'_product_id','49'),(180810,19534,'_variation_id','0'),(180811,19534,'_qty','1'),(180812,19534,'_tax_class',''),(180813,19534,'_line_subtotal','90'),(180814,19534,'_line_subtotal_tax','0'),(180815,19534,'_line_total','90'),(180816,19534,'_line_tax','0'),(180817,19534,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180818,19535,'_product_id','43'),(180819,19535,'_variation_id','0'),(180820,19535,'_qty','1'),(180821,19535,'_tax_class',''),(180822,19535,'_line_subtotal','90'),(180823,19535,'_line_subtotal_tax','0'),(180824,19535,'_line_total','90'),(180825,19535,'_line_tax','0'),(180826,19535,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180827,19536,'_product_id','40'),(180828,19536,'_variation_id','0'),(180829,19536,'_qty','1'),(180830,19536,'_tax_class',''),(180831,19536,'_line_subtotal','90'),(180832,19536,'_line_subtotal_tax','0'),(180833,19536,'_line_total','90'),(180834,19536,'_line_tax','0'),(180835,19536,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180836,19537,'_product_id','39'),(180837,19537,'_variation_id','0'),(180838,19537,'_qty','1'),(180839,19537,'_tax_class',''),(180840,19537,'_line_subtotal','90'),(180841,19537,'_line_subtotal_tax','0'),(180842,19537,'_line_total','90'),(180843,19537,'_line_tax','0'),(180844,19537,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180845,19538,'_product_id','3356'),(180846,19538,'_variation_id','0'),(180847,19538,'_qty','1'),(180848,19538,'_tax_class',''),(180849,19538,'_line_subtotal','151.2'),(180850,19538,'_line_subtotal_tax','0'),(180851,19538,'_line_total','151.2'),(180852,19538,'_line_tax','0'),(180853,19538,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180854,19539,'_product_id','3358'),(180855,19539,'_variation_id','0'),(180856,19539,'_qty','1'),(180857,19539,'_tax_class',''),(180858,19539,'_line_subtotal','151.2'),(180859,19539,'_line_subtotal_tax','0'),(180860,19539,'_line_total','151.2'),(180861,19539,'_line_tax','0'),(180862,19539,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180863,19540,'_product_id','3352'),(180864,19540,'_variation_id','0'),(180865,19540,'_qty','1'),(180866,19540,'_tax_class',''),(180867,19540,'_line_subtotal','148'),(180868,19540,'_line_subtotal_tax','0'),(180869,19540,'_line_total','148'),(180870,19540,'_line_tax','0'),(180871,19540,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180872,19541,'_product_id','3360'),(180873,19541,'_variation_id','0'),(180874,19541,'_qty','1'),(180875,19541,'_tax_class',''),(180876,19541,'_line_subtotal','148'),(180877,19541,'_line_subtotal_tax','0'),(180878,19541,'_line_total','148'),(180879,19541,'_line_tax','0'),(180880,19541,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180881,19542,'_product_id','3354'),(180882,19542,'_variation_id','0'),(180883,19542,'_qty','1'),(180884,19542,'_tax_class',''),(180885,19542,'_line_subtotal','148'),(180886,19542,'_line_subtotal_tax','0'),(180887,19542,'_line_total','148'),(180888,19542,'_line_tax','0'),(180889,19542,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180890,19543,'_product_id','490'),(180891,19543,'_variation_id','0'),(180892,19543,'_qty','11'),(180893,19543,'_tax_class',''),(180894,19543,'_line_subtotal','215.6'),(180895,19543,'_line_subtotal_tax','0'),(180896,19543,'_line_total','215.6'),(180897,19543,'_line_tax','0'),(180898,19543,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180899,19544,'method_id','advanced_free_shipping'),(180900,19544,'instance_id','0'),(180901,19544,'cost','0'),(180902,19544,'total_tax','0'),(180903,19544,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180904,19545,'_product_id','44'),(180905,19545,'_variation_id','0'),(180906,19545,'_qty','5'),(180907,19545,'_tax_class',''),(180908,19545,'_line_subtotal','690'),(180909,19545,'_line_subtotal_tax','0'),(180910,19545,'_line_total','690'),(180911,19545,'_line_tax','0'),(180912,19545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180913,19546,'_product_id','488'),(180914,19546,'_variation_id','0'),(180915,19546,'_qty','12'),(180916,19546,'_tax_class',''),(180917,19546,'_line_subtotal','376.2'),(180918,19546,'_line_subtotal_tax','0'),(180919,19546,'_line_total','376.2'),(180920,19546,'_line_tax','0'),(180921,19546,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180922,19547,'method_id','advanced_free_shipping'),(180923,19547,'instance_id','0'),(180924,19547,'cost','0'),(180925,19547,'total_tax','0'),(180926,19547,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(180927,19548,'_product_id','2110'),(180928,19548,'_variation_id','0'),(180929,19548,'_qty','2'),(180930,19548,'_tax_class',''),(180931,19548,'_line_subtotal','142.8'),(180932,19548,'_line_subtotal_tax','0'),(180933,19548,'_line_total','142.8'),(180934,19548,'_line_tax','0'),(180935,19548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180936,19549,'_product_id','2113'),(180937,19549,'_variation_id','0'),(180938,19549,'_qty','1'),(180939,19549,'_tax_class',''),(180940,19549,'_line_subtotal','172'),(180941,19549,'_line_subtotal_tax','0'),(180942,19549,'_line_total','172'),(180943,19549,'_line_tax','0'),(180944,19549,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180945,19550,'_product_id','42'),(180946,19550,'_variation_id','0'),(180947,19550,'_qty','1'),(180948,19550,'_tax_class',''),(180949,19550,'_line_subtotal','90'),(180950,19550,'_line_subtotal_tax','0'),(180951,19550,'_line_total','90'),(180952,19550,'_line_tax','0'),(180953,19550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180954,19551,'_product_id','3476'),(180955,19551,'_variation_id','0'),(180956,19551,'_qty','1'),(180957,19551,'_tax_class',''),(180958,19551,'_line_subtotal','76.2'),(180959,19551,'_line_subtotal_tax','0'),(180960,19551,'_line_total','76.2'),(180961,19551,'_line_tax','0'),(180962,19551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180963,19552,'_product_id','41'),(180964,19552,'_variation_id','0'),(180965,19552,'_qty','2'),(180966,19552,'_tax_class',''),(180967,19552,'_line_subtotal','146.4'),(180968,19552,'_line_subtotal_tax','0'),(180969,19552,'_line_total','146.4'),(180970,19552,'_line_tax','0'),(180971,19552,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180972,19553,'_product_id','45'),(180973,19553,'_variation_id','0'),(180974,19553,'_qty','2'),(180975,19553,'_tax_class',''),(180976,19553,'_line_subtotal','100'),(180977,19553,'_line_subtotal_tax','0'),(180978,19553,'_line_total','100'),(180979,19553,'_line_tax','0'),(180980,19553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180981,19554,'_product_id','49'),(180982,19554,'_variation_id','0'),(180983,19554,'_qty','1'),(180984,19554,'_tax_class',''),(180985,19554,'_line_subtotal','90'),(180986,19554,'_line_subtotal_tax','0'),(180987,19554,'_line_total','90'),(180988,19554,'_line_tax','0'),(180989,19554,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180990,19555,'_product_id','43'),(180991,19555,'_variation_id','0'),(180992,19555,'_qty','1'),(180993,19555,'_tax_class',''),(180994,19555,'_line_subtotal','90'),(180995,19555,'_line_subtotal_tax','0'),(180996,19555,'_line_total','90'),(180997,19555,'_line_tax','0'),(180998,19555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(180999,19556,'_product_id','120'),(181000,19556,'_variation_id','0'),(181001,19556,'_qty','2'),(181002,19556,'_tax_class',''),(181003,19556,'_line_subtotal','126'),(181004,19556,'_line_subtotal_tax','0'),(181005,19556,'_line_total','126'),(181006,19556,'_line_tax','0'),(181007,19556,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181008,19557,'_product_id','40'),(181009,19557,'_variation_id','0'),(181010,19557,'_qty','1'),(181011,19557,'_tax_class',''),(181012,19557,'_line_subtotal','90'),(181013,19557,'_line_subtotal_tax','0'),(181014,19557,'_line_total','90'),(181015,19557,'_line_tax','0'),(181016,19557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181017,19558,'_product_id','39'),(181018,19558,'_variation_id','0'),(181019,19558,'_qty','1'),(181020,19558,'_tax_class',''),(181021,19558,'_line_subtotal','90'),(181022,19558,'_line_subtotal_tax','0'),(181023,19558,'_line_total','90'),(181024,19558,'_line_tax','0'),(181025,19558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181026,19559,'_product_id','3696'),(181027,19559,'_variation_id','0'),(181028,19559,'_qty','4'),(181029,19559,'_tax_class',''),(181030,19559,'_line_subtotal','274'),(181031,19559,'_line_subtotal_tax','0'),(181032,19559,'_line_total','274'),(181033,19559,'_line_tax','0'),(181034,19559,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181035,19560,'_product_id','487'),(181036,19560,'_variation_id','0'),(181037,19560,'_qty','2'),(181038,19560,'_tax_class',''),(181039,19560,'_line_subtotal','62.7'),(181040,19560,'_line_subtotal_tax','0'),(181041,19560,'_line_total','62.7'),(181042,19560,'_line_tax','0'),(181043,19560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181044,19561,'method_id','advanced_free_shipping'),(181045,19561,'instance_id','0'),(181046,19561,'cost','0'),(181047,19561,'total_tax','0'),(181048,19561,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181049,19562,'_product_id','3525'),(181050,19562,'_variation_id','0'),(181051,19562,'_qty','1'),(181052,19562,'_tax_class',''),(181053,19562,'_line_subtotal','90'),(181054,19562,'_line_subtotal_tax','0'),(181055,19562,'_line_total','90'),(181056,19562,'_line_tax','0'),(181057,19562,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181058,19563,'_product_id','2110'),(181059,19563,'_variation_id','0'),(181060,19563,'_qty','2'),(181061,19563,'_tax_class',''),(181062,19563,'_line_subtotal','142.8'),(181063,19563,'_line_subtotal_tax','0'),(181064,19563,'_line_total','142.8'),(181065,19563,'_line_tax','0'),(181066,19563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181067,19564,'_product_id','45'),(181068,19564,'_variation_id','0'),(181069,19564,'_qty','1'),(181070,19564,'_tax_class',''),(181071,19564,'_line_subtotal','50'),(181072,19564,'_line_subtotal_tax','0'),(181073,19564,'_line_total','50'),(181074,19564,'_line_tax','0'),(181075,19564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181076,19565,'_product_id','49'),(181077,19565,'_variation_id','0'),(181078,19565,'_qty','1'),(181079,19565,'_tax_class',''),(181080,19565,'_line_subtotal','90'),(181081,19565,'_line_subtotal_tax','0'),(181082,19565,'_line_total','90'),(181083,19565,'_line_tax','0'),(181084,19565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181085,19566,'_product_id','3354'),(181086,19566,'_variation_id','0'),(181087,19566,'_qty','1'),(181088,19566,'_tax_class',''),(181089,19566,'_line_subtotal','148'),(181090,19566,'_line_subtotal_tax','0'),(181091,19566,'_line_total','148'),(181092,19566,'_line_tax','0'),(181093,19566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181094,19567,'_product_id','488'),(181095,19567,'_variation_id','0'),(181096,19567,'_qty','1'),(181097,19567,'_tax_class',''),(181098,19567,'_line_subtotal','31.35'),(181099,19567,'_line_subtotal_tax','0'),(181100,19567,'_line_total','31.35'),(181101,19567,'_line_tax','0'),(181102,19567,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181103,19568,'method_id','advanced_free_shipping'),(181104,19568,'instance_id','0'),(181105,19568,'cost','0'),(181106,19568,'total_tax','0'),(181107,19568,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181108,19569,'_product_id','488'),(181109,19569,'_variation_id','0'),(181110,19569,'_qty','1'),(181111,19569,'_tax_class',''),(181112,19569,'_line_subtotal','31.35'),(181113,19569,'_line_subtotal_tax','0'),(181114,19569,'_line_total','31.35'),(181115,19569,'_line_tax','0'),(181116,19569,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181117,19570,'_product_id','487'),(181118,19570,'_variation_id','0'),(181119,19570,'_qty','1'),(181120,19570,'_tax_class',''),(181121,19570,'_line_subtotal','31.35'),(181122,19570,'_line_subtotal_tax','0'),(181123,19570,'_line_total','31.35'),(181124,19570,'_line_tax','0'),(181125,19570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181126,19571,'_product_id','3412'),(181127,19571,'_variation_id','0'),(181128,19571,'_qty','4'),(181129,19571,'_tax_class',''),(181130,19571,'_line_subtotal','360'),(181131,19571,'_line_subtotal_tax','0'),(181132,19571,'_line_total','360'),(181133,19571,'_line_tax','0'),(181134,19571,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181135,19572,'method_id','fedex'),(181136,19572,'instance_id','1'),(181137,19572,'cost','139.38'),(181138,19572,'total_tax','0'),(181139,19572,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181140,19572,'Package 1','17 × 14 × 10 (in) 31.4lbs × 1'),(181141,19572,'Package 2','11.25 × 8.75 × 7.75 (in) 5.49lbs × 1'),(181142,19572,'Items','Bulk Detangling Spray 1 Gallon RM &times; 1, Bulk Mousse 1 Gallon RM &times; 1, Comb-Out Mousse (Unscented)(Case of 12) (Copy) &times; 4'),(181143,19573,'_product_id','2113'),(181144,19573,'_variation_id','0'),(181145,19573,'_qty','1'),(181146,19573,'_tax_class',''),(181147,19573,'_line_subtotal','172'),(181148,19573,'_line_subtotal_tax','0'),(181149,19573,'_line_total','172'),(181150,19573,'_line_tax','0'),(181151,19573,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181152,19574,'_product_id','2110'),(181153,19574,'_variation_id','0'),(181154,19574,'_qty','2'),(181155,19574,'_tax_class',''),(181156,19574,'_line_subtotal','142.8'),(181157,19574,'_line_subtotal_tax','0'),(181158,19574,'_line_total','142.8'),(181159,19574,'_line_tax','0'),(181160,19574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181161,19575,'_product_id','45'),(181162,19575,'_variation_id','0'),(181163,19575,'_qty','2'),(181164,19575,'_tax_class',''),(181165,19575,'_line_subtotal','100'),(181166,19575,'_line_subtotal_tax','0'),(181167,19575,'_line_total','100'),(181168,19575,'_line_tax','0'),(181169,19575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181170,19576,'_product_id','3499'),(181171,19576,'_variation_id','0'),(181172,19576,'_qty','1'),(181173,19576,'_tax_class',''),(181174,19576,'_line_subtotal','142.8'),(181175,19576,'_line_subtotal_tax','0'),(181176,19576,'_line_total','142.8'),(181177,19576,'_line_tax','0'),(181178,19576,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181179,19577,'_product_id','144'),(181180,19577,'_variation_id','0'),(181181,19577,'_qty','10'),(181182,19577,'_tax_class',''),(181183,19577,'_line_subtotal','13.8'),(181184,19577,'_line_subtotal_tax','0'),(181185,19577,'_line_total','13.8'),(181186,19577,'_line_tax','0'),(181187,19577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181188,19578,'method_id','advanced_free_shipping'),(181189,19578,'instance_id','0'),(181190,19578,'cost','0'),(181191,19578,'total_tax','0'),(181192,19578,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181193,19579,'_product_id','2113'),(181194,19579,'_variation_id','0'),(181195,19579,'_qty','1'),(181196,19579,'_tax_class',''),(181197,19579,'_line_subtotal','172'),(181198,19579,'_line_subtotal_tax','0'),(181199,19579,'_line_total','172'),(181200,19579,'_line_tax','0'),(181201,19579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181202,19580,'_product_id','2110'),(181203,19580,'_variation_id','0'),(181204,19580,'_qty','2'),(181205,19580,'_tax_class',''),(181206,19580,'_line_subtotal','142.8'),(181207,19580,'_line_subtotal_tax','0'),(181208,19580,'_line_total','142.8'),(181209,19580,'_line_tax','0'),(181210,19580,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181211,19581,'_product_id','45'),(181212,19581,'_variation_id','0'),(181213,19581,'_qty','2'),(181214,19581,'_tax_class',''),(181215,19581,'_line_subtotal','100'),(181216,19581,'_line_subtotal_tax','0'),(181217,19581,'_line_total','100'),(181218,19581,'_line_tax','0'),(181219,19581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181220,19582,'_product_id','3499'),(181221,19582,'_variation_id','0'),(181222,19582,'_qty','1'),(181223,19582,'_tax_class',''),(181224,19582,'_line_subtotal','142.8'),(181225,19582,'_line_subtotal_tax','0'),(181226,19582,'_line_total','142.8'),(181227,19582,'_line_tax','0'),(181228,19582,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181229,19583,'_product_id','144'),(181230,19583,'_variation_id','0'),(181231,19583,'_qty','10'),(181232,19583,'_tax_class',''),(181233,19583,'_line_subtotal','13.8'),(181234,19583,'_line_subtotal_tax','0'),(181235,19583,'_line_total','13.8'),(181236,19583,'_line_tax','0'),(181237,19583,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181238,19584,'method_id','advanced_free_shipping'),(181239,19584,'instance_id','0'),(181240,19584,'cost','0'),(181241,19584,'total_tax','0'),(181242,19584,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181243,19585,'_product_id','41'),(181244,19585,'_variation_id','0'),(181245,19585,'_qty','4'),(181246,19585,'_tax_class',''),(181247,19585,'_line_subtotal','292.8'),(181248,19585,'_line_subtotal_tax','0'),(181249,19585,'_line_total','278.16'),(181250,19585,'_line_tax','0'),(181251,19585,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181252,19586,'_product_id','3499'),(181253,19586,'_variation_id','0'),(181254,19586,'_qty','1'),(181255,19586,'_tax_class',''),(181256,19586,'_line_subtotal','142.8'),(181257,19586,'_line_subtotal_tax','0'),(181258,19586,'_line_total','135.66'),(181259,19586,'_line_tax','0'),(181260,19586,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181261,19587,'method_id','fedex'),(181262,19587,'instance_id','1'),(181263,19587,'cost','16.81'),(181264,19587,'total_tax','0'),(181265,19587,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181266,19587,'Package 1','17.5 × 12.37 × 3 (in) 12.61lbs × 1'),(181267,19587,'Items','Professional Lice Comb(Case of 12) &times; 4, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(181268,19588,'discount_amount','21.78'),(181269,19588,'discount_amount_tax','0'),(181270,19588,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181271,19589,'_product_id','41'),(181272,19589,'_variation_id','0'),(181273,19589,'_qty','4'),(181274,19589,'_tax_class',''),(181275,19589,'_line_subtotal','292.8'),(181276,19589,'_line_subtotal_tax','0'),(181277,19589,'_line_total','278.16'),(181278,19589,'_line_tax','0'),(181279,19589,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181280,19590,'_product_id','3499'),(181281,19590,'_variation_id','0'),(181282,19590,'_qty','1'),(181283,19590,'_tax_class',''),(181284,19590,'_line_subtotal','142.8'),(181285,19590,'_line_subtotal_tax','0'),(181286,19590,'_line_total','135.66'),(181287,19590,'_line_tax','0'),(181288,19590,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181289,19591,'method_id','fedex'),(181290,19591,'instance_id','1'),(181291,19591,'cost','16.81'),(181292,19591,'total_tax','0'),(181293,19591,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181294,19591,'Package 1','17.5 × 12.37 × 3 (in) 12.61lbs × 1'),(181295,19591,'Items','Professional Lice Comb(Case of 12) &times; 4, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(181296,19592,'discount_amount','21.78'),(181297,19592,'discount_amount_tax','0'),(181298,19592,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181299,19593,'_product_id','41'),(181300,19593,'_variation_id','0'),(181301,19593,'_qty','4'),(181302,19593,'_tax_class',''),(181303,19593,'_line_subtotal','292.8'),(181304,19593,'_line_subtotal_tax','0'),(181305,19593,'_line_total','278.16'),(181306,19593,'_line_tax','0'),(181307,19593,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181308,19594,'_product_id','3499'),(181309,19594,'_variation_id','0'),(181310,19594,'_qty','1'),(181311,19594,'_tax_class',''),(181312,19594,'_line_subtotal','142.8'),(181313,19594,'_line_subtotal_tax','0'),(181314,19594,'_line_total','135.66'),(181315,19594,'_line_tax','0'),(181316,19594,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181317,19595,'method_id','fedex'),(181318,19595,'instance_id','1'),(181319,19595,'cost','16.81'),(181320,19595,'total_tax','0'),(181321,19595,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181322,19595,'Package 1','17.5 × 12.37 × 3 (in) 12.61lbs × 1'),(181323,19595,'Items','Professional Lice Comb(Case of 12) &times; 4, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1'),(181324,19596,'discount_amount','21.78'),(181325,19596,'discount_amount_tax','0'),(181326,19596,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181327,19597,'_product_id','44'),(181328,19597,'_variation_id','0'),(181329,19597,'_qty','1'),(181330,19597,'_tax_class',''),(181331,19597,'_line_subtotal','138'),(181332,19597,'_line_subtotal_tax','0'),(181333,19597,'_line_total','131.1'),(181334,19597,'_line_tax','0'),(181335,19597,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181336,19598,'_product_id','2113'),(181337,19598,'_variation_id','0'),(181338,19598,'_qty','4'),(181339,19598,'_tax_class',''),(181340,19598,'_line_subtotal','688'),(181341,19598,'_line_subtotal_tax','0'),(181342,19598,'_line_total','653.6'),(181343,19598,'_line_tax','0'),(181344,19598,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181345,19599,'_product_id','2110'),(181346,19599,'_variation_id','0'),(181347,19599,'_qty','2'),(181348,19599,'_tax_class',''),(181349,19599,'_line_subtotal','142.8'),(181350,19599,'_line_subtotal_tax','0'),(181351,19599,'_line_total','135.66'),(181352,19599,'_line_tax','0'),(181353,19599,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181354,19600,'_product_id','41'),(181355,19600,'_variation_id','0'),(181356,19600,'_qty','3'),(181357,19600,'_tax_class',''),(181358,19600,'_line_subtotal','219.6'),(181359,19600,'_line_subtotal_tax','0'),(181360,19600,'_line_total','208.62'),(181361,19600,'_line_tax','0'),(181362,19600,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181363,19601,'_product_id','120'),(181364,19601,'_variation_id','0'),(181365,19601,'_qty','1'),(181366,19601,'_tax_class',''),(181367,19601,'_line_subtotal','63'),(181368,19601,'_line_subtotal_tax','0'),(181369,19601,'_line_total','59.85'),(181370,19601,'_line_tax','0'),(181371,19601,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181372,19602,'method_id','advanced_free_shipping'),(181373,19602,'instance_id','0'),(181374,19602,'cost','0'),(181375,19602,'total_tax','0'),(181376,19602,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181377,19603,'discount_amount','62.57'),(181378,19603,'discount_amount_tax','0'),(181379,19603,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181380,19604,'_product_id','2110'),(181381,19604,'_variation_id','0'),(181382,19604,'_qty','6'),(181383,19604,'_tax_class',''),(181384,19604,'_line_subtotal','428.4'),(181385,19604,'_line_subtotal_tax','0'),(181386,19604,'_line_total','406.98'),(181387,19604,'_line_tax','0'),(181388,19604,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181389,19605,'_product_id','3696'),(181390,19605,'_variation_id','0'),(181391,19605,'_qty','2'),(181392,19605,'_tax_class',''),(181393,19605,'_line_subtotal','137'),(181394,19605,'_line_subtotal_tax','0'),(181395,19605,'_line_total','130.15'),(181396,19605,'_line_tax','0'),(181397,19605,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181398,19606,'_product_id','49'),(181399,19606,'_variation_id','0'),(181400,19606,'_qty','2'),(181401,19606,'_tax_class',''),(181402,19606,'_line_subtotal','180'),(181403,19606,'_line_subtotal_tax','0'),(181404,19606,'_line_total','171'),(181405,19606,'_line_tax','0'),(181406,19606,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181407,19607,'method_id','advanced_free_shipping'),(181408,19607,'instance_id','0'),(181409,19607,'cost','0'),(181410,19607,'total_tax','0'),(181411,19607,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181412,19608,'discount_amount','37.27'),(181413,19608,'discount_amount_tax','0'),(181414,19608,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181415,19609,'_product_id','2113'),(181416,19609,'_variation_id','0'),(181417,19609,'_qty','2'),(181418,19609,'_tax_class',''),(181419,19609,'_line_subtotal','344'),(181420,19609,'_line_subtotal_tax','0'),(181421,19609,'_line_total','326.8'),(181422,19609,'_line_tax','0'),(181423,19609,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181424,19610,'_product_id','2110'),(181425,19610,'_variation_id','0'),(181426,19610,'_qty','2'),(181427,19610,'_tax_class',''),(181428,19610,'_line_subtotal','142.8'),(181429,19610,'_line_subtotal_tax','0'),(181430,19610,'_line_total','135.66'),(181431,19610,'_line_tax','0'),(181432,19610,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181433,19611,'_product_id','45'),(181434,19611,'_variation_id','0'),(181435,19611,'_qty','3'),(181436,19611,'_tax_class',''),(181437,19611,'_line_subtotal','150'),(181438,19611,'_line_subtotal_tax','0'),(181439,19611,'_line_total','142.5'),(181440,19611,'_line_tax','0'),(181441,19611,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181442,19612,'_product_id','144'),(181443,19612,'_variation_id','0'),(181444,19612,'_qty','10'),(181445,19612,'_tax_class',''),(181446,19612,'_line_subtotal','13.8'),(181447,19612,'_line_subtotal_tax','0'),(181448,19612,'_line_total','13.11'),(181449,19612,'_line_tax','0'),(181450,19612,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181451,19613,'_product_id','3476'),(181452,19613,'_variation_id','0'),(181453,19613,'_qty','1'),(181454,19613,'_tax_class',''),(181455,19613,'_line_subtotal','76.2'),(181456,19613,'_line_subtotal_tax','0'),(181457,19613,'_line_total','72.39'),(181458,19613,'_line_tax','0'),(181459,19613,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181460,19614,'_product_id','41'),(181461,19614,'_variation_id','0'),(181462,19614,'_qty','1'),(181463,19614,'_tax_class',''),(181464,19614,'_line_subtotal','73.2'),(181465,19614,'_line_subtotal_tax','0'),(181466,19614,'_line_total','69.54'),(181467,19614,'_line_tax','0'),(181468,19614,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181469,19615,'_product_id','3696'),(181470,19615,'_variation_id','0'),(181471,19615,'_qty','2'),(181472,19615,'_tax_class',''),(181473,19615,'_line_subtotal','137'),(181474,19615,'_line_subtotal_tax','0'),(181475,19615,'_line_total','130.15'),(181476,19615,'_line_tax','0'),(181477,19615,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181478,19616,'method_id','advanced_free_shipping'),(181479,19616,'instance_id','0'),(181480,19616,'cost','0'),(181481,19616,'total_tax','0'),(181482,19616,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181483,19617,'discount_amount','46.85'),(181484,19617,'discount_amount_tax','0'),(181485,19617,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181486,19618,'_product_id','3696'),(181487,19618,'_variation_id','0'),(181488,19618,'_qty','3'),(181489,19618,'_tax_class',''),(181490,19618,'_line_subtotal','205.5'),(181491,19618,'_line_subtotal_tax','0'),(181492,19618,'_line_total','195.23'),(181493,19618,'_line_tax','0'),(181494,19618,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181495,19619,'_product_id','2110'),(181496,19619,'_variation_id','0'),(181497,19619,'_qty','2'),(181498,19619,'_tax_class',''),(181499,19619,'_line_subtotal','142.8'),(181500,19619,'_line_subtotal_tax','0'),(181501,19619,'_line_total','135.66'),(181502,19619,'_line_tax','0'),(181503,19619,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181504,19620,'_product_id','41'),(181505,19620,'_variation_id','0'),(181506,19620,'_qty','2'),(181507,19620,'_tax_class',''),(181508,19620,'_line_subtotal','146.4'),(181509,19620,'_line_subtotal_tax','0'),(181510,19620,'_line_total','139.08'),(181511,19620,'_line_tax','0'),(181512,19620,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181513,19621,'_product_id','2113'),(181514,19621,'_variation_id','0'),(181515,19621,'_qty','1'),(181516,19621,'_tax_class',''),(181517,19621,'_line_subtotal','172'),(181518,19621,'_line_subtotal_tax','0'),(181519,19621,'_line_total','163.4'),(181520,19621,'_line_tax','0'),(181521,19621,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181522,19622,'_product_id','3525'),(181523,19622,'_variation_id','0'),(181524,19622,'_qty','1'),(181525,19622,'_tax_class',''),(181526,19622,'_line_subtotal','90'),(181527,19622,'_line_subtotal_tax','0'),(181528,19622,'_line_total','85.5'),(181529,19622,'_line_tax','0'),(181530,19622,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181531,19623,'method_id','advanced_free_shipping'),(181532,19623,'instance_id','0'),(181533,19623,'cost','0'),(181534,19623,'total_tax','0'),(181535,19623,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181536,19624,'discount_amount','37.83'),(181537,19624,'discount_amount_tax','0'),(181538,19624,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181539,19625,'_product_id','2110'),(181540,19625,'_variation_id','0'),(181541,19625,'_qty','2'),(181542,19625,'_tax_class',''),(181543,19625,'_line_subtotal','142.8'),(181544,19625,'_line_subtotal_tax','0'),(181545,19625,'_line_total','135.66'),(181546,19625,'_line_tax','0'),(181547,19625,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181548,19626,'_product_id','49'),(181549,19626,'_variation_id','0'),(181550,19626,'_qty','1'),(181551,19626,'_tax_class',''),(181552,19626,'_line_subtotal','90'),(181553,19626,'_line_subtotal_tax','0'),(181554,19626,'_line_total','85.49'),(181555,19626,'_line_tax','0'),(181556,19626,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181557,19627,'_product_id','133'),(181558,19627,'_variation_id','0'),(181559,19627,'_qty','3'),(181560,19627,'_tax_class',''),(181561,19627,'_line_subtotal','42.9'),(181562,19627,'_line_subtotal_tax','0'),(181563,19627,'_line_total','40.76'),(181564,19627,'_line_tax','0'),(181565,19627,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181566,19628,'_product_id','3362'),(181567,19628,'_variation_id','0'),(181568,19628,'_qty','2'),(181569,19628,'_tax_class',''),(181570,19628,'_line_subtotal','150'),(181571,19628,'_line_subtotal_tax','0'),(181572,19628,'_line_total','142.5'),(181573,19628,'_line_tax','0'),(181574,19628,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181575,19629,'_product_id','144'),(181576,19629,'_variation_id','0'),(181577,19629,'_qty','10'),(181578,19629,'_tax_class',''),(181579,19629,'_line_subtotal','13.8'),(181580,19629,'_line_subtotal_tax','0'),(181581,19629,'_line_total','13.11'),(181582,19629,'_line_tax','0'),(181583,19629,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181584,19630,'_product_id','3696'),(181585,19630,'_variation_id','0'),(181586,19630,'_qty','1'),(181587,19630,'_tax_class',''),(181588,19630,'_line_subtotal','68.5'),(181589,19630,'_line_subtotal_tax','0'),(181590,19630,'_line_total','65.08'),(181591,19630,'_line_tax','0'),(181592,19630,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181593,19631,'method_id','advanced_free_shipping'),(181594,19631,'instance_id','0'),(181595,19631,'cost','0'),(181596,19631,'total_tax','0'),(181597,19631,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181598,19632,'discount_amount','25.4'),(181599,19632,'discount_amount_tax','0'),(181600,19632,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181601,19633,'_product_id','2110'),(181602,19633,'_variation_id','0'),(181603,19633,'_qty','8'),(181604,19633,'_tax_class',''),(181605,19633,'_line_subtotal','531.216'),(181606,19633,'_line_subtotal_tax','0'),(181607,19633,'_line_total','504.656'),(181608,19633,'_line_tax','0'),(181609,19633,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181610,19633,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:2:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(181611,19633,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(181612,19634,'_product_id','2113'),(181613,19634,'_variation_id','0'),(181614,19634,'_qty','2'),(181615,19634,'_tax_class',''),(181616,19634,'_line_subtotal','344'),(181617,19634,'_line_subtotal_tax','0'),(181618,19634,'_line_total','326.8'),(181619,19634,'_line_tax','0'),(181620,19634,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181621,19635,'_product_id','3412'),(181622,19635,'_variation_id','0'),(181623,19635,'_qty','3'),(181624,19635,'_tax_class',''),(181625,19635,'_line_subtotal','270'),(181626,19635,'_line_subtotal_tax','0'),(181627,19635,'_line_total','256.5'),(181628,19635,'_line_tax','0'),(181629,19635,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181630,19636,'_product_id','2408'),(181631,19636,'_variation_id','0'),(181632,19636,'_qty','3'),(181633,19636,'_tax_class',''),(181634,19636,'_line_subtotal','510'),(181635,19636,'_line_subtotal_tax','0'),(181636,19636,'_line_total','484.5'),(181637,19636,'_line_tax','0'),(181638,19636,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181639,19637,'_product_id','43'),(181640,19637,'_variation_id','0'),(181641,19637,'_qty','8'),(181642,19637,'_tax_class',''),(181643,19637,'_line_subtotal','669.6'),(181644,19637,'_line_subtotal_tax','0'),(181645,19637,'_line_total','636.12'),(181646,19637,'_line_tax','0'),(181647,19637,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181648,19637,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(181649,19637,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(181650,19638,'_product_id','40'),(181651,19638,'_variation_id','0'),(181652,19638,'_qty','2'),(181653,19638,'_tax_class',''),(181654,19638,'_line_subtotal','180'),(181655,19638,'_line_subtotal_tax','0'),(181656,19638,'_line_total','171'),(181657,19638,'_line_tax','0'),(181658,19638,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181659,19639,'_product_id','39'),(181660,19639,'_variation_id','0'),(181661,19639,'_qty','2'),(181662,19639,'_tax_class',''),(181663,19639,'_line_subtotal','180'),(181664,19639,'_line_subtotal_tax','0'),(181665,19639,'_line_total','171'),(181666,19639,'_line_tax','0'),(181667,19639,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181668,19640,'_product_id','490'),(181669,19640,'_variation_id','0'),(181670,19640,'_qty','30'),(181671,19640,'_tax_class',''),(181672,19640,'_line_subtotal','588'),(181673,19640,'_line_subtotal_tax','0'),(181674,19640,'_line_total','558.6'),(181675,19640,'_line_tax','0'),(181676,19640,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181677,19641,'_product_id','487'),(181678,19641,'_variation_id','0'),(181679,19641,'_qty','4'),(181680,19641,'_tax_class',''),(181681,19641,'_line_subtotal','125.4'),(181682,19641,'_line_subtotal_tax','0'),(181683,19641,'_line_total','119.13'),(181684,19641,'_line_tax','0'),(181685,19641,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181686,19642,'_product_id','146'),(181687,19642,'_variation_id','0'),(181688,19642,'_qty','7'),(181689,19642,'_tax_class',''),(181690,19642,'_line_subtotal','9.66'),(181691,19642,'_line_subtotal_tax','0'),(181692,19642,'_line_total','9.18'),(181693,19642,'_line_tax','0'),(181694,19642,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181695,19643,'method_id','advanced_free_shipping'),(181696,19643,'instance_id','0'),(181697,19643,'cost','0'),(181698,19643,'total_tax','0'),(181699,19643,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181700,19644,'discount_amount','170.39'),(181701,19644,'discount_amount_tax','0'),(181702,19644,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181703,19645,'_product_id','43'),(181704,19645,'_variation_id','0'),(181705,19645,'_qty','2'),(181706,19645,'_tax_class',''),(181707,19645,'_line_subtotal','180'),(181708,19645,'_line_subtotal_tax','0'),(181709,19645,'_line_total','171'),(181710,19645,'_line_tax','0'),(181711,19645,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181712,19646,'_product_id','39'),(181713,19646,'_variation_id','0'),(181714,19646,'_qty','2'),(181715,19646,'_tax_class',''),(181716,19646,'_line_subtotal','180'),(181717,19646,'_line_subtotal_tax','0'),(181718,19646,'_line_total','171'),(181719,19646,'_line_tax','0'),(181720,19646,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181721,19647,'_product_id','2110'),(181722,19647,'_variation_id','0'),(181723,19647,'_qty','2'),(181724,19647,'_tax_class',''),(181725,19647,'_line_subtotal','142.8'),(181726,19647,'_line_subtotal_tax','0'),(181727,19647,'_line_total','135.66'),(181728,19647,'_line_tax','0'),(181729,19647,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181730,19648,'method_id','advanced_free_shipping'),(181731,19648,'instance_id','0'),(181732,19648,'cost','0'),(181733,19648,'total_tax','0'),(181734,19648,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181735,19649,'discount_amount','25.14'),(181736,19649,'discount_amount_tax','0'),(181737,19649,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181738,19650,'_product_id','3696'),(181739,19650,'_variation_id','0'),(181740,19650,'_qty','5'),(181741,19650,'_tax_class',''),(181742,19650,'_line_subtotal','342.5'),(181743,19650,'_line_subtotal_tax','0'),(181744,19650,'_line_total','325.38'),(181745,19650,'_line_tax','0'),(181746,19650,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181747,19651,'_product_id','487'),(181748,19651,'_variation_id','0'),(181749,19651,'_qty','3'),(181750,19651,'_tax_class',''),(181751,19651,'_line_subtotal','94.05'),(181752,19651,'_line_subtotal_tax','0'),(181753,19651,'_line_total','89.35'),(181754,19651,'_line_tax','0'),(181755,19651,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181756,19652,'_product_id','2113'),(181757,19652,'_variation_id','0'),(181758,19652,'_qty','1'),(181759,19652,'_tax_class',''),(181760,19652,'_line_subtotal','172'),(181761,19652,'_line_subtotal_tax','0'),(181762,19652,'_line_total','163.39'),(181763,19652,'_line_tax','0'),(181764,19652,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181765,19653,'_product_id','3412'),(181766,19653,'_variation_id','0'),(181767,19653,'_qty','1'),(181768,19653,'_tax_class',''),(181769,19653,'_line_subtotal','90'),(181770,19653,'_line_subtotal_tax','0'),(181771,19653,'_line_total','85.5'),(181772,19653,'_line_tax','0'),(181773,19653,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181774,19654,'_product_id','41'),(181775,19654,'_variation_id','0'),(181776,19654,'_qty','2'),(181777,19654,'_tax_class',''),(181778,19654,'_line_subtotal','146.4'),(181779,19654,'_line_subtotal_tax','0'),(181780,19654,'_line_total','139.08'),(181781,19654,'_line_tax','0'),(181782,19654,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181783,19655,'_product_id','45'),(181784,19655,'_variation_id','0'),(181785,19655,'_qty','2'),(181786,19655,'_tax_class',''),(181787,19655,'_line_subtotal','100'),(181788,19655,'_line_subtotal_tax','0'),(181789,19655,'_line_total','95'),(181790,19655,'_line_tax','0'),(181791,19655,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181792,19656,'_product_id','488'),(181793,19656,'_variation_id','0'),(181794,19656,'_qty','3'),(181795,19656,'_tax_class',''),(181796,19656,'_line_subtotal','94.05'),(181797,19656,'_line_subtotal_tax','0'),(181798,19656,'_line_total','89.35'),(181799,19656,'_line_tax','0'),(181800,19656,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181801,19657,'method_id','advanced_free_shipping'),(181802,19657,'instance_id','0'),(181803,19657,'cost','0'),(181804,19657,'total_tax','0'),(181805,19657,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181806,19658,'discount_amount','51.95'),(181807,19658,'discount_amount_tax','0'),(181808,19658,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181809,19659,'_product_id','38'),(181810,19659,'_variation_id','0'),(181811,19659,'_qty','2'),(181812,19659,'_tax_class',''),(181813,19659,'_line_subtotal','331.52'),(181814,19659,'_line_subtotal_tax','0'),(181815,19659,'_line_total','314.94'),(181816,19659,'_line_tax','0'),(181817,19659,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181818,19660,'_product_id','3476'),(181819,19660,'_variation_id','0'),(181820,19660,'_qty','2'),(181821,19660,'_tax_class',''),(181822,19660,'_line_subtotal','152.4'),(181823,19660,'_line_subtotal_tax','0'),(181824,19660,'_line_total','144.78'),(181825,19660,'_line_tax','0'),(181826,19660,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181827,19661,'_product_id','116'),(181828,19661,'_variation_id','0'),(181829,19661,'_qty','1'),(181830,19661,'_tax_class',''),(181831,19661,'_line_subtotal','165'),(181832,19661,'_line_subtotal_tax','0'),(181833,19661,'_line_total','156.75'),(181834,19661,'_line_tax','0'),(181835,19661,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181836,19662,'_product_id','42'),(181837,19662,'_variation_id','0'),(181838,19662,'_qty','5'),(181839,19662,'_tax_class',''),(181840,19662,'_line_subtotal','450'),(181841,19662,'_line_subtotal_tax','0'),(181842,19662,'_line_total','427.5'),(181843,19662,'_line_tax','0'),(181844,19662,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181845,19663,'_product_id','41'),(181846,19663,'_variation_id','0'),(181847,19663,'_qty','8'),(181848,19663,'_tax_class',''),(181849,19663,'_line_subtotal','544.608'),(181850,19663,'_line_subtotal_tax','0'),(181851,19663,'_line_total','517.378'),(181852,19663,'_line_tax','0'),(181853,19663,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181854,19663,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:3:{s:32:\"2838023a778dfaecdc212708f721b788\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(181855,19663,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(181856,19664,'_product_id','51'),(181857,19664,'_variation_id','0'),(181858,19664,'_qty','8'),(181859,19664,'_tax_class',''),(181860,19664,'_line_subtotal','1264.8'),(181861,19664,'_line_subtotal_tax','0'),(181862,19664,'_line_total','1201.56'),(181863,19664,'_line_tax','0'),(181864,19664,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181865,19664,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:3:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:51;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(181866,19664,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:95.200000000000003;s:34:\"saved_amount_based_on_tax_settings\";d:95.200000000000003;s:15:\"is_free_product\";b:0;}'),(181867,19665,'_product_id','49'),(181868,19665,'_variation_id','0'),(181869,19665,'_qty','10'),(181870,19665,'_tax_class',''),(181871,19665,'_line_subtotal','837'),(181872,19665,'_line_subtotal_tax','0'),(181873,19665,'_line_total','795.15'),(181874,19665,'_line_tax','0'),(181875,19665,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181876,19665,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"2838023a778dfaecdc212708f721b788\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(181877,19665,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:63;s:34:\"saved_amount_based_on_tax_settings\";d:63;s:15:\"is_free_product\";b:0;}'),(181878,19666,'_product_id','3352'),(181879,19666,'_variation_id','0'),(181880,19666,'_qty','2'),(181881,19666,'_tax_class',''),(181882,19666,'_line_subtotal','296'),(181883,19666,'_line_subtotal_tax','0'),(181884,19666,'_line_total','281.2'),(181885,19666,'_line_tax','0'),(181886,19666,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181887,19667,'method_id','advanced_free_shipping'),(181888,19667,'instance_id','0'),(181889,19667,'cost','0'),(181890,19667,'total_tax','0'),(181891,19667,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181892,19668,'discount_amount','202.07'),(181893,19668,'discount_amount_tax','0'),(181894,19668,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181895,19669,'_product_id','2110'),(181896,19669,'_variation_id','0'),(181897,19669,'_qty','3'),(181898,19669,'_tax_class',''),(181899,19669,'_line_subtotal','214.2'),(181900,19669,'_line_subtotal_tax','0'),(181901,19669,'_line_total','203.49'),(181902,19669,'_line_tax','0'),(181903,19669,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181904,19670,'_product_id','41'),(181905,19670,'_variation_id','0'),(181906,19670,'_qty','2'),(181907,19670,'_tax_class',''),(181908,19670,'_line_subtotal','146.4'),(181909,19670,'_line_subtotal_tax','0'),(181910,19670,'_line_total','139.08'),(181911,19670,'_line_tax','0'),(181912,19670,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181913,19671,'_product_id','116'),(181914,19671,'_variation_id','0'),(181915,19671,'_qty','1'),(181916,19671,'_tax_class',''),(181917,19671,'_line_subtotal','165'),(181918,19671,'_line_subtotal_tax','0'),(181919,19671,'_line_total','156.75'),(181920,19671,'_line_tax','0'),(181921,19671,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181922,19672,'_product_id','49'),(181923,19672,'_variation_id','0'),(181924,19672,'_qty','2'),(181925,19672,'_tax_class',''),(181926,19672,'_line_subtotal','180'),(181927,19672,'_line_subtotal_tax','0'),(181928,19672,'_line_total','171'),(181929,19672,'_line_tax','0'),(181930,19672,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181931,19673,'method_id','advanced_free_shipping'),(181932,19673,'instance_id','0'),(181933,19673,'cost','0'),(181934,19673,'total_tax','0'),(181935,19673,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181936,19674,'discount_amount','35.28'),(181937,19674,'discount_amount_tax','0'),(181938,19674,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181939,19675,'_product_id','23'),(181940,19675,'_variation_id','0'),(181941,19675,'_qty','2'),(181942,19675,'_tax_class',''),(181943,19675,'_line_subtotal','137.08'),(181944,19675,'_line_subtotal_tax','0'),(181945,19675,'_line_total','130.23'),(181946,19675,'_line_tax','0'),(181947,19675,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181948,19676,'_product_id','38'),(181949,19676,'_variation_id','0'),(181950,19676,'_qty','2'),(181951,19676,'_tax_class',''),(181952,19676,'_line_subtotal','331.52'),(181953,19676,'_line_subtotal_tax','0'),(181954,19676,'_line_total','314.95'),(181955,19676,'_line_tax','0'),(181956,19676,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181957,19677,'_product_id','2110'),(181958,19677,'_variation_id','0'),(181959,19677,'_qty','2'),(181960,19677,'_tax_class',''),(181961,19677,'_line_subtotal','142.8'),(181962,19677,'_line_subtotal_tax','0'),(181963,19677,'_line_total','135.66'),(181964,19677,'_line_tax','0'),(181965,19677,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181966,19678,'_product_id','2113'),(181967,19678,'_variation_id','0'),(181968,19678,'_qty','2'),(181969,19678,'_tax_class',''),(181970,19678,'_line_subtotal','344'),(181971,19678,'_line_subtotal_tax','0'),(181972,19678,'_line_total','326.79'),(181973,19678,'_line_tax','0'),(181974,19678,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181975,19679,'method_id','advanced_free_shipping'),(181976,19679,'instance_id','0'),(181977,19679,'cost','0'),(181978,19679,'total_tax','0'),(181979,19679,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(181980,19680,'discount_amount','47.77'),(181981,19680,'discount_amount_tax','0'),(181982,19680,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(181983,19681,'_product_id','23'),(181984,19681,'_variation_id','0'),(181985,19681,'_qty','1'),(181986,19681,'_tax_class',''),(181987,19681,'_line_subtotal','68.54'),(181988,19681,'_line_subtotal_tax','0'),(181989,19681,'_line_total','65.12'),(181990,19681,'_line_tax','0'),(181991,19681,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(181992,19682,'_product_id','3499'),(181993,19682,'_variation_id','0'),(181994,19682,'_qty','1'),(181995,19682,'_tax_class',''),(181996,19682,'_line_subtotal','142.8'),(181997,19682,'_line_subtotal_tax','0'),(181998,19682,'_line_total','135.65'),(181999,19682,'_line_tax','0'),(182000,19682,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182001,19683,'_product_id','43'),(182002,19683,'_variation_id','0'),(182003,19683,'_qty','1'),(182004,19683,'_tax_class',''),(182005,19683,'_line_subtotal','90'),(182006,19683,'_line_subtotal_tax','0'),(182007,19683,'_line_total','85.5'),(182008,19683,'_line_tax','0'),(182009,19683,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182010,19684,'_product_id','137'),(182011,19684,'_variation_id','0'),(182012,19684,'_qty','2'),(182013,19684,'_tax_class',''),(182014,19684,'_line_subtotal','12.1'),(182015,19684,'_line_subtotal_tax','0'),(182016,19684,'_line_total','11.5'),(182017,19684,'_line_tax','0'),(182018,19684,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182019,19685,'method_id','fedex'),(182020,19685,'instance_id','1'),(182021,19685,'cost','15.91'),(182022,19685,'total_tax','0'),(182023,19685,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182024,19685,'Package 1','11.88 × 11 × 10.75 (in) 18.95lbs × 1'),(182025,19685,'Items','Active Rinse 8oz 50/50(Case of 12) &times; 1, Bulk (Not in Blister Packs) Professional Lice Comb(Case of 25) &times; 1, Preventive Spray 8oz(Case of 12) &times; 1, The Wet Brush &times; 2'),(182026,19686,'discount_amount','15.67'),(182027,19686,'discount_amount_tax','0'),(182028,19686,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182029,19687,'_product_id','116'),(182030,19687,'_variation_id','0'),(182031,19687,'_qty','1'),(182032,19687,'_tax_class',''),(182033,19687,'_line_subtotal','165'),(182034,19687,'_line_subtotal_tax','0'),(182035,19687,'_line_total','156.75'),(182036,19687,'_line_tax','0'),(182037,19687,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182038,19688,'_product_id','2408'),(182039,19688,'_variation_id','0'),(182040,19688,'_qty','2'),(182041,19688,'_tax_class',''),(182042,19688,'_line_subtotal','340'),(182043,19688,'_line_subtotal_tax','0'),(182044,19688,'_line_total','323'),(182045,19688,'_line_tax','0'),(182046,19688,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182047,19689,'_product_id','2400'),(182048,19689,'_variation_id','0'),(182049,19689,'_qty','1'),(182050,19689,'_tax_class',''),(182051,19689,'_line_subtotal','215'),(182052,19689,'_line_subtotal_tax','0'),(182053,19689,'_line_total','204.24'),(182054,19689,'_line_tax','0'),(182055,19689,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182056,19690,'_product_id','3525'),(182057,19690,'_variation_id','0'),(182058,19690,'_qty','1'),(182059,19690,'_tax_class',''),(182060,19690,'_line_subtotal','90'),(182061,19690,'_line_subtotal_tax','0'),(182062,19690,'_line_total','85.5'),(182063,19690,'_line_tax','0'),(182064,19690,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182065,19691,'_product_id','144'),(182066,19691,'_variation_id','0'),(182067,19691,'_qty','2'),(182068,19691,'_tax_class',''),(182069,19691,'_line_subtotal','2.76'),(182070,19691,'_line_subtotal_tax','0'),(182071,19691,'_line_total','2.63'),(182072,19691,'_line_tax','0'),(182073,19691,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182074,19692,'_product_id','42'),(182075,19692,'_variation_id','0'),(182076,19692,'_qty','2'),(182077,19692,'_tax_class',''),(182078,19692,'_line_subtotal','180'),(182079,19692,'_line_subtotal_tax','0'),(182080,19692,'_line_total','171'),(182081,19692,'_line_tax','0'),(182082,19692,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182083,19693,'method_id','advanced_free_shipping'),(182084,19693,'instance_id','0'),(182085,19693,'cost','0'),(182086,19693,'total_tax','0'),(182087,19693,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182088,19694,'discount_amount','49.64'),(182089,19694,'discount_amount_tax','0'),(182090,19694,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182091,19695,'_product_id','45'),(182092,19695,'_variation_id','0'),(182093,19695,'_qty','4'),(182094,19695,'_tax_class',''),(182095,19695,'_line_subtotal','200'),(182096,19695,'_line_subtotal_tax','0'),(182097,19695,'_line_total','190'),(182098,19695,'_line_tax','0'),(182099,19695,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182100,19696,'method_id','fedex'),(182101,19696,'instance_id','1'),(182102,19696,'cost','22.42'),(182103,19696,'total_tax','0'),(182104,19696,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182105,19696,'Package 1','17 × 14 × 10 (in) 31lbs × 1'),(182106,19696,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 4'),(182107,19697,'discount_amount','10'),(182108,19697,'discount_amount_tax','0'),(182109,19697,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182110,19698,'discount_amount','0'),(182111,19698,'discount_amount_tax','0'),(182112,19698,'coupon_info','[2234,\"freeship\",null,0,true]'),(182113,19699,'_product_id','45'),(182114,19699,'_variation_id','0'),(182115,19699,'_qty','8'),(182116,19699,'_tax_class',''),(182117,19699,'_line_subtotal','372'),(182118,19699,'_line_subtotal_tax','0'),(182119,19699,'_line_total','353.4'),(182120,19699,'_line_tax','0'),(182121,19699,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182122,19699,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:1:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(182123,19699,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(182124,19700,'method_id','fedex'),(182125,19700,'instance_id','1'),(182126,19700,'cost','46.54'),(182127,19700,'total_tax','0'),(182128,19700,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182129,19700,'Package 1','17 × 14 × 10 (in) 38.5lbs × 1'),(182130,19700,'Package 2','17 × 14 × 10 (in) 23.5lbs × 1'),(182131,19700,'Items','Super Clarifying Shampoo 8oz(Case of 12) &times; 8'),(182132,19701,'discount_amount','18.6'),(182133,19701,'discount_amount_tax','0'),(182134,19701,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182135,19702,'discount_amount','0'),(182136,19702,'discount_amount_tax','0'),(182137,19702,'coupon_info','[2234,\"freeship\",null,0,true]'),(182138,19703,'method_id','fedex'),(182139,19703,'instance_id','1'),(182140,19703,'cost','-46.54'),(182141,19703,'total_tax','0'),(182142,19703,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182143,19703,'_refunded_item_id','19700'),(182144,19704,'_product_id','3696'),(182145,19704,'_variation_id','0'),(182146,19704,'_qty','6'),(182147,19704,'_tax_class',''),(182148,19704,'_line_subtotal','411'),(182149,19704,'_line_subtotal_tax','0'),(182150,19704,'_line_total','390.45'),(182151,19704,'_line_tax','0'),(182152,19704,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182153,19705,'_product_id','2110'),(182154,19705,'_variation_id','0'),(182155,19705,'_qty','4'),(182156,19705,'_tax_class',''),(182157,19705,'_line_subtotal','285.6'),(182158,19705,'_line_subtotal_tax','0'),(182159,19705,'_line_total','271.32'),(182160,19705,'_line_tax','0'),(182161,19705,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182162,19706,'_product_id','2113'),(182163,19706,'_variation_id','0'),(182164,19706,'_qty','1'),(182165,19706,'_tax_class',''),(182166,19706,'_line_subtotal','172'),(182167,19706,'_line_subtotal_tax','0'),(182168,19706,'_line_total','163.39'),(182169,19706,'_line_tax','0'),(182170,19706,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182171,19707,'_product_id','45'),(182172,19707,'_variation_id','0'),(182173,19707,'_qty','3'),(182174,19707,'_tax_class',''),(182175,19707,'_line_subtotal','150'),(182176,19707,'_line_subtotal_tax','0'),(182177,19707,'_line_total','142.5'),(182178,19707,'_line_tax','0'),(182179,19707,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182180,19708,'_product_id','49'),(182181,19708,'_variation_id','0'),(182182,19708,'_qty','4'),(182183,19708,'_tax_class',''),(182184,19708,'_line_subtotal','360'),(182185,19708,'_line_subtotal_tax','0'),(182186,19708,'_line_total','342'),(182187,19708,'_line_tax','0'),(182188,19708,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182189,19709,'_product_id','3362'),(182190,19709,'_variation_id','0'),(182191,19709,'_qty','3'),(182192,19709,'_tax_class',''),(182193,19709,'_line_subtotal','225'),(182194,19709,'_line_subtotal_tax','0'),(182195,19709,'_line_total','213.75'),(182196,19709,'_line_tax','0'),(182197,19709,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182198,19710,'_product_id','3499'),(182199,19710,'_variation_id','0'),(182200,19710,'_qty','1'),(182201,19710,'_tax_class',''),(182202,19710,'_line_subtotal','142.8'),(182203,19710,'_line_subtotal_tax','0'),(182204,19710,'_line_total','135.66'),(182205,19710,'_line_tax','0'),(182206,19710,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182207,19711,'_product_id','3412'),(182208,19711,'_variation_id','0'),(182209,19711,'_qty','1'),(182210,19711,'_tax_class',''),(182211,19711,'_line_subtotal','90'),(182212,19711,'_line_subtotal_tax','0'),(182213,19711,'_line_total','85.5'),(182214,19711,'_line_tax','0'),(182215,19711,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182216,19712,'_product_id','487'),(182217,19712,'_variation_id','0'),(182218,19712,'_qty','1'),(182219,19712,'_tax_class',''),(182220,19712,'_line_subtotal','31.35'),(182221,19712,'_line_subtotal_tax','0'),(182222,19712,'_line_total','29.79'),(182223,19712,'_line_tax','0'),(182224,19712,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182225,19713,'method_id','advanced_free_shipping'),(182226,19713,'instance_id','0'),(182227,19713,'cost','0'),(182228,19713,'total_tax','0'),(182229,19713,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182230,19714,'discount_amount','93.39'),(182231,19714,'discount_amount_tax','0'),(182232,19714,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182233,19715,'_product_id','2110'),(182234,19715,'_variation_id','0'),(182235,19715,'_qty','16'),(182236,19715,'_tax_class',''),(182237,19715,'_line_subtotal','1062.432'),(182238,19715,'_line_subtotal_tax','0'),(182239,19715,'_line_total','1009.312'),(182240,19715,'_line_tax','0'),(182241,19715,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182242,19715,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:16;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:16;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:16;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(182243,19715,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:16;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:79.968000000000004;s:34:\"saved_amount_based_on_tax_settings\";d:79.968000000000004;s:15:\"is_free_product\";b:0;}'),(182244,19716,'_product_id','45'),(182245,19716,'_variation_id','0'),(182246,19716,'_qty','8'),(182247,19716,'_tax_class',''),(182248,19716,'_line_subtotal','372'),(182249,19716,'_line_subtotal_tax','0'),(182250,19716,'_line_total','353.4'),(182251,19716,'_line_tax','0'),(182252,19716,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182253,19716,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:4:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:16;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(182254,19716,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(182255,19717,'_product_id','43'),(182256,19717,'_variation_id','0'),(182257,19717,'_qty','8'),(182258,19717,'_tax_class',''),(182259,19717,'_line_subtotal','669.6'),(182260,19717,'_line_subtotal_tax','0'),(182261,19717,'_line_total','636.12'),(182262,19717,'_line_tax','0'),(182263,19717,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182264,19717,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:16;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(182265,19717,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(182266,19718,'_product_id','3352'),(182267,19718,'_variation_id','0'),(182268,19718,'_qty','8'),(182269,19718,'_tax_class',''),(182270,19718,'_line_subtotal','1101.12'),(182271,19718,'_line_subtotal_tax','0'),(182272,19718,'_line_total','1046.06'),(182273,19718,'_line_tax','0'),(182274,19718,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182275,19718,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:16;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:148;s:23:\"calculate_discount_from\";d:148;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:10.360000000000001;s:14:\"original_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3352;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;}'),(182276,19718,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:10.359999999999999;}}}s:12:\"saved_amount\";d:82.879999999999995;s:34:\"saved_amount_based_on_tax_settings\";d:82.879999999999995;s:15:\"is_free_product\";b:0;}'),(182277,19719,'method_id','advanced_free_shipping'),(182278,19719,'instance_id','0'),(182279,19719,'cost','0'),(182280,19719,'total_tax','0'),(182281,19719,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182282,19720,'discount_amount','160.26'),(182283,19720,'discount_amount_tax','0'),(182284,19720,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182285,19721,'_product_id','23'),(182286,19721,'_variation_id','0'),(182287,19721,'_qty','1'),(182288,19721,'_tax_class',''),(182289,19721,'_line_subtotal','68.54'),(182290,19721,'_line_subtotal_tax','0'),(182291,19721,'_line_total','65.12'),(182292,19721,'_line_tax','0'),(182293,19721,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182294,19722,'_product_id','45'),(182295,19722,'_variation_id','0'),(182296,19722,'_qty','3'),(182297,19722,'_tax_class',''),(182298,19722,'_line_subtotal','150'),(182299,19722,'_line_subtotal_tax','0'),(182300,19722,'_line_total','142.5'),(182301,19722,'_line_tax','0'),(182302,19722,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182303,19723,'_product_id','41'),(182304,19723,'_variation_id','0'),(182305,19723,'_qty','3'),(182306,19723,'_tax_class',''),(182307,19723,'_line_subtotal','219.6'),(182308,19723,'_line_subtotal_tax','0'),(182309,19723,'_line_total','208.62'),(182310,19723,'_line_tax','0'),(182311,19723,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182312,19724,'_product_id','2408'),(182313,19724,'_variation_id','0'),(182314,19724,'_qty','5'),(182315,19724,'_tax_class',''),(182316,19724,'_line_subtotal','850'),(182317,19724,'_line_subtotal_tax','0'),(182318,19724,'_line_total','807.49'),(182319,19724,'_line_tax','0'),(182320,19724,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182321,19725,'_product_id','133'),(182322,19725,'_variation_id','0'),(182323,19725,'_qty','7'),(182324,19725,'_tax_class',''),(182325,19725,'_line_subtotal','100.1'),(182326,19725,'_line_subtotal_tax','0'),(182327,19725,'_line_total','95.1'),(182328,19725,'_line_tax','0'),(182329,19725,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182330,19726,'method_id','advanced_free_shipping'),(182331,19726,'instance_id','0'),(182332,19726,'cost','0'),(182333,19726,'total_tax','0'),(182334,19726,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182335,19727,'discount_amount','69.41'),(182336,19727,'discount_amount_tax','0'),(182337,19727,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182338,19728,'_product_id','2110'),(182339,19728,'_variation_id','0'),(182340,19728,'_qty','6'),(182341,19728,'_tax_class',''),(182342,19728,'_line_subtotal','428.4'),(182343,19728,'_line_subtotal_tax','0'),(182344,19728,'_line_total','406.98'),(182345,19728,'_line_tax','0'),(182346,19728,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182347,19729,'_product_id','2113'),(182348,19729,'_variation_id','0'),(182349,19729,'_qty','2'),(182350,19729,'_tax_class',''),(182351,19729,'_line_subtotal','344'),(182352,19729,'_line_subtotal_tax','0'),(182353,19729,'_line_total','326.8'),(182354,19729,'_line_tax','0'),(182355,19729,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182356,19730,'_product_id','41'),(182357,19730,'_variation_id','0'),(182358,19730,'_qty','3'),(182359,19730,'_tax_class',''),(182360,19730,'_line_subtotal','219.6'),(182361,19730,'_line_subtotal_tax','0'),(182362,19730,'_line_total','208.62'),(182363,19730,'_line_tax','0'),(182364,19730,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182365,19731,'_product_id','3356'),(182366,19731,'_variation_id','0'),(182367,19731,'_qty','1'),(182368,19731,'_tax_class',''),(182369,19731,'_line_subtotal','151.2'),(182370,19731,'_line_subtotal_tax','0'),(182371,19731,'_line_total','143.64'),(182372,19731,'_line_tax','0'),(182373,19731,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182374,19732,'_product_id','3358'),(182375,19732,'_variation_id','0'),(182376,19732,'_qty','1'),(182377,19732,'_tax_class',''),(182378,19732,'_line_subtotal','151.2'),(182379,19732,'_line_subtotal_tax','0'),(182380,19732,'_line_total','143.64'),(182381,19732,'_line_tax','0'),(182382,19732,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182383,19733,'_product_id','120'),(182384,19733,'_variation_id','0'),(182385,19733,'_qty','1'),(182386,19733,'_tax_class',''),(182387,19733,'_line_subtotal','63'),(182388,19733,'_line_subtotal_tax','0'),(182389,19733,'_line_total','59.85'),(182390,19733,'_line_tax','0'),(182391,19733,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182392,19734,'_product_id','44'),(182393,19734,'_variation_id','0'),(182394,19734,'_qty','1'),(182395,19734,'_tax_class',''),(182396,19734,'_line_subtotal','138'),(182397,19734,'_line_subtotal_tax','0'),(182398,19734,'_line_total','131.1'),(182399,19734,'_line_tax','0'),(182400,19734,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182401,19735,'_product_id','133'),(182402,19735,'_variation_id','0'),(182403,19735,'_qty','9'),(182404,19735,'_tax_class',''),(182405,19735,'_line_subtotal','128.7'),(182406,19735,'_line_subtotal_tax','0'),(182407,19735,'_line_total','122.27'),(182408,19735,'_line_tax','0'),(182409,19735,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182410,19736,'method_id','advanced_free_shipping'),(182411,19736,'instance_id','0'),(182412,19736,'cost','0'),(182413,19736,'total_tax','0'),(182414,19736,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182415,19737,'discount_amount','81.2'),(182416,19737,'discount_amount_tax','0'),(182417,19737,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182418,19738,'_product_id','43'),(182419,19738,'_variation_id','0'),(182420,19738,'_qty','2'),(182421,19738,'_tax_class',''),(182422,19738,'_line_subtotal','180'),(182423,19738,'_line_subtotal_tax','0'),(182424,19738,'_line_total','171'),(182425,19738,'_line_tax','0'),(182426,19738,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182427,19739,'_product_id','3696'),(182428,19739,'_variation_id','0'),(182429,19739,'_qty','3'),(182430,19739,'_tax_class',''),(182431,19739,'_line_subtotal','205.5'),(182432,19739,'_line_subtotal_tax','0'),(182433,19739,'_line_total','195.23'),(182434,19739,'_line_tax','0'),(182435,19739,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182436,19740,'_product_id','2110'),(182437,19740,'_variation_id','0'),(182438,19740,'_qty','2'),(182439,19740,'_tax_class',''),(182440,19740,'_line_subtotal','142.8'),(182441,19740,'_line_subtotal_tax','0'),(182442,19740,'_line_total','135.66'),(182443,19740,'_line_tax','0'),(182444,19740,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182445,19741,'method_id','advanced_free_shipping'),(182446,19741,'instance_id','0'),(182447,19741,'cost','0'),(182448,19741,'total_tax','0'),(182449,19741,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182450,19742,'discount_amount','26.41'),(182451,19742,'discount_amount_tax','0'),(182452,19742,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182453,19743,'_product_id','45'),(182454,19743,'_variation_id','0'),(182455,19743,'_qty','3'),(182456,19743,'_tax_class',''),(182457,19743,'_line_subtotal','150'),(182458,19743,'_line_subtotal_tax','0'),(182459,19743,'_line_total','142.5'),(182460,19743,'_line_tax','0'),(182461,19743,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182462,19744,'_product_id','41'),(182463,19744,'_variation_id','0'),(182464,19744,'_qty','3'),(182465,19744,'_tax_class',''),(182466,19744,'_line_subtotal','219.6'),(182467,19744,'_line_subtotal_tax','0'),(182468,19744,'_line_total','208.62'),(182469,19744,'_line_tax','0'),(182470,19744,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182471,19745,'_product_id','2408'),(182472,19745,'_variation_id','0'),(182473,19745,'_qty','5'),(182474,19745,'_tax_class',''),(182475,19745,'_line_subtotal','850'),(182476,19745,'_line_subtotal_tax','0'),(182477,19745,'_line_total','807.5'),(182478,19745,'_line_tax','0'),(182479,19745,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182480,19746,'_product_id','133'),(182481,19746,'_variation_id','0'),(182482,19746,'_qty','7'),(182483,19746,'_tax_class',''),(182484,19746,'_line_subtotal','100.1'),(182485,19746,'_line_subtotal_tax','0'),(182486,19746,'_line_total','95.1'),(182487,19746,'_line_tax','0'),(182488,19746,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182489,19747,'_product_id','2110'),(182490,19747,'_variation_id','0'),(182491,19747,'_qty','1'),(182492,19747,'_tax_class',''),(182493,19747,'_line_subtotal','71.4'),(182494,19747,'_line_subtotal_tax','0'),(182495,19747,'_line_total','67.83'),(182496,19747,'_line_tax','0'),(182497,19747,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182498,19748,'method_id','advanced_free_shipping'),(182499,19748,'instance_id','0'),(182500,19748,'cost','0'),(182501,19748,'total_tax','0'),(182502,19748,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182503,19749,'discount_amount','69.55'),(182504,19749,'discount_amount_tax','0'),(182505,19749,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182506,19750,'_product_id','2113'),(182507,19750,'_variation_id','0'),(182508,19750,'_qty','1'),(182509,19750,'_tax_class',''),(182510,19750,'_line_subtotal','172'),(182511,19750,'_line_subtotal_tax','0'),(182512,19750,'_line_total','163.4'),(182513,19750,'_line_tax','0'),(182514,19750,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182515,19751,'_product_id','42'),(182516,19751,'_variation_id','0'),(182517,19751,'_qty','3'),(182518,19751,'_tax_class',''),(182519,19751,'_line_subtotal','270'),(182520,19751,'_line_subtotal_tax','0'),(182521,19751,'_line_total','256.5'),(182522,19751,'_line_tax','0'),(182523,19751,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182524,19752,'_product_id','41'),(182525,19752,'_variation_id','0'),(182526,19752,'_qty','2'),(182527,19752,'_tax_class',''),(182528,19752,'_line_subtotal','146.4'),(182529,19752,'_line_subtotal_tax','0'),(182530,19752,'_line_total','139.08'),(182531,19752,'_line_tax','0'),(182532,19752,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182533,19753,'_product_id','133'),(182534,19753,'_variation_id','0'),(182535,19753,'_qty','5'),(182536,19753,'_tax_class',''),(182537,19753,'_line_subtotal','71.5'),(182538,19753,'_line_subtotal_tax','0'),(182539,19753,'_line_total','67.93'),(182540,19753,'_line_tax','0'),(182541,19753,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182542,19754,'method_id','advanced_free_shipping'),(182543,19754,'instance_id','0'),(182544,19754,'cost','0'),(182545,19754,'total_tax','0'),(182546,19754,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182547,19755,'discount_amount','32.99'),(182548,19755,'discount_amount_tax','0'),(182549,19755,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182550,19756,'_product_id','2110'),(182551,19756,'_variation_id','0'),(182552,19756,'_qty','2'),(182553,19756,'_tax_class',''),(182554,19756,'_line_subtotal','142.8'),(182555,19756,'_line_subtotal_tax','0'),(182556,19756,'_line_total','135.66'),(182557,19756,'_line_tax','0'),(182558,19756,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182559,19757,'_product_id','45'),(182560,19757,'_variation_id','0'),(182561,19757,'_qty','2'),(182562,19757,'_tax_class',''),(182563,19757,'_line_subtotal','100'),(182564,19757,'_line_subtotal_tax','0'),(182565,19757,'_line_total','95'),(182566,19757,'_line_tax','0'),(182567,19757,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182568,19758,'_product_id','41'),(182569,19758,'_variation_id','0'),(182570,19758,'_qty','1'),(182571,19758,'_tax_class',''),(182572,19758,'_line_subtotal','73.2'),(182573,19758,'_line_subtotal_tax','0'),(182574,19758,'_line_total','69.54'),(182575,19758,'_line_tax','0'),(182576,19758,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182577,19759,'_product_id','43'),(182578,19759,'_variation_id','0'),(182579,19759,'_qty','1'),(182580,19759,'_tax_class',''),(182581,19759,'_line_subtotal','90'),(182582,19759,'_line_subtotal_tax','0'),(182583,19759,'_line_total','85.5'),(182584,19759,'_line_tax','0'),(182585,19759,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182586,19760,'_product_id','120'),(182587,19760,'_variation_id','0'),(182588,19760,'_qty','1'),(182589,19760,'_tax_class',''),(182590,19760,'_line_subtotal','63'),(182591,19760,'_line_subtotal_tax','0'),(182592,19760,'_line_total','59.85'),(182593,19760,'_line_tax','0'),(182594,19760,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182595,19761,'_product_id','133'),(182596,19761,'_variation_id','0'),(182597,19761,'_qty','4'),(182598,19761,'_tax_class',''),(182599,19761,'_line_subtotal','57.2'),(182600,19761,'_line_subtotal_tax','0'),(182601,19761,'_line_total','54.34'),(182602,19761,'_line_tax','0'),(182603,19761,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182604,19762,'method_id','advanced_free_shipping'),(182605,19762,'instance_id','0'),(182606,19762,'cost','0'),(182607,19762,'total_tax','0'),(182608,19762,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182609,19763,'discount_amount','26.31'),(182610,19763,'discount_amount_tax','0'),(182611,19763,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182612,19764,'_product_id','2110'),(182613,19764,'_variation_id','0'),(182614,19764,'_qty','4'),(182615,19764,'_tax_class',''),(182616,19764,'_line_subtotal','285.6'),(182617,19764,'_line_subtotal_tax','0'),(182618,19764,'_line_total','271.32'),(182619,19764,'_line_tax','0'),(182620,19764,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182621,19765,'_product_id','2113'),(182622,19765,'_variation_id','0'),(182623,19765,'_qty','1'),(182624,19765,'_tax_class',''),(182625,19765,'_line_subtotal','172'),(182626,19765,'_line_subtotal_tax','0'),(182627,19765,'_line_total','163.4'),(182628,19765,'_line_tax','0'),(182629,19765,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182630,19766,'_product_id','3412'),(182631,19766,'_variation_id','0'),(182632,19766,'_qty','1'),(182633,19766,'_tax_class',''),(182634,19766,'_line_subtotal','90'),(182635,19766,'_line_subtotal_tax','0'),(182636,19766,'_line_total','85.5'),(182637,19766,'_line_tax','0'),(182638,19766,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182639,19767,'_product_id','41'),(182640,19767,'_variation_id','0'),(182641,19767,'_qty','1'),(182642,19767,'_tax_class',''),(182643,19767,'_line_subtotal','73.2'),(182644,19767,'_line_subtotal_tax','0'),(182645,19767,'_line_total','69.54'),(182646,19767,'_line_tax','0'),(182647,19767,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182648,19768,'_product_id','2408'),(182649,19768,'_variation_id','0'),(182650,19768,'_qty','2'),(182651,19768,'_tax_class',''),(182652,19768,'_line_subtotal','340'),(182653,19768,'_line_subtotal_tax','0'),(182654,19768,'_line_total','323'),(182655,19768,'_line_tax','0'),(182656,19768,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182657,19769,'_product_id','2400'),(182658,19769,'_variation_id','0'),(182659,19769,'_qty','1'),(182660,19769,'_tax_class',''),(182661,19769,'_line_subtotal','215'),(182662,19769,'_line_subtotal_tax','0'),(182663,19769,'_line_total','204.25'),(182664,19769,'_line_tax','0'),(182665,19769,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182666,19770,'_product_id','44'),(182667,19770,'_variation_id','0'),(182668,19770,'_qty','1'),(182669,19770,'_tax_class',''),(182670,19770,'_line_subtotal','138'),(182671,19770,'_line_subtotal_tax','0'),(182672,19770,'_line_total','131.1'),(182673,19770,'_line_tax','0'),(182674,19770,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182675,19771,'_product_id','49'),(182676,19771,'_variation_id','0'),(182677,19771,'_qty','1'),(182678,19771,'_tax_class',''),(182679,19771,'_line_subtotal','90'),(182680,19771,'_line_subtotal_tax','0'),(182681,19771,'_line_total','85.5'),(182682,19771,'_line_tax','0'),(182683,19771,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182684,19772,'_product_id','3362'),(182685,19772,'_variation_id','0'),(182686,19772,'_qty','1'),(182687,19772,'_tax_class',''),(182688,19772,'_line_subtotal','75'),(182689,19772,'_line_subtotal_tax','0'),(182690,19772,'_line_total','71.25'),(182691,19772,'_line_tax','0'),(182692,19772,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182693,19773,'_product_id','120'),(182694,19773,'_variation_id','0'),(182695,19773,'_qty','1'),(182696,19773,'_tax_class',''),(182697,19773,'_line_subtotal','63'),(182698,19773,'_line_subtotal_tax','0'),(182699,19773,'_line_total','59.85'),(182700,19773,'_line_tax','0'),(182701,19773,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182702,19774,'_product_id','3525'),(182703,19774,'_variation_id','0'),(182704,19774,'_qty','1'),(182705,19774,'_tax_class',''),(182706,19774,'_line_subtotal','90'),(182707,19774,'_line_subtotal_tax','0'),(182708,19774,'_line_total','85.5'),(182709,19774,'_line_tax','0'),(182710,19774,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182711,19775,'_product_id','3696'),(182712,19775,'_variation_id','0'),(182713,19775,'_qty','2'),(182714,19775,'_tax_class',''),(182715,19775,'_line_subtotal','137'),(182716,19775,'_line_subtotal_tax','0'),(182717,19775,'_line_total','130.15'),(182718,19775,'_line_tax','0'),(182719,19775,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182720,19776,'_product_id','487'),(182721,19776,'_variation_id','0'),(182722,19776,'_qty','2'),(182723,19776,'_tax_class',''),(182724,19776,'_line_subtotal','62.7'),(182725,19776,'_line_subtotal_tax','0'),(182726,19776,'_line_total','59.57'),(182727,19776,'_line_tax','0'),(182728,19776,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182729,19777,'method_id','advanced_free_shipping'),(182730,19777,'instance_id','0'),(182731,19777,'cost','0'),(182732,19777,'total_tax','0'),(182733,19777,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182734,19778,'discount_amount','91.57'),(182735,19778,'discount_amount_tax','0'),(182736,19778,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182737,19779,'_product_id','23'),(182738,19779,'_variation_id','0'),(182739,19779,'_qty','2'),(182740,19779,'_tax_class',''),(182741,19779,'_line_subtotal','137.08'),(182742,19779,'_line_subtotal_tax','0'),(182743,19779,'_line_total','130.23'),(182744,19779,'_line_tax','0'),(182745,19779,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182746,19780,'_product_id','38'),(182747,19780,'_variation_id','0'),(182748,19780,'_qty','2'),(182749,19780,'_tax_class',''),(182750,19780,'_line_subtotal','331.52'),(182751,19780,'_line_subtotal_tax','0'),(182752,19780,'_line_total','314.95'),(182753,19780,'_line_tax','0'),(182754,19780,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182755,19781,'_product_id','2110'),(182756,19781,'_variation_id','0'),(182757,19781,'_qty','1'),(182758,19781,'_tax_class',''),(182759,19781,'_line_subtotal','71.4'),(182760,19781,'_line_subtotal_tax','0'),(182761,19781,'_line_total','67.83'),(182762,19781,'_line_tax','0'),(182763,19781,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182764,19782,'_product_id','2113'),(182765,19782,'_variation_id','0'),(182766,19782,'_qty','1'),(182767,19782,'_tax_class',''),(182768,19782,'_line_subtotal','172'),(182769,19782,'_line_subtotal_tax','0'),(182770,19782,'_line_total','163.39'),(182771,19782,'_line_tax','0'),(182772,19782,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182773,19783,'_product_id','3476'),(182774,19783,'_variation_id','0'),(182775,19783,'_qty','1'),(182776,19783,'_tax_class',''),(182777,19783,'_line_subtotal','76.2'),(182778,19783,'_line_subtotal_tax','0'),(182779,19783,'_line_total','72.39'),(182780,19783,'_line_tax','0'),(182781,19783,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182782,19784,'_product_id','41'),(182783,19784,'_variation_id','0'),(182784,19784,'_qty','1'),(182785,19784,'_tax_class',''),(182786,19784,'_line_subtotal','73.2'),(182787,19784,'_line_subtotal_tax','0'),(182788,19784,'_line_total','69.54'),(182789,19784,'_line_tax','0'),(182790,19784,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182791,19785,'_product_id','45'),(182792,19785,'_variation_id','0'),(182793,19785,'_qty','2'),(182794,19785,'_tax_class',''),(182795,19785,'_line_subtotal','100'),(182796,19785,'_line_subtotal_tax','0'),(182797,19785,'_line_total','95'),(182798,19785,'_line_tax','0'),(182799,19785,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182800,19786,'_product_id','49'),(182801,19786,'_variation_id','0'),(182802,19786,'_qty','1'),(182803,19786,'_tax_class',''),(182804,19786,'_line_subtotal','90'),(182805,19786,'_line_subtotal_tax','0'),(182806,19786,'_line_total','85.5'),(182807,19786,'_line_tax','0'),(182808,19786,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182809,19787,'method_id','advanced_free_shipping'),(182810,19787,'instance_id','0'),(182811,19787,'cost','0'),(182812,19787,'total_tax','0'),(182813,19787,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182814,19788,'discount_amount','52.57'),(182815,19788,'discount_amount_tax','0'),(182816,19788,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182872,19796,'_product_id','2110'),(182873,19796,'_variation_id','0'),(182874,19796,'_qty','1'),(182875,19796,'_tax_class',''),(182876,19796,'_line_subtotal','71.4'),(182877,19796,'_line_subtotal_tax','0'),(182878,19796,'_line_total','67.83'),(182879,19796,'_line_tax','0'),(182880,19796,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182881,19797,'_product_id','41'),(182882,19797,'_variation_id','0'),(182883,19797,'_qty','4'),(182884,19797,'_tax_class',''),(182885,19797,'_line_subtotal','292.8'),(182886,19797,'_line_subtotal_tax','0'),(182887,19797,'_line_total','278.16'),(182888,19797,'_line_tax','0'),(182889,19797,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182890,19798,'_product_id','45'),(182891,19798,'_variation_id','0'),(182892,19798,'_qty','1'),(182893,19798,'_tax_class',''),(182894,19798,'_line_subtotal','50'),(182895,19798,'_line_subtotal_tax','0'),(182896,19798,'_line_total','47.5'),(182897,19798,'_line_tax','0'),(182898,19798,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182899,19799,'_product_id','49'),(182900,19799,'_variation_id','0'),(182901,19799,'_qty','8'),(182902,19799,'_tax_class',''),(182903,19799,'_line_subtotal','669.6'),(182904,19799,'_line_subtotal_tax','0'),(182905,19799,'_line_total','636.12'),(182906,19799,'_line_tax','0'),(182907,19799,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182908,19799,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(182909,19799,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(182910,19800,'_product_id','120'),(182911,19800,'_variation_id','0'),(182912,19800,'_qty','1'),(182913,19800,'_tax_class',''),(182914,19800,'_line_subtotal','63'),(182915,19800,'_line_subtotal_tax','0'),(182916,19800,'_line_total','59.85'),(182917,19800,'_line_tax','0'),(182918,19800,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182919,19801,'method_id','advanced_free_shipping'),(182920,19801,'instance_id','0'),(182921,19801,'cost','0'),(182922,19801,'total_tax','0'),(182923,19801,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182924,19802,'discount_amount','57.34'),(182925,19802,'discount_amount_tax','0'),(182926,19802,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182927,19803,'_product_id','41'),(182928,19803,'_variation_id','0'),(182929,19803,'_qty','2'),(182930,19803,'_tax_class',''),(182931,19803,'_line_subtotal','146.4'),(182932,19803,'_line_subtotal_tax','0'),(182933,19803,'_line_total','139.08'),(182934,19803,'_line_tax','0'),(182935,19803,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182936,19804,'_product_id','490'),(182937,19804,'_variation_id','0'),(182938,19804,'_qty','7'),(182939,19804,'_tax_class',''),(182940,19804,'_line_subtotal','137.2'),(182941,19804,'_line_subtotal_tax','0'),(182942,19804,'_line_total','130.34'),(182943,19804,'_line_tax','0'),(182944,19804,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182945,19805,'_product_id','120'),(182946,19805,'_variation_id','0'),(182947,19805,'_qty','2'),(182948,19805,'_tax_class',''),(182949,19805,'_line_subtotal','126'),(182950,19805,'_line_subtotal_tax','0'),(182951,19805,'_line_total','119.7'),(182952,19805,'_line_tax','0'),(182953,19805,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182954,19806,'_product_id','44'),(182955,19806,'_variation_id','0'),(182956,19806,'_qty','2'),(182957,19806,'_tax_class',''),(182958,19806,'_line_subtotal','276'),(182959,19806,'_line_subtotal_tax','0'),(182960,19806,'_line_total','262.2'),(182961,19806,'_line_tax','0'),(182962,19806,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182963,19807,'_product_id','49'),(182964,19807,'_variation_id','0'),(182965,19807,'_qty','1'),(182966,19807,'_tax_class',''),(182967,19807,'_line_subtotal','90'),(182968,19807,'_line_subtotal_tax','0'),(182969,19807,'_line_total','85.5'),(182970,19807,'_line_tax','0'),(182971,19807,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182972,19808,'_product_id','116'),(182973,19808,'_variation_id','0'),(182974,19808,'_qty','1'),(182975,19808,'_tax_class',''),(182976,19808,'_line_subtotal','165'),(182977,19808,'_line_subtotal_tax','0'),(182978,19808,'_line_total','156.75'),(182979,19808,'_line_tax','0'),(182980,19808,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182981,19809,'method_id','advanced_free_shipping');
INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (182982,19809,'instance_id','0'),(182983,19809,'cost','0'),(182984,19809,'total_tax','0'),(182985,19809,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(182986,19810,'discount_amount','47.03'),(182987,19810,'discount_amount_tax','0'),(182988,19810,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(182989,19811,'_product_id','2113'),(182990,19811,'_variation_id','0'),(182991,19811,'_qty','12'),(182992,19811,'_tax_class',''),(182993,19811,'_line_subtotal','1919.52'),(182994,19811,'_line_subtotal_tax','0'),(182995,19811,'_line_total','1823.54'),(182996,19811,'_line_tax','0'),(182997,19811,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(182998,19811,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:1:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:12;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:12;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(182999,19811,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:12;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:144.47999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:144.47999999999999;s:15:\"is_free_product\";b:0;}'),(183000,19812,'_product_id','488'),(183001,19812,'_variation_id','0'),(183002,19812,'_qty','3'),(183003,19812,'_tax_class',''),(183004,19812,'_line_subtotal','94.05'),(183005,19812,'_line_subtotal_tax','0'),(183006,19812,'_line_total','89.35'),(183007,19812,'_line_tax','0'),(183008,19812,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183009,19813,'_product_id','490'),(183010,19813,'_variation_id','0'),(183011,19813,'_qty','8'),(183012,19813,'_tax_class',''),(183013,19813,'_line_subtotal','156.8'),(183014,19813,'_line_subtotal_tax','0'),(183015,19813,'_line_total','148.96'),(183016,19813,'_line_tax','0'),(183017,19813,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183018,19814,'method_id','advanced_free_shipping'),(183019,19814,'instance_id','0'),(183020,19814,'cost','0'),(183021,19814,'total_tax','0'),(183022,19814,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183023,19815,'discount_amount','108.52'),(183024,19815,'discount_amount_tax','0'),(183025,19815,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183078,19822,'_product_id','49'),(183079,19822,'_variation_id','0'),(183080,19822,'_qty','30'),(183081,19822,'_tax_class',''),(183082,19822,'_line_subtotal','2511'),(183083,19822,'_line_subtotal_tax','0'),(183084,19822,'_line_total','2385.44'),(183085,19822,'_line_tax','0'),(183086,19822,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183087,19822,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:4:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(183088,19822,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:189;s:34:\"saved_amount_based_on_tax_settings\";d:189;s:15:\"is_free_product\";b:0;}'),(183089,19823,'_product_id','2110'),(183090,19823,'_variation_id','0'),(183091,19823,'_qty','30'),(183092,19823,'_tax_class',''),(183093,19823,'_line_subtotal','1992.06'),(183094,19823,'_line_subtotal_tax','0'),(183095,19823,'_line_total','1892.46'),(183096,19823,'_line_tax','0'),(183097,19823,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183098,19823,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:4:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(183099,19823,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:149.94;s:34:\"saved_amount_based_on_tax_settings\";d:149.94;s:15:\"is_free_product\";b:0;}'),(183100,19824,'_product_id','45'),(183101,19824,'_variation_id','0'),(183102,19824,'_qty','50'),(183103,19824,'_tax_class',''),(183104,19824,'_line_subtotal','2325'),(183105,19824,'_line_subtotal_tax','0'),(183106,19824,'_line_total','2208.75'),(183107,19824,'_line_tax','0'),(183108,19824,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183109,19824,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:4:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:50;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:50;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(183110,19824,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:50;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:175;s:34:\"saved_amount_based_on_tax_settings\";d:175;s:15:\"is_free_product\";b:0;}'),(183111,19825,'_product_id','3362'),(183112,19825,'_variation_id','0'),(183113,19825,'_qty','30'),(183114,19825,'_tax_class',''),(183115,19825,'_line_subtotal','2092.5'),(183116,19825,'_line_subtotal_tax','0'),(183117,19825,'_line_total','1987.88'),(183118,19825,'_line_tax','0'),(183119,19825,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183120,19825,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:22:\"total_discount_details\";a:4:{s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:75;s:23:\"calculate_discount_from\";d:75;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:5.2500000000000009;s:14:\"original_price\";d:75;s:16:\"discounted_price\";d:69.75;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:3362;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;}'),(183121,19825,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:5.25;}}}s:12:\"saved_amount\";d:157.5;s:34:\"saved_amount_based_on_tax_settings\";d:157.5;s:15:\"is_free_product\";b:0;}'),(183122,19826,'method_id','advanced_free_shipping'),(183123,19826,'instance_id','0'),(183124,19826,'cost','0'),(183125,19826,'total_tax','0'),(183126,19826,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183127,19827,'discount_amount','446.03'),(183128,19827,'discount_amount_tax','0'),(183129,19827,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183130,19828,'_product_id','49'),(183131,19828,'_variation_id','0'),(183132,19828,'_qty','30'),(183133,19828,'_tax_class',''),(183134,19828,'_line_subtotal','2511'),(183135,19828,'_line_subtotal_tax','0'),(183136,19828,'_line_total','2385.45'),(183137,19828,'_line_tax','0'),(183138,19828,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183139,19828,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:8:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(183140,19828,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:189;s:34:\"saved_amount_based_on_tax_settings\";d:189;s:15:\"is_free_product\";b:0;}'),(183141,19829,'_product_id','2110'),(183142,19829,'_variation_id','0'),(183143,19829,'_qty','30'),(183144,19829,'_tax_class',''),(183145,19829,'_line_subtotal','1992.06'),(183146,19829,'_line_subtotal_tax','0'),(183147,19829,'_line_total','1892.46'),(183148,19829,'_line_tax','0'),(183149,19829,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183150,19829,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:8:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(183151,19829,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:149.94;s:34:\"saved_amount_based_on_tax_settings\";d:149.94;s:15:\"is_free_product\";b:0;}'),(183152,19830,'_product_id','45'),(183153,19830,'_variation_id','0'),(183154,19830,'_qty','50'),(183155,19830,'_tax_class',''),(183156,19830,'_line_subtotal','2325'),(183157,19830,'_line_subtotal_tax','0'),(183158,19830,'_line_total','2208.75'),(183159,19830,'_line_tax','0'),(183160,19830,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183161,19830,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:8:{s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:50;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:50;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(183162,19830,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:50;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:175;s:34:\"saved_amount_based_on_tax_settings\";d:175;s:15:\"is_free_product\";b:0;}'),(183163,19831,'_product_id','3362'),(183164,19831,'_variation_id','0'),(183165,19831,'_qty','30'),(183166,19831,'_tax_class',''),(183167,19831,'_line_subtotal','2092.5'),(183168,19831,'_line_subtotal_tax','0'),(183169,19831,'_line_total','1987.88'),(183170,19831,'_line_tax','0'),(183171,19831,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183172,19831,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:22:\"total_discount_details\";a:8:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:75;s:23:\"calculate_discount_from\";d:75;}i:0;a:4:{s:8:\"quantity\";i:30;s:8:\"discount\";d:5.2500000000000009;s:14:\"original_price\";d:75;s:16:\"discounted_price\";d:69.75;}}s:13:\"cart_quantity\";i:30;s:10:\"product_id\";i:3362;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;}'),(183173,19831,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:75;s:16:\"discounted_price\";d:69.75;s:35:\"initial_price_based_on_tax_settings\";d:75;s:38:\"discounted_price_based_on_tax_settings\";d:69.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:30;s:14:\"discount_price\";d:5.25;}}}s:12:\"saved_amount\";d:157.5;s:34:\"saved_amount_based_on_tax_settings\";d:157.5;s:15:\"is_free_product\";b:0;}'),(183174,19832,'_product_id','41'),(183175,19832,'_variation_id','0'),(183176,19832,'_qty','10'),(183177,19832,'_tax_class',''),(183178,19832,'_line_subtotal','680.76'),(183179,19832,'_line_subtotal_tax','0'),(183180,19832,'_line_total','646.73'),(183181,19832,'_line_tax','0'),(183182,19832,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183183,19832,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:8:{s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(183184,19832,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:51.240000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:51.240000000000002;s:15:\"is_free_product\";b:0;}'),(183185,19833,'_product_id','2408'),(183186,19833,'_variation_id','0'),(183187,19833,'_qty','8'),(183188,19833,'_tax_class',''),(183189,19833,'_line_subtotal','1264.8'),(183190,19833,'_line_subtotal_tax','0'),(183191,19833,'_line_total','1201.56'),(183192,19833,'_line_tax','0'),(183193,19833,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183194,19833,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:22:\"total_discount_details\";a:8:{s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:170;s:23:\"calculate_discount_from\";d:170;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:11.9;s:14:\"original_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2408;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;}'),(183195,19833,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:170;s:16:\"discounted_price\";d:158.09999999999999;s:35:\"initial_price_based_on_tax_settings\";d:170;s:38:\"discounted_price_based_on_tax_settings\";d:158.09999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:11.9;}}}s:12:\"saved_amount\";d:95.200000000000003;s:34:\"saved_amount_based_on_tax_settings\";d:95.200000000000003;s:15:\"is_free_product\";b:0;}'),(183196,19834,'_product_id','3499'),(183197,19834,'_variation_id','0'),(183198,19834,'_qty','8'),(183199,19834,'_tax_class',''),(183200,19834,'_line_subtotal','1062.432'),(183201,19834,'_line_subtotal_tax','0'),(183202,19834,'_line_total','1009.312'),(183203,19834,'_line_tax','0'),(183204,19834,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183205,19834,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:142.80000000000001;s:16:\"discounted_price\";d:132.804;s:22:\"total_discount_details\";a:8:{s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:142.80000000000001;s:23:\"calculate_discount_from\";d:142.80000000000001;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:9.9960000000000022;s:14:\"original_price\";d:142.80000000000001;s:16:\"discounted_price\";d:132.804;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3499;s:35:\"initial_price_based_on_tax_settings\";d:142.80000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:132.804;}'),(183206,19834,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:142.80000000000001;s:16:\"discounted_price\";d:132.804;s:35:\"initial_price_based_on_tax_settings\";d:142.80000000000001;s:38:\"discounted_price_based_on_tax_settings\";d:132.804;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:9.9960000000000004;}}}s:12:\"saved_amount\";d:79.968000000000004;s:34:\"saved_amount_based_on_tax_settings\";d:79.968000000000004;s:15:\"is_free_product\";b:0;}'),(183207,19835,'_product_id','3507'),(183208,19835,'_variation_id','0'),(183209,19835,'_qty','8'),(183210,19835,'_tax_class',''),(183211,19835,'_line_subtotal','1302'),(183212,19835,'_line_subtotal_tax','0'),(183213,19835,'_line_total','1236.88'),(183214,19835,'_line_tax','0'),(183215,19835,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183216,19835,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:175;s:16:\"discounted_price\";d:162.75;s:22:\"total_discount_details\";a:8:{s:32:\"e4d4242c4cd6b139bcea3fcb2e8d44cf\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:50;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:30;s:27:\"discount_price_per_quantity\";d:5.2500000000000009;s:14:\"discount_price\";d:5.2500000000000009;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"7cac11e2f46ed46c339ec3d569853759\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:11.9;s:14:\"discount_price\";d:11.9;}s:15:\"simple_discount\";i:0;}}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.9960000000000022;s:14:\"discount_price\";d:9.9960000000000022;}s:15:\"simple_discount\";i:0;}}s:32:\"0e7c7d6c41c76b9ee6445ae01cc0181d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.250000000000002;s:14:\"discount_price\";d:12.250000000000002;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:175;s:23:\"calculate_discount_from\";d:175;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.250000000000002;s:14:\"original_price\";d:175;s:16:\"discounted_price\";d:162.75;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3507;s:35:\"initial_price_based_on_tax_settings\";d:175;s:38:\"discounted_price_based_on_tax_settings\";d:162.75;}'),(183217,19835,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:175;s:16:\"discounted_price\";d:162.75;s:35:\"initial_price_based_on_tax_settings\";d:175;s:38:\"discounted_price_based_on_tax_settings\";d:162.75;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.25;}}}s:12:\"saved_amount\";d:98;s:34:\"saved_amount_based_on_tax_settings\";d:98;s:15:\"is_free_product\";b:0;}'),(183218,19836,'method_id','advanced_free_shipping'),(183219,19836,'instance_id','0'),(183220,19836,'cost','0'),(183221,19836,'total_tax','0'),(183222,19836,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183223,19837,'discount_amount','661.53'),(183224,19837,'discount_amount_tax','0'),(183225,19837,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183226,19838,'_product_id','23'),(183227,19838,'_variation_id','0'),(183228,19838,'_qty','4'),(183229,19838,'_tax_class',''),(183230,19838,'_line_subtotal','274.16'),(183231,19838,'_line_subtotal_tax','0'),(183232,19838,'_line_total','260.46'),(183233,19838,'_line_tax','0'),(183234,19838,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183235,19839,'_product_id','41'),(183236,19839,'_variation_id','0'),(183237,19839,'_qty','1'),(183238,19839,'_tax_class',''),(183239,19839,'_line_subtotal','73.2'),(183240,19839,'_line_subtotal_tax','0'),(183241,19839,'_line_total','69.53'),(183242,19839,'_line_tax','0'),(183243,19839,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183244,19840,'_product_id','490'),(183245,19840,'_variation_id','0'),(183246,19840,'_qty','10'),(183247,19840,'_tax_class',''),(183248,19840,'_line_subtotal','196'),(183249,19840,'_line_subtotal_tax','0'),(183250,19840,'_line_total','186.2'),(183251,19840,'_line_tax','0'),(183252,19840,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183253,19841,'method_id','advanced_free_shipping'),(183254,19841,'instance_id','0'),(183255,19841,'cost','0'),(183256,19841,'total_tax','0'),(183257,19841,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183258,19842,'discount_amount','27.17'),(183259,19842,'discount_amount_tax','0'),(183260,19842,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183296,19848,'_product_id','23'),(183297,19848,'_variation_id','0'),(183298,19848,'_qty','4'),(183299,19848,'_tax_class',''),(183300,19848,'_line_subtotal','274.16'),(183301,19848,'_line_subtotal_tax','0'),(183302,19848,'_line_total','260.46'),(183303,19848,'_line_tax','0'),(183304,19848,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183305,19849,'_product_id','41'),(183306,19849,'_variation_id','0'),(183307,19849,'_qty','1'),(183308,19849,'_tax_class',''),(183309,19849,'_line_subtotal','73.2'),(183310,19849,'_line_subtotal_tax','0'),(183311,19849,'_line_total','69.53'),(183312,19849,'_line_tax','0'),(183313,19849,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183314,19850,'_product_id','490'),(183315,19850,'_variation_id','0'),(183316,19850,'_qty','10'),(183317,19850,'_tax_class',''),(183318,19850,'_line_subtotal','196'),(183319,19850,'_line_subtotal_tax','0'),(183320,19850,'_line_total','186.2'),(183321,19850,'_line_tax','0'),(183322,19850,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183323,19851,'method_id','advanced_free_shipping'),(183324,19851,'instance_id','0'),(183325,19851,'cost','0'),(183326,19851,'total_tax','0'),(183327,19851,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183328,19852,'discount_amount','27.17'),(183329,19852,'discount_amount_tax','0'),(183330,19852,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183331,19853,'_product_id','23'),(183332,19853,'_variation_id','0'),(183333,19853,'_qty','4'),(183334,19853,'_tax_class',''),(183335,19853,'_line_subtotal','274.16'),(183336,19853,'_line_subtotal_tax','0'),(183337,19853,'_line_total','260.46'),(183338,19853,'_line_tax','0'),(183339,19853,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183340,19854,'_product_id','41'),(183341,19854,'_variation_id','0'),(183342,19854,'_qty','1'),(183343,19854,'_tax_class',''),(183344,19854,'_line_subtotal','73.2'),(183345,19854,'_line_subtotal_tax','0'),(183346,19854,'_line_total','69.53'),(183347,19854,'_line_tax','0'),(183348,19854,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183349,19855,'_product_id','490'),(183350,19855,'_variation_id','0'),(183351,19855,'_qty','10'),(183352,19855,'_tax_class',''),(183353,19855,'_line_subtotal','196'),(183354,19855,'_line_subtotal_tax','0'),(183355,19855,'_line_total','186.2'),(183356,19855,'_line_tax','0'),(183357,19855,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183358,19856,'method_id','advanced_free_shipping'),(183359,19856,'instance_id','0'),(183360,19856,'cost','0'),(183361,19856,'total_tax','0'),(183362,19856,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183363,19857,'discount_amount','27.17'),(183364,19857,'discount_amount_tax','0'),(183365,19857,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183366,19858,'_product_id','23'),(183367,19858,'_variation_id','0'),(183368,19858,'_qty','4'),(183369,19858,'_tax_class',''),(183370,19858,'_line_subtotal','274.16'),(183371,19858,'_line_subtotal_tax','0'),(183372,19858,'_line_total','260.46'),(183373,19858,'_line_tax','0'),(183374,19858,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183375,19859,'_product_id','41'),(183376,19859,'_variation_id','0'),(183377,19859,'_qty','1'),(183378,19859,'_tax_class',''),(183379,19859,'_line_subtotal','73.2'),(183380,19859,'_line_subtotal_tax','0'),(183381,19859,'_line_total','69.53'),(183382,19859,'_line_tax','0'),(183383,19859,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183384,19860,'_product_id','490'),(183385,19860,'_variation_id','0'),(183386,19860,'_qty','10'),(183387,19860,'_tax_class',''),(183388,19860,'_line_subtotal','196'),(183389,19860,'_line_subtotal_tax','0'),(183390,19860,'_line_total','186.2'),(183391,19860,'_line_tax','0'),(183392,19860,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183393,19861,'method_id','advanced_free_shipping'),(183394,19861,'instance_id','0'),(183395,19861,'cost','0'),(183396,19861,'total_tax','0'),(183397,19861,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183398,19862,'discount_amount','27.17'),(183399,19862,'discount_amount_tax','0'),(183400,19862,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183401,19863,'_product_id','2110'),(183402,19863,'_variation_id','0'),(183403,19863,'_qty','2'),(183404,19863,'_tax_class',''),(183405,19863,'_line_subtotal','142.8'),(183406,19863,'_line_subtotal_tax','0'),(183407,19863,'_line_total','135.66'),(183408,19863,'_line_tax','0'),(183409,19863,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183410,19864,'_product_id','490'),(183411,19864,'_variation_id','0'),(183412,19864,'_qty','29'),(183413,19864,'_tax_class',''),(183414,19864,'_line_subtotal','568.4'),(183415,19864,'_line_subtotal_tax','0'),(183416,19864,'_line_total','539.98'),(183417,19864,'_line_tax','0'),(183418,19864,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183419,19865,'_product_id','2113'),(183420,19865,'_variation_id','0'),(183421,19865,'_qty','1'),(183422,19865,'_tax_class',''),(183423,19865,'_line_subtotal','172'),(183424,19865,'_line_subtotal_tax','0'),(183425,19865,'_line_total','163.39'),(183426,19865,'_line_tax','0'),(183427,19865,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183428,19866,'_product_id','488'),(183429,19866,'_variation_id','0'),(183430,19866,'_qty','1'),(183431,19866,'_tax_class',''),(183432,19866,'_line_subtotal','31.35'),(183433,19866,'_line_subtotal_tax','0'),(183434,19866,'_line_total','29.79'),(183435,19866,'_line_tax','0'),(183436,19866,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183437,19867,'_product_id','45'),(183438,19867,'_variation_id','0'),(183439,19867,'_qty','3'),(183440,19867,'_tax_class',''),(183441,19867,'_line_subtotal','150'),(183442,19867,'_line_subtotal_tax','0'),(183443,19867,'_line_total','142.5'),(183444,19867,'_line_tax','0'),(183445,19867,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183446,19868,'method_id','advanced_free_shipping'),(183447,19868,'instance_id','0'),(183448,19868,'cost','0'),(183449,19868,'total_tax','0'),(183450,19868,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183451,19869,'discount_amount','53.23'),(183452,19869,'discount_amount_tax','0'),(183453,19869,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183454,19870,'_product_id','490'),(183455,19870,'_variation_id','0'),(183456,19870,'_qty','100'),(183457,19870,'_tax_class',''),(183458,19870,'_line_subtotal','1960'),(183459,19870,'_line_subtotal_tax','0'),(183460,19870,'_line_total','1862'),(183461,19870,'_line_tax','0'),(183462,19870,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183463,19871,'_product_id','488'),(183464,19871,'_variation_id','0'),(183465,19871,'_qty','4'),(183466,19871,'_tax_class',''),(183467,19871,'_line_subtotal','125.4'),(183468,19871,'_line_subtotal_tax','0'),(183469,19871,'_line_total','119.13'),(183470,19871,'_line_tax','0'),(183471,19871,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183472,19872,'_product_id','487'),(183473,19872,'_variation_id','0'),(183474,19872,'_qty','4'),(183475,19872,'_tax_class',''),(183476,19872,'_line_subtotal','125.4'),(183477,19872,'_line_subtotal_tax','0'),(183478,19872,'_line_total','119.13'),(183479,19872,'_line_tax','0'),(183480,19872,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183481,19873,'_product_id','133'),(183482,19873,'_variation_id','0'),(183483,19873,'_qty','10'),(183484,19873,'_tax_class',''),(183485,19873,'_line_subtotal','143'),(183486,19873,'_line_subtotal_tax','0'),(183487,19873,'_line_total','135.85'),(183488,19873,'_line_tax','0'),(183489,19873,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183490,19874,'_product_id','2113'),(183491,19874,'_variation_id','0'),(183492,19874,'_qty','2'),(183493,19874,'_tax_class',''),(183494,19874,'_line_subtotal','344'),(183495,19874,'_line_subtotal_tax','0'),(183496,19874,'_line_total','326.8'),(183497,19874,'_line_tax','0'),(183498,19874,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183499,19875,'_product_id','2110'),(183500,19875,'_variation_id','0'),(183501,19875,'_qty','6'),(183502,19875,'_tax_class',''),(183503,19875,'_line_subtotal','428.4'),(183504,19875,'_line_subtotal_tax','0'),(183505,19875,'_line_total','406.98'),(183506,19875,'_line_tax','0'),(183507,19875,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183508,19876,'_product_id','44'),(183509,19876,'_variation_id','0'),(183510,19876,'_qty','1'),(183511,19876,'_tax_class',''),(183512,19876,'_line_subtotal','138'),(183513,19876,'_line_subtotal_tax','0'),(183514,19876,'_line_total','131.1'),(183515,19876,'_line_tax','0'),(183516,19876,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183517,19877,'_product_id','51'),(183518,19877,'_variation_id','0'),(183519,19877,'_qty','2'),(183520,19877,'_tax_class',''),(183521,19877,'_line_subtotal','340'),(183522,19877,'_line_subtotal_tax','0'),(183523,19877,'_line_total','323'),(183524,19877,'_line_tax','0'),(183525,19877,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183526,19878,'_product_id','2400'),(183527,19878,'_variation_id','0'),(183528,19878,'_qty','1'),(183529,19878,'_tax_class',''),(183530,19878,'_line_subtotal','215'),(183531,19878,'_line_subtotal_tax','0'),(183532,19878,'_line_total','204.25'),(183533,19878,'_line_tax','0'),(183534,19878,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183535,19879,'_product_id','49'),(183536,19879,'_variation_id','0'),(183537,19879,'_qty','15'),(183538,19879,'_tax_class',''),(183539,19879,'_line_subtotal','1255.5'),(183540,19879,'_line_subtotal_tax','0'),(183541,19879,'_line_total','1192.73'),(183542,19879,'_line_tax','0'),(183543,19879,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183544,19879,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:15;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:15;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(183545,19879,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:15;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:94.5;s:34:\"saved_amount_based_on_tax_settings\";d:94.5;s:15:\"is_free_product\";b:0;}'),(183546,19880,'_product_id','39'),(183547,19880,'_variation_id','0'),(183548,19880,'_qty','5'),(183549,19880,'_tax_class',''),(183550,19880,'_line_subtotal','450'),(183551,19880,'_line_subtotal_tax','0'),(183552,19880,'_line_total','427.5'),(183553,19880,'_line_tax','0'),(183554,19880,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183555,19881,'_product_id','40'),(183556,19881,'_variation_id','0'),(183557,19881,'_qty','5'),(183558,19881,'_tax_class',''),(183559,19881,'_line_subtotal','450'),(183560,19881,'_line_subtotal_tax','0'),(183561,19881,'_line_total','427.5'),(183562,19881,'_line_tax','0'),(183563,19881,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183564,19882,'_product_id','42'),(183565,19882,'_variation_id','0'),(183566,19882,'_qty','3'),(183567,19882,'_tax_class',''),(183568,19882,'_line_subtotal','270'),(183569,19882,'_line_subtotal_tax','0'),(183570,19882,'_line_total','256.5'),(183571,19882,'_line_tax','0'),(183572,19882,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183573,19883,'_product_id','43'),(183574,19883,'_variation_id','0'),(183575,19883,'_qty','10'),(183576,19883,'_tax_class',''),(183577,19883,'_line_subtotal','837'),(183578,19883,'_line_subtotal_tax','0'),(183579,19883,'_line_total','795.15'),(183580,19883,'_line_tax','0'),(183581,19883,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183582,19883,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:2:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:15;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(183583,19883,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:63;s:34:\"saved_amount_based_on_tax_settings\";d:63;s:15:\"is_free_product\";b:0;}'),(183584,19884,'method_id','advanced_free_shipping'),(183585,19884,'instance_id','0'),(183586,19884,'cost','0'),(183587,19884,'total_tax','0'),(183588,19884,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183589,19885,'discount_amount','354.08'),(183590,19885,'discount_amount_tax','0'),(183591,19885,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183592,19886,'_product_id','490'),(183593,19886,'_variation_id','0'),(183594,19886,'_qty','70'),(183595,19886,'_tax_class',''),(183596,19886,'_line_subtotal','1372'),(183597,19886,'_line_subtotal_tax','0'),(183598,19886,'_line_total','1303.4'),(183599,19886,'_line_tax','0'),(183600,19886,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183601,19887,'_product_id','488'),(183602,19887,'_variation_id','0'),(183603,19887,'_qty','4'),(183604,19887,'_tax_class',''),(183605,19887,'_line_subtotal','125.4'),(183606,19887,'_line_subtotal_tax','0'),(183607,19887,'_line_total','119.13'),(183608,19887,'_line_tax','0'),(183609,19887,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183610,19888,'_product_id','487'),(183611,19888,'_variation_id','0'),(183612,19888,'_qty','4'),(183613,19888,'_tax_class',''),(183614,19888,'_line_subtotal','125.4'),(183615,19888,'_line_subtotal_tax','0'),(183616,19888,'_line_total','119.13'),(183617,19888,'_line_tax','0'),(183618,19888,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183619,19889,'_product_id','133'),(183620,19889,'_variation_id','0'),(183621,19889,'_qty','10'),(183622,19889,'_tax_class',''),(183623,19889,'_line_subtotal','143'),(183624,19889,'_line_subtotal_tax','0'),(183625,19889,'_line_total','135.85'),(183626,19889,'_line_tax','0'),(183627,19889,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183628,19890,'_product_id','2113'),(183629,19890,'_variation_id','0'),(183630,19890,'_qty','2'),(183631,19890,'_tax_class',''),(183632,19890,'_line_subtotal','344'),(183633,19890,'_line_subtotal_tax','0'),(183634,19890,'_line_total','326.8'),(183635,19890,'_line_tax','0'),(183636,19890,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183637,19891,'_product_id','2110'),(183638,19891,'_variation_id','0'),(183639,19891,'_qty','6'),(183640,19891,'_tax_class',''),(183641,19891,'_line_subtotal','428.4'),(183642,19891,'_line_subtotal_tax','0'),(183643,19891,'_line_total','406.98'),(183644,19891,'_line_tax','0'),(183645,19891,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183646,19892,'_product_id','44'),(183647,19892,'_variation_id','0'),(183648,19892,'_qty','1'),(183649,19892,'_tax_class',''),(183650,19892,'_line_subtotal','138'),(183651,19892,'_line_subtotal_tax','0'),(183652,19892,'_line_total','131.1'),(183653,19892,'_line_tax','0'),(183654,19892,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183655,19893,'_product_id','51'),(183656,19893,'_variation_id','0'),(183657,19893,'_qty','2'),(183658,19893,'_tax_class',''),(183659,19893,'_line_subtotal','340'),(183660,19893,'_line_subtotal_tax','0'),(183661,19893,'_line_total','323'),(183662,19893,'_line_tax','0'),(183663,19893,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183664,19894,'_product_id','2400'),(183665,19894,'_variation_id','0'),(183666,19894,'_qty','1'),(183667,19894,'_tax_class',''),(183668,19894,'_line_subtotal','215'),(183669,19894,'_line_subtotal_tax','0'),(183670,19894,'_line_total','204.25'),(183671,19894,'_line_tax','0'),(183672,19894,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183673,19895,'_product_id','49'),(183674,19895,'_variation_id','0'),(183675,19895,'_qty','10'),(183676,19895,'_tax_class',''),(183677,19895,'_line_subtotal','837'),(183678,19895,'_line_subtotal_tax','0'),(183679,19895,'_line_total','795.15'),(183680,19895,'_line_tax','0'),(183681,19895,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183682,19895,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:1:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:10;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:10;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:10;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(183683,19895,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:10;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:63;s:34:\"saved_amount_based_on_tax_settings\";d:63;s:15:\"is_free_product\";b:0;}'),(183684,19896,'_product_id','39'),(183685,19896,'_variation_id','0'),(183686,19896,'_qty','3'),(183687,19896,'_tax_class',''),(183688,19896,'_line_subtotal','270'),(183689,19896,'_line_subtotal_tax','0'),(183690,19896,'_line_total','256.5'),(183691,19896,'_line_tax','0'),(183692,19896,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183693,19897,'_product_id','40'),(183694,19897,'_variation_id','0'),(183695,19897,'_qty','3'),(183696,19897,'_tax_class',''),(183697,19897,'_line_subtotal','270'),(183698,19897,'_line_subtotal_tax','0'),(183699,19897,'_line_total','256.5'),(183700,19897,'_line_tax','0'),(183701,19897,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183702,19898,'_product_id','42'),(183703,19898,'_variation_id','0'),(183704,19898,'_qty','3'),(183705,19898,'_tax_class',''),(183706,19898,'_line_subtotal','270'),(183707,19898,'_line_subtotal_tax','0'),(183708,19898,'_line_total','256.5'),(183709,19898,'_line_tax','0'),(183710,19898,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183711,19899,'_product_id','43'),(183712,19899,'_variation_id','0'),(183713,19899,'_qty','7'),(183714,19899,'_tax_class',''),(183715,19899,'_line_subtotal','630'),(183716,19899,'_line_subtotal_tax','0'),(183717,19899,'_line_total','598.5'),(183718,19899,'_line_tax','0'),(183719,19899,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183720,19900,'_product_id','45'),(183721,19900,'_variation_id','0'),(183722,19900,'_qty','7'),(183723,19900,'_tax_class',''),(183724,19900,'_line_subtotal','350'),(183725,19900,'_line_subtotal_tax','0'),(183726,19900,'_line_total','332.5'),(183727,19900,'_line_tax','0'),(183728,19900,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183729,19901,'method_id','advanced_free_shipping'),(183730,19901,'instance_id','0'),(183731,19901,'cost','0'),(183732,19901,'total_tax','0'),(183733,19901,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183734,19902,'discount_amount','292.91'),(183735,19902,'discount_amount_tax','0'),(183736,19902,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183737,19903,'_product_id','45'),(183738,19903,'_variation_id','0'),(183739,19903,'_qty','1'),(183740,19903,'_tax_class',''),(183741,19903,'_line_subtotal','50'),(183742,19903,'_line_subtotal_tax','0'),(183743,19903,'_line_total','47.5'),(183744,19903,'_line_tax','0'),(183745,19903,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183746,19904,'_product_id','49'),(183747,19904,'_variation_id','0'),(183748,19904,'_qty','2'),(183749,19904,'_tax_class',''),(183750,19904,'_line_subtotal','180'),(183751,19904,'_line_subtotal_tax','0'),(183752,19904,'_line_total','171'),(183753,19904,'_line_tax','0'),(183754,19904,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183755,19905,'_product_id','3412'),(183756,19905,'_variation_id','0'),(183757,19905,'_qty','1'),(183758,19905,'_tax_class',''),(183759,19905,'_line_subtotal','90'),(183760,19905,'_line_subtotal_tax','0'),(183761,19905,'_line_total','85.5'),(183762,19905,'_line_tax','0'),(183763,19905,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183764,19906,'_product_id','44'),(183765,19906,'_variation_id','0'),(183766,19906,'_qty','1'),(183767,19906,'_tax_class',''),(183768,19906,'_line_subtotal','138'),(183769,19906,'_line_subtotal_tax','0'),(183770,19906,'_line_total','131.1'),(183771,19906,'_line_tax','0'),(183772,19906,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183773,19907,'_product_id','2408'),(183774,19907,'_variation_id','0'),(183775,19907,'_qty','1'),(183776,19907,'_tax_class',''),(183777,19907,'_line_subtotal','170'),(183778,19907,'_line_subtotal_tax','0'),(183779,19907,'_line_total','161.49'),(183780,19907,'_line_tax','0'),(183781,19907,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183782,19908,'_product_id','487'),(183783,19908,'_variation_id','0'),(183784,19908,'_qty','1'),(183785,19908,'_tax_class',''),(183786,19908,'_line_subtotal','31.35'),(183787,19908,'_line_subtotal_tax','0'),(183788,19908,'_line_total','29.79'),(183789,19908,'_line_tax','0'),(183790,19908,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183791,19909,'method_id','advanced_free_shipping'),(183792,19909,'instance_id','0'),(183793,19909,'cost','0'),(183794,19909,'total_tax','0'),(183795,19909,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183796,19910,'discount_amount','32.97'),(183797,19910,'discount_amount_tax','0'),(183798,19910,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183799,19911,'_product_id','487'),(183800,19911,'_variation_id','0'),(183801,19911,'_qty','2'),(183802,19911,'_tax_class',''),(183803,19911,'_line_subtotal','62.7'),(183804,19911,'_line_subtotal_tax','0'),(183805,19911,'_line_total','59.57'),(183806,19911,'_line_tax','0'),(183807,19911,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183808,19912,'_product_id','3696'),(183809,19912,'_variation_id','0'),(183810,19912,'_qty','2'),(183811,19912,'_tax_class',''),(183812,19912,'_line_subtotal','137'),(183813,19912,'_line_subtotal_tax','0'),(183814,19912,'_line_total','130.15'),(183815,19912,'_line_tax','0'),(183816,19912,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183817,19913,'_product_id','2110'),(183818,19913,'_variation_id','0'),(183819,19913,'_qty','2'),(183820,19913,'_tax_class',''),(183821,19913,'_line_subtotal','142.8'),(183822,19913,'_line_subtotal_tax','0'),(183823,19913,'_line_total','135.66'),(183824,19913,'_line_tax','0'),(183825,19913,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183826,19914,'_product_id','2113'),(183827,19914,'_variation_id','0'),(183828,19914,'_qty','1'),(183829,19914,'_tax_class',''),(183830,19914,'_line_subtotal','172'),(183831,19914,'_line_subtotal_tax','0'),(183832,19914,'_line_total','163.4'),(183833,19914,'_line_tax','0'),(183834,19914,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183835,19915,'_product_id','3412'),(183836,19915,'_variation_id','0'),(183837,19915,'_qty','1'),(183838,19915,'_tax_class',''),(183839,19915,'_line_subtotal','90'),(183840,19915,'_line_subtotal_tax','0'),(183841,19915,'_line_total','85.5'),(183842,19915,'_line_tax','0'),(183843,19915,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183844,19916,'_product_id','40'),(183845,19916,'_variation_id','0'),(183846,19916,'_qty','1'),(183847,19916,'_tax_class',''),(183848,19916,'_line_subtotal','90'),(183849,19916,'_line_subtotal_tax','0'),(183850,19916,'_line_total','85.5'),(183851,19916,'_line_tax','0'),(183852,19916,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183853,19917,'_product_id','45'),(183854,19917,'_variation_id','0'),(183855,19917,'_qty','2'),(183856,19917,'_tax_class',''),(183857,19917,'_line_subtotal','100'),(183858,19917,'_line_subtotal_tax','0'),(183859,19917,'_line_total','95'),(183860,19917,'_line_tax','0'),(183861,19917,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183862,19918,'method_id','advanced_free_shipping'),(183863,19918,'instance_id','0'),(183864,19918,'cost','0'),(183865,19918,'total_tax','0'),(183866,19918,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183867,19919,'discount_amount','39.72'),(183868,19919,'discount_amount_tax','0'),(183869,19919,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183870,19920,'_product_id','2110'),(183871,19920,'_variation_id','0'),(183872,19920,'_qty','2'),(183873,19920,'_tax_class',''),(183874,19920,'_line_subtotal','142.8'),(183875,19920,'_line_subtotal_tax','0'),(183876,19920,'_line_total','135.66'),(183877,19920,'_line_tax','0'),(183878,19920,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183879,19921,'_product_id','2113'),(183880,19921,'_variation_id','0'),(183881,19921,'_qty','2'),(183882,19921,'_tax_class',''),(183883,19921,'_line_subtotal','344'),(183884,19921,'_line_subtotal_tax','0'),(183885,19921,'_line_total','326.79'),(183886,19921,'_line_tax','0'),(183887,19921,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183888,19922,'_product_id','41'),(183889,19922,'_variation_id','0'),(183890,19922,'_qty','2'),(183891,19922,'_tax_class',''),(183892,19922,'_line_subtotal','146.4'),(183893,19922,'_line_subtotal_tax','0'),(183894,19922,'_line_total','139.08'),(183895,19922,'_line_tax','0'),(183896,19922,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183897,19923,'_product_id','488'),(183898,19923,'_variation_id','0'),(183899,19923,'_qty','1'),(183900,19923,'_tax_class',''),(183901,19923,'_line_subtotal','31.35'),(183902,19923,'_line_subtotal_tax','0'),(183903,19923,'_line_total','29.79'),(183904,19923,'_line_tax','0'),(183905,19923,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183906,19924,'_product_id','487'),(183907,19924,'_variation_id','0'),(183908,19924,'_qty','1'),(183909,19924,'_tax_class',''),(183910,19924,'_line_subtotal','31.35'),(183911,19924,'_line_subtotal_tax','0'),(183912,19924,'_line_total','29.79'),(183913,19924,'_line_tax','0'),(183914,19924,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183915,19925,'method_id','advanced_free_shipping'),(183916,19925,'instance_id','0'),(183917,19925,'cost','0'),(183918,19925,'total_tax','0'),(183919,19925,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183920,19926,'discount_amount','34.79'),(183921,19926,'discount_amount_tax','0'),(183922,19926,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183923,19927,'_product_id','40'),(183924,19927,'_variation_id','0'),(183925,19927,'_qty','1'),(183926,19927,'_tax_class',''),(183927,19927,'_line_subtotal','90'),(183928,19927,'_line_subtotal_tax','0'),(183929,19927,'_line_total','85.5'),(183930,19927,'_line_tax','0'),(183931,19927,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183932,19928,'_product_id','39'),(183933,19928,'_variation_id','0'),(183934,19928,'_qty','1'),(183935,19928,'_tax_class',''),(183936,19928,'_line_subtotal','90'),(183937,19928,'_line_subtotal_tax','0'),(183938,19928,'_line_total','85.5'),(183939,19928,'_line_tax','0'),(183940,19928,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183941,19929,'_product_id','45'),(183942,19929,'_variation_id','0'),(183943,19929,'_qty','2'),(183944,19929,'_tax_class',''),(183945,19929,'_line_subtotal','100'),(183946,19929,'_line_subtotal_tax','0'),(183947,19929,'_line_total','95'),(183948,19929,'_line_tax','0'),(183949,19929,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183950,19930,'_product_id','2113'),(183951,19930,'_variation_id','0'),(183952,19930,'_qty','1'),(183953,19930,'_tax_class',''),(183954,19930,'_line_subtotal','172'),(183955,19930,'_line_subtotal_tax','0'),(183956,19930,'_line_total','163.4'),(183957,19930,'_line_tax','0'),(183958,19930,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183959,19931,'_product_id','120'),(183960,19931,'_variation_id','0'),(183961,19931,'_qty','1'),(183962,19931,'_tax_class',''),(183963,19931,'_line_subtotal','63'),(183964,19931,'_line_subtotal_tax','0'),(183965,19931,'_line_total','59.85'),(183966,19931,'_line_tax','0'),(183967,19931,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183968,19932,'_product_id','2110'),(183969,19932,'_variation_id','0'),(183970,19932,'_qty','1'),(183971,19932,'_tax_class',''),(183972,19932,'_line_subtotal','71.4'),(183973,19932,'_line_subtotal_tax','0'),(183974,19932,'_line_total','67.83'),(183975,19932,'_line_tax','0'),(183976,19932,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183977,19933,'_product_id','41'),(183978,19933,'_variation_id','0'),(183979,19933,'_qty','1'),(183980,19933,'_tax_class',''),(183981,19933,'_line_subtotal','73.2'),(183982,19933,'_line_subtotal_tax','0'),(183983,19933,'_line_total','69.54'),(183984,19933,'_line_tax','0'),(183985,19933,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(183986,19934,'method_id','advanced_free_shipping'),(183987,19934,'instance_id','0'),(183988,19934,'cost','0'),(183989,19934,'total_tax','0'),(183990,19934,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(183991,19935,'discount_amount','32.98'),(183992,19935,'discount_amount_tax','0'),(183993,19935,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(183994,19936,'_product_id','40'),(183995,19936,'_variation_id','0'),(183996,19936,'_qty','1'),(183997,19936,'_tax_class',''),(183998,19936,'_line_subtotal','90'),(183999,19936,'_line_subtotal_tax','0'),(184000,19936,'_line_total','85.5'),(184001,19936,'_line_tax','0'),(184002,19936,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184003,19937,'_product_id','39'),(184004,19937,'_variation_id','0'),(184005,19937,'_qty','1'),(184006,19937,'_tax_class',''),(184007,19937,'_line_subtotal','90'),(184008,19937,'_line_subtotal_tax','0'),(184009,19937,'_line_total','85.5'),(184010,19937,'_line_tax','0'),(184011,19937,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184012,19938,'_product_id','45'),(184013,19938,'_variation_id','0'),(184014,19938,'_qty','2'),(184015,19938,'_tax_class',''),(184016,19938,'_line_subtotal','100'),(184017,19938,'_line_subtotal_tax','0'),(184018,19938,'_line_total','95'),(184019,19938,'_line_tax','0'),(184020,19938,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184021,19939,'_product_id','2113'),(184022,19939,'_variation_id','0'),(184023,19939,'_qty','1'),(184024,19939,'_tax_class',''),(184025,19939,'_line_subtotal','172'),(184026,19939,'_line_subtotal_tax','0'),(184027,19939,'_line_total','163.4'),(184028,19939,'_line_tax','0'),(184029,19939,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184030,19940,'_product_id','2110'),(184031,19940,'_variation_id','0'),(184032,19940,'_qty','1'),(184033,19940,'_tax_class',''),(184034,19940,'_line_subtotal','71.4'),(184035,19940,'_line_subtotal_tax','0'),(184036,19940,'_line_total','67.83'),(184037,19940,'_line_tax','0'),(184038,19940,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184039,19941,'_product_id','41'),(184040,19941,'_variation_id','0'),(184041,19941,'_qty','1'),(184042,19941,'_tax_class',''),(184043,19941,'_line_subtotal','73.2'),(184044,19941,'_line_subtotal_tax','0'),(184045,19941,'_line_total','69.54'),(184046,19941,'_line_tax','0'),(184047,19941,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184048,19942,'_product_id','3412'),(184049,19942,'_variation_id','0'),(184050,19942,'_qty','1'),(184051,19942,'_tax_class',''),(184052,19942,'_line_subtotal','90'),(184053,19942,'_line_subtotal_tax','0'),(184054,19942,'_line_total','85.5'),(184055,19942,'_line_tax','0'),(184056,19942,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184057,19943,'_product_id','43'),(184058,19943,'_variation_id','0'),(184059,19943,'_qty','1'),(184060,19943,'_tax_class',''),(184061,19943,'_line_subtotal','90'),(184062,19943,'_line_subtotal_tax','0'),(184063,19943,'_line_total','85.5'),(184064,19943,'_line_tax','0'),(184065,19943,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184066,19944,'method_id','advanced_free_shipping'),(184067,19944,'instance_id','0'),(184068,19944,'cost','0'),(184069,19944,'total_tax','0'),(184070,19944,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184071,19945,'discount_amount','38.83'),(184072,19945,'discount_amount_tax','0'),(184073,19945,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184074,19946,'_product_id','3696'),(184075,19946,'_variation_id','0'),(184076,19946,'_qty','8'),(184077,19946,'_tax_class',''),(184078,19946,'_line_subtotal','509.64'),(184079,19946,'_line_subtotal_tax','0'),(184080,19946,'_line_total','484.16'),(184081,19946,'_line_tax','0'),(184082,19946,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184083,19946,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:22:\"total_discount_details\";a:1:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.7950000000000008;s:14:\"discount_price\";d:4.7950000000000008;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.5;s:23:\"calculate_discount_from\";d:68.5;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.7950000000000008;s:14:\"original_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3696;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;}'),(184084,19946,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.7949999999999999;}}}s:12:\"saved_amount\";d:38.359999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:38.359999999999999;s:15:\"is_free_product\";b:0;}'),(184085,19947,'_product_id','487'),(184086,19947,'_variation_id','0'),(184087,19947,'_qty','1'),(184088,19947,'_tax_class',''),(184089,19947,'_line_subtotal','31.35'),(184090,19947,'_line_subtotal_tax','0'),(184091,19947,'_line_total','29.79'),(184092,19947,'_line_tax','0'),(184093,19947,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184094,19948,'_product_id','2113'),(184095,19948,'_variation_id','0'),(184096,19948,'_qty','2'),(184097,19948,'_tax_class',''),(184098,19948,'_line_subtotal','344'),(184099,19948,'_line_subtotal_tax','0'),(184100,19948,'_line_total','326.79'),(184101,19948,'_line_tax','0'),(184102,19948,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184103,19949,'_product_id','2110'),(184104,19949,'_variation_id','0'),(184105,19949,'_qty','2'),(184106,19949,'_tax_class',''),(184107,19949,'_line_subtotal','142.8'),(184108,19949,'_line_subtotal_tax','0'),(184109,19949,'_line_total','135.66'),(184110,19949,'_line_tax','0'),(184111,19949,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184112,19950,'_product_id','49'),(184113,19950,'_variation_id','0'),(184114,19950,'_qty','1'),(184115,19950,'_tax_class',''),(184116,19950,'_line_subtotal','90'),(184117,19950,'_line_subtotal_tax','0'),(184118,19950,'_line_total','85.5'),(184119,19950,'_line_tax','0'),(184120,19950,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184121,19951,'_product_id','41'),(184122,19951,'_variation_id','0'),(184123,19951,'_qty','1'),(184124,19951,'_tax_class',''),(184125,19951,'_line_subtotal','73.2'),(184126,19951,'_line_subtotal_tax','0'),(184127,19951,'_line_total','69.54'),(184128,19951,'_line_tax','0'),(184129,19951,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184130,19952,'method_id','advanced_free_shipping'),(184131,19952,'instance_id','0'),(184132,19952,'cost','0'),(184133,19952,'total_tax','0'),(184134,19952,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184135,19953,'discount_amount','59.55'),(184136,19953,'discount_amount_tax','0'),(184137,19953,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184138,19954,'_product_id','2110'),(184139,19954,'_variation_id','0'),(184140,19954,'_qty','4'),(184141,19954,'_tax_class',''),(184142,19954,'_line_subtotal','285.6'),(184143,19954,'_line_subtotal_tax','0'),(184144,19954,'_line_total','271.32'),(184145,19954,'_line_tax','0'),(184146,19954,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184147,19955,'_product_id','2113'),(184148,19955,'_variation_id','0'),(184149,19955,'_qty','3'),(184150,19955,'_tax_class',''),(184151,19955,'_line_subtotal','516'),(184152,19955,'_line_subtotal_tax','0'),(184153,19955,'_line_total','490.2'),(184154,19955,'_line_tax','0'),(184155,19955,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184156,19956,'_product_id','41'),(184157,19956,'_variation_id','0'),(184158,19956,'_qty','5'),(184159,19956,'_tax_class',''),(184160,19956,'_line_subtotal','366'),(184161,19956,'_line_subtotal_tax','0'),(184162,19956,'_line_total','347.7'),(184163,19956,'_line_tax','0'),(184164,19956,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184165,19957,'_product_id','45'),(184166,19957,'_variation_id','0'),(184167,19957,'_qty','4'),(184168,19957,'_tax_class',''),(184169,19957,'_line_subtotal','200'),(184170,19957,'_line_subtotal_tax','0'),(184171,19957,'_line_total','190'),(184172,19957,'_line_tax','0'),(184173,19957,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184174,19958,'_product_id','43'),(184175,19958,'_variation_id','0'),(184176,19958,'_qty','2'),(184177,19958,'_tax_class',''),(184178,19958,'_line_subtotal','180'),(184179,19958,'_line_subtotal_tax','0'),(184180,19958,'_line_total','171'),(184181,19958,'_line_tax','0'),(184182,19958,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184183,19959,'_product_id','120'),(184184,19959,'_variation_id','0'),(184185,19959,'_qty','1'),(184186,19959,'_tax_class',''),(184187,19959,'_line_subtotal','63'),(184188,19959,'_line_subtotal_tax','0'),(184189,19959,'_line_total','59.85'),(184190,19959,'_line_tax','0'),(184191,19959,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184192,19960,'_product_id','39'),(184193,19960,'_variation_id','0'),(184194,19960,'_qty','2'),(184195,19960,'_tax_class',''),(184196,19960,'_line_subtotal','180'),(184197,19960,'_line_subtotal_tax','0'),(184198,19960,'_line_total','171'),(184199,19960,'_line_tax','0'),(184200,19960,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184201,19961,'method_id','advanced_free_shipping'),(184202,19961,'instance_id','0'),(184203,19961,'cost','0'),(184204,19961,'total_tax','0'),(184205,19961,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184206,19962,'discount_amount','89.53'),(184207,19962,'discount_amount_tax','0'),(184208,19962,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184209,19963,'_product_id','42'),(184210,19963,'_variation_id','0'),(184211,19963,'_qty','1'),(184212,19963,'_tax_class',''),(184213,19963,'_line_subtotal','90'),(184214,19963,'_line_subtotal_tax','0'),(184215,19963,'_line_total','85.5'),(184216,19963,'_line_tax','0'),(184217,19963,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184218,19964,'_product_id','45'),(184219,19964,'_variation_id','0'),(184220,19964,'_qty','4'),(184221,19964,'_tax_class',''),(184222,19964,'_line_subtotal','200'),(184223,19964,'_line_subtotal_tax','0'),(184224,19964,'_line_total','190'),(184225,19964,'_line_tax','0'),(184226,19964,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184227,19965,'_product_id','2408'),(184228,19965,'_variation_id','0'),(184229,19965,'_qty','1'),(184230,19965,'_tax_class',''),(184231,19965,'_line_subtotal','170'),(184232,19965,'_line_subtotal_tax','0'),(184233,19965,'_line_total','161.5'),(184234,19965,'_line_tax','0'),(184235,19965,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184236,19966,'_product_id','43'),(184237,19966,'_variation_id','0'),(184238,19966,'_qty','1'),(184239,19966,'_tax_class',''),(184240,19966,'_line_subtotal','90'),(184241,19966,'_line_subtotal_tax','0'),(184242,19966,'_line_total','85.5'),(184243,19966,'_line_tax','0'),(184244,19966,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184245,19967,'_product_id','39'),(184246,19967,'_variation_id','0'),(184247,19967,'_qty','1'),(184248,19967,'_tax_class',''),(184249,19967,'_line_subtotal','90'),(184250,19967,'_line_subtotal_tax','0'),(184251,19967,'_line_total','85.5'),(184252,19967,'_line_tax','0'),(184253,19967,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184254,19968,'_product_id','3525'),(184255,19968,'_variation_id','0'),(184256,19968,'_qty','1'),(184257,19968,'_tax_class',''),(184258,19968,'_line_subtotal','90'),(184259,19968,'_line_subtotal_tax','0'),(184260,19968,'_line_total','85.5'),(184261,19968,'_line_tax','0'),(184262,19968,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184263,19969,'_product_id','3362'),(184264,19969,'_variation_id','0'),(184265,19969,'_qty','1'),(184266,19969,'_tax_class',''),(184267,19969,'_line_subtotal','75'),(184268,19969,'_line_subtotal_tax','0'),(184269,19969,'_line_total','71.25'),(184270,19969,'_line_tax','0'),(184271,19969,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184272,19970,'method_id','advanced_free_shipping'),(184273,19970,'instance_id','0'),(184274,19970,'cost','0'),(184275,19970,'total_tax','0'),(184276,19970,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184277,19971,'discount_amount','40.25'),(184278,19971,'discount_amount_tax','0'),(184279,19971,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184280,19972,'_product_id','41'),(184281,19972,'_variation_id','0'),(184282,19972,'_qty','1'),(184283,19972,'_tax_class',''),(184284,19972,'_line_subtotal','73.2'),(184285,19972,'_line_subtotal_tax','0'),(184286,19972,'_line_total','69.54'),(184287,19972,'_line_tax','0'),(184288,19972,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184289,19973,'_product_id','49'),(184290,19973,'_variation_id','0'),(184291,19973,'_qty','1'),(184292,19973,'_tax_class',''),(184293,19973,'_line_subtotal','90'),(184294,19973,'_line_subtotal_tax','0'),(184295,19973,'_line_total','85.5'),(184296,19973,'_line_tax','0'),(184297,19973,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184298,19974,'_product_id','3362'),(184299,19974,'_variation_id','0'),(184300,19974,'_qty','1'),(184301,19974,'_tax_class',''),(184302,19974,'_line_subtotal','75'),(184303,19974,'_line_subtotal_tax','0'),(184304,19974,'_line_total','71.25'),(184305,19974,'_line_tax','0'),(184306,19974,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184307,19975,'_product_id','3696'),(184308,19975,'_variation_id','0'),(184309,19975,'_qty','2'),(184310,19975,'_tax_class',''),(184311,19975,'_line_subtotal','137'),(184312,19975,'_line_subtotal_tax','0'),(184313,19975,'_line_total','130.15'),(184314,19975,'_line_tax','0'),(184315,19975,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184316,19976,'_product_id','488'),(184317,19976,'_variation_id','0'),(184318,19976,'_qty','2'),(184319,19976,'_tax_class',''),(184320,19976,'_line_subtotal','62.7'),(184321,19976,'_line_subtotal_tax','0'),(184322,19976,'_line_total','59.57'),(184323,19976,'_line_tax','0'),(184324,19976,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184325,19977,'_product_id','3412'),(184326,19977,'_variation_id','0'),(184327,19977,'_qty','1'),(184328,19977,'_tax_class',''),(184329,19977,'_line_subtotal','90'),(184330,19977,'_line_subtotal_tax','0'),(184331,19977,'_line_total','85.5'),(184332,19977,'_line_tax','0'),(184333,19977,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184334,19978,'method_id','advanced_free_shipping'),(184335,19978,'instance_id','0'),(184336,19978,'cost','0'),(184337,19978,'total_tax','0'),(184338,19978,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184339,19979,'discount_amount','26.39'),(184340,19979,'discount_amount_tax','0'),(184341,19979,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184342,19980,'_product_id','38'),(184343,19980,'_variation_id','0'),(184344,19980,'_qty','1'),(184345,19980,'_tax_class',''),(184346,19980,'_line_subtotal','165.76'),(184347,19980,'_line_subtotal_tax','0'),(184348,19980,'_line_total','157.47'),(184349,19980,'_line_tax','0'),(184350,19980,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184351,19981,'_product_id','49'),(184352,19981,'_variation_id','0'),(184353,19981,'_qty','1'),(184354,19981,'_tax_class',''),(184355,19981,'_line_subtotal','90'),(184356,19981,'_line_subtotal_tax','0'),(184357,19981,'_line_total','85.5'),(184358,19981,'_line_tax','0'),(184359,19981,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184360,19982,'_product_id','43'),(184361,19982,'_variation_id','0'),(184362,19982,'_qty','1'),(184363,19982,'_tax_class',''),(184364,19982,'_line_subtotal','90'),(184365,19982,'_line_subtotal_tax','0'),(184366,19982,'_line_total','85.5'),(184367,19982,'_line_tax','0'),(184368,19982,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184369,19983,'_product_id','41'),(184370,19983,'_variation_id','0'),(184371,19983,'_qty','2'),(184372,19983,'_tax_class',''),(184373,19983,'_line_subtotal','146.4'),(184374,19983,'_line_subtotal_tax','0'),(184375,19983,'_line_total','139.08'),(184376,19983,'_line_tax','0'),(184377,19983,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184378,19984,'_product_id','45'),(184379,19984,'_variation_id','0'),(184380,19984,'_qty','1'),(184381,19984,'_tax_class',''),(184382,19984,'_line_subtotal','50'),(184383,19984,'_line_subtotal_tax','0'),(184384,19984,'_line_total','47.5'),(184385,19984,'_line_tax','0'),(184386,19984,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184387,19985,'_product_id','23'),(184388,19985,'_variation_id','0'),(184389,19985,'_qty','2'),(184390,19985,'_tax_class',''),(184391,19985,'_line_subtotal','137.08'),(184392,19985,'_line_subtotal_tax','0'),(184393,19985,'_line_total','130.23'),(184394,19985,'_line_tax','0'),(184395,19985,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184396,19986,'_product_id','3476'),(184397,19986,'_variation_id','0'),(184398,19986,'_qty','1'),(184399,19986,'_tax_class',''),(184400,19986,'_line_subtotal','76.2'),(184401,19986,'_line_subtotal_tax','0'),(184402,19986,'_line_total','72.39'),(184403,19986,'_line_tax','0'),(184404,19986,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184405,19987,'_product_id','3499'),(184406,19987,'_variation_id','0'),(184407,19987,'_qty','1'),(184408,19987,'_tax_class',''),(184409,19987,'_line_subtotal','142.8'),(184410,19987,'_line_subtotal_tax','0'),(184411,19987,'_line_total','135.66'),(184412,19987,'_line_tax','0'),(184413,19987,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184414,19988,'_product_id','3412'),(184415,19988,'_variation_id','0'),(184416,19988,'_qty','1'),(184417,19988,'_tax_class',''),(184418,19988,'_line_subtotal','90'),(184419,19988,'_line_subtotal_tax','0'),(184420,19988,'_line_total','85.5'),(184421,19988,'_line_tax','0'),(184422,19988,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184423,19989,'_product_id','39'),(184424,19989,'_variation_id','0'),(184425,19989,'_qty','1'),(184426,19989,'_tax_class',''),(184427,19989,'_line_subtotal','90'),(184428,19989,'_line_subtotal_tax','0'),(184429,19989,'_line_total','85.5'),(184430,19989,'_line_tax','0'),(184431,19989,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184432,19990,'_product_id','40'),(184433,19990,'_variation_id','0'),(184434,19990,'_qty','1'),(184435,19990,'_tax_class',''),(184436,19990,'_line_subtotal','90'),(184437,19990,'_line_subtotal_tax','0'),(184438,19990,'_line_total','85.5'),(184439,19990,'_line_tax','0'),(184440,19990,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184441,19991,'method_id','advanced_free_shipping'),(184442,19991,'instance_id','0'),(184443,19991,'cost','0'),(184444,19991,'total_tax','0'),(184445,19991,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184446,19992,'discount_amount','58.41'),(184447,19992,'discount_amount_tax','0'),(184448,19992,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184449,19993,'_product_id','488'),(184450,19993,'_variation_id','0'),(184451,19993,'_qty','3'),(184452,19993,'_tax_class',''),(184453,19993,'_line_subtotal','94.05'),(184454,19993,'_line_subtotal_tax','0'),(184455,19993,'_line_total','89.35'),(184456,19993,'_line_tax','0'),(184457,19993,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184458,19994,'_product_id','490'),(184459,19994,'_variation_id','0'),(184460,19994,'_qty','40'),(184461,19994,'_tax_class',''),(184462,19994,'_line_subtotal','784'),(184463,19994,'_line_subtotal_tax','0'),(184464,19994,'_line_total','744.8'),(184465,19994,'_line_tax','0'),(184466,19994,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184467,19995,'_product_id','2408'),(184468,19995,'_variation_id','0'),(184469,19995,'_qty','4'),(184470,19995,'_tax_class',''),(184471,19995,'_line_subtotal','680'),(184472,19995,'_line_subtotal_tax','0'),(184473,19995,'_line_total','645.99'),(184474,19995,'_line_tax','0'),(184475,19995,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184476,19996,'_product_id','41'),(184477,19996,'_variation_id','0'),(184478,19996,'_qty','8'),(184479,19996,'_tax_class',''),(184480,19996,'_line_subtotal','544.608'),(184481,19996,'_line_subtotal_tax','0'),(184482,19996,'_line_total','517.378'),(184483,19996,'_line_tax','0'),(184484,19996,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184485,19996,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:3:{s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(184486,19996,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(184487,19997,'_product_id','3476'),(184488,19997,'_variation_id','0'),(184489,19997,'_qty','8'),(184490,19997,'_tax_class',''),(184491,19997,'_line_subtotal','566.928'),(184492,19997,'_line_subtotal_tax','0'),(184493,19997,'_line_total','538.588'),(184494,19997,'_line_tax','0'),(184495,19997,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184496,19997,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:22:\"total_discount_details\";a:3:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:76.200000000000003;s:23:\"calculate_discount_from\";d:76.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.3340000000000005;s:14:\"original_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3476;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;}'),(184497,19997,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:76.200000000000003;s:16:\"discounted_price\";d:70.866;s:35:\"initial_price_based_on_tax_settings\";d:76.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:70.866;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.3339999999999996;}}}s:12:\"saved_amount\";d:42.671999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:42.671999999999997;s:15:\"is_free_product\";b:0;}'),(184498,19998,'_product_id','44'),(184499,19998,'_variation_id','0'),(184500,19998,'_qty','4'),(184501,19998,'_tax_class',''),(184502,19998,'_line_subtotal','552'),(184503,19998,'_line_subtotal_tax','0'),(184504,19998,'_line_total','524.4'),(184505,19998,'_line_tax','0'),(184506,19998,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184507,19999,'_product_id','3362'),(184508,19999,'_variation_id','0'),(184509,19999,'_qty','4'),(184510,19999,'_tax_class',''),(184511,19999,'_line_subtotal','300'),(184512,19999,'_line_subtotal_tax','0'),(184513,19999,'_line_total','285'),(184514,19999,'_line_tax','0'),(184515,19999,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184516,20000,'_product_id','2110'),(184517,20000,'_variation_id','0'),(184518,20000,'_qty','8'),(184519,20000,'_tax_class',''),(184520,20000,'_line_subtotal','531.216'),(184521,20000,'_line_subtotal_tax','0'),(184522,20000,'_line_total','504.656'),(184523,20000,'_line_tax','0'),(184524,20000,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184525,20000,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"ddcbe25988981920c872c1787382f04d\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.3340000000000005;s:14:\"discount_price\";d:5.3340000000000005;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(184526,20000,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:39.984000000000002;s:34:\"saved_amount_based_on_tax_settings\";d:39.984000000000002;s:15:\"is_free_product\";b:0;}'),(184527,20001,'method_id','advanced_free_shipping'),(184528,20001,'instance_id','0'),(184529,20001,'cost','0'),(184530,20001,'total_tax','0'),(184531,20001,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184532,20002,'discount_amount','202.64'),(184533,20002,'discount_amount_tax','0'),(184534,20002,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184535,20003,'_product_id','41'),(184536,20003,'_variation_id','0'),(184537,20003,'_qty','8'),(184538,20003,'_tax_class',''),(184539,20003,'_line_subtotal','544.608'),(184540,20003,'_line_subtotal_tax','0'),(184541,20003,'_line_total','517.378'),(184542,20003,'_line_tax','0'),(184543,20003,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184544,20003,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:22:\"total_discount_details\";a:2:{s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:73.200000000000003;s:23:\"calculate_discount_from\";d:73.200000000000003;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:5.1240000000000006;s:14:\"original_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:41;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.076000000000008;}'),(184545,20003,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:73.200000000000003;s:16:\"discounted_price\";d:68.076000000000008;s:35:\"initial_price_based_on_tax_settings\";d:73.200000000000003;s:38:\"discounted_price_based_on_tax_settings\";d:68.075999999999993;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:5.1239999999999997;}}}s:12:\"saved_amount\";d:40.991999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:40.991999999999997;s:15:\"is_free_product\";b:0;}'),(184546,20004,'_product_id','45'),(184547,20004,'_variation_id','0'),(184548,20004,'_qty','8'),(184549,20004,'_tax_class',''),(184550,20004,'_line_subtotal','372'),(184551,20004,'_line_subtotal_tax','0'),(184552,20004,'_line_total','353.4'),(184553,20004,'_line_tax','0'),(184554,20004,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184555,20004,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:22:\"total_discount_details\";a:2:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:5.1240000000000006;s:14:\"discount_price\";d:5.1240000000000006;}s:15:\"simple_discount\";i:0;}}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:3.5000000000000004;s:14:\"discount_price\";d:3.5000000000000004;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:50;s:23:\"calculate_discount_from\";d:50;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:3.5000000000000004;s:14:\"original_price\";d:50;s:16:\"discounted_price\";d:46.5;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:45;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;}'),(184556,20004,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:50;s:16:\"discounted_price\";d:46.5;s:35:\"initial_price_based_on_tax_settings\";d:50;s:38:\"discounted_price_based_on_tax_settings\";d:46.5;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:3.5;}}}s:12:\"saved_amount\";d:28;s:34:\"saved_amount_based_on_tax_settings\";d:28;s:15:\"is_free_product\";b:0;}'),(184557,20005,'_product_id','2400'),(184558,20005,'_variation_id','0'),(184559,20005,'_qty','4'),(184560,20005,'_tax_class',''),(184561,20005,'_line_subtotal','860'),(184562,20005,'_line_subtotal_tax','0'),(184563,20005,'_line_total','817'),(184564,20005,'_line_tax','0'),(184565,20005,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184566,20006,'_product_id','2408'),(184567,20006,'_variation_id','0'),(184568,20006,'_qty','2'),(184569,20006,'_tax_class',''),(184570,20006,'_line_subtotal','340'),(184571,20006,'_line_subtotal_tax','0'),(184572,20006,'_line_total','323'),(184573,20006,'_line_tax','0'),(184574,20006,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184575,20007,'_product_id','44'),(184576,20007,'_variation_id','0'),(184577,20007,'_qty','2'),(184578,20007,'_tax_class',''),(184579,20007,'_line_subtotal','276'),(184580,20007,'_line_subtotal_tax','0'),(184581,20007,'_line_total','262.2'),(184582,20007,'_line_tax','0'),(184583,20007,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184584,20008,'_product_id','490'),(184585,20008,'_variation_id','0'),(184586,20008,'_qty','50'),(184587,20008,'_tax_class',''),(184588,20008,'_line_subtotal','980'),(184589,20008,'_line_subtotal_tax','0'),(184590,20008,'_line_total','931'),(184591,20008,'_line_tax','0'),(184592,20008,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184593,20009,'method_id','advanced_free_shipping'),(184594,20009,'instance_id','0'),(184595,20009,'cost','0'),(184596,20009,'total_tax','0'),(184597,20009,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184598,20010,'discount_amount','168.63'),(184599,20010,'discount_amount_tax','0'),(184600,20010,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184601,20011,'_product_id','3499'),(184602,20011,'_variation_id','0'),(184603,20011,'_qty','1'),(184604,20011,'_tax_class',''),(184605,20011,'_line_subtotal','142.8'),(184606,20011,'_line_subtotal_tax','0'),(184607,20011,'_line_total','135.66'),(184608,20011,'_line_tax','0'),(184609,20011,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184610,20012,'_product_id','3696'),(184611,20012,'_variation_id','0'),(184612,20012,'_qty','4'),(184613,20012,'_tax_class',''),(184614,20012,'_line_subtotal','274'),(184615,20012,'_line_subtotal_tax','0'),(184616,20012,'_line_total','260.3'),(184617,20012,'_line_tax','0'),(184618,20012,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184619,20013,'_product_id','3412'),(184620,20013,'_variation_id','0'),(184621,20013,'_qty','1'),(184622,20013,'_tax_class',''),(184623,20013,'_line_subtotal','90'),(184624,20013,'_line_subtotal_tax','0'),(184625,20013,'_line_total','85.5'),(184626,20013,'_line_tax','0'),(184627,20013,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184628,20014,'method_id','advanced_free_shipping'),(184629,20014,'instance_id','0'),(184630,20014,'cost','0'),(184631,20014,'total_tax','0'),(184632,20014,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184633,20015,'discount_amount','25.34'),(184634,20015,'discount_amount_tax','0'),(184635,20015,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184636,20016,'_product_id','487'),(184637,20016,'_variation_id','0'),(184638,20016,'_qty','20'),(184639,20016,'_tax_class',''),(184640,20016,'_line_subtotal','627'),(184641,20016,'_line_subtotal_tax','0'),(184642,20016,'_line_total','595.65'),(184643,20016,'_line_tax','0'),(184644,20016,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184645,20017,'method_id','advanced_free_shipping'),(184646,20017,'instance_id','0'),(184647,20017,'cost','0'),(184648,20017,'total_tax','0'),(184649,20017,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184650,20018,'discount_amount','31.35'),(184651,20018,'discount_amount_tax','0'),(184652,20018,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184653,20019,'_product_id','2110'),(184654,20019,'_variation_id','0'),(184655,20019,'_qty','12'),(184656,20019,'_tax_class',''),(184657,20019,'_line_subtotal','796.824'),(184658,20019,'_line_subtotal_tax','0'),(184659,20019,'_line_total','756.984'),(184660,20019,'_line_tax','0'),(184661,20019,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184662,20019,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:22:\"total_discount_details\";a:10:{s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:71.400000000000006;s:23:\"calculate_discount_from\";d:71.400000000000006;}i:0;a:4:{s:8:\"quantity\";i:12;s:8:\"discount\";d:4.9980000000000011;s:14:\"original_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;}}s:13:\"cart_quantity\";i:12;s:10:\"product_id\";i:2110;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;}'),(184663,20019,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:71.400000000000006;s:16:\"discounted_price\";d:66.402000000000001;s:35:\"initial_price_based_on_tax_settings\";d:71.400000000000006;s:38:\"discounted_price_based_on_tax_settings\";d:66.402000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:12;s:14:\"discount_price\";d:4.9980000000000002;}}}s:12:\"saved_amount\";d:59.975999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:59.975999999999999;s:15:\"is_free_product\";b:0;}'),(184664,20020,'_product_id','2113'),(184665,20020,'_variation_id','0'),(184666,20020,'_qty','8'),(184667,20020,'_tax_class',''),(184668,20020,'_line_subtotal','1279.68'),(184669,20020,'_line_subtotal_tax','0'),(184670,20020,'_line_total','1215.67'),(184671,20020,'_line_tax','0'),(184672,20020,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184673,20020,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:22:\"total_discount_details\";a:10:{s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:172;s:23:\"calculate_discount_from\";d:172;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:12.040000000000001;s:14:\"original_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:2113;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;}'),(184674,20020,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:172;s:16:\"discounted_price\";d:159.96000000000001;s:35:\"initial_price_based_on_tax_settings\";d:172;s:38:\"discounted_price_based_on_tax_settings\";d:159.96000000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:12.039999999999999;}}}s:12:\"saved_amount\";d:96.319999999999993;s:34:\"saved_amount_based_on_tax_settings\";d:96.319999999999993;s:15:\"is_free_product\";b:0;}'),(184675,20021,'_product_id','3356'),(184676,20021,'_variation_id','0'),(184677,20021,'_qty','8'),(184678,20021,'_tax_class',''),(184679,20021,'_line_subtotal','1124.928'),(184680,20021,'_line_subtotal_tax','0'),(184681,20021,'_line_total','1068.688'),(184682,20021,'_line_tax','0'),(184683,20021,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184684,20021,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;s:22:\"total_discount_details\";a:10:{s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:151.19999999999999;s:23:\"calculate_discount_from\";d:151.19999999999999;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:10.584;s:14:\"original_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3356;s:35:\"initial_price_based_on_tax_settings\";d:151.19999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:140.61599999999999;}'),(184685,20021,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;s:35:\"initial_price_based_on_tax_settings\";d:151.19999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:140.61600000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:10.584;}}}s:12:\"saved_amount\";d:84.671999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:84.671999999999997;s:15:\"is_free_product\";b:0;}'),(184686,20022,'_product_id','3358'),(184687,20022,'_variation_id','0'),(184688,20022,'_qty','8'),(184689,20022,'_tax_class',''),(184690,20022,'_line_subtotal','1124.928'),(184691,20022,'_line_subtotal_tax','0'),(184692,20022,'_line_total','1068.688'),(184693,20022,'_line_tax','0'),(184694,20022,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184695,20022,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;s:22:\"total_discount_details\";a:10:{s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:151.19999999999999;s:23:\"calculate_discount_from\";d:151.19999999999999;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:10.584;s:14:\"original_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3358;s:35:\"initial_price_based_on_tax_settings\";d:151.19999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:140.61599999999999;}'),(184696,20022,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:151.19999999999999;s:16:\"discounted_price\";d:140.61599999999999;s:35:\"initial_price_based_on_tax_settings\";d:151.19999999999999;s:38:\"discounted_price_based_on_tax_settings\";d:140.61600000000001;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:10.584;}}}s:12:\"saved_amount\";d:84.671999999999997;s:34:\"saved_amount_based_on_tax_settings\";d:84.671999999999997;s:15:\"is_free_product\";b:0;}'),(184697,20023,'_product_id','40'),(184698,20023,'_variation_id','0'),(184699,20023,'_qty','8'),(184700,20023,'_tax_class',''),(184701,20023,'_line_subtotal','669.6'),(184702,20023,'_line_subtotal_tax','0'),(184703,20023,'_line_total','636.12'),(184704,20023,'_line_tax','0'),(184705,20023,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184706,20023,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:10:{s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:40;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(184707,20023,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(184708,20024,'_product_id','39'),(184709,20024,'_variation_id','0'),(184710,20024,'_qty','8'),(184711,20024,'_tax_class',''),(184712,20024,'_line_subtotal','669.6'),(184713,20024,'_line_subtotal_tax','0'),(184714,20024,'_line_total','636.12'),(184715,20024,'_line_tax','0'),(184716,20024,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184717,20024,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:10:{s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:39;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(184718,20024,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(184719,20025,'_product_id','44'),(184720,20025,'_variation_id','0'),(184721,20025,'_qty','8'),(184722,20025,'_tax_class',''),(184723,20025,'_line_subtotal','1026.72'),(184724,20025,'_line_subtotal_tax','0'),(184725,20025,'_line_total','975.39'),(184726,20025,'_line_tax','0'),(184727,20025,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184728,20025,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:138;s:16:\"discounted_price\";d:128.34;s:22:\"total_discount_details\";a:10:{s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:138;s:23:\"calculate_discount_from\";d:138;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:9.6600000000000001;s:14:\"original_price\";d:138;s:16:\"discounted_price\";d:128.34;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:44;s:35:\"initial_price_based_on_tax_settings\";d:138;s:38:\"discounted_price_based_on_tax_settings\";d:128.34;}'),(184729,20025,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:138;s:16:\"discounted_price\";d:128.34;s:35:\"initial_price_based_on_tax_settings\";d:138;s:38:\"discounted_price_based_on_tax_settings\";d:128.34;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:9.6600000000000001;}}}s:12:\"saved_amount\";d:77.280000000000001;s:34:\"saved_amount_based_on_tax_settings\";d:77.280000000000001;s:15:\"is_free_product\";b:0;}'),(184730,20026,'_product_id','49'),(184731,20026,'_variation_id','0'),(184732,20026,'_qty','8'),(184733,20026,'_tax_class',''),(184734,20026,'_line_subtotal','669.6'),(184735,20026,'_line_subtotal_tax','0'),(184736,20026,'_line_total','636.12'),(184737,20026,'_line_tax','0'),(184738,20026,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184739,20026,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:10:{s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:49;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(184740,20026,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(184741,20027,'_product_id','43'),(184742,20027,'_variation_id','0'),(184743,20027,'_qty','8'),(184744,20027,'_tax_class',''),(184745,20027,'_line_subtotal','669.6'),(184746,20027,'_line_subtotal_tax','0'),(184747,20027,'_line_total','636.12'),(184748,20027,'_line_tax','0'),(184749,20027,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184750,20027,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:22:\"total_discount_details\";a:10:{s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:90;s:23:\"calculate_discount_from\";d:90;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:6.3000000000000007;s:14:\"original_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:43;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;}'),(184751,20027,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:90;s:16:\"discounted_price\";d:83.700000000000003;s:35:\"initial_price_based_on_tax_settings\";d:90;s:38:\"discounted_price_based_on_tax_settings\";d:83.700000000000003;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:6.2999999999999998;}}}s:12:\"saved_amount\";d:50.399999999999999;s:34:\"saved_amount_based_on_tax_settings\";d:50.399999999999999;s:15:\"is_free_product\";b:0;}'),(184752,20028,'_product_id','3352'),(184753,20028,'_variation_id','0'),(184754,20028,'_qty','8'),(184755,20028,'_tax_class',''),(184756,20028,'_line_subtotal','1101.12'),(184757,20028,'_line_subtotal_tax','0'),(184758,20028,'_line_total','1046.07'),(184759,20028,'_line_tax','0'),(184760,20028,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184761,20028,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:22:\"total_discount_details\";a:10:{s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:12;s:27:\"discount_price_per_quantity\";d:4.9980000000000011;s:14:\"discount_price\";d:4.9980000000000011;}s:15:\"simple_discount\";i:0;}}s:32:\"01931a6925d3de09e5f87419d9d55055\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:12.040000000000001;s:14:\"discount_price\";d:12.040000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"a36b598abb934e4528412e5a2127b931\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"97108695bd93b6be52fa0334874c8722\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.584;s:14:\"discount_price\";d:10.584;}s:15:\"simple_discount\";i:0;}}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:9.6600000000000001;s:14:\"discount_price\";d:9.6600000000000001;}s:15:\"simple_discount\";i:0;}}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:6.3000000000000007;s:14:\"discount_price\";d:6.3000000000000007;}s:15:\"simple_discount\";i:0;}}s:32:\"0987b8b338d6c90bbedd8631bc499221\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:8;s:27:\"discount_price_per_quantity\";d:10.360000000000001;s:14:\"discount_price\";d:10.360000000000001;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:148;s:23:\"calculate_discount_from\";d:148;}i:0;a:4:{s:8:\"quantity\";i:8;s:8:\"discount\";d:10.360000000000001;s:14:\"original_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;}}s:13:\"cart_quantity\";i:8;s:10:\"product_id\";i:3352;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;}'),(184762,20028,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:148;s:16:\"discounted_price\";d:137.63999999999999;s:35:\"initial_price_based_on_tax_settings\";d:148;s:38:\"discounted_price_based_on_tax_settings\";d:137.63999999999999;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:8;s:14:\"discount_price\";d:10.359999999999999;}}}s:12:\"saved_amount\";d:82.879999999999995;s:34:\"saved_amount_based_on_tax_settings\";d:82.879999999999995;s:15:\"is_free_product\";b:0;}'),(184763,20029,'method_id','advanced_free_shipping'),(184764,20029,'instance_id','0'),(184765,20029,'cost','0'),(184766,20029,'total_tax','0'),(184767,20029,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184768,20030,'discount_amount','456.63'),(184769,20030,'discount_amount_tax','0'),(184770,20030,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184771,20031,'_product_id','3696'),(184772,20031,'_variation_id','0'),(184773,20031,'_qty','20'),(184774,20031,'_tax_class',''),(184775,20031,'_line_subtotal','1274.1'),(184776,20031,'_line_subtotal_tax','0'),(184777,20031,'_line_total','1210.4'),(184778,20031,'_line_tax','0'),(184779,20031,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184780,20031,'_advanced_woo_discount_item_total_discount','a:10:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:22:\"total_discount_details\";a:1:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:1:{i:2;a:3:{s:12:\"set_discount\";i:0;s:13:\"bulk_discount\";a:5:{s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";s:1:\"7\";s:17:\"discount_quantity\";i:20;s:27:\"discount_price_per_quantity\";d:4.7950000000000008;s:14:\"discount_price\";d:4.7950000000000008;}s:15:\"simple_discount\";i:0;}}}s:21:\"cart_discount_details\";a:0:{}s:18:\"apply_as_cart_rule\";a:1:{i:0;s:2:\"no\";}s:14:\"discount_lines\";a:2:{s:11:\"non_applied\";a:4:{s:8:\"quantity\";i:0;s:8:\"discount\";i:0;s:5:\"price\";d:68.5;s:23:\"calculate_discount_from\";d:68.5;}i:0;a:4:{s:8:\"quantity\";i:20;s:8:\"discount\";d:4.7950000000000008;s:14:\"original_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;}}s:13:\"cart_quantity\";i:20;s:10:\"product_id\";i:3696;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;}'),(184781,20031,'_wdr_discounts','a:8:{s:13:\"initial_price\";d:68.5;s:16:\"discounted_price\";d:63.704999999999998;s:35:\"initial_price_based_on_tax_settings\";d:68.5;s:38:\"discounted_price_based_on_tax_settings\";d:63.704999999999998;s:13:\"applied_rules\";a:1:{i:0;a:4:{s:2:\"id\";i:2;s:5:\"title\";s:16:\"Bulk Discount 7%\";s:4:\"type\";s:13:\"bulk_discount\";s:8:\"discount\";a:5:{s:10:\"applied_in\";s:13:\"product_level\";s:13:\"discount_type\";s:10:\"percentage\";s:14:\"discount_value\";d:7;s:17:\"discount_quantity\";d:20;s:14:\"discount_price\";d:4.7949999999999999;}}}s:12:\"saved_amount\";d:95.900000000000006;s:34:\"saved_amount_based_on_tax_settings\";d:95.900000000000006;s:15:\"is_free_product\";b:0;}'),(184782,20032,'method_id','advanced_free_shipping'),(184783,20032,'instance_id','0'),(184784,20032,'cost','0'),(184785,20032,'total_tax','0'),(184786,20032,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184787,20033,'discount_amount','63.7'),(184788,20033,'discount_amount_tax','0'),(184789,20033,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184790,20034,'_product_id','2110'),(184791,20034,'_variation_id','0'),(184792,20034,'_qty','2'),(184793,20034,'_tax_class',''),(184794,20034,'_line_subtotal','142.8'),(184795,20034,'_line_subtotal_tax','0'),(184796,20034,'_line_total','135.66'),(184797,20034,'_line_tax','0'),(184798,20034,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184799,20035,'_product_id','45'),(184800,20035,'_variation_id','0'),(184801,20035,'_qty','4'),(184802,20035,'_tax_class',''),(184803,20035,'_line_subtotal','200'),(184804,20035,'_line_subtotal_tax','0'),(184805,20035,'_line_total','190'),(184806,20035,'_line_tax','0'),(184807,20035,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184808,20036,'_product_id','2400'),(184809,20036,'_variation_id','0'),(184810,20036,'_qty','2'),(184811,20036,'_tax_class',''),(184812,20036,'_line_subtotal','430'),(184813,20036,'_line_subtotal_tax','0'),(184814,20036,'_line_total','408.5'),(184815,20036,'_line_tax','0'),(184816,20036,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184817,20037,'_product_id','2113'),(184818,20037,'_variation_id','0'),(184819,20037,'_qty','1'),(184820,20037,'_tax_class',''),(184821,20037,'_line_subtotal','172'),(184822,20037,'_line_subtotal_tax','0'),(184823,20037,'_line_total','163.4'),(184824,20037,'_line_tax','0'),(184825,20037,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184826,20038,'_product_id','120'),(184827,20038,'_variation_id','0'),(184828,20038,'_qty','1'),(184829,20038,'_tax_class',''),(184830,20038,'_line_subtotal','63'),(184831,20038,'_line_subtotal_tax','0'),(184832,20038,'_line_total','59.85'),(184833,20038,'_line_tax','0'),(184834,20038,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184835,20039,'_product_id','49'),(184836,20039,'_variation_id','0'),(184837,20039,'_qty','1'),(184838,20039,'_tax_class',''),(184839,20039,'_line_subtotal','90'),(184840,20039,'_line_subtotal_tax','0'),(184841,20039,'_line_total','85.5'),(184842,20039,'_line_tax','0'),(184843,20039,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184844,20040,'_product_id','43'),(184845,20040,'_variation_id','0'),(184846,20040,'_qty','1'),(184847,20040,'_tax_class',''),(184848,20040,'_line_subtotal','90'),(184849,20040,'_line_subtotal_tax','0'),(184850,20040,'_line_total','85.5'),(184851,20040,'_line_tax','0'),(184852,20040,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184853,20041,'method_id','advanced_free_shipping'),(184854,20041,'instance_id','0'),(184855,20041,'cost','0'),(184856,20041,'total_tax','0'),(184857,20041,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184858,20042,'discount_amount','59.39'),(184859,20042,'discount_amount_tax','0'),(184860,20042,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184861,20043,'_product_id','2110'),(184862,20043,'_variation_id','0'),(184863,20043,'_qty','2'),(184864,20043,'_tax_class',''),(184865,20043,'_line_subtotal','142.8'),(184866,20043,'_line_subtotal_tax','0'),(184867,20043,'_line_total','135.66'),(184868,20043,'_line_tax','0'),(184869,20043,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184870,20044,'_product_id','45'),(184871,20044,'_variation_id','0'),(184872,20044,'_qty','4'),(184873,20044,'_tax_class',''),(184874,20044,'_line_subtotal','200'),(184875,20044,'_line_subtotal_tax','0'),(184876,20044,'_line_total','190'),(184877,20044,'_line_tax','0'),(184878,20044,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184879,20045,'_product_id','2400'),(184880,20045,'_variation_id','0'),(184881,20045,'_qty','2'),(184882,20045,'_tax_class',''),(184883,20045,'_line_subtotal','430'),(184884,20045,'_line_subtotal_tax','0'),(184885,20045,'_line_total','408.5'),(184886,20045,'_line_tax','0'),(184887,20045,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184888,20046,'_product_id','2113'),(184889,20046,'_variation_id','0'),(184890,20046,'_qty','1'),(184891,20046,'_tax_class',''),(184892,20046,'_line_subtotal','172'),(184893,20046,'_line_subtotal_tax','0'),(184894,20046,'_line_total','163.4'),(184895,20046,'_line_tax','0'),(184896,20046,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184897,20047,'_product_id','120'),(184898,20047,'_variation_id','0'),(184899,20047,'_qty','1'),(184900,20047,'_tax_class',''),(184901,20047,'_line_subtotal','63'),(184902,20047,'_line_subtotal_tax','0'),(184903,20047,'_line_total','59.85'),(184904,20047,'_line_tax','0'),(184905,20047,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184906,20048,'_product_id','49'),(184907,20048,'_variation_id','0'),(184908,20048,'_qty','1'),(184909,20048,'_tax_class',''),(184910,20048,'_line_subtotal','90'),(184911,20048,'_line_subtotal_tax','0'),(184912,20048,'_line_total','85.5'),(184913,20048,'_line_tax','0'),(184914,20048,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184915,20049,'_product_id','43'),(184916,20049,'_variation_id','0'),(184917,20049,'_qty','1'),(184918,20049,'_tax_class',''),(184919,20049,'_line_subtotal','90'),(184920,20049,'_line_subtotal_tax','0'),(184921,20049,'_line_total','85.5'),(184922,20049,'_line_tax','0'),(184923,20049,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184924,20050,'method_id','advanced_free_shipping'),(184925,20050,'instance_id','0'),(184926,20050,'cost','0'),(184927,20050,'total_tax','0'),(184928,20050,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184929,20051,'discount_amount','59.39'),(184930,20051,'discount_amount_tax','0'),(184931,20051,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184932,20052,'_product_id','41'),(184933,20052,'_variation_id','0'),(184934,20052,'_qty','4'),(184935,20052,'_tax_class',''),(184936,20052,'_line_subtotal','292.8'),(184937,20052,'_line_subtotal_tax','0'),(184938,20052,'_line_total','278.16'),(184939,20052,'_line_tax','0'),(184940,20052,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184941,20053,'_product_id','3499'),(184942,20053,'_variation_id','0'),(184943,20053,'_qty','1'),(184944,20053,'_tax_class',''),(184945,20053,'_line_subtotal','142.8'),(184946,20053,'_line_subtotal_tax','0'),(184947,20053,'_line_total','135.66'),(184948,20053,'_line_tax','0'),(184949,20053,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184950,20054,'_product_id','3485'),(184951,20054,'_variation_id','0'),(184952,20054,'_qty','2'),(184953,20054,'_tax_class',''),(184954,20054,'_line_subtotal','297.6'),(184955,20054,'_line_subtotal_tax','0'),(184956,20054,'_line_total','282.72'),(184957,20054,'_line_tax','0'),(184958,20054,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184959,20055,'method_id','advanced_free_shipping'),(184960,20055,'instance_id','0'),(184961,20055,'cost','0'),(184962,20055,'total_tax','0'),(184963,20055,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184964,20056,'discount_amount','36.66'),(184965,20056,'discount_amount_tax','0'),(184966,20056,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(184967,20057,'_product_id','41'),(184968,20057,'_variation_id','0'),(184969,20057,'_qty','4'),(184970,20057,'_tax_class',''),(184971,20057,'_line_subtotal','292.8'),(184972,20057,'_line_subtotal_tax','0'),(184973,20057,'_line_total','278.16'),(184974,20057,'_line_tax','0'),(184975,20057,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184976,20058,'_product_id','3499'),(184977,20058,'_variation_id','0'),(184978,20058,'_qty','1'),(184979,20058,'_tax_class',''),(184980,20058,'_line_subtotal','142.8'),(184981,20058,'_line_subtotal_tax','0'),(184982,20058,'_line_total','135.66'),(184983,20058,'_line_tax','0'),(184984,20058,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184985,20059,'_product_id','3485'),(184986,20059,'_variation_id','0'),(184987,20059,'_qty','2'),(184988,20059,'_tax_class',''),(184989,20059,'_line_subtotal','297.6'),(184990,20059,'_line_subtotal_tax','0'),(184991,20059,'_line_total','282.72'),(184992,20059,'_line_tax','0'),(184993,20059,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(184994,20060,'method_id','advanced_free_shipping'),(184995,20060,'instance_id','0'),(184996,20060,'cost','0'),(184997,20060,'total_tax','0'),(184998,20060,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(184999,20061,'discount_amount','36.66'),(185000,20061,'discount_amount_tax','0'),(185001,20061,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(185002,20062,'_product_id','3696'),(185003,20062,'_variation_id','0'),(185004,20062,'_qty','3'),(185005,20062,'_tax_class',''),(185006,20062,'_line_subtotal','205.5'),(185007,20062,'_line_subtotal_tax','0'),(185008,20062,'_line_total','195.23'),(185009,20062,'_line_tax','0'),(185010,20062,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185011,20063,'_product_id','2110'),(185012,20063,'_variation_id','0'),(185013,20063,'_qty','2'),(185014,20063,'_tax_class',''),(185015,20063,'_line_subtotal','142.8'),(185016,20063,'_line_subtotal_tax','0'),(185017,20063,'_line_total','135.66'),(185018,20063,'_line_tax','0'),(185019,20063,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185020,20064,'_product_id','45'),(185021,20064,'_variation_id','0'),(185022,20064,'_qty','3'),(185023,20064,'_tax_class',''),(185024,20064,'_line_subtotal','150'),(185025,20064,'_line_subtotal_tax','0'),(185026,20064,'_line_total','142.5'),(185027,20064,'_line_tax','0'),(185028,20064,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185029,20065,'_product_id','44'),(185030,20065,'_variation_id','0'),(185031,20065,'_qty','2'),(185032,20065,'_tax_class',''),(185033,20065,'_line_subtotal','276'),(185034,20065,'_line_subtotal_tax','0'),(185035,20065,'_line_total','262.2'),(185036,20065,'_line_tax','0'),(185037,20065,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185038,20066,'method_id','advanced_free_shipping'),(185039,20066,'instance_id','0'),(185040,20066,'cost','0'),(185041,20066,'total_tax','0'),(185042,20066,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(185043,20067,'discount_amount','38.71'),(185044,20067,'discount_amount_tax','0'),(185045,20067,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]'),(185046,20068,'_product_id','41'),(185047,20068,'_variation_id','0'),(185048,20068,'_qty','2'),(185049,20068,'_tax_class',''),(185050,20068,'_line_subtotal','146.4'),(185051,20068,'_line_subtotal_tax','0'),(185052,20068,'_line_total','139.08'),(185053,20068,'_line_tax','0'),(185054,20068,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185055,20069,'_product_id','45'),(185056,20069,'_variation_id','0'),(185057,20069,'_qty','2'),(185058,20069,'_tax_class',''),(185059,20069,'_line_subtotal','100'),(185060,20069,'_line_subtotal_tax','0'),(185061,20069,'_line_total','95'),(185062,20069,'_line_tax','0'),(185063,20069,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185064,20070,'_product_id','51'),(185065,20070,'_variation_id','0'),(185066,20070,'_qty','1'),(185067,20070,'_tax_class',''),(185068,20070,'_line_subtotal','170'),(185069,20070,'_line_subtotal_tax','0'),(185070,20070,'_line_total','161.5'),(185071,20070,'_line_tax','0'),(185072,20070,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185073,20071,'_product_id','3354'),(185074,20071,'_variation_id','0'),(185075,20071,'_qty','1'),(185076,20071,'_tax_class',''),(185077,20071,'_line_subtotal','148'),(185078,20071,'_line_subtotal_tax','0'),(185079,20071,'_line_total','140.6'),(185080,20071,'_line_tax','0'),(185081,20071,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185082,20072,'_product_id','40'),(185083,20072,'_variation_id','0'),(185084,20072,'_qty','1'),(185085,20072,'_tax_class',''),(185086,20072,'_line_subtotal','90'),(185087,20072,'_line_subtotal_tax','0'),(185088,20072,'_line_total','85.5'),(185089,20072,'_line_tax','0'),(185090,20072,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185091,20073,'_product_id','39'),(185092,20073,'_variation_id','0'),(185093,20073,'_qty','1'),(185094,20073,'_tax_class',''),(185095,20073,'_line_subtotal','90'),(185096,20073,'_line_subtotal_tax','0'),(185097,20073,'_line_total','85.5'),(185098,20073,'_line_tax','0'),(185099,20073,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185100,20074,'_product_id','3485'),(185101,20074,'_variation_id','0'),(185102,20074,'_qty','1'),(185103,20074,'_tax_class',''),(185104,20074,'_line_subtotal','148.8'),(185105,20074,'_line_subtotal_tax','0'),(185106,20074,'_line_total','141.36'),(185107,20074,'_line_tax','0'),(185108,20074,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185109,20075,'_product_id','3412'),(185110,20075,'_variation_id','0'),(185111,20075,'_qty','1'),(185112,20075,'_tax_class',''),(185113,20075,'_line_subtotal','90'),(185114,20075,'_line_subtotal_tax','0'),(185115,20075,'_line_total','85.5'),(185116,20075,'_line_tax','0'),(185117,20075,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185118,20076,'_product_id','133'),(185119,20076,'_variation_id','0'),(185120,20076,'_qty','2'),(185121,20076,'_tax_class',''),(185122,20076,'_line_subtotal','28.6'),(185123,20076,'_line_subtotal_tax','0'),(185124,20076,'_line_total','27.17'),(185125,20076,'_line_tax','0'),(185126,20076,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(185127,20077,'method_id','advanced_free_shipping'),(185128,20077,'instance_id','0'),(185129,20077,'cost','0'),(185130,20077,'total_tax','0'),(185131,20077,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(185132,20078,'discount_amount','50.59'),(185133,20078,'discount_amount_tax','0'),(185134,20078,'coupon_info','[184328,\"eoythankyou\",\"percent\",5]');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB AUTO_INCREMENT=20079 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_order_items` VALUES (20,'Course Tail Comb','line_item',171),(21,'FedEx Ground','shipping',171),(26,'6\" Wide Tooth Detangling Comb','line_item',174),(27,'FedEx Ground','shipping',174),(127,'Course Tail Comb','line_item',214),(128,'FedEx Ground','shipping',214),(135,'Bulk Active Rise 100%','line_item',302),(136,'FedEx Ground','shipping',302),(137,'Bulk Active Rise 100%','line_item',303),(138,'Preventive Spray 8oz<br>(Case of 12)','line_item',303),(139,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',303),(140,'Bulk Mousse 1 Gallon','line_item',303),(141,'Comb-Out Mousse<br>(Case of 12)','line_item',303),(142,'Free Standard Shipping','shipping',303),(143,'Preventive Conditioner<br>(Case of 12)','line_item',304),(144,'Preventive Shampoo<br>(Case of 12)','line_item',304),(145,'Preventive Spray 8oz<br>(Case of 12)','line_item',304),(146,'Bulk Active Rise 100%','line_item',304),(147,'Bulk Detangling Spray 1 Gallon','line_item',304),(148,'Free Standard Shipping','shipping',304),(149,'Preventive Shampoo<br>(Case of 12)','line_item',305),(150,'Preventive Conditioner<br>(Case of 12)','line_item',305),(151,'Preventive Spray 8oz<br>(Case of 12)','line_item',305),(152,'Comb-Out Mousse<br>(Case of 12)','line_item',305),(153,'Bulk Active Rise 100%','line_item',305),(154,'FedEx Ground','shipping',305),(155,'Preventive Shampoo<br>(Case of 12)','line_item',306),(156,'Preventive Spray 8oz<br>(Case of 12)','line_item',306),(157,'Comb-Out Mousse<br>(Case of 12)','line_item',306),(158,'Bulk Active Rise 100%','line_item',306),(159,'Free Standard Shipping','shipping',306),(170,'Bulk Active Rise 100%','line_item',310),(171,'FedEx Ground','shipping',310),(172,'Professional Lice Comb<br>(Case of 12)','line_item',311),(173,'Bulk Active Rise 100%','line_item',311),(174,'Disney Wet Brush','line_item',311),(175,'FedEx Ground','shipping',311),(176,'Active Rinse 8oz<br>(Case of 12)','line_item',312),(177,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',312),(178,'Professional Lice Comb<br>(Case of 12)','line_item',312),(179,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',312),(180,'Preventive Spray 8oz<br>(Case of 12)','line_item',312),(181,'Bulk Active Rise 100%','line_item',312),(182,'Bulk Mousse 1 Gallon','line_item',312),(183,'Bulk Detangling Spray 1 Gallon','line_item',312),(184,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',312),(185,'Disposable Head Bands','line_item',312),(186,'Disposable Capes','line_item',312),(187,'Comb-Out Mousse<br>(Case of 12)','line_item',312),(188,'Free Standard Shipping','shipping',312),(189,'Disposable Head Bands','line_item',313),(190,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',313),(191,'Professional Lice Comb<br>(Case of 12)','line_item',313),(192,'FedEx Ground','shipping',313),(198,'Active Rinse 8oz<br>(Case of 12)','line_item',316),(199,'Active Rinse 16oz<br>(Case of 16)','line_item',316),(200,'Professional Lice Comb<br>(Case of 12)','line_item',316),(201,'Preventive Spray 8oz<br>(Case of 12)','line_item',316),(202,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',316),(203,'Bulk Active Rise 100%','line_item',316),(204,'Free Standard Shipping','shipping',316),(205,'Bulk Active Rise 100%','line_item',317),(206,'9\" Detangler Comb','line_item',317),(207,'FedEx Ground','shipping',317),(215,'Bulk Detangling Spray 1 Gallon','line_item',325),(216,'FedEx Ground','shipping',325),(217,'Bulk Detangling Spray 1 Gallon','line_item',326),(218,'FedEx Ground','shipping',326),(219,'Bulk Active Rise 100%','line_item',327),(220,'FedEx Ground','shipping',327),(221,'Professional Lice Comb<br>(Case of 12)','line_item',328),(222,'Preventive Kit<br>(Case of 6)','line_item',328),(223,'Bulk Active Rise 100%','line_item',328),(224,'Preventive Spray 8oz<br>(Case of 12)','line_item',328),(225,'9\" Detangler Comb','line_item',328),(226,'The Wet Brush','line_item',328),(227,'FedEx Ground','shipping',328),(228,'Professional Lice Comb<br>(Case of 12)','line_item',329),(229,'Comb-Out Mousse<br>(Case of 12)','line_item',329),(230,'Bulk Mousse 1 Gallon','line_item',329),(231,'Urgent Care Kit<br>(Case of 6)','line_item',329),(232,'Preventive Kit<br>(Case of 6)','line_item',329),(233,'Bulk Active Rise 100%','line_item',329),(234,'Active Rinse 8oz<br>(Case of 12)','line_item',329),(235,'Course Tail Comb','line_item',329),(236,'Free Standard Shipping','shipping',329),(242,'Professional Lice Comb<br>(Case of 12)','line_item',332),(243,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',332),(244,'Active Rinse 8oz<br>(Case of 12)','line_item',332),(245,'Disposable Head Bands','line_item',332),(246,'Bulk Active Rise 100%','line_item',332),(247,'FedEx Ground','shipping',332),(248,'Active Rinse 8oz<br>(Case of 12)','line_item',333),(249,'Professional Lice Comb<br>(Case of 12)','line_item',333),(250,'Preventive Kit<br>(Case of 6)','line_item',333),(251,'Bulk Mousse 1 Gallon','line_item',333),(252,'Course Tail Comb','line_item',333),(253,'The Wet Brush','line_item',333),(254,'FedEx Ground','shipping',333),(255,'Active Rinse 16oz<br>(Case of 16)','line_item',334),(256,'Active Rinse 8oz<br>(Case of 12)','line_item',334),(257,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',334),(258,'Professional Lice Comb<br>(Case of 12)','line_item',334),(259,'Free Standard Shipping','shipping',334),(276,'Preventive Kit<br>(Case of 6)','line_item',335),(277,'Urgent Care Kit<br>(Case of 6)','line_item',335),(278,'Active Rinse 8oz<br>(Case of 12)','line_item',335),(279,'Bulk Active Rise 100%','line_item',335),(280,'Bulk Active Rise 50/50','line_item',335),(281,'Bulk Detangling Spray 1 Gallon','line_item',335),(282,'Bulk Mousse 1 Gallon','line_item',335),(283,'Free Standard Shipping','shipping',335),(284,'Bulk Active Rise 100%','line_item',336),(285,'Active Rinse 8oz<br>(Case of 12)','line_item',336),(286,'Professional Lice Comb<br>(Case of 12)','line_item',336),(287,'Preventive Spray 8oz<br>(Case of 12)','line_item',336),(288,'Preventive Kit<br>(Case of 6)','line_item',336),(289,'Free Standard Shipping','shipping',336),(290,'Wet Comb','line_item',337),(291,'Bulk Active Rise 100%','line_item',337),(292,'Professional Lice Comb<br>(Case of 12)','line_item',337),(293,'Active Rinse 16oz<br>(Case of 16)','line_item',337),(294,'Active Rinse 8oz<br>(Case of 12)','line_item',337),(295,'Preventive Spray 8oz<br>(Case of 12)','line_item',337),(296,'Free Standard Shipping','shipping',337),(297,'Bulk Active Rise 100%','line_item',338),(298,'FedEx Ground','shipping',338),(299,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',339),(300,'Comb-Out Mousse<br>(Case of 12)','line_item',339),(301,'Active Rinse 8oz<br>(Case of 12)','line_item',339),(302,'Preventive Conditioner<br>(Case of 12)','line_item',339),(303,'Bulk Active Rise 100%','line_item',339),(304,'Disposable Capes','line_item',339),(305,'Bulk Detangling Spray 1 Gallon','line_item',339),(306,'Bulk Mousse 1 Gallon','line_item',339),(307,'Professional Lice Comb<br>(Case of 12)','line_item',339),(308,'FedEx Ground','shipping',339),(309,'Active Rinse 8oz<br>(Case of 12)','line_item',341),(310,'Active Rinse 16oz<br>(Case of 16)','line_item',341),(311,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',341),(312,'Professional Lice Comb<br>(Case of 12)','line_item',341),(313,'Free Standard Shipping','shipping',341),(314,'Preventive Spray 2oz<br>(Case of 24)','line_item',342),(315,'Bulk Mousse 1 Gallon','line_item',342),(316,'Bulk Active Rise 100%','line_item',342),(317,'FedEx Ground','shipping',342),(318,'Professional Lice Comb<br>(Case of 12)','line_item',343),(319,'Disney Wet Brush','line_item',343),(320,'The Wet Brush','line_item',343),(321,'Course Tail Comb','line_item',343),(322,'9\" Detangler Comb','line_item',343),(323,'Bulk Active Rise 100%','line_item',343),(324,'FedEx Ground','shipping',343),(327,'Bulk Mousse 1 Gallon','line_item',344),(328,'FedEx Ground','shipping',344),(329,'Active Rinse 16oz<br>(Case of 16)','line_item',345),(330,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',345),(331,'Bulk Active Rise 100%','line_item',345),(332,'Bulk Detangling Spray 1 Gallon','line_item',345),(333,'Bulk Mousse 1 Gallon','line_item',345),(334,'FedEx Ground','shipping',345),(335,'Bulk Active Rise 100%','line_item',346),(336,'Disposable Head Bands','line_item',346),(337,'6\" Wide Tooth Detangling Comb','line_item',346),(338,'FedEx Ground','shipping',346),(379,'Urgent Care Kit<br>(Case of 6)','line_item',350),(380,'Active Rinse 8oz<br>(Case of 12)','line_item',350),(381,'Active Rinse 16oz<br>(Case of 16)','line_item',350),(382,'Comb-Out Mousse<br>(Case of 12)','line_item',350),(383,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',350),(384,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',350),(385,'Bulk Active Rise 100%','line_item',350),(386,'Free Standard Shipping','shipping',350),(387,'Active Rinse 16oz<br>(Case of 16)','line_item',351),(388,'Active Rinse 8oz<br>(Case of 12)','line_item',351),(389,'Professional Lice Comb<br>(Case of 12)','line_item',351),(390,'Preventive Kit<br>(Case of 6)','line_item',351),(391,'Bulk Active Rise 100%','line_item',351),(392,'9\" Detangler Comb','line_item',351),(393,'FedEx Ground','shipping',351),(402,'Active Rinse 16oz<br>(Case of 16)','line_item',353),(403,'Active Rinse 8oz<br>(Case of 12)','line_item',353),(404,'Urgent Care Kit<br>(Case of 6)','line_item',353),(405,'Free Standard Shipping','shipping',353),(408,'Bulk Active Rise 100%','line_item',356),(409,'FedEx Ground','shipping',356),(410,'Active Rinse 8oz<br>(Case of 12)','line_item',357),(411,'Active Rinse 16oz<br>(Case of 16)','line_item',357),(412,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',357),(413,'Professional Lice Comb<br>(Case of 12)','line_item',357),(414,'Bulk Active Rise 100%','line_item',357),(415,'Bulk Detangling Spray 1 Gallon','line_item',357),(416,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',357),(417,'6\" Wide Tooth Detangling Comb','line_item',357),(418,'Free Standard Shipping','shipping',357),(419,'Bulk Active Rise 100%','line_item',358),(420,'FedEx Ground','shipping',358),(421,'Active Rinse 8oz<br>(Case of 12)','line_item',359),(422,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',359),(423,'Professional Lice Comb<br>(Case of 12)','line_item',359),(424,'Bulk Active Rise 100%','line_item',359),(425,'Bulk Detangling Spray 1 Gallon','line_item',359),(426,'Disposable Capes','line_item',359),(427,'9\" Detangler Comb','line_item',359),(428,'Course Tail Comb','line_item',359),(429,'Free Standard Shipping','shipping',359),(430,'Active Rinse 16oz<br>(Case of 16)','line_item',360),(431,'Preventive Spray 8oz<br>(Case of 12)','line_item',360),(432,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',360),(433,'Preventive Kit<br>(Case of 6)','line_item',360),(434,'Free Standard Shipping','shipping',360),(435,'Active Rinse 8oz<br>(Case of 12)','line_item',361),(436,'Professional Lice Comb<br>(Case of 12)','line_item',361),(437,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',361),(438,'The Wet Brush','line_item',361),(439,'FedEx Ground','shipping',361),(449,'Bulk Active Rise 100%','line_item',363),(450,'FedEx Ground','shipping',363),(451,'Active Rinse 8oz<br>(Case of 12)','line_item',364),(452,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',364),(453,'Bulk Active Rise 100%','line_item',364),(454,'Bulk Detangling Spray 1 Gallon','line_item',364),(455,'FedEx Ground','shipping',364),(456,'Professional Lice Comb<br>(Case of 12)','line_item',366),(457,'Active Rinse 8oz<br>(Case of 12)','line_item',366),(458,'Active Rinse 16oz<br>(Case of 16)','line_item',366),(459,'Preventive Spray 8oz<br>(Case of 12)','line_item',366),(460,'Bulk Mousse 1 Gallon','line_item',366),(461,'Urgent Care Kit<br>(Case of 6)','line_item',366),(462,'FedEx Ground','shipping',366),(463,'Active Rinse 8oz<br>(Case of 12)','line_item',367),(464,'Bulk Active Rise 100%','line_item',367),(465,'Bulk Detangling Spray 1 Gallon','line_item',367),(466,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',367),(467,'FedEx Ground','shipping',367),(468,'Professional Lice Comb<br>(Case of 12)','line_item',368),(469,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',368),(470,'FedEx Ground','shipping',368),(471,'Active Rinse 16oz<br>(Case of 16)','line_item',369),(472,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',369),(473,'Professional Lice Comb<br>(Case of 12)','line_item',369),(474,'Bulk Active Rise 100%','line_item',369),(475,'Bulk Detangling Spray 1 Gallon','line_item',369),(476,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',369),(477,'6\" Wide Tooth Detangling Comb','line_item',369),(478,'Active Rinse 8oz<br>(Case of 12)','line_item',369),(479,'Free Standard Shipping','shipping',369),(480,'Bulk Active Rise 100%','line_item',370),(481,'Disposable Head Bands','line_item',370),(482,'6\" Wide Tooth Detangling Comb','line_item',370),(483,'Large Butterfly Clips','line_item',370),(484,'FedEx Ground','shipping',370),(485,'The Wet Brush','line_item',371),(486,'Active Rinse 8oz<br>(Case of 12)','line_item',371),(487,'Bulk Active Rise 100%','line_item',371),(488,'Urgent Care Kit<br>(Case of 6)','line_item',371),(489,'FedEx Ground','shipping',371),(490,'Course Tail Comb','line_item',372),(491,'9\" Detangler Comb','line_item',372),(492,'Professional Lice Comb<br>(Case of 12)','line_item',372),(493,'Bulk Active Rise 100%','line_item',372),(494,'The Wet Brush','line_item',372),(495,'Disney Wet Brush','line_item',372),(496,'FedEx Ground','shipping',372),(497,'Active Rinse 16oz<br>(Case of 16)','line_item',373),(498,'Active Rinse 8oz<br>(Case of 12)','line_item',373),(499,'Free Standard Shipping','shipping',373),(500,'Professional Lice Comb<br>(Case of 12)','line_item',374),(501,'Bulk Active Rise 100%','line_item',374),(502,'Disposable Head Bands','line_item',374),(503,'FedEx Ground','shipping',374),(504,'Active Rinse 8oz<br>(Case of 12)','line_item',375),(505,'Professional Lice Comb<br>(Case of 12)','line_item',375),(506,'Preventive Spray 8oz<br>(Case of 12)','line_item',375),(507,'Bulk Active Rise 100%','line_item',375),(508,'Bulk Detangling Spray 1 Gallon','line_item',375),(509,'Disposable Capes','line_item',375),(510,'FedEx Ground','shipping',375),(511,'Bulk Active Rise 100%','line_item',376),(512,'Active Rinse 8oz<br>(Case of 12)','line_item',376),(513,'Active Rinse 16oz<br>(Case of 16)','line_item',376),(514,'Preventive Conditioner<br>(Case of 12)','line_item',376),(515,'Preventive Spray 8oz<br>(Case of 12)','line_item',376),(516,'Bulk Detangling Spray 1 Gallon','line_item',376),(517,'FedEx Ground','shipping',376),(518,'Active Rinse 16oz<br>(Case of 16)','line_item',377),(519,'Active Rinse 8oz<br>(Case of 12)','line_item',377),(520,'Professional Lice Comb<br>(Case of 12)','line_item',377),(521,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',377),(522,'Urgent Care Kit<br>(Case of 6)','line_item',377),(523,'Preventive Kit<br>(Case of 6)','line_item',377),(524,'Bulk Active Rise 100%','line_item',377),(525,'FedEx Ground','shipping',377),(526,'Professional Lice Comb<br>(Case of 12)','line_item',378),(527,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',378),(528,'Bulk Active Rise 100%','line_item',378),(529,'Active Rinse 8oz<br>(Case of 12)','line_item',378),(530,'FedEx Ground','shipping',378),(531,'Bulk Active Rise 100%','line_item',379),(532,'Bulk Detangling Spray 1 Gallon','line_item',379),(533,'FedEx Ground','shipping',379),(534,'FedEx Ground','shipping',381),(535,'Comb-Out Mousse<br>(Case of 12)','line_item',382),(536,'Preventive Conditioner<br>(Case of 12)','line_item',382),(537,'Bulk Active Rise 100%','line_item',382),(538,'FedEx Ground','shipping',382),(546,'Bulk Active Rise 100%','line_item',384),(547,'Bulk Mousse 1 Gallon','line_item',384),(548,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',384),(549,'Preventive Shampoo<br>(Case of 12)','line_item',384),(550,'Preventive Conditioner<br>(Case of 12)','line_item',384),(551,'Preventive Spray 8oz<br>(Case of 12)','line_item',384),(552,'Free Standard Shipping','shipping',384),(553,'Preventive Shampoo<br>(Case of 12)','line_item',385),(554,'Preventive Spray 2oz<br>(Case of 24)','line_item',385),(555,'Preventive Spray 8oz<br>(Case of 12)','line_item',385),(556,'Comb-Out Mousse<br>(Case of 12)','line_item',385),(557,'Bulk Active Rise 100%','line_item',385),(558,'Free Standard Shipping','shipping',385),(568,'Active Rinse 8oz<br>(Case of 12)','line_item',386),(569,'Active Rinse 16oz<br>(Case of 16)','line_item',386),(570,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',386),(571,'Professional Lice Comb<br>(Case of 12)','line_item',386),(572,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',386),(573,'Bulk Active Rise 100%','line_item',386),(574,'Bulk Detangling Spray 1 Gallon','line_item',386),(575,'Goomee 4 Pack','line_item',386),(576,'Free Standard Shipping','shipping',386),(577,'Bulk Active Rise 100%','line_item',387),(578,'FedEx Ground','shipping',387),(579,'Active Rinse 8oz<br>(Case of 12)','line_item',388),(580,'Bulk Active Rise 100%','line_item',388),(581,'FedEx Ground','shipping',388),(582,'Bulk Active Rise 100%','line_item',389),(583,'Bulk Detangling Spray 1 Gallon','line_item',389),(584,'Bulk Mousse 1 Gallon','line_item',389),(585,'Active Rinse 8oz<br>(Case of 12)','line_item',389),(586,'Preventive Spray 2oz<br>(Case of 24)','line_item',389),(587,'FedEx Ground','shipping',389),(588,'Active Rinse 8oz<br>(Case of 12)','line_item',390),(589,'Comb-Out Mousse<br>(Case of 12)','line_item',390),(590,'Preventive Spray 8oz<br>(Case of 12)','line_item',390),(591,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',390),(592,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',390),(593,'Free Standard Shipping','shipping',390),(594,'Urgent Care Kit<br>(Case of 6)','line_item',391),(595,'Active Rinse 8oz<br>(Case of 12)','line_item',391),(596,'Active Rinse 16oz<br>(Case of 16)','line_item',391),(597,'Bulk Active Rise 100%','line_item',391),(598,'Bulk Mousse 1 Gallon','line_item',391),(599,'Free Standard Shipping','shipping',391),(600,'Bulk Active Rise 100%','line_item',392),(601,'FedEx Ground','shipping',392),(602,'Bulk Detangling Spray 1 Gallon','line_item',393),(603,'Bulk Mousse 1 Gallon','line_item',393),(604,'Bulk Active Rise 100%','line_item',393),(605,'FedEx Ground','shipping',393),(606,'Bulk Active Rise 100%','line_item',394),(607,'FedEx Ground','shipping',394),(608,'Active Rinse 8oz<br>(Case of 12)','line_item',396),(609,'Active Rinse 16oz<br>(Case of 16)','line_item',396),(610,'Comb-Out Mousse<br>(Case of 12)','line_item',396),(611,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',396),(612,'Professional Lice Comb<br>(Case of 12)','line_item',396),(613,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',396),(614,'Urgent Care Kit<br>(Case of 6)','line_item',396),(615,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',396),(616,'Preventive Shampoo<br>(Case of 12)','line_item',396),(617,'Preventive Conditioner<br>(Case of 12)','line_item',396),(618,'Preventive Spray 2oz<br>(Case of 24)','line_item',396),(619,'Preventive Spray 8oz<br>(Case of 12)','line_item',396),(620,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',396),(621,'Preventive Kit<br>(Case of 6)','line_item',396),(622,'Bulk Active Rise 100%','line_item',396),(623,'Bulk Active Rise 50/50','line_item',396),(624,'Bulk Detangling Spray 1 Gallon','line_item',396),(625,'Bulk Mousse 1 Gallon','line_item',396),(626,'Free Standard Shipping','shipping',396),(627,'Bulk Active Rise 100%','line_item',397),(628,'Bulk Detangling Spray 1 Gallon','line_item',397),(629,'Bulk Mousse 1 Gallon','line_item',397),(630,'FedEx Ground','shipping',397),(631,'Bulk Active Rise 100%','line_item',398),(632,'FedEx Ground','shipping',398),(633,'Bulk Active Rise 100%','line_item',399),(634,'FedEx Ground','shipping',399),(635,'Bulk Active Rise 100%','line_item',401),(636,'Bulk Mousse 1 Gallon','line_item',401),(637,'FedEx Ground','shipping',401),(638,'Professional Lice Comb<br>(Case of 12)','line_item',402),(639,'Bulk Active Rise 100%','line_item',402),(640,'FedEx Ground','shipping',402),(643,'Professional Lice Comb<br>(Case of 12)','line_item',404),(644,'Bulk Active Rise 100%','line_item',404),(645,'Comb-Out Mousse<br>(Case of 12)','line_item',404),(646,'Active Rinse 8oz<br>(Case of 12)','line_item',404),(647,'Active Rinse 16oz<br>(Case of 16)','line_item',404),(648,'Bulk Mousse 1 Gallon','line_item',404),(649,'Preventive Spray 2oz<br>(Case of 24)','line_item',404),(650,'Free Standard Shipping','shipping',404),(651,'Bulk Active Rise 100%','line_item',405),(652,'FedEx Ground','shipping',405),(653,'Professional Lice Comb<br>(Case of 12)','line_item',406),(654,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',406),(655,'Active Rinse 16oz<br>(Case of 16)','line_item',406),(656,'Active Rinse 8oz<br>(Case of 12)','line_item',406),(657,'Bulk Mousse 1 Gallon','line_item',406),(658,'6\" Wide Tooth Detangling Comb','line_item',406),(659,'Bulk Active Rise 100%','line_item',406),(660,'Free Standard Shipping','shipping',406),(661,'Course Tail Comb','line_item',407),(662,'9\" Detangler Comb','line_item',407),(663,'Professional Lice Comb<br>(Case of 12)','line_item',407),(664,'Bulk Active Rise 100%','line_item',407),(665,'The Wet Brush','line_item',407),(666,'Disney Wet Brush','line_item',407),(667,'FedEx Ground','shipping',407),(668,'Bulk Active Rise 100%','line_item',408),(669,'FedEx Ground','shipping',408),(670,'Active Rinse 16oz<br>(Case of 16)','line_item',409),(671,'Professional Lice Comb<br>(Case of 12)','line_item',409),(672,'Bulk Active Rise 100%','line_item',409),(673,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',409),(674,'Preventive Spray 8oz<br>(Case of 12)','line_item',409),(675,'Active Rinse 8oz<br>(Case of 12)','line_item',409),(676,'Free Standard Shipping','shipping',409),(677,'Bulk Active Rise 100%','line_item',410),(678,'FedEx Ground','shipping',410),(679,'Wet Comb','line_item',411),(680,'Disney Wet Brush','line_item',411),(681,'FedEx Ground','shipping',411),(682,'Bulk Active Rise 100%','line_item',412),(683,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',412),(684,'Preventive Conditioner<br>(Case of 12)','line_item',412),(685,'Active Rinse 8oz<br>(Case of 12)','line_item',412),(686,'FedEx Ground','shipping',412),(687,'Professional Lice Comb<br>(Case of 12)','line_item',413),(688,'Bulk Active Rise 50/50','line_item',413),(689,'FedEx Ground','shipping',413),(699,'Bulk Active Rise 100%','line_item',418),(700,'Professional Lice Comb<br>(Case of 12)','line_item',418),(701,'Preventive Spray 8oz<br>(Case of 12)','line_item',418),(702,'Preventive Spray 2oz<br>(Case of 24)','line_item',418),(703,'Active Rinse 8oz<br>(Case of 12)','line_item',418),(704,'Free Standard Shipping','shipping',418),(705,'Urgent Care Kit<br>(Case of 6)','line_item',419),(706,'Active Rinse 8oz<br>(Case of 12)','line_item',419),(707,'Active Rinse 16oz<br>(Case of 16)','line_item',419),(708,'Bulk Active Rise 100%','line_item',419),(709,'Bulk Mousse 1 Gallon','line_item',419),(710,'Professional Lice Comb<br>(Case of 12)','line_item',419),(711,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',419),(712,'Comb-Out Mousse<br>(Case of 12)','line_item',419),(713,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',419),(714,'Bulk Detangling Spray 1 Gallon','line_item',419),(715,'Free Standard Shipping','shipping',419),(716,'Bulk Active Rise 100%','line_item',420),(717,'Comb-Out Mousse<br>(Case of 12)','line_item',420),(718,'Active Rinse 8oz<br>(Case of 12)','line_item',420),(719,'Bulk Mousse 1 Gallon','line_item',420),(720,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',420),(721,'Urgent Care Kit<br>(Case of 6)','line_item',420),(722,'Preventive Spray 8oz<br>(Case of 12)','line_item',420),(723,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',420),(724,'Preventive Kit<br>(Case of 6)','line_item',420),(725,'Free Standard Shipping','shipping',420),(726,'Professional Lice Comb<br>(Case of 12)','line_item',421),(727,'Preventive Spray 8oz<br>(Case of 12)','line_item',421),(728,'Bulk Active Rise 100%','line_item',421),(729,'FedEx Ground','shipping',421),(736,'Active Rinse 16oz<br>(Case of 16)','line_item',423),(737,'Active Rinse 8oz<br>(Case of 12)','line_item',423),(738,'Professional Lice Comb<br>(Case of 12)','line_item',423),(739,'Preventive Spray 8oz<br>(Case of 12)','line_item',423),(740,'Bulk Active Rise 100%','line_item',423),(741,'Free Standard Shipping','shipping',423),(742,'Preventive Spray 8oz<br>(Case of 12)','line_item',424),(743,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',424),(744,'Preventive Kit<br>(Case of 6)','line_item',424),(745,'Urgent Care Kit<br>(Case of 6)','line_item',424),(746,'Bulk Mousse 1 Gallon','line_item',424),(747,'Bulk Active Rise 100%','line_item',424),(748,'Professional Lice Comb<br>(Case of 12)','line_item',424),(749,'Free Standard Shipping','shipping',424),(750,'Bulk Active Rise 100%','line_item',425),(751,'FedEx Ground','shipping',425),(752,'Wet Comb','line_item',426),(753,'Disney Wet Brush','line_item',426),(754,'Goomee 4 Pack','line_item',426),(755,'FedEx Ground','shipping',426),(756,'Bulk Mousse 1 Gallon','line_item',427),(757,'Bulk Active Rise 100%','line_item',427),(758,'FedEx Ground','shipping',427),(759,'Bulk Active Rise 100%','line_item',428),(760,'Bulk Detangling Spray 1 Gallon','line_item',428),(761,'Bulk Mousse 1 Gallon','line_item',428),(762,'Wet Comb','line_item',428),(763,'FedEx Ground','shipping',428),(764,'6\" Wide Tooth Detangling Comb','line_item',429),(765,'Bulk Mousse 1 Gallon','line_item',429),(766,'FedEx Ground','shipping',429),(767,'Bulk Active Rise 100%','line_item',430),(768,'Professional Lice Comb<br>(Case of 12)','line_item',430),(769,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',430),(770,'FedEx Ground','shipping',430),(771,'Bulk Active Rise 100%','line_item',431),(772,'FedEx Ground','shipping',431),(773,'Active Rinse 8oz<br>(Case of 12)','line_item',433),(774,'Preventive Spray 8oz<br>(Case of 12)','line_item',433),(775,'Preventive Kit<br>(Case of 6)','line_item',433),(776,'Bulk Mousse 1 Gallon','line_item',433),(777,'Bulk Active Rise 100%','line_item',433),(778,'Professional Lice Comb<br>(Case of 12)','line_item',433),(779,'9\" Detangler Comb','line_item',433),(780,'Free Standard Shipping','shipping',433),(781,'Active Rinse 8oz<br>(Case of 12)','line_item',434),(782,'Active Rinse 16oz<br>(Case of 16)','line_item',434),(783,'Professional Lice Comb<br>(Case of 12)','line_item',434),(784,'Bulk Active Rise 100%','line_item',434),(785,'Free Standard Shipping','shipping',434),(786,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',435),(787,'Professional Lice Comb<br>(Case of 12)','line_item',435),(788,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',435),(789,'Disposable Head Bands','line_item',435),(790,'Wet Comb','line_item',435),(791,'Active Rinse 8oz<br>(Case of 12)','line_item',435),(792,'Free Standard Shipping','shipping',435),(797,'Comb-Out Mousse<br>(Case of 12)','line_item',437),(798,'Active Rinse 8oz<br>(Case of 12)','line_item',437),(799,'Bulk Mousse 1 Gallon','line_item',437),(800,'Disposable Capes','line_item',437),(801,'FedEx Ground','shipping',437),(802,'Professional Lice Comb<br>(Case of 12)','line_item',438),(803,'Bulk Active Rise 100%','line_item',438),(804,'Active Rinse 16oz<br>(Case of 16)','line_item',438),(805,'FedEx Ground','shipping',438),(806,'Preventive Shampoo<br>(Case of 12)','line_item',439),(807,'Preventive Spray 2oz<br>(Case of 24)','line_item',439),(808,'Preventive Spray 8oz<br>(Case of 12)','line_item',439),(809,'Comb-Out Mousse<br>(Case of 12)','line_item',439),(810,'Bulk Active Rise 100%','line_item',439),(811,'Preventive Conditioner<br>(Case of 12)','line_item',439),(812,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',439),(813,'Free Standard Shipping','shipping',439),(814,'Preventive Shampoo<br>(Case of 12)','line_item',440),(815,'Preventive Conditioner<br>(Case of 12)','line_item',440),(816,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',440),(817,'Preventive Spray 8oz<br>(Case of 12)','line_item',440),(818,'Preventive Spray 2oz<br>(Case of 24)','line_item',440),(819,'Bulk Mousse 1 Gallon','line_item',440),(820,'Bulk Detangling Spray 1 Gallon','line_item',440),(821,'Bulk Active Rise 100%','line_item',440),(822,'Comb-Out Mousse<br>(Case of 12)','line_item',440),(823,'Free Standard Shipping','shipping',440),(824,'Bulk Active Rise 100%','line_item',441),(825,'FedEx Ground','shipping',441),(833,'Active Rinse 16oz<br>(Case of 16)','line_item',443),(834,'Active Rinse 8oz<br>(Case of 12)','line_item',443),(835,'FedEx Ground','shipping',443),(836,'Bulk Active Rise 100%','line_item',444),(837,'Professional Lice Comb<br>(Case of 12)','line_item',444),(838,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',444),(839,'The Wet Brush','line_item',444),(840,'Goomee 4 Pack','line_item',444),(841,'Wet Comb','line_item',444),(842,'FedEx Ground','shipping',444),(843,'Active Rinse 16oz<br>(Case of 16)','line_item',445),(844,'Active Rinse 8oz<br>(Case of 12)','line_item',445),(845,'Professional Lice Comb<br>(Case of 12)','line_item',445),(846,'FedEx Ground','shipping',445),(847,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',446),(848,'Preventive Shampoo<br>(Case of 12)','line_item',446),(849,'Professional Lice Comb<br>(Case of 12)','line_item',446),(850,'FedEx Ground','shipping',446),(851,'Professional Lice Comb<br>(Case of 12)','line_item',447),(852,'Bulk Active Rise 100%','line_item',447),(853,'Bulk Detangling Spray 1 Gallon','line_item',447),(854,'Preventive Spray 8oz<br>(Case of 12)','line_item',447),(855,'FedEx Ground','shipping',447),(856,'Bulk Active Rise 100%','line_item',448),(857,'Active Rinse 8oz<br>(Case of 12)','line_item',448),(858,'Active Rinse 16oz<br>(Case of 16)','line_item',448),(859,'Professional Lice Comb<br>(Case of 12)','line_item',448),(860,'Preventive Spray 8oz<br>(Case of 12)','line_item',448),(861,'Preventive Shampoo<br>(Case of 12)','line_item',448),(862,'Bulk Mousse 1 Gallon','line_item',448),(863,'Free Standard Shipping','shipping',448),(864,'Professional Lice Comb<br>(Case of 12)','line_item',449),(865,'Preventive Kit<br>(Case of 6)','line_item',449),(866,'Bulk Active Rise 100%','line_item',449),(867,'Preventive Spray 8oz<br>(Case of 12)','line_item',449),(868,'The Wet Brush','line_item',449),(869,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',449),(870,'FedEx Ground','shipping',449),(871,'Active Rinse 8oz<br>(Case of 12)','line_item',450),(872,'Active Rinse 16oz<br>(Case of 16)','line_item',450),(873,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',450),(874,'Preventive Spray 8oz<br>(Case of 12)','line_item',450),(875,'Professional Lice Comb<br>(Case of 12)','line_item',450),(876,'Free Standard Shipping','shipping',450),(877,'Active Rinse 8oz<br>(Case of 12)','line_item',451),(878,'Preventive Spray 8oz<br>(Case of 12)','line_item',451),(879,'FedEx Ground','shipping',451),(880,'Active Rinse 16oz<br>(Case of 16)','line_item',452),(881,'Preventive Spray 2oz<br>(Case of 24)','line_item',452),(882,'Preventive Spray 8oz<br>(Case of 12)','line_item',452),(883,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',452),(884,'Free Standard Shipping','shipping',452),(890,'Active Rinse 8oz<br>(Case of 12)','line_item',454),(891,'Active Rinse 16oz<br>(Case of 16)','line_item',454),(892,'Professional Lice Comb<br>(Case of 12)','line_item',454),(893,'Preventive Spray 8oz<br>(Case of 12)','line_item',454),(894,'Free Standard Shipping','shipping',454),(895,'Active Rinse 8oz<br>(Case of 12)','line_item',457),(896,'Preventive Spray 8oz<br>(Case of 12)','line_item',457),(897,'Bulk Active Rise 100%','line_item',457),(898,'Bulk Mousse 1 Gallon','line_item',457),(899,'Bulk Detangling Spray 1 Gallon','line_item',457),(900,'FedEx Ground','shipping',457),(901,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',458),(902,'Professional Lice Comb<br>(Case of 12)','line_item',458),(903,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',458),(904,'FedEx Ground','shipping',458),(907,'Bulk Mousse 1 Gallon','line_item',459),(908,'FedEx Ground','shipping',459),(909,'Bulk Active Rise 100%','line_item',460),(910,'FedEx Ground','shipping',460),(911,'Active Rinse 8oz<br>(Case of 12)','line_item',461),(912,'Professional Lice Comb<br>(Case of 12)','line_item',461),(913,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',461),(914,'FedEx Ground','shipping',461),(915,'The Wet Brush','line_item',462),(916,'Active Rinse 8oz<br>(Case of 12)','line_item',462),(917,'Bulk Active Rise 100%','line_item',462),(918,'Urgent Care Kit<br>(Case of 6)','line_item',462),(919,'FedEx Ground','shipping',462),(920,'Active Rinse 16oz<br>(Case of 16)','line_item',463),(921,'Active Rinse 8oz<br>(Case of 12)','line_item',463),(922,'Professional Lice Comb<br>(Case of 12)','line_item',463),(923,'Bulk Active Rise 100%','line_item',463),(924,'Large Butterfly Clips','line_item',463),(925,'FedEx Ground','shipping',463),(926,'Professional Lice Comb<br>(Case of 12)','line_item',464),(927,'FedEx Ground','shipping',464),(928,'Course Tail Comb','line_item',465),(929,'9\" Detangler Comb','line_item',465),(930,'Professional Lice Comb<br>(Case of 12)','line_item',465),(931,'Bulk Active Rise 100%','line_item',465),(932,'Disney Wet Brush','line_item',465),(933,'FedEx Ground','shipping',465),(940,'Active Rinse 8oz<br>(Case of 12)','line_item',466),(941,'Preventive Spray 8oz<br>(Case of 12)','line_item',466),(942,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',466),(943,'Bulk Active Rise 100%','line_item',466),(944,'Urgent Care Kit<br>(Case of 6)','line_item',466),(945,'FedEx Ground','shipping',466),(946,'Professional Lice Comb<br>(Case of 12)','line_item',467),(947,'Bulk Active Rise 50/50','line_item',467),(948,'Bulk Detangling Spray 1 Gallon','line_item',467),(949,'Bulk Mousse 1 Gallon','line_item',467),(950,'FedEx Ground','shipping',467),(951,'Professional Lice Comb<br>(Case of 12)','line_item',469),(952,'Active Rinse 16oz<br>(Case of 16)','line_item',469),(953,'Active Rinse 8oz<br>(Case of 12)','line_item',469),(954,'Bulk Active Rise 100%','line_item',469),(955,'Free Standard Shipping','shipping',469),(956,'Professional Lice Comb<br>(Case of 12)','line_item',470),(957,'Bulk Active Rise 100%','line_item',470),(958,'FedEx Ground','shipping',470),(959,'Bulk Active Rise 100%','line_item',471),(960,'FedEx Ground','shipping',471),(961,'Professional Lice Comb<br>(Case of 12)','line_item',472),(962,'FedEx Ground','shipping',472),(965,'Bulk Active Rise 100%','line_item',473),(966,'FedEx Ground','shipping',473),(967,'Bulk Active Rise 100%','line_item',474),(968,'Bulk Detangling Spray 1 Gallon','line_item',474),(969,'FedEx Ground','shipping',474),(978,'Active Rinse 8oz<br>(Case of 12)','line_item',475),(979,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',475),(980,'Urgent Care Kit<br>(Case of 6)','line_item',475),(981,'Preventive Kit<br>(Case of 6)','line_item',475),(982,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',475),(983,'Professional Lice Comb<br>(Case of 12)','line_item',475),(984,'Preventive Shampoo<br>(Case of 12)','line_item',475),(985,'Free Standard Shipping','shipping',475),(986,'Bulk Active Rise 100%','line_item',476),(987,'Goomee 4 Pack','line_item',476),(988,'Course Tail Comb','line_item',476),(989,'FedEx Ground','shipping',476),(990,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',477),(991,'Professional Lice Comb<br>(Case of 12)','line_item',477),(992,'Preventive Kit<br>(Case of 6)','line_item',477),(993,'FedEx Ground','shipping',477),(994,'Active Rinse 8oz<br>(Case of 12)','line_item',478),(995,'Active Rinse 16oz<br>(Case of 16)','line_item',478),(996,'Bulk Detangling Spray 1 Gallon','line_item',478),(997,'Bulk Active Rise 100%','line_item',478),(998,'FedEx Ground','shipping',478),(999,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',479),(1000,'FedEx Ground','shipping',479),(1011,'Bulk Active Rise 100%','line_item',482),(1012,'Preventive Shampoo<br>(Case of 12)','line_item',482),(1013,'Preventive Conditioner<br>(Case of 12)','line_item',482),(1014,'FedEx Ground','shipping',482),(1017,'Active Rinse 8oz<br>(Case of 12)','line_item',484),(1018,'Active Rinse 16oz<br>(Case of 16)','line_item',484),(1019,'Professional Lice Comb<br>(Case of 12)','line_item',484),(1020,'Urgent Care Kit<br>(Case of 6)','line_item',484),(1021,'Preventive Shampoo<br>(Case of 12)','line_item',484),(1022,'Preventive Conditioner<br>(Case of 12)','line_item',484),(1023,'Preventive Spray 8oz<br>(Case of 12)','line_item',484),(1024,'Preventive Kit<br>(Case of 6)','line_item',484),(1025,'Bulk Active Rise 100%','line_item',484),(1026,'Comb-Out Mousse<br>(Case of 12)','line_item',484),(1027,'Free Standard Shipping','shipping',484),(1028,'Bulk Active Rise 50/50','line_item',485),(1029,'FedEx Ground','shipping',485),(1032,'Bulk Active Rise 100%','line_item',491),(1033,'FedEx Ground','shipping',491),(1034,'Preventive Kit<br>(Case of 6)','line_item',492),(1035,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',492),(1036,'Course Tail Comb','line_item',492),(1037,'Professional Lice Comb<br>(Case of 12)','line_item',492),(1038,'FedEx Ground','shipping',492),(1039,'Active Rinse 8oz<br>(Case of 12)','line_item',493),(1040,'Active Rinse 16oz<br>(Case of 16)','line_item',493),(1041,'Professional Lice Comb<br>(Case of 12)','line_item',493),(1042,'Preventive Spray 8oz<br>(Case of 12)','line_item',493),(1043,'Free Standard Shipping','shipping',493),(1044,'Active Rinse 8oz<br>(Case of 12)','line_item',494),(1045,'Active Rinse 16oz<br>(Case of 16)','line_item',494),(1046,'Preventive Kit<br>(Case of 6)','line_item',494),(1047,'Professional Lice Comb<br>(Case of 12)','line_item',494),(1048,'Bulk Active Rise 100%','line_item',494),(1049,'Bulk Active Rise 50/50','line_item',494),(1050,'Free Standard Shipping','shipping',494),(1051,'Professional Lice Comb<br>(Case of 12)','line_item',495),(1052,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',495),(1053,'Disposable Head Bands','line_item',495),(1054,'FedEx Ground','shipping',495),(1055,'Bulk Active Rise 100%','line_item',496),(1056,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',496),(1057,'Preventive Spray 2oz<br>(Case of 24)','line_item',496),(1058,'Bulk Detangling Spray 1 Gallon','line_item',496),(1059,'Bulk Mousse 1 Gallon','line_item',496),(1060,'FedEx Ground','shipping',496),(1061,'Active Rinse 16oz<br>(Case of 16)','line_item',497),(1062,'Active Rinse 8oz<br>(Case of 12)','line_item',497),(1063,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',497),(1064,'Preventive Spray 8oz<br>(Case of 12)','line_item',497),(1065,'Bulk Active Rise 100%','line_item',497),(1066,'Bulk Mousse 1 Gallon','line_item',497),(1067,'Disposable Capes','line_item',497),(1068,'Free Standard Shipping','shipping',497),(1069,'Active Rinse 8oz<br>(Case of 12)','line_item',498),(1070,'Urgent Care Kit<br>(Case of 6)','line_item',498),(1071,'Bulk Active Rise 100%','line_item',498),(1072,'Bulk Detangling Spray 1 Gallon','line_item',498),(1073,'Bulk Mousse 1 Gallon','line_item',498),(1074,'Goomee 4 Pack','line_item',498),(1075,'6\" Wide Tooth Detangling Comb','line_item',498),(1076,'The Wet Brush','line_item',498),(1077,'FedEx Ground','shipping',498),(1078,'Active Rinse 8oz<br>(Case of 12)','line_item',499),(1079,'Preventive Shampoo<br>(Case of 12)','line_item',499),(1080,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',499),(1081,'Preventive Kit<br>(Case of 6)','line_item',499),(1082,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',499),(1083,'Free Standard Shipping','shipping',499),(1084,'Active Rinse 16oz<br>(Case of 16)','line_item',500),(1085,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',500),(1086,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',500),(1087,'Professional Lice Comb<br>(Case of 12)','line_item',500),(1088,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',500),(1089,'Bulk Active Rise 100%','line_item',500),(1090,'Free Standard Shipping','shipping',500),(1091,'Active Rinse 16oz<br>(Case of 16)','line_item',501),(1092,'Preventive Kit<br>(Case of 6)','line_item',501),(1093,'Professional Lice Comb<br>(Case of 12)','line_item',501),(1094,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',501),(1095,'Bulk Mousse 1 Gallon','line_item',501),(1096,'Bulk Detangling Spray 1 Gallon','line_item',501),(1097,'Bulk Active Rise 100%','line_item',501),(1098,'Free Standard Shipping','shipping',501),(1099,'Bulk Active Rise 100%','line_item',504),(1100,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',504),(1101,'Bulk Mousse 1 Gallon','line_item',504),(1102,'Bulk Detangling Spray 1 Gallon','line_item',504),(1103,'Disney Wet Brush','line_item',504),(1104,'FedEx Ground','shipping',504),(1105,'Active Rinse 16oz<br>(Case of 16)','line_item',505),(1106,'Professional Lice Comb<br>(Case of 12)','line_item',505),(1107,'Preventive Spray 8oz<br>(Case of 12)','line_item',505),(1108,'Bulk Active Rise 100%','line_item',505),(1109,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',505),(1110,'Preventive Shampoo<br>(Case of 12)','line_item',505),(1111,'Preventive Conditioner<br>(Case of 12)','line_item',505),(1112,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',505),(1113,'Free Standard Shipping','shipping',505),(1114,'Active Rinse 8oz<br>(Case of 12)','line_item',506),(1115,'Active Rinse 16oz<br>(Case of 16)','line_item',506),(1116,'Professional Lice Comb<br>(Case of 12)','line_item',506),(1117,'Preventive Spray 8oz<br>(Case of 12)','line_item',506),(1118,'Preventive Spray 2oz<br>(Case of 24)','line_item',506),(1119,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',506),(1120,'Free Standard Shipping','shipping',506),(1121,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',507),(1122,'Professional Lice Comb<br>(Case of 12)','line_item',507),(1123,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',507),(1124,'Disposable Head Bands','line_item',507),(1125,'Active Rinse 8oz<br>(Case of 12)','line_item',507),(1126,'Preventive Kit<br>(Case of 6)','line_item',507),(1127,'Bulk Active Rise 100%','line_item',507),(1128,'Free Standard Shipping','shipping',507),(1129,'Active Rinse 16oz<br>(Case of 16)','line_item',508),(1130,'Active Rinse 8oz<br>(Case of 12)','line_item',508),(1131,'Professional Lice Comb<br>(Case of 12)','line_item',508),(1132,'Bulk Active Rise 100%','line_item',508),(1133,'Large Butterfly Clips','line_item',508),(1134,'Preventive Spray 8oz<br>(Case of 12)','line_item',508),(1135,'FedEx Ground','shipping',508),(1141,'Bulk Active Rise 100%','line_item',509),(1142,'Preventive Conditioner<br>(Case of 12)','line_item',509),(1143,'Active Rinse 8oz<br>(Case of 12)','line_item',509),(1144,'Preventive Shampoo<br>(Case of 12)','line_item',509),(1145,'FedEx Ground','shipping',509),(1146,'Active Rinse 8oz<br>(Case of 12)','line_item',510),(1147,'Active Rinse 16oz<br>(Case of 16)','line_item',510),(1148,'Comb-Out Mousse<br>(Case of 12)','line_item',510),(1149,'Professional Lice Comb<br>(Case of 12)','line_item',510),(1150,'Urgent Care Kit<br>(Case of 6)','line_item',510),(1151,'Preventive Spray 8oz<br>(Case of 12)','line_item',510),(1152,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',510),(1153,'Free Standard Shipping','shipping',510),(1154,'Professional Lice Comb<br>(Case of 12)','line_item',511),(1155,'Preventive Kit<br>(Case of 6)','line_item',511),(1156,'Urgent Care Kit<br>(Case of 6)','line_item',511),(1157,'Free Standard Shipping','shipping',511),(1158,'Professional Lice Comb<br>(Case of 12)','line_item',516),(1159,'Bulk Active Rise 50/50','line_item',516),(1160,'Bulk Mousse 1 Gallon','line_item',516),(1161,'FedEx Ground','shipping',516),(1162,'Professional Lice Comb<br>(Case of 12)','line_item',517),(1163,'Preventive Spray 8oz<br>(Case of 12)','line_item',517),(1164,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',517),(1165,'Preventive Kit<br>(Case of 6)','line_item',517),(1166,'Preventive Shampoo<br>(Case of 12)','line_item',517),(1167,'The Wet Brush Squirt','line_item',517),(1168,'Disney Wet Brush','line_item',517),(1169,'Free Standard Shipping','shipping',517),(1170,'Bulk Active Rise 100%','line_item',518),(1171,'Preventive Shampoo<br>(Case of 12)','line_item',518),(1172,'Preventive Conditioner<br>(Case of 12)','line_item',518),(1173,'Comb-Out Mousse<br>(Case of 12)','line_item',518),(1174,'Preventive Spray 8oz<br>(Case of 12)','line_item',518),(1175,'Free Standard Shipping','shipping',518),(1176,'Preventive Shampoo<br>(Case of 12)','line_item',519),(1177,'Preventive Conditioner<br>(Case of 12)','line_item',519),(1178,'Preventive Spray 8oz<br>(Case of 12)','line_item',519),(1179,'Bulk Active Rise 100%','line_item',519),(1180,'Free Standard Shipping','shipping',519),(1181,'Preventive Spray 8oz<br>(Case of 12)','line_item',520),(1182,'Comb-Out Mousse<br>(Case of 12)','line_item',520),(1183,'Preventive Conditioner<br>(Case of 12)','line_item',520),(1184,'Preventive Shampoo<br>(Case of 12)','line_item',520),(1185,'Bulk Active Rise 100%','line_item',520),(1186,'Free Standard Shipping','shipping',520),(1187,'Bulk Active Rise 100%','line_item',521),(1188,'FedEx Ground','shipping',521),(1196,'Bulk Active Rise 100%','line_item',523),(1197,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',523),(1198,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',523),(1199,'Free Standard Shipping','shipping',523),(1200,'Comb-Out Mousse<br>(Case of 12)','line_item',524),(1201,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',524),(1202,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',524),(1203,'Bulk Active Rise 100%','line_item',524),(1204,'Disposable Capes','line_item',524),(1205,'FedEx Ground','shipping',524),(1206,'Active Rinse 8oz<br>(Case of 12)','line_item',525),(1207,'Active Rinse 16oz<br>(Case of 16)','line_item',525),(1208,'Preventive Shampoo<br>(Case of 12)','line_item',525),(1209,'Preventive Spray 8oz<br>(Case of 12)','line_item',525),(1210,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',525),(1211,'Bulk Active Rise 100%','line_item',525),(1212,'Free Standard Shipping','shipping',525),(1213,'Bulk Active Rise 100%','line_item',526),(1214,'Comb-Out Mousse<br>(Case of 12)','line_item',526),(1215,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',526),(1216,'Professional Lice Comb<br>(Case of 12)','line_item',526),(1217,'Free Standard Shipping','shipping',526),(1218,'Active Rinse 8oz<br>(Case of 12)','line_item',527),(1219,'Professional Lice Comb<br>(Case of 12)','line_item',527),(1220,'Bulk Active Rise 100%','line_item',527),(1221,'FedEx Ground','shipping',527),(1222,'Active Rinse 8oz<br>(Case of 12)','line_item',528),(1223,'Active Rinse 16oz<br>(Case of 16)','line_item',528),(1224,'Professional Lice Comb<br>(Case of 12)','line_item',528),(1225,'Bulk Active Rise 100%','line_item',528),(1226,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',528),(1227,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',528),(1228,'Bulk Active Rise 50/50','line_item',528),(1229,'Bulk Detangling Spray 1 Gallon','line_item',528),(1230,'Free Standard Shipping','shipping',528),(1239,'Active Rinse 8oz<br>(Case of 12)','line_item',530),(1240,'Active Rinse 16oz<br>(Case of 16)','line_item',530),(1241,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',530),(1242,'Professional Lice Comb<br>(Case of 12)','line_item',530),(1243,'Bulk Active Rise 100%','line_item',530),(1244,'Bulk Detangling Spray 1 Gallon','line_item',530),(1245,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',530),(1246,'FedEx Ground','shipping',530),(1247,'Bulk Mousse 1 Gallon','line_item',532),(1248,'Bulk Detangling Spray 1 Gallon','line_item',532),(1249,'Bulk Active Rise 100%','line_item',532),(1250,'FedEx Ground','shipping',532),(1251,'Active Rinse 8oz<br>(Case of 12)','line_item',538),(1252,'Active Rinse 16oz<br>(Case of 16)','line_item',538),(1253,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',538),(1254,'Professional Lice Comb<br>(Case of 12)','line_item',538),(1255,'Preventive Spray 8oz<br>(Case of 12)','line_item',538),(1256,'Bulk Active Rise 100%','line_item',538),(1257,'Comb-Out Mousse<br>(Case of 12)','line_item',538),(1258,'Free Standard Shipping','shipping',538),(1259,'Comb-Out Mousse<br>(Case of 12)','line_item',539),(1260,'Active Rinse 16oz<br>(Case of 16)','line_item',539),(1261,'Professional Lice Comb<br>(Case of 12)','line_item',539),(1262,'Urgent Care Kit<br>(Case of 6)','line_item',539),(1263,'Preventive Spray 2oz<br>(Case of 24)','line_item',539),(1264,'Preventive Spray 8oz<br>(Case of 12)','line_item',539),(1265,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',539),(1266,'Bulk Active Rise 100% RM','line_item',539),(1267,'Bulk Mousse 1 Gallon RM','line_item',539),(1268,'Preventive Kit<br>(Case of 6)','line_item',539),(1269,'Preventive Conditioner<br>(Case of 12)','line_item',539),(1270,'Free Standard Shipping','shipping',539),(1271,'Bulk Active Rise 50/50','line_item',540),(1272,'Preventive Spray 2oz<br>(Case of 24)','line_item',540),(1273,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',540),(1274,'FedEx Ground','shipping',540),(1275,'Bulk Active Rise 100%','line_item',541),(1276,'Disposable Head Bands','line_item',541),(1277,'Goomee 4 Pack','line_item',541),(1278,'FedEx Ground','shipping',541),(1279,'Professional Lice Comb<br>(Case of 12)','line_item',542),(1280,'Preventive Spray 8oz<br>(Case of 12)','line_item',542),(1281,'Bulk Active Rise 100%','line_item',542),(1282,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',542),(1283,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',542),(1284,'Active Rinse 8oz<br>(Case of 12)','line_item',542),(1285,'Free Standard Shipping','shipping',542),(1286,'Professional Lice Comb<br>(Case of 12)','line_item',543),(1287,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',543),(1288,'FedEx Ground','shipping',543),(1289,'The Wet Brush','line_item',544),(1290,'Goomee 4 Pack','line_item',544),(1291,'FedEx Ground','shipping',544),(1292,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',545),(1293,'Bulk Detangling Spray 1 Gallon RM','line_item',545),(1294,'FedEx Ground','shipping',545),(1295,'Bulk Detangling Spray 1 Gallon RM','line_item',546),(1296,'FedEx Ground','shipping',546),(1297,'Professional Lice Comb<br>(Case of 12)','line_item',547),(1298,'Preventive Spray 8oz<br>(Case of 12)','line_item',547),(1299,'Disney Wet Brush','line_item',547),(1300,'Bulk Active Rise 100%','line_item',547),(1301,'Active Rinse 8oz<br>(Case of 12)','line_item',547),(1302,'Urgent Care Kit<br>(Case of 6)','line_item',547),(1303,'FedEx Ground','shipping',547),(1304,'Bulk Active Rise 100%','line_item',549),(1305,'Bulk Mousse 1 Gallon','line_item',549),(1306,'FedEx Ground','shipping',549),(1307,'Active Rinse 8oz<br>(Case of 12)','line_item',550),(1308,'Preventive Spray 8oz<br>(Case of 12)','line_item',550),(1309,'Active Rinse 16oz<br>(Case of 16)','line_item',550),(1310,'Professional Lice Comb<br>(Case of 12)','line_item',550),(1311,'Preventive Shampoo<br>(Case of 12)','line_item',550),(1312,'Preventive Conditioner<br>(Case of 12)','line_item',550),(1313,'Bulk Active Rise 100% RM','line_item',550),(1314,'FedEx Ground','shipping',550),(1315,'Bulk Active Rise 100%','line_item',551),(1316,'Bulk Active Rise 50/50','line_item',551),(1317,'FedEx Ground','shipping',551),(1318,'Bulk Active Rise 100%','line_item',552),(1319,'FedEx Ground','shipping',552),(1320,'Bulk Active Rise 100%','line_item',553),(1321,'FedEx Ground','shipping',553),(1322,'Bulk Active Rise 100%','line_item',554),(1323,'FedEx Ground','shipping',554),(1324,'Bulk Active Rise 100%','line_item',555),(1325,'FedEx Ground','shipping',555),(1338,'Professional Lice Comb<br>(Case of 12)','line_item',557),(1339,'FedEx Ground','shipping',557),(1342,'Professional Lice Comb<br>(Case of 12)','line_item',559),(1343,'FedEx Ground','shipping',559),(1344,'Bulk Detangling Spray 1 Gallon','line_item',560),(1345,'Bulk Active Rise 100%','line_item',560),(1346,'Bulk Mousse 1 Gallon','line_item',560),(1347,'FedEx Ground','shipping',560),(1348,'Professional Lice Comb<br>(Case of 12)','line_item',561),(1349,'Active Rinse 8oz<br>(Case of 12)','line_item',561),(1350,'FedEx Ground','shipping',561),(1351,'Bulk Mousse 1 Gallon','line_item',562),(1352,'Bulk Detangling Spray 1 Gallon','line_item',562),(1353,'FedEx Ground','shipping',562),(1354,'Bulk Active Rise 100%','line_item',563),(1355,'Preventive Spray 2oz<br>(Case of 24)','line_item',563),(1356,'Bulk Detangling Spray 1 Gallon','line_item',563),(1357,'Bulk Mousse 1 Gallon','line_item',563),(1358,'Active Rinse 8oz<br>(Case of 12)','line_item',563),(1359,'Comb-Out Mousse<br>(Case of 12)','line_item',563),(1360,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',563),(1361,'Professional Lice Comb<br>(Case of 12)','line_item',563),(1362,'Urgent Care Kit<br>(Case of 6)','line_item',563),(1363,'Preventive Shampoo<br>(Case of 12)','line_item',563),(1364,'Preventive Conditioner<br>(Case of 12)','line_item',563),(1365,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',563),(1366,'Preventive Kit<br>(Case of 6)','line_item',563),(1367,'FedEx Ground','shipping',563),(1368,'Bulk Active Rise 100%','line_item',564),(1369,'Preventive Spray 2oz<br>(Case of 24)','line_item',564),(1370,'FedEx Ground','shipping',564),(1371,'Preventive Shampoo<br>(Case of 12)','line_item',565),(1372,'Active Rinse 8oz<br>(Case of 12)','line_item',565),(1373,'Professional Lice Comb<br>(Case of 12)','line_item',565),(1374,'Preventive Spray 8oz<br>(Case of 12)','line_item',565),(1375,'FedEx Ground','shipping',565),(1376,'Active Rinse 16oz<br>(Case of 16)','line_item',566),(1377,'Active Rinse 8oz<br>(Case of 12)','line_item',566),(1378,'Bulk Active Rise 100%','line_item',566),(1379,'Bulk Mousse 1 Gallon','line_item',566),(1380,'Disposable Capes','line_item',566),(1381,'Professional Lice Comb<br>(Case of 12)','line_item',566),(1382,'Free Standard Shipping','shipping',566),(1383,'9\" Detangler Comb','line_item',567),(1384,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',567),(1385,'FedEx Ground','shipping',567),(1386,'Active Rinse 8oz<br>(Case of 12)','line_item',568),(1387,'Active Rinse 16oz<br>(Case of 16)','line_item',568),(1388,'Comb-Out Mousse<br>(Case of 12)','line_item',568),(1389,'Professional Lice Comb<br>(Case of 12)','line_item',568),(1390,'Preventive Spray 8oz<br>(Case of 12)','line_item',568),(1391,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',568),(1392,'Preventive Kit<br>(Case of 6)','line_item',568),(1393,'Bulk Active Rise 100% RM','line_item',568),(1394,'Free Standard Shipping','shipping',568),(1395,'Professional Lice Comb<br>(Case of 12)','line_item',569),(1396,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',569),(1397,'The Wet Brush','line_item',569),(1398,'Active Rinse 16oz<br>(Case of 16)','line_item',569),(1399,'Free Standard Shipping','shipping',569),(1400,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',570),(1401,'Active Rinse 8oz<br>(Case of 12)','line_item',570),(1402,'Professional Lice Comb<br>(Case of 12)','line_item',570),(1403,'Free Standard Shipping','shipping',570),(1404,'Bulk Active Rise 100%','line_item',571),(1405,'Bulk Detangling Spray 1 Gallon','line_item',571),(1406,'FedEx Ground','shipping',571),(1407,'Bulk Active Rise 100%','line_item',572),(1408,'FedEx Ground','shipping',572),(1409,'The Wet Brush','line_item',573),(1410,'FedEx Ground','shipping',573),(1411,'The Wet Brush','line_item',574),(1412,'FedEx Ground','shipping',574),(1413,'Bulk Active Rise 100%','line_item',575),(1414,'FedEx Ground','shipping',575),(1415,'Bulk Active Rise 100%','line_item',576),(1416,'FedEx Ground','shipping',576),(1421,'Preventive Spray 8oz<br>(Case of 12)','line_item',577),(1422,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',577),(1423,'Professional Lice Comb<br>(Case of 12)','line_item',577),(1424,'FedEx Ground','shipping',577),(1425,'Urgent Care Kit<br>(Case of 6)','line_item',578),(1426,'Active Rinse 16oz<br>(Case of 16)','line_item',578),(1427,'Preventive Spray 2oz<br>(Case of 24)','line_item',578),(1428,'Bulk Active Rise 100%','line_item',578),(1429,'Bulk Detangling Spray 1 Gallon','line_item',578),(1430,'Bulk Mousse 1 Gallon','line_item',578),(1431,'Free Standard Shipping','shipping',578),(1432,'Bulk Active Rise 100%','line_item',579),(1433,'Urgent Care Kit<br>(Case of 6)','line_item',579),(1434,'Active Rinse 16oz<br>(Case of 16)','line_item',579),(1435,'FedEx Ground','shipping',579),(1439,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',580),(1440,'Bulk Active Rise 100%','line_item',580),(1441,'FedEx Ground','shipping',580),(1442,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',582),(1443,'Bulk Detangling Spray 1 Gallon','line_item',582),(1444,'Bulk Mousse 1 Gallon','line_item',582),(1445,'FedEx Ground','shipping',582),(1446,'Active Rinse 8oz<br>(Case of 12)','line_item',583),(1447,'Active Rinse 16oz<br>(Case of 16)','line_item',583),(1448,'Comb-Out Mousse<br>(Case of 12)','line_item',583),(1449,'Professional Lice Comb<br>(Case of 12)','line_item',583),(1450,'Urgent Care Kit<br>(Case of 6)','line_item',583),(1451,'Free Standard Shipping','shipping',583),(1455,'Comb-Out Mousse<br>(Case of 12)','line_item',585),(1456,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',585),(1457,'Preventive Spray 8oz<br>(Case of 12)','line_item',585),(1458,'Preventive Shampoo<br>(Case of 12)','line_item',585),(1459,'Preventive Conditioner<br>(Case of 12)','line_item',585),(1460,'Bulk Active Rise 100% RM','line_item',585),(1461,'Bulk Detangling Spray 1 Gallon RM','line_item',585),(1462,'Bulk Mousse 1 Gallon RM','line_item',585),(1463,'Free Standard Shipping','shipping',585),(1464,'Preventive Shampoo<br>(Case of 12)','line_item',586),(1465,'Preventive Conditioner<br>(Case of 12)','line_item',586),(1466,'Bulk Active Rise 100% RM','line_item',586),(1467,'FedEx Ground','shipping',586),(1468,'Preventive Shampoo<br>(Case of 12)','line_item',587),(1469,'Preventive Conditioner<br>(Case of 12)','line_item',587),(1470,'Bulk Active Rise 100% RM','line_item',587),(1471,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',587),(1472,'Preventive Spray 8oz<br>(Case of 12)','line_item',587),(1473,'Preventive Spray 2oz<br>(Case of 24)','line_item',587),(1474,'Comb-Out Mousse<br>(Case of 12)','line_item',587),(1475,'Free Standard Shipping','shipping',587),(1476,'Comb-Out Mousse<br>(Case of 12)','line_item',588),(1477,'Preventive Spray 8oz<br>(Case of 12)','line_item',588),(1478,'Preventive Shampoo<br>(Case of 12)','line_item',588),(1479,'Preventive Conditioner<br>(Case of 12)','line_item',588),(1480,'Preventive Spray 2oz<br>(Case of 24)','line_item',588),(1481,'Bulk Mousse 1 Gallon RM','line_item',588),(1482,'Bulk Active Rise 100% RM','line_item',588),(1483,'Free Standard Shipping','shipping',588),(1484,'Preventive Spray 8oz<br>(Case of 12)','line_item',589),(1485,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',589),(1486,'Preventive Shampoo<br>(Case of 12)','line_item',589),(1487,'FedEx Ground','shipping',589),(1488,'Active Rinse 8oz<br>(Case of 12)','line_item',590),(1489,'Active Rinse 16oz<br>(Case of 16)','line_item',590),(1490,'Professional Lice Comb<br>(Case of 12)','line_item',590),(1491,'Preventive Spray 8oz<br>(Case of 12)','line_item',590),(1492,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',590),(1493,'Preventive Kit<br>(Case of 6)','line_item',590),(1494,'Disposable Head Bands','line_item',590),(1495,'Free Standard Shipping','shipping',590),(1496,'Active Rinse 8oz<br>(Case of 12)','line_item',591),(1497,'Active Rinse 16oz<br>(Case of 16)','line_item',591),(1498,'Professional Lice Comb<br>(Case of 12)','line_item',591),(1499,'Preventive Spray 8oz<br>(Case of 12)','line_item',591),(1500,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',591),(1501,'Bulk Active Rise 100% RM','line_item',591),(1502,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',591),(1503,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',591),(1504,'Urgent Care Kit<br>(Case of 6)','line_item',591),(1505,'Preventive Spray 2oz<br>(Case of 24)','line_item',591),(1506,'Free Standard Shipping','shipping',591),(1507,'Bulk Active Rise 100%','line_item',592),(1508,'Professional Lice Comb<br>(Case of 12)','line_item',592),(1509,'Bulk Mousse 1 Gallon','line_item',592),(1510,'FedEx Ground','shipping',592),(1515,'Professional Lice Comb<br>(Case of 12)','line_item',593),(1516,'Bulk Active Rise 100%','line_item',593),(1517,'Preventive Spray 8oz<br>(Case of 12)','line_item',593),(1518,'FedEx Ground','shipping',593),(1519,'Bulk Detangling Spray 1 Gallon RM','line_item',594),(1520,'Active Rinse 8oz<br>(Case of 12)','line_item',594),(1521,'Active Rinse 16oz<br>(Case of 16)','line_item',594),(1522,'Bulk Active Rise 100% RM','line_item',594),(1523,'Free Standard Shipping','shipping',594),(1524,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',595),(1525,'Professional Lice Comb<br>(Case of 12)','line_item',595),(1526,'FedEx Ground','shipping',595),(1527,'Comb-Out Mousse<br>(Case of 12)','line_item',596),(1528,'Active Rinse 16oz<br>(Case of 16)','line_item',596),(1529,'Professional Lice Comb<br>(Case of 12)','line_item',596),(1530,'Urgent Care Kit<br>(Case of 6)','line_item',596),(1531,'Preventive Spray 8oz<br>(Case of 12)','line_item',596),(1532,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',596),(1533,'Bulk Mousse 1 Gallon RM','line_item',596),(1534,'Preventive Kit<br>(Case of 6)','line_item',596),(1535,'Bulk Detangling Spray 1 Gallon RM','line_item',596),(1536,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',596),(1537,'Free Standard Shipping','shipping',596),(1538,'Bulk Active Rise 100%','line_item',597),(1539,'Bulk Mousse 1 Gallon','line_item',597),(1540,'FedEx Ground','shipping',597),(1541,'Professional Lice Comb<br>(Case of 12)','line_item',598),(1542,'Preventive Shampoo<br>(Case of 12)','line_item',598),(1543,'Preventive Conditioner<br>(Case of 12)','line_item',598),(1544,'FedEx Ground','shipping',598),(1545,'Bulk Active Rise 100%','line_item',599),(1546,'FedEx Ground','shipping',599),(1547,'Preventive Spray 8oz<br>(Case of 12)','line_item',600),(1548,'Active Rinse 16oz<br>(Case of 16)','line_item',600),(1549,'Active Rinse 8oz<br>(Case of 12)','line_item',600),(1550,'Professional Lice Comb<br>(Case of 12)','line_item',600),(1551,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',600),(1552,'FedEx Ground','shipping',600),(1553,'Professional Lice Comb<br>(Case of 12)','line_item',601),(1554,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',601),(1555,'Active Rinse 8oz<br>(Case of 12)','line_item',601),(1556,'Active Rinse 16oz<br>(Case of 16)','line_item',601),(1557,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',601),(1558,'Bulk Active Rise 100%','line_item',601),(1559,'Free Standard Shipping','shipping',601),(1560,'Bulk Active Rise 100%','line_item',602),(1561,'Bulk Detangling Spray 1 Gallon','line_item',602),(1562,'Active Rinse 8oz<br>(Case of 12)','line_item',602),(1563,'Active Rinse 16oz<br>(Case of 16)','line_item',602),(1564,'Professional Lice Comb<br>(Case of 12)','line_item',602),(1565,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',602),(1566,'Free Standard Shipping','shipping',602),(1567,'Active Rinse 8oz<br>(Case of 12)','line_item',603),(1568,'Professional Lice Comb<br>(Case of 12)','line_item',603),(1569,'Preventive Spray 8oz<br>(Case of 12)','line_item',603),(1570,'Free Standard Shipping','shipping',603),(1571,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',604),(1572,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',604),(1573,'Professional Lice Comb<br>(Case of 12)','line_item',604),(1574,'Bulk Detangling Spray 1 Gallon RM','line_item',604),(1575,'Bulk Mousse 1 Gallon RM','line_item',604),(1576,'Bulk Active Rise 100% RM','line_item',604),(1577,'Disposable Capes','line_item',604),(1578,'Free Standard Shipping','shipping',604),(1579,'Bulk Active Rise 100%','line_item',606),(1580,'Professional Lice Comb<br>(Case of 12)','line_item',606),(1581,'Preventive Spray 8oz<br>(Case of 12)','line_item',606),(1582,'Preventive Spray 2oz<br>(Case of 24)','line_item',606),(1583,'Active Rinse 8oz<br>(Case of 12)','line_item',606),(1584,'Active Rinse 16oz<br>(Case of 16)','line_item',606),(1585,'Disposable Head Bands','line_item',606),(1586,'Free Standard Shipping','shipping',606),(1587,'Comb-Out Mousse<br>(Case of 12)','line_item',607),(1588,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',607),(1589,'FedEx Ground','shipping',607),(1600,'Active Rinse 8oz<br>(Case of 12)','line_item',608),(1601,'Professional Lice Comb<br>(Case of 12)','line_item',608),(1602,'Preventive Spray 8oz<br>(Case of 12)','line_item',608),(1603,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',608),(1604,'FedEx Ground','shipping',608),(1605,'Active Rinse 8oz<br>(Case of 12)','line_item',609),(1606,'Professional Lice Comb<br>(Case of 12)','line_item',609),(1607,'Preventive Shampoo<br>(Case of 12)','line_item',609),(1608,'Preventive Conditioner<br>(Case of 12)','line_item',609),(1609,'Preventive Spray 8oz<br>(Case of 12)','line_item',609),(1610,'Bulk Active Rise 100%','line_item',609),(1611,'FedEx Ground','shipping',609),(1612,'Bulk Active Rise 100%','line_item',612),(1613,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',612),(1614,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',612),(1615,'Free Standard Shipping','shipping',612),(1627,'Bulk Mousse 1 Gallon','line_item',615),(1628,'Bulk Detangling Spray 1 Gallon','line_item',615),(1629,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',615),(1630,'Urgent Care Kit<br>(Case of 6)','line_item',615),(1631,'Bulk Active Rise 100%','line_item',615),(1632,'Professional Lice Comb<br>(Case of 12)','line_item',615),(1633,'Free Standard Shipping','shipping',615),(1634,'Bulk Active Rise 100%','line_item',617),(1635,'FedEx Ground','shipping',617),(1636,'Bulk Active Rise 100%','line_item',618),(1637,'FedEx Ground','shipping',618),(1638,'Bulk Active Rise 100%','line_item',620),(1639,'FedEx Ground','shipping',620),(1661,'Active Rinse 8oz<br>(Case of 12)','line_item',627),(1662,'Active Rinse 16oz<br>(Case of 16)','line_item',628),(1663,'Bulk Active Rise 100%','line_item',628),(1664,'Active Rinse 8oz<br>(Case of 12)','line_item',629),(1665,'Bulk Active Rise 100%','line_item',629),(1666,'Professional Lice Comb<br>(Case of 12)','line_item',629),(1667,'Active Rinse 16oz<br>(Case of 16)','line_item',630),(1668,'Bulk Active Rise 100%','line_item',630),(1669,'Bulk Detangling Spray 1 Gallon','line_item',630),(1670,'Bulk Mousse 1 Gallon','line_item',630),(1671,'Active Rinse 8oz<br>(Case of 12)','line_item',631),(1672,'Bulk Active Rise 100%','line_item',631),(1673,'Active Rinse 16oz<br>(Case of 16)','line_item',632),(1674,'Bulk Active Rise 100%','line_item',632),(1686,'Active Rinse 8oz<br>(Case of 12)','line_item',639),(1687,'Active Rinse 16oz<br>(Case of 16)','line_item',639),(1688,'Professional Lice Comb<br>(Case of 12)','line_item',639),(1689,'Free Standard Shipping','shipping',639),(1690,'Active Rinse 8oz<br>(Case of 12)','line_item',640),(1691,'Active Rinse 16oz<br>(Case of 16)','line_item',640),(1692,'Preventive Spray 8oz<br>(Case of 12)','line_item',640),(1693,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',640),(1694,'Bulk Active Rise 100%','line_item',640),(1695,'Disney Wet Brush','line_item',640),(1696,'Free Standard Shipping','shipping',640),(1697,'Bulk Active Rise 50/50','line_item',641),(1698,'Bulk Active Rise 100%','line_item',641),(1699,'Active Rinse 8oz<br>(Case of 12)','line_item',641),(1700,'Professional Lice Comb<br>(Case of 12)','line_item',641),(1701,'FedEx Ground','shipping',641),(1706,'Bulk Active Rise 100%','line_item',644),(1707,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',644),(1708,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',644),(1709,'Active Rinse 16oz<br>(Case of 16)','line_item',645),(1710,'Professional Lice Comb<br>(Case of 12)','line_item',645),(1711,'Active Rinse 8oz<br>(Case of 12)','line_item',645),(1712,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',645),(1713,'Preventive Spray 8oz<br>(Case of 12)','line_item',645),(1714,'Bulk Active Rise 100%','line_item',645),(1715,'Free Standard Shipping','shipping',645),(1716,'Bulk Active Rise 100%','line_item',646),(1717,'Disposable Capes','line_item',646),(1718,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',646),(1719,'FedEx Ground','shipping',646),(1728,'Urgent Care Kit<br>(Case of 6)','line_item',648),(1729,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',648),(1730,'Professional Lice Comb<br>(Case of 12)','line_item',648),(1731,'Preventive Spray 2oz<br>(Case of 24)','line_item',648),(1732,'Preventive Spray 8oz<br>(Case of 12)','line_item',648),(1733,'Goomee 4 Pack','line_item',648),(1734,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',648),(1735,'Free Standard Shipping','shipping',648),(1745,'Bulk Active Rise 100%','line_item',651),(1746,'Bulk Detangling Spray 1 Gallon','line_item',651),(1747,'FedEx Ground','shipping',651),(1759,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',655),(1760,'Professional Lice Comb<br>(Case of 12)','line_item',655),(1761,'Disposable Head Bands','line_item',655),(1762,'FedEx Ground','shipping',655),(1769,'9\" Detangler Comb','line_item',657),(1770,'Preventive Shampoo<br>(Case of 12)','line_item',657),(1771,'Bulk Active Rise 100%','line_item',657),(1772,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',657),(1773,'Active Rinse 8oz<br>(Case of 12)','line_item',657),(1774,'FedEx Ground','shipping',657),(1783,'Bulk Active Rise 100%','line_item',660),(1784,'Urgent Care Kit<br>(Case of 6)','line_item',660),(1785,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',660),(1786,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',660),(1787,'Bulk Active Rise 50/50','line_item',660),(1788,'Bulk Detangling Spray 1 Gallon','line_item',660),(1789,'Bulk Mousse 1 Gallon','line_item',660),(1790,'Free Standard Shipping','shipping',660),(1791,'Professional Lice Comb<br>(Case of 12)','line_item',661),(1792,'Preventive Spray 8oz<br>(Case of 12)','line_item',661),(1793,'Bulk Active Rise 100%','line_item',661),(1794,'FedEx Ground','shipping',661),(1795,'Bulk Active Rise 100%','line_item',662),(1796,'Disney Wet Brush','line_item',662),(1797,'FedEx Ground','shipping',662),(1798,'Bulk Active Rise 100%','line_item',663),(1799,'Bulk Active Rise 50/50','line_item',663),(1800,'FedEx Ground','shipping',663),(1801,'Active Rinse 8oz<br>(Case of 12)','line_item',664),(1802,'Bulk Active Rise 100%','line_item',664),(1803,'Professional Lice Comb<br>(Case of 12)','line_item',664),(1804,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',664),(1805,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',664),(1806,'The Wet Brush','line_item',664),(1807,'Preventive Shampoo<br>(Case of 12)','line_item',664),(1808,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',664),(1809,'FedEx Ground','shipping',664),(1810,'Active Rinse 8oz<br>(Case of 12)','line_item',665),(1811,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',665),(1812,'Preventive Kit<br>(Case of 6)','line_item',665),(1813,'Bulk Active Rise 100%','line_item',665),(1814,'Goomee 4 Pack','line_item',665),(1815,'FedEx Ground','shipping',665),(1816,'Active Rinse 16oz<br>(Case of 16)','line_item',666),(1817,'Active Rinse 8oz<br>(Case of 12)','line_item',666),(1818,'Disposable Capes','line_item',666),(1819,'Bulk Detangling Spray 1 Gallon','line_item',666),(1820,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',666),(1821,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',666),(1822,'Preventive Conditioner<br>(Case of 12)','line_item',666),(1823,'Free Standard Shipping','shipping',666),(1824,'Bulk Active Rise 100%','line_item',667),(1825,'Bulk Mousse 1 Gallon','line_item',667),(1826,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',667),(1827,'Preventive Kit<br>(Case of 6)','line_item',667),(1828,'Active Rinse 16oz<br>(Case of 16)','line_item',667),(1829,'Free Standard Shipping','shipping',667),(1830,'Bulk Detangling Spray 1 Gallon','line_item',668),(1831,'FedEx Ground','shipping',668),(1832,'Comb-Out Mousse<br>(Case of 12)','line_item',673),(1833,'Professional Lice Comb<br>(Case of 12)','line_item',673),(1834,'Urgent Care Kit<br>(Case of 6)','line_item',673),(1835,'Bulk Mousse 1 Gallon RM','line_item',673),(1836,'Preventive Spray 2oz<br>(Case of 24)','line_item',673),(1837,'Course Tail Comb','line_item',673),(1838,'Active Rinse 8oz<br>(Case of 12)','line_item',673),(1839,'Bulk Active Rise 100% RM','line_item',673),(1840,'Free Standard Shipping','shipping',673),(1848,'Professional Lice Comb<br>(Case of 12)','line_item',675),(1849,'FedEx Ground','shipping',675),(1850,'Preventive Conditioner<br>(Case of 12)','line_item',676),(1851,'Preventive Spray 8oz<br>(Case of 12)','line_item',676),(1852,'Bulk Active Rise 100%','line_item',676),(1853,'FedEx Ground','shipping',676),(1864,'Active Rinse 8oz<br>(Case of 12)','line_item',678),(1865,'Active Rinse 16oz<br>(Case of 16)','line_item',678),(1866,'Comb-Out Mousse<br>(Case of 12)','line_item',678),(1867,'Preventive Spray 8oz<br>(Case of 12)','line_item',678),(1868,'Preventive Shampoo<br>(Case of 12)','line_item',678),(1869,'Free Standard Shipping','shipping',678),(1870,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',679),(1871,'Active Rinse 8oz<br>(Case of 12)','line_item',679),(1872,'Professional Lice Comb<br>(Case of 12)','line_item',679),(1873,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',679),(1874,'Free Standard Shipping','shipping',679),(1875,'Preventive Shampoo<br>(Case of 12)','line_item',680),(1876,'Preventive Conditioner<br>(Case of 12)','line_item',680),(1877,'Comb-Out Mousse<br>(Case of 12)','line_item',680),(1878,'Preventive Spray 8oz<br>(Case of 12)','line_item',680),(1879,'Bulk Detangling Spray 1 Gallon RM','line_item',680),(1880,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',680),(1881,'Free Standard Shipping','shipping',680),(1882,'Comb-Out Mousse<br>(Case of 12)','line_item',681),(1883,'Preventive Spray 8oz<br>(Case of 12)','line_item',681),(1884,'Bulk Active Rise 100% RM','line_item',681),(1885,'Preventive Conditioner<br>(Case of 12)','line_item',681),(1886,'Free Standard Shipping','shipping',681),(1887,'Preventive Shampoo<br>(Case of 12)','line_item',682),(1888,'Preventive Conditioner<br>(Case of 12)','line_item',682),(1889,'Preventive Spray 2oz<br>(Case of 24)','line_item',682),(1890,'Preventive Spray 8oz<br>(Case of 12)','line_item',682),(1891,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',682),(1892,'Bulk Mousse 1 Gallon RM','line_item',682),(1893,'Bulk Active Rise 100% RM','line_item',682),(1894,'Free Standard Shipping','shipping',682),(1895,'Active Rinse 8oz<br>(Case of 12)','line_item',683),(1896,'Urgent Care Kit<br>(Case of 6)','line_item',683),(1897,'Bulk Active Rise 100%','line_item',683),(1898,'Professional Lice Comb<br>(Case of 12)','line_item',683),(1899,'Shipping discount','fee',683),(1900,'FedEx Ground','shipping',683),(1901,'shiphawaii','coupon',683),(1902,'Disposable Head Bands','line_item',684),(1903,'Professional Lice Comb<br>(Case of 12)','line_item',684),(1904,'Preventive Conditioner<br>(Case of 12)','line_item',684),(1905,'Bulk Detangling Spray 1 Gallon RM','line_item',684),(1906,'Bulk Active Rise 100% RM','line_item',684),(1907,'FedEx Ground','shipping',684),(1912,'Comb-Out Mousse<br>(Case of 12)','line_item',686),(1913,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',686),(1914,'Professional Lice Comb<br>(Case of 12)','line_item',686),(1915,'Bulk Active Rise 100%','line_item',686),(1916,'Free Standard Shipping','shipping',686),(1917,'Active Rinse 8oz<br>(Case of 12)','line_item',687),(1918,'Active Rinse 16oz<br>(Case of 16)','line_item',687),(1919,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',687),(1920,'Professional Lice Comb<br>(Case of 12)','line_item',687),(1921,'Preventive Spray 8oz<br>(Case of 12)','line_item',687),(1922,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',687),(1923,'Bulk Active Rise 100%','line_item',687),(1924,'The Wet Brush','line_item',687),(1925,'Bulk Mousse 1 Gallon','line_item',687),(1926,'Goomee 4 Pack','line_item',687),(1927,'Free Standard Shipping','shipping',687),(1934,'Active Rinse 8oz<br>(Case of 12)','line_item',691),(1935,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',691),(1936,'Professional Lice Comb<br>(Case of 12)','line_item',691),(1937,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',691),(1938,'Preventive Spray 8oz<br>(Case of 12)','line_item',691),(1939,'The Wet Brush Squirt','line_item',691),(1940,'Free Standard Shipping','shipping',691),(1941,'Preventive Spray 2oz<br>(Case of 24)','line_item',692),(1942,'Bulk Detangling Spray 1 Gallon','line_item',692),(1943,'Bulk Mousse 1 Gallon','line_item',692),(1944,'Disposable Head Bands','line_item',692),(1945,'Preventive Kit<br>(Case of 6)','line_item',692),(1946,'FedEx Ground','shipping',692),(1947,'Active Rinse 16oz<br>(Case of 16)','line_item',693),(1948,'Active Rinse 8oz<br>(Case of 12)','line_item',693),(1949,'Professional Lice Comb<br>(Case of 12)','line_item',693),(1950,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',693),(1951,'Urgent Care Kit<br>(Case of 6)','line_item',693),(1952,'Free Standard Shipping','shipping',693),(1961,'Bulk Active Rise 100%','line_item',695),(1962,'FedEx Ground','shipping',695),(1969,'Active Rinse 8oz<br>(Case of 12)','line_item',697),(1970,'Comb-Out Mousse<br>(Case of 12)','line_item',697),(1971,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',697),(1972,'Professional Lice Comb<br>(Case of 12)','line_item',697),(1973,'Preventive Shampoo<br>(Case of 12)','line_item',697),(1974,'Preventive Conditioner<br>(Case of 12)','line_item',697),(1975,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',697),(1976,'Bulk Active Rise 100% RM','line_item',697),(1977,'Free Standard Shipping','shipping',697),(1978,'Urgent Care Kit<br>(Case of 6)','line_item',699),(1979,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',699),(1980,'Professional Lice Comb<br>(Case of 12)','line_item',699),(1981,'Bulk Active Rise 100% RM','line_item',699),(1982,'Bulk Mousse 1 Gallon RM','line_item',699),(1983,'Free Standard Shipping','shipping',699),(1984,'Active Rinse 8oz<br>(Case of 12)','line_item',700),(1985,'Active Rinse 16oz<br>(Case of 16)','line_item',700),(1986,'Professional Lice Comb<br>(Case of 12)','line_item',700),(1987,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',700),(1988,'Preventive Spray 2oz<br>(Case of 24)','line_item',700),(1989,'Bulk Active Rise 100%','line_item',700),(1990,'Disposable Capes','line_item',700),(1991,'Free Standard Shipping','shipping',700),(1992,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',701),(1993,'Active Rinse 16oz<br>(Case of 16)','line_item',701),(1994,'Preventive Spray 8oz<br>(Case of 12)','line_item',701),(1995,'Urgent Care Kit<br>(Case of 6)','line_item',701),(1996,'Bulk Mousse 1 Gallon RM','line_item',701),(1997,'Free Standard Shipping','shipping',701),(1998,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',702),(1999,'FedEx Ground','shipping',702),(2005,'Professional Lice Comb<br>(Case of 12)','line_item',704),(2006,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',704),(2007,'Active Rinse 8oz<br>(Case of 12)','line_item',704),(2008,'Active Rinse 16oz<br>(Case of 16)','line_item',704),(2009,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',704),(2010,'Bulk Active Rise 100%','line_item',704),(2011,'Preventive Conditioner<br>(Case of 12)','line_item',704),(2012,'Preventive Spray 8oz<br>(Case of 12)','line_item',704),(2013,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',704),(2014,'Free Standard Shipping','shipping',704),(2015,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',705),(2016,'Professional Lice Comb<br>(Case of 12)','line_item',705),(2017,'Preventive Spray 8oz<br>(Case of 12)','line_item',705),(2018,'Preventive Shampoo<br>(Case of 12)','line_item',705),(2019,'Free Standard Shipping','shipping',705),(2020,'Bulk Active Rise 100%','line_item',706),(2021,'FedEx Ground','shipping',706),(2022,'Bulk Active Rise 100%','line_item',707),(2023,'FedEx Ground','shipping',707),(2026,'Active Rinse 8oz<br>(Case of 12)','line_item',709),(2027,'Active Rinse 16oz<br>(Case of 16)','line_item',709),(2028,'Professional Lice Comb<br>(Case of 12)','line_item',709),(2029,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',709),(2030,'Bulk Active Rise 100% RM','line_item',709),(2031,'Bulk Detangling Spray 1 Gallon RM','line_item',709),(2032,'Free Standard Shipping','shipping',709),(2033,'Active Rinse 8oz<br>(Case of 12)','line_item',710),(2034,'Active Rinse 16oz<br>(Case of 16)','line_item',710),(2035,'Disposable Capes','line_item',710),(2036,'Goomee 4 Pack','line_item',710),(2037,'Disposable Head Bands','line_item',710),(2038,'Preventive Shampoo<br>(Case of 12)','line_item',710),(2039,'Preventive Conditioner<br>(Case of 12)','line_item',710),(2040,'Preventive Spray 2oz<br>(Case of 24)','line_item',710),(2041,'Preventive Spray 8oz<br>(Case of 12)','line_item',710),(2042,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',710),(2043,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',710),(2044,'Bulk Mousse 1 Gallon','line_item',710),(2045,'Bulk Detangling Spray 1 Gallon','line_item',710),(2046,'Bulk Active Rise 100%','line_item',710),(2047,'Free Standard Shipping','shipping',710),(2048,'Bulk Active Rise 100%','line_item',711),(2049,'FedEx Ground','shipping',711),(2050,'Professional Lice Comb<br>(Case of 12)','line_item',714),(2051,'Urgent Care Kit<br>(Case of 6)','line_item',714),(2052,'Active Rinse 8oz<br>(Case of 12)','line_item',714),(2053,'Bulk Active Rise 100%','line_item',714),(2054,'The Wet Brush','line_item',714),(2055,'FedEx Ground','shipping',714),(2056,'Active Rinse 8oz<br>(Case of 12)','line_item',715),(2057,'Professional Lice Comb<br>(Case of 12)','line_item',715),(2058,'Preventive Shampoo<br>(Case of 12)','line_item',715),(2059,'Free Standard Shipping','shipping',715),(2060,'Bulk Mousse 1 Gallon','line_item',716),(2061,'Bulk Active Rise 50/50','line_item',716),(2062,'Professional Lice Comb<br>(Case of 12)','line_item',716),(2063,'FedEx Ground','shipping',716),(2066,'Active Rinse 8oz<br>(Case of 12)','line_item',718),(2067,'Urgent Care Kit<br>(Case of 6)','line_item',718),(2068,'Bulk Active Rise 100%','line_item',718),(2069,'FedEx Ground','shipping',718),(2070,'Bulk Active Rise 100% RM','line_item',719),(2071,'FedEx Ground','shipping',719),(2072,'Professional Lice Comb<br>(Case of 12)','line_item',720),(2073,'FedEx Ground','shipping',720),(2078,'Professional Lice Comb<br>(Case of 12)','line_item',722),(2079,'Preventive Spray 2oz<br>(Case of 24)','line_item',722),(2080,'Preventive Spray 8oz<br>(Case of 12)','line_item',722),(2081,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',722),(2082,'Active Rinse 8oz<br>(Case of 12)','line_item',722),(2083,'Active Rinse 16oz<br>(Case of 16)','line_item',722),(2084,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',722),(2085,'Bulk Detangling Spray 1 Gallon','line_item',722),(2086,'Disposable Capes','line_item',722),(2087,'Disposable Head Bands','line_item',722),(2088,'Free Standard Shipping','shipping',722),(2089,'Active Rinse 8oz<br>(Case of 12)','line_item',723),(2090,'Professional Lice Comb<br>(Case of 12)','line_item',723),(2091,'Urgent Care Kit<br>(Case of 6)','line_item',723),(2092,'FedEx Ground','shipping',723),(2093,'Bulk Active Rise 50/50','line_item',724),(2094,'FedEx Ground','shipping',724),(2095,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',725),(2096,'Active Rinse 8oz<br>(Case of 12)','line_item',725),(2097,'Active Rinse 16oz<br>(Case of 16)','line_item',725),(2098,'Comb-Out Mousse<br>(Case of 12)','line_item',725),(2099,'Professional Lice Comb<br>(Case of 12)','line_item',725),(2100,'Urgent Care Kit<br>(Case of 6)','line_item',725),(2101,'Bulk Active Rise 100% RM','line_item',725),(2102,'Free Standard Shipping','shipping',725),(2103,'Active Rinse 8oz<br>(Case of 12)','line_item',726),(2104,'Active Rinse 16oz<br>(Case of 16)','line_item',726),(2105,'Preventive Spray 8oz<br>(Case of 12)','line_item',726),(2106,'Professional Lice Comb<br>(Case of 12)','line_item',726),(2107,'FedEx Ground','shipping',726),(2108,'Bulk Detangling Spray 1 Gallon RM','line_item',727),(2109,'Bulk Active Rise 100% RM','line_item',727),(2110,'FedEx Ground','shipping',727),(2111,'Bulk Active Rise 100%','line_item',728),(2112,'FedEx Ground','shipping',728),(2113,'Bulk Active Rise 100%','line_item',729),(2114,'FedEx Ground','shipping',729),(2115,'Bulk Active Rise 100%','line_item',730),(2116,'FedEx 2Day','shipping',730),(2117,'Bulk Active Rise 100%','line_item',732),(2118,'FedEx Ground','shipping',732),(2119,'Bulk Active Rise 100%','line_item',733),(2120,'FedEx Ground','shipping',733),(2121,'Bulk Mousse 1 Gallon','line_item',734),(2122,'FedEx Ground','shipping',734),(2123,'Bulk Mousse 1 Gallon','line_item',735),(2124,'FedEx Ground','shipping',735),(2125,'Active Rinse 8oz<br>(Case of 12)','line_item',736),(2126,'Active Rinse 8oz<br>(Case of 12)','line_item',736),(2127,'Active Rinse 8oz<br>(Case of 12)','line_item',736),(2128,'FedEx Ground','shipping',736),(2129,'Bulk Active Rise 100%','line_item',737),(2130,'Bulk Active Rise 100%','line_item',737),(2131,'FedEx Ground','shipping',737),(2134,'Professional Lice Comb<br>(Case of 12)','line_item',739),(2135,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',739),(2136,'Preventive Spray 2oz<br>(Case of 24)','line_item',739),(2137,'Preventive Kit<br>(Case of 6)','line_item',739),(2138,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',739),(2139,'Free Standard Shipping','shipping',739),(2140,'Professional Lice Comb<br>(Case of 12)','line_item',740),(2141,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',740),(2142,'FedEx Ground','shipping',740),(2143,'Professional Lice Comb<br>(Case of 12)','line_item',741),(2144,'Active Rinse 16oz<br>(Case of 16)','line_item',741),(2145,'Preventive Spray 8oz<br>(Case of 12)','line_item',741),(2146,'Free Standard Shipping','shipping',741),(2147,'Bulk Active Rise 100%','line_item',742),(2148,'Professional Lice Comb<br>(Case of 12)','line_item',742),(2149,'FedEx Ground','shipping',742),(2150,'Active Rinse 8oz<br>(Case of 12)','line_item',743),(2151,'Active Rinse 16oz<br>(Case of 16)','line_item',743),(2152,'Professional Lice Comb<br>(Case of 12)','line_item',743),(2153,'Bulk Active Rise 100%','line_item',743),(2154,'Preventive Spray 8oz<br>(Case of 12)','line_item',743),(2155,'Free Standard Shipping','shipping',743),(2158,'Bulk Active Rise 100%','line_item',745),(2159,'FedEx Ground','shipping',745),(2168,'Bulk Active Rise 100%','line_item',747),(2169,'FedEx Ground','shipping',747),(2170,'Bulk Active Rise 100%','line_item',748),(2171,'FedEx Ground','shipping',748),(2180,'Active Rinse 8oz<br>(Case of 12)','line_item',750),(2181,'Professional Lice Comb<br>(Case of 12)','line_item',750),(2182,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',750),(2183,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',750),(2184,'Preventive Kit<br>(Case of 6)','line_item',750),(2185,'Bulk Active Rise 100%','line_item',750),(2186,'Disposable Head Bands','line_item',750),(2187,'Wet Comb','line_item',750),(2188,'Wet Comb','line_item',750),(2189,'Wet Comb','line_item',750),(2190,'Wet Comb','line_item',750),(2191,'Wet Comb','line_item',750),(2192,'Free Standard Shipping','shipping',750),(2193,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',751),(2194,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',751),(2195,'Preventive Conditioner<br>(Case of 12)','line_item',751),(2196,'Preventive Conditioner<br>(Case of 12)','line_item',751),(2197,'Preventive Shampoo<br>(Case of 12)','line_item',751),(2198,'Preventive Shampoo<br>(Case of 12)','line_item',751),(2199,'Preventive Conditioner<br>(Case of 12)','line_item',751),(2200,'Preventive Conditioner<br>(Case of 12)','line_item',751),(2201,'Free Standard Shipping','shipping',751),(2202,'Free Standard Shipping','shipping',751),(2203,'Free Standard Shipping','shipping',751),(2204,'Free Standard Shipping','shipping',751),(2205,'Free Standard Shipping','shipping',751),(2206,'Free Standard Shipping','shipping',751),(2207,'Free Standard Shipping','shipping',751),(2208,'Free Standard Shipping','shipping',751),(2212,'Bulk Active Rise 100%','line_item',753),(2213,'Bulk Mousse 1 Gallon','line_item',753),(2214,'FedEx Ground','shipping',753),(2215,'Professional Lice Comb<br>(Case of 12)','line_item',754),(2216,'Preventive Kit<br>(Case of 6)','line_item',754),(2217,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',754),(2218,'Preventive Spray 8oz<br>(Case of 12)','line_item',754),(2219,'Bulk Mousse 1 Gallon RM','line_item',754),(2220,'Bulk Active Rise 100% RM','line_item',754),(2221,'Professional Lice Comb<br>(Case of 12)','line_item',754),(2222,'Free Standard Shipping','shipping',754),(2223,'Bulk Detangling Spray 1 Gallon','line_item',755),(2224,'Bulk Active Rise 100%','line_item',755),(2225,'Active Rinse 16oz<br>(Case of 16)','line_item',755),(2226,'Active Rinse 8oz<br>(Case of 12)','line_item',755),(2227,'Preventive Spray 8oz<br>(Case of 12)','line_item',755),(2228,'Preventive Spray 2oz<br>(Case of 24)','line_item',755),(2229,'Professional Lice Comb<br>(Case of 12)','line_item',755),(2230,'Free Standard Shipping','shipping',755),(2231,'Professional Lice Comb<br>(Case of 12)','line_item',756),(2232,'Active Rinse 8oz<br>(Case of 12)','line_item',756),(2233,'Active Rinse 16oz<br>(Case of 16)','line_item',756),(2234,'Disposable Head Bands','line_item',756),(2235,'Bulk Active Rise 100% RM','line_item',756),(2236,'Free Standard Shipping','shipping',756),(2237,'FedEx Ground','shipping',758),(2238,'Bulk Active Rise 100%','line_item',759),(2239,'FedEx Ground','shipping',759),(2240,'Bulk Active Rise 100%','line_item',760),(2241,'FedEx Ground','shipping',760),(2242,'Disposable Capes','line_item',761),(2243,'FedEx Ground','shipping',761),(2244,'Preventive Spray 8oz<br>(Case of 12)','line_item',762),(2245,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',762),(2246,'Professional Lice Comb<br>(Case of 12)','line_item',762),(2247,'FedEx Ground','shipping',762),(2248,'Professional Lice Comb<br>(Case of 12)','line_item',763),(2249,'Preventive Spray 8oz<br>(Case of 12)','line_item',763),(2250,'Comb-Out Mousse<br>(Case of 12)','line_item',763),(2251,'Preventive Shampoo<br>(Case of 12)','line_item',763),(2252,'Preventive Conditioner<br>(Case of 12)','line_item',763),(2253,'Bulk Mousse 1 Gallon RM','line_item',763),(2254,'Bulk Active Rise 100% RM','line_item',763),(2255,'Free Standard Shipping','shipping',763),(2256,'Preventive Spray 8oz<br>(Case of 12)','line_item',764),(2257,'Professional Lice Comb<br>(Case of 12)','line_item',764),(2258,'Bulk Active Rise 100% RM','line_item',764),(2259,'Free Standard Shipping','shipping',764),(2260,'Preventive Shampoo<br>(Case of 12)','line_item',765),(2261,'Preventive Conditioner<br>(Case of 12)','line_item',765),(2262,'Preventive Spray 8oz<br>(Case of 12)','line_item',765),(2263,'Bulk Mousse 1 Gallon RM','line_item',765),(2264,'Bulk Active Rise 100% RM','line_item',765),(2265,'Free Standard Shipping','shipping',765),(2266,'Professional Lice Comb<br>(Case of 12)','line_item',766),(2267,'Preventive Shampoo<br>(Case of 12)','line_item',766),(2268,'Preventive Conditioner<br>(Case of 12)','line_item',766),(2269,'Preventive Spray 8oz<br>(Case of 12)','line_item',766),(2270,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',766),(2271,'Bulk Active Rise 100% RM','line_item',766),(2272,'Bulk Mousse 1 Gallon RM','line_item',766),(2273,'Free Standard Shipping','shipping',766),(2274,'Active Rinse 16oz<br>(Case of 16)','line_item',768),(2275,'Active Rinse 16oz<br>(Case of 16)','line_item',768),(2276,'Active Rinse 8oz<br>(Case of 12)','line_item',768),(2277,'Shipping discount','fee',768),(2278,'FedEx Ground','shipping',768),(2279,'shiphawaii','coupon',768),(2280,'Bulk Active Rise 100%','line_item',769),(2281,'Active Rinse 8oz<br>(Case of 12)','line_item',769),(2282,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',769),(2283,'Professional Lice Comb<br>(Case of 12)','line_item',769),(2284,'Bulk Mousse 1 Gallon','line_item',769),(2285,'Active Rinse 16oz<br>(Case of 16)','line_item',769),(2286,'Free Standard Shipping','shipping',769),(2287,'The Wet Brush','line_item',770),(2288,'Goomee 4 Pack','line_item',770),(2289,'FedEx Ground','shipping',770),(2290,'Bulk Active Rise 50/50 RM','line_item',771),(2291,'Bulk Mousse 1 Gallon RM','line_item',771),(2292,'Goomee 4 Pack','line_item',771),(2293,'Active Rinse 8oz<br>(Case of 12)','line_item',771),(2294,'Free Standard Shipping','shipping',771),(2295,'Active Rinse 8oz<br>(Case of 12)','line_item',772),(2296,'Active Rinse 16oz<br>(Case of 16)','line_item',772),(2297,'Professional Lice Comb<br>(Case of 12)','line_item',772),(2298,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',772),(2299,'Bulk Active Rise 100% RM','line_item',772),(2300,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',772),(2301,'Free Standard Shipping','shipping',772),(2302,'Active Rinse 8oz<br>(Case of 12)','line_item',773),(2303,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',773),(2304,'Bulk Active Rise 100%','line_item',773),(2305,'FedEx Ground','shipping',773),(2306,'Active Rinse 8oz<br>(Case of 12)','line_item',774),(2307,'Professional Lice Comb<br>(Case of 12)','line_item',774),(2308,'Preventive Spray 8oz<br>(Case of 12)','line_item',774),(2309,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',774),(2310,'Urgent Care Kit<br>(Case of 6)','line_item',774),(2311,'Preventive Kit<br>(Case of 6)','line_item',774),(2312,'Disposable Head Bands','line_item',774),(2313,'Free Standard Shipping','shipping',774),(2314,'Professional Lice Comb<br>(Case of 12)','line_item',775),(2315,'Comb-Out Mousse<br>(Case of 12)','line_item',775),(2316,'Bulk Active Rise 100%','line_item',775),(2317,'Bulk Mousse 1 Gallon','line_item',775),(2318,'Free Standard Shipping','shipping',775),(2319,'Active Rinse 16oz<br>(Case of 16)','line_item',776),(2320,'Professional Lice Comb<br>(Case of 12)','line_item',776),(2321,'Bulk Mousse 1 Gallon','line_item',776),(2322,'Bulk Active Rise 100%','line_item',776),(2323,'Shipping discount','fee',776),(2324,'FedEx Ground','shipping',776),(2325,'shiphawaii','coupon',776),(2326,'Preventive Spray 2oz<br>(Case of 24)','line_item',777),(2327,'Bulk Mousse 1 Gallon RM','line_item',777),(2328,'Bulk Active Rise 100% RM','line_item',777),(2329,'FedEx Ground','shipping',777),(2330,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',778),(2331,'Bulk Active Rise 100%','line_item',778),(2332,'Bulk Mousse 1 Gallon','line_item',778),(2333,'Bulk Active Rise 100%','line_item',778),(2334,'Bulk Active Rise 100%','line_item',778),(2335,'Bulk Active Rise 100%','line_item',778),(2336,'Bulk Detangling Spray 1 Gallon','line_item',778),(2337,'Bulk Active Rise 100%','line_item',778),(2338,'FedEx Ground','shipping',778),(2357,'Bulk Active Rise 100%','line_item',782),(2358,'Wet Comb','line_item',782),(2359,'FedEx Ground','shipping',782),(2360,'Preventive Shampoo<br>(Case of 12)','line_item',783),(2361,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',783),(2362,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',783),(2363,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',783),(2364,'Preventive Shampoo<br>(Case of 12)','line_item',783),(2365,'Preventive Kit<br>(Case of 6)','line_item',783),(2366,'Preventive Kit<br>(Case of 6)','line_item',783),(2367,'Bulk Active Rise 100%','line_item',783),(2368,'Bulk Active Rise 100%','line_item',783),(2369,'Bulk Active Rise 100%','line_item',783),(2370,'Bulk Mousse 1 Gallon','line_item',783),(2371,'Bulk Mousse 1 Gallon','line_item',783),(2372,'Free Standard Shipping','shipping',783),(2373,'Active Rinse 8oz<br>(Case of 12)','line_item',784),(2374,'Preventive Kit<br>(Case of 6)','line_item',784),(2375,'Free Standard Shipping','shipping',784),(2376,'Urgent Care Kit<br>(Case of 6)','line_item',785),(2377,'Shipping discount','fee',785),(2378,'FedEx Ground','shipping',785),(2379,'shiphawaii','coupon',785),(2380,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',786),(2381,'Preventive Shampoo<br>(Case of 12)','line_item',786),(2382,'Preventive Conditioner<br>(Case of 12)','line_item',786),(2383,'Active Rinse 8oz<br>(Case of 12)','line_item',786),(2384,'Bulk Active Rinse 100%','line_item',786),(2385,'Active Rinse 8oz<br>(Case of 12)','line_item',786),(2386,'Bulk Active Rinse 100%','line_item',786),(2387,'Free Standard Shipping','shipping',786),(2388,'Free Standard Shipping','shipping',786),(2389,'Free Standard Shipping','shipping',786),(2390,'Free Standard Shipping','shipping',786),(2391,'Free Standard Shipping','shipping',786),(2392,'Free Standard Shipping','shipping',786),(2393,'Free Standard Shipping','shipping',786),(2394,'Active Rinse 8oz<br>(Case of 12)','line_item',787),(2395,'Active Rinse 16oz<br>(Case of 16)','line_item',787),(2396,'Preventive Spray 2oz<br>(Case of 24)','line_item',787),(2397,'Urgent Care Kit<br>(Case of 6)','line_item',787),(2398,'Preventive Spray 8oz<br>(Case of 12)','line_item',787),(2399,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',787),(2400,'Preventive Kit<br>(Case of 6)','line_item',787),(2401,'Bulk Active Rinse 100% RM','line_item',787),(2402,'Bulk Mousse 1 Gallon RM','line_item',787),(2403,'Professional Lice Comb<br>(Case of 12)','line_item',787),(2404,'Free Standard Shipping','shipping',787),(2413,'Active Rinse 8oz<br>(Case of 12)','line_item',789),(2414,'Active Rinse 16oz<br>(Case of 16)','line_item',789),(2415,'Professional Lice Comb<br>(Case of 12)','line_item',789),(2416,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',789),(2417,'Bulk Active Rinse 100% RM','line_item',789),(2418,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',789),(2419,'Bulk Active Rinse 50/50 RM','line_item',789),(2420,'Free Standard Shipping','shipping',789),(2424,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',791),(2425,'Bulk Detangling Spray 1 Gallon','line_item',791),(2426,'Bulk Mousse 1 Gallon','line_item',791),(2427,'FedEx Ground','shipping',791),(2428,'Professional Lice Comb<br>(Case of 12)','line_item',792),(2429,'Preventive Spray 8oz<br>(Case of 12)','line_item',792),(2430,'Bulk Active Rinse 100% RM','line_item',792),(2431,'FedEx Ground','shipping',792),(2432,'Active Rinse 16oz<br>(Case of 16)','line_item',793),(2433,'Active Rinse 8oz<br>(Case of 12)','line_item',793),(2434,'Professional Lice Comb<br>(Case of 12)','line_item',793),(2435,'Preventive Spray 8oz<br>(Case of 12)','line_item',793),(2436,'Large Butterfly Clips','line_item',793),(2437,'Free Standard Shipping','shipping',793),(2438,'Active Rinse 8oz<br>(Case of 12)','line_item',794),(2439,'Active Rinse 8oz<br>(Case of 12)','line_item',794),(2440,'Active Rinse 16oz<br>(Case of 16)','line_item',794),(2441,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',794),(2442,'Professional Lice Comb<br>(Case of 12)','line_item',794),(2443,'Professional Lice Comb<br>(Case of 12)','line_item',794),(2444,'Professional Lice Comb<br>(Case of 12)','line_item',794),(2445,'Preventive Shampoo<br>(Case of 12)','line_item',794),(2446,'Preventive Conditioner<br>(Case of 12)','line_item',794),(2447,'Disposable Head Bands','line_item',794),(2448,'Bulk Active Rinse 100%','line_item',794),(2449,'Bulk Active Rinse 100%','line_item',794),(2450,'Bulk Active Rinse 100%','line_item',794),(2451,'Free Standard Shipping','shipping',794),(2452,'Bulk Active Rinse 50/50','line_item',795),(2453,'Professional Lice Comb<br>(Case of 12)','line_item',795),(2454,'FedEx Ground','shipping',795),(2455,'Active Rinse 16oz<br>(Case of 16)','line_item',796),(2456,'Professional Lice Comb<br>(Case of 12)','line_item',796),(2457,'Preventive Spray 8oz<br>(Case of 12)','line_item',796),(2458,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',796),(2459,'Active Rinse 8oz<br>(Case of 12)','line_item',796),(2460,'Bulk Active Rinse 100% RM','line_item',796),(2461,'Bulk Mousse 1 Gallon RM','line_item',796),(2462,'Free Standard Shipping','shipping',796),(2463,'Professional Lice Comb<br>(Case of 12)','line_item',797),(2464,'FedEx 2Day','shipping',797),(2465,'Active Rinse 8oz<br>(Case of 12)','line_item',798),(2466,'Active Rinse 8oz<br>(Case of 12)','line_item',798),(2467,'Active Rinse 8oz<br>(Case of 12)','line_item',798),(2468,'Active Rinse 8oz<br>(Case of 12)','line_item',798),(2469,'Active Rinse 16oz<br>(Case of 16)','line_item',798),(2470,'Active Rinse 16oz<br>(Case of 16)','line_item',798),(2471,'Comb-Out Mousse<br>(Case of 12)','line_item',798),(2472,'Professional Lice Comb<br>(Case of 12)','line_item',798),(2473,'Professional Lice Comb<br>(Case of 12)','line_item',798),(2474,'Professional Lice Comb<br>(Case of 12)','line_item',798),(2475,'Professional Lice Comb<br>(Case of 12)','line_item',798),(2476,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',798),(2477,'Urgent Care Kit<br>(Case of 6)','line_item',798),(2478,'Urgent Care Kit<br>(Case of 6)','line_item',798),(2479,'Preventive Kit<br>(Case of 6)','line_item',798),(2480,'Bulk Active Rinse 100% RM','line_item',798),(2481,'Free Standard Shipping','shipping',798),(2482,'Bulk Active Rinse 100%','line_item',799),(2483,'FedEx Ground','shipping',799),(2484,'Bulk Active Rinse 100%','line_item',800),(2485,'Wet Comb','line_item',800),(2486,'Goomee 4 Pack','line_item',800),(2487,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',800),(2488,'FedEx Ground','shipping',800),(2492,'Active Rinse 8oz<br>(Case of 12)','line_item',802),(2493,'Professional Lice Comb<br>(Case of 12)','line_item',802),(2494,'Bulk Active Rinse 100%','line_item',802),(2495,'Free Standard Shipping','shipping',802),(2496,'Active Rinse 8oz<br>(Case of 12)','line_item',803),(2497,'Active Rinse 16oz<br>(Case of 16)','line_item',803),(2498,'Disposable Capes','line_item',803),(2499,'Disposable Head Bands','line_item',803),(2500,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',803),(2501,'Urgent Care Kit<br>(Case of 6)','line_item',803),(2502,'Preventive Shampoo<br>(Case of 12)','line_item',803),(2503,'Preventive Kit<br>(Case of 6)','line_item',803),(2504,'Bulk Active Rinse 100% RM','line_item',803),(2505,'Free Standard Shipping','shipping',803),(2506,'Active Rinse 8oz<br>(Case of 12)','line_item',805),(2507,'Active Rinse 16oz<br>(Case of 16)','line_item',805),(2508,'Comb-Out Mousse<br>(Case of 12)','line_item',805),(2509,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',805),(2510,'Professional Lice Comb<br>(Case of 12)','line_item',805),(2511,'Preventive Spray 8oz<br>(Case of 12)','line_item',805),(2512,'Bulk Active Rinse 100%','line_item',805),(2513,'Free Standard Shipping','shipping',805),(2514,'Professional Lice Comb<br>(Case of 12)','line_item',806),(2515,'Bulk Active Rinse 100%','line_item',806),(2516,'FedEx Ground','shipping',806),(2517,'Active Rinse 8oz<br>(Case of 12)','line_item',807),(2518,'Active Rinse 16oz<br>(Case of 16)','line_item',807),(2519,'Disposable Capes','line_item',807),(2520,'Disposable Head Bands','line_item',807),(2521,'Bulk Active Rinse 100% RM','line_item',807),(2522,'Free Standard Shipping','shipping',807),(2523,'Active Rinse 16oz<br>(Case of 16)','line_item',808),(2524,'Active Rinse 8oz<br>(Case of 12)','line_item',808),(2525,'Preventive Spray 8oz<br>(Case of 12)','line_item',808),(2526,'Bulk Active Rinse 100%','line_item',808),(2527,'Bulk Active Rinse 50/50','line_item',808),(2528,'Free Standard Shipping','shipping',808),(2529,'Bulk Active Rinse 100%','line_item',809),(2530,'Bulk Active Rinse 50/50','line_item',809),(2531,'Bulk Active Rinse 100%','line_item',809),(2532,'Disney Wet Brush','line_item',809),(2533,'FedEx Ground','shipping',809),(2540,'Professional Lice Comb<br>(Case of 12)','line_item',811),(2541,'Active Rinse 8oz<br>(Case of 12)','line_item',811),(2542,'FedEx Ground','shipping',811),(2543,'Active Rinse 16oz<br>(Case of 16)','line_item',812),(2544,'Bulk Active Rinse 100% RM','line_item',812),(2545,'Bulk Mousse 1 Gallon RM','line_item',812),(2546,'Free Standard Shipping','shipping',812),(2547,'Active Rinse 8oz<br>(Case of 12)','line_item',813),(2548,'Professional Lice Comb<br>(Case of 12)','line_item',813),(2549,'Bulk Active Rinse 100% RM','line_item',813),(2550,'Free Standard Shipping','shipping',813),(2551,'Bulk Active Rinse 100%','line_item',814),(2552,'Bulk Detangling Spray 1 Gallon','line_item',814),(2553,'FedEx Ground','shipping',814),(2554,'Bulk Mousse 1 Gallon','line_item',815),(2555,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',815),(2556,'Preventive Spray 8oz<br>(Case of 12)','line_item',815),(2557,'Comb-Out Mousse<br>(Case of 12)','line_item',815),(2558,'Active Rinse 8oz<br>(Case of 12)','line_item',815),(2559,'FedEx Ground','shipping',815),(2560,'Bulk Active Rinse 100% RM','line_item',816),(2561,'Bulk Active Rinse 100% RM','line_item',816),(2562,'Bulk Active Rinse 100% RM','line_item',816),(2563,'Bulk Active Rinse 100% RM','line_item',816),(2564,'Bulk Active Rinse 100% RM','line_item',816),(2565,'Bulk Active Rinse 100% RM','line_item',816),(2566,'Bulk Mousse 1 Gallon RM','line_item',816),(2567,'Bulk Mousse 1 Gallon RM','line_item',816),(2568,'Bulk Mousse 1 Gallon RM','line_item',816),(2569,'FedEx Ground','shipping',816),(2570,'Bulk Active Rinse 100% RM','line_item',817),(2571,'Bulk Detangling Spray 1 Gallon RM','line_item',817),(2572,'Bulk Mousse 1 Gallon RM','line_item',817),(2573,'FedEx Ground','shipping',817),(2574,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',819),(2575,'Active Rinse 8oz<br>(Case of 12)','line_item',819),(2576,'Urgent Care Kit<br>(Case of 6)','line_item',819),(2577,'Bulk Mousse 1 Gallon RM','line_item',819),(2578,'Professional Lice Comb<br>(Case of 12)','line_item',819),(2579,'Comb-Out Mousse<br>(Case of 12)','line_item',819),(2580,'Free Standard Shipping','shipping',819),(2581,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',820),(2582,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',820),(2583,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',820),(2584,'Preventive Spray 8oz<br>(Case of 12)','line_item',820),(2585,'Bulk Detangling Spray 1 Gallon','line_item',820),(2586,'Bulk Mousse 1 Gallon','line_item',820),(2587,'Bulk Active Rinse 100%','line_item',820),(2588,'Bulk Active Rinse 50/50','line_item',820),(2589,'Free Standard Shipping','shipping',820),(2590,'Bulk Active Rinse 100%','line_item',821),(2591,'FedEx Ground','shipping',821),(2597,'Bulk Active Rinse 100% RM','line_item',823),(2598,'Comb-Out Mousse<br>(Case of 12)','line_item',823),(2599,'Preventive Spray 8oz<br>(Case of 12)','line_item',823),(2600,'Bulk Mousse 1 Gallon RM','line_item',823),(2601,'Free Standard Shipping','shipping',823),(2602,'Comb-Out Mousse<br>(Case of 12)','line_item',824),(2603,'Preventive Spray 8oz<br>(Case of 12)','line_item',824),(2604,'Preventive Spray 2oz<br>(Case of 24)','line_item',824),(2605,'Bulk Detangling Spray 1 Gallon RM','line_item',824),(2606,'Bulk Active Rinse 100% RM','line_item',824),(2607,'Free Standard Shipping','shipping',824),(2608,'Preventive Spray 8oz<br>(Case of 12)','line_item',825),(2609,'Comb-Out Mousse<br>(Case of 12)','line_item',825),(2610,'Bulk Detangling Spray 1 Gallon RM','line_item',825),(2611,'Bulk Mousse 1 Gallon RM','line_item',825),(2612,'Bulk Active Rinse 100% RM','line_item',825),(2613,'Bulk Detangling Spray 1 Gallon RM','line_item',825),(2614,'Free Standard Shipping','shipping',825),(2615,'Comb-Out Mousse<br>(Case of 12)','line_item',826),(2616,'Preventive Spray 8oz<br>(Case of 12)','line_item',826),(2617,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',826),(2618,'Bulk Active Rinse 100% RM','line_item',826),(2619,'Active Rinse 16oz<br>(Case of 16)','line_item',826),(2620,'Free Standard Shipping','shipping',826),(2621,'Active Rinse 8oz<br>(Case of 12)','line_item',822),(2622,'Active Rinse 16oz<br>(Case of 16)','line_item',822),(2623,'Professional Lice Comb<br>(Case of 12)','line_item',822),(2624,'Active Rinse 8oz<br>(Case of 12)','line_item',822),(2625,'Free Standard Shipping','shipping',822),(2626,'Active Rinse 8oz<br>(Case of 12)','line_item',827),(2627,'Professional Lice Comb<br>(Case of 12)','line_item',827),(2628,'Bulk Active Rinse 100% RM','line_item',827),(2629,'Disposable Head Bands','line_item',827),(2630,'Preventive Spray 2oz<br>(Case of 24)','line_item',827),(2631,'FedEx Ground','shipping',827),(2632,'Active Rinse 8oz<br>(Case of 12)','line_item',828),(2633,'Professional Lice Comb<br>(Case of 12)','line_item',828),(2634,'Bulk Active Rinse 100% RM','line_item',828),(2635,'Disposable Head Bands','line_item',828),(2636,'Preventive Spray 2oz<br>(Case of 24)','line_item',828),(2637,'FedEx Ground','shipping',828),(2638,'Active Rinse 8oz<br>(Case of 12)','line_item',829),(2639,'Professional Lice Comb<br>(Case of 12)','line_item',829),(2640,'Preventive Spray 2oz<br>(Case of 24)','line_item',829),(2641,'Bulk Active Rinse 100% RM','line_item',829),(2642,'Free Standard Shipping','shipping',829),(2643,'Comb-Out Mousse<br>(Case of 12)','line_item',830),(2644,'Comb-Out Mousse<br>(Case of 12)','line_item',830),(2645,'Bulk Mousse 1 Gallon','line_item',830),(2646,'Bulk Mousse 1 Gallon','line_item',830),(2647,'Professional Lice Comb<br>(Case of 12)','line_item',830),(2648,'Professional Lice Comb<br>(Case of 12)','line_item',830),(2649,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',830),(2650,'Preventive Kit<br>(Case of 6)','line_item',830),(2651,'Bulk Mousse 1 Gallon','line_item',830),(2652,'Bulk Active Rinse 100%','line_item',830),(2653,'Bulk Active Rinse 100%','line_item',830),(2654,'Bulk Active Rinse 100%','line_item',830),(2655,'FedEx Ground','shipping',830),(2656,'Bulk Active Rinse 100%','line_item',831),(2657,'Active Rinse 8oz<br>(Case of 12)','line_item',831),(2658,'FedEx Ground','shipping',831),(2659,'Bulk Active Rinse 100% RM','line_item',832),(2660,'FedEx Ground','shipping',832),(2661,'Bulk Active Rinse 100% RM','line_item',833),(2662,'FedEx Ground','shipping',833),(2663,'Urgent Care Kit<br>(Case of 6)','line_item',834),(2664,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',834),(2665,'Preventive Spray 2oz<br>(Case of 24)','line_item',834),(2666,'Preventive Spray 8oz<br>(Case of 12)','line_item',834),(2667,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',834),(2668,'Bulk Active Rinse 100% RM','line_item',834),(2669,'Bulk Mousse 1 Gallon RM','line_item',834),(2670,'Free Standard Shipping','shipping',834),(2671,'Bulk Active Rinse 100% RM','line_item',835),(2672,'Active Rinse 8oz<br>(Case of 12)','line_item',835),(2673,'Urgent Care Kit<br>(Case of 6)','line_item',835),(2674,'Preventive Shampoo<br>(Case of 12)','line_item',835),(2675,'Preventive Conditioner<br>(Case of 12)','line_item',835),(2676,'FedEx Ground','shipping',835),(2682,'Professional Lice Comb<br>(Case of 12)','line_item',837),(2683,'Professional Lice Comb<br>(Case of 12)','line_item',837),(2684,'Bulk Active Rinse 100%','line_item',837),(2685,'Bulk Mousse 1 Gallon','line_item',837),(2686,'Bulk Detangling Spray 1 Gallon','line_item',837),(2687,'Bulk Active Rinse 100%','line_item',837),(2688,'The Wet Brush','line_item',837),(2689,'FedEx Ground','shipping',837),(2693,'Bulk Detangling Spray 1 Gallon RM','line_item',838),(2694,'Bulk Mousse 1 Gallon RM','line_item',838),(2695,'FedEx Ground','shipping',838),(2696,'Urgent Care Kit<br>(Case of 6)','line_item',839),(2697,'Active Rinse 16oz<br>(Case of 16)','line_item',839),(2698,'Bulk Active Rinse 100%','line_item',839),(2699,'Professional Lice Comb<br>(Case of 12)','line_item',839),(2700,'Free Standard Shipping','shipping',839),(2701,'Bulk Detangling Spray 1 Gallon','line_item',840),(2702,'Bulk Mousse 1 Gallon','line_item',840),(2703,'FedEx Ground','shipping',840),(2704,'Active Rinse 16oz<br>(Case of 16)','line_item',841),(2705,'Preventive Spray 2oz<br>(Case of 24)','line_item',841),(2706,'Bulk Detangling Spray 1 Gallon','line_item',841),(2707,'Goomee 4 Pack','line_item',841),(2708,'Bulk Active Rinse 100%','line_item',841),(2709,'Bulk Active Rinse 50/50','line_item',841),(2710,'Urgent Care Kit<br>(Case of 6)','line_item',841),(2711,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',841),(2712,'FedEx Ground','shipping',841),(2713,'Bulk Active Rinse 100%','line_item',842),(2714,'Disposable Head Bands','line_item',842),(2715,'FedEx Ground','shipping',842),(2716,'Active Rinse 8oz<br>(Case of 12)','line_item',844),(2717,'Professional Lice Comb<br>(Case of 12)','line_item',844),(2718,'FedEx Ground','shipping',844),(2719,'Active Rinse 8oz<br>(Case of 12)','line_item',845),(2720,'Active Rinse 16oz<br>(Case of 16)','line_item',845),(2721,'Professional Lice Comb<br>(Case of 12)','line_item',845),(2722,'Preventive Shampoo<br>(Case of 12)','line_item',845),(2723,'Preventive Spray 8oz<br>(Case of 12)','line_item',845),(2724,'Bulk Active Rinse 100%','line_item',845),(2725,'Bulk Mousse 1 Gallon','line_item',845),(2726,'Free Standard Shipping','shipping',845),(2727,'Preventive Kit<br>(Case of 6)','line_item',846),(2728,'Preventive Kit<br>(Case of 6)','line_item',846),(2729,'Preventive Kit<br>(Case of 6)','line_item',846),(2730,'Preventive Kit<br>(Case of 6)','line_item',846),(2731,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',846),(2732,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',846),(2733,'Free Standard Shipping','shipping',846),(2734,'Active Rinse 8oz<br>(Case of 12)','line_item',847),(2735,'Active Rinse 16oz<br>(Case of 16)','line_item',847),(2736,'Disposable Capes','line_item',847),(2737,'Bulk Active Rinse 100% RM','line_item',847),(2738,'Professional Lice Comb<br>(Case of 12)','line_item',847),(2739,'Free Standard Shipping','shipping',847),(2740,'Professional Lice Comb<br>(Case of 12)','line_item',848),(2741,'FedEx Ground','shipping',848),(2742,'Bulk Active Rinse 100%','line_item',849),(2743,'FedEx Ground','shipping',849),(2744,'Bulk Active Rinse 100%','line_item',850),(2745,'FedEx Ground','shipping',850),(2750,'Bulk Detangling Spray 1 Gallon','line_item',853),(2751,'Bulk Active Rinse 100%','line_item',853),(2752,'Bulk Active Rinse 100%','line_item',853),(2753,'Bulk Detangling Spray 1 Gallon','line_item',853),(2754,'Professional Lice Comb<br>(Case of 12)','line_item',853),(2755,'FedEx Ground','shipping',853),(2756,'Bulk Active Rinse 100%','line_item',854),(2757,'FedEx Ground','shipping',854),(2758,'Bulk Active Rinse 50/50','line_item',855),(2759,'FedEx Ground','shipping',855),(2760,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',856),(2761,'Professional Lice Comb<br>(Case of 12)','line_item',856),(2762,'Disposable Head Bands','line_item',856),(2763,'Disposable Head Bands','line_item',856),(2764,'Disposable Head Bands','line_item',856),(2765,'FedEx Ground','shipping',856),(2766,'Active Rinse 8oz<br>(Case of 12)','line_item',857),(2767,'Professional Lice Comb<br>(Case of 12)','line_item',857),(2768,'The Wet Brush','line_item',857),(2769,'Bulk Active Rinse 100%','line_item',857),(2770,'FedEx Ground','shipping',857),(2776,'Comb-Out Mousse<br>(Case of 12)','line_item',859),(2777,'FedEx Ground','shipping',859),(2778,'Active Rinse 16oz<br>(Case of 16)','line_item',860),(2779,'Preventive Kit<br>(Case of 6)','line_item',860),(2780,'Disposable Head Bands','line_item',860),(2781,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',860),(2782,'Professional Lice Comb<br>(Case of 12)','line_item',860),(2783,'Preventive Spray 8oz<br>(Case of 12)','line_item',860),(2784,'Preventive Kit<br>(Case of 6)','line_item',860),(2785,'Disposable Head Bands','line_item',860),(2786,'Free Standard Shipping','shipping',860),(2787,'Bulk Active Rinse 100% RM','line_item',861),(2788,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',861),(2789,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',861),(2790,'Preventive Spray 2oz<br>(Case of 24)','line_item',861),(2791,'Preventive Spray 8oz<br>(Case of 12)','line_item',861),(2792,'Urgent Care Kit<br>(Case of 6)','line_item',861),(2793,'Free Standard Shipping','shipping',861),(2794,'Bulk Active Rinse 100%','line_item',862),(2795,'Bulk Detangling Spray 1 Gallon','line_item',862),(2796,'Bulk Mousse 1 Gallon','line_item',862),(2797,'FedEx Ground','shipping',862),(2798,'Active Rinse 8oz<br>(Case of 12)','line_item',863),(2799,'Active Rinse 16oz<br>(Case of 16)','line_item',863),(2800,'FedEx Ground','shipping',863),(2801,'Active Rinse 8oz<br>(Case of 12)','line_item',864),(2802,'Active Rinse 16oz<br>(Case of 16)','line_item',864),(2803,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',864),(2804,'Professional Lice Comb<br>(Case of 12)','line_item',864),(2805,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',864),(2806,'Preventive Spray 8oz<br>(Case of 12)','line_item',864),(2807,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',864),(2808,'Preventive Shampoo<br>(Case of 12)','line_item',864),(2809,'Bulk Active Rinse 100%','line_item',864),(2810,'Free Standard Shipping','shipping',864),(2813,'Bulk Detangling Spray 1 Gallon RM','line_item',866),(2814,'The Wet Brush','line_item',866),(2815,'Bulk Active Rinse 100% RM','line_item',866),(2816,'FedEx Ground','shipping',866),(2817,'Bulk Active Rinse 100%','line_item',868),(2818,'Preventive Shampoo<br>(Case of 12)','line_item',868),(2819,'Preventive Conditioner<br>(Case of 12)','line_item',868),(2820,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',868),(2821,'Active Rinse 8oz<br>(Case of 12)','line_item',868),(2822,'Free Standard Shipping','shipping',868),(2823,'Free Standard Shipping','shipping',868),(2824,'Free Standard Shipping','shipping',868),(2825,'Free Standard Shipping','shipping',868),(2826,'Free Standard Shipping','shipping',868),(2827,'Active Rinse 16oz<br>(Case of 16)','line_item',869),(2828,'Urgent Care Kit<br>(Case of 6)','line_item',869),(2829,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',869),(2830,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',869),(2831,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',869),(2832,'Bulk Active Rinse 100%','line_item',869),(2833,'Bulk Active Rinse 50/50','line_item',869),(2834,'Bulk Detangling Spray 1 Gallon','line_item',869),(2835,'Bulk Mousse 1 Gallon','line_item',869),(2836,'Free Standard Shipping','shipping',869),(2842,'Professional Lice Comb<br>(Case of 12)','line_item',872),(2843,'Active Rinse 8oz<br>(Case of 12)','line_item',872),(2844,'Active Rinse 16oz<br>(Case of 16)','line_item',872),(2845,'Urgent Care Kit<br>(Case of 6)','line_item',872),(2846,'Preventive Spray 8oz<br>(Case of 12)','line_item',872),(2847,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',872),(2848,'Bulk Detangling Spray 1 Gallon RM','line_item',872),(2849,'Bulk Mousse 1 Gallon RM','line_item',872),(2850,'Disposable Capes','line_item',872),(2851,'Free Standard Shipping','shipping',872),(2852,'Active Rinse 8oz<br>(Case of 12)','line_item',873),(2853,'Urgent Care Kit<br>(Case of 6)','line_item',873),(2854,'Bulk Active Rinse 100%','line_item',873),(2855,'Bulk Active Rinse 100%','line_item',873),(2856,'Bulk Active Rinse 100%','line_item',873),(2857,'Bulk Active Rinse 100%','line_item',873),(2858,'Bulk Active Rinse 100%','line_item',873),(2859,'Bulk Active Rinse 100%','line_item',873),(2860,'Bulk Active Rinse 100%','line_item',873),(2861,'Bulk Active Rinse 100%','line_item',873),(2862,'FedEx Ground','shipping',873),(2869,'Professional Lice Comb<br>(Case of 12)','line_item',875),(2870,'Bulk Mousse 1 Gallon','line_item',875),(2871,'FedEx Ground','shipping',875),(2872,'Active Rinse 8oz<br>(Case of 12)','line_item',876),(2873,'Preventive Kit<br>(Case of 6)','line_item',876),(2874,'Bulk Active Rinse 100% RM','line_item',876),(2875,'Active Rinse 16oz<br>(Case of 16)','line_item',876),(2876,'Comb-Out Mousse<br>(Case of 12)','line_item',876),(2877,'Free Standard Shipping','shipping',876),(2880,'Active Rinse 8oz<br>(Case of 12)','line_item',878),(2881,'Active Rinse 16oz<br>(Case of 16)','line_item',878),(2882,'Comb-Out Mousse<br>(Case of 12)','line_item',878),(2883,'Professional Lice Comb<br>(Case of 12)','line_item',878),(2884,'Urgent Care Kit<br>(Case of 6)','line_item',878),(2885,'Preventive Spray 8oz<br>(Case of 12)','line_item',878),(2886,'Bulk Active Rinse 100% RM','line_item',878),(2887,'Free Standard Shipping','shipping',878),(2890,'Professional Lice Comb<br>(Case of 12)','line_item',880),(2891,'Preventive Spray 8oz<br>(Case of 12)','line_item',880),(2892,'Bulk Active Rinse 100%','line_item',880),(2893,'FedEx Ground','shipping',880),(2894,'Bulk Mousse 1 Gallon','line_item',881),(2895,'FedEx Ground','shipping',881),(2896,'Bulk Active Rinse 100%','line_item',882),(2897,'FedEx Ground','shipping',882),(2898,'Bulk Active Rinse 100%','line_item',883),(2899,'FedEx Ground','shipping',883),(2900,'Bulk Mousse 1 Gallon','line_item',884),(2901,'FedEx Ground','shipping',884),(2902,'Active Rinse 8oz<br>(Case of 12)','line_item',885),(2903,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',885),(2904,'Professional Lice Comb<br>(Case of 12)','line_item',885),(2905,'Bulk Active Rinse 100% RM','line_item',885),(2906,'FedEx Ground','shipping',885),(2907,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',886),(2908,'Professional Lice Comb<br>(Case of 12)','line_item',886),(2909,'Bulk Mousse 1 Gallon RM','line_item',886),(2910,'Active Rinse 8oz<br>(Case of 12)','line_item',886),(2911,'Professional Lice Comb<br>(Case of 12)','line_item',886),(2912,'Preventive Spray 8oz<br>(Case of 12)','line_item',886),(2913,'Disposable Capes','line_item',886),(2914,'Course Tail Comb','line_item',886),(2915,'Course Tail Comb','line_item',886),(2916,'Free Standard Shipping','shipping',886),(2917,'Active Rinse 8oz<br>(Case of 12)','line_item',888),(2918,'Urgent Care Kit<br>(Case of 6)','line_item',888),(2919,'Preventive Spray 8oz<br>(Case of 12)','line_item',888),(2920,'Preventive Kit<br>(Case of 6)','line_item',888),(2921,'Bulk Active Rinse 100%','line_item',888),(2922,'Bulk Mousse 1 Gallon','line_item',888),(2923,'The Wet Brush','line_item',888),(2924,'Course Tail Comb','line_item',888),(2925,'FedEx Ground','shipping',888),(2926,'Bulk Mousse 1 Gallon','line_item',889),(2927,'Professional Lice Comb<br>(Case of 12)','line_item',889),(2928,'Bulk Active Rinse 50/50','line_item',889),(2929,'FedEx Ground','shipping',889),(2930,'Bulk Active Rinse 100%','line_item',890),(2931,'Bulk Detangling Spray 1 Gallon','line_item',890),(2932,'Bulk Mousse 1 Gallon','line_item',890),(2933,'FedEx Ground','shipping',890),(2934,'Comb-Out Mousse<br>(Case of 12)','line_item',891),(2935,'Professional Lice Comb<br>(Case of 12)','line_item',891),(2936,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',891),(2937,'FedEx Ground','shipping',891),(2940,'Bulk Active Rinse 100% RM','line_item',893),(2941,'FedEx Ground','shipping',893),(2942,'Active Rinse 8oz<br>(Case of 12)','line_item',894),(2943,'Professional Lice Comb<br>(Case of 12)','line_item',894),(2944,'Preventive Spray 8oz<br>(Case of 12)','line_item',894),(2945,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',894),(2946,'Preventive Spray 2oz<br>(Case of 24)','line_item',894),(2947,'FedEx Ground','shipping',894),(2948,'Active Rinse 8oz<br>(Case of 12)','line_item',895),(2949,'Active Rinse 16oz<br>(Case of 16)','line_item',895),(2950,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',895),(2951,'Bulk Active Rinse 100%','line_item',895),(2952,'Free Standard Shipping','shipping',895),(2953,'Bulk Active Rinse 100% RM','line_item',896),(2954,'Active Rinse 8oz<br>(Case of 12)','line_item',896),(2955,'Professional Lice Comb<br>(Case of 12)','line_item',896),(2956,'Urgent Care Kit<br>(Case of 6)','line_item',896),(2957,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',896),(2958,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',896),(2959,'Preventive Kit<br>(Case of 6)','line_item',896),(2960,'FedEx Ground','shipping',896),(2961,'Bulk Active Rinse 100% RM','line_item',897),(2962,'Preventive Spray 8oz<br>(Case of 12)','line_item',897),(2963,'Comb-Out Mousse<br>(Case of 12)','line_item',897),(2964,'Bulk Mousse 1 Gallon RM','line_item',897),(2965,'Professional Lice Comb<br>(Case of 12)','line_item',897),(2966,'Free Standard Shipping','shipping',897),(2973,'Preventive Spray 8oz<br>(Case of 12)','line_item',898),(2974,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',898),(2975,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',898),(2976,'Bulk Mousse 1 Gallon RM','line_item',898),(2977,'Bulk Active Rinse 100% RM','line_item',898),(2978,'Free Standard Shipping','shipping',898),(2979,'Bulk Active Rinse 100% RM','line_item',899),(2980,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',899),(2981,'Professional Lice Comb<br>(Case of 12)','line_item',899),(2982,'Free Standard Shipping','shipping',899),(2983,'Preventive Shampoo<br>(Case of 12)','line_item',900),(2984,'Professional Lice Comb<br>(Case of 12)','line_item',900),(2985,'Bulk Active Rinse 100% RM','line_item',900),(2986,'Free Standard Shipping','shipping',900),(2987,'Preventive Spray 8oz<br>(Case of 12)','line_item',901),(2988,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',901),(2989,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',901),(2990,'Bulk Mousse 1 Gallon RM','line_item',901),(2991,'Bulk Active Rinse 100% RM','line_item',901),(2992,'Preventive Shampoo<br>(Case of 12)','line_item',902),(2993,'Preventive Spray 8oz<br>(Case of 12)','line_item',902),(2994,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',902),(2995,'Bulk Active Rinse 100% RM','line_item',902),(2996,'Bulk Mousse 1 Gallon RM','line_item',902),(2997,'Free Standard Shipping','shipping',902),(2998,'Bulk Active Rinse 100%','line_item',903),(2999,'FedEx Ground','shipping',903),(3000,'Active Rinse 8oz<br>(Case of 12)','line_item',904),(3001,'Active Rinse 16oz<br>(Case of 16)','line_item',904),(3002,'FedEx Ground','shipping',904),(3003,'Comb-Out Mousse<br>(Case of 12)','line_item',906),(3004,'Wet Comb','line_item',906),(3005,'The Wet Brush','line_item',906),(3006,'Bulk Active Rinse 100%','line_item',906),(3007,'Professional Lice Comb<br>(Case of 12)','line_item',906),(3008,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',906),(3009,'FedEx Ground','shipping',906),(3022,'Active Rinse 8oz<br>(Case of 12)','line_item',909),(3023,'Active Rinse 16oz<br>(Case of 16)','line_item',909),(3024,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',909),(3025,'Bulk Active Rinse 100% RM','line_item',909),(3026,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',909),(3027,'Professional Lice Comb<br>(Case of 12)','line_item',909),(3028,'Bulk Detangling Spray 1 Gallon RM','line_item',909),(3029,'Free Standard Shipping','shipping',909),(3030,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',910),(3031,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',910),(3032,'Professional Lice Comb<br>(Case of 12)','line_item',910),(3033,'Bulk Active Rinse 100%','line_item',910),(3034,'FedEx Ground','shipping',910),(3035,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',911),(3036,'FedEx Ground','shipping',911),(3037,'Active Rinse 8oz<br>(Case of 12)','line_item',912),(3038,'Active Rinse 16oz<br>(Case of 16)','line_item',912),(3039,'Urgent Care Kit<br>(Case of 6)','line_item',912),(3040,'Shipping discount','fee',912),(3041,'FedEx 2Day','shipping',912),(3042,'shiphawaii','coupon',912),(3043,'Urgent Care Kit<br>(Case of 6)','line_item',913),(3044,'Professional Lice Comb<br>(Case of 12)','line_item',913),(3045,'Active Rinse 8oz<br>(Case of 12)','line_item',913),(3046,'Active Rinse 16oz<br>(Case of 16)','line_item',913),(3047,'Shipping discount','fee',913),(3048,'FedEx Ground','shipping',913),(3049,'shiphawaii','coupon',913),(3050,'Active Rinse 16oz<br>(Case of 16)','line_item',914),(3051,'Comb-Out Mousse<br>(Case of 12)','line_item',914),(3052,'Urgent Care Kit<br>(Case of 6)','line_item',914),(3053,'Bulk Active Rinse 100% RM','line_item',914),(3054,'Bulk Detangling Spray 1 Gallon RM','line_item',914),(3055,'Bulk Mousse 1 Gallon RM','line_item',914),(3056,'Free Standard Shipping','shipping',914),(3057,'Professional Lice Comb<br>(Case of 12)','line_item',915),(3058,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',915),(3059,'Urgent Care Kit<br>(Case of 6)','line_item',915),(3060,'Preventive Kit<br>(Case of 6)','line_item',915),(3061,'Bulk Active Rinse 100% RM','line_item',915),(3062,'Active Rinse 8oz<br>(Case of 12)','line_item',915),(3063,'Active Rinse 16oz<br>(Case of 16)','line_item',915),(3064,'FedEx Ground','shipping',915),(3065,'Active Rinse 8oz<br>(Case of 12)','line_item',916),(3066,'Active Rinse 16oz<br>(Case of 16)','line_item',916),(3067,'Comb-Out Mousse<br>(Case of 12)','line_item',916),(3068,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',916),(3069,'Professional Lice Comb<br>(Case of 12)','line_item',916),(3070,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',916),(3071,'Bulk Active Rinse 100% RM','line_item',916),(3072,'FedEx Ground','shipping',916),(3073,'Bulk Active Rinse 100% RM','line_item',918),(3074,'Preventive Spray 8oz<br>(Case of 12)','line_item',918),(3075,'Professional Lice Comb<br>(Case of 12)','line_item',918),(3076,'Preventive Spray 2oz<br>(Case of 24)','line_item',918),(3077,'Free Standard Shipping','shipping',918),(3078,'Active Rinse 8oz<br>(Case of 12)','line_item',919),(3079,'Professional Lice Comb<br>(Case of 12)','line_item',919),(3080,'Preventive Shampoo<br>(Case of 12)','line_item',919),(3081,'Preventive Conditioner<br>(Case of 12)','line_item',919),(3082,'Preventive Spray 8oz<br>(Case of 12)','line_item',919),(3083,'Bulk Active Rinse 100% RM','line_item',919),(3084,'Free Standard Shipping','shipping',919),(3085,'Professional Lice Comb<br>(Case of 12)','line_item',920),(3086,'Active Rinse 8oz<br>(Case of 12)','line_item',920),(3087,'Active Rinse 16oz<br>(Case of 16)','line_item',920),(3088,'Bulk Detangling Spray 1 Gallon RM','line_item',920),(3089,'Bulk Mousse 1 Gallon RM','line_item',920),(3090,'Disposable Capes','line_item',920),(3091,'Bulk Active Rinse 100% RM','line_item',920),(3092,'Disposable Capes','line_item',920),(3093,'Disposable Head Bands','line_item',920),(3094,'Free Standard Shipping','shipping',920),(3095,'Active Rinse 8oz<br>(Case of 12)','line_item',921),(3096,'Active Rinse 16oz<br>(Case of 16)','line_item',921),(3097,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',921),(3098,'Professional Lice Comb<br>(Case of 12)','line_item',921),(3099,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',921),(3100,'Preventive Shampoo<br>(Case of 12)','line_item',921),(3101,'Preventive Spray 8oz<br>(Case of 12)','line_item',921),(3102,'Preventive Conditioner<br>(Case of 12)','line_item',921),(3103,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',921),(3104,'Bulk Active Rinse 100%','line_item',921),(3105,'Free Standard Shipping','shipping',921),(3106,'Bulk Active Rinse 100%','line_item',922),(3107,'FedEx Ground','shipping',922),(3108,'Bulk Active Rinse 100%','line_item',923),(3109,'FedEx Ground','shipping',923),(3110,'Bulk Active Rinse 100%','line_item',924),(3111,'FedEx Ground','shipping',924),(3112,'Bulk Active Rinse 100%','line_item',925),(3113,'Bulk Active Rinse 50/50','line_item',925),(3114,'Bulk Mousse 1 Gallon','line_item',925),(3115,'FedEx Ground','shipping',925),(3116,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',926),(3117,'Bulk Mousse 1 Gallon','line_item',926),(3118,'FedEx Ground','shipping',926),(3137,'Active Rinse 8oz<br>(Case of 12)','line_item',929),(3138,'Active Rinse 16oz<br>(Case of 16)','line_item',929),(3139,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',929),(3140,'Bulk Active Rinse 100% RM','line_item',929),(3141,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',929),(3142,'Professional Lice Comb<br>(Case of 12)','line_item',929),(3143,'Bulk Detangling Spray 1 Gallon RM','line_item',929),(3144,'Preventive Spray 2oz<br>(Case of 24)','line_item',929),(3145,'Free Standard Shipping','shipping',929),(3146,'Preventive Shampoo<br>(Case of 12)','line_item',930),(3147,'Preventive Conditioner<br>(Case of 12)','line_item',930),(3148,'Bulk Active Rinse 100%','line_item',930),(3149,'FedEx Ground','shipping',930),(3150,'Bulk Detangling Spray 1 Gallon','line_item',931),(3151,'FedEx Ground','shipping',931),(3152,'Active Rinse 8oz<br>(Case of 12)','line_item',932),(3153,'Preventive Spray 8oz<br>(Case of 12)','line_item',932),(3154,'Bulk Active Rinse 100% RM','line_item',932),(3155,'Preventive Spray 2oz<br>(Case of 24)','line_item',932),(3156,'Professional Lice Comb<br>(Case of 12)','line_item',932),(3157,'FedEx Ground','shipping',932),(3158,'Professional Lice Comb<br>(Case of 12)','line_item',933),(3159,'Preventive Spray 8oz<br>(Case of 12)','line_item',933),(3160,'Bulk Active Rinse 100%','line_item',933),(3161,'Comb-Out Mousse<br>(Case of 12)','line_item',933),(3162,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',933),(3163,'Active Rinse 16oz<br>(Case of 16)','line_item',933),(3164,'Active Rinse 8oz<br>(Case of 12)','line_item',933),(3165,'Free Standard Shipping','shipping',933),(3166,'Active Rinse 8oz<br>(Case of 12)','line_item',934),(3167,'Active Rinse 16oz<br>(Case of 16)','line_item',934),(3168,'Professional Lice Comb<br>(Case of 12)','line_item',934),(3169,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',934),(3170,'Urgent Care Kit<br>(Case of 6)','line_item',934),(3171,'Preventive Spray 2oz<br>(Case of 24)','line_item',934),(3172,'Preventive Spray 8oz<br>(Case of 12)','line_item',934),(3173,'Preventive Kit<br>(Case of 6)','line_item',934),(3174,'Free Standard Shipping','shipping',934),(3175,'Bulk Active Rinse 100%','line_item',936),(3176,'FedEx Ground','shipping',936),(3177,'Active Rinse 8oz<br>(Case of 12)','line_item',938),(3178,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',938),(3179,'The Wet Brush','line_item',938),(3180,'Professional Lice Comb<br>(Case of 12)','line_item',938),(3181,'Bulk Mousse 1 Gallon','line_item',938),(3182,'Bulk Active Rinse 100%','line_item',938),(3183,'Free Standard Shipping','shipping',938),(3184,'Bulk Active Rinse 100% RM','line_item',939),(3185,'Bulk Mousse 1 Gallon RM','line_item',939),(3186,'Active Rinse 8oz<br>(Case of 12)','line_item',939),(3187,'Preventive Spray 8oz<br>(Case of 12)','line_item',939),(3188,'Preventive Spray 2oz<br>(Case of 24)','line_item',939),(3189,'Preventive Kit<br>(Case of 6)','line_item',939),(3190,'Professional Lice Comb<br>(Case of 12)','line_item',939),(3191,'Free Standard Shipping','shipping',939),(3192,'Bulk Active Rinse 50/50 RM','line_item',940),(3193,'Goomee 4 Pack','line_item',940),(3194,'FedEx Ground','shipping',940),(3195,'Bulk Active Rinse 100%','line_item',941),(3196,'Bulk Detangling Spray 1 Gallon','line_item',941),(3197,'FedEx Ground','shipping',941),(3198,'Professional Lice Comb<br>(Case of 12)','line_item',942),(3199,'Preventive Kit<br>(Case of 6)','line_item',942),(3200,'Preventive Spray 8oz<br>(Case of 12)','line_item',942),(3201,'Bulk Active Rinse 100%','line_item',942),(3202,'FedEx Ground','shipping',942),(3203,'Bulk Active Rinse 100% RM','line_item',943),(3204,'Active Rinse 8oz<br>(Case of 12)','line_item',943),(3205,'Preventive Spray 8oz<br>(Case of 12)','line_item',943),(3206,'Professional Lice Comb<br>(Case of 12)','line_item',943),(3207,'Free Standard Shipping','shipping',943),(3208,'Bulk Active Rinse 100%','line_item',944),(3209,'FedEx Ground','shipping',944),(3210,'Bulk Active Rinse 100%','line_item',945),(3211,'FedEx Ground','shipping',945),(3212,'Professional Lice Comb<br>(Case of 12)','line_item',946),(3213,'Bulk Active Rinse 100% RM','line_item',946),(3214,'FedEx Ground','shipping',946),(3215,'Professional Lice Comb<br>(Case of 12)','line_item',948),(3216,'FedEx Ground','shipping',948),(3217,'Preventive Spray 2oz<br>(Case of 24)','line_item',949),(3218,'Comb-Out Mousse<br>(Case of 12)','line_item',949),(3219,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',949),(3220,'Active Rinse 8oz<br>(Case of 12)','line_item',949),(3221,'FedEx Ground','shipping',949),(3222,'Bulk Active Rinse 100%','line_item',950),(3223,'FedEx Ground','shipping',950),(3230,'Bulk Active Rinse 100% RM','line_item',952),(3231,'Comb-Out Mousse<br>(Case of 12)','line_item',952),(3232,'Preventive Spray 8oz<br>(Case of 12)','line_item',952),(3233,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',952),(3234,'Active Rinse 16oz<br>(Case of 16)','line_item',952),(3235,'Active Rinse 8oz<br>(Case of 12)','line_item',952),(3236,'Free Standard Shipping','shipping',952),(3237,'Comb-Out Mousse<br>(Case of 12)','line_item',953),(3238,'Preventive Spray 8oz<br>(Case of 12)','line_item',953),(3239,'Bulk Mousse 1 Gallon RM','line_item',953),(3240,'Bulk Active Rinse 100% RM','line_item',953),(3241,'Free Standard Shipping','shipping',953),(3242,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',954),(3243,'Bulk Detangling Spray 1 Gallon RM','line_item',954),(3244,'Preventive Conditioner<br>(Case of 12)','line_item',954),(3245,'Bulk Active Rinse 100% RM','line_item',954),(3246,'Professional Lice Comb<br>(Case of 12)','line_item',954),(3247,'Free Standard Shipping','shipping',954),(3248,'Preventive Conditioner<br>(Case of 12)','line_item',955),(3249,'Preventive Spray 2oz<br>(Case of 24)','line_item',955),(3250,'Preventive Spray 8oz<br>(Case of 12)','line_item',955),(3251,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',955),(3252,'Bulk Active Rinse 100% RM','line_item',955),(3253,'Active Rinse 16oz<br>(Case of 16)','line_item',955),(3254,'Free Standard Shipping','shipping',955),(3255,'Active Rinse 8oz<br>(Case of 12)','line_item',956),(3256,'Professional Lice Comb<br>(Case of 12)','line_item',956),(3257,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',956),(3258,'Bulk Active Rinse 100%','line_item',956),(3259,'Bulk Detangling Spray 1 Gallon','line_item',956),(3260,'FedEx Ground','shipping',956),(3261,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',957),(3262,'Urgent Care Kit<br>(Case of 6)','line_item',957),(3263,'Preventive Kit<br>(Case of 6)','line_item',957),(3264,'Free Standard Shipping','shipping',957),(3265,'Active Rinse 8oz<br>(Case of 12)','line_item',958),(3266,'Active Rinse 16oz<br>(Case of 16)','line_item',958),(3267,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',958),(3268,'Preventive Shampoo<br>(Case of 12)','line_item',958),(3269,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',958),(3270,'FedEx Ground','shipping',958),(3271,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',959),(3272,'Preventive Spray 8oz<br>(Case of 12)','line_item',959),(3273,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',959),(3274,'Professional Lice Comb<br>(Case of 12)','line_item',959),(3275,'Bulk Active Rinse 100%','line_item',959),(3276,'Free Standard Shipping','shipping',959),(3277,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',960),(3278,'Preventive Kit<br>(Case of 6)','line_item',960),(3279,'Active Rinse 16oz<br>(Case of 16)','line_item',960),(3280,'Professional Lice Comb<br>(Case of 12)','line_item',960),(3281,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',960),(3282,'Disposable Head Bands','line_item',960),(3283,'Bulk Detangling Spray 1 Gallon','line_item',960),(3284,'Bulk Active Rinse 100%','line_item',960),(3285,'Active Rinse 8oz<br>(Case of 12)','line_item',960),(3286,'Free Standard Shipping','shipping',960),(3287,'Professional Lice Comb<br>(Case of 12)','line_item',961),(3288,'Active Rinse 8oz<br>(Case of 12)','line_item',961),(3289,'Active Rinse 16oz<br>(Case of 16)','line_item',961),(3290,'Bulk Detangling Spray 1 Gallon RM','line_item',961),(3291,'Disposable Capes','line_item',961),(3292,'Bulk Active Rinse 100% RM','line_item',961),(3293,'Free Standard Shipping','shipping',961),(3294,'Professional Lice Comb<br>(Case of 12)','line_item',962),(3295,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',962),(3296,'Disposable Head Bands','line_item',962),(3297,'FedEx Ground','shipping',962),(3298,'Active Rinse 8oz<br>(Case of 12)','line_item',963),(3299,'Professional Lice Comb<br>(Case of 12)','line_item',963),(3300,'Free Standard Shipping','shipping',963),(3301,'Professional Lice Comb<br>(Case of 12)','line_item',964),(3302,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',964),(3303,'Preventive Kit<br>(Case of 6)','line_item',964),(3304,'Preventive Shampoo<br>(Case of 12)','line_item',964),(3305,'Free Standard Shipping','shipping',964),(3306,'Preventive Shampoo<br>(Case of 12)','line_item',966),(3307,'Preventive Conditioner<br>(Case of 12)','line_item',966),(3308,'Professional Lice Comb<br>(Case of 12)','line_item',966),(3309,'FedEx Ground','shipping',966),(3317,'Preventive Spray 2oz<br>(Case of 24)','line_item',968),(3318,'Preventive Spray 8oz<br>(Case of 12)','line_item',968),(3319,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',968),(3320,'Bulk Mousse 1 Gallon RM','line_item',968),(3321,'Comb-Out Mousse<br>(Case of 12)','line_item',968),(3322,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',968),(3323,'Free Standard Shipping','shipping',968),(3324,'Active Rinse 8oz<br>(Case of 12)','line_item',969),(3325,'Active Rinse 16oz<br>(Case of 16)','line_item',969),(3326,'Comb-Out Mousse<br>(Case of 12)','line_item',969),(3327,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',969),(3328,'Professional Lice Comb<br>(Case of 12)','line_item',969),(3329,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',969),(3330,'Urgent Care Kit<br>(Case of 6)','line_item',969),(3331,'Preventive Shampoo<br>(Case of 12)','line_item',969),(3332,'Preventive Conditioner<br>(Case of 12)','line_item',969),(3333,'Preventive Spray 2oz<br>(Case of 24)','line_item',969),(3334,'Preventive Spray 8oz<br>(Case of 12)','line_item',969),(3335,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',969),(3336,'Preventive Kit<br>(Case of 6)','line_item',969),(3337,'Bulk Active Rinse 100% RM','line_item',969),(3338,'Bulk Detangling Spray 1 Gallon RM','line_item',969),(3339,'Bulk Mousse 1 Gallon RM','line_item',969),(3340,'Free Standard Shipping','shipping',969),(3341,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',970),(3342,'FedEx Ground','shipping',970),(3343,'Bulk Detangling Spray 1 Gallon','line_item',971),(3344,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',971),(3345,'Preventive Spray 8oz<br>(Case of 12)','line_item',971),(3346,'Active Rinse 16oz<br>(Case of 16)','line_item',971),(3347,'Active Rinse 8oz<br>(Case of 12)','line_item',971),(3348,'Bulk Active Rinse 100%','line_item',971),(3349,'Free Standard Shipping','shipping',971),(3350,'Active Rinse 8oz<br>(Case of 12)','line_item',972),(3351,'Active Rinse 16oz<br>(Case of 16)','line_item',972),(3352,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',972),(3353,'Bulk Active Rinse 100% RM','line_item',972),(3354,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',972),(3355,'Professional Lice Comb<br>(Case of 12)','line_item',972),(3356,'Bulk Detangling Spray 1 Gallon RM','line_item',972),(3357,'Free Standard Shipping','shipping',972),(3358,'Professional Lice Comb<br>(Case of 12)','line_item',973),(3359,'Bulk Mousse 1 Gallon RM','line_item',973),(3360,'Bulk Active Rinse 100% RM','line_item',973),(3361,'Active Rinse 8oz<br>(Case of 12)','line_item',973),(3362,'Preventive Spray 8oz<br>(Case of 12)','line_item',973),(3363,'Free Standard Shipping','shipping',973),(3370,'Active Rinse 8oz<br>(Case of 12)','line_item',975),(3371,'Bulk Active Rinse 100% RM','line_item',975),(3372,'Bulk Mousse 1 Gallon RM','line_item',975),(3373,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',975),(3374,'Comb-Out Mousse<br>(Case of 12)','line_item',975),(3375,'Free Standard Shipping','shipping',975),(3376,'Bulk Active Rinse 100%','line_item',977),(3377,'Active Rinse 8oz<br>(Case of 12)','line_item',977),(3378,'Active Rinse 16oz<br>(Case of 16)','line_item',977),(3379,'Free Standard Shipping','shipping',977),(3380,'Professional Lice Comb<br>(Case of 12)','line_item',978),(3381,'Active Rinse 8oz<br>(Case of 12)','line_item',978),(3382,'Active Rinse 16oz<br>(Case of 16)','line_item',978),(3383,'Bulk Detangling Spray 1 Gallon RM','line_item',978),(3384,'Bulk Active Rinse 100% RM','line_item',978),(3385,'Preventive Spray 8oz<br>(Case of 12)','line_item',978),(3386,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',978),(3387,'Free Standard Shipping','shipping',978),(3388,'Bulk Active Rinse 100% RM','line_item',979),(3389,'FedEx Ground','shipping',979),(3390,'Urgent Care Kit<br>(Case of 6)','line_item',980),(3391,'Bulk Active Rinse 100% RM','line_item',980),(3392,'Free Standard Shipping','shipping',980),(3393,'Urgent Care Kit<br>(Case of 6)','line_item',981),(3394,'Active Rinse 16oz<br>(Case of 16)','line_item',981),(3395,'Free Standard Shipping','shipping',981),(3398,'Professional Lice Comb<br>(Case of 12)','line_item',983),(3399,'FedEx Ground','shipping',983),(3400,'Professional Lice Comb<br>(Case of 12)','line_item',984),(3401,'Preventive Spray 8oz<br>(Case of 12)','line_item',984),(3402,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',984),(3403,'FedEx Ground','shipping',984),(3404,'Bulk Active Rinse 100% RM','line_item',985),(3405,'Bulk Detangling Spray 1 Gallon RM','line_item',985),(3406,'Bulk Mousse 1 Gallon RM','line_item',985),(3407,'FedEx Ground','shipping',985),(3410,'Active Rinse 8oz<br>(Case of 12)','line_item',987),(3411,'Professional Lice Comb<br>(Case of 12)','line_item',987),(3412,'Preventive Spray 8oz<br>(Case of 12)','line_item',987),(3413,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',987),(3414,'Bulk Active Rinse 100%','line_item',987),(3415,'Bulk Active Rinse 50/50','line_item',987),(3416,'Bulk Detangling Spray 1 Gallon','line_item',987),(3417,'Free Standard Shipping','shipping',987),(3420,'Professional Lice Comb<br>(Case of 12)','line_item',991),(3421,'Active Rinse 16oz<br>(Case of 16)','line_item',991),(3422,'Bulk Active Rinse 100%','line_item',991),(3423,'Bulk Mousse 1 Gallon','line_item',991),(3424,'Shipping discount','fee',991),(3425,'FedEx Ground','shipping',991),(3426,'shiphawaii','coupon',991),(3427,'Professional Lice Comb<br>(Case of 12)','line_item',992),(3428,'Preventive Spray 8oz<br>(Case of 12)','line_item',992),(3429,'Preventive Kit<br>(Case of 6)','line_item',992),(3430,'Active Rinse 8oz<br>(Case of 12)','line_item',992),(3431,'FedEx Ground','shipping',992),(3432,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',993),(3433,'Preventive Conditioner<br>(Case of 12)','line_item',993),(3434,'Bulk Detangling Spray 1 Gallon RM','line_item',993),(3435,'Bulk Active Rinse 50/50 RM','line_item',993),(3436,'FedEx Ground','shipping',993),(3437,'Bulk Active Rinse 100% RM','line_item',994),(3438,'FedEx 2Day','shipping',994),(3439,'Professional Lice Comb<br>(Case of 12)','line_item',995),(3440,'Bulk Mousse 1 Gallon RM','line_item',995),(3441,'Bulk Active Rinse 100% RM','line_item',995),(3442,'Active Rinse 8oz<br>(Case of 12)','line_item',995),(3443,'Preventive Spray 8oz<br>(Case of 12)','line_item',995),(3444,'Active Rinse 16oz<br>(Case of 16)','line_item',995),(3445,'Professional Lice Comb<br>(Case of 12)','line_item',995),(3446,'Preventive Spray 2oz<br>(Case of 24)','line_item',995),(3447,'Free Standard Shipping','shipping',995),(3448,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',996),(3449,'Active Rinse 8oz<br>(Case of 12)','line_item',996),(3450,'Comb-Out Mousse<br>(Case of 12)','line_item',996),(3451,'Bulk Active Rinse 50/50','line_item',996),(3452,'Bulk Mousse 1 Gallon','line_item',996),(3453,'FedEx Ground','shipping',996),(3454,'Professional Lice Comb<br>(Case of 12)','line_item',997),(3455,'Preventive Spray 8oz<br>(Case of 12)','line_item',997),(3456,'Bulk Active Rinse 100%','line_item',997),(3457,'FedEx Ground','shipping',997),(3458,'Bulk Active Rinse 100% RM','line_item',998),(3459,'Bulk Detangling Spray 1 Gallon RM','line_item',998),(3460,'Preventive Spray 8oz<br>(Case of 12)','line_item',998),(3461,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',998),(3462,'Free Standard Shipping','shipping',998),(3463,'Professional Lice Comb<br>(Case of 12)','line_item',999),(3464,'Bulk Active Rinse 100%','line_item',999),(3465,'Bulk Mousse 1 Gallon','line_item',999),(3466,'FedEx Ground','shipping',999),(3467,'Bulk Detangling Spray 1 Gallon RM','line_item',1000),(3468,'Bulk Active Rinse 100% RM','line_item',1000),(3469,'Professional Lice Comb<br>(Case of 12)','line_item',1000),(3470,'Free Standard Shipping','shipping',1000),(3471,'Preventive Spray 8oz<br>(Case of 12)','line_item',1001),(3472,'Bulk Detangling Spray 1 Gallon RM','line_item',1001),(3473,'FedEx Ground','shipping',1001),(3474,'Bulk Active Rinse 100% RM','line_item',1002),(3475,'Preventive Spray 2oz<br>(Case of 24)','line_item',1002),(3476,'Preventive Spray 8oz<br>(Case of 12)','line_item',1002),(3477,'Active Rinse 16oz<br>(Case of 16)','line_item',1002),(3478,'Free Standard Shipping','shipping',1002),(3479,'Bulk Mousse 1 Gallon RM','line_item',1003),(3480,'Bulk Detangling Spray 1 Gallon RM','line_item',1003),(3481,'Bulk Active Rinse 100% RM','line_item',1003),(3482,'Professional Lice Comb<br>(Case of 12)','line_item',1003),(3483,'Active Rinse 16oz<br>(Case of 16)','line_item',1003),(3484,'Preventive Spray 8oz<br>(Case of 12)','line_item',1003),(3485,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1003),(3486,'Free Standard Shipping','shipping',1003),(3487,'Bulk Active Rinse 100%','line_item',1004),(3488,'FedEx Ground','shipping',1004),(3491,'Bulk Active Rinse 100% RM','line_item',1007),(3492,'Active Rinse 16oz<br>(Case of 16)','line_item',1007),(3493,'Free Standard Shipping','shipping',1007),(3494,'Preventive Spray 2oz<br>(Case of 24)','line_item',1008),(3495,'Active Rinse 16oz<br>(Case of 16)','line_item',1008),(3496,'Active Rinse 8oz<br>(Case of 12)','line_item',1008),(3497,'Professional Lice Comb<br>(Case of 12)','line_item',1008),(3498,'Bulk Detangling Spray 1 Gallon RM','line_item',1008),(3499,'Bulk Mousse 1 Gallon RM','line_item',1008),(3500,'Free Standard Shipping','shipping',1008),(3501,'Bulk Active Rinse 100%','line_item',1009),(3502,'FedEx Ground','shipping',1009),(3503,'Active Rinse 8oz<br>(Case of 12)','line_item',1010),(3504,'Professional Lice Comb<br>(Case of 12)','line_item',1010),(3505,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1010),(3506,'Free Standard Shipping','shipping',1010),(3507,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1011),(3508,'FedEx Ground','shipping',1011),(3509,'Active Rinse 8oz<br>(Case of 12)','line_item',1012),(3510,'Professional Lice Comb<br>(Case of 12)','line_item',1012),(3511,'Bulk Active Rinse 100% RM','line_item',1012),(3512,'Disposable Head Bands','line_item',1012),(3513,'FedEx Ground','shipping',1012),(3514,'Active Rinse 8oz<br>(Case of 12)','line_item',1013),(3515,'Professional Lice Comb<br>(Case of 12)','line_item',1013),(3516,'Bulk Active Rinse 100% RM','line_item',1013),(3517,'FedEx Ground','shipping',1013),(3518,'Bulk Active Rinse 100%','line_item',1014),(3519,'FedEx Ground','shipping',1014),(3520,'Bulk Active Rinse 100%','line_item',1015),(3521,'FedEx Ground','shipping',1015),(3522,'Professional Lice Comb<br>(Case of 12)','line_item',1016),(3523,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1016),(3524,'Bulk Detangling Spray 1 Gallon','line_item',1016),(3525,'Bulk Active Rinse 100%','line_item',1016),(3526,'FedEx Ground','shipping',1016),(3527,'Active Rinse 8oz<br>(Case of 12)','line_item',1017),(3528,'Active Rinse 16oz<br>(Case of 16)','line_item',1017),(3529,'Bulk Active Rinse 100% RM','line_item',1017),(3530,'Bulk Detangling Spray 1 Gallon RM','line_item',1017),(3531,'Free Standard Shipping','shipping',1017),(3532,'Preventive Shampoo<br>(Case of 12)','line_item',1019),(3533,'Active Rinse 8oz<br>(Case of 12)','line_item',1019),(3534,'FedEx Ground','shipping',1019),(3535,'Bulk Active Rinse 100% RM','line_item',1020),(3536,'FedEx Ground','shipping',1020),(3537,'Active Rinse 8oz<br>(Case of 12)','line_item',1021),(3538,'Active Rinse 16oz<br>(Case of 16)','line_item',1021),(3539,'Professional Lice Comb<br>(Case of 12)','line_item',1021),(3540,'Bulk Active Rinse 100%','line_item',1021),(3541,'Bulk Mousse 1 Gallon','line_item',1021),(3542,'Shipping discount','fee',1021),(3543,'FedEx Ground','shipping',1021),(3544,'shiphawaii','coupon',1021),(3545,'Professional Lice Comb<br>(Case of 12)','line_item',1022),(3546,'FedEx Ground','shipping',1022),(3547,'Bulk Active Rinse 100%','line_item',1023),(3548,'FedEx Ground','shipping',1023),(3549,'Bulk Active Rinse 100%','line_item',1024),(3550,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1024),(3551,'FedEx Ground','shipping',1024),(3552,'Bulk Active Rinse 100%','line_item',1025),(3553,'Bulk Mousse 1 Gallon','line_item',1025),(3554,'FedEx Ground','shipping',1025),(3555,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1026),(3556,'Bulk Mousse 1 Gallon','line_item',1026),(3557,'Bulk Active Rinse 100%','line_item',1026),(3558,'FedEx Ground','shipping',1026),(3559,'Professional Lice Comb<br>(Case of 12)','line_item',1027),(3560,'FedEx Ground','shipping',1027),(3561,'Urgent Care Kit<br>(Case of 6)','line_item',1028),(3562,'Bulk Active Rinse 100% RM','line_item',1028),(3563,'Bulk Mousse 1 Gallon RM','line_item',1028),(3564,'Free Standard Shipping','shipping',1028),(3565,'Bulk Active Rinse 100%','line_item',1029),(3566,'FedEx Ground','shipping',1029),(3567,'Active Rinse 16oz<br>(Case of 16)','line_item',1030),(3568,'Active Rinse 8oz<br>(Case of 12)','line_item',1030),(3569,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1030),(3570,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1030),(3571,'Professional Lice Comb<br>(Case of 12)','line_item',1030),(3572,'Preventive Shampoo<br>(Case of 12)','line_item',1030),(3573,'Preventive Spray 8oz<br>(Case of 12)','line_item',1030),(3574,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1030),(3575,'Bulk Active Rinse 100%','line_item',1030),(3576,'Free Standard Shipping','shipping',1030),(3577,'Bulk Active Rinse 100%','line_item',1031),(3578,'Bulk Active Rinse 50/50','line_item',1031),(3579,'Bulk Detangling Spray 1 Gallon','line_item',1031),(3580,'Bulk Mousse 1 Gallon','line_item',1031),(3581,'Active Rinse 8oz<br>(Case of 12)','line_item',1031),(3582,'Active Rinse 16oz<br>(Case of 16)','line_item',1031),(3583,'Professional Lice Comb<br>(Case of 12)','line_item',1031),(3584,'Free Standard Shipping','shipping',1031),(3585,'Professional Lice Comb<br>(Case of 12)','line_item',1032),(3586,'Active Rinse 8oz<br>(Case of 12)','line_item',1032),(3587,'Active Rinse 16oz<br>(Case of 16)','line_item',1032),(3588,'Bulk Detangling Spray 1 Gallon RM','line_item',1032),(3589,'Bulk Active Rinse 100% RM','line_item',1032),(3590,'Preventive Spray 8oz<br>(Case of 12)','line_item',1032),(3591,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1032),(3592,'Preventive Spray 2oz<br>(Case of 24)','line_item',1032),(3593,'Preventive Kit<br>(Case of 6)','line_item',1032),(3594,'Disposable Capes','line_item',1032),(3595,'Disposable Head Bands','line_item',1032),(3596,'Free Standard Shipping','shipping',1032),(3597,'Bulk Active Rinse 100% RM','line_item',1033),(3598,'Active Rinse 8oz<br>(Case of 12)','line_item',1033),(3599,'Active Rinse 16oz<br>(Case of 16)','line_item',1033),(3600,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1033),(3601,'Preventive Kit<br>(Case of 6)','line_item',1033),(3602,'FedEx Ground','shipping',1033),(3603,'Active Rinse 16oz<br>(Case of 16)','line_item',1034),(3604,'Preventive Spray 2oz<br>(Case of 24)','line_item',1034),(3605,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1034),(3606,'Bulk Active Rinse 100% RM','line_item',1034),(3607,'Free Standard Shipping','shipping',1034),(3616,'Bulk Active Rinse 100% RM','line_item',1036),(3617,'Bulk Detangling Spray 1 Gallon RM','line_item',1036),(3618,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1036),(3619,'Preventive Spray 8oz<br>(Case of 12)','line_item',1036),(3620,'Professional Lice Comb<br>(Case of 12)','line_item',1036),(3621,'Active Rinse 16oz<br>(Case of 16)','line_item',1036),(3622,'Active Rinse 8oz<br>(Case of 12)','line_item',1036),(3623,'Free Standard Shipping','shipping',1036),(3624,'Bulk Active Rinse 100% RM','line_item',1037),(3625,'Professional Lice Comb<br>(Case of 12)','line_item',1037),(3626,'Active Rinse 8oz<br>(Case of 12)','line_item',1037),(3627,'Free Standard Shipping','shipping',1037),(3628,'Active Rinse 16oz<br>(Case of 16)','line_item',1038),(3629,'Bulk Active Rinse 100% RM','line_item',1038),(3630,'Free Standard Shipping','shipping',1038),(3631,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1040),(3632,'Professional Lice Comb<br>(Case of 12)','line_item',1040),(3633,'Professional Lice Comb<br>(Case of 12)','line_item',1040),(3634,'Free Standard Shipping','shipping',1040),(3638,'Professional Lice Comb<br>(Case of 12)','line_item',1042),(3639,'Preventive Spray 8oz<br>(Case of 12)','line_item',1042),(3640,'Preventive Kit<br>(Case of 6)','line_item',1042),(3641,'Bulk Active Rinse 100%','line_item',1042),(3642,'Disposable Head Bands','line_item',1042),(3643,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1042),(3644,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1042),(3645,'Preventive Spray 8oz<br>(Case of 12)','line_item',1042),(3646,'Free Standard Shipping','shipping',1042),(3647,'Bulk Active Rinse 100% RM','line_item',1043),(3648,'Active Rinse 16oz<br>(Case of 16)','line_item',1043),(3649,'Preventive Spray 8oz<br>(Case of 12)','line_item',1043),(3650,'Preventive Spray 2oz<br>(Case of 24)','line_item',1043),(3651,'Professional Lice Comb<br>(Case of 12)','line_item',1043),(3652,'FedEx Ground','shipping',1043),(3653,'Active Rinse 8oz<br>(Case of 12)','line_item',1044),(3654,'Professional Lice Comb<br>(Case of 12)','line_item',1044),(3655,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1044),(3656,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1044),(3657,'Bulk Active Rinse 100%','line_item',1044),(3658,'Disposable Capes','line_item',1044),(3659,'Free Standard Shipping','shipping',1044),(3660,'Bulk Active Rinse 100% RM','line_item',1045),(3661,'Active Rinse 8oz<br>(Case of 12)','line_item',1045),(3662,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1045),(3663,'Professional Lice Comb<br>(Case of 12)','line_item',1045),(3664,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1045),(3665,'FedEx Ground','shipping',1045),(3666,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1046),(3667,'Professional Lice Comb<br>(Case of 12)','line_item',1046),(3668,'Bulk Active Rinse 100%','line_item',1046),(3669,'Wet Comb','line_item',1046),(3670,'FedEx Ground','shipping',1046),(3671,'Bulk Detangling Spray 1 Gallon','line_item',1047),(3672,'FedEx Ground','shipping',1047),(3673,'Bulk Active Rinse 100% RM','line_item',1048),(3674,'Professional Lice Comb<br>(Case of 12)','line_item',1048),(3675,'The Wet Brush','line_item',1048),(3676,'Disney Wet Brush','line_item',1048),(3677,'Goomee 4 Pack','line_item',1048),(3678,'FedEx Ground','shipping',1048),(3679,'Active Rinse 16oz<br>(Case of 16)','line_item',1049),(3680,'Professional Lice Comb<br>(Case of 12)','line_item',1049),(3681,'Preventive Spray 2oz<br>(Case of 24)','line_item',1049),(3682,'Preventive Kit<br>(Case of 6)','line_item',1049),(3683,'Preventive Spray 8oz<br>(Case of 12)','line_item',1049),(3684,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1049),(3685,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1049),(3686,'Bulk Active Rinse 100%','line_item',1049),(3687,'Goomee 4 Pack','line_item',1049),(3688,'FedEx Ground','shipping',1049),(3689,'Active Rinse 16oz<br>(Case of 16)','line_item',1050),(3690,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1050),(3691,'Preventive Spray 8oz<br>(Case of 12)','line_item',1050),(3692,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1050),(3693,'Bulk Active Rinse 100%','line_item',1050),(3694,'Free Standard Shipping','shipping',1050),(3695,'Active Rinse 8oz<br>(Case of 12)','line_item',1051),(3696,'FedEx Ground','shipping',1051),(3697,'Bulk Active Rinse 100%','line_item',1053),(3698,'Bulk Mousse 1 Gallon','line_item',1053),(3699,'FedEx Ground','shipping',1053),(3700,'Preventive Spray 8oz<br>(Case of 12)','line_item',1054),(3701,'Preventive Kit<br>(Case of 6)','line_item',1054),(3702,'Professional Lice Comb<br>(Case of 12)','line_item',1054),(3703,'Bulk Active Rinse 100%','line_item',1054),(3704,'FedEx Ground','shipping',1054),(3705,'Comb-Out Mousse<br>(Case of 12)','line_item',1055),(3706,'Preventive Spray 2oz<br>(Case of 24)','line_item',1055),(3707,'Professional Lice Comb<br>(Case of 12)','line_item',1055),(3708,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1055),(3709,'Preventive Shampoo<br>(Case of 12)','line_item',1055),(3710,'Preventive Conditioner<br>(Case of 12)','line_item',1055),(3711,'Bulk Detangling Spray 1 Gallon RM','line_item',1055),(3712,'Bulk Mousse 1 Gallon RM','line_item',1055),(3713,'Urgent Care Kit<br>(Case of 6)','line_item',1055),(3714,'Free Standard Shipping','shipping',1055),(3719,'Preventive Conditioner<br>(Case of 12)','line_item',1058),(3720,'Preventive Shampoo<br>(Case of 12)','line_item',1058),(3721,'Bulk Active Rinse 100%','line_item',1058),(3722,'Free Standard Shipping','shipping',1058),(3723,'Bulk Active Rinse 100% RM','line_item',1059),(3724,'9\" Detangler Comb','line_item',1059),(3725,'Course Tail Comb','line_item',1059),(3726,'Disney Wet Brush','line_item',1059),(3727,'Disney Wet Brush','line_item',1059),(3728,'FedEx Ground','shipping',1059),(3729,'Bulk Active Rinse 100% RM','line_item',1060),(3730,'Active Rinse 8oz<br>(Case of 12)','line_item',1060),(3731,'Active Rinse 16oz<br>(Case of 16)','line_item',1060),(3732,'Comb-Out Mousse<br>(Case of 12)','line_item',1060),(3733,'Professional Lice Comb<br>(Case of 12)','line_item',1060),(3734,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1060),(3735,'Urgent Care Kit<br>(Case of 6)','line_item',1060),(3736,'Preventive Shampoo<br>(Case of 12)','line_item',1060),(3737,'Preventive Conditioner<br>(Case of 12)','line_item',1060),(3738,'Preventive Spray 8oz<br>(Case of 12)','line_item',1060),(3739,'Bulk Mousse 1 Gallon RM','line_item',1060),(3740,'Bulk Active Rinse 100% RM','line_item',1060),(3741,'Free Standard Shipping','shipping',1060),(3742,'Professional Lice Comb<br>(Case of 12)','line_item',1061),(3743,'Bulk Active Rinse 50/50','line_item',1061),(3744,'Bulk Mousse 1 Gallon','line_item',1061),(3745,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1061),(3746,'FedEx Ground','shipping',1061),(3747,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1062),(3748,'Professional Lice Comb<br>(Case of 12)','line_item',1062),(3749,'FedEx Ground','shipping',1062),(3752,'Professional Lice Comb<br>(Case of 12)','line_item',1064),(3753,'FedEx Ground','shipping',1064),(3754,'Professional Lice Comb<br>(Case of 12)','line_item',1065),(3755,'Urgent Care Kit<br>(Case of 6)','line_item',1065),(3756,'Active Rinse 16oz<br>(Case of 16)','line_item',1065),(3757,'Bulk Active Rinse 100%','line_item',1065),(3758,'Active Rinse 8oz<br>(Case of 12)','line_item',1065),(3759,'Shipping discount','fee',1065),(3760,'FedEx Ground','shipping',1065),(3761,'shiphawaii','coupon',1065),(3762,'Active Rinse 8oz<br>(Case of 12)','line_item',1066),(3763,'Professional Lice Comb<br>(Case of 12)','line_item',1066),(3764,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1066),(3765,'Bulk Active Rinse 100%','line_item',1066),(3766,'Preventive Spray 2oz<br>(Case of 24)','line_item',1066),(3767,'Bulk Active Rinse 100%','line_item',1066),(3768,'FedEx Ground','shipping',1066),(3771,'Professional Lice Comb<br>(Case of 12)','line_item',1068),(3772,'Active Rinse 8oz<br>(Case of 12)','line_item',1068),(3773,'Active Rinse 16oz<br>(Case of 16)','line_item',1068),(3774,'Disposable Capes','line_item',1068),(3775,'Free Standard Shipping','shipping',1068),(3776,'Preventive Spray 8oz<br>(Case of 12)','line_item',1069),(3777,'Preventive Spray 2oz<br>(Case of 24)','line_item',1069),(3778,'Professional Lice Comb<br>(Case of 12)','line_item',1069),(3779,'Bulk Active Rinse 100% RM','line_item',1069),(3780,'Free Standard Shipping','shipping',1069),(3781,'Active Rinse 8oz<br>(Case of 12)','line_item',1070),(3782,'Professional Lice Comb<br>(Case of 12)','line_item',1070),(3783,'Bulk Active Rinse 100% RM','line_item',1070),(3784,'Free Standard Shipping','shipping',1070),(3785,'Active Rinse 8oz<br>(Case of 12)','line_item',1071),(3786,'Professional Lice Comb<br>(Case of 12)','line_item',1071),(3787,'Bulk Active Rinse 100% RM','line_item',1071),(3788,'The Wet Brush','line_item',1071),(3789,'FedEx Ground','shipping',1071),(3790,'Active Rinse 8oz<br>(Case of 12)','line_item',1072),(3791,'Active Rinse 16oz<br>(Case of 16)','line_item',1072),(3792,'Professional Lice Comb<br>(Case of 12)','line_item',1072),(3793,'Bulk Active Rinse 100%','line_item',1072),(3794,'Free Standard Shipping','shipping',1072),(3795,'Professional Lice Comb<br>(Case of 12)','line_item',1073),(3796,'Preventive Spray 8oz<br>(Case of 12)','line_item',1073),(3797,'Preventive Kit<br>(Case of 6)','line_item',1073),(3798,'FedEx Ground','shipping',1073),(3799,'Active Rinse 16oz<br>(Case of 16)','line_item',1075),(3800,'Active Rinse 8oz<br>(Case of 12)','line_item',1075),(3801,'Professional Lice Comb<br>(Case of 12)','line_item',1075),(3802,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1075),(3803,'Preventive Spray 8oz<br>(Case of 12)','line_item',1075),(3804,'Bulk Mousse 1 Gallon RM','line_item',1075),(3805,'Bulk Active Rinse 100% RM','line_item',1075),(3806,'Wet Comb','line_item',1075),(3807,'Free Standard Shipping','shipping',1075),(3808,'Professional Lice Comb<br>(Case of 12)','line_item',1076),(3809,'Active Rinse 8oz<br>(Case of 12)','line_item',1076),(3810,'Bulk Active Rinse 100% RM','line_item',1076),(3811,'FedEx Ground','shipping',1076),(3812,'Bulk Active Rinse 100%','line_item',1077),(3813,'FedEx Ground','shipping',1077),(3814,'Comb-Out Mousse<br>(Case of 12)','line_item',1078),(3815,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1078),(3816,'Preventive Shampoo<br>(Case of 12)','line_item',1078),(3817,'Preventive Conditioner<br>(Case of 12)','line_item',1078),(3818,'Preventive Spray 2oz<br>(Case of 24)','line_item',1078),(3819,'Preventive Spray 8oz<br>(Case of 12)','line_item',1078),(3820,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1078),(3821,'Professional Lice Comb<br>(Case of 12)','line_item',1078),(3822,'Free Standard Shipping','shipping',1078),(3823,'Bulk Active Rinse 100%','line_item',1079),(3824,'Professional Lice Comb<br>(Case of 12)','line_item',1079),(3825,'FedEx Ground','shipping',1079),(3826,'Bulk Active Rinse 100%','line_item',1080),(3827,'FedEx Ground','shipping',1080),(3833,'Bulk Active Rinse 50/50 RM','line_item',1083),(3834,'FedEx Ground','shipping',1083),(3835,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1084),(3836,'Preventive Spray 8oz<br>(Case of 12)','line_item',1084),(3837,'Active Rinse 8oz<br>(Case of 12)','line_item',1084),(3838,'Active Rinse 16oz<br>(Case of 16)','line_item',1084),(3839,'Professional Lice Comb<br>(Case of 12)','line_item',1084),(3840,'Free Standard Shipping','shipping',1084),(3841,'Preventive Conditioner<br>(Case of 12)','line_item',1085),(3842,'Active Rinse 16oz<br>(Case of 16)','line_item',1085),(3843,'Preventive Spray 8oz<br>(Case of 12)','line_item',1085),(3844,'Free Standard Shipping','shipping',1085),(3845,'Bulk Active Rinse 100% RM','line_item',1086),(3846,'FedEx Ground','shipping',1086),(3847,'Bulk Active Rinse 100% RM','line_item',1087),(3848,'FedEx Ground','shipping',1087),(3849,'Preventive Spray 8oz<br>(Case of 12)','line_item',1088),(3850,'Professional Lice Comb<br>(Case of 12)','line_item',1088),(3851,'Bulk Detangling Spray 1 Gallon RM','line_item',1088),(3852,'Bulk Active Rinse 100% RM','line_item',1088),(3853,'Free Standard Shipping','shipping',1088),(3854,'Professional Lice Comb<br>(Case of 12)','line_item',1089),(3855,'Comb-Out Mousse<br>(Case of 12)','line_item',1089),(3856,'Bulk Mousse 1 Gallon RM','line_item',1089),(3857,'Active Rinse 16oz<br>(Case of 16)','line_item',1089),(3858,'Bulk Active Rinse 100% RM','line_item',1089),(3859,'Free Standard Shipping','shipping',1089),(3860,'Urgent Care Kit<br>(Case of 6)','line_item',1090),(3861,'Bulk Active Rinse 100%','line_item',1090),(3862,'Professional Lice Comb<br>(Case of 12)','line_item',1090),(3863,'FedEx Ground','shipping',1090),(3864,'Bulk Active Rinse 100%','line_item',1091),(3865,'Bulk Detangling Spray 1 Gallon','line_item',1091),(3866,'Bulk Mousse 1 Gallon','line_item',1091),(3867,'FedEx Ground','shipping',1091),(3868,'Bulk Active Rinse 100% RM','line_item',1092),(3869,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1092),(3870,'Preventive Spray 8oz<br>(Case of 12)','line_item',1092),(3871,'Bulk Detangling Spray 1 Gallon RM','line_item',1092),(3872,'Free Standard Shipping','shipping',1092),(3873,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1093),(3874,'FedEx Ground','shipping',1093),(3875,'Bulk Active Rinse 100% RM','line_item',1094),(3876,'Bulk Detangling Spray 1 Gallon RM','line_item',1094),(3877,'Professional Lice Comb<br>(Case of 12)','line_item',1094),(3878,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1094),(3879,'Free Standard Shipping','shipping',1094),(3880,'Bulk Active Rinse 100% RM','line_item',1095),(3881,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1095),(3882,'Preventive Spray 8oz<br>(Case of 12)','line_item',1095),(3883,'Professional Lice Comb<br>(Case of 12)','line_item',1095),(3884,'Active Rinse 16oz<br>(Case of 16)','line_item',1095),(3885,'Active Rinse 8oz<br>(Case of 12)','line_item',1095),(3886,'Preventive Spray 2oz<br>(Case of 24)','line_item',1095),(3887,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1095),(3888,'Bulk Active Rinse 50/50 RM','line_item',1095),(3889,'Free Standard Shipping','shipping',1095),(3890,'Active Rinse 8oz<br>(Case of 12)','line_item',1096),(3891,'Professional Lice Comb<br>(Case of 12)','line_item',1096),(3892,'Preventive Conditioner<br>(Case of 12)','line_item',1096),(3893,'Preventive Spray 8oz<br>(Case of 12)','line_item',1096),(3894,'Bulk Active Rinse 100%','line_item',1096),(3895,'Bulk Detangling Spray 1 Gallon','line_item',1096),(3896,'Bulk Mousse 1 Gallon','line_item',1096),(3897,'9\" Detangler Comb','line_item',1096),(3898,'FedEx Ground','shipping',1096),(3899,'Active Rinse 8oz<br>(Case of 12)','line_item',1098),(3900,'Comb-Out Mousse<br>(Case of 12)','line_item',1098),(3901,'Urgent Care Kit<br>(Case of 6)','line_item',1098),(3902,'Bulk Active Rinse 100%','line_item',1098),(3903,'FedEx Ground','shipping',1098),(3904,'Urgent Care Kit<br>(Case of 6)','line_item',1099),(3905,'Bulk Active Rinse 100% RM','line_item',1099),(3906,'Active Rinse 16oz<br>(Case of 16)','line_item',1099),(3907,'Free Standard Shipping','shipping',1099),(3908,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1100),(3909,'Preventive Spray 2oz<br>(Case of 24)','line_item',1100),(3910,'Bulk Mousse 1 Gallon RM','line_item',1100),(3911,'Free Standard Shipping','shipping',1100),(3912,'Active Rinse 16oz<br>(Case of 16)','line_item',1101),(3913,'Professional Lice Comb<br>(Case of 12)','line_item',1101),(3914,'Free Standard Shipping','shipping',1101),(3915,'Bulk Active Rinse 100% RM','line_item',1102),(3916,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1102),(3917,'Professional Lice Comb<br>(Case of 12)','line_item',1102),(3918,'Active Rinse 16oz<br>(Case of 16)','line_item',1102),(3919,'Active Rinse 8oz<br>(Case of 12)','line_item',1102),(3920,'Bulk Detangling Spray 1 Gallon RM','line_item',1102),(3921,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1102),(3922,'Free Standard Shipping','shipping',1102),(3923,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1103),(3924,'Disposable Head Bands','line_item',1103),(3925,'Large Butterfly Clips','line_item',1103),(3926,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1103),(3927,'FedEx Ground','shipping',1103),(3932,'Bulk Active Rinse 100%','line_item',1105),(3933,'FedEx Ground','shipping',1105),(3934,'Bulk Active Rinse 100%','line_item',1106),(3935,'FedEx Ground','shipping',1106),(3936,'Bulk Active Rinse 100%','line_item',1107),(3937,'Bulk Active Rinse 100%','line_item',1107),(3938,'FedEx Ground','shipping',1107),(3939,'Professional Lice Comb<br>(Case of 12)','line_item',1108),(3940,'Preventive Spray 8oz<br>(Case of 12)','line_item',1108),(3941,'Comb-Out Mousse<br>(Case of 12)','line_item',1108),(3942,'Active Rinse 8oz<br>(Case of 12)','line_item',1108),(3943,'FedEx Ground','shipping',1108),(3944,'Professional Lice Comb<br>(Case of 12)','line_item',1109),(3945,'Preventive Spray 2oz<br>(Case of 24)','line_item',1109),(3946,'Bulk Active Rinse 100% RM','line_item',1109),(3947,'Bulk Mousse 1 Gallon RM','line_item',1109),(3948,'Urgent Care Kit<br>(Case of 6)','line_item',1109),(3949,'Free Standard Shipping','shipping',1109),(3950,'Active Rinse 8oz<br>(Case of 12)','line_item',1110),(3951,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1110),(3952,'Professional Lice Comb<br>(Case of 12)','line_item',1110),(3953,'Bulk Active Rinse 100%','line_item',1110),(3954,'Disposable Head Bands','line_item',1110),(3955,'Bulk Detangling Spray 1 Gallon','line_item',1110),(3956,'Bulk Mousse 1 Gallon','line_item',1110),(3957,'Free Standard Shipping','shipping',1110),(3958,'Preventive Spray 8oz<br>(Case of 12)','line_item',1111),(3959,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1111),(3960,'Bulk Active Rinse 100%','line_item',1111),(3961,'Preventive Kit<br>(Case of 6)','line_item',1111),(3962,'Free Standard Shipping','shipping',1111),(3963,'Preventive Kit<br>(Case of 6)','line_item',1112),(3964,'Active Rinse 8oz<br>(Case of 12)','line_item',1112),(3965,'Active Rinse 16oz<br>(Case of 16)','line_item',1112),(3966,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1112),(3967,'Bulk Active Rinse 100% RM','line_item',1112),(3968,'FedEx Ground','shipping',1112),(3977,'Active Rinse 16oz<br>(Case of 16)','line_item',1116),(3978,'Active Rinse 8oz<br>(Case of 12)','line_item',1116),(3979,'Bulk Active Rinse 100%','line_item',1116),(3980,'Preventive Shampoo<br>(Case of 12)','line_item',1116),(3981,'Preventive Conditioner<br>(Case of 12)','line_item',1116),(3982,'Free Standard Shipping','shipping',1116),(3986,'Bulk Active Rinse 100% RM','line_item',1118),(3987,'Active Rinse 16oz<br>(Case of 16)','line_item',1118),(3988,'FedEx Ground','shipping',1118),(3989,'Bulk Active Rinse 100%','line_item',1119),(3990,'FedEx Ground','shipping',1119),(3991,'Active Rinse 16oz<br>(Case of 16)','line_item',1120),(3992,'Preventive Spray 2oz<br>(Case of 24)','line_item',1120),(3993,'Professional Lice Comb<br>(Case of 12)','line_item',1120),(3994,'Active Rinse 8oz<br>(Case of 12)','line_item',1120),(3995,'Urgent Care Kit<br>(Case of 6)','line_item',1120),(3996,'Free Standard Shipping','shipping',1120),(3997,'Active Rinse 8oz<br>(Case of 12)','line_item',1121),(3998,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1121),(3999,'Professional Lice Comb<br>(Case of 12)','line_item',1121),(4000,'Bulk Active Rinse 100%','line_item',1121),(4001,'Disposable Head Bands','line_item',1121),(4002,'Bulk Detangling Spray 1 Gallon','line_item',1121),(4003,'Bulk Mousse 1 Gallon','line_item',1121),(4004,'Preventive Spray 8oz<br>(Case of 12)','line_item',1122),(4005,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1122),(4006,'Bulk Active Rinse 100%','line_item',1122),(4007,'Preventive Kit<br>(Case of 6)','line_item',1122),(4008,'Preventive Spray 8oz<br>(Case of 12)','line_item',1123),(4009,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1123),(4010,'Preventive Kit<br>(Case of 6)','line_item',1123),(4011,'Bulk Active Rinse 100%','line_item',1123),(4012,'Bulk Detangling Spray 1 Gallon','line_item',1123),(4013,'Bulk Mousse 1 Gallon','line_item',1123),(4014,'FedEx Ground','shipping',1123),(4015,'Active Rinse 8oz<br>(Case of 12)','line_item',1124),(4016,'Professional Lice Comb<br>(Case of 12)','line_item',1124),(4017,'Bulk Active Rinse 100%','line_item',1124),(4018,'Bulk Detangling Spray 1 Gallon','line_item',1124),(4019,'Bulk Mousse 1 Gallon','line_item',1124),(4020,'Disposable Head Bands','line_item',1124),(4021,'FedEx Ground','shipping',1124),(4022,'Professional Lice Comb<br>(Case of 12)','line_item',1125),(4023,'Active Rinse 8oz<br>(Case of 12)','line_item',1125),(4024,'Active Rinse 16oz<br>(Case of 16)','line_item',1125),(4025,'Disposable Capes','line_item',1125),(4026,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1125),(4027,'Preventive Shampoo<br>(Case of 12)','line_item',1125),(4028,'Preventive Conditioner<br>(Case of 12)','line_item',1125),(4029,'Preventive Spray 8oz<br>(Case of 12)','line_item',1125),(4030,'Bulk Active Rinse 100% RM','line_item',1125),(4031,'Bulk Detangling Spray 1 Gallon RM','line_item',1125),(4032,'Bulk Mousse 1 Gallon RM','line_item',1125),(4033,'Disposable Head Bands','line_item',1125),(4034,'Free Standard Shipping','shipping',1125),(4035,'Disposable Capes','line_item',1126),(4036,'Preventive Shampoo<br>(Case of 12)','line_item',1126),(4037,'Active Rinse 8oz<br>(Case of 12)','line_item',1126),(4038,'Active Rinse 16oz<br>(Case of 16)','line_item',1126),(4039,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1126),(4040,'Free Standard Shipping','shipping',1126),(4041,'Professional Lice Comb<br>(Case of 12)','line_item',1127),(4042,'Preventive Spray 8oz<br>(Case of 12)','line_item',1127),(4043,'Bulk Active Rinse 100%','line_item',1127),(4044,'FedEx Ground','shipping',1127),(4045,'Active Rinse 8oz<br>(Case of 12)','line_item',1129),(4046,'Active Rinse 16oz<br>(Case of 16)','line_item',1129),(4047,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1129),(4048,'Bulk Active Rinse 100%','line_item',1129),(4049,'Shipping discount','fee',1129),(4050,'FedEx Ground','shipping',1129),(4051,'shiphawaii','coupon',1129),(4052,'Active Rinse 16oz<br>(Case of 16)','line_item',1130),(4053,'Active Rinse 8oz<br>(Case of 12)','line_item',1130),(4054,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1130),(4055,'Professional Lice Comb<br>(Case of 12)','line_item',1130),(4056,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1130),(4057,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1130),(4058,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1130),(4059,'Free Standard Shipping','shipping',1130),(4060,'Bulk Active Rinse 100% RM','line_item',1131),(4061,'Preventive Spray 8oz<br>(Case of 12)','line_item',1131),(4062,'Preventive Spray 2oz<br>(Case of 24)','line_item',1131),(4063,'Professional Lice Comb<br>(Case of 12)','line_item',1131),(4064,'Free Standard Shipping','shipping',1131),(4065,'Active Rinse 16oz<br>(Case of 16)','line_item',1132),(4066,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1132),(4067,'Preventive Spray 8oz<br>(Case of 12)','line_item',1132),(4068,'Bulk Active Rinse 100% RM','line_item',1132),(4069,'Bulk Detangling Spray 1 Gallon RM','line_item',1132),(4070,'Bulk Mousse 1 Gallon RM','line_item',1132),(4071,'Free Standard Shipping','shipping',1132),(4072,'Bulk Active Rinse 100% RM','line_item',1133),(4073,'FedEx Ground','shipping',1133),(4074,'Disposable Capes','line_item',1134),(4075,'Disposable Head Bands','line_item',1134),(4076,'Bulk Active Rinse 50/50','line_item',1134),(4077,'Bulk Active Rinse 100%','line_item',1134),(4078,'FedEx Ground','shipping',1134),(4086,'Comb-Out Mousse<br>(Case of 12)','line_item',1136),(4087,'Preventive Shampoo<br>(Case of 12)','line_item',1136),(4088,'Preventive Conditioner<br>(Case of 12)','line_item',1136),(4089,'Preventive Spray 8oz<br>(Case of 12)','line_item',1136),(4090,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1136),(4091,'Preventive Spray 2oz<br>(Case of 24)','line_item',1136),(4092,'FedEx Ground','shipping',1136),(4093,'Bulk Active Rinse 100% RM','line_item',1137),(4094,'FedEx Ground','shipping',1137),(4095,'Bulk Active Rinse 100% RM','line_item',1138),(4096,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1138),(4097,'Active Rinse 8oz<br>(Case of 12)','line_item',1138),(4098,'Professional Lice Comb<br>(Case of 12)','line_item',1138),(4099,'Free Standard Shipping','shipping',1138),(4100,'Active Rinse 8oz<br>(Case of 12)','line_item',1139),(4101,'Professional Lice Comb<br>(Case of 12)','line_item',1139),(4102,'Bulk Active Rinse 100% RM','line_item',1139),(4103,'Bulk Detangling Spray 1 Gallon RM','line_item',1139),(4104,'FedEx Ground','shipping',1139),(4105,'Active Rinse 16oz<br>(Case of 16)','line_item',1140),(4106,'Active Rinse 8oz<br>(Case of 12)','line_item',1140),(4107,'Comb-Out Mousse<br>(Case of 12)','line_item',1140),(4108,'Bulk Active Rinse 100% RM','line_item',1140),(4109,'Free Standard Shipping','shipping',1140),(4110,'Preventive Spray 8oz<br>(Case of 12)','line_item',1141),(4111,'Bulk Active Rinse 100% RM','line_item',1141),(4112,'Professional Lice Comb<br>(Case of 12)','line_item',1141),(4113,'Preventive Shampoo<br>(Case of 12)','line_item',1141),(4114,'Preventive Conditioner<br>(Case of 12)','line_item',1141),(4115,'Active Rinse 16oz<br>(Case of 16)','line_item',1141),(4116,'Free Standard Shipping','shipping',1141),(4117,'Comb-Out Mousse<br>(Case of 12)','line_item',1142),(4118,'Preventive Spray 8oz<br>(Case of 12)','line_item',1142),(4119,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1142),(4120,'Preventive Spray 2oz<br>(Case of 24)','line_item',1142),(4121,'Professional Lice Comb<br>(Case of 12)','line_item',1142),(4122,'Active Rinse 8oz<br>(Case of 12)','line_item',1142),(4123,'Bulk Active Rinse 100% RM','line_item',1142),(4124,'Free Standard Shipping','shipping',1142),(4125,'Bulk Active Rinse 100% RM','line_item',1143),(4126,'Bulk Mousse 1 Gallon RM','line_item',1143),(4127,'Preventive Spray 8oz<br>(Case of 12)','line_item',1143),(4128,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1143),(4129,'Active Rinse 8oz<br>(Case of 12)','line_item',1143),(4130,'Free Standard Shipping','shipping',1143),(4131,'Preventive Spray 8oz<br>(Case of 12)','line_item',1144),(4132,'Bulk Detangling Spray 1 Gallon RM','line_item',1144),(4133,'Professional Lice Comb<br>(Case of 12)','line_item',1144),(4134,'FedEx Ground','shipping',1144),(4135,'Bulk Mousse 1 Gallon RM','line_item',1145),(4136,'FedEx Ground','shipping',1145),(4137,'Preventive Spray 2oz<br>(Case of 24)','line_item',1147),(4138,'Bulk Mousse 1 Gallon RM','line_item',1147),(4139,'FedEx Ground','shipping',1147),(4140,'Bulk Active Rinse 100%','line_item',1148),(4141,'FedEx Ground','shipping',1148),(4142,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1149),(4143,'Preventive Spray 2oz<br>(Case of 24)','line_item',1149),(4144,'FedEx Ground','shipping',1149),(4145,'Bulk Active Rinse 100%','line_item',1150),(4146,'Active Rinse 8oz<br>(Case of 12)','line_item',1150),(4147,'Active Rinse 16oz<br>(Case of 16)','line_item',1150),(4148,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1150),(4149,'Professional Lice Comb<br>(Case of 12)','line_item',1150),(4150,'Free Standard Shipping','shipping',1150),(4151,'Active Rinse 8oz<br>(Case of 12)','line_item',1151),(4152,'Bulk Active Rinse 100% RM','line_item',1151),(4153,'Bulk Mousse 1 Gallon RM','line_item',1151),(4154,'Preventive Kit<br>(Case of 6)','line_item',1151),(4155,'Professional Lice Comb<br>(Case of 12)','line_item',1151),(4156,'Free Standard Shipping','shipping',1151),(4157,'Bulk Active Rinse 100%','line_item',1152),(4158,'Bulk Detangling Spray 1 Gallon','line_item',1152),(4159,'FedEx Ground','shipping',1152),(4160,'Active Rinse 8oz<br>(Case of 12)','line_item',1153),(4161,'Professional Lice Comb<br>(Case of 12)','line_item',1153),(4162,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1153),(4163,'Bulk Active Rinse 100%','line_item',1153),(4164,'FedEx Ground','shipping',1153),(4165,'Bulk Active Rinse 100%','line_item',1154),(4166,'FedEx Ground','shipping',1154),(4167,'Bulk Active Rinse 100%','line_item',1155),(4168,'FedEx Ground','shipping',1155),(4169,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1156),(4170,'Preventive Spray 8oz<br>(Case of 12)','line_item',1156),(4171,'Bulk Mousse 1 Gallon RM','line_item',1156),(4172,'Active Rinse 8oz<br>(Case of 12)','line_item',1156),(4173,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1156),(4174,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1156),(4175,'Preventive Kit<br>(Case of 6)','line_item',1156),(4176,'Preventive Spray 8oz<br>(Case of 12)','line_item',1156),(4177,'Preventive Spray 2oz<br>(Case of 24)','line_item',1156),(4178,'Bulk Mousse 1 Gallon RM','line_item',1156),(4179,'Professional Lice Comb<br>(Case of 12)','line_item',1156),(4180,'Free Standard Shipping','shipping',1156),(4181,'Bulk Mousse 1 Gallon','line_item',1157),(4182,'Bulk Active Rinse 100%','line_item',1157),(4183,'Bulk Active Rinse 50/50','line_item',1157),(4184,'Professional Lice Comb<br>(Case of 12)','line_item',1157),(4185,'Active Rinse 16oz<br>(Case of 16)','line_item',1157),(4186,'Urgent Care Kit<br>(Case of 6)','line_item',1157),(4187,'Goomee 4 Pack','line_item',1157),(4188,'Wet Comb','line_item',1157),(4189,'Disney Wet Brush','line_item',1157),(4190,'Free Standard Shipping','shipping',1157),(4191,'Bulk Active Rinse 100%','line_item',1158),(4192,'Comb-Out Mousse<br>(Case of 12)','line_item',1158),(4193,'FedEx Ground','shipping',1158),(4194,'Active Rinse 16oz<br>(Case of 16)','line_item',1159),(4195,'Free Standard Shipping','shipping',1159),(4196,'Bulk Active Rinse 100% RM','line_item',1160),(4197,'Active Rinse 16oz<br>(Case of 16)','line_item',1160),(4198,'Free Standard Shipping','shipping',1160),(4199,'Professional Lice Comb<br>(Case of 12)','line_item',1161),(4200,'Bulk Active Rinse 100% RM','line_item',1161),(4201,'FedEx Ground','shipping',1161),(4202,'Bulk Detangling Spray 1 Gallon','line_item',1162),(4203,'FedEx Ground','shipping',1162),(4207,'Bulk Active Rinse 100%','line_item',1164),(4208,'FedEx Ground','shipping',1164),(4209,'Bulk Active Rinse 100%','line_item',1166),(4210,'Active Rinse 8oz<br>(Case of 12)','line_item',1166),(4211,'Active Rinse 16oz<br>(Case of 16)','line_item',1166),(4212,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1166),(4213,'Professional Lice Comb<br>(Case of 12)','line_item',1166),(4214,'Bulk Active Rinse 100%','line_item',1167),(4215,'Active Rinse 8oz<br>(Case of 12)','line_item',1167),(4216,'Active Rinse 16oz<br>(Case of 16)','line_item',1167),(4217,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1167),(4218,'Professional Lice Comb<br>(Case of 12)','line_item',1167),(4219,'Free Standard Shipping','shipping',1167),(4220,'Professional Lice Comb<br>(Case of 12)','line_item',1168),(4221,'FedEx Ground','shipping',1168),(4222,'Preventive Kit<br>(Case of 6)','line_item',1169),(4223,'Active Rinse 8oz<br>(Case of 12)','line_item',1169),(4224,'Bulk Active Rinse 100% RM','line_item',1169),(4225,'Professional Lice Comb<br>(Case of 12)','line_item',1169),(4226,'Preventive Kit<br>(Case of 6)','line_item',1169),(4227,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1169),(4228,'FedEx Ground','shipping',1169),(4229,'Active Rinse 8oz<br>(Case of 12)','line_item',1170),(4230,'Active Rinse 16oz<br>(Case of 16)','line_item',1170),(4231,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1170),(4232,'Professional Lice Comb<br>(Case of 12)','line_item',1170),(4233,'Urgent Care Kit<br>(Case of 6)','line_item',1170),(4234,'Preventive Spray 8oz<br>(Case of 12)','line_item',1170),(4235,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1170),(4236,'Bulk Active Rinse 100% RM','line_item',1170),(4237,'Free Standard Shipping','shipping',1170),(4238,'Active Rinse 8oz<br>(Case of 12)','line_item',1171),(4239,'Active Rinse 16oz<br>(Case of 16)','line_item',1171),(4240,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1171),(4241,'Urgent Care Kit<br>(Case of 6)','line_item',1171),(4242,'Preventive Spray 8oz<br>(Case of 12)','line_item',1171),(4243,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1171),(4244,'Bulk Mousse 1 Gallon RM','line_item',1171),(4245,'Free Standard Shipping','shipping',1171),(4246,'Preventive Kit<br>(Case of 6)','line_item',1172),(4247,'Goomee 4 Pack','line_item',1172),(4248,'Professional Lice Comb<br>(Case of 12)','line_item',1172),(4249,'Preventive Spray 8oz<br>(Case of 12)','line_item',1172),(4250,'Active Rinse 8oz<br>(Case of 12)','line_item',1172),(4251,'Active Rinse 16oz<br>(Case of 16)','line_item',1172),(4252,'FedEx Ground','shipping',1172),(4253,'Professional Lice Comb<br>(Case of 12)','line_item',1173),(4254,'Comb-Out Mousse<br>(Case of 12)','line_item',1173),(4255,'Active Rinse 8oz<br>(Case of 12)','line_item',1173),(4256,'Preventive Spray 8oz<br>(Case of 12)','line_item',1173),(4257,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1173),(4258,'Bulk Active Rinse 50/50','line_item',1173),(4259,'Bulk Detangling Spray 1 Gallon','line_item',1173),(4260,'Bulk Mousse 1 Gallon','line_item',1173),(4261,'FedEx Ground','shipping',1173),(4262,'Active Rinse 8oz<br>(Case of 12)','line_item',1174),(4263,'Professional Lice Comb<br>(Case of 12)','line_item',1174),(4264,'Bulk Active Rinse 100%','line_item',1174),(4265,'FedEx Ground','shipping',1174),(4266,'Bulk Active Rinse 100%','line_item',1175),(4267,'Bulk Detangling Spray 1 Gallon','line_item',1175),(4268,'Active Rinse 8oz<br>(Case of 12)','line_item',1175),(4269,'Preventive Spray 8oz<br>(Case of 12)','line_item',1175),(4270,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1175),(4271,'Disposable Capes','line_item',1175),(4272,'Free Standard Shipping','shipping',1175),(4273,'Bulk Mousse 1 Gallon RM','line_item',1176),(4274,'Active Rinse 8oz<br>(Case of 12)','line_item',1176),(4275,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1176),(4276,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1176),(4277,'Preventive Spray 2oz<br>(Case of 24)','line_item',1176),(4278,'Professional Lice Comb<br>(Case of 12)','line_item',1176),(4279,'Comb-Out Mousse<br>(Case of 12)','line_item',1176),(4280,'Preventive Spray 8oz<br>(Case of 12)','line_item',1176),(4281,'Urgent Care Kit<br>(Case of 6)','line_item',1176),(4282,'Bulk Active Rinse 100% RM','line_item',1176),(4283,'Free Standard Shipping','shipping',1176),(4284,'Preventive Conditioner<br>(Case of 12)','line_item',1177),(4285,'Preventive Shampoo<br>(Case of 12)','line_item',1177),(4286,'Active Rinse 8oz<br>(Case of 12)','line_item',1177),(4287,'Bulk Active Rinse 100%','line_item',1177),(4288,'Free Standard Shipping','shipping',1177),(4289,'Active Rinse 8oz<br>(Case of 12)','line_item',1178),(4290,'Preventive Shampoo<br>(Case of 12)','line_item',1178),(4291,'Preventive Conditioner<br>(Case of 12)','line_item',1178),(4292,'Free Standard Shipping','shipping',1178),(4298,'Active Rinse 8oz<br>(Case of 12)','line_item',1180),(4299,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1180),(4300,'Preventive Spray 8oz<br>(Case of 12)','line_item',1180),(4301,'Preventive Spray 2oz<br>(Case of 24)','line_item',1180),(4302,'Preventive Kit<br>(Case of 6)','line_item',1180),(4303,'Bulk Active Rinse 100%','line_item',1180),(4304,'Professional Lice Comb<br>(Case of 12)','line_item',1180),(4305,'FedEx Ground','shipping',1180),(4306,'Professional Lice Comb<br>(Case of 12)','line_item',1181),(4307,'Preventive Shampoo<br>(Case of 12)','line_item',1181),(4308,'Preventive Conditioner<br>(Case of 12)','line_item',1181),(4309,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1181),(4310,'Preventive Kit<br>(Case of 6)','line_item',1181),(4311,'Free Standard Shipping','shipping',1181),(4312,'Bulk Detangling Spray 1 Gallon','line_item',1182),(4313,'Bulk Mousse 1 Gallon','line_item',1182),(4314,'Large Butterfly Clips','line_item',1182),(4315,'Disposable Capes','line_item',1182),(4316,'FedEx Ground','shipping',1182),(4317,'Active Rinse 8oz<br>(Case of 12)','line_item',1184),(4318,'Active Rinse 16oz<br>(Case of 16)','line_item',1184),(4319,'Professional Lice Comb<br>(Case of 12)','line_item',1184),(4320,'Bulk Active Rinse 100% RM','line_item',1184),(4321,'Bulk Detangling Spray 1 Gallon RM','line_item',1184),(4322,'Free Standard Shipping','shipping',1184),(4323,'Active Rinse 8oz<br>(Case of 12)','line_item',1185),(4324,'Active Rinse 16oz<br>(Case of 16)','line_item',1185),(4325,'Comb-Out Mousse<br>(Case of 12)','line_item',1185),(4326,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1185),(4327,'Professional Lice Comb<br>(Case of 12)','line_item',1185),(4328,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1185),(4329,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1185),(4330,'Urgent Care Kit<br>(Case of 6)','line_item',1185),(4331,'Preventive Shampoo<br>(Case of 12)','line_item',1185),(4332,'Preventive Conditioner<br>(Case of 12)','line_item',1185),(4333,'Preventive Spray 2oz<br>(Case of 24)','line_item',1185),(4334,'Preventive Spray 8oz<br>(Case of 12)','line_item',1185),(4335,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1185),(4336,'Preventive Kit<br>(Case of 6)','line_item',1185),(4337,'Free Standard Shipping','shipping',1185),(4338,'Professional Lice Comb<br>(Case of 12)','line_item',1186),(4339,'Active Rinse 8oz<br>(Case of 12)','line_item',1186),(4340,'Active Rinse 16oz<br>(Case of 16)','line_item',1186),(4341,'Disposable Capes','line_item',1186),(4342,'Preventive Spray 8oz<br>(Case of 12)','line_item',1186),(4343,'Bulk Active Rinse 100% RM','line_item',1186),(4344,'Bulk Detangling Spray 1 Gallon RM','line_item',1186),(4345,'Disposable Head Bands','line_item',1186),(4346,'Free Standard Shipping','shipping',1186),(4347,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1187),(4348,'Active Rinse 8oz<br>(Case of 12)','line_item',1187),(4349,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1187),(4350,'Professional Lice Comb<br>(Case of 12)','line_item',1187),(4351,'Preventive Shampoo<br>(Case of 12)','line_item',1187),(4352,'Preventive Conditioner<br>(Case of 12)','line_item',1187),(4353,'Preventive Spray 2oz<br>(Case of 24)','line_item',1187),(4354,'Preventive Kit<br>(Case of 6)','line_item',1187),(4355,'Preventive Spray 8oz<br>(Case of 12)','line_item',1187),(4356,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1187),(4357,'Disposable Head Bands','line_item',1187),(4358,'Bulk Active Rinse 100%','line_item',1187),(4359,'Bulk Detangling Spray 1 Gallon','line_item',1187),(4360,'Free Standard Shipping','shipping',1187),(4373,'Active Rinse 8oz<br>(Case of 12)','line_item',1189),(4374,'Professional Lice Comb<br>(Case of 12)','line_item',1189),(4375,'Urgent Care Kit<br>(Case of 6)','line_item',1189),(4376,'Preventive Kit<br>(Case of 6)','line_item',1189),(4377,'Bulk Active Rinse 100% RM','line_item',1189),(4378,'FedEx Ground','shipping',1189),(4379,'Professional Lice Comb<br>(Case of 12)','line_item',1190),(4380,'Preventive Spray 8oz<br>(Case of 12)','line_item',1190),(4381,'Active Rinse 16oz<br>(Case of 16)','line_item',1190),(4382,'Active Rinse 8oz<br>(Case of 12)','line_item',1190),(4383,'Free Standard Shipping','shipping',1190),(4384,'Active Rinse 8oz<br>(Case of 12)','line_item',1191),(4385,'Bulk Active Rinse 100% RM','line_item',1191),(4386,'Free Standard Shipping','shipping',1191),(4387,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1192),(4388,'FedEx Ground','shipping',1192),(4389,'Bulk Active Rinse 100% RM','line_item',1193),(4390,'Bulk Detangling Spray 1 Gallon RM','line_item',1193),(4391,'Bulk Mousse 1 Gallon RM','line_item',1193),(4392,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1193),(4393,'Professional Lice Comb<br>(Case of 12)','line_item',1193),(4394,'Preventive Spray 2oz<br>(Case of 24)','line_item',1193),(4395,'Disposable Capes','line_item',1193),(4396,'Free Standard Shipping','shipping',1193),(4397,'Bulk Active Rinse 100% RM','line_item',1194),(4398,'Active Rinse 8oz<br>(Case of 12)','line_item',1194),(4399,'Active Rinse 16oz<br>(Case of 16)','line_item',1194),(4400,'Professional Lice Comb<br>(Case of 12)','line_item',1194),(4401,'Urgent Care Kit<br>(Case of 6)','line_item',1194),(4402,'Preventive Spray 8oz<br>(Case of 12)','line_item',1194),(4403,'Free Standard Shipping','shipping',1194),(4404,'Bulk Active Rinse 100%','line_item',1195),(4405,'FedEx Ground','shipping',1195),(4406,'Preventive Spray 8oz<br>(Case of 12)','line_item',1197),(4407,'Comb-Out Mousse<br>(Case of 12)','line_item',1197),(4408,'Professional Lice Comb<br>(Case of 12)','line_item',1197),(4409,'Active Rinse 16oz<br>(Case of 16)','line_item',1197),(4410,'Active Rinse 8oz<br>(Case of 12)','line_item',1197),(4411,'Bulk Active Rinse 100% RM','line_item',1197),(4412,'Bulk Mousse 1 Gallon RM','line_item',1197),(4413,'Bulk Detangling Spray 1 Gallon RM','line_item',1197),(4414,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1197),(4415,'Free Standard Shipping','shipping',1197),(4416,'Professional Lice Comb<br>(Case of 12)','line_item',1198),(4417,'Bulk Active Rinse 100% RM','line_item',1198),(4418,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1198),(4419,'Active Rinse 8oz<br>(Case of 12)','line_item',1198),(4420,'Free Standard Shipping','shipping',1198),(4421,'Preventive Spray 8oz<br>(Case of 12)','line_item',1199),(4422,'Active Rinse 16oz<br>(Case of 16)','line_item',1199),(4423,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1199),(4424,'Comb-Out Mousse<br>(Case of 12)','line_item',1199),(4425,'Preventive Spray 8oz<br>(Case of 12)','line_item',1199),(4426,'Bulk Active Rinse 100% RM','line_item',1199),(4427,'Active Rinse 16oz<br>(Case of 16)','line_item',1199),(4428,'Professional Lice Comb<br>(Case of 12)','line_item',1199),(4429,'Free Standard Shipping','shipping',1199),(4430,'Professional Lice Comb<br>(Case of 12)','line_item',1200),(4431,'Bulk Active Rinse 100% RM','line_item',1200),(4432,'Free Standard Shipping','shipping',1200),(4433,'Active Rinse 16oz<br>(Case of 16)','line_item',1201),(4434,'Comb-Out Mousse<br>(Case of 12)','line_item',1201),(4435,'Active Rinse 8oz<br>(Case of 12)','line_item',1201),(4436,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1201),(4437,'Free Standard Shipping','shipping',1201),(4438,'Bulk Active Rinse 100% RM','line_item',1202),(4439,'Preventive Spray 8oz<br>(Case of 12)','line_item',1202),(4440,'Preventive Spray 2oz<br>(Case of 24)','line_item',1202),(4441,'Professional Lice Comb<br>(Case of 12)','line_item',1202),(4442,'Free Standard Shipping','shipping',1202),(4443,'Active Rinse 16oz<br>(Case of 16)','line_item',1203),(4444,'Active Rinse 8oz<br>(Case of 12)','line_item',1203),(4445,'Professional Lice Comb<br>(Case of 12)','line_item',1203),(4446,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1203),(4447,'Preventive Shampoo<br>(Case of 12)','line_item',1203),(4448,'Preventive Conditioner<br>(Case of 12)','line_item',1203),(4449,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1203),(4450,'Bulk Active Rinse 100%','line_item',1203),(4451,'Preventive Spray 8oz<br>(Case of 12)','line_item',1203),(4452,'Free Standard Shipping','shipping',1203),(4460,'Professional Lice Comb<br>(Case of 12)','line_item',1205),(4461,'Urgent Care Kit<br>(Case of 6)','line_item',1205),(4462,'Preventive Spray 2oz<br>(Case of 24)','line_item',1205),(4463,'Bulk Active Rinse 100% RM','line_item',1205),(4464,'Bulk Mousse 1 Gallon RM','line_item',1205),(4465,'Free Standard Shipping','shipping',1205),(4466,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1206),(4467,'Active Rinse 8oz<br>(Case of 12)','line_item',1206),(4468,'Active Rinse 16oz<br>(Case of 16)','line_item',1206),(4469,'Professional Lice Comb<br>(Case of 12)','line_item',1206),(4470,'Bulk Active Rinse 100%','line_item',1206),(4471,'Bulk Active Rinse 50/50','line_item',1206),(4472,'Free Standard Shipping','shipping',1206),(4473,'Preventive Spray 8oz<br>(Case of 12)','line_item',1207),(4474,'Bulk Active Rinse 100% RM','line_item',1207),(4475,'Free Standard Shipping','shipping',1207),(4476,'Preventive Shampoo<br>(Case of 12)','line_item',1208),(4477,'Preventive Spray 2oz<br>(Case of 24)','line_item',1208),(4478,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1208),(4479,'Comb-Out Mousse<br>(Case of 12)','line_item',1208),(4480,'Professional Lice Comb<br>(Case of 12)','line_item',1208),(4481,'FedEx Ground','shipping',1208),(4482,'Professional Lice Comb<br>(Case of 12)','line_item',1209),(4483,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1209),(4484,'FedEx Ground','shipping',1209),(4485,'Comb-Out Mousse<br>(Case of 12)','line_item',1210),(4486,'Professional Lice Comb<br>(Case of 12)','line_item',1210),(4487,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1210),(4488,'Urgent Care Kit<br>(Case of 6)','line_item',1210),(4489,'Preventive Kit<br>(Case of 6)','line_item',1210),(4490,'Preventive Spray 8oz<br>(Case of 12)','line_item',1210),(4491,'Free Standard Shipping','shipping',1210),(4492,'Bulk Active Rinse 100% RM','line_item',1211),(4493,'Bulk Detangling Spray 1 Gallon RM','line_item',1211),(4494,'Bulk Mousse 1 Gallon RM','line_item',1211),(4495,'Free Standard Shipping','shipping',1211),(4496,'Active Rinse 16oz<br>(Case of 16)','line_item',1212),(4497,'Active Rinse 8oz<br>(Case of 12)','line_item',1212),(4498,'Comb-Out Mousse<br>(Case of 12)','line_item',1212),(4499,'Professional Lice Comb<br>(Case of 12)','line_item',1212),(4500,'Preventive Spray 8oz<br>(Case of 12)','line_item',1212),(4501,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1212),(4502,'Bulk Mousse 1 Gallon RM','line_item',1212),(4503,'Bulk Active Rinse 100% RM','line_item',1212),(4504,'Free Standard Shipping','shipping',1212),(4505,'Preventive Conditioner<br>(Case of 12)','line_item',1213),(4506,'Professional Lice Comb<br>(Case of 12)','line_item',1213),(4507,'Bulk Mousse 1 Gallon RM','line_item',1213),(4508,'Bulk Active Rinse 100% RM','line_item',1213),(4509,'FedEx Ground','shipping',1213),(4510,'Bulk Active Rinse 100%','line_item',1214),(4511,'FedEx Ground','shipping',1214),(4512,'Bulk Active Rinse 100%','line_item',1215),(4513,'FedEx Ground','shipping',1215),(4514,'Bulk Active Rinse 100%','line_item',1216),(4515,'FedEx Ground','shipping',1216),(4516,'Active Rinse 8oz<br>(Case of 12)','line_item',1218),(4517,'Professional Lice Comb<br>(Case of 12)','line_item',1218),(4518,'Bulk Active Rinse 100% RM','line_item',1218),(4519,'Free Standard Shipping','shipping',1218),(4520,'Professional Lice Comb<br>(Case of 12)','line_item',1219),(4521,'Active Rinse 8oz<br>(Case of 12)','line_item',1219),(4522,'Disposable Capes','line_item',1219),(4523,'Preventive Spray 8oz<br>(Case of 12)','line_item',1219),(4524,'Bulk Active Rinse 100% RM','line_item',1219),(4525,'Bulk Detangling Spray 1 Gallon RM','line_item',1219),(4526,'Disposable Head Bands','line_item',1219),(4527,'Urgent Care Kit<br>(Case of 6)','line_item',1219),(4528,'Free Standard Shipping','shipping',1219),(4529,'Preventive Shampoo<br>(Case of 12)','line_item',1220),(4530,'Preventive Conditioner<br>(Case of 12)','line_item',1220),(4531,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1220),(4532,'Bulk Active Rinse 100%','line_item',1220),(4533,'Free Standard Shipping','shipping',1220),(4534,'Active Rinse 8oz<br>(Case of 12)','line_item',1221),(4535,'Active Rinse 16oz<br>(Case of 16)','line_item',1221),(4536,'Urgent Care Kit<br>(Case of 6)','line_item',1221),(4537,'Bulk Active Rinse 100%','line_item',1221),(4538,'Bulk Mousse 1 Gallon','line_item',1221),(4539,'Shipping discount','fee',1221),(4540,'FedEx Ground','shipping',1221),(4541,'shiphawaii','coupon',1221),(4542,'Active Rinse 16oz<br>(Case of 16)','line_item',1222),(4543,'Active Rinse 8oz<br>(Case of 12)','line_item',1222),(4544,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1222),(4545,'Free Standard Shipping','shipping',1222),(4546,'Active Rinse 8oz<br>(Case of 12)','line_item',1223),(4547,'Active Rinse 16oz<br>(Case of 16)','line_item',1223),(4548,'Professional Lice Comb<br>(Case of 12)','line_item',1223),(4549,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1223),(4550,'Urgent Care Kit<br>(Case of 6)','line_item',1223),(4551,'Preventive Spray 8oz<br>(Case of 12)','line_item',1223),(4552,'Bulk Active Rinse 100% RM','line_item',1223),(4553,'Free Standard Shipping','shipping',1223),(4554,'Bulk Detangling Spray 1 Gallon RM','line_item',1224),(4555,'FedEx Ground','shipping',1224),(4556,'Comb-Out Mousse<br>(Case of 12)','line_item',1225),(4557,'Preventive Spray 8oz<br>(Case of 12)','line_item',1225),(4558,'Active Rinse 8oz<br>(Case of 12)','line_item',1225),(4559,'Active Rinse 8oz<br>(Case of 12)','line_item',1225),(4560,'Comb-Out Mousse<br>(Case of 12)','line_item',1225),(4561,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1225),(4562,'Preventive Spray 8oz<br>(Case of 12)','line_item',1225),(4563,'Bulk Mousse 1 Gallon RM','line_item',1225),(4564,'Bulk Active Rinse 100% RM','line_item',1225),(4565,'Free Standard Shipping','shipping',1225),(4566,'Active Rinse 16oz<br>(Case of 16)','line_item',1226),(4567,'Professional Lice Comb<br>(Case of 12)','line_item',1226),(4568,'Bulk Active Rinse 100% RM','line_item',1226),(4569,'FedEx Ground','shipping',1226),(4570,'Disposable Head Bands','line_item',1227),(4571,'Bulk Active Rinse 100%','line_item',1227),(4572,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1227),(4573,'FedEx Ground','shipping',1227),(4574,'Bulk Active Rinse 100% RM','line_item',1228),(4575,'Professional Lice Comb<br>(Case of 12)','line_item',1228),(4576,'Preventive Kit<br>(Case of 6)','line_item',1228),(4577,'FedEx Ground','shipping',1228),(4578,'The Wet Brush','line_item',1229),(4579,'Bulk Mousse 1 Gallon','line_item',1229),(4580,'Bulk Active Rinse 100%','line_item',1229),(4581,'Preventive Kit<br>(Case of 6)','line_item',1229),(4582,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1229),(4583,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1229),(4584,'Bulk Active Rinse 50/50','line_item',1229),(4585,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1229),(4586,'Disney Wet Brush','line_item',1229),(4587,'Wet Comb','line_item',1229),(4588,'Free Standard Shipping','shipping',1229),(4589,'Active Rinse 8oz<br>(Case of 12)','line_item',1231),(4590,'Professional Lice Comb<br>(Case of 12)','line_item',1231),(4591,'Preventive Conditioner<br>(Case of 12)','line_item',1231),(4592,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1231),(4593,'Bulk Active Rinse 100% RM','line_item',1231),(4594,'Disposable Capes','line_item',1231),(4595,'Free Standard Shipping','shipping',1231),(4596,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1232),(4597,'Preventive Spray 8oz<br>(Case of 12)','line_item',1232),(4598,'Bulk Mousse 1 Gallon RM','line_item',1232),(4599,'Active Rinse 16oz<br>(Case of 16)','line_item',1232),(4600,'Active Rinse 8oz<br>(Case of 12)','line_item',1232),(4601,'Preventive Spray 2oz<br>(Case of 24)','line_item',1232),(4602,'Free Standard Shipping','shipping',1232),(4603,'Active Rinse 8oz<br>(Case of 12)','line_item',1233),(4604,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1233),(4605,'Professional Lice Comb<br>(Case of 12)','line_item',1233),(4606,'Urgent Care Kit<br>(Case of 6)','line_item',1233),(4607,'Preventive Spray 8oz<br>(Case of 12)','line_item',1233),(4608,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1233),(4609,'Bulk Active Rinse 50/50','line_item',1233),(4610,'Bulk Mousse 1 Gallon','line_item',1233),(4611,'Bulk Detangling Spray 1 Gallon','line_item',1233),(4612,'Free Standard Shipping','shipping',1233),(4613,'Active Rinse 8oz<br>(Case of 12)','line_item',1234),(4614,'Bulk Active Rinse 100% RM','line_item',1234),(4615,'Bulk Detangling Spray 1 Gallon RM','line_item',1234),(4616,'Bulk Mousse 1 Gallon RM','line_item',1234),(4617,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1234),(4618,'FedEx Ground','shipping',1234),(4619,'Professional Lice Comb<br>(Case of 12)','line_item',1235),(4620,'Active Rinse 8oz<br>(Case of 12)','line_item',1235),(4621,'Disposable Capes','line_item',1235),(4622,'Bulk Active Rinse 100% RM','line_item',1235),(4623,'Bulk Detangling Spray 1 Gallon RM','line_item',1235),(4624,'Active Rinse 16oz<br>(Case of 16)','line_item',1235),(4625,'Course Tail Comb','line_item',1235),(4626,'Free Standard Shipping','shipping',1235),(4627,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1236),(4628,'FedEx Ground','shipping',1236),(4629,'Bulk Active Rinse 100% RM','line_item',1237),(4630,'Bulk Detangling Spray 1 Gallon RM','line_item',1237),(4631,'Disposable Capes','line_item',1237),(4632,'Professional Lice Comb<br>(Case of 12)','line_item',1237),(4633,'Free Standard Shipping','shipping',1237),(4634,'Bulk Active Rinse 100%','line_item',1238),(4635,'Professional Lice Comb<br>(Case of 12)','line_item',1238),(4636,'FedEx Ground','shipping',1238),(4637,'Active Rinse 8oz<br>(Case of 12)','line_item',1239),(4638,'Active Rinse 16oz<br>(Case of 16)','line_item',1239),(4639,'FedEx Ground','shipping',1239),(4640,'Bulk Active Rinse 100% RM','line_item',1240),(4641,'FedEx Ground','shipping',1240),(4651,'Bulk Active Rinse 100% RM','line_item',1242),(4652,'Bulk Detangling Spray 1 Gallon RM','line_item',1242),(4653,'Professional Lice Comb<br>(Case of 12)','line_item',1242),(4654,'Free Standard Shipping','shipping',1242),(4655,'Professional Lice Comb<br>(Case of 12)','line_item',1243),(4656,'Preventive Shampoo<br>(Case of 12)','line_item',1243),(4657,'Preventive Conditioner<br>(Case of 12)','line_item',1243),(4658,'FedEx Ground','shipping',1243),(4659,'Bulk Active Rinse 100%','line_item',1244),(4660,'FedEx Ground','shipping',1244),(4661,'Bulk Active Rinse 100% RM','line_item',1245),(4662,'FedEx Ground','shipping',1245),(4663,'Active Rinse 8oz<br>(Case of 12)','line_item',1246),(4664,'Active Rinse 16oz<br>(Case of 16)','line_item',1246),(4665,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1246),(4666,'Professional Lice Comb<br>(Case of 12)','line_item',1246),(4667,'Bulk Detangling Spray 1 Gallon RM','line_item',1246),(4668,'Bulk Active Rinse 100% RM','line_item',1246),(4669,'Free Standard Shipping','shipping',1246),(4670,'Professional Lice Comb<br>(Case of 12)','line_item',1248),(4671,'Preventive Spray 2oz<br>(Case of 24)','line_item',1248),(4672,'Preventive Spray 8oz<br>(Case of 12)','line_item',1248),(4673,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1248),(4674,'Bulk Active Rinse 100% RM','line_item',1248),(4675,'Bulk Mousse 1 Gallon RM','line_item',1248),(4676,'Free Standard Shipping','shipping',1248),(4677,'Active Rinse 8oz<br>(Case of 12)','line_item',1249),(4678,'Active Rinse 16oz<br>(Case of 16)','line_item',1249),(4679,'Comb-Out Mousse<br>(Case of 12)','line_item',1249),(4680,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1249),(4681,'Professional Lice Comb<br>(Case of 12)','line_item',1249),(4682,'Preventive Spray 8oz<br>(Case of 12)','line_item',1249),(4683,'Preventive Kit<br>(Case of 6)','line_item',1249),(4684,'Bulk Active Rinse 100%','line_item',1249),(4685,'Disposable Head Bands','line_item',1249),(4686,'Wet Comb','line_item',1249),(4687,'Free Standard Shipping','shipping',1249),(4688,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1250),(4689,'Professional Lice Comb<br>(Case of 12)','line_item',1250),(4690,'Preventive Spray 8oz<br>(Case of 12)','line_item',1250),(4691,'Bulk Mousse 1 Gallon RM','line_item',1250),(4692,'Bulk Detangling Spray 1 Gallon RM','line_item',1250),(4693,'Bulk Active Rinse 100% RM','line_item',1250),(4694,'Free Standard Shipping','shipping',1250),(4695,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1251),(4696,'Preventive Spray 8oz<br>(Case of 12)','line_item',1251),(4697,'Preventive Shampoo<br>(Case of 12)','line_item',1251),(4698,'Preventive Conditioner<br>(Case of 12)','line_item',1251),(4699,'Active Rinse 16oz<br>(Case of 16)','line_item',1251),(4700,'Bulk Active Rinse 100% RM','line_item',1251),(4701,'Free Standard Shipping','shipping',1251),(4702,'Active Rinse 8oz<br>(Case of 12)','line_item',1252),(4703,'Active Rinse 16oz<br>(Case of 16)','line_item',1252),(4704,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1252),(4705,'Free Standard Shipping','shipping',1252),(4706,'Active Rinse 8oz<br>(Case of 12)','line_item',1253),(4707,'Active Rinse 16oz<br>(Case of 16)','line_item',1253),(4708,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1253),(4709,'Free Standard Shipping','shipping',1253),(4710,'Bulk Active Rinse 100%','line_item',1254),(4711,'FedEx Ground','shipping',1254),(4712,'Bulk Active Rinse 100%','line_item',1255),(4713,'Bulk Detangling Spray 1 Gallon','line_item',1255),(4714,'Bulk Mousse 1 Gallon','line_item',1255),(4715,'FedEx Ground','shipping',1255),(4716,'Bulk Active Rinse 100%','line_item',1256),(4717,'Bulk Detangling Spray 1 Gallon','line_item',1256),(4718,'Bulk Mousse 1 Gallon','line_item',1256),(4719,'FedEx Ground','shipping',1256),(4720,'Preventive Spray 8oz<br>(Case of 12)','line_item',1257),(4721,'Preventive Kit<br>(Case of 6)','line_item',1257),(4722,'Bulk Active Rinse 100%','line_item',1257),(4723,'FedEx Ground','shipping',1257),(4724,'Professional Lice Comb<br>(Case of 12)','line_item',1258),(4725,'Active Rinse 8oz<br>(Case of 12)','line_item',1258),(4726,'Disposable Capes','line_item',1258),(4727,'Bulk Active Rinse 100% RM','line_item',1258),(4728,'Bulk Detangling Spray 1 Gallon RM','line_item',1258),(4729,'Active Rinse 16oz<br>(Case of 16)','line_item',1258),(4730,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1258),(4731,'Preventive Conditioner<br>(Case of 12)','line_item',1258),(4732,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1258),(4733,'Disposable Head Bands','line_item',1258),(4734,'Free Standard Shipping','shipping',1258),(4735,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1259),(4736,'Preventive Spray 8oz<br>(Case of 12)','line_item',1259),(4737,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1259),(4738,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1259),(4739,'Bulk Active Rinse 50/50','line_item',1259),(4740,'Bulk Active Rinse 100%','line_item',1259),(4741,'Bulk Detangling Spray 1 Gallon','line_item',1259),(4742,'Bulk Mousse 1 Gallon','line_item',1259),(4743,'Free Standard Shipping','shipping',1259),(4744,'Active Rinse 16oz<br>(Case of 16)','line_item',1261),(4745,'Active Rinse 8oz<br>(Case of 12)','line_item',1261),(4746,'Comb-Out Mousse<br>(Case of 12)','line_item',1261),(4747,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1261),(4748,'Professional Lice Comb<br>(Case of 12)','line_item',1261),(4749,'Preventive Spray 2oz<br>(Case of 24)','line_item',1261),(4750,'Preventive Spray 8oz<br>(Case of 12)','line_item',1261),(4751,'Preventive Kit<br>(Case of 6)','line_item',1261),(4752,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1261),(4753,'Bulk Active Rinse 100% RM','line_item',1261),(4754,'Bulk Detangling Spray 1 Gallon RM','line_item',1261),(4755,'Bulk Mousse 1 Gallon RM','line_item',1261),(4756,'Free Standard Shipping','shipping',1261),(4757,'Bulk Active Rinse 100%','line_item',1262),(4758,'FedEx Ground','shipping',1262),(4759,'Bulk Active Rinse 100%','line_item',1263),(4760,'Bulk Active Rinse 50/50','line_item',1263),(4761,'Bulk Active Rinse 100%','line_item',1263),(4762,'FedEx Ground','shipping',1263),(4763,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1264),(4764,'FedEx Ground','shipping',1264),(4765,'Professional Lice Comb<br>(Case of 12)','line_item',1265),(4766,'Bulk Active Rinse 50/50','line_item',1265),(4767,'Bulk Mousse 1 Gallon','line_item',1265),(4768,'FedEx 2Day','shipping',1265),(4769,'Preventive Kit<br>(Case of 6)','line_item',1266),(4770,'Goomee 4 Pack','line_item',1266),(4771,'Professional Lice Comb<br>(Case of 12)','line_item',1266),(4772,'Preventive Spray 8oz<br>(Case of 12)','line_item',1266),(4773,'Active Rinse 8oz<br>(Case of 12)','line_item',1266),(4774,'Active Rinse 16oz<br>(Case of 16)','line_item',1266),(4775,'Bulk Active Rinse 50/50','line_item',1266),(4776,'Bulk Active Rinse 100%','line_item',1266),(4777,'Active Rinse 8oz<br>(Case of 12)','line_item',1266),(4778,'Professional Lice Comb<br>(Case of 12)','line_item',1266),(4779,'Preventive Kit<br>(Case of 6)','line_item',1266),(4780,'Preventive Spray 8oz<br>(Case of 12)','line_item',1266),(4781,'Goomee 4 Pack','line_item',1266),(4782,'The Wet Brush','line_item',1266),(4783,'Free Standard Shipping','shipping',1266),(4784,'Active Rinse 16oz<br>(Case of 16)','line_item',1267),(4785,'Active Rinse 8oz<br>(Case of 12)','line_item',1267),(4786,'Professional Lice Comb<br>(Case of 12)','line_item',1267),(4787,'Free Standard Shipping','shipping',1267),(4788,'Active Rinse 8oz<br>(Case of 12)','line_item',1268),(4789,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1268),(4790,'FedEx Ground','shipping',1268),(4791,'Active Rinse 8oz<br>(Case of 12)','line_item',1269),(4792,'Active Rinse 16oz<br>(Case of 16)','line_item',1269),(4793,'Comb-Out Mousse<br>(Case of 12)','line_item',1269),(4794,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1269),(4795,'Urgent Care Kit<br>(Case of 6)','line_item',1269),(4796,'Preventive Spray 8oz<br>(Case of 12)','line_item',1269),(4797,'Preventive Kit<br>(Case of 6)','line_item',1269),(4798,'Bulk Active Rinse 100% RM','line_item',1269),(4799,'Bulk Mousse 1 Gallon RM','line_item',1269),(4800,'Free Standard Shipping','shipping',1269),(4801,'Active Rinse 8oz<br>(Case of 12)','line_item',1270),(4802,'Professional Lice Comb<br>(Case of 12)','line_item',1270),(4803,'Bulk Active Rinse 100%','line_item',1270),(4804,'Bulk Mousse 1 Gallon','line_item',1270),(4805,'Bulk Detangling Spray 1 Gallon','line_item',1270),(4806,'FedEx Ground','shipping',1270),(4814,'Professional Lice Comb<br>(Case of 12)','line_item',1271),(4815,'Active Rinse 8oz<br>(Case of 12)','line_item',1271),(4816,'Active Rinse 16oz<br>(Case of 16)','line_item',1271),(4817,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1271),(4818,'Shipping discount','fee',1271),(4819,'FedEx Ground','shipping',1271),(4820,'shiphawaii','coupon',1271),(4821,'Bulk Active Rinse 100%','line_item',1272),(4822,'Bulk Detangling Spray 1 Gallon','line_item',1272),(4823,'FedEx Ground','shipping',1272),(4824,'Active Rinse 16oz<br>(Case of 16)','line_item',1273),(4825,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1273),(4826,'Active Rinse 8oz<br>(Case of 12)','line_item',1273),(4827,'Preventive Shampoo<br>(Case of 12)','line_item',1273),(4828,'Preventive Conditioner<br>(Case of 12)','line_item',1273),(4829,'Preventive Spray 8oz<br>(Case of 12)','line_item',1273),(4830,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1273),(4831,'Bulk Active Rinse 100%','line_item',1273),(4832,'Professional Lice Comb<br>(Case of 12)','line_item',1273),(4833,'Free Standard Shipping','shipping',1273),(4834,'Bulk Active Rinse 100% RM','line_item',1275),(4835,'Professional Lice Comb<br>(Case of 12)','line_item',1275),(4836,'Free Standard Shipping','shipping',1275),(4839,'Bulk Active Rinse 100% RM','line_item',1276),(4840,'FedEx Ground','shipping',1276),(4843,'Professional Lice Comb<br>(Case of 12)','line_item',1278),(4844,'FedEx Ground','shipping',1278),(4845,'Professional Lice Comb<br>(Case of 12)','line_item',1279),(4846,'Active Rinse 16oz<br>(Case of 16)','line_item',1279),(4847,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1279),(4848,'Urgent Care Kit<br>(Case of 6)','line_item',1279),(4849,'Urgent Care Kit<br>(Case of 6)','line_item',1279),(4850,'Free Standard Shipping','shipping',1279),(4851,'Professional Lice Comb<br>(Case of 12)','line_item',1280),(4852,'Disposable Capes','line_item',1280),(4853,'Bulk Active Rinse 100% RM','line_item',1280),(4854,'Bulk Detangling Spray 1 Gallon RM','line_item',1280),(4855,'Active Rinse 16oz<br>(Case of 16)','line_item',1280),(4856,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1280),(4857,'Disposable Head Bands','line_item',1280),(4858,'Preventive Spray 8oz<br>(Case of 12)','line_item',1280),(4859,'Preventive Spray 2oz<br>(Case of 24)','line_item',1280),(4860,'Free Standard Shipping','shipping',1280),(4861,'Bulk Active Rinse 100%','line_item',1281),(4862,'FedEx Ground','shipping',1281),(4863,'Active Rinse 8oz<br>(Case of 12)','line_item',1282),(4864,'Professional Lice Comb<br>(Case of 12)','line_item',1282),(4865,'Urgent Care Kit<br>(Case of 6)','line_item',1282),(4866,'Bulk Active Rinse 100%','line_item',1282),(4867,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1282),(4868,'Free Standard Shipping','shipping',1282),(4869,'Professional Lice Comb<br>(Case of 12)','line_item',1283),(4870,'Urgent Care Kit<br>(Case of 6)','line_item',1283),(4871,'Urgent Care Kit<br>(Case of 6)','line_item',1283),(4872,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1283),(4873,'Preventive Spray 2oz<br>(Case of 24)','line_item',1283),(4874,'Bulk Active Rinse 100% RM','line_item',1283),(4875,'Bulk Mousse 1 Gallon RM','line_item',1283),(4876,'Free Standard Shipping','shipping',1283),(4877,'Active Rinse 16oz<br>(Case of 16)','line_item',1284),(4878,'Active Rinse 8oz<br>(Case of 12)','line_item',1284),(4879,'Preventive Spray 8oz<br>(Case of 12)','line_item',1284),(4880,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1284),(4881,'Free Standard Shipping','shipping',1284),(4882,'Active Rinse 8oz<br>(Case of 12)','line_item',1285),(4883,'Active Rinse 16oz<br>(Case of 16)','line_item',1285),(4884,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1285),(4885,'Bulk Active Rinse 100%','line_item',1285),(4886,'Free Standard Shipping','shipping',1285),(4887,'Active Rinse 16oz<br>(Case of 16)','line_item',1286),(4888,'Active Rinse 8oz<br>(Case of 12)','line_item',1286),(4889,'Bulk Active Rinse 100%','line_item',1286),(4890,'Free Standard Shipping','shipping',1286),(4891,'Bulk Active Rinse 100% RM','line_item',1288),(4892,'Professional Lice Comb<br>(Case of 12)','line_item',1288),(4893,'Course Tail Comb','line_item',1288),(4894,'FedEx Ground','shipping',1288),(4902,'Active Rinse 8oz<br>(Case of 12)','line_item',1289),(4903,'Active Rinse 16oz<br>(Case of 16)','line_item',1289),(4904,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1289),(4905,'Professional Lice Comb<br>(Case of 12)','line_item',1289),(4906,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1289),(4907,'Urgent Care Kit<br>(Case of 6)','line_item',1289),(4908,'Free Standard Shipping','shipping',1289),(4909,'Active Rinse 8oz<br>(Case of 12)','line_item',1290),(4910,'Active Rinse 16oz<br>(Case of 16)','line_item',1290),(4911,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1290),(4912,'Professional Lice Comb<br>(Case of 12)','line_item',1290),(4913,'Bulk Active Rinse 100%','line_item',1290),(4914,'Bulk Active Rinse 50/50','line_item',1290),(4915,'Bulk Detangling Spray 1 Gallon','line_item',1290),(4916,'Bulk Mousse 1 Gallon','line_item',1290),(4917,'Free Standard Shipping','shipping',1290),(4918,'Bulk Active Rinse 100% RM','line_item',1291),(4919,'Bulk Detangling Spray 1 Gallon RM','line_item',1291),(4920,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1291),(4921,'Professional Lice Comb<br>(Case of 12)','line_item',1291),(4922,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1291),(4923,'Active Rinse 16oz<br>(Case of 16)','line_item',1291),(4924,'Active Rinse 8oz<br>(Case of 12)','line_item',1291),(4925,'Free Standard Shipping','shipping',1291),(4934,'Bulk Active Rinse 100% RM','line_item',1292),(4935,'Bulk Detangling Spray 1 Gallon RM','line_item',1292),(4936,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1292),(4937,'Professional Lice Comb<br>(Case of 12)','line_item',1292),(4938,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1292),(4939,'Active Rinse 16oz<br>(Case of 16)','line_item',1292),(4940,'Active Rinse 8oz<br>(Case of 12)','line_item',1292),(4941,'Free Standard Shipping','shipping',1292),(4942,'Bulk Mousse 1 Gallon','line_item',1293),(4943,'Bulk Active Rinse 100%','line_item',1293),(4944,'FedEx Ground','shipping',1293),(4945,'Bulk Active Rinse 100%','line_item',1294),(4946,'FedEx Ground','shipping',1294),(4947,'Bulk Active Rinse 100%','line_item',1295),(4948,'FedEx Ground','shipping',1295),(4949,'Bulk Active Rinse 100%','line_item',1296),(4950,'Bulk Detangling Spray 1 Gallon','line_item',1296),(4951,'FedEx Ground','shipping',1296),(4952,'Active Rinse 8oz<br>(Case of 12)','line_item',1297),(4953,'Active Rinse 16oz<br>(Case of 16)','line_item',1297),(4954,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1297),(4955,'Bulk Active Rinse 100%','line_item',1297),(4956,'Preventive Spray 8oz<br>(Case of 12)','line_item',1298),(4957,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1298),(4958,'Professional Lice Comb<br>(Case of 12)','line_item',1298),(4959,'Preventive Spray 2oz<br>(Case of 24)','line_item',1298),(4960,'FedEx Ground','shipping',1298),(4961,'Bulk Active Rinse 100% RM','line_item',1299),(4962,'Bulk Detangling Spray 1 Gallon RM','line_item',1299),(4963,'Preventive Spray 8oz<br>(Case of 12)','line_item',1299),(4964,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1299),(4965,'Free Standard Shipping','shipping',1299),(4966,'Active Rinse 8oz<br>(Case of 12)','line_item',1300),(4967,'Active Rinse 16oz<br>(Case of 16)','line_item',1300),(4968,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1300),(4969,'Bulk Active Rinse 100%','line_item',1300),(4970,'Free Standard Shipping','shipping',1300),(4971,'Active Rinse 8oz<br>(Case of 12)','line_item',1301),(4972,'Bulk Mousse 1 Gallon RM','line_item',1301),(4973,'Bulk Active Rinse 100% RM','line_item',1301),(4974,'Preventive Kit<br>(Case of 6)','line_item',1301),(4975,'Professional Lice Comb<br>(Case of 12)','line_item',1301),(4976,'FedEx Ground','shipping',1301),(4977,'Bulk Active Rinse 100%','line_item',1302),(4978,'FedEx Ground','shipping',1302),(4979,'Bulk Active Rinse 100%','line_item',1303),(4980,'FedEx Ground','shipping',1303),(4981,'Preventive Spray 8oz<br>(Case of 12)','line_item',1304),(4982,'Professional Lice Comb<br>(Case of 12)','line_item',1304),(4983,'Bulk Active Rinse 100%','line_item',1304),(4984,'FedEx Ground','shipping',1304),(4985,'Bulk Active Rinse 100% RM','line_item',1305),(4986,'Bulk Detangling Spray 1 Gallon RM','line_item',1305),(4987,'Professional Lice Comb<br>(Case of 12)','line_item',1305),(4988,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1305),(4989,'Active Rinse 16oz<br>(Case of 16)','line_item',1305),(4990,'Active Rinse 8oz<br>(Case of 12)','line_item',1305),(4991,'Preventive Spray 2oz<br>(Case of 24)','line_item',1305),(4992,'Preventive Spray 8oz<br>(Case of 12)','line_item',1305),(4993,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1305),(4994,'Free Standard Shipping','shipping',1305),(4995,'Active Rinse 8oz<br>(Case of 12)','line_item',1306),(4996,'Bulk Active Rinse 100%','line_item',1306),(4997,'FedEx Ground','shipping',1306),(4998,'Active Rinse 8oz<br>(Case of 12)','line_item',1307),(4999,'Professional Lice Comb<br>(Case of 12)','line_item',1307),(5000,'Bulk Active Rinse 100% RM','line_item',1307),(5001,'Free Standard Shipping','shipping',1307),(5002,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1308),(5003,'Bulk Detangling Spray 1 Gallon','line_item',1308),(5004,'Bulk Mousse 1 Gallon','line_item',1308),(5005,'Disposable Head Bands','line_item',1308),(5006,'FedEx Ground','shipping',1308),(5011,'Comb-Out Mousse<br>(Case of 12)','line_item',1310),(5012,'Preventive Spray 8oz<br>(Case of 12)','line_item',1310),(5013,'Active Rinse 16oz<br>(Case of 16)','line_item',1310),(5014,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1310),(5015,'Bulk Active Rinse 100% RM','line_item',1310),(5016,'Preventive Spray 2oz<br>(Case of 24)','line_item',1310),(5017,'Free Standard Shipping','shipping',1310),(5018,'Comb-Out Mousse<br>(Case of 12)','line_item',1311),(5019,'Bulk Detangling Spray 1 Gallon RM','line_item',1311),(5020,'Preventive Spray 2oz<br>(Case of 24)','line_item',1311),(5021,'Professional Lice Comb<br>(Case of 12)','line_item',1311),(5022,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1311),(5023,'Bulk Active Rinse 100% RM','line_item',1311),(5024,'Active Rinse 8oz<br>(Case of 12)','line_item',1311),(5025,'Active Rinse 16oz<br>(Case of 16)','line_item',1311),(5026,'Preventive Spray 8oz<br>(Case of 12)','line_item',1311),(5027,'Free Standard Shipping','shipping',1311),(5028,'Preventive Spray 8oz<br>(Case of 12)','line_item',1312),(5029,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1312),(5030,'Preventive Spray 2oz<br>(Case of 24)','line_item',1312),(5031,'Active Rinse 16oz<br>(Case of 16)','line_item',1312),(5032,'Bulk Active Rinse 100% RM','line_item',1312),(5033,'Free Standard Shipping','shipping',1312),(5034,'Bulk Active Rinse 50/50','line_item',1313),(5035,'Preventive Spray 2oz<br>(Case of 24)','line_item',1313),(5036,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1313),(5037,'Active Rinse 8oz<br>(Case of 12)','line_item',1313),(5038,'Urgent Care Kit<br>(Case of 6)','line_item',1313),(5039,'Professional Lice Comb<br>(Case of 12)','line_item',1313),(5040,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1313),(5041,'Preventive Kit<br>(Case of 6)','line_item',1313),(5042,'Preventive Spray 8oz<br>(Case of 12)','line_item',1313),(5043,'Free Standard Shipping','shipping',1313),(5044,'Bulk Active Rinse 100%','line_item',1314),(5045,'FedEx Ground','shipping',1314),(5046,'Professional Lice Comb<br>(Case of 12)','line_item',1315),(5047,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1315),(5048,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1315),(5049,'Preventive Spray 8oz<br>(Case of 12)','line_item',1315),(5050,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1315),(5051,'Preventive Kit<br>(Case of 6)','line_item',1315),(5052,'Bulk Active Rinse 100% RM','line_item',1315),(5053,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1315),(5054,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1315),(5055,'Goomee 4 Pack','line_item',1315),(5056,'Free Standard Shipping','shipping',1315),(5057,'Bulk Active Rinse 100%','line_item',1316),(5058,'Bulk Active Rinse 50/50','line_item',1316),(5059,'Preventive Spray 8oz<br>(Case of 12)','line_item',1316),(5060,'Professional Lice Comb<br>(Case of 12)','line_item',1316),(5061,'Active Rinse 16oz<br>(Case of 16)','line_item',1316),(5062,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1316),(5063,'Free Standard Shipping','shipping',1316),(5064,'Preventive Spray 8oz<br>(Case of 12)','line_item',1317),(5065,'Active Rinse 8oz<br>(Case of 12)','line_item',1317),(5066,'Professional Lice Comb<br>(Case of 12)','line_item',1317),(5067,'Free Standard Shipping','shipping',1317),(5068,'Urgent Care Kit<br>(Case of 6)','line_item',1319),(5069,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1319),(5070,'Preventive Spray 2oz<br>(Case of 24)','line_item',1319),(5071,'Active Rinse 8oz<br>(Case of 12)','line_item',1319),(5072,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1319),(5073,'Free Standard Shipping','shipping',1319),(5074,'Bulk Active Rinse 100% RM','line_item',1320),(5075,'Preventive Spray 8oz<br>(Case of 12)','line_item',1320),(5076,'Professional Lice Comb<br>(Case of 12)','line_item',1320),(5077,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1320),(5078,'Active Rinse 16oz<br>(Case of 16)','line_item',1320),(5079,'Active Rinse 16oz<br>(Case of 16)','line_item',1320),(5080,'Free Standard Shipping','shipping',1320),(5081,'Professional Lice Comb<br>(Case of 12)','line_item',1321),(5082,'Bulk Active Rinse 100% RM','line_item',1321),(5083,'Bulk Detangling Spray 1 Gallon RM','line_item',1321),(5084,'Active Rinse 16oz<br>(Case of 16)','line_item',1321),(5085,'Active Rinse 8oz<br>(Case of 12)','line_item',1321),(5086,'Free Standard Shipping','shipping',1321),(5087,'Active Rinse 8oz<br>(Case of 12)','line_item',1322),(5088,'Active Rinse 16oz<br>(Case of 16)','line_item',1322),(5089,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1322),(5090,'Preventive Spray 8oz<br>(Case of 12)','line_item',1322),(5091,'Disposable Capes','line_item',1322),(5092,'Free Standard Shipping','shipping',1322),(5107,'Active Rinse 8oz<br>(Case of 12)','line_item',1324),(5108,'Active Rinse 16oz<br>(Case of 16)','line_item',1324),(5109,'Preventive Spray 2oz<br>(Case of 24)','line_item',1324),(5110,'Professional Lice Comb<br>(Case of 12)','line_item',1324),(5111,'Bulk Active Rinse 100% RM','line_item',1324),(5112,'Free Standard Shipping','shipping',1324),(5117,'Bulk Mousse 1 Gallon RM','line_item',1326),(5118,'Bulk Active Rinse 100% RM','line_item',1326),(5119,'Active Rinse 16oz<br>(Case of 16)','line_item',1326),(5120,'Free Standard Shipping','shipping',1326),(5125,'Preventive Spray 2oz<br>(Case of 24)','line_item',1327),(5126,'Bulk Active Rinse 100% RM','line_item',1327),(5127,'Professional Lice Comb<br>(Case of 12)','line_item',1327),(5128,'Active Rinse 8oz<br>(Case of 12)','line_item',1327),(5129,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1327),(5130,'Free Standard Shipping','shipping',1327),(5131,'Active Rinse 8oz<br>(Case of 12)','line_item',1328),(5132,'Active Rinse 16oz<br>(Case of 16)','line_item',1328),(5133,'Free Standard Shipping','shipping',1328),(5134,'Active Rinse 8oz<br>(Case of 12)','line_item',1329),(5135,'Active Rinse 16oz<br>(Case of 16)','line_item',1329),(5136,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1329),(5137,'Professional Lice Comb<br>(Case of 12)','line_item',1329),(5138,'Preventive Kit<br>(Case of 6)','line_item',1329),(5139,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1329),(5140,'Disposable Head Bands','line_item',1329),(5141,'Goomee 4 Pack','line_item',1329),(5142,'Free Standard Shipping','shipping',1329),(5143,'Active Rinse 16oz<br>(Case of 16)','line_item',1330),(5144,'Active Rinse 8oz<br>(Case of 12)','line_item',1330),(5145,'Professional Lice Comb<br>(Case of 12)','line_item',1330),(5146,'Free Standard Shipping','shipping',1330),(5147,'Bulk Active Rinse 100% RM','line_item',1331),(5148,'Bulk Detangling Spray 1 Gallon RM','line_item',1331),(5149,'Preventive Shampoo<br>(Case of 12)','line_item',1331),(5150,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1331),(5151,'FedEx Ground','shipping',1331),(5152,'Professional Lice Comb<br>(Case of 12)','line_item',1332),(5153,'FedEx Ground','shipping',1332),(5154,'Professional Lice Comb<br>(Case of 12)','line_item',1333),(5155,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1333),(5156,'Preventive Spray 8oz<br>(Case of 12)','line_item',1333),(5157,'Bulk Active Rinse 50/50','line_item',1333),(5158,'Bulk Mousse 1 Gallon','line_item',1333),(5159,'Active Rinse 8oz<br>(Case of 12)','line_item',1333),(5160,'FedEx Ground','shipping',1333),(5165,'Active Rinse 8oz<br>(Case of 12)','line_item',1336),(5166,'Urgent Care Kit<br>(Case of 6)','line_item',1336),(5167,'Preventive Spray 2oz<br>(Case of 24)','line_item',1336),(5168,'Bulk Active Rinse 100% RM','line_item',1336),(5169,'Bulk Mousse 1 Gallon RM','line_item',1336),(5170,'Free Standard Shipping','shipping',1336),(5171,'Bulk Active Rinse 100% RM','line_item',1337),(5172,'Free Standard Shipping','shipping',1337),(5173,'Active Rinse 8oz<br>(Case of 12)','line_item',1338),(5174,'Urgent Care Kit<br>(Case of 6)','line_item',1338),(5175,'Preventive Spray 2oz<br>(Case of 24)','line_item',1338),(5176,'Bulk Active Rinse 100% RM','line_item',1338),(5177,'Bulk Mousse 1 Gallon RM','line_item',1338),(5178,'Free Standard Shipping','shipping',1338),(5179,'Comb-Out Mousse<br>(Case of 12)','line_item',1339),(5180,'Active Rinse 8oz<br>(Case of 12)','line_item',1339),(5181,'Urgent Care Kit<br>(Case of 6)','line_item',1339),(5182,'Preventive Spray 8oz<br>(Case of 12)','line_item',1339),(5183,'Free Standard Shipping','shipping',1339),(5189,'Active Rinse 8oz<br>(Case of 12)','line_item',1341),(5190,'Professional Lice Comb<br>(Case of 12)','line_item',1341),(5191,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1341),(5192,'Preventive Spray 8oz<br>(Case of 12)','line_item',1341),(5193,'Bulk Active Rinse 50/50 RM','line_item',1341),(5194,'Bulk Mousse 1 Gallon RM','line_item',1341),(5195,'Free Standard Shipping','shipping',1341),(5196,'Bulk Active Rinse 50/50','line_item',1342),(5197,'Disposable Head Bands','line_item',1342),(5198,'Preventive Spray 2oz<br>(Case of 24)','line_item',1342),(5199,'Preventive Shampoo<br>(Case of 12)','line_item',1342),(5200,'Preventive Conditioner<br>(Case of 12)','line_item',1342),(5201,'Active Rinse 8oz<br>(Case of 12)','line_item',1342),(5202,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1342),(5203,'Preventive Kit<br>(Case of 6)','line_item',1342),(5204,'Free Standard Shipping','shipping',1342),(5211,'Active Rinse 8oz<br>(Case of 12)','line_item',1344),(5212,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1344),(5213,'Urgent Care Kit<br>(Case of 6)','line_item',1344),(5214,'Professional Lice Comb<br>(Case of 12)','line_item',1344),(5215,'Preventive Shampoo<br>(Case of 12)','line_item',1344),(5216,'Preventive Conditioner<br>(Case of 12)','line_item',1344),(5217,'Preventive Spray 2oz<br>(Case of 24)','line_item',1344),(5218,'Preventive Spray 8oz<br>(Case of 12)','line_item',1344),(5219,'Preventive Kit<br>(Case of 6)','line_item',1344),(5220,'Bulk Active Rinse 50/50','line_item',1344),(5221,'Disposable Head Bands','line_item',1344),(5222,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1344),(5223,'Free Standard Shipping','shipping',1344),(5224,'Comb-Out Mousse<br>(Case of 12)','line_item',1345),(5225,'The Wet Brush','line_item',1345),(5226,'FedEx Ground','shipping',1345),(5227,'Bulk Active Rinse 100%','line_item',1346),(5228,'FedEx Ground','shipping',1346),(5229,'Active Rinse 8oz<br>(Case of 12)','line_item',1349),(5230,'Professional Lice Comb<br>(Case of 12)','line_item',1349),(5231,'FedEx Ground','shipping',1349),(5232,'Preventive Kit<br>(Case of 6)','line_item',1350),(5233,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1350),(5234,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1350),(5235,'Active Rinse 8oz<br>(Case of 12)','line_item',1350),(5236,'Active Rinse 16oz<br>(Case of 16)','line_item',1350),(5237,'Preventive Spray 8oz<br>(Case of 12)','line_item',1350),(5238,'Bulk Active Rinse 50/50','line_item',1350),(5239,'Bulk Detangling Spray 1 Gallon','line_item',1350),(5240,'Bulk Mousse 1 Gallon','line_item',1350),(5241,'Comb-Out Mousse<br>(Case of 12)','line_item',1350),(5242,'Free Standard Shipping','shipping',1350),(5243,'Preventive Spray 2oz<br>(Case of 24)','line_item',1351),(5244,'Active Rinse 8oz<br>(Case of 12)','line_item',1351),(5245,'Active Rinse 8oz<br>(Case of 12)','line_item',1351),(5246,'Preventive Spray 8oz<br>(Case of 12)','line_item',1351),(5247,'Comb-Out Mousse<br>(Case of 12)','line_item',1351),(5248,'Professional Lice Comb<br>(Case of 12)','line_item',1351),(5249,'Bulk Active Rinse 100% RM','line_item',1351),(5250,'Bulk Mousse 1 Gallon RM','line_item',1351),(5251,'Free Standard Shipping','shipping',1351),(5252,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1352),(5253,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1352),(5254,'Preventive Spray 2oz<br>(Case of 24)','line_item',1352),(5255,'Bulk Detangling Spray 1 Gallon RM','line_item',1352),(5256,'Preventive Shampoo<br>(Case of 12)','line_item',1352),(5257,'Preventive Conditioner<br>(Case of 12)','line_item',1352),(5258,'Course Tail Comb','line_item',1352),(5259,'Active Rinse 8oz<br>(Case of 12)','line_item',1352),(5260,'Professional Lice Comb<br>(Case of 12)','line_item',1352),(5261,'Free Standard Shipping','shipping',1352),(5262,'Professional Lice Comb<br>(Case of 12)','line_item',1353),(5263,'Bulk Active Rinse 100% RM','line_item',1353),(5264,'Bulk Detangling Spray 1 Gallon RM','line_item',1353),(5265,'Active Rinse 16oz<br>(Case of 16)','line_item',1353),(5266,'Active Rinse 8oz<br>(Case of 12)','line_item',1353),(5267,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1353),(5268,'Preventive Spray 8oz<br>(Case of 12)','line_item',1353),(5269,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1353),(5270,'Disposable Head Bands','line_item',1353),(5271,'Disposable Capes','line_item',1353),(5272,'Free Standard Shipping','shipping',1353),(5273,'Active Rinse 8oz<br>(Case of 12)','line_item',1354),(5274,'Active Rinse 16oz<br>(Case of 16)','line_item',1354),(5275,'Urgent Care Kit<br>(Case of 6)','line_item',1354),(5276,'Professional Lice Comb<br>(Case of 12)','line_item',1354),(5277,'Bulk Active Rinse 100%','line_item',1354),(5278,'Shipping discount','fee',1354),(5279,'FedEx Ground','shipping',1354),(5280,'shiphawaii','coupon',1354),(5281,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1355),(5282,'Active Rinse 8oz<br>(Case of 12)','line_item',1355),(5283,'Professional Lice Comb<br>(Case of 12)','line_item',1355),(5284,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1355),(5285,'Bulk Active Rinse 100%','line_item',1355),(5286,'The Wet Brush','line_item',1355),(5287,'Free Standard Shipping','shipping',1355),(5288,'Active Rinse 8oz<br>(Case of 12)','line_item',1356),(5289,'Professional Lice Comb<br>(Case of 12)','line_item',1356),(5290,'Bulk Active Rinse 100% RM','line_item',1356),(5291,'Free Standard Shipping','shipping',1356),(5292,'Active Rinse 16oz<br>(Case of 16)','line_item',1357),(5293,'Active Rinse 8oz<br>(Case of 12)','line_item',1357),(5294,'Bulk Active Rinse 100% RM','line_item',1357),(5295,'Free Standard Shipping','shipping',1357),(5296,'Professional Lice Comb<br>(Case of 12)','line_item',1358),(5297,'Preventive Spray 2oz<br>(Case of 24)','line_item',1358),(5298,'Preventive Spray 8oz<br>(Case of 12)','line_item',1358),(5299,'Bulk Active Rinse 100% RM','line_item',1358),(5300,'Free Standard Shipping','shipping',1358),(5301,'Professional Lice Comb<br>(Case of 12)','line_item',1359),(5302,'Bulk Active Rinse 100% RM','line_item',1359),(5303,'Free Standard Shipping','shipping',1359),(5304,'Active Rinse 8oz<br>(Case of 12)','line_item',1360),(5305,'Professional Lice Comb<br>(Case of 12)','line_item',1360),(5306,'Urgent Care Kit<br>(Case of 6)','line_item',1360),(5307,'Preventive Spray 2oz<br>(Case of 24)','line_item',1360),(5308,'Preventive Spray 8oz<br>(Case of 12)','line_item',1360),(5309,'Preventive Kit<br>(Case of 6)','line_item',1360),(5310,'Bulk Active Rinse 100% RM','line_item',1360),(5311,'Free Standard Shipping','shipping',1360),(5312,'Professional Lice Comb<br>(Case of 12)','line_item',1361),(5313,'Urgent Care Kit<br>(Case of 6)','line_item',1361),(5314,'Active Rinse 16oz<br>(Case of 16)','line_item',1361),(5315,'Bulk Active Rinse 100%','line_item',1361),(5316,'Bulk Mousse 1 Gallon','line_item',1361),(5317,'Shipping discount','fee',1361),(5318,'FedEx Ground','shipping',1361),(5319,'shiphawaii','coupon',1361),(5320,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1362),(5321,'Preventive Shampoo<br>(Case of 12)','line_item',1362),(5322,'Preventive Conditioner<br>(Case of 12)','line_item',1362),(5323,'Free Standard Shipping','shipping',1362),(5331,'Bulk Active Rinse 100% RM','line_item',1365),(5332,'Active Rinse 8oz<br>(Case of 12)','line_item',1365),(5333,'Free Standard Shipping','shipping',1365),(5334,'Comb-Out Mousse<br>(Case of 12)','line_item',1366),(5335,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1366),(5336,'FedEx Ground','shipping',1366),(5337,'Professional Lice Comb<br>(Case of 12)','line_item',1367),(5338,'Urgent Care Kit<br>(Case of 6)','line_item',1367),(5339,'Active Rinse 8oz<br>(Case of 12)','line_item',1367),(5340,'Active Rinse 16oz<br>(Case of 16)','line_item',1367),(5341,'Free Standard Shipping','shipping',1367),(5342,'Professional Lice Comb<br>(Case of 12)','line_item',1368),(5343,'Preventive Kit<br>(Case of 6)','line_item',1368),(5344,'Bulk Active Rinse 100% RM','line_item',1368),(5345,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1368),(5346,'Free Standard Shipping','shipping',1368),(5347,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1369),(5348,'Bulk Active Rinse 100%','line_item',1369),(5349,'FedEx Ground','shipping',1369),(5350,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1370),(5351,'Active Rinse 8oz<br>(Case of 12)','line_item',1370),(5352,'Active Rinse 16oz<br>(Case of 16)','line_item',1370),(5353,'Professional Lice Comb<br>(Case of 12)','line_item',1370),(5354,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1370),(5355,'Preventive Spray 8oz<br>(Case of 12)','line_item',1370),(5356,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1370),(5357,'Bulk Active Rinse 100%','line_item',1370),(5358,'Free Standard Shipping','shipping',1370),(5359,'Active Rinse 8oz<br>(Case of 12)','line_item',1371),(5360,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1371),(5361,'Preventive Kit<br>(Case of 6)','line_item',1371),(5362,'Preventive Shampoo<br>(Case of 12)','line_item',1371),(5363,'Preventive Conditioner<br>(Case of 12)','line_item',1371),(5364,'Bulk Active Rinse 100% RM','line_item',1371),(5365,'Free Standard Shipping','shipping',1371),(5366,'Bulk Active Rinse 100% RM','line_item',1372),(5367,'Bulk Detangling Spray 1 Gallon RM','line_item',1372),(5368,'Professional Lice Comb<br>(Case of 12)','line_item',1372),(5369,'Active Rinse 8oz<br>(Case of 12)','line_item',1372),(5370,'Active Rinse 16oz<br>(Case of 16)','line_item',1372),(5371,'Free Standard Shipping','shipping',1372),(5372,'Professional Lice Comb<br>(Case of 12)','line_item',1373),(5373,'Bulk Active Rinse 100% RM','line_item',1373),(5374,'Bulk Detangling Spray 1 Gallon RM','line_item',1373),(5375,'Active Rinse 16oz<br>(Case of 16)','line_item',1373),(5376,'Active Rinse 8oz<br>(Case of 12)','line_item',1373),(5377,'Disposable Head Bands','line_item',1373),(5378,'Disposable Capes','line_item',1373),(5379,'Preventive Kit<br>(Case of 6)','line_item',1373),(5380,'Free Standard Shipping','shipping',1373),(5381,'Bulk Active Rinse 100% RM','line_item',1374),(5382,'Active Rinse 16oz<br>(Case of 16)','line_item',1374),(5383,'Free Standard Shipping','shipping',1374),(5384,'Active Rinse 8oz<br>(Case of 12)','line_item',1375),(5385,'Preventive Kit<br>(Case of 6)','line_item',1375),(5386,'Bulk Active Rinse 100% RM','line_item',1375),(5387,'Free Standard Shipping','shipping',1375),(5388,'Professional Lice Comb<br>(Case of 12)','line_item',1376),(5389,'Comb-Out Mousse<br>(Case of 12)','line_item',1376),(5390,'Bulk Mousse 1 Gallon RM','line_item',1376),(5391,'Free Standard Shipping','shipping',1376),(5392,'Professional Lice Comb<br>(Case of 12)','line_item',1378),(5393,'Preventive Spray 8oz<br>(Case of 12)','line_item',1378),(5394,'Preventive Kit<br>(Case of 6)','line_item',1378),(5395,'Bulk Active Rinse 100%','line_item',1378),(5396,'FedEx Ground','shipping',1378),(5400,'Bulk Mousse 1 Gallon RM','line_item',1379),(5401,'Bulk Active Rinse 100% RM','line_item',1379),(5402,'FedEx Ground','shipping',1379),(5403,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1380),(5404,'Preventive Spray 2oz<br>(Case of 24)','line_item',1380),(5405,'Professional Lice Comb<br>(Case of 12)','line_item',1380),(5406,'Active Rinse 16oz<br>(Case of 16)','line_item',1380),(5407,'Active Rinse 8oz<br>(Case of 12)','line_item',1380),(5408,'Professional Lice Comb<br>(Case of 12)','line_item',1380),(5409,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1380),(5410,'Free Standard Shipping','shipping',1380),(5411,'Active Rinse 16oz<br>(Case of 16)','line_item',1381),(5412,'Active Rinse 8oz<br>(Case of 12)','line_item',1381),(5413,'Professional Lice Comb<br>(Case of 12)','line_item',1381),(5414,'Active Rinse 8oz<br>(Case of 12)','line_item',1381),(5415,'Free Standard Shipping','shipping',1381),(5416,'Active Rinse 16oz<br>(Case of 16)','line_item',1382),(5417,'Active Rinse 8oz<br>(Case of 12)','line_item',1382),(5418,'Professional Lice Comb<br>(Case of 12)','line_item',1382),(5419,'Active Rinse 8oz<br>(Case of 12)','line_item',1382),(5420,'Bulk Active Rinse 100%','line_item',1382),(5421,'Free Standard Shipping','shipping',1382),(5422,'Active Rinse 8oz<br>(Case of 12)','line_item',1383),(5423,'Bulk Active Rinse 50/50','line_item',1383),(5424,'The Wet Brush','line_item',1383),(5425,'Wet Comb','line_item',1383),(5426,'The Wet Brush Squirt','line_item',1383),(5427,'Goomee 4 Pack','line_item',1383),(5428,'Free Standard Shipping','shipping',1383),(5429,'Active Rinse 16oz<br>(Case of 16)','line_item',1384),(5430,'Active Rinse 8oz<br>(Case of 12)','line_item',1384),(5431,'Bulk Active Rinse 100%','line_item',1384),(5432,'Free Standard Shipping','shipping',1384),(5433,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1385),(5434,'Professional Lice Comb<br>(Case of 12)','line_item',1385),(5435,'Bulk Detangling Spray 1 Gallon RM','line_item',1385),(5436,'Bulk Mousse 1 Gallon RM','line_item',1385),(5437,'Bulk Active Rinse 100% RM','line_item',1385),(5438,'Urgent Care Kit<br>(Case of 6)','line_item',1385),(5439,'Preventive Spray 8oz<br>(Case of 12)','line_item',1385),(5440,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1385),(5441,'Preventive Kit<br>(Case of 6)','line_item',1385),(5442,'Free Standard Shipping','shipping',1385),(5443,'Active Rinse 8oz<br>(Case of 12)','line_item',1386),(5444,'Professional Lice Comb<br>(Case of 12)','line_item',1386),(5445,'Bulk Detangling Spray 1 Gallon RM','line_item',1386),(5446,'Bulk Active Rinse 100% RM','line_item',1386),(5447,'Free Standard Shipping','shipping',1386),(5448,'Comb-Out Mousse<br>(Case of 12)','line_item',1387),(5449,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1387),(5450,'Preventive Kit<br>(Case of 6)','line_item',1387),(5451,'Bulk Active Rinse 100% RM','line_item',1387),(5452,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1387),(5453,'Urgent Care Kit<br>(Case of 6)','line_item',1387),(5454,'Preventive Spray 8oz<br>(Case of 12)','line_item',1387),(5455,'Free Standard Shipping','shipping',1387),(5456,'Disposable Capes','line_item',1388),(5457,'Professional Lice Comb<br>(Case of 12)','line_item',1388),(5458,'Bulk Active Rinse 100% RM','line_item',1388),(5459,'Active Rinse 16oz<br>(Case of 16)','line_item',1388),(5460,'Free Standard Shipping','shipping',1388),(5461,'Bulk Active Rinse 100% RM','line_item',1389),(5462,'Active Rinse 8oz<br>(Case of 12)','line_item',1389),(5463,'Free Standard Shipping','shipping',1389),(5464,'Bulk Active Rinse 100%','line_item',1391),(5465,'Bulk Detangling Spray 1 Gallon','line_item',1391),(5466,'FedEx Ground','shipping',1391),(5467,'Active Rinse 8oz<br>(Case of 12)','line_item',1392),(5468,'Active Rinse 16oz<br>(Case of 16)','line_item',1392),(5469,'Comb-Out Mousse<br>(Case of 12)','line_item',1392),(5470,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1392),(5471,'Preventive Spray 8oz<br>(Case of 12)','line_item',1392),(5472,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1392),(5473,'Bulk Mousse 1 Gallon RM','line_item',1392),(5474,'Bulk Active Rinse 100% RM','line_item',1392),(5475,'Free Standard Shipping','shipping',1392),(5476,'Bulk Active Rinse 100%','line_item',1393),(5477,'Professional Lice Comb<br>(Case of 12)','line_item',1393),(5478,'Active Rinse 16oz<br>(Case of 16)','line_item',1393),(5479,'Active Rinse 8oz<br>(Case of 12)','line_item',1393),(5480,'Preventive Spray 8oz<br>(Case of 12)','line_item',1393),(5481,'Free Standard Shipping','shipping',1393),(5482,'Bulk Active Rinse 100%','line_item',1394),(5483,'FedEx Ground','shipping',1394),(5484,'Professional Lice Comb<br>(Case of 12)','line_item',1395),(5485,'Active Rinse 8oz<br>(Case of 12)','line_item',1395),(5486,'Active Rinse 16oz<br>(Case of 16)','line_item',1395),(5487,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1395),(5488,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1395),(5489,'Bulk Active Rinse 50/50 RM','line_item',1395),(5490,'Bulk Active Rinse 100% RM','line_item',1395),(5491,'Free Standard Shipping','shipping',1395),(5492,'Active Rinse 8oz<br>(Case of 12)','line_item',1396),(5493,'FedEx Ground','shipping',1396),(5494,'Bulk Active Rinse 100% RM','line_item',1397),(5495,'Preventive Spray 8oz<br>(Case of 12)','line_item',1397),(5496,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1397),(5497,'Active Rinse 8oz<br>(Case of 12)','line_item',1397),(5498,'Active Rinse 16oz<br>(Case of 16)','line_item',1397),(5499,'Professional Lice Comb<br>(Case of 12)','line_item',1397),(5500,'Free Standard Shipping','shipping',1397),(5501,'Comb-Out Mousse<br>(Case of 12)','line_item',1398),(5502,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1398),(5503,'Preventive Spray 8oz<br>(Case of 12)','line_item',1398),(5504,'Bulk Active Rinse 100% RM','line_item',1398),(5505,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1398),(5506,'Bulk Detangling Spray 1 Gallon RM','line_item',1398),(5507,'Bulk Mousse 1 Gallon RM','line_item',1398),(5508,'Professional Lice Comb<br>(Case of 12)','line_item',1398),(5509,'Free Standard Shipping','shipping',1398),(5510,'Comb-Out Mousse<br>(Case of 12)','line_item',1399),(5511,'Preventive Spray 8oz<br>(Case of 12)','line_item',1399),(5512,'Bulk Active Rinse 100% RM','line_item',1399),(5513,'Active Rinse 8oz<br>(Case of 12)','line_item',1399),(5514,'Active Rinse 16oz<br>(Case of 16)','line_item',1399),(5515,'Professional Lice Comb<br>(Case of 12)','line_item',1399),(5516,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1399),(5517,'Free Standard Shipping','shipping',1399),(5518,'Preventive Spray 8oz<br>(Case of 12)','line_item',1400),(5519,'Bulk Active Rinse 100% RM','line_item',1400),(5520,'Active Rinse 16oz<br>(Case of 16)','line_item',1400),(5521,'Professional Lice Comb<br>(Case of 12)','line_item',1400),(5522,'Comb-Out Mousse<br>(Case of 12)','line_item',1400),(5523,'Free Standard Shipping','shipping',1400),(5524,'Bulk Active Rinse 100% RM','line_item',1401),(5525,'FedEx Ground','shipping',1401),(5526,'Bulk Active Rinse 100% RM','line_item',1402),(5527,'FedEx Ground','shipping',1402),(5528,'Comb-Out Mousse<br>(Case of 12)','line_item',1403),(5529,'Preventive Spray 2oz<br>(Case of 24)','line_item',1403),(5530,'Preventive Spray 8oz<br>(Case of 12)','line_item',1403),(5531,'Bulk Active Rinse 100% RM','line_item',1403),(5532,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1403),(5533,'Professional Lice Comb<br>(Case of 12)','line_item',1403),(5534,'Bulk Detangling Spray 1 Gallon RM','line_item',1403),(5535,'Bulk Mousse 1 Gallon RM','line_item',1403),(5536,'Free Standard Shipping','shipping',1403),(5537,'Comb-Out Mousse<br>(Case of 12)','line_item',1405),(5538,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1405),(5539,'Preventive Spray 8oz<br>(Case of 12)','line_item',1405),(5540,'Bulk Active Rinse 100% RM','line_item',1405),(5541,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1405),(5542,'Bulk Detangling Spray 1 Gallon RM','line_item',1405),(5543,'Bulk Mousse 1 Gallon RM','line_item',1405),(5544,'Professional Lice Comb<br>(Case of 12)','line_item',1405),(5545,'Bulk Active Rinse 100%','line_item',1406),(5546,'FedEx Ground','shipping',1406),(5547,'Professional Lice Comb<br>(Case of 12)','line_item',1407),(5548,'Comb-Out Mousse<br>(Case of 12)','line_item',1407),(5549,'Preventive Kit<br>(Case of 6)','line_item',1407),(5550,'Active Rinse 8oz<br>(Case of 12)','line_item',1407),(5551,'Free Standard Shipping','shipping',1407),(5552,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1408),(5553,'FedEx Ground','shipping',1408),(5554,'Professional Lice Comb<br>(Case of 12)','line_item',1409),(5555,'Bulk Active Rinse 100% RM','line_item',1409),(5556,'Bulk Detangling Spray 1 Gallon RM','line_item',1409),(5557,'Active Rinse 16oz<br>(Case of 16)','line_item',1409),(5558,'Active Rinse 8oz<br>(Case of 12)','line_item',1409),(5559,'Disposable Capes','line_item',1409),(5560,'Free Standard Shipping','shipping',1409),(5561,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1410),(5562,'FedEx Ground','shipping',1410),(5563,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1411),(5564,'FedEx Ground','shipping',1411),(5565,'Bulk Active Rinse 100%','line_item',1412),(5566,'Bulk Detangling Spray 1 Gallon','line_item',1412),(5567,'Bulk Mousse 1 Gallon','line_item',1412),(5568,'FedEx Ground','shipping',1412),(5578,'Bulk Active Rinse 100% RM','line_item',1414),(5579,'Preventive Conditioner<br>(Case of 12)','line_item',1414),(5580,'FedEx Ground','shipping',1414),(5581,'Active Rinse 8oz<br>(Case of 12)','line_item',1416),(5582,'Active Rinse 16oz<br>(Case of 16)','line_item',1416),(5583,'Professional Lice Comb<br>(Case of 12)','line_item',1416),(5584,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1416),(5585,'Urgent Care Kit<br>(Case of 6)','line_item',1416),(5586,'Preventive Kit<br>(Case of 6)','line_item',1416),(5587,'Bulk Mousse 1 Gallon RM','line_item',1416),(5588,'Bulk Active Rinse 100% RM','line_item',1416),(5589,'Free Standard Shipping','shipping',1416),(5590,'Professional Lice Comb<br>(Case of 12)','line_item',1417),(5591,'Bulk Active Rinse 100% RM','line_item',1417),(5592,'Active Rinse 8oz<br>(Case of 12)','line_item',1417),(5593,'FedEx Ground','shipping',1417),(5594,'Active Rinse 16oz<br>(Case of 16)','line_item',1418),(5595,'Active Rinse 8oz<br>(Case of 12)','line_item',1418),(5596,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1418),(5597,'Bulk Active Rinse 100%','line_item',1418),(5598,'Bulk Active Rinse 50/50','line_item',1418),(5599,'Bulk Detangling Spray 1 Gallon','line_item',1418),(5600,'Bulk Mousse 1 Gallon','line_item',1418),(5601,'Large Butterfly Clips','line_item',1418),(5602,'Preventive Shampoo<br>(Case of 12)','line_item',1418),(5603,'Professional Lice Comb<br>(Case of 12)','line_item',1418),(5604,'Free Standard Shipping','shipping',1418),(5611,'Comb-Out Mousse<br>(Case of 12)','line_item',1419),(5612,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1419),(5613,'Preventive Spray 8oz<br>(Case of 12)','line_item',1419),(5614,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1419),(5615,'Professional Lice Comb<br>(Case of 12)','line_item',1419),(5616,'Free Standard Shipping','shipping',1419),(5617,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1420),(5618,'Professional Lice Comb<br>(Case of 12)','line_item',1420),(5619,'Preventive Shampoo<br>(Case of 12)','line_item',1420),(5620,'Preventive Conditioner<br>(Case of 12)','line_item',1420),(5621,'Preventive Spray 2oz<br>(Case of 24)','line_item',1420),(5622,'Bulk Active Rinse 100%','line_item',1420),(5623,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1420),(5624,'Comb-Out Mousse<br>(Case of 12)','line_item',1420),(5625,'Bulk Detangling Spray 1 Gallon','line_item',1420),(5626,'Bulk Mousse 1 Gallon','line_item',1420),(5627,'Free Standard Shipping','shipping',1420),(5628,'Bulk Active Rinse 100%','line_item',1421),(5629,'Bulk Detangling Spray 1 Gallon','line_item',1421),(5630,'FedEx Ground','shipping',1421),(5631,'Active Rinse 8oz<br>(Case of 12)','line_item',1422),(5632,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1422),(5633,'Bulk Detangling Spray 1 Gallon','line_item',1422),(5634,'Bulk Active Rinse 100%','line_item',1422),(5635,'Professional Lice Comb<br>(Case of 12)','line_item',1422),(5636,'Free Standard Shipping','shipping',1422),(5637,'Preventive Spray 2oz<br>(Case of 24)','line_item',1423),(5638,'Preventive Spray 8oz<br>(Case of 12)','line_item',1423),(5639,'Bulk Active Rinse 100% RM','line_item',1423),(5640,'Free Standard Shipping','shipping',1423),(5641,'Active Rinse 16oz<br>(Case of 16)','line_item',1424),(5642,'Professional Lice Comb<br>(Case of 12)','line_item',1424),(5643,'Free Standard Shipping','shipping',1424),(5644,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1425),(5645,'Bulk Active Rinse 100% RM','line_item',1425),(5646,'Active Rinse 16oz<br>(Case of 16)','line_item',1425),(5647,'Free Standard Shipping','shipping',1425),(5648,'Bulk Active Rinse 100%','line_item',1426),(5649,'FedEx Ground','shipping',1426),(5650,'Bulk Mousse 1 Gallon','line_item',1427),(5651,'Bulk Active Rinse 100%','line_item',1427),(5652,'Active Rinse 16oz<br>(Case of 16)','line_item',1427),(5653,'Professional Lice Comb<br>(Case of 12)','line_item',1427),(5654,'Active Rinse 8oz<br>(Case of 12)','line_item',1427),(5655,'Free Standard Shipping','shipping',1427),(5656,'Active Rinse 8oz<br>(Case of 12)','line_item',1428),(5657,'Active Rinse 16oz<br>(Case of 16)','line_item',1428),(5658,'Bulk Active Rinse 100%','line_item',1428),(5659,'Bulk Active Rinse 50/50','line_item',1428),(5660,'Free Standard Shipping','shipping',1428),(5661,'Bulk Active Rinse 100% RM','line_item',1429),(5662,'Preventive Spray 8oz<br>(Case of 12)','line_item',1429),(5663,'Preventive Spray 2oz<br>(Case of 24)','line_item',1429),(5664,'Active Rinse 8oz<br>(Case of 12)','line_item',1429),(5665,'Professional Lice Comb<br>(Case of 12)','line_item',1429),(5666,'Free Standard Shipping','shipping',1429),(5667,'Active Rinse 8oz<br>(Case of 12)','line_item',1430),(5668,'Comb-Out Mousse<br>(Case of 12)','line_item',1430),(5669,'Bulk Active Rinse 100%','line_item',1430),(5670,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1430),(5671,'Urgent Care Kit<br>(Case of 6)','line_item',1430),(5672,'Preventive Spray 8oz<br>(Case of 12)','line_item',1430),(5673,'Active Rinse 8oz<br>(Case of 12)','line_item',1430),(5674,'Free Standard Shipping','shipping',1430),(5675,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1431),(5676,'Professional Lice Comb<br>(Case of 12)','line_item',1431),(5677,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1431),(5678,'Preventive Shampoo<br>(Case of 12)','line_item',1431),(5679,'Free Standard Shipping','shipping',1431),(5686,'Active Rinse 8oz<br>(Case of 12)','line_item',1434),(5687,'Active Rinse 16oz<br>(Case of 16)','line_item',1434),(5688,'Bulk Active Rinse 100% RM','line_item',1434),(5689,'Free Standard Shipping','shipping',1434),(5690,'Active Rinse 8oz<br>(Case of 12)','line_item',1435),(5691,'Preventive Kit<br>(Case of 6)','line_item',1435),(5692,'Bulk Active Rinse 100% RM','line_item',1435),(5693,'Active Rinse 16oz<br>(Case of 16)','line_item',1435),(5694,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1435),(5695,'Professional Lice Comb<br>(Case of 12)','line_item',1435),(5696,'Preventive Kit<br>(Case of 6)','line_item',1435),(5697,'Bulk Mousse 1 Gallon RM','line_item',1435),(5698,'Free Standard Shipping','shipping',1435),(5699,'Active Rinse 8oz<br>(Case of 12)','line_item',1436),(5700,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1436),(5701,'Preventive Shampoo<br>(Case of 12)','line_item',1436),(5702,'Preventive Conditioner<br>(Case of 12)','line_item',1436),(5703,'Free Standard Shipping','shipping',1436),(5704,'Active Rinse 8oz<br>(Case of 12)','line_item',1437),(5705,'Professional Lice Comb<br>(Case of 12)','line_item',1437),(5706,'Bulk Detangling Spray 1 Gallon RM','line_item',1437),(5707,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1437),(5708,'Professional Lice Comb<br>(Case of 12)','line_item',1437),(5709,'Bulk Detangling Spray 1 Gallon RM','line_item',1437),(5710,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1437),(5711,'Bulk Detangling Spray 1 Gallon RM','line_item',1437),(5712,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1437),(5713,'Active Rinse 16oz<br>(Case of 16)','line_item',1437),(5714,'Active Rinse 16oz<br>(Case of 16)','line_item',1437),(5715,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1437),(5716,'Professional Lice Comb<br>(Case of 12)','line_item',1437),(5717,'Free Standard Shipping','shipping',1437),(5722,'Professional Lice Comb<br>(Case of 12)','line_item',1439),(5723,'Preventive Spray 8oz<br>(Case of 12)','line_item',1439),(5724,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1439),(5725,'Bulk Active Rinse 100%','line_item',1439),(5726,'Bulk Mousse 1 Gallon','line_item',1439),(5727,'FedEx Ground','shipping',1439),(5728,'Bulk Active Rinse 100%','line_item',1441),(5729,'FedEx Ground','shipping',1441),(5730,'Bulk Detangling Spray 1 Gallon RM','line_item',1442),(5731,'Bulk Mousse 1 Gallon RM','line_item',1442),(5732,'Active Rinse 16oz<br>(Case of 16)','line_item',1442),(5733,'Active Rinse 8oz<br>(Case of 12)','line_item',1442),(5734,'Comb-Out Mousse<br>(Case of 12)','line_item',1442),(5735,'Free Standard Shipping','shipping',1442),(5736,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1443),(5737,'Professional Lice Comb<br>(Case of 12)','line_item',1443),(5738,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1443),(5739,'Preventive Spray 8oz<br>(Case of 12)','line_item',1443),(5740,'Free Standard Shipping','shipping',1443),(5741,'Professional Lice Comb<br>(Case of 12)','line_item',1444),(5742,'Active Rinse 16oz<br>(Case of 16)','line_item',1444),(5743,'Active Rinse 8oz<br>(Case of 12)','line_item',1444),(5744,'Disposable Capes','line_item',1444),(5745,'Free Standard Shipping','shipping',1444),(5746,'Professional Lice Comb<br>(Case of 12)','line_item',1445),(5747,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1445),(5748,'Preventive Spray 8oz<br>(Case of 12)','line_item',1445),(5749,'Bulk Active Rinse 50/50 RM','line_item',1445),(5750,'Bulk Mousse 1 Gallon RM','line_item',1445),(5751,'Free Standard Shipping','shipping',1445),(5752,'Active Rinse 8oz<br>(Case of 12)','line_item',1446),(5753,'Active Rinse 16oz<br>(Case of 16)','line_item',1446),(5754,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1446),(5755,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1446),(5756,'Preventive Spray 2oz<br>(Case of 24)','line_item',1446),(5757,'Preventive Spray 8oz<br>(Case of 12)','line_item',1446),(5758,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1446),(5759,'Bulk Active Rinse 100%','line_item',1446),(5760,'Professional Lice Comb<br>(Case of 12)','line_item',1446),(5761,'Preventive Shampoo<br>(Case of 12)','line_item',1446),(5762,'Free Standard Shipping','shipping',1446),(5763,'Active Rinse 8oz<br>(Case of 12)','line_item',1447),(5764,'Professional Lice Comb<br>(Case of 12)','line_item',1447),(5765,'Preventive Spray 8oz<br>(Case of 12)','line_item',1447),(5766,'Preventive Kit<br>(Case of 6)','line_item',1447),(5767,'Bulk Active Rinse 100%','line_item',1447),(5768,'Preventive Kit<br>(Case of 6)','line_item',1447),(5769,'Free Standard Shipping','shipping',1447),(5770,'Active Rinse 8oz<br>(Case of 12)','line_item',1448),(5771,'Professional Lice Comb<br>(Case of 12)','line_item',1448),(5772,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1448),(5773,'Urgent Care Kit<br>(Case of 6)','line_item',1448),(5774,'Bulk Mousse 1 Gallon RM','line_item',1448),(5775,'Free Standard Shipping','shipping',1448),(5776,'Active Rinse 8oz<br>(Case of 12)','line_item',1449),(5777,'Active Rinse 16oz<br>(Case of 16)','line_item',1449),(5778,'Professional Lice Comb<br>(Case of 12)','line_item',1449),(5779,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1449),(5780,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1449),(5781,'Bulk Active Rinse 100% RM','line_item',1449),(5782,'Bulk Detangling Spray 1 Gallon RM','line_item',1449),(5783,'Free Standard Shipping','shipping',1449),(5784,'Preventive Shampoo<br>(Case of 12)','line_item',1451),(5785,'Preventive Conditioner<br>(Case of 12)','line_item',1451),(5786,'Bulk Active Rinse 100%','line_item',1451),(5787,'Free Standard Shipping','shipping',1451),(5788,'Professional Lice Comb<br>(Case of 12)','line_item',1452),(5789,'Active Rinse 8oz<br>(Case of 12)','line_item',1452),(5790,'Preventive Spray 8oz<br>(Case of 12)','line_item',1452),(5791,'Bulk Mousse 1 Gallon','line_item',1452),(5792,'Active Rinse 16oz<br>(Case of 16)','line_item',1452),(5793,'Shipping discount','fee',1452),(5794,'FedEx Ground','shipping',1452),(5795,'shiphawaii','coupon',1452),(5796,'Active Rinse 16oz<br>(Case of 16)','line_item',1453),(5797,'Bulk Mousse 1 Gallon RM','line_item',1453),(5798,'Bulk Active Rinse 100% RM','line_item',1453),(5799,'Professional Lice Comb<br>(Case of 12)','line_item',1453),(5800,'Preventive Spray 8oz<br>(Case of 12)','line_item',1453),(5801,'Comb-Out Mousse<br>(Case of 12)','line_item',1453),(5802,'Free Standard Shipping','shipping',1453),(5803,'Comb-Out Mousse<br>(Case of 12)','line_item',1454),(5804,'Active Rinse 8oz<br>(Case of 12)','line_item',1454),(5805,'Bulk Active Rinse 100% RM','line_item',1454),(5806,'Professional Lice Comb<br>(Case of 12)','line_item',1454),(5807,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1454),(5808,'Free Standard Shipping','shipping',1454),(5815,'Comb-Out Mousse<br>(Case of 12)','line_item',1455),(5816,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1455),(5817,'Preventive Spray 8oz<br>(Case of 12)','line_item',1455),(5818,'Bulk Active Rinse 100% RM','line_item',1455),(5819,'Preventive Spray 8oz<br>(Case of 12)','line_item',1455),(5820,'Free Standard Shipping','shipping',1455),(5821,'Preventive Spray 8oz<br>(Case of 12)','line_item',1456),(5822,'Active Rinse 8oz<br>(Case of 12)','line_item',1456),(5823,'Professional Lice Comb<br>(Case of 12)','line_item',1456),(5824,'Professional Lice Comb<br>(Case of 12)','line_item',1456),(5825,'Preventive Spray 8oz<br>(Case of 12)','line_item',1456),(5826,'Bulk Mousse 1 Gallon RM','line_item',1456),(5827,'Free Standard Shipping','shipping',1456),(5828,'Active Rinse 8oz<br>(Case of 12)','line_item',1457),(5829,'Active Rinse 16oz<br>(Case of 16)','line_item',1457),(5830,'Professional Lice Comb<br>(Case of 12)','line_item',1457),(5831,'Preventive Spray 8oz<br>(Case of 12)','line_item',1457),(5832,'Disposable Head Bands','line_item',1457),(5833,'Disposable Capes','line_item',1457),(5834,'Free Standard Shipping','shipping',1457),(5835,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1458),(5836,'Active Rinse 8oz<br>(Case of 12)','line_item',1458),(5837,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1458),(5838,'Professional Lice Comb<br>(Case of 12)','line_item',1458),(5839,'Preventive Spray 8oz<br>(Case of 12)','line_item',1458),(5840,'Bulk Active Rinse 100%','line_item',1458),(5841,'Bulk Detangling Spray 1 Gallon','line_item',1458),(5842,'Bulk Mousse 1 Gallon','line_item',1458),(5843,'Disposable Head Bands','line_item',1458),(5844,'Free Standard Shipping','shipping',1458),(5845,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1459),(5846,'FedEx Ground','shipping',1459),(5847,'Professional Lice Comb<br>(Case of 12)','line_item',1460),(5848,'Preventive Spray 8oz<br>(Case of 12)','line_item',1460),(5849,'Bulk Mousse 1 Gallon','line_item',1460),(5850,'Bulk Active Rinse 100%','line_item',1460),(5851,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1460),(5852,'FedEx Ground','shipping',1460),(5853,'Bulk Active Rinse 100%','line_item',1461),(5854,'FedEx Ground','shipping',1461),(5864,'Comb-Out Mousse<br>(Case of 12)','line_item',1464),(5865,'Active Rinse 8oz<br>(Case of 12)','line_item',1464),(5866,'Comb-Out Mousse<br>(Case of 12)','line_item',1464),(5867,'Free Standard Shipping','shipping',1464),(5868,'Active Rinse 8oz<br>(Case of 12)','line_item',1465),(5869,'Comb-Out Mousse<br>(Case of 12)','line_item',1465),(5870,'Active Rinse 8oz<br>(Case of 12)','line_item',1465),(5871,'Active Rinse 16oz<br>(Case of 16)','line_item',1465),(5872,'Comb-Out Mousse<br>(Case of 12)','line_item',1465),(5873,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1465),(5874,'Professional Lice Comb<br>(Case of 12)','line_item',1465),(5875,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1465),(5876,'Preventive Spray 2oz<br>(Case of 24)','line_item',1465),(5877,'Bulk Active Rinse 100% RM','line_item',1465),(5878,'Bulk Detangling Spray 1 Gallon RM','line_item',1465),(5879,'Bulk Mousse 1 Gallon RM','line_item',1465),(5880,'Free Standard Shipping','shipping',1465),(5881,'Preventive Shampoo<br>(Case of 12)','line_item',1466),(5882,'Preventive Conditioner<br>(Case of 12)','line_item',1466),(5883,'FedEx Ground','shipping',1466),(5884,'Active Rinse 16oz<br>(Case of 16)','line_item',1467),(5885,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1467),(5886,'Preventive Spray 2oz<br>(Case of 24)','line_item',1467),(5887,'Preventive Spray 8oz<br>(Case of 12)','line_item',1467),(5888,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1467),(5889,'Preventive Kit<br>(Case of 6)','line_item',1467),(5890,'Bulk Active Rinse 100% RM','line_item',1467),(5891,'Free Standard Shipping','shipping',1467),(5892,'Active Rinse 8oz<br>(Case of 12)','line_item',1468),(5893,'Professional Lice Comb<br>(Case of 12)','line_item',1468),(5894,'Preventive Kit<br>(Case of 6)','line_item',1468),(5895,'Bulk Active Rinse 100% RM','line_item',1468),(5896,'Bulk Detangling Spray 1 Gallon RM','line_item',1468),(5897,'Free Standard Shipping','shipping',1468),(5898,'Active Rinse 8oz<br>(Case of 12)','line_item',1469),(5899,'Preventive Spray 8oz<br>(Case of 12)','line_item',1469),(5900,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1469),(5901,'Bulk Active Rinse 100% RM','line_item',1469),(5902,'Free Standard Shipping','shipping',1469),(5903,'Active Rinse 8oz<br>(Case of 12)','line_item',1470),(5904,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1470),(5905,'Bulk Active Rinse 100%','line_item',1470),(5906,'Free Standard Shipping','shipping',1470),(5907,'Active Rinse 8oz<br>(Case of 12)','line_item',1471),(5908,'Bulk Active Rinse 100%','line_item',1471),(5909,'FedEx Ground','shipping',1471),(5910,'Active Rinse 8oz<br>(Case of 12)','line_item',1473),(5911,'Preventive Spray 2oz<br>(Case of 24)','line_item',1473),(5912,'Preventive Spray 8oz<br>(Case of 12)','line_item',1473),(5913,'Bulk Active Rinse 100% RM','line_item',1473),(5914,'Free Standard Shipping','shipping',1473),(5915,'Bulk Active Rinse 100%','line_item',1474),(5916,'FedEx 2Day','shipping',1474),(5917,'Bulk Active Rinse 100%','line_item',1475),(5918,'FedEx Ground','shipping',1475),(5919,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1476),(5920,'FedEx Ground','shipping',1476),(5921,'Active Rinse 8oz<br>(Case of 12)','line_item',1477),(5922,'Professional Lice Comb<br>(Case of 12)','line_item',1477),(5923,'Bulk Active Rinse 100% RM','line_item',1477),(5924,'Bulk Detangling Spray 1 Gallon RM','line_item',1477),(5925,'Professional Lice Comb<br>(Case of 12)','line_item',1477),(5926,'Preventive Spray 8oz<br>(Case of 12)','line_item',1477),(5927,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1477),(5928,'Disposable Capes','line_item',1477),(5929,'Disposable Head Bands','line_item',1477),(5930,'Free Standard Shipping','shipping',1477),(5931,'Active Rinse 16oz<br>(Case of 16)','line_item',1478),(5932,'Free Standard Shipping','shipping',1478),(5941,'Professional Lice Comb<br>(Case of 12)','line_item',1479),(5942,'Bulk Active Rinse 100% RM','line_item',1479),(5943,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1479),(5944,'Bulk Detangling Spray 1 Gallon RM','line_item',1479),(5945,'Active Rinse 8oz<br>(Case of 12)','line_item',1479),(5946,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1479),(5947,'Preventive Shampoo<br>(Case of 12)','line_item',1479),(5948,'Free Standard Shipping','shipping',1479),(5949,'Preventive Shampoo<br>(Case of 12)','line_item',1480),(5950,'Preventive Conditioner<br>(Case of 12)','line_item',1480),(5951,'Free Standard Shipping','shipping',1480),(5952,'Active Rinse 8oz<br>(Case of 12)','line_item',1481),(5953,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1481),(5954,'Preventive Spray 8oz<br>(Case of 12)','line_item',1481),(5955,'Bulk Active Rinse 100% RM','line_item',1481),(5956,'Urgent Care Kit<br>(Case of 6)','line_item',1481),(5957,'Free Standard Shipping','shipping',1481),(5958,'Professional Lice Comb<br>(Case of 12)','line_item',1482),(5959,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1482),(5960,'FedEx Ground','shipping',1482),(5961,'Professional Lice Comb<br>(Case of 12)','line_item',1483),(5962,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1483),(5963,'FedEx Ground','shipping',1483),(5964,'Active Rinse 16oz<br>(Case of 16)','line_item',1485),(5965,'Bulk Active Rinse 100% RM','line_item',1485),(5966,'Professional Lice Comb<br>(Case of 12)','line_item',1485),(5967,'Active Rinse 8oz<br>(Case of 12)','line_item',1485),(5968,'Urgent Care Kit<br>(Case of 6)','line_item',1485),(5969,'Preventive Spray 8oz<br>(Case of 12)','line_item',1485),(5970,'Preventive Spray 2oz<br>(Case of 24)','line_item',1485),(5971,'Bulk Active Rinse 100% RM','line_item',1485),(5972,'Disney Wet Brush','line_item',1485),(5973,'Goomee 4 Pack','line_item',1485),(5974,'Disposable Capes','line_item',1485),(5975,'Free Standard Shipping','shipping',1485),(5976,'Active Rinse 8oz<br>(Case of 12)','line_item',1486),(5977,'Active Rinse 16oz<br>(Case of 16)','line_item',1486),(5978,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1486),(5979,'Urgent Care Kit<br>(Case of 6)','line_item',1486),(5980,'Free Standard Shipping','shipping',1486),(5981,'Active Rinse 8oz<br>(Case of 12)','line_item',1487),(5982,'Preventive Shampoo<br>(Case of 12)','line_item',1487),(5983,'Preventive Conditioner<br>(Case of 12)','line_item',1487),(5984,'Preventive Spray 8oz<br>(Case of 12)','line_item',1487),(5985,'Bulk Active Rinse 100% RM','line_item',1487),(5986,'FedEx Ground','shipping',1487),(5987,'Active Rinse 16oz<br>(Case of 16)','line_item',1488),(5988,'Active Rinse 8oz<br>(Case of 12)','line_item',1488),(5989,'Active Rinse 8oz<br>(Case of 12)','line_item',1488),(5990,'Free Standard Shipping','shipping',1488),(5991,'Bulk Mousse 1 Gallon RM','line_item',1489),(5992,'Preventive Shampoo<br>(Case of 12)','line_item',1489),(5993,'Preventive Spray 8oz<br>(Case of 12)','line_item',1489),(5994,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1489),(5995,'Preventive Kit<br>(Case of 6)','line_item',1489),(5996,'Urgent Care Kit<br>(Case of 6)','line_item',1489),(5997,'Professional Lice Comb<br>(Case of 12)','line_item',1489),(5998,'Free Standard Shipping','shipping',1489),(5999,'Active Rinse 8oz<br>(Case of 12)','line_item',1490),(6000,'FedEx Ground','shipping',1490),(6001,'Bulk Mousse 1 Gallon','line_item',1491),(6002,'FedEx Ground','shipping',1491),(6003,'Comb-Out Mousse<br>(Case of 12)','line_item',1492),(6004,'Active Rinse 8oz<br>(Case of 12)','line_item',1492),(6005,'Professional Lice Comb<br>(Case of 12)','line_item',1492),(6006,'Preventive Spray 8oz<br>(Case of 12)','line_item',1492),(6007,'Free Standard Shipping','shipping',1492),(6008,'Bulk Active Rinse 100% RM','line_item',1493),(6009,'Active Rinse 8oz<br>(Case of 12)','line_item',1493),(6010,'Preventive Spray 8oz<br>(Case of 12)','line_item',1493),(6011,'Preventive Spray 2oz<br>(Case of 24)','line_item',1493),(6012,'Bulk Mousse 1 Gallon RM','line_item',1493),(6013,'Professional Lice Comb<br>(Case of 12)','line_item',1493),(6014,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1493),(6015,'Free Standard Shipping','shipping',1493),(6016,'Comb-Out Mousse<br>(Case of 12)','line_item',1494),(6017,'Preventive Spray 8oz<br>(Case of 12)','line_item',1494),(6018,'Bulk Mousse 1 Gallon RM','line_item',1494),(6019,'Bulk Active Rinse 100% RM','line_item',1494),(6020,'Active Rinse 16oz<br>(Case of 16)','line_item',1494),(6021,'Professional Lice Comb<br>(Case of 12)','line_item',1494),(6022,'Free Standard Shipping','shipping',1494),(6023,'Bulk Active Rinse 100% RM','line_item',1495),(6024,'Active Rinse 8oz<br>(Case of 12)','line_item',1495),(6025,'Active Rinse 16oz<br>(Case of 16)','line_item',1495),(6026,'Professional Lice Comb<br>(Case of 12)','line_item',1495),(6027,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1495),(6028,'Free Standard Shipping','shipping',1495),(6029,'Active Rinse 8oz<br>(Case of 12)','line_item',1496),(6030,'Active Rinse 16oz<br>(Case of 16)','line_item',1496),(6031,'Professional Lice Comb<br>(Case of 12)','line_item',1496),(6032,'Urgent Care Kit<br>(Case of 6)','line_item',1496),(6033,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1496),(6034,'Bulk Mousse 1 Gallon','line_item',1496),(6035,'Bulk Active Rinse 100%','line_item',1496),(6036,'Bulk Detangling Spray 1 Gallon','line_item',1496),(6037,'Shipping discount','fee',1496),(6038,'FedEx Ground','shipping',1496),(6039,'shiphawaii','coupon',1496),(6040,'Bulk Mousse 1 Gallon RM','line_item',1497),(6041,'Preventive Spray 8oz<br>(Case of 12)','line_item',1497),(6042,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1497),(6043,'Preventive Kit<br>(Case of 6)','line_item',1497),(6044,'Urgent Care Kit<br>(Case of 6)','line_item',1497),(6045,'Professional Lice Comb<br>(Case of 12)','line_item',1497),(6046,'Preventive Spray 2oz<br>(Case of 24)','line_item',1497),(6047,'Free Standard Shipping','shipping',1497),(6048,'Bulk Active Rinse 100%','line_item',1498),(6049,'FedEx Ground','shipping',1498),(6050,'Bulk Active Rinse 100%','line_item',1499),(6051,'FedEx Ground','shipping',1499),(6052,'Bulk Active Rinse 100%','line_item',1500),(6053,'Bulk Active Rinse 100%','line_item',1500),(6054,'FedEx Ground','shipping',1500),(6055,'Bulk Active Rinse 100%','line_item',1502),(6056,'Professional Lice Comb<br>(Case of 12)','line_item',1502),(6057,'FedEx Ground','shipping',1502),(6058,'Bulk Detangling Spray 1 Gallon RM','line_item',1503),(6059,'Bulk Mousse 1 Gallon RM','line_item',1503),(6060,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1503),(6061,'Bulk Active Rinse 100% RM','line_item',1503),(6062,'FedEx Ground','shipping',1503),(6063,'Active Rinse 8oz<br>(Case of 12)','line_item',1504),(6064,'Active Rinse 16oz<br>(Case of 16)','line_item',1504),(6065,'Professional Lice Comb<br>(Case of 12)','line_item',1504),(6066,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1504),(6067,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1504),(6068,'Bulk Active Rinse 100% RM','line_item',1504),(6069,'Bulk Detangling Spray 1 Gallon RM','line_item',1504),(6070,'Free Standard Shipping','shipping',1504),(6071,'Preventive Spray 8oz<br>(Case of 12)','line_item',1505),(6072,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1505),(6073,'Preventive Spray 2oz<br>(Case of 24)','line_item',1505),(6074,'Bulk Active Rinse 50/50 RM','line_item',1505),(6075,'Bulk Mousse 1 Gallon RM','line_item',1505),(6076,'Disposable Head Bands','line_item',1505),(6077,'The Wet Brush Squirt','line_item',1505),(6078,'Wet Comb','line_item',1505),(6079,'Professional Lice Comb<br>(Case of 12)','line_item',1505),(6080,'Free Standard Shipping','shipping',1505),(6081,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1506),(6082,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1506),(6083,'Bulk Active Rinse 100%','line_item',1506),(6084,'Disposable Capes','line_item',1506),(6085,'FedEx Ground','shipping',1506),(6086,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1507),(6087,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1507),(6088,'FedEx Ground','shipping',1507),(6089,'Preventive Spray 8oz<br>(Case of 12)','line_item',1508),(6090,'Bulk Active Rinse 100%','line_item',1508),(6091,'Preventive Kit<br>(Case of 6)','line_item',1508),(6092,'FedEx Ground','shipping',1508),(6093,'Active Rinse 8oz<br>(Case of 12)','line_item',1509),(6094,'Active Rinse 16oz<br>(Case of 16)','line_item',1509),(6095,'Comb-Out Mousse<br>(Case of 12)','line_item',1509),(6096,'Professional Lice Comb<br>(Case of 12)','line_item',1509),(6097,'Preventive Shampoo<br>(Case of 12)','line_item',1509),(6098,'Preventive Spray 8oz<br>(Case of 12)','line_item',1509),(6099,'Bulk Active Rinse 100% RM','line_item',1509),(6100,'Bulk Mousse 1 Gallon RM','line_item',1509),(6101,'Free Standard Shipping','shipping',1509),(6102,'Active Rinse 8oz<br>(Case of 12)','line_item',1510),(6103,'Active Rinse 16oz<br>(Case of 16)','line_item',1510),(6104,'Professional Lice Comb<br>(Case of 12)','line_item',1510),(6105,'Bulk Active Rinse 100% RM','line_item',1510),(6106,'Bulk Detangling Spray 1 Gallon RM','line_item',1510),(6107,'Disposable Capes','line_item',1510),(6108,'Disposable Head Bands','line_item',1510),(6109,'Free Standard Shipping','shipping',1510),(6110,'Active Rinse 8oz<br>(Case of 12)','line_item',1511),(6111,'Preventive Shampoo<br>(Case of 12)','line_item',1511),(6112,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1511),(6113,'Free Standard Shipping','shipping',1511),(6114,'Professional Lice Comb<br>(Case of 12)','line_item',1512),(6115,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1512),(6116,'Preventive Spray 8oz<br>(Case of 12)','line_item',1512),(6117,'Bulk Mousse 1 Gallon RM','line_item',1512),(6118,'Bulk Active Rinse 50/50 RM','line_item',1512),(6119,'FedEx Ground','shipping',1512),(6120,'Active Rinse 8oz<br>(Case of 12)','line_item',1513),(6121,'Professional Lice Comb<br>(Case of 12)','line_item',1513),(6122,'Bulk Active Rinse 100% RM','line_item',1513),(6123,'Free Standard Shipping','shipping',1513),(6124,'Active Rinse 16oz<br>(Case of 16)','line_item',1514),(6125,'Professional Lice Comb<br>(Case of 12)','line_item',1514),(6126,'Urgent Care Kit<br>(Case of 6)','line_item',1514),(6127,'Bulk Mousse 1 Gallon RM','line_item',1514),(6128,'Free Standard Shipping','shipping',1514),(6129,'Professional Lice Comb<br>(Case of 12)','line_item',1515),(6130,'FedEx Ground','shipping',1515),(6131,'Active Rinse 16oz<br>(Case of 16)','line_item',1517),(6132,'Active Rinse 8oz<br>(Case of 12)','line_item',1517),(6133,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1517),(6134,'Professional Lice Comb<br>(Case of 12)','line_item',1517),(6135,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1517),(6136,'Preventive Spray 8oz<br>(Case of 12)','line_item',1517),(6137,'Bulk Active Rinse 100%','line_item',1517),(6138,'Free Standard Shipping','shipping',1517),(6139,'Bulk Mousse 1 Gallon RM','line_item',1518),(6140,'Preventive Spray 8oz<br>(Case of 12)','line_item',1518),(6141,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1518),(6142,'Preventive Kit<br>(Case of 6)','line_item',1518),(6143,'Urgent Care Kit<br>(Case of 6)','line_item',1518),(6144,'Professional Lice Comb<br>(Case of 12)','line_item',1518),(6145,'Preventive Spray 2oz<br>(Case of 24)','line_item',1518),(6146,'Bulk Active Rinse 100% RM','line_item',1518),(6147,'Free Standard Shipping','shipping',1518),(6148,'Active Rinse 8oz<br>(Case of 12)','line_item',1519),(6149,'Active Rinse 16oz<br>(Case of 16)','line_item',1519),(6150,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1519),(6151,'Professional Lice Comb<br>(Case of 12)','line_item',1519),(6152,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1519),(6153,'Bulk Active Rinse 100% RM','line_item',1519),(6154,'Bulk Detangling Spray 1 Gallon RM','line_item',1519),(6155,'Free Standard Shipping','shipping',1519),(6156,'Active Rinse 16oz<br>(Case of 16)','line_item',1520),(6157,'Active Rinse 8oz<br>(Case of 12)','line_item',1520),(6158,'Professional Lice Comb<br>(Case of 12)','line_item',1520),(6159,'Free Standard Shipping','shipping',1520),(6160,'Bulk Detangling Spray 1 Gallon RM','line_item',1521),(6161,'Bulk Active Rinse 100% RM','line_item',1521),(6162,'Disposable Capes','line_item',1521),(6163,'FedEx Ground','shipping',1521),(6164,'Bulk Mousse 1 Gallon RM','line_item',1522),(6165,'Bulk Active Rinse 100% RM','line_item',1522),(6166,'FedEx Ground','shipping',1522),(6167,'Active Rinse 8oz<br>(Case of 12)','line_item',1523),(6168,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1523),(6169,'Preventive Shampoo<br>(Case of 12)','line_item',1523),(6170,'Preventive Conditioner<br>(Case of 12)','line_item',1523),(6171,'Free Standard Shipping','shipping',1523),(6175,'Bulk Active Rinse 100%','line_item',1525),(6176,'FedEx Ground','shipping',1525),(6177,'Preventive Conditioner<br>(Case of 12)','line_item',1526),(6178,'Bulk Active Rinse 100% RM','line_item',1526),(6179,'Professional Lice Comb<br>(Case of 12)','line_item',1526),(6180,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1526),(6181,'Preventive Kit<br>(Case of 6)','line_item',1526),(6182,'Free Standard Shipping','shipping',1526),(6183,'Active Rinse 8oz<br>(Case of 12)','line_item',1527),(6184,'Bulk Active Rinse 100% RM','line_item',1527),(6185,'Active Rinse 16oz<br>(Case of 16)','line_item',1527),(6186,'Professional Lice Comb<br>(Case of 12)','line_item',1527),(6187,'Preventive Kit<br>(Case of 6)','line_item',1527),(6188,'Bulk Mousse 1 Gallon RM','line_item',1527),(6189,'Free Standard Shipping','shipping',1527),(6190,'Active Rinse 8oz<br>(Case of 12)','line_item',1528),(6191,'FedEx Ground','shipping',1528),(6192,'Active Rinse 8oz<br>(Case of 12)','line_item',1529),(6193,'Active Rinse 16oz<br>(Case of 16)','line_item',1529),(6194,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1529),(6195,'Professional Lice Comb<br>(Case of 12)','line_item',1529),(6196,'Preventive Spray 8oz<br>(Case of 12)','line_item',1529),(6197,'Preventive Spray 8oz<br>(Case of 12)','line_item',1529),(6198,'Bulk Active Rinse 100% RM','line_item',1529),(6199,'Free Standard Shipping','shipping',1529),(6200,'Bulk Active Rinse 100% RM','line_item',1531),(6201,'Preventive Spray 8oz<br>(Case of 12)','line_item',1531),(6202,'Free Standard Shipping','shipping',1531),(6203,'Active Rinse 8oz<br>(Case of 12)','line_item',1532),(6204,'Comb-Out Mousse<br>(Case of 12)','line_item',1532),(6205,'Professional Lice Comb<br>(Case of 12)','line_item',1532),(6206,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1532),(6207,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1532),(6208,'Bulk Active Rinse 100% RM','line_item',1532),(6209,'Free Standard Shipping','shipping',1532),(6210,'Active Rinse 8oz<br>(Case of 12)','line_item',1533),(6211,'Active Rinse 16oz<br>(Case of 16)','line_item',1533),(6212,'Professional Lice Comb<br>(Case of 12)','line_item',1533),(6213,'Bulk Active Rinse 100% RM','line_item',1533),(6214,'Bulk Detangling Spray 1 Gallon RM','line_item',1533),(6215,'Disposable Capes','line_item',1533),(6216,'Disposable Head Bands','line_item',1533),(6217,'Free Standard Shipping','shipping',1533),(6218,'Preventive Shampoo<br>(Case of 12)','line_item',1534),(6219,'Preventive Conditioner<br>(Case of 12)','line_item',1534),(6220,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1534),(6221,'Free Standard Shipping','shipping',1534),(6222,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1535),(6223,'Active Rinse 8oz<br>(Case of 12)','line_item',1535),(6224,'Professional Lice Comb<br>(Case of 12)','line_item',1535),(6225,'Preventive Spray 8oz<br>(Case of 12)','line_item',1535),(6226,'Bulk Active Rinse 100%','line_item',1535),(6227,'Active Rinse 16oz<br>(Case of 16)','line_item',1535),(6228,'Free Standard Shipping','shipping',1535),(6229,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1536),(6230,'Preventive Spray 8oz<br>(Case of 12)','line_item',1536),(6231,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1536),(6232,'Bulk Detangling Spray 1 Gallon','line_item',1536),(6233,'Bulk Mousse 1 Gallon','line_item',1536),(6234,'Bulk Active Rinse 50/50','line_item',1536),(6235,'Bulk Active Rinse 100%','line_item',1536),(6236,'Free Standard Shipping','shipping',1536),(6237,'Professional Lice Comb<br>(Case of 12)','line_item',1538),(6238,'Active Rinse 16oz<br>(Case of 16)','line_item',1538),(6239,'Preventive Spray 8oz<br>(Case of 12)','line_item',1538),(6240,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1538),(6241,'Free Standard Shipping','shipping',1538),(6242,'Active Rinse 16oz<br>(Case of 16)','line_item',1539),(6243,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1539),(6244,'Bulk Active Rinse 100% RM','line_item',1539),(6245,'Professional Lice Comb<br>(Case of 12)','line_item',1539),(6246,'Free Standard Shipping','shipping',1539),(6247,'Bulk Mousse 1 Gallon RM','line_item',1540),(6248,'FedEx 2Day','shipping',1540),(6249,'Bulk Active Rinse 100% RM','line_item',1541),(6250,'Bulk Mousse 1 Gallon RM','line_item',1541),(6251,'FedEx Ground','shipping',1541),(6254,'Preventive Spray 8oz<br>(Case of 12)','line_item',1543),(6255,'Bulk Active Rinse 100%','line_item',1543),(6256,'FedEx Ground','shipping',1543),(6257,'Bulk Active Rinse 100%','line_item',1544),(6258,'FedEx Ground','shipping',1544),(6259,'Active Rinse 16oz<br>(Case of 16)','line_item',1545),(6260,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1545),(6261,'Urgent Care Kit<br>(Case of 6)','line_item',1545),(6262,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1545),(6263,'Professional Lice Comb<br>(Case of 12)','line_item',1545),(6264,'Preventive Kit<br>(Case of 6)','line_item',1545),(6265,'Active Rinse 8oz<br>(Case of 12)','line_item',1545),(6266,'Bulk Active Rinse 100%','line_item',1545),(6267,'Bulk Active Rinse 50/50','line_item',1545),(6268,'Bulk Detangling Spray 1 Gallon','line_item',1545),(6269,'Bulk Mousse 1 Gallon','line_item',1545),(6270,'Free Standard Shipping','shipping',1545),(6271,'Active Rinse 8oz<br>(Case of 12)','line_item',1546),(6272,'Active Rinse 16oz<br>(Case of 16)','line_item',1546),(6273,'Professional Lice Comb<br>(Case of 12)','line_item',1546),(6274,'Preventive Spray 8oz<br>(Case of 12)','line_item',1546),(6275,'Bulk Active Rinse 100% RM','line_item',1546),(6276,'Bulk Mousse 1 Gallon RM','line_item',1546),(6277,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1546),(6278,'Free Standard Shipping','shipping',1546),(6279,'Preventive Spray 2oz<br>(Case of 24)','line_item',1547),(6280,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1547),(6281,'Bulk Mousse 1 Gallon RM','line_item',1547),(6282,'FedEx Ground','shipping',1547),(6283,'Professional Lice Comb<br>(Case of 12)','line_item',1548),(6284,'Preventive Spray 8oz<br>(Case of 12)','line_item',1548),(6285,'Bulk Active Rinse 100%','line_item',1548),(6286,'FedEx Ground','shipping',1548),(6287,'Active Rinse 8oz<br>(Case of 12)','line_item',1549),(6288,'FedEx Ground','shipping',1549),(6289,'Preventive Shampoo<br>(Case of 12)','line_item',1550),(6290,'Preventive Conditioner<br>(Case of 12)','line_item',1550),(6291,'Comb-Out Mousse<br>(Case of 12)','line_item',1550),(6292,'Preventive Spray 8oz<br>(Case of 12)','line_item',1550),(6293,'Professional Lice Comb<br>(Case of 12)','line_item',1550),(6294,'Active Rinse 16oz<br>(Case of 16)','line_item',1550),(6295,'Free Standard Shipping','shipping',1550),(6296,'Bulk Mousse 1 Gallon RM','line_item',1551),(6297,'Active Rinse 16oz<br>(Case of 16)','line_item',1551),(6298,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1551),(6299,'Bulk Active Rinse 100% RM','line_item',1551),(6300,'Comb-Out Mousse<br>(Case of 12)','line_item',1551),(6301,'Preventive Spray 8oz<br>(Case of 12)','line_item',1551),(6302,'Professional Lice Comb<br>(Case of 12)','line_item',1551),(6303,'Free Standard Shipping','shipping',1551),(6304,'Active Rinse 8oz<br>(Case of 12)','line_item',1552),(6305,'Professional Lice Comb<br>(Case of 12)','line_item',1552),(6306,'Bulk Active Rinse 100% RM','line_item',1552),(6307,'Bulk Detangling Spray 1 Gallon RM','line_item',1552),(6308,'Disposable Capes','line_item',1552),(6309,'Disposable Head Bands','line_item',1552),(6310,'Free Standard Shipping','shipping',1552),(6317,'Active Rinse 8oz<br>(Case of 12)','line_item',1555),(6318,'Preventive Spray 8oz<br>(Case of 12)','line_item',1555),(6319,'Bulk Active Rinse 100% RM','line_item',1555),(6320,'Bulk Mousse 1 Gallon RM','line_item',1555),(6321,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1555),(6322,'Free Standard Shipping','shipping',1555),(6323,'Comb-Out Mousse<br>(Case of 12)','line_item',1556),(6324,'Bulk Mousse 1 Gallon RM','line_item',1556),(6325,'The Wet Brush','line_item',1556),(6326,'Preventive Conditioner<br>(Case of 12)','line_item',1556),(6327,'Bulk Active Rinse 100% RM','line_item',1556),(6328,'FedEx Ground','shipping',1556),(6329,'Active Rinse 8oz<br>(Case of 12)','line_item',1557),(6330,'Active Rinse 16oz<br>(Case of 16)','line_item',1557),(6331,'Professional Lice Comb<br>(Case of 12)','line_item',1557),(6332,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1557),(6333,'Bulk Active Rinse 100% RM','line_item',1557),(6334,'Free Standard Shipping','shipping',1557),(6335,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1558),(6336,'Free Standard Shipping','shipping',1558),(6337,'Active Rinse 8oz<br>(Case of 12)','line_item',1559),(6338,'Free Standard Shipping','shipping',1559),(6339,'Active Rinse 8oz<br>(Case of 12)','line_item',1560),(6340,'Active Rinse 16oz<br>(Case of 16)','line_item',1560),(6341,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1560),(6342,'Professional Lice Comb<br>(Case of 12)','line_item',1560),(6343,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1560),(6344,'Preventive Conditioner<br>(Case of 12)','line_item',1560),(6345,'Preventive Spray 8oz<br>(Case of 12)','line_item',1560),(6346,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1560),(6347,'Preventive Kit<br>(Case of 6)','line_item',1560),(6348,'Disposable Head Bands','line_item',1560),(6349,'Free Standard Shipping','shipping',1560),(6350,'Preventive Spray 8oz<br>(Case of 12)','line_item',1561),(6351,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1561),(6352,'Professional Lice Comb<br>(Case of 12)','line_item',1561),(6353,'Active Rinse 8oz<br>(Case of 12)','line_item',1561),(6354,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1561),(6355,'Professional Lice Comb<br>(Case of 12)','line_item',1561),(6356,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1561),(6357,'Preventive Kit<br>(Case of 6)','line_item',1561),(6358,'Free Standard Shipping','shipping',1561),(6359,'Active Rinse 8oz<br>(Case of 12)','line_item',1562),(6360,'Active Rinse 16oz<br>(Case of 16)','line_item',1562),(6361,'Professional Lice Comb<br>(Case of 12)','line_item',1562),(6362,'Preventive Spray 2oz<br>(Case of 24)','line_item',1562),(6363,'Preventive Spray 8oz<br>(Case of 12)','line_item',1562),(6364,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1562),(6365,'Bulk Active Rinse 100% RM','line_item',1562),(6366,'Bulk Mousse 1 Gallon RM','line_item',1562),(6367,'Free Standard Shipping','shipping',1562),(6368,'Preventive Shampoo<br>(Case of 12)','line_item',1563),(6369,'Active Rinse 8oz<br>(Case of 12)','line_item',1563),(6370,'Preventive Conditioner<br>(Case of 12)','line_item',1563),(6371,'Free Standard Shipping','shipping',1563),(6372,'Active Rinse 8oz<br>(Case of 12)','line_item',1564),(6373,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1564),(6374,'Professional Lice Comb<br>(Case of 12)','line_item',1564),(6375,'Free Standard Shipping','shipping',1564),(6376,'Bulk Active Rinse 100%','line_item',1565),(6377,'FedEx Ground','shipping',1565),(6378,'Active Rinse 8oz<br>(Case of 12)','line_item',1566),(6379,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1566),(6380,'Professional Lice Comb<br>(Case of 12)','line_item',1566),(6381,'Bulk Active Rinse 100%','line_item',1566),(6382,'Preventive Spray 2oz<br>(Case of 24)','line_item',1566),(6383,'Preventive Spray 8oz<br>(Case of 12)','line_item',1566),(6384,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1566),(6385,'Free Standard Shipping','shipping',1566),(6386,'Active Rinse 8oz<br>(Case of 12)','line_item',1567),(6387,'Comb-Out Mousse<br>(Case of 12)','line_item',1567),(6388,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1567),(6389,'Professional Lice Comb<br>(Case of 12)','line_item',1567),(6390,'Preventive Spray 8oz<br>(Case of 12)','line_item',1567),(6391,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1567),(6392,'Bulk Active Rinse 100%','line_item',1567),(6393,'Free Standard Shipping','shipping',1567),(6394,'Active Rinse 8oz<br>(Case of 12)','line_item',1568),(6395,'Professional Lice Comb<br>(Case of 12)','line_item',1568),(6396,'Bulk Active Rinse 100% RM','line_item',1568),(6397,'Bulk Detangling Spray 1 Gallon RM','line_item',1568),(6398,'Disposable Capes','line_item',1568),(6399,'Disposable Head Bands','line_item',1568),(6400,'Active Rinse 16oz<br>(Case of 16)','line_item',1568),(6401,'Free Standard Shipping','shipping',1568),(6402,'Active Rinse 8oz<br>(Case of 12)','line_item',1569),(6403,'Active Rinse 16oz<br>(Case of 16)','line_item',1569),(6404,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1569),(6405,'Professional Lice Comb<br>(Case of 12)','line_item',1569),(6406,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1569),(6407,'Preventive Spray 2oz<br>(Case of 24)','line_item',1569),(6408,'Bulk Active Rinse 100% RM','line_item',1569),(6409,'Bulk Detangling Spray 1 Gallon RM','line_item',1569),(6410,'Free Standard Shipping','shipping',1569),(6411,'Active Rinse 8oz<br>(Case of 12)','line_item',1570),(6412,'Active Rinse 16oz<br>(Case of 16)','line_item',1570),(6413,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1570),(6414,'Professional Lice Comb<br>(Case of 12)','line_item',1570),(6415,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1570),(6416,'Preventive Spray 2oz<br>(Case of 24)','line_item',1570),(6417,'Bulk Active Rinse 100% RM','line_item',1570),(6418,'Bulk Detangling Spray 1 Gallon RM','line_item',1570),(6419,'Free Standard Shipping','shipping',1570),(6420,'Active Rinse 8oz<br>(Case of 12)','line_item',1572),(6421,'Active Rinse 16oz<br>(Case of 16)','line_item',1572),(6422,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1572),(6423,'Preventive Shampoo<br>(Case of 12)','line_item',1572),(6424,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1572),(6425,'Bulk Active Rinse 100%','line_item',1572),(6426,'Professional Lice Comb<br>(Case of 12)','line_item',1572),(6427,'Preventive Spray 8oz<br>(Case of 12)','line_item',1572),(6428,'Free Standard Shipping','shipping',1572),(6429,'Active Rinse 16oz<br>(Case of 16)','line_item',1573),(6430,'Active Rinse 8oz<br>(Case of 12)','line_item',1573),(6431,'Comb-Out Mousse<br>(Case of 12)','line_item',1573),(6432,'Professional Lice Comb<br>(Case of 12)','line_item',1573),(6433,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1573),(6434,'Urgent Care Kit<br>(Case of 6)','line_item',1573),(6435,'Preventive Shampoo<br>(Case of 12)','line_item',1573),(6436,'Preventive Conditioner<br>(Case of 12)','line_item',1573),(6437,'Preventive Spray 2oz<br>(Case of 24)','line_item',1573),(6438,'Preventive Spray 8oz<br>(Case of 12)','line_item',1573),(6439,'Preventive Kit<br>(Case of 6)','line_item',1573),(6440,'Bulk Active Rinse 100% RM','line_item',1573),(6441,'Bulk Mousse 1 Gallon RM','line_item',1573),(6442,'Free Standard Shipping','shipping',1573),(6443,'Active Rinse 8oz<br>(Case of 12)','line_item',1574),(6444,'Active Rinse 16oz<br>(Case of 16)','line_item',1574),(6445,'Professional Lice Comb<br>(Case of 12)','line_item',1574),(6446,'Urgent Care Kit<br>(Case of 6)','line_item',1574),(6447,'Bulk Active Rinse 100%','line_item',1574),(6448,'Bulk Mousse 1 Gallon','line_item',1574),(6449,'Shipping discount','fee',1574),(6450,'FedEx Ground','shipping',1574),(6451,'shiphawaii','coupon',1574),(6452,'Active Rinse 8oz<br>(Case of 12)','line_item',1575),(6453,'Professional Lice Comb<br>(Case of 12)','line_item',1575),(6454,'Bulk Active Rinse 100% RM','line_item',1575),(6455,'Free Standard Shipping','shipping',1575),(6456,'Active Rinse 8oz<br>(Case of 12)','line_item',1576),(6457,'Preventive Spray 8oz<br>(Case of 12)','line_item',1576),(6458,'Bulk Active Rinse 100% RM','line_item',1576),(6459,'Bulk Mousse 1 Gallon RM','line_item',1576),(6460,'Preventive Spray 2oz<br>(Case of 24)','line_item',1576),(6461,'Free Standard Shipping','shipping',1576),(6462,'Active Rinse 8oz<br>(Case of 12)','line_item',1577),(6463,'Comb-Out Mousse<br>(Case of 12)','line_item',1577),(6464,'Bulk Detangling Spray 1 Gallon RM','line_item',1577),(6465,'Preventive Spray 8oz<br>(Case of 12)','line_item',1577),(6466,'Bulk Active Rinse 100% RM','line_item',1577),(6467,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1577),(6468,'Free Standard Shipping','shipping',1577),(6469,'Preventive Spray 2oz<br>(Case of 24)','line_item',1578),(6470,'FedEx Ground','shipping',1578),(6471,'Active Rinse 8oz<br>(Case of 12)','line_item',1579),(6472,'Preventive Kit<br>(Case of 6)','line_item',1579),(6473,'Bulk Active Rinse 100% RM','line_item',1579),(6474,'FedEx Ground','shipping',1579),(6475,'Preventive Spray 8oz<br>(Case of 12)','line_item',1580),(6476,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1580),(6477,'Active Rinse 8oz<br>(Case of 12)','line_item',1580),(6478,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1580),(6479,'Bulk Active Rinse 100% RM','line_item',1580),(6480,'Bulk Detangling Spray 1 Gallon RM','line_item',1580),(6481,'Free Standard Shipping','shipping',1580),(6482,'Bulk Active Rinse 100%','line_item',1581),(6483,'FedEx Ground','shipping',1581),(6484,'Bulk Active Rinse 100% RM','line_item',1582),(6485,'Bulk Mousse 1 Gallon RM','line_item',1582),(6486,'Preventive Spray 8oz<br>(Case of 12)','line_item',1582),(6487,'Preventive Spray 2oz<br>(Case of 24)','line_item',1582),(6488,'Professional Lice Comb<br>(Case of 12)','line_item',1582),(6489,'Free Standard Shipping','shipping',1582),(6490,'Bulk Mousse 1 Gallon RM','line_item',1583),(6491,'Professional Lice Comb<br>(Case of 12)','line_item',1583),(6492,'Bulk Active Rinse 50/50 RM','line_item',1583),(6493,'FedEx Ground','shipping',1583),(6494,'Active Rinse 8oz<br>(Case of 12)','line_item',1585),(6495,'Professional Lice Comb<br>(Case of 12)','line_item',1585),(6496,'Bulk Active Rinse 100% RM','line_item',1585),(6497,'Disposable Capes','line_item',1585),(6498,'Disposable Head Bands','line_item',1585),(6499,'Active Rinse 16oz<br>(Case of 16)','line_item',1585),(6500,'Preventive Spray 8oz<br>(Case of 12)','line_item',1585),(6501,'Free Standard Shipping','shipping',1585),(6502,'Professional Lice Comb<br>(Case of 12)','line_item',1586),(6503,'Bulk Active Rinse 100% RM','line_item',1586),(6504,'FedEx Ground','shipping',1586),(6505,'Bulk Active Rinse 100%','line_item',1587),(6506,'Bulk Mousse 1 Gallon','line_item',1587),(6507,'FedEx Ground','shipping',1587),(6508,'Active Rinse 16oz<br>(Case of 16)','line_item',1588),(6509,'Active Rinse 8oz<br>(Case of 12)','line_item',1588),(6510,'Bulk Active Rinse 100% RM','line_item',1588),(6511,'Free Standard Shipping','shipping',1588),(6512,'Active Rinse 16oz<br>(Case of 16)','line_item',1589),(6513,'Professional Lice Comb<br>(Case of 12)','line_item',1589),(6514,'Bulk Active Rinse 100%','line_item',1589),(6515,'Preventive Spray 8oz<br>(Case of 12)','line_item',1589),(6516,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1589),(6517,'Free Standard Shipping','shipping',1589),(6518,'Bulk Active Rinse 100% RM','line_item',1591),(6519,'FedEx Ground','shipping',1591),(6520,'Active Rinse 16oz<br>(Case of 16)','line_item',1592),(6521,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1592),(6522,'Bulk Active Rinse 100% RM','line_item',1592),(6523,'Free Standard Shipping','shipping',1592),(6524,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1593),(6525,'Urgent Care Kit<br>(Case of 6)','line_item',1593),(6526,'Bulk Active Rinse 100% RM','line_item',1593),(6527,'Bulk Mousse 1 Gallon RM','line_item',1593),(6528,'Active Rinse 8oz<br>(Case of 12)','line_item',1593),(6529,'Active Rinse 16oz<br>(Case of 16)','line_item',1593),(6530,'Free Standard Shipping','shipping',1593),(6531,'Bulk Active Rinse 100% RM','line_item',1594),(6532,'Bulk Mousse 1 Gallon RM','line_item',1594),(6533,'Preventive Spray 2oz<br>(Case of 24)','line_item',1594),(6534,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1594),(6535,'Professional Lice Comb<br>(Case of 12)','line_item',1594),(6536,'Urgent Care Kit<br>(Case of 6)','line_item',1594),(6537,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1594),(6538,'Preventive Kit<br>(Case of 6)','line_item',1594),(6539,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1594),(6540,'Bulk Detangling Spray 1 Gallon RM','line_item',1594),(6541,'Free Standard Shipping','shipping',1594),(6542,'Comb-Out Mousse<br>(Case of 12)','line_item',1595),(6543,'Preventive Spray 2oz<br>(Case of 24)','line_item',1595),(6544,'Preventive Spray 8oz<br>(Case of 12)','line_item',1595),(6545,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1595),(6546,'Bulk Mousse 1 Gallon RM','line_item',1595),(6547,'Active Rinse 16oz<br>(Case of 16)','line_item',1595),(6548,'Free Standard Shipping','shipping',1595),(6549,'Professional Lice Comb<br>(Case of 12)','line_item',1596),(6550,'Preventive Spray 8oz<br>(Case of 12)','line_item',1596),(6551,'Preventive Kit<br>(Case of 6)','line_item',1596),(6552,'FedEx Ground','shipping',1596),(6553,'Active Rinse 16oz<br>(Case of 16)','line_item',1597),(6554,'Active Rinse 8oz<br>(Case of 12)','line_item',1597),(6555,'Professional Lice Comb<br>(Case of 12)','line_item',1597),(6556,'Free Standard Shipping','shipping',1597),(6557,'Bulk Active Rinse 100% RM','line_item',1598),(6558,'Bulk Detangling Spray 1 Gallon RM','line_item',1598),(6559,'Bulk Mousse 1 Gallon RM','line_item',1598),(6560,'FedEx Ground','shipping',1598),(6561,'Active Rinse 8oz<br>(Case of 12)','line_item',1599),(6562,'Active Rinse 16oz<br>(Case of 16)','line_item',1599),(6563,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1599),(6564,'Professional Lice Comb<br>(Case of 12)','line_item',1599),(6565,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1599),(6566,'Bulk Active Rinse 100% RM','line_item',1599),(6567,'Free Standard Shipping','shipping',1599),(6568,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1601),(6569,'Bulk Detangling Spray 1 Gallon RM','line_item',1601),(6570,'FedEx Ground','shipping',1601),(6576,'Preventive Spray 8oz<br>(Case of 12)','line_item',1603),(6577,'Comb-Out Mousse<br>(Case of 12)','line_item',1603),(6578,'Active Rinse 16oz<br>(Case of 16)','line_item',1603),(6579,'Bulk Active Rinse 100% RM','line_item',1603),(6580,'Free Standard Shipping','shipping',1603),(6581,'Preventive Spray 8oz<br>(Case of 12)','line_item',1604),(6582,'Comb-Out Mousse<br>(Case of 12)','line_item',1604),(6583,'Active Rinse 16oz<br>(Case of 16)','line_item',1604),(6584,'Bulk Active Rinse 100% RM','line_item',1604),(6585,'Free Standard Shipping','shipping',1604),(6586,'Preventive Spray 8oz<br>(Case of 12)','line_item',1605),(6587,'Professional Lice Comb<br>(Case of 12)','line_item',1605),(6588,'Bulk Mousse 1 Gallon RM','line_item',1605),(6589,'Bulk Active Rinse 100% RM','line_item',1605),(6590,'Active Rinse 8oz<br>(Case of 12)','line_item',1605),(6591,'Active Rinse 16oz<br>(Case of 16)','line_item',1605),(6592,'Free Standard Shipping','shipping',1605),(6593,'Professional Lice Comb<br>(Case of 12)','line_item',1606),(6594,'Comb-Out Mousse<br>(Case of 12)','line_item',1606),(6595,'Active Rinse 8oz<br>(Case of 12)','line_item',1606),(6596,'Comb-Out Mousse<br>(Case of 12)','line_item',1606),(6597,'Preventive Spray 2oz<br>(Case of 24)','line_item',1606),(6598,'Preventive Spray 8oz<br>(Case of 12)','line_item',1606),(6599,'Bulk Mousse 1 Gallon RM','line_item',1606),(6600,'Active Rinse 8oz<br>(Case of 12)','line_item',1606),(6601,'Active Rinse 16oz<br>(Case of 16)','line_item',1606),(6602,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1606),(6603,'Bulk Active Rinse 100% RM','line_item',1606),(6604,'Free Standard Shipping','shipping',1606),(6605,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1607),(6606,'Preventive Spray 8oz<br>(Case of 12)','line_item',1607),(6607,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1607),(6608,'Bulk Active Rinse 100%','line_item',1607),(6609,'Bulk Active Rinse 50/50','line_item',1607),(6610,'Bulk Detangling Spray 1 Gallon','line_item',1607),(6611,'Bulk Mousse 1 Gallon','line_item',1607),(6612,'Free Standard Shipping','shipping',1607),(6613,'Preventive Shampoo<br>(Case of 12)','line_item',1608),(6614,'Active Rinse 8oz<br>(Case of 12)','line_item',1608),(6615,'Preventive Conditioner<br>(Case of 12)','line_item',1608),(6616,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1608),(6617,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1608),(6618,'Bulk Active Rinse 100%','line_item',1608),(6619,'Free Standard Shipping','shipping',1608),(6620,'Active Rinse 8oz<br>(Case of 12)','line_item',1609),(6621,'Preventive Shampoo<br>(Case of 12)','line_item',1609),(6622,'Preventive Conditioner<br>(Case of 12)','line_item',1609),(6623,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1609),(6624,'Bulk Active Rinse 100%','line_item',1609),(6625,'Free Standard Shipping','shipping',1609),(6626,'Professional Lice Comb<br>(Case of 12)','line_item',1610),(6627,'Bulk Active Rinse 100% RM','line_item',1610),(6628,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1610),(6629,'Bulk Detangling Spray 1 Gallon RM','line_item',1610),(6630,'Active Rinse 8oz<br>(Case of 12)','line_item',1610),(6631,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1610),(6632,'Preventive Kit<br>(Case of 6)','line_item',1610),(6633,'Urgent Care Kit<br>(Case of 6)','line_item',1610),(6634,'FedEx Ground','shipping',1610),(6635,'Active Rinse 8oz<br>(Case of 12)','line_item',1611),(6636,'Comb-Out Mousse<br>(Case of 12)','line_item',1611),(6637,'Preventive Shampoo<br>(Case of 12)','line_item',1611),(6638,'Preventive Conditioner<br>(Case of 12)','line_item',1611),(6639,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1611),(6640,'Preventive Kit<br>(Case of 6)','line_item',1611),(6641,'Bulk Mousse 1 Gallon RM','line_item',1611),(6642,'Bulk Active Rinse 100% RM','line_item',1611),(6643,'Free Standard Shipping','shipping',1611),(6644,'Active Rinse 8oz<br>(Case of 12)','line_item',1612),(6645,'Professional Lice Comb<br>(Case of 12)','line_item',1612),(6646,'Bulk Active Rinse 100% RM','line_item',1612),(6647,'Disposable Capes','line_item',1612),(6648,'Disposable Head Bands','line_item',1612),(6649,'Active Rinse 16oz<br>(Case of 16)','line_item',1612),(6650,'Preventive Spray 8oz<br>(Case of 12)','line_item',1612),(6651,'Bulk Detangling Spray 1 Gallon RM','line_item',1612),(6652,'Free Standard Shipping','shipping',1612),(6653,'Active Rinse 8oz<br>(Case of 12)','line_item',1614),(6654,'Professional Lice Comb<br>(Case of 12)','line_item',1614),(6655,'Bulk Active Rinse 100%','line_item',1614),(6656,'FedEx Ground','shipping',1614),(6657,'Comb-Out Mousse<br>(Case of 12)','line_item',1615),(6658,'Active Rinse 8oz<br>(Case of 12)','line_item',1615),(6659,'Professional Lice Comb<br>(Case of 12)','line_item',1615),(6660,'Preventive Spray 2oz<br>(Case of 24)','line_item',1615),(6661,'FedEx Ground','shipping',1615),(6662,'Preventive Spray 8oz<br>(Case of 12)','line_item',1616),(6663,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1616),(6664,'Active Rinse 8oz<br>(Case of 12)','line_item',1616),(6665,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1616),(6666,'Comb-Out Mousse<br>(Case of 12)','line_item',1616),(6667,'Preventive Conditioner<br>(Case of 12)','line_item',1616),(6668,'Preventive Shampoo<br>(Case of 12)','line_item',1616),(6669,'Bulk Active Rinse 50/50 RM','line_item',1616),(6670,'Bulk Mousse 1 Gallon RM','line_item',1616),(6671,'Bulk Detangling Spray 1 Gallon RM','line_item',1616),(6672,'The Wet Brush Squirt','line_item',1616),(6673,'Wet Comb','line_item',1616),(6674,'Course Tail Comb','line_item',1616),(6675,'6\" Wide Tooth Detangling Comb','line_item',1616),(6676,'9\" Detangler Comb','line_item',1616),(6677,'Goomee 4 Pack','line_item',1616),(6678,'Free Standard Shipping','shipping',1616),(6679,'Active Rinse 8oz<br>(Case of 12)','line_item',1617),(6680,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1617),(6681,'Professional Lice Comb<br>(Case of 12)','line_item',1617),(6682,'Preventive Spray 8oz<br>(Case of 12)','line_item',1617),(6683,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1617),(6684,'Preventive Kit<br>(Case of 6)','line_item',1617),(6685,'Disposable Head Bands','line_item',1617),(6686,'Bulk Active Rinse 100%','line_item',1617),(6687,'Bulk Detangling Spray 1 Gallon','line_item',1617),(6688,'Bulk Mousse 1 Gallon','line_item',1617),(6689,'Disposable Head Bands','line_item',1617),(6690,'Free Standard Shipping','shipping',1617),(6691,'Bulk Active Rinse 100% RM','line_item',1618),(6692,'Professional Lice Comb<br>(Case of 12)','line_item',1618),(6693,'Preventive Spray 8oz<br>(Case of 12)','line_item',1618),(6694,'Free Standard Shipping','shipping',1618),(6695,'Bulk Active Rinse 100% RM','line_item',1619),(6696,'Preventive Spray 8oz<br>(Case of 12)','line_item',1619),(6697,'Professional Lice Comb<br>(Case of 12)','line_item',1619),(6698,'Active Rinse 8oz<br>(Case of 12)','line_item',1619),(6699,'FedEx Ground','shipping',1619),(6700,'Professional Lice Comb<br>(Case of 12)','line_item',1620),(6701,'Bulk Active Rinse 100%','line_item',1620),(6702,'Bulk Active Rinse 50/50','line_item',1620),(6703,'Bulk Detangling Spray 1 Gallon','line_item',1620),(6704,'Bulk Mousse 1 Gallon','line_item',1620),(6705,'Active Rinse 8oz<br>(Case of 12)','line_item',1620),(6706,'Active Rinse 16oz<br>(Case of 16)','line_item',1620),(6707,'Free Standard Shipping','shipping',1620),(6708,'Active Rinse 8oz<br>(Case of 12)','line_item',1621),(6709,'Preventive Kit<br>(Case of 6)','line_item',1621),(6710,'Bulk Active Rinse 100% RM','line_item',1621),(6711,'Active Rinse 16oz<br>(Case of 16)','line_item',1621),(6712,'Professional Lice Comb<br>(Case of 12)','line_item',1621),(6713,'Preventive Spray 8oz<br>(Case of 12)','line_item',1621),(6714,'Preventive Spray 2oz<br>(Case of 24)','line_item',1621),(6715,'FedEx Ground','shipping',1621),(6716,'Bulk Active Rinse 100% RM','line_item',1622),(6717,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1622),(6718,'Preventive Spray 8oz<br>(Case of 12)','line_item',1622),(6719,'Professional Lice Comb<br>(Case of 12)','line_item',1622),(6720,'Active Rinse 8oz<br>(Case of 12)','line_item',1622),(6721,'FedEx Ground','shipping',1622),(6722,'Bulk Active Rinse 100% RM','line_item',1623),(6723,'Bulk Detangling Spray 1 Gallon RM','line_item',1623),(6724,'Bulk Mousse 1 Gallon RM','line_item',1623),(6725,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1623),(6726,'FedEx Ground','shipping',1623),(6727,'Preventive Spray 8oz<br>(Case of 12)','line_item',1624),(6728,'Bulk Active Rinse 100%','line_item',1624),(6729,'FedEx Ground','shipping',1624),(6730,'Active Rinse 8oz<br>(Case of 12)','line_item',1626),(6731,'Comb-Out Mousse<br>(Case of 12)','line_item',1626),(6732,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1626),(6733,'Bulk Active Rinse 100% RM','line_item',1626),(6734,'Bulk Detangling Spray 1 Gallon RM','line_item',1626),(6735,'Bulk Mousse 1 Gallon RM','line_item',1626),(6736,'Free Standard Shipping','shipping',1626),(6737,'Comb-Out Mousse<br>(Case of 12)','line_item',1627),(6738,'Preventive Spray 2oz<br>(Case of 24)','line_item',1627),(6739,'Professional Lice Comb<br>(Case of 12)','line_item',1627),(6740,'Professional Lice Comb<br>(Case of 12)','line_item',1627),(6741,'Comb-Out Mousse<br>(Case of 12)','line_item',1627),(6742,'Professional Lice Comb<br>(Case of 12)','line_item',1627),(6743,'Free Standard Shipping','shipping',1627),(6744,'Active Rinse 8oz<br>(Case of 12)','line_item',1628),(6745,'Comb-Out Mousse<br>(Case of 12)','line_item',1628),(6746,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1628),(6747,'Professional Lice Comb<br>(Case of 12)','line_item',1628),(6748,'Bulk Active Rinse 100% RM','line_item',1628),(6749,'Bulk Mousse 1 Gallon RM','line_item',1628),(6750,'Preventive Spray 2oz<br>(Case of 24)','line_item',1628),(6751,'Free Standard Shipping','shipping',1628),(6752,'Bulk Active Rinse 100%','line_item',1629),(6753,'FedEx Ground','shipping',1629),(6754,'Active Rinse 8oz<br>(Case of 12)','line_item',1630),(6755,'Active Rinse 16oz<br>(Case of 16)','line_item',1630),(6756,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1630),(6757,'Professional Lice Comb<br>(Case of 12)','line_item',1630),(6758,'Preventive Spray 8oz<br>(Case of 12)','line_item',1630),(6759,'Preventive Spray 2oz<br>(Case of 24)','line_item',1630),(6760,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1630),(6761,'Preventive Shampoo<br>(Case of 12)','line_item',1630),(6762,'Bulk Active Rinse 100%','line_item',1630),(6763,'Free Standard Shipping','shipping',1630),(6764,'Active Rinse 8oz<br>(Case of 12)','line_item',1631),(6765,'Professional Lice Comb<br>(Case of 12)','line_item',1631),(6766,'Bulk Active Rinse 100% RM','line_item',1631),(6767,'Free Standard Shipping','shipping',1631),(6768,'Active Rinse 8oz<br>(Case of 12)','line_item',1632),(6769,'Professional Lice Comb<br>(Case of 12)','line_item',1632),(6770,'Disposable Capes','line_item',1632),(6771,'Disposable Head Bands','line_item',1632),(6772,'Active Rinse 16oz<br>(Case of 16)','line_item',1632),(6773,'Bulk Detangling Spray 1 Gallon RM','line_item',1632),(6774,'Free Standard Shipping','shipping',1632),(6775,'Active Rinse 8oz<br>(Case of 12)','line_item',1633),(6776,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1633),(6777,'Preventive Spray 8oz<br>(Case of 12)','line_item',1633),(6778,'Preventive Conditioner<br>(Case of 12)','line_item',1633),(6779,'Preventive Shampoo<br>(Case of 12)','line_item',1633),(6780,'Free Standard Shipping','shipping',1633),(6781,'Professional Lice Comb<br>(Case of 12)','line_item',1634),(6782,'Bulk Active Rinse 100% RM','line_item',1634),(6783,'Bulk Detangling Spray 1 Gallon RM','line_item',1634),(6784,'Active Rinse 8oz<br>(Case of 12)','line_item',1634),(6785,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1634),(6786,'Urgent Care Kit<br>(Case of 6)','line_item',1634),(6787,'FedEx Ground','shipping',1634),(6788,'Professional Lice Comb<br>(Case of 12)','line_item',1635),(6789,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1635),(6790,'Preventive Spray 8oz<br>(Case of 12)','line_item',1635),(6791,'Bulk Active Rinse 100% RM','line_item',1635),(6792,'Bulk Mousse 1 Gallon RM','line_item',1635),(6793,'Free Standard Shipping','shipping',1635),(6794,'Active Rinse 8oz<br>(Case of 12)','line_item',1636),(6795,'Preventive Spray 8oz<br>(Case of 12)','line_item',1636),(6796,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1636),(6797,'Active Rinse 16oz<br>(Case of 16)','line_item',1636),(6798,'Professional Lice Comb<br>(Case of 12)','line_item',1636),(6799,'Bulk Active Rinse 100% RM','line_item',1636),(6800,'Bulk Detangling Spray 1 Gallon RM','line_item',1636),(6801,'Free Standard Shipping','shipping',1636),(6802,'Professional Lice Comb<br>(Case of 12)','line_item',1637),(6803,'Active Rinse 16oz<br>(Case of 16)','line_item',1637),(6804,'Active Rinse 8oz<br>(Case of 12)','line_item',1637),(6805,'Bulk Active Rinse 100% RM','line_item',1637),(6806,'Free Standard Shipping','shipping',1637),(6807,'Professional Lice Comb<br>(Case of 12)','line_item',1639),(6808,'Preventive Spray 8oz<br>(Case of 12)','line_item',1639),(6809,'FedEx Ground','shipping',1639),(6810,'Professional Lice Comb<br>(Case of 12)','line_item',1640),(6811,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1640),(6812,'Preventive Spray 8oz<br>(Case of 12)','line_item',1640),(6813,'Bulk Active Rinse 100%','line_item',1640),(6814,'Active Rinse 8oz<br>(Case of 12)','line_item',1640),(6815,'Free Standard Shipping','shipping',1640),(6816,'Bulk Active Rinse 50/50','line_item',1641),(6817,'FedEx Ground','shipping',1641),(6818,'Active Rinse 16oz<br>(Case of 16)','line_item',1642),(6819,'Professional Lice Comb<br>(Case of 12)','line_item',1642),(6820,'Active Rinse 8oz<br>(Case of 12)','line_item',1642),(6821,'Preventive Spray 8oz<br>(Case of 12)','line_item',1642),(6822,'Bulk Active Rinse 100% RM','line_item',1642),(6823,'Disposable Capes','line_item',1642),(6824,'Preventive Kit<br>(Case of 6)','line_item',1642),(6825,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1642),(6826,'Free Standard Shipping','shipping',1642),(6827,'Bulk Active Rinse 100% RM','line_item',1643),(6828,'Active Rinse 8oz<br>(Case of 12)','line_item',1643),(6829,'Comb-Out Mousse<br>(Case of 12)','line_item',1643),(6830,'Professional Lice Comb<br>(Case of 12)','line_item',1643),(6831,'Free Standard Shipping','shipping',1643),(6832,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1644),(6833,'FedEx Ground','shipping',1644),(6834,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1645),(6835,'Preventive Spray 8oz<br>(Case of 12)','line_item',1645),(6836,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1645),(6837,'Bulk Detangling Spray 1 Gallon','line_item',1645),(6838,'Bulk Mousse 1 Gallon','line_item',1645),(6839,'Bulk Active Rinse 50/50','line_item',1645),(6840,'Bulk Active Rinse 100%','line_item',1645),(6841,'Free Standard Shipping','shipping',1645),(6842,'Comb-Out Mousse<br>(Case of 12)','line_item',1646),(6843,'Preventive Spray 2oz<br>(Case of 24)','line_item',1646),(6844,'Professional Lice Comb<br>(Case of 12)','line_item',1646),(6845,'Active Rinse 8oz<br>(Case of 12)','line_item',1646),(6846,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1646),(6847,'Preventive Spray 8oz<br>(Case of 12)','line_item',1646),(6848,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1646),(6849,'Urgent Care Kit<br>(Case of 6)','line_item',1646),(6850,'Preventive Kit<br>(Case of 6)','line_item',1646),(6851,'Bulk Active Rinse 100% RM','line_item',1646),(6852,'Free Standard Shipping','shipping',1646),(6853,'Bulk Active Rinse 100%','line_item',1647),(6854,'FedEx Ground','shipping',1647),(6855,'Bulk Active Rinse 100%','line_item',1648),(6856,'FedEx Ground','shipping',1648),(6857,'Professional Lice Comb<br>(Case of 12)','line_item',1649),(6858,'Bulk Active Rinse 100% RM','line_item',1649),(6859,'Free Standard Shipping','shipping',1649),(6860,'Preventive Shampoo<br>(Case of 12)','line_item',1650),(6861,'Active Rinse 8oz<br>(Case of 12)','line_item',1650),(6862,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1650),(6863,'Preventive Conditioner<br>(Case of 12)','line_item',1650),(6864,'Free Standard Shipping','shipping',1650),(6870,'Bulk Active Rinse 50/50 RM','line_item',1651),(6871,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1651),(6872,'Preventive Spray 8oz<br>(Case of 12)','line_item',1651),(6873,'Urgent Care Kit<br>(Case of 6)','line_item',1651),(6874,'Free Standard Shipping','shipping',1651),(6887,'Active Rinse 8oz<br>(Case of 12)','line_item',1652),(6888,'Active Rinse 16oz<br>(Case of 16)','line_item',1652),(6889,'Bulk Active Rinse 100% RM','line_item',1652),(6890,'Preventive Spray 8oz<br>(Case of 12)','line_item',1652),(6891,'Comb-Out Mousse<br>(Case of 12)','line_item',1652),(6892,'Free Standard Shipping','shipping',1652),(6893,'Preventive Spray 8oz<br>(Case of 12)','line_item',1653),(6894,'Bulk Mousse 1 Gallon RM','line_item',1653),(6895,'Bulk Active Rinse 100% RM','line_item',1653),(6896,'Active Rinse 8oz<br>(Case of 12)','line_item',1653),(6897,'Active Rinse 16oz<br>(Case of 16)','line_item',1653),(6898,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1653),(6899,'Free Standard Shipping','shipping',1653),(6900,'Bulk Active Rinse 100% RM','line_item',1654),(6901,'Active Rinse 16oz<br>(Case of 16)','line_item',1654),(6902,'Professional Lice Comb<br>(Case of 12)','line_item',1654),(6903,'FedEx Ground','shipping',1654),(6904,'Preventive Spray 8oz<br>(Case of 12)','line_item',1655),(6905,'Bulk Mousse 1 Gallon RM','line_item',1655),(6906,'Bulk Detangling Spray 1 Gallon RM','line_item',1655),(6907,'Bulk Active Rinse 100% RM','line_item',1655),(6908,'Active Rinse 8oz<br>(Case of 12)','line_item',1655),(6909,'Active Rinse 16oz<br>(Case of 16)','line_item',1655),(6910,'Professional Lice Comb<br>(Case of 12)','line_item',1655),(6911,'Free Standard Shipping','shipping',1655),(6912,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1656),(6913,'Active Rinse 8oz<br>(Case of 12)','line_item',1656),(6914,'Bulk Active Rinse 100%','line_item',1656),(6915,'Bulk Detangling Spray 1 Gallon','line_item',1656),(6916,'Bulk Mousse 1 Gallon','line_item',1656),(6917,'The Wet Brush','line_item',1656),(6918,'Urgent Care Kit<br>(Case of 6)','line_item',1656),(6919,'FedEx Ground','shipping',1656),(6920,'Preventive Spray 8oz<br>(Case of 12)','line_item',1657),(6921,'Preventive Spray 2oz<br>(Case of 24)','line_item',1657),(6922,'Bulk Active Rinse 100% RM','line_item',1657),(6923,'Active Rinse 8oz<br>(Case of 12)','line_item',1657),(6924,'Free Standard Shipping','shipping',1657),(6925,'Professional Lice Comb<br>(Case of 12)','line_item',1658),(6926,'Active Rinse 8oz<br>(Case of 12)','line_item',1658),(6927,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1658),(6928,'Free Standard Shipping','shipping',1658),(6929,'Active Rinse 8oz<br>(Case of 12)','line_item',1659),(6930,'Professional Lice Comb<br>(Case of 12)','line_item',1659),(6931,'Disposable Capes','line_item',1659),(6932,'Disposable Head Bands','line_item',1659),(6933,'Active Rinse 16oz<br>(Case of 16)','line_item',1659),(6934,'Bulk Detangling Spray 1 Gallon RM','line_item',1659),(6935,'Bulk Active Rinse 100% RM','line_item',1659),(6936,'Free Standard Shipping','shipping',1659),(6942,'Active Rinse 16oz<br>(Case of 16)','line_item',1661),(6943,'Active Rinse 8oz<br>(Case of 12)','line_item',1661),(6944,'Professional Lice Comb<br>(Case of 12)','line_item',1661),(6945,'Preventive Spray 8oz<br>(Case of 12)','line_item',1661),(6946,'Free Standard Shipping','shipping',1661),(6947,'Comb-Out Mousse<br>(Case of 12)','line_item',1663),(6948,'Urgent Care Kit<br>(Case of 6)','line_item',1663),(6949,'Preventive Spray 8oz<br>(Case of 12)','line_item',1663),(6950,'Shipping discount','fee',1663),(6951,'FedEx Ground','shipping',1663),(6952,'shiphawaii','coupon',1663),(6953,'Preventive Conditioner<br>(Case of 12)','line_item',1664),(6954,'Bulk Detangling Spray 1 Gallon RM','line_item',1664),(6955,'Bulk Active Rinse 100% RM','line_item',1664),(6956,'FedEx Ground','shipping',1664),(6957,'Active Rinse 8oz<br>(Case of 12)','line_item',1665),(6958,'Active Rinse 16oz<br>(Case of 16)','line_item',1665),(6959,'Urgent Care Kit<br>(Case of 6)','line_item',1665),(6960,'Professional Lice Comb<br>(Case of 12)','line_item',1665),(6961,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1665),(6962,'Bulk Active Rinse 100% RM','line_item',1665),(6963,'Free Standard Shipping','shipping',1665),(6964,'Active Rinse 8oz<br>(Case of 12)','line_item',1666),(6965,'Active Rinse 16oz<br>(Case of 16)','line_item',1666),(6966,'Professional Lice Comb<br>(Case of 12)','line_item',1666),(6967,'Urgent Care Kit<br>(Case of 6)','line_item',1666),(6968,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1666),(6969,'Preventive Kit<br>(Case of 6)','line_item',1666),(6970,'Bulk Active Rinse 100% RM','line_item',1666),(6971,'Free Standard Shipping','shipping',1666),(6972,'Active Rinse 8oz<br>(Case of 12)','line_item',1667),(6973,'Comb-Out Mousse<br>(Case of 12)','line_item',1667),(6974,'Professional Lice Comb<br>(Case of 12)','line_item',1667),(6975,'Preventive Shampoo<br>(Case of 12)','line_item',1667),(6976,'Preventive Conditioner<br>(Case of 12)','line_item',1667),(6977,'Preventive Spray 8oz<br>(Case of 12)','line_item',1667),(6978,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1667),(6979,'Bulk Active Rinse 100%','line_item',1667),(6980,'FedEx Ground','shipping',1667),(6981,'Active Rinse 8oz<br>(Case of 12)','line_item',1668),(6982,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1668),(6983,'Bulk Mousse 1 Gallon','line_item',1668),(6984,'Bulk Active Rinse 100%','line_item',1668),(6985,'FedEx Ground','shipping',1668),(6986,'Active Rinse 16oz<br>(Case of 16)','line_item',1669),(6987,'Bulk Active Rinse 100% RM','line_item',1669),(6988,'Free Standard Shipping','shipping',1669),(6989,'Active Rinse 8oz<br>(Case of 12)','line_item',1670),(6990,'Professional Lice Comb<br>(Case of 12)','line_item',1670),(6991,'Preventive Spray 8oz<br>(Case of 12)','line_item',1670),(6992,'Bulk Active Rinse 100% RM','line_item',1670),(6993,'Free Standard Shipping','shipping',1670),(6994,'Active Rinse 8oz<br>(Case of 12)','line_item',1671),(6995,'Active Rinse 16oz<br>(Case of 16)','line_item',1671),(6996,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1671),(6997,'Professional Lice Comb<br>(Case of 12)','line_item',1671),(6998,'Preventive Spray 8oz<br>(Case of 12)','line_item',1671),(6999,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1671),(7000,'Bulk Active Rinse 100% RM','line_item',1671),(7001,'Bulk Detangling Spray 1 Gallon RM','line_item',1671),(7002,'Free Standard Shipping','shipping',1671),(7003,'Active Rinse 8oz<br>(Case of 12)','line_item',1672),(7004,'Disposable Head Bands','line_item',1672),(7005,'Active Rinse 16oz<br>(Case of 16)','line_item',1672),(7006,'Free Standard Shipping','shipping',1672),(7007,'Bulk Active Rinse 100%','line_item',1673),(7008,'FedEx Ground','shipping',1673),(7009,'Bulk Active Rinse 100%','line_item',1674),(7010,'FedEx Ground','shipping',1674),(7011,'Bulk Active Rinse 100%','line_item',1675),(7012,'FedEx Ground','shipping',1675),(7013,'Active Rinse 8oz<br>(Case of 12)','line_item',1676),(7014,'Professional Lice Comb<br>(Case of 12)','line_item',1676),(7015,'Urgent Care Kit<br>(Case of 6)','line_item',1676),(7016,'Preventive Shampoo<br>(Case of 12)','line_item',1676),(7017,'Preventive Spray 8oz<br>(Case of 12)','line_item',1676),(7018,'Preventive Kit<br>(Case of 6)','line_item',1676),(7019,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1676),(7020,'Bulk Active Rinse 100% RM','line_item',1676),(7021,'Bulk Mousse 1 Gallon RM','line_item',1676),(7022,'Free Standard Shipping','shipping',1676),(7023,'Active Rinse 8oz<br>(Case of 12)','line_item',1677),(7024,'Professional Lice Comb<br>(Case of 12)','line_item',1677),(7025,'Free Standard Shipping','shipping',1677),(7026,'Professional Lice Comb<br>(Case of 12)','line_item',1678),(7027,'Bulk Active Rinse 100% RM','line_item',1678),(7028,'Bulk Detangling Spray 1 Gallon RM','line_item',1678),(7029,'Active Rinse 8oz<br>(Case of 12)','line_item',1678),(7030,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1678),(7031,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1678),(7032,'FedEx Ground','shipping',1678),(7033,'Preventive Conditioner<br>(Case of 12)','line_item',1679),(7034,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1679),(7035,'Active Rinse 8oz<br>(Case of 12)','line_item',1679),(7036,'Free Standard Shipping','shipping',1679),(7037,'Bulk Active Rinse 100%','line_item',1680),(7038,'FedEx Ground','shipping',1680),(7039,'Active Rinse 8oz<br>(Case of 12)','line_item',1681),(7040,'Preventive Kit<br>(Case of 6)','line_item',1681),(7041,'Bulk Active Rinse 100%','line_item',1681),(7042,'Professional Lice Comb<br>(Case of 12)','line_item',1681),(7043,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1681),(7044,'Free Standard Shipping','shipping',1681),(7045,'Active Rinse 16oz<br>(Case of 16)','line_item',1682),(7046,'Active Rinse 8oz<br>(Case of 12)','line_item',1682),(7047,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1682),(7048,'Professional Lice Comb<br>(Case of 12)','line_item',1682),(7049,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1682),(7050,'Preventive Spray 8oz<br>(Case of 12)','line_item',1682),(7051,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1682),(7052,'Bulk Active Rinse 100%','line_item',1682),(7053,'Disposable Capes','line_item',1682),(7054,'Free Standard Shipping','shipping',1682),(7055,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1684),(7056,'Bulk Active Rinse 100%','line_item',1684),(7057,'Bulk Detangling Spray 1 Gallon','line_item',1684),(7058,'FedEx Ground','shipping',1684),(7059,'Active Rinse 8oz<br>(Case of 12)','line_item',1685),(7060,'Active Rinse 16oz<br>(Case of 16)','line_item',1685),(7061,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1685),(7062,'Professional Lice Comb<br>(Case of 12)','line_item',1685),(7063,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1685),(7064,'Bulk Active Rinse 100% RM','line_item',1685),(7065,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1685),(7066,'Free Standard Shipping','shipping',1685),(7067,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1686),(7068,'Preventive Shampoo<br>(Case of 12)','line_item',1686),(7069,'Active Rinse 8oz<br>(Case of 12)','line_item',1686),(7070,'Bulk Active Rinse 100%','line_item',1686),(7071,'9\" Detangler Comb','line_item',1686),(7072,'Course Tail Comb','line_item',1686),(7073,'Wet Comb','line_item',1686),(7074,'Free Standard Shipping','shipping',1686),(7075,'Active Rinse 16oz<br>(Case of 16)','line_item',1688),(7076,'Comb-Out Mousse<br>(Case of 12)','line_item',1688),(7077,'Professional Lice Comb<br>(Case of 12)','line_item',1688),(7078,'Preventive Spray 2oz<br>(Case of 24)','line_item',1688),(7079,'Bulk Active Rinse 100% RM','line_item',1688),(7080,'Free Standard Shipping','shipping',1688),(7090,'Active Rinse 8oz<br>(Case of 12)','line_item',1690),(7091,'Active Rinse 16oz<br>(Case of 16)','line_item',1690),(7092,'Bulk Active Rinse 100% RM','line_item',1690),(7093,'Bulk Detangling Spray 1 Gallon RM','line_item',1690),(7094,'Disposable Capes','line_item',1690),(7095,'Free Standard Shipping','shipping',1690),(7101,'Professional Lice Comb<br>(Case of 12)','line_item',1692),(7102,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1692),(7103,'Bulk Mousse 1 Gallon','line_item',1692),(7104,'Bulk Detangling Spray 1 Gallon','line_item',1692),(7105,'Bulk Active Rinse 50/50','line_item',1692),(7106,'Bulk Active Rinse 100%','line_item',1692),(7107,'Urgent Care Kit<br>(Case of 6)','line_item',1692),(7108,'Free Standard Shipping','shipping',1692),(7109,'Active Rinse 8oz<br>(Case of 12)','line_item',1694),(7110,'Active Rinse 16oz<br>(Case of 16)','line_item',1694),(7111,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1694),(7112,'Comb-Out Mousse<br>(Case of 12)','line_item',1694),(7113,'Bulk Active Rinse 100% RM','line_item',1694),(7114,'Bulk Detangling Spray 1 Gallon RM','line_item',1694),(7115,'Bulk Mousse 1 Gallon RM','line_item',1694),(7116,'Professional Lice Comb<br>(Case of 12)','line_item',1694),(7117,'FedEx Ground','shipping',1694),(7118,'Active Rinse 8oz<br>(Case of 12)','line_item',1695),(7119,'Active Rinse 16oz<br>(Case of 16)','line_item',1695),(7120,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1695),(7121,'Comb-Out Mousse<br>(Case of 12)','line_item',1695),(7122,'Bulk Active Rinse 100% RM','line_item',1695),(7123,'Bulk Detangling Spray 1 Gallon RM','line_item',1695),(7124,'Bulk Mousse 1 Gallon RM','line_item',1695),(7125,'Professional Lice Comb<br>(Case of 12)','line_item',1695),(7126,'Free Standard Shipping','shipping',1695),(7127,'Active Rinse 16oz<br>(Case of 16)','line_item',1696),(7128,'Active Rinse 8oz<br>(Case of 12)','line_item',1696),(7129,'Professional Lice Comb<br>(Case of 12)','line_item',1696),(7130,'Preventive Spray 2oz<br>(Case of 24)','line_item',1696),(7131,'Preventive Spray 8oz<br>(Case of 12)','line_item',1696),(7132,'Bulk Active Rinse 100% RM','line_item',1696),(7133,'Free Standard Shipping','shipping',1696),(7134,'Professional Lice Comb<br>(Case of 12)','line_item',1697),(7135,'Preventive Shampoo<br>(Case of 12)','line_item',1697),(7136,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1697),(7137,'FedEx Ground','shipping',1697),(7138,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1698),(7139,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1698),(7140,'FedEx Ground','shipping',1698),(7141,'Bulk Active Rinse 100% RM','line_item',1699),(7142,'Active Rinse 8oz<br>(Case of 12)','line_item',1699),(7143,'Active Rinse 16oz<br>(Case of 16)','line_item',1699),(7144,'Professional Lice Comb<br>(Case of 12)','line_item',1699),(7145,'Free Standard Shipping','shipping',1699),(7146,'Active Rinse 16oz<br>(Case of 16)','line_item',1700),(7147,'Active Rinse 8oz<br>(Case of 12)','line_item',1700),(7148,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1700),(7149,'Professional Lice Comb<br>(Case of 12)','line_item',1700),(7150,'Bulk Active Rinse 100%','line_item',1700),(7151,'Bulk Active Rinse 50/50','line_item',1700),(7152,'Free Standard Shipping','shipping',1700),(7163,'Active Rinse 16oz<br>(Case of 16)','line_item',1701),(7164,'Disposable Capes','line_item',1701),(7165,'Preventive Spray 8oz<br>(Case of 12)','line_item',1701),(7166,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1701),(7167,'FedEx Ground','shipping',1701),(7168,'Bulk Mousse 1 Gallon','line_item',1702),(7169,'Bulk Active Rinse 100%','line_item',1702),(7170,'FedEx Ground','shipping',1702),(7179,'Active Rinse 8oz<br>(Case of 12)','line_item',1703),(7180,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1703),(7181,'Bulk Active Rinse 100% RM','line_item',1703),(7182,'Bulk Mousse 1 Gallon RM','line_item',1703),(7183,'Professional Lice Comb<br>(Case of 12)','line_item',1703),(7184,'Preventive Spray 8oz<br>(Case of 12)','line_item',1703),(7185,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1703),(7186,'Free Standard Shipping','shipping',1703),(7187,'Active Rinse 8oz<br>(Case of 12)','line_item',1704),(7188,'Active Rinse 16oz<br>(Case of 16)','line_item',1704),(7189,'Preventive Kit<br>(Case of 6)','line_item',1704),(7190,'Bulk Active Rinse 100% RM','line_item',1704),(7191,'Bulk Mousse 1 Gallon RM','line_item',1704),(7192,'Professional Lice Comb<br>(Case of 12)','line_item',1704),(7193,'FedEx Ground','shipping',1704),(7194,'Active Rinse 16oz<br>(Case of 16)','line_item',1705),(7195,'Active Rinse 8oz<br>(Case of 12)','line_item',1705),(7196,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1705),(7197,'Professional Lice Comb<br>(Case of 12)','line_item',1705),(7198,'Bulk Detangling Spray 1 Gallon','line_item',1705),(7199,'Bulk Mousse 1 Gallon','line_item',1705),(7200,'Bulk Active Rinse 100%','line_item',1705),(7201,'Free Standard Shipping','shipping',1705),(7205,'Active Rinse 8oz<br>(Case of 12)','line_item',1707),(7206,'Professional Lice Comb<br>(Case of 12)','line_item',1707),(7207,'Bulk Active Rinse 100% RM','line_item',1707),(7208,'Bulk Detangling Spray 1 Gallon RM','line_item',1707),(7209,'Free Standard Shipping','shipping',1707),(7210,'Bulk Active Rinse 100% RM','line_item',1708),(7211,'Disposable Capes','line_item',1708),(7212,'FedEx Ground','shipping',1708),(7213,'Professional Lice Comb<br>(Case of 12)','line_item',1709),(7214,'Preventive Spray 8oz<br>(Case of 12)','line_item',1709),(7215,'Preventive Kit<br>(Case of 6)','line_item',1709),(7216,'Bulk Active Rinse 100%','line_item',1709),(7217,'FedEx Ground','shipping',1709),(7218,'Active Rinse 8oz<br>(Case of 12)','line_item',1710),(7219,'Active Rinse 16oz<br>(Case of 16)','line_item',1710),(7220,'Comb-Out Mousse<br>(Case of 12)','line_item',1710),(7221,'Professional Lice Comb<br>(Case of 12)','line_item',1710),(7222,'Preventive Spray 8oz<br>(Case of 12)','line_item',1710),(7223,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1710),(7224,'Bulk Detangling Spray 1 Gallon RM','line_item',1710),(7225,'Free Standard Shipping','shipping',1710),(7226,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1711),(7227,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1711),(7228,'Bulk Active Rinse 100%','line_item',1711),(7229,'Course Tail Comb','line_item',1711),(7230,'9\" Detangler Comb','line_item',1711),(7231,'Free Standard Shipping','shipping',1711),(7232,'Active Rinse 8oz<br>(Case of 12)','line_item',1713),(7233,'Active Rinse 16oz<br>(Case of 16)','line_item',1713),(7234,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1713),(7235,'Urgent Care Kit<br>(Case of 6)','line_item',1713),(7236,'Bulk Mousse 1 Gallon RM','line_item',1713),(7237,'Free Standard Shipping','shipping',1713),(7238,'Active Rinse 8oz<br>(Case of 12)','line_item',1714),(7239,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1714),(7240,'Bulk Mousse 1 Gallon RM','line_item',1714),(7241,'Professional Lice Comb<br>(Case of 12)','line_item',1714),(7242,'Preventive Spray 8oz<br>(Case of 12)','line_item',1714),(7243,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1714),(7244,'Comb-Out Mousse<br>(Case of 12)','line_item',1714),(7245,'Professional Lice Comb<br>(Case of 12)','line_item',1714),(7246,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1714),(7247,'Urgent Care Kit<br>(Case of 6)','line_item',1714),(7248,'Preventive Spray 8oz<br>(Case of 12)','line_item',1714),(7249,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1714),(7250,'Preventive Kit<br>(Case of 6)','line_item',1714),(7251,'Bulk Mousse 1 Gallon RM','line_item',1714),(7252,'Free Standard Shipping','shipping',1714),(7277,'Bulk Active Rinse 100% RM','line_item',1717),(7278,'Preventive Shampoo<br>(Case of 12)','line_item',1717),(7279,'Preventive Conditioner<br>(Case of 12)','line_item',1717),(7280,'FedEx Ground','shipping',1717),(7305,'Bulk Active Rinse 100%','line_item',1721),(7306,'FedEx Ground','shipping',1721),(7307,'Bulk Active Rinse 50/50 RM','line_item',1722),(7308,'FedEx Ground','shipping',1722),(7357,'Bulk Active Rinse 100% RM','line_item',1723),(7358,'Bulk Detangling Spray 1 Gallon RM','line_item',1723),(7359,'Bulk Mousse 1 Gallon RM','line_item',1723),(7360,'Active Rinse 16oz<br>(Case of 16)','line_item',1723),(7361,'Professional Lice Comb<br>(Case of 12)','line_item',1723),(7362,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1723),(7363,'Preventive Spray 8oz<br>(Case of 12)','line_item',1723),(7364,'Free Standard Shipping','shipping',1723),(7365,'Comb-Out Mousse<br>(Case of 12)','line_item',1724),(7366,'Preventive Spray 8oz<br>(Case of 12)','line_item',1724),(7367,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1724),(7368,'Active Rinse 8oz<br>(Case of 12)','line_item',1724),(7369,'Active Rinse 16oz<br>(Case of 16)','line_item',1724),(7370,'Professional Lice Comb<br>(Case of 12)','line_item',1724),(7371,'Bulk Active Rinse 100% RM','line_item',1724),(7372,'Free Standard Shipping','shipping',1724),(7373,'Comb-Out Mousse<br>(Case of 12)','line_item',1725),(7374,'Preventive Spray 8oz<br>(Case of 12)','line_item',1725),(7375,'Preventive Spray 2oz<br>(Case of 24)','line_item',1725),(7376,'Active Rinse 8oz<br>(Case of 12)','line_item',1725),(7377,'Active Rinse 16oz<br>(Case of 16)','line_item',1725),(7378,'Professional Lice Comb<br>(Case of 12)','line_item',1725),(7379,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1725),(7380,'Bulk Active Rinse 100% RM','line_item',1725),(7381,'Free Standard Shipping','shipping',1725),(7382,'Professional Lice Comb<br>(Case of 12)','line_item',1726),(7383,'FedEx Ground','shipping',1726),(7384,'Active Rinse 8oz<br>(Case of 12)','line_item',1728),(7385,'Active Rinse 16oz<br>(Case of 16)','line_item',1728),(7386,'Comb-Out Mousse<br>(Case of 12)','line_item',1728),(7387,'Professional Lice Comb<br>(Case of 12)','line_item',1728),(7388,'Urgent Care Kit<br>(Case of 6)','line_item',1728),(7389,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1728),(7390,'Preventive Spray 2oz<br>(Case of 24)','line_item',1728),(7391,'Preventive Spray 8oz<br>(Case of 12)','line_item',1728),(7392,'Preventive Kit<br>(Case of 6)','line_item',1728),(7393,'Bulk Active Rinse 100% RM','line_item',1728),(7394,'FedEx Ground','shipping',1728),(7400,'Bulk Active Rinse 100% RM','line_item',1730),(7401,'FedEx Ground','shipping',1730),(7402,'Active Rinse 8oz<br>(Case of 12)','line_item',1731),(7403,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1731),(7404,'Bulk Mousse 1 Gallon RM','line_item',1731),(7405,'Professional Lice Comb<br>(Case of 12)','line_item',1731),(7406,'Preventive Spray 8oz<br>(Case of 12)','line_item',1731),(7407,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1731),(7408,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1731),(7409,'Urgent Care Kit<br>(Case of 6)','line_item',1731),(7410,'Preventive Kit<br>(Case of 6)','line_item',1731),(7411,'Preventive Spray 2oz<br>(Case of 24)','line_item',1731),(7412,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1731),(7413,'Urgent Care Kit<br>(Case of 6)','line_item',1731),(7414,'Bulk Active Rinse 100% RM','line_item',1731),(7415,'Free Standard Shipping','shipping',1731),(7416,'Bulk Active Rinse 100%','line_item',1732),(7417,'FedEx Ground','shipping',1732),(7418,'Bulk Active Rinse 100%','line_item',1733),(7419,'FedEx Ground','shipping',1733),(7420,'Urgent Care Kit<br>(Case of 6)','line_item',1734),(7421,'Active Rinse 16oz<br>(Case of 16)','line_item',1734),(7422,'Professional Lice Comb<br>(Case of 12)','line_item',1734),(7423,'Shipping discount','fee',1734),(7424,'FedEx Ground','shipping',1734),(7425,'shiphawaii','coupon',1734),(7426,'FedEx Ground','shipping',1735),(7448,'Bulk Active Rinse 50/50 RM','line_item',1736),(7449,'Preventive Spray 8oz<br>(Case of 12)','line_item',1736),(7450,'Active Rinse 8oz<br>(Case of 12)','line_item',1736),(7451,'Preventive Kit<br>(Case of 6)','line_item',1736),(7452,'Preventive Shampoo<br>(Case of 12)','line_item',1736),(7453,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1736),(7454,'Free Standard Shipping','shipping',1736),(7462,'Bulk Active Rinse 50/50 RM','line_item',1737),(7463,'Preventive Spray 8oz<br>(Case of 12)','line_item',1737),(7464,'Active Rinse 8oz<br>(Case of 12)','line_item',1737),(7465,'Preventive Kit<br>(Case of 6)','line_item',1737),(7466,'Preventive Shampoo<br>(Case of 12)','line_item',1737),(7467,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1737),(7468,'Free Standard Shipping','shipping',1737),(7469,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1738),(7470,'Bulk Detangling Spray 1 Gallon','line_item',1738),(7471,'Bulk Active Rinse 100%','line_item',1738),(7472,'FedEx Ground','shipping',1738),(7473,'Active Rinse 16oz<br>(Case of 16)','line_item',1739),(7474,'Active Rinse 8oz<br>(Case of 12)','line_item',1739),(7475,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1739),(7476,'Professional Lice Comb<br>(Case of 12)','line_item',1739),(7477,'Preventive Spray 8oz<br>(Case of 12)','line_item',1739),(7478,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1739),(7479,'Bulk Active Rinse 100%','line_item',1739),(7480,'Free Standard Shipping','shipping',1739),(7481,'Active Rinse 8oz<br>(Case of 12)','line_item',1740),(7482,'Active Rinse 16oz<br>(Case of 16)','line_item',1740),(7483,'Bulk Active Rinse 100% RM','line_item',1740),(7484,'Bulk Detangling Spray 1 Gallon RM','line_item',1740),(7485,'Disposable Capes','line_item',1740),(7486,'Professional Lice Comb<br>(Case of 12)','line_item',1740),(7487,'Disposable Head Bands','line_item',1740),(7488,'Preventive Spray 8oz<br>(Case of 12)','line_item',1740),(7489,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1740),(7490,'Free Standard Shipping','shipping',1740),(7491,'Active Rinse 8oz<br>(Case of 12)','line_item',1742),(7492,'Active Rinse 16oz<br>(Case of 16)','line_item',1742),(7493,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1742),(7494,'Professional Lice Comb<br>(Case of 12)','line_item',1742),(7495,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1742),(7496,'Preventive Kit<br>(Case of 6)','line_item',1742),(7497,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1742),(7498,'Preventive Spray 8oz<br>(Case of 12)','line_item',1742),(7499,'Bulk Active Rinse 50/50','line_item',1742),(7500,'Bulk Active Rinse 100%','line_item',1742),(7501,'Bulk Detangling Spray 1 Gallon','line_item',1742),(7502,'Bulk Mousse 1 Gallon','line_item',1742),(7503,'Disposable Head Bands','line_item',1742),(7504,'Free Standard Shipping','shipping',1742),(7505,'Active Rinse 8oz<br>(Case of 12)','line_item',1743),(7506,'Active Rinse 16oz<br>(Case of 16)','line_item',1743),(7507,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1743),(7508,'Bulk Active Rinse 100% RM','line_item',1743),(7509,'Free Standard Shipping','shipping',1743),(7510,'Active Rinse 8oz<br>(Case of 12)','line_item',1744),(7511,'Active Rinse 16oz<br>(Case of 16)','line_item',1744),(7512,'Professional Lice Comb<br>(Case of 12)','line_item',1744),(7513,'Preventive Spray 2oz<br>(Case of 24)','line_item',1744),(7514,'Preventive Spray 8oz<br>(Case of 12)','line_item',1744),(7515,'Preventive Shampoo<br>(Case of 12)','line_item',1744),(7516,'Bulk Active Rinse 100%','line_item',1744),(7517,'Free Standard Shipping','shipping',1744),(7518,'Bulk Active Rinse 100% RM','line_item',1745),(7519,'Active Rinse 8oz<br>(Case of 12)','line_item',1745),(7520,'Active Rinse 16oz<br>(Case of 16)','line_item',1745),(7521,'Active Rinse 16oz<br>(Case of 16)','line_item',1745),(7522,'Free Standard Shipping','shipping',1745),(7523,'Active Rinse 16oz<br>(Case of 16)','line_item',1746),(7524,'Active Rinse 8oz<br>(Case of 12)','line_item',1746),(7525,'Professional Lice Comb<br>(Case of 12)','line_item',1746),(7526,'Preventive Spray 2oz<br>(Case of 24)','line_item',1746),(7527,'Preventive Spray 8oz<br>(Case of 12)','line_item',1746),(7528,'Bulk Active Rinse 100% RM','line_item',1746),(7529,'Disposable Head Bands','line_item',1746),(7530,'Free Standard Shipping','shipping',1746),(7531,'Bulk Active Rinse 100% RM','line_item',1747),(7532,'Bulk Detangling Spray 1 Gallon RM','line_item',1747),(7533,'Bulk Mousse 1 Gallon RM','line_item',1747),(7534,'Active Rinse 16oz<br>(Case of 16)','line_item',1747),(7535,'Preventive Shampoo<br>(Case of 12)','line_item',1747),(7536,'Preventive Spray 8oz<br>(Case of 12)','line_item',1747),(7537,'Preventive Spray 8oz<br>(Case of 12)','line_item',1747),(7538,'Free Standard Shipping','shipping',1747),(7539,'Bulk Active Rinse 100% RM','line_item',1748),(7540,'Active Rinse 8oz<br>(Case of 12)','line_item',1748),(7541,'Professional Lice Comb<br>(Case of 12)','line_item',1748),(7542,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1748),(7543,'Preventive Spray 8oz<br>(Case of 12)','line_item',1748),(7544,'Preventive Kit<br>(Case of 6)','line_item',1748),(7545,'Bulk Mousse 1 Gallon RM','line_item',1748),(7546,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1748),(7547,'FedEx Ground','shipping',1748),(7558,'Active Rinse 8oz<br>(Case of 12)','line_item',1750),(7559,'Bulk Active Rinse 100% RM','line_item',1750),(7560,'Preventive Kit<br>(Case of 6)','line_item',1750),(7561,'FedEx Ground','shipping',1750),(7562,'Active Rinse 8oz<br>(Case of 12)','line_item',1751),(7563,'Active Rinse 16oz<br>(Case of 16)','line_item',1751),(7564,'Bulk Active Rinse 100% RM','line_item',1751),(7565,'Bulk Detangling Spray 1 Gallon RM','line_item',1751),(7566,'Disposable Capes','line_item',1751),(7567,'Professional Lice Comb<br>(Case of 12)','line_item',1751),(7568,'Disposable Head Bands','line_item',1751),(7569,'Preventive Spray 8oz<br>(Case of 12)','line_item',1751),(7570,'Free Standard Shipping','shipping',1751),(7571,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1752),(7572,'Professional Lice Comb<br>(Case of 12)','line_item',1752),(7573,'Preventive Spray 8oz<br>(Case of 12)','line_item',1752),(7574,'Preventive Kit<br>(Case of 6)','line_item',1752),(7575,'Active Rinse 8oz<br>(Case of 12)','line_item',1752),(7576,'Free Standard Shipping','shipping',1752),(7577,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1753),(7578,'Professional Lice Comb<br>(Case of 12)','line_item',1753),(7579,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1753),(7580,'FedEx Ground','shipping',1753),(7581,'Bulk Active Rinse 100%','line_item',1754),(7582,'FedEx Ground','shipping',1754),(7583,'Active Rinse 8oz<br>(Case of 12)','line_item',1755),(7584,'Professional Lice Comb<br>(Case of 12)','line_item',1755),(7585,'Preventive Spray 8oz<br>(Case of 12)','line_item',1755),(7586,'Bulk Active Rinse 100% RM','line_item',1755),(7587,'Bulk Detangling Spray 1 Gallon RM','line_item',1755),(7588,'Free Standard Shipping','shipping',1755),(7589,'Bulk Active Rinse 100% RM','line_item',1756),(7590,'Disney Wet Brush','line_item',1756),(7591,'The Wet Brush','line_item',1756),(7592,'FedEx Ground','shipping',1756),(7593,'Active Rinse 8oz<br>(Case of 12)','line_item',1757),(7594,'Active Rinse 16oz<br>(Case of 16)','line_item',1757),(7595,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1757),(7596,'Professional Lice Comb<br>(Case of 12)','line_item',1757),(7597,'Bulk Active Rinse 100% RM','line_item',1757),(7598,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1757),(7599,'Bulk Detangling Spray 1 Gallon RM','line_item',1757),(7600,'Free Standard Shipping','shipping',1757),(7601,'Bulk Active Rinse 100% RM','line_item',1758),(7602,'Bulk Detangling Spray 1 Gallon RM','line_item',1758),(7603,'Bulk Mousse 1 Gallon RM','line_item',1758),(7604,'Active Rinse 16oz<br>(Case of 16)','line_item',1758),(7605,'Preventive Spray 8oz<br>(Case of 12)','line_item',1758),(7606,'Preventive Spray 8oz<br>(Case of 12)','line_item',1758),(7607,'Professional Lice Comb<br>(Case of 12)','line_item',1758),(7608,'Course Tail Comb','line_item',1758),(7609,'Free Standard Shipping','shipping',1758),(7610,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1759),(7611,'Preventive Spray 8oz<br>(Case of 12)','line_item',1759),(7612,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1759),(7613,'Bulk Detangling Spray 1 Gallon','line_item',1759),(7614,'Bulk Mousse 1 Gallon','line_item',1759),(7615,'Bulk Active Rinse 50/50','line_item',1759),(7616,'Bulk Active Rinse 100%','line_item',1759),(7617,'Free Standard Shipping','shipping',1759),(7626,'Comb-Out Mousse<br>(Case of 12)','line_item',1762),(7627,'Preventive Spray 2oz<br>(Case of 24)','line_item',1762),(7628,'Preventive Spray 8oz<br>(Case of 12)','line_item',1762),(7629,'Bulk Mousse 1 Gallon RM','line_item',1762),(7630,'Bulk Active Rinse 100% RM','line_item',1762),(7631,'Active Rinse 16oz<br>(Case of 16)','line_item',1762),(7632,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1762),(7633,'Free Standard Shipping','shipping',1762),(7634,'Active Rinse 16oz<br>(Case of 16)','line_item',1763),(7635,'Professional Lice Comb<br>(Case of 12)','line_item',1763),(7636,'Preventive Spray 8oz<br>(Case of 12)','line_item',1763),(7637,'Bulk Active Rinse 100% RM','line_item',1763),(7638,'Free Standard Shipping','shipping',1763),(7639,'Preventive Spray 2oz<br>(Case of 24)','line_item',1764),(7640,'Bulk Active Rinse 100% RM','line_item',1764),(7641,'Active Rinse 8oz<br>(Case of 12)','line_item',1764),(7642,'Active Rinse 16oz<br>(Case of 16)','line_item',1764),(7643,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1764),(7644,'Free Standard Shipping','shipping',1764),(7645,'Active Rinse 8oz<br>(Case of 12)','line_item',1765),(7646,'Professional Lice Comb<br>(Case of 12)','line_item',1765),(7647,'Preventive Spray 2oz<br>(Case of 24)','line_item',1765),(7648,'Preventive Spray 8oz<br>(Case of 12)','line_item',1765),(7649,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1765),(7650,'Preventive Kit<br>(Case of 6)','line_item',1765),(7651,'Bulk Active Rinse 100% RM','line_item',1765),(7652,'Bulk Mousse 1 Gallon RM','line_item',1765),(7653,'Free Standard Shipping','shipping',1765),(7654,'Active Rinse 8oz<br>(Case of 12)','line_item',1766),(7655,'Bulk Mousse 1 Gallon RM','line_item',1766),(7656,'Bulk Active Rinse 100% RM','line_item',1766),(7657,'Professional Lice Comb<br>(Case of 12)','line_item',1766),(7658,'Preventive Spray 2oz<br>(Case of 24)','line_item',1766),(7659,'Preventive Spray 8oz<br>(Case of 12)','line_item',1766),(7660,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1766),(7661,'Free Standard Shipping','shipping',1766),(7662,'Professional Lice Comb<br>(Case of 12)','line_item',1767),(7663,'Comb-Out Mousse<br>(Case of 12)','line_item',1767),(7664,'Preventive Shampoo<br>(Case of 12)','line_item',1767),(7665,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1767),(7666,'Active Rinse 8oz<br>(Case of 12)','line_item',1767),(7667,'Active Rinse 16oz<br>(Case of 16)','line_item',1767),(7668,'Bulk Active Rinse 100% RM','line_item',1767),(7669,'Free Standard Shipping','shipping',1767),(7670,'Active Rinse 16oz<br>(Case of 16)','line_item',1768),(7671,'Professional Lice Comb<br>(Case of 12)','line_item',1768),(7672,'Active Rinse 8oz<br>(Case of 12)','line_item',1768),(7673,'Preventive Spray 8oz<br>(Case of 12)','line_item',1768),(7674,'Bulk Active Rinse 100% RM','line_item',1768),(7675,'Disposable Capes','line_item',1768),(7676,'Preventive Kit<br>(Case of 6)','line_item',1768),(7677,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1768),(7678,'Free Standard Shipping','shipping',1768),(7679,'Professional Lice Comb<br>(Case of 12)','line_item',1769),(7680,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1769),(7681,'Bulk Mousse 1 Gallon RM','line_item',1769),(7682,'FedEx Ground','shipping',1769),(7683,'Bulk Active Rinse 100%','line_item',1770),(7684,'FedEx Ground','shipping',1770),(7685,'Professional Lice Comb<br>(Case of 12)','line_item',1771),(7686,'Preventive Spray 8oz<br>(Case of 12)','line_item',1771),(7687,'Bulk Active Rinse 100%','line_item',1771),(7688,'Preventive Kit<br>(Case of 6)','line_item',1771),(7689,'FedEx Ground','shipping',1771),(7704,'Active Rinse 8oz<br>(Case of 12)','line_item',1773),(7705,'Active Rinse 16oz<br>(Case of 16)','line_item',1773),(7706,'Comb-Out Mousse<br>(Case of 12)','line_item',1773),(7707,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1773),(7708,'Professional Lice Comb<br>(Case of 12)','line_item',1773),(7709,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1773),(7710,'Urgent Care Kit<br>(Case of 6)','line_item',1773),(7711,'Preventive Shampoo<br>(Case of 12)','line_item',1773),(7712,'Preventive Conditioner<br>(Case of 12)','line_item',1773),(7713,'Preventive Spray 8oz<br>(Case of 12)','line_item',1773),(7714,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1773),(7715,'Preventive Kit<br>(Case of 6)','line_item',1773),(7716,'Bulk Active Rinse 100% RM','line_item',1773),(7717,'Bulk Detangling Spray 1 Gallon RM','line_item',1773),(7718,'Free Standard Shipping','shipping',1773),(7719,'Active Rinse 16oz<br>(Case of 16)','line_item',1774),(7720,'Preventive Spray 8oz<br>(Case of 12)','line_item',1774),(7721,'Professional Lice Comb<br>(Case of 12)','line_item',1774),(7722,'Bulk Mousse 1 Gallon','line_item',1774),(7723,'Shipping discount','fee',1774),(7724,'FedEx Ground','shipping',1774),(7725,'shiphawaii','coupon',1774),(7726,'Active Rinse 8oz<br>(Case of 12)','line_item',1775),(7727,'Preventive Conditioner<br>(Case of 12)','line_item',1775),(7728,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1775),(7729,'Preventive Kit<br>(Case of 6)','line_item',1775),(7730,'Bulk Active Rinse 100%','line_item',1775),(7731,'Preventive Shampoo<br>(Case of 12)','line_item',1775),(7732,'Free Standard Shipping','shipping',1775),(7747,'Bulk Active Rinse 100% RM','line_item',1776),(7748,'Bulk Detangling Spray 1 Gallon RM','line_item',1776),(7749,'Active Rinse 8oz<br>(Case of 12)','line_item',1776),(7750,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1776),(7751,'Professional Lice Comb<br>(Case of 12)','line_item',1776),(7752,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1776),(7753,'FedEx Ground','shipping',1776),(7754,'Bulk Active Rinse 100%','line_item',1777),(7755,'Bulk Mousse 1 Gallon','line_item',1777),(7756,'FedEx Ground','shipping',1777),(7757,'Bulk Active Rinse 100%','line_item',1778),(7758,'FedEx Ground','shipping',1778),(7761,'Bulk Active Rinse 100% RM','line_item',1780),(7762,'Preventive Kit<br>(Case of 6)','line_item',1780),(7763,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1780),(7764,'Professional Lice Comb<br>(Case of 12)','line_item',1780),(7765,'FedEx Ground','shipping',1780),(7766,'Active Rinse 8oz<br>(Case of 12)','line_item',1782),(7767,'Comb-Out Mousse<br>(Case of 12)','line_item',1782),(7768,'Professional Lice Comb<br>(Case of 12)','line_item',1782),(7769,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1782),(7770,'FedEx Ground','shipping',1782),(7771,'Active Rinse 8oz<br>(Case of 12)','line_item',1783),(7772,'Active Rinse 16oz<br>(Case of 16)','line_item',1783),(7773,'Professional Lice Comb<br>(Case of 12)','line_item',1783),(7774,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1783),(7775,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1783),(7776,'Urgent Care Kit<br>(Case of 6)','line_item',1783),(7777,'Bulk Detangling Spray 1 Gallon','line_item',1783),(7778,'Bulk Mousse 1 Gallon','line_item',1783),(7779,'Bulk Active Rinse 100%','line_item',1783),(7780,'Bulk Active Rinse 50/50','line_item',1783),(7781,'Free Standard Shipping','shipping',1783),(7782,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1784),(7783,'Bulk Active Rinse 100%','line_item',1784),(7784,'Bulk Detangling Spray 1 Gallon','line_item',1784),(7785,'Disposable Head Bands','line_item',1784),(7786,'FedEx Ground','shipping',1784),(7787,'Active Rinse 8oz<br>(Case of 12)','line_item',1785),(7788,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1785),(7789,'Professional Lice Comb<br>(Case of 12)','line_item',1785),(7790,'FedEx Ground','shipping',1785),(7791,'Bulk Detangling Spray 1 Gallon','line_item',1786),(7792,'Bulk Mousse 1 Gallon','line_item',1786),(7793,'Active Rinse 8oz<br>(Case of 12)','line_item',1786),(7794,'FedEx Ground','shipping',1786),(7795,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1787),(7796,'Preventive Spray 8oz<br>(Case of 12)','line_item',1787),(7797,'Professional Lice Comb<br>(Case of 12)','line_item',1787),(7798,'FedEx Ground','shipping',1787),(7806,'Professional Lice Comb<br>(Case of 12)','line_item',1789),(7807,'Active Rinse 8oz<br>(Case of 12)','line_item',1789),(7808,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1789),(7809,'Preventive Shampoo<br>(Case of 12)','line_item',1789),(7810,'Preventive Conditioner<br>(Case of 12)','line_item',1789),(7811,'Comb-Out Mousse<br>(Case of 12)','line_item',1789),(7812,'Free Standard Shipping','shipping',1789),(7813,'Bulk Active Rinse 100% RM','line_item',1790),(7814,'Bulk Detangling Spray 1 Gallon RM','line_item',1790),(7815,'Bulk Mousse 1 Gallon RM','line_item',1790),(7816,'Preventive Spray 8oz<br>(Case of 12)','line_item',1790),(7817,'Preventive Spray 8oz<br>(Case of 12)','line_item',1790),(7818,'Professional Lice Comb<br>(Case of 12)','line_item',1790),(7819,'Course Tail Comb','line_item',1790),(7820,'Preventive Spray 2oz<br>(Case of 24)','line_item',1790),(7821,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1790),(7822,'Active Rinse 8oz<br>(Case of 12)','line_item',1790),(7823,'Free Standard Shipping','shipping',1790),(7824,'Active Rinse 8oz<br>(Case of 12)','line_item',1791),(7825,'Active Rinse 16oz<br>(Case of 16)','line_item',1791),(7826,'Bulk Active Rinse 100% RM','line_item',1791),(7827,'Disposable Capes','line_item',1791),(7828,'Professional Lice Comb<br>(Case of 12)','line_item',1791),(7829,'Free Standard Shipping','shipping',1791),(7830,'Bulk Active Rinse 50/50 RM','line_item',1792),(7831,'FedEx Ground','shipping',1792),(7832,'Active Rinse 8oz<br>(Case of 12)','line_item',1793),(7833,'Active Rinse 16oz<br>(Case of 16)','line_item',1793),(7834,'Professional Lice Comb<br>(Case of 12)','line_item',1793),(7835,'Preventive Spray 8oz<br>(Case of 12)','line_item',1793),(7836,'Preventive Conditioner<br>(Case of 12)','line_item',1793),(7837,'Preventive Shampoo<br>(Case of 12)','line_item',1793),(7838,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1793),(7839,'Bulk Active Rinse 100%','line_item',1793),(7840,'Free Standard Shipping','shipping',1793),(7841,'Active Rinse 8oz<br>(Case of 12)','line_item',1794),(7842,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1794),(7843,'Preventive Conditioner<br>(Case of 12)','line_item',1794),(7844,'Preventive Shampoo<br>(Case of 12)','line_item',1794),(7845,'Preventive Kit<br>(Case of 6)','line_item',1794),(7846,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1794),(7847,'Bulk Active Rinse 100%','line_item',1794),(7848,'Bulk Detangling Spray 1 Gallon','line_item',1794),(7849,'Preventive Spray 2oz<br>(Case of 24)','line_item',1794),(7850,'Free Standard Shipping','shipping',1794),(7851,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1795),(7852,'FedEx Ground','shipping',1795),(7853,'Bulk Active Rinse 50/50 RM','line_item',1796),(7854,'Preventive Spray 8oz<br>(Case of 12)','line_item',1796),(7855,'Active Rinse 8oz<br>(Case of 12)','line_item',1796),(7856,'Preventive Kit<br>(Case of 6)','line_item',1796),(7857,'Preventive Shampoo<br>(Case of 12)','line_item',1796),(7858,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1796),(7859,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1796),(7860,'Comb-Out Mousse<br>(Case of 12)','line_item',1796),(7861,'Professional Lice Comb<br>(Case of 12)','line_item',1796),(7862,'Preventive Spray 2oz<br>(Case of 24)','line_item',1796),(7863,'Preventive Conditioner<br>(Case of 12)','line_item',1796),(7864,'Disposable Head Bands','line_item',1796),(7865,'Free Standard Shipping','shipping',1796),(7866,'Active Rinse 8oz<br>(Case of 12)','line_item',1797),(7867,'Active Rinse 16oz<br>(Case of 16)','line_item',1797),(7868,'Comb-Out Mousse<br>(Case of 12)','line_item',1797),(7869,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1797),(7870,'Professional Lice Comb<br>(Case of 12)','line_item',1797),(7871,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1797),(7872,'Urgent Care Kit<br>(Case of 6)','line_item',1797),(7873,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1797),(7874,'Preventive Shampoo<br>(Case of 12)','line_item',1797),(7875,'Preventive Conditioner<br>(Case of 12)','line_item',1797),(7876,'Preventive Spray 2oz<br>(Case of 24)','line_item',1797),(7877,'Preventive Spray 8oz<br>(Case of 12)','line_item',1797),(7878,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1797),(7879,'Preventive Kit<br>(Case of 6)','line_item',1797),(7880,'Bulk Active Rinse 100% RM','line_item',1797),(7881,'Bulk Detangling Spray 1 Gallon RM','line_item',1797),(7882,'Bulk Mousse 1 Gallon RM','line_item',1797),(7883,'Free Standard Shipping','shipping',1797),(7884,'Bulk Detangling Spray 1 Gallon RM','line_item',1799),(7885,'Bulk Mousse 1 Gallon RM','line_item',1799),(7886,'Preventive Spray 8oz<br>(Case of 12)','line_item',1799),(7887,'Preventive Spray 8oz<br>(Case of 12)','line_item',1799),(7888,'Professional Lice Comb<br>(Case of 12)','line_item',1799),(7889,'Course Tail Comb','line_item',1799),(7890,'Preventive Spray 2oz<br>(Case of 24)','line_item',1799),(7891,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1799),(7892,'Active Rinse 8oz<br>(Case of 12)','line_item',1799),(7893,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1799),(7894,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1799),(7895,'Urgent Care Kit<br>(Case of 6)','line_item',1799),(7896,'Free Standard Shipping','shipping',1799),(7897,'Active Rinse 8oz<br>(Case of 12)','line_item',1800),(7898,'Active Rinse 16oz<br>(Case of 16)','line_item',1800),(7899,'Urgent Care Kit<br>(Case of 6)','line_item',1800),(7900,'Bulk Active Rinse 100% RM','line_item',1800),(7901,'Professional Lice Comb<br>(Case of 12)','line_item',1800),(7902,'Free Standard Shipping','shipping',1800),(7903,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1801),(7904,'Preventive Spray 2oz<br>(Case of 24)','line_item',1801),(7905,'Preventive Kit<br>(Case of 6)','line_item',1801),(7906,'Bulk Active Rinse 100%','line_item',1801),(7907,'Bulk Detangling Spray 1 Gallon','line_item',1801),(7908,'Free Standard Shipping','shipping',1801),(7909,'Bulk Active Rinse 100% RM','line_item',1802),(7910,'Disposable Capes','line_item',1802),(7911,'Preventive Conditioner<br>(Case of 12)','line_item',1802),(7912,'Bulk Detangling Spray 1 Gallon RM','line_item',1802),(7913,'Professional Lice Comb<br>(Case of 12)','line_item',1802),(7914,'FedEx Ground','shipping',1802),(7915,'Bulk Active Rinse 100% RM','line_item',1803),(7916,'Free Standard Shipping','shipping',1803),(7917,'Active Rinse 8oz<br>(Case of 12)','line_item',1804),(7918,'Active Rinse 16oz<br>(Case of 16)','line_item',1804),(7919,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1804),(7920,'Professional Lice Comb<br>(Case of 12)','line_item',1804),(7921,'Preventive Spray 8oz<br>(Case of 12)','line_item',1804),(7922,'Free Standard Shipping','shipping',1804),(7923,'Active Rinse 8oz<br>(Case of 12)','line_item',1805),(7924,'Active Rinse 16oz<br>(Case of 16)','line_item',1805),(7925,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1805),(7926,'Professional Lice Comb<br>(Case of 12)','line_item',1805),(7927,'Preventive Spray 8oz<br>(Case of 12)','line_item',1805),(7928,'Free Standard Shipping','shipping',1805),(7929,'Disposable Head Bands','line_item',1806),(7930,'Bulk Active Rinse 100% RM','line_item',1806),(7931,'Free Standard Shipping','shipping',1806),(7932,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1807),(7933,'Preventive Spray 8oz<br>(Case of 12)','line_item',1807),(7934,'Professional Lice Comb<br>(Case of 12)','line_item',1807),(7935,'Active Rinse 8oz<br>(Case of 12)','line_item',1807),(7936,'FedEx Ground','shipping',1807),(7937,'Active Rinse 8oz<br>(Case of 12)','line_item',1808),(7938,'Active Rinse 16oz<br>(Case of 16)','line_item',1808),(7939,'Bulk Active Rinse 100% RM','line_item',1808),(7940,'Disposable Capes','line_item',1808),(7941,'Professional Lice Comb<br>(Case of 12)','line_item',1808),(7942,'Bulk Detangling Spray 1 Gallon RM','line_item',1808),(7943,'Free Standard Shipping','shipping',1808),(7944,'Bulk Active Rinse 100%','line_item',1809),(7945,'FedEx Ground','shipping',1809),(7946,'Bulk Active Rinse 100%','line_item',1810),(7947,'FedEx Ground','shipping',1810),(7948,'Active Rinse 8oz<br>(Case of 12)','line_item',1811),(7949,'Active Rinse 16oz<br>(Case of 16)','line_item',1811),(7950,'Comb-Out Mousse<br>(Case of 12)','line_item',1811),(7951,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1811),(7952,'Urgent Care Kit<br>(Case of 6)','line_item',1811),(7953,'Preventive Spray 2oz<br>(Case of 24)','line_item',1811),(7954,'Bulk Active Rinse 100% RM','line_item',1811),(7955,'Free Standard Shipping','shipping',1811),(7956,'Active Rinse 8oz<br>(Case of 12)','line_item',1812),(7957,'Active Rinse 16oz<br>(Case of 16)','line_item',1812),(7958,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1812),(7959,'Urgent Care Kit<br>(Case of 6)','line_item',1812),(7960,'Professional Lice Comb<br>(Case of 12)','line_item',1812),(7961,'Preventive Spray 2oz<br>(Case of 24)','line_item',1812),(7962,'Bulk Active Rinse 100% RM','line_item',1812),(7963,'Free Standard Shipping','shipping',1812),(7964,'Active Rinse 16oz<br>(Case of 16)','line_item',1814),(7965,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1814),(7966,'Professional Lice Comb<br>(Case of 12)','line_item',1814),(7967,'Preventive Kit<br>(Case of 6)','line_item',1814),(7968,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1814),(7969,'Preventive Spray 2oz<br>(Case of 24)','line_item',1814),(7970,'Bulk Active Rinse 100%','line_item',1814),(7971,'Bulk Detangling Spray 1 Gallon','line_item',1814),(7972,'Bulk Mousse 1 Gallon','line_item',1814),(7973,'Disposable Head Bands','line_item',1814),(7974,'Active Rinse 8oz<br>(Case of 12)','line_item',1814),(7975,'Free Standard Shipping','shipping',1814),(7976,'Bulk Mousse 1 Gallon','line_item',1816),(7977,'Bulk Active Rinse 100%','line_item',1816),(7978,'FedEx Ground','shipping',1816),(7979,'Bulk Mousse 1 Gallon RM','line_item',1817),(7980,'Active Rinse 8oz<br>(Case of 12)','line_item',1817),(7981,'Comb-Out Mousse<br>(Case of 12)','line_item',1817),(7982,'Urgent Care Kit<br>(Case of 6)','line_item',1817),(7983,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1817),(7984,'FedEx Ground','shipping',1817),(7985,'Preventive Spray 8oz<br>(Case of 12)','line_item',1818),(7986,'Professional Lice Comb<br>(Case of 12)','line_item',1818),(7987,'Bulk Active Rinse 100%','line_item',1818),(7988,'FedEx Ground','shipping',1818),(7989,'Bulk Active Rinse 100% RM','line_item',1819),(7990,'Bulk Detangling Spray 1 Gallon RM','line_item',1819),(7991,'Active Rinse 8oz<br>(Case of 12)','line_item',1819),(7992,'Active Rinse 16oz<br>(Case of 16)','line_item',1819),(7993,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1819),(7994,'Professional Lice Comb<br>(Case of 12)','line_item',1819),(7995,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1819),(7996,'Free Standard Shipping','shipping',1819),(7997,'Active Rinse 8oz<br>(Case of 12)','line_item',1820),(7998,'Active Rinse 16oz<br>(Case of 16)','line_item',1820),(7999,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1820),(8000,'Professional Lice Comb<br>(Case of 12)','line_item',1820),(8001,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1820),(8002,'Free Standard Shipping','shipping',1820),(8003,'Active Rinse 8oz<br>(Case of 12)','line_item',1821),(8004,'Preventive Shampoo<br>(Case of 12)','line_item',1821),(8005,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1821),(8006,'Free Standard Shipping','shipping',1821),(8007,'Bulk Detangling Spray 1 Gallon RM','line_item',1822),(8008,'Bulk Mousse 1 Gallon RM','line_item',1822),(8009,'Preventive Spray 8oz<br>(Case of 12)','line_item',1822),(8010,'Preventive Spray 8oz<br>(Case of 12)','line_item',1822),(8011,'Professional Lice Comb<br>(Case of 12)','line_item',1822),(8012,'Course Tail Comb','line_item',1822),(8013,'Preventive Spray 2oz<br>(Case of 24)','line_item',1822),(8014,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1822),(8015,'Active Rinse 8oz<br>(Case of 12)','line_item',1822),(8016,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1822),(8017,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1822),(8018,'Urgent Care Kit<br>(Case of 6)','line_item',1822),(8019,'Free Standard Shipping','shipping',1822),(8020,'Bulk Active Rinse 100% RM','line_item',1823),(8021,'Bulk Detangling Spray 1 Gallon RM','line_item',1823),(8022,'Active Rinse 8oz<br>(Case of 12)','line_item',1823),(8023,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1823),(8024,'Professional Lice Comb<br>(Case of 12)','line_item',1823),(8025,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1823),(8026,'Urgent Care Kit<br>(Case of 6)','line_item',1823),(8027,'Preventive Kit<br>(Case of 6)','line_item',1823),(8028,'FedEx Ground','shipping',1823),(8029,'Bulk Detangling Spray 1 Gallon','line_item',1825),(8030,'FedEx Ground','shipping',1825),(8031,'Bulk Active Rinse 100% RM','line_item',1826),(8032,'Active Rinse 8oz<br>(Case of 12)','line_item',1826),(8033,'Professional Lice Comb<br>(Case of 12)','line_item',1826),(8034,'Preventive Spray 8oz<br>(Case of 12)','line_item',1826),(8035,'Preventive Kit<br>(Case of 6)','line_item',1826),(8036,'Active Rinse 16oz<br>(Case of 16)','line_item',1826),(8037,'Preventive Shampoo<br>(Case of 12)','line_item',1826),(8038,'Preventive Conditioner<br>(Case of 12)','line_item',1826),(8039,'FedEx Ground','shipping',1826),(8040,'Bulk Active Rinse 100% RM','line_item',1827),(8041,'Active Rinse 8oz<br>(Case of 12)','line_item',1827),(8042,'Professional Lice Comb<br>(Case of 12)','line_item',1827),(8043,'Preventive Spray 8oz<br>(Case of 12)','line_item',1827),(8044,'Free Standard Shipping','shipping',1827),(8053,'Active Rinse 8oz<br>(Case of 12)','line_item',1828),(8054,'Comb-Out Mousse<br>(Case of 12)','line_item',1828),(8055,'Urgent Care Kit<br>(Case of 6)','line_item',1828),(8056,'Preventive Spray 8oz<br>(Case of 12)','line_item',1828),(8057,'Urgent Care Kit<br>(Case of 6)','line_item',1828),(8058,'Shipping discount','fee',1828),(8059,'FedEx Ground','shipping',1828),(8060,'shiphawaii','coupon',1828),(8061,'Preventive Spray 8oz<br>(Case of 12)','line_item',1829),(8062,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1829),(8063,'Preventive Spray 2oz<br>(Case of 24)','line_item',1829),(8064,'Active Rinse 8oz<br>(Case of 12)','line_item',1829),(8065,'Active Rinse 16oz<br>(Case of 16)','line_item',1829),(8066,'Professional Lice Comb<br>(Case of 12)','line_item',1829),(8067,'Bulk Active Rinse 100% RM','line_item',1829),(8068,'Free Standard Shipping','shipping',1829),(8069,'Bulk Active Rinse 50/50 RM','line_item',1830),(8070,'Preventive Spray 8oz<br>(Case of 12)','line_item',1830),(8071,'Active Rinse 8oz<br>(Case of 12)','line_item',1830),(8072,'Preventive Kit<br>(Case of 6)','line_item',1830),(8073,'Preventive Shampoo<br>(Case of 12)','line_item',1830),(8074,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1830),(8075,'Preventive Spray 2oz<br>(Case of 24)','line_item',1830),(8076,'Disposable Head Bands','line_item',1830),(8077,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1830),(8078,'Urgent Care Kit<br>(Case of 6)','line_item',1830),(8079,'The Wet Brush Squirt','line_item',1830),(8080,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1830),(8081,'Bulk Mousse 1 Gallon RM','line_item',1830),(8082,'Bulk Detangling Spray 1 Gallon RM','line_item',1830),(8083,'Free Standard Shipping','shipping',1830),(8084,'Bulk Active Rinse 50/50 RM','line_item',1831),(8085,'Preventive Spray 8oz<br>(Case of 12)','line_item',1831),(8086,'Active Rinse 8oz<br>(Case of 12)','line_item',1831),(8087,'Preventive Kit<br>(Case of 6)','line_item',1831),(8088,'Preventive Shampoo<br>(Case of 12)','line_item',1831),(8089,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1831),(8090,'Preventive Spray 2oz<br>(Case of 24)','line_item',1831),(8091,'Disposable Head Bands','line_item',1831),(8092,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1831),(8093,'Urgent Care Kit<br>(Case of 6)','line_item',1831),(8094,'The Wet Brush Squirt','line_item',1831),(8095,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1831),(8096,'Bulk Mousse 1 Gallon RM','line_item',1831),(8097,'Bulk Detangling Spray 1 Gallon RM','line_item',1831),(8098,'Free Standard Shipping','shipping',1831),(8099,'Preventive Shampoo<br>(Case of 12)','line_item',1832),(8100,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1832),(8101,'Comb-Out Mousse<br>(Case of 12)','line_item',1832),(8102,'Preventive Spray 8oz<br>(Case of 12)','line_item',1832),(8103,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1832),(8104,'Bulk Detangling Spray 1 Gallon RM','line_item',1832),(8105,'Bulk Mousse 1 Gallon RM','line_item',1832),(8106,'Bulk Active Rinse 100% RM','line_item',1832),(8107,'Active Rinse 8oz<br>(Case of 12)','line_item',1832),(8108,'Professional Lice Comb<br>(Case of 12)','line_item',1832),(8109,'Free Standard Shipping','shipping',1832),(8110,'Comb-Out Mousse<br>(Case of 12)','line_item',1833),(8111,'Preventive Spray 2oz<br>(Case of 24)','line_item',1833),(8112,'Preventive Spray 8oz<br>(Case of 12)','line_item',1833),(8113,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1833),(8114,'Active Rinse 8oz<br>(Case of 12)','line_item',1833),(8115,'Active Rinse 16oz<br>(Case of 16)','line_item',1833),(8116,'Professional Lice Comb<br>(Case of 12)','line_item',1833),(8117,'Bulk Active Rinse 100% RM','line_item',1833),(8118,'Free Standard Shipping','shipping',1833),(8119,'Preventive Shampoo<br>(Case of 12)','line_item',1834),(8120,'Comb-Out Mousse<br>(Case of 12)','line_item',1834),(8121,'Preventive Spray 8oz<br>(Case of 12)','line_item',1834),(8122,'Bulk Active Rinse 100% RM','line_item',1834),(8123,'Active Rinse 8oz<br>(Case of 12)','line_item',1834),(8124,'Active Rinse 16oz<br>(Case of 16)','line_item',1834),(8125,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1834),(8126,'Professional Lice Comb<br>(Case of 12)','line_item',1834),(8127,'Free Standard Shipping','shipping',1834),(8128,'Active Rinse 8oz<br>(Case of 12)','line_item',1835),(8129,'Active Rinse 16oz<br>(Case of 16)','line_item',1835),(8130,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1835),(8131,'Preventive Kit<br>(Case of 6)','line_item',1835),(8132,'Urgent Care Kit<br>(Case of 6)','line_item',1835),(8133,'Professional Lice Comb<br>(Case of 12)','line_item',1835),(8134,'Preventive Spray 2oz<br>(Case of 24)','line_item',1835),(8135,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1835),(8136,'Free Standard Shipping','shipping',1835),(8137,'Professional Lice Comb<br>(Case of 12)','line_item',1836),(8138,'FedEx Ground','shipping',1836),(8139,'Preventive Spray 8oz<br>(Case of 12)','line_item',1837),(8140,'Preventive Spray 8oz<br>(Case of 12)','line_item',1837),(8141,'Professional Lice Comb<br>(Case of 12)','line_item',1837),(8142,'Preventive Spray 2oz<br>(Case of 24)','line_item',1837),(8143,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1837),(8144,'Active Rinse 8oz<br>(Case of 12)','line_item',1837),(8145,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1837),(8146,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1837),(8147,'Urgent Care Kit<br>(Case of 6)','line_item',1837),(8148,'Free Standard Shipping','shipping',1837),(8149,'Active Rinse 8oz<br>(Case of 12)','line_item',1838),(8150,'Active Rinse 16oz<br>(Case of 16)','line_item',1838),(8151,'Bulk Active Rinse 100% RM','line_item',1838),(8152,'Disposable Capes','line_item',1838),(8153,'Professional Lice Comb<br>(Case of 12)','line_item',1838),(8154,'Bulk Detangling Spray 1 Gallon RM','line_item',1838),(8155,'Disposable Head Bands','line_item',1838),(8156,'Free Standard Shipping','shipping',1838),(8157,'Bulk Active Rinse 100%','line_item',1839),(8158,'FedEx Ground','shipping',1839),(8159,'Active Rinse 8oz<br>(Case of 12)','line_item',1841),(8160,'Active Rinse 16oz<br>(Case of 16)','line_item',1841),(8161,'Professional Lice Comb<br>(Case of 12)','line_item',1841),(8162,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1841),(8163,'Free Standard Shipping','shipping',1841),(8164,'Professional Lice Comb<br>(Case of 12)','line_item',1842),(8165,'Bulk Active Rinse 100% RM','line_item',1842),(8166,'Bulk Mousse 1 Gallon RM','line_item',1842),(8167,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1842),(8168,'Comb-Out Mousse<br>(Case of 12)','line_item',1842),(8169,'FedEx Ground','shipping',1842),(8170,'Active Rinse 8oz<br>(Case of 12)','line_item',1843),(8171,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1843),(8172,'Professional Lice Comb<br>(Case of 12)','line_item',1843),(8173,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1843),(8174,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1843),(8175,'Bulk Active Rinse 100%','line_item',1843),(8176,'Free Standard Shipping','shipping',1843),(8177,'Active Rinse 16oz<br>(Case of 16)','line_item',1844),(8178,'Active Rinse 8oz<br>(Case of 12)','line_item',1844),(8179,'Bulk Active Rinse 100% RM','line_item',1844),(8180,'FedEx Ground','shipping',1844),(8181,'Bulk Active Rinse 100% RM','line_item',1845),(8182,'Bulk Mousse 1 Gallon RM','line_item',1845),(8183,'Active Rinse 8oz<br>(Case of 12)','line_item',1845),(8184,'Active Rinse 16oz<br>(Case of 16)','line_item',1845),(8185,'Professional Lice Comb<br>(Case of 12)','line_item',1845),(8186,'Urgent Care Kit<br>(Case of 6)','line_item',1845),(8187,'Free Standard Shipping','shipping',1845),(8188,'Professional Lice Comb<br>(Case of 12)','line_item',1846),(8189,'Bulk Active Rinse 100% RM','line_item',1846),(8190,'Bulk Mousse 1 Gallon RM','line_item',1846),(8191,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1846),(8192,'Comb-Out Mousse<br>(Case of 12)','line_item',1846),(8193,'Active Rinse 8oz<br>(Case of 12)','line_item',1846),(8194,'Active Rinse 8oz<br>(Case of 12)','line_item',1846),(8195,'Free Standard Shipping','shipping',1846),(8196,'Preventive Kit<br>(Case of 6)','line_item',1847),(8197,'Professional Lice Comb<br>(Case of 12)','line_item',1847),(8198,'Active Rinse 16oz<br>(Case of 16)','line_item',1847),(8199,'Shipping discount','fee',1847),(8200,'FedEx Ground','shipping',1847),(8201,'shiphawaii','coupon',1847),(8210,'Active Rinse 8oz<br>(Case of 12)','line_item',1848),(8211,'Active Rinse 16oz<br>(Case of 16)','line_item',1848),(8212,'Professional Lice Comb<br>(Case of 12)','line_item',1848),(8213,'Urgent Care Kit<br>(Case of 6)','line_item',1848),(8214,'Preventive Spray 8oz<br>(Case of 12)','line_item',1848),(8215,'Bulk Active Rinse 100% RM','line_item',1848),(8216,'Course Tail Comb','line_item',1848),(8217,'Free Standard Shipping','shipping',1848),(8218,'Bulk Active Rinse 100% RM','line_item',1849),(8219,'Bulk Detangling Spray 1 Gallon RM','line_item',1849),(8220,'Active Rinse 16oz<br>(Case of 16)','line_item',1849),(8221,'Professional Lice Comb<br>(Case of 12)','line_item',1849),(8222,'Free Standard Shipping','shipping',1849),(8223,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1850),(8224,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1850),(8225,'Active Rinse 16oz<br>(Case of 16)','line_item',1850),(8226,'Preventive Spray 8oz<br>(Case of 12)','line_item',1850),(8227,'Free Standard Shipping','shipping',1850),(8228,'Active Rinse 8oz<br>(Case of 12)','line_item',1852),(8229,'FedEx Ground','shipping',1852),(8230,'Active Rinse 16oz<br>(Case of 16)','line_item',1853),(8231,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1853),(8232,'Bulk Active Rinse 100% RM','line_item',1853),(8233,'Active Rinse 8oz<br>(Case of 12)','line_item',1853),(8234,'Preventive Shampoo<br>(Case of 12)','line_item',1853),(8235,'Preventive Spray 2oz<br>(Case of 24)','line_item',1853),(8236,'Preventive Spray 8oz<br>(Case of 12)','line_item',1853),(8237,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1853),(8238,'Free Standard Shipping','shipping',1853),(8239,'Active Rinse 8oz<br>(Case of 12)','line_item',1854),(8240,'Preventive Kit<br>(Case of 6)','line_item',1854),(8241,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1854),(8242,'Preventive Conditioner<br>(Case of 12)','line_item',1854),(8243,'Bulk Active Rinse 100%','line_item',1854),(8244,'Free Standard Shipping','shipping',1854),(8245,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1855),(8246,'Bulk Active Rinse 50/50 RM','line_item',1855),(8247,'Bulk Mousse 1 Gallon RM','line_item',1855),(8248,'Preventive Spray 8oz<br>(Case of 12)','line_item',1855),(8249,'FedEx Ground','shipping',1855),(8250,'Professional Lice Comb<br>(Case of 12)','line_item',1856),(8251,'Bulk Mousse 1 Gallon','line_item',1856),(8252,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1856),(8253,'FedEx Ground','shipping',1856),(8254,'Bulk Active Rinse 100% RM','line_item',1857),(8255,'Active Rinse 8oz<br>(Case of 12)','line_item',1857),(8256,'Professional Lice Comb<br>(Case of 12)','line_item',1857),(8257,'Preventive Kit<br>(Case of 6)','line_item',1857),(8258,'Active Rinse 16oz<br>(Case of 16)','line_item',1857),(8259,'FedEx Ground','shipping',1857),(8264,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1859),(8265,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1859),(8266,'Bulk Mousse 1 Gallon RM','line_item',1859),(8267,'FedEx Ground','shipping',1859),(8279,'Professional Lice Comb<br>(Case of 12)','line_item',1862),(8280,'Bulk Active Rinse 100% RM','line_item',1862),(8281,'FedEx Ground','shipping',1862),(8287,'Active Rinse 8oz<br>(Case of 12)','line_item',1863),(8288,'Urgent Care Kit<br>(Case of 6)','line_item',1863),(8289,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1863),(8290,'Bulk Active Rinse 100% RM','line_item',1863),(8291,'FedEx Ground','shipping',1863),(8292,'Active Rinse 8oz<br>(Case of 12)','line_item',1864),(8293,'Active Rinse 16oz<br>(Case of 16)','line_item',1864),(8294,'Professional Lice Comb<br>(Case of 12)','line_item',1864),(8295,'Preventive Spray 8oz<br>(Case of 12)','line_item',1864),(8296,'Bulk Active Rinse 100%','line_item',1864),(8297,'Free Standard Shipping','shipping',1864),(8298,'Professional Lice Comb<br>(Case of 12)','line_item',1865),(8299,'Bulk Active Rinse 100% RM','line_item',1865),(8300,'Bulk Mousse 1 Gallon RM','line_item',1865),(8301,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1865),(8302,'Preventive Spray 2oz<br>(Case of 24)','line_item',1865),(8303,'Free Standard Shipping','shipping',1865),(8304,'Bulk Active Rinse 100% RM','line_item',1867),(8305,'Bulk Detangling Spray 1 Gallon RM','line_item',1867),(8306,'Bulk Mousse 1 Gallon RM','line_item',1867),(8307,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1867),(8308,'FedEx Ground','shipping',1867),(8309,'Active Rinse 8oz<br>(Case of 12)','line_item',1868),(8310,'Active Rinse 16oz<br>(Case of 16)','line_item',1868),(8311,'Urgent Care Kit<br>(Case of 6)','line_item',1868),(8312,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1868),(8313,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1868),(8314,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1868),(8315,'Preventive Spray 8oz<br>(Case of 12)','line_item',1868),(8316,'Preventive Kit<br>(Case of 6)','line_item',1868),(8317,'Bulk Active Rinse 100%','line_item',1868),(8318,'Disposable Head Bands','line_item',1868),(8319,'Bulk Mousse 1 Gallon','line_item',1868),(8320,'Bulk Detangling Spray 1 Gallon','line_item',1868),(8321,'Wet Comb','line_item',1868),(8322,'Free Standard Shipping','shipping',1868),(8323,'Active Rinse 16oz<br>(Case of 16)','line_item',1869),(8324,'Active Rinse 8oz<br>(Case of 12)','line_item',1869),(8325,'Bulk Active Rinse 100% RM','line_item',1869),(8326,'Active Rinse 8oz<br>(Case of 12)','line_item',1869),(8327,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1869),(8328,'Professional Lice Comb<br>(Case of 12)','line_item',1869),(8329,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1869),(8330,'Free Standard Shipping','shipping',1869),(8331,'Active Rinse 8oz<br>(Case of 12)','line_item',1870),(8332,'Active Rinse 16oz<br>(Case of 16)','line_item',1870),(8333,'Bulk Active Rinse 100% RM','line_item',1870),(8334,'Disposable Capes','line_item',1870),(8335,'Professional Lice Comb<br>(Case of 12)','line_item',1870),(8336,'Bulk Detangling Spray 1 Gallon RM','line_item',1870),(8337,'Disposable Head Bands','line_item',1870),(8338,'Free Standard Shipping','shipping',1870),(8339,'Bulk Active Rinse 100% RM','line_item',1871),(8340,'FedEx Ground','shipping',1871),(8343,'Bulk Active Rinse 100% RM','line_item',1872),(8344,'FedEx 2Day','shipping',1872),(8345,'Bulk Active Rinse 100%','line_item',1873),(8346,'Preventive Spray 8oz<br>(Case of 12)','line_item',1873),(8347,'Professional Lice Comb<br>(Case of 12)','line_item',1873),(8348,'Preventive Spray 2oz<br>(Case of 24)','line_item',1873),(8349,'FedEx Ground','shipping',1873),(8350,'Bulk Active Rinse 100%','line_item',1874),(8351,'The Wet Brush','line_item',1874),(8352,'Disney Wet Brush','line_item',1874),(8353,'Wet Comb','line_item',1874),(8354,'FedEx Ground','shipping',1874),(8355,'Bulk Active Rinse 100% RM','line_item',1875),(8356,'Bulk Mousse 1 Gallon RM','line_item',1875),(8357,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1875),(8358,'Bulk Detangling Spray 1 Gallon RM','line_item',1875),(8359,'FedEx Ground','shipping',1875),(8363,'Professional Lice Comb<br>(Case of 12)','line_item',1876),(8364,'Urgent Care Kit<br>(Case of 6)','line_item',1876),(8365,'Free Standard Shipping','shipping',1876),(8366,'The Wet Brush','line_item',1877),(8367,'FedEx Ground','shipping',1877),(8368,'Bulk Active Rinse 100% RM','line_item',1878),(8369,'Active Rinse 8oz<br>(Case of 12)','line_item',1878),(8370,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1878),(8371,'Professional Lice Comb<br>(Case of 12)','line_item',1878),(8372,'Urgent Care Kit<br>(Case of 6)','line_item',1878),(8373,'Preventive Spray 2oz<br>(Case of 24)','line_item',1878),(8374,'Bulk Mousse 1 Gallon RM','line_item',1878),(8375,'Active Rinse 16oz<br>(Case of 16)','line_item',1878),(8376,'FedEx Ground','shipping',1878),(8377,'Active Rinse 8oz<br>(Case of 12)','line_item',1879),(8378,'Preventive Spray 8oz<br>(Case of 12)','line_item',1879),(8379,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1879),(8380,'Preventive Kit<br>(Case of 6)','line_item',1879),(8381,'Bulk Active Rinse 100%','line_item',1879),(8382,'Free Standard Shipping','shipping',1879),(8383,'Professional Lice Comb<br>(Case of 12)','line_item',1880),(8384,'Preventive Spray 2oz<br>(Case of 24)','line_item',1880),(8385,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1880),(8386,'Bulk Mousse 1 Gallon','line_item',1880),(8387,'FedEx Ground','shipping',1880),(8388,'The Wet Brush','line_item',1881),(8389,'The Wet Brush Squirt','line_item',1881),(8390,'Goomee 4 Pack','line_item',1881),(8391,'FedEx Ground','shipping',1881),(8392,'The Wet Brush','line_item',1882),(8393,'The Wet Brush Squirt','line_item',1882),(8394,'Goomee 4 Pack','line_item',1882),(8395,'FedEx Ground','shipping',1882),(8402,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1883),(8403,'Professional Lice Comb<br>(Case of 12)','line_item',1883),(8404,'Preventive Kit<br>(Case of 6)','line_item',1883),(8405,'Goomee 4 Pack','line_item',1883),(8406,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1883),(8407,'Free Standard Shipping','shipping',1883),(8408,'Active Rinse 8oz<br>(Case of 12)','line_item',1884),(8409,'Professional Lice Comb<br>(Case of 12)','line_item',1884),(8410,'Preventive Spray 8oz<br>(Case of 12)','line_item',1884),(8411,'Bulk Active Rinse 100% RM','line_item',1884),(8412,'Bulk Detangling Spray 1 Gallon RM','line_item',1884),(8413,'Free Standard Shipping','shipping',1884),(8414,'Bulk Active Rinse 100% RM','line_item',1886),(8415,'Preventive Shampoo<br>(Case of 12)','line_item',1886),(8416,'Preventive Conditioner<br>(Case of 12)','line_item',1886),(8417,'Preventive Spray 8oz<br>(Case of 12)','line_item',1886),(8418,'Bulk Mousse 1 Gallon RM','line_item',1886),(8419,'Bulk Detangling Spray 1 Gallon RM','line_item',1886),(8420,'Active Rinse 16oz<br>(Case of 16)','line_item',1886),(8421,'Active Rinse 8oz<br>(Case of 12)','line_item',1886),(8422,'Professional Lice Comb<br>(Case of 12)','line_item',1886),(8423,'Free Standard Shipping','shipping',1886),(8424,'Comb-Out Mousse<br>(Case of 12)','line_item',1887),(8425,'Preventive Spray 2oz<br>(Case of 24)','line_item',1887),(8426,'Preventive Spray 8oz<br>(Case of 12)','line_item',1887),(8427,'Bulk Mousse 1 Gallon RM','line_item',1887),(8428,'Active Rinse 8oz<br>(Case of 12)','line_item',1887),(8429,'Active Rinse 16oz<br>(Case of 16)','line_item',1887),(8430,'Bulk Active Rinse 100% RM','line_item',1887),(8431,'Professional Lice Comb<br>(Case of 12)','line_item',1887),(8432,'Free Standard Shipping','shipping',1887),(8433,'Comb-Out Mousse<br>(Case of 12)','line_item',1888),(8434,'Bulk Mousse 1 Gallon RM','line_item',1888),(8435,'Preventive Spray 2oz<br>(Case of 24)','line_item',1888),(8436,'Preventive Spray 8oz<br>(Case of 12)','line_item',1888),(8437,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1888),(8438,'Active Rinse 8oz<br>(Case of 12)','line_item',1888),(8439,'Active Rinse 16oz<br>(Case of 16)','line_item',1888),(8440,'Professional Lice Comb<br>(Case of 12)','line_item',1888),(8441,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1888),(8442,'Bulk Active Rinse 100% RM','line_item',1888),(8443,'Free Standard Shipping','shipping',1888),(8444,'Active Rinse 8oz<br>(Case of 12)','line_item',1889),(8445,'Active Rinse 16oz<br>(Case of 16)','line_item',1889),(8446,'Bulk Active Rinse 100% RM','line_item',1889),(8447,'Disposable Capes','line_item',1889),(8448,'Professional Lice Comb<br>(Case of 12)','line_item',1889),(8449,'Bulk Detangling Spray 1 Gallon RM','line_item',1889),(8450,'Disposable Head Bands','line_item',1889),(8451,'Preventive Spray 8oz<br>(Case of 12)','line_item',1889),(8452,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1889),(8453,'Free Standard Shipping','shipping',1889),(8454,'Active Rinse 8oz<br>(Case of 12)','line_item',1890),(8455,'Preventive Spray 8oz<br>(Case of 12)','line_item',1890),(8456,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1890),(8457,'Bulk Active Rinse 100%','line_item',1890),(8458,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1890),(8459,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1890),(8460,'Free Standard Shipping','shipping',1890),(8461,'Bulk Active Rinse 100% RM','line_item',1891),(8462,'Bulk Mousse 1 Gallon RM','line_item',1891),(8463,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1891),(8464,'Active Rinse 8oz<br>(Case of 12)','line_item',1891),(8465,'Active Rinse 16oz<br>(Case of 16)','line_item',1891),(8466,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1891),(8467,'Bulk Detangling Spray 1 Gallon RM','line_item',1891),(8468,'Urgent Care Kit<br>(Case of 6)','line_item',1891),(8469,'Comb-Out Mousse<br>(Case of 12)','line_item',1891),(8470,'Preventive Spray 8oz<br>(Case of 12)','line_item',1891),(8471,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1891),(8472,'Free Standard Shipping','shipping',1891),(8473,'Active Rinse 8oz<br>(Case of 12)','line_item',1892),(8474,'Active Rinse 16oz<br>(Case of 16)','line_item',1892),(8475,'Comb-Out Mousse<br>(Case of 12)','line_item',1892),(8476,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1892),(8477,'Professional Lice Comb<br>(Case of 12)','line_item',1892),(8478,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1892),(8479,'Urgent Care Kit<br>(Case of 6)','line_item',1892),(8480,'Preventive Shampoo<br>(Case of 12)','line_item',1892),(8481,'Preventive Conditioner<br>(Case of 12)','line_item',1892),(8482,'Preventive Spray 8oz<br>(Case of 12)','line_item',1892),(8483,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1892),(8484,'Preventive Kit<br>(Case of 6)','line_item',1892),(8485,'Bulk Active Rinse 100% RM','line_item',1892),(8486,'Bulk Detangling Spray 1 Gallon RM','line_item',1892),(8487,'Bulk Mousse 1 Gallon RM','line_item',1892),(8488,'Free Standard Shipping','shipping',1892),(8489,'Bulk Mousse 1 Gallon RM','line_item',1893),(8490,'Bulk Detangling Spray 1 Gallon RM','line_item',1893),(8491,'Bulk Active Rinse 100% RM','line_item',1893),(8492,'Preventive Spray 8oz<br>(Case of 12)','line_item',1893),(8493,'Active Rinse 16oz<br>(Case of 16)','line_item',1893),(8494,'Free Standard Shipping','shipping',1893),(8495,'Preventive Shampoo<br>(Case of 12)','line_item',1894),(8496,'Preventive Conditioner<br>(Case of 12)','line_item',1894),(8497,'Preventive Spray 8oz<br>(Case of 12)','line_item',1894),(8498,'Bulk Active Rinse 100%','line_item',1894),(8499,'Professional Lice Comb<br>(Case of 12)','line_item',1894),(8500,'Active Rinse 16oz<br>(Case of 16)','line_item',1894),(8501,'Active Rinse 8oz<br>(Case of 12)','line_item',1894),(8502,'Free Standard Shipping','shipping',1894),(8503,'Active Rinse 8oz<br>(Case of 12)','line_item',1895),(8504,'Comb-Out Mousse<br>(Case of 12)','line_item',1895),(8505,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1895),(8506,'Professional Lice Comb<br>(Case of 12)','line_item',1895),(8507,'Urgent Care Kit<br>(Case of 6)','line_item',1895),(8508,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1895),(8509,'Bulk Active Rinse 100% RM','line_item',1895),(8510,'Bulk Mousse 1 Gallon RM','line_item',1895),(8511,'Free Standard Shipping','shipping',1895),(8512,'Active Rinse 16oz<br>(Case of 16)','line_item',1896),(8513,'Active Rinse 8oz<br>(Case of 12)','line_item',1896),(8514,'Urgent Care Kit<br>(Case of 6)','line_item',1896),(8515,'Preventive Spray 2oz<br>(Case of 24)','line_item',1896),(8516,'Preventive Spray 8oz<br>(Case of 12)','line_item',1896),(8517,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1896),(8518,'Bulk Active Rinse 100% RM','line_item',1896),(8519,'Bulk Mousse 1 Gallon RM','line_item',1896),(8520,'Free Standard Shipping','shipping',1896),(8521,'The Wet Brush','line_item',1897),(8522,'The Wet Brush Squirt','line_item',1897),(8523,'Goomee 4 Pack','line_item',1897),(8524,'FedEx Ground','shipping',1897),(8525,'Bulk Active Rinse 100% RM','line_item',1898),(8526,'Preventive Spray 8oz<br>(Case of 12)','line_item',1898),(8527,'Professional Lice Comb<br>(Case of 12)','line_item',1898),(8528,'Active Rinse 8oz<br>(Case of 12)','line_item',1898),(8529,'Active Rinse 16oz<br>(Case of 16)','line_item',1898),(8530,'Preventive Spray 2oz<br>(Case of 24)','line_item',1898),(8531,'Bulk Active Rinse 50/50 RM','line_item',1898),(8532,'FedEx Ground','shipping',1898),(8533,'Active Rinse 8oz<br>(Case of 12)','line_item',1899),(8534,'Active Rinse 16oz<br>(Case of 16)','line_item',1899),(8535,'Professional Lice Comb<br>(Case of 12)','line_item',1899),(8536,'Preventive Spray 8oz<br>(Case of 12)','line_item',1899),(8537,'Preventive Kit<br>(Case of 6)','line_item',1899),(8538,'Bulk Active Rinse 100% RM','line_item',1899),(8539,'Free Standard Shipping','shipping',1899),(8540,'Active Rinse 8oz<br>(Case of 12)','line_item',1900),(8541,'Active Rinse 16oz<br>(Case of 16)','line_item',1900),(8542,'Professional Lice Comb<br>(Case of 12)','line_item',1900),(8543,'Preventive Spray 8oz<br>(Case of 12)','line_item',1900),(8544,'Preventive Spray 2oz<br>(Case of 24)','line_item',1900),(8545,'Preventive Kit<br>(Case of 6)','line_item',1900),(8546,'Bulk Active Rinse 100% RM','line_item',1900),(8547,'Free Standard Shipping','shipping',1900),(8550,'Active Rinse 8oz<br>(Case of 12)','line_item',1901),(8551,'FedEx 2Day','shipping',1901),(8552,'Active Rinse 8oz<br>(Case of 12)','line_item',1902),(8553,'Active Rinse 16oz<br>(Case of 16)','line_item',1902),(8554,'Comb-Out Mousse<br>(Case of 12)','line_item',1902),(8555,'Professional Lice Comb<br>(Case of 12)','line_item',1902),(8556,'Urgent Care Kit<br>(Case of 6)','line_item',1902),(8557,'Bulk Active Rinse 100% RM','line_item',1902),(8558,'Free Standard Shipping','shipping',1902),(8559,'Bulk Active Rinse 100%','line_item',1903),(8560,'FedEx 2Day','shipping',1903),(8561,'Bulk Active Rinse 100%','line_item',1905),(8562,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1905),(8563,'Active Rinse 8oz<br>(Case of 12)','line_item',1905),(8564,'Preventive Kit<br>(Case of 6)','line_item',1905),(8565,'Free Standard Shipping','shipping',1905),(8566,'Preventive Spray 2oz<br>(Case of 24)','line_item',1906),(8567,'Preventive Spray 8oz<br>(Case of 12)','line_item',1906),(8568,'Active Rinse 8oz<br>(Case of 12)','line_item',1906),(8569,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1906),(8570,'Bulk Detangling Spray 1 Gallon RM','line_item',1906),(8571,'Bulk Mousse 1 Gallon RM','line_item',1906),(8572,'Bulk Active Rinse 100% RM','line_item',1906),(8573,'Professional Lice Comb<br>(Case of 12)','line_item',1906),(8574,'Free Standard Shipping','shipping',1906),(8575,'Active Rinse 8oz<br>(Case of 12)','line_item',1907),(8576,'Active Rinse 16oz<br>(Case of 16)','line_item',1907),(8577,'Professional Lice Comb<br>(Case of 12)','line_item',1907),(8578,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1907),(8579,'Bulk Active Rinse 100% RM','line_item',1907),(8580,'Bulk Detangling Spray 1 Gallon RM','line_item',1907),(8581,'Preventive Shampoo<br>(Case of 12)','line_item',1907),(8582,'Free Standard Shipping','shipping',1907),(8585,'Bulk Active Rinse 50/50 RM','line_item',1909),(8586,'Preventive Spray 8oz<br>(Case of 12)','line_item',1909),(8587,'Active Rinse 8oz<br>(Case of 12)','line_item',1909),(8588,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1909),(8589,'Disposable Head Bands','line_item',1909),(8590,'Bulk Mousse 1 Gallon RM','line_item',1909),(8591,'Bulk Detangling Spray 1 Gallon RM','line_item',1909),(8592,'Free Standard Shipping','shipping',1909),(8593,'Active Rinse 16oz<br>(Case of 16)','line_item',1910),(8594,'Active Rinse 8oz<br>(Case of 12)','line_item',1910),(8595,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1910),(8596,'Professional Lice Comb<br>(Case of 12)','line_item',1910),(8597,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1910),(8598,'Preventive Shampoo<br>(Case of 12)','line_item',1910),(8599,'Preventive Conditioner<br>(Case of 12)','line_item',1910),(8600,'Preventive Spray 8oz<br>(Case of 12)','line_item',1910),(8601,'Preventive Spray 2oz<br>(Case of 24)','line_item',1910),(8602,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1910),(8603,'Bulk Active Rinse 100%','line_item',1910),(8604,'Free Standard Shipping','shipping',1910),(8605,'Active Rinse 8oz<br>(Case of 12)','line_item',1911),(8606,'Active Rinse 16oz<br>(Case of 16)','line_item',1911),(8607,'Bulk Active Rinse 100% RM','line_item',1911),(8608,'Disposable Capes','line_item',1911),(8609,'Professional Lice Comb<br>(Case of 12)','line_item',1911),(8610,'Bulk Detangling Spray 1 Gallon RM','line_item',1911),(8611,'Disposable Head Bands','line_item',1911),(8612,'Preventive Kit<br>(Case of 6)','line_item',1911),(8613,'Urgent Care Kit<br>(Case of 6)','line_item',1911),(8614,'Free Standard Shipping','shipping',1911),(8615,'Bulk Active Rinse 100% RM','line_item',1912),(8616,'Active Rinse 8oz<br>(Case of 12)','line_item',1912),(8617,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1912),(8618,'Professional Lice Comb<br>(Case of 12)','line_item',1912),(8619,'Active Rinse 16oz<br>(Case of 16)','line_item',1912),(8620,'Comb-Out Mousse<br>(Case of 12)','line_item',1912),(8621,'FedEx 2Day','shipping',1912),(8622,'Bulk Active Rinse 100% RM','line_item',1913),(8623,'Active Rinse 8oz<br>(Case of 12)','line_item',1913),(8624,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1913),(8625,'Professional Lice Comb<br>(Case of 12)','line_item',1913),(8626,'Active Rinse 16oz<br>(Case of 16)','line_item',1913),(8627,'Comb-Out Mousse<br>(Case of 12)','line_item',1913),(8628,'FedEx 2Day','shipping',1913),(8629,'Bulk Active Rinse 100% RM','line_item',1914),(8630,'Active Rinse 8oz<br>(Case of 12)','line_item',1914),(8631,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1914),(8632,'Professional Lice Comb<br>(Case of 12)','line_item',1914),(8633,'Active Rinse 16oz<br>(Case of 16)','line_item',1914),(8634,'Comb-Out Mousse<br>(Case of 12)','line_item',1914),(8635,'FedEx 2Day','shipping',1914),(8636,'Active Rinse 16oz<br>(Case of 16)','line_item',1915),(8637,'Professional Lice Comb<br>(Case of 12)','line_item',1915),(8638,'Preventive Spray 8oz<br>(Case of 12)','line_item',1915),(8639,'Bulk Active Rinse 100%','line_item',1915),(8640,'Free Standard Shipping','shipping',1915),(8641,'Preventive Kit<br>(Case of 6)','line_item',1916),(8642,'Free Standard Shipping','shipping',1916),(8643,'Professional Lice Comb<br>(Case of 12)','line_item',1917),(8644,'Bulk Active Rinse 50/50 RM','line_item',1917),(8645,'FedEx 2Day','shipping',1917),(8646,'Bulk Active Rinse 100%','line_item',1918),(8647,'FedEx 2Day','shipping',1918),(8648,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1919),(8649,'Preventive Spray 8oz<br>(Case of 12)','line_item',1919),(8650,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1919),(8651,'Professional Lice Comb<br>(Case of 12)','line_item',1919),(8652,'Comb-Out Mousse<br>(Case of 12)','line_item',1919),(8653,'Preventive Shampoo<br>(Case of 12)','line_item',1919),(8654,'Preventive Conditioner<br>(Case of 12)','line_item',1919),(8655,'Free Standard Shipping','shipping',1919),(8656,'Professional Lice Comb<br>(Case of 12)','line_item',1921),(8657,'Comb-Out Mousse<br>(Case of 12)','line_item',1921),(8658,'Active Rinse 8oz<br>(Case of 12)','line_item',1921),(8659,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1921),(8660,'Free Standard Shipping','shipping',1921),(8661,'Bulk Active Rinse 100% RM','line_item',1922),(8662,'Bulk Mousse 1 Gallon RM','line_item',1922),(8663,'Preventive Kit<br>(Case of 6)','line_item',1922),(8664,'FedEx Ground','shipping',1922),(8665,'Bulk Active Rinse 100% RM','line_item',1923),(8666,'Bulk Detangling Spray 1 Gallon RM','line_item',1923),(8667,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1923),(8668,'Preventive Spray 8oz<br>(Case of 12)','line_item',1923),(8669,'Urgent Care Kit<br>(Case of 6)','line_item',1923),(8670,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1923),(8671,'Professional Lice Comb<br>(Case of 12)','line_item',1923),(8672,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1923),(8673,'Comb-Out Mousse<br>(Case of 12)','line_item',1923),(8674,'Active Rinse 16oz<br>(Case of 16)','line_item',1923),(8675,'Active Rinse 8oz<br>(Case of 12)','line_item',1923),(8676,'Free Standard Shipping','shipping',1923),(8677,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1924),(8678,'Preventive Spray 2oz<br>(Case of 24)','line_item',1924),(8679,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1924),(8680,'FedEx Ground','shipping',1924),(8681,'Active Rinse 16oz<br>(Case of 16)','line_item',1925),(8682,'Comb-Out Mousse<br>(Case of 12)','line_item',1925),(8683,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1925),(8684,'Professional Lice Comb<br>(Case of 12)','line_item',1925),(8685,'Preventive Spray 2oz<br>(Case of 24)','line_item',1925),(8686,'Bulk Active Rinse 100% RM','line_item',1925),(8687,'Bulk Detangling Spray 1 Gallon RM','line_item',1925),(8688,'Bulk Mousse 1 Gallon RM','line_item',1925),(8689,'Free Standard Shipping','shipping',1925),(8690,'Active Rinse 8oz<br>(Case of 12)','line_item',1927),(8691,'Active Rinse 16oz<br>(Case of 16)','line_item',1927),(8692,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1927),(8693,'Urgent Care Kit<br>(Case of 6)','line_item',1927),(8694,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1927),(8695,'Preventive Spray 8oz<br>(Case of 12)','line_item',1927),(8696,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1927),(8697,'Bulk Active Rinse 100% RM','line_item',1927),(8698,'Bulk Detangling Spray 1 Gallon RM','line_item',1927),(8699,'Bulk Mousse 1 Gallon RM','line_item',1927),(8700,'Free Standard Shipping','shipping',1927),(8701,'Professional Lice Comb<br>(Case of 12)','line_item',1928),(8702,'Active Rinse 8oz<br>(Case of 12)','line_item',1928),(8703,'Active Rinse 16oz<br>(Case of 16)','line_item',1928),(8704,'Free Standard Shipping','shipping',1928),(8705,'shiphawaii','coupon',1928),(8706,'Active Rinse 8oz<br>(Case of 12)','line_item',1929),(8707,'Professional Lice Comb<br>(Case of 12)','line_item',1929),(8708,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1929),(8709,'Bulk Active Rinse 100% RM','line_item',1929),(8710,'Bulk Detangling Spray 1 Gallon RM','line_item',1929),(8711,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1929),(8712,'Free Standard Shipping','shipping',1929),(8713,'Comb-Out Mousse<br>(Case of 12)','line_item',1930),(8714,'Bulk Mousse 1 Gallon RM','line_item',1930),(8715,'FedEx Ground','shipping',1930),(8716,'Professional Lice Comb<br>(Case of 12)','line_item',1931),(8717,'Active Rinse 8oz<br>(Case of 12)','line_item',1931),(8718,'Active Rinse 16oz<br>(Case of 16)','line_item',1931),(8719,'Professional Lice Comb<br>(Case of 12)','line_item',1933),(8720,'FedEx Ground','shipping',1933),(8721,'Bulk Active Rinse 100% RM','line_item',1934),(8722,'FedEx Ground','shipping',1934),(8723,'Free Standard Shipping','shipping',1935),(8724,'The Wet Brush','line_item',1936),(8725,'Disney Wet Brush','line_item',1936),(8726,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1936),(8727,'Preventive Spray 2oz<br>(Case of 24)','line_item',1936),(8728,'FedEx Ground','shipping',1936),(8729,'Comb-Out Mousse<br>(Case of 12)','line_item',1937),(8730,'Preventive Spray 2oz<br>(Case of 24)','line_item',1937),(8731,'The Wet Brush','line_item',1937),(8732,'Disney Wet Brush','line_item',1937),(8733,'FedEx Ground','shipping',1937),(8734,'Professional Lice Comb<br>(Case of 12)','line_item',1938),(8735,'Preventive Spray 8oz<br>(Case of 12)','line_item',1938),(8736,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1938),(8737,'Disney Wet Brush','line_item',1938),(8738,'The Wet Brush','line_item',1938),(8739,'FedEx Ground','shipping',1938),(8740,'Active Rinse 16oz<br>(Case of 16)','line_item',1939),(8741,'Professional Lice Comb<br>(Case of 12)','line_item',1939),(8742,'Active Rinse 8oz<br>(Case of 12)','line_item',1939),(8743,'Preventive Spray 8oz<br>(Case of 12)','line_item',1939),(8744,'Bulk Active Rinse 100% RM','line_item',1939),(8745,'Disposable Capes','line_item',1939),(8746,'Preventive Kit<br>(Case of 6)','line_item',1939),(8747,'Free Standard Shipping','shipping',1939),(8750,'Bulk Active Rinse 100% RM','line_item',1942),(8751,'FedEx Ground','shipping',1942),(8752,'Active Rinse 8oz<br>(Case of 12)','line_item',1943),(8753,'Active Rinse 16oz<br>(Case of 16)','line_item',1943),(8754,'Bulk Active Rinse 100% RM','line_item',1943),(8755,'Disposable Capes','line_item',1943),(8756,'Professional Lice Comb<br>(Case of 12)','line_item',1943),(8757,'Disposable Head Bands','line_item',1943),(8758,'Bulk Detangling Spray 1 Gallon RM','line_item',1943),(8759,'Bulk Mousse 1 Gallon RM','line_item',1943),(8760,'Free Standard Shipping','shipping',1943),(8761,'Active Rinse 8oz<br>(Case of 12)','line_item',1944),(8762,'Active Rinse 16oz<br>(Case of 16)','line_item',1944),(8763,'Comb-Out Mousse<br>(Case of 12)','line_item',1944),(8764,'Professional Lice Comb<br>(Case of 12)','line_item',1944),(8765,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1944),(8766,'Urgent Care Kit<br>(Case of 6)','line_item',1944),(8767,'Preventive Shampoo<br>(Case of 12)','line_item',1944),(8768,'Preventive Conditioner<br>(Case of 12)','line_item',1944),(8769,'Preventive Spray 2oz<br>(Case of 24)','line_item',1944),(8770,'Preventive Spray 8oz<br>(Case of 12)','line_item',1944),(8771,'Preventive Kit<br>(Case of 6)','line_item',1944),(8772,'Bulk Active Rinse 100% RM','line_item',1944),(8773,'Bulk Mousse 1 Gallon RM','line_item',1944),(8774,'Free Standard Shipping','shipping',1944),(8775,'Active Rinse 8oz<br>(Case of 12)','line_item',1945),(8776,'Active Rinse 16oz<br>(Case of 16)','line_item',1945),(8777,'Professional Lice Comb<br>(Case of 12)','line_item',1945),(8778,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1945),(8779,'Bulk Active Rinse 100%','line_item',1945),(8780,'Free Standard Shipping','shipping',1945),(8781,'Active Rinse 8oz<br>(Case of 12)','line_item',1946),(8782,'Active Rinse 16oz<br>(Case of 16)','line_item',1946),(8783,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1946),(8784,'Preventive Spray 8oz<br>(Case of 12)','line_item',1946),(8785,'Professional Lice Comb<br>(Case of 12)','line_item',1946),(8786,'Bulk Active Rinse 100%','line_item',1946),(8787,'Bulk Mousse 1 Gallon','line_item',1946),(8788,'Free Standard Shipping','shipping',1946),(8789,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1947),(8790,'Professional Lice Comb<br>(Case of 12)','line_item',1947),(8791,'Preventive Spray 8oz<br>(Case of 12)','line_item',1947),(8792,'Preventive Kit<br>(Case of 6)','line_item',1947),(8793,'Bulk Active Rinse 100%','line_item',1947),(8794,'FedEx 2Day','shipping',1947),(8795,'FedEx 2Day','shipping',1947),(8796,'FedEx 2Day','shipping',1947),(8797,'FedEx 2Day','shipping',1947),(8798,'FedEx 2Day','shipping',1947),(8799,'Preventive Spray 8oz<br>(Case of 12)','line_item',1948),(8800,'Active Rinse 8oz<br>(Case of 12)','line_item',1948),(8801,'Bulk Active Rinse 100%','line_item',1948),(8802,'Free Standard Shipping','shipping',1948),(8803,'Active Rinse 8oz<br>(Case of 12)','line_item',1949),(8804,'Active Rinse 16oz<br>(Case of 16)','line_item',1949),(8805,'Professional Lice Comb<br>(Case of 12)','line_item',1949),(8806,'Urgent Care Kit<br>(Case of 6)','line_item',1949),(8807,'Preventive Shampoo<br>(Case of 12)','line_item',1949),(8808,'Preventive Kit<br>(Case of 6)','line_item',1949),(8809,'Bulk Active Rinse 100% RM','line_item',1949),(8810,'Bulk Mousse 1 Gallon RM','line_item',1949),(8811,'Free Standard Shipping','shipping',1949),(8812,'Active Rinse 8oz<br>(Case of 12)','line_item',1950),(8813,'Active Rinse 16oz<br>(Case of 16)','line_item',1950),(8814,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1950),(8815,'Urgent Care Kit<br>(Case of 6)','line_item',1950),(8816,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1950),(8817,'Preventive Spray 8oz<br>(Case of 12)','line_item',1950),(8818,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1950),(8819,'Bulk Active Rinse 100% RM','line_item',1950),(8820,'Bulk Detangling Spray 1 Gallon RM','line_item',1950),(8821,'Bulk Mousse 1 Gallon RM','line_item',1950),(8822,'Professional Lice Comb<br>(Case of 12)','line_item',1950),(8823,'Free Standard Shipping','shipping',1950),(8824,'Bulk Active Rinse 100% RM','line_item',1951),(8825,'Active Rinse 8oz<br>(Case of 12)','line_item',1951),(8826,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1951),(8827,'Bulk Detangling Spray 1 Gallon RM','line_item',1951),(8828,'Bulk Mousse 1 Gallon RM','line_item',1951),(8829,'Free Standard Shipping','shipping',1951),(8830,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1952),(8831,'Professional Lice Comb<br>(Case of 12)','line_item',1952),(8832,'Preventive Spray 8oz<br>(Case of 12)','line_item',1952),(8833,'Preventive Kit<br>(Case of 6)','line_item',1952),(8834,'Bulk Active Rinse 100%','line_item',1952),(8835,'FedEx 2Day','shipping',1952),(8836,'Comb-Out Mousse<br>(Case of 12)','line_item',1954),(8837,'Preventive Spray 8oz<br>(Case of 12)','line_item',1954),(8838,'Bulk Mousse 1 Gallon RM','line_item',1954),(8839,'Bulk Active Rinse 100% RM','line_item',1954),(8840,'Active Rinse 16oz<br>(Case of 16)','line_item',1954),(8841,'Active Rinse 8oz<br>(Case of 12)','line_item',1954),(8842,'Professional Lice Comb<br>(Case of 12)','line_item',1954),(8843,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1954),(8844,'Free Standard Shipping','shipping',1954),(8845,'Preventive Conditioner<br>(Case of 12)','line_item',1955),(8846,'Preventive Shampoo<br>(Case of 12)','line_item',1955),(8847,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1955),(8848,'Preventive Spray 2oz<br>(Case of 24)','line_item',1955),(8849,'Preventive Spray 8oz<br>(Case of 12)','line_item',1955),(8850,'Professional Lice Comb<br>(Case of 12)','line_item',1955),(8851,'Active Rinse 16oz<br>(Case of 16)','line_item',1955),(8852,'Free Standard Shipping','shipping',1955),(8853,'Active Rinse 8oz<br>(Case of 12)','line_item',1956),(8854,'Comb-Out Mousse<br>(Case of 12)','line_item',1956),(8855,'Preventive Spray 8oz<br>(Case of 12)','line_item',1956),(8856,'Preventive Spray 2oz<br>(Case of 24)','line_item',1956),(8857,'Preventive Conditioner<br>(Case of 12)','line_item',1956),(8858,'Professional Lice Comb<br>(Case of 12)','line_item',1956),(8859,'Preventive Shampoo<br>(Case of 12)','line_item',1956),(8860,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1956),(8861,'Active Rinse 16oz<br>(Case of 16)','line_item',1956),(8862,'Free Standard Shipping','shipping',1956),(8863,'Preventive Shampoo<br>(Case of 12)','line_item',1957),(8864,'Preventive Conditioner<br>(Case of 12)','line_item',1957),(8865,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1957),(8866,'Preventive Spray 8oz<br>(Case of 12)','line_item',1957),(8867,'Bulk Active Rinse 100% RM','line_item',1957),(8868,'Professional Lice Comb<br>(Case of 12)','line_item',1957),(8869,'Active Rinse 8oz<br>(Case of 12)','line_item',1957),(8870,'Free Standard Shipping','shipping',1957),(8871,'Active Rinse 8oz<br>(Case of 12)','line_item',1960),(8872,'Active Rinse 16oz<br>(Case of 16)','line_item',1960),(8873,'Comb-Out Mousse<br>(Case of 12)','line_item',1960),(8874,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1960),(8875,'Professional Lice Comb<br>(Case of 12)','line_item',1960),(8876,'Preventive Shampoo<br>(Case of 12)','line_item',1960),(8877,'Preventive Conditioner<br>(Case of 12)','line_item',1960),(8878,'Preventive Spray 2oz<br>(Case of 24)','line_item',1960),(8879,'Preventive Spray 8oz<br>(Case of 12)','line_item',1960),(8880,'Free Standard Shipping','shipping',1960),(8881,'Active Rinse 8oz<br>(Case of 12)','line_item',1961),(8882,'Comb-Out Mousse<br>(Case of 12)','line_item',1961),(8883,'Professional Lice Comb<br>(Case of 12)','line_item',1961),(8884,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1961),(8885,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1961),(8886,'Bulk Active Rinse 100%','line_item',1961),(8887,'FedEx Ground','shipping',1961),(8888,'Active Rinse 8oz<br>(Case of 12)','line_item',1962),(8889,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1962),(8890,'Professional Lice Comb<br>(Case of 12)','line_item',1962),(8891,'Urgent Care Kit<br>(Case of 6)','line_item',1962),(8892,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1962),(8893,'Preventive Kit<br>(Case of 6)','line_item',1962),(8894,'Bulk Active Rinse 100% RM','line_item',1962),(8895,'Bulk Mousse 1 Gallon RM','line_item',1962),(8896,'Free Standard Shipping','shipping',1962),(8897,'Active Rinse 8oz<br>(Case of 12)','line_item',1963),(8898,'Professional Lice Comb<br>(Case of 12)','line_item',1963),(8899,'Preventive Shampoo<br>(Case of 12)','line_item',1963),(8900,'Preventive Conditioner<br>(Case of 12)','line_item',1963),(8901,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1963),(8902,'Free Standard Shipping','shipping',1963),(8903,'Bulk Active Rinse 50/50 RM','line_item',1964),(8904,'Preventive Spray 8oz<br>(Case of 12)','line_item',1964),(8905,'Active Rinse 8oz<br>(Case of 12)','line_item',1964),(8906,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1964),(8907,'Disposable Head Bands','line_item',1964),(8908,'Bulk Mousse 1 Gallon RM','line_item',1964),(8909,'Bulk Detangling Spray 1 Gallon RM','line_item',1964),(8910,'Comb-Out Mousse<br>(Case of 12)','line_item',1964),(8911,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1964),(8912,'Professional Lice Comb<br>(Case of 12)','line_item',1964),(8913,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1964),(8914,'Urgent Care Kit<br>(Case of 6)','line_item',1964),(8915,'Preventive Spray 2oz<br>(Case of 24)','line_item',1964),(8916,'Preventive Shampoo<br>(Case of 12)','line_item',1964),(8917,'Preventive Kit<br>(Case of 6)','line_item',1964),(8918,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1964),(8919,'Free Standard Shipping','shipping',1964),(8920,'Active Rinse 8oz<br>(Case of 12)','line_item',1965),(8921,'Active Rinse 16oz<br>(Case of 16)','line_item',1965),(8922,'Comb-Out Mousse<br>(Case of 12)','line_item',1965),(8923,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1965),(8924,'Professional Lice Comb<br>(Case of 12)','line_item',1965),(8925,'Preventive Kit<br>(Case of 6)','line_item',1965),(8926,'Preventive Spray 8oz<br>(Case of 12)','line_item',1965),(8927,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1965),(8928,'Bulk Active Rinse 100% RM','line_item',1965),(8929,'Bulk Mousse 1 Gallon RM','line_item',1965),(8930,'The Wet Brush Squirt','line_item',1965),(8931,'Free Standard Shipping','shipping',1965),(8932,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1966),(8933,'FedEx Ground','shipping',1966),(8934,'Active Rinse 8oz<br>(Case of 12)','line_item',1967),(8935,'Active Rinse 16oz<br>(Case of 16)','line_item',1967),(8936,'Comb-Out Mousse<br>(Case of 12)','line_item',1967),(8937,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1967),(8938,'Professional Lice Comb<br>(Case of 12)','line_item',1967),(8939,'Free Standard Shipping','shipping',1967),(8940,'Active Rinse 16oz<br>(Case of 16)','line_item',1968),(8941,'Active Rinse 8oz<br>(Case of 12)','line_item',1968),(8942,'Bulk Active Rinse 100% RM','line_item',1968),(8943,'Professional Lice Comb<br>(Case of 12)','line_item',1968),(8944,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1968),(8945,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1968),(8946,'Free Standard Shipping','shipping',1968),(8950,'Bulk Active Rinse 100% RM','line_item',1972),(8951,'FedEx Ground','shipping',1972),(8952,'Bulk Active Rinse 100% RM','line_item',1973),(8953,'FedEx Ground','shipping',1973),(8954,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1974),(8955,'Professional Lice Comb<br>(Case of 12)','line_item',1974),(8956,'Urgent Care Kit<br>(Case of 6)','line_item',1974),(8957,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1974),(8958,'Bulk Active Rinse 100% RM','line_item',1974),(8959,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1974),(8960,'Preventive Spray 8oz<br>(Case of 12)','line_item',1974),(8961,'Comb-Out Mousse<br>(Case of 12)','line_item',1974),(8962,'Comb-Out Mousse<br>(Case of 12)','line_item',1974),(8963,'Free Standard Shipping','shipping',1974),(8964,'Active Rinse 8oz<br>(Case of 12)','line_item',1975),(8965,'Preventive Spray 8oz<br>(Case of 12)','line_item',1975),(8966,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1975),(8967,'FedEx Ground','shipping',1975),(8970,'Preventive Spray 8oz<br>(Case of 12)','line_item',1977),(8971,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1977),(8972,'Preventive Kit<br>(Case of 6)','line_item',1977),(8973,'Preventive Shampoo<br>(Case of 12)','line_item',1977),(8974,'Preventive Conditioner<br>(Case of 12)','line_item',1977),(8975,'Bulk Active Rinse 100%','line_item',1977),(8976,'Free Standard Shipping','shipping',1977),(8994,'Preventive Spray 2oz<br>(Case of 24)','line_item',1979),(8995,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1979),(8996,'Preventive Spray 8oz<br>(Case of 12)','line_item',1979),(8997,'Bulk Detangling Spray 1 Gallon RM','line_item',1979),(8998,'Bulk Active Rinse 100% RM','line_item',1979),(8999,'Professional Lice Comb<br>(Case of 12)','line_item',1979),(9000,'Active Rinse 8oz<br>(Case of 12)','line_item',1979),(9001,'Active Rinse 16oz<br>(Case of 16)','line_item',1979),(9002,'Free Standard Shipping','shipping',1979),(9003,'Active Rinse 8oz<br>(Case of 12)','line_item',1978),(9004,'Active Rinse 16oz<br>(Case of 16)','line_item',1978),(9005,'Bulk Active Rinse 100% RM','line_item',1978),(9006,'Disposable Capes','line_item',1978),(9007,'Professional Lice Comb<br>(Case of 12)','line_item',1978),(9008,'Disposable Head Bands','line_item',1978),(9009,'Bulk Detangling Spray 1 Gallon RM','line_item',1978),(9010,'Free Standard Shipping','shipping',1978),(9011,'Professional Lice Comb<br>(Case of 12)','line_item',1981),(9012,'Bulk Active Rinse 100% RM','line_item',1981),(9013,'Bulk Mousse 1 Gallon RM','line_item',1981),(9014,'Active Rinse 8oz<br>(Case of 12)','line_item',1981),(9015,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1981),(9016,'Comb-Out Mousse<br>(Case of 12)','line_item',1981),(9017,'Professional Lice Comb<br>(Case of 12)','line_item',1981),(9018,'Bulk Active Rinse 100% RM','line_item',1981),(9019,'Free Standard Shipping','shipping',1981),(9020,'Disposable Capes','line_item',1982),(9021,'Disposable Head Bands','line_item',1982),(9022,'Bulk Detangling Spray 1 Gallon','line_item',1982),(9023,'Bulk Mousse 1 Gallon','line_item',1982),(9024,'Bulk Active Rinse 100%','line_item',1982),(9025,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1982),(9026,'Preventive Spray 8oz<br>(Case of 12)','line_item',1982),(9027,'Professional Lice Comb<br>(Case of 12)','line_item',1982),(9028,'Active Rinse 8oz<br>(Case of 12)','line_item',1982),(9029,'Active Rinse 16oz<br>(Case of 16)','line_item',1982),(9030,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1982),(9031,'Free Standard Shipping','shipping',1982),(9032,'Active Rinse 8oz<br>(Case of 12)','line_item',1983),(9033,'Preventive Spray 8oz<br>(Case of 12)','line_item',1983),(9034,'Bulk Active Rinse 100% RM','line_item',1983),(9035,'Disposable Head Bands','line_item',1983),(9036,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1983),(9037,'Free Standard Shipping','shipping',1983),(9038,'Bulk Active Rinse 100% RM','line_item',1984),(9039,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1984),(9040,'FedEx Ground','shipping',1984),(9041,'Active Rinse 16oz<br>(Case of 16)','line_item',1985),(9042,'Active Rinse 8oz<br>(Case of 12)','line_item',1985),(9043,'Bulk Active Rinse 100% RM','line_item',1985),(9044,'Professional Lice Comb<br>(Case of 12)','line_item',1985),(9045,'Free Standard Shipping','shipping',1985),(9046,'Active Rinse 8oz<br>(Case of 12)','line_item',1986),(9047,'Professional Lice Comb<br>(Case of 12)','line_item',1986),(9048,'Urgent Care Kit<br>(Case of 6)','line_item',1986),(9049,'Preventive Kit<br>(Case of 6)','line_item',1986),(9050,'Bulk Active Rinse 100% RM','line_item',1986),(9051,'Bulk Mousse 1 Gallon RM','line_item',1986),(9052,'Preventive Spray 8oz<br>(Case of 12)','line_item',1986),(9053,'Free Standard Shipping','shipping',1986),(9054,'Active Rinse 16oz<br>(Case of 16)','line_item',1987),(9055,'Active Rinse 8oz<br>(Case of 12)','line_item',1987),(9056,'Active Rinse 16oz<br>(Case of 16)','line_item',1987),(9057,'Comb-Out Mousse<br>(Case of 12)','line_item',1987),(9058,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1987),(9059,'Professional Lice Comb<br>(Case of 12)','line_item',1987),(9060,'Urgent Care Kit<br>(Case of 6)','line_item',1987),(9061,'Preventive Spray 2oz<br>(Case of 24)','line_item',1987),(9062,'Preventive Spray 8oz<br>(Case of 12)','line_item',1987),(9063,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1987),(9064,'Preventive Kit<br>(Case of 6)','line_item',1987),(9065,'Bulk Active Rinse 100% RM','line_item',1987),(9066,'Bulk Mousse 1 Gallon RM','line_item',1987),(9067,'Free Standard Shipping','shipping',1987),(9068,'Active Rinse 8oz<br>(Case of 12)','line_item',1988),(9069,'Active Rinse 16oz<br>(Case of 16)','line_item',1988),(9070,'Comb-Out Mousse<br>(Case of 12)','line_item',1988),(9071,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1988),(9072,'Professional Lice Comb<br>(Case of 12)','line_item',1988),(9073,'Urgent Care Kit<br>(Case of 6)','line_item',1988),(9074,'Preventive Spray 2oz<br>(Case of 24)','line_item',1988),(9075,'Preventive Spray 8oz<br>(Case of 12)','line_item',1988),(9076,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',1988),(9077,'Bulk Active Rinse 100% RM','line_item',1988),(9078,'Bulk Mousse 1 Gallon RM','line_item',1988),(9079,'Free Standard Shipping','shipping',1988),(9080,'Bulk Active Rinse 100% RM','line_item',1989),(9081,'Active Rinse 8oz<br>(Case of 12)','line_item',1989),(9082,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1989),(9083,'Bulk Detangling Spray 1 Gallon RM','line_item',1989),(9084,'Preventive Spray 2oz<br>(Case of 24)','line_item',1989),(9085,'FedEx Ground','shipping',1989),(9086,'Active Rinse 8oz<br>(Case of 12)','line_item',1990),(9087,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1990),(9088,'Professional Lice Comb<br>(Case of 12)','line_item',1990),(9089,'Preventive Spray 2oz<br>(Case of 24)','line_item',1990),(9090,'Preventive Spray 8oz<br>(Case of 12)','line_item',1990),(9091,'Disposable Head Bands','line_item',1990),(9092,'Bulk Active Rinse 100% RM','line_item',1990),(9093,'Free Standard Shipping','shipping',1990),(9094,'Professional Lice Comb<br>(Case of 12)','line_item',1991),(9095,'Preventive Spray 8oz<br>(Case of 12)','line_item',1991),(9096,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1991),(9097,'FedEx Ground','shipping',1991),(9098,'Bulk Active Rinse 100%','line_item',1992),(9099,'Bulk Mousse 1 Gallon','line_item',1992),(9100,'FedEx Ground','shipping',1992),(9101,'Urgent Care Kit<br>(Case of 6)','line_item',1993),(9102,'Active Rinse 8oz<br>(Case of 12)','line_item',1993),(9103,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1993),(9104,'Preventive Spray 8oz<br>(Case of 12)','line_item',1993),(9105,'Free Standard Shipping','shipping',1993),(9106,'Bulk Active Rinse 100%','line_item',1994),(9107,'FedEx Ground','shipping',1994),(9108,'Bulk Active Rinse 100%','line_item',1995),(9109,'FedEx Ground','shipping',1995),(9110,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',1996),(9111,'Urgent Care Kit<br>(Case of 6)','line_item',1996),(9112,'Preventive Kit<br>(Case of 6)','line_item',1996),(9113,'Bulk Active Rinse 100%','line_item',1996),(9114,'FedEx 2Day','shipping',1996),(9115,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',1997),(9116,'Professional Lice Comb<br>(Case of 12)','line_item',1997),(9117,'Bulk Active Rinse 100%','line_item',1997),(9118,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',1997),(9119,'Free Standard Shipping','shipping',1997),(9120,'Bulk Active Rinse 100%','line_item',1998),(9121,'Bulk Active Rinse 50/50','line_item',1998),(9122,'FedEx Ground','shipping',1998),(9123,'Professional Lice Comb<br>(Case of 12)','line_item',1999),(9124,'Bulk Mousse 1 Gallon RM','line_item',1999),(9125,'FedEx Ground','shipping',1999),(9126,'Preventive Conditioner<br>(Case of 12)','line_item',2000),(9127,'Bulk Active Rinse 100% RM','line_item',2000),(9128,'Bulk Detangling Spray 1 Gallon RM','line_item',2000),(9129,'FedEx Ground','shipping',2000),(9130,'Professional Lice Comb<br>(Case of 12)','line_item',2001),(9131,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2001),(9132,'Urgent Care Kit<br>(Case of 6)','line_item',2001),(9133,'Preventive Spray 2oz<br>(Case of 24)','line_item',2001),(9134,'Free Standard Shipping','shipping',2001),(9135,'Professional Lice Comb<br>(Case of 12)','line_item',2002),(9136,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2002),(9137,'Preventive Shampoo<br>(Case of 12)','line_item',2002),(9138,'Preventive Spray 8oz<br>(Case of 12)','line_item',2002),(9139,'Active Rinse 16oz<br>(Case of 16)','line_item',2002),(9140,'Active Rinse 8oz<br>(Case of 12)','line_item',2002),(9141,'Free Standard Shipping','shipping',2002),(9142,'Active Rinse 8oz<br>(Case of 12)','line_item',2003),(9143,'Active Rinse 16oz<br>(Case of 16)','line_item',2003),(9144,'Professional Lice Comb<br>(Case of 12)','line_item',2003),(9145,'Preventive Spray 8oz<br>(Case of 12)','line_item',2003),(9146,'Free Standard Shipping','shipping',2003),(9147,'Active Rinse 8oz<br>(Case of 12)','line_item',2004),(9148,'Active Rinse 16oz<br>(Case of 16)','line_item',2004),(9149,'Professional Lice Comb<br>(Case of 12)','line_item',2004),(9150,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2004),(9151,'Preventive Spray 8oz<br>(Case of 12)','line_item',2004),(9152,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2004),(9153,'Bulk Active Rinse 100%','line_item',2004),(9154,'Free Standard Shipping','shipping',2004),(9155,'Professional Lice Comb<br>(Case of 12)','line_item',2005),(9156,'Preventive Spray 2oz<br>(Case of 24)','line_item',2005),(9157,'Preventive Spray 8oz<br>(Case of 12)','line_item',2005),(9158,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2005),(9159,'FedEx Ground','shipping',2005),(9160,'Bulk Active Rinse 100% RM','line_item',2006),(9161,'FedEx Ground','shipping',2006),(9162,'Active Rinse 8oz<br>(Case of 12)','line_item',2007),(9163,'Active Rinse 16oz<br>(Case of 16)','line_item',2007),(9164,'Professional Lice Comb<br>(Case of 12)','line_item',2007),(9165,'Preventive Spray 8oz<br>(Case of 12)','line_item',2007),(9166,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2007),(9167,'Comb-Out Mousse<br>(Case of 12)','line_item',2007),(9168,'Bulk Mousse 1 Gallon RM','line_item',2007),(9169,'Bulk Detangling Spray 1 Gallon RM','line_item',2007),(9170,'Preventive Shampoo<br>(Case of 12)','line_item',2007),(9171,'Preventive Conditioner<br>(Case of 12)','line_item',2007),(9172,'Bulk Active Rinse 100% RM','line_item',2007),(9173,'Free Standard Shipping','shipping',2007),(9174,'Preventive Shampoo<br>(Case of 12)','line_item',2008),(9175,'Preventive Conditioner<br>(Case of 12)','line_item',2008),(9176,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2008),(9177,'Comb-Out Mousse<br>(Case of 12)','line_item',2008),(9178,'Preventive Spray 8oz<br>(Case of 12)','line_item',2008),(9179,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2008),(9180,'Active Rinse 8oz<br>(Case of 12)','line_item',2008),(9181,'Active Rinse 16oz<br>(Case of 16)','line_item',2008),(9182,'Professional Lice Comb<br>(Case of 12)','line_item',2008),(9183,'Bulk Active Rinse 100% RM','line_item',2008),(9184,'Bulk Mousse 1 Gallon RM','line_item',2008),(9185,'Free Standard Shipping','shipping',2008),(9186,'Comb-Out Mousse<br>(Case of 12)','line_item',2009),(9187,'Preventive Spray 8oz<br>(Case of 12)','line_item',2009),(9188,'Bulk Mousse 1 Gallon RM','line_item',2009),(9189,'Active Rinse 8oz<br>(Case of 12)','line_item',2009),(9190,'Active Rinse 16oz<br>(Case of 16)','line_item',2009),(9191,'Professional Lice Comb<br>(Case of 12)','line_item',2009),(9192,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2009),(9193,'Bulk Active Rinse 100% RM','line_item',2009),(9194,'Free Standard Shipping','shipping',2009),(9195,'Professional Lice Comb<br>(Case of 12)','line_item',2010),(9196,'Active Rinse 8oz<br>(Case of 12)','line_item',2010),(9197,'Comb-Out Mousse<br>(Case of 12)','line_item',2010),(9198,'Preventive Kit<br>(Case of 6)','line_item',2010),(9199,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2010),(9200,'Bulk Active Rinse 100% RM','line_item',2010),(9201,'Bulk Detangling Spray 1 Gallon RM','line_item',2010),(9202,'Free Standard Shipping','shipping',2010),(9209,'Disposable Head Bands','line_item',2013),(9210,'Disposable Capes','line_item',2013),(9211,'Bulk Detangling Spray 1 Gallon','line_item',2013),(9212,'Bulk Mousse 1 Gallon','line_item',2013),(9213,'Bulk Active Rinse 100%','line_item',2013),(9214,'FedEx Ground','shipping',2013),(9215,'Preventive Kit<br>(Case of 6)','line_item',2014),(9216,'Active Rinse 16oz<br>(Case of 16)','line_item',2014),(9217,'Active Rinse 8oz<br>(Case of 12)','line_item',2014),(9218,'Free Standard Shipping','shipping',2014),(9219,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2015),(9220,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2015),(9221,'FedEx Ground','shipping',2015),(9222,'Professional Lice Comb<br>(Case of 12)','line_item',2016),(9223,'Bulk Mousse 1 Gallon RM','line_item',2016),(9224,'Bulk Active Rinse 50/50 RM','line_item',2016),(9225,'Preventive Spray 8oz<br>(Case of 12)','line_item',2016),(9226,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2016),(9227,'FedEx 2Day','shipping',2016),(9228,'Active Rinse 8oz<br>(Case of 12)','line_item',2017),(9229,'Active Rinse 16oz<br>(Case of 16)','line_item',2017),(9230,'Professional Lice Comb<br>(Case of 12)','line_item',2017),(9231,'Free Standard Shipping','shipping',2017),(9232,'Disposable Head Bands','line_item',2018),(9233,'Disposable Capes','line_item',2018),(9234,'Bulk Mousse 1 Gallon RM','line_item',2018),(9235,'Bulk Detangling Spray 1 Gallon RM','line_item',2018),(9236,'Bulk Active Rinse 100% RM','line_item',2018),(9237,'FedEx Ground','shipping',2018),(9238,'Disposable Head Bands','line_item',2019),(9239,'Disposable Capes','line_item',2019),(9240,'Bulk Mousse 1 Gallon RM','line_item',2019),(9241,'Bulk Detangling Spray 1 Gallon RM','line_item',2019),(9242,'Bulk Active Rinse 100% RM','line_item',2019),(9243,'FedEx Ground','shipping',2019),(9244,'Disposable Head Bands','line_item',2020),(9245,'Disposable Capes','line_item',2020),(9246,'Bulk Mousse 1 Gallon RM','line_item',2020),(9247,'Bulk Detangling Spray 1 Gallon RM','line_item',2020),(9248,'Bulk Active Rinse 100% RM','line_item',2020),(9249,'FedEx Ground','shipping',2020),(9258,'Active Rinse 8oz<br>(Case of 12)','line_item',2021),(9259,'Active Rinse 16oz<br>(Case of 16)','line_item',2021),(9260,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2021),(9261,'Professional Lice Comb<br>(Case of 12)','line_item',2021),(9262,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2021),(9263,'Bulk Active Rinse 100% RM','line_item',2021),(9264,'Bulk Active Rinse 50/50 RM','line_item',2021),(9265,'Free Standard Shipping','shipping',2021),(9266,'Active Rinse 16oz<br>(Case of 16)','line_item',2022),(9267,'Professional Lice Comb<br>(Case of 12)','line_item',2022),(9268,'Urgent Care Kit<br>(Case of 6)','line_item',2022),(9269,'Preventive Kit<br>(Case of 6)','line_item',2022),(9270,'Bulk Detangling Spray 1 Gallon RM','line_item',2022),(9271,'Bulk Mousse 1 Gallon RM','line_item',2022),(9272,'Bulk Active Rinse 100% RM','line_item',2022),(9273,'Free Standard Shipping','shipping',2022),(9274,'Professional Lice Comb<br>(Case of 12)','line_item',2023),(9275,'Preventive Spray 8oz<br>(Case of 12)','line_item',2023),(9276,'Bulk Active Rinse 100% RM','line_item',2023),(9277,'Bulk Detangling Spray 1 Gallon RM','line_item',2023),(9278,'Active Rinse 8oz<br>(Case of 12)','line_item',2023),(9279,'Free Standard Shipping','shipping',2023),(9280,'Bulk Active Rinse 100% RM','line_item',2024),(9281,'FedEx Ground','shipping',2024),(9282,'Professional Lice Comb<br>(Case of 12)','line_item',2025),(9283,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2025),(9284,'Preventive Kit<br>(Case of 6)','line_item',2025),(9285,'Free Standard Shipping','shipping',2025),(9286,'Bulk Mousse 1 Gallon RM','line_item',2026),(9287,'Bulk Detangling Spray 1 Gallon RM','line_item',2026),(9288,'Bulk Active Rinse 100% RM','line_item',2026),(9289,'Professional Lice Comb<br>(Case of 12)','line_item',2026),(9290,'Active Rinse 16oz<br>(Case of 16)','line_item',2026),(9291,'Active Rinse 8oz<br>(Case of 12)','line_item',2026),(9292,'FedEx Standard Overnight','shipping',2026),(9293,'Active Rinse 8oz<br>(Case of 12)','line_item',2027),(9294,'Active Rinse 16oz<br>(Case of 16)','line_item',2027),(9295,'Professional Lice Comb<br>(Case of 12)','line_item',2027),(9296,'Preventive Kit<br>(Case of 6)','line_item',2027),(9297,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2027),(9298,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2027),(9299,'Bulk Detangling Spray 1 Gallon RM','line_item',2027),(9300,'Bulk Active Rinse 100% RM','line_item',2027),(9301,'Free Standard Shipping','shipping',2027),(9302,'Urgent Care Kit<br>(Case of 6)','line_item',2028),(9303,'Professional Lice Comb<br>(Case of 12)','line_item',2028),(9304,'Active Rinse 8oz<br>(Case of 12)','line_item',2028),(9305,'Active Rinse 16oz<br>(Case of 16)','line_item',2028),(9306,'Free Standard Shipping','shipping',2028),(9307,'Preventive Spray 2oz<br>(Case of 24)','line_item',2029),(9308,'Preventive Spray 8oz<br>(Case of 12)','line_item',2029),(9309,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2029),(9310,'Preventive Kit<br>(Case of 6)','line_item',2029),(9311,'Bulk Active Rinse 100%','line_item',2029),(9312,'Free Standard Shipping','shipping',2029),(9313,'Active Rinse 8oz<br>(Case of 12)','line_item',2030),(9314,'Preventive Kit<br>(Case of 6)','line_item',2030),(9315,'Preventive Spray 2oz<br>(Case of 24)','line_item',2030),(9316,'Course Tail Comb','line_item',2030),(9317,'9\" Detangler Comb','line_item',2030),(9318,'Bulk Active Rinse 100%','line_item',2030),(9319,'Free Standard Shipping','shipping',2030),(9320,'Active Rinse 16oz<br>(Case of 16)','line_item',2031),(9321,'Active Rinse 8oz<br>(Case of 12)','line_item',2031),(9322,'Professional Lice Comb<br>(Case of 12)','line_item',2031),(9323,'Free Standard Shipping','shipping',2031),(9324,'Preventive Kit<br>(Case of 6)','line_item',2032),(9325,'Bulk Active Rinse 100%','line_item',2032),(9326,'FedEx Ground','shipping',2032),(9327,'Bulk Active Rinse 100%','line_item',2033),(9328,'Bulk Mousse 1 Gallon','line_item',2033),(9329,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2033),(9330,'FedEx Ground','shipping',2033),(9331,'Active Rinse 8oz<br>(Case of 12)','line_item',2034),(9332,'Active Rinse 16oz<br>(Case of 16)','line_item',2034),(9333,'Comb-Out Mousse<br>(Case of 12)','line_item',2034),(9334,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2034),(9335,'Professional Lice Comb<br>(Case of 12)','line_item',2034),(9336,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2034),(9337,'Urgent Care Kit<br>(Case of 6)','line_item',2034),(9338,'Preventive Shampoo<br>(Case of 12)','line_item',2034),(9339,'Preventive Conditioner<br>(Case of 12)','line_item',2034),(9340,'Preventive Spray 2oz<br>(Case of 24)','line_item',2034),(9341,'Preventive Spray 8oz<br>(Case of 12)','line_item',2034),(9342,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2034),(9343,'Preventive Kit<br>(Case of 6)','line_item',2034),(9344,'Bulk Active Rinse 100% RM','line_item',2034),(9345,'Bulk Detangling Spray 1 Gallon RM','line_item',2034),(9346,'Bulk Mousse 1 Gallon RM','line_item',2034),(9347,'Free Standard Shipping','shipping',2034),(9348,'Bulk Active Rinse 100% RM','line_item',2035),(9349,'Bulk Detangling Spray 1 Gallon RM','line_item',2035),(9350,'Bulk Mousse 1 Gallon RM','line_item',2035),(9351,'FedEx Ground','shipping',2035),(9352,'Preventive Kit<br>(Case of 6)','line_item',2036),(9353,'Bulk Active Rinse 100% RM','line_item',2036),(9354,'FedEx Ground','shipping',2036),(9355,'Professional Lice Comb<br>(Case of 12)','line_item',2037),(9356,'Bulk Active Rinse 100% RM','line_item',2037),(9357,'Bulk Mousse 1 Gallon RM','line_item',2037),(9358,'Free Standard Shipping','shipping',2037),(9359,'FedEx Standard Overnight','shipping',2038),(9360,'Bulk Active Rinse 100% RM','line_item',2039),(9361,'Professional Lice Comb<br>(Case of 12)','line_item',2039),(9362,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2039),(9363,'Active Rinse 16oz<br>(Case of 16)','line_item',2039),(9364,'Active Rinse 8oz<br>(Case of 12)','line_item',2039),(9365,'Free Standard Shipping','shipping',2039),(9366,'Bulk Active Rinse 100% RM','line_item',2040),(9367,'FedEx Ground','shipping',2040),(9368,'Professional Lice Comb<br>(Case of 12)','line_item',2041),(9369,'Bulk Active Rinse 100% RM','line_item',2041),(9370,'FedEx Ground','shipping',2041),(9371,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2042),(9372,'Professional Lice Comb<br>(Case of 12)','line_item',2042),(9373,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2042),(9374,'Active Rinse 16oz<br>(Case of 16)','line_item',2042),(9375,'Active Rinse 8oz<br>(Case of 12)','line_item',2042),(9376,'Bulk Active Rinse 100% RM','line_item',2042),(9377,'Bulk Detangling Spray 1 Gallon RM','line_item',2042),(9378,'Free Standard Shipping','shipping',2042),(9379,'Active Rinse 8oz<br>(Case of 12)','line_item',2043),(9380,'Preventive Spray 8oz<br>(Case of 12)','line_item',2043),(9381,'FedEx Ground','shipping',2043),(9382,'Active Rinse 8oz<br>(Case of 12)','line_item',2044),(9383,'Preventive Spray 8oz<br>(Case of 12)','line_item',2044),(9384,'FedEx Ground','shipping',2044),(9385,'Active Rinse 8oz<br>(Case of 12)','line_item',2045),(9386,'Preventive Spray 8oz<br>(Case of 12)','line_item',2045),(9387,'FedEx Ground','shipping',2045),(9388,'Active Rinse 8oz<br>(Case of 12)','line_item',2046),(9389,'Preventive Spray 8oz<br>(Case of 12)','line_item',2046),(9390,'FedEx Ground','shipping',2046),(9391,'Active Rinse 8oz<br>(Case of 12)','line_item',2047),(9392,'Professional Lice Comb<br>(Case of 12)','line_item',2047),(9393,'Bulk Active Rinse 100% RM','line_item',2047),(9394,'Bulk Mousse 1 Gallon RM','line_item',2047),(9395,'Free Standard Shipping','shipping',2047),(9396,'Active Rinse 8oz<br>(Case of 12)','line_item',2048),(9397,'Preventive Spray 2oz<br>(Case of 24)','line_item',2048),(9398,'Professional Lice Comb<br>(Case of 12)','line_item',2048),(9399,'Goomee 4 Pack','line_item',2048),(9400,'Wet Comb','line_item',2048),(9401,'The Wet Brush Squirt','line_item',2048),(9402,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2048),(9403,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2048),(9404,'Urgent Care Kit<br>(Case of 6)','line_item',2048),(9405,'Preventive Spray 8oz<br>(Case of 12)','line_item',2048),(9406,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2048),(9407,'Bulk Active Rinse 50/50 RM','line_item',2048),(9408,'Bulk Active Rinse 50/50 RM','line_item',2048),(9409,'Free Standard Shipping','shipping',2048),(9410,'Professional Lice Comb<br>(Case of 12)','line_item',2049),(9411,'FedEx Ground','shipping',2049),(9412,'Active Rinse 8oz<br>(Case of 12)','line_item',2050),(9413,'Active Rinse 16oz<br>(Case of 16)','line_item',2050),(9414,'Professional Lice Comb<br>(Case of 12)','line_item',2050),(9415,'Preventive Kit<br>(Case of 6)','line_item',2050),(9416,'Bulk Active Rinse 100% RM','line_item',2050),(9417,'Bulk Mousse 1 Gallon RM','line_item',2050),(9418,'Free Standard Shipping','shipping',2050),(9419,'Bulk Active Rinse 100% RM','line_item',2051),(9420,'Bulk Detangling Spray 1 Gallon RM','line_item',2051),(9421,'Professional Lice Comb<br>(Case of 12)','line_item',2051),(9422,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2051),(9423,'Free Standard Shipping','shipping',2051),(9424,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2052),(9425,'Bulk Active Rinse 50/50 RM','line_item',2052),(9426,'Preventive Spray 2oz<br>(Case of 24)','line_item',2052),(9427,'FedEx Ground','shipping',2052),(9428,'Bulk Active Rinse 100% RM','line_item',2053),(9429,'FedEx Ground','shipping',2053),(9430,'Disposable Head Bands','line_item',2054),(9431,'Disposable Capes','line_item',2054),(9432,'FedEx Ground','shipping',2054),(9433,'Active Rinse 8oz<br>(Case of 12)','line_item',2055),(9434,'Active Rinse 16oz<br>(Case of 16)','line_item',2055),(9435,'Comb-Out Mousse<br>(Case of 12)','line_item',2055),(9436,'Professional Lice Comb<br>(Case of 12)','line_item',2055),(9437,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2055),(9438,'Urgent Care Kit<br>(Case of 6)','line_item',2055),(9439,'Preventive Spray 2oz<br>(Case of 24)','line_item',2055),(9440,'Preventive Spray 8oz<br>(Case of 12)','line_item',2055),(9441,'Preventive Kit<br>(Case of 6)','line_item',2055),(9442,'Bulk Active Rinse 100% RM','line_item',2055),(9443,'Bulk Mousse 1 Gallon RM','line_item',2055),(9444,'Free Standard Shipping','shipping',2055),(9445,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2056),(9446,'Preventive Spray 8oz<br>(Case of 12)','line_item',2056),(9447,'Bulk Detangling Spray 1 Gallon','line_item',2056),(9448,'Bulk Active Rinse 100%','line_item',2056),(9449,'FedEx 2Day','shipping',2056),(9453,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2058),(9454,'Active Rinse 8oz<br>(Case of 12)','line_item',2058),(9455,'Active Rinse 16oz<br>(Case of 16)','line_item',2058),(9456,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2058),(9457,'Bulk Active Rinse 100% RM','line_item',2058),(9458,'Free Standard Shipping','shipping',2058),(9459,'Bulk Active Rinse 50/50 RM','line_item',2057),(9460,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2057),(9461,'FedEx Ground','shipping',2057),(9462,'Professional Lice Comb<br>(Case of 12)','line_item',2059),(9463,'Comb-Out Mousse<br>(Case of 12)','line_item',2059),(9464,'Preventive Spray 8oz<br>(Case of 12)','line_item',2059),(9465,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2059),(9466,'Disposable Head Bands','line_item',2059),(9467,'Disney Wet Brush','line_item',2059),(9468,'The Wet Brush','line_item',2059),(9469,'Free Standard Shipping','shipping',2059),(9484,'Active Rinse 8oz<br>(Case of 12)','line_item',2060),(9485,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2060),(9486,'Professional Lice Comb<br>(Case of 12)','line_item',2060),(9487,'Preventive Spray 8oz<br>(Case of 12)','line_item',2060),(9488,'Bulk Active Rinse 100% RM','line_item',2060),(9489,'Bulk Detangling Spray 1 Gallon RM','line_item',2060),(9490,'FedEx Ground','shipping',2060),(9491,'Active Rinse 8oz<br>(Case of 12)','line_item',2061),(9492,'Preventive Kit<br>(Case of 6)','line_item',2061),(9493,'Bulk Active Rinse 100%','line_item',2061),(9494,'Free Standard Shipping','shipping',2061),(9495,'Bulk Active Rinse 100% RM','line_item',2062),(9496,'Bulk Detangling Spray 1 Gallon RM','line_item',2062),(9497,'Disposable Head Bands','line_item',2062),(9498,'Disposable Capes','line_item',2062),(9499,'FedEx 2Day','shipping',2062),(9500,'Active Rinse 8oz<br>(Case of 12)','line_item',2063),(9501,'Professional Lice Comb<br>(Case of 12)','line_item',2063),(9502,'Bulk Active Rinse 100% RM','line_item',2063),(9503,'Free Standard Shipping','shipping',2063),(9504,'Active Rinse 16oz<br>(Case of 16)','line_item',2064),(9505,'Professional Lice Comb<br>(Case of 12)','line_item',2064),(9506,'Preventive Kit<br>(Case of 6)','line_item',2064),(9507,'Bulk Active Rinse 100% RM','line_item',2064),(9508,'Free Standard Shipping','shipping',2064),(9509,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2065),(9510,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2065),(9511,'Bulk Detangling Spray 1 Gallon RM','line_item',2065),(9512,'Bulk Mousse 1 Gallon RM','line_item',2065),(9513,'Large Butterfly Clips','line_item',2065),(9514,'9\" Detangler Comb','line_item',2065),(9515,'FedEx Ground','shipping',2065),(9516,'Active Rinse 8oz<br>(Case of 12)','line_item',2066),(9517,'Preventive Spray 8oz<br>(Case of 12)','line_item',2066),(9518,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2066),(9519,'Free Standard Shipping','shipping',2066),(9520,'Professional Lice Comb<br>(Case of 12)','line_item',2067),(9521,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2067),(9522,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2067),(9523,'Active Rinse 16oz<br>(Case of 16)','line_item',2067),(9524,'Active Rinse 8oz<br>(Case of 12)','line_item',2067),(9525,'Preventive Spray 8oz<br>(Case of 12)','line_item',2067),(9526,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2067),(9527,'Preventive Shampoo<br>(Case of 12)','line_item',2067),(9528,'Preventive Conditioner<br>(Case of 12)','line_item',2067),(9529,'Preventive Spray 2oz<br>(Case of 24)','line_item',2067),(9530,'Bulk Active Rinse 100%','line_item',2067),(9531,'Free Standard Shipping','shipping',2067),(9532,'Active Rinse 8oz<br>(Case of 12)','line_item',2068),(9533,'Active Rinse 16oz<br>(Case of 16)','line_item',2068),(9534,'Comb-Out Mousse<br>(Case of 12)','line_item',2068),(9535,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2068),(9536,'Professional Lice Comb<br>(Case of 12)','line_item',2068),(9537,'Urgent Care Kit<br>(Case of 6)','line_item',2068),(9538,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2068),(9539,'Preventive Spray 2oz<br>(Case of 24)','line_item',2068),(9540,'Bulk Active Rinse 100% RM','line_item',2068),(9541,'Free Standard Shipping','shipping',2068),(9542,'Active Rinse 8oz<br>(Case of 12)','line_item',2069),(9543,'Active Rinse 16oz<br>(Case of 16)','line_item',2069),(9544,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2069),(9545,'Professional Lice Comb<br>(Case of 12)','line_item',2069),(9546,'Urgent Care Kit<br>(Case of 6)','line_item',2069),(9547,'Preventive Spray 2oz<br>(Case of 24)','line_item',2069),(9548,'Preventive Spray 8oz<br>(Case of 12)','line_item',2069),(9549,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2069),(9550,'Bulk Active Rinse 100% RM','line_item',2069),(9551,'Free Standard Shipping','shipping',2069),(9552,'Bulk Active Rinse 100% RM','line_item',2070),(9553,'Active Rinse 16oz<br>(Case of 16)','line_item',2070),(9554,'Active Rinse 8oz<br>(Case of 12)','line_item',2070),(9555,'Comb-Out Mousse<br>(Case of 12)','line_item',2070),(9556,'Professional Lice Comb<br>(Case of 12)','line_item',2070),(9557,'Preventive Spray 8oz<br>(Case of 12)','line_item',2070),(9558,'Free Standard Shipping','shipping',2070),(9559,'Preventive Shampoo<br>(Case of 12)','line_item',2071),(9560,'Preventive Conditioner<br>(Case of 12)','line_item',2071),(9561,'Comb-Out Mousse<br>(Case of 12)','line_item',2071),(9562,'Preventive Spray 8oz<br>(Case of 12)','line_item',2071),(9563,'Bulk Active Rinse 100% RM','line_item',2071),(9564,'Active Rinse 8oz<br>(Case of 12)','line_item',2071),(9565,'Active Rinse 16oz<br>(Case of 16)','line_item',2071),(9566,'Professional Lice Comb<br>(Case of 12)','line_item',2071),(9567,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2071),(9568,'Free Standard Shipping','shipping',2071),(9569,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2072),(9570,'Professional Lice Comb<br>(Case of 12)','line_item',2072),(9571,'Preventive Spray 2oz<br>(Case of 24)','line_item',2072),(9572,'Bulk Mousse 1 Gallon RM','line_item',2072),(9573,'Active Rinse 8oz<br>(Case of 12)','line_item',2072),(9574,'Free Standard Shipping','shipping',2072),(9575,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2073),(9576,'Preventive Shampoo<br>(Case of 12)','line_item',2073),(9577,'Preventive Conditioner<br>(Case of 12)','line_item',2073),(9578,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2073),(9579,'Preventive Spray 8oz<br>(Case of 12)','line_item',2073),(9580,'Comb-Out Mousse<br>(Case of 12)','line_item',2073),(9581,'Professional Lice Comb<br>(Case of 12)','line_item',2073),(9582,'Active Rinse 16oz<br>(Case of 16)','line_item',2073),(9583,'Active Rinse 8oz<br>(Case of 12)','line_item',2073),(9584,'Bulk Active Rinse 100% RM','line_item',2073),(9585,'Free Standard Shipping','shipping',2073),(9586,'Active Rinse 8oz<br>(Case of 12)','line_item',2074),(9587,'Professional Lice Comb<br>(Case of 12)','line_item',2074),(9588,'Free Standard Shipping','shipping',2074),(9589,'Preventive Spray 8oz<br>(Case of 12)','line_item',2075),(9590,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2075),(9591,'Active Rinse 8oz<br>(Case of 12)','line_item',2075),(9592,'Active Rinse 16oz<br>(Case of 16)','line_item',2075),(9593,'Professional Lice Comb<br>(Case of 12)','line_item',2075),(9594,'Comb-Out Mousse<br>(Case of 12)','line_item',2075),(9595,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2075),(9596,'Bulk Active Rinse 100% RM','line_item',2075),(9597,'Free Standard Shipping','shipping',2075),(9598,'Active Rinse 8oz<br>(Case of 12)','line_item',2076),(9599,'Active Rinse 16oz<br>(Case of 16)','line_item',2076),(9600,'Bulk Active Rinse 100% RM','line_item',2076),(9601,'Professional Lice Comb<br>(Case of 12)','line_item',2076),(9602,'Active Rinse 8oz<br>(Case of 12)','line_item',2076),(9603,'Free Standard Shipping','shipping',2076),(9604,'Active Rinse 8oz<br>(Case of 12)','line_item',2077),(9605,'Active Rinse 16oz<br>(Case of 16)','line_item',2077),(9606,'Professional Lice Comb<br>(Case of 12)','line_item',2077),(9607,'Free Standard Shipping','shipping',2077),(9608,'Active Rinse 8oz<br>(Case of 12)','line_item',2078),(9609,'Active Rinse 16oz<br>(Case of 16)','line_item',2078),(9610,'Preventive Spray 8oz<br>(Case of 12)','line_item',2078),(9611,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2078),(9612,'Bulk Active Rinse 100% RM','line_item',2078),(9613,'Free Standard Shipping','shipping',2078),(9614,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2079),(9615,'Active Rinse 8oz<br>(Case of 12)','line_item',2079),(9616,'Bulk Detangling Spray 1 Gallon','line_item',2079),(9617,'Bulk Mousse 1 Gallon','line_item',2079),(9618,'Bulk Active Rinse 100%','line_item',2079),(9619,'FedEx Ground','shipping',2079),(9620,'Bulk Mousse 1 Gallon RM','line_item',2080),(9621,'Bulk Active Rinse 100% RM','line_item',2080),(9622,'The Wet Brush','line_item',2080),(9623,'Goomee 4 Pack','line_item',2080),(9624,'The Wet Brush','line_item',2080),(9625,'FedEx 2Day','shipping',2080),(9626,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2081),(9627,'The Wet Brush','line_item',2081),(9628,'FedEx Ground','shipping',2081),(9629,'Bulk Active Rinse 100% RM','line_item',2082),(9630,'FedEx Ground','shipping',2082),(9631,'Bulk Active Rinse 100% RM','line_item',2083),(9632,'FedEx Ground','shipping',2083),(9633,'FedEx 2Day','shipping',2084),(9634,'Goomee 4 Pack','line_item',2085),(9635,'Disney Wet Brush','line_item',2085),(9636,'Disposable Head Bands','line_item',2085),(9637,'Disposable Capes','line_item',2085),(9638,'Bulk Active Rinse 100% RM','line_item',2085),(9639,'FedEx Ground','shipping',2085),(9640,'Disposable Capes','line_item',2086),(9641,'FedEx Ground','shipping',2086),(9642,'Preventive Shampoo<br>(Case of 12)','line_item',2087),(9643,'FedEx Ground','shipping',2087),(9644,'Active Rinse 8oz<br>(Case of 12)','line_item',2088),(9645,'FedEx Ground','shipping',2088),(9646,'Active Rinse 8oz<br>(Case of 12)','line_item',2089),(9647,'Professional Lice Comb<br>(Case of 12)','line_item',2089),(9648,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2089),(9649,'Bulk Active Rinse 100%','line_item',2089),(9650,'Disposable Head Bands','line_item',2089),(9651,'Preventive Spray 8oz<br>(Case of 12)','line_item',2089),(9652,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2089),(9653,'Free Standard Shipping','shipping',2089),(9654,'Active Rinse 8oz<br>(Case of 12)','line_item',2090),(9655,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2090),(9656,'Professional Lice Comb<br>(Case of 12)','line_item',2090),(9657,'Preventive Spray 2oz<br>(Case of 24)','line_item',2090),(9658,'Bulk Active Rinse 100% RM','line_item',2090),(9659,'Bulk Detangling Spray 1 Gallon RM','line_item',2090),(9660,'Bulk Mousse 1 Gallon RM','line_item',2090),(9661,'Preventive Spray 8oz<br>(Case of 12)','line_item',2090),(9662,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2090),(9663,'Free Standard Shipping','shipping',2090),(9664,'Active Rinse 8oz<br>(Case of 12)','line_item',2091),(9665,'Bulk Active Rinse 100%','line_item',2091),(9666,'FedEx Ground','shipping',2091),(9667,'Active Rinse 8oz<br>(Case of 12)','line_item',2092),(9668,'Bulk Mousse 1 Gallon RM','line_item',2092),(9669,'Active Rinse 16oz<br>(Case of 16)','line_item',2092),(9670,'Bulk Active Rinse 100% RM','line_item',2092),(9671,'Free Standard Shipping','shipping',2092),(9672,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2093),(9673,'Urgent Care Kit<br>(Case of 6)','line_item',2093),(9674,'Preventive Kit<br>(Case of 6)','line_item',2093),(9675,'Professional Lice Comb<br>(Case of 12)','line_item',2093),(9676,'Free Standard Shipping','shipping',2093),(9677,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2094),(9678,'Urgent Care Kit<br>(Case of 6)','line_item',2094),(9679,'Preventive Kit<br>(Case of 6)','line_item',2094),(9680,'Professional Lice Comb<br>(Case of 12)','line_item',2094),(9681,'Free Standard Shipping','shipping',2094),(9682,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2095),(9683,'Urgent Care Kit<br>(Case of 6)','line_item',2095),(9684,'Preventive Kit<br>(Case of 6)','line_item',2095),(9685,'Professional Lice Comb<br>(Case of 12)','line_item',2095),(9686,'Free Standard Shipping','shipping',2095),(9687,'Comb-Out Mousse<br>(Case of 12)','line_item',2096),(9688,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2096),(9689,'Professional Lice Comb<br>(Case of 12)','line_item',2096),(9690,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2096),(9691,'Preventive Spray 2oz<br>(Case of 24)','line_item',2096),(9692,'Preventive Shampoo<br>(Case of 12)','line_item',2096),(9693,'Preventive Conditioner<br>(Case of 12)','line_item',2096),(9694,'Preventive Spray 8oz<br>(Case of 12)','line_item',2096),(9695,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2096),(9696,'Disposable Head Bands','line_item',2096),(9697,'Goomee 4 Pack','line_item',2096),(9698,'Free Standard Shipping','shipping',2096),(9699,'Professional Lice Comb<br>(Case of 12)','line_item',2097),(9700,'Preventive Spray 2oz<br>(Case of 24)','line_item',2097),(9701,'Preventive Spray 8oz<br>(Case of 12)','line_item',2097),(9702,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2097),(9703,'Disposable Head Bands','line_item',2097),(9704,'Goomee 4 Pack','line_item',2097),(9705,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2097),(9706,'Free Standard Shipping','shipping',2097),(9707,'Bulk Detangling Spray 1 Gallon RM','line_item',2098),(9708,'Bulk Mousse 1 Gallon RM','line_item',2098),(9709,'Bulk Active Rinse 100% RM','line_item',2098),(9710,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2098),(9711,'FedEx Ground','shipping',2098),(9712,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2099),(9713,'Active Rinse 8oz<br>(Case of 12)','line_item',2099),(9714,'Urgent Care Kit<br>(Case of 6)','line_item',2099),(9715,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2099),(9716,'Preventive Kit<br>(Case of 6)','line_item',2099),(9717,'Bulk Active Rinse 100% RM','line_item',2099),(9718,'Free Standard Shipping','shipping',2099),(9719,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2100),(9720,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2100),(9721,'FedEx Ground','shipping',2100),(9722,'Active Rinse 8oz<br>(Case of 12)','line_item',2101),(9723,'FedEx Ground','shipping',2101),(9724,'Professional Lice Comb<br>(Case of 12)','line_item',2102),(9725,'Preventive Spray 8oz<br>(Case of 12)','line_item',2102),(9726,'Bulk Active Rinse 100% RM','line_item',2102),(9727,'FedEx Ground','shipping',2102),(9728,'Active Rinse 8oz<br>(Case of 12)','line_item',2103),(9729,'Preventive Kit<br>(Case of 6)','line_item',2103),(9730,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2103),(9731,'Preventive Conditioner<br>(Case of 12)','line_item',2103),(9732,'Preventive Shampoo<br>(Case of 12)','line_item',2103),(9733,'Preventive Spray 8oz<br>(Case of 12)','line_item',2103),(9734,'Preventive Spray 2oz<br>(Case of 24)','line_item',2103),(9735,'Bulk Active Rinse 100%','line_item',2103),(9736,'Free Standard Shipping','shipping',2103),(9737,'Active Rinse 8oz<br>(Case of 12)','line_item',2104),(9738,'Active Rinse 16oz<br>(Case of 16)','line_item',2104),(9739,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2104),(9740,'Professional Lice Comb<br>(Case of 12)','line_item',2104),(9741,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2104),(9742,'Bulk Active Rinse 100% RM','line_item',2104),(9743,'Bulk Detangling Spray 1 Gallon RM','line_item',2104),(9744,'Free Standard Shipping','shipping',2104),(9745,'Bulk Mousse 1 Gallon','line_item',2105),(9746,'Bulk Active Rinse 100%','line_item',2105),(9747,'FedEx Ground','shipping',2105),(9748,'Active Rinse 8oz<br>(Case of 12)','line_item',2106),(9749,'Active Rinse 16oz<br>(Case of 16)','line_item',2106),(9750,'Professional Lice Comb<br>(Case of 12)','line_item',2106),(9751,'Preventive Shampoo<br>(Case of 12)','line_item',2106),(9752,'Preventive Conditioner<br>(Case of 12)','line_item',2106),(9753,'Preventive Spray 8oz<br>(Case of 12)','line_item',2106),(9754,'Preventive Kit<br>(Case of 6)','line_item',2106),(9755,'Bulk Active Rinse 100% RM','line_item',2106),(9756,'Bulk Mousse 1 Gallon RM','line_item',2106),(9757,'Free Standard Shipping','shipping',2106),(9758,'Bulk Active Rinse 100% RM','line_item',2107),(9759,'FedEx Ground','shipping',2107),(9760,'Professional Lice Comb<br>(Case of 12)','line_item',2108),(9761,'Preventive Spray 8oz<br>(Case of 12)','line_item',2108),(9762,'Bulk Active Rinse 100% RM','line_item',2108),(9763,'Free Standard Shipping','shipping',2108),(9764,'Bulk Active Rinse 100% RM','line_item',2109),(9765,'FedEx Ground','shipping',2109),(9766,'Bulk Detangling Spray 1 Gallon RM','line_item',2128),(9767,'Disposable Head Bands','line_item',2128),(9768,'Disposable Capes','line_item',2128),(9769,'Bulk Active Rinse 100% RM','line_item',2128),(9770,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2128),(9771,'Free Standard Shipping','shipping',2128),(9772,'Bulk Detangling Spray 1 Gallon RM','line_item',2129),(9773,'Disposable Head Bands','line_item',2129),(9774,'Disposable Capes','line_item',2129),(9775,'Bulk Active Rinse 100% RM','line_item',2129),(9776,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2129),(9777,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2132),(9778,'Bulk Detangling Spray 1 Gallon RM','line_item',2132),(9779,'Disposable Head Bands','line_item',2132),(9780,'Disposable Capes','line_item',2132),(9781,'Goomee 4 Pack','line_item',2132),(9782,'Free Standard Shipping','shipping',2132),(9789,'Preventive Spray 2oz<br>(Case of 24)','line_item',2133),(9790,'Disposable Head Bands','line_item',2133),(9791,'Goomee 4 Pack','line_item',2133),(9792,'Professional Lice Comb<br>(Case of 12)','line_item',2133),(9793,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2133),(9794,'Free Standard Shipping','shipping',2133),(9795,'Preventive Spray 8oz<br>(Case of 12)','line_item',2134),(9796,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2134),(9797,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2134),(9798,'Preventive Spray 2oz<br>(Case of 24)','line_item',2134),(9799,'Comb-Out Mousse<br>(Case of 12)','line_item',2134),(9800,'Preventive Shampoo<br>(Case of 12)','line_item',2134),(9801,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2134),(9802,'Free Standard Shipping','shipping',2134),(9803,'Bulk Active Rinse 100% RM','line_item',2135),(9804,'Bulk Detangling Spray 1 Gallon RM','line_item',2135),(9805,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2135),(9806,'Free Standard Shipping','shipping',2135),(9807,'Bulk Active Rinse 100%','line_item',2136),(9808,'FedEx Ground','shipping',2136),(9809,'Urgent Care Kit<br>(Case of 6)','line_item',2137),(9810,'Professional Lice Comb<br>(Case of 12)','line_item',2137),(9811,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2137),(9812,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2137),(9813,'Bulk Mousse 1 Gallon','line_item',2137),(9814,'Bulk Active Rinse 100%','line_item',2137),(9815,'Free Standard Shipping','shipping',2137),(9816,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2138),(9817,'Preventive Kit<br>(Case of 6)','line_item',2138),(9818,'Preventive Spray 8oz<br>(Case of 12)','line_item',2138),(9819,'Free Standard Shipping','shipping',2138),(9820,'Bulk Active Rinse 100% RM','line_item',2139),(9821,'FedEx Ground','shipping',2139),(9822,'Preventive Shampoo<br>(Case of 12)','line_item',2140),(9823,'Comb-Out Mousse<br>(Case of 12)','line_item',2140),(9824,'Preventive Spray 8oz<br>(Case of 12)','line_item',2140),(9825,'Preventive Spray 2oz<br>(Case of 24)','line_item',2140),(9826,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2140),(9827,'Bulk Active Rinse 100% RM','line_item',2140),(9828,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2140),(9829,'Professional Lice Comb<br>(Case of 12)','line_item',2140),(9830,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2140),(9831,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2140),(9832,'Free Standard Shipping','shipping',2140),(9833,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2141),(9834,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2141),(9835,'Comb-Out Mousse<br>(Case of 12)','line_item',2141),(9836,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2141),(9837,'Preventive Shampoo<br>(Case of 12)','line_item',2141),(9838,'Preventive Conditioner<br>(Case of 12)','line_item',2141),(9839,'Bulk Active Rinse 100% RM','line_item',2141),(9840,'Professional Lice Comb<br>(Case of 12)','line_item',2141),(9841,'Free Standard Shipping','shipping',2141),(9842,'Professional Lice Comb<br>(Case of 12)','line_item',2142),(9843,'FedEx Ground','shipping',2142),(9844,'Preventive Spray 8oz<br>(Case of 12)','line_item',2143),(9845,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2143),(9846,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2143),(9847,'Professional Lice Comb<br>(Case of 12)','line_item',2143),(9848,'Bulk Active Rinse 100% RM','line_item',2143),(9849,'Free Standard Shipping','shipping',2143),(9850,'Preventive Spray 8oz<br>(Case of 12)','line_item',2144),(9851,'Preventive Shampoo<br>(Case of 12)','line_item',2144),(9852,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2144),(9853,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2144),(9854,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2144),(9855,'Free Standard Shipping','shipping',2144),(9856,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2145),(9857,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2145),(9858,'Comb-Out Mousse<br>(Case of 12)','line_item',2145),(9859,'Professional Lice Comb<br>(Case of 12)','line_item',2145),(9860,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2145),(9861,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2145),(9862,'Bulk Active Rinse 100% RM','line_item',2145),(9863,'Bulk Mousse 1 Gallon RM','line_item',2145),(9864,'Free Standard Shipping','shipping',2145),(9865,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2146),(9866,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2146),(9867,'Professional Lice Comb<br>(Case of 12)','line_item',2146),(9868,'Preventive Spray 8oz<br>(Case of 12)','line_item',2146),(9869,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2146),(9870,'Bulk Active Rinse 100% RM','line_item',2146),(9871,'Bulk Mousse 1 Gallon RM','line_item',2146),(9872,'Free Standard Shipping','shipping',2146),(9873,'Professional Lice Comb<br>(Case of 12)','line_item',2147),(9874,'Bulk Mousse 1 Gallon RM','line_item',2147),(9875,'Bulk Active Rinse 50/50 RM','line_item',2147),(9876,'FedEx Ground','shipping',2147),(9877,'Professional Lice Comb<br>(Case of 12)','line_item',2148),(9878,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2148),(9879,'Comb-Out Mousse<br>(Case of 12)','line_item',2148),(9880,'Preventive Spray 8oz<br>(Case of 12)','line_item',2148),(9881,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2148),(9882,'FedEx 2Day','shipping',2148),(9883,'Bulk Active Rinse 100% RM','line_item',2149),(9884,'Preventive Spray 2oz<br>(Case of 24)','line_item',2149),(9885,'FedEx Ground','shipping',2149),(9890,'Preventive Spray 8oz<br>(Case of 12)','line_item',2150),(9891,'Bulk Mousse 1 Gallon RM','line_item',2150),(9892,'Bulk Detangling Spray 1 Gallon RM','line_item',2150),(9893,'FedEx Ground','shipping',2150),(9903,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2151),(9904,'Comb-Out Mousse<br>(Case of 12)','line_item',2151),(9905,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2151),(9906,'Preventive Spray 8oz<br>(Case of 12)','line_item',2151),(9907,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2151),(9908,'Bulk Active Rinse 50/50 RM','line_item',2151),(9909,'Disposable Head Bands','line_item',2151),(9910,'Wet Comb','line_item',2151),(9911,'Free Standard Shipping','shipping',2151),(9912,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2152),(9913,'Comb-Out Mousse<br>(Case of 12)','line_item',2152),(9914,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2152),(9915,'Preventive Spray 8oz<br>(Case of 12)','line_item',2152),(9916,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2152),(9917,'Bulk Active Rinse 50/50 RM','line_item',2152),(9918,'Disposable Head Bands','line_item',2152),(9919,'Wet Comb','line_item',2152),(9920,'Free Standard Shipping','shipping',2152),(9921,'Comb-Out Mousse<br>(Case of 12)','line_item',2153),(9922,'Professional Lice Comb<br>(Case of 12)','line_item',2153),(9923,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2153),(9924,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2153),(9925,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2153),(9926,'Preventive Spray 8oz<br>(Case of 12)','line_item',2153),(9927,'Bulk Active Rinse 100% RM','line_item',2153),(9928,'Bulk Mousse 1 Gallon RM','line_item',2153),(9929,'Free Standard Shipping','shipping',2153),(9930,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2154),(9931,'Professional Lice Comb<br>(Case of 12)','line_item',2154),(9932,'Preventive Spray 8oz<br>(Case of 12)','line_item',2154),(9933,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2154),(9934,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2154),(9935,'Free Standard Shipping','shipping',2154),(9936,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2155),(9937,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2155),(9938,'Professional Lice Comb<br>(Case of 12)','line_item',2155),(9939,'Preventive Spray 8oz<br>(Case of 12)','line_item',2155),(9940,'Bulk Active Rinse 100% RM','line_item',2155),(9941,'Bulk Mousse 1 Gallon RM','line_item',2155),(9942,'Wet Comb','line_item',2155),(9943,'Free Standard Shipping','shipping',2155),(9944,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2156),(9945,'Bulk Active Rinse 100% RM','line_item',2156),(9946,'Bulk Mousse 1 Gallon RM','line_item',2156),(9947,'Professional Lice Comb<br>(Case of 12)','line_item',2156),(9948,'Free Standard Shipping','shipping',2156),(9949,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2157),(9950,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2157),(9951,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2157),(9952,'Free Standard Shipping','shipping',2157),(9953,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2158),(9954,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2158),(9955,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2158),(9956,'Free Standard Shipping','shipping',2158),(9957,'Preventive Shampoo<br>(Case of 12)','line_item',2159),(9958,'Preventive Conditioner<br>(Case of 12)','line_item',2159),(9959,'Comb-Out Mousse<br>(Case of 12)','line_item',2159),(9960,'Preventive Spray 8oz<br>(Case of 12)','line_item',2159),(9961,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2159),(9962,'Professional Lice Comb<br>(Case of 12)','line_item',2159),(9963,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2159),(9964,'Bulk Active Rinse 100% RM','line_item',2159),(9965,'Free Standard Shipping','shipping',2159),(9966,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2160),(9967,'Bulk Active Rinse 100%','line_item',2160),(9968,'Disposable Head Bands','line_item',2160),(9969,'FedEx Ground','shipping',2160),(9970,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2161),(9971,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2161),(9972,'Bulk Active Rinse 100%','line_item',2161),(9973,'Bulk Mousse 1 Gallon','line_item',2161),(9974,'Bulk Detangling Spray 1 Gallon','line_item',2161),(9975,'FedEx 2Day','shipping',2161),(9976,'Bulk Active Rinse 100% RM','line_item',2162),(9977,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2162),(9978,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2162),(9979,'Bulk Detangling Spray 1 Gallon RM','line_item',2162),(9980,'Bulk Mousse 1 Gallon RM','line_item',2162),(9981,'Free Standard Shipping','shipping',2162),(9982,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2163),(9983,'Bulk Active Rinse 100% RM','line_item',2163),(9984,'Disposable Head Bands','line_item',2163),(9985,'Free Standard Shipping','shipping',2163),(9986,'Professional Lice Comb<br>(Case of 12)','line_item',2164),(9987,'Comb-Out Mousse<br>(Case of 12)','line_item',2164),(9988,'Preventive Shampoo<br>(Case of 12)','line_item',2164),(9989,'Preventive Conditioner<br>(Case of 12)','line_item',2164),(9990,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2164),(9991,'Bulk Active Rinse 100% RM','line_item',2164),(9992,'Free Standard Shipping','shipping',2164),(9993,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2165),(9994,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2165),(9995,'Professional Lice Comb<br>(Case of 12)','line_item',2165),(9996,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2165),(9997,'Preventive Shampoo<br>(Case of 12)','line_item',2165),(9998,'Preventive Conditioner<br>(Case of 12)','line_item',2165),(9999,'Preventive Spray 2oz<br>(Case of 24)','line_item',2165),(10000,'Preventive Spray 8oz<br>(Case of 12)','line_item',2165),(10001,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2165),(10002,'Free Standard Shipping','shipping',2165),(10003,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2166),(10004,'Professional Lice Comb<br>(Case of 12)','line_item',2166),(10005,'Preventive Spray 2oz<br>(Case of 24)','line_item',2166),(10006,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2166),(10007,'Free Standard Shipping','shipping',2166),(10008,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2167),(10009,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2167),(10010,'Preventive Kit<br>(Case of 6)','line_item',2167),(10011,'Free Standard Shipping','shipping',2167),(10016,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2171),(10017,'Professional Lice Comb<br>(Case of 12)','line_item',2171),(10018,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2171),(10019,'FedEx Ground','shipping',2171),(10028,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2173),(10029,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2173),(10030,'Professional Lice Comb<br>(Case of 12)','line_item',2173),(10031,'Free Standard Shipping','shipping',2173),(10032,'Goomee 4 Pack','line_item',2174),(10033,'The Wet Brush','line_item',2174),(10034,'The Wet Brush Squirt','line_item',2174),(10035,'FedEx Ground','shipping',2174),(10036,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2175),(10037,'Preventive Kit<br>(Case of 6)','line_item',2175),(10038,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2175),(10039,'Bulk Active Rinse 100% RM','line_item',2175),(10040,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2175),(10041,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2175),(10042,'Bulk Detangling Spray 1 Gallon RM','line_item',2175),(10043,'Bulk Mousse 1 Gallon RM','line_item',2175),(10044,'Preventive Shampoo<br>(Case of 12)','line_item',2175),(10045,'Preventive Conditioner<br>(Case of 12)','line_item',2175),(10046,'Free Standard Shipping','shipping',2175),(10047,'Professional Lice Comb<br>(Case of 12)','line_item',2176),(10048,'Bulk Active Rinse 100% RM','line_item',2176),(10049,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2176),(10050,'Preventive Shampoo<br>(Case of 12)','line_item',2176),(10051,'Preventive Conditioner<br>(Case of 12)','line_item',2176),(10052,'Preventive Spray 8oz<br>(Case of 12)','line_item',2176),(10053,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2176),(10054,'Free Standard Shipping','shipping',2176),(10055,'Bulk Active Rinse 50/50 RM','line_item',2177),(10056,'Bulk Mousse 1 Gallon RM','line_item',2177),(10057,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2177),(10058,'FedEx Ground','shipping',2177),(10059,'Preventive Spray 2oz<br>(Case of 24)','line_item',2178),(10060,'FedEx Ground','shipping',2178),(10061,'Preventive Spray 2oz<br>(Case of 24)','line_item',2179),(10062,'FedEx Ground','shipping',2179),(10063,'Preventive Spray 2oz<br>(Case of 24)','line_item',2180),(10064,'FedEx Ground','shipping',2180),(10065,'Preventive Spray 2oz<br>(Case of 24)','line_item',2181),(10066,'FedEx Ground','shipping',2181),(10067,'Bulk Active Rinse 100% RM','line_item',2182),(10068,'FedEx Ground','shipping',2182),(10069,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2172),(10070,'Professional Lice Comb<br>(Case of 12)','line_item',2172),(10071,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2172),(10072,'FedEx Ground','shipping',2172),(10073,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2183),(10074,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2183),(10075,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2183),(10076,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2183),(10077,'Professional Lice Comb<br>(Case of 12)','line_item',2183),(10078,'Bulk Detangling Spray 1 Gallon RM','line_item',2183),(10079,'Bulk Active Rinse 100% RM','line_item',2183),(10080,'Free Standard Shipping','shipping',2183),(10087,'Comb-Out Mousse<br>(Case of 12)','line_item',2184),(10088,'Professional Lice Comb<br>(Case of 12)','line_item',2184),(10089,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2184),(10090,'Urgent Care Kit<br>(Case of 6)','line_item',2184),(10091,'Bulk Mousse 1 Gallon RM','line_item',2184),(10092,'Free Standard Shipping','shipping',2184),(10096,'Bulk Mousse 1 Gallon RM','line_item',2185),(10097,'Bulk Active Rinse 100% RM','line_item',2185),(10098,'FedEx Ground','shipping',2185),(10099,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2186),(10100,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2186),(10101,'Bulk Active Rinse 100% RM','line_item',2186),(10102,'Free Standard Shipping','shipping',2186),(10103,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2187),(10104,'Disposable Head Bands','line_item',2187),(10105,'Disposable Capes','line_item',2187),(10106,'FedEx Ground','shipping',2187),(10107,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2188),(10108,'Preventive Spray 8oz<br>(Case of 12)','line_item',2188),(10109,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2188),(10110,'Free Standard Shipping','shipping',2188),(10111,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2189),(10112,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2189),(10113,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2189),(10114,'Preventive Shampoo<br>(Case of 12)','line_item',2189),(10115,'Preventive Kit<br>(Case of 6)','line_item',2189),(10116,'Preventive Spray 8oz<br>(Case of 12)','line_item',2189),(10117,'Free Standard Shipping','shipping',2189),(10118,'Professional Lice Comb<br>(Case of 12)','line_item',2190),(10119,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2190),(10120,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2190),(10121,'Bulk Active Rinse 100% RM','line_item',2190),(10122,'Free Standard Shipping','shipping',2190),(10123,'Professional Lice Comb<br>(Case of 12)','line_item',2191),(10124,'Bulk Active Rinse 100%','line_item',2191),(10125,'Disposable Head Bands','line_item',2191),(10126,'Goomee 4 Pack','line_item',2191),(10127,'Preventive Kit<br>(Case of 6)','line_item',2191),(10128,'Preventive Spray 2oz<br>(Case of 24)','line_item',2191),(10129,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2191),(10130,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2191),(10131,'Free Standard Shipping','shipping',2191),(10132,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2192),(10133,'Urgent Care Kit<br>(Case of 6)','line_item',2192),(10134,'Preventive Kit<br>(Case of 6)','line_item',2192),(10135,'Preventive Spray 8oz<br>(Case of 12)','line_item',2192),(10136,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2192),(10137,'Free Standard Shipping','shipping',2192),(10138,'Professional Lice Comb<br>(Case of 12)','line_item',2193),(10139,'Preventive Kit<br>(Case of 6)','line_item',2193),(10140,'Bulk Active Rinse 100% RM','line_item',2193),(10141,'FedEx Ground','shipping',2193),(10142,'Professional Lice Comb<br>(Case of 12)','line_item',2194),(10143,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2194),(10144,'Preventive Shampoo<br>(Case of 12)','line_item',2194),(10145,'Preventive Conditioner<br>(Case of 12)','line_item',2194),(10146,'Comb-Out Mousse<br>(Case of 12)','line_item',2194),(10147,'Bulk Active Rinse 100% RM','line_item',2194),(10148,'Bulk Detangling Spray 1 Gallon RM','line_item',2194),(10149,'Bulk Mousse 1 Gallon RM','line_item',2194),(10150,'Free Standard Shipping','shipping',2194),(10151,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2195),(10152,'Preventive Kit<br>(Case of 6)','line_item',2195),(10153,'Preventive Spray 2oz<br>(Case of 24)','line_item',2195),(10154,'Free Standard Shipping','shipping',2195),(10155,'Bulk Active Rinse 100%','line_item',2196),(10156,'FedEx Ground','shipping',2196),(10157,'Professional Lice Comb<br>(Case of 12)','line_item',2197),(10158,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2197),(10159,'Bulk Active Rinse 100% RM','line_item',2197),(10160,'FedEx Ground','shipping',2197),(10161,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2198),(10162,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2198),(10163,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2198),(10164,'Preventive Kit<br>(Case of 6)','line_item',2198),(10165,'Free Standard Shipping','shipping',2198),(10166,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2199),(10167,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2199),(10168,'Urgent Care Kit<br>(Case of 6)','line_item',2199),(10169,'Preventive Spray 2oz<br>(Case of 24)','line_item',2199),(10170,'Free Standard Shipping','shipping',2199),(10171,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2200),(10172,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2200),(10173,'Professional Lice Comb<br>(Case of 12)','line_item',2200),(10174,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2200),(10175,'Free Standard Shipping','shipping',2200),(10176,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2201),(10177,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2201),(10178,'Preventive Spray 2oz<br>(Case of 24)','line_item',2201),(10179,'Free Standard Shipping','shipping',2201),(10180,'Bulk Active Rinse 100% RM','line_item',2203),(10181,'FedEx Ground','shipping',2203),(10192,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2204),(10193,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2204),(10194,'Professional Lice Comb<br>(Case of 12)','line_item',2204),(10195,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2204),(10196,'Urgent Care Kit<br>(Case of 6)','line_item',2204),(10197,'Preventive Spray 8oz<br>(Case of 12)','line_item',2204),(10198,'Preventive Kit<br>(Case of 6)','line_item',2204),(10199,'Bulk Mousse 1 Gallon RM','line_item',2204),(10200,'Bulk Active Rinse 100% RM','line_item',2204),(10201,'Free Standard Shipping','shipping',2204),(10202,'Professional Lice Comb<br>(Case of 12)','line_item',2205),(10203,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2205),(10204,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2205),(10205,'Preventive Kit<br>(Case of 6)','line_item',2205),(10206,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2205),(10207,'Free Standard Shipping','shipping',2205),(10208,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2206),(10209,'Comb-Out Mousse<br>(Case of 12)','line_item',2206),(10210,'Professional Lice Comb<br>(Case of 12)','line_item',2206),(10211,'Bulk Mousse 1 Gallon RM','line_item',2206),(10212,'FedEx Ground','shipping',2206),(10213,'Professional Lice Comb<br>(Case of 12)','line_item',2207),(10214,'Disposable Capes','line_item',2207),(10215,'FedEx Ground','shipping',2207),(10216,'Preventive Shampoo<br>(Case of 12)','line_item',2208),(10217,'Preventive Conditioner<br>(Case of 12)','line_item',2208),(10218,'Preventive Spray 8oz<br>(Case of 12)','line_item',2208),(10219,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2208),(10220,'Disposable Head Bands','line_item',2208),(10221,'Disposable Capes','line_item',2208),(10222,'Bulk Active Rinse 100% RM','line_item',2208),(10223,'FedEx Ground','shipping',2208),(10224,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2209),(10225,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2209),(10226,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2209),(10227,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2209),(10228,'Professional Lice Comb<br>(Case of 12)','line_item',2209),(10229,'Bulk Active Rinse 100% RM','line_item',2209),(10230,'Bulk Detangling Spray 1 Gallon RM','line_item',2209),(10231,'Free Standard Shipping','shipping',2209),(10232,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2210),(10233,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2210),(10234,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2210),(10235,'Free Standard Shipping','shipping',2210),(10236,'Professional Lice Comb<br>(Case of 12)','line_item',2211),(10237,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2211),(10238,'Preventive Spray 2oz<br>(Case of 24)','line_item',2211),(10239,'Bulk Active Rinse 100%','line_item',2211),(10240,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2211),(10241,'Free Standard Shipping','shipping',2211),(10242,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2212),(10243,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2212),(10244,'Preventive Kit<br>(Case of 6)','line_item',2212),(10245,'Urgent Care Kit<br>(Case of 6)','line_item',2212),(10246,'Bulk Active Rinse 100% RM','line_item',2212),(10247,'Bulk Mousse 1 Gallon RM','line_item',2212),(10248,'Free Standard Shipping','shipping',2212),(10249,'Professional Lice Comb<br>(Case of 12)','line_item',2213),(10250,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2213),(10251,'Professional Lice Comb<br>(Case of 12)','line_item',2213),(10252,'Preventive Shampoo<br>(Case of 12)','line_item',2213),(10253,'Preventive Conditioner<br>(Case of 12)','line_item',2213),(10254,'Preventive Spray 8oz<br>(Case of 12)','line_item',2213),(10255,'Bulk Active Rinse 100% RM','line_item',2213),(10256,'Bulk Detangling Spray 1 Gallon RM','line_item',2213),(10257,'Bulk Mousse 1 Gallon RM','line_item',2213),(10258,'Free Standard Shipping','shipping',2213),(10259,'Professional Lice Comb<br>(Case of 12)','line_item',2214),(10260,'Preventive Spray 8oz<br>(Case of 12)','line_item',2214),(10261,'Preventive Kit<br>(Case of 6)','line_item',2214),(10262,'Bulk Active Rinse 100% RM','line_item',2214),(10263,'FedEx Ground','shipping',2214),(10264,'Professional Lice Comb<br>(Case of 12)','line_item',2215),(10265,'Preventive Spray 8oz<br>(Case of 12)','line_item',2215),(10266,'Preventive Kit<br>(Case of 6)','line_item',2215),(10267,'Bulk Active Rinse 100% RM','line_item',2215),(10268,'FedEx Ground','shipping',2215),(10269,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2216),(10270,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2216),(10271,'Professional Lice Comb<br>(Case of 12)','line_item',2216),(10272,'Bulk Active Rinse 100% RM','line_item',2216),(10273,'Comb-Out Mousse<br>(Case of 12)','line_item',2216),(10274,'FedEx Ground','shipping',2216),(10280,'Bulk Active Rinse 100% RM','line_item',2218),(10281,'FedEx Ground','shipping',2218),(10282,'Professional Lice Comb<br>(Case of 12)','line_item',2219),(10283,'Bulk Active Rinse 100% RM','line_item',2219),(10284,'Bulk Detangling Spray 1 Gallon RM','line_item',2219),(10285,'Preventive Spray 8oz<br>(Case of 12)','line_item',2219),(10286,'FedEx Ground','shipping',2219),(10287,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2220),(10288,'FedEx Ground','shipping',2220),(10294,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2221),(10295,'Professional Lice Comb<br>(Case of 12)','line_item',2221),(10296,'Bulk Active Rinse 100% RM','line_item',2221),(10297,'Bulk Mousse 1 Gallon RM','line_item',2221),(10298,'Preventive Spray 8oz<br>(Case of 12)','line_item',2221),(10299,'Free Standard Shipping','shipping',2221),(10300,'Comb-Out Mousse<br>(Case of 12)','line_item',2222),(10301,'Urgent Care Kit<br>(Case of 6)','line_item',2222),(10302,'Professional Lice Comb<br>(Case of 12)','line_item',2222),(10303,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2222),(10304,'Free Standard Shipping','shipping',2222),(10305,'shiphawaii','coupon',2222),(10306,'Comb-Out Mousse<br>(Case of 12)','line_item',2223),(10307,'Preventive Spray 8oz<br>(Case of 12)','line_item',2223),(10308,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2223),(10309,'Bulk Active Rinse 100% RM','line_item',2223),(10310,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2223),(10311,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2223),(10312,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2223),(10313,'Professional Lice Comb<br>(Case of 12)','line_item',2223),(10314,'Preventive Spray 8oz<br>(Case of 12)','line_item',2223),(10315,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2223),(10316,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2223),(10317,'Free Standard Shipping','shipping',2223),(10318,'Preventive Spray 2oz<br>(Case of 24)','line_item',2224),(10319,'Bulk Mousse 1 Gallon RM','line_item',2224),(10320,'Bulk Active Rinse 100% RM','line_item',2224),(10321,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2224),(10322,'Professional Lice Comb<br>(Case of 12)','line_item',2224),(10323,'Preventive Spray 8oz<br>(Case of 12)','line_item',2224),(10324,'Free Standard Shipping','shipping',2224),(10335,'Preventive Conditioner<br>(Case of 12)','line_item',2226),(10336,'Comb-Out Mousse<br>(Case of 12)','line_item',2226),(10337,'Preventive Spray 8oz<br>(Case of 12)','line_item',2226),(10338,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2226),(10339,'Bulk Mousse 1 Gallon RM','line_item',2226),(10340,'Bulk Active Rinse 100% RM','line_item',2226),(10341,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2226),(10342,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2226),(10343,'Professional Lice Comb<br>(Case of 12)','line_item',2226),(10344,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2226),(10345,'Free Standard Shipping','shipping',2226),(10346,'Comb-Out Mousse<br>(Case of 12)','line_item',2227),(10347,'Preventive Spray 8oz<br>(Case of 12)','line_item',2227),(10348,'Bulk Mousse 1 Gallon RM','line_item',2227),(10349,'Bulk Active Rinse 100% RM','line_item',2227),(10350,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2227),(10351,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2227),(10352,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2227),(10353,'Professional Lice Comb<br>(Case of 12)','line_item',2227),(10354,'Free Standard Shipping','shipping',2227),(10355,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2228),(10356,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2228),(10357,'Free Standard Shipping','shipping',2228),(10358,'Professional Lice Comb<br>(Case of 12)','line_item',2217),(10359,'Preventive Kit<br>(Case of 6)','line_item',2217),(10360,'Bulk Active Rinse 100% RM','line_item',2217),(10361,'Preventive Spray 8oz<br>(Case of 12)','line_item',2217),(10362,'FedEx Ground','shipping',2217),(10363,'Comb-Out Mousse<br>(Case of 12)','line_item',2229),(10364,'Urgent Care Kit<br>(Case of 6)','line_item',2229),(10365,'Professional Lice Comb<br>(Case of 12)','line_item',2229),(10366,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2229),(10367,'Free Standard Shipping','shipping',2229),(10368,'Bulk Active Rinse 100% RM','line_item',2230),(10369,'Bulk Detangling Spray 1 Gallon RM','line_item',2230),(10370,'Bulk Mousse 1 Gallon RM','line_item',2230),(10371,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2230),(10372,'FedEx Ground','shipping',2230),(10373,'Professional Lice Comb<br>(Case of 12)','line_item',2231),(10374,'Preventive Kit<br>(Case of 6)','line_item',2231),(10375,'Bulk Active Rinse 100% RM','line_item',2231),(10376,'Preventive Spray 8oz<br>(Case of 12)','line_item',2231),(10377,'FedEx Ground','shipping',2231),(10378,'Bulk Active Rinse 100% RM','line_item',2232),(10379,'Bulk Mousse 1 Gallon RM','line_item',2232),(10380,'Bulk Detangling Spray 1 Gallon RM','line_item',2232),(10381,'Disposable Capes','line_item',2232),(10382,'Disposable Head Bands','line_item',2232),(10383,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2232),(10384,'Professional Lice Comb<br>(Case of 12)','line_item',2232),(10385,'Comb-Out Mousse<br>(Case of 12)','line_item',2232),(10386,'Preventive Shampoo<br>(Case of 12)','line_item',2232),(10387,'Preventive Conditioner<br>(Case of 12)','line_item',2232),(10388,'Preventive Spray 8oz<br>(Case of 12)','line_item',2232),(10389,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2232),(10390,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2232),(10391,'Free Standard Shipping','shipping',2232),(10392,'Disposable Head Bands','line_item',2233),(10393,'Disposable Capes','line_item',2233),(10394,'FedEx Ground','shipping',2233),(10395,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2235),(10396,'FedEx Ground','shipping',2235),(10397,'freeshipamanda','coupon',2235),(10398,'FedEx Ground','shipping',2236),(10399,'Professional Lice Comb<br>(Case of 12)','line_item',2237),(10400,'FedEx Ground','shipping',2237),(10401,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2238),(10402,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2238),(10403,'Preventive Spray 8oz<br>(Case of 12)','line_item',2238),(10404,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2238),(10405,'Free Standard Shipping','shipping',2238),(10406,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2239),(10407,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2239),(10408,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2239),(10409,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2239),(10410,'Professional Lice Comb<br>(Case of 12)','line_item',2239),(10411,'Bulk Active Rinse 100% RM','line_item',2239),(10412,'Free Standard Shipping','shipping',2239),(10413,'Professional Lice Comb<br>(Case of 12)','line_item',2240),(10414,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2240),(10415,'Disposable Head Bands','line_item',2240),(10416,'Disposable Capes','line_item',2240),(10417,'Preventive Kit<br>(Case of 6)','line_item',2240),(10418,'Urgent Care Kit<br>(Case of 6)','line_item',2240),(10419,'Free Standard Shipping','shipping',2240),(10420,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2241),(10421,'Professional Lice Comb<br>(Case of 12)','line_item',2241),(10422,'Bulk Active Rinse 100% RM','line_item',2241),(10423,'Free Standard Shipping','shipping',2241),(10434,'Professional Lice Comb<br>(Case of 12)','line_item',2242),(10435,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2242),(10436,'Preventive Spray 8oz<br>(Case of 12)','line_item',2242),(10437,'Bulk Active Rinse 100% RM','line_item',2242),(10438,'Free Standard Shipping','shipping',2242),(10439,'Preventive Spray 8oz<br>(Case of 12)','line_item',2243),(10440,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2243),(10441,'Bulk Active Rinse 100% RM','line_item',2243),(10442,'Bulk Detangling Spray 1 Gallon RM','line_item',2243),(10443,'Free Standard Shipping','shipping',2243),(10444,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2244),(10445,'Professional Lice Comb<br>(Case of 12)','line_item',2244),(10446,'Urgent Care Kit<br>(Case of 6)','line_item',2244),(10447,'Bulk Detangling Spray 1 Gallon RM','line_item',2244),(10448,'Bulk Active Rinse 100% RM','line_item',2244),(10449,'Preventive Spray 8oz<br>(Case of 12)','line_item',2244),(10450,'Free Standard Shipping','shipping',2244),(10451,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2245),(10452,'Preventive Kit<br>(Case of 6)','line_item',2245),(10453,'Free Standard Shipping','shipping',2245),(10454,'Preventive Spray 8oz<br>(Case of 12)','line_item',2246),(10455,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2246),(10456,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2246),(10457,'Comb-Out Mousse<br>(Case of 12)','line_item',2246),(10458,'Free Standard Shipping','shipping',2246),(10459,'Disposable Capes','line_item',2247),(10460,'Disposable Head Bands','line_item',2247),(10461,'Bulk Active Rinse 100% RM','line_item',2247),(10462,'FedEx Ground','shipping',2247),(10463,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2248),(10464,'Free Standard Shipping','shipping',2248),(10472,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2249),(10473,'Professional Lice Comb<br>(Case of 12)','line_item',2249),(10474,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2249),(10475,'Urgent Care Kit<br>(Case of 6)','line_item',2249),(10476,'Preventive Kit<br>(Case of 6)','line_item',2249),(10477,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2249),(10478,'Free Standard Shipping','shipping',2249),(10479,'Professional Lice Comb<br>(Case of 12)','line_item',2250),(10480,'Preventive Spray 8oz<br>(Case of 12)','line_item',2250),(10481,'Preventive Kit<br>(Case of 6)','line_item',2250),(10482,'Bulk Active Rinse 100% RM','line_item',2250),(10483,'Free Standard Shipping','shipping',2250),(10484,'Bulk Active Rinse 100%','line_item',2251),(10485,'Bulk Mousse 1 Gallon','line_item',2251),(10486,'FedEx Ground','shipping',2251),(10487,'Preventive Kit<br>(Case of 6)','line_item',2252),(10488,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2252),(10489,'Preventive Shampoo<br>(Case of 12)','line_item',2252),(10490,'Bulk Active Rinse 100% RM','line_item',2252),(10491,'Free Standard Shipping','shipping',2252),(10492,'Bulk Active Rinse 100%','line_item',2253),(10493,'FedEx Ground','shipping',2253),(10494,'Bulk Active Rinse 100%','line_item',2254),(10495,'FedEx Ground','shipping',2254),(10496,'Professional Lice Comb<br>(Case of 12)','line_item',2255),(10497,'Urgent Care Kit<br>(Case of 6)','line_item',2255),(10498,'Preventive Spray 8oz<br>(Case of 12)','line_item',2255),(10499,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2255),(10500,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2255),(10501,'Free Standard Shipping','shipping',2255),(10502,'Bulk Mousse 1 Gallon','line_item',2256),(10503,'Professional Lice Comb<br>(Case of 12)','line_item',2256),(10504,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2256),(10505,'Comb-Out Mousse<br>(Case of 12)','line_item',2256),(10506,'Free Standard Shipping','shipping',2256),(10507,'Professional Lice Comb<br>(Case of 12)','line_item',2257),(10508,'FedEx Ground','shipping',2257),(10509,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2258),(10510,'Comb-Out Mousse<br>(Case of 12)','line_item',2258),(10511,'Free Standard Shipping','shipping',2258),(10512,'Professional Lice Comb<br>(Case of 12)','line_item',2259),(10513,'FedEx Ground','shipping',2259),(10514,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2260),(10515,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2260),(10516,'Comb-Out Mousse<br>(Case of 12)','line_item',2260),(10517,'Professional Lice Comb<br>(Case of 12)','line_item',2260),(10518,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2260),(10519,'Bulk Active Rinse 100% RM','line_item',2260),(10520,'Bulk Mousse 1 Gallon RM','line_item',2260),(10521,'Free Standard Shipping','shipping',2260),(10522,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2261),(10523,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2261),(10524,'Professional Lice Comb<br>(Case of 12)','line_item',2261),(10525,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2261),(10526,'Preventive Spray 8oz<br>(Case of 12)','line_item',2261),(10527,'Bulk Active Rinse 100% RM','line_item',2261),(10528,'Bulk Mousse 1 Gallon RM','line_item',2261),(10529,'Free Standard Shipping','shipping',2261),(10530,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2262),(10531,'FedEx Ground','shipping',2262),(10532,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2263),(10533,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2263),(10534,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2263),(10535,'Bulk Active Rinse 100% RM','line_item',2263),(10536,'Free Standard Shipping','shipping',2263),(10537,'Preventive Spray 8oz<br>(Case of 12)','line_item',2264),(10538,'Bulk Mousse 1 Gallon RM','line_item',2264),(10539,'FedEx Ground','shipping',2264),(10540,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2265),(10541,'Professional Lice Comb<br>(Case of 12)','line_item',2265),(10542,'Preventive Spray 8oz<br>(Case of 12)','line_item',2265),(10543,'Bulk Active Rinse 100% RM','line_item',2265),(10544,'Bulk Detangling Spray 1 Gallon RM','line_item',2265),(10545,'Bulk Mousse 1 Gallon RM','line_item',2265),(10546,'Comb-Out Mousse<br>(Case of 12)','line_item',2265),(10547,'Free Standard Shipping','shipping',2265),(10556,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2266),(10557,'Professional Lice Comb<br>(Case of 12)','line_item',2266),(10558,'Preventive Spray 8oz<br>(Case of 12)','line_item',2266),(10559,'Bulk Active Rinse 100% RM','line_item',2266),(10560,'Bulk Detangling Spray 1 Gallon RM','line_item',2266),(10561,'Bulk Mousse 1 Gallon RM','line_item',2266),(10562,'Comb-Out Mousse<br>(Case of 12)','line_item',2266),(10563,'Free Standard Shipping','shipping',2266),(10569,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2268),(10570,'Professional Lice Comb<br>(Case of 12)','line_item',2268),(10571,'Bulk Active Rinse 100% RM','line_item',2268),(10572,'Bulk Detangling Spray 1 Gallon RM','line_item',2268),(10573,'Free Standard Shipping','shipping',2268),(10574,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2269),(10575,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2269),(10576,'Professional Lice Comb<br>(Case of 12)','line_item',2269),(10577,'Urgent Care Kit<br>(Case of 6)','line_item',2269),(10578,'Preventive Spray 2oz<br>(Case of 24)','line_item',2269),(10579,'Preventive Spray 8oz<br>(Case of 12)','line_item',2269),(10580,'Bulk Active Rinse 100% RM','line_item',2269),(10581,'Bulk Mousse 1 Gallon RM','line_item',2269),(10582,'Free Standard Shipping','shipping',2269),(10583,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2270),(10584,'Professional Lice Comb<br>(Case of 12)','line_item',2270),(10585,'Urgent Care Kit<br>(Case of 6)','line_item',2270),(10586,'Bulk Active Rinse 100% RM','line_item',2270),(10587,'Bulk Mousse 1 Gallon RM','line_item',2270),(10588,'Bulk Detangling Spray 1 Gallon RM','line_item',2270),(10589,'Free Standard Shipping','shipping',2270),(10590,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2271),(10591,'Professional Lice Comb<br>(Case of 12)','line_item',2271),(10592,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2271),(10593,'Preventive Spray 8oz<br>(Case of 12)','line_item',2271),(10594,'Preventive Kit<br>(Case of 6)','line_item',2271),(10595,'Bulk Active Rinse 100% RM','line_item',2271),(10596,'Bulk Mousse 1 Gallon RM','line_item',2271),(10597,'Free Standard Shipping','shipping',2271),(10598,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2272),(10599,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2272),(10600,'Professional Lice Comb<br>(Case of 12)','line_item',2272),(10601,'Preventive Shampoo<br>(Case of 12)','line_item',2272),(10602,'Preventive Conditioner<br>(Case of 12)','line_item',2272),(10603,'Preventive Spray 8oz<br>(Case of 12)','line_item',2272),(10604,'Bulk Active Rinse 100% RM','line_item',2272),(10605,'Free Standard Shipping','shipping',2272),(10606,'Professional Lice Comb<br>(Case of 12)','line_item',2273),(10607,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2273),(10608,'Bulk Active Rinse 50/50 RM','line_item',2273),(10609,'FedEx Ground','shipping',2273),(10610,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2274),(10611,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2274),(10612,'Professional Lice Comb<br>(Case of 12)','line_item',2274),(10613,'Preventive Kit<br>(Case of 6)','line_item',2274),(10614,'Bulk Active Rinse 100% RM','line_item',2274),(10615,'Bulk Mousse 1 Gallon RM','line_item',2274),(10616,'Comb-Out Mousse<br>(Case of 12)','line_item',2274),(10617,'Free Standard Shipping','shipping',2274),(10618,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2275),(10619,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2275),(10620,'Professional Lice Comb<br>(Case of 12)','line_item',2275),(10621,'Comb-Out Mousse<br>(Case of 12)','line_item',2275),(10622,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2275),(10623,'Preventive Spray 8oz<br>(Case of 12)','line_item',2275),(10624,'Free Standard Shipping','shipping',2275),(10625,'Professional Lice Comb<br>(Case of 12)','line_item',2276),(10626,'Preventive Spray 8oz<br>(Case of 12)','line_item',2276),(10627,'Bulk Active Rinse 100% RM','line_item',2276),(10628,'Bulk Detangling Spray 1 Gallon RM','line_item',2276),(10629,'FedEx Ground','shipping',2276),(10630,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2277),(10631,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2277),(10632,'Professional Lice Comb<br>(Case of 12)','line_item',2277),(10633,'Bulk Active Rinse 50/50 RM','line_item',2277),(10634,'Bulk Active Rinse 100% RM','line_item',2277),(10635,'Free Standard Shipping','shipping',2277),(10636,'Professional Lice Comb<br>(Case of 12)','line_item',2278),(10637,'Bulk Active Rinse 100% RM','line_item',2278),(10638,'Preventive Kit<br>(Case of 6)','line_item',2278),(10639,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2278),(10640,'Bulk Mousse 1 Gallon RM','line_item',2278),(10641,'Free Standard Shipping','shipping',2278),(10642,'Bulk Detangling Spray 1 Gallon RM','line_item',2279),(10643,'Professional Lice Comb<br>(Case of 12)','line_item',2279),(10644,'Preventive Spray 2oz<br>(Case of 24)','line_item',2279),(10645,'Bulk Mousse 1 Gallon RM','line_item',2279),(10646,'Urgent Care Kit<br>(Case of 6)','line_item',2279),(10647,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2279),(10648,'Free Standard Shipping','shipping',2279),(10653,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2284),(10654,'Professional Lice Comb<br>(Case of 12)','line_item',2284),(10655,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2284),(10656,'Urgent Care Kit<br>(Case of 6)','line_item',2284),(10657,'Preventive Spray 8oz<br>(Case of 12)','line_item',2284),(10658,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2284),(10659,'Preventive Kit<br>(Case of 6)','line_item',2284),(10660,'Disposable Capes','line_item',2284),(10661,'Disposable Capes','line_item',2284),(10662,'The Wet Brush','line_item',2284),(10663,'Disney Wet Brush','line_item',2284),(10664,'Free Standard Shipping','shipping',2284),(10665,'Comb-Out Mousse<br>(Case of 12)','line_item',2285),(10666,'Preventive Kit<br>(Case of 6)','line_item',2285),(10667,'Preventive Spray 2oz<br>(Case of 24)','line_item',2285),(10668,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2285),(10669,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2285),(10670,'Bulk Active Rinse 100% RM','line_item',2285),(10671,'Free Standard Shipping','shipping',2285),(10672,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2286),(10673,'Comb-Out Mousse<br>(Case of 12)','line_item',2286),(10674,'Professional Lice Comb<br>(Case of 12)','line_item',2286),(10675,'Preventive Spray 8oz<br>(Case of 12)','line_item',2286),(10676,'Bulk Active Rinse 100% RM','line_item',2286),(10677,'FedEx Ground','shipping',2286),(10678,'Preventive Spray 8oz<br>(Case of 12)','line_item',2287),(10679,'Bulk Active Rinse 100% RM','line_item',2287),(10680,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2287),(10681,'Professional Lice Comb<br>(Case of 12)','line_item',2287),(10682,'Free Standard Shipping','shipping',2287),(10683,'Bulk Active Rinse 100% RM','line_item',2288),(10684,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2288),(10685,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2288),(10686,'Comb-Out Mousse<br>(Case of 12)','line_item',2288),(10687,'Preventive Conditioner<br>(Case of 12)','line_item',2288),(10688,'Preventive Spray 2oz<br>(Case of 24)','line_item',2288),(10689,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2288),(10690,'Bulk Mousse 1 Gallon RM','line_item',2288),(10691,'Bulk Active Rinse 100% RM','line_item',2288),(10692,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2288),(10693,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2288),(10694,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2288),(10695,'Professional Lice Comb<br>(Case of 12)','line_item',2288),(10696,'Free Standard Shipping','shipping',2288),(10697,'Comb-Out Mousse<br>(Case of 12)','line_item',2289),(10698,'Preventive Spray 8oz<br>(Case of 12)','line_item',2289),(10699,'Bulk Active Rinse 100% RM','line_item',2289),(10700,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2289),(10701,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2289),(10702,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2289),(10703,'Free Standard Shipping','shipping',2289),(10704,'Preventive Shampoo<br>(Case of 12)','line_item',2290),(10705,'Preventive Conditioner<br>(Case of 12)','line_item',2290),(10706,'Comb-Out Mousse<br>(Case of 12)','line_item',2290),(10707,'Bulk Active Rinse 100% RM','line_item',2290),(10708,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2290),(10709,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2290),(10710,'Professional Lice Comb<br>(Case of 12)','line_item',2290),(10711,'Free Standard Shipping','shipping',2290),(10712,'Preventive Kit<br>(Case of 6)','line_item',2291),(10713,'Bulk Active Rinse 100%','line_item',2291),(10715,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2292),(10716,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2292),(10717,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2292),(10718,'Professional Lice Comb<br>(Case of 12)','line_item',2292),(10719,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2292),(10720,'Preventive Conditioner<br>(Case of 12)','line_item',2292),(10721,'Preventive Shampoo<br>(Case of 12)','line_item',2292),(10722,'Preventive Spray 2oz<br>(Case of 24)','line_item',2292),(10723,'Preventive Spray 8oz<br>(Case of 12)','line_item',2292),(10724,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2292),(10725,'Bulk Active Rinse 100%','line_item',2292),(10726,'Free Standard Shipping','shipping',2292),(10727,'Professional Lice Comb<br>(Case of 12)','line_item',2293),(10728,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2293),(10729,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2293),(10730,'Preventive Conditioner<br>(Case of 12)','line_item',2293),(10731,'Preventive Spray 8oz<br>(Case of 12)','line_item',2293),(10732,'Free Standard Shipping','shipping',2293),(10733,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2294),(10734,'Preventive Shampoo<br>(Case of 12)','line_item',2294),(10735,'Preventive Spray 8oz<br>(Case of 12)','line_item',2294),(10736,'Preventive Kit<br>(Case of 6)','line_item',2294),(10737,'Free Standard Shipping','shipping',2294),(10738,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2295),(10739,'Professional Lice Comb<br>(Case of 12)','line_item',2295),(10740,'Preventive Spray 8oz<br>(Case of 12)','line_item',2295),(10741,'Bulk Active Rinse 100% RM','line_item',2295),(10742,'Free Standard Shipping','shipping',2295),(10743,'Professional Lice Comb<br>(Case of 12)','line_item',2296),(10744,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2296),(10745,'Preventive Kit<br>(Case of 6)','line_item',2296),(10746,'Preventive Spray 2oz<br>(Case of 24)','line_item',2296),(10747,'Free Standard Shipping','shipping',2296),(10748,'Urgent Care Kit<br>(Case of 6)','line_item',2297),(10749,'Preventive Kit<br>(Case of 6)','line_item',2297),(10750,'Goomee 4 Pack','line_item',2297),(10751,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2297),(10752,'Professional Lice Comb<br>(Case of 12)','line_item',2297),(10753,'Disposable Capes','line_item',2297),(10754,'Disposable Head Bands','line_item',2297),(10755,'Bulk Mousse 1 Gallon RM','line_item',2297),(10756,'Bulk Active Rinse 100% RM','line_item',2297),(10757,'Free Standard Shipping','shipping',2297),(10763,'Preventive Spray 8oz<br>(Case of 12)','line_item',2299),(10764,'Preventive Shampoo<br>(Case of 12)','line_item',2299),(10765,'Preventive Conditioner<br>(Case of 12)','line_item',2299),(10766,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2299),(10767,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2299),(10768,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2299),(10769,'Urgent Care Kit<br>(Case of 6)','line_item',2299),(10770,'Bulk Active Rinse 100% RM','line_item',2299),(10771,'Bulk Active Rinse 50/50 RM','line_item',2299),(10772,'Bulk Mousse 1 Gallon RM','line_item',2299),(10773,'Free Standard Shipping','shipping',2299),(10774,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2300),(10775,'FedEx Ground','shipping',2300),(10776,'Professional Lice Comb<br>(Case of 12)','line_item',2301),(10777,'Preventive Spray 8oz<br>(Case of 12)','line_item',2301),(10778,'FedEx Ground','shipping',2301),(10779,'Professional Lice Comb<br>(Case of 12)','line_item',2302),(10780,'Free Standard Shipping','shipping',2302),(10781,'Preventive Kit<br>(Case of 6)','line_item',2298),(10782,'Professional Lice Comb<br>(Case of 12)','line_item',2298),(10783,'Preventive Spray 8oz<br>(Case of 12)','line_item',2298),(10784,'Bulk Active Rinse 100% RM','line_item',2298),(10785,'FedEx Ground','shipping',2298),(10786,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2303),(10787,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2303),(10788,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2303),(10789,'Professional Lice Comb<br>(Case of 12)','line_item',2303),(10790,'Preventive Spray 8oz<br>(Case of 12)','line_item',2303),(10791,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2303),(10792,'Bulk Active Rinse 100%','line_item',2303),(10793,'Bulk Detangling Spray 1 Gallon','line_item',2303),(10794,'Disposable Head Bands','line_item',2303),(10795,'Free Standard Shipping','shipping',2303),(10796,'Bulk Active Rinse 100% RM','line_item',2304),(10797,'FedEx Ground','shipping',2304),(10798,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2305),(10799,'Preventive Spray 8oz<br>(Case of 12)','line_item',2305),(10800,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2305),(10801,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2305),(10802,'Professional Lice Comb<br>(Case of 12)','line_item',2305),(10803,'Free Standard Shipping','shipping',2305),(10804,'Disposable Head Bands','line_item',2306),(10805,'Bulk Active Rinse 100% RM','line_item',2306),(10806,'Professional Lice Comb<br>(Case of 12)','line_item',2306),(10807,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2306),(10808,'Preventive Spray 8oz<br>(Case of 12)','line_item',2306),(10809,'Free Standard Shipping','shipping',2306),(10810,'Goomee 4 Pack','line_item',2307),(10811,'Disposable Head Bands','line_item',2307),(10812,'FedEx 2Day','shipping',2307),(10813,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2308),(10814,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2308),(10815,'Comb-Out Mousse<br>(Case of 12)','line_item',2308),(10816,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2308),(10817,'Professional Lice Comb<br>(Case of 12)','line_item',2308),(10818,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2308),(10819,'Urgent Care Kit<br>(Case of 6)','line_item',2308),(10820,'Preventive Kit<br>(Case of 6)','line_item',2308),(10821,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2308),(10822,'Preventive Spray 8oz<br>(Case of 12)','line_item',2308),(10823,'Preventive Conditioner<br>(Case of 12)','line_item',2308),(10824,'Preventive Shampoo<br>(Case of 12)','line_item',2308),(10825,'Preventive Spray 2oz<br>(Case of 24)','line_item',2308),(10826,'Bulk Detangling Spray 1 Gallon RM','line_item',2308),(10827,'Bulk Mousse 1 Gallon RM','line_item',2308),(10828,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2308),(10829,'Free Standard Shipping','shipping',2308),(10830,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2309),(10831,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2309),(10832,'Comb-Out Mousse<br>(Case of 12)','line_item',2309),(10833,'Professional Lice Comb<br>(Case of 12)','line_item',2309),(10834,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2309),(10835,'Urgent Care Kit<br>(Case of 6)','line_item',2309),(10836,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2309),(10837,'Preventive Spray 2oz<br>(Case of 24)','line_item',2309),(10838,'Preventive Spray 8oz<br>(Case of 12)','line_item',2309),(10839,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2309),(10840,'Bulk Active Rinse 100% RM','line_item',2309),(10841,'Bulk Mousse 1 Gallon RM','line_item',2309),(10842,'Free Standard Shipping','shipping',2309),(10843,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2310),(10844,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2310),(10845,'Professional Lice Comb<br>(Case of 12)','line_item',2310),(10846,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2310),(10847,'Urgent Care Kit<br>(Case of 6)','line_item',2310),(10848,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2310),(10849,'Preventive Spray 2oz<br>(Case of 24)','line_item',2310),(10850,'Preventive Spray 8oz<br>(Case of 12)','line_item',2310),(10851,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2310),(10852,'Bulk Active Rinse 100% RM','line_item',2310),(10853,'Bulk Mousse 1 Gallon RM','line_item',2310),(10854,'Free Standard Shipping','shipping',2310),(10855,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2311),(10856,'Preventive Kit<br>(Case of 6)','line_item',2311),(10857,'Free Standard Shipping','shipping',2311),(10858,'Bulk Active Rinse 100% RM','line_item',2318),(10859,'FedEx Ground','shipping',2318),(10860,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2319),(10861,'FedEx Ground','shipping',2319),(10862,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2320),(10863,'Comb-Out Mousse<br>(Case of 12)','line_item',2320),(10864,'Preventive Spray 8oz<br>(Case of 12)','line_item',2320),(10865,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2320),(10866,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2320),(10867,'Bulk Active Rinse 100% RM','line_item',2320),(10868,'Bulk Detangling Spray 1 Gallon RM','line_item',2320),(10869,'Bulk Mousse 1 Gallon RM','line_item',2320),(10870,'Free Standard Shipping','shipping',2320),(10871,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2321),(10872,'Comb-Out Mousse<br>(Case of 12)','line_item',2321),(10873,'Bulk Active Rinse 100% RM','line_item',2321),(10874,'Free Standard Shipping','shipping',2321),(10875,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2330),(10876,'Professional Lice Comb<br>(Case of 12)','line_item',2330),(10877,'Urgent Care Kit<br>(Case of 6)','line_item',2330),(10878,'Preventive Kit<br>(Case of 6)','line_item',2330),(10879,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2330),(10880,'Bulk Active Rinse 100% RM','line_item',2330),(10881,'Free Standard Shipping','shipping',2330),(10882,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2331),(10883,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2331),(10884,'Professional Lice Comb<br>(Case of 12)','line_item',2331),(10885,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2331),(10886,'Preventive Spray 8oz<br>(Case of 12)','line_item',2331),(10887,'Preventive Kit<br>(Case of 6)','line_item',2331),(10888,'Bulk Active Rinse 100% RM','line_item',2331),(10889,'Free Standard Shipping','shipping',2331),(10890,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2332),(10891,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2332),(10892,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2332),(10893,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2332),(10894,'Professional Lice Comb<br>(Case of 12)','line_item',2332),(10895,'Bulk Active Rinse 100% RM','line_item',2332),(10896,'Free Standard Shipping','shipping',2332),(10897,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2333),(10898,'Preventive Shampoo<br>(Case of 12)','line_item',2333),(10899,'Preventive Conditioner<br>(Case of 12)','line_item',2333),(10900,'Preventive Spray 8oz<br>(Case of 12)','line_item',2333),(10901,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2333),(10902,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2333),(10903,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2333),(10904,'Free Standard Shipping','shipping',2333),(10915,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2334),(10916,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2334),(10917,'Comb-Out Mousse<br>(Case of 12)','line_item',2334),(10918,'Professional Lice Comb<br>(Case of 12)','line_item',2334),(10919,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2334),(10920,'Preventive Shampoo<br>(Case of 12)','line_item',2334),(10921,'Preventive Conditioner<br>(Case of 12)','line_item',2334),(10922,'Preventive Spray 2oz<br>(Case of 24)','line_item',2334),(10923,'Preventive Spray 8oz<br>(Case of 12)','line_item',2334),(10924,'Free Standard Shipping','shipping',2334),(10925,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2335),(10926,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2335),(10927,'FedEx Ground','shipping',2335),(10936,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2336),(10937,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2336),(10938,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2336),(10939,'Professional Lice Comb<br>(Case of 12)','line_item',2336),(10940,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2336),(10941,'Bulk Active Rinse 100% RM','line_item',2336),(10942,'Bulk Detangling Spray 1 Gallon RM','line_item',2336),(10943,'Free Standard Shipping','shipping',2336),(10944,'Bulk Active Rinse 100% RM','line_item',2337),(10945,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2337),(10946,'Preventive Spray 8oz<br>(Case of 12)','line_item',2337),(10947,'Preventive Shampoo<br>(Case of 12)','line_item',2337),(10948,'Preventive Conditioner<br>(Case of 12)','line_item',2337),(10949,'Free Standard Shipping','shipping',2337),(10950,'Comb-Out Mousse<br>(Case of 12)','line_item',2338),(10951,'Professional Lice Comb<br>(Case of 12)','line_item',2338),(10952,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2338),(10953,'Bulk Active Rinse 50/50 RM','line_item',2338),(10954,'Bulk Mousse 1 Gallon RM','line_item',2338),(10955,'FedEx Ground','shipping',2338),(10956,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2339),(10957,'Wet Comb','line_item',2339),(10958,'FedEx Ground','shipping',2339),(10959,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2340),(10960,'Wet Comb','line_item',2340),(10961,'FedEx Ground','shipping',2340),(10962,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2341),(10963,'Preventive Shampoo<br>(Case of 12)','line_item',2341),(10964,'Preventive Conditioner<br>(Case of 12)','line_item',2341),(10965,'Preventive Spray 8oz<br>(Case of 12)','line_item',2341),(10966,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2341),(10967,'Bulk Active Rinse 100% RM','line_item',2341),(10968,'Free Standard Shipping','shipping',2341),(10969,'Bulk Mousse 1 Gallon RM','line_item',2342),(10970,'6 Pack Empty Foamer 8oz Bottle','line_item',2342),(10971,'Disposable Head Bands','line_item',2342),(10972,'Bulk Active Rinse 100% RM','line_item',2342),(10973,'Free Standard Shipping','shipping',2342),(10974,'Preventive Spray 8oz<br>(Case of 12)','line_item',2343),(10975,'Bulk Active Rinse 100% RM','line_item',2343),(10976,'FedEx Ground','shipping',2343),(10977,'Preventive Shampoo<br>(Case of 12)','line_item',2344),(10978,'Preventive Conditioner<br>(Case of 12)','line_item',2344),(10979,'Preventive Spray 8oz<br>(Case of 12)','line_item',2344),(10980,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2344),(10981,'Bulk Active Rinse 100%','line_item',2344),(10982,'Professional Lice Comb<br>(Case of 12)','line_item',2344),(10983,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2344),(10984,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2344),(10985,'Free Standard Shipping','shipping',2344),(10986,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2345),(10987,'Bulk Active Rinse 100% RM','line_item',2345),(10988,'Bulk Detangling Spray 1 Gallon RM','line_item',2345),(10989,'Disposable Head Bands','line_item',2345),(10990,'Free Standard Shipping','shipping',2345),(10991,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2346),(10992,'Preventive Spray 8oz<br>(Case of 12)','line_item',2346),(10993,'Bulk Active Rinse 100% RM','line_item',2346),(10994,'Free Standard Shipping','shipping',2346),(10995,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2347),(10996,'Preventive Spray 8oz<br>(Case of 12)','line_item',2347),(10997,'Bulk Active Rinse 100% RM','line_item',2347),(10998,'Preventive Spray 2oz<br>(Case of 24)','line_item',2347),(10999,'Free Standard Shipping','shipping',2347),(11000,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2348),(11001,'Preventive Spray 8oz<br>(Case of 12)','line_item',2348),(11002,'Bulk Active Rinse 100% RM','line_item',2348),(11003,'Preventive Shampoo<br>(Case of 12)','line_item',2349),(11004,'Comb-Out Mousse<br>(Case of 12)','line_item',2349),(11005,'Preventive Spray 8oz<br>(Case of 12)','line_item',2349),(11006,'Bulk Active Rinse 100% RM','line_item',2349),(11007,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2349),(11008,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2349),(11009,'Professional Lice Comb<br>(Case of 12)','line_item',2349),(11010,'Free Standard Shipping','shipping',2349),(11011,'Professional Lice Comb<br>(Case of 12)','line_item',2350),(11012,'Preventive Spray 8oz<br>(Case of 12)','line_item',2350),(11013,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2350),(11014,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2350),(11015,'Bulk Active Rinse 100% RM','line_item',2350),(11016,'Free Standard Shipping','shipping',2350),(11017,'Preventive Shampoo<br>(Case of 12)','line_item',2351),(11018,'Preventive Conditioner<br>(Case of 12)','line_item',2351),(11019,'Preventive Spray 8oz<br>(Case of 12)','line_item',2351),(11020,'Bulk Mousse 1 Gallon RM','line_item',2351),(11021,'Bulk Active Rinse 100% RM','line_item',2351),(11022,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2351),(11023,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2351),(11024,'Professional Lice Comb<br>(Case of 12)','line_item',2351),(11025,'Free Standard Shipping','shipping',2351),(11026,'Bulk Active Rinse 100%','line_item',2352),(11027,'FedEx Ground','shipping',2352),(11028,'Bulk Active Rinse 100%','line_item',2353),(11029,'FedEx Ground','shipping',2353),(11030,'Disposable Capes','line_item',2354),(11031,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2354),(11032,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2354),(11033,'Bulk Active Rinse 100%','line_item',2354),(11034,'Disposable Capes','line_item',2354),(11035,'FedEx 2Day','shipping',2354),(11036,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2355),(11037,'Professional Lice Comb<br>(Case of 12)','line_item',2355),(11038,'Bulk Active Rinse 100% RM','line_item',2355),(11039,'6 Pack Empty Foamer 8oz Bottle','line_item',2355),(11040,'Bulk Mousse 1 Gallon RM','line_item',2355),(11041,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2355),(11042,'Free Standard Shipping','shipping',2355),(11043,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2356),(11044,'Preventive Kit<br>(Case of 6)','line_item',2356),(11045,'Free Standard Shipping','shipping',2356),(11046,'6 Pack Empty Foamer 8oz Bottle','line_item',2357),(11047,'Disney Wet Brush','line_item',2357),(11048,'Bulk Mousse 1 Gallon RM','line_item',2357),(11049,'FedEx Ground','shipping',2357),(11050,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2358),(11051,'Preventive Kit<br>(Case of 6)','line_item',2358),(11052,'Bulk Active Rinse 100% RM','line_item',2358),(11053,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2358),(11054,'Free Standard Shipping','shipping',2358),(11055,'Professional Lice Comb<br>(Case of 12)','line_item',2359),(11056,'The Wet Brush Squirt','line_item',2359),(11057,'Disney Wet Brush','line_item',2359),(11058,'FedEx Ground','shipping',2359),(11059,'Professional Lice Comb<br>(Case of 12)','line_item',2360),(11060,'FedEx Ground','shipping',2360),(11061,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2361),(11062,'FedEx Ground','shipping',2361),(11063,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2362),(11064,'Comb-Out Mousse<br>(Case of 12)','line_item',2362),(11065,'Professional Lice Comb<br>(Case of 12)','line_item',2362),(11066,'Urgent Care Kit<br>(Case of 6)','line_item',2362),(11067,'Preventive Spray 8oz<br>(Case of 12)','line_item',2362),(11068,'Bulk Active Rinse 100% RM','line_item',2362),(11069,'6 Pack Empty Foamer 8oz Bottle','line_item',2362),(11070,'Free Standard Shipping','shipping',2362),(11071,'Professional Lice Comb<br>(Case of 12)','line_item',2363),(11072,'Bulk Detangling Spray 1 Gallon RM','line_item',2363),(11073,'Bulk Active Rinse 100% RM','line_item',2363),(11074,'FedEx Ground','shipping',2363),(11075,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2364),(11076,'Professional Lice Comb<br>(Case of 12)','line_item',2364),(11077,'Preventive Spray 8oz<br>(Case of 12)','line_item',2364),(11078,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2364),(11079,'Bulk Active Rinse 100% RM','line_item',2364),(11080,'Goomee 4 Pack','line_item',2364),(11081,'Free Standard Shipping','shipping',2364),(11082,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2365),(11083,'FedEx Ground','shipping',2365),(11084,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2366),(11085,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2366),(11086,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2366),(11087,'Preventive Spray 8oz<br>(Case of 12)','line_item',2366),(11088,'Free Standard Shipping','shipping',2366),(11089,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2367),(11090,'Comb-Out Mousse<br>(Case of 12)','line_item',2367),(11091,'Preventive Spray 8oz<br>(Case of 12)','line_item',2367),(11092,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2367),(11093,'Bulk Active Rinse 100% RM','line_item',2367),(11094,'Free Standard Shipping','shipping',2367),(11095,'Professional Lice Comb<br>(Case of 12)','line_item',2368),(11096,'Preventive Spray 2oz<br>(Case of 24)','line_item',2368),(11097,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2368),(11098,'Free Standard Shipping','shipping',2368),(11099,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2369),(11100,'Preventive Shampoo<br>(Case of 12)','line_item',2369),(11101,'Preventive Conditioner<br>(Case of 12)','line_item',2369),(11102,'Free Standard Shipping','shipping',2369),(11103,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2370),(11104,'6 Pack Empty Foamer 8oz Bottle','line_item',2370),(11105,'FedEx Ground','shipping',2370),(11106,'Preventive Kit<br>(Case of 6)','line_item',2371),(11107,'Preventive Spray 8oz<br>(Case of 12)','line_item',2371),(11108,'Preventive Spray 2oz<br>(Case of 24)','line_item',2371),(11109,'Free Standard Shipping','shipping',2371),(11110,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2372),(11111,'Professional Lice Comb<br>(Case of 12)','line_item',2372),(11112,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2372),(11113,'Preventive Shampoo<br>(Case of 12)','line_item',2372),(11114,'Preventive Conditioner<br>(Case of 12)','line_item',2372),(11115,'Preventive Spray 8oz<br>(Case of 12)','line_item',2372),(11116,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2372),(11117,'Bulk Active Rinse 100% RM','line_item',2372),(11118,'Bulk Mousse 1 Gallon RM','line_item',2372),(11119,'Bulk Detangling Spray 1 Gallon RM','line_item',2372),(11120,'Disposable Head Bands','line_item',2372),(11121,'Urgent Care Kit<br>(Case of 6)','line_item',2372),(11122,'Preventive Kit<br>(Case of 6)','line_item',2372),(11123,'Free Standard Shipping','shipping',2372),(11124,'Bulk Detangling Spray 1 Gallon RM','line_item',2373),(11125,'Bulk Active Rinse 100% RM','line_item',2373),(11126,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2373),(11127,'Preventive Spray 2oz<br>(Case of 24)','line_item',2373),(11128,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2373),(11129,'Professional Lice Comb<br>(Case of 12)','line_item',2373),(11130,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2373),(11131,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2373),(11132,'Free Standard Shipping','shipping',2373),(11133,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2374),(11134,'Preventive Spray 8oz<br>(Case of 12)','line_item',2374),(11135,'Professional Lice Comb<br>(Case of 12)','line_item',2374),(11136,'Goomee 4 Pack','line_item',2374),(11137,'Bulk Active Rinse 100% RM','line_item',2374),(11138,'Bulk Detangling Spray 1 Gallon RM','line_item',2374),(11139,'Free Standard Shipping','shipping',2374),(11140,'Professional Lice Comb<br>(Case of 12)','line_item',2375),(11141,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2375),(11142,'Preventive Spray 8oz<br>(Case of 12)','line_item',2375),(11143,'Comb-Out Mousse<br>(Case of 12)','line_item',2375),(11144,'Disposable Head Bands','line_item',2375),(11145,'Goomee 4 Pack','line_item',2375),(11146,'Free Standard Shipping','shipping',2375),(11154,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2376),(11155,'Professional Lice Comb<br>(Case of 12)','line_item',2376),(11156,'Preventive Spray 2oz<br>(Case of 24)','line_item',2376),(11157,'Bulk Active Rinse 100% RM','line_item',2376),(11158,'Bulk Detangling Spray 1 Gallon RM','line_item',2376),(11159,'Bulk Mousse 1 Gallon RM','line_item',2376),(11160,'Free Standard Shipping','shipping',2376),(11161,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2377),(11162,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2377),(11163,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2377),(11164,'Preventive Spray 8oz<br>(Case of 12)','line_item',2377),(11165,'Professional Lice Comb<br>(Case of 12)','line_item',2377),(11166,'Bulk Active Rinse 100% RM','line_item',2377),(11167,'Free Standard Shipping','shipping',2377),(11168,'Professional Lice Comb<br>(Case of 12)','line_item',2378),(11169,'Bulk Active Rinse 100% RM','line_item',2378),(11170,'FedEx Ground','shipping',2378),(11171,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2379),(11172,'Preventive Conditioner<br>(Case of 12)','line_item',2379),(11173,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2379),(11174,'Free Standard Shipping','shipping',2379),(11175,'Preventive Spray 2oz<br>(Case of 24)','line_item',2380),(11176,'FedEx Ground','shipping',2380),(11177,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2381),(11178,'Preventive Kit<br>(Case of 6)','line_item',2381),(11179,'Bulk Active Rinse 100% RM','line_item',2381),(11180,'Bulk Mousse 1 Gallon RM','line_item',2381),(11181,'Preventive Spray 8oz<br>(Case of 12)','line_item',2381),(11182,'Free Standard Shipping','shipping',2381),(11183,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2382),(11184,'Professional Lice Comb<br>(Case of 12)','line_item',2382),(11185,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2382),(11186,'Preventive Shampoo<br>(Case of 12)','line_item',2382),(11187,'Preventive Conditioner<br>(Case of 12)','line_item',2382),(11188,'Preventive Spray 8oz<br>(Case of 12)','line_item',2382),(11189,'Bulk Active Rinse 100% RM','line_item',2382),(11190,'Bulk Mousse 1 Gallon RM','line_item',2382),(11191,'Free Standard Shipping','shipping',2382),(11192,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2383),(11193,'Professional Lice Comb<br>(Case of 12)','line_item',2383),(11194,'Preventive Spray 8oz<br>(Case of 12)','line_item',2383),(11195,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2383),(11196,'Bulk Active Rinse 100%','line_item',2383),(11197,'Free Standard Shipping','shipping',2383),(11198,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2384),(11199,'Preventive Spray 8oz<br>(Case of 12)','line_item',2384),(11200,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2384),(11201,'Bulk Mousse 1 Gallon RM','line_item',2384),(11202,'Free Standard Shipping','shipping',2384),(11203,'Preventive Shampoo<br>(Case of 12)','line_item',2385),(11204,'Preventive Conditioner<br>(Case of 12)','line_item',2385),(11205,'Preventive Spray 8oz<br>(Case of 12)','line_item',2385),(11206,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2385),(11207,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2385),(11208,'Professional Lice Comb<br>(Case of 12)','line_item',2385),(11209,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2385),(11210,'Free Standard Shipping','shipping',2385),(11211,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2386),(11212,'Professional Lice Comb<br>(Case of 12)','line_item',2386),(11213,'Bulk Mousse 1 Gallon RM','line_item',2386),(11214,'Bulk Active Rinse 100% RM','line_item',2386),(11215,'FedEx Standard Overnight','shipping',2386),(11216,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2387),(11217,'Professional Lice Comb<br>(Case of 12)','line_item',2387),(11218,'Preventive Spray 8oz<br>(Case of 12)','line_item',2387),(11219,'Bulk Mousse 1 Gallon RM','line_item',2387),(11220,'Bulk Detangling Spray 1 Gallon RM','line_item',2387),(11221,'Bulk Active Rinse 100% RM','line_item',2387),(11222,'Free Standard Shipping','shipping',2387),(11223,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2388),(11224,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2388),(11225,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2388),(11226,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2388),(11227,'Professional Lice Comb<br>(Case of 12)','line_item',2388),(11228,'Bulk Active Rinse 100% RM','line_item',2388),(11229,'Free Standard Shipping','shipping',2388),(11230,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2389),(11231,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2389),(11232,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2389),(11233,'Professional Lice Comb<br>(Case of 12)','line_item',2389),(11234,'Comb-Out Mousse<br>(Case of 12)','line_item',2389),(11235,'Preventive Kit<br>(Case of 6)','line_item',2389),(11236,'Bulk Active Rinse 100% RM','line_item',2389),(11237,'6 Pack Empty Rinse 8oz Bottles','line_item',2389),(11238,'Free Standard Shipping','shipping',2389),(11239,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2390),(11240,'Preventive Spray 2oz<br>(Case of 24)','line_item',2390),(11241,'Bulk Active Rinse 100% RM','line_item',2390),(11242,'Bulk Detangling Spray 1 Gallon RM','line_item',2390),(11243,'Bulk Mousse 1 Gallon RM','line_item',2390),(11244,'Professional Lice Comb<br>(Case of 12)','line_item',2390),(11245,'Free Standard Shipping','shipping',2390),(11246,'Bulk Active Rinse 100%','line_item',2391),(11247,'FedEx Ground','shipping',2391),(11248,'Disposable Head Bands','line_item',2392),(11249,'Goomee 4 Pack','line_item',2392),(11250,'FedEx 2Day','shipping',2392),(11251,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2393),(11252,'FedEx Ground','shipping',2393),(11253,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2394),(11254,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2394),(11255,'Bulk Active Rinse 100%','line_item',2394),(11256,'Bulk Mousse 1 Gallon','line_item',2394),(11257,'Bulk Detangling Spray 1 Gallon','line_item',2394),(11258,'Disposable Head Bands','line_item',2394),(11259,'Wet Comb','line_item',2394),(11260,'Free Standard Shipping','shipping',2394),(11261,'Bulk Detangling Spray 1 Gallon RM','line_item',2395),(11262,'FedEx Ground','shipping',2395),(11263,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2396),(11264,'Preventive Kit<br>(Case of 6)','line_item',2396),(11265,'Preventive Spray 8oz<br>(Case of 12)','line_item',2396),(11266,'Bulk Active Rinse 100% RM','line_item',2396),(11267,'Free Standard Shipping','shipping',2396),(11268,'Bulk Detangling Spray 1 Gallon RM','line_item',2397),(11269,'Bulk Mousse 1 Gallon RM','line_item',2397),(11270,'FedEx Ground','shipping',2397),(11271,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2415),(11272,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2415),(11273,'Free Standard Shipping','shipping',2415),(11274,'Bulk Active Rinse 100% RM','line_item',2416),(11275,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2416),(11276,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2416),(11277,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2416),(11278,'Professional Lice Comb<br>(Case of 12)','line_item',2416),(11279,'Bulk Active Rinse 100% RM','line_item',2416),(11280,'Free Standard Shipping','shipping',2416),(11281,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2417),(11282,'Comb-Out Mousse<br>(Case of 12)','line_item',2417),(11283,'Professional Lice Comb<br>(Case of 12)','line_item',2417),(11284,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2417),(11285,'Bulk Active Rinse 100% RM','line_item',2417),(11286,'Bulk Mousse 1 Gallon RM','line_item',2417),(11287,'Preventive Shampoo<br>(Case of 12)','line_item',2417),(11288,'Preventive Conditioner<br>(Case of 12)','line_item',2417),(11289,'Free Standard Shipping','shipping',2417),(11290,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2418),(11291,'Professional Lice Comb<br>(Case of 12)','line_item',2418),(11292,'Urgent Care Kit<br>(Case of 6)','line_item',2418),(11293,'Free Standard Shipping','shipping',2418),(11294,'Professional Lice Comb<br>(Case of 12)','line_item',2419),(11295,'The Wet Brush','line_item',2419),(11296,'Disney Wet Brush','line_item',2419),(11297,'FedEx Ground','shipping',2419),(11298,'Professional Lice Comb<br>(Case of 12)','line_item',2420),(11299,'Preventive Spray 8oz<br>(Case of 12)','line_item',2420),(11300,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2420),(11301,'Bulk Active Rinse 50/50 RM','line_item',2420),(11302,'Bulk Mousse 1 Gallon RM','line_item',2420),(11303,'FedEx Ground','shipping',2420),(11304,'Bulk Active Rinse 100% RM','line_item',2421),(11305,'Disposable Head Bands','line_item',2421),(11306,'FedEx 2Day','shipping',2421),(11307,'Comb-Out Mousse<br>(Case of 12)','line_item',2422),(11308,'Bulk Active Rinse 100% RM','line_item',2422),(11309,'Disposable Head Bands','line_item',2422),(11310,'FedEx Ground','shipping',2422),(11311,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2423),(11312,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2423),(11313,'Professional Lice Comb<br>(Case of 12)','line_item',2423),(11314,'Preventive Spray 2oz<br>(Case of 24)','line_item',2423),(11315,'Preventive Spray 8oz<br>(Case of 12)','line_item',2423),(11316,'Bulk Detangling Spray 1 Gallon RM','line_item',2423),(11317,'Bulk Active Rinse 100% RM','line_item',2423),(11318,'Free Standard Shipping','shipping',2423),(11319,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2424),(11320,'Professional Lice Comb<br>(Case of 12)','line_item',2424),(11321,'Urgent Care Kit<br>(Case of 6)','line_item',2424),(11322,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2424),(11323,'Disposable Head Bands','line_item',2424),(11324,'Free Standard Shipping','shipping',2424),(11325,'Professional Lice Comb<br>(Case of 12)','line_item',2425),(11326,'Bulk Active Rinse 100% RM','line_item',2425),(11327,'Bulk Detangling Spray 1 Gallon RM','line_item',2425),(11328,'Preventive Conditioner<br>(Case of 12)','line_item',2425),(11329,'FedEx Ground','shipping',2425),(11330,'Bulk Active Rinse 100%','line_item',2426),(11331,'Bulk Mousse 1 Gallon','line_item',2426),(11332,'FedEx Ground','shipping',2426),(11333,'Preventive Spray 2oz<br>(Case of 24)','line_item',2427),(11334,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2427),(11335,'Bulk Mousse 1 Gallon RM','line_item',2427),(11336,'Bulk Active Rinse 100% RM','line_item',2427),(11337,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2427),(11338,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2427),(11339,'Free Standard Shipping','shipping',2427),(11340,'Preventive Shampoo<br>(Case of 12)','line_item',2428),(11341,'Preventive Conditioner<br>(Case of 12)','line_item',2428),(11342,'Comb-Out Mousse<br>(Case of 12)','line_item',2428),(11343,'Preventive Spray 8oz<br>(Case of 12)','line_item',2428),(11344,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2428),(11345,'Bulk Active Rinse 100% RM','line_item',2428),(11346,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2428),(11347,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2428),(11348,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2428),(11349,'Professional Lice Comb<br>(Case of 12)','line_item',2428),(11350,'6 Pack Empty Foamer 8oz Bottle','line_item',2428),(11351,'Free Standard Shipping','shipping',2428),(11363,'Preventive Shampoo<br>(Case of 12)','line_item',2429),(11364,'Preventive Conditioner<br>(Case of 12)','line_item',2429),(11365,'Preventive Spray 8oz<br>(Case of 12)','line_item',2429),(11366,'Bulk Mousse 1 Gallon RM','line_item',2429),(11367,'Bulk Detangling Spray 1 Gallon RM','line_item',2429),(11368,'Bulk Active Rinse 100% RM','line_item',2429),(11369,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2429),(11370,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2429),(11371,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2429),(11372,'Bulk Active Rinse 100% RM','line_item',2429),(11373,'Free Standard Shipping','shipping',2429),(11374,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2430),(11375,'Professional Lice Comb<br>(Case of 12)','line_item',2430),(11376,'Preventive Spray 8oz<br>(Case of 12)','line_item',2430),(11377,'Bulk Active Rinse 100% RM','line_item',2430),(11378,'FedEx Ground','shipping',2430),(11435,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2431),(11436,'Professional Lice Comb<br>(Case of 12)','line_item',2431),(11437,'Comb-Out Mousse<br>(Case of 12)','line_item',2431),(11438,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2431),(11439,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2431),(11440,'Urgent Care Kit<br>(Case of 6)','line_item',2431),(11441,'Preventive Shampoo<br>(Case of 12)','line_item',2431),(11442,'Preventive Conditioner<br>(Case of 12)','line_item',2431),(11443,'Preventive Spray 2oz<br>(Case of 24)','line_item',2431),(11444,'Preventive Spray 8oz<br>(Case of 12)','line_item',2431),(11445,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2431),(11446,'Preventive Kit<br>(Case of 6)','line_item',2431),(11447,'Bulk Active Rinse 100% RM','line_item',2431),(11448,'Free Standard Shipping','shipping',2431),(11449,'Professional Lice Comb<br>(Case of 12)','line_item',2432),(11450,'Bulk Detangling Spray 1 Gallon RM','line_item',2432),(11451,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2432),(11452,'Wet Comb','line_item',2432),(11453,'FedEx Ground','shipping',2432),(11454,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2433),(11455,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2433),(11456,'Professional Lice Comb<br>(Case of 12)','line_item',2433),(11457,'Bulk Active Rinse 100% RM','line_item',2433),(11458,'Bulk Detangling Spray 1 Gallon RM','line_item',2433),(11459,'Bulk Mousse 1 Gallon RM','line_item',2433),(11460,'Free Standard Shipping','shipping',2433),(11461,'Professional Lice Comb<br>(Case of 12)','line_item',2434),(11462,'FedEx 2Day','shipping',2434),(11463,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2435),(11464,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2435),(11465,'Professional Lice Comb<br>(Case of 12)','line_item',2435),(11466,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2435),(11467,'Bulk Active Rinse 100% RM','line_item',2435),(11468,'Bulk Detangling Spray 1 Gallon RM','line_item',2435),(11469,'Free Standard Shipping','shipping',2435),(11470,'Urgent Care Kit<br>(Case of 6)','line_item',2436),(11471,'Preventive Spray 8oz<br>(Case of 12)','line_item',2436),(11472,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2436),(11473,'Professional Lice Comb<br>(Case of 12)','line_item',2436),(11474,'FedEx Ground','shipping',2436),(11475,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2437),(11476,'Preventive Spray 8oz<br>(Case of 12)','line_item',2437),(11477,'Professional Lice Comb<br>(Case of 12)','line_item',2437),(11478,'Free Standard Shipping','shipping',2437),(11479,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2438),(11480,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2438),(11481,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2438),(11482,'Preventive Conditioner<br>(Case of 12)','line_item',2438),(11483,'Preventive Spray 8oz<br>(Case of 12)','line_item',2438),(11484,'Bulk Active Rinse 100% RM','line_item',2438),(11485,'Bulk Mousse 1 Gallon RM','line_item',2438),(11486,'Free Standard Shipping','shipping',2438),(11487,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2439),(11488,'Preventive Kit<br>(Case of 6)','line_item',2439),(11489,'Bulk Active Rinse 100% RM','line_item',2439),(11490,'Free Standard Shipping','shipping',2439),(11491,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2440),(11492,'Professional Lice Comb<br>(Case of 12)','line_item',2440),(11493,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2440),(11494,'Preventive Kit<br>(Case of 6)','line_item',2440),(11495,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2440),(11496,'Free Standard Shipping','shipping',2440),(11497,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2441),(11498,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2441),(11499,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2441),(11500,'Preventive Spray 8oz<br>(Case of 12)','line_item',2441),(11501,'Bulk Active Rinse 50/50 RM','line_item',2441),(11502,'Free Standard Shipping','shipping',2441),(11503,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2442),(11504,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2442),(11505,'Professional Lice Comb<br>(Case of 12)','line_item',2442),(11506,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2442),(11507,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2442),(11508,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2442),(11509,'Preventive Spray 2oz<br>(Case of 24)','line_item',2442),(11510,'Preventive Spray 8oz<br>(Case of 12)','line_item',2442),(11511,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2442),(11512,'Preventive Kit<br>(Case of 6)','line_item',2442),(11513,'Bulk Detangling Spray 1 Gallon RM','line_item',2442),(11514,'Free Standard Shipping','shipping',2442),(11515,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2443),(11516,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2443),(11517,'Professional Lice Comb<br>(Case of 12)','line_item',2443),(11518,'Free Standard Shipping','shipping',2443),(11519,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2444),(11520,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2444),(11521,'Professional Lice Comb<br>(Case of 12)','line_item',2444),(11522,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2444),(11523,'Preventive Conditioner<br>(Case of 12)','line_item',2444),(11524,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2444),(11525,'Preventive Spray 8oz<br>(Case of 12)','line_item',2444),(11526,'Bulk Active Rinse 100%','line_item',2444),(11527,'Free Standard Shipping','shipping',2444),(11528,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2445),(11529,'Bulk Active Rinse 100% RM','line_item',2445),(11530,'Bulk Mousse 1 Gallon RM','line_item',2445),(11531,'Bulk Detangling Spray 1 Gallon RM','line_item',2445),(11532,'FedEx Ground','shipping',2445),(11533,'Professional Lice Comb<br>(Case of 12)','line_item',2446),(11534,'Preventive Spray 8oz<br>(Case of 12)','line_item',2446),(11535,'Bulk Active Rinse 100% RM','line_item',2446),(11536,'FedEx Ground','shipping',2446),(11537,'The Wet Brush','line_item',2447),(11538,'FedEx Ground','shipping',2447),(11543,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2449),(11544,'Comb-Out Mousse<br>(Case of 12)','line_item',2449),(11545,'Professional Lice Comb<br>(Case of 12)','line_item',2449),(11546,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2449),(11547,'Preventive Spray 8oz<br>(Case of 12)','line_item',2449),(11548,'Preventive Spray 2oz<br>(Case of 24)','line_item',2449),(11549,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2449),(11550,'Bulk Active Rinse 100% RM','line_item',2449),(11551,'Bulk Mousse 1 Gallon RM','line_item',2449),(11552,'Free Standard Shipping','shipping',2449),(11553,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2450),(11554,'Comb-Out Mousse<br>(Case of 12)','line_item',2450),(11555,'Professional Lice Comb<br>(Case of 12)','line_item',2450),(11556,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2450),(11557,'Preventive Spray 8oz<br>(Case of 12)','line_item',2450),(11558,'Preventive Spray 2oz<br>(Case of 24)','line_item',2450),(11559,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2450),(11560,'Bulk Active Rinse 100% RM','line_item',2450),(11561,'Bulk Mousse 1 Gallon RM','line_item',2450),(11562,'Free Standard Shipping','shipping',2450),(11563,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2451),(11564,'Comb-Out Mousse<br>(Case of 12)','line_item',2451),(11565,'Professional Lice Comb<br>(Case of 12)','line_item',2451),(11566,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2451),(11567,'Preventive Spray 8oz<br>(Case of 12)','line_item',2451),(11568,'Preventive Spray 2oz<br>(Case of 24)','line_item',2451),(11569,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2451),(11570,'Bulk Active Rinse 100% RM','line_item',2451),(11571,'Bulk Mousse 1 Gallon RM','line_item',2451),(11572,'Free Standard Shipping','shipping',2451),(11573,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2452),(11574,'Comb-Out Mousse<br>(Case of 12)','line_item',2452),(11575,'Preventive Spray 8oz<br>(Case of 12)','line_item',2452),(11576,'Bulk Active Rinse 100% RM','line_item',2452),(11577,'Bulk Mousse 1 Gallon RM','line_item',2452),(11578,'Free Standard Shipping','shipping',2452),(11579,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2453),(11580,'Comb-Out Mousse<br>(Case of 12)','line_item',2453),(11581,'Preventive Spray 8oz<br>(Case of 12)','line_item',2453),(11582,'Bulk Active Rinse 100% RM','line_item',2453),(11583,'Bulk Mousse 1 Gallon RM','line_item',2453),(11584,'Free Standard Shipping','shipping',2453),(11585,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2454),(11586,'Bulk Active Rinse 100% RM','line_item',2454),(11587,'Preventive Kit<br>(Case of 6)','line_item',2454),(11588,'Free Standard Shipping','shipping',2454),(11589,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2455),(11590,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2455),(11591,'Professional Lice Comb<br>(Case of 12)','line_item',2455),(11592,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2455),(11593,'Preventive Spray 8oz<br>(Case of 12)','line_item',2455),(11594,'Free Standard Shipping','shipping',2455),(11595,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2456),(11596,'Professional Lice Comb<br>(Case of 12)','line_item',2456),(11597,'Preventive Spray 8oz<br>(Case of 12)','line_item',2456),(11598,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2456),(11599,'Bulk Active Rinse 100% RM','line_item',2456),(11600,'Free Standard Shipping','shipping',2456),(11601,'Professional Lice Comb<br>(Case of 12)','line_item',2457),(11602,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2457),(11603,'Preventive Shampoo<br>(Case of 12)','line_item',2457),(11604,'Bulk Detangling Spray 1 Gallon RM','line_item',2457),(11605,'Free Standard Shipping','shipping',2457),(11708,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2458),(11709,'Comb-Out Mousse<br>(Case of 12)','line_item',2458),(11710,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2458),(11711,'Professional Lice Comb<br>(Case of 12)','line_item',2458),(11712,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2458),(11713,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2458),(11714,'Urgent Care Kit<br>(Case of 6)','line_item',2458),(11715,'Preventive Shampoo<br>(Case of 12)','line_item',2458),(11716,'Preventive Conditioner<br>(Case of 12)','line_item',2458),(11717,'Preventive Spray 2oz<br>(Case of 24)','line_item',2458),(11718,'Preventive Spray 8oz<br>(Case of 12)','line_item',2458),(11719,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2458),(11720,'Preventive Kit<br>(Case of 6)','line_item',2458),(11721,'Bulk Active Rinse 100% RM','line_item',2458),(11722,'Bulk Detangling Spray 1 Gallon RM','line_item',2458),(11723,'Bulk Mousse 1 Gallon RM','line_item',2458),(11724,'Free Standard Shipping','shipping',2458),(11725,'Bulk Active Rinse 100% RM','line_item',2459),(11726,'Preventive Spray 2oz<br>(Case of 24)','line_item',2459),(11727,'Preventive Kit<br>(Case of 6)','line_item',2459),(11728,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2459),(11729,'Free Standard Shipping','shipping',2459),(11730,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2460),(11731,'Professional Lice Comb<br>(Case of 12)','line_item',2460),(11732,'Preventive Spray 2oz<br>(Case of 24)','line_item',2460),(11733,'Bulk Active Rinse 100% RM','line_item',2460),(11734,'Free Standard Shipping','shipping',2460),(11735,'Bulk Active Rinse 100%','line_item',2461),(11736,'FedEx Ground','shipping',2461),(11737,'Professional Lice Comb<br>(Case of 12)','line_item',2462),(11738,'Bulk Active Rinse 100% RM','line_item',2462),(11739,'FedEx Ground','shipping',2462),(11742,'Professional Lice Comb<br>(Case of 12)','line_item',2464),(11743,'Preventive Kit<br>(Case of 6)','line_item',2464),(11744,'Bulk Active Rinse 100% RM','line_item',2464),(11745,'FedEx Ground','shipping',2464),(11746,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2465),(11747,'Professional Lice Comb<br>(Case of 12)','line_item',2465),(11748,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2465),(11749,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2465),(11750,'Bulk Active Rinse 100% RM','line_item',2465),(11751,'Free Standard Shipping','shipping',2465),(11752,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2466),(11753,'Professional Lice Comb<br>(Case of 12)','line_item',2466),(11754,'Goomee 4 Pack','line_item',2466),(11755,'Bulk Active Rinse 100% RM','line_item',2466),(11756,'Bulk Detangling Spray 1 Gallon RM','line_item',2466),(11757,'Preventive Spray 8oz<br>(Case of 12)','line_item',2466),(11758,'Free Standard Shipping','shipping',2466),(11759,'Comb-Out Mousse<br>(Case of 12)','line_item',2467),(11760,'Disposable Head Bands','line_item',2467),(11761,'Bulk Active Rinse 100% RM','line_item',2467),(11762,'FedEx Ground','shipping',2467),(11763,'Professional Lice Comb<br>(Case of 12)','line_item',2468),(11764,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2468),(11765,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2468),(11766,'Goomee 4 Pack','line_item',2468),(11767,'Disposable Head Bands','line_item',2468),(11768,'Free Standard Shipping','shipping',2468),(11769,'Professional Lice Comb<br>(Case of 12)','line_item',2469),(11770,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2469),(11771,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2469),(11772,'Goomee 4 Pack','line_item',2469),(11773,'Disposable Head Bands','line_item',2469),(11774,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2470),(11775,'Professional Lice Comb<br>(Case of 12)','line_item',2470),(11776,'Goomee 4 Pack','line_item',2470),(11777,'Disposable Head Bands','line_item',2470),(11778,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2470),(11779,'Free Standard Shipping','shipping',2470),(11780,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2471),(11781,'Bulk Active Rinse 100% RM','line_item',2471),(11782,'FedEx Ground','shipping',2471),(11783,'Bulk Active Rinse 100% RM','line_item',2472),(11784,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2472),(11785,'Professional Lice Comb<br>(Case of 12)','line_item',2472),(11786,'Comb-Out Mousse<br>(Case of 12)','line_item',2472),(11787,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2472),(11788,'Preventive Shampoo<br>(Case of 12)','line_item',2472),(11789,'Preventive Conditioner<br>(Case of 12)','line_item',2472),(11790,'Preventive Spray 8oz<br>(Case of 12)','line_item',2472),(11791,'Free Standard Shipping','shipping',2472),(11792,'Comb-Out Mousse<br>(Case of 12)','line_item',2473),(11793,'Bulk Mousse 1 Gallon RM','line_item',2473),(11794,'FedEx Ground','shipping',2473),(11795,'Bulk Active Rinse 100% RM','line_item',2474),(11796,'Bulk Detangling Spray 1 Gallon RM','line_item',2474),(11797,'Professional Lice Comb<br>(Case of 12)','line_item',2474),(11798,'FedEx 2Day','shipping',2474),(11799,'Bulk Detangling Spray 1 Gallon RM','line_item',2475),(11800,'Preventive Kit<br>(Case of 6)','line_item',2475),(11801,'Preventive Spray 8oz<br>(Case of 12)','line_item',2475),(11802,'Free Standard Shipping','shipping',2475),(11803,'Professional Lice Comb<br>(Case of 12)','line_item',2476),(11804,'Preventive Shampoo<br>(Case of 12)','line_item',2476),(11805,'Bulk Active Rinse 100% RM','line_item',2476),(11806,'Bulk Detangling Spray 1 Gallon RM','line_item',2476),(11807,'Preventive Spray 2oz<br>(Case of 24)','line_item',2476),(11808,'FedEx Ground','shipping',2476),(11809,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2477),(11810,'Preventive Spray 2oz<br>(Case of 24)','line_item',2477),(11811,'Preventive Spray 8oz<br>(Case of 12)','line_item',2477),(11812,'Free Standard Shipping','shipping',2477),(11813,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2478),(11814,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2478),(11815,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2478),(11816,'Professional Lice Comb<br>(Case of 12)','line_item',2478),(11817,'Preventive Spray 8oz<br>(Case of 12)','line_item',2478),(11818,'Preventive Spray 2oz<br>(Case of 24)','line_item',2478),(11819,'Preventive Kit<br>(Case of 6)','line_item',2478),(11820,'Bulk Active Rinse 100% RM','line_item',2478),(11821,'Bulk Mousse 1 Gallon RM','line_item',2478),(11822,'Large Butterfly Clips','line_item',2478),(11823,'Free Standard Shipping','shipping',2478),(11824,'Professional Lice Comb<br>(Case of 12)','line_item',2479),(11825,'Free Standard Shipping','shipping',2479),(11826,'Preventive Kit<br>(Case of 6)','line_item',2480),(11827,'Comb-Out Mousse<br>(Case of 12)','line_item',2480),(11828,'Comb-Out Mousse<br>(Case of 12)','line_item',2480),(11829,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2480),(11830,'Preventive Spray 2oz<br>(Case of 24)','line_item',2480),(11831,'Preventive Spray 8oz<br>(Case of 12)','line_item',2480),(11832,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2480),(11833,'6 Pack Empty Foamer 8oz Bottle','line_item',2480),(11834,'Course Tail Comb','line_item',2480),(11835,'Free Standard Shipping','shipping',2480),(11836,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2481),(11837,'Preventive Kit<br>(Case of 6)','line_item',2481),(11838,'Preventive Spray 8oz<br>(Case of 12)','line_item',2481),(11839,'Bulk Active Rinse 100% RM','line_item',2481),(11840,'Free Standard Shipping','shipping',2481),(11841,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2482),(11842,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2482),(11843,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2482),(11844,'Bulk Detangling Spray 1 Gallon','line_item',2482),(11845,'Bulk Active Rinse 100%','line_item',2482),(11846,'Free Standard Shipping','shipping',2482),(11847,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2483),(11848,'Preventive Spray 8oz<br>(Case of 12)','line_item',2483),(11849,'Preventive Kit<br>(Case of 6)','line_item',2483),(11850,'Bulk Active Rinse 100% RM','line_item',2483),(11851,'FedEx Ground','shipping',2483),(11852,'FedEx Ground','shipping',2484),(11853,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2485),(11854,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2485),(11855,'Professional Lice Comb<br>(Case of 12)','line_item',2485),(11856,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2485),(11857,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2485),(11858,'Preventive Spray 8oz<br>(Case of 12)','line_item',2485),(11859,'Preventive Kit<br>(Case of 6)','line_item',2485),(11860,'Bulk Active Rinse 100% RM','line_item',2485),(11861,'6 Pack Empty Rinse 8oz Bottles','line_item',2485),(11862,'Preventive Spray 2oz<br>(Case of 24)','line_item',2485),(11863,'Free Standard Shipping','shipping',2485),(11864,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2486),(11865,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2486),(11866,'Professional Lice Comb<br>(Case of 12)','line_item',2486),(11867,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2486),(11868,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2486),(11869,'Preventive Spray 8oz<br>(Case of 12)','line_item',2486),(11870,'Preventive Kit<br>(Case of 6)','line_item',2486),(11871,'Bulk Active Rinse 100% RM','line_item',2486),(11872,'6 Pack Empty Rinse 8oz Bottles','line_item',2486),(11873,'Preventive Spray 2oz<br>(Case of 24)','line_item',2486),(11874,'Free Standard Shipping','shipping',2486),(11875,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2487),(11876,'Professional Lice Comb<br>(Case of 12)','line_item',2487),(11877,'Disposable Head Bands','line_item',2487),(11878,'Free Standard Shipping','shipping',2487),(11879,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2488),(11880,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2488),(11881,'Professional Lice Comb<br>(Case of 12)','line_item',2488),(11882,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2488),(11883,'Preventive Spray 2oz<br>(Case of 24)','line_item',2488),(11884,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2488),(11885,'Bulk Active Rinse 100% RM','line_item',2488),(11886,'Free Standard Shipping','shipping',2488),(11887,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2489),(11888,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2489),(11889,'Professional Lice Comb<br>(Case of 12)','line_item',2489),(11890,'Preventive Spray 2oz<br>(Case of 24)','line_item',2489),(11891,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2489),(11892,'Bulk Active Rinse 100%','line_item',2489),(11893,'Free Standard Shipping','shipping',2489),(11894,'Preventive Shampoo<br>(Case of 12)','line_item',2490),(11895,'Preventive Conditioner<br>(Case of 12)','line_item',2490),(11896,'Comb-Out Mousse<br>(Case of 12)','line_item',2490),(11897,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2490),(11898,'Bulk Active Rinse 100% RM','line_item',2490),(11899,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2490),(11900,'Professional Lice Comb<br>(Case of 12)','line_item',2490),(11901,'Preventive Spray 8oz<br>(Case of 12)','line_item',2490),(11902,'Free Standard Shipping','shipping',2490),(11903,'Preventive Shampoo<br>(Case of 12)','line_item',2491),(11904,'Preventive Conditioner<br>(Case of 12)','line_item',2491),(11905,'Comb-Out Mousse<br>(Case of 12)','line_item',2491),(11906,'Preventive Spray 8oz<br>(Case of 12)','line_item',2491),(11907,'Bulk Active Rinse 100% RM','line_item',2491),(11908,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2491),(11909,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2491),(11910,'Professional Lice Comb<br>(Case of 12)','line_item',2491),(11911,'Free Standard Shipping','shipping',2491),(11912,'Comb-Out Mousse<br>(Case of 12)','line_item',2492),(11913,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2492),(11914,'Bulk Active Rinse 100% RM','line_item',2492),(11915,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2492),(11916,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2492),(11917,'Professional Lice Comb<br>(Case of 12)','line_item',2492),(11918,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2492),(11919,'Free Standard Shipping','shipping',2492),(11920,'Preventive Spray 8oz<br>(Case of 12)','line_item',2493),(11921,'Bulk Active Rinse 100% RM','line_item',2493),(11922,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2493),(11923,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2493),(11924,'Professional Lice Comb<br>(Case of 12)','line_item',2493),(11925,'Free Standard Shipping','shipping',2493),(11926,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2494),(11927,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2494),(11928,'Professional Lice Comb<br>(Case of 12)','line_item',2494),(11929,'Free Standard Shipping','shipping',2494),(11930,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2495),(11931,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2495),(11932,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2495),(11933,'Bulk Active Rinse 100% RM','line_item',2495),(11934,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2495),(11935,'Bulk Mousse 1 Gallon RM','line_item',2495),(11936,'Free Standard Shipping','shipping',2495),(11937,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2496),(11938,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2496),(11939,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2496),(11940,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2496),(11941,'Professional Lice Comb<br>(Case of 12)','line_item',2496),(11942,'Bulk Active Rinse 100% RM','line_item',2496),(11943,'Free Standard Shipping','shipping',2496),(11944,'Professional Lice Comb<br>(Case of 12)','line_item',2497),(11945,'FedEx Ground','shipping',2497),(11946,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2498),(11947,'Preventive Shampoo<br>(Case of 12)','line_item',2498),(11948,'Professional Lice Comb<br>(Case of 12)','line_item',2498),(11949,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2498),(11950,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2498),(11951,'Comb-Out Mousse<br>(Case of 12)','line_item',2498),(11952,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2498),(11953,'Preventive Kit<br>(Case of 6)','line_item',2498),(11954,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2498),(11955,'Preventive Shampoo<br>(Case of 12)','line_item',2498),(11956,'Preventive Conditioner<br>(Case of 12)','line_item',2498),(11957,'Free Standard Shipping','shipping',2498),(11958,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2499),(11959,'FedEx Ground','shipping',2499),(11960,'Professional Lice Comb<br>(Case of 12)','line_item',2500),(11961,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2500),(11962,'Preventive Kit<br>(Case of 6)','line_item',2500),(11963,'Bulk Active Rinse 50/50','line_item',2500),(11964,'Free Standard Shipping','shipping',2500),(11965,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2501),(11966,'Professional Lice Comb<br>(Case of 12)','line_item',2501),(11967,'Comb-Out Mousse<br>(Case of 12)','line_item',2501),(11968,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2501),(11969,'Preventive Shampoo<br>(Case of 12)','line_item',2501),(11970,'Preventive Conditioner<br>(Case of 12)','line_item',2501),(11971,'Preventive Spray 2oz<br>(Case of 24)','line_item',2501),(11972,'Preventive Spray 8oz<br>(Case of 12)','line_item',2501),(11973,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2501),(11974,'Bulk Active Rinse 100% RM','line_item',2501),(11975,'Bulk Detangling Spray 1 Gallon RM','line_item',2501),(11976,'Bulk Mousse 1 Gallon RM','line_item',2501),(11977,'Disposable Head Bands','line_item',2501),(11978,'Goomee 4 Pack','line_item',2501),(11979,'Free Standard Shipping','shipping',2501),(11980,'Bulk Mousse 1 Gallon','line_item',2502),(11981,'Bulk Active Rinse 100%','line_item',2502),(11982,'FedEx Ground','shipping',2502),(11983,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2503),(11984,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2503),(11985,'Professional Lice Comb<br>(Case of 12)','line_item',2503),(11986,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2503),(11987,'Urgent Care Kit<br>(Case of 6)','line_item',2503),(11988,'Preventive Spray 8oz<br>(Case of 12)','line_item',2503),(11989,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2503),(11990,'Bulk Detangling Spray 1 Gallon RM','line_item',2503),(11991,'Disposable Capes','line_item',2503),(11992,'Preventive Kit<br>(Case of 6)','line_item',2503),(11993,'Free Standard Shipping','shipping',2503),(11994,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2504),(11995,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2504),(11996,'Professional Lice Comb<br>(Case of 12)','line_item',2504),(11997,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2504),(11998,'Preventive Spray 8oz<br>(Case of 12)','line_item',2504),(11999,'Bulk Mousse 1 Gallon RM','line_item',2504),(12000,'Bulk Active Rinse 100% RM','line_item',2504),(12001,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2504),(12002,'Preventive Kit<br>(Case of 6)','line_item',2504),(12003,'Free Standard Shipping','shipping',2504),(12004,'Professional Lice Comb<br>(Case of 12)','line_item',2505),(12005,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2505),(12006,'Bulk Active Rinse 50/50 RM','line_item',2505),(12007,'Bulk Mousse 1 Gallon RM','line_item',2505),(12008,'FedEx Ground','shipping',2505),(12009,'Professional Lice Comb<br>(Case of 12)','line_item',2506),(12010,'Disney Wet Brush','line_item',2506),(12011,'FedEx Ground','shipping',2506),(12012,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2507),(12013,'Preventive Spray 8oz<br>(Case of 12)','line_item',2507),(12014,'Bulk Active Rinse 100% RM','line_item',2507),(12015,'Free Standard Shipping','shipping',2507),(12016,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2508),(12017,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2508),(12018,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2508),(12019,'Free Standard Shipping','shipping',2508),(12020,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2509),(12021,'Professional Lice Comb<br>(Case of 12)','line_item',2509),(12022,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2509),(12023,'Bulk Detangling Spray 1 Gallon RM','line_item',2509),(12024,'Bulk Mousse 1 Gallon RM','line_item',2509),(12025,'Bulk Active Rinse 100% RM','line_item',2509),(12026,'6 Pack Empty Foamer 8oz Bottle','line_item',2509),(12027,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2509),(12028,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2509),(12029,'FedEx Ground','shipping',2509),(12030,'Professional Lice Comb<br>(Case of 12)','line_item',2510),(12031,'Bulk Active Rinse 100% RM','line_item',2510),(12032,'Bulk Detangling Spray 1 Gallon RM','line_item',2510),(12033,'FedEx Ground','shipping',2510),(12038,'Bulk Active Rinse 100% RM','line_item',2512),(12039,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2512),(12040,'Preventive Spray 2oz<br>(Case of 24)','line_item',2512),(12041,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2512),(12042,'Free Standard Shipping','shipping',2512),(12047,'Bulk Active Rinse 100% RM','line_item',2513),(12048,'FedEx Ground','shipping',2513),(12049,'Preventive Spray 8oz<br>(Case of 12)','line_item',2514),(12050,'Preventive Spray 2oz<br>(Case of 24)','line_item',2514),(12051,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2514),(12052,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2514),(12053,'Bulk Active Rinse 100% RM','line_item',2514),(12054,'Bulk Detangling Spray 1 Gallon RM','line_item',2514),(12055,'Bulk Mousse 1 Gallon RM','line_item',2514),(12056,'Free Standard Shipping','shipping',2514),(12057,'Preventive Kit<br>(Case of 6)','line_item',2511),(12058,'Bulk Active Rinse 100% RM','line_item',2511),(12059,'Preventive Spray 8oz<br>(Case of 12)','line_item',2511),(12060,'FedEx Ground','shipping',2511),(12061,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2515),(12062,'Bulk Active Rinse 100% RM','line_item',2515),(12063,'Free Standard Shipping','shipping',2515),(12064,'Bulk Active Rinse 100% RM','line_item',2516),(12065,'FedEx Ground','shipping',2516),(12066,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2517),(12067,'Professional Lice Comb<br>(Case of 12)','line_item',2517),(12068,'Preventive Shampoo<br>(Case of 12)','line_item',2517),(12069,'Preventive Kit<br>(Case of 6)','line_item',2517),(12070,'Bulk Active Rinse 100% RM','line_item',2517),(12071,'Bulk Mousse 1 Gallon RM','line_item',2517),(12072,'Free Standard Shipping','shipping',2517),(12073,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2518),(12074,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2518),(12075,'Professional Lice Comb<br>(Case of 12)','line_item',2518),(12076,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2518),(12077,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2518),(12078,'Bulk Active Rinse 100% RM','line_item',2518),(12079,'Bulk Detangling Spray 1 Gallon RM','line_item',2518),(12080,'Free Standard Shipping','shipping',2518),(12081,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2519),(12082,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2519),(12083,'FedEx Ground','shipping',2519),(12084,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2520),(12085,'Professional Lice Comb<br>(Case of 12)','line_item',2520),(12086,'Preventive Spray 8oz<br>(Case of 12)','line_item',2520),(12087,'Bulk Active Rinse 100% RM','line_item',2520),(12088,'Bulk Detangling Spray 1 Gallon RM','line_item',2520),(12089,'Free Standard Shipping','shipping',2520),(12090,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2522),(12091,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2522),(12092,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2522),(12093,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2522),(12094,'Bulk Active Rinse 100% RM','line_item',2522),(12095,'Bulk Detangling Spray 1 Gallon RM','line_item',2522),(12096,'Free Standard Shipping','shipping',2522),(12097,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2523),(12098,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2523),(12099,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2523),(12100,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2523),(12101,'Bulk Active Rinse 100% RM','line_item',2523),(12102,'Bulk Detangling Spray 1 Gallon RM','line_item',2523),(12103,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2524),(12104,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2524),(12105,'Professional Lice Comb<br>(Case of 12)','line_item',2524),(12106,'Preventive Spray 8oz<br>(Case of 12)','line_item',2524),(12107,'Bulk Active Rinse 100% RM','line_item',2524),(12108,'Disposable Head Bands','line_item',2524),(12109,'Free Standard Shipping','shipping',2524),(12110,'Bulk Active Rinse 100%','line_item',2525),(12111,'FedEx 2Day','shipping',2525),(12112,'FedEx 2Day','shipping',2527),(12113,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2528),(12114,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2528),(12115,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2528),(12116,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2528),(12117,'Professional Lice Comb<br>(Case of 12)','line_item',2528),(12118,'Bulk Active Rinse 100% RM','line_item',2528),(12119,'Bulk Detangling Spray 1 Gallon RM','line_item',2528),(12120,'Free Standard Shipping','shipping',2528),(12121,'Professional Lice Comb<br>(Case of 12)','line_item',2529),(12122,'Bulk Detangling Spray 1 Gallon RM','line_item',2529),(12123,'Preventive Kit<br>(Case of 6)','line_item',2529),(12124,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2529),(12125,'Preventive Spray 8oz<br>(Case of 12)','line_item',2529),(12126,'Free Standard Shipping','shipping',2529),(12127,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2530),(12128,'Professional Lice Comb<br>(Case of 12)','line_item',2530),(12129,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2530),(12130,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2530),(12131,'Bulk Active Rinse 100% RM','line_item',2530),(12132,'Bulk Mousse 1 Gallon RM','line_item',2530),(12133,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2530),(12134,'Free Standard Shipping','shipping',2530),(12135,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2531),(12136,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2531),(12137,'Professional Lice Comb<br>(Case of 12)','line_item',2531),(12138,'Preventive Kit<br>(Case of 6)','line_item',2531),(12139,'Bulk Active Rinse 100% RM','line_item',2531),(12140,'Bulk Mousse 1 Gallon RM','line_item',2531),(12141,'Free Standard Shipping','shipping',2531),(12142,'Bulk Active Rinse 100% RM','line_item',2532),(12143,'Disposable Head Bands','line_item',2532),(12144,'Preventive Kit<br>(Case of 6)','line_item',2532),(12145,'Preventive Spray 8oz<br>(Case of 12)','line_item',2532),(12146,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2532),(12147,'Professional Lice Comb<br>(Case of 12)','line_item',2532),(12148,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2532),(12149,'Free Standard Shipping','shipping',2532),(12150,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2533),(12151,'Comb-Out Mousse<br>(Case of 12)','line_item',2533),(12152,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2533),(12153,'Urgent Care Kit<br>(Case of 6)','line_item',2533),(12154,'Preventive Shampoo<br>(Case of 12)','line_item',2533),(12155,'Preventive Conditioner<br>(Case of 12)','line_item',2533),(12156,'Preventive Spray 2oz<br>(Case of 24)','line_item',2533),(12157,'Preventive Spray 8oz<br>(Case of 12)','line_item',2533),(12158,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2533),(12159,'Preventive Kit<br>(Case of 6)','line_item',2533),(12160,'Bulk Active Rinse 50/50 RM','line_item',2533),(12161,'Disposable Head Bands','line_item',2533),(12162,'Free Standard Shipping','shipping',2533),(12163,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2534),(12164,'Professional Lice Comb<br>(Case of 12)','line_item',2534),(12165,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2534),(12166,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2534),(12167,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2534),(12168,'Preventive Kit<br>(Case of 6)','line_item',2534),(12169,'Bulk Active Rinse 100%','line_item',2534),(12170,'Wet Comb','line_item',2534),(12171,'Preventive Spray 8oz<br>(Case of 12)','line_item',2534),(12172,'Free Standard Shipping','shipping',2534),(12173,'Preventive Kit<br>(Case of 6)','line_item',2535),(12174,'Preventive Kit<br>(Case of 6)','line_item',2535),(12175,'Professional Lice Comb<br>(Case of 12)','line_item',2535),(12176,'Professional Lice Comb<br>(Case of 12)','line_item',2535),(12177,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2535),(12178,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2535),(12179,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2535),(12180,'Free Standard Shipping','shipping',2535),(12181,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2536),(12182,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2536),(12183,'Professional Lice Comb<br>(Case of 12)','line_item',2536),(12184,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2536),(12185,'Preventive Shampoo<br>(Case of 12)','line_item',2536),(12186,'Preventive Conditioner<br>(Case of 12)','line_item',2536),(12187,'Comb-Out Mousse<br>(Case of 12)','line_item',2536),(12188,'6 Pack Empty Foamer 8oz Bottle','line_item',2536),(12189,'Bulk Mousse 1 Gallon RM','line_item',2536),(12190,'Free Standard Shipping','shipping',2536),(12199,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2537),(12200,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2537),(12201,'Professional Lice Comb<br>(Case of 12)','line_item',2537),(12202,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2537),(12203,'Bulk Active Rinse 100% RM','line_item',2537),(12204,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2537),(12205,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2537),(12206,'Free Standard Shipping','shipping',2537),(12207,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2538),(12208,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2538),(12209,'Preventive Kit<br>(Case of 6)','line_item',2538),(12210,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2538),(12211,'Preventive Shampoo<br>(Case of 12)','line_item',2538),(12212,'Preventive Conditioner<br>(Case of 12)','line_item',2538),(12213,'Preventive Spray 8oz<br>(Case of 12)','line_item',2538),(12214,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2538),(12215,'Professional Lice Comb<br>(Case of 12)','line_item',2538),(12216,'Bulk Detangling Spray 1 Gallon RM','line_item',2538),(12217,'Bulk Mousse 1 Gallon RM','line_item',2538),(12218,'Bulk Active Rinse 100% RM','line_item',2538),(12219,'Free Standard Shipping','shipping',2538),(12220,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2539),(12221,'Preventive Spray 8oz<br>(Case of 12)','line_item',2539),(12222,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2539),(12223,'Bulk Active Rinse 100% RM','line_item',2539),(12224,'Free Standard Shipping','shipping',2539),(12225,'Bulk Detangling Spray 1 Gallon RM','line_item',2541),(12226,'FedEx Ground','shipping',2541),(12227,'Professional Lice Comb<br>(Case of 12)','line_item',2542),(12228,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2542),(12229,'Preventive Shampoo<br>(Case of 12)','line_item',2542),(12230,'Preventive Kit<br>(Case of 6)','line_item',2542),(12231,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2542),(12232,'Comb-Out Mousse<br>(Case of 12)','line_item',2542),(12233,'Bulk Active Rinse 100% RM','line_item',2542),(12234,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2542),(12235,'Free Standard Shipping','shipping',2542),(12236,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2543),(12237,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2543),(12238,'Professional Lice Comb<br>(Case of 12)','line_item',2543),(12239,'Preventive Shampoo<br>(Case of 12)','line_item',2543),(12240,'Preventive Conditioner<br>(Case of 12)','line_item',2543),(12241,'Preventive Spray 2oz<br>(Case of 24)','line_item',2543),(12242,'Preventive Spray 8oz<br>(Case of 12)','line_item',2543),(12243,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2543),(12244,'Bulk Active Rinse 100%','line_item',2543),(12245,'Free Standard Shipping','shipping',2543),(12246,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2544),(12247,'Comb-Out Mousse<br>(Case of 12)','line_item',2544),(12248,'Professional Lice Comb<br>(Case of 12)','line_item',2544),(12249,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2544),(12250,'Free Standard Shipping','shipping',2544),(12251,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2545),(12252,'Comb-Out Mousse<br>(Case of 12)','line_item',2545),(12253,'Professional Lice Comb<br>(Case of 12)','line_item',2545),(12254,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2545),(12255,'Free Standard Shipping','shipping',2545),(12256,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2546),(12257,'Professional Lice Comb<br>(Case of 12)','line_item',2546),(12258,'Bulk Detangling Spray 1 Gallon RM','line_item',2546),(12259,'Disney Wet Brush','line_item',2546),(12260,'FedEx Ground','shipping',2546),(12261,'Preventive Spray 2oz<br>(Case of 24)','line_item',2547),(12262,'Preventive Spray 8oz<br>(Case of 12)','line_item',2547),(12263,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2547),(12264,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2547),(12265,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2547),(12266,'Free Standard Shipping','shipping',2547),(12267,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2548),(12268,'Preventive Spray 8oz<br>(Case of 12)','line_item',2548),(12269,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2548),(12270,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2548),(12271,'Professional Lice Comb<br>(Case of 12)','line_item',2548),(12272,'Free Standard Shipping','shipping',2548),(12273,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2549),(12274,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2549),(12275,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2549),(12276,'Free Standard Shipping','shipping',2549),(12277,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2550),(12278,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2550),(12279,'Bulk Detangling Spray 1 Gallon RM','line_item',2550),(12280,'Bulk Mousse 1 Gallon RM','line_item',2550),(12281,'FedEx Ground','shipping',2550),(12282,'Professional Lice Comb<br>(Case of 12)','line_item',2551),(12283,'Preventive Conditioner<br>(Case of 12)','line_item',2551),(12284,'Preventive Shampoo<br>(Case of 12)','line_item',2551),(12285,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2551),(12286,'Disposable Head Bands','line_item',2551),(12287,'Free Standard Shipping','shipping',2551),(12288,'Preventive Shampoo<br>(Case of 12)','line_item',2552),(12289,'Preventive Conditioner<br>(Case of 12)','line_item',2552),(12290,'FedEx Ground','shipping',2552),(12291,'Preventive Spray 8oz<br>(Case of 12)','line_item',2553),(12292,'Bulk Detangling Spray 1 Gallon RM','line_item',2553),(12293,'Bulk Mousse 1 Gallon RM','line_item',2553),(12294,'Bulk Active Rinse 100% RM','line_item',2553),(12295,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2553),(12296,'Free Standard Shipping','shipping',2553),(12297,'Comb-Out Mousse<br>(Case of 12)','line_item',2554),(12298,'Preventive Spray 8oz<br>(Case of 12)','line_item',2554),(12299,'Bulk Mousse 1 Gallon RM','line_item',2554),(12300,'Bulk Active Rinse 100% RM','line_item',2554),(12301,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2554),(12302,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2554),(12303,'Professional Lice Comb<br>(Case of 12)','line_item',2554),(12304,'Free Standard Shipping','shipping',2554),(12305,'Comb-Out Mousse<br>(Case of 12)','line_item',2555),(12306,'Preventive Spray 8oz<br>(Case of 12)','line_item',2555),(12307,'Bulk Mousse 1 Gallon RM','line_item',2555),(12308,'Bulk Active Rinse 100% RM','line_item',2555),(12309,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2555),(12310,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2555),(12311,'Professional Lice Comb<br>(Case of 12)','line_item',2555),(12312,'Free Standard Shipping','shipping',2555),(12313,'Comb-Out Mousse<br>(Case of 12)','line_item',2556),(12314,'Preventive Shampoo<br>(Case of 12)','line_item',2556),(12315,'Preventive Conditioner<br>(Case of 12)','line_item',2556),(12316,'Preventive Spray 8oz<br>(Case of 12)','line_item',2556),(12317,'Bulk Active Rinse 100% RM','line_item',2556),(12318,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2556),(12319,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2556),(12320,'Professional Lice Comb<br>(Case of 12)','line_item',2556),(12321,'Free Standard Shipping','shipping',2556),(12322,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2557),(12323,'Bulk Mousse 1 Gallon RM','line_item',2557),(12324,'Bulk Detangling Spray 1 Gallon RM','line_item',2557),(12325,'Bulk Active Rinse 100% RM','line_item',2557),(12326,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2557),(12327,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2557),(12328,'Professional Lice Comb<br>(Case of 12)','line_item',2557),(12329,'Free Standard Shipping','shipping',2557),(12330,'Comb-Out Mousse<br>(Case of 12)','line_item',2558),(12331,'Bulk Mousse 1 Gallon RM','line_item',2558),(12332,'Bulk Detangling Spray 1 Gallon RM','line_item',2558),(12333,'Bulk Active Rinse 100% RM','line_item',2558),(12334,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2558),(12335,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2558),(12336,'Free Standard Shipping','shipping',2558),(12337,'Professional Lice Comb<br>(Case of 12)','line_item',2559),(12338,'Preventive Conditioner<br>(Case of 12)','line_item',2559),(12339,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2559),(12340,'Preventive Shampoo<br>(Case of 12)','line_item',2559),(12341,'Free Standard Shipping','shipping',2559),(12342,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2560),(12343,'Preventive Spray 2oz<br>(Case of 24)','line_item',2560),(12344,'Preventive Spray 8oz<br>(Case of 12)','line_item',2560),(12345,'Preventive Kit<br>(Case of 6)','line_item',2560),(12346,'Free Standard Shipping','shipping',2560),(12347,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2564),(12348,'Preventive Spray 8oz<br>(Case of 12)','line_item',2564),(12349,'Bulk Active Rinse 100% RM','line_item',2564),(12350,'FedEx Ground','shipping',2564),(12351,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2565),(12352,'Professional Lice Comb<br>(Case of 12)','line_item',2565),(12353,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2565),(12354,'Bulk Detangling Spray 1 Gallon RM','line_item',2565),(12355,'Disposable Head Bands','line_item',2565),(12356,'Goomee 4 Pack','line_item',2565),(12357,'Preventive Spray 2oz<br>(Case of 24)','line_item',2565),(12358,'Free Shipping','shipping',2565),(12359,'The Wet Brush','line_item',2566),(12360,'Professional Lice Comb<br>(Case of 12)','line_item',2566),(12361,'FedEx Ground','shipping',2566),(12368,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2567),(12369,'Preventive Kit<br>(Case of 6)','line_item',2567),(12370,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2567),(12371,'Bulk Active Rinse 100% RM','line_item',2567),(12372,'Preventive Spray 8oz<br>(Case of 12)','line_item',2567),(12373,'Free Shipping','shipping',2567),(12374,'Bulk Detangling Spray 1 Gallon RM','line_item',2568),(12375,'Bulk Active Rinse 100% RM','line_item',2568),(12376,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2568),(12377,'Preventive Spray 2oz<br>(Case of 24)','line_item',2568),(12378,'FedEx Ground','shipping',2568),(12379,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2569),(12380,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2569),(12381,'Preventive Spray 8oz<br>(Case of 12)','line_item',2569),(12382,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2569),(12383,'Bulk Active Rinse 50/50 RM','line_item',2569),(12384,'Free Shipping','shipping',2569),(12385,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2570),(12386,'Bulk Active Rinse 100% RM','line_item',2570),(12387,'FedEx Ground','shipping',2570),(12388,'Professional Lice Comb<br>(Case of 12)','line_item',2571),(12389,'Bulk Active Rinse 100% RM','line_item',2571),(12390,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2571),(12391,'FedEx Ground','shipping',2571),(12392,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2572),(12393,'Professional Lice Comb<br>(Case of 12)','line_item',2572),(12394,'Preventive Conditioner<br>(Case of 12)','line_item',2572),(12395,'Preventive Kit<br>(Case of 6)','line_item',2572),(12396,'Preventive Spray 8oz<br>(Case of 12)','line_item',2572),(12397,'Bulk Active Rinse 100% RM','line_item',2572),(12398,'Free Shipping','shipping',2572),(12399,'Preventive Spray 2oz<br>(Case of 24)','line_item',2574),(12400,'Bulk Active Rinse 100% RM','line_item',2574),(12401,'Goomee 4 Pack','line_item',2574),(12402,'FedEx Ground','shipping',2574),(12403,'Bulk Active Rinse 50/50 RM','line_item',2575),(12404,'Bulk Mousse 1 Gallon RM','line_item',2575),(12405,'FedEx Ground','shipping',2575),(12406,'Bulk Detangling Spray 1 Gallon RM','line_item',2576),(12407,'Preventive Spray 8oz<br>(Case of 12)','line_item',2576),(12408,'Preventive Shampoo<br>(Case of 12)','line_item',2576),(12409,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2576),(12410,'Free Shipping','shipping',2576),(12411,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2577),(12412,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2577),(12413,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2577),(12414,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2577),(12415,'Preventive Kit<br>(Case of 6)','line_item',2577),(12416,'Bulk Active Rinse 100% RM','line_item',2577),(12417,'Bulk Detangling Spray 1 Gallon RM','line_item',2577),(12418,'Bulk Mousse 1 Gallon RM','line_item',2577),(12419,'Free Shipping','shipping',2577),(12420,'Bulk Active Rinse 100% RM','line_item',2578),(12421,'Preventive Spray 8oz<br>(Case of 12)','line_item',2578),(12422,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2578),(12423,'Preventive Kit<br>(Case of 6)','line_item',2578),(12424,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2578),(12425,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2578),(12426,'Bulk Mousse 1 Gallon RM','line_item',2578),(12427,'Free Shipping','shipping',2578),(12428,'Comb-Out Mousse<br>(Case of 12)','line_item',2579),(12429,'Professional Lice Comb<br>(Case of 12)','line_item',2579),(12430,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2579),(12431,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2579),(12432,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2579),(12433,'Preventive Spray 2oz<br>(Case of 24)','line_item',2579),(12434,'Preventive Spray 8oz<br>(Case of 12)','line_item',2579),(12435,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2579),(12436,'Bulk Active Rinse 100% RM','line_item',2579),(12437,'Bulk Mousse 1 Gallon RM','line_item',2579),(12438,'Free Shipping','shipping',2579),(12439,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2580),(12440,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2580),(12441,'Professional Lice Comb<br>(Case of 12)','line_item',2580),(12442,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2580),(12443,'Preventive Spray 8oz<br>(Case of 12)','line_item',2580),(12444,'Bulk Active Rinse 100% RM','line_item',2580),(12445,'Bulk Mousse 1 Gallon RM','line_item',2580),(12446,'Free Shipping','shipping',2580),(12447,'Bulk Active Rinse 100% RM','line_item',2581),(12448,'Disposable Head Bands','line_item',2581),(12449,'Free Shipping','shipping',2581),(12450,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2582),(12451,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2582),(12452,'FedEx Ground','shipping',2582),(12453,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2583),(12454,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2583),(12455,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2583),(12456,'Preventive Spray 8oz<br>(Case of 12)','line_item',2583),(12457,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2583),(12458,'Free Shipping','shipping',2583),(12459,'Professional Lice Comb<br>(Case of 12)','line_item',2585),(12460,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2585),(12461,'Preventive Shampoo<br>(Case of 12)','line_item',2585),(12462,'Preventive Conditioner<br>(Case of 12)','line_item',2585),(12463,'Free Shipping','shipping',2585),(12464,'Professional Lice Comb<br>(Case of 12)','line_item',2586),(12465,'Preventive Kit<br>(Case of 6)','line_item',2586),(12466,'Preventive Spray 8oz<br>(Case of 12)','line_item',2586),(12467,'Bulk Active Rinse 100% RM','line_item',2586),(12468,'FedEx Ground','shipping',2586),(12469,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2587),(12470,'Preventive Kit<br>(Case of 6)','line_item',2587),(12471,'Free Shipping','shipping',2587),(12472,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2588),(12473,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2588),(12474,'Comb-Out Mousse<br>(Case of 12)','line_item',2588),(12475,'Professional Lice Comb<br>(Case of 12)','line_item',2588),(12476,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2588),(12477,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2588),(12478,'Preventive Spray 2oz<br>(Case of 24)','line_item',2588),(12479,'Preventive Spray 8oz<br>(Case of 12)','line_item',2588),(12480,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2588),(12481,'Bulk Active Rinse 100% RM','line_item',2588),(12482,'Bulk Mousse 1 Gallon RM','line_item',2588),(12483,'Free Shipping','shipping',2588),(12484,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2589),(12485,'Bulk Active Rinse 100% RM','line_item',2589),(12486,'Free Shipping','shipping',2589),(12505,'Professional Lice Comb<br>(Case of 12)','line_item',2590),(12506,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2590),(12507,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2590),(12508,'Bulk Active Rinse 100%','line_item',2590),(12509,'Preventive Shampoo<br>(Case of 12)','line_item',2590),(12510,'Preventive Conditioner<br>(Case of 12)','line_item',2590),(12511,'Preventive Spray 2oz<br>(Case of 24)','line_item',2590),(12512,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2590),(12513,'Free Shipping','shipping',2590),(12518,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2593),(12519,'Professional Lice Comb<br>(Case of 12)','line_item',2593),(12520,'Preventive Spray 8oz<br>(Case of 12)','line_item',2593),(12521,'Free Shipping','shipping',2593),(12522,'Bulk Active Rinse 100%','line_item',2594),(12523,'FedEx Ground','shipping',2594),(12524,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2595),(12525,'Professional Lice Comb<br>(Case of 12)','line_item',2595),(12526,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2595),(12527,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2595),(12528,'Preventive Conditioner<br>(Case of 12)','line_item',2595),(12529,'Preventive Shampoo<br>(Case of 12)','line_item',2595),(12530,'Preventive Spray 8oz<br>(Case of 12)','line_item',2595),(12531,'Preventive Kit<br>(Case of 6)','line_item',2595),(12532,'Bulk Active Rinse 100% RM','line_item',2595),(12533,'Bulk Mousse 1 Gallon RM','line_item',2595),(12534,'Free Shipping','shipping',2595),(12535,'Professional Lice Comb<br>(Case of 12)','line_item',2596),(12536,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2596),(12537,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2596),(12538,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2596),(12539,'Bulk Active Rinse 100% RM','line_item',2596),(12540,'Goomee 4 Pack','line_item',2596),(12541,'Free Shipping','shipping',2596),(12542,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2597),(12543,'Preventive Spray 8oz<br>(Case of 12)','line_item',2597),(12544,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2597),(12545,'Professional Lice Comb<br>(Case of 12)','line_item',2597),(12546,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2597),(12547,'Bulk Detangling Spray 1 Gallon RM','line_item',2597),(12548,'Disposable Head Bands','line_item',2597),(12549,'Free Shipping','shipping',2597),(12550,'Professional Lice Comb<br>(Case of 12)','line_item',2598),(12551,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2598),(12552,'Preventive Shampoo<br>(Case of 12)','line_item',2598),(12553,'Preventive Conditioner<br>(Case of 12)','line_item',2598),(12554,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2598),(12555,'Preventive Spray 8oz<br>(Case of 12)','line_item',2598),(12556,'Preventive Spray 2oz<br>(Case of 24)','line_item',2598),(12557,'Comb-Out Mousse<br>(Case of 12)','line_item',2598),(12558,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2598),(12559,'Bulk Active Rinse 100% RM','line_item',2598),(12560,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2598),(12561,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2598),(12562,'Free Shipping','shipping',2598),(12563,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2599),(12564,'Professional Lice Comb<br>(Case of 12)','line_item',2599),(12565,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2599),(12566,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2599),(12567,'Preventive Spray 2oz<br>(Case of 24)','line_item',2599),(12568,'Bulk Active Rinse 100% RM','line_item',2599),(12569,'Disposable Head Bands','line_item',2599),(12570,'Free Shipping','shipping',2599),(12571,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2600),(12572,'Preventive Spray 2oz<br>(Case of 24)','line_item',2600),(12573,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2600),(12574,'FedEx Ground','shipping',2600),(12575,'Comb-Out Mousse<br>(Case of 12)','line_item',2601),(12576,'Preventive Spray 8oz<br>(Case of 12)','line_item',2601),(12577,'Bulk Mousse 1 Gallon RM','line_item',2601),(12578,'Bulk Active Rinse 100% RM','line_item',2601),(12579,'Professional Lice Comb<br>(Case of 12)','line_item',2601),(12580,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2601),(12581,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2601),(12582,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2601),(12583,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2601),(12584,'Free Shipping','shipping',2601),(12585,'Comb-Out Mousse<br>(Case of 12)','line_item',2602),(12586,'Preventive Spray 8oz<br>(Case of 12)','line_item',2602),(12587,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2602),(12588,'Bulk Mousse 1 Gallon RM','line_item',2602),(12589,'Bulk Detangling Spray 1 Gallon RM','line_item',2602),(12590,'Bulk Active Rinse 100% RM','line_item',2602),(12591,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2602),(12592,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2602),(12593,'Professional Lice Comb<br>(Case of 12)','line_item',2602),(12594,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2602),(12595,'Professional Lice Comb<br>(Case of 12)','line_item',2602),(12596,'6 Pack Empty Foamer 8oz Bottle','line_item',2602),(12597,'Free Shipping','shipping',2602),(12598,'Preventive Shampoo<br>(Case of 12)','line_item',2603),(12599,'Preventive Conditioner<br>(Case of 12)','line_item',2603),(12600,'Preventive Spray 2oz<br>(Case of 24)','line_item',2603),(12601,'Preventive Spray 8oz<br>(Case of 12)','line_item',2603),(12602,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2603),(12603,'Bulk Active Rinse 100% RM','line_item',2603),(12604,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2603),(12605,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2603),(12606,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2603),(12607,'Professional Lice Comb<br>(Case of 12)','line_item',2603),(12608,'Free Shipping','shipping',2603),(12609,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2604),(12610,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2604),(12611,'Professional Lice Comb<br>(Case of 12)','line_item',2604),(12612,'Preventive Spray 8oz<br>(Case of 12)','line_item',2604),(12613,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2604),(12614,'Free Shipping','shipping',2604),(12615,'Preventive Spray 8oz<br>(Case of 12)','line_item',2605),(12616,'Professional Lice Comb<br>(Case of 12)','line_item',2605),(12617,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2605),(12618,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2605),(12619,'Free Shipping','shipping',2605),(12620,'Preventive Spray 8oz<br>(Case of 12)','line_item',2606),(12621,'Professional Lice Comb<br>(Case of 12)','line_item',2606),(12622,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2606),(12623,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2606),(12624,'Free Shipping','shipping',2606),(12625,'Preventive Kit<br>(Case of 6)','line_item',2607),(12626,'Bulk Active Rinse 100% RM','line_item',2607),(12627,'Comb-Out Mousse<br>(Case of 12)','line_item',2607),(12628,'Free Shipping','shipping',2607),(12629,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2608),(12630,'Professional Lice Comb<br>(Case of 12)','line_item',2608),(12631,'Preventive Spray 8oz<br>(Case of 12)','line_item',2608),(12632,'Preventive Spray 2oz<br>(Case of 24)','line_item',2608),(12633,'Preventive Kit<br>(Case of 6)','line_item',2608),(12634,'Bulk Mousse 1 Gallon RM','line_item',2608),(12635,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2608),(12636,'Free Shipping','shipping',2608),(12637,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2609),(12638,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2609),(12639,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2609),(12640,'Preventive Kit<br>(Case of 6)','line_item',2609),(12641,'Professional Lice Comb<br>(Case of 12)','line_item',2609),(12642,'Bulk Mousse 1 Gallon RM','line_item',2609),(12643,'Bulk Active Rinse 100% RM','line_item',2609),(12644,'Free Shipping','shipping',2609),(12645,'Bulk Active Rinse 100%','line_item',2610),(12646,'FedEx Ground','shipping',2610),(12647,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2611),(12648,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2611),(12649,'Professional Lice Comb<br>(Case of 12)','line_item',2611),(12650,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2611),(12651,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2611),(12652,'Bulk Mousse 1 Gallon','line_item',2611),(12653,'Bulk Active Rinse 100%','line_item',2611),(12654,'Disposable Head Bands','line_item',2611),(12655,'Free Shipping','shipping',2611),(12656,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2612),(12657,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2612),(12658,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2612),(12659,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2612),(12660,'Professional Lice Comb<br>(Case of 12)','line_item',2612),(12661,'Professional Lice Comb<br>(Case of 12)','line_item',2612),(12662,'Bulk Active Rinse 100% RM','line_item',2612),(12663,'Free Shipping','shipping',2612),(12664,'Bulk Mousse 1 Gallon RM','line_item',2613),(12665,'Preventive Kit<br>(Case of 6)','line_item',2613),(12666,'Bulk Active Rinse 100% RM','line_item',2613),(12667,'Disposable Head Bands','line_item',2613),(12668,'Free Shipping','shipping',2613),(12681,'Professional Lice Comb<br>(Case of 12)','line_item',2615),(12682,'Bulk Active Rinse 100% RM','line_item',2615),(12683,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2615),(12684,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2615),(12685,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2615),(12686,'Free Shipping','shipping',2615),(12687,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2616),(12688,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2616),(12689,'Bulk Mousse 1 Gallon RM','line_item',2616),(12690,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2616),(12691,'Preventive Kit<br>(Case of 6)','line_item',2616),(12692,'Free Shipping','shipping',2616),(12693,'Professional Lice Comb<br>(Case of 12)','line_item',2617),(12694,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2617),(12695,'Bulk Active Rinse 100% RM','line_item',2617),(12696,'Bulk Detangling Spray 1 Gallon RM','line_item',2617),(12697,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2617),(12698,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2617),(12699,'Free Shipping','shipping',2617),(12700,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2618),(12701,'Preventive Shampoo<br>(Case of 12)','line_item',2618),(12702,'Professional Lice Comb<br>(Case of 12)','line_item',2618),(12703,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2618),(12704,'Preventive Spray 8oz<br>(Case of 12)','line_item',2618),(12705,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2618),(12706,'Free Shipping','shipping',2618),(12707,'Preventive Spray 8oz<br>(Case of 12)','line_item',2619),(12708,'Bulk Active Rinse 100% RM','line_item',2619),(12709,'Free Shipping','shipping',2619),(12710,'Preventive Spray 8oz<br>(Case of 12)','line_item',2620),(12711,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2620),(12712,'Free Shipping','shipping',2620),(12713,'Professional Lice Comb<br>(Case of 12)','line_item',2621),(12714,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2621),(12715,'Preventive Shampoo<br>(Case of 12)','line_item',2621),(12716,'Preventive Spray 2oz<br>(Case of 24)','line_item',2621),(12717,'Free Shipping','shipping',2621),(12738,'Preventive Kit<br>(Case of 6)','line_item',2623),(12739,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2623),(12740,'Preventive Spray 8oz<br>(Case of 12)','line_item',2623),(12741,'Free Shipping','shipping',2623),(12742,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2624),(12743,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2624),(12744,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2624),(12745,'Preventive Spray 8oz<br>(Case of 12)','line_item',2624),(12746,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2624),(12747,'Bulk Active Rinse 100% RM','line_item',2624),(12748,'Free Shipping','shipping',2624),(12749,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2625),(12750,'Free Shipping','shipping',2625),(12751,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2626),(12752,'Bulk Active Rinse 100% RM','line_item',2626),(12753,'FedEx Ground','shipping',2626),(12754,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2627),(12755,'Professional Lice Comb<br>(Case of 12)','line_item',2627),(12756,'Preventive Spray 8oz<br>(Case of 12)','line_item',2627),(12757,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2627),(12758,'Bulk Active Rinse 100% RM','line_item',2627),(12759,'Disposable Head Bands','line_item',2627),(12760,'Goomee 4 Pack','line_item',2627),(12761,'Free Shipping','shipping',2627),(12762,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2628),(12763,'Preventive Spray 2oz<br>(Case of 24)','line_item',2628),(12764,'Disposable Head Bands','line_item',2628),(12765,'FedEx Ground','shipping',2628),(12766,'Professional Lice Comb<br>(Case of 12)','line_item',2629),(12767,'Bulk Active Rinse 100% RM','line_item',2629),(12768,'Disposable Head Bands','line_item',2629),(12769,'FedEx Ground','shipping',2629),(12770,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2630),(12771,'Professional Lice Comb<br>(Case of 12)','line_item',2630),(12772,'Preventive Spray 8oz<br>(Case of 12)','line_item',2630),(12773,'Bulk Active Rinse 100% RM','line_item',2630),(12774,'Bulk Detangling Spray 1 Gallon RM','line_item',2630),(12775,'Free Shipping','shipping',2630),(12776,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2614),(12777,'Bulk Active Rinse 100% RM','line_item',2614),(12778,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2614),(12779,'FedEx Ground','shipping',2614),(12780,'Bulk Mousse 1 Gallon','line_item',2632),(12781,'Bulk Active Rinse 100%','line_item',2632),(12782,'FedEx Ground','shipping',2632),(12783,'Comb-Out Mousse<br>(Case of 12)','line_item',2633),(12784,'Professional Lice Comb<br>(Case of 12)','line_item',2633),(12785,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2633),(12786,'Preventive Spray 8oz<br>(Case of 12)','line_item',2633),(12787,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2633),(12788,'Free Shipping','shipping',2633),(12789,'Preventive Shampoo<br>(Case of 12)','line_item',2634),(12790,'Preventive Spray 8oz<br>(Case of 12)','line_item',2634),(12791,'Free Shipping','shipping',2634),(12792,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2635),(12793,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2635),(12794,'Comb-Out Mousse<br>(Case of 12)','line_item',2635),(12795,'Professional Lice Comb<br>(Case of 12)','line_item',2635),(12796,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2635),(12797,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2635),(12798,'Preventive Shampoo<br>(Case of 12)','line_item',2635),(12799,'Preventive Conditioner<br>(Case of 12)','line_item',2635),(12800,'Preventive Spray 8oz<br>(Case of 12)','line_item',2635),(12801,'Preventive Kit<br>(Case of 6)','line_item',2635),(12802,'Bulk Active Rinse 100% RM','line_item',2635),(12803,'Bulk Mousse 1 Gallon RM','line_item',2635),(12804,'Free Shipping','shipping',2635),(12805,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2636),(12806,'Professional Lice Comb<br>(Case of 12)','line_item',2636),(12807,'Comb-Out Mousse<br>(Case of 12)','line_item',2636),(12808,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2636),(12809,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2636),(12810,'Preventive Kit<br>(Case of 6)','line_item',2636),(12811,'Bulk Active Rinse 100% RM','line_item',2636),(12812,'Bulk Mousse 1 Gallon RM','line_item',2636),(12813,'Bulk Detangling Spray 1 Gallon RM','line_item',2636),(12814,'Free Shipping','shipping',2636),(12815,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2637),(12816,'Professional Lice Comb<br>(Case of 12)','line_item',2637),(12817,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2637),(12818,'Preventive Spray 2oz<br>(Case of 24)','line_item',2637),(12819,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2637),(12820,'Preventive Kit<br>(Case of 6)','line_item',2637),(12821,'Large Butterfly Clips','line_item',2637),(12822,'Free Shipping','shipping',2637),(12823,'Bulk Active Rinse 100% RM','line_item',2638),(12824,'Bulk Detangling Spray 1 Gallon RM','line_item',2638),(12825,'Disposable Capes','line_item',2638),(12826,'FedEx Ground','shipping',2638),(12827,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2639),(12828,'Professional Lice Comb<br>(Case of 12)','line_item',2639),(12829,'Preventive Shampoo<br>(Case of 12)','line_item',2639),(12830,'Preventive Conditioner<br>(Case of 12)','line_item',2639),(12831,'Preventive Spray 2oz<br>(Case of 24)','line_item',2639),(12832,'Preventive Spray 8oz<br>(Case of 12)','line_item',2639),(12833,'Preventive Kit<br>(Case of 6)','line_item',2639),(12834,'Bulk Active Rinse 100% RM','line_item',2639),(12835,'Bulk Mousse 1 Gallon RM','line_item',2639),(12836,'Free Shipping','shipping',2639),(12839,'Disposable Head Bands','line_item',2640),(12840,'FedEx Ground','shipping',2640),(12841,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2641),(12842,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2641),(12843,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2641),(12844,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2641),(12845,'Professional Lice Comb<br>(Case of 12)','line_item',2641),(12846,'Bulk Active Rinse 100% RM','line_item',2641),(12847,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2641),(12848,'Free Shipping','shipping',2641),(12849,'Professional Lice Comb<br>(Case of 12)','line_item',2642),(12850,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2642),(12851,'FedEx Ground','shipping',2642),(12852,'Professional Lice Comb<br>(Case of 12)','line_item',2643),(12853,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2643),(12854,'Bulk Active Rinse 100% RM','line_item',2643),(12855,'Preventive Spray 8oz<br>(Case of 12)','line_item',2643),(12856,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2643),(12857,'Preventive Spray 2oz<br>(Case of 24)','line_item',2643),(12858,'Free Shipping','shipping',2643),(12859,'Preventive Shampoo<br>(Case of 12)','line_item',2644),(12860,'Preventive Conditioner<br>(Case of 12)','line_item',2644),(12861,'Preventive Spray 8oz<br>(Case of 12)','line_item',2644),(12862,'Professional Lice Comb<br>(Case of 12)','line_item',2644),(12863,'Free Shipping','shipping',2644),(12870,'Large Butterfly Clips','line_item',2646),(12871,'Disney Wet Brush','line_item',2646),(12872,'The Wet Brush Squirt','line_item',2646),(12873,'The Wet Brush','line_item',2646),(12874,'Wet Comb','line_item',2646),(12875,'Goomee 4 Pack','line_item',2646),(12876,'Preventive Kit<br>(Case of 6)','line_item',2646),(12877,'FedEx Ground','shipping',2646),(12888,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2647),(12889,'Professional Lice Comb<br>(Case of 12)','line_item',2647),(12890,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2647),(12891,'Preventive Spray 8oz<br>(Case of 12)','line_item',2647),(12892,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2647),(12893,'Preventive Kit<br>(Case of 6)','line_item',2647),(12894,'Bulk Active Rinse 100% RM','line_item',2647),(12895,'Bulk Mousse 1 Gallon RM','line_item',2647),(12896,'Bulk Detangling Spray 1 Gallon RM','line_item',2647),(12897,'Free Shipping','shipping',2647),(12898,'Disposable Head Bands','line_item',2648),(12899,'Goomee 4 Pack','line_item',2648),(12900,'FedEx Ground','shipping',2648),(12901,'Bulk Active Rinse 100% RM','line_item',2649),(12902,'Preventive Kit<br>(Case of 6)','line_item',2649),(12903,'Preventive Spray 2oz<br>(Case of 24)','line_item',2649),(12904,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2649),(12905,'Free Shipping','shipping',2649),(12906,'Professional Lice Comb<br>(Case of 12)','line_item',2650),(12907,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2650),(12908,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2650),(12909,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2650),(12910,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2650),(12911,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2650),(12912,'Bulk Active Rinse 100% RM','line_item',2650),(12913,'Bulk Detangling Spray 1 Gallon RM','line_item',2650),(12914,'Free Shipping','shipping',2650),(12915,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2651),(12916,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2651),(12917,'Comb-Out Mousse<br>(Case of 12)','line_item',2651),(12918,'Professional Lice Comb<br>(Case of 12)','line_item',2651),(12919,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2651),(12920,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2651),(12921,'Preventive Spray 2oz<br>(Case of 24)','line_item',2651),(12922,'Preventive Spray 8oz<br>(Case of 12)','line_item',2651),(12923,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2651),(12924,'Bulk Active Rinse 100% RM','line_item',2651),(12925,'Free Shipping','shipping',2651),(12929,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2653),(12930,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2653),(12931,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2653),(12932,'Comb-Out Mousse<br>(Case of 12)','line_item',2653),(12933,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2653),(12934,'Professional Lice Comb<br>(Case of 12)','line_item',2653),(12935,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2653),(12936,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2653),(12937,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2653),(12938,'Preventive Spray 2oz<br>(Case of 24)','line_item',2653),(12939,'Preventive Spray 8oz<br>(Case of 12)','line_item',2653),(12940,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2653),(12941,'Preventive Kit<br>(Case of 6)','line_item',2653),(12942,'Bulk Active Rinse 100% RM','line_item',2653),(12943,'Bulk Detangling Spray 1 Gallon RM','line_item',2653),(12944,'Bulk Mousse 1 Gallon RM','line_item',2653),(12945,'Free Shipping','shipping',2653),(12946,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2654),(12947,'Professional Lice Comb<br>(Case of 12)','line_item',2654),(12948,'Disposable Head Bands','line_item',2654),(12949,'Free Shipping','shipping',2654),(12953,'Professional Lice Comb<br>(Case of 12)','line_item',2645),(12954,'Preventive Spray 8oz<br>(Case of 12)','line_item',2645),(12955,'Preventive Spray 8oz<br>(Case of 12)','line_item',2645),(12956,'Preventive Kit<br>(Case of 6)','line_item',2645),(12957,'6 Pack Empty Foamer 8oz Bottle','line_item',2645),(12958,'FedEx Ground','shipping',2645),(12959,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2655),(12960,'Professional Lice Comb<br>(Case of 12)','line_item',2655),(12961,'Preventive Spray 8oz<br>(Case of 12)','line_item',2655),(12962,'Preventive Kit<br>(Case of 6)','line_item',2655),(12963,'Bulk Active Rinse 100% RM','line_item',2655),(12964,'Free Shipping','shipping',2655),(12965,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2656),(12966,'Preventive Kit<br>(Case of 6)','line_item',2656),(12967,'Bulk Active Rinse 100% RM','line_item',2656),(12968,'Free Shipping','shipping',2656),(12969,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2657),(12970,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2657),(12971,'Professional Lice Comb<br>(Case of 12)','line_item',2657),(12972,'Preventive Shampoo<br>(Case of 12)','line_item',2657),(12973,'Preventive Conditioner<br>(Case of 12)','line_item',2657),(12974,'Preventive Spray 8oz<br>(Case of 12)','line_item',2657),(12975,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2657),(12976,'Bulk Active Rinse 100%','line_item',2657),(12977,'Free Shipping','shipping',2657),(12978,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2659),(12979,'Preventive Kit<br>(Case of 6)','line_item',2659),(12980,'Professional Lice Comb<br>(Case of 12)','line_item',2659),(12981,'Free Shipping','shipping',2659),(12982,'Bulk Mousse 1 Gallon RM','line_item',2660),(12983,'Preventive Kit<br>(Case of 6)','line_item',2660),(12984,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2660),(12985,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2660),(12986,'Preventive Spray 8oz<br>(Case of 12)','line_item',2660),(12987,'Free Shipping','shipping',2660),(12988,'Professional Lice Comb<br>(Case of 12)','line_item',2661),(12989,'Comb-Out Mousse<br>(Case of 12)','line_item',2661),(12990,'FedEx Ground','shipping',2661),(12991,'Preventive Kit<br>(Case of 6)','line_item',2662),(12992,'Professional Lice Comb<br>(Case of 12)','line_item',2662),(12993,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2662),(12994,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2662),(12995,'Bulk Active Rinse 100%','line_item',2662),(12996,'Disposable Head Bands','line_item',2662),(12997,'Free Shipping','shipping',2662),(13000,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2664),(13001,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2664),(13002,'Comb-Out Mousse<br>(Case of 12)','line_item',2664),(13003,'Professional Lice Comb<br>(Case of 12)','line_item',2664),(13004,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2664),(13005,'Preventive Spray 2oz<br>(Case of 24)','line_item',2664),(13006,'Preventive Spray 8oz<br>(Case of 12)','line_item',2664),(13007,'Free Shipping','shipping',2664),(13008,'Bulk Active Rinse 100% RM','line_item',2663),(13009,'FedEx Ground','shipping',2663),(13010,'Bulk Active Rinse 100% RM','line_item',2665),(13011,'Bulk Mousse 1 Gallon RM','line_item',2665),(13012,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2665),(13013,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2665),(13014,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2665),(13015,'Comb-Out Mousse<br>(Case of 12)','line_item',2665),(13016,'Professional Lice Comb<br>(Case of 12)','line_item',2665),(13017,'Free Shipping','shipping',2665),(13018,'Bulk Active Rinse 100% RM','line_item',2666),(13019,'Bulk Detangling Spray 1 Gallon RM','line_item',2666),(13020,'Bulk Mousse 1 Gallon RM','line_item',2666),(13021,'FedEx Ground','shipping',2666),(13022,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2667),(13023,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2667),(13024,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2667),(13025,'Professional Lice Comb<br>(Case of 12)','line_item',2667),(13026,'Free Shipping','shipping',2667),(13027,'Preventive Shampoo<br>(Case of 12)','line_item',2668),(13028,'Comb-Out Mousse<br>(Case of 12)','line_item',2668),(13029,'Preventive Spray 8oz<br>(Case of 12)','line_item',2668),(13030,'Bulk Mousse 1 Gallon RM','line_item',2668),(13031,'Bulk Active Rinse 100% RM','line_item',2668),(13032,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2668),(13033,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2668),(13034,'Professional Lice Comb<br>(Case of 12)','line_item',2668),(13035,'Free Shipping','shipping',2668),(13036,'Preventive Shampoo<br>(Case of 12)','line_item',2669),(13037,'Preventive Conditioner<br>(Case of 12)','line_item',2669),(13038,'Preventive Spray 2oz<br>(Case of 24)','line_item',2669),(13039,'Preventive Spray 8oz<br>(Case of 12)','line_item',2669),(13040,'Bulk Mousse 1 Gallon RM','line_item',2669),(13041,'Bulk Active Rinse 100% RM','line_item',2669),(13042,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2669),(13043,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2669),(13044,'Free Shipping','shipping',2669),(13045,'Preventive Shampoo<br>(Case of 12)','line_item',2670),(13046,'Preventive Conditioner<br>(Case of 12)','line_item',2670),(13047,'Preventive Spray 8oz<br>(Case of 12)','line_item',2670),(13048,'Bulk Mousse 1 Gallon RM','line_item',2670),(13049,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2670),(13050,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2670),(13051,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2670),(13052,'6 Pack Empty Foamer 8oz Bottle','line_item',2670),(13053,'6 Pack Empty Rinse 8oz Bottles','line_item',2670),(13054,'Free Shipping','shipping',2670),(13055,'Preventive Shampoo<br>(Case of 12)','line_item',2671),(13056,'Preventive Conditioner<br>(Case of 12)','line_item',2671),(13057,'Preventive Spray 8oz<br>(Case of 12)','line_item',2671),(13058,'Professional Lice Comb<br>(Case of 12)','line_item',2671),(13059,'Free Shipping','shipping',2671),(13065,'Comb-Out Mousse<br>(Case of 12)','line_item',2673),(13066,'Bulk Mousse 1 Gallon RM','line_item',2673),(13067,'Bulk Detangling Spray 1 Gallon RM','line_item',2673),(13068,'FedEx Ground','shipping',2673),(13069,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2674),(13070,'Bulk Active Rinse 100% RM','line_item',2674),(13071,'Preventive Kit<br>(Case of 6)','line_item',2674),(13072,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2674),(13073,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2674),(13074,'Free Shipping','shipping',2674),(13075,'Bulk Active Rinse 100% RM','line_item',2675),(13076,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2675),(13077,'Preventive Kit<br>(Case of 6)','line_item',2675),(13078,'Free Shipping','shipping',2675),(13079,'Bulk Active Rinse 100% RM','line_item',2676),(13080,'Free Shipping','shipping',2676),(13081,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2677),(13082,'Professional Lice Comb<br>(Case of 12)','line_item',2677),(13083,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2677),(13084,'Bulk Active Rinse 100% RM','line_item',2677),(13085,'Bulk Mousse 1 Gallon RM','line_item',2677),(13086,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2677),(13087,'Preventive Spray 8oz<br>(Case of 12)','line_item',2677),(13088,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2677),(13089,'Free Shipping','shipping',2677),(13100,'Preventive Spray 2oz<br>(Case of 24)','line_item',2680),(13101,'Bulk Active Rinse 100% RM','line_item',2680),(13102,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2680),(13103,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2680),(13104,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2680),(13105,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2680),(13106,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2680),(13107,'Professional Lice Comb<br>(Case of 12)','line_item',2680),(13108,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2680),(13109,'Free Shipping','shipping',2680),(13110,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2682),(13111,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2682),(13112,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2682),(13113,'Bulk Active Rinse 100% RM','line_item',2682),(13114,'Free Shipping','shipping',2682),(13115,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2684),(13116,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2684),(13117,'Professional Lice Comb<br>(Case of 12)','line_item',2684),(13118,'Bulk Active Rinse 100% RM','line_item',2684),(13119,'Free Shipping','shipping',2684),(13120,'Preventive Spray 8oz<br>(Case of 12)','line_item',2685),(13121,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2685),(13122,'Goomee 4 Pack','line_item',2685),(13123,'Disposable Head Bands','line_item',2685),(13124,'Bulk Active Rinse 100% RM','line_item',2685),(13125,'Free Shipping','shipping',2685),(13126,'Preventive Spray 8oz<br>(Case of 12)','line_item',2686),(13127,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2686),(13128,'Goomee 4 Pack','line_item',2686),(13129,'Disposable Head Bands','line_item',2686),(13130,'Bulk Active Rinse 100% RM','line_item',2686),(13131,'Preventive Spray 8oz<br>(Case of 12)','line_item',2687),(13132,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2687),(13133,'Goomee 4 Pack','line_item',2687),(13134,'Disposable Head Bands','line_item',2687),(13135,'Bulk Active Rinse 100% RM','line_item',2687),(13136,'Free Shipping','shipping',2687),(13137,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2688),(13138,'Professional Lice Comb<br>(Case of 12)','line_item',2688),(13139,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2688),(13140,'Preventive Shampoo<br>(Case of 12)','line_item',2688),(13141,'Preventive Conditioner<br>(Case of 12)','line_item',2688),(13142,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2688),(13143,'Preventive Spray 8oz<br>(Case of 12)','line_item',2688),(13144,'Free Shipping','shipping',2688),(13145,'Professional Lice Comb<br>(Case of 12)','line_item',2689),(13146,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2689),(13147,'Disposable Head Bands','line_item',2689),(13148,'FedEx Ground','shipping',2689),(13149,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2690),(13150,'Preventive Spray 8oz<br>(Case of 12)','line_item',2690),(13151,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2690),(13152,'Preventive Spray 2oz<br>(Case of 24)','line_item',2690),(13153,'Free Shipping','shipping',2690),(13154,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2691),(13155,'FedEx Ground','shipping',2691),(13156,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2692),(13157,'Bulk Active Rinse 100% RM','line_item',2692),(13158,'Free Shipping','shipping',2692),(13159,'Professional Lice Comb<br>(Case of 12)','line_item',2693),(13160,'Free Shipping','shipping',2693),(13161,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2694),(13162,'Preventive Spray 8oz<br>(Case of 12)','line_item',2694),(13163,'Professional Lice Comb<br>(Case of 12)','line_item',2694),(13164,'Bulk Mousse 1 Gallon RM','line_item',2694),(13165,'Bulk Active Rinse 100% RM','line_item',2694),(13166,'Free Shipping','shipping',2694),(13167,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2695),(13168,'Preventive Spray 8oz<br>(Case of 12)','line_item',2695),(13169,'Comb-Out Mousse<br>(Case of 12)','line_item',2695),(13170,'Urgent Care Kit<br>(Case of 6)','line_item',2695),(13171,'Preventive Kit<br>(Case of 6)','line_item',2695),(13172,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2695),(13173,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2695),(13174,'Free Shipping','shipping',2695),(13175,'Bulk Active Rinse 100%','line_item',2696),(13176,'FedEx Ground','shipping',2696),(13177,'Professional Lice Comb<br>(Case of 12)','line_item',2697),(13178,'FedEx Ground','shipping',2697),(13179,'Bulk Mousse 1 Gallon','line_item',2698),(13180,'Bulk Active Rinse 100%','line_item',2698),(13181,'FedEx Ground','shipping',2698),(13182,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2699),(13183,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2699),(13184,'FedEx Ground','shipping',2699),(13185,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2700),(13186,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2700),(13187,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2700),(13188,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2700),(13189,'Professional Lice Comb<br>(Case of 12)','line_item',2700),(13190,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2700),(13191,'Bulk Active Rinse 100% RM','line_item',2700),(13192,'Free Shipping','shipping',2700),(13193,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2701),(13194,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2701),(13195,'Professional Lice Comb<br>(Case of 12)','line_item',2701),(13196,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2701),(13197,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2701),(13198,'Preventive Spray 2oz<br>(Case of 24)','line_item',2701),(13199,'Preventive Spray 8oz<br>(Case of 12)','line_item',2701),(13200,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2701),(13201,'Bulk Active Rinse 100% RM','line_item',2701),(13202,'Bulk Mousse 1 Gallon RM','line_item',2701),(13203,'Free Shipping','shipping',2701),(13204,'Professional Lice Comb<br>(Case of 12)','line_item',2702),(13205,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2702),(13206,'Preventive Shampoo<br>(Case of 12)','line_item',2702),(13207,'Preventive Spray 8oz<br>(Case of 12)','line_item',2702),(13208,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2702),(13209,'Preventive Conditioner<br>(Case of 12)','line_item',2702),(13210,'Bulk Mousse 1 Gallon RM','line_item',2702),(13211,'Bulk Active Rinse 100% RM','line_item',2702),(13212,'Free Shipping','shipping',2702),(13213,'Disposable Head Bands','line_item',2703),(13214,'FedEx Ground','shipping',2703),(13215,'FedEx Ground','shipping',2704),(13216,'Bulk Active Rinse 100% RM','line_item',2705),(13217,'Disposable Head Bands','line_item',2705),(13218,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2705),(13219,'Free Shipping','shipping',2705),(13220,'Professional Lice Comb<br>(Case of 12)','line_item',2706),(13221,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2706),(13222,'Bulk Active Rinse 100% RM','line_item',2706),(13223,'FedEx Ground','shipping',2706),(13224,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2707),(13225,'Professional Lice Comb<br>(Case of 12)','line_item',2707),(13226,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2707),(13227,'Bulk Active Rinse 100% RM','line_item',2707),(13228,'Free Shipping','shipping',2707),(13229,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2708),(13230,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2708),(13231,'Professional Lice Comb<br>(Case of 12)','line_item',2708),(13232,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2708),(13233,'Preventive Spray 8oz<br>(Case of 12)','line_item',2708),(13234,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2708),(13235,'Free Shipping','shipping',2708),(13236,'Preventive Conditioner<br>(Case of 12)','line_item',2709),(13237,'Preventive Spray 2oz<br>(Case of 24)','line_item',2709),(13238,'Bulk Active Rinse 100% RM','line_item',2709),(13239,'Bulk Detangling Spray 1 Gallon RM','line_item',2709),(13240,'FedEx Ground','shipping',2709),(13241,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2710),(13242,'Bulk Active Rinse 100% RM','line_item',2710),(13243,'FedEx Ground','shipping',2710),(13244,'Bulk Active Rinse 100% RM','line_item',2711),(13245,'Disposable Capes','line_item',2711),(13246,'Free Shipping','shipping',2711),(13247,'Bulk Active Rinse 100% RM','line_item',2712),(13248,'Professional Lice Comb<br>(Case of 12)','line_item',2712),(13249,'Bulk Detangling Spray 1 Gallon RM','line_item',2712),(13250,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2712),(13251,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2712),(13252,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2712),(13253,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2712),(13254,'Free Shipping','shipping',2712),(13255,'Professional Lice Comb<br>(Case of 12)','line_item',2713),(13256,'Bulk Active Rinse 100% RM','line_item',2713),(13257,'Disposable Head Bands','line_item',2713),(13258,'FedEx Ground','shipping',2713),(13259,'Preventive Spray 8oz<br>(Case of 12)','line_item',2714),(13260,'Bulk Active Rinse 100% RM','line_item',2714),(13261,'Bulk Mousse 1 Gallon RM','line_item',2714),(13262,'FedEx Ground','shipping',2714),(13263,'Preventive Spray 2oz<br>(Case of 24)','line_item',2715),(13264,'Preventive Spray 8oz<br>(Case of 12)','line_item',2715),(13265,'Preventive Kit<br>(Case of 6)','line_item',2715),(13266,'Free Shipping','shipping',2715),(13267,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2716),(13268,'Preventive Shampoo<br>(Case of 12)','line_item',2716),(13269,'Preventive Conditioner<br>(Case of 12)','line_item',2716),(13270,'Preventive Spray 8oz<br>(Case of 12)','line_item',2716),(13271,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2716),(13272,'Bulk Active Rinse 100%','line_item',2716),(13273,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2716),(13274,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2716),(13275,'Free Shipping','shipping',2716),(13276,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2717),(13277,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2717),(13278,'Professional Lice Comb<br>(Case of 12)','line_item',2717),(13279,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2717),(13280,'Bulk Active Rinse 100% RM','line_item',2717),(13281,'Bulk Detangling Spray 1 Gallon RM','line_item',2717),(13282,'Free Shipping','shipping',2717),(13283,'Disposable Head Bands','line_item',2718),(13284,'Professional Lice Comb<br>(Case of 12)','line_item',2718),(13285,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2718),(13286,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2718),(13287,'Free Shipping','shipping',2718),(13288,'Bulk Mousse 1 Gallon RM','line_item',2720),(13289,'FedEx Ground','shipping',2720),(13290,'Professional Lice Comb<br>(Case of 12)','line_item',2721),(13291,'FedEx Ground','shipping',2721),(13292,'Preventive Spray 8oz<br>(Case of 12)','line_item',2722),(13293,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2722),(13294,'Bulk Mousse 1 Gallon RM','line_item',2722),(13295,'Bulk Active Rinse 100% RM','line_item',2722),(13296,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2722),(13297,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2722),(13298,'Professional Lice Comb<br>(Case of 12)','line_item',2722),(13299,'Free Shipping','shipping',2722),(13300,'Preventive Spray 2oz<br>(Case of 24)','line_item',2723),(13301,'Preventive Spray 8oz<br>(Case of 12)','line_item',2723),(13302,'Bulk Active Rinse 100% RM','line_item',2723),(13303,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2723),(13304,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2723),(13305,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2723),(13306,'Professional Lice Comb<br>(Case of 12)','line_item',2723),(13307,'Free Shipping','shipping',2723),(13308,'Comb-Out Mousse<br>(Case of 12)','line_item',2724),(13309,'Preventive Spray 8oz<br>(Case of 12)','line_item',2724),(13310,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2724),(13311,'Bulk Active Rinse 100% RM','line_item',2724),(13312,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2724),(13313,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2724),(13314,'Professional Lice Comb<br>(Case of 12)','line_item',2724),(13315,'Preventive Shampoo<br>(Case of 12)','line_item',2724),(13316,'Preventive Conditioner<br>(Case of 12)','line_item',2724),(13317,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2724),(13318,'Free Shipping','shipping',2724),(13319,'Comb-Out Mousse<br>(Case of 12)','line_item',2725),(13320,'Preventive Spray 2oz<br>(Case of 24)','line_item',2725),(13321,'Preventive Spray 8oz<br>(Case of 12)','line_item',2725),(13322,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2725),(13323,'Bulk Mousse 1 Gallon RM','line_item',2725),(13324,'Bulk Active Rinse 100% RM','line_item',2725),(13325,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2725),(13326,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2725),(13327,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2725),(13328,'Professional Lice Comb<br>(Case of 12)','line_item',2725),(13329,'Free Shipping','shipping',2725),(13330,'Preventive Spray 8oz<br>(Case of 12)','line_item',2726),(13331,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2726),(13332,'Preventive Kit<br>(Case of 6)','line_item',2726),(13333,'Free Shipping','shipping',2726),(13334,'Bulk Active Rinse 100% RM','line_item',2727),(13335,'Bulk Mousse 1 Gallon RM','line_item',2727),(13336,'Comb-Out Mousse<br>(Case of 12)','line_item',2727),(13337,'Professional Lice Comb<br>(Case of 12)','line_item',2727),(13338,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2727),(13339,'Free Shipping','shipping',2727),(13340,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2728),(13341,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2728),(13342,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2728),(13343,'Preventive Kit<br>(Case of 6)','line_item',2728),(13344,'Bulk Active Rinse 100% RM','line_item',2728),(13345,'Free Shipping','shipping',2728),(13346,'Professional Lice Comb<br>(Case of 12)','line_item',2729),(13347,'Urgent Care Kit<br>(Case of 6)','line_item',2729),(13348,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',2729),(13349,'Preventive Shampoo<br>(Case of 12)','line_item',2729),(13350,'Preventive Conditioner<br>(Case of 12)','line_item',2729),(13351,'Preventive Spray 2oz<br>(Case of 24)','line_item',2729),(13352,'Preventive Spray 8oz<br>(Case of 12)','line_item',2729),(13353,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2729),(13354,'Preventive Kit<br>(Case of 6)','line_item',2729),(13355,'Free Shipping','shipping',2729),(13356,'Bulk Mousse 1 Gallon RM','line_item',2730),(13357,'FedEx Ground','shipping',2730),(13358,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2731),(13359,'Professional Lice Comb<br>(Case of 12)','line_item',2731),(13360,'FedEx Ground','shipping',2731),(13361,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2732),(13362,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2732),(13363,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2732),(13364,'Free Shipping','shipping',2732),(13365,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2733),(13366,'Preventive Spray 8oz<br>(Case of 12)','line_item',2733),(13367,'Preventive Spray 2oz<br>(Case of 24)','line_item',2733),(13368,'Free Shipping','shipping',2733),(13374,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2735),(13375,'Preventive Spray 2oz<br>(Case of 24)','line_item',2735),(13376,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2735),(13377,'Free Shipping','shipping',2735),(13378,'Bulk Active Rinse 100% RM','line_item',2736),(13379,'FedEx Ground','shipping',2736),(13380,'Bulk Active Rinse 100% RM','line_item',2737),(13381,'The Wet Brush','line_item',2737),(13382,'Disney Wet Brush','line_item',2737),(13383,'Professional Lice Comb<br>(Case of 12)','line_item',2737),(13384,'FedEx Ground','shipping',2737),(13385,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2738),(13386,'Comb-Out Mousse<br>(Case of 12)','line_item',2738),(13387,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2738),(13388,'Bulk Mousse 1 Gallon RM','line_item',2738),(13389,'Bulk Detangling Spray 1 Gallon RM','line_item',2738),(13390,'Bulk Active Rinse 100% RM','line_item',2738),(13391,'FedEx Ground','shipping',2738),(13392,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2739),(13393,'Preventive Spray 2oz<br>(Case of 24)','line_item',2739),(13394,'Professional Lice Comb<br>(Case of 12)','line_item',2739),(13395,'FedEx Ground','shipping',2739),(13396,'Professional Lice Comb<br>(Case of 12)','line_item',2740),(13397,'Comb-Out Mousse<br>(Case of 12)','line_item',2740),(13398,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2740),(13399,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2740),(13400,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2740),(13401,'Preventive Spray 2oz<br>(Case of 24)','line_item',2740),(13402,'Preventive Spray 8oz<br>(Case of 12)','line_item',2740),(13403,'Preventive Kit<br>(Case of 6)','line_item',2740),(13404,'Bulk Detangling Spray 1 Gallon RM','line_item',2740),(13405,'Free Shipping','shipping',2740),(13406,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2741),(13407,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2741),(13408,'Bulk Active Rinse 100% RM','line_item',2741),(13409,'Bulk Detangling Spray 1 Gallon RM','line_item',2741),(13410,'Bulk Mousse 1 Gallon RM','line_item',2741),(13411,'Free Shipping','shipping',2741),(13412,'Bulk Active Rinse 100% RM','line_item',2742),(13413,'Disposable Head Bands','line_item',2742),(13414,'Free Shipping','shipping',2742),(13422,'Bulk Active Rinse 100% RM','line_item',2743),(13423,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2743),(13424,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2743),(13425,'Bulk Detangling Spray 1 Gallon RM','line_item',2743),(13426,'Bulk Mousse 1 Gallon RM','line_item',2743),(13427,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2743),(13428,'Free Shipping','shipping',2743),(13429,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2744),(13430,'Preventive Spray 8oz<br>(Case of 12)','line_item',2744),(13431,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2744),(13432,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2744),(13433,'Free Shipping','shipping',2744),(13434,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2745),(13435,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2745),(13436,'Professional Lice Comb<br>(Case of 12)','line_item',2745),(13437,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2745),(13438,'Preventive Shampoo<br>(Case of 12)','line_item',2745),(13439,'Preventive Conditioner<br>(Case of 12)','line_item',2745),(13440,'Preventive Spray 8oz<br>(Case of 12)','line_item',2745),(13441,'Preventive Kit<br>(Case of 6)','line_item',2745),(13442,'Bulk Active Rinse 100% RM','line_item',2745),(13443,'Free Shipping','shipping',2745),(13444,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2746),(13445,'Preventive Conditioner<br>(Case of 12)','line_item',2746),(13446,'Preventive Kit<br>(Case of 6)','line_item',2746),(13447,'Free Shipping','shipping',2746),(13448,'Disney Wet Brush','line_item',2747),(13449,'Wet Comb','line_item',2747),(13450,'The Wet Brush Squirt','line_item',2747),(13451,'FedEx Ground','shipping',2747),(13452,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2748),(13453,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2748),(13454,'Professional Lice Comb<br>(Case of 12)','line_item',2748),(13455,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2748),(13456,'Preventive Spray 2oz<br>(Case of 24)','line_item',2748),(13457,'Preventive Spray 8oz<br>(Case of 12)','line_item',2748),(13458,'Bulk Active Rinse 100% RM','line_item',2748),(13459,'Bulk Mousse 1 Gallon RM','line_item',2748),(13460,'Free Shipping','shipping',2748),(13461,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2749),(13462,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2749),(13463,'Professional Lice Comb<br>(Case of 12)','line_item',2749),(13464,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2749),(13465,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2749),(13466,'Bulk Active Rinse 100% RM','line_item',2749),(13467,'Bulk Mousse 1 Gallon RM','line_item',2749),(13468,'Free Shipping','shipping',2749),(13469,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2750),(13470,'Professional Lice Comb<br>(Case of 12)','line_item',2750),(13471,'Preventive Spray 8oz<br>(Case of 12)','line_item',2750),(13472,'Bulk Active Rinse 100% RM','line_item',2750),(13473,'Bulk Mousse 1 Gallon RM','line_item',2750),(13474,'Free Shipping','shipping',2750),(13475,'Bulk Active Rinse 100% RM','line_item',2751),(13476,'Professional Lice Comb<br>(Case of 12)','line_item',2751),(13477,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2751),(13478,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2751),(13479,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2751),(13480,'Free Shipping','shipping',2751),(13481,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2734),(13482,'Professional Lice Comb<br>(Case of 12)','line_item',2734),(13483,'Preventive Kit<br>(Case of 6)','line_item',2734),(13484,'Bulk Active Rinse 100% RM','line_item',2734),(13485,'FedEx Ground','shipping',2734),(13486,'Bulk Active Rinse 100% RM','line_item',2752),(13487,'FedEx Ground','shipping',2752),(13488,'Bulk Active Rinse 100%','line_item',2753),(13489,'Bulk Mousse 1 Gallon','line_item',2753),(13490,'FedEx Ground','shipping',2753),(13491,'Bulk Active Rinse 100% RM','line_item',2754),(13492,'Bulk Mousse 1 Gallon RM','line_item',2754),(13493,'FedEx Ground','shipping',2754),(13507,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2755),(13508,'Preventive Spray 8oz<br>(Case of 12)','line_item',2755),(13509,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2755),(13510,'Preventive Kit<br>(Case of 6)','line_item',2755),(13511,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2755),(13512,'Preventive Shampoo<br>(Case of 12)','line_item',2755),(13513,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2755),(13514,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2755),(13515,'Bulk Active Rinse 100% RM','line_item',2755),(13516,'The Wet Brush','line_item',2755),(13517,'Wet Comb','line_item',2755),(13518,'The Wet Brush Squirt','line_item',2755),(13519,'Free Shipping','shipping',2755),(13520,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2756),(13521,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2756),(13522,'Professional Lice Comb<br>(Case of 12)','line_item',2756),(13523,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2756),(13524,'Preventive Spray 8oz<br>(Case of 12)','line_item',2756),(13525,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2756),(13526,'Bulk Active Rinse 100% RM','line_item',2756),(13527,'Bulk Detangling Spray 1 Gallon RM','line_item',2756),(13528,'Bulk Mousse 1 Gallon RM','line_item',2756),(13529,'Free Shipping','shipping',2756),(13530,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2757),(13531,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2757),(13532,'Professional Lice Comb<br>(Case of 12)','line_item',2757),(13533,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2757),(13534,'Preventive Spray 8oz<br>(Case of 12)','line_item',2757),(13535,'Free Shipping','shipping',2757),(13536,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2758),(13537,'Professional Lice Comb<br>(Case of 12)','line_item',2758),(13538,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2758),(13539,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2758),(13540,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2758),(13541,'Free Shipping','shipping',2758),(13542,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2759),(13543,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2759),(13544,'Professional Lice Comb<br>(Case of 12)','line_item',2759),(13545,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2759),(13546,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2759),(13547,'Bulk Active Rinse 100% RM','line_item',2759),(13548,'Disposable Head Bands','line_item',2759),(13549,'Free Shipping','shipping',2759),(13550,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2760),(13551,'Professional Lice Comb<br>(Case of 12)','line_item',2760),(13552,'Disposable Head Bands','line_item',2760),(13553,'Bulk Active Rinse 100% RM','line_item',2760),(13554,'Free Shipping','shipping',2760),(13555,'Professional Lice Comb<br>(Case of 12)','line_item',2761),(13556,'FedEx Ground','shipping',2761),(13562,'Preventive Spray 2oz<br>(Case of 24)','line_item',2762),(13563,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2762),(13564,'Professional Lice Comb<br>(Case of 12)','line_item',2762),(13565,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2762),(13566,'Free Shipping','shipping',2762),(13567,'Preventive Spray 2oz<br>(Case of 24)','line_item',2763),(13568,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2763),(13569,'Professional Lice Comb<br>(Case of 12)','line_item',2763),(13570,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2763),(13571,'Free Shipping','shipping',2763),(13572,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2764),(13573,'Professional Lice Comb<br>(Case of 12)','line_item',2764),(13574,'Comb-Out Mousse<br>(Case of 12)','line_item',2764),(13575,'Preventive Spray 8oz<br>(Case of 12)','line_item',2764),(13576,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2764),(13577,'Bulk Active Rinse 100% RM','line_item',2764),(13578,'Free Shipping','shipping',2764),(13579,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2765),(13580,'Preventive Shampoo<br>(Case of 12)','line_item',2765),(13581,'Preventive Conditioner<br>(Case of 12)','line_item',2765),(13582,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2765),(13583,'Free Shipping','shipping',2765),(13584,'Professional Lice Comb<br>(Case of 12)','line_item',2766),(13585,'Preventive Conditioner<br>(Case of 12)','line_item',2766),(13586,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2766),(13587,'Preventive Shampoo<br>(Case of 12)','line_item',2766),(13588,'FedEx Ground','shipping',2766),(13589,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2767),(13590,'Professional Lice Comb<br>(Case of 12)','line_item',2767),(13591,'Preventive Spray 8oz<br>(Case of 12)','line_item',2767),(13592,'Bulk Active Rinse 100% RM','line_item',2767),(13593,'Bulk Detangling Spray 1 Gallon RM','line_item',2767),(13594,'Bulk Mousse 1 Gallon RM','line_item',2767),(13595,'Free Shipping','shipping',2767),(13596,'Bulk Active Rinse 100%','line_item',2768),(13597,'Preventive Kit<br>(Case of 6)','line_item',2768),(13598,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2768),(13599,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2768),(13600,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2768),(13601,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2768),(13602,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2768),(13603,'Preventive Shampoo<br>(Case of 12)','line_item',2768),(13604,'Preventive Conditioner<br>(Case of 12)','line_item',2768),(13605,'Preventive Spray 8oz<br>(Case of 12)','line_item',2768),(13606,'Free Shipping','shipping',2768),(13611,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2770),(13612,'Preventive Shampoo<br>(Case of 12)','line_item',2770),(13613,'Preventive Conditioner<br>(Case of 12)','line_item',2770),(13614,'Professional Lice Comb<br>(Case of 12)','line_item',2770),(13615,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2770),(13616,'Free Shipping','shipping',2770),(13617,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2771),(13618,'FedEx Ground','shipping',2771),(13619,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2772),(13620,'Free Shipping','shipping',2772),(13621,'Bulk Active Rinse 100%','line_item',2773),(13622,'FedEx Ground','shipping',2773),(13623,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2774),(13624,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2774),(13625,'Professional Lice Comb<br>(Case of 12)','line_item',2774),(13626,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2774),(13627,'Preventive Spray 2oz<br>(Case of 24)','line_item',2774),(13628,'Preventive Spray 8oz<br>(Case of 12)','line_item',2774),(13629,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2774),(13630,'Preventive Kit<br>(Case of 6)','line_item',2774),(13631,'Bulk Active Rinse 100%','line_item',2774),(13632,'Bulk Detangling Spray 1 Gallon','line_item',2774),(13633,'Bulk Mousse 1 Gallon','line_item',2774),(13634,'Disposable Head Bands','line_item',2774),(13635,'Free Shipping','shipping',2774),(13636,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2775),(13637,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2775),(13638,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2775),(13639,'Professional Lice Comb<br>(Case of 12)','line_item',2775),(13640,'Bulk Active Rinse 100% RM','line_item',2775),(13641,'Goomee 4 Pack','line_item',2775),(13642,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2775),(13643,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2775),(13644,'Free Shipping','shipping',2775),(13645,'Preventive Spray 8oz<br>(Case of 12)','line_item',2779),(13646,'Bulk Active Rinse 100% RM','line_item',2779),(13647,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2779),(13648,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2779),(13649,'Professional Lice Comb<br>(Case of 12)','line_item',2779),(13650,'Free Shipping','shipping',2779),(13651,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2780),(13652,'Preventive Shampoo<br>(Case of 12)','line_item',2780),(13653,'Comb-Out Mousse<br>(Case of 12)','line_item',2780),(13654,'Preventive Spray 8oz<br>(Case of 12)','line_item',2780),(13655,'Bulk Mousse 1 Gallon RM','line_item',2780),(13656,'Bulk Active Rinse 100% RM','line_item',2780),(13657,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2780),(13658,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2780),(13659,'Professional Lice Comb<br>(Case of 12)','line_item',2780),(13660,'Free Shipping','shipping',2780),(13661,'Preventive Shampoo<br>(Case of 12)','line_item',2781),(13662,'Preventive Conditioner<br>(Case of 12)','line_item',2781),(13663,'Comb-Out Mousse<br>(Case of 12)','line_item',2781),(13664,'Preventive Spray 8oz<br>(Case of 12)','line_item',2781),(13665,'Bulk Active Rinse 100% RM','line_item',2781),(13666,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2781),(13667,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2781),(13668,'Professional Lice Comb<br>(Case of 12)','line_item',2781),(13669,'Bulk Mousse 1 Gallon RM','line_item',2781),(13670,'Bulk Detangling Spray 1 Gallon RM','line_item',2781),(13671,'Bulk Active Rinse 100% RM','line_item',2781),(13672,'Free Shipping','shipping',2781),(13673,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2782),(13674,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2782),(13675,'Course Tail Comb','line_item',2782),(13676,'Bulk Active Rinse 100% RM','line_item',2782),(13677,'Free Shipping','shipping',2782),(13678,'Comb-Out Mousse<br>(Case of 12)','line_item',2783),(13679,'Comb-Out Mousse<br>(Case of 12)','line_item',2783),(13680,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2783),(13681,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2783),(13682,'Free Shipping','shipping',2783),(13683,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2784),(13684,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2784),(13685,'Professional Lice Comb<br>(Case of 12)','line_item',2784),(13686,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2784),(13687,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2784),(13688,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2784),(13689,'Preventive Spray 8oz<br>(Case of 12)','line_item',2784),(13690,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2784),(13691,'Free Shipping','shipping',2784),(13692,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2785),(13693,'Bulk Active Rinse 100% RM','line_item',2785),(13694,'Preventive Spray 8oz<br>(Case of 12)','line_item',2785),(13695,'Free Shipping','shipping',2785),(13699,'Professional Lice Comb<br>(Case of 12)','line_item',2787),(13700,'The Wet Brush','line_item',2787),(13701,'FedEx Ground','shipping',2787),(13702,'Bulk Active Rinse 100% RM','line_item',2788),(13703,'Professional Lice Comb<br>(Case of 12)','line_item',2788),(13704,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2788),(13705,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2788),(13706,'Preventive Shampoo<br>(Case of 12)','line_item',2788),(13707,'Preventive Conditioner<br>(Case of 12)','line_item',2788),(13708,'Bulk Mousse 1 Gallon RM','line_item',2788),(13709,'Free Shipping','shipping',2788),(13710,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2789),(13711,'Bulk Active Rinse 100% RM','line_item',2789),(13712,'Preventive Spray 8oz<br>(Case of 12)','line_item',2789),(13713,'Free Shipping','shipping',2789),(13714,'Disposable Head Bands','line_item',2790),(13715,'FedEx Ground','shipping',2790),(13716,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2791),(13717,'Preventive Spray 2oz<br>(Case of 24)','line_item',2791),(13718,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2791),(13719,'Bulk Active Rinse 100% RM','line_item',2791),(13720,'Free Shipping','shipping',2791),(13721,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2792),(13722,'Professional Lice Comb<br>(Case of 12)','line_item',2792),(13723,'Preventive Conditioner<br>(Case of 12)','line_item',2792),(13724,'Preventive Shampoo<br>(Case of 12)','line_item',2792),(13725,'Preventive Spray 2oz<br>(Case of 24)','line_item',2792),(13726,'Bulk Active Rinse 100% RM','line_item',2792),(13727,'Bulk Detangling Spray 1 Gallon RM','line_item',2792),(13728,'Disposable Capes','line_item',2792),(13729,'The Wet Brush','line_item',2792),(13730,'Disney Wet Brush','line_item',2792),(13731,'Free Shipping','shipping',2792),(13732,'Bulk Active Rinse 100% RM','line_item',2793),(13733,'The Wet Brush','line_item',2793),(13734,'Disney Wet Brush','line_item',2793),(13735,'FedEx Ground','shipping',2793),(13736,'The Wet Brush','line_item',2794),(13737,'Disney Wet Brush','line_item',2794),(13738,'FedEx Ground','shipping',2794),(13739,'Professional Lice Comb<br>(Case of 12)','line_item',2795),(13740,'Bulk Active Rinse 100% RM','line_item',2795),(13741,'Bulk Detangling Spray 1 Gallon RM','line_item',2795),(13742,'Free Shipping','shipping',2795),(13743,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2796),(13744,'Preventive Kit<br>(Case of 6)','line_item',2796),(13745,'Free Shipping','shipping',2796),(13746,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2797),(13747,'Course Tail Comb','line_item',2797),(13748,'9\" Detangler Comb','line_item',2797),(13749,'Free Shipping','shipping',2797),(13750,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2798),(13751,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2798),(13752,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2798),(13753,'Bulk Active Rinse 100% RM','line_item',2798),(13754,'Bulk Detangling Spray 1 Gallon RM','line_item',2798),(13755,'Bulk Mousse 1 Gallon RM','line_item',2798),(13756,'Free Shipping','shipping',2798),(13757,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2804),(13758,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2804),(13759,'Comb-Out Mousse<br>(Case of 12)','line_item',2804),(13760,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2804),(13761,'Preventive Spray 2oz<br>(Case of 24)','line_item',2804),(13762,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2804),(13763,'Preventive Kit<br>(Case of 6)','line_item',2804),(13764,'Bulk Active Rinse 100% RM','line_item',2804),(13765,'Bulk Mousse 1 Gallon RM','line_item',2804),(13766,'Free Shipping','shipping',2804),(13767,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2805),(13768,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2805),(13769,'Comb-Out Mousse<br>(Case of 12)','line_item',2805),(13770,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2805),(13771,'Preventive Spray 2oz<br>(Case of 24)','line_item',2805),(13772,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2805),(13773,'Preventive Kit<br>(Case of 6)','line_item',2805),(13774,'Bulk Active Rinse 100% RM','line_item',2805),(13775,'Bulk Mousse 1 Gallon RM','line_item',2805),(13776,'Free Shipping','shipping',2805),(13777,'Bulk Mousse 1 Gallon RM','line_item',2806),(13778,'Professional Lice Comb<br>(Case of 12)','line_item',2806),(13779,'Bulk Active Rinse 100% RM','line_item',2806),(13780,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2806),(13781,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2806),(13782,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2806),(13783,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2806),(13784,'Free Shipping','shipping',2806),(13785,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2807),(13786,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2807),(13787,'Professional Lice Comb<br>(Case of 12)','line_item',2807),(13788,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2807),(13789,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2807),(13790,'Bulk Active Rinse 100% RM','line_item',2807),(13791,'Bulk Detangling Spray 1 Gallon RM','line_item',2807),(13792,'Free Shipping','shipping',2807),(13793,'Professional Lice Comb<br>(Case of 12)','line_item',2808),(13794,'Bulk Active Rinse 100% RM','line_item',2808),(13795,'FedEx Ground','shipping',2808),(13796,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2809),(13797,'Preventive Spray 2oz<br>(Case of 24)','line_item',2809),(13798,'FedEx Ground','shipping',2809),(13799,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2810),(13800,'Professional Lice Comb<br>(Case of 12)','line_item',2810),(13801,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2810),(13802,'Preventive Spray 2oz<br>(Case of 24)','line_item',2810),(13803,'Free Shipping','shipping',2810),(13804,'Preventive Spray 2oz<br>(Case of 24)','line_item',2811),(13805,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2811),(13806,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2811),(13807,'Preventive Spray 8oz<br>(Case of 12)','line_item',2811),(13808,'Preventive Kit<br>(Case of 6)','line_item',2811),(13809,'Disposable Head Bands','line_item',2811),(13810,'Bulk Active Rinse 100% RM','line_item',2811),(13811,'Free Shipping','shipping',2811),(13812,'Bulk Active Rinse 100% RM','line_item',2812),(13813,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2812),(13814,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2812),(13815,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2812),(13816,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2812),(13817,'Preventive Spray 2oz<br>(Case of 24)','line_item',2812),(13818,'Professional Lice Comb<br>(Case of 12)','line_item',2812),(13819,'Free Shipping','shipping',2812),(13820,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2813),(13821,'Professional Lice Comb<br>(Case of 12)','line_item',2813),(13822,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2813),(13823,'Bulk Active Rinse 100% RM','line_item',2813),(13824,'Free Shipping','shipping',2813),(13825,'Bulk Active Rinse 100% RM','line_item',2814),(13826,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2814),(13827,'9\" Detangler Comb','line_item',2814),(13828,'Course Tail Comb','line_item',2814),(13829,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2814),(13830,'Free Shipping','shipping',2814),(13831,'Preventive Spray 8oz<br>(Case of 12)','line_item',2815),(13832,'Preventive Shampoo<br>(Case of 12)','line_item',2815),(13833,'Preventive Conditioner<br>(Case of 12)','line_item',2815),(13834,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2815),(13835,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2815),(13836,'Bulk Active Rinse 100% RM','line_item',2815),(13837,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2815),(13838,'Free Shipping','shipping',2815),(13839,'Professional Lice Comb<br>(Case of 12)','line_item',2816),(13840,'Preventive Spray 2oz<br>(Case of 24)','line_item',2816),(13841,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2816),(13842,'Preventive Conditioner<br>(Case of 12)','line_item',2816),(13843,'Preventive Shampoo<br>(Case of 12)','line_item',2816),(13844,'Free Shipping','shipping',2816),(13845,'Bulk Active Rinse 100% RM','line_item',2817),(13846,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2817),(13847,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2817),(13848,'Professional Lice Comb<br>(Case of 12)','line_item',2817),(13849,'Free Shipping','shipping',2817),(13850,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2818),(13851,'Preventive Kit<br>(Case of 6)','line_item',2818),(13852,'Bulk Active Rinse 100% RM','line_item',2818),(13853,'Bulk Mousse 1 Gallon RM','line_item',2818),(13854,'FedEx Ground','shipping',2818),(13855,'Professional Lice Comb<br>(Case of 12)','line_item',2819),(13856,'Professional Lice Comb<br>(Case of 12)','line_item',2819),(13857,'Preventive Spray 8oz<br>(Case of 12)','line_item',2819),(13858,'Disposable Capes','line_item',2819),(13859,'FedEx Ground','shipping',2819),(13860,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2838),(13861,'Professional Lice Comb<br>(Case of 12)','line_item',2838),(13862,'FedEx Ground','shipping',2838),(13863,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2839),(13864,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2839),(13865,'Comb-Out Mousse<br>(Case of 12)','line_item',2839),(13866,'Professional Lice Comb<br>(Case of 12)','line_item',2839),(13867,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2839),(13868,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2839),(13869,'Preventive Spray 8oz<br>(Case of 12)','line_item',2839),(13870,'Preventive Kit<br>(Case of 6)','line_item',2839),(13871,'Bulk Active Rinse 100% RM','line_item',2839),(13872,'Free Shipping','shipping',2839),(13873,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2840),(13874,'Bulk Active Rinse 100% RM','line_item',2840),(13875,'Free Shipping','shipping',2840),(13876,'Professional Lice Comb<br>(Case of 12)','line_item',2841),(13877,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2841),(13878,'FedEx Ground','shipping',2841),(13879,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2843),(13880,'Bulk Active Rinse 100% RM','line_item',2843),(13881,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2843),(13882,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2843),(13883,'Professional Lice Comb<br>(Case of 12)','line_item',2843),(13884,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2843),(13885,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2843),(13886,'Free Shipping','shipping',2843),(13887,'Bulk Active Rinse 100% RM','line_item',2844),(13888,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2844),(13889,'Free Shipping','shipping',2844),(13890,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2845),(13891,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2845),(13892,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2845),(13893,'Preventive Spray 8oz<br>(Case of 12)','line_item',2845),(13894,'Free Shipping','shipping',2845),(13895,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2846),(13896,'Bulk Active Rinse 100% RM','line_item',2846),(13897,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2846),(13898,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2846),(13899,'Preventive Spray 8oz<br>(Case of 12)','line_item',2846),(13900,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2846),(13901,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2846),(13902,'Free Shipping','shipping',2846),(13903,'Preventive Spray 8oz<br>(Case of 12)','line_item',2847),(13904,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2847),(13905,'Preventive Kit<br>(Case of 6)','line_item',2847),(13906,'Preventive Shampoo<br>(Case of 12)','line_item',2847),(13907,'Bulk Active Rinse 100% RM','line_item',2847),(13908,'Professional Lice Comb<br>(Case of 12)','line_item',2847),(13909,'Bulk Mousse 1 Gallon RM','line_item',2847),(13910,'Bulk Detangling Spray 1 Gallon RM','line_item',2847),(13911,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2847),(13912,'Free Shipping','shipping',2847),(13913,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2848),(13914,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2848),(13915,'Professional Lice Comb<br>(Case of 12)','line_item',2848),(13916,'Bulk Active Rinse 100% RM','line_item',2848),(13917,'Disposable Head Bands','line_item',2848),(13918,'Preventive Spray 2oz<br>(Case of 24)','line_item',2848),(13919,'Free Shipping','shipping',2848),(13920,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2856),(13921,'Preventive Spray 8oz<br>(Case of 12)','line_item',2856),(13922,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2856),(13923,'Professional Lice Comb<br>(Case of 12)','line_item',2856),(13924,'Bulk Active Rinse 100% RM','line_item',2856),(13925,'Free Shipping','shipping',2856),(13926,'Bulk Active Rinse 100% RM','line_item',2857),(13927,'Preventive Kit<br>(Case of 6)','line_item',2857),(13928,'Professional Lice Comb<br>(Case of 12)','line_item',2857),(13929,'Preventive Spray 8oz<br>(Case of 12)','line_item',2857),(13930,'FedEx Ground','shipping',2857),(13931,'Professional Lice Comb<br>(Case of 12)','line_item',2858),(13932,'Bulk Active Rinse 100% RM','line_item',2858),(13933,'FedEx Ground','shipping',2858),(13934,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2859),(13935,'Comb-Out Mousse<br>(Case of 12)','line_item',2859),(13936,'Professional Lice Comb<br>(Case of 12)','line_item',2859),(13937,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2859),(13938,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2859),(13939,'Preventive Spray 8oz<br>(Case of 12)','line_item',2859),(13940,'Preventive Spray 2oz<br>(Case of 24)','line_item',2859),(13941,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2859),(13942,'Bulk Mousse 1 Gallon RM','line_item',2859),(13943,'Bulk Active Rinse 100% RM','line_item',2859),(13944,'Free Shipping','shipping',2859),(13951,'Professional Lice Comb<br>(Case of 12)','line_item',2860),(13952,'Preventive Spray 8oz<br>(Case of 12)','line_item',2860),(13953,'Bulk Active Rinse 100% RM','line_item',2860),(13954,'Bulk Detangling Spray 1 Gallon RM','line_item',2860),(13955,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2860),(13956,'Free Shipping','shipping',2860),(13957,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2861),(13958,'Bulk Active Rinse 100% RM','line_item',2861),(13959,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2861),(13960,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2861),(13961,'Preventive Spray 8oz<br>(Case of 12)','line_item',2861),(13962,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2861),(13963,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2861),(13964,'Comb-Out Mousse<br>(Case of 12)','line_item',2861),(13965,'Free Shipping','shipping',2861),(13966,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2862),(13967,'Comb-Out Mousse<br>(Case of 12)','line_item',2862),(13968,'Professional Lice Comb<br>(Case of 12)','line_item',2862),(13969,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2862),(13970,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2862),(13971,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2862),(13972,'Preventive Spray 8oz<br>(Case of 12)','line_item',2862),(13973,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2862),(13974,'Bulk Active Rinse 100% RM','line_item',2862),(13975,'Free Shipping','shipping',2862),(13976,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2863),(13977,'Professional Lice Comb<br>(Case of 12)','line_item',2863),(13978,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2863),(13979,'Preventive Spray 2oz<br>(Case of 24)','line_item',2863),(13980,'Preventive Spray 8oz<br>(Case of 12)','line_item',2863),(13981,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2863),(13982,'Bulk Active Rinse 100%','line_item',2863),(13983,'Free Shipping','shipping',2863),(13984,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2864),(13985,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2864),(13986,'Preventive Spray 2oz<br>(Case of 24)','line_item',2864),(13987,'Preventive Spray 8oz<br>(Case of 12)','line_item',2864),(13988,'Professional Lice Comb<br>(Case of 12)','line_item',2864),(13989,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2864),(13990,'Free Shipping','shipping',2864),(13991,'Preventive Kit<br>(Case of 6)','line_item',2865),(13992,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2865),(13993,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2865),(13994,'Bulk Active Rinse 100% RM','line_item',2865),(13995,'Free Shipping','shipping',2865),(13996,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2866),(13997,'Bulk Active Rinse 100% RM','line_item',2866),(13998,'Goomee 4 Pack','line_item',2866),(13999,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2866),(14000,'Preventive Spray 2oz<br>(Case of 24)','line_item',2866),(14001,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2866),(14002,'Free Shipping','shipping',2866),(14003,'Bulk Mousse 1 Gallon RM','line_item',2867),(14004,'Bulk Active Rinse 100% RM','line_item',2867),(14005,'FedEx Ground','shipping',2867),(14006,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2868),(14007,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2868),(14008,'Preventive Spray 2oz<br>(Case of 24)','line_item',2868),(14009,'Preventive Spray 8oz<br>(Case of 12)','line_item',2868),(14010,'Free Shipping','shipping',2868),(14011,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2869),(14012,'Comb-Out Mousse<br>(Case of 12)','line_item',2869),(14013,'Preventive Conditioner<br>(Case of 12)','line_item',2869),(14014,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2869),(14015,'Bulk Active Rinse 100% RM','line_item',2869),(14016,'Preventive Spray 8oz<br>(Case of 12)','line_item',2869),(14017,'Bulk Mousse 1 Gallon RM','line_item',2869),(14018,'Professional Lice Comb<br>(Case of 12)','line_item',2869),(14019,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2869),(14020,'Free Shipping','shipping',2869),(14021,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2870),(14022,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2870),(14023,'Comb-Out Mousse<br>(Case of 12)','line_item',2870),(14024,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2870),(14025,'Free Shipping','shipping',2870),(14026,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2871),(14027,'Professional Lice Comb<br>(Case of 12)','line_item',2871),(14028,'Preventive Spray 2oz<br>(Case of 24)','line_item',2871),(14029,'Preventive Kit<br>(Case of 6)','line_item',2871),(14030,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2871),(14031,'Free Shipping','shipping',2871),(14032,'Preventive Shampoo<br>(Case of 12)','line_item',2873),(14033,'Preventive Conditioner<br>(Case of 12)','line_item',2873),(14034,'Preventive Spray 8oz<br>(Case of 12)','line_item',2873),(14035,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2873),(14036,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2873),(14037,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2873),(14038,'Professional Lice Comb<br>(Case of 12)','line_item',2873),(14039,'Free Shipping','shipping',2873),(14040,'Comb-Out Mousse<br>(Case of 12)','line_item',2874),(14041,'Preventive Spray 8oz<br>(Case of 12)','line_item',2874),(14042,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2874),(14043,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2874),(14044,'Professional Lice Comb<br>(Case of 12)','line_item',2874),(14045,'Free Shipping','shipping',2874),(14046,'Comb-Out Mousse<br>(Case of 12)','line_item',2875),(14047,'Preventive Spray 8oz<br>(Case of 12)','line_item',2875),(14048,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2875),(14049,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2875),(14050,'Professional Lice Comb<br>(Case of 12)','line_item',2875),(14051,'Free Shipping','shipping',2875),(14052,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2876),(14053,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2876),(14054,'Professional Lice Comb<br>(Case of 12)','line_item',2876),(14055,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2876),(14056,'Bulk Active Rinse 100% RM','line_item',2876),(14057,'Free Shipping','shipping',2876),(14058,'Comb-Out Mousse<br>(Case of 12)','line_item',2877),(14059,'Preventive Spray 8oz<br>(Case of 12)','line_item',2877),(14060,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2877),(14061,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2877),(14062,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2877),(14063,'Professional Lice Comb<br>(Case of 12)','line_item',2877),(14064,'Preventive Shampoo<br>(Case of 12)','line_item',2877),(14065,'Preventive Conditioner<br>(Case of 12)','line_item',2877),(14066,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2877),(14067,'Free Shipping','shipping',2877),(14068,'Bulk Active Rinse 100% RM','line_item',2878),(14069,'The Wet Brush','line_item',2878),(14070,'Free Shipping','shipping',2878),(14071,'Professional Lice Comb<br>(Case of 12)','line_item',2879),(14072,'The Wet Brush','line_item',2879),(14073,'FedEx Ground','shipping',2879),(14074,'Bulk Active Rinse 100% RM','line_item',2880),(14075,'Comb-Out Mousse<br>(Case of 12)','line_item',2880),(14076,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2880),(14077,'Disposable Head Bands','line_item',2880),(14078,'Free Shipping','shipping',2880),(14090,'Preventive Spray 8oz<br>(Case of 12)','line_item',2881),(14091,'Preventive Kit<br>(Case of 6)','line_item',2881),(14092,'Preventive Shampoo<br>(Case of 12)','line_item',2881),(14093,'Bulk Active Rinse 100% RM','line_item',2881),(14094,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2881),(14095,'Preventive Conditioner<br>(Case of 12)','line_item',2881),(14096,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2881),(14097,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2881),(14098,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2881),(14099,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2881),(14100,'Free Shipping','shipping',2881),(14101,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2882),(14102,'Professional Lice Comb<br>(Case of 12)','line_item',2882),(14103,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2882),(14104,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2882),(14105,'Preventive Kit<br>(Case of 6)','line_item',2882),(14106,'Bulk Active Rinse 100% RM','line_item',2882),(14107,'Free Shipping','shipping',2882),(14108,'Bulk Mousse 1 Gallon RM','line_item',2883),(14109,'FedEx Ground','shipping',2883),(14110,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2886),(14111,'Professional Lice Comb<br>(Case of 12)','line_item',2886),(14112,'Preventive Spray 2oz<br>(Case of 24)','line_item',2886),(14113,'Preventive Spray 8oz<br>(Case of 12)','line_item',2886),(14114,'Preventive Kit<br>(Case of 6)','line_item',2886),(14115,'Bulk Active Rinse 100% RM','line_item',2886),(14116,'Bulk Mousse 1 Gallon RM','line_item',2886),(14117,'Free Shipping','shipping',2886),(14124,'Professional Lice Comb<br>(Case of 12)','line_item',2887),(14125,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2887),(14126,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2887),(14127,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2887),(14128,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2887),(14129,'Free Shipping','shipping',2887),(14130,'Bulk Active Rinse 100% RM','line_item',2888),(14131,'Comb-Out Mousse<br>(Case of 12)','line_item',2888),(14132,'Preventive Shampoo<br>(Case of 12)','line_item',2888),(14133,'Preventive Conditioner<br>(Case of 12)','line_item',2888),(14134,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2888),(14135,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2888),(14136,'Bulk Detangling Spray 1 Gallon RM','line_item',2888),(14137,'Bulk Mousse 1 Gallon RM','line_item',2888),(14138,'Free Shipping','shipping',2888),(14139,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2889),(14140,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2889),(14141,'Free Shipping','shipping',2889),(14142,'Bulk Active Rinse 100% RM','line_item',2890),(14143,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2890),(14144,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2890),(14145,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2890),(14146,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2890),(14147,'Free Shipping','shipping',2890),(14148,'Bulk Active Rinse 100%','line_item',2891),(14149,'Bulk Mousse 1 Gallon','line_item',2891),(14150,'FedEx Ground','shipping',2891),(14151,'Professional Lice Comb<br>(Case of 12)','line_item',2893),(14152,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2893),(14153,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2893),(14154,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2893),(14155,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2893),(14156,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2893),(14157,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2893),(14158,'Preventive Shampoo<br>(Case of 12)','line_item',2893),(14159,'Preventive Conditioner<br>(Case of 12)','line_item',2893),(14160,'Preventive Spray 2oz<br>(Case of 24)','line_item',2893),(14161,'Preventive Spray 8oz<br>(Case of 12)','line_item',2893),(14162,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2893),(14163,'Preventive Kit<br>(Case of 6)','line_item',2893),(14164,'Bulk Detangling Spray 1 Gallon RM','line_item',2893),(14165,'Bulk Mousse 1 Gallon RM','line_item',2893),(14166,'Free Shipping','shipping',2893),(14167,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2894),(14168,'Disposable Head Bands','line_item',2894),(14169,'Professional Lice Comb<br>(Case of 12)','line_item',2894),(14170,'Preventive Spray 2oz<br>(Case of 24)','line_item',2894),(14171,'Bulk Active Rinse 100% RM','line_item',2894),(14172,'Free Shipping','shipping',2894),(14173,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2895),(14174,'Professional Lice Comb<br>(Case of 12)','line_item',2895),(14175,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2895),(14176,'Preventive Spray 8oz<br>(Case of 12)','line_item',2895),(14177,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2895),(14178,'Disposable Head Bands','line_item',2895),(14179,'Free Shipping','shipping',2895),(14180,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2896),(14181,'Professional Lice Comb<br>(Case of 12)','line_item',2896),(14182,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2896),(14183,'Bulk Active Rinse 100% RM','line_item',2896),(14184,'Disposable Head Bands','line_item',2896),(14185,'Free Shipping','shipping',2896),(14186,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2897),(14187,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2897),(14188,'Preventive Kit<br>(Case of 6)','line_item',2897),(14189,'Bulk Active Rinse 100% RM','line_item',2897),(14190,'Free Shipping','shipping',2897),(14191,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2898),(14192,'Professional Lice Comb<br>(Case of 12)','line_item',2898),(14193,'Bulk Active Rinse 100% RM','line_item',2898),(14194,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2898),(14195,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2898),(14196,'Bulk Detangling Spray 1 Gallon RM','line_item',2898),(14197,'Free Shipping','shipping',2898),(14198,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2899),(14199,'Professional Lice Comb<br>(Case of 12)','line_item',2899),(14200,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2899),(14201,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2899),(14202,'Preventive Kit<br>(Case of 6)','line_item',2899),(14203,'Bulk Active Rinse 100%','line_item',2899),(14204,'Disposable Head Bands','line_item',2899),(14205,'Free Shipping','shipping',2899),(14206,'Bulk Active Rinse 100%','line_item',2900),(14207,'FedEx Ground','shipping',2900),(14208,'Preventive Spray 2oz<br>(Case of 24)','line_item',2901),(14209,'Free Shipping','shipping',2901),(14210,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2902),(14211,'Preventive Kit<br>(Case of 6)','line_item',2902),(14212,'Bulk Active Rinse 100% RM','line_item',2902),(14213,'Free Shipping','shipping',2902),(14214,'Comb-Out Mousse<br>(Case of 12)','line_item',2903),(14215,'Bulk Mousse 1 Gallon RM','line_item',2903),(14216,'FedEx Ground','shipping',2903),(14217,'Bulk Detangling Spray 1 Gallon RM','line_item',2904),(14218,'Bulk Mousse 1 Gallon RM','line_item',2904),(14219,'Bulk Active Rinse 100% RM','line_item',2904),(14220,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2904),(14221,'FedEx Ground','shipping',2904),(14222,'Professional Lice Comb<br>(Case of 12)','line_item',2905),(14223,'FedEx Ground','shipping',2905),(14224,'Bulk Active Rinse 100% RM','line_item',2906),(14225,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2906),(14226,'Professional Lice Comb<br>(Case of 12)','line_item',2906),(14227,'Disney Wet Brush','line_item',2906),(14228,'Free Shipping','shipping',2906),(14229,'Professional Lice Comb<br>(Case of 12)','line_item',2907),(14230,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2907),(14231,'Preventive Shampoo<br>(Case of 12)','line_item',2907),(14232,'Free Shipping','shipping',2907),(14233,'Bulk Detangling Spray 1 Gallon RM','line_item',2908),(14234,'Bulk Mousse 1 Gallon RM','line_item',2908),(14235,'Professional Lice Comb<br>(Case of 12)','line_item',2908),(14236,'Free Shipping','shipping',2908),(14237,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2911),(14238,'Professional Lice Comb<br>(Case of 12)','line_item',2911),(14239,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2911),(14240,'Preventive Kit<br>(Case of 6)','line_item',2911),(14241,'Preventive Shampoo<br>(Case of 12)','line_item',2911),(14242,'Preventive Conditioner<br>(Case of 12)','line_item',2911),(14243,'Bulk Mousse 1 Gallon RM','line_item',2911),(14244,'Bulk Active Rinse 100% RM','line_item',2911),(14245,'Free Shipping','shipping',2911),(14246,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2912),(14247,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2912),(14248,'Comb-Out Mousse<br>(Case of 12)','line_item',2912),(14249,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2912),(14250,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2912),(14251,'Preventive Spray 2oz<br>(Case of 24)','line_item',2912),(14252,'Preventive Spray 8oz<br>(Case of 12)','line_item',2912),(14253,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2912),(14254,'Bulk Active Rinse 100% RM','line_item',2912),(14255,'Bulk Mousse 1 Gallon RM','line_item',2912),(14256,'Free Shipping','shipping',2912),(14257,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2913),(14258,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2913),(14259,'Professional Lice Comb<br>(Case of 12)','line_item',2913),(14260,'Bulk Active Rinse 100% RM','line_item',2913),(14261,'Bulk Mousse 1 Gallon RM','line_item',2913),(14262,'FedEx Ground','shipping',2913),(14263,'Preventive Shampoo<br>(Case of 12)','line_item',2914),(14264,'Preventive Conditioner<br>(Case of 12)','line_item',2914),(14265,'Preventive Kit<br>(Case of 6)','line_item',2914),(14266,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2914),(14267,'Comb-Out Mousse<br>(Case of 12)','line_item',2914),(14268,'Free Shipping','shipping',2914),(14269,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2915),(14270,'Professional Lice Comb<br>(Case of 12)','line_item',2915),(14271,'Bulk Active Rinse 100% RM','line_item',2915),(14272,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2915),(14273,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2915),(14274,'Bulk Detangling Spray 1 Gallon RM','line_item',2915),(14275,'Preventive Kit<br>(Case of 6)','line_item',2915),(14276,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2915),(14277,'Free Shipping','shipping',2915),(14278,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2916),(14279,'Preventive Spray 2oz<br>(Case of 24)','line_item',2916),(14280,'Free Shipping','shipping',2916),(14281,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2917),(14282,'Bulk Active Rinse 100% RM','line_item',2917),(14283,'Free Shipping','shipping',2917),(14284,'Bulk Active Rinse 100% RM','line_item',2918),(14285,'Bulk Detangling Spray 1 Gallon RM','line_item',2918),(14286,'FedEx Ground','shipping',2918),(14287,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2919),(14288,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2919),(14289,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2919),(14290,'Professional Lice Comb<br>(Case of 12)','line_item',2919),(14291,'Preventive Shampoo<br>(Case of 12)','line_item',2919),(14292,'Preventive Conditioner<br>(Case of 12)','line_item',2919),(14293,'Preventive Spray 2oz<br>(Case of 24)','line_item',2919),(14294,'Preventive Spray 8oz<br>(Case of 12)','line_item',2919),(14295,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2919),(14296,'Bulk Active Rinse 100%','line_item',2919),(14297,'Free Shipping','shipping',2919),(14298,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2920),(14299,'Professional Lice Comb<br>(Case of 12)','line_item',2920),(14300,'FedEx Ground','shipping',2920),(14301,'Bulk Active Rinse 100% RM','line_item',2922),(14302,'Professional Lice Comb<br>(Case of 12)','line_item',2922),(14303,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2922),(14304,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2922),(14305,'Free Shipping','shipping',2922),(14314,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2924),(14315,'Professional Lice Comb<br>(Case of 12)','line_item',2924),(14316,'Preventive Spray 8oz<br>(Case of 12)','line_item',2924),(14317,'Free Shipping','shipping',2924),(14318,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2925),(14319,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2925),(14320,'Disposable Head Bands','line_item',2925),(14321,'Professional Lice Comb<br>(Case of 12)','line_item',2925),(14322,'FedEx Ground','shipping',2925),(14323,'Preventive Shampoo<br>(Case of 12)','line_item',2926),(14324,'Preventive Conditioner<br>(Case of 12)','line_item',2926),(14325,'Comb-Out Mousse<br>(Case of 12)','line_item',2926),(14326,'Preventive Spray 8oz<br>(Case of 12)','line_item',2926),(14327,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2926),(14328,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2926),(14329,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2926),(14330,'Professional Lice Comb<br>(Case of 12)','line_item',2926),(14331,'Free Shipping','shipping',2926),(14332,'Comb-Out Mousse<br>(Case of 12)','line_item',2927),(14333,'Preventive Spray 8oz<br>(Case of 12)','line_item',2927),(14334,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2927),(14335,'Bulk Mousse 1 Gallon RM','line_item',2927),(14336,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2927),(14337,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2927),(14338,'Professional Lice Comb<br>(Case of 12)','line_item',2927),(14339,'Free Shipping','shipping',2927),(14340,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2933),(14341,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2933),(14342,'Comb-Out Mousse<br>(Case of 12)','line_item',2933),(14343,'Professional Lice Comb<br>(Case of 12)','line_item',2933),(14344,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2933),(14345,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2933),(14346,'Preventive Spray 2oz<br>(Case of 24)','line_item',2933),(14347,'Preventive Spray 8oz<br>(Case of 12)','line_item',2933),(14348,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2933),(14349,'Bulk Active Rinse 100% RM','line_item',2933),(14350,'Bulk Mousse 1 Gallon RM','line_item',2933),(14351,'Free Shipping','shipping',2933),(14352,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2934),(14353,'Professional Lice Comb<br>(Case of 12)','line_item',2934),(14354,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2934),(14355,'Bulk Active Rinse 100% RM','line_item',2934),(14356,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2934),(14357,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2934),(14358,'Free Shipping','shipping',2934),(14359,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2935),(14360,'Professional Lice Comb<br>(Case of 12)','line_item',2935),(14361,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2935),(14362,'Preventive Kit<br>(Case of 6)','line_item',2935),(14363,'Preventive Shampoo<br>(Case of 12)','line_item',2935),(14364,'Preventive Conditioner<br>(Case of 12)','line_item',2935),(14365,'Bulk Mousse 1 Gallon RM','line_item',2935),(14366,'Bulk Active Rinse 100% RM','line_item',2935),(14367,'Comb-Out Mousse<br>(Case of 12)','line_item',2935),(14368,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2935),(14369,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2935),(14370,'Bulk Mousse 1 Gallon RM','line_item',2935),(14371,'Bulk Active Rinse 100% RM','line_item',2935),(14372,'Bulk Detangling Spray 1 Gallon RM','line_item',2935),(14373,'Bulk Mousse 1 Gallon RM','line_item',2935),(14374,'Comb-Out Mousse<br>(Case of 12)','line_item',2935),(14375,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2935),(14376,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2935),(14377,'Professional Lice Comb<br>(Case of 12)','line_item',2935),(14378,'Preventive Spray 8oz<br>(Case of 12)','line_item',2935),(14379,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2935),(14380,'Free Shipping','shipping',2935),(14381,'Preventive Conditioner<br>(Case of 12)','line_item',2936),(14382,'Preventive Spray 2oz<br>(Case of 24)','line_item',2936),(14383,'Preventive Spray 8oz<br>(Case of 12)','line_item',2936),(14384,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2936),(14385,'Bulk Mousse 1 Gallon RM','line_item',2936),(14386,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2936),(14387,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2936),(14388,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2936),(14389,'Professional Lice Comb<br>(Case of 12)','line_item',2936),(14390,'Comb-Out Mousse<br>(Case of 12)','line_item',2936),(14391,'Free Shipping','shipping',2936),(14392,'Preventive Spray 2oz<br>(Case of 24)','line_item',2937),(14393,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2937),(14394,'Professional Lice Comb<br>(Case of 12)','line_item',2937),(14395,'Bulk Mousse 1 Gallon RM','line_item',2937),(14396,'Bulk Detangling Spray 1 Gallon RM','line_item',2937),(14397,'Professional Lice Comb<br>(Case of 12)','line_item',2937),(14398,'Free Shipping','shipping',2937),(14399,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2938),(14400,'Preventive Shampoo<br>(Case of 12)','line_item',2938),(14401,'Bulk Active Rinse 100% RM','line_item',2938),(14402,'Free Shipping','shipping',2938),(14403,'Preventive Spray 2oz<br>(Case of 24)','line_item',2939),(14404,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2939),(14405,'FedEx Ground','shipping',2939),(14406,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2940),(14407,'Preventive Shampoo<br>(Case of 12)','line_item',2940),(14408,'Preventive Conditioner<br>(Case of 12)','line_item',2940),(14409,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2940),(14410,'Free Shipping','shipping',2940),(14411,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2941),(14412,'Preventive Shampoo<br>(Case of 12)','line_item',2941),(14413,'Preventive Conditioner<br>(Case of 12)','line_item',2941),(14414,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2941),(14415,'Free Shipping','shipping',2941),(14416,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2942),(14417,'Preventive Shampoo<br>(Case of 12)','line_item',2942),(14418,'Preventive Conditioner<br>(Case of 12)','line_item',2942),(14419,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2942),(14420,'Free Shipping','shipping',2942),(14421,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2943),(14422,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2943),(14423,'Bulk Active Rinse 100% RM','line_item',2943),(14424,'Free Shipping','shipping',2943),(14425,'Professional Lice Comb<br>(Case of 12)','line_item',2944),(14426,'Disposable Head Bands','line_item',2944),(14427,'Bulk Active Rinse 100% RM','line_item',2944),(14428,'FedEx Ground','shipping',2944),(14429,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2945),(14430,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2945),(14431,'Bulk Active Rinse 100% RM','line_item',2945),(14432,'Comb-Out Mousse<br>(Case of 12)','line_item',2945),(14433,'Bulk Mousse 1 Gallon RM','line_item',2945),(14434,'Bulk Detangling Spray 1 Gallon RM','line_item',2945),(14435,'Free Shipping','shipping',2945),(14436,'Preventive Conditioner<br>(Case of 12)','line_item',2947),(14437,'Preventive Shampoo<br>(Case of 12)','line_item',2947),(14438,'Preventive Spray 8oz<br>(Case of 12)','line_item',2947),(14439,'Professional Lice Comb<br>(Case of 12)','line_item',2947),(14440,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2947),(14441,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2947),(14442,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2947),(14443,'Free Shipping','shipping',2947),(14492,'Professional Lice Comb<br>(Case of 12)','line_item',2948),(14493,'Comb-Out Mousse<br>(Case of 12)','line_item',2948),(14494,'Preventive Shampoo<br>(Case of 12)','line_item',2948),(14495,'Preventive Conditioner<br>(Case of 12)','line_item',2948),(14496,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2948),(14497,'Bulk Active Rinse 100% RM','line_item',2948),(14498,'Bulk Mousse 1 Gallon RM','line_item',2948),(14499,'Free Shipping','shipping',2948),(14500,'Professional Lice Comb<br>(Case of 12)','line_item',2949),(14501,'Comb-Out Mousse<br>(Case of 12)','line_item',2949),(14502,'Preventive Shampoo<br>(Case of 12)','line_item',2949),(14503,'Preventive Conditioner<br>(Case of 12)','line_item',2949),(14504,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2949),(14505,'Bulk Active Rinse 100% RM','line_item',2949),(14506,'Bulk Mousse 1 Gallon RM','line_item',2949),(14507,'Free Shipping','shipping',2949),(14540,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2952),(14541,'Preventive Spray 8oz<br>(Case of 12)','line_item',2952),(14542,'Bulk Active Rinse 100% RM','line_item',2952),(14543,'Free Shipping','shipping',2952),(14544,'Professional Lice Comb<br>(Case of 12)','line_item',2953),(14545,'Comb-Out Mousse<br>(Case of 12)','line_item',2953),(14546,'Preventive Shampoo<br>(Case of 12)','line_item',2953),(14547,'Preventive Conditioner<br>(Case of 12)','line_item',2953),(14548,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2953),(14549,'Bulk Active Rinse 100% RM','line_item',2953),(14550,'Bulk Mousse 1 Gallon RM','line_item',2953),(14551,'Free Shipping','shipping',2953),(14552,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2954),(14553,'Professional Lice Comb<br>(Case of 12)','line_item',2954),(14554,'Free Shipping','shipping',2954),(14555,'Preventive Spray 2oz<br>(Case of 24)','line_item',2955),(14556,'FedEx Ground','shipping',2955),(14557,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2956),(14558,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2956),(14559,'Comb-Out Mousse<br>(Case of 12)','line_item',2956),(14560,'Professional Lice Comb<br>(Case of 12)','line_item',2956),(14561,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2956),(14562,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2956),(14563,'Preventive Spray 8oz<br>(Case of 12)','line_item',2956),(14564,'Bulk Active Rinse 100% RM','line_item',2956),(14565,'Free Shipping','shipping',2956),(14566,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2959),(14567,'Professional Lice Comb<br>(Case of 12)','line_item',2959),(14568,'FedEx Ground','shipping',2959),(14569,'Bulk Mousse 1 Gallon RM','line_item',2960),(14570,'FedEx Ground','shipping',2960),(14571,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2961),(14572,'FedEx Ground','shipping',2961),(14573,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2962),(14574,'Preventive Kit<br>(Case of 6)','line_item',2962),(14575,'Bulk Active Rinse 100% RM','line_item',2962),(14576,'Free Shipping','shipping',2962),(14577,'Bulk Active Rinse 100% RM','line_item',2964),(14578,'Bulk Detangling Spray 1 Gallon RM','line_item',2964),(14579,'Free Shipping','shipping',2964),(14580,'Preventive Conditioner<br>(Case of 12)','line_item',2965),(14581,'Bulk Active Rinse 100% RM','line_item',2965),(14582,'FedEx Ground','shipping',2965),(14583,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2966),(14584,'Preventive Spray 8oz<br>(Case of 12)','line_item',2966),(14585,'Bulk Active Rinse 100% RM','line_item',2966),(14586,'FedEx Ground','shipping',2966),(14587,'Preventive Conditioner<br>(Case of 12)','line_item',2967),(14588,'Preventive Kit<br>(Case of 6)','line_item',2967),(14589,'Preventive Spray 8oz<br>(Case of 12)','line_item',2967),(14590,'Bulk Mousse 1 Gallon RM','line_item',2967),(14591,'Bulk Detangling Spray 1 Gallon RM','line_item',2967),(14592,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2967),(14593,'Preventive Shampoo<br>(Case of 12)','line_item',2967),(14594,'Free Shipping','shipping',2967),(14595,'Preventive Spray 8oz<br>(Case of 12)','line_item',2968),(14596,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2968),(14597,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2968),(14598,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2968),(14599,'Urgent Care Kit<br>(Case of 6)','line_item',2968),(14600,'Professional Lice Comb<br>(Case of 12)','line_item',2968),(14601,'Bulk Active Rinse 100% RM','line_item',2968),(14602,'Free Shipping','shipping',2968),(14603,'Professional Lice Comb<br>(Case of 12)','line_item',2970),(14604,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2970),(14605,'Preventive Spray 8oz<br>(Case of 12)','line_item',2970),(14606,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2970),(14607,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2970),(14608,'Free Shipping','shipping',2970),(14609,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2971),(14610,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2971),(14611,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2971),(14612,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2971),(14613,'Preventive Spray 8oz<br>(Case of 12)','line_item',2971),(14614,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2971),(14615,'Disposable Head Bands','line_item',2971),(14616,'Free Shipping','shipping',2971),(14617,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2972),(14618,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2972),(14619,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2972),(14620,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',2972),(14621,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2972),(14622,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2972),(14623,'Professional Lice Comb<br>(Case of 12)','line_item',2972),(14624,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2972),(14625,'Bulk Active Rinse 100% RM','line_item',2972),(14626,'Free Shipping','shipping',2972),(14627,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2973),(14628,'Preventive Kit<br>(Case of 6)','line_item',2973),(14629,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2973),(14630,'Disposable Head Bands','line_item',2973),(14631,'Free Shipping','shipping',2973),(14632,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2974),(14633,'Preventive Kit<br>(Case of 6)','line_item',2974),(14634,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2974),(14635,'Disposable Head Bands','line_item',2974),(14636,'Free Shipping','shipping',2974),(14637,'Bulk Active Rinse 100%','line_item',2975),(14638,'Bulk Mousse 1 Gallon','line_item',2975),(14639,'FedEx Ground','shipping',2975),(14640,'Bulk Active Rinse 100%','line_item',2976),(14641,'FedEx Ground','shipping',2976),(14642,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2977),(14643,'Professional Lice Comb<br>(Case of 12)','line_item',2977),(14644,'Preventive Spray 2oz<br>(Case of 24)','line_item',2977),(14645,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2977),(14646,'Free Shipping','shipping',2977),(14647,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2978),(14648,'Preventive Spray 8oz<br>(Case of 12)','line_item',2978),(14649,'FedEx Ground','shipping',2978),(14650,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2980),(14651,'Preventive Spray 8oz<br>(Case of 12)','line_item',2980),(14652,'Preventive Kit<br>(Case of 6)','line_item',2980),(14653,'Free Shipping','shipping',2980),(14654,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2981),(14655,'Preventive Spray 8oz<br>(Case of 12)','line_item',2981),(14656,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2981),(14657,'Free Shipping','shipping',2981),(14658,'Bulk Active Rinse 100% RM','line_item',2982),(14659,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2982),(14660,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2982),(14661,'Preventive Spray 2oz<br>(Case of 24)','line_item',2982),(14662,'Free Shipping','shipping',2982),(14663,'Preventive Shampoo<br>(Case of 12)','line_item',2983),(14664,'Professional Lice Comb<br>(Case of 12)','line_item',2983),(14665,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2983),(14666,'Bulk Active Rinse 100% RM','line_item',2983),(14667,'Free Shipping','shipping',2983),(14668,'Preventive Shampoo<br>(Case of 12)','line_item',2984),(14669,'Preventive Conditioner<br>(Case of 12)','line_item',2984),(14670,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2984),(14671,'Professional Lice Comb<br>(Case of 12)','line_item',2984),(14672,'Free Shipping','shipping',2984),(14673,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2985),(14674,'Preventive Spray 8oz<br>(Case of 12)','line_item',2985),(14675,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2985),(14676,'Professional Lice Comb<br>(Case of 12)','line_item',2985),(14677,'Comb-Out Mousse<br>(Case of 12)','line_item',2985),(14678,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2985),(14679,'Free Shipping','shipping',2985),(14680,'Comb-Out Mousse<br>(Case of 12)','line_item',2986),(14681,'Preventive Spray 8oz<br>(Case of 12)','line_item',2986),(14682,'Bulk Mousse 1 Gallon RM','line_item',2986),(14683,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2986),(14684,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2986),(14685,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2986),(14686,'Professional Lice Comb<br>(Case of 12)','line_item',2986),(14687,'Free Shipping','shipping',2986),(14688,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2987),(14689,'Bulk Active Rinse 100% RM','line_item',2987),(14690,'Free Shipping','shipping',2987),(14691,'Bulk Active Rinse 100% RM','line_item',2988),(14692,'Preventive Spray 8oz<br>(Case of 12)','line_item',2988),(14693,'FedEx Ground','shipping',2988),(14694,'Bulk Active Rinse 100% RM','line_item',2989),(14695,'Professional Lice Comb<br>(Case of 12)','line_item',2989),(14696,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2989),(14697,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',2989),(14698,'Free Shipping','shipping',2989),(14699,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2990),(14700,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',2990),(14701,'Professional Lice Comb<br>(Case of 12)','line_item',2990),(14702,'Bulk Active Rinse 100% RM','line_item',2990),(14703,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2990),(14704,'Free Shipping','shipping',2990),(14705,'Preventive Shampoo<br>(Case of 12)','line_item',2991),(14706,'Preventive Conditioner<br>(Case of 12)','line_item',2991),(14707,'Comb-Out Mousse<br>(Case of 12)','line_item',2991),(14708,'Preventive Spray 8oz<br>(Case of 12)','line_item',2991),(14709,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',2991),(14710,'Bulk Detangling Spray 1 Gallon RM','line_item',2991),(14711,'Bulk Mousse 1 Gallon RM','line_item',2991),(14712,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2991),(14713,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2991),(14714,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2991),(14715,'Free Shipping','shipping',2991),(14716,'Preventive Shampoo<br>(Case of 12)','line_item',2992),(14717,'Preventive Conditioner<br>(Case of 12)','line_item',2992),(14718,'Preventive Spray 8oz<br>(Case of 12)','line_item',2992),(14719,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2992),(14720,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2992),(14721,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2992),(14722,'Free Shipping','shipping',2992),(14723,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2993),(14724,'Urgent Care Kit<br>(Case of 6)','line_item',2993),(14725,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2993),(14726,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2993),(14727,'Disney Wet Brush','line_item',2993),(14728,'Free Shipping','shipping',2993),(14729,'The Wet Brush','line_item',2994),(14730,'Disney Wet Brush','line_item',2994),(14731,'The Wet Brush','line_item',2994),(14732,'The Wet Brush Squirt','line_item',2994),(14733,'FedEx Ground','shipping',2994),(14768,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2995),(14769,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2995),(14770,'Comb-Out Mousse<br>(Case of 12)','line_item',2995),(14771,'Professional Lice Comb<br>(Case of 12)','line_item',2995),(14772,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',2995),(14773,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',2995),(14774,'Preventive Shampoo<br>(Case of 12)','line_item',2995),(14775,'Preventive Conditioner<br>(Case of 12)','line_item',2995),(14776,'Preventive Spray 2oz<br>(Case of 24)','line_item',2995),(14777,'Preventive Spray 8oz<br>(Case of 12)','line_item',2995),(14778,'Preventive Kit<br>(Case of 6)','line_item',2995),(14779,'Bulk Active Rinse 100% RM','line_item',2995),(14780,'Bulk Detangling Spray 1 Gallon RM','line_item',2995),(14781,'Bulk Mousse 1 Gallon RM','line_item',2995),(14782,'6 Pack Empty Foamer 8oz Bottle','line_item',2995),(14783,'6 Pack Empty Rinse 8oz Bottles','line_item',2995),(14784,'Free Shipping','shipping',2995),(14785,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2997),(14786,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',2997),(14787,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2997),(14788,'Preventive Spray 8oz<br>(Case of 12)','line_item',2997),(14789,'Free Shipping','shipping',2997),(14790,'Professional Lice Comb<br>(Case of 12)','line_item',2998),(14791,'Preventive Spray 8oz<br>(Case of 12)','line_item',2998),(14792,'FedEx Ground','shipping',2998),(14793,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',2999),(14794,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',2999),(14795,'Preventive Shampoo<br>(Case of 12)','line_item',2999),(14796,'Preventive Conditioner<br>(Case of 12)','line_item',2999),(14797,'Preventive Spray 8oz<br>(Case of 12)','line_item',2999),(14798,'Bulk Active Rinse 100% RM','line_item',2999),(14799,'Disposable Head Bands','line_item',2999),(14800,'Free Shipping','shipping',2999),(14801,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3000),(14802,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3000),(14803,'Professional Lice Comb<br>(Case of 12)','line_item',3000),(14804,'Preventive Spray 8oz<br>(Case of 12)','line_item',3000),(14805,'Bulk Active Rinse 100% RM','line_item',3000),(14806,'Free Shipping','shipping',3000),(14807,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3001),(14808,'Preventive Spray 8oz<br>(Case of 12)','line_item',3001),(14809,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3001),(14810,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3001),(14811,'Free Shipping','shipping',3001),(14812,'Professional Lice Comb<br>(Case of 12)','line_item',3002),(14813,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3002),(14814,'Preventive Spray 8oz<br>(Case of 12)','line_item',3002),(14815,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3002),(14816,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3002),(14817,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3002),(14818,'Comb-Out Mousse<br>(Case of 12)','line_item',3002),(14819,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3002),(14820,'Preventive Kit<br>(Case of 6)','line_item',3002),(14821,'Bulk Active Rinse 100% RM','line_item',3002),(14822,'Bulk Detangling Spray 1 Gallon RM','line_item',3002),(14823,'Bulk Mousse 1 Gallon RM','line_item',3002),(14824,'Free Shipping','shipping',3002),(14825,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3003),(14826,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3003),(14827,'Professional Lice Comb<br>(Case of 12)','line_item',3003),(14828,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3003),(14829,'Preventive Spray 2oz<br>(Case of 24)','line_item',3003),(14830,'Preventive Spray 8oz<br>(Case of 12)','line_item',3003),(14831,'Preventive Conditioner<br>(Case of 12)','line_item',3003),(14832,'Preventive Shampoo<br>(Case of 12)','line_item',3003),(14833,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3003),(14834,'Bulk Active Rinse 100%','line_item',3003),(14835,'Preventive Kit<br>(Case of 6)','line_item',3003),(14836,'Free Shipping','shipping',3003),(14837,'Professional Lice Comb<br>(Case of 12)','line_item',3004),(14838,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3004),(14839,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3004),(14840,'Preventive Kit<br>(Case of 6)','line_item',3004),(14841,'Bulk Active Rinse 100% RM','line_item',3004),(14842,'Free Shipping','shipping',3004),(14843,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3005),(14844,'Professional Lice Comb<br>(Case of 12)','line_item',3005),(14845,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3005),(14846,'Preventive Spray 8oz<br>(Case of 12)','line_item',3005),(14847,'Bulk Active Rinse 100% RM','line_item',3005),(14848,'Disposable Head Bands','line_item',3005),(14849,'Free Shipping','shipping',3005),(14850,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3006),(14851,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3006),(14852,'Professional Lice Comb<br>(Case of 12)','line_item',3006),(14853,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3006),(14854,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3006),(14855,'Bulk Active Rinse 100% RM','line_item',3006),(14856,'Bulk Detangling Spray 1 Gallon RM','line_item',3006),(14857,'Free Shipping','shipping',3006),(14858,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3007),(14859,'Preventive Spray 8oz<br>(Case of 12)','line_item',3007),(14860,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3007),(14861,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3007),(14862,'Bulk Active Rinse 100% RM','line_item',3007),(14863,'Bulk Detangling Spray 1 Gallon RM','line_item',3007),(14864,'Bulk Mousse 1 Gallon RM','line_item',3007),(14865,'Preventive Shampoo<br>(Case of 12)','line_item',3007),(14866,'Preventive Conditioner<br>(Case of 12)','line_item',3007),(14867,'Free Shipping','shipping',3007),(14868,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3008),(14869,'Preventive Spray 8oz<br>(Case of 12)','line_item',3008),(14870,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3008),(14871,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3008),(14872,'Bulk Active Rinse 100% RM','line_item',3008),(14873,'Bulk Detangling Spray 1 Gallon RM','line_item',3008),(14874,'Bulk Mousse 1 Gallon RM','line_item',3008),(14875,'Preventive Shampoo<br>(Case of 12)','line_item',3008),(14876,'Preventive Conditioner<br>(Case of 12)','line_item',3008),(14877,'Free Shipping','shipping',3008),(14878,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3009),(14879,'Preventive Spray 8oz<br>(Case of 12)','line_item',3009),(14880,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3009),(14881,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3009),(14882,'Bulk Active Rinse 100% RM','line_item',3009),(14883,'Bulk Detangling Spray 1 Gallon RM','line_item',3009),(14884,'Bulk Mousse 1 Gallon RM','line_item',3009),(14885,'Preventive Shampoo<br>(Case of 12)','line_item',3009),(14886,'Preventive Conditioner<br>(Case of 12)','line_item',3009),(14887,'Free Shipping','shipping',3009),(14888,'Bulk Active Rinse 100% RM','line_item',3010),(14889,'Bulk Detangling Spray 1 Gallon RM','line_item',3010),(14890,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3010),(14891,'Bulk Mousse 1 Gallon RM','line_item',3010),(14892,'Urgent Care Kit<br>(Case of 6)','line_item',3010),(14893,'Preventive Kit<br>(Case of 6)','line_item',3010),(14894,'Free Shipping','shipping',3010),(14895,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3011),(14896,'Preventive Kit<br>(Case of 6)','line_item',3011),(14897,'Bulk Active Rinse 100% RM','line_item',3011),(14898,'Free Shipping','shipping',3011),(14899,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3012),(14900,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3012),(14901,'Comb-Out Mousse<br>(Case of 12)','line_item',3012),(14902,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3012),(14903,'Professional Lice Comb<br>(Case of 12)','line_item',3012),(14904,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3012),(14905,'Preventive Spray 2oz<br>(Case of 24)','line_item',3012),(14906,'Preventive Spray 8oz<br>(Case of 12)','line_item',3012),(14907,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3012),(14908,'Preventive Kit<br>(Case of 6)','line_item',3012),(14909,'Bulk Active Rinse 100%','line_item',3012),(14910,'Bulk Detangling Spray 1 Gallon','line_item',3012),(14911,'Bulk Mousse 1 Gallon','line_item',3012),(14912,'Disposable Head Bands','line_item',3012),(14913,'Free Shipping','shipping',3012),(14914,'Preventive Kit<br>(Case of 6)','line_item',3013),(14915,'Preventive Conditioner<br>(Case of 12)','line_item',3013),(14916,'Preventive Shampoo<br>(Case of 12)','line_item',3013),(14917,'Free Shipping','shipping',3013),(14918,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3014),(14919,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3014),(14920,'Professional Lice Comb<br>(Case of 12)','line_item',3014),(14921,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3014),(14922,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3014),(14923,'Preventive Shampoo<br>(Case of 12)','line_item',3014),(14924,'Preventive Spray 2oz<br>(Case of 24)','line_item',3014),(14925,'Preventive Spray 8oz<br>(Case of 12)','line_item',3014),(14926,'Bulk Active Rinse 100% RM','line_item',3014),(14927,'Bulk Mousse 1 Gallon RM','line_item',3014),(14928,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3014),(14929,'Free Shipping','shipping',3014),(14930,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3015),(14931,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3015),(14932,'Professional Lice Comb<br>(Case of 12)','line_item',3015),(14933,'Preventive Shampoo<br>(Case of 12)','line_item',3015),(14934,'Preventive Spray 8oz<br>(Case of 12)','line_item',3015),(14935,'Preventive Kit<br>(Case of 6)','line_item',3015),(14936,'Bulk Mousse 1 Gallon RM','line_item',3015),(14937,'Bulk Active Rinse 100% RM','line_item',3015),(14938,'Large Butterfly Clips','line_item',3015),(14939,'Preventive Spray 2oz<br>(Case of 24)','line_item',3015),(14940,'Free Shipping','shipping',3015),(14941,'Bulk Active Rinse 100% RM','line_item',3016),(14942,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3016),(14943,'Professional Lice Comb<br>(Case of 12)','line_item',3016),(14944,'Bulk Detangling Spray 1 Gallon RM','line_item',3016),(14945,'Bulk Mousse 1 Gallon RM','line_item',3016),(14946,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3016),(14947,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3016),(14948,'Free Shipping','shipping',3016),(14949,'Bulk Active Rinse 100% RM','line_item',3017),(14950,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3017),(14951,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3017),(14952,'Preventive Spray 2oz<br>(Case of 24)','line_item',3017),(14953,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3017),(14954,'Free Shipping','shipping',3017),(14955,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3019),(14956,'Preventive Spray 8oz<br>(Case of 12)','line_item',3019),(14957,'Professional Lice Comb<br>(Case of 12)','line_item',3019),(14958,'Preventive Shampoo<br>(Case of 12)','line_item',3019),(14959,'Bulk Active Rinse 100% RM','line_item',3019),(14960,'FedEx Ground','shipping',3019),(14961,'Bulk Mousse 1 Gallon RM','line_item',3020),(14962,'Comb-Out Mousse<br>(Case of 12)','line_item',3020),(14963,'FedEx Ground','shipping',3020),(14964,'Bulk Detangling Spray 1 Gallon RM','line_item',3021),(14965,'Disposable Head Bands','line_item',3021),(14966,'Disposable Capes','line_item',3021),(14967,'Preventive Shampoo<br>(Case of 12)','line_item',3021),(14968,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3021),(14969,'FedEx Ground','shipping',3021),(14970,'Bulk Active Rinse 100% RM','line_item',3022),(14971,'Professional Lice Comb<br>(Case of 12)','line_item',3022),(14972,'Preventive Kit<br>(Case of 6)','line_item',3022),(14973,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3022),(14974,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3022),(14975,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3022),(14976,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3022),(14977,'Preventive Spray 2oz<br>(Case of 24)','line_item',3022),(14978,'Free Shipping','shipping',3022),(14979,'Professional Lice Comb<br>(Case of 12)','line_item',3023),(14980,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3023),(14981,'Preventive Kit<br>(Case of 6)','line_item',3023),(14982,'Preventive Conditioner<br>(Case of 12)','line_item',3023),(14983,'Free Shipping','shipping',3023),(14984,'Preventive Kit<br>(Case of 6)','line_item',3024),(14985,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3024),(14986,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3024),(14987,'Free Shipping','shipping',3024),(14988,'Preventive Kit<br>(Case of 6)','line_item',3025),(14989,'Preventive Spray 8oz<br>(Case of 12)','line_item',3025),(14990,'Preventive Shampoo<br>(Case of 12)','line_item',3025),(14991,'Free Shipping','shipping',3025),(14992,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3027),(14993,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3027),(14994,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3027),(14995,'Bulk Active Rinse 100% RM','line_item',3027),(14996,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3027),(14997,'Free Shipping','shipping',3027),(14998,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3028),(14999,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3028),(15000,'Professional Lice Comb<br>(Case of 12)','line_item',3028),(15001,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3028),(15002,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3028),(15003,'Bulk Active Rinse 100% RM','line_item',3028),(15004,'Bulk Detangling Spray 1 Gallon RM','line_item',3028),(15005,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3028),(15006,'Free Shipping','shipping',3028),(15007,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3029),(15008,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3029),(15009,'Comb-Out Mousse<br>(Case of 12)','line_item',3029),(15010,'Professional Lice Comb<br>(Case of 12)','line_item',3029),(15011,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3029),(15012,'Free Shipping','shipping',3029),(15013,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3030),(15014,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3030),(15015,'Preventive Shampoo<br>(Case of 12)','line_item',3030),(15016,'Preventive Spray 8oz<br>(Case of 12)','line_item',3030),(15017,'Free Shipping','shipping',3030),(15018,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3031),(15019,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3031),(15020,'Professional Lice Comb<br>(Case of 12)','line_item',3031),(15021,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3031),(15022,'Preventive Spray 8oz<br>(Case of 12)','line_item',3031),(15023,'Preventive Spray 2oz<br>(Case of 24)','line_item',3031),(15024,'Preventive Kit<br>(Case of 6)','line_item',3031),(15025,'Disposable Head Bands','line_item',3031),(15026,'Free Shipping','shipping',3031),(15027,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3032),(15028,'Bulk Active Rinse 100% RM','line_item',3032),(15029,'Professional Lice Comb<br>(Case of 12)','line_item',3032),(15030,'Bulk Detangling Spray 1 Gallon RM','line_item',3032),(15031,'Preventive Spray 8oz<br>(Case of 12)','line_item',3032),(15032,'Free Shipping','shipping',3032),(15033,'Professional Lice Comb<br>(Case of 12)','line_item',3033),(15034,'Preventive Spray 8oz<br>(Case of 12)','line_item',3033),(15035,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3033),(15036,'FedEx Ground','shipping',3033),(15037,'Preventive Spray 8oz<br>(Case of 12)','line_item',3034),(15038,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3034),(15039,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3034),(15040,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3034),(15041,'Preventive Spray 2oz<br>(Case of 24)','line_item',3034),(15042,'Preventive Shampoo<br>(Case of 12)','line_item',3034),(15043,'Preventive Conditioner<br>(Case of 12)','line_item',3034),(15044,'Bulk Active Rinse 100% RM','line_item',3034),(15045,'Urgent Care Kit<br>(Case of 6)','line_item',3034),(15046,'Preventive Kit<br>(Case of 6)','line_item',3034),(15047,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3034),(15048,'Comb-Out Mousse<br>(Case of 12)','line_item',3034),(15049,'Professional Lice Comb<br>(Case of 12)','line_item',3034),(15050,'Free Shipping','shipping',3034),(15051,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3035),(15052,'Professional Lice Comb<br>(Case of 12)','line_item',3035),(15053,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3035),(15054,'Preventive Spray 8oz<br>(Case of 12)','line_item',3035),(15055,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3035),(15056,'Bulk Active Rinse 100% RM','line_item',3035),(15057,'Free Shipping','shipping',3035),(15058,'Bulk Active Rinse 100% RM','line_item',3036),(15059,'Preventive Spray 8oz<br>(Case of 12)','line_item',3036),(15060,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3036),(15061,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3036),(15062,'Free Shipping','shipping',3036),(15063,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3037),(15064,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3037),(15065,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3037),(15066,'Preventive Spray 8oz<br>(Case of 12)','line_item',3037),(15067,'Bulk Active Rinse 100% RM','line_item',3037),(15068,'Bulk Detangling Spray 1 Gallon RM','line_item',3037),(15069,'Free Shipping','shipping',3037),(15070,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3038),(15071,'Professional Lice Comb<br>(Case of 12)','line_item',3038),(15072,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3038),(15073,'Free Shipping','shipping',3038),(15076,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3039),(15077,'Free Shipping','shipping',3039),(15078,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3040),(15079,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3040),(15080,'Comb-Out Mousse<br>(Case of 12)','line_item',3040),(15081,'Professional Lice Comb<br>(Case of 12)','line_item',3040),(15082,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3040),(15083,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3040),(15084,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3040),(15085,'Preventive Spray 8oz<br>(Case of 12)','line_item',3040),(15086,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3040),(15087,'Bulk Active Rinse 100% RM','line_item',3040),(15088,'Bulk Detangling Spray 1 Gallon RM','line_item',3040),(15089,'Bulk Mousse 1 Gallon RM','line_item',3040),(15090,'Free Shipping','shipping',3040),(15091,'Bulk Active Rinse 100% RM','line_item',3041),(15092,'Comb-Out Mousse<br>(Case of 12)','line_item',3041),(15093,'Preventive Kit<br>(Case of 6)','line_item',3041),(15094,'FedEx Ground','shipping',3041),(15095,'Preventive Shampoo<br>(Case of 12)','line_item',3042),(15096,'Preventive Conditioner<br>(Case of 12)','line_item',3042),(15097,'Preventive Spray 8oz<br>(Case of 12)','line_item',3042),(15098,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3042),(15099,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3042),(15100,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3042),(15101,'Professional Lice Comb<br>(Case of 12)','line_item',3042),(15102,'Free Shipping','shipping',3042),(15103,'Bulk Active Rinse 100%','line_item',3043),(15104,'Bulk Mousse 1 Gallon','line_item',3043),(15105,'FedEx Ground','shipping',3043),(15106,'Comb-Out Mousse<br>(Case of 12)','line_item',3044),(15107,'Preventive Spray 8oz<br>(Case of 12)','line_item',3044),(15108,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3044),(15109,'Bulk Mousse 1 Gallon RM','line_item',3044),(15110,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3044),(15111,'Free Shipping','shipping',3044),(15112,'Preventive Shampoo<br>(Case of 12)','line_item',3046),(15113,'Comb-Out Mousse<br>(Case of 12)','line_item',3046),(15114,'Preventive Spray 8oz<br>(Case of 12)','line_item',3046),(15115,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3046),(15116,'Bulk Mousse 1 Gallon RM','line_item',3046),(15117,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3046),(15118,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3046),(15119,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3046),(15120,'Professional Lice Comb<br>(Case of 12)','line_item',3046),(15121,'Free Shipping','shipping',3046),(15122,'Preventive Shampoo<br>(Case of 12)','line_item',3047),(15123,'Preventive Conditioner<br>(Case of 12)','line_item',3047),(15124,'Preventive Spray 8oz<br>(Case of 12)','line_item',3047),(15125,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3047),(15126,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3047),(15127,'Bulk Detangling Spray 1 Gallon RM','line_item',3047),(15128,'Bulk Mousse 1 Gallon RM','line_item',3047),(15129,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3047),(15130,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3047),(15131,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3047),(15132,'Professional Lice Comb<br>(Case of 12)','line_item',3047),(15133,'Free Shipping','shipping',3047),(15134,'Preventive Kit<br>(Case of 6)','line_item',3048),(15135,'Bulk Active Rinse 100% RM','line_item',3048),(15136,'Free Shipping','shipping',3048),(15137,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3050),(15138,'Bulk Active Rinse 100% RM','line_item',3050),(15139,'Bulk Detangling Spray 1 Gallon RM','line_item',3050),(15140,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3050),(15141,'Free Shipping','shipping',3050),(15142,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3051),(15143,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3051),(15144,'Professional Lice Comb<br>(Case of 12)','line_item',3051),(15145,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3051),(15146,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3051),(15147,'Preventive Shampoo<br>(Case of 12)','line_item',3051),(15148,'Preventive Spray 2oz<br>(Case of 24)','line_item',3051),(15149,'Preventive Spray 8oz<br>(Case of 12)','line_item',3051),(15150,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3051),(15151,'Preventive Kit<br>(Case of 6)','line_item',3051),(15152,'Bulk Active Rinse 100% RM','line_item',3051),(15153,'Free Shipping','shipping',3051),(15154,'Bulk Active Rinse 100%','line_item',3052),(15155,'FedEx Ground','shipping',3052),(15156,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3053),(15157,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3053),(15158,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3053),(15159,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3053),(15160,'Professional Lice Comb<br>(Case of 12)','line_item',3053),(15161,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3053),(15162,'Bulk Active Rinse 100% RM','line_item',3053),(15163,'Free Shipping','shipping',3053),(15164,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3054),(15165,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3054),(15166,'Comb-Out Mousse<br>(Case of 12)','line_item',3054),(15167,'Professional Lice Comb<br>(Case of 12)','line_item',3054),(15168,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3054),(15169,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3054),(15170,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3054),(15171,'Bulk Active Rinse 100% RM','line_item',3054),(15172,'Preventive Kit<br>(Case of 6)','line_item',3054),(15173,'Free Shipping','shipping',3054),(15174,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3055),(15175,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3055),(15176,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3055),(15177,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3055),(15178,'Free Shipping','shipping',3055),(15179,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3056),(15180,'Preventive Spray 8oz<br>(Case of 12)','line_item',3056),(15181,'Professional Lice Comb<br>(Case of 12)','line_item',3056),(15182,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3056),(15183,'Bulk Active Rinse 100% RM','line_item',3056),(15184,'Preventive Shampoo<br>(Case of 12)','line_item',3056),(15185,'Preventive Spray 2oz<br>(Case of 24)','line_item',3056),(15186,'Free Shipping','shipping',3056),(15187,'Bulk Active Rinse 100% RM','line_item',3057),(15188,'Bulk Detangling Spray 1 Gallon RM','line_item',3057),(15189,'Bulk Mousse 1 Gallon RM','line_item',3057),(15190,'Professional Lice Comb<br>(Case of 12)','line_item',3057),(15191,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3057),(15192,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3057),(15193,'Free Shipping','shipping',3057),(15194,'Professional Lice Comb<br>(Case of 12)','line_item',3058),(15195,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3058),(15196,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3058),(15197,'Bulk Active Rinse 100% RM','line_item',3058),(15198,'Free Shipping','shipping',3058),(15199,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3059),(15200,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3059),(15201,'Professional Lice Comb<br>(Case of 12)','line_item',3059),(15202,'Preventive Conditioner<br>(Case of 12)','line_item',3059),(15203,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3059),(15204,'Disposable Head Bands','line_item',3059),(15205,'Disposable Head Bands','line_item',3059),(15206,'Free Shipping','shipping',3059),(15207,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3060),(15208,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3060),(15209,'Bulk Active Rinse 100% RM','line_item',3060),(15210,'Preventive Shampoo<br>(Case of 12)','line_item',3060),(15211,'Preventive Conditioner<br>(Case of 12)','line_item',3060),(15212,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3060),(15213,'Bulk Mousse 1 Gallon RM','line_item',3060),(15214,'Free Shipping','shipping',3060),(15215,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3061),(15216,'Professional Lice Comb<br>(Case of 12)','line_item',3061),(15217,'Preventive Spray 2oz<br>(Case of 24)','line_item',3061),(15218,'Preventive Spray 8oz<br>(Case of 12)','line_item',3061),(15219,'Bulk Active Rinse 100%','line_item',3061),(15220,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3061),(15221,'Free Shipping','shipping',3061),(15222,'Professional Lice Comb<br>(Case of 12)','line_item',3062),(15223,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3062),(15224,'Preventive Shampoo<br>(Case of 12)','line_item',3062),(15225,'Preventive Spray 2oz<br>(Case of 24)','line_item',3062),(15226,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3062),(15227,'Preventive Kit<br>(Case of 6)','line_item',3062),(15228,'Free Shipping','shipping',3062),(15229,'Professional Lice Comb<br>(Case of 12)','line_item',3064),(15230,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3064),(15231,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3064),(15232,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3064),(15233,'Bulk Active Rinse 100% RM','line_item',3064),(15234,'Bulk Mousse 1 Gallon RM','line_item',3064),(15235,'Preventive Shampoo<br>(Case of 12)','line_item',3064),(15236,'Preventive Conditioner<br>(Case of 12)','line_item',3064),(15237,'Free Shipping','shipping',3064),(15238,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3065),(15239,'Professional Lice Comb<br>(Case of 12)','line_item',3065),(15240,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3065),(15241,'Preventive Spray 2oz<br>(Case of 24)','line_item',3065),(15242,'Preventive Spray 8oz<br>(Case of 12)','line_item',3065),(15243,'Bulk Active Rinse 100%','line_item',3065),(15244,'Free Shipping','shipping',3065),(15245,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3066),(15246,'Professional Lice Comb<br>(Case of 12)','line_item',3066),(15247,'Preventive Shampoo<br>(Case of 12)','line_item',3066),(15248,'Preventive Conditioner<br>(Case of 12)','line_item',3066),(15249,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3066),(15250,'Preventive Spray 8oz<br>(Case of 12)','line_item',3066),(15251,'Bulk Active Rinse 100% RM','line_item',3066),(15252,'Disposable Head Bands','line_item',3066),(15253,'Free Shipping','shipping',3066),(15254,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3067),(15255,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3067),(15256,'Comb-Out Mousse<br>(Case of 12)','line_item',3067),(15257,'Professional Lice Comb<br>(Case of 12)','line_item',3067),(15258,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3067),(15259,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3067),(15260,'Preventive Spray 2oz<br>(Case of 24)','line_item',3067),(15261,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3067),(15262,'Bulk Active Rinse 100% RM','line_item',3067),(15263,'Disposable Head Bands','line_item',3067),(15264,'Free Shipping','shipping',3067),(15265,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3068),(15266,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3068),(15267,'Professional Lice Comb<br>(Case of 12)','line_item',3068),(15268,'Preventive Spray 8oz<br>(Case of 12)','line_item',3068),(15269,'Bulk Active Rinse 100% RM','line_item',3068),(15270,'Large Butterfly Clips','line_item',3068),(15271,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3068),(15272,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3068),(15273,'Preventive Kit<br>(Case of 6)','line_item',3068),(15274,'Bulk Mousse 1 Gallon RM','line_item',3068),(15275,'Free Shipping','shipping',3068),(15276,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3069),(15277,'Professional Lice Comb<br>(Case of 12)','line_item',3069),(15278,'Preventive Conditioner<br>(Case of 12)','line_item',3069),(15279,'Preventive Spray 8oz<br>(Case of 12)','line_item',3069),(15280,'Bulk Active Rinse 100% RM','line_item',3069),(15281,'FedEx Ground','shipping',3069),(15282,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3070),(15283,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3070),(15284,'Professional Lice Comb<br>(Case of 12)','line_item',3070),(15285,'Preventive Spray 8oz<br>(Case of 12)','line_item',3070),(15286,'6 Pack Empty Rinse 8oz Bottles','line_item',3070),(15287,'Large Butterfly Clips','line_item',3070),(15288,'Free Shipping','shipping',3070),(15289,'Bulk Active Rinse 100% RM','line_item',3071),(15290,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3071),(15291,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3071),(15292,'Free Shipping','shipping',3071),(15293,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3072),(15294,'Bulk Active Rinse 100% RM','line_item',3072),(15295,'Free Shipping','shipping',3072),(15296,'Preventive Spray 8oz<br>(Case of 12)','line_item',3073),(15297,'Professional Lice Comb<br>(Case of 12)','line_item',3073),(15298,'Preventive Conditioner<br>(Case of 12)','line_item',3073),(15299,'Bulk Active Rinse 100% RM','line_item',3073),(15300,'6 Pack Empty Foamer 8oz Bottle','line_item',3073),(15301,'Free Shipping','shipping',3073),(15302,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3074),(15303,'Bulk Active Rinse 100% RM','line_item',3074),(15304,'Professional Lice Comb<br>(Case of 12)','line_item',3074),(15305,'Preventive Spray 8oz<br>(Case of 12)','line_item',3074),(15306,'Bulk Detangling Spray 1 Gallon RM','line_item',3074),(15307,'Bulk Mousse 1 Gallon RM','line_item',3074),(15308,'Free Shipping','shipping',3074),(15309,'Bulk Active Rinse 100% RM','line_item',3075),(15310,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3075),(15311,'Preventive Shampoo<br>(Case of 12)','line_item',3075),(15312,'Preventive Conditioner<br>(Case of 12)','line_item',3075),(15313,'Preventive Spray 8oz<br>(Case of 12)','line_item',3075),(15314,'Bulk Mousse 1 Gallon RM','line_item',3075),(15315,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3075),(15316,'Professional Lice Comb<br>(Case of 12)','line_item',3075),(15317,'Comb-Out Mousse<br>(Case of 12)','line_item',3075),(15318,'Free Shipping','shipping',3075),(15319,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3076),(15320,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3076),(15321,'Preventive Spray 8oz<br>(Case of 12)','line_item',3076),(15322,'Preventive Kit<br>(Case of 6)','line_item',3076),(15323,'Professional Lice Comb<br>(Case of 12)','line_item',3076),(15324,'Disposable Head Bands','line_item',3076),(15325,'Free Shipping','shipping',3076),(15326,'Preventive Kit<br>(Case of 6)','line_item',3078),(15327,'Preventive Spray 2oz<br>(Case of 24)','line_item',3078),(15328,'Preventive Shampoo<br>(Case of 12)','line_item',3078),(15329,'Preventive Spray 2oz<br>(Case of 24)','line_item',3078),(15330,'Free Shipping','shipping',3078),(15331,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3079),(15332,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3079),(15333,'Professional Lice Comb<br>(Case of 12)','line_item',3079),(15334,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3079),(15335,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3079),(15336,'Preventive Shampoo<br>(Case of 12)','line_item',3079),(15337,'Preventive Conditioner<br>(Case of 12)','line_item',3079),(15338,'Preventive Spray 2oz<br>(Case of 24)','line_item',3079),(15339,'Preventive Spray 8oz<br>(Case of 12)','line_item',3079),(15340,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3079),(15341,'Preventive Kit<br>(Case of 6)','line_item',3079),(15342,'Bulk Detangling Spray 1 Gallon RM','line_item',3079),(15343,'Bulk Mousse 1 Gallon RM','line_item',3079),(15344,'Comb-Out Mousse<br>(Case of 12)','line_item',3079),(15345,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3079),(15346,'Free Shipping','shipping',3079),(15347,'Bulk Active Rinse 100% RM','line_item',3080),(15348,'Comb-Out Mousse<br>(Case of 12)','line_item',3080),(15349,'Professional Lice Comb<br>(Case of 12)','line_item',3080),(15350,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3080),(15351,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3080),(15352,'Bulk Detangling Spray 1 Gallon RM','line_item',3080),(15353,'Bulk Mousse 1 Gallon RM','line_item',3080),(15354,'Preventive Spray 2oz<br>(Case of 24)','line_item',3080),(15355,'Free Shipping','shipping',3080),(15356,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3081),(15357,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3081),(15358,'Comb-Out Mousse<br>(Case of 12)','line_item',3081),(15359,'Professional Lice Comb<br>(Case of 12)','line_item',3081),(15360,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3081),(15361,'Preventive Spray 8oz<br>(Case of 12)','line_item',3081),(15362,'Preventive Spray 2oz<br>(Case of 24)','line_item',3081),(15363,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3081),(15364,'Bulk Mousse 1 Gallon','line_item',3081),(15365,'Bulk Detangling Spray 1 Gallon','line_item',3081),(15366,'Bulk Active Rinse 100%','line_item',3081),(15367,'Disposable Head Bands','line_item',3081),(15368,'Free Shipping','shipping',3081),(15369,'Preventive Spray 8oz<br>(Case of 12)','line_item',3082),(15370,'Bulk Detangling Spray 1 Gallon RM','line_item',3082),(15371,'FedEx Ground','shipping',3082),(15372,'Professional Lice Comb<br>(Case of 12)','line_item',3083),(15373,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3083),(15374,'FedEx Ground','shipping',3083),(15375,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3084),(15376,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3084),(15377,'Professional Lice Comb<br>(Case of 12)','line_item',3084),(15378,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3084),(15379,'Preventive Spray 2oz<br>(Case of 24)','line_item',3084),(15380,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3084),(15381,'Bulk Active Rinse 100% RM','line_item',3084),(15382,'Bulk Detangling Spray 1 Gallon RM','line_item',3084),(15383,'Free Shipping','shipping',3084),(15384,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3085),(15385,'Free Shipping','shipping',3085),(15386,'Comb-Out Mousse<br>(Case of 12)','line_item',3086),(15387,'Bulk Detangling Spray 1 Gallon RM','line_item',3086),(15388,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3086),(15389,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3086),(15390,'Professional Lice Comb<br>(Case of 12)','line_item',3086),(15391,'Free Shipping','shipping',3086),(15392,'Bulk Active Rinse 100% RM','line_item',3087),(15393,'Bulk Mousse 1 Gallon RM','line_item',3087),(15394,'Professional Lice Comb<br>(Case of 12)','line_item',3087),(15395,'Free Shipping','shipping',3087),(15396,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3088),(15397,'Preventive Spray 8oz<br>(Case of 12)','line_item',3088),(15398,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3088),(15399,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3088),(15400,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3088),(15401,'Free Shipping','shipping',3088),(15402,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3089),(15403,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3089),(15404,'Comb-Out Mousse<br>(Case of 12)','line_item',3089),(15405,'Professional Lice Comb<br>(Case of 12)','line_item',3089),(15406,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3089),(15407,'Preventive Spray 8oz<br>(Case of 12)','line_item',3089),(15408,'Free Shipping','shipping',3089),(15409,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3090),(15410,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3090),(15411,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3090),(15412,'Professional Lice Comb<br>(Case of 12)','line_item',3090),(15413,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3090),(15414,'Bulk Active Rinse 100% RM','line_item',3090),(15415,'Bulk Mousse 1 Gallon RM','line_item',3090),(15416,'Free Shipping','shipping',3090),(15417,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3092),(15418,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3092),(15419,'Preventive Kit<br>(Case of 6)','line_item',3092),(15420,'Preventive Spray 2oz<br>(Case of 24)','line_item',3092),(15421,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3092),(15422,'Bulk Active Rinse 100% RM','line_item',3092),(15423,'Free Shipping','shipping',3092),(15424,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3093),(15425,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3093),(15426,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3093),(15427,'Professional Lice Comb<br>(Case of 12)','line_item',3093),(15428,'Bulk Active Rinse 100% RM','line_item',3093),(15429,'Free Shipping','shipping',3093),(15430,'Bulk Detangling Spray 1 Gallon RM','line_item',3094),(15431,'Bulk Active Rinse 100% RM','line_item',3094),(15432,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3094),(15433,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3094),(15434,'Professional Lice Comb<br>(Case of 12)','line_item',3094),(15435,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3094),(15436,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3094),(15437,'Free Shipping','shipping',3094),(15438,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3095),(15439,'Preventive Spray 8oz<br>(Case of 12)','line_item',3095),(15440,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3095),(15441,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3095),(15442,'Professional Lice Comb<br>(Case of 12)','line_item',3095),(15443,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3095),(15444,'Preventive Spray 8oz<br>(Case of 12)','line_item',3095),(15445,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3095),(15446,'Preventive Kit<br>(Case of 6)','line_item',3095),(15447,'Bulk Mousse 1 Gallon RM','line_item',3095),(15448,'Bulk Active Rinse 100% RM','line_item',3095),(15449,'Free Shipping','shipping',3095),(15450,'Preventive Kit<br>(Case of 6)','line_item',3096),(15451,'Preventive Spray 8oz<br>(Case of 12)','line_item',3096),(15452,'Bulk Active Rinse 100% RM','line_item',3096),(15453,'Free Shipping','shipping',3096),(15454,'Preventive Spray 8oz<br>(Case of 12)','line_item',3097),(15455,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3097),(15456,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3097),(15457,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3097),(15458,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3097),(15459,'Bulk Active Rinse 100% RM','line_item',3097),(15460,'Disposable Capes','line_item',3097),(15461,'Disposable Head Bands','line_item',3097),(15462,'The Wet Brush Squirt','line_item',3097),(15463,'Wet Comb','line_item',3097),(15464,'Free Shipping','shipping',3097),(15465,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3098),(15466,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3098),(15467,'Preventive Spray 8oz<br>(Case of 12)','line_item',3098),(15468,'Bulk Active Rinse 100% RM','line_item',3098),(15469,'Free Shipping','shipping',3098),(15470,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3099),(15471,'Bulk Active Rinse 100% RM','line_item',3099),(15472,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3099),(15473,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3099),(15474,'Preventive Spray 8oz<br>(Case of 12)','line_item',3099),(15475,'Bulk Mousse 1 Gallon RM','line_item',3099),(15476,'Bulk Active Rinse 100% RM','line_item',3099),(15477,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3099),(15478,'Free Shipping','shipping',3099),(15479,'Professional Lice Comb<br>(Case of 12)','line_item',3100),(15480,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3100),(15481,'Preventive Kit<br>(Case of 6)','line_item',3100),(15482,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3100),(15483,'Free Shipping','shipping',3100),(15484,'Preventive Spray 8oz<br>(Case of 12)','line_item',3103),(15485,'Preventive Kit<br>(Case of 6)','line_item',3103),(15486,'Bulk Active Rinse 100% RM','line_item',3103),(15487,'Free Shipping','shipping',3103),(15488,'Preventive Conditioner<br>(Case of 12)','line_item',3108),(15489,'Preventive Spray 8oz<br>(Case of 12)','line_item',3108),(15490,'Bulk Active Rinse 100% RM','line_item',3108),(15491,'Free Shipping','shipping',3108),(15492,'Bulk Active Rinse 100% RM','line_item',3109),(15493,'Bulk Detangling Spray 1 Gallon RM','line_item',3109),(15494,'FedEx Ground','shipping',3109),(15495,'Bulk Active Rinse 100% RM','line_item',3110),(15496,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3110),(15497,'Bulk Detangling Spray 1 Gallon RM','line_item',3110),(15498,'Bulk Mousse 1 Gallon RM','line_item',3110),(15499,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3110),(15500,'Free Shipping','shipping',3110),(15501,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3112),(15502,'Bulk Detangling Spray 1 Gallon RM','line_item',3112),(15503,'Disposable Head Bands','line_item',3112),(15504,'Bulk Active Rinse 100% RM','line_item',3112),(15505,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3112),(15506,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3112),(15507,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3112),(15508,'Preventive Spray 8oz<br>(Case of 12)','line_item',3112),(15509,'Free Shipping','shipping',3112),(15510,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3113),(15511,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3113),(15512,'Professional Lice Comb<br>(Case of 12)','line_item',3113),(15513,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3113),(15514,'Preventive Spray 2oz<br>(Case of 24)','line_item',3113),(15515,'Preventive Spray 8oz<br>(Case of 12)','line_item',3113),(15516,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3113),(15517,'Bulk Active Rinse 100%','line_item',3113),(15518,'Free Shipping','shipping',3113),(15519,'Bulk Mousse 1 Gallon','line_item',3114),(15520,'Bulk Active Rinse 100%','line_item',3114),(15521,'FedEx Ground','shipping',3114),(15522,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3115),(15523,'FedEx Ground','shipping',3115),(15524,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3116),(15525,'Professional Lice Comb<br>(Case of 12)','line_item',3116),(15526,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3116),(15527,'Preventive Spray 8oz<br>(Case of 12)','line_item',3116),(15528,'Preventive Spray 2oz<br>(Case of 24)','line_item',3116),(15529,'Preventive Kit<br>(Case of 6)','line_item',3116),(15530,'Disposable Head Bands','line_item',3116),(15531,'Free Shipping','shipping',3116),(15532,'Bulk Active Rinse 100% RM','line_item',3117),(15533,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3117),(15534,'Preventive Spray 2oz<br>(Case of 24)','line_item',3117),(15535,'Free Shipping','shipping',3117),(15536,'Professional Lice Comb<br>(Case of 12)','line_item',3118),(15537,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3118),(15538,'Preventive Spray 2oz<br>(Case of 24)','line_item',3118),(15539,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3118),(15540,'Preventive Kit<br>(Case of 6)','line_item',3118),(15541,'Free Shipping','shipping',3118),(15542,'Bulk Detangling Spray 1 Gallon RM','line_item',3119),(15543,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3119),(15544,'FedEx Ground','shipping',3119),(15545,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3120),(15546,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3120),(15547,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3120),(15548,'Professional Lice Comb<br>(Case of 12)','line_item',3120),(15549,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3120),(15550,'Bulk Active Rinse 100% RM','line_item',3120),(15551,'Free Shipping','shipping',3120),(15552,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3121),(15553,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3121),(15554,'Professional Lice Comb<br>(Case of 12)','line_item',3121),(15555,'Preventive Kit<br>(Case of 6)','line_item',3121),(15556,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3121),(15557,'Comb-Out Mousse<br>(Case of 12)','line_item',3121),(15558,'Bulk Detangling Spray 1 Gallon','line_item',3121),(15559,'Free Shipping','shipping',3121),(15560,'Bulk Active Rinse 100% RM','line_item',3122),(15561,'Professional Lice Comb<br>(Case of 12)','line_item',3122),(15562,'Preventive Shampoo<br>(Case of 12)','line_item',3122),(15563,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3122),(15564,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3122),(15565,'Preventive Conditioner<br>(Case of 12)','line_item',3122),(15566,'Preventive Kit<br>(Case of 6)','line_item',3122),(15567,'Free Shipping','shipping',3122),(15568,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3123),(15569,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3123),(15570,'FedEx Ground','shipping',3123),(15571,'Bulk Active Rinse 100% RM','line_item',3124),(15572,'Preventive Spray 8oz<br>(Case of 12)','line_item',3124),(15573,'Bulk Mousse 1 Gallon RM','line_item',3124),(15574,'Professional Lice Comb<br>(Case of 12)','line_item',3124),(15575,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3124),(15576,'FedEx Ground','shipping',3124),(15577,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3125),(15578,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3125),(15579,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3125),(15580,'Preventive Kit<br>(Case of 6)','line_item',3125),(15581,'Bulk Active Rinse 100% RM','line_item',3125),(15582,'Free Shipping','shipping',3125),(15583,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3126),(15584,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3126),(15585,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3126),(15586,'Preventive Spray 2oz<br>(Case of 24)','line_item',3126),(15587,'Preventive Spray 8oz<br>(Case of 12)','line_item',3126),(15588,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3126),(15589,'Free Shipping','shipping',3126),(15590,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3127),(15591,'Professional Lice Comb<br>(Case of 12)','line_item',3127),(15592,'Preventive Spray 2oz<br>(Case of 24)','line_item',3127),(15593,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3127),(15594,'Preventive Spray 8oz<br>(Case of 12)','line_item',3127),(15595,'Bulk Active Rinse 100% RM','line_item',3127),(15596,'Free Shipping','shipping',3127),(15597,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3130),(15598,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3130),(15599,'Comb-Out Mousse<br>(Case of 12)','line_item',3130),(15600,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3130),(15601,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3130),(15602,'Preventive Spray 2oz<br>(Case of 24)','line_item',3130),(15603,'Preventive Spray 8oz<br>(Case of 12)','line_item',3130),(15604,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3130),(15605,'Preventive Kit<br>(Case of 6)','line_item',3130),(15606,'Bulk Active Rinse 100% RM','line_item',3130),(15607,'Free Shipping','shipping',3130),(15608,'Professional Lice Comb<br>(Case of 12)','line_item',3131),(15609,'Preventive Spray 8oz<br>(Case of 12)','line_item',3131),(15610,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3131),(15611,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3131),(15612,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3131),(15613,'Free Shipping','shipping',3131),(15614,'Preventive Spray 8oz<br>(Case of 12)','line_item',3132),(15615,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3132),(15616,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3132),(15617,'Bulk Mousse 1 Gallon RM','line_item',3132),(15618,'Professional Lice Comb<br>(Case of 12)','line_item',3132),(15619,'Free Shipping','shipping',3132),(15620,'Preventive Shampoo<br>(Case of 12)','line_item',3133),(15621,'Comb-Out Mousse<br>(Case of 12)','line_item',3133),(15622,'Preventive Spray 8oz<br>(Case of 12)','line_item',3133),(15623,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3133),(15624,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3133),(15625,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3133),(15626,'Professional Lice Comb<br>(Case of 12)','line_item',3133),(15627,'Free Shipping','shipping',3133),(15628,'Preventive Shampoo<br>(Case of 12)','line_item',3134),(15629,'Preventive Conditioner<br>(Case of 12)','line_item',3134),(15630,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3134),(15631,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3134),(15632,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3134),(15633,'Professional Lice Comb<br>(Case of 12)','line_item',3134),(15634,'Free Shipping','shipping',3134),(15635,'Preventive Shampoo<br>(Case of 12)','line_item',3135),(15636,'Preventive Conditioner<br>(Case of 12)','line_item',3135),(15637,'Comb-Out Mousse<br>(Case of 12)','line_item',3135),(15638,'Preventive Spray 8oz<br>(Case of 12)','line_item',3135),(15639,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3135),(15640,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3135),(15641,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3135),(15642,'Professional Lice Comb<br>(Case of 12)','line_item',3135),(15643,'Free Shipping','shipping',3135),(15644,'Comb-Out Mousse<br>(Case of 12)','line_item',3136),(15645,'Preventive Spray 8oz<br>(Case of 12)','line_item',3136),(15646,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3136),(15647,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3136),(15648,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3136),(15649,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3136),(15650,'Free Shipping','shipping',3136),(15651,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3137),(15652,'Bulk Mousse 1 Gallon RM','line_item',3137),(15653,'Preventive Conditioner<br>(Case of 12)','line_item',3137),(15654,'Preventive Shampoo<br>(Case of 12)','line_item',3137),(15655,'Preventive Spray 8oz<br>(Case of 12)','line_item',3137),(15656,'Professional Lice Comb<br>(Case of 12)','line_item',3137),(15657,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3137),(15658,'Preventive Spray 2oz<br>(Case of 24)','line_item',3137),(15659,'Free Shipping','shipping',3137),(15741,'Bulk Active Rinse 100% RM','line_item',3145),(15742,'Professional Lice Comb<br>(Case of 12)','line_item',3145),(15743,'Preventive Spray 8oz<br>(Case of 12)','line_item',3145),(15744,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3145),(15745,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3145),(15746,'FedEx Ground','shipping',3145),(15747,'Comb-Out Mousse<br>(Case of 12)','line_item',3146),(15748,'Professional Lice Comb<br>(Case of 12)','line_item',3146),(15749,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3146),(15750,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3146),(15751,'Preventive Spray 2oz<br>(Case of 24)','line_item',3146),(15752,'Preventive Spray 8oz<br>(Case of 12)','line_item',3146),(15753,'Bulk Active Rinse 100% RM','line_item',3146),(15754,'Bulk Mousse 1 Gallon RM','line_item',3146),(15755,'Free Shipping','shipping',3146),(15756,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3147),(15757,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3147),(15758,'Free Shipping','shipping',3147),(15759,'Bulk Active Rinse 100%','line_item',3148),(15760,'FedEx Ground','shipping',3148),(15761,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3149),(15762,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3149),(15763,'Bulk Active Rinse 100% RM','line_item',3149),(15764,'Free Shipping','shipping',3149),(15765,'Professional Lice Comb<br>(Case of 12)','line_item',3150),(15766,'Bulk Active Rinse 100% RM','line_item',3150),(15767,'Bulk Detangling Spray 1 Gallon RM','line_item',3150),(15768,'FedEx Ground','shipping',3150),(15769,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3152),(15770,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3152),(15771,'Professional Lice Comb<br>(Case of 12)','line_item',3152),(15772,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3152),(15773,'Preventive Spray 2oz<br>(Case of 24)','line_item',3152),(15774,'Free Shipping','shipping',3152),(15775,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3153),(15776,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3153),(15777,'Comb-Out Mousse<br>(Case of 12)','line_item',3153),(15778,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3153),(15779,'Professional Lice Comb<br>(Case of 12)','line_item',3153),(15780,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3153),(15781,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3153),(15782,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3153),(15783,'Preventive Kit<br>(Case of 6)','line_item',3153),(15784,'Preventive Shampoo<br>(Case of 12)','line_item',3153),(15785,'Preventive Conditioner<br>(Case of 12)','line_item',3153),(15786,'Preventive Spray 8oz<br>(Case of 12)','line_item',3153),(15787,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3153),(15788,'Bulk Active Rinse 100% RM','line_item',3153),(15789,'Bulk Detangling Spray 1 Gallon RM','line_item',3153),(15790,'Bulk Mousse 1 Gallon RM','line_item',3153),(15791,'6 Pack Empty Foamer 8oz Bottle','line_item',3153),(15792,'6 Pack Empty Rinse 8oz Bottles','line_item',3153),(15793,'Disney Wet Brush','line_item',3153),(15794,'Free Shipping','shipping',3153),(15795,'Professional Lice Comb<br>(Case of 12)','line_item',3154),(15796,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3154),(15797,'Free Shipping','shipping',3154),(15798,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3155),(15799,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3155),(15800,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3155),(15801,'Bulk Active Rinse 100% RM','line_item',3155),(15802,'Free Shipping','shipping',3155),(15803,'Bulk Active Rinse 100% RM','line_item',3156),(15804,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3156),(15805,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3156),(15806,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3156),(15807,'Bulk Mousse 1 Gallon RM','line_item',3156),(15808,'Comb-Out Mousse<br>(Case of 12)','line_item',3156),(15809,'Professional Lice Comb<br>(Case of 12)','line_item',3156),(15810,'Free Shipping','shipping',3156),(15811,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3157),(15812,'Preventive Kit<br>(Case of 6)','line_item',3157),(15813,'Free Shipping','shipping',3157),(15814,'Bulk Mousse 1 Gallon RM','line_item',3158),(15815,'FedEx Ground','shipping',3158),(15816,'Bulk Mousse 1 Gallon RM','line_item',3159),(15817,'Comb-Out Mousse<br>(Case of 12)','line_item',3159),(15818,'FedEx Ground','shipping',3159),(15819,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3160),(15820,'Professional Lice Comb<br>(Case of 12)','line_item',3160),(15821,'Bulk Active Rinse 100% RM','line_item',3160),(15822,'Bulk Detangling Spray 1 Gallon RM','line_item',3160),(15823,'6 Pack Empty Rinse 8oz Bottles','line_item',3160),(15824,'Free Shipping','shipping',3160),(15825,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3161),(15826,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3161),(15827,'Professional Lice Comb<br>(Case of 12)','line_item',3161),(15828,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3161),(15829,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3161),(15830,'Preventive Spray 2oz<br>(Case of 24)','line_item',3161),(15831,'Preventive Spray 8oz<br>(Case of 12)','line_item',3161),(15832,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3161),(15833,'Bulk Active Rinse 100% RM','line_item',3161),(15834,'Bulk Mousse 1 Gallon RM','line_item',3161),(15835,'Free Shipping','shipping',3161),(15836,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3162),(15837,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3162),(15838,'Professional Lice Comb<br>(Case of 12)','line_item',3162),(15839,'Comb-Out Mousse<br>(Case of 12)','line_item',3162),(15840,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3162),(15841,'Preventive Kit<br>(Case of 6)','line_item',3162),(15842,'Bulk Active Rinse 100% RM','line_item',3162),(15843,'Bulk Mousse 1 Gallon RM','line_item',3162),(15844,'Bulk Detangling Spray 1 Gallon RM','line_item',3162),(15845,'Preventive Shampoo<br>(Case of 12)','line_item',3162),(15846,'Preventive Conditioner<br>(Case of 12)','line_item',3162),(15847,'Preventive Spray 2oz<br>(Case of 24)','line_item',3162),(15848,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3162),(15849,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3162),(15850,'Free Shipping','shipping',3162),(15851,'Bulk Active Rinse 100% RM','line_item',3163),(15852,'Professional Lice Comb<br>(Case of 12)','line_item',3163),(15853,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3163),(15854,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3163),(15855,'FedEx Ground','shipping',3163),(15866,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3165),(15867,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3165),(15868,'Professional Lice Comb<br>(Case of 12)','line_item',3165),(15869,'Preventive Spray 8oz<br>(Case of 12)','line_item',3165),(15870,'Preventive Spray 2oz<br>(Case of 24)','line_item',3165),(15871,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3165),(15872,'Preventive Kit<br>(Case of 6)','line_item',3165),(15873,'Preventive Shampoo<br>(Case of 12)','line_item',3165),(15874,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3165),(15875,'Free Shipping','shipping',3165),(15876,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3166),(15877,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3166),(15878,'Professional Lice Comb<br>(Case of 12)','line_item',3166),(15879,'Preventive Kit<br>(Case of 6)','line_item',3166),(15880,'Preventive Shampoo<br>(Case of 12)','line_item',3166),(15881,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3166),(15882,'Bulk Active Rinse 100%','line_item',3166),(15883,'Free Shipping','shipping',3166),(15884,'Bulk Active Rinse 100%','line_item',3167),(15885,'Bulk Mousse 1 Gallon','line_item',3167),(15886,'FedEx Ground','shipping',3167),(15887,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3168),(15888,'Preventive Shampoo<br>(Case of 12)','line_item',3168),(15889,'Preventive Conditioner<br>(Case of 12)','line_item',3168),(15890,'Disposable Head Bands','line_item',3168),(15891,'Bulk Active Rinse 100% RM','line_item',3168),(15892,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3168),(15893,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3168),(15894,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3168),(15895,'Free Shipping','shipping',3168),(15896,'Bulk Detangling Spray 1 Gallon RM','line_item',3169),(15897,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3169),(15898,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3169),(15899,'Comb-Out Mousse<br>(Case of 12)','line_item',3169),(15900,'Professional Lice Comb<br>(Case of 12)','line_item',3169),(15901,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3169),(15902,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3169),(15903,'Free Shipping','shipping',3169),(15904,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3170),(15905,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3170),(15906,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3170),(15907,'Professional Lice Comb<br>(Case of 12)','line_item',3170),(15908,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3170),(15909,'Preventive Spray 2oz<br>(Case of 24)','line_item',3170),(15910,'Preventive Spray 8oz<br>(Case of 12)','line_item',3170),(15911,'Disposable Capes','line_item',3170),(15912,'Disposable Head Bands','line_item',3170),(15913,'Free Shipping','shipping',3170),(15914,'Comb-Out Mousse<br>(Case of 12)','line_item',3171),(15915,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3171),(15916,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3171),(15917,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3171),(15918,'Professional Lice Comb<br>(Case of 12)','line_item',3171),(15919,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3171),(15920,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3171),(15921,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3171),(15922,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3171),(15923,'Preventive Shampoo<br>(Case of 12)','line_item',3171),(15924,'Preventive Conditioner<br>(Case of 12)','line_item',3171),(15925,'Preventive Spray 2oz<br>(Case of 24)','line_item',3171),(15926,'Preventive Spray 8oz<br>(Case of 12)','line_item',3171),(15927,'Preventive Spray 8oz<br>(Case of 12)','line_item',3171),(15928,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3171),(15929,'Preventive Kit<br>(Case of 6)','line_item',3171),(15930,'Bulk Active Rinse 100% RM','line_item',3171),(15931,'Bulk Detangling Spray 1 Gallon RM','line_item',3171),(15932,'Bulk Mousse 1 Gallon RM','line_item',3171),(15933,'Free Shipping','shipping',3171),(15934,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3172),(15935,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3172),(15936,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3172),(15937,'Free Shipping','shipping',3172),(15938,'Professional Lice Comb<br>(Case of 12)','line_item',3173),(15939,'Free Shipping','shipping',3173),(15940,'Bulk Detangling Spray 1 Gallon RM','line_item',3174),(15941,'Bulk Active Rinse 100% RM','line_item',3174),(15942,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3174),(15943,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3174),(15944,'Professional Lice Comb<br>(Case of 12)','line_item',3174),(15945,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3174),(15946,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3174),(15947,'Free Shipping','shipping',3174),(15948,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3175),(15949,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3175),(15950,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3175),(15951,'Professional Lice Comb<br>(Case of 12)','line_item',3175),(15952,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3175),(15953,'Bulk Active Rinse 100% RM','line_item',3175),(15954,'Free Shipping','shipping',3175),(15955,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3176),(15956,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3176),(15957,'Comb-Out Mousse<br>(Case of 12)','line_item',3176),(15958,'Professional Lice Comb<br>(Case of 12)','line_item',3176),(15959,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3176),(15960,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3176),(15961,'Preventive Shampoo<br>(Case of 12)','line_item',3176),(15962,'Preventive Conditioner<br>(Case of 12)','line_item',3176),(15963,'Preventive Spray 2oz<br>(Case of 24)','line_item',3176),(15964,'Preventive Spray 8oz<br>(Case of 12)','line_item',3176),(15965,'Preventive Kit<br>(Case of 6)','line_item',3176),(15966,'Bulk Active Rinse 100% RM','line_item',3176),(15967,'Bulk Mousse 1 Gallon RM','line_item',3176),(15968,'Free Shipping','shipping',3176),(15997,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3178),(15998,'Professional Lice Comb<br>(Case of 12)','line_item',3178),(15999,'The Wet Brush','line_item',3178),(16000,'FedEx Ground','shipping',3178),(16001,'Professional Lice Comb<br>(Case of 12)','line_item',3179),(16002,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3179),(16003,'Bulk Detangling Spray 1 Gallon RM','line_item',3179),(16004,'Bulk Mousse 1 Gallon RM','line_item',3179),(16005,'Comb-Out Mousse<br>(Case of 12)','line_item',3179),(16006,'Professional Lice Comb<br>(Case of 12)','line_item',3179),(16007,'Comb-Out Mousse<br>(Case of 12)','line_item',3179),(16008,'Preventive Shampoo<br>(Case of 12)','line_item',3179),(16009,'Preventive Conditioner<br>(Case of 12)','line_item',3179),(16010,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3179),(16011,'Comb-Out Mousse<br>(Case of 12)','line_item',3179),(16012,'Professional Lice Comb<br>(Case of 12)','line_item',3179),(16013,'Preventive Shampoo<br>(Case of 12)','line_item',3179),(16014,'Preventive Conditioner<br>(Case of 12)','line_item',3179),(16015,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3179),(16016,'Bulk Detangling Spray 1 Gallon RM','line_item',3179),(16017,'Bulk Detangling Spray 1 Gallon RM','line_item',3179),(16018,'Bulk Mousse 1 Gallon RM','line_item',3179),(16019,'Bulk Mousse 1 Gallon RM','line_item',3179),(16020,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3179),(16021,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3179),(16022,'Free Shipping','shipping',3179),(16023,'Free Shipping','shipping',3179),(16024,'Free Shipping','shipping',3179),(16025,'Free Shipping','shipping',3179),(16026,'Free Shipping','shipping',3179),(16027,'Free Shipping','shipping',3179),(16028,'Free Shipping','shipping',3179),(16029,'Free Shipping','shipping',3179),(16030,'Free Shipping','shipping',3179),(16031,'Free Shipping','shipping',3179),(16032,'Free Shipping','shipping',3179),(16033,'Free Shipping','shipping',3179),(16034,'Free Shipping','shipping',3179),(16035,'Free Shipping','shipping',3179),(16036,'Free Shipping','shipping',3179),(16037,'Free Shipping','shipping',3179),(16038,'Free Shipping','shipping',3179),(16039,'Free Shipping','shipping',3179),(16040,'Free Shipping','shipping',3179),(16041,'Free Shipping','shipping',3179),(16042,'Free Shipping','shipping',3179),(16043,'Comb-Out Mousse<br>(Case of 12)','line_item',3181),(16044,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3181),(16045,'Professional Lice Comb<br>(Case of 12)','line_item',3181),(16046,'Preventive Shampoo<br>(Case of 12)','line_item',3181),(16047,'Preventive Conditioner<br>(Case of 12)','line_item',3181),(16048,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3181),(16049,'Bulk Detangling Spray 1 Gallon RM','line_item',3181),(16050,'Bulk Mousse 1 Gallon RM','line_item',3181),(16051,'Free Shipping','shipping',3181),(16052,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3177),(16053,'Preventive Spray 8oz<br>(Case of 12)','line_item',3177),(16054,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3177),(16055,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3177),(16056,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3177),(16057,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3177),(16058,'Bulk Active Rinse 100% RM','line_item',3177),(16059,'Professional Lice Comb<br>(Case of 12)','line_item',3177),(16060,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3177),(16061,'Preventive Kit<br>(Case of 6)','line_item',3177),(16062,'Urgent Care Kit<br>(Case of 6)','line_item',3177),(16063,'Disposable Head Bands','line_item',3177),(16064,'Comb-Out Mousse<br>(Case of 12)','line_item',3177),(16065,'Free Shipping','shipping',3177),(16066,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3182),(16067,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3182),(16068,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3182),(16069,'Professional Lice Comb<br>(Case of 12)','line_item',3182),(16070,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3182),(16071,'Bulk Active Rinse 100% RM','line_item',3182),(16072,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3183),(16073,'Professional Lice Comb<br>(Case of 12)','line_item',3183),(16074,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3183),(16075,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3183),(16076,'Bulk Active Rinse 100%','line_item',3183),(16077,'Disposable Head Bands','line_item',3183),(16078,'Bulk Mousse 1 Gallon','line_item',3183),(16079,'Bulk Detangling Spray 1 Gallon','line_item',3183),(16080,'Free Shipping','shipping',3183),(16081,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3184),(16082,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3184),(16083,'Professional Lice Comb<br>(Case of 12)','line_item',3184),(16084,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3184),(16085,'Free Shipping','shipping',3184),(16086,'Preventive Kit<br>(Case of 6)','line_item',3185),(16087,'Bulk Active Rinse 100% RM','line_item',3185),(16088,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3185),(16089,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3185),(16090,'Free Shipping','shipping',3185),(16091,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3186),(16092,'Preventive Shampoo<br>(Case of 12)','line_item',3186),(16093,'Preventive Spray 8oz<br>(Case of 12)','line_item',3186),(16094,'Professional Lice Comb<br>(Case of 12)','line_item',3186),(16095,'Free Shipping','shipping',3186),(16096,'Bulk Mousse 1 Gallon RM','line_item',3187),(16097,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3187),(16098,'Professional Lice Comb<br>(Case of 12)','line_item',3187),(16099,'Preventive Spray 8oz<br>(Case of 12)','line_item',3187),(16100,'Preventive Kit<br>(Case of 6)','line_item',3187),(16101,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3187),(16102,'Free Shipping','shipping',3187),(16111,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3188),(16112,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3188),(16113,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3188),(16114,'Professional Lice Comb<br>(Case of 12)','line_item',3188),(16115,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3188),(16116,'Bulk Active Rinse 100% RM','line_item',3188),(16117,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3188),(16118,'Free Shipping','shipping',3188),(16119,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3190),(16120,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3190),(16121,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3190),(16122,'Professional Lice Comb<br>(Case of 12)','line_item',3190),(16123,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3190),(16124,'Preventive Spray 2oz<br>(Case of 24)','line_item',3190),(16125,'Preventive Spray 8oz<br>(Case of 12)','line_item',3190),(16126,'Disposable Capes','line_item',3190),(16127,'Disposable Head Bands','line_item',3190),(16128,'Preventive Shampoo<br>(Case of 12)','line_item',3191),(16129,'Preventive Conditioner<br>(Case of 12)','line_item',3191),(16130,'Bulk Active Rinse 100% RM','line_item',3191),(16131,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3191),(16132,'FedEx Ground','shipping',3191),(16133,'Professional Lice Comb<br>(Case of 12)','line_item',3192),(16134,'Comb-Out Mousse<br>(Case of 12)','line_item',3192),(16135,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3192),(16136,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3192),(16137,'Bulk Active Rinse 100% RM','line_item',3192),(16138,'Bulk Mousse 1 Gallon RM','line_item',3192),(16139,'Free Shipping','shipping',3192),(16140,'Bulk Detangling Spray 1 Gallon RM','line_item',3193),(16141,'Bulk Active Rinse 100% RM','line_item',3193),(16142,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3193),(16143,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3193),(16144,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3193),(16145,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3193),(16146,'Professional Lice Comb<br>(Case of 12)','line_item',3193),(16147,'Free Shipping','shipping',3193),(16148,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3194),(16149,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3194),(16150,'Preventive Shampoo<br>(Case of 12)','line_item',3194),(16151,'Preventive Kit<br>(Case of 6)','line_item',3194),(16152,'Professional Lice Comb<br>(Case of 12)','line_item',3194),(16153,'Preventive Conditioner<br>(Case of 12)','line_item',3194),(16154,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3194),(16155,'Free Shipping','shipping',3194),(16156,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3195),(16157,'Preventive Kit<br>(Case of 6)','line_item',3195),(16158,'Free Shipping','shipping',3195),(16159,'Bulk Active Rinse 100% RM','line_item',3197),(16160,'Bulk Mousse 1 Gallon RM','line_item',3197),(16161,'Preventive Spray 8oz<br>(Case of 12)','line_item',3197),(16162,'Comb-Out Mousse<br>(Case of 12)','line_item',3197),(16163,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3197),(16164,'Professional Lice Comb<br>(Case of 12)','line_item',3197),(16165,'Free Shipping','shipping',3197),(16166,'Bulk Active Rinse 100%','line_item',3198),(16167,'FedEx Ground','shipping',3198),(16168,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3199),(16169,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3199),(16170,'Preventive Shampoo<br>(Case of 12)','line_item',3199),(16171,'Preventive Kit<br>(Case of 6)','line_item',3199),(16172,'Professional Lice Comb<br>(Case of 12)','line_item',3199),(16173,'Preventive Conditioner<br>(Case of 12)','line_item',3199),(16174,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3199),(16175,'Free Shipping','shipping',3199),(16176,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3200),(16177,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3200),(16178,'Professional Lice Comb<br>(Case of 12)','line_item',3200),(16179,'Preventive Spray 2oz<br>(Case of 24)','line_item',3200),(16180,'Preventive Spray 8oz<br>(Case of 12)','line_item',3200),(16181,'Disposable Head Bands','line_item',3200),(16182,'Free Shipping','shipping',3200),(16183,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3201),(16184,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3201),(16185,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3201),(16186,'Professional Lice Comb<br>(Case of 12)','line_item',3201),(16187,'Preventive Spray 2oz<br>(Case of 24)','line_item',3201),(16188,'Preventive Spray 8oz<br>(Case of 12)','line_item',3201),(16189,'Preventive Kit<br>(Case of 6)','line_item',3201),(16190,'Disposable Head Bands','line_item',3201),(16191,'Disposable Capes','line_item',3201),(16192,'Free Shipping','shipping',3201),(16193,'Preventive Spray 8oz<br>(Case of 12)','line_item',3202),(16194,'Preventive Kit<br>(Case of 6)','line_item',3202),(16195,'Free Shipping','shipping',3202),(16196,'Preventive Shampoo<br>(Case of 12)','line_item',3203),(16197,'Preventive Conditioner<br>(Case of 12)','line_item',3203),(16198,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3203),(16199,'Free Shipping','shipping',3203),(16200,'Professional Lice Comb<br>(Case of 12)','line_item',3204),(16201,'Preventive Shampoo<br>(Case of 12)','line_item',3204),(16202,'Preventive Conditioner<br>(Case of 12)','line_item',3204),(16203,'Preventive Spray 8oz<br>(Case of 12)','line_item',3204),(16204,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3204),(16205,'FedEx Ground','shipping',3204),(16206,'Preventive Shampoo<br>(Case of 12)','line_item',3205),(16207,'Preventive Conditioner<br>(Case of 12)','line_item',3205),(16208,'Preventive Spray 8oz<br>(Case of 12)','line_item',3205),(16209,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3205),(16210,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3205),(16211,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3205),(16212,'Professional Lice Comb<br>(Case of 12)','line_item',3205),(16213,'Free Shipping','shipping',3205),(16214,'Comb-Out Mousse<br>(Case of 12)','line_item',3206),(16215,'Preventive Spray 2oz<br>(Case of 24)','line_item',3206),(16216,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3206),(16217,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3206),(16218,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3206),(16219,'Bulk Mousse 1 Gallon RM','line_item',3206),(16220,'Free Shipping','shipping',3206),(16221,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3207),(16222,'Professional Lice Comb<br>(Case of 12)','line_item',3207),(16223,'Urgent Care Kit<br>(Case of 6)','line_item',3207),(16224,'FedEx Ground','shipping',3207),(16225,'freeshipamanda','coupon',3207),(16226,'Professional Lice Comb<br>(Case of 12)','line_item',3208),(16227,'Bulk Active Rinse 100% RM','line_item',3208),(16228,'Bulk Mousse 1 Gallon RM','line_item',3208),(16229,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3208),(16230,'Free Shipping','shipping',3208),(16231,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3209),(16232,'Comb-Out Mousse<br>(Case of 12)','line_item',3209),(16233,'Preventive Spray 2oz<br>(Case of 24)','line_item',3209),(16234,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3209),(16235,'Bulk Mousse 1 Gallon RM','line_item',3209),(16236,'Bulk Detangling Spray 1 Gallon RM','line_item',3209),(16237,'Free Shipping','shipping',3209),(16238,'Preventive Spray 8oz<br>(Case of 12)','line_item',3210),(16239,'Bulk Detangling Spray 1 Gallon RM','line_item',3210),(16240,'Professional Lice Comb<br>(Case of 12)','line_item',3210),(16241,'FedEx Ground','shipping',3210),(16242,'Preventive Shampoo<br>(Case of 12)','line_item',3211),(16243,'Bulk Active Rinse 100% RM','line_item',3211),(16244,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3211),(16245,'Preventive Spray 8oz<br>(Case of 12)','line_item',3211),(16246,'Preventive Kit<br>(Case of 6)','line_item',3211),(16247,'Free Shipping','shipping',3211),(16248,'Bulk Active Rinse 100% RM','line_item',3213),(16249,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3213),(16250,'Professional Lice Comb<br>(Case of 12)','line_item',3213),(16251,'Preventive Spray 2oz<br>(Case of 24)','line_item',3213),(16252,'Preventive Spray 8oz<br>(Case of 12)','line_item',3213),(16253,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3213),(16254,'Free Shipping','shipping',3213),(16255,'Bulk Mousse 1 Gallon RM','line_item',3214),(16256,'Professional Lice Comb<br>(Case of 12)','line_item',3214),(16257,'Preventive Spray 8oz<br>(Case of 12)','line_item',3214),(16258,'Bulk Active Rinse 100% RM','line_item',3214),(16259,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3214),(16260,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3214),(16261,'Free Shipping','shipping',3214),(16262,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3215),(16263,'Professional Lice Comb<br>(Case of 12)','line_item',3215),(16264,'Preventive Kit<br>(Case of 6)','line_item',3215),(16265,'Preventive Spray 8oz<br>(Case of 12)','line_item',3215),(16266,'Bulk Active Rinse 100% RM','line_item',3215),(16267,'Bulk Detangling Spray 1 Gallon RM','line_item',3215),(16268,'Bulk Mousse 1 Gallon RM','line_item',3215),(16269,'Free Shipping','shipping',3215),(16270,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3216),(16271,'Preventive Conditioner<br>(Case of 12)','line_item',3216),(16272,'Bulk Active Rinse 100% RM','line_item',3216),(16273,'Free Shipping','shipping',3216),(16274,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3217),(16275,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3217),(16276,'Professional Lice Comb<br>(Case of 12)','line_item',3217),(16277,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3217),(16278,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3217),(16279,'Comb-Out Mousse<br>(Case of 12)','line_item',3217),(16280,'Bulk Active Rinse 100% RM','line_item',3217),(16281,'Free Shipping','shipping',3217),(16282,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3218),(16283,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3218),(16284,'Professional Lice Comb<br>(Case of 12)','line_item',3218),(16285,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3218),(16286,'Free Shipping','shipping',3218),(16289,'Bulk Active Rinse 100% RM','line_item',3219),(16290,'FedEx Ground','shipping',3219),(16291,'Professional Lice Comb<br>(Case of 12)','line_item',3220),(16292,'FedEx Ground','shipping',3220),(16293,'Professional Lice Comb<br>(Case of 12)','line_item',3221),(16294,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3221),(16295,'Preventive Kit<br>(Case of 6)','line_item',3221),(16296,'Preventive Shampoo<br>(Case of 12)','line_item',3221),(16297,'Free Shipping','shipping',3221),(16298,'Bulk Mousse 1 Gallon RM','line_item',3222),(16299,'Bulk Active Rinse 100% RM','line_item',3222),(16300,'Professional Lice Comb<br>(Case of 12)','line_item',3222),(16301,'Preventive Spray 8oz<br>(Case of 12)','line_item',3222),(16302,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3222),(16303,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3222),(16304,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3222),(16305,'Free Shipping','shipping',3222),(16306,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3224),(16307,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3224),(16308,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3224),(16309,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3224),(16310,'Professional Lice Comb<br>(Case of 12)','line_item',3224),(16311,'Bulk Active Rinse 100% RM','line_item',3224),(16312,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3224),(16313,'Free Shipping','shipping',3224),(16314,'The Wet Brush','line_item',3225),(16315,'Disney Wet Brush','line_item',3225),(16316,'The Wet Brush Squirt','line_item',3225),(16317,'FedEx Ground','shipping',3225),(16318,'The Wet Brush','line_item',3226),(16319,'Disney Wet Brush','line_item',3226),(16320,'FedEx Ground','shipping',3226),(16321,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3227),(16322,'Disposable Head Bands','line_item',3227),(16323,'Free Shipping','shipping',3227),(16324,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3228),(16325,'Bulk Active Rinse 100% RM','line_item',3228),(16326,'Professional Lice Comb<br>(Case of 12)','line_item',3228),(16327,'Preventive Spray 8oz<br>(Case of 12)','line_item',3228),(16328,'Bulk Detangling Spray 1 Gallon RM','line_item',3228),(16329,'Free Shipping','shipping',3228),(16330,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3229),(16331,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3229),(16332,'Bulk Mousse 1 Gallon RM','line_item',3229),(16333,'Preventive Kit<br>(Case of 6)','line_item',3229),(16334,'Free Shipping','shipping',3229),(16335,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3230),(16336,'Professional Lice Comb<br>(Case of 12)','line_item',3230),(16337,'Preventive Kit<br>(Case of 6)','line_item',3230),(16338,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3230),(16339,'Free Shipping','shipping',3230),(16340,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3231),(16341,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3231),(16342,'Professional Lice Comb<br>(Case of 12)','line_item',3231),(16343,'Preventive Kit<br>(Case of 6)','line_item',3231),(16344,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3231),(16345,'Preventive Conditioner<br>(Case of 12)','line_item',3231),(16346,'Bulk Active Rinse 100% RM','line_item',3231),(16347,'Free Shipping','shipping',3231),(16348,'Professional Lice Comb<br>(Case of 12)','line_item',3232),(16349,'Preventive Spray 8oz<br>(Case of 12)','line_item',3232),(16350,'Bulk Active Rinse 100% RM','line_item',3232),(16351,'FedEx Ground','shipping',3232),(16352,'Professional Lice Comb<br>(Case of 12)','line_item',3233),(16353,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3233),(16354,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3233),(16355,'Free Shipping','shipping',3233),(16356,'Preventive Spray 2oz<br>(Case of 24)','line_item',3234),(16357,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3234),(16358,'FedEx Ground','shipping',3234),(16359,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3235),(16360,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3235),(16361,'Comb-Out Mousse<br>(Case of 12)','line_item',3235),(16362,'Professional Lice Comb<br>(Case of 12)','line_item',3235),(16363,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3235),(16364,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3235),(16365,'Bulk Active Rinse 100% RM','line_item',3235),(16366,'Bulk Mousse 1 Gallon RM','line_item',3235),(16367,'Preventive Shampoo<br>(Case of 12)','line_item',3235),(16368,'Preventive Spray 2oz<br>(Case of 24)','line_item',3235),(16369,'Free Shipping','shipping',3235),(16370,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3236),(16371,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3236),(16372,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3236),(16373,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3236),(16374,'Preventive Spray 8oz<br>(Case of 12)','line_item',3236),(16375,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3236),(16376,'Bulk Active Rinse 100% RM','line_item',3236),(16377,'Bulk Mousse 1 Gallon RM','line_item',3236),(16378,'Free Shipping','shipping',3236),(16379,'Preventive Kit<br>(Case of 6)','line_item',3237),(16380,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3237),(16381,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3237),(16382,'Professional Lice Comb<br>(Case of 12)','line_item',3237),(16383,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3237),(16384,'Preventive Spray 8oz<br>(Case of 12)','line_item',3237),(16385,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3237),(16386,'Bulk Active Rinse 100%','line_item',3237),(16387,'Free Shipping','shipping',3237),(16388,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3238),(16389,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3238),(16390,'Professional Lice Comb<br>(Case of 12)','line_item',3238),(16391,'Preventive Kit<br>(Case of 6)','line_item',3238),(16392,'Preventive Spray 2oz<br>(Case of 24)','line_item',3238),(16393,'Preventive Spray 8oz<br>(Case of 12)','line_item',3238),(16394,'Disposable Head Bands','line_item',3238),(16395,'Free Shipping','shipping',3238),(16396,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3239),(16397,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3239),(16398,'Professional Lice Comb<br>(Case of 12)','line_item',3239),(16399,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3239),(16400,'Preventive Spray 2oz<br>(Case of 24)','line_item',3239),(16401,'Preventive Spray 8oz<br>(Case of 12)','line_item',3239),(16402,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3239),(16403,'Preventive Kit<br>(Case of 6)','line_item',3239),(16404,'Bulk Active Rinse 100%','line_item',3239),(16405,'Free Shipping','shipping',3239),(16406,'Preventive Spray 8oz<br>(Case of 12)','line_item',3241),(16407,'Bulk Active Rinse 100% RM','line_item',3241),(16408,'FedEx Ground','shipping',3241),(16409,'Preventive Spray 8oz<br>(Case of 12)','line_item',3242),(16410,'Bulk Active Rinse 100% RM','line_item',3242),(16411,'FedEx Ground','shipping',3242),(16412,'Preventive Spray 8oz<br>(Case of 12)','line_item',3243),(16413,'Bulk Active Rinse 100% RM','line_item',3243),(16414,'FedEx Ground','shipping',3243),(16415,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3244),(16416,'Free Shipping','shipping',3244),(16417,'Bulk Mousse 1 Gallon RM','line_item',3245),(16418,'FedEx Ground','shipping',3245),(16419,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3246),(16420,'Comb-Out Mousse<br>(Case of 12)','line_item',3246),(16421,'Preventive Shampoo<br>(Case of 12)','line_item',3246),(16422,'Bulk Active Rinse 100% RM','line_item',3246),(16423,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3246),(16424,'Free Shipping','shipping',3246),(16425,'Bulk Active Rinse 100% RM','line_item',3247),(16426,'Bulk Mousse 1 Gallon RM','line_item',3247),(16427,'FedEx Ground','shipping',3247),(16428,'Preventive Kit<br>(Case of 6)','line_item',3248),(16429,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3248),(16430,'Preventive Spray 2oz<br>(Case of 24)','line_item',3248),(16431,'Course Tail Comb','line_item',3248),(16432,'Large Butterfly Clips','line_item',3248),(16433,'Bulk Active Rinse 100% RM','line_item',3248),(16434,'Free Shipping','shipping',3248),(16435,'Preventive Spray 8oz<br>(Case of 12)','line_item',3249),(16436,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3249),(16437,'Preventive Shampoo<br>(Case of 12)','line_item',3249),(16438,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3249),(16439,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3249),(16440,'Professional Lice Comb<br>(Case of 12)','line_item',3249),(16441,'Free Shipping','shipping',3249),(16442,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3250),(16443,'Preventive Shampoo<br>(Case of 12)','line_item',3250),(16444,'Preventive Conditioner<br>(Case of 12)','line_item',3250),(16445,'Preventive Spray 8oz<br>(Case of 12)','line_item',3250),(16446,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3250),(16447,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3250),(16448,'Professional Lice Comb<br>(Case of 12)','line_item',3250),(16449,'Free Shipping','shipping',3250),(16450,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3251),(16451,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3251),(16452,'FedEx Ground','shipping',3251),(16453,'Preventive Shampoo<br>(Case of 12)','line_item',3252),(16454,'Preventive Conditioner<br>(Case of 12)','line_item',3252),(16455,'Preventive Spray 8oz<br>(Case of 12)','line_item',3252),(16456,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3252),(16457,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3252),(16458,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3252),(16459,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3252),(16460,'Professional Lice Comb<br>(Case of 12)','line_item',3252),(16461,'Bulk Mousse 1 Gallon RM','line_item',3252),(16462,'Free Shipping','shipping',3252),(16463,'Preventive Shampoo<br>(Case of 12)','line_item',3253),(16464,'Preventive Conditioner<br>(Case of 12)','line_item',3253),(16465,'Comb-Out Mousse<br>(Case of 12)','line_item',3253),(16466,'Preventive Spray 8oz<br>(Case of 12)','line_item',3253),(16467,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3253),(16468,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3253),(16469,'Professional Lice Comb<br>(Case of 12)','line_item',3253),(16470,'Free Shipping','shipping',3253),(16471,'Professional Lice Comb<br>(Case of 12)','line_item',3255),(16472,'FedEx Ground','shipping',3255),(16473,'Course Tail Comb','line_item',3257),(16474,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3257),(16475,'Preventive Spray 8oz<br>(Case of 12)','line_item',3257),(16476,'Bulk Active Rinse 100% RM','line_item',3257),(16477,'Free Shipping','shipping',3257),(16478,'Professional Lice Comb<br>(Case of 12)','line_item',3258),(16479,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3258),(16480,'Bulk Mousse 1 Gallon RM','line_item',3258),(16481,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3258),(16482,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3258),(16483,'Bulk Active Rinse 100% RM','line_item',3258),(16484,'Free Shipping','shipping',3258),(16494,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3259),(16495,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3259),(16496,'Professional Lice Comb<br>(Case of 12)','line_item',3259),(16497,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3259),(16498,'Preventive Spray 8oz<br>(Case of 12)','line_item',3259),(16499,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3259),(16500,'Bulk Active Rinse 100% RM','line_item',3259),(16501,'Bulk Detangling Spray 1 Gallon RM','line_item',3259),(16502,'Free Shipping','shipping',3259),(16503,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3260),(16504,'Preventive Spray 8oz<br>(Case of 12)','line_item',3260),(16505,'Professional Lice Comb<br>(Case of 12)','line_item',3260),(16506,'The Wet Brush','line_item',3260),(16507,'FedEx Ground','shipping',3260),(16508,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3261),(16509,'Preventive Spray 8oz<br>(Case of 12)','line_item',3261),(16510,'Preventive Kit<br>(Case of 6)','line_item',3261),(16511,'Bulk Active Rinse 100% RM','line_item',3261),(16512,'Free Shipping','shipping',3261),(16513,'Professional Lice Comb<br>(Case of 12)','line_item',3262),(16514,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3262),(16515,'Preventive Spray 2oz<br>(Case of 24)','line_item',3262),(16516,'Preventive Spray 8oz<br>(Case of 12)','line_item',3262),(16517,'Preventive Kit<br>(Case of 6)','line_item',3262),(16518,'Free Shipping','shipping',3262),(16519,'Professional Lice Comb<br>(Case of 12)','line_item',3263),(16520,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3263),(16521,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3263),(16522,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3263),(16523,'Free Shipping','shipping',3263),(16524,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3264),(16525,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3264),(16526,'Free Shipping','shipping',3264),(16527,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3265),(16528,'Preventive Spray 8oz<br>(Case of 12)','line_item',3265),(16529,'Bulk Active Rinse 100% RM','line_item',3265),(16530,'Free Shipping','shipping',3265),(16531,'Professional Lice Comb<br>(Case of 12)','line_item',3266),(16532,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3266),(16533,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3266),(16534,'Preventive Kit<br>(Case of 6)','line_item',3266),(16535,'Bulk Active Rinse 100% RM','line_item',3266),(16536,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3266),(16537,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3266),(16538,'Free Shipping','shipping',3266),(16539,'The Wet Brush','line_item',3267),(16540,'Disney Wet Brush','line_item',3267),(16541,'The Wet Brush Squirt','line_item',3267),(16542,'FedEx Ground','shipping',3267),(16543,'Preventive Spray 8oz<br>(Case of 12)','line_item',3268),(16544,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3268),(16545,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3268),(16546,'Bulk Active Rinse 100% RM','line_item',3268),(16547,'Free Shipping','shipping',3268),(16548,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3269),(16549,'Preventive Kit<br>(Case of 6)','line_item',3269),(16550,'Bulk Active Rinse 100% RM','line_item',3269),(16551,'Bulk Mousse 1 Gallon RM','line_item',3269),(16552,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3269),(16553,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3269),(16554,'Free Shipping','shipping',3269),(16555,'Preventive Spray 8oz<br>(Case of 12)','line_item',3270),(16556,'Professional Lice Comb<br>(Case of 12)','line_item',3270),(16557,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3270),(16558,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3270),(16559,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3270),(16560,'Bulk Active Rinse 100% RM','line_item',3270),(16561,'Comb-Out Mousse<br>(Case of 12)','line_item',3270),(16562,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3270),(16563,'Free Shipping','shipping',3270),(16564,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3271),(16565,'Professional Lice Comb<br>(Case of 12)','line_item',3271),(16566,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3271),(16567,'Bulk Active Rinse 100% RM','line_item',3271),(16568,'Bulk Detangling Spray 1 Gallon RM','line_item',3271),(16569,'Free Shipping','shipping',3271),(16570,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3272),(16571,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3272),(16572,'Comb-Out Mousse<br>(Case of 12)','line_item',3272),(16573,'Professional Lice Comb<br>(Case of 12)','line_item',3272),(16574,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3272),(16575,'Preventive Spray 2oz<br>(Case of 24)','line_item',3272),(16576,'Preventive Spray 8oz<br>(Case of 12)','line_item',3272),(16577,'Bulk Active Rinse 100% RM','line_item',3272),(16578,'Bulk Mousse 1 Gallon RM','line_item',3272),(16579,'Free Shipping','shipping',3272),(16580,'Preventive Kit<br>(Case of 6)','line_item',3273),(16581,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3273),(16582,'Bulk Active Rinse 100% RM','line_item',3273),(16583,'Bulk Mousse 1 Gallon RM','line_item',3273),(16584,'Free Shipping','shipping',3273),(16585,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3275),(16586,'Disposable Head Bands','line_item',3275),(16587,'Preventive Kit<br>(Case of 6)','line_item',3275),(16588,'Urgent Care Kit<br>(Case of 6)','line_item',3275),(16589,'Free Shipping','shipping',3275),(16590,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3276),(16591,'Disposable Head Bands','line_item',3276),(16592,'Preventive Kit<br>(Case of 6)','line_item',3276),(16593,'Urgent Care Kit<br>(Case of 6)','line_item',3276),(16594,'Free Shipping','shipping',3276),(16595,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3277),(16596,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3277),(16597,'Preventive Spray 8oz<br>(Case of 12)','line_item',3277),(16598,'Bulk Active Rinse 100% RM','line_item',3277),(16599,'Free Shipping','shipping',3277),(16600,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3278),(16601,'Free Shipping','shipping',3278),(16602,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3282),(16603,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3282),(16604,'Bulk Active Rinse 100% RM','line_item',3282),(16605,'Free Shipping','shipping',3282),(16606,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3283),(16607,'Bulk Active Rinse 100% RM','line_item',3283),(16608,'Bulk Mousse 1 Gallon RM','line_item',3283),(16609,'Professional Lice Comb<br>(Case of 12)','line_item',3283),(16610,'Free Shipping','shipping',3283),(16611,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3284),(16612,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3284),(16613,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3284),(16614,'Professional Lice Comb<br>(Case of 12)','line_item',3284),(16615,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3284),(16616,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3284),(16617,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3284),(16618,'Bulk Active Rinse 100% RM','line_item',3284),(16619,'Free Shipping','shipping',3284),(16620,'Professional Lice Comb<br>(Case of 12)','line_item',3285),(16621,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3285),(16622,'Preventive Shampoo<br>(Case of 12)','line_item',3285),(16623,'Free Shipping','shipping',3285),(16624,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3286),(16625,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3286),(16626,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3286),(16627,'Professional Lice Comb<br>(Case of 12)','line_item',3286),(16628,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3286),(16629,'Bulk Active Rinse 100% RM','line_item',3286),(16630,'Free Shipping','shipping',3286),(16631,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3287),(16632,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3287),(16633,'Bulk Mousse 1 Gallon RM','line_item',3287),(16634,'Bulk Active Rinse 100% RM','line_item',3287),(16635,'Preventive Spray 8oz<br>(Case of 12)','line_item',3287),(16636,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3287),(16637,'Free Shipping','shipping',3287),(16638,'Bulk Active Rinse 100% RM','line_item',3288),(16639,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3288),(16640,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3288),(16641,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3288),(16642,'Bulk Detangling Spray 1 Gallon RM','line_item',3288),(16643,'Free Shipping','shipping',3288),(16644,'Professional Lice Comb<br>(Case of 12)','line_item',3289),(16645,'FedEx Ground','shipping',3289),(16646,'Disposable Head Bands','line_item',3290),(16647,'Preventive Kit<br>(Case of 6)','line_item',3290),(16648,'Preventive Spray 8oz<br>(Case of 12)','line_item',3290),(16649,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3290),(16650,'Professional Lice Comb<br>(Case of 12)','line_item',3290),(16651,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3290),(16652,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3290),(16653,'Bulk Active Rinse 100% RM','line_item',3290),(16654,'Free Shipping','shipping',3290),(16655,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3291),(16656,'Bulk Active Rinse 100% RM','line_item',3291),(16657,'Comb-Out Mousse<br>(Case of 12)','line_item',3291),(16658,'Free Shipping','shipping',3291),(16659,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3293),(16660,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3293),(16661,'Professional Lice Comb<br>(Case of 12)','line_item',3293),(16662,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3293),(16663,'Preventive Shampoo<br>(Case of 12)','line_item',3293),(16664,'Preventive Conditioner<br>(Case of 12)','line_item',3293),(16665,'Preventive Spray 8oz<br>(Case of 12)','line_item',3293),(16666,'Free Shipping','shipping',3293),(16667,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3294),(16668,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3294),(16669,'Professional Lice Comb<br>(Case of 12)','line_item',3294),(16670,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3294),(16671,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3294),(16672,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3294),(16673,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3294),(16674,'Bulk Detangling Spray 1 Gallon RM','line_item',3294),(16675,'Preventive Spray 8oz<br>(Case of 12)','line_item',3294),(16676,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3294),(16677,'Free Shipping','shipping',3294),(16678,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3295),(16679,'Bulk Active Rinse 100% RM','line_item',3295),(16680,'Professional Lice Comb<br>(Case of 12)','line_item',3295),(16681,'Preventive Spray 8oz<br>(Case of 12)','line_item',3295),(16682,'Bulk Detangling Spray 1 Gallon RM','line_item',3295),(16683,'Bulk Mousse 1 Gallon RM','line_item',3295),(16684,'Free Shipping','shipping',3295),(16685,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3296),(16686,'Preventive Kit<br>(Case of 6)','line_item',3296),(16687,'Bulk Active Rinse 100% RM','line_item',3296),(16688,'Bulk Mousse 1 Gallon RM','line_item',3296),(16689,'Free Shipping','shipping',3296),(16690,'Bulk Detangling Spray 1 Gallon RM','line_item',3297),(16691,'Bulk Active Rinse 100% RM','line_item',3297),(16692,'FedEx Ground','shipping',3297),(16693,'Bulk Detangling Spray 1 Gallon RM','line_item',3298),(16694,'Bulk Active Rinse 100% RM','line_item',3298),(16695,'FedEx Ground','shipping',3298),(16696,'Bulk Detangling Spray 1 Gallon RM','line_item',3299),(16697,'Bulk Active Rinse 100% RM','line_item',3299),(16698,'FedEx Ground','shipping',3299),(16699,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3300),(16700,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3300),(16701,'Professional Lice Comb<br>(Case of 12)','line_item',3300),(16702,'Preventive Spray 2oz<br>(Case of 24)','line_item',3300),(16703,'Preventive Spray 8oz<br>(Case of 12)','line_item',3300),(16704,'Free Shipping','shipping',3300),(16705,'Preventive Spray 8oz<br>(Case of 12)','line_item',3301),(16706,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3301),(16707,'Bulk Active Rinse 100% RM','line_item',3301),(16708,'Free Shipping','shipping',3301),(16709,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3302),(16710,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3302),(16711,'Preventive Spray 8oz<br>(Case of 12)','line_item',3302),(16712,'Preventive Spray 2oz<br>(Case of 24)','line_item',3302),(16713,'Free Shipping','shipping',3302),(16714,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3303),(16715,'Professional Lice Comb<br>(Case of 12)','line_item',3303),(16716,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3303),(16717,'Preventive Shampoo<br>(Case of 12)','line_item',3303),(16718,'Preventive Conditioner<br>(Case of 12)','line_item',3303),(16719,'Preventive Spray 2oz<br>(Case of 24)','line_item',3303),(16720,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3303),(16721,'Preventive Kit<br>(Case of 6)','line_item',3303),(16722,'Bulk Active Rinse 100% RM','line_item',3303),(16723,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3303),(16724,'Free Shipping','shipping',3303),(16725,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3304),(16726,'Professional Lice Comb<br>(Case of 12)','line_item',3304),(16727,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3304),(16728,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3304),(16729,'Preventive Kit<br>(Case of 6)','line_item',3304),(16730,'Disposable Head Bands','line_item',3304),(16731,'Free Shipping','shipping',3304),(16732,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3306),(16733,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3306),(16734,'Professional Lice Comb<br>(Case of 12)','line_item',3306),(16735,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3306),(16736,'Preventive Spray 2oz<br>(Case of 24)','line_item',3306),(16737,'Preventive Spray 8oz<br>(Case of 12)','line_item',3306),(16738,'Free Shipping','shipping',3306),(16739,'Professional Lice Comb<br>(Case of 12)','line_item',3307),(16740,'Comb-Out Mousse<br>(Case of 12)','line_item',3307),(16741,'Preventive Spray 2oz<br>(Case of 24)','line_item',3307),(16742,'Preventive Spray 8oz<br>(Case of 12)','line_item',3307),(16743,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3307),(16744,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3307),(16745,'Bulk Mousse 1 Gallon RM','line_item',3307),(16746,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3307),(16747,'Free Shipping','shipping',3307),(16748,'Preventive Spray 8oz<br>(Case of 12)','line_item',3308),(16749,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3308),(16750,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3308),(16751,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3308),(16752,'Professional Lice Comb<br>(Case of 12)','line_item',3308),(16753,'Free Shipping','shipping',3308),(16754,'Preventive Shampoo<br>(Case of 12)','line_item',3309),(16755,'Comb-Out Mousse<br>(Case of 12)','line_item',3309),(16756,'Preventive Spray 8oz<br>(Case of 12)','line_item',3309),(16757,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3309),(16758,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3309),(16759,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3309),(16760,'Professional Lice Comb<br>(Case of 12)','line_item',3309),(16761,'Bulk Detangling Spray 1 Gallon RM','line_item',3309),(16762,'Bulk Mousse 1 Gallon RM','line_item',3309),(16763,'Preventive Conditioner<br>(Case of 12)','line_item',3309),(16764,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3309),(16765,'Free Shipping','shipping',3309),(16766,'Professional Lice Comb<br>(Case of 12)','line_item',3312),(16767,'Preventive Spray 8oz<br>(Case of 12)','line_item',3312),(16768,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3312),(16769,'6 Pack Empty Foamer 8oz Bottle','line_item',3312),(16770,'Free Shipping','shipping',3312),(16771,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3313),(16772,'Preventive Spray 8oz<br>(Case of 12)','line_item',3313),(16773,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3313),(16774,'Bulk Active Rinse 100% RM','line_item',3313),(16775,'Free Shipping','shipping',3313),(16776,'Bulk Active Rinse 100% RM','line_item',3314),(16777,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3314),(16778,'Preventive Spray 8oz<br>(Case of 12)','line_item',3314),(16779,'Bulk Detangling Spray 1 Gallon RM','line_item',3314),(16780,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3314),(16781,'Professional Lice Comb<br>(Case of 12)','line_item',3314),(16782,'Free Shipping','shipping',3314),(16783,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3315),(16784,'Professional Lice Comb<br>(Case of 12)','line_item',3315),(16785,'Comb-Out Mousse<br>(Case of 12)','line_item',3315),(16786,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3315),(16787,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3315),(16788,'Preventive Kit<br>(Case of 6)','line_item',3315),(16789,'Bulk Active Rinse 100% RM','line_item',3315),(16790,'Bulk Mousse 1 Gallon RM','line_item',3315),(16791,'Free Shipping','shipping',3315),(16792,'Professional Lice Comb<br>(Case of 12)','line_item',3316),(16793,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3316),(16794,'Preventive Shampoo<br>(Case of 12)','line_item',3316),(16795,'Preventive Conditioner<br>(Case of 12)','line_item',3316),(16796,'Preventive Spray 8oz<br>(Case of 12)','line_item',3316),(16797,'Bulk Active Rinse 100% RM','line_item',3316),(16798,'FedEx Ground','shipping',3316),(16799,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3317),(16800,'Preventive Kit<br>(Case of 6)','line_item',3317),(16801,'Bulk Active Rinse 100% RM','line_item',3317),(16802,'Free Shipping','shipping',3317),(16803,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3319),(16804,'Preventive Spray 8oz<br>(Case of 12)','line_item',3319),(16805,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3319),(16806,'Bulk Active Rinse 100% RM','line_item',3319),(16807,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3319),(16808,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3319),(16809,'Professional Lice Comb<br>(Case of 12)','line_item',3319),(16810,'Bulk Mousse 1 Gallon RM','line_item',3319),(16811,'Free Shipping','shipping',3319),(16814,'Professional Lice Comb<br>(Case of 12)','line_item',3320),(16815,'FedEx Ground','shipping',3320),(16816,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3321),(16817,'Preventive Kit<br>(Case of 6)','line_item',3321),(16818,'Bulk Active Rinse 100% RM','line_item',3321),(16819,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3321),(16820,'Bulk Detangling Spray 1 Gallon RM','line_item',3321),(16821,'Bulk Mousse 1 Gallon RM','line_item',3321),(16822,'Free Shipping','shipping',3321),(16823,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3322),(16824,'Preventive Spray 8oz<br>(Case of 12)','line_item',3322),(16825,'Bulk Active Rinse 100% RM','line_item',3322),(16826,'Preventive Kit<br>(Case of 6)','line_item',3322),(16827,'Free Shipping','shipping',3322),(16828,'Preventive Kit<br>(Case of 6)','line_item',3323),(16829,'Preventive Spray 2oz<br>(Case of 24)','line_item',3323),(16830,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3323),(16831,'Bulk Active Rinse 100% RM','line_item',3323),(16832,'Free Shipping','shipping',3323),(16833,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3324),(16834,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3324),(16835,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3324),(16836,'Bulk Active Rinse 100% RM','line_item',3324),(16837,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3324),(16838,'Free Shipping','shipping',3324),(16839,'Professional Lice Comb<br>(Case of 12)','line_item',3325),(16840,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3325),(16841,'Preventive Spray 8oz<br>(Case of 12)','line_item',3325),(16842,'Disposable Head Bands','line_item',3325),(16843,'Free Shipping','shipping',3325),(16844,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3326),(16845,'Preventive Spray 2oz<br>(Case of 24)','line_item',3326),(16846,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3326),(16847,'Professional Lice Comb<br>(Case of 12)','line_item',3326),(16848,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3326),(16849,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3326),(16850,'Free Shipping','shipping',3326),(16851,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3327),(16852,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3327),(16853,'Bulk Active Rinse 100% RM','line_item',3327),(16854,'Free Shipping','shipping',3327),(16855,'Professional Lice Comb<br>(Case of 12)','line_item',3328),(16856,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3328),(16857,'Preventive Shampoo<br>(Case of 12)','line_item',3328),(16858,'Preventive Conditioner<br>(Case of 12)','line_item',3328),(16859,'Preventive Spray 2oz<br>(Case of 24)','line_item',3328),(16860,'Preventive Spray 8oz<br>(Case of 12)','line_item',3328),(16861,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3328),(16862,'Preventive Kit<br>(Case of 6)','line_item',3328),(16863,'Bulk Active Rinse 100%','line_item',3328),(16864,'Free Shipping','shipping',3328),(16865,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3330),(16866,'Preventive Spray 8oz<br>(Case of 12)','line_item',3330),(16867,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3330),(16868,'Bulk Active Rinse 100% RM','line_item',3330),(16869,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3330),(16870,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3330),(16871,'Professional Lice Comb<br>(Case of 12)','line_item',3330),(16872,'Bulk Mousse 1 Gallon RM','line_item',3330),(16873,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3330),(16874,'Free Shipping','shipping',3330),(16875,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3331),(16876,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3331),(16877,'Disposable Head Bands','line_item',3331),(16878,'Free Shipping','shipping',3331),(16879,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3332),(16880,'Preventive Kit<br>(Case of 6)','line_item',3332),(16881,'Preventive Spray 8oz<br>(Case of 12)','line_item',3332),(16882,'Comb-Out Mousse<br>(Case of 12)','line_item',3332),(16883,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3332),(16884,'Preventive Spray 2oz<br>(Case of 24)','line_item',3332),(16885,'Disposable Head Bands','line_item',3332),(16886,'Free Shipping','shipping',3332),(16887,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3333),(16888,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3333),(16889,'Professional Lice Comb<br>(Case of 12)','line_item',3333),(16890,'Preventive Spray 8oz<br>(Case of 12)','line_item',3333),(16891,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3333),(16892,'Preventive Spray 2oz<br>(Case of 24)','line_item',3333),(16893,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3333),(16894,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3333),(16895,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3333),(16896,'Free Shipping','shipping',3333),(16897,'Professional Lice Comb<br>(Case of 12)','line_item',3334),(16898,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3334),(16899,'Preventive Spray 8oz<br>(Case of 12)','line_item',3334),(16900,'Bulk Active Rinse 100% RM','line_item',3334),(16901,'Bulk Mousse 1 Gallon RM','line_item',3334),(16902,'FedEx Ground','shipping',3334),(16903,'Professional Lice Comb<br>(Case of 12)','line_item',3335),(16904,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3335),(16905,'Preventive Kit<br>(Case of 6)','line_item',3335),(16906,'Free Shipping','shipping',3335),(16907,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3336),(16908,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3336),(16909,'Professional Lice Comb<br>(Case of 12)','line_item',3336),(16910,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3336),(16911,'Preventive Spray 2oz<br>(Case of 24)','line_item',3336),(16912,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3336),(16913,'Bulk Active Rinse 100% RM','line_item',3336),(16914,'Bulk Detangling Spray 1 Gallon RM','line_item',3336),(16915,'Free Shipping','shipping',3336),(16916,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3337),(16917,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3337),(16918,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3337),(16919,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3337),(16920,'Professional Lice Comb<br>(Case of 12)','line_item',3337),(16921,'Bulk Active Rinse 100% RM','line_item',3337),(16922,'Bulk Detangling Spray 1 Gallon RM','line_item',3337),(16923,'Bulk Mousse 1 Gallon RM','line_item',3337),(16924,'Free Shipping','shipping',3337),(16925,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3338),(16926,'Professional Lice Comb<br>(Case of 12)','line_item',3338),(16927,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3338),(16928,'Bulk Detangling Spray 1 Gallon RM','line_item',3338),(16929,'Bulk Mousse 1 Gallon RM','line_item',3338),(16930,'Free Shipping','shipping',3338),(16931,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3339),(16932,'Professional Lice Comb<br>(Case of 12)','line_item',3339),(16933,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3339),(16934,'Bulk Detangling Spray 1 Gallon RM','line_item',3339),(16935,'Bulk Mousse 1 Gallon RM','line_item',3339),(16936,'Free Shipping','shipping',3339),(16937,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3340),(16938,'Professional Lice Comb<br>(Case of 12)','line_item',3340),(16939,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3340),(16940,'Bulk Detangling Spray 1 Gallon RM','line_item',3340),(16941,'Bulk Mousse 1 Gallon RM','line_item',3340),(16942,'Free Shipping','shipping',3340),(16943,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3341),(16944,'Professional Lice Comb<br>(Case of 12)','line_item',3341),(16945,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3341),(16946,'Bulk Detangling Spray 1 Gallon RM','line_item',3341),(16947,'Bulk Mousse 1 Gallon RM','line_item',3341),(16948,'Free Shipping','shipping',3341),(16949,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3342),(16950,'Bulk Active Rinse 100% RM','line_item',3342),(16951,'Preventive Kit<br>(Case of 6)','line_item',3342),(16952,'Preventive Conditioner<br>(Case of 12)','line_item',3342),(16953,'Preventive Spray 8oz<br>(Case of 12)','line_item',3342),(16954,'Free Shipping','shipping',3342),(16955,'Bulk Active Rinse 100% RM','line_item',3343),(16956,'Bulk Mousse 1 Gallon RM','line_item',3343),(16957,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3343),(16958,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3343),(16959,'Professional Lice Comb<br>(Case of 12)','line_item',3343),(16960,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3343),(16961,'Free Shipping','shipping',3343),(16962,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3344),(16963,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3344),(16964,'Bulk Active Rinse 100% RM','line_item',3344),(16965,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3344),(16966,'Professional Lice Comb<br>(Case of 12)','line_item',3344),(16967,'Free Shipping','shipping',3344),(16968,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3346),(16969,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3346),(16970,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3346),(16971,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3346),(16972,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3346),(16973,'Preventive Spray 2oz<br>(Case of 24)','line_item',3346),(16974,'Preventive Kit<br>(Case of 6)','line_item',3346),(16975,'Bulk Active Rinse 100% RM','line_item',3346),(16976,'Bulk Mousse 1 Gallon RM','line_item',3346),(16977,'Preventive Spray 8oz<br>(Case of 12)','line_item',3346),(16978,'Free Shipping','shipping',3346),(16979,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3347),(16980,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3347),(16981,'Professional Lice Comb<br>(Case of 12)','line_item',3347),(16982,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3347),(16983,'Preventive Spray 2oz<br>(Case of 24)','line_item',3347),(16984,'Preventive Spray 8oz<br>(Case of 12)','line_item',3347),(16985,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3347),(16986,'Preventive Kit<br>(Case of 6)','line_item',3347),(16987,'Bulk Active Rinse 100% RM','line_item',3347),(16988,'Free Shipping','shipping',3347),(16994,'Bulk Active Rinse 100% RM','line_item',3349),(16995,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3349),(16996,'Professional Lice Comb<br>(Case of 12)','line_item',3349),(16997,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3349),(16998,'Free Shipping','shipping',3349),(16999,'Professional Lice Comb<br>(Case of 12)','line_item',3400),(17000,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3400),(17001,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3400),(17002,'Preventive Spray 8oz<br>(Case of 12)','line_item',3400),(17003,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3400),(17004,'Preventive Conditioner<br>(Case of 12)','line_item',3400),(17005,'Preventive Shampoo<br>(Case of 12)','line_item',3400),(17006,'Free Shipping','shipping',3400),(17007,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3401),(17008,'Professional Lice Comb<br>(Case of 12)','line_item',3401),(17009,'Preventive Kit<br>(Case of 6)','line_item',3401),(17010,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3401),(17011,'Preventive Spray 2oz<br>(Case of 24)','line_item',3401),(17012,'Free Shipping','shipping',3401),(17031,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3405),(17032,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3405),(17033,'Professional Lice Comb<br>(Case of 12)','line_item',3405),(17034,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3405),(17035,'Bulk Mousse 1 Gallon RM','line_item',3405),(17036,'Free Shipping','shipping',3405),(17037,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3406),(17038,'Bulk Active Rinse 100% RM','line_item',3406),(17039,'Free Shipping','shipping',3406),(17047,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3407),(17048,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3407),(17049,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3407),(17050,'Bulk Active Rinse 100% RM','line_item',3407),(17051,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3407),(17052,'Bulk Detangling Spray 1 Gallon RM','line_item',3407),(17053,'Free Shipping','shipping',3407),(17054,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3409),(17055,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3409),(17056,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3409),(17057,'FedEx Ground','shipping',3409),(17058,'Professional Lice Comb<br>(Case of 12)','line_item',3410),(17059,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3410),(17060,'Preventive Spray 8oz<br>(Case of 12)','line_item',3410),(17061,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3410),(17062,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3410),(17063,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3410),(17064,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3410),(17065,'Bulk Active Rinse 100% RM','line_item',3410),(17066,'Bulk Mousse 1 Gallon RM','line_item',3410),(17067,'Free Shipping','shipping',3410),(17068,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3411),(17069,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3411),(17070,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3411),(17071,'Free Shipping','shipping',3411),(17072,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3431),(17073,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3431),(17074,'Professional Lice Comb<br>(Case of 12)','line_item',3431),(17075,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3431),(17076,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3431),(17077,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3431),(17078,'Bulk Detangling Spray 1 Gallon RM','line_item',3431),(17079,'Free Shipping','shipping',3431),(17080,'Preventive Spray 8oz<br>(Case of 12)','line_item',3433),(17081,'Preventive Spray 2oz<br>(Case of 24)','line_item',3433),(17082,'Preventive Kit<br>(Case of 6)','line_item',3433),(17083,'Free Shipping','shipping',3433),(17084,'Professional Lice Comb<br>(Case of 12)','line_item',3434),(17085,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3434),(17086,'Bulk Mousse 1 Gallon RM','line_item',3434),(17087,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3434),(17088,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3434),(17089,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3434),(17090,'Free Shipping','shipping',3434),(17091,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3435),(17092,'Preventive Spray 2oz<br>(Case of 24)','line_item',3435),(17093,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3435),(17094,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3435),(17095,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3435),(17096,'Professional Lice Comb<br>(Case of 12)','line_item',3435),(17097,'Bulk Mousse 1 Gallon RM','line_item',3435),(17098,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3435),(17099,'Free Shipping','shipping',3435),(17100,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3436),(17101,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3436),(17102,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3436),(17103,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3436),(17104,'Bulk Detangling Spray 1 Gallon RM','line_item',3436),(17105,'Bulk Mousse 1 Gallon RM','line_item',3436),(17106,'Free Shipping','shipping',3436),(17107,'Bulk Detangling Spray 1 Gallon RM','line_item',3437),(17108,'Bulk Active Rinse 100% RM','line_item',3437),(17109,'Professional Lice Comb<br>(Case of 12)','line_item',3437),(17110,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3437),(17111,'FedEx Ground','shipping',3437),(17112,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3438),(17113,'Professional Lice Comb<br>(Case of 12)','line_item',3438),(17114,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3438),(17115,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3438),(17116,'Preventive Kit<br>(Case of 6)','line_item',3438),(17117,'Disposable Head Bands','line_item',3438),(17118,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3438),(17119,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3438),(17120,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3438),(17121,'Free Shipping','shipping',3438),(17129,'Disposable Head Bands','line_item',3439),(17130,'Preventive Spray 8oz<br>(Case of 12)','line_item',3439),(17131,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3439),(17132,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3439),(17133,'Bulk Active Rinse 100% RM','line_item',3439),(17134,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3439),(17135,'Free Shipping','shipping',3439),(17136,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3440),(17137,'Professional Lice Comb<br>(Case of 12)','line_item',3440),(17138,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3440),(17139,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3440),(17140,'Preventive Kit<br>(Case of 6)','line_item',3440),(17141,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3440),(17142,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3440),(17143,'Free Shipping','shipping',3440),(17144,'Professional Lice Comb<br>(Case of 12)','line_item',3441),(17145,'Free Shipping','shipping',3441),(17146,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3442),(17147,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3442),(17148,'Professional Lice Comb<br>(Case of 12)','line_item',3442),(17149,'Free Shipping','shipping',3442),(17150,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3443),(17151,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3443),(17152,'FedEx Ground','shipping',3443),(17153,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3444),(17154,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3444),(17155,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3444),(17156,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3444),(17157,'Preventive Spray 16oz<br>(Case of 16)','line_item',3444),(17158,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3444),(17159,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3444),(17160,'Free Shipping','shipping',3444),(17161,'Bulk Mousse 1 Gallon RM','line_item',3445),(17162,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3445),(17163,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3445),(17164,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3445),(17165,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3445),(17166,'Free Shipping','shipping',3445),(17167,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3446),(17168,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3446),(17169,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3446),(17170,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3446),(17171,'Bulk Mousse 1 Gallon RM','line_item',3446),(17172,'Free Shipping','shipping',3446),(17173,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3447),(17174,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3447),(17175,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3447),(17176,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3447),(17177,'Bulk Mousse 1 Gallon RM','line_item',3447),(17178,'Free Shipping','shipping',3447),(17179,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3448),(17180,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3448),(17181,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3448),(17182,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3448),(17183,'Bulk Mousse 1 Gallon RM','line_item',3448),(17184,'Free Shipping','shipping',3448),(17185,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3449),(17186,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3449),(17187,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3449),(17188,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3449),(17189,'Preventive Spray 16oz<br>(Case of 16)','line_item',3449),(17190,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3449),(17191,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3449),(17192,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3449),(17193,'Free Shipping','shipping',3449),(17194,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3450),(17195,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3450),(17196,'Professional Lice Comb<br>(Case of 12)','line_item',3450),(17197,'Preventive Spray 8oz<br>(Case of 12)','line_item',3450),(17198,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3450),(17199,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3450),(17200,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3450),(17201,'Preventive Spray 16oz<br>(Case of 16)','line_item',3450),(17202,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3450),(17203,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3450),(17204,'Free Shipping','shipping',3450),(17205,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3451),(17206,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3451),(17207,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3451),(17208,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3451),(17209,'Bulk Mousse 1 Gallon RM','line_item',3451),(17210,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3451),(17211,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3451),(17212,'Free Shipping','shipping',3451),(17213,'Bulk Active Rinse 100% RM','line_item',3452),(17214,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3452),(17215,'Bulk Mousse 1 Gallon RM','line_item',3452),(17216,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3452),(17217,'Preventive Spray 2oz<br>(Case of 24)','line_item',3452),(17218,'Professional Lice Comb<br>(Case of 12)','line_item',3452),(17219,'Comb-Out Mousse<br>(Case of 12)','line_item',3452),(17220,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3452),(17221,'Bulk Detangling Spray 1 Gallon RM','line_item',3452),(17222,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3452),(17223,'Free Shipping','shipping',3452),(17224,'Bulk Active Rinse 100% RM','line_item',3453),(17225,'Bulk Mousse 1 Gallon RM','line_item',3453),(17226,'Professional Lice Comb<br>(Case of 12)','line_item',3453),(17227,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3453),(17228,'FedEx Ground','shipping',3453),(17229,'Professional Lice Comb<br>(Case of 12)','line_item',3454),(17230,'FedEx Ground','shipping',3454),(17231,'Professional Lice Comb<br>(Case of 12)','line_item',3455),(17232,'FedEx Ground','shipping',3455),(17233,'Professional Lice Comb<br>(Case of 12)','line_item',3456),(17234,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3456),(17235,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3456),(17236,'Preventive Spray 2oz<br>(Case of 24)','line_item',3456),(17237,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3456),(17238,'Free Shipping','shipping',3456),(17241,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3457),(17242,'FedEx Ground','shipping',3457),(17243,'Bulk Active Rinse 100% RM','line_item',3458),(17244,'Preventive Spray 8oz<br>(Case of 12)','line_item',3458),(17245,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3458),(17246,'Preventive Spray 2oz<br>(Case of 24)','line_item',3458),(17247,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3458),(17248,'Free Shipping','shipping',3458),(17249,'Professional Lice Comb<br>(Case of 12)','line_item',3459),(17250,'Preventive Spray 16oz<br>(Case of 16)','line_item',3459),(17251,'Bulk Active Rinse 100% RM','line_item',3459),(17252,'FedEx Ground','shipping',3459),(17253,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3460),(17254,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3460),(17255,'Bulk Mousse 1 Gallon RM','line_item',3460),(17256,'Bulk Active Rinse 100% RM','line_item',3460),(17257,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3460),(17258,'Free Shipping','shipping',3460),(17259,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3461),(17260,'Preventive Kit<br>(Case of 6)','line_item',3461),(17261,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3461),(17262,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3461),(17263,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3461),(17264,'Bulk Active Rinse 100% RM','line_item',3461),(17265,'Free Shipping','shipping',3461),(17266,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3462),(17267,'Bulk Active Rinse 100% RM','line_item',3462),(17268,'Preventive Kit<br>(Case of 6)','line_item',3462),(17269,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3462),(17270,'Urgent Care Kit<br>(Case of 6)','line_item',3462),(17271,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3462),(17272,'Preventive Spray 8oz<br>(Case of 12)','line_item',3462),(17273,'Bulk Mousse 1 Gallon RM','line_item',3462),(17274,'Free Shipping','shipping',3462),(17275,'Bulk Active Rinse 100% RM','line_item',3463),(17276,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3463),(17277,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3463),(17278,'Free Shipping','shipping',3463),(17279,'Professional Lice Comb<br>(Case of 12)','line_item',3464),(17280,'Free Shipping','shipping',3464),(17281,'Professional Lice Comb<br>(Case of 12)','line_item',3465),(17282,'Free Shipping','shipping',3465),(17283,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3466),(17284,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3466),(17285,'Preventive Spray 16oz<br>(Case of 16)','line_item',3466),(17286,'Preventive Spray 8oz<br>(Case of 12)','line_item',3466),(17287,'Bulk Detangling Spray 1 Gallon RM','line_item',3466),(17288,'Free Shipping','shipping',3466),(17289,'Professional Lice Comb<br>(Case of 12)','line_item',3467),(17290,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3467),(17291,'FedEx Ground','shipping',3467),(17292,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3468),(17293,'Bulk Active Rinse 100% RM','line_item',3468),(17294,'Bulk Detangling Spray 1 Gallon RM','line_item',3468),(17295,'Professional Lice Comb<br>(Case of 12)','line_item',3468),(17296,'Preventive Spray 8oz<br>(Case of 12)','line_item',3468),(17297,'Free Shipping','shipping',3468),(17298,'Bulk Active Rinse 100% RM','line_item',3469),(17299,'Preventive Kit<br>(Case of 6)','line_item',3469),(17300,'Free Shipping','shipping',3469),(17301,'Professional Lice Comb<br>(Case of 12)','line_item',3470),(17302,'FedEx Ground','shipping',3470),(17303,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3471),(17304,'Preventive Spray 16oz<br>(Case of 16)','line_item',3471),(17305,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3471),(17306,'Free Shipping','shipping',3471),(17307,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3472),(17308,'Preventive Spray 8oz<br>(Case of 12)','line_item',3472),(17309,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3472),(17310,'Preventive Kit<br>(Case of 6)','line_item',3472),(17311,'Bulk Detangling Spray 1 Gallon RM','line_item',3472),(17312,'Bulk Mousse 1 Gallon RM','line_item',3472),(17313,'Bulk Active Rinse 100% RM','line_item',3472),(17314,'Free Shipping','shipping',3472),(17315,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3473),(17316,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3473),(17317,'Professional Lice Comb<br>(Case of 12)','line_item',3473),(17318,'Preventive Spray 2oz<br>(Case of 24)','line_item',3473),(17319,'Preventive Spray 8oz<br>(Case of 12)','line_item',3473),(17320,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3473),(17321,'Preventive Kit<br>(Case of 6)','line_item',3473),(17322,'Bulk Mousse 1 Gallon RM','line_item',3473),(17323,'6 Pack Empty Foamer 8oz Bottle','line_item',3473),(17324,'Disposable Head Bands','line_item',3473),(17325,'Free Shipping','shipping',3473),(17335,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3474),(17336,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3474),(17337,'Preventive Spray 8oz<br>(Case of 12)','line_item',3474),(17338,'Bulk Active Rinse 100% RM','line_item',3474),(17339,'Wet Comb','line_item',3474),(17340,'Preventive Kit<br>(Case of 6)','line_item',3474),(17341,'Professional Lice Comb<br>(Case of 12)','line_item',3474),(17342,'Bulk Detangling Spray 1 Gallon RM','line_item',3474),(17343,'Free Shipping','shipping',3474),(17344,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3475),(17345,'Professional Lice Comb<br>(Case of 12)','line_item',3475),(17346,'Preventive Spray 2oz<br>(Case of 24)','line_item',3475),(17347,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3475),(17348,'Free Shipping','shipping',3475),(17349,'Professional Lice Comb<br>(Case of 12)','line_item',3486),(17350,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3486),(17351,'Preventive Kit<br>(Case of 6)','line_item',3486),(17352,'Free Shipping','shipping',3486),(17353,'Bulk Active Rinse 100% RM','line_item',3489),(17354,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3489),(17355,'Preventive Spray 8oz<br>(Case of 12)','line_item',3489),(17356,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3489),(17357,'Free Shipping','shipping',3489),(17358,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3490),(17359,'Bulk Active Rinse 100% RM','line_item',3490),(17360,'Bulk Mousse 1 Gallon RM','line_item',3490),(17361,'Free Shipping','shipping',3490),(17362,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3491),(17363,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3491),(17364,'Bulk Active Rinse 100% RM','line_item',3491),(17365,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3491),(17366,'Professional Lice Comb<br>(Case of 12)','line_item',3491),(17367,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3491),(17368,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3491),(17369,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3491),(17370,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3491),(17371,'Free Shipping','shipping',3491),(17372,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3492),(17373,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3492),(17374,'Bulk Active Rinse 100% RM','line_item',3492),(17375,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3492),(17376,'Professional Lice Comb<br>(Case of 12)','line_item',3492),(17377,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3492),(17378,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3492),(17379,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3492),(17380,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3492),(17381,'Free Shipping','shipping',3492),(17382,'Bulk Active Rinse 100% RM','line_item',3493),(17383,'FedEx Ground','shipping',3493),(17384,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3494),(17385,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3494),(17386,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3494),(17387,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3494),(17388,'Professional Lice Comb<br>(Case of 12)','line_item',3494),(17389,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3494),(17390,'Free Shipping','shipping',3494),(17391,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3495),(17392,'Preventive Spray 8oz<br>(Case of 12)','line_item',3495),(17393,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3495),(17394,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3495),(17395,'Professional Lice Comb<br>(Case of 12)','line_item',3495),(17396,'Bulk Mousse 1 Gallon RM','line_item',3495),(17397,'Free Shipping','shipping',3495),(17398,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3496),(17399,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3496),(17400,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3496),(17401,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3496),(17402,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3496),(17403,'Bulk Detangling Spray 1 Gallon RM','line_item',3496),(17404,'Bulk Mousse 1 Gallon RM','line_item',3496),(17405,'Free Shipping','shipping',3496),(17406,'Preventive Spray 8oz<br>(Case of 12)','line_item',3497),(17407,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3497),(17408,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3497),(17409,'Professional Lice Comb<br>(Case of 12)','line_item',3497),(17410,'Bulk Mousse 1 Gallon RM','line_item',3497),(17411,'Free Shipping','shipping',3497),(17412,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3498),(17413,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3498),(17414,'Professional Lice Comb<br>(Case of 12)','line_item',3498),(17415,'Bulk Active Rinse 100% RM','line_item',3498),(17416,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3498),(17417,'Free Shipping','shipping',3498),(17418,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3501),(17419,'Professional Lice Comb<br>(Case of 12)','line_item',3501),(17420,'Preventive Spray 2oz<br>(Case of 24)','line_item',3501),(17421,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3501),(17422,'Bulk Active Rinse 100%','line_item',3501),(17423,'Urgent Care Kit<br>(Case of 6)','line_item',3501),(17424,'Preventive Kit<br>(Case of 6)','line_item',3501),(17425,'Free Shipping','shipping',3501),(17426,'Professional Lice Comb<br>(Case of 12)','line_item',3502),(17427,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3502),(17428,'Free Shipping','shipping',3502),(17429,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3503),(17430,'Bulk Active Rinse 100% RM','line_item',3503),(17431,'Disney Wet Brush','line_item',3503),(17432,'Professional Lice Comb<br>(Case of 12)','line_item',3503),(17433,'Free Shipping','shipping',3503),(17436,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3504),(17437,'Free Shipping','shipping',3504),(17438,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3505),(17439,'Free Shipping','shipping',3505),(17440,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3506),(17441,'Free Shipping','shipping',3506),(17442,'Professional Lice Comb<br>(Case of 12)','line_item',3515),(17443,'Preventive Kit<br>(Case of 6)','line_item',3515),(17444,'Preventive Spray 8oz<br>(Case of 12)','line_item',3515),(17445,'Preventive Spray 2oz<br>(Case of 24)','line_item',3515),(17446,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3515),(17447,'Free Shipping','shipping',3515),(17448,'Professional Lice Comb<br>(Case of 12)','line_item',3517),(17449,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3517),(17450,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3517),(17451,'Preventive Kit<br>(Case of 6)','line_item',3517),(17452,'Free Shipping','shipping',3517),(17453,'Preventive Spray 8oz<br>(Case of 12)','line_item',3518),(17454,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3518),(17455,'Bulk Active Rinse 100% RM','line_item',3518),(17456,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3518),(17457,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3518),(17458,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3518),(17459,'Bulk Mousse 1 Gallon RM','line_item',3518),(17460,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3518),(17461,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3518),(17462,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3518),(17463,'Preventive Spray 16oz<br>(Case of 16)','line_item',3518),(17464,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3518),(17465,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3518),(17466,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3518),(17467,'Free Shipping','shipping',3518),(17468,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3519),(17469,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3519),(17470,'Professional Lice Comb<br>(Case of 12)','line_item',3519),(17471,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3519),(17472,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3519),(17473,'Preventive Spray 16oz<br>(Case of 16)','line_item',3519),(17474,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3519),(17475,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3519),(17476,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3519),(17477,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',3519),(17478,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3519),(17479,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3519),(17480,'Free Shipping','shipping',3519),(17481,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3521),(17482,'Bulk Active Rinse 100% RM','line_item',3521),(17483,'Bulk Detangling Spray 1 Gallon RM','line_item',3521),(17484,'Free Shipping','shipping',3521),(17485,'Free Shipping','shipping',3521),(17486,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3522),(17487,'Bulk Active Rinse 100% RM','line_item',3522),(17488,'Bulk Detangling Spray 1 Gallon RM','line_item',3522),(17489,'Free Shipping','shipping',3522),(17490,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3523),(17491,'Bulk Active Rinse 100% RM','line_item',3523),(17492,'Bulk Detangling Spray 1 Gallon RM','line_item',3523),(17493,'Free Shipping','shipping',3523),(17494,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3534),(17495,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3534),(17496,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3534),(17497,'Free Shipping','shipping',3534),(17498,'Free Shipping','shipping',3534),(17499,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3535),(17500,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3535),(17501,'Free Shipping','shipping',3535),(17502,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3536),(17503,'Free Shipping','shipping',3536),(17504,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3538),(17505,'Professional Lice Comb<br>(Case of 12)','line_item',3538),(17506,'Disposable Head Bands','line_item',3538),(17507,'Free Shipping','shipping',3538),(17508,'Disposable Head Bands','line_item',3539),(17509,'Preventive Spray 2oz<br>(Case of 24)','line_item',3539),(17510,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3539),(17511,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3539),(17512,'Free Shipping','shipping',3539),(17513,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3541),(17514,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3541),(17515,'Preventive Spray 8oz<br>(Case of 12)','line_item',3541),(17516,'Preventive Spray 16oz<br>(Case of 16)','line_item',3541),(17517,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3541),(17518,'Course Tail Comb','line_item',3541),(17519,'Large Butterfly Clips','line_item',3541),(17520,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3541),(17521,'Free Shipping','shipping',3541),(17522,'Free Shipping','shipping',3541),(17523,'Free Shipping','shipping',3541),(17524,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3542),(17525,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3542),(17526,'Preventive Spray 8oz<br>(Case of 12)','line_item',3542),(17527,'Preventive Spray 16oz<br>(Case of 16)','line_item',3542),(17528,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3542),(17529,'Course Tail Comb','line_item',3542),(17530,'Large Butterfly Clips','line_item',3542),(17531,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3542),(17532,'Free Shipping','shipping',3542),(17533,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3543),(17534,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3543),(17535,'Preventive Spray 8oz<br>(Case of 12)','line_item',3543),(17536,'Preventive Spray 16oz<br>(Case of 16)','line_item',3543),(17537,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3543),(17538,'Free Shipping','shipping',3543),(17539,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3544),(17540,'Course Tail Comb','line_item',3544),(17541,'Free Shipping','shipping',3544),(17542,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3545),(17543,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3545),(17544,'Bulk Mousse 1 Gallon RM','line_item',3545),(17545,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3545),(17546,'Free Shipping','shipping',3545),(17547,'Bulk Active Rinse 100% RM','line_item',3546),(17548,'Preventive Spray 8oz<br>(Case of 12)','line_item',3546),(17549,'Comb-Out Mousse<br>(Case of 12)','line_item',3546),(17550,'Free Shipping','shipping',3546),(17551,'Bulk Active Rinse 100% RM','line_item',3547),(17552,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3547),(17553,'Professional Lice Comb<br>(Case of 12)','line_item',3547),(17554,'Bulk Mousse 1 Gallon RM','line_item',3547),(17555,'Free Shipping','shipping',3547),(17556,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3548),(17557,'Professional Lice Comb<br>(Case of 12)','line_item',3548),(17558,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3548),(17559,'Preventive Spray 16oz<br>(Case of 16)','line_item',3548),(17560,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3548),(17561,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3548),(17562,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3548),(17563,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3548),(17564,'Free Shipping','shipping',3548),(17565,'Bulk Active Rinse 100% RM','line_item',3549),(17566,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3549),(17567,'Bulk Mousse 1 Gallon RM','line_item',3549),(17568,'Professional Lice Comb<br>(Case of 12)','line_item',3549),(17569,'Comb-Out Mousse<br>(Case of 12)','line_item',3549),(17570,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3549),(17571,'Bulk Detangling Spray 1 Gallon RM','line_item',3549),(17572,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3549),(17573,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3549),(17574,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3549),(17575,'Free Shipping','shipping',3549),(17576,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3550),(17577,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3550),(17578,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3550),(17579,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3550),(17580,'Bulk Active Rinse 100% RM','line_item',3550),(17581,'Bulk Detangling Spray 1 Gallon RM','line_item',3550),(17582,'Bulk Mousse 1 Gallon RM','line_item',3550),(17583,'Free Shipping','shipping',3550),(17584,'Bulk Active Rinse 100% RM','line_item',3551),(17585,'Bulk Mousse 1 Gallon RM','line_item',3551),(17586,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3551),(17587,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3551),(17588,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3551),(17589,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3551),(17590,'Urgent Care Kit<br>(Case of 6)','line_item',3551),(17591,'Free Shipping','shipping',3551),(17592,'Disposable Head Bands','line_item',3552),(17593,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3552),(17594,'Bulk Active Rinse 100% RM','line_item',3552),(17595,'Preventive Kit<br>(Case of 6)','line_item',3552),(17596,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3552),(17597,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3552),(17598,'Free Shipping','shipping',3552),(17599,'Professional Lice Comb<br>(Case of 12)','line_item',3553),(17600,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3553),(17601,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3553),(17602,'FedEx Ground','shipping',3553),(17608,'Bulk Active Rinse 100% RM','line_item',3556),(17609,'Bulk Mousse 1 Gallon RM','line_item',3556),(17610,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3556),(17611,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3556),(17612,'Free Shipping','shipping',3556),(17613,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3557),(17614,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3557),(17615,'Professional Lice Comb<br>(Case of 12)','line_item',3557),(17616,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3557),(17617,'Free Shipping','shipping',3557),(17618,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3558),(17619,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3558),(17620,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3558),(17621,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3558),(17622,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3558),(17623,'Bulk Active Rinse 100% RM','line_item',3558),(17624,'Bulk Mousse 1 Gallon RM','line_item',3558),(17625,'Free Shipping','shipping',3558),(17626,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3559),(17627,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3559),(17628,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3559),(17629,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3559),(17630,'Preventive Spray 2oz<br>(Case of 24)','line_item',3559),(17631,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3559),(17632,'Bulk Active Rinse 100% RM','line_item',3559),(17633,'Bulk Mousse 1 Gallon RM','line_item',3559),(17634,'6 Pack Empty Rinse 8oz Bottles','line_item',3559),(17635,'Free Shipping','shipping',3559),(17636,'Bulk Active Rinse 100% RM','line_item',3560),(17637,'Preventive Spray 8oz<br>(Case of 12)','line_item',3560),(17638,'Bulk Detangling Spray 1 Gallon RM','line_item',3560),(17639,'FedEx Ground','shipping',3560),(17640,'Bulk Active Rinse 100% RM','line_item',3561),(17641,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3561),(17642,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3561),(17643,'Free Shipping','shipping',3561),(17644,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3584),(17645,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3584),(17646,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3584),(17647,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3584),(17648,'Professional Lice Comb<br>(Case of 12)','line_item',3584),(17649,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3584),(17650,'Bulk Active Rinse 100% RM','line_item',3584),(17651,'Free Shipping','shipping',3584),(17652,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3608),(17653,'Urgent Care Kit<br>(Case of 6)','line_item',3608),(17654,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3608),(17655,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3608),(17656,'Preventive Spray 8oz<br>(Case of 12)','line_item',3608),(17657,'Bulk Detangling Spray 1 Gallon RM','line_item',3608),(17658,'Bulk Mousse 1 Gallon RM','line_item',3608),(17659,'Free Standard Shipping','shipping',3608),(17660,'Professional Lice Comb<br>(Case of 12)','line_item',3609),(17661,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3609),(17662,'Preventive Spray 8oz<br>(Case of 12)','line_item',3609),(17663,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3609),(17664,'FedEx Ground','shipping',3609),(17665,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3610),(17666,'Bulk Active Rinse 100% RM','line_item',3610),(17667,'Preventive Kit<br>(Case of 6)','line_item',3610),(17668,'Free Standard Shipping','shipping',3610),(17669,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3611),(17670,'Disposable Head Bands','line_item',3611),(17671,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3611),(17672,'Free Standard Shipping','shipping',3611),(17673,'Dummy Product','line_item',0),(17674,'Dummy Product','line_item',0),(17675,'Dummy Product Variation','line_item',0),(17676,'Dummy Product Variation','line_item',0),(17677,'Dummy Product','line_item',0),(17678,'Dummy Product Variation','line_item',0),(17679,'Dummy Product','line_item',0),(17680,'Dummy Product Variation','line_item',0),(17681,'Dummy Product','line_item',0),(17682,'Dummy Product','line_item',0),(17683,'Dummy Product Variation','line_item',0),(17684,'Dummy Product Variation','line_item',0),(17685,'Dummy Product','line_item',0),(17686,'Dummy Product Variation','line_item',0),(17687,'Dummy Product','line_item',0),(17688,'Dummy Product Variation','line_item',0),(17689,'Dummy Product','line_item',0),(17690,'Dummy Product Variation','line_item',0),(17691,'Dummy Product','line_item',0),(17692,'Dummy Product Variation','line_item',0),(17693,'Dummy Product','line_item',0),(17694,'Dummy Product Variation','line_item',0),(17695,'Dummy Product','line_item',0),(17696,'Dummy Product Variation','line_item',0),(17697,'Dummy Product','line_item',0),(17698,'Dummy Product Variation','line_item',0),(17699,'Dummy Product','line_item',0),(17700,'Dummy Product Variation','line_item',0),(17701,'Dummy Product','line_item',0),(17702,'Dummy Product Variation','line_item',0),(17703,'Dummy Product','line_item',0),(17704,'Dummy Product Variation','line_item',0),(17705,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3614),(17706,'Professional Lice Comb<br>(Case of 12)','line_item',3614),(17707,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3614),(17708,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3614),(17709,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3614),(17710,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3614),(17711,'Free Standard Shipping','shipping',3614),(17714,'Bulk Active Rinse 100% RM','line_item',3615),(17715,'FedEx 2Day','shipping',3615),(17716,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3616),(17717,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3616),(17718,'Professional Lice Comb<br>(Case of 12)','line_item',3616),(17719,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3616),(17720,'Bulk Active Rinse 100% RM','line_item',3616),(17721,'Bulk Detangling Spray 1 Gallon RM','line_item',3616),(17722,'Free Standard Shipping','shipping',3616),(17723,'Professional Lice Comb<br>(Case of 12)','line_item',3617),(17724,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3617),(17725,'Preventive Kit<br>(Case of 6)','line_item',3617),(17726,'Free Standard Shipping','shipping',3617),(17727,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3618),(17728,'Professional Lice Comb<br>(Case of 12)','line_item',3618),(17729,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3618),(17730,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3618),(17731,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3618),(17732,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3618),(17733,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3618),(17734,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3618),(17735,'Free Standard Shipping','shipping',3618),(17736,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3620),(17737,'Bulk Detangling Spray 1 Gallon RM','line_item',3620),(17738,'Professional Lice Comb<br>(Case of 12)','line_item',3620),(17739,'The Wet Brush','line_item',3620),(17740,'The Wet Brush Squirt','line_item',3620),(17741,'FedEx Ground','shipping',3620),(17769,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3621),(17770,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3621),(17771,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3621),(17772,'Preventive Spray 8oz<br>(Case of 12)','line_item',3621),(17773,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3621),(17774,'Professional Lice Comb<br>(Case of 12)','line_item',3621),(17775,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3621),(17776,'Bulk Active Rinse 100% RM','line_item',3621),(17777,'Free Standard Shipping','shipping',3621),(17778,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3622),(17779,'Bulk Active Rinse 100% RM','line_item',3622),(17780,'Free Standard Shipping','shipping',3622),(17781,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3623),(17782,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3623),(17783,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3623),(17784,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3623),(17785,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3623),(17786,'Professional Lice Comb<br>(Case of 12)','line_item',3623),(17787,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3623),(17788,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3623),(17789,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3623),(17790,'Preventive Kit<br>(Case of 6)','line_item',3623),(17791,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3623),(17792,'Preventive Spray 8oz<br>(Case of 12)','line_item',3623),(17793,'Preventive Spray 2oz<br>(Case of 24)','line_item',3623),(17794,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3623),(17795,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3623),(17796,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3623),(17797,'Bulk Active Rinse 100% RM','line_item',3623),(17798,'Bulk Detangling Spray 1 Gallon RM','line_item',3623),(17799,'Bulk Mousse 1 Gallon RM','line_item',3623),(17800,'Free Standard Shipping','shipping',3623),(17801,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3624),(17802,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3624),(17803,'Professional Lice Comb<br>(Case of 12)','line_item',3624),(17804,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3624),(17805,'Preventive Spray 2oz<br>(Case of 24)','line_item',3624),(17806,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3624),(17807,'Bulk Active Rinse 100% RM','line_item',3624),(17808,'Free Standard Shipping','shipping',3624),(17809,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3625),(17810,'Preventive Spray 16oz<br>(Case of 16)','line_item',3625),(17811,'Free Standard Shipping','shipping',3625),(17812,'Bulk Active Rinse 100% RM','line_item',3626),(17813,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3626),(17814,'Preventive Spray 2oz<br>(Case of 24)','line_item',3626),(17815,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3626),(17816,'Free Standard Shipping','shipping',3626),(17817,'Preventive Kit<br>(Case of 6)','line_item',3627),(17818,'Bulk Active Rinse 100% RM','line_item',3627),(17819,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3627),(17820,'Free Standard Shipping','shipping',3627),(17821,'Professional Lice Comb<br>(Case of 12)','line_item',3628),(17822,'Free Standard Shipping','shipping',3628),(17823,'Professional Lice Comb<br>(Case of 12)','line_item',3629),(17824,'Bulk Detangling Spray 1 Gallon RM','line_item',3629),(17825,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3629),(17826,'Free Standard Shipping','shipping',3629),(17827,'Bulk Mousse 1 Gallon RM','line_item',3630),(17828,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3630),(17829,'FedEx Ground','shipping',3630),(17830,'Professional Lice Comb<br>(Case of 12)','line_item',3631),(17831,'Bulk Mousse 1 Gallon RM','line_item',3632),(17832,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3632),(17833,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3632),(17834,'Course Tail Comb','line_item',3632),(17835,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3632),(17836,'Professional Lice Comb<br>(Case of 12)','line_item',3632),(17837,'Bulk Detangling Spray 1 Gallon RM','line_item',3632),(17838,'Disposable Capes','line_item',3632),(17839,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3632),(17840,'FedEx 2Day','shipping',3632),(17841,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3634),(17842,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3634),(17843,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3634),(17844,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3634),(17845,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3634),(17846,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3634),(17847,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3634),(17848,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3634),(17849,'Urgent Care Kit<br>(Case of 6)','line_item',3634),(17850,'Preventive Kit<br>(Case of 6)','line_item',3634),(17851,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3634),(17852,'Preventive Spray 2oz<br>(Case of 24)','line_item',3634),(17853,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3634),(17854,'Free Standard Shipping','shipping',3634),(17855,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3635),(17856,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3635),(17857,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3635),(17858,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3635),(17859,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3635),(17860,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3635),(17861,'Preventive Spray 16oz<br>(Case of 16)','line_item',3635),(17862,'Free Standard Shipping','shipping',3635),(17863,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3636),(17864,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3636),(17865,'Professional Lice Comb<br>(Case of 12)','line_item',3636),(17866,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3636),(17867,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3636),(17868,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3636),(17869,'Free Standard Shipping','shipping',3636),(17870,'Bulk Active Rinse 100% RM','line_item',3637),(17871,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3637),(17872,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3637),(17873,'Professional Lice Comb<br>(Case of 12)','line_item',3637),(17874,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3637),(17875,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3637),(17876,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3637),(17877,'Bulk Mousse 1 Gallon RM','line_item',3637),(17878,'Free Standard Shipping','shipping',3637),(17879,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3638),(17880,'Professional Lice Comb<br>(Case of 12)','line_item',3638),(17881,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3638),(17882,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3638),(17883,'Preventive Spray 8oz<br>(Case of 12)','line_item',3638),(17884,'Preventive Spray 2oz<br>(Case of 24)','line_item',3638),(17885,'Bulk Active Rinse 100% RM','line_item',3638),(17886,'Bulk Mousse 1 Gallon RM','line_item',3638),(17887,'Free Standard Shipping','shipping',3638),(17888,'Professional Lice Comb<br>(Case of 12)','line_item',3639),(17889,'Preventive Kit<br>(Case of 6)','line_item',3639),(17890,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3639),(17891,'Preventive Spray 8oz<br>(Case of 12)','line_item',3639),(17892,'Bulk Active Rinse 100%','line_item',3639),(17893,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3639),(17894,'Bulk Detangling Spray 1 Gallon','line_item',3639),(17895,'Preventive Spray 2oz<br>(Case of 24)','line_item',3639),(17896,'Free Standard Shipping','shipping',3639),(17897,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3640),(17898,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3640),(17899,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3640),(17900,'Professional Lice Comb<br>(Case of 12)','line_item',3640),(17901,'Preventive Kit<br>(Case of 6)','line_item',3640),(17902,'Preventive Spray 2oz<br>(Case of 24)','line_item',3640),(17903,'Preventive Spray 8oz<br>(Case of 12)','line_item',3640),(17904,'Preventive Spray 16oz<br>(Case of 16)','line_item',3640),(17905,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3640),(17906,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3640),(17907,'Disposable Head Bands','line_item',3640),(17908,'Bulk Mousse 1 Gallon RM','line_item',3640),(17909,'Free Standard Shipping','shipping',3640),(17910,'Preventive Kit<br>(Case of 6)','line_item',3641),(17911,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3641),(17912,'Preventive Spray 8oz<br>(Case of 12)','line_item',3641),(17913,'Free Standard Shipping','shipping',3641),(17914,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3642),(17915,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3642),(17916,'Free Standard Shipping','shipping',3642),(17917,'Bulk Active Rinse 100% RM','line_item',3643),(17918,'Bulk Detangling Spray 1 Gallon RM','line_item',3643),(17919,'Large Butterfly Clips','line_item',3643),(17920,'Professional Lice Comb<br>(Case of 12)','line_item',3643),(17921,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3643),(17922,'The Wet Brush','line_item',3643),(17923,'FedEx Ground','shipping',3643),(17924,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3644),(17925,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3644),(17926,'Preventive Spray 8oz<br>(Case of 12)','line_item',3644),(17927,'Bulk Detangling Spray 1 Gallon RM','line_item',3644),(17928,'Bulk Mousse 1 Gallon RM','line_item',3644),(17929,'Bulk Active Rinse 100% RM','line_item',3644),(17930,'Free Standard Shipping','shipping',3644),(17931,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3645),(17932,'Free Standard Shipping','shipping',3645),(17933,'Professional Lice Comb<br>(Case of 12)','line_item',3646),(17934,'Preventive Kit<br>(Case of 6)','line_item',3646),(17935,'Preventive Spray 2oz<br>(Case of 24)','line_item',3646),(17936,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3646),(17937,'Free Standard Shipping','shipping',3646),(17938,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3647),(17939,'Preventive Spray 8oz<br>(Case of 12)','line_item',3647),(17940,'Bulk Detangling Spray 1 Gallon RM','line_item',3647),(17941,'Bulk Mousse 1 Gallon RM','line_item',3647),(17942,'Bulk Active Rinse 100% RM','line_item',3647),(17943,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3647),(17944,'Free Standard Shipping','shipping',3647),(17945,'Bulk Detangling Spray 1 Gallon RM','line_item',3649),(17946,'Bulk Active Rinse 100% RM','line_item',3649),(17947,'Free Standard Shipping','shipping',3649),(17948,'Free Standard Shipping','shipping',3649),(17949,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3650),(17950,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3650),(17951,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3650),(17952,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3650),(17953,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3650),(17954,'Free Standard Shipping','shipping',3650),(17967,'Bulk Active Rinse 100% RM','line_item',3651),(17968,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3651),(17969,'Preventive Spray 2oz<br>(Case of 24)','line_item',3651),(17970,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3651),(17971,'Bulk Mousse 1 Gallon RM','line_item',3651),(17972,'Free Standard Shipping','shipping',3651),(17973,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3652),(17974,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3652),(17975,'Professional Lice Comb<br>(Case of 12)','line_item',3652),(17976,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3652),(17977,'Bulk Active Rinse 100% RM','line_item',3652),(17978,'Bulk Detangling Spray 1 Gallon RM','line_item',3652),(17979,'Free Standard Shipping','shipping',3652),(17980,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3653),(17981,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3653),(17982,'Dandruff Shampoo 16oz<br>(Case of 16)','line_item',3653),(17983,'Professional Lice Comb<br>(Case of 12)','line_item',3653),(17984,'Free Standard Shipping','shipping',3653),(17985,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3654),(17986,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3654),(17987,'Comb-Out Mousse<br>(Case of 12)','line_item',3654),(17988,'Professional Lice Comb<br>(Case of 12)','line_item',3654),(17989,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3654),(17990,'Preventive Spray 8oz<br>(Case of 12)','line_item',3654),(17991,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3654),(17992,'Preventive Kit<br>(Case of 6)','line_item',3654),(17993,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3654),(17994,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3654),(17995,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3654),(17996,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3654),(17997,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3654),(17998,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3654),(17999,'Bulk Active Rinse 100% RM','line_item',3654),(18000,'Bulk Detangling Spray 1 Gallon RM','line_item',3654),(18001,'Disposable Head Bands','line_item',3654),(18002,'Free Standard Shipping','shipping',3654),(18003,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3655),(18004,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3655),(18005,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3655),(18006,'Professional Lice Comb<br>(Case of 12)','line_item',3655),(18007,'Preventive Spray 16oz<br>(Case of 16)','line_item',3655),(18008,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3655),(18009,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3655),(18010,'Bulk Detangling Spray 1 Gallon RM','line_item',3655),(18011,'Disposable Head Bands','line_item',3655),(18012,'Free Standard Shipping','shipping',3655),(18013,'Bulk Active Rinse 100% RM','line_item',3656),(18014,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3656),(18015,'Preventive Spray 8oz<br>(Case of 12)','line_item',3656),(18016,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3656),(18017,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3656),(18018,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3656),(18019,'Comb-Out Mousse<br>(Case of 12)','line_item',3656),(18020,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3656),(18021,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3656),(18022,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3656),(18023,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3656),(18024,'Preventive Kit<br>(Case of 6)','line_item',3656),(18025,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3656),(18026,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',3656),(18027,'6\" Wide Tooth Detangling Comb','line_item',3656),(18028,'The Wet Brush Squirt','line_item',3656),(18029,'Free Standard Shipping','shipping',3656),(18030,'Bulk Active Rinse 100% RM','line_item',3657),(18031,'Professional Lice Comb<br>(Case of 12)','line_item',3657),(18032,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3657),(18033,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3657),(18034,'FedEx 2Day','shipping',3657),(18035,'Bulk Active Rinse 100% RM','line_item',3659),(18036,'Professional Lice Comb<br>(Case of 12)','line_item',3659),(18037,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3659),(18038,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3659),(18039,'FedEx Ground','shipping',3659),(18040,'Bulk Active Rinse 100% RM','line_item',3660),(18041,'Professional Lice Comb<br>(Case of 12)','line_item',3660),(18042,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3660),(18043,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3660),(18044,'Free Standard Shipping','shipping',3660),(18045,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3661),(18046,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3661),(18047,'Professional Lice Comb<br>(Case of 12)','line_item',3661),(18048,'Preventive Spray 8oz<br>(Case of 12)','line_item',3661),(18049,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3661),(18050,'Preventive Spray 2oz<br>(Case of 24)','line_item',3661),(18051,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3661),(18052,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3661),(18053,'Disposable Head Bands','line_item',3661),(18054,'Bulk Active Rinse 100% RM','line_item',3661),(18055,'Free Standard Shipping','shipping',3661),(18056,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3662),(18057,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3662),(18058,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3662),(18059,'Comb-Out Mousse<br>(Case of 12)','line_item',3662),(18060,'Professional Lice Comb<br>(Case of 12)','line_item',3662),(18061,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3662),(18062,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3662),(18063,'Preventive Spray 8oz<br>(Case of 12)','line_item',3662),(18064,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3662),(18065,'Preventive Spray 2oz<br>(Case of 24)','line_item',3662),(18066,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3662),(18067,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3662),(18068,'Bulk Detangling Spray 1 Gallon RM','line_item',3662),(18069,'Bulk Active Rinse 100% RM','line_item',3662),(18070,'Disposable Head Bands','line_item',3662),(18071,'Free Standard Shipping','shipping',3662),(18072,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3663),(18073,'Professional Lice Comb<br>(Case of 12)','line_item',3663),(18074,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3663),(18075,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3663),(18076,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3663),(18077,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3663),(18078,'Preventive Kit<br>(Case of 6)','line_item',3663),(18079,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3663),(18080,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3663),(18081,'Disposable Head Bands','line_item',3663),(18082,'Bulk Active Rinse 100% RM','line_item',3663),(18083,'Free Standard Shipping','shipping',3663),(18084,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3665),(18085,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3665),(18086,'FedEx Ground','shipping',3665),(18087,'Bulk Active Rinse 100% RM','line_item',3666),(18088,'Comb-Out Mousse<br>(Case of 12)','line_item',3666),(18089,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3666),(18090,'Professional Lice Comb<br>(Case of 12)','line_item',3666),(18091,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3666),(18092,'Free Standard Shipping','shipping',3666),(18093,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3667),(18094,'Bulk Active Rinse 100% RM','line_item',3667),(18095,'Free Standard Shipping','shipping',3667),(18096,'Professional Lice Comb<br>(Case of 12)','line_item',3668),(18097,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3668),(18098,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3668),(18099,'Bulk Active Rinse 100% RM','line_item',3668),(18100,'Bulk Mousse 1 Gallon RM','line_item',3668),(18101,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3668),(18102,'Free Standard Shipping','shipping',3668),(18103,'Bulk Detangling Spray 1 Gallon RM','line_item',3670),(18104,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3670),(18105,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3670),(18106,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3670),(18107,'Preventive Kit<br>(Case of 6)','line_item',3670),(18108,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3670),(18109,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3670),(18110,'Bulk Active Rinse 100% RM','line_item',3670),(18111,'Professional Lice Comb<br>(Case of 12)','line_item',3670),(18112,'Free Standard Shipping','shipping',3670),(18113,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3671),(18114,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3671),(18115,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3671),(18116,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3671),(18117,'Preventive Kit<br>(Case of 6)','line_item',3671),(18118,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3671),(18119,'Preventive Spray 8oz<br>(Case of 12)','line_item',3671),(18120,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3671),(18121,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3671),(18122,'Bulk Active Rinse 100% RM','line_item',3671),(18123,'Bulk Mousse 1 Gallon RM','line_item',3671),(18124,'Free Standard Shipping','shipping',3671),(18125,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3678),(18126,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3678),(18127,'Preventive Kit<br>(Case of 6)','line_item',3678),(18128,'Professional Lice Comb<br>(Case of 12)','line_item',3678),(18129,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3678),(18130,'Free Standard Shipping','shipping',3678),(18131,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3679),(18132,'Professional Lice Comb<br>(Case of 12)','line_item',3679),(18133,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3679),(18134,'Bulk Active Rinse 100% RM','line_item',3679),(18135,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3679),(18136,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3679),(18137,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3679),(18138,'Preventive Kit<br>(Case of 6)','line_item',3679),(18139,'Free Standard Shipping','shipping',3679),(18140,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3680),(18141,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3680),(18142,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3680),(18143,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3680),(18144,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3680),(18145,'Preventive Spray 8oz<br>(Case of 12)','line_item',3680),(18146,'Bulk Active Rinse 100% RM','line_item',3680),(18147,'Bulk Mousse 1 Gallon RM','line_item',3680),(18148,'Free Standard Shipping','shipping',3680),(18149,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3685),(18150,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3685),(18151,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3685),(18152,'Professional Lice Comb<br>(Case of 12)','line_item',3685),(18153,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3685),(18154,'Urgent Care Kit<br>(Case of 6)','line_item',3685),(18155,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3685),(18156,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3685),(18157,'Preventive Kit<br>(Case of 6)','line_item',3685),(18158,'Free Standard Shipping','shipping',3685),(18159,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3686),(18160,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3686),(18161,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3686),(18162,'Professional Lice Comb<br>(Case of 12)','line_item',3686),(18163,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3686),(18164,'Urgent Care Kit<br>(Case of 6)','line_item',3686),(18165,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3686),(18166,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3686),(18167,'Preventive Kit<br>(Case of 6)','line_item',3686),(18168,'Free Standard Shipping','shipping',3686),(18169,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3687),(18170,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3687),(18171,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3687),(18172,'Professional Lice Comb<br>(Case of 12)','line_item',3687),(18173,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3687),(18174,'Urgent Care Kit<br>(Case of 6)','line_item',3687),(18175,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3687),(18176,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3687),(18177,'Preventive Kit<br>(Case of 6)','line_item',3687),(18178,'Free Standard Shipping','shipping',3687),(18179,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3688),(18180,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3688),(18181,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3688),(18182,'Professional Lice Comb<br>(Case of 12)','line_item',3688),(18183,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3688),(18184,'Urgent Care Kit<br>(Case of 6)','line_item',3688),(18185,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3688),(18186,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3688),(18187,'Preventive Kit<br>(Case of 6)','line_item',3688),(18188,'Free Standard Shipping','shipping',3688),(18189,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3689),(18190,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3689),(18191,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3689),(18192,'Professional Lice Comb<br>(Case of 12)','line_item',3689),(18193,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3689),(18194,'Urgent Care Kit<br>(Case of 6)','line_item',3689),(18195,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3689),(18196,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3689),(18197,'Preventive Kit<br>(Case of 6)','line_item',3689),(18198,'Free Standard Shipping','shipping',3689),(18199,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3690),(18200,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3690),(18201,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3690),(18202,'Professional Lice Comb<br>(Case of 12)','line_item',3690),(18203,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3690),(18204,'Urgent Care Kit<br>(Case of 6)','line_item',3690),(18205,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3690),(18206,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3690),(18207,'Preventive Kit<br>(Case of 6)','line_item',3690),(18208,'Free Standard Shipping','shipping',3690),(18209,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3691),(18210,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3691),(18211,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3704),(18212,'Preventive Spray 8oz<br>(Case of 12)','line_item',3704),(18213,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3704),(18214,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3704),(18215,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3704),(18216,'Professional Lice Comb<br>(Case of 12)','line_item',3704),(18217,'Free Standard Shipping','shipping',3704),(18218,'Bulk Mousse 1 Gallon RM','line_item',3705),(18219,'Professional Lice Comb<br>(Case of 12)','line_item',3705),(18220,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3705),(18221,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3705),(18222,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3705),(18223,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3705),(18224,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3705),(18225,'Free Standard Shipping','shipping',3705),(18226,'Professional Lice Comb<br>(Case of 12)','line_item',3706),(18227,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3706),(18228,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3706),(18229,'Free Standard Shipping','shipping',3706),(18230,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3710),(18231,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3710),(18232,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3710),(18233,'Comb-Out Mousse<br>(Case of 12)','line_item',3710),(18234,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3710),(18235,'Free Standard Shipping','shipping',3710),(18236,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3711),(18237,'Professional Lice Comb<br>(Case of 12)','line_item',3711),(18238,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3711),(18239,'Preventive Kit<br>(Case of 6)','line_item',3711),(18240,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3711),(18241,'Bulk Active Rinse 100% RM','line_item',3711),(18242,'Bulk Detangling Spray 1 Gallon RM','line_item',3711),(18243,'Free Standard Shipping','shipping',3711),(18244,'Bulk Detangling Spray 1 Gallon RM','line_item',3712),(18245,'Bulk Mousse 1 Gallon RM','line_item',3712),(18246,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3712),(18247,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3712),(18248,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3712),(18249,'Preventive Spray 8oz<br>(Case of 12)','line_item',3712),(18250,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3712),(18251,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3712),(18252,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3712),(18253,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3712),(18254,'Free Standard Shipping','shipping',3712),(18255,'Preventive Kit<br>(Case of 6)','line_item',3714),(18256,'Preventive Spray 8oz<br>(Case of 12)','line_item',3714),(18257,'Preventive Spray 16oz<br>(Case of 16)','line_item',3714),(18258,'Bulk Active Rinse 100% 1 Gallon','line_item',3714),(18259,'Free Standard Shipping','shipping',3714),(18260,'Bulk Detangling Spray 1 Gallon RM','line_item',3715),(18261,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3715),(18262,'Bulk Active Rinse 100% 1 Gallon','line_item',3715),(18263,'FedEx Ground','shipping',3715),(18264,'Professional Lice Comb<br>(Case of 12)','line_item',3716),(18265,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3716),(18266,'Preventive Kit<br>(Case of 6)','line_item',3716),(18267,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3716),(18268,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3716),(18269,'Free Standard Shipping','shipping',3716),(18270,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3717),(18271,'Bulk Detangling Spray 1 Gallon RM','line_item',3717),(18272,'Bulk Mousse 1 Gallon RM','line_item',3717),(18273,'Bulk Active Rinse 100% 1 Gallon','line_item',3717),(18274,'Free Standard Shipping','shipping',3717),(18275,'Preventive Kit<br>(Case of 6)','line_item',3718),(18276,'Disposable Head Bands','line_item',3718),(18277,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3718),(18278,'Bulk Active Rinse 100%','line_item',3718),(18279,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3718),(18280,'Free Standard Shipping','shipping',3718),(18285,'Bulk Mousse 1 Gallon RM','line_item',3720),(18286,'Urgent Care Kit<br>(Case of 6)','line_item',3720),(18287,'Comb-Out Mousse<br>(Case of 12)','line_item',3720),(18288,'Free Standard Shipping','shipping',3720),(18289,'Bulk Active Rinse 100% 1 Gallon','line_item',3721),(18290,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3721),(18291,'Preventive Spray 2oz<br>(Case of 24)','line_item',3721),(18292,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3721),(18293,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3721),(18294,'Free Standard Shipping','shipping',3721),(18295,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',3722),(18296,'Professional Lice Comb<br>(Case of 12)','line_item',3722),(18297,'Free Standard Shipping','shipping',3722),(18298,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3723),(18299,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3723),(18300,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3723),(18301,'Preventive Spray 8oz<br>(Case of 12)','line_item',3723),(18302,'Preventive Kit<br>(Case of 6)','line_item',3723),(18303,'Bulk Active Rinse 100% RM','line_item',3723),(18304,'Disposable Head Bands','line_item',3723),(18305,'Free Standard Shipping','shipping',3723),(18306,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',3724),(18307,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',3724),(18308,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3724),(18309,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3724),(18310,'Professional Lice Comb<br>(Case of 12)','line_item',3724),(18311,'Preventive Spray 8oz<br>(Case of 12)','line_item',3724),(18312,'Free Standard Shipping','shipping',3724),(18313,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3725),(18314,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3725),(18315,'Preventive Kit<br>(Case of 6)','line_item',3725),(18316,'Preventive Spray 8oz<br>(Case of 12)','line_item',3725),(18317,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3725),(18318,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3725),(18319,'Bulk Active Rinse 100% 1 Gallon','line_item',3725),(18320,'Free Standard Shipping','shipping',3725),(18321,'Bulk Detangling Spray 1 Gallon RM','line_item',3726),(18322,'Bulk Active Rinse 100% RM','line_item',3726),(18323,'FedEx Ground','shipping',3726),(18324,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3727),(18325,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3727),(18326,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3727),(18327,'Bulk Active Rinse 100% 1 Gallon','line_item',3727),(18328,'Free Standard Shipping','shipping',3727),(18329,'Bulk Detangling Spray 1 Gallon RM','line_item',3728),(18330,'Bulk Active Rinse 100% RM','line_item',3728),(18331,'FedEx Ground','shipping',3728),(18332,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3729),(18333,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3729),(18334,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3729),(18335,'Bulk Active Rinse 100% 1 Gallon','line_item',3729),(18336,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3729),(18337,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3729),(18338,'Professional Lice Comb<br>(Case of 12)','line_item',3729),(18339,'Preventive Spray 2oz<br>(Case of 24)','line_item',3729),(18340,'Free Standard Shipping','shipping',3729),(18341,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3730),(18342,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3730),(18343,'Preventive Spray 8oz<br>(Case of 12)','line_item',3730),(18344,'Professional Lice Comb<br>(Case of 12)','line_item',3730),(18345,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3730),(18346,'Free Standard Shipping','shipping',3730),(18347,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3731),(18348,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3731),(18349,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3731),(18350,'Urgent Care Kit<br>(Case of 6)','line_item',3731),(18351,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3731),(18352,'Free Standard Shipping','shipping',3731),(18353,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3732),(18354,'Professional Lice Comb<br>(Case of 12)','line_item',3732),(18355,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3732),(18356,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3732),(18357,'Bulk Active Rinse 100%','line_item',3732),(18358,'Preventive Spray 8oz<br>(Case of 12)','line_item',3732),(18359,'Free Standard Shipping','shipping',3732),(18360,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3734),(18361,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3734),(18362,'Bulk Active Rinse 50/50 RM','line_item',3734),(18363,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3734),(18364,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3734),(18365,'Preventive Spray 8oz<br>(Case of 12)','line_item',3734),(18366,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3734),(18367,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3734),(18368,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3734),(18369,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3734),(18370,'Professional Lice Comb<br>(Case of 12)','line_item',3734),(18371,'Free Standard Shipping','shipping',3734),(18381,'Bulk Active Rinse 100% RM','line_item',3737),(18382,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3737),(18383,'Bulk Mousse 1 Gallon RM','line_item',3737),(18384,'Professional Lice Comb<br>(Case of 12)','line_item',3737),(18385,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3737),(18386,'Bulk Active Rinse 100% 1 Gallon','line_item',3737),(18387,'Bulk Detangling Spray 1 Gallon RM','line_item',3737),(18388,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3737),(18389,'Free Standard Shipping','shipping',3737),(18390,'Bulk Detangling Spray 1 Gallon RM','line_item',3738),(18391,'Bulk Mousse 1 Gallon RM','line_item',3738),(18392,'Course Tail Comb','line_item',3738),(18393,'Bulk Active Rinse 100% 1 Gallon','line_item',3738),(18394,'FedEx Ground','shipping',3738),(18395,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3739),(18396,'Bulk Mousse 1 Gallon RM','line_item',3739),(18397,'Bulk Active Rinse 100% 1 Gallon','line_item',3739),(18398,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3739),(18399,'Free Standard Shipping','shipping',3739),(18400,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3740),(18401,'Urgent Care Kit<br>(Case of 6)','line_item',3740),(18402,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3740),(18403,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3740),(18404,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3740),(18405,'Free Standard Shipping','shipping',3740),(18406,'Professional Lice Comb<br>(Case of 12)','line_item',3741),(18407,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3741),(18408,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3741),(18409,'Free Standard Shipping','shipping',3741),(18410,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3742),(18411,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3742),(18412,'Comb-Out Mousse<br>(Case of 12)','line_item',3742),(18413,'Professional Lice Comb<br>(Case of 12)','line_item',3742),(18414,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3742),(18415,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3742),(18416,'Preventive Spray 2oz<br>(Case of 24)','line_item',3742),(18417,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3742),(18418,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3742),(18419,'Free Standard Shipping','shipping',3742),(18420,'Comb-Out Mousse<br>(Case of 12)','line_item',3743),(18421,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3743),(18422,'Preventive Spray 8oz<br>(Case of 12)','line_item',3743),(18423,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3743),(18424,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3743),(18425,'Preventive Spray 2oz<br>(Case of 24)','line_item',3743),(18426,'Preventive Kit<br>(Case of 6)','line_item',3743),(18427,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3743),(18428,'Disposable Head Bands','line_item',3743),(18429,'Free Standard Shipping','shipping',3743),(18430,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3744),(18431,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3744),(18432,'Disposable Head Bands','line_item',3744),(18433,'FedEx 2Day','shipping',3744),(18434,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3745),(18435,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3745),(18436,'Comb-Out Mousse<br>(Case of 12)','line_item',3745),(18437,'Professional Lice Comb<br>(Case of 12)','line_item',3745),(18438,'Preventive Spray 8oz<br>(Case of 12)','line_item',3745),(18439,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3745),(18440,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3745),(18441,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3745),(18442,'Preventive Spray 2oz<br>(Case of 24)','line_item',3745),(18443,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3745),(18444,'Preventive Kit<br>(Case of 6)','line_item',3745),(18445,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3745),(18446,'Disposable Head Bands','line_item',3745),(18447,'Free Standard Shipping','shipping',3745),(18448,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3746),(18449,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3746),(18450,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3746),(18451,'Comb-Out Mousse<br>(Case of 12)','line_item',3746),(18452,'Professional Lice Comb<br>(Case of 12)','line_item',3746),(18453,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',3746),(18454,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',3746),(18455,'Preventive Spray 8oz<br>(Case of 12)','line_item',3746),(18456,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3746),(18457,'Preventive Spray 2oz<br>(Case of 24)','line_item',3746),(18458,'Preventive Kit<br>(Case of 6)','line_item',3746),(18459,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3746),(18460,'Disposable Head Bands','line_item',3746),(18461,'Free Standard Shipping','shipping',3746),(18462,'Bulk Active Rinse 100% 1 Gallon','line_item',3748),(18463,'Preventive Kit<br>(Case of 6)','line_item',3748),(18464,'Bulk Active Rinse 100% RM','line_item',3748),(18465,'Free Standard Shipping','shipping',3748),(18466,'Bulk Active Rinse 100% 1 Gallon','line_item',3750),(18467,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3750),(18468,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3750),(18469,'Preventive Kit<br>(Case of 6)','line_item',3750),(18470,'Free Standard Shipping','shipping',3750),(18471,'Bulk Active Rinse 100% 1 Gallon','line_item',3751),(18472,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3751),(18473,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3751),(18474,'Preventive Kit<br>(Case of 6)','line_item',3751),(18475,'Free Standard Shipping','shipping',3751),(18481,'Bulk Active Rinse 100% 1 Gallon','line_item',3752),(18482,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3752),(18483,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3752),(18484,'Preventive Kit<br>(Case of 6)','line_item',3752),(18485,'Free Standard Shipping','shipping',3752),(18486,'Bulk Active Rinse 100% 1 Gallon','line_item',3753),(18487,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3753),(18488,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',3753),(18489,'Preventive Kit<br>(Case of 6)','line_item',3753),(18490,'Free Standard Shipping','shipping',3753),(18495,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3754),(18496,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3754),(18497,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3754),(18498,'Free Standard Shipping','shipping',3754),(18514,'Professional Lice Comb<br>(Case of 12)','line_item',3756),(18515,'Preventive Kit<br>(Case of 6)','line_item',3756),(18516,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3756),(18517,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3756),(18518,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3756),(18519,'Free Standard Shipping','shipping',3756),(18520,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3757),(18521,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3757),(18522,'Dandruff Shampoo 16oz<br>(Case of 16)','line_item',3757),(18523,'Professional Lice Comb<br>(Case of 12)','line_item',3757),(18524,'Bulk Active Rinse 100% 1 Gallon','line_item',3757),(18525,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',3757),(18526,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3757),(18527,'Free Standard Shipping','shipping',3757),(18528,'Disposable Head Bands','line_item',3758),(18529,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3758),(18530,'Free Standard Shipping','shipping',3758),(18531,'Bulk Active Rinse 100% 1 Gallon','line_item',3759),(18532,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3759),(18533,'Preventive Kit<br>(Case of 6)','line_item',3759),(18534,'Free Standard Shipping','shipping',3759),(18535,'Bulk Active Rinse 100% RM','line_item',3760),(18536,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',3760),(18537,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',3760),(18538,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',3760),(18539,'Bulk Active Rinse 100% 1 Gallon','line_item',3760),(18540,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3760),(18541,'Preventive Spray 8oz<br>(Case of 12)','line_item',3760),(18542,'Bulk Mousse 1 Gallon RM','line_item',3760),(18543,'Free Standard Shipping','shipping',3760),(18544,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3761),(18545,'Preventive Spray 8oz<br>(Case of 12)','line_item',3761),(18546,'Bulk Active Rinse 100% RM','line_item',3761),(18547,'FedEx Ground','shipping',3761),(18563,'Preventive Spray 8oz<br>(Case of 12)','line_item',3755),(18564,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3755),(18565,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3755),(18566,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3755),(18567,'Bulk Mousse 1 Gallon RM','line_item',3755),(18568,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3755),(18569,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3755),(18570,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',3755),(18571,'Bulk Active Rinse 100% RM','line_item',3755),(18572,'6\" Wide Tooth Detangling Comb','line_item',3755),(18573,'9\" Detangler Comb','line_item',3755),(18574,'Comb-Out Mousse<br>(Case of 12)','line_item',3755),(18575,'Professional Lice Comb<br>(Case of 12)','line_item',3755),(18576,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',3755),(18577,'Free Standard Shipping','shipping',3755),(18578,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3762),(18579,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3762),(18580,'Professional Lice Comb<br>(Case of 12)','line_item',3762),(18581,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3762),(18582,'Preventive Spray 2oz<br>(Case of 24)','line_item',3762),(18583,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3762),(18584,'Bulk Active Rinse 100% RM','line_item',3762),(18585,'Bulk Mousse 1 Gallon RM','line_item',3762),(18586,'Free Standard Shipping','shipping',3762),(18587,'Bulk Detangling Spray 1 Gallon RM','line_item',3763),(18588,'Bulk Mousse 1 Gallon RM','line_item',3763),(18589,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3763),(18590,'FedEx Ground','shipping',3763),(18591,'Bulk Detangling Spray 1 Gallon RM','line_item',3764),(18592,'Bulk Mousse 1 Gallon RM','line_item',3764),(18593,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3764),(18594,'FedEx Ground','shipping',3764),(18595,'Bulk Detangling Spray 1 Gallon RM','line_item',3765),(18596,'Bulk Mousse 1 Gallon RM','line_item',3765),(18597,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3765),(18598,'FedEx Ground','shipping',3765),(18599,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3766),(18600,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3766),(18601,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3766),(18602,'Bulk Active Rinse 100% 1 Gallon','line_item',3766),(18603,'Bulk Detangling Spray 1 Gallon RM','line_item',3766),(18604,'Bulk Mousse 1 Gallon RM','line_item',3766),(18605,'Free Standard Shipping','shipping',3766),(18606,'Bulk Active Rinse 100% 1 Gallon','line_item',3767),(18607,'Bulk Detangling Spray 1 Gallon RM','line_item',3767),(18608,'Bulk Mousse 1 Gallon RM','line_item',3767),(18609,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3767),(18610,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3767),(18611,'Free Standard Shipping','shipping',3767),(18627,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3768),(18628,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3768),(18629,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3768),(18630,'Professional Lice Comb<br>(Case of 12)','line_item',3768),(18631,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3768),(18632,'Professional Lice Comb<br>(Case of 12)','line_item',3768),(18633,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3768),(18634,'Disposable Head Bands','line_item',3768),(18635,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',3768),(18636,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',3768),(18637,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',3768),(18638,'Preventive Spray 2oz<br>(Case of 24)','line_item',3768),(18639,'Preventive Spray 8oz<br>(Case of 12)','line_item',3768),(18640,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3768),(18641,'Free Standard Shipping','shipping',3768),(18642,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',3769),(18643,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',3769),(18644,'FedEx Ground','shipping',3769),(18645,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3770),(18646,'Bulk Active Rinse 100% RM','line_item',3770),(18647,'Preventive Kit<br>(Case of 6)','line_item',3770),(18648,'Free Standard Shipping','shipping',3770),(18649,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3772),(18650,'Preventive Kit<br>(Case of 6)','line_item',3772),(18651,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3772),(18652,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3772),(18653,'Professional Lice Comb<br>(Case of 12)','line_item',3772),(18654,'Free Standard Shipping','shipping',3772),(18655,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3773),(18656,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3773),(18657,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3773),(18658,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3773),(18659,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3773),(18660,'Preventive Kit<br>(Case of 6)','line_item',3773),(18661,'Free Standard Shipping','shipping',3773),(18662,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3774),(18663,'Preventive Spray 8oz<br>(Case of 12)','line_item',3774),(18664,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3774),(18665,'Professional Lice Comb<br>(Case of 12)','line_item',3774),(18666,'Free Standard Shipping','shipping',3774),(18667,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3775),(18668,'Preventive Spray 8oz<br>(Case of 12)','line_item',3775),(18669,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3775),(18670,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3775),(18671,'Professional Lice Comb<br>(Case of 12)','line_item',3775),(18672,'Free Standard Shipping','shipping',3775),(18673,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',3776),(18674,'Preventive Spray 2oz<br>(Case of 24)','line_item',3776),(18675,'Preventive Spray 8oz<br>(Case of 12)','line_item',3776),(18676,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3776),(18677,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3776),(18678,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3776),(18679,'Professional Lice Comb<br>(Case of 12)','line_item',3776),(18680,'Free Standard Shipping','shipping',3776),(18681,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3777),(18682,'Disposable Head Bands','line_item',3777),(18683,'Professional Lice Comb<br>(Case of 12)','line_item',3777),(18684,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3777),(18685,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',3777),(18686,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3777),(18687,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',3777),(18688,'Free Standard Shipping','shipping',3777),(18689,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3778),(18690,'Professional Lice Comb<br>(Case of 12)','line_item',3778),(18691,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3778),(18692,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3778),(18693,'Free Standard Shipping','shipping',3778),(18694,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3779),(18695,'Preventive Spray 8oz<br>(Case of 12)','line_item',3779),(18696,'Preventive Spray 16oz<br>(Case of 16)','line_item',3779),(18697,'Free Standard Shipping','shipping',3779),(18698,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',3780),(18699,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',3780),(18700,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',3780),(18701,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',3780),(18702,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',3780),(18703,'Free Standard Shipping','shipping',3780),(18704,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184184),(18705,'Professional Lice Comb<br>(Case of 12)','line_item',184184),(18706,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184184),(18707,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184184),(18708,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184184),(18709,'Professional Lice Comb<br>(Case of 12)','line_item',184184),(18710,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184184),(18711,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184184),(18712,'Free Standard Shipping','shipping',184184),(18713,'Free Standard Shipping','shipping',184184),(18714,'Free Standard Shipping','shipping',184184),(18715,'Free Standard Shipping','shipping',184184),(18716,'Free Standard Shipping','shipping',184184),(18717,'Free Standard Shipping','shipping',184184),(18718,'Free Standard Shipping','shipping',184184),(18719,'Free Standard Shipping','shipping',184184),(18724,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184185),(18725,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184185),(18726,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184185),(18727,'Free Standard Shipping','shipping',184185),(18728,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184186),(18729,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184186),(18730,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184186),(18731,'Professional Lice Comb<br>(Case of 12)','line_item',184186),(18732,'Free Standard Shipping','shipping',184186),(18733,'Bulk Detangling Spray 1 Gallon RM','line_item',184187),(18734,'Preventive Kit<br>(Case of 6)','line_item',184187),(18735,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184187),(18736,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184187),(18737,'Bulk Mousse 1 Gallon RM','line_item',184187),(18738,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184187),(18739,'Free Standard Shipping','shipping',184187),(18740,'Bulk Active Rinse 100% RM','line_item',184188),(18741,'Professional Lice Comb<br>(Case of 12)','line_item',184188),(18742,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184188),(18743,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184188),(18744,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184188),(18745,'Free Standard Shipping','shipping',184188),(18746,'Dummy Product','line_item',0),(18747,'Dummy Product Variation','line_item',0),(18748,'Dummy Product','line_item',0),(18749,'Dummy Product Variation','line_item',0),(18750,'Professional Lice Comb<br>(Case of 12)','line_item',184190),(18751,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184190),(18752,'Free Standard Shipping','shipping',184190),(18762,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184191),(18763,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184191),(18764,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184191),(18765,'Bulk Active Rinse 100% RM','line_item',184191),(18766,'Disposable Head Bands','line_item',184191),(18767,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184191),(18768,'Preventive Spray 8oz<br>(Case of 12)','line_item',184191),(18769,'Preventive Kit<br>(Case of 6)','line_item',184191),(18770,'Free Standard Shipping','shipping',184191),(18771,'Bulk Active Rinse 100% 1 Gallon','line_item',184192),(18772,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184192),(18773,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184192),(18774,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184192),(18775,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184192),(18776,'Professional Lice Comb<br>(Case of 12)','line_item',184192),(18777,'Preventive Kit<br>(Case of 6)','line_item',184192),(18778,'Free Standard Shipping','shipping',184192),(18779,'Professional Lice Comb<br>(Case of 12)','line_item',184193),(18780,'FedEx Ground','shipping',184193),(18781,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184194),(18782,'Preventive Spray 8oz<br>(Case of 12)','line_item',184194),(18783,'Preventive Spray 16oz<br>(Case of 16)','line_item',184194),(18784,'Bulk Active Rinse 100% 1 Gallon','line_item',184194),(18785,'Free Standard Shipping','shipping',184194),(18786,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184196),(18787,'Free shipping','shipping',184196),(18788,'judy_free','coupon',184196),(18789,'Bulk Active Rinse 100% 1 Gallon','line_item',184197),(18790,'Preventive Kit<br>(Case of 6)','line_item',184197),(18791,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184197),(18792,'Will Call Pick Up','shipping',184197),(18793,'US-AL-SALES TAX-1','tax',184197),(18794,'Bulk Active Rinse 100% 1 Gallon','line_item',184198),(18795,'Preventive Kit<br>(Case of 6)','line_item',184198),(18796,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184198),(18797,'US-AL-SALES TAX-1','tax',184198),(18798,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184199),(18799,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184199),(18800,'Professional Lice Comb<br>(Case of 12)','line_item',184199),(18801,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184199),(18802,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184199),(18803,'Bulk Active Rinse 100% 1 Gallon','line_item',184199),(18804,'Free Shipping','shipping',184199),(18805,'Bulk Active Rinse 100% 1 Gallon','line_item',184201),(18806,'Preventive Kit<br>(Case of 6)','line_item',184201),(18807,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184201),(18808,'Free Shipping','shipping',184201),(18809,'Bulk Detangling Spray 1 Gallon RM','line_item',184202),(18810,'Bulk Active Rinse 100% RM','line_item',184202),(18811,'Free Shipping','shipping',184202),(18812,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184204),(18813,'Bulk Active Rinse 100% 1 Gallon','line_item',184204),(18814,'Free Shipping','shipping',184204),(18822,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184206),(18823,'9\" Detangler Comb','line_item',184206),(18824,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184206),(18825,'Preventive Spray 8oz<br>(Case of 12)','line_item',184206),(18826,'Local pickup','shipping',184206),(18827,'US-AL-SALES TAX-1','tax',184206),(18828,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184208),(18829,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184208),(18830,'Preventive Kit<br>(Case of 6)','line_item',184208),(18831,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184208),(18832,'Preventive Spray 2oz<br>(Case of 24)','line_item',184208),(18833,'Bulk Active Rinse 100% 1 Gallon','line_item',184208),(18834,'Bulk Mousse 1 Gallon RM','line_item',184208),(18835,'Free Shipping','shipping',184208),(18837,'Bulk Active Rinse 100% 1 Gallon','line_item',184209),(18838,'Preventive Kit<br>(Case of 6)','line_item',184209),(18839,'Bulk Mousse 1 Gallon RM','line_item',184209),(18840,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184209),(18841,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184209),(18842,'Preventive Spray 8oz<br>(Case of 12)','line_item',184209),(18843,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184209),(18844,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184209),(18845,'Free Shipping','shipping',184209),(18846,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184210),(18847,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184210),(18848,'Preventive Spray 8oz<br>(Case of 12)','line_item',184210),(18849,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184210),(18850,'Bulk Active Rinse 100% 1 Gallon','line_item',184210),(18851,'Bulk Mousse 1 Gallon RM','line_item',184210),(18852,'Bulk Detangling Spray 1 Gallon RM','line_item',184210),(18853,'Free Shipping','shipping',184210),(18854,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184211),(18855,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184211),(18856,'Professional Lice Comb<br>(Case of 12)','line_item',184211),(18857,'Free Shipping','shipping',184211),(18858,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184212),(18859,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184212),(18860,'Bulk Active Rinse 100%','line_item',184212),(18861,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184212),(18862,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184212),(18863,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184212),(18864,'Professional Lice Comb<br>(Case of 12)','line_item',184212),(18865,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',184212),(18866,'Urgent Care Kit<br>(Case of 6)','line_item',184212),(18867,'Preventive Spray 8oz<br>(Case of 12)','line_item',184212),(18868,'Preventive Spray 16oz<br>(Case of 16)','line_item',184212),(18869,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184212),(18870,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184212),(18871,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184212),(18872,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184212),(18873,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184212),(18874,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184212),(18875,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184212),(18876,'Bulk Detangling Spray 1 Gallon','line_item',184212),(18877,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184212),(18878,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184212),(18879,'Bulk Mousse 1 Gallon','line_item',184212),(18880,'Disposable Head Bands','line_item',184212),(18881,'Free Shipping','shipping',184212),(18882,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184213),(18883,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184213),(18884,'Professional Lice Comb<br>(Case of 12)','line_item',184213),(18885,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184213),(18886,'Free Shipping','shipping',184213),(18887,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184214),(18888,'Professional Lice Comb<br>(Case of 12)','line_item',184214),(18889,'Preventive Spray 8oz<br>(Case of 12)','line_item',184214),(18890,'Preventive Spray 2oz<br>(Case of 24)','line_item',184214),(18891,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184214),(18892,'Bulk Active Rinse 100% RM','line_item',184214),(18893,'Disposable Head Bands','line_item',184214),(18894,'Free Shipping','shipping',184214),(18895,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184215),(18896,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184215),(18897,'Comb-Out Mousse<br>(Case of 12)','line_item',184215),(18898,'Professional Lice Comb<br>(Case of 12)','line_item',184215),(18899,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184215),(18900,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184215),(18901,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184215),(18902,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184215),(18903,'Bulk Active Rinse 100% RM','line_item',184215),(18904,'Disposable Head Bands','line_item',184215),(18905,'Free Shipping','shipping',184215),(18906,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184216),(18907,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184216),(18908,'Professional Lice Comb<br>(Case of 12)','line_item',184216),(18909,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184216),(18910,'Preventive Spray 8oz<br>(Case of 12)','line_item',184216),(18911,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184216),(18912,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184216),(18913,'Bulk Active Rinse 100% RM','line_item',184216),(18914,'Free Shipping','shipping',184216),(18915,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184217),(18916,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184217),(18917,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184217),(18918,'Professional Lice Comb<br>(Case of 12)','line_item',184217),(18919,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184217),(18920,'Preventive Spray 16oz<br>(Case of 16)','line_item',184217),(18921,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184217),(18922,'Bulk Active Rinse 100% RM','line_item',184217),(18923,'Free Shipping','shipping',184217),(18924,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184218),(18925,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184218),(18926,'Professional Lice Comb<br>(Case of 12)','line_item',184218),(18927,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184218),(18928,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184218),(18929,'Preventive Spray 8oz<br>(Case of 12)','line_item',184218),(18930,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184218),(18931,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184218),(18932,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184218),(18933,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184218),(18934,'Bulk Active Rinse 100% RM','line_item',184218),(18935,'Disposable Head Bands','line_item',184218),(18936,'Free Shipping','shipping',184218),(18937,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184219),(18938,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184219),(18939,'Preventive Spray 2oz<br>(Case of 24)','line_item',184219),(18940,'Preventive Spray 8oz<br>(Case of 12)','line_item',184219),(18941,'Free Shipping','shipping',184219),(18942,'Professional Lice Comb<br>(Case of 12)','line_item',184221),(18943,'Urgent Care Kit<br>(Case of 6)','line_item',184221),(18944,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184221),(18945,'FedEx Ground','shipping',184221),(18946,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184222),(18947,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184222),(18948,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184222),(18949,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184222),(18950,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184222),(18951,'Professional Lice Comb<br>(Case of 12)','line_item',184222),(18952,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184222),(18953,'Preventive Spray 8oz<br>(Case of 12)','line_item',184222),(18954,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184222),(18955,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184222),(18956,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184222),(18957,'Dandruff Shampoo 16oz<br>(Case of 16)','line_item',184222),(18958,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184222),(18959,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184222),(18960,'Free Shipping','shipping',184222),(18961,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184223),(18962,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184223),(18963,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184223),(18964,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184223),(18965,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184223),(18966,'Professional Lice Comb<br>(Case of 12)','line_item',184223),(18967,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184223),(18968,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184223),(18969,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184223),(18970,'Free Shipping','shipping',184223),(18978,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184224),(18979,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184224),(18980,'Preventive Spray 2oz<br>(Case of 24)','line_item',184224),(18981,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184224),(18982,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184224),(18983,'Dandruff Shampoo 16oz<br>(Case of 16)','line_item',184224),(18984,'Free Shipping','shipping',184224),(18985,'Professional Lice Comb<br>(Case of 12)','line_item',184225),(18986,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184225),(18987,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184225),(18988,'Urgent Care Kit<br>(Case of 6)','line_item',184225),(18989,'Bulk Active Rinse 100% 1 Gallon','line_item',184225),(18990,'Free Shipping','shipping',184225),(18991,'Professional Lice Comb<br>(Case of 12)','line_item',184226),(18992,'Preventive Kit<br>(Case of 6)','line_item',184226),(18993,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184226),(18994,'Preventive Spray 2oz<br>(Case of 24)','line_item',184226),(18995,'Free Shipping','shipping',184226),(18996,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184228),(18997,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184228),(18998,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184228),(18999,'FedEx Ground','shipping',184228),(19000,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184229),(19001,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184229),(19002,'Bulk Active Rinse 100% 1 Gallon','line_item',184229),(19003,'Bulk Mousse 1 Gallon RM','line_item',184229),(19004,'Bulk Detangling Spray 1 Gallon RM','line_item',184229),(19005,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184229),(19006,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184229),(19007,'Free Shipping','shipping',184229),(19008,'Preventive Spray 8oz<br>(Case of 12)','line_item',184230),(19009,'Professional Lice Comb<br>(Case of 12)','line_item',184230),(19010,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184230),(19011,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184230),(19012,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184230),(19013,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184230),(19014,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184230),(19015,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184230),(19016,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184230),(19017,'Free Shipping','shipping',184230),(19018,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184231),(19019,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184231),(19020,'Preventive Spray 8oz<br>(Case of 12)','line_item',184231),(19021,'Preventive Kit<br>(Case of 6)','line_item',184231),(19022,'Free Shipping','shipping',184231),(19023,'Professional Lice Comb<br>(Case of 12)','line_item',184233),(19024,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184233),(19025,'Preventive Spray 8oz<br>(Case of 12)','line_item',184233),(19026,'Preventive Spray 2oz<br>(Case of 24)','line_item',184233),(19027,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184233),(19028,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184233),(19029,'Bulk Active Rinse 100%','line_item',184233),(19030,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184233),(19031,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184233),(19032,'Free Shipping','shipping',184233),(19033,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184234),(19034,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184234),(19035,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184234),(19036,'Free Shipping','shipping',184234),(19037,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184235),(19038,'Free Shipping','shipping',184235),(19039,'Professional Lice Comb<br>(Case of 12)','line_item',184236),(19040,'Bulk Detangling Spray 1 Gallon RM','line_item',184236),(19041,'Goomee 4 Pack','line_item',184236),(19042,'The Wet Brush','line_item',184236),(19043,'FedEx Ground','shipping',184236),(19044,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184237),(19045,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184237),(19046,'Free Shipping','shipping',184237),(19047,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184238),(19048,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184238),(19049,'Free Shipping','shipping',184238),(19050,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184239),(19051,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184239),(19052,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184239),(19053,'Preventive Spray 8oz<br>(Case of 12)','line_item',184239),(19054,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184239),(19055,'Professional Lice Comb<br>(Case of 12)','line_item',184239),(19056,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184239),(19057,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184239),(19058,'Free Shipping','shipping',184239),(19059,'Bulk Mousse 1 Gallon RM','line_item',184240),(19060,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184240),(19061,'Preventive Spray 8oz<br>(Case of 12)','line_item',184240),(19062,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184240),(19063,'Preventive Spray 2oz<br>(Case of 24)','line_item',184240),(19064,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184240),(19065,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184240),(19066,'Free Shipping','shipping',184240),(19071,'Bulk Mousse 1 Gallon RM','line_item',184241),(19072,'Bulk Active Rinse 100% 1 Gallon','line_item',184241),(19073,'Comb-Out Mousse<br>(Case of 12)','line_item',184241),(19074,'FedEx Ground','shipping',184241),(19075,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184242),(19076,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184242),(19077,'Bulk Active Rinse 100% 1 Gallon','line_item',184242),(19078,'Bulk Mousse 1 Gallon RM','line_item',184242),(19079,'Bulk Detangling Spray 1 Gallon RM','line_item',184242),(19080,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184242),(19081,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184242),(19082,'Free Shipping','shipping',184242),(19083,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184243),(19084,'Professional Lice Comb<br>(Case of 12)','line_item',184243),(19085,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184243),(19086,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184243),(19087,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184243),(19088,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184243),(19089,'Preventive Spray 8oz<br>(Case of 12)','line_item',184243),(19090,'Bulk Active Rinse 100% 1 Gallon','line_item',184243),(19091,'Bulk Mousse 1 Gallon RM','line_item',184243),(19092,'Free Shipping','shipping',184243),(19093,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184244),(19094,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184244),(19095,'Professional Lice Comb<br>(Case of 12)','line_item',184244),(19096,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184244),(19097,'Preventive Spray 8oz<br>(Case of 12)','line_item',184244),(19098,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184244),(19099,'Bulk Active Rinse 100% RM','line_item',184244),(19100,'Free Shipping','shipping',184244),(19101,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184245),(19102,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184245),(19103,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184245),(19104,'Preventive Spray 8oz<br>(Case of 12)','line_item',184245),(19105,'Bulk Mousse 1 Gallon RM','line_item',184245),(19106,'Bulk Active Rinse 100% RM','line_item',184245),(19107,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184245),(19108,'Free Shipping','shipping',184245),(19109,'Bulk Mousse 1 Gallon RM','line_item',184246),(19110,'Bulk Active Rinse 100% 1 Gallon','line_item',184246),(19111,'Comb-Out Mousse<br>(Case of 12)','line_item',184246),(19112,'FedEx Ground','shipping',184246),(19113,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184249),(19114,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184249),(19115,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184249),(19116,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184249),(19117,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184249),(19118,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184249),(19119,'Bulk Active Rinse 100% 1 Gallon','line_item',184249),(19120,'Bulk Detangling Spray 1 Gallon RM','line_item',184249),(19121,'Bulk Mousse 1 Gallon RM','line_item',184249),(19122,'Free Shipping','shipping',184249),(19123,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184250),(19124,'Bulk Detangling Spray 1 Gallon RM','line_item',184250),(19125,'Bulk Mousse 1 Gallon RM','line_item',184250),(19126,'Bulk Active Rinse 100% 1 Gallon','line_item',184250),(19127,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184250),(19128,'Preventive Spray 8oz<br>(Case of 12)','line_item',184250),(19129,'Preventive Kit<br>(Case of 6)','line_item',184250),(19130,'Free Shipping','shipping',184250),(19131,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184251),(19132,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184251),(19133,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184251),(19134,'Free Shipping','shipping',184251),(19135,'Professional Lice Comb<br>(Case of 12)','line_item',184252),(19136,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184252),(19137,'Free Shipping','shipping',184252),(19138,'Bulk Active Rinse 100% RM','line_item',184253),(19139,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184253),(19140,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184253),(19141,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184253),(19142,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184253),(19143,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184253),(19144,'Free Shipping','shipping',184253),(19148,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184254),(19149,'Bulk Active Rinse 100% 1 Gallon','line_item',184254),(19150,'Free Shipping','shipping',184254),(19151,'Preventive Spray 8oz<br>(Case of 12)','line_item',184255),(19152,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184255),(19153,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184255),(19154,'Professional Lice Comb<br>(Case of 12)','line_item',184255),(19155,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184255),(19156,'Bulk Active Rinse 100% 1 Gallon','line_item',184255),(19157,'Bulk Detangling Spray 1 Gallon RM','line_item',184255),(19158,'Free Shipping','shipping',184255),(19159,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184256),(19160,'Bulk Active Rinse 100% 1 Gallon','line_item',184256),(19161,'Bulk Detangling Spray 1 Gallon RM','line_item',184256),(19162,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184256),(19163,'FedEx Ground','shipping',184256),(19164,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184260),(19165,'Preventive Spray 2oz<br>(Case of 24)','line_item',184260),(19166,'Bulk Active Rinse 100% 1 Gallon','line_item',184260),(19167,'Preventive Kit<br>(Case of 6)','line_item',184260),(19168,'Free Shipping','shipping',184260),(19169,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184261),(19170,'Preventive Kit<br>(Case of 6)','line_item',184261),(19171,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184261),(19172,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184261),(19173,'Preventive Spray 16oz<br>(Case of 16)','line_item',184261),(19174,'Free Shipping','shipping',184261),(19175,'Professional Lice Comb<br>(Case of 12)','line_item',184262),(19176,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184262),(19177,'Urgent Care Kit<br>(Case of 6)','line_item',184262),(19178,'Bulk Active Rinse 100% 1 Gallon','line_item',184262),(19179,'Bulk Detangling Spray 1 Gallon RM','line_item',184262),(19180,'Bulk Mousse 1 Gallon RM','line_item',184262),(19181,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184262),(19182,'Free Shipping','shipping',184262),(19183,'Professional Lice Comb<br>(Case of 12)','line_item',184263),(19184,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184263),(19185,'Urgent Care Kit<br>(Case of 6)','line_item',184263),(19186,'Bulk Active Rinse 100% 1 Gallon','line_item',184263),(19187,'Bulk Detangling Spray 1 Gallon RM','line_item',184263),(19188,'Bulk Mousse 1 Gallon RM','line_item',184263),(19189,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184263),(19190,'Free Shipping','shipping',184263),(19191,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184264),(19192,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184264),(19193,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184264),(19194,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184264),(19195,'Professional Lice Comb<br>(Case of 12)','line_item',184264),(19196,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184264),(19197,'Bulk Active Rinse 100% 1 Gallon','line_item',184264),(19198,'Free Shipping','shipping',184264),(19199,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184265),(19200,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184265),(19201,'Preventive Spray 16oz<br>(Case of 16)','line_item',184265),(19202,'Free Shipping','shipping',184265),(19203,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184266),(19204,'Professional Lice Comb<br>(Case of 12)','line_item',184266),(19205,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184266),(19206,'Urgent Care Kit<br>(Case of 6)','line_item',184266),(19207,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184266),(19208,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184266),(19209,'Preventive Spray 8oz<br>(Case of 12)','line_item',184266),(19210,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184266),(19211,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184266),(19212,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184266),(19213,'Preventive Kit<br>(Case of 6)','line_item',184266),(19214,'Free Shipping','shipping',184266),(19215,'Professional Lice Comb<br>(Case of 12)','line_item',184267),(19216,'Preventive Kit<br>(Case of 6)','line_item',184267),(19217,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184267),(19218,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184267),(19219,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184267),(19220,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184267),(19221,'Free Shipping','shipping',184267),(19222,'Professional Lice Comb<br>(Case of 12)','line_item',184268),(19223,'Preventive Kit<br>(Case of 6)','line_item',184268),(19224,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184268),(19225,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184268),(19226,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184268),(19227,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184268),(19228,'Free Shipping','shipping',184268),(19229,'The Wet Brush Squirt','line_item',184269),(19230,'Disney Wet Brush','line_item',184269),(19231,'The Wet Brush','line_item',184269),(19232,'Bulk Mousse 1 Gallon RM','line_item',184269),(19233,'Bulk Active Rinse 100% 1 Gallon','line_item',184269),(19234,'Free Shipping','shipping',184269),(19235,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184270),(19236,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184270),(19237,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184270),(19238,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184270),(19239,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184270),(19240,'Professional Lice Comb<br>(Case of 12)','line_item',184270),(19241,'Free Shipping','shipping',184270),(19242,'Professional Lice Comb<br>(Case of 12)','line_item',184271),(19243,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184271),(19244,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184271),(19245,'Preventive Spray 8oz<br>(Case of 12)','line_item',184271),(19246,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184271),(19247,'Preventive Kit<br>(Case of 6)','line_item',184271),(19248,'Free Shipping','shipping',184271),(19249,'Professional Lice Comb<br>(Case of 12)','line_item',184272),(19250,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184272),(19251,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184272),(19252,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184272),(19253,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184272),(19254,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184272),(19255,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184272),(19256,'Preventive Spray 8oz<br>(Case of 12)','line_item',184272),(19257,'Bulk Active Rinse 100% 1 Gallon','line_item',184272),(19258,'Bulk Detangling Spray 1 Gallon RM','line_item',184272),(19259,'Free Shipping','shipping',184272),(19260,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184273),(19261,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184273),(19262,'Professional Lice Comb<br>(Case of 12)','line_item',184273),(19263,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184273),(19264,'Disposable Head Bands','line_item',184273),(19265,'Free Shipping','shipping',184273),(19266,'Bulk Active Rinse 100% RM','line_item',184274),(19267,'FedEx Ground','shipping',184274),(19268,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184275),(19269,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184275),(19270,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184275),(19271,'Comb-Out Mousse<br>(Case of 12)','line_item',184275),(19272,'Professional Lice Comb<br>(Case of 12)','line_item',184275),(19273,'Preventive Spray 16oz<br>(Case of 16)','line_item',184275),(19274,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184275),(19275,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184275),(19276,'Preventive Spray 2oz<br>(Case of 24)','line_item',184275),(19277,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184275),(19278,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184275),(19279,'Bulk Active Rinse 100% RM','line_item',184275),(19280,'Disposable Head Bands','line_item',184275),(19281,'Bulk Detangling Spray 1 Gallon RM','line_item',184275),(19282,'Free Shipping','shipping',184275),(19283,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184276),(19284,'Comb-Out Mousse<br>(Case of 12)','line_item',184276),(19285,'Preventive Spray 16oz<br>(Case of 16)','line_item',184276),(19286,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184276),(19287,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184276),(19288,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184276),(19289,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184276),(19290,'Disposable Head Bands','line_item',184276),(19291,'Free Shipping','shipping',184276),(19292,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184277),(19293,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184277),(19294,'Professional Lice Comb<br>(Case of 12)','line_item',184277),(19295,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184277),(19296,'Preventive Spray 8oz<br>(Case of 12)','line_item',184277),(19297,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184277),(19298,'Bulk Active Rinse 100% RM','line_item',184277),(19299,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184277),(19300,'Free Shipping','shipping',184277),(19301,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184278),(19302,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184278),(19303,'Preventive Spray 8oz<br>(Case of 12)','line_item',184278),(19304,'Preventive Spray 16oz<br>(Case of 16)','line_item',184278),(19305,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184278),(19306,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184278),(19307,'Preventive Kit<br>(Case of 6)','line_item',184278),(19308,'Disposable Head Bands','line_item',184278),(19309,'Bulk Detangling Spray 1 Gallon RM','line_item',184278),(19310,'Free Shipping','shipping',184278),(19311,'Disposable Head Bands','line_item',184280),(19312,'Bulk Active Rinse 100% 1 Gallon','line_item',184280),(19313,'Bulk Mousse 1 Gallon RM','line_item',184280),(19314,'FedEx Ground','shipping',184280),(19315,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184281),(19316,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184281),(19317,'Professional Lice Comb<br>(Case of 12)','line_item',184281),(19318,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184281),(19319,'Free Shipping','shipping',184281),(19320,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184282),(19321,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184282),(19322,'Professional Lice Comb<br>(Case of 12)','line_item',184282),(19323,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184282),(19324,'Preventive Spray 8oz<br>(Case of 12)','line_item',184282),(19325,'Preventive Spray 2oz<br>(Case of 24)','line_item',184282),(19326,'Free Shipping','shipping',184282),(19327,'Urgent Care Kit<br>(Case of 6)','line_item',184283),(19328,'Preventive Kit<br>(Case of 6)','line_item',184283),(19329,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184283),(19330,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184283),(19331,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184283),(19332,'Bulk Active Rinse 100% 1 Gallon','line_item',184283),(19333,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184283),(19334,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184283),(19335,'Preventive Spray 8oz<br>(Case of 12)','line_item',184283),(19336,'Free Shipping','shipping',184283),(19337,'Bulk Active Rinse 100% 1 Gallon','line_item',184284),(19338,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184284),(19339,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184284),(19340,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184284),(19341,'Preventive Spray 8oz<br>(Case of 12)','line_item',184284),(19342,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184284),(19343,'Professional Lice Comb<br>(Case of 12)','line_item',184284),(19344,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184284),(19345,'Urgent Care Kit<br>(Case of 6)','line_item',184284),(19346,'Free Shipping','shipping',184284),(19347,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184286),(19348,'Free Shipping','shipping',184286),(19349,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184287),(19350,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184287),(19351,'Preventive Spray 8oz<br>(Case of 12)','line_item',184287),(19352,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184287),(19353,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184287),(19354,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184287),(19355,'Bulk Active Rinse 100% RM','line_item',184287),(19356,'Free Shipping','shipping',184287),(19357,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184288),(19358,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184288),(19359,'Bulk Active Rinse 100% 1 Gallon','line_item',184288),(19360,'Free Shipping','shipping',184288),(19361,'Preventive Kit<br>(Case of 6)','line_item',184289),(19362,'Preventive Spray 8oz<br>(Case of 12)','line_item',184289),(19363,'Course Tail Comb','line_item',184289),(19364,'Large Butterfly Clips','line_item',184289),(19365,'Free Shipping','shipping',184289),(19366,'Professional Lice Comb<br>(Case of 12)','line_item',184290),(19367,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184290),(19368,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184290),(19369,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184290),(19370,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184290),(19371,'Free Shipping','shipping',184290),(19372,'Professional Lice Comb<br>(Case of 12)','line_item',184291),(19373,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184291),(19374,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184291),(19375,'Free Shipping','shipping',184291),(19376,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184292),(19377,'Bulk Mousse 1 Gallon RM','line_item',184292),(19378,'Free Shipping','shipping',184292),(19379,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184293),(19380,'Preventive Spray 8oz<br>(Case of 12)','line_item',184293),(19381,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184293),(19382,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184293),(19383,'Bulk Active Rinse 100% RM','line_item',184293),(19384,'Preventive Kit<br>(Case of 6)','line_item',184293),(19385,'Urgent Care Kit<br>(Case of 6)','line_item',184293),(19386,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',184293),(19387,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184293),(19388,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184293),(19389,'Free Shipping','shipping',184293),(19390,'Bulk Active Rinse 100% RM','line_item',184294),(19391,'FedEx Ground','shipping',184294),(19392,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184295),(19393,'Bulk Mousse 1 Gallon RM','line_item',184295),(19394,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184295),(19395,'Free Shipping','shipping',184295),(19396,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184296),(19397,'Preventive Spray 8oz<br>(Case of 12)','line_item',184296),(19398,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184296),(19399,'Bulk Active Rinse 100% RM','line_item',184296),(19400,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184296),(19401,'Free Shipping','shipping',184296),(19402,'Bulk Detangling Spray 1 Gallon RM','line_item',184297),(19403,'Bulk Active Rinse 100% 1 Gallon','line_item',184297),(19404,'Bulk Detangling Spray 1 Gallon RM','line_item',184297),(19405,'Bulk Active Rinse 100% 1 Gallon','line_item',184297),(19406,'Free Shipping','shipping',184297),(19407,'Free Shipping','shipping',184297),(19408,'Free Shipping','shipping',184297),(19409,'Free Shipping','shipping',184297),(19410,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184298),(19411,'Professional Lice Comb<br>(Case of 12)','line_item',184298),(19412,'Free Shipping','shipping',184298),(19413,'Bulk Active Rinse 100% 1 Gallon','line_item',184299),(19414,'Bulk Mousse 1 Gallon RM','line_item',184299),(19415,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184299),(19416,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184299),(19417,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184299),(19418,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184299),(19419,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184299),(19420,'Free Shipping','shipping',184299),(19421,'Bulk Active Rinse 100% 1 Gallon','line_item',184300),(19422,'Bulk Mousse 1 Gallon RM','line_item',184300),(19423,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184300),(19424,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184300),(19425,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184300),(19426,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184300),(19427,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184300),(19428,'Free Shipping','shipping',184300),(19429,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184302),(19430,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184302),(19431,'Comb-Out Mousse<br>(Case of 12)','line_item',184302),(19432,'Preventive Spray 8oz<br>(Case of 12)','line_item',184302),(19433,'Professional Lice Comb<br>(Case of 12)','line_item',184302),(19434,'Preventive Kit<br>(Case of 6)','line_item',184302),(19435,'Free Shipping','shipping',184302),(19436,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184303),(19437,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184303),(19438,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184303),(19439,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184303),(19440,'Professional Lice Comb<br>(Case of 12)','line_item',184303),(19441,'Bulk Mousse 1 Gallon RM','line_item',184303),(19442,'Free Shipping','shipping',184303),(19443,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184304),(19444,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184304),(19445,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184304),(19446,'Preventive Spray 8oz<br>(Case of 12)','line_item',184304),(19447,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184304),(19448,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184304),(19449,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184304),(19450,'Professional Lice Comb<br>(Case of 12)','line_item',184304),(19451,'Bulk Detangling Spray 1 Gallon RM','line_item',184304),(19452,'Bulk Mousse 1 Gallon RM','line_item',184304),(19453,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184304),(19454,'Free Shipping','shipping',184304),(19455,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184305),(19456,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184305),(19457,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184305),(19458,'Preventive Spray 2oz<br>(Case of 24)','line_item',184305),(19459,'Preventive Spray 8oz<br>(Case of 12)','line_item',184305),(19460,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184305),(19461,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184305),(19462,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184305),(19463,'Professional Lice Comb<br>(Case of 12)','line_item',184305),(19464,'Bulk Detangling Spray 1 Gallon RM','line_item',184305),(19465,'Bulk Mousse 1 Gallon RM','line_item',184305),(19466,'Free Shipping','shipping',184305),(19467,'Bulk Active Rinse 100% 1 Gallon','line_item',184306),(19468,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184306),(19469,'Preventive Spray 8oz<br>(Case of 12)','line_item',184306),(19470,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184306),(19471,'Professional Lice Comb<br>(Case of 12)','line_item',184306),(19472,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184306),(19473,'Bulk Mousse 1 Gallon RM','line_item',184306),(19474,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184306),(19475,'Free Shipping','shipping',184306),(19476,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184308),(19477,'Professional Lice Comb<br>(Case of 12)','line_item',184308),(19478,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184308),(19479,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184308),(19480,'Preventive Spray 2oz<br>(Case of 24)','line_item',184308),(19481,'Bulk Active Rinse 100% 1 Gallon','line_item',184308),(19482,'Bulk Mousse 1 Gallon RM','line_item',184308),(19483,'Free Shipping','shipping',184308),(19484,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184309),(19485,'Professional Lice Comb<br>(Case of 12)','line_item',184309),(19486,'Urgent Care & Preventive Kit<br>(Case of 6)','line_item',184309),(19487,'Urgent Care Kit<br>(Case of 6)','line_item',184309),(19488,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184309),(19489,'Preventive Kit<br>(Case of 6)','line_item',184309),(19490,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184309),(19491,'Free Shipping','shipping',184309),(19492,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184310),(19493,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184310),(19494,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184310),(19495,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184310),(19496,'Free Shipping','shipping',184310),(19497,'Preventive Kit<br>(Case of 6)','line_item',184312),(19498,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184312),(19499,'Bulk Active Rinse 100% 1 Gallon','line_item',184312),(19500,'Free Shipping','shipping',184312),(19501,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184315),(19502,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184315),(19503,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184315),(19504,'Comb-Out Mousse<br>(Case of 12)','line_item',184315),(19505,'Free Shipping','shipping',184315),(19506,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184316),(19507,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184316),(19508,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184316),(19509,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184316),(19510,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184316),(19511,'Bulk Active Rinse 100% 1 Gallon','line_item',184316),(19512,'Free Shipping','shipping',184316),(19513,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184317),(19514,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184317),(19515,'Bulk Active Rinse 100% 1 Gallon','line_item',184317),(19516,'Free Shipping','shipping',184317),(19531,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184318),(19532,'Preventive Kit<br>(Case of 6)','line_item',184318),(19533,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184318),(19534,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184318),(19535,'Preventive Spray 8oz<br>(Case of 12)','line_item',184318),(19536,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184318),(19537,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184318),(19538,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184318),(19539,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184318),(19540,'Preventive Spray 16oz<br>(Case of 16)','line_item',184318),(19541,'Rosemary Preventive Spray 16oz<br>(Case of 16)','line_item',184318),(19542,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184318),(19543,'Bulk Active Rinse 100% RM','line_item',184318),(19544,'Free Shipping','shipping',184318),(19545,'Preventive Kit<br>(Case of 6)','line_item',184320),(19546,'Bulk Detangling Spray 1 Gallon RM','line_item',184320),(19547,'Free Shipping','shipping',184320),(19548,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184322),(19549,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184322),(19550,'Comb-Out Mousse<br>(Case of 12)','line_item',184322),(19551,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184322),(19552,'Professional Lice Comb<br>(Case of 12)','line_item',184322),(19553,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184322),(19554,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184322),(19555,'Preventive Spray 8oz<br>(Case of 12)','line_item',184322),(19556,'Preventive Spray 2oz<br>(Case of 24)','line_item',184322),(19557,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184322),(19558,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184322),(19559,'Bulk Active Rinse 100% 1 Gallon','line_item',184322),(19560,'Bulk Mousse 1 Gallon RM','line_item',184322),(19561,'Free Shipping','shipping',184322),(19562,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184323),(19563,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184323),(19564,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184323),(19565,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184323),(19566,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184323),(19567,'Bulk Detangling Spray 1 Gallon RM','line_item',184323),(19568,'Free Shipping','shipping',184323),(19569,'Bulk Detangling Spray 1 Gallon RM','line_item',184325),(19570,'Bulk Mousse 1 Gallon RM','line_item',184325),(19571,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184325),(19572,'FedEx 2Day','shipping',184325),(19573,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184326),(19574,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184326),(19575,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184326),(19576,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184326),(19577,'Course Tail Comb','line_item',184326),(19578,'Free Shipping','shipping',184326),(19579,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184327),(19580,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184327),(19581,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184327),(19582,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184327),(19583,'Course Tail Comb','line_item',184327),(19584,'Free Shipping','shipping',184327),(19585,'Professional Lice Comb<br>(Case of 12)','line_item',184338),(19586,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184338),(19587,'FedEx Ground','shipping',184338),(19588,'eoythankyou','coupon',184338),(19589,'Professional Lice Comb<br>(Case of 12)','line_item',184339),(19590,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184339),(19591,'FedEx Ground','shipping',184339),(19592,'eoythankyou','coupon',184339),(19593,'Professional Lice Comb<br>(Case of 12)','line_item',184340),(19594,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184340),(19595,'FedEx Ground','shipping',184340),(19596,'eoythankyou','coupon',184340),(19597,'Preventive Kit<br>(Case of 6)','line_item',184341),(19598,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184341),(19599,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184341),(19600,'Professional Lice Comb<br>(Case of 12)','line_item',184341),(19601,'Preventive Spray 2oz<br>(Case of 24)','line_item',184341),(19602,'Free Shipping','shipping',184341),(19603,'eoythankyou','coupon',184341),(19604,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184342),(19605,'Bulk Active Rinse 100% 1 Gallon','line_item',184342),(19606,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184342),(19607,'Free Shipping','shipping',184342),(19608,'eoythankyou','coupon',184342),(19609,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184343),(19610,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184343),(19611,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184343),(19612,'Course Tail Comb','line_item',184343),(19613,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184343),(19614,'Professional Lice Comb<br>(Case of 12)','line_item',184343),(19615,'Bulk Active Rinse 100% 1 Gallon','line_item',184343),(19616,'Free Shipping','shipping',184343),(19617,'eoythankyou','coupon',184343),(19618,'Bulk Active Rinse 100% 1 Gallon','line_item',184344),(19619,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184344),(19620,'Professional Lice Comb<br>(Case of 12)','line_item',184344),(19621,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184344),(19622,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184344),(19623,'Free Shipping','shipping',184344),(19624,'eoythankyou','coupon',184344),(19625,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184345),(19626,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184345),(19627,'Disposable Head Bands','line_item',184345),(19628,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184345),(19629,'Course Tail Comb','line_item',184345),(19630,'Bulk Active Rinse 100% 1 Gallon','line_item',184345),(19631,'Free Shipping','shipping',184345),(19632,'eoythankyou','coupon',184345),(19633,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184347),(19634,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184347),(19635,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184347),(19636,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184347),(19637,'Preventive Spray 8oz<br>(Case of 12)','line_item',184347),(19638,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184347),(19639,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184347),(19640,'Bulk Active Rinse 100% RM','line_item',184347),(19641,'Bulk Mousse 1 Gallon RM','line_item',184347),(19642,'9\" Detangler Comb','line_item',184347),(19643,'Free Shipping','shipping',184347),(19644,'eoythankyou','coupon',184347),(19645,'Preventive Spray 8oz<br>(Case of 12)','line_item',184348),(19646,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184348),(19647,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184348),(19648,'Free Shipping','shipping',184348),(19649,'eoythankyou','coupon',184348),(19650,'Bulk Active Rinse 100% 1 Gallon','line_item',184349),(19651,'Bulk Mousse 1 Gallon RM','line_item',184349),(19652,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184349),(19653,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184349),(19654,'Professional Lice Comb<br>(Case of 12)','line_item',184349),(19655,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184349),(19656,'Bulk Detangling Spray 1 Gallon RM','line_item',184349),(19657,'Free Shipping','shipping',184349),(19658,'eoythankyou','coupon',184349),(19659,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184350),(19660,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184350),(19661,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184350),(19662,'Comb-Out Mousse<br>(Case of 12)','line_item',184350),(19663,'Professional Lice Comb<br>(Case of 12)','line_item',184350),(19664,'Urgent Care Kit<br>(Case of 6)','line_item',184350),(19665,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184350),(19666,'Preventive Spray 16oz<br>(Case of 16)','line_item',184350),(19667,'Free Shipping','shipping',184350),(19668,'eoythankyou','coupon',184350),(19669,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184351),(19670,'Professional Lice Comb<br>(Case of 12)','line_item',184351),(19671,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184351),(19672,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184351),(19673,'Free Shipping','shipping',184351),(19674,'eoythankyou','coupon',184351),(19675,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184352),(19676,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184352),(19677,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184352),(19678,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184352),(19679,'Free Shipping','shipping',184352),(19680,'eoythankyou','coupon',184352),(19681,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184353),(19682,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184353),(19683,'Preventive Spray 8oz<br>(Case of 12)','line_item',184353),(19684,'The Wet Brush','line_item',184353),(19685,'FedEx Ground','shipping',184353),(19686,'eoythankyou','coupon',184353),(19687,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184354),(19688,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184354),(19689,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184354),(19690,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184354),(19691,'Course Tail Comb','line_item',184354),(19692,'Comb-Out Mousse<br>(Case of 12)','line_item',184354),(19693,'Free Shipping','shipping',184354),(19694,'eoythankyou','coupon',184354),(19695,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184355),(19696,'FedEx Ground','shipping',184355),(19697,'eoythankyou','coupon',184355),(19698,'freeship','coupon',184355),(19699,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184356),(19700,'FedEx Ground','shipping',184356),(19701,'eoythankyou','coupon',184356),(19702,'freeship','coupon',184356),(19703,'FedEx Ground','shipping',184357),(19704,'Bulk Active Rinse 100% 1 Gallon','line_item',184358),(19705,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184358),(19706,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184358),(19707,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184358),(19708,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184358),(19709,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184358),(19710,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184358),(19711,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184358),(19712,'Bulk Mousse 1 Gallon RM','line_item',184358),(19713,'Free Shipping','shipping',184358),(19714,'eoythankyou','coupon',184358),(19715,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184359),(19716,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184359),(19717,'Preventive Spray 8oz<br>(Case of 12)','line_item',184359),(19718,'Preventive Spray 16oz<br>(Case of 16)','line_item',184359),(19719,'Free Shipping','shipping',184359),(19720,'eoythankyou','coupon',184359),(19721,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184360),(19722,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184360),(19723,'Professional Lice Comb<br>(Case of 12)','line_item',184360),(19724,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184360),(19725,'Disposable Head Bands','line_item',184360),(19726,'Free Shipping','shipping',184360),(19727,'eoythankyou','coupon',184360),(19728,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184361),(19729,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184361),(19730,'Professional Lice Comb<br>(Case of 12)','line_item',184361),(19731,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184361),(19732,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184361),(19733,'Preventive Spray 2oz<br>(Case of 24)','line_item',184361),(19734,'Preventive Kit<br>(Case of 6)','line_item',184361),(19735,'Disposable Head Bands','line_item',184361),(19736,'Free Shipping','shipping',184361),(19737,'eoythankyou','coupon',184361),(19738,'Preventive Spray 8oz<br>(Case of 12)','line_item',184362),(19739,'Bulk Active Rinse 100% 1 Gallon','line_item',184362),(19740,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184362),(19741,'Free Shipping','shipping',184362),(19742,'eoythankyou','coupon',184362),(19743,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184364),(19744,'Professional Lice Comb<br>(Case of 12)','line_item',184364),(19745,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184364),(19746,'Disposable Head Bands','line_item',184364),(19747,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184364),(19748,'Free Shipping','shipping',184364),(19749,'eoythankyou','coupon',184364),(19750,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184365),(19751,'Comb-Out Mousse<br>(Case of 12)','line_item',184365),(19752,'Professional Lice Comb<br>(Case of 12)','line_item',184365),(19753,'Disposable Head Bands','line_item',184365),(19754,'Free Shipping','shipping',184365),(19755,'eoythankyou','coupon',184365),(19756,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184366),(19757,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184366),(19758,'Professional Lice Comb<br>(Case of 12)','line_item',184366),(19759,'Preventive Spray 8oz<br>(Case of 12)','line_item',184366),(19760,'Preventive Spray 2oz<br>(Case of 24)','line_item',184366),(19761,'Disposable Head Bands','line_item',184366),(19762,'Free Shipping','shipping',184366),(19763,'eoythankyou','coupon',184366),(19764,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184367),(19765,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184367),(19766,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184367),(19767,'Professional Lice Comb<br>(Case of 12)','line_item',184367),(19768,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184367),(19769,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184367),(19770,'Preventive Kit<br>(Case of 6)','line_item',184367),(19771,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184367),(19772,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184367),(19773,'Preventive Spray 2oz<br>(Case of 24)','line_item',184367),(19774,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184367),(19775,'Bulk Active Rinse 100% 1 Gallon','line_item',184367),(19776,'Bulk Mousse 1 Gallon RM','line_item',184367),(19777,'Free Shipping','shipping',184367),(19778,'eoythankyou','coupon',184367),(19779,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184368),(19780,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184368),(19781,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184368),(19782,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184368),(19783,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184368),(19784,'Professional Lice Comb<br>(Case of 12)','line_item',184368),(19785,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184368),(19786,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184368),(19787,'Free Shipping','shipping',184368),(19788,'eoythankyou','coupon',184368),(19796,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184369),(19797,'Professional Lice Comb<br>(Case of 12)','line_item',184369),(19798,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184369),(19799,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184369),(19800,'Preventive Spray 2oz<br>(Case of 24)','line_item',184369),(19801,'Free Shipping','shipping',184369),(19802,'eoythankyou','coupon',184369),(19803,'Professional Lice Comb<br>(Case of 12)','line_item',184370),(19804,'Bulk Active Rinse 100% RM','line_item',184370),(19805,'Preventive Spray 2oz<br>(Case of 24)','line_item',184370),(19806,'Preventive Kit<br>(Case of 6)','line_item',184370),(19807,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184370),(19808,'Pediatrician Samples 2oz<br>(Case of 48)','line_item',184370),(19809,'Free Shipping','shipping',184370),(19810,'eoythankyou','coupon',184370),(19811,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184371),(19812,'Bulk Detangling Spray 1 Gallon RM','line_item',184371),(19813,'Bulk Active Rinse 100% RM','line_item',184371),(19814,'Free Shipping','shipping',184371),(19815,'eoythankyou','coupon',184371),(19822,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184372),(19823,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184372),(19824,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184372),(19825,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184372),(19826,'Free Shipping','shipping',184372),(19827,'eoythankyou','coupon',184372),(19828,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184376),(19829,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184376),(19830,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184376),(19831,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184376),(19832,'Professional Lice Comb<br>(Case of 12)','line_item',184376),(19833,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184376),(19834,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184376),(19835,'Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50)','line_item',184376),(19836,'Free Shipping','shipping',184376),(19837,'eoythankyou','coupon',184376),(19838,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184377),(19839,'Professional Lice Comb<br>(Case of 12)','line_item',184377),(19840,'Bulk Active Rinse 100% RM','line_item',184377),(19841,'Free Shipping','shipping',184377),(19842,'eoythankyou','coupon',184377),(19848,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184378),(19849,'Professional Lice Comb<br>(Case of 12)','line_item',184378),(19850,'Bulk Active Rinse 100% RM','line_item',184378),(19851,'Free Shipping','shipping',184378),(19852,'eoythankyou','coupon',184378),(19853,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184379),(19854,'Professional Lice Comb<br>(Case of 12)','line_item',184379),(19855,'Bulk Active Rinse 100% RM','line_item',184379),(19856,'Free Shipping','shipping',184379),(19857,'eoythankyou','coupon',184379),(19858,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184380),(19859,'Professional Lice Comb<br>(Case of 12)','line_item',184380),(19860,'Bulk Active Rinse 100% RM','line_item',184380),(19861,'Free Shipping','shipping',184380),(19862,'eoythankyou','coupon',184380),(19863,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184384),(19864,'Bulk Active Rinse 100% RM','line_item',184384),(19865,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184384),(19866,'Bulk Detangling Spray 1 Gallon RM','line_item',184384),(19867,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184384),(19868,'Free Shipping','shipping',184384),(19869,'eoythankyou','coupon',184384),(19870,'Bulk Active Rinse 100% RM','line_item',184385),(19871,'Bulk Detangling Spray 1 Gallon RM','line_item',184385),(19872,'Bulk Mousse 1 Gallon RM','line_item',184385),(19873,'Disposable Head Bands','line_item',184385),(19874,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184385),(19875,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184385),(19876,'Preventive Kit<br>(Case of 6)','line_item',184385),(19877,'Urgent Care Kit<br>(Case of 6)','line_item',184385),(19878,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184385),(19879,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184385),(19880,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184385),(19881,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184385),(19882,'Comb-Out Mousse<br>(Case of 12)','line_item',184385);
INSERT INTO `wp_woocommerce_order_items` VALUES (19883,'Preventive Spray 8oz<br>(Case of 12)','line_item',184385),(19884,'Free Shipping','shipping',184385),(19885,'eoythankyou','coupon',184385),(19886,'Bulk Active Rinse 100% RM','line_item',184386),(19887,'Bulk Detangling Spray 1 Gallon RM','line_item',184386),(19888,'Bulk Mousse 1 Gallon RM','line_item',184386),(19889,'Disposable Head Bands','line_item',184386),(19890,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184386),(19891,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184386),(19892,'Preventive Kit<br>(Case of 6)','line_item',184386),(19893,'Urgent Care Kit<br>(Case of 6)','line_item',184386),(19894,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184386),(19895,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184386),(19896,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184386),(19897,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184386),(19898,'Comb-Out Mousse<br>(Case of 12)','line_item',184386),(19899,'Preventive Spray 8oz<br>(Case of 12)','line_item',184386),(19900,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184386),(19901,'Free Shipping','shipping',184386),(19902,'eoythankyou','coupon',184386),(19903,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184387),(19904,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184387),(19905,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184387),(19906,'Preventive Kit<br>(Case of 6)','line_item',184387),(19907,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184387),(19908,'Bulk Mousse 1 Gallon RM','line_item',184387),(19909,'Free Shipping','shipping',184387),(19910,'eoythankyou','coupon',184387),(19911,'Bulk Mousse 1 Gallon RM','line_item',184388),(19912,'Bulk Active Rinse 100% 1 Gallon','line_item',184388),(19913,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184388),(19914,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184388),(19915,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184388),(19916,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184388),(19917,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184388),(19918,'Free Shipping','shipping',184388),(19919,'eoythankyou','coupon',184388),(19920,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184389),(19921,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184389),(19922,'Professional Lice Comb<br>(Case of 12)','line_item',184389),(19923,'Bulk Detangling Spray 1 Gallon RM','line_item',184389),(19924,'Bulk Mousse 1 Gallon RM','line_item',184389),(19925,'Free Shipping','shipping',184389),(19926,'eoythankyou','coupon',184389),(19927,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184390),(19928,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184390),(19929,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184390),(19930,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184390),(19931,'Preventive Spray 2oz<br>(Case of 24)','line_item',184390),(19932,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184390),(19933,'Professional Lice Comb<br>(Case of 12)','line_item',184390),(19934,'Free Shipping','shipping',184390),(19935,'eoythankyou','coupon',184390),(19936,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184391),(19937,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184391),(19938,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184391),(19939,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184391),(19940,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184391),(19941,'Professional Lice Comb<br>(Case of 12)','line_item',184391),(19942,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184391),(19943,'Preventive Spray 8oz<br>(Case of 12)','line_item',184391),(19944,'Free Shipping','shipping',184391),(19945,'eoythankyou','coupon',184391),(19946,'Bulk Active Rinse 100% 1 Gallon','line_item',184397),(19947,'Bulk Mousse 1 Gallon RM','line_item',184397),(19948,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184397),(19949,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184397),(19950,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184397),(19951,'Professional Lice Comb<br>(Case of 12)','line_item',184397),(19952,'Free Shipping','shipping',184397),(19953,'eoythankyou','coupon',184397),(19954,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184398),(19955,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184398),(19956,'Professional Lice Comb<br>(Case of 12)','line_item',184398),(19957,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184398),(19958,'Preventive Spray 8oz<br>(Case of 12)','line_item',184398),(19959,'Preventive Spray 2oz<br>(Case of 24)','line_item',184398),(19960,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184398),(19961,'Free Shipping','shipping',184398),(19962,'eoythankyou','coupon',184398),(19963,'Comb-Out Mousse<br>(Case of 12)','line_item',184399),(19964,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184399),(19965,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184399),(19966,'Preventive Spray 8oz<br>(Case of 12)','line_item',184399),(19967,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184399),(19968,'Dandruff Shampoo 8oz<br>(Case of 12)','line_item',184399),(19969,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184399),(19970,'Free Shipping','shipping',184399),(19971,'eoythankyou','coupon',184399),(19972,'Professional Lice Comb<br>(Case of 12)','line_item',184400),(19973,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184400),(19974,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184400),(19975,'Bulk Active Rinse 100% 1 Gallon','line_item',184400),(19976,'Bulk Detangling Spray 1 Gallon RM','line_item',184400),(19977,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184400),(19978,'Free Shipping','shipping',184400),(19979,'eoythankyou','coupon',184400),(19980,'Active Rinse 16oz 50/50<br>(Case of 16)','line_item',184401),(19981,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184401),(19982,'Preventive Spray 8oz<br>(Case of 12)','line_item',184401),(19983,'Professional Lice Comb<br>(Case of 12)','line_item',184401),(19984,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184401),(19985,'Active Rinse 8oz 50/50<br>(Case of 12)','line_item',184401),(19986,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184401),(19987,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184401),(19988,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184401),(19989,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184401),(19990,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184401),(19991,'Free Shipping','shipping',184401),(19992,'eoythankyou','coupon',184401),(19993,'Bulk Detangling Spray 1 Gallon RM','line_item',184402),(19994,'Bulk Active Rinse 100% RM','line_item',184402),(19995,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184402),(19996,'Professional Lice Comb<br>(Case of 12)','line_item',184402),(19997,'Fine Hair Professional Lice Comb<br>(Case of 12)','line_item',184402),(19998,'Preventive Kit<br>(Case of 6)','line_item',184402),(19999,'Rosemary Preventive Spray 8oz<br>(Case of 12)','line_item',184402),(20000,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184402),(20001,'Free Shipping','shipping',184402),(20002,'eoythankyou','coupon',184402),(20003,'Professional Lice Comb<br>(Case of 12)','line_item',184403),(20004,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184403),(20005,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184403),(20006,'Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)','line_item',184403),(20007,'Preventive Kit<br>(Case of 6)','line_item',184403),(20008,'Bulk Active Rinse 100% RM','line_item',184403),(20009,'Free Shipping','shipping',184403),(20010,'eoythankyou','coupon',184403),(20011,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184404),(20012,'Bulk Active Rinse 100% 1 Gallon','line_item',184404),(20013,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184404),(20014,'Free Shipping','shipping',184404),(20015,'eoythankyou','coupon',184404),(20016,'Bulk Mousse 1 Gallon RM','line_item',184405),(20017,'Free Shipping','shipping',184405),(20018,'eoythankyou','coupon',184405),(20019,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184406),(20020,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184406),(20021,'Preventive Shampoo 16oz<br>(Case of 16)','line_item',184406),(20022,'Preventive Conditioner 16oz<br>(Case of 16)','line_item',184406),(20023,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184406),(20024,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184406),(20025,'Preventive Kit<br>(Case of 6)','line_item',184406),(20026,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184406),(20027,'Preventive Spray 8oz<br>(Case of 12)','line_item',184406),(20028,'Preventive Spray 16oz<br>(Case of 16)','line_item',184406),(20029,'Free Shipping','shipping',184406),(20030,'eoythankyou','coupon',184406),(20031,'Bulk Active Rinse 100% 1 Gallon','line_item',184407),(20032,'Free Shipping','shipping',184407),(20033,'eoythankyou','coupon',184407),(20034,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184408),(20035,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184408),(20036,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184408),(20037,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184408),(20038,'Preventive Spray 2oz<br>(Case of 24)','line_item',184408),(20039,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184408),(20040,'Preventive Spray 8oz<br>(Case of 12)','line_item',184408),(20041,'Free Shipping','shipping',184408),(20042,'eoythankyou','coupon',184408),(20043,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184409),(20044,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184409),(20045,'Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6)','line_item',184409),(20046,'Active Rinse 16oz 100%<br>(Case of 16)','line_item',184409),(20047,'Preventive Spray 2oz<br>(Case of 24)','line_item',184409),(20048,'Preventive Detangling Spray 8oz<br>(Case of 12)','line_item',184409),(20049,'Preventive Spray 8oz<br>(Case of 12)','line_item',184409),(20050,'Free Shipping','shipping',184409),(20051,'eoythankyou','coupon',184409),(20052,'Professional Lice Comb<br>(Case of 12)','line_item',184410),(20053,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184410),(20054,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184410),(20055,'Free Shipping','shipping',184410),(20056,'eoythankyou','coupon',184410),(20057,'Professional Lice Comb<br>(Case of 12)','line_item',184411),(20058,'Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)','line_item',184411),(20059,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184411),(20060,'Free Shipping','shipping',184411),(20061,'eoythankyou','coupon',184411),(20062,'Bulk Active Rinse 100% 1 Gallon','line_item',184412),(20063,'Active Rinse 8oz 100%<br>(Case of 12)','line_item',184412),(20064,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184412),(20065,'Preventive Kit<br>(Case of 6)','line_item',184412),(20066,'Free Shipping','shipping',184412),(20067,'eoythankyou','coupon',184412),(20068,'Professional Lice Comb<br>(Case of 12)','line_item',184414),(20069,'Super Clarifying Shampoo 8oz<br>(Case of 12)','line_item',184414),(20070,'Urgent Care Kit<br>(Case of 6)','line_item',184414),(20071,'Preventive Detangling Spray 16oz<br>(Case of 16)','line_item',184414),(20072,'Preventive Conditioner 8oz<br>(Case of 12)','line_item',184414),(20073,'Preventive Shampoo 8oz<br>(Case of 12)','line_item',184414),(20074,'Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25)','line_item',184414),(20075,'Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)','line_item',184414),(20076,'Disposable Head Bands','line_item',184414),(20077,'Free Shipping','shipping',184414),(20078,'eoythankyou','coupon',184414);
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`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_woocommerce_payment_tokens`
--

LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_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`),
  KEY `session_expiry` (`session_expiry`)
) ENGINE=InnoDB AUTO_INCREMENT=71733 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (70437,'20','a:15:{s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:984:\"a:28:{s:2:\"id\";s:2:\"20\";s:13:\"date_modified\";s:25:\"2025-12-23T05:51:47+00:00\";s:10:\"first_name\";s:6:\"Hasani\";s:9:\"last_name\";s:8:\"Thompson\";s:7:\"company\";s:12:\"Heat in Hair\";s:5:\"phone\";s:10:\"6615850263\";s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:7:\"address\";s:18:\"12840 Riverside Dr\";s:9:\"address_1\";s:18:\"12840 Riverside Dr\";s:9:\"address_2\";s:2:\"1D\";s:4:\"city\";s:15:\"North Hollywood\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"91607\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"Hasani\";s:18:\"shipping_last_name\";s:8:\"Thompson\";s:16:\"shipping_company\";s:12:\"Heat in Hair\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:16:\"5145 Nightsky pl\";s:18:\"shipping_address_1\";s:16:\"5145 Nightsky pl\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:16:\"5145 nightsky pl\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"93552\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"aftax_vat_number_block\";s:0:\"\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:26.390000000000001;}\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_5d6f7c336012892df86538280024d903\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:418:\"a:15:{s:8:\"subtotal\";s:5:\"527.9\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:26.390000000000001;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"501.51\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"501.51\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:2512:\"a:6:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:73.200000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:69.540000000000006;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"39cd7b469beae7c617c73e0d008195ef\";a:11:{s:3:\"key\";s:32:\"39cd7b469beae7c617c73e0d008195ef\";s:10:\"product_id\";i:3362;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:71.25;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130.15000000000001;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:62.700000000000003;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:59.57;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}}\";s:22:\"order_awaiting_payment\";i:184400;}',1767073593),(70980,'3','a:15:{s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:1002:\"a:28:{s:2:\"id\";s:1:\"3\";s:13:\"date_modified\";s:25:\"2025-12-29T13:21:41+00:00\";s:10:\"first_name\";s:6:\"amanda\";s:9:\"last_name\";s:9:\"westerman\";s:7:\"company\";s:23:\"Lice Clinics of America\";s:5:\"phone\";s:11:\"12144175741\";s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:7:\"address\";s:16:\"3120 HUDSON XING\";s:9:\"address_1\";s:16:\"3120 HUDSON XING\";s:9:\"address_2\";s:8:\"Suite A2\";s:4:\"city\";s:8:\"MCKINNEY\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"75070\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:6:\"amanda\";s:18:\"shipping_last_name\";s:9:\"westerman\";s:16:\"shipping_company\";s:32:\"Lice Clinics of America McKinney\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:16:\"3120 HUDSON XING\";s:18:\"shipping_address_1\";s:16:\"3120 HUDSON XING\";s:18:\"shipping_address_2\";s:8:\"Suite A2\";s:13:\"shipping_city\";s:8:\"MCKINNEY\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"75070\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"aftax_vat_number_block\";s:0:\"\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_bba5604c172931dd943695d90f0e0b4f\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:418:\"a:15:{s:8:\"subtotal\";s:5:\"774.3\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:38.710000000000001;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"735.59\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"735.59\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:1686:\"a:4:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:205.5;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:195.22999999999999;s:8:\"line_tax\";d:0;}s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";a:11:{s:3:\"key\";s:32:\"c3535febaff29fcb7c0d20cbe94391c7\";s:10:\"product_id\";i:2110;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.5;s:8:\"line_tax\";d:0;}s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";a:11:{s:3:\"key\";s:32:\"f7177163c833dff4b38fc8d2872f1ec6\";s:10:\"product_id\";i:44;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:276;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:262.19999999999999;s:8:\"line_tax\";d:0;}}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:38.710000000000001;}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"order_awaiting_payment\";i:184412;}',1767617955),(71399,'5','a:6:{s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:1063:\"a:28:{s:2:\"id\";s:1:\"5\";s:13:\"date_modified\";s:25:\"2025-12-23T22:00:28+00:00\";s:10:\"first_name\";s:4:\"Mark\";s:9:\"last_name\";s:5:\"Meyer\";s:7:\"company\";s:33:\"lice clinics of america- portland\";s:5:\"phone\";s:11:\"15038012848\";s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";s:7:\"address\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:9:\"address_2\";s:9:\"Suite 106\";s:4:\"city\";s:8:\"portland\";s:5:\"state\";s:2:\"OR\";s:8:\"postcode\";s:5:\"97221\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:4:\"Mark\";s:18:\"shipping_last_name\";s:5:\"Meyer\";s:16:\"shipping_company\";s:33:\"lice clinics of america- portland\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:29:\"5201 SW Westgate Dr suite 106\";s:18:\"shipping_address_1\";s:29:\"5201 SW Westgate Dr suite 106\";s:18:\"shipping_address_2\";s:9:\"Suite 106\";s:13:\"shipping_city\";s:8:\"portland\";s:14:\"shipping_state\";s:2:\"OR\";s:17:\"shipping_postcode\";s:5:\"97221\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"aftax_vat_number_block\";s:0:\"\";}',1767126787),(71472,'92','a:14:{s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:8:\"customer\";s:975:\"a:28:{s:2:\"id\";s:2:\"92\";s:13:\"date_modified\";s:25:\"2025-12-23T08:20:07+00:00\";s:10:\"first_name\";s:8:\"Michelle\";s:9:\"last_name\";s:2:\"Du\";s:7:\"company\";s:11:\"LCA Fremont\";s:5:\"phone\";s:12:\"510-770-4394\";s:5:\"email\";s:28:\"liceclinicsfremont@gmail.com\";s:7:\"address\";s:21:\"31372 Mackinaw Street\";s:9:\"address_1\";s:21:\"31372 Mackinaw Street\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:10:\"Union City\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"94587\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:8:\"Michelle\";s:18:\"shipping_last_name\";s:2:\"Du\";s:16:\"shipping_company\";s:11:\"LCA Fremont\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:21:\"31372 Mackinaw Street\";s:18:\"shipping_address_1\";s:21:\"31372 Mackinaw Street\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:10:\"Union City\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"94587\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"aftax_vat_number_block\";s:0:\"\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_0742336453b8476288b915e8970c0a2e\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:422:\"a:15:{s:8:\"subtotal\";s:7:\"2829.77\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:141.49000000000001;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:7:\"2688.28\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"2688.28\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:4610:\"a:11:{s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";a:11:{s:3:\"key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:331.51999999999998;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:314.94;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:219.59999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:208.62;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:142.5;s:8:\"line_tax\";d:0;}s:32:\"f457c545a9ded88f18ecee47145a72c0\";a:11:{s:3:\"key\";s:32:\"f457c545a9ded88f18ecee47145a72c0\";s:10:\"product_id\";i:49;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";a:11:{s:3:\"key\";s:32:\"17e62166fc8586dfa4d1bc0e1742c08b\";s:10:\"product_id\";i:43;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:270;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:256.5;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:180;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:171;s:8:\"line_tax\";d:0;}s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:10;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:637.04999999999995;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:605.20000000000005;s:8:\"line_tax\";d:0;}s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";a:11:{s:3:\"key\";s:32:\"c3c59e5f8b3e9753913f4d435b53c308\";s:10:\"product_id\";i:488;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:238.25999999999999;s:8:\"line_tax\";d:0;}s:32:\"a516a87cfcaef229b342c437fe2b95f7\";a:11:{s:3:\"key\";s:32:\"a516a87cfcaef229b342c437fe2b95f7\";s:10:\"product_id\";i:487;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:8;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:250.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:238.25999999999999;s:8:\"line_tax\";d:0;}}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:141.49000000000001;}\";}',1767663169),(71609,'6','a:6:{s:8:\"customer\";s:919:\"a:28:{s:2:\"id\";s:1:\"6\";s:13:\"date_modified\";s:25:\"2025-12-28T17:43:06+00:00\";s:10:\"first_name\";s:5:\"Amira\";s:9:\"last_name\";s:5:\"Purto\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"2096422061\";s:5:\"email\";s:21:\"amira77@sbcglobal.net\";s:7:\"address\";s:19:\"2520 Chandon Circle\";s:9:\"address_1\";s:19:\"2520 Chandon Circle\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Modesto\";s:5:\"state\";s:2:\"CA\";s:8:\"postcode\";s:5:\"95355\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Amira\";s:18:\"shipping_last_name\";s:5:\"Purto\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:16:\"316 W. Union Ave\";s:18:\"shipping_address_1\";s:16:\"316 W. Union Ave\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Modesto\";s:14:\"shipping_state\";s:2:\"CA\";s:17:\"shipping_postcode\";s:5:\"95356\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"aftax_vat_number_block\";s:0:\"\";}',1767634579),(71631,'65','a:14:{s:4:\"cart\";s:1306:\"a:3:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:4;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:292.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:278.16000000000003;s:8:\"line_tax\";d:0;}s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";a:11:{s:3:\"key\";s:32:\"3ea2db50e62ceefceaf70a9d9a56a6f4\";s:10:\"product_id\";i:3499;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:142.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:135.66;s:8:\"line_tax\";d:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:11:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:297.60000000000002;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:282.72000000000003;s:8:\"line_tax\";d:0;}}\";s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_d6d75b0fd9a9d2158eacdb9ff8441515\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:418:\"a:15:{s:8:\"subtotal\";s:5:\"733.2\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:36.659999999999997;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"696.54\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"696.54\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:36.659999999999997;}\";s:8:\"customer\";s:989:\"a:28:{s:2:\"id\";s:2:\"65\";s:13:\"date_modified\";s:25:\"2025-12-28T18:35:08+00:00\";s:10:\"first_name\";s:5:\"Mandy\";s:9:\"last_name\";s:7:\"Ottesen\";s:7:\"company\";s:11:\"Fresh Heads\";s:5:\"phone\";s:10:\"9042353157\";s:5:\"email\";s:31:\"mandy@freshheadsliceremoval.com\";s:7:\"address\";s:22:\"175 Dahlia Falls Drive\";s:9:\"address_1\";s:22:\"175 Dahlia Falls Drive\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:8:\"St Johns\";s:5:\"state\";s:2:\"FL\";s:8:\"postcode\";s:5:\"32259\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Mandy\";s:18:\"shipping_last_name\";s:7:\"Ottesen\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:10:\"9042353157\";s:16:\"shipping_address\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_1\";s:23:\"13241 Bartram Park Blvd\";s:18:\"shipping_address_2\";s:4:\"1801\";s:13:\"shipping_city\";s:12:\"Jacksonville\";s:14:\"shipping_state\";s:2:\"FL\";s:17:\"shipping_postcode\";s:5:\"32258\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:1:\"1\";s:9:\"meta_data\";a:0:{}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"order_awaiting_payment\";i:184411;}',1767551527),(71655,'76','a:11:{s:4:\"cart\";s:445:\"a:1:{s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";a:11:{s:3:\"key\";s:32:\"95c9d994f8d75d4d60f8bb8f25902339\";s:10:\"product_id\";i:3696;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:20;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:1274.0999999999999;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:1210.4000000000001;s:8:\"line_tax\";d:0;}}\";s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_21548b94dcd0c8598fa56ea932192a19\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:420:\"a:15:{s:8:\"subtotal\";s:6:\"1274.1\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:63.700000000000003;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"1210.4\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:7:\"1210.40\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:63.700000000000003;}\";s:8:\"customer\";s:897:\"a:28:{s:2:\"id\";s:2:\"76\";s:13:\"date_modified\";s:25:\"2025-12-28T16:26:06+00:00\";s:10:\"first_name\";s:5:\"Naomi\";s:9:\"last_name\";s:6:\"Golden\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"6178511322\";s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:7:\"address\";s:11:\"31 Mann Ave\";s:9:\"address_1\";s:11:\"31 Mann Ave\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Needham\";s:5:\"state\";s:2:\"MA\";s:8:\"postcode\";s:5:\"02492\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Naomi\";s:18:\"shipping_last_name\";s:6:\"Golden\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:11:\"31 Mann Ave\";s:18:\"shipping_address_1\";s:11:\"31 Mann Ave\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Needham\";s:14:\"shipping_state\";s:2:\"MA\";s:17:\"shipping_postcode\";s:5:\"02492\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1767631666),(71656,'112','a:14:{s:8:\"customer\";s:1004:\"a:28:{s:2:\"id\";s:3:\"112\";s:13:\"date_modified\";s:25:\"2025-12-29T18:54:01+00:00\";s:10:\"first_name\";s:5:\"Scott\";s:9:\"last_name\";s:6:\"Wilson\";s:7:\"company\";s:29:\"Lice Clinics of America Boise\";s:5:\"phone\";s:11:\"18014308550\";s:5:\"email\";s:35:\"info@boise.liceclinicsofamerica.com\";s:7:\"address\";s:18:\"430 N Station Pkwy\";s:9:\"address_1\";s:18:\"430 N Station Pkwy\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:10:\"Farmington\";s:5:\"state\";s:2:\"UT\";s:8:\"postcode\";s:5:\"84025\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Scott\";s:18:\"shipping_last_name\";s:6:\"Wilson\";s:16:\"shipping_company\";s:29:\"Lice Clinics of America Boise\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"7512 W Lemhi St\";s:18:\"shipping_address_1\";s:15:\"7512 W Lemhi St\";s:18:\"shipping_address_2\";s:8:\"Suite #2\";s:13:\"shipping_city\";s:5:\"Boise\";s:14:\"shipping_state\";s:2:\"ID\";s:17:\"shipping_postcode\";s:5:\"83709\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:50.590000000000003;}\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4b4fb4557bdf5b6ea9a37a3b7590b47f\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:419:\"a:15:{s:8:\"subtotal\";s:6:\"1011.8\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:50.590000000000003;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"961.21\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"961.21\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:3773:\"a:9:{s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";a:11:{s:3:\"key\";s:32:\"3416a75f4cea9109507cacd8e2f2aefc\";s:10:\"product_id\";i:41;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:146.40000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:139.08000000000001;s:8:\"line_tax\";d:0;}s:32:\"6c8349cc7260ae62e3b1396831a8398f\";a:11:{s:3:\"key\";s:32:\"6c8349cc7260ae62e3b1396831a8398f\";s:10:\"product_id\";i:45;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:100;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:95;s:8:\"line_tax\";d:0;}s:32:\"2838023a778dfaecdc212708f721b788\";a:11:{s:3:\"key\";s:32:\"2838023a778dfaecdc212708f721b788\";s:10:\"product_id\";i:51;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:170;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:161.5;s:8:\"line_tax\";d:0;}s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";a:11:{s:3:\"key\";s:32:\"d2cd33e9c0236a8c2d8bd3fa91ad3acf\";s:10:\"product_id\";i:3354;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:140.59999999999999;s:8:\"line_tax\";d:0;}s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";a:11:{s:3:\"key\";s:32:\"d645920e395fedad7bbbed0eca3fe2e0\";s:10:\"product_id\";i:40;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";a:11:{s:3:\"key\";s:32:\"d67d8ab4f4c10bf22aa353e27879133c\";s:10:\"product_id\";i:39;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";a:11:{s:3:\"key\";s:32:\"dfeb9598fbfb97cc6bbcc0aff2c785d6\";s:10:\"product_id\";i:3485;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:148.80000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:141.36000000000001;s:8:\"line_tax\";d:0;}s:32:\"90f1f4972d133619a60c30f3559ec0c5\";a:11:{s:3:\"key\";s:32:\"90f1f4972d133619a60c30f3559ec0c5\";s:10:\"product_id\";i:3412;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:90;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:85.5;s:8:\"line_tax\";d:0;}s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";a:11:{s:3:\"key\";s:32:\"9fc3d7152ba9336a670e36d0ed79bc43\";s:10:\"product_id\";i:133;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:28.600000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:27.170000000000002;s:8:\"line_tax\";d:0;}}\";s:16:\"aftax_vat_number\";s:0:\"\";s:21:\"chosen_payment_method\";s:6:\"paypal\";s:22:\"order_awaiting_payment\";i:184414;}',1767635363),(71712,'2','a:12:{s:4:\"cart\";s:1910:\"a:2:{s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";a:15:{s:10:\"unique_key\";s:32:\"bb4c6a37e1b9a0e2f251c880dfe6a469\";s:4:\"time\";s:10:\"04:46:08pm\";s:3:\"key\";s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";s:10:\"product_id\";i:38;s:12:\"variation_id\";i:0;s:9:\"variation\";s:0:\"\";s:8:\"quantity\";i:3;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:497.27999999999997;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:472.41000000000003;s:8:\"line_tax\";d:0;s:18:\"multi_ship_address\";a:7:{s:10:\"product_id\";s:2:\"38\";s:12:\"variation_id\";i:0;s:8:\"quantity\";s:1:\"1\";s:13:\"multi_ship_id\";s:15:\"multi_ship_7142\";s:20:\"multi_ship_parent_id\";s:12:\"multi_ship_2\";s:10:\"child_keys\";a:0:{}s:15:\"parent_cart_key\";s:32:\"a5771bce93e200c36f7cd9dfd0e5deaa\";}s:22:\"thwma_shipping_methods\";a:1:{s:19:\"fedex:1:FEDEX_2_DAY\";a:9:{s:9:\"method_id\";s:5:\"fedex\";s:10:\"product_id\";s:2:\"38\";s:8:\"cart_key\";s:32:\"7c6e5bd1a5154b75d7b5f359b1e41923\";s:15:\"cart_unique_key\";s:32:\"bb4c6a37e1b9a0e2f251c880dfe6a469\";s:9:\"item_name\";s:39:\"Active Rinse 16oz 50/50<br>(Case of 16)\";s:13:\"item_quantity\";s:1:\"5\";s:12:\"address_name\";s:0:\"\";s:16:\"shipping_address\";a:9:{s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:7:\"company\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:9:\"address_1\";s:15:\"806 Friars Lane\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Baytown\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77521\";}s:13:\"custom_fields\";a:0:{}}}}s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";a:11:{s:3:\"key\";s:32:\"37693cfc748049e45d87b8c7d8b9aacd\";s:10:\"product_id\";i:23;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:2;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:137.08000000000001;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:130.22999999999999;s:8:\"line_tax\";d:0;}}\";s:23:\"awdr_promotion_messages\";s:6:\"a:0:{}\";s:10:\"wc_notices\";s:107:\"a:1:{s:7:\"success\";a:1:{i:0;a:2:{s:6:\"notice\";s:33:\"Coupon code applied successfully.\";s:4:\"data\";a:0:{}}}}\";s:22:\"shipping_for_package_0\";s:460:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_4ec3fdc1a66b9acc8ee1046681c57e64\";s:5:\"rates\";a:1:{s:22:\"advanced_free_shipping\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:22:\"advanced_free_shipping\";s:9:\"method_id\";s:22:\"advanced_free_shipping\";s:11:\"instance_id\";i:0;s:5:\"label\";s:13:\"Free Shipping\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:50:\"a:1:{i:0;a:1:{i:0;s:22:\"advanced_free_shipping\";}}\";s:23:\"chosen_shipping_methods\";s:40:\"a:1:{i:0;s:22:\"advanced_free_shipping\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:9:\"ppcp_fees\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:419:\"a:15:{s:8:\"subtotal\";s:6:\"634.36\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:31.719999999999999;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:6:\"602.64\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"602.64\";s:9:\"total_tax\";d:0;}\";s:15:\"applied_coupons\";s:29:\"a:1:{i:0;s:11:\"eoythankyou\";}\";s:22:\"coupon_discount_totals\";s:46:\"a:1:{s:11:\"eoythankyou\";d:31.719999999999999;}\";s:8:\"customer\";s:919:\"a:28:{s:2:\"id\";s:1:\"2\";s:13:\"date_modified\";s:25:\"2025-07-07T17:07:23+00:00\";s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:10:\"8325603726\";s:5:\"email\";s:23:\"bblackerby424@gmail.com\";s:7:\"address\";s:15:\"806 Friars Lane\";s:9:\"address_1\";s:15:\"806 Friars Lane\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:7:\"Baytown\";s:5:\"state\";s:2:\"TX\";s:8:\"postcode\";s:5:\"77521\";s:7:\"country\";s:2:\"US\";s:19:\"shipping_first_name\";s:5:\"Brice\";s:18:\"shipping_last_name\";s:9:\"Blackerby\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_1\";s:15:\"806 Friars Lane\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:7:\"Baytown\";s:14:\"shipping_state\";s:2:\"TX\";s:17:\"shipping_postcode\";s:5:\"77521\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1767653679);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20)),
  KEY `zone_id` (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=314 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (107,2,'US:HI','state'),(262,1,'US:AL','state'),(263,1,'US:AK','state'),(264,1,'US:AZ','state'),(265,1,'US:AR','state'),(266,1,'US:CA','state'),(267,1,'US:CO','state'),(268,1,'US:CT','state'),(269,1,'US:DE','state'),(270,1,'US:DC','state'),(271,1,'US:FL','state'),(272,1,'US:GA','state'),(273,1,'US:ID','state'),(274,1,'US:IL','state'),(275,1,'US:IN','state'),(276,1,'US:IA','state'),(277,1,'US:KS','state'),(278,1,'US:KY','state'),(279,1,'US:LA','state'),(280,1,'US:ME','state'),(281,1,'US:MD','state'),(282,1,'US:MA','state'),(283,1,'US:MI','state'),(284,1,'US:MN','state'),(285,1,'US:MS','state'),(286,1,'US:MO','state'),(287,1,'US:MT','state'),(288,1,'US:NE','state'),(289,1,'US:NV','state'),(290,1,'US:NH','state'),(291,1,'US:NJ','state'),(292,1,'US:NM','state'),(293,1,'US:NY','state'),(294,1,'US:NC','state'),(295,1,'US:ND','state'),(296,1,'US:OH','state'),(297,1,'US:OK','state'),(298,1,'US:OR','state'),(299,1,'US:PA','state'),(300,1,'US:RI','state'),(301,1,'US:SC','state'),(302,1,'US:SD','state'),(303,1,'US:TN','state'),(304,1,'US:TX','state'),(305,1,'US:UT','state'),(306,1,'US:VT','state'),(307,1,'US:VA','state'),(308,1,'US:WA','state'),(309,1,'US:WV','state'),(310,1,'US:WI','state'),(311,1,'US:WY','state'),(312,4,'NO','country'),(313,5,'CH','country');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'fedex',3,1),(1,2,'free_shipping',1,1),(2,3,'fedex',1,1),(3,4,'fedex',1,1),(4,5,'fedex',1,1),(5,8,'local_pickup',1,1);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'United States',0),(2,'United States Hawaii',3),(3,'Everywhere',2),(4,'Norway',1),(5,'Switzerland Will Call',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rate_locations` VALUES (1,'35677',1,'postcode'),(2,'WATERLOO',1,'city');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','AL','8.0000','Sales Tax',1,0,0,0,'');
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_debug_events`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_debug_events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `content` text DEFAULT NULL,
  `initiator` text DEFAULT NULL,
  `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  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_wpmailsmtp_debug_events`
--

LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2025-08-08 13:35:09');
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_action_history`
--

DROP TABLE IF EXISTS `wp_wt_iew_action_history`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_action_history` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_type` varchar(255) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `created_at` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 0,
  `status_text` varchar(255) NOT NULL,
  `offset` int(11) NOT NULL DEFAULT 0,
  `total` int(11) NOT NULL DEFAULT 0,
  `data` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_action_history`
--

LOCK TABLES `wp_wt_iew_action_history` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_action_history` DISABLE KEYS */;
INSERT INTO `wp_wt_iew_action_history` VALUES (1,'export','order','order_export_2021-10-19-09-13-42.csv',1634678022,1,'Finished',300,325,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":[]}'),(2,'export','order','order_export_2021-10-29-02-26-26.csv',1635517586,1,'Finished',330,349,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":[]}'),(3,'export','order','order_export_2021-10-29-02-38-48.csv',1635518328,1,'Finished',210,222,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_products\":[\"93\",\"95\",\"97\",\"99\"],\"wt_iew_coupons\":\"\",\"wt_iew_date_from\":\"\",\"wt_iew_date_to\":\"\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",0],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",0],\"paid_date\":[\"paid_date\",0],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",0],\"shipping_tax_total\":[\"shipping_tax_total\",0],\"fee_total\":[\"fee_total\",0],\"fee_tax_total\":[\"fee_tax_total\",0],\"tax_total\":[\"tax_total\",0],\"cart_discount\":[\"cart_discount\",0],\"order_discount\":[\"order_discount\",0],\"discount_total\":[\"discount_total\",0],\"order_total\":[\"order_total\",0],\"order_currency\":[\"order_currency\",0],\"payment_method\":[\"payment_method\",0],\"payment_method_title\":[\"payment_method_title\",0],\"transaction_id\":[\"transaction_id\",0],\"customer_ip_address\":[\"customer_ip_address\",0],\"customer_user_agent\":[\"customer_user_agent\",0],\"shipping_method\":[\"shipping_method\",0],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",0],\"billing_email\":[\"billing_email\",0],\"billing_phone\":[\"billing_phone\",0],\"billing_address_1\":[\"billing_address_1\",0],\"billing_address_2\":[\"billing_address_2\",0],\"billing_postcode\":[\"billing_postcode\",0],\"billing_city\":[\"billing_city\",0],\"billing_state\":[\"billing_state\",0],\"billing_country\":[\"billing_country\",0],\"shipping_first_name\":[\"shipping_first_name\",0],\"shipping_last_name\":[\"shipping_last_name\",0],\"shipping_company\":[\"shipping_company\",0],\"shipping_phone\":[\"shipping_phone\",0],\"shipping_address_1\":[\"shipping_address_1\",0],\"shipping_address_2\":[\"shipping_address_2\",0],\"shipping_postcode\":[\"shipping_postcode\",0],\"shipping_city\":[\"shipping_city\",0],\"shipping_state\":[\"shipping_state\",0],\"shipping_country\":[\"shipping_country\",0],\"customer_note\":[\"customer_note\",0],\"wt_import_key\":[\"wt_import_key\",0],\"shipping_items\":[\"shipping_items\",0],\"fee_items\":[\"fee_items\",1],\"tax_items\":[\"tax_items\",1],\"coupon_items\":[\"coupon_items\",0],\"refund_items\":[\"refund_items\",0],\"order_notes\":[\"order_notes\",0],\"download_permissions\":[\"download_permissions\",0]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_number\":\"order_number\",\"status\":\"status\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"fee_items\":\"fee_items\",\"tax_items\":\"tax_items\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_already_exported\":\"No\",\"wt_iew_export_to_separate_columns\":\"No\",\"wt_iew_export_to_separate_rows\":\"No\",\"wt_iew_batch_count\":30}}'),(4,'export','order','order_export_2021-10-29-02-41-37.csv',1635518497,1,'Finished',210,222,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_products\":[\"93\",\"95\",\"97\",\"99\"],\"wt_iew_coupons\":\"\",\"wt_iew_date_from\":\"\",\"wt_iew_date_to\":\"\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",0],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",0],\"paid_date\":[\"paid_date\",1],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",0],\"shipping_tax_total\":[\"shipping_tax_total\",0],\"fee_total\":[\"fee_total\",0],\"fee_tax_total\":[\"fee_tax_total\",0],\"tax_total\":[\"tax_total\",0],\"cart_discount\":[\"cart_discount\",0],\"order_discount\":[\"order_discount\",0],\"discount_total\":[\"discount_total\",0],\"order_total\":[\"order_total\",0],\"order_currency\":[\"order_currency\",0],\"payment_method\":[\"payment_method\",0],\"payment_method_title\":[\"payment_method_title\",0],\"transaction_id\":[\"transaction_id\",0],\"customer_ip_address\":[\"customer_ip_address\",0],\"customer_user_agent\":[\"customer_user_agent\",0],\"shipping_method\":[\"shipping_method\",0],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",0],\"billing_email\":[\"billing_email\",0],\"billing_phone\":[\"billing_phone\",0],\"billing_address_1\":[\"billing_address_1\",0],\"billing_address_2\":[\"billing_address_2\",0],\"billing_postcode\":[\"billing_postcode\",0],\"billing_city\":[\"billing_city\",0],\"billing_state\":[\"billing_state\",0],\"billing_country\":[\"billing_country\",0],\"shipping_first_name\":[\"shipping_first_name\",0],\"shipping_last_name\":[\"shipping_last_name\",0],\"shipping_company\":[\"shipping_company\",0],\"shipping_phone\":[\"shipping_phone\",0],\"shipping_address_1\":[\"shipping_address_1\",0],\"shipping_address_2\":[\"shipping_address_2\",0],\"shipping_postcode\":[\"shipping_postcode\",0],\"shipping_city\":[\"shipping_city\",0],\"shipping_state\":[\"shipping_state\",0],\"shipping_country\":[\"shipping_country\",0],\"customer_note\":[\"customer_note\",0],\"wt_import_key\":[\"wt_import_key\",0],\"shipping_items\":[\"shipping_items\",0],\"fee_items\":[\"fee_items\",1],\"tax_items\":[\"tax_items\",1],\"coupon_items\":[\"coupon_items\",0],\"refund_items\":[\"refund_items\",0],\"order_notes\":[\"order_notes\",0],\"download_permissions\":[\"download_permissions\",0]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_number\":\"order_number\",\"paid_date\":\"paid_date\",\"status\":\"status\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"fee_items\":\"fee_items\",\"tax_items\":\"tax_items\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_already_exported\":\"No\",\"wt_iew_export_to_separate_columns\":\"No\",\"wt_iew_export_to_separate_rows\":\"No\",\"wt_iew_batch_count\":30}}'),(5,'export','order','order_export_2023-05-21-05-50-46.csv',1684691446,1,'Finished',1290,1312,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"quick\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"advanced_form_data\":{\"wt_iew_export_to_separate\":\"default\",\"wt_iew_batch_count\":30,\"wt_iew_delimiter_preset\":\"comma\",\"wt_iew_delimiter\":\",\"}}'),(6,'export','order','order_export_2024-09-25-02-05-45.csv',1727229945,1,'Finished',100,137,'{\"post_type_form_data\":{\"item_type\":\"order\"},\"method_export_form_data\":{\"method_export\":\"new\",\"mapping_enabled_fields\":[],\"selected_template\":\"0\"},\"filter_form_data\":{\"wt_iew_limit\":0,\"wt_iew_offset\":0,\"wt_iew_orders\":\"\",\"wt_iew_order_status\":[\"wc-completed\"],\"wt_iew_email\":[\"50\",\"98\"],\"wt_iew_date_from\":\"2024-08-01\",\"wt_iew_date_to\":\"2024-09-24\"},\"mapping_form_data\":{\"mapping_fields\":{\"order_id\":[\"order_id\",1],\"order_number\":[\"order_number\",1],\"order_date\":[\"order_date\",1],\"paid_date\":[\"paid_date\",1],\"status\":[\"status\",1],\"shipping_total\":[\"shipping_total\",1],\"shipping_tax_total\":[\"shipping_tax_total\",1],\"fee_total\":[\"fee_total\",1],\"fee_tax_total\":[\"fee_tax_total\",1],\"tax_total\":[\"tax_total\",1],\"cart_discount\":[\"cart_discount\",1],\"order_discount\":[\"order_discount\",1],\"discount_total\":[\"discount_total\",1],\"order_total\":[\"order_total\",1],\"order_subtotal\":[\"order_subtotal\",1],\"order_key\":[\"order_key\",1],\"order_currency\":[\"order_currency\",1],\"payment_method\":[\"payment_method\",1],\"payment_method_title\":[\"payment_method_title\",1],\"transaction_id\":[\"transaction_id\",1],\"customer_ip_address\":[\"customer_ip_address\",1],\"customer_user_agent\":[\"customer_user_agent\",1],\"shipping_method\":[\"shipping_method\",1],\"customer_id\":[\"customer_id\",1],\"customer_user\":[\"customer_user\",1],\"customer_email\":[\"customer_email\",1],\"billing_first_name\":[\"billing_first_name\",1],\"billing_last_name\":[\"billing_last_name\",1],\"billing_company\":[\"billing_company\",1],\"billing_email\":[\"billing_email\",1],\"billing_phone\":[\"billing_phone\",1],\"billing_address_1\":[\"billing_address_1\",1],\"billing_address_2\":[\"billing_address_2\",1],\"billing_postcode\":[\"billing_postcode\",1],\"billing_city\":[\"billing_city\",1],\"billing_state\":[\"billing_state\",1],\"billing_country\":[\"billing_country\",1],\"shipping_first_name\":[\"shipping_first_name\",1],\"shipping_last_name\":[\"shipping_last_name\",1],\"shipping_company\":[\"shipping_company\",1],\"shipping_phone\":[\"shipping_phone\",1],\"shipping_address_1\":[\"shipping_address_1\",1],\"shipping_address_2\":[\"shipping_address_2\",1],\"shipping_postcode\":[\"shipping_postcode\",1],\"shipping_city\":[\"shipping_city\",1],\"shipping_state\":[\"shipping_state\",1],\"shipping_country\":[\"shipping_country\",1],\"customer_note\":[\"customer_note\",1],\"wt_import_key\":[\"wt_import_key\",1],\"tax_items\":[\"tax_items\",1],\"shipping_items\":[\"shipping_items\",1],\"fee_items\":[\"fee_items\",1],\"coupon_items\":[\"coupon_items\",1],\"refund_items\":[\"refund_items\",1],\"order_notes\":[\"order_notes\",1],\"download_permissions\":[\"download_permissions\",1],\"meta:_wc_order_attribution_device_type\":[\"meta:_wc_order_attribution_device_type\",1],\"meta:_wc_order_attribution_referrer\":[\"meta:_wc_order_attribution_referrer\",1],\"meta:_wc_order_attribution_session_count\":[\"meta:_wc_order_attribution_session_count\",1],\"meta:_wc_order_attribution_session_entry\":[\"meta:_wc_order_attribution_session_entry\",1],\"meta:_wc_order_attribution_session_pages\":[\"meta:_wc_order_attribution_session_pages\",1],\"meta:_wc_order_attribution_session_start_time\":[\"meta:_wc_order_attribution_session_start_time\",1],\"meta:_wc_order_attribution_source_type\":[\"meta:_wc_order_attribution_source_type\",1],\"meta:_wc_order_attribution_user_agent\":[\"meta:_wc_order_attribution_user_agent\",1],\"meta:_wc_order_attribution_utm_source\":[\"meta:_wc_order_attribution_utm_source\",1],\"meta:_wc_shipment_tracking_items\":[\"meta:_wc_shipment_tracking_items\",1],\"meta:_ppcp_paypal_fees\":[\"meta:_ppcp_paypal_fees\",1]},\"mapping_enabled_fields\":[],\"mapping_selected_fields\":{\"order_id\":\"order_id\",\"order_number\":\"order_number\",\"order_date\":\"order_date\",\"paid_date\":\"paid_date\",\"status\":\"status\",\"shipping_total\":\"shipping_total\",\"shipping_tax_total\":\"shipping_tax_total\",\"fee_total\":\"fee_total\",\"fee_tax_total\":\"fee_tax_total\",\"tax_total\":\"tax_total\",\"cart_discount\":\"cart_discount\",\"order_discount\":\"order_discount\",\"discount_total\":\"discount_total\",\"order_total\":\"order_total\",\"order_subtotal\":\"order_subtotal\",\"order_key\":\"order_key\",\"order_currency\":\"order_currency\",\"payment_method\":\"payment_method\",\"payment_method_title\":\"payment_method_title\",\"transaction_id\":\"transaction_id\",\"customer_ip_address\":\"customer_ip_address\",\"customer_user_agent\":\"customer_user_agent\",\"shipping_method\":\"shipping_method\",\"customer_id\":\"customer_id\",\"customer_user\":\"customer_user\",\"customer_email\":\"customer_email\",\"billing_first_name\":\"billing_first_name\",\"billing_last_name\":\"billing_last_name\",\"billing_company\":\"billing_company\",\"billing_email\":\"billing_email\",\"billing_phone\":\"billing_phone\",\"billing_address_1\":\"billing_address_1\",\"billing_address_2\":\"billing_address_2\",\"billing_postcode\":\"billing_postcode\",\"billing_city\":\"billing_city\",\"billing_state\":\"billing_state\",\"billing_country\":\"billing_country\",\"shipping_first_name\":\"shipping_first_name\",\"shipping_last_name\":\"shipping_last_name\",\"shipping_company\":\"shipping_company\",\"shipping_phone\":\"shipping_phone\",\"shipping_address_1\":\"shipping_address_1\",\"shipping_address_2\":\"shipping_address_2\",\"shipping_postcode\":\"shipping_postcode\",\"shipping_city\":\"shipping_city\",\"shipping_state\":\"shipping_state\",\"shipping_country\":\"shipping_country\",\"customer_note\":\"customer_note\",\"wt_import_key\":\"wt_import_key\",\"tax_items\":\"tax_items\",\"shipping_items\":\"shipping_items\",\"fee_items\":\"fee_items\",\"coupon_items\":\"coupon_items\",\"refund_items\":\"refund_items\",\"order_notes\":\"order_notes\",\"download_permissions\":\"download_permissions\",\"meta:_wc_order_attribution_device_type\":\"meta:_wc_order_attribution_device_type\",\"meta:_wc_order_attribution_referrer\":\"meta:_wc_order_attribution_referrer\",\"meta:_wc_order_attribution_session_count\":\"meta:_wc_order_attribution_session_count\",\"meta:_wc_order_attribution_session_entry\":\"meta:_wc_order_attribution_session_entry\",\"meta:_wc_order_attribution_session_pages\":\"meta:_wc_order_attribution_session_pages\",\"meta:_wc_order_attribution_session_start_time\":\"meta:_wc_order_attribution_session_start_time\",\"meta:_wc_order_attribution_source_type\":\"meta:_wc_order_attribution_source_type\",\"meta:_wc_order_attribution_user_agent\":\"meta:_wc_order_attribution_user_agent\",\"meta:_wc_order_attribution_utm_source\":\"meta:_wc_order_attribution_utm_source\",\"meta:_wc_shipment_tracking_items\":\"meta:_wc_shipment_tracking_items\",\"meta:_ppcp_paypal_fees\":\"meta:_ppcp_paypal_fees\"}},\"meta_step_form_data\":{\"mapping_fields\":[],\"mapping_selected_fields\":[]},\"advanced_form_data\":{\"wt_iew_exclude_line_items\":\"No\",\"wt_iew_export_to_separate\":\"column\",\"wt_iew_batch_count\":100,\"wt_iew_delimiter_preset\":\"comma\",\"wt_iew_delimiter\":\",\"}}');
/*!40000 ALTER TABLE `wp_wt_iew_action_history` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_cron`
--

DROP TABLE IF EXISTS `wp_wt_iew_cron`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_cron` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `status` int(11) NOT NULL DEFAULT 0,
  `old_status` int(11) NOT NULL DEFAULT 0,
  `action_type` varchar(255) NOT NULL,
  `schedule_type` varchar(50) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `start_time` int(11) NOT NULL,
  `cron_data` text NOT NULL,
  `last_run` int(11) NOT NULL,
  `next_offset` int(11) NOT NULL DEFAULT 0,
  `history_id_list` text NOT NULL,
  `history_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_cron`
--

LOCK TABLES `wp_wt_iew_cron` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_cron` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wt_iew_cron` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_ftp`
--

DROP TABLE IF EXISTS `wp_wt_iew_ftp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_ftp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `server` varchar(255) NOT NULL,
  `user_name` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `port` int(11) NOT NULL DEFAULT 21,
  `ftps` int(11) NOT NULL DEFAULT 0,
  `is_sftp` int(11) NOT NULL DEFAULT 0,
  `passive_mode` int(11) NOT NULL DEFAULT 0,
  `export_path` varchar(255) NOT NULL,
  `import_path` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_ftp`
--

LOCK TABLES `wp_wt_iew_ftp` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_ftp` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wt_iew_ftp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wt_iew_mapping_template`
--

DROP TABLE IF EXISTS `wp_wt_iew_mapping_template`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wt_iew_mapping_template` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `template_type` varchar(255) NOT NULL,
  `item_type` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wt_iew_mapping_template`
--

LOCK TABLES `wp_wt_iew_mapping_template` WRITE;
/*!40000 ALTER TABLE `wp_wt_iew_mapping_template` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wt_iew_mapping_template` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-07-30 11:53:44